From 52795b83f0febae0fe030d5cb1da3e5bbafba5e8 Mon Sep 17 00:00:00 2001 From: Dusan Jovic <48258889+DusanJovic-NOAA@users.noreply.github.com> Date: Fri, 24 Jan 2020 19:39:51 -0500 Subject: [PATCH] GFSv16 netcdf post ficein cpl (#36) * Updated fv3atm (see fv3atm PR #48 https://github.com/NOAA-EMC/fv3atm/pull/48) * Updated WW3 --- .gitignore | 1 + FV3 | 2 +- WW3 | 2 +- cmake/configure_gaea.cmake | 2 + compsets/all.input | 4 +- compsets/fv3.input | 18 +- compsets/hera.input | 7 +- compsets/platforms.input | 1 + compsets/wcoss.input | 32 +- conf/configure.fv3.gaea.intel | 4 + conf/configure.fv3.macosx.gnu | 2 +- log/report-hera.intel-log/build_fv3.exe.log | 953 +- .../build_fv3_32bit.exe.log | 963 +- .../build_fv3_32bit_debug.exe.log | 969 +- .../build_fv3_appbuilder.exe.log | 843 +- .../build_fv3_ww3.exe.log | 1087 +- log/report-hera.intel-log/rtreport.txt | 484 +- log/report-wcoss.cray-log/build_fv3.exe.log | 1032 +- .../build_fv3_32bit.exe.log | 1046 +- .../build_fv3_appbuilder.exe.log | 906 +- .../build_fv3_ww3.exe.log | 1177 +- log/report-wcoss.cray-log/rtreport.txt | 431 +- .../build_fv3.exe.log | 996 +- .../build_fv3_32bit.exe.log | 988 +- .../build_fv3_appbuilder.exe.log | 868 +- .../build_fv3_ww3.exe.log | 1130 +- log/report-wcoss_dell_p3-log/rtreport.txt | 310 +- parm/ccpp_v15p2_c96.nml.IN | 18 +- parm/ccpp_v16beta_c96.nml.IN | 6 +- parm/v15p2_c96.nml.IN | 306 + parm/v16beta_c96.nml.IN | 335 + tests/Compile_hera.intel.log | 56808 +--------------- tests/Compile_wcoss_cray.log | 1303 +- tests/Compile_wcoss_dell_p3.log | 52943 +------------- tests/RegressionTests_hera.intel.log | 5367 +- tests/RegressionTests_wcoss_cray.log | 281 +- tests/RegressionTests_wcoss_dell_p3.log | 5062 +- tests/fv3_conf/ccpp_control_run.IN | 1 + tests/fv3_conf/ccpp_gfs_v15_run.IN | 2 +- tests/fv3_conf/ccpp_gfs_v16_run.IN | 27 + tests/fv3_conf/fv3_run.IN | 1 + tests/fv3_conf/gfs_v15_run.IN | 4 +- tests/fv3_conf/gfs_v16_run.IN | 19 + tests/rt.conf | 612 +- tests/rt.sh | 4 +- tests/rt_wcoss_cray.conf | 2 +- tests/tests/fv3_ccpp_gfs_v15 | 91 - tests/tests/fv3_ccpp_gfs_v15p2_debug | 65 +- tests/tests/fv3_ccpp_gfs_v15plus | 91 - tests/tests/fv3_ccpp_gfs_v16beta | 2 +- tests/tests/fv3_ccpp_gfs_v16beta_debug | 67 +- tests/tests/fv3_ccpp_wrtGauss_nemsio_c768 | 18 +- tests/tests/{fv3_gfs_v15 => fv3_gfs_v15p2} | 12 +- .../{fv3_gfs_v15plus => fv3_gfs_v16beta} | 14 +- tests/tests/fv3_wrtGauss_nemsio_c768 | 18 +- 55 files changed, 12112 insertions(+), 125625 deletions(-) create mode 100644 .gitignore create mode 100644 parm/v15p2_c96.nml.IN create mode 100644 parm/v16beta_c96.nml.IN create mode 100644 tests/fv3_conf/ccpp_gfs_v16_run.IN create mode 100644 tests/fv3_conf/gfs_v16_run.IN delete mode 100644 tests/tests/fv3_ccpp_gfs_v15 delete mode 100644 tests/tests/fv3_ccpp_gfs_v15plus rename tests/tests/{fv3_gfs_v15 => fv3_gfs_v15p2} (92%) rename tests/tests/{fv3_gfs_v15plus => fv3_gfs_v16beta} (91%) diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000000..c7ab7602ae --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +coupled*.mk diff --git a/FV3 b/FV3 index b1ddd67b83..7ffe6471c2 160000 --- a/FV3 +++ b/FV3 @@ -1 +1 @@ -Subproject commit b1ddd67b83bd170160c1ebcca7010172335f120b +Subproject commit 7ffe6471c20404091fbbf8f321fbb9ee84a4f36d diff --git a/WW3 b/WW3 index 5ab4301000..f6ebf95ff3 160000 --- a/WW3 +++ b/WW3 @@ -1 +1 @@ -Subproject commit 5ab43010002d0a4e175e7647828fbf9e989ab5f7 +Subproject commit f6ebf95ff3bfa0bcbde1e5dbddf5a3e7760c6965 diff --git a/cmake/configure_gaea.cmake b/cmake/configure_gaea.cmake index e6dbc3cfe0..3d56634f56 100644 --- a/cmake/configure_gaea.cmake +++ b/cmake/configure_gaea.cmake @@ -17,6 +17,8 @@ option(32BIT "Enable 32BIT (single precision arithmetic in dycore)" OFF) option(OPENMP "Enable OpenMP threading" ON) option(AVX2 "Enable AVX2 instruction set" ON) +option(INLINE_POST "Enable inline post" OFF) + include( cmake/${CMAKE_Fortran_COMPILER_ID}.cmake ) set(NEMSIO_INC $ENV{NEMSIO_INC}) diff --git a/compsets/all.input b/compsets/all.input index 47dde5328b..35bd9241d0 100644 --- a/compsets/all.input +++ b/compsets/all.input @@ -3,7 +3,7 @@ load 'fv3.input' run fv3_control @ fv3, standard, baseline, ccpptrans run fv3_decomp @ fv3, standard run fv3_2threads @ fv3, standard -run fv3_ccpp_control @ fv3, standard, ccpptrans, plat==hera.intel +#run fv3_ccpp_control @ fv3, standard, ccpptrans, plat==hera.intel run fv3_restart @ fv3, standard, baseline run fv3_read_inc @ fv3, standard, baseline run fv3_gfdlmp @ fv3, standard, baseline @@ -22,7 +22,7 @@ run fv3_wrtGauss_netcdf_esmf @ fv3, standard, baseline run fv3_wrtGauss_netcdf @ fv3, standard, baseline run fv3_wrtGauss_nemsio @ fv3, standard, baseline -run fv3_wrtGauss_nemsio_c768 @ fv3, baseline, ww3, plat==hera.intel, plat==wcoss.cray +run fv3_wrtGauss_nemsio_c768 @ fv3, baseline, ww3, plat==hera.intel run fv3_wrtGauss_nemsio_c192 @ fv3, standard, baseline run fv3_stochy @ fv3, standard, baseline run fv3_iau @ fv3, standard, baseline diff --git a/compsets/fv3.input b/compsets/fv3.input index cdd09d8ffb..42e8944250 100644 --- a/compsets/fv3.input +++ b/compsets/fv3.input @@ -1764,10 +1764,11 @@ test fv3_wrtGauss_nemsio_c768: fv3_ww3.exe { TEST_DESCR="Compare c768 FV3-WW3 Gaussian grid nemsio output results with previous trunk version" CNTL_NAME="fv3_wrtGauss_nemsio_c768" - TASKS='1752' + TASKS='1470' PPN="@[plat%C768_PPN]" + THRD="@[plat%C768_THRD]" INPES='16' - JNPES='16' + JNPES='12' NPX='769' NPY='769' NPZ='64' @@ -1779,7 +1780,7 @@ test fv3_wrtGauss_nemsio_c768: fv3_ww3.exe { FHMAX='06' WLCLK='30' WRITE_GROUP='3' - WRTTASK_PER_GROUP='64' + WRTTASK_PER_GROUP='36' FDIAG='0,1,2,3,4,5,6,7,8,9,10,11,12' OUTPUT_GRID="'gaussian_grid'" OUTPUT_FILE="'nemsio'" @@ -1805,9 +1806,9 @@ test fv3_wrtGauss_nemsio_c768: fv3_ww3.exe { nems_configure="blocked_atm_wav" atm_model='fv3' - atm_petlist_bounds="0 1727" + atm_petlist_bounds="0 1259" wav_model='ww3' - wav_petlist_bounds="1728 1751" + wav_petlist_bounds="1260 1469" coupling_interval_sec=1800.0 # 30min coupling, fv3 time step # The build variable is the fv3_ww3.exe, which @@ -1834,6 +1835,7 @@ test fv3_wrtGauss_nemsio_c768: fv3_ww3.exe { 'nems.configure' <=atparse= "@[PARMnems]/nems.configure.@[nems_configure].IN" 'mod_def.*' <=copyfrom= "@[WW3_input_data]" 'ww3_multi.inp' <=copyfrom= "@[WW3_input_data]/@[SYEAR]@[SMONTH]@[SDAY]" + 'rmp_src*' <=copyfrom= "@[WW3_input_data]/@[SYEAR]@[SMONTH]@[SDAY]" } # Specify output files: @@ -1879,7 +1881,9 @@ test fv3_wrtGauss_nemsio_c768: fv3_ww3.exe { 'RESTART/sfc_data.tile4.nc' .bitcmp. "@[CNTL]/RESTART/" 'RESTART/sfc_data.tile5.nc' .bitcmp. "@[CNTL]/RESTART/" 'RESTART/sfc_data.tile6.nc' .bitcmp. "@[CNTL]/RESTART/" - 'out_grd.glo_30m' .bitcmp. "@[CNTL]" + 'out_grd.glo_10m' .bitcmp. "@[CNTL]" + 'out_grd.ant_9km' .bitcmp. "@[CNTL]" + 'out_grd.aoc_9km' .bitcmp. "@[CNTL]" # Executable validation. This makes an MD5 sum of the fv3.exe # for comparison against the MD5 sum made in the build job. # This is to ensure the executable did not change during the @@ -1888,7 +1892,7 @@ test fv3_wrtGauss_nemsio_c768: fv3_ww3.exe { } spawn execute { - {"@[build%target]", ranks="@[TASKS]", ppn="@[PPN]" } + {"@[build%target]", ranks="@[TASKS]", threads="@[THRD]", ppn="@[PPN]" } } } diff --git a/compsets/hera.input b/compsets/hera.input index 4f0f7184e5..e50bb01c05 100644 --- a/compsets/hera.input +++ b/compsets/hera.input @@ -16,7 +16,8 @@ platform hera.intel { cores_per_node=40 # Number of cores per node on compute nodes cpus_per_core=2 - C768_PPN=30 + C768_PPN=10 + C768_THRD=1 # hera testing: using longer run time DEFAULT_TEST_WALLTIME=3000 @@ -30,8 +31,8 @@ platform hera.intel { # INPUTS is the input directory, which should contain fix and parm # files, plus any restarts or other inputs. - BASELINE="/scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20191230" - BASELINE_TEMPLATE="/scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20191230" + BASELINE="/scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200115" + BASELINE_TEMPLATE="/scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200115" INPUTS="@[BASELINE]" default_resources={ diff --git a/compsets/platforms.input b/compsets/platforms.input index 4fec8b9307..067924c4a7 100644 --- a/compsets/platforms.input +++ b/compsets/platforms.input @@ -26,6 +26,7 @@ platform.defaults={ walltime="@[DEFAULT_TEST_WALLTIME]" C768_PPN="@[cores_per_node]" + C768_THRD=1 execution_time_modules="" } diff --git a/compsets/wcoss.input b/compsets/wcoss.input index 110065386e..01b698ace8 100644 --- a/compsets/wcoss.input +++ b/compsets/wcoss.input @@ -17,6 +17,8 @@ platform wcoss.phase2 { pex='1' cores_per_node=24 cpus_per_core=2 + C768_PPN=6 + C768_THRD=1 # WCOSS Phase 2 has been slow of late. DEFAULT_TEST_WALLTIME=3000 @@ -26,8 +28,8 @@ platform wcoss.phase2 { LONG_TEST_QUEUE='&LONGQ;' BUILD_QUEUE='&BUILDQ;' MACHINE_ID='wcoss.phase2' - BASELINE="/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20191230" - BASELINE_TEMPLATE="/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20191230" + BASELINE="/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200115" + BASELINE_TEMPLATE="/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200115" default_resources={ TASKS=156 @@ -120,9 +122,12 @@ platform wcoss.phase1 { pex='1' cores_per_node=16 cpus_per_core=2 + C768_PPN=6 + C768_THRD=1 + MACHINE_ID='wcoss.phase1' - BASELINE="/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20191230" - BASELINE_TEMPLATE="/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20191230" + BASELINE="/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200115" + BASELINE_TEMPLATE="/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200115" # WCOSS Phase 2 has been slow of late. DEFAULT_TEST_WALLTIME=2700 @@ -197,8 +202,10 @@ platform wcoss_dell_p3 { pex='3' cores_per_node=28 cpus_per_core=2 + C768_PPN=7 + C768_THRD=1 - DEFAULT_TEST_WALLTIME=1800 + DEFAULT_TEST_WALLTIME=3000 MPI='LSF_IMPI' MACHINE_ID='wcoss_dell_p3' @@ -206,16 +213,16 @@ platform wcoss_dell_p3 { LONG_TEST_QUEUE='&LONGQ;' BUILD_QUEUE='&BUILDQ;' - BASELINE="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20191230" - BASELINE_TEMPLATE="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20191230" + BASELINE="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200115/" + BASELINE_TEMPLATE="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200115/" default_resources={ TASKS=156 WRTTASK_PER_GROUP=12 - TPN=8 + TPN=6 INPES=3 JNPES=8 - THRD=1 + THRD=4 atm_petlist_bounds="0 155" wav_petlist_bounds="156 263" CPLTASKS=264 @@ -295,6 +302,9 @@ platform wcoss.cray { pex='cray' cores_per_node=24 cpus_per_core=2 + C768_PPN=6 + C768_THRD=1 + MPI='lsf_cray_intel' SHORT_TEST_QUEUE='&SHORTQ;' LONG_TEST_QUEUE='&LONGQ;' @@ -304,8 +314,8 @@ platform wcoss.cray { BUILD_WALLTIME="3600" DEFAULT_TEST_WALLTIME=1800 - BASELINE="/gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20191230" - BASELINE_TEMPLATE="/gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20191230" + BASELINE="/gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200115" + BASELINE_TEMPLATE="/gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200115" execution_time_modules=[[[ module load alps diff --git a/conf/configure.fv3.gaea.intel b/conf/configure.fv3.gaea.intel index 37cb3acb91..b8ff966a3b 100644 --- a/conf/configure.fv3.gaea.intel +++ b/conf/configure.fv3.gaea.intel @@ -66,6 +66,10 @@ else CPPDEFS += -DMOIST_CAPPA -DUSE_COND endif +ifeq ($(NAM_phys),Y) +CPPDEFS += -DNAM_phys +endif + ifeq ($(32BIT),Y) CPPDEFS += -DOVERLOAD_R4 -DOVERLOAD_R8 FFLAGS += -i4 -real-size 32 diff --git a/conf/configure.fv3.macosx.gnu b/conf/configure.fv3.macosx.gnu index 3b32c0edb1..15e7db6937 100644 --- a/conf/configure.fv3.macosx.gnu +++ b/conf/configure.fv3.macosx.gnu @@ -1,7 +1,7 @@ ## NEMS configuration file ## ## Platform: Darwin Mac OS X -## Compiler: GNU (clang/gfortran) with MPICH +## Compiler: GNU (gcc/clang+gfortran) with MPICH SHELL=/bin/sh diff --git a/log/report-hera.intel-log/build_fv3.exe.log b/log/report-hera.intel-log/build_fv3.exe.log index 3e7bf105a5..0504c1132c 100644 --- a/log/report-hera.intel-log/build_fv3.exe.log +++ b/log/report-hera.intel-log/build_fv3.exe.log @@ -1,22 +1,22 @@ + [[ fv3.exe == fv3.exe ]] -+ rm -f /scratch1/NCEPDEV/stmp2/Dusan.Jovic/scrub/rtgen.302700/exec/fv3.exe -+ modules=/scratch1/NCEPDEV/stmp2/Dusan.Jovic/scrub/rtgen.302700/include/modules.fv3 ++ rm -f /scratch1/NCEPDEV/stmp2/Dusan.Jovic/scrub/rtgen.374974/exec/fv3.exe ++ modules=/scratch1/NCEPDEV/stmp2/Dusan.Jovic/scrub/rtgen.374974/include/modules.fv3 + BUILD_NR= -+ fv3=/scratch1/NCEPDEV/stmp2/Dusan.Jovic/scrub/rtgen.302700/exec/fv3.exe ++ fv3=/scratch1/NCEPDEV/stmp2/Dusan.Jovic/scrub/rtgen.374974/exec/fv3.exe + MAKE_OPTS=' ' -+ md5=/scratch1/NCEPDEV/stmp2/Dusan.Jovic/scrub/rtgen.302700/exec/fv3.exe.md5 -+ cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/ -+ rm -f /scratch1/NCEPDEV/stmp2/Dusan.Jovic/scrub/rtgen.302700/exec/fv3.exe /scratch1/NCEPDEV/stmp2/Dusan.Jovic/scrub/rtgen.302700/include/modules.fv3 ++ md5=/scratch1/NCEPDEV/stmp2/Dusan.Jovic/scrub/rtgen.374974/exec/fv3.exe.md5 ++ cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/tests/ ++ rm -f /scratch1/NCEPDEV/stmp2/Dusan.Jovic/scrub/rtgen.374974/exec/fv3.exe /scratch1/NCEPDEV/stmp2/Dusan.Jovic/scrub/rtgen.374974/include/modules.fv3 + which aprun which: no aprun in (/scratch1/NCEPDEV/nems/emc.nemspara/soft/emc-utils/1.1.0/bin:/apps/hpss:/apps/rocoto/1.3.1/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/opt/ibutils/bin:/apps/local/bin:/apps/local/sbin:/apps/slurm/default/tools:/apps/slurm/default/bin:/apps/slurm/default/sbin:/apps/slurm/tools/sbank/bin:/home/Dusan.Jovic/bin:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/dbrowse) + [[ hera.intel == hera* ]] + echo 'DON'\''T SUBSTITUTE _ for . on hera.intel' DON'T SUBSTITUTE _ for . on hera.intel -+ ./compile.sh /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3 hera.intel ++ ./compile.sh /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 hera.intel + SECONDS=0 + [[ 2 -lt 2 ]] -+ readonly PATHTR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3 -+ PATHTR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3 ++ readonly PATHTR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 ++ PATHTR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 + readonly BUILD_TARGET=hera.intel + BUILD_TARGET=hera.intel + readonly MAKE_OPT= @@ -28,7 +28,7 @@ DON'T SUBSTITUTE _ for . on hera.intel + readonly clean_after=YES + clean_after=YES + hostname -h21c05 +h14c45 + echo 'Compiling into fv3.exe on hera.intel' Compiling into fv3.exe on hera.intel + gnu_make=gmake @@ -43,7 +43,7 @@ Using $MAKE_THREADS=8 threads to build FV3 and FMS. + echo Consider reducing '$MAKE_THREADS' if you hit memory or process limits. Consider reducing $MAKE_THREADS if you hit memory or process limits. + gnu_make='gmake -j 8' -+ cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/../NEMS ++ cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/../NEMS + COMPONENTS=FMS,FV3 + [[ '' == *\C\C\P\P\=\Y* ]] + [[ '' == *\W\W\3\=\Y* ]] @@ -55,200 +55,185 @@ Consider reducing $MAKE_THREADS if you hit memory or process limits. + gmake -j 8 -k COMPONENTS=FMS,FV3 TEST_BUILD_NAME=fv3 BUILD_ENV=hera.intel FV3_MAKEOPT= NEMS_BUILDOPT= distclean Will copy modules.nems and NEMS.x as fv3 under tests/ NOTE: Skipping appbuilder.mk creation; no appbuilder file in use. -echo 'FMS FV3' > "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/components.mk" +echo 'FMS FV3' > "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/components.mk" Adding FV3 makeopts to FMS makeopts -cat /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/fv3gfs/makefile | sed 's,^include,#include,g' \ - > /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/fv3gfs/makefile.temp.clean -cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/fv3gfs ; \ +cat /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs/makefile | sed 's,^include,#include,g' \ + > /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs/makefile.temp.clean +cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs ; \ exec gmake -f makefile.temp.clean clean -gmake[1]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/fv3gfs' +gmake[1]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs' Cleaning fms ... cd .. ; \ ls -1 */*.a */*.o */*.mod */depend \ | grep -vE 'INSTALL|\.git' | xargs rm -f || true ; \ rm -rf FMS_INSTALL || true -ls: cannot access */*.a: No such file or directory -ls: cannot access */*.o: No such file or directory -ls: cannot access */*.mod: No such file or directory -ls: cannot access */depend: No such file or directory -gmake[1]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/fv3gfs' -rm -rf /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/fv3gfs/makefile.temp.clean -cat /dev/null > /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/conf/configure.fv3 -cat /dev/null > /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/conf/modules.fv3 -cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3 ; exec gmake \ +gmake[1]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs' +rm -rf /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs/makefile.temp.clean +cat /dev/null > /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/conf/configure.fv3 +cat /dev/null > /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/conf/modules.fv3 +cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 ; exec gmake \ -k cleanall FMS_DIR=/dev/null -gmake[1]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3' +gmake[1]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3' Cleaning ... (cd gfsphysics && make clean) Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics' -makefile:278: depend: No such file or directory +make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics' make[2]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. -Building dependencies ... -make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics' - -Build standalone FV3 gfsphysics ... - -make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics' Cleaning gfsphysics ... rm -f -f libgfsphys.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend */*.tmp.f90 -make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics' +make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics' (cd ccpp/driver && make clean) Build CCPP layer ... -make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/driver' +make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ccpp/driver' makefile:67: depend: No such file or directory make[2]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. Building dependencies ... -make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/driver' +make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ccpp/driver' Build CCPP layer ... -make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/driver' +make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ccpp/driver' Cleaning CCPP_layer ... rm -f -f libccppdriver.a *__genmod.f90 *.tmp.f90 *.o */*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/driver' +make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ccpp/driver' (cd ipd && make clean) Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ipd' +make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd' makefile:54: depend: No such file or directory make[2]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. Building dependencies ... -make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ipd' +make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd' Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ipd' +make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd' Cleaning ipd ... rm -f -f libipd.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ipd' +make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd' (cd ../stochastic_physics && make clean) Build standalone FV3 stochastic_physics ... -make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/stochastic_physics' +make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/stochastic_physics' makefile:86: depend: No such file or directory make[2]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. -cc -E four_to_grid_stochy.F > four_to_grid_stochy.f Building dependencies ... -make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/stochastic_physics' +make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/stochastic_physics' Build standalone FV3 stochastic_physics ... -make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/stochastic_physics' +make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/stochastic_physics' Cleaning stochastic_physics ... rm -f -f libstochastic_physics.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/stochastic_physics' +make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/stochastic_physics' (cd io && make clean) Build standalone FV3 io ... $ESMF_INC is [] -make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/io' +make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io' make[2]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. Cleaning io ... rm -f -f libfv3io.a *__genmod.f90 *.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/io' +make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io' (cd atmos_cubed_sphere && make clean) Build standalone FV3 fv3core ... -make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/atmos_cubed_sphere' +make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere' make[2]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. Cleaning fv3core ... rm -f -f libfv3core.a *__genmod.f90 */*.o */*/*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/atmos_cubed_sphere' +make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere' (cd cpl && make clean) Build standalone FV3 io ... -make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/cpl' +make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl' make[2]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. Cleaning io ... rm -f -f libfv3cpl.a *.o *.mod *.lst *.i90 depend -make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/cpl' +make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl' rm -f -f fv3.exe libfv3cap.a *.o *.mod *.i90 *.lst depend rm -f -rf nems_dir fv3.mk FV3_INSTALL rm -f -f conf/modules.fv3 rm -f -f conf/configure.fv3 -gmake[1]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3' -rm -rf nems_dir FV3_INSTALL /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/conf/configure.fv3 \ - /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/conf/modules.fv3 -rm -rf /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk -if ! test -f /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; then \ - cat /dev/null > /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; \ +gmake[1]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3' +rm -rf nems_dir FV3_INSTALL /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/conf/configure.fv3 \ + /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/conf/modules.fv3 +rm -rf /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk +if ! test -f /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; then \ + cat /dev/null > /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; \ delete_nuopc=yes ; \ fi ; \ -cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src ; gmake "COMPONENTS=FMS FV3" \ +cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src ; gmake "COMPONENTS=FMS FV3" \ INCLUDES_ARE_OPTIONAL=YES clean ; \ if [ "$delete_nuopc" = yes ] ; then \ - rm -f /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; \ + rm -f /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; \ fi -gmake[1]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src' -GNUmakefile:16: /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/test-results.mk: No such file or directory Components in linker order: FV3 FMS FV3: include +gmake[1]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src' GNUmakefile:70: : component FV3 makefile fragment is missing FMS: include GNUmakefile:70: : component FMS makefile fragment is missing -gmake[1]: *** No rule to make target `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/test-results.mk'. -gmake[1]: Failed to remake makefile `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/test-results.mk'. rm -f -f *.tmp.f90 *.lst *.o *.mod lm map cd ENS_Cpl ; gmake clean -gmake[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/ENS_Cpl' +gmake[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/ENS_Cpl' rm -f -f ENS_Cpl.a *.f90 *.o *.mod *.lst lm map depend -gmake[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/ENS_Cpl' -gmake[1]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src' -rm -f /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/exe/NEMS.x /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC -rm -f /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/configure.nems /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/externals.nems /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/modules.nems /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/ESMFVersionDefine.h /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/modules.nems.sh /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/modules.nems.csh /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/test-results.mk -rm -f /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/components.mk -rm -f /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/test_results.mk +gmake[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/ENS_Cpl' +gmake[1]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src' +rm -f /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/exe/NEMS.x /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC +rm -f /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/externals.nems /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/modules.nems /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/ESMFVersionDefine.h /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/modules.nems.sh /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/modules.nems.csh /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/test-results.mk +rm -f /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/components.mk +rm -f /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/test_results.mk + gmake -j 8 -k COMPONENTS=FMS,FV3 TEST_BUILD_NAME=fv3 BUILD_ENV=hera.intel FV3_MAKEOPT= NEMS_BUILDOPT= build Will copy modules.nems and NEMS.x as fv3 under tests/ NOTE: Skipping appbuilder.mk creation; no appbuilder file in use. -echo 'FMS FV3' > "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/components.mk" +echo 'FMS FV3' > "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/components.mk" Adding FV3 makeopts to FMS makeopts -cp /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel/fv3 /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/modules.nems -set -xe ; cp "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/modules.nems" "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/modules.fv3" -+ cp /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/modules.nems /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/modules.fv3 -cp /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/conf/configure.fv3.hera.intel /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/configure.nems -cat /dev/null > /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/externals.nems -cp /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/ESMFVersionDefine_ESMF_NUOPC.h /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/ESMFVersionDefine.h -( echo '. /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc' ; \ -echo 'module use /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf' ; \ -echo 'module load modules.nems' ) > "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/modules.nems.sh" -( echo 'source /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/module-setup.csh.inc' ; \ -echo 'module use /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf' ; \ -echo 'module load modules.nems' ) > "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/modules.nems.csh" -/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/incmake/configure_rules.mk:3: /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/test-results.mk: No such file or directory -gmake -f /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/incmake/tests.mk \ - MODULE_LOGIC=" . /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack" \ - TARGET="/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/test-results.mk" TEST -gmake[1]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS' +cp /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/hera.intel/fv3 /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/modules.nems +set -xe ; cp "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/modules.nems" "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/tests/modules.fv3" ++ cp /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/modules.nems /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/tests/modules.fv3 +cp /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/conf/configure.fv3.hera.intel /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems +cat /dev/null > /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/externals.nems +cp /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/ESMFVersionDefine_ESMF_NUOPC.h /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/ESMFVersionDefine.h +( echo '. /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc' ; \ +echo 'module use /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf' ; \ +echo 'module load modules.nems' ) > "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/modules.nems.sh" +( echo 'source /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/module-setup.csh.inc' ; \ +echo 'module use /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf' ; \ +echo 'module load modules.nems' ) > "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/modules.nems.csh" +/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/incmake/configure_rules.mk:3: /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/test-results.mk: No such file or directory +gmake -f /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/incmake/tests.mk \ + MODULE_LOGIC=" . /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack" \ + TARGET="/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/test-results.mk" TEST +gmake[1]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS' if [ -f "/modules.nems" ] ; then \ - . /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=unlimited ; ulimit -S -s 200000 ; module use /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s ; \ + . /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=unlimited ; ulimit -S -s 200000 ; module use /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s ; \ fi ; \ ( \ echo "# Do not edit this file. It is automatically generated from tests.mk." ; \ echo "CASELESS_FILESYSTEM=NO" ; \ if [ "Q$ESMFMKFILE" != Q ] ; then egrep 'VERSION|^ESMF_[A-Z]*DIR' < "$ESMFMKFILE" ; fi ; \ -) > "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/test-results.mk" -gmake[1]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS' -. /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/fv3gfs ; \ +) > "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/test-results.mk" +gmake[1]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS' +. /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs ; \ exec gmake all Currently Loaded Modules: @@ -261,10 +246,10 @@ Currently Loaded Modules: -gmake[1]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/fv3gfs' +gmake[1]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs' Building dependencies ... -gmake[1]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/fv3gfs' -gmake[1]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/fv3gfs' +gmake[1]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs' +gmake[1]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs' mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_parameter.F90 -o ../mpp/mpp_parameter.o mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../platform/platform.F90 -o ../platform/platform.o mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../drifters/cloud_interpolator.F90 -o ../drifters/cloud_interpolator.o @@ -381,7 +366,6 @@ Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../field_manager/field_manager.F90 -o ../field_manager/field_manager.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. @@ -390,6 +374,7 @@ Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../field_manager/field_manager.F90 -o ../field_manager/field_manager.o mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../coupler/ensemble_manager.F90 -o ../coupler/ensemble_manager.o mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mosaic/mosaic.F90 -o ../mosaic/mosaic.o mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../fft/fft.F90 -o ../fft/fft.o @@ -555,18 +540,18 @@ a - ../mosaic/mosaic_util.o a - ../mosaic/read_mosaic.o a - ../mpp/nsclock.o a - ../mpp/threadloc.o -mkdir -p "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL" -mv fms.mk "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL/." -cp -fp *.a *.mod ../include/*.h "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL"/. -gmake[1]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/fv3gfs' -test -d /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -Compiling into /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL on hera -cp -fp /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/configure.nems \ - "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3"/conf/configure.fv3 -cp -fp /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/modules.nems \ - "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3"/conf/modules.fv3 -. /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3 ; \ - exec gmake COMP=FV3 COMP_SRCDIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3 COMP_BINDIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL MACHINE_ID=hera FMS_DIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL nemsinstall +mkdir -p "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL" +mv fms.mk "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL/." +cp -fp *.a *.mod ../include/*.h "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL"/. +gmake[1]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs' +test -d /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL +Compiling into /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL on hera +cp -fp /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems \ + "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3"/conf/configure.fv3 +cp -fp /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/modules.nems \ + "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3"/conf/modules.fv3 +. /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 ; \ + exec gmake COMP=FV3 COMP_SRCDIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 COMP_BINDIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL MACHINE_ID=hera FMS_DIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL nemsinstall Currently Loaded Modules: 1) contrib 7) ip/3.0.2 13) g2tmpl/1.6.0 19) esmf/8.0.0 @@ -578,195 +563,195 @@ Currently Loaded Modules: -gmake[1]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3' +gmake[1]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3' Building dependencies ... -gmake[1]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3' -gmake[1]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3' -gmake -C cpl FMS_DIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL +gmake[1]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3' +gmake[1]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3' +gmake -C cpl FMS_DIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL Build standalone FV3 io ... -gmake[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/cpl' +gmake[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl' Building dependencies ... -gmake[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/cpl' +gmake[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl' Build standalone FV3 io ... -gmake[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/cpl' +gmake[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl' mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -c module_cplfields.F90 mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -c module_cap_cpl.F90 ar rv libfv3cpl.a module_cplfields.o module_cap_cpl.o ar: creating libfv3cpl.a a - module_cplfields.o a - module_cap_cpl.o -gmake[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/cpl' -gmake -C gfsphysics FMS_DIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit +gmake[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl' +gmake -C gfsphysics FMS_DIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit Build standalone FV3 gfsphysics ... -gmake[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics' +gmake[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics' makefile:278: depend: No such file or directory Building dependencies ... -gmake[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics' +gmake[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics' Build standalone FV3 gfsphysics ... -gmake[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics' -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/machine.F -o physics/machine.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/co2hc.f -o physics/co2hc.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/efield.f -o physics/efield.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gocart_tracer_config_stub.f -o physics/gocart_tracer_config_stub.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2oc.f -o physics/h2oc.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2ohdc.f -o physics/h2ohdc.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ideaca.f -o physics/ideaca.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_composition.f -o physics/idea_composition.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/wam_f107_kp_mod.f90 -o physics/wam_f107_kp_mod.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/iounitdef.f -o physics/iounitdef.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mersenne_twister.f -o physics/mersenne_twister.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/namelist_soilveg.f -o physics/namelist_soilveg.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozne_def.f -o physics/ozne_def.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/iccn_def.f -o physics/iccn_def.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/aerclm_def.f -o physics/aerclm_def.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/physparam.f -o physics/physparam.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/progtm_module.f -o physics/progtm_module.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/surface_perturbation.F90 -o physics/surface_perturbation.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/GFDL_parse_tracers.F90 -o physics/GFDL_parse_tracers.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gfs_phy_tracer_config.F -o physics/gfs_phy_tracer_config.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rayleigh_damp.f -o physics/rayleigh_damp.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rayleigh_damp_mesopause.f -o physics/rayleigh_damp_mesopause.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/set_soilveg.f -o physics/set_soilveg.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_wrf_utl.f90 -o physics/module_wrf_utl.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/noahmp_tables.f90 -o physics/noahmp_tables.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/tridi2t3.f -o physics/tridi2t3.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozinterp.f90 -o physics/ozinterp.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/iccninterp.f90 -o physics/iccninterp.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/aerinterp.f90 -o physics/aerinterp.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/num_parthds.F -o physics/num_parthds.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfcsub.F -o physics/sfcsub.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_mp_radar.F90 -o physics/module_mp_radar.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/micro_mg_utils.F90 -o physics/micro_mg_utils.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cnvc90.f -o physics/cnvc90.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/date_def.f -o physics/date_def.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/physcons.F90 -o physics/physcons.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gwdc.f -o physics/gwdc.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gwdps.f -o physics/gwdps.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2o_def.f -o physics/h2o_def.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2ophys.f -o physics/h2ophys.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_co2.f -o physics/idea_co2.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_dissipation.f -o physics/idea_dissipation.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_h2o.f -o physics/idea_h2o.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_ion.f -o physics/idea_ion.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_o2_o3.f -o physics/idea_o2_o3.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_solar_heating.f -o physics/idea_solar_heating.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_tracer.f -o physics/idea_tracer.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfpbl.f -o physics/mfpbl.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninp.f -o physics/moninp.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninp1.f -o physics/moninp1.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozphys.f -o physics/ozphys.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozphys_2015.f -o physics/ozphys_2015.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/progt2.f -o physics/progt2.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radlw_param.f -o physics/radlw_param.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radsw_param.f -o physics/radsw_param.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_astronomy.f -o physics/radiation_astronomy.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_surface.f -o physics/radiation_surface.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/samfaerosols.f -o physics/samfaerosols.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_cice.f -o physics/sfc_cice.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_diff.f -o physics/sfc_diff.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_sf_noahmp_glacier.f90 -o physics/module_sf_noahmp_glacier.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_sf_noahmplsm.f90 -o physics/module_sf_noahmplsm.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_nst_parameters.f90 -o physics/module_nst_parameters.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sflx.f -o physics/sflx.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv.f -o physics/shalcv.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv_1lyr.f -o physics/shalcv_1lyr.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv_fixdp.f -o physics/shalcv_fixdp.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv_opr.f -o physics/shalcv_opr.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/get_prs_fv3.f90 -o physics/get_prs_fv3.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2ointerp.f90 -o physics/h2ointerp.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/aer_cloud.F -o physics/aer_cloud.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gfdl_cloud_microphys.F90 -o physics/gfdl_cloud_microphys.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_mp_thompson_gfs.F90 -o physics/module_mp_thompson_gfs.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_mp_wsm6_fv3.F90 -o physics/module_mp_wsm6_fv3.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/dcyc2.f -o physics/dcyc2.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/dcyc2.pre.rad.f -o physics/dcyc2.pre.rad.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/tracer_const_h.f -o physics/tracer_const_h.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/funcphys.f90 -o physics/funcphys.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_initialize.F90 -o physics/cires_ugwp_initialize.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_phys.f -o physics/idea_phys.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/lrgsclr.f -o physics/lrgsclr.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfpblt.f -o physics/mfpblt.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfpbltq.f -o physics/mfpbltq.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfscu.f -o physics/mfscu.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfscuq.f -o physics/mfscuq.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_bfmicrophysics.f -o physics/module_bfmicrophysics.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninedmf.f -o physics/moninedmf.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninedmf_hafs.f -o physics/moninedmf_hafs.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninq.f -o physics/moninq.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninq1.f -o physics/moninq1.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninshoc.f -o physics/moninshoc.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstadb.f -o physics/mstadb.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstadbtn.f -o physics/mstadbtn.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstadbtn2.f -o physics/mstadbtn2.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstcnv.f -o physics/mstcnv.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/precpd.f -o physics/precpd.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/precpd_shoc.f -o physics/precpd_shoc.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/precpdp.f -o physics/precpdp.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radlw_datatb.f -o physics/radlw_datatb.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rascnvv2.f -o physics/rascnvv2.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX-I -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_aerosols.f -o physics/radiation_aerosols.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radsw_datatb.f -o physics/radsw_datatb.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_gases.f -o physics/radiation_gases.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_clouds.f -o physics/radiation_clouds.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/samfdeepcnv.f -o physics/samfdeepcnv.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/samfshalcnv.f -o physics/samfshalcnv.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sascnv.f -o physics/sascnv.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sascnvn.f -o physics/sascnvn.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/satmedmfvdif.f -o physics/satmedmfvdif.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/satmedmfvdifq.f -o physics/satmedmfvdifq.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_diag.f -o physics/sfc_diag.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_drv.f -o physics/sfc_drv.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_noahmp_drv.f -o physics/sfc_noahmp_drv.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_nst_water_prop.f90 -o physics/module_nst_water_prop.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_ocean.f -o physics/sfc_ocean.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_sice.f -o physics/sfc_sice.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcnv.f -o physics/shalcnv.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/calpreciptype.f90 -o physics/calpreciptype.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gcm_shoc.f90 -o physics/gcm_shoc.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/wv_saturation.F -o physics/wv_saturation.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_utils.F90 -o physics/cires_ugwp_utils.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_triggers.F90 -o physics/cires_ugwp_triggers.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cs_conv.F90 -o physics/cs_conv.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/get_prs.f -o physics/get_prs.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gscond.f -o physics/gscond.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gscondp.f -o physics/gscondp.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_module.F90 -o physics/cires_ugwp_module.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_orowam2017.f -o physics/cires_orowam2017.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radlw_main.f -o physics/radlw_main.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_typedefs.F90 -o GFS_layer/GFS_typedefs.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radsw_main.f -o physics/radsw_main.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_nst_model.f90 -o physics/module_nst_model.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cldmacro.F -o physics/cldmacro.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cldwat2m_micro.F -o physics/cldwat2m_micro.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_solvers.F90 -o physics/cires_ugwp_solvers.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_vert_lsatdis.F90 -o physics/cires_vert_lsatdis.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_vert_orodis.F90 -o physics/cires_vert_orodis.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_vert_wmsdis.F90 -o physics/cires_vert_wmsdis.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/micro_mg2_0.F90 -o physics/micro_mg2_0.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/micro_mg3_0.F90 -o physics/micro_mg3_0.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ugwp_driver_v0.f -o physics/ugwp_driver_v0.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_nst.f -o physics/sfc_nst.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/m_micro_driver.F90 -o physics/m_micro_driver.o +gmake[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics' +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/machine.F -o physics/machine.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/co2hc.f -o physics/co2hc.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/efield.f -o physics/efield.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gocart_tracer_config_stub.f -o physics/gocart_tracer_config_stub.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2oc.f -o physics/h2oc.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2ohdc.f -o physics/h2ohdc.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ideaca.f -o physics/ideaca.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_composition.f -o physics/idea_composition.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/wam_f107_kp_mod.f90 -o physics/wam_f107_kp_mod.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/iounitdef.f -o physics/iounitdef.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mersenne_twister.f -o physics/mersenne_twister.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/namelist_soilveg.f -o physics/namelist_soilveg.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozne_def.f -o physics/ozne_def.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/iccn_def.f -o physics/iccn_def.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/aerclm_def.f -o physics/aerclm_def.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/physparam.f -o physics/physparam.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/progtm_module.f -o physics/progtm_module.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/surface_perturbation.F90 -o physics/surface_perturbation.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/GFDL_parse_tracers.F90 -o physics/GFDL_parse_tracers.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gfs_phy_tracer_config.F -o physics/gfs_phy_tracer_config.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rayleigh_damp.f -o physics/rayleigh_damp.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rayleigh_damp_mesopause.f -o physics/rayleigh_damp_mesopause.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/set_soilveg.f -o physics/set_soilveg.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_wrf_utl.f90 -o physics/module_wrf_utl.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/noahmp_tables.f90 -o physics/noahmp_tables.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/tridi2t3.f -o physics/tridi2t3.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozinterp.f90 -o physics/ozinterp.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/iccninterp.f90 -o physics/iccninterp.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/aerinterp.f90 -o physics/aerinterp.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/num_parthds.F -o physics/num_parthds.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfcsub.F -o physics/sfcsub.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_mp_radar.F90 -o physics/module_mp_radar.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/micro_mg_utils.F90 -o physics/micro_mg_utils.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cnvc90.f -o physics/cnvc90.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/date_def.f -o physics/date_def.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/physcons.F90 -o physics/physcons.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gwdc.f -o physics/gwdc.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gwdps.f -o physics/gwdps.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2o_def.f -o physics/h2o_def.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2ophys.f -o physics/h2ophys.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/progt2.f -o physics/progt2.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radlw_param.f -o physics/radlw_param.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radsw_param.f -o physics/radsw_param.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_astronomy.f -o physics/radiation_astronomy.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_surface.f -o physics/radiation_surface.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/samfaerosols.f -o physics/samfaerosols.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_cice.f -o physics/sfc_cice.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_diff.f -o physics/sfc_diff.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_sf_noahmp_glacier.f90 -o physics/module_sf_noahmp_glacier.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_sf_noahmplsm.f90 -o physics/module_sf_noahmplsm.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_nst_parameters.f90 -o physics/module_nst_parameters.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sflx.f -o physics/sflx.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv.f -o physics/shalcv.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv_1lyr.f -o physics/shalcv_1lyr.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv_fixdp.f -o physics/shalcv_fixdp.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv_opr.f -o physics/shalcv_opr.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/get_prs_fv3.f90 -o physics/get_prs_fv3.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2ointerp.f90 -o physics/h2ointerp.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/aer_cloud.F -o physics/aer_cloud.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gfdl_cloud_microphys.F90 -o physics/gfdl_cloud_microphys.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_mp_thompson_gfs.F90 -o physics/module_mp_thompson_gfs.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_mp_wsm6_fv3.F90 -o physics/module_mp_wsm6_fv3.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/dcyc2.f -o physics/dcyc2.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/dcyc2.pre.rad.f -o physics/dcyc2.pre.rad.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/tracer_const_h.f -o physics/tracer_const_h.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/funcphys.f90 -o physics/funcphys.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_initialize.F90 -o physics/cires_ugwp_initialize.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_co2.f -o physics/idea_co2.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_dissipation.f -o physics/idea_dissipation.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_h2o.f -o physics/idea_h2o.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_ion.f -o physics/idea_ion.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_o2_o3.f -o physics/idea_o2_o3.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_phys.f -o physics/idea_phys.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_solar_heating.f -o physics/idea_solar_heating.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_tracer.f -o physics/idea_tracer.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/lrgsclr.f -o physics/lrgsclr.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfpbl.f -o physics/mfpbl.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfpblt.f -o physics/mfpblt.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfpbltq.f -o physics/mfpbltq.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfscu.f -o physics/mfscu.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfscuq.f -o physics/mfscuq.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_bfmicrophysics.f -o physics/module_bfmicrophysics.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninedmf.f -o physics/moninedmf.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninedmf_hafs.f -o physics/moninedmf_hafs.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninp.f -o physics/moninp.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninp1.f -o physics/moninp1.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninq.f -o physics/moninq.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninq1.f -o physics/moninq1.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninshoc.f -o physics/moninshoc.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstadb.f -o physics/mstadb.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstadbtn.f -o physics/mstadbtn.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstadbtn2.f -o physics/mstadbtn2.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstcnv.f -o physics/mstcnv.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozphys.f -o physics/ozphys.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozphys_2015.f -o physics/ozphys_2015.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/precpd.f -o physics/precpd.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/precpd_shoc.f -o physics/precpd_shoc.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/precpdp.f -o physics/precpdp.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radlw_datatb.f -o physics/radlw_datatb.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rascnvv2.f -o physics/rascnvv2.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX-I -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_aerosols.f -o physics/radiation_aerosols.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radsw_datatb.f -o physics/radsw_datatb.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_gases.f -o physics/radiation_gases.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_clouds.f -o physics/radiation_clouds.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/samfdeepcnv.f -o physics/samfdeepcnv.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/samfshalcnv.f -o physics/samfshalcnv.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sascnv.f -o physics/sascnv.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sascnvn.f -o physics/sascnvn.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/satmedmfvdif.f -o physics/satmedmfvdif.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/satmedmfvdifq.f -o physics/satmedmfvdifq.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_diag.f -o physics/sfc_diag.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_drv.f -o physics/sfc_drv.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_noahmp_drv.f -o physics/sfc_noahmp_drv.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_nst_water_prop.f90 -o physics/module_nst_water_prop.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_ocean.f -o physics/sfc_ocean.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_sice.f -o physics/sfc_sice.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcnv.f -o physics/shalcnv.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/calpreciptype.f90 -o physics/calpreciptype.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gcm_shoc.f90 -o physics/gcm_shoc.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/wv_saturation.F -o physics/wv_saturation.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_utils.F90 -o physics/cires_ugwp_utils.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_triggers.F90 -o physics/cires_ugwp_triggers.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cs_conv.F90 -o physics/cs_conv.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/get_prs.f -o physics/get_prs.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gscond.f -o physics/gscond.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gscondp.f -o physics/gscondp.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_module.F90 -o physics/cires_ugwp_module.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_orowam2017.f -o physics/cires_orowam2017.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radlw_main.f -o physics/radlw_main.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_typedefs.F90 -o GFS_layer/GFS_typedefs.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radsw_main.f -o physics/radsw_main.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_nst_model.f90 -o physics/module_nst_model.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cldmacro.F -o physics/cldmacro.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cldwat2m_micro.F -o physics/cldwat2m_micro.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_solvers.F90 -o physics/cires_ugwp_solvers.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_vert_lsatdis.F90 -o physics/cires_vert_lsatdis.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_vert_orodis.F90 -o physics/cires_vert_orodis.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_vert_wmsdis.F90 -o physics/cires_vert_wmsdis.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/micro_mg2_0.F90 -o physics/micro_mg2_0.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/micro_mg3_0.F90 -o physics/micro_mg3_0.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ugwp_driver_v0.f -o physics/ugwp_driver_v0.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_nst.f -o physics/sfc_nst.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/m_micro_driver.F90 -o physics/m_micro_driver.o mpiicc -E -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML GFS_layer/GFS_radiation_driver.F90 > GFS_layer/GFS_radiation_driver.tmp.f90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gcycle.F90 -o physics/gcycle.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/GFS_debug.F90 -o physics/GFS_debug.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -O0 -c GFS_layer/GFS_diagnostics.F90 -o GFS_layer/GFS_diagnostics.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gcycle.F90 -o physics/gcycle.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/GFS_debug.F90 -o physics/GFS_debug.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -O0 -c GFS_layer/GFS_diagnostics.F90 -o GFS_layer/GFS_diagnostics.o mpiicc -E -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML GFS_layer/GFS_physics_driver.F90 > GFS_layer/GFS_physics_driver.tmp.f90 -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_physics_driver.tmp.f90 -o GFS_layer/GFS_physics_driver.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_radiation_driver.tmp.f90 -o GFS_layer/GFS_radiation_driver.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_restart.F90 -o GFS_layer/GFS_restart.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rad_initialize.f -o physics/rad_initialize.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_radiation_driver.tmp.f90 -o GFS_layer/GFS_radiation_driver.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_physics_driver.tmp.f90 -o GFS_layer/GFS_physics_driver.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_restart.F90 -o GFS_layer/GFS_restart.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rad_initialize.f -o physics/rad_initialize.o mpiicc -E -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML GFS_layer/GFS_driver.F90 > GFS_layer/GFS_driver.tmp.f90 -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_driver.tmp.f90 -o GFS_layer/GFS_driver.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_abstraction_layer.F90 -o GFS_layer/GFS_abstraction_layer.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_driver.tmp.f90 -o GFS_layer/GFS_driver.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_abstraction_layer.F90 -o GFS_layer/GFS_abstraction_layer.o ar rv libgfsphys.a physics/cnvc90.o physics/co2hc.o physics/date_def.o physics/dcyc2.o physics/dcyc2.pre.rad.o physics/efield.o physics/get_prs.o physics/gocart_tracer_config_stub.o physics/gscond.o physics/gscondp.o physics/gwdc.o physics/gwdps.o physics/ugwp_driver_v0.o physics/cires_orowam2017.o physics/h2o_def.o physics/h2oc.o physics/h2ohdc.o physics/h2ophys.o physics/ideaca.o physics/idea_co2.o physics/idea_composition.o physics/idea_dissipation.o physics/idea_h2o.o physics/idea_ion.o physics/idea_o2_o3.o physics/idea_phys.o physics/idea_solar_heating.o physics/idea_tracer.o physics/iounitdef.o physics/lrgsclr.o physics/mersenne_twister.o physics/mfpbl.o physics/mfpblt.o physics/mfpbltq.o physics/mfscu.o physics/mfscuq.o physics/module_bfmicrophysics.o physics/moninedmf.o physics/moninedmf_hafs.o physics/moninp.o physics/moninp1.o physics/moninq.o physics/moninq1.o physics/moninshoc.o physics/mstadb.o physics/mstadbtn.o physics/mstadbtn2.o physics/mstcnv.o physics/namelist_soilveg.o physics/ozne_def.o physics/iccn_def.o physics/aerclm_def.o physics/ozphys.o physics/ozphys_2015.o physics/physparam.o physics/precpd.o physics/precpd_shoc.o physics/precpdp.o physics/progt2.o physics/progtm_module.o physics/rad_initialize.o physics/radiation_aerosols.o physics/radiation_astronomy.o physics/radiation_clouds.o physics/radiation_gases.o physics/radiation_surface.o physics/radlw_datatb.o physics/radlw_main.o physics/radlw_param.o physics/radsw_datatb.o physics/radsw_main.o physics/radsw_param.o physics/rascnvv2.o physics/rayleigh_damp.o physics/rayleigh_damp_mesopause.o physics/samfaerosols.o physics/samfdeepcnv.o physics/samfshalcnv.o physics/sascnv.o physics/sascnvn.o physics/satmedmfvdif.o physics/satmedmfvdifq.o physics/set_soilveg.o physics/sfc_cice.o physics/sfc_diag.o physics/sfc_diff.o physics/sfc_drv.o physics/sfc_noahmp_drv.o physics/sfc_nst.o physics/sfc_ocean.o physics/sfc_sice.o physics/sflx.o physics/shalcnv.o physics/shalcv.o physics/shalcv_1lyr.o physics/shalcv_fixdp.o physics/shalcv_opr.o physics/tracer_const_h.o physics/tridi2t3.o physics/calpreciptype.o physics/funcphys.o physics/gcm_shoc.o physics/get_prs_fv3.o physics/h2ointerp.o physics/module_nst_model.o physics/module_nst_parameters.o physics/module_nst_water_prop.o physics/ozinterp.o physics/module_wrf_utl.o physics/noahmp_tables.o physics/module_sf_noahmplsm.o physics/module_sf_noahmp_glacier.o physics/iccninterp.o physics/aerinterp.o physics/wam_f107_kp_mod.o physics/aer_cloud.o physics/cldmacro.o physics/cldwat2m_micro.o physics/gfs_phy_tracer_config.o physics/machine.o physics/num_parthds.o physics/sfcsub.o physics/wv_saturation.o physics/GFDL_parse_tracers.o physics/gcycle.o physics/cires_ugwp_initialize.o physics/cires_ugwp_module.o physics/cires_ugwp_utils.o physics/cires_ugwp_triggers.o physics/cires_ugwp_solvers.o physics/cires_vert_lsatdis.o physics/cires_vert_orodis.o physics/cires_vert_wmsdis.o physics/gfdl_cloud_microphys.o physics/micro_mg_utils.o physics/micro_mg2_0.o physics/micro_mg3_0.o physics/m_micro_driver.o physics/cs_conv.o physics/GFS_debug.o physics/module_mp_radar.o physics/module_mp_thompson_gfs.o physics/module_mp_wsm6_fv3.o physics/physcons.o physics/surface_perturbation.o GFS_layer/GFS_abstraction_layer.o GFS_layer/GFS_diagnostics.o GFS_layer/GFS_driver.o GFS_layer/GFS_physics_driver.o GFS_layer/GFS_radiation_driver.o GFS_layer/GFS_restart.o GFS_layer/GFS_typedefs.o ar: creating libgfsphys.a a - physics/cnvc90.o @@ -921,48 +906,48 @@ a - GFS_layer/GFS_physics_driver.o a - GFS_layer/GFS_radiation_driver.o a - GFS_layer/GFS_restart.o a - GFS_layer/GFS_typedefs.o -gmake[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics' -gmake -C ipd FMS_DIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit +gmake[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics' +gmake -C ipd FMS_DIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit Build standalone FV3 gfsphysics ... -gmake[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ipd' +gmake[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd' makefile:54: depend: No such file or directory Building dependencies ... -gmake[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ipd' +gmake[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd' Build standalone FV3 gfsphysics ... -gmake[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ipd' -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../namphysics -c IPD_typedefs.F90 -o IPD_typedefs.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../namphysics -c IPD_driver.F90 -o IPD_driver.o +gmake[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd' +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../namphysics -c IPD_typedefs.F90 -o IPD_typedefs.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../namphysics -c IPD_driver.F90 -o IPD_driver.o ar rv libipd.a IPD_driver.o IPD_typedefs.o ar: creating libipd.a a - IPD_driver.o a - IPD_typedefs.o -gmake[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ipd' -gmake -C io FMS_DIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL +gmake[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd' +gmake -C io FMS_DIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL Build standalone FV3 io ... $ESMF_INC is [-I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include] -gmake[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/io' +gmake[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io' Building dependencies ... -gmake[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/io' +gmake[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io' Build standalone FV3 io ... $ESMF_INC is [-I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include] -gmake[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/io' -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -c ffsync.F90 -o ffsync.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -c FV3GFS_io.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -c module_fv3_io_def.F90 -o module_fv3_io_def.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -c module_write_internal_state.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ncep_post_v8.0.1_4 -c post_nems_routines.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/nemsio_v2.2.4 -c module_write_nemsio.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/nemsio_v2.2.4 -c module_write_netcdf.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ncep_post_v8.0.1_4 -c post_gfs.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -c module_wrt_grid_comp.F90 +gmake[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io' +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -c ffsync.F90 -o ffsync.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -c FV3GFS_io.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -c module_fv3_io_def.F90 -o module_fv3_io_def.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -c module_write_internal_state.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ncep_post_v8.0.1_4 -c post_nems_routines.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/nemsio_v2.2.4 -c module_write_nemsio.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/nemsio_v2.2.4 -c module_write_netcdf.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ncep_post_v8.0.1_4 -c post_gfs.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -c module_wrt_grid_comp.F90 ar rv libfv3io.a ffsync.o FV3GFS_io.o post_gfs.o post_nems_routines.o module_write_nemsio.o module_write_netcdf.o module_fv3_io_def.o module_write_internal_state.o module_wrt_grid_comp.o ar: creating libfv3io.a a - ffsync.o @@ -974,66 +959,66 @@ a - module_write_netcdf.o a - module_fv3_io_def.o a - module_write_internal_state.o a - module_wrt_grid_comp.o -gmake[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/io' -gmake -C atmos_cubed_sphere FMS_DIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL +gmake[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io' +gmake -C atmos_cubed_sphere FMS_DIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL Build standalone FV3 fv3core ... -gmake[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/atmos_cubed_sphere' +gmake[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere' Building dependencies ... -gmake[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/atmos_cubed_sphere' +gmake[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere' Build standalone FV3 fv3core ... -gmake[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/atmos_cubed_sphere' -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_arrays.F90 -o model/fv_arrays.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/external_sst.F90 -o tools/external_sst.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_fill.F90 -o model/fv_fill.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/sim_nc_mod.F90 -o tools/sim_nc_mod.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c driver/fvGFS/DYCORE_typedefs.F90 -o driver/fvGFS/DYCORE_typedefs.o +gmake[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere' +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_arrays.F90 -o model/fv_arrays.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/external_sst.F90 -o tools/external_sst.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_fill.F90 -o model/fv_fill.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/sim_nc_mod.F90 -o tools/sim_nc_mod.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c driver/fvGFS/DYCORE_typedefs.F90 -o driver/fvGFS/DYCORE_typedefs.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_mp_mod.F90 -o tools/fv_mp_mod.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/sorted_index.F90 -o tools/sorted_index.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_timing.F90 -o tools/fv_timing.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_eta.F90 -o tools/fv_eta.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/multi_gases.F90 -o model/multi_gases.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/boundary.F90 -o model/boundary.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_sg.F90 -o model/fv_sg.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_cmp.F90 -o model/fv_cmp.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_grid_utils.F90 -o model/fv_grid_utils.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_mp_mod.F90 -o tools/fv_mp_mod.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/sorted_index.F90 -o tools/sorted_index.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_timing.F90 -o tools/fv_timing.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_eta.F90 -o tools/fv_eta.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/multi_gases.F90 -o model/multi_gases.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/boundary.F90 -o model/boundary.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_sg.F90 -o model/fv_sg.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_cmp.F90 -o model/fv_cmp.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_grid_utils.F90 -o model/fv_grid_utils.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/a2b_edge.F90 -o model/a2b_edge.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -fast-transcendentals -c model/fv_mapz.F90 -o model/fv_mapz.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_surf_map.F90 -o tools/fv_surf_map.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/init_hydro.F90 -o tools/init_hydro.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_grid_tools.F90 -o tools/fv_grid_tools.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/tp_core.F90 -o model/tp_core.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_treat_da_inc.F90 -o tools/fv_treat_da_inc.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_iau_mod.F90 -o tools/fv_iau_mod.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_diagnostics.F90 -o tools/fv_diagnostics.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_io.F90 -o tools/fv_io.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/test_cases.F90 -o tools/test_cases.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_nudge.F90 -o tools/fv_nudge.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_regional_bc.F90 -o model/fv_regional_bc.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -c driver/fvGFS/fv_nggps_diag.F90 -o driver/fvGFS/fv_nggps_diag.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_tracer2d.F90 -o model/fv_tracer2d.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_update_phys.F90 -o model/fv_update_phys.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/sw_core.F90 -o model/sw_core.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/external_ic.F90 -o tools/external_ic.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_restart.F90 -o tools/fv_restart.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -fast-transcendentals -c model/nh_utils.F90 -o model/nh_utils.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_control.F90 -o model/fv_control.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_nesting.F90 -o model/fv_nesting.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/nh_core.F90 -o model/nh_core.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/dyn_core.F90 -o model/dyn_core.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_dynamics.F90 -o model/fv_dynamics.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -c driver/fvGFS/atmosphere.F90 -o driver/fvGFS/atmosphere.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/a2b_edge.F90 -o model/a2b_edge.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -fast-transcendentals -c model/fv_mapz.F90 -o model/fv_mapz.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_surf_map.F90 -o tools/fv_surf_map.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/init_hydro.F90 -o tools/init_hydro.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_grid_tools.F90 -o tools/fv_grid_tools.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/tp_core.F90 -o model/tp_core.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_treat_da_inc.F90 -o tools/fv_treat_da_inc.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_iau_mod.F90 -o tools/fv_iau_mod.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_diagnostics.F90 -o tools/fv_diagnostics.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_io.F90 -o tools/fv_io.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/test_cases.F90 -o tools/test_cases.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_nudge.F90 -o tools/fv_nudge.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_regional_bc.F90 -o model/fv_regional_bc.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -c driver/fvGFS/fv_nggps_diag.F90 -o driver/fvGFS/fv_nggps_diag.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_tracer2d.F90 -o model/fv_tracer2d.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_update_phys.F90 -o model/fv_update_phys.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/sw_core.F90 -o model/sw_core.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/external_ic.F90 -o tools/external_ic.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_restart.F90 -o tools/fv_restart.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -fast-transcendentals -c model/nh_utils.F90 -o model/nh_utils.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_control.F90 -o model/fv_control.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_nesting.F90 -o model/fv_nesting.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/nh_core.F90 -o model/nh_core.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/dyn_core.F90 -o model/dyn_core.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_dynamics.F90 -o model/fv_dynamics.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -c driver/fvGFS/atmosphere.F90 -o driver/fvGFS/atmosphere.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. @@ -1080,49 +1065,49 @@ a - tools/test_cases.o a - driver/fvGFS/DYCORE_typedefs.o a - driver/fvGFS/fv_nggps_diag.o a - driver/fvGFS/atmosphere.o -gmake[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/atmos_cubed_sphere' -gmake -C ../stochastic_physics FMS_DIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit +gmake[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere' +gmake -C ../stochastic_physics FMS_DIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit Build standalone FV3 stochastic_physics ... -gmake[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/stochastic_physics' +gmake[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/stochastic_physics' makefile:86: depend: No such file or directory Building dependencies ... -gmake[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/stochastic_physics' +gmake[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/stochastic_physics' Build standalone FV3 stochastic_physics ... -gmake[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/stochastic_physics' -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_gg_def.f -o stochy_gg_def.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_resol_def.f -o stochy_resol_def.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_layout_lag.f -o stochy_layout_lag.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c spectral_layout.F90 -o spectral_layout.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c glats_stochy.f -o glats_stochy.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c num_parthds_stochy.f -o num_parthds_stochy.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c update_ca.f90 -o update_ca.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c plumes.f90 -o plumes.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_namelist_def.F90 -o stochy_namelist_def.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c compns_stochy.F90 -o compns_stochy.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c four_to_grid_stochy.F -o four_to_grid_stochy.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c sumfln_stochy.f -o sumfln_stochy.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c gozrineo_stochy.f -o gozrineo_stochy.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c get_ls_node_stochy.f -o get_ls_node_stochy.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c get_lats_node_a_stochy.f -o get_lats_node_a_stochy.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c setlats_a_stochy.f -o setlats_a_stochy.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c setlats_lag_stochy.f -o setlats_lag_stochy.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c epslon_stochy.f -o epslon_stochy.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c pln2eo_stochy.f -o pln2eo_stochy.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c dozeuv_stochy.f -o dozeuv_stochy.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c dezouv_stochy.f -o dezouv_stochy.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_internal_state_mod.F90 -o stochy_internal_state_mod.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_patterngenerator.F90 -o stochy_patterngenerator.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c getcon_lag_stochy.f -o getcon_lag_stochy.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c getcon_spectral.F90 -o getcon_spectral.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c initialize_spectral_mod.F90 -o initialize_spectral_mod.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c cellular_automata.f90 -o cellular_automata.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_data_mod.F90 -o stochy_data_mod.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c get_stochy_pattern.F90 -o get_stochy_pattern.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochastic_physics.F90 -o stochastic_physics.o +gmake[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/stochastic_physics' +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_gg_def.f -o stochy_gg_def.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_resol_def.f -o stochy_resol_def.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_layout_lag.f -o stochy_layout_lag.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c spectral_layout.F90 -o spectral_layout.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c glats_stochy.f -o glats_stochy.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c num_parthds_stochy.f -o num_parthds_stochy.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c update_ca.f90 -o update_ca.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c plumes.f90 -o plumes.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_namelist_def.F90 -o stochy_namelist_def.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c compns_stochy.F90 -o compns_stochy.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c four_to_grid_stochy.F -o four_to_grid_stochy.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c sumfln_stochy.f -o sumfln_stochy.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c gozrineo_stochy.f -o gozrineo_stochy.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c get_ls_node_stochy.f -o get_ls_node_stochy.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c get_lats_node_a_stochy.f -o get_lats_node_a_stochy.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c setlats_a_stochy.f -o setlats_a_stochy.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c setlats_lag_stochy.f -o setlats_lag_stochy.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c epslon_stochy.f -o epslon_stochy.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c pln2eo_stochy.f -o pln2eo_stochy.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c dozeuv_stochy.f -o dozeuv_stochy.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c dezouv_stochy.f -o dezouv_stochy.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_internal_state_mod.F90 -o stochy_internal_state_mod.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_patterngenerator.F90 -o stochy_patterngenerator.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c getcon_lag_stochy.f -o getcon_lag_stochy.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c getcon_spectral.F90 -o getcon_spectral.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c initialize_spectral_mod.F90 -o initialize_spectral_mod.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_data_mod.F90 -o stochy_data_mod.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c get_stochy_pattern.F90 -o get_stochy_pattern.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochastic_physics.F90 -o stochastic_physics.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c cellular_automata.f90 -o cellular_automata.o ar rv libstochastic_physics.a stochy_gg_def.o stochy_resol_def.o stochy_layout_lag.o four_to_grid_stochy.o glats_stochy.o sumfln_stochy.o gozrineo_stochy.o num_parthds_stochy.o get_ls_node_stochy.o get_lats_node_a_stochy.o setlats_a_stochy.o setlats_lag_stochy.o epslon_stochy.o getcon_lag_stochy.o pln2eo_stochy.o dozeuv_stochy.o dezouv_stochy.o cellular_automata.o update_ca.o plumes.o spectral_layout.o getcon_spectral.o stochy_namelist_def.o compns_stochy.o stochy_internal_state_mod.o stochastic_physics.o stochy_patterngenerator.o stochy_data_mod.o get_stochy_pattern.o initialize_spectral_mod.o ar: creating libstochastic_physics.a a - stochy_gg_def.o @@ -1155,14 +1140,14 @@ a - stochy_patterngenerator.o a - stochy_data_mod.o a - get_stochy_pattern.o a - initialize_spectral_mod.o -gmake[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/stochastic_physics' -gmake libfv3cap.a FMS_DIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -gmake[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3' -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -c module_fv3_config.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -c time_utils.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -c atmos_model.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -c module_fcst_grid_comp.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -c fv3_cap.F90 +gmake[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/stochastic_physics' +gmake libfv3cap.a FMS_DIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL +gmake[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3' +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -c module_fv3_config.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -c time_utils.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -c atmos_model.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -c module_fcst_grid_comp.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -c fv3_cap.F90 ar rv libfv3cap.a atmos_model.o module_fv3_config.o module_fcst_grid_comp.o time_utils.o fv3_cap.o ar: creating libfv3cap.a a - atmos_model.o @@ -1170,35 +1155,35 @@ a - module_fv3_config.o a - module_fcst_grid_comp.o a - time_utils.o a - fv3_cap.o -gmake[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3' -gmake esmf_make_fragment FMS_DIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -gmake[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3' +gmake[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3' +gmake esmf_make_fragment FMS_DIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL +gmake[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3' # additional include files needed for PGI -#@echo "ESMF_DEP_INCPATH = /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/nems_dir" >> fv3.mk +#@echo "ESMF_DEP_INCPATH = /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/nems_dir" >> fv3.mk Finished generating ESMF self-describing build dependency makefile fragment: fv3.mk -gmake[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3' -Installation into "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL" complete! +gmake[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3' +Installation into "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL" complete! -gmake[1]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3' -test -d /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL +gmake[1]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3' +test -d /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL ( \ echo "# Do not edit this file. It is automatically generated." ; \ -echo "# Edit the component list or /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC.in" ; \ -echo ; cat "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC.in" ; \ -echo fms_mk="/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL/fms.mk" ; echo fv3_mk="/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk" ; ) > "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC" -. /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; \ +echo "# Edit the component list or /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC.in" ; \ +echo ; cat "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC.in" ; \ +echo fms_mk="/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL/fms.mk" ; echo fv3_mk="/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk" ; ) > "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC" +. /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; \ set -e ; \ -for m in /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk ; do \ +for m in /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk ; do \ test -s $m ; \ done ; \ -echo build NEMS after /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk ; \ -cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src ; \ +echo build NEMS after /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk ; \ +cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src ; \ gmake nems \ COMPONENTS="FMS FV3" \ - FMS_DIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL FV3_DIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL TARGET="/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/exe/NEMS.x" ; \ -test -x /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/exe/NEMS.x + FMS_DIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL FV3_DIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL TARGET="/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/exe/NEMS.x" ; \ +test -x /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/exe/NEMS.x Currently Loaded Modules: 1) contrib 7) ip/3.0.2 13) g2tmpl/1.6.0 19) esmf/8.0.0 @@ -1210,10 +1195,10 @@ Currently Loaded Modules: -build NEMS after /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk +build NEMS after /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk Components in linker order: FV3 FMS -FV3: include /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk -FMS: include /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL/fms.mk +FV3: include /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk +FMS: include /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL/fms.mk CPPFLAGS += ESMF_VERSION_STRING_GIT="ESMF_8_0_0" CPPFLAGS += ESMF_VERSION_BETASNAPSHOT="'F'" CPPFLAGS += ESMF_VERSION_MINOR="0" @@ -1222,204 +1207,204 @@ CPPFLAGS += ESMF_VERSION_STRING="8.0.0" CPPFLAGS += ESMF_VERSION_REVISION="0" CPPFLAGS += ESMF_VERSION_MAJOR="8" CPPFLAGS += ESMF_VERSION_PUBLIC="'T'" -gmake[1]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src' +gmake[1]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src' cd ENS_Cpl && gmake stub -gmake[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/ENS_Cpl' +gmake[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/ENS_Cpl' mpiicc -E -traditional ENS_CplComp_ESMFMod_STUB.F90 > ENS_CplComp_ESMFMod_STUB.f90 mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -c ENS_CplComp_ESMFMod_STUB.f90 ar rv ENS_Cpl.a ENS_CplComp_ESMFMod_STUB.o ar: creating ENS_Cpl.a a - ENS_CplComp_ESMFMod_STUB.o -gmake[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/ENS_Cpl' -mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Mon Dec 30 17:43:47 UTC 2019 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2019' -D'CMP_JD=364' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_NEMS_UTILS.F90 > module_NEMS_UTILS.tmp.f90 -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -IENS_Cpl -I. -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3 -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/io -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/cpl -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ipd -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/../stochastic_physics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_UTILS.tmp.f90 +gmake[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/ENS_Cpl' +mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Thu Jan 23 19:37:46 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=023' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_NEMS_UTILS.F90 > module_NEMS_UTILS.tmp.f90 +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -IENS_Cpl -I. -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/../stochastic_physics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_UTILS.tmp.f90 mv -v module_NEMS_UTILS.tmp.o module_NEMS_UTILS.o ‘module_NEMS_UTILS.tmp.o’ -> ‘module_NEMS_UTILS.o’ -mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Mon Dec 30 17:43:47 UTC 2019 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2019' -D'CMP_JD=364' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_MEDIATOR_methods.F90 > module_MEDIATOR_methods.tmp.f90 -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -IENS_Cpl -I. -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3 -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/io -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/cpl -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ipd -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/../stochastic_physics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -c module_MEDIATOR_methods.tmp.f90 +mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Thu Jan 23 19:37:46 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=023' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_MEDIATOR_methods.F90 > module_MEDIATOR_methods.tmp.f90 +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -IENS_Cpl -I. -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/../stochastic_physics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -c module_MEDIATOR_methods.tmp.f90 mv -v module_MEDIATOR_methods.tmp.o module_MEDIATOR_methods.o ‘module_MEDIATOR_methods.tmp.o’ -> ‘module_MEDIATOR_methods.o’ -mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Mon Dec 30 17:43:47 UTC 2019 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2019' -D'CMP_JD=364' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_MEDIATOR.F90 > module_MEDIATOR.tmp.f90 -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -IENS_Cpl -I. -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3 -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/io -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/cpl -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ipd -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/../stochastic_physics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -c module_MEDIATOR.tmp.f90 +mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Thu Jan 23 19:37:46 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=023' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_MEDIATOR.F90 > module_MEDIATOR.tmp.f90 +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -IENS_Cpl -I. -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/../stochastic_physics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -c module_MEDIATOR.tmp.f90 mv -v module_MEDIATOR.tmp.o module_MEDIATOR.o ‘module_MEDIATOR.tmp.o’ -> ‘module_MEDIATOR.o’ -mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Mon Dec 30 17:43:47 UTC 2019 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2019' -D'CMP_JD=364' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_MEDIATOR_SpaceWeather.F90 > module_MEDIATOR_SpaceWeather.tmp.f90 -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -IENS_Cpl -I. -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3 -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/io -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/cpl -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ipd -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/../stochastic_physics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -c module_MEDIATOR_SpaceWeather.tmp.f90 +mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Thu Jan 23 19:37:46 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=023' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_MEDIATOR_SpaceWeather.F90 > module_MEDIATOR_SpaceWeather.tmp.f90 +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -IENS_Cpl -I. -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/../stochastic_physics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -c module_MEDIATOR_SpaceWeather.tmp.f90 mv -v module_MEDIATOR_SpaceWeather.tmp.o module_MEDIATOR_SpaceWeather.o ‘module_MEDIATOR_SpaceWeather.tmp.o’ -> ‘module_MEDIATOR_SpaceWeather.o’ -mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Mon Dec 30 17:43:47 UTC 2019 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2019' -D'CMP_JD=364' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_EARTH_INTERNAL_STATE.F90 > module_EARTH_INTERNAL_STATE.tmp.f90 -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -IENS_Cpl -I. -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3 -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/io -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/cpl -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ipd -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/../stochastic_physics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -c module_EARTH_INTERNAL_STATE.tmp.f90 +mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Thu Jan 23 19:37:46 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=023' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_EARTH_INTERNAL_STATE.F90 > module_EARTH_INTERNAL_STATE.tmp.f90 +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -IENS_Cpl -I. -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/../stochastic_physics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -c module_EARTH_INTERNAL_STATE.tmp.f90 mv -v module_EARTH_INTERNAL_STATE.tmp.o module_EARTH_INTERNAL_STATE.o ‘module_EARTH_INTERNAL_STATE.tmp.o’ -> ‘module_EARTH_INTERNAL_STATE.o’ -mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Mon Dec 30 17:43:47 UTC 2019 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2019' -D'CMP_JD=364' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_EARTH_GRID_COMP.F90 > module_EARTH_GRID_COMP.tmp.f90 -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -IENS_Cpl -I. -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3 -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/io -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/cpl -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ipd -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/../stochastic_physics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -c module_EARTH_GRID_COMP.tmp.f90 +mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Thu Jan 23 19:37:46 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=023' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_EARTH_GRID_COMP.F90 > module_EARTH_GRID_COMP.tmp.f90 +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -IENS_Cpl -I. -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/../stochastic_physics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -c module_EARTH_GRID_COMP.tmp.f90 mv -v module_EARTH_GRID_COMP.tmp.o module_EARTH_GRID_COMP.o ‘module_EARTH_GRID_COMP.tmp.o’ -> ‘module_EARTH_GRID_COMP.o’ -mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Mon Dec 30 17:43:47 UTC 2019 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2019' -D'CMP_JD=364' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_NEMS_INTERNAL_STATE.F90 > module_NEMS_INTERNAL_STATE.tmp.f90 -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -IENS_Cpl -I. -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3 -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/io -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/cpl -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ipd -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/../stochastic_physics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_INTERNAL_STATE.tmp.f90 +mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Thu Jan 23 19:37:46 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=023' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_NEMS_INTERNAL_STATE.F90 > module_NEMS_INTERNAL_STATE.tmp.f90 +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -IENS_Cpl -I. -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/../stochastic_physics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_INTERNAL_STATE.tmp.f90 mv -v module_NEMS_INTERNAL_STATE.tmp.o module_NEMS_INTERNAL_STATE.o ‘module_NEMS_INTERNAL_STATE.tmp.o’ -> ‘module_NEMS_INTERNAL_STATE.o’ -mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Mon Dec 30 17:43:47 UTC 2019 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2019' -D'CMP_JD=364' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_NEMS_GRID_COMP.F90 > module_NEMS_GRID_COMP.tmp.f90 -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -IENS_Cpl -I. -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3 -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/io -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/cpl -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ipd -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/../stochastic_physics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_GRID_COMP.tmp.f90 +mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Thu Jan 23 19:37:46 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=023' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_NEMS_GRID_COMP.F90 > module_NEMS_GRID_COMP.tmp.f90 +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -IENS_Cpl -I. -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/../stochastic_physics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_GRID_COMP.tmp.f90 mv -v module_NEMS_GRID_COMP.tmp.o module_NEMS_GRID_COMP.o ‘module_NEMS_GRID_COMP.tmp.o’ -> ‘module_NEMS_GRID_COMP.o’ -mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Mon Dec 30 17:43:47 UTC 2019 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2019' -D'CMP_JD=364' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_NEMS_Rusage.F90 > module_NEMS_Rusage.tmp.f90 -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -IENS_Cpl -I. -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3 -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/io -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/cpl -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ipd -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/../stochastic_physics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_Rusage.tmp.f90 +mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Thu Jan 23 19:37:46 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=023' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_NEMS_Rusage.F90 > module_NEMS_Rusage.tmp.f90 +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -IENS_Cpl -I. -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/../stochastic_physics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_Rusage.tmp.f90 mv -v module_NEMS_Rusage.tmp.o module_NEMS_Rusage.o ‘module_NEMS_Rusage.tmp.o’ -> ‘module_NEMS_Rusage.o’ mpiicc -c nems_c_rusage.c -mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Mon Dec 30 17:43:47 UTC 2019 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2019' -D'CMP_JD=364' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" MAIN_NEMS.F90 > MAIN_NEMS.tmp.f90 -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -IENS_Cpl -I. -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3 -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/io -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/cpl -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ipd -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/../stochastic_physics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -c MAIN_NEMS.tmp.f90 +mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Thu Jan 23 19:37:46 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=023' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" MAIN_NEMS.F90 > MAIN_NEMS.tmp.f90 +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -IENS_Cpl -I. -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/../stochastic_physics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -c MAIN_NEMS.tmp.f90 mv -v MAIN_NEMS.tmp.o MAIN_NEMS.o ‘MAIN_NEMS.tmp.o’ -> ‘MAIN_NEMS.o’ echo libgocart is libgocart is echo extlibs is /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libncep_post_v8.0.1_4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libnemsio_v2.2.4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2_v3.1.1_4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2tmpl_v1.6.0.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libbacio_v2.0.3_4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_d.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_d.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_d.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libcrtm_v2.2.6.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libpng_v1.2.44.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/lib/libjasper_v1.900.1.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libz_v1.2.11.a -L/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/lib -Wl,-rpath,/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/lib -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf -qopenmp -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf extlibs is /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libncep_post_v8.0.1_4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libnemsio_v2.2.4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2_v3.1.1_4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2tmpl_v1.6.0.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libbacio_v2.0.3_4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_d.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_d.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_d.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libcrtm_v2.2.6.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libpng_v1.2.44.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/lib/libjasper_v1.900.1.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libz_v1.2.11.a -L/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/lib -Wl,-rpath,/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/lib -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf -qopenmp -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -mpiifort -o /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/exe/NEMS.x MAIN_NEMS.o module_NEMS_UTILS.o module_MEDIATOR_methods.o module_MEDIATOR.o module_MEDIATOR_SpaceWeather.o module_EARTH_INTERNAL_STATE.o module_EARTH_GRID_COMP.o module_NEMS_INTERNAL_STATE.o module_NEMS_GRID_COMP.o module_NEMS_Rusage.o nems_c_rusage.o /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL/libfv3cap.a /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL/libfv3core.a /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL/libfv3io.a /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL/libipd.a /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL/libgfsphys.a /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL/libfv3cpl.a /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL/libstochastic_physics.a /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL/libfms.a ENS_Cpl/ENS_Cpl.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libncep_post_v8.0.1_4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libnemsio_v2.2.4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2_v3.1.1_4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2tmpl_v1.6.0.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libbacio_v2.0.3_4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_d.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_d.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_d.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libcrtm_v2.2.6.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libpng_v1.2.44.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/lib/libjasper_v1.900.1.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libz_v1.2.11.a -L/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/lib -Wl,-rpath,/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/lib -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf -qopenmp -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf +mpiifort -o /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/exe/NEMS.x MAIN_NEMS.o module_NEMS_UTILS.o module_MEDIATOR_methods.o module_MEDIATOR.o module_MEDIATOR_SpaceWeather.o module_EARTH_INTERNAL_STATE.o module_EARTH_GRID_COMP.o module_NEMS_INTERNAL_STATE.o module_NEMS_GRID_COMP.o module_NEMS_Rusage.o nems_c_rusage.o /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/libfv3cap.a /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/libfv3core.a /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/libfv3io.a /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/libipd.a /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/libgfsphys.a /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/libfv3cpl.a /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/libstochastic_physics.a /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL/libfms.a ENS_Cpl/ENS_Cpl.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libncep_post_v8.0.1_4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libnemsio_v2.2.4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2_v3.1.1_4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2tmpl_v1.6.0.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libbacio_v2.0.3_4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_d.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_d.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_d.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libcrtm_v2.2.6.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libpng_v1.2.44.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/lib/libjasper_v1.900.1.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libz_v1.2.11.a -L/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/lib -Wl,-rpath,/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/lib -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf -qopenmp -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/lib/libjasper_v1.900.1.a(jas_stream.o): In function `jas_stream_tmpfile': jas_stream.c:(.text+0x7a7): warning: the use of `tmpnam' is dangerous, better use `mkstemp' -/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/exe/NEMS.x is created. -gmake[1]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src' -set -xe ; cp "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/exe/NEMS.x" "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/fv3.exe" -+ cp /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/exe/NEMS.x /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/fv3.exe +/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/exe/NEMS.x is created. +gmake[1]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src' +set -xe ; cp "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/exe/NEMS.x" "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/tests/fv3.exe" ++ cp /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/exe/NEMS.x /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/tests/fv3.exe + '[' YES = YES ']' + gmake -j 8 -k COMPONENTS=FMS,FV3 TEST_BUILD_NAME=fv3 BUILD_ENV=hera.intel FV3_MAKEOPT= NEMS_BUILDOPT= clean Will copy modules.nems and NEMS.x as fv3 under tests/ NOTE: Skipping appbuilder.mk creation; no appbuilder file in use. -echo 'FMS FV3' > "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/components.mk" +echo 'FMS FV3' > "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/components.mk" Adding FV3 makeopts to FMS makeopts -cat /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/fv3gfs/makefile | sed 's,^include,#include,g' \ - > /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/fv3gfs/makefile.temp.clean -cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/fv3gfs ; \ +cat /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs/makefile | sed 's,^include,#include,g' \ + > /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs/makefile.temp.clean +cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs ; \ exec gmake -f makefile.temp.clean clean -gmake[1]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/fv3gfs' +gmake[1]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs' Cleaning fms ... cd .. ; \ ls -1 */*.a */*.o */*.mod */depend \ | grep -vE 'INSTALL|\.git' | xargs rm -f || true ; \ rm -rf FMS_INSTALL || true -gmake[1]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/fv3gfs' -cat /dev/null > /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/conf/configure.fv3 -cat /dev/null > /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/conf/modules.fv3 -cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3 ; exec gmake \ +gmake[1]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs' +cat /dev/null > /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/conf/configure.fv3 +cat /dev/null > /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/conf/modules.fv3 +cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 ; exec gmake \ -k cleanall FMS_DIR=/dev/null -gmake[1]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3' +gmake[1]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3' Cleaning ... (cd gfsphysics && make clean) Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics' +make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics' make[2]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. Cleaning gfsphysics ... rm -f -f libgfsphys.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend */*.tmp.f90 -make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics' +make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics' (cd ccpp/driver && make clean) Build CCPP layer ... -make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/driver' +make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ccpp/driver' makefile:67: depend: No such file or directory make[2]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. Building dependencies ... -make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/driver' +make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ccpp/driver' Build CCPP layer ... -make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/driver' +make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ccpp/driver' Cleaning CCPP_layer ... rm -f -f libccppdriver.a *__genmod.f90 *.tmp.f90 *.o */*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/driver' +make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ccpp/driver' (cd ipd && make clean) Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ipd' +make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd' make[2]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. Cleaning ipd ... rm -f -f libipd.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ipd' +make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd' (cd ../stochastic_physics && make clean) Build standalone FV3 stochastic_physics ... -make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/stochastic_physics' +make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/stochastic_physics' make[2]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. Cleaning stochastic_physics ... rm -f -f libstochastic_physics.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/stochastic_physics' +make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/stochastic_physics' (cd io && make clean) Build standalone FV3 io ... $ESMF_INC is [] -make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/io' +make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io' make[2]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. Cleaning io ... rm -f -f libfv3io.a *__genmod.f90 *.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/io' +make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io' (cd atmos_cubed_sphere && make clean) Build standalone FV3 fv3core ... -make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/atmos_cubed_sphere' +make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere' make[2]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. Cleaning fv3core ... rm -f -f libfv3core.a *__genmod.f90 */*.o */*/*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/atmos_cubed_sphere' +make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere' (cd cpl && make clean) Build standalone FV3 io ... -make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/cpl' +make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl' make[2]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. Cleaning io ... rm -f -f libfv3cpl.a *.o *.mod *.lst *.i90 depend -make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/cpl' +make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl' rm -f -f fv3.exe libfv3cap.a *.o *.mod *.i90 *.lst depend rm -f -rf nems_dir fv3.mk FV3_INSTALL rm -f -f conf/modules.fv3 rm -f -f conf/configure.fv3 -gmake[1]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3' -rm -rf nems_dir FV3_INSTALL /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/conf/configure.fv3 \ - /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/conf/modules.fv3 -if ! test -f /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; then \ - cat /dev/null > /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; \ +gmake[1]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3' +rm -rf nems_dir FV3_INSTALL /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/conf/configure.fv3 \ + /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/conf/modules.fv3 +if ! test -f /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; then \ + cat /dev/null > /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; \ delete_nuopc=yes ; \ fi ; \ -cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src ; gmake "COMPONENTS=FMS FV3" \ +cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src ; gmake "COMPONENTS=FMS FV3" \ INCLUDES_ARE_OPTIONAL=YES clean ; \ if [ "$delete_nuopc" = yes ] ; then \ - rm -f /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; \ + rm -f /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; \ fi Components in linker order: FV3 FMS -FV3: include /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk -gmake[1]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src' -GNUmakefile:70: /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk: component FV3 makefile fragment is missing -FMS: include /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL/fms.mk -GNUmakefile:70: /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL/fms.mk: component FMS makefile fragment is missing +FV3: include /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk +gmake[1]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src' +GNUmakefile:70: /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk: component FV3 makefile fragment is missing +FMS: include /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL/fms.mk +GNUmakefile:70: /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL/fms.mk: component FMS makefile fragment is missing rm -f -f *.tmp.f90 *.lst *.o *.mod lm map cd ENS_Cpl ; gmake clean -gmake[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/ENS_Cpl' +gmake[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/ENS_Cpl' rm -f -f ENS_Cpl.a *.f90 *.o *.mod *.lst lm map depend -gmake[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/ENS_Cpl' -gmake[1]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src' -+ elapsed=575 -+ echo 'Elapsed time 575 seconds. Compiling finished' -Elapsed time 575 seconds. Compiling finished -+ mkdir -p /scratch1/NCEPDEV/stmp2/Dusan.Jovic/scrub/rtgen.302700/exec /scratch1/NCEPDEV/stmp2/Dusan.Jovic/scrub/rtgen.302700/include -+ cp -fp ./fv3.exe /scratch1/NCEPDEV/stmp2/Dusan.Jovic/scrub/rtgen.302700/exec/fv3.exe -+ cp -fp ./modules.fv3 /scratch1/NCEPDEV/stmp2/Dusan.Jovic/scrub/rtgen.302700/include/modules.fv3 +gmake[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/ENS_Cpl' +gmake[1]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src' ++ elapsed=552 ++ echo 'Elapsed time 552 seconds. Compiling finished' +Elapsed time 552 seconds. Compiling finished ++ mkdir -p /scratch1/NCEPDEV/stmp2/Dusan.Jovic/scrub/rtgen.374974/exec /scratch1/NCEPDEV/stmp2/Dusan.Jovic/scrub/rtgen.374974/include ++ cp -fp ./fv3.exe /scratch1/NCEPDEV/stmp2/Dusan.Jovic/scrub/rtgen.374974/exec/fv3.exe ++ cp -fp ./modules.fv3 /scratch1/NCEPDEV/stmp2/Dusan.Jovic/scrub/rtgen.374974/include/modules.fv3 + md5sum ./fv3.exe + unset modules + unset BUILD_NR @@ -1428,10 +1413,10 @@ Elapsed time 575 seconds. Compiling finished + unset md5 + set -xe + set -xe -+ test -s /scratch1/NCEPDEV/stmp2/Dusan.Jovic/scrub/rtgen.302700/exec/fv3.exe -+ test -x /scratch1/NCEPDEV/stmp2/Dusan.Jovic/scrub/rtgen.302700/exec/fv3.exe ++ test -s /scratch1/NCEPDEV/stmp2/Dusan.Jovic/scrub/rtgen.374974/exec/fv3.exe ++ test -x /scratch1/NCEPDEV/stmp2/Dusan.Jovic/scrub/rtgen.374974/exec/fv3.exe _______________________________________________________________ -Start Epilog v19.07.23 on node h21c05 for job 2118319 :: Mon Dec 30 17:44:28 UTC 2019 -Job 2118319 (not serial) finished for user Dusan.Jovic in partition hera with exit code 0:0 +Start Epilog v19.07.23 on node h14c45 for job 2941879 :: Thu Jan 23 19:38:17 UTC 2020 +Job 2941879 (not serial) finished for user Dusan.Jovic in partition hera with exit code 0:0 _______________________________________________________________ -End Epilogue v19.07.23 Mon Dec 30 17:44:28 UTC 2019 +End Epilogue v19.07.23 Thu Jan 23 19:38:17 UTC 2020 diff --git a/log/report-hera.intel-log/build_fv3_32bit.exe.log b/log/report-hera.intel-log/build_fv3_32bit.exe.log index 03e11b7c9d..50f34549f6 100644 --- a/log/report-hera.intel-log/build_fv3_32bit.exe.log +++ b/log/report-hera.intel-log/build_fv3_32bit.exe.log @@ -1,24 +1,23 @@ + [[ fv3_32bit.exe == fv3.exe ]] -+ [[ fv3_32bit.exe == fv3_ccpp_control.exe ]] + [[ fv3_32bit.exe == fv3_32bit.exe ]] -+ rm -f /scratch1/NCEPDEV/stmp2/Dusan.Jovic/scrub/rtgen.302700/exec/fv3_32bit.exe -+ modules=/scratch1/NCEPDEV/stmp2/Dusan.Jovic/scrub/rtgen.302700/include/modules.fv3_32bit ++ rm -f /scratch1/NCEPDEV/stmp2/Dusan.Jovic/scrub/rtgen.374974/exec/fv3_32bit.exe ++ modules=/scratch1/NCEPDEV/stmp2/Dusan.Jovic/scrub/rtgen.374974/include/modules.fv3_32bit + BUILD_NR= -+ fv3=/scratch1/NCEPDEV/stmp2/Dusan.Jovic/scrub/rtgen.302700/exec/fv3_32bit.exe ++ fv3=/scratch1/NCEPDEV/stmp2/Dusan.Jovic/scrub/rtgen.374974/exec/fv3_32bit.exe + MAKE_OPTS=32BIT=Y -+ md5=/scratch1/NCEPDEV/stmp2/Dusan.Jovic/scrub/rtgen.302700/exec/fv3_32bit.exe.md5 -+ cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/ -+ rm -f /scratch1/NCEPDEV/stmp2/Dusan.Jovic/scrub/rtgen.302700/exec/fv3_32bit.exe /scratch1/NCEPDEV/stmp2/Dusan.Jovic/scrub/rtgen.302700/include/modules.fv3_32bit ++ md5=/scratch1/NCEPDEV/stmp2/Dusan.Jovic/scrub/rtgen.374974/exec/fv3_32bit.exe.md5 ++ cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/tests/ ++ rm -f /scratch1/NCEPDEV/stmp2/Dusan.Jovic/scrub/rtgen.374974/exec/fv3_32bit.exe /scratch1/NCEPDEV/stmp2/Dusan.Jovic/scrub/rtgen.374974/include/modules.fv3_32bit + which aprun which: no aprun in (/scratch1/NCEPDEV/nems/emc.nemspara/soft/emc-utils/1.1.0/bin:/apps/hpss:/apps/rocoto/1.3.1/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/opt/ibutils/bin:/apps/local/bin:/apps/local/sbin:/apps/slurm/default/tools:/apps/slurm/default/bin:/apps/slurm/default/sbin:/apps/slurm/tools/sbank/bin:/home/Dusan.Jovic/bin:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/dbrowse) + [[ hera.intel == hera* ]] + echo 'DON'\''T SUBSTITUTE _ for . on hera.intel' DON'T SUBSTITUTE _ for . on hera.intel -+ ./compile.sh /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3 hera.intel 32BIT=Y ++ ./compile.sh /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 hera.intel 32BIT=Y + SECONDS=0 + [[ 3 -lt 2 ]] -+ readonly PATHTR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3 -+ PATHTR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3 ++ readonly PATHTR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 ++ PATHTR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 + readonly BUILD_TARGET=hera.intel + BUILD_TARGET=hera.intel + readonly MAKE_OPT=32BIT=Y @@ -30,7 +29,7 @@ DON'T SUBSTITUTE _ for . on hera.intel + readonly clean_after=YES + clean_after=YES + hostname -h6c16 +h19c04 + echo 'Compiling 32BIT=Y into fv3.exe on hera.intel' Compiling 32BIT=Y into fv3.exe on hera.intel + gnu_make=gmake @@ -45,7 +44,7 @@ Using $MAKE_THREADS=8 threads to build FV3 and FMS. + echo Consider reducing '$MAKE_THREADS' if you hit memory or process limits. Consider reducing $MAKE_THREADS if you hit memory or process limits. + gnu_make='gmake -j 8' -+ cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/../NEMS ++ cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/../NEMS + COMPONENTS=FMS,FV3 + [[ 32BIT=Y == *\C\C\P\P\=\Y* ]] + [[ 32BIT=Y == *\W\W\3\=\Y* ]] @@ -57,13 +56,13 @@ Consider reducing $MAKE_THREADS if you hit memory or process limits. + gmake -j 8 -k COMPONENTS=FMS,FV3 TEST_BUILD_NAME=fv3 BUILD_ENV=hera.intel FV3_MAKEOPT=32BIT=Y NEMS_BUILDOPT= distclean Will copy modules.nems and NEMS.x as fv3 under tests/ NOTE: Skipping appbuilder.mk creation; no appbuilder file in use. -echo 'FMS FV3' > "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/components.mk" +echo 'FMS FV3' > "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/components.mk" Adding FV3 makeopts to FMS makeopts -cat /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/fv3gfs/makefile | sed 's,^include,#include,g' \ - > /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/fv3gfs/makefile.temp.clean -cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/fv3gfs ; \ +cat /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs/makefile | sed 's,^include,#include,g' \ + > /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs/makefile.temp.clean +cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs ; \ exec gmake 32BIT=Y -f makefile.temp.clean clean -gmake[1]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/fv3gfs' +gmake[1]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs' Cleaning fms ... cd .. ; \ @@ -74,179 +73,179 @@ ls: cannot access */*.a: No such file or directory ls: cannot access */*.o: No such file or directory ls: cannot access */*.mod: No such file or directory ls: cannot access */depend: No such file or directory -gmake[1]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/fv3gfs' -rm -rf /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/fv3gfs/makefile.temp.clean -cat /dev/null > /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/conf/configure.fv3 -cat /dev/null > /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/conf/modules.fv3 -cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3 ; exec gmake \ +gmake[1]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs' +rm -rf /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs/makefile.temp.clean +cat /dev/null > /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/conf/configure.fv3 +cat /dev/null > /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/conf/modules.fv3 +cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 ; exec gmake \ -k cleanall FMS_DIR=/dev/null -gmake[1]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3' +gmake[1]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3' Cleaning ... (cd gfsphysics && make clean) Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics' +make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics' makefile:278: depend: No such file or directory make[2]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. Building dependencies ... -make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics' +make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics' Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics' +make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics' Cleaning gfsphysics ... rm -f -f libgfsphys.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend */*.tmp.f90 -make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics' +make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics' (cd ccpp/driver && make clean) Build CCPP layer ... -make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/driver' +make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ccpp/driver' makefile:67: depend: No such file or directory make[2]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. Building dependencies ... -make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/driver' +make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ccpp/driver' Build CCPP layer ... -make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/driver' +make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ccpp/driver' Cleaning CCPP_layer ... rm -f -f libccppdriver.a *__genmod.f90 *.tmp.f90 *.o */*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/driver' +make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ccpp/driver' (cd ipd && make clean) Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ipd' +make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd' makefile:54: depend: No such file or directory make[2]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. Building dependencies ... -make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ipd' +make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd' Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ipd' +make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd' Cleaning ipd ... rm -f -f libipd.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ipd' +make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd' (cd ../stochastic_physics && make clean) Build standalone FV3 stochastic_physics ... -make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/stochastic_physics' +make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/stochastic_physics' makefile:86: depend: No such file or directory make[2]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. Building dependencies ... -make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/stochastic_physics' +make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/stochastic_physics' Build standalone FV3 stochastic_physics ... -make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/stochastic_physics' +make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/stochastic_physics' Cleaning stochastic_physics ... rm -f -f libstochastic_physics.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/stochastic_physics' +make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/stochastic_physics' (cd io && make clean) Build standalone FV3 io ... $ESMF_INC is [] -make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/io' +make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io' make[2]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. Cleaning io ... rm -f -f libfv3io.a *__genmod.f90 *.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/io' +make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io' (cd atmos_cubed_sphere && make clean) Build standalone FV3 fv3core ... -make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/atmos_cubed_sphere' +make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere' make[2]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. Cleaning fv3core ... rm -f -f libfv3core.a *__genmod.f90 */*.o */*/*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/atmos_cubed_sphere' +make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere' (cd cpl && make clean) Build standalone FV3 io ... -make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/cpl' +make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl' make[2]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. Cleaning io ... rm -f -f libfv3cpl.a *.o *.mod *.lst *.i90 depend -make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/cpl' +make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl' rm -f -f fv3.exe libfv3cap.a *.o *.mod *.i90 *.lst depend rm -f -rf nems_dir fv3.mk FV3_INSTALL rm -f -f conf/modules.fv3 rm -f -f conf/configure.fv3 -gmake[1]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3' -rm -rf nems_dir FV3_INSTALL /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/conf/configure.fv3 \ - /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/conf/modules.fv3 -rm -rf /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk -if ! test -f /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; then \ - cat /dev/null > /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; \ +gmake[1]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3' +rm -rf nems_dir FV3_INSTALL /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/conf/configure.fv3 \ + /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/conf/modules.fv3 +rm -rf /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk +if ! test -f /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; then \ + cat /dev/null > /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; \ delete_nuopc=yes ; \ fi ; \ -cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src ; gmake "COMPONENTS=FMS FV3" \ +cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src ; gmake "COMPONENTS=FMS FV3" \ INCLUDES_ARE_OPTIONAL=YES clean ; \ if [ "$delete_nuopc" = yes ] ; then \ - rm -f /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; \ + rm -f /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; \ fi Components in linker order: FV3 FMS -FV3: include /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk -gmake[1]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src' -GNUmakefile:70: /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk: component FV3 makefile fragment is missing -FMS: include /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL/fms.mk -GNUmakefile:70: /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL/fms.mk: component FMS makefile fragment is missing +FV3: include /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk +gmake[1]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src' +GNUmakefile:70: /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk: component FV3 makefile fragment is missing +FMS: include /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL/fms.mk +GNUmakefile:70: /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL/fms.mk: component FMS makefile fragment is missing rm -f -f *.tmp.f90 *.lst *.o *.mod lm map cd ENS_Cpl ; gmake clean -gmake[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/ENS_Cpl' +gmake[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/ENS_Cpl' rm -f -f ENS_Cpl.a *.f90 *.o *.mod *.lst lm map depend -gmake[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/ENS_Cpl' -gmake[1]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src' -rm -f /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/exe/NEMS.x /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC -rm -f /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/configure.nems /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/externals.nems /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/modules.nems /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/ESMFVersionDefine.h /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/modules.nems.sh /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/modules.nems.csh /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/test-results.mk -rm -f /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/components.mk -rm -f /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/test_results.mk +gmake[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/ENS_Cpl' +gmake[1]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src' +rm -f /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/exe/NEMS.x /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC +rm -f /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/externals.nems /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/modules.nems /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/ESMFVersionDefine.h /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/modules.nems.sh /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/modules.nems.csh /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/test-results.mk +rm -f /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/components.mk +rm -f /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/test_results.mk + gmake -j 8 -k COMPONENTS=FMS,FV3 TEST_BUILD_NAME=fv3 BUILD_ENV=hera.intel FV3_MAKEOPT=32BIT=Y NEMS_BUILDOPT= build Will copy modules.nems and NEMS.x as fv3 under tests/ NOTE: Skipping appbuilder.mk creation; no appbuilder file in use. -echo 'FMS FV3' > "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/components.mk" +echo 'FMS FV3' > "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/components.mk" Adding FV3 makeopts to FMS makeopts -cp /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel/fv3 /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/modules.nems -set -xe ; cp "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/modules.nems" "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/modules.fv3" -+ cp /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/modules.nems /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/modules.fv3 -cp /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/conf/configure.fv3.hera.intel /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/configure.nems -cat /dev/null > /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/externals.nems -cp /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/ESMFVersionDefine_ESMF_NUOPC.h /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/ESMFVersionDefine.h -( echo '. /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc' ; \ -echo 'module use /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf' ; \ -echo 'module load modules.nems' ) > "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/modules.nems.sh" -( echo 'source /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/module-setup.csh.inc' ; \ -echo 'module use /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf' ; \ -echo 'module load modules.nems' ) > "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/modules.nems.csh" -/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/incmake/configure_rules.mk:3: /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/test-results.mk: No such file or directory -gmake -f /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/incmake/tests.mk \ - MODULE_LOGIC=" . /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack" \ - TARGET="/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/test-results.mk" TEST -gmake[1]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS' +cp /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/hera.intel/fv3 /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/modules.nems +set -xe ; cp "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/modules.nems" "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/tests/modules.fv3" ++ cp /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/modules.nems /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/tests/modules.fv3 +cp /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/conf/configure.fv3.hera.intel /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems +cat /dev/null > /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/externals.nems +cp /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/ESMFVersionDefine_ESMF_NUOPC.h /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/ESMFVersionDefine.h +( echo '. /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc' ; \ +echo 'module use /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf' ; \ +echo 'module load modules.nems' ) > "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/modules.nems.sh" +( echo 'source /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/module-setup.csh.inc' ; \ +echo 'module use /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf' ; \ +echo 'module load modules.nems' ) > "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/modules.nems.csh" +/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/incmake/configure_rules.mk:3: /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/test-results.mk: No such file or directory +gmake -f /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/incmake/tests.mk \ + MODULE_LOGIC=" . /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack" \ + TARGET="/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/test-results.mk" TEST +gmake[1]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS' if [ -f "/modules.nems" ] ; then \ - . /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=unlimited ; ulimit -S -s 200000 ; module use /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s ; \ + . /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=unlimited ; ulimit -S -s 200000 ; module use /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s ; \ fi ; \ ( \ echo "# Do not edit this file. It is automatically generated from tests.mk." ; \ echo "CASELESS_FILESYSTEM=NO" ; \ if [ "Q$ESMFMKFILE" != Q ] ; then egrep 'VERSION|^ESMF_[A-Z]*DIR' < "$ESMFMKFILE" ; fi ; \ -) > "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/test-results.mk" -gmake[1]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS' -. /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/fv3gfs ; \ +) > "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/test-results.mk" +gmake[1]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS' +. /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs ; \ exec gmake 32BIT=Y all Currently Loaded Modules: @@ -259,10 +258,10 @@ Currently Loaded Modules: -gmake[1]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/fv3gfs' +gmake[1]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs' Building dependencies ... -gmake[1]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/fv3gfs' -gmake[1]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/fv3gfs' +gmake[1]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs' +gmake[1]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs' mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_parameter.F90 -o ../mpp/mpp_parameter.o mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../platform/platform.F90 -o ../platform/platform.o mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../drifters/cloud_interpolator.F90 -o ../drifters/cloud_interpolator.o @@ -375,11 +374,11 @@ mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../horiz_interp/horiz_interp_spherical.F90 -o ../horiz_interp/horiz_interp_spherical.o mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../axis_utils/axis_utils.F90 -o ../axis_utils/axis_utils.o mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_grid.F90 -o ../diag_manager/diag_grid.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../field_manager/field_manager.F90 -o ../field_manager/field_manager.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../field_manager/field_manager.F90 -o ../field_manager/field_manager.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. @@ -406,32 +405,32 @@ Using pure routines. Using allocatable derived type array members. Using cray pointers. mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mosaic/grid.F90 -o ../mosaic/grid.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../oda_tools/write_ocean_data.F90 -o ../oda_tools/write_ocean_data.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../oda_tools/write_ocean_data.F90 -o ../oda_tools/write_ocean_data.o mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../random_numbers/random_numbers.F90 -o ../random_numbers/random_numbers.o mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../oda_tools/xbt_drop_rate_adjust.f90 -o ../oda_tools/xbt_drop_rate_adjust.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../horiz_interp/horiz_interp.F90 -o ../horiz_interp/horiz_interp.o mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_manifest.F90 -o ../diag_manager/diag_manifest.o mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_axis.F90 -o ../diag_manager/diag_axis.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../horiz_interp/horiz_interp.F90 -o ../horiz_interp/horiz_interp.o mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../oda_tools/oda_core_ecda.F90 -o ../oda_tools/oda_core_ecda.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../field_manager/fm_util.F90 -o ../field_manager/fm_util.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../oda_tools/oda_core.F90 -o ../oda_tools/oda_core.o mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../tracer_manager/tracer_manager.F90 -o ../tracer_manager/tracer_manager.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../field_manager/fm_util.F90 -o ../field_manager/fm_util.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../oda_tools/oda_core.F90 -o ../oda_tools/oda_core.o mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_output.F90 -o ../diag_manager/diag_output.o mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../amip_interp/amip_interp.F90 -o ../amip_interp/amip_interp.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../time_interp/time_interp_external.F90 -o ../time_interp/time_interp_external.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../topography/topography.F90 -o ../topography/topography.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../time_interp/time_interp_external.F90 -o ../time_interp/time_interp_external.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../topography/topography.F90 -o ../topography/topography.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. @@ -553,18 +552,18 @@ a - ../mosaic/mosaic_util.o a - ../mosaic/read_mosaic.o a - ../mpp/nsclock.o a - ../mpp/threadloc.o -mkdir -p "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL" -mv fms.mk "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL/." -cp -fp *.a *.mod ../include/*.h "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL"/. -gmake[1]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/fv3gfs' -test -d /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -Compiling 32BIT=Y into /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL on hera -cp -fp /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/configure.nems \ - "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3"/conf/configure.fv3 -cp -fp /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/modules.nems \ - "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3"/conf/modules.fv3 -. /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3 ; \ - exec gmake COMP=FV3 COMP_SRCDIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3 COMP_BINDIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL MACHINE_ID=hera FMS_DIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL 32BIT=Y nemsinstall +mkdir -p "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL" +mv fms.mk "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL/." +cp -fp *.a *.mod ../include/*.h "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL"/. +gmake[1]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs' +test -d /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL +Compiling 32BIT=Y into /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL on hera +cp -fp /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems \ + "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3"/conf/configure.fv3 +cp -fp /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/modules.nems \ + "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3"/conf/modules.fv3 +. /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 ; \ + exec gmake COMP=FV3 COMP_SRCDIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 COMP_BINDIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL MACHINE_ID=hera FMS_DIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL 32BIT=Y nemsinstall Currently Loaded Modules: 1) contrib 7) ip/3.0.2 13) g2tmpl/1.6.0 19) esmf/8.0.0 @@ -576,195 +575,195 @@ Currently Loaded Modules: -gmake[1]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3' +gmake[1]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3' Building dependencies ... -gmake[1]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3' -gmake[1]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3' -gmake -C cpl FMS_DIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL +gmake[1]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3' +gmake[1]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3' +gmake -C cpl FMS_DIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL Build standalone FV3 io ... -gmake[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/cpl' +gmake[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl' Building dependencies ... -gmake[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/cpl' +gmake[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl' Build standalone FV3 io ... -gmake[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/cpl' +gmake[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl' mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -c module_cplfields.F90 mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -c module_cap_cpl.F90 ar rv libfv3cpl.a module_cplfields.o module_cap_cpl.o ar: creating libfv3cpl.a a - module_cplfields.o a - module_cap_cpl.o -gmake[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/cpl' -gmake -C gfsphysics FMS_DIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit +gmake[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl' +gmake -C gfsphysics FMS_DIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit Build standalone FV3 gfsphysics ... -gmake[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics' +gmake[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics' makefile:278: depend: No such file or directory Building dependencies ... -gmake[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics' +gmake[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics' Build standalone FV3 gfsphysics ... -gmake[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics' -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/machine.F -o physics/machine.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/co2hc.f -o physics/co2hc.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/efield.f -o physics/efield.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gocart_tracer_config_stub.f -o physics/gocart_tracer_config_stub.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2oc.f -o physics/h2oc.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2ohdc.f -o physics/h2ohdc.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ideaca.f -o physics/ideaca.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_composition.f -o physics/idea_composition.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/wam_f107_kp_mod.f90 -o physics/wam_f107_kp_mod.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/iounitdef.f -o physics/iounitdef.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mersenne_twister.f -o physics/mersenne_twister.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/namelist_soilveg.f -o physics/namelist_soilveg.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozne_def.f -o physics/ozne_def.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/iccn_def.f -o physics/iccn_def.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/aerclm_def.f -o physics/aerclm_def.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/physparam.f -o physics/physparam.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/progtm_module.f -o physics/progtm_module.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/surface_perturbation.F90 -o physics/surface_perturbation.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/GFDL_parse_tracers.F90 -o physics/GFDL_parse_tracers.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gfs_phy_tracer_config.F -o physics/gfs_phy_tracer_config.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rayleigh_damp.f -o physics/rayleigh_damp.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rayleigh_damp_mesopause.f -o physics/rayleigh_damp_mesopause.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/set_soilveg.f -o physics/set_soilveg.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_wrf_utl.f90 -o physics/module_wrf_utl.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/noahmp_tables.f90 -o physics/noahmp_tables.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/tridi2t3.f -o physics/tridi2t3.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozinterp.f90 -o physics/ozinterp.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/iccninterp.f90 -o physics/iccninterp.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/aerinterp.f90 -o physics/aerinterp.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/num_parthds.F -o physics/num_parthds.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfcsub.F -o physics/sfcsub.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_mp_radar.F90 -o physics/module_mp_radar.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/micro_mg_utils.F90 -o physics/micro_mg_utils.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cnvc90.f -o physics/cnvc90.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/date_def.f -o physics/date_def.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/physcons.F90 -o physics/physcons.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gwdc.f -o physics/gwdc.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gwdps.f -o physics/gwdps.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2o_def.f -o physics/h2o_def.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2ophys.f -o physics/h2ophys.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/progt2.f -o physics/progt2.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radlw_param.f -o physics/radlw_param.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radsw_param.f -o physics/radsw_param.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_astronomy.f -o physics/radiation_astronomy.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_surface.f -o physics/radiation_surface.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/samfaerosols.f -o physics/samfaerosols.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_cice.f -o physics/sfc_cice.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_diff.f -o physics/sfc_diff.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_sf_noahmp_glacier.f90 -o physics/module_sf_noahmp_glacier.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_sf_noahmplsm.f90 -o physics/module_sf_noahmplsm.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_nst_parameters.f90 -o physics/module_nst_parameters.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sflx.f -o physics/sflx.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv.f -o physics/shalcv.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv_1lyr.f -o physics/shalcv_1lyr.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv_fixdp.f -o physics/shalcv_fixdp.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv_opr.f -o physics/shalcv_opr.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/get_prs_fv3.f90 -o physics/get_prs_fv3.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2ointerp.f90 -o physics/h2ointerp.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/aer_cloud.F -o physics/aer_cloud.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gfdl_cloud_microphys.F90 -o physics/gfdl_cloud_microphys.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_mp_thompson_gfs.F90 -o physics/module_mp_thompson_gfs.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_mp_wsm6_fv3.F90 -o physics/module_mp_wsm6_fv3.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/dcyc2.f -o physics/dcyc2.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/dcyc2.pre.rad.f -o physics/dcyc2.pre.rad.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/tracer_const_h.f -o physics/tracer_const_h.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/funcphys.f90 -o physics/funcphys.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_initialize.F90 -o physics/cires_ugwp_initialize.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_co2.f -o physics/idea_co2.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_dissipation.f -o physics/idea_dissipation.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_h2o.f -o physics/idea_h2o.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_ion.f -o physics/idea_ion.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_o2_o3.f -o physics/idea_o2_o3.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_phys.f -o physics/idea_phys.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_solar_heating.f -o physics/idea_solar_heating.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_tracer.f -o physics/idea_tracer.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/lrgsclr.f -o physics/lrgsclr.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfpbl.f -o physics/mfpbl.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfpblt.f -o physics/mfpblt.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfpbltq.f -o physics/mfpbltq.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfscu.f -o physics/mfscu.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfscuq.f -o physics/mfscuq.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_bfmicrophysics.f -o physics/module_bfmicrophysics.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninedmf.f -o physics/moninedmf.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninedmf_hafs.f -o physics/moninedmf_hafs.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninp.f -o physics/moninp.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninp1.f -o physics/moninp1.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninq.f -o physics/moninq.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninq1.f -o physics/moninq1.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninshoc.f -o physics/moninshoc.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstadb.f -o physics/mstadb.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstadbtn.f -o physics/mstadbtn.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstadbtn2.f -o physics/mstadbtn2.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstcnv.f -o physics/mstcnv.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozphys.f -o physics/ozphys.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozphys_2015.f -o physics/ozphys_2015.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/precpd.f -o physics/precpd.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/precpd_shoc.f -o physics/precpd_shoc.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/precpdp.f -o physics/precpdp.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radlw_datatb.f -o physics/radlw_datatb.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rascnvv2.f -o physics/rascnvv2.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX-I -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_aerosols.f -o physics/radiation_aerosols.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radsw_datatb.f -o physics/radsw_datatb.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_gases.f -o physics/radiation_gases.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_clouds.f -o physics/radiation_clouds.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/samfdeepcnv.f -o physics/samfdeepcnv.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/samfshalcnv.f -o physics/samfshalcnv.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sascnv.f -o physics/sascnv.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sascnvn.f -o physics/sascnvn.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/satmedmfvdif.f -o physics/satmedmfvdif.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/satmedmfvdifq.f -o physics/satmedmfvdifq.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_diag.f -o physics/sfc_diag.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_drv.f -o physics/sfc_drv.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_noahmp_drv.f -o physics/sfc_noahmp_drv.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_nst_water_prop.f90 -o physics/module_nst_water_prop.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_ocean.f -o physics/sfc_ocean.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_sice.f -o physics/sfc_sice.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcnv.f -o physics/shalcnv.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/calpreciptype.f90 -o physics/calpreciptype.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gcm_shoc.f90 -o physics/gcm_shoc.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/wv_saturation.F -o physics/wv_saturation.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_utils.F90 -o physics/cires_ugwp_utils.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_triggers.F90 -o physics/cires_ugwp_triggers.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cs_conv.F90 -o physics/cs_conv.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/get_prs.f -o physics/get_prs.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gscond.f -o physics/gscond.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gscondp.f -o physics/gscondp.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_module.F90 -o physics/cires_ugwp_module.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_orowam2017.f -o physics/cires_orowam2017.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radlw_main.f -o physics/radlw_main.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_typedefs.F90 -o GFS_layer/GFS_typedefs.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radsw_main.f -o physics/radsw_main.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_nst_model.f90 -o physics/module_nst_model.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cldmacro.F -o physics/cldmacro.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cldwat2m_micro.F -o physics/cldwat2m_micro.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_solvers.F90 -o physics/cires_ugwp_solvers.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_vert_lsatdis.F90 -o physics/cires_vert_lsatdis.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_vert_orodis.F90 -o physics/cires_vert_orodis.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_vert_wmsdis.F90 -o physics/cires_vert_wmsdis.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/micro_mg2_0.F90 -o physics/micro_mg2_0.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/micro_mg3_0.F90 -o physics/micro_mg3_0.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ugwp_driver_v0.f -o physics/ugwp_driver_v0.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_nst.f -o physics/sfc_nst.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/m_micro_driver.F90 -o physics/m_micro_driver.o +gmake[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics' +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/machine.F -o physics/machine.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/co2hc.f -o physics/co2hc.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/efield.f -o physics/efield.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gocart_tracer_config_stub.f -o physics/gocart_tracer_config_stub.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2oc.f -o physics/h2oc.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2ohdc.f -o physics/h2ohdc.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ideaca.f -o physics/ideaca.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_composition.f -o physics/idea_composition.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/wam_f107_kp_mod.f90 -o physics/wam_f107_kp_mod.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/iounitdef.f -o physics/iounitdef.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mersenne_twister.f -o physics/mersenne_twister.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/namelist_soilveg.f -o physics/namelist_soilveg.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozne_def.f -o physics/ozne_def.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/iccn_def.f -o physics/iccn_def.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/aerclm_def.f -o physics/aerclm_def.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/physparam.f -o physics/physparam.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/progtm_module.f -o physics/progtm_module.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/surface_perturbation.F90 -o physics/surface_perturbation.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/GFDL_parse_tracers.F90 -o physics/GFDL_parse_tracers.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gfs_phy_tracer_config.F -o physics/gfs_phy_tracer_config.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rayleigh_damp.f -o physics/rayleigh_damp.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rayleigh_damp_mesopause.f -o physics/rayleigh_damp_mesopause.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/set_soilveg.f -o physics/set_soilveg.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_wrf_utl.f90 -o physics/module_wrf_utl.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/noahmp_tables.f90 -o physics/noahmp_tables.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/tridi2t3.f -o physics/tridi2t3.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozinterp.f90 -o physics/ozinterp.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/iccninterp.f90 -o physics/iccninterp.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/aerinterp.f90 -o physics/aerinterp.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/num_parthds.F -o physics/num_parthds.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfcsub.F -o physics/sfcsub.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_mp_radar.F90 -o physics/module_mp_radar.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/micro_mg_utils.F90 -o physics/micro_mg_utils.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cnvc90.f -o physics/cnvc90.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/date_def.f -o physics/date_def.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/physcons.F90 -o physics/physcons.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gwdc.f -o physics/gwdc.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gwdps.f -o physics/gwdps.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2o_def.f -o physics/h2o_def.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2ophys.f -o physics/h2ophys.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/progt2.f -o physics/progt2.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radlw_param.f -o physics/radlw_param.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radsw_param.f -o physics/radsw_param.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_astronomy.f -o physics/radiation_astronomy.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_surface.f -o physics/radiation_surface.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/samfaerosols.f -o physics/samfaerosols.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_cice.f -o physics/sfc_cice.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_diff.f -o physics/sfc_diff.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_sf_noahmp_glacier.f90 -o physics/module_sf_noahmp_glacier.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_sf_noahmplsm.f90 -o physics/module_sf_noahmplsm.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_nst_parameters.f90 -o physics/module_nst_parameters.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sflx.f -o physics/sflx.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv.f -o physics/shalcv.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv_1lyr.f -o physics/shalcv_1lyr.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv_fixdp.f -o physics/shalcv_fixdp.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv_opr.f -o physics/shalcv_opr.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/get_prs_fv3.f90 -o physics/get_prs_fv3.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2ointerp.f90 -o physics/h2ointerp.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/aer_cloud.F -o physics/aer_cloud.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gfdl_cloud_microphys.F90 -o physics/gfdl_cloud_microphys.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_mp_thompson_gfs.F90 -o physics/module_mp_thompson_gfs.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_mp_wsm6_fv3.F90 -o physics/module_mp_wsm6_fv3.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/dcyc2.f -o physics/dcyc2.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/dcyc2.pre.rad.f -o physics/dcyc2.pre.rad.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/tracer_const_h.f -o physics/tracer_const_h.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/funcphys.f90 -o physics/funcphys.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_initialize.F90 -o physics/cires_ugwp_initialize.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_co2.f -o physics/idea_co2.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_dissipation.f -o physics/idea_dissipation.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_h2o.f -o physics/idea_h2o.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_ion.f -o physics/idea_ion.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_o2_o3.f -o physics/idea_o2_o3.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_phys.f -o physics/idea_phys.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_solar_heating.f -o physics/idea_solar_heating.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_tracer.f -o physics/idea_tracer.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/lrgsclr.f -o physics/lrgsclr.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfpbl.f -o physics/mfpbl.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfpblt.f -o physics/mfpblt.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfpbltq.f -o physics/mfpbltq.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfscu.f -o physics/mfscu.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfscuq.f -o physics/mfscuq.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_bfmicrophysics.f -o physics/module_bfmicrophysics.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninedmf.f -o physics/moninedmf.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninedmf_hafs.f -o physics/moninedmf_hafs.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninp.f -o physics/moninp.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninp1.f -o physics/moninp1.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninq.f -o physics/moninq.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninq1.f -o physics/moninq1.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninshoc.f -o physics/moninshoc.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstadb.f -o physics/mstadb.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstadbtn.f -o physics/mstadbtn.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstadbtn2.f -o physics/mstadbtn2.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstcnv.f -o physics/mstcnv.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozphys.f -o physics/ozphys.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozphys_2015.f -o physics/ozphys_2015.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/precpd.f -o physics/precpd.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/precpd_shoc.f -o physics/precpd_shoc.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/precpdp.f -o physics/precpdp.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radlw_datatb.f -o physics/radlw_datatb.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rascnvv2.f -o physics/rascnvv2.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX-I -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_aerosols.f -o physics/radiation_aerosols.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radsw_datatb.f -o physics/radsw_datatb.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_gases.f -o physics/radiation_gases.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_clouds.f -o physics/radiation_clouds.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/samfdeepcnv.f -o physics/samfdeepcnv.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/samfshalcnv.f -o physics/samfshalcnv.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sascnv.f -o physics/sascnv.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sascnvn.f -o physics/sascnvn.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/satmedmfvdif.f -o physics/satmedmfvdif.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/satmedmfvdifq.f -o physics/satmedmfvdifq.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_diag.f -o physics/sfc_diag.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_drv.f -o physics/sfc_drv.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_noahmp_drv.f -o physics/sfc_noahmp_drv.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_nst_water_prop.f90 -o physics/module_nst_water_prop.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_ocean.f -o physics/sfc_ocean.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_sice.f -o physics/sfc_sice.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcnv.f -o physics/shalcnv.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/calpreciptype.f90 -o physics/calpreciptype.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gcm_shoc.f90 -o physics/gcm_shoc.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/wv_saturation.F -o physics/wv_saturation.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_utils.F90 -o physics/cires_ugwp_utils.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_triggers.F90 -o physics/cires_ugwp_triggers.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cs_conv.F90 -o physics/cs_conv.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/get_prs.f -o physics/get_prs.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gscond.f -o physics/gscond.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gscondp.f -o physics/gscondp.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_module.F90 -o physics/cires_ugwp_module.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_orowam2017.f -o physics/cires_orowam2017.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radlw_main.f -o physics/radlw_main.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_typedefs.F90 -o GFS_layer/GFS_typedefs.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radsw_main.f -o physics/radsw_main.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_nst_model.f90 -o physics/module_nst_model.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cldmacro.F -o physics/cldmacro.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cldwat2m_micro.F -o physics/cldwat2m_micro.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_solvers.F90 -o physics/cires_ugwp_solvers.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_vert_lsatdis.F90 -o physics/cires_vert_lsatdis.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_vert_orodis.F90 -o physics/cires_vert_orodis.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_vert_wmsdis.F90 -o physics/cires_vert_wmsdis.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/micro_mg2_0.F90 -o physics/micro_mg2_0.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/micro_mg3_0.F90 -o physics/micro_mg3_0.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ugwp_driver_v0.f -o physics/ugwp_driver_v0.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_nst.f -o physics/sfc_nst.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/m_micro_driver.F90 -o physics/m_micro_driver.o mpiicc -E -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML GFS_layer/GFS_radiation_driver.F90 > GFS_layer/GFS_radiation_driver.tmp.f90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gcycle.F90 -o physics/gcycle.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/GFS_debug.F90 -o physics/GFS_debug.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -O0 -c GFS_layer/GFS_diagnostics.F90 -o GFS_layer/GFS_diagnostics.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gcycle.F90 -o physics/gcycle.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/GFS_debug.F90 -o physics/GFS_debug.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -O0 -c GFS_layer/GFS_diagnostics.F90 -o GFS_layer/GFS_diagnostics.o mpiicc -E -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML GFS_layer/GFS_physics_driver.F90 > GFS_layer/GFS_physics_driver.tmp.f90 -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_radiation_driver.tmp.f90 -o GFS_layer/GFS_radiation_driver.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_physics_driver.tmp.f90 -o GFS_layer/GFS_physics_driver.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_restart.F90 -o GFS_layer/GFS_restart.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rad_initialize.f -o physics/rad_initialize.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_radiation_driver.tmp.f90 -o GFS_layer/GFS_radiation_driver.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_physics_driver.tmp.f90 -o GFS_layer/GFS_physics_driver.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_restart.F90 -o GFS_layer/GFS_restart.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rad_initialize.f -o physics/rad_initialize.o mpiicc -E -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML GFS_layer/GFS_driver.F90 > GFS_layer/GFS_driver.tmp.f90 -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_driver.tmp.f90 -o GFS_layer/GFS_driver.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_abstraction_layer.F90 -o GFS_layer/GFS_abstraction_layer.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_driver.tmp.f90 -o GFS_layer/GFS_driver.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_abstraction_layer.F90 -o GFS_layer/GFS_abstraction_layer.o ar rv libgfsphys.a physics/cnvc90.o physics/co2hc.o physics/date_def.o physics/dcyc2.o physics/dcyc2.pre.rad.o physics/efield.o physics/get_prs.o physics/gocart_tracer_config_stub.o physics/gscond.o physics/gscondp.o physics/gwdc.o physics/gwdps.o physics/ugwp_driver_v0.o physics/cires_orowam2017.o physics/h2o_def.o physics/h2oc.o physics/h2ohdc.o physics/h2ophys.o physics/ideaca.o physics/idea_co2.o physics/idea_composition.o physics/idea_dissipation.o physics/idea_h2o.o physics/idea_ion.o physics/idea_o2_o3.o physics/idea_phys.o physics/idea_solar_heating.o physics/idea_tracer.o physics/iounitdef.o physics/lrgsclr.o physics/mersenne_twister.o physics/mfpbl.o physics/mfpblt.o physics/mfpbltq.o physics/mfscu.o physics/mfscuq.o physics/module_bfmicrophysics.o physics/moninedmf.o physics/moninedmf_hafs.o physics/moninp.o physics/moninp1.o physics/moninq.o physics/moninq1.o physics/moninshoc.o physics/mstadb.o physics/mstadbtn.o physics/mstadbtn2.o physics/mstcnv.o physics/namelist_soilveg.o physics/ozne_def.o physics/iccn_def.o physics/aerclm_def.o physics/ozphys.o physics/ozphys_2015.o physics/physparam.o physics/precpd.o physics/precpd_shoc.o physics/precpdp.o physics/progt2.o physics/progtm_module.o physics/rad_initialize.o physics/radiation_aerosols.o physics/radiation_astronomy.o physics/radiation_clouds.o physics/radiation_gases.o physics/radiation_surface.o physics/radlw_datatb.o physics/radlw_main.o physics/radlw_param.o physics/radsw_datatb.o physics/radsw_main.o physics/radsw_param.o physics/rascnvv2.o physics/rayleigh_damp.o physics/rayleigh_damp_mesopause.o physics/samfaerosols.o physics/samfdeepcnv.o physics/samfshalcnv.o physics/sascnv.o physics/sascnvn.o physics/satmedmfvdif.o physics/satmedmfvdifq.o physics/set_soilveg.o physics/sfc_cice.o physics/sfc_diag.o physics/sfc_diff.o physics/sfc_drv.o physics/sfc_noahmp_drv.o physics/sfc_nst.o physics/sfc_ocean.o physics/sfc_sice.o physics/sflx.o physics/shalcnv.o physics/shalcv.o physics/shalcv_1lyr.o physics/shalcv_fixdp.o physics/shalcv_opr.o physics/tracer_const_h.o physics/tridi2t3.o physics/calpreciptype.o physics/funcphys.o physics/gcm_shoc.o physics/get_prs_fv3.o physics/h2ointerp.o physics/module_nst_model.o physics/module_nst_parameters.o physics/module_nst_water_prop.o physics/ozinterp.o physics/module_wrf_utl.o physics/noahmp_tables.o physics/module_sf_noahmplsm.o physics/module_sf_noahmp_glacier.o physics/iccninterp.o physics/aerinterp.o physics/wam_f107_kp_mod.o physics/aer_cloud.o physics/cldmacro.o physics/cldwat2m_micro.o physics/gfs_phy_tracer_config.o physics/machine.o physics/num_parthds.o physics/sfcsub.o physics/wv_saturation.o physics/GFDL_parse_tracers.o physics/gcycle.o physics/cires_ugwp_initialize.o physics/cires_ugwp_module.o physics/cires_ugwp_utils.o physics/cires_ugwp_triggers.o physics/cires_ugwp_solvers.o physics/cires_vert_lsatdis.o physics/cires_vert_orodis.o physics/cires_vert_wmsdis.o physics/gfdl_cloud_microphys.o physics/micro_mg_utils.o physics/micro_mg2_0.o physics/micro_mg3_0.o physics/m_micro_driver.o physics/cs_conv.o physics/GFS_debug.o physics/module_mp_radar.o physics/module_mp_thompson_gfs.o physics/module_mp_wsm6_fv3.o physics/physcons.o physics/surface_perturbation.o GFS_layer/GFS_abstraction_layer.o GFS_layer/GFS_diagnostics.o GFS_layer/GFS_driver.o GFS_layer/GFS_physics_driver.o GFS_layer/GFS_radiation_driver.o GFS_layer/GFS_restart.o GFS_layer/GFS_typedefs.o ar: creating libgfsphys.a a - physics/cnvc90.o @@ -919,48 +918,48 @@ a - GFS_layer/GFS_physics_driver.o a - GFS_layer/GFS_radiation_driver.o a - GFS_layer/GFS_restart.o a - GFS_layer/GFS_typedefs.o -gmake[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics' -gmake -C ipd FMS_DIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit +gmake[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics' +gmake -C ipd FMS_DIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit Build standalone FV3 gfsphysics ... -gmake[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ipd' +gmake[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd' makefile:54: depend: No such file or directory Building dependencies ... -gmake[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ipd' +gmake[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd' Build standalone FV3 gfsphysics ... -gmake[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ipd' -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../namphysics -c IPD_typedefs.F90 -o IPD_typedefs.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../namphysics -c IPD_driver.F90 -o IPD_driver.o +gmake[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd' +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../namphysics -c IPD_typedefs.F90 -o IPD_typedefs.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../namphysics -c IPD_driver.F90 -o IPD_driver.o ar rv libipd.a IPD_driver.o IPD_typedefs.o ar: creating libipd.a a - IPD_driver.o a - IPD_typedefs.o -gmake[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ipd' -gmake -C io FMS_DIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL +gmake[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd' +gmake -C io FMS_DIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL Build standalone FV3 io ... $ESMF_INC is [-I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include] -gmake[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/io' +gmake[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io' Building dependencies ... -gmake[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/io' +gmake[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io' Build standalone FV3 io ... $ESMF_INC is [-I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include] -gmake[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/io' -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -c ffsync.F90 -o ffsync.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -c FV3GFS_io.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -c module_fv3_io_def.F90 -o module_fv3_io_def.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -c module_write_internal_state.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ncep_post_v8.0.1_4 -c post_nems_routines.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/nemsio_v2.2.4 -c module_write_nemsio.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/nemsio_v2.2.4 -c module_write_netcdf.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ncep_post_v8.0.1_4 -c post_gfs.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -c module_wrt_grid_comp.F90 +gmake[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io' +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -c ffsync.F90 -o ffsync.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -c FV3GFS_io.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -c module_fv3_io_def.F90 -o module_fv3_io_def.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -c module_write_internal_state.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ncep_post_v8.0.1_4 -c post_nems_routines.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/nemsio_v2.2.4 -c module_write_nemsio.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/nemsio_v2.2.4 -c module_write_netcdf.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ncep_post_v8.0.1_4 -c post_gfs.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -c module_wrt_grid_comp.F90 ar rv libfv3io.a ffsync.o FV3GFS_io.o post_gfs.o post_nems_routines.o module_write_nemsio.o module_write_netcdf.o module_fv3_io_def.o module_write_internal_state.o module_wrt_grid_comp.o ar: creating libfv3io.a a - ffsync.o @@ -972,66 +971,66 @@ a - module_write_netcdf.o a - module_fv3_io_def.o a - module_write_internal_state.o a - module_wrt_grid_comp.o -gmake[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/io' -gmake -C atmos_cubed_sphere FMS_DIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL +gmake[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io' +gmake -C atmos_cubed_sphere FMS_DIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL Build standalone FV3 fv3core ... -gmake[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/atmos_cubed_sphere' +gmake[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere' Building dependencies ... -gmake[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/atmos_cubed_sphere' +gmake[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere' Build standalone FV3 fv3core ... -gmake[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/atmos_cubed_sphere' -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_arrays.F90 -o model/fv_arrays.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/external_sst.F90 -o tools/external_sst.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_fill.F90 -o model/fv_fill.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/sim_nc_mod.F90 -o tools/sim_nc_mod.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c driver/fvGFS/DYCORE_typedefs.F90 -o driver/fvGFS/DYCORE_typedefs.o +gmake[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere' +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_arrays.F90 -o model/fv_arrays.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/external_sst.F90 -o tools/external_sst.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_fill.F90 -o model/fv_fill.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/sim_nc_mod.F90 -o tools/sim_nc_mod.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c driver/fvGFS/DYCORE_typedefs.F90 -o driver/fvGFS/DYCORE_typedefs.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_mp_mod.F90 -o tools/fv_mp_mod.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/sorted_index.F90 -o tools/sorted_index.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_timing.F90 -o tools/fv_timing.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_eta.F90 -o tools/fv_eta.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/multi_gases.F90 -o model/multi_gases.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/boundary.F90 -o model/boundary.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_sg.F90 -o model/fv_sg.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_cmp.F90 -o model/fv_cmp.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_grid_utils.F90 -o model/fv_grid_utils.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_mp_mod.F90 -o tools/fv_mp_mod.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/sorted_index.F90 -o tools/sorted_index.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_timing.F90 -o tools/fv_timing.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_eta.F90 -o tools/fv_eta.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/multi_gases.F90 -o model/multi_gases.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/boundary.F90 -o model/boundary.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_sg.F90 -o model/fv_sg.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_cmp.F90 -o model/fv_cmp.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_grid_utils.F90 -o model/fv_grid_utils.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/a2b_edge.F90 -o model/a2b_edge.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -fast-transcendentals -c model/fv_mapz.F90 -o model/fv_mapz.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_surf_map.F90 -o tools/fv_surf_map.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/init_hydro.F90 -o tools/init_hydro.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_grid_tools.F90 -o tools/fv_grid_tools.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/tp_core.F90 -o model/tp_core.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_treat_da_inc.F90 -o tools/fv_treat_da_inc.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_iau_mod.F90 -o tools/fv_iau_mod.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_diagnostics.F90 -o tools/fv_diagnostics.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_io.F90 -o tools/fv_io.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/test_cases.F90 -o tools/test_cases.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_nudge.F90 -o tools/fv_nudge.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_regional_bc.F90 -o model/fv_regional_bc.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -c driver/fvGFS/fv_nggps_diag.F90 -o driver/fvGFS/fv_nggps_diag.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_tracer2d.F90 -o model/fv_tracer2d.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_update_phys.F90 -o model/fv_update_phys.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/sw_core.F90 -o model/sw_core.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/external_ic.F90 -o tools/external_ic.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_restart.F90 -o tools/fv_restart.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -fast-transcendentals -c model/nh_utils.F90 -o model/nh_utils.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_control.F90 -o model/fv_control.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_nesting.F90 -o model/fv_nesting.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/nh_core.F90 -o model/nh_core.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/dyn_core.F90 -o model/dyn_core.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_dynamics.F90 -o model/fv_dynamics.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -c driver/fvGFS/atmosphere.F90 -o driver/fvGFS/atmosphere.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/a2b_edge.F90 -o model/a2b_edge.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -fast-transcendentals -c model/fv_mapz.F90 -o model/fv_mapz.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_surf_map.F90 -o tools/fv_surf_map.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/init_hydro.F90 -o tools/init_hydro.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_grid_tools.F90 -o tools/fv_grid_tools.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/tp_core.F90 -o model/tp_core.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_treat_da_inc.F90 -o tools/fv_treat_da_inc.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_iau_mod.F90 -o tools/fv_iau_mod.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_diagnostics.F90 -o tools/fv_diagnostics.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_io.F90 -o tools/fv_io.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/test_cases.F90 -o tools/test_cases.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_nudge.F90 -o tools/fv_nudge.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_regional_bc.F90 -o model/fv_regional_bc.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -c driver/fvGFS/fv_nggps_diag.F90 -o driver/fvGFS/fv_nggps_diag.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_tracer2d.F90 -o model/fv_tracer2d.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_update_phys.F90 -o model/fv_update_phys.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/sw_core.F90 -o model/sw_core.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/external_ic.F90 -o tools/external_ic.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_restart.F90 -o tools/fv_restart.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -fast-transcendentals -c model/nh_utils.F90 -o model/nh_utils.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_control.F90 -o model/fv_control.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_nesting.F90 -o model/fv_nesting.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/nh_core.F90 -o model/nh_core.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/dyn_core.F90 -o model/dyn_core.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_dynamics.F90 -o model/fv_dynamics.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -c driver/fvGFS/atmosphere.F90 -o driver/fvGFS/atmosphere.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. @@ -1078,49 +1077,49 @@ a - tools/test_cases.o a - driver/fvGFS/DYCORE_typedefs.o a - driver/fvGFS/fv_nggps_diag.o a - driver/fvGFS/atmosphere.o -gmake[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/atmos_cubed_sphere' -gmake -C ../stochastic_physics FMS_DIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit +gmake[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere' +gmake -C ../stochastic_physics FMS_DIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit Build standalone FV3 stochastic_physics ... -gmake[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/stochastic_physics' +gmake[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/stochastic_physics' makefile:86: depend: No such file or directory Building dependencies ... -gmake[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/stochastic_physics' +gmake[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/stochastic_physics' Build standalone FV3 stochastic_physics ... -gmake[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/stochastic_physics' -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_gg_def.f -o stochy_gg_def.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_resol_def.f -o stochy_resol_def.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_layout_lag.f -o stochy_layout_lag.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c spectral_layout.F90 -o spectral_layout.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c glats_stochy.f -o glats_stochy.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c num_parthds_stochy.f -o num_parthds_stochy.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c update_ca.f90 -o update_ca.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c plumes.f90 -o plumes.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_namelist_def.F90 -o stochy_namelist_def.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c compns_stochy.F90 -o compns_stochy.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c four_to_grid_stochy.F -o four_to_grid_stochy.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c sumfln_stochy.f -o sumfln_stochy.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c gozrineo_stochy.f -o gozrineo_stochy.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c get_ls_node_stochy.f -o get_ls_node_stochy.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c get_lats_node_a_stochy.f -o get_lats_node_a_stochy.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c setlats_a_stochy.f -o setlats_a_stochy.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c setlats_lag_stochy.f -o setlats_lag_stochy.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c epslon_stochy.f -o epslon_stochy.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c pln2eo_stochy.f -o pln2eo_stochy.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c dozeuv_stochy.f -o dozeuv_stochy.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c dezouv_stochy.f -o dezouv_stochy.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_internal_state_mod.F90 -o stochy_internal_state_mod.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_patterngenerator.F90 -o stochy_patterngenerator.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c getcon_lag_stochy.f -o getcon_lag_stochy.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c getcon_spectral.F90 -o getcon_spectral.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c initialize_spectral_mod.F90 -o initialize_spectral_mod.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_data_mod.F90 -o stochy_data_mod.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c get_stochy_pattern.F90 -o get_stochy_pattern.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochastic_physics.F90 -o stochastic_physics.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c cellular_automata.f90 -o cellular_automata.o +gmake[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/stochastic_physics' +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_gg_def.f -o stochy_gg_def.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_resol_def.f -o stochy_resol_def.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_layout_lag.f -o stochy_layout_lag.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c spectral_layout.F90 -o spectral_layout.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c glats_stochy.f -o glats_stochy.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c num_parthds_stochy.f -o num_parthds_stochy.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c update_ca.f90 -o update_ca.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c plumes.f90 -o plumes.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_namelist_def.F90 -o stochy_namelist_def.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c compns_stochy.F90 -o compns_stochy.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c four_to_grid_stochy.F -o four_to_grid_stochy.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c sumfln_stochy.f -o sumfln_stochy.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c gozrineo_stochy.f -o gozrineo_stochy.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c get_ls_node_stochy.f -o get_ls_node_stochy.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c get_lats_node_a_stochy.f -o get_lats_node_a_stochy.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c setlats_a_stochy.f -o setlats_a_stochy.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c setlats_lag_stochy.f -o setlats_lag_stochy.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c epslon_stochy.f -o epslon_stochy.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c pln2eo_stochy.f -o pln2eo_stochy.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c dozeuv_stochy.f -o dozeuv_stochy.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c dezouv_stochy.f -o dezouv_stochy.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_internal_state_mod.F90 -o stochy_internal_state_mod.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_patterngenerator.F90 -o stochy_patterngenerator.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c getcon_lag_stochy.f -o getcon_lag_stochy.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c getcon_spectral.F90 -o getcon_spectral.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c initialize_spectral_mod.F90 -o initialize_spectral_mod.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_data_mod.F90 -o stochy_data_mod.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c get_stochy_pattern.F90 -o get_stochy_pattern.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochastic_physics.F90 -o stochastic_physics.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c cellular_automata.f90 -o cellular_automata.o ar rv libstochastic_physics.a stochy_gg_def.o stochy_resol_def.o stochy_layout_lag.o four_to_grid_stochy.o glats_stochy.o sumfln_stochy.o gozrineo_stochy.o num_parthds_stochy.o get_ls_node_stochy.o get_lats_node_a_stochy.o setlats_a_stochy.o setlats_lag_stochy.o epslon_stochy.o getcon_lag_stochy.o pln2eo_stochy.o dozeuv_stochy.o dezouv_stochy.o cellular_automata.o update_ca.o plumes.o spectral_layout.o getcon_spectral.o stochy_namelist_def.o compns_stochy.o stochy_internal_state_mod.o stochastic_physics.o stochy_patterngenerator.o stochy_data_mod.o get_stochy_pattern.o initialize_spectral_mod.o ar: creating libstochastic_physics.a a - stochy_gg_def.o @@ -1153,14 +1152,14 @@ a - stochy_patterngenerator.o a - stochy_data_mod.o a - get_stochy_pattern.o a - initialize_spectral_mod.o -gmake[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/stochastic_physics' -gmake libfv3cap.a FMS_DIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -gmake[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3' -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -c module_fv3_config.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -c time_utils.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -c atmos_model.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -c module_fcst_grid_comp.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -c fv3_cap.F90 +gmake[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/stochastic_physics' +gmake libfv3cap.a FMS_DIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL +gmake[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3' +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -c module_fv3_config.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -c time_utils.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -c atmos_model.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -c module_fcst_grid_comp.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -c fv3_cap.F90 ar rv libfv3cap.a atmos_model.o module_fv3_config.o module_fcst_grid_comp.o time_utils.o fv3_cap.o ar: creating libfv3cap.a a - atmos_model.o @@ -1168,35 +1167,35 @@ a - module_fv3_config.o a - module_fcst_grid_comp.o a - time_utils.o a - fv3_cap.o -gmake[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3' -gmake esmf_make_fragment FMS_DIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -gmake[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3' +gmake[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3' +gmake esmf_make_fragment FMS_DIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL +gmake[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3' # additional include files needed for PGI -#@echo "ESMF_DEP_INCPATH = /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/nems_dir" >> fv3.mk +#@echo "ESMF_DEP_INCPATH = /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/nems_dir" >> fv3.mk Finished generating ESMF self-describing build dependency makefile fragment: fv3.mk -gmake[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3' -Installation into "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL" complete! +gmake[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3' +Installation into "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL" complete! -gmake[1]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3' -test -d /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL +gmake[1]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3' +test -d /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL ( \ echo "# Do not edit this file. It is automatically generated." ; \ -echo "# Edit the component list or /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC.in" ; \ -echo ; cat "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC.in" ; \ -echo fms_mk="/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL/fms.mk" ; echo fv3_mk="/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk" ; ) > "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC" -. /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; \ +echo "# Edit the component list or /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC.in" ; \ +echo ; cat "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC.in" ; \ +echo fms_mk="/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL/fms.mk" ; echo fv3_mk="/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk" ; ) > "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC" +. /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; \ set -e ; \ -for m in /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk ; do \ +for m in /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk ; do \ test -s $m ; \ done ; \ -echo build NEMS after /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk ; \ -cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src ; \ +echo build NEMS after /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk ; \ +cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src ; \ gmake nems \ COMPONENTS="FMS FV3" \ - FMS_DIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL FV3_DIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL TARGET="/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/exe/NEMS.x" ; \ -test -x /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/exe/NEMS.x + FMS_DIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL FV3_DIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL TARGET="/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/exe/NEMS.x" ; \ +test -x /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/exe/NEMS.x Currently Loaded Modules: 1) contrib 7) ip/3.0.2 13) g2tmpl/1.6.0 19) esmf/8.0.0 @@ -1208,10 +1207,10 @@ Currently Loaded Modules: -build NEMS after /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk +build NEMS after /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk Components in linker order: FV3 FMS -FV3: include /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk -FMS: include /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL/fms.mk +FV3: include /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk +FMS: include /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL/fms.mk CPPFLAGS += ESMF_VERSION_STRING_GIT="ESMF_8_0_0" CPPFLAGS += ESMF_VERSION_BETASNAPSHOT="'F'" CPPFLAGS += ESMF_VERSION_MINOR="0" @@ -1220,204 +1219,204 @@ CPPFLAGS += ESMF_VERSION_STRING="8.0.0" CPPFLAGS += ESMF_VERSION_REVISION="0" CPPFLAGS += ESMF_VERSION_MAJOR="8" CPPFLAGS += ESMF_VERSION_PUBLIC="'T'" -gmake[1]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src' +gmake[1]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src' cd ENS_Cpl && gmake stub -gmake[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/ENS_Cpl' +gmake[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/ENS_Cpl' mpiicc -E -traditional ENS_CplComp_ESMFMod_STUB.F90 > ENS_CplComp_ESMFMod_STUB.f90 mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -c ENS_CplComp_ESMFMod_STUB.f90 ar rv ENS_Cpl.a ENS_CplComp_ESMFMod_STUB.o ar: creating ENS_Cpl.a a - ENS_CplComp_ESMFMod_STUB.o -gmake[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/ENS_Cpl' -mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Mon Dec 30 18:10:21 UTC 2019 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2019' -D'CMP_JD=364' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_NEMS_UTILS.F90 > module_NEMS_UTILS.tmp.f90 -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -IENS_Cpl -I. -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3 -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/io -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/cpl -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ipd -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/../stochastic_physics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_UTILS.tmp.f90 +gmake[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/ENS_Cpl' +mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Thu Jan 23 19:51:00 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=023' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_NEMS_UTILS.F90 > module_NEMS_UTILS.tmp.f90 +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -IENS_Cpl -I. -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/../stochastic_physics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_UTILS.tmp.f90 mv -v module_NEMS_UTILS.tmp.o module_NEMS_UTILS.o ‘module_NEMS_UTILS.tmp.o’ -> ‘module_NEMS_UTILS.o’ -mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Mon Dec 30 18:10:21 UTC 2019 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2019' -D'CMP_JD=364' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_MEDIATOR_methods.F90 > module_MEDIATOR_methods.tmp.f90 -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -IENS_Cpl -I. -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3 -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/io -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/cpl -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ipd -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/../stochastic_physics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -c module_MEDIATOR_methods.tmp.f90 +mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Thu Jan 23 19:51:00 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=023' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_MEDIATOR_methods.F90 > module_MEDIATOR_methods.tmp.f90 +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -IENS_Cpl -I. -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/../stochastic_physics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -c module_MEDIATOR_methods.tmp.f90 mv -v module_MEDIATOR_methods.tmp.o module_MEDIATOR_methods.o ‘module_MEDIATOR_methods.tmp.o’ -> ‘module_MEDIATOR_methods.o’ -mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Mon Dec 30 18:10:21 UTC 2019 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2019' -D'CMP_JD=364' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_MEDIATOR.F90 > module_MEDIATOR.tmp.f90 -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -IENS_Cpl -I. -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3 -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/io -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/cpl -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ipd -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/../stochastic_physics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -c module_MEDIATOR.tmp.f90 +mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Thu Jan 23 19:51:00 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=023' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_MEDIATOR.F90 > module_MEDIATOR.tmp.f90 +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -IENS_Cpl -I. -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/../stochastic_physics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -c module_MEDIATOR.tmp.f90 mv -v module_MEDIATOR.tmp.o module_MEDIATOR.o ‘module_MEDIATOR.tmp.o’ -> ‘module_MEDIATOR.o’ -mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Mon Dec 30 18:10:21 UTC 2019 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2019' -D'CMP_JD=364' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_MEDIATOR_SpaceWeather.F90 > module_MEDIATOR_SpaceWeather.tmp.f90 -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -IENS_Cpl -I. -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3 -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/io -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/cpl -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ipd -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/../stochastic_physics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -c module_MEDIATOR_SpaceWeather.tmp.f90 +mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Thu Jan 23 19:51:00 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=023' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_MEDIATOR_SpaceWeather.F90 > module_MEDIATOR_SpaceWeather.tmp.f90 +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -IENS_Cpl -I. -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/../stochastic_physics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -c module_MEDIATOR_SpaceWeather.tmp.f90 mv -v module_MEDIATOR_SpaceWeather.tmp.o module_MEDIATOR_SpaceWeather.o ‘module_MEDIATOR_SpaceWeather.tmp.o’ -> ‘module_MEDIATOR_SpaceWeather.o’ -mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Mon Dec 30 18:10:21 UTC 2019 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2019' -D'CMP_JD=364' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_EARTH_INTERNAL_STATE.F90 > module_EARTH_INTERNAL_STATE.tmp.f90 -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -IENS_Cpl -I. -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3 -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/io -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/cpl -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ipd -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/../stochastic_physics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -c module_EARTH_INTERNAL_STATE.tmp.f90 +mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Thu Jan 23 19:51:00 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=023' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_EARTH_INTERNAL_STATE.F90 > module_EARTH_INTERNAL_STATE.tmp.f90 +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -IENS_Cpl -I. -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/../stochastic_physics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -c module_EARTH_INTERNAL_STATE.tmp.f90 mv -v module_EARTH_INTERNAL_STATE.tmp.o module_EARTH_INTERNAL_STATE.o ‘module_EARTH_INTERNAL_STATE.tmp.o’ -> ‘module_EARTH_INTERNAL_STATE.o’ -mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Mon Dec 30 18:10:21 UTC 2019 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2019' -D'CMP_JD=364' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_EARTH_GRID_COMP.F90 > module_EARTH_GRID_COMP.tmp.f90 -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -IENS_Cpl -I. -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3 -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/io -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/cpl -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ipd -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/../stochastic_physics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -c module_EARTH_GRID_COMP.tmp.f90 +mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Thu Jan 23 19:51:00 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=023' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_EARTH_GRID_COMP.F90 > module_EARTH_GRID_COMP.tmp.f90 +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -IENS_Cpl -I. -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/../stochastic_physics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -c module_EARTH_GRID_COMP.tmp.f90 mv -v module_EARTH_GRID_COMP.tmp.o module_EARTH_GRID_COMP.o ‘module_EARTH_GRID_COMP.tmp.o’ -> ‘module_EARTH_GRID_COMP.o’ -mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Mon Dec 30 18:10:21 UTC 2019 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2019' -D'CMP_JD=364' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_NEMS_INTERNAL_STATE.F90 > module_NEMS_INTERNAL_STATE.tmp.f90 -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -IENS_Cpl -I. -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3 -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/io -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/cpl -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ipd -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/../stochastic_physics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_INTERNAL_STATE.tmp.f90 +mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Thu Jan 23 19:51:00 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=023' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_NEMS_INTERNAL_STATE.F90 > module_NEMS_INTERNAL_STATE.tmp.f90 +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -IENS_Cpl -I. -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/../stochastic_physics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_INTERNAL_STATE.tmp.f90 mv -v module_NEMS_INTERNAL_STATE.tmp.o module_NEMS_INTERNAL_STATE.o ‘module_NEMS_INTERNAL_STATE.tmp.o’ -> ‘module_NEMS_INTERNAL_STATE.o’ -mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Mon Dec 30 18:10:21 UTC 2019 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2019' -D'CMP_JD=364' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_NEMS_GRID_COMP.F90 > module_NEMS_GRID_COMP.tmp.f90 -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -IENS_Cpl -I. -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3 -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/io -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/cpl -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ipd -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/../stochastic_physics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_GRID_COMP.tmp.f90 +mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Thu Jan 23 19:51:00 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=023' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_NEMS_GRID_COMP.F90 > module_NEMS_GRID_COMP.tmp.f90 +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -IENS_Cpl -I. -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/../stochastic_physics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_GRID_COMP.tmp.f90 mv -v module_NEMS_GRID_COMP.tmp.o module_NEMS_GRID_COMP.o ‘module_NEMS_GRID_COMP.tmp.o’ -> ‘module_NEMS_GRID_COMP.o’ -mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Mon Dec 30 18:10:21 UTC 2019 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2019' -D'CMP_JD=364' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_NEMS_Rusage.F90 > module_NEMS_Rusage.tmp.f90 -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -IENS_Cpl -I. -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3 -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/io -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/cpl -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ipd -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/../stochastic_physics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_Rusage.tmp.f90 +mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Thu Jan 23 19:51:00 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=023' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_NEMS_Rusage.F90 > module_NEMS_Rusage.tmp.f90 +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -IENS_Cpl -I. -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/../stochastic_physics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_Rusage.tmp.f90 mv -v module_NEMS_Rusage.tmp.o module_NEMS_Rusage.o ‘module_NEMS_Rusage.tmp.o’ -> ‘module_NEMS_Rusage.o’ mpiicc -c nems_c_rusage.c -mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Mon Dec 30 18:10:21 UTC 2019 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2019' -D'CMP_JD=364' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" MAIN_NEMS.F90 > MAIN_NEMS.tmp.f90 -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -IENS_Cpl -I. -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3 -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/io -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/cpl -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ipd -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/../stochastic_physics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -c MAIN_NEMS.tmp.f90 +mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Thu Jan 23 19:51:00 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=023' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" MAIN_NEMS.F90 > MAIN_NEMS.tmp.f90 +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -IENS_Cpl -I. -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/../stochastic_physics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -c MAIN_NEMS.tmp.f90 mv -v MAIN_NEMS.tmp.o MAIN_NEMS.o ‘MAIN_NEMS.tmp.o’ -> ‘MAIN_NEMS.o’ echo libgocart is libgocart is echo extlibs is /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libncep_post_v8.0.1_4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libnemsio_v2.2.4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2_v3.1.1_4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2tmpl_v1.6.0.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libbacio_v2.0.3_4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_d.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_d.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_d.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libcrtm_v2.2.6.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libpng_v1.2.44.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/lib/libjasper_v1.900.1.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libz_v1.2.11.a -L/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/lib -Wl,-rpath,/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/lib -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf -qopenmp -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf extlibs is /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libncep_post_v8.0.1_4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libnemsio_v2.2.4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2_v3.1.1_4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2tmpl_v1.6.0.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libbacio_v2.0.3_4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_d.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_d.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_d.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libcrtm_v2.2.6.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libpng_v1.2.44.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/lib/libjasper_v1.900.1.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libz_v1.2.11.a -L/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/lib -Wl,-rpath,/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/lib -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf -qopenmp -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -mpiifort -o /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/exe/NEMS.x MAIN_NEMS.o module_NEMS_UTILS.o module_MEDIATOR_methods.o module_MEDIATOR.o module_MEDIATOR_SpaceWeather.o module_EARTH_INTERNAL_STATE.o module_EARTH_GRID_COMP.o module_NEMS_INTERNAL_STATE.o module_NEMS_GRID_COMP.o module_NEMS_Rusage.o nems_c_rusage.o /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL/libfv3cap.a /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL/libfv3core.a /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL/libfv3io.a /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL/libipd.a /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL/libgfsphys.a /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL/libfv3cpl.a /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL/libstochastic_physics.a /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL/libfms.a ENS_Cpl/ENS_Cpl.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libncep_post_v8.0.1_4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libnemsio_v2.2.4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2_v3.1.1_4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2tmpl_v1.6.0.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libbacio_v2.0.3_4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_d.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_d.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_d.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libcrtm_v2.2.6.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libpng_v1.2.44.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/lib/libjasper_v1.900.1.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libz_v1.2.11.a -L/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/lib -Wl,-rpath,/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/lib -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf -qopenmp -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf +mpiifort -o /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/exe/NEMS.x MAIN_NEMS.o module_NEMS_UTILS.o module_MEDIATOR_methods.o module_MEDIATOR.o module_MEDIATOR_SpaceWeather.o module_EARTH_INTERNAL_STATE.o module_EARTH_GRID_COMP.o module_NEMS_INTERNAL_STATE.o module_NEMS_GRID_COMP.o module_NEMS_Rusage.o nems_c_rusage.o /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/libfv3cap.a /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/libfv3core.a /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/libfv3io.a /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/libipd.a /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/libgfsphys.a /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/libfv3cpl.a /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/libstochastic_physics.a /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL/libfms.a ENS_Cpl/ENS_Cpl.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libncep_post_v8.0.1_4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libnemsio_v2.2.4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2_v3.1.1_4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2tmpl_v1.6.0.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libbacio_v2.0.3_4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_d.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_d.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_d.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libcrtm_v2.2.6.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libpng_v1.2.44.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/lib/libjasper_v1.900.1.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libz_v1.2.11.a -L/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/lib -Wl,-rpath,/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/lib -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf -qopenmp -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/lib/libjasper_v1.900.1.a(jas_stream.o): In function `jas_stream_tmpfile': jas_stream.c:(.text+0x7a7): warning: the use of `tmpnam' is dangerous, better use `mkstemp' -/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/exe/NEMS.x is created. -gmake[1]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src' -set -xe ; cp "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/exe/NEMS.x" "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/fv3.exe" -+ cp /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/exe/NEMS.x /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/fv3.exe +/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/exe/NEMS.x is created. +gmake[1]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src' +set -xe ; cp "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/exe/NEMS.x" "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/tests/fv3.exe" ++ cp /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/exe/NEMS.x /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/tests/fv3.exe + '[' YES = YES ']' + gmake -j 8 -k COMPONENTS=FMS,FV3 TEST_BUILD_NAME=fv3 BUILD_ENV=hera.intel FV3_MAKEOPT=32BIT=Y NEMS_BUILDOPT= clean Will copy modules.nems and NEMS.x as fv3 under tests/ NOTE: Skipping appbuilder.mk creation; no appbuilder file in use. -echo 'FMS FV3' > "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/components.mk" +echo 'FMS FV3' > "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/components.mk" Adding FV3 makeopts to FMS makeopts -cat /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/fv3gfs/makefile | sed 's,^include,#include,g' \ - > /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/fv3gfs/makefile.temp.clean -cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/fv3gfs ; \ +cat /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs/makefile | sed 's,^include,#include,g' \ + > /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs/makefile.temp.clean +cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs ; \ exec gmake 32BIT=Y -f makefile.temp.clean clean -gmake[1]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/fv3gfs' +gmake[1]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs' Cleaning fms ... cd .. ; \ ls -1 */*.a */*.o */*.mod */depend \ | grep -vE 'INSTALL|\.git' | xargs rm -f || true ; \ rm -rf FMS_INSTALL || true -gmake[1]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/fv3gfs' -cat /dev/null > /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/conf/configure.fv3 -cat /dev/null > /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/conf/modules.fv3 -cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3 ; exec gmake \ +gmake[1]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs' +cat /dev/null > /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/conf/configure.fv3 +cat /dev/null > /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/conf/modules.fv3 +cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 ; exec gmake \ -k cleanall FMS_DIR=/dev/null -gmake[1]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3' +gmake[1]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3' Cleaning ... (cd gfsphysics && make clean) Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics' +make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics' make[2]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. Cleaning gfsphysics ... rm -f -f libgfsphys.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend */*.tmp.f90 -make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics' +make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics' (cd ccpp/driver && make clean) Build CCPP layer ... -make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/driver' +make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ccpp/driver' makefile:67: depend: No such file or directory make[2]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. Building dependencies ... -make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/driver' +make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ccpp/driver' Build CCPP layer ... -make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/driver' +make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ccpp/driver' Cleaning CCPP_layer ... rm -f -f libccppdriver.a *__genmod.f90 *.tmp.f90 *.o */*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/driver' +make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ccpp/driver' (cd ipd && make clean) Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ipd' +make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd' make[2]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. Cleaning ipd ... rm -f -f libipd.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ipd' +make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd' (cd ../stochastic_physics && make clean) Build standalone FV3 stochastic_physics ... -make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/stochastic_physics' +make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/stochastic_physics' make[2]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. Cleaning stochastic_physics ... rm -f -f libstochastic_physics.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/stochastic_physics' +make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/stochastic_physics' (cd io && make clean) Build standalone FV3 io ... $ESMF_INC is [] -make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/io' +make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io' make[2]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. Cleaning io ... rm -f -f libfv3io.a *__genmod.f90 *.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/io' +make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io' (cd atmos_cubed_sphere && make clean) Build standalone FV3 fv3core ... -make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/atmos_cubed_sphere' +make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere' make[2]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. Cleaning fv3core ... rm -f -f libfv3core.a *__genmod.f90 */*.o */*/*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/atmos_cubed_sphere' +make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere' (cd cpl && make clean) Build standalone FV3 io ... -make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/cpl' +make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl' make[2]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. Cleaning io ... rm -f -f libfv3cpl.a *.o *.mod *.lst *.i90 depend -make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/cpl' +make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl' rm -f -f fv3.exe libfv3cap.a *.o *.mod *.i90 *.lst depend rm -f -rf nems_dir fv3.mk FV3_INSTALL rm -f -f conf/modules.fv3 rm -f -f conf/configure.fv3 -gmake[1]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3' -rm -rf nems_dir FV3_INSTALL /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/conf/configure.fv3 \ - /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/conf/modules.fv3 -if ! test -f /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; then \ - cat /dev/null > /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; \ +gmake[1]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3' +rm -rf nems_dir FV3_INSTALL /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/conf/configure.fv3 \ + /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/conf/modules.fv3 +if ! test -f /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; then \ + cat /dev/null > /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; \ delete_nuopc=yes ; \ fi ; \ -cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src ; gmake "COMPONENTS=FMS FV3" \ +cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src ; gmake "COMPONENTS=FMS FV3" \ INCLUDES_ARE_OPTIONAL=YES clean ; \ if [ "$delete_nuopc" = yes ] ; then \ - rm -f /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; \ + rm -f /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; \ fi Components in linker order: FV3 FMS -FV3: include /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk -gmake[1]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src' -GNUmakefile:70: /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk: component FV3 makefile fragment is missing -FMS: include /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL/fms.mk -GNUmakefile:70: /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL/fms.mk: component FMS makefile fragment is missing +FV3: include /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk +gmake[1]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src' +GNUmakefile:70: /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk: component FV3 makefile fragment is missing +FMS: include /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL/fms.mk +GNUmakefile:70: /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL/fms.mk: component FMS makefile fragment is missing rm -f -f *.tmp.f90 *.lst *.o *.mod lm map cd ENS_Cpl ; gmake clean -gmake[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/ENS_Cpl' +gmake[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/ENS_Cpl' rm -f -f ENS_Cpl.a *.f90 *.o *.mod *.lst lm map depend -gmake[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/ENS_Cpl' -gmake[1]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src' -+ elapsed=564 -+ echo 'Elapsed time 564 seconds. Compiling 32BIT=Y finished' -Elapsed time 564 seconds. Compiling 32BIT=Y finished -+ mkdir -p /scratch1/NCEPDEV/stmp2/Dusan.Jovic/scrub/rtgen.302700/exec /scratch1/NCEPDEV/stmp2/Dusan.Jovic/scrub/rtgen.302700/include -+ cp -fp ./fv3.exe /scratch1/NCEPDEV/stmp2/Dusan.Jovic/scrub/rtgen.302700/exec/fv3_32bit.exe -+ cp -fp ./modules.fv3 /scratch1/NCEPDEV/stmp2/Dusan.Jovic/scrub/rtgen.302700/include/modules.fv3_32bit +gmake[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/ENS_Cpl' +gmake[1]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src' ++ elapsed=575 ++ echo 'Elapsed time 575 seconds. Compiling 32BIT=Y finished' +Elapsed time 575 seconds. Compiling 32BIT=Y finished ++ mkdir -p /scratch1/NCEPDEV/stmp2/Dusan.Jovic/scrub/rtgen.374974/exec /scratch1/NCEPDEV/stmp2/Dusan.Jovic/scrub/rtgen.374974/include ++ cp -fp ./fv3.exe /scratch1/NCEPDEV/stmp2/Dusan.Jovic/scrub/rtgen.374974/exec/fv3_32bit.exe ++ cp -fp ./modules.fv3 /scratch1/NCEPDEV/stmp2/Dusan.Jovic/scrub/rtgen.374974/include/modules.fv3_32bit + md5sum ./fv3.exe + unset modules + unset BUILD_NR @@ -1426,10 +1425,10 @@ Elapsed time 564 seconds. Compiling 32BIT=Y finished + unset md5 + set -xe + set -xe -+ test -s /scratch1/NCEPDEV/stmp2/Dusan.Jovic/scrub/rtgen.302700/exec/fv3_32bit.exe -+ test -x /scratch1/NCEPDEV/stmp2/Dusan.Jovic/scrub/rtgen.302700/exec/fv3_32bit.exe ++ test -s /scratch1/NCEPDEV/stmp2/Dusan.Jovic/scrub/rtgen.374974/exec/fv3_32bit.exe ++ test -x /scratch1/NCEPDEV/stmp2/Dusan.Jovic/scrub/rtgen.374974/exec/fv3_32bit.exe _______________________________________________________________ -Start Epilog v19.07.23 on node h6c16 for job 2119079 :: Mon Dec 30 18:10:56 UTC 2019 -Job 2119079 (not serial) finished for user Dusan.Jovic in partition hera with exit code 0:0 +Start Epilog v19.07.23 on node h19c04 for job 2942321 :: Thu Jan 23 19:51:38 UTC 2020 +Job 2942321 (not serial) finished for user Dusan.Jovic in partition hera with exit code 0:0 _______________________________________________________________ -End Epilogue v19.07.23 Mon Dec 30 18:10:56 UTC 2019 +End Epilogue v19.07.23 Thu Jan 23 19:51:38 UTC 2020 diff --git a/log/report-hera.intel-log/build_fv3_32bit_debug.exe.log b/log/report-hera.intel-log/build_fv3_32bit_debug.exe.log index 8a5774e148..050cf65895 100644 --- a/log/report-hera.intel-log/build_fv3_32bit_debug.exe.log +++ b/log/report-hera.intel-log/build_fv3_32bit_debug.exe.log @@ -1,25 +1,24 @@ + [[ fv3_32bit_debug.exe == fv3.exe ]] -+ [[ fv3_32bit_debug.exe == fv3_ccpp_control.exe ]] + [[ fv3_32bit_debug.exe == fv3_32bit.exe ]] + [[ fv3_32bit_debug.exe == fv3_32bit_debug.exe ]] -+ rm -f /scratch1/NCEPDEV/stmp2/Dusan.Jovic/scrub/rtgen.302700/exec/fv3_32bit_debug.exe -+ modules=/scratch1/NCEPDEV/stmp2/Dusan.Jovic/scrub/rtgen.302700/include/modules.fv3_32bit_debug ++ rm -f /scratch1/NCEPDEV/stmp2/Dusan.Jovic/scrub/rtgen.374974/exec/fv3_32bit_debug.exe ++ modules=/scratch1/NCEPDEV/stmp2/Dusan.Jovic/scrub/rtgen.374974/include/modules.fv3_32bit_debug + BUILD_NR= -+ fv3=/scratch1/NCEPDEV/stmp2/Dusan.Jovic/scrub/rtgen.302700/exec/fv3_32bit_debug.exe ++ fv3=/scratch1/NCEPDEV/stmp2/Dusan.Jovic/scrub/rtgen.374974/exec/fv3_32bit_debug.exe + MAKE_OPTS=''\''32BIT=Y DEBUG=Y'\''' -+ md5=/scratch1/NCEPDEV/stmp2/Dusan.Jovic/scrub/rtgen.302700/exec/fv3_32bit_debug.exe.md5 -+ cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/ -+ rm -f /scratch1/NCEPDEV/stmp2/Dusan.Jovic/scrub/rtgen.302700/exec/fv3_32bit_debug.exe /scratch1/NCEPDEV/stmp2/Dusan.Jovic/scrub/rtgen.302700/include/modules.fv3_32bit_debug ++ md5=/scratch1/NCEPDEV/stmp2/Dusan.Jovic/scrub/rtgen.374974/exec/fv3_32bit_debug.exe.md5 ++ cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/tests/ ++ rm -f /scratch1/NCEPDEV/stmp2/Dusan.Jovic/scrub/rtgen.374974/exec/fv3_32bit_debug.exe /scratch1/NCEPDEV/stmp2/Dusan.Jovic/scrub/rtgen.374974/include/modules.fv3_32bit_debug + which aprun which: no aprun in (/scratch1/NCEPDEV/nems/emc.nemspara/soft/emc-utils/1.1.0/bin:/apps/hpss:/apps/rocoto/1.3.1/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/opt/ibutils/bin:/apps/local/bin:/apps/local/sbin:/apps/slurm/default/tools:/apps/slurm/default/bin:/apps/slurm/default/sbin:/apps/slurm/tools/sbank/bin:/home/Dusan.Jovic/bin:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/dbrowse) + [[ hera.intel == hera* ]] + echo 'DON'\''T SUBSTITUTE _ for . on hera.intel' DON'T SUBSTITUTE _ for . on hera.intel -+ ./compile.sh /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3 hera.intel '32BIT=Y DEBUG=Y' ++ ./compile.sh /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 hera.intel '32BIT=Y DEBUG=Y' + SECONDS=0 + [[ 3 -lt 2 ]] -+ readonly PATHTR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3 -+ PATHTR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3 ++ readonly PATHTR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 ++ PATHTR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 + readonly BUILD_TARGET=hera.intel + BUILD_TARGET=hera.intel + readonly 'MAKE_OPT=32BIT=Y DEBUG=Y' @@ -31,7 +30,7 @@ DON'T SUBSTITUTE _ for . on hera.intel + readonly clean_after=YES + clean_after=YES + hostname -h6c33 +h18c36 + echo 'Compiling 32BIT=Y DEBUG=Y into fv3.exe on hera.intel' Compiling 32BIT=Y DEBUG=Y into fv3.exe on hera.intel + gnu_make=gmake @@ -46,7 +45,7 @@ Using $MAKE_THREADS=8 threads to build FV3 and FMS. + echo Consider reducing '$MAKE_THREADS' if you hit memory or process limits. Consider reducing $MAKE_THREADS if you hit memory or process limits. + gnu_make='gmake -j 8' -+ cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/../NEMS ++ cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/../NEMS + COMPONENTS=FMS,FV3 + [[ 32BIT=Y DEBUG=Y == *\C\C\P\P\=\Y* ]] + [[ 32BIT=Y DEBUG=Y == *\W\W\3\=\Y* ]] @@ -58,13 +57,13 @@ Consider reducing $MAKE_THREADS if you hit memory or process limits. + gmake -j 8 -k COMPONENTS=FMS,FV3 TEST_BUILD_NAME=fv3 BUILD_ENV=hera.intel 'FV3_MAKEOPT=32BIT=Y DEBUG=Y' NEMS_BUILDOPT=DEBUG=Y distclean Will copy modules.nems and NEMS.x as fv3 under tests/ NOTE: Skipping appbuilder.mk creation; no appbuilder file in use. -echo 'FMS FV3' > "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/components.mk" +echo 'FMS FV3' > "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/components.mk" Adding FV3 makeopts to FMS makeopts -cat /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/fv3gfs/makefile | sed 's,^include,#include,g' \ - > /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/fv3gfs/makefile.temp.clean -cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/fv3gfs ; \ +cat /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs/makefile | sed 's,^include,#include,g' \ + > /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs/makefile.temp.clean +cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs ; \ exec gmake 32BIT=Y DEBUG=Y -f makefile.temp.clean clean -gmake[1]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/fv3gfs' +gmake[1]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs' Cleaning fms ... cd .. ; \ @@ -75,179 +74,179 @@ ls: cannot access */*.a: No such file or directory ls: cannot access */*.o: No such file or directory ls: cannot access */*.mod: No such file or directory ls: cannot access */depend: No such file or directory -gmake[1]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/fv3gfs' -rm -rf /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/fv3gfs/makefile.temp.clean -cat /dev/null > /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/conf/configure.fv3 -cat /dev/null > /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/conf/modules.fv3 -cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3 ; exec gmake \ +gmake[1]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs' +rm -rf /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs/makefile.temp.clean +cat /dev/null > /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/conf/configure.fv3 +cat /dev/null > /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/conf/modules.fv3 +cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 ; exec gmake \ -k cleanall FMS_DIR=/dev/null -gmake[1]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3' +gmake[1]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3' Cleaning ... (cd gfsphysics && make clean) Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics' +make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics' makefile:278: depend: No such file or directory make[2]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. Building dependencies ... -make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics' +make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics' Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics' +make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics' Cleaning gfsphysics ... rm -f -f libgfsphys.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend */*.tmp.f90 -make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics' +make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics' (cd ccpp/driver && make clean) Build CCPP layer ... -make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/driver' +make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ccpp/driver' makefile:67: depend: No such file or directory make[2]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. Building dependencies ... -make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/driver' +make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ccpp/driver' Build CCPP layer ... -make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/driver' +make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ccpp/driver' Cleaning CCPP_layer ... rm -f -f libccppdriver.a *__genmod.f90 *.tmp.f90 *.o */*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/driver' +make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ccpp/driver' (cd ipd && make clean) Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ipd' +make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd' makefile:54: depend: No such file or directory make[2]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. Building dependencies ... -make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ipd' +make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd' Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ipd' +make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd' Cleaning ipd ... rm -f -f libipd.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ipd' +make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd' (cd ../stochastic_physics && make clean) Build standalone FV3 stochastic_physics ... -make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/stochastic_physics' +make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/stochastic_physics' makefile:86: depend: No such file or directory make[2]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. Building dependencies ... -make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/stochastic_physics' +make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/stochastic_physics' Build standalone FV3 stochastic_physics ... -make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/stochastic_physics' +make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/stochastic_physics' Cleaning stochastic_physics ... rm -f -f libstochastic_physics.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/stochastic_physics' +make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/stochastic_physics' (cd io && make clean) Build standalone FV3 io ... $ESMF_INC is [] -make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/io' +make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io' make[2]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. Cleaning io ... rm -f -f libfv3io.a *__genmod.f90 *.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/io' +make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io' (cd atmos_cubed_sphere && make clean) Build standalone FV3 fv3core ... -make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/atmos_cubed_sphere' +make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere' make[2]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. Cleaning fv3core ... rm -f -f libfv3core.a *__genmod.f90 */*.o */*/*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/atmos_cubed_sphere' +make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere' (cd cpl && make clean) Build standalone FV3 io ... -make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/cpl' +make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl' make[2]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. Cleaning io ... rm -f -f libfv3cpl.a *.o *.mod *.lst *.i90 depend -make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/cpl' +make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl' rm -f -f fv3.exe libfv3cap.a *.o *.mod *.i90 *.lst depend rm -f -rf nems_dir fv3.mk FV3_INSTALL rm -f -f conf/modules.fv3 rm -f -f conf/configure.fv3 -gmake[1]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3' -rm -rf nems_dir FV3_INSTALL /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/conf/configure.fv3 \ - /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/conf/modules.fv3 -rm -rf /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk -if ! test -f /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; then \ - cat /dev/null > /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; \ +gmake[1]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3' +rm -rf nems_dir FV3_INSTALL /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/conf/configure.fv3 \ + /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/conf/modules.fv3 +rm -rf /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk +if ! test -f /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; then \ + cat /dev/null > /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; \ delete_nuopc=yes ; \ fi ; \ -cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src ; gmake "COMPONENTS=FMS FV3" \ +cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src ; gmake "COMPONENTS=FMS FV3" \ INCLUDES_ARE_OPTIONAL=YES clean ; \ if [ "$delete_nuopc" = yes ] ; then \ - rm -f /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; \ + rm -f /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; \ fi Components in linker order: FV3 FMS -FV3: include /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk -gmake[1]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src' -GNUmakefile:70: /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk: component FV3 makefile fragment is missing -FMS: include /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL/fms.mk -GNUmakefile:70: /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL/fms.mk: component FMS makefile fragment is missing +FV3: include /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk +gmake[1]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src' +GNUmakefile:70: /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk: component FV3 makefile fragment is missing +FMS: include /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL/fms.mk +GNUmakefile:70: /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL/fms.mk: component FMS makefile fragment is missing rm -f -f *.tmp.f90 *.lst *.o *.mod lm map cd ENS_Cpl ; gmake clean -gmake[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/ENS_Cpl' +gmake[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/ENS_Cpl' rm -f -f ENS_Cpl.a *.f90 *.o *.mod *.lst lm map depend -gmake[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/ENS_Cpl' -gmake[1]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src' -rm -f /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/exe/NEMS.x /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC -rm -f /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/configure.nems /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/externals.nems /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/modules.nems /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/ESMFVersionDefine.h /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/modules.nems.sh /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/modules.nems.csh /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/test-results.mk -rm -f /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/components.mk -rm -f /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/test_results.mk +gmake[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/ENS_Cpl' +gmake[1]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src' +rm -f /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/exe/NEMS.x /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC +rm -f /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/externals.nems /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/modules.nems /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/ESMFVersionDefine.h /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/modules.nems.sh /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/modules.nems.csh /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/test-results.mk +rm -f /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/components.mk +rm -f /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/test_results.mk + gmake -j 8 -k COMPONENTS=FMS,FV3 TEST_BUILD_NAME=fv3 BUILD_ENV=hera.intel 'FV3_MAKEOPT=32BIT=Y DEBUG=Y' NEMS_BUILDOPT=DEBUG=Y build Will copy modules.nems and NEMS.x as fv3 under tests/ NOTE: Skipping appbuilder.mk creation; no appbuilder file in use. -echo 'FMS FV3' > "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/components.mk" +echo 'FMS FV3' > "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/components.mk" Adding FV3 makeopts to FMS makeopts -cp /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel/fv3 /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/modules.nems -set -xe ; cp "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/modules.nems" "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/modules.fv3" -+ cp /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/modules.nems /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/modules.fv3 -cp /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/conf/configure.fv3.hera.intel /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/configure.nems -cat /dev/null > /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/externals.nems -cp /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/ESMFVersionDefine_ESMF_NUOPC.h /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/ESMFVersionDefine.h -( echo '. /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc' ; \ -echo 'module use /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf' ; \ -echo 'module load modules.nems' ) > "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/modules.nems.sh" -( echo 'source /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/module-setup.csh.inc' ; \ -echo 'module use /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf' ; \ -echo 'module load modules.nems' ) > "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/modules.nems.csh" -/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/incmake/configure_rules.mk:3: /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/test-results.mk: No such file or directory -gmake -f /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/incmake/tests.mk \ - MODULE_LOGIC=" . /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack" \ - TARGET="/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/test-results.mk" TEST -gmake[1]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS' +cp /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/hera.intel/fv3 /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/modules.nems +set -xe ; cp "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/modules.nems" "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/tests/modules.fv3" ++ cp /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/modules.nems /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/tests/modules.fv3 +cp /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/conf/configure.fv3.hera.intel /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems +cat /dev/null > /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/externals.nems +cp /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/ESMFVersionDefine_ESMF_NUOPC.h /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/ESMFVersionDefine.h +( echo '. /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc' ; \ +echo 'module use /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf' ; \ +echo 'module load modules.nems' ) > "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/modules.nems.sh" +( echo 'source /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/module-setup.csh.inc' ; \ +echo 'module use /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf' ; \ +echo 'module load modules.nems' ) > "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/modules.nems.csh" +/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/incmake/configure_rules.mk:3: /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/test-results.mk: No such file or directory +gmake -f /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/incmake/tests.mk \ + MODULE_LOGIC=" . /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack" \ + TARGET="/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/test-results.mk" TEST +gmake[1]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS' if [ -f "/modules.nems" ] ; then \ - . /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=unlimited ; ulimit -S -s 200000 ; module use /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s ; \ + . /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=unlimited ; ulimit -S -s 200000 ; module use /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s ; \ fi ; \ ( \ echo "# Do not edit this file. It is automatically generated from tests.mk." ; \ echo "CASELESS_FILESYSTEM=NO" ; \ if [ "Q$ESMFMKFILE" != Q ] ; then egrep 'VERSION|^ESMF_[A-Z]*DIR' < "$ESMFMKFILE" ; fi ; \ -) > "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/test-results.mk" -gmake[1]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS' -. /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/fv3gfs ; \ +) > "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/test-results.mk" +gmake[1]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS' +. /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs ; \ exec gmake 32BIT=Y DEBUG=Y all Currently Loaded Modules: @@ -260,10 +259,10 @@ Currently Loaded Modules: -gmake[1]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/fv3gfs' +gmake[1]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs' Building dependencies ... -gmake[1]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/fv3gfs' -gmake[1]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/fv3gfs' +gmake[1]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs' +gmake[1]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs' mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_parameter.F90 -o ../mpp/mpp_parameter.o mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../include -I../mpp/include -I../fms -c ../platform/platform.F90 -o ../platform/platform.o mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../include -I../mpp/include -I../fms -c ../drifters/cloud_interpolator.F90 -o ../drifters/cloud_interpolator.o @@ -288,11 +287,11 @@ Using pure routines. Using allocatable derived type array members. Using cray pointers. mpiicc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O0 -g -ftrapuv -traceback -qopenmp -c ../affinity/affinity.c -o ../affinity/affinity.o +mpiicc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O0 -g -ftrapuv -traceback -qopenmp -c ../memutils/memuse.c -o ../memutils/memuse.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiicc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O0 -g -ftrapuv -traceback -qopenmp -c ../memutils/memuse.c -o ../memutils/memuse.o mpiicc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O0 -g -ftrapuv -traceback -qopenmp -c ../mosaic/create_xgrid.c -o ../mosaic/create_xgrid.o Using 8-byte addressing Using pure routines. @@ -377,25 +376,25 @@ mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../include -I../mpp/include -I../fms -c ../axis_utils/axis_utils.F90 -o ../axis_utils/axis_utils.o mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_grid.F90 -o ../diag_manager/diag_grid.o mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../include -I../mpp/include -I../fms -c ../field_manager/field_manager.F90 -o ../field_manager/field_manager.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../include -I../mpp/include -I../fms -c ../coupler/ensemble_manager.F90 -o ../coupler/ensemble_manager.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../include -I../mpp/include -I../fms -c ../coupler/ensemble_manager.F90 -o ../coupler/ensemble_manager.o mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../include -I../mpp/include -I../fms -c ../mosaic/mosaic.F90 -o ../mosaic/mosaic.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../include -I../mpp/include -I../fms -c ../fft/fft.F90 -o ../fft/fft.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../include -I../mpp/include -I../fms -c ../monin_obukhov/monin_obukhov.F90 -o ../monin_obukhov/monin_obukhov.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../include -I../mpp/include -I../fms -c ../fft/fft.F90 -o ../fft/fft.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../include -I../mpp/include -I../fms -c ../monin_obukhov/monin_obukhov.F90 -o ../monin_obukhov/monin_obukhov.o mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../include -I../mpp/include -I../fms -c ../random_numbers/random_numbers.F90 -o ../random_numbers/random_numbers.o mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../include -I../mpp/include -I../fms -c ../sat_vapor_pres/sat_vapor_pres.F90 -o ../sat_vapor_pres/sat_vapor_pres.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../include -I../mpp/include -I../fms -c ../topography/gaussian_topog.F90 -o ../topography/gaussian_topog.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../include -I../mpp/include -I../fms -c ../topography/gaussian_topog.F90 -o ../topography/gaussian_topog.o mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../include -I../mpp/include -I../fms -c ../oda_tools/oda_types.F90 -o ../oda_tools/oda_types.o mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../include -I../mpp/include -I../fms -c ../time_manager/get_cal_time.F90 -o ../time_manager/get_cal_time.o mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../include -I../mpp/include -I../fms -c ../time_interp/time_interp.F90 -o ../time_interp/time_interp.o @@ -403,6 +402,7 @@ mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../include -I../mpp/include -I../fms -c ../astronomy/astronomy.F90 -o ../astronomy/astronomy.o mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../include -I../mpp/include -I../fms -c ../column_diagnostics/column_diagnostics.F90 -o ../column_diagnostics/column_diagnostics.o mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_data.F90 -o ../diag_manager/diag_data.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../include -I../mpp/include -I../fms -c ../field_manager/fm_util.F90 -o ../field_manager/fm_util.o mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_integral/diag_integral.F90 -o ../diag_integral/diag_integral.o mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../include -I../mpp/include -I../fms -c ../mosaic/grid.F90 -o ../mosaic/grid.o mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../include -I../mpp/include -I../fms -c ../oda_tools/write_ocean_data.F90 -o ../oda_tools/write_ocean_data.o @@ -412,18 +412,17 @@ Using pure routines. Using allocatable derived type array members. Using cray pointers. mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../include -I../mpp/include -I../fms -c ../oda_tools/xbt_drop_rate_adjust.f90 -o ../oda_tools/xbt_drop_rate_adjust.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../include -I../mpp/include -I../fms -c ../amip_interp/amip_interp.F90 -o ../amip_interp/amip_interp.o mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_manifest.F90 -o ../diag_manager/diag_manifest.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_axis.F90 -o ../diag_manager/diag_axis.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_axis.F90 -o ../diag_manager/diag_axis.o mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../include -I../mpp/include -I../fms -c ../time_interp/time_interp_external.F90 -o ../time_interp/time_interp_external.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../include -I../mpp/include -I../fms -c ../field_manager/fm_util.F90 -o ../field_manager/fm_util.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../include -I../mpp/include -I../fms -c ../topography/topography.F90 -o ../topography/topography.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../include -I../mpp/include -I../fms -c ../amip_interp/amip_interp.F90 -o ../amip_interp/amip_interp.o mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../include -I../mpp/include -I../fms -c ../oda_tools/oda_core.F90 -o ../oda_tools/oda_core.o mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../include -I../mpp/include -I../fms -c ../oda_tools/oda_core_ecda.F90 -o ../oda_tools/oda_core_ecda.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../include -I../mpp/include -I../fms -c ../topography/topography.F90 -o ../topography/topography.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. @@ -554,18 +553,18 @@ a - ../mosaic/mosaic_util.o a - ../mosaic/read_mosaic.o a - ../mpp/nsclock.o a - ../mpp/threadloc.o -mkdir -p "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL" -mv fms.mk "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL/." -cp -fp *.a *.mod ../include/*.h "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL"/. -gmake[1]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/fv3gfs' -test -d /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -Compiling 32BIT=Y DEBUG=Y into /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL on hera -cp -fp /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/configure.nems \ - "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3"/conf/configure.fv3 -cp -fp /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/modules.nems \ - "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3"/conf/modules.fv3 -. /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3 ; \ - exec gmake COMP=FV3 COMP_SRCDIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3 COMP_BINDIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL MACHINE_ID=hera FMS_DIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL 32BIT=Y DEBUG=Y nemsinstall +mkdir -p "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL" +mv fms.mk "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL/." +cp -fp *.a *.mod ../include/*.h "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL"/. +gmake[1]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs' +test -d /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL +Compiling 32BIT=Y DEBUG=Y into /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL on hera +cp -fp /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems \ + "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3"/conf/configure.fv3 +cp -fp /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/modules.nems \ + "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3"/conf/modules.fv3 +. /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 ; \ + exec gmake COMP=FV3 COMP_SRCDIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 COMP_BINDIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL MACHINE_ID=hera FMS_DIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL 32BIT=Y DEBUG=Y nemsinstall Currently Loaded Modules: 1) contrib 7) ip/3.0.2 13) g2tmpl/1.6.0 19) esmf/8.0.0 @@ -577,195 +576,195 @@ Currently Loaded Modules: -gmake[1]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3' +gmake[1]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3' Building dependencies ... -gmake[1]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3' -gmake[1]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3' -gmake -C cpl FMS_DIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL +gmake[1]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3' +gmake[1]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3' +gmake -C cpl FMS_DIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL Build standalone FV3 io ... -gmake[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/cpl' +gmake[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl' Building dependencies ... -gmake[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/cpl' +gmake[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl' Build standalone FV3 io ... -gmake[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/cpl' +gmake[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl' mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -c module_cplfields.F90 mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -c module_cap_cpl.F90 ar rv libfv3cpl.a module_cplfields.o module_cap_cpl.o ar: creating libfv3cpl.a a - module_cplfields.o a - module_cap_cpl.o -gmake[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/cpl' -gmake -C gfsphysics FMS_DIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit +gmake[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl' +gmake -C gfsphysics FMS_DIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit Build standalone FV3 gfsphysics ... -gmake[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics' +gmake[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics' makefile:278: depend: No such file or directory Building dependencies ... -gmake[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics' +gmake[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics' Build standalone FV3 gfsphysics ... -gmake[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics' -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/machine.F -o physics/machine.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/co2hc.f -o physics/co2hc.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/efield.f -o physics/efield.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gocart_tracer_config_stub.f -o physics/gocart_tracer_config_stub.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2oc.f -o physics/h2oc.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2ohdc.f -o physics/h2ohdc.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ideaca.f -o physics/ideaca.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_composition.f -o physics/idea_composition.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/wam_f107_kp_mod.f90 -o physics/wam_f107_kp_mod.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/iounitdef.f -o physics/iounitdef.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mersenne_twister.f -o physics/mersenne_twister.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/namelist_soilveg.f -o physics/namelist_soilveg.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozne_def.f -o physics/ozne_def.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/iccn_def.f -o physics/iccn_def.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/aerclm_def.f -o physics/aerclm_def.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/physparam.f -o physics/physparam.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/progtm_module.f -o physics/progtm_module.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/surface_perturbation.F90 -o physics/surface_perturbation.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/GFDL_parse_tracers.F90 -o physics/GFDL_parse_tracers.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gfs_phy_tracer_config.F -o physics/gfs_phy_tracer_config.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rayleigh_damp.f -o physics/rayleigh_damp.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rayleigh_damp_mesopause.f -o physics/rayleigh_damp_mesopause.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/set_soilveg.f -o physics/set_soilveg.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_wrf_utl.f90 -o physics/module_wrf_utl.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/noahmp_tables.f90 -o physics/noahmp_tables.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/tridi2t3.f -o physics/tridi2t3.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozinterp.f90 -o physics/ozinterp.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/iccninterp.f90 -o physics/iccninterp.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/aerinterp.f90 -o physics/aerinterp.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/num_parthds.F -o physics/num_parthds.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfcsub.F -o physics/sfcsub.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_mp_radar.F90 -o physics/module_mp_radar.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/micro_mg_utils.F90 -o physics/micro_mg_utils.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cnvc90.f -o physics/cnvc90.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/date_def.f -o physics/date_def.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/physcons.F90 -o physics/physcons.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gwdc.f -o physics/gwdc.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gwdps.f -o physics/gwdps.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2o_def.f -o physics/h2o_def.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2ophys.f -o physics/h2ophys.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/progt2.f -o physics/progt2.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radlw_param.f -o physics/radlw_param.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radsw_param.f -o physics/radsw_param.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_astronomy.f -o physics/radiation_astronomy.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_surface.f -o physics/radiation_surface.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/samfaerosols.f -o physics/samfaerosols.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_cice.f -o physics/sfc_cice.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_diff.f -o physics/sfc_diff.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_sf_noahmp_glacier.f90 -o physics/module_sf_noahmp_glacier.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_sf_noahmplsm.f90 -o physics/module_sf_noahmplsm.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_nst_parameters.f90 -o physics/module_nst_parameters.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sflx.f -o physics/sflx.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv.f -o physics/shalcv.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv_1lyr.f -o physics/shalcv_1lyr.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv_fixdp.f -o physics/shalcv_fixdp.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv_opr.f -o physics/shalcv_opr.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/get_prs_fv3.f90 -o physics/get_prs_fv3.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2ointerp.f90 -o physics/h2ointerp.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/aer_cloud.F -o physics/aer_cloud.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gfdl_cloud_microphys.F90 -o physics/gfdl_cloud_microphys.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_mp_thompson_gfs.F90 -o physics/module_mp_thompson_gfs.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_mp_wsm6_fv3.F90 -o physics/module_mp_wsm6_fv3.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/dcyc2.f -o physics/dcyc2.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/dcyc2.pre.rad.f -o physics/dcyc2.pre.rad.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/tracer_const_h.f -o physics/tracer_const_h.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/funcphys.f90 -o physics/funcphys.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_initialize.F90 -o physics/cires_ugwp_initialize.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_co2.f -o physics/idea_co2.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_dissipation.f -o physics/idea_dissipation.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_h2o.f -o physics/idea_h2o.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_ion.f -o physics/idea_ion.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_o2_o3.f -o physics/idea_o2_o3.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_phys.f -o physics/idea_phys.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_solar_heating.f -o physics/idea_solar_heating.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_tracer.f -o physics/idea_tracer.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/lrgsclr.f -o physics/lrgsclr.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfpbl.f -o physics/mfpbl.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfpblt.f -o physics/mfpblt.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfpbltq.f -o physics/mfpbltq.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfscu.f -o physics/mfscu.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfscuq.f -o physics/mfscuq.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_bfmicrophysics.f -o physics/module_bfmicrophysics.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninedmf.f -o physics/moninedmf.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninedmf_hafs.f -o physics/moninedmf_hafs.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninp.f -o physics/moninp.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninp1.f -o physics/moninp1.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninq.f -o physics/moninq.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninq1.f -o physics/moninq1.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninshoc.f -o physics/moninshoc.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstadb.f -o physics/mstadb.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstadbtn.f -o physics/mstadbtn.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstadbtn2.f -o physics/mstadbtn2.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstcnv.f -o physics/mstcnv.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozphys.f -o physics/ozphys.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozphys_2015.f -o physics/ozphys_2015.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/precpd.f -o physics/precpd.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/precpd_shoc.f -o physics/precpd_shoc.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/precpdp.f -o physics/precpdp.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radlw_datatb.f -o physics/radlw_datatb.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rascnvv2.f -o physics/rascnvv2.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX-I -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_aerosols.f -o physics/radiation_aerosols.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radsw_datatb.f -o physics/radsw_datatb.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_gases.f -o physics/radiation_gases.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_clouds.f -o physics/radiation_clouds.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/samfdeepcnv.f -o physics/samfdeepcnv.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/samfshalcnv.f -o physics/samfshalcnv.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sascnv.f -o physics/sascnv.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sascnvn.f -o physics/sascnvn.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/satmedmfvdif.f -o physics/satmedmfvdif.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/satmedmfvdifq.f -o physics/satmedmfvdifq.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_diag.f -o physics/sfc_diag.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_drv.f -o physics/sfc_drv.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_noahmp_drv.f -o physics/sfc_noahmp_drv.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_nst_water_prop.f90 -o physics/module_nst_water_prop.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_ocean.f -o physics/sfc_ocean.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_sice.f -o physics/sfc_sice.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcnv.f -o physics/shalcnv.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/calpreciptype.f90 -o physics/calpreciptype.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gcm_shoc.f90 -o physics/gcm_shoc.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/wv_saturation.F -o physics/wv_saturation.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_utils.F90 -o physics/cires_ugwp_utils.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_triggers.F90 -o physics/cires_ugwp_triggers.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cs_conv.F90 -o physics/cs_conv.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/get_prs.f -o physics/get_prs.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gscond.f -o physics/gscond.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gscondp.f -o physics/gscondp.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_module.F90 -o physics/cires_ugwp_module.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_orowam2017.f -o physics/cires_orowam2017.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radlw_main.f -o physics/radlw_main.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_typedefs.F90 -o GFS_layer/GFS_typedefs.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radsw_main.f -o physics/radsw_main.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_nst_model.f90 -o physics/module_nst_model.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cldmacro.F -o physics/cldmacro.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cldwat2m_micro.F -o physics/cldwat2m_micro.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_solvers.F90 -o physics/cires_ugwp_solvers.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_vert_lsatdis.F90 -o physics/cires_vert_lsatdis.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_vert_orodis.F90 -o physics/cires_vert_orodis.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_vert_wmsdis.F90 -o physics/cires_vert_wmsdis.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/micro_mg2_0.F90 -o physics/micro_mg2_0.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/micro_mg3_0.F90 -o physics/micro_mg3_0.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ugwp_driver_v0.f -o physics/ugwp_driver_v0.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_nst.f -o physics/sfc_nst.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gcycle.F90 -o physics/gcycle.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/GFS_debug.F90 -o physics/GFS_debug.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -O0 -c GFS_layer/GFS_diagnostics.F90 -o GFS_layer/GFS_diagnostics.o -mpiicc -E -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML GFS_layer/GFS_radiation_driver.F90 > GFS_layer/GFS_radiation_driver.tmp.f90 -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_radiation_driver.tmp.f90 -o GFS_layer/GFS_radiation_driver.o +gmake[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics' +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/machine.F -o physics/machine.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/co2hc.f -o physics/co2hc.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/efield.f -o physics/efield.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gocart_tracer_config_stub.f -o physics/gocart_tracer_config_stub.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2oc.f -o physics/h2oc.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2ohdc.f -o physics/h2ohdc.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ideaca.f -o physics/ideaca.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_composition.f -o physics/idea_composition.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/wam_f107_kp_mod.f90 -o physics/wam_f107_kp_mod.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/iounitdef.f -o physics/iounitdef.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mersenne_twister.f -o physics/mersenne_twister.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/namelist_soilveg.f -o physics/namelist_soilveg.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozne_def.f -o physics/ozne_def.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/iccn_def.f -o physics/iccn_def.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/aerclm_def.f -o physics/aerclm_def.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/physparam.f -o physics/physparam.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/progtm_module.f -o physics/progtm_module.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/surface_perturbation.F90 -o physics/surface_perturbation.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/GFDL_parse_tracers.F90 -o physics/GFDL_parse_tracers.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gfs_phy_tracer_config.F -o physics/gfs_phy_tracer_config.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rayleigh_damp.f -o physics/rayleigh_damp.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rayleigh_damp_mesopause.f -o physics/rayleigh_damp_mesopause.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/set_soilveg.f -o physics/set_soilveg.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_wrf_utl.f90 -o physics/module_wrf_utl.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/noahmp_tables.f90 -o physics/noahmp_tables.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/tridi2t3.f -o physics/tridi2t3.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozinterp.f90 -o physics/ozinterp.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/iccninterp.f90 -o physics/iccninterp.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/aerinterp.f90 -o physics/aerinterp.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/num_parthds.F -o physics/num_parthds.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfcsub.F -o physics/sfcsub.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_mp_radar.F90 -o physics/module_mp_radar.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/micro_mg_utils.F90 -o physics/micro_mg_utils.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cnvc90.f -o physics/cnvc90.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/date_def.f -o physics/date_def.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/physcons.F90 -o physics/physcons.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gwdc.f -o physics/gwdc.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gwdps.f -o physics/gwdps.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2o_def.f -o physics/h2o_def.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2ophys.f -o physics/h2ophys.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/progt2.f -o physics/progt2.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radlw_param.f -o physics/radlw_param.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radsw_param.f -o physics/radsw_param.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_astronomy.f -o physics/radiation_astronomy.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_surface.f -o physics/radiation_surface.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/samfaerosols.f -o physics/samfaerosols.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_cice.f -o physics/sfc_cice.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_diff.f -o physics/sfc_diff.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_sf_noahmp_glacier.f90 -o physics/module_sf_noahmp_glacier.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_sf_noahmplsm.f90 -o physics/module_sf_noahmplsm.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_nst_parameters.f90 -o physics/module_nst_parameters.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sflx.f -o physics/sflx.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv.f -o physics/shalcv.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv_1lyr.f -o physics/shalcv_1lyr.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv_fixdp.f -o physics/shalcv_fixdp.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv_opr.f -o physics/shalcv_opr.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/get_prs_fv3.f90 -o physics/get_prs_fv3.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2ointerp.f90 -o physics/h2ointerp.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/aer_cloud.F -o physics/aer_cloud.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gfdl_cloud_microphys.F90 -o physics/gfdl_cloud_microphys.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_mp_thompson_gfs.F90 -o physics/module_mp_thompson_gfs.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_mp_wsm6_fv3.F90 -o physics/module_mp_wsm6_fv3.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/dcyc2.f -o physics/dcyc2.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/dcyc2.pre.rad.f -o physics/dcyc2.pre.rad.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/tracer_const_h.f -o physics/tracer_const_h.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/funcphys.f90 -o physics/funcphys.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_initialize.F90 -o physics/cires_ugwp_initialize.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_co2.f -o physics/idea_co2.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_dissipation.f -o physics/idea_dissipation.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_h2o.f -o physics/idea_h2o.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_ion.f -o physics/idea_ion.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_o2_o3.f -o physics/idea_o2_o3.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_phys.f -o physics/idea_phys.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_solar_heating.f -o physics/idea_solar_heating.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_tracer.f -o physics/idea_tracer.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/lrgsclr.f -o physics/lrgsclr.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfpbl.f -o physics/mfpbl.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfpblt.f -o physics/mfpblt.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfpbltq.f -o physics/mfpbltq.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfscu.f -o physics/mfscu.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfscuq.f -o physics/mfscuq.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_bfmicrophysics.f -o physics/module_bfmicrophysics.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninedmf.f -o physics/moninedmf.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninedmf_hafs.f -o physics/moninedmf_hafs.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninp.f -o physics/moninp.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninp1.f -o physics/moninp1.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninq.f -o physics/moninq.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninq1.f -o physics/moninq1.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninshoc.f -o physics/moninshoc.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstadb.f -o physics/mstadb.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstadbtn.f -o physics/mstadbtn.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstadbtn2.f -o physics/mstadbtn2.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstcnv.f -o physics/mstcnv.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozphys.f -o physics/ozphys.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozphys_2015.f -o physics/ozphys_2015.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/precpd.f -o physics/precpd.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/precpd_shoc.f -o physics/precpd_shoc.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/precpdp.f -o physics/precpdp.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radlw_datatb.f -o physics/radlw_datatb.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rascnvv2.f -o physics/rascnvv2.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX-I -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_aerosols.f -o physics/radiation_aerosols.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radsw_datatb.f -o physics/radsw_datatb.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_gases.f -o physics/radiation_gases.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_clouds.f -o physics/radiation_clouds.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/samfdeepcnv.f -o physics/samfdeepcnv.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/samfshalcnv.f -o physics/samfshalcnv.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sascnv.f -o physics/sascnv.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sascnvn.f -o physics/sascnvn.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/satmedmfvdif.f -o physics/satmedmfvdif.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/satmedmfvdifq.f -o physics/satmedmfvdifq.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_diag.f -o physics/sfc_diag.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_drv.f -o physics/sfc_drv.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_noahmp_drv.f -o physics/sfc_noahmp_drv.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_nst_water_prop.f90 -o physics/module_nst_water_prop.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_ocean.f -o physics/sfc_ocean.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_sice.f -o physics/sfc_sice.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcnv.f -o physics/shalcnv.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/calpreciptype.f90 -o physics/calpreciptype.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gcm_shoc.f90 -o physics/gcm_shoc.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/wv_saturation.F -o physics/wv_saturation.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_utils.F90 -o physics/cires_ugwp_utils.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_triggers.F90 -o physics/cires_ugwp_triggers.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cs_conv.F90 -o physics/cs_conv.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/get_prs.f -o physics/get_prs.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gscond.f -o physics/gscond.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gscondp.f -o physics/gscondp.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_module.F90 -o physics/cires_ugwp_module.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_orowam2017.f -o physics/cires_orowam2017.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radlw_main.f -o physics/radlw_main.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_typedefs.F90 -o GFS_layer/GFS_typedefs.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radsw_main.f -o physics/radsw_main.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_nst_model.f90 -o physics/module_nst_model.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cldmacro.F -o physics/cldmacro.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cldwat2m_micro.F -o physics/cldwat2m_micro.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_solvers.F90 -o physics/cires_ugwp_solvers.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_vert_lsatdis.F90 -o physics/cires_vert_lsatdis.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_vert_orodis.F90 -o physics/cires_vert_orodis.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_vert_wmsdis.F90 -o physics/cires_vert_wmsdis.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/micro_mg2_0.F90 -o physics/micro_mg2_0.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/micro_mg3_0.F90 -o physics/micro_mg3_0.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ugwp_driver_v0.f -o physics/ugwp_driver_v0.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_nst.f -o physics/sfc_nst.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gcycle.F90 -o physics/gcycle.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/GFS_debug.F90 -o physics/GFS_debug.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -O0 -c GFS_layer/GFS_diagnostics.F90 -o GFS_layer/GFS_diagnostics.o mpiicc -E -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML GFS_layer/GFS_physics_driver.F90 > GFS_layer/GFS_physics_driver.tmp.f90 -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_physics_driver.tmp.f90 -o GFS_layer/GFS_physics_driver.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rad_initialize.f -o physics/rad_initialize.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/m_micro_driver.F90 -o physics/m_micro_driver.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_physics_driver.tmp.f90 -o GFS_layer/GFS_physics_driver.o +mpiicc -E -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML GFS_layer/GFS_radiation_driver.F90 > GFS_layer/GFS_radiation_driver.tmp.f90 +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_radiation_driver.tmp.f90 -o GFS_layer/GFS_radiation_driver.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rad_initialize.f -o physics/rad_initialize.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/m_micro_driver.F90 -o physics/m_micro_driver.o mpiicc -E -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML GFS_layer/GFS_driver.F90 > GFS_layer/GFS_driver.tmp.f90 -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_driver.tmp.f90 -o GFS_layer/GFS_driver.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_restart.F90 -o GFS_layer/GFS_restart.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_abstraction_layer.F90 -o GFS_layer/GFS_abstraction_layer.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_driver.tmp.f90 -o GFS_layer/GFS_driver.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_restart.F90 -o GFS_layer/GFS_restart.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_abstraction_layer.F90 -o GFS_layer/GFS_abstraction_layer.o ar rv libgfsphys.a physics/cnvc90.o physics/co2hc.o physics/date_def.o physics/dcyc2.o physics/dcyc2.pre.rad.o physics/efield.o physics/get_prs.o physics/gocart_tracer_config_stub.o physics/gscond.o physics/gscondp.o physics/gwdc.o physics/gwdps.o physics/ugwp_driver_v0.o physics/cires_orowam2017.o physics/h2o_def.o physics/h2oc.o physics/h2ohdc.o physics/h2ophys.o physics/ideaca.o physics/idea_co2.o physics/idea_composition.o physics/idea_dissipation.o physics/idea_h2o.o physics/idea_ion.o physics/idea_o2_o3.o physics/idea_phys.o physics/idea_solar_heating.o physics/idea_tracer.o physics/iounitdef.o physics/lrgsclr.o physics/mersenne_twister.o physics/mfpbl.o physics/mfpblt.o physics/mfpbltq.o physics/mfscu.o physics/mfscuq.o physics/module_bfmicrophysics.o physics/moninedmf.o physics/moninedmf_hafs.o physics/moninp.o physics/moninp1.o physics/moninq.o physics/moninq1.o physics/moninshoc.o physics/mstadb.o physics/mstadbtn.o physics/mstadbtn2.o physics/mstcnv.o physics/namelist_soilveg.o physics/ozne_def.o physics/iccn_def.o physics/aerclm_def.o physics/ozphys.o physics/ozphys_2015.o physics/physparam.o physics/precpd.o physics/precpd_shoc.o physics/precpdp.o physics/progt2.o physics/progtm_module.o physics/rad_initialize.o physics/radiation_aerosols.o physics/radiation_astronomy.o physics/radiation_clouds.o physics/radiation_gases.o physics/radiation_surface.o physics/radlw_datatb.o physics/radlw_main.o physics/radlw_param.o physics/radsw_datatb.o physics/radsw_main.o physics/radsw_param.o physics/rascnvv2.o physics/rayleigh_damp.o physics/rayleigh_damp_mesopause.o physics/samfaerosols.o physics/samfdeepcnv.o physics/samfshalcnv.o physics/sascnv.o physics/sascnvn.o physics/satmedmfvdif.o physics/satmedmfvdifq.o physics/set_soilveg.o physics/sfc_cice.o physics/sfc_diag.o physics/sfc_diff.o physics/sfc_drv.o physics/sfc_noahmp_drv.o physics/sfc_nst.o physics/sfc_ocean.o physics/sfc_sice.o physics/sflx.o physics/shalcnv.o physics/shalcv.o physics/shalcv_1lyr.o physics/shalcv_fixdp.o physics/shalcv_opr.o physics/tracer_const_h.o physics/tridi2t3.o physics/calpreciptype.o physics/funcphys.o physics/gcm_shoc.o physics/get_prs_fv3.o physics/h2ointerp.o physics/module_nst_model.o physics/module_nst_parameters.o physics/module_nst_water_prop.o physics/ozinterp.o physics/module_wrf_utl.o physics/noahmp_tables.o physics/module_sf_noahmplsm.o physics/module_sf_noahmp_glacier.o physics/iccninterp.o physics/aerinterp.o physics/wam_f107_kp_mod.o physics/aer_cloud.o physics/cldmacro.o physics/cldwat2m_micro.o physics/gfs_phy_tracer_config.o physics/machine.o physics/num_parthds.o physics/sfcsub.o physics/wv_saturation.o physics/GFDL_parse_tracers.o physics/gcycle.o physics/cires_ugwp_initialize.o physics/cires_ugwp_module.o physics/cires_ugwp_utils.o physics/cires_ugwp_triggers.o physics/cires_ugwp_solvers.o physics/cires_vert_lsatdis.o physics/cires_vert_orodis.o physics/cires_vert_wmsdis.o physics/gfdl_cloud_microphys.o physics/micro_mg_utils.o physics/micro_mg2_0.o physics/micro_mg3_0.o physics/m_micro_driver.o physics/cs_conv.o physics/GFS_debug.o physics/module_mp_radar.o physics/module_mp_thompson_gfs.o physics/module_mp_wsm6_fv3.o physics/physcons.o physics/surface_perturbation.o GFS_layer/GFS_abstraction_layer.o GFS_layer/GFS_diagnostics.o GFS_layer/GFS_driver.o GFS_layer/GFS_physics_driver.o GFS_layer/GFS_radiation_driver.o GFS_layer/GFS_restart.o GFS_layer/GFS_typedefs.o ar: creating libgfsphys.a a - physics/cnvc90.o @@ -920,48 +919,48 @@ a - GFS_layer/GFS_physics_driver.o a - GFS_layer/GFS_radiation_driver.o a - GFS_layer/GFS_restart.o a - GFS_layer/GFS_typedefs.o -gmake[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics' -gmake -C ipd FMS_DIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit +gmake[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics' +gmake -C ipd FMS_DIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit Build standalone FV3 gfsphysics ... -gmake[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ipd' +gmake[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd' makefile:54: depend: No such file or directory Building dependencies ... -gmake[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ipd' +gmake[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd' Build standalone FV3 gfsphysics ... -gmake[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ipd' -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../namphysics -c IPD_typedefs.F90 -o IPD_typedefs.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../namphysics -c IPD_driver.F90 -o IPD_driver.o +gmake[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd' +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../namphysics -c IPD_typedefs.F90 -o IPD_typedefs.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../namphysics -c IPD_driver.F90 -o IPD_driver.o ar rv libipd.a IPD_driver.o IPD_typedefs.o ar: creating libipd.a a - IPD_driver.o a - IPD_typedefs.o -gmake[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ipd' -gmake -C io FMS_DIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL +gmake[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd' +gmake -C io FMS_DIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL Build standalone FV3 io ... $ESMF_INC is [-I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include] -gmake[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/io' +gmake[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io' Building dependencies ... -gmake[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/io' +gmake[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io' Build standalone FV3 io ... $ESMF_INC is [-I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include] -gmake[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/io' -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -c ffsync.F90 -o ffsync.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -c FV3GFS_io.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -c module_fv3_io_def.F90 -o module_fv3_io_def.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -c module_write_internal_state.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ncep_post_v8.0.1_4 -c post_nems_routines.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/nemsio_v2.2.4 -c module_write_nemsio.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/nemsio_v2.2.4 -c module_write_netcdf.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ncep_post_v8.0.1_4 -c post_gfs.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -c module_wrt_grid_comp.F90 +gmake[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io' +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -c ffsync.F90 -o ffsync.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -c FV3GFS_io.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -c module_fv3_io_def.F90 -o module_fv3_io_def.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -c module_write_internal_state.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ncep_post_v8.0.1_4 -c post_nems_routines.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/nemsio_v2.2.4 -c module_write_nemsio.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/nemsio_v2.2.4 -c module_write_netcdf.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ncep_post_v8.0.1_4 -c post_gfs.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -c module_wrt_grid_comp.F90 ar rv libfv3io.a ffsync.o FV3GFS_io.o post_gfs.o post_nems_routines.o module_write_nemsio.o module_write_netcdf.o module_fv3_io_def.o module_write_internal_state.o module_wrt_grid_comp.o ar: creating libfv3io.a a - ffsync.o @@ -973,66 +972,66 @@ a - module_write_netcdf.o a - module_fv3_io_def.o a - module_write_internal_state.o a - module_wrt_grid_comp.o -gmake[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/io' -gmake -C atmos_cubed_sphere FMS_DIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL +gmake[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io' +gmake -C atmos_cubed_sphere FMS_DIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL Build standalone FV3 fv3core ... -gmake[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/atmos_cubed_sphere' +gmake[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere' Building dependencies ... -gmake[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/atmos_cubed_sphere' +gmake[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere' Build standalone FV3 fv3core ... -gmake[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/atmos_cubed_sphere' -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_arrays.F90 -o model/fv_arrays.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/external_sst.F90 -o tools/external_sst.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_fill.F90 -o model/fv_fill.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/sim_nc_mod.F90 -o tools/sim_nc_mod.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c driver/fvGFS/DYCORE_typedefs.F90 -o driver/fvGFS/DYCORE_typedefs.o +gmake[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere' +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_arrays.F90 -o model/fv_arrays.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/external_sst.F90 -o tools/external_sst.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_fill.F90 -o model/fv_fill.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/sim_nc_mod.F90 -o tools/sim_nc_mod.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c driver/fvGFS/DYCORE_typedefs.F90 -o driver/fvGFS/DYCORE_typedefs.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_mp_mod.F90 -o tools/fv_mp_mod.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/sorted_index.F90 -o tools/sorted_index.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_timing.F90 -o tools/fv_timing.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_eta.F90 -o tools/fv_eta.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/multi_gases.F90 -o model/multi_gases.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/boundary.F90 -o model/boundary.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_sg.F90 -o model/fv_sg.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_cmp.F90 -o model/fv_cmp.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_grid_utils.F90 -o model/fv_grid_utils.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_mp_mod.F90 -o tools/fv_mp_mod.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/sorted_index.F90 -o tools/sorted_index.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_timing.F90 -o tools/fv_timing.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_eta.F90 -o tools/fv_eta.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/multi_gases.F90 -o model/multi_gases.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/boundary.F90 -o model/boundary.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_sg.F90 -o model/fv_sg.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_cmp.F90 -o model/fv_cmp.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_grid_utils.F90 -o model/fv_grid_utils.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/a2b_edge.F90 -o model/a2b_edge.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_mapz.F90 -o model/fv_mapz.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_surf_map.F90 -o tools/fv_surf_map.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/init_hydro.F90 -o tools/init_hydro.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_grid_tools.F90 -o tools/fv_grid_tools.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/tp_core.F90 -o model/tp_core.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_treat_da_inc.F90 -o tools/fv_treat_da_inc.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_iau_mod.F90 -o tools/fv_iau_mod.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_io.F90 -o tools/fv_io.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_diagnostics.F90 -o tools/fv_diagnostics.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/test_cases.F90 -o tools/test_cases.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_nudge.F90 -o tools/fv_nudge.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_regional_bc.F90 -o model/fv_regional_bc.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -c driver/fvGFS/fv_nggps_diag.F90 -o driver/fvGFS/fv_nggps_diag.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_tracer2d.F90 -o model/fv_tracer2d.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_update_phys.F90 -o model/fv_update_phys.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/sw_core.F90 -o model/sw_core.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/external_ic.F90 -o tools/external_ic.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/nh_utils.F90 -o model/nh_utils.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_restart.F90 -o tools/fv_restart.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/nh_core.F90 -o model/nh_core.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/dyn_core.F90 -o model/dyn_core.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_control.F90 -o model/fv_control.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_nesting.F90 -o model/fv_nesting.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_dynamics.F90 -o model/fv_dynamics.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -c driver/fvGFS/atmosphere.F90 -o driver/fvGFS/atmosphere.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/a2b_edge.F90 -o model/a2b_edge.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_mapz.F90 -o model/fv_mapz.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_surf_map.F90 -o tools/fv_surf_map.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/init_hydro.F90 -o tools/init_hydro.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_grid_tools.F90 -o tools/fv_grid_tools.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/tp_core.F90 -o model/tp_core.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_treat_da_inc.F90 -o tools/fv_treat_da_inc.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_iau_mod.F90 -o tools/fv_iau_mod.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_io.F90 -o tools/fv_io.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_diagnostics.F90 -o tools/fv_diagnostics.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/test_cases.F90 -o tools/test_cases.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_nudge.F90 -o tools/fv_nudge.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_regional_bc.F90 -o model/fv_regional_bc.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -c driver/fvGFS/fv_nggps_diag.F90 -o driver/fvGFS/fv_nggps_diag.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_tracer2d.F90 -o model/fv_tracer2d.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_update_phys.F90 -o model/fv_update_phys.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/sw_core.F90 -o model/sw_core.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/external_ic.F90 -o tools/external_ic.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/nh_utils.F90 -o model/nh_utils.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_restart.F90 -o tools/fv_restart.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/nh_core.F90 -o model/nh_core.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/dyn_core.F90 -o model/dyn_core.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_control.F90 -o model/fv_control.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_nesting.F90 -o model/fv_nesting.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_dynamics.F90 -o model/fv_dynamics.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -c driver/fvGFS/atmosphere.F90 -o driver/fvGFS/atmosphere.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. @@ -1079,49 +1078,49 @@ a - tools/test_cases.o a - driver/fvGFS/DYCORE_typedefs.o a - driver/fvGFS/fv_nggps_diag.o a - driver/fvGFS/atmosphere.o -gmake[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/atmos_cubed_sphere' -gmake -C ../stochastic_physics FMS_DIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit +gmake[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere' +gmake -C ../stochastic_physics FMS_DIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit Build standalone FV3 stochastic_physics ... -gmake[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/stochastic_physics' +gmake[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/stochastic_physics' makefile:86: depend: No such file or directory Building dependencies ... -gmake[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/stochastic_physics' +gmake[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/stochastic_physics' Build standalone FV3 stochastic_physics ... -gmake[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/stochastic_physics' -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_gg_def.f -o stochy_gg_def.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_resol_def.f -o stochy_resol_def.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_layout_lag.f -o stochy_layout_lag.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c spectral_layout.F90 -o spectral_layout.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c glats_stochy.f -o glats_stochy.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c num_parthds_stochy.f -o num_parthds_stochy.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c update_ca.f90 -o update_ca.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c plumes.f90 -o plumes.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_namelist_def.F90 -o stochy_namelist_def.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c four_to_grid_stochy.F -o four_to_grid_stochy.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c sumfln_stochy.f -o sumfln_stochy.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c gozrineo_stochy.f -o gozrineo_stochy.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c get_ls_node_stochy.f -o get_ls_node_stochy.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c get_lats_node_a_stochy.f -o get_lats_node_a_stochy.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c setlats_a_stochy.f -o setlats_a_stochy.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c setlats_lag_stochy.f -o setlats_lag_stochy.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c epslon_stochy.f -o epslon_stochy.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c pln2eo_stochy.f -o pln2eo_stochy.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c dozeuv_stochy.f -o dozeuv_stochy.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c dezouv_stochy.f -o dezouv_stochy.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c cellular_automata.f90 -o cellular_automata.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_internal_state_mod.F90 -o stochy_internal_state_mod.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c compns_stochy.F90 -o compns_stochy.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_patterngenerator.F90 -o stochy_patterngenerator.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c getcon_lag_stochy.f -o getcon_lag_stochy.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c getcon_spectral.F90 -o getcon_spectral.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c initialize_spectral_mod.F90 -o initialize_spectral_mod.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_data_mod.F90 -o stochy_data_mod.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c get_stochy_pattern.F90 -o get_stochy_pattern.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochastic_physics.F90 -o stochastic_physics.o +gmake[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/stochastic_physics' +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_gg_def.f -o stochy_gg_def.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_resol_def.f -o stochy_resol_def.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_layout_lag.f -o stochy_layout_lag.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c spectral_layout.F90 -o spectral_layout.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c glats_stochy.f -o glats_stochy.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c num_parthds_stochy.f -o num_parthds_stochy.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c update_ca.f90 -o update_ca.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c plumes.f90 -o plumes.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_namelist_def.F90 -o stochy_namelist_def.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c four_to_grid_stochy.F -o four_to_grid_stochy.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c sumfln_stochy.f -o sumfln_stochy.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c gozrineo_stochy.f -o gozrineo_stochy.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c get_ls_node_stochy.f -o get_ls_node_stochy.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c get_lats_node_a_stochy.f -o get_lats_node_a_stochy.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c setlats_a_stochy.f -o setlats_a_stochy.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c setlats_lag_stochy.f -o setlats_lag_stochy.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c epslon_stochy.f -o epslon_stochy.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c pln2eo_stochy.f -o pln2eo_stochy.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c dozeuv_stochy.f -o dozeuv_stochy.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c dezouv_stochy.f -o dezouv_stochy.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c cellular_automata.f90 -o cellular_automata.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_internal_state_mod.F90 -o stochy_internal_state_mod.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c compns_stochy.F90 -o compns_stochy.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_patterngenerator.F90 -o stochy_patterngenerator.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c getcon_lag_stochy.f -o getcon_lag_stochy.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c getcon_spectral.F90 -o getcon_spectral.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c initialize_spectral_mod.F90 -o initialize_spectral_mod.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_data_mod.F90 -o stochy_data_mod.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c get_stochy_pattern.F90 -o get_stochy_pattern.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochastic_physics.F90 -o stochastic_physics.o ar rv libstochastic_physics.a stochy_gg_def.o stochy_resol_def.o stochy_layout_lag.o four_to_grid_stochy.o glats_stochy.o sumfln_stochy.o gozrineo_stochy.o num_parthds_stochy.o get_ls_node_stochy.o get_lats_node_a_stochy.o setlats_a_stochy.o setlats_lag_stochy.o epslon_stochy.o getcon_lag_stochy.o pln2eo_stochy.o dozeuv_stochy.o dezouv_stochy.o cellular_automata.o update_ca.o plumes.o spectral_layout.o getcon_spectral.o stochy_namelist_def.o compns_stochy.o stochy_internal_state_mod.o stochastic_physics.o stochy_patterngenerator.o stochy_data_mod.o get_stochy_pattern.o initialize_spectral_mod.o ar: creating libstochastic_physics.a a - stochy_gg_def.o @@ -1154,14 +1153,14 @@ a - stochy_patterngenerator.o a - stochy_data_mod.o a - get_stochy_pattern.o a - initialize_spectral_mod.o -gmake[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/stochastic_physics' -gmake libfv3cap.a FMS_DIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -gmake[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3' -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -c module_fv3_config.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -c time_utils.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -c atmos_model.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -c module_fcst_grid_comp.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -c fv3_cap.F90 +gmake[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/stochastic_physics' +gmake libfv3cap.a FMS_DIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL +gmake[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3' +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -c module_fv3_config.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -c time_utils.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -c atmos_model.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -c module_fcst_grid_comp.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -c fv3_cap.F90 ar rv libfv3cap.a atmos_model.o module_fv3_config.o module_fcst_grid_comp.o time_utils.o fv3_cap.o ar: creating libfv3cap.a a - atmos_model.o @@ -1169,35 +1168,35 @@ a - module_fv3_config.o a - module_fcst_grid_comp.o a - time_utils.o a - fv3_cap.o -gmake[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3' -gmake esmf_make_fragment FMS_DIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -gmake[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3' +gmake[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3' +gmake esmf_make_fragment FMS_DIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL +gmake[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3' # additional include files needed for PGI -#@echo "ESMF_DEP_INCPATH = /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/nems_dir" >> fv3.mk +#@echo "ESMF_DEP_INCPATH = /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/nems_dir" >> fv3.mk Finished generating ESMF self-describing build dependency makefile fragment: fv3.mk -gmake[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3' -Installation into "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL" complete! +gmake[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3' +Installation into "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL" complete! -gmake[1]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3' -test -d /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL +gmake[1]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3' +test -d /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL ( \ echo "# Do not edit this file. It is automatically generated." ; \ -echo "# Edit the component list or /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC.in" ; \ -echo ; cat "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC.in" ; \ -echo fms_mk="/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL/fms.mk" ; echo fv3_mk="/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk" ; ) > "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC" -. /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; \ +echo "# Edit the component list or /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC.in" ; \ +echo ; cat "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC.in" ; \ +echo fms_mk="/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL/fms.mk" ; echo fv3_mk="/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk" ; ) > "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC" +. /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; \ set -e ; \ -for m in /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk ; do \ +for m in /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk ; do \ test -s $m ; \ done ; \ -echo build NEMS after /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk ; \ -cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src ; \ +echo build NEMS after /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk ; \ +cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src ; \ gmake nems DEBUG=Y \ COMPONENTS="FMS FV3" \ - FMS_DIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL FV3_DIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL TARGET="/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/exe/NEMS.x" ; \ -test -x /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/exe/NEMS.x + FMS_DIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL FV3_DIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL TARGET="/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/exe/NEMS.x" ; \ +test -x /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/exe/NEMS.x Currently Loaded Modules: 1) contrib 7) ip/3.0.2 13) g2tmpl/1.6.0 19) esmf/8.0.0 @@ -1209,10 +1208,10 @@ Currently Loaded Modules: -build NEMS after /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk +build NEMS after /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk Components in linker order: FV3 FMS -FV3: include /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk -FMS: include /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL/fms.mk +FV3: include /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk +FMS: include /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL/fms.mk CPPFLAGS += ESMF_VERSION_STRING_GIT="ESMF_8_0_0" CPPFLAGS += ESMF_VERSION_BETASNAPSHOT="'F'" CPPFLAGS += ESMF_VERSION_MINOR="0" @@ -1221,204 +1220,204 @@ CPPFLAGS += ESMF_VERSION_STRING="8.0.0" CPPFLAGS += ESMF_VERSION_REVISION="0" CPPFLAGS += ESMF_VERSION_MAJOR="8" CPPFLAGS += ESMF_VERSION_PUBLIC="'T'" -gmake[1]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src' +gmake[1]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src' cd ENS_Cpl && gmake stub -gmake[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/ENS_Cpl' +gmake[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/ENS_Cpl' mpiicc -E -traditional ENS_CplComp_ESMFMod_STUB.F90 > ENS_CplComp_ESMFMod_STUB.f90 mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -c ENS_CplComp_ESMFMod_STUB.f90 ar rv ENS_Cpl.a ENS_CplComp_ESMFMod_STUB.o ar: creating ENS_Cpl.a a - ENS_CplComp_ESMFMod_STUB.o -gmake[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/ENS_Cpl' -mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Mon Dec 30 18:16:22 UTC 2019 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2019' -D'CMP_JD=364' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_NEMS_UTILS.F90 > module_NEMS_UTILS.tmp.f90 -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -IENS_Cpl -I. -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3 -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/io -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/cpl -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ipd -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/../stochastic_physics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_UTILS.tmp.f90 +gmake[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/ENS_Cpl' +mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Thu Jan 23 19:55:07 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=023' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_NEMS_UTILS.F90 > module_NEMS_UTILS.tmp.f90 +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -IENS_Cpl -I. -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/../stochastic_physics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_UTILS.tmp.f90 mv -v module_NEMS_UTILS.tmp.o module_NEMS_UTILS.o ‘module_NEMS_UTILS.tmp.o’ -> ‘module_NEMS_UTILS.o’ -mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Mon Dec 30 18:16:22 UTC 2019 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2019' -D'CMP_JD=364' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_MEDIATOR_methods.F90 > module_MEDIATOR_methods.tmp.f90 -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -IENS_Cpl -I. -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3 -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/io -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/cpl -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ipd -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/../stochastic_physics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -c module_MEDIATOR_methods.tmp.f90 +mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Thu Jan 23 19:55:07 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=023' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_MEDIATOR_methods.F90 > module_MEDIATOR_methods.tmp.f90 +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -IENS_Cpl -I. -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/../stochastic_physics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -c module_MEDIATOR_methods.tmp.f90 mv -v module_MEDIATOR_methods.tmp.o module_MEDIATOR_methods.o ‘module_MEDIATOR_methods.tmp.o’ -> ‘module_MEDIATOR_methods.o’ -mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Mon Dec 30 18:16:22 UTC 2019 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2019' -D'CMP_JD=364' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_MEDIATOR.F90 > module_MEDIATOR.tmp.f90 -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -IENS_Cpl -I. -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3 -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/io -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/cpl -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ipd -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/../stochastic_physics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -c module_MEDIATOR.tmp.f90 +mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Thu Jan 23 19:55:07 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=023' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_MEDIATOR.F90 > module_MEDIATOR.tmp.f90 +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -IENS_Cpl -I. -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/../stochastic_physics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -c module_MEDIATOR.tmp.f90 mv -v module_MEDIATOR.tmp.o module_MEDIATOR.o ‘module_MEDIATOR.tmp.o’ -> ‘module_MEDIATOR.o’ -mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Mon Dec 30 18:16:22 UTC 2019 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2019' -D'CMP_JD=364' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_MEDIATOR_SpaceWeather.F90 > module_MEDIATOR_SpaceWeather.tmp.f90 -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -IENS_Cpl -I. -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3 -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/io -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/cpl -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ipd -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/../stochastic_physics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -c module_MEDIATOR_SpaceWeather.tmp.f90 +mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Thu Jan 23 19:55:07 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=023' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_MEDIATOR_SpaceWeather.F90 > module_MEDIATOR_SpaceWeather.tmp.f90 +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -IENS_Cpl -I. -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/../stochastic_physics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -c module_MEDIATOR_SpaceWeather.tmp.f90 mv -v module_MEDIATOR_SpaceWeather.tmp.o module_MEDIATOR_SpaceWeather.o ‘module_MEDIATOR_SpaceWeather.tmp.o’ -> ‘module_MEDIATOR_SpaceWeather.o’ -mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Mon Dec 30 18:16:22 UTC 2019 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2019' -D'CMP_JD=364' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_EARTH_INTERNAL_STATE.F90 > module_EARTH_INTERNAL_STATE.tmp.f90 -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -IENS_Cpl -I. -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3 -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/io -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/cpl -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ipd -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/../stochastic_physics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -c module_EARTH_INTERNAL_STATE.tmp.f90 +mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Thu Jan 23 19:55:07 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=023' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_EARTH_INTERNAL_STATE.F90 > module_EARTH_INTERNAL_STATE.tmp.f90 +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -IENS_Cpl -I. -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/../stochastic_physics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -c module_EARTH_INTERNAL_STATE.tmp.f90 mv -v module_EARTH_INTERNAL_STATE.tmp.o module_EARTH_INTERNAL_STATE.o ‘module_EARTH_INTERNAL_STATE.tmp.o’ -> ‘module_EARTH_INTERNAL_STATE.o’ -mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Mon Dec 30 18:16:22 UTC 2019 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2019' -D'CMP_JD=364' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_EARTH_GRID_COMP.F90 > module_EARTH_GRID_COMP.tmp.f90 -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -IENS_Cpl -I. -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3 -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/io -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/cpl -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ipd -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/../stochastic_physics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -c module_EARTH_GRID_COMP.tmp.f90 +mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Thu Jan 23 19:55:07 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=023' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_EARTH_GRID_COMP.F90 > module_EARTH_GRID_COMP.tmp.f90 +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -IENS_Cpl -I. -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/../stochastic_physics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -c module_EARTH_GRID_COMP.tmp.f90 mv -v module_EARTH_GRID_COMP.tmp.o module_EARTH_GRID_COMP.o ‘module_EARTH_GRID_COMP.tmp.o’ -> ‘module_EARTH_GRID_COMP.o’ -mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Mon Dec 30 18:16:22 UTC 2019 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2019' -D'CMP_JD=364' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_NEMS_INTERNAL_STATE.F90 > module_NEMS_INTERNAL_STATE.tmp.f90 -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -IENS_Cpl -I. -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3 -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/io -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/cpl -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ipd -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/../stochastic_physics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_INTERNAL_STATE.tmp.f90 +mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Thu Jan 23 19:55:07 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=023' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_NEMS_INTERNAL_STATE.F90 > module_NEMS_INTERNAL_STATE.tmp.f90 +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -IENS_Cpl -I. -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/../stochastic_physics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_INTERNAL_STATE.tmp.f90 mv -v module_NEMS_INTERNAL_STATE.tmp.o module_NEMS_INTERNAL_STATE.o ‘module_NEMS_INTERNAL_STATE.tmp.o’ -> ‘module_NEMS_INTERNAL_STATE.o’ -mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Mon Dec 30 18:16:22 UTC 2019 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2019' -D'CMP_JD=364' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_NEMS_GRID_COMP.F90 > module_NEMS_GRID_COMP.tmp.f90 -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -IENS_Cpl -I. -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3 -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/io -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/cpl -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ipd -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/../stochastic_physics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_GRID_COMP.tmp.f90 +mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Thu Jan 23 19:55:07 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=023' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_NEMS_GRID_COMP.F90 > module_NEMS_GRID_COMP.tmp.f90 +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -IENS_Cpl -I. -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/../stochastic_physics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_GRID_COMP.tmp.f90 mv -v module_NEMS_GRID_COMP.tmp.o module_NEMS_GRID_COMP.o ‘module_NEMS_GRID_COMP.tmp.o’ -> ‘module_NEMS_GRID_COMP.o’ -mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Mon Dec 30 18:16:22 UTC 2019 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2019' -D'CMP_JD=364' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_NEMS_Rusage.F90 > module_NEMS_Rusage.tmp.f90 -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -IENS_Cpl -I. -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3 -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/io -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/cpl -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ipd -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/../stochastic_physics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_Rusage.tmp.f90 +mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Thu Jan 23 19:55:07 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=023' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_NEMS_Rusage.F90 > module_NEMS_Rusage.tmp.f90 +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -IENS_Cpl -I. -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/../stochastic_physics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_Rusage.tmp.f90 mv -v module_NEMS_Rusage.tmp.o module_NEMS_Rusage.o ‘module_NEMS_Rusage.tmp.o’ -> ‘module_NEMS_Rusage.o’ mpiicc -c nems_c_rusage.c -mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Mon Dec 30 18:16:22 UTC 2019 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2019' -D'CMP_JD=364' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" MAIN_NEMS.F90 > MAIN_NEMS.tmp.f90 -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -IENS_Cpl -I. -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3 -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/io -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/cpl -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ipd -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/../stochastic_physics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -c MAIN_NEMS.tmp.f90 +mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Thu Jan 23 19:55:07 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=023' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" MAIN_NEMS.F90 > MAIN_NEMS.tmp.f90 +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -IENS_Cpl -I. -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/../stochastic_physics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -c MAIN_NEMS.tmp.f90 mv -v MAIN_NEMS.tmp.o MAIN_NEMS.o ‘MAIN_NEMS.tmp.o’ -> ‘MAIN_NEMS.o’ echo libgocart is libgocart is echo extlibs is /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libncep_post_v8.0.1_4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libnemsio_v2.2.4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2_v3.1.1_4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2tmpl_v1.6.0.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libbacio_v2.0.3_4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_d.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_d.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_d.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libcrtm_v2.2.6.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libpng_v1.2.44.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/lib/libjasper_v1.900.1.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libz_v1.2.11.a -L/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/lib -Wl,-rpath,/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/lib -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf -qopenmp -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf extlibs is /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libncep_post_v8.0.1_4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libnemsio_v2.2.4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2_v3.1.1_4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2tmpl_v1.6.0.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libbacio_v2.0.3_4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_d.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_d.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_d.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libcrtm_v2.2.6.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libpng_v1.2.44.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/lib/libjasper_v1.900.1.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libz_v1.2.11.a -L/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/lib -Wl,-rpath,/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/lib -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf -qopenmp -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -mpiifort -o /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/exe/NEMS.x MAIN_NEMS.o module_NEMS_UTILS.o module_MEDIATOR_methods.o module_MEDIATOR.o module_MEDIATOR_SpaceWeather.o module_EARTH_INTERNAL_STATE.o module_EARTH_GRID_COMP.o module_NEMS_INTERNAL_STATE.o module_NEMS_GRID_COMP.o module_NEMS_Rusage.o nems_c_rusage.o /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL/libfv3cap.a /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL/libfv3core.a /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL/libfv3io.a /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL/libipd.a /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL/libgfsphys.a /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL/libfv3cpl.a /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL/libstochastic_physics.a /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL/libfms.a ENS_Cpl/ENS_Cpl.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libncep_post_v8.0.1_4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libnemsio_v2.2.4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2_v3.1.1_4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2tmpl_v1.6.0.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libbacio_v2.0.3_4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_d.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_d.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_d.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libcrtm_v2.2.6.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libpng_v1.2.44.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/lib/libjasper_v1.900.1.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libz_v1.2.11.a -L/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/lib -Wl,-rpath,/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/lib -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf -qopenmp -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf +mpiifort -o /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/exe/NEMS.x MAIN_NEMS.o module_NEMS_UTILS.o module_MEDIATOR_methods.o module_MEDIATOR.o module_MEDIATOR_SpaceWeather.o module_EARTH_INTERNAL_STATE.o module_EARTH_GRID_COMP.o module_NEMS_INTERNAL_STATE.o module_NEMS_GRID_COMP.o module_NEMS_Rusage.o nems_c_rusage.o /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/libfv3cap.a /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/libfv3core.a /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/libfv3io.a /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/libipd.a /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/libgfsphys.a /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/libfv3cpl.a /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/libstochastic_physics.a /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL/libfms.a ENS_Cpl/ENS_Cpl.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libncep_post_v8.0.1_4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libnemsio_v2.2.4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2_v3.1.1_4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2tmpl_v1.6.0.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libbacio_v2.0.3_4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_d.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_d.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_d.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libcrtm_v2.2.6.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libpng_v1.2.44.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/lib/libjasper_v1.900.1.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libz_v1.2.11.a -L/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/lib -Wl,-rpath,/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/lib -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf -qopenmp -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/lib/libjasper_v1.900.1.a(jas_stream.o): In function `jas_stream_tmpfile': jas_stream.c:(.text+0x7a7): warning: the use of `tmpnam' is dangerous, better use `mkstemp' -/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/exe/NEMS.x is created. -gmake[1]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src' -set -xe ; cp "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/exe/NEMS.x" "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/fv3.exe" -+ cp /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/exe/NEMS.x /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/fv3.exe +/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/exe/NEMS.x is created. +gmake[1]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src' +set -xe ; cp "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/exe/NEMS.x" "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/tests/fv3.exe" ++ cp /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/exe/NEMS.x /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/tests/fv3.exe + '[' YES = YES ']' + gmake -j 8 -k COMPONENTS=FMS,FV3 TEST_BUILD_NAME=fv3 BUILD_ENV=hera.intel 'FV3_MAKEOPT=32BIT=Y DEBUG=Y' NEMS_BUILDOPT=DEBUG=Y clean Will copy modules.nems and NEMS.x as fv3 under tests/ NOTE: Skipping appbuilder.mk creation; no appbuilder file in use. -echo 'FMS FV3' > "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/components.mk" +echo 'FMS FV3' > "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/components.mk" Adding FV3 makeopts to FMS makeopts -cat /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/fv3gfs/makefile | sed 's,^include,#include,g' \ - > /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/fv3gfs/makefile.temp.clean -cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/fv3gfs ; \ +cat /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs/makefile | sed 's,^include,#include,g' \ + > /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs/makefile.temp.clean +cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs ; \ exec gmake 32BIT=Y DEBUG=Y -f makefile.temp.clean clean -gmake[1]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/fv3gfs' +gmake[1]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs' Cleaning fms ... cd .. ; \ ls -1 */*.a */*.o */*.mod */depend \ | grep -vE 'INSTALL|\.git' | xargs rm -f || true ; \ rm -rf FMS_INSTALL || true -gmake[1]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/fv3gfs' -cat /dev/null > /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/conf/configure.fv3 -cat /dev/null > /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/conf/modules.fv3 -cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3 ; exec gmake \ +gmake[1]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs' +cat /dev/null > /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/conf/configure.fv3 +cat /dev/null > /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/conf/modules.fv3 +cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 ; exec gmake \ -k cleanall FMS_DIR=/dev/null -gmake[1]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3' +gmake[1]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3' Cleaning ... (cd gfsphysics && make clean) Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics' +make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics' make[2]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. Cleaning gfsphysics ... rm -f -f libgfsphys.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend */*.tmp.f90 -make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics' +make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics' (cd ccpp/driver && make clean) Build CCPP layer ... -make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/driver' +make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ccpp/driver' makefile:67: depend: No such file or directory make[2]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. Building dependencies ... -make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/driver' +make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ccpp/driver' Build CCPP layer ... -make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/driver' +make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ccpp/driver' Cleaning CCPP_layer ... rm -f -f libccppdriver.a *__genmod.f90 *.tmp.f90 *.o */*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/driver' +make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ccpp/driver' (cd ipd && make clean) Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ipd' +make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd' make[2]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. Cleaning ipd ... rm -f -f libipd.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ipd' +make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd' (cd ../stochastic_physics && make clean) Build standalone FV3 stochastic_physics ... -make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/stochastic_physics' +make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/stochastic_physics' make[2]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. Cleaning stochastic_physics ... rm -f -f libstochastic_physics.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/stochastic_physics' +make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/stochastic_physics' (cd io && make clean) Build standalone FV3 io ... $ESMF_INC is [] -make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/io' +make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io' make[2]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. Cleaning io ... rm -f -f libfv3io.a *__genmod.f90 *.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/io' +make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io' (cd atmos_cubed_sphere && make clean) Build standalone FV3 fv3core ... -make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/atmos_cubed_sphere' +make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere' make[2]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. Cleaning fv3core ... rm -f -f libfv3core.a *__genmod.f90 */*.o */*/*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/atmos_cubed_sphere' +make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere' (cd cpl && make clean) Build standalone FV3 io ... -make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/cpl' +make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl' make[2]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. Cleaning io ... rm -f -f libfv3cpl.a *.o *.mod *.lst *.i90 depend -make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/cpl' +make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl' rm -f -f fv3.exe libfv3cap.a *.o *.mod *.i90 *.lst depend rm -f -rf nems_dir fv3.mk FV3_INSTALL rm -f -f conf/modules.fv3 rm -f -f conf/configure.fv3 -gmake[1]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3' -rm -rf nems_dir FV3_INSTALL /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/conf/configure.fv3 \ - /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/conf/modules.fv3 -if ! test -f /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; then \ - cat /dev/null > /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; \ +gmake[1]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3' +rm -rf nems_dir FV3_INSTALL /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/conf/configure.fv3 \ + /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/conf/modules.fv3 +if ! test -f /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; then \ + cat /dev/null > /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; \ delete_nuopc=yes ; \ fi ; \ -cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src ; gmake "COMPONENTS=FMS FV3" \ +cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src ; gmake "COMPONENTS=FMS FV3" \ INCLUDES_ARE_OPTIONAL=YES clean ; \ if [ "$delete_nuopc" = yes ] ; then \ - rm -f /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; \ + rm -f /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; \ fi Components in linker order: FV3 FMS -FV3: include /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk -gmake[1]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src' -GNUmakefile:70: /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk: component FV3 makefile fragment is missing -FMS: include /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL/fms.mk -GNUmakefile:70: /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL/fms.mk: component FMS makefile fragment is missing +FV3: include /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk +gmake[1]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src' +GNUmakefile:70: /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk: component FV3 makefile fragment is missing +FMS: include /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL/fms.mk +GNUmakefile:70: /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL/fms.mk: component FMS makefile fragment is missing rm -f -f *.tmp.f90 *.lst *.o *.mod lm map cd ENS_Cpl ; gmake clean -gmake[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/ENS_Cpl' +gmake[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/ENS_Cpl' rm -f -f ENS_Cpl.a *.f90 *.o *.mod *.lst lm map depend -gmake[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/ENS_Cpl' -gmake[1]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src' -+ elapsed=153 -+ echo 'Elapsed time 153 seconds. Compiling 32BIT=Y DEBUG=Y finished' -Elapsed time 153 seconds. Compiling 32BIT=Y DEBUG=Y finished -+ mkdir -p /scratch1/NCEPDEV/stmp2/Dusan.Jovic/scrub/rtgen.302700/exec /scratch1/NCEPDEV/stmp2/Dusan.Jovic/scrub/rtgen.302700/include -+ cp -fp ./fv3.exe /scratch1/NCEPDEV/stmp2/Dusan.Jovic/scrub/rtgen.302700/exec/fv3_32bit_debug.exe -+ cp -fp ./modules.fv3 /scratch1/NCEPDEV/stmp2/Dusan.Jovic/scrub/rtgen.302700/include/modules.fv3_32bit_debug +gmake[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/ENS_Cpl' +gmake[1]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src' ++ elapsed=176 ++ echo 'Elapsed time 176 seconds. Compiling 32BIT=Y DEBUG=Y finished' +Elapsed time 176 seconds. Compiling 32BIT=Y DEBUG=Y finished ++ mkdir -p /scratch1/NCEPDEV/stmp2/Dusan.Jovic/scrub/rtgen.374974/exec /scratch1/NCEPDEV/stmp2/Dusan.Jovic/scrub/rtgen.374974/include ++ cp -fp ./fv3.exe /scratch1/NCEPDEV/stmp2/Dusan.Jovic/scrub/rtgen.374974/exec/fv3_32bit_debug.exe ++ cp -fp ./modules.fv3 /scratch1/NCEPDEV/stmp2/Dusan.Jovic/scrub/rtgen.374974/include/modules.fv3_32bit_debug + md5sum ./fv3.exe + unset modules + unset BUILD_NR @@ -1427,10 +1426,10 @@ Elapsed time 153 seconds. Compiling 32BIT=Y DEBUG=Y finished + unset md5 + set -xe + set -xe -+ test -s /scratch1/NCEPDEV/stmp2/Dusan.Jovic/scrub/rtgen.302700/exec/fv3_32bit_debug.exe -+ test -x /scratch1/NCEPDEV/stmp2/Dusan.Jovic/scrub/rtgen.302700/exec/fv3_32bit_debug.exe ++ test -s /scratch1/NCEPDEV/stmp2/Dusan.Jovic/scrub/rtgen.374974/exec/fv3_32bit_debug.exe ++ test -x /scratch1/NCEPDEV/stmp2/Dusan.Jovic/scrub/rtgen.374974/exec/fv3_32bit_debug.exe _______________________________________________________________ -Start Epilog v19.07.23 on node h6c33 for job 2119704 :: Mon Dec 30 18:16:48 UTC 2019 -Job 2119704 (not serial) finished for user Dusan.Jovic in partition hera with exit code 0:0 +Start Epilog v19.07.23 on node h18c36 for job 2942898 :: Thu Jan 23 19:56:21 UTC 2020 +Job 2942898 (not serial) finished for user Dusan.Jovic in partition hera with exit code 0:0 _______________________________________________________________ -End Epilogue v19.07.23 Mon Dec 30 18:16:48 UTC 2019 +End Epilogue v19.07.23 Thu Jan 23 19:56:21 UTC 2020 diff --git a/log/report-hera.intel-log/build_fv3_appbuilder.exe.log b/log/report-hera.intel-log/build_fv3_appbuilder.exe.log index 113b245774..7d92de0a69 100644 --- a/log/report-hera.intel-log/build_fv3_appbuilder.exe.log +++ b/log/report-hera.intel-log/build_fv3_appbuilder.exe.log @@ -1,180 +1,179 @@ + [[ fv3_appbuilder.exe == fv3.exe ]] -+ [[ fv3_appbuilder.exe == fv3_ccpp_control.exe ]] + [[ fv3_appbuilder.exe == fv3_32bit.exe ]] + [[ fv3_appbuilder.exe == fv3_32bit_debug.exe ]] + [[ fv3_appbuilder.exe == fv3_ww3.exe ]] + [[ fv3_appbuilder.exe == fv3_appbuilder.exe ]] -+ rm -f /scratch1/NCEPDEV/stmp2/Dusan.Jovic/scrub/rtgen.302700/exec/fv3_appbuilder.exe -+ md5sum=/scratch1/NCEPDEV/stmp2/Dusan.Jovic/scrub/rtgen.302700/exec/fv3_appbuilder.exe.md5 ++ rm -f /scratch1/NCEPDEV/stmp2/Dusan.Jovic/scrub/rtgen.374974/exec/fv3_appbuilder.exe ++ md5sum=/scratch1/NCEPDEV/stmp2/Dusan.Jovic/scrub/rtgen.374974/exec/fv3_appbuilder.exe.md5 + OPTS=app=standaloneFV3 -+ mkdir -p /scratch1/NCEPDEV/stmp2/Dusan.Jovic/scrub/rtgen.302700/exec /scratch1/NCEPDEV/stmp2/Dusan.Jovic/scrub/rtgen.302700/include -+ rm -f /scratch1/NCEPDEV/stmp2/Dusan.Jovic/scrub/rtgen.302700/exec/fv3_appbuilder.exe /scratch1/NCEPDEV/stmp2/Dusan.Jovic/scrub/rtgen.302700/include/modules_appbuilder.fv3 -+ cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model ++ mkdir -p /scratch1/NCEPDEV/stmp2/Dusan.Jovic/scrub/rtgen.374974/exec /scratch1/NCEPDEV/stmp2/Dusan.Jovic/scrub/rtgen.374974/include ++ rm -f /scratch1/NCEPDEV/stmp2/Dusan.Jovic/scrub/rtgen.374974/exec/fv3_appbuilder.exe /scratch1/NCEPDEV/stmp2/Dusan.Jovic/scrub/rtgen.374974/include/modules_appbuilder.fv3 ++ cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model + which aprun which: no aprun in (/scratch1/NCEPDEV/nems/emc.nemspara/soft/emc-utils/1.1.0/bin:/apps/hpss:/apps/rocoto/1.3.1/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/opt/ibutils/bin:/apps/local/bin:/apps/local/sbin:/apps/slurm/default/tools:/apps/slurm/default/bin:/apps/slurm/default/sbin:/apps/slurm/tools/sbank/bin:/home/Dusan.Jovic/bin:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/dbrowse) + ./NEMS/NEMSAppBuilder rebuild app=standaloneFV3 ls: cannot access ../conf/component_*.mk: No such file or directory NEMSAppBuilder: make app=standaloneFV3 distclean -Convert /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/standaloneFV3.appBuilder -...into /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/standaloneFV3.appBuilder.mk -Include /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/standaloneFV3.appBuilder.mk -echo 'FMS FV3' > "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/components.mk" +Convert /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/standaloneFV3.appBuilder +...into /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/standaloneFV3.appBuilder.mk +Include /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/standaloneFV3.appBuilder.mk +echo 'FMS FV3' > "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/components.mk" Adding FV3 makeopts to FMS makeopts -cat /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/fv3gfs/makefile | sed 's,^include,#include,g' \ - > /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/fv3gfs/makefile.temp.clean -cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/fv3gfs ; \ +cat /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs/makefile | sed 's,^include,#include,g' \ + > /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs/makefile.temp.clean +cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs ; \ exec make -f makefile.temp.clean clean -make[1]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/fv3gfs' +make[1]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs' Cleaning fms ... cd .. ; \ ls -1 */*.a */*.o */*.mod */depend \ | grep -vE 'INSTALL|\.git' | xargs rm -f || true ; \ rm -rf FMS_INSTALL || true -make[1]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/fv3gfs' -rm -rf /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/fv3gfs/makefile.temp.clean -cat /dev/null > /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/conf/configure.fv3 -cat /dev/null > /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/conf/modules.fv3 -cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3 ; exec make \ +make[1]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs' +rm -rf /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs/makefile.temp.clean +cat /dev/null > /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/conf/configure.fv3 +cat /dev/null > /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/conf/modules.fv3 +cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 ; exec make \ -k cleanall FMS_DIR=/dev/null -make[1]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3' +make[1]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3' Cleaning ... (cd gfsphysics && make clean) Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics' +make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics' Cleaning gfsphysics ... rm -f -f libgfsphys.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend */*.tmp.f90 -make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics' +make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics' (cd ccpp/driver && make clean) Build CCPP layer ... -make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/driver' +make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ccpp/driver' makefile:67: depend: No such file or directory Building dependencies ... -make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/driver' +make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ccpp/driver' Build CCPP layer ... -make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/driver' +make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ccpp/driver' Cleaning CCPP_layer ... rm -f -f libccppdriver.a *__genmod.f90 *.tmp.f90 *.o */*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/driver' +make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ccpp/driver' (cd ipd && make clean) Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ipd' +make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd' Cleaning ipd ... rm -f -f libipd.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ipd' +make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd' (cd ../stochastic_physics && make clean) Build standalone FV3 stochastic_physics ... -make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/stochastic_physics' +make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/stochastic_physics' Cleaning stochastic_physics ... rm -f -f libstochastic_physics.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/stochastic_physics' +make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/stochastic_physics' (cd io && make clean) Build standalone FV3 io ... $ESMF_INC is [] -make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/io' +make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io' Cleaning io ... rm -f -f libfv3io.a *__genmod.f90 *.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/io' +make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io' (cd atmos_cubed_sphere && make clean) Build standalone FV3 fv3core ... -make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/atmos_cubed_sphere' +make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere' Cleaning fv3core ... rm -f -f libfv3core.a *__genmod.f90 */*.o */*/*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/atmos_cubed_sphere' +make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere' (cd cpl && make clean) Build standalone FV3 io ... -make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/cpl' +make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl' Cleaning io ... rm -f -f libfv3cpl.a *.o *.mod *.lst *.i90 depend -make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/cpl' +make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl' rm -f -f fv3.exe libfv3cap.a *.o *.mod *.i90 *.lst depend rm -f -rf nems_dir fv3.mk FV3_INSTALL rm -f -f conf/modules.fv3 rm -f -f conf/configure.fv3 -make[1]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3' -rm -rf nems_dir FV3_INSTALL /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/conf/configure.fv3 \ - /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/conf/modules.fv3 -rm -rf /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk -if ! test -f /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; then \ - cat /dev/null > /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; \ +make[1]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3' +rm -rf nems_dir FV3_INSTALL /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/conf/configure.fv3 \ + /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/conf/modules.fv3 +rm -rf /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk +if ! test -f /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; then \ + cat /dev/null > /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; \ delete_nuopc=yes ; \ fi ; \ -cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src ; make "COMPONENTS=FMS FV3" \ +cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src ; make "COMPONENTS=FMS FV3" \ INCLUDES_ARE_OPTIONAL=YES clean ; \ if [ "$delete_nuopc" = yes ] ; then \ - rm -f /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; \ + rm -f /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; \ fi Components in linker order: FV3 FMS -FV3: include /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk -make[1]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src' -GNUmakefile:70: /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk: component FV3 makefile fragment is missing -FMS: include /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL/fms.mk -GNUmakefile:70: /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL/fms.mk: component FMS makefile fragment is missing +FV3: include /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk +make[1]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src' +GNUmakefile:70: /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk: component FV3 makefile fragment is missing +FMS: include /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL/fms.mk +GNUmakefile:70: /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL/fms.mk: component FMS makefile fragment is missing rm -f -f *.tmp.f90 *.lst *.o *.mod lm map cd ENS_Cpl ; make clean -make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/ENS_Cpl' +make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/ENS_Cpl' rm -f -f ENS_Cpl.a *.f90 *.o *.mod *.lst lm map depend -make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/ENS_Cpl' -make[1]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src' -rm -f /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/exe/NEMS.x /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC -rm -f /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/configure.nems /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/externals.nems /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/modules.nems /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/ESMFVersionDefine.h /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/modules.nems.sh /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/modules.nems.csh /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/test-results.mk -rm -f /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/components.mk -rm -f /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/test_results.mk +make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/ENS_Cpl' +make[1]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src' +rm -f /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/exe/NEMS.x /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC +rm -f /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/externals.nems /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/modules.nems /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/ESMFVersionDefine.h /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/modules.nems.sh /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/modules.nems.csh /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/test-results.mk +rm -f /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/components.mk +rm -f /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/test_results.mk NEMSAppBuilder: make app=standaloneFV3 build -Convert /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/standaloneFV3.appBuilder -...into /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/standaloneFV3.appBuilder.mk -Include /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/standaloneFV3.appBuilder.mk -echo 'FMS FV3' > "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/components.mk" +Convert /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/standaloneFV3.appBuilder +...into /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/standaloneFV3.appBuilder.mk +Include /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/standaloneFV3.appBuilder.mk +echo 'FMS FV3' > "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/components.mk" Adding FV3 makeopts to FMS makeopts -cp /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/conf/configure.fv3.hera.intel /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/configure.nems -cat /dev/null > /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/externals.nems -cp /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel/fv3 /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/modules.nems -cp /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/ESMFVersionDefine_ESMF_NUOPC.h /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/ESMFVersionDefine.h -( echo '. /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc' ; \ -echo 'module use /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf' ; \ -echo 'module load modules.nems' ) > "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/modules.nems.sh" -( echo 'source /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/module-setup.csh.inc' ; \ -echo 'module use /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf' ; \ -echo 'module load modules.nems' ) > "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/modules.nems.csh" -/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/incmake/configure_rules.mk:3: /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/test-results.mk: No such file or directory -make -f /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/incmake/tests.mk \ - MODULE_LOGIC=" . /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack" \ - TARGET="/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/test-results.mk" TEST -make[1]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS' +cp /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/conf/configure.fv3.hera.intel /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems +cat /dev/null > /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/externals.nems +cp /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/hera.intel/fv3 /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/modules.nems +cp /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/ESMFVersionDefine_ESMF_NUOPC.h /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/ESMFVersionDefine.h +( echo '. /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc' ; \ +echo 'module use /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf' ; \ +echo 'module load modules.nems' ) > "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/modules.nems.sh" +( echo 'source /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/module-setup.csh.inc' ; \ +echo 'module use /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf' ; \ +echo 'module load modules.nems' ) > "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/modules.nems.csh" +/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/incmake/configure_rules.mk:3: /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/test-results.mk: No such file or directory +make -f /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/incmake/tests.mk \ + MODULE_LOGIC=" . /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack" \ + TARGET="/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/test-results.mk" TEST +make[1]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS' if [ -f "/modules.nems" ] ; then \ - . /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=unlimited ; ulimit -S -s 200000 ; module use /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s ; \ + . /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=unlimited ; ulimit -S -s 200000 ; module use /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s ; \ fi ; \ ( \ echo "# Do not edit this file. It is automatically generated from tests.mk." ; \ echo "CASELESS_FILESYSTEM=NO" ; \ if [ "Q$ESMFMKFILE" != Q ] ; then egrep 'VERSION|^ESMF_[A-Z]*DIR' < "$ESMFMKFILE" ; fi ; \ -) > "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/test-results.mk" -make[1]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS' -. /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/fv3gfs ; \ +) > "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/test-results.mk" +make[1]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS' +. /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs ; \ exec make all Currently Loaded Modules: @@ -187,10 +186,10 @@ Currently Loaded Modules: -make[1]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/fv3gfs' +make[1]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs' Building dependencies ... -make[1]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/fv3gfs' -make[1]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/fv3gfs' +make[1]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs' +make[1]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs' mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_parameter.F90 -o ../mpp/mpp_parameter.o Using 8-byte addressing Using pure routines. @@ -481,18 +480,18 @@ a - ../mosaic/mosaic_util.o a - ../mosaic/read_mosaic.o a - ../mpp/nsclock.o a - ../mpp/threadloc.o -mkdir -p "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL" -mv fms.mk "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL/." -cp -fp *.a *.mod ../include/*.h "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL"/. -make[1]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/fv3gfs' -test -d /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -Compiling into /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL on hera -cp -fp /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/configure.nems \ - "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3"/conf/configure.fv3 -cp -fp /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/modules.nems \ - "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3"/conf/modules.fv3 -. /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3 ; \ - exec make COMP=FV3 COMP_SRCDIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3 COMP_BINDIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL MACHINE_ID=hera FMS_DIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL nemsinstall +mkdir -p "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL" +mv fms.mk "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL/." +cp -fp *.a *.mod ../include/*.h "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL"/. +make[1]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs' +test -d /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL +Compiling into /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL on hera +cp -fp /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems \ + "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3"/conf/configure.fv3 +cp -fp /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/modules.nems \ + "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3"/conf/modules.fv3 +. /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 ; \ + exec make COMP=FV3 COMP_SRCDIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 COMP_BINDIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL MACHINE_ID=hera FMS_DIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL nemsinstall Currently Loaded Modules: 1) contrib 7) ip/3.0.2 13) g2tmpl/1.6.0 19) esmf/8.0.0 @@ -504,195 +503,195 @@ Currently Loaded Modules: -make[1]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3' +make[1]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3' Building dependencies ... -make[1]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3' -make[1]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3' -make -C cpl FMS_DIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL +make[1]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3' +make[1]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3' +make -C cpl FMS_DIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL Build standalone FV3 io ... -make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/cpl' +make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl' Building dependencies ... -make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/cpl' +make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl' Build standalone FV3 io ... -make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/cpl' +make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl' mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -c module_cplfields.F90 mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -c module_cap_cpl.F90 ar rv libfv3cpl.a module_cplfields.o module_cap_cpl.o ar: creating libfv3cpl.a a - module_cplfields.o a - module_cap_cpl.o -make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/cpl' -make -C gfsphysics FMS_DIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit +make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl' +make -C gfsphysics FMS_DIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics' +make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics' makefile:278: depend: No such file or directory Building dependencies ... -make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics' +make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics' Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics' -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/machine.F -o physics/machine.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cnvc90.f -o physics/cnvc90.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/co2hc.f -o physics/co2hc.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/date_def.f -o physics/date_def.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/physcons.F90 -o physics/physcons.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/dcyc2.f -o physics/dcyc2.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/dcyc2.pre.rad.f -o physics/dcyc2.pre.rad.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/efield.f -o physics/efield.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/tracer_const_h.f -o physics/tracer_const_h.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/get_prs.f -o physics/get_prs.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gocart_tracer_config_stub.f -o physics/gocart_tracer_config_stub.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/funcphys.f90 -o physics/funcphys.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gscond.f -o physics/gscond.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gscondp.f -o physics/gscondp.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gwdc.f -o physics/gwdc.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gwdps.f -o physics/gwdps.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_initialize.F90 -o physics/cires_ugwp_initialize.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_module.F90 -o physics/cires_ugwp_module.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ugwp_driver_v0.f -o physics/ugwp_driver_v0.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_orowam2017.f -o physics/cires_orowam2017.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2o_def.f -o physics/h2o_def.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2oc.f -o physics/h2oc.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2ohdc.f -o physics/h2ohdc.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2ophys.f -o physics/h2ophys.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ideaca.f -o physics/ideaca.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_composition.f -o physics/idea_composition.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_co2.f -o physics/idea_co2.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_dissipation.f -o physics/idea_dissipation.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_h2o.f -o physics/idea_h2o.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/wam_f107_kp_mod.f90 -o physics/wam_f107_kp_mod.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_ion.f -o physics/idea_ion.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_o2_o3.f -o physics/idea_o2_o3.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_phys.f -o physics/idea_phys.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_solar_heating.f -o physics/idea_solar_heating.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_tracer.f -o physics/idea_tracer.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/iounitdef.f -o physics/iounitdef.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/lrgsclr.f -o physics/lrgsclr.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mersenne_twister.f -o physics/mersenne_twister.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfpbl.f -o physics/mfpbl.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfpblt.f -o physics/mfpblt.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfpbltq.f -o physics/mfpbltq.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfscu.f -o physics/mfscu.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfscuq.f -o physics/mfscuq.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_bfmicrophysics.f -o physics/module_bfmicrophysics.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninedmf.f -o physics/moninedmf.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninedmf_hafs.f -o physics/moninedmf_hafs.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninp.f -o physics/moninp.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninp1.f -o physics/moninp1.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninq.f -o physics/moninq.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninq1.f -o physics/moninq1.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninshoc.f -o physics/moninshoc.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstadb.f -o physics/mstadb.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstadbtn.f -o physics/mstadbtn.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstadbtn2.f -o physics/mstadbtn2.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstcnv.f -o physics/mstcnv.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/namelist_soilveg.f -o physics/namelist_soilveg.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozne_def.f -o physics/ozne_def.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/iccn_def.f -o physics/iccn_def.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/aerclm_def.f -o physics/aerclm_def.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozphys.f -o physics/ozphys.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozphys_2015.f -o physics/ozphys_2015.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/physparam.f -o physics/physparam.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/precpd.f -o physics/precpd.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/precpd_shoc.f -o physics/precpd_shoc.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/precpdp.f -o physics/precpdp.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/progtm_module.f -o physics/progtm_module.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/progt2.f -o physics/progt2.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/surface_perturbation.F90 -o physics/surface_perturbation.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radlw_param.f -o physics/radlw_param.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radlw_datatb.f -o physics/radlw_datatb.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radlw_main.f -o physics/radlw_main.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radsw_param.f -o physics/radsw_param.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rascnvv2.f -o physics/rascnvv2.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/GFDL_parse_tracers.F90 -o physics/GFDL_parse_tracers.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_typedefs.F90 -o GFS_layer/GFS_typedefs.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gfs_phy_tracer_config.F -o physics/gfs_phy_tracer_config.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX-I -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_aerosols.f -o physics/radiation_aerosols.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_astronomy.f -o physics/radiation_astronomy.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_surface.f -o physics/radiation_surface.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radsw_datatb.f -o physics/radsw_datatb.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radsw_main.f -o physics/radsw_main.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_gases.f -o physics/radiation_gases.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_clouds.f -o physics/radiation_clouds.o +make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics' +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/machine.F -o physics/machine.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cnvc90.f -o physics/cnvc90.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/co2hc.f -o physics/co2hc.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/date_def.f -o physics/date_def.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/physcons.F90 -o physics/physcons.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/dcyc2.f -o physics/dcyc2.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/dcyc2.pre.rad.f -o physics/dcyc2.pre.rad.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/efield.f -o physics/efield.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/tracer_const_h.f -o physics/tracer_const_h.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/get_prs.f -o physics/get_prs.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gocart_tracer_config_stub.f -o physics/gocart_tracer_config_stub.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/funcphys.f90 -o physics/funcphys.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gscond.f -o physics/gscond.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gscondp.f -o physics/gscondp.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gwdc.f -o physics/gwdc.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gwdps.f -o physics/gwdps.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_initialize.F90 -o physics/cires_ugwp_initialize.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_module.F90 -o physics/cires_ugwp_module.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ugwp_driver_v0.f -o physics/ugwp_driver_v0.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_orowam2017.f -o physics/cires_orowam2017.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2o_def.f -o physics/h2o_def.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2oc.f -o physics/h2oc.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2ohdc.f -o physics/h2ohdc.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2ophys.f -o physics/h2ophys.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ideaca.f -o physics/ideaca.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_composition.f -o physics/idea_composition.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_co2.f -o physics/idea_co2.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_dissipation.f -o physics/idea_dissipation.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_h2o.f -o physics/idea_h2o.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/wam_f107_kp_mod.f90 -o physics/wam_f107_kp_mod.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_ion.f -o physics/idea_ion.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_o2_o3.f -o physics/idea_o2_o3.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_phys.f -o physics/idea_phys.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_solar_heating.f -o physics/idea_solar_heating.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_tracer.f -o physics/idea_tracer.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/iounitdef.f -o physics/iounitdef.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/lrgsclr.f -o physics/lrgsclr.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mersenne_twister.f -o physics/mersenne_twister.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfpbl.f -o physics/mfpbl.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfpblt.f -o physics/mfpblt.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfpbltq.f -o physics/mfpbltq.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfscu.f -o physics/mfscu.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfscuq.f -o physics/mfscuq.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_bfmicrophysics.f -o physics/module_bfmicrophysics.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninedmf.f -o physics/moninedmf.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninedmf_hafs.f -o physics/moninedmf_hafs.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninp.f -o physics/moninp.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninp1.f -o physics/moninp1.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninq.f -o physics/moninq.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninq1.f -o physics/moninq1.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninshoc.f -o physics/moninshoc.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstadb.f -o physics/mstadb.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstadbtn.f -o physics/mstadbtn.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstadbtn2.f -o physics/mstadbtn2.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstcnv.f -o physics/mstcnv.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/namelist_soilveg.f -o physics/namelist_soilveg.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozne_def.f -o physics/ozne_def.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/iccn_def.f -o physics/iccn_def.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/aerclm_def.f -o physics/aerclm_def.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozphys.f -o physics/ozphys.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozphys_2015.f -o physics/ozphys_2015.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/physparam.f -o physics/physparam.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/precpd.f -o physics/precpd.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/precpd_shoc.f -o physics/precpd_shoc.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/precpdp.f -o physics/precpdp.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/progtm_module.f -o physics/progtm_module.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/progt2.f -o physics/progt2.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/surface_perturbation.F90 -o physics/surface_perturbation.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radlw_param.f -o physics/radlw_param.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radlw_datatb.f -o physics/radlw_datatb.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radlw_main.f -o physics/radlw_main.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radsw_param.f -o physics/radsw_param.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rascnvv2.f -o physics/rascnvv2.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/GFDL_parse_tracers.F90 -o physics/GFDL_parse_tracers.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_typedefs.F90 -o GFS_layer/GFS_typedefs.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gfs_phy_tracer_config.F -o physics/gfs_phy_tracer_config.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX-I -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_aerosols.f -o physics/radiation_aerosols.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_astronomy.f -o physics/radiation_astronomy.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_surface.f -o physics/radiation_surface.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radsw_datatb.f -o physics/radsw_datatb.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radsw_main.f -o physics/radsw_main.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_gases.f -o physics/radiation_gases.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_clouds.f -o physics/radiation_clouds.o mpiicc -E -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML GFS_layer/GFS_radiation_driver.F90 > GFS_layer/GFS_radiation_driver.tmp.f90 -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_radiation_driver.tmp.f90 -o GFS_layer/GFS_radiation_driver.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rad_initialize.f -o physics/rad_initialize.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rayleigh_damp.f -o physics/rayleigh_damp.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rayleigh_damp_mesopause.f -o physics/rayleigh_damp_mesopause.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/samfaerosols.f -o physics/samfaerosols.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/samfdeepcnv.f -o physics/samfdeepcnv.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/samfshalcnv.f -o physics/samfshalcnv.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sascnv.f -o physics/sascnv.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sascnvn.f -o physics/sascnvn.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/satmedmfvdif.f -o physics/satmedmfvdif.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/satmedmfvdifq.f -o physics/satmedmfvdifq.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/set_soilveg.f -o physics/set_soilveg.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_cice.f -o physics/sfc_cice.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_diag.f -o physics/sfc_diag.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_diff.f -o physics/sfc_diff.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_drv.f -o physics/sfc_drv.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_wrf_utl.f90 -o physics/module_wrf_utl.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_sf_noahmp_glacier.f90 -o physics/module_sf_noahmp_glacier.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/noahmp_tables.f90 -o physics/noahmp_tables.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_sf_noahmplsm.f90 -o physics/module_sf_noahmplsm.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_noahmp_drv.f -o physics/sfc_noahmp_drv.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_nst_parameters.f90 -o physics/module_nst_parameters.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_nst_water_prop.f90 -o physics/module_nst_water_prop.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_nst_model.f90 -o physics/module_nst_model.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_nst.f -o physics/sfc_nst.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_ocean.f -o physics/sfc_ocean.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_sice.f -o physics/sfc_sice.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sflx.f -o physics/sflx.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcnv.f -o physics/shalcnv.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv.f -o physics/shalcv.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv_1lyr.f -o physics/shalcv_1lyr.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv_fixdp.f -o physics/shalcv_fixdp.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv_opr.f -o physics/shalcv_opr.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/tridi2t3.f -o physics/tridi2t3.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/calpreciptype.f90 -o physics/calpreciptype.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gcm_shoc.f90 -o physics/gcm_shoc.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/get_prs_fv3.f90 -o physics/get_prs_fv3.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2ointerp.f90 -o physics/h2ointerp.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozinterp.f90 -o physics/ozinterp.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/iccninterp.f90 -o physics/iccninterp.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/aerinterp.f90 -o physics/aerinterp.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/aer_cloud.F -o physics/aer_cloud.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/wv_saturation.F -o physics/wv_saturation.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cldmacro.F -o physics/cldmacro.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cldwat2m_micro.F -o physics/cldwat2m_micro.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/num_parthds.F -o physics/num_parthds.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfcsub.F -o physics/sfcsub.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gcycle.F90 -o physics/gcycle.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_utils.F90 -o physics/cires_ugwp_utils.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_triggers.F90 -o physics/cires_ugwp_triggers.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_solvers.F90 -o physics/cires_ugwp_solvers.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_vert_lsatdis.F90 -o physics/cires_vert_lsatdis.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_vert_orodis.F90 -o physics/cires_vert_orodis.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_vert_wmsdis.F90 -o physics/cires_vert_wmsdis.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_mp_radar.F90 -o physics/module_mp_radar.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gfdl_cloud_microphys.F90 -o physics/gfdl_cloud_microphys.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/micro_mg_utils.F90 -o physics/micro_mg_utils.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/micro_mg2_0.F90 -o physics/micro_mg2_0.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/micro_mg3_0.F90 -o physics/micro_mg3_0.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/m_micro_driver.F90 -o physics/m_micro_driver.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cs_conv.F90 -o physics/cs_conv.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/GFS_debug.F90 -o physics/GFS_debug.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_mp_thompson_gfs.F90 -o physics/module_mp_thompson_gfs.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_mp_wsm6_fv3.F90 -o physics/module_mp_wsm6_fv3.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -O0 -c GFS_layer/GFS_diagnostics.F90 -o GFS_layer/GFS_diagnostics.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_restart.F90 -o GFS_layer/GFS_restart.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_radiation_driver.tmp.f90 -o GFS_layer/GFS_radiation_driver.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rad_initialize.f -o physics/rad_initialize.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rayleigh_damp.f -o physics/rayleigh_damp.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rayleigh_damp_mesopause.f -o physics/rayleigh_damp_mesopause.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/samfaerosols.f -o physics/samfaerosols.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/samfdeepcnv.f -o physics/samfdeepcnv.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/samfshalcnv.f -o physics/samfshalcnv.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sascnv.f -o physics/sascnv.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sascnvn.f -o physics/sascnvn.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/satmedmfvdif.f -o physics/satmedmfvdif.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/satmedmfvdifq.f -o physics/satmedmfvdifq.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/set_soilveg.f -o physics/set_soilveg.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_cice.f -o physics/sfc_cice.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_diag.f -o physics/sfc_diag.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_diff.f -o physics/sfc_diff.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_drv.f -o physics/sfc_drv.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_wrf_utl.f90 -o physics/module_wrf_utl.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_sf_noahmp_glacier.f90 -o physics/module_sf_noahmp_glacier.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/noahmp_tables.f90 -o physics/noahmp_tables.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_sf_noahmplsm.f90 -o physics/module_sf_noahmplsm.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_noahmp_drv.f -o physics/sfc_noahmp_drv.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_nst_parameters.f90 -o physics/module_nst_parameters.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_nst_water_prop.f90 -o physics/module_nst_water_prop.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_nst_model.f90 -o physics/module_nst_model.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_nst.f -o physics/sfc_nst.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_ocean.f -o physics/sfc_ocean.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_sice.f -o physics/sfc_sice.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sflx.f -o physics/sflx.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcnv.f -o physics/shalcnv.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv.f -o physics/shalcv.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv_1lyr.f -o physics/shalcv_1lyr.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv_fixdp.f -o physics/shalcv_fixdp.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv_opr.f -o physics/shalcv_opr.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/tridi2t3.f -o physics/tridi2t3.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/calpreciptype.f90 -o physics/calpreciptype.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gcm_shoc.f90 -o physics/gcm_shoc.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/get_prs_fv3.f90 -o physics/get_prs_fv3.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2ointerp.f90 -o physics/h2ointerp.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozinterp.f90 -o physics/ozinterp.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/iccninterp.f90 -o physics/iccninterp.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/aerinterp.f90 -o physics/aerinterp.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/aer_cloud.F -o physics/aer_cloud.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/wv_saturation.F -o physics/wv_saturation.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cldmacro.F -o physics/cldmacro.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cldwat2m_micro.F -o physics/cldwat2m_micro.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/num_parthds.F -o physics/num_parthds.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfcsub.F -o physics/sfcsub.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gcycle.F90 -o physics/gcycle.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_utils.F90 -o physics/cires_ugwp_utils.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_triggers.F90 -o physics/cires_ugwp_triggers.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_solvers.F90 -o physics/cires_ugwp_solvers.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_vert_lsatdis.F90 -o physics/cires_vert_lsatdis.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_vert_orodis.F90 -o physics/cires_vert_orodis.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_vert_wmsdis.F90 -o physics/cires_vert_wmsdis.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_mp_radar.F90 -o physics/module_mp_radar.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gfdl_cloud_microphys.F90 -o physics/gfdl_cloud_microphys.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/micro_mg_utils.F90 -o physics/micro_mg_utils.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/micro_mg2_0.F90 -o physics/micro_mg2_0.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/micro_mg3_0.F90 -o physics/micro_mg3_0.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/m_micro_driver.F90 -o physics/m_micro_driver.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cs_conv.F90 -o physics/cs_conv.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/GFS_debug.F90 -o physics/GFS_debug.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_mp_thompson_gfs.F90 -o physics/module_mp_thompson_gfs.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_mp_wsm6_fv3.F90 -o physics/module_mp_wsm6_fv3.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -O0 -c GFS_layer/GFS_diagnostics.F90 -o GFS_layer/GFS_diagnostics.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_restart.F90 -o GFS_layer/GFS_restart.o mpiicc -E -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML GFS_layer/GFS_physics_driver.F90 > GFS_layer/GFS_physics_driver.tmp.f90 -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_physics_driver.tmp.f90 -o GFS_layer/GFS_physics_driver.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_physics_driver.tmp.f90 -o GFS_layer/GFS_physics_driver.o mpiicc -E -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML GFS_layer/GFS_driver.F90 > GFS_layer/GFS_driver.tmp.f90 -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_driver.tmp.f90 -o GFS_layer/GFS_driver.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_abstraction_layer.F90 -o GFS_layer/GFS_abstraction_layer.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_driver.tmp.f90 -o GFS_layer/GFS_driver.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_abstraction_layer.F90 -o GFS_layer/GFS_abstraction_layer.o ar rv libgfsphys.a physics/cnvc90.o physics/co2hc.o physics/date_def.o physics/dcyc2.o physics/dcyc2.pre.rad.o physics/efield.o physics/get_prs.o physics/gocart_tracer_config_stub.o physics/gscond.o physics/gscondp.o physics/gwdc.o physics/gwdps.o physics/ugwp_driver_v0.o physics/cires_orowam2017.o physics/h2o_def.o physics/h2oc.o physics/h2ohdc.o physics/h2ophys.o physics/ideaca.o physics/idea_co2.o physics/idea_composition.o physics/idea_dissipation.o physics/idea_h2o.o physics/idea_ion.o physics/idea_o2_o3.o physics/idea_phys.o physics/idea_solar_heating.o physics/idea_tracer.o physics/iounitdef.o physics/lrgsclr.o physics/mersenne_twister.o physics/mfpbl.o physics/mfpblt.o physics/mfpbltq.o physics/mfscu.o physics/mfscuq.o physics/module_bfmicrophysics.o physics/moninedmf.o physics/moninedmf_hafs.o physics/moninp.o physics/moninp1.o physics/moninq.o physics/moninq1.o physics/moninshoc.o physics/mstadb.o physics/mstadbtn.o physics/mstadbtn2.o physics/mstcnv.o physics/namelist_soilveg.o physics/ozne_def.o physics/iccn_def.o physics/aerclm_def.o physics/ozphys.o physics/ozphys_2015.o physics/physparam.o physics/precpd.o physics/precpd_shoc.o physics/precpdp.o physics/progt2.o physics/progtm_module.o physics/rad_initialize.o physics/radiation_aerosols.o physics/radiation_astronomy.o physics/radiation_clouds.o physics/radiation_gases.o physics/radiation_surface.o physics/radlw_datatb.o physics/radlw_main.o physics/radlw_param.o physics/radsw_datatb.o physics/radsw_main.o physics/radsw_param.o physics/rascnvv2.o physics/rayleigh_damp.o physics/rayleigh_damp_mesopause.o physics/samfaerosols.o physics/samfdeepcnv.o physics/samfshalcnv.o physics/sascnv.o physics/sascnvn.o physics/satmedmfvdif.o physics/satmedmfvdifq.o physics/set_soilveg.o physics/sfc_cice.o physics/sfc_diag.o physics/sfc_diff.o physics/sfc_drv.o physics/sfc_noahmp_drv.o physics/sfc_nst.o physics/sfc_ocean.o physics/sfc_sice.o physics/sflx.o physics/shalcnv.o physics/shalcv.o physics/shalcv_1lyr.o physics/shalcv_fixdp.o physics/shalcv_opr.o physics/tracer_const_h.o physics/tridi2t3.o physics/calpreciptype.o physics/funcphys.o physics/gcm_shoc.o physics/get_prs_fv3.o physics/h2ointerp.o physics/module_nst_model.o physics/module_nst_parameters.o physics/module_nst_water_prop.o physics/ozinterp.o physics/module_wrf_utl.o physics/noahmp_tables.o physics/module_sf_noahmplsm.o physics/module_sf_noahmp_glacier.o physics/iccninterp.o physics/aerinterp.o physics/wam_f107_kp_mod.o physics/aer_cloud.o physics/cldmacro.o physics/cldwat2m_micro.o physics/gfs_phy_tracer_config.o physics/machine.o physics/num_parthds.o physics/sfcsub.o physics/wv_saturation.o physics/GFDL_parse_tracers.o physics/gcycle.o physics/cires_ugwp_initialize.o physics/cires_ugwp_module.o physics/cires_ugwp_utils.o physics/cires_ugwp_triggers.o physics/cires_ugwp_solvers.o physics/cires_vert_lsatdis.o physics/cires_vert_orodis.o physics/cires_vert_wmsdis.o physics/gfdl_cloud_microphys.o physics/micro_mg_utils.o physics/micro_mg2_0.o physics/micro_mg3_0.o physics/m_micro_driver.o physics/cs_conv.o physics/GFS_debug.o physics/module_mp_radar.o physics/module_mp_thompson_gfs.o physics/module_mp_wsm6_fv3.o physics/physcons.o physics/surface_perturbation.o GFS_layer/GFS_abstraction_layer.o GFS_layer/GFS_diagnostics.o GFS_layer/GFS_driver.o GFS_layer/GFS_physics_driver.o GFS_layer/GFS_radiation_driver.o GFS_layer/GFS_restart.o GFS_layer/GFS_typedefs.o ar: creating libgfsphys.a a - physics/cnvc90.o @@ -847,48 +846,48 @@ a - GFS_layer/GFS_physics_driver.o a - GFS_layer/GFS_radiation_driver.o a - GFS_layer/GFS_restart.o a - GFS_layer/GFS_typedefs.o -make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics' -make -C ipd FMS_DIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit +make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics' +make -C ipd FMS_DIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ipd' +make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd' makefile:54: depend: No such file or directory Building dependencies ... -make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ipd' +make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd' Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ipd' -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../namphysics -c IPD_typedefs.F90 -o IPD_typedefs.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../namphysics -c IPD_driver.F90 -o IPD_driver.o +make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd' +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../namphysics -c IPD_typedefs.F90 -o IPD_typedefs.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../namphysics -c IPD_driver.F90 -o IPD_driver.o ar rv libipd.a IPD_driver.o IPD_typedefs.o ar: creating libipd.a a - IPD_driver.o a - IPD_typedefs.o -make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ipd' -make -C io FMS_DIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL +make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd' +make -C io FMS_DIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL Build standalone FV3 io ... $ESMF_INC is [-I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include] -make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/io' +make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io' Building dependencies ... -make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/io' +make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io' Build standalone FV3 io ... $ESMF_INC is [-I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include] -make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/io' -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -c ffsync.F90 -o ffsync.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -c FV3GFS_io.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -c module_fv3_io_def.F90 -o module_fv3_io_def.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -c module_write_internal_state.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ncep_post_v8.0.1_4 -c post_gfs.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ncep_post_v8.0.1_4 -c post_nems_routines.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/nemsio_v2.2.4 -c module_write_nemsio.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/nemsio_v2.2.4 -c module_write_netcdf.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -c module_wrt_grid_comp.F90 +make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io' +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -c ffsync.F90 -o ffsync.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -c FV3GFS_io.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -c module_fv3_io_def.F90 -o module_fv3_io_def.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -c module_write_internal_state.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ncep_post_v8.0.1_4 -c post_gfs.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ncep_post_v8.0.1_4 -c post_nems_routines.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/nemsio_v2.2.4 -c module_write_nemsio.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/nemsio_v2.2.4 -c module_write_netcdf.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -c module_wrt_grid_comp.F90 ar rv libfv3io.a ffsync.o FV3GFS_io.o post_gfs.o post_nems_routines.o module_write_nemsio.o module_write_netcdf.o module_fv3_io_def.o module_write_internal_state.o module_wrt_grid_comp.o ar: creating libfv3io.a a - ffsync.o @@ -900,66 +899,66 @@ a - module_write_netcdf.o a - module_fv3_io_def.o a - module_write_internal_state.o a - module_wrt_grid_comp.o -make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/io' -make -C atmos_cubed_sphere FMS_DIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL +make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io' +make -C atmos_cubed_sphere FMS_DIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL Build standalone FV3 fv3core ... -make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/atmos_cubed_sphere' +make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere' Building dependencies ... -make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/atmos_cubed_sphere' +make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere' Build standalone FV3 fv3core ... -make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/atmos_cubed_sphere' -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_arrays.F90 -o model/fv_arrays.o +make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere' +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_arrays.F90 -o model/fv_arrays.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_mp_mod.F90 -o tools/fv_mp_mod.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_timing.F90 -o tools/fv_timing.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/external_sst.F90 -o tools/external_sst.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_eta.F90 -o tools/fv_eta.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_grid_utils.F90 -o model/fv_grid_utils.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_mp_mod.F90 -o tools/fv_mp_mod.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_timing.F90 -o tools/fv_timing.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/external_sst.F90 -o tools/external_sst.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_eta.F90 -o tools/fv_eta.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_grid_utils.F90 -o model/fv_grid_utils.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/a2b_edge.F90 -o model/a2b_edge.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/multi_gases.F90 -o model/multi_gases.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/boundary.F90 -o model/boundary.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_sg.F90 -o model/fv_sg.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_fill.F90 -o model/fv_fill.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_cmp.F90 -o model/fv_cmp.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -fast-transcendentals -c model/fv_mapz.F90 -o model/fv_mapz.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_surf_map.F90 -o tools/fv_surf_map.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_diagnostics.F90 -o tools/fv_diagnostics.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/init_hydro.F90 -o tools/init_hydro.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/sorted_index.F90 -o tools/sorted_index.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_grid_tools.F90 -o tools/fv_grid_tools.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/test_cases.F90 -o tools/test_cases.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/tp_core.F90 -o model/tp_core.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/sw_core.F90 -o model/sw_core.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/sim_nc_mod.F90 -o tools/sim_nc_mod.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_nudge.F90 -o tools/fv_nudge.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_regional_bc.F90 -o model/fv_regional_bc.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -fast-transcendentals -c model/nh_utils.F90 -o model/nh_utils.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/nh_core.F90 -o model/nh_core.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_update_phys.F90 -o model/fv_update_phys.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/dyn_core.F90 -o model/dyn_core.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_io.F90 -o tools/fv_io.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_treat_da_inc.F90 -o tools/fv_treat_da_inc.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/external_ic.F90 -o tools/external_ic.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_restart.F90 -o tools/fv_restart.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_control.F90 -o model/fv_control.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_tracer2d.F90 -o model/fv_tracer2d.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_nesting.F90 -o model/fv_nesting.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_dynamics.F90 -o model/fv_dynamics.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_iau_mod.F90 -o tools/fv_iau_mod.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c driver/fvGFS/DYCORE_typedefs.F90 -o driver/fvGFS/DYCORE_typedefs.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -c driver/fvGFS/fv_nggps_diag.F90 -o driver/fvGFS/fv_nggps_diag.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -c driver/fvGFS/atmosphere.F90 -o driver/fvGFS/atmosphere.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/a2b_edge.F90 -o model/a2b_edge.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/multi_gases.F90 -o model/multi_gases.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/boundary.F90 -o model/boundary.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_sg.F90 -o model/fv_sg.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_fill.F90 -o model/fv_fill.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_cmp.F90 -o model/fv_cmp.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -fast-transcendentals -c model/fv_mapz.F90 -o model/fv_mapz.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_surf_map.F90 -o tools/fv_surf_map.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_diagnostics.F90 -o tools/fv_diagnostics.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/init_hydro.F90 -o tools/init_hydro.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/sorted_index.F90 -o tools/sorted_index.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_grid_tools.F90 -o tools/fv_grid_tools.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/test_cases.F90 -o tools/test_cases.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/tp_core.F90 -o model/tp_core.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/sw_core.F90 -o model/sw_core.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/sim_nc_mod.F90 -o tools/sim_nc_mod.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_nudge.F90 -o tools/fv_nudge.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_regional_bc.F90 -o model/fv_regional_bc.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -fast-transcendentals -c model/nh_utils.F90 -o model/nh_utils.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/nh_core.F90 -o model/nh_core.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_update_phys.F90 -o model/fv_update_phys.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/dyn_core.F90 -o model/dyn_core.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_io.F90 -o tools/fv_io.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_treat_da_inc.F90 -o tools/fv_treat_da_inc.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/external_ic.F90 -o tools/external_ic.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_restart.F90 -o tools/fv_restart.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_control.F90 -o model/fv_control.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_tracer2d.F90 -o model/fv_tracer2d.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_nesting.F90 -o model/fv_nesting.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_dynamics.F90 -o model/fv_dynamics.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_iau_mod.F90 -o tools/fv_iau_mod.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c driver/fvGFS/DYCORE_typedefs.F90 -o driver/fvGFS/DYCORE_typedefs.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -c driver/fvGFS/fv_nggps_diag.F90 -o driver/fvGFS/fv_nggps_diag.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -c driver/fvGFS/atmosphere.F90 -o driver/fvGFS/atmosphere.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. @@ -1006,49 +1005,49 @@ a - tools/test_cases.o a - driver/fvGFS/DYCORE_typedefs.o a - driver/fvGFS/fv_nggps_diag.o a - driver/fvGFS/atmosphere.o -make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/atmos_cubed_sphere' -make -C ../stochastic_physics FMS_DIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit +make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere' +make -C ../stochastic_physics FMS_DIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit Build standalone FV3 stochastic_physics ... -make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/stochastic_physics' +make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/stochastic_physics' makefile:86: depend: No such file or directory Building dependencies ... -make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/stochastic_physics' +make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/stochastic_physics' Build standalone FV3 stochastic_physics ... -make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/stochastic_physics' -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_gg_def.f -o stochy_gg_def.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_resol_def.f -o stochy_resol_def.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_layout_lag.f -o stochy_layout_lag.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c spectral_layout.F90 -o spectral_layout.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c four_to_grid_stochy.F -o four_to_grid_stochy.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c glats_stochy.f -o glats_stochy.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c sumfln_stochy.f -o sumfln_stochy.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c gozrineo_stochy.f -o gozrineo_stochy.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c num_parthds_stochy.f -o num_parthds_stochy.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c get_ls_node_stochy.f -o get_ls_node_stochy.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c get_lats_node_a_stochy.f -o get_lats_node_a_stochy.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c setlats_a_stochy.f -o setlats_a_stochy.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c setlats_lag_stochy.f -o setlats_lag_stochy.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c epslon_stochy.f -o epslon_stochy.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c getcon_lag_stochy.f -o getcon_lag_stochy.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c pln2eo_stochy.f -o pln2eo_stochy.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c dozeuv_stochy.f -o dozeuv_stochy.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c dezouv_stochy.f -o dezouv_stochy.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c update_ca.f90 -o update_ca.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c cellular_automata.f90 -o cellular_automata.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c plumes.f90 -o plumes.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_internal_state_mod.F90 -o stochy_internal_state_mod.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c getcon_spectral.F90 -o getcon_spectral.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_namelist_def.F90 -o stochy_namelist_def.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c compns_stochy.F90 -o compns_stochy.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_patterngenerator.F90 -o stochy_patterngenerator.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c initialize_spectral_mod.F90 -o initialize_spectral_mod.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_data_mod.F90 -o stochy_data_mod.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c get_stochy_pattern.F90 -o get_stochy_pattern.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochastic_physics.F90 -o stochastic_physics.o +make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/stochastic_physics' +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_gg_def.f -o stochy_gg_def.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_resol_def.f -o stochy_resol_def.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_layout_lag.f -o stochy_layout_lag.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c spectral_layout.F90 -o spectral_layout.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c four_to_grid_stochy.F -o four_to_grid_stochy.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c glats_stochy.f -o glats_stochy.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c sumfln_stochy.f -o sumfln_stochy.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c gozrineo_stochy.f -o gozrineo_stochy.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c num_parthds_stochy.f -o num_parthds_stochy.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c get_ls_node_stochy.f -o get_ls_node_stochy.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c get_lats_node_a_stochy.f -o get_lats_node_a_stochy.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c setlats_a_stochy.f -o setlats_a_stochy.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c setlats_lag_stochy.f -o setlats_lag_stochy.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c epslon_stochy.f -o epslon_stochy.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c getcon_lag_stochy.f -o getcon_lag_stochy.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c pln2eo_stochy.f -o pln2eo_stochy.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c dozeuv_stochy.f -o dozeuv_stochy.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c dezouv_stochy.f -o dezouv_stochy.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c update_ca.f90 -o update_ca.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c cellular_automata.f90 -o cellular_automata.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c plumes.f90 -o plumes.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_internal_state_mod.F90 -o stochy_internal_state_mod.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c getcon_spectral.F90 -o getcon_spectral.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_namelist_def.F90 -o stochy_namelist_def.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c compns_stochy.F90 -o compns_stochy.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_patterngenerator.F90 -o stochy_patterngenerator.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c initialize_spectral_mod.F90 -o initialize_spectral_mod.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_data_mod.F90 -o stochy_data_mod.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c get_stochy_pattern.F90 -o get_stochy_pattern.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochastic_physics.F90 -o stochastic_physics.o ar rv libstochastic_physics.a stochy_gg_def.o stochy_resol_def.o stochy_layout_lag.o four_to_grid_stochy.o glats_stochy.o sumfln_stochy.o gozrineo_stochy.o num_parthds_stochy.o get_ls_node_stochy.o get_lats_node_a_stochy.o setlats_a_stochy.o setlats_lag_stochy.o epslon_stochy.o getcon_lag_stochy.o pln2eo_stochy.o dozeuv_stochy.o dezouv_stochy.o cellular_automata.o update_ca.o plumes.o spectral_layout.o getcon_spectral.o stochy_namelist_def.o compns_stochy.o stochy_internal_state_mod.o stochastic_physics.o stochy_patterngenerator.o stochy_data_mod.o get_stochy_pattern.o initialize_spectral_mod.o ar: creating libstochastic_physics.a a - stochy_gg_def.o @@ -1081,14 +1080,14 @@ a - stochy_patterngenerator.o a - stochy_data_mod.o a - get_stochy_pattern.o a - initialize_spectral_mod.o -make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/stochastic_physics' -make libfv3cap.a FMS_DIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3' -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -c module_fv3_config.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -c atmos_model.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -c module_fcst_grid_comp.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -c time_utils.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -c fv3_cap.F90 +make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/stochastic_physics' +make libfv3cap.a FMS_DIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL +make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3' +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -c module_fv3_config.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -c atmos_model.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -c module_fcst_grid_comp.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -c time_utils.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -c fv3_cap.F90 ar rv libfv3cap.a atmos_model.o module_fv3_config.o module_fcst_grid_comp.o time_utils.o fv3_cap.o ar: creating libfv3cap.a a - atmos_model.o @@ -1096,35 +1095,35 @@ a - module_fv3_config.o a - module_fcst_grid_comp.o a - time_utils.o a - fv3_cap.o -make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3' -make esmf_make_fragment FMS_DIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3' +make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3' +make esmf_make_fragment FMS_DIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL +make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3' # additional include files needed for PGI -#@echo "ESMF_DEP_INCPATH = /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/nems_dir" >> fv3.mk +#@echo "ESMF_DEP_INCPATH = /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/nems_dir" >> fv3.mk Finished generating ESMF self-describing build dependency makefile fragment: fv3.mk -make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3' -Installation into "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL" complete! +make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3' +Installation into "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL" complete! -make[1]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3' -test -d /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL +make[1]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3' +test -d /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL ( \ echo "# Do not edit this file. It is automatically generated." ; \ -echo "# Edit the component list or /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC.in" ; \ -echo ; cat "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC.in" ; \ -echo fms_mk="/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL/fms.mk" ; echo fv3_mk="/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk" ; ) > "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC" -. /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; \ +echo "# Edit the component list or /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC.in" ; \ +echo ; cat "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC.in" ; \ +echo fms_mk="/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL/fms.mk" ; echo fv3_mk="/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk" ; ) > "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC" +. /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; \ set -e ; \ -for m in /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk ; do \ +for m in /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk ; do \ test -s $m ; \ done ; \ -echo build NEMS after /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk ; \ -cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src ; \ +echo build NEMS after /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk ; \ +cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src ; \ make nems \ COMPONENTS="FMS FV3" \ - FMS_DIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL FV3_DIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL TARGET="/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/exe/NEMS.x" ; \ -test -x /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/exe/NEMS.x + FMS_DIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL FV3_DIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL TARGET="/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/exe/NEMS.x" ; \ +test -x /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/exe/NEMS.x Currently Loaded Modules: 1) contrib 7) ip/3.0.2 13) g2tmpl/1.6.0 19) esmf/8.0.0 @@ -1136,10 +1135,10 @@ Currently Loaded Modules: -build NEMS after /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk +build NEMS after /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk Components in linker order: FV3 FMS -FV3: include /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk -FMS: include /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL/fms.mk +FV3: include /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk +FMS: include /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL/fms.mk CPPFLAGS += ESMF_VERSION_STRING_GIT="ESMF_8_0_0" CPPFLAGS += ESMF_VERSION_BETASNAPSHOT="'F'" CPPFLAGS += ESMF_VERSION_MINOR="0" @@ -1148,77 +1147,77 @@ CPPFLAGS += ESMF_VERSION_STRING="8.0.0" CPPFLAGS += ESMF_VERSION_REVISION="0" CPPFLAGS += ESMF_VERSION_MAJOR="8" CPPFLAGS += ESMF_VERSION_PUBLIC="'T'" -make[1]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src' +make[1]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src' cd ENS_Cpl && make stub -make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/ENS_Cpl' +make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/ENS_Cpl' mpiicc -E -traditional ENS_CplComp_ESMFMod_STUB.F90 > ENS_CplComp_ESMFMod_STUB.f90 mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -c ENS_CplComp_ESMFMod_STUB.f90 ar rv ENS_Cpl.a ENS_CplComp_ESMFMod_STUB.o ar: creating ENS_Cpl.a a - ENS_CplComp_ESMFMod_STUB.o -make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/ENS_Cpl' -mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Mon Dec 30 18:55:39 UTC 2019 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2019' -D'CMP_JD=364' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_NEMS_UTILS.F90 > module_NEMS_UTILS.tmp.f90 -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -IENS_Cpl -I. -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3 -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/io -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/cpl -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ipd -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/../stochastic_physics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_UTILS.tmp.f90 +make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/ENS_Cpl' +mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Thu Jan 23 20:33:19 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=023' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_NEMS_UTILS.F90 > module_NEMS_UTILS.tmp.f90 +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -IENS_Cpl -I. -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/../stochastic_physics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_UTILS.tmp.f90 mv -v module_NEMS_UTILS.tmp.o module_NEMS_UTILS.o ‘module_NEMS_UTILS.tmp.o’ -> ‘module_NEMS_UTILS.o’ -mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Mon Dec 30 18:55:39 UTC 2019 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2019' -D'CMP_JD=364' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_MEDIATOR_methods.F90 > module_MEDIATOR_methods.tmp.f90 -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -IENS_Cpl -I. -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3 -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/io -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/cpl -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ipd -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/../stochastic_physics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -c module_MEDIATOR_methods.tmp.f90 +mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Thu Jan 23 20:33:19 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=023' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_MEDIATOR_methods.F90 > module_MEDIATOR_methods.tmp.f90 +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -IENS_Cpl -I. -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/../stochastic_physics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -c module_MEDIATOR_methods.tmp.f90 mv -v module_MEDIATOR_methods.tmp.o module_MEDIATOR_methods.o ‘module_MEDIATOR_methods.tmp.o’ -> ‘module_MEDIATOR_methods.o’ -mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Mon Dec 30 18:55:39 UTC 2019 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2019' -D'CMP_JD=364' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_MEDIATOR.F90 > module_MEDIATOR.tmp.f90 -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -IENS_Cpl -I. -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3 -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/io -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/cpl -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ipd -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/../stochastic_physics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -c module_MEDIATOR.tmp.f90 +mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Thu Jan 23 20:33:19 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=023' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_MEDIATOR.F90 > module_MEDIATOR.tmp.f90 +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -IENS_Cpl -I. -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/../stochastic_physics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -c module_MEDIATOR.tmp.f90 mv -v module_MEDIATOR.tmp.o module_MEDIATOR.o ‘module_MEDIATOR.tmp.o’ -> ‘module_MEDIATOR.o’ -mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Mon Dec 30 18:55:39 UTC 2019 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2019' -D'CMP_JD=364' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_MEDIATOR_SpaceWeather.F90 > module_MEDIATOR_SpaceWeather.tmp.f90 -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -IENS_Cpl -I. -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3 -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/io -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/cpl -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ipd -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/../stochastic_physics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -c module_MEDIATOR_SpaceWeather.tmp.f90 +mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Thu Jan 23 20:33:19 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=023' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_MEDIATOR_SpaceWeather.F90 > module_MEDIATOR_SpaceWeather.tmp.f90 +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -IENS_Cpl -I. -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/../stochastic_physics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -c module_MEDIATOR_SpaceWeather.tmp.f90 mv -v module_MEDIATOR_SpaceWeather.tmp.o module_MEDIATOR_SpaceWeather.o ‘module_MEDIATOR_SpaceWeather.tmp.o’ -> ‘module_MEDIATOR_SpaceWeather.o’ -mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Mon Dec 30 18:55:39 UTC 2019 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2019' -D'CMP_JD=364' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_EARTH_INTERNAL_STATE.F90 > module_EARTH_INTERNAL_STATE.tmp.f90 -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -IENS_Cpl -I. -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3 -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/io -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/cpl -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ipd -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/../stochastic_physics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -c module_EARTH_INTERNAL_STATE.tmp.f90 +mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Thu Jan 23 20:33:19 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=023' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_EARTH_INTERNAL_STATE.F90 > module_EARTH_INTERNAL_STATE.tmp.f90 +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -IENS_Cpl -I. -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/../stochastic_physics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -c module_EARTH_INTERNAL_STATE.tmp.f90 mv -v module_EARTH_INTERNAL_STATE.tmp.o module_EARTH_INTERNAL_STATE.o ‘module_EARTH_INTERNAL_STATE.tmp.o’ -> ‘module_EARTH_INTERNAL_STATE.o’ -mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Mon Dec 30 18:55:39 UTC 2019 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2019' -D'CMP_JD=364' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_EARTH_GRID_COMP.F90 > module_EARTH_GRID_COMP.tmp.f90 -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -IENS_Cpl -I. -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3 -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/io -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/cpl -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ipd -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/../stochastic_physics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -c module_EARTH_GRID_COMP.tmp.f90 +mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Thu Jan 23 20:33:19 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=023' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_EARTH_GRID_COMP.F90 > module_EARTH_GRID_COMP.tmp.f90 +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -IENS_Cpl -I. -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/../stochastic_physics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -c module_EARTH_GRID_COMP.tmp.f90 mv -v module_EARTH_GRID_COMP.tmp.o module_EARTH_GRID_COMP.o ‘module_EARTH_GRID_COMP.tmp.o’ -> ‘module_EARTH_GRID_COMP.o’ -mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Mon Dec 30 18:55:39 UTC 2019 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2019' -D'CMP_JD=364' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_NEMS_INTERNAL_STATE.F90 > module_NEMS_INTERNAL_STATE.tmp.f90 -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -IENS_Cpl -I. -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3 -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/io -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/cpl -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ipd -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/../stochastic_physics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_INTERNAL_STATE.tmp.f90 +mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Thu Jan 23 20:33:19 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=023' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_NEMS_INTERNAL_STATE.F90 > module_NEMS_INTERNAL_STATE.tmp.f90 +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -IENS_Cpl -I. -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/../stochastic_physics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_INTERNAL_STATE.tmp.f90 mv -v module_NEMS_INTERNAL_STATE.tmp.o module_NEMS_INTERNAL_STATE.o ‘module_NEMS_INTERNAL_STATE.tmp.o’ -> ‘module_NEMS_INTERNAL_STATE.o’ -mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Mon Dec 30 18:55:39 UTC 2019 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2019' -D'CMP_JD=364' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_NEMS_GRID_COMP.F90 > module_NEMS_GRID_COMP.tmp.f90 -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -IENS_Cpl -I. -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3 -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/io -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/cpl -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ipd -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/../stochastic_physics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_GRID_COMP.tmp.f90 +mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Thu Jan 23 20:33:19 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=023' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_NEMS_GRID_COMP.F90 > module_NEMS_GRID_COMP.tmp.f90 +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -IENS_Cpl -I. -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/../stochastic_physics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_GRID_COMP.tmp.f90 mv -v module_NEMS_GRID_COMP.tmp.o module_NEMS_GRID_COMP.o ‘module_NEMS_GRID_COMP.tmp.o’ -> ‘module_NEMS_GRID_COMP.o’ -mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Mon Dec 30 18:55:39 UTC 2019 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2019' -D'CMP_JD=364' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_NEMS_Rusage.F90 > module_NEMS_Rusage.tmp.f90 -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -IENS_Cpl -I. -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3 -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/io -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/cpl -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ipd -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/../stochastic_physics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_Rusage.tmp.f90 +mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Thu Jan 23 20:33:19 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=023' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_NEMS_Rusage.F90 > module_NEMS_Rusage.tmp.f90 +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -IENS_Cpl -I. -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/../stochastic_physics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_Rusage.tmp.f90 mv -v module_NEMS_Rusage.tmp.o module_NEMS_Rusage.o ‘module_NEMS_Rusage.tmp.o’ -> ‘module_NEMS_Rusage.o’ mpiicc -c nems_c_rusage.c -mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Mon Dec 30 18:55:39 UTC 2019 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2019' -D'CMP_JD=364' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" MAIN_NEMS.F90 > MAIN_NEMS.tmp.f90 -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -IENS_Cpl -I. -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3 -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/io -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/cpl -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ipd -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/../stochastic_physics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -c MAIN_NEMS.tmp.f90 +mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Thu Jan 23 20:33:19 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=023' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" MAIN_NEMS.F90 > MAIN_NEMS.tmp.f90 +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -IENS_Cpl -I. -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/../stochastic_physics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -c MAIN_NEMS.tmp.f90 mv -v MAIN_NEMS.tmp.o MAIN_NEMS.o ‘MAIN_NEMS.tmp.o’ -> ‘MAIN_NEMS.o’ echo libgocart is libgocart is echo extlibs is /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libncep_post_v8.0.1_4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libnemsio_v2.2.4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2_v3.1.1_4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2tmpl_v1.6.0.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libbacio_v2.0.3_4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_d.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_d.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_d.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libcrtm_v2.2.6.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libpng_v1.2.44.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/lib/libjasper_v1.900.1.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libz_v1.2.11.a -L/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/lib -Wl,-rpath,/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/lib -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf -qopenmp -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf extlibs is /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libncep_post_v8.0.1_4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libnemsio_v2.2.4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2_v3.1.1_4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2tmpl_v1.6.0.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libbacio_v2.0.3_4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_d.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_d.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_d.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libcrtm_v2.2.6.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libpng_v1.2.44.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/lib/libjasper_v1.900.1.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libz_v1.2.11.a -L/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/lib -Wl,-rpath,/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/lib -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf -qopenmp -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -mpiifort -o /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/exe/NEMS.x MAIN_NEMS.o module_NEMS_UTILS.o module_MEDIATOR_methods.o module_MEDIATOR.o module_MEDIATOR_SpaceWeather.o module_EARTH_INTERNAL_STATE.o module_EARTH_GRID_COMP.o module_NEMS_INTERNAL_STATE.o module_NEMS_GRID_COMP.o module_NEMS_Rusage.o nems_c_rusage.o /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL/libfv3cap.a /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL/libfv3core.a /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL/libfv3io.a /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL/libipd.a /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL/libgfsphys.a /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL/libfv3cpl.a /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL/libstochastic_physics.a /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL/libfms.a ENS_Cpl/ENS_Cpl.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libncep_post_v8.0.1_4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libnemsio_v2.2.4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2_v3.1.1_4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2tmpl_v1.6.0.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libbacio_v2.0.3_4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_d.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_d.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_d.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libcrtm_v2.2.6.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libpng_v1.2.44.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/lib/libjasper_v1.900.1.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libz_v1.2.11.a -L/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/lib -Wl,-rpath,/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/lib -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf -qopenmp -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf +mpiifort -o /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/exe/NEMS.x MAIN_NEMS.o module_NEMS_UTILS.o module_MEDIATOR_methods.o module_MEDIATOR.o module_MEDIATOR_SpaceWeather.o module_EARTH_INTERNAL_STATE.o module_EARTH_GRID_COMP.o module_NEMS_INTERNAL_STATE.o module_NEMS_GRID_COMP.o module_NEMS_Rusage.o nems_c_rusage.o /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/libfv3cap.a /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/libfv3core.a /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/libfv3io.a /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/libipd.a /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/libgfsphys.a /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/libfv3cpl.a /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/libstochastic_physics.a /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL/libfms.a ENS_Cpl/ENS_Cpl.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libncep_post_v8.0.1_4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libnemsio_v2.2.4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2_v3.1.1_4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2tmpl_v1.6.0.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libbacio_v2.0.3_4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_d.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_d.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_d.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libcrtm_v2.2.6.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libpng_v1.2.44.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/lib/libjasper_v1.900.1.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libz_v1.2.11.a -L/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/lib -Wl,-rpath,/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/lib -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf -qopenmp -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/lib/libjasper_v1.900.1.a(jas_stream.o): In function `jas_stream_tmpfile': jas_stream.c:(.text+0x7a7): warning: the use of `tmpnam' is dangerous, better use `mkstemp' -/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/exe/NEMS.x is created. -make[1]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src' -+ cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src -+ cp -fp ../exe/NEMS.x /scratch1/NCEPDEV/stmp2/Dusan.Jovic/scrub/rtgen.302700/exec/fv3_appbuilder.exe -+ cp -fp conf/modules.nems /scratch1/NCEPDEV/stmp2/Dusan.Jovic/scrub/rtgen.302700/include/modules_appbuilder.fv3 -+ md5sum /scratch1/NCEPDEV/stmp2/Dusan.Jovic/scrub/rtgen.302700/exec/fv3_appbuilder.exe +/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/exe/NEMS.x is created. +make[1]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src' ++ cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src ++ cp -fp ../exe/NEMS.x /scratch1/NCEPDEV/stmp2/Dusan.Jovic/scrub/rtgen.374974/exec/fv3_appbuilder.exe ++ cp -fp conf/modules.nems /scratch1/NCEPDEV/stmp2/Dusan.Jovic/scrub/rtgen.374974/include/modules_appbuilder.fv3 ++ md5sum /scratch1/NCEPDEV/stmp2/Dusan.Jovic/scrub/rtgen.374974/exec/fv3_appbuilder.exe + unset md5sum + unset OPTS + set -xe + set -xe -+ test -s /scratch1/NCEPDEV/stmp2/Dusan.Jovic/scrub/rtgen.302700/exec/fv3_appbuilder.exe -+ test -x /scratch1/NCEPDEV/stmp2/Dusan.Jovic/scrub/rtgen.302700/exec/fv3_appbuilder.exe ++ test -s /scratch1/NCEPDEV/stmp2/Dusan.Jovic/scrub/rtgen.374974/exec/fv3_appbuilder.exe ++ test -x /scratch1/NCEPDEV/stmp2/Dusan.Jovic/scrub/rtgen.374974/exec/fv3_appbuilder.exe _______________________________________________________________ -Start Epilog v19.07.23 on node h24c47 for job 2120329 :: Mon Dec 30 18:56:11 UTC 2019 -Job 2120329 (not serial) finished for user Dusan.Jovic in partition hera with exit code 0:0 +Start Epilog v19.07.23 on node h19c22 for job 2943701 :: Thu Jan 23 20:33:59 UTC 2020 +Job 2943701 (not serial) finished for user Dusan.Jovic in partition hera with exit code 0:0 _______________________________________________________________ -End Epilogue v19.07.23 Mon Dec 30 18:56:11 UTC 2019 +End Epilogue v19.07.23 Thu Jan 23 20:33:59 UTC 2020 diff --git a/log/report-hera.intel-log/build_fv3_ww3.exe.log b/log/report-hera.intel-log/build_fv3_ww3.exe.log index 42dd43cd7c..7635268cf4 100644 --- a/log/report-hera.intel-log/build_fv3_ww3.exe.log +++ b/log/report-hera.intel-log/build_fv3_ww3.exe.log @@ -1,29 +1,28 @@ + [[ fv3_ww3.exe == fv3.exe ]] -+ [[ fv3_ww3.exe == fv3_ccpp_control.exe ]] + [[ fv3_ww3.exe == fv3_32bit.exe ]] + [[ fv3_ww3.exe == fv3_32bit_debug.exe ]] + [[ fv3_ww3.exe == fv3_ww3.exe ]] -+ rm -f /scratch1/NCEPDEV/stmp2/Dusan.Jovic/scrub/rtgen.302700/exec/fv3_ww3.exe -+ md5sum=/scratch1/NCEPDEV/stmp2/Dusan.Jovic/scrub/rtgen.302700/exec/fv3_ww3.exe.md5 ++ rm -f /scratch1/NCEPDEV/stmp2/Dusan.Jovic/scrub/rtgen.374974/exec/fv3_ww3.exe ++ md5sum=/scratch1/NCEPDEV/stmp2/Dusan.Jovic/scrub/rtgen.374974/exec/fv3_ww3.exe.md5 + OPTS=app=coupledFV3_WW3 -+ mkdir -p /scratch1/NCEPDEV/stmp2/Dusan.Jovic/scrub/rtgen.302700/exec /scratch1/NCEPDEV/stmp2/Dusan.Jovic/scrub/rtgen.302700/include -+ rm -f /scratch1/NCEPDEV/stmp2/Dusan.Jovic/scrub/rtgen.302700/exec/fv3_ww3.exe /scratch1/NCEPDEV/stmp2/Dusan.Jovic/scrub/rtgen.302700/include/modules_fv3_ww3 -+ cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model ++ mkdir -p /scratch1/NCEPDEV/stmp2/Dusan.Jovic/scrub/rtgen.374974/exec /scratch1/NCEPDEV/stmp2/Dusan.Jovic/scrub/rtgen.374974/include ++ rm -f /scratch1/NCEPDEV/stmp2/Dusan.Jovic/scrub/rtgen.374974/exec/fv3_ww3.exe /scratch1/NCEPDEV/stmp2/Dusan.Jovic/scrub/rtgen.374974/include/modules_fv3_ww3 ++ cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model + which aprun which: no aprun in (/scratch1/NCEPDEV/nems/emc.nemspara/soft/emc-utils/1.1.0/bin:/apps/hpss:/apps/rocoto/1.3.1/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/opt/ibutils/bin:/apps/local/bin:/apps/local/sbin:/apps/slurm/default/tools:/apps/slurm/default/bin:/apps/slurm/default/sbin:/apps/slurm/tools/sbank/bin:/home/Dusan.Jovic/bin:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/dbrowse) + ./NEMS/NEMSAppBuilder rebuild app=coupledFV3_WW3 ls: cannot access ../conf/component_*.mk: No such file or directory NEMSAppBuilder: make app=coupledFV3_WW3 distclean -Convert /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/coupledFV3_WW3.appBuilder -...into /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/coupledFV3_WW3.appBuilder.mk -Include /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/coupledFV3_WW3.appBuilder.mk -echo 'FMS FV3 WW3' > "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/components.mk" +Convert /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/coupledFV3_WW3.appBuilder +...into /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/coupledFV3_WW3.appBuilder.mk +Include /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/coupledFV3_WW3.appBuilder.mk +echo 'FMS FV3 WW3' > "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/components.mk" Adding FV3 makeopts to FMS makeopts -cat /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/fv3gfs/makefile | sed 's,^include,#include,g' \ - > /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/fv3gfs/makefile.temp.clean -cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/fv3gfs ; \ +cat /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs/makefile | sed 's,^include,#include,g' \ + > /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs/makefile.temp.clean +cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs ; \ exec make -f makefile.temp.clean clean -make[1]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/fv3gfs' +make[1]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs' Cleaning fms ... cd .. ; \ @@ -34,117 +33,117 @@ ls: cannot access */*.a: No such file or directory ls: cannot access */*.o: No such file or directory ls: cannot access */*.mod: No such file or directory ls: cannot access */depend: No such file or directory -make[1]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/fv3gfs' -rm -rf /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/fv3gfs/makefile.temp.clean -cat /dev/null > /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/conf/configure.fv3 -cat /dev/null > /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/conf/modules.fv3 -cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3 ; exec make \ +make[1]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs' +rm -rf /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs/makefile.temp.clean +cat /dev/null > /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/conf/configure.fv3 +cat /dev/null > /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/conf/modules.fv3 +cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 ; exec make \ -k cleanall FMS_DIR=/dev/null -make[1]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3' +make[1]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3' Cleaning ... (cd gfsphysics && make clean) Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics' +make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics' makefile:278: depend: No such file or directory Building dependencies ... -make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics' +make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics' Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics' +make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics' Cleaning gfsphysics ... rm -f -f libgfsphys.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend */*.tmp.f90 -make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics' +make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics' (cd ccpp/driver && make clean) Build CCPP layer ... -make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/driver' +make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ccpp/driver' makefile:67: depend: No such file or directory Building dependencies ... -make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/driver' +make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ccpp/driver' Build CCPP layer ... -make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/driver' +make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ccpp/driver' Cleaning CCPP_layer ... rm -f -f libccppdriver.a *__genmod.f90 *.tmp.f90 *.o */*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/driver' +make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ccpp/driver' (cd ipd && make clean) Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ipd' +make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd' makefile:54: depend: No such file or directory Building dependencies ... -make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ipd' +make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd' Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ipd' +make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd' Cleaning ipd ... rm -f -f libipd.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ipd' +make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd' (cd ../stochastic_physics && make clean) Build standalone FV3 stochastic_physics ... -make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/stochastic_physics' +make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/stochastic_physics' makefile:86: depend: No such file or directory Building dependencies ... -make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/stochastic_physics' +make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/stochastic_physics' Build standalone FV3 stochastic_physics ... -make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/stochastic_physics' +make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/stochastic_physics' Cleaning stochastic_physics ... rm -f -f libstochastic_physics.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/stochastic_physics' +make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/stochastic_physics' (cd io && make clean) Build standalone FV3 io ... $ESMF_INC is [] -make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/io' +make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io' Cleaning io ... rm -f -f libfv3io.a *__genmod.f90 *.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/io' +make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io' (cd atmos_cubed_sphere && make clean) Build standalone FV3 fv3core ... -make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/atmos_cubed_sphere' +make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere' Cleaning fv3core ... rm -f -f libfv3core.a *__genmod.f90 */*.o */*/*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/atmos_cubed_sphere' +make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere' (cd cpl && make clean) Build standalone FV3 io ... -make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/cpl' +make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl' Cleaning io ... rm -f -f libfv3cpl.a *.o *.mod *.lst *.i90 depend -make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/cpl' +make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl' rm -f -f fv3.exe libfv3cap.a *.o *.mod *.i90 *.lst depend rm -f -rf nems_dir fv3.mk FV3_INSTALL rm -f -f conf/modules.fv3 rm -f -f conf/configure.fv3 -make[1]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3' -rm -rf nems_dir FV3_INSTALL /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/conf/configure.fv3 \ - /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/conf/modules.fv3 -rm -rf /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk -. /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model/esmf ; \ -export COMP_SRCDIR="/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model" COMP_BINDIR="/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/WW3_INSTALL" WW3_COMP="hera" ; \ +make[1]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3' +rm -rf nems_dir FV3_INSTALL /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/conf/configure.fv3 \ + /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/conf/modules.fv3 +rm -rf /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk +. /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/esmf ; \ +export COMP_SRCDIR="/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model" COMP_BINDIR="/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/WW3_INSTALL" WW3_COMP="hera" ; \ export ESMFMKFILE=/dev/null ; \ exec make distclean @@ -158,96 +157,96 @@ Currently Loaded Modules: -make[1]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model/esmf' -\rm -f /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model/exe/ww3_multi_esmf *.o *.mod -/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model/bin/w3_clean -c +make[1]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/esmf' +\rm -f /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/exe/ww3_multi_esmf *.o *.mod +/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/bin/w3_clean -c ***************************** *** WAVEWATCH III clean *** ***************************** - Clean up /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model/tmp - Clean up /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model/bin - Clean up /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model/ftn - Clean up /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model/aux - Remove /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model/mod - Remove /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model/mod_HYB - Remove /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model/mod_SEQ - Remove /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model/obj - Remove /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model/obj_HYB - Remove /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model/obj_SEQ - Remove /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model/tmp - Clean up /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model/bin - Remove /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model/exe - Clean up /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model/../regtests -\rm -fr /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model/tmp -\rm -f /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model/bin/wwatch3.env -make[1]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model/esmf' -cd "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model" ; \ + Clean up /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/tmp + Clean up /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/bin + Clean up /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/ftn + Clean up /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/aux + Remove /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/mod + Remove /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/mod_HYB + Remove /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/mod_SEQ + Remove /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/obj + Remove /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/obj_HYB + Remove /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/obj_SEQ + Remove /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/tmp + Clean up /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/bin + Remove /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/exe + Clean up /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/../regtests +\rm -fr /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/tmp +\rm -f /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/bin/wwatch3.env +make[1]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/esmf' +cd "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model" ; \ rm -rf exe mod* obj* tmp ftn/makefile ftn/makefile_DIST \ ftn/makefile_SHRD esmf/wwatch3.env aux/makefile \ bin/link bin/comp ; \ find . -name '*.o' -o -name '*.mod' -o -name '*.a' \ | xargs rm -f -rm -rf /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/WW3_INSTALL /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/WW3_INSTALL/nuopc.mk -if ! test -f /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; then \ - cat /dev/null > /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; \ +rm -rf /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/WW3_INSTALL /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/WW3_INSTALL/nuopc.mk +if ! test -f /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; then \ + cat /dev/null > /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; \ delete_nuopc=yes ; \ fi ; \ -cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src ; make "COMPONENTS=FMS FV3 WW3" \ +cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src ; make "COMPONENTS=FMS FV3 WW3" \ INCLUDES_ARE_OPTIONAL=YES clean ; \ if [ "$delete_nuopc" = yes ] ; then \ - rm -f /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; \ + rm -f /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; \ fi Components in linker order: WW3 FV3 FMS WW3: include -make[1]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src' +make[1]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src' GNUmakefile:70: : component WW3 makefile fragment is missing -FV3: include /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk -GNUmakefile:70: /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk: component FV3 makefile fragment is missing -FMS: include /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL/fms.mk -GNUmakefile:70: /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL/fms.mk: component FMS makefile fragment is missing +FV3: include /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk +GNUmakefile:70: /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk: component FV3 makefile fragment is missing +FMS: include /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL/fms.mk +GNUmakefile:70: /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL/fms.mk: component FMS makefile fragment is missing rm -f -f *.tmp.f90 *.lst *.o *.mod lm map cd ENS_Cpl ; make clean -make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/ENS_Cpl' +make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/ENS_Cpl' rm -f -f ENS_Cpl.a *.f90 *.o *.mod *.lst lm map depend -make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/ENS_Cpl' -make[1]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src' -rm -f /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/exe/NEMS.x /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC -rm -f /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/configure.nems /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/externals.nems /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/modules.nems /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/ESMFVersionDefine.h /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/modules.nems.sh /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/modules.nems.csh /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/test-results.mk -rm -f /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/components.mk -rm -f /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/test_results.mk +make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/ENS_Cpl' +make[1]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src' +rm -f /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/exe/NEMS.x /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC +rm -f /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/externals.nems /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/modules.nems /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/ESMFVersionDefine.h /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/modules.nems.sh /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/modules.nems.csh /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/test-results.mk +rm -f /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/components.mk +rm -f /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/test_results.mk NEMSAppBuilder: make app=coupledFV3_WW3 build -Convert /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/coupledFV3_WW3.appBuilder -...into /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/coupledFV3_WW3.appBuilder.mk -Include /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/coupledFV3_WW3.appBuilder.mk -echo 'FMS FV3 WW3' > "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/components.mk" +Convert /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/coupledFV3_WW3.appBuilder +...into /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/coupledFV3_WW3.appBuilder.mk +Include /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/coupledFV3_WW3.appBuilder.mk +echo 'FMS FV3 WW3' > "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/components.mk" Adding FV3 makeopts to FMS makeopts -cp /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/conf/configure.fv3.hera.intel /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/configure.nems -cat /dev/null > /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/externals.nems -cp /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel/fv3 /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/modules.nems -cp /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/ESMFVersionDefine_ESMF_NUOPC.h /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/ESMFVersionDefine.h -( echo '. /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc' ; \ -echo 'module use /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf' ; \ -echo 'module load modules.nems' ) > "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/modules.nems.sh" -( echo 'source /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/module-setup.csh.inc' ; \ -echo 'module use /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf' ; \ -echo 'module load modules.nems' ) > "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/modules.nems.csh" -/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/incmake/configure_rules.mk:3: /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/test-results.mk: No such file or directory -make -f /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/incmake/tests.mk \ - MODULE_LOGIC=" . /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack" \ - TARGET="/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/test-results.mk" TEST -make[1]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS' +cp /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/conf/configure.fv3.hera.intel /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems +cat /dev/null > /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/externals.nems +cp /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/hera.intel/fv3 /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/modules.nems +cp /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/ESMFVersionDefine_ESMF_NUOPC.h /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/ESMFVersionDefine.h +( echo '. /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc' ; \ +echo 'module use /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf' ; \ +echo 'module load modules.nems' ) > "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/modules.nems.sh" +( echo 'source /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/module-setup.csh.inc' ; \ +echo 'module use /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf' ; \ +echo 'module load modules.nems' ) > "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/modules.nems.csh" +/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/incmake/configure_rules.mk:3: /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/test-results.mk: No such file or directory +make -f /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/incmake/tests.mk \ + MODULE_LOGIC=" . /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack" \ + TARGET="/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/test-results.mk" TEST +make[1]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS' if [ -f "/modules.nems" ] ; then \ - . /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=unlimited ; ulimit -S -s 200000 ; module use /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s ; \ + . /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=unlimited ; ulimit -S -s 200000 ; module use /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s ; \ fi ; \ ( \ echo "# Do not edit this file. It is automatically generated from tests.mk." ; \ echo "CASELESS_FILESYSTEM=NO" ; \ if [ "Q$ESMFMKFILE" != Q ] ; then egrep 'VERSION|^ESMF_[A-Z]*DIR' < "$ESMFMKFILE" ; fi ; \ -) > "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/test-results.mk" -make[1]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS' -. /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/fv3gfs ; \ +) > "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/test-results.mk" +make[1]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS' +. /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs ; \ exec make all Currently Loaded Modules: @@ -260,10 +259,10 @@ Currently Loaded Modules: -make[1]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/fv3gfs' +make[1]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs' Building dependencies ... -make[1]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/fv3gfs' -make[1]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/fv3gfs' +make[1]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs' +make[1]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs' mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_parameter.F90 -o ../mpp/mpp_parameter.o Using 8-byte addressing Using pure routines. @@ -554,18 +553,18 @@ a - ../mosaic/mosaic_util.o a - ../mosaic/read_mosaic.o a - ../mpp/nsclock.o a - ../mpp/threadloc.o -mkdir -p "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL" -mv fms.mk "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL/." -cp -fp *.a *.mod ../include/*.h "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL"/. -make[1]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/fv3gfs' -test -d /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -Compiling into /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL on hera -cp -fp /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/configure.nems \ - "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3"/conf/configure.fv3 -cp -fp /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/modules.nems \ - "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3"/conf/modules.fv3 -. /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3 ; \ - exec make COMP=FV3 COMP_SRCDIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3 COMP_BINDIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL MACHINE_ID=hera FMS_DIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL nemsinstall +mkdir -p "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL" +mv fms.mk "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL/." +cp -fp *.a *.mod ../include/*.h "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL"/. +make[1]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs' +test -d /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL +Compiling into /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL on hera +cp -fp /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems \ + "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3"/conf/configure.fv3 +cp -fp /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/modules.nems \ + "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3"/conf/modules.fv3 +. /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 ; \ + exec make COMP=FV3 COMP_SRCDIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 COMP_BINDIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL MACHINE_ID=hera FMS_DIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL nemsinstall Currently Loaded Modules: 1) contrib 7) ip/3.0.2 13) g2tmpl/1.6.0 19) esmf/8.0.0 @@ -577,195 +576,195 @@ Currently Loaded Modules: -make[1]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3' +make[1]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3' Building dependencies ... -make[1]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3' -make[1]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3' -make -C cpl FMS_DIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL +make[1]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3' +make[1]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3' +make -C cpl FMS_DIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL Build standalone FV3 io ... -make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/cpl' +make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl' Building dependencies ... -make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/cpl' +make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl' Build standalone FV3 io ... -make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/cpl' +make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl' mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -c module_cplfields.F90 mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -c module_cap_cpl.F90 ar rv libfv3cpl.a module_cplfields.o module_cap_cpl.o ar: creating libfv3cpl.a a - module_cplfields.o a - module_cap_cpl.o -make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/cpl' -make -C gfsphysics FMS_DIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit +make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl' +make -C gfsphysics FMS_DIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics' +make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics' makefile:278: depend: No such file or directory Building dependencies ... -make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics' +make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics' Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics' -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/machine.F -o physics/machine.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cnvc90.f -o physics/cnvc90.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/co2hc.f -o physics/co2hc.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/date_def.f -o physics/date_def.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/physcons.F90 -o physics/physcons.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/dcyc2.f -o physics/dcyc2.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/dcyc2.pre.rad.f -o physics/dcyc2.pre.rad.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/efield.f -o physics/efield.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/tracer_const_h.f -o physics/tracer_const_h.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/get_prs.f -o physics/get_prs.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gocart_tracer_config_stub.f -o physics/gocart_tracer_config_stub.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/funcphys.f90 -o physics/funcphys.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gscond.f -o physics/gscond.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gscondp.f -o physics/gscondp.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gwdc.f -o physics/gwdc.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gwdps.f -o physics/gwdps.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_initialize.F90 -o physics/cires_ugwp_initialize.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_module.F90 -o physics/cires_ugwp_module.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ugwp_driver_v0.f -o physics/ugwp_driver_v0.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_orowam2017.f -o physics/cires_orowam2017.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2o_def.f -o physics/h2o_def.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2oc.f -o physics/h2oc.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2ohdc.f -o physics/h2ohdc.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2ophys.f -o physics/h2ophys.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ideaca.f -o physics/ideaca.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_composition.f -o physics/idea_composition.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_co2.f -o physics/idea_co2.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_dissipation.f -o physics/idea_dissipation.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_h2o.f -o physics/idea_h2o.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/wam_f107_kp_mod.f90 -o physics/wam_f107_kp_mod.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_ion.f -o physics/idea_ion.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_o2_o3.f -o physics/idea_o2_o3.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_phys.f -o physics/idea_phys.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_solar_heating.f -o physics/idea_solar_heating.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_tracer.f -o physics/idea_tracer.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/iounitdef.f -o physics/iounitdef.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/lrgsclr.f -o physics/lrgsclr.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mersenne_twister.f -o physics/mersenne_twister.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfpbl.f -o physics/mfpbl.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfpblt.f -o physics/mfpblt.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfpbltq.f -o physics/mfpbltq.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfscu.f -o physics/mfscu.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfscuq.f -o physics/mfscuq.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_bfmicrophysics.f -o physics/module_bfmicrophysics.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninedmf.f -o physics/moninedmf.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninedmf_hafs.f -o physics/moninedmf_hafs.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninp.f -o physics/moninp.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninp1.f -o physics/moninp1.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninq.f -o physics/moninq.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninq1.f -o physics/moninq1.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninshoc.f -o physics/moninshoc.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstadb.f -o physics/mstadb.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstadbtn.f -o physics/mstadbtn.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstadbtn2.f -o physics/mstadbtn2.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstcnv.f -o physics/mstcnv.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/namelist_soilveg.f -o physics/namelist_soilveg.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozne_def.f -o physics/ozne_def.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/iccn_def.f -o physics/iccn_def.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/aerclm_def.f -o physics/aerclm_def.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozphys.f -o physics/ozphys.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozphys_2015.f -o physics/ozphys_2015.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/physparam.f -o physics/physparam.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/precpd.f -o physics/precpd.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/precpd_shoc.f -o physics/precpd_shoc.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/precpdp.f -o physics/precpdp.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/progtm_module.f -o physics/progtm_module.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/progt2.f -o physics/progt2.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/surface_perturbation.F90 -o physics/surface_perturbation.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radlw_param.f -o physics/radlw_param.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radlw_datatb.f -o physics/radlw_datatb.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radlw_main.f -o physics/radlw_main.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radsw_param.f -o physics/radsw_param.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rascnvv2.f -o physics/rascnvv2.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/GFDL_parse_tracers.F90 -o physics/GFDL_parse_tracers.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_typedefs.F90 -o GFS_layer/GFS_typedefs.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gfs_phy_tracer_config.F -o physics/gfs_phy_tracer_config.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX-I -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_aerosols.f -o physics/radiation_aerosols.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_astronomy.f -o physics/radiation_astronomy.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_surface.f -o physics/radiation_surface.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radsw_datatb.f -o physics/radsw_datatb.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radsw_main.f -o physics/radsw_main.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_gases.f -o physics/radiation_gases.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_clouds.f -o physics/radiation_clouds.o +make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics' +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/machine.F -o physics/machine.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cnvc90.f -o physics/cnvc90.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/co2hc.f -o physics/co2hc.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/date_def.f -o physics/date_def.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/physcons.F90 -o physics/physcons.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/dcyc2.f -o physics/dcyc2.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/dcyc2.pre.rad.f -o physics/dcyc2.pre.rad.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/efield.f -o physics/efield.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/tracer_const_h.f -o physics/tracer_const_h.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/get_prs.f -o physics/get_prs.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gocart_tracer_config_stub.f -o physics/gocart_tracer_config_stub.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/funcphys.f90 -o physics/funcphys.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gscond.f -o physics/gscond.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gscondp.f -o physics/gscondp.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gwdc.f -o physics/gwdc.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gwdps.f -o physics/gwdps.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_initialize.F90 -o physics/cires_ugwp_initialize.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_module.F90 -o physics/cires_ugwp_module.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ugwp_driver_v0.f -o physics/ugwp_driver_v0.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_orowam2017.f -o physics/cires_orowam2017.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2o_def.f -o physics/h2o_def.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2oc.f -o physics/h2oc.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2ohdc.f -o physics/h2ohdc.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2ophys.f -o physics/h2ophys.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ideaca.f -o physics/ideaca.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_composition.f -o physics/idea_composition.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_co2.f -o physics/idea_co2.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_dissipation.f -o physics/idea_dissipation.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_h2o.f -o physics/idea_h2o.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/wam_f107_kp_mod.f90 -o physics/wam_f107_kp_mod.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_ion.f -o physics/idea_ion.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_o2_o3.f -o physics/idea_o2_o3.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_phys.f -o physics/idea_phys.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_solar_heating.f -o physics/idea_solar_heating.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_tracer.f -o physics/idea_tracer.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/iounitdef.f -o physics/iounitdef.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/lrgsclr.f -o physics/lrgsclr.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mersenne_twister.f -o physics/mersenne_twister.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfpbl.f -o physics/mfpbl.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfpblt.f -o physics/mfpblt.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfpbltq.f -o physics/mfpbltq.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfscu.f -o physics/mfscu.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfscuq.f -o physics/mfscuq.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_bfmicrophysics.f -o physics/module_bfmicrophysics.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninedmf.f -o physics/moninedmf.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninedmf_hafs.f -o physics/moninedmf_hafs.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninp.f -o physics/moninp.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninp1.f -o physics/moninp1.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninq.f -o physics/moninq.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninq1.f -o physics/moninq1.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninshoc.f -o physics/moninshoc.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstadb.f -o physics/mstadb.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstadbtn.f -o physics/mstadbtn.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstadbtn2.f -o physics/mstadbtn2.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstcnv.f -o physics/mstcnv.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/namelist_soilveg.f -o physics/namelist_soilveg.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozne_def.f -o physics/ozne_def.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/iccn_def.f -o physics/iccn_def.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/aerclm_def.f -o physics/aerclm_def.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozphys.f -o physics/ozphys.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozphys_2015.f -o physics/ozphys_2015.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/physparam.f -o physics/physparam.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/precpd.f -o physics/precpd.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/precpd_shoc.f -o physics/precpd_shoc.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/precpdp.f -o physics/precpdp.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/progtm_module.f -o physics/progtm_module.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/progt2.f -o physics/progt2.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/surface_perturbation.F90 -o physics/surface_perturbation.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radlw_param.f -o physics/radlw_param.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radlw_datatb.f -o physics/radlw_datatb.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radlw_main.f -o physics/radlw_main.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radsw_param.f -o physics/radsw_param.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rascnvv2.f -o physics/rascnvv2.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/GFDL_parse_tracers.F90 -o physics/GFDL_parse_tracers.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_typedefs.F90 -o GFS_layer/GFS_typedefs.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gfs_phy_tracer_config.F -o physics/gfs_phy_tracer_config.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX-I -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_aerosols.f -o physics/radiation_aerosols.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_astronomy.f -o physics/radiation_astronomy.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_surface.f -o physics/radiation_surface.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radsw_datatb.f -o physics/radsw_datatb.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radsw_main.f -o physics/radsw_main.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_gases.f -o physics/radiation_gases.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_clouds.f -o physics/radiation_clouds.o mpiicc -E -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML GFS_layer/GFS_radiation_driver.F90 > GFS_layer/GFS_radiation_driver.tmp.f90 -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_radiation_driver.tmp.f90 -o GFS_layer/GFS_radiation_driver.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rad_initialize.f -o physics/rad_initialize.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rayleigh_damp.f -o physics/rayleigh_damp.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rayleigh_damp_mesopause.f -o physics/rayleigh_damp_mesopause.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/samfaerosols.f -o physics/samfaerosols.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/samfdeepcnv.f -o physics/samfdeepcnv.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/samfshalcnv.f -o physics/samfshalcnv.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sascnv.f -o physics/sascnv.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sascnvn.f -o physics/sascnvn.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/satmedmfvdif.f -o physics/satmedmfvdif.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/satmedmfvdifq.f -o physics/satmedmfvdifq.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/set_soilveg.f -o physics/set_soilveg.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_cice.f -o physics/sfc_cice.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_diag.f -o physics/sfc_diag.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_diff.f -o physics/sfc_diff.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_drv.f -o physics/sfc_drv.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_wrf_utl.f90 -o physics/module_wrf_utl.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_sf_noahmp_glacier.f90 -o physics/module_sf_noahmp_glacier.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/noahmp_tables.f90 -o physics/noahmp_tables.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_sf_noahmplsm.f90 -o physics/module_sf_noahmplsm.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_noahmp_drv.f -o physics/sfc_noahmp_drv.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_nst_parameters.f90 -o physics/module_nst_parameters.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_nst_water_prop.f90 -o physics/module_nst_water_prop.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_nst_model.f90 -o physics/module_nst_model.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_nst.f -o physics/sfc_nst.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_ocean.f -o physics/sfc_ocean.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_sice.f -o physics/sfc_sice.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sflx.f -o physics/sflx.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcnv.f -o physics/shalcnv.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv.f -o physics/shalcv.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv_1lyr.f -o physics/shalcv_1lyr.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv_fixdp.f -o physics/shalcv_fixdp.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv_opr.f -o physics/shalcv_opr.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/tridi2t3.f -o physics/tridi2t3.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/calpreciptype.f90 -o physics/calpreciptype.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gcm_shoc.f90 -o physics/gcm_shoc.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/get_prs_fv3.f90 -o physics/get_prs_fv3.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2ointerp.f90 -o physics/h2ointerp.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozinterp.f90 -o physics/ozinterp.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/iccninterp.f90 -o physics/iccninterp.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/aerinterp.f90 -o physics/aerinterp.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/aer_cloud.F -o physics/aer_cloud.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/wv_saturation.F -o physics/wv_saturation.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cldmacro.F -o physics/cldmacro.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cldwat2m_micro.F -o physics/cldwat2m_micro.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/num_parthds.F -o physics/num_parthds.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfcsub.F -o physics/sfcsub.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gcycle.F90 -o physics/gcycle.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_utils.F90 -o physics/cires_ugwp_utils.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_triggers.F90 -o physics/cires_ugwp_triggers.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_solvers.F90 -o physics/cires_ugwp_solvers.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_vert_lsatdis.F90 -o physics/cires_vert_lsatdis.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_vert_orodis.F90 -o physics/cires_vert_orodis.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_vert_wmsdis.F90 -o physics/cires_vert_wmsdis.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_mp_radar.F90 -o physics/module_mp_radar.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gfdl_cloud_microphys.F90 -o physics/gfdl_cloud_microphys.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/micro_mg_utils.F90 -o physics/micro_mg_utils.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/micro_mg2_0.F90 -o physics/micro_mg2_0.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/micro_mg3_0.F90 -o physics/micro_mg3_0.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/m_micro_driver.F90 -o physics/m_micro_driver.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cs_conv.F90 -o physics/cs_conv.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/GFS_debug.F90 -o physics/GFS_debug.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_mp_thompson_gfs.F90 -o physics/module_mp_thompson_gfs.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_mp_wsm6_fv3.F90 -o physics/module_mp_wsm6_fv3.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -O0 -c GFS_layer/GFS_diagnostics.F90 -o GFS_layer/GFS_diagnostics.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_restart.F90 -o GFS_layer/GFS_restart.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_radiation_driver.tmp.f90 -o GFS_layer/GFS_radiation_driver.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rad_initialize.f -o physics/rad_initialize.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rayleigh_damp.f -o physics/rayleigh_damp.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rayleigh_damp_mesopause.f -o physics/rayleigh_damp_mesopause.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/samfaerosols.f -o physics/samfaerosols.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/samfdeepcnv.f -o physics/samfdeepcnv.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/samfshalcnv.f -o physics/samfshalcnv.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sascnv.f -o physics/sascnv.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sascnvn.f -o physics/sascnvn.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/satmedmfvdif.f -o physics/satmedmfvdif.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/satmedmfvdifq.f -o physics/satmedmfvdifq.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/set_soilveg.f -o physics/set_soilveg.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_cice.f -o physics/sfc_cice.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_diag.f -o physics/sfc_diag.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_diff.f -o physics/sfc_diff.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_drv.f -o physics/sfc_drv.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_wrf_utl.f90 -o physics/module_wrf_utl.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_sf_noahmp_glacier.f90 -o physics/module_sf_noahmp_glacier.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/noahmp_tables.f90 -o physics/noahmp_tables.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_sf_noahmplsm.f90 -o physics/module_sf_noahmplsm.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_noahmp_drv.f -o physics/sfc_noahmp_drv.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_nst_parameters.f90 -o physics/module_nst_parameters.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_nst_water_prop.f90 -o physics/module_nst_water_prop.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_nst_model.f90 -o physics/module_nst_model.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_nst.f -o physics/sfc_nst.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_ocean.f -o physics/sfc_ocean.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_sice.f -o physics/sfc_sice.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sflx.f -o physics/sflx.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcnv.f -o physics/shalcnv.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv.f -o physics/shalcv.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv_1lyr.f -o physics/shalcv_1lyr.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv_fixdp.f -o physics/shalcv_fixdp.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv_opr.f -o physics/shalcv_opr.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/tridi2t3.f -o physics/tridi2t3.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/calpreciptype.f90 -o physics/calpreciptype.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gcm_shoc.f90 -o physics/gcm_shoc.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/get_prs_fv3.f90 -o physics/get_prs_fv3.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2ointerp.f90 -o physics/h2ointerp.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozinterp.f90 -o physics/ozinterp.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/iccninterp.f90 -o physics/iccninterp.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/aerinterp.f90 -o physics/aerinterp.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/aer_cloud.F -o physics/aer_cloud.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/wv_saturation.F -o physics/wv_saturation.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cldmacro.F -o physics/cldmacro.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cldwat2m_micro.F -o physics/cldwat2m_micro.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/num_parthds.F -o physics/num_parthds.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfcsub.F -o physics/sfcsub.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gcycle.F90 -o physics/gcycle.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_utils.F90 -o physics/cires_ugwp_utils.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_triggers.F90 -o physics/cires_ugwp_triggers.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_solvers.F90 -o physics/cires_ugwp_solvers.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_vert_lsatdis.F90 -o physics/cires_vert_lsatdis.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_vert_orodis.F90 -o physics/cires_vert_orodis.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_vert_wmsdis.F90 -o physics/cires_vert_wmsdis.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_mp_radar.F90 -o physics/module_mp_radar.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gfdl_cloud_microphys.F90 -o physics/gfdl_cloud_microphys.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/micro_mg_utils.F90 -o physics/micro_mg_utils.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/micro_mg2_0.F90 -o physics/micro_mg2_0.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/micro_mg3_0.F90 -o physics/micro_mg3_0.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/m_micro_driver.F90 -o physics/m_micro_driver.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cs_conv.F90 -o physics/cs_conv.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/GFS_debug.F90 -o physics/GFS_debug.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_mp_thompson_gfs.F90 -o physics/module_mp_thompson_gfs.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_mp_wsm6_fv3.F90 -o physics/module_mp_wsm6_fv3.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -O0 -c GFS_layer/GFS_diagnostics.F90 -o GFS_layer/GFS_diagnostics.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_restart.F90 -o GFS_layer/GFS_restart.o mpiicc -E -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML GFS_layer/GFS_physics_driver.F90 > GFS_layer/GFS_physics_driver.tmp.f90 -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_physics_driver.tmp.f90 -o GFS_layer/GFS_physics_driver.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_physics_driver.tmp.f90 -o GFS_layer/GFS_physics_driver.o mpiicc -E -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML GFS_layer/GFS_driver.F90 > GFS_layer/GFS_driver.tmp.f90 -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_driver.tmp.f90 -o GFS_layer/GFS_driver.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_abstraction_layer.F90 -o GFS_layer/GFS_abstraction_layer.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_driver.tmp.f90 -o GFS_layer/GFS_driver.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_abstraction_layer.F90 -o GFS_layer/GFS_abstraction_layer.o ar rv libgfsphys.a physics/cnvc90.o physics/co2hc.o physics/date_def.o physics/dcyc2.o physics/dcyc2.pre.rad.o physics/efield.o physics/get_prs.o physics/gocart_tracer_config_stub.o physics/gscond.o physics/gscondp.o physics/gwdc.o physics/gwdps.o physics/ugwp_driver_v0.o physics/cires_orowam2017.o physics/h2o_def.o physics/h2oc.o physics/h2ohdc.o physics/h2ophys.o physics/ideaca.o physics/idea_co2.o physics/idea_composition.o physics/idea_dissipation.o physics/idea_h2o.o physics/idea_ion.o physics/idea_o2_o3.o physics/idea_phys.o physics/idea_solar_heating.o physics/idea_tracer.o physics/iounitdef.o physics/lrgsclr.o physics/mersenne_twister.o physics/mfpbl.o physics/mfpblt.o physics/mfpbltq.o physics/mfscu.o physics/mfscuq.o physics/module_bfmicrophysics.o physics/moninedmf.o physics/moninedmf_hafs.o physics/moninp.o physics/moninp1.o physics/moninq.o physics/moninq1.o physics/moninshoc.o physics/mstadb.o physics/mstadbtn.o physics/mstadbtn2.o physics/mstcnv.o physics/namelist_soilveg.o physics/ozne_def.o physics/iccn_def.o physics/aerclm_def.o physics/ozphys.o physics/ozphys_2015.o physics/physparam.o physics/precpd.o physics/precpd_shoc.o physics/precpdp.o physics/progt2.o physics/progtm_module.o physics/rad_initialize.o physics/radiation_aerosols.o physics/radiation_astronomy.o physics/radiation_clouds.o physics/radiation_gases.o physics/radiation_surface.o physics/radlw_datatb.o physics/radlw_main.o physics/radlw_param.o physics/radsw_datatb.o physics/radsw_main.o physics/radsw_param.o physics/rascnvv2.o physics/rayleigh_damp.o physics/rayleigh_damp_mesopause.o physics/samfaerosols.o physics/samfdeepcnv.o physics/samfshalcnv.o physics/sascnv.o physics/sascnvn.o physics/satmedmfvdif.o physics/satmedmfvdifq.o physics/set_soilveg.o physics/sfc_cice.o physics/sfc_diag.o physics/sfc_diff.o physics/sfc_drv.o physics/sfc_noahmp_drv.o physics/sfc_nst.o physics/sfc_ocean.o physics/sfc_sice.o physics/sflx.o physics/shalcnv.o physics/shalcv.o physics/shalcv_1lyr.o physics/shalcv_fixdp.o physics/shalcv_opr.o physics/tracer_const_h.o physics/tridi2t3.o physics/calpreciptype.o physics/funcphys.o physics/gcm_shoc.o physics/get_prs_fv3.o physics/h2ointerp.o physics/module_nst_model.o physics/module_nst_parameters.o physics/module_nst_water_prop.o physics/ozinterp.o physics/module_wrf_utl.o physics/noahmp_tables.o physics/module_sf_noahmplsm.o physics/module_sf_noahmp_glacier.o physics/iccninterp.o physics/aerinterp.o physics/wam_f107_kp_mod.o physics/aer_cloud.o physics/cldmacro.o physics/cldwat2m_micro.o physics/gfs_phy_tracer_config.o physics/machine.o physics/num_parthds.o physics/sfcsub.o physics/wv_saturation.o physics/GFDL_parse_tracers.o physics/gcycle.o physics/cires_ugwp_initialize.o physics/cires_ugwp_module.o physics/cires_ugwp_utils.o physics/cires_ugwp_triggers.o physics/cires_ugwp_solvers.o physics/cires_vert_lsatdis.o physics/cires_vert_orodis.o physics/cires_vert_wmsdis.o physics/gfdl_cloud_microphys.o physics/micro_mg_utils.o physics/micro_mg2_0.o physics/micro_mg3_0.o physics/m_micro_driver.o physics/cs_conv.o physics/GFS_debug.o physics/module_mp_radar.o physics/module_mp_thompson_gfs.o physics/module_mp_wsm6_fv3.o physics/physcons.o physics/surface_perturbation.o GFS_layer/GFS_abstraction_layer.o GFS_layer/GFS_diagnostics.o GFS_layer/GFS_driver.o GFS_layer/GFS_physics_driver.o GFS_layer/GFS_radiation_driver.o GFS_layer/GFS_restart.o GFS_layer/GFS_typedefs.o ar: creating libgfsphys.a a - physics/cnvc90.o @@ -920,48 +919,48 @@ a - GFS_layer/GFS_physics_driver.o a - GFS_layer/GFS_radiation_driver.o a - GFS_layer/GFS_restart.o a - GFS_layer/GFS_typedefs.o -make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics' -make -C ipd FMS_DIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit +make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics' +make -C ipd FMS_DIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ipd' +make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd' makefile:54: depend: No such file or directory Building dependencies ... -make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ipd' +make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd' Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ipd' -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../namphysics -c IPD_typedefs.F90 -o IPD_typedefs.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../namphysics -c IPD_driver.F90 -o IPD_driver.o +make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd' +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../namphysics -c IPD_typedefs.F90 -o IPD_typedefs.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../namphysics -c IPD_driver.F90 -o IPD_driver.o ar rv libipd.a IPD_driver.o IPD_typedefs.o ar: creating libipd.a a - IPD_driver.o a - IPD_typedefs.o -make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ipd' -make -C io FMS_DIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL +make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd' +make -C io FMS_DIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL Build standalone FV3 io ... $ESMF_INC is [-I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include] -make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/io' +make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io' Building dependencies ... -make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/io' +make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io' Build standalone FV3 io ... $ESMF_INC is [-I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include] -make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/io' -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -c ffsync.F90 -o ffsync.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -c FV3GFS_io.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -c module_fv3_io_def.F90 -o module_fv3_io_def.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -c module_write_internal_state.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ncep_post_v8.0.1_4 -c post_gfs.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ncep_post_v8.0.1_4 -c post_nems_routines.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/nemsio_v2.2.4 -c module_write_nemsio.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/nemsio_v2.2.4 -c module_write_netcdf.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -c module_wrt_grid_comp.F90 +make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io' +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -c ffsync.F90 -o ffsync.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -c FV3GFS_io.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -c module_fv3_io_def.F90 -o module_fv3_io_def.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -c module_write_internal_state.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ncep_post_v8.0.1_4 -c post_gfs.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ncep_post_v8.0.1_4 -c post_nems_routines.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/nemsio_v2.2.4 -c module_write_nemsio.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/nemsio_v2.2.4 -c module_write_netcdf.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -c module_wrt_grid_comp.F90 ar rv libfv3io.a ffsync.o FV3GFS_io.o post_gfs.o post_nems_routines.o module_write_nemsio.o module_write_netcdf.o module_fv3_io_def.o module_write_internal_state.o module_wrt_grid_comp.o ar: creating libfv3io.a a - ffsync.o @@ -973,66 +972,66 @@ a - module_write_netcdf.o a - module_fv3_io_def.o a - module_write_internal_state.o a - module_wrt_grid_comp.o -make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/io' -make -C atmos_cubed_sphere FMS_DIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL +make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io' +make -C atmos_cubed_sphere FMS_DIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL Build standalone FV3 fv3core ... -make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/atmos_cubed_sphere' +make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere' Building dependencies ... -make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/atmos_cubed_sphere' +make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere' Build standalone FV3 fv3core ... -make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/atmos_cubed_sphere' -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_arrays.F90 -o model/fv_arrays.o +make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere' +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_arrays.F90 -o model/fv_arrays.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_mp_mod.F90 -o tools/fv_mp_mod.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_timing.F90 -o tools/fv_timing.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/external_sst.F90 -o tools/external_sst.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_eta.F90 -o tools/fv_eta.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_grid_utils.F90 -o model/fv_grid_utils.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_mp_mod.F90 -o tools/fv_mp_mod.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_timing.F90 -o tools/fv_timing.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/external_sst.F90 -o tools/external_sst.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_eta.F90 -o tools/fv_eta.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_grid_utils.F90 -o model/fv_grid_utils.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/a2b_edge.F90 -o model/a2b_edge.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/multi_gases.F90 -o model/multi_gases.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/boundary.F90 -o model/boundary.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_sg.F90 -o model/fv_sg.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_fill.F90 -o model/fv_fill.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_cmp.F90 -o model/fv_cmp.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -fast-transcendentals -c model/fv_mapz.F90 -o model/fv_mapz.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_surf_map.F90 -o tools/fv_surf_map.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_diagnostics.F90 -o tools/fv_diagnostics.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/init_hydro.F90 -o tools/init_hydro.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/sorted_index.F90 -o tools/sorted_index.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_grid_tools.F90 -o tools/fv_grid_tools.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/test_cases.F90 -o tools/test_cases.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/tp_core.F90 -o model/tp_core.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/sw_core.F90 -o model/sw_core.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/sim_nc_mod.F90 -o tools/sim_nc_mod.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_nudge.F90 -o tools/fv_nudge.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_regional_bc.F90 -o model/fv_regional_bc.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -fast-transcendentals -c model/nh_utils.F90 -o model/nh_utils.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/nh_core.F90 -o model/nh_core.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_update_phys.F90 -o model/fv_update_phys.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/dyn_core.F90 -o model/dyn_core.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_io.F90 -o tools/fv_io.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_treat_da_inc.F90 -o tools/fv_treat_da_inc.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/external_ic.F90 -o tools/external_ic.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_restart.F90 -o tools/fv_restart.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_control.F90 -o model/fv_control.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_tracer2d.F90 -o model/fv_tracer2d.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_nesting.F90 -o model/fv_nesting.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_dynamics.F90 -o model/fv_dynamics.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_iau_mod.F90 -o tools/fv_iau_mod.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c driver/fvGFS/DYCORE_typedefs.F90 -o driver/fvGFS/DYCORE_typedefs.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -c driver/fvGFS/fv_nggps_diag.F90 -o driver/fvGFS/fv_nggps_diag.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -c driver/fvGFS/atmosphere.F90 -o driver/fvGFS/atmosphere.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/a2b_edge.F90 -o model/a2b_edge.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/multi_gases.F90 -o model/multi_gases.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/boundary.F90 -o model/boundary.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_sg.F90 -o model/fv_sg.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_fill.F90 -o model/fv_fill.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_cmp.F90 -o model/fv_cmp.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -fast-transcendentals -c model/fv_mapz.F90 -o model/fv_mapz.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_surf_map.F90 -o tools/fv_surf_map.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_diagnostics.F90 -o tools/fv_diagnostics.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/init_hydro.F90 -o tools/init_hydro.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/sorted_index.F90 -o tools/sorted_index.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_grid_tools.F90 -o tools/fv_grid_tools.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/test_cases.F90 -o tools/test_cases.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/tp_core.F90 -o model/tp_core.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/sw_core.F90 -o model/sw_core.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/sim_nc_mod.F90 -o tools/sim_nc_mod.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_nudge.F90 -o tools/fv_nudge.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_regional_bc.F90 -o model/fv_regional_bc.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -fast-transcendentals -c model/nh_utils.F90 -o model/nh_utils.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/nh_core.F90 -o model/nh_core.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_update_phys.F90 -o model/fv_update_phys.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/dyn_core.F90 -o model/dyn_core.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_io.F90 -o tools/fv_io.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_treat_da_inc.F90 -o tools/fv_treat_da_inc.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/external_ic.F90 -o tools/external_ic.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_restart.F90 -o tools/fv_restart.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_control.F90 -o model/fv_control.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_tracer2d.F90 -o model/fv_tracer2d.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_nesting.F90 -o model/fv_nesting.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_dynamics.F90 -o model/fv_dynamics.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_iau_mod.F90 -o tools/fv_iau_mod.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c driver/fvGFS/DYCORE_typedefs.F90 -o driver/fvGFS/DYCORE_typedefs.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -c driver/fvGFS/fv_nggps_diag.F90 -o driver/fvGFS/fv_nggps_diag.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -c driver/fvGFS/atmosphere.F90 -o driver/fvGFS/atmosphere.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. @@ -1079,49 +1078,49 @@ a - tools/test_cases.o a - driver/fvGFS/DYCORE_typedefs.o a - driver/fvGFS/fv_nggps_diag.o a - driver/fvGFS/atmosphere.o -make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/atmos_cubed_sphere' -make -C ../stochastic_physics FMS_DIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit +make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere' +make -C ../stochastic_physics FMS_DIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit Build standalone FV3 stochastic_physics ... -make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/stochastic_physics' +make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/stochastic_physics' makefile:86: depend: No such file or directory Building dependencies ... -make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/stochastic_physics' +make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/stochastic_physics' Build standalone FV3 stochastic_physics ... -make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/stochastic_physics' -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_gg_def.f -o stochy_gg_def.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_resol_def.f -o stochy_resol_def.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_layout_lag.f -o stochy_layout_lag.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c spectral_layout.F90 -o spectral_layout.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c four_to_grid_stochy.F -o four_to_grid_stochy.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c glats_stochy.f -o glats_stochy.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c sumfln_stochy.f -o sumfln_stochy.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c gozrineo_stochy.f -o gozrineo_stochy.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c num_parthds_stochy.f -o num_parthds_stochy.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c get_ls_node_stochy.f -o get_ls_node_stochy.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c get_lats_node_a_stochy.f -o get_lats_node_a_stochy.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c setlats_a_stochy.f -o setlats_a_stochy.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c setlats_lag_stochy.f -o setlats_lag_stochy.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c epslon_stochy.f -o epslon_stochy.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c getcon_lag_stochy.f -o getcon_lag_stochy.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c pln2eo_stochy.f -o pln2eo_stochy.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c dozeuv_stochy.f -o dozeuv_stochy.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c dezouv_stochy.f -o dezouv_stochy.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c update_ca.f90 -o update_ca.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c cellular_automata.f90 -o cellular_automata.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c plumes.f90 -o plumes.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_internal_state_mod.F90 -o stochy_internal_state_mod.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c getcon_spectral.F90 -o getcon_spectral.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_namelist_def.F90 -o stochy_namelist_def.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c compns_stochy.F90 -o compns_stochy.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_patterngenerator.F90 -o stochy_patterngenerator.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c initialize_spectral_mod.F90 -o initialize_spectral_mod.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_data_mod.F90 -o stochy_data_mod.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c get_stochy_pattern.F90 -o get_stochy_pattern.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochastic_physics.F90 -o stochastic_physics.o +make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/stochastic_physics' +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_gg_def.f -o stochy_gg_def.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_resol_def.f -o stochy_resol_def.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_layout_lag.f -o stochy_layout_lag.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c spectral_layout.F90 -o spectral_layout.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c four_to_grid_stochy.F -o four_to_grid_stochy.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c glats_stochy.f -o glats_stochy.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c sumfln_stochy.f -o sumfln_stochy.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c gozrineo_stochy.f -o gozrineo_stochy.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c num_parthds_stochy.f -o num_parthds_stochy.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c get_ls_node_stochy.f -o get_ls_node_stochy.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c get_lats_node_a_stochy.f -o get_lats_node_a_stochy.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c setlats_a_stochy.f -o setlats_a_stochy.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c setlats_lag_stochy.f -o setlats_lag_stochy.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c epslon_stochy.f -o epslon_stochy.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c getcon_lag_stochy.f -o getcon_lag_stochy.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c pln2eo_stochy.f -o pln2eo_stochy.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c dozeuv_stochy.f -o dozeuv_stochy.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c dezouv_stochy.f -o dezouv_stochy.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c update_ca.f90 -o update_ca.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c cellular_automata.f90 -o cellular_automata.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c plumes.f90 -o plumes.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_internal_state_mod.F90 -o stochy_internal_state_mod.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c getcon_spectral.F90 -o getcon_spectral.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_namelist_def.F90 -o stochy_namelist_def.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c compns_stochy.F90 -o compns_stochy.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_patterngenerator.F90 -o stochy_patterngenerator.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c initialize_spectral_mod.F90 -o initialize_spectral_mod.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_data_mod.F90 -o stochy_data_mod.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c get_stochy_pattern.F90 -o get_stochy_pattern.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochastic_physics.F90 -o stochastic_physics.o ar rv libstochastic_physics.a stochy_gg_def.o stochy_resol_def.o stochy_layout_lag.o four_to_grid_stochy.o glats_stochy.o sumfln_stochy.o gozrineo_stochy.o num_parthds_stochy.o get_ls_node_stochy.o get_lats_node_a_stochy.o setlats_a_stochy.o setlats_lag_stochy.o epslon_stochy.o getcon_lag_stochy.o pln2eo_stochy.o dozeuv_stochy.o dezouv_stochy.o cellular_automata.o update_ca.o plumes.o spectral_layout.o getcon_spectral.o stochy_namelist_def.o compns_stochy.o stochy_internal_state_mod.o stochastic_physics.o stochy_patterngenerator.o stochy_data_mod.o get_stochy_pattern.o initialize_spectral_mod.o ar: creating libstochastic_physics.a a - stochy_gg_def.o @@ -1154,14 +1153,14 @@ a - stochy_patterngenerator.o a - stochy_data_mod.o a - get_stochy_pattern.o a - initialize_spectral_mod.o -make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/stochastic_physics' -make libfv3cap.a FMS_DIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3' -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -c module_fv3_config.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -c atmos_model.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -c module_fcst_grid_comp.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -c time_utils.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -c fv3_cap.F90 +make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/stochastic_physics' +make libfv3cap.a FMS_DIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL +make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3' +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -c module_fv3_config.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -c atmos_model.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -c module_fcst_grid_comp.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -c time_utils.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -c fv3_cap.F90 ar rv libfv3cap.a atmos_model.o module_fv3_config.o module_fcst_grid_comp.o time_utils.o fv3_cap.o ar: creating libfv3cap.a a - atmos_model.o @@ -1169,21 +1168,21 @@ a - module_fv3_config.o a - module_fcst_grid_comp.o a - time_utils.o a - fv3_cap.o -make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3' -make esmf_make_fragment FMS_DIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3' +make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3' +make esmf_make_fragment FMS_DIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL +make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3' # additional include files needed for PGI -#@echo "ESMF_DEP_INCPATH = /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/nems_dir" >> fv3.mk +#@echo "ESMF_DEP_INCPATH = /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/nems_dir" >> fv3.mk Finished generating ESMF self-describing build dependency makefile fragment: fv3.mk -make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3' -Installation into "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL" complete! +make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3' +Installation into "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL" complete! -make[1]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3' -test -d /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL -. /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; set -x ; cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model/esmf ; \ -export COMP_SRCDIR="/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model" COMP_BINDIR="/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/WW3_INSTALL" WW3_COMP="hera" ; \ +make[1]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3' +test -d /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL +. /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; set -x ; cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/esmf ; \ +export COMP_SRCDIR="/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model" COMP_BINDIR="/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/WW3_INSTALL" WW3_COMP="hera" ; \ exec make -j 1 WW3_COMP="hera" ww3_nems Currently Loaded Modules: @@ -1196,26 +1195,26 @@ Currently Loaded Modules: -+ cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model/esmf -+ export COMP_SRCDIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model COMP_BINDIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/WW3_INSTALL WW3_COMP=hera -+ COMP_SRCDIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model -+ COMP_BINDIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/WW3_INSTALL ++ cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/esmf ++ export COMP_SRCDIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model COMP_BINDIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/WW3_INSTALL WW3_COMP=hera ++ COMP_SRCDIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model ++ COMP_BINDIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/WW3_INSTALL + WW3_COMP=hera + exec make -j 1 WW3_COMP=hera ww3_nems -make[1]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model/esmf' +make[1]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/esmf' ***************************** *** WAVEWATCH III setup *** ***************************** -[INFO] local env file wwatch3.env found in /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model/bin/wwatch3.env - Setup file /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model/bin/wwatch3.env found +[INFO] local env file wwatch3.env found in /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/bin/wwatch3.env + Setup file /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/bin/wwatch3.env found Printer (listings) : auxiliary FORTRAN compiler : gfortran auxiliary C compiler : gcc - Source directory : /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model - Scratch directory : /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model/tmp + Source directory : /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model + Scratch directory : /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/tmp Save source code : yes Save listings : yes @@ -1223,31 +1222,31 @@ make[1]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs- Compile auxiliary programs -make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model/aux' -gfortran -o /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model/bin/w3adc w3adc.f -gfortran -o /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model/bin/w3list w3list.f -gfortran -o /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model/bin/w3prnt w3prnt.f -gfortran -o /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model/bin/w3split w3split.f -make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model/aux' +make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/aux' +gfortran -o /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/bin/w3adc w3adc.f +gfortran -o /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/bin/w3list w3list.f +gfortran -o /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/bin/w3prnt w3prnt.f +gfortran -o /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/bin/w3split w3split.f +make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/aux' Setup comp & link files - sed /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model/bin/comp.tmpl => /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model/bin/comp - sed /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model/bin/link.tmpl => /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model/bin/link + sed /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/bin/comp.tmpl => /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/bin/comp + sed /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/bin/link.tmpl => /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/bin/link Create required model subdirectories Finished setting up WAVEWATCH III -\rm -f /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model/bin/tempswitch -/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model/bin/w3_make ww3_grid +\rm -f /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/bin/tempswitch +/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/bin/w3_make ww3_grid ***************************** *** WAVEWATCH III make *** ***************************** -Main directory : /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model -Scratch directory : /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model/tmp +Main directory : /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model +Scratch directory : /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/tmp Save source codes : yes Save listings : yes Shared Object : No @@ -1259,47 +1258,47 @@ Making makefile ... *** WAVEWATCH III makefile *** ***************************** -switch = /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model/bin/switch +switch = /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/bin/switch Checking all subroutines for modules (this may take a while) ... Processing ww3_grid --------------------- -make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model/ftn' +make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/ftn' ad3 : processing constants ad3 : processing w3servmd ad3 : processing w3gsrumd ad3 : processing w3arrymd ad3 : processing w3gdatmd -ad3 : processing w3idatmd ad3 : processing w3odatmd +ad3 : processing w3idatmd +ad3 : processing w3timemd ad3 : processing w3adatmd ad3 : processing w3dispmd ad3 : processing w3nmlgridmd -ad3 : processing w3timemd ad3 : processing wmmdatmd ad3 : processing w3src4md -ad3 : processing w3parall ad3 : processing w3snl1md +ad3 : processing w3parall ad3 : processing w3triamd ad3 : processing w3wdatmd ad3 : processing w3iogrmd ad3 : processing ww3_grid Linking ww3_grid -make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model/ftn' +make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/ftn' ********************** *** end of compilation *** ********************** -/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model/bin/w3_make ww3_outf +/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/bin/w3_make ww3_outf ***************************** *** WAVEWATCH III make *** ***************************** -Main directory : /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model -Scratch directory : /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model/tmp +Main directory : /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model +Scratch directory : /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/tmp Save source codes : yes Save listings : yes Shared Object : No @@ -1308,27 +1307,27 @@ Shared Object : No Processing ww3_outf --------------------- -make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model/ftn' +make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/ftn' ad3 : processing w3iogomd -ad3 : processing w3sbt1md ad3 : processing w3sdb1md +ad3 : processing w3sbt1md ad3 : processing ww3_outf Linking ww3_outf -make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model/ftn' +make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/ftn' ********************** *** end of compilation *** ********************** -/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model/bin/w3_make ww3_outp +/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/bin/w3_make ww3_outp ***************************** *** WAVEWATCH III make *** ***************************** -Main directory : /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model -Scratch directory : /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model/tmp +Main directory : /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model +Scratch directory : /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/tmp Save source codes : yes Save listings : yes Shared Object : No @@ -1337,28 +1336,28 @@ Shared Object : No Processing ww3_outp --------------------- -make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model/ftn' +make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/ftn' ad3 : processing w3bullmd ad3 : processing w3iopomd ad3 : processing w3partmd ad3 : processing w3flx1md ad3 : processing ww3_outp Linking ww3_outp -make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model/ftn' +make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/ftn' ********************** *** end of compilation *** ********************** -/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model/bin/w3_make ww3_prep +/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/bin/w3_make ww3_prep ***************************** *** WAVEWATCH III make *** ***************************** -Main directory : /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model -Scratch directory : /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model/tmp +Main directory : /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model +Scratch directory : /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/tmp Save source codes : yes Save listings : yes Shared Object : No @@ -1367,25 +1366,25 @@ Shared Object : No Processing ww3_prep --------------------- -make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model/ftn' +make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/ftn' ad3 : processing w3fldsmd ad3 : processing ww3_prep Linking ww3_prep -make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model/ftn' +make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/ftn' ********************** *** end of compilation *** ********************** -/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model/bin/w3_make ww3_gint +/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/bin/w3_make ww3_gint ***************************** *** WAVEWATCH III make *** ***************************** -Main directory : /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model -Scratch directory : /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model/tmp +Main directory : /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model +Scratch directory : /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/tmp Save source codes : yes Save listings : yes Shared Object : No @@ -1394,24 +1393,24 @@ Shared Object : No Processing ww3_gint --------------------- -make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model/ftn' +make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/ftn' ad3 : processing ww3_gint Linking ww3_gint -make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model/ftn' +make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/ftn' ********************** *** end of compilation *** ********************** -/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model/bin/w3_make ww3_prnc +/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/bin/w3_make ww3_prnc ***************************** *** WAVEWATCH III make *** ***************************** -Main directory : /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model -Scratch directory : /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model/tmp +Main directory : /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model +Scratch directory : /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/tmp Save source codes : yes Save listings : yes Shared Object : No @@ -1420,25 +1419,25 @@ Shared Object : No Processing ww3_prnc --------------------- -make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model/ftn' +make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/ftn' ad3 : processing w3nmlprncmd ad3 : processing ww3_prnc Linking ww3_prnc -make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model/ftn' +make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/ftn' ********************** *** end of compilation *** ********************** -/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model/bin/w3_make ww3_ounf +/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/bin/w3_make ww3_ounf ***************************** *** WAVEWATCH III make *** ***************************** -Main directory : /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model -Scratch directory : /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model/tmp +Main directory : /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model +Scratch directory : /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/tmp Save source codes : yes Save listings : yes Shared Object : No @@ -1447,27 +1446,27 @@ Shared Object : No Processing ww3_ounf --------------------- -make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model/ftn' +make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/ftn' ad3 : processing w3iorsmd ad3 : processing w3nmlounfmd ad3 : processing w3initmd ad3 : processing ww3_ounf Linking ww3_ounf -make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model/ftn' +make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/ftn' ********************** *** end of compilation *** ********************** -/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model/bin/w3_make ww3_ounp +/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/bin/w3_make ww3_ounp ***************************** *** WAVEWATCH III make *** ***************************** -Main directory : /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model -Scratch directory : /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model/tmp +Main directory : /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model +Scratch directory : /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/tmp Save source codes : yes Save listings : yes Shared Object : No @@ -1476,26 +1475,26 @@ Shared Object : No Processing ww3_ounp --------------------- -make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model/ftn' +make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/ftn' ad3 : processing w3nmlounpmd ad3 : processing ww3_ounp Linking ww3_ounp -make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model/ftn' +make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/ftn' ********************** *** end of compilation *** ********************** -\rm -f /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model/bin/tempswitch -/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model/bin/w3_make ww3_grib +\rm -f /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/bin/tempswitch +/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/bin/w3_make ww3_grib ***************************** *** WAVEWATCH III make *** ***************************** -Main directory : /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model -Scratch directory : /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model/tmp +Main directory : /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model +Scratch directory : /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/tmp Save source codes : yes Save listings : yes Shared Object : No @@ -1507,30 +1506,30 @@ Making makefile ... *** WAVEWATCH III makefile *** ***************************** -switch = /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model/bin/switch +switch = /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/bin/switch new GRIB package Checking all subroutines for modules (this may take a while) ... Processing ww3_grib --------------------- -make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model/ftn' +make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/ftn' ad3 : processing ww3_grib Linking ww3_grib -make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model/ftn' +make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/ftn' ********************** *** end of compilation *** ********************** -/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model/bin/w3_make ww3_multi_esmf +/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/bin/w3_make ww3_multi_esmf ***************************** *** WAVEWATCH III make *** ***************************** -Main directory : /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model -Scratch directory : /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model/tmp +Main directory : /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model +Scratch directory : /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/tmp Save source codes : yes Save listings : yes Shared Object : No @@ -1542,27 +1541,27 @@ Making makefile ... *** WAVEWATCH III makefile *** ***************************** -switch = /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model/bin/switch +switch = /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/bin/switch new shared / distributed memory new message passing protocol Checking all subroutines for modules (this may take a while) ... Processing ww3_multi_esmf --------------------- -make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model/ftn' +make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/ftn' ad3 : processing constants ad3 : processing scrip_kindsmod [no w3adc] ad3 : processing w3uqckmd -ad3 : processing scrip_iounitsmod [no w3adc] ad3 : processing scrip_constants [no w3adc] +ad3 : processing scrip_iounitsmod [no w3adc] ad3 : processing scrip_timers [no w3adc] ad3 : processing w3servmd ad3 : processing scrip_errormod [no w3adc] ad3 : processing scrip_netcdfmod [no w3adc] ad3 : processing scrip_grids [no w3adc] +ad3 : processing w3arrymd ad3 : processing w3gsrumd ad3 : processing w3cspcmd -ad3 : processing w3arrymd ad3 : processing wmunitmd ad3 : processing scrip_remap_vars [no w3adc] ad3 : processing scrip_remap_conservative [no w3adc] @@ -1571,8 +1570,8 @@ ad3 : processing scrip_remap_read [no w3adc] ad3 : processing scrip_interface ad3 : processing w3gdatmd ad3 : processing w3odatmd -ad3 : processing w3idatmd ad3 : processing wmscrpmd +ad3 : processing w3idatmd ad3 : processing w3sbt1md ad3 : processing w3dispmd ad3 : processing w3timemd @@ -1585,9 +1584,9 @@ ad3 : processing w3flx1md ad3 : processing w3partmd ad3 : processing w3nmlmultimd ad3 : processing wmfinlmd -ad3 : processing w3parall ad3 : processing w3triamd ad3 : processing w3snl1md +ad3 : processing w3parall ad3 : processing w3wdatmd ad3 : processing w3iogrmd ad3 : processing w3iogomd @@ -1671,21 +1670,21 @@ a - wmscrpmd.o a - scrip_netcdfmod.o a - scrip_remap_write.o a - scrip_remap_read.o -make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model/ftn' +make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/ftn' ********************** *** end of compilation *** ********************** -/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model/bin/w3_make ww3_multi +/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/bin/w3_make ww3_multi ***************************** *** WAVEWATCH III make *** ***************************** -Main directory : /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model -Scratch directory : /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model/tmp +Main directory : /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model +Scratch directory : /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/tmp Save source codes : yes Save listings : yes Shared Object : No @@ -1694,36 +1693,36 @@ Shared Object : No Processing ww3_multi --------------------- -make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model/ftn' +make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/ftn' ad3 : processing ww3_multi Linking ww3_multi -make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model/ftn' +make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/ftn' ********************** *** end of compilation *** ********************** -make[1]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model/esmf' -mkdir -p /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/WW3_INSTALL -cp /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model/nuopc.mk /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/WW3_INSTALL/. -test -d "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/WW3_INSTALL" +make[1]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/esmf' +mkdir -p /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/WW3_INSTALL +cp /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/nuopc.mk /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/WW3_INSTALL/. +test -d "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/WW3_INSTALL" ( \ echo "# Do not edit this file. It is automatically generated." ; \ -echo "# Edit the component list or /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC.in" ; \ -echo ; cat "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC.in" ; \ -echo fms_mk="/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL/fms.mk" ; echo fv3_mk="/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk" ; echo ww3_mk="/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/WW3_INSTALL/nuopc.mk" ; ) > "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC" -. /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; \ +echo "# Edit the component list or /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC.in" ; \ +echo ; cat "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC.in" ; \ +echo fms_mk="/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL/fms.mk" ; echo fv3_mk="/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk" ; echo ww3_mk="/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/WW3_INSTALL/nuopc.mk" ; ) > "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC" +. /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; \ set -e ; \ -for m in /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/WW3_INSTALL/nuopc.mk ; do \ +for m in /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/WW3_INSTALL/nuopc.mk ; do \ test -s $m ; \ done ; \ -echo build NEMS after /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/WW3_INSTALL/nuopc.mk ; \ -cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src ; \ +echo build NEMS after /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/WW3_INSTALL/nuopc.mk ; \ +cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src ; \ make nems \ COMPONENTS="FMS FV3 WW3" \ - FMS_DIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL FV3_DIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL WW3_DIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/WW3_INSTALL TARGET="/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/exe/NEMS.x" ; \ -test -x /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/exe/NEMS.x + FMS_DIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL FV3_DIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL WW3_DIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/WW3_INSTALL TARGET="/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/exe/NEMS.x" ; \ +test -x /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/exe/NEMS.x Currently Loaded Modules: 1) contrib 7) ip/3.0.2 13) g2tmpl/1.6.0 19) esmf/8.0.0 @@ -1735,11 +1734,11 @@ Currently Loaded Modules: -build NEMS after /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/WW3_INSTALL/nuopc.mk +build NEMS after /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/WW3_INSTALL/nuopc.mk Components in linker order: WW3 FV3 FMS -WW3: include /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/WW3_INSTALL/nuopc.mk -FV3: include /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk -FMS: include /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL/fms.mk +WW3: include /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/WW3_INSTALL/nuopc.mk +FV3: include /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk +FMS: include /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL/fms.mk CPPFLAGS += ESMF_VERSION_STRING_GIT="ESMF_8_0_0" CPPFLAGS += ESMF_VERSION_BETASNAPSHOT="'F'" CPPFLAGS += ESMF_VERSION_MINOR="0" @@ -1748,77 +1747,77 @@ CPPFLAGS += ESMF_VERSION_STRING="8.0.0" CPPFLAGS += ESMF_VERSION_REVISION="0" CPPFLAGS += ESMF_VERSION_MAJOR="8" CPPFLAGS += ESMF_VERSION_PUBLIC="'T'" -make[1]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src' +make[1]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src' cd ENS_Cpl && make stub -make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/ENS_Cpl' +make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/ENS_Cpl' mpiicc -E -traditional ENS_CplComp_ESMFMod_STUB.F90 > ENS_CplComp_ESMFMod_STUB.f90 mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -c ENS_CplComp_ESMFMod_STUB.f90 ar rv ENS_Cpl.a ENS_CplComp_ESMFMod_STUB.o ar: creating ENS_Cpl.a a - ENS_CplComp_ESMFMod_STUB.o -make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/ENS_Cpl' -mpiicc -E -traditional -DFRONT_WW3=WMESMFMD -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Mon Dec 30 18:39:43 UTC 2019 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2019' -D'CMP_JD=364' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_NEMS_UTILS.F90 > module_NEMS_UTILS.tmp.f90 -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -IENS_Cpl -I. -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model/mod_HYB -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3 -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/io -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/cpl -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ipd -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/../stochastic_physics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_UTILS.tmp.f90 +make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/ENS_Cpl' +mpiicc -E -traditional -DFRONT_WW3=WMESMFMD -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Thu Jan 23 20:17:35 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=023' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_NEMS_UTILS.F90 > module_NEMS_UTILS.tmp.f90 +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -IENS_Cpl -I. -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/mod_HYB -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/../stochastic_physics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_UTILS.tmp.f90 mv -v module_NEMS_UTILS.tmp.o module_NEMS_UTILS.o ‘module_NEMS_UTILS.tmp.o’ -> ‘module_NEMS_UTILS.o’ -mpiicc -E -traditional -DFRONT_WW3=WMESMFMD -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Mon Dec 30 18:39:43 UTC 2019 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2019' -D'CMP_JD=364' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_MEDIATOR_methods.F90 > module_MEDIATOR_methods.tmp.f90 -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -IENS_Cpl -I. -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model/mod_HYB -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3 -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/io -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/cpl -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ipd -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/../stochastic_physics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -c module_MEDIATOR_methods.tmp.f90 +mpiicc -E -traditional -DFRONT_WW3=WMESMFMD -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Thu Jan 23 20:17:35 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=023' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_MEDIATOR_methods.F90 > module_MEDIATOR_methods.tmp.f90 +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -IENS_Cpl -I. -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/mod_HYB -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/../stochastic_physics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -c module_MEDIATOR_methods.tmp.f90 mv -v module_MEDIATOR_methods.tmp.o module_MEDIATOR_methods.o ‘module_MEDIATOR_methods.tmp.o’ -> ‘module_MEDIATOR_methods.o’ -mpiicc -E -traditional -DFRONT_WW3=WMESMFMD -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Mon Dec 30 18:39:43 UTC 2019 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2019' -D'CMP_JD=364' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_MEDIATOR.F90 > module_MEDIATOR.tmp.f90 -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -IENS_Cpl -I. -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model/mod_HYB -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3 -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/io -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/cpl -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ipd -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/../stochastic_physics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -c module_MEDIATOR.tmp.f90 +mpiicc -E -traditional -DFRONT_WW3=WMESMFMD -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Thu Jan 23 20:17:35 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=023' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_MEDIATOR.F90 > module_MEDIATOR.tmp.f90 +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -IENS_Cpl -I. -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/mod_HYB -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/../stochastic_physics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -c module_MEDIATOR.tmp.f90 mv -v module_MEDIATOR.tmp.o module_MEDIATOR.o ‘module_MEDIATOR.tmp.o’ -> ‘module_MEDIATOR.o’ -mpiicc -E -traditional -DFRONT_WW3=WMESMFMD -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Mon Dec 30 18:39:43 UTC 2019 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2019' -D'CMP_JD=364' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_MEDIATOR_SpaceWeather.F90 > module_MEDIATOR_SpaceWeather.tmp.f90 -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -IENS_Cpl -I. -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model/mod_HYB -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3 -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/io -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/cpl -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ipd -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/../stochastic_physics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -c module_MEDIATOR_SpaceWeather.tmp.f90 +mpiicc -E -traditional -DFRONT_WW3=WMESMFMD -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Thu Jan 23 20:17:35 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=023' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_MEDIATOR_SpaceWeather.F90 > module_MEDIATOR_SpaceWeather.tmp.f90 +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -IENS_Cpl -I. -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/mod_HYB -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/../stochastic_physics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -c module_MEDIATOR_SpaceWeather.tmp.f90 mv -v module_MEDIATOR_SpaceWeather.tmp.o module_MEDIATOR_SpaceWeather.o ‘module_MEDIATOR_SpaceWeather.tmp.o’ -> ‘module_MEDIATOR_SpaceWeather.o’ -mpiicc -E -traditional -DFRONT_WW3=WMESMFMD -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Mon Dec 30 18:39:43 UTC 2019 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2019' -D'CMP_JD=364' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_EARTH_INTERNAL_STATE.F90 > module_EARTH_INTERNAL_STATE.tmp.f90 -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -IENS_Cpl -I. -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model/mod_HYB -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3 -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/io -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/cpl -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ipd -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/../stochastic_physics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -c module_EARTH_INTERNAL_STATE.tmp.f90 +mpiicc -E -traditional -DFRONT_WW3=WMESMFMD -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Thu Jan 23 20:17:35 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=023' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_EARTH_INTERNAL_STATE.F90 > module_EARTH_INTERNAL_STATE.tmp.f90 +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -IENS_Cpl -I. -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/mod_HYB -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/../stochastic_physics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -c module_EARTH_INTERNAL_STATE.tmp.f90 mv -v module_EARTH_INTERNAL_STATE.tmp.o module_EARTH_INTERNAL_STATE.o ‘module_EARTH_INTERNAL_STATE.tmp.o’ -> ‘module_EARTH_INTERNAL_STATE.o’ -mpiicc -E -traditional -DFRONT_WW3=WMESMFMD -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Mon Dec 30 18:39:43 UTC 2019 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2019' -D'CMP_JD=364' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_EARTH_GRID_COMP.F90 > module_EARTH_GRID_COMP.tmp.f90 -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -IENS_Cpl -I. -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model/mod_HYB -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3 -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/io -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/cpl -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ipd -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/../stochastic_physics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -c module_EARTH_GRID_COMP.tmp.f90 +mpiicc -E -traditional -DFRONT_WW3=WMESMFMD -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Thu Jan 23 20:17:35 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=023' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_EARTH_GRID_COMP.F90 > module_EARTH_GRID_COMP.tmp.f90 +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -IENS_Cpl -I. -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/mod_HYB -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/../stochastic_physics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -c module_EARTH_GRID_COMP.tmp.f90 mv -v module_EARTH_GRID_COMP.tmp.o module_EARTH_GRID_COMP.o ‘module_EARTH_GRID_COMP.tmp.o’ -> ‘module_EARTH_GRID_COMP.o’ -mpiicc -E -traditional -DFRONT_WW3=WMESMFMD -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Mon Dec 30 18:39:43 UTC 2019 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2019' -D'CMP_JD=364' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_NEMS_INTERNAL_STATE.F90 > module_NEMS_INTERNAL_STATE.tmp.f90 -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -IENS_Cpl -I. -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model/mod_HYB -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3 -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/io -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/cpl -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ipd -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/../stochastic_physics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_INTERNAL_STATE.tmp.f90 +mpiicc -E -traditional -DFRONT_WW3=WMESMFMD -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Thu Jan 23 20:17:35 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=023' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_NEMS_INTERNAL_STATE.F90 > module_NEMS_INTERNAL_STATE.tmp.f90 +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -IENS_Cpl -I. -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/mod_HYB -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/../stochastic_physics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_INTERNAL_STATE.tmp.f90 mv -v module_NEMS_INTERNAL_STATE.tmp.o module_NEMS_INTERNAL_STATE.o ‘module_NEMS_INTERNAL_STATE.tmp.o’ -> ‘module_NEMS_INTERNAL_STATE.o’ -mpiicc -E -traditional -DFRONT_WW3=WMESMFMD -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Mon Dec 30 18:39:43 UTC 2019 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2019' -D'CMP_JD=364' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_NEMS_GRID_COMP.F90 > module_NEMS_GRID_COMP.tmp.f90 -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -IENS_Cpl -I. -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model/mod_HYB -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3 -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/io -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/cpl -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ipd -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/../stochastic_physics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_GRID_COMP.tmp.f90 +mpiicc -E -traditional -DFRONT_WW3=WMESMFMD -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Thu Jan 23 20:17:35 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=023' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_NEMS_GRID_COMP.F90 > module_NEMS_GRID_COMP.tmp.f90 +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -IENS_Cpl -I. -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/mod_HYB -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/../stochastic_physics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_GRID_COMP.tmp.f90 mv -v module_NEMS_GRID_COMP.tmp.o module_NEMS_GRID_COMP.o ‘module_NEMS_GRID_COMP.tmp.o’ -> ‘module_NEMS_GRID_COMP.o’ -mpiicc -E -traditional -DFRONT_WW3=WMESMFMD -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Mon Dec 30 18:39:43 UTC 2019 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2019' -D'CMP_JD=364' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_NEMS_Rusage.F90 > module_NEMS_Rusage.tmp.f90 -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -IENS_Cpl -I. -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model/mod_HYB -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3 -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/io -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/cpl -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ipd -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/../stochastic_physics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_Rusage.tmp.f90 +mpiicc -E -traditional -DFRONT_WW3=WMESMFMD -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Thu Jan 23 20:17:35 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=023' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_NEMS_Rusage.F90 > module_NEMS_Rusage.tmp.f90 +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -IENS_Cpl -I. -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/mod_HYB -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/../stochastic_physics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_Rusage.tmp.f90 mv -v module_NEMS_Rusage.tmp.o module_NEMS_Rusage.o ‘module_NEMS_Rusage.tmp.o’ -> ‘module_NEMS_Rusage.o’ mpiicc -c nems_c_rusage.c -mpiicc -E -traditional -DFRONT_WW3=WMESMFMD -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Mon Dec 30 18:39:43 UTC 2019 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2019' -D'CMP_JD=364' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" MAIN_NEMS.F90 > MAIN_NEMS.tmp.f90 -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -IENS_Cpl -I. -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model/mod_HYB -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3 -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/io -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/cpl -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ipd -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/../stochastic_physics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -c MAIN_NEMS.tmp.f90 +mpiicc -E -traditional -DFRONT_WW3=WMESMFMD -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Thu Jan 23 20:17:35 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=023' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" MAIN_NEMS.F90 > MAIN_NEMS.tmp.f90 +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -IENS_Cpl -I. -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/mod_HYB -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/../stochastic_physics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -c MAIN_NEMS.tmp.f90 mv -v MAIN_NEMS.tmp.o MAIN_NEMS.o ‘MAIN_NEMS.tmp.o’ -> ‘MAIN_NEMS.o’ echo libgocart is libgocart is echo extlibs is /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libncep_post_v8.0.1_4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libnemsio_v2.2.4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2_v3.1.1_4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2tmpl_v1.6.0.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libbacio_v2.0.3_4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_d.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_d.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_d.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libcrtm_v2.2.6.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libpng_v1.2.44.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/lib/libjasper_v1.900.1.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libz_v1.2.11.a -L/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/lib -Wl,-rpath,/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/lib -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf -qopenmp -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf extlibs is /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libncep_post_v8.0.1_4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libnemsio_v2.2.4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2_v3.1.1_4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2tmpl_v1.6.0.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libbacio_v2.0.3_4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_d.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_d.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_d.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libcrtm_v2.2.6.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libpng_v1.2.44.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/lib/libjasper_v1.900.1.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libz_v1.2.11.a -L/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/lib -Wl,-rpath,/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/lib -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf -qopenmp -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -mpiifort -o /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/exe/NEMS.x MAIN_NEMS.o module_NEMS_UTILS.o module_MEDIATOR_methods.o module_MEDIATOR.o module_MEDIATOR_SpaceWeather.o module_EARTH_INTERNAL_STATE.o module_EARTH_GRID_COMP.o module_NEMS_INTERNAL_STATE.o module_NEMS_GRID_COMP.o module_NEMS_Rusage.o nems_c_rusage.o /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model/obj_HYB/libww3_multi_esmf.a /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL/libfv3cap.a /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL/libfv3core.a /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL/libfv3io.a /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL/libipd.a /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL/libgfsphys.a /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL/libfv3cpl.a /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL/libstochastic_physics.a /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL/libfms.a ENS_Cpl/ENS_Cpl.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libncep_post_v8.0.1_4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libnemsio_v2.2.4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2_v3.1.1_4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2tmpl_v1.6.0.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libbacio_v2.0.3_4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_d.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_d.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_d.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libcrtm_v2.2.6.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libpng_v1.2.44.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/lib/libjasper_v1.900.1.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libz_v1.2.11.a -L/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/lib -Wl,-rpath,/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/lib -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf -qopenmp -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf +mpiifort -o /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/exe/NEMS.x MAIN_NEMS.o module_NEMS_UTILS.o module_MEDIATOR_methods.o module_MEDIATOR.o module_MEDIATOR_SpaceWeather.o module_EARTH_INTERNAL_STATE.o module_EARTH_GRID_COMP.o module_NEMS_INTERNAL_STATE.o module_NEMS_GRID_COMP.o module_NEMS_Rusage.o nems_c_rusage.o /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/obj_HYB/libww3_multi_esmf.a /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/libfv3cap.a /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/libfv3core.a /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/libfv3io.a /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/libipd.a /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/libgfsphys.a /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/libfv3cpl.a /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/libstochastic_physics.a /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL/libfms.a ENS_Cpl/ENS_Cpl.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libncep_post_v8.0.1_4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libnemsio_v2.2.4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2_v3.1.1_4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2tmpl_v1.6.0.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libbacio_v2.0.3_4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_d.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_d.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_d.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libcrtm_v2.2.6.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libpng_v1.2.44.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/lib/libjasper_v1.900.1.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libz_v1.2.11.a -L/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/lib -Wl,-rpath,/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/lib -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf -qopenmp -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/lib/libjasper_v1.900.1.a(jas_stream.o): In function `jas_stream_tmpfile': jas_stream.c:(.text+0x7a7): warning: the use of `tmpnam' is dangerous, better use `mkstemp' -/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/exe/NEMS.x is created. -make[1]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src' -+ cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src -+ cp -fp ../exe/NEMS.x /scratch1/NCEPDEV/stmp2/Dusan.Jovic/scrub/rtgen.302700/exec/fv3_ww3.exe -+ cp -fp conf/modules.nems /scratch1/NCEPDEV/stmp2/Dusan.Jovic/scrub/rtgen.302700/include/modules_fv3_ww3 -+ md5sum /scratch1/NCEPDEV/stmp2/Dusan.Jovic/scrub/rtgen.302700/exec/fv3_ww3.exe +/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/exe/NEMS.x is created. +make[1]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src' ++ cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src ++ cp -fp ../exe/NEMS.x /scratch1/NCEPDEV/stmp2/Dusan.Jovic/scrub/rtgen.374974/exec/fv3_ww3.exe ++ cp -fp conf/modules.nems /scratch1/NCEPDEV/stmp2/Dusan.Jovic/scrub/rtgen.374974/include/modules_fv3_ww3 ++ md5sum /scratch1/NCEPDEV/stmp2/Dusan.Jovic/scrub/rtgen.374974/exec/fv3_ww3.exe + unset md5sum + unset OPTS + set -xe + set -xe -+ test -s /scratch1/NCEPDEV/stmp2/Dusan.Jovic/scrub/rtgen.302700/exec/fv3_ww3.exe -+ test -x /scratch1/NCEPDEV/stmp2/Dusan.Jovic/scrub/rtgen.302700/exec/fv3_ww3.exe ++ test -s /scratch1/NCEPDEV/stmp2/Dusan.Jovic/scrub/rtgen.374974/exec/fv3_ww3.exe ++ test -x /scratch1/NCEPDEV/stmp2/Dusan.Jovic/scrub/rtgen.374974/exec/fv3_ww3.exe _______________________________________________________________ -Start Epilog v19.07.23 on node h6c11 for job 2119877 :: Mon Dec 30 18:40:17 UTC 2019 -Job 2119877 (not serial) finished for user Dusan.Jovic in partition hera with exit code 0:0 +Start Epilog v19.07.23 on node h3c24 for job 2943018 :: Thu Jan 23 20:18:25 UTC 2020 +Job 2943018 (not serial) finished for user Dusan.Jovic in partition hera with exit code 0:0 _______________________________________________________________ -End Epilogue v19.07.23 Mon Dec 30 18:40:17 UTC 2019 +End Epilogue v19.07.23 Thu Jan 23 20:18:25 UTC 2020 diff --git a/log/report-hera.intel-log/rtreport.txt b/log/report-hera.intel-log/rtreport.txt index 30f4429cf8..b7472f5203 100755 --- a/log/report-hera.intel-log/rtreport.txt +++ b/log/report-hera.intel-log/rtreport.txt @@ -1,17 +1,17 @@ Run rocotostat... Generate report... -WORKFLOW STARTED AT Mon Dec 30 17:34:48 2019 (+1577727288) +WORKFLOW STARTED AT Thu Jan 23 19:28:54 2020 (+1579807734) Repository information: REPO TOP: -PR18 52200d1 Regression test logs for hera.intel and gaea.intel (Intel 18) -Fetch URL: https://github.com/ufs-community/ufs-weather-model +gfsv16_netcdf_post_ficein_cpl 56407bb [origin/gfsv16_netcdf_post_ficein_cpl] Update FV3 submodule. Temporarily disable ccpp tests +Fetch URL: https://github.com/DusanJovic-NOAA/ufs-weather-model + M compsets/hera.input M log/report-hera.intel-log/build_fv3.exe.log M log/report-hera.intel-log/build_fv3_32bit.exe.log M log/report-hera.intel-log/build_fv3_32bit_debug.exe.log M log/report-hera.intel-log/build_fv3_appbuilder.exe.log - M log/report-hera.intel-log/build_fv3_ccpp_control.exe.log M log/report-hera.intel-log/build_fv3_ww3.exe.log M log/report-hera.intel-log/rtreport.txt M tests/Compile_hera.intel.log @@ -22,15 +22,15 @@ Entering 'FMS' Fetch URL: https://github.com/NOAA-GFDL/FMS Entering 'FV3' -(HEAD detached at 5a167d4) 5a167d4 Merge NCAR dtc/develop into NOAA-EMC develop, merge selected updates from NOAA-EMC ufs_public_release -Fetch URL: https://github.com/climbfuji/fv3atm +(HEAD detached at 89f06ff) 89f06ff Change ice falling to 0.9 in gfsphysics/physics/gfdl_cloud_microphys.F90 +Fetch URL: https://github.com/DusanJovic-NOAA/fv3atm Entering 'NEMS' (HEAD detached at 8248a78) 8248a78 Change acc# on WCOSS to GFS-DEV (#17) Fetch URL: https://github.com/NOAA-EMC/NEMS Entering 'WW3' -(HEAD detached at 5ab43010) 5ab43010 Update ww3_ounf.ftn +(HEAD detached at f6ebf95f) f6ebf95f UKMO Develop - gencomp and ww3_uprstrt updates (#132) Fetch URL: https://github.com/NOAA-EMC/WW3 Entering 'stochastic_physics' @@ -39,15 +39,14 @@ Fetch URL: https://github.com/noaa-psd/stochastic_physics BUILD fv3.exe: SUCCEEDED -BUILD fv3_ccpp_control.exe: SUCCEEDED BUILD fv3_32bit.exe: SUCCEEDED BUILD fv3_32bit_debug.exe: SUCCEEDED BUILD fv3_ww3.exe: SUCCEEDED BUILD fv3_appbuilder.exe: SUCCEEDED TEST #1: PASS - Test fv3_wrtGauss_nemsio starting at Mon Dec 30 17:45:50 UTC 2019 (Compare FV3 Gaussian grid nemsio output results with previous trunk version) - Mon Dec 30 17:45:50 UTC 2019 + Test fv3_wrtGauss_nemsio starting at Thu Jan 23 19:39:49 UTC 2020 (Compare FV3 Gaussian grid nemsio output results with previous trunk version) + Thu Jan 23 19:39:49 UTC 2020 atmos_4xdaily.tile1.nc: bit-for-bit identical atmos_4xdaily.tile2.nc: bit-for-bit identical atmos_4xdaily.tile3.nc: bit-for-bit identical @@ -92,13 +91,13 @@ TEST #1: PASS RESTART/sfc_data.tile6.nc: bit-for-bit identical Executable did not change during test suite: File: ./fv3.exe - Expected md5sum: 8621ba6ae86ec32d7246091da8b3fe59 - Actual md5sum: 8621ba6ae86ec32d7246091da8b3fe59 - TEST PASSED AT Mon Dec 30 17:47:00 UTC 2019 + Expected md5sum: 8e2dfcc15ae8c961f394741320f5cc68 + Actual md5sum: 8e2dfcc15ae8c961f394741320f5cc68 + TEST PASSED AT Thu Jan 23 19:40:58 UTC 2020 TEST #2: PASS - Test fv3_lheatstrg starting at Mon Dec 30 17:45:54 UTC 2019 (Compare FV3 control with lheatstrg on Gaussian grid nemsio output results with previous trunk version) - Mon Dec 30 17:45:54 UTC 2019 + Test fv3_lheatstrg starting at Thu Jan 23 19:40:06 UTC 2020 (Compare FV3 control with lheatstrg on Gaussian grid nemsio output results with previous trunk version) + Thu Jan 23 19:40:06 UTC 2020 atmos_4xdaily.tile1.nc: bit-for-bit identical atmos_4xdaily.tile2.nc: bit-for-bit identical atmos_4xdaily.tile3.nc: bit-for-bit identical @@ -143,84 +142,13 @@ TEST #2: PASS RESTART/sfc_data.tile6.nc: bit-for-bit identical Executable did not change during test suite: File: ./fv3.exe - Expected md5sum: 8621ba6ae86ec32d7246091da8b3fe59 - Actual md5sum: 8621ba6ae86ec32d7246091da8b3fe59 - TEST PASSED AT Mon Dec 30 17:47:02 UTC 2019 + Expected md5sum: 8e2dfcc15ae8c961f394741320f5cc68 + Actual md5sum: 8e2dfcc15ae8c961f394741320f5cc68 + TEST PASSED AT Thu Jan 23 19:41:14 UTC 2020 TEST #3: PASS - Test fv3_ccpp_control starting at Mon Dec 30 18:01:16 UTC 2019 (Compare FV3 CCPP control results with previous trunk version) - Mon Dec 30 18:01:16 UTC 2019 - atmos_4xdaily.tile1.nc: bit-for-bit identical - atmos_4xdaily.tile2.nc: bit-for-bit identical - atmos_4xdaily.tile3.nc: bit-for-bit identical - atmos_4xdaily.tile4.nc: bit-for-bit identical - atmos_4xdaily.tile5.nc: bit-for-bit identical - atmos_4xdaily.tile6.nc: bit-for-bit identical - phyf000.tile1.nc: bit-for-bit identical - phyf000.tile2.nc: bit-for-bit identical - phyf000.tile3.nc: bit-for-bit identical - phyf000.tile4.nc: bit-for-bit identical - phyf000.tile5.nc: bit-for-bit identical - phyf000.tile6.nc: bit-for-bit identical - phyf024.tile1.nc: bit-for-bit identical - phyf024.tile2.nc: bit-for-bit identical - phyf024.tile3.nc: bit-for-bit identical - phyf024.tile4.nc: bit-for-bit identical - phyf024.tile5.nc: bit-for-bit identical - phyf024.tile6.nc: bit-for-bit identical - dynf000.tile1.nc: bit-for-bit identical - dynf000.tile2.nc: bit-for-bit identical - dynf000.tile3.nc: bit-for-bit identical - dynf000.tile4.nc: bit-for-bit identical - dynf000.tile5.nc: bit-for-bit identical - dynf000.tile6.nc: bit-for-bit identical - dynf024.tile1.nc: bit-for-bit identical - dynf024.tile2.nc: bit-for-bit identical - dynf024.tile3.nc: bit-for-bit identical - dynf024.tile4.nc: bit-for-bit identical - dynf024.tile5.nc: bit-for-bit identical - dynf024.tile6.nc: bit-for-bit identical - RESTART/coupler.res: bit-for-bit identical - RESTART/fv_core.res.nc: bit-for-bit identical - RESTART/fv_core.res.tile1.nc: bit-for-bit identical - RESTART/fv_core.res.tile2.nc: bit-for-bit identical - RESTART/fv_core.res.tile3.nc: bit-for-bit identical - RESTART/fv_core.res.tile4.nc: bit-for-bit identical - RESTART/fv_core.res.tile5.nc: bit-for-bit identical - RESTART/fv_core.res.tile6.nc: bit-for-bit identical - RESTART/fv_srf_wnd.res.tile1.nc: bit-for-bit identical - RESTART/fv_srf_wnd.res.tile2.nc: bit-for-bit identical - RESTART/fv_srf_wnd.res.tile3.nc: bit-for-bit identical - RESTART/fv_srf_wnd.res.tile4.nc: bit-for-bit identical - RESTART/fv_srf_wnd.res.tile5.nc: bit-for-bit identical - RESTART/fv_srf_wnd.res.tile6.nc: bit-for-bit identical - RESTART/fv_tracer.res.tile1.nc: bit-for-bit identical - RESTART/fv_tracer.res.tile2.nc: bit-for-bit identical - RESTART/fv_tracer.res.tile3.nc: bit-for-bit identical - RESTART/fv_tracer.res.tile4.nc: bit-for-bit identical - RESTART/fv_tracer.res.tile5.nc: bit-for-bit identical - RESTART/fv_tracer.res.tile6.nc: bit-for-bit identical - RESTART/phy_data.tile1.nc: bit-for-bit identical - RESTART/phy_data.tile2.nc: bit-for-bit identical - RESTART/phy_data.tile3.nc: bit-for-bit identical - RESTART/phy_data.tile4.nc: bit-for-bit identical - RESTART/phy_data.tile5.nc: bit-for-bit identical - RESTART/phy_data.tile6.nc: bit-for-bit identical - RESTART/sfc_data.tile1.nc: bit-for-bit identical - RESTART/sfc_data.tile2.nc: bit-for-bit identical - RESTART/sfc_data.tile3.nc: bit-for-bit identical - RESTART/sfc_data.tile4.nc: bit-for-bit identical - RESTART/sfc_data.tile5.nc: bit-for-bit identical - RESTART/sfc_data.tile6.nc: bit-for-bit identical - Executable did not change during test suite: - File: ./fv3.exe - Expected md5sum: 8eefd3ce6ce35a3b01503fbd3ecd1ed6 - Actual md5sum: 8eefd3ce6ce35a3b01503fbd3ecd1ed6 - TEST PASSED AT Mon Dec 30 18:02:30 UTC 2019 - -TEST #4: PASS - Test fv3_iau starting at Mon Dec 30 17:45:51 UTC 2019 (Compare FV3 IAU results with previous trunk version) - Mon Dec 30 17:45:51 UTC 2019 + Test fv3_iau starting at Thu Jan 23 19:40:12 UTC 2020 (Compare FV3 IAU results with previous trunk version) + Thu Jan 23 19:40:12 UTC 2020 atmos_4xdaily.tile1.nc: bit-for-bit identical atmos_4xdaily.tile2.nc: bit-for-bit identical atmos_4xdaily.tile3.nc: bit-for-bit identical @@ -285,13 +213,13 @@ TEST #4: PASS RESTART/sfc_data.tile6.nc: bit-for-bit identical Executable did not change during test suite: File: ./fv3.exe - Expected md5sum: 8621ba6ae86ec32d7246091da8b3fe59 - Actual md5sum: 8621ba6ae86ec32d7246091da8b3fe59 - TEST PASSED AT Mon Dec 30 17:47:00 UTC 2019 + Expected md5sum: 8e2dfcc15ae8c961f394741320f5cc68 + Actual md5sum: 8e2dfcc15ae8c961f394741320f5cc68 + TEST PASSED AT Thu Jan 23 19:41:25 UTC 2020 -TEST #5: PASS - Test fv3_stretched_nest_quilt starting at Mon Dec 30 18:14:15 UTC 2019 (Stretched grid with nest using quilting; compare against previous baseline) - Mon Dec 30 18:14:15 UTC 2019 +TEST #4: PASS + Test fv3_stretched_nest_quilt starting at Thu Jan 23 19:53:09 UTC 2020 (Stretched grid with nest using quilting; compare against previous baseline) + Thu Jan 23 19:53:09 UTC 2020 atmos_4xdaily.tile1.nc: bit-for-bit identical atmos_4xdaily.tile2.nc: bit-for-bit identical atmos_4xdaily.tile3.nc: bit-for-bit identical @@ -351,11 +279,11 @@ TEST #5: PASS RESTART/sfc_data.tile5.nc: bit-for-bit identical RESTART/sfc_data.tile6.nc: bit-for-bit identical RESTART/sfc_data.nest02.tile7.nc: bit-for-bit identical - TEST PASSED AT Mon Dec 30 18:18:44 UTC 2019 + TEST PASSED AT Thu Jan 23 19:57:39 UTC 2020 -TEST #6: PASS - Test fv3_stretched_nest starting at Mon Dec 30 18:14:13 UTC 2019 (Stretched grid with nest; compare against previous baseline) - Mon Dec 30 18:14:13 UTC 2019 +TEST #5: PASS + Test fv3_stretched_nest starting at Thu Jan 23 19:53:09 UTC 2020 (Stretched grid with nest; compare against previous baseline) + Thu Jan 23 19:53:09 UTC 2020 atmos_4xdaily.tile1.nc: bit-for-bit identical atmos_4xdaily.tile2.nc: bit-for-bit identical atmos_4xdaily.tile3.nc: bit-for-bit identical @@ -417,11 +345,11 @@ TEST #6: PASS RESTART/fv_tracer.res.nest02.tile7.nc: bit-for-bit identical RESTART/phy_data.nest02.tile7.nc: bit-for-bit identical RESTART/sfc_data.nest02.tile7.nc: bit-for-bit identical - TEST PASSED AT Mon Dec 30 18:19:10 UTC 2019 + TEST PASSED AT Thu Jan 23 19:58:10 UTC 2020 -TEST #7: PASS - Test fv3_csawmgshoc starting at Mon Dec 30 17:45:57 UTC 2019 (Compare FV3 with CSAW MG2 and SHOC results with previous trunk version) - Mon Dec 30 17:45:57 UTC 2019 +TEST #6: PASS + Test fv3_csawmgshoc starting at Thu Jan 23 19:40:12 UTC 2020 (Compare FV3 with CSAW MG2 and SHOC results with previous trunk version) + Thu Jan 23 19:40:12 UTC 2020 atmos_4xdaily.tile1.nc: bit-for-bit identical atmos_4xdaily.tile2.nc: bit-for-bit identical atmos_4xdaily.tile3.nc: bit-for-bit identical @@ -466,21 +394,21 @@ TEST #7: PASS RESTART/sfc_data.tile6.nc: bit-for-bit identical Executable did not change during test suite: File: ./fv3.exe - Expected md5sum: 8621ba6ae86ec32d7246091da8b3fe59 - Actual md5sum: 8621ba6ae86ec32d7246091da8b3fe59 - TEST PASSED AT Mon Dec 30 17:48:25 UTC 2019 + Expected md5sum: 8e2dfcc15ae8c961f394741320f5cc68 + Actual md5sum: 8e2dfcc15ae8c961f394741320f5cc68 + TEST PASSED AT Thu Jan 23 19:42:48 UTC 2020 -TEST #8: PASS - Test fv3_regional_control starting at Mon Dec 30 18:14:15 UTC 2019 (Compare FV3 regional control results with previous trunk version) - Mon Dec 30 18:14:15 UTC 2019 +TEST #7: PASS + Test fv3_regional_control starting at Thu Jan 23 19:53:09 UTC 2020 (Compare FV3 regional control results with previous trunk version) + Thu Jan 23 19:53:09 UTC 2020 atmos_4xdaily.nc: bit-for-bit identical fv3_history2d.nc: bit-for-bit identical fv3_history.nc: bit-for-bit identical - TEST PASSED AT Mon Dec 30 18:20:27 UTC 2019 + TEST PASSED AT Thu Jan 23 19:59:22 UTC 2020 -TEST #9: PASS - Test fv3_wrtGauss_netcdf starting at Mon Dec 30 17:45:50 UTC 2019 (Compare FV3 Gaussian grid netcdf output results with previous trunk version) - Mon Dec 30 17:45:50 UTC 2019 +TEST #8: PASS + Test fv3_wrtGauss_netcdf starting at Thu Jan 23 19:40:41 UTC 2020 (Compare FV3 Gaussian grid netcdf output results with previous trunk version) + Thu Jan 23 19:40:41 UTC 2020 atmos_4xdaily.tile1.nc: bit-for-bit identical atmos_4xdaily.tile2.nc: bit-for-bit identical atmos_4xdaily.tile3.nc: bit-for-bit identical @@ -525,13 +453,13 @@ TEST #9: PASS RESTART/sfc_data.tile6.nc: bit-for-bit identical Executable did not change during test suite: File: ./fv3.exe - Expected md5sum: 8621ba6ae86ec32d7246091da8b3fe59 - Actual md5sum: 8621ba6ae86ec32d7246091da8b3fe59 - TEST PASSED AT Mon Dec 30 17:47:05 UTC 2019 + Expected md5sum: 8e2dfcc15ae8c961f394741320f5cc68 + Actual md5sum: 8e2dfcc15ae8c961f394741320f5cc68 + TEST PASSED AT Thu Jan 23 19:41:57 UTC 2020 -TEST #10: PASS - Test fv3_thompson starting at Mon Dec 30 17:45:50 UTC 2019 (Compare FV3 GFDL mircrophysics results with previous trunk version) - Mon Dec 30 17:45:50 UTC 2019 +TEST #9: PASS + Test fv3_thompson starting at Thu Jan 23 19:40:41 UTC 2020 (Compare FV3 GFDL mircrophysics results with previous trunk version) + Thu Jan 23 19:40:41 UTC 2020 atmos_4xdaily.tile1.nc: bit-for-bit identical atmos_4xdaily.tile2.nc: bit-for-bit identical atmos_4xdaily.tile3.nc: bit-for-bit identical @@ -596,19 +524,19 @@ TEST #10: PASS RESTART/sfc_data.tile6.nc: bit-for-bit identical Executable did not change during test suite: File: ./fv3.exe - Expected md5sum: 8621ba6ae86ec32d7246091da8b3fe59 - Actual md5sum: 8621ba6ae86ec32d7246091da8b3fe59 - TEST PASSED AT Mon Dec 30 17:50:24 UTC 2019 + Expected md5sum: 8e2dfcc15ae8c961f394741320f5cc68 + Actual md5sum: 8e2dfcc15ae8c961f394741320f5cc68 + TEST PASSED AT Thu Jan 23 19:45:22 UTC 2020 -TEST #11: PASS - Test fv3_control_debug starting at Mon Dec 30 18:18:23 UTC 2019 (Compare FV3 control/debug results with previous trunk version) - Mon Dec 30 18:18:23 UTC 2019 +TEST #10: PASS + Test fv3_control_debug starting at Thu Jan 23 19:56:51 UTC 2020 (Compare FV3 control/debug results with previous trunk version) + Thu Jan 23 19:56:52 UTC 2020 global_o3prdlos.f77: bit-for-bit identical - TEST PASSED AT Mon Dec 30 18:20:37 UTC 2019 + TEST PASSED AT Thu Jan 23 19:59:14 UTC 2020 -TEST #12: PASS - Test fv3_gfdlmprad_gwd starting at Mon Dec 30 17:45:54 UTC 2019 (Compare FV3 GFDL radiation interaction option and gravity wve drag results with previous trunk version) - Mon Dec 30 17:45:54 UTC 2019 +TEST #11: PASS + Test fv3_gfdlmprad_gwd starting at Thu Jan 23 19:40:42 UTC 2020 (Compare FV3 GFDL radiation interaction option and gravity wve drag results with previous trunk version) + Thu Jan 23 19:40:42 UTC 2020 atmos_4xdaily.tile1.nc: bit-for-bit identical atmos_4xdaily.tile2.nc: bit-for-bit identical atmos_4xdaily.tile3.nc: bit-for-bit identical @@ -653,13 +581,13 @@ TEST #12: PASS RESTART/sfc_data.tile6.nc: bit-for-bit identical Executable did not change during test suite: File: ./fv3.exe - Expected md5sum: 8621ba6ae86ec32d7246091da8b3fe59 - Actual md5sum: 8621ba6ae86ec32d7246091da8b3fe59 - TEST PASSED AT Mon Dec 30 17:47:10 UTC 2019 + Expected md5sum: 8e2dfcc15ae8c961f394741320f5cc68 + Actual md5sum: 8e2dfcc15ae8c961f394741320f5cc68 + TEST PASSED AT Thu Jan 23 19:42:06 UTC 2020 -TEST #13: PASS - Test fv3_stochy starting at Mon Dec 30 17:46:13 UTC 2019 (Compare FV3 stochy results with previous trunk version) - Mon Dec 30 17:46:13 UTC 2019 +TEST #12: PASS + Test fv3_stochy starting at Thu Jan 23 19:40:48 UTC 2020 (Compare FV3 stochy results with previous trunk version) + Thu Jan 23 19:40:48 UTC 2020 atmos_4xdaily.tile1.nc: bit-for-bit identical atmos_4xdaily.tile2.nc: bit-for-bit identical atmos_4xdaily.tile3.nc: bit-for-bit identical @@ -724,21 +652,21 @@ TEST #13: PASS RESTART/sfc_data.tile6.nc: bit-for-bit identical Executable did not change during test suite: File: ./fv3.exe - Expected md5sum: 8621ba6ae86ec32d7246091da8b3fe59 - Actual md5sum: 8621ba6ae86ec32d7246091da8b3fe59 - TEST PASSED AT Mon Dec 30 17:47:43 UTC 2019 + Expected md5sum: 8e2dfcc15ae8c961f394741320f5cc68 + Actual md5sum: 8e2dfcc15ae8c961f394741320f5cc68 + TEST PASSED AT Thu Jan 23 19:42:07 UTC 2020 -TEST #14: PASS - Test fv3_regional_c768 starting at Mon Dec 30 18:14:15 UTC 2019 (Compare FV3 regional c768 results with previous trunk version) - Mon Dec 30 18:14:15 UTC 2019 +TEST #13: PASS + Test fv3_regional_c768 starting at Thu Jan 23 19:53:06 UTC 2020 (Compare FV3 regional c768 results with previous trunk version) + Thu Jan 23 19:53:06 UTC 2020 atmos_4xdaily.nc: bit-for-bit identical fv3_history2d.nc: bit-for-bit identical fv3_history.nc: bit-for-bit identical - TEST PASSED AT Mon Dec 30 18:25:29 UTC 2019 + TEST PASSED AT Thu Jan 23 20:04:19 UTC 2020 -TEST #15: PASS - Test fv3_gfdlmprad starting at Mon Dec 30 18:41:33 UTC 2019 (Compare FV3 GFDL mircrophysics radiation change with WW3 results with previous trunk version) - Mon Dec 30 18:41:33 UTC 2019 +TEST #14: PASS + Test fv3_gfdlmprad starting at Thu Jan 23 20:19:07 UTC 2020 (Compare FV3 GFDL mircrophysics radiation change with WW3 results with previous trunk version) + Thu Jan 23 20:19:07 UTC 2020 atmos_4xdaily.tile1.nc: bit-for-bit identical atmos_4xdaily.tile2.nc: bit-for-bit identical atmos_4xdaily.tile3.nc: bit-for-bit identical @@ -783,14 +711,14 @@ TEST #15: PASS RESTART/sfc_data.tile6.nc: bit-for-bit identical out_grd.glo_30m: bit-for-bit identical Executable did not change during test suite: - File: /scratch1/NCEPDEV/stmp2/Dusan.Jovic/scrub/rtgen.302700/exec/fv3_ww3.exe - Expected md5sum: 5e45785b6525d46b68e78758d632ffa6 - Actual md5sum: 5e45785b6525d46b68e78758d632ffa6 - TEST PASSED AT Mon Dec 30 18:45:12 UTC 2019 + File: /scratch1/NCEPDEV/stmp2/Dusan.Jovic/scrub/rtgen.374974/exec/fv3_ww3.exe + Expected md5sum: 8cc58a22258359f89048ec2cdbfb6dd6 + Actual md5sum: 8cc58a22258359f89048ec2cdbfb6dd6 + TEST PASSED AT Thu Jan 23 20:22:56 UTC 2020 -TEST #16: PASS - Test fv3_appbuilder starting at Mon Dec 30 18:56:43 UTC 2019 (Compare FV3 with the NEMSAppBuilder against the previous trunk version) - Mon Dec 30 18:56:43 UTC 2019 +TEST #15: PASS + Test fv3_appbuilder starting at Thu Jan 23 20:39:11 UTC 2020 (Compare FV3 with the NEMSAppBuilder against the previous trunk version) + Thu Jan 23 20:39:11 UTC 2020 atmos_4xdaily.tile1.nc: bit-for-bit identical atmos_4xdaily.tile2.nc: bit-for-bit identical atmos_4xdaily.tile3.nc: bit-for-bit identical @@ -854,14 +782,14 @@ TEST #16: PASS RESTART/sfc_data.tile5.nc: bit-for-bit identical RESTART/sfc_data.tile6.nc: bit-for-bit identical Executable did not change during test suite: - File: /scratch1/NCEPDEV/stmp2/Dusan.Jovic/scrub/rtgen.302700/exec/fv3_appbuilder.exe - Expected md5sum: 50499c2e5986a3f96ad0b84561a7d422 - Actual md5sum: 50499c2e5986a3f96ad0b84561a7d422 - TEST PASSED AT Mon Dec 30 18:57:58 UTC 2019 + File: /scratch1/NCEPDEV/stmp2/Dusan.Jovic/scrub/rtgen.374974/exec/fv3_appbuilder.exe + Expected md5sum: 9fbcb6afc9f9a60ed8f87be89a30edbb + Actual md5sum: 9fbcb6afc9f9a60ed8f87be89a30edbb + TEST PASSED AT Thu Jan 23 20:40:31 UTC 2020 -TEST #17: PASS - Test fv3_restart starting at Mon Dec 30 17:46:00 UTC 2019 (Compare FV3 restart results with previous trunk version) - Mon Dec 30 17:46:00 UTC 2019 +TEST #16: PASS + Test fv3_restart starting at Thu Jan 23 19:40:46 UTC 2020 (Compare FV3 restart results with previous trunk version) + Thu Jan 23 19:40:46 UTC 2020 atmos_4xdaily.tile1.nc: bit-for-bit identical atmos_4xdaily.tile2.nc: bit-for-bit identical atmos_4xdaily.tile3.nc: bit-for-bit identical @@ -926,21 +854,21 @@ TEST #17: PASS RESTART/sfc_data.tile6.nc: bit-for-bit identical Executable did not change during test suite: File: ./fv3.exe - Expected md5sum: 8621ba6ae86ec32d7246091da8b3fe59 - Actual md5sum: 8621ba6ae86ec32d7246091da8b3fe59 - TEST PASSED AT Mon Dec 30 17:47:06 UTC 2019 + Expected md5sum: 8e2dfcc15ae8c961f394741320f5cc68 + Actual md5sum: 8e2dfcc15ae8c961f394741320f5cc68 + TEST PASSED AT Thu Jan 23 19:41:56 UTC 2020 -TEST #18: PASS - Test fv3_regional_restart starting at Mon Dec 30 18:21:54 UTC 2019 (Compare FV3 regional restart results with previous trunk version) - Mon Dec 30 18:21:54 UTC 2019 +TEST #17: PASS + Test fv3_regional_restart starting at Thu Jan 23 20:01:31 UTC 2020 (Compare FV3 regional restart results with previous trunk version) + Thu Jan 23 20:01:31 UTC 2020 atmos_4xdaily.nc: bit-for-bit identical fv3_history2d.nc: bit-for-bit identical fv3_history.nc: bit-for-bit identical - TEST PASSED AT Mon Dec 30 18:25:09 UTC 2019 + TEST PASSED AT Thu Jan 23 20:04:47 UTC 2020 -TEST #19: PASS - Test fv3_decomp starting at Mon Dec 30 17:46:00 UTC 2019 (Compare FV3 decomp results with previous trunk version) - Mon Dec 30 17:46:00 UTC 2019 +TEST #18: PASS + Test fv3_decomp starting at Thu Jan 23 19:41:04 UTC 2020 (Compare FV3 decomp results with previous trunk version) + Thu Jan 23 19:41:04 UTC 2020 atmos_4xdaily.tile1.nc: bit-for-bit identical atmos_4xdaily.tile2.nc: bit-for-bit identical atmos_4xdaily.tile3.nc: bit-for-bit identical @@ -1005,23 +933,23 @@ TEST #19: PASS RESTART/sfc_data.tile6.nc: bit-for-bit identical Executable did not change during test suite: File: ./fv3.exe - Expected md5sum: 8621ba6ae86ec32d7246091da8b3fe59 - Actual md5sum: 8621ba6ae86ec32d7246091da8b3fe59 - TEST PASSED AT Mon Dec 30 17:47:12 UTC 2019 + Expected md5sum: 8e2dfcc15ae8c961f394741320f5cc68 + Actual md5sum: 8e2dfcc15ae8c961f394741320f5cc68 + TEST PASSED AT Thu Jan 23 19:42:21 UTC 2020 -TEST #20: PASS - Test fv3_regional_quilt starting at Mon Dec 30 18:14:14 UTC 2019 (Compare FV3 regional quilt results with previous trunk version) - Mon Dec 30 18:14:14 UTC 2019 +TEST #19: PASS + Test fv3_regional_quilt starting at Thu Jan 23 19:53:14 UTC 2020 (Compare FV3 regional quilt results with previous trunk version) + Thu Jan 23 19:53:14 UTC 2020 atmos_4xdaily.nc: bit-for-bit identical dynf000.nc: bit-for-bit identical dynf024.nc: bit-for-bit identical phyf000.nc: bit-for-bit identical phyf024.nc: bit-for-bit identical - TEST PASSED AT Mon Dec 30 18:20:47 UTC 2019 + TEST PASSED AT Thu Jan 23 19:59:43 UTC 2020 -TEST #21: PASS - Test fv3_wrtGauss_nemsio_c768 starting at Mon Dec 30 18:41:33 UTC 2019 (Compare c768 FV3-WW3 Gaussian grid nemsio output results with previous trunk version) - Mon Dec 30 18:41:33 UTC 2019 +TEST #20: PASS + Test fv3_wrtGauss_nemsio_c768 starting at Thu Jan 23 20:40:16 UTC 2020 (Compare c768 FV3-WW3 Gaussian grid nemsio output results with previous trunk version) + Thu Jan 23 20:40:16 UTC 2020 atmos_4xdaily.tile1.nc: bit-for-bit identical atmos_4xdaily.tile2.nc: bit-for-bit identical atmos_4xdaily.tile3.nc: bit-for-bit identical @@ -1062,16 +990,18 @@ TEST #21: PASS RESTART/sfc_data.tile4.nc: bit-for-bit identical RESTART/sfc_data.tile5.nc: bit-for-bit identical RESTART/sfc_data.tile6.nc: bit-for-bit identical - out_grd.glo_30m: bit-for-bit identical + out_grd.glo_10m: bit-for-bit identical + out_grd.ant_9km: bit-for-bit identical + out_grd.aoc_9km: bit-for-bit identical Executable did not change during test suite: - File: /scratch1/NCEPDEV/stmp2/Dusan.Jovic/scrub/rtgen.302700/exec/fv3_ww3.exe - Expected md5sum: 5e45785b6525d46b68e78758d632ffa6 - Actual md5sum: 5e45785b6525d46b68e78758d632ffa6 - TEST PASSED AT Mon Dec 30 18:52:29 UTC 2019 + File: /scratch1/NCEPDEV/stmp2/Dusan.Jovic/scrub/rtgen.374974/exec/fv3_ww3.exe + Expected md5sum: 8cc58a22258359f89048ec2cdbfb6dd6 + Actual md5sum: 8cc58a22258359f89048ec2cdbfb6dd6 + TEST PASSED AT Thu Jan 23 21:06:59 UTC 2020 -TEST #22: PASS - Test fv3_control_32bit starting at Mon Dec 30 18:12:34 UTC 2019 (Compare FV3 32bit compile results with previous trunk version) - Mon Dec 30 18:12:34 UTC 2019 +TEST #21: PASS + Test fv3_control_32bit starting at Thu Jan 23 19:53:06 UTC 2020 (Compare FV3 32bit compile results with previous trunk version) + Thu Jan 23 19:53:06 UTC 2020 atmos_4xdaily.tile1.nc: bit-for-bit identical atmos_4xdaily.tile2.nc: bit-for-bit identical atmos_4xdaily.tile3.nc: bit-for-bit identical @@ -1134,11 +1064,11 @@ TEST #22: PASS RESTART/sfc_data.tile4.nc: bit-for-bit identical RESTART/sfc_data.tile5.nc: bit-for-bit identical RESTART/sfc_data.tile6.nc: bit-for-bit identical - TEST PASSED AT Mon Dec 30 18:13:44 UTC 2019 + TEST PASSED AT Thu Jan 23 19:54:20 UTC 2020 -TEST #23: PASS - Test fv3_gfdlmprad_32bit_post starting at Mon Dec 30 18:14:13 UTC 2019 (Compare FV3 GFDL mircrophysics radiation change with inline post results with previous trunk version) - Mon Dec 30 18:14:13 UTC 2019 +TEST #22: PASS + Test fv3_gfdlmprad_32bit_post starting at Thu Jan 23 19:53:09 UTC 2020 (Compare FV3 GFDL mircrophysics radiation change with inline post results with previous trunk version) + Thu Jan 23 19:53:09 UTC 2020 atmos_4xdaily.tile1.nc: bit-for-bit identical atmos_4xdaily.tile2.nc: bit-for-bit identical atmos_4xdaily.tile3.nc: bit-for-bit identical @@ -1185,11 +1115,11 @@ TEST #23: PASS RESTART/sfc_data.tile4.nc: bit-for-bit identical RESTART/sfc_data.tile5.nc: bit-for-bit identical RESTART/sfc_data.tile6.nc: bit-for-bit identical - TEST PASSED AT Mon Dec 30 18:16:02 UTC 2019 + TEST PASSED AT Thu Jan 23 19:55:00 UTC 2020 -TEST #24: PASS - Test fv3_csawmg3shoc127 starting at Mon Dec 30 17:45:50 UTC 2019 (Compare 127 L FV3 with CSAW MG3 and SHOC results with previous trunk version) - Mon Dec 30 17:45:50 UTC 2019 +TEST #23: PASS + Test fv3_csawmg3shoc127 starting at Thu Jan 23 19:40:06 UTC 2020 (Compare 127 L FV3 with CSAW MG3 and SHOC results with previous trunk version) + Thu Jan 23 19:40:06 UTC 2020 atmos_4xdaily.tile1.nc: bit-for-bit identical atmos_4xdaily.tile2.nc: bit-for-bit identical atmos_4xdaily.tile3.nc: bit-for-bit identical @@ -1234,13 +1164,13 @@ TEST #24: PASS RESTART/sfc_data.tile6.nc: bit-for-bit identical Executable did not change during test suite: File: ./fv3.exe - Expected md5sum: 8621ba6ae86ec32d7246091da8b3fe59 - Actual md5sum: 8621ba6ae86ec32d7246091da8b3fe59 - TEST PASSED AT Mon Dec 30 17:50:59 UTC 2019 + Expected md5sum: 8e2dfcc15ae8c961f394741320f5cc68 + Actual md5sum: 8e2dfcc15ae8c961f394741320f5cc68 + TEST PASSED AT Thu Jan 23 19:45:10 UTC 2020 -TEST #25: PASS - Test fv3_read_inc starting at Mon Dec 30 17:46:00 UTC 2019 (Compare FV3 read_inc results with previous trunk version) - Mon Dec 30 17:46:00 UTC 2019 +TEST #24: PASS + Test fv3_read_inc starting at Thu Jan 23 19:40:48 UTC 2020 (Compare FV3 read_inc results with previous trunk version) + Thu Jan 23 19:40:48 UTC 2020 atmos_4xdaily.tile1.nc: bit-for-bit identical atmos_4xdaily.tile2.nc: bit-for-bit identical atmos_4xdaily.tile3.nc: bit-for-bit identical @@ -1305,13 +1235,13 @@ TEST #25: PASS RESTART/sfc_data.tile6.nc: bit-for-bit identical Executable did not change during test suite: File: ./fv3.exe - Expected md5sum: 8621ba6ae86ec32d7246091da8b3fe59 - Actual md5sum: 8621ba6ae86ec32d7246091da8b3fe59 - TEST PASSED AT Mon Dec 30 17:47:10 UTC 2019 + Expected md5sum: 8e2dfcc15ae8c961f394741320f5cc68 + Actual md5sum: 8e2dfcc15ae8c961f394741320f5cc68 + TEST PASSED AT Thu Jan 23 19:41:59 UTC 2020 -TEST #26: PASS - Test fv3_satmedmf starting at Mon Dec 30 17:46:02 UTC 2019 (Compare FV3 control with satmedmf on Gaussian grid nemsio output results with previous trunk version) - Mon Dec 30 17:46:02 UTC 2019 +TEST #25: PASS + Test fv3_satmedmf starting at Thu Jan 23 19:41:15 UTC 2020 (Compare FV3 control with satmedmf on Gaussian grid nemsio output results with previous trunk version) + Thu Jan 23 19:41:15 UTC 2020 atmos_4xdaily.tile1.nc: bit-for-bit identical atmos_4xdaily.tile2.nc: bit-for-bit identical atmos_4xdaily.tile3.nc: bit-for-bit identical @@ -1356,13 +1286,13 @@ TEST #26: PASS RESTART/sfc_data.tile6.nc: bit-for-bit identical Executable did not change during test suite: File: ./fv3.exe - Expected md5sum: 8621ba6ae86ec32d7246091da8b3fe59 - Actual md5sum: 8621ba6ae86ec32d7246091da8b3fe59 - TEST PASSED AT Mon Dec 30 17:47:12 UTC 2019 + Expected md5sum: 8e2dfcc15ae8c961f394741320f5cc68 + Actual md5sum: 8e2dfcc15ae8c961f394741320f5cc68 + TEST PASSED AT Thu Jan 23 19:42:24 UTC 2020 -TEST #27: PASS - Test fv3_control starting at Mon Dec 30 17:46:14 UTC 2019 (Compare FV3 control results with previous trunk version) - Mon Dec 30 17:46:14 UTC 2019 +TEST #26: PASS + Test fv3_control starting at Thu Jan 23 19:41:15 UTC 2020 (Compare FV3 control results with previous trunk version) + Thu Jan 23 19:41:15 UTC 2020 atmos_4xdaily.tile1.nc: bit-for-bit identical atmos_4xdaily.tile2.nc: bit-for-bit identical atmos_4xdaily.tile3.nc: bit-for-bit identical @@ -1427,19 +1357,19 @@ TEST #27: PASS RESTART/sfc_data.tile6.nc: bit-for-bit identical Executable did not change during test suite: File: ./fv3.exe - Expected md5sum: 8621ba6ae86ec32d7246091da8b3fe59 - Actual md5sum: 8621ba6ae86ec32d7246091da8b3fe59 - TEST PASSED AT Mon Dec 30 17:47:22 UTC 2019 + Expected md5sum: 8e2dfcc15ae8c961f394741320f5cc68 + Actual md5sum: 8e2dfcc15ae8c961f394741320f5cc68 + TEST PASSED AT Thu Jan 23 19:42:21 UTC 2020 -TEST #28: PASS - Test fv3_stretched_nest_debug starting at Mon Dec 30 18:18:53 UTC 2019 (Stretched grid with nest - debug; compare against previous baseline) - Mon Dec 30 18:18:53 UTC 2019 +TEST #27: PASS + Test fv3_stretched_nest_debug starting at Thu Jan 23 19:56:51 UTC 2020 (Stretched grid with nest - debug; compare against previous baseline) + Thu Jan 23 19:56:51 UTC 2020 global_o3prdlos.f77: bit-for-bit identical - TEST PASSED AT Mon Dec 30 18:23:05 UTC 2019 + TEST PASSED AT Thu Jan 23 20:00:59 UTC 2020 -TEST #29: PASS - Test fv3_gfdlmp starting at Mon Dec 30 17:46:07 UTC 2019 (Compare FV3 GFDL mircrophysics results with previous trunk version) - Mon Dec 30 17:46:07 UTC 2019 +TEST #28: PASS + Test fv3_gfdlmp starting at Thu Jan 23 19:41:15 UTC 2020 (Compare FV3 GFDL mircrophysics results with previous trunk version) + Thu Jan 23 19:41:15 UTC 2020 atmos_4xdaily.tile1.nc: bit-for-bit identical atmos_4xdaily.tile2.nc: bit-for-bit identical atmos_4xdaily.tile3.nc: bit-for-bit identical @@ -1484,13 +1414,13 @@ TEST #29: PASS RESTART/sfc_data.tile6.nc: bit-for-bit identical Executable did not change during test suite: File: ./fv3.exe - Expected md5sum: 8621ba6ae86ec32d7246091da8b3fe59 - Actual md5sum: 8621ba6ae86ec32d7246091da8b3fe59 - TEST PASSED AT Mon Dec 30 17:47:21 UTC 2019 + Expected md5sum: 8e2dfcc15ae8c961f394741320f5cc68 + Actual md5sum: 8e2dfcc15ae8c961f394741320f5cc68 + TEST PASSED AT Thu Jan 23 19:42:36 UTC 2020 -TEST #30: PASS - Test fv3_gfdlmprad_noahmp starting at Mon Dec 30 17:46:04 UTC 2019 (Compare FV3 GFDL radiation interaction option and Noah MP results with previous trunk version) - Mon Dec 30 17:46:04 UTC 2019 +TEST #29: PASS + Test fv3_gfdlmprad_noahmp starting at Thu Jan 23 19:41:15 UTC 2020 (Compare FV3 GFDL radiation interaction option and Noah MP results with previous trunk version) + Thu Jan 23 19:41:15 UTC 2020 atmos_4xdaily.tile1.nc: bit-for-bit identical atmos_4xdaily.tile2.nc: bit-for-bit identical atmos_4xdaily.tile3.nc: bit-for-bit identical @@ -1535,13 +1465,13 @@ TEST #30: PASS RESTART/sfc_data.tile6.nc: bit-for-bit identical Executable did not change during test suite: File: ./fv3.exe - Expected md5sum: 8621ba6ae86ec32d7246091da8b3fe59 - Actual md5sum: 8621ba6ae86ec32d7246091da8b3fe59 - TEST PASSED AT Mon Dec 30 17:47:20 UTC 2019 + Expected md5sum: 8e2dfcc15ae8c961f394741320f5cc68 + Actual md5sum: 8e2dfcc15ae8c961f394741320f5cc68 + TEST PASSED AT Thu Jan 23 19:42:40 UTC 2020 -TEST #31: PASS - Test fv3_2threads starting at Mon Dec 30 17:46:14 UTC 2019 (Compare FV3 2 threads results with previous trunk version) - Mon Dec 30 17:46:14 UTC 2019 +TEST #30: PASS + Test fv3_2threads starting at Thu Jan 23 19:42:04 UTC 2020 (Compare FV3 2 threads results with previous trunk version) + Thu Jan 23 19:42:04 UTC 2020 atmos_4xdaily.tile1.nc: bit-for-bit identical atmos_4xdaily.tile2.nc: bit-for-bit identical atmos_4xdaily.tile3.nc: bit-for-bit identical @@ -1606,13 +1536,13 @@ TEST #31: PASS RESTART/sfc_data.tile6.nc: bit-for-bit identical Executable did not change during test suite: File: ./fv3.exe - Expected md5sum: 8621ba6ae86ec32d7246091da8b3fe59 - Actual md5sum: 8621ba6ae86ec32d7246091da8b3fe59 - TEST PASSED AT Mon Dec 30 17:47:28 UTC 2019 + Expected md5sum: 8e2dfcc15ae8c961f394741320f5cc68 + Actual md5sum: 8e2dfcc15ae8c961f394741320f5cc68 + TEST PASSED AT Thu Jan 23 19:43:19 UTC 2020 -TEST #32: PASS - Test fv3_wrtGauss_netcdf_esmf starting at Mon Dec 30 17:46:12 UTC 2019 (Compare FV3 Gaussian grid netcdf output results with previous trunk version) - Mon Dec 30 17:46:12 UTC 2019 +TEST #31: PASS + Test fv3_wrtGauss_netcdf_esmf starting at Thu Jan 23 19:41:15 UTC 2020 (Compare FV3 Gaussian grid netcdf output results with previous trunk version) + Thu Jan 23 19:41:16 UTC 2020 atmos_4xdaily.tile1.nc: bit-for-bit identical atmos_4xdaily.tile2.nc: bit-for-bit identical atmos_4xdaily.tile3.nc: bit-for-bit identical @@ -1657,13 +1587,13 @@ TEST #32: PASS RESTART/sfc_data.tile6.nc: bit-for-bit identical Executable did not change during test suite: File: ./fv3.exe - Expected md5sum: 8621ba6ae86ec32d7246091da8b3fe59 - Actual md5sum: 8621ba6ae86ec32d7246091da8b3fe59 - TEST PASSED AT Mon Dec 30 17:48:32 UTC 2019 + Expected md5sum: 8e2dfcc15ae8c961f394741320f5cc68 + Actual md5sum: 8e2dfcc15ae8c961f394741320f5cc68 + TEST PASSED AT Thu Jan 23 19:43:41 UTC 2020 -TEST #33: PASS - Test fv3_csawmg starting at Mon Dec 30 17:46:12 UTC 2019 (Compare FV3 with CSAW and MG2 results with previous trunk version) - Mon Dec 30 17:46:12 UTC 2019 +TEST #32: PASS + Test fv3_csawmg starting at Thu Jan 23 19:41:51 UTC 2020 (Compare FV3 with CSAW and MG2 results with previous trunk version) + Thu Jan 23 19:41:51 UTC 2020 atmos_4xdaily.tile1.nc: bit-for-bit identical atmos_4xdaily.tile2.nc: bit-for-bit identical atmos_4xdaily.tile3.nc: bit-for-bit identical @@ -1708,13 +1638,13 @@ TEST #33: PASS RESTART/sfc_data.tile6.nc: bit-for-bit identical Executable did not change during test suite: File: ./fv3.exe - Expected md5sum: 8621ba6ae86ec32d7246091da8b3fe59 - Actual md5sum: 8621ba6ae86ec32d7246091da8b3fe59 - TEST PASSED AT Mon Dec 30 17:48:41 UTC 2019 + Expected md5sum: 8e2dfcc15ae8c961f394741320f5cc68 + Actual md5sum: 8e2dfcc15ae8c961f394741320f5cc68 + TEST PASSED AT Thu Jan 23 19:44:26 UTC 2020 -TEST #34: PASS - Test fv3_wsm6 starting at Mon Dec 30 17:46:12 UTC 2019 (Compare FV3 GFDL mircrophysics results with previous trunk version) - Mon Dec 30 17:46:12 UTC 2019 +TEST #33: PASS + Test fv3_wsm6 starting at Thu Jan 23 19:42:01 UTC 2020 (Compare FV3 GFDL mircrophysics results with previous trunk version) + Thu Jan 23 19:42:01 UTC 2020 atmos_4xdaily.tile1.nc: bit-for-bit identical atmos_4xdaily.tile2.nc: bit-for-bit identical atmos_4xdaily.tile3.nc: bit-for-bit identical @@ -1779,13 +1709,13 @@ TEST #34: PASS RESTART/sfc_data.tile6.nc: bit-for-bit identical Executable did not change during test suite: File: ./fv3.exe - Expected md5sum: 8621ba6ae86ec32d7246091da8b3fe59 - Actual md5sum: 8621ba6ae86ec32d7246091da8b3fe59 - TEST PASSED AT Mon Dec 30 17:47:49 UTC 2019 + Expected md5sum: 8e2dfcc15ae8c961f394741320f5cc68 + Actual md5sum: 8e2dfcc15ae8c961f394741320f5cc68 + TEST PASSED AT Thu Jan 23 19:43:44 UTC 2020 -TEST #35: PASS - Test fv3_stretched starting at Mon Dec 30 18:14:13 UTC 2019 (Stretched grid; compare against previous baseline) - Mon Dec 30 18:14:13 UTC 2019 +TEST #34: PASS + Test fv3_stretched starting at Thu Jan 23 19:53:09 UTC 2020 (Stretched grid; compare against previous baseline) + Thu Jan 23 19:53:09 UTC 2020 atmos_4xdaily.tile1.nc: bit-for-bit identical atmos_4xdaily.tile2.nc: bit-for-bit identical atmos_4xdaily.tile3.nc: bit-for-bit identical @@ -1836,11 +1766,11 @@ TEST #35: PASS RESTART/sfc_data.tile4.nc: bit-for-bit identical RESTART/sfc_data.tile5.nc: bit-for-bit identical RESTART/sfc_data.tile6.nc: bit-for-bit identical - TEST PASSED AT Mon Dec 30 18:18:31 UTC 2019 + TEST PASSED AT Thu Jan 23 19:57:36 UTC 2020 -TEST #36: PASS - Test fv3_wrtGauss_nemsio_c192 starting at Mon Dec 30 17:45:48 UTC 2019 (Compare c192 FV3 Gaussian grid nemsio output results with previous trunk version) - Mon Dec 30 17:45:48 UTC 2019 +TEST #35: PASS + Test fv3_wrtGauss_nemsio_c192 starting at Thu Jan 23 19:40:06 UTC 2020 (Compare c192 FV3 Gaussian grid nemsio output results with previous trunk version) + Thu Jan 23 19:40:06 UTC 2020 atmos_4xdaily.tile1.nc: bit-for-bit identical atmos_4xdaily.tile2.nc: bit-for-bit identical atmos_4xdaily.tile3.nc: bit-for-bit identical @@ -1885,13 +1815,13 @@ TEST #36: PASS RESTART/sfc_data.tile6.nc: bit-for-bit identical Executable did not change during test suite: File: ./fv3.exe - Expected md5sum: 8621ba6ae86ec32d7246091da8b3fe59 - Actual md5sum: 8621ba6ae86ec32d7246091da8b3fe59 - TEST PASSED AT Mon Dec 30 17:48:32 UTC 2019 + Expected md5sum: 8e2dfcc15ae8c961f394741320f5cc68 + Actual md5sum: 8e2dfcc15ae8c961f394741320f5cc68 + TEST PASSED AT Thu Jan 23 19:43:01 UTC 2020 -TEST #37: PASS - Test fv3_rasmgshoc starting at Mon Dec 30 17:46:12 UTC 2019 (Compare FV3 with RAS MG2 and SHOC results with previous trunk version) - Mon Dec 30 17:46:12 UTC 2019 +TEST #36: PASS + Test fv3_rasmgshoc starting at Thu Jan 23 19:42:02 UTC 2020 (Compare FV3 with RAS MG2 and SHOC results with previous trunk version) + Thu Jan 23 19:42:02 UTC 2020 atmos_4xdaily.tile1.nc: bit-for-bit identical atmos_4xdaily.tile2.nc: bit-for-bit identical atmos_4xdaily.tile3.nc: bit-for-bit identical @@ -1936,10 +1866,10 @@ TEST #37: PASS RESTART/sfc_data.tile6.nc: bit-for-bit identical Executable did not change during test suite: File: ./fv3.exe - Expected md5sum: 8621ba6ae86ec32d7246091da8b3fe59 - Actual md5sum: 8621ba6ae86ec32d7246091da8b3fe59 - TEST PASSED AT Mon Dec 30 17:48:48 UTC 2019 -WORKFLOW REPORT AT Mon Dec 30 18:58:34 2019 (+1577732314) -Tests: 0 failed, 37 passed out of 37 -Builds: 0 failed, 6 passed out of 6 + Expected md5sum: 8e2dfcc15ae8c961f394741320f5cc68 + Actual md5sum: 8e2dfcc15ae8c961f394741320f5cc68 + TEST PASSED AT Thu Jan 23 19:44:41 UTC 2020 +WORKFLOW REPORT AT Thu Jan 23 21:07:38 2020 (+1579813658) +Tests: 0 failed, 36 passed out of 36 +Builds: 0 failed, 5 passed out of 5 REGRESSION TEST WAS SUCCESSFUL diff --git a/log/report-wcoss.cray-log/build_fv3.exe.log b/log/report-wcoss.cray-log/build_fv3.exe.log index da86435cee..456e597b02 100644 --- a/log/report-wcoss.cray-log/build_fv3.exe.log +++ b/log/report-wcoss.cray-log/build_fv3.exe.log @@ -1,13 +1,13 @@ -Dec 30 17:47:01 2019 9637 7 9.1.3 jobSetupStatus: job additionalInfo reservation_id=16170435 +Jan 24 17:53:00 2020 35894 7 9.1.3 jobSetupStatus: job additionalInfo reservation_id=16663933 + [[ fv3.exe == fv3.exe ]] -+ rm -f /gpfs/hps/ptmp/Dusan.Jovic/rtgen.46775/exec/fv3.exe -+ modules=/gpfs/hps/ptmp/Dusan.Jovic/rtgen.46775/include/modules.fv3 ++ rm -f /gpfs/hps/ptmp/Dusan.Jovic/rtgen.6569/exec/fv3.exe ++ modules=/gpfs/hps/ptmp/Dusan.Jovic/rtgen.6569/include/modules.fv3 + BUILD_NR= -+ fv3=/gpfs/hps/ptmp/Dusan.Jovic/rtgen.46775/exec/fv3.exe ++ fv3=/gpfs/hps/ptmp/Dusan.Jovic/rtgen.6569/exec/fv3.exe + MAKE_OPTS=' ' -+ md5=/gpfs/hps/ptmp/Dusan.Jovic/rtgen.46775/exec/fv3.exe.md5 -+ cd /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/ -+ rm -f /gpfs/hps/ptmp/Dusan.Jovic/rtgen.46775/exec/fv3.exe /gpfs/hps/ptmp/Dusan.Jovic/rtgen.46775/include/modules.fv3 ++ md5=/gpfs/hps/ptmp/Dusan.Jovic/rtgen.6569/exec/fv3.exe.md5 ++ cd /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/tests/ ++ rm -f /gpfs/hps/ptmp/Dusan.Jovic/rtgen.6569/exec/fv3.exe /gpfs/hps/ptmp/Dusan.Jovic/rtgen.6569/include/modules.fv3 + module load alps ++ /opt/modules/3.2.10.3/bin/modulecmd bash load alps + eval CRAY_ALPS_INCLUDE_OPTS=-I/opt/cray/alps/5.2.4-2.0502.9822.32.1.ari/include ';export' 'CRAY_ALPS_INCLUDE_OPTS;CRAY_ALPS_POST_LINK_OPTS=-L/opt/cray/alps/5.2.4-2.0502.9822.32.1.ari/lib64' ';export' 'CRAY_ALPS_POST_LINK_OPTS;CRAY_LD_LIBRARY_PATH=/opt/cray/alps/5.2.4-2.0502.9822.32.1.ari/lib64' ';export' 'CRAY_LD_LIBRARY_PATH;LOADEDMODULES=xt-lsfhpc/9.1.3:rocoto/1.3.0rc2:emc-utils/1.0.0:alps/5.2.4-2.0502.9822.32.1.ari' ';export' 'LOADEDMODULES;MANPATH=/opt/cray/alps/5.2.4-2.0502.9822.32.1.ari/man:/gpfs/hps/usrx/local/emc_rocoto/1.3.0rc2/man:/gpfs/llsf/xt-lsfhpc/9.1/man:/opt/cray/share/man:/usr/local/man:/usr/share/man:/opt/cray/share/man:/cm/local/apps/environment-modules/current/share/man' ';export' 'MANPATH;PATH=/opt/cray/alps/5.2.4-2.0502.9822.32.1.ari/sbin:/opt/cray/alps/5.2.4-2.0502.9822.32.1.ari/bin:/gpfs/llsf/xt-lsfhpc/9.1/linux2.6-glibc2.3-x86_64-cray/bin:/gpfs/hps3/emc/hwrf/noscrub/soft/emc-utils/bin:/gpfs/hps/usrx/local/emc_rocoto/1.3.0rc2/bin:/gpfs/llsf/xt-lsfhpc/9.1/linux2.6-glibc2.3-x86_64-cray/etc:/u/Dusan.Jovic/bin:/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/X11R6/bin:/usr/games:/opt/bin:/usr/lib/mit/bin:/usr/lib/mit/sbin:/sbin:/usr/sbin:.:/usr/lib/qt3/bin:/u/Dusan.Jovic/bin:/gpfs/hps3/emc/meso/noscrub/Dusan.Jovic/dbrowse' ';export' 'PATH;PE_PRODUCT_LIST=CRAY_ALPS' ';export' 'PE_PRODUCT_LIST;PKG_CONFIG_PATH=/opt/cray/alps/5.2.4-2.0502.9822.32.1.ari/lib64/pkgconfig' ';export' 'PKG_CONFIG_PATH;_LMFILES_=/opt/modulefiles/xt-lsfhpc/9.1.3:/usrx/local/emc_rocoto/modulefiles/rocoto/1.3.0rc2:/gpfs/hps3/emc/hwrf/noscrub/soft/modulefiles/emc-utils/1.0.0:/opt/cray/ari/modulefiles/alps/5.2.4-2.0502.9822.32.1.ari' ';export' '_LMFILES_;' @@ -34,11 +34,11 @@ Dec 30 17:47:01 2019 9637 7 9.1.3 jobSetupStatus: job additionalInfo reservation + [[ wcoss.cray == wcoss.cray ]] ++ echo wcoss.cray ++ sed 's,\.,_,g' -+ aprun -n 1 -j 1 -N 1 -d 24 ./compile.sh /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3 wcoss_cray ++ aprun -n 1 -j 1 -N 1 -d 24 ./compile.sh /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 wcoss_cray + SECONDS=0 + [[ 2 -lt 2 ]] -+ readonly PATHTR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3 -+ PATHTR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3 ++ readonly PATHTR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 ++ PATHTR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 + readonly BUILD_TARGET=wcoss_cray + BUILD_TARGET=wcoss_cray + readonly MAKE_OPT= @@ -50,7 +50,7 @@ Dec 30 17:47:01 2019 9637 7 9.1.3 jobSetupStatus: job additionalInfo reservation + readonly clean_after=YES + clean_after=YES + hostname -nid00816 +nid00589 + echo 'Compiling into fv3.exe on wcoss_cray' + gnu_make=gmake Compiling into fv3.exe on wcoss_cray @@ -65,7 +65,7 @@ Using $MAKE_THREADS=8 threads to build FV3 and FMS. + echo Consider reducing '$MAKE_THREADS' if you hit memory or process limits. + gnu_make='gmake -j 8' Consider reducing $MAKE_THREADS if you hit memory or process limits. -+ cd /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/../NEMS ++ cd /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/../NEMS + COMPONENTS=FMS,FV3 + [[ '' == *\C\C\P\P\=\Y* ]] + [[ '' == *\W\W\3\=\Y* ]] @@ -77,13 +77,13 @@ Consider reducing $MAKE_THREADS if you hit memory or process limits. + gmake -j 8 -k COMPONENTS=FMS,FV3 TEST_BUILD_NAME=fv3 BUILD_ENV=wcoss_cray FV3_MAKEOPT= NEMS_BUILDOPT= distclean Will copy modules.nems and NEMS.x as fv3 under tests/ NOTE: Skipping appbuilder.mk creation; no appbuilder file in use. -echo 'FMS FV3' > "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/components.mk" +echo 'FMS FV3' > "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/components.mk" Adding FV3 makeopts to FMS makeopts -cat /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/fv3gfs/makefile | sed 's,^include,#include,g' \ - > /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/fv3gfs/makefile.temp.clean -cd /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/fv3gfs ; \ +cat /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs/makefile | sed 's,^include,#include,g' \ + > /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs/makefile.temp.clean +cd /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs ; \ exec gmake -f makefile.temp.clean clean -gmake[1]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/fv3gfs' +gmake[1]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs' Cleaning fms ... cd .. ; \ @@ -94,13 +94,13 @@ ls: cannot access */*.a: No such file or directory ls: cannot access */*.o: No such file or directory ls: cannot access */*.mod: No such file or directory ls: cannot access */depend: No such file or directory -gmake[1]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/fv3gfs' -rm -rf /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/fv3gfs/makefile.temp.clean -cat /dev/null > /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/conf/configure.fv3 -cat /dev/null > /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/conf/modules.fv3 -cd /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3 ; exec gmake \ +gmake[1]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs' +rm -rf /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs/makefile.temp.clean +cat /dev/null > /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/conf/configure.fv3 +cat /dev/null > /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/conf/modules.fv3 +cd /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 ; exec gmake \ -k cleanall FMS_DIR=/dev/null -gmake[1]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3' +gmake[1]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3' Cleaning ... (cd gfsphysics && make clean) @@ -108,162 +108,162 @@ Cleaning ... Build standalone FV3 gfsphysics ... makefile:278: depend: No such file or directory -make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics' +make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics' Building dependencies ... -make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics' +make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics' Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics' +make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics' Cleaning gfsphysics ... rm -f -f libgfsphys.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend */*.tmp.f90 -make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics' +make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics' (cd ccpp/driver && make clean) Build CCPP layer ... makefile:67: depend: No such file or directory -make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/driver' +make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ccpp/driver' Building dependencies ... -make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/driver' +make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ccpp/driver' Build CCPP layer ... -make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/driver' +make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ccpp/driver' Cleaning CCPP_layer ... rm -f -f libccppdriver.a *__genmod.f90 *.tmp.f90 *.o */*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/driver' +make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ccpp/driver' (cd ipd && make clean) Build standalone FV3 gfsphysics ... makefile:54: depend: No such file or directory -make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ipd' +make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd' Building dependencies ... -make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ipd' +make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd' Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ipd' +make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd' Cleaning ipd ... rm -f -f libipd.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ipd' +make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd' (cd ../stochastic_physics && make clean) Build standalone FV3 stochastic_physics ... makefile:86: depend: No such file or directory -make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/stochastic_physics' +make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/stochastic_physics' cc -E four_to_grid_stochy.F > four_to_grid_stochy.f Building dependencies ... -make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/stochastic_physics' +make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/stochastic_physics' Build standalone FV3 stochastic_physics ... -make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/stochastic_physics' +make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/stochastic_physics' Cleaning stochastic_physics ... rm -f -f libstochastic_physics.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/stochastic_physics' +make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/stochastic_physics' (cd io && make clean) Build standalone FV3 io ... $ESMF_INC is [] -make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/io' +make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io' Cleaning io ... rm -f -f libfv3io.a *__genmod.f90 *.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/io' +make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io' (cd atmos_cubed_sphere && make clean) Build standalone FV3 fv3core ... -make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/atmos_cubed_sphere' +make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere' Cleaning fv3core ... rm -f -f libfv3core.a *__genmod.f90 */*.o */*/*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/atmos_cubed_sphere' +make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere' (cd cpl && make clean) Build standalone FV3 io ... -make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/cpl' +make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl' Cleaning io ... rm -f -f libfv3cpl.a *.o *.mod *.lst *.i90 depend -make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/cpl' +make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl' rm -f -f fv3.exe libfv3cap.a *.o *.mod *.i90 *.lst depend rm -f -rf nems_dir fv3.mk FV3_INSTALL rm -f -f conf/modules.fv3 rm -f -f conf/configure.fv3 -gmake[1]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3' -rm -rf nems_dir FV3_INSTALL /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/conf/configure.fv3 \ - /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/conf/modules.fv3 -rm -rf /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk -if ! test -f /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; then \ - cat /dev/null > /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; \ +gmake[1]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3' +rm -rf nems_dir FV3_INSTALL /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/conf/configure.fv3 \ + /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/conf/modules.fv3 +rm -rf /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk +if ! test -f /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; then \ + cat /dev/null > /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; \ delete_nuopc=yes ; \ fi ; \ - cd /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src ; gmake "COMPONENTS=FMS FV3" \ + cd /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src ; gmake "COMPONENTS=FMS FV3" \ INCLUDES_ARE_OPTIONAL=YES clean ; \ if [ "$delete_nuopc" = yes ] ; then \ - rm -f /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; \ + rm -f /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; \ fi -GNUmakefile:16: /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/test-results.mk: No such file or directory -gmake[1]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src' +GNUmakefile:16: /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/test-results.mk: No such file or directory +gmake[1]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src' Components in linker order: FV3 FMS FV3: include GNUmakefile:70: : component FV3 makefile fragment is missing FMS: include GNUmakefile:70: : component FMS makefile fragment is missing -gmake[1]: *** No rule to make target `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/test-results.mk'. -gmake[1]: Failed to remake makefile `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/test-results.mk'. +gmake[1]: *** No rule to make target `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/test-results.mk'. +gmake[1]: Failed to remake makefile `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/test-results.mk'. rm -f -f *.tmp.f90 *.lst *.o *.mod lm map cd ENS_Cpl ; gmake clean -gmake[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/ENS_Cpl' +gmake[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/ENS_Cpl' rm -f -f ENS_Cpl.a *.f90 *.o *.mod *.lst lm map depend -gmake[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/ENS_Cpl' -gmake[1]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src' -rm -f /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/exe/NEMS.x /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC -rm -f /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/configure.nems /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/externals.nems /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/modules.nems /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/ESMFVersionDefine.h /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/modules.nems.sh /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/modules.nems.csh /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/test-results.mk -rm -f /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/components.mk -rm -f /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/test_results.mk +gmake[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/ENS_Cpl' +gmake[1]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src' +rm -f /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/exe/NEMS.x /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC +rm -f /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/externals.nems /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/modules.nems /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/ESMFVersionDefine.h /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/modules.nems.sh /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/modules.nems.csh /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/test-results.mk +rm -f /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/components.mk +rm -f /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/test_results.mk + gmake -j 8 -k COMPONENTS=FMS,FV3 TEST_BUILD_NAME=fv3 BUILD_ENV=wcoss_cray FV3_MAKEOPT= NEMS_BUILDOPT= build Will copy modules.nems and NEMS.x as fv3 under tests/ NOTE: Skipping appbuilder.mk creation; no appbuilder file in use. -echo 'FMS FV3' > "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/components.mk" +echo 'FMS FV3' > "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/components.mk" Adding FV3 makeopts to FMS makeopts -cp /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_cray/fv3 /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/modules.nems -set -xe ; cp "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/modules.nems" "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/modules.fv3" -+ cp /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/modules.nems /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/modules.fv3 -cp /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/conf/configure.fv3.wcoss_cray /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/configure.nems -cat /dev/null > /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/externals.nems -cp /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/ESMFVersionDefine_ESMF_NUOPC.h /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/ESMFVersionDefine.h -( echo '. /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc' ; \ - echo 'module use /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf' ; \ - echo 'module load modules.nems' ) > "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/modules.nems.sh" -( echo 'source /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/module-setup.csh.inc' ; \ - echo 'module use /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf' ; \ - echo 'module load modules.nems' ) > "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/modules.nems.csh" -/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/incmake/configure_rules.mk:3: /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/test-results.mk: No such file or directory -gmake -f /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/incmake/tests.mk \ - MODULE_LOGIC=" . /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack" \ - TARGET="/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/test-results.mk" TEST -gmake[1]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS' +cp /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/wcoss_cray/fv3 /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/modules.nems +set -xe ; cp "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/modules.nems" "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/tests/modules.fv3" ++ cp /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/modules.nems /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/tests/modules.fv3 +cp /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/conf/configure.fv3.wcoss_cray /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems +cat /dev/null > /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/externals.nems +cp /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/ESMFVersionDefine_ESMF_NUOPC.h /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/ESMFVersionDefine.h +( echo '. /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc' ; \ + echo 'module use /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf' ; \ + echo 'module load modules.nems' ) > "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/modules.nems.sh" +( echo 'source /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/module-setup.csh.inc' ; \ + echo 'module use /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf' ; \ + echo 'module load modules.nems' ) > "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/modules.nems.csh" +/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/incmake/configure_rules.mk:3: /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/test-results.mk: No such file or directory +gmake -f /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/incmake/tests.mk \ + MODULE_LOGIC=" . /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack" \ + TARGET="/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/test-results.mk" TEST +gmake[1]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS' if [ -f "/modules.nems" ] ; then \ - . /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=unlimited ; ulimit -S -s 200000 ; module use /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s ; \ + . /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=unlimited ; ulimit -S -s 200000 ; module use /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s ; \ fi ; \ ( \ echo "# Do not edit this file. It is automatically generated from tests.mk." ; \ echo "CASELESS_FILESYSTEM=NO" ; \ if [ "Q$ESMFMKFILE" != Q ] ; then egrep 'VERSION|^ESMF_[A-Z]*DIR' < "$ESMFMKFILE" ; fi ; \ - ) > "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/test-results.mk" -gmake[1]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS' -. /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/fv3gfs ; \ + ) > "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/test-results.mk" +gmake[1]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS' +. /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs ; \ exec gmake all Currently Loaded Modulefiles: 1) craype-network-aries @@ -301,10 +301,10 @@ Currently Loaded Modulefiles: 33) ugni/6.0-1.0502.10863.8.29.ari 34) esmf/8.0.0 35) modules.nems -gmake[1]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/fv3gfs' +gmake[1]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs' Building dependencies ... -gmake[1]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/fv3gfs' -gmake[1]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/fv3gfs' +gmake[1]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs' +gmake[1]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs' ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_parameter.F90 -o ../mpp/mpp_parameter.o ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../platform/platform.F90 -o ../platform/platform.o ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../drifters/cloud_interpolator.F90 -o ../drifters/cloud_interpolator.o @@ -316,15 +316,11 @@ ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DG Using 8-byte addressing Using pure routines. Using allocatable derived type array members. -Using cray pointers. -Using 8-byte addressing -Using pure routines. Using 8-byte addressing -Using allocatable derived type array members. +Using cray pointers. Using pure routines. Using allocatable derived type array members. Using cray pointers. -Using cray pointers. ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../random_numbers/MersenneTwister.F90 -o ../random_numbers/MersenneTwister.o ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../sat_vapor_pres/sat_vapor_pres_k.F90 -o ../sat_vapor_pres/sat_vapor_pres_k.o ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../tridiagonal/tridiagonal.F90 -o ../tridiagonal/tridiagonal.o @@ -333,8 +329,6 @@ cc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGF cc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../mosaic/create_xgrid.c -o ../mosaic/create_xgrid.o cc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../mosaic/gradient_c2l.c -o ../mosaic/gradient_c2l.o cc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../mosaic/interp.c -o ../mosaic/interp.o -cc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../mosaic/mosaic_util.c -o ../mosaic/mosaic_util.o -cc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../mosaic/read_mosaic.c -o ../mosaic/read_mosaic.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. @@ -343,12 +337,18 @@ Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -cc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../mpp/nsclock.c -o ../mpp/nsclock.o -cc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../mpp/threadloc.c -o ../mpp/threadloc.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. +cc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../mosaic/mosaic_util.c -o ../mosaic/mosaic_util.o +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +cc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../mosaic/read_mosaic.c -o ../mosaic/read_mosaic.o +cc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../mpp/nsclock.c -o ../mpp/nsclock.o +cc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../mpp/threadloc.c -o ../mpp/threadloc.o ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_data.F90 -o ../mpp/mpp_data.o ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../constants/constants.F90 -o ../constants/constants.o Using 8-byte addressing @@ -446,11 +446,12 @@ ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DG ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_integral/diag_integral.F90 -o ../diag_integral/diag_integral.o ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mosaic/grid.F90 -o ../mosaic/grid.o ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../oda_tools/write_ocean_data.F90 -o ../oda_tools/write_ocean_data.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../oda_tools/xbt_drop_rate_adjust.f90 -o ../oda_tools/xbt_drop_rate_adjust.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../tracer_manager/tracer_manager.F90 -o ../tracer_manager/tracer_manager.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../oda_tools/xbt_drop_rate_adjust.f90 -o ../oda_tools/xbt_drop_rate_adjust.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. @@ -460,16 +461,15 @@ ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DG ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_axis.F90 -o ../diag_manager/diag_axis.o ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../field_manager/fm_util.F90 -o ../field_manager/fm_util.o ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../oda_tools/oda_core_ecda.F90 -o ../oda_tools/oda_core_ecda.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../oda_tools/oda_core.F90 -o ../oda_tools/oda_core.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../tracer_manager/tracer_manager.F90 -o ../tracer_manager/tracer_manager.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../oda_tools/oda_core.F90 -o ../oda_tools/oda_core.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_output.F90 -o ../diag_manager/diag_output.o ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../amip_interp/amip_interp.F90 -o ../amip_interp/amip_interp.o ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../time_interp/time_interp_external.F90 -o ../time_interp/time_interp_external.o ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../topography/topography.F90 -o ../topography/topography.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_output.F90 -o ../diag_manager/diag_output.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. @@ -595,18 +595,18 @@ a - ../mosaic/mosaic_util.o a - ../mosaic/read_mosaic.o a - ../mpp/nsclock.o a - ../mpp/threadloc.o -mkdir -p "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL" -mv fms.mk "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL/." -cp -fp *.a *.mod ../include/*.h "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL"/. -gmake[1]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/fv3gfs' -test -d /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -Compiling into /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL on wcoss_cray -cp -fp /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/configure.nems \ - "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3"/conf/configure.fv3 -cp -fp /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/modules.nems \ - "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3"/conf/modules.fv3 -. /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3 ; \ - exec gmake COMP=FV3 COMP_SRCDIR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3 COMP_BINDIR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL MACHINE_ID=wcoss_cray FMS_DIR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL nemsinstall +mkdir -p "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL" +mv fms.mk "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL/." +cp -fp *.a *.mod ../include/*.h "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL"/. +gmake[1]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs' +test -d /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL +Compiling into /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL on wcoss_cray +cp -fp /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems \ + "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3"/conf/configure.fv3 +cp -fp /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/modules.nems \ + "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3"/conf/modules.fv3 +. /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 ; \ + exec gmake COMP=FV3 COMP_SRCDIR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 COMP_BINDIR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL MACHINE_ID=wcoss_cray FMS_DIR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL nemsinstall Currently Loaded Modulefiles: 1) craype-network-aries 2) craype/2.3.0 @@ -643,196 +643,196 @@ Currently Loaded Modulefiles: 33) ugni/6.0-1.0502.10863.8.29.ari 34) esmf/8.0.0 35) modules.nems -gmake[1]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3' +gmake[1]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3' Building dependencies ... -gmake[1]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3' -gmake[1]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3' -gmake -C cpl FMS_DIR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL +gmake[1]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3' +gmake[1]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3' +gmake -C cpl FMS_DIR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL Build standalone FV3 io ... -gmake[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/cpl' +gmake[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl' Building dependencies ... -gmake[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/cpl' +gmake[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl' Build standalone FV3 io ... -gmake[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/cpl' +gmake[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl' ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c module_cplfields.F90 ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c module_cap_cpl.F90 ar rv libfv3cpl.a module_cplfields.o module_cap_cpl.o ar: creating libfv3cpl.a a - module_cplfields.o a - module_cap_cpl.o -gmake[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/cpl' -gmake -C gfsphysics FMS_DIR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit +gmake[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl' +gmake -C gfsphysics FMS_DIR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit Build standalone FV3 gfsphysics ... makefile:278: depend: No such file or directory -gmake[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics' +gmake[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics' Building dependencies ... -gmake[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics' +gmake[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics' Build standalone FV3 gfsphysics ... -gmake[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics' -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/machine.F -o physics/machine.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/co2hc.f -o physics/co2hc.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/efield.f -o physics/efield.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gocart_tracer_config_stub.f -o physics/gocart_tracer_config_stub.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2oc.f -o physics/h2oc.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2ohdc.f -o physics/h2ohdc.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ideaca.f -o physics/ideaca.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_composition.f -o physics/idea_composition.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/wam_f107_kp_mod.f90 -o physics/wam_f107_kp_mod.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/iounitdef.f -o physics/iounitdef.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mersenne_twister.f -o physics/mersenne_twister.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/namelist_soilveg.f -o physics/namelist_soilveg.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozne_def.f -o physics/ozne_def.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/iccn_def.f -o physics/iccn_def.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/aerclm_def.f -o physics/aerclm_def.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/physparam.f -o physics/physparam.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/progtm_module.f -o physics/progtm_module.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/surface_perturbation.F90 -o physics/surface_perturbation.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/GFDL_parse_tracers.F90 -o physics/GFDL_parse_tracers.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gfs_phy_tracer_config.F -o physics/gfs_phy_tracer_config.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rayleigh_damp.f -o physics/rayleigh_damp.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rayleigh_damp_mesopause.f -o physics/rayleigh_damp_mesopause.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/set_soilveg.f -o physics/set_soilveg.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_wrf_utl.f90 -o physics/module_wrf_utl.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/noahmp_tables.f90 -o physics/noahmp_tables.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/tridi2t3.f -o physics/tridi2t3.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozinterp.f90 -o physics/ozinterp.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/iccninterp.f90 -o physics/iccninterp.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/aerinterp.f90 -o physics/aerinterp.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/num_parthds.F -o physics/num_parthds.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfcsub.F -o physics/sfcsub.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_mp_radar.F90 -o physics/module_mp_radar.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/micro_mg_utils.F90 -o physics/micro_mg_utils.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cnvc90.f -o physics/cnvc90.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/date_def.f -o physics/date_def.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/physcons.F90 -o physics/physcons.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gwdc.f -o physics/gwdc.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gwdps.f -o physics/gwdps.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2o_def.f -o physics/h2o_def.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2ophys.f -o physics/h2ophys.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/progt2.f -o physics/progt2.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radlw_param.f -o physics/radlw_param.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radsw_param.f -o physics/radsw_param.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_astronomy.f -o physics/radiation_astronomy.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_surface.f -o physics/radiation_surface.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/samfaerosols.f -o physics/samfaerosols.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_cice.f -o physics/sfc_cice.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_diff.f -o physics/sfc_diff.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_sf_noahmp_glacier.f90 -o physics/module_sf_noahmp_glacier.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_sf_noahmplsm.f90 -o physics/module_sf_noahmplsm.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_nst_parameters.f90 -o physics/module_nst_parameters.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sflx.f -o physics/sflx.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv.f -o physics/shalcv.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv_1lyr.f -o physics/shalcv_1lyr.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv_fixdp.f -o physics/shalcv_fixdp.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv_opr.f -o physics/shalcv_opr.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/get_prs_fv3.f90 -o physics/get_prs_fv3.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2ointerp.f90 -o physics/h2ointerp.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/aer_cloud.F -o physics/aer_cloud.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gfdl_cloud_microphys.F90 -o physics/gfdl_cloud_microphys.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_mp_thompson_gfs.F90 -o physics/module_mp_thompson_gfs.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_mp_wsm6_fv3.F90 -o physics/module_mp_wsm6_fv3.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/dcyc2.f -o physics/dcyc2.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/dcyc2.pre.rad.f -o physics/dcyc2.pre.rad.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/tracer_const_h.f -o physics/tracer_const_h.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/funcphys.f90 -o physics/funcphys.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_initialize.F90 -o physics/cires_ugwp_initialize.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_co2.f -o physics/idea_co2.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_dissipation.f -o physics/idea_dissipation.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_h2o.f -o physics/idea_h2o.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_ion.f -o physics/idea_ion.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_o2_o3.f -o physics/idea_o2_o3.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_phys.f -o physics/idea_phys.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_solar_heating.f -o physics/idea_solar_heating.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_tracer.f -o physics/idea_tracer.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/lrgsclr.f -o physics/lrgsclr.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfpbl.f -o physics/mfpbl.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfpblt.f -o physics/mfpblt.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfpbltq.f -o physics/mfpbltq.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfscu.f -o physics/mfscu.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfscuq.f -o physics/mfscuq.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_bfmicrophysics.f -o physics/module_bfmicrophysics.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninedmf.f -o physics/moninedmf.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninedmf_hafs.f -o physics/moninedmf_hafs.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninp.f -o physics/moninp.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninp1.f -o physics/moninp1.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninq.f -o physics/moninq.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninq1.f -o physics/moninq1.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninshoc.f -o physics/moninshoc.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstadb.f -o physics/mstadb.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstadbtn.f -o physics/mstadbtn.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstadbtn2.f -o physics/mstadbtn2.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstcnv.f -o physics/mstcnv.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozphys.f -o physics/ozphys.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozphys_2015.f -o physics/ozphys_2015.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/precpd.f -o physics/precpd.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/precpd_shoc.f -o physics/precpd_shoc.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/precpdp.f -o physics/precpdp.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radlw_datatb.f -o physics/radlw_datatb.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rascnvv2.f -o physics/rascnvv2.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX-I -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_aerosols.f -o physics/radiation_aerosols.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radsw_datatb.f -o physics/radsw_datatb.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_gases.f -o physics/radiation_gases.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_clouds.f -o physics/radiation_clouds.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/samfdeepcnv.f -o physics/samfdeepcnv.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/samfshalcnv.f -o physics/samfshalcnv.o +gmake[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics' +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/machine.F -o physics/machine.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/co2hc.f -o physics/co2hc.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/efield.f -o physics/efield.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gocart_tracer_config_stub.f -o physics/gocart_tracer_config_stub.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2oc.f -o physics/h2oc.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2ohdc.f -o physics/h2ohdc.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ideaca.f -o physics/ideaca.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_composition.f -o physics/idea_composition.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/wam_f107_kp_mod.f90 -o physics/wam_f107_kp_mod.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/iounitdef.f -o physics/iounitdef.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mersenne_twister.f -o physics/mersenne_twister.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/namelist_soilveg.f -o physics/namelist_soilveg.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozne_def.f -o physics/ozne_def.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/iccn_def.f -o physics/iccn_def.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/aerclm_def.f -o physics/aerclm_def.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/physparam.f -o physics/physparam.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/progtm_module.f -o physics/progtm_module.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/surface_perturbation.F90 -o physics/surface_perturbation.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/GFDL_parse_tracers.F90 -o physics/GFDL_parse_tracers.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gfs_phy_tracer_config.F -o physics/gfs_phy_tracer_config.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rayleigh_damp.f -o physics/rayleigh_damp.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rayleigh_damp_mesopause.f -o physics/rayleigh_damp_mesopause.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/set_soilveg.f -o physics/set_soilveg.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_wrf_utl.f90 -o physics/module_wrf_utl.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/noahmp_tables.f90 -o physics/noahmp_tables.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/tridi2t3.f -o physics/tridi2t3.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozinterp.f90 -o physics/ozinterp.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/iccninterp.f90 -o physics/iccninterp.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/aerinterp.f90 -o physics/aerinterp.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/num_parthds.F -o physics/num_parthds.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfcsub.F -o physics/sfcsub.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_mp_radar.F90 -o physics/module_mp_radar.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/micro_mg_utils.F90 -o physics/micro_mg_utils.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cnvc90.f -o physics/cnvc90.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/date_def.f -o physics/date_def.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/physcons.F90 -o physics/physcons.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gwdc.f -o physics/gwdc.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gwdps.f -o physics/gwdps.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2o_def.f -o physics/h2o_def.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2ophys.f -o physics/h2ophys.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_co2.f -o physics/idea_co2.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_dissipation.f -o physics/idea_dissipation.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_h2o.f -o physics/idea_h2o.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_ion.f -o physics/idea_ion.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_o2_o3.f -o physics/idea_o2_o3.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_solar_heating.f -o physics/idea_solar_heating.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_tracer.f -o physics/idea_tracer.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfpbl.f -o physics/mfpbl.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninp.f -o physics/moninp.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninp1.f -o physics/moninp1.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozphys.f -o physics/ozphys.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozphys_2015.f -o physics/ozphys_2015.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/progt2.f -o physics/progt2.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radlw_param.f -o physics/radlw_param.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radsw_param.f -o physics/radsw_param.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_astronomy.f -o physics/radiation_astronomy.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_surface.f -o physics/radiation_surface.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/samfaerosols.f -o physics/samfaerosols.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_cice.f -o physics/sfc_cice.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_diff.f -o physics/sfc_diff.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_sf_noahmp_glacier.f90 -o physics/module_sf_noahmp_glacier.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_sf_noahmplsm.f90 -o physics/module_sf_noahmplsm.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_nst_parameters.f90 -o physics/module_nst_parameters.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sflx.f -o physics/sflx.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv.f -o physics/shalcv.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv_1lyr.f -o physics/shalcv_1lyr.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv_fixdp.f -o physics/shalcv_fixdp.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv_opr.f -o physics/shalcv_opr.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/get_prs_fv3.f90 -o physics/get_prs_fv3.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2ointerp.f90 -o physics/h2ointerp.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/aer_cloud.F -o physics/aer_cloud.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gfdl_cloud_microphys.F90 -o physics/gfdl_cloud_microphys.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_mp_thompson_gfs.F90 -o physics/module_mp_thompson_gfs.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_mp_wsm6_fv3.F90 -o physics/module_mp_wsm6_fv3.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/dcyc2.f -o physics/dcyc2.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/dcyc2.pre.rad.f -o physics/dcyc2.pre.rad.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/tracer_const_h.f -o physics/tracer_const_h.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/funcphys.f90 -o physics/funcphys.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_initialize.F90 -o physics/cires_ugwp_initialize.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radlw_datatb.f -o physics/radlw_datatb.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radsw_datatb.f -o physics/radsw_datatb.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_nst_water_prop.f90 -o physics/module_nst_water_prop.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_ocean.f -o physics/sfc_ocean.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_sice.f -o physics/sfc_sice.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcnv.f -o physics/shalcnv.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/calpreciptype.f90 -o physics/calpreciptype.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gcm_shoc.f90 -o physics/gcm_shoc.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/wv_saturation.F -o physics/wv_saturation.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_utils.F90 -o physics/cires_ugwp_utils.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_triggers.F90 -o physics/cires_ugwp_triggers.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cs_conv.F90 -o physics/cs_conv.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/get_prs.f -o physics/get_prs.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gscond.f -o physics/gscond.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gscondp.f -o physics/gscondp.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_module.F90 -o physics/cires_ugwp_module.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_orowam2017.f -o physics/cires_orowam2017.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_phys.f -o physics/idea_phys.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/lrgsclr.f -o physics/lrgsclr.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfpblt.f -o physics/mfpblt.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfpbltq.f -o physics/mfpbltq.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfscu.f -o physics/mfscu.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfscuq.f -o physics/mfscuq.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_bfmicrophysics.f -o physics/module_bfmicrophysics.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninedmf.f -o physics/moninedmf.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninedmf_hafs.f -o physics/moninedmf_hafs.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninq.f -o physics/moninq.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninq1.f -o physics/moninq1.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninshoc.f -o physics/moninshoc.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstadb.f -o physics/mstadb.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstadbtn.f -o physics/mstadbtn.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstadbtn2.f -o physics/mstadbtn2.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstcnv.f -o physics/mstcnv.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/precpd.f -o physics/precpd.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/precpd_shoc.f -o physics/precpd_shoc.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/precpdp.f -o physics/precpdp.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radlw_main.f -o physics/radlw_main.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rascnvv2.f -o physics/rascnvv2.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX-I -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_aerosols.f -o physics/radiation_aerosols.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radsw_main.f -o physics/radsw_main.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_gases.f -o physics/radiation_gases.o ifort: command line warning #10121: overriding '-xCORE-AVX2' with '-xCORE-AVX-I' -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sascnv.f -o physics/sascnv.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sascnvn.f -o physics/sascnvn.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/satmedmfvdif.f -o physics/satmedmfvdif.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/satmedmfvdifq.f -o physics/satmedmfvdifq.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_diag.f -o physics/sfc_diag.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_drv.f -o physics/sfc_drv.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_noahmp_drv.f -o physics/sfc_noahmp_drv.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_nst_water_prop.f90 -o physics/module_nst_water_prop.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_ocean.f -o physics/sfc_ocean.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_sice.f -o physics/sfc_sice.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcnv.f -o physics/shalcnv.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/calpreciptype.f90 -o physics/calpreciptype.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gcm_shoc.f90 -o physics/gcm_shoc.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/wv_saturation.F -o physics/wv_saturation.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_utils.F90 -o physics/cires_ugwp_utils.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_triggers.F90 -o physics/cires_ugwp_triggers.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cs_conv.F90 -o physics/cs_conv.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/get_prs.f -o physics/get_prs.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gscond.f -o physics/gscond.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gscondp.f -o physics/gscondp.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_module.F90 -o physics/cires_ugwp_module.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_orowam2017.f -o physics/cires_orowam2017.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radlw_main.f -o physics/radlw_main.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_typedefs.F90 -o GFS_layer/GFS_typedefs.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radsw_main.f -o physics/radsw_main.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_nst_model.f90 -o physics/module_nst_model.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cldmacro.F -o physics/cldmacro.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cldwat2m_micro.F -o physics/cldwat2m_micro.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/micro_mg2_0.F90 -o physics/micro_mg2_0.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/micro_mg3_0.F90 -o physics/micro_mg3_0.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ugwp_driver_v0.f -o physics/ugwp_driver_v0.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_nst.f -o physics/sfc_nst.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_solvers.F90 -o physics/cires_ugwp_solvers.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_vert_lsatdis.F90 -o physics/cires_vert_lsatdis.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_vert_orodis.F90 -o physics/cires_vert_orodis.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_vert_wmsdis.F90 -o physics/cires_vert_wmsdis.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/m_micro_driver.F90 -o physics/m_micro_driver.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_clouds.f -o physics/radiation_clouds.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/samfdeepcnv.f -o physics/samfdeepcnv.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/samfshalcnv.f -o physics/samfshalcnv.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sascnv.f -o physics/sascnv.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sascnvn.f -o physics/sascnvn.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/satmedmfvdif.f -o physics/satmedmfvdif.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/satmedmfvdifq.f -o physics/satmedmfvdifq.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_diag.f -o physics/sfc_diag.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_drv.f -o physics/sfc_drv.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_noahmp_drv.f -o physics/sfc_noahmp_drv.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_nst_model.f90 -o physics/module_nst_model.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cldmacro.F -o physics/cldmacro.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cldwat2m_micro.F -o physics/cldwat2m_micro.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_solvers.F90 -o physics/cires_ugwp_solvers.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_vert_lsatdis.F90 -o physics/cires_vert_lsatdis.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_vert_orodis.F90 -o physics/cires_vert_orodis.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_vert_wmsdis.F90 -o physics/cires_vert_wmsdis.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/micro_mg2_0.F90 -o physics/micro_mg2_0.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/micro_mg3_0.F90 -o physics/micro_mg3_0.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ugwp_driver_v0.f -o physics/ugwp_driver_v0.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_typedefs.F90 -o GFS_layer/GFS_typedefs.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_nst.f -o physics/sfc_nst.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/m_micro_driver.F90 -o physics/m_micro_driver.o cc -E -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML GFS_layer/GFS_radiation_driver.F90 > GFS_layer/GFS_radiation_driver.tmp.f90 -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gcycle.F90 -o physics/gcycle.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/GFS_debug.F90 -o physics/GFS_debug.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -O0 -c GFS_layer/GFS_diagnostics.F90 -o GFS_layer/GFS_diagnostics.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gcycle.F90 -o physics/gcycle.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/GFS_debug.F90 -o physics/GFS_debug.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -O0 -c GFS_layer/GFS_diagnostics.F90 -o GFS_layer/GFS_diagnostics.o cc -E -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML GFS_layer/GFS_physics_driver.F90 > GFS_layer/GFS_physics_driver.tmp.f90 -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_radiation_driver.tmp.f90 -o GFS_layer/GFS_radiation_driver.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_physics_driver.tmp.f90 -o GFS_layer/GFS_physics_driver.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_restart.F90 -o GFS_layer/GFS_restart.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rad_initialize.f -o physics/rad_initialize.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_physics_driver.tmp.f90 -o GFS_layer/GFS_physics_driver.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_radiation_driver.tmp.f90 -o GFS_layer/GFS_radiation_driver.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_restart.F90 -o GFS_layer/GFS_restart.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rad_initialize.f -o physics/rad_initialize.o cc -E -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML GFS_layer/GFS_driver.F90 > GFS_layer/GFS_driver.tmp.f90 -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_driver.tmp.f90 -o GFS_layer/GFS_driver.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_abstraction_layer.F90 -o GFS_layer/GFS_abstraction_layer.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_driver.tmp.f90 -o GFS_layer/GFS_driver.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_abstraction_layer.F90 -o GFS_layer/GFS_abstraction_layer.o ar rv libgfsphys.a physics/cnvc90.o physics/co2hc.o physics/date_def.o physics/dcyc2.o physics/dcyc2.pre.rad.o physics/efield.o physics/get_prs.o physics/gocart_tracer_config_stub.o physics/gscond.o physics/gscondp.o physics/gwdc.o physics/gwdps.o physics/ugwp_driver_v0.o physics/cires_orowam2017.o physics/h2o_def.o physics/h2oc.o physics/h2ohdc.o physics/h2ophys.o physics/ideaca.o physics/idea_co2.o physics/idea_composition.o physics/idea_dissipation.o physics/idea_h2o.o physics/idea_ion.o physics/idea_o2_o3.o physics/idea_phys.o physics/idea_solar_heating.o physics/idea_tracer.o physics/iounitdef.o physics/lrgsclr.o physics/mersenne_twister.o physics/mfpbl.o physics/mfpblt.o physics/mfpbltq.o physics/mfscu.o physics/mfscuq.o physics/module_bfmicrophysics.o physics/moninedmf.o physics/moninedmf_hafs.o physics/moninp.o physics/moninp1.o physics/moninq.o physics/moninq1.o physics/moninshoc.o physics/mstadb.o physics/mstadbtn.o physics/mstadbtn2.o physics/mstcnv.o physics/namelist_soilveg.o physics/ozne_def.o physics/iccn_def.o physics/aerclm_def.o physics/ozphys.o physics/ozphys_2015.o physics/physparam.o physics/precpd.o physics/precpd_shoc.o physics/precpdp.o physics/progt2.o physics/progtm_module.o physics/rad_initialize.o physics/radiation_aerosols.o physics/radiation_astronomy.o physics/radiation_clouds.o physics/radiation_gases.o physics/radiation_surface.o physics/radlw_datatb.o physics/radlw_main.o physics/radlw_param.o physics/radsw_datatb.o physics/radsw_main.o physics/radsw_param.o physics/rascnvv2.o physics/rayleigh_damp.o physics/rayleigh_damp_mesopause.o physics/samfaerosols.o physics/samfdeepcnv.o physics/samfshalcnv.o physics/sascnv.o physics/sascnvn.o physics/satmedmfvdif.o physics/satmedmfvdifq.o physics/set_soilveg.o physics/sfc_cice.o physics/sfc_diag.o physics/sfc_diff.o physics/sfc_drv.o physics/sfc_noahmp_drv.o physics/sfc_nst.o physics/sfc_ocean.o physics/sfc_sice.o physics/sflx.o physics/shalcnv.o physics/shalcv.o physics/shalcv_1lyr.o physics/shalcv_fixdp.o physics/shalcv_opr.o physics/tracer_const_h.o physics/tridi2t3.o physics/calpreciptype.o physics/funcphys.o physics/gcm_shoc.o physics/get_prs_fv3.o physics/h2ointerp.o physics/module_nst_model.o physics/module_nst_parameters.o physics/module_nst_water_prop.o physics/ozinterp.o physics/module_wrf_utl.o physics/noahmp_tables.o physics/module_sf_noahmplsm.o physics/module_sf_noahmp_glacier.o physics/iccninterp.o physics/aerinterp.o physics/wam_f107_kp_mod.o physics/aer_cloud.o physics/cldmacro.o physics/cldwat2m_micro.o physics/gfs_phy_tracer_config.o physics/machine.o physics/num_parthds.o physics/sfcsub.o physics/wv_saturation.o physics/GFDL_parse_tracers.o physics/gcycle.o physics/cires_ugwp_initialize.o physics/cires_ugwp_module.o physics/cires_ugwp_utils.o physics/cires_ugwp_triggers.o physics/cires_ugwp_solvers.o physics/cires_vert_lsatdis.o physics/cires_vert_orodis.o physics/cires_vert_wmsdis.o physics/gfdl_cloud_microphys.o physics/micro_mg_utils.o physics/micro_mg2_0.o physics/micro_mg3_0.o physics/m_micro_driver.o physics/cs_conv.o physics/GFS_debug.o physics/module_mp_radar.o physics/module_mp_thompson_gfs.o physics/module_mp_wsm6_fv3.o physics/physcons.o physics/surface_perturbation.o GFS_layer/GFS_abstraction_layer.o GFS_layer/GFS_diagnostics.o GFS_layer/GFS_driver.o GFS_layer/GFS_physics_driver.o GFS_layer/GFS_radiation_driver.o GFS_layer/GFS_restart.o GFS_layer/GFS_typedefs.o ar: creating libgfsphys.a a - physics/cnvc90.o @@ -987,48 +987,48 @@ a - GFS_layer/GFS_physics_driver.o a - GFS_layer/GFS_radiation_driver.o a - GFS_layer/GFS_restart.o a - GFS_layer/GFS_typedefs.o -gmake[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics' -gmake -C ipd FMS_DIR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit +gmake[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics' +gmake -C ipd FMS_DIR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit Build standalone FV3 gfsphysics ... -gmake[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ipd' makefile:54: depend: No such file or directory +gmake[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd' Building dependencies ... -gmake[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ipd' +gmake[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd' Build standalone FV3 gfsphysics ... -gmake[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ipd' -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../namphysics -c IPD_typedefs.F90 -o IPD_typedefs.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../namphysics -c IPD_driver.F90 -o IPD_driver.o +gmake[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd' +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../namphysics -c IPD_typedefs.F90 -o IPD_typedefs.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../namphysics -c IPD_driver.F90 -o IPD_driver.o ar rv libipd.a IPD_driver.o IPD_typedefs.o ar: creating libipd.a a - IPD_driver.o a - IPD_typedefs.o -gmake[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ipd' -gmake -C io FMS_DIR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL +gmake[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd' +gmake -C io FMS_DIR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL Build standalone FV3 io ... $ESMF_INC is [-I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include] -gmake[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/io' +gmake[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io' Building dependencies ... -gmake[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/io' +gmake[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io' Build standalone FV3 io ... $ESMF_INC is [-I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include] -gmake[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/io' -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -c ffsync.F90 -o ffsync.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c FV3GFS_io.F90 -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -c module_fv3_io_def.F90 -o module_fv3_io_def.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c module_write_internal_state.F90 -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/ncep_post_v8.0.1_4 -c post_nems_routines.F90 -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/nemsio_v2.2.4 -c module_write_nemsio.F90 -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/nemsio_v2.2.4 -c module_write_netcdf.F90 -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/ncep_post_v8.0.1_4 -c post_gfs.F90 -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c module_wrt_grid_comp.F90 +gmake[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io' +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -c ffsync.F90 -o ffsync.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c FV3GFS_io.F90 +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -c module_fv3_io_def.F90 -o module_fv3_io_def.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c module_write_internal_state.F90 +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/ncep_post_v8.0.1_4 -c post_nems_routines.F90 +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/nemsio_v2.2.4 -c module_write_nemsio.F90 +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/nemsio_v2.2.4 -c module_write_netcdf.F90 +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/ncep_post_v8.0.1_4 -c post_gfs.F90 +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c module_wrt_grid_comp.F90 ar rv libfv3io.a ffsync.o FV3GFS_io.o post_gfs.o post_nems_routines.o module_write_nemsio.o module_write_netcdf.o module_fv3_io_def.o module_write_internal_state.o module_wrt_grid_comp.o ar: creating libfv3io.a a - ffsync.o @@ -1040,66 +1040,66 @@ a - module_write_netcdf.o a - module_fv3_io_def.o a - module_write_internal_state.o a - module_wrt_grid_comp.o -gmake[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/io' -gmake -C atmos_cubed_sphere FMS_DIR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL +gmake[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io' +gmake -C atmos_cubed_sphere FMS_DIR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL Build standalone FV3 fv3core ... -gmake[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/atmos_cubed_sphere' +gmake[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere' Building dependencies ... -gmake[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/atmos_cubed_sphere' +gmake[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere' Build standalone FV3 fv3core ... -gmake[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/atmos_cubed_sphere' -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_arrays.F90 -o model/fv_arrays.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/external_sst.F90 -o tools/external_sst.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_fill.F90 -o model/fv_fill.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/sim_nc_mod.F90 -o tools/sim_nc_mod.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c driver/fvGFS/DYCORE_typedefs.F90 -o driver/fvGFS/DYCORE_typedefs.o +gmake[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere' +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_arrays.F90 -o model/fv_arrays.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/external_sst.F90 -o tools/external_sst.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_fill.F90 -o model/fv_fill.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/sim_nc_mod.F90 -o tools/sim_nc_mod.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c driver/fvGFS/DYCORE_typedefs.F90 -o driver/fvGFS/DYCORE_typedefs.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_mp_mod.F90 -o tools/fv_mp_mod.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/sorted_index.F90 -o tools/sorted_index.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_timing.F90 -o tools/fv_timing.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_eta.F90 -o tools/fv_eta.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/multi_gases.F90 -o model/multi_gases.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/boundary.F90 -o model/boundary.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_sg.F90 -o model/fv_sg.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_cmp.F90 -o model/fv_cmp.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_grid_utils.F90 -o model/fv_grid_utils.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_mp_mod.F90 -o tools/fv_mp_mod.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/sorted_index.F90 -o tools/sorted_index.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_timing.F90 -o tools/fv_timing.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_eta.F90 -o tools/fv_eta.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/multi_gases.F90 -o model/multi_gases.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/boundary.F90 -o model/boundary.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_sg.F90 -o model/fv_sg.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_cmp.F90 -o model/fv_cmp.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_grid_utils.F90 -o model/fv_grid_utils.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/a2b_edge.F90 -o model/a2b_edge.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -fast-transcendentals -c model/fv_mapz.F90 -o model/fv_mapz.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_surf_map.F90 -o tools/fv_surf_map.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/init_hydro.F90 -o tools/init_hydro.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_grid_tools.F90 -o tools/fv_grid_tools.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/tp_core.F90 -o model/tp_core.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_treat_da_inc.F90 -o tools/fv_treat_da_inc.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_iau_mod.F90 -o tools/fv_iau_mod.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_diagnostics.F90 -o tools/fv_diagnostics.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_io.F90 -o tools/fv_io.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/test_cases.F90 -o tools/test_cases.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_nudge.F90 -o tools/fv_nudge.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_regional_bc.F90 -o model/fv_regional_bc.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c driver/fvGFS/fv_nggps_diag.F90 -o driver/fvGFS/fv_nggps_diag.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_tracer2d.F90 -o model/fv_tracer2d.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_update_phys.F90 -o model/fv_update_phys.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/sw_core.F90 -o model/sw_core.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/external_ic.F90 -o tools/external_ic.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -fast-transcendentals -c model/nh_utils.F90 -o model/nh_utils.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_restart.F90 -o tools/fv_restart.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/nh_core.F90 -o model/nh_core.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/dyn_core.F90 -o model/dyn_core.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_control.F90 -o model/fv_control.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_nesting.F90 -o model/fv_nesting.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_dynamics.F90 -o model/fv_dynamics.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c driver/fvGFS/atmosphere.F90 -o driver/fvGFS/atmosphere.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/a2b_edge.F90 -o model/a2b_edge.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -fast-transcendentals -c model/fv_mapz.F90 -o model/fv_mapz.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_surf_map.F90 -o tools/fv_surf_map.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/init_hydro.F90 -o tools/init_hydro.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_grid_tools.F90 -o tools/fv_grid_tools.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/tp_core.F90 -o model/tp_core.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_treat_da_inc.F90 -o tools/fv_treat_da_inc.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_iau_mod.F90 -o tools/fv_iau_mod.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_diagnostics.F90 -o tools/fv_diagnostics.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_io.F90 -o tools/fv_io.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/test_cases.F90 -o tools/test_cases.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_nudge.F90 -o tools/fv_nudge.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_regional_bc.F90 -o model/fv_regional_bc.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c driver/fvGFS/fv_nggps_diag.F90 -o driver/fvGFS/fv_nggps_diag.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_tracer2d.F90 -o model/fv_tracer2d.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_update_phys.F90 -o model/fv_update_phys.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/sw_core.F90 -o model/sw_core.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/external_ic.F90 -o tools/external_ic.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -fast-transcendentals -c model/nh_utils.F90 -o model/nh_utils.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_restart.F90 -o tools/fv_restart.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/nh_core.F90 -o model/nh_core.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/dyn_core.F90 -o model/dyn_core.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_control.F90 -o model/fv_control.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_nesting.F90 -o model/fv_nesting.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_dynamics.F90 -o model/fv_dynamics.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c driver/fvGFS/atmosphere.F90 -o driver/fvGFS/atmosphere.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. @@ -1146,49 +1146,49 @@ a - tools/test_cases.o a - driver/fvGFS/DYCORE_typedefs.o a - driver/fvGFS/fv_nggps_diag.o a - driver/fvGFS/atmosphere.o -gmake[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/atmos_cubed_sphere' -gmake -C ../stochastic_physics FMS_DIR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit +gmake[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere' +gmake -C ../stochastic_physics FMS_DIR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit Build standalone FV3 stochastic_physics ... makefile:86: depend: No such file or directory -gmake[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/stochastic_physics' +gmake[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/stochastic_physics' Building dependencies ... -gmake[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/stochastic_physics' +gmake[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/stochastic_physics' Build standalone FV3 stochastic_physics ... -gmake[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/stochastic_physics' -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_gg_def.f -o stochy_gg_def.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_resol_def.f -o stochy_resol_def.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_layout_lag.f -o stochy_layout_lag.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c spectral_layout.F90 -o spectral_layout.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c glats_stochy.f -o glats_stochy.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c num_parthds_stochy.f -o num_parthds_stochy.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c update_ca.f90 -o update_ca.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c plumes.f90 -o plumes.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_namelist_def.F90 -o stochy_namelist_def.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c four_to_grid_stochy.F -o four_to_grid_stochy.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c sumfln_stochy.f -o sumfln_stochy.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c gozrineo_stochy.f -o gozrineo_stochy.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c get_ls_node_stochy.f -o get_ls_node_stochy.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c get_lats_node_a_stochy.f -o get_lats_node_a_stochy.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c setlats_a_stochy.f -o setlats_a_stochy.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c setlats_lag_stochy.f -o setlats_lag_stochy.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c epslon_stochy.f -o epslon_stochy.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c pln2eo_stochy.f -o pln2eo_stochy.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c dozeuv_stochy.f -o dozeuv_stochy.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c dezouv_stochy.f -o dezouv_stochy.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_internal_state_mod.F90 -o stochy_internal_state_mod.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c compns_stochy.F90 -o compns_stochy.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_patterngenerator.F90 -o stochy_patterngenerator.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c getcon_lag_stochy.f -o getcon_lag_stochy.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c getcon_spectral.F90 -o getcon_spectral.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c initialize_spectral_mod.F90 -o initialize_spectral_mod.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_data_mod.F90 -o stochy_data_mod.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c cellular_automata.f90 -o cellular_automata.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c get_stochy_pattern.F90 -o get_stochy_pattern.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochastic_physics.F90 -o stochastic_physics.o +gmake[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/stochastic_physics' +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_gg_def.f -o stochy_gg_def.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_resol_def.f -o stochy_resol_def.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_layout_lag.f -o stochy_layout_lag.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c spectral_layout.F90 -o spectral_layout.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c glats_stochy.f -o glats_stochy.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c num_parthds_stochy.f -o num_parthds_stochy.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c update_ca.f90 -o update_ca.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c plumes.f90 -o plumes.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_namelist_def.F90 -o stochy_namelist_def.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c four_to_grid_stochy.F -o four_to_grid_stochy.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c sumfln_stochy.f -o sumfln_stochy.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c gozrineo_stochy.f -o gozrineo_stochy.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c get_ls_node_stochy.f -o get_ls_node_stochy.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c get_lats_node_a_stochy.f -o get_lats_node_a_stochy.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c setlats_a_stochy.f -o setlats_a_stochy.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c setlats_lag_stochy.f -o setlats_lag_stochy.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c epslon_stochy.f -o epslon_stochy.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c pln2eo_stochy.f -o pln2eo_stochy.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c dozeuv_stochy.f -o dozeuv_stochy.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c dezouv_stochy.f -o dezouv_stochy.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_internal_state_mod.F90 -o stochy_internal_state_mod.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c compns_stochy.F90 -o compns_stochy.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_patterngenerator.F90 -o stochy_patterngenerator.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c getcon_lag_stochy.f -o getcon_lag_stochy.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c getcon_spectral.F90 -o getcon_spectral.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c initialize_spectral_mod.F90 -o initialize_spectral_mod.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_data_mod.F90 -o stochy_data_mod.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c get_stochy_pattern.F90 -o get_stochy_pattern.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c cellular_automata.f90 -o cellular_automata.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochastic_physics.F90 -o stochastic_physics.o ar rv libstochastic_physics.a stochy_gg_def.o stochy_resol_def.o stochy_layout_lag.o four_to_grid_stochy.o glats_stochy.o sumfln_stochy.o gozrineo_stochy.o num_parthds_stochy.o get_ls_node_stochy.o get_lats_node_a_stochy.o setlats_a_stochy.o setlats_lag_stochy.o epslon_stochy.o getcon_lag_stochy.o pln2eo_stochy.o dozeuv_stochy.o dezouv_stochy.o cellular_automata.o update_ca.o plumes.o spectral_layout.o getcon_spectral.o stochy_namelist_def.o compns_stochy.o stochy_internal_state_mod.o stochastic_physics.o stochy_patterngenerator.o stochy_data_mod.o get_stochy_pattern.o initialize_spectral_mod.o ar: creating libstochastic_physics.a a - stochy_gg_def.o @@ -1221,14 +1221,14 @@ a - stochy_patterngenerator.o a - stochy_data_mod.o a - get_stochy_pattern.o a - initialize_spectral_mod.o -gmake[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/stochastic_physics' -gmake libfv3cap.a FMS_DIR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -gmake[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3' -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c module_fv3_config.F90 -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c time_utils.F90 -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c atmos_model.F90 -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c module_fcst_grid_comp.F90 -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c fv3_cap.F90 +gmake[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/stochastic_physics' +gmake libfv3cap.a FMS_DIR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL +gmake[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3' +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c module_fv3_config.F90 +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c time_utils.F90 +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c atmos_model.F90 +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c module_fcst_grid_comp.F90 +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c fv3_cap.F90 ar rv libfv3cap.a atmos_model.o module_fv3_config.o module_fcst_grid_comp.o time_utils.o fv3_cap.o ar: creating libfv3cap.a a - atmos_model.o @@ -1236,35 +1236,35 @@ a - module_fv3_config.o a - module_fcst_grid_comp.o a - time_utils.o a - fv3_cap.o -gmake[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3' -gmake esmf_make_fragment FMS_DIR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -gmake[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3' +gmake[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3' +gmake esmf_make_fragment FMS_DIR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL +gmake[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3' # additional include files needed for PGI -#@echo "ESMF_DEP_INCPATH = /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/nems_dir" >> fv3.mk +#@echo "ESMF_DEP_INCPATH = /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/nems_dir" >> fv3.mk Finished generating ESMF self-describing build dependency makefile fragment: fv3.mk -gmake[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3' -Installation into "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL" complete! +gmake[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3' +Installation into "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL" complete! -gmake[1]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3' -test -d /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL +gmake[1]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3' +test -d /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL ( \ echo "# Do not edit this file. It is automatically generated." ; \ - echo "# Edit the component list or /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC.in" ; \ - echo ; cat "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC.in" ; \ - echo fms_mk="/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL/fms.mk" ; echo fv3_mk="/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk" ; ) > "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC" -. /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; \ + echo "# Edit the component list or /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC.in" ; \ + echo ; cat "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC.in" ; \ + echo fms_mk="/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL/fms.mk" ; echo fv3_mk="/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk" ; ) > "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC" +. /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; \ set -e ; \ - for m in /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk ; do \ + for m in /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk ; do \ test -s $m ; \ done ; \ - echo build NEMS after /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk ; \ - cd /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src ; \ + echo build NEMS after /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk ; \ + cd /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src ; \ gmake nems \ COMPONENTS="FMS FV3" \ - FMS_DIR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL FV3_DIR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL TARGET="/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/exe/NEMS.x" ; \ - test -x /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/exe/NEMS.x + FMS_DIR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL FV3_DIR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL TARGET="/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/exe/NEMS.x" ; \ + test -x /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/exe/NEMS.x Currently Loaded Modulefiles: 1) craype-network-aries 2) craype/2.3.0 @@ -1301,10 +1301,10 @@ Currently Loaded Modulefiles: 33) ugni/6.0-1.0502.10863.8.29.ari 34) esmf/8.0.0 35) modules.nems -build NEMS after /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk +build NEMS after /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk Components in linker order: FV3 FMS -FV3: include /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk -FMS: include /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL/fms.mk +FV3: include /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk +FMS: include /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL/fms.mk CPPFLAGS += ESMF_VERSION_STRING_GIT="ESMF_8_0_0" CPPFLAGS += ESMF_VERSION_PATCHLEVEL="0" CPPFLAGS += ESMF_VERSION_PUBLIC="'T'" @@ -1313,202 +1313,202 @@ CPPFLAGS += ESMF_VERSION_MINOR="0" CPPFLAGS += ESMF_VERSION_STRING="8.0.0" CPPFLAGS += ESMF_VERSION_MAJOR="8" CPPFLAGS += ESMF_VERSION_REVISION="0" -gmake[1]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src' +gmake[1]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src' cd ENS_Cpl && gmake stub -gmake[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/ENS_Cpl' +gmake[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/ENS_Cpl' cc -E -traditional ENS_CplComp_ESMFMod_STUB.F90 > ENS_CplComp_ESMFMod_STUB.f90 ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c ENS_CplComp_ESMFMod_STUB.f90 ar rv ENS_Cpl.a ENS_CplComp_ESMFMod_STUB.o ar: creating ENS_Cpl.a a - ENS_CplComp_ESMFMod_STUB.o -gmake[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/ENS_Cpl' -cc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Mon Dec 30 17:58:20 UTC 2019 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2019' -D'CMP_JD=364' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_PUBLIC="'T'" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" module_NEMS_UTILS.F90 > module_NEMS_UTILS.tmp.f90 -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -IENS_Cpl -I. -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3 -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/io -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/cpl -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ipd -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_UTILS.tmp.f90 +gmake[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/ENS_Cpl' +cc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Fri Jan 24 18:04:19 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=024' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_PUBLIC="'T'" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" module_NEMS_UTILS.F90 > module_NEMS_UTILS.tmp.f90 +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -IENS_Cpl -I. -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_UTILS.tmp.f90 mv -v module_NEMS_UTILS.tmp.o module_NEMS_UTILS.o `module_NEMS_UTILS.tmp.o' -> `module_NEMS_UTILS.o' -cc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Mon Dec 30 17:58:20 UTC 2019 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2019' -D'CMP_JD=364' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_PUBLIC="'T'" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" module_MEDIATOR_methods.F90 > module_MEDIATOR_methods.tmp.f90 -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -IENS_Cpl -I. -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3 -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/io -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/cpl -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ipd -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -c module_MEDIATOR_methods.tmp.f90 +cc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Fri Jan 24 18:04:19 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=024' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_PUBLIC="'T'" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" module_MEDIATOR_methods.F90 > module_MEDIATOR_methods.tmp.f90 +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -IENS_Cpl -I. -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -c module_MEDIATOR_methods.tmp.f90 mv -v module_MEDIATOR_methods.tmp.o module_MEDIATOR_methods.o `module_MEDIATOR_methods.tmp.o' -> `module_MEDIATOR_methods.o' -cc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Mon Dec 30 17:58:20 UTC 2019 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2019' -D'CMP_JD=364' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_PUBLIC="'T'" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" module_MEDIATOR.F90 > module_MEDIATOR.tmp.f90 -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -IENS_Cpl -I. -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3 -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/io -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/cpl -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ipd -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -c module_MEDIATOR.tmp.f90 +cc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Fri Jan 24 18:04:19 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=024' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_PUBLIC="'T'" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" module_MEDIATOR.F90 > module_MEDIATOR.tmp.f90 +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -IENS_Cpl -I. -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -c module_MEDIATOR.tmp.f90 mv -v module_MEDIATOR.tmp.o module_MEDIATOR.o `module_MEDIATOR.tmp.o' -> `module_MEDIATOR.o' -cc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Mon Dec 30 17:58:20 UTC 2019 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2019' -D'CMP_JD=364' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_PUBLIC="'T'" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" module_MEDIATOR_SpaceWeather.F90 > module_MEDIATOR_SpaceWeather.tmp.f90 -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -IENS_Cpl -I. -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3 -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/io -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/cpl -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ipd -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -c module_MEDIATOR_SpaceWeather.tmp.f90 +cc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Fri Jan 24 18:04:19 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=024' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_PUBLIC="'T'" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" module_MEDIATOR_SpaceWeather.F90 > module_MEDIATOR_SpaceWeather.tmp.f90 +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -IENS_Cpl -I. -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -c module_MEDIATOR_SpaceWeather.tmp.f90 mv -v module_MEDIATOR_SpaceWeather.tmp.o module_MEDIATOR_SpaceWeather.o `module_MEDIATOR_SpaceWeather.tmp.o' -> `module_MEDIATOR_SpaceWeather.o' -cc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Mon Dec 30 17:58:20 UTC 2019 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2019' -D'CMP_JD=364' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_PUBLIC="'T'" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" module_EARTH_INTERNAL_STATE.F90 > module_EARTH_INTERNAL_STATE.tmp.f90 -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -IENS_Cpl -I. -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3 -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/io -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/cpl -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ipd -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -c module_EARTH_INTERNAL_STATE.tmp.f90 +cc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Fri Jan 24 18:04:19 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=024' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_PUBLIC="'T'" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" module_EARTH_INTERNAL_STATE.F90 > module_EARTH_INTERNAL_STATE.tmp.f90 +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -IENS_Cpl -I. -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -c module_EARTH_INTERNAL_STATE.tmp.f90 mv -v module_EARTH_INTERNAL_STATE.tmp.o module_EARTH_INTERNAL_STATE.o `module_EARTH_INTERNAL_STATE.tmp.o' -> `module_EARTH_INTERNAL_STATE.o' -cc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Mon Dec 30 17:58:20 UTC 2019 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2019' -D'CMP_JD=364' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_PUBLIC="'T'" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" module_EARTH_GRID_COMP.F90 > module_EARTH_GRID_COMP.tmp.f90 -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -IENS_Cpl -I. -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3 -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/io -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/cpl -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ipd -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -c module_EARTH_GRID_COMP.tmp.f90 +cc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Fri Jan 24 18:04:19 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=024' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_PUBLIC="'T'" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" module_EARTH_GRID_COMP.F90 > module_EARTH_GRID_COMP.tmp.f90 +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -IENS_Cpl -I. -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -c module_EARTH_GRID_COMP.tmp.f90 mv -v module_EARTH_GRID_COMP.tmp.o module_EARTH_GRID_COMP.o `module_EARTH_GRID_COMP.tmp.o' -> `module_EARTH_GRID_COMP.o' -cc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Mon Dec 30 17:58:20 UTC 2019 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2019' -D'CMP_JD=364' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_PUBLIC="'T'" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" module_NEMS_INTERNAL_STATE.F90 > module_NEMS_INTERNAL_STATE.tmp.f90 -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -IENS_Cpl -I. -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3 -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/io -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/cpl -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ipd -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_INTERNAL_STATE.tmp.f90 +cc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Fri Jan 24 18:04:19 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=024' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_PUBLIC="'T'" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" module_NEMS_INTERNAL_STATE.F90 > module_NEMS_INTERNAL_STATE.tmp.f90 +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -IENS_Cpl -I. -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_INTERNAL_STATE.tmp.f90 mv -v module_NEMS_INTERNAL_STATE.tmp.o module_NEMS_INTERNAL_STATE.o `module_NEMS_INTERNAL_STATE.tmp.o' -> `module_NEMS_INTERNAL_STATE.o' -cc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Mon Dec 30 17:58:20 UTC 2019 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2019' -D'CMP_JD=364' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_PUBLIC="'T'" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" module_NEMS_GRID_COMP.F90 > module_NEMS_GRID_COMP.tmp.f90 -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -IENS_Cpl -I. -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3 -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/io -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/cpl -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ipd -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_GRID_COMP.tmp.f90 +cc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Fri Jan 24 18:04:19 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=024' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_PUBLIC="'T'" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" module_NEMS_GRID_COMP.F90 > module_NEMS_GRID_COMP.tmp.f90 +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -IENS_Cpl -I. -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_GRID_COMP.tmp.f90 mv -v module_NEMS_GRID_COMP.tmp.o module_NEMS_GRID_COMP.o `module_NEMS_GRID_COMP.tmp.o' -> `module_NEMS_GRID_COMP.o' -cc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Mon Dec 30 17:58:20 UTC 2019 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2019' -D'CMP_JD=364' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_PUBLIC="'T'" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" module_NEMS_Rusage.F90 > module_NEMS_Rusage.tmp.f90 -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -IENS_Cpl -I. -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3 -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/io -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/cpl -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ipd -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_Rusage.tmp.f90 +cc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Fri Jan 24 18:04:19 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=024' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_PUBLIC="'T'" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" module_NEMS_Rusage.F90 > module_NEMS_Rusage.tmp.f90 +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -IENS_Cpl -I. -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_Rusage.tmp.f90 mv -v module_NEMS_Rusage.tmp.o module_NEMS_Rusage.o `module_NEMS_Rusage.tmp.o' -> `module_NEMS_Rusage.o' cc -c nems_c_rusage.c -cc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Mon Dec 30 17:58:20 UTC 2019 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2019' -D'CMP_JD=364' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_PUBLIC="'T'" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" MAIN_NEMS.F90 > MAIN_NEMS.tmp.f90 -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -IENS_Cpl -I. -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3 -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/io -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/cpl -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ipd -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -c MAIN_NEMS.tmp.f90 +cc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Fri Jan 24 18:04:19 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=024' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_PUBLIC="'T'" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" MAIN_NEMS.F90 > MAIN_NEMS.tmp.f90 +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -IENS_Cpl -I. -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -c MAIN_NEMS.tmp.f90 mv -v MAIN_NEMS.tmp.o MAIN_NEMS.o `MAIN_NEMS.tmp.o' -> `MAIN_NEMS.o' echo libgocart is libgocart is echo extlibs is /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libncep_post_v8.0.1_4.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libnemsio_v2.2.4.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libg2_v3.1.1_4.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libg2tmpl_v1.6.0.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libbacio_v2.0.3_4.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libsp_v2.0.3_d.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libw3emc_v2.3.1_d.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libw3nco_v2.0.7_d.a /gpfs/hps/nco/ops/nwprod/lib/crtm/v2.2.6/intel/libcrtm_v2.2.6.a /usrx/local/prod//png/1.2.49/intel/sandybridge/lib/libpng.a /usrx/local/prod//jasper/1.900.1/gnu/sandybridge/lib/libjasper.a /usrx/local/dev/zlib/1.2.7/intel/sandybridge/lib/libz.a -L/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/lib -L/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/lib -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf -qopenmp -L/opt/intel/compilers_and_libraries_2016.3.210/linux/16.0/3.210/lib/intel64 -lifcoremt -lnetcdff -lnetcdf -lhdf5_hl -lhdf5 -lz extlibs is /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libncep_post_v8.0.1_4.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libnemsio_v2.2.4.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libg2_v3.1.1_4.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libg2tmpl_v1.6.0.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libbacio_v2.0.3_4.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libsp_v2.0.3_d.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libw3emc_v2.3.1_d.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libw3nco_v2.0.7_d.a /gpfs/hps/nco/ops/nwprod/lib/crtm/v2.2.6/intel/libcrtm_v2.2.6.a /usrx/local/prod//png/1.2.49/intel/sandybridge/lib/libpng.a /usrx/local/prod//jasper/1.900.1/gnu/sandybridge/lib/libjasper.a /usrx/local/dev/zlib/1.2.7/intel/sandybridge/lib/libz.a -L/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/lib -L/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/lib -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf -qopenmp -L/opt/intel/compilers_and_libraries_2016.3.210/linux/16.0/3.210/lib/intel64 -lifcoremt -lnetcdff -lnetcdf -lhdf5_hl -lhdf5 -lz -ftn -o /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/exe/NEMS.x MAIN_NEMS.o module_NEMS_UTILS.o module_MEDIATOR_methods.o module_MEDIATOR.o module_MEDIATOR_SpaceWeather.o module_EARTH_INTERNAL_STATE.o module_EARTH_GRID_COMP.o module_NEMS_INTERNAL_STATE.o module_NEMS_GRID_COMP.o module_NEMS_Rusage.o nems_c_rusage.o /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL/libfv3cap.a /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL/libfv3core.a /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL/libfv3io.a /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL/libipd.a /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL/libgfsphys.a /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL/libfv3cpl.a /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL/libstochastic_physics.a /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL/libfms.a ENS_Cpl/ENS_Cpl.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libncep_post_v8.0.1_4.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libnemsio_v2.2.4.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libg2_v3.1.1_4.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libg2tmpl_v1.6.0.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libbacio_v2.0.3_4.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libsp_v2.0.3_d.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libw3emc_v2.3.1_d.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libw3nco_v2.0.7_d.a /gpfs/hps/nco/ops/nwprod/lib/crtm/v2.2.6/intel/libcrtm_v2.2.6.a /usrx/local/prod//png/1.2.49/intel/sandybridge/lib/libpng.a /usrx/local/prod//jasper/1.900.1/gnu/sandybridge/lib/libjasper.a /usrx/local/dev/zlib/1.2.7/intel/sandybridge/lib/libz.a -L/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/lib -L/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/lib -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf -qopenmp -L/opt/intel/compilers_and_libraries_2016.3.210/linux/16.0/3.210/lib/intel64 -lifcoremt -lnetcdff -lnetcdf -lhdf5_hl -lhdf5 -lz +ftn -o /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/exe/NEMS.x MAIN_NEMS.o module_NEMS_UTILS.o module_MEDIATOR_methods.o module_MEDIATOR.o module_MEDIATOR_SpaceWeather.o module_EARTH_INTERNAL_STATE.o module_EARTH_GRID_COMP.o module_NEMS_INTERNAL_STATE.o module_NEMS_GRID_COMP.o module_NEMS_Rusage.o nems_c_rusage.o /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/libfv3cap.a /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/libfv3core.a /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/libfv3io.a /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/libipd.a /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/libgfsphys.a /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/libfv3cpl.a /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/libstochastic_physics.a /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL/libfms.a ENS_Cpl/ENS_Cpl.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libncep_post_v8.0.1_4.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libnemsio_v2.2.4.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libg2_v3.1.1_4.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libg2tmpl_v1.6.0.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libbacio_v2.0.3_4.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libsp_v2.0.3_d.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libw3emc_v2.3.1_d.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libw3nco_v2.0.7_d.a /gpfs/hps/nco/ops/nwprod/lib/crtm/v2.2.6/intel/libcrtm_v2.2.6.a /usrx/local/prod//png/1.2.49/intel/sandybridge/lib/libpng.a /usrx/local/prod//jasper/1.900.1/gnu/sandybridge/lib/libjasper.a /usrx/local/dev/zlib/1.2.7/intel/sandybridge/lib/libz.a -L/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/lib -L/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/lib -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf -qopenmp -L/opt/intel/compilers_and_libraries_2016.3.210/linux/16.0/3.210/lib/intel64 -lifcoremt -lnetcdff -lnetcdf -lhdf5_hl -lhdf5 -lz /opt/cray/hdf5/1.8.14/INTEL/14.0/lib/libhdf5.a(H5PL.o): In function `H5PL_load': H5PL.c:(.text+0x3b7): warning: Using 'dlopen' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking /usrx/local/prod//jasper/1.900.1/gnu/sandybridge/lib/libjasper.a(jas_stream.o): In function `jas_stream_tmpfile': /usrx/local/prod/jasper/1.900.1/gnu/sandybridge/sorc/jasper-1.900.1/src/libjasper/base/jas_stream.c:368: warning: the use of `tmpnam' is dangerous, better use `mkstemp' /gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/lib/libesmf.a(ESMCI_VMKernel.o): In function `ESMCI::socketClient()': ESMCI_VMKernel.C:(.text+0x14ad1): warning: Using 'gethostbyname' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking -/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/exe/NEMS.x is created. -gmake[1]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src' -set -xe ; cp "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/exe/NEMS.x" "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/fv3.exe" -+ cp /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/exe/NEMS.x /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/fv3.exe +/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/exe/NEMS.x is created. +gmake[1]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src' +set -xe ; cp "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/exe/NEMS.x" "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/tests/fv3.exe" ++ cp /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/exe/NEMS.x /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/tests/fv3.exe + '[' YES = YES ']' + gmake -j 8 -k COMPONENTS=FMS,FV3 TEST_BUILD_NAME=fv3 BUILD_ENV=wcoss_cray FV3_MAKEOPT= NEMS_BUILDOPT= clean Will copy modules.nems and NEMS.x as fv3 under tests/ NOTE: Skipping appbuilder.mk creation; no appbuilder file in use. -echo 'FMS FV3' > "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/components.mk" +echo 'FMS FV3' > "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/components.mk" Adding FV3 makeopts to FMS makeopts -cat /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/fv3gfs/makefile | sed 's,^include,#include,g' \ - > /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/fv3gfs/makefile.temp.clean -cd /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/fv3gfs ; \ +cat /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs/makefile | sed 's,^include,#include,g' \ + > /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs/makefile.temp.clean +cd /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs ; \ exec gmake -f makefile.temp.clean clean -gmake[1]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/fv3gfs' +gmake[1]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs' Cleaning fms ... cd .. ; \ ls -1 */*.a */*.o */*.mod */depend \ | grep -vE 'INSTALL|\.git' | xargs rm -f || true ; \ rm -rf FMS_INSTALL || true -gmake[1]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/fv3gfs' -cat /dev/null > /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/conf/configure.fv3 -cat /dev/null > /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/conf/modules.fv3 -cd /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3 ; exec gmake \ +gmake[1]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs' +cat /dev/null > /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/conf/configure.fv3 +cat /dev/null > /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/conf/modules.fv3 +cd /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 ; exec gmake \ -k cleanall FMS_DIR=/dev/null -gmake[1]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3' +gmake[1]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3' Cleaning ... (cd gfsphysics && make clean) Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics' +make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics' Cleaning gfsphysics ... rm -f -f libgfsphys.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend */*.tmp.f90 -make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics' +make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics' (cd ccpp/driver && make clean) Build CCPP layer ... makefile:67: depend: No such file or directory -make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/driver' +make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ccpp/driver' Building dependencies ... -make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/driver' +make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ccpp/driver' Build CCPP layer ... -make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/driver' +make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ccpp/driver' Cleaning CCPP_layer ... rm -f -f libccppdriver.a *__genmod.f90 *.tmp.f90 *.o */*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/driver' +make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ccpp/driver' (cd ipd && make clean) Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ipd' +make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd' Cleaning ipd ... rm -f -f libipd.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ipd' +make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd' (cd ../stochastic_physics && make clean) Build standalone FV3 stochastic_physics ... -make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/stochastic_physics' +make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/stochastic_physics' Cleaning stochastic_physics ... rm -f -f libstochastic_physics.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/stochastic_physics' +make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/stochastic_physics' (cd io && make clean) Build standalone FV3 io ... $ESMF_INC is [] -make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/io' +make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io' Cleaning io ... rm -f -f libfv3io.a *__genmod.f90 *.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/io' +make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io' (cd atmos_cubed_sphere && make clean) Build standalone FV3 fv3core ... -make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/atmos_cubed_sphere' +make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere' Cleaning fv3core ... rm -f -f libfv3core.a *__genmod.f90 */*.o */*/*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/atmos_cubed_sphere' +make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere' (cd cpl && make clean) Build standalone FV3 io ... -make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/cpl' +make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl' Cleaning io ... rm -f -f libfv3cpl.a *.o *.mod *.lst *.i90 depend -make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/cpl' +make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl' rm -f -f fv3.exe libfv3cap.a *.o *.mod *.i90 *.lst depend rm -f -rf nems_dir fv3.mk FV3_INSTALL rm -f -f conf/modules.fv3 rm -f -f conf/configure.fv3 -gmake[1]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3' -rm -rf nems_dir FV3_INSTALL /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/conf/configure.fv3 \ - /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/conf/modules.fv3 -if ! test -f /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; then \ - cat /dev/null > /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; \ +gmake[1]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3' +rm -rf nems_dir FV3_INSTALL /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/conf/configure.fv3 \ + /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/conf/modules.fv3 +if ! test -f /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; then \ + cat /dev/null > /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; \ delete_nuopc=yes ; \ fi ; \ - cd /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src ; gmake "COMPONENTS=FMS FV3" \ + cd /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src ; gmake "COMPONENTS=FMS FV3" \ INCLUDES_ARE_OPTIONAL=YES clean ; \ if [ "$delete_nuopc" = yes ] ; then \ - rm -f /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; \ + rm -f /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; \ fi Components in linker order: FV3 FMS -GNUmakefile:70: /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk: component FV3 makefile fragment is missing -GNUmakefile:70: /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL/fms.mk: component FMS makefile fragment is missing -FV3: include /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk -gmake[1]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src' -FMS: include /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL/fms.mk +GNUmakefile:70: /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk: component FV3 makefile fragment is missing +GNUmakefile:70: /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL/fms.mk: component FMS makefile fragment is missing +FV3: include /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk +gmake[1]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src' +FMS: include /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL/fms.mk rm -f -f *.tmp.f90 *.lst *.o *.mod lm map cd ENS_Cpl ; gmake clean -gmake[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/ENS_Cpl' +gmake[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/ENS_Cpl' rm -f -f ENS_Cpl.a *.f90 *.o *.mod *.lst lm map depend -gmake[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/ENS_Cpl' -gmake[1]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src' -+ elapsed=837 -+ echo 'Elapsed time 837 seconds. Compiling finished' -Elapsed time 837 seconds. Compiling finished -Application 166842620 resources: utime ~967s, stime ~83s, Rss ~2174968, inblocks ~266830167, outblocks ~1398892 -+ mkdir -p /gpfs/hps/ptmp/Dusan.Jovic/rtgen.46775/exec /gpfs/hps/ptmp/Dusan.Jovic/rtgen.46775/include -+ cp -fp ./fv3.exe /gpfs/hps/ptmp/Dusan.Jovic/rtgen.46775/exec/fv3.exe -+ cp -fp ./modules.fv3 /gpfs/hps/ptmp/Dusan.Jovic/rtgen.46775/include/modules.fv3 +gmake[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/ENS_Cpl' +gmake[1]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src' ++ elapsed=798 ++ echo 'Elapsed time 798 seconds. Compiling finished' +Elapsed time 798 seconds. Compiling finished +Application 173157536 resources: utime ~939s, stime ~78s, Rss ~2174972, inblocks ~266827159, outblocks ~1398861 ++ mkdir -p /gpfs/hps/ptmp/Dusan.Jovic/rtgen.6569/exec /gpfs/hps/ptmp/Dusan.Jovic/rtgen.6569/include ++ cp -fp ./fv3.exe /gpfs/hps/ptmp/Dusan.Jovic/rtgen.6569/exec/fv3.exe ++ cp -fp ./modules.fv3 /gpfs/hps/ptmp/Dusan.Jovic/rtgen.6569/include/modules.fv3 + md5sum ./fv3.exe + unset modules + unset BUILD_NR @@ -1517,27 +1517,27 @@ Application 166842620 resources: utime ~967s, stime ~83s, Rss ~2174968, inblocks + unset md5 + set -xe + set -xe -+ test -s /gpfs/hps/ptmp/Dusan.Jovic/rtgen.46775/exec/fv3.exe -+ test -x /gpfs/hps/ptmp/Dusan.Jovic/rtgen.46775/exec/fv3.exe ++ test -s /gpfs/hps/ptmp/Dusan.Jovic/rtgen.6569/exec/fv3.exe ++ test -x /gpfs/hps/ptmp/Dusan.Jovic/rtgen.6569/exec/fv3.exe ------------------------------------------------------------ -Sender: LSF System -Subject: Job 301257: in cluster Done +Sender: LSF System +Subject: Job 798297: in cluster Done -Job was submitted from host by user in cluster at Mon Dec 30 15:56:15 2019. -Job was executed on host(s) <1*nid00444>, in queue , as user in cluster at Mon Dec 30 17:46:59 2019. - <24*nid00816> +Job was submitted from host by user in cluster at Fri Jan 24 17:18:38 2020. +Job was executed on host(s) <1*nid01532>, in queue , as user in cluster at Fri Jan 24 17:52:58 2020. + <24*nid00589> was used as the home directory. - was used as the working directory. -Started at Mon Dec 30 17:46:59 2019. -Terminated at Mon Dec 30 18:01:16 2019. -Results reported at Mon Dec 30 18:01:16 2019. + was used as the working directory. +Started at Fri Jan 24 17:52:58 2020. +Terminated at Fri Jan 24 18:06:25 2020. +Results reported at Fri Jan 24 18:06:25 2020. Your job looked like: ------------------------------------------------------------ # LSBATCH: User input -/gpfs/hps/usrx/local/emc_rocoto/1.3.0rc2/sbin/lsfcraywrapper.sh sh -c "cd /gpfs/hps/ptmp/Dusan.Jovic/rtgen.46775/src ; ./install.sh fv3.exe" +/gpfs/hps/usrx/local/emc_rocoto/1.3.0rc2/sbin/lsfcraywrapper.sh sh -c "cd /gpfs/hps/ptmp/Dusan.Jovic/rtgen.6569/src ; ./install.sh fv3.exe" ------------------------------------------------------------ Successfully completed. @@ -1545,55 +1545,55 @@ Successfully completed. Resource usage summary: CPU time : 0.88 sec. - Max Memory : 24 MB - Average Memory : 19.27 MB + Max Memory : 25 MB + Average Memory : 20.29 MB Total Requested Memory : 2000.00 MB - Delta Memory : 1976.00 MB + Delta Memory : 1975.00 MB Max Swap : - Max Processes : 5 Max Threads : 6 - Run time : 844 sec. - Turnaround time : 7501 sec. + Run time : 804 sec. + Turnaround time : 2867 sec. The output (if any) is above this job summary. -Data collected from /ufs/RUR/output/rur.output.NCEP-RESTON@301257 +Data collected from /ufs/RUR/output/rur.output.NCEP-RESTON@798297 ------------------------------------------------------------------------ -ALPS Resource Utilization Report (RUR) Summary for LSF Job: 301257 +ALPS Resource Utilization Report (RUR) Summary for LSF Job: 798297 STATUS: - APP START: 2019-12-30:17:47:04 UTC - APP STOP: 2019-12-30:18:01:05 UTC + APP START: 2020-01-24:17:53:02 UTC + APP STOP: 2020-01-24:18:06:22 UTC exit codes: 0 core files: 0 CPU: - stime: 92.968000 s - utime: 972.940000 s + stime: 88.972000 s + utime: 944.840000 s MEMORY: max_rss: 2123.99 MiB accumulated max_rss: 2123.99 MiB - active(anon): 52.32 MiB - active(file): 1.51 MiB - inactive(anon): 4.13 MiB - inactive(file): 7.07 MiB - majfaults: 1009 - minfaults: 23528668 + active(anon): 27.46 MiB + active(file): 1.32 MiB + inactive(anon): 1.07 MiB + inactive(file): 7.26 MiB + majfaults: 885 + minfaults: 23751958 pageswpcnt: 0 I/O: - rcalls: 3991679 - wcalls: 65355 - rchar: 130290.63 MiB + rcalls: 3988192 + wcalls: 65363 + rchar: 130289.17 MiB wchar: 683.86 MiB - bkiowait: 1.6449461310 s + bkiowait: 1.2018910460 s diff --git a/log/report-wcoss.cray-log/build_fv3_32bit.exe.log b/log/report-wcoss.cray-log/build_fv3_32bit.exe.log index f8244889d9..3de60a2c76 100644 --- a/log/report-wcoss.cray-log/build_fv3_32bit.exe.log +++ b/log/report-wcoss.cray-log/build_fv3_32bit.exe.log @@ -1,14 +1,14 @@ -Dec 30 18:43:26 2019 14938 7 9.1.3 jobSetupStatus: job additionalInfo reservation_id=16171117 +Jan 24 18:37:10 2020 14483 7 9.1.3 jobSetupStatus: job additionalInfo reservation_id=16664629 + [[ fv3_32bit.exe == fv3.exe ]] + [[ fv3_32bit.exe == fv3_32bit.exe ]] -+ rm -f /gpfs/hps/ptmp/Dusan.Jovic/rtgen.46775/exec/fv3_32bit.exe -+ modules=/gpfs/hps/ptmp/Dusan.Jovic/rtgen.46775/include/modules.fv3_32bit ++ rm -f /gpfs/hps/ptmp/Dusan.Jovic/rtgen.6569/exec/fv3_32bit.exe ++ modules=/gpfs/hps/ptmp/Dusan.Jovic/rtgen.6569/include/modules.fv3_32bit + BUILD_NR= -+ fv3=/gpfs/hps/ptmp/Dusan.Jovic/rtgen.46775/exec/fv3_32bit.exe ++ fv3=/gpfs/hps/ptmp/Dusan.Jovic/rtgen.6569/exec/fv3_32bit.exe + MAKE_OPTS=32BIT=Y -+ md5=/gpfs/hps/ptmp/Dusan.Jovic/rtgen.46775/exec/fv3_32bit.exe.md5 -+ cd /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/ -+ rm -f /gpfs/hps/ptmp/Dusan.Jovic/rtgen.46775/exec/fv3_32bit.exe /gpfs/hps/ptmp/Dusan.Jovic/rtgen.46775/include/modules.fv3_32bit ++ md5=/gpfs/hps/ptmp/Dusan.Jovic/rtgen.6569/exec/fv3_32bit.exe.md5 ++ cd /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/tests/ ++ rm -f /gpfs/hps/ptmp/Dusan.Jovic/rtgen.6569/exec/fv3_32bit.exe /gpfs/hps/ptmp/Dusan.Jovic/rtgen.6569/include/modules.fv3_32bit + module load alps ++ /opt/modules/3.2.10.3/bin/modulecmd bash load alps + eval CRAY_ALPS_INCLUDE_OPTS=-I/opt/cray/alps/5.2.4-2.0502.9822.32.1.ari/include ';export' 'CRAY_ALPS_INCLUDE_OPTS;CRAY_ALPS_POST_LINK_OPTS=-L/opt/cray/alps/5.2.4-2.0502.9822.32.1.ari/lib64' ';export' 'CRAY_ALPS_POST_LINK_OPTS;CRAY_LD_LIBRARY_PATH=/opt/cray/alps/5.2.4-2.0502.9822.32.1.ari/lib64' ';export' 'CRAY_LD_LIBRARY_PATH;LOADEDMODULES=xt-lsfhpc/9.1.3:rocoto/1.3.0rc2:emc-utils/1.0.0:alps/5.2.4-2.0502.9822.32.1.ari' ';export' 'LOADEDMODULES;MANPATH=/opt/cray/alps/5.2.4-2.0502.9822.32.1.ari/man:/gpfs/hps/usrx/local/emc_rocoto/1.3.0rc2/man:/gpfs/llsf/xt-lsfhpc/9.1/man:/opt/cray/share/man:/usr/local/man:/usr/share/man:/opt/cray/share/man:/cm/local/apps/environment-modules/current/share/man' ';export' 'MANPATH;PATH=/opt/cray/alps/5.2.4-2.0502.9822.32.1.ari/sbin:/opt/cray/alps/5.2.4-2.0502.9822.32.1.ari/bin:/gpfs/llsf/xt-lsfhpc/9.1/linux2.6-glibc2.3-x86_64-cray/bin:/gpfs/hps3/emc/hwrf/noscrub/soft/emc-utils/bin:/gpfs/hps/usrx/local/emc_rocoto/1.3.0rc2/bin:/gpfs/llsf/xt-lsfhpc/9.1/linux2.6-glibc2.3-x86_64-cray/etc:/u/Dusan.Jovic/bin:/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/X11R6/bin:/usr/games:/opt/bin:/usr/lib/mit/bin:/usr/lib/mit/sbin:/sbin:/usr/sbin:.:/usr/lib/qt3/bin:/u/Dusan.Jovic/bin:/gpfs/hps3/emc/meso/noscrub/Dusan.Jovic/dbrowse' ';export' 'PATH;PE_PRODUCT_LIST=CRAY_ALPS' ';export' 'PE_PRODUCT_LIST;PKG_CONFIG_PATH=/opt/cray/alps/5.2.4-2.0502.9822.32.1.ari/lib64/pkgconfig' ';export' 'PKG_CONFIG_PATH;_LMFILES_=/opt/modulefiles/xt-lsfhpc/9.1.3:/usrx/local/emc_rocoto/modulefiles/rocoto/1.3.0rc2:/gpfs/hps3/emc/hwrf/noscrub/soft/modulefiles/emc-utils/1.0.0:/opt/cray/ari/modulefiles/alps/5.2.4-2.0502.9822.32.1.ari' ';export' '_LMFILES_;' @@ -35,11 +35,11 @@ Dec 30 18:43:26 2019 14938 7 9.1.3 jobSetupStatus: job additionalInfo reservatio + [[ wcoss.cray == wcoss.cray ]] ++ echo wcoss.cray ++ sed 's,\.,_,g' -+ aprun -n 1 -j 1 -N 1 -d 24 ./compile.sh /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3 wcoss_cray 32BIT=Y ++ aprun -n 1 -j 1 -N 1 -d 24 ./compile.sh /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 wcoss_cray 32BIT=Y + SECONDS=0 + [[ 3 -lt 2 ]] -+ readonly PATHTR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3 -+ PATHTR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3 ++ readonly PATHTR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 ++ PATHTR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 + readonly BUILD_TARGET=wcoss_cray + BUILD_TARGET=wcoss_cray + readonly MAKE_OPT=32BIT=Y @@ -51,7 +51,7 @@ Dec 30 18:43:26 2019 14938 7 9.1.3 jobSetupStatus: job additionalInfo reservatio + readonly clean_after=YES + clean_after=YES + hostname -nid02303 +nid00009 + echo 'Compiling 32BIT=Y into fv3.exe on wcoss_cray' + gnu_make=gmake Compiling 32BIT=Y into fv3.exe on wcoss_cray @@ -63,10 +63,10 @@ Compiling 32BIT=Y into fv3.exe on wcoss_cray + [[ 8 -gt 1 ]] + echo Using '$MAKE_THREADS=8' threads to build FV3 and FMS. Using $MAKE_THREADS=8 threads to build FV3 and FMS. +Consider reducing $MAKE_THREADS if you hit memory or process limits. + echo Consider reducing '$MAKE_THREADS' if you hit memory or process limits. + gnu_make='gmake -j 8' -Consider reducing $MAKE_THREADS if you hit memory or process limits. -+ cd /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/../NEMS ++ cd /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/../NEMS + COMPONENTS=FMS,FV3 + [[ 32BIT=Y == *\C\C\P\P\=\Y* ]] + [[ 32BIT=Y == *\W\W\3\=\Y* ]] @@ -78,13 +78,13 @@ Consider reducing $MAKE_THREADS if you hit memory or process limits. + gmake -j 8 -k COMPONENTS=FMS,FV3 TEST_BUILD_NAME=fv3 BUILD_ENV=wcoss_cray FV3_MAKEOPT=32BIT=Y NEMS_BUILDOPT= distclean Will copy modules.nems and NEMS.x as fv3 under tests/ NOTE: Skipping appbuilder.mk creation; no appbuilder file in use. -echo 'FMS FV3' > "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/components.mk" +echo 'FMS FV3' > "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/components.mk" Adding FV3 makeopts to FMS makeopts -cat /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/fv3gfs/makefile | sed 's,^include,#include,g' \ - > /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/fv3gfs/makefile.temp.clean -cd /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/fv3gfs ; \ +cat /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs/makefile | sed 's,^include,#include,g' \ + > /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs/makefile.temp.clean +cd /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs ; \ exec gmake 32BIT=Y -f makefile.temp.clean clean -gmake[1]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/fv3gfs' +gmake[1]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs' Cleaning fms ... cd .. ; \ @@ -95,13 +95,13 @@ ls: cannot access */*.a: No such file or directory ls: cannot access */*.o: No such file or directory ls: cannot access */*.mod: No such file or directory ls: cannot access */depend: No such file or directory -gmake[1]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/fv3gfs' -rm -rf /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/fv3gfs/makefile.temp.clean -cat /dev/null > /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/conf/configure.fv3 -cat /dev/null > /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/conf/modules.fv3 -cd /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3 ; exec gmake \ +gmake[1]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs' +rm -rf /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs/makefile.temp.clean +cat /dev/null > /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/conf/configure.fv3 +cat /dev/null > /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/conf/modules.fv3 +cd /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 ; exec gmake \ -k cleanall FMS_DIR=/dev/null -gmake[1]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3' +gmake[1]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3' Cleaning ... (cd gfsphysics && make clean) @@ -109,158 +109,158 @@ Cleaning ... Build standalone FV3 gfsphysics ... makefile:278: depend: No such file or directory -make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics' +make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics' Building dependencies ... -make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics' +make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics' Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics' +make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics' Cleaning gfsphysics ... rm -f -f libgfsphys.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend */*.tmp.f90 -make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics' +make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics' (cd ccpp/driver && make clean) Build CCPP layer ... makefile:67: depend: No such file or directory -make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/driver' +make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ccpp/driver' Building dependencies ... -make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/driver' +make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ccpp/driver' Build CCPP layer ... -make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/driver' +make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ccpp/driver' Cleaning CCPP_layer ... rm -f -f libccppdriver.a *__genmod.f90 *.tmp.f90 *.o */*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/driver' +make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ccpp/driver' (cd ipd && make clean) Build standalone FV3 gfsphysics ... makefile:54: depend: No such file or directory -make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ipd' +make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd' Building dependencies ... -make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ipd' +make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd' Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ipd' +make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd' Cleaning ipd ... rm -f -f libipd.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ipd' +make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd' (cd ../stochastic_physics && make clean) Build standalone FV3 stochastic_physics ... makefile:86: depend: No such file or directory -make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/stochastic_physics' +make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/stochastic_physics' Building dependencies ... -make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/stochastic_physics' +make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/stochastic_physics' Build standalone FV3 stochastic_physics ... -make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/stochastic_physics' +make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/stochastic_physics' Cleaning stochastic_physics ... rm -f -f libstochastic_physics.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/stochastic_physics' +make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/stochastic_physics' (cd io && make clean) Build standalone FV3 io ... $ESMF_INC is [] -make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/io' +make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io' Cleaning io ... rm -f -f libfv3io.a *__genmod.f90 *.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/io' +make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io' (cd atmos_cubed_sphere && make clean) Build standalone FV3 fv3core ... -make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/atmos_cubed_sphere' +make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere' Cleaning fv3core ... rm -f -f libfv3core.a *__genmod.f90 */*.o */*/*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/atmos_cubed_sphere' +make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere' (cd cpl && make clean) Build standalone FV3 io ... -make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/cpl' +make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl' Cleaning io ... rm -f -f libfv3cpl.a *.o *.mod *.lst *.i90 depend -make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/cpl' +make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl' rm -f -f fv3.exe libfv3cap.a *.o *.mod *.i90 *.lst depend rm -f -rf nems_dir fv3.mk FV3_INSTALL rm -f -f conf/modules.fv3 rm -f -f conf/configure.fv3 -gmake[1]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3' -rm -rf nems_dir FV3_INSTALL /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/conf/configure.fv3 \ - /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/conf/modules.fv3 -rm -rf /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk -if ! test -f /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; then \ - cat /dev/null > /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; \ +gmake[1]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3' +rm -rf nems_dir FV3_INSTALL /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/conf/configure.fv3 \ + /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/conf/modules.fv3 +rm -rf /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk +if ! test -f /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; then \ + cat /dev/null > /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; \ delete_nuopc=yes ; \ fi ; \ - cd /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src ; gmake "COMPONENTS=FMS FV3" \ + cd /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src ; gmake "COMPONENTS=FMS FV3" \ INCLUDES_ARE_OPTIONAL=YES clean ; \ if [ "$delete_nuopc" = yes ] ; then \ - rm -f /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; \ + rm -f /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; \ fi Components in linker order: FV3 FMS -FV3: include /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk -GNUmakefile:70: /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk: component FV3 makefile fragment is missing -gmake[1]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src' -FMS: include /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL/fms.mk -GNUmakefile:70: /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL/fms.mk: component FMS makefile fragment is missing +FV3: include /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk +GNUmakefile:70: /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk: component FV3 makefile fragment is missing +gmake[1]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src' +FMS: include /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL/fms.mk +GNUmakefile:70: /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL/fms.mk: component FMS makefile fragment is missing rm -f -f *.tmp.f90 *.lst *.o *.mod lm map cd ENS_Cpl ; gmake clean -gmake[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/ENS_Cpl' +gmake[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/ENS_Cpl' rm -f -f ENS_Cpl.a *.f90 *.o *.mod *.lst lm map depend -gmake[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/ENS_Cpl' -gmake[1]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src' -rm -f /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/exe/NEMS.x /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC -rm -f /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/configure.nems /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/externals.nems /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/modules.nems /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/ESMFVersionDefine.h /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/modules.nems.sh /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/modules.nems.csh /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/test-results.mk -rm -f /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/components.mk -rm -f /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/test_results.mk +gmake[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/ENS_Cpl' +gmake[1]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src' +rm -f /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/exe/NEMS.x /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC +rm -f /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/externals.nems /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/modules.nems /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/ESMFVersionDefine.h /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/modules.nems.sh /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/modules.nems.csh /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/test-results.mk +rm -f /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/components.mk +rm -f /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/test_results.mk + gmake -j 8 -k COMPONENTS=FMS,FV3 TEST_BUILD_NAME=fv3 BUILD_ENV=wcoss_cray FV3_MAKEOPT=32BIT=Y NEMS_BUILDOPT= build Will copy modules.nems and NEMS.x as fv3 under tests/ NOTE: Skipping appbuilder.mk creation; no appbuilder file in use. -echo 'FMS FV3' > "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/components.mk" +echo 'FMS FV3' > "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/components.mk" Adding FV3 makeopts to FMS makeopts -cp /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_cray/fv3 /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/modules.nems -set -xe ; cp "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/modules.nems" "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/modules.fv3" -+ cp /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/modules.nems /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/modules.fv3 -cp /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/conf/configure.fv3.wcoss_cray /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/configure.nems -cat /dev/null > /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/externals.nems -cp /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/ESMFVersionDefine_ESMF_NUOPC.h /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/ESMFVersionDefine.h -( echo '. /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc' ; \ - echo 'module use /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf' ; \ - echo 'module load modules.nems' ) > "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/modules.nems.sh" -( echo 'source /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/module-setup.csh.inc' ; \ - echo 'module use /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf' ; \ - echo 'module load modules.nems' ) > "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/modules.nems.csh" -/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/incmake/configure_rules.mk:3: /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/test-results.mk: No such file or directory -gmake -f /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/incmake/tests.mk \ - MODULE_LOGIC=" . /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack" \ - TARGET="/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/test-results.mk" TEST -gmake[1]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS' +cp /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/wcoss_cray/fv3 /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/modules.nems +set -xe ; cp "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/modules.nems" "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/tests/modules.fv3" ++ cp /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/modules.nems /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/tests/modules.fv3 +cp /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/conf/configure.fv3.wcoss_cray /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems +cat /dev/null > /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/externals.nems +cp /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/ESMFVersionDefine_ESMF_NUOPC.h /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/ESMFVersionDefine.h +( echo '. /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc' ; \ + echo 'module use /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf' ; \ + echo 'module load modules.nems' ) > "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/modules.nems.sh" +( echo 'source /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/module-setup.csh.inc' ; \ + echo 'module use /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf' ; \ + echo 'module load modules.nems' ) > "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/modules.nems.csh" +/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/incmake/configure_rules.mk:3: /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/test-results.mk: No such file or directory +gmake -f /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/incmake/tests.mk \ + MODULE_LOGIC=" . /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack" \ + TARGET="/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/test-results.mk" TEST +gmake[1]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS' if [ -f "/modules.nems" ] ; then \ - . /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=unlimited ; ulimit -S -s 200000 ; module use /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s ; \ + . /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=unlimited ; ulimit -S -s 200000 ; module use /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s ; \ fi ; \ ( \ echo "# Do not edit this file. It is automatically generated from tests.mk." ; \ echo "CASELESS_FILESYSTEM=NO" ; \ if [ "Q$ESMFMKFILE" != Q ] ; then egrep 'VERSION|^ESMF_[A-Z]*DIR' < "$ESMFMKFILE" ; fi ; \ - ) > "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/test-results.mk" -gmake[1]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS' -. /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/fv3gfs ; \ + ) > "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/test-results.mk" +gmake[1]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS' +. /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs ; \ exec gmake 32BIT=Y all Currently Loaded Modulefiles: 1) craype-network-aries @@ -298,10 +298,10 @@ Currently Loaded Modulefiles: 33) ugni/6.0-1.0502.10863.8.29.ari 34) esmf/8.0.0 35) modules.nems -gmake[1]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/fv3gfs' +gmake[1]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs' Building dependencies ... -gmake[1]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/fv3gfs' -gmake[1]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/fv3gfs' +gmake[1]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs' +gmake[1]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs' ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_parameter.F90 -o ../mpp/mpp_parameter.o ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../platform/platform.F90 -o ../platform/platform.o ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../drifters/cloud_interpolator.F90 -o ../drifters/cloud_interpolator.o @@ -314,13 +314,6 @@ Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../random_numbers/MersenneTwister.F90 -o ../random_numbers/MersenneTwister.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../sat_vapor_pres/sat_vapor_pres_k.F90 -o ../sat_vapor_pres/sat_vapor_pres_k.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../tridiagonal/tridiagonal.F90 -o ../tridiagonal/tridiagonal.o -cc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../affinity/affinity.c -o ../affinity/affinity.o -cc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../memutils/memuse.c -o ../memutils/memuse.o -cc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../mosaic/create_xgrid.c -o ../mosaic/create_xgrid.o -cc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../mosaic/gradient_c2l.c -o ../mosaic/gradient_c2l.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. @@ -329,12 +322,11 @@ Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -cc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../mosaic/interp.c -o ../mosaic/interp.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -cc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../mosaic/mosaic_util.c -o ../mosaic/mosaic_util.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../random_numbers/MersenneTwister.F90 -o ../random_numbers/MersenneTwister.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. @@ -343,6 +335,14 @@ Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../sat_vapor_pres/sat_vapor_pres_k.F90 -o ../sat_vapor_pres/sat_vapor_pres_k.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../tridiagonal/tridiagonal.F90 -o ../tridiagonal/tridiagonal.o +cc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../affinity/affinity.c -o ../affinity/affinity.o +cc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../memutils/memuse.c -o ../memutils/memuse.o +cc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../mosaic/create_xgrid.c -o ../mosaic/create_xgrid.o +cc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../mosaic/gradient_c2l.c -o ../mosaic/gradient_c2l.o +cc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../mosaic/interp.c -o ../mosaic/interp.o +cc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../mosaic/mosaic_util.c -o ../mosaic/mosaic_util.o cc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../mosaic/read_mosaic.c -o ../mosaic/read_mosaic.o cc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../mpp/nsclock.c -o ../mpp/nsclock.o cc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../mpp/threadloc.c -o ../mpp/threadloc.o @@ -389,11 +389,11 @@ Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../drifters/drifters.F90 -o ../drifters/drifters.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../drifters/drifters.F90 -o ../drifters/drifters.o Compiling in MPI mode (with or without MPP) Using 8-byte addressing Using pure routines. @@ -443,34 +443,34 @@ ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DG ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mosaic/grid.F90 -o ../mosaic/grid.o ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../oda_tools/write_ocean_data.F90 -o ../oda_tools/write_ocean_data.o ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../random_numbers/random_numbers.F90 -o ../random_numbers/random_numbers.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../oda_tools/xbt_drop_rate_adjust.f90 -o ../oda_tools/xbt_drop_rate_adjust.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../horiz_interp/horiz_interp.F90 -o ../horiz_interp/horiz_interp.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../tracer_manager/tracer_manager.F90 -o ../tracer_manager/tracer_manager.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../oda_tools/xbt_drop_rate_adjust.f90 -o ../oda_tools/xbt_drop_rate_adjust.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../horiz_interp/horiz_interp.F90 -o ../horiz_interp/horiz_interp.o ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_manifest.F90 -o ../diag_manager/diag_manifest.o ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_axis.F90 -o ../diag_manager/diag_axis.o ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../field_manager/fm_util.F90 -o ../field_manager/fm_util.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../oda_tools/oda_core.F90 -o ../oda_tools/oda_core.o ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../oda_tools/oda_core_ecda.F90 -o ../oda_tools/oda_core_ecda.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../tracer_manager/tracer_manager.F90 -o ../tracer_manager/tracer_manager.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_output.F90 -o ../diag_manager/diag_output.o ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../amip_interp/amip_interp.F90 -o ../amip_interp/amip_interp.o ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../time_interp/time_interp_external.F90 -o ../time_interp/time_interp_external.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../oda_tools/oda_core.F90 -o ../oda_tools/oda_core.o ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../topography/topography.F90 -o ../topography/topography.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_output.F90 -o ../diag_manager/diag_output.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. @@ -592,18 +592,18 @@ a - ../mosaic/mosaic_util.o a - ../mosaic/read_mosaic.o a - ../mpp/nsclock.o a - ../mpp/threadloc.o -mkdir -p "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL" -mv fms.mk "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL/." -cp -fp *.a *.mod ../include/*.h "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL"/. -gmake[1]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/fv3gfs' -test -d /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -Compiling 32BIT=Y into /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL on wcoss_cray -cp -fp /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/configure.nems \ - "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3"/conf/configure.fv3 -cp -fp /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/modules.nems \ - "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3"/conf/modules.fv3 -. /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3 ; \ - exec gmake COMP=FV3 COMP_SRCDIR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3 COMP_BINDIR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL MACHINE_ID=wcoss_cray FMS_DIR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL 32BIT=Y nemsinstall +mkdir -p "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL" +mv fms.mk "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL/." +cp -fp *.a *.mod ../include/*.h "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL"/. +gmake[1]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs' +test -d /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL +Compiling 32BIT=Y into /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL on wcoss_cray +cp -fp /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems \ + "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3"/conf/configure.fv3 +cp -fp /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/modules.nems \ + "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3"/conf/modules.fv3 +. /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 ; \ + exec gmake COMP=FV3 COMP_SRCDIR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 COMP_BINDIR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL MACHINE_ID=wcoss_cray FMS_DIR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL 32BIT=Y nemsinstall Currently Loaded Modulefiles: 1) craype-network-aries 2) craype/2.3.0 @@ -640,196 +640,196 @@ Currently Loaded Modulefiles: 33) ugni/6.0-1.0502.10863.8.29.ari 34) esmf/8.0.0 35) modules.nems -gmake[1]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3' +gmake[1]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3' Building dependencies ... -gmake[1]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3' -gmake[1]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3' -gmake -C cpl FMS_DIR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL +gmake[1]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3' +gmake[1]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3' +gmake -C cpl FMS_DIR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL Build standalone FV3 io ... -gmake[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/cpl' +gmake[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl' Building dependencies ... -gmake[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/cpl' +gmake[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl' Build standalone FV3 io ... -gmake[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/cpl' +gmake[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl' ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c module_cplfields.F90 ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c module_cap_cpl.F90 ar rv libfv3cpl.a module_cplfields.o module_cap_cpl.o ar: creating libfv3cpl.a a - module_cplfields.o a - module_cap_cpl.o -gmake[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/cpl' -gmake -C gfsphysics FMS_DIR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit +gmake[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl' +gmake -C gfsphysics FMS_DIR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit Build standalone FV3 gfsphysics ... -gmake[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics' makefile:278: depend: No such file or directory +gmake[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics' Building dependencies ... -gmake[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics' +gmake[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics' Build standalone FV3 gfsphysics ... -gmake[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics' -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/machine.F -o physics/machine.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/co2hc.f -o physics/co2hc.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/efield.f -o physics/efield.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gocart_tracer_config_stub.f -o physics/gocart_tracer_config_stub.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2oc.f -o physics/h2oc.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2ohdc.f -o physics/h2ohdc.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ideaca.f -o physics/ideaca.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_composition.f -o physics/idea_composition.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/wam_f107_kp_mod.f90 -o physics/wam_f107_kp_mod.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/iounitdef.f -o physics/iounitdef.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mersenne_twister.f -o physics/mersenne_twister.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/namelist_soilveg.f -o physics/namelist_soilveg.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozne_def.f -o physics/ozne_def.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/iccn_def.f -o physics/iccn_def.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/aerclm_def.f -o physics/aerclm_def.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/physparam.f -o physics/physparam.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/progtm_module.f -o physics/progtm_module.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/surface_perturbation.F90 -o physics/surface_perturbation.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/GFDL_parse_tracers.F90 -o physics/GFDL_parse_tracers.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gfs_phy_tracer_config.F -o physics/gfs_phy_tracer_config.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rayleigh_damp.f -o physics/rayleigh_damp.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rayleigh_damp_mesopause.f -o physics/rayleigh_damp_mesopause.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/set_soilveg.f -o physics/set_soilveg.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_wrf_utl.f90 -o physics/module_wrf_utl.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/noahmp_tables.f90 -o physics/noahmp_tables.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/tridi2t3.f -o physics/tridi2t3.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozinterp.f90 -o physics/ozinterp.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/iccninterp.f90 -o physics/iccninterp.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/aerinterp.f90 -o physics/aerinterp.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/num_parthds.F -o physics/num_parthds.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfcsub.F -o physics/sfcsub.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_mp_radar.F90 -o physics/module_mp_radar.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/micro_mg_utils.F90 -o physics/micro_mg_utils.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cnvc90.f -o physics/cnvc90.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/date_def.f -o physics/date_def.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/physcons.F90 -o physics/physcons.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gwdc.f -o physics/gwdc.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gwdps.f -o physics/gwdps.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2o_def.f -o physics/h2o_def.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2ophys.f -o physics/h2ophys.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/progt2.f -o physics/progt2.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radlw_param.f -o physics/radlw_param.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radsw_param.f -o physics/radsw_param.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_astronomy.f -o physics/radiation_astronomy.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_surface.f -o physics/radiation_surface.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/samfaerosols.f -o physics/samfaerosols.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_cice.f -o physics/sfc_cice.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_diff.f -o physics/sfc_diff.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_sf_noahmp_glacier.f90 -o physics/module_sf_noahmp_glacier.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_sf_noahmplsm.f90 -o physics/module_sf_noahmplsm.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_nst_parameters.f90 -o physics/module_nst_parameters.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sflx.f -o physics/sflx.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv.f -o physics/shalcv.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv_1lyr.f -o physics/shalcv_1lyr.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv_fixdp.f -o physics/shalcv_fixdp.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv_opr.f -o physics/shalcv_opr.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/get_prs_fv3.f90 -o physics/get_prs_fv3.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2ointerp.f90 -o physics/h2ointerp.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/aer_cloud.F -o physics/aer_cloud.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gfdl_cloud_microphys.F90 -o physics/gfdl_cloud_microphys.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_mp_thompson_gfs.F90 -o physics/module_mp_thompson_gfs.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_mp_wsm6_fv3.F90 -o physics/module_mp_wsm6_fv3.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/dcyc2.f -o physics/dcyc2.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/dcyc2.pre.rad.f -o physics/dcyc2.pre.rad.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/tracer_const_h.f -o physics/tracer_const_h.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/funcphys.f90 -o physics/funcphys.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_initialize.F90 -o physics/cires_ugwp_initialize.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_co2.f -o physics/idea_co2.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_dissipation.f -o physics/idea_dissipation.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_h2o.f -o physics/idea_h2o.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_ion.f -o physics/idea_ion.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_o2_o3.f -o physics/idea_o2_o3.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_phys.f -o physics/idea_phys.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_solar_heating.f -o physics/idea_solar_heating.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_tracer.f -o physics/idea_tracer.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/lrgsclr.f -o physics/lrgsclr.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfpbl.f -o physics/mfpbl.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfpblt.f -o physics/mfpblt.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfpbltq.f -o physics/mfpbltq.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfscu.f -o physics/mfscu.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfscuq.f -o physics/mfscuq.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_bfmicrophysics.f -o physics/module_bfmicrophysics.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninedmf.f -o physics/moninedmf.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninedmf_hafs.f -o physics/moninedmf_hafs.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninp.f -o physics/moninp.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninp1.f -o physics/moninp1.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninq.f -o physics/moninq.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninq1.f -o physics/moninq1.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninshoc.f -o physics/moninshoc.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstadb.f -o physics/mstadb.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstadbtn.f -o physics/mstadbtn.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstadbtn2.f -o physics/mstadbtn2.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstcnv.f -o physics/mstcnv.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozphys.f -o physics/ozphys.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozphys_2015.f -o physics/ozphys_2015.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/precpd.f -o physics/precpd.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/precpd_shoc.f -o physics/precpd_shoc.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/precpdp.f -o physics/precpdp.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radlw_datatb.f -o physics/radlw_datatb.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rascnvv2.f -o physics/rascnvv2.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX-I -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_aerosols.f -o physics/radiation_aerosols.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radsw_datatb.f -o physics/radsw_datatb.o +gmake[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics' +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/machine.F -o physics/machine.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/co2hc.f -o physics/co2hc.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/efield.f -o physics/efield.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gocart_tracer_config_stub.f -o physics/gocart_tracer_config_stub.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2oc.f -o physics/h2oc.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2ohdc.f -o physics/h2ohdc.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ideaca.f -o physics/ideaca.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_composition.f -o physics/idea_composition.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/wam_f107_kp_mod.f90 -o physics/wam_f107_kp_mod.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/iounitdef.f -o physics/iounitdef.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mersenne_twister.f -o physics/mersenne_twister.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/namelist_soilveg.f -o physics/namelist_soilveg.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozne_def.f -o physics/ozne_def.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/iccn_def.f -o physics/iccn_def.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/aerclm_def.f -o physics/aerclm_def.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/physparam.f -o physics/physparam.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/progtm_module.f -o physics/progtm_module.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/surface_perturbation.F90 -o physics/surface_perturbation.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/GFDL_parse_tracers.F90 -o physics/GFDL_parse_tracers.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gfs_phy_tracer_config.F -o physics/gfs_phy_tracer_config.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rayleigh_damp.f -o physics/rayleigh_damp.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rayleigh_damp_mesopause.f -o physics/rayleigh_damp_mesopause.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/set_soilveg.f -o physics/set_soilveg.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_wrf_utl.f90 -o physics/module_wrf_utl.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/noahmp_tables.f90 -o physics/noahmp_tables.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/tridi2t3.f -o physics/tridi2t3.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozinterp.f90 -o physics/ozinterp.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/iccninterp.f90 -o physics/iccninterp.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/aerinterp.f90 -o physics/aerinterp.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/num_parthds.F -o physics/num_parthds.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfcsub.F -o physics/sfcsub.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_mp_radar.F90 -o physics/module_mp_radar.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/micro_mg_utils.F90 -o physics/micro_mg_utils.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cnvc90.f -o physics/cnvc90.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/date_def.f -o physics/date_def.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/physcons.F90 -o physics/physcons.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gwdc.f -o physics/gwdc.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gwdps.f -o physics/gwdps.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2o_def.f -o physics/h2o_def.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2ophys.f -o physics/h2ophys.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/progt2.f -o physics/progt2.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radlw_param.f -o physics/radlw_param.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radsw_param.f -o physics/radsw_param.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_astronomy.f -o physics/radiation_astronomy.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_surface.f -o physics/radiation_surface.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/samfaerosols.f -o physics/samfaerosols.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_cice.f -o physics/sfc_cice.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_diff.f -o physics/sfc_diff.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_sf_noahmp_glacier.f90 -o physics/module_sf_noahmp_glacier.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_sf_noahmplsm.f90 -o physics/module_sf_noahmplsm.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_nst_parameters.f90 -o physics/module_nst_parameters.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sflx.f -o physics/sflx.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv.f -o physics/shalcv.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv_1lyr.f -o physics/shalcv_1lyr.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv_fixdp.f -o physics/shalcv_fixdp.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv_opr.f -o physics/shalcv_opr.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/get_prs_fv3.f90 -o physics/get_prs_fv3.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2ointerp.f90 -o physics/h2ointerp.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/aer_cloud.F -o physics/aer_cloud.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gfdl_cloud_microphys.F90 -o physics/gfdl_cloud_microphys.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_mp_thompson_gfs.F90 -o physics/module_mp_thompson_gfs.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_mp_wsm6_fv3.F90 -o physics/module_mp_wsm6_fv3.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/dcyc2.f -o physics/dcyc2.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/dcyc2.pre.rad.f -o physics/dcyc2.pre.rad.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/tracer_const_h.f -o physics/tracer_const_h.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/funcphys.f90 -o physics/funcphys.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_initialize.F90 -o physics/cires_ugwp_initialize.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_co2.f -o physics/idea_co2.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_dissipation.f -o physics/idea_dissipation.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_h2o.f -o physics/idea_h2o.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_ion.f -o physics/idea_ion.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_o2_o3.f -o physics/idea_o2_o3.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_phys.f -o physics/idea_phys.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_solar_heating.f -o physics/idea_solar_heating.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_tracer.f -o physics/idea_tracer.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/lrgsclr.f -o physics/lrgsclr.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfpbl.f -o physics/mfpbl.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfpblt.f -o physics/mfpblt.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfpbltq.f -o physics/mfpbltq.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfscu.f -o physics/mfscu.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfscuq.f -o physics/mfscuq.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_bfmicrophysics.f -o physics/module_bfmicrophysics.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninedmf.f -o physics/moninedmf.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninedmf_hafs.f -o physics/moninedmf_hafs.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninp.f -o physics/moninp.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninp1.f -o physics/moninp1.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninq.f -o physics/moninq.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninq1.f -o physics/moninq1.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninshoc.f -o physics/moninshoc.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstadb.f -o physics/mstadb.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstadbtn.f -o physics/mstadbtn.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstadbtn2.f -o physics/mstadbtn2.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstcnv.f -o physics/mstcnv.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozphys.f -o physics/ozphys.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozphys_2015.f -o physics/ozphys_2015.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/precpd.f -o physics/precpd.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/precpd_shoc.f -o physics/precpd_shoc.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/precpdp.f -o physics/precpdp.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radlw_datatb.f -o physics/radlw_datatb.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rascnvv2.f -o physics/rascnvv2.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX-I -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_aerosols.f -o physics/radiation_aerosols.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radsw_datatb.f -o physics/radsw_datatb.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_gases.f -o physics/radiation_gases.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_clouds.f -o physics/radiation_clouds.o ifort: command line warning #10121: overriding '-xCORE-AVX2' with '-xCORE-AVX-I' -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_gases.f -o physics/radiation_gases.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_clouds.f -o physics/radiation_clouds.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/samfdeepcnv.f -o physics/samfdeepcnv.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/samfshalcnv.f -o physics/samfshalcnv.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sascnv.f -o physics/sascnv.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sascnvn.f -o physics/sascnvn.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/satmedmfvdif.f -o physics/satmedmfvdif.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/satmedmfvdifq.f -o physics/satmedmfvdifq.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_diag.f -o physics/sfc_diag.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_drv.f -o physics/sfc_drv.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_noahmp_drv.f -o physics/sfc_noahmp_drv.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_nst_water_prop.f90 -o physics/module_nst_water_prop.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_ocean.f -o physics/sfc_ocean.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_sice.f -o physics/sfc_sice.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcnv.f -o physics/shalcnv.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/calpreciptype.f90 -o physics/calpreciptype.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gcm_shoc.f90 -o physics/gcm_shoc.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/wv_saturation.F -o physics/wv_saturation.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_utils.F90 -o physics/cires_ugwp_utils.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_triggers.F90 -o physics/cires_ugwp_triggers.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cs_conv.F90 -o physics/cs_conv.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/get_prs.f -o physics/get_prs.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gscond.f -o physics/gscond.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gscondp.f -o physics/gscondp.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_module.F90 -o physics/cires_ugwp_module.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_orowam2017.f -o physics/cires_orowam2017.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radlw_main.f -o physics/radlw_main.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_typedefs.F90 -o GFS_layer/GFS_typedefs.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radsw_main.f -o physics/radsw_main.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_nst_model.f90 -o physics/module_nst_model.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cldmacro.F -o physics/cldmacro.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cldwat2m_micro.F -o physics/cldwat2m_micro.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_solvers.F90 -o physics/cires_ugwp_solvers.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_vert_lsatdis.F90 -o physics/cires_vert_lsatdis.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_vert_orodis.F90 -o physics/cires_vert_orodis.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_vert_wmsdis.F90 -o physics/cires_vert_wmsdis.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/micro_mg2_0.F90 -o physics/micro_mg2_0.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/micro_mg3_0.F90 -o physics/micro_mg3_0.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ugwp_driver_v0.f -o physics/ugwp_driver_v0.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_nst.f -o physics/sfc_nst.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/m_micro_driver.F90 -o physics/m_micro_driver.o -cc -E -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML GFS_layer/GFS_radiation_driver.F90 > GFS_layer/GFS_radiation_driver.tmp.f90 -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gcycle.F90 -o physics/gcycle.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/GFS_debug.F90 -o physics/GFS_debug.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -O0 -c GFS_layer/GFS_diagnostics.F90 -o GFS_layer/GFS_diagnostics.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/samfdeepcnv.f -o physics/samfdeepcnv.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/samfshalcnv.f -o physics/samfshalcnv.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sascnv.f -o physics/sascnv.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sascnvn.f -o physics/sascnvn.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/satmedmfvdif.f -o physics/satmedmfvdif.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/satmedmfvdifq.f -o physics/satmedmfvdifq.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_diag.f -o physics/sfc_diag.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_drv.f -o physics/sfc_drv.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_noahmp_drv.f -o physics/sfc_noahmp_drv.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_nst_water_prop.f90 -o physics/module_nst_water_prop.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_ocean.f -o physics/sfc_ocean.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_sice.f -o physics/sfc_sice.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcnv.f -o physics/shalcnv.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/calpreciptype.f90 -o physics/calpreciptype.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gcm_shoc.f90 -o physics/gcm_shoc.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/wv_saturation.F -o physics/wv_saturation.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_utils.F90 -o physics/cires_ugwp_utils.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_triggers.F90 -o physics/cires_ugwp_triggers.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cs_conv.F90 -o physics/cs_conv.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/get_prs.f -o physics/get_prs.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gscond.f -o physics/gscond.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gscondp.f -o physics/gscondp.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_module.F90 -o physics/cires_ugwp_module.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_orowam2017.f -o physics/cires_orowam2017.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radlw_main.f -o physics/radlw_main.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_typedefs.F90 -o GFS_layer/GFS_typedefs.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radsw_main.f -o physics/radsw_main.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_nst_model.f90 -o physics/module_nst_model.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cldmacro.F -o physics/cldmacro.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cldwat2m_micro.F -o physics/cldwat2m_micro.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_solvers.F90 -o physics/cires_ugwp_solvers.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_vert_lsatdis.F90 -o physics/cires_vert_lsatdis.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_vert_orodis.F90 -o physics/cires_vert_orodis.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_vert_wmsdis.F90 -o physics/cires_vert_wmsdis.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/micro_mg2_0.F90 -o physics/micro_mg2_0.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/micro_mg3_0.F90 -o physics/micro_mg3_0.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ugwp_driver_v0.f -o physics/ugwp_driver_v0.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_nst.f -o physics/sfc_nst.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gcycle.F90 -o physics/gcycle.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/GFS_debug.F90 -o physics/GFS_debug.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -O0 -c GFS_layer/GFS_diagnostics.F90 -o GFS_layer/GFS_diagnostics.o cc -E -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML GFS_layer/GFS_physics_driver.F90 > GFS_layer/GFS_physics_driver.tmp.f90 -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_radiation_driver.tmp.f90 -o GFS_layer/GFS_radiation_driver.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_physics_driver.tmp.f90 -o GFS_layer/GFS_physics_driver.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_restart.F90 -o GFS_layer/GFS_restart.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rad_initialize.f -o physics/rad_initialize.o +cc -E -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML GFS_layer/GFS_radiation_driver.F90 > GFS_layer/GFS_radiation_driver.tmp.f90 +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/m_micro_driver.F90 -o physics/m_micro_driver.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_physics_driver.tmp.f90 -o GFS_layer/GFS_physics_driver.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_radiation_driver.tmp.f90 -o GFS_layer/GFS_radiation_driver.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_restart.F90 -o GFS_layer/GFS_restart.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rad_initialize.f -o physics/rad_initialize.o cc -E -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML GFS_layer/GFS_driver.F90 > GFS_layer/GFS_driver.tmp.f90 -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_driver.tmp.f90 -o GFS_layer/GFS_driver.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_abstraction_layer.F90 -o GFS_layer/GFS_abstraction_layer.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_driver.tmp.f90 -o GFS_layer/GFS_driver.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_abstraction_layer.F90 -o GFS_layer/GFS_abstraction_layer.o ar rv libgfsphys.a physics/cnvc90.o physics/co2hc.o physics/date_def.o physics/dcyc2.o physics/dcyc2.pre.rad.o physics/efield.o physics/get_prs.o physics/gocart_tracer_config_stub.o physics/gscond.o physics/gscondp.o physics/gwdc.o physics/gwdps.o physics/ugwp_driver_v0.o physics/cires_orowam2017.o physics/h2o_def.o physics/h2oc.o physics/h2ohdc.o physics/h2ophys.o physics/ideaca.o physics/idea_co2.o physics/idea_composition.o physics/idea_dissipation.o physics/idea_h2o.o physics/idea_ion.o physics/idea_o2_o3.o physics/idea_phys.o physics/idea_solar_heating.o physics/idea_tracer.o physics/iounitdef.o physics/lrgsclr.o physics/mersenne_twister.o physics/mfpbl.o physics/mfpblt.o physics/mfpbltq.o physics/mfscu.o physics/mfscuq.o physics/module_bfmicrophysics.o physics/moninedmf.o physics/moninedmf_hafs.o physics/moninp.o physics/moninp1.o physics/moninq.o physics/moninq1.o physics/moninshoc.o physics/mstadb.o physics/mstadbtn.o physics/mstadbtn2.o physics/mstcnv.o physics/namelist_soilveg.o physics/ozne_def.o physics/iccn_def.o physics/aerclm_def.o physics/ozphys.o physics/ozphys_2015.o physics/physparam.o physics/precpd.o physics/precpd_shoc.o physics/precpdp.o physics/progt2.o physics/progtm_module.o physics/rad_initialize.o physics/radiation_aerosols.o physics/radiation_astronomy.o physics/radiation_clouds.o physics/radiation_gases.o physics/radiation_surface.o physics/radlw_datatb.o physics/radlw_main.o physics/radlw_param.o physics/radsw_datatb.o physics/radsw_main.o physics/radsw_param.o physics/rascnvv2.o physics/rayleigh_damp.o physics/rayleigh_damp_mesopause.o physics/samfaerosols.o physics/samfdeepcnv.o physics/samfshalcnv.o physics/sascnv.o physics/sascnvn.o physics/satmedmfvdif.o physics/satmedmfvdifq.o physics/set_soilveg.o physics/sfc_cice.o physics/sfc_diag.o physics/sfc_diff.o physics/sfc_drv.o physics/sfc_noahmp_drv.o physics/sfc_nst.o physics/sfc_ocean.o physics/sfc_sice.o physics/sflx.o physics/shalcnv.o physics/shalcv.o physics/shalcv_1lyr.o physics/shalcv_fixdp.o physics/shalcv_opr.o physics/tracer_const_h.o physics/tridi2t3.o physics/calpreciptype.o physics/funcphys.o physics/gcm_shoc.o physics/get_prs_fv3.o physics/h2ointerp.o physics/module_nst_model.o physics/module_nst_parameters.o physics/module_nst_water_prop.o physics/ozinterp.o physics/module_wrf_utl.o physics/noahmp_tables.o physics/module_sf_noahmplsm.o physics/module_sf_noahmp_glacier.o physics/iccninterp.o physics/aerinterp.o physics/wam_f107_kp_mod.o physics/aer_cloud.o physics/cldmacro.o physics/cldwat2m_micro.o physics/gfs_phy_tracer_config.o physics/machine.o physics/num_parthds.o physics/sfcsub.o physics/wv_saturation.o physics/GFDL_parse_tracers.o physics/gcycle.o physics/cires_ugwp_initialize.o physics/cires_ugwp_module.o physics/cires_ugwp_utils.o physics/cires_ugwp_triggers.o physics/cires_ugwp_solvers.o physics/cires_vert_lsatdis.o physics/cires_vert_orodis.o physics/cires_vert_wmsdis.o physics/gfdl_cloud_microphys.o physics/micro_mg_utils.o physics/micro_mg2_0.o physics/micro_mg3_0.o physics/m_micro_driver.o physics/cs_conv.o physics/GFS_debug.o physics/module_mp_radar.o physics/module_mp_thompson_gfs.o physics/module_mp_wsm6_fv3.o physics/physcons.o physics/surface_perturbation.o GFS_layer/GFS_abstraction_layer.o GFS_layer/GFS_diagnostics.o GFS_layer/GFS_driver.o GFS_layer/GFS_physics_driver.o GFS_layer/GFS_radiation_driver.o GFS_layer/GFS_restart.o GFS_layer/GFS_typedefs.o ar: creating libgfsphys.a a - physics/cnvc90.o @@ -984,48 +984,48 @@ a - GFS_layer/GFS_physics_driver.o a - GFS_layer/GFS_radiation_driver.o a - GFS_layer/GFS_restart.o a - GFS_layer/GFS_typedefs.o -gmake[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics' -gmake -C ipd FMS_DIR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit +gmake[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics' +gmake -C ipd FMS_DIR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit Build standalone FV3 gfsphysics ... makefile:54: depend: No such file or directory -gmake[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ipd' +gmake[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd' Building dependencies ... -gmake[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ipd' +gmake[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd' Build standalone FV3 gfsphysics ... -gmake[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ipd' -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../namphysics -c IPD_typedefs.F90 -o IPD_typedefs.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../namphysics -c IPD_driver.F90 -o IPD_driver.o +gmake[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd' +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../namphysics -c IPD_typedefs.F90 -o IPD_typedefs.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../namphysics -c IPD_driver.F90 -o IPD_driver.o ar rv libipd.a IPD_driver.o IPD_typedefs.o ar: creating libipd.a a - IPD_driver.o a - IPD_typedefs.o -gmake[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ipd' -gmake -C io FMS_DIR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL +gmake[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd' +gmake -C io FMS_DIR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL Build standalone FV3 io ... $ESMF_INC is [-I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include] -gmake[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/io' +gmake[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io' Building dependencies ... -gmake[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/io' +gmake[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io' Build standalone FV3 io ... $ESMF_INC is [-I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include] -gmake[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/io' -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -c ffsync.F90 -o ffsync.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c FV3GFS_io.F90 -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -c module_fv3_io_def.F90 -o module_fv3_io_def.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c module_write_internal_state.F90 -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/ncep_post_v8.0.1_4 -c post_nems_routines.F90 -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/nemsio_v2.2.4 -c module_write_nemsio.F90 -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/nemsio_v2.2.4 -c module_write_netcdf.F90 -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/ncep_post_v8.0.1_4 -c post_gfs.F90 -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c module_wrt_grid_comp.F90 +gmake[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io' +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -c ffsync.F90 -o ffsync.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c FV3GFS_io.F90 +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -c module_fv3_io_def.F90 -o module_fv3_io_def.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c module_write_internal_state.F90 +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/ncep_post_v8.0.1_4 -c post_nems_routines.F90 +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/nemsio_v2.2.4 -c module_write_nemsio.F90 +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/nemsio_v2.2.4 -c module_write_netcdf.F90 +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/ncep_post_v8.0.1_4 -c post_gfs.F90 +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c module_wrt_grid_comp.F90 ar rv libfv3io.a ffsync.o FV3GFS_io.o post_gfs.o post_nems_routines.o module_write_nemsio.o module_write_netcdf.o module_fv3_io_def.o module_write_internal_state.o module_wrt_grid_comp.o ar: creating libfv3io.a a - ffsync.o @@ -1037,66 +1037,66 @@ a - module_write_netcdf.o a - module_fv3_io_def.o a - module_write_internal_state.o a - module_wrt_grid_comp.o -gmake[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/io' -gmake -C atmos_cubed_sphere FMS_DIR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL +gmake[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io' +gmake -C atmos_cubed_sphere FMS_DIR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL Build standalone FV3 fv3core ... -gmake[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/atmos_cubed_sphere' +gmake[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere' Building dependencies ... -gmake[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/atmos_cubed_sphere' +gmake[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere' Build standalone FV3 fv3core ... -gmake[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/atmos_cubed_sphere' -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_arrays.F90 -o model/fv_arrays.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/external_sst.F90 -o tools/external_sst.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_fill.F90 -o model/fv_fill.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/sim_nc_mod.F90 -o tools/sim_nc_mod.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c driver/fvGFS/DYCORE_typedefs.F90 -o driver/fvGFS/DYCORE_typedefs.o +gmake[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere' +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_arrays.F90 -o model/fv_arrays.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/external_sst.F90 -o tools/external_sst.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_fill.F90 -o model/fv_fill.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/sim_nc_mod.F90 -o tools/sim_nc_mod.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c driver/fvGFS/DYCORE_typedefs.F90 -o driver/fvGFS/DYCORE_typedefs.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_mp_mod.F90 -o tools/fv_mp_mod.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/sorted_index.F90 -o tools/sorted_index.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_timing.F90 -o tools/fv_timing.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_eta.F90 -o tools/fv_eta.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/multi_gases.F90 -o model/multi_gases.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_sg.F90 -o model/fv_sg.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_cmp.F90 -o model/fv_cmp.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/boundary.F90 -o model/boundary.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_grid_utils.F90 -o model/fv_grid_utils.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_mp_mod.F90 -o tools/fv_mp_mod.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/sorted_index.F90 -o tools/sorted_index.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_timing.F90 -o tools/fv_timing.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_eta.F90 -o tools/fv_eta.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/multi_gases.F90 -o model/multi_gases.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/boundary.F90 -o model/boundary.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_sg.F90 -o model/fv_sg.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_cmp.F90 -o model/fv_cmp.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_grid_utils.F90 -o model/fv_grid_utils.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/a2b_edge.F90 -o model/a2b_edge.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -fast-transcendentals -c model/fv_mapz.F90 -o model/fv_mapz.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_surf_map.F90 -o tools/fv_surf_map.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/init_hydro.F90 -o tools/init_hydro.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_grid_tools.F90 -o tools/fv_grid_tools.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/tp_core.F90 -o model/tp_core.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_treat_da_inc.F90 -o tools/fv_treat_da_inc.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_iau_mod.F90 -o tools/fv_iau_mod.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_diagnostics.F90 -o tools/fv_diagnostics.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_io.F90 -o tools/fv_io.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/test_cases.F90 -o tools/test_cases.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_nudge.F90 -o tools/fv_nudge.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_regional_bc.F90 -o model/fv_regional_bc.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c driver/fvGFS/fv_nggps_diag.F90 -o driver/fvGFS/fv_nggps_diag.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_tracer2d.F90 -o model/fv_tracer2d.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_update_phys.F90 -o model/fv_update_phys.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/sw_core.F90 -o model/sw_core.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/external_ic.F90 -o tools/external_ic.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -fast-transcendentals -c model/nh_utils.F90 -o model/nh_utils.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_restart.F90 -o tools/fv_restart.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/nh_core.F90 -o model/nh_core.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/dyn_core.F90 -o model/dyn_core.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_control.F90 -o model/fv_control.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_nesting.F90 -o model/fv_nesting.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_dynamics.F90 -o model/fv_dynamics.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c driver/fvGFS/atmosphere.F90 -o driver/fvGFS/atmosphere.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/a2b_edge.F90 -o model/a2b_edge.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -fast-transcendentals -c model/fv_mapz.F90 -o model/fv_mapz.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_surf_map.F90 -o tools/fv_surf_map.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/init_hydro.F90 -o tools/init_hydro.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_grid_tools.F90 -o tools/fv_grid_tools.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/tp_core.F90 -o model/tp_core.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_treat_da_inc.F90 -o tools/fv_treat_da_inc.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_iau_mod.F90 -o tools/fv_iau_mod.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_diagnostics.F90 -o tools/fv_diagnostics.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_io.F90 -o tools/fv_io.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/test_cases.F90 -o tools/test_cases.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_nudge.F90 -o tools/fv_nudge.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_regional_bc.F90 -o model/fv_regional_bc.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c driver/fvGFS/fv_nggps_diag.F90 -o driver/fvGFS/fv_nggps_diag.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_tracer2d.F90 -o model/fv_tracer2d.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_update_phys.F90 -o model/fv_update_phys.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/sw_core.F90 -o model/sw_core.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/external_ic.F90 -o tools/external_ic.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -fast-transcendentals -c model/nh_utils.F90 -o model/nh_utils.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_restart.F90 -o tools/fv_restart.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/nh_core.F90 -o model/nh_core.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/dyn_core.F90 -o model/dyn_core.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_control.F90 -o model/fv_control.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_nesting.F90 -o model/fv_nesting.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_dynamics.F90 -o model/fv_dynamics.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c driver/fvGFS/atmosphere.F90 -o driver/fvGFS/atmosphere.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. @@ -1143,49 +1143,49 @@ a - tools/test_cases.o a - driver/fvGFS/DYCORE_typedefs.o a - driver/fvGFS/fv_nggps_diag.o a - driver/fvGFS/atmosphere.o -gmake[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/atmos_cubed_sphere' -gmake -C ../stochastic_physics FMS_DIR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit +gmake[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere' +gmake -C ../stochastic_physics FMS_DIR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit Build standalone FV3 stochastic_physics ... makefile:86: depend: No such file or directory -gmake[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/stochastic_physics' +gmake[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/stochastic_physics' Building dependencies ... -gmake[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/stochastic_physics' +gmake[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/stochastic_physics' Build standalone FV3 stochastic_physics ... -gmake[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/stochastic_physics' -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_gg_def.f -o stochy_gg_def.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_resol_def.f -o stochy_resol_def.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_layout_lag.f -o stochy_layout_lag.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c spectral_layout.F90 -o spectral_layout.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c glats_stochy.f -o glats_stochy.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c num_parthds_stochy.f -o num_parthds_stochy.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c update_ca.f90 -o update_ca.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c plumes.f90 -o plumes.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_namelist_def.F90 -o stochy_namelist_def.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c four_to_grid_stochy.F -o four_to_grid_stochy.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c sumfln_stochy.f -o sumfln_stochy.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c gozrineo_stochy.f -o gozrineo_stochy.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c get_ls_node_stochy.f -o get_ls_node_stochy.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c get_lats_node_a_stochy.f -o get_lats_node_a_stochy.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c setlats_a_stochy.f -o setlats_a_stochy.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c setlats_lag_stochy.f -o setlats_lag_stochy.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c epslon_stochy.f -o epslon_stochy.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c pln2eo_stochy.f -o pln2eo_stochy.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c dozeuv_stochy.f -o dozeuv_stochy.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c dezouv_stochy.f -o dezouv_stochy.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_internal_state_mod.F90 -o stochy_internal_state_mod.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c compns_stochy.F90 -o compns_stochy.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_patterngenerator.F90 -o stochy_patterngenerator.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c getcon_lag_stochy.f -o getcon_lag_stochy.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c getcon_spectral.F90 -o getcon_spectral.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c initialize_spectral_mod.F90 -o initialize_spectral_mod.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_data_mod.F90 -o stochy_data_mod.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c cellular_automata.f90 -o cellular_automata.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c get_stochy_pattern.F90 -o get_stochy_pattern.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochastic_physics.F90 -o stochastic_physics.o +gmake[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/stochastic_physics' +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_gg_def.f -o stochy_gg_def.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_resol_def.f -o stochy_resol_def.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_layout_lag.f -o stochy_layout_lag.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c spectral_layout.F90 -o spectral_layout.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c glats_stochy.f -o glats_stochy.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c num_parthds_stochy.f -o num_parthds_stochy.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c update_ca.f90 -o update_ca.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c plumes.f90 -o plumes.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_namelist_def.F90 -o stochy_namelist_def.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c four_to_grid_stochy.F -o four_to_grid_stochy.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c sumfln_stochy.f -o sumfln_stochy.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c gozrineo_stochy.f -o gozrineo_stochy.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c get_ls_node_stochy.f -o get_ls_node_stochy.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c get_lats_node_a_stochy.f -o get_lats_node_a_stochy.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c setlats_a_stochy.f -o setlats_a_stochy.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c setlats_lag_stochy.f -o setlats_lag_stochy.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c epslon_stochy.f -o epslon_stochy.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c pln2eo_stochy.f -o pln2eo_stochy.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c dozeuv_stochy.f -o dozeuv_stochy.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c dezouv_stochy.f -o dezouv_stochy.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_internal_state_mod.F90 -o stochy_internal_state_mod.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c compns_stochy.F90 -o compns_stochy.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_patterngenerator.F90 -o stochy_patterngenerator.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c getcon_lag_stochy.f -o getcon_lag_stochy.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c getcon_spectral.F90 -o getcon_spectral.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c initialize_spectral_mod.F90 -o initialize_spectral_mod.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c cellular_automata.f90 -o cellular_automata.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_data_mod.F90 -o stochy_data_mod.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c get_stochy_pattern.F90 -o get_stochy_pattern.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochastic_physics.F90 -o stochastic_physics.o ar rv libstochastic_physics.a stochy_gg_def.o stochy_resol_def.o stochy_layout_lag.o four_to_grid_stochy.o glats_stochy.o sumfln_stochy.o gozrineo_stochy.o num_parthds_stochy.o get_ls_node_stochy.o get_lats_node_a_stochy.o setlats_a_stochy.o setlats_lag_stochy.o epslon_stochy.o getcon_lag_stochy.o pln2eo_stochy.o dozeuv_stochy.o dezouv_stochy.o cellular_automata.o update_ca.o plumes.o spectral_layout.o getcon_spectral.o stochy_namelist_def.o compns_stochy.o stochy_internal_state_mod.o stochastic_physics.o stochy_patterngenerator.o stochy_data_mod.o get_stochy_pattern.o initialize_spectral_mod.o ar: creating libstochastic_physics.a a - stochy_gg_def.o @@ -1218,14 +1218,14 @@ a - stochy_patterngenerator.o a - stochy_data_mod.o a - get_stochy_pattern.o a - initialize_spectral_mod.o -gmake[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/stochastic_physics' -gmake libfv3cap.a FMS_DIR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -gmake[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3' -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c module_fv3_config.F90 -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c time_utils.F90 -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c atmos_model.F90 -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c module_fcst_grid_comp.F90 -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c fv3_cap.F90 +gmake[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/stochastic_physics' +gmake libfv3cap.a FMS_DIR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL +gmake[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3' +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c module_fv3_config.F90 +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c time_utils.F90 +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c atmos_model.F90 +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c module_fcst_grid_comp.F90 +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c fv3_cap.F90 ar rv libfv3cap.a atmos_model.o module_fv3_config.o module_fcst_grid_comp.o time_utils.o fv3_cap.o ar: creating libfv3cap.a a - atmos_model.o @@ -1233,35 +1233,35 @@ a - module_fv3_config.o a - module_fcst_grid_comp.o a - time_utils.o a - fv3_cap.o -gmake[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3' -gmake esmf_make_fragment FMS_DIR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -gmake[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3' +gmake[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3' +gmake esmf_make_fragment FMS_DIR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL +gmake[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3' # additional include files needed for PGI -#@echo "ESMF_DEP_INCPATH = /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/nems_dir" >> fv3.mk +#@echo "ESMF_DEP_INCPATH = /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/nems_dir" >> fv3.mk Finished generating ESMF self-describing build dependency makefile fragment: fv3.mk -gmake[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3' -Installation into "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL" complete! +gmake[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3' +Installation into "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL" complete! -gmake[1]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3' -test -d /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL +gmake[1]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3' +test -d /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL ( \ echo "# Do not edit this file. It is automatically generated." ; \ - echo "# Edit the component list or /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC.in" ; \ - echo ; cat "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC.in" ; \ - echo fms_mk="/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL/fms.mk" ; echo fv3_mk="/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk" ; ) > "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC" -. /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; \ + echo "# Edit the component list or /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC.in" ; \ + echo ; cat "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC.in" ; \ + echo fms_mk="/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL/fms.mk" ; echo fv3_mk="/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk" ; ) > "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC" +. /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; \ set -e ; \ - for m in /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk ; do \ + for m in /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk ; do \ test -s $m ; \ done ; \ - echo build NEMS after /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk ; \ - cd /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src ; \ + echo build NEMS after /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk ; \ + cd /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src ; \ gmake nems \ COMPONENTS="FMS FV3" \ - FMS_DIR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL FV3_DIR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL TARGET="/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/exe/NEMS.x" ; \ - test -x /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/exe/NEMS.x + FMS_DIR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL FV3_DIR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL TARGET="/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/exe/NEMS.x" ; \ + test -x /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/exe/NEMS.x Currently Loaded Modulefiles: 1) craype-network-aries 2) craype/2.3.0 @@ -1298,10 +1298,10 @@ Currently Loaded Modulefiles: 33) ugni/6.0-1.0502.10863.8.29.ari 34) esmf/8.0.0 35) modules.nems -build NEMS after /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk +build NEMS after /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk Components in linker order: FV3 FMS -FV3: include /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk -FMS: include /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL/fms.mk +FV3: include /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk +FMS: include /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL/fms.mk CPPFLAGS += ESMF_VERSION_STRING_GIT="ESMF_8_0_0" CPPFLAGS += ESMF_VERSION_PATCHLEVEL="0" CPPFLAGS += ESMF_VERSION_PUBLIC="'T'" @@ -1310,202 +1310,202 @@ CPPFLAGS += ESMF_VERSION_MINOR="0" CPPFLAGS += ESMF_VERSION_STRING="8.0.0" CPPFLAGS += ESMF_VERSION_MAJOR="8" CPPFLAGS += ESMF_VERSION_REVISION="0" -gmake[1]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src' +gmake[1]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src' cd ENS_Cpl && gmake stub -gmake[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/ENS_Cpl' +gmake[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/ENS_Cpl' cc -E -traditional ENS_CplComp_ESMFMod_STUB.F90 > ENS_CplComp_ESMFMod_STUB.f90 ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c ENS_CplComp_ESMFMod_STUB.f90 ar rv ENS_Cpl.a ENS_CplComp_ESMFMod_STUB.o ar: creating ENS_Cpl.a a - ENS_CplComp_ESMFMod_STUB.o -gmake[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/ENS_Cpl' -cc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Mon Dec 30 18:54:34 UTC 2019 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2019' -D'CMP_JD=364' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_PUBLIC="'T'" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" module_NEMS_UTILS.F90 > module_NEMS_UTILS.tmp.f90 -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -IENS_Cpl -I. -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3 -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/io -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/cpl -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ipd -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_UTILS.tmp.f90 +gmake[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/ENS_Cpl' +cc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Fri Jan 24 18:47:59 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=024' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_PUBLIC="'T'" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" module_NEMS_UTILS.F90 > module_NEMS_UTILS.tmp.f90 +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -IENS_Cpl -I. -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_UTILS.tmp.f90 mv -v module_NEMS_UTILS.tmp.o module_NEMS_UTILS.o `module_NEMS_UTILS.tmp.o' -> `module_NEMS_UTILS.o' -cc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Mon Dec 30 18:54:34 UTC 2019 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2019' -D'CMP_JD=364' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_PUBLIC="'T'" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" module_MEDIATOR_methods.F90 > module_MEDIATOR_methods.tmp.f90 -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -IENS_Cpl -I. -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3 -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/io -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/cpl -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ipd -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -c module_MEDIATOR_methods.tmp.f90 +cc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Fri Jan 24 18:47:59 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=024' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_PUBLIC="'T'" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" module_MEDIATOR_methods.F90 > module_MEDIATOR_methods.tmp.f90 +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -IENS_Cpl -I. -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -c module_MEDIATOR_methods.tmp.f90 mv -v module_MEDIATOR_methods.tmp.o module_MEDIATOR_methods.o `module_MEDIATOR_methods.tmp.o' -> `module_MEDIATOR_methods.o' -cc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Mon Dec 30 18:54:34 UTC 2019 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2019' -D'CMP_JD=364' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_PUBLIC="'T'" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" module_MEDIATOR.F90 > module_MEDIATOR.tmp.f90 -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -IENS_Cpl -I. -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3 -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/io -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/cpl -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ipd -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -c module_MEDIATOR.tmp.f90 +cc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Fri Jan 24 18:47:59 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=024' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_PUBLIC="'T'" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" module_MEDIATOR.F90 > module_MEDIATOR.tmp.f90 +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -IENS_Cpl -I. -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -c module_MEDIATOR.tmp.f90 mv -v module_MEDIATOR.tmp.o module_MEDIATOR.o `module_MEDIATOR.tmp.o' -> `module_MEDIATOR.o' -cc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Mon Dec 30 18:54:34 UTC 2019 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2019' -D'CMP_JD=364' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_PUBLIC="'T'" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" module_MEDIATOR_SpaceWeather.F90 > module_MEDIATOR_SpaceWeather.tmp.f90 -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -IENS_Cpl -I. -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3 -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/io -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/cpl -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ipd -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -c module_MEDIATOR_SpaceWeather.tmp.f90 +cc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Fri Jan 24 18:47:59 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=024' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_PUBLIC="'T'" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" module_MEDIATOR_SpaceWeather.F90 > module_MEDIATOR_SpaceWeather.tmp.f90 +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -IENS_Cpl -I. -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -c module_MEDIATOR_SpaceWeather.tmp.f90 mv -v module_MEDIATOR_SpaceWeather.tmp.o module_MEDIATOR_SpaceWeather.o `module_MEDIATOR_SpaceWeather.tmp.o' -> `module_MEDIATOR_SpaceWeather.o' -cc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Mon Dec 30 18:54:34 UTC 2019 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2019' -D'CMP_JD=364' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_PUBLIC="'T'" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" module_EARTH_INTERNAL_STATE.F90 > module_EARTH_INTERNAL_STATE.tmp.f90 -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -IENS_Cpl -I. -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3 -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/io -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/cpl -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ipd -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -c module_EARTH_INTERNAL_STATE.tmp.f90 +cc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Fri Jan 24 18:47:59 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=024' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_PUBLIC="'T'" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" module_EARTH_INTERNAL_STATE.F90 > module_EARTH_INTERNAL_STATE.tmp.f90 +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -IENS_Cpl -I. -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -c module_EARTH_INTERNAL_STATE.tmp.f90 mv -v module_EARTH_INTERNAL_STATE.tmp.o module_EARTH_INTERNAL_STATE.o `module_EARTH_INTERNAL_STATE.tmp.o' -> `module_EARTH_INTERNAL_STATE.o' -cc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Mon Dec 30 18:54:34 UTC 2019 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2019' -D'CMP_JD=364' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_PUBLIC="'T'" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" module_EARTH_GRID_COMP.F90 > module_EARTH_GRID_COMP.tmp.f90 -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -IENS_Cpl -I. -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3 -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/io -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/cpl -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ipd -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -c module_EARTH_GRID_COMP.tmp.f90 +cc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Fri Jan 24 18:47:59 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=024' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_PUBLIC="'T'" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" module_EARTH_GRID_COMP.F90 > module_EARTH_GRID_COMP.tmp.f90 +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -IENS_Cpl -I. -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -c module_EARTH_GRID_COMP.tmp.f90 mv -v module_EARTH_GRID_COMP.tmp.o module_EARTH_GRID_COMP.o `module_EARTH_GRID_COMP.tmp.o' -> `module_EARTH_GRID_COMP.o' -cc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Mon Dec 30 18:54:34 UTC 2019 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2019' -D'CMP_JD=364' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_PUBLIC="'T'" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" module_NEMS_INTERNAL_STATE.F90 > module_NEMS_INTERNAL_STATE.tmp.f90 -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -IENS_Cpl -I. -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3 -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/io -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/cpl -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ipd -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_INTERNAL_STATE.tmp.f90 +cc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Fri Jan 24 18:47:59 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=024' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_PUBLIC="'T'" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" module_NEMS_INTERNAL_STATE.F90 > module_NEMS_INTERNAL_STATE.tmp.f90 +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -IENS_Cpl -I. -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_INTERNAL_STATE.tmp.f90 mv -v module_NEMS_INTERNAL_STATE.tmp.o module_NEMS_INTERNAL_STATE.o `module_NEMS_INTERNAL_STATE.tmp.o' -> `module_NEMS_INTERNAL_STATE.o' -cc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Mon Dec 30 18:54:34 UTC 2019 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2019' -D'CMP_JD=364' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_PUBLIC="'T'" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" module_NEMS_GRID_COMP.F90 > module_NEMS_GRID_COMP.tmp.f90 -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -IENS_Cpl -I. -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3 -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/io -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/cpl -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ipd -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_GRID_COMP.tmp.f90 +cc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Fri Jan 24 18:47:59 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=024' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_PUBLIC="'T'" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" module_NEMS_GRID_COMP.F90 > module_NEMS_GRID_COMP.tmp.f90 +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -IENS_Cpl -I. -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_GRID_COMP.tmp.f90 mv -v module_NEMS_GRID_COMP.tmp.o module_NEMS_GRID_COMP.o `module_NEMS_GRID_COMP.tmp.o' -> `module_NEMS_GRID_COMP.o' -cc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Mon Dec 30 18:54:34 UTC 2019 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2019' -D'CMP_JD=364' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_PUBLIC="'T'" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" module_NEMS_Rusage.F90 > module_NEMS_Rusage.tmp.f90 -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -IENS_Cpl -I. -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3 -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/io -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/cpl -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ipd -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_Rusage.tmp.f90 +cc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Fri Jan 24 18:47:59 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=024' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_PUBLIC="'T'" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" module_NEMS_Rusage.F90 > module_NEMS_Rusage.tmp.f90 +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -IENS_Cpl -I. -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_Rusage.tmp.f90 mv -v module_NEMS_Rusage.tmp.o module_NEMS_Rusage.o `module_NEMS_Rusage.tmp.o' -> `module_NEMS_Rusage.o' cc -c nems_c_rusage.c -cc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Mon Dec 30 18:54:34 UTC 2019 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2019' -D'CMP_JD=364' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_PUBLIC="'T'" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" MAIN_NEMS.F90 > MAIN_NEMS.tmp.f90 -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -IENS_Cpl -I. -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3 -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/io -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/cpl -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ipd -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -c MAIN_NEMS.tmp.f90 +cc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Fri Jan 24 18:47:59 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=024' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_PUBLIC="'T'" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" MAIN_NEMS.F90 > MAIN_NEMS.tmp.f90 +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -IENS_Cpl -I. -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -c MAIN_NEMS.tmp.f90 mv -v MAIN_NEMS.tmp.o MAIN_NEMS.o `MAIN_NEMS.tmp.o' -> `MAIN_NEMS.o' echo libgocart is libgocart is echo extlibs is /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libncep_post_v8.0.1_4.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libnemsio_v2.2.4.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libg2_v3.1.1_4.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libg2tmpl_v1.6.0.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libbacio_v2.0.3_4.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libsp_v2.0.3_d.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libw3emc_v2.3.1_d.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libw3nco_v2.0.7_d.a /gpfs/hps/nco/ops/nwprod/lib/crtm/v2.2.6/intel/libcrtm_v2.2.6.a /usrx/local/prod//png/1.2.49/intel/sandybridge/lib/libpng.a /usrx/local/prod//jasper/1.900.1/gnu/sandybridge/lib/libjasper.a /usrx/local/dev/zlib/1.2.7/intel/sandybridge/lib/libz.a -L/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/lib -L/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/lib -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf -qopenmp -L/opt/intel/compilers_and_libraries_2016.3.210/linux/16.0/3.210/lib/intel64 -lifcoremt -lnetcdff -lnetcdf -lhdf5_hl -lhdf5 -lz extlibs is /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libncep_post_v8.0.1_4.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libnemsio_v2.2.4.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libg2_v3.1.1_4.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libg2tmpl_v1.6.0.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libbacio_v2.0.3_4.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libsp_v2.0.3_d.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libw3emc_v2.3.1_d.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libw3nco_v2.0.7_d.a /gpfs/hps/nco/ops/nwprod/lib/crtm/v2.2.6/intel/libcrtm_v2.2.6.a /usrx/local/prod//png/1.2.49/intel/sandybridge/lib/libpng.a /usrx/local/prod//jasper/1.900.1/gnu/sandybridge/lib/libjasper.a /usrx/local/dev/zlib/1.2.7/intel/sandybridge/lib/libz.a -L/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/lib -L/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/lib -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf -qopenmp -L/opt/intel/compilers_and_libraries_2016.3.210/linux/16.0/3.210/lib/intel64 -lifcoremt -lnetcdff -lnetcdf -lhdf5_hl -lhdf5 -lz -ftn -o /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/exe/NEMS.x MAIN_NEMS.o module_NEMS_UTILS.o module_MEDIATOR_methods.o module_MEDIATOR.o module_MEDIATOR_SpaceWeather.o module_EARTH_INTERNAL_STATE.o module_EARTH_GRID_COMP.o module_NEMS_INTERNAL_STATE.o module_NEMS_GRID_COMP.o module_NEMS_Rusage.o nems_c_rusage.o /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL/libfv3cap.a /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL/libfv3core.a /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL/libfv3io.a /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL/libipd.a /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL/libgfsphys.a /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL/libfv3cpl.a /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL/libstochastic_physics.a /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL/libfms.a ENS_Cpl/ENS_Cpl.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libncep_post_v8.0.1_4.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libnemsio_v2.2.4.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libg2_v3.1.1_4.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libg2tmpl_v1.6.0.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libbacio_v2.0.3_4.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libsp_v2.0.3_d.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libw3emc_v2.3.1_d.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libw3nco_v2.0.7_d.a /gpfs/hps/nco/ops/nwprod/lib/crtm/v2.2.6/intel/libcrtm_v2.2.6.a /usrx/local/prod//png/1.2.49/intel/sandybridge/lib/libpng.a /usrx/local/prod//jasper/1.900.1/gnu/sandybridge/lib/libjasper.a /usrx/local/dev/zlib/1.2.7/intel/sandybridge/lib/libz.a -L/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/lib -L/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/lib -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf -qopenmp -L/opt/intel/compilers_and_libraries_2016.3.210/linux/16.0/3.210/lib/intel64 -lifcoremt -lnetcdff -lnetcdf -lhdf5_hl -lhdf5 -lz +ftn -o /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/exe/NEMS.x MAIN_NEMS.o module_NEMS_UTILS.o module_MEDIATOR_methods.o module_MEDIATOR.o module_MEDIATOR_SpaceWeather.o module_EARTH_INTERNAL_STATE.o module_EARTH_GRID_COMP.o module_NEMS_INTERNAL_STATE.o module_NEMS_GRID_COMP.o module_NEMS_Rusage.o nems_c_rusage.o /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/libfv3cap.a /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/libfv3core.a /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/libfv3io.a /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/libipd.a /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/libgfsphys.a /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/libfv3cpl.a /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/libstochastic_physics.a /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL/libfms.a ENS_Cpl/ENS_Cpl.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libncep_post_v8.0.1_4.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libnemsio_v2.2.4.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libg2_v3.1.1_4.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libg2tmpl_v1.6.0.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libbacio_v2.0.3_4.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libsp_v2.0.3_d.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libw3emc_v2.3.1_d.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libw3nco_v2.0.7_d.a /gpfs/hps/nco/ops/nwprod/lib/crtm/v2.2.6/intel/libcrtm_v2.2.6.a /usrx/local/prod//png/1.2.49/intel/sandybridge/lib/libpng.a /usrx/local/prod//jasper/1.900.1/gnu/sandybridge/lib/libjasper.a /usrx/local/dev/zlib/1.2.7/intel/sandybridge/lib/libz.a -L/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/lib -L/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/lib -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf -qopenmp -L/opt/intel/compilers_and_libraries_2016.3.210/linux/16.0/3.210/lib/intel64 -lifcoremt -lnetcdff -lnetcdf -lhdf5_hl -lhdf5 -lz /opt/cray/hdf5/1.8.14/INTEL/14.0/lib/libhdf5.a(H5PL.o): In function `H5PL_load': H5PL.c:(.text+0x3b7): warning: Using 'dlopen' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking /usrx/local/prod//jasper/1.900.1/gnu/sandybridge/lib/libjasper.a(jas_stream.o): In function `jas_stream_tmpfile': /usrx/local/prod/jasper/1.900.1/gnu/sandybridge/sorc/jasper-1.900.1/src/libjasper/base/jas_stream.c:368: warning: the use of `tmpnam' is dangerous, better use `mkstemp' /gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/lib/libesmf.a(ESMCI_VMKernel.o): In function `ESMCI::socketClient()': ESMCI_VMKernel.C:(.text+0x14ad1): warning: Using 'gethostbyname' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking -/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/exe/NEMS.x is created. -gmake[1]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src' -set -xe ; cp "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/exe/NEMS.x" "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/fv3.exe" -+ cp /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/exe/NEMS.x /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/fv3.exe +/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/exe/NEMS.x is created. +gmake[1]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src' +set -xe ; cp "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/exe/NEMS.x" "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/tests/fv3.exe" ++ cp /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/exe/NEMS.x /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/tests/fv3.exe + '[' YES = YES ']' + gmake -j 8 -k COMPONENTS=FMS,FV3 TEST_BUILD_NAME=fv3 BUILD_ENV=wcoss_cray FV3_MAKEOPT=32BIT=Y NEMS_BUILDOPT= clean Will copy modules.nems and NEMS.x as fv3 under tests/ NOTE: Skipping appbuilder.mk creation; no appbuilder file in use. -echo 'FMS FV3' > "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/components.mk" +echo 'FMS FV3' > "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/components.mk" Adding FV3 makeopts to FMS makeopts -cat /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/fv3gfs/makefile | sed 's,^include,#include,g' \ - > /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/fv3gfs/makefile.temp.clean -cd /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/fv3gfs ; \ +cat /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs/makefile | sed 's,^include,#include,g' \ + > /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs/makefile.temp.clean +cd /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs ; \ exec gmake 32BIT=Y -f makefile.temp.clean clean -gmake[1]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/fv3gfs' +gmake[1]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs' Cleaning fms ... cd .. ; \ ls -1 */*.a */*.o */*.mod */depend \ | grep -vE 'INSTALL|\.git' | xargs rm -f || true ; \ rm -rf FMS_INSTALL || true -gmake[1]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/fv3gfs' -cat /dev/null > /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/conf/configure.fv3 -cat /dev/null > /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/conf/modules.fv3 -cd /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3 ; exec gmake \ +gmake[1]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs' +cat /dev/null > /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/conf/configure.fv3 +cat /dev/null > /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/conf/modules.fv3 +cd /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 ; exec gmake \ -k cleanall FMS_DIR=/dev/null -gmake[1]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3' +gmake[1]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3' Cleaning ... (cd gfsphysics && make clean) Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics' +make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics' Cleaning gfsphysics ... rm -f -f libgfsphys.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend */*.tmp.f90 -make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics' +make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics' (cd ccpp/driver && make clean) Build CCPP layer ... makefile:67: depend: No such file or directory -make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/driver' +make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ccpp/driver' Building dependencies ... -make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/driver' +make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ccpp/driver' Build CCPP layer ... -make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/driver' +make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ccpp/driver' Cleaning CCPP_layer ... rm -f -f libccppdriver.a *__genmod.f90 *.tmp.f90 *.o */*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/driver' +make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ccpp/driver' (cd ipd && make clean) Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ipd' +make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd' Cleaning ipd ... rm -f -f libipd.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ipd' +make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd' (cd ../stochastic_physics && make clean) Build standalone FV3 stochastic_physics ... -make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/stochastic_physics' +make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/stochastic_physics' Cleaning stochastic_physics ... rm -f -f libstochastic_physics.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/stochastic_physics' +make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/stochastic_physics' (cd io && make clean) Build standalone FV3 io ... $ESMF_INC is [] -make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/io' +make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io' Cleaning io ... rm -f -f libfv3io.a *__genmod.f90 *.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/io' +make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io' (cd atmos_cubed_sphere && make clean) Build standalone FV3 fv3core ... -make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/atmos_cubed_sphere' +make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere' Cleaning fv3core ... rm -f -f libfv3core.a *__genmod.f90 */*.o */*/*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/atmos_cubed_sphere' +make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere' (cd cpl && make clean) Build standalone FV3 io ... -make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/cpl' +make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl' Cleaning io ... rm -f -f libfv3cpl.a *.o *.mod *.lst *.i90 depend -make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/cpl' +make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl' rm -f -f fv3.exe libfv3cap.a *.o *.mod *.i90 *.lst depend rm -f -rf nems_dir fv3.mk FV3_INSTALL rm -f -f conf/modules.fv3 rm -f -f conf/configure.fv3 -gmake[1]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3' -rm -rf nems_dir FV3_INSTALL /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/conf/configure.fv3 \ - /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/conf/modules.fv3 -if ! test -f /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; then \ - cat /dev/null > /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; \ +gmake[1]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3' +rm -rf nems_dir FV3_INSTALL /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/conf/configure.fv3 \ + /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/conf/modules.fv3 +if ! test -f /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; then \ + cat /dev/null > /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; \ delete_nuopc=yes ; \ fi ; \ - cd /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src ; gmake "COMPONENTS=FMS FV3" \ + cd /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src ; gmake "COMPONENTS=FMS FV3" \ INCLUDES_ARE_OPTIONAL=YES clean ; \ if [ "$delete_nuopc" = yes ] ; then \ - rm -f /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; \ + rm -f /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; \ fi Components in linker order: FV3 FMS -GNUmakefile:70: /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk: component FV3 makefile fragment is missing -GNUmakefile:70: /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL/fms.mk: component FMS makefile fragment is missing -FV3: include /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk -gmake[1]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src' -FMS: include /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL/fms.mk +GNUmakefile:70: /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk: component FV3 makefile fragment is missing +GNUmakefile:70: /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL/fms.mk: component FMS makefile fragment is missing +FV3: include /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk +gmake[1]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src' +FMS: include /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL/fms.mk rm -f -f *.tmp.f90 *.lst *.o *.mod lm map cd ENS_Cpl ; gmake clean -gmake[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/ENS_Cpl' +gmake[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/ENS_Cpl' rm -f -f ENS_Cpl.a *.f90 *.o *.mod *.lst lm map depend -gmake[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/ENS_Cpl' -gmake[1]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src' -+ elapsed=796 -+ echo 'Elapsed time 796 seconds. Compiling 32BIT=Y finished' -Elapsed time 796 seconds. Compiling 32BIT=Y finished -Application 166850622 resources: utime ~964s, stime ~81s, Rss ~2174968, inblocks ~266488987, outblocks ~1443711 -+ mkdir -p /gpfs/hps/ptmp/Dusan.Jovic/rtgen.46775/exec /gpfs/hps/ptmp/Dusan.Jovic/rtgen.46775/include -+ cp -fp ./fv3.exe /gpfs/hps/ptmp/Dusan.Jovic/rtgen.46775/exec/fv3_32bit.exe -+ cp -fp ./modules.fv3 /gpfs/hps/ptmp/Dusan.Jovic/rtgen.46775/include/modules.fv3_32bit +gmake[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/ENS_Cpl' +gmake[1]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src' ++ elapsed=766 ++ echo 'Elapsed time 766 seconds. Compiling 32BIT=Y finished' +Elapsed time 766 seconds. Compiling 32BIT=Y finished +Application 173164831 resources: utime ~934s, stime ~81s, Rss ~2174972, inblocks ~266426149, outblocks ~1443687 ++ mkdir -p /gpfs/hps/ptmp/Dusan.Jovic/rtgen.6569/exec /gpfs/hps/ptmp/Dusan.Jovic/rtgen.6569/include ++ cp -fp ./fv3.exe /gpfs/hps/ptmp/Dusan.Jovic/rtgen.6569/exec/fv3_32bit.exe ++ cp -fp ./modules.fv3 /gpfs/hps/ptmp/Dusan.Jovic/rtgen.6569/include/modules.fv3_32bit + md5sum ./fv3.exe + unset modules + unset BUILD_NR @@ -1514,83 +1514,83 @@ Application 166850622 resources: utime ~964s, stime ~81s, Rss ~2174968, inblocks + unset md5 + set -xe + set -xe -+ test -s /gpfs/hps/ptmp/Dusan.Jovic/rtgen.46775/exec/fv3_32bit.exe -+ test -x /gpfs/hps/ptmp/Dusan.Jovic/rtgen.46775/exec/fv3_32bit.exe ++ test -s /gpfs/hps/ptmp/Dusan.Jovic/rtgen.6569/exec/fv3_32bit.exe ++ test -x /gpfs/hps/ptmp/Dusan.Jovic/rtgen.6569/exec/fv3_32bit.exe ------------------------------------------------------------ -Sender: LSF System -Subject: Job 302734: in cluster Done +Sender: LSF System +Subject: Job 798969: in cluster Done -Job was submitted from host by user in cluster at Mon Dec 30 18:01:22 2019. -Job was executed on host(s) <1*nid01852>, in queue , as user in cluster at Mon Dec 30 18:43:25 2019. - <24*nid02303> +Job was submitted from host by user in cluster at Fri Jan 24 18:06:35 2020. +Job was executed on host(s) <1*nid01340>, in queue , as user in cluster at Fri Jan 24 18:37:08 2020. + <24*nid00009> was used as the home directory. - was used as the working directory. -Started at Mon Dec 30 18:43:25 2019. -Terminated at Mon Dec 30 18:56:49 2019. -Results reported at Mon Dec 30 18:56:49 2019. + was used as the working directory. +Started at Fri Jan 24 18:37:08 2020. +Terminated at Fri Jan 24 18:50:03 2020. +Results reported at Fri Jan 24 18:50:03 2020. Your job looked like: ------------------------------------------------------------ # LSBATCH: User input -/gpfs/hps/usrx/local/emc_rocoto/1.3.0rc2/sbin/lsfcraywrapper.sh sh -c "cd /gpfs/hps/ptmp/Dusan.Jovic/rtgen.46775/src ; ./install.sh fv3_32bit.exe" +/gpfs/hps/usrx/local/emc_rocoto/1.3.0rc2/sbin/lsfcraywrapper.sh sh -c "cd /gpfs/hps/ptmp/Dusan.Jovic/rtgen.6569/src ; ./install.sh fv3_32bit.exe" ------------------------------------------------------------ Successfully completed. Resource usage summary: - CPU time : 0.90 sec. - Max Memory : 24 MB - Average Memory : 20.00 MB + CPU time : 0.89 sec. + Max Memory : 25 MB + Average Memory : 20.80 MB Total Requested Memory : 2000.00 MB - Delta Memory : 1976.00 MB + Delta Memory : 1975.00 MB Max Swap : - Max Processes : 5 Max Threads : 6 - Run time : 801 sec. - Turnaround time : 3327 sec. + Run time : 772 sec. + Turnaround time : 2608 sec. The output (if any) is above this job summary. -Data collected from /ufs/RUR/output/rur.output.NCEP-RESTON@302734 +Data collected from /ufs/RUR/output/rur.output.NCEP-RESTON@798969 ------------------------------------------------------------------------ -ALPS Resource Utilization Report (RUR) Summary for LSF Job: 302734 +ALPS Resource Utilization Report (RUR) Summary for LSF Job: 798969 STATUS: - APP START: 2019-12-30:18:43:29 UTC - APP STOP: 2019-12-30:18:56:46 UTC + APP START: 2020-01-24:18:37:13 UTC + APP STOP: 2020-01-24:18:50:00 UTC exit codes: 0 core files: 0 CPU: - stime: 90.644000 s - utime: 969.800000 s + stime: 91.440000 s + utime: 939.980000 s MEMORY: max_rss: 2123.99 MiB accumulated max_rss: 2123.99 MiB - active(anon): 67.98 MiB - active(file): 1.86 MiB - inactive(anon): 6.60 MiB - inactive(file): 7.14 MiB - majfaults: 929 - minfaults: 23696941 + active(anon): 28.15 MiB + active(file): 1.32 MiB + inactive(anon): 2.50 MiB + inactive(file): 7.69 MiB + majfaults: 995 + minfaults: 23922391 pageswpcnt: 0 I/O: - rcalls: 4040817 - wcalls: 65808 - rchar: 130124.05 MiB - wchar: 705.75 MiB - bkiowait: 1.1243040860 s + rcalls: 4007081 + wcalls: 65816 + rchar: 130093.39 MiB + wchar: 705.74 MiB + bkiowait: 2.8132100450 s diff --git a/log/report-wcoss.cray-log/build_fv3_appbuilder.exe.log b/log/report-wcoss.cray-log/build_fv3_appbuilder.exe.log index 628d92df13..15b64f9ae2 100644 --- a/log/report-wcoss.cray-log/build_fv3_appbuilder.exe.log +++ b/log/report-wcoss.cray-log/build_fv3_appbuilder.exe.log @@ -1,14 +1,14 @@ -Dec 30 23:23:30 2019 20834 7 9.1.3 jobSetupStatus: job additionalInfo reservation_id=16174499 +Jan 24 20:03:51 2020 24115 7 9.1.3 jobSetupStatus: job additionalInfo reservation_id=16666091 + [[ fv3_appbuilder.exe == fv3.exe ]] + [[ fv3_appbuilder.exe == fv3_32bit.exe ]] + [[ fv3_appbuilder.exe == fv3_ww3.exe ]] + [[ fv3_appbuilder.exe == fv3_appbuilder.exe ]] -+ rm -f /gpfs/hps/ptmp/Dusan.Jovic/rtgen.46775/exec/fv3_appbuilder.exe -+ md5sum=/gpfs/hps/ptmp/Dusan.Jovic/rtgen.46775/exec/fv3_appbuilder.exe.md5 ++ rm -f /gpfs/hps/ptmp/Dusan.Jovic/rtgen.6569/exec/fv3_appbuilder.exe ++ md5sum=/gpfs/hps/ptmp/Dusan.Jovic/rtgen.6569/exec/fv3_appbuilder.exe.md5 + OPTS=app=standaloneFV3 -+ mkdir -p /gpfs/hps/ptmp/Dusan.Jovic/rtgen.46775/exec /gpfs/hps/ptmp/Dusan.Jovic/rtgen.46775/include -+ rm -f /gpfs/hps/ptmp/Dusan.Jovic/rtgen.46775/exec/fv3_appbuilder.exe /gpfs/hps/ptmp/Dusan.Jovic/rtgen.46775/include/modules_appbuilder.fv3 -+ cd /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model ++ mkdir -p /gpfs/hps/ptmp/Dusan.Jovic/rtgen.6569/exec /gpfs/hps/ptmp/Dusan.Jovic/rtgen.6569/include ++ rm -f /gpfs/hps/ptmp/Dusan.Jovic/rtgen.6569/exec/fv3_appbuilder.exe /gpfs/hps/ptmp/Dusan.Jovic/rtgen.6569/include/modules_appbuilder.fv3 ++ cd /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model + module load alps ++ /opt/modules/3.2.10.3/bin/modulecmd bash load alps + eval CRAY_ALPS_INCLUDE_OPTS=-I/opt/cray/alps/5.2.4-2.0502.9822.32.1.ari/include ';export' 'CRAY_ALPS_INCLUDE_OPTS;CRAY_ALPS_POST_LINK_OPTS=-L/opt/cray/alps/5.2.4-2.0502.9822.32.1.ari/lib64' ';export' 'CRAY_ALPS_POST_LINK_OPTS;CRAY_LD_LIBRARY_PATH=/opt/cray/alps/5.2.4-2.0502.9822.32.1.ari/lib64' ';export' 'CRAY_LD_LIBRARY_PATH;LOADEDMODULES=xt-lsfhpc/9.1.3:rocoto/1.3.0rc2:emc-utils/1.0.0:alps/5.2.4-2.0502.9822.32.1.ari' ';export' 'LOADEDMODULES;MANPATH=/opt/cray/alps/5.2.4-2.0502.9822.32.1.ari/man:/gpfs/hps/usrx/local/emc_rocoto/1.3.0rc2/man:/gpfs/llsf/xt-lsfhpc/9.1/man:/opt/cray/share/man:/usr/local/man:/usr/share/man:/opt/cray/share/man:/cm/local/apps/environment-modules/current/share/man' ';export' 'MANPATH;PATH=/opt/cray/alps/5.2.4-2.0502.9822.32.1.ari/sbin:/opt/cray/alps/5.2.4-2.0502.9822.32.1.ari/bin:/gpfs/llsf/xt-lsfhpc/9.1/linux2.6-glibc2.3-x86_64-cray/bin:/gpfs/hps3/emc/hwrf/noscrub/soft/emc-utils/bin:/gpfs/hps/usrx/local/emc_rocoto/1.3.0rc2/bin:/gpfs/llsf/xt-lsfhpc/9.1/linux2.6-glibc2.3-x86_64-cray/etc:/u/Dusan.Jovic/bin:/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/X11R6/bin:/usr/games:/opt/bin:/usr/lib/mit/bin:/usr/lib/mit/sbin:/sbin:/usr/sbin:.:/usr/lib/qt3/bin:/u/Dusan.Jovic/bin:/gpfs/hps3/emc/meso/noscrub/Dusan.Jovic/dbrowse' ';export' 'PATH;PE_PRODUCT_LIST=CRAY_ALPS' ';export' 'PE_PRODUCT_LIST;PKG_CONFIG_PATH=/opt/cray/alps/5.2.4-2.0502.9822.32.1.ari/lib64/pkgconfig' ';export' 'PKG_CONFIG_PATH;_LMFILES_=/opt/modulefiles/xt-lsfhpc/9.1.3:/usrx/local/emc_rocoto/modulefiles/rocoto/1.3.0rc2:/gpfs/hps3/emc/hwrf/noscrub/soft/modulefiles/emc-utils/1.0.0:/opt/cray/ari/modulefiles/alps/5.2.4-2.0502.9822.32.1.ari' ';export' '_LMFILES_;' @@ -36,166 +36,166 @@ Dec 30 23:23:30 2019 20834 7 9.1.3 jobSetupStatus: job additionalInfo reservatio + aprun -n 1 -j 1 -N 1 -d 24 bash -c './NEMS/NEMSAppBuilder rebuild app=standaloneFV3' ls: cannot access ../conf/component_*.mk: No such file or directory NEMSAppBuilder: make app=standaloneFV3 distclean -Convert /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/standaloneFV3.appBuilder -...into /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/standaloneFV3.appBuilder.mk -Include /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/standaloneFV3.appBuilder.mk -echo 'FMS FV3' > "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/components.mk" +Convert /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/standaloneFV3.appBuilder +...into /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/standaloneFV3.appBuilder.mk +Include /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/standaloneFV3.appBuilder.mk +echo 'FMS FV3' > "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/components.mk" Adding FV3 makeopts to FMS makeopts -cat /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/fv3gfs/makefile | sed 's,^include,#include,g' \ - > /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/fv3gfs/makefile.temp.clean -cd /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/fv3gfs ; \ +cat /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs/makefile | sed 's,^include,#include,g' \ + > /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs/makefile.temp.clean +cd /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs ; \ exec make -f makefile.temp.clean clean -make[1]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/fv3gfs' +make[1]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs' Cleaning fms ... cd .. ; \ ls -1 */*.a */*.o */*.mod */depend \ | grep -vE 'INSTALL|\.git' | xargs rm -f || true ; \ rm -rf FMS_INSTALL || true -make[1]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/fv3gfs' -rm -rf /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/fv3gfs/makefile.temp.clean -cat /dev/null > /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/conf/configure.fv3 -cat /dev/null > /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/conf/modules.fv3 -cd /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3 ; exec make \ +make[1]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs' +rm -rf /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs/makefile.temp.clean +cat /dev/null > /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/conf/configure.fv3 +cat /dev/null > /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/conf/modules.fv3 +cd /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 ; exec make \ -k cleanall FMS_DIR=/dev/null -make[1]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3' +make[1]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3' Cleaning ... (cd gfsphysics && make clean) Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics' +make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics' Cleaning gfsphysics ... rm -f -f libgfsphys.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend */*.tmp.f90 -make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics' +make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics' (cd ccpp/driver && make clean) Build CCPP layer ... makefile:67: depend: No such file or directory -make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/driver' +make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ccpp/driver' Building dependencies ... -make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/driver' +make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ccpp/driver' Build CCPP layer ... -make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/driver' +make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ccpp/driver' Cleaning CCPP_layer ... rm -f -f libccppdriver.a *__genmod.f90 *.tmp.f90 *.o */*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/driver' +make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ccpp/driver' (cd ipd && make clean) Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ipd' +make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd' Cleaning ipd ... rm -f -f libipd.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ipd' +make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd' (cd ../stochastic_physics && make clean) Build standalone FV3 stochastic_physics ... -make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/stochastic_physics' +make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/stochastic_physics' Cleaning stochastic_physics ... rm -f -f libstochastic_physics.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/stochastic_physics' +make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/stochastic_physics' (cd io && make clean) Build standalone FV3 io ... $ESMF_INC is [] -make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/io' +make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io' Cleaning io ... rm -f -f libfv3io.a *__genmod.f90 *.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/io' +make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io' (cd atmos_cubed_sphere && make clean) Build standalone FV3 fv3core ... -make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/atmos_cubed_sphere' +make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere' Cleaning fv3core ... rm -f -f libfv3core.a *__genmod.f90 */*.o */*/*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/atmos_cubed_sphere' +make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere' (cd cpl && make clean) Build standalone FV3 io ... -make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/cpl' +make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl' Cleaning io ... rm -f -f libfv3cpl.a *.o *.mod *.lst *.i90 depend -make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/cpl' +make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl' rm -f -f fv3.exe libfv3cap.a *.o *.mod *.i90 *.lst depend rm -f -rf nems_dir fv3.mk FV3_INSTALL rm -f -f conf/modules.fv3 rm -f -f conf/configure.fv3 -make[1]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3' -rm -rf nems_dir FV3_INSTALL /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/conf/configure.fv3 \ - /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/conf/modules.fv3 -rm -rf /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk -if ! test -f /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; then \ - cat /dev/null > /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; \ +make[1]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3' +rm -rf nems_dir FV3_INSTALL /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/conf/configure.fv3 \ + /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/conf/modules.fv3 +rm -rf /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk +if ! test -f /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; then \ + cat /dev/null > /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; \ delete_nuopc=yes ; \ fi ; \ - cd /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src ; make "COMPONENTS=FMS FV3" \ + cd /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src ; make "COMPONENTS=FMS FV3" \ INCLUDES_ARE_OPTIONAL=YES clean ; \ if [ "$delete_nuopc" = yes ] ; then \ - rm -f /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; \ + rm -f /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; \ fi Components in linker order: FV3 FMS -FV3: include /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk -GNUmakefile:70: /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk: component FV3 makefile fragment is missing -make[1]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src' -FMS: include /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL/fms.mk -GNUmakefile:70: /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL/fms.mk: component FMS makefile fragment is missing +FV3: include /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk +GNUmakefile:70: /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk: component FV3 makefile fragment is missing +make[1]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src' +FMS: include /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL/fms.mk +GNUmakefile:70: /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL/fms.mk: component FMS makefile fragment is missing rm -f -f *.tmp.f90 *.lst *.o *.mod lm map cd ENS_Cpl ; make clean -make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/ENS_Cpl' +make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/ENS_Cpl' rm -f -f ENS_Cpl.a *.f90 *.o *.mod *.lst lm map depend -make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/ENS_Cpl' -make[1]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src' -rm -f /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/exe/NEMS.x /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC -rm -f /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/configure.nems /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/externals.nems /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/modules.nems /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/ESMFVersionDefine.h /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/modules.nems.sh /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/modules.nems.csh /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/test-results.mk -rm -f /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/components.mk -rm -f /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/test_results.mk +make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/ENS_Cpl' +make[1]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src' +rm -f /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/exe/NEMS.x /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC +rm -f /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/externals.nems /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/modules.nems /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/ESMFVersionDefine.h /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/modules.nems.sh /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/modules.nems.csh /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/test-results.mk +rm -f /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/components.mk +rm -f /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/test_results.mk NEMSAppBuilder: make app=standaloneFV3 build -Convert /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/standaloneFV3.appBuilder -...into /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/standaloneFV3.appBuilder.mk -Include /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/standaloneFV3.appBuilder.mk -echo 'FMS FV3' > "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/components.mk" +Convert /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/standaloneFV3.appBuilder +...into /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/standaloneFV3.appBuilder.mk +Include /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/standaloneFV3.appBuilder.mk +echo 'FMS FV3' > "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/components.mk" Adding FV3 makeopts to FMS makeopts -cp /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/conf/configure.fv3.wcoss_cray /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/configure.nems -cat /dev/null > /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/externals.nems -cp /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_cray/fv3 /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/modules.nems -cp /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/ESMFVersionDefine_ESMF_NUOPC.h /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/ESMFVersionDefine.h -( echo '. /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc' ; \ - echo 'module use /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf' ; \ - echo 'module load modules.nems' ) > "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/modules.nems.sh" -( echo 'source /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/module-setup.csh.inc' ; \ - echo 'module use /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf' ; \ - echo 'module load modules.nems' ) > "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/modules.nems.csh" -/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/incmake/configure_rules.mk:3: /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/test-results.mk: No such file or directory -make -f /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/incmake/tests.mk \ - MODULE_LOGIC=" . /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack" \ - TARGET="/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/test-results.mk" TEST -make[1]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS' +cp /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/conf/configure.fv3.wcoss_cray /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems +cat /dev/null > /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/externals.nems +cp /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/wcoss_cray/fv3 /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/modules.nems +cp /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/ESMFVersionDefine_ESMF_NUOPC.h /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/ESMFVersionDefine.h +( echo '. /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc' ; \ + echo 'module use /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf' ; \ + echo 'module load modules.nems' ) > "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/modules.nems.sh" +( echo 'source /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/module-setup.csh.inc' ; \ + echo 'module use /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf' ; \ + echo 'module load modules.nems' ) > "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/modules.nems.csh" +/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/incmake/configure_rules.mk:3: /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/test-results.mk: No such file or directory +make -f /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/incmake/tests.mk \ + MODULE_LOGIC=" . /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack" \ + TARGET="/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/test-results.mk" TEST +make[1]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS' if [ -f "/modules.nems" ] ; then \ - . /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=unlimited ; ulimit -S -s 200000 ; module use /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s ; \ + . /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=unlimited ; ulimit -S -s 200000 ; module use /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s ; \ fi ; \ ( \ echo "# Do not edit this file. It is automatically generated from tests.mk." ; \ echo "CASELESS_FILESYSTEM=NO" ; \ if [ "Q$ESMFMKFILE" != Q ] ; then egrep 'VERSION|^ESMF_[A-Z]*DIR' < "$ESMFMKFILE" ; fi ; \ - ) > "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/test-results.mk" -make[1]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS' -. /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/fv3gfs ; \ + ) > "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/test-results.mk" +make[1]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS' +. /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs ; \ exec make all Currently Loaded Modulefiles: 1) craype-network-aries @@ -233,10 +233,10 @@ Currently Loaded Modulefiles: 33) ugni/6.0-1.0502.10863.8.29.ari 34) esmf/8.0.0 35) modules.nems -make[1]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/fv3gfs' +make[1]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs' Building dependencies ... -make[1]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/fv3gfs' -make[1]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/fv3gfs' +make[1]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs' +make[1]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs' ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_parameter.F90 -o ../mpp/mpp_parameter.o Using 8-byte addressing Using pure routines. @@ -527,18 +527,18 @@ a - ../mosaic/mosaic_util.o a - ../mosaic/read_mosaic.o a - ../mpp/nsclock.o a - ../mpp/threadloc.o -mkdir -p "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL" -mv fms.mk "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL/." -cp -fp *.a *.mod ../include/*.h "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL"/. -make[1]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/fv3gfs' -test -d /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -Compiling into /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL on wcoss_cray -cp -fp /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/configure.nems \ - "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3"/conf/configure.fv3 -cp -fp /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/modules.nems \ - "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3"/conf/modules.fv3 -. /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3 ; \ - exec make COMP=FV3 COMP_SRCDIR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3 COMP_BINDIR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL MACHINE_ID=wcoss_cray FMS_DIR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL nemsinstall +mkdir -p "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL" +mv fms.mk "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL/." +cp -fp *.a *.mod ../include/*.h "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL"/. +make[1]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs' +test -d /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL +Compiling into /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL on wcoss_cray +cp -fp /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems \ + "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3"/conf/configure.fv3 +cp -fp /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/modules.nems \ + "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3"/conf/modules.fv3 +. /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 ; \ + exec make COMP=FV3 COMP_SRCDIR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 COMP_BINDIR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL MACHINE_ID=wcoss_cray FMS_DIR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL nemsinstall Currently Loaded Modulefiles: 1) craype-network-aries 2) craype/2.3.0 @@ -575,196 +575,196 @@ Currently Loaded Modulefiles: 33) ugni/6.0-1.0502.10863.8.29.ari 34) esmf/8.0.0 35) modules.nems -make[1]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3' +make[1]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3' Building dependencies ... -make[1]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3' -make[1]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3' -make -C cpl FMS_DIR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL +make[1]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3' +make[1]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3' +make -C cpl FMS_DIR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL Build standalone FV3 io ... -make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/cpl' +make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl' Building dependencies ... -make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/cpl' +make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl' Build standalone FV3 io ... -make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/cpl' +make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl' ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c module_cplfields.F90 ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c module_cap_cpl.F90 ar rv libfv3cpl.a module_cplfields.o module_cap_cpl.o ar: creating libfv3cpl.a a - module_cplfields.o a - module_cap_cpl.o -make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/cpl' -make -C gfsphysics FMS_DIR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit +make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl' +make -C gfsphysics FMS_DIR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics' makefile:278: depend: No such file or directory +make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics' Building dependencies ... -make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics' +make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics' Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics' -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/machine.F -o physics/machine.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cnvc90.f -o physics/cnvc90.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/co2hc.f -o physics/co2hc.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/date_def.f -o physics/date_def.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/physcons.F90 -o physics/physcons.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/dcyc2.f -o physics/dcyc2.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/dcyc2.pre.rad.f -o physics/dcyc2.pre.rad.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/efield.f -o physics/efield.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/tracer_const_h.f -o physics/tracer_const_h.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/get_prs.f -o physics/get_prs.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gocart_tracer_config_stub.f -o physics/gocart_tracer_config_stub.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/funcphys.f90 -o physics/funcphys.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gscond.f -o physics/gscond.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gscondp.f -o physics/gscondp.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gwdc.f -o physics/gwdc.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gwdps.f -o physics/gwdps.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_initialize.F90 -o physics/cires_ugwp_initialize.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_module.F90 -o physics/cires_ugwp_module.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ugwp_driver_v0.f -o physics/ugwp_driver_v0.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_orowam2017.f -o physics/cires_orowam2017.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2o_def.f -o physics/h2o_def.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2oc.f -o physics/h2oc.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2ohdc.f -o physics/h2ohdc.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2ophys.f -o physics/h2ophys.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ideaca.f -o physics/ideaca.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_composition.f -o physics/idea_composition.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_co2.f -o physics/idea_co2.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_dissipation.f -o physics/idea_dissipation.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_h2o.f -o physics/idea_h2o.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/wam_f107_kp_mod.f90 -o physics/wam_f107_kp_mod.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_ion.f -o physics/idea_ion.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_o2_o3.f -o physics/idea_o2_o3.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_phys.f -o physics/idea_phys.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_solar_heating.f -o physics/idea_solar_heating.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_tracer.f -o physics/idea_tracer.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/iounitdef.f -o physics/iounitdef.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/lrgsclr.f -o physics/lrgsclr.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mersenne_twister.f -o physics/mersenne_twister.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfpbl.f -o physics/mfpbl.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfpblt.f -o physics/mfpblt.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfpbltq.f -o physics/mfpbltq.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfscu.f -o physics/mfscu.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfscuq.f -o physics/mfscuq.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_bfmicrophysics.f -o physics/module_bfmicrophysics.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninedmf.f -o physics/moninedmf.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninedmf_hafs.f -o physics/moninedmf_hafs.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninp.f -o physics/moninp.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninp1.f -o physics/moninp1.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninq.f -o physics/moninq.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninq1.f -o physics/moninq1.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninshoc.f -o physics/moninshoc.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstadb.f -o physics/mstadb.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstadbtn.f -o physics/mstadbtn.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstadbtn2.f -o physics/mstadbtn2.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstcnv.f -o physics/mstcnv.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/namelist_soilveg.f -o physics/namelist_soilveg.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozne_def.f -o physics/ozne_def.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/iccn_def.f -o physics/iccn_def.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/aerclm_def.f -o physics/aerclm_def.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozphys.f -o physics/ozphys.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozphys_2015.f -o physics/ozphys_2015.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/physparam.f -o physics/physparam.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/precpd.f -o physics/precpd.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/precpd_shoc.f -o physics/precpd_shoc.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/precpdp.f -o physics/precpdp.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/progtm_module.f -o physics/progtm_module.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/progt2.f -o physics/progt2.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/surface_perturbation.F90 -o physics/surface_perturbation.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radlw_param.f -o physics/radlw_param.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radlw_datatb.f -o physics/radlw_datatb.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radlw_main.f -o physics/radlw_main.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radsw_param.f -o physics/radsw_param.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rascnvv2.f -o physics/rascnvv2.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/GFDL_parse_tracers.F90 -o physics/GFDL_parse_tracers.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_typedefs.F90 -o GFS_layer/GFS_typedefs.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gfs_phy_tracer_config.F -o physics/gfs_phy_tracer_config.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX-I -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_aerosols.f -o physics/radiation_aerosols.o +make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics' +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/machine.F -o physics/machine.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cnvc90.f -o physics/cnvc90.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/co2hc.f -o physics/co2hc.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/date_def.f -o physics/date_def.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/physcons.F90 -o physics/physcons.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/dcyc2.f -o physics/dcyc2.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/dcyc2.pre.rad.f -o physics/dcyc2.pre.rad.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/efield.f -o physics/efield.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/tracer_const_h.f -o physics/tracer_const_h.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/get_prs.f -o physics/get_prs.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gocart_tracer_config_stub.f -o physics/gocart_tracer_config_stub.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/funcphys.f90 -o physics/funcphys.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gscond.f -o physics/gscond.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gscondp.f -o physics/gscondp.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gwdc.f -o physics/gwdc.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gwdps.f -o physics/gwdps.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_initialize.F90 -o physics/cires_ugwp_initialize.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_module.F90 -o physics/cires_ugwp_module.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ugwp_driver_v0.f -o physics/ugwp_driver_v0.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_orowam2017.f -o physics/cires_orowam2017.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2o_def.f -o physics/h2o_def.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2oc.f -o physics/h2oc.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2ohdc.f -o physics/h2ohdc.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2ophys.f -o physics/h2ophys.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ideaca.f -o physics/ideaca.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_composition.f -o physics/idea_composition.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_co2.f -o physics/idea_co2.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_dissipation.f -o physics/idea_dissipation.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_h2o.f -o physics/idea_h2o.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/wam_f107_kp_mod.f90 -o physics/wam_f107_kp_mod.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_ion.f -o physics/idea_ion.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_o2_o3.f -o physics/idea_o2_o3.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_phys.f -o physics/idea_phys.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_solar_heating.f -o physics/idea_solar_heating.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_tracer.f -o physics/idea_tracer.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/iounitdef.f -o physics/iounitdef.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/lrgsclr.f -o physics/lrgsclr.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mersenne_twister.f -o physics/mersenne_twister.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfpbl.f -o physics/mfpbl.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfpblt.f -o physics/mfpblt.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfpbltq.f -o physics/mfpbltq.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfscu.f -o physics/mfscu.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfscuq.f -o physics/mfscuq.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_bfmicrophysics.f -o physics/module_bfmicrophysics.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninedmf.f -o physics/moninedmf.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninedmf_hafs.f -o physics/moninedmf_hafs.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninp.f -o physics/moninp.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninp1.f -o physics/moninp1.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninq.f -o physics/moninq.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninq1.f -o physics/moninq1.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninshoc.f -o physics/moninshoc.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstadb.f -o physics/mstadb.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstadbtn.f -o physics/mstadbtn.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstadbtn2.f -o physics/mstadbtn2.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstcnv.f -o physics/mstcnv.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/namelist_soilveg.f -o physics/namelist_soilveg.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozne_def.f -o physics/ozne_def.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/iccn_def.f -o physics/iccn_def.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/aerclm_def.f -o physics/aerclm_def.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozphys.f -o physics/ozphys.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozphys_2015.f -o physics/ozphys_2015.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/physparam.f -o physics/physparam.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/precpd.f -o physics/precpd.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/precpd_shoc.f -o physics/precpd_shoc.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/precpdp.f -o physics/precpdp.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/progtm_module.f -o physics/progtm_module.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/progt2.f -o physics/progt2.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/surface_perturbation.F90 -o physics/surface_perturbation.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radlw_param.f -o physics/radlw_param.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radlw_datatb.f -o physics/radlw_datatb.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radlw_main.f -o physics/radlw_main.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radsw_param.f -o physics/radsw_param.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rascnvv2.f -o physics/rascnvv2.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/GFDL_parse_tracers.F90 -o physics/GFDL_parse_tracers.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_typedefs.F90 -o GFS_layer/GFS_typedefs.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gfs_phy_tracer_config.F -o physics/gfs_phy_tracer_config.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX-I -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_aerosols.f -o physics/radiation_aerosols.o ifort: command line warning #10121: overriding '-xCORE-AVX2' with '-xCORE-AVX-I' -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_astronomy.f -o physics/radiation_astronomy.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_surface.f -o physics/radiation_surface.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radsw_datatb.f -o physics/radsw_datatb.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radsw_main.f -o physics/radsw_main.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_gases.f -o physics/radiation_gases.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_clouds.f -o physics/radiation_clouds.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_astronomy.f -o physics/radiation_astronomy.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_surface.f -o physics/radiation_surface.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radsw_datatb.f -o physics/radsw_datatb.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radsw_main.f -o physics/radsw_main.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_gases.f -o physics/radiation_gases.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_clouds.f -o physics/radiation_clouds.o cc -E -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML GFS_layer/GFS_radiation_driver.F90 > GFS_layer/GFS_radiation_driver.tmp.f90 -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_radiation_driver.tmp.f90 -o GFS_layer/GFS_radiation_driver.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rad_initialize.f -o physics/rad_initialize.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rayleigh_damp.f -o physics/rayleigh_damp.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rayleigh_damp_mesopause.f -o physics/rayleigh_damp_mesopause.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/samfaerosols.f -o physics/samfaerosols.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/samfdeepcnv.f -o physics/samfdeepcnv.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/samfshalcnv.f -o physics/samfshalcnv.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sascnv.f -o physics/sascnv.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sascnvn.f -o physics/sascnvn.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/satmedmfvdif.f -o physics/satmedmfvdif.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/satmedmfvdifq.f -o physics/satmedmfvdifq.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/set_soilveg.f -o physics/set_soilveg.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_cice.f -o physics/sfc_cice.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_diag.f -o physics/sfc_diag.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_diff.f -o physics/sfc_diff.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_drv.f -o physics/sfc_drv.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_wrf_utl.f90 -o physics/module_wrf_utl.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_sf_noahmp_glacier.f90 -o physics/module_sf_noahmp_glacier.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/noahmp_tables.f90 -o physics/noahmp_tables.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_sf_noahmplsm.f90 -o physics/module_sf_noahmplsm.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_noahmp_drv.f -o physics/sfc_noahmp_drv.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_nst_parameters.f90 -o physics/module_nst_parameters.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_nst_water_prop.f90 -o physics/module_nst_water_prop.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_nst_model.f90 -o physics/module_nst_model.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_nst.f -o physics/sfc_nst.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_ocean.f -o physics/sfc_ocean.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_sice.f -o physics/sfc_sice.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sflx.f -o physics/sflx.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcnv.f -o physics/shalcnv.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv.f -o physics/shalcv.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv_1lyr.f -o physics/shalcv_1lyr.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv_fixdp.f -o physics/shalcv_fixdp.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv_opr.f -o physics/shalcv_opr.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/tridi2t3.f -o physics/tridi2t3.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/calpreciptype.f90 -o physics/calpreciptype.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gcm_shoc.f90 -o physics/gcm_shoc.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/get_prs_fv3.f90 -o physics/get_prs_fv3.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2ointerp.f90 -o physics/h2ointerp.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozinterp.f90 -o physics/ozinterp.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/iccninterp.f90 -o physics/iccninterp.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/aerinterp.f90 -o physics/aerinterp.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/aer_cloud.F -o physics/aer_cloud.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/wv_saturation.F -o physics/wv_saturation.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cldmacro.F -o physics/cldmacro.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cldwat2m_micro.F -o physics/cldwat2m_micro.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/num_parthds.F -o physics/num_parthds.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfcsub.F -o physics/sfcsub.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gcycle.F90 -o physics/gcycle.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_utils.F90 -o physics/cires_ugwp_utils.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_triggers.F90 -o physics/cires_ugwp_triggers.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_solvers.F90 -o physics/cires_ugwp_solvers.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_vert_lsatdis.F90 -o physics/cires_vert_lsatdis.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_vert_orodis.F90 -o physics/cires_vert_orodis.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_vert_wmsdis.F90 -o physics/cires_vert_wmsdis.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_mp_radar.F90 -o physics/module_mp_radar.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gfdl_cloud_microphys.F90 -o physics/gfdl_cloud_microphys.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/micro_mg_utils.F90 -o physics/micro_mg_utils.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/micro_mg2_0.F90 -o physics/micro_mg2_0.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/micro_mg3_0.F90 -o physics/micro_mg3_0.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/m_micro_driver.F90 -o physics/m_micro_driver.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cs_conv.F90 -o physics/cs_conv.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/GFS_debug.F90 -o physics/GFS_debug.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_mp_thompson_gfs.F90 -o physics/module_mp_thompson_gfs.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_mp_wsm6_fv3.F90 -o physics/module_mp_wsm6_fv3.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -O0 -c GFS_layer/GFS_diagnostics.F90 -o GFS_layer/GFS_diagnostics.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_restart.F90 -o GFS_layer/GFS_restart.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_radiation_driver.tmp.f90 -o GFS_layer/GFS_radiation_driver.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rad_initialize.f -o physics/rad_initialize.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rayleigh_damp.f -o physics/rayleigh_damp.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rayleigh_damp_mesopause.f -o physics/rayleigh_damp_mesopause.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/samfaerosols.f -o physics/samfaerosols.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/samfdeepcnv.f -o physics/samfdeepcnv.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/samfshalcnv.f -o physics/samfshalcnv.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sascnv.f -o physics/sascnv.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sascnvn.f -o physics/sascnvn.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/satmedmfvdif.f -o physics/satmedmfvdif.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/satmedmfvdifq.f -o physics/satmedmfvdifq.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/set_soilveg.f -o physics/set_soilveg.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_cice.f -o physics/sfc_cice.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_diag.f -o physics/sfc_diag.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_diff.f -o physics/sfc_diff.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_drv.f -o physics/sfc_drv.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_wrf_utl.f90 -o physics/module_wrf_utl.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_sf_noahmp_glacier.f90 -o physics/module_sf_noahmp_glacier.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/noahmp_tables.f90 -o physics/noahmp_tables.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_sf_noahmplsm.f90 -o physics/module_sf_noahmplsm.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_noahmp_drv.f -o physics/sfc_noahmp_drv.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_nst_parameters.f90 -o physics/module_nst_parameters.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_nst_water_prop.f90 -o physics/module_nst_water_prop.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_nst_model.f90 -o physics/module_nst_model.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_nst.f -o physics/sfc_nst.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_ocean.f -o physics/sfc_ocean.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_sice.f -o physics/sfc_sice.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sflx.f -o physics/sflx.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcnv.f -o physics/shalcnv.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv.f -o physics/shalcv.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv_1lyr.f -o physics/shalcv_1lyr.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv_fixdp.f -o physics/shalcv_fixdp.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv_opr.f -o physics/shalcv_opr.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/tridi2t3.f -o physics/tridi2t3.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/calpreciptype.f90 -o physics/calpreciptype.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gcm_shoc.f90 -o physics/gcm_shoc.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/get_prs_fv3.f90 -o physics/get_prs_fv3.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2ointerp.f90 -o physics/h2ointerp.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozinterp.f90 -o physics/ozinterp.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/iccninterp.f90 -o physics/iccninterp.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/aerinterp.f90 -o physics/aerinterp.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/aer_cloud.F -o physics/aer_cloud.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/wv_saturation.F -o physics/wv_saturation.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cldmacro.F -o physics/cldmacro.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cldwat2m_micro.F -o physics/cldwat2m_micro.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/num_parthds.F -o physics/num_parthds.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfcsub.F -o physics/sfcsub.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gcycle.F90 -o physics/gcycle.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_utils.F90 -o physics/cires_ugwp_utils.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_triggers.F90 -o physics/cires_ugwp_triggers.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_solvers.F90 -o physics/cires_ugwp_solvers.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_vert_lsatdis.F90 -o physics/cires_vert_lsatdis.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_vert_orodis.F90 -o physics/cires_vert_orodis.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_vert_wmsdis.F90 -o physics/cires_vert_wmsdis.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_mp_radar.F90 -o physics/module_mp_radar.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gfdl_cloud_microphys.F90 -o physics/gfdl_cloud_microphys.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/micro_mg_utils.F90 -o physics/micro_mg_utils.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/micro_mg2_0.F90 -o physics/micro_mg2_0.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/micro_mg3_0.F90 -o physics/micro_mg3_0.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/m_micro_driver.F90 -o physics/m_micro_driver.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cs_conv.F90 -o physics/cs_conv.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/GFS_debug.F90 -o physics/GFS_debug.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_mp_thompson_gfs.F90 -o physics/module_mp_thompson_gfs.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_mp_wsm6_fv3.F90 -o physics/module_mp_wsm6_fv3.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -O0 -c GFS_layer/GFS_diagnostics.F90 -o GFS_layer/GFS_diagnostics.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_restart.F90 -o GFS_layer/GFS_restart.o cc -E -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML GFS_layer/GFS_physics_driver.F90 > GFS_layer/GFS_physics_driver.tmp.f90 -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_physics_driver.tmp.f90 -o GFS_layer/GFS_physics_driver.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_physics_driver.tmp.f90 -o GFS_layer/GFS_physics_driver.o cc -E -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML GFS_layer/GFS_driver.F90 > GFS_layer/GFS_driver.tmp.f90 -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_driver.tmp.f90 -o GFS_layer/GFS_driver.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_abstraction_layer.F90 -o GFS_layer/GFS_abstraction_layer.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_driver.tmp.f90 -o GFS_layer/GFS_driver.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_abstraction_layer.F90 -o GFS_layer/GFS_abstraction_layer.o ar rv libgfsphys.a physics/cnvc90.o physics/co2hc.o physics/date_def.o physics/dcyc2.o physics/dcyc2.pre.rad.o physics/efield.o physics/get_prs.o physics/gocart_tracer_config_stub.o physics/gscond.o physics/gscondp.o physics/gwdc.o physics/gwdps.o physics/ugwp_driver_v0.o physics/cires_orowam2017.o physics/h2o_def.o physics/h2oc.o physics/h2ohdc.o physics/h2ophys.o physics/ideaca.o physics/idea_co2.o physics/idea_composition.o physics/idea_dissipation.o physics/idea_h2o.o physics/idea_ion.o physics/idea_o2_o3.o physics/idea_phys.o physics/idea_solar_heating.o physics/idea_tracer.o physics/iounitdef.o physics/lrgsclr.o physics/mersenne_twister.o physics/mfpbl.o physics/mfpblt.o physics/mfpbltq.o physics/mfscu.o physics/mfscuq.o physics/module_bfmicrophysics.o physics/moninedmf.o physics/moninedmf_hafs.o physics/moninp.o physics/moninp1.o physics/moninq.o physics/moninq1.o physics/moninshoc.o physics/mstadb.o physics/mstadbtn.o physics/mstadbtn2.o physics/mstcnv.o physics/namelist_soilveg.o physics/ozne_def.o physics/iccn_def.o physics/aerclm_def.o physics/ozphys.o physics/ozphys_2015.o physics/physparam.o physics/precpd.o physics/precpd_shoc.o physics/precpdp.o physics/progt2.o physics/progtm_module.o physics/rad_initialize.o physics/radiation_aerosols.o physics/radiation_astronomy.o physics/radiation_clouds.o physics/radiation_gases.o physics/radiation_surface.o physics/radlw_datatb.o physics/radlw_main.o physics/radlw_param.o physics/radsw_datatb.o physics/radsw_main.o physics/radsw_param.o physics/rascnvv2.o physics/rayleigh_damp.o physics/rayleigh_damp_mesopause.o physics/samfaerosols.o physics/samfdeepcnv.o physics/samfshalcnv.o physics/sascnv.o physics/sascnvn.o physics/satmedmfvdif.o physics/satmedmfvdifq.o physics/set_soilveg.o physics/sfc_cice.o physics/sfc_diag.o physics/sfc_diff.o physics/sfc_drv.o physics/sfc_noahmp_drv.o physics/sfc_nst.o physics/sfc_ocean.o physics/sfc_sice.o physics/sflx.o physics/shalcnv.o physics/shalcv.o physics/shalcv_1lyr.o physics/shalcv_fixdp.o physics/shalcv_opr.o physics/tracer_const_h.o physics/tridi2t3.o physics/calpreciptype.o physics/funcphys.o physics/gcm_shoc.o physics/get_prs_fv3.o physics/h2ointerp.o physics/module_nst_model.o physics/module_nst_parameters.o physics/module_nst_water_prop.o physics/ozinterp.o physics/module_wrf_utl.o physics/noahmp_tables.o physics/module_sf_noahmplsm.o physics/module_sf_noahmp_glacier.o physics/iccninterp.o physics/aerinterp.o physics/wam_f107_kp_mod.o physics/aer_cloud.o physics/cldmacro.o physics/cldwat2m_micro.o physics/gfs_phy_tracer_config.o physics/machine.o physics/num_parthds.o physics/sfcsub.o physics/wv_saturation.o physics/GFDL_parse_tracers.o physics/gcycle.o physics/cires_ugwp_initialize.o physics/cires_ugwp_module.o physics/cires_ugwp_utils.o physics/cires_ugwp_triggers.o physics/cires_ugwp_solvers.o physics/cires_vert_lsatdis.o physics/cires_vert_orodis.o physics/cires_vert_wmsdis.o physics/gfdl_cloud_microphys.o physics/micro_mg_utils.o physics/micro_mg2_0.o physics/micro_mg3_0.o physics/m_micro_driver.o physics/cs_conv.o physics/GFS_debug.o physics/module_mp_radar.o physics/module_mp_thompson_gfs.o physics/module_mp_wsm6_fv3.o physics/physcons.o physics/surface_perturbation.o GFS_layer/GFS_abstraction_layer.o GFS_layer/GFS_diagnostics.o GFS_layer/GFS_driver.o GFS_layer/GFS_physics_driver.o GFS_layer/GFS_radiation_driver.o GFS_layer/GFS_restart.o GFS_layer/GFS_typedefs.o ar: creating libgfsphys.a a - physics/cnvc90.o @@ -919,48 +919,48 @@ a - GFS_layer/GFS_physics_driver.o a - GFS_layer/GFS_radiation_driver.o a - GFS_layer/GFS_restart.o a - GFS_layer/GFS_typedefs.o -make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics' -make -C ipd FMS_DIR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit +make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics' +make -C ipd FMS_DIR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit Build standalone FV3 gfsphysics ... makefile:54: depend: No such file or directory -make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ipd' +make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd' Building dependencies ... -make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ipd' +make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd' Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ipd' -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../namphysics -c IPD_typedefs.F90 -o IPD_typedefs.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../namphysics -c IPD_driver.F90 -o IPD_driver.o +make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd' +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../namphysics -c IPD_typedefs.F90 -o IPD_typedefs.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../namphysics -c IPD_driver.F90 -o IPD_driver.o ar rv libipd.a IPD_driver.o IPD_typedefs.o ar: creating libipd.a a - IPD_driver.o a - IPD_typedefs.o -make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ipd' -make -C io FMS_DIR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL +make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd' +make -C io FMS_DIR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL Build standalone FV3 io ... $ESMF_INC is [-I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include] -make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/io' +make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io' Building dependencies ... -make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/io' +make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io' Build standalone FV3 io ... $ESMF_INC is [-I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include] -make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/io' -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -c ffsync.F90 -o ffsync.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c FV3GFS_io.F90 -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -c module_fv3_io_def.F90 -o module_fv3_io_def.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c module_write_internal_state.F90 -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/ncep_post_v8.0.1_4 -c post_gfs.F90 -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/ncep_post_v8.0.1_4 -c post_nems_routines.F90 -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/nemsio_v2.2.4 -c module_write_nemsio.F90 -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/nemsio_v2.2.4 -c module_write_netcdf.F90 -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c module_wrt_grid_comp.F90 +make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io' +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -c ffsync.F90 -o ffsync.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c FV3GFS_io.F90 +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -c module_fv3_io_def.F90 -o module_fv3_io_def.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c module_write_internal_state.F90 +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/ncep_post_v8.0.1_4 -c post_gfs.F90 +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/ncep_post_v8.0.1_4 -c post_nems_routines.F90 +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/nemsio_v2.2.4 -c module_write_nemsio.F90 +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/nemsio_v2.2.4 -c module_write_netcdf.F90 +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c module_wrt_grid_comp.F90 ar rv libfv3io.a ffsync.o FV3GFS_io.o post_gfs.o post_nems_routines.o module_write_nemsio.o module_write_netcdf.o module_fv3_io_def.o module_write_internal_state.o module_wrt_grid_comp.o ar: creating libfv3io.a a - ffsync.o @@ -972,66 +972,66 @@ a - module_write_netcdf.o a - module_fv3_io_def.o a - module_write_internal_state.o a - module_wrt_grid_comp.o -make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/io' -make -C atmos_cubed_sphere FMS_DIR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL +make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io' +make -C atmos_cubed_sphere FMS_DIR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL Build standalone FV3 fv3core ... -make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/atmos_cubed_sphere' +make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere' Building dependencies ... -make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/atmos_cubed_sphere' +make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere' Build standalone FV3 fv3core ... -make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/atmos_cubed_sphere' -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_arrays.F90 -o model/fv_arrays.o +make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere' +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_arrays.F90 -o model/fv_arrays.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_mp_mod.F90 -o tools/fv_mp_mod.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_timing.F90 -o tools/fv_timing.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/external_sst.F90 -o tools/external_sst.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_eta.F90 -o tools/fv_eta.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_grid_utils.F90 -o model/fv_grid_utils.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_mp_mod.F90 -o tools/fv_mp_mod.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_timing.F90 -o tools/fv_timing.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/external_sst.F90 -o tools/external_sst.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_eta.F90 -o tools/fv_eta.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_grid_utils.F90 -o model/fv_grid_utils.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/a2b_edge.F90 -o model/a2b_edge.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/multi_gases.F90 -o model/multi_gases.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/boundary.F90 -o model/boundary.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_sg.F90 -o model/fv_sg.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_fill.F90 -o model/fv_fill.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_cmp.F90 -o model/fv_cmp.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -fast-transcendentals -c model/fv_mapz.F90 -o model/fv_mapz.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_surf_map.F90 -o tools/fv_surf_map.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_diagnostics.F90 -o tools/fv_diagnostics.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/init_hydro.F90 -o tools/init_hydro.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/sorted_index.F90 -o tools/sorted_index.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_grid_tools.F90 -o tools/fv_grid_tools.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/test_cases.F90 -o tools/test_cases.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/tp_core.F90 -o model/tp_core.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/sw_core.F90 -o model/sw_core.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/sim_nc_mod.F90 -o tools/sim_nc_mod.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_nudge.F90 -o tools/fv_nudge.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_regional_bc.F90 -o model/fv_regional_bc.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -fast-transcendentals -c model/nh_utils.F90 -o model/nh_utils.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/nh_core.F90 -o model/nh_core.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_update_phys.F90 -o model/fv_update_phys.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/dyn_core.F90 -o model/dyn_core.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_io.F90 -o tools/fv_io.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_treat_da_inc.F90 -o tools/fv_treat_da_inc.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/external_ic.F90 -o tools/external_ic.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_restart.F90 -o tools/fv_restart.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_control.F90 -o model/fv_control.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_tracer2d.F90 -o model/fv_tracer2d.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_nesting.F90 -o model/fv_nesting.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_dynamics.F90 -o model/fv_dynamics.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_iau_mod.F90 -o tools/fv_iau_mod.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c driver/fvGFS/DYCORE_typedefs.F90 -o driver/fvGFS/DYCORE_typedefs.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c driver/fvGFS/fv_nggps_diag.F90 -o driver/fvGFS/fv_nggps_diag.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c driver/fvGFS/atmosphere.F90 -o driver/fvGFS/atmosphere.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/a2b_edge.F90 -o model/a2b_edge.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/multi_gases.F90 -o model/multi_gases.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/boundary.F90 -o model/boundary.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_sg.F90 -o model/fv_sg.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_fill.F90 -o model/fv_fill.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_cmp.F90 -o model/fv_cmp.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -fast-transcendentals -c model/fv_mapz.F90 -o model/fv_mapz.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_surf_map.F90 -o tools/fv_surf_map.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_diagnostics.F90 -o tools/fv_diagnostics.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/init_hydro.F90 -o tools/init_hydro.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/sorted_index.F90 -o tools/sorted_index.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_grid_tools.F90 -o tools/fv_grid_tools.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/test_cases.F90 -o tools/test_cases.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/tp_core.F90 -o model/tp_core.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/sw_core.F90 -o model/sw_core.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/sim_nc_mod.F90 -o tools/sim_nc_mod.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_nudge.F90 -o tools/fv_nudge.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_regional_bc.F90 -o model/fv_regional_bc.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -fast-transcendentals -c model/nh_utils.F90 -o model/nh_utils.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/nh_core.F90 -o model/nh_core.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_update_phys.F90 -o model/fv_update_phys.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/dyn_core.F90 -o model/dyn_core.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_io.F90 -o tools/fv_io.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_treat_da_inc.F90 -o tools/fv_treat_da_inc.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/external_ic.F90 -o tools/external_ic.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_restart.F90 -o tools/fv_restart.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_control.F90 -o model/fv_control.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_tracer2d.F90 -o model/fv_tracer2d.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_nesting.F90 -o model/fv_nesting.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_dynamics.F90 -o model/fv_dynamics.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_iau_mod.F90 -o tools/fv_iau_mod.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c driver/fvGFS/DYCORE_typedefs.F90 -o driver/fvGFS/DYCORE_typedefs.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c driver/fvGFS/fv_nggps_diag.F90 -o driver/fvGFS/fv_nggps_diag.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c driver/fvGFS/atmosphere.F90 -o driver/fvGFS/atmosphere.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. @@ -1078,49 +1078,49 @@ a - tools/test_cases.o a - driver/fvGFS/DYCORE_typedefs.o a - driver/fvGFS/fv_nggps_diag.o a - driver/fvGFS/atmosphere.o -make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/atmos_cubed_sphere' -make -C ../stochastic_physics FMS_DIR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit +make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere' +make -C ../stochastic_physics FMS_DIR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit Build standalone FV3 stochastic_physics ... makefile:86: depend: No such file or directory -make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/stochastic_physics' +make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/stochastic_physics' Building dependencies ... -make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/stochastic_physics' +make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/stochastic_physics' Build standalone FV3 stochastic_physics ... -make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/stochastic_physics' -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_gg_def.f -o stochy_gg_def.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_resol_def.f -o stochy_resol_def.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_layout_lag.f -o stochy_layout_lag.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c spectral_layout.F90 -o spectral_layout.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c four_to_grid_stochy.F -o four_to_grid_stochy.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c glats_stochy.f -o glats_stochy.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c sumfln_stochy.f -o sumfln_stochy.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c gozrineo_stochy.f -o gozrineo_stochy.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c num_parthds_stochy.f -o num_parthds_stochy.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c get_ls_node_stochy.f -o get_ls_node_stochy.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c get_lats_node_a_stochy.f -o get_lats_node_a_stochy.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c setlats_a_stochy.f -o setlats_a_stochy.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c setlats_lag_stochy.f -o setlats_lag_stochy.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c epslon_stochy.f -o epslon_stochy.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c getcon_lag_stochy.f -o getcon_lag_stochy.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c pln2eo_stochy.f -o pln2eo_stochy.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c dozeuv_stochy.f -o dozeuv_stochy.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c dezouv_stochy.f -o dezouv_stochy.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c update_ca.f90 -o update_ca.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c cellular_automata.f90 -o cellular_automata.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c plumes.f90 -o plumes.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_internal_state_mod.F90 -o stochy_internal_state_mod.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c getcon_spectral.F90 -o getcon_spectral.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_namelist_def.F90 -o stochy_namelist_def.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c compns_stochy.F90 -o compns_stochy.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_patterngenerator.F90 -o stochy_patterngenerator.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c initialize_spectral_mod.F90 -o initialize_spectral_mod.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_data_mod.F90 -o stochy_data_mod.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c get_stochy_pattern.F90 -o get_stochy_pattern.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochastic_physics.F90 -o stochastic_physics.o +make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/stochastic_physics' +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_gg_def.f -o stochy_gg_def.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_resol_def.f -o stochy_resol_def.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_layout_lag.f -o stochy_layout_lag.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c spectral_layout.F90 -o spectral_layout.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c four_to_grid_stochy.F -o four_to_grid_stochy.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c glats_stochy.f -o glats_stochy.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c sumfln_stochy.f -o sumfln_stochy.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c gozrineo_stochy.f -o gozrineo_stochy.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c num_parthds_stochy.f -o num_parthds_stochy.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c get_ls_node_stochy.f -o get_ls_node_stochy.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c get_lats_node_a_stochy.f -o get_lats_node_a_stochy.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c setlats_a_stochy.f -o setlats_a_stochy.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c setlats_lag_stochy.f -o setlats_lag_stochy.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c epslon_stochy.f -o epslon_stochy.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c getcon_lag_stochy.f -o getcon_lag_stochy.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c pln2eo_stochy.f -o pln2eo_stochy.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c dozeuv_stochy.f -o dozeuv_stochy.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c dezouv_stochy.f -o dezouv_stochy.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c update_ca.f90 -o update_ca.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c cellular_automata.f90 -o cellular_automata.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c plumes.f90 -o plumes.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_internal_state_mod.F90 -o stochy_internal_state_mod.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c getcon_spectral.F90 -o getcon_spectral.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_namelist_def.F90 -o stochy_namelist_def.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c compns_stochy.F90 -o compns_stochy.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_patterngenerator.F90 -o stochy_patterngenerator.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c initialize_spectral_mod.F90 -o initialize_spectral_mod.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_data_mod.F90 -o stochy_data_mod.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c get_stochy_pattern.F90 -o get_stochy_pattern.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochastic_physics.F90 -o stochastic_physics.o ar rv libstochastic_physics.a stochy_gg_def.o stochy_resol_def.o stochy_layout_lag.o four_to_grid_stochy.o glats_stochy.o sumfln_stochy.o gozrineo_stochy.o num_parthds_stochy.o get_ls_node_stochy.o get_lats_node_a_stochy.o setlats_a_stochy.o setlats_lag_stochy.o epslon_stochy.o getcon_lag_stochy.o pln2eo_stochy.o dozeuv_stochy.o dezouv_stochy.o cellular_automata.o update_ca.o plumes.o spectral_layout.o getcon_spectral.o stochy_namelist_def.o compns_stochy.o stochy_internal_state_mod.o stochastic_physics.o stochy_patterngenerator.o stochy_data_mod.o get_stochy_pattern.o initialize_spectral_mod.o ar: creating libstochastic_physics.a a - stochy_gg_def.o @@ -1153,14 +1153,14 @@ a - stochy_patterngenerator.o a - stochy_data_mod.o a - get_stochy_pattern.o a - initialize_spectral_mod.o -make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/stochastic_physics' -make libfv3cap.a FMS_DIR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3' -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c module_fv3_config.F90 -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c atmos_model.F90 -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c module_fcst_grid_comp.F90 -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c time_utils.F90 -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c fv3_cap.F90 +make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/stochastic_physics' +make libfv3cap.a FMS_DIR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL +make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3' +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c module_fv3_config.F90 +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c atmos_model.F90 +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c module_fcst_grid_comp.F90 +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c time_utils.F90 +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c fv3_cap.F90 ar rv libfv3cap.a atmos_model.o module_fv3_config.o module_fcst_grid_comp.o time_utils.o fv3_cap.o ar: creating libfv3cap.a a - atmos_model.o @@ -1168,35 +1168,35 @@ a - module_fv3_config.o a - module_fcst_grid_comp.o a - time_utils.o a - fv3_cap.o -make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3' -make esmf_make_fragment FMS_DIR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3' +make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3' +make esmf_make_fragment FMS_DIR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL +make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3' # additional include files needed for PGI -#@echo "ESMF_DEP_INCPATH = /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/nems_dir" >> fv3.mk +#@echo "ESMF_DEP_INCPATH = /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/nems_dir" >> fv3.mk Finished generating ESMF self-describing build dependency makefile fragment: fv3.mk -make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3' -Installation into "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL" complete! +make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3' +Installation into "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL" complete! -make[1]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3' -test -d /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL +make[1]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3' +test -d /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL ( \ echo "# Do not edit this file. It is automatically generated." ; \ - echo "# Edit the component list or /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC.in" ; \ - echo ; cat "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC.in" ; \ - echo fms_mk="/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL/fms.mk" ; echo fv3_mk="/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk" ; ) > "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC" -. /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; \ + echo "# Edit the component list or /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC.in" ; \ + echo ; cat "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC.in" ; \ + echo fms_mk="/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL/fms.mk" ; echo fv3_mk="/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk" ; ) > "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC" +. /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; \ set -e ; \ - for m in /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk ; do \ + for m in /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk ; do \ test -s $m ; \ done ; \ - echo build NEMS after /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk ; \ - cd /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src ; \ + echo build NEMS after /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk ; \ + cd /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src ; \ make nems \ COMPONENTS="FMS FV3" \ - FMS_DIR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL FV3_DIR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL TARGET="/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/exe/NEMS.x" ; \ - test -x /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/exe/NEMS.x + FMS_DIR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL FV3_DIR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL TARGET="/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/exe/NEMS.x" ; \ + test -x /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/exe/NEMS.x Currently Loaded Modulefiles: 1) craype-network-aries 2) craype/2.3.0 @@ -1233,10 +1233,10 @@ Currently Loaded Modulefiles: 33) ugni/6.0-1.0502.10863.8.29.ari 34) esmf/8.0.0 35) modules.nems -build NEMS after /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk +build NEMS after /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk Components in linker order: FV3 FMS -FV3: include /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk -FMS: include /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL/fms.mk +FV3: include /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk +FMS: include /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL/fms.mk CPPFLAGS += ESMF_VERSION_STRING_GIT="ESMF_8_0_0" CPPFLAGS += ESMF_VERSION_PATCHLEVEL="0" CPPFLAGS += ESMF_VERSION_PUBLIC="'T'" @@ -1245,155 +1245,155 @@ CPPFLAGS += ESMF_VERSION_MINOR="0" CPPFLAGS += ESMF_VERSION_STRING="8.0.0" CPPFLAGS += ESMF_VERSION_MAJOR="8" CPPFLAGS += ESMF_VERSION_REVISION="0" -make[1]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src' +make[1]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src' cd ENS_Cpl && make stub -make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/ENS_Cpl' +make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/ENS_Cpl' cc -E -traditional ENS_CplComp_ESMFMod_STUB.F90 > ENS_CplComp_ESMFMod_STUB.f90 ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c ENS_CplComp_ESMFMod_STUB.f90 ar rv ENS_Cpl.a ENS_CplComp_ESMFMod_STUB.o ar: creating ENS_Cpl.a a - ENS_CplComp_ESMFMod_STUB.o -make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/ENS_Cpl' -cc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Mon Dec 30 23:43:55 UTC 2019 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2019' -D'CMP_JD=364' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_PUBLIC="'T'" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" module_NEMS_UTILS.F90 > module_NEMS_UTILS.tmp.f90 -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -IENS_Cpl -I. -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3 -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/io -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/cpl -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ipd -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_UTILS.tmp.f90 +make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/ENS_Cpl' +cc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Fri Jan 24 20:23:56 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=024' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_PUBLIC="'T'" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" module_NEMS_UTILS.F90 > module_NEMS_UTILS.tmp.f90 +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -IENS_Cpl -I. -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_UTILS.tmp.f90 mv -v module_NEMS_UTILS.tmp.o module_NEMS_UTILS.o `module_NEMS_UTILS.tmp.o' -> `module_NEMS_UTILS.o' -cc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Mon Dec 30 23:43:55 UTC 2019 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2019' -D'CMP_JD=364' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_PUBLIC="'T'" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" module_MEDIATOR_methods.F90 > module_MEDIATOR_methods.tmp.f90 -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -IENS_Cpl -I. -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3 -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/io -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/cpl -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ipd -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -c module_MEDIATOR_methods.tmp.f90 +cc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Fri Jan 24 20:23:56 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=024' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_PUBLIC="'T'" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" module_MEDIATOR_methods.F90 > module_MEDIATOR_methods.tmp.f90 +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -IENS_Cpl -I. -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -c module_MEDIATOR_methods.tmp.f90 mv -v module_MEDIATOR_methods.tmp.o module_MEDIATOR_methods.o `module_MEDIATOR_methods.tmp.o' -> `module_MEDIATOR_methods.o' -cc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Mon Dec 30 23:43:55 UTC 2019 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2019' -D'CMP_JD=364' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_PUBLIC="'T'" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" module_MEDIATOR.F90 > module_MEDIATOR.tmp.f90 -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -IENS_Cpl -I. -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3 -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/io -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/cpl -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ipd -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -c module_MEDIATOR.tmp.f90 +cc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Fri Jan 24 20:23:56 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=024' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_PUBLIC="'T'" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" module_MEDIATOR.F90 > module_MEDIATOR.tmp.f90 +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -IENS_Cpl -I. -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -c module_MEDIATOR.tmp.f90 mv -v module_MEDIATOR.tmp.o module_MEDIATOR.o `module_MEDIATOR.tmp.o' -> `module_MEDIATOR.o' -cc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Mon Dec 30 23:43:55 UTC 2019 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2019' -D'CMP_JD=364' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_PUBLIC="'T'" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" module_MEDIATOR_SpaceWeather.F90 > module_MEDIATOR_SpaceWeather.tmp.f90 -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -IENS_Cpl -I. -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3 -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/io -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/cpl -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ipd -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -c module_MEDIATOR_SpaceWeather.tmp.f90 +cc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Fri Jan 24 20:23:56 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=024' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_PUBLIC="'T'" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" module_MEDIATOR_SpaceWeather.F90 > module_MEDIATOR_SpaceWeather.tmp.f90 +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -IENS_Cpl -I. -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -c module_MEDIATOR_SpaceWeather.tmp.f90 mv -v module_MEDIATOR_SpaceWeather.tmp.o module_MEDIATOR_SpaceWeather.o `module_MEDIATOR_SpaceWeather.tmp.o' -> `module_MEDIATOR_SpaceWeather.o' -cc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Mon Dec 30 23:43:55 UTC 2019 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2019' -D'CMP_JD=364' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_PUBLIC="'T'" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" module_EARTH_INTERNAL_STATE.F90 > module_EARTH_INTERNAL_STATE.tmp.f90 -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -IENS_Cpl -I. -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3 -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/io -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/cpl -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ipd -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -c module_EARTH_INTERNAL_STATE.tmp.f90 +cc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Fri Jan 24 20:23:56 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=024' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_PUBLIC="'T'" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" module_EARTH_INTERNAL_STATE.F90 > module_EARTH_INTERNAL_STATE.tmp.f90 +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -IENS_Cpl -I. -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -c module_EARTH_INTERNAL_STATE.tmp.f90 mv -v module_EARTH_INTERNAL_STATE.tmp.o module_EARTH_INTERNAL_STATE.o `module_EARTH_INTERNAL_STATE.tmp.o' -> `module_EARTH_INTERNAL_STATE.o' -cc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Mon Dec 30 23:43:55 UTC 2019 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2019' -D'CMP_JD=364' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_PUBLIC="'T'" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" module_EARTH_GRID_COMP.F90 > module_EARTH_GRID_COMP.tmp.f90 -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -IENS_Cpl -I. -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3 -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/io -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/cpl -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ipd -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -c module_EARTH_GRID_COMP.tmp.f90 +cc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Fri Jan 24 20:23:56 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=024' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_PUBLIC="'T'" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" module_EARTH_GRID_COMP.F90 > module_EARTH_GRID_COMP.tmp.f90 +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -IENS_Cpl -I. -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -c module_EARTH_GRID_COMP.tmp.f90 mv -v module_EARTH_GRID_COMP.tmp.o module_EARTH_GRID_COMP.o `module_EARTH_GRID_COMP.tmp.o' -> `module_EARTH_GRID_COMP.o' -cc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Mon Dec 30 23:43:55 UTC 2019 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2019' -D'CMP_JD=364' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_PUBLIC="'T'" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" module_NEMS_INTERNAL_STATE.F90 > module_NEMS_INTERNAL_STATE.tmp.f90 -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -IENS_Cpl -I. -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3 -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/io -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/cpl -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ipd -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_INTERNAL_STATE.tmp.f90 +cc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Fri Jan 24 20:23:56 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=024' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_PUBLIC="'T'" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" module_NEMS_INTERNAL_STATE.F90 > module_NEMS_INTERNAL_STATE.tmp.f90 +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -IENS_Cpl -I. -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_INTERNAL_STATE.tmp.f90 mv -v module_NEMS_INTERNAL_STATE.tmp.o module_NEMS_INTERNAL_STATE.o `module_NEMS_INTERNAL_STATE.tmp.o' -> `module_NEMS_INTERNAL_STATE.o' -cc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Mon Dec 30 23:43:55 UTC 2019 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2019' -D'CMP_JD=364' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_PUBLIC="'T'" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" module_NEMS_GRID_COMP.F90 > module_NEMS_GRID_COMP.tmp.f90 -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -IENS_Cpl -I. -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3 -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/io -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/cpl -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ipd -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_GRID_COMP.tmp.f90 +cc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Fri Jan 24 20:23:56 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=024' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_PUBLIC="'T'" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" module_NEMS_GRID_COMP.F90 > module_NEMS_GRID_COMP.tmp.f90 +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -IENS_Cpl -I. -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_GRID_COMP.tmp.f90 mv -v module_NEMS_GRID_COMP.tmp.o module_NEMS_GRID_COMP.o `module_NEMS_GRID_COMP.tmp.o' -> `module_NEMS_GRID_COMP.o' -cc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Mon Dec 30 23:43:55 UTC 2019 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2019' -D'CMP_JD=364' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_PUBLIC="'T'" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" module_NEMS_Rusage.F90 > module_NEMS_Rusage.tmp.f90 -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -IENS_Cpl -I. -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3 -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/io -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/cpl -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ipd -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_Rusage.tmp.f90 +cc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Fri Jan 24 20:23:56 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=024' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_PUBLIC="'T'" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" module_NEMS_Rusage.F90 > module_NEMS_Rusage.tmp.f90 +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -IENS_Cpl -I. -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_Rusage.tmp.f90 mv -v module_NEMS_Rusage.tmp.o module_NEMS_Rusage.o `module_NEMS_Rusage.tmp.o' -> `module_NEMS_Rusage.o' cc -c nems_c_rusage.c -cc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Mon Dec 30 23:43:55 UTC 2019 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2019' -D'CMP_JD=364' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_PUBLIC="'T'" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" MAIN_NEMS.F90 > MAIN_NEMS.tmp.f90 -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -IENS_Cpl -I. -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3 -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/io -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/cpl -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ipd -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -c MAIN_NEMS.tmp.f90 +cc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Fri Jan 24 20:23:56 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=024' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_PUBLIC="'T'" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" MAIN_NEMS.F90 > MAIN_NEMS.tmp.f90 +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -IENS_Cpl -I. -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -c MAIN_NEMS.tmp.f90 mv -v MAIN_NEMS.tmp.o MAIN_NEMS.o `MAIN_NEMS.tmp.o' -> `MAIN_NEMS.o' echo libgocart is libgocart is echo extlibs is /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libncep_post_v8.0.1_4.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libnemsio_v2.2.4.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libg2_v3.1.1_4.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libg2tmpl_v1.6.0.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libbacio_v2.0.3_4.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libsp_v2.0.3_d.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libw3emc_v2.3.1_d.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libw3nco_v2.0.7_d.a /gpfs/hps/nco/ops/nwprod/lib/crtm/v2.2.6/intel/libcrtm_v2.2.6.a /usrx/local/prod//png/1.2.49/intel/sandybridge/lib/libpng.a /usrx/local/prod//jasper/1.900.1/gnu/sandybridge/lib/libjasper.a /usrx/local/dev/zlib/1.2.7/intel/sandybridge/lib/libz.a -L/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/lib -L/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/lib -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf -qopenmp -L/opt/intel/compilers_and_libraries_2016.3.210/linux/16.0/3.210/lib/intel64 -lifcoremt -lnetcdff -lnetcdf -lhdf5_hl -lhdf5 -lz extlibs is /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libncep_post_v8.0.1_4.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libnemsio_v2.2.4.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libg2_v3.1.1_4.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libg2tmpl_v1.6.0.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libbacio_v2.0.3_4.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libsp_v2.0.3_d.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libw3emc_v2.3.1_d.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libw3nco_v2.0.7_d.a /gpfs/hps/nco/ops/nwprod/lib/crtm/v2.2.6/intel/libcrtm_v2.2.6.a /usrx/local/prod//png/1.2.49/intel/sandybridge/lib/libpng.a /usrx/local/prod//jasper/1.900.1/gnu/sandybridge/lib/libjasper.a /usrx/local/dev/zlib/1.2.7/intel/sandybridge/lib/libz.a -L/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/lib -L/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/lib -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf -qopenmp -L/opt/intel/compilers_and_libraries_2016.3.210/linux/16.0/3.210/lib/intel64 -lifcoremt -lnetcdff -lnetcdf -lhdf5_hl -lhdf5 -lz -ftn -o /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/exe/NEMS.x MAIN_NEMS.o module_NEMS_UTILS.o module_MEDIATOR_methods.o module_MEDIATOR.o module_MEDIATOR_SpaceWeather.o module_EARTH_INTERNAL_STATE.o module_EARTH_GRID_COMP.o module_NEMS_INTERNAL_STATE.o module_NEMS_GRID_COMP.o module_NEMS_Rusage.o nems_c_rusage.o /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL/libfv3cap.a /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL/libfv3core.a /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL/libfv3io.a /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL/libipd.a /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL/libgfsphys.a /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL/libfv3cpl.a /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL/libstochastic_physics.a /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL/libfms.a ENS_Cpl/ENS_Cpl.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libncep_post_v8.0.1_4.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libnemsio_v2.2.4.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libg2_v3.1.1_4.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libg2tmpl_v1.6.0.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libbacio_v2.0.3_4.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libsp_v2.0.3_d.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libw3emc_v2.3.1_d.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libw3nco_v2.0.7_d.a /gpfs/hps/nco/ops/nwprod/lib/crtm/v2.2.6/intel/libcrtm_v2.2.6.a /usrx/local/prod//png/1.2.49/intel/sandybridge/lib/libpng.a /usrx/local/prod//jasper/1.900.1/gnu/sandybridge/lib/libjasper.a /usrx/local/dev/zlib/1.2.7/intel/sandybridge/lib/libz.a -L/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/lib -L/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/lib -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf -qopenmp -L/opt/intel/compilers_and_libraries_2016.3.210/linux/16.0/3.210/lib/intel64 -lifcoremt -lnetcdff -lnetcdf -lhdf5_hl -lhdf5 -lz +ftn -o /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/exe/NEMS.x MAIN_NEMS.o module_NEMS_UTILS.o module_MEDIATOR_methods.o module_MEDIATOR.o module_MEDIATOR_SpaceWeather.o module_EARTH_INTERNAL_STATE.o module_EARTH_GRID_COMP.o module_NEMS_INTERNAL_STATE.o module_NEMS_GRID_COMP.o module_NEMS_Rusage.o nems_c_rusage.o /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/libfv3cap.a /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/libfv3core.a /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/libfv3io.a /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/libipd.a /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/libgfsphys.a /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/libfv3cpl.a /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/libstochastic_physics.a /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL/libfms.a ENS_Cpl/ENS_Cpl.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libncep_post_v8.0.1_4.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libnemsio_v2.2.4.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libg2_v3.1.1_4.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libg2tmpl_v1.6.0.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libbacio_v2.0.3_4.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libsp_v2.0.3_d.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libw3emc_v2.3.1_d.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libw3nco_v2.0.7_d.a /gpfs/hps/nco/ops/nwprod/lib/crtm/v2.2.6/intel/libcrtm_v2.2.6.a /usrx/local/prod//png/1.2.49/intel/sandybridge/lib/libpng.a /usrx/local/prod//jasper/1.900.1/gnu/sandybridge/lib/libjasper.a /usrx/local/dev/zlib/1.2.7/intel/sandybridge/lib/libz.a -L/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/lib -L/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/lib -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf -qopenmp -L/opt/intel/compilers_and_libraries_2016.3.210/linux/16.0/3.210/lib/intel64 -lifcoremt -lnetcdff -lnetcdf -lhdf5_hl -lhdf5 -lz /opt/cray/hdf5/1.8.14/INTEL/14.0/lib/libhdf5.a(H5PL.o): In function `H5PL_load': H5PL.c:(.text+0x3b7): warning: Using 'dlopen' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking /usrx/local/prod//jasper/1.900.1/gnu/sandybridge/lib/libjasper.a(jas_stream.o): In function `jas_stream_tmpfile': /usrx/local/prod/jasper/1.900.1/gnu/sandybridge/sorc/jasper-1.900.1/src/libjasper/base/jas_stream.c:368: warning: the use of `tmpnam' is dangerous, better use `mkstemp' /gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/lib/libesmf.a(ESMCI_VMKernel.o): In function `ESMCI::socketClient()': ESMCI_VMKernel.C:(.text+0x14ad1): warning: Using 'gethostbyname' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking -/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/exe/NEMS.x is created. -make[1]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src' -Application 166885545 resources: utime ~942s, stime ~64s, Rss ~2174968, inblocks ~266556961, outblocks ~1192689 -+ cd /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src -+ cp -fp ../exe/NEMS.x /gpfs/hps/ptmp/Dusan.Jovic/rtgen.46775/exec/fv3_appbuilder.exe -+ cp -fp conf/modules.nems /gpfs/hps/ptmp/Dusan.Jovic/rtgen.46775/include/modules_appbuilder.fv3 -+ md5sum /gpfs/hps/ptmp/Dusan.Jovic/rtgen.46775/exec/fv3_appbuilder.exe +/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/exe/NEMS.x is created. +make[1]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src' +Application 173179285 resources: utime ~902s, stime ~64s, Rss ~2174972, inblocks ~266622238, outblocks ~1192653 ++ cd /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src ++ cp -fp ../exe/NEMS.x /gpfs/hps/ptmp/Dusan.Jovic/rtgen.6569/exec/fv3_appbuilder.exe ++ cp -fp conf/modules.nems /gpfs/hps/ptmp/Dusan.Jovic/rtgen.6569/include/modules_appbuilder.fv3 ++ md5sum /gpfs/hps/ptmp/Dusan.Jovic/rtgen.6569/exec/fv3_appbuilder.exe + unset md5sum + unset OPTS + set -xe + set -xe -+ test -s /gpfs/hps/ptmp/Dusan.Jovic/rtgen.46775/exec/fv3_appbuilder.exe -+ test -x /gpfs/hps/ptmp/Dusan.Jovic/rtgen.46775/exec/fv3_appbuilder.exe ++ test -s /gpfs/hps/ptmp/Dusan.Jovic/rtgen.6569/exec/fv3_appbuilder.exe ++ test -x /gpfs/hps/ptmp/Dusan.Jovic/rtgen.6569/exec/fv3_appbuilder.exe ------------------------------------------------------------ -Sender: LSF System -Subject: Job 305498: in cluster Done +Sender: LSF System +Subject: Job 800466: in cluster Done -Job was submitted from host by user in cluster at Mon Dec 30 21:56:55 2019. -Job was executed on host(s) <1*nid02236>, in queue , as user in cluster at Mon Dec 30 23:23:28 2019. - <24*nid00191> +Job was submitted from host by user in cluster at Fri Jan 24 19:46:03 2020. +Job was executed on host(s) <1*nid01340>, in queue , as user in cluster at Fri Jan 24 20:03:50 2020. + <24*nid02301> was used as the home directory. - was used as the working directory. -Started at Mon Dec 30 23:23:28 2019. -Terminated at Mon Dec 30 23:45:52 2019. -Results reported at Mon Dec 30 23:45:52 2019. + was used as the working directory. +Started at Fri Jan 24 20:03:50 2020. +Terminated at Fri Jan 24 20:26:03 2020. +Results reported at Fri Jan 24 20:26:03 2020. Your job looked like: ------------------------------------------------------------ # LSBATCH: User input -/gpfs/hps/usrx/local/emc_rocoto/1.3.0rc2/sbin/lsfcraywrapper.sh sh -c "cd /gpfs/hps/ptmp/Dusan.Jovic/rtgen.46775/src ; ./install.sh fv3_appbuilder.exe" +/gpfs/hps/usrx/local/emc_rocoto/1.3.0rc2/sbin/lsfcraywrapper.sh sh -c "cd /gpfs/hps/ptmp/Dusan.Jovic/rtgen.6569/src ; ./install.sh fv3_appbuilder.exe" ------------------------------------------------------------ Successfully completed. Resource usage summary: - CPU time : 0.94 sec. - Max Memory : 24 MB - Average Memory : 20.02 MB + CPU time : 0.90 sec. + Max Memory : 25 MB + Average Memory : 20.00 MB Total Requested Memory : 2000.00 MB - Delta Memory : 1976.00 MB + Delta Memory : 1975.00 MB Max Swap : - Max Processes : 5 Max Threads : 6 - Run time : 1341 sec. - Turnaround time : 6537 sec. + Run time : 1330 sec. + Turnaround time : 2400 sec. The output (if any) is above this job summary. -Data collected from /ufs/RUR/output/rur.output.NCEP-RESTON@305498 +Data collected from /ufs/RUR/output/rur.output.NCEP-RESTON@800466 ------------------------------------------------------------------------ -ALPS Resource Utilization Report (RUR) Summary for LSF Job: 305498 +ALPS Resource Utilization Report (RUR) Summary for LSF Job: 800466 STATUS: - APP START: 2019-12-30:23:23:32 UTC - APP STOP: 2019-12-30:23:45:49 UTC + APP START: 2020-01-24:20:03:54 UTC + APP STOP: 2020-01-24:20:26:01 UTC exit codes: 0 9 core files: 0 CPU: - stime: 74.292000 s - utime: 947.740000 s + stime: 74.832000 s + utime: 907.824000 s MEMORY: max_rss: 2123.99 MiB accumulated max_rss: 2123.99 MiB - active(anon): 67.22 MiB - active(file): 1.32 MiB - inactive(anon): 5.58 MiB - inactive(file): 6.83 MiB - majfaults: 761 - minfaults: 23379150 + active(anon): 25.84 MiB + active(file): 1.49 MiB + inactive(anon): 2.73 MiB + inactive(file): 7.71 MiB + majfaults: 762 + minfaults: 23596802 pageswpcnt: 0 I/O: - rcalls: 3973979 - wcalls: 64937 - rchar: 130156.89 MiB - wchar: 582.50 MiB - bkiowait: 1.2391332720 s + rcalls: 4004576 + wcalls: 64895 + rchar: 130188.74 MiB + wchar: 582.47 MiB + bkiowait: 1.3663781240 s diff --git a/log/report-wcoss.cray-log/build_fv3_ww3.exe.log b/log/report-wcoss.cray-log/build_fv3_ww3.exe.log index 27fa757551..3123c8871c 100644 --- a/log/report-wcoss.cray-log/build_fv3_ww3.exe.log +++ b/log/report-wcoss.cray-log/build_fv3_ww3.exe.log @@ -1,13 +1,13 @@ -Dec 30 21:19:58 2019 9291 7 9.1.3 jobSetupStatus: job additionalInfo reservation_id=16172862 +Jan 24 19:09:51 2020 41918 7 9.1.3 jobSetupStatus: job additionalInfo reservation_id=16665253 + [[ fv3_ww3.exe == fv3.exe ]] + [[ fv3_ww3.exe == fv3_32bit.exe ]] + [[ fv3_ww3.exe == fv3_ww3.exe ]] -+ rm -f /gpfs/hps/ptmp/Dusan.Jovic/rtgen.46775/exec/fv3_ww3.exe -+ md5sum=/gpfs/hps/ptmp/Dusan.Jovic/rtgen.46775/exec/fv3_ww3.exe.md5 ++ rm -f /gpfs/hps/ptmp/Dusan.Jovic/rtgen.6569/exec/fv3_ww3.exe ++ md5sum=/gpfs/hps/ptmp/Dusan.Jovic/rtgen.6569/exec/fv3_ww3.exe.md5 + OPTS=app=coupledFV3_WW3 -+ mkdir -p /gpfs/hps/ptmp/Dusan.Jovic/rtgen.46775/exec /gpfs/hps/ptmp/Dusan.Jovic/rtgen.46775/include -+ rm -f /gpfs/hps/ptmp/Dusan.Jovic/rtgen.46775/exec/fv3_ww3.exe /gpfs/hps/ptmp/Dusan.Jovic/rtgen.46775/include/modules_fv3_ww3 -+ cd /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model ++ mkdir -p /gpfs/hps/ptmp/Dusan.Jovic/rtgen.6569/exec /gpfs/hps/ptmp/Dusan.Jovic/rtgen.6569/include ++ rm -f /gpfs/hps/ptmp/Dusan.Jovic/rtgen.6569/exec/fv3_ww3.exe /gpfs/hps/ptmp/Dusan.Jovic/rtgen.6569/include/modules_fv3_ww3 ++ cd /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model + module load alps ++ /opt/modules/3.2.10.3/bin/modulecmd bash load alps + eval CRAY_ALPS_INCLUDE_OPTS=-I/opt/cray/alps/5.2.4-2.0502.9822.32.1.ari/include ';export' 'CRAY_ALPS_INCLUDE_OPTS;CRAY_ALPS_POST_LINK_OPTS=-L/opt/cray/alps/5.2.4-2.0502.9822.32.1.ari/lib64' ';export' 'CRAY_ALPS_POST_LINK_OPTS;CRAY_LD_LIBRARY_PATH=/opt/cray/alps/5.2.4-2.0502.9822.32.1.ari/lib64' ';export' 'CRAY_LD_LIBRARY_PATH;LOADEDMODULES=xt-lsfhpc/9.1.3:rocoto/1.3.0rc2:emc-utils/1.0.0:alps/5.2.4-2.0502.9822.32.1.ari' ';export' 'LOADEDMODULES;MANPATH=/opt/cray/alps/5.2.4-2.0502.9822.32.1.ari/man:/gpfs/hps/usrx/local/emc_rocoto/1.3.0rc2/man:/gpfs/llsf/xt-lsfhpc/9.1/man:/opt/cray/share/man:/usr/local/man:/usr/share/man:/opt/cray/share/man:/cm/local/apps/environment-modules/current/share/man' ';export' 'MANPATH;PATH=/opt/cray/alps/5.2.4-2.0502.9822.32.1.ari/sbin:/opt/cray/alps/5.2.4-2.0502.9822.32.1.ari/bin:/gpfs/llsf/xt-lsfhpc/9.1/linux2.6-glibc2.3-x86_64-cray/bin:/gpfs/hps3/emc/hwrf/noscrub/soft/emc-utils/bin:/gpfs/hps/usrx/local/emc_rocoto/1.3.0rc2/bin:/gpfs/llsf/xt-lsfhpc/9.1/linux2.6-glibc2.3-x86_64-cray/etc:/u/Dusan.Jovic/bin:/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/X11R6/bin:/usr/games:/opt/bin:/usr/lib/mit/bin:/usr/lib/mit/sbin:/sbin:/usr/sbin:.:/usr/lib/qt3/bin:/u/Dusan.Jovic/bin:/gpfs/hps3/emc/meso/noscrub/Dusan.Jovic/dbrowse' ';export' 'PATH;PE_PRODUCT_LIST=CRAY_ALPS' ';export' 'PE_PRODUCT_LIST;PKG_CONFIG_PATH=/opt/cray/alps/5.2.4-2.0502.9822.32.1.ari/lib64/pkgconfig' ';export' 'PKG_CONFIG_PATH;_LMFILES_=/opt/modulefiles/xt-lsfhpc/9.1.3:/usrx/local/emc_rocoto/modulefiles/rocoto/1.3.0rc2:/gpfs/hps3/emc/hwrf/noscrub/soft/modulefiles/emc-utils/1.0.0:/opt/cray/ari/modulefiles/alps/5.2.4-2.0502.9822.32.1.ari' ';export' '_LMFILES_;' @@ -35,16 +35,16 @@ Dec 30 21:19:58 2019 9291 7 9.1.3 jobSetupStatus: job additionalInfo reservation + aprun -n 1 -j 1 -N 1 -d 24 bash -c './NEMS/NEMSAppBuilder rebuild app=coupledFV3_WW3' ls: cannot access ../conf/component_*.mk: No such file or directory NEMSAppBuilder: make app=coupledFV3_WW3 distclean -Convert /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/coupledFV3_WW3.appBuilder -...into /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/coupledFV3_WW3.appBuilder.mk -Include /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/coupledFV3_WW3.appBuilder.mk -echo 'FMS FV3 WW3' > "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/components.mk" +Convert /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/coupledFV3_WW3.appBuilder +...into /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/coupledFV3_WW3.appBuilder.mk +Include /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/coupledFV3_WW3.appBuilder.mk +echo 'FMS FV3 WW3' > "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/components.mk" Adding FV3 makeopts to FMS makeopts -cat /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/fv3gfs/makefile | sed 's,^include,#include,g' \ - > /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/fv3gfs/makefile.temp.clean -cd /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/fv3gfs ; \ +cat /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs/makefile | sed 's,^include,#include,g' \ + > /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs/makefile.temp.clean +cd /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs ; \ exec make -f makefile.temp.clean clean -make[1]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/fv3gfs' +make[1]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs' Cleaning fms ... cd .. ; \ @@ -55,13 +55,13 @@ ls: cannot access */*.a: No such file or directory ls: cannot access */*.o: No such file or directory ls: cannot access */*.mod: No such file or directory ls: cannot access */depend: No such file or directory -make[1]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/fv3gfs' -rm -rf /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/fv3gfs/makefile.temp.clean -cat /dev/null > /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/conf/configure.fv3 -cat /dev/null > /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/conf/modules.fv3 -cd /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3 ; exec make \ +make[1]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs' +rm -rf /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs/makefile.temp.clean +cat /dev/null > /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/conf/configure.fv3 +cat /dev/null > /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/conf/modules.fv3 +cd /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 ; exec make \ -k cleanall FMS_DIR=/dev/null -make[1]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3' +make[1]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3' Cleaning ... (cd gfsphysics && make clean) @@ -69,103 +69,103 @@ Cleaning ... Build standalone FV3 gfsphysics ... makefile:278: depend: No such file or directory -make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics' +make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics' Building dependencies ... -make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics' +make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics' Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics' +make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics' Cleaning gfsphysics ... rm -f -f libgfsphys.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend */*.tmp.f90 -make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics' +make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics' (cd ccpp/driver && make clean) Build CCPP layer ... makefile:67: depend: No such file or directory -make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/driver' +make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ccpp/driver' Building dependencies ... -make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/driver' +make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ccpp/driver' Build CCPP layer ... -make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/driver' +make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ccpp/driver' Cleaning CCPP_layer ... rm -f -f libccppdriver.a *__genmod.f90 *.tmp.f90 *.o */*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/driver' +make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ccpp/driver' (cd ipd && make clean) Build standalone FV3 gfsphysics ... makefile:54: depend: No such file or directory -make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ipd' +make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd' Building dependencies ... -make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ipd' +make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd' Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ipd' +make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd' Cleaning ipd ... rm -f -f libipd.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ipd' +make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd' (cd ../stochastic_physics && make clean) Build standalone FV3 stochastic_physics ... makefile:86: depend: No such file or directory -make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/stochastic_physics' +make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/stochastic_physics' Building dependencies ... -make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/stochastic_physics' +make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/stochastic_physics' Build standalone FV3 stochastic_physics ... -make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/stochastic_physics' +make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/stochastic_physics' Cleaning stochastic_physics ... rm -f -f libstochastic_physics.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/stochastic_physics' +make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/stochastic_physics' (cd io && make clean) Build standalone FV3 io ... $ESMF_INC is [] -make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/io' +make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io' Cleaning io ... rm -f -f libfv3io.a *__genmod.f90 *.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/io' +make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io' (cd atmos_cubed_sphere && make clean) Build standalone FV3 fv3core ... -make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/atmos_cubed_sphere' +make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere' Cleaning fv3core ... rm -f -f libfv3core.a *__genmod.f90 */*.o */*/*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/atmos_cubed_sphere' +make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere' (cd cpl && make clean) Build standalone FV3 io ... -make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/cpl' +make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl' Cleaning io ... rm -f -f libfv3cpl.a *.o *.mod *.lst *.i90 depend -make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/cpl' +make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl' rm -f -f fv3.exe libfv3cap.a *.o *.mod *.i90 *.lst depend rm -f -rf nems_dir fv3.mk FV3_INSTALL rm -f -f conf/modules.fv3 rm -f -f conf/configure.fv3 -make[1]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3' -rm -rf nems_dir FV3_INSTALL /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/conf/configure.fv3 \ - /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/conf/modules.fv3 -rm -rf /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk -. /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model/esmf ; \ - export COMP_SRCDIR="/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model" COMP_BINDIR="/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/WW3_INSTALL" WW3_COMP="wcoss_cray" ; \ +make[1]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3' +rm -rf nems_dir FV3_INSTALL /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/conf/configure.fv3 \ + /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/conf/modules.fv3 +rm -rf /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk +. /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/esmf ; \ + export COMP_SRCDIR="/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model" COMP_BINDIR="/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/WW3_INSTALL" WW3_COMP="wcoss_cray" ; \ export ESMFMKFILE=/dev/null ; \ exec make distclean Currently Loaded Modulefiles: @@ -204,88 +204,96 @@ Currently Loaded Modulefiles: 33) ugni/6.0-1.0502.10863.8.29.ari 34) esmf/8.0.0 35) modules.nems -make[1]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model/esmf' -\rm -f /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model/exe/ww3_multi_esmf *.o *.mod -/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model/bin/w3_clean -c +make[1]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/esmf' +\rm -f /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/exe/ww3_multi_esmf *.o *.mod +/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/bin/w3_clean -c ***************************** *** WAVEWATCH III clean *** ***************************** - Clean up /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model/tmp - Clean up /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model/bin - Clean up /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model/ftn - Clean up /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model/aux - Clean up /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model/bin - Clean up /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model/../regtests -\rm -fr /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model/tmp -\rm -f /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model/bin/wwatch3.env -make[1]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model/esmf' -cd "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model" ; \ + Clean up /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/tmp + Clean up /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/bin + Clean up /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/ftn + Clean up /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/aux + Remove /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/mod + Remove /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/mod_HYB + Remove /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/mod_SEQ + Remove /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/obj + Remove /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/obj_HYB + Remove /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/obj_SEQ + Remove /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/tmp + Clean up /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/bin + Remove /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/exe + Clean up /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/../regtests +\rm -fr /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/tmp +\rm -f /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/bin/wwatch3.env +make[1]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/esmf' +cd "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model" ; \ rm -rf exe mod* obj* tmp ftn/makefile ftn/makefile_DIST \ ftn/makefile_SHRD esmf/wwatch3.env aux/makefile \ bin/link bin/comp ; \ find . -name '*.o' -o -name '*.mod' -o -name '*.a' \ | xargs rm -f -rm -rf /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/WW3_INSTALL /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/WW3_INSTALL/nuopc.mk -if ! test -f /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; then \ - cat /dev/null > /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; \ +rm -rf /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/WW3_INSTALL /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/WW3_INSTALL/nuopc.mk +if ! test -f /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; then \ + cat /dev/null > /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; \ delete_nuopc=yes ; \ fi ; \ - cd /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src ; make "COMPONENTS=FMS FV3 WW3" \ + cd /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src ; make "COMPONENTS=FMS FV3 WW3" \ INCLUDES_ARE_OPTIONAL=YES clean ; \ if [ "$delete_nuopc" = yes ] ; then \ - rm -f /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; \ + rm -f /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; \ fi Components in linker order: WW3 FV3 FMS WW3: include -make[1]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src' +make[1]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src' GNUmakefile:70: : component WW3 makefile fragment is missing -FV3: include /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk -GNUmakefile:70: /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk: component FV3 makefile fragment is missing -FMS: include /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL/fms.mk -GNUmakefile:70: /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL/fms.mk: component FMS makefile fragment is missing +FV3: include /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk +GNUmakefile:70: /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk: component FV3 makefile fragment is missing +FMS: include /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL/fms.mk +GNUmakefile:70: /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL/fms.mk: component FMS makefile fragment is missing rm -f -f *.tmp.f90 *.lst *.o *.mod lm map cd ENS_Cpl ; make clean -make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/ENS_Cpl' +make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/ENS_Cpl' rm -f -f ENS_Cpl.a *.f90 *.o *.mod *.lst lm map depend -make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/ENS_Cpl' -make[1]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src' -rm -f /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/exe/NEMS.x /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC -rm -f /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/configure.nems /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/externals.nems /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/modules.nems /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/ESMFVersionDefine.h /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/modules.nems.sh /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/modules.nems.csh /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/test-results.mk -rm -f /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/components.mk -rm -f /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/test_results.mk +make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/ENS_Cpl' +make[1]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src' +rm -f /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/exe/NEMS.x /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC +rm -f /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/externals.nems /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/modules.nems /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/ESMFVersionDefine.h /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/modules.nems.sh /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/modules.nems.csh /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/test-results.mk +rm -f /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/components.mk +rm -f /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/test_results.mk NEMSAppBuilder: make app=coupledFV3_WW3 build -Convert /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/coupledFV3_WW3.appBuilder -...into /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/coupledFV3_WW3.appBuilder.mk -Include /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/coupledFV3_WW3.appBuilder.mk -echo 'FMS FV3 WW3' > "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/components.mk" +Convert /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/coupledFV3_WW3.appBuilder +...into /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/coupledFV3_WW3.appBuilder.mk +Include /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/coupledFV3_WW3.appBuilder.mk +echo 'FMS FV3 WW3' > "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/components.mk" Adding FV3 makeopts to FMS makeopts -cp /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/conf/configure.fv3.wcoss_cray /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/configure.nems -cat /dev/null > /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/externals.nems -cp /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_cray/fv3 /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/modules.nems -cp /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/ESMFVersionDefine_ESMF_NUOPC.h /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/ESMFVersionDefine.h -( echo '. /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc' ; \ - echo 'module use /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf' ; \ - echo 'module load modules.nems' ) > "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/modules.nems.sh" -( echo 'source /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/module-setup.csh.inc' ; \ - echo 'module use /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf' ; \ - echo 'module load modules.nems' ) > "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/modules.nems.csh" -/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/incmake/configure_rules.mk:3: /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/test-results.mk: No such file or directory -make -f /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/incmake/tests.mk \ - MODULE_LOGIC=" . /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack" \ - TARGET="/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/test-results.mk" TEST -make[1]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS' +cp /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/conf/configure.fv3.wcoss_cray /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems +cat /dev/null > /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/externals.nems +cp /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/wcoss_cray/fv3 /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/modules.nems +cp /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/ESMFVersionDefine_ESMF_NUOPC.h /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/ESMFVersionDefine.h +( echo '. /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc' ; \ + echo 'module use /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf' ; \ + echo 'module load modules.nems' ) > "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/modules.nems.sh" +( echo 'source /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/module-setup.csh.inc' ; \ + echo 'module use /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf' ; \ + echo 'module load modules.nems' ) > "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/modules.nems.csh" +/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/incmake/configure_rules.mk:3: /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/test-results.mk: No such file or directory +make -f /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/incmake/tests.mk \ + MODULE_LOGIC=" . /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack" \ + TARGET="/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/test-results.mk" TEST +make[1]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS' if [ -f "/modules.nems" ] ; then \ - . /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=unlimited ; ulimit -S -s 200000 ; module use /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s ; \ + . /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=unlimited ; ulimit -S -s 200000 ; module use /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s ; \ fi ; \ ( \ echo "# Do not edit this file. It is automatically generated from tests.mk." ; \ echo "CASELESS_FILESYSTEM=NO" ; \ if [ "Q$ESMFMKFILE" != Q ] ; then egrep 'VERSION|^ESMF_[A-Z]*DIR' < "$ESMFMKFILE" ; fi ; \ - ) > "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/test-results.mk" -make[1]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS' -. /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/fv3gfs ; \ + ) > "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/test-results.mk" +make[1]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS' +. /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs ; \ exec make all Currently Loaded Modulefiles: 1) craype-network-aries @@ -323,10 +331,10 @@ Currently Loaded Modulefiles: 33) ugni/6.0-1.0502.10863.8.29.ari 34) esmf/8.0.0 35) modules.nems -make[1]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/fv3gfs' +make[1]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs' Building dependencies ... -make[1]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/fv3gfs' -make[1]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/fv3gfs' +make[1]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs' +make[1]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs' ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_parameter.F90 -o ../mpp/mpp_parameter.o Using 8-byte addressing Using pure routines. @@ -617,18 +625,18 @@ a - ../mosaic/mosaic_util.o a - ../mosaic/read_mosaic.o a - ../mpp/nsclock.o a - ../mpp/threadloc.o -mkdir -p "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL" -mv fms.mk "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL/." -cp -fp *.a *.mod ../include/*.h "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL"/. -make[1]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/fv3gfs' -test -d /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -Compiling into /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL on wcoss_cray -cp -fp /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/configure.nems \ - "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3"/conf/configure.fv3 -cp -fp /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/modules.nems \ - "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3"/conf/modules.fv3 -. /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3 ; \ - exec make COMP=FV3 COMP_SRCDIR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3 COMP_BINDIR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL MACHINE_ID=wcoss_cray FMS_DIR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL nemsinstall +mkdir -p "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL" +mv fms.mk "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL/." +cp -fp *.a *.mod ../include/*.h "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL"/. +make[1]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs' +test -d /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL +Compiling into /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL on wcoss_cray +cp -fp /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems \ + "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3"/conf/configure.fv3 +cp -fp /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/modules.nems \ + "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3"/conf/modules.fv3 +. /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 ; \ + exec make COMP=FV3 COMP_SRCDIR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 COMP_BINDIR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL MACHINE_ID=wcoss_cray FMS_DIR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL nemsinstall Currently Loaded Modulefiles: 1) craype-network-aries 2) craype/2.3.0 @@ -665,196 +673,196 @@ Currently Loaded Modulefiles: 33) ugni/6.0-1.0502.10863.8.29.ari 34) esmf/8.0.0 35) modules.nems -make[1]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3' +make[1]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3' Building dependencies ... -make[1]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3' -make[1]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3' -make -C cpl FMS_DIR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL +make[1]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3' +make[1]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3' +make -C cpl FMS_DIR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL Build standalone FV3 io ... -make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/cpl' +make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl' Building dependencies ... -make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/cpl' +make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl' Build standalone FV3 io ... -make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/cpl' +make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl' ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c module_cplfields.F90 ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c module_cap_cpl.F90 ar rv libfv3cpl.a module_cplfields.o module_cap_cpl.o ar: creating libfv3cpl.a a - module_cplfields.o a - module_cap_cpl.o -make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/cpl' -make -C gfsphysics FMS_DIR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit +make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl' +make -C gfsphysics FMS_DIR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit Build standalone FV3 gfsphysics ... makefile:278: depend: No such file or directory -make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics' +make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics' Building dependencies ... -make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics' +make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics' Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics' -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/machine.F -o physics/machine.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cnvc90.f -o physics/cnvc90.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/co2hc.f -o physics/co2hc.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/date_def.f -o physics/date_def.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/physcons.F90 -o physics/physcons.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/dcyc2.f -o physics/dcyc2.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/dcyc2.pre.rad.f -o physics/dcyc2.pre.rad.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/efield.f -o physics/efield.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/tracer_const_h.f -o physics/tracer_const_h.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/get_prs.f -o physics/get_prs.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gocart_tracer_config_stub.f -o physics/gocart_tracer_config_stub.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/funcphys.f90 -o physics/funcphys.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gscond.f -o physics/gscond.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gscondp.f -o physics/gscondp.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gwdc.f -o physics/gwdc.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gwdps.f -o physics/gwdps.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_initialize.F90 -o physics/cires_ugwp_initialize.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_module.F90 -o physics/cires_ugwp_module.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ugwp_driver_v0.f -o physics/ugwp_driver_v0.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_orowam2017.f -o physics/cires_orowam2017.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2o_def.f -o physics/h2o_def.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2oc.f -o physics/h2oc.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2ohdc.f -o physics/h2ohdc.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2ophys.f -o physics/h2ophys.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ideaca.f -o physics/ideaca.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_composition.f -o physics/idea_composition.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_co2.f -o physics/idea_co2.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_dissipation.f -o physics/idea_dissipation.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_h2o.f -o physics/idea_h2o.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/wam_f107_kp_mod.f90 -o physics/wam_f107_kp_mod.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_ion.f -o physics/idea_ion.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_o2_o3.f -o physics/idea_o2_o3.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_phys.f -o physics/idea_phys.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_solar_heating.f -o physics/idea_solar_heating.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_tracer.f -o physics/idea_tracer.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/iounitdef.f -o physics/iounitdef.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/lrgsclr.f -o physics/lrgsclr.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mersenne_twister.f -o physics/mersenne_twister.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfpbl.f -o physics/mfpbl.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfpblt.f -o physics/mfpblt.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfpbltq.f -o physics/mfpbltq.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfscu.f -o physics/mfscu.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfscuq.f -o physics/mfscuq.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_bfmicrophysics.f -o physics/module_bfmicrophysics.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninedmf.f -o physics/moninedmf.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninedmf_hafs.f -o physics/moninedmf_hafs.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninp.f -o physics/moninp.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninp1.f -o physics/moninp1.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninq.f -o physics/moninq.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninq1.f -o physics/moninq1.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninshoc.f -o physics/moninshoc.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstadb.f -o physics/mstadb.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstadbtn.f -o physics/mstadbtn.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstadbtn2.f -o physics/mstadbtn2.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstcnv.f -o physics/mstcnv.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/namelist_soilveg.f -o physics/namelist_soilveg.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozne_def.f -o physics/ozne_def.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/iccn_def.f -o physics/iccn_def.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/aerclm_def.f -o physics/aerclm_def.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozphys.f -o physics/ozphys.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozphys_2015.f -o physics/ozphys_2015.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/physparam.f -o physics/physparam.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/precpd.f -o physics/precpd.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/precpd_shoc.f -o physics/precpd_shoc.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/precpdp.f -o physics/precpdp.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/progtm_module.f -o physics/progtm_module.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/progt2.f -o physics/progt2.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/surface_perturbation.F90 -o physics/surface_perturbation.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radlw_param.f -o physics/radlw_param.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radlw_datatb.f -o physics/radlw_datatb.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radlw_main.f -o physics/radlw_main.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radsw_param.f -o physics/radsw_param.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rascnvv2.f -o physics/rascnvv2.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/GFDL_parse_tracers.F90 -o physics/GFDL_parse_tracers.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_typedefs.F90 -o GFS_layer/GFS_typedefs.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gfs_phy_tracer_config.F -o physics/gfs_phy_tracer_config.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX-I -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_aerosols.f -o physics/radiation_aerosols.o +make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics' +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/machine.F -o physics/machine.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cnvc90.f -o physics/cnvc90.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/co2hc.f -o physics/co2hc.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/date_def.f -o physics/date_def.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/physcons.F90 -o physics/physcons.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/dcyc2.f -o physics/dcyc2.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/dcyc2.pre.rad.f -o physics/dcyc2.pre.rad.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/efield.f -o physics/efield.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/tracer_const_h.f -o physics/tracer_const_h.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/get_prs.f -o physics/get_prs.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gocart_tracer_config_stub.f -o physics/gocart_tracer_config_stub.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/funcphys.f90 -o physics/funcphys.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gscond.f -o physics/gscond.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gscondp.f -o physics/gscondp.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gwdc.f -o physics/gwdc.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gwdps.f -o physics/gwdps.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_initialize.F90 -o physics/cires_ugwp_initialize.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_module.F90 -o physics/cires_ugwp_module.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ugwp_driver_v0.f -o physics/ugwp_driver_v0.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_orowam2017.f -o physics/cires_orowam2017.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2o_def.f -o physics/h2o_def.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2oc.f -o physics/h2oc.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2ohdc.f -o physics/h2ohdc.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2ophys.f -o physics/h2ophys.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ideaca.f -o physics/ideaca.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_composition.f -o physics/idea_composition.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_co2.f -o physics/idea_co2.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_dissipation.f -o physics/idea_dissipation.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_h2o.f -o physics/idea_h2o.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/wam_f107_kp_mod.f90 -o physics/wam_f107_kp_mod.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_ion.f -o physics/idea_ion.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_o2_o3.f -o physics/idea_o2_o3.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_phys.f -o physics/idea_phys.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_solar_heating.f -o physics/idea_solar_heating.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_tracer.f -o physics/idea_tracer.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/iounitdef.f -o physics/iounitdef.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/lrgsclr.f -o physics/lrgsclr.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mersenne_twister.f -o physics/mersenne_twister.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfpbl.f -o physics/mfpbl.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfpblt.f -o physics/mfpblt.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfpbltq.f -o physics/mfpbltq.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfscu.f -o physics/mfscu.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfscuq.f -o physics/mfscuq.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_bfmicrophysics.f -o physics/module_bfmicrophysics.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninedmf.f -o physics/moninedmf.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninedmf_hafs.f -o physics/moninedmf_hafs.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninp.f -o physics/moninp.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninp1.f -o physics/moninp1.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninq.f -o physics/moninq.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninq1.f -o physics/moninq1.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninshoc.f -o physics/moninshoc.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstadb.f -o physics/mstadb.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstadbtn.f -o physics/mstadbtn.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstadbtn2.f -o physics/mstadbtn2.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstcnv.f -o physics/mstcnv.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/namelist_soilveg.f -o physics/namelist_soilveg.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozne_def.f -o physics/ozne_def.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/iccn_def.f -o physics/iccn_def.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/aerclm_def.f -o physics/aerclm_def.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozphys.f -o physics/ozphys.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozphys_2015.f -o physics/ozphys_2015.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/physparam.f -o physics/physparam.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/precpd.f -o physics/precpd.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/precpd_shoc.f -o physics/precpd_shoc.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/precpdp.f -o physics/precpdp.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/progtm_module.f -o physics/progtm_module.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/progt2.f -o physics/progt2.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/surface_perturbation.F90 -o physics/surface_perturbation.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radlw_param.f -o physics/radlw_param.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radlw_datatb.f -o physics/radlw_datatb.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radlw_main.f -o physics/radlw_main.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radsw_param.f -o physics/radsw_param.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rascnvv2.f -o physics/rascnvv2.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/GFDL_parse_tracers.F90 -o physics/GFDL_parse_tracers.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_typedefs.F90 -o GFS_layer/GFS_typedefs.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gfs_phy_tracer_config.F -o physics/gfs_phy_tracer_config.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX-I -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_aerosols.f -o physics/radiation_aerosols.o ifort: command line warning #10121: overriding '-xCORE-AVX2' with '-xCORE-AVX-I' -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_astronomy.f -o physics/radiation_astronomy.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_surface.f -o physics/radiation_surface.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radsw_datatb.f -o physics/radsw_datatb.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radsw_main.f -o physics/radsw_main.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_gases.f -o physics/radiation_gases.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_clouds.f -o physics/radiation_clouds.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_astronomy.f -o physics/radiation_astronomy.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_surface.f -o physics/radiation_surface.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radsw_datatb.f -o physics/radsw_datatb.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radsw_main.f -o physics/radsw_main.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_gases.f -o physics/radiation_gases.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_clouds.f -o physics/radiation_clouds.o cc -E -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML GFS_layer/GFS_radiation_driver.F90 > GFS_layer/GFS_radiation_driver.tmp.f90 -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_radiation_driver.tmp.f90 -o GFS_layer/GFS_radiation_driver.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rad_initialize.f -o physics/rad_initialize.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rayleigh_damp.f -o physics/rayleigh_damp.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rayleigh_damp_mesopause.f -o physics/rayleigh_damp_mesopause.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/samfaerosols.f -o physics/samfaerosols.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/samfdeepcnv.f -o physics/samfdeepcnv.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/samfshalcnv.f -o physics/samfshalcnv.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sascnv.f -o physics/sascnv.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sascnvn.f -o physics/sascnvn.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/satmedmfvdif.f -o physics/satmedmfvdif.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/satmedmfvdifq.f -o physics/satmedmfvdifq.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/set_soilveg.f -o physics/set_soilveg.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_cice.f -o physics/sfc_cice.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_diag.f -o physics/sfc_diag.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_diff.f -o physics/sfc_diff.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_drv.f -o physics/sfc_drv.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_wrf_utl.f90 -o physics/module_wrf_utl.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_sf_noahmp_glacier.f90 -o physics/module_sf_noahmp_glacier.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/noahmp_tables.f90 -o physics/noahmp_tables.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_sf_noahmplsm.f90 -o physics/module_sf_noahmplsm.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_noahmp_drv.f -o physics/sfc_noahmp_drv.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_nst_parameters.f90 -o physics/module_nst_parameters.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_nst_water_prop.f90 -o physics/module_nst_water_prop.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_nst_model.f90 -o physics/module_nst_model.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_nst.f -o physics/sfc_nst.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_ocean.f -o physics/sfc_ocean.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_sice.f -o physics/sfc_sice.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sflx.f -o physics/sflx.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcnv.f -o physics/shalcnv.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv.f -o physics/shalcv.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv_1lyr.f -o physics/shalcv_1lyr.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv_fixdp.f -o physics/shalcv_fixdp.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv_opr.f -o physics/shalcv_opr.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/tridi2t3.f -o physics/tridi2t3.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/calpreciptype.f90 -o physics/calpreciptype.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gcm_shoc.f90 -o physics/gcm_shoc.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/get_prs_fv3.f90 -o physics/get_prs_fv3.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2ointerp.f90 -o physics/h2ointerp.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozinterp.f90 -o physics/ozinterp.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/iccninterp.f90 -o physics/iccninterp.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/aerinterp.f90 -o physics/aerinterp.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/aer_cloud.F -o physics/aer_cloud.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/wv_saturation.F -o physics/wv_saturation.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cldmacro.F -o physics/cldmacro.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cldwat2m_micro.F -o physics/cldwat2m_micro.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/num_parthds.F -o physics/num_parthds.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfcsub.F -o physics/sfcsub.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gcycle.F90 -o physics/gcycle.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_utils.F90 -o physics/cires_ugwp_utils.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_triggers.F90 -o physics/cires_ugwp_triggers.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_solvers.F90 -o physics/cires_ugwp_solvers.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_vert_lsatdis.F90 -o physics/cires_vert_lsatdis.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_vert_orodis.F90 -o physics/cires_vert_orodis.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_vert_wmsdis.F90 -o physics/cires_vert_wmsdis.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_mp_radar.F90 -o physics/module_mp_radar.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gfdl_cloud_microphys.F90 -o physics/gfdl_cloud_microphys.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/micro_mg_utils.F90 -o physics/micro_mg_utils.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/micro_mg2_0.F90 -o physics/micro_mg2_0.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/micro_mg3_0.F90 -o physics/micro_mg3_0.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/m_micro_driver.F90 -o physics/m_micro_driver.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cs_conv.F90 -o physics/cs_conv.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/GFS_debug.F90 -o physics/GFS_debug.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_mp_thompson_gfs.F90 -o physics/module_mp_thompson_gfs.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_mp_wsm6_fv3.F90 -o physics/module_mp_wsm6_fv3.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -O0 -c GFS_layer/GFS_diagnostics.F90 -o GFS_layer/GFS_diagnostics.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_restart.F90 -o GFS_layer/GFS_restart.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_radiation_driver.tmp.f90 -o GFS_layer/GFS_radiation_driver.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rad_initialize.f -o physics/rad_initialize.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rayleigh_damp.f -o physics/rayleigh_damp.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rayleigh_damp_mesopause.f -o physics/rayleigh_damp_mesopause.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/samfaerosols.f -o physics/samfaerosols.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/samfdeepcnv.f -o physics/samfdeepcnv.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/samfshalcnv.f -o physics/samfshalcnv.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sascnv.f -o physics/sascnv.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sascnvn.f -o physics/sascnvn.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/satmedmfvdif.f -o physics/satmedmfvdif.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/satmedmfvdifq.f -o physics/satmedmfvdifq.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/set_soilveg.f -o physics/set_soilveg.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_cice.f -o physics/sfc_cice.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_diag.f -o physics/sfc_diag.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_diff.f -o physics/sfc_diff.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_drv.f -o physics/sfc_drv.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_wrf_utl.f90 -o physics/module_wrf_utl.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_sf_noahmp_glacier.f90 -o physics/module_sf_noahmp_glacier.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/noahmp_tables.f90 -o physics/noahmp_tables.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_sf_noahmplsm.f90 -o physics/module_sf_noahmplsm.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_noahmp_drv.f -o physics/sfc_noahmp_drv.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_nst_parameters.f90 -o physics/module_nst_parameters.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_nst_water_prop.f90 -o physics/module_nst_water_prop.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_nst_model.f90 -o physics/module_nst_model.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_nst.f -o physics/sfc_nst.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_ocean.f -o physics/sfc_ocean.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_sice.f -o physics/sfc_sice.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sflx.f -o physics/sflx.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcnv.f -o physics/shalcnv.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv.f -o physics/shalcv.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv_1lyr.f -o physics/shalcv_1lyr.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv_fixdp.f -o physics/shalcv_fixdp.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv_opr.f -o physics/shalcv_opr.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/tridi2t3.f -o physics/tridi2t3.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/calpreciptype.f90 -o physics/calpreciptype.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gcm_shoc.f90 -o physics/gcm_shoc.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/get_prs_fv3.f90 -o physics/get_prs_fv3.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2ointerp.f90 -o physics/h2ointerp.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozinterp.f90 -o physics/ozinterp.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/iccninterp.f90 -o physics/iccninterp.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/aerinterp.f90 -o physics/aerinterp.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/aer_cloud.F -o physics/aer_cloud.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/wv_saturation.F -o physics/wv_saturation.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cldmacro.F -o physics/cldmacro.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cldwat2m_micro.F -o physics/cldwat2m_micro.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/num_parthds.F -o physics/num_parthds.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfcsub.F -o physics/sfcsub.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gcycle.F90 -o physics/gcycle.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_utils.F90 -o physics/cires_ugwp_utils.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_triggers.F90 -o physics/cires_ugwp_triggers.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_solvers.F90 -o physics/cires_ugwp_solvers.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_vert_lsatdis.F90 -o physics/cires_vert_lsatdis.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_vert_orodis.F90 -o physics/cires_vert_orodis.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_vert_wmsdis.F90 -o physics/cires_vert_wmsdis.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_mp_radar.F90 -o physics/module_mp_radar.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gfdl_cloud_microphys.F90 -o physics/gfdl_cloud_microphys.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/micro_mg_utils.F90 -o physics/micro_mg_utils.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/micro_mg2_0.F90 -o physics/micro_mg2_0.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/micro_mg3_0.F90 -o physics/micro_mg3_0.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/m_micro_driver.F90 -o physics/m_micro_driver.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cs_conv.F90 -o physics/cs_conv.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/GFS_debug.F90 -o physics/GFS_debug.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_mp_thompson_gfs.F90 -o physics/module_mp_thompson_gfs.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_mp_wsm6_fv3.F90 -o physics/module_mp_wsm6_fv3.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -O0 -c GFS_layer/GFS_diagnostics.F90 -o GFS_layer/GFS_diagnostics.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_restart.F90 -o GFS_layer/GFS_restart.o cc -E -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML GFS_layer/GFS_physics_driver.F90 > GFS_layer/GFS_physics_driver.tmp.f90 -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_physics_driver.tmp.f90 -o GFS_layer/GFS_physics_driver.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_physics_driver.tmp.f90 -o GFS_layer/GFS_physics_driver.o cc -E -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML GFS_layer/GFS_driver.F90 > GFS_layer/GFS_driver.tmp.f90 -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_driver.tmp.f90 -o GFS_layer/GFS_driver.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_abstraction_layer.F90 -o GFS_layer/GFS_abstraction_layer.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_driver.tmp.f90 -o GFS_layer/GFS_driver.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_abstraction_layer.F90 -o GFS_layer/GFS_abstraction_layer.o ar rv libgfsphys.a physics/cnvc90.o physics/co2hc.o physics/date_def.o physics/dcyc2.o physics/dcyc2.pre.rad.o physics/efield.o physics/get_prs.o physics/gocart_tracer_config_stub.o physics/gscond.o physics/gscondp.o physics/gwdc.o physics/gwdps.o physics/ugwp_driver_v0.o physics/cires_orowam2017.o physics/h2o_def.o physics/h2oc.o physics/h2ohdc.o physics/h2ophys.o physics/ideaca.o physics/idea_co2.o physics/idea_composition.o physics/idea_dissipation.o physics/idea_h2o.o physics/idea_ion.o physics/idea_o2_o3.o physics/idea_phys.o physics/idea_solar_heating.o physics/idea_tracer.o physics/iounitdef.o physics/lrgsclr.o physics/mersenne_twister.o physics/mfpbl.o physics/mfpblt.o physics/mfpbltq.o physics/mfscu.o physics/mfscuq.o physics/module_bfmicrophysics.o physics/moninedmf.o physics/moninedmf_hafs.o physics/moninp.o physics/moninp1.o physics/moninq.o physics/moninq1.o physics/moninshoc.o physics/mstadb.o physics/mstadbtn.o physics/mstadbtn2.o physics/mstcnv.o physics/namelist_soilveg.o physics/ozne_def.o physics/iccn_def.o physics/aerclm_def.o physics/ozphys.o physics/ozphys_2015.o physics/physparam.o physics/precpd.o physics/precpd_shoc.o physics/precpdp.o physics/progt2.o physics/progtm_module.o physics/rad_initialize.o physics/radiation_aerosols.o physics/radiation_astronomy.o physics/radiation_clouds.o physics/radiation_gases.o physics/radiation_surface.o physics/radlw_datatb.o physics/radlw_main.o physics/radlw_param.o physics/radsw_datatb.o physics/radsw_main.o physics/radsw_param.o physics/rascnvv2.o physics/rayleigh_damp.o physics/rayleigh_damp_mesopause.o physics/samfaerosols.o physics/samfdeepcnv.o physics/samfshalcnv.o physics/sascnv.o physics/sascnvn.o physics/satmedmfvdif.o physics/satmedmfvdifq.o physics/set_soilveg.o physics/sfc_cice.o physics/sfc_diag.o physics/sfc_diff.o physics/sfc_drv.o physics/sfc_noahmp_drv.o physics/sfc_nst.o physics/sfc_ocean.o physics/sfc_sice.o physics/sflx.o physics/shalcnv.o physics/shalcv.o physics/shalcv_1lyr.o physics/shalcv_fixdp.o physics/shalcv_opr.o physics/tracer_const_h.o physics/tridi2t3.o physics/calpreciptype.o physics/funcphys.o physics/gcm_shoc.o physics/get_prs_fv3.o physics/h2ointerp.o physics/module_nst_model.o physics/module_nst_parameters.o physics/module_nst_water_prop.o physics/ozinterp.o physics/module_wrf_utl.o physics/noahmp_tables.o physics/module_sf_noahmplsm.o physics/module_sf_noahmp_glacier.o physics/iccninterp.o physics/aerinterp.o physics/wam_f107_kp_mod.o physics/aer_cloud.o physics/cldmacro.o physics/cldwat2m_micro.o physics/gfs_phy_tracer_config.o physics/machine.o physics/num_parthds.o physics/sfcsub.o physics/wv_saturation.o physics/GFDL_parse_tracers.o physics/gcycle.o physics/cires_ugwp_initialize.o physics/cires_ugwp_module.o physics/cires_ugwp_utils.o physics/cires_ugwp_triggers.o physics/cires_ugwp_solvers.o physics/cires_vert_lsatdis.o physics/cires_vert_orodis.o physics/cires_vert_wmsdis.o physics/gfdl_cloud_microphys.o physics/micro_mg_utils.o physics/micro_mg2_0.o physics/micro_mg3_0.o physics/m_micro_driver.o physics/cs_conv.o physics/GFS_debug.o physics/module_mp_radar.o physics/module_mp_thompson_gfs.o physics/module_mp_wsm6_fv3.o physics/physcons.o physics/surface_perturbation.o GFS_layer/GFS_abstraction_layer.o GFS_layer/GFS_diagnostics.o GFS_layer/GFS_driver.o GFS_layer/GFS_physics_driver.o GFS_layer/GFS_radiation_driver.o GFS_layer/GFS_restart.o GFS_layer/GFS_typedefs.o ar: creating libgfsphys.a a - physics/cnvc90.o @@ -1009,48 +1017,48 @@ a - GFS_layer/GFS_physics_driver.o a - GFS_layer/GFS_radiation_driver.o a - GFS_layer/GFS_restart.o a - GFS_layer/GFS_typedefs.o -make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics' -make -C ipd FMS_DIR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit +make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics' +make -C ipd FMS_DIR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit Build standalone FV3 gfsphysics ... makefile:54: depend: No such file or directory -make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ipd' +make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd' Building dependencies ... -make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ipd' +make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd' Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ipd' -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../namphysics -c IPD_typedefs.F90 -o IPD_typedefs.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../namphysics -c IPD_driver.F90 -o IPD_driver.o +make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd' +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../namphysics -c IPD_typedefs.F90 -o IPD_typedefs.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../namphysics -c IPD_driver.F90 -o IPD_driver.o ar rv libipd.a IPD_driver.o IPD_typedefs.o ar: creating libipd.a a - IPD_driver.o a - IPD_typedefs.o -make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ipd' -make -C io FMS_DIR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL +make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd' +make -C io FMS_DIR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL Build standalone FV3 io ... $ESMF_INC is [-I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include] -make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/io' +make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io' Building dependencies ... -make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/io' +make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io' Build standalone FV3 io ... $ESMF_INC is [-I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include] -make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/io' -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -c ffsync.F90 -o ffsync.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c FV3GFS_io.F90 -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -c module_fv3_io_def.F90 -o module_fv3_io_def.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c module_write_internal_state.F90 -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/ncep_post_v8.0.1_4 -c post_gfs.F90 -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/ncep_post_v8.0.1_4 -c post_nems_routines.F90 -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/nemsio_v2.2.4 -c module_write_nemsio.F90 -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/nemsio_v2.2.4 -c module_write_netcdf.F90 -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c module_wrt_grid_comp.F90 +make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io' +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -c ffsync.F90 -o ffsync.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c FV3GFS_io.F90 +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -c module_fv3_io_def.F90 -o module_fv3_io_def.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c module_write_internal_state.F90 +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/ncep_post_v8.0.1_4 -c post_gfs.F90 +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/ncep_post_v8.0.1_4 -c post_nems_routines.F90 +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/nemsio_v2.2.4 -c module_write_nemsio.F90 +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/nemsio_v2.2.4 -c module_write_netcdf.F90 +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c module_wrt_grid_comp.F90 ar rv libfv3io.a ffsync.o FV3GFS_io.o post_gfs.o post_nems_routines.o module_write_nemsio.o module_write_netcdf.o module_fv3_io_def.o module_write_internal_state.o module_wrt_grid_comp.o ar: creating libfv3io.a a - ffsync.o @@ -1062,66 +1070,66 @@ a - module_write_netcdf.o a - module_fv3_io_def.o a - module_write_internal_state.o a - module_wrt_grid_comp.o -make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/io' -make -C atmos_cubed_sphere FMS_DIR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL +make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io' +make -C atmos_cubed_sphere FMS_DIR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL Build standalone FV3 fv3core ... -make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/atmos_cubed_sphere' +make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere' Building dependencies ... -make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/atmos_cubed_sphere' +make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere' Build standalone FV3 fv3core ... -make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/atmos_cubed_sphere' -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_arrays.F90 -o model/fv_arrays.o +make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere' +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_arrays.F90 -o model/fv_arrays.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_mp_mod.F90 -o tools/fv_mp_mod.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_timing.F90 -o tools/fv_timing.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/external_sst.F90 -o tools/external_sst.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_eta.F90 -o tools/fv_eta.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_grid_utils.F90 -o model/fv_grid_utils.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_mp_mod.F90 -o tools/fv_mp_mod.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_timing.F90 -o tools/fv_timing.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/external_sst.F90 -o tools/external_sst.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_eta.F90 -o tools/fv_eta.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_grid_utils.F90 -o model/fv_grid_utils.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/a2b_edge.F90 -o model/a2b_edge.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/multi_gases.F90 -o model/multi_gases.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/boundary.F90 -o model/boundary.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_sg.F90 -o model/fv_sg.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_fill.F90 -o model/fv_fill.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_cmp.F90 -o model/fv_cmp.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -fast-transcendentals -c model/fv_mapz.F90 -o model/fv_mapz.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_surf_map.F90 -o tools/fv_surf_map.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_diagnostics.F90 -o tools/fv_diagnostics.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/init_hydro.F90 -o tools/init_hydro.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/sorted_index.F90 -o tools/sorted_index.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_grid_tools.F90 -o tools/fv_grid_tools.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/test_cases.F90 -o tools/test_cases.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/tp_core.F90 -o model/tp_core.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/sw_core.F90 -o model/sw_core.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/sim_nc_mod.F90 -o tools/sim_nc_mod.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_nudge.F90 -o tools/fv_nudge.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_regional_bc.F90 -o model/fv_regional_bc.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -fast-transcendentals -c model/nh_utils.F90 -o model/nh_utils.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/nh_core.F90 -o model/nh_core.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_update_phys.F90 -o model/fv_update_phys.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/dyn_core.F90 -o model/dyn_core.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_io.F90 -o tools/fv_io.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_treat_da_inc.F90 -o tools/fv_treat_da_inc.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/external_ic.F90 -o tools/external_ic.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_restart.F90 -o tools/fv_restart.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_control.F90 -o model/fv_control.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_tracer2d.F90 -o model/fv_tracer2d.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_nesting.F90 -o model/fv_nesting.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_dynamics.F90 -o model/fv_dynamics.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_iau_mod.F90 -o tools/fv_iau_mod.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c driver/fvGFS/DYCORE_typedefs.F90 -o driver/fvGFS/DYCORE_typedefs.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c driver/fvGFS/fv_nggps_diag.F90 -o driver/fvGFS/fv_nggps_diag.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c driver/fvGFS/atmosphere.F90 -o driver/fvGFS/atmosphere.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/a2b_edge.F90 -o model/a2b_edge.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/multi_gases.F90 -o model/multi_gases.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/boundary.F90 -o model/boundary.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_sg.F90 -o model/fv_sg.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_fill.F90 -o model/fv_fill.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_cmp.F90 -o model/fv_cmp.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -fast-transcendentals -c model/fv_mapz.F90 -o model/fv_mapz.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_surf_map.F90 -o tools/fv_surf_map.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_diagnostics.F90 -o tools/fv_diagnostics.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/init_hydro.F90 -o tools/init_hydro.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/sorted_index.F90 -o tools/sorted_index.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_grid_tools.F90 -o tools/fv_grid_tools.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/test_cases.F90 -o tools/test_cases.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/tp_core.F90 -o model/tp_core.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/sw_core.F90 -o model/sw_core.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/sim_nc_mod.F90 -o tools/sim_nc_mod.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_nudge.F90 -o tools/fv_nudge.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_regional_bc.F90 -o model/fv_regional_bc.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -fast-transcendentals -c model/nh_utils.F90 -o model/nh_utils.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/nh_core.F90 -o model/nh_core.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_update_phys.F90 -o model/fv_update_phys.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/dyn_core.F90 -o model/dyn_core.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_io.F90 -o tools/fv_io.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_treat_da_inc.F90 -o tools/fv_treat_da_inc.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/external_ic.F90 -o tools/external_ic.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_restart.F90 -o tools/fv_restart.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_control.F90 -o model/fv_control.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_tracer2d.F90 -o model/fv_tracer2d.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_nesting.F90 -o model/fv_nesting.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_dynamics.F90 -o model/fv_dynamics.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_iau_mod.F90 -o tools/fv_iau_mod.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c driver/fvGFS/DYCORE_typedefs.F90 -o driver/fvGFS/DYCORE_typedefs.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c driver/fvGFS/fv_nggps_diag.F90 -o driver/fvGFS/fv_nggps_diag.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c driver/fvGFS/atmosphere.F90 -o driver/fvGFS/atmosphere.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. @@ -1168,49 +1176,49 @@ a - tools/test_cases.o a - driver/fvGFS/DYCORE_typedefs.o a - driver/fvGFS/fv_nggps_diag.o a - driver/fvGFS/atmosphere.o -make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/atmos_cubed_sphere' -make -C ../stochastic_physics FMS_DIR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit +make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere' +make -C ../stochastic_physics FMS_DIR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit Build standalone FV3 stochastic_physics ... makefile:86: depend: No such file or directory -make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/stochastic_physics' +make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/stochastic_physics' Building dependencies ... -make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/stochastic_physics' +make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/stochastic_physics' Build standalone FV3 stochastic_physics ... -make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/stochastic_physics' -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_gg_def.f -o stochy_gg_def.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_resol_def.f -o stochy_resol_def.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_layout_lag.f -o stochy_layout_lag.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c spectral_layout.F90 -o spectral_layout.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c four_to_grid_stochy.F -o four_to_grid_stochy.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c glats_stochy.f -o glats_stochy.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c sumfln_stochy.f -o sumfln_stochy.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c gozrineo_stochy.f -o gozrineo_stochy.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c num_parthds_stochy.f -o num_parthds_stochy.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c get_ls_node_stochy.f -o get_ls_node_stochy.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c get_lats_node_a_stochy.f -o get_lats_node_a_stochy.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c setlats_a_stochy.f -o setlats_a_stochy.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c setlats_lag_stochy.f -o setlats_lag_stochy.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c epslon_stochy.f -o epslon_stochy.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c getcon_lag_stochy.f -o getcon_lag_stochy.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c pln2eo_stochy.f -o pln2eo_stochy.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c dozeuv_stochy.f -o dozeuv_stochy.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c dezouv_stochy.f -o dezouv_stochy.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c update_ca.f90 -o update_ca.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c cellular_automata.f90 -o cellular_automata.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c plumes.f90 -o plumes.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_internal_state_mod.F90 -o stochy_internal_state_mod.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c getcon_spectral.F90 -o getcon_spectral.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_namelist_def.F90 -o stochy_namelist_def.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c compns_stochy.F90 -o compns_stochy.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_patterngenerator.F90 -o stochy_patterngenerator.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c initialize_spectral_mod.F90 -o initialize_spectral_mod.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_data_mod.F90 -o stochy_data_mod.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c get_stochy_pattern.F90 -o get_stochy_pattern.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochastic_physics.F90 -o stochastic_physics.o +make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/stochastic_physics' +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_gg_def.f -o stochy_gg_def.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_resol_def.f -o stochy_resol_def.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_layout_lag.f -o stochy_layout_lag.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c spectral_layout.F90 -o spectral_layout.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c four_to_grid_stochy.F -o four_to_grid_stochy.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c glats_stochy.f -o glats_stochy.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c sumfln_stochy.f -o sumfln_stochy.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c gozrineo_stochy.f -o gozrineo_stochy.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c num_parthds_stochy.f -o num_parthds_stochy.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c get_ls_node_stochy.f -o get_ls_node_stochy.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c get_lats_node_a_stochy.f -o get_lats_node_a_stochy.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c setlats_a_stochy.f -o setlats_a_stochy.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c setlats_lag_stochy.f -o setlats_lag_stochy.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c epslon_stochy.f -o epslon_stochy.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c getcon_lag_stochy.f -o getcon_lag_stochy.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c pln2eo_stochy.f -o pln2eo_stochy.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c dozeuv_stochy.f -o dozeuv_stochy.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c dezouv_stochy.f -o dezouv_stochy.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c update_ca.f90 -o update_ca.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c cellular_automata.f90 -o cellular_automata.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c plumes.f90 -o plumes.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_internal_state_mod.F90 -o stochy_internal_state_mod.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c getcon_spectral.F90 -o getcon_spectral.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_namelist_def.F90 -o stochy_namelist_def.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c compns_stochy.F90 -o compns_stochy.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_patterngenerator.F90 -o stochy_patterngenerator.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c initialize_spectral_mod.F90 -o initialize_spectral_mod.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_data_mod.F90 -o stochy_data_mod.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c get_stochy_pattern.F90 -o get_stochy_pattern.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochastic_physics.F90 -o stochastic_physics.o ar rv libstochastic_physics.a stochy_gg_def.o stochy_resol_def.o stochy_layout_lag.o four_to_grid_stochy.o glats_stochy.o sumfln_stochy.o gozrineo_stochy.o num_parthds_stochy.o get_ls_node_stochy.o get_lats_node_a_stochy.o setlats_a_stochy.o setlats_lag_stochy.o epslon_stochy.o getcon_lag_stochy.o pln2eo_stochy.o dozeuv_stochy.o dezouv_stochy.o cellular_automata.o update_ca.o plumes.o spectral_layout.o getcon_spectral.o stochy_namelist_def.o compns_stochy.o stochy_internal_state_mod.o stochastic_physics.o stochy_patterngenerator.o stochy_data_mod.o get_stochy_pattern.o initialize_spectral_mod.o ar: creating libstochastic_physics.a a - stochy_gg_def.o @@ -1243,14 +1251,14 @@ a - stochy_patterngenerator.o a - stochy_data_mod.o a - get_stochy_pattern.o a - initialize_spectral_mod.o -make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/stochastic_physics' -make libfv3cap.a FMS_DIR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3' -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c module_fv3_config.F90 -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c atmos_model.F90 -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c module_fcst_grid_comp.F90 -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c time_utils.F90 -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c fv3_cap.F90 +make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/stochastic_physics' +make libfv3cap.a FMS_DIR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL +make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3' +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c module_fv3_config.F90 +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c atmos_model.F90 +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c module_fcst_grid_comp.F90 +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c time_utils.F90 +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c fv3_cap.F90 ar rv libfv3cap.a atmos_model.o module_fv3_config.o module_fcst_grid_comp.o time_utils.o fv3_cap.o ar: creating libfv3cap.a a - atmos_model.o @@ -1258,21 +1266,21 @@ a - module_fv3_config.o a - module_fcst_grid_comp.o a - time_utils.o a - fv3_cap.o -make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3' -make esmf_make_fragment FMS_DIR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3' +make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3' +make esmf_make_fragment FMS_DIR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL +make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3' # additional include files needed for PGI -#@echo "ESMF_DEP_INCPATH = /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/nems_dir" >> fv3.mk +#@echo "ESMF_DEP_INCPATH = /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/nems_dir" >> fv3.mk Finished generating ESMF self-describing build dependency makefile fragment: fv3.mk -make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3' -Installation into "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL" complete! +make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3' +Installation into "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL" complete! -make[1]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3' -test -d /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL -. /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; set -x ; cd /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model/esmf ; \ - export COMP_SRCDIR="/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model" COMP_BINDIR="/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/WW3_INSTALL" WW3_COMP="wcoss_cray" ; \ +make[1]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3' +test -d /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL +. /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; set -x ; cd /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/esmf ; \ + export COMP_SRCDIR="/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model" COMP_BINDIR="/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/WW3_INSTALL" WW3_COMP="wcoss_cray" ; \ exec make -j 1 WW3_COMP="wcoss_cray" ww3_nems Currently Loaded Modulefiles: 1) craype-network-aries @@ -1310,26 +1318,26 @@ Currently Loaded Modulefiles: 33) ugni/6.0-1.0502.10863.8.29.ari 34) esmf/8.0.0 35) modules.nems -+ cd /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model/esmf -+ export COMP_SRCDIR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model COMP_BINDIR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/WW3_INSTALL WW3_COMP=wcoss_cray -+ COMP_SRCDIR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model -+ COMP_BINDIR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/WW3_INSTALL ++ cd /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/esmf ++ export COMP_SRCDIR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model COMP_BINDIR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/WW3_INSTALL WW3_COMP=wcoss_cray ++ COMP_SRCDIR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model ++ COMP_BINDIR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/WW3_INSTALL + WW3_COMP=wcoss_cray + exec make -j 1 WW3_COMP=wcoss_cray ww3_nems -make[1]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model/esmf' +make[1]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/esmf' ***************************** *** WAVEWATCH III setup *** ***************************** -[INFO] local env file wwatch3.env found in /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model/bin/wwatch3.env - Setup file /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model/bin/wwatch3.env found +[INFO] local env file wwatch3.env found in /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/bin/wwatch3.env + Setup file /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/bin/wwatch3.env found Printer (listings) : auxiliary FORTRAN compiler : gfortran auxiliary C compiler : gcc - Source directory : /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model - Scratch directory : /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model/tmp + Source directory : /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model + Scratch directory : /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/tmp Save source code : yes Save listings : yes @@ -1337,31 +1345,31 @@ make[1]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-w Compile auxiliary programs -make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model/aux' -gfortran -o /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model/bin/w3adc w3adc.f -gfortran -o /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model/bin/w3list w3list.f -gfortran -o /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model/bin/w3prnt w3prnt.f -gfortran -o /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model/bin/w3split w3split.f -make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model/aux' +make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/aux' +gfortran -o /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/bin/w3adc w3adc.f +gfortran -o /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/bin/w3list w3list.f +gfortran -o /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/bin/w3prnt w3prnt.f +gfortran -o /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/bin/w3split w3split.f +make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/aux' Setup comp & link files - copy /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model/bin/comp.wcoss_cray => /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model/bin/comp - copy /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model/bin/link.wcoss_cray => /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model/bin/link + sed /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/bin/comp.tmpl => /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/bin/comp + sed /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/bin/link.tmpl => /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/bin/link Create required model subdirectories Finished setting up WAVEWATCH III -\rm -f /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model/bin/tempswitch -/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model/bin/w3_make ww3_grid +\rm -f /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/bin/tempswitch +/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/bin/w3_make ww3_grid ***************************** *** WAVEWATCH III make *** ***************************** -Main directory : /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model -Scratch directory : /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model/tmp +Main directory : /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model +Scratch directory : /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/tmp Save source codes : yes Save listings : yes Shared Object : No @@ -1373,47 +1381,47 @@ Making makefile ... *** WAVEWATCH III makefile *** ***************************** -switch = /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model/bin/switch +switch = /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/bin/switch Checking all subroutines for modules (this may take a while) ... Processing ww3_grid --------------------- -make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model/ftn' +make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/ftn' ad3 : processing constants ad3 : processing w3servmd -ad3 : processing w3gsrumd ad3 : processing w3arrymd +ad3 : processing w3gsrumd ad3 : processing w3gdatmd -ad3 : processing w3odatmd ad3 : processing w3idatmd -ad3 : processing w3timemd +ad3 : processing w3odatmd ad3 : processing w3adatmd -ad3 : processing w3dispmd ad3 : processing w3nmlgridmd +ad3 : processing w3timemd +ad3 : processing w3dispmd ad3 : processing wmmdatmd ad3 : processing w3src4md +ad3 : processing w3snl1md ad3 : processing w3triamd ad3 : processing w3parall -ad3 : processing w3snl1md ad3 : processing w3wdatmd ad3 : processing w3iogrmd ad3 : processing ww3_grid Linking ww3_grid -make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model/ftn' +make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/ftn' ********************** *** end of compilation *** ********************** -/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model/bin/w3_make ww3_outf +/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/bin/w3_make ww3_outf ***************************** *** WAVEWATCH III make *** ***************************** -Main directory : /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model -Scratch directory : /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model/tmp +Main directory : /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model +Scratch directory : /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/tmp Save source codes : yes Save listings : yes Shared Object : No @@ -1422,27 +1430,27 @@ Shared Object : No Processing ww3_outf --------------------- -make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model/ftn' -ad3 : processing w3sdb1md +make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/ftn' ad3 : processing w3iogomd +ad3 : processing w3sdb1md ad3 : processing w3sbt1md ad3 : processing ww3_outf Linking ww3_outf -make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model/ftn' +make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/ftn' ********************** *** end of compilation *** ********************** -/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model/bin/w3_make ww3_outp +/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/bin/w3_make ww3_outp ***************************** *** WAVEWATCH III make *** ***************************** -Main directory : /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model -Scratch directory : /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model/tmp +Main directory : /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model +Scratch directory : /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/tmp Save source codes : yes Save listings : yes Shared Object : No @@ -1451,28 +1459,28 @@ Shared Object : No Processing ww3_outp --------------------- -make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model/ftn' -ad3 : processing w3bullmd +make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/ftn' ad3 : processing w3partmd -ad3 : processing w3flx1md ad3 : processing w3iopomd +ad3 : processing w3bullmd +ad3 : processing w3flx1md ad3 : processing ww3_outp Linking ww3_outp -make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model/ftn' +make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/ftn' ********************** *** end of compilation *** ********************** -/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model/bin/w3_make ww3_prep +/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/bin/w3_make ww3_prep ***************************** *** WAVEWATCH III make *** ***************************** -Main directory : /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model -Scratch directory : /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model/tmp +Main directory : /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model +Scratch directory : /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/tmp Save source codes : yes Save listings : yes Shared Object : No @@ -1481,25 +1489,25 @@ Shared Object : No Processing ww3_prep --------------------- -make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model/ftn' +make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/ftn' ad3 : processing w3fldsmd ad3 : processing ww3_prep Linking ww3_prep -make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model/ftn' +make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/ftn' ********************** *** end of compilation *** ********************** -/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model/bin/w3_make ww3_gint +/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/bin/w3_make ww3_gint ***************************** *** WAVEWATCH III make *** ***************************** -Main directory : /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model -Scratch directory : /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model/tmp +Main directory : /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model +Scratch directory : /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/tmp Save source codes : yes Save listings : yes Shared Object : No @@ -1508,24 +1516,24 @@ Shared Object : No Processing ww3_gint --------------------- -make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model/ftn' +make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/ftn' ad3 : processing ww3_gint Linking ww3_gint -make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model/ftn' +make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/ftn' ********************** *** end of compilation *** ********************** -/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model/bin/w3_make ww3_prnc +/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/bin/w3_make ww3_prnc ***************************** *** WAVEWATCH III make *** ***************************** -Main directory : /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model -Scratch directory : /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model/tmp +Main directory : /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model +Scratch directory : /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/tmp Save source codes : yes Save listings : yes Shared Object : No @@ -1534,25 +1542,25 @@ Shared Object : No Processing ww3_prnc --------------------- -make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model/ftn' +make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/ftn' ad3 : processing w3nmlprncmd ad3 : processing ww3_prnc Linking ww3_prnc -make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model/ftn' +make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/ftn' ********************** *** end of compilation *** ********************** -/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model/bin/w3_make ww3_ounf +/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/bin/w3_make ww3_ounf ***************************** *** WAVEWATCH III make *** ***************************** -Main directory : /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model -Scratch directory : /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model/tmp +Main directory : /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model +Scratch directory : /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/tmp Save source codes : yes Save listings : yes Shared Object : No @@ -1561,27 +1569,27 @@ Shared Object : No Processing ww3_ounf --------------------- -make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model/ftn' -ad3 : processing w3nmlounfmd +make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/ftn' ad3 : processing w3iorsmd +ad3 : processing w3nmlounfmd ad3 : processing w3initmd ad3 : processing ww3_ounf Linking ww3_ounf -make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model/ftn' +make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/ftn' ********************** *** end of compilation *** ********************** -/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model/bin/w3_make ww3_ounp +/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/bin/w3_make ww3_ounp ***************************** *** WAVEWATCH III make *** ***************************** -Main directory : /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model -Scratch directory : /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model/tmp +Main directory : /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model +Scratch directory : /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/tmp Save source codes : yes Save listings : yes Shared Object : No @@ -1590,26 +1598,26 @@ Shared Object : No Processing ww3_ounp --------------------- -make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model/ftn' +make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/ftn' ad3 : processing w3nmlounpmd ad3 : processing ww3_ounp Linking ww3_ounp -make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model/ftn' +make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/ftn' ********************** *** end of compilation *** ********************** -\rm -f /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model/bin/tempswitch -/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model/bin/w3_make ww3_grib +\rm -f /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/bin/tempswitch +/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/bin/w3_make ww3_grib ***************************** *** WAVEWATCH III make *** ***************************** -Main directory : /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model -Scratch directory : /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model/tmp +Main directory : /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model +Scratch directory : /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/tmp Save source codes : yes Save listings : yes Shared Object : No @@ -1621,30 +1629,30 @@ Making makefile ... *** WAVEWATCH III makefile *** ***************************** -switch = /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model/bin/switch +switch = /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/bin/switch new GRIB package Checking all subroutines for modules (this may take a while) ... Processing ww3_grib --------------------- -make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model/ftn' +make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/ftn' ad3 : processing ww3_grib Linking ww3_grib -make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model/ftn' +make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/ftn' ********************** *** end of compilation *** ********************** -/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model/bin/w3_make ww3_multi_esmf +/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/bin/w3_make ww3_multi_esmf ***************************** *** WAVEWATCH III make *** ***************************** -Main directory : /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model -Scratch directory : /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model/tmp +Main directory : /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model +Scratch directory : /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/tmp Save source codes : yes Save listings : yes Shared Object : No @@ -1656,57 +1664,57 @@ Making makefile ... *** WAVEWATCH III makefile *** ***************************** -switch = /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model/bin/switch +switch = /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/bin/switch new shared / distributed memory new message passing protocol Checking all subroutines for modules (this may take a while) ... Processing ww3_multi_esmf --------------------- -make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model/ftn' +make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/ftn' ad3 : processing constants ad3 : processing scrip_kindsmod [no w3adc] ad3 : processing w3uqckmd -ad3 : processing scrip_iounitsmod [no w3adc] ad3 : processing scrip_constants [no w3adc] +ad3 : processing scrip_iounitsmod [no w3adc] ad3 : processing scrip_timers [no w3adc] ad3 : processing w3servmd ad3 : processing scrip_errormod [no w3adc] -ad3 : processing scrip_netcdfmod [no w3adc] +ad3 : processing w3arrymd ad3 : processing w3gsrumd ad3 : processing w3cspcmd -ad3 : processing w3arrymd ad3 : processing wmunitmd +ad3 : processing scrip_netcdfmod [no w3adc] ad3 : processing scrip_grids [no w3adc] -ad3 : processing scrip_remap_vars [no w3adc] -ad3 : processing scrip_remap_write [no w3adc] -ad3 : processing scrip_remap_conservative [no w3adc] -ad3 : processing scrip_remap_read [no w3adc] ad3 : processing w3gdatmd -ad3 : processing scrip_interface +ad3 : processing scrip_remap_vars [no w3adc] +ad3 : processing w3sbt1md ad3 : processing w3idatmd ad3 : processing w3odatmd -ad3 : processing w3sbt1md -ad3 : processing wmscrpmd -ad3 : processing w3timemd +ad3 : processing scrip_remap_conservative [no w3adc] +ad3 : processing scrip_remap_write [no w3adc] +ad3 : processing scrip_remap_read [no w3adc] +ad3 : processing w3sdb1md +ad3 : processing w3flx1md ad3 : processing w3dispmd +ad3 : processing w3timemd ad3 : processing wmmdatmd +ad3 : processing scrip_interface ad3 : processing w3adatmd ad3 : processing w3src4md ad3 : processing w3fldsmd -ad3 : processing w3sdb1md -ad3 : processing w3flx1md ad3 : processing w3partmd ad3 : processing w3nmlmultimd +ad3 : processing wmscrpmd ad3 : processing wmfinlmd ad3 : processing w3snl1md ad3 : processing w3triamd ad3 : processing w3parall -ad3 : processing w3iogrmd ad3 : processing w3wdatmd +ad3 : processing w3iogrmd ad3 : processing wmgridmd -ad3 : processing w3iogomd ad3 : processing w3updtmd +ad3 : processing w3iogomd ad3 : processing w3iopomd ad3 : processing w3iorsmd ad3 : processing w3iobcmd @@ -1717,12 +1725,12 @@ ad3 : processing w3pro3md ad3 : processing w3profsmd ad3 : processing w3srcemd ad3 : processing w3wdasmd -ad3 : processing wminiomd ad3 : processing w3initmd +ad3 : processing wminiomd ad3 : processing w3wavemd ad3 : processing wmiopomd -ad3 : processing wmwavemd ad3 : processing wminitmd +ad3 : processing wmwavemd ad3 : processing wmesmfmd ar: creating libww3_multi_esmf.a a - wmmdatmd.o @@ -1785,21 +1793,21 @@ a - wmscrpmd.o a - scrip_netcdfmod.o a - scrip_remap_write.o a - scrip_remap_read.o -make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model/ftn' +make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/ftn' ********************** *** end of compilation *** ********************** -/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model/bin/w3_make ww3_multi +/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/bin/w3_make ww3_multi ***************************** *** WAVEWATCH III make *** ***************************** -Main directory : /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model -Scratch directory : /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model/tmp +Main directory : /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model +Scratch directory : /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/tmp Save source codes : yes Save listings : yes Shared Object : No @@ -1808,37 +1816,36 @@ Shared Object : No Processing ww3_multi --------------------- -make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model/ftn' +make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/ftn' ad3 : processing ww3_multi Linking ww3_multi -/opt/cray/craype/2.3.0/bin/ftn -make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model/ftn' +make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/ftn' ********************** *** end of compilation *** ********************** -make[1]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model/esmf' -mkdir -p /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/WW3_INSTALL -cp /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model/nuopc.mk /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/WW3_INSTALL/. -test -d "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/WW3_INSTALL" +make[1]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/esmf' +mkdir -p /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/WW3_INSTALL +cp /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/nuopc.mk /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/WW3_INSTALL/. +test -d "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/WW3_INSTALL" ( \ echo "# Do not edit this file. It is automatically generated." ; \ - echo "# Edit the component list or /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC.in" ; \ - echo ; cat "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC.in" ; \ - echo fms_mk="/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL/fms.mk" ; echo fv3_mk="/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk" ; echo ww3_mk="/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/WW3_INSTALL/nuopc.mk" ; ) > "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC" -. /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; \ + echo "# Edit the component list or /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC.in" ; \ + echo ; cat "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC.in" ; \ + echo fms_mk="/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL/fms.mk" ; echo fv3_mk="/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk" ; echo ww3_mk="/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/WW3_INSTALL/nuopc.mk" ; ) > "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC" +. /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; \ set -e ; \ - for m in /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/WW3_INSTALL/nuopc.mk ; do \ + for m in /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/WW3_INSTALL/nuopc.mk ; do \ test -s $m ; \ done ; \ - echo build NEMS after /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/WW3_INSTALL/nuopc.mk ; \ - cd /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src ; \ + echo build NEMS after /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/WW3_INSTALL/nuopc.mk ; \ + cd /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src ; \ make nems \ COMPONENTS="FMS FV3 WW3" \ - FMS_DIR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL FV3_DIR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL WW3_DIR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/WW3_INSTALL TARGET="/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/exe/NEMS.x" ; \ - test -x /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/exe/NEMS.x + FMS_DIR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL FV3_DIR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL WW3_DIR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/WW3_INSTALL TARGET="/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/exe/NEMS.x" ; \ + test -x /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/exe/NEMS.x Currently Loaded Modulefiles: 1) craype-network-aries 2) craype/2.3.0 @@ -1875,11 +1882,11 @@ Currently Loaded Modulefiles: 33) ugni/6.0-1.0502.10863.8.29.ari 34) esmf/8.0.0 35) modules.nems -build NEMS after /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/WW3_INSTALL/nuopc.mk +build NEMS after /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/WW3_INSTALL/nuopc.mk Components in linker order: WW3 FV3 FMS -WW3: include /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/WW3_INSTALL/nuopc.mk -FV3: include /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk -FMS: include /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL/fms.mk +WW3: include /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/WW3_INSTALL/nuopc.mk +FV3: include /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk +FMS: include /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL/fms.mk CPPFLAGS += ESMF_VERSION_STRING_GIT="ESMF_8_0_0" CPPFLAGS += ESMF_VERSION_PATCHLEVEL="0" CPPFLAGS += ESMF_VERSION_PUBLIC="'T'" @@ -1888,155 +1895,155 @@ CPPFLAGS += ESMF_VERSION_MINOR="0" CPPFLAGS += ESMF_VERSION_STRING="8.0.0" CPPFLAGS += ESMF_VERSION_MAJOR="8" CPPFLAGS += ESMF_VERSION_REVISION="0" -make[1]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src' +make[1]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src' cd ENS_Cpl && make stub -make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/ENS_Cpl' +make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/ENS_Cpl' cc -E -traditional ENS_CplComp_ESMFMod_STUB.F90 > ENS_CplComp_ESMFMod_STUB.f90 ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c ENS_CplComp_ESMFMod_STUB.f90 ar rv ENS_Cpl.a ENS_CplComp_ESMFMod_STUB.o ar: creating ENS_Cpl.a a - ENS_CplComp_ESMFMod_STUB.o -make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/ENS_Cpl' -cc -E -traditional -DFRONT_WW3=WMESMFMD -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Mon Dec 30 21:54:28 UTC 2019 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2019' -D'CMP_JD=364' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_PUBLIC="'T'" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" module_NEMS_UTILS.F90 > module_NEMS_UTILS.tmp.f90 -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -IENS_Cpl -I. -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model/mod_HYB -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3 -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/io -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/cpl -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ipd -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_UTILS.tmp.f90 +make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/ENS_Cpl' +cc -E -traditional -DFRONT_WW3=WMESMFMD -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Fri Jan 24 19:43:43 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=024' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_PUBLIC="'T'" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" module_NEMS_UTILS.F90 > module_NEMS_UTILS.tmp.f90 +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -IENS_Cpl -I. -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/mod_HYB -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_UTILS.tmp.f90 mv -v module_NEMS_UTILS.tmp.o module_NEMS_UTILS.o `module_NEMS_UTILS.tmp.o' -> `module_NEMS_UTILS.o' -cc -E -traditional -DFRONT_WW3=WMESMFMD -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Mon Dec 30 21:54:28 UTC 2019 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2019' -D'CMP_JD=364' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_PUBLIC="'T'" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" module_MEDIATOR_methods.F90 > module_MEDIATOR_methods.tmp.f90 -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -IENS_Cpl -I. -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model/mod_HYB -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3 -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/io -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/cpl -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ipd -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -c module_MEDIATOR_methods.tmp.f90 +cc -E -traditional -DFRONT_WW3=WMESMFMD -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Fri Jan 24 19:43:43 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=024' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_PUBLIC="'T'" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" module_MEDIATOR_methods.F90 > module_MEDIATOR_methods.tmp.f90 +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -IENS_Cpl -I. -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/mod_HYB -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -c module_MEDIATOR_methods.tmp.f90 mv -v module_MEDIATOR_methods.tmp.o module_MEDIATOR_methods.o `module_MEDIATOR_methods.tmp.o' -> `module_MEDIATOR_methods.o' -cc -E -traditional -DFRONT_WW3=WMESMFMD -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Mon Dec 30 21:54:28 UTC 2019 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2019' -D'CMP_JD=364' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_PUBLIC="'T'" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" module_MEDIATOR.F90 > module_MEDIATOR.tmp.f90 -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -IENS_Cpl -I. -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model/mod_HYB -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3 -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/io -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/cpl -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ipd -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -c module_MEDIATOR.tmp.f90 +cc -E -traditional -DFRONT_WW3=WMESMFMD -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Fri Jan 24 19:43:43 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=024' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_PUBLIC="'T'" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" module_MEDIATOR.F90 > module_MEDIATOR.tmp.f90 +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -IENS_Cpl -I. -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/mod_HYB -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -c module_MEDIATOR.tmp.f90 mv -v module_MEDIATOR.tmp.o module_MEDIATOR.o `module_MEDIATOR.tmp.o' -> `module_MEDIATOR.o' -cc -E -traditional -DFRONT_WW3=WMESMFMD -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Mon Dec 30 21:54:28 UTC 2019 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2019' -D'CMP_JD=364' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_PUBLIC="'T'" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" module_MEDIATOR_SpaceWeather.F90 > module_MEDIATOR_SpaceWeather.tmp.f90 -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -IENS_Cpl -I. -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model/mod_HYB -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3 -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/io -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/cpl -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ipd -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -c module_MEDIATOR_SpaceWeather.tmp.f90 +cc -E -traditional -DFRONT_WW3=WMESMFMD -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Fri Jan 24 19:43:43 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=024' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_PUBLIC="'T'" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" module_MEDIATOR_SpaceWeather.F90 > module_MEDIATOR_SpaceWeather.tmp.f90 +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -IENS_Cpl -I. -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/mod_HYB -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -c module_MEDIATOR_SpaceWeather.tmp.f90 mv -v module_MEDIATOR_SpaceWeather.tmp.o module_MEDIATOR_SpaceWeather.o `module_MEDIATOR_SpaceWeather.tmp.o' -> `module_MEDIATOR_SpaceWeather.o' -cc -E -traditional -DFRONT_WW3=WMESMFMD -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Mon Dec 30 21:54:28 UTC 2019 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2019' -D'CMP_JD=364' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_PUBLIC="'T'" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" module_EARTH_INTERNAL_STATE.F90 > module_EARTH_INTERNAL_STATE.tmp.f90 -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -IENS_Cpl -I. -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model/mod_HYB -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3 -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/io -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/cpl -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ipd -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -c module_EARTH_INTERNAL_STATE.tmp.f90 +cc -E -traditional -DFRONT_WW3=WMESMFMD -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Fri Jan 24 19:43:43 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=024' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_PUBLIC="'T'" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" module_EARTH_INTERNAL_STATE.F90 > module_EARTH_INTERNAL_STATE.tmp.f90 +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -IENS_Cpl -I. -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/mod_HYB -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -c module_EARTH_INTERNAL_STATE.tmp.f90 mv -v module_EARTH_INTERNAL_STATE.tmp.o module_EARTH_INTERNAL_STATE.o `module_EARTH_INTERNAL_STATE.tmp.o' -> `module_EARTH_INTERNAL_STATE.o' -cc -E -traditional -DFRONT_WW3=WMESMFMD -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Mon Dec 30 21:54:28 UTC 2019 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2019' -D'CMP_JD=364' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_PUBLIC="'T'" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" module_EARTH_GRID_COMP.F90 > module_EARTH_GRID_COMP.tmp.f90 -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -IENS_Cpl -I. -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model/mod_HYB -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3 -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/io -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/cpl -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ipd -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -c module_EARTH_GRID_COMP.tmp.f90 +cc -E -traditional -DFRONT_WW3=WMESMFMD -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Fri Jan 24 19:43:43 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=024' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_PUBLIC="'T'" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" module_EARTH_GRID_COMP.F90 > module_EARTH_GRID_COMP.tmp.f90 +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -IENS_Cpl -I. -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/mod_HYB -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -c module_EARTH_GRID_COMP.tmp.f90 mv -v module_EARTH_GRID_COMP.tmp.o module_EARTH_GRID_COMP.o `module_EARTH_GRID_COMP.tmp.o' -> `module_EARTH_GRID_COMP.o' -cc -E -traditional -DFRONT_WW3=WMESMFMD -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Mon Dec 30 21:54:28 UTC 2019 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2019' -D'CMP_JD=364' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_PUBLIC="'T'" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" module_NEMS_INTERNAL_STATE.F90 > module_NEMS_INTERNAL_STATE.tmp.f90 -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -IENS_Cpl -I. -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model/mod_HYB -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3 -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/io -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/cpl -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ipd -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_INTERNAL_STATE.tmp.f90 +cc -E -traditional -DFRONT_WW3=WMESMFMD -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Fri Jan 24 19:43:43 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=024' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_PUBLIC="'T'" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" module_NEMS_INTERNAL_STATE.F90 > module_NEMS_INTERNAL_STATE.tmp.f90 +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -IENS_Cpl -I. -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/mod_HYB -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_INTERNAL_STATE.tmp.f90 mv -v module_NEMS_INTERNAL_STATE.tmp.o module_NEMS_INTERNAL_STATE.o `module_NEMS_INTERNAL_STATE.tmp.o' -> `module_NEMS_INTERNAL_STATE.o' -cc -E -traditional -DFRONT_WW3=WMESMFMD -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Mon Dec 30 21:54:28 UTC 2019 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2019' -D'CMP_JD=364' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_PUBLIC="'T'" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" module_NEMS_GRID_COMP.F90 > module_NEMS_GRID_COMP.tmp.f90 -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -IENS_Cpl -I. -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model/mod_HYB -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3 -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/io -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/cpl -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ipd -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_GRID_COMP.tmp.f90 +cc -E -traditional -DFRONT_WW3=WMESMFMD -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Fri Jan 24 19:43:43 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=024' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_PUBLIC="'T'" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" module_NEMS_GRID_COMP.F90 > module_NEMS_GRID_COMP.tmp.f90 +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -IENS_Cpl -I. -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/mod_HYB -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_GRID_COMP.tmp.f90 mv -v module_NEMS_GRID_COMP.tmp.o module_NEMS_GRID_COMP.o `module_NEMS_GRID_COMP.tmp.o' -> `module_NEMS_GRID_COMP.o' -cc -E -traditional -DFRONT_WW3=WMESMFMD -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Mon Dec 30 21:54:28 UTC 2019 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2019' -D'CMP_JD=364' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_PUBLIC="'T'" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" module_NEMS_Rusage.F90 > module_NEMS_Rusage.tmp.f90 -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -IENS_Cpl -I. -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model/mod_HYB -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3 -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/io -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/cpl -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ipd -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_Rusage.tmp.f90 +cc -E -traditional -DFRONT_WW3=WMESMFMD -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Fri Jan 24 19:43:43 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=024' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_PUBLIC="'T'" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" module_NEMS_Rusage.F90 > module_NEMS_Rusage.tmp.f90 +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -IENS_Cpl -I. -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/mod_HYB -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_Rusage.tmp.f90 mv -v module_NEMS_Rusage.tmp.o module_NEMS_Rusage.o `module_NEMS_Rusage.tmp.o' -> `module_NEMS_Rusage.o' cc -c nems_c_rusage.c -cc -E -traditional -DFRONT_WW3=WMESMFMD -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Mon Dec 30 21:54:28 UTC 2019 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2019' -D'CMP_JD=364' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_PUBLIC="'T'" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" MAIN_NEMS.F90 > MAIN_NEMS.tmp.f90 -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -IENS_Cpl -I. -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model/mod_HYB -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3 -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/io -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/cpl -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ipd -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -c MAIN_NEMS.tmp.f90 +cc -E -traditional -DFRONT_WW3=WMESMFMD -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Fri Jan 24 19:43:43 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=024' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_PUBLIC="'T'" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" MAIN_NEMS.F90 > MAIN_NEMS.tmp.f90 +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -IENS_Cpl -I. -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/mod_HYB -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -c MAIN_NEMS.tmp.f90 mv -v MAIN_NEMS.tmp.o MAIN_NEMS.o `MAIN_NEMS.tmp.o' -> `MAIN_NEMS.o' echo libgocart is libgocart is echo extlibs is /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libncep_post_v8.0.1_4.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libnemsio_v2.2.4.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libg2_v3.1.1_4.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libg2tmpl_v1.6.0.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libbacio_v2.0.3_4.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libsp_v2.0.3_d.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libw3emc_v2.3.1_d.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libw3nco_v2.0.7_d.a /gpfs/hps/nco/ops/nwprod/lib/crtm/v2.2.6/intel/libcrtm_v2.2.6.a /usrx/local/prod//png/1.2.49/intel/sandybridge/lib/libpng.a /usrx/local/prod//jasper/1.900.1/gnu/sandybridge/lib/libjasper.a /usrx/local/dev/zlib/1.2.7/intel/sandybridge/lib/libz.a -L/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/lib -L/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/lib -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf -qopenmp -L/opt/intel/compilers_and_libraries_2016.3.210/linux/16.0/3.210/lib/intel64 -lifcoremt -lnetcdff -lnetcdf -lhdf5_hl -lhdf5 -lz extlibs is /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libncep_post_v8.0.1_4.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libnemsio_v2.2.4.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libg2_v3.1.1_4.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libg2tmpl_v1.6.0.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libbacio_v2.0.3_4.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libsp_v2.0.3_d.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libw3emc_v2.3.1_d.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libw3nco_v2.0.7_d.a /gpfs/hps/nco/ops/nwprod/lib/crtm/v2.2.6/intel/libcrtm_v2.2.6.a /usrx/local/prod//png/1.2.49/intel/sandybridge/lib/libpng.a /usrx/local/prod//jasper/1.900.1/gnu/sandybridge/lib/libjasper.a /usrx/local/dev/zlib/1.2.7/intel/sandybridge/lib/libz.a -L/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/lib -L/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/lib -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf -qopenmp -L/opt/intel/compilers_and_libraries_2016.3.210/linux/16.0/3.210/lib/intel64 -lifcoremt -lnetcdff -lnetcdf -lhdf5_hl -lhdf5 -lz -ftn -o /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/exe/NEMS.x MAIN_NEMS.o module_NEMS_UTILS.o module_MEDIATOR_methods.o module_MEDIATOR.o module_MEDIATOR_SpaceWeather.o module_EARTH_INTERNAL_STATE.o module_EARTH_GRID_COMP.o module_NEMS_INTERNAL_STATE.o module_NEMS_GRID_COMP.o module_NEMS_Rusage.o nems_c_rusage.o /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model/obj_HYB/libww3_multi_esmf.a /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL/libfv3cap.a /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL/libfv3core.a /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL/libfv3io.a /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL/libipd.a /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL/libgfsphys.a /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL/libfv3cpl.a /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL/libstochastic_physics.a /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL/libfms.a ENS_Cpl/ENS_Cpl.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libncep_post_v8.0.1_4.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libnemsio_v2.2.4.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libg2_v3.1.1_4.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libg2tmpl_v1.6.0.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libbacio_v2.0.3_4.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libsp_v2.0.3_d.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libw3emc_v2.3.1_d.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libw3nco_v2.0.7_d.a /gpfs/hps/nco/ops/nwprod/lib/crtm/v2.2.6/intel/libcrtm_v2.2.6.a /usrx/local/prod//png/1.2.49/intel/sandybridge/lib/libpng.a /usrx/local/prod//jasper/1.900.1/gnu/sandybridge/lib/libjasper.a /usrx/local/dev/zlib/1.2.7/intel/sandybridge/lib/libz.a -L/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/lib -L/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/lib -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf -qopenmp -L/opt/intel/compilers_and_libraries_2016.3.210/linux/16.0/3.210/lib/intel64 -lifcoremt -lnetcdff -lnetcdf -lhdf5_hl -lhdf5 -lz +ftn -o /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/exe/NEMS.x MAIN_NEMS.o module_NEMS_UTILS.o module_MEDIATOR_methods.o module_MEDIATOR.o module_MEDIATOR_SpaceWeather.o module_EARTH_INTERNAL_STATE.o module_EARTH_GRID_COMP.o module_NEMS_INTERNAL_STATE.o module_NEMS_GRID_COMP.o module_NEMS_Rusage.o nems_c_rusage.o /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/obj_HYB/libww3_multi_esmf.a /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/libfv3cap.a /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/libfv3core.a /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/libfv3io.a /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/libipd.a /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/libgfsphys.a /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/libfv3cpl.a /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/libstochastic_physics.a /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL/libfms.a ENS_Cpl/ENS_Cpl.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libncep_post_v8.0.1_4.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libnemsio_v2.2.4.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libg2_v3.1.1_4.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libg2tmpl_v1.6.0.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libbacio_v2.0.3_4.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libsp_v2.0.3_d.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libw3emc_v2.3.1_d.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libw3nco_v2.0.7_d.a /gpfs/hps/nco/ops/nwprod/lib/crtm/v2.2.6/intel/libcrtm_v2.2.6.a /usrx/local/prod//png/1.2.49/intel/sandybridge/lib/libpng.a /usrx/local/prod//jasper/1.900.1/gnu/sandybridge/lib/libjasper.a /usrx/local/dev/zlib/1.2.7/intel/sandybridge/lib/libz.a -L/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/lib -L/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/lib -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf -qopenmp -L/opt/intel/compilers_and_libraries_2016.3.210/linux/16.0/3.210/lib/intel64 -lifcoremt -lnetcdff -lnetcdf -lhdf5_hl -lhdf5 -lz /opt/cray/hdf5/1.8.14/INTEL/14.0/lib/libhdf5.a(H5PL.o): In function `H5PL_load': H5PL.c:(.text+0x3b7): warning: Using 'dlopen' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking /usrx/local/prod//jasper/1.900.1/gnu/sandybridge/lib/libjasper.a(jas_stream.o): In function `jas_stream_tmpfile': /usrx/local/prod/jasper/1.900.1/gnu/sandybridge/sorc/jasper-1.900.1/src/libjasper/base/jas_stream.c:368: warning: the use of `tmpnam' is dangerous, better use `mkstemp' /gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/lib/libesmf.a(ESMCI_VMKernel.o): In function `ESMCI::socketClient()': ESMCI_VMKernel.C:(.text+0x14ad1): warning: Using 'gethostbyname' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking -/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/exe/NEMS.x is created. -make[1]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src' -Application 166869799 resources: utime ~1349s, stime ~116s, Rss ~2174968, inblocks ~783695881, outblocks ~1676115 -+ cd /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src -+ cp -fp ../exe/NEMS.x /gpfs/hps/ptmp/Dusan.Jovic/rtgen.46775/exec/fv3_ww3.exe -+ cp -fp conf/modules.nems /gpfs/hps/ptmp/Dusan.Jovic/rtgen.46775/include/modules_fv3_ww3 -+ md5sum /gpfs/hps/ptmp/Dusan.Jovic/rtgen.46775/exec/fv3_ww3.exe +/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/exe/NEMS.x is created. +make[1]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src' +Application 173171035 resources: utime ~1319s, stime ~136s, Rss ~2174972, inblocks ~807099490, outblocks ~1759387 ++ cd /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src ++ cp -fp ../exe/NEMS.x /gpfs/hps/ptmp/Dusan.Jovic/rtgen.6569/exec/fv3_ww3.exe ++ cp -fp conf/modules.nems /gpfs/hps/ptmp/Dusan.Jovic/rtgen.6569/include/modules_fv3_ww3 ++ md5sum /gpfs/hps/ptmp/Dusan.Jovic/rtgen.6569/exec/fv3_ww3.exe + unset md5sum + unset OPTS + set -xe + set -xe -+ test -s /gpfs/hps/ptmp/Dusan.Jovic/rtgen.46775/exec/fv3_ww3.exe -+ test -x /gpfs/hps/ptmp/Dusan.Jovic/rtgen.46775/exec/fv3_ww3.exe ++ test -s /gpfs/hps/ptmp/Dusan.Jovic/rtgen.6569/exec/fv3_ww3.exe ++ test -x /gpfs/hps/ptmp/Dusan.Jovic/rtgen.6569/exec/fv3_ww3.exe ------------------------------------------------------------ -Sender: LSF System -Subject: Job 303493: in cluster Done +Sender: LSF System +Subject: Job 799627: in cluster Done -Job was submitted from host by user in cluster at Mon Dec 30 18:58:04 2019. -Job was executed on host(s) <1*nid01276>, in queue , as user in cluster at Mon Dec 30 21:19:57 2019. - <24*nid00170> +Job was submitted from host by user in cluster at Fri Jan 24 18:51:10 2020. +Job was executed on host(s) <1*nid01020>, in queue , as user in cluster at Fri Jan 24 19:09:50 2020. + <24*nid00763> was used as the home directory. - was used as the working directory. -Started at Mon Dec 30 21:19:57 2019. -Terminated at Mon Dec 30 21:56:52 2019. -Results reported at Mon Dec 30 21:56:52 2019. + was used as the working directory. +Started at Fri Jan 24 19:09:50 2020. +Terminated at Fri Jan 24 19:45:47 2020. +Results reported at Fri Jan 24 19:45:47 2020. Your job looked like: ------------------------------------------------------------ # LSBATCH: User input -/gpfs/hps/usrx/local/emc_rocoto/1.3.0rc2/sbin/lsfcraywrapper.sh sh -c "cd /gpfs/hps/ptmp/Dusan.Jovic/rtgen.46775/src ; ./install.sh fv3_ww3.exe" +/gpfs/hps/usrx/local/emc_rocoto/1.3.0rc2/sbin/lsfcraywrapper.sh sh -c "cd /gpfs/hps/ptmp/Dusan.Jovic/rtgen.6569/src ; ./install.sh fv3_ww3.exe" ------------------------------------------------------------ Successfully completed. Resource usage summary: - CPU time : 0.92 sec. + CPU time : 0.96 sec. Max Memory : 25 MB - Average Memory : 20.01 MB + Average Memory : 20.00 MB Total Requested Memory : 2000.00 MB Delta Memory : 1975.00 MB Max Swap : - Max Processes : 5 Max Threads : 6 - Run time : 2212 sec. - Turnaround time : 10728 sec. + Run time : 2154 sec. + Turnaround time : 3277 sec. The output (if any) is above this job summary. -Data collected from /ufs/RUR/output/rur.output.NCEP-RESTON@303493 +Data collected from /ufs/RUR/output/rur.output.NCEP-RESTON@799627 ------------------------------------------------------------------------ -ALPS Resource Utilization Report (RUR) Summary for LSF Job: 303493 +ALPS Resource Utilization Report (RUR) Summary for LSF Job: 799627 STATUS: - APP START: 2019-12-30:21:20:01 UTC - APP STOP: 2019-12-30:21:56:49 UTC - exit codes: 0 + APP START: 2020-01-24:19:09:54 UTC + APP STOP: 2020-01-24:19:45:44 UTC + exit codes: 0 9 core files: 0 CPU: - stime: 184.404000 s - utime: 1362.340000 s + stime: 245.788000 s + utime: 1337.884000 s MEMORY: max_rss: 2123.99 MiB accumulated max_rss: 2123.99 MiB - active(anon): 83.56 MiB - active(file): 1.47 MiB - inactive(anon): 8.37 MiB - inactive(file): 7.02 MiB - majfaults: 1031 - minfaults: 46402756 + active(anon): 29.65 MiB + active(file): .96 MiB + inactive(anon): 1.50 MiB + inactive(file): 7.63 MiB + majfaults: 1039 + minfaults: 57997125 pageswpcnt: 0 I/O: - rcalls: 5851696 - wcalls: 179944 - rchar: 382673.94 MiB - wchar: 820.58 MiB - bkiowait: 2.0237018840 s + rcalls: 6268489 + wcalls: 202426 + rchar: 394106.41 MiB + wchar: 865.21 MiB + bkiowait: 1.5051462550 s diff --git a/log/report-wcoss.cray-log/rtreport.txt b/log/report-wcoss.cray-log/rtreport.txt index 9e7348046c..c389fbefae 100644 --- a/log/report-wcoss.cray-log/rtreport.txt +++ b/log/report-wcoss.cray-log/rtreport.txt @@ -1,17 +1,24 @@ Run rocotostat... Generate report... -WORKFLOW STARTED AT Mon Dec 30 15:56:15 2019 (+1577721375) +WORKFLOW STARTED AT Fri Jan 24 17:18:38 2020 (+1579886318) Repository information: REPO TOP: -PR18 52200d1 Regression test logs for hera.intel and gaea.intel (Intel 18) -Fetch URL: https://github.com/ufs-community/ufs-weather-model +gfsv16_netcdf_post_ficein_cpl ce5f390 [origin/gfsv16_netcdf_post_ficein_cpl] Regression test passed on WCOSS Dell +Fetch URL: https://github.com/DusanJovic-NOAA/ufs-weather-model + M compsets/all.input M log/report-wcoss.cray-log/build_fv3.exe.log M log/report-wcoss.cray-log/build_fv3_32bit.exe.log M log/report-wcoss.cray-log/build_fv3_appbuilder.exe.log M log/report-wcoss.cray-log/build_fv3_ww3.exe.log M log/report-wcoss.cray-log/rtreport.txt +M tests/Compile_wcoss_cray.log +M tests/RegressionTests_wcoss_cray.log +M tests/rt.conf +M tests/rt_wcoss_cray.conf +M tests/tests/fv3_ccpp_wrtGauss_nemsio_c768 +M tests/tests/fv3_wrtGauss_nemsio_c768 Entering 'FMS' age: git [--version] [--exec-path[=]] [--html-path] [--man-path] [--info-path] @@ -19,7 +26,7 @@ Fetch URL: https://github.com/NOAA-GFDL/FMS Entering 'FV3' age: git [--version] [--exec-path[=]] [--html-path] [--man-path] [--info-path] -Fetch URL: https://github.com/climbfuji/fv3atm +Fetch URL: https://github.com/DusanJovic-NOAA/fv3atm Entering 'NEMS' age: git [--version] [--exec-path[=]] [--html-path] [--man-path] [--info-path] @@ -40,8 +47,8 @@ BUILD fv3_ww3.exe: SUCCEEDED BUILD fv3_appbuilder.exe: SUCCEEDED TEST #1: PASS - Test fv3_wrtGauss_nemsio starting at Mon Dec 30 19:44:50 UTC 2019 (Compare FV3 Gaussian grid nemsio output results with previous trunk version) - Mon Dec 30 19:44:50 UTC 2019 + Test fv3_lheatstrg starting at Fri Jan 24 18:37:17 UTC 2020 (Compare FV3 control with lheatstrg on Gaussian grid nemsio output results with previous trunk version) + Fri Jan 24 18:37:18 UTC 2020 atmos_4xdaily.tile1.nc: bit-for-bit identical atmos_4xdaily.tile2.nc: bit-for-bit identical atmos_4xdaily.tile3.nc: bit-for-bit identical @@ -86,64 +93,13 @@ TEST #1: PASS RESTART/sfc_data.tile6.nc: bit-for-bit identical Executable did not change during test suite: File: ./fv3.exe - Expected md5sum: 66b7aa59a0c42d0323b43513851e41b2 - Actual md5sum: 66b7aa59a0c42d0323b43513851e41b2 - TEST PASSED AT Mon Dec 30 19:46:30 UTC 2019 + Expected md5sum: aa311611a1d19e9a0946e1a9e856958d + Actual md5sum: aa311611a1d19e9a0946e1a9e856958d + TEST PASSED AT Fri Jan 24 18:38:58 UTC 2020 TEST #2: PASS - Test fv3_lheatstrg starting at Mon Dec 30 19:32:00 UTC 2019 (Compare FV3 control with lheatstrg on Gaussian grid nemsio output results with previous trunk version) - Mon Dec 30 19:32:00 UTC 2019 - atmos_4xdaily.tile1.nc: bit-for-bit identical - atmos_4xdaily.tile2.nc: bit-for-bit identical - atmos_4xdaily.tile3.nc: bit-for-bit identical - atmos_4xdaily.tile4.nc: bit-for-bit identical - atmos_4xdaily.tile5.nc: bit-for-bit identical - atmos_4xdaily.tile6.nc: bit-for-bit identical - phyf000.nemsio: bit-for-bit identical - phyf024.nemsio: bit-for-bit identical - dynf000.nemsio: bit-for-bit identical - dynf024.nemsio: bit-for-bit identical - RESTART/coupler.res: bit-for-bit identical - RESTART/fv_core.res.nc: bit-for-bit identical - RESTART/fv_core.res.tile1.nc: bit-for-bit identical - RESTART/fv_core.res.tile2.nc: bit-for-bit identical - RESTART/fv_core.res.tile3.nc: bit-for-bit identical - RESTART/fv_core.res.tile4.nc: bit-for-bit identical - RESTART/fv_core.res.tile5.nc: bit-for-bit identical - RESTART/fv_core.res.tile6.nc: bit-for-bit identical - RESTART/fv_srf_wnd.res.tile1.nc: bit-for-bit identical - RESTART/fv_srf_wnd.res.tile2.nc: bit-for-bit identical - RESTART/fv_srf_wnd.res.tile3.nc: bit-for-bit identical - RESTART/fv_srf_wnd.res.tile4.nc: bit-for-bit identical - RESTART/fv_srf_wnd.res.tile5.nc: bit-for-bit identical - RESTART/fv_srf_wnd.res.tile6.nc: bit-for-bit identical - RESTART/fv_tracer.res.tile1.nc: bit-for-bit identical - RESTART/fv_tracer.res.tile2.nc: bit-for-bit identical - RESTART/fv_tracer.res.tile3.nc: bit-for-bit identical - RESTART/fv_tracer.res.tile4.nc: bit-for-bit identical - RESTART/fv_tracer.res.tile5.nc: bit-for-bit identical - RESTART/fv_tracer.res.tile6.nc: bit-for-bit identical - RESTART/phy_data.tile1.nc: bit-for-bit identical - RESTART/phy_data.tile2.nc: bit-for-bit identical - RESTART/phy_data.tile3.nc: bit-for-bit identical - RESTART/phy_data.tile4.nc: bit-for-bit identical - RESTART/phy_data.tile5.nc: bit-for-bit identical - RESTART/phy_data.tile6.nc: bit-for-bit identical - RESTART/sfc_data.tile1.nc: bit-for-bit identical - RESTART/sfc_data.tile2.nc: bit-for-bit identical - RESTART/sfc_data.tile3.nc: bit-for-bit identical - RESTART/sfc_data.tile4.nc: bit-for-bit identical - RESTART/sfc_data.tile5.nc: bit-for-bit identical - RESTART/sfc_data.tile6.nc: bit-for-bit identical - Executable did not change during test suite: - File: ./fv3.exe - Expected md5sum: 66b7aa59a0c42d0323b43513851e41b2 - Actual md5sum: 66b7aa59a0c42d0323b43513851e41b2 - TEST PASSED AT Mon Dec 30 19:33:44 UTC 2019 - -TEST #3: PASS - Test fv3_iau starting at Mon Dec 30 19:44:53 UTC 2019 (Compare FV3 IAU results with previous trunk version) - Mon Dec 30 19:44:53 UTC 2019 + Test fv3_iau starting at Fri Jan 24 18:37:20 UTC 2020 (Compare FV3 IAU results with previous trunk version) + Fri Jan 24 18:37:20 UTC 2020 atmos_4xdaily.tile1.nc: bit-for-bit identical atmos_4xdaily.tile2.nc: bit-for-bit identical atmos_4xdaily.tile3.nc: bit-for-bit identical @@ -208,13 +164,13 @@ TEST #3: PASS RESTART/sfc_data.tile6.nc: bit-for-bit identical Executable did not change during test suite: File: ./fv3.exe - Expected md5sum: 66b7aa59a0c42d0323b43513851e41b2 - Actual md5sum: 66b7aa59a0c42d0323b43513851e41b2 - TEST PASSED AT Mon Dec 30 19:46:40 UTC 2019 + Expected md5sum: aa311611a1d19e9a0946e1a9e856958d + Actual md5sum: aa311611a1d19e9a0946e1a9e856958d + TEST PASSED AT Fri Jan 24 18:39:05 UTC 2020 -TEST #4: PASS - Test fv3_stretched_nest_quilt starting at Mon Dec 30 21:42:01 UTC 2019 (Stretched grid with nest using quilting; compare against previous baseline) - Mon Dec 30 21:42:01 UTC 2019 +TEST #3: PASS + Test fv3_stretched_nest_quilt starting at Fri Jan 24 19:46:41 UTC 2020 (Stretched grid with nest using quilting; compare against previous baseline) + Fri Jan 24 19:46:41 UTC 2020 atmos_4xdaily.tile1.nc: bit-for-bit identical atmos_4xdaily.tile2.nc: bit-for-bit identical atmos_4xdaily.tile3.nc: bit-for-bit identical @@ -274,11 +230,11 @@ TEST #4: PASS RESTART/sfc_data.tile5.nc: bit-for-bit identical RESTART/sfc_data.tile6.nc: bit-for-bit identical RESTART/sfc_data.nest02.tile7.nc: bit-for-bit identical - TEST PASSED AT Mon Dec 30 21:46:39 UTC 2019 + TEST PASSED AT Fri Jan 24 19:51:06 UTC 2020 -TEST #5: PASS - Test fv3_stretched_nest starting at Mon Dec 30 21:42:11 UTC 2019 (Stretched grid with nest; compare against previous baseline) - Mon Dec 30 21:42:12 UTC 2019 +TEST #4: PASS + Test fv3_stretched_nest starting at Fri Jan 24 19:45:57 UTC 2020 (Stretched grid with nest; compare against previous baseline) + Fri Jan 24 19:45:57 UTC 2020 atmos_4xdaily.tile1.nc: bit-for-bit identical atmos_4xdaily.tile2.nc: bit-for-bit identical atmos_4xdaily.tile3.nc: bit-for-bit identical @@ -340,11 +296,11 @@ TEST #5: PASS RESTART/fv_tracer.res.nest02.tile7.nc: bit-for-bit identical RESTART/phy_data.nest02.tile7.nc: bit-for-bit identical RESTART/sfc_data.nest02.tile7.nc: bit-for-bit identical - TEST PASSED AT Mon Dec 30 21:47:05 UTC 2019 + TEST PASSED AT Fri Jan 24 19:52:05 UTC 2020 -TEST #6: PASS - Test fv3_csawmgshoc starting at Mon Dec 30 19:31:51 UTC 2019 (Compare FV3 with CSAW MG2 and SHOC results with previous trunk version) - Mon Dec 30 19:31:51 UTC 2019 +TEST #5: PASS + Test fv3_csawmgshoc starting at Fri Jan 24 18:37:19 UTC 2020 (Compare FV3 with CSAW MG2 and SHOC results with previous trunk version) + Fri Jan 24 18:37:19 UTC 2020 atmos_4xdaily.tile1.nc: bit-for-bit identical atmos_4xdaily.tile2.nc: bit-for-bit identical atmos_4xdaily.tile3.nc: bit-for-bit identical @@ -389,21 +345,21 @@ TEST #6: PASS RESTART/sfc_data.tile6.nc: bit-for-bit identical Executable did not change during test suite: File: ./fv3.exe - Expected md5sum: 66b7aa59a0c42d0323b43513851e41b2 - Actual md5sum: 66b7aa59a0c42d0323b43513851e41b2 - TEST PASSED AT Mon Dec 30 19:34:58 UTC 2019 + Expected md5sum: aa311611a1d19e9a0946e1a9e856958d + Actual md5sum: aa311611a1d19e9a0946e1a9e856958d + TEST PASSED AT Fri Jan 24 18:41:04 UTC 2020 -TEST #7: PASS - Test fv3_regional_control starting at Mon Dec 30 21:46:02 UTC 2019 (Compare FV3 regional control results with previous trunk version) - Mon Dec 30 21:46:02 UTC 2019 +TEST #6: PASS + Test fv3_regional_control starting at Fri Jan 24 19:45:53 UTC 2020 (Compare FV3 regional control results with previous trunk version) + Fri Jan 24 19:45:53 UTC 2020 atmos_4xdaily.nc: bit-for-bit identical fv3_history2d.nc: bit-for-bit identical fv3_history.nc: bit-for-bit identical - TEST PASSED AT Mon Dec 30 21:54:41 UTC 2019 + TEST PASSED AT Fri Jan 24 19:54:08 UTC 2020 -TEST #8: PASS - Test fv3_wrtGauss_netcdf starting at Mon Dec 30 19:32:01 UTC 2019 (Compare FV3 Gaussian grid netcdf output results with previous trunk version) - Mon Dec 30 19:32:01 UTC 2019 +TEST #7: PASS + Test fv3_wrtGauss_netcdf starting at Fri Jan 24 18:37:18 UTC 2020 (Compare FV3 Gaussian grid netcdf output results with previous trunk version) + Fri Jan 24 18:37:18 UTC 2020 atmos_4xdaily.tile1.nc: bit-for-bit identical atmos_4xdaily.tile2.nc: bit-for-bit identical atmos_4xdaily.tile3.nc: bit-for-bit identical @@ -448,13 +404,13 @@ TEST #8: PASS RESTART/sfc_data.tile6.nc: bit-for-bit identical Executable did not change during test suite: File: ./fv3.exe - Expected md5sum: 66b7aa59a0c42d0323b43513851e41b2 - Actual md5sum: 66b7aa59a0c42d0323b43513851e41b2 - TEST PASSED AT Mon Dec 30 19:33:46 UTC 2019 + Expected md5sum: aa311611a1d19e9a0946e1a9e856958d + Actual md5sum: aa311611a1d19e9a0946e1a9e856958d + TEST PASSED AT Fri Jan 24 18:38:51 UTC 2020 -TEST #9: PASS - Test fv3_thompson starting at Mon Dec 30 19:32:10 UTC 2019 (Compare FV3 GFDL mircrophysics results with previous trunk version) - Mon Dec 30 19:32:10 UTC 2019 +TEST #8: PASS + Test fv3_thompson starting at Fri Jan 24 18:37:27 UTC 2020 (Compare FV3 GFDL mircrophysics results with previous trunk version) + Fri Jan 24 18:37:27 UTC 2020 atmos_4xdaily.tile1.nc: bit-for-bit identical atmos_4xdaily.tile2.nc: bit-for-bit identical atmos_4xdaily.tile3.nc: bit-for-bit identical @@ -519,13 +475,13 @@ TEST #9: PASS RESTART/sfc_data.tile6.nc: bit-for-bit identical Executable did not change during test suite: File: ./fv3.exe - Expected md5sum: 66b7aa59a0c42d0323b43513851e41b2 - Actual md5sum: 66b7aa59a0c42d0323b43513851e41b2 - TEST PASSED AT Mon Dec 30 19:37:22 UTC 2019 + Expected md5sum: aa311611a1d19e9a0946e1a9e856958d + Actual md5sum: aa311611a1d19e9a0946e1a9e856958d + TEST PASSED AT Fri Jan 24 18:42:55 UTC 2020 -TEST #10: PASS - Test fv3_gfdlmprad_gwd starting at Mon Dec 30 19:32:03 UTC 2019 (Compare FV3 GFDL radiation interaction option and gravity wve drag results with previous trunk version) - Mon Dec 30 19:32:04 UTC 2019 +TEST #9: PASS + Test fv3_gfdlmprad_gwd starting at Fri Jan 24 18:37:19 UTC 2020 (Compare FV3 GFDL radiation interaction option and gravity wve drag results with previous trunk version) + Fri Jan 24 18:37:19 UTC 2020 atmos_4xdaily.tile1.nc: bit-for-bit identical atmos_4xdaily.tile2.nc: bit-for-bit identical atmos_4xdaily.tile3.nc: bit-for-bit identical @@ -570,13 +526,13 @@ TEST #10: PASS RESTART/sfc_data.tile6.nc: bit-for-bit identical Executable did not change during test suite: File: ./fv3.exe - Expected md5sum: 66b7aa59a0c42d0323b43513851e41b2 - Actual md5sum: 66b7aa59a0c42d0323b43513851e41b2 - TEST PASSED AT Mon Dec 30 19:33:58 UTC 2019 + Expected md5sum: aa311611a1d19e9a0946e1a9e856958d + Actual md5sum: aa311611a1d19e9a0946e1a9e856958d + TEST PASSED AT Fri Jan 24 18:39:06 UTC 2020 -TEST #11: PASS - Test fv3_stochy starting at Mon Dec 30 19:32:23 UTC 2019 (Compare FV3 stochy results with previous trunk version) - Mon Dec 30 19:32:23 UTC 2019 +TEST #10: PASS + Test fv3_stochy starting at Fri Jan 24 18:37:27 UTC 2020 (Compare FV3 stochy results with previous trunk version) + Fri Jan 24 18:37:27 UTC 2020 atmos_4xdaily.tile1.nc: bit-for-bit identical atmos_4xdaily.tile2.nc: bit-for-bit identical atmos_4xdaily.tile3.nc: bit-for-bit identical @@ -641,13 +597,13 @@ TEST #11: PASS RESTART/sfc_data.tile6.nc: bit-for-bit identical Executable did not change during test suite: File: ./fv3.exe - Expected md5sum: 66b7aa59a0c42d0323b43513851e41b2 - Actual md5sum: 66b7aa59a0c42d0323b43513851e41b2 - TEST PASSED AT Mon Dec 30 19:34:29 UTC 2019 + Expected md5sum: aa311611a1d19e9a0946e1a9e856958d + Actual md5sum: aa311611a1d19e9a0946e1a9e856958d + TEST PASSED AT Fri Jan 24 18:39:32 UTC 2020 -TEST #12: PASS - Test fv3_gfdlmprad starting at Tue Dec 31 00:03:02 UTC 2019 (Compare FV3 GFDL mircrophysics radiation change with WW3 results with previous trunk version) - Tue Dec 31 00:03:02 UTC 2019 +TEST #11: PASS + Test fv3_gfdlmprad starting at Fri Jan 24 20:13:34 UTC 2020 (Compare FV3 GFDL mircrophysics radiation change with WW3 results with previous trunk version) + Fri Jan 24 20:13:34 UTC 2020 atmos_4xdaily.tile1.nc: bit-for-bit identical atmos_4xdaily.tile2.nc: bit-for-bit identical atmos_4xdaily.tile3.nc: bit-for-bit identical @@ -692,14 +648,14 @@ TEST #12: PASS RESTART/sfc_data.tile6.nc: bit-for-bit identical out_grd.glo_30m: bit-for-bit identical Executable did not change during test suite: - File: /gpfs/hps/ptmp/Dusan.Jovic/rtgen.46775/exec/fv3_ww3.exe - Expected md5sum: bdb92a5e701119fce16dcc868b37cdda - Actual md5sum: bdb92a5e701119fce16dcc868b37cdda - TEST PASSED AT Tue Dec 31 00:05:50 UTC 2019 + File: /gpfs/hps/ptmp/Dusan.Jovic/rtgen.6569/exec/fv3_ww3.exe + Expected md5sum: 5a81a4837f0a2f47139a196ea98b06ec + Actual md5sum: 5a81a4837f0a2f47139a196ea98b06ec + TEST PASSED AT Fri Jan 24 20:16:17 UTC 2020 -TEST #13: PASS - Test fv3_appbuilder starting at Tue Dec 31 00:37:09 UTC 2019 (Compare FV3 with the NEMSAppBuilder against the previous trunk version) - Tue Dec 31 00:37:09 UTC 2019 +TEST #12: PASS + Test fv3_appbuilder starting at Fri Jan 24 21:13:37 UTC 2020 (Compare FV3 with the NEMSAppBuilder against the previous trunk version) + Fri Jan 24 21:13:37 UTC 2020 atmos_4xdaily.tile1.nc: bit-for-bit identical atmos_4xdaily.tile2.nc: bit-for-bit identical atmos_4xdaily.tile3.nc: bit-for-bit identical @@ -763,14 +719,14 @@ TEST #13: PASS RESTART/sfc_data.tile5.nc: bit-for-bit identical RESTART/sfc_data.tile6.nc: bit-for-bit identical Executable did not change during test suite: - File: /gpfs/hps/ptmp/Dusan.Jovic/rtgen.46775/exec/fv3_appbuilder.exe - Expected md5sum: 86422a75fd0c6ab811c92b862e8ab477 - Actual md5sum: 86422a75fd0c6ab811c92b862e8ab477 - TEST PASSED AT Tue Dec 31 00:38:39 UTC 2019 + File: /gpfs/hps/ptmp/Dusan.Jovic/rtgen.6569/exec/fv3_appbuilder.exe + Expected md5sum: c564d55d69d1614e424f9695deb9eb25 + Actual md5sum: c564d55d69d1614e424f9695deb9eb25 + TEST PASSED AT Fri Jan 24 21:15:22 UTC 2020 -TEST #14: PASS - Test fv3_restart starting at Mon Dec 30 19:32:30 UTC 2019 (Compare FV3 restart results with previous trunk version) - Mon Dec 30 19:32:30 UTC 2019 +TEST #13: PASS + Test fv3_restart starting at Fri Jan 24 18:37:28 UTC 2020 (Compare FV3 restart results with previous trunk version) + Fri Jan 24 18:37:28 UTC 2020 atmos_4xdaily.tile1.nc: bit-for-bit identical atmos_4xdaily.tile2.nc: bit-for-bit identical atmos_4xdaily.tile3.nc: bit-for-bit identical @@ -835,21 +791,21 @@ TEST #14: PASS RESTART/sfc_data.tile6.nc: bit-for-bit identical Executable did not change during test suite: File: ./fv3.exe - Expected md5sum: 66b7aa59a0c42d0323b43513851e41b2 - Actual md5sum: 66b7aa59a0c42d0323b43513851e41b2 - TEST PASSED AT Mon Dec 30 19:34:13 UTC 2019 + Expected md5sum: aa311611a1d19e9a0946e1a9e856958d + Actual md5sum: aa311611a1d19e9a0946e1a9e856958d + TEST PASSED AT Fri Jan 24 18:39:10 UTC 2020 -TEST #15: PASS - Test fv3_regional_restart starting at Mon Dec 30 23:07:36 UTC 2019 (Compare FV3 regional restart results with previous trunk version) - Mon Dec 30 23:07:36 UTC 2019 +TEST #14: PASS + Test fv3_regional_restart starting at Fri Jan 24 20:12:53 UTC 2020 (Compare FV3 regional restart results with previous trunk version) + Fri Jan 24 20:12:53 UTC 2020 atmos_4xdaily.nc: bit-for-bit identical fv3_history2d.nc: bit-for-bit identical fv3_history.nc: bit-for-bit identical - TEST PASSED AT Mon Dec 30 23:11:50 UTC 2019 + TEST PASSED AT Fri Jan 24 20:17:15 UTC 2020 -TEST #16: PASS - Test fv3_decomp starting at Mon Dec 30 19:32:31 UTC 2019 (Compare FV3 decomp results with previous trunk version) - Mon Dec 30 19:32:31 UTC 2019 +TEST #15: PASS + Test fv3_decomp starting at Fri Jan 24 18:37:29 UTC 2020 (Compare FV3 decomp results with previous trunk version) + Fri Jan 24 18:37:29 UTC 2020 atmos_4xdaily.tile1.nc: bit-for-bit identical atmos_4xdaily.tile2.nc: bit-for-bit identical atmos_4xdaily.tile3.nc: bit-for-bit identical @@ -914,31 +870,33 @@ TEST #16: PASS RESTART/sfc_data.tile6.nc: bit-for-bit identical Executable did not change during test suite: File: ./fv3.exe - Expected md5sum: 66b7aa59a0c42d0323b43513851e41b2 - Actual md5sum: 66b7aa59a0c42d0323b43513851e41b2 - TEST PASSED AT Mon Dec 30 19:34:17 UTC 2019 + Expected md5sum: aa311611a1d19e9a0946e1a9e856958d + Actual md5sum: aa311611a1d19e9a0946e1a9e856958d + TEST PASSED AT Fri Jan 24 18:39:24 UTC 2020 -TEST #17: PASS - Test fv3_regional_quilt starting at Mon Dec 30 21:43:57 UTC 2019 (Compare FV3 regional quilt results with previous trunk version) - Mon Dec 30 21:43:57 UTC 2019 +TEST #16: PASS + Test fv3_regional_quilt starting at Fri Jan 24 19:46:52 UTC 2020 (Compare FV3 regional quilt results with previous trunk version) + Fri Jan 24 19:46:52 UTC 2020 atmos_4xdaily.nc: bit-for-bit identical dynf000.nc: bit-for-bit identical dynf024.nc: bit-for-bit identical phyf000.nc: bit-for-bit identical phyf024.nc: bit-for-bit identical - TEST PASSED AT Mon Dec 30 21:52:17 UTC 2019 + TEST PASSED AT Fri Jan 24 19:55:09 UTC 2020 -TEST #18: PASS - Test fv3_wrtGauss_nemsio_c768 starting at Tue Dec 31 00:03:06 UTC 2019 (Compare c768 FV3-WW3 Gaussian grid nemsio output results with previous trunk version) - Tue Dec 31 00:03:07 UTC 2019 +TEST #17: PASS + Test fv3_wrtGauss_nemsio starting at Fri Jan 24 18:37:29 UTC 2020 (Compare FV3 Gaussian grid nemsio output results with previous trunk version) + Fri Jan 24 18:37:29 UTC 2020 atmos_4xdaily.tile1.nc: bit-for-bit identical atmos_4xdaily.tile2.nc: bit-for-bit identical atmos_4xdaily.tile3.nc: bit-for-bit identical atmos_4xdaily.tile4.nc: bit-for-bit identical atmos_4xdaily.tile5.nc: bit-for-bit identical atmos_4xdaily.tile6.nc: bit-for-bit identical - phyf006.nemsio: bit-for-bit identical - dynf006.nemsio: bit-for-bit identical + phyf000.nemsio: bit-for-bit identical + phyf024.nemsio: bit-for-bit identical + dynf000.nemsio: bit-for-bit identical + dynf024.nemsio: bit-for-bit identical RESTART/coupler.res: bit-for-bit identical RESTART/fv_core.res.nc: bit-for-bit identical RESTART/fv_core.res.tile1.nc: bit-for-bit identical @@ -971,16 +929,15 @@ TEST #18: PASS RESTART/sfc_data.tile4.nc: bit-for-bit identical RESTART/sfc_data.tile5.nc: bit-for-bit identical RESTART/sfc_data.tile6.nc: bit-for-bit identical - out_grd.glo_30m: bit-for-bit identical Executable did not change during test suite: - File: /gpfs/hps/ptmp/Dusan.Jovic/rtgen.46775/exec/fv3_ww3.exe - Expected md5sum: bdb92a5e701119fce16dcc868b37cdda - Actual md5sum: bdb92a5e701119fce16dcc868b37cdda - TEST PASSED AT Tue Dec 31 00:18:48 UTC 2019 + File: ./fv3.exe + Expected md5sum: aa311611a1d19e9a0946e1a9e856958d + Actual md5sum: aa311611a1d19e9a0946e1a9e856958d + TEST PASSED AT Fri Jan 24 18:39:00 UTC 2020 -TEST #19: PASS - Test fv3_control_32bit starting at Mon Dec 30 21:46:21 UTC 2019 (Compare FV3 32bit compile results with previous trunk version) - Mon Dec 30 21:46:21 UTC 2019 +TEST #18: PASS + Test fv3_control_32bit starting at Fri Jan 24 19:46:31 UTC 2020 (Compare FV3 32bit compile results with previous trunk version) + Fri Jan 24 19:46:31 UTC 2020 atmos_4xdaily.tile1.nc: bit-for-bit identical atmos_4xdaily.tile2.nc: bit-for-bit identical atmos_4xdaily.tile3.nc: bit-for-bit identical @@ -1043,11 +1000,11 @@ TEST #19: PASS RESTART/sfc_data.tile4.nc: bit-for-bit identical RESTART/sfc_data.tile5.nc: bit-for-bit identical RESTART/sfc_data.tile6.nc: bit-for-bit identical - TEST PASSED AT Mon Dec 30 21:48:07 UTC 2019 + TEST PASSED AT Fri Jan 24 19:48:12 UTC 2020 -TEST #20: PASS - Test fv3_gfdlmprad_32bit_post starting at Mon Dec 30 21:46:14 UTC 2019 (Compare FV3 GFDL mircrophysics radiation change with inline post results with previous trunk version) - Mon Dec 30 21:46:14 UTC 2019 +TEST #19: PASS + Test fv3_gfdlmprad_32bit_post starting at Fri Jan 24 19:48:05 UTC 2020 (Compare FV3 GFDL mircrophysics radiation change with inline post results with previous trunk version) + Fri Jan 24 19:48:06 UTC 2020 atmos_4xdaily.tile1.nc: bit-for-bit identical atmos_4xdaily.tile2.nc: bit-for-bit identical atmos_4xdaily.tile3.nc: bit-for-bit identical @@ -1094,11 +1051,11 @@ TEST #20: PASS RESTART/sfc_data.tile4.nc: bit-for-bit identical RESTART/sfc_data.tile5.nc: bit-for-bit identical RESTART/sfc_data.tile6.nc: bit-for-bit identical - TEST PASSED AT Mon Dec 30 21:48:57 UTC 2019 + TEST PASSED AT Fri Jan 24 19:51:31 UTC 2020 -TEST #21: PASS - Test fv3_csawmg3shoc127 starting at Mon Dec 30 21:46:07 UTC 2019 (Compare 127 L FV3 with CSAW MG3 and SHOC results with previous trunk version) - Mon Dec 30 21:46:07 UTC 2019 +TEST #20: PASS + Test fv3_csawmg3shoc127 starting at Fri Jan 24 19:07:48 UTC 2020 (Compare 127 L FV3 with CSAW MG3 and SHOC results with previous trunk version) + Fri Jan 24 19:07:48 UTC 2020 atmos_4xdaily.tile1.nc: bit-for-bit identical atmos_4xdaily.tile2.nc: bit-for-bit identical atmos_4xdaily.tile3.nc: bit-for-bit identical @@ -1143,13 +1100,13 @@ TEST #21: PASS RESTART/sfc_data.tile6.nc: bit-for-bit identical Executable did not change during test suite: File: ./fv3.exe - Expected md5sum: 66b7aa59a0c42d0323b43513851e41b2 - Actual md5sum: 66b7aa59a0c42d0323b43513851e41b2 - TEST PASSED AT Mon Dec 30 21:52:19 UTC 2019 + Expected md5sum: aa311611a1d19e9a0946e1a9e856958d + Actual md5sum: aa311611a1d19e9a0946e1a9e856958d + TEST PASSED AT Fri Jan 24 19:13:57 UTC 2020 -TEST #22: PASS - Test fv3_read_inc starting at Mon Dec 30 21:46:34 UTC 2019 (Compare FV3 read_inc results with previous trunk version) - Mon Dec 30 21:46:34 UTC 2019 +TEST #21: PASS + Test fv3_read_inc starting at Fri Jan 24 19:08:17 UTC 2020 (Compare FV3 read_inc results with previous trunk version) + Fri Jan 24 19:08:17 UTC 2020 atmos_4xdaily.tile1.nc: bit-for-bit identical atmos_4xdaily.tile2.nc: bit-for-bit identical atmos_4xdaily.tile3.nc: bit-for-bit identical @@ -1214,13 +1171,13 @@ TEST #22: PASS RESTART/sfc_data.tile6.nc: bit-for-bit identical Executable did not change during test suite: File: ./fv3.exe - Expected md5sum: 66b7aa59a0c42d0323b43513851e41b2 - Actual md5sum: 66b7aa59a0c42d0323b43513851e41b2 - TEST PASSED AT Mon Dec 30 21:48:42 UTC 2019 + Expected md5sum: aa311611a1d19e9a0946e1a9e856958d + Actual md5sum: aa311611a1d19e9a0946e1a9e856958d + TEST PASSED AT Fri Jan 24 19:10:10 UTC 2020 -TEST #23: PASS - Test fv3_satmedmf starting at Mon Dec 30 21:48:34 UTC 2019 (Compare FV3 control with satmedmf on Gaussian grid nemsio output results with previous trunk version) - Mon Dec 30 21:48:34 UTC 2019 +TEST #22: PASS + Test fv3_satmedmf starting at Fri Jan 24 19:08:16 UTC 2020 (Compare FV3 control with satmedmf on Gaussian grid nemsio output results with previous trunk version) + Fri Jan 24 19:08:16 UTC 2020 atmos_4xdaily.tile1.nc: bit-for-bit identical atmos_4xdaily.tile2.nc: bit-for-bit identical atmos_4xdaily.tile3.nc: bit-for-bit identical @@ -1265,13 +1222,13 @@ TEST #23: PASS RESTART/sfc_data.tile6.nc: bit-for-bit identical Executable did not change during test suite: File: ./fv3.exe - Expected md5sum: 66b7aa59a0c42d0323b43513851e41b2 - Actual md5sum: 66b7aa59a0c42d0323b43513851e41b2 - TEST PASSED AT Mon Dec 30 21:50:17 UTC 2019 + Expected md5sum: aa311611a1d19e9a0946e1a9e856958d + Actual md5sum: aa311611a1d19e9a0946e1a9e856958d + TEST PASSED AT Fri Jan 24 19:09:56 UTC 2020 -TEST #24: PASS - Test fv3_control starting at Mon Dec 30 21:48:30 UTC 2019 (Compare FV3 control results with previous trunk version) - Mon Dec 30 21:48:30 UTC 2019 +TEST #23: PASS + Test fv3_control starting at Fri Jan 24 19:08:17 UTC 2020 (Compare FV3 control results with previous trunk version) + Fri Jan 24 19:08:17 UTC 2020 atmos_4xdaily.tile1.nc: bit-for-bit identical atmos_4xdaily.tile2.nc: bit-for-bit identical atmos_4xdaily.tile3.nc: bit-for-bit identical @@ -1336,13 +1293,13 @@ TEST #24: PASS RESTART/sfc_data.tile6.nc: bit-for-bit identical Executable did not change during test suite: File: ./fv3.exe - Expected md5sum: 66b7aa59a0c42d0323b43513851e41b2 - Actual md5sum: 66b7aa59a0c42d0323b43513851e41b2 - TEST PASSED AT Mon Dec 30 21:50:21 UTC 2019 + Expected md5sum: aa311611a1d19e9a0946e1a9e856958d + Actual md5sum: aa311611a1d19e9a0946e1a9e856958d + TEST PASSED AT Fri Jan 24 19:10:05 UTC 2020 -TEST #25: PASS - Test fv3_gfdlmp starting at Mon Dec 30 23:02:58 UTC 2019 (Compare FV3 GFDL mircrophysics results with previous trunk version) - Mon Dec 30 23:02:58 UTC 2019 +TEST #24: PASS + Test fv3_gfdlmp starting at Fri Jan 24 19:08:19 UTC 2020 (Compare FV3 GFDL mircrophysics results with previous trunk version) + Fri Jan 24 19:08:20 UTC 2020 atmos_4xdaily.tile1.nc: bit-for-bit identical atmos_4xdaily.tile2.nc: bit-for-bit identical atmos_4xdaily.tile3.nc: bit-for-bit identical @@ -1387,13 +1344,13 @@ TEST #25: PASS RESTART/sfc_data.tile6.nc: bit-for-bit identical Executable did not change during test suite: File: ./fv3.exe - Expected md5sum: 66b7aa59a0c42d0323b43513851e41b2 - Actual md5sum: 66b7aa59a0c42d0323b43513851e41b2 - TEST PASSED AT Mon Dec 30 23:04:49 UTC 2019 + Expected md5sum: aa311611a1d19e9a0946e1a9e856958d + Actual md5sum: aa311611a1d19e9a0946e1a9e856958d + TEST PASSED AT Fri Jan 24 19:10:05 UTC 2020 -TEST #26: PASS - Test fv3_gfdlmprad_noahmp starting at Mon Dec 30 23:02:57 UTC 2019 (Compare FV3 GFDL radiation interaction option and Noah MP results with previous trunk version) - Mon Dec 30 23:02:57 UTC 2019 +TEST #25: PASS + Test fv3_gfdlmprad_noahmp starting at Fri Jan 24 19:08:21 UTC 2020 (Compare FV3 GFDL radiation interaction option and Noah MP results with previous trunk version) + Fri Jan 24 19:08:21 UTC 2020 atmos_4xdaily.tile1.nc: bit-for-bit identical atmos_4xdaily.tile2.nc: bit-for-bit identical atmos_4xdaily.tile3.nc: bit-for-bit identical @@ -1438,13 +1395,13 @@ TEST #26: PASS RESTART/sfc_data.tile6.nc: bit-for-bit identical Executable did not change during test suite: File: ./fv3.exe - Expected md5sum: 66b7aa59a0c42d0323b43513851e41b2 - Actual md5sum: 66b7aa59a0c42d0323b43513851e41b2 - TEST PASSED AT Mon Dec 30 23:04:51 UTC 2019 + Expected md5sum: aa311611a1d19e9a0946e1a9e856958d + Actual md5sum: aa311611a1d19e9a0946e1a9e856958d + TEST PASSED AT Fri Jan 24 19:10:14 UTC 2020 -TEST #27: PASS - Test fv3_2threads starting at Mon Dec 30 23:03:02 UTC 2019 (Compare FV3 2 threads results with previous trunk version) - Mon Dec 30 23:03:02 UTC 2019 +TEST #26: PASS + Test fv3_2threads starting at Fri Jan 24 19:08:21 UTC 2020 (Compare FV3 2 threads results with previous trunk version) + Fri Jan 24 19:08:21 UTC 2020 atmos_4xdaily.tile1.nc: bit-for-bit identical atmos_4xdaily.tile2.nc: bit-for-bit identical atmos_4xdaily.tile3.nc: bit-for-bit identical @@ -1509,13 +1466,13 @@ TEST #27: PASS RESTART/sfc_data.tile6.nc: bit-for-bit identical Executable did not change during test suite: File: ./fv3.exe - Expected md5sum: 66b7aa59a0c42d0323b43513851e41b2 - Actual md5sum: 66b7aa59a0c42d0323b43513851e41b2 - TEST PASSED AT Mon Dec 30 23:04:44 UTC 2019 + Expected md5sum: aa311611a1d19e9a0946e1a9e856958d + Actual md5sum: aa311611a1d19e9a0946e1a9e856958d + TEST PASSED AT Fri Jan 24 19:09:56 UTC 2020 -TEST #28: PASS - Test fv3_wrtGauss_netcdf_esmf starting at Mon Dec 30 23:03:02 UTC 2019 (Compare FV3 Gaussian grid netcdf output results with previous trunk version) - Mon Dec 30 23:03:02 UTC 2019 +TEST #27: PASS + Test fv3_wrtGauss_netcdf_esmf starting at Fri Jan 24 19:08:22 UTC 2020 (Compare FV3 Gaussian grid netcdf output results with previous trunk version) + Fri Jan 24 19:08:23 UTC 2020 atmos_4xdaily.tile1.nc: bit-for-bit identical atmos_4xdaily.tile2.nc: bit-for-bit identical atmos_4xdaily.tile3.nc: bit-for-bit identical @@ -1560,13 +1517,13 @@ TEST #28: PASS RESTART/sfc_data.tile6.nc: bit-for-bit identical Executable did not change during test suite: File: ./fv3.exe - Expected md5sum: 66b7aa59a0c42d0323b43513851e41b2 - Actual md5sum: 66b7aa59a0c42d0323b43513851e41b2 - TEST PASSED AT Mon Dec 30 23:06:32 UTC 2019 + Expected md5sum: aa311611a1d19e9a0946e1a9e856958d + Actual md5sum: aa311611a1d19e9a0946e1a9e856958d + TEST PASSED AT Fri Jan 24 19:11:23 UTC 2020 -TEST #29: PASS - Test fv3_csawmg starting at Mon Dec 30 23:03:05 UTC 2019 (Compare FV3 with CSAW and MG2 results with previous trunk version) - Mon Dec 30 23:03:05 UTC 2019 +TEST #28: PASS + Test fv3_csawmg starting at Fri Jan 24 19:08:23 UTC 2020 (Compare FV3 with CSAW and MG2 results with previous trunk version) + Fri Jan 24 19:08:23 UTC 2020 atmos_4xdaily.tile1.nc: bit-for-bit identical atmos_4xdaily.tile2.nc: bit-for-bit identical atmos_4xdaily.tile3.nc: bit-for-bit identical @@ -1611,13 +1568,13 @@ TEST #29: PASS RESTART/sfc_data.tile6.nc: bit-for-bit identical Executable did not change during test suite: File: ./fv3.exe - Expected md5sum: 66b7aa59a0c42d0323b43513851e41b2 - Actual md5sum: 66b7aa59a0c42d0323b43513851e41b2 - TEST PASSED AT Mon Dec 30 23:06:30 UTC 2019 + Expected md5sum: aa311611a1d19e9a0946e1a9e856958d + Actual md5sum: aa311611a1d19e9a0946e1a9e856958d + TEST PASSED AT Fri Jan 24 19:11:25 UTC 2020 -TEST #30: PASS - Test fv3_wsm6 starting at Mon Dec 30 23:04:07 UTC 2019 (Compare FV3 GFDL mircrophysics results with previous trunk version) - Mon Dec 30 23:04:07 UTC 2019 +TEST #29: PASS + Test fv3_wsm6 starting at Fri Jan 24 19:08:23 UTC 2020 (Compare FV3 GFDL mircrophysics results with previous trunk version) + Fri Jan 24 19:08:23 UTC 2020 atmos_4xdaily.tile1.nc: bit-for-bit identical atmos_4xdaily.tile2.nc: bit-for-bit identical atmos_4xdaily.tile3.nc: bit-for-bit identical @@ -1682,13 +1639,13 @@ TEST #30: PASS RESTART/sfc_data.tile6.nc: bit-for-bit identical Executable did not change during test suite: File: ./fv3.exe - Expected md5sum: 66b7aa59a0c42d0323b43513851e41b2 - Actual md5sum: 66b7aa59a0c42d0323b43513851e41b2 - TEST PASSED AT Mon Dec 30 23:06:25 UTC 2019 + Expected md5sum: aa311611a1d19e9a0946e1a9e856958d + Actual md5sum: aa311611a1d19e9a0946e1a9e856958d + TEST PASSED AT Fri Jan 24 19:10:44 UTC 2020 -TEST #31: PASS - Test fv3_stretched starting at Mon Dec 30 23:04:07 UTC 2019 (Stretched grid; compare against previous baseline) - Mon Dec 30 23:04:07 UTC 2019 +TEST #30: PASS + Test fv3_stretched starting at Fri Jan 24 19:47:39 UTC 2020 (Stretched grid; compare against previous baseline) + Fri Jan 24 19:47:39 UTC 2020 atmos_4xdaily.tile1.nc: bit-for-bit identical atmos_4xdaily.tile2.nc: bit-for-bit identical atmos_4xdaily.tile3.nc: bit-for-bit identical @@ -1739,11 +1696,11 @@ TEST #31: PASS RESTART/sfc_data.tile4.nc: bit-for-bit identical RESTART/sfc_data.tile5.nc: bit-for-bit identical RESTART/sfc_data.tile6.nc: bit-for-bit identical - TEST PASSED AT Mon Dec 30 23:08:18 UTC 2019 + TEST PASSED AT Fri Jan 24 19:52:25 UTC 2020 -TEST #32: PASS - Test fv3_wrtGauss_nemsio_c192 starting at Mon Dec 30 23:04:11 UTC 2019 (Compare c192 FV3 Gaussian grid nemsio output results with previous trunk version) - Mon Dec 30 23:04:11 UTC 2019 +TEST #31: PASS + Test fv3_wrtGauss_nemsio_c192 starting at Fri Jan 24 19:48:38 UTC 2020 (Compare c192 FV3 Gaussian grid nemsio output results with previous trunk version) + Fri Jan 24 19:48:38 UTC 2020 atmos_4xdaily.tile1.nc: bit-for-bit identical atmos_4xdaily.tile2.nc: bit-for-bit identical atmos_4xdaily.tile3.nc: bit-for-bit identical @@ -1788,13 +1745,13 @@ TEST #32: PASS RESTART/sfc_data.tile6.nc: bit-for-bit identical Executable did not change during test suite: File: ./fv3.exe - Expected md5sum: 66b7aa59a0c42d0323b43513851e41b2 - Actual md5sum: 66b7aa59a0c42d0323b43513851e41b2 - TEST PASSED AT Mon Dec 30 23:07:46 UTC 2019 + Expected md5sum: aa311611a1d19e9a0946e1a9e856958d + Actual md5sum: aa311611a1d19e9a0946e1a9e856958d + TEST PASSED AT Fri Jan 24 19:52:50 UTC 2020 -TEST #33: PASS - Test fv3_rasmgshoc starting at Mon Dec 30 23:04:25 UTC 2019 (Compare FV3 with RAS MG2 and SHOC results with previous trunk version) - Mon Dec 30 23:04:26 UTC 2019 +TEST #32: PASS + Test fv3_rasmgshoc starting at Fri Jan 24 19:48:39 UTC 2020 (Compare FV3 with RAS MG2 and SHOC results with previous trunk version) + Fri Jan 24 19:48:39 UTC 2020 atmos_4xdaily.tile1.nc: bit-for-bit identical atmos_4xdaily.tile2.nc: bit-for-bit identical atmos_4xdaily.tile3.nc: bit-for-bit identical @@ -1839,10 +1796,10 @@ TEST #33: PASS RESTART/sfc_data.tile6.nc: bit-for-bit identical Executable did not change during test suite: File: ./fv3.exe - Expected md5sum: 66b7aa59a0c42d0323b43513851e41b2 - Actual md5sum: 66b7aa59a0c42d0323b43513851e41b2 - TEST PASSED AT Mon Dec 30 23:07:52 UTC 2019 -WORKFLOW REPORT AT Tue Dec 31 00:40:12 2019 (+1577752812) -Tests: 0 failed, 33 passed out of 33 + Expected md5sum: aa311611a1d19e9a0946e1a9e856958d + Actual md5sum: aa311611a1d19e9a0946e1a9e856958d + TEST PASSED AT Fri Jan 24 19:52:05 UTC 2020 +WORKFLOW REPORT AT Fri Jan 24 21:16:54 2020 (+1579900614) +Tests: 0 failed, 32 passed out of 32 Builds: 0 failed, 4 passed out of 4 REGRESSION TEST WAS SUCCESSFUL diff --git a/log/report-wcoss_dell_p3-log/build_fv3.exe.log b/log/report-wcoss_dell_p3-log/build_fv3.exe.log index 0cd873e5f7..8f3b5896f2 100644 --- a/log/report-wcoss_dell_p3-log/build_fv3.exe.log +++ b/log/report-wcoss_dell_p3-log/build_fv3.exe.log @@ -1,13 +1,13 @@ + [[ fv3.exe == fv3_32bit.exe ]] + [[ fv3.exe == fv3.exe ]] -+ rm -f /gpfs/dell2/ptmp/Dusan.Jovic/rtgen.125817/exec/fv3.exe -+ modules=/gpfs/dell2/ptmp/Dusan.Jovic/rtgen.125817/include/modules.fv3 ++ rm -f /gpfs/dell2/ptmp/Dusan.Jovic/rtgen.57525/exec/fv3.exe ++ modules=/gpfs/dell2/ptmp/Dusan.Jovic/rtgen.57525/include/modules.fv3 + BUILD_NR= -+ fv3=/gpfs/dell2/ptmp/Dusan.Jovic/rtgen.125817/exec/fv3.exe ++ fv3=/gpfs/dell2/ptmp/Dusan.Jovic/rtgen.57525/exec/fv3.exe + MAKE_OPTS=' ' -+ md5=/gpfs/dell2/ptmp/Dusan.Jovic/rtgen.125817/exec/fv3.exe.md5 -+ cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/ -+ rm -f /gpfs/dell2/ptmp/Dusan.Jovic/rtgen.125817/exec/fv3.exe /gpfs/dell2/ptmp/Dusan.Jovic/rtgen.125817/include/modules.fv3 ++ md5=/gpfs/dell2/ptmp/Dusan.Jovic/rtgen.57525/exec/fv3.exe.md5 ++ cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/tests/ ++ rm -f /gpfs/dell2/ptmp/Dusan.Jovic/rtgen.57525/exec/fv3.exe /gpfs/dell2/ptmp/Dusan.Jovic/rtgen.57525/include/modules.fv3 + which aprun which: no aprun in (/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin:/gpfs/dell3/usrx/local/dev/emc_rocoto/emc-utils-1.0.0/bin:/gpfs/dell3/usrx/local/dev/emc_rocoto/rocoto-1.3.0rc2/bin:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc:/gpfs/dell3/usrx/local/dev/emc_rocoto/ruby-2.5.1/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/usr/lpp/mmfs/bin:/opt/ibutils/bin:/opt/dell/srvadmin/bin:/u/Dusan.Jovic/bin:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/dbrowse:/u/Dusan.Jovic/.local/bin) + [[ wcoss_dell_p3 == hera* ]] @@ -16,11 +16,11 @@ which: no aprun in (/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin:/gpfs/dell3/us + [[ wcoss_dell_p3 == *jet* ]] ++ echo wcoss_dell_p3 ++ sed 's,\.,_,g' -+ ./compile.sh /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3 wcoss_dell_p3 ++ ./compile.sh /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 wcoss_dell_p3 + SECONDS=0 + [[ 2 -lt 2 ]] -+ readonly PATHTR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3 -+ PATHTR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3 ++ readonly PATHTR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 ++ PATHTR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 + readonly BUILD_TARGET=wcoss_dell_p3 + BUILD_TARGET=wcoss_dell_p3 + readonly MAKE_OPT= @@ -47,7 +47,7 @@ Using $MAKE_THREADS=8 threads to build FV3 and FMS. + echo Consider reducing '$MAKE_THREADS' if you hit memory or process limits. Consider reducing $MAKE_THREADS if you hit memory or process limits. + gnu_make='gmake -j 8' -+ cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/../NEMS ++ cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/../NEMS + COMPONENTS=FMS,FV3 + [[ '' == *\C\C\P\P\=\Y* ]] + [[ '' == *\W\W\3\=\Y* ]] @@ -59,13 +59,13 @@ Consider reducing $MAKE_THREADS if you hit memory or process limits. + gmake -j 8 -k COMPONENTS=FMS,FV3 TEST_BUILD_NAME=fv3 BUILD_ENV=wcoss_dell_p3 FV3_MAKEOPT= NEMS_BUILDOPT= distclean Will copy modules.nems and NEMS.x as fv3 under tests/ NOTE: Skipping appbuilder.mk creation; no appbuilder file in use. -echo 'FMS FV3' > "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/components.mk" +echo 'FMS FV3' > "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/components.mk" Adding FV3 makeopts to FMS makeopts -cat /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/fv3gfs/makefile | sed 's,^include,#include,g' \ - > /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/fv3gfs/makefile.temp.clean -cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/fv3gfs ; \ +cat /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs/makefile | sed 's,^include,#include,g' \ + > /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs/makefile.temp.clean +cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs ; \ exec gmake -f makefile.temp.clean clean -gmake[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/fv3gfs' +gmake[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs' Cleaning fms ... cd .. ; \ @@ -76,179 +76,179 @@ ls: cannot access */*.a: No such file or directory ls: cannot access */*.o: No such file or directory ls: cannot access */*.mod: No such file or directory ls: cannot access */depend: No such file or directory -gmake[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/fv3gfs' -rm -rf /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/fv3gfs/makefile.temp.clean -cat /dev/null > /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/conf/configure.fv3 -cat /dev/null > /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/conf/modules.fv3 -cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3 ; exec gmake \ +gmake[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs' +rm -rf /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs/makefile.temp.clean +cat /dev/null > /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/conf/configure.fv3 +cat /dev/null > /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/conf/modules.fv3 +cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 ; exec gmake \ -k cleanall FMS_DIR=/dev/null -gmake[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3' +gmake[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3' Cleaning ... (cd gfsphysics && make clean) Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics' makefile:278: depend: No such file or directory make[2]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. Building dependencies ... -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics' +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics' Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics' Cleaning gfsphysics ... rm -f -f libgfsphys.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend */*.tmp.f90 -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics' +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics' (cd ccpp/driver && make clean) Build CCPP layer ... -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/driver' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ccpp/driver' makefile:67: depend: No such file or directory make[2]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. Building dependencies ... -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/driver' +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ccpp/driver' Build CCPP layer ... -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/driver' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ccpp/driver' Cleaning CCPP_layer ... rm -f -f libccppdriver.a *__genmod.f90 *.tmp.f90 *.o */*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/driver' +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ccpp/driver' (cd ipd && make clean) Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ipd' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd' makefile:54: depend: No such file or directory make[2]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. Building dependencies ... -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ipd' +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd' Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ipd' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd' Cleaning ipd ... rm -f -f libipd.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ipd' +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd' (cd ../stochastic_physics && make clean) Build standalone FV3 stochastic_physics ... -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/stochastic_physics' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/stochastic_physics' makefile:86: depend: No such file or directory make[2]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. Building dependencies ... -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/stochastic_physics' +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/stochastic_physics' Build standalone FV3 stochastic_physics ... -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/stochastic_physics' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/stochastic_physics' Cleaning stochastic_physics ... rm -f -f libstochastic_physics.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/stochastic_physics' +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/stochastic_physics' (cd io && make clean) Build standalone FV3 io ... $ESMF_INC is [] -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/io' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io' make[2]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. Cleaning io ... rm -f -f libfv3io.a *__genmod.f90 *.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/io' +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io' (cd atmos_cubed_sphere && make clean) Build standalone FV3 fv3core ... -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/atmos_cubed_sphere' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere' make[2]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. Cleaning fv3core ... rm -f -f libfv3core.a *__genmod.f90 */*.o */*/*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/atmos_cubed_sphere' +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere' (cd cpl && make clean) Build standalone FV3 io ... -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/cpl' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl' make[2]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. Cleaning io ... rm -f -f libfv3cpl.a *.o *.mod *.lst *.i90 depend -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/cpl' +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl' rm -f -f fv3.exe libfv3cap.a *.o *.mod *.i90 *.lst depend rm -f -rf nems_dir fv3.mk FV3_INSTALL rm -f -f conf/modules.fv3 rm -f -f conf/configure.fv3 -gmake[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3' -rm -rf nems_dir FV3_INSTALL /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/conf/configure.fv3 \ - /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/conf/modules.fv3 -rm -rf /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk -if ! test -f /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; then \ - cat /dev/null > /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; \ +gmake[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3' +rm -rf nems_dir FV3_INSTALL /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/conf/configure.fv3 \ + /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/conf/modules.fv3 +rm -rf /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk +if ! test -f /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; then \ + cat /dev/null > /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; \ delete_nuopc=yes ; \ fi ; \ -cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src ; gmake "COMPONENTS=FMS FV3" \ +cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src ; gmake "COMPONENTS=FMS FV3" \ INCLUDES_ARE_OPTIONAL=YES clean ; \ if [ "$delete_nuopc" = yes ] ; then \ - rm -f /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; \ + rm -f /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; \ fi Components in linker order: FV3 FMS -FV3: include /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk -gmake[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src' -GNUmakefile:70: /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk: component FV3 makefile fragment is missing -FMS: include /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL/fms.mk -GNUmakefile:70: /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL/fms.mk: component FMS makefile fragment is missing +FV3: include /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk +gmake[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src' +GNUmakefile:70: /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk: component FV3 makefile fragment is missing +FMS: include /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL/fms.mk +GNUmakefile:70: /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL/fms.mk: component FMS makefile fragment is missing rm -f -f *.tmp.f90 *.lst *.o *.mod lm map cd ENS_Cpl ; gmake clean -gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/ENS_Cpl' +gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/ENS_Cpl' rm -f -f ENS_Cpl.a *.f90 *.o *.mod *.lst lm map depend -gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/ENS_Cpl' -gmake[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src' -rm -f /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/exe/NEMS.x /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC -rm -f /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/configure.nems /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/externals.nems /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/modules.nems /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/ESMFVersionDefine.h /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/modules.nems.sh /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/modules.nems.csh /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/test-results.mk -rm -f /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/components.mk -rm -f /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/test_results.mk +gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/ENS_Cpl' +gmake[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src' +rm -f /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/exe/NEMS.x /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC +rm -f /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/externals.nems /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/modules.nems /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/ESMFVersionDefine.h /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/modules.nems.sh /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/modules.nems.csh /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/test-results.mk +rm -f /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/components.mk +rm -f /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/test_results.mk + gmake -j 8 -k COMPONENTS=FMS,FV3 TEST_BUILD_NAME=fv3 BUILD_ENV=wcoss_dell_p3 FV3_MAKEOPT= NEMS_BUILDOPT= build Will copy modules.nems and NEMS.x as fv3 under tests/ NOTE: Skipping appbuilder.mk creation; no appbuilder file in use. -echo 'FMS FV3' > "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/components.mk" +echo 'FMS FV3' > "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/components.mk" Adding FV3 makeopts to FMS makeopts -cp /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3 /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/modules.nems -set -xe ; cp "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/modules.nems" "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/modules.fv3" -+ cp /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/modules.nems /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/modules.fv3 -cp /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/conf/configure.fv3.wcoss_dell_p3 /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/configure.nems -cat /dev/null > /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/externals.nems -cp /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/ESMFVersionDefine_ESMF_NUOPC.h /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/ESMFVersionDefine.h -( echo '. /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc' ; \ -echo 'module use /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf' ; \ -echo 'module load modules.nems' ) > "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/modules.nems.sh" -( echo 'source /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/module-setup.csh.inc' ; \ -echo 'module use /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf' ; \ -echo 'module load modules.nems' ) > "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/modules.nems.csh" -/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/incmake/configure_rules.mk:3: /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/test-results.mk: No such file or directory -gmake -f /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/incmake/tests.mk \ - MODULE_LOGIC=" . /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack" \ - TARGET="/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/test-results.mk" TEST -gmake[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS' +cp /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3 /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/modules.nems +set -xe ; cp "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/modules.nems" "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/tests/modules.fv3" ++ cp /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/modules.nems /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/tests/modules.fv3 +cp /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/conf/configure.fv3.wcoss_dell_p3 /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems +cat /dev/null > /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/externals.nems +cp /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/ESMFVersionDefine_ESMF_NUOPC.h /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/ESMFVersionDefine.h +( echo '. /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc' ; \ +echo 'module use /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf' ; \ +echo 'module load modules.nems' ) > "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/modules.nems.sh" +( echo 'source /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/module-setup.csh.inc' ; \ +echo 'module use /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf' ; \ +echo 'module load modules.nems' ) > "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/modules.nems.csh" +/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/incmake/configure_rules.mk:3: /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/test-results.mk: No such file or directory +gmake -f /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/incmake/tests.mk \ + MODULE_LOGIC=" . /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack" \ + TARGET="/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/test-results.mk" TEST +gmake[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS' if [ -f "/modules.nems" ] ; then \ - . /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=unlimited ; ulimit -S -s 200000 ; module use /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s ; \ + . /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=unlimited ; ulimit -S -s 200000 ; module use /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s ; \ fi ; \ ( \ echo "# Do not edit this file. It is automatically generated from tests.mk." ; \ echo "CASELESS_FILESYSTEM=NO" ; \ if [ "Q$ESMFMKFILE" != Q ] ; then egrep 'VERSION|^ESMF_[A-Z]*DIR' < "$ESMFMKFILE" ; fi ; \ -) > "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/test-results.mk" -gmake[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS' -. /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/fv3gfs ; \ +) > "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/test-results.mk" +gmake[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS' +. /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs ; \ exec gmake all Currently Loaded Modules: @@ -262,10 +262,10 @@ Currently Loaded Modules: -gmake[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/fv3gfs' +gmake[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs' Building dependencies ... -gmake[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/fv3gfs' -gmake[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/fv3gfs' +gmake[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs' +gmake[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs' mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_parameter.F90 -o ../mpp/mpp_parameter.o mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../platform/platform.F90 -o ../platform/platform.o mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../drifters/cloud_interpolator.F90 -o ../drifters/cloud_interpolator.o @@ -286,17 +286,17 @@ Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../random_numbers/MersenneTwister.F90 -o ../random_numbers/MersenneTwister.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../random_numbers/MersenneTwister.F90 -o ../random_numbers/MersenneTwister.o mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../sat_vapor_pres/sat_vapor_pres_k.F90 -o ../sat_vapor_pres/sat_vapor_pres_k.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../tridiagonal/tridiagonal.F90 -o ../tridiagonal/tridiagonal.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../tridiagonal/tridiagonal.F90 -o ../tridiagonal/tridiagonal.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. @@ -386,11 +386,11 @@ Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../field_manager/field_manager.F90 -o ../field_manager/field_manager.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../field_manager/field_manager.F90 -o ../field_manager/field_manager.o mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../coupler/ensemble_manager.F90 -o ../coupler/ensemble_manager.o mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mosaic/mosaic.F90 -o ../mosaic/mosaic.o mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../fft/fft.F90 -o ../fft/fft.o @@ -410,18 +410,23 @@ Using allocatable derived type array members. Using cray pointers. mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mosaic/grid.F90 -o ../mosaic/grid.o mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../oda_tools/write_ocean_data.F90 -o ../oda_tools/write_ocean_data.o +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../random_numbers/random_numbers.F90 -o ../random_numbers/random_numbers.o mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../oda_tools/xbt_drop_rate_adjust.f90 -o ../oda_tools/xbt_drop_rate_adjust.o mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_manifest.F90 -o ../diag_manager/diag_manifest.o mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_axis.F90 -o ../diag_manager/diag_axis.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../horiz_interp/horiz_interp.F90 -o ../horiz_interp/horiz_interp.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../oda_tools/oda_core_ecda.F90 -o ../oda_tools/oda_core_ecda.o mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../field_manager/fm_util.F90 -o ../field_manager/fm_util.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../oda_tools/oda_core_ecda.F90 -o ../oda_tools/oda_core_ecda.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../oda_tools/oda_core.F90 -o ../oda_tools/oda_core.o mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../tracer_manager/tracer_manager.F90 -o ../tracer_manager/tracer_manager.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../horiz_interp/horiz_interp.F90 -o ../horiz_interp/horiz_interp.o mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_output.F90 -o ../diag_manager/diag_output.o Using 8-byte addressing Using pure routines. @@ -430,31 +435,26 @@ Using cray pointers. mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../amip_interp/amip_interp.F90 -o ../amip_interp/amip_interp.o mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../time_interp/time_interp_external.F90 -o ../time_interp/time_interp_external.o mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../topography/topography.F90 -o ../topography/topography.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_util.F90 -o ../diag_manager/diag_util.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_util.F90 -o ../diag_manager/diag_util.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_table.F90 -o ../diag_manager/diag_table.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_manager.F90 -o ../diag_manager/diag_manager.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../oda_tools/oda_core.F90 -o ../oda_tools/oda_core.o mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../data_override/data_override.F90 -o ../data_override/data_override.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_table.F90 -o ../diag_manager/diag_table.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_manager.F90 -o ../diag_manager/diag_manager.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../coupler/coupler_types.F90 -o ../coupler/coupler_types.o mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../exchange/stock_constants.F90 -o ../exchange/stock_constants.o mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../interpolator/interpolator.F90 -o ../interpolator/interpolator.o @@ -556,18 +556,18 @@ a - ../mosaic/mosaic_util.o a - ../mosaic/read_mosaic.o a - ../mpp/nsclock.o a - ../mpp/threadloc.o -mkdir -p "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL" -mv fms.mk "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL/." -cp -fp *.a *.mod ../include/*.h "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL"/. -gmake[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/fv3gfs' -test -d /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -Compiling into /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL on wcoss -cp -fp /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/configure.nems \ - "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3"/conf/configure.fv3 -cp -fp /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/modules.nems \ - "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3"/conf/modules.fv3 -. /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3 ; \ - exec gmake COMP=FV3 COMP_SRCDIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3 COMP_BINDIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL MACHINE_ID=wcoss FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL nemsinstall +mkdir -p "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL" +mv fms.mk "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL/." +cp -fp *.a *.mod ../include/*.h "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL"/. +gmake[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs' +test -d /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL +Compiling into /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL on wcoss +cp -fp /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems \ + "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3"/conf/configure.fv3 +cp -fp /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/modules.nems \ + "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3"/conf/modules.fv3 +. /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 ; \ + exec gmake COMP=FV3 COMP_SRCDIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 COMP_BINDIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL MACHINE_ID=wcoss FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL nemsinstall Currently Loaded Modules: 1) ips/18.0.1.163 8) sp/2.0.3 15) jasper/1.900.29 @@ -580,195 +580,195 @@ Currently Loaded Modules: -gmake[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3' +gmake[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3' Building dependencies ... -gmake[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3' -gmake[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3' -gmake -C cpl FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL +gmake[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3' +gmake[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3' +gmake -C cpl FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL Build standalone FV3 io ... -gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/cpl' +gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl' Building dependencies ... -gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/cpl' +gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl' Build standalone FV3 io ... -gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/cpl' +gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl' mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -c module_cplfields.F90 mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -c module_cap_cpl.F90 ar rv libfv3cpl.a module_cplfields.o module_cap_cpl.o ar: creating libfv3cpl.a a - module_cplfields.o a - module_cap_cpl.o -gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/cpl' -gmake -C gfsphysics FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit +gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl' +gmake -C gfsphysics FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit Build standalone FV3 gfsphysics ... -gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics' +gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics' makefile:278: depend: No such file or directory Building dependencies ... -gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics' +gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics' Build standalone FV3 gfsphysics ... -gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics' -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/machine.F -o physics/machine.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/co2hc.f -o physics/co2hc.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/efield.f -o physics/efield.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gocart_tracer_config_stub.f -o physics/gocart_tracer_config_stub.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2oc.f -o physics/h2oc.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2ohdc.f -o physics/h2ohdc.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ideaca.f -o physics/ideaca.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_composition.f -o physics/idea_composition.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/wam_f107_kp_mod.f90 -o physics/wam_f107_kp_mod.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/iounitdef.f -o physics/iounitdef.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mersenne_twister.f -o physics/mersenne_twister.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/namelist_soilveg.f -o physics/namelist_soilveg.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozne_def.f -o physics/ozne_def.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/iccn_def.f -o physics/iccn_def.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/aerclm_def.f -o physics/aerclm_def.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/physparam.f -o physics/physparam.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/progtm_module.f -o physics/progtm_module.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/surface_perturbation.F90 -o physics/surface_perturbation.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/GFDL_parse_tracers.F90 -o physics/GFDL_parse_tracers.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gfs_phy_tracer_config.F -o physics/gfs_phy_tracer_config.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rayleigh_damp.f -o physics/rayleigh_damp.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rayleigh_damp_mesopause.f -o physics/rayleigh_damp_mesopause.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/set_soilveg.f -o physics/set_soilveg.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_wrf_utl.f90 -o physics/module_wrf_utl.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/noahmp_tables.f90 -o physics/noahmp_tables.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/tridi2t3.f -o physics/tridi2t3.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozinterp.f90 -o physics/ozinterp.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/iccninterp.f90 -o physics/iccninterp.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/aerinterp.f90 -o physics/aerinterp.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/num_parthds.F -o physics/num_parthds.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfcsub.F -o physics/sfcsub.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_mp_radar.F90 -o physics/module_mp_radar.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/micro_mg_utils.F90 -o physics/micro_mg_utils.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cnvc90.f -o physics/cnvc90.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/date_def.f -o physics/date_def.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/physcons.F90 -o physics/physcons.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gwdc.f -o physics/gwdc.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gwdps.f -o physics/gwdps.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2o_def.f -o physics/h2o_def.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2ophys.f -o physics/h2ophys.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/progt2.f -o physics/progt2.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radlw_param.f -o physics/radlw_param.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radsw_param.f -o physics/radsw_param.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_astronomy.f -o physics/radiation_astronomy.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_surface.f -o physics/radiation_surface.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radsw_datatb.f -o physics/radsw_datatb.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/samfaerosols.f -o physics/samfaerosols.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_cice.f -o physics/sfc_cice.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_diff.f -o physics/sfc_diff.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_sf_noahmp_glacier.f90 -o physics/module_sf_noahmp_glacier.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_sf_noahmplsm.f90 -o physics/module_sf_noahmplsm.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_nst_parameters.f90 -o physics/module_nst_parameters.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sflx.f -o physics/sflx.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv.f -o physics/shalcv.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv_1lyr.f -o physics/shalcv_1lyr.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv_fixdp.f -o physics/shalcv_fixdp.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv_opr.f -o physics/shalcv_opr.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/get_prs_fv3.f90 -o physics/get_prs_fv3.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2ointerp.f90 -o physics/h2ointerp.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/aer_cloud.F -o physics/aer_cloud.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gfdl_cloud_microphys.F90 -o physics/gfdl_cloud_microphys.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_mp_thompson_gfs.F90 -o physics/module_mp_thompson_gfs.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_mp_wsm6_fv3.F90 -o physics/module_mp_wsm6_fv3.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/dcyc2.f -o physics/dcyc2.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/dcyc2.pre.rad.f -o physics/dcyc2.pre.rad.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/tracer_const_h.f -o physics/tracer_const_h.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/funcphys.f90 -o physics/funcphys.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_initialize.F90 -o physics/cires_ugwp_initialize.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_co2.f -o physics/idea_co2.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_dissipation.f -o physics/idea_dissipation.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_h2o.f -o physics/idea_h2o.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_ion.f -o physics/idea_ion.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_o2_o3.f -o physics/idea_o2_o3.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_phys.f -o physics/idea_phys.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_solar_heating.f -o physics/idea_solar_heating.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_tracer.f -o physics/idea_tracer.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/lrgsclr.f -o physics/lrgsclr.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfpbl.f -o physics/mfpbl.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfpblt.f -o physics/mfpblt.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfpbltq.f -o physics/mfpbltq.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfscu.f -o physics/mfscu.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfscuq.f -o physics/mfscuq.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_bfmicrophysics.f -o physics/module_bfmicrophysics.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninedmf.f -o physics/moninedmf.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninedmf_hafs.f -o physics/moninedmf_hafs.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninp.f -o physics/moninp.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninp1.f -o physics/moninp1.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninq.f -o physics/moninq.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninq1.f -o physics/moninq1.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninshoc.f -o physics/moninshoc.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstadb.f -o physics/mstadb.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstadbtn.f -o physics/mstadbtn.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstadbtn2.f -o physics/mstadbtn2.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstcnv.f -o physics/mstcnv.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozphys.f -o physics/ozphys.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozphys_2015.f -o physics/ozphys_2015.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/precpd.f -o physics/precpd.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/precpd_shoc.f -o physics/precpd_shoc.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/precpdp.f -o physics/precpdp.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radlw_datatb.f -o physics/radlw_datatb.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rascnvv2.f -o physics/rascnvv2.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX-I -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_aerosols.f -o physics/radiation_aerosols.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radsw_main.f -o physics/radsw_main.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_gases.f -o physics/radiation_gases.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_clouds.f -o physics/radiation_clouds.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/samfdeepcnv.f -o physics/samfdeepcnv.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/samfshalcnv.f -o physics/samfshalcnv.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sascnv.f -o physics/sascnv.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sascnvn.f -o physics/sascnvn.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/satmedmfvdif.f -o physics/satmedmfvdif.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/satmedmfvdifq.f -o physics/satmedmfvdifq.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_diag.f -o physics/sfc_diag.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_drv.f -o physics/sfc_drv.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_noahmp_drv.f -o physics/sfc_noahmp_drv.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_nst_water_prop.f90 -o physics/module_nst_water_prop.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_ocean.f -o physics/sfc_ocean.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_sice.f -o physics/sfc_sice.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcnv.f -o physics/shalcnv.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/calpreciptype.f90 -o physics/calpreciptype.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gcm_shoc.f90 -o physics/gcm_shoc.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/wv_saturation.F -o physics/wv_saturation.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_utils.F90 -o physics/cires_ugwp_utils.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_triggers.F90 -o physics/cires_ugwp_triggers.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cs_conv.F90 -o physics/cs_conv.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/get_prs.f -o physics/get_prs.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gscond.f -o physics/gscond.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gscondp.f -o physics/gscondp.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_module.F90 -o physics/cires_ugwp_module.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_orowam2017.f -o physics/cires_orowam2017.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radlw_main.f -o physics/radlw_main.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_typedefs.F90 -o GFS_layer/GFS_typedefs.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_nst_model.f90 -o physics/module_nst_model.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cldmacro.F -o physics/cldmacro.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cldwat2m_micro.F -o physics/cldwat2m_micro.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_solvers.F90 -o physics/cires_ugwp_solvers.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_vert_lsatdis.F90 -o physics/cires_vert_lsatdis.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_vert_orodis.F90 -o physics/cires_vert_orodis.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_vert_wmsdis.F90 -o physics/cires_vert_wmsdis.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/micro_mg2_0.F90 -o physics/micro_mg2_0.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/micro_mg3_0.F90 -o physics/micro_mg3_0.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ugwp_driver_v0.f -o physics/ugwp_driver_v0.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_nst.f -o physics/sfc_nst.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/m_micro_driver.F90 -o physics/m_micro_driver.o +gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics' +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/machine.F -o physics/machine.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/co2hc.f -o physics/co2hc.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/efield.f -o physics/efield.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gocart_tracer_config_stub.f -o physics/gocart_tracer_config_stub.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2oc.f -o physics/h2oc.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2ohdc.f -o physics/h2ohdc.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ideaca.f -o physics/ideaca.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_composition.f -o physics/idea_composition.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/wam_f107_kp_mod.f90 -o physics/wam_f107_kp_mod.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/iounitdef.f -o physics/iounitdef.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mersenne_twister.f -o physics/mersenne_twister.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/namelist_soilveg.f -o physics/namelist_soilveg.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozne_def.f -o physics/ozne_def.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/iccn_def.f -o physics/iccn_def.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/aerclm_def.f -o physics/aerclm_def.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/physparam.f -o physics/physparam.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/progtm_module.f -o physics/progtm_module.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/surface_perturbation.F90 -o physics/surface_perturbation.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/GFDL_parse_tracers.F90 -o physics/GFDL_parse_tracers.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gfs_phy_tracer_config.F -o physics/gfs_phy_tracer_config.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rayleigh_damp.f -o physics/rayleigh_damp.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rayleigh_damp_mesopause.f -o physics/rayleigh_damp_mesopause.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/set_soilveg.f -o physics/set_soilveg.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_wrf_utl.f90 -o physics/module_wrf_utl.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/noahmp_tables.f90 -o physics/noahmp_tables.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/tridi2t3.f -o physics/tridi2t3.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozinterp.f90 -o physics/ozinterp.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/iccninterp.f90 -o physics/iccninterp.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/aerinterp.f90 -o physics/aerinterp.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/num_parthds.F -o physics/num_parthds.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfcsub.F -o physics/sfcsub.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_mp_radar.F90 -o physics/module_mp_radar.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/micro_mg_utils.F90 -o physics/micro_mg_utils.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cnvc90.f -o physics/cnvc90.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/date_def.f -o physics/date_def.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/physcons.F90 -o physics/physcons.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gwdc.f -o physics/gwdc.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gwdps.f -o physics/gwdps.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2o_def.f -o physics/h2o_def.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2ophys.f -o physics/h2ophys.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_co2.f -o physics/idea_co2.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_dissipation.f -o physics/idea_dissipation.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_h2o.f -o physics/idea_h2o.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_ion.f -o physics/idea_ion.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_o2_o3.f -o physics/idea_o2_o3.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_solar_heating.f -o physics/idea_solar_heating.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_tracer.f -o physics/idea_tracer.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfpbl.f -o physics/mfpbl.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninp.f -o physics/moninp.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninp1.f -o physics/moninp1.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozphys.f -o physics/ozphys.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozphys_2015.f -o physics/ozphys_2015.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/progt2.f -o physics/progt2.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radlw_param.f -o physics/radlw_param.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radsw_param.f -o physics/radsw_param.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_astronomy.f -o physics/radiation_astronomy.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_surface.f -o physics/radiation_surface.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/samfaerosols.f -o physics/samfaerosols.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_cice.f -o physics/sfc_cice.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_diff.f -o physics/sfc_diff.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_sf_noahmp_glacier.f90 -o physics/module_sf_noahmp_glacier.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_sf_noahmplsm.f90 -o physics/module_sf_noahmplsm.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_nst_parameters.f90 -o physics/module_nst_parameters.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sflx.f -o physics/sflx.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv.f -o physics/shalcv.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv_1lyr.f -o physics/shalcv_1lyr.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv_fixdp.f -o physics/shalcv_fixdp.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv_opr.f -o physics/shalcv_opr.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/get_prs_fv3.f90 -o physics/get_prs_fv3.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2ointerp.f90 -o physics/h2ointerp.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/aer_cloud.F -o physics/aer_cloud.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gfdl_cloud_microphys.F90 -o physics/gfdl_cloud_microphys.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_mp_thompson_gfs.F90 -o physics/module_mp_thompson_gfs.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_mp_wsm6_fv3.F90 -o physics/module_mp_wsm6_fv3.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/dcyc2.f -o physics/dcyc2.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/dcyc2.pre.rad.f -o physics/dcyc2.pre.rad.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/tracer_const_h.f -o physics/tracer_const_h.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/funcphys.f90 -o physics/funcphys.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_initialize.F90 -o physics/cires_ugwp_initialize.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_phys.f -o physics/idea_phys.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/lrgsclr.f -o physics/lrgsclr.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfpblt.f -o physics/mfpblt.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfpbltq.f -o physics/mfpbltq.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfscu.f -o physics/mfscu.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfscuq.f -o physics/mfscuq.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_bfmicrophysics.f -o physics/module_bfmicrophysics.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninedmf.f -o physics/moninedmf.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninedmf_hafs.f -o physics/moninedmf_hafs.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninq.f -o physics/moninq.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninq1.f -o physics/moninq1.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninshoc.f -o physics/moninshoc.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstadb.f -o physics/mstadb.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstadbtn.f -o physics/mstadbtn.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstadbtn2.f -o physics/mstadbtn2.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstcnv.f -o physics/mstcnv.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/precpd.f -o physics/precpd.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/precpd_shoc.f -o physics/precpd_shoc.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/precpdp.f -o physics/precpdp.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radlw_datatb.f -o physics/radlw_datatb.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rascnvv2.f -o physics/rascnvv2.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX-I -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_aerosols.f -o physics/radiation_aerosols.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radsw_datatb.f -o physics/radsw_datatb.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_gases.f -o physics/radiation_gases.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_clouds.f -o physics/radiation_clouds.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/samfdeepcnv.f -o physics/samfdeepcnv.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/samfshalcnv.f -o physics/samfshalcnv.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sascnv.f -o physics/sascnv.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sascnvn.f -o physics/sascnvn.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/satmedmfvdif.f -o physics/satmedmfvdif.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/satmedmfvdifq.f -o physics/satmedmfvdifq.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_diag.f -o physics/sfc_diag.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_drv.f -o physics/sfc_drv.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_noahmp_drv.f -o physics/sfc_noahmp_drv.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_nst_water_prop.f90 -o physics/module_nst_water_prop.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_ocean.f -o physics/sfc_ocean.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_sice.f -o physics/sfc_sice.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcnv.f -o physics/shalcnv.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/calpreciptype.f90 -o physics/calpreciptype.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gcm_shoc.f90 -o physics/gcm_shoc.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/wv_saturation.F -o physics/wv_saturation.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_utils.F90 -o physics/cires_ugwp_utils.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_triggers.F90 -o physics/cires_ugwp_triggers.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cs_conv.F90 -o physics/cs_conv.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/get_prs.f -o physics/get_prs.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gscond.f -o physics/gscond.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gscondp.f -o physics/gscondp.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_module.F90 -o physics/cires_ugwp_module.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_orowam2017.f -o physics/cires_orowam2017.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radlw_main.f -o physics/radlw_main.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_typedefs.F90 -o GFS_layer/GFS_typedefs.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radsw_main.f -o physics/radsw_main.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_nst_model.f90 -o physics/module_nst_model.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cldmacro.F -o physics/cldmacro.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cldwat2m_micro.F -o physics/cldwat2m_micro.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_solvers.F90 -o physics/cires_ugwp_solvers.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_vert_lsatdis.F90 -o physics/cires_vert_lsatdis.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_vert_orodis.F90 -o physics/cires_vert_orodis.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_vert_wmsdis.F90 -o physics/cires_vert_wmsdis.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/micro_mg2_0.F90 -o physics/micro_mg2_0.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/micro_mg3_0.F90 -o physics/micro_mg3_0.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ugwp_driver_v0.f -o physics/ugwp_driver_v0.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_nst.f -o physics/sfc_nst.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/m_micro_driver.F90 -o physics/m_micro_driver.o mpiicc -E -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML GFS_layer/GFS_radiation_driver.F90 > GFS_layer/GFS_radiation_driver.tmp.f90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gcycle.F90 -o physics/gcycle.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/GFS_debug.F90 -o physics/GFS_debug.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -O0 -c GFS_layer/GFS_diagnostics.F90 -o GFS_layer/GFS_diagnostics.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gcycle.F90 -o physics/gcycle.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/GFS_debug.F90 -o physics/GFS_debug.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -O0 -c GFS_layer/GFS_diagnostics.F90 -o GFS_layer/GFS_diagnostics.o mpiicc -E -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML GFS_layer/GFS_physics_driver.F90 > GFS_layer/GFS_physics_driver.tmp.f90 -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_radiation_driver.tmp.f90 -o GFS_layer/GFS_radiation_driver.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_physics_driver.tmp.f90 -o GFS_layer/GFS_physics_driver.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_restart.F90 -o GFS_layer/GFS_restart.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rad_initialize.f -o physics/rad_initialize.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_radiation_driver.tmp.f90 -o GFS_layer/GFS_radiation_driver.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_physics_driver.tmp.f90 -o GFS_layer/GFS_physics_driver.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_restart.F90 -o GFS_layer/GFS_restart.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rad_initialize.f -o physics/rad_initialize.o mpiicc -E -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML GFS_layer/GFS_driver.F90 > GFS_layer/GFS_driver.tmp.f90 -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_driver.tmp.f90 -o GFS_layer/GFS_driver.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_abstraction_layer.F90 -o GFS_layer/GFS_abstraction_layer.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_driver.tmp.f90 -o GFS_layer/GFS_driver.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_abstraction_layer.F90 -o GFS_layer/GFS_abstraction_layer.o ar rv libgfsphys.a physics/cnvc90.o physics/co2hc.o physics/date_def.o physics/dcyc2.o physics/dcyc2.pre.rad.o physics/efield.o physics/get_prs.o physics/gocart_tracer_config_stub.o physics/gscond.o physics/gscondp.o physics/gwdc.o physics/gwdps.o physics/ugwp_driver_v0.o physics/cires_orowam2017.o physics/h2o_def.o physics/h2oc.o physics/h2ohdc.o physics/h2ophys.o physics/ideaca.o physics/idea_co2.o physics/idea_composition.o physics/idea_dissipation.o physics/idea_h2o.o physics/idea_ion.o physics/idea_o2_o3.o physics/idea_phys.o physics/idea_solar_heating.o physics/idea_tracer.o physics/iounitdef.o physics/lrgsclr.o physics/mersenne_twister.o physics/mfpbl.o physics/mfpblt.o physics/mfpbltq.o physics/mfscu.o physics/mfscuq.o physics/module_bfmicrophysics.o physics/moninedmf.o physics/moninedmf_hafs.o physics/moninp.o physics/moninp1.o physics/moninq.o physics/moninq1.o physics/moninshoc.o physics/mstadb.o physics/mstadbtn.o physics/mstadbtn2.o physics/mstcnv.o physics/namelist_soilveg.o physics/ozne_def.o physics/iccn_def.o physics/aerclm_def.o physics/ozphys.o physics/ozphys_2015.o physics/physparam.o physics/precpd.o physics/precpd_shoc.o physics/precpdp.o physics/progt2.o physics/progtm_module.o physics/rad_initialize.o physics/radiation_aerosols.o physics/radiation_astronomy.o physics/radiation_clouds.o physics/radiation_gases.o physics/radiation_surface.o physics/radlw_datatb.o physics/radlw_main.o physics/radlw_param.o physics/radsw_datatb.o physics/radsw_main.o physics/radsw_param.o physics/rascnvv2.o physics/rayleigh_damp.o physics/rayleigh_damp_mesopause.o physics/samfaerosols.o physics/samfdeepcnv.o physics/samfshalcnv.o physics/sascnv.o physics/sascnvn.o physics/satmedmfvdif.o physics/satmedmfvdifq.o physics/set_soilveg.o physics/sfc_cice.o physics/sfc_diag.o physics/sfc_diff.o physics/sfc_drv.o physics/sfc_noahmp_drv.o physics/sfc_nst.o physics/sfc_ocean.o physics/sfc_sice.o physics/sflx.o physics/shalcnv.o physics/shalcv.o physics/shalcv_1lyr.o physics/shalcv_fixdp.o physics/shalcv_opr.o physics/tracer_const_h.o physics/tridi2t3.o physics/calpreciptype.o physics/funcphys.o physics/gcm_shoc.o physics/get_prs_fv3.o physics/h2ointerp.o physics/module_nst_model.o physics/module_nst_parameters.o physics/module_nst_water_prop.o physics/ozinterp.o physics/module_wrf_utl.o physics/noahmp_tables.o physics/module_sf_noahmplsm.o physics/module_sf_noahmp_glacier.o physics/iccninterp.o physics/aerinterp.o physics/wam_f107_kp_mod.o physics/aer_cloud.o physics/cldmacro.o physics/cldwat2m_micro.o physics/gfs_phy_tracer_config.o physics/machine.o physics/num_parthds.o physics/sfcsub.o physics/wv_saturation.o physics/GFDL_parse_tracers.o physics/gcycle.o physics/cires_ugwp_initialize.o physics/cires_ugwp_module.o physics/cires_ugwp_utils.o physics/cires_ugwp_triggers.o physics/cires_ugwp_solvers.o physics/cires_vert_lsatdis.o physics/cires_vert_orodis.o physics/cires_vert_wmsdis.o physics/gfdl_cloud_microphys.o physics/micro_mg_utils.o physics/micro_mg2_0.o physics/micro_mg3_0.o physics/m_micro_driver.o physics/cs_conv.o physics/GFS_debug.o physics/module_mp_radar.o physics/module_mp_thompson_gfs.o physics/module_mp_wsm6_fv3.o physics/physcons.o physics/surface_perturbation.o GFS_layer/GFS_abstraction_layer.o GFS_layer/GFS_diagnostics.o GFS_layer/GFS_driver.o GFS_layer/GFS_physics_driver.o GFS_layer/GFS_radiation_driver.o GFS_layer/GFS_restart.o GFS_layer/GFS_typedefs.o ar: creating libgfsphys.a a - physics/cnvc90.o @@ -923,48 +923,48 @@ a - GFS_layer/GFS_physics_driver.o a - GFS_layer/GFS_radiation_driver.o a - GFS_layer/GFS_restart.o a - GFS_layer/GFS_typedefs.o -gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics' -gmake -C ipd FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit +gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics' +gmake -C ipd FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit Build standalone FV3 gfsphysics ... -gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ipd' +gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd' makefile:54: depend: No such file or directory Building dependencies ... -gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ipd' +gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd' Build standalone FV3 gfsphysics ... -gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ipd' -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../namphysics -c IPD_typedefs.F90 -o IPD_typedefs.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../namphysics -c IPD_driver.F90 -o IPD_driver.o +gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd' +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../namphysics -c IPD_typedefs.F90 -o IPD_typedefs.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../namphysics -c IPD_driver.F90 -o IPD_driver.o ar rv libipd.a IPD_driver.o IPD_typedefs.o ar: creating libipd.a a - IPD_driver.o a - IPD_typedefs.o -gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ipd' -gmake -C io FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL +gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd' +gmake -C io FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL Build standalone FV3 io ... $ESMF_INC is [-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include] -gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/io' +gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io' Building dependencies ... -gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/io' +gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io' Build standalone FV3 io ... $ESMF_INC is [-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include] -gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/io' -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -c ffsync.F90 -o ffsync.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -c FV3GFS_io.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -c module_fv3_io_def.F90 -o module_fv3_io_def.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -c module_write_internal_state.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ncep_post_v8.0.1_4 -c post_nems_routines.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/nemsio_v2.2.4 -c module_write_nemsio.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/nemsio_v2.2.4 -c module_write_netcdf.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ncep_post_v8.0.1_4 -c post_gfs.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -c module_wrt_grid_comp.F90 +gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io' +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -c ffsync.F90 -o ffsync.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -c FV3GFS_io.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -c module_fv3_io_def.F90 -o module_fv3_io_def.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -c module_write_internal_state.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ncep_post_v8.0.1_4 -c post_nems_routines.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/nemsio_v2.2.4 -c module_write_nemsio.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/nemsio_v2.2.4 -c module_write_netcdf.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ncep_post_v8.0.1_4 -c post_gfs.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -c module_wrt_grid_comp.F90 ar rv libfv3io.a ffsync.o FV3GFS_io.o post_gfs.o post_nems_routines.o module_write_nemsio.o module_write_netcdf.o module_fv3_io_def.o module_write_internal_state.o module_wrt_grid_comp.o ar: creating libfv3io.a a - ffsync.o @@ -976,66 +976,66 @@ a - module_write_netcdf.o a - module_fv3_io_def.o a - module_write_internal_state.o a - module_wrt_grid_comp.o -gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/io' -gmake -C atmos_cubed_sphere FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL +gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io' +gmake -C atmos_cubed_sphere FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL Build standalone FV3 fv3core ... -gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/atmos_cubed_sphere' +gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere' Building dependencies ... -gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/atmos_cubed_sphere' +gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere' Build standalone FV3 fv3core ... -gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/atmos_cubed_sphere' -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_arrays.F90 -o model/fv_arrays.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/external_sst.F90 -o tools/external_sst.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_fill.F90 -o model/fv_fill.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/sim_nc_mod.F90 -o tools/sim_nc_mod.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c driver/fvGFS/DYCORE_typedefs.F90 -o driver/fvGFS/DYCORE_typedefs.o +gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere' +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_arrays.F90 -o model/fv_arrays.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/external_sst.F90 -o tools/external_sst.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_fill.F90 -o model/fv_fill.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/sim_nc_mod.F90 -o tools/sim_nc_mod.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c driver/fvGFS/DYCORE_typedefs.F90 -o driver/fvGFS/DYCORE_typedefs.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_mp_mod.F90 -o tools/fv_mp_mod.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/sorted_index.F90 -o tools/sorted_index.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_timing.F90 -o tools/fv_timing.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_eta.F90 -o tools/fv_eta.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/multi_gases.F90 -o model/multi_gases.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/boundary.F90 -o model/boundary.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_sg.F90 -o model/fv_sg.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_cmp.F90 -o model/fv_cmp.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_grid_utils.F90 -o model/fv_grid_utils.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_mp_mod.F90 -o tools/fv_mp_mod.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/sorted_index.F90 -o tools/sorted_index.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_timing.F90 -o tools/fv_timing.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_eta.F90 -o tools/fv_eta.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/multi_gases.F90 -o model/multi_gases.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/boundary.F90 -o model/boundary.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_sg.F90 -o model/fv_sg.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_cmp.F90 -o model/fv_cmp.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_grid_utils.F90 -o model/fv_grid_utils.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/a2b_edge.F90 -o model/a2b_edge.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -fast-transcendentals -c model/fv_mapz.F90 -o model/fv_mapz.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_surf_map.F90 -o tools/fv_surf_map.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/init_hydro.F90 -o tools/init_hydro.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_grid_tools.F90 -o tools/fv_grid_tools.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/tp_core.F90 -o model/tp_core.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_treat_da_inc.F90 -o tools/fv_treat_da_inc.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_iau_mod.F90 -o tools/fv_iau_mod.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_diagnostics.F90 -o tools/fv_diagnostics.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_io.F90 -o tools/fv_io.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/test_cases.F90 -o tools/test_cases.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_nudge.F90 -o tools/fv_nudge.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_regional_bc.F90 -o model/fv_regional_bc.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -c driver/fvGFS/fv_nggps_diag.F90 -o driver/fvGFS/fv_nggps_diag.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_tracer2d.F90 -o model/fv_tracer2d.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_update_phys.F90 -o model/fv_update_phys.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/sw_core.F90 -o model/sw_core.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/external_ic.F90 -o tools/external_ic.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_restart.F90 -o tools/fv_restart.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -fast-transcendentals -c model/nh_utils.F90 -o model/nh_utils.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_control.F90 -o model/fv_control.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_nesting.F90 -o model/fv_nesting.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/nh_core.F90 -o model/nh_core.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/dyn_core.F90 -o model/dyn_core.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_dynamics.F90 -o model/fv_dynamics.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -c driver/fvGFS/atmosphere.F90 -o driver/fvGFS/atmosphere.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/a2b_edge.F90 -o model/a2b_edge.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -fast-transcendentals -c model/fv_mapz.F90 -o model/fv_mapz.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_surf_map.F90 -o tools/fv_surf_map.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/init_hydro.F90 -o tools/init_hydro.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_grid_tools.F90 -o tools/fv_grid_tools.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/tp_core.F90 -o model/tp_core.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_treat_da_inc.F90 -o tools/fv_treat_da_inc.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_iau_mod.F90 -o tools/fv_iau_mod.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_diagnostics.F90 -o tools/fv_diagnostics.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_io.F90 -o tools/fv_io.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/test_cases.F90 -o tools/test_cases.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_nudge.F90 -o tools/fv_nudge.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_regional_bc.F90 -o model/fv_regional_bc.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -c driver/fvGFS/fv_nggps_diag.F90 -o driver/fvGFS/fv_nggps_diag.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_tracer2d.F90 -o model/fv_tracer2d.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_update_phys.F90 -o model/fv_update_phys.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/sw_core.F90 -o model/sw_core.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/external_ic.F90 -o tools/external_ic.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_restart.F90 -o tools/fv_restart.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -fast-transcendentals -c model/nh_utils.F90 -o model/nh_utils.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_control.F90 -o model/fv_control.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_nesting.F90 -o model/fv_nesting.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/nh_core.F90 -o model/nh_core.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/dyn_core.F90 -o model/dyn_core.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_dynamics.F90 -o model/fv_dynamics.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -c driver/fvGFS/atmosphere.F90 -o driver/fvGFS/atmosphere.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. @@ -1082,49 +1082,49 @@ a - tools/test_cases.o a - driver/fvGFS/DYCORE_typedefs.o a - driver/fvGFS/fv_nggps_diag.o a - driver/fvGFS/atmosphere.o -gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/atmos_cubed_sphere' -gmake -C ../stochastic_physics FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit +gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere' +gmake -C ../stochastic_physics FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit Build standalone FV3 stochastic_physics ... -gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/stochastic_physics' +gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/stochastic_physics' makefile:86: depend: No such file or directory Building dependencies ... -gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/stochastic_physics' +gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/stochastic_physics' Build standalone FV3 stochastic_physics ... -gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/stochastic_physics' -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_gg_def.f -o stochy_gg_def.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_resol_def.f -o stochy_resol_def.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_layout_lag.f -o stochy_layout_lag.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c spectral_layout.F90 -o spectral_layout.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c glats_stochy.f -o glats_stochy.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c num_parthds_stochy.f -o num_parthds_stochy.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c update_ca.f90 -o update_ca.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c plumes.f90 -o plumes.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_namelist_def.F90 -o stochy_namelist_def.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c compns_stochy.F90 -o compns_stochy.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c four_to_grid_stochy.F -o four_to_grid_stochy.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c sumfln_stochy.f -o sumfln_stochy.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c gozrineo_stochy.f -o gozrineo_stochy.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c get_ls_node_stochy.f -o get_ls_node_stochy.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c get_lats_node_a_stochy.f -o get_lats_node_a_stochy.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c setlats_a_stochy.f -o setlats_a_stochy.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c setlats_lag_stochy.f -o setlats_lag_stochy.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c epslon_stochy.f -o epslon_stochy.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c pln2eo_stochy.f -o pln2eo_stochy.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c dozeuv_stochy.f -o dozeuv_stochy.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c dezouv_stochy.f -o dezouv_stochy.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_internal_state_mod.F90 -o stochy_internal_state_mod.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_patterngenerator.F90 -o stochy_patterngenerator.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c getcon_lag_stochy.f -o getcon_lag_stochy.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c getcon_spectral.F90 -o getcon_spectral.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c initialize_spectral_mod.F90 -o initialize_spectral_mod.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_data_mod.F90 -o stochy_data_mod.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c get_stochy_pattern.F90 -o get_stochy_pattern.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochastic_physics.F90 -o stochastic_physics.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c cellular_automata.f90 -o cellular_automata.o +gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/stochastic_physics' +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_gg_def.f -o stochy_gg_def.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_resol_def.f -o stochy_resol_def.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_layout_lag.f -o stochy_layout_lag.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c spectral_layout.F90 -o spectral_layout.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c glats_stochy.f -o glats_stochy.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c num_parthds_stochy.f -o num_parthds_stochy.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c update_ca.f90 -o update_ca.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c plumes.f90 -o plumes.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_namelist_def.F90 -o stochy_namelist_def.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c compns_stochy.F90 -o compns_stochy.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c four_to_grid_stochy.F -o four_to_grid_stochy.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c sumfln_stochy.f -o sumfln_stochy.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c gozrineo_stochy.f -o gozrineo_stochy.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c get_ls_node_stochy.f -o get_ls_node_stochy.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c get_lats_node_a_stochy.f -o get_lats_node_a_stochy.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c setlats_a_stochy.f -o setlats_a_stochy.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c setlats_lag_stochy.f -o setlats_lag_stochy.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c epslon_stochy.f -o epslon_stochy.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c pln2eo_stochy.f -o pln2eo_stochy.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c dozeuv_stochy.f -o dozeuv_stochy.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c dezouv_stochy.f -o dezouv_stochy.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_internal_state_mod.F90 -o stochy_internal_state_mod.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_patterngenerator.F90 -o stochy_patterngenerator.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c getcon_lag_stochy.f -o getcon_lag_stochy.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c getcon_spectral.F90 -o getcon_spectral.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c initialize_spectral_mod.F90 -o initialize_spectral_mod.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_data_mod.F90 -o stochy_data_mod.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c get_stochy_pattern.F90 -o get_stochy_pattern.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochastic_physics.F90 -o stochastic_physics.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c cellular_automata.f90 -o cellular_automata.o ar rv libstochastic_physics.a stochy_gg_def.o stochy_resol_def.o stochy_layout_lag.o four_to_grid_stochy.o glats_stochy.o sumfln_stochy.o gozrineo_stochy.o num_parthds_stochy.o get_ls_node_stochy.o get_lats_node_a_stochy.o setlats_a_stochy.o setlats_lag_stochy.o epslon_stochy.o getcon_lag_stochy.o pln2eo_stochy.o dozeuv_stochy.o dezouv_stochy.o cellular_automata.o update_ca.o plumes.o spectral_layout.o getcon_spectral.o stochy_namelist_def.o compns_stochy.o stochy_internal_state_mod.o stochastic_physics.o stochy_patterngenerator.o stochy_data_mod.o get_stochy_pattern.o initialize_spectral_mod.o ar: creating libstochastic_physics.a a - stochy_gg_def.o @@ -1157,14 +1157,14 @@ a - stochy_patterngenerator.o a - stochy_data_mod.o a - get_stochy_pattern.o a - initialize_spectral_mod.o -gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/stochastic_physics' -gmake libfv3cap.a FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3' -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -c module_fv3_config.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -c time_utils.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -c atmos_model.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -c module_fcst_grid_comp.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -c fv3_cap.F90 +gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/stochastic_physics' +gmake libfv3cap.a FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL +gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3' +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -c module_fv3_config.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -c time_utils.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -c atmos_model.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -c module_fcst_grid_comp.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -c fv3_cap.F90 ar rv libfv3cap.a atmos_model.o module_fv3_config.o module_fcst_grid_comp.o time_utils.o fv3_cap.o ar: creating libfv3cap.a a - atmos_model.o @@ -1172,35 +1172,35 @@ a - module_fv3_config.o a - module_fcst_grid_comp.o a - time_utils.o a - fv3_cap.o -gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3' -gmake esmf_make_fragment FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3' +gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3' +gmake esmf_make_fragment FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL +gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3' # additional include files needed for PGI -#@echo "ESMF_DEP_INCPATH = /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/nems_dir" >> fv3.mk +#@echo "ESMF_DEP_INCPATH = /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/nems_dir" >> fv3.mk Finished generating ESMF self-describing build dependency makefile fragment: fv3.mk -gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3' -Installation into "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL" complete! +gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3' +Installation into "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL" complete! -gmake[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3' -test -d /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL +gmake[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3' +test -d /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL ( \ echo "# Do not edit this file. It is automatically generated." ; \ -echo "# Edit the component list or /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC.in" ; \ -echo ; cat "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC.in" ; \ -echo fms_mk="/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL/fms.mk" ; echo fv3_mk="/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk" ; ) > "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC" -. /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; \ +echo "# Edit the component list or /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC.in" ; \ +echo ; cat "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC.in" ; \ +echo fms_mk="/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL/fms.mk" ; echo fv3_mk="/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk" ; ) > "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC" +. /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; \ set -e ; \ -for m in /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk ; do \ +for m in /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk ; do \ test -s $m ; \ done ; \ -echo build NEMS after /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk ; \ -cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src ; \ +echo build NEMS after /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk ; \ +cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src ; \ gmake nems \ COMPONENTS="FMS FV3" \ - FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL FV3_DIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL TARGET="/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/exe/NEMS.x" ; \ -test -x /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/exe/NEMS.x + FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL FV3_DIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL TARGET="/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/exe/NEMS.x" ; \ +test -x /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/exe/NEMS.x Currently Loaded Modules: 1) ips/18.0.1.163 8) sp/2.0.3 15) jasper/1.900.29 @@ -1213,10 +1213,10 @@ Currently Loaded Modules: -build NEMS after /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk +build NEMS after /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk Components in linker order: FV3 FMS -FV3: include /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk -FMS: include /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL/fms.mk +FV3: include /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk +FMS: include /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL/fms.mk CPPFLAGS += ESMF_VERSION_STRING_GIT="ESMF_8_0_0" CPPFLAGS += ESMF_VERSION_MAJOR="8" CPPFLAGS += ESMF_VERSION_REVISION="0" @@ -1225,204 +1225,204 @@ CPPFLAGS += ESMF_VERSION_MINOR="0" CPPFLAGS += ESMF_VERSION_PATCHLEVEL="0" CPPFLAGS += ESMF_VERSION_STRING="8.0.0" CPPFLAGS += ESMF_VERSION_PUBLIC="'T'" -gmake[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src' +gmake[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src' cd ENS_Cpl && gmake stub -gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/ENS_Cpl' +gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/ENS_Cpl' mpiicc -E -traditional ENS_CplComp_ESMFMod_STUB.F90 > ENS_CplComp_ESMFMod_STUB.f90 mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -c ENS_CplComp_ESMFMod_STUB.f90 ar rv ENS_Cpl.a ENS_CplComp_ESMFMod_STUB.o ar: creating ENS_Cpl.a a - ENS_CplComp_ESMFMod_STUB.o -gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/ENS_Cpl' -mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Mon Dec 30 17:22:48 UTC 2019 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2019' -D'CMP_JD=364' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_PUBLIC="'T'" module_NEMS_UTILS.F90 > module_NEMS_UTILS.tmp.f90 -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_UTILS.tmp.f90 +gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/ENS_Cpl' +mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Thu Jan 23 21:41:20 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=023' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_PUBLIC="'T'" module_NEMS_UTILS.F90 > module_NEMS_UTILS.tmp.f90 +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_UTILS.tmp.f90 mv -v module_NEMS_UTILS.tmp.o module_NEMS_UTILS.o ‘module_NEMS_UTILS.tmp.o’ -> ‘module_NEMS_UTILS.o’ -mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Mon Dec 30 17:22:48 UTC 2019 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2019' -D'CMP_JD=364' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_PUBLIC="'T'" module_MEDIATOR_methods.F90 > module_MEDIATOR_methods.tmp.f90 -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -c module_MEDIATOR_methods.tmp.f90 +mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Thu Jan 23 21:41:20 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=023' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_PUBLIC="'T'" module_MEDIATOR_methods.F90 > module_MEDIATOR_methods.tmp.f90 +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -c module_MEDIATOR_methods.tmp.f90 mv -v module_MEDIATOR_methods.tmp.o module_MEDIATOR_methods.o ‘module_MEDIATOR_methods.tmp.o’ -> ‘module_MEDIATOR_methods.o’ -mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Mon Dec 30 17:22:48 UTC 2019 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2019' -D'CMP_JD=364' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_PUBLIC="'T'" module_MEDIATOR.F90 > module_MEDIATOR.tmp.f90 -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -c module_MEDIATOR.tmp.f90 +mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Thu Jan 23 21:41:20 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=023' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_PUBLIC="'T'" module_MEDIATOR.F90 > module_MEDIATOR.tmp.f90 +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -c module_MEDIATOR.tmp.f90 mv -v module_MEDIATOR.tmp.o module_MEDIATOR.o ‘module_MEDIATOR.tmp.o’ -> ‘module_MEDIATOR.o’ -mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Mon Dec 30 17:22:48 UTC 2019 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2019' -D'CMP_JD=364' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_PUBLIC="'T'" module_MEDIATOR_SpaceWeather.F90 > module_MEDIATOR_SpaceWeather.tmp.f90 -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -c module_MEDIATOR_SpaceWeather.tmp.f90 +mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Thu Jan 23 21:41:20 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=023' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_PUBLIC="'T'" module_MEDIATOR_SpaceWeather.F90 > module_MEDIATOR_SpaceWeather.tmp.f90 +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -c module_MEDIATOR_SpaceWeather.tmp.f90 mv -v module_MEDIATOR_SpaceWeather.tmp.o module_MEDIATOR_SpaceWeather.o ‘module_MEDIATOR_SpaceWeather.tmp.o’ -> ‘module_MEDIATOR_SpaceWeather.o’ -mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Mon Dec 30 17:22:48 UTC 2019 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2019' -D'CMP_JD=364' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_PUBLIC="'T'" module_EARTH_INTERNAL_STATE.F90 > module_EARTH_INTERNAL_STATE.tmp.f90 -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -c module_EARTH_INTERNAL_STATE.tmp.f90 +mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Thu Jan 23 21:41:20 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=023' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_PUBLIC="'T'" module_EARTH_INTERNAL_STATE.F90 > module_EARTH_INTERNAL_STATE.tmp.f90 +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -c module_EARTH_INTERNAL_STATE.tmp.f90 mv -v module_EARTH_INTERNAL_STATE.tmp.o module_EARTH_INTERNAL_STATE.o ‘module_EARTH_INTERNAL_STATE.tmp.o’ -> ‘module_EARTH_INTERNAL_STATE.o’ -mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Mon Dec 30 17:22:48 UTC 2019 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2019' -D'CMP_JD=364' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_PUBLIC="'T'" module_EARTH_GRID_COMP.F90 > module_EARTH_GRID_COMP.tmp.f90 -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -c module_EARTH_GRID_COMP.tmp.f90 +mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Thu Jan 23 21:41:20 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=023' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_PUBLIC="'T'" module_EARTH_GRID_COMP.F90 > module_EARTH_GRID_COMP.tmp.f90 +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -c module_EARTH_GRID_COMP.tmp.f90 mv -v module_EARTH_GRID_COMP.tmp.o module_EARTH_GRID_COMP.o ‘module_EARTH_GRID_COMP.tmp.o’ -> ‘module_EARTH_GRID_COMP.o’ -mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Mon Dec 30 17:22:48 UTC 2019 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2019' -D'CMP_JD=364' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_PUBLIC="'T'" module_NEMS_INTERNAL_STATE.F90 > module_NEMS_INTERNAL_STATE.tmp.f90 -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_INTERNAL_STATE.tmp.f90 +mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Thu Jan 23 21:41:20 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=023' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_PUBLIC="'T'" module_NEMS_INTERNAL_STATE.F90 > module_NEMS_INTERNAL_STATE.tmp.f90 +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_INTERNAL_STATE.tmp.f90 mv -v module_NEMS_INTERNAL_STATE.tmp.o module_NEMS_INTERNAL_STATE.o ‘module_NEMS_INTERNAL_STATE.tmp.o’ -> ‘module_NEMS_INTERNAL_STATE.o’ -mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Mon Dec 30 17:22:48 UTC 2019 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2019' -D'CMP_JD=364' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_PUBLIC="'T'" module_NEMS_GRID_COMP.F90 > module_NEMS_GRID_COMP.tmp.f90 -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_GRID_COMP.tmp.f90 +mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Thu Jan 23 21:41:20 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=023' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_PUBLIC="'T'" module_NEMS_GRID_COMP.F90 > module_NEMS_GRID_COMP.tmp.f90 +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_GRID_COMP.tmp.f90 mv -v module_NEMS_GRID_COMP.tmp.o module_NEMS_GRID_COMP.o ‘module_NEMS_GRID_COMP.tmp.o’ -> ‘module_NEMS_GRID_COMP.o’ -mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Mon Dec 30 17:22:48 UTC 2019 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2019' -D'CMP_JD=364' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_PUBLIC="'T'" module_NEMS_Rusage.F90 > module_NEMS_Rusage.tmp.f90 -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_Rusage.tmp.f90 +mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Thu Jan 23 21:41:20 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=023' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_PUBLIC="'T'" module_NEMS_Rusage.F90 > module_NEMS_Rusage.tmp.f90 +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_Rusage.tmp.f90 mv -v module_NEMS_Rusage.tmp.o module_NEMS_Rusage.o ‘module_NEMS_Rusage.tmp.o’ -> ‘module_NEMS_Rusage.o’ mpiicc -c nems_c_rusage.c -mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Mon Dec 30 17:22:48 UTC 2019 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2019' -D'CMP_JD=364' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_PUBLIC="'T'" MAIN_NEMS.F90 > MAIN_NEMS.tmp.f90 -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -c MAIN_NEMS.tmp.f90 +mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Thu Jan 23 21:41:20 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=023' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_PUBLIC="'T'" MAIN_NEMS.F90 > MAIN_NEMS.tmp.f90 +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -c MAIN_NEMS.tmp.f90 mv -v MAIN_NEMS.tmp.o MAIN_NEMS.o ‘MAIN_NEMS.tmp.o’ -> ‘MAIN_NEMS.o’ echo libgocart is libgocart is echo extlibs is /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libncep_post_v8.0.1_4.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libnemsio_v2.2.4.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2_v3.1.1_4.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2tmpl_v1.6.0.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libbacio_v2.0.3_4.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_d.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_d.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_d.a /gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/ips/18.0.1/libcrtm_v2.2.6.a /usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng.a /usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib/libjasper.a /usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib/libz.a -L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/lib -Wl,-rpath,/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/lib -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf -L/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib -L/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib -qopenmp -lnetcdff -lhdf5 /usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib/libz.a extlibs is /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libncep_post_v8.0.1_4.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libnemsio_v2.2.4.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2_v3.1.1_4.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2tmpl_v1.6.0.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libbacio_v2.0.3_4.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_d.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_d.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_d.a /gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/ips/18.0.1/libcrtm_v2.2.6.a /usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng.a /usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib/libjasper.a /usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib/libz.a -L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/lib -Wl,-rpath,/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/lib -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf -L/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib -L/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib -qopenmp -lnetcdff -lhdf5 /usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib/libz.a -mpiifort -o /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/exe/NEMS.x MAIN_NEMS.o module_NEMS_UTILS.o module_MEDIATOR_methods.o module_MEDIATOR.o module_MEDIATOR_SpaceWeather.o module_EARTH_INTERNAL_STATE.o module_EARTH_GRID_COMP.o module_NEMS_INTERNAL_STATE.o module_NEMS_GRID_COMP.o module_NEMS_Rusage.o nems_c_rusage.o /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL/libfv3cap.a /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL/libfv3core.a /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL/libfv3io.a /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL/libipd.a /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL/libgfsphys.a /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL/libfv3cpl.a /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL/libstochastic_physics.a /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL/libfms.a ENS_Cpl/ENS_Cpl.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libncep_post_v8.0.1_4.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libnemsio_v2.2.4.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2_v3.1.1_4.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2tmpl_v1.6.0.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libbacio_v2.0.3_4.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_d.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_d.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_d.a /gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/ips/18.0.1/libcrtm_v2.2.6.a /usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng.a /usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib/libjasper.a /usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib/libz.a -L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/lib -Wl,-rpath,/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/lib -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf -L/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib -L/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib -qopenmp -lnetcdff -lhdf5 /usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib/libz.a +mpiifort -o /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/exe/NEMS.x MAIN_NEMS.o module_NEMS_UTILS.o module_MEDIATOR_methods.o module_MEDIATOR.o module_MEDIATOR_SpaceWeather.o module_EARTH_INTERNAL_STATE.o module_EARTH_GRID_COMP.o module_NEMS_INTERNAL_STATE.o module_NEMS_GRID_COMP.o module_NEMS_Rusage.o nems_c_rusage.o /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/libfv3cap.a /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/libfv3core.a /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/libfv3io.a /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/libipd.a /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/libgfsphys.a /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/libfv3cpl.a /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/libstochastic_physics.a /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL/libfms.a ENS_Cpl/ENS_Cpl.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libncep_post_v8.0.1_4.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libnemsio_v2.2.4.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2_v3.1.1_4.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2tmpl_v1.6.0.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libbacio_v2.0.3_4.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_d.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_d.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_d.a /gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/ips/18.0.1/libcrtm_v2.2.6.a /usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng.a /usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib/libjasper.a /usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib/libz.a -L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/lib -Wl,-rpath,/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/lib -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf -L/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib -L/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib -qopenmp -lnetcdff -lhdf5 /usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib/libz.a /usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib/libjasper.a(jas_stream.o): In function `jas_stream_tmpfile': /usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/src/jasper-1.900.29/src/libjasper/base/jas_stream.c:520: warning: the use of `tmpnam' is dangerous, better use `mkstemp' -/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/exe/NEMS.x is created. -gmake[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src' -set -xe ; cp "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/exe/NEMS.x" "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/fv3.exe" -+ cp /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/exe/NEMS.x /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/fv3.exe +/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/exe/NEMS.x is created. +gmake[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src' +set -xe ; cp "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/exe/NEMS.x" "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/tests/fv3.exe" ++ cp /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/exe/NEMS.x /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/tests/fv3.exe + '[' YES = YES ']' + gmake -j 8 -k COMPONENTS=FMS,FV3 TEST_BUILD_NAME=fv3 BUILD_ENV=wcoss_dell_p3 FV3_MAKEOPT= NEMS_BUILDOPT= clean Will copy modules.nems and NEMS.x as fv3 under tests/ NOTE: Skipping appbuilder.mk creation; no appbuilder file in use. -echo 'FMS FV3' > "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/components.mk" +echo 'FMS FV3' > "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/components.mk" Adding FV3 makeopts to FMS makeopts -cat /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/fv3gfs/makefile | sed 's,^include,#include,g' \ - > /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/fv3gfs/makefile.temp.clean -cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/fv3gfs ; \ +cat /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs/makefile | sed 's,^include,#include,g' \ + > /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs/makefile.temp.clean +cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs ; \ exec gmake -f makefile.temp.clean clean -gmake[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/fv3gfs' +gmake[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs' Cleaning fms ... cd .. ; \ ls -1 */*.a */*.o */*.mod */depend \ | grep -vE 'INSTALL|\.git' | xargs rm -f || true ; \ rm -rf FMS_INSTALL || true -gmake[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/fv3gfs' -cat /dev/null > /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/conf/configure.fv3 -cat /dev/null > /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/conf/modules.fv3 -cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3 ; exec gmake \ +gmake[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs' +cat /dev/null > /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/conf/configure.fv3 +cat /dev/null > /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/conf/modules.fv3 +cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 ; exec gmake \ -k cleanall FMS_DIR=/dev/null -gmake[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3' +gmake[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3' Cleaning ... (cd gfsphysics && make clean) Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics' make[2]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. Cleaning gfsphysics ... rm -f -f libgfsphys.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend */*.tmp.f90 -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics' +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics' (cd ccpp/driver && make clean) Build CCPP layer ... -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/driver' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ccpp/driver' makefile:67: depend: No such file or directory make[2]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. Building dependencies ... -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/driver' +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ccpp/driver' Build CCPP layer ... -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/driver' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ccpp/driver' Cleaning CCPP_layer ... rm -f -f libccppdriver.a *__genmod.f90 *.tmp.f90 *.o */*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/driver' +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ccpp/driver' (cd ipd && make clean) Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ipd' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd' make[2]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. Cleaning ipd ... rm -f -f libipd.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ipd' +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd' (cd ../stochastic_physics && make clean) Build standalone FV3 stochastic_physics ... -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/stochastic_physics' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/stochastic_physics' make[2]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. Cleaning stochastic_physics ... rm -f -f libstochastic_physics.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/stochastic_physics' +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/stochastic_physics' (cd io && make clean) Build standalone FV3 io ... $ESMF_INC is [] -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/io' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io' make[2]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. Cleaning io ... rm -f -f libfv3io.a *__genmod.f90 *.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/io' +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io' (cd atmos_cubed_sphere && make clean) Build standalone FV3 fv3core ... -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/atmos_cubed_sphere' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere' make[2]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. Cleaning fv3core ... rm -f -f libfv3core.a *__genmod.f90 */*.o */*/*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/atmos_cubed_sphere' +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere' (cd cpl && make clean) Build standalone FV3 io ... -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/cpl' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl' make[2]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. Cleaning io ... rm -f -f libfv3cpl.a *.o *.mod *.lst *.i90 depend -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/cpl' +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl' rm -f -f fv3.exe libfv3cap.a *.o *.mod *.i90 *.lst depend rm -f -rf nems_dir fv3.mk FV3_INSTALL rm -f -f conf/modules.fv3 rm -f -f conf/configure.fv3 -gmake[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3' -rm -rf nems_dir FV3_INSTALL /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/conf/configure.fv3 \ - /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/conf/modules.fv3 -if ! test -f /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; then \ - cat /dev/null > /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; \ +gmake[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3' +rm -rf nems_dir FV3_INSTALL /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/conf/configure.fv3 \ + /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/conf/modules.fv3 +if ! test -f /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; then \ + cat /dev/null > /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; \ delete_nuopc=yes ; \ fi ; \ -cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src ; gmake "COMPONENTS=FMS FV3" \ +cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src ; gmake "COMPONENTS=FMS FV3" \ INCLUDES_ARE_OPTIONAL=YES clean ; \ if [ "$delete_nuopc" = yes ] ; then \ - rm -f /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; \ + rm -f /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; \ fi Components in linker order: FV3 FMS -FV3: include /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk -gmake[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src' -GNUmakefile:70: /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk: component FV3 makefile fragment is missing -FMS: include /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL/fms.mk -GNUmakefile:70: /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL/fms.mk: component FMS makefile fragment is missing +FV3: include /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk +gmake[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src' +GNUmakefile:70: /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk: component FV3 makefile fragment is missing +FMS: include /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL/fms.mk +GNUmakefile:70: /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL/fms.mk: component FMS makefile fragment is missing rm -f -f *.tmp.f90 *.lst *.o *.mod lm map cd ENS_Cpl ; gmake clean -gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/ENS_Cpl' +gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/ENS_Cpl' rm -f -f ENS_Cpl.a *.f90 *.o *.mod *.lst lm map depend -gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/ENS_Cpl' -gmake[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src' -+ elapsed=1048 -+ echo 'Elapsed time 1048 seconds. Compiling finished' -Elapsed time 1048 seconds. Compiling finished -+ mkdir -p /gpfs/dell2/ptmp/Dusan.Jovic/rtgen.125817/exec /gpfs/dell2/ptmp/Dusan.Jovic/rtgen.125817/include -+ cp -fp ./fv3.exe /gpfs/dell2/ptmp/Dusan.Jovic/rtgen.125817/exec/fv3.exe -+ cp -fp ./modules.fv3 /gpfs/dell2/ptmp/Dusan.Jovic/rtgen.125817/include/modules.fv3 +gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/ENS_Cpl' +gmake[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src' ++ elapsed=1029 ++ echo 'Elapsed time 1029 seconds. Compiling finished' +Elapsed time 1029 seconds. Compiling finished ++ mkdir -p /gpfs/dell2/ptmp/Dusan.Jovic/rtgen.57525/exec /gpfs/dell2/ptmp/Dusan.Jovic/rtgen.57525/include ++ cp -fp ./fv3.exe /gpfs/dell2/ptmp/Dusan.Jovic/rtgen.57525/exec/fv3.exe ++ cp -fp ./modules.fv3 /gpfs/dell2/ptmp/Dusan.Jovic/rtgen.57525/include/modules.fv3 + md5sum ./fv3.exe + unset modules + unset BUILD_NR @@ -1431,43 +1431,43 @@ Elapsed time 1048 seconds. Compiling finished + unset md5 + set -xe + set -xe -+ test -s /gpfs/dell2/ptmp/Dusan.Jovic/rtgen.125817/exec/fv3.exe -+ test -x /gpfs/dell2/ptmp/Dusan.Jovic/rtgen.125817/exec/fv3.exe ++ test -s /gpfs/dell2/ptmp/Dusan.Jovic/rtgen.57525/exec/fv3.exe ++ test -x /gpfs/dell2/ptmp/Dusan.Jovic/rtgen.57525/exec/fv3.exe ------------------------------------------------------------ Sender: LSF System -Subject: Job 14191697: in cluster Done +Subject: Job 16106089: in cluster Done -Job was submitted from host by user in cluster at Mon Dec 30 17:05:55 2019 -Job was executed on host(s) , in queue , as user in cluster at Mon Dec 30 17:05:57 2019 +Job was submitted from host by user in cluster at Thu Jan 23 21:24:45 2020 +Job was executed on host(s) , in queue , as user in cluster at Thu Jan 23 21:24:47 2020 was used as the home directory. - was used as the working directory. -Started at Mon Dec 30 17:05:57 2019 -Terminated at Mon Dec 30 17:23:26 2019 -Results reported at Mon Dec 30 17:23:26 2019 + was used as the working directory. +Started at Thu Jan 23 21:24:47 2020 +Terminated at Thu Jan 23 21:41:57 2020 +Results reported at Thu Jan 23 21:41:57 2020 Your job looked like: ------------------------------------------------------------ # LSBATCH: User input -/gpfs/dell3/usrx/local/dev/emc_rocoto/rocoto-1.3.0rc2/sbin/lsfwrapper.sh sh -c "cd /gpfs/dell2/ptmp/Dusan.Jovic/rtgen.125817/src ; ./install.sh fv3.exe" +/gpfs/dell3/usrx/local/dev/emc_rocoto/rocoto-1.3.0rc2/sbin/lsfwrapper.sh sh -c "cd /gpfs/dell2/ptmp/Dusan.Jovic/rtgen.57525/src ; ./install.sh fv3.exe" ------------------------------------------------------------ Successfully completed. Resource usage summary: - CPU time : 1535.81 sec. - Max Memory : 5251 MB - Average Memory : 880.82 MB + CPU time : 1529.25 sec. + Max Memory : 5255 MB + Average Memory : 1059.06 MB Total Requested Memory : 6144.00 MB - Delta Memory : 893.00 MB + Delta Memory : 889.00 MB Max Swap : - Max Processes : 33 Max Threads : 42 - Run time : 1059 sec. - Turnaround time : 1051 sec. + Run time : 1030 sec. + Turnaround time : 1032 sec. The output (if any) is above this job summary. -[Mon Dec 30 17:23:26 UTC 2019] /usrx/local/lsf/conf/scripts/ncep_post_exec_shared_ecflow.ksh: /var/lsf/ecflow_post_in.Dusan.Jovic.14191697 file not found or empty. Job is not eligible for ecflow abort notification. +[Thu Jan 23 21:41:57 UTC 2020] /usrx/local/lsf/conf/scripts/ncep_post_exec_shared_ecflow.ksh: /var/lsf/ecflow_post_in.Dusan.Jovic.16106089 file not found or empty. Job is not eligible for ecflow abort notification. diff --git a/log/report-wcoss_dell_p3-log/build_fv3_32bit.exe.log b/log/report-wcoss_dell_p3-log/build_fv3_32bit.exe.log index b6a1028b52..a923a7390f 100644 --- a/log/report-wcoss_dell_p3-log/build_fv3_32bit.exe.log +++ b/log/report-wcoss_dell_p3-log/build_fv3_32bit.exe.log @@ -1,12 +1,12 @@ + [[ fv3_32bit.exe == fv3_32bit.exe ]] -+ rm -f /gpfs/dell2/ptmp/Dusan.Jovic/rtgen.125817/exec/fv3_32bit.exe -+ modules=/gpfs/dell2/ptmp/Dusan.Jovic/rtgen.125817/include/modules.fv3_32bit ++ rm -f /gpfs/dell2/ptmp/Dusan.Jovic/rtgen.57525/exec/fv3_32bit.exe ++ modules=/gpfs/dell2/ptmp/Dusan.Jovic/rtgen.57525/include/modules.fv3_32bit + BUILD_NR= -+ fv3=/gpfs/dell2/ptmp/Dusan.Jovic/rtgen.125817/exec/fv3_32bit.exe ++ fv3=/gpfs/dell2/ptmp/Dusan.Jovic/rtgen.57525/exec/fv3_32bit.exe + MAKE_OPTS=32BIT=Y -+ md5=/gpfs/dell2/ptmp/Dusan.Jovic/rtgen.125817/exec/fv3_32bit.exe.md5 -+ cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/ -+ rm -f /gpfs/dell2/ptmp/Dusan.Jovic/rtgen.125817/exec/fv3_32bit.exe /gpfs/dell2/ptmp/Dusan.Jovic/rtgen.125817/include/modules.fv3_32bit ++ md5=/gpfs/dell2/ptmp/Dusan.Jovic/rtgen.57525/exec/fv3_32bit.exe.md5 ++ cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/tests/ ++ rm -f /gpfs/dell2/ptmp/Dusan.Jovic/rtgen.57525/exec/fv3_32bit.exe /gpfs/dell2/ptmp/Dusan.Jovic/rtgen.57525/include/modules.fv3_32bit + which aprun which: no aprun in (/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin:/gpfs/dell3/usrx/local/dev/emc_rocoto/emc-utils-1.0.0/bin:/gpfs/dell3/usrx/local/dev/emc_rocoto/rocoto-1.3.0rc2/bin:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc:/gpfs/dell3/usrx/local/dev/emc_rocoto/ruby-2.5.1/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/usr/lpp/mmfs/bin:/opt/ibutils/bin:/opt/dell/srvadmin/bin:/u/Dusan.Jovic/bin:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/dbrowse:/u/Dusan.Jovic/.local/bin) + [[ wcoss_dell_p3 == hera* ]] @@ -15,11 +15,11 @@ which: no aprun in (/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin:/gpfs/dell3/us + [[ wcoss_dell_p3 == *jet* ]] ++ echo wcoss_dell_p3 ++ sed 's,\.,_,g' -+ ./compile.sh /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3 wcoss_dell_p3 32BIT=Y ++ ./compile.sh /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 wcoss_dell_p3 32BIT=Y + SECONDS=0 + [[ 3 -lt 2 ]] -+ readonly PATHTR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3 -+ PATHTR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3 ++ readonly PATHTR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 ++ PATHTR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 + readonly BUILD_TARGET=wcoss_dell_p3 + BUILD_TARGET=wcoss_dell_p3 + readonly MAKE_OPT=32BIT=Y @@ -31,7 +31,7 @@ which: no aprun in (/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin:/gpfs/dell3/us + readonly clean_after=YES + clean_after=YES + hostname -m71e6 +m71e2 + echo 'Compiling 32BIT=Y into fv3.exe on wcoss_dell_p3' Compiling 32BIT=Y into fv3.exe on wcoss_dell_p3 + gnu_make=gmake @@ -46,7 +46,7 @@ Using $MAKE_THREADS=8 threads to build FV3 and FMS. + echo Consider reducing '$MAKE_THREADS' if you hit memory or process limits. Consider reducing $MAKE_THREADS if you hit memory or process limits. + gnu_make='gmake -j 8' -+ cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/../NEMS ++ cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/../NEMS + COMPONENTS=FMS,FV3 + [[ 32BIT=Y == *\C\C\P\P\=\Y* ]] + [[ 32BIT=Y == *\W\W\3\=\Y* ]] @@ -58,13 +58,13 @@ Consider reducing $MAKE_THREADS if you hit memory or process limits. + gmake -j 8 -k COMPONENTS=FMS,FV3 TEST_BUILD_NAME=fv3 BUILD_ENV=wcoss_dell_p3 FV3_MAKEOPT=32BIT=Y NEMS_BUILDOPT= distclean Will copy modules.nems and NEMS.x as fv3 under tests/ NOTE: Skipping appbuilder.mk creation; no appbuilder file in use. -echo 'FMS FV3' > "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/components.mk" +echo 'FMS FV3' > "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/components.mk" Adding FV3 makeopts to FMS makeopts -cat /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/fv3gfs/makefile | sed 's,^include,#include,g' \ - > /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/fv3gfs/makefile.temp.clean -cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/fv3gfs ; \ +cat /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs/makefile | sed 's,^include,#include,g' \ + > /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs/makefile.temp.clean +cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs ; \ exec gmake 32BIT=Y -f makefile.temp.clean clean -gmake[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/fv3gfs' +gmake[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs' Cleaning fms ... cd .. ; \ @@ -75,183 +75,183 @@ ls: cannot access */*.a: No such file or directory ls: cannot access */*.o: No such file or directory ls: cannot access */*.mod: No such file or directory ls: cannot access */depend: No such file or directory -gmake[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/fv3gfs' -rm -rf /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/fv3gfs/makefile.temp.clean -cat /dev/null > /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/conf/configure.fv3 -cat /dev/null > /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/conf/modules.fv3 -cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3 ; exec gmake \ +gmake[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs' +rm -rf /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs/makefile.temp.clean +cat /dev/null > /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/conf/configure.fv3 +cat /dev/null > /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/conf/modules.fv3 +cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 ; exec gmake \ -k cleanall FMS_DIR=/dev/null -gmake[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3' +gmake[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3' Cleaning ... (cd gfsphysics && make clean) Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics' makefile:278: depend: No such file or directory make[2]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. Building dependencies ... -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics' +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics' Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics' Cleaning gfsphysics ... rm -f -f libgfsphys.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend */*.tmp.f90 -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics' +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics' (cd ccpp/driver && make clean) Build CCPP layer ... -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/driver' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ccpp/driver' makefile:67: depend: No such file or directory make[2]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. Building dependencies ... -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/driver' +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ccpp/driver' Build CCPP layer ... -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/driver' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ccpp/driver' Cleaning CCPP_layer ... rm -f -f libccppdriver.a *__genmod.f90 *.tmp.f90 *.o */*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/driver' +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ccpp/driver' (cd ipd && make clean) Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ipd' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd' makefile:54: depend: No such file or directory make[2]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. Building dependencies ... -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ipd' +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd' Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ipd' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd' Cleaning ipd ... rm -f -f libipd.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ipd' +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd' (cd ../stochastic_physics && make clean) Build standalone FV3 stochastic_physics ... -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/stochastic_physics' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/stochastic_physics' makefile:86: depend: No such file or directory make[2]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. cc -E four_to_grid_stochy.F > four_to_grid_stochy.f Building dependencies ... -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/stochastic_physics' +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/stochastic_physics' Build standalone FV3 stochastic_physics ... -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/stochastic_physics' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/stochastic_physics' Cleaning stochastic_physics ... rm -f -f libstochastic_physics.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/stochastic_physics' +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/stochastic_physics' (cd io && make clean) Build standalone FV3 io ... $ESMF_INC is [] -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/io' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io' make[2]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. Cleaning io ... rm -f -f libfv3io.a *__genmod.f90 *.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/io' +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io' (cd atmos_cubed_sphere && make clean) Build standalone FV3 fv3core ... -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/atmos_cubed_sphere' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere' make[2]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. Cleaning fv3core ... rm -f -f libfv3core.a *__genmod.f90 */*.o */*/*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/atmos_cubed_sphere' +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere' (cd cpl && make clean) Build standalone FV3 io ... -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/cpl' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl' make[2]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. Cleaning io ... rm -f -f libfv3cpl.a *.o *.mod *.lst *.i90 depend -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/cpl' +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl' rm -f -f fv3.exe libfv3cap.a *.o *.mod *.i90 *.lst depend rm -f -rf nems_dir fv3.mk FV3_INSTALL rm -f -f conf/modules.fv3 rm -f -f conf/configure.fv3 -gmake[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3' -rm -rf nems_dir FV3_INSTALL /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/conf/configure.fv3 \ - /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/conf/modules.fv3 -rm -rf /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk -if ! test -f /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; then \ - cat /dev/null > /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; \ +gmake[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3' +rm -rf nems_dir FV3_INSTALL /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/conf/configure.fv3 \ + /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/conf/modules.fv3 +rm -rf /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk +if ! test -f /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; then \ + cat /dev/null > /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; \ delete_nuopc=yes ; \ fi ; \ -cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src ; gmake "COMPONENTS=FMS FV3" \ +cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src ; gmake "COMPONENTS=FMS FV3" \ INCLUDES_ARE_OPTIONAL=YES clean ; \ if [ "$delete_nuopc" = yes ] ; then \ - rm -f /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; \ + rm -f /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; \ fi -gmake[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src' -GNUmakefile:16: /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/test-results.mk: No such file or directory +gmake[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src' +GNUmakefile:16: /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/test-results.mk: No such file or directory Components in linker order: FV3 FMS FV3: include GNUmakefile:70: : component FV3 makefile fragment is missing FMS: include GNUmakefile:70: : component FMS makefile fragment is missing -gmake[1]: *** No rule to make target `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/test-results.mk'. -gmake[1]: Failed to remake makefile `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/test-results.mk'. +gmake[1]: *** No rule to make target `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/test-results.mk'. +gmake[1]: Failed to remake makefile `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/test-results.mk'. rm -f -f *.tmp.f90 *.lst *.o *.mod lm map cd ENS_Cpl ; gmake clean -gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/ENS_Cpl' +gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/ENS_Cpl' rm -f -f ENS_Cpl.a *.f90 *.o *.mod *.lst lm map depend -gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/ENS_Cpl' -gmake[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src' -rm -f /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/exe/NEMS.x /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC -rm -f /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/configure.nems /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/externals.nems /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/modules.nems /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/ESMFVersionDefine.h /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/modules.nems.sh /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/modules.nems.csh /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/test-results.mk -rm -f /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/components.mk -rm -f /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/test_results.mk +gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/ENS_Cpl' +gmake[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src' +rm -f /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/exe/NEMS.x /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC +rm -f /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/externals.nems /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/modules.nems /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/ESMFVersionDefine.h /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/modules.nems.sh /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/modules.nems.csh /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/test-results.mk +rm -f /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/components.mk +rm -f /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/test_results.mk + gmake -j 8 -k COMPONENTS=FMS,FV3 TEST_BUILD_NAME=fv3 BUILD_ENV=wcoss_dell_p3 FV3_MAKEOPT=32BIT=Y NEMS_BUILDOPT= build Will copy modules.nems and NEMS.x as fv3 under tests/ NOTE: Skipping appbuilder.mk creation; no appbuilder file in use. -echo 'FMS FV3' > "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/components.mk" +echo 'FMS FV3' > "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/components.mk" Adding FV3 makeopts to FMS makeopts -cp /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3 /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/modules.nems -set -xe ; cp "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/modules.nems" "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/modules.fv3" -+ cp /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/modules.nems /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/modules.fv3 -cp /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/conf/configure.fv3.wcoss_dell_p3 /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/configure.nems -cat /dev/null > /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/externals.nems -cp /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/ESMFVersionDefine_ESMF_NUOPC.h /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/ESMFVersionDefine.h -( echo '. /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc' ; \ -echo 'module use /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf' ; \ -echo 'module load modules.nems' ) > "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/modules.nems.sh" -( echo 'source /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/module-setup.csh.inc' ; \ -echo 'module use /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf' ; \ -echo 'module load modules.nems' ) > "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/modules.nems.csh" -/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/incmake/configure_rules.mk:3: /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/test-results.mk: No such file or directory -gmake -f /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/incmake/tests.mk \ - MODULE_LOGIC=" . /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack" \ - TARGET="/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/test-results.mk" TEST -gmake[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS' +cp /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3 /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/modules.nems +set -xe ; cp "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/modules.nems" "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/tests/modules.fv3" ++ cp /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/modules.nems /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/tests/modules.fv3 +cp /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/conf/configure.fv3.wcoss_dell_p3 /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems +cat /dev/null > /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/externals.nems +cp /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/ESMFVersionDefine_ESMF_NUOPC.h /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/ESMFVersionDefine.h +( echo '. /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc' ; \ +echo 'module use /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf' ; \ +echo 'module load modules.nems' ) > "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/modules.nems.sh" +( echo 'source /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/module-setup.csh.inc' ; \ +echo 'module use /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf' ; \ +echo 'module load modules.nems' ) > "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/modules.nems.csh" +/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/incmake/configure_rules.mk:3: /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/test-results.mk: No such file or directory +gmake -f /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/incmake/tests.mk \ + MODULE_LOGIC=" . /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack" \ + TARGET="/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/test-results.mk" TEST +gmake[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS' if [ -f "/modules.nems" ] ; then \ - . /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=unlimited ; ulimit -S -s 200000 ; module use /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s ; \ + . /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=unlimited ; ulimit -S -s 200000 ; module use /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s ; \ fi ; \ ( \ echo "# Do not edit this file. It is automatically generated from tests.mk." ; \ echo "CASELESS_FILESYSTEM=NO" ; \ if [ "Q$ESMFMKFILE" != Q ] ; then egrep 'VERSION|^ESMF_[A-Z]*DIR' < "$ESMFMKFILE" ; fi ; \ -) > "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/test-results.mk" -gmake[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS' -. /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/fv3gfs ; \ +) > "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/test-results.mk" +gmake[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS' +. /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs ; \ exec gmake 32BIT=Y all Currently Loaded Modules: @@ -265,10 +265,10 @@ Currently Loaded Modules: -gmake[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/fv3gfs' +gmake[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs' Building dependencies ... -gmake[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/fv3gfs' -gmake[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/fv3gfs' +gmake[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs' +gmake[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs' mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_parameter.F90 -o ../mpp/mpp_parameter.o mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../platform/platform.F90 -o ../platform/platform.o mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../drifters/cloud_interpolator.F90 -o ../drifters/cloud_interpolator.o @@ -289,12 +289,13 @@ Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../random_numbers/MersenneTwister.F90 -o ../random_numbers/MersenneTwister.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../sat_vapor_pres/sat_vapor_pres_k.F90 -o ../sat_vapor_pres/sat_vapor_pres_k.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../random_numbers/MersenneTwister.F90 -o ../random_numbers/MersenneTwister.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../sat_vapor_pres/sat_vapor_pres_k.F90 -o ../sat_vapor_pres/sat_vapor_pres_k.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../tridiagonal/tridiagonal.F90 -o ../tridiagonal/tridiagonal.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. @@ -303,7 +304,6 @@ Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../tridiagonal/tridiagonal.F90 -o ../tridiagonal/tridiagonal.o mpiicc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -xHOST -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../affinity/affinity.c -o ../affinity/affinity.o mpiicc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -xHOST -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../memutils/memuse.c -o ../memutils/memuse.o mpiicc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -xHOST -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../mosaic/create_xgrid.c -o ../mosaic/create_xgrid.o @@ -314,11 +314,11 @@ mpiicc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 mpiicc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -xHOST -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../mpp/nsclock.c -o ../mpp/nsclock.o mpiicc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -xHOST -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../mpp/threadloc.c -o ../mpp/threadloc.o mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_data.F90 -o ../mpp/mpp_data.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../constants/constants.F90 -o ../constants/constants.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../constants/constants.F90 -o ../constants/constants.o mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp.F90 -o ../mpp/mpp.o Using 8-byte addressing Using pure routines. @@ -381,11 +381,11 @@ mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL6 mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../horiz_interp/horiz_interp_spherical.F90 -o ../horiz_interp/horiz_interp_spherical.o mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../axis_utils/axis_utils.F90 -o ../axis_utils/axis_utils.o mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_grid.F90 -o ../diag_manager/diag_grid.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../field_manager/field_manager.F90 -o ../field_manager/field_manager.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../field_manager/field_manager.F90 -o ../field_manager/field_manager.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. @@ -423,21 +423,21 @@ mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL6 mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_axis.F90 -o ../diag_manager/diag_axis.o mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../horiz_interp/horiz_interp.F90 -o ../horiz_interp/horiz_interp.o mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../oda_tools/oda_core_ecda.F90 -o ../oda_tools/oda_core_ecda.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../field_manager/fm_util.F90 -o ../field_manager/fm_util.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../field_manager/fm_util.F90 -o ../field_manager/fm_util.o mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../oda_tools/oda_core.F90 -o ../oda_tools/oda_core.o mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../tracer_manager/tracer_manager.F90 -o ../tracer_manager/tracer_manager.o mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_output.F90 -o ../diag_manager/diag_output.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../amip_interp/amip_interp.F90 -o ../amip_interp/amip_interp.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../time_interp/time_interp_external.F90 -o ../time_interp/time_interp_external.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../topography/topography.F90 -o ../topography/topography.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../amip_interp/amip_interp.F90 -o ../amip_interp/amip_interp.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../time_interp/time_interp_external.F90 -o ../time_interp/time_interp_external.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../topography/topography.F90 -o ../topography/topography.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. @@ -559,18 +559,18 @@ a - ../mosaic/mosaic_util.o a - ../mosaic/read_mosaic.o a - ../mpp/nsclock.o a - ../mpp/threadloc.o -mkdir -p "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL" -mv fms.mk "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL/." -cp -fp *.a *.mod ../include/*.h "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL"/. -gmake[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/fv3gfs' -test -d /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -Compiling 32BIT=Y into /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL on wcoss -cp -fp /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/configure.nems \ - "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3"/conf/configure.fv3 -cp -fp /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/modules.nems \ - "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3"/conf/modules.fv3 -. /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3 ; \ - exec gmake COMP=FV3 COMP_SRCDIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3 COMP_BINDIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL MACHINE_ID=wcoss FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL 32BIT=Y nemsinstall +mkdir -p "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL" +mv fms.mk "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL/." +cp -fp *.a *.mod ../include/*.h "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL"/. +gmake[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs' +test -d /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL +Compiling 32BIT=Y into /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL on wcoss +cp -fp /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems \ + "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3"/conf/configure.fv3 +cp -fp /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/modules.nems \ + "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3"/conf/modules.fv3 +. /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 ; \ + exec gmake COMP=FV3 COMP_SRCDIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 COMP_BINDIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL MACHINE_ID=wcoss FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL 32BIT=Y nemsinstall Currently Loaded Modules: 1) ips/18.0.1.163 8) sp/2.0.3 15) jasper/1.900.29 @@ -583,195 +583,195 @@ Currently Loaded Modules: -gmake[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3' +gmake[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3' Building dependencies ... -gmake[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3' -gmake[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3' -gmake -C cpl FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL +gmake[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3' +gmake[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3' +gmake -C cpl FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL Build standalone FV3 io ... -gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/cpl' +gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl' Building dependencies ... -gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/cpl' +gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl' Build standalone FV3 io ... -gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/cpl' +gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl' mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -c module_cplfields.F90 mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -c module_cap_cpl.F90 ar rv libfv3cpl.a module_cplfields.o module_cap_cpl.o ar: creating libfv3cpl.a a - module_cplfields.o a - module_cap_cpl.o -gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/cpl' -gmake -C gfsphysics FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit +gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl' +gmake -C gfsphysics FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit Build standalone FV3 gfsphysics ... -gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics' +gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics' makefile:278: depend: No such file or directory Building dependencies ... -gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics' +gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics' Build standalone FV3 gfsphysics ... -gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics' -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/machine.F -o physics/machine.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/co2hc.f -o physics/co2hc.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/efield.f -o physics/efield.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gocart_tracer_config_stub.f -o physics/gocart_tracer_config_stub.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2oc.f -o physics/h2oc.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2ohdc.f -o physics/h2ohdc.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ideaca.f -o physics/ideaca.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_composition.f -o physics/idea_composition.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/wam_f107_kp_mod.f90 -o physics/wam_f107_kp_mod.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/iounitdef.f -o physics/iounitdef.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mersenne_twister.f -o physics/mersenne_twister.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/namelist_soilveg.f -o physics/namelist_soilveg.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozne_def.f -o physics/ozne_def.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/iccn_def.f -o physics/iccn_def.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/aerclm_def.f -o physics/aerclm_def.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/physparam.f -o physics/physparam.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/progtm_module.f -o physics/progtm_module.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/surface_perturbation.F90 -o physics/surface_perturbation.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/GFDL_parse_tracers.F90 -o physics/GFDL_parse_tracers.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gfs_phy_tracer_config.F -o physics/gfs_phy_tracer_config.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rayleigh_damp.f -o physics/rayleigh_damp.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rayleigh_damp_mesopause.f -o physics/rayleigh_damp_mesopause.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/set_soilveg.f -o physics/set_soilveg.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_wrf_utl.f90 -o physics/module_wrf_utl.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/noahmp_tables.f90 -o physics/noahmp_tables.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/tridi2t3.f -o physics/tridi2t3.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozinterp.f90 -o physics/ozinterp.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/iccninterp.f90 -o physics/iccninterp.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/aerinterp.f90 -o physics/aerinterp.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/num_parthds.F -o physics/num_parthds.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfcsub.F -o physics/sfcsub.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_mp_radar.F90 -o physics/module_mp_radar.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/micro_mg_utils.F90 -o physics/micro_mg_utils.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cnvc90.f -o physics/cnvc90.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/date_def.f -o physics/date_def.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/physcons.F90 -o physics/physcons.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gwdc.f -o physics/gwdc.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gwdps.f -o physics/gwdps.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2o_def.f -o physics/h2o_def.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2ophys.f -o physics/h2ophys.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/progt2.f -o physics/progt2.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radlw_param.f -o physics/radlw_param.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radsw_param.f -o physics/radsw_param.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_astronomy.f -o physics/radiation_astronomy.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_surface.f -o physics/radiation_surface.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/samfaerosols.f -o physics/samfaerosols.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_cice.f -o physics/sfc_cice.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_diff.f -o physics/sfc_diff.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_sf_noahmp_glacier.f90 -o physics/module_sf_noahmp_glacier.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_sf_noahmplsm.f90 -o physics/module_sf_noahmplsm.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_nst_parameters.f90 -o physics/module_nst_parameters.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sflx.f -o physics/sflx.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv.f -o physics/shalcv.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv_1lyr.f -o physics/shalcv_1lyr.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv_fixdp.f -o physics/shalcv_fixdp.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv_opr.f -o physics/shalcv_opr.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/get_prs_fv3.f90 -o physics/get_prs_fv3.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2ointerp.f90 -o physics/h2ointerp.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/aer_cloud.F -o physics/aer_cloud.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gfdl_cloud_microphys.F90 -o physics/gfdl_cloud_microphys.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_mp_thompson_gfs.F90 -o physics/module_mp_thompson_gfs.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_mp_wsm6_fv3.F90 -o physics/module_mp_wsm6_fv3.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/dcyc2.f -o physics/dcyc2.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/dcyc2.pre.rad.f -o physics/dcyc2.pre.rad.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/tracer_const_h.f -o physics/tracer_const_h.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/funcphys.f90 -o physics/funcphys.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_initialize.F90 -o physics/cires_ugwp_initialize.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_co2.f -o physics/idea_co2.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_dissipation.f -o physics/idea_dissipation.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_h2o.f -o physics/idea_h2o.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_ion.f -o physics/idea_ion.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_o2_o3.f -o physics/idea_o2_o3.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_phys.f -o physics/idea_phys.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_solar_heating.f -o physics/idea_solar_heating.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_tracer.f -o physics/idea_tracer.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/lrgsclr.f -o physics/lrgsclr.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfpbl.f -o physics/mfpbl.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfpblt.f -o physics/mfpblt.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfpbltq.f -o physics/mfpbltq.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfscu.f -o physics/mfscu.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfscuq.f -o physics/mfscuq.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_bfmicrophysics.f -o physics/module_bfmicrophysics.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninedmf.f -o physics/moninedmf.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninedmf_hafs.f -o physics/moninedmf_hafs.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninp.f -o physics/moninp.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninp1.f -o physics/moninp1.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninq.f -o physics/moninq.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninq1.f -o physics/moninq1.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninshoc.f -o physics/moninshoc.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstadb.f -o physics/mstadb.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstadbtn.f -o physics/mstadbtn.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstadbtn2.f -o physics/mstadbtn2.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstcnv.f -o physics/mstcnv.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozphys.f -o physics/ozphys.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozphys_2015.f -o physics/ozphys_2015.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/precpd.f -o physics/precpd.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/precpd_shoc.f -o physics/precpd_shoc.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/precpdp.f -o physics/precpdp.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radlw_datatb.f -o physics/radlw_datatb.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rascnvv2.f -o physics/rascnvv2.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX-I -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_aerosols.f -o physics/radiation_aerosols.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radsw_datatb.f -o physics/radsw_datatb.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_gases.f -o physics/radiation_gases.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_clouds.f -o physics/radiation_clouds.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/samfdeepcnv.f -o physics/samfdeepcnv.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/samfshalcnv.f -o physics/samfshalcnv.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sascnv.f -o physics/sascnv.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sascnvn.f -o physics/sascnvn.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/satmedmfvdif.f -o physics/satmedmfvdif.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/satmedmfvdifq.f -o physics/satmedmfvdifq.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_diag.f -o physics/sfc_diag.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_drv.f -o physics/sfc_drv.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_noahmp_drv.f -o physics/sfc_noahmp_drv.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_nst_water_prop.f90 -o physics/module_nst_water_prop.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_ocean.f -o physics/sfc_ocean.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_sice.f -o physics/sfc_sice.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcnv.f -o physics/shalcnv.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/calpreciptype.f90 -o physics/calpreciptype.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gcm_shoc.f90 -o physics/gcm_shoc.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/wv_saturation.F -o physics/wv_saturation.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_utils.F90 -o physics/cires_ugwp_utils.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_triggers.F90 -o physics/cires_ugwp_triggers.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cs_conv.F90 -o physics/cs_conv.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/get_prs.f -o physics/get_prs.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gscond.f -o physics/gscond.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gscondp.f -o physics/gscondp.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_module.F90 -o physics/cires_ugwp_module.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_orowam2017.f -o physics/cires_orowam2017.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radlw_main.f -o physics/radlw_main.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_typedefs.F90 -o GFS_layer/GFS_typedefs.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radsw_main.f -o physics/radsw_main.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_nst_model.f90 -o physics/module_nst_model.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cldmacro.F -o physics/cldmacro.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cldwat2m_micro.F -o physics/cldwat2m_micro.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/micro_mg2_0.F90 -o physics/micro_mg2_0.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/micro_mg3_0.F90 -o physics/micro_mg3_0.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ugwp_driver_v0.f -o physics/ugwp_driver_v0.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_nst.f -o physics/sfc_nst.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_solvers.F90 -o physics/cires_ugwp_solvers.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_vert_lsatdis.F90 -o physics/cires_vert_lsatdis.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_vert_orodis.F90 -o physics/cires_vert_orodis.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_vert_wmsdis.F90 -o physics/cires_vert_wmsdis.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/m_micro_driver.F90 -o physics/m_micro_driver.o +gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics' +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/machine.F -o physics/machine.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/co2hc.f -o physics/co2hc.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/efield.f -o physics/efield.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gocart_tracer_config_stub.f -o physics/gocart_tracer_config_stub.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2oc.f -o physics/h2oc.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2ohdc.f -o physics/h2ohdc.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ideaca.f -o physics/ideaca.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_composition.f -o physics/idea_composition.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/wam_f107_kp_mod.f90 -o physics/wam_f107_kp_mod.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/iounitdef.f -o physics/iounitdef.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mersenne_twister.f -o physics/mersenne_twister.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/namelist_soilveg.f -o physics/namelist_soilveg.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozne_def.f -o physics/ozne_def.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/iccn_def.f -o physics/iccn_def.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/aerclm_def.f -o physics/aerclm_def.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/physparam.f -o physics/physparam.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/progtm_module.f -o physics/progtm_module.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/surface_perturbation.F90 -o physics/surface_perturbation.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/GFDL_parse_tracers.F90 -o physics/GFDL_parse_tracers.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gfs_phy_tracer_config.F -o physics/gfs_phy_tracer_config.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rayleigh_damp.f -o physics/rayleigh_damp.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rayleigh_damp_mesopause.f -o physics/rayleigh_damp_mesopause.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/set_soilveg.f -o physics/set_soilveg.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_wrf_utl.f90 -o physics/module_wrf_utl.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/noahmp_tables.f90 -o physics/noahmp_tables.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/tridi2t3.f -o physics/tridi2t3.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozinterp.f90 -o physics/ozinterp.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/iccninterp.f90 -o physics/iccninterp.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/aerinterp.f90 -o physics/aerinterp.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/num_parthds.F -o physics/num_parthds.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfcsub.F -o physics/sfcsub.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_mp_radar.F90 -o physics/module_mp_radar.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/micro_mg_utils.F90 -o physics/micro_mg_utils.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cnvc90.f -o physics/cnvc90.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/date_def.f -o physics/date_def.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/physcons.F90 -o physics/physcons.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gwdc.f -o physics/gwdc.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gwdps.f -o physics/gwdps.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2o_def.f -o physics/h2o_def.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2ophys.f -o physics/h2ophys.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/progt2.f -o physics/progt2.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radlw_param.f -o physics/radlw_param.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radsw_param.f -o physics/radsw_param.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_astronomy.f -o physics/radiation_astronomy.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_surface.f -o physics/radiation_surface.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/samfaerosols.f -o physics/samfaerosols.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_cice.f -o physics/sfc_cice.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_diff.f -o physics/sfc_diff.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_sf_noahmp_glacier.f90 -o physics/module_sf_noahmp_glacier.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_sf_noahmplsm.f90 -o physics/module_sf_noahmplsm.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_nst_parameters.f90 -o physics/module_nst_parameters.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sflx.f -o physics/sflx.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv.f -o physics/shalcv.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv_1lyr.f -o physics/shalcv_1lyr.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv_fixdp.f -o physics/shalcv_fixdp.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv_opr.f -o physics/shalcv_opr.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/get_prs_fv3.f90 -o physics/get_prs_fv3.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2ointerp.f90 -o physics/h2ointerp.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/aer_cloud.F -o physics/aer_cloud.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gfdl_cloud_microphys.F90 -o physics/gfdl_cloud_microphys.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_mp_thompson_gfs.F90 -o physics/module_mp_thompson_gfs.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_mp_wsm6_fv3.F90 -o physics/module_mp_wsm6_fv3.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/dcyc2.f -o physics/dcyc2.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/dcyc2.pre.rad.f -o physics/dcyc2.pre.rad.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/tracer_const_h.f -o physics/tracer_const_h.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/funcphys.f90 -o physics/funcphys.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_initialize.F90 -o physics/cires_ugwp_initialize.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_co2.f -o physics/idea_co2.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_dissipation.f -o physics/idea_dissipation.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_h2o.f -o physics/idea_h2o.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_ion.f -o physics/idea_ion.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_o2_o3.f -o physics/idea_o2_o3.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_phys.f -o physics/idea_phys.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_solar_heating.f -o physics/idea_solar_heating.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_tracer.f -o physics/idea_tracer.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/lrgsclr.f -o physics/lrgsclr.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfpbl.f -o physics/mfpbl.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfpblt.f -o physics/mfpblt.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfpbltq.f -o physics/mfpbltq.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfscu.f -o physics/mfscu.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfscuq.f -o physics/mfscuq.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_bfmicrophysics.f -o physics/module_bfmicrophysics.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninedmf.f -o physics/moninedmf.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninedmf_hafs.f -o physics/moninedmf_hafs.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninp.f -o physics/moninp.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninp1.f -o physics/moninp1.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninq.f -o physics/moninq.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninq1.f -o physics/moninq1.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninshoc.f -o physics/moninshoc.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstadb.f -o physics/mstadb.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstadbtn.f -o physics/mstadbtn.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstadbtn2.f -o physics/mstadbtn2.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstcnv.f -o physics/mstcnv.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozphys.f -o physics/ozphys.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozphys_2015.f -o physics/ozphys_2015.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/precpd.f -o physics/precpd.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/precpd_shoc.f -o physics/precpd_shoc.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/precpdp.f -o physics/precpdp.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radlw_datatb.f -o physics/radlw_datatb.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rascnvv2.f -o physics/rascnvv2.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX-I -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_aerosols.f -o physics/radiation_aerosols.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radsw_datatb.f -o physics/radsw_datatb.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_gases.f -o physics/radiation_gases.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_clouds.f -o physics/radiation_clouds.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/samfdeepcnv.f -o physics/samfdeepcnv.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/samfshalcnv.f -o physics/samfshalcnv.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sascnv.f -o physics/sascnv.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sascnvn.f -o physics/sascnvn.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/satmedmfvdif.f -o physics/satmedmfvdif.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/satmedmfvdifq.f -o physics/satmedmfvdifq.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_diag.f -o physics/sfc_diag.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_drv.f -o physics/sfc_drv.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_noahmp_drv.f -o physics/sfc_noahmp_drv.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_nst_water_prop.f90 -o physics/module_nst_water_prop.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_ocean.f -o physics/sfc_ocean.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_sice.f -o physics/sfc_sice.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcnv.f -o physics/shalcnv.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/calpreciptype.f90 -o physics/calpreciptype.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gcm_shoc.f90 -o physics/gcm_shoc.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/wv_saturation.F -o physics/wv_saturation.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_utils.F90 -o physics/cires_ugwp_utils.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_triggers.F90 -o physics/cires_ugwp_triggers.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/micro_mg2_0.F90 -o physics/micro_mg2_0.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/micro_mg3_0.F90 -o physics/micro_mg3_0.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cs_conv.F90 -o physics/cs_conv.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/get_prs.f -o physics/get_prs.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gscond.f -o physics/gscond.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gscondp.f -o physics/gscondp.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_module.F90 -o physics/cires_ugwp_module.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_orowam2017.f -o physics/cires_orowam2017.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radlw_main.f -o physics/radlw_main.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_typedefs.F90 -o GFS_layer/GFS_typedefs.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radsw_main.f -o physics/radsw_main.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_nst_model.f90 -o physics/module_nst_model.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cldmacro.F -o physics/cldmacro.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cldwat2m_micro.F -o physics/cldwat2m_micro.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_solvers.F90 -o physics/cires_ugwp_solvers.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_vert_lsatdis.F90 -o physics/cires_vert_lsatdis.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_vert_orodis.F90 -o physics/cires_vert_orodis.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_vert_wmsdis.F90 -o physics/cires_vert_wmsdis.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ugwp_driver_v0.f -o physics/ugwp_driver_v0.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_nst.f -o physics/sfc_nst.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/m_micro_driver.F90 -o physics/m_micro_driver.o mpiicc -E -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML GFS_layer/GFS_radiation_driver.F90 > GFS_layer/GFS_radiation_driver.tmp.f90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gcycle.F90 -o physics/gcycle.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/GFS_debug.F90 -o physics/GFS_debug.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -O0 -c GFS_layer/GFS_diagnostics.F90 -o GFS_layer/GFS_diagnostics.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gcycle.F90 -o physics/gcycle.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/GFS_debug.F90 -o physics/GFS_debug.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -O0 -c GFS_layer/GFS_diagnostics.F90 -o GFS_layer/GFS_diagnostics.o mpiicc -E -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML GFS_layer/GFS_physics_driver.F90 > GFS_layer/GFS_physics_driver.tmp.f90 -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_radiation_driver.tmp.f90 -o GFS_layer/GFS_radiation_driver.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_physics_driver.tmp.f90 -o GFS_layer/GFS_physics_driver.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_restart.F90 -o GFS_layer/GFS_restart.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rad_initialize.f -o physics/rad_initialize.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_radiation_driver.tmp.f90 -o GFS_layer/GFS_radiation_driver.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_physics_driver.tmp.f90 -o GFS_layer/GFS_physics_driver.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_restart.F90 -o GFS_layer/GFS_restart.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rad_initialize.f -o physics/rad_initialize.o mpiicc -E -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML GFS_layer/GFS_driver.F90 > GFS_layer/GFS_driver.tmp.f90 -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_driver.tmp.f90 -o GFS_layer/GFS_driver.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_abstraction_layer.F90 -o GFS_layer/GFS_abstraction_layer.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_driver.tmp.f90 -o GFS_layer/GFS_driver.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_abstraction_layer.F90 -o GFS_layer/GFS_abstraction_layer.o ar rv libgfsphys.a physics/cnvc90.o physics/co2hc.o physics/date_def.o physics/dcyc2.o physics/dcyc2.pre.rad.o physics/efield.o physics/get_prs.o physics/gocart_tracer_config_stub.o physics/gscond.o physics/gscondp.o physics/gwdc.o physics/gwdps.o physics/ugwp_driver_v0.o physics/cires_orowam2017.o physics/h2o_def.o physics/h2oc.o physics/h2ohdc.o physics/h2ophys.o physics/ideaca.o physics/idea_co2.o physics/idea_composition.o physics/idea_dissipation.o physics/idea_h2o.o physics/idea_ion.o physics/idea_o2_o3.o physics/idea_phys.o physics/idea_solar_heating.o physics/idea_tracer.o physics/iounitdef.o physics/lrgsclr.o physics/mersenne_twister.o physics/mfpbl.o physics/mfpblt.o physics/mfpbltq.o physics/mfscu.o physics/mfscuq.o physics/module_bfmicrophysics.o physics/moninedmf.o physics/moninedmf_hafs.o physics/moninp.o physics/moninp1.o physics/moninq.o physics/moninq1.o physics/moninshoc.o physics/mstadb.o physics/mstadbtn.o physics/mstadbtn2.o physics/mstcnv.o physics/namelist_soilveg.o physics/ozne_def.o physics/iccn_def.o physics/aerclm_def.o physics/ozphys.o physics/ozphys_2015.o physics/physparam.o physics/precpd.o physics/precpd_shoc.o physics/precpdp.o physics/progt2.o physics/progtm_module.o physics/rad_initialize.o physics/radiation_aerosols.o physics/radiation_astronomy.o physics/radiation_clouds.o physics/radiation_gases.o physics/radiation_surface.o physics/radlw_datatb.o physics/radlw_main.o physics/radlw_param.o physics/radsw_datatb.o physics/radsw_main.o physics/radsw_param.o physics/rascnvv2.o physics/rayleigh_damp.o physics/rayleigh_damp_mesopause.o physics/samfaerosols.o physics/samfdeepcnv.o physics/samfshalcnv.o physics/sascnv.o physics/sascnvn.o physics/satmedmfvdif.o physics/satmedmfvdifq.o physics/set_soilveg.o physics/sfc_cice.o physics/sfc_diag.o physics/sfc_diff.o physics/sfc_drv.o physics/sfc_noahmp_drv.o physics/sfc_nst.o physics/sfc_ocean.o physics/sfc_sice.o physics/sflx.o physics/shalcnv.o physics/shalcv.o physics/shalcv_1lyr.o physics/shalcv_fixdp.o physics/shalcv_opr.o physics/tracer_const_h.o physics/tridi2t3.o physics/calpreciptype.o physics/funcphys.o physics/gcm_shoc.o physics/get_prs_fv3.o physics/h2ointerp.o physics/module_nst_model.o physics/module_nst_parameters.o physics/module_nst_water_prop.o physics/ozinterp.o physics/module_wrf_utl.o physics/noahmp_tables.o physics/module_sf_noahmplsm.o physics/module_sf_noahmp_glacier.o physics/iccninterp.o physics/aerinterp.o physics/wam_f107_kp_mod.o physics/aer_cloud.o physics/cldmacro.o physics/cldwat2m_micro.o physics/gfs_phy_tracer_config.o physics/machine.o physics/num_parthds.o physics/sfcsub.o physics/wv_saturation.o physics/GFDL_parse_tracers.o physics/gcycle.o physics/cires_ugwp_initialize.o physics/cires_ugwp_module.o physics/cires_ugwp_utils.o physics/cires_ugwp_triggers.o physics/cires_ugwp_solvers.o physics/cires_vert_lsatdis.o physics/cires_vert_orodis.o physics/cires_vert_wmsdis.o physics/gfdl_cloud_microphys.o physics/micro_mg_utils.o physics/micro_mg2_0.o physics/micro_mg3_0.o physics/m_micro_driver.o physics/cs_conv.o physics/GFS_debug.o physics/module_mp_radar.o physics/module_mp_thompson_gfs.o physics/module_mp_wsm6_fv3.o physics/physcons.o physics/surface_perturbation.o GFS_layer/GFS_abstraction_layer.o GFS_layer/GFS_diagnostics.o GFS_layer/GFS_driver.o GFS_layer/GFS_physics_driver.o GFS_layer/GFS_radiation_driver.o GFS_layer/GFS_restart.o GFS_layer/GFS_typedefs.o ar: creating libgfsphys.a a - physics/cnvc90.o @@ -926,48 +926,48 @@ a - GFS_layer/GFS_physics_driver.o a - GFS_layer/GFS_radiation_driver.o a - GFS_layer/GFS_restart.o a - GFS_layer/GFS_typedefs.o -gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics' -gmake -C ipd FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit +gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics' +gmake -C ipd FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit Build standalone FV3 gfsphysics ... -gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ipd' +gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd' makefile:54: depend: No such file or directory Building dependencies ... -gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ipd' +gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd' Build standalone FV3 gfsphysics ... -gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ipd' -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../namphysics -c IPD_typedefs.F90 -o IPD_typedefs.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../namphysics -c IPD_driver.F90 -o IPD_driver.o +gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd' +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../namphysics -c IPD_typedefs.F90 -o IPD_typedefs.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../namphysics -c IPD_driver.F90 -o IPD_driver.o ar rv libipd.a IPD_driver.o IPD_typedefs.o ar: creating libipd.a a - IPD_driver.o a - IPD_typedefs.o -gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ipd' -gmake -C io FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL +gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd' +gmake -C io FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL Build standalone FV3 io ... $ESMF_INC is [-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include] -gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/io' +gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io' Building dependencies ... -gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/io' +gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io' Build standalone FV3 io ... $ESMF_INC is [-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include] -gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/io' -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -c ffsync.F90 -o ffsync.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -c FV3GFS_io.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -c module_fv3_io_def.F90 -o module_fv3_io_def.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -c module_write_internal_state.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ncep_post_v8.0.1_4 -c post_nems_routines.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/nemsio_v2.2.4 -c module_write_nemsio.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/nemsio_v2.2.4 -c module_write_netcdf.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ncep_post_v8.0.1_4 -c post_gfs.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -c module_wrt_grid_comp.F90 +gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io' +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -c ffsync.F90 -o ffsync.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -c FV3GFS_io.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -c module_fv3_io_def.F90 -o module_fv3_io_def.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -c module_write_internal_state.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ncep_post_v8.0.1_4 -c post_nems_routines.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/nemsio_v2.2.4 -c module_write_nemsio.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/nemsio_v2.2.4 -c module_write_netcdf.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ncep_post_v8.0.1_4 -c post_gfs.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -c module_wrt_grid_comp.F90 ar rv libfv3io.a ffsync.o FV3GFS_io.o post_gfs.o post_nems_routines.o module_write_nemsio.o module_write_netcdf.o module_fv3_io_def.o module_write_internal_state.o module_wrt_grid_comp.o ar: creating libfv3io.a a - ffsync.o @@ -979,66 +979,66 @@ a - module_write_netcdf.o a - module_fv3_io_def.o a - module_write_internal_state.o a - module_wrt_grid_comp.o -gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/io' -gmake -C atmos_cubed_sphere FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL +gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io' +gmake -C atmos_cubed_sphere FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL Build standalone FV3 fv3core ... -gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/atmos_cubed_sphere' +gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere' Building dependencies ... -gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/atmos_cubed_sphere' +gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere' Build standalone FV3 fv3core ... -gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/atmos_cubed_sphere' -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_arrays.F90 -o model/fv_arrays.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/external_sst.F90 -o tools/external_sst.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_fill.F90 -o model/fv_fill.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/sim_nc_mod.F90 -o tools/sim_nc_mod.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c driver/fvGFS/DYCORE_typedefs.F90 -o driver/fvGFS/DYCORE_typedefs.o +gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere' +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_arrays.F90 -o model/fv_arrays.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/external_sst.F90 -o tools/external_sst.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_fill.F90 -o model/fv_fill.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/sim_nc_mod.F90 -o tools/sim_nc_mod.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c driver/fvGFS/DYCORE_typedefs.F90 -o driver/fvGFS/DYCORE_typedefs.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_mp_mod.F90 -o tools/fv_mp_mod.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/sorted_index.F90 -o tools/sorted_index.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_timing.F90 -o tools/fv_timing.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_eta.F90 -o tools/fv_eta.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/multi_gases.F90 -o model/multi_gases.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/boundary.F90 -o model/boundary.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_sg.F90 -o model/fv_sg.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_cmp.F90 -o model/fv_cmp.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_grid_utils.F90 -o model/fv_grid_utils.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_mp_mod.F90 -o tools/fv_mp_mod.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/sorted_index.F90 -o tools/sorted_index.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_timing.F90 -o tools/fv_timing.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_eta.F90 -o tools/fv_eta.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/multi_gases.F90 -o model/multi_gases.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_sg.F90 -o model/fv_sg.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_cmp.F90 -o model/fv_cmp.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/boundary.F90 -o model/boundary.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_grid_utils.F90 -o model/fv_grid_utils.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/a2b_edge.F90 -o model/a2b_edge.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -fast-transcendentals -c model/fv_mapz.F90 -o model/fv_mapz.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_surf_map.F90 -o tools/fv_surf_map.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/init_hydro.F90 -o tools/init_hydro.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_grid_tools.F90 -o tools/fv_grid_tools.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/tp_core.F90 -o model/tp_core.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_treat_da_inc.F90 -o tools/fv_treat_da_inc.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_iau_mod.F90 -o tools/fv_iau_mod.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_diagnostics.F90 -o tools/fv_diagnostics.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_io.F90 -o tools/fv_io.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/test_cases.F90 -o tools/test_cases.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_nudge.F90 -o tools/fv_nudge.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_regional_bc.F90 -o model/fv_regional_bc.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -c driver/fvGFS/fv_nggps_diag.F90 -o driver/fvGFS/fv_nggps_diag.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_tracer2d.F90 -o model/fv_tracer2d.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_update_phys.F90 -o model/fv_update_phys.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/sw_core.F90 -o model/sw_core.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/external_ic.F90 -o tools/external_ic.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_restart.F90 -o tools/fv_restart.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -fast-transcendentals -c model/nh_utils.F90 -o model/nh_utils.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_control.F90 -o model/fv_control.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_nesting.F90 -o model/fv_nesting.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/nh_core.F90 -o model/nh_core.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/dyn_core.F90 -o model/dyn_core.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_dynamics.F90 -o model/fv_dynamics.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -c driver/fvGFS/atmosphere.F90 -o driver/fvGFS/atmosphere.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/a2b_edge.F90 -o model/a2b_edge.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -fast-transcendentals -c model/fv_mapz.F90 -o model/fv_mapz.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_surf_map.F90 -o tools/fv_surf_map.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/init_hydro.F90 -o tools/init_hydro.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_grid_tools.F90 -o tools/fv_grid_tools.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/tp_core.F90 -o model/tp_core.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_treat_da_inc.F90 -o tools/fv_treat_da_inc.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_iau_mod.F90 -o tools/fv_iau_mod.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_diagnostics.F90 -o tools/fv_diagnostics.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_io.F90 -o tools/fv_io.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/test_cases.F90 -o tools/test_cases.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_nudge.F90 -o tools/fv_nudge.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_regional_bc.F90 -o model/fv_regional_bc.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -c driver/fvGFS/fv_nggps_diag.F90 -o driver/fvGFS/fv_nggps_diag.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_tracer2d.F90 -o model/fv_tracer2d.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_update_phys.F90 -o model/fv_update_phys.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/sw_core.F90 -o model/sw_core.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/external_ic.F90 -o tools/external_ic.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_restart.F90 -o tools/fv_restart.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -fast-transcendentals -c model/nh_utils.F90 -o model/nh_utils.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_control.F90 -o model/fv_control.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_nesting.F90 -o model/fv_nesting.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/nh_core.F90 -o model/nh_core.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/dyn_core.F90 -o model/dyn_core.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_dynamics.F90 -o model/fv_dynamics.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -c driver/fvGFS/atmosphere.F90 -o driver/fvGFS/atmosphere.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. @@ -1085,49 +1085,49 @@ a - tools/test_cases.o a - driver/fvGFS/DYCORE_typedefs.o a - driver/fvGFS/fv_nggps_diag.o a - driver/fvGFS/atmosphere.o -gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/atmos_cubed_sphere' -gmake -C ../stochastic_physics FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit +gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere' +gmake -C ../stochastic_physics FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit Build standalone FV3 stochastic_physics ... -gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/stochastic_physics' +gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/stochastic_physics' makefile:86: depend: No such file or directory Building dependencies ... -gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/stochastic_physics' +gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/stochastic_physics' Build standalone FV3 stochastic_physics ... -gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/stochastic_physics' -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_gg_def.f -o stochy_gg_def.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_resol_def.f -o stochy_resol_def.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_layout_lag.f -o stochy_layout_lag.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c spectral_layout.F90 -o spectral_layout.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c glats_stochy.f -o glats_stochy.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c num_parthds_stochy.f -o num_parthds_stochy.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c update_ca.f90 -o update_ca.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c plumes.f90 -o plumes.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_namelist_def.F90 -o stochy_namelist_def.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c compns_stochy.F90 -o compns_stochy.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c four_to_grid_stochy.F -o four_to_grid_stochy.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c sumfln_stochy.f -o sumfln_stochy.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c gozrineo_stochy.f -o gozrineo_stochy.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c get_ls_node_stochy.f -o get_ls_node_stochy.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c get_lats_node_a_stochy.f -o get_lats_node_a_stochy.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c setlats_a_stochy.f -o setlats_a_stochy.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c setlats_lag_stochy.f -o setlats_lag_stochy.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c epslon_stochy.f -o epslon_stochy.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c pln2eo_stochy.f -o pln2eo_stochy.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c dozeuv_stochy.f -o dozeuv_stochy.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c dezouv_stochy.f -o dezouv_stochy.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_internal_state_mod.F90 -o stochy_internal_state_mod.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_patterngenerator.F90 -o stochy_patterngenerator.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c getcon_lag_stochy.f -o getcon_lag_stochy.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c getcon_spectral.F90 -o getcon_spectral.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c initialize_spectral_mod.F90 -o initialize_spectral_mod.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_data_mod.F90 -o stochy_data_mod.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c get_stochy_pattern.F90 -o get_stochy_pattern.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochastic_physics.F90 -o stochastic_physics.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c cellular_automata.f90 -o cellular_automata.o +gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/stochastic_physics' +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_gg_def.f -o stochy_gg_def.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_resol_def.f -o stochy_resol_def.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_layout_lag.f -o stochy_layout_lag.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c spectral_layout.F90 -o spectral_layout.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c glats_stochy.f -o glats_stochy.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c num_parthds_stochy.f -o num_parthds_stochy.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c update_ca.f90 -o update_ca.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c plumes.f90 -o plumes.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_namelist_def.F90 -o stochy_namelist_def.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c compns_stochy.F90 -o compns_stochy.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c four_to_grid_stochy.F -o four_to_grid_stochy.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c sumfln_stochy.f -o sumfln_stochy.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c gozrineo_stochy.f -o gozrineo_stochy.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c get_ls_node_stochy.f -o get_ls_node_stochy.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c get_lats_node_a_stochy.f -o get_lats_node_a_stochy.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c setlats_a_stochy.f -o setlats_a_stochy.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c setlats_lag_stochy.f -o setlats_lag_stochy.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c epslon_stochy.f -o epslon_stochy.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c pln2eo_stochy.f -o pln2eo_stochy.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c dozeuv_stochy.f -o dozeuv_stochy.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c dezouv_stochy.f -o dezouv_stochy.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_internal_state_mod.F90 -o stochy_internal_state_mod.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_patterngenerator.F90 -o stochy_patterngenerator.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c getcon_lag_stochy.f -o getcon_lag_stochy.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c getcon_spectral.F90 -o getcon_spectral.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c initialize_spectral_mod.F90 -o initialize_spectral_mod.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_data_mod.F90 -o stochy_data_mod.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c get_stochy_pattern.F90 -o get_stochy_pattern.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochastic_physics.F90 -o stochastic_physics.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c cellular_automata.f90 -o cellular_automata.o ar rv libstochastic_physics.a stochy_gg_def.o stochy_resol_def.o stochy_layout_lag.o four_to_grid_stochy.o glats_stochy.o sumfln_stochy.o gozrineo_stochy.o num_parthds_stochy.o get_ls_node_stochy.o get_lats_node_a_stochy.o setlats_a_stochy.o setlats_lag_stochy.o epslon_stochy.o getcon_lag_stochy.o pln2eo_stochy.o dozeuv_stochy.o dezouv_stochy.o cellular_automata.o update_ca.o plumes.o spectral_layout.o getcon_spectral.o stochy_namelist_def.o compns_stochy.o stochy_internal_state_mod.o stochastic_physics.o stochy_patterngenerator.o stochy_data_mod.o get_stochy_pattern.o initialize_spectral_mod.o ar: creating libstochastic_physics.a a - stochy_gg_def.o @@ -1160,14 +1160,14 @@ a - stochy_patterngenerator.o a - stochy_data_mod.o a - get_stochy_pattern.o a - initialize_spectral_mod.o -gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/stochastic_physics' -gmake libfv3cap.a FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3' -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -c module_fv3_config.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -c time_utils.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -c atmos_model.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -c module_fcst_grid_comp.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -c fv3_cap.F90 +gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/stochastic_physics' +gmake libfv3cap.a FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL +gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3' +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -c module_fv3_config.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -c time_utils.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -c atmos_model.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -c module_fcst_grid_comp.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -c fv3_cap.F90 ar rv libfv3cap.a atmos_model.o module_fv3_config.o module_fcst_grid_comp.o time_utils.o fv3_cap.o ar: creating libfv3cap.a a - atmos_model.o @@ -1175,35 +1175,35 @@ a - module_fv3_config.o a - module_fcst_grid_comp.o a - time_utils.o a - fv3_cap.o -gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3' -gmake esmf_make_fragment FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3' +gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3' +gmake esmf_make_fragment FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL +gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3' # additional include files needed for PGI -#@echo "ESMF_DEP_INCPATH = /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/nems_dir" >> fv3.mk +#@echo "ESMF_DEP_INCPATH = /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/nems_dir" >> fv3.mk Finished generating ESMF self-describing build dependency makefile fragment: fv3.mk -gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3' -Installation into "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL" complete! +gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3' +Installation into "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL" complete! -gmake[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3' -test -d /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL +gmake[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3' +test -d /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL ( \ echo "# Do not edit this file. It is automatically generated." ; \ -echo "# Edit the component list or /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC.in" ; \ -echo ; cat "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC.in" ; \ -echo fms_mk="/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL/fms.mk" ; echo fv3_mk="/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk" ; ) > "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC" -. /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; \ +echo "# Edit the component list or /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC.in" ; \ +echo ; cat "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC.in" ; \ +echo fms_mk="/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL/fms.mk" ; echo fv3_mk="/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk" ; ) > "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC" +. /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; \ set -e ; \ -for m in /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk ; do \ +for m in /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk ; do \ test -s $m ; \ done ; \ -echo build NEMS after /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk ; \ -cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src ; \ +echo build NEMS after /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk ; \ +cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src ; \ gmake nems \ COMPONENTS="FMS FV3" \ - FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL FV3_DIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL TARGET="/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/exe/NEMS.x" ; \ -test -x /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/exe/NEMS.x + FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL FV3_DIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL TARGET="/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/exe/NEMS.x" ; \ +test -x /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/exe/NEMS.x Currently Loaded Modules: 1) ips/18.0.1.163 8) sp/2.0.3 15) jasper/1.900.29 @@ -1216,10 +1216,10 @@ Currently Loaded Modules: -build NEMS after /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk +build NEMS after /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk Components in linker order: FV3 FMS -FV3: include /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk -FMS: include /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL/fms.mk +FV3: include /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk +FMS: include /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL/fms.mk CPPFLAGS += ESMF_VERSION_STRING_GIT="ESMF_8_0_0" CPPFLAGS += ESMF_VERSION_MAJOR="8" CPPFLAGS += ESMF_VERSION_REVISION="0" @@ -1228,204 +1228,204 @@ CPPFLAGS += ESMF_VERSION_MINOR="0" CPPFLAGS += ESMF_VERSION_PATCHLEVEL="0" CPPFLAGS += ESMF_VERSION_STRING="8.0.0" CPPFLAGS += ESMF_VERSION_PUBLIC="'T'" -gmake[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src' +gmake[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src' cd ENS_Cpl && gmake stub -gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/ENS_Cpl' +gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/ENS_Cpl' mpiicc -E -traditional ENS_CplComp_ESMFMod_STUB.F90 > ENS_CplComp_ESMFMod_STUB.f90 mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -c ENS_CplComp_ESMFMod_STUB.f90 ar rv ENS_Cpl.a ENS_CplComp_ESMFMod_STUB.o ar: creating ENS_Cpl.a a - ENS_CplComp_ESMFMod_STUB.o -gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/ENS_Cpl' -mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Mon Dec 30 17:05:13 UTC 2019 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2019' -D'CMP_JD=364' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_PUBLIC="'T'" module_NEMS_UTILS.F90 > module_NEMS_UTILS.tmp.f90 -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_UTILS.tmp.f90 +gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/ENS_Cpl' +mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Thu Jan 23 21:22:22 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=023' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_PUBLIC="'T'" module_NEMS_UTILS.F90 > module_NEMS_UTILS.tmp.f90 +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_UTILS.tmp.f90 mv -v module_NEMS_UTILS.tmp.o module_NEMS_UTILS.o ‘module_NEMS_UTILS.tmp.o’ -> ‘module_NEMS_UTILS.o’ -mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Mon Dec 30 17:05:13 UTC 2019 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2019' -D'CMP_JD=364' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_PUBLIC="'T'" module_MEDIATOR_methods.F90 > module_MEDIATOR_methods.tmp.f90 -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -c module_MEDIATOR_methods.tmp.f90 +mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Thu Jan 23 21:22:22 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=023' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_PUBLIC="'T'" module_MEDIATOR_methods.F90 > module_MEDIATOR_methods.tmp.f90 +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -c module_MEDIATOR_methods.tmp.f90 mv -v module_MEDIATOR_methods.tmp.o module_MEDIATOR_methods.o ‘module_MEDIATOR_methods.tmp.o’ -> ‘module_MEDIATOR_methods.o’ -mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Mon Dec 30 17:05:13 UTC 2019 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2019' -D'CMP_JD=364' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_PUBLIC="'T'" module_MEDIATOR.F90 > module_MEDIATOR.tmp.f90 -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -c module_MEDIATOR.tmp.f90 +mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Thu Jan 23 21:22:22 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=023' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_PUBLIC="'T'" module_MEDIATOR.F90 > module_MEDIATOR.tmp.f90 +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -c module_MEDIATOR.tmp.f90 mv -v module_MEDIATOR.tmp.o module_MEDIATOR.o ‘module_MEDIATOR.tmp.o’ -> ‘module_MEDIATOR.o’ -mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Mon Dec 30 17:05:13 UTC 2019 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2019' -D'CMP_JD=364' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_PUBLIC="'T'" module_MEDIATOR_SpaceWeather.F90 > module_MEDIATOR_SpaceWeather.tmp.f90 -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -c module_MEDIATOR_SpaceWeather.tmp.f90 +mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Thu Jan 23 21:22:22 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=023' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_PUBLIC="'T'" module_MEDIATOR_SpaceWeather.F90 > module_MEDIATOR_SpaceWeather.tmp.f90 +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -c module_MEDIATOR_SpaceWeather.tmp.f90 mv -v module_MEDIATOR_SpaceWeather.tmp.o module_MEDIATOR_SpaceWeather.o ‘module_MEDIATOR_SpaceWeather.tmp.o’ -> ‘module_MEDIATOR_SpaceWeather.o’ -mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Mon Dec 30 17:05:13 UTC 2019 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2019' -D'CMP_JD=364' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_PUBLIC="'T'" module_EARTH_INTERNAL_STATE.F90 > module_EARTH_INTERNAL_STATE.tmp.f90 -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -c module_EARTH_INTERNAL_STATE.tmp.f90 +mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Thu Jan 23 21:22:22 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=023' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_PUBLIC="'T'" module_EARTH_INTERNAL_STATE.F90 > module_EARTH_INTERNAL_STATE.tmp.f90 +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -c module_EARTH_INTERNAL_STATE.tmp.f90 mv -v module_EARTH_INTERNAL_STATE.tmp.o module_EARTH_INTERNAL_STATE.o ‘module_EARTH_INTERNAL_STATE.tmp.o’ -> ‘module_EARTH_INTERNAL_STATE.o’ -mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Mon Dec 30 17:05:13 UTC 2019 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2019' -D'CMP_JD=364' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_PUBLIC="'T'" module_EARTH_GRID_COMP.F90 > module_EARTH_GRID_COMP.tmp.f90 -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -c module_EARTH_GRID_COMP.tmp.f90 +mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Thu Jan 23 21:22:22 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=023' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_PUBLIC="'T'" module_EARTH_GRID_COMP.F90 > module_EARTH_GRID_COMP.tmp.f90 +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -c module_EARTH_GRID_COMP.tmp.f90 mv -v module_EARTH_GRID_COMP.tmp.o module_EARTH_GRID_COMP.o ‘module_EARTH_GRID_COMP.tmp.o’ -> ‘module_EARTH_GRID_COMP.o’ -mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Mon Dec 30 17:05:13 UTC 2019 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2019' -D'CMP_JD=364' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_PUBLIC="'T'" module_NEMS_INTERNAL_STATE.F90 > module_NEMS_INTERNAL_STATE.tmp.f90 -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_INTERNAL_STATE.tmp.f90 +mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Thu Jan 23 21:22:22 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=023' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_PUBLIC="'T'" module_NEMS_INTERNAL_STATE.F90 > module_NEMS_INTERNAL_STATE.tmp.f90 +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_INTERNAL_STATE.tmp.f90 mv -v module_NEMS_INTERNAL_STATE.tmp.o module_NEMS_INTERNAL_STATE.o ‘module_NEMS_INTERNAL_STATE.tmp.o’ -> ‘module_NEMS_INTERNAL_STATE.o’ -mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Mon Dec 30 17:05:13 UTC 2019 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2019' -D'CMP_JD=364' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_PUBLIC="'T'" module_NEMS_GRID_COMP.F90 > module_NEMS_GRID_COMP.tmp.f90 -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_GRID_COMP.tmp.f90 +mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Thu Jan 23 21:22:22 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=023' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_PUBLIC="'T'" module_NEMS_GRID_COMP.F90 > module_NEMS_GRID_COMP.tmp.f90 +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_GRID_COMP.tmp.f90 mv -v module_NEMS_GRID_COMP.tmp.o module_NEMS_GRID_COMP.o ‘module_NEMS_GRID_COMP.tmp.o’ -> ‘module_NEMS_GRID_COMP.o’ -mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Mon Dec 30 17:05:13 UTC 2019 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2019' -D'CMP_JD=364' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_PUBLIC="'T'" module_NEMS_Rusage.F90 > module_NEMS_Rusage.tmp.f90 -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_Rusage.tmp.f90 +mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Thu Jan 23 21:22:22 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=023' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_PUBLIC="'T'" module_NEMS_Rusage.F90 > module_NEMS_Rusage.tmp.f90 +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_Rusage.tmp.f90 mv -v module_NEMS_Rusage.tmp.o module_NEMS_Rusage.o ‘module_NEMS_Rusage.tmp.o’ -> ‘module_NEMS_Rusage.o’ mpiicc -c nems_c_rusage.c -mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Mon Dec 30 17:05:13 UTC 2019 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2019' -D'CMP_JD=364' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_PUBLIC="'T'" MAIN_NEMS.F90 > MAIN_NEMS.tmp.f90 -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -c MAIN_NEMS.tmp.f90 +mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Thu Jan 23 21:22:22 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=023' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_PUBLIC="'T'" MAIN_NEMS.F90 > MAIN_NEMS.tmp.f90 +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -c MAIN_NEMS.tmp.f90 mv -v MAIN_NEMS.tmp.o MAIN_NEMS.o ‘MAIN_NEMS.tmp.o’ -> ‘MAIN_NEMS.o’ echo libgocart is libgocart is echo extlibs is /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libncep_post_v8.0.1_4.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libnemsio_v2.2.4.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2_v3.1.1_4.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2tmpl_v1.6.0.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libbacio_v2.0.3_4.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_d.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_d.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_d.a /gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/ips/18.0.1/libcrtm_v2.2.6.a /usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng.a /usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib/libjasper.a /usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib/libz.a -L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/lib -Wl,-rpath,/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/lib -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf -L/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib -L/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib -qopenmp -lnetcdff -lhdf5 /usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib/libz.a extlibs is /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libncep_post_v8.0.1_4.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libnemsio_v2.2.4.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2_v3.1.1_4.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2tmpl_v1.6.0.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libbacio_v2.0.3_4.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_d.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_d.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_d.a /gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/ips/18.0.1/libcrtm_v2.2.6.a /usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng.a /usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib/libjasper.a /usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib/libz.a -L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/lib -Wl,-rpath,/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/lib -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf -L/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib -L/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib -qopenmp -lnetcdff -lhdf5 /usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib/libz.a -mpiifort -o /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/exe/NEMS.x MAIN_NEMS.o module_NEMS_UTILS.o module_MEDIATOR_methods.o module_MEDIATOR.o module_MEDIATOR_SpaceWeather.o module_EARTH_INTERNAL_STATE.o module_EARTH_GRID_COMP.o module_NEMS_INTERNAL_STATE.o module_NEMS_GRID_COMP.o module_NEMS_Rusage.o nems_c_rusage.o /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL/libfv3cap.a /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL/libfv3core.a /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL/libfv3io.a /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL/libipd.a /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL/libgfsphys.a /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL/libfv3cpl.a /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL/libstochastic_physics.a /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL/libfms.a ENS_Cpl/ENS_Cpl.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libncep_post_v8.0.1_4.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libnemsio_v2.2.4.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2_v3.1.1_4.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2tmpl_v1.6.0.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libbacio_v2.0.3_4.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_d.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_d.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_d.a /gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/ips/18.0.1/libcrtm_v2.2.6.a /usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng.a /usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib/libjasper.a /usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib/libz.a -L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/lib -Wl,-rpath,/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/lib -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf -L/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib -L/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib -qopenmp -lnetcdff -lhdf5 /usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib/libz.a +mpiifort -o /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/exe/NEMS.x MAIN_NEMS.o module_NEMS_UTILS.o module_MEDIATOR_methods.o module_MEDIATOR.o module_MEDIATOR_SpaceWeather.o module_EARTH_INTERNAL_STATE.o module_EARTH_GRID_COMP.o module_NEMS_INTERNAL_STATE.o module_NEMS_GRID_COMP.o module_NEMS_Rusage.o nems_c_rusage.o /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/libfv3cap.a /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/libfv3core.a /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/libfv3io.a /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/libipd.a /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/libgfsphys.a /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/libfv3cpl.a /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/libstochastic_physics.a /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL/libfms.a ENS_Cpl/ENS_Cpl.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libncep_post_v8.0.1_4.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libnemsio_v2.2.4.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2_v3.1.1_4.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2tmpl_v1.6.0.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libbacio_v2.0.3_4.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_d.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_d.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_d.a /gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/ips/18.0.1/libcrtm_v2.2.6.a /usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng.a /usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib/libjasper.a /usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib/libz.a -L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/lib -Wl,-rpath,/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/lib -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf -L/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib -L/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib -qopenmp -lnetcdff -lhdf5 /usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib/libz.a /usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib/libjasper.a(jas_stream.o): In function `jas_stream_tmpfile': /usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/src/jasper-1.900.29/src/libjasper/base/jas_stream.c:520: warning: the use of `tmpnam' is dangerous, better use `mkstemp' -/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/exe/NEMS.x is created. -gmake[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src' -set -xe ; cp "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/exe/NEMS.x" "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/fv3.exe" -+ cp /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/exe/NEMS.x /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/fv3.exe +/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/exe/NEMS.x is created. +gmake[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src' +set -xe ; cp "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/exe/NEMS.x" "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/tests/fv3.exe" ++ cp /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/exe/NEMS.x /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/tests/fv3.exe + '[' YES = YES ']' + gmake -j 8 -k COMPONENTS=FMS,FV3 TEST_BUILD_NAME=fv3 BUILD_ENV=wcoss_dell_p3 FV3_MAKEOPT=32BIT=Y NEMS_BUILDOPT= clean Will copy modules.nems and NEMS.x as fv3 under tests/ NOTE: Skipping appbuilder.mk creation; no appbuilder file in use. -echo 'FMS FV3' > "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/components.mk" +echo 'FMS FV3' > "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/components.mk" Adding FV3 makeopts to FMS makeopts -cat /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/fv3gfs/makefile | sed 's,^include,#include,g' \ - > /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/fv3gfs/makefile.temp.clean -cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/fv3gfs ; \ +cat /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs/makefile | sed 's,^include,#include,g' \ + > /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs/makefile.temp.clean +cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs ; \ exec gmake 32BIT=Y -f makefile.temp.clean clean -gmake[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/fv3gfs' +gmake[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs' Cleaning fms ... cd .. ; \ ls -1 */*.a */*.o */*.mod */depend \ | grep -vE 'INSTALL|\.git' | xargs rm -f || true ; \ rm -rf FMS_INSTALL || true -gmake[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/fv3gfs' -cat /dev/null > /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/conf/configure.fv3 -cat /dev/null > /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/conf/modules.fv3 -cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3 ; exec gmake \ +gmake[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs' +cat /dev/null > /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/conf/configure.fv3 +cat /dev/null > /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/conf/modules.fv3 +cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 ; exec gmake \ -k cleanall FMS_DIR=/dev/null -gmake[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3' +gmake[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3' Cleaning ... (cd gfsphysics && make clean) Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics' make[2]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. Cleaning gfsphysics ... rm -f -f libgfsphys.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend */*.tmp.f90 -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics' +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics' (cd ccpp/driver && make clean) Build CCPP layer ... -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/driver' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ccpp/driver' makefile:67: depend: No such file or directory make[2]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. Building dependencies ... -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/driver' +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ccpp/driver' Build CCPP layer ... -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/driver' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ccpp/driver' Cleaning CCPP_layer ... rm -f -f libccppdriver.a *__genmod.f90 *.tmp.f90 *.o */*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/driver' +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ccpp/driver' (cd ipd && make clean) Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ipd' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd' make[2]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. Cleaning ipd ... rm -f -f libipd.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ipd' +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd' (cd ../stochastic_physics && make clean) Build standalone FV3 stochastic_physics ... -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/stochastic_physics' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/stochastic_physics' make[2]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. Cleaning stochastic_physics ... rm -f -f libstochastic_physics.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/stochastic_physics' +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/stochastic_physics' (cd io && make clean) Build standalone FV3 io ... $ESMF_INC is [] -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/io' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io' make[2]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. Cleaning io ... rm -f -f libfv3io.a *__genmod.f90 *.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/io' +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io' (cd atmos_cubed_sphere && make clean) Build standalone FV3 fv3core ... -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/atmos_cubed_sphere' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere' make[2]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. Cleaning fv3core ... rm -f -f libfv3core.a *__genmod.f90 */*.o */*/*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/atmos_cubed_sphere' +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere' (cd cpl && make clean) Build standalone FV3 io ... -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/cpl' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl' make[2]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. Cleaning io ... rm -f -f libfv3cpl.a *.o *.mod *.lst *.i90 depend -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/cpl' +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl' rm -f -f fv3.exe libfv3cap.a *.o *.mod *.i90 *.lst depend rm -f -rf nems_dir fv3.mk FV3_INSTALL rm -f -f conf/modules.fv3 rm -f -f conf/configure.fv3 -gmake[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3' -rm -rf nems_dir FV3_INSTALL /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/conf/configure.fv3 \ - /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/conf/modules.fv3 -if ! test -f /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; then \ - cat /dev/null > /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; \ +gmake[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3' +rm -rf nems_dir FV3_INSTALL /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/conf/configure.fv3 \ + /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/conf/modules.fv3 +if ! test -f /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; then \ + cat /dev/null > /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; \ delete_nuopc=yes ; \ fi ; \ -cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src ; gmake "COMPONENTS=FMS FV3" \ +cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src ; gmake "COMPONENTS=FMS FV3" \ INCLUDES_ARE_OPTIONAL=YES clean ; \ if [ "$delete_nuopc" = yes ] ; then \ - rm -f /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; \ + rm -f /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; \ fi Components in linker order: FV3 FMS -FV3: include /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk -gmake[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src' -GNUmakefile:70: /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk: component FV3 makefile fragment is missing -FMS: include /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL/fms.mk -GNUmakefile:70: /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL/fms.mk: component FMS makefile fragment is missing +FV3: include /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk +gmake[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src' +GNUmakefile:70: /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk: component FV3 makefile fragment is missing +FMS: include /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL/fms.mk +GNUmakefile:70: /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL/fms.mk: component FMS makefile fragment is missing rm -f -f *.tmp.f90 *.lst *.o *.mod lm map cd ENS_Cpl ; gmake clean -gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/ENS_Cpl' +gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/ENS_Cpl' rm -f -f ENS_Cpl.a *.f90 *.o *.mod *.lst lm map depend -gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/ENS_Cpl' -gmake[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src' -+ elapsed=1037 -+ echo 'Elapsed time 1037 seconds. Compiling 32BIT=Y finished' -Elapsed time 1037 seconds. Compiling 32BIT=Y finished -+ mkdir -p /gpfs/dell2/ptmp/Dusan.Jovic/rtgen.125817/exec /gpfs/dell2/ptmp/Dusan.Jovic/rtgen.125817/include -+ cp -fp ./fv3.exe /gpfs/dell2/ptmp/Dusan.Jovic/rtgen.125817/exec/fv3_32bit.exe -+ cp -fp ./modules.fv3 /gpfs/dell2/ptmp/Dusan.Jovic/rtgen.125817/include/modules.fv3_32bit +gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/ENS_Cpl' +gmake[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src' ++ elapsed=1035 ++ echo 'Elapsed time 1035 seconds. Compiling 32BIT=Y finished' +Elapsed time 1035 seconds. Compiling 32BIT=Y finished ++ mkdir -p /gpfs/dell2/ptmp/Dusan.Jovic/rtgen.57525/exec /gpfs/dell2/ptmp/Dusan.Jovic/rtgen.57525/include ++ cp -fp ./fv3.exe /gpfs/dell2/ptmp/Dusan.Jovic/rtgen.57525/exec/fv3_32bit.exe ++ cp -fp ./modules.fv3 /gpfs/dell2/ptmp/Dusan.Jovic/rtgen.57525/include/modules.fv3_32bit + md5sum ./fv3.exe + unset modules + unset BUILD_NR @@ -1434,43 +1434,43 @@ Elapsed time 1037 seconds. Compiling 32BIT=Y finished + unset md5 + set -xe + set -xe -+ test -s /gpfs/dell2/ptmp/Dusan.Jovic/rtgen.125817/exec/fv3_32bit.exe -+ test -x /gpfs/dell2/ptmp/Dusan.Jovic/rtgen.125817/exec/fv3_32bit.exe ++ test -s /gpfs/dell2/ptmp/Dusan.Jovic/rtgen.57525/exec/fv3_32bit.exe ++ test -x /gpfs/dell2/ptmp/Dusan.Jovic/rtgen.57525/exec/fv3_32bit.exe ------------------------------------------------------------ -Sender: LSF System -Subject: Job 14190784: in cluster Done +Sender: LSF System +Subject: Job 16105626: in cluster Done -Job was submitted from host by user in cluster at Mon Dec 30 16:48:32 2019 -Job was executed on host(s) , in queue , as user in cluster at Mon Dec 30 16:48:33 2019 +Job was submitted from host by user in cluster at Thu Jan 23 21:05:41 2020 +Job was executed on host(s) , in queue , as user in cluster at Thu Jan 23 21:05:43 2020 was used as the home directory. - was used as the working directory. -Started at Mon Dec 30 16:48:33 2019 -Terminated at Mon Dec 30 17:05:51 2019 -Results reported at Mon Dec 30 17:05:51 2019 + was used as the working directory. +Started at Thu Jan 23 21:05:43 2020 +Terminated at Thu Jan 23 21:23:00 2020 +Results reported at Thu Jan 23 21:23:00 2020 Your job looked like: ------------------------------------------------------------ # LSBATCH: User input -/gpfs/dell3/usrx/local/dev/emc_rocoto/rocoto-1.3.0rc2/sbin/lsfwrapper.sh sh -c "cd /gpfs/dell2/ptmp/Dusan.Jovic/rtgen.125817/src ; ./install.sh fv3_32bit.exe" +/gpfs/dell3/usrx/local/dev/emc_rocoto/rocoto-1.3.0rc2/sbin/lsfwrapper.sh sh -c "cd /gpfs/dell2/ptmp/Dusan.Jovic/rtgen.57525/src ; ./install.sh fv3_32bit.exe" ------------------------------------------------------------ Successfully completed. Resource usage summary: - CPU time : 1516.31 sec. - Max Memory : 5253 MB - Average Memory : 912.34 MB + CPU time : 1519.43 sec. + Max Memory : 5255 MB + Average Memory : 921.97 MB Total Requested Memory : 6144.00 MB - Delta Memory : 891.00 MB + Delta Memory : 889.00 MB Max Swap : - Max Processes : 33 Max Threads : 42 - Run time : 1059 sec. + Run time : 1065 sec. Turnaround time : 1039 sec. The output (if any) is above this job summary. -[Mon Dec 30 17:05:51 UTC 2019] /usrx/local/lsf/conf/scripts/ncep_post_exec_shared_ecflow.ksh: /var/lsf/ecflow_post_in.Dusan.Jovic.14190784 file not found or empty. Job is not eligible for ecflow abort notification. +[Thu Jan 23 21:23:00 UTC 2020] /usrx/local/lsf/conf/scripts/ncep_post_exec_shared_ecflow.ksh: /var/lsf/ecflow_post_in.Dusan.Jovic.16105626 file not found or empty. Job is not eligible for ecflow abort notification. diff --git a/log/report-wcoss_dell_p3-log/build_fv3_appbuilder.exe.log b/log/report-wcoss_dell_p3-log/build_fv3_appbuilder.exe.log index 86a4429704..625779c175 100644 --- a/log/report-wcoss_dell_p3-log/build_fv3_appbuilder.exe.log +++ b/log/report-wcoss_dell_p3-log/build_fv3_appbuilder.exe.log @@ -2,177 +2,177 @@ + [[ fv3_appbuilder.exe == fv3.exe ]] + [[ fv3_appbuilder.exe == fv3_ww3.exe ]] + [[ fv3_appbuilder.exe == fv3_appbuilder.exe ]] -+ rm -f /gpfs/dell2/ptmp/Dusan.Jovic/rtgen.125817/exec/fv3_appbuilder.exe -+ md5sum=/gpfs/dell2/ptmp/Dusan.Jovic/rtgen.125817/exec/fv3_appbuilder.exe.md5 ++ rm -f /gpfs/dell2/ptmp/Dusan.Jovic/rtgen.57525/exec/fv3_appbuilder.exe ++ md5sum=/gpfs/dell2/ptmp/Dusan.Jovic/rtgen.57525/exec/fv3_appbuilder.exe.md5 + OPTS=app=standaloneFV3 -+ mkdir -p /gpfs/dell2/ptmp/Dusan.Jovic/rtgen.125817/exec /gpfs/dell2/ptmp/Dusan.Jovic/rtgen.125817/include -+ rm -f /gpfs/dell2/ptmp/Dusan.Jovic/rtgen.125817/exec/fv3_appbuilder.exe /gpfs/dell2/ptmp/Dusan.Jovic/rtgen.125817/include/modules_appbuilder.fv3 -+ cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model ++ mkdir -p /gpfs/dell2/ptmp/Dusan.Jovic/rtgen.57525/exec /gpfs/dell2/ptmp/Dusan.Jovic/rtgen.57525/include ++ rm -f /gpfs/dell2/ptmp/Dusan.Jovic/rtgen.57525/exec/fv3_appbuilder.exe /gpfs/dell2/ptmp/Dusan.Jovic/rtgen.57525/include/modules_appbuilder.fv3 ++ cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model + which aprun which: no aprun in (/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin:/gpfs/dell3/usrx/local/dev/emc_rocoto/emc-utils-1.0.0/bin:/gpfs/dell3/usrx/local/dev/emc_rocoto/rocoto-1.3.0rc2/bin:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc:/gpfs/dell3/usrx/local/dev/emc_rocoto/ruby-2.5.1/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/usr/lpp/mmfs/bin:/opt/ibutils/bin:/opt/dell/srvadmin/bin:/u/Dusan.Jovic/bin:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/dbrowse:/u/Dusan.Jovic/.local/bin) + ./NEMS/NEMSAppBuilder rebuild app=standaloneFV3 ls: cannot access ../conf/component_*.mk: No such file or directory NEMSAppBuilder: make app=standaloneFV3 distclean -Convert /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/standaloneFV3.appBuilder -...into /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/standaloneFV3.appBuilder.mk -Include /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/standaloneFV3.appBuilder.mk -echo 'FMS FV3' > "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/components.mk" +Convert /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/standaloneFV3.appBuilder +...into /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/standaloneFV3.appBuilder.mk +Include /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/standaloneFV3.appBuilder.mk +echo 'FMS FV3' > "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/components.mk" Adding FV3 makeopts to FMS makeopts -cat /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/fv3gfs/makefile | sed 's,^include,#include,g' \ - > /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/fv3gfs/makefile.temp.clean -cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/fv3gfs ; \ +cat /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs/makefile | sed 's,^include,#include,g' \ + > /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs/makefile.temp.clean +cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs ; \ exec make -f makefile.temp.clean clean -make[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/fv3gfs' +make[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs' Cleaning fms ... cd .. ; \ ls -1 */*.a */*.o */*.mod */depend \ | grep -vE 'INSTALL|\.git' | xargs rm -f || true ; \ rm -rf FMS_INSTALL || true -make[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/fv3gfs' -rm -rf /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/fv3gfs/makefile.temp.clean -cat /dev/null > /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/conf/configure.fv3 -cat /dev/null > /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/conf/modules.fv3 -cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3 ; exec make \ +make[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs' +rm -rf /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs/makefile.temp.clean +cat /dev/null > /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/conf/configure.fv3 +cat /dev/null > /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/conf/modules.fv3 +cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 ; exec make \ -k cleanall FMS_DIR=/dev/null -make[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3' +make[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3' Cleaning ... (cd gfsphysics && make clean) Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics' Cleaning gfsphysics ... rm -f -f libgfsphys.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend */*.tmp.f90 -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics' +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics' (cd ccpp/driver && make clean) Build CCPP layer ... -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/driver' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ccpp/driver' makefile:67: depend: No such file or directory Building dependencies ... -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/driver' +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ccpp/driver' Build CCPP layer ... -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/driver' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ccpp/driver' Cleaning CCPP_layer ... rm -f -f libccppdriver.a *__genmod.f90 *.tmp.f90 *.o */*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/driver' +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ccpp/driver' (cd ipd && make clean) Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ipd' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd' Cleaning ipd ... rm -f -f libipd.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ipd' +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd' (cd ../stochastic_physics && make clean) Build standalone FV3 stochastic_physics ... -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/stochastic_physics' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/stochastic_physics' Cleaning stochastic_physics ... rm -f -f libstochastic_physics.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/stochastic_physics' +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/stochastic_physics' (cd io && make clean) Build standalone FV3 io ... $ESMF_INC is [] -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/io' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io' Cleaning io ... rm -f -f libfv3io.a *__genmod.f90 *.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/io' +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io' (cd atmos_cubed_sphere && make clean) Build standalone FV3 fv3core ... -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/atmos_cubed_sphere' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere' Cleaning fv3core ... rm -f -f libfv3core.a *__genmod.f90 */*.o */*/*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/atmos_cubed_sphere' +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere' (cd cpl && make clean) Build standalone FV3 io ... -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/cpl' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl' Cleaning io ... rm -f -f libfv3cpl.a *.o *.mod *.lst *.i90 depend -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/cpl' +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl' rm -f -f fv3.exe libfv3cap.a *.o *.mod *.i90 *.lst depend rm -f -rf nems_dir fv3.mk FV3_INSTALL rm -f -f conf/modules.fv3 rm -f -f conf/configure.fv3 -make[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3' -rm -rf nems_dir FV3_INSTALL /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/conf/configure.fv3 \ - /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/conf/modules.fv3 -rm -rf /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk -if ! test -f /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; then \ - cat /dev/null > /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; \ +make[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3' +rm -rf nems_dir FV3_INSTALL /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/conf/configure.fv3 \ + /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/conf/modules.fv3 +rm -rf /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk +if ! test -f /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; then \ + cat /dev/null > /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; \ delete_nuopc=yes ; \ fi ; \ -cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src ; make "COMPONENTS=FMS FV3" \ +cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src ; make "COMPONENTS=FMS FV3" \ INCLUDES_ARE_OPTIONAL=YES clean ; \ if [ "$delete_nuopc" = yes ] ; then \ - rm -f /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; \ + rm -f /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; \ fi Components in linker order: FV3 FMS -FV3: include /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk -make[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src' -GNUmakefile:70: /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk: component FV3 makefile fragment is missing -FMS: include /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL/fms.mk -GNUmakefile:70: /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL/fms.mk: component FMS makefile fragment is missing +FV3: include /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk +make[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src' +GNUmakefile:70: /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk: component FV3 makefile fragment is missing +FMS: include /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL/fms.mk +GNUmakefile:70: /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL/fms.mk: component FMS makefile fragment is missing rm -f -f *.tmp.f90 *.lst *.o *.mod lm map cd ENS_Cpl ; make clean -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/ENS_Cpl' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/ENS_Cpl' rm -f -f ENS_Cpl.a *.f90 *.o *.mod *.lst lm map depend -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/ENS_Cpl' -make[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src' -rm -f /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/exe/NEMS.x /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC -rm -f /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/configure.nems /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/externals.nems /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/modules.nems /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/ESMFVersionDefine.h /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/modules.nems.sh /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/modules.nems.csh /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/test-results.mk -rm -f /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/components.mk -rm -f /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/test_results.mk +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/ENS_Cpl' +make[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src' +rm -f /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/exe/NEMS.x /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC +rm -f /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/externals.nems /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/modules.nems /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/ESMFVersionDefine.h /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/modules.nems.sh /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/modules.nems.csh /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/test-results.mk +rm -f /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/components.mk +rm -f /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/test_results.mk NEMSAppBuilder: make app=standaloneFV3 build -Convert /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/standaloneFV3.appBuilder -...into /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/standaloneFV3.appBuilder.mk -Include /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/standaloneFV3.appBuilder.mk -echo 'FMS FV3' > "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/components.mk" +Convert /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/standaloneFV3.appBuilder +...into /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/standaloneFV3.appBuilder.mk +Include /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/standaloneFV3.appBuilder.mk +echo 'FMS FV3' > "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/components.mk" Adding FV3 makeopts to FMS makeopts -cp /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/conf/configure.fv3.wcoss_dell_p3 /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/configure.nems -cat /dev/null > /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/externals.nems -cp /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3 /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/modules.nems -cp /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/ESMFVersionDefine_ESMF_NUOPC.h /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/ESMFVersionDefine.h -( echo '. /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc' ; \ -echo 'module use /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf' ; \ -echo 'module load modules.nems' ) > "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/modules.nems.sh" -( echo 'source /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/module-setup.csh.inc' ; \ -echo 'module use /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf' ; \ -echo 'module load modules.nems' ) > "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/modules.nems.csh" -/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/incmake/configure_rules.mk:3: /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/test-results.mk: No such file or directory -make -f /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/incmake/tests.mk \ - MODULE_LOGIC=" . /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack" \ - TARGET="/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/test-results.mk" TEST -make[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS' +cp /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/conf/configure.fv3.wcoss_dell_p3 /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems +cat /dev/null > /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/externals.nems +cp /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3 /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/modules.nems +cp /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/ESMFVersionDefine_ESMF_NUOPC.h /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/ESMFVersionDefine.h +( echo '. /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc' ; \ +echo 'module use /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf' ; \ +echo 'module load modules.nems' ) > "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/modules.nems.sh" +( echo 'source /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/module-setup.csh.inc' ; \ +echo 'module use /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf' ; \ +echo 'module load modules.nems' ) > "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/modules.nems.csh" +/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/incmake/configure_rules.mk:3: /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/test-results.mk: No such file or directory +make -f /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/incmake/tests.mk \ + MODULE_LOGIC=" . /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack" \ + TARGET="/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/test-results.mk" TEST +make[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS' if [ -f "/modules.nems" ] ; then \ - . /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=unlimited ; ulimit -S -s 200000 ; module use /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s ; \ + . /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=unlimited ; ulimit -S -s 200000 ; module use /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s ; \ fi ; \ ( \ echo "# Do not edit this file. It is automatically generated from tests.mk." ; \ echo "CASELESS_FILESYSTEM=NO" ; \ if [ "Q$ESMFMKFILE" != Q ] ; then egrep 'VERSION|^ESMF_[A-Z]*DIR' < "$ESMFMKFILE" ; fi ; \ -) > "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/test-results.mk" -make[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS' -. /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/fv3gfs ; \ +) > "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/test-results.mk" +make[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS' +. /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs ; \ exec make all Currently Loaded Modules: @@ -186,10 +186,10 @@ Currently Loaded Modules: -make[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/fv3gfs' +make[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs' Building dependencies ... -make[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/fv3gfs' -make[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/fv3gfs' +make[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs' +make[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs' mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_parameter.F90 -o ../mpp/mpp_parameter.o Using 8-byte addressing Using pure routines. @@ -480,18 +480,18 @@ a - ../mosaic/mosaic_util.o a - ../mosaic/read_mosaic.o a - ../mpp/nsclock.o a - ../mpp/threadloc.o -mkdir -p "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL" -mv fms.mk "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL/." -cp -fp *.a *.mod ../include/*.h "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL"/. -make[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/fv3gfs' -test -d /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -Compiling into /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL on wcoss -cp -fp /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/configure.nems \ - "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3"/conf/configure.fv3 -cp -fp /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/modules.nems \ - "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3"/conf/modules.fv3 -. /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3 ; \ - exec make COMP=FV3 COMP_SRCDIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3 COMP_BINDIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL MACHINE_ID=wcoss FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL nemsinstall +mkdir -p "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL" +mv fms.mk "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL/." +cp -fp *.a *.mod ../include/*.h "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL"/. +make[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs' +test -d /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL +Compiling into /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL on wcoss +cp -fp /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems \ + "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3"/conf/configure.fv3 +cp -fp /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/modules.nems \ + "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3"/conf/modules.fv3 +. /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 ; \ + exec make COMP=FV3 COMP_SRCDIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 COMP_BINDIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL MACHINE_ID=wcoss FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL nemsinstall Currently Loaded Modules: 1) ips/18.0.1.163 8) sp/2.0.3 15) jasper/1.900.29 @@ -504,195 +504,195 @@ Currently Loaded Modules: -make[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3' +make[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3' Building dependencies ... -make[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3' -make[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3' -make -C cpl FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL +make[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3' +make[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3' +make -C cpl FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL Build standalone FV3 io ... -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/cpl' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl' Building dependencies ... -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/cpl' +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl' Build standalone FV3 io ... -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/cpl' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl' mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -c module_cplfields.F90 mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -c module_cap_cpl.F90 ar rv libfv3cpl.a module_cplfields.o module_cap_cpl.o ar: creating libfv3cpl.a a - module_cplfields.o a - module_cap_cpl.o -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/cpl' -make -C gfsphysics FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl' +make -C gfsphysics FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics' makefile:278: depend: No such file or directory Building dependencies ... -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics' +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics' Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics' -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/machine.F -o physics/machine.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cnvc90.f -o physics/cnvc90.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/co2hc.f -o physics/co2hc.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/date_def.f -o physics/date_def.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/physcons.F90 -o physics/physcons.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/dcyc2.f -o physics/dcyc2.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/dcyc2.pre.rad.f -o physics/dcyc2.pre.rad.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/efield.f -o physics/efield.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/tracer_const_h.f -o physics/tracer_const_h.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/get_prs.f -o physics/get_prs.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gocart_tracer_config_stub.f -o physics/gocart_tracer_config_stub.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/funcphys.f90 -o physics/funcphys.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gscond.f -o physics/gscond.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gscondp.f -o physics/gscondp.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gwdc.f -o physics/gwdc.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gwdps.f -o physics/gwdps.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_initialize.F90 -o physics/cires_ugwp_initialize.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_module.F90 -o physics/cires_ugwp_module.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ugwp_driver_v0.f -o physics/ugwp_driver_v0.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_orowam2017.f -o physics/cires_orowam2017.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2o_def.f -o physics/h2o_def.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2oc.f -o physics/h2oc.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2ohdc.f -o physics/h2ohdc.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2ophys.f -o physics/h2ophys.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ideaca.f -o physics/ideaca.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_composition.f -o physics/idea_composition.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_co2.f -o physics/idea_co2.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_dissipation.f -o physics/idea_dissipation.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_h2o.f -o physics/idea_h2o.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/wam_f107_kp_mod.f90 -o physics/wam_f107_kp_mod.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_ion.f -o physics/idea_ion.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_o2_o3.f -o physics/idea_o2_o3.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_phys.f -o physics/idea_phys.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_solar_heating.f -o physics/idea_solar_heating.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_tracer.f -o physics/idea_tracer.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/iounitdef.f -o physics/iounitdef.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/lrgsclr.f -o physics/lrgsclr.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mersenne_twister.f -o physics/mersenne_twister.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfpbl.f -o physics/mfpbl.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfpblt.f -o physics/mfpblt.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfpbltq.f -o physics/mfpbltq.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfscu.f -o physics/mfscu.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfscuq.f -o physics/mfscuq.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_bfmicrophysics.f -o physics/module_bfmicrophysics.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninedmf.f -o physics/moninedmf.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninedmf_hafs.f -o physics/moninedmf_hafs.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninp.f -o physics/moninp.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninp1.f -o physics/moninp1.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninq.f -o physics/moninq.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninq1.f -o physics/moninq1.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninshoc.f -o physics/moninshoc.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstadb.f -o physics/mstadb.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstadbtn.f -o physics/mstadbtn.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstadbtn2.f -o physics/mstadbtn2.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstcnv.f -o physics/mstcnv.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/namelist_soilveg.f -o physics/namelist_soilveg.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozne_def.f -o physics/ozne_def.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/iccn_def.f -o physics/iccn_def.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/aerclm_def.f -o physics/aerclm_def.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozphys.f -o physics/ozphys.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozphys_2015.f -o physics/ozphys_2015.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/physparam.f -o physics/physparam.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/precpd.f -o physics/precpd.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/precpd_shoc.f -o physics/precpd_shoc.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/precpdp.f -o physics/precpdp.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/progtm_module.f -o physics/progtm_module.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/progt2.f -o physics/progt2.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/surface_perturbation.F90 -o physics/surface_perturbation.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radlw_param.f -o physics/radlw_param.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radlw_datatb.f -o physics/radlw_datatb.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radlw_main.f -o physics/radlw_main.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radsw_param.f -o physics/radsw_param.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rascnvv2.f -o physics/rascnvv2.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/GFDL_parse_tracers.F90 -o physics/GFDL_parse_tracers.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_typedefs.F90 -o GFS_layer/GFS_typedefs.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gfs_phy_tracer_config.F -o physics/gfs_phy_tracer_config.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX-I -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_aerosols.f -o physics/radiation_aerosols.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_astronomy.f -o physics/radiation_astronomy.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_surface.f -o physics/radiation_surface.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radsw_datatb.f -o physics/radsw_datatb.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radsw_main.f -o physics/radsw_main.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_gases.f -o physics/radiation_gases.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_clouds.f -o physics/radiation_clouds.o +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics' +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/machine.F -o physics/machine.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cnvc90.f -o physics/cnvc90.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/co2hc.f -o physics/co2hc.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/date_def.f -o physics/date_def.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/physcons.F90 -o physics/physcons.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/dcyc2.f -o physics/dcyc2.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/dcyc2.pre.rad.f -o physics/dcyc2.pre.rad.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/efield.f -o physics/efield.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/tracer_const_h.f -o physics/tracer_const_h.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/get_prs.f -o physics/get_prs.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gocart_tracer_config_stub.f -o physics/gocart_tracer_config_stub.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/funcphys.f90 -o physics/funcphys.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gscond.f -o physics/gscond.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gscondp.f -o physics/gscondp.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gwdc.f -o physics/gwdc.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gwdps.f -o physics/gwdps.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_initialize.F90 -o physics/cires_ugwp_initialize.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_module.F90 -o physics/cires_ugwp_module.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ugwp_driver_v0.f -o physics/ugwp_driver_v0.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_orowam2017.f -o physics/cires_orowam2017.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2o_def.f -o physics/h2o_def.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2oc.f -o physics/h2oc.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2ohdc.f -o physics/h2ohdc.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2ophys.f -o physics/h2ophys.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ideaca.f -o physics/ideaca.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_composition.f -o physics/idea_composition.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_co2.f -o physics/idea_co2.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_dissipation.f -o physics/idea_dissipation.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_h2o.f -o physics/idea_h2o.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/wam_f107_kp_mod.f90 -o physics/wam_f107_kp_mod.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_ion.f -o physics/idea_ion.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_o2_o3.f -o physics/idea_o2_o3.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_phys.f -o physics/idea_phys.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_solar_heating.f -o physics/idea_solar_heating.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_tracer.f -o physics/idea_tracer.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/iounitdef.f -o physics/iounitdef.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/lrgsclr.f -o physics/lrgsclr.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mersenne_twister.f -o physics/mersenne_twister.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfpbl.f -o physics/mfpbl.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfpblt.f -o physics/mfpblt.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfpbltq.f -o physics/mfpbltq.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfscu.f -o physics/mfscu.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfscuq.f -o physics/mfscuq.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_bfmicrophysics.f -o physics/module_bfmicrophysics.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninedmf.f -o physics/moninedmf.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninedmf_hafs.f -o physics/moninedmf_hafs.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninp.f -o physics/moninp.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninp1.f -o physics/moninp1.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninq.f -o physics/moninq.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninq1.f -o physics/moninq1.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninshoc.f -o physics/moninshoc.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstadb.f -o physics/mstadb.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstadbtn.f -o physics/mstadbtn.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstadbtn2.f -o physics/mstadbtn2.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstcnv.f -o physics/mstcnv.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/namelist_soilveg.f -o physics/namelist_soilveg.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozne_def.f -o physics/ozne_def.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/iccn_def.f -o physics/iccn_def.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/aerclm_def.f -o physics/aerclm_def.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozphys.f -o physics/ozphys.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozphys_2015.f -o physics/ozphys_2015.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/physparam.f -o physics/physparam.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/precpd.f -o physics/precpd.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/precpd_shoc.f -o physics/precpd_shoc.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/precpdp.f -o physics/precpdp.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/progtm_module.f -o physics/progtm_module.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/progt2.f -o physics/progt2.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/surface_perturbation.F90 -o physics/surface_perturbation.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radlw_param.f -o physics/radlw_param.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radlw_datatb.f -o physics/radlw_datatb.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radlw_main.f -o physics/radlw_main.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radsw_param.f -o physics/radsw_param.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rascnvv2.f -o physics/rascnvv2.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/GFDL_parse_tracers.F90 -o physics/GFDL_parse_tracers.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_typedefs.F90 -o GFS_layer/GFS_typedefs.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gfs_phy_tracer_config.F -o physics/gfs_phy_tracer_config.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX-I -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_aerosols.f -o physics/radiation_aerosols.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_astronomy.f -o physics/radiation_astronomy.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_surface.f -o physics/radiation_surface.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radsw_datatb.f -o physics/radsw_datatb.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radsw_main.f -o physics/radsw_main.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_gases.f -o physics/radiation_gases.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_clouds.f -o physics/radiation_clouds.o mpiicc -E -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML GFS_layer/GFS_radiation_driver.F90 > GFS_layer/GFS_radiation_driver.tmp.f90 -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_radiation_driver.tmp.f90 -o GFS_layer/GFS_radiation_driver.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rad_initialize.f -o physics/rad_initialize.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rayleigh_damp.f -o physics/rayleigh_damp.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rayleigh_damp_mesopause.f -o physics/rayleigh_damp_mesopause.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/samfaerosols.f -o physics/samfaerosols.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/samfdeepcnv.f -o physics/samfdeepcnv.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/samfshalcnv.f -o physics/samfshalcnv.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sascnv.f -o physics/sascnv.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sascnvn.f -o physics/sascnvn.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/satmedmfvdif.f -o physics/satmedmfvdif.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/satmedmfvdifq.f -o physics/satmedmfvdifq.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/set_soilveg.f -o physics/set_soilveg.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_cice.f -o physics/sfc_cice.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_diag.f -o physics/sfc_diag.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_diff.f -o physics/sfc_diff.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_drv.f -o physics/sfc_drv.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_wrf_utl.f90 -o physics/module_wrf_utl.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_sf_noahmp_glacier.f90 -o physics/module_sf_noahmp_glacier.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/noahmp_tables.f90 -o physics/noahmp_tables.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_sf_noahmplsm.f90 -o physics/module_sf_noahmplsm.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_noahmp_drv.f -o physics/sfc_noahmp_drv.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_nst_parameters.f90 -o physics/module_nst_parameters.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_nst_water_prop.f90 -o physics/module_nst_water_prop.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_nst_model.f90 -o physics/module_nst_model.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_nst.f -o physics/sfc_nst.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_ocean.f -o physics/sfc_ocean.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_sice.f -o physics/sfc_sice.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sflx.f -o physics/sflx.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcnv.f -o physics/shalcnv.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv.f -o physics/shalcv.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv_1lyr.f -o physics/shalcv_1lyr.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv_fixdp.f -o physics/shalcv_fixdp.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv_opr.f -o physics/shalcv_opr.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/tridi2t3.f -o physics/tridi2t3.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/calpreciptype.f90 -o physics/calpreciptype.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gcm_shoc.f90 -o physics/gcm_shoc.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/get_prs_fv3.f90 -o physics/get_prs_fv3.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2ointerp.f90 -o physics/h2ointerp.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozinterp.f90 -o physics/ozinterp.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/iccninterp.f90 -o physics/iccninterp.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/aerinterp.f90 -o physics/aerinterp.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/aer_cloud.F -o physics/aer_cloud.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/wv_saturation.F -o physics/wv_saturation.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cldmacro.F -o physics/cldmacro.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cldwat2m_micro.F -o physics/cldwat2m_micro.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/num_parthds.F -o physics/num_parthds.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfcsub.F -o physics/sfcsub.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gcycle.F90 -o physics/gcycle.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_utils.F90 -o physics/cires_ugwp_utils.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_triggers.F90 -o physics/cires_ugwp_triggers.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_solvers.F90 -o physics/cires_ugwp_solvers.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_vert_lsatdis.F90 -o physics/cires_vert_lsatdis.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_vert_orodis.F90 -o physics/cires_vert_orodis.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_vert_wmsdis.F90 -o physics/cires_vert_wmsdis.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_mp_radar.F90 -o physics/module_mp_radar.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gfdl_cloud_microphys.F90 -o physics/gfdl_cloud_microphys.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/micro_mg_utils.F90 -o physics/micro_mg_utils.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/micro_mg2_0.F90 -o physics/micro_mg2_0.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/micro_mg3_0.F90 -o physics/micro_mg3_0.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/m_micro_driver.F90 -o physics/m_micro_driver.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cs_conv.F90 -o physics/cs_conv.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/GFS_debug.F90 -o physics/GFS_debug.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_mp_thompson_gfs.F90 -o physics/module_mp_thompson_gfs.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_mp_wsm6_fv3.F90 -o physics/module_mp_wsm6_fv3.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -O0 -c GFS_layer/GFS_diagnostics.F90 -o GFS_layer/GFS_diagnostics.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_restart.F90 -o GFS_layer/GFS_restart.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_radiation_driver.tmp.f90 -o GFS_layer/GFS_radiation_driver.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rad_initialize.f -o physics/rad_initialize.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rayleigh_damp.f -o physics/rayleigh_damp.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rayleigh_damp_mesopause.f -o physics/rayleigh_damp_mesopause.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/samfaerosols.f -o physics/samfaerosols.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/samfdeepcnv.f -o physics/samfdeepcnv.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/samfshalcnv.f -o physics/samfshalcnv.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sascnv.f -o physics/sascnv.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sascnvn.f -o physics/sascnvn.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/satmedmfvdif.f -o physics/satmedmfvdif.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/satmedmfvdifq.f -o physics/satmedmfvdifq.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/set_soilveg.f -o physics/set_soilveg.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_cice.f -o physics/sfc_cice.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_diag.f -o physics/sfc_diag.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_diff.f -o physics/sfc_diff.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_drv.f -o physics/sfc_drv.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_wrf_utl.f90 -o physics/module_wrf_utl.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_sf_noahmp_glacier.f90 -o physics/module_sf_noahmp_glacier.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/noahmp_tables.f90 -o physics/noahmp_tables.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_sf_noahmplsm.f90 -o physics/module_sf_noahmplsm.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_noahmp_drv.f -o physics/sfc_noahmp_drv.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_nst_parameters.f90 -o physics/module_nst_parameters.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_nst_water_prop.f90 -o physics/module_nst_water_prop.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_nst_model.f90 -o physics/module_nst_model.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_nst.f -o physics/sfc_nst.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_ocean.f -o physics/sfc_ocean.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_sice.f -o physics/sfc_sice.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sflx.f -o physics/sflx.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcnv.f -o physics/shalcnv.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv.f -o physics/shalcv.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv_1lyr.f -o physics/shalcv_1lyr.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv_fixdp.f -o physics/shalcv_fixdp.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv_opr.f -o physics/shalcv_opr.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/tridi2t3.f -o physics/tridi2t3.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/calpreciptype.f90 -o physics/calpreciptype.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gcm_shoc.f90 -o physics/gcm_shoc.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/get_prs_fv3.f90 -o physics/get_prs_fv3.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2ointerp.f90 -o physics/h2ointerp.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozinterp.f90 -o physics/ozinterp.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/iccninterp.f90 -o physics/iccninterp.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/aerinterp.f90 -o physics/aerinterp.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/aer_cloud.F -o physics/aer_cloud.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/wv_saturation.F -o physics/wv_saturation.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cldmacro.F -o physics/cldmacro.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cldwat2m_micro.F -o physics/cldwat2m_micro.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/num_parthds.F -o physics/num_parthds.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfcsub.F -o physics/sfcsub.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gcycle.F90 -o physics/gcycle.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_utils.F90 -o physics/cires_ugwp_utils.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_triggers.F90 -o physics/cires_ugwp_triggers.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_solvers.F90 -o physics/cires_ugwp_solvers.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_vert_lsatdis.F90 -o physics/cires_vert_lsatdis.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_vert_orodis.F90 -o physics/cires_vert_orodis.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_vert_wmsdis.F90 -o physics/cires_vert_wmsdis.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_mp_radar.F90 -o physics/module_mp_radar.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gfdl_cloud_microphys.F90 -o physics/gfdl_cloud_microphys.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/micro_mg_utils.F90 -o physics/micro_mg_utils.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/micro_mg2_0.F90 -o physics/micro_mg2_0.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/micro_mg3_0.F90 -o physics/micro_mg3_0.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/m_micro_driver.F90 -o physics/m_micro_driver.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cs_conv.F90 -o physics/cs_conv.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/GFS_debug.F90 -o physics/GFS_debug.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_mp_thompson_gfs.F90 -o physics/module_mp_thompson_gfs.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_mp_wsm6_fv3.F90 -o physics/module_mp_wsm6_fv3.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -O0 -c GFS_layer/GFS_diagnostics.F90 -o GFS_layer/GFS_diagnostics.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_restart.F90 -o GFS_layer/GFS_restart.o mpiicc -E -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML GFS_layer/GFS_physics_driver.F90 > GFS_layer/GFS_physics_driver.tmp.f90 -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_physics_driver.tmp.f90 -o GFS_layer/GFS_physics_driver.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_physics_driver.tmp.f90 -o GFS_layer/GFS_physics_driver.o mpiicc -E -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML GFS_layer/GFS_driver.F90 > GFS_layer/GFS_driver.tmp.f90 -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_driver.tmp.f90 -o GFS_layer/GFS_driver.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_abstraction_layer.F90 -o GFS_layer/GFS_abstraction_layer.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_driver.tmp.f90 -o GFS_layer/GFS_driver.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_abstraction_layer.F90 -o GFS_layer/GFS_abstraction_layer.o ar rv libgfsphys.a physics/cnvc90.o physics/co2hc.o physics/date_def.o physics/dcyc2.o physics/dcyc2.pre.rad.o physics/efield.o physics/get_prs.o physics/gocart_tracer_config_stub.o physics/gscond.o physics/gscondp.o physics/gwdc.o physics/gwdps.o physics/ugwp_driver_v0.o physics/cires_orowam2017.o physics/h2o_def.o physics/h2oc.o physics/h2ohdc.o physics/h2ophys.o physics/ideaca.o physics/idea_co2.o physics/idea_composition.o physics/idea_dissipation.o physics/idea_h2o.o physics/idea_ion.o physics/idea_o2_o3.o physics/idea_phys.o physics/idea_solar_heating.o physics/idea_tracer.o physics/iounitdef.o physics/lrgsclr.o physics/mersenne_twister.o physics/mfpbl.o physics/mfpblt.o physics/mfpbltq.o physics/mfscu.o physics/mfscuq.o physics/module_bfmicrophysics.o physics/moninedmf.o physics/moninedmf_hafs.o physics/moninp.o physics/moninp1.o physics/moninq.o physics/moninq1.o physics/moninshoc.o physics/mstadb.o physics/mstadbtn.o physics/mstadbtn2.o physics/mstcnv.o physics/namelist_soilveg.o physics/ozne_def.o physics/iccn_def.o physics/aerclm_def.o physics/ozphys.o physics/ozphys_2015.o physics/physparam.o physics/precpd.o physics/precpd_shoc.o physics/precpdp.o physics/progt2.o physics/progtm_module.o physics/rad_initialize.o physics/radiation_aerosols.o physics/radiation_astronomy.o physics/radiation_clouds.o physics/radiation_gases.o physics/radiation_surface.o physics/radlw_datatb.o physics/radlw_main.o physics/radlw_param.o physics/radsw_datatb.o physics/radsw_main.o physics/radsw_param.o physics/rascnvv2.o physics/rayleigh_damp.o physics/rayleigh_damp_mesopause.o physics/samfaerosols.o physics/samfdeepcnv.o physics/samfshalcnv.o physics/sascnv.o physics/sascnvn.o physics/satmedmfvdif.o physics/satmedmfvdifq.o physics/set_soilveg.o physics/sfc_cice.o physics/sfc_diag.o physics/sfc_diff.o physics/sfc_drv.o physics/sfc_noahmp_drv.o physics/sfc_nst.o physics/sfc_ocean.o physics/sfc_sice.o physics/sflx.o physics/shalcnv.o physics/shalcv.o physics/shalcv_1lyr.o physics/shalcv_fixdp.o physics/shalcv_opr.o physics/tracer_const_h.o physics/tridi2t3.o physics/calpreciptype.o physics/funcphys.o physics/gcm_shoc.o physics/get_prs_fv3.o physics/h2ointerp.o physics/module_nst_model.o physics/module_nst_parameters.o physics/module_nst_water_prop.o physics/ozinterp.o physics/module_wrf_utl.o physics/noahmp_tables.o physics/module_sf_noahmplsm.o physics/module_sf_noahmp_glacier.o physics/iccninterp.o physics/aerinterp.o physics/wam_f107_kp_mod.o physics/aer_cloud.o physics/cldmacro.o physics/cldwat2m_micro.o physics/gfs_phy_tracer_config.o physics/machine.o physics/num_parthds.o physics/sfcsub.o physics/wv_saturation.o physics/GFDL_parse_tracers.o physics/gcycle.o physics/cires_ugwp_initialize.o physics/cires_ugwp_module.o physics/cires_ugwp_utils.o physics/cires_ugwp_triggers.o physics/cires_ugwp_solvers.o physics/cires_vert_lsatdis.o physics/cires_vert_orodis.o physics/cires_vert_wmsdis.o physics/gfdl_cloud_microphys.o physics/micro_mg_utils.o physics/micro_mg2_0.o physics/micro_mg3_0.o physics/m_micro_driver.o physics/cs_conv.o physics/GFS_debug.o physics/module_mp_radar.o physics/module_mp_thompson_gfs.o physics/module_mp_wsm6_fv3.o physics/physcons.o physics/surface_perturbation.o GFS_layer/GFS_abstraction_layer.o GFS_layer/GFS_diagnostics.o GFS_layer/GFS_driver.o GFS_layer/GFS_physics_driver.o GFS_layer/GFS_radiation_driver.o GFS_layer/GFS_restart.o GFS_layer/GFS_typedefs.o ar: creating libgfsphys.a a - physics/cnvc90.o @@ -847,48 +847,48 @@ a - GFS_layer/GFS_physics_driver.o a - GFS_layer/GFS_radiation_driver.o a - GFS_layer/GFS_restart.o a - GFS_layer/GFS_typedefs.o -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics' -make -C ipd FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics' +make -C ipd FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ipd' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd' makefile:54: depend: No such file or directory Building dependencies ... -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ipd' +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd' Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ipd' -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../namphysics -c IPD_typedefs.F90 -o IPD_typedefs.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../namphysics -c IPD_driver.F90 -o IPD_driver.o +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd' +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../namphysics -c IPD_typedefs.F90 -o IPD_typedefs.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../namphysics -c IPD_driver.F90 -o IPD_driver.o ar rv libipd.a IPD_driver.o IPD_typedefs.o ar: creating libipd.a a - IPD_driver.o a - IPD_typedefs.o -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ipd' -make -C io FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd' +make -C io FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL Build standalone FV3 io ... $ESMF_INC is [-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include] -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/io' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io' Building dependencies ... -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/io' +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io' Build standalone FV3 io ... $ESMF_INC is [-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include] -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/io' -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -c ffsync.F90 -o ffsync.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -c FV3GFS_io.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -c module_fv3_io_def.F90 -o module_fv3_io_def.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -c module_write_internal_state.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ncep_post_v8.0.1_4 -c post_gfs.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ncep_post_v8.0.1_4 -c post_nems_routines.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/nemsio_v2.2.4 -c module_write_nemsio.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/nemsio_v2.2.4 -c module_write_netcdf.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -c module_wrt_grid_comp.F90 +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io' +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -c ffsync.F90 -o ffsync.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -c FV3GFS_io.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -c module_fv3_io_def.F90 -o module_fv3_io_def.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -c module_write_internal_state.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ncep_post_v8.0.1_4 -c post_gfs.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ncep_post_v8.0.1_4 -c post_nems_routines.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/nemsio_v2.2.4 -c module_write_nemsio.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/nemsio_v2.2.4 -c module_write_netcdf.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -c module_wrt_grid_comp.F90 ar rv libfv3io.a ffsync.o FV3GFS_io.o post_gfs.o post_nems_routines.o module_write_nemsio.o module_write_netcdf.o module_fv3_io_def.o module_write_internal_state.o module_wrt_grid_comp.o ar: creating libfv3io.a a - ffsync.o @@ -900,66 +900,66 @@ a - module_write_netcdf.o a - module_fv3_io_def.o a - module_write_internal_state.o a - module_wrt_grid_comp.o -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/io' -make -C atmos_cubed_sphere FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io' +make -C atmos_cubed_sphere FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL Build standalone FV3 fv3core ... -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/atmos_cubed_sphere' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere' Building dependencies ... -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/atmos_cubed_sphere' +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere' Build standalone FV3 fv3core ... -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/atmos_cubed_sphere' -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_arrays.F90 -o model/fv_arrays.o +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere' +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_arrays.F90 -o model/fv_arrays.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_mp_mod.F90 -o tools/fv_mp_mod.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_timing.F90 -o tools/fv_timing.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/external_sst.F90 -o tools/external_sst.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_eta.F90 -o tools/fv_eta.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_grid_utils.F90 -o model/fv_grid_utils.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_mp_mod.F90 -o tools/fv_mp_mod.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_timing.F90 -o tools/fv_timing.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/external_sst.F90 -o tools/external_sst.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_eta.F90 -o tools/fv_eta.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_grid_utils.F90 -o model/fv_grid_utils.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/a2b_edge.F90 -o model/a2b_edge.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/multi_gases.F90 -o model/multi_gases.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/boundary.F90 -o model/boundary.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_sg.F90 -o model/fv_sg.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_fill.F90 -o model/fv_fill.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_cmp.F90 -o model/fv_cmp.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -fast-transcendentals -c model/fv_mapz.F90 -o model/fv_mapz.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_surf_map.F90 -o tools/fv_surf_map.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_diagnostics.F90 -o tools/fv_diagnostics.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/init_hydro.F90 -o tools/init_hydro.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/sorted_index.F90 -o tools/sorted_index.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_grid_tools.F90 -o tools/fv_grid_tools.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/test_cases.F90 -o tools/test_cases.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/tp_core.F90 -o model/tp_core.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/sw_core.F90 -o model/sw_core.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/sim_nc_mod.F90 -o tools/sim_nc_mod.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_nudge.F90 -o tools/fv_nudge.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_regional_bc.F90 -o model/fv_regional_bc.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -fast-transcendentals -c model/nh_utils.F90 -o model/nh_utils.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/nh_core.F90 -o model/nh_core.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_update_phys.F90 -o model/fv_update_phys.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/dyn_core.F90 -o model/dyn_core.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_io.F90 -o tools/fv_io.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_treat_da_inc.F90 -o tools/fv_treat_da_inc.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/external_ic.F90 -o tools/external_ic.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_restart.F90 -o tools/fv_restart.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_control.F90 -o model/fv_control.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_tracer2d.F90 -o model/fv_tracer2d.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_nesting.F90 -o model/fv_nesting.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_dynamics.F90 -o model/fv_dynamics.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_iau_mod.F90 -o tools/fv_iau_mod.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c driver/fvGFS/DYCORE_typedefs.F90 -o driver/fvGFS/DYCORE_typedefs.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -c driver/fvGFS/fv_nggps_diag.F90 -o driver/fvGFS/fv_nggps_diag.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -c driver/fvGFS/atmosphere.F90 -o driver/fvGFS/atmosphere.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/a2b_edge.F90 -o model/a2b_edge.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/multi_gases.F90 -o model/multi_gases.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/boundary.F90 -o model/boundary.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_sg.F90 -o model/fv_sg.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_fill.F90 -o model/fv_fill.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_cmp.F90 -o model/fv_cmp.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -fast-transcendentals -c model/fv_mapz.F90 -o model/fv_mapz.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_surf_map.F90 -o tools/fv_surf_map.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_diagnostics.F90 -o tools/fv_diagnostics.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/init_hydro.F90 -o tools/init_hydro.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/sorted_index.F90 -o tools/sorted_index.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_grid_tools.F90 -o tools/fv_grid_tools.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/test_cases.F90 -o tools/test_cases.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/tp_core.F90 -o model/tp_core.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/sw_core.F90 -o model/sw_core.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/sim_nc_mod.F90 -o tools/sim_nc_mod.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_nudge.F90 -o tools/fv_nudge.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_regional_bc.F90 -o model/fv_regional_bc.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -fast-transcendentals -c model/nh_utils.F90 -o model/nh_utils.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/nh_core.F90 -o model/nh_core.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_update_phys.F90 -o model/fv_update_phys.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/dyn_core.F90 -o model/dyn_core.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_io.F90 -o tools/fv_io.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_treat_da_inc.F90 -o tools/fv_treat_da_inc.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/external_ic.F90 -o tools/external_ic.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_restart.F90 -o tools/fv_restart.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_control.F90 -o model/fv_control.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_tracer2d.F90 -o model/fv_tracer2d.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_nesting.F90 -o model/fv_nesting.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_dynamics.F90 -o model/fv_dynamics.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_iau_mod.F90 -o tools/fv_iau_mod.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c driver/fvGFS/DYCORE_typedefs.F90 -o driver/fvGFS/DYCORE_typedefs.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -c driver/fvGFS/fv_nggps_diag.F90 -o driver/fvGFS/fv_nggps_diag.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -c driver/fvGFS/atmosphere.F90 -o driver/fvGFS/atmosphere.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. @@ -1006,49 +1006,49 @@ a - tools/test_cases.o a - driver/fvGFS/DYCORE_typedefs.o a - driver/fvGFS/fv_nggps_diag.o a - driver/fvGFS/atmosphere.o -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/atmos_cubed_sphere' -make -C ../stochastic_physics FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere' +make -C ../stochastic_physics FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit Build standalone FV3 stochastic_physics ... -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/stochastic_physics' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/stochastic_physics' makefile:86: depend: No such file or directory Building dependencies ... -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/stochastic_physics' +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/stochastic_physics' Build standalone FV3 stochastic_physics ... -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/stochastic_physics' -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_gg_def.f -o stochy_gg_def.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_resol_def.f -o stochy_resol_def.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_layout_lag.f -o stochy_layout_lag.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c spectral_layout.F90 -o spectral_layout.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c four_to_grid_stochy.F -o four_to_grid_stochy.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c glats_stochy.f -o glats_stochy.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c sumfln_stochy.f -o sumfln_stochy.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c gozrineo_stochy.f -o gozrineo_stochy.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c num_parthds_stochy.f -o num_parthds_stochy.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c get_ls_node_stochy.f -o get_ls_node_stochy.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c get_lats_node_a_stochy.f -o get_lats_node_a_stochy.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c setlats_a_stochy.f -o setlats_a_stochy.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c setlats_lag_stochy.f -o setlats_lag_stochy.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c epslon_stochy.f -o epslon_stochy.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c getcon_lag_stochy.f -o getcon_lag_stochy.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c pln2eo_stochy.f -o pln2eo_stochy.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c dozeuv_stochy.f -o dozeuv_stochy.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c dezouv_stochy.f -o dezouv_stochy.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c update_ca.f90 -o update_ca.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c cellular_automata.f90 -o cellular_automata.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c plumes.f90 -o plumes.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_internal_state_mod.F90 -o stochy_internal_state_mod.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c getcon_spectral.F90 -o getcon_spectral.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_namelist_def.F90 -o stochy_namelist_def.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c compns_stochy.F90 -o compns_stochy.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_patterngenerator.F90 -o stochy_patterngenerator.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c initialize_spectral_mod.F90 -o initialize_spectral_mod.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_data_mod.F90 -o stochy_data_mod.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c get_stochy_pattern.F90 -o get_stochy_pattern.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochastic_physics.F90 -o stochastic_physics.o +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/stochastic_physics' +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_gg_def.f -o stochy_gg_def.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_resol_def.f -o stochy_resol_def.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_layout_lag.f -o stochy_layout_lag.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c spectral_layout.F90 -o spectral_layout.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c four_to_grid_stochy.F -o four_to_grid_stochy.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c glats_stochy.f -o glats_stochy.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c sumfln_stochy.f -o sumfln_stochy.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c gozrineo_stochy.f -o gozrineo_stochy.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c num_parthds_stochy.f -o num_parthds_stochy.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c get_ls_node_stochy.f -o get_ls_node_stochy.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c get_lats_node_a_stochy.f -o get_lats_node_a_stochy.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c setlats_a_stochy.f -o setlats_a_stochy.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c setlats_lag_stochy.f -o setlats_lag_stochy.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c epslon_stochy.f -o epslon_stochy.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c getcon_lag_stochy.f -o getcon_lag_stochy.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c pln2eo_stochy.f -o pln2eo_stochy.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c dozeuv_stochy.f -o dozeuv_stochy.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c dezouv_stochy.f -o dezouv_stochy.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c update_ca.f90 -o update_ca.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c cellular_automata.f90 -o cellular_automata.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c plumes.f90 -o plumes.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_internal_state_mod.F90 -o stochy_internal_state_mod.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c getcon_spectral.F90 -o getcon_spectral.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_namelist_def.F90 -o stochy_namelist_def.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c compns_stochy.F90 -o compns_stochy.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_patterngenerator.F90 -o stochy_patterngenerator.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c initialize_spectral_mod.F90 -o initialize_spectral_mod.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_data_mod.F90 -o stochy_data_mod.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c get_stochy_pattern.F90 -o get_stochy_pattern.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochastic_physics.F90 -o stochastic_physics.o ar rv libstochastic_physics.a stochy_gg_def.o stochy_resol_def.o stochy_layout_lag.o four_to_grid_stochy.o glats_stochy.o sumfln_stochy.o gozrineo_stochy.o num_parthds_stochy.o get_ls_node_stochy.o get_lats_node_a_stochy.o setlats_a_stochy.o setlats_lag_stochy.o epslon_stochy.o getcon_lag_stochy.o pln2eo_stochy.o dozeuv_stochy.o dezouv_stochy.o cellular_automata.o update_ca.o plumes.o spectral_layout.o getcon_spectral.o stochy_namelist_def.o compns_stochy.o stochy_internal_state_mod.o stochastic_physics.o stochy_patterngenerator.o stochy_data_mod.o get_stochy_pattern.o initialize_spectral_mod.o ar: creating libstochastic_physics.a a - stochy_gg_def.o @@ -1081,14 +1081,14 @@ a - stochy_patterngenerator.o a - stochy_data_mod.o a - get_stochy_pattern.o a - initialize_spectral_mod.o -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/stochastic_physics' -make libfv3cap.a FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3' -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -c module_fv3_config.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -c atmos_model.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -c module_fcst_grid_comp.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -c time_utils.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -c fv3_cap.F90 +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/stochastic_physics' +make libfv3cap.a FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3' +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -c module_fv3_config.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -c atmos_model.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -c module_fcst_grid_comp.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -c time_utils.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -c fv3_cap.F90 ar rv libfv3cap.a atmos_model.o module_fv3_config.o module_fcst_grid_comp.o time_utils.o fv3_cap.o ar: creating libfv3cap.a a - atmos_model.o @@ -1096,35 +1096,35 @@ a - module_fv3_config.o a - module_fcst_grid_comp.o a - time_utils.o a - fv3_cap.o -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3' -make esmf_make_fragment FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3' +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3' +make esmf_make_fragment FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3' # additional include files needed for PGI -#@echo "ESMF_DEP_INCPATH = /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/nems_dir" >> fv3.mk +#@echo "ESMF_DEP_INCPATH = /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/nems_dir" >> fv3.mk Finished generating ESMF self-describing build dependency makefile fragment: fv3.mk -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3' -Installation into "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL" complete! +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3' +Installation into "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL" complete! -make[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3' -test -d /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL +make[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3' +test -d /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL ( \ echo "# Do not edit this file. It is automatically generated." ; \ -echo "# Edit the component list or /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC.in" ; \ -echo ; cat "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC.in" ; \ -echo fms_mk="/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL/fms.mk" ; echo fv3_mk="/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk" ; ) > "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC" -. /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; \ +echo "# Edit the component list or /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC.in" ; \ +echo ; cat "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC.in" ; \ +echo fms_mk="/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL/fms.mk" ; echo fv3_mk="/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk" ; ) > "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC" +. /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; \ set -e ; \ -for m in /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk ; do \ +for m in /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk ; do \ test -s $m ; \ done ; \ -echo build NEMS after /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk ; \ -cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src ; \ +echo build NEMS after /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk ; \ +cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src ; \ make nems \ COMPONENTS="FMS FV3" \ - FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL FV3_DIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL TARGET="/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/exe/NEMS.x" ; \ -test -x /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/exe/NEMS.x + FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL FV3_DIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL TARGET="/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/exe/NEMS.x" ; \ +test -x /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/exe/NEMS.x Currently Loaded Modules: 1) ips/18.0.1.163 8) sp/2.0.3 15) jasper/1.900.29 @@ -1137,10 +1137,10 @@ Currently Loaded Modules: -build NEMS after /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk +build NEMS after /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk Components in linker order: FV3 FMS -FV3: include /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk -FMS: include /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL/fms.mk +FV3: include /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk +FMS: include /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL/fms.mk CPPFLAGS += ESMF_VERSION_STRING_GIT="ESMF_8_0_0" CPPFLAGS += ESMF_VERSION_MAJOR="8" CPPFLAGS += ESMF_VERSION_REVISION="0" @@ -1149,110 +1149,110 @@ CPPFLAGS += ESMF_VERSION_MINOR="0" CPPFLAGS += ESMF_VERSION_PATCHLEVEL="0" CPPFLAGS += ESMF_VERSION_STRING="8.0.0" CPPFLAGS += ESMF_VERSION_PUBLIC="'T'" -make[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src' +make[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src' cd ENS_Cpl && make stub -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/ENS_Cpl' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/ENS_Cpl' mpiicc -E -traditional ENS_CplComp_ESMFMod_STUB.F90 > ENS_CplComp_ESMFMod_STUB.f90 mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -c ENS_CplComp_ESMFMod_STUB.f90 ar rv ENS_Cpl.a ENS_CplComp_ESMFMod_STUB.o ar: creating ENS_Cpl.a a - ENS_CplComp_ESMFMod_STUB.o -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/ENS_Cpl' -mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Mon Dec 30 18:12:24 UTC 2019 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2019' -D'CMP_JD=364' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_PUBLIC="'T'" module_NEMS_UTILS.F90 > module_NEMS_UTILS.tmp.f90 -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_UTILS.tmp.f90 +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/ENS_Cpl' +mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Thu Jan 23 22:28:55 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=023' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_PUBLIC="'T'" module_NEMS_UTILS.F90 > module_NEMS_UTILS.tmp.f90 +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_UTILS.tmp.f90 mv -v module_NEMS_UTILS.tmp.o module_NEMS_UTILS.o ‘module_NEMS_UTILS.tmp.o’ -> ‘module_NEMS_UTILS.o’ -mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Mon Dec 30 18:12:24 UTC 2019 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2019' -D'CMP_JD=364' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_PUBLIC="'T'" module_MEDIATOR_methods.F90 > module_MEDIATOR_methods.tmp.f90 -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -c module_MEDIATOR_methods.tmp.f90 +mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Thu Jan 23 22:28:55 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=023' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_PUBLIC="'T'" module_MEDIATOR_methods.F90 > module_MEDIATOR_methods.tmp.f90 +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -c module_MEDIATOR_methods.tmp.f90 mv -v module_MEDIATOR_methods.tmp.o module_MEDIATOR_methods.o ‘module_MEDIATOR_methods.tmp.o’ -> ‘module_MEDIATOR_methods.o’ -mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Mon Dec 30 18:12:24 UTC 2019 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2019' -D'CMP_JD=364' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_PUBLIC="'T'" module_MEDIATOR.F90 > module_MEDIATOR.tmp.f90 -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -c module_MEDIATOR.tmp.f90 +mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Thu Jan 23 22:28:55 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=023' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_PUBLIC="'T'" module_MEDIATOR.F90 > module_MEDIATOR.tmp.f90 +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -c module_MEDIATOR.tmp.f90 mv -v module_MEDIATOR.tmp.o module_MEDIATOR.o ‘module_MEDIATOR.tmp.o’ -> ‘module_MEDIATOR.o’ -mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Mon Dec 30 18:12:24 UTC 2019 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2019' -D'CMP_JD=364' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_PUBLIC="'T'" module_MEDIATOR_SpaceWeather.F90 > module_MEDIATOR_SpaceWeather.tmp.f90 -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -c module_MEDIATOR_SpaceWeather.tmp.f90 +mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Thu Jan 23 22:28:55 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=023' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_PUBLIC="'T'" module_MEDIATOR_SpaceWeather.F90 > module_MEDIATOR_SpaceWeather.tmp.f90 +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -c module_MEDIATOR_SpaceWeather.tmp.f90 mv -v module_MEDIATOR_SpaceWeather.tmp.o module_MEDIATOR_SpaceWeather.o ‘module_MEDIATOR_SpaceWeather.tmp.o’ -> ‘module_MEDIATOR_SpaceWeather.o’ -mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Mon Dec 30 18:12:24 UTC 2019 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2019' -D'CMP_JD=364' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_PUBLIC="'T'" module_EARTH_INTERNAL_STATE.F90 > module_EARTH_INTERNAL_STATE.tmp.f90 -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -c module_EARTH_INTERNAL_STATE.tmp.f90 +mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Thu Jan 23 22:28:55 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=023' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_PUBLIC="'T'" module_EARTH_INTERNAL_STATE.F90 > module_EARTH_INTERNAL_STATE.tmp.f90 +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -c module_EARTH_INTERNAL_STATE.tmp.f90 mv -v module_EARTH_INTERNAL_STATE.tmp.o module_EARTH_INTERNAL_STATE.o ‘module_EARTH_INTERNAL_STATE.tmp.o’ -> ‘module_EARTH_INTERNAL_STATE.o’ -mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Mon Dec 30 18:12:24 UTC 2019 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2019' -D'CMP_JD=364' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_PUBLIC="'T'" module_EARTH_GRID_COMP.F90 > module_EARTH_GRID_COMP.tmp.f90 -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -c module_EARTH_GRID_COMP.tmp.f90 +mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Thu Jan 23 22:28:55 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=023' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_PUBLIC="'T'" module_EARTH_GRID_COMP.F90 > module_EARTH_GRID_COMP.tmp.f90 +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -c module_EARTH_GRID_COMP.tmp.f90 mv -v module_EARTH_GRID_COMP.tmp.o module_EARTH_GRID_COMP.o ‘module_EARTH_GRID_COMP.tmp.o’ -> ‘module_EARTH_GRID_COMP.o’ -mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Mon Dec 30 18:12:24 UTC 2019 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2019' -D'CMP_JD=364' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_PUBLIC="'T'" module_NEMS_INTERNAL_STATE.F90 > module_NEMS_INTERNAL_STATE.tmp.f90 -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_INTERNAL_STATE.tmp.f90 +mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Thu Jan 23 22:28:55 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=023' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_PUBLIC="'T'" module_NEMS_INTERNAL_STATE.F90 > module_NEMS_INTERNAL_STATE.tmp.f90 +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_INTERNAL_STATE.tmp.f90 mv -v module_NEMS_INTERNAL_STATE.tmp.o module_NEMS_INTERNAL_STATE.o ‘module_NEMS_INTERNAL_STATE.tmp.o’ -> ‘module_NEMS_INTERNAL_STATE.o’ -mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Mon Dec 30 18:12:24 UTC 2019 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2019' -D'CMP_JD=364' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_PUBLIC="'T'" module_NEMS_GRID_COMP.F90 > module_NEMS_GRID_COMP.tmp.f90 -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_GRID_COMP.tmp.f90 +mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Thu Jan 23 22:28:55 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=023' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_PUBLIC="'T'" module_NEMS_GRID_COMP.F90 > module_NEMS_GRID_COMP.tmp.f90 +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_GRID_COMP.tmp.f90 mv -v module_NEMS_GRID_COMP.tmp.o module_NEMS_GRID_COMP.o ‘module_NEMS_GRID_COMP.tmp.o’ -> ‘module_NEMS_GRID_COMP.o’ -mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Mon Dec 30 18:12:24 UTC 2019 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2019' -D'CMP_JD=364' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_PUBLIC="'T'" module_NEMS_Rusage.F90 > module_NEMS_Rusage.tmp.f90 -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_Rusage.tmp.f90 +mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Thu Jan 23 22:28:55 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=023' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_PUBLIC="'T'" module_NEMS_Rusage.F90 > module_NEMS_Rusage.tmp.f90 +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_Rusage.tmp.f90 mv -v module_NEMS_Rusage.tmp.o module_NEMS_Rusage.o ‘module_NEMS_Rusage.tmp.o’ -> ‘module_NEMS_Rusage.o’ mpiicc -c nems_c_rusage.c -mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Mon Dec 30 18:12:24 UTC 2019 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2019' -D'CMP_JD=364' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_PUBLIC="'T'" MAIN_NEMS.F90 > MAIN_NEMS.tmp.f90 -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -c MAIN_NEMS.tmp.f90 +mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Thu Jan 23 22:28:55 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=023' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_PUBLIC="'T'" MAIN_NEMS.F90 > MAIN_NEMS.tmp.f90 +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -c MAIN_NEMS.tmp.f90 mv -v MAIN_NEMS.tmp.o MAIN_NEMS.o ‘MAIN_NEMS.tmp.o’ -> ‘MAIN_NEMS.o’ echo libgocart is libgocart is echo extlibs is /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libncep_post_v8.0.1_4.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libnemsio_v2.2.4.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2_v3.1.1_4.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2tmpl_v1.6.0.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libbacio_v2.0.3_4.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_d.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_d.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_d.a /gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/ips/18.0.1/libcrtm_v2.2.6.a /usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng.a /usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib/libjasper.a /usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib/libz.a -L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/lib -Wl,-rpath,/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/lib -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf -L/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib -L/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib -qopenmp -lnetcdff -lhdf5 /usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib/libz.a extlibs is /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libncep_post_v8.0.1_4.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libnemsio_v2.2.4.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2_v3.1.1_4.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2tmpl_v1.6.0.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libbacio_v2.0.3_4.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_d.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_d.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_d.a /gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/ips/18.0.1/libcrtm_v2.2.6.a /usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng.a /usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib/libjasper.a /usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib/libz.a -L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/lib -Wl,-rpath,/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/lib -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf -L/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib -L/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib -qopenmp -lnetcdff -lhdf5 /usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib/libz.a -mpiifort -o /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/exe/NEMS.x MAIN_NEMS.o module_NEMS_UTILS.o module_MEDIATOR_methods.o module_MEDIATOR.o module_MEDIATOR_SpaceWeather.o module_EARTH_INTERNAL_STATE.o module_EARTH_GRID_COMP.o module_NEMS_INTERNAL_STATE.o module_NEMS_GRID_COMP.o module_NEMS_Rusage.o nems_c_rusage.o /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL/libfv3cap.a /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL/libfv3core.a /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL/libfv3io.a /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL/libipd.a /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL/libgfsphys.a /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL/libfv3cpl.a /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL/libstochastic_physics.a /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL/libfms.a ENS_Cpl/ENS_Cpl.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libncep_post_v8.0.1_4.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libnemsio_v2.2.4.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2_v3.1.1_4.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2tmpl_v1.6.0.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libbacio_v2.0.3_4.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_d.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_d.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_d.a /gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/ips/18.0.1/libcrtm_v2.2.6.a /usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng.a /usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib/libjasper.a /usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib/libz.a -L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/lib -Wl,-rpath,/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/lib -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf -L/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib -L/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib -qopenmp -lnetcdff -lhdf5 /usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib/libz.a +mpiifort -o /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/exe/NEMS.x MAIN_NEMS.o module_NEMS_UTILS.o module_MEDIATOR_methods.o module_MEDIATOR.o module_MEDIATOR_SpaceWeather.o module_EARTH_INTERNAL_STATE.o module_EARTH_GRID_COMP.o module_NEMS_INTERNAL_STATE.o module_NEMS_GRID_COMP.o module_NEMS_Rusage.o nems_c_rusage.o /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/libfv3cap.a /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/libfv3core.a /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/libfv3io.a /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/libipd.a /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/libgfsphys.a /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/libfv3cpl.a /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/libstochastic_physics.a /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL/libfms.a ENS_Cpl/ENS_Cpl.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libncep_post_v8.0.1_4.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libnemsio_v2.2.4.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2_v3.1.1_4.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2tmpl_v1.6.0.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libbacio_v2.0.3_4.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_d.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_d.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_d.a /gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/ips/18.0.1/libcrtm_v2.2.6.a /usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng.a /usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib/libjasper.a /usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib/libz.a -L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/lib -Wl,-rpath,/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/lib -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf -L/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib -L/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib -qopenmp -lnetcdff -lhdf5 /usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib/libz.a /usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib/libjasper.a(jas_stream.o): In function `jas_stream_tmpfile': /usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/src/jasper-1.900.29/src/libjasper/base/jas_stream.c:520: warning: the use of `tmpnam' is dangerous, better use `mkstemp' -/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/exe/NEMS.x is created. -make[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src' -+ cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src -+ cp -fp ../exe/NEMS.x /gpfs/dell2/ptmp/Dusan.Jovic/rtgen.125817/exec/fv3_appbuilder.exe -+ cp -fp conf/modules.nems /gpfs/dell2/ptmp/Dusan.Jovic/rtgen.125817/include/modules_appbuilder.fv3 -+ md5sum /gpfs/dell2/ptmp/Dusan.Jovic/rtgen.125817/exec/fv3_appbuilder.exe +/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/exe/NEMS.x is created. +make[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src' ++ cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src ++ cp -fp ../exe/NEMS.x /gpfs/dell2/ptmp/Dusan.Jovic/rtgen.57525/exec/fv3_appbuilder.exe ++ cp -fp conf/modules.nems /gpfs/dell2/ptmp/Dusan.Jovic/rtgen.57525/include/modules_appbuilder.fv3 ++ md5sum /gpfs/dell2/ptmp/Dusan.Jovic/rtgen.57525/exec/fv3_appbuilder.exe + unset md5sum + unset OPTS + set -xe + set -xe -+ test -s /gpfs/dell2/ptmp/Dusan.Jovic/rtgen.125817/exec/fv3_appbuilder.exe -+ test -x /gpfs/dell2/ptmp/Dusan.Jovic/rtgen.125817/exec/fv3_appbuilder.exe ++ test -s /gpfs/dell2/ptmp/Dusan.Jovic/rtgen.57525/exec/fv3_appbuilder.exe ++ test -x /gpfs/dell2/ptmp/Dusan.Jovic/rtgen.57525/exec/fv3_appbuilder.exe ------------------------------------------------------------ -Sender: LSF System -Subject: Job 14193588: in cluster Done +Sender: LSF System +Subject: Job 16107482: in cluster Done -Job was submitted from host by user in cluster at Mon Dec 30 17:52:58 2019 -Job was executed on host(s) , in queue , as user in cluster at Mon Dec 30 17:52:59 2019 +Job was submitted from host by user in cluster at Thu Jan 23 22:10:09 2020 +Job was executed on host(s) , in queue , as user in cluster at Thu Jan 23 22:10:11 2020 was used as the home directory. - was used as the working directory. -Started at Mon Dec 30 17:52:59 2019 -Terminated at Mon Dec 30 18:13:02 2019 -Results reported at Mon Dec 30 18:13:02 2019 + was used as the working directory. +Started at Thu Jan 23 22:10:11 2020 +Terminated at Thu Jan 23 22:29:32 2020 +Results reported at Thu Jan 23 22:29:32 2020 Your job looked like: ------------------------------------------------------------ # LSBATCH: User input -/gpfs/dell3/usrx/local/dev/emc_rocoto/rocoto-1.3.0rc2/sbin/lsfwrapper.sh sh -c "cd /gpfs/dell2/ptmp/Dusan.Jovic/rtgen.125817/src ; ./install.sh fv3_appbuilder.exe" +/gpfs/dell3/usrx/local/dev/emc_rocoto/rocoto-1.3.0rc2/sbin/lsfwrapper.sh sh -c "cd /gpfs/dell2/ptmp/Dusan.Jovic/rtgen.57525/src ; ./install.sh fv3_appbuilder.exe" ------------------------------------------------------------ Successfully completed. Resource usage summary: - CPU time : 1178.35 sec. - Max Memory : 5253 MB - Average Memory : 852.95 MB + CPU time : 1138.86 sec. + Max Memory : 5255 MB + Average Memory : 695.15 MB Total Requested Memory : 6144.00 MB - Delta Memory : 891.00 MB + Delta Memory : 889.00 MB Max Swap : - Max Processes : 12 Max Threads : 14 - Run time : 1203 sec. - Turnaround time : 1204 sec. + Run time : 1166 sec. + Turnaround time : 1163 sec. The output (if any) is above this job summary. -[Mon Dec 30 18:13:02 UTC 2019] /usrx/local/lsf/conf/scripts/ncep_post_exec_shared_ecflow.ksh: /var/lsf/ecflow_post_in.Dusan.Jovic.14193588 file not found or empty. Job is not eligible for ecflow abort notification. +[Thu Jan 23 22:29:32 UTC 2020] /usrx/local/lsf/conf/scripts/ncep_post_exec_shared_ecflow.ksh: /var/lsf/ecflow_post_in.Dusan.Jovic.16107482 file not found or empty. Job is not eligible for ecflow abort notification. diff --git a/log/report-wcoss_dell_p3-log/build_fv3_ww3.exe.log b/log/report-wcoss_dell_p3-log/build_fv3_ww3.exe.log index 51cc73038f..5bc8e57a32 100644 --- a/log/report-wcoss_dell_p3-log/build_fv3_ww3.exe.log +++ b/log/report-wcoss_dell_p3-log/build_fv3_ww3.exe.log @@ -1,27 +1,27 @@ + [[ fv3_ww3.exe == fv3_32bit.exe ]] + [[ fv3_ww3.exe == fv3.exe ]] + [[ fv3_ww3.exe == fv3_ww3.exe ]] -+ rm -f /gpfs/dell2/ptmp/Dusan.Jovic/rtgen.125817/exec/fv3_ww3.exe -+ md5sum=/gpfs/dell2/ptmp/Dusan.Jovic/rtgen.125817/exec/fv3_ww3.exe.md5 ++ rm -f /gpfs/dell2/ptmp/Dusan.Jovic/rtgen.57525/exec/fv3_ww3.exe ++ md5sum=/gpfs/dell2/ptmp/Dusan.Jovic/rtgen.57525/exec/fv3_ww3.exe.md5 + OPTS=app=coupledFV3_WW3 -+ mkdir -p /gpfs/dell2/ptmp/Dusan.Jovic/rtgen.125817/exec /gpfs/dell2/ptmp/Dusan.Jovic/rtgen.125817/include -+ rm -f /gpfs/dell2/ptmp/Dusan.Jovic/rtgen.125817/exec/fv3_ww3.exe /gpfs/dell2/ptmp/Dusan.Jovic/rtgen.125817/include/modules_fv3_ww3 -+ cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model ++ mkdir -p /gpfs/dell2/ptmp/Dusan.Jovic/rtgen.57525/exec /gpfs/dell2/ptmp/Dusan.Jovic/rtgen.57525/include ++ rm -f /gpfs/dell2/ptmp/Dusan.Jovic/rtgen.57525/exec/fv3_ww3.exe /gpfs/dell2/ptmp/Dusan.Jovic/rtgen.57525/include/modules_fv3_ww3 ++ cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model + which aprun which: no aprun in (/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin:/gpfs/dell3/usrx/local/dev/emc_rocoto/emc-utils-1.0.0/bin:/gpfs/dell3/usrx/local/dev/emc_rocoto/rocoto-1.3.0rc2/bin:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc:/gpfs/dell3/usrx/local/dev/emc_rocoto/ruby-2.5.1/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/usr/lpp/mmfs/bin:/opt/ibutils/bin:/opt/dell/srvadmin/bin:/u/Dusan.Jovic/bin:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/dbrowse:/u/Dusan.Jovic/.local/bin) + ./NEMS/NEMSAppBuilder rebuild app=coupledFV3_WW3 ls: cannot access ../conf/component_*.mk: No such file or directory NEMSAppBuilder: make app=coupledFV3_WW3 distclean -Convert /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/coupledFV3_WW3.appBuilder -...into /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/coupledFV3_WW3.appBuilder.mk -Include /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/coupledFV3_WW3.appBuilder.mk -echo 'FMS FV3 WW3' > "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/components.mk" +Convert /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/coupledFV3_WW3.appBuilder +...into /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/coupledFV3_WW3.appBuilder.mk +Include /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/coupledFV3_WW3.appBuilder.mk +echo 'FMS FV3 WW3' > "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/components.mk" Adding FV3 makeopts to FMS makeopts -cat /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/fv3gfs/makefile | sed 's,^include,#include,g' \ - > /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/fv3gfs/makefile.temp.clean -cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/fv3gfs ; \ +cat /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs/makefile | sed 's,^include,#include,g' \ + > /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs/makefile.temp.clean +cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs ; \ exec make -f makefile.temp.clean clean -make[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/fv3gfs' +make[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs' Cleaning fms ... cd .. ; \ @@ -32,117 +32,117 @@ ls: cannot access */*.a: No such file or directory ls: cannot access */*.o: No such file or directory ls: cannot access */*.mod: No such file or directory ls: cannot access */depend: No such file or directory -make[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/fv3gfs' -rm -rf /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/fv3gfs/makefile.temp.clean -cat /dev/null > /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/conf/configure.fv3 -cat /dev/null > /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/conf/modules.fv3 -cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3 ; exec make \ +make[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs' +rm -rf /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs/makefile.temp.clean +cat /dev/null > /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/conf/configure.fv3 +cat /dev/null > /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/conf/modules.fv3 +cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 ; exec make \ -k cleanall FMS_DIR=/dev/null -make[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3' +make[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3' Cleaning ... (cd gfsphysics && make clean) Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics' makefile:278: depend: No such file or directory Building dependencies ... -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics' +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics' Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics' Cleaning gfsphysics ... rm -f -f libgfsphys.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend */*.tmp.f90 -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics' +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics' (cd ccpp/driver && make clean) Build CCPP layer ... -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/driver' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ccpp/driver' makefile:67: depend: No such file or directory Building dependencies ... -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/driver' +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ccpp/driver' Build CCPP layer ... -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/driver' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ccpp/driver' Cleaning CCPP_layer ... rm -f -f libccppdriver.a *__genmod.f90 *.tmp.f90 *.o */*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/driver' +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ccpp/driver' (cd ipd && make clean) Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ipd' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd' makefile:54: depend: No such file or directory Building dependencies ... -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ipd' +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd' Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ipd' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd' Cleaning ipd ... rm -f -f libipd.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ipd' +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd' (cd ../stochastic_physics && make clean) Build standalone FV3 stochastic_physics ... -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/stochastic_physics' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/stochastic_physics' makefile:86: depend: No such file or directory Building dependencies ... -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/stochastic_physics' +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/stochastic_physics' Build standalone FV3 stochastic_physics ... -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/stochastic_physics' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/stochastic_physics' Cleaning stochastic_physics ... rm -f -f libstochastic_physics.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/stochastic_physics' +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/stochastic_physics' (cd io && make clean) Build standalone FV3 io ... $ESMF_INC is [] -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/io' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io' Cleaning io ... rm -f -f libfv3io.a *__genmod.f90 *.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/io' +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io' (cd atmos_cubed_sphere && make clean) Build standalone FV3 fv3core ... -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/atmos_cubed_sphere' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere' Cleaning fv3core ... rm -f -f libfv3core.a *__genmod.f90 */*.o */*/*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/atmos_cubed_sphere' +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere' (cd cpl && make clean) Build standalone FV3 io ... -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/cpl' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl' Cleaning io ... rm -f -f libfv3cpl.a *.o *.mod *.lst *.i90 depend -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/cpl' +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl' rm -f -f fv3.exe libfv3cap.a *.o *.mod *.i90 *.lst depend rm -f -rf nems_dir fv3.mk FV3_INSTALL rm -f -f conf/modules.fv3 rm -f -f conf/configure.fv3 -make[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3' -rm -rf nems_dir FV3_INSTALL /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/conf/configure.fv3 \ - /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/conf/modules.fv3 -rm -rf /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk -. /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model/esmf ; \ -export COMP_SRCDIR="/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model" COMP_BINDIR="/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/WW3_INSTALL" WW3_COMP="wcoss_dell_p3" ; \ +make[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3' +rm -rf nems_dir FV3_INSTALL /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/conf/configure.fv3 \ + /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/conf/modules.fv3 +rm -rf /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk +. /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/esmf ; \ +export COMP_SRCDIR="/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model" COMP_BINDIR="/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/WW3_INSTALL" WW3_COMP="wcoss_dell_p3" ; \ export ESMFMKFILE=/dev/null ; \ exec make distclean @@ -157,96 +157,96 @@ Currently Loaded Modules: -make[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model/esmf' -\rm -f /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model/exe/ww3_multi_esmf *.o *.mod -/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model/bin/w3_clean -c +make[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/esmf' +\rm -f /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/exe/ww3_multi_esmf *.o *.mod +/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/bin/w3_clean -c ***************************** *** WAVEWATCH III clean *** ***************************** - Clean up /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model/tmp - Clean up /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model/bin - Clean up /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model/ftn - Clean up /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model/aux - Remove /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model/mod - Remove /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model/mod_HYB - Remove /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model/mod_SEQ - Remove /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model/obj - Remove /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model/obj_HYB - Remove /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model/obj_SEQ - Remove /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model/tmp - Clean up /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model/bin - Remove /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model/exe - Clean up /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model/../regtests -\rm -fr /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model/tmp -\rm -f /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model/bin/wwatch3.env -make[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model/esmf' -cd "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model" ; \ + Clean up /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/tmp + Clean up /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/bin + Clean up /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/ftn + Clean up /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/aux + Remove /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/mod + Remove /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/mod_HYB + Remove /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/mod_SEQ + Remove /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/obj + Remove /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/obj_HYB + Remove /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/obj_SEQ + Remove /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/tmp + Clean up /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/bin + Remove /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/exe + Clean up /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/../regtests +\rm -fr /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/tmp +\rm -f /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/bin/wwatch3.env +make[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/esmf' +cd "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model" ; \ rm -rf exe mod* obj* tmp ftn/makefile ftn/makefile_DIST \ ftn/makefile_SHRD esmf/wwatch3.env aux/makefile \ bin/link bin/comp ; \ find . -name '*.o' -o -name '*.mod' -o -name '*.a' \ | xargs rm -f -rm -rf /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/WW3_INSTALL /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/WW3_INSTALL/nuopc.mk -if ! test -f /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; then \ - cat /dev/null > /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; \ +rm -rf /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/WW3_INSTALL /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/WW3_INSTALL/nuopc.mk +if ! test -f /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; then \ + cat /dev/null > /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; \ delete_nuopc=yes ; \ fi ; \ -cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src ; make "COMPONENTS=FMS FV3 WW3" \ +cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src ; make "COMPONENTS=FMS FV3 WW3" \ INCLUDES_ARE_OPTIONAL=YES clean ; \ if [ "$delete_nuopc" = yes ] ; then \ - rm -f /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; \ + rm -f /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; \ fi Components in linker order: WW3 FV3 FMS WW3: include -make[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src' +make[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src' GNUmakefile:70: : component WW3 makefile fragment is missing -FV3: include /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk -GNUmakefile:70: /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk: component FV3 makefile fragment is missing -FMS: include /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL/fms.mk -GNUmakefile:70: /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL/fms.mk: component FMS makefile fragment is missing +FV3: include /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk +GNUmakefile:70: /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk: component FV3 makefile fragment is missing +FMS: include /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL/fms.mk +GNUmakefile:70: /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL/fms.mk: component FMS makefile fragment is missing rm -f -f *.tmp.f90 *.lst *.o *.mod lm map cd ENS_Cpl ; make clean -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/ENS_Cpl' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/ENS_Cpl' rm -f -f ENS_Cpl.a *.f90 *.o *.mod *.lst lm map depend -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/ENS_Cpl' -make[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src' -rm -f /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/exe/NEMS.x /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC -rm -f /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/configure.nems /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/externals.nems /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/modules.nems /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/ESMFVersionDefine.h /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/modules.nems.sh /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/modules.nems.csh /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/test-results.mk -rm -f /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/components.mk -rm -f /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/test_results.mk +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/ENS_Cpl' +make[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src' +rm -f /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/exe/NEMS.x /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC +rm -f /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/externals.nems /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/modules.nems /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/ESMFVersionDefine.h /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/modules.nems.sh /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/modules.nems.csh /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/test-results.mk +rm -f /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/components.mk +rm -f /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/test_results.mk NEMSAppBuilder: make app=coupledFV3_WW3 build -Convert /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/coupledFV3_WW3.appBuilder -...into /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/coupledFV3_WW3.appBuilder.mk -Include /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/coupledFV3_WW3.appBuilder.mk -echo 'FMS FV3 WW3' > "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/components.mk" +Convert /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/coupledFV3_WW3.appBuilder +...into /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/coupledFV3_WW3.appBuilder.mk +Include /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/coupledFV3_WW3.appBuilder.mk +echo 'FMS FV3 WW3' > "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/components.mk" Adding FV3 makeopts to FMS makeopts -cp /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/conf/configure.fv3.wcoss_dell_p3 /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/configure.nems -cat /dev/null > /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/externals.nems -cp /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3 /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/modules.nems -cp /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/ESMFVersionDefine_ESMF_NUOPC.h /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/ESMFVersionDefine.h -( echo '. /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc' ; \ -echo 'module use /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf' ; \ -echo 'module load modules.nems' ) > "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/modules.nems.sh" -( echo 'source /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/module-setup.csh.inc' ; \ -echo 'module use /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf' ; \ -echo 'module load modules.nems' ) > "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/modules.nems.csh" -/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/incmake/configure_rules.mk:3: /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/test-results.mk: No such file or directory -make -f /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/incmake/tests.mk \ - MODULE_LOGIC=" . /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack" \ - TARGET="/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/test-results.mk" TEST -make[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS' +cp /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/conf/configure.fv3.wcoss_dell_p3 /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems +cat /dev/null > /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/externals.nems +cp /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3 /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/modules.nems +cp /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/ESMFVersionDefine_ESMF_NUOPC.h /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/ESMFVersionDefine.h +( echo '. /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc' ; \ +echo 'module use /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf' ; \ +echo 'module load modules.nems' ) > "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/modules.nems.sh" +( echo 'source /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/module-setup.csh.inc' ; \ +echo 'module use /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf' ; \ +echo 'module load modules.nems' ) > "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/modules.nems.csh" +/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/incmake/configure_rules.mk:3: /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/test-results.mk: No such file or directory +make -f /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/incmake/tests.mk \ + MODULE_LOGIC=" . /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack" \ + TARGET="/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/test-results.mk" TEST +make[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS' if [ -f "/modules.nems" ] ; then \ - . /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=unlimited ; ulimit -S -s 200000 ; module use /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s ; \ + . /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=unlimited ; ulimit -S -s 200000 ; module use /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s ; \ fi ; \ ( \ echo "# Do not edit this file. It is automatically generated from tests.mk." ; \ echo "CASELESS_FILESYSTEM=NO" ; \ if [ "Q$ESMFMKFILE" != Q ] ; then egrep 'VERSION|^ESMF_[A-Z]*DIR' < "$ESMFMKFILE" ; fi ; \ -) > "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/test-results.mk" -make[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS' -. /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/fv3gfs ; \ +) > "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/test-results.mk" +make[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS' +. /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs ; \ exec make all Currently Loaded Modules: @@ -260,10 +260,10 @@ Currently Loaded Modules: -make[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/fv3gfs' +make[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs' Building dependencies ... -make[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/fv3gfs' -make[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/fv3gfs' +make[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs' +make[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs' mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_parameter.F90 -o ../mpp/mpp_parameter.o Using 8-byte addressing Using pure routines. @@ -554,18 +554,18 @@ a - ../mosaic/mosaic_util.o a - ../mosaic/read_mosaic.o a - ../mpp/nsclock.o a - ../mpp/threadloc.o -mkdir -p "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL" -mv fms.mk "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL/." -cp -fp *.a *.mod ../include/*.h "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL"/. -make[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/fv3gfs' -test -d /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -Compiling into /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL on wcoss -cp -fp /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/configure.nems \ - "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3"/conf/configure.fv3 -cp -fp /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/modules.nems \ - "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3"/conf/modules.fv3 -. /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3 ; \ - exec make COMP=FV3 COMP_SRCDIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3 COMP_BINDIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL MACHINE_ID=wcoss FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL nemsinstall +mkdir -p "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL" +mv fms.mk "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL/." +cp -fp *.a *.mod ../include/*.h "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL"/. +make[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs' +test -d /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL +Compiling into /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL on wcoss +cp -fp /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems \ + "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3"/conf/configure.fv3 +cp -fp /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/modules.nems \ + "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3"/conf/modules.fv3 +. /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 ; \ + exec make COMP=FV3 COMP_SRCDIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 COMP_BINDIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL MACHINE_ID=wcoss FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL nemsinstall Currently Loaded Modules: 1) ips/18.0.1.163 8) sp/2.0.3 15) jasper/1.900.29 @@ -578,195 +578,195 @@ Currently Loaded Modules: -make[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3' +make[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3' Building dependencies ... -make[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3' -make[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3' -make -C cpl FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL +make[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3' +make[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3' +make -C cpl FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL Build standalone FV3 io ... -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/cpl' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl' Building dependencies ... -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/cpl' +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl' Build standalone FV3 io ... -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/cpl' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl' mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -c module_cplfields.F90 mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -c module_cap_cpl.F90 ar rv libfv3cpl.a module_cplfields.o module_cap_cpl.o ar: creating libfv3cpl.a a - module_cplfields.o a - module_cap_cpl.o -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/cpl' -make -C gfsphysics FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl' +make -C gfsphysics FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics' makefile:278: depend: No such file or directory Building dependencies ... -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics' +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics' Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics' -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/machine.F -o physics/machine.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cnvc90.f -o physics/cnvc90.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/co2hc.f -o physics/co2hc.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/date_def.f -o physics/date_def.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/physcons.F90 -o physics/physcons.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/dcyc2.f -o physics/dcyc2.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/dcyc2.pre.rad.f -o physics/dcyc2.pre.rad.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/efield.f -o physics/efield.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/tracer_const_h.f -o physics/tracer_const_h.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/get_prs.f -o physics/get_prs.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gocart_tracer_config_stub.f -o physics/gocart_tracer_config_stub.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/funcphys.f90 -o physics/funcphys.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gscond.f -o physics/gscond.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gscondp.f -o physics/gscondp.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gwdc.f -o physics/gwdc.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gwdps.f -o physics/gwdps.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_initialize.F90 -o physics/cires_ugwp_initialize.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_module.F90 -o physics/cires_ugwp_module.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ugwp_driver_v0.f -o physics/ugwp_driver_v0.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_orowam2017.f -o physics/cires_orowam2017.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2o_def.f -o physics/h2o_def.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2oc.f -o physics/h2oc.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2ohdc.f -o physics/h2ohdc.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2ophys.f -o physics/h2ophys.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ideaca.f -o physics/ideaca.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_composition.f -o physics/idea_composition.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_co2.f -o physics/idea_co2.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_dissipation.f -o physics/idea_dissipation.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_h2o.f -o physics/idea_h2o.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/wam_f107_kp_mod.f90 -o physics/wam_f107_kp_mod.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_ion.f -o physics/idea_ion.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_o2_o3.f -o physics/idea_o2_o3.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_phys.f -o physics/idea_phys.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_solar_heating.f -o physics/idea_solar_heating.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_tracer.f -o physics/idea_tracer.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/iounitdef.f -o physics/iounitdef.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/lrgsclr.f -o physics/lrgsclr.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mersenne_twister.f -o physics/mersenne_twister.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfpbl.f -o physics/mfpbl.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfpblt.f -o physics/mfpblt.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfpbltq.f -o physics/mfpbltq.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfscu.f -o physics/mfscu.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfscuq.f -o physics/mfscuq.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_bfmicrophysics.f -o physics/module_bfmicrophysics.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninedmf.f -o physics/moninedmf.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninedmf_hafs.f -o physics/moninedmf_hafs.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninp.f -o physics/moninp.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninp1.f -o physics/moninp1.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninq.f -o physics/moninq.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninq1.f -o physics/moninq1.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninshoc.f -o physics/moninshoc.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstadb.f -o physics/mstadb.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstadbtn.f -o physics/mstadbtn.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstadbtn2.f -o physics/mstadbtn2.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstcnv.f -o physics/mstcnv.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/namelist_soilveg.f -o physics/namelist_soilveg.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozne_def.f -o physics/ozne_def.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/iccn_def.f -o physics/iccn_def.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/aerclm_def.f -o physics/aerclm_def.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozphys.f -o physics/ozphys.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozphys_2015.f -o physics/ozphys_2015.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/physparam.f -o physics/physparam.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/precpd.f -o physics/precpd.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/precpd_shoc.f -o physics/precpd_shoc.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/precpdp.f -o physics/precpdp.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/progtm_module.f -o physics/progtm_module.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/progt2.f -o physics/progt2.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/surface_perturbation.F90 -o physics/surface_perturbation.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radlw_param.f -o physics/radlw_param.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radlw_datatb.f -o physics/radlw_datatb.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radlw_main.f -o physics/radlw_main.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radsw_param.f -o physics/radsw_param.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rascnvv2.f -o physics/rascnvv2.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/GFDL_parse_tracers.F90 -o physics/GFDL_parse_tracers.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_typedefs.F90 -o GFS_layer/GFS_typedefs.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gfs_phy_tracer_config.F -o physics/gfs_phy_tracer_config.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX-I -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_aerosols.f -o physics/radiation_aerosols.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_astronomy.f -o physics/radiation_astronomy.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_surface.f -o physics/radiation_surface.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radsw_datatb.f -o physics/radsw_datatb.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radsw_main.f -o physics/radsw_main.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_gases.f -o physics/radiation_gases.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_clouds.f -o physics/radiation_clouds.o +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics' +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/machine.F -o physics/machine.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cnvc90.f -o physics/cnvc90.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/co2hc.f -o physics/co2hc.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/date_def.f -o physics/date_def.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/physcons.F90 -o physics/physcons.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/dcyc2.f -o physics/dcyc2.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/dcyc2.pre.rad.f -o physics/dcyc2.pre.rad.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/efield.f -o physics/efield.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/tracer_const_h.f -o physics/tracer_const_h.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/get_prs.f -o physics/get_prs.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gocart_tracer_config_stub.f -o physics/gocart_tracer_config_stub.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/funcphys.f90 -o physics/funcphys.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gscond.f -o physics/gscond.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gscondp.f -o physics/gscondp.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gwdc.f -o physics/gwdc.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gwdps.f -o physics/gwdps.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_initialize.F90 -o physics/cires_ugwp_initialize.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_module.F90 -o physics/cires_ugwp_module.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ugwp_driver_v0.f -o physics/ugwp_driver_v0.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_orowam2017.f -o physics/cires_orowam2017.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2o_def.f -o physics/h2o_def.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2oc.f -o physics/h2oc.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2ohdc.f -o physics/h2ohdc.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2ophys.f -o physics/h2ophys.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ideaca.f -o physics/ideaca.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_composition.f -o physics/idea_composition.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_co2.f -o physics/idea_co2.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_dissipation.f -o physics/idea_dissipation.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_h2o.f -o physics/idea_h2o.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/wam_f107_kp_mod.f90 -o physics/wam_f107_kp_mod.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_ion.f -o physics/idea_ion.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_o2_o3.f -o physics/idea_o2_o3.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_phys.f -o physics/idea_phys.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_solar_heating.f -o physics/idea_solar_heating.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_tracer.f -o physics/idea_tracer.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/iounitdef.f -o physics/iounitdef.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/lrgsclr.f -o physics/lrgsclr.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mersenne_twister.f -o physics/mersenne_twister.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfpbl.f -o physics/mfpbl.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfpblt.f -o physics/mfpblt.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfpbltq.f -o physics/mfpbltq.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfscu.f -o physics/mfscu.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfscuq.f -o physics/mfscuq.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_bfmicrophysics.f -o physics/module_bfmicrophysics.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninedmf.f -o physics/moninedmf.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninedmf_hafs.f -o physics/moninedmf_hafs.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninp.f -o physics/moninp.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninp1.f -o physics/moninp1.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninq.f -o physics/moninq.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninq1.f -o physics/moninq1.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninshoc.f -o physics/moninshoc.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstadb.f -o physics/mstadb.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstadbtn.f -o physics/mstadbtn.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstadbtn2.f -o physics/mstadbtn2.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstcnv.f -o physics/mstcnv.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/namelist_soilveg.f -o physics/namelist_soilveg.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozne_def.f -o physics/ozne_def.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/iccn_def.f -o physics/iccn_def.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/aerclm_def.f -o physics/aerclm_def.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozphys.f -o physics/ozphys.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozphys_2015.f -o physics/ozphys_2015.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/physparam.f -o physics/physparam.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/precpd.f -o physics/precpd.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/precpd_shoc.f -o physics/precpd_shoc.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/precpdp.f -o physics/precpdp.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/progtm_module.f -o physics/progtm_module.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/progt2.f -o physics/progt2.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/surface_perturbation.F90 -o physics/surface_perturbation.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radlw_param.f -o physics/radlw_param.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radlw_datatb.f -o physics/radlw_datatb.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radlw_main.f -o physics/radlw_main.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radsw_param.f -o physics/radsw_param.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rascnvv2.f -o physics/rascnvv2.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/GFDL_parse_tracers.F90 -o physics/GFDL_parse_tracers.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_typedefs.F90 -o GFS_layer/GFS_typedefs.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gfs_phy_tracer_config.F -o physics/gfs_phy_tracer_config.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX-I -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_aerosols.f -o physics/radiation_aerosols.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_astronomy.f -o physics/radiation_astronomy.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_surface.f -o physics/radiation_surface.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radsw_datatb.f -o physics/radsw_datatb.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radsw_main.f -o physics/radsw_main.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_gases.f -o physics/radiation_gases.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_clouds.f -o physics/radiation_clouds.o mpiicc -E -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML GFS_layer/GFS_radiation_driver.F90 > GFS_layer/GFS_radiation_driver.tmp.f90 -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_radiation_driver.tmp.f90 -o GFS_layer/GFS_radiation_driver.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rad_initialize.f -o physics/rad_initialize.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rayleigh_damp.f -o physics/rayleigh_damp.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rayleigh_damp_mesopause.f -o physics/rayleigh_damp_mesopause.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/samfaerosols.f -o physics/samfaerosols.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/samfdeepcnv.f -o physics/samfdeepcnv.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/samfshalcnv.f -o physics/samfshalcnv.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sascnv.f -o physics/sascnv.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sascnvn.f -o physics/sascnvn.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/satmedmfvdif.f -o physics/satmedmfvdif.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/satmedmfvdifq.f -o physics/satmedmfvdifq.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/set_soilveg.f -o physics/set_soilveg.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_cice.f -o physics/sfc_cice.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_diag.f -o physics/sfc_diag.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_diff.f -o physics/sfc_diff.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_drv.f -o physics/sfc_drv.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_wrf_utl.f90 -o physics/module_wrf_utl.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_sf_noahmp_glacier.f90 -o physics/module_sf_noahmp_glacier.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/noahmp_tables.f90 -o physics/noahmp_tables.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_sf_noahmplsm.f90 -o physics/module_sf_noahmplsm.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_noahmp_drv.f -o physics/sfc_noahmp_drv.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_nst_parameters.f90 -o physics/module_nst_parameters.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_nst_water_prop.f90 -o physics/module_nst_water_prop.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_nst_model.f90 -o physics/module_nst_model.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_nst.f -o physics/sfc_nst.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_ocean.f -o physics/sfc_ocean.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_sice.f -o physics/sfc_sice.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sflx.f -o physics/sflx.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcnv.f -o physics/shalcnv.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv.f -o physics/shalcv.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv_1lyr.f -o physics/shalcv_1lyr.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv_fixdp.f -o physics/shalcv_fixdp.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv_opr.f -o physics/shalcv_opr.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/tridi2t3.f -o physics/tridi2t3.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/calpreciptype.f90 -o physics/calpreciptype.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gcm_shoc.f90 -o physics/gcm_shoc.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/get_prs_fv3.f90 -o physics/get_prs_fv3.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2ointerp.f90 -o physics/h2ointerp.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozinterp.f90 -o physics/ozinterp.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/iccninterp.f90 -o physics/iccninterp.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/aerinterp.f90 -o physics/aerinterp.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/aer_cloud.F -o physics/aer_cloud.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/wv_saturation.F -o physics/wv_saturation.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cldmacro.F -o physics/cldmacro.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cldwat2m_micro.F -o physics/cldwat2m_micro.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/num_parthds.F -o physics/num_parthds.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfcsub.F -o physics/sfcsub.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gcycle.F90 -o physics/gcycle.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_utils.F90 -o physics/cires_ugwp_utils.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_triggers.F90 -o physics/cires_ugwp_triggers.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_solvers.F90 -o physics/cires_ugwp_solvers.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_vert_lsatdis.F90 -o physics/cires_vert_lsatdis.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_vert_orodis.F90 -o physics/cires_vert_orodis.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_vert_wmsdis.F90 -o physics/cires_vert_wmsdis.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_mp_radar.F90 -o physics/module_mp_radar.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gfdl_cloud_microphys.F90 -o physics/gfdl_cloud_microphys.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/micro_mg_utils.F90 -o physics/micro_mg_utils.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/micro_mg2_0.F90 -o physics/micro_mg2_0.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/micro_mg3_0.F90 -o physics/micro_mg3_0.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/m_micro_driver.F90 -o physics/m_micro_driver.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cs_conv.F90 -o physics/cs_conv.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/GFS_debug.F90 -o physics/GFS_debug.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_mp_thompson_gfs.F90 -o physics/module_mp_thompson_gfs.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_mp_wsm6_fv3.F90 -o physics/module_mp_wsm6_fv3.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -O0 -c GFS_layer/GFS_diagnostics.F90 -o GFS_layer/GFS_diagnostics.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_restart.F90 -o GFS_layer/GFS_restart.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_radiation_driver.tmp.f90 -o GFS_layer/GFS_radiation_driver.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rad_initialize.f -o physics/rad_initialize.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rayleigh_damp.f -o physics/rayleigh_damp.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rayleigh_damp_mesopause.f -o physics/rayleigh_damp_mesopause.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/samfaerosols.f -o physics/samfaerosols.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/samfdeepcnv.f -o physics/samfdeepcnv.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/samfshalcnv.f -o physics/samfshalcnv.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sascnv.f -o physics/sascnv.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sascnvn.f -o physics/sascnvn.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/satmedmfvdif.f -o physics/satmedmfvdif.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/satmedmfvdifq.f -o physics/satmedmfvdifq.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/set_soilveg.f -o physics/set_soilveg.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_cice.f -o physics/sfc_cice.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_diag.f -o physics/sfc_diag.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_diff.f -o physics/sfc_diff.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_drv.f -o physics/sfc_drv.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_wrf_utl.f90 -o physics/module_wrf_utl.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_sf_noahmp_glacier.f90 -o physics/module_sf_noahmp_glacier.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/noahmp_tables.f90 -o physics/noahmp_tables.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_sf_noahmplsm.f90 -o physics/module_sf_noahmplsm.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_noahmp_drv.f -o physics/sfc_noahmp_drv.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_nst_parameters.f90 -o physics/module_nst_parameters.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_nst_water_prop.f90 -o physics/module_nst_water_prop.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_nst_model.f90 -o physics/module_nst_model.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_nst.f -o physics/sfc_nst.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_ocean.f -o physics/sfc_ocean.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_sice.f -o physics/sfc_sice.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sflx.f -o physics/sflx.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcnv.f -o physics/shalcnv.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv.f -o physics/shalcv.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv_1lyr.f -o physics/shalcv_1lyr.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv_fixdp.f -o physics/shalcv_fixdp.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv_opr.f -o physics/shalcv_opr.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/tridi2t3.f -o physics/tridi2t3.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/calpreciptype.f90 -o physics/calpreciptype.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gcm_shoc.f90 -o physics/gcm_shoc.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/get_prs_fv3.f90 -o physics/get_prs_fv3.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2ointerp.f90 -o physics/h2ointerp.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozinterp.f90 -o physics/ozinterp.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/iccninterp.f90 -o physics/iccninterp.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/aerinterp.f90 -o physics/aerinterp.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/aer_cloud.F -o physics/aer_cloud.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/wv_saturation.F -o physics/wv_saturation.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cldmacro.F -o physics/cldmacro.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cldwat2m_micro.F -o physics/cldwat2m_micro.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/num_parthds.F -o physics/num_parthds.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfcsub.F -o physics/sfcsub.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gcycle.F90 -o physics/gcycle.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_utils.F90 -o physics/cires_ugwp_utils.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_triggers.F90 -o physics/cires_ugwp_triggers.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_solvers.F90 -o physics/cires_ugwp_solvers.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_vert_lsatdis.F90 -o physics/cires_vert_lsatdis.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_vert_orodis.F90 -o physics/cires_vert_orodis.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_vert_wmsdis.F90 -o physics/cires_vert_wmsdis.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_mp_radar.F90 -o physics/module_mp_radar.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gfdl_cloud_microphys.F90 -o physics/gfdl_cloud_microphys.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/micro_mg_utils.F90 -o physics/micro_mg_utils.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/micro_mg2_0.F90 -o physics/micro_mg2_0.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/micro_mg3_0.F90 -o physics/micro_mg3_0.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/m_micro_driver.F90 -o physics/m_micro_driver.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cs_conv.F90 -o physics/cs_conv.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/GFS_debug.F90 -o physics/GFS_debug.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_mp_thompson_gfs.F90 -o physics/module_mp_thompson_gfs.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_mp_wsm6_fv3.F90 -o physics/module_mp_wsm6_fv3.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -O0 -c GFS_layer/GFS_diagnostics.F90 -o GFS_layer/GFS_diagnostics.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_restart.F90 -o GFS_layer/GFS_restart.o mpiicc -E -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML GFS_layer/GFS_physics_driver.F90 > GFS_layer/GFS_physics_driver.tmp.f90 -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_physics_driver.tmp.f90 -o GFS_layer/GFS_physics_driver.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_physics_driver.tmp.f90 -o GFS_layer/GFS_physics_driver.o mpiicc -E -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML GFS_layer/GFS_driver.F90 > GFS_layer/GFS_driver.tmp.f90 -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_driver.tmp.f90 -o GFS_layer/GFS_driver.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_abstraction_layer.F90 -o GFS_layer/GFS_abstraction_layer.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_driver.tmp.f90 -o GFS_layer/GFS_driver.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_abstraction_layer.F90 -o GFS_layer/GFS_abstraction_layer.o ar rv libgfsphys.a physics/cnvc90.o physics/co2hc.o physics/date_def.o physics/dcyc2.o physics/dcyc2.pre.rad.o physics/efield.o physics/get_prs.o physics/gocart_tracer_config_stub.o physics/gscond.o physics/gscondp.o physics/gwdc.o physics/gwdps.o physics/ugwp_driver_v0.o physics/cires_orowam2017.o physics/h2o_def.o physics/h2oc.o physics/h2ohdc.o physics/h2ophys.o physics/ideaca.o physics/idea_co2.o physics/idea_composition.o physics/idea_dissipation.o physics/idea_h2o.o physics/idea_ion.o physics/idea_o2_o3.o physics/idea_phys.o physics/idea_solar_heating.o physics/idea_tracer.o physics/iounitdef.o physics/lrgsclr.o physics/mersenne_twister.o physics/mfpbl.o physics/mfpblt.o physics/mfpbltq.o physics/mfscu.o physics/mfscuq.o physics/module_bfmicrophysics.o physics/moninedmf.o physics/moninedmf_hafs.o physics/moninp.o physics/moninp1.o physics/moninq.o physics/moninq1.o physics/moninshoc.o physics/mstadb.o physics/mstadbtn.o physics/mstadbtn2.o physics/mstcnv.o physics/namelist_soilveg.o physics/ozne_def.o physics/iccn_def.o physics/aerclm_def.o physics/ozphys.o physics/ozphys_2015.o physics/physparam.o physics/precpd.o physics/precpd_shoc.o physics/precpdp.o physics/progt2.o physics/progtm_module.o physics/rad_initialize.o physics/radiation_aerosols.o physics/radiation_astronomy.o physics/radiation_clouds.o physics/radiation_gases.o physics/radiation_surface.o physics/radlw_datatb.o physics/radlw_main.o physics/radlw_param.o physics/radsw_datatb.o physics/radsw_main.o physics/radsw_param.o physics/rascnvv2.o physics/rayleigh_damp.o physics/rayleigh_damp_mesopause.o physics/samfaerosols.o physics/samfdeepcnv.o physics/samfshalcnv.o physics/sascnv.o physics/sascnvn.o physics/satmedmfvdif.o physics/satmedmfvdifq.o physics/set_soilveg.o physics/sfc_cice.o physics/sfc_diag.o physics/sfc_diff.o physics/sfc_drv.o physics/sfc_noahmp_drv.o physics/sfc_nst.o physics/sfc_ocean.o physics/sfc_sice.o physics/sflx.o physics/shalcnv.o physics/shalcv.o physics/shalcv_1lyr.o physics/shalcv_fixdp.o physics/shalcv_opr.o physics/tracer_const_h.o physics/tridi2t3.o physics/calpreciptype.o physics/funcphys.o physics/gcm_shoc.o physics/get_prs_fv3.o physics/h2ointerp.o physics/module_nst_model.o physics/module_nst_parameters.o physics/module_nst_water_prop.o physics/ozinterp.o physics/module_wrf_utl.o physics/noahmp_tables.o physics/module_sf_noahmplsm.o physics/module_sf_noahmp_glacier.o physics/iccninterp.o physics/aerinterp.o physics/wam_f107_kp_mod.o physics/aer_cloud.o physics/cldmacro.o physics/cldwat2m_micro.o physics/gfs_phy_tracer_config.o physics/machine.o physics/num_parthds.o physics/sfcsub.o physics/wv_saturation.o physics/GFDL_parse_tracers.o physics/gcycle.o physics/cires_ugwp_initialize.o physics/cires_ugwp_module.o physics/cires_ugwp_utils.o physics/cires_ugwp_triggers.o physics/cires_ugwp_solvers.o physics/cires_vert_lsatdis.o physics/cires_vert_orodis.o physics/cires_vert_wmsdis.o physics/gfdl_cloud_microphys.o physics/micro_mg_utils.o physics/micro_mg2_0.o physics/micro_mg3_0.o physics/m_micro_driver.o physics/cs_conv.o physics/GFS_debug.o physics/module_mp_radar.o physics/module_mp_thompson_gfs.o physics/module_mp_wsm6_fv3.o physics/physcons.o physics/surface_perturbation.o GFS_layer/GFS_abstraction_layer.o GFS_layer/GFS_diagnostics.o GFS_layer/GFS_driver.o GFS_layer/GFS_physics_driver.o GFS_layer/GFS_radiation_driver.o GFS_layer/GFS_restart.o GFS_layer/GFS_typedefs.o ar: creating libgfsphys.a a - physics/cnvc90.o @@ -921,48 +921,48 @@ a - GFS_layer/GFS_physics_driver.o a - GFS_layer/GFS_radiation_driver.o a - GFS_layer/GFS_restart.o a - GFS_layer/GFS_typedefs.o -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics' -make -C ipd FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics' +make -C ipd FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ipd' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd' makefile:54: depend: No such file or directory Building dependencies ... -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ipd' +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd' Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ipd' -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../namphysics -c IPD_typedefs.F90 -o IPD_typedefs.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../namphysics -c IPD_driver.F90 -o IPD_driver.o +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd' +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../namphysics -c IPD_typedefs.F90 -o IPD_typedefs.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../namphysics -c IPD_driver.F90 -o IPD_driver.o ar rv libipd.a IPD_driver.o IPD_typedefs.o ar: creating libipd.a a - IPD_driver.o a - IPD_typedefs.o -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ipd' -make -C io FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd' +make -C io FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL Build standalone FV3 io ... $ESMF_INC is [-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include] -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/io' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io' Building dependencies ... -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/io' +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io' Build standalone FV3 io ... $ESMF_INC is [-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include] -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/io' -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -c ffsync.F90 -o ffsync.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -c FV3GFS_io.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -c module_fv3_io_def.F90 -o module_fv3_io_def.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -c module_write_internal_state.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ncep_post_v8.0.1_4 -c post_gfs.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ncep_post_v8.0.1_4 -c post_nems_routines.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/nemsio_v2.2.4 -c module_write_nemsio.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/nemsio_v2.2.4 -c module_write_netcdf.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -c module_wrt_grid_comp.F90 +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io' +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -c ffsync.F90 -o ffsync.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -c FV3GFS_io.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -c module_fv3_io_def.F90 -o module_fv3_io_def.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -c module_write_internal_state.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ncep_post_v8.0.1_4 -c post_gfs.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ncep_post_v8.0.1_4 -c post_nems_routines.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/nemsio_v2.2.4 -c module_write_nemsio.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/nemsio_v2.2.4 -c module_write_netcdf.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -c module_wrt_grid_comp.F90 ar rv libfv3io.a ffsync.o FV3GFS_io.o post_gfs.o post_nems_routines.o module_write_nemsio.o module_write_netcdf.o module_fv3_io_def.o module_write_internal_state.o module_wrt_grid_comp.o ar: creating libfv3io.a a - ffsync.o @@ -974,66 +974,66 @@ a - module_write_netcdf.o a - module_fv3_io_def.o a - module_write_internal_state.o a - module_wrt_grid_comp.o -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/io' -make -C atmos_cubed_sphere FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io' +make -C atmos_cubed_sphere FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL Build standalone FV3 fv3core ... -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/atmos_cubed_sphere' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere' Building dependencies ... -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/atmos_cubed_sphere' +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere' Build standalone FV3 fv3core ... -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/atmos_cubed_sphere' -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_arrays.F90 -o model/fv_arrays.o +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere' +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_arrays.F90 -o model/fv_arrays.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_mp_mod.F90 -o tools/fv_mp_mod.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_timing.F90 -o tools/fv_timing.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/external_sst.F90 -o tools/external_sst.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_eta.F90 -o tools/fv_eta.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_grid_utils.F90 -o model/fv_grid_utils.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_mp_mod.F90 -o tools/fv_mp_mod.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_timing.F90 -o tools/fv_timing.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/external_sst.F90 -o tools/external_sst.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_eta.F90 -o tools/fv_eta.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_grid_utils.F90 -o model/fv_grid_utils.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/a2b_edge.F90 -o model/a2b_edge.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/multi_gases.F90 -o model/multi_gases.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/boundary.F90 -o model/boundary.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_sg.F90 -o model/fv_sg.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_fill.F90 -o model/fv_fill.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_cmp.F90 -o model/fv_cmp.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -fast-transcendentals -c model/fv_mapz.F90 -o model/fv_mapz.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_surf_map.F90 -o tools/fv_surf_map.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_diagnostics.F90 -o tools/fv_diagnostics.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/init_hydro.F90 -o tools/init_hydro.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/sorted_index.F90 -o tools/sorted_index.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_grid_tools.F90 -o tools/fv_grid_tools.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/test_cases.F90 -o tools/test_cases.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/tp_core.F90 -o model/tp_core.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/sw_core.F90 -o model/sw_core.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/sim_nc_mod.F90 -o tools/sim_nc_mod.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_nudge.F90 -o tools/fv_nudge.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_regional_bc.F90 -o model/fv_regional_bc.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -fast-transcendentals -c model/nh_utils.F90 -o model/nh_utils.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/nh_core.F90 -o model/nh_core.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_update_phys.F90 -o model/fv_update_phys.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/dyn_core.F90 -o model/dyn_core.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_io.F90 -o tools/fv_io.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_treat_da_inc.F90 -o tools/fv_treat_da_inc.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/external_ic.F90 -o tools/external_ic.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_restart.F90 -o tools/fv_restart.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_control.F90 -o model/fv_control.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_tracer2d.F90 -o model/fv_tracer2d.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_nesting.F90 -o model/fv_nesting.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_dynamics.F90 -o model/fv_dynamics.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_iau_mod.F90 -o tools/fv_iau_mod.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c driver/fvGFS/DYCORE_typedefs.F90 -o driver/fvGFS/DYCORE_typedefs.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -c driver/fvGFS/fv_nggps_diag.F90 -o driver/fvGFS/fv_nggps_diag.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -c driver/fvGFS/atmosphere.F90 -o driver/fvGFS/atmosphere.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/a2b_edge.F90 -o model/a2b_edge.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/multi_gases.F90 -o model/multi_gases.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/boundary.F90 -o model/boundary.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_sg.F90 -o model/fv_sg.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_fill.F90 -o model/fv_fill.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_cmp.F90 -o model/fv_cmp.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -fast-transcendentals -c model/fv_mapz.F90 -o model/fv_mapz.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_surf_map.F90 -o tools/fv_surf_map.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_diagnostics.F90 -o tools/fv_diagnostics.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/init_hydro.F90 -o tools/init_hydro.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/sorted_index.F90 -o tools/sorted_index.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_grid_tools.F90 -o tools/fv_grid_tools.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/test_cases.F90 -o tools/test_cases.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/tp_core.F90 -o model/tp_core.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/sw_core.F90 -o model/sw_core.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/sim_nc_mod.F90 -o tools/sim_nc_mod.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_nudge.F90 -o tools/fv_nudge.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_regional_bc.F90 -o model/fv_regional_bc.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -fast-transcendentals -c model/nh_utils.F90 -o model/nh_utils.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/nh_core.F90 -o model/nh_core.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_update_phys.F90 -o model/fv_update_phys.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/dyn_core.F90 -o model/dyn_core.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_io.F90 -o tools/fv_io.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_treat_da_inc.F90 -o tools/fv_treat_da_inc.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/external_ic.F90 -o tools/external_ic.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_restart.F90 -o tools/fv_restart.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_control.F90 -o model/fv_control.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_tracer2d.F90 -o model/fv_tracer2d.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_nesting.F90 -o model/fv_nesting.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_dynamics.F90 -o model/fv_dynamics.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_iau_mod.F90 -o tools/fv_iau_mod.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c driver/fvGFS/DYCORE_typedefs.F90 -o driver/fvGFS/DYCORE_typedefs.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -c driver/fvGFS/fv_nggps_diag.F90 -o driver/fvGFS/fv_nggps_diag.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -c driver/fvGFS/atmosphere.F90 -o driver/fvGFS/atmosphere.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. @@ -1080,49 +1080,49 @@ a - tools/test_cases.o a - driver/fvGFS/DYCORE_typedefs.o a - driver/fvGFS/fv_nggps_diag.o a - driver/fvGFS/atmosphere.o -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/atmos_cubed_sphere' -make -C ../stochastic_physics FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere' +make -C ../stochastic_physics FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit Build standalone FV3 stochastic_physics ... -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/stochastic_physics' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/stochastic_physics' makefile:86: depend: No such file or directory Building dependencies ... -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/stochastic_physics' +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/stochastic_physics' Build standalone FV3 stochastic_physics ... -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/stochastic_physics' -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_gg_def.f -o stochy_gg_def.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_resol_def.f -o stochy_resol_def.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_layout_lag.f -o stochy_layout_lag.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c spectral_layout.F90 -o spectral_layout.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c four_to_grid_stochy.F -o four_to_grid_stochy.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c glats_stochy.f -o glats_stochy.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c sumfln_stochy.f -o sumfln_stochy.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c gozrineo_stochy.f -o gozrineo_stochy.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c num_parthds_stochy.f -o num_parthds_stochy.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c get_ls_node_stochy.f -o get_ls_node_stochy.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c get_lats_node_a_stochy.f -o get_lats_node_a_stochy.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c setlats_a_stochy.f -o setlats_a_stochy.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c setlats_lag_stochy.f -o setlats_lag_stochy.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c epslon_stochy.f -o epslon_stochy.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c getcon_lag_stochy.f -o getcon_lag_stochy.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c pln2eo_stochy.f -o pln2eo_stochy.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c dozeuv_stochy.f -o dozeuv_stochy.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c dezouv_stochy.f -o dezouv_stochy.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c update_ca.f90 -o update_ca.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c cellular_automata.f90 -o cellular_automata.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c plumes.f90 -o plumes.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_internal_state_mod.F90 -o stochy_internal_state_mod.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c getcon_spectral.F90 -o getcon_spectral.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_namelist_def.F90 -o stochy_namelist_def.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c compns_stochy.F90 -o compns_stochy.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_patterngenerator.F90 -o stochy_patterngenerator.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c initialize_spectral_mod.F90 -o initialize_spectral_mod.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_data_mod.F90 -o stochy_data_mod.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c get_stochy_pattern.F90 -o get_stochy_pattern.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochastic_physics.F90 -o stochastic_physics.o +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/stochastic_physics' +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_gg_def.f -o stochy_gg_def.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_resol_def.f -o stochy_resol_def.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_layout_lag.f -o stochy_layout_lag.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c spectral_layout.F90 -o spectral_layout.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c four_to_grid_stochy.F -o four_to_grid_stochy.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c glats_stochy.f -o glats_stochy.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c sumfln_stochy.f -o sumfln_stochy.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c gozrineo_stochy.f -o gozrineo_stochy.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c num_parthds_stochy.f -o num_parthds_stochy.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c get_ls_node_stochy.f -o get_ls_node_stochy.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c get_lats_node_a_stochy.f -o get_lats_node_a_stochy.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c setlats_a_stochy.f -o setlats_a_stochy.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c setlats_lag_stochy.f -o setlats_lag_stochy.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c epslon_stochy.f -o epslon_stochy.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c getcon_lag_stochy.f -o getcon_lag_stochy.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c pln2eo_stochy.f -o pln2eo_stochy.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c dozeuv_stochy.f -o dozeuv_stochy.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c dezouv_stochy.f -o dezouv_stochy.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c update_ca.f90 -o update_ca.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c cellular_automata.f90 -o cellular_automata.o +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c plumes.f90 -o plumes.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_internal_state_mod.F90 -o stochy_internal_state_mod.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c getcon_spectral.F90 -o getcon_spectral.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_namelist_def.F90 -o stochy_namelist_def.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c compns_stochy.F90 -o compns_stochy.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_patterngenerator.F90 -o stochy_patterngenerator.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c initialize_spectral_mod.F90 -o initialize_spectral_mod.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_data_mod.F90 -o stochy_data_mod.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c get_stochy_pattern.F90 -o get_stochy_pattern.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochastic_physics.F90 -o stochastic_physics.o ar rv libstochastic_physics.a stochy_gg_def.o stochy_resol_def.o stochy_layout_lag.o four_to_grid_stochy.o glats_stochy.o sumfln_stochy.o gozrineo_stochy.o num_parthds_stochy.o get_ls_node_stochy.o get_lats_node_a_stochy.o setlats_a_stochy.o setlats_lag_stochy.o epslon_stochy.o getcon_lag_stochy.o pln2eo_stochy.o dozeuv_stochy.o dezouv_stochy.o cellular_automata.o update_ca.o plumes.o spectral_layout.o getcon_spectral.o stochy_namelist_def.o compns_stochy.o stochy_internal_state_mod.o stochastic_physics.o stochy_patterngenerator.o stochy_data_mod.o get_stochy_pattern.o initialize_spectral_mod.o ar: creating libstochastic_physics.a a - stochy_gg_def.o @@ -1155,14 +1155,14 @@ a - stochy_patterngenerator.o a - stochy_data_mod.o a - get_stochy_pattern.o a - initialize_spectral_mod.o -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/stochastic_physics' -make libfv3cap.a FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3' -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -c module_fv3_config.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -c atmos_model.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -c module_fcst_grid_comp.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -c time_utils.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -c fv3_cap.F90 +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/stochastic_physics' +make libfv3cap.a FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3' +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -c module_fv3_config.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -c atmos_model.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -c module_fcst_grid_comp.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -c time_utils.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -c fv3_cap.F90 ar rv libfv3cap.a atmos_model.o module_fv3_config.o module_fcst_grid_comp.o time_utils.o fv3_cap.o ar: creating libfv3cap.a a - atmos_model.o @@ -1170,21 +1170,21 @@ a - module_fv3_config.o a - module_fcst_grid_comp.o a - time_utils.o a - fv3_cap.o -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3' -make esmf_make_fragment FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3' +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3' +make esmf_make_fragment FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3' # additional include files needed for PGI -#@echo "ESMF_DEP_INCPATH = /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/nems_dir" >> fv3.mk +#@echo "ESMF_DEP_INCPATH = /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/nems_dir" >> fv3.mk Finished generating ESMF self-describing build dependency makefile fragment: fv3.mk -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3' -Installation into "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL" complete! +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3' +Installation into "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL" complete! -make[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3' -test -d /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL -. /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; set -x ; cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model/esmf ; \ -export COMP_SRCDIR="/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model" COMP_BINDIR="/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/WW3_INSTALL" WW3_COMP="wcoss_dell_p3" ; \ +make[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3' +test -d /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL +. /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; set -x ; cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/esmf ; \ +export COMP_SRCDIR="/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model" COMP_BINDIR="/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/WW3_INSTALL" WW3_COMP="wcoss_dell_p3" ; \ exec make -j 1 WW3_COMP="wcoss_dell_p3" ww3_nems Currently Loaded Modules: @@ -1198,26 +1198,26 @@ Currently Loaded Modules: -+ cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model/esmf -+ export COMP_SRCDIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model COMP_BINDIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/WW3_INSTALL WW3_COMP=wcoss_dell_p3 -+ COMP_SRCDIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model -+ COMP_BINDIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/WW3_INSTALL ++ cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/esmf ++ export COMP_SRCDIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model COMP_BINDIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/WW3_INSTALL WW3_COMP=wcoss_dell_p3 ++ COMP_SRCDIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model ++ COMP_BINDIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/WW3_INSTALL + WW3_COMP=wcoss_dell_p3 + exec make -j 1 WW3_COMP=wcoss_dell_p3 ww3_nems -make[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model/esmf' +make[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/esmf' ***************************** *** WAVEWATCH III setup *** ***************************** -[INFO] local env file wwatch3.env found in /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model/bin/wwatch3.env - Setup file /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model/bin/wwatch3.env found +[INFO] local env file wwatch3.env found in /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/bin/wwatch3.env + Setup file /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/bin/wwatch3.env found Printer (listings) : auxiliary FORTRAN compiler : gfortran auxiliary C compiler : gcc - Source directory : /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model - Scratch directory : /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model/tmp + Source directory : /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model + Scratch directory : /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/tmp Save source code : yes Save listings : yes @@ -1225,31 +1225,31 @@ make[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr Compile auxiliary programs -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model/aux' -gfortran -o /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model/bin/w3adc w3adc.f -gfortran -o /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model/bin/w3list w3list.f -gfortran -o /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model/bin/w3prnt w3prnt.f -gfortran -o /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model/bin/w3split w3split.f -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model/aux' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/aux' +gfortran -o /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/bin/w3adc w3adc.f +gfortran -o /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/bin/w3list w3list.f +gfortran -o /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/bin/w3prnt w3prnt.f +gfortran -o /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/bin/w3split w3split.f +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/aux' Setup comp & link files - copy /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model/bin/comp.wcoss_dell_p3 => /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model/bin/comp - copy /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model/bin/link.wcoss_dell_p3 => /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model/bin/link + sed /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/bin/comp.tmpl => /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/bin/comp + sed /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/bin/link.tmpl => /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/bin/link Create required model subdirectories Finished setting up WAVEWATCH III -\rm -f /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model/bin/tempswitch -/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model/bin/w3_make ww3_grid +\rm -f /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/bin/tempswitch +/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/bin/w3_make ww3_grid ***************************** *** WAVEWATCH III make *** ***************************** -Main directory : /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model -Scratch directory : /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model/tmp +Main directory : /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model +Scratch directory : /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/tmp Save source codes : yes Save listings : yes Shared Object : No @@ -1261,47 +1261,47 @@ Making makefile ... *** WAVEWATCH III makefile *** ***************************** -switch = /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model/bin/switch +switch = /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/bin/switch Checking all subroutines for modules (this may take a while) ... Processing ww3_grid --------------------- -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model/ftn' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/ftn' ad3 : processing constants ad3 : processing w3servmd -ad3 : processing w3arrymd ad3 : processing w3gsrumd +ad3 : processing w3arrymd ad3 : processing w3gdatmd -ad3 : processing w3odatmd ad3 : processing w3idatmd -ad3 : processing w3timemd +ad3 : processing w3odatmd ad3 : processing w3adatmd ad3 : processing w3dispmd ad3 : processing w3nmlgridmd +ad3 : processing w3timemd ad3 : processing wmmdatmd ad3 : processing w3src4md +ad3 : processing w3snl1md ad3 : processing w3parall ad3 : processing w3triamd -ad3 : processing w3snl1md ad3 : processing w3wdatmd ad3 : processing w3iogrmd ad3 : processing ww3_grid Linking ww3_grid -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model/ftn' +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/ftn' ********************** *** end of compilation *** ********************** -/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model/bin/w3_make ww3_outf +/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/bin/w3_make ww3_outf ***************************** *** WAVEWATCH III make *** ***************************** -Main directory : /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model -Scratch directory : /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model/tmp +Main directory : /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model +Scratch directory : /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/tmp Save source codes : yes Save listings : yes Shared Object : No @@ -1310,27 +1310,27 @@ Shared Object : No Processing ww3_outf --------------------- -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model/ftn' -ad3 : processing w3iogomd +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/ftn' ad3 : processing w3sdb1md +ad3 : processing w3iogomd ad3 : processing w3sbt1md ad3 : processing ww3_outf Linking ww3_outf -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model/ftn' +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/ftn' ********************** *** end of compilation *** ********************** -/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model/bin/w3_make ww3_outp +/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/bin/w3_make ww3_outp ***************************** *** WAVEWATCH III make *** ***************************** -Main directory : /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model -Scratch directory : /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model/tmp +Main directory : /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model +Scratch directory : /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/tmp Save source codes : yes Save listings : yes Shared Object : No @@ -1339,28 +1339,28 @@ Shared Object : No Processing ww3_outp --------------------- -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model/ftn' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/ftn' +ad3 : processing w3bullmd ad3 : processing w3iopomd -ad3 : processing w3partmd ad3 : processing w3flx1md -ad3 : processing w3bullmd +ad3 : processing w3partmd ad3 : processing ww3_outp Linking ww3_outp -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model/ftn' +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/ftn' ********************** *** end of compilation *** ********************** -/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model/bin/w3_make ww3_prep +/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/bin/w3_make ww3_prep ***************************** *** WAVEWATCH III make *** ***************************** -Main directory : /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model -Scratch directory : /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model/tmp +Main directory : /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model +Scratch directory : /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/tmp Save source codes : yes Save listings : yes Shared Object : No @@ -1369,25 +1369,25 @@ Shared Object : No Processing ww3_prep --------------------- -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model/ftn' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/ftn' ad3 : processing w3fldsmd ad3 : processing ww3_prep Linking ww3_prep -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model/ftn' +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/ftn' ********************** *** end of compilation *** ********************** -/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model/bin/w3_make ww3_gint +/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/bin/w3_make ww3_gint ***************************** *** WAVEWATCH III make *** ***************************** -Main directory : /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model -Scratch directory : /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model/tmp +Main directory : /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model +Scratch directory : /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/tmp Save source codes : yes Save listings : yes Shared Object : No @@ -1396,24 +1396,24 @@ Shared Object : No Processing ww3_gint --------------------- -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model/ftn' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/ftn' ad3 : processing ww3_gint Linking ww3_gint -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model/ftn' +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/ftn' ********************** *** end of compilation *** ********************** -/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model/bin/w3_make ww3_prnc +/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/bin/w3_make ww3_prnc ***************************** *** WAVEWATCH III make *** ***************************** -Main directory : /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model -Scratch directory : /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model/tmp +Main directory : /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model +Scratch directory : /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/tmp Save source codes : yes Save listings : yes Shared Object : No @@ -1422,25 +1422,25 @@ Shared Object : No Processing ww3_prnc --------------------- -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model/ftn' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/ftn' ad3 : processing w3nmlprncmd ad3 : processing ww3_prnc Linking ww3_prnc -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model/ftn' +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/ftn' ********************** *** end of compilation *** ********************** -/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model/bin/w3_make ww3_ounf +/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/bin/w3_make ww3_ounf ***************************** *** WAVEWATCH III make *** ***************************** -Main directory : /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model -Scratch directory : /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model/tmp +Main directory : /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model +Scratch directory : /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/tmp Save source codes : yes Save listings : yes Shared Object : No @@ -1449,27 +1449,27 @@ Shared Object : No Processing ww3_ounf --------------------- -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model/ftn' -ad3 : processing w3iorsmd +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/ftn' ad3 : processing w3nmlounfmd +ad3 : processing w3iorsmd ad3 : processing w3initmd ad3 : processing ww3_ounf Linking ww3_ounf -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model/ftn' +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/ftn' ********************** *** end of compilation *** ********************** -/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model/bin/w3_make ww3_ounp +/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/bin/w3_make ww3_ounp ***************************** *** WAVEWATCH III make *** ***************************** -Main directory : /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model -Scratch directory : /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model/tmp +Main directory : /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model +Scratch directory : /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/tmp Save source codes : yes Save listings : yes Shared Object : No @@ -1478,26 +1478,26 @@ Shared Object : No Processing ww3_ounp --------------------- -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model/ftn' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/ftn' ad3 : processing w3nmlounpmd ad3 : processing ww3_ounp Linking ww3_ounp -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model/ftn' +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/ftn' ********************** *** end of compilation *** ********************** -\rm -f /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model/bin/tempswitch -/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model/bin/w3_make ww3_grib +\rm -f /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/bin/tempswitch +/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/bin/w3_make ww3_grib ***************************** *** WAVEWATCH III make *** ***************************** -Main directory : /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model -Scratch directory : /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model/tmp +Main directory : /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model +Scratch directory : /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/tmp Save source codes : yes Save listings : yes Shared Object : No @@ -1509,30 +1509,30 @@ Making makefile ... *** WAVEWATCH III makefile *** ***************************** -switch = /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model/bin/switch +switch = /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/bin/switch new GRIB package Checking all subroutines for modules (this may take a while) ... Processing ww3_grib --------------------- -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model/ftn' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/ftn' ad3 : processing ww3_grib Linking ww3_grib -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model/ftn' +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/ftn' ********************** *** end of compilation *** ********************** -/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model/bin/w3_make ww3_multi_esmf +/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/bin/w3_make ww3_multi_esmf ***************************** *** WAVEWATCH III make *** ***************************** -Main directory : /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model -Scratch directory : /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model/tmp +Main directory : /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model +Scratch directory : /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/tmp Save source codes : yes Save listings : yes Shared Object : No @@ -1544,17 +1544,17 @@ Making makefile ... *** WAVEWATCH III makefile *** ***************************** -switch = /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model/bin/switch +switch = /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/bin/switch new shared / distributed memory new message passing protocol Checking all subroutines for modules (this may take a while) ... Processing ww3_multi_esmf --------------------- -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model/ftn' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/ftn' ad3 : processing constants -ad3 : processing scrip_kindsmod [no w3adc] ad3 : processing w3uqckmd +ad3 : processing scrip_kindsmod [no w3adc] ad3 : processing scrip_constants [no w3adc] ad3 : processing scrip_iounitsmod [no w3adc] ad3 : processing scrip_timers [no w3adc] @@ -1567,28 +1567,28 @@ ad3 : processing w3arrymd ad3 : processing w3cspcmd ad3 : processing wmunitmd ad3 : processing scrip_remap_vars [no w3adc] -ad3 : processing scrip_remap_conservative [no w3adc] ad3 : processing scrip_remap_read [no w3adc] +ad3 : processing scrip_remap_conservative [no w3adc] ad3 : processing scrip_remap_write [no w3adc] ad3 : processing scrip_interface ad3 : processing w3gdatmd -ad3 : processing wmscrpmd -ad3 : processing w3odatmd ad3 : processing w3idatmd ad3 : processing w3sbt1md -ad3 : processing w3timemd +ad3 : processing wmscrpmd +ad3 : processing w3odatmd ad3 : processing w3dispmd +ad3 : processing w3timemd ad3 : processing wmmdatmd ad3 : processing w3adatmd ad3 : processing w3src4md -ad3 : processing w3fldsmd ad3 : processing w3sdb1md ad3 : processing w3flx1md ad3 : processing w3partmd ad3 : processing w3nmlmultimd ad3 : processing wmfinlmd -ad3 : processing w3parall +ad3 : processing w3fldsmd ad3 : processing w3triamd +ad3 : processing w3parall ad3 : processing w3snl1md ad3 : processing w3wdatmd ad3 : processing w3iogrmd @@ -1602,12 +1602,12 @@ ad3 : processing w3srcemd ad3 : processing w3wdasmd ad3 : processing w3updtmd ad3 : processing w3iopomd -ad3 : processing wmgridmd ad3 : processing w3iorsmd +ad3 : processing wmgridmd ad3 : processing w3iobcmd ad3 : processing wminiomd -ad3 : processing w3wavemd ad3 : processing w3initmd +ad3 : processing w3wavemd ad3 : processing wmiopomd ad3 : processing wmwavemd ad3 : processing wminitmd @@ -1673,21 +1673,21 @@ a - wmscrpmd.o a - scrip_netcdfmod.o a - scrip_remap_write.o a - scrip_remap_read.o -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model/ftn' +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/ftn' ********************** *** end of compilation *** ********************** -/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model/bin/w3_make ww3_multi +/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/bin/w3_make ww3_multi ***************************** *** WAVEWATCH III make *** ***************************** -Main directory : /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model -Scratch directory : /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model/tmp +Main directory : /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model +Scratch directory : /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/tmp Save source codes : yes Save listings : yes Shared Object : No @@ -1696,36 +1696,36 @@ Shared Object : No Processing ww3_multi --------------------- -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model/ftn' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/ftn' ad3 : processing ww3_multi Linking ww3_multi -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model/ftn' +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/ftn' ********************** *** end of compilation *** ********************** -make[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model/esmf' -mkdir -p /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/WW3_INSTALL -cp /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model/nuopc.mk /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/WW3_INSTALL/. -test -d "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/WW3_INSTALL" +make[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/esmf' +mkdir -p /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/WW3_INSTALL +cp /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/nuopc.mk /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/WW3_INSTALL/. +test -d "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/WW3_INSTALL" ( \ echo "# Do not edit this file. It is automatically generated." ; \ -echo "# Edit the component list or /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC.in" ; \ -echo ; cat "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC.in" ; \ -echo fms_mk="/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL/fms.mk" ; echo fv3_mk="/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk" ; echo ww3_mk="/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/WW3_INSTALL/nuopc.mk" ; ) > "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC" -. /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; \ +echo "# Edit the component list or /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC.in" ; \ +echo ; cat "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC.in" ; \ +echo fms_mk="/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL/fms.mk" ; echo fv3_mk="/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk" ; echo ww3_mk="/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/WW3_INSTALL/nuopc.mk" ; ) > "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC" +. /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; \ set -e ; \ -for m in /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/WW3_INSTALL/nuopc.mk ; do \ +for m in /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/WW3_INSTALL/nuopc.mk ; do \ test -s $m ; \ done ; \ -echo build NEMS after /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/WW3_INSTALL/nuopc.mk ; \ -cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src ; \ +echo build NEMS after /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/WW3_INSTALL/nuopc.mk ; \ +cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src ; \ make nems \ COMPONENTS="FMS FV3 WW3" \ - FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL FV3_DIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL WW3_DIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/WW3_INSTALL TARGET="/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/exe/NEMS.x" ; \ -test -x /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/exe/NEMS.x + FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL FV3_DIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL WW3_DIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/WW3_INSTALL TARGET="/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/exe/NEMS.x" ; \ +test -x /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/exe/NEMS.x Currently Loaded Modules: 1) ips/18.0.1.163 8) sp/2.0.3 15) jasper/1.900.29 @@ -1738,11 +1738,11 @@ Currently Loaded Modules: -build NEMS after /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/WW3_INSTALL/nuopc.mk +build NEMS after /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/WW3_INSTALL/nuopc.mk Components in linker order: WW3 FV3 FMS -WW3: include /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/WW3_INSTALL/nuopc.mk -FV3: include /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk -FMS: include /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL/fms.mk +WW3: include /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/WW3_INSTALL/nuopc.mk +FV3: include /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk +FMS: include /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL/fms.mk CPPFLAGS += ESMF_VERSION_STRING_GIT="ESMF_8_0_0" CPPFLAGS += ESMF_VERSION_MAJOR="8" CPPFLAGS += ESMF_VERSION_REVISION="0" @@ -1751,110 +1751,110 @@ CPPFLAGS += ESMF_VERSION_MINOR="0" CPPFLAGS += ESMF_VERSION_PATCHLEVEL="0" CPPFLAGS += ESMF_VERSION_STRING="8.0.0" CPPFLAGS += ESMF_VERSION_PUBLIC="'T'" -make[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src' +make[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src' cd ENS_Cpl && make stub -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/ENS_Cpl' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/ENS_Cpl' mpiicc -E -traditional ENS_CplComp_ESMFMod_STUB.F90 > ENS_CplComp_ESMFMod_STUB.f90 mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -c ENS_CplComp_ESMFMod_STUB.f90 ar rv ENS_Cpl.a ENS_CplComp_ESMFMod_STUB.o ar: creating ENS_Cpl.a a - ENS_CplComp_ESMFMod_STUB.o -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/ENS_Cpl' -mpiicc -E -traditional -DFRONT_WW3=WMESMFMD -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Mon Dec 30 17:50:47 UTC 2019 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2019' -D'CMP_JD=364' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_PUBLIC="'T'" module_NEMS_UTILS.F90 > module_NEMS_UTILS.tmp.f90 -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model/mod_HYB -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_UTILS.tmp.f90 +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/ENS_Cpl' +mpiicc -E -traditional -DFRONT_WW3=WMESMFMD -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Thu Jan 23 22:09:13 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=023' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_PUBLIC="'T'" module_NEMS_UTILS.F90 > module_NEMS_UTILS.tmp.f90 +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/mod_HYB -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_UTILS.tmp.f90 mv -v module_NEMS_UTILS.tmp.o module_NEMS_UTILS.o ‘module_NEMS_UTILS.tmp.o’ -> ‘module_NEMS_UTILS.o’ -mpiicc -E -traditional -DFRONT_WW3=WMESMFMD -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Mon Dec 30 17:50:47 UTC 2019 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2019' -D'CMP_JD=364' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_PUBLIC="'T'" module_MEDIATOR_methods.F90 > module_MEDIATOR_methods.tmp.f90 -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model/mod_HYB -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -c module_MEDIATOR_methods.tmp.f90 +mpiicc -E -traditional -DFRONT_WW3=WMESMFMD -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Thu Jan 23 22:09:13 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=023' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_PUBLIC="'T'" module_MEDIATOR_methods.F90 > module_MEDIATOR_methods.tmp.f90 +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/mod_HYB -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -c module_MEDIATOR_methods.tmp.f90 mv -v module_MEDIATOR_methods.tmp.o module_MEDIATOR_methods.o ‘module_MEDIATOR_methods.tmp.o’ -> ‘module_MEDIATOR_methods.o’ -mpiicc -E -traditional -DFRONT_WW3=WMESMFMD -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Mon Dec 30 17:50:47 UTC 2019 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2019' -D'CMP_JD=364' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_PUBLIC="'T'" module_MEDIATOR.F90 > module_MEDIATOR.tmp.f90 -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model/mod_HYB -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -c module_MEDIATOR.tmp.f90 +mpiicc -E -traditional -DFRONT_WW3=WMESMFMD -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Thu Jan 23 22:09:13 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=023' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_PUBLIC="'T'" module_MEDIATOR.F90 > module_MEDIATOR.tmp.f90 +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/mod_HYB -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -c module_MEDIATOR.tmp.f90 mv -v module_MEDIATOR.tmp.o module_MEDIATOR.o ‘module_MEDIATOR.tmp.o’ -> ‘module_MEDIATOR.o’ -mpiicc -E -traditional -DFRONT_WW3=WMESMFMD -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Mon Dec 30 17:50:47 UTC 2019 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2019' -D'CMP_JD=364' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_PUBLIC="'T'" module_MEDIATOR_SpaceWeather.F90 > module_MEDIATOR_SpaceWeather.tmp.f90 -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model/mod_HYB -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -c module_MEDIATOR_SpaceWeather.tmp.f90 +mpiicc -E -traditional -DFRONT_WW3=WMESMFMD -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Thu Jan 23 22:09:13 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=023' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_PUBLIC="'T'" module_MEDIATOR_SpaceWeather.F90 > module_MEDIATOR_SpaceWeather.tmp.f90 +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/mod_HYB -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -c module_MEDIATOR_SpaceWeather.tmp.f90 mv -v module_MEDIATOR_SpaceWeather.tmp.o module_MEDIATOR_SpaceWeather.o ‘module_MEDIATOR_SpaceWeather.tmp.o’ -> ‘module_MEDIATOR_SpaceWeather.o’ -mpiicc -E -traditional -DFRONT_WW3=WMESMFMD -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Mon Dec 30 17:50:47 UTC 2019 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2019' -D'CMP_JD=364' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_PUBLIC="'T'" module_EARTH_INTERNAL_STATE.F90 > module_EARTH_INTERNAL_STATE.tmp.f90 -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model/mod_HYB -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -c module_EARTH_INTERNAL_STATE.tmp.f90 +mpiicc -E -traditional -DFRONT_WW3=WMESMFMD -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Thu Jan 23 22:09:13 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=023' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_PUBLIC="'T'" module_EARTH_INTERNAL_STATE.F90 > module_EARTH_INTERNAL_STATE.tmp.f90 +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/mod_HYB -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -c module_EARTH_INTERNAL_STATE.tmp.f90 mv -v module_EARTH_INTERNAL_STATE.tmp.o module_EARTH_INTERNAL_STATE.o ‘module_EARTH_INTERNAL_STATE.tmp.o’ -> ‘module_EARTH_INTERNAL_STATE.o’ -mpiicc -E -traditional -DFRONT_WW3=WMESMFMD -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Mon Dec 30 17:50:47 UTC 2019 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2019' -D'CMP_JD=364' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_PUBLIC="'T'" module_EARTH_GRID_COMP.F90 > module_EARTH_GRID_COMP.tmp.f90 -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model/mod_HYB -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -c module_EARTH_GRID_COMP.tmp.f90 +mpiicc -E -traditional -DFRONT_WW3=WMESMFMD -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Thu Jan 23 22:09:13 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=023' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_PUBLIC="'T'" module_EARTH_GRID_COMP.F90 > module_EARTH_GRID_COMP.tmp.f90 +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/mod_HYB -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -c module_EARTH_GRID_COMP.tmp.f90 mv -v module_EARTH_GRID_COMP.tmp.o module_EARTH_GRID_COMP.o ‘module_EARTH_GRID_COMP.tmp.o’ -> ‘module_EARTH_GRID_COMP.o’ -mpiicc -E -traditional -DFRONT_WW3=WMESMFMD -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Mon Dec 30 17:50:47 UTC 2019 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2019' -D'CMP_JD=364' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_PUBLIC="'T'" module_NEMS_INTERNAL_STATE.F90 > module_NEMS_INTERNAL_STATE.tmp.f90 -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model/mod_HYB -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_INTERNAL_STATE.tmp.f90 +mpiicc -E -traditional -DFRONT_WW3=WMESMFMD -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Thu Jan 23 22:09:13 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=023' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_PUBLIC="'T'" module_NEMS_INTERNAL_STATE.F90 > module_NEMS_INTERNAL_STATE.tmp.f90 +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/mod_HYB -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_INTERNAL_STATE.tmp.f90 mv -v module_NEMS_INTERNAL_STATE.tmp.o module_NEMS_INTERNAL_STATE.o ‘module_NEMS_INTERNAL_STATE.tmp.o’ -> ‘module_NEMS_INTERNAL_STATE.o’ -mpiicc -E -traditional -DFRONT_WW3=WMESMFMD -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Mon Dec 30 17:50:47 UTC 2019 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2019' -D'CMP_JD=364' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_PUBLIC="'T'" module_NEMS_GRID_COMP.F90 > module_NEMS_GRID_COMP.tmp.f90 -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model/mod_HYB -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_GRID_COMP.tmp.f90 +mpiicc -E -traditional -DFRONT_WW3=WMESMFMD -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Thu Jan 23 22:09:13 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=023' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_PUBLIC="'T'" module_NEMS_GRID_COMP.F90 > module_NEMS_GRID_COMP.tmp.f90 +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/mod_HYB -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_GRID_COMP.tmp.f90 mv -v module_NEMS_GRID_COMP.tmp.o module_NEMS_GRID_COMP.o ‘module_NEMS_GRID_COMP.tmp.o’ -> ‘module_NEMS_GRID_COMP.o’ -mpiicc -E -traditional -DFRONT_WW3=WMESMFMD -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Mon Dec 30 17:50:47 UTC 2019 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2019' -D'CMP_JD=364' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_PUBLIC="'T'" module_NEMS_Rusage.F90 > module_NEMS_Rusage.tmp.f90 -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model/mod_HYB -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_Rusage.tmp.f90 +mpiicc -E -traditional -DFRONT_WW3=WMESMFMD -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Thu Jan 23 22:09:13 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=023' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_PUBLIC="'T'" module_NEMS_Rusage.F90 > module_NEMS_Rusage.tmp.f90 +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/mod_HYB -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_Rusage.tmp.f90 mv -v module_NEMS_Rusage.tmp.o module_NEMS_Rusage.o ‘module_NEMS_Rusage.tmp.o’ -> ‘module_NEMS_Rusage.o’ mpiicc -c nems_c_rusage.c -mpiicc -E -traditional -DFRONT_WW3=WMESMFMD -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Mon Dec 30 17:50:47 UTC 2019 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2019' -D'CMP_JD=364' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_PUBLIC="'T'" MAIN_NEMS.F90 > MAIN_NEMS.tmp.f90 -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model/mod_HYB -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL -c MAIN_NEMS.tmp.f90 +mpiicc -E -traditional -DFRONT_WW3=WMESMFMD -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Thu Jan 23 22:09:13 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=023' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_PUBLIC="'T'" MAIN_NEMS.F90 > MAIN_NEMS.tmp.f90 +mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/mod_HYB -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -c MAIN_NEMS.tmp.f90 mv -v MAIN_NEMS.tmp.o MAIN_NEMS.o ‘MAIN_NEMS.tmp.o’ -> ‘MAIN_NEMS.o’ echo libgocart is libgocart is echo extlibs is /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libncep_post_v8.0.1_4.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libnemsio_v2.2.4.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2_v3.1.1_4.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2tmpl_v1.6.0.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libbacio_v2.0.3_4.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_d.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_d.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_d.a /gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/ips/18.0.1/libcrtm_v2.2.6.a /usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng.a /usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib/libjasper.a /usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib/libz.a -L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/lib -Wl,-rpath,/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/lib -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf -L/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib -L/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib -qopenmp -lnetcdff -lhdf5 /usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib/libz.a extlibs is /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libncep_post_v8.0.1_4.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libnemsio_v2.2.4.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2_v3.1.1_4.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2tmpl_v1.6.0.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libbacio_v2.0.3_4.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_d.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_d.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_d.a /gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/ips/18.0.1/libcrtm_v2.2.6.a /usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng.a /usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib/libjasper.a /usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib/libz.a -L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/lib -Wl,-rpath,/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/lib -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf -L/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib -L/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib -qopenmp -lnetcdff -lhdf5 /usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib/libz.a -mpiifort -o /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/exe/NEMS.x MAIN_NEMS.o module_NEMS_UTILS.o module_MEDIATOR_methods.o module_MEDIATOR.o module_MEDIATOR_SpaceWeather.o module_EARTH_INTERNAL_STATE.o module_EARTH_GRID_COMP.o module_NEMS_INTERNAL_STATE.o module_NEMS_GRID_COMP.o module_NEMS_Rusage.o nems_c_rusage.o /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model/obj_HYB/libww3_multi_esmf.a /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL/libfv3cap.a /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL/libfv3core.a /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL/libfv3io.a /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL/libipd.a /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL/libgfsphys.a /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL/libfv3cpl.a /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/FV3_INSTALL/libstochastic_physics.a /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FMS/FMS_INSTALL/libfms.a ENS_Cpl/ENS_Cpl.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libncep_post_v8.0.1_4.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libnemsio_v2.2.4.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2_v3.1.1_4.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2tmpl_v1.6.0.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libbacio_v2.0.3_4.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_d.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_d.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_d.a /gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/ips/18.0.1/libcrtm_v2.2.6.a /usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng.a /usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib/libjasper.a /usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib/libz.a -L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/lib -Wl,-rpath,/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/lib -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf -L/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib -L/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib -qopenmp -lnetcdff -lhdf5 /usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib/libz.a +mpiifort -o /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/exe/NEMS.x MAIN_NEMS.o module_NEMS_UTILS.o module_MEDIATOR_methods.o module_MEDIATOR.o module_MEDIATOR_SpaceWeather.o module_EARTH_INTERNAL_STATE.o module_EARTH_GRID_COMP.o module_NEMS_INTERNAL_STATE.o module_NEMS_GRID_COMP.o module_NEMS_Rusage.o nems_c_rusage.o /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/obj_HYB/libww3_multi_esmf.a /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/libfv3cap.a /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/libfv3core.a /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/libfv3io.a /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/libipd.a /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/libgfsphys.a /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/libfv3cpl.a /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/libstochastic_physics.a /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL/libfms.a ENS_Cpl/ENS_Cpl.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libncep_post_v8.0.1_4.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libnemsio_v2.2.4.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2_v3.1.1_4.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2tmpl_v1.6.0.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libbacio_v2.0.3_4.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_d.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_d.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_d.a /gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/ips/18.0.1/libcrtm_v2.2.6.a /usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng.a /usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib/libjasper.a /usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib/libz.a -L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/lib -Wl,-rpath,/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/lib -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf -L/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib -L/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib -qopenmp -lnetcdff -lhdf5 /usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib/libz.a /usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib/libjasper.a(jas_stream.o): In function `jas_stream_tmpfile': /usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/src/jasper-1.900.29/src/libjasper/base/jas_stream.c:520: warning: the use of `tmpnam' is dangerous, better use `mkstemp' -/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/exe/NEMS.x is created. -make[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src' -+ cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src -+ cp -fp ../exe/NEMS.x /gpfs/dell2/ptmp/Dusan.Jovic/rtgen.125817/exec/fv3_ww3.exe -+ cp -fp conf/modules.nems /gpfs/dell2/ptmp/Dusan.Jovic/rtgen.125817/include/modules_fv3_ww3 -+ md5sum /gpfs/dell2/ptmp/Dusan.Jovic/rtgen.125817/exec/fv3_ww3.exe +/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/exe/NEMS.x is created. +make[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src' ++ cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src ++ cp -fp ../exe/NEMS.x /gpfs/dell2/ptmp/Dusan.Jovic/rtgen.57525/exec/fv3_ww3.exe ++ cp -fp conf/modules.nems /gpfs/dell2/ptmp/Dusan.Jovic/rtgen.57525/include/modules_fv3_ww3 ++ md5sum /gpfs/dell2/ptmp/Dusan.Jovic/rtgen.57525/exec/fv3_ww3.exe + unset md5sum + unset OPTS + set -xe + set -xe -+ test -s /gpfs/dell2/ptmp/Dusan.Jovic/rtgen.125817/exec/fv3_ww3.exe -+ test -x /gpfs/dell2/ptmp/Dusan.Jovic/rtgen.125817/exec/fv3_ww3.exe ++ test -s /gpfs/dell2/ptmp/Dusan.Jovic/rtgen.57525/exec/fv3_ww3.exe ++ test -x /gpfs/dell2/ptmp/Dusan.Jovic/rtgen.57525/exec/fv3_ww3.exe ------------------------------------------------------------ -Sender: LSF System -Subject: Job 14192686: in cluster Done +Sender: LSF System +Subject: Job 16106602: in cluster Done -Job was submitted from host by user in cluster at Mon Dec 30 17:25:04 2019 -Job was executed on host(s) , in queue , as user in cluster at Mon Dec 30 17:25:05 2019 +Job was submitted from host by user in cluster at Thu Jan 23 21:42:10 2020 +Job was executed on host(s) , in queue , as user in cluster at Thu Jan 23 21:42:11 2020 was used as the home directory. - was used as the working directory. -Started at Mon Dec 30 17:25:05 2019 -Terminated at Mon Dec 30 17:51:23 2019 -Results reported at Mon Dec 30 17:51:23 2019 + was used as the working directory. +Started at Thu Jan 23 21:42:11 2020 +Terminated at Thu Jan 23 22:09:50 2020 +Results reported at Thu Jan 23 22:09:50 2020 Your job looked like: ------------------------------------------------------------ # LSBATCH: User input -/gpfs/dell3/usrx/local/dev/emc_rocoto/rocoto-1.3.0rc2/sbin/lsfwrapper.sh sh -c "cd /gpfs/dell2/ptmp/Dusan.Jovic/rtgen.125817/src ; ./install.sh fv3_ww3.exe" +/gpfs/dell3/usrx/local/dev/emc_rocoto/rocoto-1.3.0rc2/sbin/lsfwrapper.sh sh -c "cd /gpfs/dell2/ptmp/Dusan.Jovic/rtgen.57525/src ; ./install.sh fv3_ww3.exe" ------------------------------------------------------------ Successfully completed. Resource usage summary: - CPU time : 1694.30 sec. - Max Memory : 5252 MB - Average Memory : 556.50 MB + CPU time : 1804.23 sec. + Max Memory : 5255 MB + Average Memory : 588.33 MB Total Requested Memory : 6144.00 MB - Delta Memory : 892.00 MB + Delta Memory : 889.00 MB Max Swap : - Max Processes : 30 Max Threads : 35 - Run time : 1593 sec. - Turnaround time : 1579 sec. + Run time : 1664 sec. + Turnaround time : 1660 sec. The output (if any) is above this job summary. -[Mon Dec 30 17:51:23 UTC 2019] /usrx/local/lsf/conf/scripts/ncep_post_exec_shared_ecflow.ksh: /var/lsf/ecflow_post_in.Dusan.Jovic.14192686 file not found or empty. Job is not eligible for ecflow abort notification. +[Thu Jan 23 22:09:50 UTC 2020] /usrx/local/lsf/conf/scripts/ncep_post_exec_shared_ecflow.ksh: /var/lsf/ecflow_post_in.Dusan.Jovic.16106602 file not found or empty. Job is not eligible for ecflow abort notification. diff --git a/log/report-wcoss_dell_p3-log/rtreport.txt b/log/report-wcoss_dell_p3-log/rtreport.txt index a95ac57968..c9c8c98206 100755 --- a/log/report-wcoss_dell_p3-log/rtreport.txt +++ b/log/report-wcoss_dell_p3-log/rtreport.txt @@ -1,17 +1,15 @@ Run rocotostat... Generate report... -WORKFLOW STARTED AT Mon Dec 30 16:48:27 2019 (+1577724507) +WORKFLOW STARTED AT Thu Jan 23 21:05:36 2020 (+1579813536) Repository information: REPO TOP: -PR18 52200d1 Regression test logs for hera.intel and gaea.intel (Intel 18) -Fetch URL: https://github.com/ufs-community/ufs-weather-model +gfsv16_netcdf_post_ficein_cpl 56407bb [origin/gfsv16_netcdf_post_ficein_cpl: behind 1] Update FV3 submodule. Temporarily disable ccpp tests +Fetch URL: https://github.com/DusanJovic-NOAA/ufs-weather-model M log/report-wcoss_dell_p3-log/build_fv3.exe.log M log/report-wcoss_dell_p3-log/build_fv3_32bit.exe.log M log/report-wcoss_dell_p3-log/build_fv3_appbuilder.exe.log - M log/report-wcoss_dell_p3-log/build_fv3_ww3.exe.log - M log/report-wcoss_dell_p3-log/rtreport.txt M tests/Compile_wcoss_dell_p3.log M tests/RegressionTests_wcoss_dell_p3.log @@ -21,7 +19,7 @@ Fetch URL: https://github.com/NOAA-GFDL/FMS Entering 'FV3' age: git [--version] [--help] [-c name=value] -Fetch URL: https://github.com/climbfuji/fv3atm +Fetch URL: https://github.com/DusanJovic-NOAA/fv3atm Entering 'NEMS' age: git [--version] [--help] [-c name=value] @@ -42,16 +40,16 @@ BUILD fv3_ww3.exe: SUCCEEDED BUILD fv3_appbuilder.exe: SUCCEEDED TEST #1: PASS - Test fv3_regional_c768 starting at Mon Dec 30 17:06:03 UTC 2019 (Compare FV3 regional c768 results with previous trunk version) - Mon Dec 30 17:06:03 UTC 2019 + Test fv3_regional_c768 starting at Thu Jan 23 22:55:49 UTC 2020 (Compare FV3 regional c768 results with previous trunk version) + Thu Jan 23 22:55:49 UTC 2020 atmos_4xdaily.nc: bit-for-bit identical fv3_history2d.nc: bit-for-bit identical fv3_history.nc: bit-for-bit identical - TEST PASSED AT Mon Dec 30 17:17:20 UTC 2019 + TEST PASSED AT Thu Jan 23 23:00:51 UTC 2020 TEST #2: PASS - Test fv3_lheatstrg starting at Mon Dec 30 17:25:10 UTC 2019 (Compare FV3 control with lheatstrg on Gaussian grid nemsio output results with previous trunk version) - Mon Dec 30 17:25:10 UTC 2019 + Test fv3_lheatstrg starting at Thu Jan 23 21:45:01 UTC 2020 (Compare FV3 control with lheatstrg on Gaussian grid nemsio output results with previous trunk version) + Thu Jan 23 21:45:01 UTC 2020 atmos_4xdaily.tile1.nc: bit-for-bit identical atmos_4xdaily.tile2.nc: bit-for-bit identical atmos_4xdaily.tile3.nc: bit-for-bit identical @@ -96,13 +94,13 @@ TEST #2: PASS RESTART/sfc_data.tile6.nc: bit-for-bit identical Executable did not change during test suite: File: ./fv3.exe - Expected md5sum: c40dc160b0904b84b19eec467c6a41be - Actual md5sum: c40dc160b0904b84b19eec467c6a41be - TEST PASSED AT Mon Dec 30 17:26:20 UTC 2019 + Expected md5sum: 0c00eaf94104a4a0b879c2f35365f3dc + Actual md5sum: 0c00eaf94104a4a0b879c2f35365f3dc + TEST PASSED AT Thu Jan 23 21:46:11 UTC 2020 TEST #3: PASS - Test fv3_iau starting at Mon Dec 30 17:25:11 UTC 2019 (Compare FV3 IAU results with previous trunk version) - Mon Dec 30 17:25:11 UTC 2019 + Test fv3_iau starting at Thu Jan 23 21:47:33 UTC 2020 (Compare FV3 IAU results with previous trunk version) + Thu Jan 23 21:47:33 UTC 2020 atmos_4xdaily.tile1.nc: bit-for-bit identical atmos_4xdaily.tile2.nc: bit-for-bit identical atmos_4xdaily.tile3.nc: bit-for-bit identical @@ -167,13 +165,13 @@ TEST #3: PASS RESTART/sfc_data.tile6.nc: bit-for-bit identical Executable did not change during test suite: File: ./fv3.exe - Expected md5sum: c40dc160b0904b84b19eec467c6a41be - Actual md5sum: c40dc160b0904b84b19eec467c6a41be - TEST PASSED AT Mon Dec 30 17:26:21 UTC 2019 + Expected md5sum: 0c00eaf94104a4a0b879c2f35365f3dc + Actual md5sum: 0c00eaf94104a4a0b879c2f35365f3dc + TEST PASSED AT Thu Jan 23 21:48:43 UTC 2020 TEST #4: PASS - Test fv3_stretched_nest_quilt starting at Mon Dec 30 17:06:04 UTC 2019 (Stretched grid with nest using quilting; compare against previous baseline) - Mon Dec 30 17:06:04 UTC 2019 + Test fv3_stretched_nest_quilt starting at Thu Jan 23 21:24:51 UTC 2020 (Stretched grid with nest using quilting; compare against previous baseline) + Thu Jan 23 21:24:51 UTC 2020 atmos_4xdaily.tile1.nc: bit-for-bit identical atmos_4xdaily.tile2.nc: bit-for-bit identical atmos_4xdaily.tile3.nc: bit-for-bit identical @@ -233,11 +231,11 @@ TEST #4: PASS RESTART/sfc_data.tile5.nc: bit-for-bit identical RESTART/sfc_data.tile6.nc: bit-for-bit identical RESTART/sfc_data.nest02.tile7.nc: bit-for-bit identical - TEST PASSED AT Mon Dec 30 17:09:40 UTC 2019 + TEST PASSED AT Thu Jan 23 21:28:26 UTC 2020 TEST #5: PASS - Test fv3_stretched_nest starting at Mon Dec 30 17:06:04 UTC 2019 (Stretched grid with nest; compare against previous baseline) - Mon Dec 30 17:06:04 UTC 2019 + Test fv3_stretched_nest starting at Thu Jan 23 21:24:55 UTC 2020 (Stretched grid with nest; compare against previous baseline) + Thu Jan 23 21:24:55 UTC 2020 atmos_4xdaily.tile1.nc: bit-for-bit identical atmos_4xdaily.tile2.nc: bit-for-bit identical atmos_4xdaily.tile3.nc: bit-for-bit identical @@ -299,11 +297,11 @@ TEST #5: PASS RESTART/fv_tracer.res.nest02.tile7.nc: bit-for-bit identical RESTART/phy_data.nest02.tile7.nc: bit-for-bit identical RESTART/sfc_data.nest02.tile7.nc: bit-for-bit identical - TEST PASSED AT Mon Dec 30 17:10:14 UTC 2019 + TEST PASSED AT Thu Jan 23 21:29:00 UTC 2020 TEST #6: PASS - Test fv3_csawmgshoc starting at Mon Dec 30 17:25:10 UTC 2019 (Compare FV3 with CSAW MG2 and SHOC results with previous trunk version) - Mon Dec 30 17:25:10 UTC 2019 + Test fv3_csawmgshoc starting at Thu Jan 23 21:47:38 UTC 2020 (Compare FV3 with CSAW MG2 and SHOC results with previous trunk version) + Thu Jan 23 21:47:38 UTC 2020 atmos_4xdaily.tile1.nc: bit-for-bit identical atmos_4xdaily.tile2.nc: bit-for-bit identical atmos_4xdaily.tile3.nc: bit-for-bit identical @@ -348,21 +346,21 @@ TEST #6: PASS RESTART/sfc_data.tile6.nc: bit-for-bit identical Executable did not change during test suite: File: ./fv3.exe - Expected md5sum: c40dc160b0904b84b19eec467c6a41be - Actual md5sum: c40dc160b0904b84b19eec467c6a41be - TEST PASSED AT Mon Dec 30 17:27:51 UTC 2019 + Expected md5sum: 0c00eaf94104a4a0b879c2f35365f3dc + Actual md5sum: 0c00eaf94104a4a0b879c2f35365f3dc + TEST PASSED AT Thu Jan 23 21:50:17 UTC 2020 TEST #7: PASS - Test fv3_regional_control starting at Mon Dec 30 17:06:04 UTC 2019 (Compare FV3 regional control results with previous trunk version) - Mon Dec 30 17:06:04 UTC 2019 + Test fv3_regional_control starting at Thu Jan 23 21:24:52 UTC 2020 (Compare FV3 regional control results with previous trunk version) + Thu Jan 23 21:24:52 UTC 2020 atmos_4xdaily.nc: bit-for-bit identical fv3_history2d.nc: bit-for-bit identical fv3_history.nc: bit-for-bit identical - TEST PASSED AT Mon Dec 30 17:13:54 UTC 2019 + TEST PASSED AT Thu Jan 23 21:27:29 UTC 2020 TEST #8: PASS - Test fv3_wrtGauss_netcdf starting at Mon Dec 30 17:25:12 UTC 2019 (Compare FV3 Gaussian grid netcdf output results with previous trunk version) - Mon Dec 30 17:25:12 UTC 2019 + Test fv3_wrtGauss_netcdf starting at Thu Jan 23 21:47:48 UTC 2020 (Compare FV3 Gaussian grid netcdf output results with previous trunk version) + Thu Jan 23 21:47:48 UTC 2020 atmos_4xdaily.tile1.nc: bit-for-bit identical atmos_4xdaily.tile2.nc: bit-for-bit identical atmos_4xdaily.tile3.nc: bit-for-bit identical @@ -407,13 +405,13 @@ TEST #8: PASS RESTART/sfc_data.tile6.nc: bit-for-bit identical Executable did not change during test suite: File: ./fv3.exe - Expected md5sum: c40dc160b0904b84b19eec467c6a41be - Actual md5sum: c40dc160b0904b84b19eec467c6a41be - TEST PASSED AT Mon Dec 30 17:26:25 UTC 2019 + Expected md5sum: 0c00eaf94104a4a0b879c2f35365f3dc + Actual md5sum: 0c00eaf94104a4a0b879c2f35365f3dc + TEST PASSED AT Thu Jan 23 21:48:53 UTC 2020 TEST #9: PASS - Test fv3_thompson starting at Mon Dec 30 17:25:12 UTC 2019 (Compare FV3 GFDL mircrophysics results with previous trunk version) - Mon Dec 30 17:25:12 UTC 2019 + Test fv3_thompson starting at Thu Jan 23 21:48:34 UTC 2020 (Compare FV3 GFDL mircrophysics results with previous trunk version) + Thu Jan 23 21:48:34 UTC 2020 atmos_4xdaily.tile1.nc: bit-for-bit identical atmos_4xdaily.tile2.nc: bit-for-bit identical atmos_4xdaily.tile3.nc: bit-for-bit identical @@ -478,13 +476,13 @@ TEST #9: PASS RESTART/sfc_data.tile6.nc: bit-for-bit identical Executable did not change during test suite: File: ./fv3.exe - Expected md5sum: c40dc160b0904b84b19eec467c6a41be - Actual md5sum: c40dc160b0904b84b19eec467c6a41be - TEST PASSED AT Mon Dec 30 17:30:14 UTC 2019 + Expected md5sum: 0c00eaf94104a4a0b879c2f35365f3dc + Actual md5sum: 0c00eaf94104a4a0b879c2f35365f3dc + TEST PASSED AT Thu Jan 23 21:53:42 UTC 2020 TEST #10: PASS - Test fv3_gfdlmprad_gwd starting at Mon Dec 30 17:25:12 UTC 2019 (Compare FV3 GFDL radiation interaction option and gravity wve drag results with previous trunk version) - Mon Dec 30 17:25:12 UTC 2019 + Test fv3_gfdlmprad_gwd starting at Thu Jan 23 21:48:53 UTC 2020 (Compare FV3 GFDL radiation interaction option and gravity wve drag results with previous trunk version) + Thu Jan 23 21:48:53 UTC 2020 atmos_4xdaily.tile1.nc: bit-for-bit identical atmos_4xdaily.tile2.nc: bit-for-bit identical atmos_4xdaily.tile3.nc: bit-for-bit identical @@ -529,13 +527,13 @@ TEST #10: PASS RESTART/sfc_data.tile6.nc: bit-for-bit identical Executable did not change during test suite: File: ./fv3.exe - Expected md5sum: c40dc160b0904b84b19eec467c6a41be - Actual md5sum: c40dc160b0904b84b19eec467c6a41be - TEST PASSED AT Mon Dec 30 17:26:29 UTC 2019 + Expected md5sum: 0c00eaf94104a4a0b879c2f35365f3dc + Actual md5sum: 0c00eaf94104a4a0b879c2f35365f3dc + TEST PASSED AT Thu Jan 23 21:50:08 UTC 2020 TEST #11: PASS - Test fv3_stochy starting at Mon Dec 30 17:25:12 UTC 2019 (Compare FV3 stochy results with previous trunk version) - Mon Dec 30 17:25:12 UTC 2019 + Test fv3_stochy starting at Thu Jan 23 21:49:03 UTC 2020 (Compare FV3 stochy results with previous trunk version) + Thu Jan 23 21:49:03 UTC 2020 atmos_4xdaily.tile1.nc: bit-for-bit identical atmos_4xdaily.tile2.nc: bit-for-bit identical atmos_4xdaily.tile3.nc: bit-for-bit identical @@ -600,13 +598,13 @@ TEST #11: PASS RESTART/sfc_data.tile6.nc: bit-for-bit identical Executable did not change during test suite: File: ./fv3.exe - Expected md5sum: c40dc160b0904b84b19eec467c6a41be - Actual md5sum: c40dc160b0904b84b19eec467c6a41be - TEST PASSED AT Mon Dec 30 17:26:37 UTC 2019 + Expected md5sum: 0c00eaf94104a4a0b879c2f35365f3dc + Actual md5sum: 0c00eaf94104a4a0b879c2f35365f3dc + TEST PASSED AT Thu Jan 23 21:50:26 UTC 2020 TEST #12: PASS - Test fv3_gfdlmprad starting at Mon Dec 30 17:53:04 UTC 2019 (Compare FV3 GFDL mircrophysics radiation change with WW3 results with previous trunk version) - Mon Dec 30 17:53:04 UTC 2019 + Test fv3_gfdlmprad starting at Thu Jan 23 22:30:55 UTC 2020 (Compare FV3 GFDL mircrophysics radiation change with WW3 results with previous trunk version) + Thu Jan 23 22:30:55 UTC 2020 atmos_4xdaily.tile1.nc: bit-for-bit identical atmos_4xdaily.tile2.nc: bit-for-bit identical atmos_4xdaily.tile3.nc: bit-for-bit identical @@ -651,14 +649,14 @@ TEST #12: PASS RESTART/sfc_data.tile6.nc: bit-for-bit identical out_grd.glo_30m: bit-for-bit identical Executable did not change during test suite: - File: /gpfs/dell2/ptmp/Dusan.Jovic/rtgen.125817/exec/fv3_ww3.exe - Expected md5sum: 573ce0c4ad7ae32ea24c8a3ef992daeb - Actual md5sum: 573ce0c4ad7ae32ea24c8a3ef992daeb - TEST PASSED AT Mon Dec 30 17:55:13 UTC 2019 + File: /gpfs/dell2/ptmp/Dusan.Jovic/rtgen.57525/exec/fv3_ww3.exe + Expected md5sum: 9a2b31bfa679eb34e03abf19cc7ad97c + Actual md5sum: 9a2b31bfa679eb34e03abf19cc7ad97c + TEST PASSED AT Thu Jan 23 22:33:03 UTC 2020 TEST #13: PASS - Test fv3_appbuilder starting at Mon Dec 30 18:13:58 UTC 2019 (Compare FV3 with the NEMSAppBuilder against the previous trunk version) - Mon Dec 30 18:13:58 UTC 2019 + Test fv3_appbuilder starting at Thu Jan 23 22:33:01 UTC 2020 (Compare FV3 with the NEMSAppBuilder against the previous trunk version) + Thu Jan 23 22:33:01 UTC 2020 atmos_4xdaily.tile1.nc: bit-for-bit identical atmos_4xdaily.tile2.nc: bit-for-bit identical atmos_4xdaily.tile3.nc: bit-for-bit identical @@ -722,14 +720,14 @@ TEST #13: PASS RESTART/sfc_data.tile5.nc: bit-for-bit identical RESTART/sfc_data.tile6.nc: bit-for-bit identical Executable did not change during test suite: - File: /gpfs/dell2/ptmp/Dusan.Jovic/rtgen.125817/exec/fv3_appbuilder.exe - Expected md5sum: c572770d7fb7157ae450d04048b578ba - Actual md5sum: c572770d7fb7157ae450d04048b578ba - TEST PASSED AT Mon Dec 30 18:15:04 UTC 2019 + File: /gpfs/dell2/ptmp/Dusan.Jovic/rtgen.57525/exec/fv3_appbuilder.exe + Expected md5sum: 6303f78c2c551955386cab8daadf0d09 + Actual md5sum: 6303f78c2c551955386cab8daadf0d09 + TEST PASSED AT Thu Jan 23 22:34:04 UTC 2020 TEST #14: PASS - Test fv3_restart starting at Mon Dec 30 17:25:12 UTC 2019 (Compare FV3 restart results with previous trunk version) - Mon Dec 30 17:25:12 UTC 2019 + Test fv3_restart starting at Thu Jan 23 21:49:20 UTC 2020 (Compare FV3 restart results with previous trunk version) + Thu Jan 23 21:49:20 UTC 2020 atmos_4xdaily.tile1.nc: bit-for-bit identical atmos_4xdaily.tile2.nc: bit-for-bit identical atmos_4xdaily.tile3.nc: bit-for-bit identical @@ -794,21 +792,21 @@ TEST #14: PASS RESTART/sfc_data.tile6.nc: bit-for-bit identical Executable did not change during test suite: File: ./fv3.exe - Expected md5sum: c40dc160b0904b84b19eec467c6a41be - Actual md5sum: c40dc160b0904b84b19eec467c6a41be - TEST PASSED AT Mon Dec 30 17:26:22 UTC 2019 + Expected md5sum: 0c00eaf94104a4a0b879c2f35365f3dc + Actual md5sum: 0c00eaf94104a4a0b879c2f35365f3dc + TEST PASSED AT Thu Jan 23 21:50:27 UTC 2020 TEST #15: PASS - Test fv3_regional_restart starting at Mon Dec 30 17:14:46 UTC 2019 (Compare FV3 regional restart results with previous trunk version) - Mon Dec 30 17:14:46 UTC 2019 + Test fv3_regional_restart starting at Thu Jan 23 21:28:23 UTC 2020 (Compare FV3 regional restart results with previous trunk version) + Thu Jan 23 21:28:23 UTC 2020 atmos_4xdaily.nc: bit-for-bit identical fv3_history2d.nc: bit-for-bit identical fv3_history.nc: bit-for-bit identical - TEST PASSED AT Mon Dec 30 17:18:52 UTC 2019 + TEST PASSED AT Thu Jan 23 21:29:45 UTC 2020 TEST #16: PASS - Test fv3_decomp starting at Mon Dec 30 17:25:11 UTC 2019 (Compare FV3 decomp results with previous trunk version) - Mon Dec 30 17:25:12 UTC 2019 + Test fv3_decomp starting at Thu Jan 23 21:49:46 UTC 2020 (Compare FV3 decomp results with previous trunk version) + Thu Jan 23 21:49:46 UTC 2020 atmos_4xdaily.tile1.nc: bit-for-bit identical atmos_4xdaily.tile2.nc: bit-for-bit identical atmos_4xdaily.tile3.nc: bit-for-bit identical @@ -873,23 +871,23 @@ TEST #16: PASS RESTART/sfc_data.tile6.nc: bit-for-bit identical Executable did not change during test suite: File: ./fv3.exe - Expected md5sum: c40dc160b0904b84b19eec467c6a41be - Actual md5sum: c40dc160b0904b84b19eec467c6a41be - TEST PASSED AT Mon Dec 30 17:26:25 UTC 2019 + Expected md5sum: 0c00eaf94104a4a0b879c2f35365f3dc + Actual md5sum: 0c00eaf94104a4a0b879c2f35365f3dc + TEST PASSED AT Thu Jan 23 21:50:56 UTC 2020 TEST #17: PASS - Test fv3_regional_quilt starting at Mon Dec 30 17:06:03 UTC 2019 (Compare FV3 regional quilt results with previous trunk version) - Mon Dec 30 17:06:03 UTC 2019 + Test fv3_regional_quilt starting at Thu Jan 23 21:24:58 UTC 2020 (Compare FV3 regional quilt results with previous trunk version) + Thu Jan 23 21:24:58 UTC 2020 atmos_4xdaily.nc: bit-for-bit identical dynf000.nc: bit-for-bit identical dynf024.nc: bit-for-bit identical phyf000.nc: bit-for-bit identical phyf024.nc: bit-for-bit identical - TEST PASSED AT Mon Dec 30 17:13:56 UTC 2019 + TEST PASSED AT Thu Jan 23 21:27:32 UTC 2020 TEST #18: PASS - Test fv3_wrtGauss_nemsio starting at Mon Dec 30 17:25:11 UTC 2019 (Compare FV3 Gaussian grid nemsio output results with previous trunk version) - Mon Dec 30 17:25:11 UTC 2019 + Test fv3_wrtGauss_nemsio starting at Thu Jan 23 21:51:05 UTC 2020 (Compare FV3 Gaussian grid nemsio output results with previous trunk version) + Thu Jan 23 21:51:05 UTC 2020 atmos_4xdaily.tile1.nc: bit-for-bit identical atmos_4xdaily.tile2.nc: bit-for-bit identical atmos_4xdaily.tile3.nc: bit-for-bit identical @@ -934,13 +932,13 @@ TEST #18: PASS RESTART/sfc_data.tile6.nc: bit-for-bit identical Executable did not change during test suite: File: ./fv3.exe - Expected md5sum: c40dc160b0904b84b19eec467c6a41be - Actual md5sum: c40dc160b0904b84b19eec467c6a41be - TEST PASSED AT Mon Dec 30 17:26:20 UTC 2019 + Expected md5sum: 0c00eaf94104a4a0b879c2f35365f3dc + Actual md5sum: 0c00eaf94104a4a0b879c2f35365f3dc + TEST PASSED AT Thu Jan 23 21:52:12 UTC 2020 TEST #19: PASS - Test fv3_control_32bit starting at Mon Dec 30 17:06:04 UTC 2019 (Compare FV3 32bit compile results with previous trunk version) - Mon Dec 30 17:06:04 UTC 2019 + Test fv3_control_32bit starting at Thu Jan 23 21:26:04 UTC 2020 (Compare FV3 32bit compile results with previous trunk version) + Thu Jan 23 21:26:04 UTC 2020 atmos_4xdaily.tile1.nc: bit-for-bit identical atmos_4xdaily.tile2.nc: bit-for-bit identical atmos_4xdaily.tile3.nc: bit-for-bit identical @@ -1003,11 +1001,11 @@ TEST #19: PASS RESTART/sfc_data.tile4.nc: bit-for-bit identical RESTART/sfc_data.tile5.nc: bit-for-bit identical RESTART/sfc_data.tile6.nc: bit-for-bit identical - TEST PASSED AT Mon Dec 30 17:07:11 UTC 2019 + TEST PASSED AT Thu Jan 23 21:27:08 UTC 2020 TEST #20: PASS - Test fv3_gfdlmprad_32bit_post starting at Mon Dec 30 17:06:04 UTC 2019 (Compare FV3 GFDL mircrophysics radiation change with inline post results with previous trunk version) - Mon Dec 30 17:06:04 UTC 2019 + Test fv3_gfdlmprad_32bit_post starting at Thu Jan 23 21:26:16 UTC 2020 (Compare FV3 GFDL mircrophysics radiation change with inline post results with previous trunk version) + Thu Jan 23 21:26:16 UTC 2020 atmos_4xdaily.tile1.nc: bit-for-bit identical atmos_4xdaily.tile2.nc: bit-for-bit identical atmos_4xdaily.tile3.nc: bit-for-bit identical @@ -1054,11 +1052,11 @@ TEST #20: PASS RESTART/sfc_data.tile4.nc: bit-for-bit identical RESTART/sfc_data.tile5.nc: bit-for-bit identical RESTART/sfc_data.tile6.nc: bit-for-bit identical - TEST PASSED AT Mon Dec 30 17:07:37 UTC 2019 + TEST PASSED AT Thu Jan 23 21:27:46 UTC 2020 TEST #21: PASS - Test fv3_csawmg3shoc127 starting at Mon Dec 30 17:26:58 UTC 2019 (Compare 127 L FV3 with CSAW MG3 and SHOC results with previous trunk version) - Mon Dec 30 17:26:58 UTC 2019 + Test fv3_csawmg3shoc127 starting at Thu Jan 23 21:56:26 UTC 2020 (Compare 127 L FV3 with CSAW MG3 and SHOC results with previous trunk version) + Thu Jan 23 21:56:26 UTC 2020 atmos_4xdaily.tile1.nc: bit-for-bit identical atmos_4xdaily.tile2.nc: bit-for-bit identical atmos_4xdaily.tile3.nc: bit-for-bit identical @@ -1103,13 +1101,13 @@ TEST #21: PASS RESTART/sfc_data.tile6.nc: bit-for-bit identical Executable did not change during test suite: File: ./fv3.exe - Expected md5sum: c40dc160b0904b84b19eec467c6a41be - Actual md5sum: c40dc160b0904b84b19eec467c6a41be - TEST PASSED AT Mon Dec 30 17:32:48 UTC 2019 + Expected md5sum: 0c00eaf94104a4a0b879c2f35365f3dc + Actual md5sum: 0c00eaf94104a4a0b879c2f35365f3dc + TEST PASSED AT Thu Jan 23 22:02:27 UTC 2020 TEST #22: PASS - Test fv3_read_inc starting at Mon Dec 30 17:26:58 UTC 2019 (Compare FV3 read_inc results with previous trunk version) - Mon Dec 30 17:26:58 UTC 2019 + Test fv3_read_inc starting at Thu Jan 23 21:53:52 UTC 2020 (Compare FV3 read_inc results with previous trunk version) + Thu Jan 23 21:53:52 UTC 2020 atmos_4xdaily.tile1.nc: bit-for-bit identical atmos_4xdaily.tile2.nc: bit-for-bit identical atmos_4xdaily.tile3.nc: bit-for-bit identical @@ -1174,13 +1172,13 @@ TEST #22: PASS RESTART/sfc_data.tile6.nc: bit-for-bit identical Executable did not change during test suite: File: ./fv3.exe - Expected md5sum: c40dc160b0904b84b19eec467c6a41be - Actual md5sum: c40dc160b0904b84b19eec467c6a41be - TEST PASSED AT Mon Dec 30 17:28:08 UTC 2019 + Expected md5sum: 0c00eaf94104a4a0b879c2f35365f3dc + Actual md5sum: 0c00eaf94104a4a0b879c2f35365f3dc + TEST PASSED AT Thu Jan 23 21:55:00 UTC 2020 TEST #23: PASS - Test fv3_satmedmf starting at Mon Dec 30 17:26:58 UTC 2019 (Compare FV3 control with satmedmf on Gaussian grid nemsio output results with previous trunk version) - Mon Dec 30 17:26:58 UTC 2019 + Test fv3_satmedmf starting at Thu Jan 23 21:55:07 UTC 2020 (Compare FV3 control with satmedmf on Gaussian grid nemsio output results with previous trunk version) + Thu Jan 23 21:55:07 UTC 2020 atmos_4xdaily.tile1.nc: bit-for-bit identical atmos_4xdaily.tile2.nc: bit-for-bit identical atmos_4xdaily.tile3.nc: bit-for-bit identical @@ -1225,13 +1223,13 @@ TEST #23: PASS RESTART/sfc_data.tile6.nc: bit-for-bit identical Executable did not change during test suite: File: ./fv3.exe - Expected md5sum: c40dc160b0904b84b19eec467c6a41be - Actual md5sum: c40dc160b0904b84b19eec467c6a41be - TEST PASSED AT Mon Dec 30 17:28:07 UTC 2019 + Expected md5sum: 0c00eaf94104a4a0b879c2f35365f3dc + Actual md5sum: 0c00eaf94104a4a0b879c2f35365f3dc + TEST PASSED AT Thu Jan 23 21:56:16 UTC 2020 TEST #24: PASS - Test fv3_control starting at Mon Dec 30 17:26:58 UTC 2019 (Compare FV3 control results with previous trunk version) - Mon Dec 30 17:26:58 UTC 2019 + Test fv3_control starting at Thu Jan 23 21:56:14 UTC 2020 (Compare FV3 control results with previous trunk version) + Thu Jan 23 21:56:14 UTC 2020 atmos_4xdaily.tile1.nc: bit-for-bit identical atmos_4xdaily.tile2.nc: bit-for-bit identical atmos_4xdaily.tile3.nc: bit-for-bit identical @@ -1296,13 +1294,13 @@ TEST #24: PASS RESTART/sfc_data.tile6.nc: bit-for-bit identical Executable did not change during test suite: File: ./fv3.exe - Expected md5sum: c40dc160b0904b84b19eec467c6a41be - Actual md5sum: c40dc160b0904b84b19eec467c6a41be - TEST PASSED AT Mon Dec 30 17:28:05 UTC 2019 + Expected md5sum: 0c00eaf94104a4a0b879c2f35365f3dc + Actual md5sum: 0c00eaf94104a4a0b879c2f35365f3dc + TEST PASSED AT Thu Jan 23 21:57:24 UTC 2020 TEST #25: PASS - Test fv3_gfdlmp starting at Mon Dec 30 17:26:58 UTC 2019 (Compare FV3 GFDL mircrophysics results with previous trunk version) - Mon Dec 30 17:26:58 UTC 2019 + Test fv3_gfdlmp starting at Thu Jan 23 21:56:15 UTC 2020 (Compare FV3 GFDL mircrophysics results with previous trunk version) + Thu Jan 23 21:56:15 UTC 2020 atmos_4xdaily.tile1.nc: bit-for-bit identical atmos_4xdaily.tile2.nc: bit-for-bit identical atmos_4xdaily.tile3.nc: bit-for-bit identical @@ -1347,13 +1345,13 @@ TEST #25: PASS RESTART/sfc_data.tile6.nc: bit-for-bit identical Executable did not change during test suite: File: ./fv3.exe - Expected md5sum: c40dc160b0904b84b19eec467c6a41be - Actual md5sum: c40dc160b0904b84b19eec467c6a41be - TEST PASSED AT Mon Dec 30 17:28:14 UTC 2019 + Expected md5sum: 0c00eaf94104a4a0b879c2f35365f3dc + Actual md5sum: 0c00eaf94104a4a0b879c2f35365f3dc + TEST PASSED AT Thu Jan 23 21:57:31 UTC 2020 TEST #26: PASS - Test fv3_gfdlmprad_noahmp starting at Mon Dec 30 17:26:58 UTC 2019 (Compare FV3 GFDL radiation interaction option and Noah MP results with previous trunk version) - Mon Dec 30 17:26:58 UTC 2019 + Test fv3_gfdlmprad_noahmp starting at Thu Jan 23 21:56:31 UTC 2020 (Compare FV3 GFDL radiation interaction option and Noah MP results with previous trunk version) + Thu Jan 23 21:56:31 UTC 2020 atmos_4xdaily.tile1.nc: bit-for-bit identical atmos_4xdaily.tile2.nc: bit-for-bit identical atmos_4xdaily.tile3.nc: bit-for-bit identical @@ -1398,13 +1396,13 @@ TEST #26: PASS RESTART/sfc_data.tile6.nc: bit-for-bit identical Executable did not change during test suite: File: ./fv3.exe - Expected md5sum: c40dc160b0904b84b19eec467c6a41be - Actual md5sum: c40dc160b0904b84b19eec467c6a41be - TEST PASSED AT Mon Dec 30 17:28:15 UTC 2019 + Expected md5sum: 0c00eaf94104a4a0b879c2f35365f3dc + Actual md5sum: 0c00eaf94104a4a0b879c2f35365f3dc + TEST PASSED AT Thu Jan 23 21:57:48 UTC 2020 TEST #27: PASS - Test fv3_2threads starting at Mon Dec 30 17:26:58 UTC 2019 (Compare FV3 2 threads results with previous trunk version) - Mon Dec 30 17:26:58 UTC 2019 + Test fv3_2threads starting at Thu Jan 23 21:56:32 UTC 2020 (Compare FV3 2 threads results with previous trunk version) + Thu Jan 23 21:56:32 UTC 2020 atmos_4xdaily.tile1.nc: bit-for-bit identical atmos_4xdaily.tile2.nc: bit-for-bit identical atmos_4xdaily.tile3.nc: bit-for-bit identical @@ -1469,13 +1467,13 @@ TEST #27: PASS RESTART/sfc_data.tile6.nc: bit-for-bit identical Executable did not change during test suite: File: ./fv3.exe - Expected md5sum: c40dc160b0904b84b19eec467c6a41be - Actual md5sum: c40dc160b0904b84b19eec467c6a41be - TEST PASSED AT Mon Dec 30 17:28:01 UTC 2019 + Expected md5sum: 0c00eaf94104a4a0b879c2f35365f3dc + Actual md5sum: 0c00eaf94104a4a0b879c2f35365f3dc + TEST PASSED AT Thu Jan 23 21:57:35 UTC 2020 TEST #28: PASS - Test fv3_wrtGauss_netcdf_esmf starting at Mon Dec 30 17:26:58 UTC 2019 (Compare FV3 Gaussian grid netcdf output results with previous trunk version) - Mon Dec 30 17:26:58 UTC 2019 + Test fv3_wrtGauss_netcdf_esmf starting at Thu Jan 23 21:57:34 UTC 2020 (Compare FV3 Gaussian grid netcdf output results with previous trunk version) + Thu Jan 23 21:57:35 UTC 2020 atmos_4xdaily.tile1.nc: bit-for-bit identical atmos_4xdaily.tile2.nc: bit-for-bit identical atmos_4xdaily.tile3.nc: bit-for-bit identical @@ -1520,13 +1518,13 @@ TEST #28: PASS RESTART/sfc_data.tile6.nc: bit-for-bit identical Executable did not change during test suite: File: ./fv3.exe - Expected md5sum: c40dc160b0904b84b19eec467c6a41be - Actual md5sum: c40dc160b0904b84b19eec467c6a41be - TEST PASSED AT Mon Dec 30 17:30:16 UTC 2019 + Expected md5sum: 0c00eaf94104a4a0b879c2f35365f3dc + Actual md5sum: 0c00eaf94104a4a0b879c2f35365f3dc + TEST PASSED AT Thu Jan 23 22:00:56 UTC 2020 TEST #29: PASS - Test fv3_csawmg starting at Mon Dec 30 17:28:42 UTC 2019 (Compare FV3 with CSAW and MG2 results with previous trunk version) - Mon Dec 30 17:28:43 UTC 2019 + Test fv3_csawmg starting at Thu Jan 23 21:57:41 UTC 2020 (Compare FV3 with CSAW and MG2 results with previous trunk version) + Thu Jan 23 21:57:41 UTC 2020 atmos_4xdaily.tile1.nc: bit-for-bit identical atmos_4xdaily.tile2.nc: bit-for-bit identical atmos_4xdaily.tile3.nc: bit-for-bit identical @@ -1571,13 +1569,13 @@ TEST #29: PASS RESTART/sfc_data.tile6.nc: bit-for-bit identical Executable did not change during test suite: File: ./fv3.exe - Expected md5sum: c40dc160b0904b84b19eec467c6a41be - Actual md5sum: c40dc160b0904b84b19eec467c6a41be - TEST PASSED AT Mon Dec 30 17:31:18 UTC 2019 + Expected md5sum: 0c00eaf94104a4a0b879c2f35365f3dc + Actual md5sum: 0c00eaf94104a4a0b879c2f35365f3dc + TEST PASSED AT Thu Jan 23 22:00:19 UTC 2020 TEST #30: PASS - Test fv3_wsm6 starting at Mon Dec 30 17:28:43 UTC 2019 (Compare FV3 GFDL mircrophysics results with previous trunk version) - Mon Dec 30 17:28:43 UTC 2019 + Test fv3_wsm6 starting at Thu Jan 23 21:57:51 UTC 2020 (Compare FV3 GFDL mircrophysics results with previous trunk version) + Thu Jan 23 21:57:51 UTC 2020 atmos_4xdaily.tile1.nc: bit-for-bit identical atmos_4xdaily.tile2.nc: bit-for-bit identical atmos_4xdaily.tile3.nc: bit-for-bit identical @@ -1642,13 +1640,13 @@ TEST #30: PASS RESTART/sfc_data.tile6.nc: bit-for-bit identical Executable did not change during test suite: File: ./fv3.exe - Expected md5sum: c40dc160b0904b84b19eec467c6a41be - Actual md5sum: c40dc160b0904b84b19eec467c6a41be - TEST PASSED AT Mon Dec 30 17:30:26 UTC 2019 + Expected md5sum: 0c00eaf94104a4a0b879c2f35365f3dc + Actual md5sum: 0c00eaf94104a4a0b879c2f35365f3dc + TEST PASSED AT Thu Jan 23 21:59:34 UTC 2020 TEST #31: PASS - Test fv3_stretched starting at Mon Dec 30 17:06:03 UTC 2019 (Stretched grid; compare against previous baseline) - Mon Dec 30 17:06:03 UTC 2019 + Test fv3_stretched starting at Thu Jan 23 21:27:16 UTC 2020 (Stretched grid; compare against previous baseline) + Thu Jan 23 21:27:16 UTC 2020 atmos_4xdaily.tile1.nc: bit-for-bit identical atmos_4xdaily.tile2.nc: bit-for-bit identical atmos_4xdaily.tile3.nc: bit-for-bit identical @@ -1699,11 +1697,11 @@ TEST #31: PASS RESTART/sfc_data.tile4.nc: bit-for-bit identical RESTART/sfc_data.tile5.nc: bit-for-bit identical RESTART/sfc_data.tile6.nc: bit-for-bit identical - TEST PASSED AT Mon Dec 30 17:09:31 UTC 2019 + TEST PASSED AT Thu Jan 23 21:30:42 UTC 2020 TEST #32: PASS - Test fv3_wrtGauss_nemsio_c192 starting at Mon Dec 30 17:28:42 UTC 2019 (Compare c192 FV3 Gaussian grid nemsio output results with previous trunk version) - Mon Dec 30 17:28:42 UTC 2019 + Test fv3_wrtGauss_nemsio_c192 starting at Thu Jan 23 22:00:37 UTC 2020 (Compare c192 FV3 Gaussian grid nemsio output results with previous trunk version) + Thu Jan 23 22:00:37 UTC 2020 atmos_4xdaily.tile1.nc: bit-for-bit identical atmos_4xdaily.tile2.nc: bit-for-bit identical atmos_4xdaily.tile3.nc: bit-for-bit identical @@ -1748,13 +1746,13 @@ TEST #32: PASS RESTART/sfc_data.tile6.nc: bit-for-bit identical Executable did not change during test suite: File: ./fv3.exe - Expected md5sum: c40dc160b0904b84b19eec467c6a41be - Actual md5sum: c40dc160b0904b84b19eec467c6a41be - TEST PASSED AT Mon Dec 30 17:31:36 UTC 2019 + Expected md5sum: 0c00eaf94104a4a0b879c2f35365f3dc + Actual md5sum: 0c00eaf94104a4a0b879c2f35365f3dc + TEST PASSED AT Thu Jan 23 22:03:38 UTC 2020 TEST #33: PASS - Test fv3_rasmgshoc starting at Mon Dec 30 17:28:43 UTC 2019 (Compare FV3 with RAS MG2 and SHOC results with previous trunk version) - Mon Dec 30 17:28:43 UTC 2019 + Test fv3_rasmgshoc starting at Thu Jan 23 21:58:04 UTC 2020 (Compare FV3 with RAS MG2 and SHOC results with previous trunk version) + Thu Jan 23 21:58:04 UTC 2020 atmos_4xdaily.tile1.nc: bit-for-bit identical atmos_4xdaily.tile2.nc: bit-for-bit identical atmos_4xdaily.tile3.nc: bit-for-bit identical @@ -1799,10 +1797,10 @@ TEST #33: PASS RESTART/sfc_data.tile6.nc: bit-for-bit identical Executable did not change during test suite: File: ./fv3.exe - Expected md5sum: c40dc160b0904b84b19eec467c6a41be - Actual md5sum: c40dc160b0904b84b19eec467c6a41be - TEST PASSED AT Mon Dec 30 17:31:28 UTC 2019 -WORKFLOW REPORT AT Mon Dec 30 18:15:46 2019 (+1577729746) + Expected md5sum: 0c00eaf94104a4a0b879c2f35365f3dc + Actual md5sum: 0c00eaf94104a4a0b879c2f35365f3dc + TEST PASSED AT Thu Jan 23 22:00:51 UTC 2020 +WORKFLOW REPORT AT Thu Jan 23 23:02:24 2020 (+1579820544) Tests: 0 failed, 33 passed out of 33 Builds: 0 failed, 4 passed out of 4 REGRESSION TEST WAS SUCCESSFUL diff --git a/parm/ccpp_v15p2_c96.nml.IN b/parm/ccpp_v15p2_c96.nml.IN index 334d887db6..ef7186f6fa 100644 --- a/parm/ccpp_v15p2_c96.nml.IN +++ b/parm/ccpp_v15p2_c96.nml.IN @@ -151,18 +151,18 @@ ivegsrc = 1 isot = 1 debug = .false. - oz_phys = .F. - oz_phys_2015 = .T. + oz_phys = .F. + oz_phys_2015 = .T. nstf_name = 2,1,0,0,0 nst_anl = .true. psautco = 0.0008,0.0005 prautco = 0.00015,0.00015 lgfdlmprad = .true. effr_in = .true. - do_sppt = .T. - do_shum = .T. - do_skeb = .T. - do_sfcperts = .F. + do_sppt = .true. + do_shum = .true. + do_skeb = .true. + do_sfcperts = .false. / &gfdl_cloud_microphysics_nml @@ -244,11 +244,15 @@ FSMCL(2) = 99999 FSMCL(3) = 99999 FSMCL(4) = 99999 + LANDICE = .true. FTSFS = 90 + FAISL = 99999 + FAISS = 99999 FSNOL = 99999 + FSNOS = 99999 FSICL = 99999 + FSICS = 99999 FTSFL = 99999 - FAISL = 99999 FVETL = 99999 FSOTL = 99999 FvmnL = 99999 diff --git a/parm/ccpp_v16beta_c96.nml.IN b/parm/ccpp_v16beta_c96.nml.IN index a51fc7089c..db6af718c4 100644 --- a/parm/ccpp_v16beta_c96.nml.IN +++ b/parm/ccpp_v16beta_c96.nml.IN @@ -176,8 +176,8 @@ deflate_level=1 iopt_tbot = 2 iopt_stc = 1 debug = .false. - oz_phys = .F. - oz_phys_2015 = .T. + oz_phys = .F. + oz_phys_2015 = .T. nstf_name = 2,1,0,0,0 nst_anl = .true. psautco = 0.0008,0.0005 @@ -190,7 +190,7 @@ deflate_level=1 do_sppt = .true. do_shum = .true. do_skeb = .true. - do_sfcperts = .false. + do_sfcperts = .false. / &gfdl_cloud_microphysics_nml diff --git a/parm/v15p2_c96.nml.IN b/parm/v15p2_c96.nml.IN new file mode 100644 index 0000000000..dedfb2b42f --- /dev/null +++ b/parm/v15p2_c96.nml.IN @@ -0,0 +1,306 @@ +&amip_interp_nml + interp_oi_sst = .true. + use_ncep_sst = .true. + use_ncep_ice = .false. + no_anom_sst = .false. + data_set = 'reynolds_oi' + date_out_of_range = 'climo' +/ + +&atmos_model_nml + blocksize = 32 + chksum_debug = .false. + dycore_only = .false. + fdiag = 1 + fhmax = 384 + fhout = 3 + fhmaxhf = 120 + fhouthf = 1 +/ + +&diag_manager_nml + prepend_date = .false. +/ + +&fms_io_nml + checksum_required = .false. + max_files_r = 100 + max_files_w = 100 +/ + +&fms_nml + clock_grain = 'ROUTINE' + domains_stack_size = 3000000 + print_memory_usage = .false. +/ + +&fv_core_nml + layout = 3,8 + io_layout = 1,1 + npx = 97 + npy = 97 + ntiles = 6 + npz = 64 + grid_type = -1 + make_nh = .false. + fv_debug = .false. + range_warn = .false. + reset_eta = .false. + n_sponge = 10 + nudge_qv = .true. + nudge_dz = .false. + tau = 10. + rf_cutoff = 7.5e2 + d2_bg_k1 = 0.15 + d2_bg_k2 = 0.02 + kord_tm = -9 + kord_mt = 9 + kord_wz = 9 + kord_tr = 9 + hydrostatic = .false. + phys_hydrostatic = .false. + use_hydro_pressure = .false. + beta = 0. + a_imp = 1. + p_fac = 0.1 + k_split = 2 + n_split = 6 + nwat = 6 + na_init = 0 + d_ext = 0. + dnats = 1 + fv_sg_adj = 450 + d2_bg = 0. + nord = 2 + dddmp = 0.1 + d4_bg = 0.12 + vtdm4 = 0.02 + delt_max = 0.002 + ke_bg = 0. + do_vort_damp = .true. + external_ic = .true. + external_eta = .true. + gfs_phil = .false. + nggps_ic = .true. + mountain = .false. + ncep_ic = .false. + d_con = 1. + hord_mt = 5 + hord_vt = 5 + hord_tm = 5 + hord_dp = -5 + hord_tr = 8 + adjust_dry_mass = .false. + consv_te = 1. + do_sat_adj = .true. + consv_am = .false. + fill = .true. + dwind_2d = .false. + print_freq = 6 + warm_start = .false. + no_dycore = .false. + z_tracer = .true. + agrid_vel_rst = .true. + read_increment = .false. + res_latlon_dynamics = "" +/ + +&external_ic_nml + filtered_terrain = .true. + levp = 65 + gfs_dwinds = .true. + checker_tr = .false. + nt_checker = 0 +/ + +&gfs_physics_nml + fhzero = 6 + h2o_phys = .true. + ldiag3d = .false. + fhcyc = 24 + use_ufo = .true. + pre_rad = .false. + ncld = 5 + imp_physics = 11 + pdfcld = .false. + fhswr = 3600. + fhlwr = 3600. + ialb = 1 + iems = 1 + iaer = 111 + ico2 = 2 + isubc_sw = 2 + isubc_lw = 2 + isol = 2 + lwhtr = .true. + swhtr = .true. + cnvgwd = .true. + shal_cnv = .true. + cal_pre = .false. + redrag = .true. + dspheat = .true. + hybedmf = .true. + random_clds = .false. + trans_trac = .true. + cnvcld = .true. + imfshalcnv = 2 + imfdeepcnv = 2 + cdmbgwd = 3.5,0.25 + prslrd0 = 0. + ivegsrc = 1 + isot = 1 + debug = .false. + nstf_name = 2,1,0,0,0 + nst_anl = .true. + psautco = 0.0008,0.0005 + prautco = 0.00015,0.00015 + lgfdlmprad = .true. + effr_in = .true. + do_sppt = .true. + do_shum = .true. + do_skeb = .true. + do_sfcperts = .false. +/ + +&gfdl_cloud_microphysics_nml + sedi_transport = .true. + do_sedi_heat = .false. + rad_snow = .true. + rad_graupel = .true. + rad_rain = .true. + const_vi = .F. + const_vs = .F. + const_vg = .F. + const_vr = .F. + vi_max = 1. + vs_max = 2. + vg_max = 12. + vr_max = 12. + qi_lim = 1. + prog_ccn = .false. + do_qa = .true. + fast_sat_adj = .true. + tau_l2v = 225. + tau_v2l = 150. + tau_g2v = 900. + rthresh = 10.e-6 ! This is a key parameter for cloud water + dw_land = 0.16 + dw_ocean = 0.10 + ql_gen = 1.0e-3 + ql_mlt = 1.0e-3 + qi0_crt = 8.0E-5 + qs0_crt = 1.0e-3 + tau_i2s = 1000. + c_psaci = 0.05 + c_pgacs = 0.01 + rh_inc = 0.30 + rh_inr = 0.30 + rh_ins = 0.30 + ccn_l = 300. + ccn_o = 100. + c_paut = 0.5 + c_cracw = 0.8 + use_ppm = .false. + use_ccn = .true. + mono_prof = .true. + z_slope_liq = .true. + z_slope_ice = .true. + de_ice = .false. + fix_negative = .true. + icloud_f = 1 + mp_time = 150. +/ + +&interpolator_nml + interp_method = 'conserve_great_circle' +/ + +&namsfc + FNGLAC = 'global_glacier.2x2.grb' + FNMXIC = 'global_maxice.2x2.grb' + FNTSFC = 'RTGSST.1982.2012.monthly.clim.grb' + FNSNOC = 'global_snoclim.1.875.grb' + FNZORC = 'igbp' + FNALBC = 'global_snowfree_albedo.bosu.t126.384.190.rg.grb' + FNALBC2 = 'global_albedo4.1x1.grb' + FNAISC = 'CFSR.SEAICE.1982.2012.monthly.clim.grb' + FNTG3C = 'global_tg3clim.2.6x1.5.grb' + FNVEGC = 'global_vegfrac.0.144.decpercent.grb' + FNVETC = 'global_vegtype.igbp.t126.384.190.rg.grb' + FNSOTC = 'global_soiltype.statsgo.t126.384.190.rg.grb' + FNSMCC = 'global_soilmgldas.t126.384.190.grb' + FNMSKH = 'seaice_newland.grb' + FNTSFA = '' + FNACNA = '' + FNSNOA = '' + FNVMNC = 'global_shdmin.0.144x0.144.grb' + FNVMXC = 'global_shdmax.0.144x0.144.grb' + FNSLPC = 'global_slope.1x1.grb' + FNABSC = 'global_mxsnoalb.uariz.t126.384.190.rg.grb' + LDEBUG = .false. + FSMCL(2) = 99999 + FSMCL(3) = 99999 + FSMCL(4) = 99999 + LANDICE = .true. + FTSFS = 90 + FAISL = 99999 + FAISS = 99999 + FSNOL = 99999 + FSNOS = 99999 + FSICL = 99999 + FSICS = 99999 + FTSFL = 99999 + FVETL = 99999 + FSOTL = 99999 + FvmnL = 99999 + FvmxL = 99999 + FSLPL = 99999 + FABSL = 99999 +/ + +&fv_grid_nml + grid_file = 'INPUT/grid_spec.nc' +/ + +&nam_stochy + ntrunc = 766 + lon_s = 1536 + lat_s = 768 + skeb = 0.3 + iseed_skeb = 2019102712451 + iseed_shum = 2019102712452 + iseed_sppt = 2019102712453 + skeb_tau = 21600. + skeb_lscale = 500000. + skebnorm = 0 + skeb_npass = 30 + skeb_vdof = 5 + shum = 0.005 + shum_tau = 21600. + shum_lscale = 500000. + sppt = 0.5 + sppt_tau = 21600. + sppt_lscale = 500000. + sppt_logit = .true. + sppt_sfclimit = .true. + use_zmtnblck = .true. +/ + +&nam_sfcperts +/ + +&cires_ugwp_nml + knob_ugwp_solver = 2 + knob_ugwp_source = 1,1,0,0 + knob_ugwp_wvspec = 1,25,25,25 + knob_ugwp_azdir = 2,4,4,4 + knob_ugwp_stoch = 0,0,0,0 + knob_ugwp_effac = 1,1,1,1 + knob_ugwp_doaxyz = 1 + knob_ugwp_doheat = 1 + knob_ugwp_dokdis = 1 + knob_ugwp_ndx4lh = 1 + knob_ugwp_version = 0 + launch_level = 25 +/ + diff --git a/parm/v16beta_c96.nml.IN b/parm/v16beta_c96.nml.IN new file mode 100644 index 0000000000..bc29afd5aa --- /dev/null +++ b/parm/v16beta_c96.nml.IN @@ -0,0 +1,335 @@ +&amip_interp_nml + interp_oi_sst = .true. + use_ncep_sst = .true. + use_ncep_ice = .false. + no_anom_sst = .false. + data_set = 'reynolds_oi' + date_out_of_range = 'climo' +/ + +&atmos_model_nml + blocksize = 32 + chksum_debug = .false. + dycore_only = .false. + fdiag = 1 + fhmax = 384 + fhout = 3 + fhmaxhf = 120 + fhouthf = 1 +/ + +&diag_manager_nml + prepend_date = .false. +/ + +&fms_io_nml + checksum_required = .false. + max_files_r = 100 + max_files_w = 100 +/ + +&mpp_io_nml +shuffle=1 +deflate_level=1 +/ + +&fms_nml + clock_grain = 'ROUTINE' + domains_stack_size = 3000000 + print_memory_usage = .false. +/ + +&fv_core_nml + layout = 3,8 + io_layout = 1,1 + npx = 97 + npy = 97 + ntiles = 6 + npz = 64 + grid_type = -1 + make_nh = .false. + fv_debug = .false. + range_warn = .false. + reset_eta = .false. + n_sponge = 10 + nudge_qv = .true. + nudge_dz = .false. + tau = 10. + rf_cutoff = 7.5e2 + d2_bg_k1 = 0.20 + d2_bg_k2 = 0.0 + kord_tm = -9 + kord_mt = 9 + kord_wz = 9 + kord_tr = 9 + hydrostatic = .false. + phys_hydrostatic = .false. + use_hydro_pressure = .false. + beta = 0. + a_imp = 1. + p_fac = 0.1 + k_split = 2 + n_split = 6 + nwat = 6 + na_init = 0 + d_ext = 0. + dnats = 1 + fv_sg_adj = 450 + d2_bg = 0. + nord = 2 + dddmp = 0.1 + d4_bg = 0.12 + vtdm4 = 0.02 + delt_max = 0.002 + ke_bg = 0. + do_vort_damp = .true. + external_ic = .true. + external_eta = .true. + gfs_phil = .false. + nggps_ic = .true. + mountain = .false. + ncep_ic = .false. + d_con = 1. + hord_mt = 5 + hord_vt = 5 + hord_tm = 5 + hord_dp = -5 + hord_tr = 8 + adjust_dry_mass = .false. + consv_te = 1. + do_sat_adj = .true. + consv_am = .false. + fill = .true. + dwind_2d = .false. + print_freq = 6 + warm_start = .false. + no_dycore = .false. + z_tracer = .true. + agrid_vel_rst = .true. + read_increment = .false. + res_latlon_dynamics = "" +/ + +&external_ic_nml + filtered_terrain = .true. + levp = 65 + gfs_dwinds = .true. + checker_tr = .false. + nt_checker = 0 +/ + +&gfs_physics_nml + fhzero = 6 + h2o_phys = .true. + ldiag3d = .false. + fhcyc = 24 + use_ufo = .true. + pre_rad = .false. + ncld = 5 + imp_physics = 11 + pdfcld = .false. + fhswr = 3600. + fhlwr = 3600. + ialb = 1 + iems = 1 + iaer = 5111 + icliq_sw = 2 + iovr_lw = 3 + iovr_sw = 3 + ico2 = 2 + isubc_sw = 2 + isubc_lw = 2 + isol = 2 + lwhtr = .true. + swhtr = .true. + cnvgwd = .true. + shal_cnv = .true. + cal_pre = .false. + redrag = .true. + dspheat = .true. + hybedmf = .false. + satmedmf = .true. + isatmedmf = 1 + lheatstrg = .true. + random_clds = .false. + trans_trac = .true. + cnvcld = .true. + imfshalcnv = 2 + imfdeepcnv = 2 + cdmbgwd = 4.0,0.15,1.0,1.0 + prslrd0 = 0. + ivegsrc = 1 + isot = 1 + lsoil = 4 + lsm = 1 + iopt_dveg = 1 + iopt_crs = 1 + iopt_btr = 1 + iopt_run = 1 + iopt_sfc = 1 + iopt_frz = 1 + iopt_inf = 1 + iopt_rad = 1 + iopt_alb = 2 + iopt_snf = 4 + iopt_tbot = 2 + iopt_stc = 1 + debug = .false. + nstf_name = 2,1,0,0,0 + nst_anl = .true. + psautco = 0.0008,0.0005 + prautco = 0.00015,0.00015 + lgfdlmprad = .true. + effr_in = .true. + ldiag_ugwp = .false. + do_ugwp = .false. + do_tofd = .true. + do_sppt = .true. + do_shum = .true. + do_skeb = .true. + do_sfcperts = .false. +/ + +&gfdl_cloud_microphysics_nml + sedi_transport = .true. + do_sedi_heat = .false. + rad_snow = .true. + rad_graupel = .true. + rad_rain = .true. + const_vi = .F. + const_vs = .F. + const_vg = .F. + const_vr = .F. + vi_max = 1. + vs_max = 2. + vg_max = 12. + vr_max = 12. + qi_lim = 1. + prog_ccn = .false. + do_qa = .true. + fast_sat_adj = .true. + tau_l2v = 225. + tau_v2l = 150. + tau_g2v = 900. + rthresh = 10.e-6 ! This is a key parameter for cloud water + dw_land = 0.16 + dw_ocean = 0.10 + ql_gen = 1.0e-3 + ql_mlt = 1.0e-3 + qi0_crt = 8.0E-5 + qs0_crt = 1.0e-3 + tau_i2s = 1000. + c_psaci = 0.05 + c_pgacs = 0.01 + rh_inc = 0.30 + rh_inr = 0.30 + rh_ins = 0.30 + ccn_l = 300. + ccn_o = 100. + c_paut = 0.5 + c_cracw = 0.8 + use_ppm = .false. + use_ccn = .true. + mono_prof = .true. + z_slope_liq = .true. + z_slope_ice = .true. + de_ice = .false. + fix_negative = .true. + icloud_f = 1 + mp_time = 150. + reiflag = 2 +/ + +&interpolator_nml + interp_method = 'conserve_great_circle' +/ + +&namsfc + FNGLAC = 'global_glacier.2x2.grb' + FNMXIC = 'global_maxice.2x2.grb' + FNTSFC = 'RTGSST.1982.2012.monthly.clim.grb' + FNSNOC = 'global_snoclim.1.875.grb' + FNZORC = 'igbp' + FNALBC = 'global_snowfree_albedo.bosu.t126.384.190.rg.grb' + FNALBC2 = 'global_albedo4.1x1.grb' + FNAISC = 'CFSR.SEAICE.1982.2012.monthly.clim.grb' + FNTG3C = 'global_tg3clim.2.6x1.5.grb' + FNVEGC = 'global_vegfrac.0.144.decpercent.grb' + FNVETC = 'global_vegtype.igbp.t126.384.190.rg.grb' + FNSOTC = 'global_soiltype.statsgo.t126.384.190.rg.grb' + FNSMCC = 'global_soilmgldas.t126.384.190.grb' + FNMSKH = 'seaice_newland.grb' + FNTSFA = '' + FNACNA = '' + FNSNOA = '' + FNVMNC = 'global_shdmin.0.144x0.144.grb' + FNVMXC = 'global_shdmax.0.144x0.144.grb' + FNSLPC = 'global_slope.1x1.grb' + FNABSC = 'global_mxsnoalb.uariz.t126.384.190.rg.grb' + LDEBUG = .false. + FSMCL(2) = 99999 + FSMCL(3) = 99999 + FSMCL(4) = 99999 + LANDICE = .true. + FTSFS = 90 + FAISL = 99999 + FAISS = 99999 + FSNOL = 99999 + FSNOS = 99999 + FSICL = 99999 + FSICS = 99999 + FTSFL = 99999 + FVETL = 99999 + FSOTL = 99999 + FvmnL = 99999 + FvmxL = 99999 + FSLPL = 99999 + FABSL = 99999 +/ + +&fv_grid_nml + grid_file = 'INPUT/grid_spec.nc' +/ + +&nam_stochy + ntrunc = 766 + lon_s = 1536 + lat_s = 768 + skeb = 0.3 + iseed_skeb = 2019102712451 + iseed_shum = 2019102712452 + iseed_sppt = 2019102712453 + skeb_tau = 21600. + skeb_lscale = 500000. + skebnorm = 0 + skeb_npass = 30 + skeb_vdof = 5 + shum = 0.005 + shum_tau = 21600. + shum_lscale = 500000. + sppt = 0.5 + sppt_tau = 21600. + sppt_lscale = 500000. + sppt_logit = .true. + sppt_sfclimit = .true. + use_zmtnblck = .true. +/ + +&nam_sfcperts +/ + +&cires_ugwp_nml + knob_ugwp_solver = 2 + knob_ugwp_source = 1,1,0,0 + knob_ugwp_wvspec = 1,25,25,25 + knob_ugwp_azdir = 2,4,4,4 + knob_ugwp_stoch = 0,0,0,0 + knob_ugwp_effac = 1,1,1,1 + knob_ugwp_doaxyz = 1 + knob_ugwp_doheat = 1 + knob_ugwp_dokdis = 1 + knob_ugwp_ndx4lh = 1 + knob_ugwp_version = 0 + launch_level = 27 +/ + diff --git a/tests/Compile_hera.intel.log b/tests/Compile_hera.intel.log index 8c9549078f..3cc990411c 100644 --- a/tests/Compile_hera.intel.log +++ b/tests/Compile_hera.intel.log @@ -1,1828 +1,52 @@ + SECONDS=0 -+++ readlink -f /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/compile_cmake.sh -++ dirname /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/compile_cmake.sh -+ readonly MYDIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests -+ MYDIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests ++++ readlink -f /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/tests/compile_cmake.sh +++ dirname /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/tests/compile_cmake.sh ++ readonly MYDIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/tests ++ MYDIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/tests + readonly ARGC=4 + ARGC=4 -+ cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests ++ cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/tests + [[ 4 -eq 0 ]] + [[ 4 -lt 2 ]] -+ PATHTR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model ++ PATHTR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model + MACHINE_ID=hera.intel -+ MAKE_OPT='REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y' -+ BUILD_NAME=fv3_10 ++ MAKE_OPT= ++ BUILD_NAME=fv3_1 + clean_before=YES + clean_after=YES -+ BUILD_DIR=build_fv3_10 ++ BUILD_DIR=build_fv3_1 + [[ hera.intel == cheyenne.* ]] + [[ hera.intel == wcoss_dell_p3 ]] + MAKE_THREADS=8 + hostname hfe01 -+ cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests -+ echo 'Compiling REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y into fv3_10.exe on hera.intel' -Compiling REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y into fv3_10.exe on hera.intel ++ cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/tests ++ echo 'Compiling into fv3_1.exe on hera.intel' +Compiling into fv3_1.exe on hera.intel + '[' YES = YES ']' -+ rm -rf build_fv3_10 -+ mkdir -p build_fv3_10 ++ rm -rf build_fv3_1 ++ mkdir -p build_fv3_1 ++ CCPP_CMAKE_FLAGS= ++ [[ '' == *\D\E\B\U\G\=\Y* ]] ++ [[ '' == *\R\E\P\R\O\=\Y* ]] ++ [[ '' == *\3\2\B\I\T\=\Y* ]] ++ [[ '' == *\O\P\E\N\M\P\=\N* ]] ++ [[ '' == *\C\C\P\P\=\Y* ]] ++ [[ '' == *\N\A\M\_\p\h\y\s\=\Y* ]] ++ [[ '' == *\W\W\3\=\Y* ]] +++ trim '' +++ local var= +++ var= +++ var= +++ echo -n '' + CCPP_CMAKE_FLAGS= -+ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y == *\D\E\B\U\G\=\Y* ]] -+ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y == *\R\E\P\R\O\=\Y* ]] -+ CCPP_CMAKE_FLAGS=' -DREPRO=Y' -+ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y == *\3\2\B\I\T\=\Y* ]] -+ CCPP_CMAKE_FLAGS=' -DREPRO=Y -D32BIT=Y' -+ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y == *\O\P\E\N\M\P\=\N* ]] -+ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y == *\C\C\P\P\=\Y* ]] -+ CCPP_CMAKE_FLAGS=' -DREPRO=Y -D32BIT=Y -DCCPP=ON -DMPI=ON' -+ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y == *\D\E\B\U\G\=\Y* ]] -+ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y == *\R\E\P\R\O\=\Y* ]] -+ CCPP_CMAKE_FLAGS=' -DREPRO=Y -D32BIT=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit' -+ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y == *\3\2\B\I\T\=\Y* ]] -+ CCPP_CMAKE_FLAGS=' -DREPRO=Y -D32BIT=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -DDYN32=ON' -+ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y == *\S\T\A\T\I\C\=\Y* ]] -+ CCPP_CMAKE_FLAGS=' -DREPRO=Y -D32BIT=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -DDYN32=ON -DSTATIC=ON' -+ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y == *\M\U\L\T\I\_\G\A\S\E\S\=\Y* ]] -+ CCPP_CMAKE_FLAGS=' -DREPRO=Y -D32BIT=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -DDYN32=ON -DSTATIC=ON -DMULTI_GASES=OFF' -++ echo REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y -++ sed 's/.* SUITES=//' -++ sed 's/ .*//' -+ SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched -+ cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model -+ ./FV3/ccpp/framework/scripts/ccpp_prebuild.py --config=FV3/ccpp/config/ccpp_prebuild_config.py --static --suites=FV3_GFS_2017,FV3_GFS_2017_stretched --builddir=tests/build_fv3_10/FV3 -INFO: Logging level set to INFO -INFO: Found TYPEDEFS_NEW_METADATA dictionary in config, assume at least some data is in new metadata formet -INFO: Parsing suite definition files ... -INFO: Parsing suite definition file FV3/ccpp/suites/suite_FV3_GFS_2017.xml ... -INFO: Parsing suite definition file FV3/ccpp/suites/suite_FV3_GFS_2017_stretched.xml ... -INFO: Parsing metadata tables for variables provided by host model ... -INFO: Parsed variable definition tables in module machine -INFO: Parsed variable definition tables in module module_radsw_parameters -INFO: Parsed variable definition tables in module module_radlw_parameters -INFO: Parsed variable definition tables in module CCPP_typedefs -INFO: Parsed variable definition tables in module GFS_typedefs -INFO: Parsed variable definition tables in module CCPP_data -INFO: Parsed variable definition tables in module ccpp_types -INFO: Convert local names from new metadata format into old metadata format ... -INFO: Converting local name sfcflw of variable lw_fluxes_sfc from new to old metadata -INFO: Converting local name nslwr of variable number_of_timesteps_between_longwave_radiation_calls from new to old metadata -INFO: Converting local name hydrostatic of variable flag_for_hydrostatic_solver from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_of_kinematic_buoyancy_flux_from_shoc_in_phy_f3d) of variable kinematic_buoyancy_flux_from_shoc from new to old metadata -INFO: Converting local name nkbfshoc of variable index_of_kinematic_buoyancy_flux_from_shoc_in_phy_f3d from new to old metadata -INFO: Converting local name dvisbm_cpl of variable cumulative_surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name cnvw of variable convective_cloud_water_mixing_ratio from new to old metadata -INFO: Converting local name ltaerosol of variable flag_for_aerosol_physics from new to old metadata -INFO: Converting local name rainmcadj of variable lwe_thickness_of_moist_convective_adj_precipitation_amount from new to old metadata -INFO: Converting local name loop_cnt of variable ccpp_loop_counter from new to old metadata -INFO: Converting local name ncpi of variable local_ice_number_concentration from new to old metadata -INFO: Converting local name pt of variable virtual_temperature_at_Lagrangian_surface from new to old metadata -INFO: Converting local name nirbmui of variable surface_upwelling_direct_near_infrared_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name vconvtend of variable tendency_of_y_wind_due_to_deep_convection_for_coupling_on_physics_timestep from new to old metadata -INFO: Converting local name uustar_ice of variable surface_friction_velocity_over_ice from new to old metadata -INFO: Converting local name phy_myj_uz0 of variable u_wind_component_at_viscous_sublayer_top from new to old metadata -INFO: Converting local name evap_land of variable kinematic_surface_upward_latent_heat_flux_over_land from new to old metadata -INFO: Converting local name ocean of variable flag_nonzero_ocean_surface_fraction from new to old metadata -INFO: Converting local name ep1d_ocean of variable surface_upward_potential_latent_heat_flux_over_ocean from new to old metadata -INFO: Converting local name qconvtend of variable tendency_of_water_vapor_specific_humidity_due_to_deep_convection_for_coupling_on_physics_timestep from new to old metadata -INFO: Converting local name islmsk_cice of variable sea_land_ice_mask_cice from new to old metadata -INFO: Converting local name cmm_ice of variable surface_drag_wind_speed_for_momentum_in_air_over_ice from new to old metadata -INFO: Converting local name visdfdi of variable surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name cnv_ndrop of variable number_concentration_of_cloud_liquid_water_particles_for_detrainment from new to old metadata -INFO: Converting local name sh2o of variable volume_fraction_of_unfrozen_soil_moisture_for_land_surface_model from new to old metadata -INFO: Converting local name tau_tofd of variable time_integral_of_momentum_flux_due_to_turbulent_orographic_form_drag from new to old metadata -INFO: Converting local name dnirbmi_cpl of variable instantaneous_surface_downwelling_direct_near_infrared_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name refdmax263k of variable maximum_reflectivity_at_minus10c_over_maximum_hourly_time_interval from new to old metadata -INFO: Converting local name ulwsfci of variable surface_upwelling_longwave_flux from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_liquid_cloud_condensate) of variable tendency_of_liquid_cloud_water_mixing_ratio_due_to_model_physics from new to old metadata -INFO: Converting local name ntcw of variable index_for_liquid_cloud_condensate from new to old metadata -INFO: Converting local name lheatstrg of variable flag_for_canopy_heat_storage from new to old metadata -INFO: Converting local name slc of variable volume_fraction_of_unfrozen_soil_moisture from new to old metadata -INFO: Converting local name tsfc_land of variable surface_skin_temperature_over_land_interstitial from new to old metadata -INFO: Converting local name save_v of variable y_wind_save from new to old metadata -INFO: Converting local name xkzm_m of variable atmosphere_momentum_diffusivity_background from new to old metadata -INFO: Converting local name gabsbdlw_land of variable surface_downwelling_longwave_flux_absorbed_by_ground_over_land from new to old metadata -INFO: Converting local name tprcp_ice of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_ice from new to old metadata -INFO: Converting local name stblcpxy of variable slow_soil_pool_mass_content_of_carbon from new to old metadata -INFO: Converting local name cdq_land of variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_land from new to old metadata -INFO: Converting local name du3dt(:,:,2) of variable cumulative_change_in_x_wind_due_to_orographic_gravity_wave_drag from new to old metadata -INFO: Converting local name mg_berg_eff_factor of variable mg_bergeron_efficiency_factor from new to old metadata -INFO: Converting local name clouds(:,:,3) of variable mean_effective_radius_for_liquid_cloud from new to old metadata -INFO: Converting local name aer_nm of variable aerosol_number_concentration_from_gocart_aerosol_climatology from new to old metadata -INFO: Converting local name xzts of variable sensitivity_of_dtl_thickness_to_surface_temperature from new to old metadata -INFO: Converting local name lake of variable flag_nonzero_lake_surface_fraction from new to old metadata -INFO: Converting local name kb of variable vertical_index_difference_between_layer_and_lower_bound from new to old metadata -INFO: Converting local name ipt of variable index_for_diagnostic_printout from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_ice_friendly_aerosols) of variable ice_friendly_aerosol_number_concentration from new to old metadata -INFO: Converting local name ntia of variable index_for_ice_friendly_aerosols from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_rain_water) of variable tendency_of_rain_water_mixing_ratio_due_to_model_physics from new to old metadata -INFO: Converting local name ntrw of variable index_for_rain_water from new to old metadata -INFO: Converting local name con_epsm1 of variable ratio_of_dry_air_to_water_vapor_gas_constants_minus_one from new to old metadata -INFO: Converting local name dqsfc_cice of variable surface_upward_latent_heat_flux_for_coupling_interstitial from new to old metadata -INFO: Converting local name last_step of variable flag_for_the_last_step_of_k_split_remapping from new to old metadata -INFO: Converting local name huge of variable netcdf_float_fillvalue from new to old metadata -INFO: Converting local name save_q(:,:,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio_save from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_liquid_cloud_number_concentration) of variable cloud_droplet_number_concentration from new to old metadata -INFO: Converting local name ntlnc of variable index_for_liquid_cloud_number_concentration from new to old metadata -INFO: Converting local name dv3dt(:,:,1) of variable cumulative_change_in_y_wind_due_to_PBL from new to old metadata -INFO: Converting local name imp_physics_mg of variable flag_for_morrison_gettelman_microphysics_scheme from new to old metadata -INFO: Converting local name cldtaulw of variable cloud_optical_depth_layers_at_10mu_band from new to old metadata -INFO: Converting local name wet of variable flag_nonzero_wet_surface_fraction from new to old metadata -INFO: Converting local name qsnowxy of variable snow_precipitation_rate_at_surface from new to old metadata -INFO: Converting local name iopt_frz of variable flag_for_supercooled_liquid_water_option from new to old metadata -INFO: Converting local name dsnow_cpl of variable tendency_of_lwe_thickness_of_snow_amount_for_coupling from new to old metadata -INFO: Converting local name cldsa of variable cloud_area_fraction_for_radiation from new to old metadata -INFO: Converting local name totsnwb of variable accumulated_lwe_thickness_of_snow_amount_in_bucket from new to old metadata -INFO: Converting local name gq0(:,:,index_for_rain_water) of variable rain_water_mixing_ratio_updated_by_physics from new to old metadata -INFO: Converting local name totsnw of variable accumulated_lwe_thickness_of_snow_amount from new to old metadata -INFO: Converting local name xkzm_s of variable diffusivity_background_sigma_level from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_water_friendly_aerosols) of variable tendency_of_water_friendly_aerosol_number_concentration_due_to_model_physics from new to old metadata -INFO: Converting local name ntwa of variable index_for_water_friendly_aerosols from new to old metadata -INFO: Converting local name fswtr of variable fraction_of_cloud_top_water_scavenged from new to old metadata -INFO: Converting local name nvisbmi_cpl of variable instantaneous_surface_net_downward_direct_ultraviolet_and_visible_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_of_atmosphere_heat_diffusivity_from_shoc_in_phy_f3d) of variable atmosphere_heat_diffusivity_from_shoc from new to old metadata -INFO: Converting local name nahdshoc of variable index_of_atmosphere_heat_diffusivity_from_shoc_in_phy_f3d from new to old metadata -INFO: Converting local name nthreads of variable omp_threads_for_fast_physics from new to old metadata -INFO: Converting local name icemp of variable lwe_thickness_of_ice_amount from new to old metadata -INFO: Converting local name dqsfc_cpl of variable cumulative_surface_upward_latent_heat_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name con_jcal of variable joules_per_calorie_constant from new to old metadata -INFO: Converting local name xmu of variable zenith_angle_temporal_adjustment_factor_for_shortwave_fluxes from new to old metadata -INFO: Converting local name con_fvirt of variable ratio_of_vapor_to_dry_air_gas_constants_minus_one from new to old metadata -INFO: Converting local name evfactl_deep of variable rain_evaporation_coefficient_over_land_deep_convection from new to old metadata -INFO: Converting local name canliqxy of variable canopy_intercepted_liquid_water from new to old metadata -INFO: Converting local name phy_myj_qsfc of variable surface_specific_humidity_for_MYJ_schemes from new to old metadata -INFO: Converting local name rainncprv of variable lwe_thickness_of_explicit_rainfall_amount_from_previous_timestep from new to old metadata -INFO: Converting local name Tbd of variable GFS_tbd_type_instance from new to old metadata -INFO: Converting local name v1 of variable y_wind_at_lowest_model_layer_for_diag from new to old metadata -INFO: Converting local name det_mf of variable cumulative_atmosphere_detrainment_convective_mass_flux from new to old metadata -INFO: Converting local name psurf of variable surface_air_pressure_diag from new to old metadata -INFO: Converting local name gasvmr(:,:,10) of variable volume_mixing_ratio_cfc113 from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_for_rain_effective_radius) of variable effective_radius_of_stratiform_cloud_rain_particle_in_um from new to old metadata -INFO: Converting local name nreffr of variable index_for_rain_effective_radius from new to old metadata -INFO: Converting local name del_gz of variable geopotential_difference_between_midlayers_divided_by_midlayer_virtual_temperature from new to old metadata -INFO: Converting local name imfdeepcnv_ntiedtke of variable flag_for_ntiedtke_deep_convection_scheme from new to old metadata -INFO: Converting local name h2o_coeff of variable number_of_coefficients_in_h2o_forcing_data from new to old metadata -INFO: Converting local name tgrs of variable air_temperature from new to old metadata -INFO: Converting local name xlon of variable longitude from new to old metadata -INFO: Converting local name c_d of variable coefficient_c_d from new to old metadata -INFO: Converting local name tlvl of variable air_temperature_at_interface_for_radiation from new to old metadata -INFO: Converting local name f_rimef of variable rime_factor from new to old metadata -INFO: Converting local name mg_do_ice_gmao of variable mg_flag_for_gmao_ice_formulation from new to old metadata -INFO: Converting local name snowca of variable cumulative_surface_snow_area_fraction_multiplied_by_timestep from new to old metadata -INFO: Converting local name hflx of variable kinematic_surface_upward_sensible_heat_flux from new to old metadata -INFO: Converting local name dt3dt(:,:,6) of variable cumulative_change_in_temperature_due_to_microphysics from new to old metadata -INFO: Converting local name nirdfui of variable surface_upwelling_diffuse_near_infrared_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name trans of variable transpiration_flux from new to old metadata -INFO: Converting local name ntchs of variable index_for_first_chemical_tracer from new to old metadata -INFO: Converting local name idxday of variable daytime_points from new to old metadata -INFO: Converting local name iceprv of variable lwe_thickness_of_ice_amount_from_previous_timestep from new to old metadata -INFO: Converting local name mg_alf of variable mg_tuning_factor_for_alphas from new to old metadata -INFO: Converting local name nupdraft of variable number_of_plumes from new to old metadata -INFO: Converting local name qr_r of variable cloud_rain_water_mixing_ratio from new to old metadata -INFO: Converting local name sec of variable seconds_elapsed_since_model_initialization from new to old metadata -INFO: Converting local name epi of variable instantaneous_surface_potential_evaporation from new to old metadata -INFO: Converting local name gflx_land of variable upward_heat_flux_in_soil_over_land from new to old metadata -INFO: Converting local name du3dt_ngw of variable time_integral_of_change_in_x_wind_due_to_nonstationary_gravity_wave from new to old metadata -INFO: Converting local name bl_mynn_cloudpdf of variable cloudpdf from new to old metadata -INFO: Converting local name vtype of variable vegetation_type_classification_real from new to old metadata -INFO: Converting local name imfdeepcnv_gf of variable flag_for_gf_deep_convection_scheme from new to old metadata -INFO: Converting local name lssav of variable flag_diagnostics from new to old metadata -INFO: Converting local name sfalb of variable surface_diffused_shortwave_albedo from new to old metadata -INFO: Converting local name acvb of variable smallest_cloud_base_vertical_index_encountered_thus_far from new to old metadata -INFO: Converting local name c_0 of variable coefficient_c_0 from new to old metadata -INFO: Converting local name mpirank of variable mpi_rank_for_fast_physics from new to old metadata -INFO: Converting local name ntrac of variable number_of_tracers from new to old metadata -INFO: Converting local name dvsfci of variable instantaneous_surface_y_momentum_flux_for_diag from new to old metadata -INFO: Converting local name GFS_Interstitial of variable GFS_interstitial_type_instance_all_threads from new to old metadata -INFO: Converting local name in_nm of variable in_number_concentration from new to old metadata -INFO: Converting local name blksz2(ccpp_block_number) of variable horizontal_dimension from new to old metadata -INFO: Converting local name blk_no of variable ccpp_block_number from new to old metadata -INFO: Converting local name min_lakeice of variable lake_ice_minimum from new to old metadata -INFO: Converting local name canicexy of variable canopy_intercepted_ice_mass from new to old metadata -INFO: Converting local name mg_precip_frac_method of variable mg_type_of_precip_fraction_method from new to old metadata -INFO: Converting local name lonr of variable number_of_equatorial_longitude_points from new to old metadata -INFO: Converting local name dt3dt(:,:,7) of variable cumulative_change_in_temperature_due_to_orographic_gravity_wave_drag from new to old metadata -INFO: Converting local name dtzm of variable mean_change_over_depth_in_sea_water_temperature from new to old metadata -INFO: Converting local name du3dt_mtb of variable time_integral_of_change_in_x_wind_due_to_mountain_blocking_drag from new to old metadata -INFO: Converting local name stress_land of variable surface_wind_stress_over_land from new to old metadata -INFO: Converting local name nspinup of variable number_of_iterations_to_spin_up_cellular_automata from new to old metadata -INFO: Converting local name zogw of variable height_of_launch_level_of_orographic_gravity_wave from new to old metadata -INFO: Converting local name ntsw of variable index_for_snow_water from new to old metadata -INFO: Converting local name cov of variable t_prime_q_prime from new to old metadata -INFO: Converting local name sup of variable ice_supersaturation_threshold from new to old metadata -INFO: Converting local name dt3dt(:,:,3) of variable cumulative_change_in_temperature_due_to_PBL from new to old metadata -INFO: Converting local name mg_qcvar of variable mg_cloud_water_variance from new to old metadata -INFO: Converting local name ffmm_ice of variable Monin_Obukhov_similarity_function_for_momentum_over_ice from new to old metadata -INFO: Converting local name dtdt of variable tendency_of_air_temperature_at_Lagrangian_surface from new to old metadata -INFO: Converting local name GFS_statein_type of variable GFS_statein_type from new to old metadata -INFO: Converting local name train of variable accumulated_change_of_air_temperature_due_to_FA_scheme from new to old metadata -INFO: Converting local name fscav of variable coefficients_for_aerosol_scavenging from new to old metadata -INFO: Converting local name prslk(:,1) of variable dimensionless_exner_function_at_lowest_model_layer from new to old metadata -INFO: Converting local name tf of variable frozen_cloud_threshold_temperature from new to old metadata -INFO: Converting local name communicator of variable mpi_comm from new to old metadata -INFO: Converting local name qs_r of variable cloud_snow_mixing_ratio from new to old metadata -INFO: Converting local name skebv_wts of variable weights_for_stochastic_skeb_perturbation_of_y_wind from new to old metadata -INFO: Converting local name bl_mynn_edmf_part of variable edmf_partition_flag from new to old metadata -INFO: Converting local name dq3dt(:,:,7) of variable cumulative_change_in_ozone_concentration_due_to_ozone_mixing_ratio from new to old metadata -INFO: Converting local name swhc of variable tendency_of_air_temperature_due_to_shortwave_heating_assuming_clear_sky_on_radiation_timestep from new to old metadata -INFO: Converting local name mg_ngnst of variable mg_graupel_concentration_constant from new to old metadata -INFO: Converting local name GFS_grid_type of variable GFS_grid_type from new to old metadata -INFO: Converting local name js of variable starting_y_direction_index from new to old metadata -INFO: Converting local name out_dt of variable flag_for_tendency_of_air_temperature_at_Lagrangian_surface from new to old metadata -INFO: Converting local name delr of variable layer_pressure_thickness_for_radiation from new to old metadata -INFO: Converting local name ncgl of variable local_graupel_number_concentration from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_snow_water) of variable snow_water_mixing_ratio from new to old metadata -INFO: Converting local name totgrp of variable accumulated_lwe_thickness_of_graupel_amount from new to old metadata -INFO: Converting local name cldtausw of variable cloud_optical_depth_layers_at_0p55mu_band from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_ozone) of variable tendency_of_ozone_mixing_ratio_due_to_model_physics from new to old metadata -INFO: Converting local name ntoz of variable index_for_ozone from new to old metadata -INFO: Converting local name evap of variable kinematic_surface_upward_latent_heat_flux from new to old metadata -INFO: Converting local name oro of variable orography from new to old metadata -INFO: Converting local name topfsw of variable sw_fluxes_top_atmosphere from new to old metadata -INFO: Converting local name jmap of variable map_of_block_column_number_to_global_j_index from new to old metadata -INFO: Converting local name cdq of variable surface_drag_coefficient_for_heat_and_moisture_in_air from new to old metadata -INFO: Converting local name soiltype of variable soil_type_classification from new to old metadata -INFO: Converting local name evap_ocean of variable kinematic_surface_upward_latent_heat_flux_over_ocean from new to old metadata -INFO: Converting local name nblks of variable number_of_blocks from new to old metadata -INFO: Converting local name dxinv of variable inverse_scaling_factor_for_critical_relative_humidity from new to old metadata -INFO: Converting local name dvsfc of variable cumulative_surface_y_momentum_flux_for_diag_multiplied_by_timestep from new to old metadata -INFO: Converting local name GFS_stateout_type of variable GFS_stateout_type from new to old metadata -INFO: Converting local name qg of variable cloud_graupel_specific_humidity_at_Lagrangian_surface from new to old metadata -INFO: Converting local name nmtvr of variable number_of_statistical_measures_of_subgrid_orography from new to old metadata -INFO: Converting local name nseed of variable cellular_automata_seed_frequency from new to old metadata -INFO: Converting local name nlives of variable cellular_automata_lifetime from new to old metadata -INFO: Converting local name vegf1d of variable perturbation_of_vegetation_fraction from new to old metadata -INFO: Converting local name v10m of variable y_wind_at_10m from new to old metadata -INFO: Converting local name hice of variable sea_ice_thickness from new to old metadata -INFO: Converting local name mbota of variable model_layer_number_at_cloud_base from new to old metadata -INFO: Converting local name ncnvw of variable index_for_convective_cloud_water_mixing_ratio_in_phy_f3d from new to old metadata -INFO: Converting local name flqc of variable surface_exchange_coefficient_for_moisture from new to old metadata -INFO: Converting local name imfshalcnv_samf of variable flag_for_samf_shallow_convection_scheme from new to old metadata -INFO: Converting local name ntdiag of variable diagnostics_control_for_chemical_tracers from new to old metadata -INFO: Converting local name c1_shal of variable detrainment_conversion_parameter_shallow_convection from new to old metadata -INFO: Converting local name con_g of variable gravitational_acceleration from new to old metadata -INFO: Converting local name je of variable ending_y_direction_index from new to old metadata -INFO: Converting local name hprime(:,1) of variable standard_deviation_of_subgrid_orography from new to old metadata -INFO: Converting local name lh of variable surface_latent_heat from new to old metadata -INFO: Converting local name v10max of variable maximum_v_wind_at_10m_over_maximum_hourly_time_interval from new to old metadata -INFO: Converting local name dvsfcg of variable instantaneous_y_stress_due_to_gravity_wave_drag from new to old metadata -INFO: Converting local name mg_ninst of variable mg_ice_concentration_constant from new to old metadata -INFO: Converting local name lwhd of variable tendency_of_air_temperature_due_to_longwave_heating_for_idea from new to old metadata -INFO: Converting local name ntkev of variable index_for_turbulent_kinetic_energy_vertical_diffusion_tracer from new to old metadata -INFO: Converting local name fm10 of variable Monin_Obukhov_similarity_function_for_momentum_at_10m from new to old metadata -INFO: Converting local name phour of variable forecast_time_at_previous_timestep from new to old metadata -INFO: Converting local name phys_hydrostatic of variable flag_for_hydrostatic_heating_from_physics from new to old metadata -INFO: Converting local name nswsfci of variable surface_net_downwelling_shortwave_flux from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_for_graupel_effective_radius) of variable effective_radius_of_stratiform_cloud_graupel_particle_in_um from new to old metadata -INFO: Converting local name ngeffr of variable index_for_graupel_effective_radius from new to old metadata -INFO: Converting local name kt of variable vertical_index_difference_between_layer_and_upper_bound from new to old metadata -INFO: Converting local name GFS_tbd_type of variable GFS_tbd_type from new to old metadata -INFO: Converting local name tsurf_ocean of variable surface_skin_temperature_after_iteration_over_ocean from new to old metadata -INFO: Converting local name gu0(:,1) of variable x_wind_at_lowest_model_layer_updated_by_physics from new to old metadata -INFO: Converting local name akap of variable kappa_dry_for_fast_physics from new to old metadata -INFO: Converting local name lsm of variable flag_for_land_surface_scheme from new to old metadata -INFO: Converting local name nscav of variable number_of_tracers_scavenged from new to old metadata -INFO: Converting local name ffmm of variable Monin_Obukhov_similarity_function_for_momentum from new to old metadata -INFO: Converting local name nnirbm_cpl of variable cumulative_surface_net_downward_direct_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name tau_mtb of variable instantaneous_momentum_flux_due_to_mountain_blocking_drag from new to old metadata -INFO: Converting local name snicexy of variable snow_layer_ice from new to old metadata -INFO: Converting local name flag_guess of variable flag_for_guess_run from new to old metadata -INFO: Converting local name dnirbm_cpl of variable cumulative_surface_downwelling_direct_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name chh_ocean of variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_ocean from new to old metadata -INFO: Converting local name dtsfci_cpl of variable instantaneous_surface_upward_sensible_heat_flux_for_coupling from new to old metadata -INFO: Converting local name flgmin of variable minimum_large_ice_fraction from new to old metadata -INFO: Converting local name t02max of variable maximum_temperature_at_2m_over_maximum_hourly_time_interval from new to old metadata -INFO: Converting local name tconvtend of variable tendency_of_air_temperature_due_to_deep_convection_for_coupling_on_physics_timestep from new to old metadata -INFO: Converting local name zorl of variable surface_roughness_length from new to old metadata -INFO: Converting local name coslat of variable cosine_of_latitude from new to old metadata -INFO: Converting local name pertalb of variable magnitude_of_surface_albedo_perturbation from new to old metadata -INFO: Converting local name aecm of variable instantaneous_aerosol_column_mass_densities from new to old metadata -INFO: Converting local name con_rv of variable gas_constant_water_vapor from new to old metadata -INFO: Converting local name wminco of variable cloud_condensed_water_conversion_threshold from new to old metadata -INFO: Converting local name fastcpxy of variable fast_soil_pool_mass_content_of_carbon from new to old metadata -INFO: Converting local name kind_grid of variable kind_grid from new to old metadata -INFO: Converting local name stress of variable surface_wind_stress from new to old metadata -INFO: Converting local name qgrs(:,1,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio_at_lowest_model_layer from new to old metadata -INFO: Converting local name rhc of variable critical_relative_humidity from new to old metadata -INFO: Converting local name tsfco of variable sea_surface_temperature from new to old metadata -INFO: Converting local name tau_ngw of variable instantaneous_momentum_flux_due_to_nonstationary_gravity_wave from new to old metadata -INFO: Converting local name tsfcl of variable surface_skin_temperature_over_land from new to old metadata -INFO: Converting local name clouds(:,:,7) of variable mean_effective_radius_for_rain_drop from new to old metadata -INFO: Converting local name con_cliq of variable specific_heat_of_liquid_water_at_constant_pressure from new to old metadata -INFO: Converting local name zmtb of variable height_of_mountain_blocking from new to old metadata -INFO: Converting local name ulwsfcin_cpl of variable surface_upwelling_longwave_flux_for_coupling from new to old metadata -INFO: Converting local name dlwsfc_cpl of variable cumulative_surface_downwelling_longwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name sfcdlw of variable surface_downwelling_longwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name t1 of variable air_temperature_at_lowest_model_layer_for_diag from new to old metadata -INFO: Converting local name ntiw of variable index_for_ice_cloud_condensate from new to old metadata -INFO: Converting local name bl_mynn_mixlength of variable mixing_length_flag from new to old metadata -INFO: Converting local name faerlw(:,:,:,1) of variable aerosol_optical_depth_for_longwave_bands_01_16 from new to old metadata -INFO: Converting local name ozpl of variable ozone_forcing from new to old metadata -INFO: Converting local name dlength of variable characteristic_grid_length_scale from new to old metadata -INFO: Converting local name slag of variable equation_of_time from new to old metadata -INFO: Converting local name ntot2d of variable number_of_fields_in_phyf2d from new to old metadata -INFO: Converting local name iopt_run of variable flag_for_runoff_and_groundwater_option from new to old metadata -INFO: Converting local name gq0(:,:,index_for_liquid_cloud_number_concentration) of variable cloud_droplet_number_concentration_updated_by_physics from new to old metadata -INFO: Converting local name sneqvoxy of variable snow_mass_at_previous_time_step from new to old metadata -INFO: Converting local name con_rhw0 of variable sea_water_reference_density from new to old metadata -INFO: Converting local name mtopa of variable model_layer_number_at_cloud_top from new to old metadata -INFO: Converting local name pertshc of variable magnitude_of_perturbation_of_soil_type_b_parameter from new to old metadata -INFO: Converting local name levi of variable vertical_interface_dimension from new to old metadata -INFO: Converting local name do_shoc of variable flag_for_shoc from new to old metadata -INFO: Converting local name du3dt_tms of variable time_integral_of_change_in_x_wind_due_to_turbulent_orographic_form_drag from new to old metadata -INFO: Converting local name snow_cpl of variable lwe_thickness_of_snow_amount_for_coupling from new to old metadata -INFO: Converting local name pkz of variable finite_volume_mean_edge_pressure_raised_to_the_power_of_kappa from new to old metadata -INFO: Converting local name nn of variable number_of_tracers_for_convective_transport from new to old metadata -INFO: Converting local name do_sat_adj of variable flag_for_saturation_adjustment_for_microphysics_in_dynamics from new to old metadata -INFO: Converting local name dx of variable cell_size from new to old metadata -INFO: Converting local name do_ugwp of variable do_ugwp from new to old metadata -INFO: Converting local name rain of variable lwe_thickness_of_precipitation_amount_on_dynamics_timestep from new to old metadata -INFO: Converting local name iopt_crs of variable flag_for_canopy_stomatal_resistance_option from new to old metadata -INFO: Converting local name qgrs(:,1,index_for_water_vapor) of variable water_vapor_specific_humidity_at_lowest_model_layer from new to old metadata -INFO: Converting local name ntqv of variable index_for_water_vapor from new to old metadata -INFO: Converting local name t02min of variable minimum_temperature_at_2m_over_maximum_hourly_time_interval from new to old metadata -INFO: Converting local name imp_physics_gfdl of variable flag_for_gfdl_microphysics_scheme from new to old metadata -INFO: Converting local name lprnt of variable flag_print from new to old metadata -INFO: Converting local name gabsbdlw_ice of variable surface_downwelling_longwave_flux_absorbed_by_ground_over_ice from new to old metadata -INFO: Converting local name imp_physics_thompson of variable flag_for_thompson_microphysics_scheme from new to old metadata -INFO: Converting local name ctei_rm of variable critical_cloud_top_entrainment_instability_criteria from new to old metadata -INFO: Converting local name tseal of variable surface_skin_temperature_for_nsst from new to old metadata -INFO: Converting local name dusfc_fd of variable integrated_x_momentum_flux_from_form_drag from new to old metadata -INFO: Converting local name dusfcin_cpl of variable surface_x_momentum_flux_for_coupling from new to old metadata -INFO: Converting local name slope of variable surface_slope_classification_real from new to old metadata -INFO: Converting local name htrlw of variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_timestep from new to old metadata -INFO: Converting local name mg_qcmin(2) of variable mg_minimum_ice_mixing_ratio from new to old metadata -INFO: Converting local name tice of variable sea_ice_temperature_interstitial from new to old metadata -INFO: Converting local name adjvisbmu of variable surface_upwelling_direct_ultraviolet_and_visible_shortwave_flux from new to old metadata -INFO: Converting local name dvgwd of variable time_integral_of_y_stress_due_to_gravity_wave_drag from new to old metadata -INFO: Converting local name dusfc_cice of variable surface_x_momentum_flux_for_coupling_interstitial from new to old metadata -INFO: Converting local name errmsg of variable ccpp_error_message from new to old metadata -INFO: Converting local name flag_cice of variable flag_for_cice from new to old metadata -INFO: Converting local name Coupling of variable GFS_coupling_type_instance from new to old metadata -INFO: Converting local name cs_parm(3) of variable detrainment_and_precipitation_tunable_parameter_3_CS from new to old metadata -INFO: Converting local name snliqxy of variable snow_layer_liquid_water from new to old metadata -INFO: Converting local name mstrat of variable flag_for_moorthi_stratus from new to old metadata -INFO: Converting local name imfdeepcnv_sas of variable flag_for_sas_deep_convection_scheme from new to old metadata -INFO: Converting local name weasd_ice of variable water_equivalent_accumulated_snow_depth_over_ice from new to old metadata -INFO: Converting local name bl_mynn_edmf_mom of variable edmf_momentum_transport_flag from new to old metadata -INFO: Converting local name npdf3d of variable number_of_3d_arrays_associated_with_pdf_based_clouds from new to old metadata -INFO: Converting local name dq3dt(:,:,2) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_deep_convection from new to old metadata -INFO: Converting local name w_upi of variable vertical_velocity_for_updraft from new to old metadata -INFO: Converting local name qlyr of variable water_vapor_specific_humidity_at_layer_for_radiation from new to old metadata -INFO: Converting local name fm10_ice of variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_ice from new to old metadata -INFO: Converting local name qgl of variable local_graupel_mixing_ratio from new to old metadata -INFO: Converting local name gt0(:,1) of variable air_temperature_at_lowest_model_layer_updated_by_physics from new to old metadata -INFO: Converting local name ccpp_t of variable ccpp_t from new to old metadata -INFO: Converting local name clouds(:,:,4) of variable cloud_ice_water_path from new to old metadata -INFO: Converting local name rain_cpl of variable lwe_thickness_of_precipitation_amount_for_coupling from new to old metadata -INFO: Converting local name bl_mynn_cloudmix of variable cloud_specie_mix_flag from new to old metadata -INFO: Converting local name tgxy of variable ground_temperature_for_noahmp from new to old metadata -INFO: Converting local name oa4 of variable asymmetry_of_subgrid_orography from new to old metadata -INFO: Converting local name refdmax of variable maximum_reflectivity_at_1km_agl_over_maximum_hourly_time_interval from new to old metadata -INFO: Converting local name GFS_Data(ccpp_block_number) of variable GFS_data_type_instance from new to old metadata -INFO: Converting local name dvsfc_cpl of variable cumulative_surface_y_momentum_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name shocaftcnv of variable flag_for_shoc_after_convection from new to old metadata -INFO: Converting local name mg_rhmini of variable mg_minimum_rh_for_ice from new to old metadata -INFO: Converting local name t2mi_cpl of variable instantaneous_temperature_at_2m_for_coupling from new to old metadata -INFO: Converting local name GFS_Interstitial(ccpp_thread_number) of variable GFS_interstitial_type_instance from new to old metadata -INFO: Converting local name thrd_no of variable ccpp_thread_number from new to old metadata -INFO: Converting local name evbs of variable soil_upward_latent_heat_flux from new to old metadata -INFO: Converting local name dtdtr of variable tendency_of_air_temperature_due_to_radiative_heating_on_physics_time_step from new to old metadata -INFO: Converting local name spfhmin of variable minimum_specific_humidity_at_2m from new to old metadata -INFO: Converting local name xsaixy of variable stem_area_index from new to old metadata -INFO: Converting local name lsoil of variable soil_vertical_dimension from new to old metadata -INFO: Converting local name mg_ts_auto_ice of variable mg_time_scale_for_autoconversion_of_ice from new to old metadata -INFO: Converting local name ca_deep of variable fraction_of_cellular_automata_for_deep_convection from new to old metadata -INFO: Converting local name work1 of variable grid_size_related_coefficient_used_in_scale_sensitive_schemes from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_for_cloud_liquid_water_effective_radius) of variable effective_radius_of_stratiform_cloud_liquid_water_particle_in_um from new to old metadata -INFO: Converting local name nleffr of variable index_for_cloud_liquid_water_effective_radius from new to old metadata -INFO: Converting local name dlwsfci of variable surface_downwelling_longwave_flux from new to old metadata -INFO: Converting local name mg_nicons of variable mg_flag_ice_concentration_constant from new to old metadata -INFO: Converting local name faersw(:,:,:,1) of variable aerosol_optical_depth_for_shortwave_bands_01_16 from new to old metadata -INFO: Converting local name xt of variable diurnal_thermocline_layer_heat_content from new to old metadata -INFO: Converting local name prsl of variable air_pressure from new to old metadata -INFO: Converting local name cv of variable fraction_of_convective_cloud from new to old metadata -INFO: Converting local name blksz of variable horizontal_block_size from new to old metadata -INFO: Converting local name pertvegf of variable magnitude_of_perturbation_of_vegetation_fraction from new to old metadata -INFO: Converting local name gq0(:,:,index_for_cloud_amount) of variable cloud_fraction_updated_by_physics from new to old metadata -INFO: Converting local name ntclamt of variable index_for_cloud_amount from new to old metadata -INFO: Converting local name zorlo of variable surface_roughness_length_over_ocean from new to old metadata -INFO: Converting local name te0 of variable atmosphere_energy_content_at_Lagrangian_surface from new to old metadata -INFO: Converting local name ktop of variable vertical_index_at_cloud_top from new to old metadata -INFO: Converting local name prevsq of variable moisture_from_previous_timestep from new to old metadata -INFO: Converting local name kpbl of variable vertical_index_at_top_of_atmosphere_boundary_layer from new to old metadata -INFO: Converting local name ncells of variable cellular_automata_finer_grid from new to old metadata -INFO: Converting local name cnvc of variable convective_cloud_cover from new to old metadata -INFO: Converting local name totprcp of variable accumulated_lwe_thickness_of_precipitation_amount from new to old metadata -INFO: Converting local name cgwf of variable multiplication_factors_for_convective_gravity_wave_drag from new to old metadata -INFO: Converting local name do_shum of variable flag_for_stochastic_shum_option from new to old metadata -INFO: Converting local name save_q of variable tracer_concentration_save from new to old metadata -INFO: Converting local name h2o_pres of variable natural_log_of_h2o_forcing_data_pressure_levels from new to old metadata -INFO: Converting local name iopt_snf of variable flag_for_precipitation_partition_option from new to old metadata -INFO: Converting local name c0s_shal of variable rain_conversion_parameter_shallow_convection from new to old metadata -INFO: Converting local name zwtxy of variable water_table_depth from new to old metadata -INFO: Converting local name qr of variable cloud_rain_specific_humidity_at_Lagrangian_surface from new to old metadata -INFO: Converting local name dzlyr of variable layer_thickness_for_radiation from new to old metadata -INFO: Converting local name taussxy of variable nondimensional_snow_age from new to old metadata -INFO: Converting local name tsfa of variable surface_air_temperature_for_radiation from new to old metadata -INFO: Converting local name snoalb of variable upper_bound_on_max_albedo_over_deep_snow from new to old metadata -INFO: Converting local name xs of variable sea_water_salinity from new to old metadata -INFO: Converting local name dvsfci_cpl of variable instantaneous_surface_y_momentum_flux_for_coupling from new to old metadata -INFO: Converting local name xlat of variable latitude from new to old metadata -INFO: Converting local name ugrs of variable x_wind from new to old metadata -INFO: Converting local name shdmin of variable minimum_vegetation_area_fraction from new to old metadata -INFO: Converting local name nnirdfi_cpl of variable instantaneous_surface_net_downward_diffuse_near_infrared_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name microp_uniform of variable mg_flag_for_uniform_subcolumns from new to old metadata -INFO: Converting local name frland of variable land_area_fraction_for_microphysics from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_ice_friendly_aerosols) of variable tendency_of_ice_friendly_aerosol_number_concentration_due_to_model_physics from new to old metadata -INFO: Converting local name oz_pres of variable natural_log_of_ozone_forcing_data_pressure_levels from new to old metadata -INFO: Converting local name zlwb of variable time_integral_of_height_of_low_level_wave_breaking from new to old metadata -INFO: Converting local name gq0(:,:,index_for_ice_cloud_condensate) of variable ice_water_mixing_ratio_updated_by_physics from new to old metadata -INFO: Converting local name qss of variable surface_specific_humidity from new to old metadata -INFO: Converting local name dry of variable flag_nonzero_land_surface_fraction from new to old metadata -INFO: Converting local name bk of variable b_parameter_of_the_hybrid_coordinate from new to old metadata -INFO: Converting local name cdmbgwd of variable multiplication_factors_for_mountain_blocking_and_orographic_gravity_wave_drag from new to old metadata -INFO: Converting local name levs of variable vertical_dimension from new to old metadata -INFO: Converting local name swhtr of variable flag_for_output_of_shortwave_heating_rate from new to old metadata -INFO: Converting local name zorl_land of variable surface_roughness_length_over_land_interstitial from new to old metadata -INFO: Converting local name t2m of variable temperature_at_2m from new to old metadata -INFO: Converting local name tau_ogw of variable instantaneous_momentum_flux_due_to_orographic_gravity_wave_drag from new to old metadata -INFO: Converting local name shoc_parm(3) of variable shoc_tke_dissipation_tunable_parameter_near_surface from new to old metadata -INFO: Converting local name gflx_ice of variable upward_heat_flux_in_soil_over_ice from new to old metadata -INFO: Converting local name nspc1 of variable number_of_species_for_aerosol_optical_depth from new to old metadata -INFO: Converting local name drain_cpl of variable tendency_of_lwe_thickness_of_precipitation_amount_for_coupling from new to old metadata -INFO: Converting local name phis of variable surface_geopotential_at_Lagrangian_surface from new to old metadata -INFO: Converting local name q2mi_cpl of variable instantaneous_specific_humidity_at_2m_for_coupling from new to old metadata -INFO: Converting local name zogw of variable time_integral_of_height_of_launch_level_of_orographic_gravity_wave from new to old metadata -INFO: Converting local name prsi of variable air_pressure_at_interface from new to old metadata -INFO: Converting local name aerodp of variable atmosphere_optical_thickness_due_to_ambient_aerosol_particles from new to old metadata -INFO: Converting local name shal_cnv of variable flag_for_shallow_convection from new to old metadata -INFO: Converting local name icsdlw of variable seed_random_numbers_lw from new to old metadata -INFO: Converting local name ncld of variable number_of_hydrometeors from new to old metadata -INFO: Converting local name gasvmr(:,:,6) of variable volume_mixing_ratio_cfc11 from new to old metadata -INFO: Converting local name tracers_water of variable number_of_water_tracers from new to old metadata -INFO: Converting local name nscyc of variable number_of_timesteps_between_surface_cycling_calls from new to old metadata -INFO: Converting local name dswsfc_cpl of variable cumulative_surface_downwelling_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name adjvisdfu of variable surface_upwelling_diffuse_ultraviolet_and_visible_shortwave_flux from new to old metadata -INFO: Converting local name cs_parm(2) of variable updraft_velocity_tunable_parameter_2_CS from new to old metadata -INFO: Converting local name lsswr of variable flag_to_calc_sw from new to old metadata -INFO: Converting local name imfshalcnv_gf of variable flag_for_gf_shallow_convection_scheme from new to old metadata -INFO: Converting local name kinver of variable index_of_highest_temperature_inversion from new to old metadata -INFO: Converting local name tslb of variable soil_temperature_for_land_surface_model from new to old metadata -INFO: Converting local name weasd of variable water_equivalent_accumulated_snow_depth from new to old metadata -INFO: Converting local name tisfc of variable sea_ice_temperature from new to old metadata -INFO: Converting local name faerlw of variable aerosol_optical_properties_for_longwave_bands_01_16 from new to old metadata -INFO: Converting local name logunit of variable iounit_log from new to old metadata -INFO: Converting local name fast_mp_consv of variable flag_for_fast_microphysics_energy_conservation from new to old metadata -INFO: Converting local name cnv_mfd of variable detrained_mass_flux from new to old metadata -INFO: Converting local name zvir of variable ratio_of_vapor_to_dry_air_gas_constants_minus_one_default_kind from new to old metadata -INFO: Converting local name jed of variable ending_y_direction_index_domain from new to old metadata -INFO: Converting local name gasvmr(:,:,3) of variable volume_mixing_ratio_ch4 from new to old metadata -INFO: Converting local name sfcdsw of variable surface_downwelling_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name hydrostatic of variable flag_for_hydrostatic_solver_for_fast_physics from new to old metadata -INFO: Converting local name dvsfc_bl of variable integrated_y_momentum_flux_from_blocking_drag from new to old metadata -INFO: Converting local name Grid of variable GFS_grid_type_instance from new to old metadata -INFO: Converting local name ncnd of variable number_of_cloud_condensate_types from new to old metadata -INFO: Converting local name w_0 of variable coefficient_w_0 from new to old metadata -INFO: Converting local name zm of variable ocean_mixed_layer_thickness from new to old metadata -INFO: Converting local name shoc_parm(2) of variable shoc_tke_dissipation_tunable_parameter from new to old metadata -INFO: Converting local name cdec of variable cosine_of_solar_declination_angle from new to old metadata -INFO: Converting local name npzq_con of variable vertical_dimension_for_condensed_water_at_Lagrangian_surface from new to old metadata -INFO: Converting local name rmol of variable reciprocal_of_obukhov_length from new to old metadata -INFO: Converting local name snowxy of variable number_of_snow_layers from new to old metadata -INFO: Converting local name hflx_land of variable kinematic_surface_upward_sensible_heat_flux_over_land from new to old metadata -INFO: Converting local name clw of variable convective_transportable_tracers from new to old metadata -INFO: Converting local name srflag of variable flag_for_precipitation_type from new to old metadata -INFO: Converting local name suntim of variable duration_of_sunshine from new to old metadata -INFO: Converting local name isot of variable soil_type_dataset_choice from new to old metadata -INFO: Converting local name isol of variable flag_for_solar_constant from new to old metadata -INFO: Converting local name th2m of variable potential_temperature_at_2m from new to old metadata -INFO: Converting local name hpbl of variable atmosphere_boundary_layer_thickness from new to old metadata -INFO: Converting local name cd of variable surface_drag_coefficient_for_momentum_in_air from new to old metadata -INFO: Converting local name dusfc_ls of variable integrated_x_momentum_flux_from_large_scale_gwd from new to old metadata -INFO: Converting local name do_sppt of variable flag_for_stochastic_surface_physics_perturbations from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_for_convective_cloud_water_mixing_ratio_in_phy_f3d) of variable convective_cloud_water_mixing_ratio_in_phy_f3d from new to old metadata -INFO: Converting local name rb_ice of variable bulk_richardson_number_at_lowest_model_level_over_ice from new to old metadata -INFO: Converting local name itc of variable number_of_aerosol_tracers_for_convection from new to old metadata -INFO: Converting local name Cldprop of variable GFS_cldprop_type_instance from new to old metadata -INFO: Converting local name grav_settling of variable grav_settling from new to old metadata -INFO: Converting local name gq0(:,:,index_for_ice_cloud_number_concentration) of variable ice_number_concentration_updated_by_physics from new to old metadata -INFO: Converting local name ntinc of variable index_for_ice_cloud_number_concentration from new to old metadata -INFO: Converting local name iopt_inf of variable flag_for_frozen_soil_permeability_option from new to old metadata -INFO: Converting local name c0s_deep of variable rain_conversion_parameter_deep_convection from new to old metadata -INFO: Converting local name dtaux2d_ls of variable x_momentum_tendency_from_large_scale_gwd from new to old metadata -INFO: Converting local name phy_myj_qz0 of variable specific_humidity_at_viscous_sublayer_top from new to old metadata -INFO: Converting local name iovr_sw of variable flag_for_max_random_overlap_clouds_for_shortwave_radiation from new to old metadata -INFO: Converting local name icliq_sw of variable flag_for_optical_property_for_liquid_clouds_for_shortwave_radiation from new to old metadata -INFO: Converting local name psmean of variable cumulative_surface_pressure_multiplied_by_timestep from new to old metadata -INFO: Converting local name cmm_ocean of variable surface_drag_wind_speed_for_momentum_in_air_over_ocean from new to old metadata -INFO: Converting local name shcnvcw of variable flag_shallow_convective_cloud from new to old metadata -INFO: Converting local name drain of variable subsurface_runoff_flux from new to old metadata -INFO: Converting local name ak of variable a_parameter_of_the_hybrid_coordinate from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_liquid_cloud_number_concentration) of variable tendency_of_cloud_droplet_number_concentration_due_to_model_physics from new to old metadata -INFO: Converting local name sfc_z0_type of variable flag_for_surface_roughness_option_over_ocean from new to old metadata -INFO: Converting local name cvt of variable pressure_at_top_of_convective_cloud from new to old metadata -INFO: Converting local name gwd_opt of variable gwd_opt from new to old metadata -INFO: Converting local name snowmp of variable lwe_thickness_of_snow_amount from new to old metadata -INFO: Converting local name ncnvcld3d of variable number_of_convective_3d_cloud_fields from new to old metadata -INFO: Converting local name cape of variable convective_available_potential_energy_for_coupling from new to old metadata -INFO: Converting local name du3dt_ogw of variable time_integral_of_change_in_x_wind_due_to_orographic_gravity_wave_drag from new to old metadata -INFO: Converting local name te0_2d of variable atmosphere_energy_content_in_column from new to old metadata -INFO: Converting local name dsnowprv of variable snow_precipitation_rate_from_previous_timestep from new to old metadata -INFO: Converting local name chh of variable surface_drag_mass_flux_for_heat_and_moisture_in_air from new to old metadata -INFO: Converting local name dt3dt(:,:,5) of variable cumulative_change_in_temperature_due_to_shal_convection from new to old metadata -INFO: Converting local name cplwav of variable flag_for_wave_coupling from new to old metadata -INFO: Converting local name clw(:,:,2) of variable cloud_condensed_water_mixing_ratio_convective_transport_tracer from new to old metadata -INFO: Converting local name shoc_parm(1) of variable shoc_tke_dissipatation_pressure_threshold from new to old metadata -INFO: Converting local name oro_uf of variable orography_unfiltered from new to old metadata -INFO: Converting local name peln of variable log_pressure_at_Lagrangian_surface from new to old metadata -INFO: Converting local name gasvmr(:,:,8) of variable volume_mixing_ratio_cfc22 from new to old metadata -INFO: Converting local name pertzt of variable magnitude_of_perturbation_of_heat_to_momentum_roughness_length_ratio from new to old metadata -INFO: Converting local name clouds(:,:,1) of variable total_cloud_fraction from new to old metadata -INFO: Converting local name iaer of variable flag_for_default_aerosol_effect_in_shortwave_radiation from new to old metadata -INFO: Converting local name wet1 of variable normalized_soil_wetness from new to old metadata -INFO: Converting local name npz of variable vertical_dimension_for_fast_physics from new to old metadata -INFO: Converting local name cal_pre of variable flag_for_precipitation_type_algorithm from new to old metadata -INFO: Converting local name lmk of variable adjusted_vertical_layer_dimension_for_radiation from new to old metadata -INFO: Converting local name kind_phys of variable kind_phys from new to old metadata -INFO: Converting local name Sfcprop of variable GFS_sfcprop_type_instance from new to old metadata -INFO: Converting local name wslakexy of variable lake_water_storage from new to old metadata -INFO: Converting local name f10m of variable ratio_of_wind_at_lowest_model_layer_and_wind_at_10m from new to old metadata -INFO: Converting local name gasvmr(:,:,1) of variable volume_mixing_ratio_co2 from new to old metadata -INFO: Converting local name q2mp of variable specific_humidity_at_2m_from_noahmp from new to old metadata -INFO: Converting local name lwhc of variable tendency_of_air_temperature_due_to_longwave_heating_assuming_clear_sky_on_radiation_timestep from new to old metadata -INFO: Converting local name snowd_ice of variable surface_snow_thickness_water_equivalent_over_ice from new to old metadata -INFO: Converting local name lsnow_lsm_lbound of variable lower_bound_of_snow_vertical_dimension_for_land_surface_model from new to old metadata -INFO: Converting local name mg_dcs of variable mg_autoconversion_size_threshold_ice_snow from new to old metadata -INFO: Converting local name rhgrd of variable fa_threshold_relative_humidity_for_onset_of_condensation from new to old metadata -INFO: Converting local name dudt_ogw of variable instantaneous_change_in_x_wind_due_to_orographic_gravity_wave_drag from new to old metadata -INFO: Converting local name slmsk of variable sea_land_ice_mask_real from new to old metadata -INFO: Converting local name ictm of variable flag_for_initial_time_date_control from new to old metadata -INFO: Converting local name qss_ocean of variable surface_specific_humidity_over_ocean from new to old metadata -INFO: Converting local name tsfc of variable surface_skin_temperature from new to old metadata -INFO: Converting local name prsik of variable dimensionless_exner_function_at_model_interfaces from new to old metadata -INFO: Converting local name t2mmp of variable temperature_at_2m_from_noahmp from new to old metadata -INFO: Converting local name tau_ogw of variable time_integral_of_momentum_flux_due_to_orographic_gravity_wave_drag from new to old metadata -INFO: Converting local name topflw_type of variable topflw_type from new to old metadata -INFO: Converting local name cnv_nice of variable number_concentration_of_ice_crystals_for_detrainment from new to old metadata -INFO: Converting local name cscnv of variable flag_for_Chikira_Sugiyama_deep_convection from new to old metadata -INFO: Converting local name u10mi_cpl of variable instantaneous_x_wind_at_10m_for_coupling from new to old metadata -INFO: Converting local name fh2_ocean of variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_ocean from new to old metadata -INFO: Converting local name phii of variable geopotential_at_interface from new to old metadata -INFO: Converting local name gq0(:,:,index_for_graupel) of variable graupel_mixing_ratio_updated_by_physics from new to old metadata -INFO: Converting local name ntgl of variable index_for_graupel from new to old metadata -INFO: Converting local name nvisdfi_cpl of variable instantaneous_surface_net_downward_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name norad_precip of variable flag_for_precipitation_effect_on_radiation from new to old metadata -INFO: Converting local name dq3dt(:,:,5) of variable cumulative_change_in_ozone_mixing_ratio_due_to_PBL from new to old metadata -INFO: Converting local name dusfcg of variable instantaneous_x_stress_due_to_gravity_wave_drag from new to old metadata -INFO: Converting local name stype of variable soil_type_classification_real from new to old metadata -INFO: Converting local name lwhtr of variable flag_for_output_of_longwave_heating_rate from new to old metadata -INFO: Converting local name skebv_wts of variable weights_for_stochastic_skeb_perturbation_of_y_wind_flipped from new to old metadata -INFO: Converting local name prnum of variable prandtl_number from new to old metadata -INFO: Converting local name dtsfcin_cpl of variable surface_upward_sensible_heat_flux_for_coupling from new to old metadata -INFO: Converting local name sigmatot of variable convective_updraft_area_fraction_at_model_interfaces from new to old metadata -INFO: Converting local name rann of variable random_number_array from new to old metadata -INFO: Converting local name work2 of variable grid_size_related_coefficient_used_in_scale_sensitive_schemes_complement from new to old metadata -INFO: Converting local name ep1d_land of variable surface_upward_potential_latent_heat_flux_over_land from new to old metadata -INFO: Converting local name num_p3d of variable array_dimension_of_3d_arrays_for_microphysics from new to old metadata -INFO: Converting local name frac_grid of variable flag_for_fractional_grid from new to old metadata -INFO: Converting local name dtdtc of variable tendency_of_air_temperature_due_to_radiative_heating_assuming_clear_sky from new to old metadata -INFO: Converting local name chxy of variable surface_drag_coefficient_for_heat_and_moisture_for_noahmp from new to old metadata -INFO: Converting local name dtauy2d_bl of variable y_momentum_tendency_from_blocking_drag from new to old metadata -INFO: Converting local name dtsfc of variable cumulative_surface_upward_sensible_heat_flux_for_diag_multiplied_by_timestep from new to old metadata -INFO: Converting local name gflx_ocean of variable upward_heat_flux_in_soil_over_ocean from new to old metadata -INFO: Converting local name deeprechxy of variable water_table_recharge_when_deep from new to old metadata -INFO: Converting local name imfshalcnv_sas of variable flag_for_sas_shallow_convection_scheme from new to old metadata -INFO: Converting local name woodxy of variable wood_mass from new to old metadata -INFO: Converting local name phy_f3d(:,:,3) of variable air_temperature_at_previous_time_step from new to old metadata -INFO: Converting local name otspt of variable flag_convective_tracer_transport from new to old metadata -INFO: Converting local name tsurf of variable surface_skin_temperature_after_iteration from new to old metadata -INFO: Converting local name phy_f2d(:,array_dimension_of_2d_arrays_for_microphysics) of variable surface_wind_enhancement_due_to_convection from new to old metadata -INFO: Converting local name num_p2d of variable array_dimension_of_2d_arrays_for_microphysics from new to old metadata -INFO: Converting local name diss_est of variable dissipation_estimate_of_air_temperature_at_model_layers from new to old metadata -INFO: Converting local name ffmm_land of variable Monin_Obukhov_similarity_function_for_momentum_over_land from new to old metadata -INFO: Converting local name imfshalcnv of variable flag_for_mass_flux_shallow_convection_scheme from new to old metadata -INFO: Converting local name iopt_rad of variable flag_for_radiation_transfer_option from new to old metadata -INFO: Converting local name effr_in of variable flag_for_cloud_effective_radii from new to old metadata -INFO: Converting local name Sh3D of variable stability_function_for_heat from new to old metadata -INFO: Converting local name con_sbc of variable stefan_boltzmann_constant from new to old metadata -INFO: Converting local name phy_myj_z0base of variable baseline_surface_roughness_length from new to old metadata -INFO: Converting local name sdec of variable sine_of_solar_declination_angle from new to old metadata -INFO: Converting local name f_ice of variable fraction_of_ice_water_cloud from new to old metadata -INFO: Converting local name qs of variable cloud_snow_specific_humidity_at_Lagrangian_surface from new to old metadata -INFO: Converting local name iflip of variable flag_for_vertical_index_direction_control from new to old metadata -INFO: Converting local name draincprv of variable convective_precipitation_rate_from_previous_timestep from new to old metadata -INFO: Converting local name icsdsw of variable seed_random_numbers_sw from new to old metadata -INFO: Converting local name dtaux2d_bl of variable x_momentum_tendency_from_blocking_drag from new to old metadata -INFO: Converting local name uustar_ocean of variable surface_friction_velocity_over_ocean from new to old metadata -INFO: Converting local name zlwb of variable height_of_low_level_wave_breaking from new to old metadata -INFO: Converting local name sigma of variable slope_of_subgrid_orography from new to old metadata -INFO: Converting local name cd_land of variable surface_drag_coefficient_for_momentum_in_air_over_land from new to old metadata -INFO: Converting local name shoc_parm(5) of variable shoc_flag_for_optional_surface_TKE_dissipation from new to old metadata -INFO: Converting local name qss_ice of variable surface_specific_humidity_over_ice from new to old metadata -INFO: Converting local name graupel of variable lwe_thickness_of_graupel_amount_on_dynamics_timestep from new to old metadata -INFO: Converting local name do_myjsfc of variable do_myjsfc from new to old metadata -INFO: Converting local name htsw0 of variable tendency_of_air_temperature_due_to_shortwave_heating_assuming_clear_sky_on_radiation_time_step from new to old metadata -INFO: Converting local name ep of variable cumulative_surface_upward_potential_latent_heat_flux_multiplied_by_timestep from new to old metadata -INFO: Converting local name tprcp of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep from new to old metadata -INFO: Converting local name dnirdf_cpl of variable cumulative_surface_downwelling_diffuse_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name qwv_surf of variable water_vapor_mixing_ratio_at_surface from new to old metadata -INFO: Converting local name fm10_ocean of variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_ocean from new to old metadata -INFO: Converting local name QC_BL of variable subgrid_cloud_mixing_ratio_pbl from new to old metadata -INFO: Converting local name adjsfculw_ice of variable surface_upwelling_longwave_flux_over_ice_interstitial from new to old metadata -INFO: Converting local name tsfci_cpl of variable instantaneous_surface_skin_temperature_for_coupling from new to old metadata -INFO: Converting local name pertz0 of variable magnitude_of_perturbation_of_momentum_roughness_length from new to old metadata -INFO: Converting local name eahxy of variable canopy_air_vapor_pressure from new to old metadata -INFO: Converting local name cnv_dqldt of variable tendency_of_cloud_water_due_to_convective_microphysics from new to old metadata -INFO: Converting local name gq0 of variable tracer_concentration_updated_by_physics from new to old metadata -INFO: Converting local name iopt_dveg of variable flag_for_dynamic_vegetation_option from new to old metadata -INFO: Converting local name gv0(:,1) of variable y_wind_at_lowest_model_layer_updated_by_physics from new to old metadata -INFO: Converting local name first_time_step of variable flag_for_first_time_step from new to old metadata -INFO: Converting local name dtaux2d_ss of variable x_momentum_tendency_from_small_scale_gwd from new to old metadata -INFO: Converting local name wetdpl of variable instantaneous_large_scale_wet_deposition from new to old metadata -INFO: Converting local name cndm_surf of variable surface_condensation_mass from new to old metadata -INFO: Converting local name cmm_land of variable surface_drag_wind_speed_for_momentum_in_air_over_land from new to old metadata -INFO: Converting local name fh2 of variable Monin_Obukhov_similarity_function_for_heat_at_2m from new to old metadata -INFO: Converting local name gw_dudt of variable tendency_of_x_wind_due_to_ugwp from new to old metadata -INFO: Converting local name shinhong of variable flag_for_scale_aware_Shinhong_PBL from new to old metadata -INFO: Converting local name maxMF of variable maximum_mass_flux from new to old metadata -INFO: Converting local name gu0 of variable x_wind_updated_by_physics from new to old metadata -INFO: Converting local name ncstrac of variable number_of_tracers_for_CS from new to old metadata -INFO: Converting local name do_qa of variable flag_for_inline_cloud_fraction_calculation from new to old metadata -INFO: Converting local name pgr of variable surface_air_pressure from new to old metadata -INFO: Converting local name del of variable air_pressure_difference_between_midlayers from new to old metadata -INFO: Converting local name nqrimef of variable index_for_mass_weighted_rime_factor from new to old metadata -INFO: Converting local name du3dt(:,:,1) of variable cumulative_change_in_x_wind_due_to_PBL from new to old metadata -INFO: Converting local name raincs of variable lwe_thickness_of_shallow_convective_precipitation_amount from new to old metadata -INFO: Converting local name xlaixy of variable leaf_area_index from new to old metadata -INFO: Converting local name iopt_alb of variable flag_for_ground_snow_surface_albedo_option from new to old metadata -INFO: Converting local name moninq_fac of variable atmosphere_diffusivity_coefficient_factor from new to old metadata -INFO: Converting local name work3 of variable ratio_of_exner_function_between_midlayer_and_interface_at_lowest_model_layer from new to old metadata -INFO: Converting local name adjnirbmd of variable surface_downwelling_direct_near_infrared_shortwave_flux from new to old metadata -INFO: Converting local name imp_physics_zhao_carr_pdf of variable flag_for_zhao_carr_pdf_microphysics_scheme from new to old metadata -INFO: Converting local name dv3dt(:,:,3) of variable cumulative_change_in_y_wind_due_to_deep_convection from new to old metadata -INFO: Converting local name evcwa of variable cumulative_canopy_upward_latent_heat_flu_multiplied_by_timestep from new to old metadata -INFO: Converting local name lsm_noah of variable flag_for_noah_land_surface_scheme from new to old metadata -INFO: Converting local name ntk of variable index_for_turbulent_kinetic_energy_convective_transport_tracer from new to old metadata -INFO: Converting local name qsnw of variable local_snow_water_mixing_ratio from new to old metadata -INFO: Converting local name edmf_thl of variable emdf_updraft_theta_l from new to old metadata -INFO: Converting local name crtrh(2) of variable critical_relative_humidity_at_PBL_top from new to old metadata -INFO: Converting local name xv of variable diurnal_thermocline_layer_y_current from new to old metadata -INFO: Converting local name rlapse of variable air_temperature_lapse_rate_constant from new to old metadata -INFO: Converting local name clw(:,:,1) of variable ice_water_mixing_ratio_convective_transport_tracer from new to old metadata -INFO: Converting local name levozp of variable vertical_dimension_of_ozone_forcing_data from new to old metadata -INFO: Converting local name spfhmax of variable maximum_specific_humidity_at_2m from new to old metadata -INFO: Converting local name runoff of variable surface_runoff_flux from new to old metadata -INFO: Converting local name do_sb_physics of variable mg_flag_for_sb2001_autoconversion from new to old metadata -INFO: Converting local name phy_myj_a1q of variable weight_for_specific_humidity_at_viscous_sublayer_top from new to old metadata -INFO: Converting local name cactiv of variable conv_activity_counter from new to old metadata -INFO: Converting local name clw(:,:,index_for_turbulent_kinetic_energy_convective_transport_tracer) of variable turbulent_kinetic_energy_convective_transport_tracer from new to old metadata -INFO: Converting local name oz_phys_2015 of variable flag_for_2015_ozone_physics from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_snow_number_concentration) of variable snow_number_concentration from new to old metadata -INFO: Converting local name ntsnc of variable index_for_snow_number_concentration from new to old metadata -INFO: Converting local name dlwsfci_cpl of variable instantaneous_surface_downwelling_longwave_flux_for_coupling from new to old metadata -INFO: Converting local name errflg of variable ccpp_error_flag from new to old metadata -INFO: Converting local name kbot of variable vertical_index_at_cloud_base from new to old metadata -INFO: Converting local name clw_surf of variable cloud_condensed_water_mixing_ratio_at_surface from new to old metadata -INFO: Converting local name skebu_wts of variable weights_for_stochastic_skeb_perturbation_of_x_wind from new to old metadata -INFO: Converting local name snowprv of variable lwe_thickness_of_snow_amount_from_previous_timestep from new to old metadata -INFO: Converting local name spec_adv of variable flag_for_individual_cloud_species_advected from new to old metadata -INFO: Converting local name rainmp of variable lwe_thickness_of_explicit_rain_amount from new to old metadata -INFO: Converting local name jdat of variable forecast_date_and_time from new to old metadata -INFO: Converting local name ntrcaer of variable number_of_aerosol_tracers_MG from new to old metadata -INFO: Converting local name gflux of variable cumulative_surface_ground_heat_flux_multiplied_by_timestep from new to old metadata -INFO: Converting local name q1 of variable water_vapor_specific_humidity_at_lowest_model_layer_for_diag from new to old metadata -INFO: Converting local name gq0(:,1,index_for_water_vapor) of variable water_vapor_specific_humidity_at_lowest_model_layer_updated_by_physics from new to old metadata -INFO: Converting local name nday of variable daytime_points_dimension from new to old metadata -INFO: Converting local name cs_parm(9) of variable entrainment_efficiency_tunable_parameter_9_CS from new to old metadata -INFO: Converting local name flx_form of variable flag_flux_form_CS from new to old metadata -INFO: Converting local name dtsfc_cpl of variable cumulative_surface_upward_sensible_heat_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name nstf_name(1) of variable flag_for_nsstm_run from new to old metadata -INFO: Converting local name ca_sgs of variable flag_for_sgs_cellular_automata from new to old metadata -INFO: Converting local name mg_qcmin(1) of variable mg_minimum_cloud_condensed_water_mixing_ratio from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio from new to old metadata -INFO: Converting local name rilist of variable gas_constants_for_multi_gases_physics from new to old metadata -INFO: Converting local name dtauy2d_ls of variable y_momentum_tendency_from_large_scale_gwd from new to old metadata -INFO: Converting local name oz_coeff of variable number_of_coefficients_in_ozone_forcing_data from new to old metadata -INFO: Converting local name edmf_qt of variable emdf_updraft_total_water from new to old metadata -INFO: Converting local name stmassxy of variable stem_mass from new to old metadata -INFO: Converting local name dgraupelprv of variable graupel_precipitation_rate_from_previous_timestep from new to old metadata -INFO: Converting local name gq0(:,:,index_for_mass_weighted_rime_factor) of variable mass_weighted_rime_factor_updated_by_physics from new to old metadata -INFO: Converting local name alnwf of variable mean_nir_albedo_with_weak_cosz_dependency from new to old metadata -INFO: Converting local name smoiseq of variable equilibrium_soil_water_content from new to old metadata -INFO: Converting local name psautco of variable coefficient_from_cloud_ice_to_snow from new to old metadata -INFO: Converting local name fhlwr of variable frequency_for_longwave_radiation from new to old metadata -INFO: Converting local name xtts of variable sensitivity_of_dtl_heat_content_to_surface_temperature from new to old metadata -INFO: Converting local name tracers_start_index of variable start_index_of_other_tracers from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_ice_cloud_condensate) of variable tendency_of_ice_cloud_water_mixing_ratio_due_to_model_physics from new to old metadata -INFO: Converting local name jsd of variable starting_y_direction_index_domain from new to old metadata -INFO: Converting local name semis_land of variable surface_longwave_emissivity_over_land_interstitial from new to old metadata -INFO: Converting local name tdomr of variable dominant_rain_type from new to old metadata -INFO: Converting local name conv_act of variable gf_memory_counter from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_ice_cloud_number_concentration) of variable ice_number_concentration from new to old metadata -INFO: Converting local name ugrs(:,1) of variable x_wind_at_lowest_model_layer from new to old metadata -INFO: Converting local name qicn of variable mass_fraction_of_convective_cloud_ice from new to old metadata -INFO: Converting local name fh2_ice of variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_ice from new to old metadata -INFO: Converting local name tsq of variable t_prime_squared from new to old metadata -INFO: Converting local name tdomip of variable dominant_sleet_type from new to old metadata -INFO: Converting local name lslwr of variable flag_to_calc_lw from new to old metadata -INFO: Converting local name GFS_cldprop_type of variable GFS_cldprop_type from new to old metadata -INFO: Converting local name imp_physics of variable flag_for_microphysics_scheme from new to old metadata -INFO: Converting local name sfcalb(:,1) of variable surface_albedo_due_to_near_IR_direct from new to old metadata -INFO: Converting local name mg_do_graupel of variable mg_flag_for_graupel from new to old metadata -INFO: Converting local name soilm of variable soil_moisture_content from new to old metadata -INFO: Converting local name exch_m of variable atmosphere_momentum_diffusivity_for_mynnpbl from new to old metadata -INFO: Converting local name wetdpc of variable instantaneous_convective_scale_wet_deposition from new to old metadata -INFO: Converting local name el_pbl of variable mixing_length from new to old metadata -INFO: Converting local name ncnvc of variable index_for_convective_cloud_cover_in_phy_f3d from new to old metadata -INFO: Converting local name fn_nml of variable namelist_filename from new to old metadata -INFO: Converting local name weasd_ocean of variable water_equivalent_accumulated_snow_depth_over_ocean from new to old metadata -INFO: Converting local name evfact_deep of variable rain_evaporation_coefficient_deep_convection from new to old metadata -INFO: Converting local name dqsfc of variable cumulative_surface_upward_latent_heat_flux_for_diag_multiplied_by_timestep from new to old metadata -INFO: Converting local name totgrpb of variable accumulated_lwe_thickness_of_graupel_amount_in_bucket from new to old metadata -INFO: Converting local name trans_aero of variable flag_for_aerosol_convective_transport_and_PBL_diffusion from new to old metadata -INFO: Converting local name dusfc_bl of variable integrated_x_momentum_flux_from_blocking_drag from new to old metadata -INFO: Converting local name gw_kdis of variable eddy_mixing_due_to_ugwp from new to old metadata -INFO: Converting local name mg_qcmin of variable mg_minimum_cloud_condensed_water_and_ice_mixing_ratio from new to old metadata -INFO: Converting local name dq3dt(:,:,3) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_shal_convection from new to old metadata -INFO: Converting local name qi of variable cloud_ice_specific_humidity_at_Lagrangian_surface from new to old metadata -INFO: Converting local name imfshalcnv_gf of variable flag_for_ntiedtke_shallow_convection_scheme from new to old metadata -INFO: Converting local name zorl_ocean of variable surface_roughness_length_over_ocean_interstitial from new to old metadata -INFO: Converting local name tsfc_ice of variable surface_skin_temperature_over_ice_interstitial from new to old metadata -INFO: Converting local name input_nml_file_length of variable number_of_lines_of_namelist_filename_for_internal_file_reads from new to old metadata -INFO: Converting local name flhc of variable surface_exchange_coefficient_for_heat from new to old metadata -INFO: Converting local name qke of variable tke_at_mass_points from new to old metadata -INFO: Converting local name snowd of variable surface_snow_thickness_water_equivalent from new to old metadata -INFO: Converting local name ncpr of variable local_rain_number_concentration from new to old metadata -INFO: Converting local name ldiag3d of variable flag_diagnostics_3D from new to old metadata -INFO: Converting local name ffhh_ocean of variable Monin_Obukhov_similarity_function_for_heat_over_ocean from new to old metadata -INFO: Converting local name nsamftrac of variable number_of_tracers_for_samf from new to old metadata -INFO: Converting local name con_hvap of variable latent_heat_of_vaporization_of_water_at_0C from new to old metadata -INFO: Converting local name dtaux2d_fd of variable x_momentum_tendency_from_form_drag from new to old metadata -INFO: Converting local name levh2o of variable vertical_dimension_of_h2o_forcing_data from new to old metadata -INFO: Converting local name ras of variable flag_for_ras_deep_convection from new to old metadata -INFO: Converting local name ialb of variable flag_for_using_climatology_albedo from new to old metadata -INFO: Converting local name raincd of variable lwe_thickness_of_deep_convective_precipitation_amount from new to old metadata -INFO: Converting local name alb1d of variable surface_albedo_perturbation from new to old metadata -INFO: Converting local name nwat of variable number_of_water_species from new to old metadata -INFO: Converting local name dwn_mf of variable cumulative_atmosphere_downdraft_convective_mass_flux from new to old metadata -INFO: Converting local name save_t of variable air_temperature_save from new to old metadata -INFO: Converting local name fice of variable sea_ice_concentration from new to old metadata -INFO: Converting local name dvisdf_cpl of variable cumulative_surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name cvb of variable pressure_at_bottom_of_convective_cloud from new to old metadata -INFO: Converting local name save_q(:,:,index_for_ice_cloud_condensate) of variable ice_water_mixing_ratio_save from new to old metadata -INFO: Converting local name gq0(:,:,index_for_snow_water) of variable snow_water_mixing_ratio_updated_by_physics from new to old metadata -INFO: Converting local name qrain of variable sensible_heat_flux_due_to_rainfall from new to old metadata -INFO: Converting local name stress_ocean of variable surface_wind_stress_over_ocean from new to old metadata -INFO: Converting local name adjsfculw_land of variable surface_upwelling_longwave_flux_over_land_interstitial from new to old metadata -INFO: Converting local name ndust of variable number_of_dust_bins_for_diagnostics from new to old metadata -INFO: Converting local name GFS_radtend_type of variable GFS_radtend_type from new to old metadata -INFO: Converting local name ngas of variable number_of_gases_for_multi_gases_physics from new to old metadata -INFO: Converting local name diceprv of variable ice_precipitation_rate_from_previous_timestep from new to old metadata -INFO: Converting local name con_ttp of variable triple_point_temperature_of_water from new to old metadata -INFO: Converting local name rechxy of variable water_table_recharge_when_shallow from new to old metadata -INFO: Converting local name ffhh of variable Monin_Obukhov_similarity_function_for_heat from new to old metadata -INFO: Converting local name edmf_w of variable emdf_updraft_vertical_velocity from new to old metadata -INFO: Converting local name sed_supersat of variable mg_allow_supersat_after_sed from new to old metadata -INFO: Converting local name sr of variable ratio_of_snowfall_to_rainfall from new to old metadata -INFO: Converting local name stc of variable soil_temperature from new to old metadata -INFO: Converting local name idate of variable date_and_time_at_model_initialization_reordered from new to old metadata -INFO: Converting local name nctp of variable number_of_cloud_types_CS from new to old metadata -INFO: Converting local name levrp1 of variable number_of_vertical_layers_for_radiation_calculations_plus_one from new to old metadata -INFO: Converting local name v10mmax of variable maximum_y_wind_at_10m from new to old metadata -INFO: Converting local name clouds(:,:,8) of variable cloud_snow_water_path from new to old metadata -INFO: Converting local name dusfc of variable cumulative_surface_x_momentum_flux_for_diag_multiplied_by_timestep from new to old metadata -INFO: Converting local name sfcalb(:,3) of variable surface_albedo_due_to_UV_and_VIS_direct from new to old metadata -INFO: Converting local name zmtnblck of variable level_of_dividing_streamline from new to old metadata -INFO: Converting local name xcosz of variable instantaneous_cosine_of_zenith_angle from new to old metadata -INFO: Converting local name CCPP_interstitial_type of variable CCPP_interstitial_type from new to old metadata -INFO: Converting local name theta of variable angle_from_east_of_maximum_subgrid_orographic_variations from new to old metadata -INFO: Converting local name nbdsw of variable number_of_aerosol_bands_for_shortwave_radiation from new to old metadata -INFO: Converting local name dqsfc1 of variable instantaneous_surface_upward_latent_heat_flux from new to old metadata -INFO: Converting local name htrsw of variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_timestep from new to old metadata -INFO: Converting local name gq0(:,:,index_for_graupel_number_concentration) of variable graupel_number_concentration_updated_by_physics from new to old metadata -INFO: Converting local name ntgnc of variable index_for_graupel_number_concentration from new to old metadata -INFO: Converting local name semis of variable surface_longwave_emissivity from new to old metadata -INFO: Converting local name ca_smooth of variable flag_for_gaussian_spatial_filter from new to old metadata -INFO: Converting local name zhour of variable time_since_diagnostics_zeroed from new to old metadata -INFO: Converting local name uswsfci of variable surface_upwelling_shortwave_flux from new to old metadata -INFO: Converting local name dq3dt(:,:,6) of variable cumulative_change_in_ozone_concentration_due_to_production_and_loss_rate from new to old metadata -INFO: Converting local name con_t0c of variable temperature_at_zero_celsius from new to old metadata -INFO: Converting local name dvsfcin_cpl of variable surface_y_momentum_flux_for_coupling from new to old metadata -INFO: Converting local name runoff of variable total_runoff from new to old metadata -INFO: Converting local name upd_mf of variable cumulative_atmosphere_updraft_convective_mass_flux from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_for_cloud_fraction_in_3d_arrays_for_microphysics) of variable cloud_fraction_for_MG from new to old metadata -INFO: Converting local name indcld of variable index_for_cloud_fraction_in_3d_arrays_for_microphysics from new to old metadata -INFO: Converting local name vegtype of variable vegetation_type_classification from new to old metadata -INFO: Converting local name ied of variable ending_x_direction_index_domain from new to old metadata -INFO: Converting local name transa of variable cumulative_transpiration_flux_multiplied_by_timestep from new to old metadata -INFO: Converting local name dt3dt(:,:,2) of variable cumulative_change_in_temperature_due_to_shortwave_radiation from new to old metadata -INFO: Converting local name dvsfc_ls of variable integrated_y_momentum_flux_from_large_scale_gwd from new to old metadata -INFO: Converting local name snowd_ocean of variable surface_snow_thickness_water_equivalent_over_ocean from new to old metadata -INFO: Converting local name clouds(:,:,2) of variable cloud_liquid_water_path from new to old metadata -INFO: Converting local name visbmui of variable surface_upwelling_direct_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name plvl of variable air_pressure_at_interface_for_radiation_in_hPa from new to old metadata -INFO: Converting local name uustar_land of variable surface_friction_velocity_over_land from new to old metadata -INFO: Converting local name phy_myj_akms of variable momentum_exchange_coefficient_for_MYJ_schemes from new to old metadata -INFO: Converting local name cnv_fice of variable ice_fraction_in_convective_tower from new to old metadata -INFO: Converting local name nbdlw of variable number_of_aerosol_bands_for_longwave_radiation from new to old metadata -INFO: Converting local name dudt_mtb of variable instantaneous_change_in_x_wind_due_to_mountain_blocking_drag from new to old metadata -INFO: Converting local name rb_ocean of variable bulk_richardson_number_at_lowest_model_level_over_ocean from new to old metadata -INFO: Converting local name ccnorm of variable flag_for_cloud_condensate_normalized_by_cloud_cover from new to old metadata -INFO: Converting local name dqdt of variable tendency_of_tracers_due_to_model_physics from new to old metadata -INFO: Converting local name u10m of variable x_wind_at_10m from new to old metadata -INFO: Converting local name tmpmin of variable minimum_temperature_at_2m from new to old metadata -INFO: Converting local name save_u of variable x_wind_save from new to old metadata -INFO: Converting local name tsnow of variable snow_temperature_bottom_first_layer from new to old metadata -INFO: Converting local name kind_INTEGER of variable kind_INTEGER from new to old metadata -INFO: Converting local name nswsfc_cpl of variable cumulative_surface_net_downward_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name vgrs(:,1) of variable y_wind_at_lowest_model_layer from new to old metadata -INFO: Converting local name bl_mynn_edmf_tke of variable edmf_tke_transport_flag from new to old metadata -INFO: Converting local name tile_num of variable number_of_tile from new to old metadata -INFO: Converting local name con_pi of variable pi from new to old metadata -INFO: Converting local name abem of variable instantaneous_anthopogenic_and_biomass_burning_emissions from new to old metadata -INFO: Converting local name latidxprnt of variable latitude_index_in_debug_printouts from new to old metadata -INFO: Converting local name tcrf of variable cloud_phase_transition_denominator from new to old metadata -INFO: Converting local name cpilist of variable specific_heat_capacities_for_multi_gases_physics from new to old metadata -INFO: Converting local name tprcp_ocean of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_ocean from new to old metadata -INFO: Converting local name vgrs of variable y_wind from new to old metadata -INFO: Converting local name me of variable mpi_rank from new to old metadata -INFO: Converting local name nseffr of variable index_for_snow_effective_radius from new to old metadata -INFO: Converting local name crtrh(1) of variable critical_relative_humidity_at_surface from new to old metadata -INFO: Converting local name nrcm of variable array_dimension_of_random_number from new to old metadata -INFO: Converting local name phy_f2d(:,2) of variable surface_air_pressure_at_previous_time_step from new to old metadata -INFO: Converting local name totice of variable accumulated_lwe_thickness_of_ice_amount from new to old metadata -INFO: Converting local name vdftra of variable vertically_diffused_tracer_concentration from new to old metadata -INFO: Converting local name clam_shal of variable entrainment_rate_coefficient_shallow_convection from new to old metadata -INFO: Converting local name ulwsfc of variable cumulative_surface_upwelling_longwave_flux_multiplied_by_timestep from new to old metadata -INFO: Converting local name cldf of variable cloud_area_fraction from new to old metadata -INFO: Converting local name prslk of variable dimensionless_exner_function_at_model_layers from new to old metadata -INFO: Converting local name imp_physics_wsm6 of variable flag_for_wsm6_microphysics_scheme from new to old metadata -INFO: Converting local name blksz(ccpp_block_number) of variable horizontal_loop_extent from new to old metadata -INFO: Converting local name dtp of variable time_step_for_physics from new to old metadata -INFO: Converting local name nnirdf_cpl of variable cumulative_surface_net_downward_diffuse_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name tsurf_ice of variable surface_skin_temperature_after_iteration_over_ice from new to old metadata -INFO: Converting local name snowfallac of variable total_accumulated_snowfall from new to old metadata -INFO: Converting local name solhr of variable forecast_hour_of_the_day from new to old metadata -INFO: Converting local name use_zmtnblck of variable flag_for_mountain_blocking from new to old metadata -INFO: Converting local name sfcflw_type of variable sfcflw_type from new to old metadata -INFO: Converting local name rhofr of variable density_of_frozen_precipitation from new to old metadata -INFO: Converting local name dxmax of variable maximum_scaling_factor_for_critical_relative_humidity from new to old metadata -INFO: Converting local name rainc_cpl of variable lwe_thickness_of_convective_precipitation_amount_for_coupling from new to old metadata -INFO: Converting local name prautco of variable coefficient_from_cloud_water_to_rain from new to old metadata -INFO: Converting local name cumabs of variable maximum_column_heating_rate from new to old metadata -INFO: Converting local name Statein of variable GFS_statein_type_instance from new to old metadata -INFO: Converting local name ntasks of variable mpi_size from new to old metadata -INFO: Converting local name qsq of variable q_prime_squared from new to old metadata -INFO: Converting local name bl_mynn_mixqt of variable mix_total_water_flag from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_turbulent_kinetic_energy) of variable tendency_of_turbulent_kinetic_energy_due_to_model_physics from new to old metadata -INFO: Converting local name ntke of variable index_for_turbulent_kinetic_energy from new to old metadata -INFO: Converting local name kmp of variable top_layer_index_for_fast_physics from new to old metadata -INFO: Converting local name ffhh_ice of variable Monin_Obukhov_similarity_function_for_heat_over_ice from new to old metadata -INFO: Converting local name dq3dt(:,:,1) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_PBL from new to old metadata -INFO: Converting local name con_hfus of variable latent_heat_of_fusion_of_water_at_0C from new to old metadata -INFO: Converting local name isubc_lw of variable flag_for_lw_clouds_without_sub_grid_approximation from new to old metadata -INFO: Converting local name du3dt(:,:,3) of variable cumulative_change_in_x_wind_due_to_deep_convection from new to old metadata -INFO: Converting local name clx of variable fraction_of_grid_box_with_subgrid_orography_higher_than_critical_height from new to old metadata -INFO: Converting local name shoc_parm(4) of variable shoc_implicit_TKE_integration_uncentering_term from new to old metadata -INFO: Converting local name gasvmr(:,:,7) of variable volume_mixing_ratio_cfc12 from new to old metadata -INFO: Converting local name cappa of variable cappa_moist_gas_constant_at_Lagrangian_surface from new to old metadata -INFO: Converting local name cf_upi of variable convective_cloud_fraction_for_microphysics from new to old metadata -INFO: Converting local name cdata of variable ccpp_t_instance from new to old metadata -INFO: Converting local name phy_myj_akhs of variable heat_exchange_coefficient_for_MYJ_schemes from new to old metadata -INFO: Converting local name sedim of variable instantaneous_sedimentation from new to old metadata -INFO: Converting local name graupelmp of variable lwe_thickness_of_graupel_amount from new to old metadata -INFO: Converting local name skebu_wts of variable weights_for_stochastic_skeb_perturbation_of_x_wind_flipped from new to old metadata -INFO: Converting local name GFS_control_type of variable GFS_control_type from new to old metadata -INFO: Converting local name yearlen of variable number_of_days_in_year from new to old metadata -INFO: Converting local name save_q(:,:,index_for_water_vapor) of variable water_vapor_specific_humidity_save from new to old metadata -INFO: Converting local name smois of variable volume_fraction_of_soil_moisture_for_land_surface_model from new to old metadata -INFO: Converting local name gq0(:,:,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio_updated_by_physics from new to old metadata -INFO: Converting local name pwat of variable column_precipitable_water from new to old metadata -INFO: Converting local name cld1d of variable cloud_work_function from new to old metadata -INFO: Converting local name qvi of variable gas_tracers_for_multi_gas_physics_at_Lagrangian_surface from new to old metadata -INFO: Converting local name gabsbdlw of variable surface_downwelling_longwave_flux_absorbed_by_ground from new to old metadata -INFO: Converting local name tau_ngw of variable time_integral_of_momentum_flux_due_to_nonstationary_gravity_wave from new to old metadata -INFO: Converting local name xlat_d of variable latitude_degree from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_for_ice_effective_radius) of variable effective_radius_of_stratiform_cloud_ice_particle_in_um from new to old metadata -INFO: Converting local name nieffr of variable index_for_ice_effective_radius from new to old metadata -INFO: Converting local name do_ca of variable flag_for_cellular_automata from new to old metadata -INFO: Converting local name wtxy of variable water_storage_in_aquifer_and_saturated_soil from new to old metadata -INFO: Converting local name srunoff of variable surface_runoff from new to old metadata -INFO: Converting local name ntrnc of variable index_for_rain_number_concentration from new to old metadata -INFO: Converting local name ustm of variable surface_friction_velocity_drag from new to old metadata -INFO: Converting local name cnvprcp of variable cumulative_lwe_thickness_of_convective_precipitation_amount from new to old metadata -INFO: Converting local name imfdeepcnv_samf of variable flag_for_samf_deep_convection_scheme from new to old metadata -INFO: Converting local name si of variable vertical_sigma_coordinate_for_radiation_initialization from new to old metadata -INFO: Converting local name gwdcu of variable tendency_of_x_wind_due_to_convective_gravity_wave_drag from new to old metadata -INFO: Converting local name elvmax of variable maximum_subgrid_orography from new to old metadata -INFO: Converting local name slimskin_cpl of variable sea_land_ice_mask_in from new to old metadata -INFO: Converting local name dtsfc_cice of variable surface_upward_sensible_heat_flux_for_coupling_interstitial from new to old metadata -INFO: Converting local name do_mynnedmf of variable do_mynnedmf from new to old metadata -INFO: Converting local name zorll of variable surface_roughness_length_over_land from new to old metadata -INFO: Converting local name nswsfci_cpl of variable instantaneous_surface_net_downward_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name do_cldice of variable mg_flag_for_cloud_ice_processes from new to old metadata -INFO: Converting local name alboldxy of variable snow_albedo_at_previous_time_step from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_graupel) of variable graupel_mixing_ratio from new to old metadata -INFO: Converting local name rhcmax of variable maximum_critical_relative_humidity from new to old metadata -INFO: Converting local name Stateout of variable GFS_stateout_type_instance from new to old metadata -INFO: Converting local name nirbmdi of variable surface_downwelling_direct_near_infrared_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name gfluxi of variable instantaneous_surface_ground_heat_flux from new to old metadata -INFO: Converting local name drainncprv of variable explicit_rainfall_rate_from_previous_timestep from new to old metadata -INFO: Converting local name gflx of variable upward_heat_flux_in_soil from new to old metadata -INFO: Converting local name hflx_ocean of variable kinematic_surface_upward_sensible_heat_flux_over_ocean from new to old metadata -INFO: Converting local name nvdiff of variable number_of_vertical_diffusion_tracers from new to old metadata -INFO: Converting local name dspheat of variable flag_TKE_dissipation_heating from new to old metadata -INFO: Converting local name fhswr of variable frequency_for_shortwave_radiation from new to old metadata -INFO: Converting local name nthreads of variable omp_threads from new to old metadata -INFO: Converting local name islmsk of variable sea_land_ice_mask from new to old metadata -INFO: Converting local name ntchmdiag of variable number_of_chemical_tracers_for_diagnostics from new to old metadata -INFO: Converting local name nstf_name(5) of variable vertical_temperature_average_range_upper_bound from new to old metadata -INFO: Converting local name forceq of variable moisture_tendency_due_to_dynamics from new to old metadata -INFO: Converting local name nseasalt of variable number_of_seasalt_bins_for_diagnostics from new to old metadata -INFO: Converting local name gasvmr(:,:,2) of variable volume_mixing_ratio_n2o from new to old metadata -INFO: Converting local name ctei_rml of variable grid_sensitive_critical_cloud_top_entrainment_instability_criteria from new to old metadata -INFO: Converting local name sfc_wts of variable weights_for_stochastic_surface_physics_perturbation from new to old metadata -INFO: Converting local name oc of variable convexity_of_subgrid_orography from new to old metadata -INFO: Converting local name ep1d of variable surface_upward_potential_latent_heat_flux from new to old metadata -INFO: Converting local name u10mmax of variable maximum_x_wind_at_10m from new to old metadata -INFO: Converting local name nca of variable number_of_independent_cellular_automata from new to old metadata -INFO: Converting local name rtmassxy of variable fine_root_mass from new to old metadata -INFO: Converting local name ffmm_ocean of variable Monin_Obukhov_similarity_function_for_momentum_over_ocean from new to old metadata -INFO: Converting local name pertlai of variable magnitude_of_perturbation_of_leaf_area_index from new to old metadata -INFO: Converting local name mg_ncnst of variable mg_drop_concentration_constant from new to old metadata -INFO: Converting local name pgcon_shal of variable momentum_transport_reduction_factor_pgf_shallow_convection from new to old metadata -INFO: Converting local name edmf_qc of variable emdf_updraft_cloud_water from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_graupel) of variable tendency_of_graupel_mixing_ratio_due_to_model_physics from new to old metadata -INFO: Converting local name acvt of variable largest_cloud_top_vertical_index_encountered_thus_far from new to old metadata -INFO: Converting local name cmm of variable surface_drag_wind_speed_for_momentum_in_air from new to old metadata -INFO: Converting local name dt_cool of variable sub_layer_cooling_amount from new to old metadata -INFO: Converting local name qc_r of variable cloud_liquid_water_mixing_ratio from new to old metadata -INFO: Converting local name ral_ts of variable time_scale_for_rayleigh_damping from new to old metadata -INFO: Converting local name GFS_diag_type of variable GFS_diag_type from new to old metadata -INFO: Converting local name dnirdfi_cpl of variable instantaneous_surface_downwelling_diffuse_near_infrared_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name chh_ice of variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_ice from new to old metadata -INFO: Converting local name flipv of variable flag_flip from new to old metadata -INFO: Converting local name ldiag_ugwp of variable diag_ugwp_flag from new to old metadata -INFO: Converting local name ctei_r of variable cloud_top_entrainment_instability_value from new to old metadata -INFO: Converting local name ccn_nm of variable ccn_number_concentration from new to old metadata -INFO: Converting local name edmf_ent of variable emdf_updraft_entrainment_rate from new to old metadata -INFO: Converting local name htswc of variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step from new to old metadata -INFO: Converting local name phy_myj_thz0 of variable potential_temperature_at_viscous_sublayer_top from new to old metadata -INFO: Converting local name bl_mynn_edmf of variable edmf_flag from new to old metadata -INFO: Converting local name con_rd of variable gas_constant_dry_air from new to old metadata -INFO: Converting local name qss_land of variable surface_specific_humidity_over_land from new to old metadata -INFO: Converting local name zt1d of variable perturbation_of_heat_to_momentum_roughness_length_ratio from new to old metadata -INFO: Converting local name imp_physics_zhao_carr of variable flag_for_zhao_carr_microphysics_scheme from new to old metadata -INFO: Converting local name delz of variable thickness_at_Lagrangian_surface from new to old metadata -INFO: Converting local name dtsfci of variable instantaneous_surface_upward_sensible_heat_flux_for_diag from new to old metadata -INFO: Converting local name dvsfc_fd of variable integrated_y_momentum_flux_from_form_drag from new to old metadata -INFO: Converting local name totprcpb of variable accumulated_lwe_thickness_of_precipitation_amount_in_bucket from new to old metadata -INFO: Converting local name tcr of variable cloud_phase_transition_threshold_temperature from new to old metadata -INFO: Converting local name clstp of variable convective_cloud_switch from new to old metadata -INFO: Converting local name isatmedmf_vdifq of variable choice_of_updated_scale_aware_TKE_moist_EDMF_PBL from new to old metadata -INFO: Converting local name coszen of variable cosine_of_zenith_angle from new to old metadata -INFO: Converting local name nifa2d of variable tendency_of_ice_friendly_aerosols_at_surface from new to old metadata -INFO: Converting local name icy of variable flag_nonzero_sea_ice_surface_fraction from new to old metadata -INFO: Converting local name dudt of variable tendency_of_x_wind_due_to_model_physics from new to old metadata -INFO: Converting local name bl_dnfr of variable downdraft_fraction_in_boundary_layer_mass_flux_scheme from new to old metadata -INFO: Converting local name snohf of variable snow_freezing_rain_upward_latent_heat_flux from new to old metadata -INFO: Converting local name bexp1d of variable perturbation_of_soil_type_b_parameter from new to old metadata -INFO: Converting local name faersw of variable aerosol_optical_properties_for_shortwave_bands_01_16 from new to old metadata -INFO: Converting local name dtdt of variable tendency_of_air_temperature_due_to_model_physics from new to old metadata -INFO: Converting local name nvisdf_cpl of variable cumulative_surface_net_downward_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name dqsfcin_cpl of variable surface_upward_latent_heat_flux_for_coupling from new to old metadata -INFO: Converting local name con_p0 of variable standard_atmospheric_pressure from new to old metadata -INFO: Converting local name con_epsq of variable minimum_value_of_specific_humidity from new to old metadata -INFO: Converting local name dusfci_cpl of variable instantaneous_surface_x_momentum_flux_for_coupling from new to old metadata -INFO: Converting local name ep1d_ice of variable surface_upward_potential_latent_heat_flux_over_ice from new to old metadata -INFO: Converting local name fhour of variable forecast_time from new to old metadata -INFO: Converting local name refl_10cm of variable radar_reflectivity_10cm from new to old metadata -INFO: Converting local name shum_wts of variable weights_for_stochastic_shum_perturbation_flipped from new to old metadata -INFO: Converting local name dspfac of variable tke_dissipative_heating_factor from new to old metadata -INFO: Converting local name nnirbmi_cpl of variable instantaneous_surface_net_downward_direct_near_infrared_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name c1_deep of variable detrainment_conversion_parameter_deep_convection from new to old metadata -INFO: Converting local name dt3dt(:,:,4) of variable cumulative_change_in_temperature_due_to_deep_convection from new to old metadata -INFO: Converting local name dv3dt(:,:,4) of variable cumulative_change_in_y_wind_due_to_convective_gravity_wave_drag from new to old metadata -INFO: Converting local name phy_myj_a1u of variable weight_for_momentum_at_viscous_sublayer_top from new to old metadata -INFO: Converting local name iopt_stc of variable flag_for_soil_and_snow_temperature_time_stepping_option from new to old metadata -INFO: Converting local name adjvisbmd of variable surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux from new to old metadata -INFO: Converting local name icloud_bl of variable couple_sgs_clouds_to_radiation_flag from new to old metadata -INFO: Converting local name rb of variable bulk_richardson_number_at_lowest_model_level from new to old metadata -INFO: Converting local name faerlw(:,:,:,2) of variable aerosol_single_scattering_albedo_for_longwave_bands_01_16 from new to old metadata -INFO: Converting local name phy_myj_elflx of variable kinematic_surface_latent_heat_flux from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_for_snow_effective_radius) of variable effective_radius_of_stratiform_cloud_snow_particle_in_um from new to old metadata -INFO: Converting local name iopt_tbot of variable flag_for_lower_boundary_soil_temperature_option from new to old metadata -INFO: Converting local name pdfflag of variable flag_for_pdf_for_morrison_gettelman_microphysics_scheme from new to old metadata -INFO: Converting local name do_aw of variable flag_for_Arakawa_Wu_adjustment from new to old metadata -INFO: Converting local name do_tofd of variable turb_oro_form_drag_flag from new to old metadata -INFO: Converting local name dqdti of variable instantaneous_water_vapor_specific_humidity_tendency_due_to_convection from new to old metadata -INFO: Converting local name qi_r of variable cloud_ice_mixing_ratio from new to old metadata -INFO: Converting local name flag_iter of variable flag_for_iteration from new to old metadata -INFO: Converting local name CLDFRA_BL of variable subgrid_cloud_fraction_pbl from new to old metadata -INFO: Converting local name zorl_ice of variable surface_roughness_length_over_ice_interstitial from new to old metadata -INFO: Converting local name dd_mf of variable instantaneous_atmosphere_downdraft_convective_mass_flux from new to old metadata -INFO: Converting local name visdfui of variable surface_upwelling_diffuse_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name julian of variable julian_day from new to old metadata -INFO: Converting local name cd_ice of variable surface_drag_coefficient_for_momentum_in_air_over_ice from new to old metadata -INFO: Converting local name iovr_lw of variable flag_for_max_random_overlap_clouds_for_longwave_radiation from new to old metadata -INFO: Converting local name lmp of variable adjusted_vertical_level_dimension_for_radiation from new to old metadata -INFO: Converting local name kdt of variable index_of_time_step from new to old metadata -INFO: Converting local name ushfsfci of variable instantaneous_surface_upward_sensible_heat_flux_for_chemistry_coupling from new to old metadata -INFO: Converting local name rb_land of variable bulk_richardson_number_at_lowest_model_level_over_land from new to old metadata -INFO: Converting local name uustar of variable surface_friction_velocity from new to old metadata -INFO: Converting local name adjnirbmu of variable surface_upwelling_direct_near_infrared_shortwave_flux from new to old metadata -INFO: Converting local name do_mynnsfclay of variable do_mynnsfclay from new to old metadata -INFO: Converting local name aero_in of variable flag_for_aerosol_input_MG from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_water_vapor) of variable tendency_of_water_vapor_specific_humidity_due_to_model_physics from new to old metadata -INFO: Converting local name mol of variable theta_star from new to old metadata -INFO: Converting local name fwetxy of variable area_fraction_of_wet_canopy from new to old metadata -INFO: Converting local name phy_f2d(:,1) of variable surface_air_pressure_two_time_steps_back from new to old metadata -INFO: Converting local name topflw of variable lw_fluxes_top_atmosphere from new to old metadata -INFO: Converting local name satmedmf of variable flag_for_scale_aware_TKE_moist_EDMF_PBL from new to old metadata -INFO: Converting local name waxy of variable water_storage_in_aquifer from new to old metadata -INFO: Converting local name snow of variable lwe_thickness_of_snow_amount_on_dynamics_timestep from new to old metadata -INFO: Converting local name ivegsrc of variable vegetation_type_dataset_choice from new to old metadata -INFO: Converting local name sigmaf of variable bounded_vegetation_area_fraction from new to old metadata -INFO: Converting local name f_rain of variable fraction_of_rain_water_cloud from new to old metadata -INFO: Converting local name dkt of variable instantaneous_atmosphere_heat_diffusivity from new to old metadata -INFO: Converting local name asolfac_deep of variable aerosol_aware_parameter_deep_convection from new to old metadata -INFO: Converting local name dv3dt(:,:,2) of variable cumulative_change_in_y_wind_due_to_orographic_gravity_wave_drag from new to old metadata -INFO: Converting local name ipr of variable horizontal_index_of_printed_column from new to old metadata -INFO: Converting local name npzcappa of variable vertical_dimension_for_cappa_at_Lagrangian_surface from new to old metadata -INFO: Converting local name clam_deep of variable entrainment_rate_coefficient_deep_convection from new to old metadata -INFO: Converting local name dusfci of variable instantaneous_surface_x_momentum_flux_for_diag from new to old metadata -INFO: Converting local name cs_parm(4) of variable detrainment_and_precipitation_tunable_parameter_4_CS from new to old metadata -INFO: Converting local name levsp1 of variable vertical_dimension_plus_one from new to old metadata -INFO: Converting local name con_cp of variable specific_heat_of_dry_air_at_constant_pressure from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_water_vapor) of variable water_vapor_specific_humidity from new to old metadata -INFO: Converting local name prsik(:,1) of variable dimensionless_exner_function_at_lowest_model_interface from new to old metadata -INFO: Converting local name gasvmr(:,:,5) of variable volume_mixing_ratio_co from new to old metadata -INFO: Converting local name mg_ngcons of variable mg_flag_graupel_concentration_constant from new to old metadata -INFO: Converting local name acsnow of variable accumulated_water_equivalent_of_frozen_precip from new to old metadata -INFO: Converting local name levsm1 of variable vertical_dimension_minus_one from new to old metadata -INFO: Converting local name phy_myj_a1t of variable weight_for_potental_temperature_at_viscous_sublayer_top from new to old metadata -INFO: Converting local name ntracp1 of variable number_of_tracers_plus_one from new to old metadata -INFO: Converting local name GFS_Data of variable GFS_data_type_instance_all_blocks from new to old metadata -INFO: Converting local name zol of variable surface_stability_parameter from new to old metadata -INFO: Converting local name CCPP_interstitial of variable CCPP_interstitial_type_instance from new to old metadata -INFO: Converting local name isd of variable starting_x_direction_index_domain from new to old metadata -INFO: Converting local name cplflx of variable flag_for_flux_coupling from new to old metadata -INFO: Converting local name lradar of variable flag_for_radar_reflectivity from new to old metadata -INFO: Converting local name iseed_ca of variable seed_for_random_number_generation_in_cellular_automata_scheme from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_for_convective_cloud_cover_in_phy_f3d) of variable convective_cloud_cover_in_phy_f3d from new to old metadata -INFO: Converting local name dqsfci of variable instantaneous_surface_upward_latent_heat_flux_for_diag from new to old metadata -INFO: Converting local name dxmin of variable minimum_scaling_factor_for_critical_relative_humidity from new to old metadata -INFO: Converting local name sppt_wts of variable weights_for_stochastic_sppt_perturbation from new to old metadata -INFO: Converting local name tahxy of variable canopy_air_temperature from new to old metadata -INFO: Converting local name imn of variable forecast_month from new to old metadata -INFO: Converting local name evcw of variable canopy_upward_latent_heat_flux from new to old metadata -INFO: Converting local name input_nml_file of variable namelist_filename_for_internal_file_reads from new to old metadata -INFO: Converting local name raddt of variable time_step_for_radiation from new to old metadata -INFO: Converting local name dvisbmi_cpl of variable instantaneous_surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name gwdcv of variable tendency_of_y_wind_due_to_convective_gravity_wave_drag from new to old metadata -INFO: Converting local name evbsa of variable cumulative_soil_upward_latent_heat_flux_multiplied_by_timestep from new to old metadata -INFO: Converting local name cldwrk of variable cumulative_cloud_work_function from new to old metadata -INFO: Converting local name npzdelz of variable vertical_dimension_for_thickness_at_Lagrangian_surface from new to old metadata -INFO: Converting local name dvsfc_cice of variable surface_y_momentum_flux_for_coupling_interstitial from new to old metadata -INFO: Converting local name ql of variable cloud_liquid_water_specific_humidity_at_Lagrangian_surface from new to old metadata -INFO: Converting local name imp_physics_fer_hires of variable flag_for_fer_hires_microphysics_scheme from new to old metadata -INFO: Converting local name dvdt of variable tendency_of_y_wind_due_to_model_physics from new to old metadata -INFO: Converting local name dusfc_cpl of variable cumulative_surface_x_momentum_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name prsl(:,1) of variable air_pressure_at_lowest_model_layer from new to old metadata -INFO: Converting local name ktop_shallow of variable k_level_of_highest_reaching_plume from new to old metadata -INFO: Converting local name sfcfsw of variable sw_fluxes_sfc from new to old metadata -INFO: Converting local name gv0 of variable y_wind_updated_by_physics from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_rain_water) of variable rain_water_mixing_ratio from new to old metadata -INFO: Converting local name cdq_ocean of variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_ocean from new to old metadata -INFO: Converting local name sfcalb(:,4) of variable surface_albedo_due_to_UV_and_VIS_diffused from new to old metadata -INFO: Converting local name gamq of variable countergradient_mixing_term_for_water_vapor from new to old metadata -INFO: Converting local name mdt of variable time_step_for_remapping_for_fast_physics from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_ice_cloud_condensate) of variable ice_water_mixing_ratio from new to old metadata -INFO: Converting local name sfcalb(:,2) of variable surface_albedo_due_to_near_IR_diffused from new to old metadata -INFO: Converting local name phy_fctd of variable cloud_base_mass_flux from new to old metadata -INFO: Converting local name weasd_land of variable water_equivalent_accumulated_snow_depth_over_land from new to old metadata -INFO: Converting local name nwfa2d of variable tendency_of_water_friendly_aerosols_at_surface from new to old metadata -INFO: Converting local name GFS_Control of variable GFS_control_type_instance from new to old metadata -INFO: Converting local name nncl of variable number_of_tracers_for_cloud_condensate from new to old metadata -INFO: Converting local name olyr of variable ozone_concentration_at_layer_for_radiation from new to old metadata -INFO: Converting local name tg3 of variable deep_soil_temperature from new to old metadata -INFO: Converting local name Radtend of variable GFS_radtend_type_instance from new to old metadata -INFO: Converting local name sinlat of variable sine_of_latitude from new to old metadata -INFO: Converting local name sppt_wts of variable weights_for_stochastic_sppt_perturbation_flipped from new to old metadata -INFO: Converting local name ng of variable number_of_ghost_zones from new to old metadata -INFO: Converting local name phil of variable geopotential from new to old metadata -INFO: Converting local name flag_frsoil of variable flag_for_frozen_soil_physics from new to old metadata -INFO: Converting local name faersw(:,:,:,2) of variable aerosol_single_scattering_albedo_for_shortwave_bands_01_16 from new to old metadata -INFO: Converting local name qc of variable cloud_fraction_at_Lagrangian_surface from new to old metadata -INFO: Converting local name do_sfcperts of variable flag_for_stochastic_surface_perturbations from new to old metadata -INFO: Converting local name betas_deep of variable downdraft_fraction_reaching_surface_over_ocean_deep_convection from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_rain_number_concentration) of variable rain_number_concentration from new to old metadata -INFO: Converting local name ifd of variable index_of_dtlm_start from new to old metadata -INFO: Converting local name area of variable cell_area_for_fast_physics from new to old metadata -INFO: Converting local name trans_trac of variable flag_for_convective_transport_of_tracers from new to old metadata -INFO: Converting local name isatmedmf of variable choice_of_scale_aware_TKE_moist_EDMF_PBL from new to old metadata -INFO: Converting local name old_monin of variable flag_for_old_PBL_scheme from new to old metadata -INFO: Converting local name cplchm of variable flag_for_chemistry_coupling from new to old metadata -INFO: Converting local name raincprv of variable lwe_thickness_of_convective_precipitation_amount_from_previous_timestep from new to old metadata -INFO: Converting local name u1 of variable x_wind_at_lowest_model_layer_for_diag from new to old metadata -INFO: Converting local name gw_dvdt of variable tendency_of_y_wind_due_to_ugwp from new to old metadata -INFO: Converting local name dtsfc1 of variable instantaneous_surface_upward_sensible_heat_flux from new to old metadata -INFO: Converting local name gasvmr(:,:,9) of variable volume_mixing_ratio_ccl4 from new to old metadata -INFO: Converting local name semis_ice of variable surface_longwave_emissivity_over_ice_interstitial from new to old metadata -INFO: Converting local name zmtb of variable time_integral_of_height_of_mountain_blocking from new to old metadata -INFO: Converting local name dtauy2d_fd of variable y_momentum_tendency_from_form_drag from new to old metadata -INFO: Converting local name lakefrac of variable lake_area_fraction from new to old metadata -INFO: Converting local name do_myjpbl of variable do_myjpbl from new to old metadata -INFO: Converting local name sncovr of variable surface_snow_area_fraction_over_land from new to old metadata -INFO: Converting local name spd10max of variable maximum_wind_at_10m_over_maximum_hourly_time_interval from new to old metadata -INFO: Converting local name faerlw(:,:,:,3) of variable aerosol_asymmetry_parameter_for_longwave_bands_01_16 from new to old metadata -INFO: Converting local name adjsfculw_ocean of variable surface_upwelling_longwave_flux_over_ocean_interstitial from new to old metadata -INFO: Converting local name nscfshoc of variable index_of_subgrid_scale_cloud_fraction_from_shoc_in_phy_f3d from new to old metadata -INFO: Converting local name qv_r of variable humidity_mixing_ratio from new to old metadata -INFO: Converting local name gq0(:,:,index_for_water_vapor) of variable water_vapor_specific_humidity_updated_by_physics from new to old metadata -INFO: Converting local name lsnow_lsm of variable snow_vertical_dimension_for_land_surface_model from new to old metadata -INFO: Converting local name dv3dt_ngw of variable time_integral_of_change_in_y_wind_due_to_nonstationary_gravity_wave from new to old metadata -INFO: Converting local name tlyr of variable air_temperature_at_layer_for_radiation from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_turbulent_kinetic_energy) of variable turbulent_kinetic_energy from new to old metadata -INFO: Converting local name h2opl of variable h2o_forcing from new to old metadata -INFO: Converting local name smc of variable volume_fraction_of_soil_moisture from new to old metadata -INFO: Converting local name latr of variable number_of_latitude_points from new to old metadata -INFO: Converting local name crick_proof of variable flag_for_CRICK_proof_cloud_water from new to old metadata -INFO: Converting local name ssem of variable instantaneous_seasalt_emission_flux from new to old metadata -INFO: Converting local name xlai1d of variable perturbation_of_leaf_area_index from new to old metadata -INFO: Converting local name tdoms of variable dominant_snow_type from new to old metadata -INFO: Converting local name canopy of variable canopy_water_amount from new to old metadata -INFO: Converting local name dtauy2d_ss of variable y_momentum_tendency_from_small_scale_gwd from new to old metadata -INFO: Converting local name forcet of variable temperature_tendency_due_to_dynamics from new to old metadata -INFO: Converting local name snowmt of variable surface_snow_melt from new to old metadata -INFO: Converting local name ttendlim of variable limit_for_temperature_tendency_for_microphysics from new to old metadata -INFO: Converting local name clouds(:,:,6) of variable cloud_rain_water_path from new to old metadata -INFO: Converting local name sigmafrac of variable convective_updraft_area_fraction from new to old metadata -INFO: Converting local name tau_tofd of variable instantaneous_momentum_flux_due_to_turbulent_orographic_form_drag from new to old metadata -INFO: Converting local name gq0(:,:,index_for_ice_friendly_aerosols) of variable ice_friendly_aerosol_number_concentration_updated_by_physics from new to old metadata -INFO: Converting local name nsswr of variable number_of_timesteps_between_shortwave_radiation_calls from new to old metadata -INFO: Converting local name ulwsfc_cice of variable surface_upwelling_longwave_flux_for_coupling_interstitial from new to old metadata -INFO: Converting local name dq3dt(:,:,8) of variable cumulative_change_in_ozone_concentration_due_to_temperature from new to old metadata -INFO: Converting local name stress_ice of variable surface_wind_stress_over_ice from new to old metadata -INFO: Converting local name is of variable starting_x_direction_index from new to old metadata -INFO: Converting local name sbsno of variable snow_deposition_sublimation_upward_latent_heat_flux from new to old metadata -INFO: Converting local name cnvprcpb of variable cumulative_lwe_thickness_of_convective_precipitation_amount_in_bucket from new to old metadata -INFO: Converting local name rdlai of variable flag_for_reading_leaf_area_index_from_input from new to old metadata -INFO: Converting local name phy_f3d(:,:,4) of variable water_vapor_specific_humidity_at_previous_time_step from new to old metadata -INFO: Converting local name area of variable cell_area from new to old metadata -INFO: Converting local name con_eps of variable ratio_of_dry_air_to_water_vapor_gas_constants from new to old metadata -INFO: Converting local name edmf_a of variable emdf_updraft_area from new to old metadata -INFO: Converting local name dusfc1 of variable instantaneous_surface_x_momentum_flux from new to old metadata -INFO: Converting local name qlcn of variable mass_fraction_of_convective_cloud_liquid_water from new to old metadata -INFO: Converting local name fh2_land of variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_land from new to old metadata -INFO: Converting local name tprcp_land of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_land from new to old metadata -INFO: Converting local name chh_land of variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_land from new to old metadata -INFO: Converting local name dt3dt(:,:,1) of variable cumulative_change_in_temperature_due_to_longwave_radiation from new to old metadata -INFO: Converting local name nfracseed of variable cellular_automata_seed_probability from new to old metadata -INFO: Converting local name cwm of variable total_cloud_condensate_mixing_ratio_updated_by_physics from new to old metadata -INFO: Converting local name u10max of variable maximum_u_wind_at_10m_over_maximum_hourly_time_interval from new to old metadata -INFO: Converting local name dvsfc_ss of variable integrated_y_momentum_flux_from_small_scale_gwd from new to old metadata -INFO: Converting local name smcref2 of variable threshold_volume_fraction_of_condensed_water_in_soil from new to old metadata -INFO: Converting local name kcnv of variable flag_deep_convection from new to old metadata -INFO: Converting local name keepsmfr of variable volume_fraction_of_frozen_soil_moisture_for_land_surface_model from new to old metadata -INFO: Converting local name frain of variable dynamics_to_physics_timestep_ratio from new to old metadata -INFO: Converting local name debug of variable flag_debug from new to old metadata -INFO: Converting local name qrn of variable local_rain_water_mixing_ratio from new to old metadata -INFO: Converting local name tsfc_ocean of variable surface_skin_temperature_over_ocean_interstitial from new to old metadata -INFO: Converting local name levr of variable number_of_vertical_layers_for_radiation_calculations from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_graupel_number_concentration) of variable graupel_number_concentration from new to old metadata -INFO: Converting local name bl_upfr of variable updraft_fraction_in_boundary_layer_mass_flux_scheme from new to old metadata -INFO: Converting local name nsfcpert of variable number_of_surface_perturbations from new to old metadata -INFO: Converting local name evpco of variable coefficient_for_evaporation_of_rainfall from new to old metadata -INFO: Converting local name iems of variable flag_for_surface_emissivity_control from new to old metadata -INFO: Converting local name dlwsfc of variable cumulative_surface_downwelling_longwave_flux_multiplied_by_timestep from new to old metadata -INFO: Converting local name cimin of variable minimum_sea_ice_concentration from new to old metadata -INFO: Converting local name zs of variable depth_of_soil_levels_for_land_surface_model from new to old metadata -INFO: Converting local name fm10_land of variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_land from new to old metadata -INFO: Converting local name lsm_noahmp of variable flag_for_noahmp_land_surface_scheme from new to old metadata -INFO: Converting local name cs_parm(1) of variable updraft_velocity_tunable_parameter_1_CS from new to old metadata -INFO: Converting local name z_c of variable sub_layer_cooling_thickness from new to old metadata -INFO: Converting local name rainc of variable lwe_thickness_of_convective_precipitation_amount_on_dynamics_timestep from new to old metadata -INFO: Converting local name do_cnvgwd of variable flag_for_convective_gravity_wave_drag from new to old metadata -INFO: Converting local name nlunit of variable iounit_namelist from new to old metadata -INFO: Converting local name gw_dtdt of variable tendency_of_air_temperature_due_to_ugwp from new to old metadata -INFO: Converting local name phy_myj_vz0 of variable v_wind_component_at_viscous_sublayer_top from new to old metadata -INFO: Converting local name dusfc_ss of variable integrated_x_momentum_flux_from_small_scale_gwd from new to old metadata -INFO: Converting local name reset of variable flag_reset_maximum_hourly_fields from new to old metadata -INFO: Converting local name idat of variable date_and_time_at_model_initialization from new to old metadata -INFO: Converting local name oceanfrac of variable sea_area_fraction from new to old metadata -INFO: Converting local name rho_h2o of variable density_of_fresh_water from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_ozone) of variable ozone_mixing_ratio from new to old metadata -INFO: Converting local name qv of variable water_vapor_specific_humidity_at_Lagrangian_surface from new to old metadata -INFO: Converting local name adjnirdfd of variable surface_downwelling_diffuse_near_infrared_shortwave_flux from new to old metadata -INFO: Converting local name ca_global of variable flag_for_global_cellular_automata from new to old metadata -INFO: Converting local name landfrac of variable land_area_fraction from new to old metadata -INFO: Converting local name iopt_btr of variable flag_for_soil_moisture_factor_stomatal_resistance_option from new to old metadata -INFO: Converting local name cqs2 of variable surface_exchange_coefficient_for_moisture_at_2m from new to old metadata -INFO: Converting local name snohfa of variable cumulative_snow_freezing_rain_upward_latent_heat_flux_multiplied_by_timestep from new to old metadata -INFO: Converting local name nvisbm_cpl of variable cumulative_surface_net_downward_direct_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name GFS_sfcprop_type of variable GFS_sfcprop_type from new to old metadata -INFO: Converting local name oz_phys of variable flag_for_ozone_physics from new to old metadata -INFO: Converting local name rhowater of variable liquid_water_density from new to old metadata -INFO: Converting local name zsnsoxy of variable layer_bottom_depth_from_snow_surface from new to old metadata -INFO: Converting local name nthresh of variable threshold_for_perturbed_vertical_velocity from new to old metadata -INFO: Converting local name phy_f3d(:,:,1) of variable air_temperature_two_time_steps_back from new to old metadata -INFO: Converting local name gq0(:,:,index_for_water_friendly_aerosols) of variable water_friendly_aerosol_number_concentration_updated_by_physics from new to old metadata -INFO: Converting local name wetness of variable normalized_soil_wetness_for_land_surface_model from new to old metadata -INFO: Converting local name v10mi_cpl of variable instantaneous_y_wind_at_10m_for_coupling from new to old metadata -INFO: Converting local name rh02min of variable minimum_relative_humidity_at_2m_over_maximum_hourly_time_interval from new to old metadata -INFO: Converting local name nf_aelw of variable number_of_aerosol_output_fields_for_longwave_radiation from new to old metadata -INFO: Converting local name isubc_sw of variable flag_for_sw_clouds_without_sub_grid_approximation from new to old metadata -INFO: Converting local name gq0(:,:,index_for_rain_number_concentration) of variable rain_number_concentration_updated_by_physics from new to old metadata -INFO: Converting local name dvsfc1 of variable instantaneous_surface_y_momentum_flux from new to old metadata -INFO: Converting local name nirdfdi of variable surface_downwelling_diffuse_near_infrared_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name isatmedmf_vdif of variable choice_of_original_scale_aware_TKE_moist_EDMF_PBL from new to old metadata -INFO: Converting local name fprcp of variable number_of_frozen_precipitation_species from new to old metadata -INFO: Converting local name tsurf_land of variable surface_skin_temperature_after_iteration_over_land from new to old metadata -INFO: Converting local name kd of variable vertical_index_difference_between_inout_and_local from new to old metadata -INFO: Converting local name LTP of variable extra_top_layer from new to old metadata -INFO: Converting local name solcon of variable solar_constant from new to old metadata -INFO: Converting local name gq0(:,:,index_for_snow_number_concentration) of variable snow_number_concentration_updated_by_physics from new to old metadata -INFO: Converting local name bl_mynn_tkebudget of variable tke_budget from new to old metadata -INFO: Converting local name xu of variable diurnal_thermocline_layer_x_current from new to old metadata -INFO: Converting local name bl_mynn_tkeadvect of variable tke_advect from new to old metadata -INFO: Converting local name hflx_ice of variable kinematic_surface_upward_sensible_heat_flux_over_ice from new to old metadata -INFO: Converting local name smcwlt2 of variable volume_fraction_of_condensed_water_in_soil_at_wilting_point from new to old metadata -INFO: Converting local name imfdeepcnv of variable flag_for_mass_flux_deep_convection_scheme from new to old metadata -INFO: Converting local name ntchm of variable number_of_chemical_tracers from new to old metadata -INFO: Converting local name ncpl of variable local_condesed_water_number_concentration from new to old metadata -INFO: Converting local name vvl of variable omega from new to old metadata -INFO: Converting local name xkzminv of variable atmosphere_heat_diffusivity_background_maximum from new to old metadata -INFO: Converting local name snowc of variable surface_snow_area_fraction from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_of_subgrid_scale_cloud_fraction_from_shoc_in_phy_f3d) of variable subgrid_scale_cloud_fraction_from_shoc from new to old metadata -INFO: Converting local name du3dt(:,:,4) of variable cumulative_change_in_x_wind_due_to_convective_gravity_wave_drag from new to old metadata -INFO: Converting local name jcap of variable number_of_spectral_wave_trancation_for_sas from new to old metadata -INFO: Converting local name cd_ocean of variable surface_drag_coefficient_for_momentum_in_air_over_ocean from new to old metadata -INFO: Converting local name vfrac of variable vegetation_area_fraction from new to old metadata -INFO: Converting local name dvdftra of variable tendency_of_vertically_diffused_tracer_concentration from new to old metadata -INFO: Converting local name npzp1 of variable vertical_dimension_for_fast_physics_plus_one from new to old metadata -INFO: Converting local name duem of variable instantaneous_dust_emission_flux from new to old metadata -INFO: Converting local name prslrd0 of variable pressure_cutoff_for_rayleigh_damping from new to old metadata -INFO: Converting local name q2m of variable specific_humidity_at_2m from new to old metadata -INFO: Converting local name chs2 of variable surface_exchange_coefficient_for_heat_at_2m from new to old metadata -INFO: Converting local name lfmassxy of variable leaf_mass from new to old metadata -INFO: Converting local name phy_f3d(:,:,2) of variable water_vapor_specific_humidity_two_time_steps_back from new to old metadata -INFO: Converting local name rainp of variable tendency_of_rain_water_mixing_ratio_due_to_microphysics from new to old metadata -INFO: Converting local name ud_mf of variable instantaneous_atmosphere_updraft_convective_mass_flux from new to old metadata -INFO: Converting local name dudt_tms of variable instantaneous_change_in_x_wind_due_to_turbulent_orographic_form_drag from new to old metadata -INFO: Converting local name mg3_as_mg2 of variable flag_mg3_as_mg2 from new to old metadata -INFO: Converting local name htlw0 of variable tendency_of_air_temperature_due_to_longwave_heating_assuming_clear_sky_on_radiation_time_step from new to old metadata -INFO: Converting local name w_d of variable coefficient_w_d from new to old metadata -INFO: Converting local name shdmax of variable maximum_vegetation_area_fraction from new to old metadata -INFO: Converting local name iccn of variable flag_for_in_ccn_forcing_for_morrison_gettelman_microphysics from new to old metadata -INFO: Converting local name htlwc of variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step from new to old metadata -INFO: Converting local name scmpsw of variable components_of_surface_downward_shortwave_fluxes from new to old metadata -INFO: Converting local name tgrs(:,1) of variable air_temperature_at_lowest_model_layer from new to old metadata -INFO: Converting local name cmxy of variable surface_drag_coefficient_for_momentum_for_noahmp from new to old metadata -INFO: Converting local name snowd_land of variable surface_snow_thickness_water_equivalent_over_land from new to old metadata -INFO: Converting local name clouds(:,:,5) of variable mean_effective_radius_for_ice_cloud from new to old metadata -INFO: Converting local name xz of variable diurnal_thermocline_layer_thickness from new to old metadata -INFO: Converting local name tsfg of variable surface_ground_temperature_for_radiation from new to old metadata -INFO: Converting local name dkt of variable atmosphere_heat_diffusivity from new to old metadata -INFO: Converting local name qgrs of variable tracer_concentration from new to old metadata -INFO: Converting local name pgcon_deep of variable momentum_transport_reduction_factor_pgf_deep_convection from new to old metadata -INFO: Converting local name wind10mmax of variable maximum_wind_at_10m from new to old metadata -INFO: Converting local name slopetype of variable surface_slope_classification from new to old metadata -INFO: Converting local name Intdiag of variable GFS_diag_type_instance from new to old metadata -INFO: Converting local name mg_nccons of variable mg_flag_drop_concentration_constant from new to old metadata -INFO: Converting local name adjvisdfd of variable surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_snow_water) of variable tendency_of_snow_water_mixing_ratio_due_to_model_physics from new to old metadata -INFO: Converting local name nlwsfc_cpl of variable cumulative_surface_net_downward_longwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name clouds(:,:,9) of variable mean_effective_radius_for_snow_flake from new to old metadata -INFO: Converting local name con_cvap of variable specific_heat_of_water_vapor_at_constant_pressure from new to old metadata -INFO: Converting local name drydep of variable instantaneous_dry_deposition from new to old metadata -INFO: Converting local name semis_ocean of variable surface_longwave_emissivity_over_ocean_interstitial from new to old metadata -INFO: Converting local name master of variable mpi_root from new to old metadata -INFO: Converting local name gamt of variable countergradient_mixing_term_for_temperature from new to old metadata -INFO: Converting local name redrag of variable flag_for_reduced_drag_coefficient_over_sea from new to old metadata -INFO: Converting local name gq0(:,:,index_for_ozone) of variable ozone_concentration_updated_by_physics from new to old metadata -INFO: Converting local name do_skeb of variable flag_for_stochastic_skeb_option from new to old metadata -INFO: Converting local name qg_r of variable mass_weighted_rime_factor_mixing_ratio from new to old metadata -INFO: Converting local name min_seaice of variable sea_ice_minimum from new to old metadata -INFO: Converting local name betal_deep of variable downdraft_fraction_reaching_surface_over_land_deep_convection from new to old metadata -INFO: Converting local name alvwf of variable mean_vis_albedo_with_weak_cosz_dependency from new to old metadata -INFO: Converting local name do_gwd of variable flag_for_gravity_wave_drag from new to old metadata -INFO: Converting local name nf_aesw of variable number_of_aerosol_output_fields_for_shortwave_radiation from new to old metadata -INFO: Converting local name avg_max_length of variable time_interval_for_maximum_hourly_fields from new to old metadata -INFO: Converting local name tdomzr of variable dominant_freezing_rain_type from new to old metadata -INFO: Converting local name toticeb of variable accumulated_lwe_thickness_of_ice_amount_in_bucket from new to old metadata -INFO: Converting local name isppt_deep of variable flag_for_combination_of_sppt_with_isppt_deep from new to old metadata -INFO: Converting local name ice of variable lwe_thickness_of_ice_amount_on_dynamics_timestep from new to old metadata -INFO: Converting local name dq3dt(:,:,9) of variable cumulative_change_in_ozone_concentration_due_to_overhead_ozone_column from new to old metadata -INFO: Converting local name lsidea of variable flag_idealized_physics from new to old metadata -INFO: Converting local name ico2 of variable flag_for_using_prescribed_global_mean_co2_value from new to old metadata -INFO: Converting local name evap_ice of variable kinematic_surface_upward_latent_heat_flux_over_ice from new to old metadata -INFO: Converting local name do_awdd of variable flag_arakawa_wu_downdraft from new to old metadata -INFO: Converting local name hetfrz_classnuc of variable mg_flag_for_heterogeneous_freezing from new to old metadata -INFO: Converting local name mpiroot of variable mpi_root_for_fast_physics from new to old metadata -INFO: Converting local name dq3dt(:,:,4) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_microphysics from new to old metadata -INFO: Converting local name GFS_coupling_type of variable GFS_coupling_type from new to old metadata -INFO: Converting local name psurfi_cpl of variable instantaneous_surface_air_pressure_for_coupling from new to old metadata -INFO: Converting local name xkzm_h of variable atmosphere_heat_diffusivity_background from new to old metadata -INFO: Converting local name rh02max of variable maximum_relative_humidity_at_2m_over_maximum_hourly_time_interval from new to old metadata -INFO: Converting local name tmpmax of variable maximum_temperature_at_2m from new to old metadata -INFO: Converting local name fscav of variable fraction_of_tracer_scavenged from new to old metadata -INFO: Converting local name ntiwx of variable index_for_ice_cloud_condensate_vertical_diffusion_tracer from new to old metadata -INFO: Converting local name gasvmr(:,:,4) of variable volume_mixing_ratio_o2 from new to old metadata -INFO: Converting local name dpt2m of variable dewpoint_temperature_at_2m from new to old metadata -INFO: Converting local name mg_do_liq_liu of variable mg_flag_for_liu_liquid_treatment from new to old metadata -INFO: Converting local name ffhh_land of variable Monin_Obukhov_similarity_function_for_heat_over_land from new to old metadata -INFO: Converting local name crtrh(3) of variable critical_relative_humidity_at_top_of_atmosphere from new to old metadata -INFO: Converting local name smcwtdxy of variable soil_water_content_between_soil_bottom_and_water_table from new to old metadata -INFO: Converting local name visbmdi of variable surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name cdq_ice of variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_ice from new to old metadata -INFO: Converting local name adjnirdfu of variable surface_upwelling_diffuse_near_infrared_shortwave_flux from new to old metadata -INFO: Converting local name wcbmax of variable maximum_updraft_velocity_at_cloud_base from new to old metadata -INFO: Converting local name tsflw of variable surface_midlayer_air_temperature_in_longwave_radiation from new to old metadata -INFO: Converting local name asolfac_shal of variable aerosol_aware_parameter_shallow_convection from new to old metadata -INFO: Converting local name gabsbdlw_ocean of variable surface_downwelling_longwave_flux_absorbed_by_ground_over_ocean from new to old metadata -INFO: Converting local name de_lgth of variable cloud_decorrelation_length from new to old metadata -INFO: Converting local name GFS_interstitial_type of variable GFS_interstitial_type from new to old metadata -INFO: Converting local name imap of variable map_of_block_column_number_to_global_i_index from new to old metadata -INFO: Converting local name plyr of variable air_pressure_at_layer_for_radiation_in_hPa from new to old metadata -INFO: Converting local name skip_macro of variable flag_skip_macro from new to old metadata -INFO: Converting local name tsnoxy of variable snow_temperature from new to old metadata -INFO: Converting local name sbsnoa of variable cumulative_snow_deposition_sublimation_upward_latent_heat_flux_multiplied_by_timestep from new to old metadata -INFO: Converting local name prcpmp of variable lwe_thickness_of_explicit_precipitation_amount from new to old metadata -INFO: Converting local name clcn of variable convective_cloud_volume_fraction from new to old metadata -INFO: Converting local name gt0 of variable air_temperature_updated_by_physics from new to old metadata -INFO: Converting local name gamma of variable anisotropy_of_subgrid_orography from new to old metadata -INFO: Converting local name uconvtend of variable tendency_of_x_wind_due_to_deep_convection_for_coupling_on_physics_timestep from new to old metadata -INFO: Converting local name dswsfci_cpl of variable instantaneous_surface_downwelling_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name delp of variable pressure_thickness_at_Lagrangian_surface from new to old metadata -INFO: Converting local name lsm_ruc of variable flag_for_ruc_land_surface_scheme from new to old metadata -INFO: Converting local name dt_mf of variable instantaneous_atmosphere_detrainment_convective_mass_flux from new to old metadata -INFO: Converting local name d_conv of variable free_convection_layer_thickness from new to old metadata -INFO: Converting local name nlwsfci_cpl of variable instantaneous_surface_net_downward_longwave_flux_for_coupling from new to old metadata -INFO: Converting local name shum_wts of variable weights_for_stochastic_shum_perturbation from new to old metadata -INFO: Converting local name dswsfci of variable surface_downwelling_shortwave_flux from new to old metadata -INFO: Converting local name do_ysu of variable flag_for_ysu from new to old metadata -INFO: Converting local name q_con of variable cloud_condensed_water_specific_humidity_at_Lagrangian_surface from new to old metadata -INFO: Converting local name mom4ice of variable flag_for_mom4_coupling from new to old metadata -INFO: Converting local name tref of variable sea_surface_reference_temperature from new to old metadata -INFO: Converting local name faersw(:,:,:,3) of variable aerosol_asymmetry_parameter_for_shortwave_bands_01_16 from new to old metadata -INFO: Converting local name ie of variable ending_x_direction_index from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_water_friendly_aerosols) of variable water_friendly_aerosol_number_concentration from new to old metadata -INFO: Converting local name dugwd of variable time_integral_of_x_stress_due_to_gravity_wave_drag from new to old metadata -INFO: Converting local name ntot3d of variable number_of_fields_in_phyf3d from new to old metadata -INFO: Converting local name GFS_data_type of variable GFS_data_type from new to old metadata -INFO: Converting local name graupelprv of variable lwe_thickness_of_graupel_amount_from_previous_timestep from new to old metadata -INFO: Converting local name nstf_name(4) of variable vertical_temperature_average_range_lower_bound from new to old metadata -INFO: Converting local name kind_dyn of variable kind_dyn from new to old metadata -INFO: Converting local name acv of variable accumulated_lwe_thickness_of_convective_precipitation_amount_cnvc90 from new to old metadata -INFO: Converting local name lsoil_lsm of variable soil_vertical_dimension_for_land_surface_model from new to old metadata -INFO: Converting local name phy_myj_chkqlm of variable surface_layer_evaporation_switch from new to old metadata -INFO: Converting local name dtf of variable time_step_for_dynamics from new to old metadata -INFO: Converting local name dqsfci_cpl of variable instantaneous_surface_upward_latent_heat_flux_for_coupling from new to old metadata -INFO: Converting local name mg_do_hail of variable mg_flag_for_hail from new to old metadata -INFO: Converting local name iopt_sfc of variable flag_for_surface_layer_drag_coefficient_option from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_ice_cloud_number_concentration) of variable tendency_of_ice_number_concentration_due_to_model_physics from new to old metadata -INFO: Converting local name kind_LOGICAL of variable kind_LOGICAL from new to old metadata -INFO: Converting local name hybedmf of variable flag_for_hedmf from new to old metadata -INFO: Converting local name dvisdfi_cpl of variable instantaneous_surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name exch_h of variable atmosphere_heat_diffusivity_for_mynnpbl from new to old metadata -INFO: Converting local name z01d of variable perturbation_of_momentum_roughness_length from new to old metadata -INFO: Converting local name prevst of variable temperature_from_previous_timestep from new to old metadata -INFO: Converting local name tracers_total of variable number_of_total_tracers from new to old metadata -INFO: Converting local name wind of variable wind_speed_at_lowest_model_layer from new to old metadata -INFO: Converting local name hprime of variable statistical_measures_of_subgrid_orography from new to old metadata -INFO: Converting local name oz_coeffp5 of variable number_of_coefficients_in_ozone_forcing_data_plus_five from new to old metadata -INFO: Converting local name tvxy of variable vegetation_temperature from new to old metadata -INFO: Converting local name ncps of variable local_snow_number_concentration from new to old metadata -INFO: Converting local name zlvl of variable height_above_ground_at_lowest_model_layer from new to old metadata -INFO: Converting local name restart of variable flag_for_restart from new to old metadata -INFO: Converting local name con_tice of variable freezing_point_temperature_of_seawater from new to old metadata -INFO: Converting local name sfcnsw of variable surface_net_downwelling_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name tau_mtb of variable time_integral_of_momentum_flux_due_to_mountain_blocking_drag from new to old metadata -INFO: Metadata table for model FV3 written to tests/build_fv3_10/FV3/ccpp/physics/CCPP_VARIABLES_FV3.html -INFO: Parsing metadata tables in physics scheme files ... -INFO: Parsed tables in scheme rayleigh_damp -INFO: Parsed tables in scheme GFS_surface_composites_pre -INFO: Parsed tables in scheme GFS_surface_composites_inter -INFO: Parsed tables in scheme GFS_surface_composites_post -INFO: Parsed tables in scheme rrtmg_sw -INFO: Parsed tables in scheme sfc_ocean -INFO: Parsed tables in scheme gwdc_pre -INFO: Parsed tables in scheme gwdc -INFO: Parsed tables in scheme gwdc_post -INFO: Parsed tables in scheme cu_gf_driver_pre -INFO: Parsed tables in scheme gfdl_cloud_microphys -INFO: Parsed tables in scheme GFS_time_vary_pre -INFO: Parsed tables in scheme GFS_rrtmg_setup -INFO: Parsed tables in scheme zhaocarr_gscond -INFO: Parsed tables in scheme ysuvdif -INFO: Parsed tables in scheme rrtmg_sw_post -INFO: Parsed tables in scheme GFS_SCNV_generic_pre -INFO: Parsed tables in scheme GFS_SCNV_generic_post -INFO: Parsed tables in scheme GFS_rrtmg_pre -INFO: Parsed tables in scheme sfc_sice -INFO: Parsed tables in scheme samfdeepcnv -INFO: Parsed tables in scheme satmedmfvdif -INFO: Parsed tables in scheme mynnrad_post -INFO: Parsed tables in scheme cu_gf_driver_post -INFO: Parsed tables in scheme cs_conv_aw_adj -INFO: Parsed tables in scheme GFS_phys_time_vary -INFO: Parsed tables in scheme ozphys_2015 -INFO: Parsed tables in scheme GFS_suite_interstitial_rad_reset -INFO: Parsed tables in scheme GFS_suite_interstitial_phys_reset -INFO: Parsed tables in scheme GFS_suite_interstitial_1 -INFO: Parsed tables in scheme GFS_suite_interstitial_2 -INFO: Parsed tables in scheme GFS_suite_stateout_reset -INFO: Parsed tables in scheme GFS_suite_stateout_update -INFO: Parsed tables in scheme GFS_suite_interstitial_3 -INFO: Parsed tables in scheme GFS_suite_interstitial_4 -INFO: Parsed tables in scheme samfshalcnv -INFO: Parsed tables in scheme zhaocarr_precpd -INFO: Parsed tables in scheme noahmpdrv -INFO: Parsed tables in scheme mp_fer_hires -INFO: Parsed tables in scheme myjpbl_wrapper -INFO: Parsed tables in scheme GFS_surface_generic_pre -INFO: Parsed tables in scheme GFS_surface_generic_post -INFO: Parsed tables in scheme cu_ntiedtke_post -INFO: Parsed tables in scheme sfc_diag -INFO: Parsed tables in scheme rrtmg_lw -INFO: Parsed tables in scheme GFS_diagtoscreen -INFO: Parsed tables in scheme GFS_interstitialtoscreen -INFO: Parsed tables in scheme GFS_abort -INFO: Parsed tables in scheme GFS_checkland -INFO: Parsed tables in scheme mynnrad_pre -INFO: Parsed tables in scheme satmedmfvdifq -INFO: Parsed tables in scheme cs_conv_pre -INFO: Parsed tables in scheme cs_conv_post -INFO: Parsed tables in scheme cs_conv -INFO: Parsed tables in scheme shinhongvdif -INFO: Parsed tables in scheme h2ophys -INFO: Parsed tables in scheme rrtmg_lw_post -INFO: Parsed tables in scheme sfc_nst -INFO: Parsed tables in scheme sfc_nst_pre -INFO: Parsed tables in scheme sfc_nst_post -INFO: Parsed tables in scheme cu_ntiedtke_pre -INFO: Parsed tables in scheme cu_ntiedtke -INFO: Parsed tables in scheme cires_ugwp_post -INFO: Parsed tables in scheme hedmf -INFO: Parsed tables in scheme sfc_diff -INFO: Parsed tables in scheme mp_thompson_pre -INFO: Parsed tables in scheme sfc_diag_post -INFO: Parsed tables in scheme m_micro_pre -INFO: Parsed tables in scheme m_micro_post -INFO: Parsed tables in scheme m_micro -INFO: Parsed tables in scheme fv_sat_adj -INFO: Parsed tables in scheme GFS_surface_loop_control_part1 -INFO: Parsed tables in scheme GFS_surface_loop_control_part2 -INFO: Parsed tables in scheme shoc -INFO: Parsed tables in scheme GFS_rrtmg_post -INFO: Parsed tables in scheme GFS_GWD_generic_pre -INFO: Parsed tables in scheme GFS_GWD_generic_post -INFO: Parsed tables in scheme rrtmg_sw_pre -INFO: Parsed tables in scheme GFS_MP_generic_pre -INFO: Parsed tables in scheme GFS_MP_generic_post -INFO: Parsed tables in scheme cu_gf_driver -INFO: Parsed tables in scheme GFS_PBL_generic_pre -INFO: Parsed tables in scheme GFS_PBL_generic_post -INFO: Parsed tables in scheme mp_thompson_post -INFO: Parsed tables in scheme mp_thompson -INFO: Parsed tables in scheme rrtmg_lw_pre -INFO: Parsed tables in scheme gwdps -INFO: Parsed tables in scheme shalcnv -INFO: Parsed tables in scheme cires_ugwp -INFO: Parsed tables in scheme get_prs_fv3 -INFO: Parsed tables in scheme get_phi_fv3 -INFO: Parsed tables in scheme mynnsfc_wrapper -INFO: Parsed tables in scheme GFS_suite_ini_fini_test -INFO: Parsed tables in scheme myjsfc_wrapper -INFO: Parsed tables in scheme mynnedmf_wrapper -INFO: Parsed tables in scheme ozphys -INFO: Parsed tables in scheme lsm_ruc -INFO: Parsed tables in scheme GFS_stochastics -INFO: Parsed tables in scheme drag_suite -INFO: Parsed tables in scheme sfc_cice -INFO: Parsed tables in scheme sascnvn -INFO: Parsed tables in scheme lsm_ruc_sfc_sice_pre -INFO: Parsed tables in scheme lsm_ruc_sfc_sice_post -INFO: Parsed tables in scheme GFS_DCNV_generic_pre -INFO: Parsed tables in scheme GFS_DCNV_generic_post -INFO: Parsed tables in scheme cnvc90 -INFO: Parsed tables in scheme GFS_rad_time_vary -INFO: Parsed tables in scheme maximum_hourly_diagnostics -INFO: Parsed tables in scheme lsm_noah -INFO: Parsed tables in scheme dcyc2t3 -INFO: Parsed tables in scheme dcyc2t3_post -INFO: Parsed tables in scheme moninshoc -INFO: filtering out variable GFS_stateout_type_instance -INFO: filtering out variable accumulated_change_of_air_temperature_due_to_FA_scheme -INFO: filtering out variable accumulated_water_equivalent_of_frozen_precip -INFO: filtering out variable aerosol_number_concentration_from_gocart_aerosol_climatology -INFO: filtering out variable area_fraction_of_wet_canopy -INFO: filtering out variable atmosphere_heat_diffusivity_for_mynnpbl -INFO: filtering out variable atmosphere_heat_diffusivity_from_shoc -INFO: filtering out variable atmosphere_momentum_diffusivity_for_mynnpbl -INFO: filtering out variable baseline_surface_roughness_length -INFO: filtering out variable canopy_air_temperature -INFO: filtering out variable canopy_air_vapor_pressure -INFO: filtering out variable canopy_intercepted_ice_mass -INFO: filtering out variable canopy_intercepted_liquid_water -INFO: filtering out variable ccn_number_concentration -INFO: filtering out variable ccpp_block_number -INFO: filtering out variable cell_size -INFO: filtering out variable characteristic_grid_length_scale -INFO: filtering out variable choice_of_original_scale_aware_TKE_moist_EDMF_PBL -INFO: filtering out variable choice_of_scale_aware_TKE_moist_EDMF_PBL -INFO: filtering out variable choice_of_updated_scale_aware_TKE_moist_EDMF_PBL -INFO: filtering out variable cloud_area_fraction -INFO: filtering out variable cloud_base_mass_flux -INFO: filtering out variable cloud_condensed_water_mixing_ratio_at_lowest_model_layer -INFO: filtering out variable cloud_condensed_water_mixing_ratio_at_surface -INFO: filtering out variable cloud_droplet_number_concentration -INFO: filtering out variable cloud_droplet_number_concentration_updated_by_physics -INFO: filtering out variable cloud_fraction_for_MG -INFO: filtering out variable cloud_phase_transition_denominator -INFO: filtering out variable cloud_phase_transition_threshold_temperature -INFO: filtering out variable cloud_specie_mix_flag -INFO: filtering out variable cloudpdf -INFO: filtering out variable conv_activity_counter -INFO: filtering out variable convective_updraft_area_fraction -INFO: filtering out variable convective_updraft_area_fraction_at_model_interfaces -INFO: filtering out variable couple_sgs_clouds_to_radiation_flag -INFO: filtering out variable cumulative_change_in_x_wind_due_to_convective_gravity_wave_drag -INFO: filtering out variable cumulative_change_in_y_wind_due_to_convective_gravity_wave_drag -INFO: filtering out variable density_of_frozen_precipitation -INFO: filtering out variable depth_of_soil_levels_for_land_surface_model -INFO: filtering out variable detrainment_and_precipitation_tunable_parameter_3_CS -INFO: filtering out variable detrainment_and_precipitation_tunable_parameter_4_CS -INFO: filtering out variable do_myjsfc -INFO: filtering out variable do_mynnsfclay -INFO: filtering out variable downdraft_fraction_in_boundary_layer_mass_flux_scheme -INFO: filtering out variable edmf_flag -INFO: filtering out variable edmf_momentum_transport_flag -INFO: filtering out variable edmf_partition_flag -INFO: filtering out variable edmf_tke_transport_flag -INFO: filtering out variable emdf_updraft_area -INFO: filtering out variable emdf_updraft_cloud_water -INFO: filtering out variable emdf_updraft_entrainment_rate -INFO: filtering out variable emdf_updraft_theta_l -INFO: filtering out variable emdf_updraft_total_water -INFO: filtering out variable emdf_updraft_vertical_velocity -INFO: filtering out variable entrainment_efficiency_tunable_parameter_9_CS -INFO: filtering out variable equilibrium_soil_water_content -INFO: filtering out variable fa_threshold_relative_humidity_for_onset_of_condensation -INFO: filtering out variable fast_soil_pool_mass_content_of_carbon -INFO: filtering out variable fine_root_mass -INFO: filtering out variable flag_arakawa_wu_downdraft -INFO: filtering out variable flag_convective_tracer_transport -INFO: filtering out variable flag_flip -INFO: filtering out variable flag_flux_form_CS -INFO: filtering out variable flag_for_2015_ozone_physics -INFO: filtering out variable flag_for_aerosol_input_MG -INFO: filtering out variable flag_for_canopy_stomatal_resistance_option -INFO: filtering out variable flag_for_dynamic_vegetation_option -INFO: filtering out variable flag_for_frozen_soil_permeability_option -INFO: filtering out variable flag_for_frozen_soil_physics -INFO: filtering out variable flag_for_ground_snow_surface_albedo_option -INFO: filtering out variable flag_for_in_ccn_forcing_for_morrison_gettelman_microphysics -INFO: filtering out variable flag_for_individual_cloud_species_advected -INFO: filtering out variable flag_for_lower_boundary_soil_temperature_option -INFO: filtering out variable flag_for_pdf_for_morrison_gettelman_microphysics_scheme -INFO: filtering out variable flag_for_precipitation_partition_option -INFO: filtering out variable flag_for_radiation_transfer_option -INFO: filtering out variable flag_for_reading_leaf_area_index_from_input -INFO: filtering out variable flag_for_restart -INFO: filtering out variable flag_for_runoff_and_groundwater_option -INFO: filtering out variable flag_for_sas_deep_convection_scheme -INFO: filtering out variable flag_for_shoc_after_convection -INFO: filtering out variable flag_for_soil_and_snow_temperature_time_stepping_option -INFO: filtering out variable flag_for_soil_moisture_factor_stomatal_resistance_option -INFO: filtering out variable flag_for_supercooled_liquid_water_option -INFO: filtering out variable flag_for_surface_layer_drag_coefficient_option -INFO: filtering out variable flag_mg3_as_mg2 -INFO: filtering out variable flag_skip_macro -INFO: filtering out variable fraction_of_cloud_top_water_scavenged -INFO: filtering out variable fraction_of_tracer_scavenged -INFO: filtering out variable gf_memory_counter -INFO: filtering out variable graupel_number_concentration_updated_by_physics -INFO: filtering out variable grav_settling -INFO: filtering out variable ground_temperature_for_noahmp -INFO: filtering out variable gwd_opt -INFO: filtering out variable h2o_forcing -INFO: filtering out variable heat_exchange_coefficient_for_MYJ_schemes -INFO: filtering out variable ice_friendly_aerosol_number_concentration -INFO: filtering out variable ice_friendly_aerosol_number_concentration_updated_by_physics -INFO: filtering out variable ice_number_concentration -INFO: filtering out variable ice_number_concentration_updated_by_physics -INFO: filtering out variable ice_supersaturation_threshold -INFO: filtering out variable ice_water_mixing_ratio -INFO: filtering out variable in_number_concentration -INFO: filtering out variable index_for_ice_cloud_condensate_vertical_diffusion_tracer -INFO: filtering out variable integrated_x_momentum_flux_from_blocking_drag -INFO: filtering out variable integrated_x_momentum_flux_from_form_drag -INFO: filtering out variable integrated_x_momentum_flux_from_large_scale_gwd -INFO: filtering out variable integrated_x_momentum_flux_from_small_scale_gwd -INFO: filtering out variable integrated_y_momentum_flux_from_blocking_drag -INFO: filtering out variable integrated_y_momentum_flux_from_form_drag -INFO: filtering out variable integrated_y_momentum_flux_from_large_scale_gwd -INFO: filtering out variable integrated_y_momentum_flux_from_small_scale_gwd -INFO: filtering out variable k_level_of_highest_reaching_plume -INFO: filtering out variable kinematic_buoyancy_flux_from_shoc -INFO: filtering out variable kinematic_surface_latent_heat_flux -INFO: filtering out variable lake_water_storage -INFO: filtering out variable latitude_index_in_debug_printouts -INFO: filtering out variable layer_bottom_depth_from_snow_surface -INFO: filtering out variable leaf_area_index -INFO: filtering out variable leaf_mass -INFO: filtering out variable limit_for_temperature_tendency_for_microphysics -INFO: filtering out variable liquid_water_density -INFO: filtering out variable local_graupel_mixing_ratio -INFO: filtering out variable local_graupel_number_concentration -INFO: filtering out variable local_rain_number_concentration -INFO: filtering out variable local_rain_water_mixing_ratio -INFO: filtering out variable local_snow_number_concentration -INFO: filtering out variable local_snow_water_mixing_ratio -INFO: filtering out variable mass_weighted_rime_factor_updated_by_physics -INFO: filtering out variable maximum_column_heating_rate -INFO: filtering out variable maximum_mass_flux -INFO: filtering out variable maximum_updraft_velocity_at_cloud_base -INFO: filtering out variable mean_nir_albedo_with_weak_cosz_dependency -INFO: filtering out variable mean_vis_albedo_with_weak_cosz_dependency -INFO: filtering out variable mg_allow_supersat_after_sed -INFO: filtering out variable mg_autoconversion_size_threshold_ice_snow -INFO: filtering out variable mg_bergeron_efficiency_factor -INFO: filtering out variable mg_cloud_water_variance -INFO: filtering out variable mg_drop_concentration_constant -INFO: filtering out variable mg_flag_drop_concentration_constant -INFO: filtering out variable mg_flag_for_cloud_ice_processes -INFO: filtering out variable mg_flag_for_gmao_ice_formulation -INFO: filtering out variable mg_flag_for_graupel -INFO: filtering out variable mg_flag_for_hail -INFO: filtering out variable mg_flag_for_heterogeneous_freezing -INFO: filtering out variable mg_flag_for_liu_liquid_treatment -INFO: filtering out variable mg_flag_for_sb2001_autoconversion -INFO: filtering out variable mg_flag_for_uniform_subcolumns -INFO: filtering out variable mg_flag_graupel_concentration_constant -INFO: filtering out variable mg_flag_ice_concentration_constant -INFO: filtering out variable mg_graupel_concentration_constant -INFO: filtering out variable mg_ice_concentration_constant -INFO: filtering out variable mg_minimum_cloud_condensed_water_and_ice_mixing_ratio -INFO: filtering out variable mg_minimum_rh_for_ice -INFO: filtering out variable mg_time_scale_for_autoconversion_of_ice -INFO: filtering out variable mg_tuning_factor_for_alphas -INFO: filtering out variable mg_type_of_precip_fraction_method -INFO: filtering out variable minimum_value_of_specific_humidity -INFO: filtering out variable mix_total_water_flag -INFO: filtering out variable mixing_length -INFO: filtering out variable mixing_length_flag -INFO: filtering out variable moisture_from_previous_timestep -INFO: filtering out variable moisture_tendency_due_to_dynamics -INFO: filtering out variable momentum_exchange_coefficient_for_MYJ_schemes -INFO: filtering out variable mpi_comm -INFO: filtering out variable natural_log_of_h2o_forcing_data_pressure_levels -INFO: filtering out variable nondimensional_snow_age -INFO: filtering out variable normalized_soil_wetness_for_land_surface_model -INFO: filtering out variable number_of_cloud_types_CS -INFO: filtering out variable number_of_coefficients_in_h2o_forcing_data -INFO: filtering out variable number_of_frozen_precipitation_species -INFO: filtering out variable number_of_plumes -INFO: filtering out variable number_of_snow_layers -INFO: filtering out variable number_of_spectral_wave_trancation_for_sas -INFO: filtering out variable number_of_tracers_for_CS -INFO: filtering out variable number_of_tracers_plus_one -INFO: filtering out variable ozone_mixing_ratio -INFO: filtering out variable potential_temperature_at_2m -INFO: filtering out variable potential_temperature_at_viscous_sublayer_top -INFO: filtering out variable prandtl_number -INFO: filtering out variable q_prime_squared -INFO: filtering out variable rain_number_concentration_updated_by_physics -INFO: filtering out variable reciprocal_of_obukhov_length -INFO: filtering out variable shoc_flag_for_optional_surface_TKE_dissipation -INFO: filtering out variable shoc_implicit_TKE_integration_uncentering_term -INFO: filtering out variable shoc_tke_dissipatation_pressure_threshold -INFO: filtering out variable shoc_tke_dissipation_tunable_parameter -INFO: filtering out variable shoc_tke_dissipation_tunable_parameter_near_surface -INFO: filtering out variable slow_soil_pool_mass_content_of_carbon -INFO: filtering out variable snow_albedo_at_previous_time_step -INFO: filtering out variable snow_layer_ice -INFO: filtering out variable snow_layer_liquid_water -INFO: filtering out variable snow_mass_at_previous_time_step -INFO: filtering out variable snow_number_concentration_updated_by_physics -INFO: filtering out variable snow_precipitation_rate_at_surface -INFO: filtering out variable snow_temperature -INFO: filtering out variable snow_temperature_bottom_first_layer -INFO: filtering out variable soil_temperature_for_land_surface_model -INFO: filtering out variable soil_vertical_dimension_for_land_surface_model -INFO: filtering out variable soil_water_content_between_soil_bottom_and_water_table -INFO: filtering out variable specific_humidity_at_viscous_sublayer_top -INFO: filtering out variable stability_function_for_heat -INFO: filtering out variable stem_area_index -INFO: filtering out variable stem_mass -INFO: filtering out variable subgrid_cloud_fraction_pbl -INFO: filtering out variable subgrid_cloud_mixing_ratio_pbl -INFO: filtering out variable subgrid_scale_cloud_fraction_from_shoc -INFO: filtering out variable surface_condensation_mass -INFO: filtering out variable surface_drag_coefficient_for_heat_and_moisture_for_noahmp -INFO: filtering out variable surface_drag_coefficient_for_momentum_for_noahmp -INFO: filtering out variable surface_exchange_coefficient_for_heat -INFO: filtering out variable surface_exchange_coefficient_for_heat_at_2m -INFO: filtering out variable surface_exchange_coefficient_for_moisture -INFO: filtering out variable surface_exchange_coefficient_for_moisture_at_2m -INFO: filtering out variable surface_friction_velocity_drag -INFO: filtering out variable surface_latent_heat -INFO: filtering out variable surface_layer_evaporation_switch -INFO: filtering out variable surface_specific_humidity_for_MYJ_schemes -INFO: filtering out variable surface_stability_parameter -INFO: filtering out variable t_prime_q_prime -INFO: filtering out variable t_prime_squared -INFO: filtering out variable temperature_from_previous_timestep -INFO: filtering out variable temperature_tendency_due_to_dynamics -INFO: filtering out variable tendency_of_cloud_droplet_number_concentration_due_to_model_physics -INFO: filtering out variable tendency_of_ice_cloud_water_mixing_ratio_due_to_model_physics -INFO: filtering out variable tendency_of_ice_friendly_aerosol_number_concentration_due_to_model_physics -INFO: filtering out variable tendency_of_ice_friendly_aerosols_at_surface -INFO: filtering out variable tendency_of_ice_number_concentration_due_to_model_physics -INFO: filtering out variable tendency_of_liquid_cloud_water_mixing_ratio_due_to_model_physics -INFO: filtering out variable tendency_of_ozone_mixing_ratio_due_to_model_physics -INFO: filtering out variable tendency_of_water_friendly_aerosol_number_concentration_due_to_model_physics -INFO: filtering out variable tendency_of_water_friendly_aerosols_at_surface -INFO: filtering out variable tendency_of_water_vapor_specific_humidity_due_to_model_physics -INFO: filtering out variable tendency_of_x_wind_due_to_convective_gravity_wave_drag -INFO: filtering out variable tendency_of_y_wind_due_to_convective_gravity_wave_drag -INFO: filtering out variable theta_star -INFO: filtering out variable tke_advect -INFO: filtering out variable tke_at_mass_points -INFO: filtering out variable tke_budget -INFO: filtering out variable tke_dissipative_heating_factor -INFO: filtering out variable total_accumulated_snowfall -INFO: filtering out variable triple_point_temperature_of_water -INFO: filtering out variable turbulent_kinetic_energy_convective_transport_tracer -INFO: filtering out variable u_wind_component_at_viscous_sublayer_top -INFO: filtering out variable updraft_fraction_in_boundary_layer_mass_flux_scheme -INFO: filtering out variable updraft_velocity_tunable_parameter_1_CS -INFO: filtering out variable updraft_velocity_tunable_parameter_2_CS -INFO: filtering out variable v_wind_component_at_viscous_sublayer_top -INFO: filtering out variable vegetation_temperature -INFO: filtering out variable vertical_dimension_of_h2o_forcing_data -INFO: filtering out variable volume_fraction_of_frozen_soil_moisture_for_land_surface_model -INFO: filtering out variable volume_fraction_of_soil_moisture_for_land_surface_model -INFO: filtering out variable volume_fraction_of_unfrozen_soil_moisture_for_land_surface_model -INFO: filtering out variable water_friendly_aerosol_number_concentration -INFO: filtering out variable water_friendly_aerosol_number_concentration_updated_by_physics -INFO: filtering out variable water_storage_in_aquifer -INFO: filtering out variable water_storage_in_aquifer_and_saturated_soil -INFO: filtering out variable water_table_depth -INFO: filtering out variable water_table_recharge_when_deep -INFO: filtering out variable water_table_recharge_when_shallow -INFO: filtering out variable water_vapor_mixing_ratio_at_surface -INFO: filtering out variable weight_for_momentum_at_viscous_sublayer_top -INFO: filtering out variable weight_for_potental_temperature_at_viscous_sublayer_top -INFO: filtering out variable weight_for_specific_humidity_at_viscous_sublayer_top -INFO: filtering out variable wood_mass -INFO: filtering out variable x_momentum_tendency_from_blocking_drag -INFO: filtering out variable x_momentum_tendency_from_form_drag -INFO: filtering out variable x_momentum_tendency_from_large_scale_gwd -INFO: filtering out variable x_momentum_tendency_from_small_scale_gwd -INFO: filtering out variable y_momentum_tendency_from_blocking_drag -INFO: filtering out variable y_momentum_tendency_from_form_drag -INFO: filtering out variable y_momentum_tendency_from_large_scale_gwd -INFO: filtering out variable y_momentum_tendency_from_small_scale_gwd -INFO: Checking optional arguments in physics schemes ... -INFO: Metadata table for model FV3 written to tests/build_fv3_10/FV3/ccpp/framework/doc/DevelopersGuide/CCPP_VARIABLES_FV3.tex -INFO: Comparing metadata for requested and provided variables ... -INFO: Automatic unit conversion from m to um for effective_radius_of_stratiform_cloud_ice_particle_in_um before entering MODULE_mp_thompson SCHEME_mp_thompson SUBROUTINE_mp_thompson_run -INFO: Automatic unit conversion from m to um for effective_radius_of_stratiform_cloud_liquid_water_particle_in_um before entering MODULE_mp_thompson SCHEME_mp_thompson SUBROUTINE_mp_thompson_run -INFO: Automatic unit conversion from m to um for effective_radius_of_stratiform_cloud_snow_particle_in_um before entering MODULE_mp_thompson SCHEME_mp_thompson SUBROUTINE_mp_thompson_run -INFO: Generating schemes makefile/cmakefile snippet ... -INFO: Added 168 schemes to tests/build_fv3_10/FV3/ccpp/physics/CCPP_SCHEMES.mk, tests/build_fv3_10/FV3/ccpp/physics/CCPP_SCHEMES.cmake, tests/build_fv3_10/FV3/ccpp/physics/CCPP_SCHEMES.sh -INFO: Generating suite and group caps ... -INFO: Generating static API ccpp_static_api.F90 in tests/build_fv3_10/FV3/ccpp/physics ... -INFO: Generating caps makefile/cmakefile snippet ... -INFO: Added 11 auto-generated caps to tests/build_fv3_10/FV3/ccpp/physics/CCPP_CAPS.mk and tests/build_fv3_10/FV3/ccpp/physics/CCPP_CAPS.cmake -INFO: CCPP prebuild step completed successfully. -+ source build_fv3_10/FV3/ccpp/physics/CCPP_SCHEMES.sh -++ export 'CCPP_SCHEMES=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/aer_cloud.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/aerclm_def.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/aerinterp.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/calpreciptype.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cldwat2m_micro.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cldmacro.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/date_def.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/funcphys.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gcycle.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/h2o_def.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/h2ointerp.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/iccn_def.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/iccninterp.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/iounitdef.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/machine.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mersenne_twister.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfpbl.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg_utils.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg2_0.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg3_0.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/multi_gases.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_model.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_parameters.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_radar.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_thompson.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MP_FER_HIRES.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_bl_mynn.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_mynn.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_orowam2017.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/namelist_soilveg.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfpblt.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfpbltq.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfscu.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfscuq.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/noahmp_tables.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/num_parthds.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozne_def.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozinterp.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/physcons.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/physparam.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radcons.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_aerosols.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_astronomy.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_clouds.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_gases.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_surface.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radlw_datatb.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radlw_param.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radsw_datatb.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radsw_param.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/samfaerosols.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfcsub.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sflx.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/set_soilveg.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/surface_perturbation.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_deep.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_sh.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/tridi.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/wv_saturation.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_soil_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rayleigh_damp.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radsw_main.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_ocean.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gwdc.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gscond.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ysuvdif.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_sice.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/samfdeepcnv.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/satmedmfvdif.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozphys_2015.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/samfshalcnv.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/precpd.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_fer_hires.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diag.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radlw_main.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_debug.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/satmedmfvdifq.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cs_conv.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/shinhongvdif.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/h2ophys.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_nst.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/moninedmf.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diff.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diag_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/m_micro.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gcm_shoc.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gwdps.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/shalcnv.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/get_prs_fv3.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozphys.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_stochastics.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/drag_suite.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_cice.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sascnvn.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cnvc90.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_drv.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/dcyc2.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/moninshoc.f' -++ CCPP_SCHEMES='/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/aer_cloud.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/aerclm_def.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/aerinterp.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/calpreciptype.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cldwat2m_micro.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cldmacro.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/date_def.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/funcphys.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gcycle.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/h2o_def.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/h2ointerp.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/iccn_def.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/iccninterp.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/iounitdef.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/machine.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mersenne_twister.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfpbl.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg_utils.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg2_0.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg3_0.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/multi_gases.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_model.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_parameters.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_radar.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_thompson.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MP_FER_HIRES.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_bl_mynn.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_mynn.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_orowam2017.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/namelist_soilveg.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfpblt.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfpbltq.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfscu.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfscuq.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/noahmp_tables.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/num_parthds.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozne_def.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozinterp.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/physcons.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/physparam.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radcons.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_aerosols.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_astronomy.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_clouds.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_gases.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_surface.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radlw_datatb.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radlw_param.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radsw_datatb.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radsw_param.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/samfaerosols.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfcsub.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sflx.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/set_soilveg.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/surface_perturbation.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_deep.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_sh.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/tridi.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/wv_saturation.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_soil_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rayleigh_damp.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radsw_main.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_ocean.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gwdc.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gscond.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ysuvdif.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_sice.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/samfdeepcnv.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/satmedmfvdif.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozphys_2015.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/samfshalcnv.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/precpd.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_fer_hires.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diag.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radlw_main.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_debug.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/satmedmfvdifq.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cs_conv.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/shinhongvdif.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/h2ophys.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_nst.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/moninedmf.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diff.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diag_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/m_micro.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gcm_shoc.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gwdps.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/shalcnv.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/get_prs_fv3.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozphys.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_stochastics.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/drag_suite.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_cice.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sascnvn.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cnvc90.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_drv.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/dcyc2.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/moninshoc.f' -+ source build_fv3_10/FV3/ccpp/physics/CCPP_CAPS.sh -++ export 'CCPP_CAPS=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_10/FV3/ccpp/physics/ccpp_FV3_GFS_2017_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_10/FV3/ccpp/physics/ccpp_FV3_GFS_2017_time_vary_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_10/FV3/ccpp/physics/ccpp_FV3_GFS_2017_radiation_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_10/FV3/ccpp/physics/ccpp_FV3_GFS_2017_physics_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_10/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stochastics_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_10/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stretched_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_10/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stretched_fast_physics_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_10/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stretched_time_vary_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_10/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stretched_radiation_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_10/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stretched_physics_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_10/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stretched_stochastics_cap.F90' -++ CCPP_CAPS='/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_10/FV3/ccpp/physics/ccpp_FV3_GFS_2017_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_10/FV3/ccpp/physics/ccpp_FV3_GFS_2017_time_vary_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_10/FV3/ccpp/physics/ccpp_FV3_GFS_2017_radiation_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_10/FV3/ccpp/physics/ccpp_FV3_GFS_2017_physics_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_10/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stochastics_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_10/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stretched_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_10/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stretched_fast_physics_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_10/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stretched_time_vary_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_10/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stretched_radiation_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_10/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stretched_physics_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_10/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stretched_stochastics_cap.F90' -+ source build_fv3_10/FV3/ccpp/physics/CCPP_STATIC_API.sh -++ export CCPP_STATIC_API=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_10/FV3/ccpp/physics/ccpp_static_api.F90 -++ CCPP_STATIC_API=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_10/FV3/ccpp/physics/ccpp_static_api.F90 -+ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y == *\N\A\M\_\p\h\y\s\=\Y* ]] -+ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y == *\W\W\3\=\Y* ]] -++ trim ' -DREPRO=Y -D32BIT=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -DDYN32=ON -DSTATIC=ON -DMULTI_GASES=OFF' -++ local 'var= -DREPRO=Y -D32BIT=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -DDYN32=ON -DSTATIC=ON -DMULTI_GASES=OFF' -++ var='-DREPRO=Y -D32BIT=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -DDYN32=ON -DSTATIC=ON -DMULTI_GASES=OFF' -++ var='-DREPRO=Y -D32BIT=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -DDYN32=ON -DSTATIC=ON -DMULTI_GASES=OFF' -++ echo -n '-DREPRO=Y -D32BIT=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -DDYN32=ON -DSTATIC=ON -DMULTI_GASES=OFF' -+ CCPP_CMAKE_FLAGS='-DREPRO=Y -D32BIT=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -DDYN32=ON -DSTATIC=ON -DMULTI_GASES=OFF' -+ source /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc -++ __ms_function_name=setup__test_function__377714 -++ eval 'setup__test_function__377714() { /bin/true ; }' ++ source /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc +++ __ms_function_name=setup__test_function__104508 +++ eval 'setup__test_function__104508() { /bin/true ; }' +++ eval '__text="text" ; if [[ $__text =~ ^(t).* ]] ; then printf "%s" ${.sh.match[1]} ; fi' +++ cat ++ __ms_ksh_test= -+++ eval 'if ( set | grep setup__test_function__377714 | grep -v name > /dev/null 2>&1 ) ; then echo t ; fi ' ++++ eval 'if ( set | grep setup__test_function__104508 | grep -v name > /dev/null 2>&1 ) ; then echo t ; fi ' +++ cat ++ __ms_bash_test=t ++ [[ ! -z '' ]] @@ -1834,7 +58,7 @@ INFO: CCPP prebuild step completed successfully. ++ eval module help ++ module purge +++ /apps/lmod/7.7.18/libexec/lmod bash purge -++ eval unset 'BACIO_LIB4;' unset 'BACIO_LIB8;' unset 'BACIO_SRC;' unset 'BACIO_VER;' unset '__LMOD_REF_COUNT_CLASSPATH;' unset 'CLASSPATH;' unset 'CMAKE_CXX_COMPILER;' unset 'CMAKE_C_COMPILER;' unset 'CMAKE_Fortran_COMPILER;' unset 'CMAKE_Platform;' unset 'COMP;' unset '__LMOD_REF_COUNT_CPATH;' unset 'CPATH;' unset 'CRTM_FIX;' unset 'CRTM_INC;' unset 'CRTM_LIB;' unset 'CRTM_SRC;' unset 'CRTM_VER;' unset 'ESMFMKFILE;' unset 'G2TMPL_INC;' unset 'G2TMPL_LIB;' unset 'G2TMPL_SRC;' unset 'G2TMPL_VER;' unset 'G2_INC4;' unset 'G2_INCd;' unset 'G2_LIB4;' unset 'G2_LIBd;' unset 'G2_SRC;' unset 'G2_VER;' unset 'GDBSERVER_MIC;' unset 'GDB_CROSS;' unset '__LMOD_REF_COUNT_INFOPATH;' unset 'INFOPATH;' unset '__LMOD_REF_COUNT_INTEL_LICENSE_FILE;' unset 'INTEL_LICENSE_FILE;' unset 'INTEL_PYTHONHOME;' unset 'IPATH_NO_BACKTRACE;' unset 'IP_INC4;' unset 'IP_INC8;' unset 'IP_INCd;' unset 'IP_LIB4;' unset 'IP_LIB8;' unset 'IP_LIBd;' unset 'IP_SRC;' unset 'IP_VER;' unset 'I_MPI_CC;' unset 'I_MPI_F90;' unset 'I_MPI_HYDRA_BRANCH_COUNT;' unset 'I_MPI_HYDRA_PMI_CONNECT;' unset 'I_MPI_ROOT;' unset 'I_MPI_TMI_PROVIDER;' unset 'JASPER_INC;' unset 'JASPER_LIB;' unset 'JASPER_SRC;' unset 'JASPER_VER;' '__LMOD_REF_COUNT_LD_LIBRARY_PATH="/apps/slurm/default/lib:1";' export '__LMOD_REF_COUNT_LD_LIBRARY_PATH;' 'LD_LIBRARY_PATH=":/apps/slurm/default/lib";' export 'LD_LIBRARY_PATH;' unset '__LMOD_REF_COUNT_LIBRARY_PATH;' unset 'LIBRARY_PATH;' unset 'LIB_NAME;' unset 'LMOD_FAMILY_COMPILER;' unset 'LMOD_FAMILY_COMPILER_VERSION;' unset 'LMOD_FAMILY_MPI;' unset 'LMOD_FAMILY_MPI_VERSION;' unset '__LMOD_REF_COUNT_LOADEDMODULES;' unset 'LOADEDMODULES;' '__LMOD_REF_COUNT_MANPATH="/apps/lmod/lmod/share/man:1;/apps/local/man:1;/apps/slurm/default/share/man:1;/apps/slurm/tools/sbank/share/man:1";' export '__LMOD_REF_COUNT_MANPATH;' 'MANPATH="/apps/lmod/lmod/share/man::/apps/local/man:/apps/slurm/default/share/man:/apps/slurm/tools/sbank/share/man";' export 'MANPATH;' '__LMOD_REF_COUNT_MODULEPATH="/contrib/modulefiles:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:1;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1";' export '__LMOD_REF_COUNT_MODULEPATH;' 'MODULEPATH="/contrib/modulefiles:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles";' export 'MODULEPATH;' unset 'MPM_LAUNCHER;' unset 'NCEPLIBS;' unset 'NEMSIO_INC;' unset 'NEMSIO_LIB;' unset 'NEMSIO_SRC;' unset 'NEMSIO_VER;' unset 'NETCDF;' unset '__LMOD_REF_COUNT_NLSPATH;' unset 'NLSPATH;' '__LMOD_REF_COUNT_PATH="/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:1;/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/opt/ibutils/bin:1;/apps/local/bin:1;/apps/local/sbin:1;/apps/slurm/default/tools:1;/apps/slurm/default/bin:1;/apps/slurm/default/sbin:1;/apps/slurm/tools/sbank/bin:1;/home/Dusan.Jovic/bin:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/dbrowse:1";' export '__LMOD_REF_COUNT_PATH;' 'PATH="/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/opt/ibutils/bin:/apps/local/bin:/apps/local/sbin:/apps/slurm/default/tools:/apps/slurm/default/bin:/apps/slurm/default/sbin:/apps/slurm/tools/sbank/bin:/home/Dusan.Jovic/bin:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/dbrowse";' export 'PATH;' unset '__LMOD_REF_COUNT_PKG_CONFIG_PATH;' unset 'PKG_CONFIG_PATH;' unset 'PNG_INC;' unset 'PNG_LIB;' unset 'PNG_SRC;' unset 'PNG_VER;' unset 'POST_INC;' unset 'POST_LIB;' unset 'POST_SRC;' unset 'POST_VER;' unset 'SLURM_UTILS_PATH;' unset 'SP_LIB4;' unset 'SP_LIB8;' unset 'SP_LIBd;' unset 'SP_SRC;' unset 'SP_VER;' unset 'W3EMC_INC4;' unset 'W3EMC_INC8;' unset 'W3EMC_INCd;' unset 'W3EMC_LIB4;' unset 'W3EMC_LIB8;' unset 'W3EMC_LIBd;' unset 'W3EMC_SRC;' unset 'W3EMC_VER;' unset 'W3NCO_LIB4;' unset 'W3NCO_LIB8;' unset 'W3NCO_LIBd;' unset 'W3NCO_SRC;' unset 'W3NCO_VER;' unset 'Z_INC;' unset 'Z_LIB;' unset 'Z_SRC;' unset 'Z_VER;' unset '__LMOD_REF_COUNT__LMFILES_;' unset '_LMFILES_;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9jb250cmliL21vZHVsZWZpbGVzIiwiL3NjcmF0Y2gyL05DRVBERVYvZnYzLWNhbS9EdXNhbi5Kb3ZpYy91ZnMvcHIxOC91ZnMtd2VhdGhlci1tb2RlbC9tb2R1bGVmaWxlcy9oZXJhLmludGVsIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIs";' export '_ModuleTable001_;' '_ModuleTable002_="fSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ==";' export '_ModuleTable002_;' '_ModuleTable_Sz_="2";' export '_ModuleTable_Sz_;' unset '_ModuleTable004_;' unset '_ModuleTable005_;' unset '_ModuleTable006_;' unset '_ModuleTable007_;' unset '_ModuleTable008_;' unset '_ModuleTable009_;' unset '_ModuleTable010_;' unset '_ModuleTable011_;' unset '_ModuleTable012_;' unset '_ModuleTable013_;' +++ eval unset 'BACIO_LIB4;' unset 'BACIO_LIB8;' unset 'BACIO_SRC;' unset 'BACIO_VER;' unset '__LMOD_REF_COUNT_CLASSPATH;' unset 'CLASSPATH;' unset 'CMAKE_CXX_COMPILER;' unset 'CMAKE_C_COMPILER;' unset 'CMAKE_Fortran_COMPILER;' unset 'CMAKE_Platform;' unset 'COMP;' unset '__LMOD_REF_COUNT_CPATH;' unset 'CPATH;' unset 'CRTM_FIX;' unset 'CRTM_INC;' unset 'CRTM_LIB;' unset 'CRTM_SRC;' unset 'CRTM_VER;' unset 'ESMFMKFILE;' unset 'G2TMPL_INC;' unset 'G2TMPL_LIB;' unset 'G2TMPL_SRC;' unset 'G2TMPL_VER;' unset 'G2_INC4;' unset 'G2_INCd;' unset 'G2_LIB4;' unset 'G2_LIBd;' unset 'G2_SRC;' unset 'G2_VER;' unset 'GDBSERVER_MIC;' unset 'GDB_CROSS;' unset '__LMOD_REF_COUNT_INFOPATH;' unset 'INFOPATH;' unset '__LMOD_REF_COUNT_INTEL_LICENSE_FILE;' unset 'INTEL_LICENSE_FILE;' unset 'INTEL_PYTHONHOME;' unset 'IPATH_NO_BACKTRACE;' unset 'IP_INC4;' unset 'IP_INC8;' unset 'IP_INCd;' unset 'IP_LIB4;' unset 'IP_LIB8;' unset 'IP_LIBd;' unset 'IP_SRC;' unset 'IP_VER;' unset 'I_MPI_CC;' unset 'I_MPI_F90;' unset 'I_MPI_HYDRA_BRANCH_COUNT;' unset 'I_MPI_HYDRA_PMI_CONNECT;' unset 'I_MPI_ROOT;' unset 'I_MPI_TMI_PROVIDER;' unset 'JASPER_INC;' unset 'JASPER_LIB;' unset 'JASPER_SRC;' unset 'JASPER_VER;' '__LMOD_REF_COUNT_LD_LIBRARY_PATH="/apps/slurm/default/lib:1";' export '__LMOD_REF_COUNT_LD_LIBRARY_PATH;' 'LD_LIBRARY_PATH=":/apps/slurm/default/lib";' export 'LD_LIBRARY_PATH;' unset '__LMOD_REF_COUNT_LIBRARY_PATH;' unset 'LIBRARY_PATH;' unset 'LIB_NAME;' unset 'LMOD_FAMILY_COMPILER;' unset 'LMOD_FAMILY_COMPILER_VERSION;' unset 'LMOD_FAMILY_MPI;' unset 'LMOD_FAMILY_MPI_VERSION;' unset '__LMOD_REF_COUNT_LOADEDMODULES;' unset 'LOADEDMODULES;' '__LMOD_REF_COUNT_MANPATH="/apps/lmod/lmod/share/man:1;/apps/local/man:1;/apps/slurm/default/share/man:1;/apps/slurm/tools/sbank/share/man:1";' export '__LMOD_REF_COUNT_MANPATH;' 'MANPATH="/apps/lmod/lmod/share/man::/apps/local/man:/apps/slurm/default/share/man:/apps/slurm/tools/sbank/share/man";' export 'MANPATH;' '__LMOD_REF_COUNT_MODULEPATH="/contrib/modulefiles:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/hera.intel:1;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1";' export '__LMOD_REF_COUNT_MODULEPATH;' 'MODULEPATH="/contrib/modulefiles:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles";' export 'MODULEPATH;' unset 'MPM_LAUNCHER;' unset 'NCEPLIBS;' unset 'NEMSIO_INC;' unset 'NEMSIO_LIB;' unset 'NEMSIO_SRC;' unset 'NEMSIO_VER;' unset 'NETCDF;' unset '__LMOD_REF_COUNT_NLSPATH;' unset 'NLSPATH;' '__LMOD_REF_COUNT_PATH="/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:1;/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/opt/ibutils/bin:1;/apps/local/bin:1;/apps/local/sbin:1;/apps/slurm/default/tools:1;/apps/slurm/default/bin:1;/apps/slurm/default/sbin:1;/apps/slurm/tools/sbank/bin:1;/home/Dusan.Jovic/bin:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/dbrowse:1";' export '__LMOD_REF_COUNT_PATH;' 'PATH="/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/opt/ibutils/bin:/apps/local/bin:/apps/local/sbin:/apps/slurm/default/tools:/apps/slurm/default/bin:/apps/slurm/default/sbin:/apps/slurm/tools/sbank/bin:/home/Dusan.Jovic/bin:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/dbrowse";' export 'PATH;' unset '__LMOD_REF_COUNT_PKG_CONFIG_PATH;' unset 'PKG_CONFIG_PATH;' unset 'PNG_INC;' unset 'PNG_LIB;' unset 'PNG_SRC;' unset 'PNG_VER;' unset 'POST_INC;' unset 'POST_LIB;' unset 'POST_SRC;' unset 'POST_VER;' unset 'SLURM_UTILS_PATH;' unset 'SP_LIB4;' unset 'SP_LIB8;' unset 'SP_LIBd;' unset 'SP_SRC;' unset 'SP_VER;' unset 'W3EMC_INC4;' unset 'W3EMC_INC8;' unset 'W3EMC_INCd;' unset 'W3EMC_LIB4;' unset 'W3EMC_LIB8;' unset 'W3EMC_LIBd;' unset 'W3EMC_SRC;' unset 'W3EMC_VER;' unset 'W3NCO_LIB4;' unset 'W3NCO_LIB8;' unset 'W3NCO_LIBd;' unset 'W3NCO_SRC;' unset 'W3NCO_VER;' unset 'Z_INC;' unset 'Z_LIB;' unset 'Z_SRC;' unset 'Z_VER;' unset '__LMOD_REF_COUNT__LMFILES_;' unset '_LMFILES_;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9jb250cmliL21vZHVsZWZpbGVzIiwiL3NjcmF0Y2gyL05DRVBERVYvZnYzLWNhbS9EdXNhbi5Kb3ZpYy91ZnMvcHJfbmV3L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL2hlcmEuaW50ZWwiLCIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvTGludXgiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L2NyYXlwZS9kZWZhdWx0L21vZHVsZWZpbGVz";' export '_ModuleTable001_;' '_ModuleTable002_="Iix9LFsic3lzdGVtQmFzZU1QQVRIIl09Ii9hcHBzL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlOi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvTGludXg6L2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlczovb3B0L2NyYXkvbW9kdWxlZmlsZXM6L29wdC9jcmF5L2NyYXlwZS9kZWZhdWx0L21vZHVsZWZpbGVzIix9";' export '_ModuleTable002_;' '_ModuleTable_Sz_="2";' export '_ModuleTable_Sz_;' unset '_ModuleTable004_;' unset '_ModuleTable005_;' unset '_ModuleTable006_;' unset '_ModuleTable007_;' unset '_ModuleTable008_;' unset '_ModuleTable009_;' unset '_ModuleTable010_;' unset '_ModuleTable011_;' unset '_ModuleTable012_;' unset '_ModuleTable013_;' +++ unset BACIO_LIB4 +++ unset BACIO_LIB8 +++ unset BACIO_SRC @@ -1907,9 +131,9 @@ INFO: CCPP prebuild step completed successfully. +++ export __LMOD_REF_COUNT_MANPATH +++ MANPATH=/apps/lmod/lmod/share/man::/apps/local/man:/apps/slurm/default/share/man:/apps/slurm/tools/sbank/share/man +++ export MANPATH -+++ __LMOD_REF_COUNT_MODULEPATH='/contrib/modulefiles:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:1;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1' ++++ __LMOD_REF_COUNT_MODULEPATH='/contrib/modulefiles:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/hera.intel:1;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1' +++ export __LMOD_REF_COUNT_MODULEPATH -+++ MODULEPATH=/contrib/modulefiles:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles ++++ MODULEPATH=/contrib/modulefiles:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles +++ export MODULEPATH +++ unset MPM_LAUNCHER +++ unset NCEPLIBS @@ -1959,9 +183,9 @@ INFO: CCPP prebuild step completed successfully. +++ unset Z_VER +++ unset __LMOD_REF_COUNT__LMFILES_ +++ unset _LMFILES_ -+++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9jb250cmliL21vZHVsZWZpbGVzIiwiL3NjcmF0Y2gyL05DRVBERVYvZnYzLWNhbS9EdXNhbi5Kb3ZpYy91ZnMvcHIxOC91ZnMtd2VhdGhlci1tb2RlbC9tb2R1bGVmaWxlcy9oZXJhLmludGVsIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIs ++++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9jb250cmliL21vZHVsZWZpbGVzIiwiL3NjcmF0Y2gyL05DRVBERVYvZnYzLWNhbS9EdXNhbi5Kb3ZpYy91ZnMvcHJfbmV3L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL2hlcmEuaW50ZWwiLCIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvTGludXgiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L2NyYXlwZS9kZWZhdWx0L21vZHVsZWZpbGVz +++ export _ModuleTable001_ -+++ _ModuleTable002_=fSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ== ++++ _ModuleTable002_=Iix9LFsic3lzdGVtQmFzZU1QQVRIIl09Ii9hcHBzL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlOi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvTGludXg6L2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlczovb3B0L2NyYXkvbW9kdWxlZmlsZXM6L29wdC9jcmF5L2NyYXlwZS9kZWZhdWx0L21vZHVsZWZpbGVzIix9 +++ export _ModuleTable002_ +++ _ModuleTable_Sz_=2 +++ export _ModuleTable_Sz_ @@ -1980,20 +204,20 @@ INFO: CCPP prebuild step completed successfully. ++ unset __ms_shell ++ unset __ms_ksh_test ++ unset __ms_bash_test -++ unset setup__test_function__377714 +++ unset setup__test_function__104508 ++ unset __ms_function_name + [[ hera.intel == macosx.* ]] + [[ hera.intel == linux.* ]] -+ module use /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel -++ /apps/lmod/7.7.18/libexec/lmod bash use /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel -+ eval '__LMOD_REF_COUNT_MODULEPATH="/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:2;/contrib/modulefiles:1;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1";' export '__LMOD_REF_COUNT_MODULEPATH;' 'MODULEPATH="/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:/contrib/modulefiles:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles";' export 'MODULEPATH;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9zY3JhdGNoMi9OQ0VQREVWL2Z2My1jYW0vRHVzYW4uSm92aWMvdWZzL3ByMTgvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvaGVyYS5pbnRlbCIsIi9jb250cmliL21vZHVsZWZpbGVzIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIs";' export '_ModuleTable001_;' '_ModuleTable002_="fSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ==";' export '_ModuleTable002_;' '_ModuleTable_Sz_="2";' export '_ModuleTable_Sz_;' -++ __LMOD_REF_COUNT_MODULEPATH='/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:2;/contrib/modulefiles:1;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1' ++ module use /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/hera.intel +++ /apps/lmod/7.7.18/libexec/lmod bash use /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/hera.intel ++ eval '__LMOD_REF_COUNT_MODULEPATH="/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/hera.intel:2;/contrib/modulefiles:1;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1";' export '__LMOD_REF_COUNT_MODULEPATH;' 'MODULEPATH="/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/hera.intel:/contrib/modulefiles:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles";' export 'MODULEPATH;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9zY3JhdGNoMi9OQ0VQREVWL2Z2My1jYW0vRHVzYW4uSm92aWMvdWZzL3ByX25ldy91ZnMtd2VhdGhlci1tb2RlbC9tb2R1bGVmaWxlcy9oZXJhLmludGVsIiwiL2NvbnRyaWIvbW9kdWxlZmlsZXMiLCIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvTGludXgiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L2NyYXlwZS9kZWZhdWx0L21vZHVsZWZpbGVz";' export '_ModuleTable001_;' '_ModuleTable002_="Iix9LFsic3lzdGVtQmFzZU1QQVRIIl09Ii9hcHBzL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlOi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvTGludXg6L2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlczovb3B0L2NyYXkvbW9kdWxlZmlsZXM6L29wdC9jcmF5L2NyYXlwZS9kZWZhdWx0L21vZHVsZWZpbGVzIix9";' export '_ModuleTable002_;' '_ModuleTable_Sz_="2";' export '_ModuleTable_Sz_;' +++ __LMOD_REF_COUNT_MODULEPATH='/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/hera.intel:2;/contrib/modulefiles:1;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1' ++ export __LMOD_REF_COUNT_MODULEPATH -++ MODULEPATH=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:/contrib/modulefiles:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles +++ MODULEPATH=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/hera.intel:/contrib/modulefiles:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles ++ export MODULEPATH -++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9zY3JhdGNoMi9OQ0VQREVWL2Z2My1jYW0vRHVzYW4uSm92aWMvdWZzL3ByMTgvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvaGVyYS5pbnRlbCIsIi9jb250cmliL21vZHVsZWZpbGVzIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIs +++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9zY3JhdGNoMi9OQ0VQREVWL2Z2My1jYW0vRHVzYW4uSm92aWMvdWZzL3ByX25ldy91ZnMtd2VhdGhlci1tb2RlbC9tb2R1bGVmaWxlcy9oZXJhLmludGVsIiwiL2NvbnRyaWIvbW9kdWxlZmlsZXMiLCIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvTGludXgiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L2NyYXlwZS9kZWZhdWx0L21vZHVsZWZpbGVz ++ export _ModuleTable001_ -++ _ModuleTable002_=fSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ== +++ _ModuleTable002_=Iix9LFsic3lzdGVtQmFzZU1QQVRIIl09Ii9hcHBzL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlOi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvTGludXg6L2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlczovb3B0L2NyYXkvbW9kdWxlZmlsZXM6L29wdC9jcmF5L2NyYXlwZS9kZWZhdWx0L21vZHVsZWZpbGVzIix9 ++ export _ModuleTable002_ ++ _ModuleTable_Sz_=2 ++ export _ModuleTable_Sz_ @@ -2001,7 +225,7 @@ INFO: CCPP prebuild step completed successfully. + eval + module load fv3 ++ /apps/lmod/7.7.18/libexec/lmod bash load fv3 -+ eval 'BACIO_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libbacio_v2.0.3_4.a";' export 'BACIO_LIB4;' 'BACIO_LIB8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libbacio_v2.0.3_8.a";' export 'BACIO_LIB8;' 'BACIO_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/bacio_v2.0.3";' export 'BACIO_SRC;' 'BACIO_VER="v2.0.3";' export 'BACIO_VER;' '__LMOD_REF_COUNT_CLASSPATH="/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/mpi.jar:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/daal.jar:1";' export '__LMOD_REF_COUNT_CLASSPATH;' 'CLASSPATH="/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/mpi.jar:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/daal.jar";' export 'CLASSPATH;' 'CMAKE_CXX_COMPILER="mpiicpc";' export 'CMAKE_CXX_COMPILER;' 'CMAKE_C_COMPILER="mpiicc";' export 'CMAKE_C_COMPILER;' 'CMAKE_Fortran_COMPILER="mpiifort";' export 'CMAKE_Fortran_COMPILER;' 'CMAKE_Platform="hera.intel";' export 'CMAKE_Platform;' 'COMP="intel";' export 'COMP;' '__LMOD_REF_COUNT_CPATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/include:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/include:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/pstl/include:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/include:2;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/include:1";' export '__LMOD_REF_COUNT_CPATH;' 'CPATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/include:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/include:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/pstl/include:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/include:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/include";' export 'CPATH;' 'CRTM_FIX="/scratch2/NCEPDEV/nwprod/NCEPLIBS/fix/crtm_v2.2.6";' export 'CRTM_FIX;' 'CRTM_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/crtm_v2.2.6";' export 'CRTM_INC;' 'CRTM_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libcrtm_v2.2.6.a";' export 'CRTM_LIB;' 'CRTM_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/crtm_v2.2.6";' export 'CRTM_SRC;' 'CRTM_VER="v2.2.6";' export 'CRTM_VER;' 'ESMFMKFILE="/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/lib/esmf.mk";' export 'ESMFMKFILE;' 'G2TMPL_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/g2tmpl_v1.6.0";' export 'G2TMPL_INC;' 'G2TMPL_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2tmpl_v1.6.0.a";' export 'G2TMPL_LIB;' 'G2TMPL_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/g2tmpl_v1.6.0/src";' export 'G2TMPL_SRC;' 'G2TMPL_VER="v1.6.0";' export 'G2TMPL_VER;' 'G2_INC4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/g2_v3.1.1_4";' export 'G2_INC4;' 'G2_INCd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/g2_v3.1.1_d";' export 'G2_INCd;' 'G2_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2_v3.1.1_4.a";' export 'G2_LIB4;' 'G2_LIBd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2_v3.1.1_d.a";' export 'G2_LIBd;' 'G2_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/g2_v3.1.1";' export 'G2_SRC;' 'G2_VER="v3.1.1";' export 'G2_VER;' 'GDBSERVER_MIC="/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/targets/intel64/x200/bin/gdbserver";' export 'GDBSERVER_MIC;' 'GDB_CROSS="/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/intel64/bin/gdb-ia";' export 'GDB_CROSS;' '__LMOD_REF_COUNT_INFOPATH="/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/info:1;/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/info:1";' export '__LMOD_REF_COUNT_INFOPATH;' 'INFOPATH="/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/info:/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/info";' export 'INFOPATH;' '__LMOD_REF_COUNT_INTEL_LICENSE_FILE="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/licenses:1;/apps/intel/licenses:1";' export '__LMOD_REF_COUNT_INTEL_LICENSE_FILE;' 'INTEL_LICENSE_FILE="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/licenses:/apps/intel/licenses";' export 'INTEL_LICENSE_FILE;' 'INTEL_PYTHONHOME="/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/python/intel64/";' export 'INTEL_PYTHONHOME;' 'IPATH_NO_BACKTRACE="1";' export 'IPATH_NO_BACKTRACE;' 'IP_INC4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ip_v3.0.2_4";' export 'IP_INC4;' 'IP_INC8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ip_v3.0.2_8";' export 'IP_INC8;' 'IP_INCd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ip_v3.0.2_d";' export 'IP_INCd;' 'IP_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libip_v3.0.2_4.a";' export 'IP_LIB4;' 'IP_LIB8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libip_v3.0.2_8.a";' export 'IP_LIB8;' 'IP_LIBd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libip_v3.0.2_d.a";' export 'IP_LIBd;' 'IP_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/ip_v3.0.2";' export 'IP_SRC;' 'IP_VER="v3.0.2";' export 'IP_VER;' 'I_MPI_CC="icc";' export 'I_MPI_CC;' 'I_MPI_F90="ifort";' export 'I_MPI_F90;' 'I_MPI_HYDRA_BRANCH_COUNT="128";' export 'I_MPI_HYDRA_BRANCH_COUNT;' 'I_MPI_HYDRA_PMI_CONNECT="alltoall";' export 'I_MPI_HYDRA_PMI_CONNECT;' 'I_MPI_ROOT="/apps/intel/compilers_and_libraries_2018/linux/mpi";' export 'I_MPI_ROOT;' 'I_MPI_TMI_PROVIDER="psm";' export 'I_MPI_TMI_PROVIDER;' 'JASPER_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/include/jasper_v1.900.1";' export 'JASPER_INC;' 'JASPER_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/lib/libjasper_v1.900.1.a";' export 'JASPER_LIB;' 'JASPER_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/thirdParty";' export 'JASPER_SRC;' 'JASPER_VER="v1.900.1";' export 'JASPER_VER;' '__LMOD_REF_COUNT_LD_LIBRARY_PATH="/apps/netcdf/4.7.0/intel/18.0.5.274/lib:1;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib:1;/apps/slurm/default/lib:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/lib/intel64:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:2;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:2;/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/libipt/intel64/lib:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4:1";' export '__LMOD_REF_COUNT_LD_LIBRARY_PATH;' 'LD_LIBRARY_PATH="/apps/netcdf/4.7.0/intel/18.0.5.274/lib:/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib::/apps/slurm/default/lib:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/lib/intel64:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/libipt/intel64/lib:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4";' export 'LD_LIBRARY_PATH;' '__LMOD_REF_COUNT_LIBRARY_PATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:2;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4:1";' export '__LMOD_REF_COUNT_LIBRARY_PATH;' 'LIBRARY_PATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4";' export 'LIBRARY_PATH;' 'LIB_NAME="POST";' export 'LIB_NAME;' 'LMOD_FAMILY_COMPILER="intel";' export 'LMOD_FAMILY_COMPILER;' 'LMOD_FAMILY_COMPILER_VERSION="18.0.5.274";' export 'LMOD_FAMILY_COMPILER_VERSION;' 'LMOD_FAMILY_MPI="impi";' export 'LMOD_FAMILY_MPI;' 'LMOD_FAMILY_MPI_VERSION="2018.0.4";' export 'LMOD_FAMILY_MPI_VERSION;' '__LMOD_REF_COUNT_LOADEDMODULES="contrib:1;sutils/default:1;intel/18.0.5.274:1;impi/2018.0.4:1;netcdf/4.7.0:1;bacio/2.0.3:1;ip/3.0.2:1;nemsio/2.2.4:1;sp/2.0.3:1;w3emc/2.3.1:1;w3nco/2.0.7:1;g2/3.1.1:1;g2tmpl/1.6.0:1;crtm/2.2.6:1;jasper/1.900.1:1;png/1.2.44:1;z/1.2.11:1;post/8.0.1:1;esmf/8.0.0:1;cmake/3.9.0:1;fv3:1";' export '__LMOD_REF_COUNT_LOADEDMODULES;' 'LOADEDMODULES="contrib:sutils/default:intel/18.0.5.274:impi/2018.0.4:netcdf/4.7.0:bacio/2.0.3:ip/3.0.2:nemsio/2.2.4:sp/2.0.3:w3emc/2.3.1:w3nco/2.0.7:g2/3.1.1:g2tmpl/1.6.0:crtm/2.2.6:jasper/1.900.1:png/1.2.44:z/1.2.11:post/8.0.1:esmf/8.0.0:cmake/3.9.0:fv3";' export 'LOADEDMODULES;' '__LMOD_REF_COUNT_MANPATH="/apps/netcdf/4.7.0/intel/18.0.5.274/share/man:1;/apps/intel/compilers_and_libraries_2018/linux/mpi/man:1;/apps/intel/parallel_studio_xe_2018.4.057/man/common:1;/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/man:1;/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/man:1;/apps/lmod/lmod/share/man:1;/apps/local/man:1;/apps/slurm/default/share/man:1;/apps/slurm/tools/sbank/share/man:1";' export '__LMOD_REF_COUNT_MANPATH;' 'MANPATH="/apps/netcdf/4.7.0/intel/18.0.5.274/share/man:/apps/intel/compilers_and_libraries_2018/linux/mpi/man:/apps/intel/parallel_studio_xe_2018.4.057/man/common:/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/man:/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/man:/apps/lmod/lmod/share/man::/apps/local/man:/apps/slurm/default/share/man:/apps/slurm/tools/sbank/share/man";' export 'MANPATH;' '__LMOD_REF_COUNT_MODULEPATH="/contrib/modulefiles:3;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:2;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1;/apps/modules/modulefamilies/intel:1;/apps/modules/modulefamilies/intel_impi:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles:1";' export '__LMOD_REF_COUNT_MODULEPATH;' 'MODULEPATH="/contrib/modulefiles:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles:/apps/modules/modulefamilies/intel:/apps/modules/modulefamilies/intel_impi:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles";' export 'MODULEPATH;' 'MPM_LAUNCHER="/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/mpm/mic/bin/start_mpm.sh";' export 'MPM_LAUNCHER;' 'NCEPLIBS="/scratch2/NCEPDEV/nwprod/NCEPLIBS";' export 'NCEPLIBS;' 'NEMSIO_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/nemsio_v2.2.4";' export 'NEMSIO_INC;' 'NEMSIO_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libnemsio_v2.2.4.a";' export 'NEMSIO_LIB;' 'NEMSIO_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/nemsio_v2.2.4";' export 'NEMSIO_SRC;' 'NEMSIO_VER="v2.2.4";' export 'NEMSIO_VER;' 'NETCDF="/apps/netcdf/4.7.0/intel/18.0.5.274";' export 'NETCDF;' '__LMOD_REF_COUNT_NLSPATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64/locale/%l_%t/%N:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin/locale/%l_%t/%N:1;/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/intel64/share/locale/%l_%t/%N:1";' export '__LMOD_REF_COUNT_NLSPATH;' 'NLSPATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64/locale/%l_%t/%N:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin/locale/%l_%t/%N:/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/intel64/share/locale/%l_%t/%N";' export 'NLSPATH;' '__LMOD_REF_COUNT_PATH="/contrib/cmake/3.9.0/bin:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/bin:1;/apps/netcdf/4.7.0/intel/18.0.5.274/bin:1;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/bin/intel64:1;/contrib/sutils/bin:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:1;/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/opt/ibutils/bin:1;/apps/local/bin:1;/apps/local/sbin:1;/apps/slurm/default/tools:1;/apps/slurm/default/bin:1;/apps/slurm/default/sbin:1;/apps/slurm/tools/sbank/bin:1;/home/Dusan.Jovic/bin:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/dbrowse:1";' export '__LMOD_REF_COUNT_PATH;' 'PATH="/contrib/cmake/3.9.0/bin:/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/bin:/apps/netcdf/4.7.0/intel/18.0.5.274/bin:/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/bin/intel64:/contrib/sutils/bin:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/opt/ibutils/bin:/apps/local/bin:/apps/local/sbin:/apps/slurm/default/tools:/apps/slurm/default/bin:/apps/slurm/default/sbin:/apps/slurm/tools/sbank/bin:/home/Dusan.Jovic/bin:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/dbrowse";' export 'PATH;' '__LMOD_REF_COUNT_PKG_CONFIG_PATH="/apps/intel/compilers_and_libraries_2018/linux/mkl/bin/pkgconfig:1";' export '__LMOD_REF_COUNT_PKG_CONFIG_PATH;' 'PKG_CONFIG_PATH="/apps/intel/compilers_and_libraries_2018/linux/mkl/bin/pkgconfig";' export 'PKG_CONFIG_PATH;' 'PNG_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/png_v1.2.44";' export 'PNG_INC;' 'PNG_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libpng_v1.2.44.a";' export 'PNG_LIB;' 'PNG_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/thirdParty";' export 'PNG_SRC;' 'PNG_VER="v1.2.44";' export 'PNG_VER;' 'POST_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ncep_post_v8.0.1_4";' export 'POST_INC;' 'POST_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libncep_post_v8.0.1_4.a";' export 'POST_LIB;' 'POST_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/post_v8.0.1";' export 'POST_SRC;' 'POST_VER="v8.0.1";' export 'POST_VER;' 'SLURM_UTILS_PATH="/contrib/sutils/bin";' export 'SLURM_UTILS_PATH;' 'SP_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_4.a";' export 'SP_LIB4;' 'SP_LIB8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_8.a";' export 'SP_LIB8;' 'SP_LIBd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_d.a";' export 'SP_LIBd;' 'SP_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/sp_v2.0.3";' export 'SP_SRC;' 'SP_VER="v2.0.3";' export 'SP_VER;' 'W3EMC_INC4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/w3emc_v2.3.1_4";' export 'W3EMC_INC4;' 'W3EMC_INC8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/w3emc_v2.3.1_8";' export 'W3EMC_INC8;' 'W3EMC_INCd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/w3emc_v2.3.1_d";' export 'W3EMC_INCd;' 'W3EMC_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_4.a";' export 'W3EMC_LIB4;' 'W3EMC_LIB8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_8.a";' export 'W3EMC_LIB8;' 'W3EMC_LIBd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_d.a";' export 'W3EMC_LIBd;' 'W3EMC_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/w3emc_v2.3.1";' export 'W3EMC_SRC;' 'W3EMC_VER="v2.3.1";' export 'W3EMC_VER;' 'W3NCO_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_4.a";' export 'W3NCO_LIB4;' 'W3NCO_LIB8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_8.a";' export 'W3NCO_LIB8;' 'W3NCO_LIBd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_d.a";' export 'W3NCO_LIBd;' 'W3NCO_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/w3nco_v2.0.7";' export 'W3NCO_SRC;' 'W3NCO_VER="v2.0.7";' export 'W3NCO_VER;' 'Z_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/z_v1.2.11";' export 'Z_INC;' 'Z_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libz_v1.2.11.a";' export 'Z_LIB;' 'Z_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/thirdParty";' export 'Z_SRC;' 'Z_VER="v1.2.11";' export 'Z_VER;' '__LMOD_REF_COUNT__LMFILES_="/apps/modules/modulefiles/contrib:1;/contrib/modulefiles/sutils/default:1;/apps/modules/modulefiles/intel/18.0.5.274:1;/apps/modules/modulefamilies/intel/impi/2018.0.4:1;/apps/modules/modulefamilies/intel/netcdf/4.7.0:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/bacio/2.0.3:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/ip/3.0.2:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/nemsio/2.2.4:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/sp/2.0.3:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3emc/2.3.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3nco/2.0.7:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2/3.1.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2tmpl/1.6.0:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/crtm/2.2.6:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/jasper/1.900.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/png/1.2.44:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/z/1.2.11:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/post/8.0.1:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles/esmf/8.0.0:1;/contrib/modulefiles/cmake/3.9.0:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel/fv3:1";' export '__LMOD_REF_COUNT__LMFILES_;' '_LMFILES_="/apps/modules/modulefiles/contrib:/contrib/modulefiles/sutils/default:/apps/modules/modulefiles/intel/18.0.5.274:/apps/modules/modulefamilies/intel/impi/2018.0.4:/apps/modules/modulefamilies/intel/netcdf/4.7.0:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/bacio/2.0.3:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/ip/3.0.2:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/nemsio/2.2.4:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/sp/2.0.3:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3emc/2.3.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3nco/2.0.7:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2/3.1.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2tmpl/1.6.0:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/crtm/2.2.6:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/jasper/1.900.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/png/1.2.44:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/z/1.2.11:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/post/8.0.1:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles/esmf/8.0.0:/contrib/modulefiles/cmake/3.9.0:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel/fv3";' export '_LMFILES_;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJpbXBpIix9LG1UPXtiYWNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvYmFjaW8vMi4wLjMiLFsiZnVsbE5hbWUiXT0iYmFjaW8vMi4wLjMiLFsibG9hZE9yZGVyIl09Nixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJiYWNpby8yLjAuMyIsfSxjbWFrZT17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9jbWFrZS8zLjkuMCIsWyJmdWxs";' export '_ModuleTable001_;' '_ModuleTable002_="TmFtZSJdPSJjbWFrZS8zLjkuMCIsWyJsb2FkT3JkZXIiXT0yMCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjbWFrZS8zLjkuMCIsfSxjb250cmliPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvY29udHJpYiIsWyJmdWxsTmFtZSJdPSJjb250cmliIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY29udHJpYiIsfSxjcnRtPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9jcnRtLzIuMi42IixbImZ1bGxOYW1lIl09ImNydG0vMi4yLjYiLFsibG9hZE9yZGVy";' export '_ModuleTable002_;' '_ModuleTable003_="Il09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL2Z2My1jYW0vRHVzYW4uSm92aWMvdWZzL3ByMTgvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvaGVyYS5pbnRlbC9mdjMiLFsi";' export '_ModuleTable003_;' '_ModuleTable004_="ZnVsbE5hbWUiXT0iZnYzIixbImxvYWRPcmRlciJdPTIxLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTAsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImZ2MyIsfSxnMj17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzIvMy4xLjEiLFsiZnVsbE5hbWUiXT0iZzIvMy4xLjEiLFsibG9hZE9yZGVyIl09MTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZzIvMy4xLjEiLH0sZzJ0bXBsPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9nMnRtcGwvMS42LjAiLFsiZnVsbE5hbWUiXT0iZzJ0bXBsLzEuNi4w";' export '_ModuleTable004_;' '_ModuleTable005_="IixbImxvYWRPcmRlciJdPTEzLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcydG1wbC8xLjYuMCIsfSxpbXBpPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwvaW1waS8yMDE4LjAuNCIsWyJmdWxsTmFtZSJdPSJpbXBpLzIwMTguMC40IixbImxvYWRPcmRlciJdPTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW1waS8yMDE4LjAuNCIsfSxpbnRlbD17WyJmbiJdPSIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL2ludGVsLzE4LjAuNS4yNzQiLFsiZnVsbE5hbWUiXT0iaW50ZWwvMTguMC41LjI3NCIsWyJsb2FkT3JkZXIi";' export '_ModuleTable005_;' '_ModuleTable006_="XT0zLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImludGVsLzE4LjAuNS4yNzQiLH0saXA9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2lwLzMuMC4yIixbImZ1bGxOYW1lIl09ImlwLzMuMC4yIixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaXAvMy4wLjIiLH0samFzcGVyPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9qYXNwZXIvMS45MDAuMSIsWyJmdWxsTmFtZSJdPSJqYXNwZXIvMS45MDAuMSIsWyJsb2FkT3JkZXIi";' export '_ModuleTable006_;' '_ModuleTable007_="XT0xNSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJqYXNwZXIvMS45MDAuMSIsfSxuZW1zaW89e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL25lbXNpby8yLjIuNCIsWyJmdWxsTmFtZSJdPSJuZW1zaW8vMi4yLjQiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZW1zaW8vMi4yLjQiLH0sbmV0Y2RmPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwvbmV0Y2RmLzQuNy4wIixbImZ1bGxOYW1lIl09Im5ldGNkZi80LjcuMCIsWyJsb2FkT3JkZXIi";' export '_ModuleTable007_;' '_ModuleTable008_="XT01LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5ldGNkZi80LjcuMCIsfSxwbmc9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3BuZy8xLjIuNDQiLFsiZnVsbE5hbWUiXT0icG5nLzEuMi40NCIsWyJsb2FkT3JkZXIiXT0xNixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJwbmcvMS4yLjQ0Iix9LHBvc3Q9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3Bvc3QvOC4wLjEiLFsiZnVsbE5hbWUiXT0icG9zdC84LjAuMSIsWyJsb2FkT3JkZXIiXT0xOCxw";' export '_ModuleTable008_;' '_ModuleTable009_="cm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJwb3N0LzguMC4xIix9LHNwPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9zcC8yLjAuMyIsWyJmdWxsTmFtZSJdPSJzcC8yLjAuMyIsWyJsb2FkT3JkZXIiXT05LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InNwLzIuMC4zIix9LHN1dGlscz17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9zdXRpbHMvZGVmYXVsdCIsWyJmdWxsTmFtZSJdPSJzdXRpbHMvZGVmYXVsdCIsWyJsb2FkT3JkZXIiXT0yLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0";' export '_ModuleTable009_;' '_ModuleTable010_="dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InN1dGlscyIsfSx3M2VtYz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNlbWMvMi4zLjEiLFsiZnVsbE5hbWUiXT0idzNlbWMvMi4zLjEiLFsibG9hZE9yZGVyIl09MTAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNlbWMvMi4zLjEiLH0sdzNuY289e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czbmNvLzIuMC43IixbImZ1bGxOYW1lIl09InczbmNvLzIuMC43IixbImxvYWRPcmRlciJdPTExLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMi";' export '_ModuleTable010_;' '_ModuleTable011_="XT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHo9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3ovMS4yLjExIixbImZ1bGxOYW1lIl09InovMS4yLjExIixbImxvYWRPcmRlciJdPTE3LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InovMS4yLjExIix9LH0sbXBhdGhBPXsiL2NvbnRyaWIvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDIvTkNFUERFVi9mdjMtY2FtL0R1c2FuLkpvdmljL3Vmcy9wcjE4L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL2hlcmEuaW50ZWwiLCIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi9hcHBz";' export '_ModuleTable011_;' '_ModuleTable012_="L21vZHVsZXMvbW9kdWxlZmlsZXMvTGludXgiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L2NyYXlwZS9kZWZhdWx0L21vZHVsZWZpbGVzIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbCIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWxfaW1waSIsIi9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcyIsIi9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmU6L2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9M";' export '_ModuleTable012_;' '_ModuleTable013_="aW51eDovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzOi9vcHQvY3JheS9tb2R1bGVmaWxlczovb3B0L2NyYXkvY3JheXBlL2RlZmF1bHQvbW9kdWxlZmlsZXMiLH0=";' export '_ModuleTable013_;' '_ModuleTable_Sz_="13";' export '_ModuleTable_Sz_;' ++ eval 'BACIO_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libbacio_v2.0.3_4.a";' export 'BACIO_LIB4;' 'BACIO_LIB8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libbacio_v2.0.3_8.a";' export 'BACIO_LIB8;' 'BACIO_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/bacio_v2.0.3";' export 'BACIO_SRC;' 'BACIO_VER="v2.0.3";' export 'BACIO_VER;' '__LMOD_REF_COUNT_CLASSPATH="/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/mpi.jar:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/daal.jar:1";' export '__LMOD_REF_COUNT_CLASSPATH;' 'CLASSPATH="/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/mpi.jar:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/daal.jar";' export 'CLASSPATH;' 'CMAKE_CXX_COMPILER="mpiicpc";' export 'CMAKE_CXX_COMPILER;' 'CMAKE_C_COMPILER="mpiicc";' export 'CMAKE_C_COMPILER;' 'CMAKE_Fortran_COMPILER="mpiifort";' export 'CMAKE_Fortran_COMPILER;' 'CMAKE_Platform="hera.intel";' export 'CMAKE_Platform;' 'COMP="intel";' export 'COMP;' '__LMOD_REF_COUNT_CPATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/include:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/include:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/pstl/include:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/include:2;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/include:1";' export '__LMOD_REF_COUNT_CPATH;' 'CPATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/include:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/include:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/pstl/include:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/include:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/include";' export 'CPATH;' 'CRTM_FIX="/scratch2/NCEPDEV/nwprod/NCEPLIBS/fix/crtm_v2.2.6";' export 'CRTM_FIX;' 'CRTM_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/crtm_v2.2.6";' export 'CRTM_INC;' 'CRTM_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libcrtm_v2.2.6.a";' export 'CRTM_LIB;' 'CRTM_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/crtm_v2.2.6";' export 'CRTM_SRC;' 'CRTM_VER="v2.2.6";' export 'CRTM_VER;' 'ESMFMKFILE="/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/lib/esmf.mk";' export 'ESMFMKFILE;' 'G2TMPL_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/g2tmpl_v1.6.0";' export 'G2TMPL_INC;' 'G2TMPL_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2tmpl_v1.6.0.a";' export 'G2TMPL_LIB;' 'G2TMPL_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/g2tmpl_v1.6.0/src";' export 'G2TMPL_SRC;' 'G2TMPL_VER="v1.6.0";' export 'G2TMPL_VER;' 'G2_INC4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/g2_v3.1.1_4";' export 'G2_INC4;' 'G2_INCd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/g2_v3.1.1_d";' export 'G2_INCd;' 'G2_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2_v3.1.1_4.a";' export 'G2_LIB4;' 'G2_LIBd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2_v3.1.1_d.a";' export 'G2_LIBd;' 'G2_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/g2_v3.1.1";' export 'G2_SRC;' 'G2_VER="v3.1.1";' export 'G2_VER;' 'GDBSERVER_MIC="/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/targets/intel64/x200/bin/gdbserver";' export 'GDBSERVER_MIC;' 'GDB_CROSS="/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/intel64/bin/gdb-ia";' export 'GDB_CROSS;' '__LMOD_REF_COUNT_INFOPATH="/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/info:1;/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/info:1";' export '__LMOD_REF_COUNT_INFOPATH;' 'INFOPATH="/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/info:/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/info";' export 'INFOPATH;' '__LMOD_REF_COUNT_INTEL_LICENSE_FILE="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/licenses:1;/apps/intel/licenses:1";' export '__LMOD_REF_COUNT_INTEL_LICENSE_FILE;' 'INTEL_LICENSE_FILE="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/licenses:/apps/intel/licenses";' export 'INTEL_LICENSE_FILE;' 'INTEL_PYTHONHOME="/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/python/intel64/";' export 'INTEL_PYTHONHOME;' 'IPATH_NO_BACKTRACE="1";' export 'IPATH_NO_BACKTRACE;' 'IP_INC4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ip_v3.0.2_4";' export 'IP_INC4;' 'IP_INC8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ip_v3.0.2_8";' export 'IP_INC8;' 'IP_INCd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ip_v3.0.2_d";' export 'IP_INCd;' 'IP_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libip_v3.0.2_4.a";' export 'IP_LIB4;' 'IP_LIB8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libip_v3.0.2_8.a";' export 'IP_LIB8;' 'IP_LIBd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libip_v3.0.2_d.a";' export 'IP_LIBd;' 'IP_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/ip_v3.0.2";' export 'IP_SRC;' 'IP_VER="v3.0.2";' export 'IP_VER;' 'I_MPI_CC="icc";' export 'I_MPI_CC;' 'I_MPI_F90="ifort";' export 'I_MPI_F90;' 'I_MPI_HYDRA_BRANCH_COUNT="128";' export 'I_MPI_HYDRA_BRANCH_COUNT;' 'I_MPI_HYDRA_PMI_CONNECT="alltoall";' export 'I_MPI_HYDRA_PMI_CONNECT;' 'I_MPI_ROOT="/apps/intel/compilers_and_libraries_2018/linux/mpi";' export 'I_MPI_ROOT;' 'I_MPI_TMI_PROVIDER="psm";' export 'I_MPI_TMI_PROVIDER;' 'JASPER_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/include/jasper_v1.900.1";' export 'JASPER_INC;' 'JASPER_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/lib/libjasper_v1.900.1.a";' export 'JASPER_LIB;' 'JASPER_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/thirdParty";' export 'JASPER_SRC;' 'JASPER_VER="v1.900.1";' export 'JASPER_VER;' '__LMOD_REF_COUNT_LD_LIBRARY_PATH="/apps/netcdf/4.7.0/intel/18.0.5.274/lib:1;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib:1;/apps/slurm/default/lib:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/lib/intel64:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:2;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:2;/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/libipt/intel64/lib:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4:1";' export '__LMOD_REF_COUNT_LD_LIBRARY_PATH;' 'LD_LIBRARY_PATH="/apps/netcdf/4.7.0/intel/18.0.5.274/lib:/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib::/apps/slurm/default/lib:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/lib/intel64:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/libipt/intel64/lib:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4";' export 'LD_LIBRARY_PATH;' '__LMOD_REF_COUNT_LIBRARY_PATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:2;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4:1";' export '__LMOD_REF_COUNT_LIBRARY_PATH;' 'LIBRARY_PATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4";' export 'LIBRARY_PATH;' 'LIB_NAME="POST";' export 'LIB_NAME;' 'LMOD_FAMILY_COMPILER="intel";' export 'LMOD_FAMILY_COMPILER;' 'LMOD_FAMILY_COMPILER_VERSION="18.0.5.274";' export 'LMOD_FAMILY_COMPILER_VERSION;' 'LMOD_FAMILY_MPI="impi";' export 'LMOD_FAMILY_MPI;' 'LMOD_FAMILY_MPI_VERSION="2018.0.4";' export 'LMOD_FAMILY_MPI_VERSION;' '__LMOD_REF_COUNT_LOADEDMODULES="contrib:1;sutils/default:1;intel/18.0.5.274:1;impi/2018.0.4:1;netcdf/4.7.0:1;bacio/2.0.3:1;ip/3.0.2:1;nemsio/2.2.4:1;sp/2.0.3:1;w3emc/2.3.1:1;w3nco/2.0.7:1;g2/3.1.1:1;g2tmpl/1.6.0:1;crtm/2.2.6:1;jasper/1.900.1:1;png/1.2.44:1;z/1.2.11:1;post/8.0.1:1;esmf/8.0.0:1;cmake/3.9.0:1;fv3:1";' export '__LMOD_REF_COUNT_LOADEDMODULES;' 'LOADEDMODULES="contrib:sutils/default:intel/18.0.5.274:impi/2018.0.4:netcdf/4.7.0:bacio/2.0.3:ip/3.0.2:nemsio/2.2.4:sp/2.0.3:w3emc/2.3.1:w3nco/2.0.7:g2/3.1.1:g2tmpl/1.6.0:crtm/2.2.6:jasper/1.900.1:png/1.2.44:z/1.2.11:post/8.0.1:esmf/8.0.0:cmake/3.9.0:fv3";' export 'LOADEDMODULES;' '__LMOD_REF_COUNT_MANPATH="/apps/netcdf/4.7.0/intel/18.0.5.274/share/man:1;/apps/intel/compilers_and_libraries_2018/linux/mpi/man:1;/apps/intel/parallel_studio_xe_2018.4.057/man/common:1;/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/man:1;/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/man:1;/apps/lmod/lmod/share/man:1;/apps/local/man:1;/apps/slurm/default/share/man:1;/apps/slurm/tools/sbank/share/man:1";' export '__LMOD_REF_COUNT_MANPATH;' 'MANPATH="/apps/netcdf/4.7.0/intel/18.0.5.274/share/man:/apps/intel/compilers_and_libraries_2018/linux/mpi/man:/apps/intel/parallel_studio_xe_2018.4.057/man/common:/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/man:/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/man:/apps/lmod/lmod/share/man::/apps/local/man:/apps/slurm/default/share/man:/apps/slurm/tools/sbank/share/man";' export 'MANPATH;' '__LMOD_REF_COUNT_MODULEPATH="/contrib/modulefiles:3;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/hera.intel:2;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1;/apps/modules/modulefamilies/intel:1;/apps/modules/modulefamilies/intel_impi:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles:1";' export '__LMOD_REF_COUNT_MODULEPATH;' 'MODULEPATH="/contrib/modulefiles:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles:/apps/modules/modulefamilies/intel:/apps/modules/modulefamilies/intel_impi:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles";' export 'MODULEPATH;' 'MPM_LAUNCHER="/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/mpm/mic/bin/start_mpm.sh";' export 'MPM_LAUNCHER;' 'NCEPLIBS="/scratch2/NCEPDEV/nwprod/NCEPLIBS";' export 'NCEPLIBS;' 'NEMSIO_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/nemsio_v2.2.4";' export 'NEMSIO_INC;' 'NEMSIO_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libnemsio_v2.2.4.a";' export 'NEMSIO_LIB;' 'NEMSIO_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/nemsio_v2.2.4";' export 'NEMSIO_SRC;' 'NEMSIO_VER="v2.2.4";' export 'NEMSIO_VER;' 'NETCDF="/apps/netcdf/4.7.0/intel/18.0.5.274";' export 'NETCDF;' '__LMOD_REF_COUNT_NLSPATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64/locale/%l_%t/%N:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin/locale/%l_%t/%N:1;/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/intel64/share/locale/%l_%t/%N:1";' export '__LMOD_REF_COUNT_NLSPATH;' 'NLSPATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64/locale/%l_%t/%N:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin/locale/%l_%t/%N:/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/intel64/share/locale/%l_%t/%N";' export 'NLSPATH;' '__LMOD_REF_COUNT_PATH="/contrib/cmake/3.9.0/bin:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/bin:1;/apps/netcdf/4.7.0/intel/18.0.5.274/bin:1;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/bin/intel64:1;/contrib/sutils/bin:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:1;/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/opt/ibutils/bin:1;/apps/local/bin:1;/apps/local/sbin:1;/apps/slurm/default/tools:1;/apps/slurm/default/bin:1;/apps/slurm/default/sbin:1;/apps/slurm/tools/sbank/bin:1;/home/Dusan.Jovic/bin:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/dbrowse:1";' export '__LMOD_REF_COUNT_PATH;' 'PATH="/contrib/cmake/3.9.0/bin:/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/bin:/apps/netcdf/4.7.0/intel/18.0.5.274/bin:/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/bin/intel64:/contrib/sutils/bin:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/opt/ibutils/bin:/apps/local/bin:/apps/local/sbin:/apps/slurm/default/tools:/apps/slurm/default/bin:/apps/slurm/default/sbin:/apps/slurm/tools/sbank/bin:/home/Dusan.Jovic/bin:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/dbrowse";' export 'PATH;' '__LMOD_REF_COUNT_PKG_CONFIG_PATH="/apps/intel/compilers_and_libraries_2018/linux/mkl/bin/pkgconfig:1";' export '__LMOD_REF_COUNT_PKG_CONFIG_PATH;' 'PKG_CONFIG_PATH="/apps/intel/compilers_and_libraries_2018/linux/mkl/bin/pkgconfig";' export 'PKG_CONFIG_PATH;' 'PNG_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/png_v1.2.44";' export 'PNG_INC;' 'PNG_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libpng_v1.2.44.a";' export 'PNG_LIB;' 'PNG_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/thirdParty";' export 'PNG_SRC;' 'PNG_VER="v1.2.44";' export 'PNG_VER;' 'POST_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ncep_post_v8.0.1_4";' export 'POST_INC;' 'POST_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libncep_post_v8.0.1_4.a";' export 'POST_LIB;' 'POST_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/post_v8.0.1";' export 'POST_SRC;' 'POST_VER="v8.0.1";' export 'POST_VER;' 'SLURM_UTILS_PATH="/contrib/sutils/bin";' export 'SLURM_UTILS_PATH;' 'SP_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_4.a";' export 'SP_LIB4;' 'SP_LIB8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_8.a";' export 'SP_LIB8;' 'SP_LIBd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_d.a";' export 'SP_LIBd;' 'SP_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/sp_v2.0.3";' export 'SP_SRC;' 'SP_VER="v2.0.3";' export 'SP_VER;' 'W3EMC_INC4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/w3emc_v2.3.1_4";' export 'W3EMC_INC4;' 'W3EMC_INC8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/w3emc_v2.3.1_8";' export 'W3EMC_INC8;' 'W3EMC_INCd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/w3emc_v2.3.1_d";' export 'W3EMC_INCd;' 'W3EMC_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_4.a";' export 'W3EMC_LIB4;' 'W3EMC_LIB8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_8.a";' export 'W3EMC_LIB8;' 'W3EMC_LIBd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_d.a";' export 'W3EMC_LIBd;' 'W3EMC_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/w3emc_v2.3.1";' export 'W3EMC_SRC;' 'W3EMC_VER="v2.3.1";' export 'W3EMC_VER;' 'W3NCO_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_4.a";' export 'W3NCO_LIB4;' 'W3NCO_LIB8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_8.a";' export 'W3NCO_LIB8;' 'W3NCO_LIBd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_d.a";' export 'W3NCO_LIBd;' 'W3NCO_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/w3nco_v2.0.7";' export 'W3NCO_SRC;' 'W3NCO_VER="v2.0.7";' export 'W3NCO_VER;' 'Z_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/z_v1.2.11";' export 'Z_INC;' 'Z_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libz_v1.2.11.a";' export 'Z_LIB;' 'Z_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/thirdParty";' export 'Z_SRC;' 'Z_VER="v1.2.11";' export 'Z_VER;' '__LMOD_REF_COUNT__LMFILES_="/apps/modules/modulefiles/contrib:1;/contrib/modulefiles/sutils/default:1;/apps/modules/modulefiles/intel/18.0.5.274:1;/apps/modules/modulefamilies/intel/impi/2018.0.4:1;/apps/modules/modulefamilies/intel/netcdf/4.7.0:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/bacio/2.0.3:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/ip/3.0.2:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/nemsio/2.2.4:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/sp/2.0.3:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3emc/2.3.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3nco/2.0.7:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2/3.1.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2tmpl/1.6.0:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/crtm/2.2.6:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/jasper/1.900.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/png/1.2.44:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/z/1.2.11:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/post/8.0.1:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles/esmf/8.0.0:1;/contrib/modulefiles/cmake/3.9.0:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/hera.intel/fv3:1";' export '__LMOD_REF_COUNT__LMFILES_;' '_LMFILES_="/apps/modules/modulefiles/contrib:/contrib/modulefiles/sutils/default:/apps/modules/modulefiles/intel/18.0.5.274:/apps/modules/modulefamilies/intel/impi/2018.0.4:/apps/modules/modulefamilies/intel/netcdf/4.7.0:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/bacio/2.0.3:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/ip/3.0.2:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/nemsio/2.2.4:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/sp/2.0.3:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3emc/2.3.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3nco/2.0.7:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2/3.1.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2tmpl/1.6.0:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/crtm/2.2.6:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/jasper/1.900.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/png/1.2.44:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/z/1.2.11:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/post/8.0.1:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles/esmf/8.0.0:/contrib/modulefiles/cmake/3.9.0:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/hera.intel/fv3";' export '_LMFILES_;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJpbXBpIix9LG1UPXtiYWNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvYmFjaW8vMi4wLjMiLFsiZnVsbE5hbWUiXT0iYmFjaW8vMi4wLjMiLFsibG9hZE9yZGVyIl09Nixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJiYWNpby8yLjAuMyIsfSxjbWFrZT17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9jbWFrZS8zLjkuMCIsWyJmdWxs";' export '_ModuleTable001_;' '_ModuleTable002_="TmFtZSJdPSJjbWFrZS8zLjkuMCIsWyJsb2FkT3JkZXIiXT0yMCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjbWFrZS8zLjkuMCIsfSxjb250cmliPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvY29udHJpYiIsWyJmdWxsTmFtZSJdPSJjb250cmliIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY29udHJpYiIsfSxjcnRtPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9jcnRtLzIuMi42IixbImZ1bGxOYW1lIl09ImNydG0vMi4yLjYiLFsibG9hZE9yZGVy";' export '_ModuleTable002_;' '_ModuleTable003_="Il09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL2Z2My1jYW0vRHVzYW4uSm92aWMvdWZzL3ByX25ldy91ZnMtd2VhdGhlci1tb2RlbC9tb2R1bGVmaWxlcy9oZXJhLmludGVsL2Z2MyIs";' export '_ModuleTable003_;' '_ModuleTable004_="WyJmdWxsTmFtZSJdPSJmdjMiLFsibG9hZE9yZGVyIl09MjEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MCxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZnYzIix9LGcyPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9nMi8zLjEuMSIsWyJmdWxsTmFtZSJdPSJnMi8zLjEuMSIsWyJsb2FkT3JkZXIiXT0xMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMi8zLjEuMSIsfSxnMnRtcGw9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2cydG1wbC8xLjYuMCIsWyJmdWxsTmFtZSJdPSJnMnRtcGwvMS42";' export '_ModuleTable004_;' '_ModuleTable005_="LjAiLFsibG9hZE9yZGVyIl09MTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZzJ0bXBsLzEuNi4wIix9LGltcGk9e1siZm4iXT0iL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbC9pbXBpLzIwMTguMC40IixbImZ1bGxOYW1lIl09ImltcGkvMjAxOC4wLjQiLFsibG9hZE9yZGVyIl09NCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJpbXBpLzIwMTguMC40Iix9LGludGVsPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvaW50ZWwvMTguMC41LjI3NCIsWyJmdWxsTmFtZSJdPSJpbnRlbC8xOC4wLjUuMjc0IixbImxvYWRPcmRl";' export '_ModuleTable005_;' '_ModuleTable006_="ciJdPTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW50ZWwvMTguMC41LjI3NCIsfSxpcD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvaXAvMy4wLjIiLFsiZnVsbE5hbWUiXT0iaXAvMy4wLjIiLFsibG9hZE9yZGVyIl09Nyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJpcC8zLjAuMiIsfSxqYXNwZXI9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2phc3Blci8xLjkwMC4xIixbImZ1bGxOYW1lIl09Imphc3Blci8xLjkwMC4xIixbImxvYWRPcmRl";' export '_ModuleTable006_;' '_ModuleTable007_="ciJdPTE1LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Imphc3Blci8xLjkwMC4xIix9LG5lbXNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvbmVtc2lvLzIuMi40IixbImZ1bGxOYW1lIl09Im5lbXNpby8yLjIuNCIsWyJsb2FkT3JkZXIiXT04LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5lbXNpby8yLjIuNCIsfSxuZXRjZGY9e1siZm4iXT0iL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbC9uZXRjZGYvNC43LjAiLFsiZnVsbE5hbWUiXT0ibmV0Y2RmLzQuNy4wIixbImxvYWRPcmRl";' export '_ModuleTable007_;' '_ModuleTable008_="ciJdPTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmV0Y2RmLzQuNy4wIix9LHBuZz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvcG5nLzEuMi40NCIsWyJmdWxsTmFtZSJdPSJwbmcvMS4yLjQ0IixbImxvYWRPcmRlciJdPTE2LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InBuZy8xLjIuNDQiLH0scG9zdD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvcG9zdC84LjAuMSIsWyJmdWxsTmFtZSJdPSJwb3N0LzguMC4xIixbImxvYWRPcmRlciJdPTE4";' export '_ModuleTable008_;' '_ModuleTable009_="LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InBvc3QvOC4wLjEiLH0sc3A9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3NwLzIuMC4zIixbImZ1bGxOYW1lIl09InNwLzIuMC4zIixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ic3AvMi4wLjMiLH0sc3V0aWxzPXtbImZuIl09Ii9jb250cmliL21vZHVsZWZpbGVzL3N1dGlscy9kZWZhdWx0IixbImZ1bGxOYW1lIl09InN1dGlscy9kZWZhdWx0IixbImxvYWRPcmRlciJdPTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0";' export '_ModuleTable009_;' '_ModuleTable010_="YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ic3V0aWxzIix9LHczZW1jPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy93M2VtYy8yLjMuMSIsWyJmdWxsTmFtZSJdPSJ3M2VtYy8yLjMuMSIsWyJsb2FkT3JkZXIiXT0xMCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ3M2VtYy8yLjMuMSIsfSx3M25jbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNuY28vMi4wLjciLFsiZnVsbE5hbWUiXT0idzNuY28vMi4wLjciLFsibG9hZE9yZGVyIl09MTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1";' export '_ModuleTable010_;' '_ModuleTable011_="cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNuY28vMi4wLjciLH0sej17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvei8xLjIuMTEiLFsiZnVsbE5hbWUiXT0iei8xLjIuMTEiLFsibG9hZE9yZGVyIl09MTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iei8xLjIuMTEiLH0sfSxtcGF0aEE9eyIvY29udHJpYi9tb2R1bGVmaWxlcyIsIi9zY3JhdGNoMi9OQ0VQREVWL2Z2My1jYW0vRHVzYW4uSm92aWMvdWZzL3ByX25ldy91ZnMtd2VhdGhlci1tb2RlbC9tb2R1bGVmaWxlcy9oZXJhLmludGVsIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIv";' export '_ModuleTable011_;' '_ModuleTable012_="YXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZhbWlsaWVzL2ludGVsX2ltcGkiLCIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDEvTkNFUERFVi9uZW1zL2VtYy5uZW1zcGFyYS9zb2Z0L21vZHVsZWZpbGVzIix9LFsic3lzdGVtQmFzZU1QQVRIIl09Ii9hcHBzL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlOi9hcHBzL21vZHVsZXMvbW9kdWxlZmls";' export '_ModuleTable012_;' '_ModuleTable013_="ZXMvTGludXg6L2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlczovb3B0L2NyYXkvbW9kdWxlZmlsZXM6L29wdC9jcmF5L2NyYXlwZS9kZWZhdWx0L21vZHVsZWZpbGVzIix9";' export '_ModuleTable013_;' '_ModuleTable_Sz_="13";' export '_ModuleTable_Sz_;' ++ BACIO_LIB4=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libbacio_v2.0.3_4.a ++ export BACIO_LIB4 ++ BACIO_LIB8=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libbacio_v2.0.3_8.a @@ -2138,9 +362,9 @@ INFO: CCPP prebuild step completed successfully. ++ export __LMOD_REF_COUNT_MANPATH ++ MANPATH=/apps/netcdf/4.7.0/intel/18.0.5.274/share/man:/apps/intel/compilers_and_libraries_2018/linux/mpi/man:/apps/intel/parallel_studio_xe_2018.4.057/man/common:/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/man:/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/man:/apps/lmod/lmod/share/man::/apps/local/man:/apps/slurm/default/share/man:/apps/slurm/tools/sbank/share/man ++ export MANPATH -++ __LMOD_REF_COUNT_MODULEPATH='/contrib/modulefiles:3;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:2;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1;/apps/modules/modulefamilies/intel:1;/apps/modules/modulefamilies/intel_impi:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles:1' +++ __LMOD_REF_COUNT_MODULEPATH='/contrib/modulefiles:3;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/hera.intel:2;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1;/apps/modules/modulefamilies/intel:1;/apps/modules/modulefamilies/intel_impi:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles:1' ++ export __LMOD_REF_COUNT_MODULEPATH -++ MODULEPATH=/contrib/modulefiles:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles:/apps/modules/modulefamilies/intel:/apps/modules/modulefamilies/intel_impi:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles +++ MODULEPATH=/contrib/modulefiles:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles:/apps/modules/modulefamilies/intel:/apps/modules/modulefamilies/intel_impi:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles ++ export MODULEPATH ++ MPM_LAUNCHER=/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/mpm/mic/bin/start_mpm.sh ++ export MPM_LAUNCHER @@ -2230,35 +454,35 @@ INFO: CCPP prebuild step completed successfully. ++ export Z_SRC ++ Z_VER=v1.2.11 ++ export Z_VER -++ __LMOD_REF_COUNT__LMFILES_='/apps/modules/modulefiles/contrib:1;/contrib/modulefiles/sutils/default:1;/apps/modules/modulefiles/intel/18.0.5.274:1;/apps/modules/modulefamilies/intel/impi/2018.0.4:1;/apps/modules/modulefamilies/intel/netcdf/4.7.0:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/bacio/2.0.3:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/ip/3.0.2:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/nemsio/2.2.4:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/sp/2.0.3:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3emc/2.3.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3nco/2.0.7:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2/3.1.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2tmpl/1.6.0:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/crtm/2.2.6:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/jasper/1.900.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/png/1.2.44:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/z/1.2.11:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/post/8.0.1:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles/esmf/8.0.0:1;/contrib/modulefiles/cmake/3.9.0:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel/fv3:1' +++ __LMOD_REF_COUNT__LMFILES_='/apps/modules/modulefiles/contrib:1;/contrib/modulefiles/sutils/default:1;/apps/modules/modulefiles/intel/18.0.5.274:1;/apps/modules/modulefamilies/intel/impi/2018.0.4:1;/apps/modules/modulefamilies/intel/netcdf/4.7.0:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/bacio/2.0.3:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/ip/3.0.2:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/nemsio/2.2.4:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/sp/2.0.3:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3emc/2.3.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3nco/2.0.7:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2/3.1.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2tmpl/1.6.0:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/crtm/2.2.6:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/jasper/1.900.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/png/1.2.44:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/z/1.2.11:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/post/8.0.1:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles/esmf/8.0.0:1;/contrib/modulefiles/cmake/3.9.0:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/hera.intel/fv3:1' ++ export __LMOD_REF_COUNT__LMFILES_ -++ _LMFILES_=/apps/modules/modulefiles/contrib:/contrib/modulefiles/sutils/default:/apps/modules/modulefiles/intel/18.0.5.274:/apps/modules/modulefamilies/intel/impi/2018.0.4:/apps/modules/modulefamilies/intel/netcdf/4.7.0:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/bacio/2.0.3:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/ip/3.0.2:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/nemsio/2.2.4:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/sp/2.0.3:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3emc/2.3.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3nco/2.0.7:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2/3.1.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2tmpl/1.6.0:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/crtm/2.2.6:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/jasper/1.900.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/png/1.2.44:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/z/1.2.11:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/post/8.0.1:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles/esmf/8.0.0:/contrib/modulefiles/cmake/3.9.0:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel/fv3 +++ _LMFILES_=/apps/modules/modulefiles/contrib:/contrib/modulefiles/sutils/default:/apps/modules/modulefiles/intel/18.0.5.274:/apps/modules/modulefamilies/intel/impi/2018.0.4:/apps/modules/modulefamilies/intel/netcdf/4.7.0:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/bacio/2.0.3:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/ip/3.0.2:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/nemsio/2.2.4:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/sp/2.0.3:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3emc/2.3.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3nco/2.0.7:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2/3.1.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2tmpl/1.6.0:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/crtm/2.2.6:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/jasper/1.900.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/png/1.2.44:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/z/1.2.11:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/post/8.0.1:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles/esmf/8.0.0:/contrib/modulefiles/cmake/3.9.0:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/hera.intel/fv3 ++ export _LMFILES_ ++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJpbXBpIix9LG1UPXtiYWNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvYmFjaW8vMi4wLjMiLFsiZnVsbE5hbWUiXT0iYmFjaW8vMi4wLjMiLFsibG9hZE9yZGVyIl09Nixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJiYWNpby8yLjAuMyIsfSxjbWFrZT17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9jbWFrZS8zLjkuMCIsWyJmdWxs ++ export _ModuleTable001_ ++ _ModuleTable002_=TmFtZSJdPSJjbWFrZS8zLjkuMCIsWyJsb2FkT3JkZXIiXT0yMCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjbWFrZS8zLjkuMCIsfSxjb250cmliPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvY29udHJpYiIsWyJmdWxsTmFtZSJdPSJjb250cmliIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY29udHJpYiIsfSxjcnRtPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9jcnRtLzIuMi42IixbImZ1bGxOYW1lIl09ImNydG0vMi4yLjYiLFsibG9hZE9yZGVy ++ export _ModuleTable002_ -++ _ModuleTable003_=Il09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL2Z2My1jYW0vRHVzYW4uSm92aWMvdWZzL3ByMTgvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvaGVyYS5pbnRlbC9mdjMiLFsi +++ _ModuleTable003_=Il09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL2Z2My1jYW0vRHVzYW4uSm92aWMvdWZzL3ByX25ldy91ZnMtd2VhdGhlci1tb2RlbC9tb2R1bGVmaWxlcy9oZXJhLmludGVsL2Z2MyIs ++ export _ModuleTable003_ -++ _ModuleTable004_=ZnVsbE5hbWUiXT0iZnYzIixbImxvYWRPcmRlciJdPTIxLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTAsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImZ2MyIsfSxnMj17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzIvMy4xLjEiLFsiZnVsbE5hbWUiXT0iZzIvMy4xLjEiLFsibG9hZE9yZGVyIl09MTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZzIvMy4xLjEiLH0sZzJ0bXBsPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9nMnRtcGwvMS42LjAiLFsiZnVsbE5hbWUiXT0iZzJ0bXBsLzEuNi4w +++ _ModuleTable004_=WyJmdWxsTmFtZSJdPSJmdjMiLFsibG9hZE9yZGVyIl09MjEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MCxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZnYzIix9LGcyPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9nMi8zLjEuMSIsWyJmdWxsTmFtZSJdPSJnMi8zLjEuMSIsWyJsb2FkT3JkZXIiXT0xMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMi8zLjEuMSIsfSxnMnRtcGw9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2cydG1wbC8xLjYuMCIsWyJmdWxsTmFtZSJdPSJnMnRtcGwvMS42 ++ export _ModuleTable004_ -++ _ModuleTable005_=IixbImxvYWRPcmRlciJdPTEzLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcydG1wbC8xLjYuMCIsfSxpbXBpPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwvaW1waS8yMDE4LjAuNCIsWyJmdWxsTmFtZSJdPSJpbXBpLzIwMTguMC40IixbImxvYWRPcmRlciJdPTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW1waS8yMDE4LjAuNCIsfSxpbnRlbD17WyJmbiJdPSIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL2ludGVsLzE4LjAuNS4yNzQiLFsiZnVsbE5hbWUiXT0iaW50ZWwvMTguMC41LjI3NCIsWyJsb2FkT3JkZXIi +++ _ModuleTable005_=LjAiLFsibG9hZE9yZGVyIl09MTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZzJ0bXBsLzEuNi4wIix9LGltcGk9e1siZm4iXT0iL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbC9pbXBpLzIwMTguMC40IixbImZ1bGxOYW1lIl09ImltcGkvMjAxOC4wLjQiLFsibG9hZE9yZGVyIl09NCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJpbXBpLzIwMTguMC40Iix9LGludGVsPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvaW50ZWwvMTguMC41LjI3NCIsWyJmdWxsTmFtZSJdPSJpbnRlbC8xOC4wLjUuMjc0IixbImxvYWRPcmRl ++ export _ModuleTable005_ -++ _ModuleTable006_=XT0zLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImludGVsLzE4LjAuNS4yNzQiLH0saXA9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2lwLzMuMC4yIixbImZ1bGxOYW1lIl09ImlwLzMuMC4yIixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaXAvMy4wLjIiLH0samFzcGVyPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9qYXNwZXIvMS45MDAuMSIsWyJmdWxsTmFtZSJdPSJqYXNwZXIvMS45MDAuMSIsWyJsb2FkT3JkZXIi +++ _ModuleTable006_=ciJdPTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW50ZWwvMTguMC41LjI3NCIsfSxpcD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvaXAvMy4wLjIiLFsiZnVsbE5hbWUiXT0iaXAvMy4wLjIiLFsibG9hZE9yZGVyIl09Nyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJpcC8zLjAuMiIsfSxqYXNwZXI9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2phc3Blci8xLjkwMC4xIixbImZ1bGxOYW1lIl09Imphc3Blci8xLjkwMC4xIixbImxvYWRPcmRl ++ export _ModuleTable006_ -++ _ModuleTable007_=XT0xNSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJqYXNwZXIvMS45MDAuMSIsfSxuZW1zaW89e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL25lbXNpby8yLjIuNCIsWyJmdWxsTmFtZSJdPSJuZW1zaW8vMi4yLjQiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZW1zaW8vMi4yLjQiLH0sbmV0Y2RmPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwvbmV0Y2RmLzQuNy4wIixbImZ1bGxOYW1lIl09Im5ldGNkZi80LjcuMCIsWyJsb2FkT3JkZXIi +++ _ModuleTable007_=ciJdPTE1LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Imphc3Blci8xLjkwMC4xIix9LG5lbXNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvbmVtc2lvLzIuMi40IixbImZ1bGxOYW1lIl09Im5lbXNpby8yLjIuNCIsWyJsb2FkT3JkZXIiXT04LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5lbXNpby8yLjIuNCIsfSxuZXRjZGY9e1siZm4iXT0iL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbC9uZXRjZGYvNC43LjAiLFsiZnVsbE5hbWUiXT0ibmV0Y2RmLzQuNy4wIixbImxvYWRPcmRl ++ export _ModuleTable007_ -++ _ModuleTable008_=XT01LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5ldGNkZi80LjcuMCIsfSxwbmc9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3BuZy8xLjIuNDQiLFsiZnVsbE5hbWUiXT0icG5nLzEuMi40NCIsWyJsb2FkT3JkZXIiXT0xNixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJwbmcvMS4yLjQ0Iix9LHBvc3Q9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3Bvc3QvOC4wLjEiLFsiZnVsbE5hbWUiXT0icG9zdC84LjAuMSIsWyJsb2FkT3JkZXIiXT0xOCxw +++ _ModuleTable008_=ciJdPTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmV0Y2RmLzQuNy4wIix9LHBuZz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvcG5nLzEuMi40NCIsWyJmdWxsTmFtZSJdPSJwbmcvMS4yLjQ0IixbImxvYWRPcmRlciJdPTE2LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InBuZy8xLjIuNDQiLH0scG9zdD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvcG9zdC84LjAuMSIsWyJmdWxsTmFtZSJdPSJwb3N0LzguMC4xIixbImxvYWRPcmRlciJdPTE4 ++ export _ModuleTable008_ -++ _ModuleTable009_=cm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJwb3N0LzguMC4xIix9LHNwPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9zcC8yLjAuMyIsWyJmdWxsTmFtZSJdPSJzcC8yLjAuMyIsWyJsb2FkT3JkZXIiXT05LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InNwLzIuMC4zIix9LHN1dGlscz17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9zdXRpbHMvZGVmYXVsdCIsWyJmdWxsTmFtZSJdPSJzdXRpbHMvZGVmYXVsdCIsWyJsb2FkT3JkZXIiXT0yLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0 +++ _ModuleTable009_=LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InBvc3QvOC4wLjEiLH0sc3A9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3NwLzIuMC4zIixbImZ1bGxOYW1lIl09InNwLzIuMC4zIixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ic3AvMi4wLjMiLH0sc3V0aWxzPXtbImZuIl09Ii9jb250cmliL21vZHVsZWZpbGVzL3N1dGlscy9kZWZhdWx0IixbImZ1bGxOYW1lIl09InN1dGlscy9kZWZhdWx0IixbImxvYWRPcmRlciJdPTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0 ++ export _ModuleTable009_ -++ _ModuleTable010_=dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InN1dGlscyIsfSx3M2VtYz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNlbWMvMi4zLjEiLFsiZnVsbE5hbWUiXT0idzNlbWMvMi4zLjEiLFsibG9hZE9yZGVyIl09MTAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNlbWMvMi4zLjEiLH0sdzNuY289e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czbmNvLzIuMC43IixbImZ1bGxOYW1lIl09InczbmNvLzIuMC43IixbImxvYWRPcmRlciJdPTExLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMi +++ _ModuleTable010_=YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ic3V0aWxzIix9LHczZW1jPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy93M2VtYy8yLjMuMSIsWyJmdWxsTmFtZSJdPSJ3M2VtYy8yLjMuMSIsWyJsb2FkT3JkZXIiXT0xMCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ3M2VtYy8yLjMuMSIsfSx3M25jbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNuY28vMi4wLjciLFsiZnVsbE5hbWUiXT0idzNuY28vMi4wLjciLFsibG9hZE9yZGVyIl09MTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1 ++ export _ModuleTable010_ -++ _ModuleTable011_=XT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHo9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3ovMS4yLjExIixbImZ1bGxOYW1lIl09InovMS4yLjExIixbImxvYWRPcmRlciJdPTE3LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InovMS4yLjExIix9LH0sbXBhdGhBPXsiL2NvbnRyaWIvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDIvTkNFUERFVi9mdjMtY2FtL0R1c2FuLkpvdmljL3Vmcy9wcjE4L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL2hlcmEuaW50ZWwiLCIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi9hcHBz +++ _ModuleTable011_=cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNuY28vMi4wLjciLH0sej17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvei8xLjIuMTEiLFsiZnVsbE5hbWUiXT0iei8xLjIuMTEiLFsibG9hZE9yZGVyIl09MTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iei8xLjIuMTEiLH0sfSxtcGF0aEE9eyIvY29udHJpYi9tb2R1bGVmaWxlcyIsIi9zY3JhdGNoMi9OQ0VQREVWL2Z2My1jYW0vRHVzYW4uSm92aWMvdWZzL3ByX25ldy91ZnMtd2VhdGhlci1tb2RlbC9tb2R1bGVmaWxlcy9oZXJhLmludGVsIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIv ++ export _ModuleTable011_ -++ _ModuleTable012_=L21vZHVsZXMvbW9kdWxlZmlsZXMvTGludXgiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L2NyYXlwZS9kZWZhdWx0L21vZHVsZWZpbGVzIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbCIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWxfaW1waSIsIi9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcyIsIi9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmU6L2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9M +++ _ModuleTable012_=YXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZhbWlsaWVzL2ludGVsX2ltcGkiLCIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDEvTkNFUERFVi9uZW1zL2VtYy5uZW1zcGFyYS9zb2Z0L21vZHVsZWZpbGVzIix9LFsic3lzdGVtQmFzZU1QQVRIIl09Ii9hcHBzL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlOi9hcHBzL21vZHVsZXMvbW9kdWxlZmls ++ export _ModuleTable012_ -++ _ModuleTable013_=aW51eDovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzOi9vcHQvY3JheS9tb2R1bGVmaWxlczovb3B0L2NyYXkvY3JheXBlL2RlZmF1bHQvbW9kdWxlZmlsZXMiLH0= +++ _ModuleTable013_=ZXMvTGludXg6L2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlczovb3B0L2NyYXkvbW9kdWxlZmlsZXM6L29wdC9jcmF5L2NyYXlwZS9kZWZhdWx0L21vZHVsZWZpbGVzIix9 ++ export _ModuleTable013_ ++ _ModuleTable_Sz_=13 ++ export _ModuleTable_Sz_ @@ -2266,7 +490,7 @@ INFO: CCPP prebuild step completed successfully. + eval + module list ++ /apps/lmod/7.7.18/libexec/lmod bash list -+ eval echo ''\'''\'';' echo ''\''Currently'\''' ''\''Loaded'\''' ''\''Modules:'\'';' echo ''\'''\''' ''\'''\''' ''\''1)'\''' ''\''contrib'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''7)'\''' ''\''ip/3.0.2'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''13)'\''' ''\''g2tmpl/1.6.0'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''19)'\''' ''\''esmf/8.0.0'\'';' echo ''\'''\''' ''\'''\''' ''\''2)'\''' ''\''sutils/default'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''8)'\''' ''\''nemsio/2.2.4'\''' ''\'''\''' ''\''14)'\''' ''\''crtm/2.2.6'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''20)'\''' ''\''cmake/3.9.0'\'';' echo ''\'''\''' ''\'''\''' ''\''3)'\''' ''\''intel/18.0.5.274'\''' ''\'''\''' ''\'''\''' ''\''9)'\''' ''\''sp/2.0.3'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''15)'\''' ''\''jasper/1.900.1'\''' ''\'''\''' ''\''21)'\''' ''\''fv3'\'';' echo ''\'''\''' ''\'''\''' ''\''4)'\''' ''\''impi/2018.0.4'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''10)'\''' ''\''w3emc/2.3.1'\''' ''\'''\''' ''\'''\''' ''\''16)'\''' ''\''png/1.2.44'\'';' echo ''\'''\''' ''\'''\''' ''\''5)'\''' ''\''netcdf/4.7.0'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''11)'\''' ''\''w3nco/2.0.7'\''' ''\'''\''' ''\'''\''' ''\''17)'\''' ''\''z/1.2.11'\'';' echo ''\'''\''' ''\'''\''' ''\''6)'\''' ''\''bacio/2.0.3'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''12)'\''' ''\''g2/3.1.1'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''18)'\''' ''\''post/8.0.1'\'';' echo ''\'''\'';' echo ''\'''\''' ''\'''\'';' echo ''\'''\'';' 'MODULEPATH="/contrib/modulefiles:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles:/apps/modules/modulefamilies/intel:/apps/modules/modulefamilies/intel_impi:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles";' export 'MODULEPATH;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJpbXBpIix9LG1UPXtiYWNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvYmFjaW8vMi4wLjMiLFsiZnVsbE5hbWUiXT0iYmFjaW8vMi4wLjMiLFsibG9hZE9yZGVyIl09Nixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJiYWNpby8yLjAuMyIsfSxjbWFrZT17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9jbWFrZS8zLjkuMCIsWyJmdWxs";' export '_ModuleTable001_;' '_ModuleTable002_="TmFtZSJdPSJjbWFrZS8zLjkuMCIsWyJsb2FkT3JkZXIiXT0yMCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjbWFrZS8zLjkuMCIsfSxjb250cmliPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvY29udHJpYiIsWyJmdWxsTmFtZSJdPSJjb250cmliIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY29udHJpYiIsfSxjcnRtPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9jcnRtLzIuMi42IixbImZ1bGxOYW1lIl09ImNydG0vMi4yLjYiLFsibG9hZE9yZGVy";' export '_ModuleTable002_;' '_ModuleTable003_="Il09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL2Z2My1jYW0vRHVzYW4uSm92aWMvdWZzL3ByMTgvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvaGVyYS5pbnRlbC9mdjMiLFsi";' export '_ModuleTable003_;' '_ModuleTable004_="ZnVsbE5hbWUiXT0iZnYzIixbImxvYWRPcmRlciJdPTIxLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTAsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImZ2MyIsfSxnMj17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzIvMy4xLjEiLFsiZnVsbE5hbWUiXT0iZzIvMy4xLjEiLFsibG9hZE9yZGVyIl09MTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZzIvMy4xLjEiLH0sZzJ0bXBsPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9nMnRtcGwvMS42LjAiLFsiZnVsbE5hbWUiXT0iZzJ0bXBsLzEuNi4w";' export '_ModuleTable004_;' '_ModuleTable005_="IixbImxvYWRPcmRlciJdPTEzLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcydG1wbC8xLjYuMCIsfSxpbXBpPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwvaW1waS8yMDE4LjAuNCIsWyJmdWxsTmFtZSJdPSJpbXBpLzIwMTguMC40IixbImxvYWRPcmRlciJdPTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW1waS8yMDE4LjAuNCIsfSxpbnRlbD17WyJmbiJdPSIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL2ludGVsLzE4LjAuNS4yNzQiLFsiZnVsbE5hbWUiXT0iaW50ZWwvMTguMC41LjI3NCIsWyJsb2FkT3JkZXIi";' export '_ModuleTable005_;' '_ModuleTable006_="XT0zLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImludGVsLzE4LjAuNS4yNzQiLH0saXA9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2lwLzMuMC4yIixbImZ1bGxOYW1lIl09ImlwLzMuMC4yIixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaXAvMy4wLjIiLH0samFzcGVyPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9qYXNwZXIvMS45MDAuMSIsWyJmdWxsTmFtZSJdPSJqYXNwZXIvMS45MDAuMSIsWyJsb2FkT3JkZXIi";' export '_ModuleTable006_;' '_ModuleTable007_="XT0xNSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJqYXNwZXIvMS45MDAuMSIsfSxuZW1zaW89e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL25lbXNpby8yLjIuNCIsWyJmdWxsTmFtZSJdPSJuZW1zaW8vMi4yLjQiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZW1zaW8vMi4yLjQiLH0sbmV0Y2RmPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwvbmV0Y2RmLzQuNy4wIixbImZ1bGxOYW1lIl09Im5ldGNkZi80LjcuMCIsWyJsb2FkT3JkZXIi";' export '_ModuleTable007_;' '_ModuleTable008_="XT01LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5ldGNkZi80LjcuMCIsfSxwbmc9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3BuZy8xLjIuNDQiLFsiZnVsbE5hbWUiXT0icG5nLzEuMi40NCIsWyJsb2FkT3JkZXIiXT0xNixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJwbmcvMS4yLjQ0Iix9LHBvc3Q9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3Bvc3QvOC4wLjEiLFsiZnVsbE5hbWUiXT0icG9zdC84LjAuMSIsWyJsb2FkT3JkZXIiXT0xOCxw";' export '_ModuleTable008_;' '_ModuleTable009_="cm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJwb3N0LzguMC4xIix9LHNwPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9zcC8yLjAuMyIsWyJmdWxsTmFtZSJdPSJzcC8yLjAuMyIsWyJsb2FkT3JkZXIiXT05LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InNwLzIuMC4zIix9LHN1dGlscz17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9zdXRpbHMvZGVmYXVsdCIsWyJmdWxsTmFtZSJdPSJzdXRpbHMvZGVmYXVsdCIsWyJsb2FkT3JkZXIiXT0yLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0";' export '_ModuleTable009_;' '_ModuleTable010_="dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InN1dGlscyIsfSx3M2VtYz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNlbWMvMi4zLjEiLFsiZnVsbE5hbWUiXT0idzNlbWMvMi4zLjEiLFsibG9hZE9yZGVyIl09MTAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNlbWMvMi4zLjEiLH0sdzNuY289e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czbmNvLzIuMC43IixbImZ1bGxOYW1lIl09InczbmNvLzIuMC43IixbImxvYWRPcmRlciJdPTExLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMi";' export '_ModuleTable010_;' '_ModuleTable011_="XT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHo9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3ovMS4yLjExIixbImZ1bGxOYW1lIl09InovMS4yLjExIixbImxvYWRPcmRlciJdPTE3LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InovMS4yLjExIix9LH0sbXBhdGhBPXsiL2NvbnRyaWIvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDIvTkNFUERFVi9mdjMtY2FtL0R1c2FuLkpvdmljL3Vmcy9wcjE4L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL2hlcmEuaW50ZWwiLCIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi9hcHBz";' export '_ModuleTable011_;' '_ModuleTable012_="L21vZHVsZXMvbW9kdWxlZmlsZXMvTGludXgiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L2NyYXlwZS9kZWZhdWx0L21vZHVsZWZpbGVzIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbCIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWxfaW1waSIsIi9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcyIsIi9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmU6L2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9M";' export '_ModuleTable012_;' '_ModuleTable013_="aW51eDovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzOi9vcHQvY3JheS9tb2R1bGVmaWxlczovb3B0L2NyYXkvY3JheXBlL2RlZmF1bHQvbW9kdWxlZmlsZXMiLH0=";' export '_ModuleTable013_;' '_ModuleTable_Sz_="13";' export '_ModuleTable_Sz_;' ++ eval echo ''\'''\'';' echo ''\''Currently'\''' ''\''Loaded'\''' ''\''Modules:'\'';' echo ''\'''\''' ''\'''\''' ''\''1)'\''' ''\''contrib'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''7)'\''' ''\''ip/3.0.2'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''13)'\''' ''\''g2tmpl/1.6.0'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''19)'\''' ''\''esmf/8.0.0'\'';' echo ''\'''\''' ''\'''\''' ''\''2)'\''' ''\''sutils/default'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''8)'\''' ''\''nemsio/2.2.4'\''' ''\'''\''' ''\''14)'\''' ''\''crtm/2.2.6'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''20)'\''' ''\''cmake/3.9.0'\'';' echo ''\'''\''' ''\'''\''' ''\''3)'\''' ''\''intel/18.0.5.274'\''' ''\'''\''' ''\'''\''' ''\''9)'\''' ''\''sp/2.0.3'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''15)'\''' ''\''jasper/1.900.1'\''' ''\'''\''' ''\''21)'\''' ''\''fv3'\'';' echo ''\'''\''' ''\'''\''' ''\''4)'\''' ''\''impi/2018.0.4'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''10)'\''' ''\''w3emc/2.3.1'\''' ''\'''\''' ''\'''\''' ''\''16)'\''' ''\''png/1.2.44'\'';' echo ''\'''\''' ''\'''\''' ''\''5)'\''' ''\''netcdf/4.7.0'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''11)'\''' ''\''w3nco/2.0.7'\''' ''\'''\''' ''\'''\''' ''\''17)'\''' ''\''z/1.2.11'\'';' echo ''\'''\''' ''\'''\''' ''\''6)'\''' ''\''bacio/2.0.3'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''12)'\''' ''\''g2/3.1.1'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''18)'\''' ''\''post/8.0.1'\'';' echo ''\'''\'';' echo ''\'''\''' ''\'''\'';' echo ''\'''\'';' 'MODULEPATH="/contrib/modulefiles:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles:/apps/modules/modulefamilies/intel:/apps/modules/modulefamilies/intel_impi:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles";' export 'MODULEPATH;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJpbXBpIix9LG1UPXtiYWNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvYmFjaW8vMi4wLjMiLFsiZnVsbE5hbWUiXT0iYmFjaW8vMi4wLjMiLFsibG9hZE9yZGVyIl09Nixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJiYWNpby8yLjAuMyIsfSxjbWFrZT17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9jbWFrZS8zLjkuMCIsWyJmdWxs";' export '_ModuleTable001_;' '_ModuleTable002_="TmFtZSJdPSJjbWFrZS8zLjkuMCIsWyJsb2FkT3JkZXIiXT0yMCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjbWFrZS8zLjkuMCIsfSxjb250cmliPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvY29udHJpYiIsWyJmdWxsTmFtZSJdPSJjb250cmliIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY29udHJpYiIsfSxjcnRtPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9jcnRtLzIuMi42IixbImZ1bGxOYW1lIl09ImNydG0vMi4yLjYiLFsibG9hZE9yZGVy";' export '_ModuleTable002_;' '_ModuleTable003_="Il09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL2Z2My1jYW0vRHVzYW4uSm92aWMvdWZzL3ByX25ldy91ZnMtd2VhdGhlci1tb2RlbC9tb2R1bGVmaWxlcy9oZXJhLmludGVsL2Z2MyIs";' export '_ModuleTable003_;' '_ModuleTable004_="WyJmdWxsTmFtZSJdPSJmdjMiLFsibG9hZE9yZGVyIl09MjEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MCxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZnYzIix9LGcyPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9nMi8zLjEuMSIsWyJmdWxsTmFtZSJdPSJnMi8zLjEuMSIsWyJsb2FkT3JkZXIiXT0xMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMi8zLjEuMSIsfSxnMnRtcGw9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2cydG1wbC8xLjYuMCIsWyJmdWxsTmFtZSJdPSJnMnRtcGwvMS42";' export '_ModuleTable004_;' '_ModuleTable005_="LjAiLFsibG9hZE9yZGVyIl09MTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZzJ0bXBsLzEuNi4wIix9LGltcGk9e1siZm4iXT0iL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbC9pbXBpLzIwMTguMC40IixbImZ1bGxOYW1lIl09ImltcGkvMjAxOC4wLjQiLFsibG9hZE9yZGVyIl09NCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJpbXBpLzIwMTguMC40Iix9LGludGVsPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvaW50ZWwvMTguMC41LjI3NCIsWyJmdWxsTmFtZSJdPSJpbnRlbC8xOC4wLjUuMjc0IixbImxvYWRPcmRl";' export '_ModuleTable005_;' '_ModuleTable006_="ciJdPTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW50ZWwvMTguMC41LjI3NCIsfSxpcD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvaXAvMy4wLjIiLFsiZnVsbE5hbWUiXT0iaXAvMy4wLjIiLFsibG9hZE9yZGVyIl09Nyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJpcC8zLjAuMiIsfSxqYXNwZXI9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2phc3Blci8xLjkwMC4xIixbImZ1bGxOYW1lIl09Imphc3Blci8xLjkwMC4xIixbImxvYWRPcmRl";' export '_ModuleTable006_;' '_ModuleTable007_="ciJdPTE1LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Imphc3Blci8xLjkwMC4xIix9LG5lbXNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvbmVtc2lvLzIuMi40IixbImZ1bGxOYW1lIl09Im5lbXNpby8yLjIuNCIsWyJsb2FkT3JkZXIiXT04LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5lbXNpby8yLjIuNCIsfSxuZXRjZGY9e1siZm4iXT0iL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbC9uZXRjZGYvNC43LjAiLFsiZnVsbE5hbWUiXT0ibmV0Y2RmLzQuNy4wIixbImxvYWRPcmRl";' export '_ModuleTable007_;' '_ModuleTable008_="ciJdPTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmV0Y2RmLzQuNy4wIix9LHBuZz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvcG5nLzEuMi40NCIsWyJmdWxsTmFtZSJdPSJwbmcvMS4yLjQ0IixbImxvYWRPcmRlciJdPTE2LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InBuZy8xLjIuNDQiLH0scG9zdD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvcG9zdC84LjAuMSIsWyJmdWxsTmFtZSJdPSJwb3N0LzguMC4xIixbImxvYWRPcmRlciJdPTE4";' export '_ModuleTable008_;' '_ModuleTable009_="LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InBvc3QvOC4wLjEiLH0sc3A9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3NwLzIuMC4zIixbImZ1bGxOYW1lIl09InNwLzIuMC4zIixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ic3AvMi4wLjMiLH0sc3V0aWxzPXtbImZuIl09Ii9jb250cmliL21vZHVsZWZpbGVzL3N1dGlscy9kZWZhdWx0IixbImZ1bGxOYW1lIl09InN1dGlscy9kZWZhdWx0IixbImxvYWRPcmRlciJdPTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0";' export '_ModuleTable009_;' '_ModuleTable010_="YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ic3V0aWxzIix9LHczZW1jPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy93M2VtYy8yLjMuMSIsWyJmdWxsTmFtZSJdPSJ3M2VtYy8yLjMuMSIsWyJsb2FkT3JkZXIiXT0xMCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ3M2VtYy8yLjMuMSIsfSx3M25jbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNuY28vMi4wLjciLFsiZnVsbE5hbWUiXT0idzNuY28vMi4wLjciLFsibG9hZE9yZGVyIl09MTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1";' export '_ModuleTable010_;' '_ModuleTable011_="cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNuY28vMi4wLjciLH0sej17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvei8xLjIuMTEiLFsiZnVsbE5hbWUiXT0iei8xLjIuMTEiLFsibG9hZE9yZGVyIl09MTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iei8xLjIuMTEiLH0sfSxtcGF0aEE9eyIvY29udHJpYi9tb2R1bGVmaWxlcyIsIi9zY3JhdGNoMi9OQ0VQREVWL2Z2My1jYW0vRHVzYW4uSm92aWMvdWZzL3ByX25ldy91ZnMtd2VhdGhlci1tb2RlbC9tb2R1bGVmaWxlcy9oZXJhLmludGVsIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIv";' export '_ModuleTable011_;' '_ModuleTable012_="YXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZhbWlsaWVzL2ludGVsX2ltcGkiLCIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDEvTkNFUERFVi9uZW1zL2VtYy5uZW1zcGFyYS9zb2Z0L21vZHVsZWZpbGVzIix9LFsic3lzdGVtQmFzZU1QQVRIIl09Ii9hcHBzL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlOi9hcHBzL21vZHVsZXMvbW9kdWxlZmls";' export '_ModuleTable012_;' '_ModuleTable013_="ZXMvTGludXg6L2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlczovb3B0L2NyYXkvbW9kdWxlZmlsZXM6L29wdC9jcmF5L2NyYXlwZS9kZWZhdWx0L21vZHVsZWZpbGVzIix9";' export '_ModuleTable013_;' '_ModuleTable_Sz_="13";' export '_ModuleTable_Sz_;' ++ echo '' ++ echo Currently Loaded Modules: @@ -2289,40 +513,40 @@ Currently Loaded Modules: ++ echo '' -++ MODULEPATH=/contrib/modulefiles:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles:/apps/modules/modulefamilies/intel:/apps/modules/modulefamilies/intel_impi:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles +++ MODULEPATH=/contrib/modulefiles:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles:/apps/modules/modulefamilies/intel:/apps/modules/modulefamilies/intel_impi:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles ++ export MODULEPATH ++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJpbXBpIix9LG1UPXtiYWNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvYmFjaW8vMi4wLjMiLFsiZnVsbE5hbWUiXT0iYmFjaW8vMi4wLjMiLFsibG9hZE9yZGVyIl09Nixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJiYWNpby8yLjAuMyIsfSxjbWFrZT17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9jbWFrZS8zLjkuMCIsWyJmdWxs ++ export _ModuleTable001_ ++ _ModuleTable002_=TmFtZSJdPSJjbWFrZS8zLjkuMCIsWyJsb2FkT3JkZXIiXT0yMCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjbWFrZS8zLjkuMCIsfSxjb250cmliPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvY29udHJpYiIsWyJmdWxsTmFtZSJdPSJjb250cmliIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY29udHJpYiIsfSxjcnRtPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9jcnRtLzIuMi42IixbImZ1bGxOYW1lIl09ImNydG0vMi4yLjYiLFsibG9hZE9yZGVy ++ export _ModuleTable002_ -++ _ModuleTable003_=Il09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL2Z2My1jYW0vRHVzYW4uSm92aWMvdWZzL3ByMTgvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvaGVyYS5pbnRlbC9mdjMiLFsi +++ _ModuleTable003_=Il09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL2Z2My1jYW0vRHVzYW4uSm92aWMvdWZzL3ByX25ldy91ZnMtd2VhdGhlci1tb2RlbC9tb2R1bGVmaWxlcy9oZXJhLmludGVsL2Z2MyIs ++ export _ModuleTable003_ -++ _ModuleTable004_=ZnVsbE5hbWUiXT0iZnYzIixbImxvYWRPcmRlciJdPTIxLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTAsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImZ2MyIsfSxnMj17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzIvMy4xLjEiLFsiZnVsbE5hbWUiXT0iZzIvMy4xLjEiLFsibG9hZE9yZGVyIl09MTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZzIvMy4xLjEiLH0sZzJ0bXBsPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9nMnRtcGwvMS42LjAiLFsiZnVsbE5hbWUiXT0iZzJ0bXBsLzEuNi4w +++ _ModuleTable004_=WyJmdWxsTmFtZSJdPSJmdjMiLFsibG9hZE9yZGVyIl09MjEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MCxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZnYzIix9LGcyPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9nMi8zLjEuMSIsWyJmdWxsTmFtZSJdPSJnMi8zLjEuMSIsWyJsb2FkT3JkZXIiXT0xMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMi8zLjEuMSIsfSxnMnRtcGw9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2cydG1wbC8xLjYuMCIsWyJmdWxsTmFtZSJdPSJnMnRtcGwvMS42 ++ export _ModuleTable004_ -++ _ModuleTable005_=IixbImxvYWRPcmRlciJdPTEzLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcydG1wbC8xLjYuMCIsfSxpbXBpPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwvaW1waS8yMDE4LjAuNCIsWyJmdWxsTmFtZSJdPSJpbXBpLzIwMTguMC40IixbImxvYWRPcmRlciJdPTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW1waS8yMDE4LjAuNCIsfSxpbnRlbD17WyJmbiJdPSIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL2ludGVsLzE4LjAuNS4yNzQiLFsiZnVsbE5hbWUiXT0iaW50ZWwvMTguMC41LjI3NCIsWyJsb2FkT3JkZXIi +++ _ModuleTable005_=LjAiLFsibG9hZE9yZGVyIl09MTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZzJ0bXBsLzEuNi4wIix9LGltcGk9e1siZm4iXT0iL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbC9pbXBpLzIwMTguMC40IixbImZ1bGxOYW1lIl09ImltcGkvMjAxOC4wLjQiLFsibG9hZE9yZGVyIl09NCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJpbXBpLzIwMTguMC40Iix9LGludGVsPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvaW50ZWwvMTguMC41LjI3NCIsWyJmdWxsTmFtZSJdPSJpbnRlbC8xOC4wLjUuMjc0IixbImxvYWRPcmRl ++ export _ModuleTable005_ -++ _ModuleTable006_=XT0zLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImludGVsLzE4LjAuNS4yNzQiLH0saXA9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2lwLzMuMC4yIixbImZ1bGxOYW1lIl09ImlwLzMuMC4yIixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaXAvMy4wLjIiLH0samFzcGVyPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9qYXNwZXIvMS45MDAuMSIsWyJmdWxsTmFtZSJdPSJqYXNwZXIvMS45MDAuMSIsWyJsb2FkT3JkZXIi +++ _ModuleTable006_=ciJdPTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW50ZWwvMTguMC41LjI3NCIsfSxpcD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvaXAvMy4wLjIiLFsiZnVsbE5hbWUiXT0iaXAvMy4wLjIiLFsibG9hZE9yZGVyIl09Nyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJpcC8zLjAuMiIsfSxqYXNwZXI9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2phc3Blci8xLjkwMC4xIixbImZ1bGxOYW1lIl09Imphc3Blci8xLjkwMC4xIixbImxvYWRPcmRl ++ export _ModuleTable006_ -++ _ModuleTable007_=XT0xNSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJqYXNwZXIvMS45MDAuMSIsfSxuZW1zaW89e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL25lbXNpby8yLjIuNCIsWyJmdWxsTmFtZSJdPSJuZW1zaW8vMi4yLjQiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZW1zaW8vMi4yLjQiLH0sbmV0Y2RmPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwvbmV0Y2RmLzQuNy4wIixbImZ1bGxOYW1lIl09Im5ldGNkZi80LjcuMCIsWyJsb2FkT3JkZXIi +++ _ModuleTable007_=ciJdPTE1LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Imphc3Blci8xLjkwMC4xIix9LG5lbXNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvbmVtc2lvLzIuMi40IixbImZ1bGxOYW1lIl09Im5lbXNpby8yLjIuNCIsWyJsb2FkT3JkZXIiXT04LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5lbXNpby8yLjIuNCIsfSxuZXRjZGY9e1siZm4iXT0iL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbC9uZXRjZGYvNC43LjAiLFsiZnVsbE5hbWUiXT0ibmV0Y2RmLzQuNy4wIixbImxvYWRPcmRl ++ export _ModuleTable007_ -++ _ModuleTable008_=XT01LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5ldGNkZi80LjcuMCIsfSxwbmc9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3BuZy8xLjIuNDQiLFsiZnVsbE5hbWUiXT0icG5nLzEuMi40NCIsWyJsb2FkT3JkZXIiXT0xNixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJwbmcvMS4yLjQ0Iix9LHBvc3Q9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3Bvc3QvOC4wLjEiLFsiZnVsbE5hbWUiXT0icG9zdC84LjAuMSIsWyJsb2FkT3JkZXIiXT0xOCxw +++ _ModuleTable008_=ciJdPTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmV0Y2RmLzQuNy4wIix9LHBuZz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvcG5nLzEuMi40NCIsWyJmdWxsTmFtZSJdPSJwbmcvMS4yLjQ0IixbImxvYWRPcmRlciJdPTE2LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InBuZy8xLjIuNDQiLH0scG9zdD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvcG9zdC84LjAuMSIsWyJmdWxsTmFtZSJdPSJwb3N0LzguMC4xIixbImxvYWRPcmRlciJdPTE4 ++ export _ModuleTable008_ -++ _ModuleTable009_=cm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJwb3N0LzguMC4xIix9LHNwPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9zcC8yLjAuMyIsWyJmdWxsTmFtZSJdPSJzcC8yLjAuMyIsWyJsb2FkT3JkZXIiXT05LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InNwLzIuMC4zIix9LHN1dGlscz17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9zdXRpbHMvZGVmYXVsdCIsWyJmdWxsTmFtZSJdPSJzdXRpbHMvZGVmYXVsdCIsWyJsb2FkT3JkZXIiXT0yLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0 +++ _ModuleTable009_=LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InBvc3QvOC4wLjEiLH0sc3A9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3NwLzIuMC4zIixbImZ1bGxOYW1lIl09InNwLzIuMC4zIixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ic3AvMi4wLjMiLH0sc3V0aWxzPXtbImZuIl09Ii9jb250cmliL21vZHVsZWZpbGVzL3N1dGlscy9kZWZhdWx0IixbImZ1bGxOYW1lIl09InN1dGlscy9kZWZhdWx0IixbImxvYWRPcmRlciJdPTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0 ++ export _ModuleTable009_ -++ _ModuleTable010_=dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InN1dGlscyIsfSx3M2VtYz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNlbWMvMi4zLjEiLFsiZnVsbE5hbWUiXT0idzNlbWMvMi4zLjEiLFsibG9hZE9yZGVyIl09MTAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNlbWMvMi4zLjEiLH0sdzNuY289e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czbmNvLzIuMC43IixbImZ1bGxOYW1lIl09InczbmNvLzIuMC43IixbImxvYWRPcmRlciJdPTExLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMi +++ _ModuleTable010_=YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ic3V0aWxzIix9LHczZW1jPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy93M2VtYy8yLjMuMSIsWyJmdWxsTmFtZSJdPSJ3M2VtYy8yLjMuMSIsWyJsb2FkT3JkZXIiXT0xMCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ3M2VtYy8yLjMuMSIsfSx3M25jbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNuY28vMi4wLjciLFsiZnVsbE5hbWUiXT0idzNuY28vMi4wLjciLFsibG9hZE9yZGVyIl09MTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1 ++ export _ModuleTable010_ -++ _ModuleTable011_=XT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHo9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3ovMS4yLjExIixbImZ1bGxOYW1lIl09InovMS4yLjExIixbImxvYWRPcmRlciJdPTE3LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InovMS4yLjExIix9LH0sbXBhdGhBPXsiL2NvbnRyaWIvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDIvTkNFUERFVi9mdjMtY2FtL0R1c2FuLkpvdmljL3Vmcy9wcjE4L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL2hlcmEuaW50ZWwiLCIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi9hcHBz +++ _ModuleTable011_=cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNuY28vMi4wLjciLH0sej17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvei8xLjIuMTEiLFsiZnVsbE5hbWUiXT0iei8xLjIuMTEiLFsibG9hZE9yZGVyIl09MTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iei8xLjIuMTEiLH0sfSxtcGF0aEE9eyIvY29udHJpYi9tb2R1bGVmaWxlcyIsIi9zY3JhdGNoMi9OQ0VQREVWL2Z2My1jYW0vRHVzYW4uSm92aWMvdWZzL3ByX25ldy91ZnMtd2VhdGhlci1tb2RlbC9tb2R1bGVmaWxlcy9oZXJhLmludGVsIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIv ++ export _ModuleTable011_ -++ _ModuleTable012_=L21vZHVsZXMvbW9kdWxlZmlsZXMvTGludXgiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L2NyYXlwZS9kZWZhdWx0L21vZHVsZWZpbGVzIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbCIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWxfaW1waSIsIi9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcyIsIi9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmU6L2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9M +++ _ModuleTable012_=YXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZhbWlsaWVzL2ludGVsX2ltcGkiLCIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDEvTkNFUERFVi9uZW1zL2VtYy5uZW1zcGFyYS9zb2Z0L21vZHVsZWZpbGVzIix9LFsic3lzdGVtQmFzZU1QQVRIIl09Ii9hcHBzL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlOi9hcHBzL21vZHVsZXMvbW9kdWxlZmls ++ export _ModuleTable012_ -++ _ModuleTable013_=aW51eDovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzOi9vcHQvY3JheS9tb2R1bGVmaWxlczovb3B0L2NyYXkvY3JheXBlL2RlZmF1bHQvbW9kdWxlZmlsZXMiLH0= +++ _ModuleTable013_=ZXMvTGludXg6L2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlczovb3B0L2NyYXkvbW9kdWxlZmlsZXM6L29wdC9jcmF5L2NyYXlwZS9kZWZhdWx0L21vZHVsZWZpbGVzIix9 ++ export _ModuleTable013_ ++ _ModuleTable_Sz_=13 ++ export _ModuleTable_Sz_ ++ : -s sh + eval -+ cd build_fv3_10 -+ cmake /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model -DREPRO=Y -D32BIT=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -DDYN32=ON -DSTATIC=ON -DMULTI_GASES=OFF ++ cd build_fv3_1 ++ cmake /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model -- The C compiler identification is Intel 18.0.5.20180823 -- The CXX compiler identification is Intel 18.0.5.20180823 -- The Fortran compiler identification is Intel 18.0.5.20180823 @@ -2362,8 +586,8 @@ CXX compiler: Intel 18.0.5.20180823 (mpiicpc) Fortran compiler: Intel 18.0.5.20180823 (mpiifort) DEBUG is disabled -REPRO is ENABLED -32BIT is ENABLED +REPRO is disabled +32BIT is disabled OPENMP is ENABLED AVX2 is ENABLED INLINE_POST is ENABLED @@ -2371,53 +595,21 @@ INLINE_POST is ENABLED Selected physics package: gfs -Force 64 bits in gfsphysics -Force 64 bits in ipd --- Dynamics compiled with 32-bit option, adjust fv_sat_adj types --- Detecting OpenMP flags for Intel C compiler: -qopenmp --- Detecting OpenMP flags for Intel C++ compiler: -qopenmp --- Detecting OpenMP flags for Intel Fortran compiler: -qopenmp --- Enable OpenMP support for C/C++/Fortran compiler --- Disable SIONlib support --- Disable Intel MKL support --- Enable netCDF support --- Disable ESMF support --- Disable multi-gases physics --- Detecting OpenMP flags for Intel C compiler: -qopenmp --- Detecting OpenMP flags for Intel C++ compiler: -qopenmp --- Detecting OpenMP flags for Intel Fortran compiler: -qopenmp --- Enable OpenMP support for C/C++/Fortran compiler --- Found LibXml2: /usr/lib64/libxml2.so (found version "2.9.1") --- Found Doxygen: /usr/bin/doxygen (found version "1.8.5") found components: doxygen dot --- Detecting OpenMP flags for Intel C compiler: -qopenmp --- Detecting OpenMP flags for Intel C++ compiler: -qopenmp --- Detecting OpenMP flags for Intel Fortran compiler: -qopenmp --- Enable OpenMP support for C/C++/Fortran compiler -INFOGot CCPP_SCHEMES from environment variable: /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/aer_cloud.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/aerclm_def.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/aerinterp.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/calpreciptype.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cldwat2m_micro.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cldmacro.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/date_def.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/funcphys.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gcycle.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/h2o_def.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/h2ointerp.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/iccn_def.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/iccninterp.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/iounitdef.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/machine.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mersenne_twister.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfpbl.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg_utils.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg2_0.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg3_0.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/multi_gases.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_model.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_parameters.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_radar.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_thompson.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MP_FER_HIRES.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_bl_mynn.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_mynn.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_orowam2017.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/namelist_soilveg.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfpblt.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfpbltq.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfscu.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfscuq.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/noahmp_tables.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/num_parthds.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozne_def.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozinterp.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/physcons.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/physparam.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radcons.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_aerosols.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_astronomy.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_clouds.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_gases.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_surface.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radlw_datatb.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radlw_param.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radsw_datatb.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radsw_param.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/samfaerosols.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfcsub.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sflx.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/set_soilveg.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/surface_perturbation.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_deep.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_sh.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/tridi.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/wv_saturation.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_soil_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rayleigh_damp.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radsw_main.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_ocean.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gwdc.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gscond.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ysuvdif.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_sice.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/samfdeepcnv.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/satmedmfvdif.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozphys_2015.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/samfshalcnv.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/precpd.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_fer_hires.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diag.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radlw_main.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_debug.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/satmedmfvdifq.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cs_conv.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/shinhongvdif.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/h2ophys.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_nst.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/moninedmf.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diff.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diag_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/m_micro.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gcm_shoc.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gwdps.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/shalcnv.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/get_prs_fv3.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozphys.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_stochastics.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/drag_suite.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_cice.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sascnvn.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cnvc90.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_drv.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/dcyc2.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/moninshoc.f -INFOGot CAPS from environment variable: /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_10/FV3/ccpp/physics/ccpp_FV3_GFS_2017_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_10/FV3/ccpp/physics/ccpp_FV3_GFS_2017_time_vary_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_10/FV3/ccpp/physics/ccpp_FV3_GFS_2017_radiation_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_10/FV3/ccpp/physics/ccpp_FV3_GFS_2017_physics_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_10/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stochastics_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_10/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stretched_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_10/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stretched_fast_physics_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_10/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stretched_time_vary_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_10/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stretched_radiation_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_10/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stretched_physics_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_10/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stretched_stochastics_cap.F90 -Force 64 bits in CCPP_layer -Force 64 bits in stochastic_physics -- Configuring done -- Generating done --- Build files have been written to: /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_10 +-- Build files have been written to: /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/tests/build_fv3_1 + make -j 8 Scanning dependencies of target fv3cpl -Scanning dependencies of target ccpp -[ 0%] Building Fortran object FV3/cpl/CMakeFiles/fv3cpl.dir/module_cap_cpl.F90.o -[ 0%] Building Fortran object FV3/ccpp/framework/src/CMakeFiles/ccpp.dir/ccpp_errors.F90.o [ 0%] Building Fortran object FV3/cpl/CMakeFiles/fv3cpl.dir/module_cplfields.F90.o -[ 0%] Building Fortran object FV3/ccpp/framework/src/CMakeFiles/ccpp.dir/ccpp_types.F90.o -[ 1%] Building Fortran object FV3/ccpp/framework/src/CMakeFiles/ccpp.dir/ccpp.F90.o +[ 1%] Building Fortran object FV3/cpl/CMakeFiles/fv3cpl.dir/module_cap_cpl.F90.o Scanning dependencies of target fms -[ 2%] Linking Fortran static library libfv3cpl.a +[ 1%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_parameter.F90.o [ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/platform/platform.F90.o -[ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_parameter.F90.o -[ 3%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_input.F90.o -[ 3%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_core.F90.o -[ 3%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/cloud_interpolator.F90.o -[ 3%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_io.F90.o -[ 3%] Built target fv3cpl -[ 4%] Building Fortran object CMakeFiles/fms.dir/FMS/random_numbers/MersenneTwister.F90.o +[ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_core.F90.o +[ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_input.F90.o +[ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/cloud_interpolator.F90.o +Scanning dependencies of target gfsphysics +[ 2%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/machine.F.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. @@ -2430,149 +622,118 @@ Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 4%] Building Fortran object FV3/ccpp/framework/src/CMakeFiles/ccpp.dir/ccpp_api.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 4%] Building Fortran object CMakeFiles/fms.dir/FMS/constants/constants.F90.o -[ 4%] Building Fortran object CMakeFiles/fms.dir/FMS/sat_vapor_pres/sat_vapor_pres_k.F90.o -[ 4%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_data.F90.o -[ 4%] Linking Fortran static library libccpp.a Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 4%] Built target ccpp +[ 3%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/co2hc.f.o +[ 3%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_composition.f.o +[ 4%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/efield.f.o +[ 5%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/wam_f107_kp_mod.f90.o +[ 5%] Linking Fortran static library libfv3cpl.a +[ 5%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_io.F90.o +[ 5%] Building Fortran object CMakeFiles/fms.dir/FMS/random_numbers/MersenneTwister.F90.o +[ 6%] Building Fortran object CMakeFiles/fms.dir/FMS/sat_vapor_pres/sat_vapor_pres_k.F90.o +[ 6%] Built target fv3cpl +[ 6%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mersenne_twister.f.o +[ 6%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/GFDL_parse_tracers.F90.o +[ 7%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/iounitdef.f.o +[ 7%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/namelist_soilveg.f.o +[ 7%] Building Fortran object CMakeFiles/fms.dir/FMS/constants/constants.F90.o +[ 8%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_data.F90.o +[ 8%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_wrf_utl.f90.o +[ 8%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/noahmp_tables.f90.o +[ 8%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_mp_radar.F90.o +[ 8%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/physcons.F90.o +[ 8%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/date_def.f.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 5%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp.F90.o -Scanning dependencies of target ccppphys -[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mersenne_twister.f.o -[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/machine.F.o -[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFDL_parse_tracers.F90.o -[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_mp_radar.F90.o -[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/iounitdef.f.o -[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/namelist_soilveg.f.o -[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/namelist_soilveg_ruc.F90.o -[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_noahmp_glacier.f90.o -[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_noahmplsm.f90.o -[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/noahmp_tables.f90.o -[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_soil_pre.F90.o -[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/physcons.F90.o -[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/aerclm_def.F.o -[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/physparam.f.o -[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/h2o_def.f.o +[ 8%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/aerclm_def.f.o +[ 9%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/progtm_module.f.o +[ 9%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp.F90.o +[ 9%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2o_def.f.o +[ 9%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/physparam.f.o +[ 10%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ozne_def.f.o +[ 10%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gfs_phy_tracer_config.F.o +[ 10%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/surface_perturbation.F90.o +[ 10%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_sf_noahmp_glacier.f90.o +[ 11%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_sf_noahmplsm.f90.o +[ 11%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/iccn_def.f.o +[ 12%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/tracer_const_h.f.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/micro_mg_utils.F90.o +[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/funcphys.f90.o +[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radlw_param.f.o +[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_ugwp_initialize.F90.o +[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radsw_param.f.o +[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_astronomy.f.o +[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_surface.f.o +[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_nst_parameters.f90.o +[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/aer_cloud.F.o +[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gfdl_cloud_microphys.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/iccn_def.F.o -[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/micro_mg_utils.F90.o -[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozne_def.f.o -[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/surface_perturbation.F90.o -[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_deep.F90.o -[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_gfdl_cloud_microphys.F90.o -[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gfs_phy_tracer_config.F.o -[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radcons.f90.o -[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/set_soilveg.f.o -[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MP_FER_HIRES.F90.o -[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_BL_MYJPBL.F90.o -[ 8%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/date_def.f.o -[ 8%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_mp_thompson.F90.o -[ 9%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gwdps.f.o -[ 10%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_SF_JSFC.F90.o -[ 11%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_ruclsm.F90.o -[ 11%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/set_soilveg_ruc.F90.o -[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_post.F90.o -[ 13%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cnvc90.f.o -[ 13%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_DCNV_generic.F90.o -[ 14%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_GWD_generic.F90.o -[ 14%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_MP_generic.F90.o -[ 15%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_PBL_generic.F90.o -[ 15%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_SCNV_generic.F90.o -[ 15%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_composites.F90.o -[ 16%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_loop_control.F90.o -[ 16%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/maximum_hourly_diagnostics.F90.o -[ 17%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozphys.f.o -[ 17%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rayleigh_damp.f.o -[ 18%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_diag_post.F90.o -[ 18%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_diff.f.o -[ 18%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_stochastics.F90.o -[ 18%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/__/__/gfsphysics/CCPP_layer/CCPP_typedefs.F90.o -[ 18%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/funcphys.f90.o -[ 19%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radlw_param.f.o -[ 20%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radsw_param.f.o -[ 20%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_nst_parameters.f90.o -[ 20%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_bl_mynn.F90.o -[ 20%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_initialize.F90.o -[ 20%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_astronomy.f.o -[ 20%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_surface.f.o -[ 20%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/samfaerosols.F.o -[ 21%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/aerinterp.F90.o -[ 21%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/h2ointerp.f90.o -[ 21%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_efp.F90.o -[ 21%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_memutils.F90.o -[ 22%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_pset.F90.o +[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_mp_thompson_gfs.F90.o +[ 15%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_mp_wsm6_fv3.F90.o +[ 15%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/get_prs_fv3.f90.o +[ 16%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_cice.f.o +[ 16%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_diff.f.o +[ 16%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_ugwp_module.F90.o +[ 16%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/rascnvv2.f.o +[ 16%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_aerosols.f.o +ifort: command line warning #10121: overriding '-xCORE-AVX2' with '-xCORE-AVX-I' +[ 16%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_bfmicrophysics.f.o +[ 16%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_gases.f.o +[ 17%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radsw_datatb.f.o +[ 17%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_nst_water_prop.f90.o +[ 18%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radlw_datatb.f.o +[ 18%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/wv_saturation.F.o +[ 19%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cs_conv.F90.o +[ 19%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_diag.f.o +[ 20%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_drv.f.o +[ 20%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_ocean.f.o +[ 21%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_sice.f.o +[ 22%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_clouds.f.o +[ 22%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radsw_main.f.o +[ 22%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_nst_model.f90.o +[ 22%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cldmacro.F.o +[ 23%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cldwat2m_micro.F.o +[ 23%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/micro_mg2_0.F90.o +[ 23%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/micro_mg3_0.F90.o +[ 23%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_typedefs.F90.o +[ 24%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_nst.f.o +[ 24%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_efp.F90.o +[ 24%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_memutils.F90.o +[ 24%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_pset.F90.o +[ 24%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radlw_main.f.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 22%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_type.F90.o -[ 23%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/iccninterp.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 23%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/gradient.F90.o -[ 23%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozinterp.f90.o -[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_mp_thompson_make_number_concentrations.F90.o -[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/aer_cloud.F.o -[ 24%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_domains.F90.o -[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/get_prs_fv3.F90.o -[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_generic.F90.o -[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gfdl_fv_sat_adj.F90.o -[ 25%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gfdl_cloud_microphys.F90.o -[ 25%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/wv_saturation.F.o -[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/__/__/gfsphysics/GFS_layer/GFS_typedefs.F90.o -[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_nst_water_prop.f90.o -[ 27%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_module.F90.o -[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_bfmicrophysics.f.o -[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radsw_datatb.f.o -[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_aerosols.f.o -[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_gases.f.o -[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radlw_datatb.f.o -[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/moninedmf.f.o -[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_drv.f.o -[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/samfdeepcnv.f.o -[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/samfshalcnv.f.o -[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_diag.f.o -[ 30%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_sice.f.o -[ 30%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gscond.f.o -[ 30%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/precpd.f.o -[ 30%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_time_vary_pre.fv3.F90.o -[ 30%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_stretched_fast_physics_cap.F90.o -[ 31%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_clouds.f.o -[ 31%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radlw_main.f.o -[ 32%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radsw_main.f.o -[ 32%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_nst_model.f90.o -[ 32%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cldmacro.F.o -[ 32%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cldwat2m_micro.F.o -[ 32%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/micro_mg2_0.F90.o -[ 32%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/micro_mg3_0.F90.o +[ 25%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_type.F90.o +[ 26%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/gradient.F90.o +[ 26%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_domains.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 32%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_sh.F90.o -[ 32%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_mynn.F90.o -[ 32%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp.F90.o -[ 32%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_nst.f.o -[ 32%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_setup.F90.o -[ 32%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_comm.F90.o -[ 32%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_io.F90.o +[ 27%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_physics_driver.F90.o +[ 27%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_diagnostics.F90.o +[ 27%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_radiation_driver.F90.o +[ 27%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_restart.F90.o +[ 27%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_comm.F90.o +[ 28%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_io.F90.o Compiling in MPI mode (with or without MPP) Using 8-byte addressing Using pure routines. @@ -2582,37 +743,20 @@ Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 33%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_post.F90.o -[ 33%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_pre.F90.o -[ 33%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_suite_interstitial.F90.o -[ 34%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rrtmg_lw_pre.F90.o -[ 34%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rrtmg_sw_post.F90.o -[ 35%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rrtmg_lw_post.F90.o -[ 35%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/dcyc2.f.o -[ 35%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rrtmg_sw_pre.F90.o -[ 35%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_stochastics_cap.F90.o -[ 35%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_phys_time_vary.fv3.F90.o -[ 35%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_rad_time_vary.fv3.F90.o -[ 35%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_stretched_stochastics_cap.F90.o -[ 35%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_physics_cap.F90.o -[ 36%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_stretched_physics_cap.F90.o -[ 37%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_stretched_time_vary_cap.F90.o -[ 37%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_time_vary_cap.F90.o -[ 37%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_stretched_radiation_cap.F90.o -[ 37%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_radiation_cap.F90.o -[ 37%] Building Fortran object CMakeFiles/fms.dir/FMS/memutils/memutils.F90.o -[ 38%] Building Fortran object CMakeFiles/fms.dir/FMS/fms/fms_io.F90.o +[ 28%] Building Fortran object CMakeFiles/fms.dir/FMS/fms/fms_io.F90.o +[ 28%] Building Fortran object CMakeFiles/fms.dir/FMS/memutils/memutils.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 38%] Building Fortran object CMakeFiles/fms.dir/FMS/fms/fms.F90.o -[ 39%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bicubic.F90.o -[ 39%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bilinear.F90.o -[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_spherical.F90.o -[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/time_manager/time_manager.F90.o -[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_conserve.F90.o -[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/axis_utils/axis_utils.F90.o +[ 29%] Building Fortran object CMakeFiles/fms.dir/FMS/fms/fms.F90.o +[ 30%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_conserve.F90.o +[ 30%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bicubic.F90.o +[ 30%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bilinear.F90.o +[ 30%] Building Fortran object CMakeFiles/fms.dir/FMS/time_manager/time_manager.F90.o +[ 30%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_grid.F90.o +[ 30%] Building Fortran object CMakeFiles/fms.dir/FMS/axis_utils/axis_utils.F90.o +[ 30%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_spherical.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. @@ -2621,39 +765,38 @@ Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_grid.F90.o -[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/field_manager/field_manager.F90.o -[ 42%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/mosaic.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 42%] Building Fortran object CMakeFiles/fms.dir/FMS/topography/gaussian_topog.F90.o -[ 42%] Building Fortran object CMakeFiles/fms.dir/FMS/time_manager/get_cal_time.F90.o -[ 42%] Building Fortran object CMakeFiles/fms.dir/FMS/time_interp/time_interp.F90.o -[ 42%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_data.F90.o -[ 43%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_types.F90.o +[ 30%] Building Fortran object CMakeFiles/fms.dir/FMS/field_manager/field_manager.F90.o +[ 30%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/mosaic.F90.o +[ 31%] Building Fortran object CMakeFiles/fms.dir/FMS/topography/gaussian_topog.F90.o +[ 31%] Building Fortran object CMakeFiles/fms.dir/FMS/time_manager/get_cal_time.F90.o +[ 32%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_data.F90.o +[ 32%] Building Fortran object CMakeFiles/fms.dir/FMS/time_interp/time_interp.F90.o +[ 33%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_types.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 43%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_axis.F90.o -[ 43%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_manifest.F90.o -[ 43%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/xbt_drop_rate_adjust.f90.o -[ 43%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/write_ocean_data.F90.o +[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_axis.F90.o +[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_manifest.F90.o +[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/xbt_drop_rate_adjust.f90.o +[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/write_ocean_data.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 43%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_output.F90.o -[ 43%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp.F90.o -[ 43%] Building Fortran object CMakeFiles/fms.dir/FMS/field_manager/fm_util.F90.o +[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_output.F90.o +[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 43%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_util.F90.o -[ 43%] Building Fortran object CMakeFiles/fms.dir/FMS/time_interp/time_interp_external.F90.o +[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/field_manager/fm_util.F90.o +[ 36%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_util.F90.o +[ 36%] Building Fortran object CMakeFiles/fms.dir/FMS/time_interp/time_interp_external.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. @@ -2662,2179 +805,342 @@ Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 44%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_table.F90.o -[ 44%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_manager.F90.o +[ 36%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_table.F90.o +[ 36%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_manager.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 44%] Building Fortran object CMakeFiles/fms.dir/FMS/data_override/data_override.F90.o -[ 44%] Building Fortran object CMakeFiles/fms.dir/FMS/exchange/stock_constants.F90.o -[ 44%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_cap.F90.o -[ 45%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_stretched_cap.F90.o -[ 45%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_debug.F90.o -[ 45%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_suite_init_finalize_test.F90.o -[ 45%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cs_conv.F90.o -[ 45%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cs_conv_aw_adj.F90.o +[ 36%] Building Fortran object CMakeFiles/fms.dir/FMS/data_override/data_override.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 45%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver.F90.o -[ 45%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/coupler_types.F90.o -[ 46%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver_post.F90.o -[ 46%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver_pre.F90.o -[ 46%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke.F90.o -[ 46%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke_post.F90.o -[ 46%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke_pre.F90.o -[ 46%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/drag_suite.F90.o -[ 46%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gcm_shoc.F90.o -[ 46%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gwdc.f.o -[ 46%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/h2ophys.f.o -[ 46%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/lsm_ruc_sfc_sice_interstitial.F90.o -[ 46%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/m_micro.F90.o -[ 46%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/m_micro_interstitial.F90.o -[ 46%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYJPBL_wrapper.F90.o -[ 46%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYJSFC_wrapper.F90.o -[ 46%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNPBL_wrapper.F90.o -[ 47%] Building Fortran object CMakeFiles/fms.dir/FMS/amip_interp/amip_interp.F90.o -[ 47%] Building Fortran object CMakeFiles/fms.dir/FMS/astronomy/astronomy.F90.o -[ 48%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNSFC_wrapper.F90.o -[ 48%] Building Fortran object CMakeFiles/fms.dir/FMS/block_control/block_control.F90.o -[ 48%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNrad_post.F90.o -[ 48%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNrad_pre.F90.o -[ 49%] Building Fortran object CMakeFiles/fms.dir/FMS/column_diagnostics/column_diagnostics.F90.o -[ 49%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/moninshoc.f.o -[ 49%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/atmos_ocean_fluxes.F90.o -[ 50%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/ensemble_manager.F90.o +[ 36%] Building Fortran object CMakeFiles/fms.dir/FMS/exchange/stock_constants.F90.o +[ 37%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/coupler_types.F90.o +[ 38%] Building Fortran object CMakeFiles/fms.dir/FMS/astronomy/astronomy.F90.o +[ 39%] Building Fortran object CMakeFiles/fms.dir/FMS/block_control/block_control.F90.o +[ 39%] Building Fortran object CMakeFiles/fms.dir/FMS/amip_interp/amip_interp.F90.o +[ 39%] Building Fortran object CMakeFiles/fms.dir/FMS/column_diagnostics/column_diagnostics.F90.o +[ 39%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/atmos_ocean_fluxes.F90.o +[ 39%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/ensemble_manager.F90.o +[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 50%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters.F90.o -[ 51%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_fer_hires.F90.o -[ 51%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_thompson.F90.o -[ 51%] Building Fortran object CMakeFiles/fms.dir/FMS/exchange/xgrid.F90.o -[ 51%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_thompson_post.F90.o -[ 52%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft.F90.o -[ 52%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_thompson_pre.F90.o Compiling in MPI mode (with or without MPP) Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. +[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/exchange/xgrid.F90.o +[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft.F90.o +[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft99.F90.o +[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/interpolator/interpolator.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 52%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft99.F90.o -[ 52%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/multi_gases.F90.o -[ 53%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozphys_2015.f.o -[ 53%] Building Fortran object CMakeFiles/fms.dir/FMS/interpolator/interpolator.F90.o -[ 53%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/grid.F90.o -[ 53%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_utilities.F90.o -[ 53%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sascnvn.F.o -[ 53%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core.F90.o -[ 53%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/satmedmfvdif.F.o -[ 54%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core_ecda.F90.o -[ 54%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/satmedmfvdifq.F.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 54%] Building Fortran object CMakeFiles/fms.dir/FMS/random_numbers/random_numbers.F90.o -[ 55%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_cice.f.o -[ 55%] Building Fortran object CMakeFiles/fms.dir/FMS/sat_vapor_pres/sat_vapor_pres.F90.o -[ 55%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_drv_ruc.F90.o -[ 56%] Building Fortran object CMakeFiles/fms.dir/FMS/topography/topography.F90.o -[ 56%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_noahmp_drv.f.o -[ 56%] Building Fortran object CMakeFiles/fms.dir/FMS/station_data/station_data.F90.o -[ 56%] Building Fortran object CMakeFiles/fms.dir/FMS/tracer_manager/tracer_manager.F90.o -[ 57%] Building Fortran object CMakeFiles/fms.dir/FMS/tridiagonal/tridiagonal.F90.o -[ 57%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_ocean.F.o -[ 59%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfcsub.F.o -[ 59%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/quicksort.F90.o -[ 59%] Building C object CMakeFiles/fms.dir/FMS/memutils/memuse.c.o -[ 59%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/shalcnv.F.o -[ 59%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/shinhongvdif.F90.o -[ 59%] Building C object CMakeFiles/fms.dir/FMS/mosaic/create_xgrid.c.o -[ 59%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ugwp_driver_v0.F.o -[ 59%] Building C object CMakeFiles/fms.dir/FMS/mosaic/gradient_c2l.c.o -[ 60%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ysuvdif.F90.o -[ 60%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/calpreciptype.f90.o -[ 61%] Building C object CMakeFiles/fms.dir/FMS/mosaic/interp.c.o -[ 61%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gcycle.F90.o -[ 61%] Building C object CMakeFiles/fms.dir/FMS/mosaic/mosaic_util.c.o -[ 61%] Building C object CMakeFiles/fms.dir/FMS/mosaic/read_mosaic.c.o -[ 62%] Building C object CMakeFiles/fms.dir/FMS/affinity/affinity.c.o -[ 63%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfpbl.f.o -[ 63%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gocart_tracer_config_stub.f.o -[ 64%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_triggers.F90.o -[ 64%] Building C object CMakeFiles/fms.dir/FMS/mpp/nsclock.c.o -[ 65%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_solvers.F90.o -[ 65%] Building C object CMakeFiles/fms.dir/FMS/mpp/threadloc.c.o -[ 65%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_utils.F90.o -[ 65%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_orowam2017.f.o -[ 65%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_vert_lsatdis.F90.o -[ 66%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_vert_orodis.F90.o -[ 66%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_vert_wmsdis.F90.o -[ 66%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfpblt.f.o -[ 67%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfpbltq.f.o -[ 67%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfscu.f.o -[ 67%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfscuq.f.o -[ 68%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/num_parthds.F.o -[ 68%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sflx.f.o -[ 68%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/tridi.f.o -[ 68%] Linking Fortran static library FMS/libfms.a -[ 68%] Built target fms -[ 68%] Linking Fortran static library libccppphys.a -[ 68%] Built target ccppphys -Scanning dependencies of target gfsphysics -[ 68%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/namelist_soilveg.f.o -[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/machine.F.o -[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mersenne_twister.f.o -[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/GFDL_parse_tracers.F90.o -[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/physparam.f.o -[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/physcons.F90.o -[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/CCPP_layer/CCPP_typedefs.F90.o -[ 70%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radlw_param.f.o -[ 70%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radsw_param.f.o -[ 70%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_typedefs.F90.o -[ 71%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_diagnostics.F90.o -[ 72%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_driver.F90.o -[ 72%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/CCPP_layer/CCPP_data.F90.o -[ 72%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_restart.F90.o -[ 72%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_abstraction_layer.F90.o -[ 72%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/__/ccpp/physics/ccpp_static_api.F90.o -[ 72%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/noahmp_tables.f90.o -[ 72%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/set_soilveg.f.o -[ 72%] Linking Fortran static library libgfsphysics.a -[ 72%] Built target gfsphysics +[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/grid.F90.o +[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_utilities.F90.o +[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core.F90.o +[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core_ecda.F90.o +[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/random_numbers/random_numbers.F90.o +[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/sat_vapor_pres/sat_vapor_pres.F90.o +[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/station_data/station_data.F90.o +[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/topography/topography.F90.o +[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/tracer_manager/tracer_manager.F90.o +[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/tridiagonal/tridiagonal.F90.o +[ 42%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/quicksort.F90.o +[ 43%] Building C object CMakeFiles/fms.dir/FMS/memutils/memuse.c.o +[ 43%] Building C object CMakeFiles/fms.dir/FMS/mosaic/create_xgrid.c.o +[ 43%] Building C object CMakeFiles/fms.dir/FMS/mosaic/gradient_c2l.c.o +[ 44%] Building C object CMakeFiles/fms.dir/FMS/mosaic/interp.c.o +[ 44%] Building C object CMakeFiles/fms.dir/FMS/mosaic/mosaic_util.c.o +[ 44%] Building C object CMakeFiles/fms.dir/FMS/mosaic/read_mosaic.c.o +[ 44%] Building C object CMakeFiles/fms.dir/FMS/affinity/affinity.c.o +[ 45%] Building C object CMakeFiles/fms.dir/FMS/mpp/nsclock.c.o +[ 45%] Building C object CMakeFiles/fms.dir/FMS/mpp/threadloc.c.o +[ 45%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_driver.F90.o +[ 46%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_abstraction_layer.F90.o +[ 47%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_solar_heating.f.o +[ 47%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_tracer.f.o +[ 48%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2oc.f.o +[ 48%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ideaca.f.o +[ 48%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ugwp_driver_v0.f.o +[ 48%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfcsub.F.o +[ 48%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cnvc90.f.o +[ 48%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/dcyc2.f.o +[ 48%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/dcyc2.pre.rad.f.o +[ 48%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gscondp.f.o +[ 48%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gocart_tracer_config_stub.f.o +[ 48%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/get_prs.f.o +[ 49%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gscond.f.o +[ 49%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gwdc.f.o +[ 50%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gwdps.f.o +[ 50%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_orowam2017.f.o +[ 50%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2ohdc.f.o +[ 50%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_co2.f.o +[ 50%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2ophys.f.o +[ 50%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_dissipation.f.o +[ 51%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_h2o.f.o +[ 51%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_ion.f.o +[ 51%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_o2_o3.f.o +[ 52%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_phys.f.o +[ 52%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/lrgsclr.f.o +[ 52%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfpbl.f.o +[ 53%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfpblt.f.o +[ 53%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfpbltq.f.o +[ 53%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfscu.f.o +[ 54%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfscuq.f.o +[ 54%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninedmf.f.o +[ 54%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninedmf_hafs.f.o +[ 55%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninp.f.o +[ 55%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninp1.f.o +[ 55%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninq.f.o +[ 56%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninq1.f.o +[ 56%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninshoc.f.o +[ 56%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mstadb.f.o +[ 57%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mstadbtn.f.o +[ 57%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mstadbtn2.f.o +[ 57%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mstcnv.f.o +[ 58%] Linking Fortran static library FMS/libfms.a +[ 58%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ozphys_2015.f.o +[ 58%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ozphys.f.o +[ 58%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/precpd.f.o +[ 59%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/precpd_shoc.f.o +[ 59%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/precpdp.f.o +[ 59%] Built target fms +[ 59%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/progt2.f.o +[ 59%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/rad_initialize.f.o +[ 60%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/rayleigh_damp.f.o +[ 60%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/rayleigh_damp_mesopause.f.o +[ 60%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/samfaerosols.f.o +[ 61%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/samfdeepcnv.f.o +[ 61%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/samfshalcnv.f.o +[ 61%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sascnv.f.o +[ 61%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sascnvn.f.o +[ 62%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/satmedmfvdif.f.o +[ 62%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/satmedmfvdifq.f.o +[ 62%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/set_soilveg.f.o +[ 62%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_noahmp_drv.f.o +[ 62%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sflx.f.o +[ 62%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcnv.f.o +[ 63%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcv.f.o +[ 63%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcv_1lyr.f.o +[ 63%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcv_fixdp.f.o +[ 63%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcv_opr.f.o +[ 63%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/tridi2t3.f.o +[ 63%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/calpreciptype.f90.o +[ 63%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gcm_shoc.f90.o +[ 64%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2ointerp.f90.o +[ 65%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ozinterp.f90.o +[ 65%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/iccninterp.f90.o +[ 65%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/aerinterp.f90.o +[ 66%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/num_parthds.F.o +[ 67%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gcycle.F90.o +[ 68%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_ugwp_utils.F90.o +[ 68%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_ugwp_triggers.F90.o +[ 68%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_ugwp_solvers.F90.o +[ 68%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_vert_lsatdis.F90.o +[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_vert_orodis.F90.o +[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_vert_wmsdis.F90.o +[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/m_micro_driver.F90.o +[ 70%] Linking Fortran static library libgfsphysics.a +[ 70%] Built target gfsphysics Scanning dependencies of target ipd -Scanning dependencies of target ccppdriver -[ 72%] Building Fortran object FV3/ccpp/driver/CMakeFiles/ccppdriver.dir/CCPP_driver.F90.o -[ 72%] Building Fortran object FV3/ipd/CMakeFiles/ipd.dir/IPD_typedefs.F90.o -[ 72%] Building Fortran object FV3/ipd/CMakeFiles/ipd.dir/IPD_driver.F90.o -[ 73%] Linking Fortran static library libccppdriver.a -[ 73%] Built target ccppdriver -[ 74%] Linking Fortran static library libipd.a -[ 74%] Built target ipd +[ 70%] Building Fortran object FV3/ipd/CMakeFiles/ipd.dir/IPD_typedefs.F90.o +[ 70%] Building Fortran object FV3/ipd/CMakeFiles/ipd.dir/IPD_driver.F90.o +[ 70%] Linking Fortran static library libipd.a +[ 70%] Built target ipd Scanning dependencies of target io -[ 75%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_internal_state.F90.o -[ 75%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_fv3_io_def.F90.o +[ 70%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_fv3_io_def.F90.o +[ 70%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_internal_state.F90.o Scanning dependencies of target fv3core -[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/external_sst.F90.o -[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_arrays.F90.o -[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/sim_nc_mod.F90.o -[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/DYCORE_typedefs.F90.o -[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_fill.F90.o -[ 76%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_netcdf.F90.o -[ 76%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_nemsio.F90.o +[ 73%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_arrays.F90.o +[ 73%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_fill.F90.o +[ 73%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/external_sst.F90.o +[ 73%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/DYCORE_typedefs.F90.o +[ 73%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/sim_nc_mod.F90.o +[ 74%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_nemsio.F90.o +[ 74%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_netcdf.F90.o +[ 74%] Building Fortran object FV3/io/CMakeFiles/io.dir/post_gfs.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 76%] Building Fortran object FV3/io/CMakeFiles/io.dir/post_gfs.F90.o -[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_mp_mod.F90.o -[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/sorted_index.F90.o -[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_eta.F90.o -[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_sg.F90.o -[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_timing.F90.o -[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/boundary.F90.o -[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_grid_utils.F90.o +[ 74%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_mp_mod.F90.o +[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/sorted_index.F90.o +[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_sg.F90.o +[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_timing.F90.o +[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_cmp.F90.o +[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_eta.F90.o +[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/boundary.F90.o +[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_grid_utils.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 77%] Building Fortran object FV3/io/CMakeFiles/io.dir/FV3GFS_io.F90.o -[ 77%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_wrt_grid_comp.F90.o +[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/a2b_edge.F90.o +[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/tp_core.F90.o +[ 75%] Building Fortran object FV3/io/CMakeFiles/io.dir/FV3GFS_io.F90.o +[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/init_hydro.F90.o +[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_grid_tools.F90.o +[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_surf_map.F90.o +[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_mapz.F90.o +[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_treat_da_inc.F90.o +[ 78%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_wrt_grid_comp.F90.o [ 78%] Building Fortran object FV3/io/CMakeFiles/io.dir/ffsync.F90.o -[ 79%] Building Fortran object FV3/io/CMakeFiles/io.dir/post_nems_routines.F90.o -[ 79%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/a2b_edge.F90.o -[ 79%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_mapz.F90.o -[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/init_hydro.F90.o -[ 80%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/tp_core.F90.o -[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_grid_tools.F90.o -[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_surf_map.F90.o -[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_treat_da_inc.F90.o -[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_iau_mod.F90.o -[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/sw_core.F90.o -[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_io.F90.o -[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_diagnostics.F90.o -[ 82%] Linking Fortran static library libio.a -[ 82%] Built target io -[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/nh_utils.F90.o -[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/nh_core.F90.o -[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/test_cases.F90.o -[ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_regional_bc.F90.o -[ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_nudge.F90.o -[ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/fv_nggps_diag.F90.o -[ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_tracer2d.F90.o -[ 85%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_update_phys.F90.o -[ 85%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/dyn_core.F90.o -[ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/external_ic.F90.o -[ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_restart.F90.o -[ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_nesting.F90.o -[ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_control.F90.o -[ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_dynamics.F90.o -[ 87%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/atmosphere.F90.o -[ 87%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/multi_gases.F90.o +[ 78%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_iau_mod.F90.o +[ 78%] Building Fortran object FV3/io/CMakeFiles/io.dir/post_nems_routines.F90.o +[ 78%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/sw_core.F90.o +[ 79%] Linking Fortran static library libio.a +[ 79%] Built target io +[ 80%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_diagnostics.F90.o +[ 80%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_io.F90.o +[ 80%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/nh_utils.F90.o +[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/nh_core.F90.o +[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_regional_bc.F90.o +[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_nudge.F90.o +[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/test_cases.F90.o +[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/fv_nggps_diag.F90.o +[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_tracer2d.F90.o +[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_update_phys.F90.o +[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/dyn_core.F90.o +[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/external_ic.F90.o +[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_restart.F90.o +[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_control.F90.o +[ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_nesting.F90.o +[ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_dynamics.F90.o +[ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/atmosphere.F90.o +[ 85%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/multi_gases.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 87%] Linking Fortran static library libfv3core.a -[ 87%] Built target fv3core +[ 85%] Linking Fortran static library libfv3core.a +[ 85%] Built target fv3core Scanning dependencies of target stochastic_physics -[ 87%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_resol_def.f.o -[ 87%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/spectral_layout.F90.o +[ 85%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_resol_def.f.o +[ 85%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/update_ca.f90.o +[ 86%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_layout_lag.f.o +[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/spectral_layout.F90.o [ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_gg_def.f.o -[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_layout_lag.f.o -[ 89%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/update_ca.f90.o -[ 89%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/glats_stochy.f.o -[ 89%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_namelist_def.F90.o -[ 90%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/compns_stochy.F90.o -[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/get_lats_node_a_stochy.f.o -[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/setlats_lag_stochy.f.o -[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/get_ls_node_stochy.f.o -[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/gozrineo_stochy.f.o -[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/epslon_stochy.f.o -[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/pln2eo_stochy.f.o -[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/setlats_a_stochy.f.o -[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_internal_state_mod.F90.o -[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/dezouv_stochy.f.o -[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/dozeuv_stochy.f.o -[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/four_to_grid_stochy.F.o -[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_patterngenerator.F90.o -[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/sumfln_stochy.f.o -[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/getcon_lag_stochy.f.o -[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/getcon_spectral.F90.o -[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/initialize_spectral_mod.F90.o -[ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_data_mod.F90.o -[ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/get_stochy_pattern.F90.o -[ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochastic_physics.F90.o -[ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/plumes.f90.o +[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_namelist_def.F90.o +[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/glats_stochy.f.o +[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/compns_stochy.F90.o +[ 89%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/get_lats_node_a_stochy.f.o +[ 89%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/setlats_lag_stochy.f.o +[ 89%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/epslon_stochy.f.o +[ 89%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/get_ls_node_stochy.f.o +[ 89%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/gozrineo_stochy.f.o +[ 90%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/pln2eo_stochy.f.o +[ 90%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/setlats_a_stochy.f.o +[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/dezouv_stochy.f.o +[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_internal_state_mod.F90.o +[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/dozeuv_stochy.f.o +[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_patterngenerator.F90.o +[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/four_to_grid_stochy.F.o +[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/sumfln_stochy.f.o +[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/getcon_lag_stochy.f.o +[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/getcon_spectral.F90.o +[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/initialize_spectral_mod.F90.o +[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_data_mod.F90.o +[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/get_stochy_pattern.F90.o +[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochastic_physics.F90.o +[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/plumes.f90.o [ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/cellular_automata.f90.o [ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/num_parthds_stochy.f.o [ 95%] Linking Fortran static library libstochastic_physics.a [ 95%] Built target stochastic_physics Scanning dependencies of target fv3cap [ 95%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/module_fv3_config.F90.o -[ 95%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/atmos_model.F90.o -[ 95%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/module_fcst_grid_comp.F90.o -[ 96%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/fv3_cap.F90.o -[ 96%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/time_utils.F90.o +[ 96%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/atmos_model.F90.o +[ 97%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/module_fcst_grid_comp.F90.o +[ 97%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/fv3_cap.F90.o +[ 97%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/time_utils.F90.o [ 97%] Linking Fortran static library libfv3cap.a [ 97%] Built target fv3cap Scanning dependencies of target NEMS.exe -[ 98%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_EARTH_INTERNAL_STATE.F90.o -[ 98%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/ENS_Cpl/ENS_CplComp_ESMFMod_STUB.F90.o -[ 98%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_MEDIATOR_SpaceWeather.F90.o -[ 98%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_UTILS.F90.o -[ 98%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_Rusage.F90.o -[ 98%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_MEDIATOR_methods.F90.o -[ 99%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_INTERNAL_STATE.F90.o -[100%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_MEDIATOR.F90.o -[100%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_EARTH_GRID_COMP.F90.o -[100%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_GRID_COMP.F90.o -[100%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/MAIN_NEMS.F90.o +[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_MEDIATOR_SpaceWeather.F90.o +[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_EARTH_INTERNAL_STATE.F90.o +[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_MEDIATOR_methods.F90.o +[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/ENS_Cpl/ENS_CplComp_ESMFMod_STUB.F90.o +[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_INTERNAL_STATE.F90.o +[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_UTILS.F90.o +[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_Rusage.F90.o +[ 98%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_MEDIATOR.F90.o +[ 99%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_EARTH_GRID_COMP.F90.o +[ 99%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_GRID_COMP.F90.o +[ 99%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/MAIN_NEMS.F90.o [100%] Building C object CMakeFiles/NEMS.exe.dir/NEMS/src/nems_c_rusage.c.o [100%] Linking Fortran executable NEMS.exe /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/lib/libjasper_v1.900.1.a(jas_stream.o): In function `jas_stream_tmpfile': jas_stream.c:(.text+0x7a7): warning: the use of `tmpnam' is dangerous, better use `mkstemp' [100%] Built target NEMS.exe -+ mv NEMS.exe ../fv3_10.exe -+ cp /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel/fv3 ../modules.fv3_10 ++ mv NEMS.exe ../fv3_1.exe ++ cp /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/hera.intel/fv3 ../modules.fv3_1 + cd .. + '[' YES = YES ']' -+ rm -rf build_fv3_10 -+ elapsed=624 -+ echo 'Elapsed time 624 seconds. Compiling REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y finished' -Elapsed time 624 seconds. Compiling REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y finished ++ rm -rf build_fv3_1 ++ elapsed=482 ++ echo 'Elapsed time 482 seconds. Compiling finished' +Elapsed time 482 seconds. Compiling finished + SECONDS=0 -+++ readlink -f /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/compile_cmake.sh -++ dirname /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/compile_cmake.sh -+ readonly MYDIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests -+ MYDIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests ++++ readlink -f /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/tests/compile_cmake.sh +++ dirname /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/tests/compile_cmake.sh ++ readonly MYDIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/tests ++ MYDIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/tests + readonly ARGC=4 + ARGC=4 -+ cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests ++ cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/tests + [[ 4 -eq 0 ]] + [[ 4 -lt 2 ]] -+ PATHTR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model ++ PATHTR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model + MACHINE_ID=hera.intel -+ MAKE_OPT='REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp_regional,FV3_GFS_2017_gfdlmp_regional_c768 32BIT=Y' -+ BUILD_NAME=fv3_11 ++ MAKE_OPT=WW3=Y ++ BUILD_NAME=fv3_2 + clean_before=YES + clean_after=YES -+ BUILD_DIR=build_fv3_11 ++ BUILD_DIR=build_fv3_2 + [[ hera.intel == cheyenne.* ]] + [[ hera.intel == wcoss_dell_p3 ]] + MAKE_THREADS=8 + hostname hfe01 -+ cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests -+ echo 'Compiling REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp_regional,FV3_GFS_2017_gfdlmp_regional_c768 32BIT=Y into fv3_11.exe on hera.intel' -Compiling REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp_regional,FV3_GFS_2017_gfdlmp_regional_c768 32BIT=Y into fv3_11.exe on hera.intel ++ cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/tests ++ echo 'Compiling WW3=Y into fv3_2.exe on hera.intel' +Compiling WW3=Y into fv3_2.exe on hera.intel + '[' YES = YES ']' -+ rm -rf build_fv3_11 -+ mkdir -p build_fv3_11 ++ rm -rf build_fv3_2 ++ mkdir -p build_fv3_2 + CCPP_CMAKE_FLAGS= -+ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp_regional,FV3_GFS_2017_gfdlmp_regional_c768 32BIT=Y == *\D\E\B\U\G\=\Y* ]] -+ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp_regional,FV3_GFS_2017_gfdlmp_regional_c768 32BIT=Y == *\R\E\P\R\O\=\Y* ]] -+ CCPP_CMAKE_FLAGS=' -DREPRO=Y' -+ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp_regional,FV3_GFS_2017_gfdlmp_regional_c768 32BIT=Y == *\3\2\B\I\T\=\Y* ]] -+ CCPP_CMAKE_FLAGS=' -DREPRO=Y -D32BIT=Y' -+ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp_regional,FV3_GFS_2017_gfdlmp_regional_c768 32BIT=Y == *\O\P\E\N\M\P\=\N* ]] -+ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp_regional,FV3_GFS_2017_gfdlmp_regional_c768 32BIT=Y == *\C\C\P\P\=\Y* ]] -+ CCPP_CMAKE_FLAGS=' -DREPRO=Y -D32BIT=Y -DCCPP=ON -DMPI=ON' -+ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp_regional,FV3_GFS_2017_gfdlmp_regional_c768 32BIT=Y == *\D\E\B\U\G\=\Y* ]] -+ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp_regional,FV3_GFS_2017_gfdlmp_regional_c768 32BIT=Y == *\R\E\P\R\O\=\Y* ]] -+ CCPP_CMAKE_FLAGS=' -DREPRO=Y -D32BIT=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit' -+ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp_regional,FV3_GFS_2017_gfdlmp_regional_c768 32BIT=Y == *\3\2\B\I\T\=\Y* ]] -+ CCPP_CMAKE_FLAGS=' -DREPRO=Y -D32BIT=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -DDYN32=ON' -+ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp_regional,FV3_GFS_2017_gfdlmp_regional_c768 32BIT=Y == *\S\T\A\T\I\C\=\Y* ]] -+ CCPP_CMAKE_FLAGS=' -DREPRO=Y -D32BIT=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -DDYN32=ON -DSTATIC=ON' -+ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp_regional,FV3_GFS_2017_gfdlmp_regional_c768 32BIT=Y == *\M\U\L\T\I\_\G\A\S\E\S\=\Y* ]] -+ CCPP_CMAKE_FLAGS=' -DREPRO=Y -D32BIT=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -DDYN32=ON -DSTATIC=ON -DMULTI_GASES=OFF' -++ echo REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp_regional,FV3_GFS_2017_gfdlmp_regional_c768 32BIT=Y -++ sed 's/.* SUITES=//' -++ sed 's/ .*//' -+ SUITES=FV3_GFS_2017_gfdlmp_regional,FV3_GFS_2017_gfdlmp_regional_c768 -+ cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model -+ ./FV3/ccpp/framework/scripts/ccpp_prebuild.py --config=FV3/ccpp/config/ccpp_prebuild_config.py --static --suites=FV3_GFS_2017_gfdlmp_regional,FV3_GFS_2017_gfdlmp_regional_c768 --builddir=tests/build_fv3_11/FV3 -INFO: Logging level set to INFO -INFO: Found TYPEDEFS_NEW_METADATA dictionary in config, assume at least some data is in new metadata formet -INFO: Parsing suite definition files ... -INFO: Parsing suite definition file FV3/ccpp/suites/suite_FV3_GFS_2017_gfdlmp_regional.xml ... -INFO: Parsing suite definition file FV3/ccpp/suites/suite_FV3_GFS_2017_gfdlmp_regional_c768.xml ... -INFO: Parsing metadata tables for variables provided by host model ... -INFO: Parsed variable definition tables in module machine -INFO: Parsed variable definition tables in module module_radsw_parameters -INFO: Parsed variable definition tables in module module_radlw_parameters -INFO: Parsed variable definition tables in module CCPP_typedefs -INFO: Parsed variable definition tables in module GFS_typedefs -INFO: Parsed variable definition tables in module CCPP_data -INFO: Parsed variable definition tables in module ccpp_types -INFO: Convert local names from new metadata format into old metadata format ... -INFO: Converting local name sfcflw of variable lw_fluxes_sfc from new to old metadata -INFO: Converting local name nslwr of variable number_of_timesteps_between_longwave_radiation_calls from new to old metadata -INFO: Converting local name hydrostatic of variable flag_for_hydrostatic_solver from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_of_kinematic_buoyancy_flux_from_shoc_in_phy_f3d) of variable kinematic_buoyancy_flux_from_shoc from new to old metadata -INFO: Converting local name nkbfshoc of variable index_of_kinematic_buoyancy_flux_from_shoc_in_phy_f3d from new to old metadata -INFO: Converting local name dvisbm_cpl of variable cumulative_surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name cnvw of variable convective_cloud_water_mixing_ratio from new to old metadata -INFO: Converting local name ltaerosol of variable flag_for_aerosol_physics from new to old metadata -INFO: Converting local name rainmcadj of variable lwe_thickness_of_moist_convective_adj_precipitation_amount from new to old metadata -INFO: Converting local name loop_cnt of variable ccpp_loop_counter from new to old metadata -INFO: Converting local name ncpi of variable local_ice_number_concentration from new to old metadata -INFO: Converting local name pt of variable virtual_temperature_at_Lagrangian_surface from new to old metadata -INFO: Converting local name nirbmui of variable surface_upwelling_direct_near_infrared_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name vconvtend of variable tendency_of_y_wind_due_to_deep_convection_for_coupling_on_physics_timestep from new to old metadata -INFO: Converting local name uustar_ice of variable surface_friction_velocity_over_ice from new to old metadata -INFO: Converting local name phy_myj_uz0 of variable u_wind_component_at_viscous_sublayer_top from new to old metadata -INFO: Converting local name evap_land of variable kinematic_surface_upward_latent_heat_flux_over_land from new to old metadata -INFO: Converting local name ocean of variable flag_nonzero_ocean_surface_fraction from new to old metadata -INFO: Converting local name ep1d_ocean of variable surface_upward_potential_latent_heat_flux_over_ocean from new to old metadata -INFO: Converting local name qconvtend of variable tendency_of_water_vapor_specific_humidity_due_to_deep_convection_for_coupling_on_physics_timestep from new to old metadata -INFO: Converting local name islmsk_cice of variable sea_land_ice_mask_cice from new to old metadata -INFO: Converting local name cmm_ice of variable surface_drag_wind_speed_for_momentum_in_air_over_ice from new to old metadata -INFO: Converting local name visdfdi of variable surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name cnv_ndrop of variable number_concentration_of_cloud_liquid_water_particles_for_detrainment from new to old metadata -INFO: Converting local name sh2o of variable volume_fraction_of_unfrozen_soil_moisture_for_land_surface_model from new to old metadata -INFO: Converting local name tau_tofd of variable time_integral_of_momentum_flux_due_to_turbulent_orographic_form_drag from new to old metadata -INFO: Converting local name dnirbmi_cpl of variable instantaneous_surface_downwelling_direct_near_infrared_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name refdmax263k of variable maximum_reflectivity_at_minus10c_over_maximum_hourly_time_interval from new to old metadata -INFO: Converting local name ulwsfci of variable surface_upwelling_longwave_flux from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_liquid_cloud_condensate) of variable tendency_of_liquid_cloud_water_mixing_ratio_due_to_model_physics from new to old metadata -INFO: Converting local name ntcw of variable index_for_liquid_cloud_condensate from new to old metadata -INFO: Converting local name lheatstrg of variable flag_for_canopy_heat_storage from new to old metadata -INFO: Converting local name slc of variable volume_fraction_of_unfrozen_soil_moisture from new to old metadata -INFO: Converting local name tsfc_land of variable surface_skin_temperature_over_land_interstitial from new to old metadata -INFO: Converting local name save_v of variable y_wind_save from new to old metadata -INFO: Converting local name xkzm_m of variable atmosphere_momentum_diffusivity_background from new to old metadata -INFO: Converting local name gabsbdlw_land of variable surface_downwelling_longwave_flux_absorbed_by_ground_over_land from new to old metadata -INFO: Converting local name tprcp_ice of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_ice from new to old metadata -INFO: Converting local name stblcpxy of variable slow_soil_pool_mass_content_of_carbon from new to old metadata -INFO: Converting local name cdq_land of variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_land from new to old metadata -INFO: Converting local name du3dt(:,:,2) of variable cumulative_change_in_x_wind_due_to_orographic_gravity_wave_drag from new to old metadata -INFO: Converting local name mg_berg_eff_factor of variable mg_bergeron_efficiency_factor from new to old metadata -INFO: Converting local name clouds(:,:,3) of variable mean_effective_radius_for_liquid_cloud from new to old metadata -INFO: Converting local name aer_nm of variable aerosol_number_concentration_from_gocart_aerosol_climatology from new to old metadata -INFO: Converting local name xzts of variable sensitivity_of_dtl_thickness_to_surface_temperature from new to old metadata -INFO: Converting local name lake of variable flag_nonzero_lake_surface_fraction from new to old metadata -INFO: Converting local name kb of variable vertical_index_difference_between_layer_and_lower_bound from new to old metadata -INFO: Converting local name ipt of variable index_for_diagnostic_printout from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_ice_friendly_aerosols) of variable ice_friendly_aerosol_number_concentration from new to old metadata -INFO: Converting local name ntia of variable index_for_ice_friendly_aerosols from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_rain_water) of variable tendency_of_rain_water_mixing_ratio_due_to_model_physics from new to old metadata -INFO: Converting local name ntrw of variable index_for_rain_water from new to old metadata -INFO: Converting local name con_epsm1 of variable ratio_of_dry_air_to_water_vapor_gas_constants_minus_one from new to old metadata -INFO: Converting local name dqsfc_cice of variable surface_upward_latent_heat_flux_for_coupling_interstitial from new to old metadata -INFO: Converting local name last_step of variable flag_for_the_last_step_of_k_split_remapping from new to old metadata -INFO: Converting local name huge of variable netcdf_float_fillvalue from new to old metadata -INFO: Converting local name save_q(:,:,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio_save from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_liquid_cloud_number_concentration) of variable cloud_droplet_number_concentration from new to old metadata -INFO: Converting local name ntlnc of variable index_for_liquid_cloud_number_concentration from new to old metadata -INFO: Converting local name dv3dt(:,:,1) of variable cumulative_change_in_y_wind_due_to_PBL from new to old metadata -INFO: Converting local name imp_physics_mg of variable flag_for_morrison_gettelman_microphysics_scheme from new to old metadata -INFO: Converting local name cldtaulw of variable cloud_optical_depth_layers_at_10mu_band from new to old metadata -INFO: Converting local name wet of variable flag_nonzero_wet_surface_fraction from new to old metadata -INFO: Converting local name qsnowxy of variable snow_precipitation_rate_at_surface from new to old metadata -INFO: Converting local name iopt_frz of variable flag_for_supercooled_liquid_water_option from new to old metadata -INFO: Converting local name dsnow_cpl of variable tendency_of_lwe_thickness_of_snow_amount_for_coupling from new to old metadata -INFO: Converting local name cldsa of variable cloud_area_fraction_for_radiation from new to old metadata -INFO: Converting local name totsnwb of variable accumulated_lwe_thickness_of_snow_amount_in_bucket from new to old metadata -INFO: Converting local name gq0(:,:,index_for_rain_water) of variable rain_water_mixing_ratio_updated_by_physics from new to old metadata -INFO: Converting local name totsnw of variable accumulated_lwe_thickness_of_snow_amount from new to old metadata -INFO: Converting local name xkzm_s of variable diffusivity_background_sigma_level from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_water_friendly_aerosols) of variable tendency_of_water_friendly_aerosol_number_concentration_due_to_model_physics from new to old metadata -INFO: Converting local name ntwa of variable index_for_water_friendly_aerosols from new to old metadata -INFO: Converting local name fswtr of variable fraction_of_cloud_top_water_scavenged from new to old metadata -INFO: Converting local name nvisbmi_cpl of variable instantaneous_surface_net_downward_direct_ultraviolet_and_visible_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_of_atmosphere_heat_diffusivity_from_shoc_in_phy_f3d) of variable atmosphere_heat_diffusivity_from_shoc from new to old metadata -INFO: Converting local name nahdshoc of variable index_of_atmosphere_heat_diffusivity_from_shoc_in_phy_f3d from new to old metadata -INFO: Converting local name nthreads of variable omp_threads_for_fast_physics from new to old metadata -INFO: Converting local name icemp of variable lwe_thickness_of_ice_amount from new to old metadata -INFO: Converting local name dqsfc_cpl of variable cumulative_surface_upward_latent_heat_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name con_jcal of variable joules_per_calorie_constant from new to old metadata -INFO: Converting local name xmu of variable zenith_angle_temporal_adjustment_factor_for_shortwave_fluxes from new to old metadata -INFO: Converting local name con_fvirt of variable ratio_of_vapor_to_dry_air_gas_constants_minus_one from new to old metadata -INFO: Converting local name evfactl_deep of variable rain_evaporation_coefficient_over_land_deep_convection from new to old metadata -INFO: Converting local name canliqxy of variable canopy_intercepted_liquid_water from new to old metadata -INFO: Converting local name phy_myj_qsfc of variable surface_specific_humidity_for_MYJ_schemes from new to old metadata -INFO: Converting local name rainncprv of variable lwe_thickness_of_explicit_rainfall_amount_from_previous_timestep from new to old metadata -INFO: Converting local name Tbd of variable GFS_tbd_type_instance from new to old metadata -INFO: Converting local name v1 of variable y_wind_at_lowest_model_layer_for_diag from new to old metadata -INFO: Converting local name det_mf of variable cumulative_atmosphere_detrainment_convective_mass_flux from new to old metadata -INFO: Converting local name psurf of variable surface_air_pressure_diag from new to old metadata -INFO: Converting local name gasvmr(:,:,10) of variable volume_mixing_ratio_cfc113 from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_for_rain_effective_radius) of variable effective_radius_of_stratiform_cloud_rain_particle_in_um from new to old metadata -INFO: Converting local name nreffr of variable index_for_rain_effective_radius from new to old metadata -INFO: Converting local name del_gz of variable geopotential_difference_between_midlayers_divided_by_midlayer_virtual_temperature from new to old metadata -INFO: Converting local name imfdeepcnv_ntiedtke of variable flag_for_ntiedtke_deep_convection_scheme from new to old metadata -INFO: Converting local name h2o_coeff of variable number_of_coefficients_in_h2o_forcing_data from new to old metadata -INFO: Converting local name tgrs of variable air_temperature from new to old metadata -INFO: Converting local name xlon of variable longitude from new to old metadata -INFO: Converting local name c_d of variable coefficient_c_d from new to old metadata -INFO: Converting local name tlvl of variable air_temperature_at_interface_for_radiation from new to old metadata -INFO: Converting local name f_rimef of variable rime_factor from new to old metadata -INFO: Converting local name mg_do_ice_gmao of variable mg_flag_for_gmao_ice_formulation from new to old metadata -INFO: Converting local name snowca of variable cumulative_surface_snow_area_fraction_multiplied_by_timestep from new to old metadata -INFO: Converting local name hflx of variable kinematic_surface_upward_sensible_heat_flux from new to old metadata -INFO: Converting local name dt3dt(:,:,6) of variable cumulative_change_in_temperature_due_to_microphysics from new to old metadata -INFO: Converting local name nirdfui of variable surface_upwelling_diffuse_near_infrared_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name trans of variable transpiration_flux from new to old metadata -INFO: Converting local name ntchs of variable index_for_first_chemical_tracer from new to old metadata -INFO: Converting local name idxday of variable daytime_points from new to old metadata -INFO: Converting local name iceprv of variable lwe_thickness_of_ice_amount_from_previous_timestep from new to old metadata -INFO: Converting local name mg_alf of variable mg_tuning_factor_for_alphas from new to old metadata -INFO: Converting local name nupdraft of variable number_of_plumes from new to old metadata -INFO: Converting local name qr_r of variable cloud_rain_water_mixing_ratio from new to old metadata -INFO: Converting local name sec of variable seconds_elapsed_since_model_initialization from new to old metadata -INFO: Converting local name epi of variable instantaneous_surface_potential_evaporation from new to old metadata -INFO: Converting local name gflx_land of variable upward_heat_flux_in_soil_over_land from new to old metadata -INFO: Converting local name du3dt_ngw of variable time_integral_of_change_in_x_wind_due_to_nonstationary_gravity_wave from new to old metadata -INFO: Converting local name bl_mynn_cloudpdf of variable cloudpdf from new to old metadata -INFO: Converting local name vtype of variable vegetation_type_classification_real from new to old metadata -INFO: Converting local name imfdeepcnv_gf of variable flag_for_gf_deep_convection_scheme from new to old metadata -INFO: Converting local name lssav of variable flag_diagnostics from new to old metadata -INFO: Converting local name sfalb of variable surface_diffused_shortwave_albedo from new to old metadata -INFO: Converting local name acvb of variable smallest_cloud_base_vertical_index_encountered_thus_far from new to old metadata -INFO: Converting local name c_0 of variable coefficient_c_0 from new to old metadata -INFO: Converting local name mpirank of variable mpi_rank_for_fast_physics from new to old metadata -INFO: Converting local name ntrac of variable number_of_tracers from new to old metadata -INFO: Converting local name dvsfci of variable instantaneous_surface_y_momentum_flux_for_diag from new to old metadata -INFO: Converting local name GFS_Interstitial of variable GFS_interstitial_type_instance_all_threads from new to old metadata -INFO: Converting local name in_nm of variable in_number_concentration from new to old metadata -INFO: Converting local name blksz2(ccpp_block_number) of variable horizontal_dimension from new to old metadata -INFO: Converting local name blk_no of variable ccpp_block_number from new to old metadata -INFO: Converting local name min_lakeice of variable lake_ice_minimum from new to old metadata -INFO: Converting local name canicexy of variable canopy_intercepted_ice_mass from new to old metadata -INFO: Converting local name mg_precip_frac_method of variable mg_type_of_precip_fraction_method from new to old metadata -INFO: Converting local name lonr of variable number_of_equatorial_longitude_points from new to old metadata -INFO: Converting local name dt3dt(:,:,7) of variable cumulative_change_in_temperature_due_to_orographic_gravity_wave_drag from new to old metadata -INFO: Converting local name dtzm of variable mean_change_over_depth_in_sea_water_temperature from new to old metadata -INFO: Converting local name du3dt_mtb of variable time_integral_of_change_in_x_wind_due_to_mountain_blocking_drag from new to old metadata -INFO: Converting local name stress_land of variable surface_wind_stress_over_land from new to old metadata -INFO: Converting local name nspinup of variable number_of_iterations_to_spin_up_cellular_automata from new to old metadata -INFO: Converting local name zogw of variable height_of_launch_level_of_orographic_gravity_wave from new to old metadata -INFO: Converting local name ntsw of variable index_for_snow_water from new to old metadata -INFO: Converting local name cov of variable t_prime_q_prime from new to old metadata -INFO: Converting local name sup of variable ice_supersaturation_threshold from new to old metadata -INFO: Converting local name dt3dt(:,:,3) of variable cumulative_change_in_temperature_due_to_PBL from new to old metadata -INFO: Converting local name mg_qcvar of variable mg_cloud_water_variance from new to old metadata -INFO: Converting local name ffmm_ice of variable Monin_Obukhov_similarity_function_for_momentum_over_ice from new to old metadata -INFO: Converting local name dtdt of variable tendency_of_air_temperature_at_Lagrangian_surface from new to old metadata -INFO: Converting local name GFS_statein_type of variable GFS_statein_type from new to old metadata -INFO: Converting local name train of variable accumulated_change_of_air_temperature_due_to_FA_scheme from new to old metadata -INFO: Converting local name fscav of variable coefficients_for_aerosol_scavenging from new to old metadata -INFO: Converting local name prslk(:,1) of variable dimensionless_exner_function_at_lowest_model_layer from new to old metadata -INFO: Converting local name tf of variable frozen_cloud_threshold_temperature from new to old metadata -INFO: Converting local name communicator of variable mpi_comm from new to old metadata -INFO: Converting local name qs_r of variable cloud_snow_mixing_ratio from new to old metadata -INFO: Converting local name skebv_wts of variable weights_for_stochastic_skeb_perturbation_of_y_wind from new to old metadata -INFO: Converting local name bl_mynn_edmf_part of variable edmf_partition_flag from new to old metadata -INFO: Converting local name dq3dt(:,:,7) of variable cumulative_change_in_ozone_concentration_due_to_ozone_mixing_ratio from new to old metadata -INFO: Converting local name swhc of variable tendency_of_air_temperature_due_to_shortwave_heating_assuming_clear_sky_on_radiation_timestep from new to old metadata -INFO: Converting local name mg_ngnst of variable mg_graupel_concentration_constant from new to old metadata -INFO: Converting local name GFS_grid_type of variable GFS_grid_type from new to old metadata -INFO: Converting local name js of variable starting_y_direction_index from new to old metadata -INFO: Converting local name out_dt of variable flag_for_tendency_of_air_temperature_at_Lagrangian_surface from new to old metadata -INFO: Converting local name delr of variable layer_pressure_thickness_for_radiation from new to old metadata -INFO: Converting local name ncgl of variable local_graupel_number_concentration from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_snow_water) of variable snow_water_mixing_ratio from new to old metadata -INFO: Converting local name totgrp of variable accumulated_lwe_thickness_of_graupel_amount from new to old metadata -INFO: Converting local name cldtausw of variable cloud_optical_depth_layers_at_0p55mu_band from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_ozone) of variable tendency_of_ozone_mixing_ratio_due_to_model_physics from new to old metadata -INFO: Converting local name ntoz of variable index_for_ozone from new to old metadata -INFO: Converting local name evap of variable kinematic_surface_upward_latent_heat_flux from new to old metadata -INFO: Converting local name oro of variable orography from new to old metadata -INFO: Converting local name topfsw of variable sw_fluxes_top_atmosphere from new to old metadata -INFO: Converting local name jmap of variable map_of_block_column_number_to_global_j_index from new to old metadata -INFO: Converting local name cdq of variable surface_drag_coefficient_for_heat_and_moisture_in_air from new to old metadata -INFO: Converting local name soiltype of variable soil_type_classification from new to old metadata -INFO: Converting local name evap_ocean of variable kinematic_surface_upward_latent_heat_flux_over_ocean from new to old metadata -INFO: Converting local name nblks of variable number_of_blocks from new to old metadata -INFO: Converting local name dxinv of variable inverse_scaling_factor_for_critical_relative_humidity from new to old metadata -INFO: Converting local name dvsfc of variable cumulative_surface_y_momentum_flux_for_diag_multiplied_by_timestep from new to old metadata -INFO: Converting local name GFS_stateout_type of variable GFS_stateout_type from new to old metadata -INFO: Converting local name qg of variable cloud_graupel_specific_humidity_at_Lagrangian_surface from new to old metadata -INFO: Converting local name nmtvr of variable number_of_statistical_measures_of_subgrid_orography from new to old metadata -INFO: Converting local name nseed of variable cellular_automata_seed_frequency from new to old metadata -INFO: Converting local name nlives of variable cellular_automata_lifetime from new to old metadata -INFO: Converting local name vegf1d of variable perturbation_of_vegetation_fraction from new to old metadata -INFO: Converting local name v10m of variable y_wind_at_10m from new to old metadata -INFO: Converting local name hice of variable sea_ice_thickness from new to old metadata -INFO: Converting local name mbota of variable model_layer_number_at_cloud_base from new to old metadata -INFO: Converting local name ncnvw of variable index_for_convective_cloud_water_mixing_ratio_in_phy_f3d from new to old metadata -INFO: Converting local name flqc of variable surface_exchange_coefficient_for_moisture from new to old metadata -INFO: Converting local name imfshalcnv_samf of variable flag_for_samf_shallow_convection_scheme from new to old metadata -INFO: Converting local name ntdiag of variable diagnostics_control_for_chemical_tracers from new to old metadata -INFO: Converting local name c1_shal of variable detrainment_conversion_parameter_shallow_convection from new to old metadata -INFO: Converting local name con_g of variable gravitational_acceleration from new to old metadata -INFO: Converting local name je of variable ending_y_direction_index from new to old metadata -INFO: Converting local name hprime(:,1) of variable standard_deviation_of_subgrid_orography from new to old metadata -INFO: Converting local name lh of variable surface_latent_heat from new to old metadata -INFO: Converting local name v10max of variable maximum_v_wind_at_10m_over_maximum_hourly_time_interval from new to old metadata -INFO: Converting local name dvsfcg of variable instantaneous_y_stress_due_to_gravity_wave_drag from new to old metadata -INFO: Converting local name mg_ninst of variable mg_ice_concentration_constant from new to old metadata -INFO: Converting local name lwhd of variable tendency_of_air_temperature_due_to_longwave_heating_for_idea from new to old metadata -INFO: Converting local name ntkev of variable index_for_turbulent_kinetic_energy_vertical_diffusion_tracer from new to old metadata -INFO: Converting local name fm10 of variable Monin_Obukhov_similarity_function_for_momentum_at_10m from new to old metadata -INFO: Converting local name phour of variable forecast_time_at_previous_timestep from new to old metadata -INFO: Converting local name phys_hydrostatic of variable flag_for_hydrostatic_heating_from_physics from new to old metadata -INFO: Converting local name nswsfci of variable surface_net_downwelling_shortwave_flux from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_for_graupel_effective_radius) of variable effective_radius_of_stratiform_cloud_graupel_particle_in_um from new to old metadata -INFO: Converting local name ngeffr of variable index_for_graupel_effective_radius from new to old metadata -INFO: Converting local name kt of variable vertical_index_difference_between_layer_and_upper_bound from new to old metadata -INFO: Converting local name GFS_tbd_type of variable GFS_tbd_type from new to old metadata -INFO: Converting local name tsurf_ocean of variable surface_skin_temperature_after_iteration_over_ocean from new to old metadata -INFO: Converting local name gu0(:,1) of variable x_wind_at_lowest_model_layer_updated_by_physics from new to old metadata -INFO: Converting local name akap of variable kappa_dry_for_fast_physics from new to old metadata -INFO: Converting local name lsm of variable flag_for_land_surface_scheme from new to old metadata -INFO: Converting local name nscav of variable number_of_tracers_scavenged from new to old metadata -INFO: Converting local name ffmm of variable Monin_Obukhov_similarity_function_for_momentum from new to old metadata -INFO: Converting local name nnirbm_cpl of variable cumulative_surface_net_downward_direct_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name tau_mtb of variable instantaneous_momentum_flux_due_to_mountain_blocking_drag from new to old metadata -INFO: Converting local name snicexy of variable snow_layer_ice from new to old metadata -INFO: Converting local name flag_guess of variable flag_for_guess_run from new to old metadata -INFO: Converting local name dnirbm_cpl of variable cumulative_surface_downwelling_direct_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name chh_ocean of variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_ocean from new to old metadata -INFO: Converting local name dtsfci_cpl of variable instantaneous_surface_upward_sensible_heat_flux_for_coupling from new to old metadata -INFO: Converting local name flgmin of variable minimum_large_ice_fraction from new to old metadata -INFO: Converting local name t02max of variable maximum_temperature_at_2m_over_maximum_hourly_time_interval from new to old metadata -INFO: Converting local name tconvtend of variable tendency_of_air_temperature_due_to_deep_convection_for_coupling_on_physics_timestep from new to old metadata -INFO: Converting local name zorl of variable surface_roughness_length from new to old metadata -INFO: Converting local name coslat of variable cosine_of_latitude from new to old metadata -INFO: Converting local name pertalb of variable magnitude_of_surface_albedo_perturbation from new to old metadata -INFO: Converting local name aecm of variable instantaneous_aerosol_column_mass_densities from new to old metadata -INFO: Converting local name con_rv of variable gas_constant_water_vapor from new to old metadata -INFO: Converting local name wminco of variable cloud_condensed_water_conversion_threshold from new to old metadata -INFO: Converting local name fastcpxy of variable fast_soil_pool_mass_content_of_carbon from new to old metadata -INFO: Converting local name kind_grid of variable kind_grid from new to old metadata -INFO: Converting local name stress of variable surface_wind_stress from new to old metadata -INFO: Converting local name qgrs(:,1,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio_at_lowest_model_layer from new to old metadata -INFO: Converting local name rhc of variable critical_relative_humidity from new to old metadata -INFO: Converting local name tsfco of variable sea_surface_temperature from new to old metadata -INFO: Converting local name tau_ngw of variable instantaneous_momentum_flux_due_to_nonstationary_gravity_wave from new to old metadata -INFO: Converting local name tsfcl of variable surface_skin_temperature_over_land from new to old metadata -INFO: Converting local name clouds(:,:,7) of variable mean_effective_radius_for_rain_drop from new to old metadata -INFO: Converting local name con_cliq of variable specific_heat_of_liquid_water_at_constant_pressure from new to old metadata -INFO: Converting local name zmtb of variable height_of_mountain_blocking from new to old metadata -INFO: Converting local name ulwsfcin_cpl of variable surface_upwelling_longwave_flux_for_coupling from new to old metadata -INFO: Converting local name dlwsfc_cpl of variable cumulative_surface_downwelling_longwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name sfcdlw of variable surface_downwelling_longwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name t1 of variable air_temperature_at_lowest_model_layer_for_diag from new to old metadata -INFO: Converting local name ntiw of variable index_for_ice_cloud_condensate from new to old metadata -INFO: Converting local name bl_mynn_mixlength of variable mixing_length_flag from new to old metadata -INFO: Converting local name faerlw(:,:,:,1) of variable aerosol_optical_depth_for_longwave_bands_01_16 from new to old metadata -INFO: Converting local name ozpl of variable ozone_forcing from new to old metadata -INFO: Converting local name dlength of variable characteristic_grid_length_scale from new to old metadata -INFO: Converting local name slag of variable equation_of_time from new to old metadata -INFO: Converting local name ntot2d of variable number_of_fields_in_phyf2d from new to old metadata -INFO: Converting local name iopt_run of variable flag_for_runoff_and_groundwater_option from new to old metadata -INFO: Converting local name gq0(:,:,index_for_liquid_cloud_number_concentration) of variable cloud_droplet_number_concentration_updated_by_physics from new to old metadata -INFO: Converting local name sneqvoxy of variable snow_mass_at_previous_time_step from new to old metadata -INFO: Converting local name con_rhw0 of variable sea_water_reference_density from new to old metadata -INFO: Converting local name mtopa of variable model_layer_number_at_cloud_top from new to old metadata -INFO: Converting local name pertshc of variable magnitude_of_perturbation_of_soil_type_b_parameter from new to old metadata -INFO: Converting local name levi of variable vertical_interface_dimension from new to old metadata -INFO: Converting local name do_shoc of variable flag_for_shoc from new to old metadata -INFO: Converting local name du3dt_tms of variable time_integral_of_change_in_x_wind_due_to_turbulent_orographic_form_drag from new to old metadata -INFO: Converting local name snow_cpl of variable lwe_thickness_of_snow_amount_for_coupling from new to old metadata -INFO: Converting local name pkz of variable finite_volume_mean_edge_pressure_raised_to_the_power_of_kappa from new to old metadata -INFO: Converting local name nn of variable number_of_tracers_for_convective_transport from new to old metadata -INFO: Converting local name do_sat_adj of variable flag_for_saturation_adjustment_for_microphysics_in_dynamics from new to old metadata -INFO: Converting local name dx of variable cell_size from new to old metadata -INFO: Converting local name do_ugwp of variable do_ugwp from new to old metadata -INFO: Converting local name rain of variable lwe_thickness_of_precipitation_amount_on_dynamics_timestep from new to old metadata -INFO: Converting local name iopt_crs of variable flag_for_canopy_stomatal_resistance_option from new to old metadata -INFO: Converting local name qgrs(:,1,index_for_water_vapor) of variable water_vapor_specific_humidity_at_lowest_model_layer from new to old metadata -INFO: Converting local name ntqv of variable index_for_water_vapor from new to old metadata -INFO: Converting local name t02min of variable minimum_temperature_at_2m_over_maximum_hourly_time_interval from new to old metadata -INFO: Converting local name imp_physics_gfdl of variable flag_for_gfdl_microphysics_scheme from new to old metadata -INFO: Converting local name lprnt of variable flag_print from new to old metadata -INFO: Converting local name gabsbdlw_ice of variable surface_downwelling_longwave_flux_absorbed_by_ground_over_ice from new to old metadata -INFO: Converting local name imp_physics_thompson of variable flag_for_thompson_microphysics_scheme from new to old metadata -INFO: Converting local name ctei_rm of variable critical_cloud_top_entrainment_instability_criteria from new to old metadata -INFO: Converting local name tseal of variable surface_skin_temperature_for_nsst from new to old metadata -INFO: Converting local name dusfc_fd of variable integrated_x_momentum_flux_from_form_drag from new to old metadata -INFO: Converting local name dusfcin_cpl of variable surface_x_momentum_flux_for_coupling from new to old metadata -INFO: Converting local name slope of variable surface_slope_classification_real from new to old metadata -INFO: Converting local name htrlw of variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_timestep from new to old metadata -INFO: Converting local name mg_qcmin(2) of variable mg_minimum_ice_mixing_ratio from new to old metadata -INFO: Converting local name tice of variable sea_ice_temperature_interstitial from new to old metadata -INFO: Converting local name adjvisbmu of variable surface_upwelling_direct_ultraviolet_and_visible_shortwave_flux from new to old metadata -INFO: Converting local name dvgwd of variable time_integral_of_y_stress_due_to_gravity_wave_drag from new to old metadata -INFO: Converting local name dusfc_cice of variable surface_x_momentum_flux_for_coupling_interstitial from new to old metadata -INFO: Converting local name errmsg of variable ccpp_error_message from new to old metadata -INFO: Converting local name flag_cice of variable flag_for_cice from new to old metadata -INFO: Converting local name Coupling of variable GFS_coupling_type_instance from new to old metadata -INFO: Converting local name cs_parm(3) of variable detrainment_and_precipitation_tunable_parameter_3_CS from new to old metadata -INFO: Converting local name snliqxy of variable snow_layer_liquid_water from new to old metadata -INFO: Converting local name mstrat of variable flag_for_moorthi_stratus from new to old metadata -INFO: Converting local name imfdeepcnv_sas of variable flag_for_sas_deep_convection_scheme from new to old metadata -INFO: Converting local name weasd_ice of variable water_equivalent_accumulated_snow_depth_over_ice from new to old metadata -INFO: Converting local name bl_mynn_edmf_mom of variable edmf_momentum_transport_flag from new to old metadata -INFO: Converting local name npdf3d of variable number_of_3d_arrays_associated_with_pdf_based_clouds from new to old metadata -INFO: Converting local name dq3dt(:,:,2) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_deep_convection from new to old metadata -INFO: Converting local name w_upi of variable vertical_velocity_for_updraft from new to old metadata -INFO: Converting local name qlyr of variable water_vapor_specific_humidity_at_layer_for_radiation from new to old metadata -INFO: Converting local name fm10_ice of variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_ice from new to old metadata -INFO: Converting local name qgl of variable local_graupel_mixing_ratio from new to old metadata -INFO: Converting local name gt0(:,1) of variable air_temperature_at_lowest_model_layer_updated_by_physics from new to old metadata -INFO: Converting local name ccpp_t of variable ccpp_t from new to old metadata -INFO: Converting local name clouds(:,:,4) of variable cloud_ice_water_path from new to old metadata -INFO: Converting local name rain_cpl of variable lwe_thickness_of_precipitation_amount_for_coupling from new to old metadata -INFO: Converting local name bl_mynn_cloudmix of variable cloud_specie_mix_flag from new to old metadata -INFO: Converting local name tgxy of variable ground_temperature_for_noahmp from new to old metadata -INFO: Converting local name oa4 of variable asymmetry_of_subgrid_orography from new to old metadata -INFO: Converting local name refdmax of variable maximum_reflectivity_at_1km_agl_over_maximum_hourly_time_interval from new to old metadata -INFO: Converting local name GFS_Data(ccpp_block_number) of variable GFS_data_type_instance from new to old metadata -INFO: Converting local name dvsfc_cpl of variable cumulative_surface_y_momentum_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name shocaftcnv of variable flag_for_shoc_after_convection from new to old metadata -INFO: Converting local name mg_rhmini of variable mg_minimum_rh_for_ice from new to old metadata -INFO: Converting local name t2mi_cpl of variable instantaneous_temperature_at_2m_for_coupling from new to old metadata -INFO: Converting local name GFS_Interstitial(ccpp_thread_number) of variable GFS_interstitial_type_instance from new to old metadata -INFO: Converting local name thrd_no of variable ccpp_thread_number from new to old metadata -INFO: Converting local name evbs of variable soil_upward_latent_heat_flux from new to old metadata -INFO: Converting local name dtdtr of variable tendency_of_air_temperature_due_to_radiative_heating_on_physics_time_step from new to old metadata -INFO: Converting local name spfhmin of variable minimum_specific_humidity_at_2m from new to old metadata -INFO: Converting local name xsaixy of variable stem_area_index from new to old metadata -INFO: Converting local name lsoil of variable soil_vertical_dimension from new to old metadata -INFO: Converting local name mg_ts_auto_ice of variable mg_time_scale_for_autoconversion_of_ice from new to old metadata -INFO: Converting local name ca_deep of variable fraction_of_cellular_automata_for_deep_convection from new to old metadata -INFO: Converting local name work1 of variable grid_size_related_coefficient_used_in_scale_sensitive_schemes from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_for_cloud_liquid_water_effective_radius) of variable effective_radius_of_stratiform_cloud_liquid_water_particle_in_um from new to old metadata -INFO: Converting local name nleffr of variable index_for_cloud_liquid_water_effective_radius from new to old metadata -INFO: Converting local name dlwsfci of variable surface_downwelling_longwave_flux from new to old metadata -INFO: Converting local name mg_nicons of variable mg_flag_ice_concentration_constant from new to old metadata -INFO: Converting local name faersw(:,:,:,1) of variable aerosol_optical_depth_for_shortwave_bands_01_16 from new to old metadata -INFO: Converting local name xt of variable diurnal_thermocline_layer_heat_content from new to old metadata -INFO: Converting local name prsl of variable air_pressure from new to old metadata -INFO: Converting local name cv of variable fraction_of_convective_cloud from new to old metadata -INFO: Converting local name blksz of variable horizontal_block_size from new to old metadata -INFO: Converting local name pertvegf of variable magnitude_of_perturbation_of_vegetation_fraction from new to old metadata -INFO: Converting local name gq0(:,:,index_for_cloud_amount) of variable cloud_fraction_updated_by_physics from new to old metadata -INFO: Converting local name ntclamt of variable index_for_cloud_amount from new to old metadata -INFO: Converting local name zorlo of variable surface_roughness_length_over_ocean from new to old metadata -INFO: Converting local name te0 of variable atmosphere_energy_content_at_Lagrangian_surface from new to old metadata -INFO: Converting local name ktop of variable vertical_index_at_cloud_top from new to old metadata -INFO: Converting local name prevsq of variable moisture_from_previous_timestep from new to old metadata -INFO: Converting local name kpbl of variable vertical_index_at_top_of_atmosphere_boundary_layer from new to old metadata -INFO: Converting local name ncells of variable cellular_automata_finer_grid from new to old metadata -INFO: Converting local name cnvc of variable convective_cloud_cover from new to old metadata -INFO: Converting local name totprcp of variable accumulated_lwe_thickness_of_precipitation_amount from new to old metadata -INFO: Converting local name cgwf of variable multiplication_factors_for_convective_gravity_wave_drag from new to old metadata -INFO: Converting local name do_shum of variable flag_for_stochastic_shum_option from new to old metadata -INFO: Converting local name save_q of variable tracer_concentration_save from new to old metadata -INFO: Converting local name h2o_pres of variable natural_log_of_h2o_forcing_data_pressure_levels from new to old metadata -INFO: Converting local name iopt_snf of variable flag_for_precipitation_partition_option from new to old metadata -INFO: Converting local name c0s_shal of variable rain_conversion_parameter_shallow_convection from new to old metadata -INFO: Converting local name zwtxy of variable water_table_depth from new to old metadata -INFO: Converting local name qr of variable cloud_rain_specific_humidity_at_Lagrangian_surface from new to old metadata -INFO: Converting local name dzlyr of variable layer_thickness_for_radiation from new to old metadata -INFO: Converting local name taussxy of variable nondimensional_snow_age from new to old metadata -INFO: Converting local name tsfa of variable surface_air_temperature_for_radiation from new to old metadata -INFO: Converting local name snoalb of variable upper_bound_on_max_albedo_over_deep_snow from new to old metadata -INFO: Converting local name xs of variable sea_water_salinity from new to old metadata -INFO: Converting local name dvsfci_cpl of variable instantaneous_surface_y_momentum_flux_for_coupling from new to old metadata -INFO: Converting local name xlat of variable latitude from new to old metadata -INFO: Converting local name ugrs of variable x_wind from new to old metadata -INFO: Converting local name shdmin of variable minimum_vegetation_area_fraction from new to old metadata -INFO: Converting local name nnirdfi_cpl of variable instantaneous_surface_net_downward_diffuse_near_infrared_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name microp_uniform of variable mg_flag_for_uniform_subcolumns from new to old metadata -INFO: Converting local name frland of variable land_area_fraction_for_microphysics from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_ice_friendly_aerosols) of variable tendency_of_ice_friendly_aerosol_number_concentration_due_to_model_physics from new to old metadata -INFO: Converting local name oz_pres of variable natural_log_of_ozone_forcing_data_pressure_levels from new to old metadata -INFO: Converting local name zlwb of variable time_integral_of_height_of_low_level_wave_breaking from new to old metadata -INFO: Converting local name gq0(:,:,index_for_ice_cloud_condensate) of variable ice_water_mixing_ratio_updated_by_physics from new to old metadata -INFO: Converting local name qss of variable surface_specific_humidity from new to old metadata -INFO: Converting local name dry of variable flag_nonzero_land_surface_fraction from new to old metadata -INFO: Converting local name bk of variable b_parameter_of_the_hybrid_coordinate from new to old metadata -INFO: Converting local name cdmbgwd of variable multiplication_factors_for_mountain_blocking_and_orographic_gravity_wave_drag from new to old metadata -INFO: Converting local name levs of variable vertical_dimension from new to old metadata -INFO: Converting local name swhtr of variable flag_for_output_of_shortwave_heating_rate from new to old metadata -INFO: Converting local name zorl_land of variable surface_roughness_length_over_land_interstitial from new to old metadata -INFO: Converting local name t2m of variable temperature_at_2m from new to old metadata -INFO: Converting local name tau_ogw of variable instantaneous_momentum_flux_due_to_orographic_gravity_wave_drag from new to old metadata -INFO: Converting local name shoc_parm(3) of variable shoc_tke_dissipation_tunable_parameter_near_surface from new to old metadata -INFO: Converting local name gflx_ice of variable upward_heat_flux_in_soil_over_ice from new to old metadata -INFO: Converting local name nspc1 of variable number_of_species_for_aerosol_optical_depth from new to old metadata -INFO: Converting local name drain_cpl of variable tendency_of_lwe_thickness_of_precipitation_amount_for_coupling from new to old metadata -INFO: Converting local name phis of variable surface_geopotential_at_Lagrangian_surface from new to old metadata -INFO: Converting local name q2mi_cpl of variable instantaneous_specific_humidity_at_2m_for_coupling from new to old metadata -INFO: Converting local name zogw of variable time_integral_of_height_of_launch_level_of_orographic_gravity_wave from new to old metadata -INFO: Converting local name prsi of variable air_pressure_at_interface from new to old metadata -INFO: Converting local name aerodp of variable atmosphere_optical_thickness_due_to_ambient_aerosol_particles from new to old metadata -INFO: Converting local name shal_cnv of variable flag_for_shallow_convection from new to old metadata -INFO: Converting local name icsdlw of variable seed_random_numbers_lw from new to old metadata -INFO: Converting local name ncld of variable number_of_hydrometeors from new to old metadata -INFO: Converting local name gasvmr(:,:,6) of variable volume_mixing_ratio_cfc11 from new to old metadata -INFO: Converting local name tracers_water of variable number_of_water_tracers from new to old metadata -INFO: Converting local name nscyc of variable number_of_timesteps_between_surface_cycling_calls from new to old metadata -INFO: Converting local name dswsfc_cpl of variable cumulative_surface_downwelling_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name adjvisdfu of variable surface_upwelling_diffuse_ultraviolet_and_visible_shortwave_flux from new to old metadata -INFO: Converting local name cs_parm(2) of variable updraft_velocity_tunable_parameter_2_CS from new to old metadata -INFO: Converting local name lsswr of variable flag_to_calc_sw from new to old metadata -INFO: Converting local name imfshalcnv_gf of variable flag_for_gf_shallow_convection_scheme from new to old metadata -INFO: Converting local name kinver of variable index_of_highest_temperature_inversion from new to old metadata -INFO: Converting local name tslb of variable soil_temperature_for_land_surface_model from new to old metadata -INFO: Converting local name weasd of variable water_equivalent_accumulated_snow_depth from new to old metadata -INFO: Converting local name tisfc of variable sea_ice_temperature from new to old metadata -INFO: Converting local name faerlw of variable aerosol_optical_properties_for_longwave_bands_01_16 from new to old metadata -INFO: Converting local name logunit of variable iounit_log from new to old metadata -INFO: Converting local name fast_mp_consv of variable flag_for_fast_microphysics_energy_conservation from new to old metadata -INFO: Converting local name cnv_mfd of variable detrained_mass_flux from new to old metadata -INFO: Converting local name zvir of variable ratio_of_vapor_to_dry_air_gas_constants_minus_one_default_kind from new to old metadata -INFO: Converting local name jed of variable ending_y_direction_index_domain from new to old metadata -INFO: Converting local name gasvmr(:,:,3) of variable volume_mixing_ratio_ch4 from new to old metadata -INFO: Converting local name sfcdsw of variable surface_downwelling_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name hydrostatic of variable flag_for_hydrostatic_solver_for_fast_physics from new to old metadata -INFO: Converting local name dvsfc_bl of variable integrated_y_momentum_flux_from_blocking_drag from new to old metadata -INFO: Converting local name Grid of variable GFS_grid_type_instance from new to old metadata -INFO: Converting local name ncnd of variable number_of_cloud_condensate_types from new to old metadata -INFO: Converting local name w_0 of variable coefficient_w_0 from new to old metadata -INFO: Converting local name zm of variable ocean_mixed_layer_thickness from new to old metadata -INFO: Converting local name shoc_parm(2) of variable shoc_tke_dissipation_tunable_parameter from new to old metadata -INFO: Converting local name cdec of variable cosine_of_solar_declination_angle from new to old metadata -INFO: Converting local name npzq_con of variable vertical_dimension_for_condensed_water_at_Lagrangian_surface from new to old metadata -INFO: Converting local name rmol of variable reciprocal_of_obukhov_length from new to old metadata -INFO: Converting local name snowxy of variable number_of_snow_layers from new to old metadata -INFO: Converting local name hflx_land of variable kinematic_surface_upward_sensible_heat_flux_over_land from new to old metadata -INFO: Converting local name clw of variable convective_transportable_tracers from new to old metadata -INFO: Converting local name srflag of variable flag_for_precipitation_type from new to old metadata -INFO: Converting local name suntim of variable duration_of_sunshine from new to old metadata -INFO: Converting local name isot of variable soil_type_dataset_choice from new to old metadata -INFO: Converting local name isol of variable flag_for_solar_constant from new to old metadata -INFO: Converting local name th2m of variable potential_temperature_at_2m from new to old metadata -INFO: Converting local name hpbl of variable atmosphere_boundary_layer_thickness from new to old metadata -INFO: Converting local name cd of variable surface_drag_coefficient_for_momentum_in_air from new to old metadata -INFO: Converting local name dusfc_ls of variable integrated_x_momentum_flux_from_large_scale_gwd from new to old metadata -INFO: Converting local name do_sppt of variable flag_for_stochastic_surface_physics_perturbations from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_for_convective_cloud_water_mixing_ratio_in_phy_f3d) of variable convective_cloud_water_mixing_ratio_in_phy_f3d from new to old metadata -INFO: Converting local name rb_ice of variable bulk_richardson_number_at_lowest_model_level_over_ice from new to old metadata -INFO: Converting local name itc of variable number_of_aerosol_tracers_for_convection from new to old metadata -INFO: Converting local name Cldprop of variable GFS_cldprop_type_instance from new to old metadata -INFO: Converting local name grav_settling of variable grav_settling from new to old metadata -INFO: Converting local name gq0(:,:,index_for_ice_cloud_number_concentration) of variable ice_number_concentration_updated_by_physics from new to old metadata -INFO: Converting local name ntinc of variable index_for_ice_cloud_number_concentration from new to old metadata -INFO: Converting local name iopt_inf of variable flag_for_frozen_soil_permeability_option from new to old metadata -INFO: Converting local name c0s_deep of variable rain_conversion_parameter_deep_convection from new to old metadata -INFO: Converting local name dtaux2d_ls of variable x_momentum_tendency_from_large_scale_gwd from new to old metadata -INFO: Converting local name phy_myj_qz0 of variable specific_humidity_at_viscous_sublayer_top from new to old metadata -INFO: Converting local name iovr_sw of variable flag_for_max_random_overlap_clouds_for_shortwave_radiation from new to old metadata -INFO: Converting local name icliq_sw of variable flag_for_optical_property_for_liquid_clouds_for_shortwave_radiation from new to old metadata -INFO: Converting local name psmean of variable cumulative_surface_pressure_multiplied_by_timestep from new to old metadata -INFO: Converting local name cmm_ocean of variable surface_drag_wind_speed_for_momentum_in_air_over_ocean from new to old metadata -INFO: Converting local name shcnvcw of variable flag_shallow_convective_cloud from new to old metadata -INFO: Converting local name drain of variable subsurface_runoff_flux from new to old metadata -INFO: Converting local name ak of variable a_parameter_of_the_hybrid_coordinate from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_liquid_cloud_number_concentration) of variable tendency_of_cloud_droplet_number_concentration_due_to_model_physics from new to old metadata -INFO: Converting local name sfc_z0_type of variable flag_for_surface_roughness_option_over_ocean from new to old metadata -INFO: Converting local name cvt of variable pressure_at_top_of_convective_cloud from new to old metadata -INFO: Converting local name gwd_opt of variable gwd_opt from new to old metadata -INFO: Converting local name snowmp of variable lwe_thickness_of_snow_amount from new to old metadata -INFO: Converting local name ncnvcld3d of variable number_of_convective_3d_cloud_fields from new to old metadata -INFO: Converting local name cape of variable convective_available_potential_energy_for_coupling from new to old metadata -INFO: Converting local name du3dt_ogw of variable time_integral_of_change_in_x_wind_due_to_orographic_gravity_wave_drag from new to old metadata -INFO: Converting local name te0_2d of variable atmosphere_energy_content_in_column from new to old metadata -INFO: Converting local name dsnowprv of variable snow_precipitation_rate_from_previous_timestep from new to old metadata -INFO: Converting local name chh of variable surface_drag_mass_flux_for_heat_and_moisture_in_air from new to old metadata -INFO: Converting local name dt3dt(:,:,5) of variable cumulative_change_in_temperature_due_to_shal_convection from new to old metadata -INFO: Converting local name cplwav of variable flag_for_wave_coupling from new to old metadata -INFO: Converting local name clw(:,:,2) of variable cloud_condensed_water_mixing_ratio_convective_transport_tracer from new to old metadata -INFO: Converting local name shoc_parm(1) of variable shoc_tke_dissipatation_pressure_threshold from new to old metadata -INFO: Converting local name oro_uf of variable orography_unfiltered from new to old metadata -INFO: Converting local name peln of variable log_pressure_at_Lagrangian_surface from new to old metadata -INFO: Converting local name gasvmr(:,:,8) of variable volume_mixing_ratio_cfc22 from new to old metadata -INFO: Converting local name pertzt of variable magnitude_of_perturbation_of_heat_to_momentum_roughness_length_ratio from new to old metadata -INFO: Converting local name clouds(:,:,1) of variable total_cloud_fraction from new to old metadata -INFO: Converting local name iaer of variable flag_for_default_aerosol_effect_in_shortwave_radiation from new to old metadata -INFO: Converting local name wet1 of variable normalized_soil_wetness from new to old metadata -INFO: Converting local name npz of variable vertical_dimension_for_fast_physics from new to old metadata -INFO: Converting local name cal_pre of variable flag_for_precipitation_type_algorithm from new to old metadata -INFO: Converting local name lmk of variable adjusted_vertical_layer_dimension_for_radiation from new to old metadata -INFO: Converting local name kind_phys of variable kind_phys from new to old metadata -INFO: Converting local name Sfcprop of variable GFS_sfcprop_type_instance from new to old metadata -INFO: Converting local name wslakexy of variable lake_water_storage from new to old metadata -INFO: Converting local name f10m of variable ratio_of_wind_at_lowest_model_layer_and_wind_at_10m from new to old metadata -INFO: Converting local name gasvmr(:,:,1) of variable volume_mixing_ratio_co2 from new to old metadata -INFO: Converting local name q2mp of variable specific_humidity_at_2m_from_noahmp from new to old metadata -INFO: Converting local name lwhc of variable tendency_of_air_temperature_due_to_longwave_heating_assuming_clear_sky_on_radiation_timestep from new to old metadata -INFO: Converting local name snowd_ice of variable surface_snow_thickness_water_equivalent_over_ice from new to old metadata -INFO: Converting local name lsnow_lsm_lbound of variable lower_bound_of_snow_vertical_dimension_for_land_surface_model from new to old metadata -INFO: Converting local name mg_dcs of variable mg_autoconversion_size_threshold_ice_snow from new to old metadata -INFO: Converting local name rhgrd of variable fa_threshold_relative_humidity_for_onset_of_condensation from new to old metadata -INFO: Converting local name dudt_ogw of variable instantaneous_change_in_x_wind_due_to_orographic_gravity_wave_drag from new to old metadata -INFO: Converting local name slmsk of variable sea_land_ice_mask_real from new to old metadata -INFO: Converting local name ictm of variable flag_for_initial_time_date_control from new to old metadata -INFO: Converting local name qss_ocean of variable surface_specific_humidity_over_ocean from new to old metadata -INFO: Converting local name tsfc of variable surface_skin_temperature from new to old metadata -INFO: Converting local name prsik of variable dimensionless_exner_function_at_model_interfaces from new to old metadata -INFO: Converting local name t2mmp of variable temperature_at_2m_from_noahmp from new to old metadata -INFO: Converting local name tau_ogw of variable time_integral_of_momentum_flux_due_to_orographic_gravity_wave_drag from new to old metadata -INFO: Converting local name topflw_type of variable topflw_type from new to old metadata -INFO: Converting local name cnv_nice of variable number_concentration_of_ice_crystals_for_detrainment from new to old metadata -INFO: Converting local name cscnv of variable flag_for_Chikira_Sugiyama_deep_convection from new to old metadata -INFO: Converting local name u10mi_cpl of variable instantaneous_x_wind_at_10m_for_coupling from new to old metadata -INFO: Converting local name fh2_ocean of variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_ocean from new to old metadata -INFO: Converting local name phii of variable geopotential_at_interface from new to old metadata -INFO: Converting local name gq0(:,:,index_for_graupel) of variable graupel_mixing_ratio_updated_by_physics from new to old metadata -INFO: Converting local name ntgl of variable index_for_graupel from new to old metadata -INFO: Converting local name nvisdfi_cpl of variable instantaneous_surface_net_downward_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name norad_precip of variable flag_for_precipitation_effect_on_radiation from new to old metadata -INFO: Converting local name dq3dt(:,:,5) of variable cumulative_change_in_ozone_mixing_ratio_due_to_PBL from new to old metadata -INFO: Converting local name dusfcg of variable instantaneous_x_stress_due_to_gravity_wave_drag from new to old metadata -INFO: Converting local name stype of variable soil_type_classification_real from new to old metadata -INFO: Converting local name lwhtr of variable flag_for_output_of_longwave_heating_rate from new to old metadata -INFO: Converting local name skebv_wts of variable weights_for_stochastic_skeb_perturbation_of_y_wind_flipped from new to old metadata -INFO: Converting local name prnum of variable prandtl_number from new to old metadata -INFO: Converting local name dtsfcin_cpl of variable surface_upward_sensible_heat_flux_for_coupling from new to old metadata -INFO: Converting local name sigmatot of variable convective_updraft_area_fraction_at_model_interfaces from new to old metadata -INFO: Converting local name rann of variable random_number_array from new to old metadata -INFO: Converting local name work2 of variable grid_size_related_coefficient_used_in_scale_sensitive_schemes_complement from new to old metadata -INFO: Converting local name ep1d_land of variable surface_upward_potential_latent_heat_flux_over_land from new to old metadata -INFO: Converting local name num_p3d of variable array_dimension_of_3d_arrays_for_microphysics from new to old metadata -INFO: Converting local name frac_grid of variable flag_for_fractional_grid from new to old metadata -INFO: Converting local name dtdtc of variable tendency_of_air_temperature_due_to_radiative_heating_assuming_clear_sky from new to old metadata -INFO: Converting local name chxy of variable surface_drag_coefficient_for_heat_and_moisture_for_noahmp from new to old metadata -INFO: Converting local name dtauy2d_bl of variable y_momentum_tendency_from_blocking_drag from new to old metadata -INFO: Converting local name dtsfc of variable cumulative_surface_upward_sensible_heat_flux_for_diag_multiplied_by_timestep from new to old metadata -INFO: Converting local name gflx_ocean of variable upward_heat_flux_in_soil_over_ocean from new to old metadata -INFO: Converting local name deeprechxy of variable water_table_recharge_when_deep from new to old metadata -INFO: Converting local name imfshalcnv_sas of variable flag_for_sas_shallow_convection_scheme from new to old metadata -INFO: Converting local name woodxy of variable wood_mass from new to old metadata -INFO: Converting local name phy_f3d(:,:,3) of variable air_temperature_at_previous_time_step from new to old metadata -INFO: Converting local name otspt of variable flag_convective_tracer_transport from new to old metadata -INFO: Converting local name tsurf of variable surface_skin_temperature_after_iteration from new to old metadata -INFO: Converting local name phy_f2d(:,array_dimension_of_2d_arrays_for_microphysics) of variable surface_wind_enhancement_due_to_convection from new to old metadata -INFO: Converting local name num_p2d of variable array_dimension_of_2d_arrays_for_microphysics from new to old metadata -INFO: Converting local name diss_est of variable dissipation_estimate_of_air_temperature_at_model_layers from new to old metadata -INFO: Converting local name ffmm_land of variable Monin_Obukhov_similarity_function_for_momentum_over_land from new to old metadata -INFO: Converting local name imfshalcnv of variable flag_for_mass_flux_shallow_convection_scheme from new to old metadata -INFO: Converting local name iopt_rad of variable flag_for_radiation_transfer_option from new to old metadata -INFO: Converting local name effr_in of variable flag_for_cloud_effective_radii from new to old metadata -INFO: Converting local name Sh3D of variable stability_function_for_heat from new to old metadata -INFO: Converting local name con_sbc of variable stefan_boltzmann_constant from new to old metadata -INFO: Converting local name phy_myj_z0base of variable baseline_surface_roughness_length from new to old metadata -INFO: Converting local name sdec of variable sine_of_solar_declination_angle from new to old metadata -INFO: Converting local name f_ice of variable fraction_of_ice_water_cloud from new to old metadata -INFO: Converting local name qs of variable cloud_snow_specific_humidity_at_Lagrangian_surface from new to old metadata -INFO: Converting local name iflip of variable flag_for_vertical_index_direction_control from new to old metadata -INFO: Converting local name draincprv of variable convective_precipitation_rate_from_previous_timestep from new to old metadata -INFO: Converting local name icsdsw of variable seed_random_numbers_sw from new to old metadata -INFO: Converting local name dtaux2d_bl of variable x_momentum_tendency_from_blocking_drag from new to old metadata -INFO: Converting local name uustar_ocean of variable surface_friction_velocity_over_ocean from new to old metadata -INFO: Converting local name zlwb of variable height_of_low_level_wave_breaking from new to old metadata -INFO: Converting local name sigma of variable slope_of_subgrid_orography from new to old metadata -INFO: Converting local name cd_land of variable surface_drag_coefficient_for_momentum_in_air_over_land from new to old metadata -INFO: Converting local name shoc_parm(5) of variable shoc_flag_for_optional_surface_TKE_dissipation from new to old metadata -INFO: Converting local name qss_ice of variable surface_specific_humidity_over_ice from new to old metadata -INFO: Converting local name graupel of variable lwe_thickness_of_graupel_amount_on_dynamics_timestep from new to old metadata -INFO: Converting local name do_myjsfc of variable do_myjsfc from new to old metadata -INFO: Converting local name htsw0 of variable tendency_of_air_temperature_due_to_shortwave_heating_assuming_clear_sky_on_radiation_time_step from new to old metadata -INFO: Converting local name ep of variable cumulative_surface_upward_potential_latent_heat_flux_multiplied_by_timestep from new to old metadata -INFO: Converting local name tprcp of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep from new to old metadata -INFO: Converting local name dnirdf_cpl of variable cumulative_surface_downwelling_diffuse_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name qwv_surf of variable water_vapor_mixing_ratio_at_surface from new to old metadata -INFO: Converting local name fm10_ocean of variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_ocean from new to old metadata -INFO: Converting local name QC_BL of variable subgrid_cloud_mixing_ratio_pbl from new to old metadata -INFO: Converting local name adjsfculw_ice of variable surface_upwelling_longwave_flux_over_ice_interstitial from new to old metadata -INFO: Converting local name tsfci_cpl of variable instantaneous_surface_skin_temperature_for_coupling from new to old metadata -INFO: Converting local name pertz0 of variable magnitude_of_perturbation_of_momentum_roughness_length from new to old metadata -INFO: Converting local name eahxy of variable canopy_air_vapor_pressure from new to old metadata -INFO: Converting local name cnv_dqldt of variable tendency_of_cloud_water_due_to_convective_microphysics from new to old metadata -INFO: Converting local name gq0 of variable tracer_concentration_updated_by_physics from new to old metadata -INFO: Converting local name iopt_dveg of variable flag_for_dynamic_vegetation_option from new to old metadata -INFO: Converting local name gv0(:,1) of variable y_wind_at_lowest_model_layer_updated_by_physics from new to old metadata -INFO: Converting local name first_time_step of variable flag_for_first_time_step from new to old metadata -INFO: Converting local name dtaux2d_ss of variable x_momentum_tendency_from_small_scale_gwd from new to old metadata -INFO: Converting local name wetdpl of variable instantaneous_large_scale_wet_deposition from new to old metadata -INFO: Converting local name cndm_surf of variable surface_condensation_mass from new to old metadata -INFO: Converting local name cmm_land of variable surface_drag_wind_speed_for_momentum_in_air_over_land from new to old metadata -INFO: Converting local name fh2 of variable Monin_Obukhov_similarity_function_for_heat_at_2m from new to old metadata -INFO: Converting local name gw_dudt of variable tendency_of_x_wind_due_to_ugwp from new to old metadata -INFO: Converting local name shinhong of variable flag_for_scale_aware_Shinhong_PBL from new to old metadata -INFO: Converting local name maxMF of variable maximum_mass_flux from new to old metadata -INFO: Converting local name gu0 of variable x_wind_updated_by_physics from new to old metadata -INFO: Converting local name ncstrac of variable number_of_tracers_for_CS from new to old metadata -INFO: Converting local name do_qa of variable flag_for_inline_cloud_fraction_calculation from new to old metadata -INFO: Converting local name pgr of variable surface_air_pressure from new to old metadata -INFO: Converting local name del of variable air_pressure_difference_between_midlayers from new to old metadata -INFO: Converting local name nqrimef of variable index_for_mass_weighted_rime_factor from new to old metadata -INFO: Converting local name du3dt(:,:,1) of variable cumulative_change_in_x_wind_due_to_PBL from new to old metadata -INFO: Converting local name raincs of variable lwe_thickness_of_shallow_convective_precipitation_amount from new to old metadata -INFO: Converting local name xlaixy of variable leaf_area_index from new to old metadata -INFO: Converting local name iopt_alb of variable flag_for_ground_snow_surface_albedo_option from new to old metadata -INFO: Converting local name moninq_fac of variable atmosphere_diffusivity_coefficient_factor from new to old metadata -INFO: Converting local name work3 of variable ratio_of_exner_function_between_midlayer_and_interface_at_lowest_model_layer from new to old metadata -INFO: Converting local name adjnirbmd of variable surface_downwelling_direct_near_infrared_shortwave_flux from new to old metadata -INFO: Converting local name imp_physics_zhao_carr_pdf of variable flag_for_zhao_carr_pdf_microphysics_scheme from new to old metadata -INFO: Converting local name dv3dt(:,:,3) of variable cumulative_change_in_y_wind_due_to_deep_convection from new to old metadata -INFO: Converting local name evcwa of variable cumulative_canopy_upward_latent_heat_flu_multiplied_by_timestep from new to old metadata -INFO: Converting local name lsm_noah of variable flag_for_noah_land_surface_scheme from new to old metadata -INFO: Converting local name ntk of variable index_for_turbulent_kinetic_energy_convective_transport_tracer from new to old metadata -INFO: Converting local name qsnw of variable local_snow_water_mixing_ratio from new to old metadata -INFO: Converting local name edmf_thl of variable emdf_updraft_theta_l from new to old metadata -INFO: Converting local name crtrh(2) of variable critical_relative_humidity_at_PBL_top from new to old metadata -INFO: Converting local name xv of variable diurnal_thermocline_layer_y_current from new to old metadata -INFO: Converting local name rlapse of variable air_temperature_lapse_rate_constant from new to old metadata -INFO: Converting local name clw(:,:,1) of variable ice_water_mixing_ratio_convective_transport_tracer from new to old metadata -INFO: Converting local name levozp of variable vertical_dimension_of_ozone_forcing_data from new to old metadata -INFO: Converting local name spfhmax of variable maximum_specific_humidity_at_2m from new to old metadata -INFO: Converting local name runoff of variable surface_runoff_flux from new to old metadata -INFO: Converting local name do_sb_physics of variable mg_flag_for_sb2001_autoconversion from new to old metadata -INFO: Converting local name phy_myj_a1q of variable weight_for_specific_humidity_at_viscous_sublayer_top from new to old metadata -INFO: Converting local name cactiv of variable conv_activity_counter from new to old metadata -INFO: Converting local name clw(:,:,index_for_turbulent_kinetic_energy_convective_transport_tracer) of variable turbulent_kinetic_energy_convective_transport_tracer from new to old metadata -INFO: Converting local name oz_phys_2015 of variable flag_for_2015_ozone_physics from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_snow_number_concentration) of variable snow_number_concentration from new to old metadata -INFO: Converting local name ntsnc of variable index_for_snow_number_concentration from new to old metadata -INFO: Converting local name dlwsfci_cpl of variable instantaneous_surface_downwelling_longwave_flux_for_coupling from new to old metadata -INFO: Converting local name errflg of variable ccpp_error_flag from new to old metadata -INFO: Converting local name kbot of variable vertical_index_at_cloud_base from new to old metadata -INFO: Converting local name clw_surf of variable cloud_condensed_water_mixing_ratio_at_surface from new to old metadata -INFO: Converting local name skebu_wts of variable weights_for_stochastic_skeb_perturbation_of_x_wind from new to old metadata -INFO: Converting local name snowprv of variable lwe_thickness_of_snow_amount_from_previous_timestep from new to old metadata -INFO: Converting local name spec_adv of variable flag_for_individual_cloud_species_advected from new to old metadata -INFO: Converting local name rainmp of variable lwe_thickness_of_explicit_rain_amount from new to old metadata -INFO: Converting local name jdat of variable forecast_date_and_time from new to old metadata -INFO: Converting local name ntrcaer of variable number_of_aerosol_tracers_MG from new to old metadata -INFO: Converting local name gflux of variable cumulative_surface_ground_heat_flux_multiplied_by_timestep from new to old metadata -INFO: Converting local name q1 of variable water_vapor_specific_humidity_at_lowest_model_layer_for_diag from new to old metadata -INFO: Converting local name gq0(:,1,index_for_water_vapor) of variable water_vapor_specific_humidity_at_lowest_model_layer_updated_by_physics from new to old metadata -INFO: Converting local name nday of variable daytime_points_dimension from new to old metadata -INFO: Converting local name cs_parm(9) of variable entrainment_efficiency_tunable_parameter_9_CS from new to old metadata -INFO: Converting local name flx_form of variable flag_flux_form_CS from new to old metadata -INFO: Converting local name dtsfc_cpl of variable cumulative_surface_upward_sensible_heat_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name nstf_name(1) of variable flag_for_nsstm_run from new to old metadata -INFO: Converting local name ca_sgs of variable flag_for_sgs_cellular_automata from new to old metadata -INFO: Converting local name mg_qcmin(1) of variable mg_minimum_cloud_condensed_water_mixing_ratio from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio from new to old metadata -INFO: Converting local name rilist of variable gas_constants_for_multi_gases_physics from new to old metadata -INFO: Converting local name dtauy2d_ls of variable y_momentum_tendency_from_large_scale_gwd from new to old metadata -INFO: Converting local name oz_coeff of variable number_of_coefficients_in_ozone_forcing_data from new to old metadata -INFO: Converting local name edmf_qt of variable emdf_updraft_total_water from new to old metadata -INFO: Converting local name stmassxy of variable stem_mass from new to old metadata -INFO: Converting local name dgraupelprv of variable graupel_precipitation_rate_from_previous_timestep from new to old metadata -INFO: Converting local name gq0(:,:,index_for_mass_weighted_rime_factor) of variable mass_weighted_rime_factor_updated_by_physics from new to old metadata -INFO: Converting local name alnwf of variable mean_nir_albedo_with_weak_cosz_dependency from new to old metadata -INFO: Converting local name smoiseq of variable equilibrium_soil_water_content from new to old metadata -INFO: Converting local name psautco of variable coefficient_from_cloud_ice_to_snow from new to old metadata -INFO: Converting local name fhlwr of variable frequency_for_longwave_radiation from new to old metadata -INFO: Converting local name xtts of variable sensitivity_of_dtl_heat_content_to_surface_temperature from new to old metadata -INFO: Converting local name tracers_start_index of variable start_index_of_other_tracers from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_ice_cloud_condensate) of variable tendency_of_ice_cloud_water_mixing_ratio_due_to_model_physics from new to old metadata -INFO: Converting local name jsd of variable starting_y_direction_index_domain from new to old metadata -INFO: Converting local name semis_land of variable surface_longwave_emissivity_over_land_interstitial from new to old metadata -INFO: Converting local name tdomr of variable dominant_rain_type from new to old metadata -INFO: Converting local name conv_act of variable gf_memory_counter from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_ice_cloud_number_concentration) of variable ice_number_concentration from new to old metadata -INFO: Converting local name ugrs(:,1) of variable x_wind_at_lowest_model_layer from new to old metadata -INFO: Converting local name qicn of variable mass_fraction_of_convective_cloud_ice from new to old metadata -INFO: Converting local name fh2_ice of variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_ice from new to old metadata -INFO: Converting local name tsq of variable t_prime_squared from new to old metadata -INFO: Converting local name tdomip of variable dominant_sleet_type from new to old metadata -INFO: Converting local name lslwr of variable flag_to_calc_lw from new to old metadata -INFO: Converting local name GFS_cldprop_type of variable GFS_cldprop_type from new to old metadata -INFO: Converting local name imp_physics of variable flag_for_microphysics_scheme from new to old metadata -INFO: Converting local name sfcalb(:,1) of variable surface_albedo_due_to_near_IR_direct from new to old metadata -INFO: Converting local name mg_do_graupel of variable mg_flag_for_graupel from new to old metadata -INFO: Converting local name soilm of variable soil_moisture_content from new to old metadata -INFO: Converting local name exch_m of variable atmosphere_momentum_diffusivity_for_mynnpbl from new to old metadata -INFO: Converting local name wetdpc of variable instantaneous_convective_scale_wet_deposition from new to old metadata -INFO: Converting local name el_pbl of variable mixing_length from new to old metadata -INFO: Converting local name ncnvc of variable index_for_convective_cloud_cover_in_phy_f3d from new to old metadata -INFO: Converting local name fn_nml of variable namelist_filename from new to old metadata -INFO: Converting local name weasd_ocean of variable water_equivalent_accumulated_snow_depth_over_ocean from new to old metadata -INFO: Converting local name evfact_deep of variable rain_evaporation_coefficient_deep_convection from new to old metadata -INFO: Converting local name dqsfc of variable cumulative_surface_upward_latent_heat_flux_for_diag_multiplied_by_timestep from new to old metadata -INFO: Converting local name totgrpb of variable accumulated_lwe_thickness_of_graupel_amount_in_bucket from new to old metadata -INFO: Converting local name trans_aero of variable flag_for_aerosol_convective_transport_and_PBL_diffusion from new to old metadata -INFO: Converting local name dusfc_bl of variable integrated_x_momentum_flux_from_blocking_drag from new to old metadata -INFO: Converting local name gw_kdis of variable eddy_mixing_due_to_ugwp from new to old metadata -INFO: Converting local name mg_qcmin of variable mg_minimum_cloud_condensed_water_and_ice_mixing_ratio from new to old metadata -INFO: Converting local name dq3dt(:,:,3) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_shal_convection from new to old metadata -INFO: Converting local name qi of variable cloud_ice_specific_humidity_at_Lagrangian_surface from new to old metadata -INFO: Converting local name imfshalcnv_gf of variable flag_for_ntiedtke_shallow_convection_scheme from new to old metadata -INFO: Converting local name zorl_ocean of variable surface_roughness_length_over_ocean_interstitial from new to old metadata -INFO: Converting local name tsfc_ice of variable surface_skin_temperature_over_ice_interstitial from new to old metadata -INFO: Converting local name input_nml_file_length of variable number_of_lines_of_namelist_filename_for_internal_file_reads from new to old metadata -INFO: Converting local name flhc of variable surface_exchange_coefficient_for_heat from new to old metadata -INFO: Converting local name qke of variable tke_at_mass_points from new to old metadata -INFO: Converting local name snowd of variable surface_snow_thickness_water_equivalent from new to old metadata -INFO: Converting local name ncpr of variable local_rain_number_concentration from new to old metadata -INFO: Converting local name ldiag3d of variable flag_diagnostics_3D from new to old metadata -INFO: Converting local name ffhh_ocean of variable Monin_Obukhov_similarity_function_for_heat_over_ocean from new to old metadata -INFO: Converting local name nsamftrac of variable number_of_tracers_for_samf from new to old metadata -INFO: Converting local name con_hvap of variable latent_heat_of_vaporization_of_water_at_0C from new to old metadata -INFO: Converting local name dtaux2d_fd of variable x_momentum_tendency_from_form_drag from new to old metadata -INFO: Converting local name levh2o of variable vertical_dimension_of_h2o_forcing_data from new to old metadata -INFO: Converting local name ras of variable flag_for_ras_deep_convection from new to old metadata -INFO: Converting local name ialb of variable flag_for_using_climatology_albedo from new to old metadata -INFO: Converting local name raincd of variable lwe_thickness_of_deep_convective_precipitation_amount from new to old metadata -INFO: Converting local name alb1d of variable surface_albedo_perturbation from new to old metadata -INFO: Converting local name nwat of variable number_of_water_species from new to old metadata -INFO: Converting local name dwn_mf of variable cumulative_atmosphere_downdraft_convective_mass_flux from new to old metadata -INFO: Converting local name save_t of variable air_temperature_save from new to old metadata -INFO: Converting local name fice of variable sea_ice_concentration from new to old metadata -INFO: Converting local name dvisdf_cpl of variable cumulative_surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name cvb of variable pressure_at_bottom_of_convective_cloud from new to old metadata -INFO: Converting local name save_q(:,:,index_for_ice_cloud_condensate) of variable ice_water_mixing_ratio_save from new to old metadata -INFO: Converting local name gq0(:,:,index_for_snow_water) of variable snow_water_mixing_ratio_updated_by_physics from new to old metadata -INFO: Converting local name qrain of variable sensible_heat_flux_due_to_rainfall from new to old metadata -INFO: Converting local name stress_ocean of variable surface_wind_stress_over_ocean from new to old metadata -INFO: Converting local name adjsfculw_land of variable surface_upwelling_longwave_flux_over_land_interstitial from new to old metadata -INFO: Converting local name ndust of variable number_of_dust_bins_for_diagnostics from new to old metadata -INFO: Converting local name GFS_radtend_type of variable GFS_radtend_type from new to old metadata -INFO: Converting local name ngas of variable number_of_gases_for_multi_gases_physics from new to old metadata -INFO: Converting local name diceprv of variable ice_precipitation_rate_from_previous_timestep from new to old metadata -INFO: Converting local name con_ttp of variable triple_point_temperature_of_water from new to old metadata -INFO: Converting local name rechxy of variable water_table_recharge_when_shallow from new to old metadata -INFO: Converting local name ffhh of variable Monin_Obukhov_similarity_function_for_heat from new to old metadata -INFO: Converting local name edmf_w of variable emdf_updraft_vertical_velocity from new to old metadata -INFO: Converting local name sed_supersat of variable mg_allow_supersat_after_sed from new to old metadata -INFO: Converting local name sr of variable ratio_of_snowfall_to_rainfall from new to old metadata -INFO: Converting local name stc of variable soil_temperature from new to old metadata -INFO: Converting local name idate of variable date_and_time_at_model_initialization_reordered from new to old metadata -INFO: Converting local name nctp of variable number_of_cloud_types_CS from new to old metadata -INFO: Converting local name levrp1 of variable number_of_vertical_layers_for_radiation_calculations_plus_one from new to old metadata -INFO: Converting local name v10mmax of variable maximum_y_wind_at_10m from new to old metadata -INFO: Converting local name clouds(:,:,8) of variable cloud_snow_water_path from new to old metadata -INFO: Converting local name dusfc of variable cumulative_surface_x_momentum_flux_for_diag_multiplied_by_timestep from new to old metadata -INFO: Converting local name sfcalb(:,3) of variable surface_albedo_due_to_UV_and_VIS_direct from new to old metadata -INFO: Converting local name zmtnblck of variable level_of_dividing_streamline from new to old metadata -INFO: Converting local name xcosz of variable instantaneous_cosine_of_zenith_angle from new to old metadata -INFO: Converting local name CCPP_interstitial_type of variable CCPP_interstitial_type from new to old metadata -INFO: Converting local name theta of variable angle_from_east_of_maximum_subgrid_orographic_variations from new to old metadata -INFO: Converting local name nbdsw of variable number_of_aerosol_bands_for_shortwave_radiation from new to old metadata -INFO: Converting local name dqsfc1 of variable instantaneous_surface_upward_latent_heat_flux from new to old metadata -INFO: Converting local name htrsw of variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_timestep from new to old metadata -INFO: Converting local name gq0(:,:,index_for_graupel_number_concentration) of variable graupel_number_concentration_updated_by_physics from new to old metadata -INFO: Converting local name ntgnc of variable index_for_graupel_number_concentration from new to old metadata -INFO: Converting local name semis of variable surface_longwave_emissivity from new to old metadata -INFO: Converting local name ca_smooth of variable flag_for_gaussian_spatial_filter from new to old metadata -INFO: Converting local name zhour of variable time_since_diagnostics_zeroed from new to old metadata -INFO: Converting local name uswsfci of variable surface_upwelling_shortwave_flux from new to old metadata -INFO: Converting local name dq3dt(:,:,6) of variable cumulative_change_in_ozone_concentration_due_to_production_and_loss_rate from new to old metadata -INFO: Converting local name con_t0c of variable temperature_at_zero_celsius from new to old metadata -INFO: Converting local name dvsfcin_cpl of variable surface_y_momentum_flux_for_coupling from new to old metadata -INFO: Converting local name runoff of variable total_runoff from new to old metadata -INFO: Converting local name upd_mf of variable cumulative_atmosphere_updraft_convective_mass_flux from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_for_cloud_fraction_in_3d_arrays_for_microphysics) of variable cloud_fraction_for_MG from new to old metadata -INFO: Converting local name indcld of variable index_for_cloud_fraction_in_3d_arrays_for_microphysics from new to old metadata -INFO: Converting local name vegtype of variable vegetation_type_classification from new to old metadata -INFO: Converting local name ied of variable ending_x_direction_index_domain from new to old metadata -INFO: Converting local name transa of variable cumulative_transpiration_flux_multiplied_by_timestep from new to old metadata -INFO: Converting local name dt3dt(:,:,2) of variable cumulative_change_in_temperature_due_to_shortwave_radiation from new to old metadata -INFO: Converting local name dvsfc_ls of variable integrated_y_momentum_flux_from_large_scale_gwd from new to old metadata -INFO: Converting local name snowd_ocean of variable surface_snow_thickness_water_equivalent_over_ocean from new to old metadata -INFO: Converting local name clouds(:,:,2) of variable cloud_liquid_water_path from new to old metadata -INFO: Converting local name visbmui of variable surface_upwelling_direct_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name plvl of variable air_pressure_at_interface_for_radiation_in_hPa from new to old metadata -INFO: Converting local name uustar_land of variable surface_friction_velocity_over_land from new to old metadata -INFO: Converting local name phy_myj_akms of variable momentum_exchange_coefficient_for_MYJ_schemes from new to old metadata -INFO: Converting local name cnv_fice of variable ice_fraction_in_convective_tower from new to old metadata -INFO: Converting local name nbdlw of variable number_of_aerosol_bands_for_longwave_radiation from new to old metadata -INFO: Converting local name dudt_mtb of variable instantaneous_change_in_x_wind_due_to_mountain_blocking_drag from new to old metadata -INFO: Converting local name rb_ocean of variable bulk_richardson_number_at_lowest_model_level_over_ocean from new to old metadata -INFO: Converting local name ccnorm of variable flag_for_cloud_condensate_normalized_by_cloud_cover from new to old metadata -INFO: Converting local name dqdt of variable tendency_of_tracers_due_to_model_physics from new to old metadata -INFO: Converting local name u10m of variable x_wind_at_10m from new to old metadata -INFO: Converting local name tmpmin of variable minimum_temperature_at_2m from new to old metadata -INFO: Converting local name save_u of variable x_wind_save from new to old metadata -INFO: Converting local name tsnow of variable snow_temperature_bottom_first_layer from new to old metadata -INFO: Converting local name kind_INTEGER of variable kind_INTEGER from new to old metadata -INFO: Converting local name nswsfc_cpl of variable cumulative_surface_net_downward_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name vgrs(:,1) of variable y_wind_at_lowest_model_layer from new to old metadata -INFO: Converting local name bl_mynn_edmf_tke of variable edmf_tke_transport_flag from new to old metadata -INFO: Converting local name tile_num of variable number_of_tile from new to old metadata -INFO: Converting local name con_pi of variable pi from new to old metadata -INFO: Converting local name abem of variable instantaneous_anthopogenic_and_biomass_burning_emissions from new to old metadata -INFO: Converting local name latidxprnt of variable latitude_index_in_debug_printouts from new to old metadata -INFO: Converting local name tcrf of variable cloud_phase_transition_denominator from new to old metadata -INFO: Converting local name cpilist of variable specific_heat_capacities_for_multi_gases_physics from new to old metadata -INFO: Converting local name tprcp_ocean of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_ocean from new to old metadata -INFO: Converting local name vgrs of variable y_wind from new to old metadata -INFO: Converting local name me of variable mpi_rank from new to old metadata -INFO: Converting local name nseffr of variable index_for_snow_effective_radius from new to old metadata -INFO: Converting local name crtrh(1) of variable critical_relative_humidity_at_surface from new to old metadata -INFO: Converting local name nrcm of variable array_dimension_of_random_number from new to old metadata -INFO: Converting local name phy_f2d(:,2) of variable surface_air_pressure_at_previous_time_step from new to old metadata -INFO: Converting local name totice of variable accumulated_lwe_thickness_of_ice_amount from new to old metadata -INFO: Converting local name vdftra of variable vertically_diffused_tracer_concentration from new to old metadata -INFO: Converting local name clam_shal of variable entrainment_rate_coefficient_shallow_convection from new to old metadata -INFO: Converting local name ulwsfc of variable cumulative_surface_upwelling_longwave_flux_multiplied_by_timestep from new to old metadata -INFO: Converting local name cldf of variable cloud_area_fraction from new to old metadata -INFO: Converting local name prslk of variable dimensionless_exner_function_at_model_layers from new to old metadata -INFO: Converting local name imp_physics_wsm6 of variable flag_for_wsm6_microphysics_scheme from new to old metadata -INFO: Converting local name blksz(ccpp_block_number) of variable horizontal_loop_extent from new to old metadata -INFO: Converting local name dtp of variable time_step_for_physics from new to old metadata -INFO: Converting local name nnirdf_cpl of variable cumulative_surface_net_downward_diffuse_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name tsurf_ice of variable surface_skin_temperature_after_iteration_over_ice from new to old metadata -INFO: Converting local name snowfallac of variable total_accumulated_snowfall from new to old metadata -INFO: Converting local name solhr of variable forecast_hour_of_the_day from new to old metadata -INFO: Converting local name use_zmtnblck of variable flag_for_mountain_blocking from new to old metadata -INFO: Converting local name sfcflw_type of variable sfcflw_type from new to old metadata -INFO: Converting local name rhofr of variable density_of_frozen_precipitation from new to old metadata -INFO: Converting local name dxmax of variable maximum_scaling_factor_for_critical_relative_humidity from new to old metadata -INFO: Converting local name rainc_cpl of variable lwe_thickness_of_convective_precipitation_amount_for_coupling from new to old metadata -INFO: Converting local name prautco of variable coefficient_from_cloud_water_to_rain from new to old metadata -INFO: Converting local name cumabs of variable maximum_column_heating_rate from new to old metadata -INFO: Converting local name Statein of variable GFS_statein_type_instance from new to old metadata -INFO: Converting local name ntasks of variable mpi_size from new to old metadata -INFO: Converting local name qsq of variable q_prime_squared from new to old metadata -INFO: Converting local name bl_mynn_mixqt of variable mix_total_water_flag from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_turbulent_kinetic_energy) of variable tendency_of_turbulent_kinetic_energy_due_to_model_physics from new to old metadata -INFO: Converting local name ntke of variable index_for_turbulent_kinetic_energy from new to old metadata -INFO: Converting local name kmp of variable top_layer_index_for_fast_physics from new to old metadata -INFO: Converting local name ffhh_ice of variable Monin_Obukhov_similarity_function_for_heat_over_ice from new to old metadata -INFO: Converting local name dq3dt(:,:,1) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_PBL from new to old metadata -INFO: Converting local name con_hfus of variable latent_heat_of_fusion_of_water_at_0C from new to old metadata -INFO: Converting local name isubc_lw of variable flag_for_lw_clouds_without_sub_grid_approximation from new to old metadata -INFO: Converting local name du3dt(:,:,3) of variable cumulative_change_in_x_wind_due_to_deep_convection from new to old metadata -INFO: Converting local name clx of variable fraction_of_grid_box_with_subgrid_orography_higher_than_critical_height from new to old metadata -INFO: Converting local name shoc_parm(4) of variable shoc_implicit_TKE_integration_uncentering_term from new to old metadata -INFO: Converting local name gasvmr(:,:,7) of variable volume_mixing_ratio_cfc12 from new to old metadata -INFO: Converting local name cappa of variable cappa_moist_gas_constant_at_Lagrangian_surface from new to old metadata -INFO: Converting local name cf_upi of variable convective_cloud_fraction_for_microphysics from new to old metadata -INFO: Converting local name cdata of variable ccpp_t_instance from new to old metadata -INFO: Converting local name phy_myj_akhs of variable heat_exchange_coefficient_for_MYJ_schemes from new to old metadata -INFO: Converting local name sedim of variable instantaneous_sedimentation from new to old metadata -INFO: Converting local name graupelmp of variable lwe_thickness_of_graupel_amount from new to old metadata -INFO: Converting local name skebu_wts of variable weights_for_stochastic_skeb_perturbation_of_x_wind_flipped from new to old metadata -INFO: Converting local name GFS_control_type of variable GFS_control_type from new to old metadata -INFO: Converting local name yearlen of variable number_of_days_in_year from new to old metadata -INFO: Converting local name save_q(:,:,index_for_water_vapor) of variable water_vapor_specific_humidity_save from new to old metadata -INFO: Converting local name smois of variable volume_fraction_of_soil_moisture_for_land_surface_model from new to old metadata -INFO: Converting local name gq0(:,:,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio_updated_by_physics from new to old metadata -INFO: Converting local name pwat of variable column_precipitable_water from new to old metadata -INFO: Converting local name cld1d of variable cloud_work_function from new to old metadata -INFO: Converting local name qvi of variable gas_tracers_for_multi_gas_physics_at_Lagrangian_surface from new to old metadata -INFO: Converting local name gabsbdlw of variable surface_downwelling_longwave_flux_absorbed_by_ground from new to old metadata -INFO: Converting local name tau_ngw of variable time_integral_of_momentum_flux_due_to_nonstationary_gravity_wave from new to old metadata -INFO: Converting local name xlat_d of variable latitude_degree from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_for_ice_effective_radius) of variable effective_radius_of_stratiform_cloud_ice_particle_in_um from new to old metadata -INFO: Converting local name nieffr of variable index_for_ice_effective_radius from new to old metadata -INFO: Converting local name do_ca of variable flag_for_cellular_automata from new to old metadata -INFO: Converting local name wtxy of variable water_storage_in_aquifer_and_saturated_soil from new to old metadata -INFO: Converting local name srunoff of variable surface_runoff from new to old metadata -INFO: Converting local name ntrnc of variable index_for_rain_number_concentration from new to old metadata -INFO: Converting local name ustm of variable surface_friction_velocity_drag from new to old metadata -INFO: Converting local name cnvprcp of variable cumulative_lwe_thickness_of_convective_precipitation_amount from new to old metadata -INFO: Converting local name imfdeepcnv_samf of variable flag_for_samf_deep_convection_scheme from new to old metadata -INFO: Converting local name si of variable vertical_sigma_coordinate_for_radiation_initialization from new to old metadata -INFO: Converting local name gwdcu of variable tendency_of_x_wind_due_to_convective_gravity_wave_drag from new to old metadata -INFO: Converting local name elvmax of variable maximum_subgrid_orography from new to old metadata -INFO: Converting local name slimskin_cpl of variable sea_land_ice_mask_in from new to old metadata -INFO: Converting local name dtsfc_cice of variable surface_upward_sensible_heat_flux_for_coupling_interstitial from new to old metadata -INFO: Converting local name do_mynnedmf of variable do_mynnedmf from new to old metadata -INFO: Converting local name zorll of variable surface_roughness_length_over_land from new to old metadata -INFO: Converting local name nswsfci_cpl of variable instantaneous_surface_net_downward_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name do_cldice of variable mg_flag_for_cloud_ice_processes from new to old metadata -INFO: Converting local name alboldxy of variable snow_albedo_at_previous_time_step from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_graupel) of variable graupel_mixing_ratio from new to old metadata -INFO: Converting local name rhcmax of variable maximum_critical_relative_humidity from new to old metadata -INFO: Converting local name Stateout of variable GFS_stateout_type_instance from new to old metadata -INFO: Converting local name nirbmdi of variable surface_downwelling_direct_near_infrared_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name gfluxi of variable instantaneous_surface_ground_heat_flux from new to old metadata -INFO: Converting local name drainncprv of variable explicit_rainfall_rate_from_previous_timestep from new to old metadata -INFO: Converting local name gflx of variable upward_heat_flux_in_soil from new to old metadata -INFO: Converting local name hflx_ocean of variable kinematic_surface_upward_sensible_heat_flux_over_ocean from new to old metadata -INFO: Converting local name nvdiff of variable number_of_vertical_diffusion_tracers from new to old metadata -INFO: Converting local name dspheat of variable flag_TKE_dissipation_heating from new to old metadata -INFO: Converting local name fhswr of variable frequency_for_shortwave_radiation from new to old metadata -INFO: Converting local name nthreads of variable omp_threads from new to old metadata -INFO: Converting local name islmsk of variable sea_land_ice_mask from new to old metadata -INFO: Converting local name ntchmdiag of variable number_of_chemical_tracers_for_diagnostics from new to old metadata -INFO: Converting local name nstf_name(5) of variable vertical_temperature_average_range_upper_bound from new to old metadata -INFO: Converting local name forceq of variable moisture_tendency_due_to_dynamics from new to old metadata -INFO: Converting local name nseasalt of variable number_of_seasalt_bins_for_diagnostics from new to old metadata -INFO: Converting local name gasvmr(:,:,2) of variable volume_mixing_ratio_n2o from new to old metadata -INFO: Converting local name ctei_rml of variable grid_sensitive_critical_cloud_top_entrainment_instability_criteria from new to old metadata -INFO: Converting local name sfc_wts of variable weights_for_stochastic_surface_physics_perturbation from new to old metadata -INFO: Converting local name oc of variable convexity_of_subgrid_orography from new to old metadata -INFO: Converting local name ep1d of variable surface_upward_potential_latent_heat_flux from new to old metadata -INFO: Converting local name u10mmax of variable maximum_x_wind_at_10m from new to old metadata -INFO: Converting local name nca of variable number_of_independent_cellular_automata from new to old metadata -INFO: Converting local name rtmassxy of variable fine_root_mass from new to old metadata -INFO: Converting local name ffmm_ocean of variable Monin_Obukhov_similarity_function_for_momentum_over_ocean from new to old metadata -INFO: Converting local name pertlai of variable magnitude_of_perturbation_of_leaf_area_index from new to old metadata -INFO: Converting local name mg_ncnst of variable mg_drop_concentration_constant from new to old metadata -INFO: Converting local name pgcon_shal of variable momentum_transport_reduction_factor_pgf_shallow_convection from new to old metadata -INFO: Converting local name edmf_qc of variable emdf_updraft_cloud_water from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_graupel) of variable tendency_of_graupel_mixing_ratio_due_to_model_physics from new to old metadata -INFO: Converting local name acvt of variable largest_cloud_top_vertical_index_encountered_thus_far from new to old metadata -INFO: Converting local name cmm of variable surface_drag_wind_speed_for_momentum_in_air from new to old metadata -INFO: Converting local name dt_cool of variable sub_layer_cooling_amount from new to old metadata -INFO: Converting local name qc_r of variable cloud_liquid_water_mixing_ratio from new to old metadata -INFO: Converting local name ral_ts of variable time_scale_for_rayleigh_damping from new to old metadata -INFO: Converting local name GFS_diag_type of variable GFS_diag_type from new to old metadata -INFO: Converting local name dnirdfi_cpl of variable instantaneous_surface_downwelling_diffuse_near_infrared_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name chh_ice of variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_ice from new to old metadata -INFO: Converting local name flipv of variable flag_flip from new to old metadata -INFO: Converting local name ldiag_ugwp of variable diag_ugwp_flag from new to old metadata -INFO: Converting local name ctei_r of variable cloud_top_entrainment_instability_value from new to old metadata -INFO: Converting local name ccn_nm of variable ccn_number_concentration from new to old metadata -INFO: Converting local name edmf_ent of variable emdf_updraft_entrainment_rate from new to old metadata -INFO: Converting local name htswc of variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step from new to old metadata -INFO: Converting local name phy_myj_thz0 of variable potential_temperature_at_viscous_sublayer_top from new to old metadata -INFO: Converting local name bl_mynn_edmf of variable edmf_flag from new to old metadata -INFO: Converting local name con_rd of variable gas_constant_dry_air from new to old metadata -INFO: Converting local name qss_land of variable surface_specific_humidity_over_land from new to old metadata -INFO: Converting local name zt1d of variable perturbation_of_heat_to_momentum_roughness_length_ratio from new to old metadata -INFO: Converting local name imp_physics_zhao_carr of variable flag_for_zhao_carr_microphysics_scheme from new to old metadata -INFO: Converting local name delz of variable thickness_at_Lagrangian_surface from new to old metadata -INFO: Converting local name dtsfci of variable instantaneous_surface_upward_sensible_heat_flux_for_diag from new to old metadata -INFO: Converting local name dvsfc_fd of variable integrated_y_momentum_flux_from_form_drag from new to old metadata -INFO: Converting local name totprcpb of variable accumulated_lwe_thickness_of_precipitation_amount_in_bucket from new to old metadata -INFO: Converting local name tcr of variable cloud_phase_transition_threshold_temperature from new to old metadata -INFO: Converting local name clstp of variable convective_cloud_switch from new to old metadata -INFO: Converting local name isatmedmf_vdifq of variable choice_of_updated_scale_aware_TKE_moist_EDMF_PBL from new to old metadata -INFO: Converting local name coszen of variable cosine_of_zenith_angle from new to old metadata -INFO: Converting local name nifa2d of variable tendency_of_ice_friendly_aerosols_at_surface from new to old metadata -INFO: Converting local name icy of variable flag_nonzero_sea_ice_surface_fraction from new to old metadata -INFO: Converting local name dudt of variable tendency_of_x_wind_due_to_model_physics from new to old metadata -INFO: Converting local name bl_dnfr of variable downdraft_fraction_in_boundary_layer_mass_flux_scheme from new to old metadata -INFO: Converting local name snohf of variable snow_freezing_rain_upward_latent_heat_flux from new to old metadata -INFO: Converting local name bexp1d of variable perturbation_of_soil_type_b_parameter from new to old metadata -INFO: Converting local name faersw of variable aerosol_optical_properties_for_shortwave_bands_01_16 from new to old metadata -INFO: Converting local name dtdt of variable tendency_of_air_temperature_due_to_model_physics from new to old metadata -INFO: Converting local name nvisdf_cpl of variable cumulative_surface_net_downward_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name dqsfcin_cpl of variable surface_upward_latent_heat_flux_for_coupling from new to old metadata -INFO: Converting local name con_p0 of variable standard_atmospheric_pressure from new to old metadata -INFO: Converting local name con_epsq of variable minimum_value_of_specific_humidity from new to old metadata -INFO: Converting local name dusfci_cpl of variable instantaneous_surface_x_momentum_flux_for_coupling from new to old metadata -INFO: Converting local name ep1d_ice of variable surface_upward_potential_latent_heat_flux_over_ice from new to old metadata -INFO: Converting local name fhour of variable forecast_time from new to old metadata -INFO: Converting local name refl_10cm of variable radar_reflectivity_10cm from new to old metadata -INFO: Converting local name shum_wts of variable weights_for_stochastic_shum_perturbation_flipped from new to old metadata -INFO: Converting local name dspfac of variable tke_dissipative_heating_factor from new to old metadata -INFO: Converting local name nnirbmi_cpl of variable instantaneous_surface_net_downward_direct_near_infrared_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name c1_deep of variable detrainment_conversion_parameter_deep_convection from new to old metadata -INFO: Converting local name dt3dt(:,:,4) of variable cumulative_change_in_temperature_due_to_deep_convection from new to old metadata -INFO: Converting local name dv3dt(:,:,4) of variable cumulative_change_in_y_wind_due_to_convective_gravity_wave_drag from new to old metadata -INFO: Converting local name phy_myj_a1u of variable weight_for_momentum_at_viscous_sublayer_top from new to old metadata -INFO: Converting local name iopt_stc of variable flag_for_soil_and_snow_temperature_time_stepping_option from new to old metadata -INFO: Converting local name adjvisbmd of variable surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux from new to old metadata -INFO: Converting local name icloud_bl of variable couple_sgs_clouds_to_radiation_flag from new to old metadata -INFO: Converting local name rb of variable bulk_richardson_number_at_lowest_model_level from new to old metadata -INFO: Converting local name faerlw(:,:,:,2) of variable aerosol_single_scattering_albedo_for_longwave_bands_01_16 from new to old metadata -INFO: Converting local name phy_myj_elflx of variable kinematic_surface_latent_heat_flux from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_for_snow_effective_radius) of variable effective_radius_of_stratiform_cloud_snow_particle_in_um from new to old metadata -INFO: Converting local name iopt_tbot of variable flag_for_lower_boundary_soil_temperature_option from new to old metadata -INFO: Converting local name pdfflag of variable flag_for_pdf_for_morrison_gettelman_microphysics_scheme from new to old metadata -INFO: Converting local name do_aw of variable flag_for_Arakawa_Wu_adjustment from new to old metadata -INFO: Converting local name do_tofd of variable turb_oro_form_drag_flag from new to old metadata -INFO: Converting local name dqdti of variable instantaneous_water_vapor_specific_humidity_tendency_due_to_convection from new to old metadata -INFO: Converting local name qi_r of variable cloud_ice_mixing_ratio from new to old metadata -INFO: Converting local name flag_iter of variable flag_for_iteration from new to old metadata -INFO: Converting local name CLDFRA_BL of variable subgrid_cloud_fraction_pbl from new to old metadata -INFO: Converting local name zorl_ice of variable surface_roughness_length_over_ice_interstitial from new to old metadata -INFO: Converting local name dd_mf of variable instantaneous_atmosphere_downdraft_convective_mass_flux from new to old metadata -INFO: Converting local name visdfui of variable surface_upwelling_diffuse_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name julian of variable julian_day from new to old metadata -INFO: Converting local name cd_ice of variable surface_drag_coefficient_for_momentum_in_air_over_ice from new to old metadata -INFO: Converting local name iovr_lw of variable flag_for_max_random_overlap_clouds_for_longwave_radiation from new to old metadata -INFO: Converting local name lmp of variable adjusted_vertical_level_dimension_for_radiation from new to old metadata -INFO: Converting local name kdt of variable index_of_time_step from new to old metadata -INFO: Converting local name ushfsfci of variable instantaneous_surface_upward_sensible_heat_flux_for_chemistry_coupling from new to old metadata -INFO: Converting local name rb_land of variable bulk_richardson_number_at_lowest_model_level_over_land from new to old metadata -INFO: Converting local name uustar of variable surface_friction_velocity from new to old metadata -INFO: Converting local name adjnirbmu of variable surface_upwelling_direct_near_infrared_shortwave_flux from new to old metadata -INFO: Converting local name do_mynnsfclay of variable do_mynnsfclay from new to old metadata -INFO: Converting local name aero_in of variable flag_for_aerosol_input_MG from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_water_vapor) of variable tendency_of_water_vapor_specific_humidity_due_to_model_physics from new to old metadata -INFO: Converting local name mol of variable theta_star from new to old metadata -INFO: Converting local name fwetxy of variable area_fraction_of_wet_canopy from new to old metadata -INFO: Converting local name phy_f2d(:,1) of variable surface_air_pressure_two_time_steps_back from new to old metadata -INFO: Converting local name topflw of variable lw_fluxes_top_atmosphere from new to old metadata -INFO: Converting local name satmedmf of variable flag_for_scale_aware_TKE_moist_EDMF_PBL from new to old metadata -INFO: Converting local name waxy of variable water_storage_in_aquifer from new to old metadata -INFO: Converting local name snow of variable lwe_thickness_of_snow_amount_on_dynamics_timestep from new to old metadata -INFO: Converting local name ivegsrc of variable vegetation_type_dataset_choice from new to old metadata -INFO: Converting local name sigmaf of variable bounded_vegetation_area_fraction from new to old metadata -INFO: Converting local name f_rain of variable fraction_of_rain_water_cloud from new to old metadata -INFO: Converting local name dkt of variable instantaneous_atmosphere_heat_diffusivity from new to old metadata -INFO: Converting local name asolfac_deep of variable aerosol_aware_parameter_deep_convection from new to old metadata -INFO: Converting local name dv3dt(:,:,2) of variable cumulative_change_in_y_wind_due_to_orographic_gravity_wave_drag from new to old metadata -INFO: Converting local name ipr of variable horizontal_index_of_printed_column from new to old metadata -INFO: Converting local name npzcappa of variable vertical_dimension_for_cappa_at_Lagrangian_surface from new to old metadata -INFO: Converting local name clam_deep of variable entrainment_rate_coefficient_deep_convection from new to old metadata -INFO: Converting local name dusfci of variable instantaneous_surface_x_momentum_flux_for_diag from new to old metadata -INFO: Converting local name cs_parm(4) of variable detrainment_and_precipitation_tunable_parameter_4_CS from new to old metadata -INFO: Converting local name levsp1 of variable vertical_dimension_plus_one from new to old metadata -INFO: Converting local name con_cp of variable specific_heat_of_dry_air_at_constant_pressure from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_water_vapor) of variable water_vapor_specific_humidity from new to old metadata -INFO: Converting local name prsik(:,1) of variable dimensionless_exner_function_at_lowest_model_interface from new to old metadata -INFO: Converting local name gasvmr(:,:,5) of variable volume_mixing_ratio_co from new to old metadata -INFO: Converting local name mg_ngcons of variable mg_flag_graupel_concentration_constant from new to old metadata -INFO: Converting local name acsnow of variable accumulated_water_equivalent_of_frozen_precip from new to old metadata -INFO: Converting local name levsm1 of variable vertical_dimension_minus_one from new to old metadata -INFO: Converting local name phy_myj_a1t of variable weight_for_potental_temperature_at_viscous_sublayer_top from new to old metadata -INFO: Converting local name ntracp1 of variable number_of_tracers_plus_one from new to old metadata -INFO: Converting local name GFS_Data of variable GFS_data_type_instance_all_blocks from new to old metadata -INFO: Converting local name zol of variable surface_stability_parameter from new to old metadata -INFO: Converting local name CCPP_interstitial of variable CCPP_interstitial_type_instance from new to old metadata -INFO: Converting local name isd of variable starting_x_direction_index_domain from new to old metadata -INFO: Converting local name cplflx of variable flag_for_flux_coupling from new to old metadata -INFO: Converting local name lradar of variable flag_for_radar_reflectivity from new to old metadata -INFO: Converting local name iseed_ca of variable seed_for_random_number_generation_in_cellular_automata_scheme from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_for_convective_cloud_cover_in_phy_f3d) of variable convective_cloud_cover_in_phy_f3d from new to old metadata -INFO: Converting local name dqsfci of variable instantaneous_surface_upward_latent_heat_flux_for_diag from new to old metadata -INFO: Converting local name dxmin of variable minimum_scaling_factor_for_critical_relative_humidity from new to old metadata -INFO: Converting local name sppt_wts of variable weights_for_stochastic_sppt_perturbation from new to old metadata -INFO: Converting local name tahxy of variable canopy_air_temperature from new to old metadata -INFO: Converting local name imn of variable forecast_month from new to old metadata -INFO: Converting local name evcw of variable canopy_upward_latent_heat_flux from new to old metadata -INFO: Converting local name input_nml_file of variable namelist_filename_for_internal_file_reads from new to old metadata -INFO: Converting local name raddt of variable time_step_for_radiation from new to old metadata -INFO: Converting local name dvisbmi_cpl of variable instantaneous_surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name gwdcv of variable tendency_of_y_wind_due_to_convective_gravity_wave_drag from new to old metadata -INFO: Converting local name evbsa of variable cumulative_soil_upward_latent_heat_flux_multiplied_by_timestep from new to old metadata -INFO: Converting local name cldwrk of variable cumulative_cloud_work_function from new to old metadata -INFO: Converting local name npzdelz of variable vertical_dimension_for_thickness_at_Lagrangian_surface from new to old metadata -INFO: Converting local name dvsfc_cice of variable surface_y_momentum_flux_for_coupling_interstitial from new to old metadata -INFO: Converting local name ql of variable cloud_liquid_water_specific_humidity_at_Lagrangian_surface from new to old metadata -INFO: Converting local name imp_physics_fer_hires of variable flag_for_fer_hires_microphysics_scheme from new to old metadata -INFO: Converting local name dvdt of variable tendency_of_y_wind_due_to_model_physics from new to old metadata -INFO: Converting local name dusfc_cpl of variable cumulative_surface_x_momentum_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name prsl(:,1) of variable air_pressure_at_lowest_model_layer from new to old metadata -INFO: Converting local name ktop_shallow of variable k_level_of_highest_reaching_plume from new to old metadata -INFO: Converting local name sfcfsw of variable sw_fluxes_sfc from new to old metadata -INFO: Converting local name gv0 of variable y_wind_updated_by_physics from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_rain_water) of variable rain_water_mixing_ratio from new to old metadata -INFO: Converting local name cdq_ocean of variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_ocean from new to old metadata -INFO: Converting local name sfcalb(:,4) of variable surface_albedo_due_to_UV_and_VIS_diffused from new to old metadata -INFO: Converting local name gamq of variable countergradient_mixing_term_for_water_vapor from new to old metadata -INFO: Converting local name mdt of variable time_step_for_remapping_for_fast_physics from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_ice_cloud_condensate) of variable ice_water_mixing_ratio from new to old metadata -INFO: Converting local name sfcalb(:,2) of variable surface_albedo_due_to_near_IR_diffused from new to old metadata -INFO: Converting local name phy_fctd of variable cloud_base_mass_flux from new to old metadata -INFO: Converting local name weasd_land of variable water_equivalent_accumulated_snow_depth_over_land from new to old metadata -INFO: Converting local name nwfa2d of variable tendency_of_water_friendly_aerosols_at_surface from new to old metadata -INFO: Converting local name GFS_Control of variable GFS_control_type_instance from new to old metadata -INFO: Converting local name nncl of variable number_of_tracers_for_cloud_condensate from new to old metadata -INFO: Converting local name olyr of variable ozone_concentration_at_layer_for_radiation from new to old metadata -INFO: Converting local name tg3 of variable deep_soil_temperature from new to old metadata -INFO: Converting local name Radtend of variable GFS_radtend_type_instance from new to old metadata -INFO: Converting local name sinlat of variable sine_of_latitude from new to old metadata -INFO: Converting local name sppt_wts of variable weights_for_stochastic_sppt_perturbation_flipped from new to old metadata -INFO: Converting local name ng of variable number_of_ghost_zones from new to old metadata -INFO: Converting local name phil of variable geopotential from new to old metadata -INFO: Converting local name flag_frsoil of variable flag_for_frozen_soil_physics from new to old metadata -INFO: Converting local name faersw(:,:,:,2) of variable aerosol_single_scattering_albedo_for_shortwave_bands_01_16 from new to old metadata -INFO: Converting local name qc of variable cloud_fraction_at_Lagrangian_surface from new to old metadata -INFO: Converting local name do_sfcperts of variable flag_for_stochastic_surface_perturbations from new to old metadata -INFO: Converting local name betas_deep of variable downdraft_fraction_reaching_surface_over_ocean_deep_convection from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_rain_number_concentration) of variable rain_number_concentration from new to old metadata -INFO: Converting local name ifd of variable index_of_dtlm_start from new to old metadata -INFO: Converting local name area of variable cell_area_for_fast_physics from new to old metadata -INFO: Converting local name trans_trac of variable flag_for_convective_transport_of_tracers from new to old metadata -INFO: Converting local name isatmedmf of variable choice_of_scale_aware_TKE_moist_EDMF_PBL from new to old metadata -INFO: Converting local name old_monin of variable flag_for_old_PBL_scheme from new to old metadata -INFO: Converting local name cplchm of variable flag_for_chemistry_coupling from new to old metadata -INFO: Converting local name raincprv of variable lwe_thickness_of_convective_precipitation_amount_from_previous_timestep from new to old metadata -INFO: Converting local name u1 of variable x_wind_at_lowest_model_layer_for_diag from new to old metadata -INFO: Converting local name gw_dvdt of variable tendency_of_y_wind_due_to_ugwp from new to old metadata -INFO: Converting local name dtsfc1 of variable instantaneous_surface_upward_sensible_heat_flux from new to old metadata -INFO: Converting local name gasvmr(:,:,9) of variable volume_mixing_ratio_ccl4 from new to old metadata -INFO: Converting local name semis_ice of variable surface_longwave_emissivity_over_ice_interstitial from new to old metadata -INFO: Converting local name zmtb of variable time_integral_of_height_of_mountain_blocking from new to old metadata -INFO: Converting local name dtauy2d_fd of variable y_momentum_tendency_from_form_drag from new to old metadata -INFO: Converting local name lakefrac of variable lake_area_fraction from new to old metadata -INFO: Converting local name do_myjpbl of variable do_myjpbl from new to old metadata -INFO: Converting local name sncovr of variable surface_snow_area_fraction_over_land from new to old metadata -INFO: Converting local name spd10max of variable maximum_wind_at_10m_over_maximum_hourly_time_interval from new to old metadata -INFO: Converting local name faerlw(:,:,:,3) of variable aerosol_asymmetry_parameter_for_longwave_bands_01_16 from new to old metadata -INFO: Converting local name adjsfculw_ocean of variable surface_upwelling_longwave_flux_over_ocean_interstitial from new to old metadata -INFO: Converting local name nscfshoc of variable index_of_subgrid_scale_cloud_fraction_from_shoc_in_phy_f3d from new to old metadata -INFO: Converting local name qv_r of variable humidity_mixing_ratio from new to old metadata -INFO: Converting local name gq0(:,:,index_for_water_vapor) of variable water_vapor_specific_humidity_updated_by_physics from new to old metadata -INFO: Converting local name lsnow_lsm of variable snow_vertical_dimension_for_land_surface_model from new to old metadata -INFO: Converting local name dv3dt_ngw of variable time_integral_of_change_in_y_wind_due_to_nonstationary_gravity_wave from new to old metadata -INFO: Converting local name tlyr of variable air_temperature_at_layer_for_radiation from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_turbulent_kinetic_energy) of variable turbulent_kinetic_energy from new to old metadata -INFO: Converting local name h2opl of variable h2o_forcing from new to old metadata -INFO: Converting local name smc of variable volume_fraction_of_soil_moisture from new to old metadata -INFO: Converting local name latr of variable number_of_latitude_points from new to old metadata -INFO: Converting local name crick_proof of variable flag_for_CRICK_proof_cloud_water from new to old metadata -INFO: Converting local name ssem of variable instantaneous_seasalt_emission_flux from new to old metadata -INFO: Converting local name xlai1d of variable perturbation_of_leaf_area_index from new to old metadata -INFO: Converting local name tdoms of variable dominant_snow_type from new to old metadata -INFO: Converting local name canopy of variable canopy_water_amount from new to old metadata -INFO: Converting local name dtauy2d_ss of variable y_momentum_tendency_from_small_scale_gwd from new to old metadata -INFO: Converting local name forcet of variable temperature_tendency_due_to_dynamics from new to old metadata -INFO: Converting local name snowmt of variable surface_snow_melt from new to old metadata -INFO: Converting local name ttendlim of variable limit_for_temperature_tendency_for_microphysics from new to old metadata -INFO: Converting local name clouds(:,:,6) of variable cloud_rain_water_path from new to old metadata -INFO: Converting local name sigmafrac of variable convective_updraft_area_fraction from new to old metadata -INFO: Converting local name tau_tofd of variable instantaneous_momentum_flux_due_to_turbulent_orographic_form_drag from new to old metadata -INFO: Converting local name gq0(:,:,index_for_ice_friendly_aerosols) of variable ice_friendly_aerosol_number_concentration_updated_by_physics from new to old metadata -INFO: Converting local name nsswr of variable number_of_timesteps_between_shortwave_radiation_calls from new to old metadata -INFO: Converting local name ulwsfc_cice of variable surface_upwelling_longwave_flux_for_coupling_interstitial from new to old metadata -INFO: Converting local name dq3dt(:,:,8) of variable cumulative_change_in_ozone_concentration_due_to_temperature from new to old metadata -INFO: Converting local name stress_ice of variable surface_wind_stress_over_ice from new to old metadata -INFO: Converting local name is of variable starting_x_direction_index from new to old metadata -INFO: Converting local name sbsno of variable snow_deposition_sublimation_upward_latent_heat_flux from new to old metadata -INFO: Converting local name cnvprcpb of variable cumulative_lwe_thickness_of_convective_precipitation_amount_in_bucket from new to old metadata -INFO: Converting local name rdlai of variable flag_for_reading_leaf_area_index_from_input from new to old metadata -INFO: Converting local name phy_f3d(:,:,4) of variable water_vapor_specific_humidity_at_previous_time_step from new to old metadata -INFO: Converting local name area of variable cell_area from new to old metadata -INFO: Converting local name con_eps of variable ratio_of_dry_air_to_water_vapor_gas_constants from new to old metadata -INFO: Converting local name edmf_a of variable emdf_updraft_area from new to old metadata -INFO: Converting local name dusfc1 of variable instantaneous_surface_x_momentum_flux from new to old metadata -INFO: Converting local name qlcn of variable mass_fraction_of_convective_cloud_liquid_water from new to old metadata -INFO: Converting local name fh2_land of variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_land from new to old metadata -INFO: Converting local name tprcp_land of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_land from new to old metadata -INFO: Converting local name chh_land of variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_land from new to old metadata -INFO: Converting local name dt3dt(:,:,1) of variable cumulative_change_in_temperature_due_to_longwave_radiation from new to old metadata -INFO: Converting local name nfracseed of variable cellular_automata_seed_probability from new to old metadata -INFO: Converting local name cwm of variable total_cloud_condensate_mixing_ratio_updated_by_physics from new to old metadata -INFO: Converting local name u10max of variable maximum_u_wind_at_10m_over_maximum_hourly_time_interval from new to old metadata -INFO: Converting local name dvsfc_ss of variable integrated_y_momentum_flux_from_small_scale_gwd from new to old metadata -INFO: Converting local name smcref2 of variable threshold_volume_fraction_of_condensed_water_in_soil from new to old metadata -INFO: Converting local name kcnv of variable flag_deep_convection from new to old metadata -INFO: Converting local name keepsmfr of variable volume_fraction_of_frozen_soil_moisture_for_land_surface_model from new to old metadata -INFO: Converting local name frain of variable dynamics_to_physics_timestep_ratio from new to old metadata -INFO: Converting local name debug of variable flag_debug from new to old metadata -INFO: Converting local name qrn of variable local_rain_water_mixing_ratio from new to old metadata -INFO: Converting local name tsfc_ocean of variable surface_skin_temperature_over_ocean_interstitial from new to old metadata -INFO: Converting local name levr of variable number_of_vertical_layers_for_radiation_calculations from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_graupel_number_concentration) of variable graupel_number_concentration from new to old metadata -INFO: Converting local name bl_upfr of variable updraft_fraction_in_boundary_layer_mass_flux_scheme from new to old metadata -INFO: Converting local name nsfcpert of variable number_of_surface_perturbations from new to old metadata -INFO: Converting local name evpco of variable coefficient_for_evaporation_of_rainfall from new to old metadata -INFO: Converting local name iems of variable flag_for_surface_emissivity_control from new to old metadata -INFO: Converting local name dlwsfc of variable cumulative_surface_downwelling_longwave_flux_multiplied_by_timestep from new to old metadata -INFO: Converting local name cimin of variable minimum_sea_ice_concentration from new to old metadata -INFO: Converting local name zs of variable depth_of_soil_levels_for_land_surface_model from new to old metadata -INFO: Converting local name fm10_land of variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_land from new to old metadata -INFO: Converting local name lsm_noahmp of variable flag_for_noahmp_land_surface_scheme from new to old metadata -INFO: Converting local name cs_parm(1) of variable updraft_velocity_tunable_parameter_1_CS from new to old metadata -INFO: Converting local name z_c of variable sub_layer_cooling_thickness from new to old metadata -INFO: Converting local name rainc of variable lwe_thickness_of_convective_precipitation_amount_on_dynamics_timestep from new to old metadata -INFO: Converting local name do_cnvgwd of variable flag_for_convective_gravity_wave_drag from new to old metadata -INFO: Converting local name nlunit of variable iounit_namelist from new to old metadata -INFO: Converting local name gw_dtdt of variable tendency_of_air_temperature_due_to_ugwp from new to old metadata -INFO: Converting local name phy_myj_vz0 of variable v_wind_component_at_viscous_sublayer_top from new to old metadata -INFO: Converting local name dusfc_ss of variable integrated_x_momentum_flux_from_small_scale_gwd from new to old metadata -INFO: Converting local name reset of variable flag_reset_maximum_hourly_fields from new to old metadata -INFO: Converting local name idat of variable date_and_time_at_model_initialization from new to old metadata -INFO: Converting local name oceanfrac of variable sea_area_fraction from new to old metadata -INFO: Converting local name rho_h2o of variable density_of_fresh_water from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_ozone) of variable ozone_mixing_ratio from new to old metadata -INFO: Converting local name qv of variable water_vapor_specific_humidity_at_Lagrangian_surface from new to old metadata -INFO: Converting local name adjnirdfd of variable surface_downwelling_diffuse_near_infrared_shortwave_flux from new to old metadata -INFO: Converting local name ca_global of variable flag_for_global_cellular_automata from new to old metadata -INFO: Converting local name landfrac of variable land_area_fraction from new to old metadata -INFO: Converting local name iopt_btr of variable flag_for_soil_moisture_factor_stomatal_resistance_option from new to old metadata -INFO: Converting local name cqs2 of variable surface_exchange_coefficient_for_moisture_at_2m from new to old metadata -INFO: Converting local name snohfa of variable cumulative_snow_freezing_rain_upward_latent_heat_flux_multiplied_by_timestep from new to old metadata -INFO: Converting local name nvisbm_cpl of variable cumulative_surface_net_downward_direct_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name GFS_sfcprop_type of variable GFS_sfcprop_type from new to old metadata -INFO: Converting local name oz_phys of variable flag_for_ozone_physics from new to old metadata -INFO: Converting local name rhowater of variable liquid_water_density from new to old metadata -INFO: Converting local name zsnsoxy of variable layer_bottom_depth_from_snow_surface from new to old metadata -INFO: Converting local name nthresh of variable threshold_for_perturbed_vertical_velocity from new to old metadata -INFO: Converting local name phy_f3d(:,:,1) of variable air_temperature_two_time_steps_back from new to old metadata -INFO: Converting local name gq0(:,:,index_for_water_friendly_aerosols) of variable water_friendly_aerosol_number_concentration_updated_by_physics from new to old metadata -INFO: Converting local name wetness of variable normalized_soil_wetness_for_land_surface_model from new to old metadata -INFO: Converting local name v10mi_cpl of variable instantaneous_y_wind_at_10m_for_coupling from new to old metadata -INFO: Converting local name rh02min of variable minimum_relative_humidity_at_2m_over_maximum_hourly_time_interval from new to old metadata -INFO: Converting local name nf_aelw of variable number_of_aerosol_output_fields_for_longwave_radiation from new to old metadata -INFO: Converting local name isubc_sw of variable flag_for_sw_clouds_without_sub_grid_approximation from new to old metadata -INFO: Converting local name gq0(:,:,index_for_rain_number_concentration) of variable rain_number_concentration_updated_by_physics from new to old metadata -INFO: Converting local name dvsfc1 of variable instantaneous_surface_y_momentum_flux from new to old metadata -INFO: Converting local name nirdfdi of variable surface_downwelling_diffuse_near_infrared_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name isatmedmf_vdif of variable choice_of_original_scale_aware_TKE_moist_EDMF_PBL from new to old metadata -INFO: Converting local name fprcp of variable number_of_frozen_precipitation_species from new to old metadata -INFO: Converting local name tsurf_land of variable surface_skin_temperature_after_iteration_over_land from new to old metadata -INFO: Converting local name kd of variable vertical_index_difference_between_inout_and_local from new to old metadata -INFO: Converting local name LTP of variable extra_top_layer from new to old metadata -INFO: Converting local name solcon of variable solar_constant from new to old metadata -INFO: Converting local name gq0(:,:,index_for_snow_number_concentration) of variable snow_number_concentration_updated_by_physics from new to old metadata -INFO: Converting local name bl_mynn_tkebudget of variable tke_budget from new to old metadata -INFO: Converting local name xu of variable diurnal_thermocline_layer_x_current from new to old metadata -INFO: Converting local name bl_mynn_tkeadvect of variable tke_advect from new to old metadata -INFO: Converting local name hflx_ice of variable kinematic_surface_upward_sensible_heat_flux_over_ice from new to old metadata -INFO: Converting local name smcwlt2 of variable volume_fraction_of_condensed_water_in_soil_at_wilting_point from new to old metadata -INFO: Converting local name imfdeepcnv of variable flag_for_mass_flux_deep_convection_scheme from new to old metadata -INFO: Converting local name ntchm of variable number_of_chemical_tracers from new to old metadata -INFO: Converting local name ncpl of variable local_condesed_water_number_concentration from new to old metadata -INFO: Converting local name vvl of variable omega from new to old metadata -INFO: Converting local name xkzminv of variable atmosphere_heat_diffusivity_background_maximum from new to old metadata -INFO: Converting local name snowc of variable surface_snow_area_fraction from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_of_subgrid_scale_cloud_fraction_from_shoc_in_phy_f3d) of variable subgrid_scale_cloud_fraction_from_shoc from new to old metadata -INFO: Converting local name du3dt(:,:,4) of variable cumulative_change_in_x_wind_due_to_convective_gravity_wave_drag from new to old metadata -INFO: Converting local name jcap of variable number_of_spectral_wave_trancation_for_sas from new to old metadata -INFO: Converting local name cd_ocean of variable surface_drag_coefficient_for_momentum_in_air_over_ocean from new to old metadata -INFO: Converting local name vfrac of variable vegetation_area_fraction from new to old metadata -INFO: Converting local name dvdftra of variable tendency_of_vertically_diffused_tracer_concentration from new to old metadata -INFO: Converting local name npzp1 of variable vertical_dimension_for_fast_physics_plus_one from new to old metadata -INFO: Converting local name duem of variable instantaneous_dust_emission_flux from new to old metadata -INFO: Converting local name prslrd0 of variable pressure_cutoff_for_rayleigh_damping from new to old metadata -INFO: Converting local name q2m of variable specific_humidity_at_2m from new to old metadata -INFO: Converting local name chs2 of variable surface_exchange_coefficient_for_heat_at_2m from new to old metadata -INFO: Converting local name lfmassxy of variable leaf_mass from new to old metadata -INFO: Converting local name phy_f3d(:,:,2) of variable water_vapor_specific_humidity_two_time_steps_back from new to old metadata -INFO: Converting local name rainp of variable tendency_of_rain_water_mixing_ratio_due_to_microphysics from new to old metadata -INFO: Converting local name ud_mf of variable instantaneous_atmosphere_updraft_convective_mass_flux from new to old metadata -INFO: Converting local name dudt_tms of variable instantaneous_change_in_x_wind_due_to_turbulent_orographic_form_drag from new to old metadata -INFO: Converting local name mg3_as_mg2 of variable flag_mg3_as_mg2 from new to old metadata -INFO: Converting local name htlw0 of variable tendency_of_air_temperature_due_to_longwave_heating_assuming_clear_sky_on_radiation_time_step from new to old metadata -INFO: Converting local name w_d of variable coefficient_w_d from new to old metadata -INFO: Converting local name shdmax of variable maximum_vegetation_area_fraction from new to old metadata -INFO: Converting local name iccn of variable flag_for_in_ccn_forcing_for_morrison_gettelman_microphysics from new to old metadata -INFO: Converting local name htlwc of variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step from new to old metadata -INFO: Converting local name scmpsw of variable components_of_surface_downward_shortwave_fluxes from new to old metadata -INFO: Converting local name tgrs(:,1) of variable air_temperature_at_lowest_model_layer from new to old metadata -INFO: Converting local name cmxy of variable surface_drag_coefficient_for_momentum_for_noahmp from new to old metadata -INFO: Converting local name snowd_land of variable surface_snow_thickness_water_equivalent_over_land from new to old metadata -INFO: Converting local name clouds(:,:,5) of variable mean_effective_radius_for_ice_cloud from new to old metadata -INFO: Converting local name xz of variable diurnal_thermocline_layer_thickness from new to old metadata -INFO: Converting local name tsfg of variable surface_ground_temperature_for_radiation from new to old metadata -INFO: Converting local name dkt of variable atmosphere_heat_diffusivity from new to old metadata -INFO: Converting local name qgrs of variable tracer_concentration from new to old metadata -INFO: Converting local name pgcon_deep of variable momentum_transport_reduction_factor_pgf_deep_convection from new to old metadata -INFO: Converting local name wind10mmax of variable maximum_wind_at_10m from new to old metadata -INFO: Converting local name slopetype of variable surface_slope_classification from new to old metadata -INFO: Converting local name Intdiag of variable GFS_diag_type_instance from new to old metadata -INFO: Converting local name mg_nccons of variable mg_flag_drop_concentration_constant from new to old metadata -INFO: Converting local name adjvisdfd of variable surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_snow_water) of variable tendency_of_snow_water_mixing_ratio_due_to_model_physics from new to old metadata -INFO: Converting local name nlwsfc_cpl of variable cumulative_surface_net_downward_longwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name clouds(:,:,9) of variable mean_effective_radius_for_snow_flake from new to old metadata -INFO: Converting local name con_cvap of variable specific_heat_of_water_vapor_at_constant_pressure from new to old metadata -INFO: Converting local name drydep of variable instantaneous_dry_deposition from new to old metadata -INFO: Converting local name semis_ocean of variable surface_longwave_emissivity_over_ocean_interstitial from new to old metadata -INFO: Converting local name master of variable mpi_root from new to old metadata -INFO: Converting local name gamt of variable countergradient_mixing_term_for_temperature from new to old metadata -INFO: Converting local name redrag of variable flag_for_reduced_drag_coefficient_over_sea from new to old metadata -INFO: Converting local name gq0(:,:,index_for_ozone) of variable ozone_concentration_updated_by_physics from new to old metadata -INFO: Converting local name do_skeb of variable flag_for_stochastic_skeb_option from new to old metadata -INFO: Converting local name qg_r of variable mass_weighted_rime_factor_mixing_ratio from new to old metadata -INFO: Converting local name min_seaice of variable sea_ice_minimum from new to old metadata -INFO: Converting local name betal_deep of variable downdraft_fraction_reaching_surface_over_land_deep_convection from new to old metadata -INFO: Converting local name alvwf of variable mean_vis_albedo_with_weak_cosz_dependency from new to old metadata -INFO: Converting local name do_gwd of variable flag_for_gravity_wave_drag from new to old metadata -INFO: Converting local name nf_aesw of variable number_of_aerosol_output_fields_for_shortwave_radiation from new to old metadata -INFO: Converting local name avg_max_length of variable time_interval_for_maximum_hourly_fields from new to old metadata -INFO: Converting local name tdomzr of variable dominant_freezing_rain_type from new to old metadata -INFO: Converting local name toticeb of variable accumulated_lwe_thickness_of_ice_amount_in_bucket from new to old metadata -INFO: Converting local name isppt_deep of variable flag_for_combination_of_sppt_with_isppt_deep from new to old metadata -INFO: Converting local name ice of variable lwe_thickness_of_ice_amount_on_dynamics_timestep from new to old metadata -INFO: Converting local name dq3dt(:,:,9) of variable cumulative_change_in_ozone_concentration_due_to_overhead_ozone_column from new to old metadata -INFO: Converting local name lsidea of variable flag_idealized_physics from new to old metadata -INFO: Converting local name ico2 of variable flag_for_using_prescribed_global_mean_co2_value from new to old metadata -INFO: Converting local name evap_ice of variable kinematic_surface_upward_latent_heat_flux_over_ice from new to old metadata -INFO: Converting local name do_awdd of variable flag_arakawa_wu_downdraft from new to old metadata -INFO: Converting local name hetfrz_classnuc of variable mg_flag_for_heterogeneous_freezing from new to old metadata -INFO: Converting local name mpiroot of variable mpi_root_for_fast_physics from new to old metadata -INFO: Converting local name dq3dt(:,:,4) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_microphysics from new to old metadata -INFO: Converting local name GFS_coupling_type of variable GFS_coupling_type from new to old metadata -INFO: Converting local name psurfi_cpl of variable instantaneous_surface_air_pressure_for_coupling from new to old metadata -INFO: Converting local name xkzm_h of variable atmosphere_heat_diffusivity_background from new to old metadata -INFO: Converting local name rh02max of variable maximum_relative_humidity_at_2m_over_maximum_hourly_time_interval from new to old metadata -INFO: Converting local name tmpmax of variable maximum_temperature_at_2m from new to old metadata -INFO: Converting local name fscav of variable fraction_of_tracer_scavenged from new to old metadata -INFO: Converting local name ntiwx of variable index_for_ice_cloud_condensate_vertical_diffusion_tracer from new to old metadata -INFO: Converting local name gasvmr(:,:,4) of variable volume_mixing_ratio_o2 from new to old metadata -INFO: Converting local name dpt2m of variable dewpoint_temperature_at_2m from new to old metadata -INFO: Converting local name mg_do_liq_liu of variable mg_flag_for_liu_liquid_treatment from new to old metadata -INFO: Converting local name ffhh_land of variable Monin_Obukhov_similarity_function_for_heat_over_land from new to old metadata -INFO: Converting local name crtrh(3) of variable critical_relative_humidity_at_top_of_atmosphere from new to old metadata -INFO: Converting local name smcwtdxy of variable soil_water_content_between_soil_bottom_and_water_table from new to old metadata -INFO: Converting local name visbmdi of variable surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name cdq_ice of variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_ice from new to old metadata -INFO: Converting local name adjnirdfu of variable surface_upwelling_diffuse_near_infrared_shortwave_flux from new to old metadata -INFO: Converting local name wcbmax of variable maximum_updraft_velocity_at_cloud_base from new to old metadata -INFO: Converting local name tsflw of variable surface_midlayer_air_temperature_in_longwave_radiation from new to old metadata -INFO: Converting local name asolfac_shal of variable aerosol_aware_parameter_shallow_convection from new to old metadata -INFO: Converting local name gabsbdlw_ocean of variable surface_downwelling_longwave_flux_absorbed_by_ground_over_ocean from new to old metadata -INFO: Converting local name de_lgth of variable cloud_decorrelation_length from new to old metadata -INFO: Converting local name GFS_interstitial_type of variable GFS_interstitial_type from new to old metadata -INFO: Converting local name imap of variable map_of_block_column_number_to_global_i_index from new to old metadata -INFO: Converting local name plyr of variable air_pressure_at_layer_for_radiation_in_hPa from new to old metadata -INFO: Converting local name skip_macro of variable flag_skip_macro from new to old metadata -INFO: Converting local name tsnoxy of variable snow_temperature from new to old metadata -INFO: Converting local name sbsnoa of variable cumulative_snow_deposition_sublimation_upward_latent_heat_flux_multiplied_by_timestep from new to old metadata -INFO: Converting local name prcpmp of variable lwe_thickness_of_explicit_precipitation_amount from new to old metadata -INFO: Converting local name clcn of variable convective_cloud_volume_fraction from new to old metadata -INFO: Converting local name gt0 of variable air_temperature_updated_by_physics from new to old metadata -INFO: Converting local name gamma of variable anisotropy_of_subgrid_orography from new to old metadata -INFO: Converting local name uconvtend of variable tendency_of_x_wind_due_to_deep_convection_for_coupling_on_physics_timestep from new to old metadata -INFO: Converting local name dswsfci_cpl of variable instantaneous_surface_downwelling_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name delp of variable pressure_thickness_at_Lagrangian_surface from new to old metadata -INFO: Converting local name lsm_ruc of variable flag_for_ruc_land_surface_scheme from new to old metadata -INFO: Converting local name dt_mf of variable instantaneous_atmosphere_detrainment_convective_mass_flux from new to old metadata -INFO: Converting local name d_conv of variable free_convection_layer_thickness from new to old metadata -INFO: Converting local name nlwsfci_cpl of variable instantaneous_surface_net_downward_longwave_flux_for_coupling from new to old metadata -INFO: Converting local name shum_wts of variable weights_for_stochastic_shum_perturbation from new to old metadata -INFO: Converting local name dswsfci of variable surface_downwelling_shortwave_flux from new to old metadata -INFO: Converting local name do_ysu of variable flag_for_ysu from new to old metadata -INFO: Converting local name q_con of variable cloud_condensed_water_specific_humidity_at_Lagrangian_surface from new to old metadata -INFO: Converting local name mom4ice of variable flag_for_mom4_coupling from new to old metadata -INFO: Converting local name tref of variable sea_surface_reference_temperature from new to old metadata -INFO: Converting local name faersw(:,:,:,3) of variable aerosol_asymmetry_parameter_for_shortwave_bands_01_16 from new to old metadata -INFO: Converting local name ie of variable ending_x_direction_index from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_water_friendly_aerosols) of variable water_friendly_aerosol_number_concentration from new to old metadata -INFO: Converting local name dugwd of variable time_integral_of_x_stress_due_to_gravity_wave_drag from new to old metadata -INFO: Converting local name ntot3d of variable number_of_fields_in_phyf3d from new to old metadata -INFO: Converting local name GFS_data_type of variable GFS_data_type from new to old metadata -INFO: Converting local name graupelprv of variable lwe_thickness_of_graupel_amount_from_previous_timestep from new to old metadata -INFO: Converting local name nstf_name(4) of variable vertical_temperature_average_range_lower_bound from new to old metadata -INFO: Converting local name kind_dyn of variable kind_dyn from new to old metadata -INFO: Converting local name acv of variable accumulated_lwe_thickness_of_convective_precipitation_amount_cnvc90 from new to old metadata -INFO: Converting local name lsoil_lsm of variable soil_vertical_dimension_for_land_surface_model from new to old metadata -INFO: Converting local name phy_myj_chkqlm of variable surface_layer_evaporation_switch from new to old metadata -INFO: Converting local name dtf of variable time_step_for_dynamics from new to old metadata -INFO: Converting local name dqsfci_cpl of variable instantaneous_surface_upward_latent_heat_flux_for_coupling from new to old metadata -INFO: Converting local name mg_do_hail of variable mg_flag_for_hail from new to old metadata -INFO: Converting local name iopt_sfc of variable flag_for_surface_layer_drag_coefficient_option from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_ice_cloud_number_concentration) of variable tendency_of_ice_number_concentration_due_to_model_physics from new to old metadata -INFO: Converting local name kind_LOGICAL of variable kind_LOGICAL from new to old metadata -INFO: Converting local name hybedmf of variable flag_for_hedmf from new to old metadata -INFO: Converting local name dvisdfi_cpl of variable instantaneous_surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name exch_h of variable atmosphere_heat_diffusivity_for_mynnpbl from new to old metadata -INFO: Converting local name z01d of variable perturbation_of_momentum_roughness_length from new to old metadata -INFO: Converting local name prevst of variable temperature_from_previous_timestep from new to old metadata -INFO: Converting local name tracers_total of variable number_of_total_tracers from new to old metadata -INFO: Converting local name wind of variable wind_speed_at_lowest_model_layer from new to old metadata -INFO: Converting local name hprime of variable statistical_measures_of_subgrid_orography from new to old metadata -INFO: Converting local name oz_coeffp5 of variable number_of_coefficients_in_ozone_forcing_data_plus_five from new to old metadata -INFO: Converting local name tvxy of variable vegetation_temperature from new to old metadata -INFO: Converting local name ncps of variable local_snow_number_concentration from new to old metadata -INFO: Converting local name zlvl of variable height_above_ground_at_lowest_model_layer from new to old metadata -INFO: Converting local name restart of variable flag_for_restart from new to old metadata -INFO: Converting local name con_tice of variable freezing_point_temperature_of_seawater from new to old metadata -INFO: Converting local name sfcnsw of variable surface_net_downwelling_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name tau_mtb of variable time_integral_of_momentum_flux_due_to_mountain_blocking_drag from new to old metadata -INFO: Metadata table for model FV3 written to tests/build_fv3_11/FV3/ccpp/physics/CCPP_VARIABLES_FV3.html -INFO: Parsing metadata tables in physics scheme files ... -INFO: Parsed tables in scheme rayleigh_damp -INFO: Parsed tables in scheme GFS_surface_composites_pre -INFO: Parsed tables in scheme GFS_surface_composites_inter -INFO: Parsed tables in scheme GFS_surface_composites_post -INFO: Parsed tables in scheme rrtmg_sw -INFO: Parsed tables in scheme sfc_ocean -INFO: Parsed tables in scheme gwdc_pre -INFO: Parsed tables in scheme gwdc -INFO: Parsed tables in scheme gwdc_post -INFO: Parsed tables in scheme cu_gf_driver_pre -INFO: Parsed tables in scheme gfdl_cloud_microphys -INFO: Parsed tables in scheme GFS_time_vary_pre -INFO: Parsed tables in scheme GFS_rrtmg_setup -INFO: Parsed tables in scheme zhaocarr_gscond -INFO: Parsed tables in scheme ysuvdif -INFO: Parsed tables in scheme rrtmg_sw_post -INFO: Parsed tables in scheme GFS_SCNV_generic_pre -INFO: Parsed tables in scheme GFS_SCNV_generic_post -INFO: Parsed tables in scheme GFS_rrtmg_pre -INFO: Parsed tables in scheme sfc_sice -INFO: Parsed tables in scheme samfdeepcnv -INFO: Parsed tables in scheme satmedmfvdif -INFO: Parsed tables in scheme mynnrad_post -INFO: Parsed tables in scheme cu_gf_driver_post -INFO: Parsed tables in scheme cs_conv_aw_adj -INFO: Parsed tables in scheme GFS_phys_time_vary -INFO: Parsed tables in scheme ozphys_2015 -INFO: Parsed tables in scheme GFS_suite_interstitial_rad_reset -INFO: Parsed tables in scheme GFS_suite_interstitial_phys_reset -INFO: Parsed tables in scheme GFS_suite_interstitial_1 -INFO: Parsed tables in scheme GFS_suite_interstitial_2 -INFO: Parsed tables in scheme GFS_suite_stateout_reset -INFO: Parsed tables in scheme GFS_suite_stateout_update -INFO: Parsed tables in scheme GFS_suite_interstitial_3 -INFO: Parsed tables in scheme GFS_suite_interstitial_4 -INFO: Parsed tables in scheme samfshalcnv -INFO: Parsed tables in scheme zhaocarr_precpd -INFO: Parsed tables in scheme noahmpdrv -INFO: Parsed tables in scheme mp_fer_hires -INFO: Parsed tables in scheme myjpbl_wrapper -INFO: Parsed tables in scheme GFS_surface_generic_pre -INFO: Parsed tables in scheme GFS_surface_generic_post -INFO: Parsed tables in scheme cu_ntiedtke_post -INFO: Parsed tables in scheme sfc_diag -INFO: Parsed tables in scheme rrtmg_lw -INFO: Parsed tables in scheme GFS_diagtoscreen -INFO: Parsed tables in scheme GFS_interstitialtoscreen -INFO: Parsed tables in scheme GFS_abort -INFO: Parsed tables in scheme GFS_checkland -INFO: Parsed tables in scheme mynnrad_pre -INFO: Parsed tables in scheme satmedmfvdifq -INFO: Parsed tables in scheme cs_conv_pre -INFO: Parsed tables in scheme cs_conv_post -INFO: Parsed tables in scheme cs_conv -INFO: Parsed tables in scheme shinhongvdif -INFO: Parsed tables in scheme h2ophys -INFO: Parsed tables in scheme rrtmg_lw_post -INFO: Parsed tables in scheme sfc_nst -INFO: Parsed tables in scheme sfc_nst_pre -INFO: Parsed tables in scheme sfc_nst_post -INFO: Parsed tables in scheme cu_ntiedtke_pre -INFO: Parsed tables in scheme cu_ntiedtke -INFO: Parsed tables in scheme cires_ugwp_post -INFO: Parsed tables in scheme hedmf -INFO: Parsed tables in scheme sfc_diff -INFO: Parsed tables in scheme mp_thompson_pre -INFO: Parsed tables in scheme sfc_diag_post -INFO: Parsed tables in scheme m_micro_pre -INFO: Parsed tables in scheme m_micro_post -INFO: Parsed tables in scheme m_micro -INFO: Parsed tables in scheme fv_sat_adj -INFO: Parsed tables in scheme GFS_surface_loop_control_part1 -INFO: Parsed tables in scheme GFS_surface_loop_control_part2 -INFO: Parsed tables in scheme shoc -INFO: Parsed tables in scheme GFS_rrtmg_post -INFO: Parsed tables in scheme GFS_GWD_generic_pre -INFO: Parsed tables in scheme GFS_GWD_generic_post -INFO: Parsed tables in scheme rrtmg_sw_pre -INFO: Parsed tables in scheme GFS_MP_generic_pre -INFO: Parsed tables in scheme GFS_MP_generic_post -INFO: Parsed tables in scheme cu_gf_driver -INFO: Parsed tables in scheme GFS_PBL_generic_pre -INFO: Parsed tables in scheme GFS_PBL_generic_post -INFO: Parsed tables in scheme mp_thompson_post -INFO: Parsed tables in scheme mp_thompson -INFO: Parsed tables in scheme rrtmg_lw_pre -INFO: Parsed tables in scheme gwdps -INFO: Parsed tables in scheme shalcnv -INFO: Parsed tables in scheme cires_ugwp -INFO: Parsed tables in scheme get_prs_fv3 -INFO: Parsed tables in scheme get_phi_fv3 -INFO: Parsed tables in scheme mynnsfc_wrapper -INFO: Parsed tables in scheme GFS_suite_ini_fini_test -INFO: Parsed tables in scheme myjsfc_wrapper -INFO: Parsed tables in scheme mynnedmf_wrapper -INFO: Parsed tables in scheme ozphys -INFO: Parsed tables in scheme lsm_ruc -INFO: Parsed tables in scheme GFS_stochastics -INFO: Parsed tables in scheme drag_suite -INFO: Parsed tables in scheme sfc_cice -INFO: Parsed tables in scheme sascnvn -INFO: Parsed tables in scheme lsm_ruc_sfc_sice_pre -INFO: Parsed tables in scheme lsm_ruc_sfc_sice_post -INFO: Parsed tables in scheme GFS_DCNV_generic_pre -INFO: Parsed tables in scheme GFS_DCNV_generic_post -INFO: Parsed tables in scheme cnvc90 -INFO: Parsed tables in scheme GFS_rad_time_vary -INFO: Parsed tables in scheme maximum_hourly_diagnostics -INFO: Parsed tables in scheme lsm_noah -INFO: Parsed tables in scheme dcyc2t3 -INFO: Parsed tables in scheme dcyc2t3_post -INFO: Parsed tables in scheme moninshoc -INFO: filtering out variable GFS_stateout_type_instance -INFO: filtering out variable accumulated_change_of_air_temperature_due_to_FA_scheme -INFO: filtering out variable accumulated_water_equivalent_of_frozen_precip -INFO: filtering out variable aerosol_number_concentration_from_gocart_aerosol_climatology -INFO: filtering out variable air_temperature_at_previous_time_step -INFO: filtering out variable air_temperature_two_time_steps_back -INFO: filtering out variable area_fraction_of_wet_canopy -INFO: filtering out variable atmosphere_energy_content_at_Lagrangian_surface -INFO: filtering out variable atmosphere_energy_content_in_column -INFO: filtering out variable atmosphere_heat_diffusivity_for_mynnpbl -INFO: filtering out variable atmosphere_heat_diffusivity_from_shoc -INFO: filtering out variable atmosphere_momentum_diffusivity_for_mynnpbl -INFO: filtering out variable baseline_surface_roughness_length -INFO: filtering out variable canopy_air_temperature -INFO: filtering out variable canopy_air_vapor_pressure -INFO: filtering out variable canopy_intercepted_ice_mass -INFO: filtering out variable canopy_intercepted_liquid_water -INFO: filtering out variable cappa_moist_gas_constant_at_Lagrangian_surface -INFO: filtering out variable ccn_number_concentration -INFO: filtering out variable ccpp_block_number -INFO: filtering out variable cell_area_for_fast_physics -INFO: filtering out variable cell_size -INFO: filtering out variable characteristic_grid_length_scale -INFO: filtering out variable choice_of_original_scale_aware_TKE_moist_EDMF_PBL -INFO: filtering out variable choice_of_scale_aware_TKE_moist_EDMF_PBL -INFO: filtering out variable choice_of_updated_scale_aware_TKE_moist_EDMF_PBL -INFO: filtering out variable cloud_area_fraction -INFO: filtering out variable cloud_base_mass_flux -INFO: filtering out variable cloud_condensed_water_conversion_threshold -INFO: filtering out variable cloud_condensed_water_mixing_ratio_at_lowest_model_layer -INFO: filtering out variable cloud_condensed_water_mixing_ratio_at_surface -INFO: filtering out variable cloud_condensed_water_specific_humidity_at_Lagrangian_surface -INFO: filtering out variable cloud_droplet_number_concentration -INFO: filtering out variable cloud_droplet_number_concentration_updated_by_physics -INFO: filtering out variable cloud_fraction_at_Lagrangian_surface -INFO: filtering out variable cloud_fraction_for_MG -INFO: filtering out variable cloud_graupel_specific_humidity_at_Lagrangian_surface -INFO: filtering out variable cloud_ice_specific_humidity_at_Lagrangian_surface -INFO: filtering out variable cloud_liquid_water_specific_humidity_at_Lagrangian_surface -INFO: filtering out variable cloud_phase_transition_denominator -INFO: filtering out variable cloud_phase_transition_threshold_temperature -INFO: filtering out variable cloud_rain_specific_humidity_at_Lagrangian_surface -INFO: filtering out variable cloud_snow_specific_humidity_at_Lagrangian_surface -INFO: filtering out variable cloud_specie_mix_flag -INFO: filtering out variable cloudpdf -INFO: filtering out variable coefficient_for_evaporation_of_rainfall -INFO: filtering out variable coefficient_from_cloud_ice_to_snow -INFO: filtering out variable coefficient_from_cloud_water_to_rain -INFO: filtering out variable conv_activity_counter -INFO: filtering out variable convective_updraft_area_fraction -INFO: filtering out variable convective_updraft_area_fraction_at_model_interfaces -INFO: filtering out variable couple_sgs_clouds_to_radiation_flag -INFO: filtering out variable cumulative_change_in_x_wind_due_to_convective_gravity_wave_drag -INFO: filtering out variable cumulative_change_in_y_wind_due_to_convective_gravity_wave_drag -INFO: filtering out variable density_of_frozen_precipitation -INFO: filtering out variable depth_of_soil_levels_for_land_surface_model -INFO: filtering out variable detrainment_and_precipitation_tunable_parameter_3_CS -INFO: filtering out variable detrainment_and_precipitation_tunable_parameter_4_CS -INFO: filtering out variable do_myjsfc -INFO: filtering out variable do_mynnsfclay -INFO: filtering out variable downdraft_fraction_in_boundary_layer_mass_flux_scheme -INFO: filtering out variable edmf_flag -INFO: filtering out variable edmf_momentum_transport_flag -INFO: filtering out variable edmf_partition_flag -INFO: filtering out variable edmf_tke_transport_flag -INFO: filtering out variable emdf_updraft_area -INFO: filtering out variable emdf_updraft_cloud_water -INFO: filtering out variable emdf_updraft_entrainment_rate -INFO: filtering out variable emdf_updraft_theta_l -INFO: filtering out variable emdf_updraft_total_water -INFO: filtering out variable emdf_updraft_vertical_velocity -INFO: filtering out variable ending_x_direction_index -INFO: filtering out variable ending_x_direction_index_domain -INFO: filtering out variable ending_y_direction_index -INFO: filtering out variable ending_y_direction_index_domain -INFO: filtering out variable entrainment_efficiency_tunable_parameter_9_CS -INFO: filtering out variable equilibrium_soil_water_content -INFO: filtering out variable fa_threshold_relative_humidity_for_onset_of_condensation -INFO: filtering out variable fast_soil_pool_mass_content_of_carbon -INFO: filtering out variable fine_root_mass -INFO: filtering out variable finite_volume_mean_edge_pressure_raised_to_the_power_of_kappa -INFO: filtering out variable flag_arakawa_wu_downdraft -INFO: filtering out variable flag_convective_tracer_transport -INFO: filtering out variable flag_flip -INFO: filtering out variable flag_flux_form_CS -INFO: filtering out variable flag_for_2015_ozone_physics -INFO: filtering out variable flag_for_aerosol_input_MG -INFO: filtering out variable flag_for_canopy_stomatal_resistance_option -INFO: filtering out variable flag_for_dynamic_vegetation_option -INFO: filtering out variable flag_for_fast_microphysics_energy_conservation -INFO: filtering out variable flag_for_frozen_soil_permeability_option -INFO: filtering out variable flag_for_frozen_soil_physics -INFO: filtering out variable flag_for_ground_snow_surface_albedo_option -INFO: filtering out variable flag_for_hydrostatic_solver_for_fast_physics -INFO: filtering out variable flag_for_in_ccn_forcing_for_morrison_gettelman_microphysics -INFO: filtering out variable flag_for_individual_cloud_species_advected -INFO: filtering out variable flag_for_inline_cloud_fraction_calculation -INFO: filtering out variable flag_for_lower_boundary_soil_temperature_option -INFO: filtering out variable flag_for_pdf_for_morrison_gettelman_microphysics_scheme -INFO: filtering out variable flag_for_precipitation_partition_option -INFO: filtering out variable flag_for_radiation_transfer_option -INFO: filtering out variable flag_for_reading_leaf_area_index_from_input -INFO: filtering out variable flag_for_restart -INFO: filtering out variable flag_for_runoff_and_groundwater_option -INFO: filtering out variable flag_for_sas_deep_convection_scheme -INFO: filtering out variable flag_for_saturation_adjustment_for_microphysics_in_dynamics -INFO: filtering out variable flag_for_shoc_after_convection -INFO: filtering out variable flag_for_soil_and_snow_temperature_time_stepping_option -INFO: filtering out variable flag_for_soil_moisture_factor_stomatal_resistance_option -INFO: filtering out variable flag_for_supercooled_liquid_water_option -INFO: filtering out variable flag_for_surface_layer_drag_coefficient_option -INFO: filtering out variable flag_for_tendency_of_air_temperature_at_Lagrangian_surface -INFO: filtering out variable flag_for_the_last_step_of_k_split_remapping -INFO: filtering out variable flag_mg3_as_mg2 -INFO: filtering out variable flag_skip_macro -INFO: filtering out variable fraction_of_cloud_top_water_scavenged -INFO: filtering out variable fraction_of_tracer_scavenged -INFO: filtering out variable gas_constants_for_multi_gases_physics -INFO: filtering out variable gas_tracers_for_multi_gas_physics_at_Lagrangian_surface -INFO: filtering out variable gf_memory_counter -INFO: filtering out variable graupel_number_concentration_updated_by_physics -INFO: filtering out variable grav_settling -INFO: filtering out variable ground_temperature_for_noahmp -INFO: filtering out variable gwd_opt -INFO: filtering out variable h2o_forcing -INFO: filtering out variable heat_exchange_coefficient_for_MYJ_schemes -INFO: filtering out variable ice_friendly_aerosol_number_concentration -INFO: filtering out variable ice_friendly_aerosol_number_concentration_updated_by_physics -INFO: filtering out variable ice_number_concentration -INFO: filtering out variable ice_number_concentration_updated_by_physics -INFO: filtering out variable ice_supersaturation_threshold -INFO: filtering out variable ice_water_mixing_ratio -INFO: filtering out variable in_number_concentration -INFO: filtering out variable index_for_ice_cloud_condensate_vertical_diffusion_tracer -INFO: filtering out variable integrated_x_momentum_flux_from_blocking_drag -INFO: filtering out variable integrated_x_momentum_flux_from_form_drag -INFO: filtering out variable integrated_x_momentum_flux_from_large_scale_gwd -INFO: filtering out variable integrated_x_momentum_flux_from_small_scale_gwd -INFO: filtering out variable integrated_y_momentum_flux_from_blocking_drag -INFO: filtering out variable integrated_y_momentum_flux_from_form_drag -INFO: filtering out variable integrated_y_momentum_flux_from_large_scale_gwd -INFO: filtering out variable integrated_y_momentum_flux_from_small_scale_gwd -INFO: filtering out variable k_level_of_highest_reaching_plume -INFO: filtering out variable kappa_dry_for_fast_physics -INFO: filtering out variable kinematic_buoyancy_flux_from_shoc -INFO: filtering out variable kinematic_surface_latent_heat_flux -INFO: filtering out variable lake_water_storage -INFO: filtering out variable latitude_index_in_debug_printouts -INFO: filtering out variable layer_bottom_depth_from_snow_surface -INFO: filtering out variable leaf_area_index -INFO: filtering out variable leaf_mass -INFO: filtering out variable limit_for_temperature_tendency_for_microphysics -INFO: filtering out variable liquid_water_density -INFO: filtering out variable local_graupel_mixing_ratio -INFO: filtering out variable local_graupel_number_concentration -INFO: filtering out variable local_rain_number_concentration -INFO: filtering out variable local_rain_water_mixing_ratio -INFO: filtering out variable local_snow_number_concentration -INFO: filtering out variable local_snow_water_mixing_ratio -INFO: filtering out variable log_pressure_at_Lagrangian_surface -INFO: filtering out variable mass_weighted_rime_factor_updated_by_physics -INFO: filtering out variable maximum_column_heating_rate -INFO: filtering out variable maximum_mass_flux -INFO: filtering out variable maximum_updraft_velocity_at_cloud_base -INFO: filtering out variable mean_nir_albedo_with_weak_cosz_dependency -INFO: filtering out variable mean_vis_albedo_with_weak_cosz_dependency -INFO: filtering out variable mg_allow_supersat_after_sed -INFO: filtering out variable mg_autoconversion_size_threshold_ice_snow -INFO: filtering out variable mg_bergeron_efficiency_factor -INFO: filtering out variable mg_cloud_water_variance -INFO: filtering out variable mg_drop_concentration_constant -INFO: filtering out variable mg_flag_drop_concentration_constant -INFO: filtering out variable mg_flag_for_cloud_ice_processes -INFO: filtering out variable mg_flag_for_gmao_ice_formulation -INFO: filtering out variable mg_flag_for_graupel -INFO: filtering out variable mg_flag_for_hail -INFO: filtering out variable mg_flag_for_heterogeneous_freezing -INFO: filtering out variable mg_flag_for_liu_liquid_treatment -INFO: filtering out variable mg_flag_for_sb2001_autoconversion -INFO: filtering out variable mg_flag_for_uniform_subcolumns -INFO: filtering out variable mg_flag_graupel_concentration_constant -INFO: filtering out variable mg_flag_ice_concentration_constant -INFO: filtering out variable mg_graupel_concentration_constant -INFO: filtering out variable mg_ice_concentration_constant -INFO: filtering out variable mg_minimum_cloud_condensed_water_and_ice_mixing_ratio -INFO: filtering out variable mg_minimum_rh_for_ice -INFO: filtering out variable mg_time_scale_for_autoconversion_of_ice -INFO: filtering out variable mg_tuning_factor_for_alphas -INFO: filtering out variable mg_type_of_precip_fraction_method -INFO: filtering out variable minimum_value_of_specific_humidity -INFO: filtering out variable mix_total_water_flag -INFO: filtering out variable mixing_length -INFO: filtering out variable mixing_length_flag -INFO: filtering out variable moisture_from_previous_timestep -INFO: filtering out variable moisture_tendency_due_to_dynamics -INFO: filtering out variable momentum_exchange_coefficient_for_MYJ_schemes -INFO: filtering out variable mpi_comm -INFO: filtering out variable mpi_rank_for_fast_physics -INFO: filtering out variable mpi_root_for_fast_physics -INFO: filtering out variable natural_log_of_h2o_forcing_data_pressure_levels -INFO: filtering out variable nondimensional_snow_age -INFO: filtering out variable normalized_soil_wetness_for_land_surface_model -INFO: filtering out variable number_of_cloud_types_CS -INFO: filtering out variable number_of_coefficients_in_h2o_forcing_data -INFO: filtering out variable number_of_frozen_precipitation_species -INFO: filtering out variable number_of_gases_for_multi_gases_physics -INFO: filtering out variable number_of_ghost_zones -INFO: filtering out variable number_of_plumes -INFO: filtering out variable number_of_snow_layers -INFO: filtering out variable number_of_spectral_wave_trancation_for_sas -INFO: filtering out variable number_of_tracers_for_CS -INFO: filtering out variable number_of_tracers_plus_one -INFO: filtering out variable number_of_water_species -INFO: filtering out variable omp_threads_for_fast_physics -INFO: filtering out variable ozone_mixing_ratio -INFO: filtering out variable potential_temperature_at_2m -INFO: filtering out variable potential_temperature_at_viscous_sublayer_top -INFO: filtering out variable prandtl_number -INFO: filtering out variable pressure_thickness_at_Lagrangian_surface -INFO: filtering out variable q_prime_squared -INFO: filtering out variable rain_number_concentration_updated_by_physics -INFO: filtering out variable ratio_of_vapor_to_dry_air_gas_constants_minus_one_default_kind -INFO: filtering out variable reciprocal_of_obukhov_length -INFO: filtering out variable shoc_flag_for_optional_surface_TKE_dissipation -INFO: filtering out variable shoc_implicit_TKE_integration_uncentering_term -INFO: filtering out variable shoc_tke_dissipatation_pressure_threshold -INFO: filtering out variable shoc_tke_dissipation_tunable_parameter -INFO: filtering out variable shoc_tke_dissipation_tunable_parameter_near_surface -INFO: filtering out variable slow_soil_pool_mass_content_of_carbon -INFO: filtering out variable snow_albedo_at_previous_time_step -INFO: filtering out variable snow_layer_ice -INFO: filtering out variable snow_layer_liquid_water -INFO: filtering out variable snow_mass_at_previous_time_step -INFO: filtering out variable snow_number_concentration_updated_by_physics -INFO: filtering out variable snow_precipitation_rate_at_surface -INFO: filtering out variable snow_temperature -INFO: filtering out variable snow_temperature_bottom_first_layer -INFO: filtering out variable soil_temperature_for_land_surface_model -INFO: filtering out variable soil_vertical_dimension_for_land_surface_model -INFO: filtering out variable soil_water_content_between_soil_bottom_and_water_table -INFO: filtering out variable specific_heat_capacities_for_multi_gases_physics -INFO: filtering out variable specific_humidity_at_viscous_sublayer_top -INFO: filtering out variable stability_function_for_heat -INFO: filtering out variable starting_x_direction_index -INFO: filtering out variable starting_x_direction_index_domain -INFO: filtering out variable starting_y_direction_index -INFO: filtering out variable starting_y_direction_index_domain -INFO: filtering out variable stem_area_index -INFO: filtering out variable stem_mass -INFO: filtering out variable subgrid_cloud_fraction_pbl -INFO: filtering out variable subgrid_cloud_mixing_ratio_pbl -INFO: filtering out variable subgrid_scale_cloud_fraction_from_shoc -INFO: filtering out variable surface_air_pressure_at_previous_time_step -INFO: filtering out variable surface_air_pressure_two_time_steps_back -INFO: filtering out variable surface_condensation_mass -INFO: filtering out variable surface_drag_coefficient_for_heat_and_moisture_for_noahmp -INFO: filtering out variable surface_drag_coefficient_for_momentum_for_noahmp -INFO: filtering out variable surface_exchange_coefficient_for_heat -INFO: filtering out variable surface_exchange_coefficient_for_heat_at_2m -INFO: filtering out variable surface_exchange_coefficient_for_moisture -INFO: filtering out variable surface_exchange_coefficient_for_moisture_at_2m -INFO: filtering out variable surface_friction_velocity_drag -INFO: filtering out variable surface_geopotential_at_Lagrangian_surface -INFO: filtering out variable surface_latent_heat -INFO: filtering out variable surface_layer_evaporation_switch -INFO: filtering out variable surface_specific_humidity_for_MYJ_schemes -INFO: filtering out variable surface_stability_parameter -INFO: filtering out variable t_prime_q_prime -INFO: filtering out variable t_prime_squared -INFO: filtering out variable temperature_from_previous_timestep -INFO: filtering out variable temperature_tendency_due_to_dynamics -INFO: filtering out variable tendency_of_air_temperature_at_Lagrangian_surface -INFO: filtering out variable tendency_of_cloud_droplet_number_concentration_due_to_model_physics -INFO: filtering out variable tendency_of_ice_cloud_water_mixing_ratio_due_to_model_physics -INFO: filtering out variable tendency_of_ice_friendly_aerosol_number_concentration_due_to_model_physics -INFO: filtering out variable tendency_of_ice_friendly_aerosols_at_surface -INFO: filtering out variable tendency_of_ice_number_concentration_due_to_model_physics -INFO: filtering out variable tendency_of_liquid_cloud_water_mixing_ratio_due_to_model_physics -INFO: filtering out variable tendency_of_ozone_mixing_ratio_due_to_model_physics -INFO: filtering out variable tendency_of_rain_water_mixing_ratio_due_to_microphysics -INFO: filtering out variable tendency_of_water_friendly_aerosol_number_concentration_due_to_model_physics -INFO: filtering out variable tendency_of_water_friendly_aerosols_at_surface -INFO: filtering out variable tendency_of_water_vapor_specific_humidity_due_to_model_physics -INFO: filtering out variable tendency_of_x_wind_due_to_convective_gravity_wave_drag -INFO: filtering out variable tendency_of_y_wind_due_to_convective_gravity_wave_drag -INFO: filtering out variable theta_star -INFO: filtering out variable thickness_at_Lagrangian_surface -INFO: filtering out variable time_step_for_remapping_for_fast_physics -INFO: filtering out variable tke_advect -INFO: filtering out variable tke_at_mass_points -INFO: filtering out variable tke_budget -INFO: filtering out variable tke_dissipative_heating_factor -INFO: filtering out variable top_layer_index_for_fast_physics -INFO: filtering out variable total_accumulated_snowfall -INFO: filtering out variable triple_point_temperature_of_water -INFO: filtering out variable turbulent_kinetic_energy_convective_transport_tracer -INFO: filtering out variable u_wind_component_at_viscous_sublayer_top -INFO: filtering out variable updraft_fraction_in_boundary_layer_mass_flux_scheme -INFO: filtering out variable updraft_velocity_tunable_parameter_1_CS -INFO: filtering out variable updraft_velocity_tunable_parameter_2_CS -INFO: filtering out variable v_wind_component_at_viscous_sublayer_top -INFO: filtering out variable vegetation_temperature -INFO: filtering out variable vertical_dimension_for_fast_physics -INFO: filtering out variable vertical_dimension_for_thickness_at_Lagrangian_surface -INFO: filtering out variable vertical_dimension_of_h2o_forcing_data -INFO: filtering out variable virtual_temperature_at_Lagrangian_surface -INFO: filtering out variable volume_fraction_of_frozen_soil_moisture_for_land_surface_model -INFO: filtering out variable volume_fraction_of_soil_moisture_for_land_surface_model -INFO: filtering out variable volume_fraction_of_unfrozen_soil_moisture_for_land_surface_model -INFO: filtering out variable water_friendly_aerosol_number_concentration -INFO: filtering out variable water_friendly_aerosol_number_concentration_updated_by_physics -INFO: filtering out variable water_storage_in_aquifer -INFO: filtering out variable water_storage_in_aquifer_and_saturated_soil -INFO: filtering out variable water_table_depth -INFO: filtering out variable water_table_recharge_when_deep -INFO: filtering out variable water_table_recharge_when_shallow -INFO: filtering out variable water_vapor_mixing_ratio_at_surface -INFO: filtering out variable water_vapor_specific_humidity_at_Lagrangian_surface -INFO: filtering out variable water_vapor_specific_humidity_at_previous_time_step -INFO: filtering out variable water_vapor_specific_humidity_two_time_steps_back -INFO: filtering out variable weight_for_momentum_at_viscous_sublayer_top -INFO: filtering out variable weight_for_potental_temperature_at_viscous_sublayer_top -INFO: filtering out variable weight_for_specific_humidity_at_viscous_sublayer_top -INFO: filtering out variable wood_mass -INFO: filtering out variable x_momentum_tendency_from_blocking_drag -INFO: filtering out variable x_momentum_tendency_from_form_drag -INFO: filtering out variable x_momentum_tendency_from_large_scale_gwd -INFO: filtering out variable x_momentum_tendency_from_small_scale_gwd -INFO: filtering out variable y_momentum_tendency_from_blocking_drag -INFO: filtering out variable y_momentum_tendency_from_form_drag -INFO: filtering out variable y_momentum_tendency_from_large_scale_gwd -INFO: filtering out variable y_momentum_tendency_from_small_scale_gwd -INFO: Checking optional arguments in physics schemes ... -INFO: Metadata table for model FV3 written to tests/build_fv3_11/FV3/ccpp/framework/doc/DevelopersGuide/CCPP_VARIABLES_FV3.tex -INFO: Comparing metadata for requested and provided variables ... -INFO: Automatic unit conversion from m to um for effective_radius_of_stratiform_cloud_ice_particle_in_um before entering MODULE_mp_thompson SCHEME_mp_thompson SUBROUTINE_mp_thompson_run -INFO: Automatic unit conversion from m to um for effective_radius_of_stratiform_cloud_liquid_water_particle_in_um before entering MODULE_mp_thompson SCHEME_mp_thompson SUBROUTINE_mp_thompson_run -INFO: Automatic unit conversion from m to um for effective_radius_of_stratiform_cloud_snow_particle_in_um before entering MODULE_mp_thompson SCHEME_mp_thompson SUBROUTINE_mp_thompson_run -INFO: Generating schemes makefile/cmakefile snippet ... -INFO: Added 168 schemes to tests/build_fv3_11/FV3/ccpp/physics/CCPP_SCHEMES.mk, tests/build_fv3_11/FV3/ccpp/physics/CCPP_SCHEMES.cmake, tests/build_fv3_11/FV3/ccpp/physics/CCPP_SCHEMES.sh -INFO: Generating suite and group caps ... -INFO: Generating static API ccpp_static_api.F90 in tests/build_fv3_11/FV3/ccpp/physics ... -INFO: Generating caps makefile/cmakefile snippet ... -INFO: Added 10 auto-generated caps to tests/build_fv3_11/FV3/ccpp/physics/CCPP_CAPS.mk and tests/build_fv3_11/FV3/ccpp/physics/CCPP_CAPS.cmake -INFO: CCPP prebuild step completed successfully. -+ source build_fv3_11/FV3/ccpp/physics/CCPP_SCHEMES.sh -++ export 'CCPP_SCHEMES=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/aer_cloud.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/aerclm_def.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/aerinterp.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/calpreciptype.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cldwat2m_micro.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cldmacro.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/date_def.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/funcphys.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gcycle.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/h2o_def.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/h2ointerp.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/iccn_def.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/iccninterp.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/iounitdef.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/machine.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mersenne_twister.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfpbl.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg_utils.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg2_0.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg3_0.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/multi_gases.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_model.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_parameters.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_radar.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_thompson.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MP_FER_HIRES.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_bl_mynn.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_mynn.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_orowam2017.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/namelist_soilveg.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfpblt.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfpbltq.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfscu.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfscuq.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/noahmp_tables.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/num_parthds.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozne_def.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozinterp.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/physcons.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/physparam.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radcons.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_aerosols.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_astronomy.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_clouds.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_gases.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_surface.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radlw_datatb.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radlw_param.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radsw_datatb.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radsw_param.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/samfaerosols.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfcsub.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sflx.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/set_soilveg.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/surface_perturbation.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_deep.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_sh.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/tridi.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/wv_saturation.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_soil_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rayleigh_damp.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radsw_main.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_ocean.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gwdc.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gscond.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ysuvdif.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_sice.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/samfdeepcnv.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/satmedmfvdif.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozphys_2015.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/samfshalcnv.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/precpd.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_fer_hires.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diag.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radlw_main.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_debug.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/satmedmfvdifq.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cs_conv.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/shinhongvdif.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/h2ophys.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_nst.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/moninedmf.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diff.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diag_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/m_micro.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gcm_shoc.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gwdps.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/shalcnv.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/get_prs_fv3.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozphys.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_stochastics.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/drag_suite.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_cice.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sascnvn.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cnvc90.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_drv.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/dcyc2.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/moninshoc.f' -++ CCPP_SCHEMES='/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/aer_cloud.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/aerclm_def.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/aerinterp.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/calpreciptype.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cldwat2m_micro.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cldmacro.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/date_def.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/funcphys.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gcycle.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/h2o_def.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/h2ointerp.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/iccn_def.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/iccninterp.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/iounitdef.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/machine.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mersenne_twister.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfpbl.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg_utils.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg2_0.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg3_0.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/multi_gases.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_model.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_parameters.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_radar.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_thompson.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MP_FER_HIRES.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_bl_mynn.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_mynn.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_orowam2017.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/namelist_soilveg.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfpblt.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfpbltq.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfscu.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfscuq.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/noahmp_tables.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/num_parthds.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozne_def.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozinterp.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/physcons.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/physparam.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radcons.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_aerosols.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_astronomy.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_clouds.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_gases.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_surface.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radlw_datatb.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radlw_param.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radsw_datatb.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radsw_param.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/samfaerosols.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfcsub.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sflx.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/set_soilveg.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/surface_perturbation.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_deep.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_sh.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/tridi.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/wv_saturation.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_soil_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rayleigh_damp.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radsw_main.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_ocean.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gwdc.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gscond.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ysuvdif.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_sice.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/samfdeepcnv.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/satmedmfvdif.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozphys_2015.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/samfshalcnv.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/precpd.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_fer_hires.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diag.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radlw_main.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_debug.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/satmedmfvdifq.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cs_conv.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/shinhongvdif.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/h2ophys.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_nst.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/moninedmf.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diff.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diag_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/m_micro.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gcm_shoc.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gwdps.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/shalcnv.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/get_prs_fv3.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozphys.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_stochastics.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/drag_suite.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_cice.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sascnvn.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cnvc90.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_drv.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/dcyc2.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/moninshoc.f' -+ source build_fv3_11/FV3/ccpp/physics/CCPP_CAPS.sh -++ export 'CCPP_CAPS=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_11/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_regional_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_11/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_regional_time_vary_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_11/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_regional_radiation_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_11/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_regional_physics_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_11/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_regional_stochastics_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_11/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_regional_c768_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_11/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_regional_c768_time_vary_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_11/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_regional_c768_radiation_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_11/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_regional_c768_physics_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_11/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_regional_c768_stochastics_cap.F90' -++ CCPP_CAPS='/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_11/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_regional_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_11/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_regional_time_vary_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_11/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_regional_radiation_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_11/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_regional_physics_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_11/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_regional_stochastics_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_11/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_regional_c768_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_11/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_regional_c768_time_vary_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_11/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_regional_c768_radiation_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_11/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_regional_c768_physics_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_11/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_regional_c768_stochastics_cap.F90' -+ source build_fv3_11/FV3/ccpp/physics/CCPP_STATIC_API.sh -++ export CCPP_STATIC_API=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_11/FV3/ccpp/physics/ccpp_static_api.F90 -++ CCPP_STATIC_API=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_11/FV3/ccpp/physics/ccpp_static_api.F90 -+ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp_regional,FV3_GFS_2017_gfdlmp_regional_c768 32BIT=Y == *\N\A\M\_\p\h\y\s\=\Y* ]] -+ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp_regional,FV3_GFS_2017_gfdlmp_regional_c768 32BIT=Y == *\W\W\3\=\Y* ]] -++ trim ' -DREPRO=Y -D32BIT=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -DDYN32=ON -DSTATIC=ON -DMULTI_GASES=OFF' -++ local 'var= -DREPRO=Y -D32BIT=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -DDYN32=ON -DSTATIC=ON -DMULTI_GASES=OFF' -++ var='-DREPRO=Y -D32BIT=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -DDYN32=ON -DSTATIC=ON -DMULTI_GASES=OFF' -++ var='-DREPRO=Y -D32BIT=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -DDYN32=ON -DSTATIC=ON -DMULTI_GASES=OFF' -++ echo -n '-DREPRO=Y -D32BIT=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -DDYN32=ON -DSTATIC=ON -DMULTI_GASES=OFF' -+ CCPP_CMAKE_FLAGS='-DREPRO=Y -D32BIT=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -DDYN32=ON -DSTATIC=ON -DMULTI_GASES=OFF' -+ source /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc -++ __ms_function_name=setup__test_function__385564 -++ eval 'setup__test_function__385564() { /bin/true ; }' ++ [[ WW3=Y == *\D\E\B\U\G\=\Y* ]] ++ [[ WW3=Y == *\R\E\P\R\O\=\Y* ]] ++ [[ WW3=Y == *\3\2\B\I\T\=\Y* ]] ++ [[ WW3=Y == *\O\P\E\N\M\P\=\N* ]] ++ [[ WW3=Y == *\C\C\P\P\=\Y* ]] ++ [[ WW3=Y == *\N\A\M\_\p\h\y\s\=\Y* ]] ++ [[ WW3=Y == *\W\W\3\=\Y* ]] ++ CCPP_CMAKE_FLAGS=' -DWW3=Y' +++ trim ' -DWW3=Y' +++ local 'var= -DWW3=Y' +++ var=-DWW3=Y +++ var=-DWW3=Y +++ echo -n -DWW3=Y ++ CCPP_CMAKE_FLAGS=-DWW3=Y ++ source /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc +++ __ms_function_name=setup__test_function__104509 +++ eval 'setup__test_function__104509() { /bin/true ; }' +++ eval '__text="text" ; if [[ $__text =~ ^(t).* ]] ; then printf "%s" ${.sh.match[1]} ; fi' +++ cat ++ __ms_ksh_test= -+++ eval 'if ( set | grep setup__test_function__385564 | grep -v name > /dev/null 2>&1 ) ; then echo t ; fi ' ++++ eval 'if ( set | grep setup__test_function__104509 | grep -v name > /dev/null 2>&1 ) ; then echo t ; fi ' +++ cat ++ __ms_bash_test=t ++ [[ ! -z '' ]] @@ -4846,7 +1152,7 @@ INFO: CCPP prebuild step completed successfully. ++ eval module help ++ module purge +++ /apps/lmod/7.7.18/libexec/lmod bash purge -++ eval unset 'BACIO_LIB4;' unset 'BACIO_LIB8;' unset 'BACIO_SRC;' unset 'BACIO_VER;' unset '__LMOD_REF_COUNT_CLASSPATH;' unset 'CLASSPATH;' unset 'CMAKE_CXX_COMPILER;' unset 'CMAKE_C_COMPILER;' unset 'CMAKE_Fortran_COMPILER;' unset 'CMAKE_Platform;' unset 'COMP;' unset '__LMOD_REF_COUNT_CPATH;' unset 'CPATH;' unset 'CRTM_FIX;' unset 'CRTM_INC;' unset 'CRTM_LIB;' unset 'CRTM_SRC;' unset 'CRTM_VER;' unset 'ESMFMKFILE;' unset 'G2TMPL_INC;' unset 'G2TMPL_LIB;' unset 'G2TMPL_SRC;' unset 'G2TMPL_VER;' unset 'G2_INC4;' unset 'G2_INCd;' unset 'G2_LIB4;' unset 'G2_LIBd;' unset 'G2_SRC;' unset 'G2_VER;' unset 'GDBSERVER_MIC;' unset 'GDB_CROSS;' unset '__LMOD_REF_COUNT_INFOPATH;' unset 'INFOPATH;' unset '__LMOD_REF_COUNT_INTEL_LICENSE_FILE;' unset 'INTEL_LICENSE_FILE;' unset 'INTEL_PYTHONHOME;' unset 'IPATH_NO_BACKTRACE;' unset 'IP_INC4;' unset 'IP_INC8;' unset 'IP_INCd;' unset 'IP_LIB4;' unset 'IP_LIB8;' unset 'IP_LIBd;' unset 'IP_SRC;' unset 'IP_VER;' unset 'I_MPI_CC;' unset 'I_MPI_F90;' unset 'I_MPI_HYDRA_BRANCH_COUNT;' unset 'I_MPI_HYDRA_PMI_CONNECT;' unset 'I_MPI_ROOT;' unset 'I_MPI_TMI_PROVIDER;' unset 'JASPER_INC;' unset 'JASPER_LIB;' unset 'JASPER_SRC;' unset 'JASPER_VER;' '__LMOD_REF_COUNT_LD_LIBRARY_PATH="/apps/slurm/default/lib:1";' export '__LMOD_REF_COUNT_LD_LIBRARY_PATH;' 'LD_LIBRARY_PATH=":/apps/slurm/default/lib";' export 'LD_LIBRARY_PATH;' unset '__LMOD_REF_COUNT_LIBRARY_PATH;' unset 'LIBRARY_PATH;' unset 'LIB_NAME;' unset 'LMOD_FAMILY_COMPILER;' unset 'LMOD_FAMILY_COMPILER_VERSION;' unset 'LMOD_FAMILY_MPI;' unset 'LMOD_FAMILY_MPI_VERSION;' unset '__LMOD_REF_COUNT_LOADEDMODULES;' unset 'LOADEDMODULES;' '__LMOD_REF_COUNT_MANPATH="/apps/lmod/lmod/share/man:1;/apps/local/man:1;/apps/slurm/default/share/man:1;/apps/slurm/tools/sbank/share/man:1";' export '__LMOD_REF_COUNT_MANPATH;' 'MANPATH="/apps/lmod/lmod/share/man::/apps/local/man:/apps/slurm/default/share/man:/apps/slurm/tools/sbank/share/man";' export 'MANPATH;' '__LMOD_REF_COUNT_MODULEPATH="/contrib/modulefiles:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:1;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1";' export '__LMOD_REF_COUNT_MODULEPATH;' 'MODULEPATH="/contrib/modulefiles:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles";' export 'MODULEPATH;' unset 'MPM_LAUNCHER;' unset 'NCEPLIBS;' unset 'NEMSIO_INC;' unset 'NEMSIO_LIB;' unset 'NEMSIO_SRC;' unset 'NEMSIO_VER;' unset 'NETCDF;' unset '__LMOD_REF_COUNT_NLSPATH;' unset 'NLSPATH;' '__LMOD_REF_COUNT_PATH="/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:1;/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/opt/ibutils/bin:1;/apps/local/bin:1;/apps/local/sbin:1;/apps/slurm/default/tools:1;/apps/slurm/default/bin:1;/apps/slurm/default/sbin:1;/apps/slurm/tools/sbank/bin:1;/home/Dusan.Jovic/bin:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/dbrowse:1";' export '__LMOD_REF_COUNT_PATH;' 'PATH="/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/opt/ibutils/bin:/apps/local/bin:/apps/local/sbin:/apps/slurm/default/tools:/apps/slurm/default/bin:/apps/slurm/default/sbin:/apps/slurm/tools/sbank/bin:/home/Dusan.Jovic/bin:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/dbrowse";' export 'PATH;' unset '__LMOD_REF_COUNT_PKG_CONFIG_PATH;' unset 'PKG_CONFIG_PATH;' unset 'PNG_INC;' unset 'PNG_LIB;' unset 'PNG_SRC;' unset 'PNG_VER;' unset 'POST_INC;' unset 'POST_LIB;' unset 'POST_SRC;' unset 'POST_VER;' unset 'SLURM_UTILS_PATH;' unset 'SP_LIB4;' unset 'SP_LIB8;' unset 'SP_LIBd;' unset 'SP_SRC;' unset 'SP_VER;' unset 'W3EMC_INC4;' unset 'W3EMC_INC8;' unset 'W3EMC_INCd;' unset 'W3EMC_LIB4;' unset 'W3EMC_LIB8;' unset 'W3EMC_LIBd;' unset 'W3EMC_SRC;' unset 'W3EMC_VER;' unset 'W3NCO_LIB4;' unset 'W3NCO_LIB8;' unset 'W3NCO_LIBd;' unset 'W3NCO_SRC;' unset 'W3NCO_VER;' unset 'Z_INC;' unset 'Z_LIB;' unset 'Z_SRC;' unset 'Z_VER;' unset '__LMOD_REF_COUNT__LMFILES_;' unset '_LMFILES_;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9jb250cmliL21vZHVsZWZpbGVzIiwiL3NjcmF0Y2gyL05DRVBERVYvZnYzLWNhbS9EdXNhbi5Kb3ZpYy91ZnMvcHIxOC91ZnMtd2VhdGhlci1tb2RlbC9tb2R1bGVmaWxlcy9oZXJhLmludGVsIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIs";' export '_ModuleTable001_;' '_ModuleTable002_="fSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ==";' export '_ModuleTable002_;' '_ModuleTable_Sz_="2";' export '_ModuleTable_Sz_;' unset '_ModuleTable004_;' unset '_ModuleTable005_;' unset '_ModuleTable006_;' unset '_ModuleTable007_;' unset '_ModuleTable008_;' unset '_ModuleTable009_;' unset '_ModuleTable010_;' unset '_ModuleTable011_;' unset '_ModuleTable012_;' unset '_ModuleTable013_;' +++ eval unset 'BACIO_LIB4;' unset 'BACIO_LIB8;' unset 'BACIO_SRC;' unset 'BACIO_VER;' unset '__LMOD_REF_COUNT_CLASSPATH;' unset 'CLASSPATH;' unset 'CMAKE_CXX_COMPILER;' unset 'CMAKE_C_COMPILER;' unset 'CMAKE_Fortran_COMPILER;' unset 'CMAKE_Platform;' unset 'COMP;' unset '__LMOD_REF_COUNT_CPATH;' unset 'CPATH;' unset 'CRTM_FIX;' unset 'CRTM_INC;' unset 'CRTM_LIB;' unset 'CRTM_SRC;' unset 'CRTM_VER;' unset 'ESMFMKFILE;' unset 'G2TMPL_INC;' unset 'G2TMPL_LIB;' unset 'G2TMPL_SRC;' unset 'G2TMPL_VER;' unset 'G2_INC4;' unset 'G2_INCd;' unset 'G2_LIB4;' unset 'G2_LIBd;' unset 'G2_SRC;' unset 'G2_VER;' unset 'GDBSERVER_MIC;' unset 'GDB_CROSS;' unset '__LMOD_REF_COUNT_INFOPATH;' unset 'INFOPATH;' unset '__LMOD_REF_COUNT_INTEL_LICENSE_FILE;' unset 'INTEL_LICENSE_FILE;' unset 'INTEL_PYTHONHOME;' unset 'IPATH_NO_BACKTRACE;' unset 'IP_INC4;' unset 'IP_INC8;' unset 'IP_INCd;' unset 'IP_LIB4;' unset 'IP_LIB8;' unset 'IP_LIBd;' unset 'IP_SRC;' unset 'IP_VER;' unset 'I_MPI_CC;' unset 'I_MPI_F90;' unset 'I_MPI_HYDRA_BRANCH_COUNT;' unset 'I_MPI_HYDRA_PMI_CONNECT;' unset 'I_MPI_ROOT;' unset 'I_MPI_TMI_PROVIDER;' unset 'JASPER_INC;' unset 'JASPER_LIB;' unset 'JASPER_SRC;' unset 'JASPER_VER;' '__LMOD_REF_COUNT_LD_LIBRARY_PATH="/apps/slurm/default/lib:1";' export '__LMOD_REF_COUNT_LD_LIBRARY_PATH;' 'LD_LIBRARY_PATH=":/apps/slurm/default/lib";' export 'LD_LIBRARY_PATH;' unset '__LMOD_REF_COUNT_LIBRARY_PATH;' unset 'LIBRARY_PATH;' unset 'LIB_NAME;' unset 'LMOD_FAMILY_COMPILER;' unset 'LMOD_FAMILY_COMPILER_VERSION;' unset 'LMOD_FAMILY_MPI;' unset 'LMOD_FAMILY_MPI_VERSION;' unset '__LMOD_REF_COUNT_LOADEDMODULES;' unset 'LOADEDMODULES;' '__LMOD_REF_COUNT_MANPATH="/apps/lmod/lmod/share/man:1;/apps/local/man:1;/apps/slurm/default/share/man:1;/apps/slurm/tools/sbank/share/man:1";' export '__LMOD_REF_COUNT_MANPATH;' 'MANPATH="/apps/lmod/lmod/share/man::/apps/local/man:/apps/slurm/default/share/man:/apps/slurm/tools/sbank/share/man";' export 'MANPATH;' '__LMOD_REF_COUNT_MODULEPATH="/contrib/modulefiles:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/hera.intel:1;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1";' export '__LMOD_REF_COUNT_MODULEPATH;' 'MODULEPATH="/contrib/modulefiles:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles";' export 'MODULEPATH;' unset 'MPM_LAUNCHER;' unset 'NCEPLIBS;' unset 'NEMSIO_INC;' unset 'NEMSIO_LIB;' unset 'NEMSIO_SRC;' unset 'NEMSIO_VER;' unset 'NETCDF;' unset '__LMOD_REF_COUNT_NLSPATH;' unset 'NLSPATH;' '__LMOD_REF_COUNT_PATH="/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:1;/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/opt/ibutils/bin:1;/apps/local/bin:1;/apps/local/sbin:1;/apps/slurm/default/tools:1;/apps/slurm/default/bin:1;/apps/slurm/default/sbin:1;/apps/slurm/tools/sbank/bin:1;/home/Dusan.Jovic/bin:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/dbrowse:1";' export '__LMOD_REF_COUNT_PATH;' 'PATH="/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/opt/ibutils/bin:/apps/local/bin:/apps/local/sbin:/apps/slurm/default/tools:/apps/slurm/default/bin:/apps/slurm/default/sbin:/apps/slurm/tools/sbank/bin:/home/Dusan.Jovic/bin:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/dbrowse";' export 'PATH;' unset '__LMOD_REF_COUNT_PKG_CONFIG_PATH;' unset 'PKG_CONFIG_PATH;' unset 'PNG_INC;' unset 'PNG_LIB;' unset 'PNG_SRC;' unset 'PNG_VER;' unset 'POST_INC;' unset 'POST_LIB;' unset 'POST_SRC;' unset 'POST_VER;' unset 'SLURM_UTILS_PATH;' unset 'SP_LIB4;' unset 'SP_LIB8;' unset 'SP_LIBd;' unset 'SP_SRC;' unset 'SP_VER;' unset 'W3EMC_INC4;' unset 'W3EMC_INC8;' unset 'W3EMC_INCd;' unset 'W3EMC_LIB4;' unset 'W3EMC_LIB8;' unset 'W3EMC_LIBd;' unset 'W3EMC_SRC;' unset 'W3EMC_VER;' unset 'W3NCO_LIB4;' unset 'W3NCO_LIB8;' unset 'W3NCO_LIBd;' unset 'W3NCO_SRC;' unset 'W3NCO_VER;' unset 'Z_INC;' unset 'Z_LIB;' unset 'Z_SRC;' unset 'Z_VER;' unset '__LMOD_REF_COUNT__LMFILES_;' unset '_LMFILES_;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9jb250cmliL21vZHVsZWZpbGVzIiwiL3NjcmF0Y2gyL05DRVBERVYvZnYzLWNhbS9EdXNhbi5Kb3ZpYy91ZnMvcHJfbmV3L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL2hlcmEuaW50ZWwiLCIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvTGludXgiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L2NyYXlwZS9kZWZhdWx0L21vZHVsZWZpbGVz";' export '_ModuleTable001_;' '_ModuleTable002_="Iix9LFsic3lzdGVtQmFzZU1QQVRIIl09Ii9hcHBzL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlOi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvTGludXg6L2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlczovb3B0L2NyYXkvbW9kdWxlZmlsZXM6L29wdC9jcmF5L2NyYXlwZS9kZWZhdWx0L21vZHVsZWZpbGVzIix9";' export '_ModuleTable002_;' '_ModuleTable_Sz_="2";' export '_ModuleTable_Sz_;' unset '_ModuleTable004_;' unset '_ModuleTable005_;' unset '_ModuleTable006_;' unset '_ModuleTable007_;' unset '_ModuleTable008_;' unset '_ModuleTable009_;' unset '_ModuleTable010_;' unset '_ModuleTable011_;' unset '_ModuleTable012_;' unset '_ModuleTable013_;' +++ unset BACIO_LIB4 +++ unset BACIO_LIB8 +++ unset BACIO_SRC @@ -4919,9 +1225,9 @@ INFO: CCPP prebuild step completed successfully. +++ export __LMOD_REF_COUNT_MANPATH +++ MANPATH=/apps/lmod/lmod/share/man::/apps/local/man:/apps/slurm/default/share/man:/apps/slurm/tools/sbank/share/man +++ export MANPATH -+++ __LMOD_REF_COUNT_MODULEPATH='/contrib/modulefiles:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:1;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1' ++++ __LMOD_REF_COUNT_MODULEPATH='/contrib/modulefiles:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/hera.intel:1;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1' +++ export __LMOD_REF_COUNT_MODULEPATH -+++ MODULEPATH=/contrib/modulefiles:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles ++++ MODULEPATH=/contrib/modulefiles:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles +++ export MODULEPATH +++ unset MPM_LAUNCHER +++ unset NCEPLIBS @@ -4971,9 +1277,9 @@ INFO: CCPP prebuild step completed successfully. +++ unset Z_VER +++ unset __LMOD_REF_COUNT__LMFILES_ +++ unset _LMFILES_ -+++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9jb250cmliL21vZHVsZWZpbGVzIiwiL3NjcmF0Y2gyL05DRVBERVYvZnYzLWNhbS9EdXNhbi5Kb3ZpYy91ZnMvcHIxOC91ZnMtd2VhdGhlci1tb2RlbC9tb2R1bGVmaWxlcy9oZXJhLmludGVsIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIs ++++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9jb250cmliL21vZHVsZWZpbGVzIiwiL3NjcmF0Y2gyL05DRVBERVYvZnYzLWNhbS9EdXNhbi5Kb3ZpYy91ZnMvcHJfbmV3L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL2hlcmEuaW50ZWwiLCIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvTGludXgiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L2NyYXlwZS9kZWZhdWx0L21vZHVsZWZpbGVz +++ export _ModuleTable001_ -+++ _ModuleTable002_=fSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ== ++++ _ModuleTable002_=Iix9LFsic3lzdGVtQmFzZU1QQVRIIl09Ii9hcHBzL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlOi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvTGludXg6L2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlczovb3B0L2NyYXkvbW9kdWxlZmlsZXM6L29wdC9jcmF5L2NyYXlwZS9kZWZhdWx0L21vZHVsZWZpbGVzIix9 +++ export _ModuleTable002_ +++ _ModuleTable_Sz_=2 +++ export _ModuleTable_Sz_ @@ -4992,20 +1298,20 @@ INFO: CCPP prebuild step completed successfully. ++ unset __ms_shell ++ unset __ms_ksh_test ++ unset __ms_bash_test -++ unset setup__test_function__385564 +++ unset setup__test_function__104509 ++ unset __ms_function_name + [[ hera.intel == macosx.* ]] + [[ hera.intel == linux.* ]] -+ module use /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel -++ /apps/lmod/7.7.18/libexec/lmod bash use /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel -+ eval '__LMOD_REF_COUNT_MODULEPATH="/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:2;/contrib/modulefiles:1;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1";' export '__LMOD_REF_COUNT_MODULEPATH;' 'MODULEPATH="/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:/contrib/modulefiles:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles";' export 'MODULEPATH;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9zY3JhdGNoMi9OQ0VQREVWL2Z2My1jYW0vRHVzYW4uSm92aWMvdWZzL3ByMTgvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvaGVyYS5pbnRlbCIsIi9jb250cmliL21vZHVsZWZpbGVzIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIs";' export '_ModuleTable001_;' '_ModuleTable002_="fSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ==";' export '_ModuleTable002_;' '_ModuleTable_Sz_="2";' export '_ModuleTable_Sz_;' -++ __LMOD_REF_COUNT_MODULEPATH='/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:2;/contrib/modulefiles:1;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1' ++ module use /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/hera.intel +++ /apps/lmod/7.7.18/libexec/lmod bash use /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/hera.intel ++ eval '__LMOD_REF_COUNT_MODULEPATH="/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/hera.intel:2;/contrib/modulefiles:1;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1";' export '__LMOD_REF_COUNT_MODULEPATH;' 'MODULEPATH="/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/hera.intel:/contrib/modulefiles:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles";' export 'MODULEPATH;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9zY3JhdGNoMi9OQ0VQREVWL2Z2My1jYW0vRHVzYW4uSm92aWMvdWZzL3ByX25ldy91ZnMtd2VhdGhlci1tb2RlbC9tb2R1bGVmaWxlcy9oZXJhLmludGVsIiwiL2NvbnRyaWIvbW9kdWxlZmlsZXMiLCIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvTGludXgiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L2NyYXlwZS9kZWZhdWx0L21vZHVsZWZpbGVz";' export '_ModuleTable001_;' '_ModuleTable002_="Iix9LFsic3lzdGVtQmFzZU1QQVRIIl09Ii9hcHBzL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlOi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvTGludXg6L2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlczovb3B0L2NyYXkvbW9kdWxlZmlsZXM6L29wdC9jcmF5L2NyYXlwZS9kZWZhdWx0L21vZHVsZWZpbGVzIix9";' export '_ModuleTable002_;' '_ModuleTable_Sz_="2";' export '_ModuleTable_Sz_;' +++ __LMOD_REF_COUNT_MODULEPATH='/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/hera.intel:2;/contrib/modulefiles:1;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1' ++ export __LMOD_REF_COUNT_MODULEPATH -++ MODULEPATH=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:/contrib/modulefiles:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles +++ MODULEPATH=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/hera.intel:/contrib/modulefiles:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles ++ export MODULEPATH -++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9zY3JhdGNoMi9OQ0VQREVWL2Z2My1jYW0vRHVzYW4uSm92aWMvdWZzL3ByMTgvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvaGVyYS5pbnRlbCIsIi9jb250cmliL21vZHVsZWZpbGVzIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIs +++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9zY3JhdGNoMi9OQ0VQREVWL2Z2My1jYW0vRHVzYW4uSm92aWMvdWZzL3ByX25ldy91ZnMtd2VhdGhlci1tb2RlbC9tb2R1bGVmaWxlcy9oZXJhLmludGVsIiwiL2NvbnRyaWIvbW9kdWxlZmlsZXMiLCIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvTGludXgiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L2NyYXlwZS9kZWZhdWx0L21vZHVsZWZpbGVz ++ export _ModuleTable001_ -++ _ModuleTable002_=fSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ== +++ _ModuleTable002_=Iix9LFsic3lzdGVtQmFzZU1QQVRIIl09Ii9hcHBzL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlOi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvTGludXg6L2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlczovb3B0L2NyYXkvbW9kdWxlZmlsZXM6L29wdC9jcmF5L2NyYXlwZS9kZWZhdWx0L21vZHVsZWZpbGVzIix9 ++ export _ModuleTable002_ ++ _ModuleTable_Sz_=2 ++ export _ModuleTable_Sz_ @@ -5013,7 +1319,7 @@ INFO: CCPP prebuild step completed successfully. + eval + module load fv3 ++ /apps/lmod/7.7.18/libexec/lmod bash load fv3 -+ eval 'BACIO_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libbacio_v2.0.3_4.a";' export 'BACIO_LIB4;' 'BACIO_LIB8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libbacio_v2.0.3_8.a";' export 'BACIO_LIB8;' 'BACIO_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/bacio_v2.0.3";' export 'BACIO_SRC;' 'BACIO_VER="v2.0.3";' export 'BACIO_VER;' '__LMOD_REF_COUNT_CLASSPATH="/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/mpi.jar:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/daal.jar:1";' export '__LMOD_REF_COUNT_CLASSPATH;' 'CLASSPATH="/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/mpi.jar:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/daal.jar";' export 'CLASSPATH;' 'CMAKE_CXX_COMPILER="mpiicpc";' export 'CMAKE_CXX_COMPILER;' 'CMAKE_C_COMPILER="mpiicc";' export 'CMAKE_C_COMPILER;' 'CMAKE_Fortran_COMPILER="mpiifort";' export 'CMAKE_Fortran_COMPILER;' 'CMAKE_Platform="hera.intel";' export 'CMAKE_Platform;' 'COMP="intel";' export 'COMP;' '__LMOD_REF_COUNT_CPATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/include:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/include:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/pstl/include:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/include:2;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/include:1";' export '__LMOD_REF_COUNT_CPATH;' 'CPATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/include:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/include:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/pstl/include:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/include:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/include";' export 'CPATH;' 'CRTM_FIX="/scratch2/NCEPDEV/nwprod/NCEPLIBS/fix/crtm_v2.2.6";' export 'CRTM_FIX;' 'CRTM_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/crtm_v2.2.6";' export 'CRTM_INC;' 'CRTM_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libcrtm_v2.2.6.a";' export 'CRTM_LIB;' 'CRTM_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/crtm_v2.2.6";' export 'CRTM_SRC;' 'CRTM_VER="v2.2.6";' export 'CRTM_VER;' 'ESMFMKFILE="/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/lib/esmf.mk";' export 'ESMFMKFILE;' 'G2TMPL_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/g2tmpl_v1.6.0";' export 'G2TMPL_INC;' 'G2TMPL_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2tmpl_v1.6.0.a";' export 'G2TMPL_LIB;' 'G2TMPL_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/g2tmpl_v1.6.0/src";' export 'G2TMPL_SRC;' 'G2TMPL_VER="v1.6.0";' export 'G2TMPL_VER;' 'G2_INC4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/g2_v3.1.1_4";' export 'G2_INC4;' 'G2_INCd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/g2_v3.1.1_d";' export 'G2_INCd;' 'G2_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2_v3.1.1_4.a";' export 'G2_LIB4;' 'G2_LIBd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2_v3.1.1_d.a";' export 'G2_LIBd;' 'G2_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/g2_v3.1.1";' export 'G2_SRC;' 'G2_VER="v3.1.1";' export 'G2_VER;' 'GDBSERVER_MIC="/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/targets/intel64/x200/bin/gdbserver";' export 'GDBSERVER_MIC;' 'GDB_CROSS="/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/intel64/bin/gdb-ia";' export 'GDB_CROSS;' '__LMOD_REF_COUNT_INFOPATH="/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/info:1;/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/info:1";' export '__LMOD_REF_COUNT_INFOPATH;' 'INFOPATH="/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/info:/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/info";' export 'INFOPATH;' '__LMOD_REF_COUNT_INTEL_LICENSE_FILE="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/licenses:1;/apps/intel/licenses:1";' export '__LMOD_REF_COUNT_INTEL_LICENSE_FILE;' 'INTEL_LICENSE_FILE="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/licenses:/apps/intel/licenses";' export 'INTEL_LICENSE_FILE;' 'INTEL_PYTHONHOME="/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/python/intel64/";' export 'INTEL_PYTHONHOME;' 'IPATH_NO_BACKTRACE="1";' export 'IPATH_NO_BACKTRACE;' 'IP_INC4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ip_v3.0.2_4";' export 'IP_INC4;' 'IP_INC8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ip_v3.0.2_8";' export 'IP_INC8;' 'IP_INCd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ip_v3.0.2_d";' export 'IP_INCd;' 'IP_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libip_v3.0.2_4.a";' export 'IP_LIB4;' 'IP_LIB8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libip_v3.0.2_8.a";' export 'IP_LIB8;' 'IP_LIBd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libip_v3.0.2_d.a";' export 'IP_LIBd;' 'IP_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/ip_v3.0.2";' export 'IP_SRC;' 'IP_VER="v3.0.2";' export 'IP_VER;' 'I_MPI_CC="icc";' export 'I_MPI_CC;' 'I_MPI_F90="ifort";' export 'I_MPI_F90;' 'I_MPI_HYDRA_BRANCH_COUNT="128";' export 'I_MPI_HYDRA_BRANCH_COUNT;' 'I_MPI_HYDRA_PMI_CONNECT="alltoall";' export 'I_MPI_HYDRA_PMI_CONNECT;' 'I_MPI_ROOT="/apps/intel/compilers_and_libraries_2018/linux/mpi";' export 'I_MPI_ROOT;' 'I_MPI_TMI_PROVIDER="psm";' export 'I_MPI_TMI_PROVIDER;' 'JASPER_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/include/jasper_v1.900.1";' export 'JASPER_INC;' 'JASPER_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/lib/libjasper_v1.900.1.a";' export 'JASPER_LIB;' 'JASPER_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/thirdParty";' export 'JASPER_SRC;' 'JASPER_VER="v1.900.1";' export 'JASPER_VER;' '__LMOD_REF_COUNT_LD_LIBRARY_PATH="/apps/netcdf/4.7.0/intel/18.0.5.274/lib:1;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib:1;/apps/slurm/default/lib:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/lib/intel64:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:2;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:2;/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/libipt/intel64/lib:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4:1";' export '__LMOD_REF_COUNT_LD_LIBRARY_PATH;' 'LD_LIBRARY_PATH="/apps/netcdf/4.7.0/intel/18.0.5.274/lib:/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib::/apps/slurm/default/lib:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/lib/intel64:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/libipt/intel64/lib:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4";' export 'LD_LIBRARY_PATH;' '__LMOD_REF_COUNT_LIBRARY_PATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:2;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4:1";' export '__LMOD_REF_COUNT_LIBRARY_PATH;' 'LIBRARY_PATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4";' export 'LIBRARY_PATH;' 'LIB_NAME="POST";' export 'LIB_NAME;' 'LMOD_FAMILY_COMPILER="intel";' export 'LMOD_FAMILY_COMPILER;' 'LMOD_FAMILY_COMPILER_VERSION="18.0.5.274";' export 'LMOD_FAMILY_COMPILER_VERSION;' 'LMOD_FAMILY_MPI="impi";' export 'LMOD_FAMILY_MPI;' 'LMOD_FAMILY_MPI_VERSION="2018.0.4";' export 'LMOD_FAMILY_MPI_VERSION;' '__LMOD_REF_COUNT_LOADEDMODULES="contrib:1;sutils/default:1;intel/18.0.5.274:1;impi/2018.0.4:1;netcdf/4.7.0:1;bacio/2.0.3:1;ip/3.0.2:1;nemsio/2.2.4:1;sp/2.0.3:1;w3emc/2.3.1:1;w3nco/2.0.7:1;g2/3.1.1:1;g2tmpl/1.6.0:1;crtm/2.2.6:1;jasper/1.900.1:1;png/1.2.44:1;z/1.2.11:1;post/8.0.1:1;esmf/8.0.0:1;cmake/3.9.0:1;fv3:1";' export '__LMOD_REF_COUNT_LOADEDMODULES;' 'LOADEDMODULES="contrib:sutils/default:intel/18.0.5.274:impi/2018.0.4:netcdf/4.7.0:bacio/2.0.3:ip/3.0.2:nemsio/2.2.4:sp/2.0.3:w3emc/2.3.1:w3nco/2.0.7:g2/3.1.1:g2tmpl/1.6.0:crtm/2.2.6:jasper/1.900.1:png/1.2.44:z/1.2.11:post/8.0.1:esmf/8.0.0:cmake/3.9.0:fv3";' export 'LOADEDMODULES;' '__LMOD_REF_COUNT_MANPATH="/apps/netcdf/4.7.0/intel/18.0.5.274/share/man:1;/apps/intel/compilers_and_libraries_2018/linux/mpi/man:1;/apps/intel/parallel_studio_xe_2018.4.057/man/common:1;/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/man:1;/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/man:1;/apps/lmod/lmod/share/man:1;/apps/local/man:1;/apps/slurm/default/share/man:1;/apps/slurm/tools/sbank/share/man:1";' export '__LMOD_REF_COUNT_MANPATH;' 'MANPATH="/apps/netcdf/4.7.0/intel/18.0.5.274/share/man:/apps/intel/compilers_and_libraries_2018/linux/mpi/man:/apps/intel/parallel_studio_xe_2018.4.057/man/common:/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/man:/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/man:/apps/lmod/lmod/share/man::/apps/local/man:/apps/slurm/default/share/man:/apps/slurm/tools/sbank/share/man";' export 'MANPATH;' '__LMOD_REF_COUNT_MODULEPATH="/contrib/modulefiles:3;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:2;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1;/apps/modules/modulefamilies/intel:1;/apps/modules/modulefamilies/intel_impi:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles:1";' export '__LMOD_REF_COUNT_MODULEPATH;' 'MODULEPATH="/contrib/modulefiles:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles:/apps/modules/modulefamilies/intel:/apps/modules/modulefamilies/intel_impi:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles";' export 'MODULEPATH;' 'MPM_LAUNCHER="/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/mpm/mic/bin/start_mpm.sh";' export 'MPM_LAUNCHER;' 'NCEPLIBS="/scratch2/NCEPDEV/nwprod/NCEPLIBS";' export 'NCEPLIBS;' 'NEMSIO_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/nemsio_v2.2.4";' export 'NEMSIO_INC;' 'NEMSIO_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libnemsio_v2.2.4.a";' export 'NEMSIO_LIB;' 'NEMSIO_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/nemsio_v2.2.4";' export 'NEMSIO_SRC;' 'NEMSIO_VER="v2.2.4";' export 'NEMSIO_VER;' 'NETCDF="/apps/netcdf/4.7.0/intel/18.0.5.274";' export 'NETCDF;' '__LMOD_REF_COUNT_NLSPATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64/locale/%l_%t/%N:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin/locale/%l_%t/%N:1;/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/intel64/share/locale/%l_%t/%N:1";' export '__LMOD_REF_COUNT_NLSPATH;' 'NLSPATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64/locale/%l_%t/%N:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin/locale/%l_%t/%N:/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/intel64/share/locale/%l_%t/%N";' export 'NLSPATH;' '__LMOD_REF_COUNT_PATH="/contrib/cmake/3.9.0/bin:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/bin:1;/apps/netcdf/4.7.0/intel/18.0.5.274/bin:1;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/bin/intel64:1;/contrib/sutils/bin:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:1;/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/opt/ibutils/bin:1;/apps/local/bin:1;/apps/local/sbin:1;/apps/slurm/default/tools:1;/apps/slurm/default/bin:1;/apps/slurm/default/sbin:1;/apps/slurm/tools/sbank/bin:1;/home/Dusan.Jovic/bin:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/dbrowse:1";' export '__LMOD_REF_COUNT_PATH;' 'PATH="/contrib/cmake/3.9.0/bin:/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/bin:/apps/netcdf/4.7.0/intel/18.0.5.274/bin:/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/bin/intel64:/contrib/sutils/bin:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/opt/ibutils/bin:/apps/local/bin:/apps/local/sbin:/apps/slurm/default/tools:/apps/slurm/default/bin:/apps/slurm/default/sbin:/apps/slurm/tools/sbank/bin:/home/Dusan.Jovic/bin:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/dbrowse";' export 'PATH;' '__LMOD_REF_COUNT_PKG_CONFIG_PATH="/apps/intel/compilers_and_libraries_2018/linux/mkl/bin/pkgconfig:1";' export '__LMOD_REF_COUNT_PKG_CONFIG_PATH;' 'PKG_CONFIG_PATH="/apps/intel/compilers_and_libraries_2018/linux/mkl/bin/pkgconfig";' export 'PKG_CONFIG_PATH;' 'PNG_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/png_v1.2.44";' export 'PNG_INC;' 'PNG_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libpng_v1.2.44.a";' export 'PNG_LIB;' 'PNG_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/thirdParty";' export 'PNG_SRC;' 'PNG_VER="v1.2.44";' export 'PNG_VER;' 'POST_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ncep_post_v8.0.1_4";' export 'POST_INC;' 'POST_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libncep_post_v8.0.1_4.a";' export 'POST_LIB;' 'POST_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/post_v8.0.1";' export 'POST_SRC;' 'POST_VER="v8.0.1";' export 'POST_VER;' 'SLURM_UTILS_PATH="/contrib/sutils/bin";' export 'SLURM_UTILS_PATH;' 'SP_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_4.a";' export 'SP_LIB4;' 'SP_LIB8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_8.a";' export 'SP_LIB8;' 'SP_LIBd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_d.a";' export 'SP_LIBd;' 'SP_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/sp_v2.0.3";' export 'SP_SRC;' 'SP_VER="v2.0.3";' export 'SP_VER;' 'W3EMC_INC4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/w3emc_v2.3.1_4";' export 'W3EMC_INC4;' 'W3EMC_INC8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/w3emc_v2.3.1_8";' export 'W3EMC_INC8;' 'W3EMC_INCd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/w3emc_v2.3.1_d";' export 'W3EMC_INCd;' 'W3EMC_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_4.a";' export 'W3EMC_LIB4;' 'W3EMC_LIB8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_8.a";' export 'W3EMC_LIB8;' 'W3EMC_LIBd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_d.a";' export 'W3EMC_LIBd;' 'W3EMC_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/w3emc_v2.3.1";' export 'W3EMC_SRC;' 'W3EMC_VER="v2.3.1";' export 'W3EMC_VER;' 'W3NCO_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_4.a";' export 'W3NCO_LIB4;' 'W3NCO_LIB8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_8.a";' export 'W3NCO_LIB8;' 'W3NCO_LIBd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_d.a";' export 'W3NCO_LIBd;' 'W3NCO_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/w3nco_v2.0.7";' export 'W3NCO_SRC;' 'W3NCO_VER="v2.0.7";' export 'W3NCO_VER;' 'Z_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/z_v1.2.11";' export 'Z_INC;' 'Z_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libz_v1.2.11.a";' export 'Z_LIB;' 'Z_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/thirdParty";' export 'Z_SRC;' 'Z_VER="v1.2.11";' export 'Z_VER;' '__LMOD_REF_COUNT__LMFILES_="/apps/modules/modulefiles/contrib:1;/contrib/modulefiles/sutils/default:1;/apps/modules/modulefiles/intel/18.0.5.274:1;/apps/modules/modulefamilies/intel/impi/2018.0.4:1;/apps/modules/modulefamilies/intel/netcdf/4.7.0:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/bacio/2.0.3:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/ip/3.0.2:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/nemsio/2.2.4:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/sp/2.0.3:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3emc/2.3.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3nco/2.0.7:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2/3.1.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2tmpl/1.6.0:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/crtm/2.2.6:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/jasper/1.900.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/png/1.2.44:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/z/1.2.11:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/post/8.0.1:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles/esmf/8.0.0:1;/contrib/modulefiles/cmake/3.9.0:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel/fv3:1";' export '__LMOD_REF_COUNT__LMFILES_;' '_LMFILES_="/apps/modules/modulefiles/contrib:/contrib/modulefiles/sutils/default:/apps/modules/modulefiles/intel/18.0.5.274:/apps/modules/modulefamilies/intel/impi/2018.0.4:/apps/modules/modulefamilies/intel/netcdf/4.7.0:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/bacio/2.0.3:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/ip/3.0.2:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/nemsio/2.2.4:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/sp/2.0.3:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3emc/2.3.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3nco/2.0.7:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2/3.1.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2tmpl/1.6.0:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/crtm/2.2.6:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/jasper/1.900.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/png/1.2.44:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/z/1.2.11:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/post/8.0.1:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles/esmf/8.0.0:/contrib/modulefiles/cmake/3.9.0:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel/fv3";' export '_LMFILES_;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJpbXBpIix9LG1UPXtiYWNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvYmFjaW8vMi4wLjMiLFsiZnVsbE5hbWUiXT0iYmFjaW8vMi4wLjMiLFsibG9hZE9yZGVyIl09Nixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJiYWNpby8yLjAuMyIsfSxjbWFrZT17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9jbWFrZS8zLjkuMCIsWyJmdWxs";' export '_ModuleTable001_;' '_ModuleTable002_="TmFtZSJdPSJjbWFrZS8zLjkuMCIsWyJsb2FkT3JkZXIiXT0yMCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjbWFrZS8zLjkuMCIsfSxjb250cmliPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvY29udHJpYiIsWyJmdWxsTmFtZSJdPSJjb250cmliIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY29udHJpYiIsfSxjcnRtPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9jcnRtLzIuMi42IixbImZ1bGxOYW1lIl09ImNydG0vMi4yLjYiLFsibG9hZE9yZGVy";' export '_ModuleTable002_;' '_ModuleTable003_="Il09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL2Z2My1jYW0vRHVzYW4uSm92aWMvdWZzL3ByMTgvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvaGVyYS5pbnRlbC9mdjMiLFsi";' export '_ModuleTable003_;' '_ModuleTable004_="ZnVsbE5hbWUiXT0iZnYzIixbImxvYWRPcmRlciJdPTIxLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTAsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImZ2MyIsfSxnMj17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzIvMy4xLjEiLFsiZnVsbE5hbWUiXT0iZzIvMy4xLjEiLFsibG9hZE9yZGVyIl09MTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZzIvMy4xLjEiLH0sZzJ0bXBsPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9nMnRtcGwvMS42LjAiLFsiZnVsbE5hbWUiXT0iZzJ0bXBsLzEuNi4w";' export '_ModuleTable004_;' '_ModuleTable005_="IixbImxvYWRPcmRlciJdPTEzLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcydG1wbC8xLjYuMCIsfSxpbXBpPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwvaW1waS8yMDE4LjAuNCIsWyJmdWxsTmFtZSJdPSJpbXBpLzIwMTguMC40IixbImxvYWRPcmRlciJdPTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW1waS8yMDE4LjAuNCIsfSxpbnRlbD17WyJmbiJdPSIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL2ludGVsLzE4LjAuNS4yNzQiLFsiZnVsbE5hbWUiXT0iaW50ZWwvMTguMC41LjI3NCIsWyJsb2FkT3JkZXIi";' export '_ModuleTable005_;' '_ModuleTable006_="XT0zLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImludGVsLzE4LjAuNS4yNzQiLH0saXA9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2lwLzMuMC4yIixbImZ1bGxOYW1lIl09ImlwLzMuMC4yIixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaXAvMy4wLjIiLH0samFzcGVyPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9qYXNwZXIvMS45MDAuMSIsWyJmdWxsTmFtZSJdPSJqYXNwZXIvMS45MDAuMSIsWyJsb2FkT3JkZXIi";' export '_ModuleTable006_;' '_ModuleTable007_="XT0xNSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJqYXNwZXIvMS45MDAuMSIsfSxuZW1zaW89e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL25lbXNpby8yLjIuNCIsWyJmdWxsTmFtZSJdPSJuZW1zaW8vMi4yLjQiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZW1zaW8vMi4yLjQiLH0sbmV0Y2RmPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwvbmV0Y2RmLzQuNy4wIixbImZ1bGxOYW1lIl09Im5ldGNkZi80LjcuMCIsWyJsb2FkT3JkZXIi";' export '_ModuleTable007_;' '_ModuleTable008_="XT01LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5ldGNkZi80LjcuMCIsfSxwbmc9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3BuZy8xLjIuNDQiLFsiZnVsbE5hbWUiXT0icG5nLzEuMi40NCIsWyJsb2FkT3JkZXIiXT0xNixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJwbmcvMS4yLjQ0Iix9LHBvc3Q9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3Bvc3QvOC4wLjEiLFsiZnVsbE5hbWUiXT0icG9zdC84LjAuMSIsWyJsb2FkT3JkZXIiXT0xOCxw";' export '_ModuleTable008_;' '_ModuleTable009_="cm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJwb3N0LzguMC4xIix9LHNwPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9zcC8yLjAuMyIsWyJmdWxsTmFtZSJdPSJzcC8yLjAuMyIsWyJsb2FkT3JkZXIiXT05LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InNwLzIuMC4zIix9LHN1dGlscz17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9zdXRpbHMvZGVmYXVsdCIsWyJmdWxsTmFtZSJdPSJzdXRpbHMvZGVmYXVsdCIsWyJsb2FkT3JkZXIiXT0yLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0";' export '_ModuleTable009_;' '_ModuleTable010_="dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InN1dGlscyIsfSx3M2VtYz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNlbWMvMi4zLjEiLFsiZnVsbE5hbWUiXT0idzNlbWMvMi4zLjEiLFsibG9hZE9yZGVyIl09MTAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNlbWMvMi4zLjEiLH0sdzNuY289e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czbmNvLzIuMC43IixbImZ1bGxOYW1lIl09InczbmNvLzIuMC43IixbImxvYWRPcmRlciJdPTExLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMi";' export '_ModuleTable010_;' '_ModuleTable011_="XT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHo9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3ovMS4yLjExIixbImZ1bGxOYW1lIl09InovMS4yLjExIixbImxvYWRPcmRlciJdPTE3LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InovMS4yLjExIix9LH0sbXBhdGhBPXsiL2NvbnRyaWIvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDIvTkNFUERFVi9mdjMtY2FtL0R1c2FuLkpvdmljL3Vmcy9wcjE4L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL2hlcmEuaW50ZWwiLCIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi9hcHBz";' export '_ModuleTable011_;' '_ModuleTable012_="L21vZHVsZXMvbW9kdWxlZmlsZXMvTGludXgiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L2NyYXlwZS9kZWZhdWx0L21vZHVsZWZpbGVzIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbCIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWxfaW1waSIsIi9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcyIsIi9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmU6L2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9M";' export '_ModuleTable012_;' '_ModuleTable013_="aW51eDovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzOi9vcHQvY3JheS9tb2R1bGVmaWxlczovb3B0L2NyYXkvY3JheXBlL2RlZmF1bHQvbW9kdWxlZmlsZXMiLH0=";' export '_ModuleTable013_;' '_ModuleTable_Sz_="13";' export '_ModuleTable_Sz_;' ++ eval 'BACIO_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libbacio_v2.0.3_4.a";' export 'BACIO_LIB4;' 'BACIO_LIB8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libbacio_v2.0.3_8.a";' export 'BACIO_LIB8;' 'BACIO_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/bacio_v2.0.3";' export 'BACIO_SRC;' 'BACIO_VER="v2.0.3";' export 'BACIO_VER;' '__LMOD_REF_COUNT_CLASSPATH="/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/mpi.jar:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/daal.jar:1";' export '__LMOD_REF_COUNT_CLASSPATH;' 'CLASSPATH="/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/mpi.jar:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/daal.jar";' export 'CLASSPATH;' 'CMAKE_CXX_COMPILER="mpiicpc";' export 'CMAKE_CXX_COMPILER;' 'CMAKE_C_COMPILER="mpiicc";' export 'CMAKE_C_COMPILER;' 'CMAKE_Fortran_COMPILER="mpiifort";' export 'CMAKE_Fortran_COMPILER;' 'CMAKE_Platform="hera.intel";' export 'CMAKE_Platform;' 'COMP="intel";' export 'COMP;' '__LMOD_REF_COUNT_CPATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/include:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/include:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/pstl/include:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/include:2;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/include:1";' export '__LMOD_REF_COUNT_CPATH;' 'CPATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/include:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/include:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/pstl/include:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/include:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/include";' export 'CPATH;' 'CRTM_FIX="/scratch2/NCEPDEV/nwprod/NCEPLIBS/fix/crtm_v2.2.6";' export 'CRTM_FIX;' 'CRTM_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/crtm_v2.2.6";' export 'CRTM_INC;' 'CRTM_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libcrtm_v2.2.6.a";' export 'CRTM_LIB;' 'CRTM_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/crtm_v2.2.6";' export 'CRTM_SRC;' 'CRTM_VER="v2.2.6";' export 'CRTM_VER;' 'ESMFMKFILE="/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/lib/esmf.mk";' export 'ESMFMKFILE;' 'G2TMPL_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/g2tmpl_v1.6.0";' export 'G2TMPL_INC;' 'G2TMPL_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2tmpl_v1.6.0.a";' export 'G2TMPL_LIB;' 'G2TMPL_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/g2tmpl_v1.6.0/src";' export 'G2TMPL_SRC;' 'G2TMPL_VER="v1.6.0";' export 'G2TMPL_VER;' 'G2_INC4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/g2_v3.1.1_4";' export 'G2_INC4;' 'G2_INCd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/g2_v3.1.1_d";' export 'G2_INCd;' 'G2_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2_v3.1.1_4.a";' export 'G2_LIB4;' 'G2_LIBd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2_v3.1.1_d.a";' export 'G2_LIBd;' 'G2_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/g2_v3.1.1";' export 'G2_SRC;' 'G2_VER="v3.1.1";' export 'G2_VER;' 'GDBSERVER_MIC="/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/targets/intel64/x200/bin/gdbserver";' export 'GDBSERVER_MIC;' 'GDB_CROSS="/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/intel64/bin/gdb-ia";' export 'GDB_CROSS;' '__LMOD_REF_COUNT_INFOPATH="/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/info:1;/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/info:1";' export '__LMOD_REF_COUNT_INFOPATH;' 'INFOPATH="/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/info:/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/info";' export 'INFOPATH;' '__LMOD_REF_COUNT_INTEL_LICENSE_FILE="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/licenses:1;/apps/intel/licenses:1";' export '__LMOD_REF_COUNT_INTEL_LICENSE_FILE;' 'INTEL_LICENSE_FILE="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/licenses:/apps/intel/licenses";' export 'INTEL_LICENSE_FILE;' 'INTEL_PYTHONHOME="/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/python/intel64/";' export 'INTEL_PYTHONHOME;' 'IPATH_NO_BACKTRACE="1";' export 'IPATH_NO_BACKTRACE;' 'IP_INC4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ip_v3.0.2_4";' export 'IP_INC4;' 'IP_INC8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ip_v3.0.2_8";' export 'IP_INC8;' 'IP_INCd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ip_v3.0.2_d";' export 'IP_INCd;' 'IP_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libip_v3.0.2_4.a";' export 'IP_LIB4;' 'IP_LIB8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libip_v3.0.2_8.a";' export 'IP_LIB8;' 'IP_LIBd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libip_v3.0.2_d.a";' export 'IP_LIBd;' 'IP_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/ip_v3.0.2";' export 'IP_SRC;' 'IP_VER="v3.0.2";' export 'IP_VER;' 'I_MPI_CC="icc";' export 'I_MPI_CC;' 'I_MPI_F90="ifort";' export 'I_MPI_F90;' 'I_MPI_HYDRA_BRANCH_COUNT="128";' export 'I_MPI_HYDRA_BRANCH_COUNT;' 'I_MPI_HYDRA_PMI_CONNECT="alltoall";' export 'I_MPI_HYDRA_PMI_CONNECT;' 'I_MPI_ROOT="/apps/intel/compilers_and_libraries_2018/linux/mpi";' export 'I_MPI_ROOT;' 'I_MPI_TMI_PROVIDER="psm";' export 'I_MPI_TMI_PROVIDER;' 'JASPER_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/include/jasper_v1.900.1";' export 'JASPER_INC;' 'JASPER_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/lib/libjasper_v1.900.1.a";' export 'JASPER_LIB;' 'JASPER_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/thirdParty";' export 'JASPER_SRC;' 'JASPER_VER="v1.900.1";' export 'JASPER_VER;' '__LMOD_REF_COUNT_LD_LIBRARY_PATH="/apps/netcdf/4.7.0/intel/18.0.5.274/lib:1;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib:1;/apps/slurm/default/lib:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/lib/intel64:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:2;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:2;/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/libipt/intel64/lib:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4:1";' export '__LMOD_REF_COUNT_LD_LIBRARY_PATH;' 'LD_LIBRARY_PATH="/apps/netcdf/4.7.0/intel/18.0.5.274/lib:/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib::/apps/slurm/default/lib:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/lib/intel64:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/libipt/intel64/lib:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4";' export 'LD_LIBRARY_PATH;' '__LMOD_REF_COUNT_LIBRARY_PATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:2;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4:1";' export '__LMOD_REF_COUNT_LIBRARY_PATH;' 'LIBRARY_PATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4";' export 'LIBRARY_PATH;' 'LIB_NAME="POST";' export 'LIB_NAME;' 'LMOD_FAMILY_COMPILER="intel";' export 'LMOD_FAMILY_COMPILER;' 'LMOD_FAMILY_COMPILER_VERSION="18.0.5.274";' export 'LMOD_FAMILY_COMPILER_VERSION;' 'LMOD_FAMILY_MPI="impi";' export 'LMOD_FAMILY_MPI;' 'LMOD_FAMILY_MPI_VERSION="2018.0.4";' export 'LMOD_FAMILY_MPI_VERSION;' '__LMOD_REF_COUNT_LOADEDMODULES="contrib:1;sutils/default:1;intel/18.0.5.274:1;impi/2018.0.4:1;netcdf/4.7.0:1;bacio/2.0.3:1;ip/3.0.2:1;nemsio/2.2.4:1;sp/2.0.3:1;w3emc/2.3.1:1;w3nco/2.0.7:1;g2/3.1.1:1;g2tmpl/1.6.0:1;crtm/2.2.6:1;jasper/1.900.1:1;png/1.2.44:1;z/1.2.11:1;post/8.0.1:1;esmf/8.0.0:1;cmake/3.9.0:1;fv3:1";' export '__LMOD_REF_COUNT_LOADEDMODULES;' 'LOADEDMODULES="contrib:sutils/default:intel/18.0.5.274:impi/2018.0.4:netcdf/4.7.0:bacio/2.0.3:ip/3.0.2:nemsio/2.2.4:sp/2.0.3:w3emc/2.3.1:w3nco/2.0.7:g2/3.1.1:g2tmpl/1.6.0:crtm/2.2.6:jasper/1.900.1:png/1.2.44:z/1.2.11:post/8.0.1:esmf/8.0.0:cmake/3.9.0:fv3";' export 'LOADEDMODULES;' '__LMOD_REF_COUNT_MANPATH="/apps/netcdf/4.7.0/intel/18.0.5.274/share/man:1;/apps/intel/compilers_and_libraries_2018/linux/mpi/man:1;/apps/intel/parallel_studio_xe_2018.4.057/man/common:1;/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/man:1;/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/man:1;/apps/lmod/lmod/share/man:1;/apps/local/man:1;/apps/slurm/default/share/man:1;/apps/slurm/tools/sbank/share/man:1";' export '__LMOD_REF_COUNT_MANPATH;' 'MANPATH="/apps/netcdf/4.7.0/intel/18.0.5.274/share/man:/apps/intel/compilers_and_libraries_2018/linux/mpi/man:/apps/intel/parallel_studio_xe_2018.4.057/man/common:/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/man:/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/man:/apps/lmod/lmod/share/man::/apps/local/man:/apps/slurm/default/share/man:/apps/slurm/tools/sbank/share/man";' export 'MANPATH;' '__LMOD_REF_COUNT_MODULEPATH="/contrib/modulefiles:3;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/hera.intel:2;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1;/apps/modules/modulefamilies/intel:1;/apps/modules/modulefamilies/intel_impi:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles:1";' export '__LMOD_REF_COUNT_MODULEPATH;' 'MODULEPATH="/contrib/modulefiles:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles:/apps/modules/modulefamilies/intel:/apps/modules/modulefamilies/intel_impi:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles";' export 'MODULEPATH;' 'MPM_LAUNCHER="/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/mpm/mic/bin/start_mpm.sh";' export 'MPM_LAUNCHER;' 'NCEPLIBS="/scratch2/NCEPDEV/nwprod/NCEPLIBS";' export 'NCEPLIBS;' 'NEMSIO_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/nemsio_v2.2.4";' export 'NEMSIO_INC;' 'NEMSIO_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libnemsio_v2.2.4.a";' export 'NEMSIO_LIB;' 'NEMSIO_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/nemsio_v2.2.4";' export 'NEMSIO_SRC;' 'NEMSIO_VER="v2.2.4";' export 'NEMSIO_VER;' 'NETCDF="/apps/netcdf/4.7.0/intel/18.0.5.274";' export 'NETCDF;' '__LMOD_REF_COUNT_NLSPATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64/locale/%l_%t/%N:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin/locale/%l_%t/%N:1;/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/intel64/share/locale/%l_%t/%N:1";' export '__LMOD_REF_COUNT_NLSPATH;' 'NLSPATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64/locale/%l_%t/%N:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin/locale/%l_%t/%N:/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/intel64/share/locale/%l_%t/%N";' export 'NLSPATH;' '__LMOD_REF_COUNT_PATH="/contrib/cmake/3.9.0/bin:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/bin:1;/apps/netcdf/4.7.0/intel/18.0.5.274/bin:1;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/bin/intel64:1;/contrib/sutils/bin:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:1;/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/opt/ibutils/bin:1;/apps/local/bin:1;/apps/local/sbin:1;/apps/slurm/default/tools:1;/apps/slurm/default/bin:1;/apps/slurm/default/sbin:1;/apps/slurm/tools/sbank/bin:1;/home/Dusan.Jovic/bin:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/dbrowse:1";' export '__LMOD_REF_COUNT_PATH;' 'PATH="/contrib/cmake/3.9.0/bin:/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/bin:/apps/netcdf/4.7.0/intel/18.0.5.274/bin:/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/bin/intel64:/contrib/sutils/bin:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/opt/ibutils/bin:/apps/local/bin:/apps/local/sbin:/apps/slurm/default/tools:/apps/slurm/default/bin:/apps/slurm/default/sbin:/apps/slurm/tools/sbank/bin:/home/Dusan.Jovic/bin:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/dbrowse";' export 'PATH;' '__LMOD_REF_COUNT_PKG_CONFIG_PATH="/apps/intel/compilers_and_libraries_2018/linux/mkl/bin/pkgconfig:1";' export '__LMOD_REF_COUNT_PKG_CONFIG_PATH;' 'PKG_CONFIG_PATH="/apps/intel/compilers_and_libraries_2018/linux/mkl/bin/pkgconfig";' export 'PKG_CONFIG_PATH;' 'PNG_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/png_v1.2.44";' export 'PNG_INC;' 'PNG_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libpng_v1.2.44.a";' export 'PNG_LIB;' 'PNG_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/thirdParty";' export 'PNG_SRC;' 'PNG_VER="v1.2.44";' export 'PNG_VER;' 'POST_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ncep_post_v8.0.1_4";' export 'POST_INC;' 'POST_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libncep_post_v8.0.1_4.a";' export 'POST_LIB;' 'POST_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/post_v8.0.1";' export 'POST_SRC;' 'POST_VER="v8.0.1";' export 'POST_VER;' 'SLURM_UTILS_PATH="/contrib/sutils/bin";' export 'SLURM_UTILS_PATH;' 'SP_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_4.a";' export 'SP_LIB4;' 'SP_LIB8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_8.a";' export 'SP_LIB8;' 'SP_LIBd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_d.a";' export 'SP_LIBd;' 'SP_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/sp_v2.0.3";' export 'SP_SRC;' 'SP_VER="v2.0.3";' export 'SP_VER;' 'W3EMC_INC4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/w3emc_v2.3.1_4";' export 'W3EMC_INC4;' 'W3EMC_INC8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/w3emc_v2.3.1_8";' export 'W3EMC_INC8;' 'W3EMC_INCd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/w3emc_v2.3.1_d";' export 'W3EMC_INCd;' 'W3EMC_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_4.a";' export 'W3EMC_LIB4;' 'W3EMC_LIB8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_8.a";' export 'W3EMC_LIB8;' 'W3EMC_LIBd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_d.a";' export 'W3EMC_LIBd;' 'W3EMC_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/w3emc_v2.3.1";' export 'W3EMC_SRC;' 'W3EMC_VER="v2.3.1";' export 'W3EMC_VER;' 'W3NCO_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_4.a";' export 'W3NCO_LIB4;' 'W3NCO_LIB8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_8.a";' export 'W3NCO_LIB8;' 'W3NCO_LIBd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_d.a";' export 'W3NCO_LIBd;' 'W3NCO_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/w3nco_v2.0.7";' export 'W3NCO_SRC;' 'W3NCO_VER="v2.0.7";' export 'W3NCO_VER;' 'Z_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/z_v1.2.11";' export 'Z_INC;' 'Z_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libz_v1.2.11.a";' export 'Z_LIB;' 'Z_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/thirdParty";' export 'Z_SRC;' 'Z_VER="v1.2.11";' export 'Z_VER;' '__LMOD_REF_COUNT__LMFILES_="/apps/modules/modulefiles/contrib:1;/contrib/modulefiles/sutils/default:1;/apps/modules/modulefiles/intel/18.0.5.274:1;/apps/modules/modulefamilies/intel/impi/2018.0.4:1;/apps/modules/modulefamilies/intel/netcdf/4.7.0:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/bacio/2.0.3:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/ip/3.0.2:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/nemsio/2.2.4:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/sp/2.0.3:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3emc/2.3.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3nco/2.0.7:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2/3.1.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2tmpl/1.6.0:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/crtm/2.2.6:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/jasper/1.900.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/png/1.2.44:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/z/1.2.11:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/post/8.0.1:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles/esmf/8.0.0:1;/contrib/modulefiles/cmake/3.9.0:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/hera.intel/fv3:1";' export '__LMOD_REF_COUNT__LMFILES_;' '_LMFILES_="/apps/modules/modulefiles/contrib:/contrib/modulefiles/sutils/default:/apps/modules/modulefiles/intel/18.0.5.274:/apps/modules/modulefamilies/intel/impi/2018.0.4:/apps/modules/modulefamilies/intel/netcdf/4.7.0:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/bacio/2.0.3:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/ip/3.0.2:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/nemsio/2.2.4:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/sp/2.0.3:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3emc/2.3.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3nco/2.0.7:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2/3.1.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2tmpl/1.6.0:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/crtm/2.2.6:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/jasper/1.900.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/png/1.2.44:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/z/1.2.11:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/post/8.0.1:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles/esmf/8.0.0:/contrib/modulefiles/cmake/3.9.0:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/hera.intel/fv3";' export '_LMFILES_;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJpbXBpIix9LG1UPXtiYWNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvYmFjaW8vMi4wLjMiLFsiZnVsbE5hbWUiXT0iYmFjaW8vMi4wLjMiLFsibG9hZE9yZGVyIl09Nixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJiYWNpby8yLjAuMyIsfSxjbWFrZT17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9jbWFrZS8zLjkuMCIsWyJmdWxs";' export '_ModuleTable001_;' '_ModuleTable002_="TmFtZSJdPSJjbWFrZS8zLjkuMCIsWyJsb2FkT3JkZXIiXT0yMCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjbWFrZS8zLjkuMCIsfSxjb250cmliPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvY29udHJpYiIsWyJmdWxsTmFtZSJdPSJjb250cmliIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY29udHJpYiIsfSxjcnRtPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9jcnRtLzIuMi42IixbImZ1bGxOYW1lIl09ImNydG0vMi4yLjYiLFsibG9hZE9yZGVy";' export '_ModuleTable002_;' '_ModuleTable003_="Il09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL2Z2My1jYW0vRHVzYW4uSm92aWMvdWZzL3ByX25ldy91ZnMtd2VhdGhlci1tb2RlbC9tb2R1bGVmaWxlcy9oZXJhLmludGVsL2Z2MyIs";' export '_ModuleTable003_;' '_ModuleTable004_="WyJmdWxsTmFtZSJdPSJmdjMiLFsibG9hZE9yZGVyIl09MjEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MCxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZnYzIix9LGcyPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9nMi8zLjEuMSIsWyJmdWxsTmFtZSJdPSJnMi8zLjEuMSIsWyJsb2FkT3JkZXIiXT0xMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMi8zLjEuMSIsfSxnMnRtcGw9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2cydG1wbC8xLjYuMCIsWyJmdWxsTmFtZSJdPSJnMnRtcGwvMS42";' export '_ModuleTable004_;' '_ModuleTable005_="LjAiLFsibG9hZE9yZGVyIl09MTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZzJ0bXBsLzEuNi4wIix9LGltcGk9e1siZm4iXT0iL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbC9pbXBpLzIwMTguMC40IixbImZ1bGxOYW1lIl09ImltcGkvMjAxOC4wLjQiLFsibG9hZE9yZGVyIl09NCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJpbXBpLzIwMTguMC40Iix9LGludGVsPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvaW50ZWwvMTguMC41LjI3NCIsWyJmdWxsTmFtZSJdPSJpbnRlbC8xOC4wLjUuMjc0IixbImxvYWRPcmRl";' export '_ModuleTable005_;' '_ModuleTable006_="ciJdPTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW50ZWwvMTguMC41LjI3NCIsfSxpcD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvaXAvMy4wLjIiLFsiZnVsbE5hbWUiXT0iaXAvMy4wLjIiLFsibG9hZE9yZGVyIl09Nyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJpcC8zLjAuMiIsfSxqYXNwZXI9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2phc3Blci8xLjkwMC4xIixbImZ1bGxOYW1lIl09Imphc3Blci8xLjkwMC4xIixbImxvYWRPcmRl";' export '_ModuleTable006_;' '_ModuleTable007_="ciJdPTE1LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Imphc3Blci8xLjkwMC4xIix9LG5lbXNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvbmVtc2lvLzIuMi40IixbImZ1bGxOYW1lIl09Im5lbXNpby8yLjIuNCIsWyJsb2FkT3JkZXIiXT04LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5lbXNpby8yLjIuNCIsfSxuZXRjZGY9e1siZm4iXT0iL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbC9uZXRjZGYvNC43LjAiLFsiZnVsbE5hbWUiXT0ibmV0Y2RmLzQuNy4wIixbImxvYWRPcmRl";' export '_ModuleTable007_;' '_ModuleTable008_="ciJdPTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmV0Y2RmLzQuNy4wIix9LHBuZz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvcG5nLzEuMi40NCIsWyJmdWxsTmFtZSJdPSJwbmcvMS4yLjQ0IixbImxvYWRPcmRlciJdPTE2LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InBuZy8xLjIuNDQiLH0scG9zdD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvcG9zdC84LjAuMSIsWyJmdWxsTmFtZSJdPSJwb3N0LzguMC4xIixbImxvYWRPcmRlciJdPTE4";' export '_ModuleTable008_;' '_ModuleTable009_="LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InBvc3QvOC4wLjEiLH0sc3A9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3NwLzIuMC4zIixbImZ1bGxOYW1lIl09InNwLzIuMC4zIixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ic3AvMi4wLjMiLH0sc3V0aWxzPXtbImZuIl09Ii9jb250cmliL21vZHVsZWZpbGVzL3N1dGlscy9kZWZhdWx0IixbImZ1bGxOYW1lIl09InN1dGlscy9kZWZhdWx0IixbImxvYWRPcmRlciJdPTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0";' export '_ModuleTable009_;' '_ModuleTable010_="YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ic3V0aWxzIix9LHczZW1jPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy93M2VtYy8yLjMuMSIsWyJmdWxsTmFtZSJdPSJ3M2VtYy8yLjMuMSIsWyJsb2FkT3JkZXIiXT0xMCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ3M2VtYy8yLjMuMSIsfSx3M25jbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNuY28vMi4wLjciLFsiZnVsbE5hbWUiXT0idzNuY28vMi4wLjciLFsibG9hZE9yZGVyIl09MTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1";' export '_ModuleTable010_;' '_ModuleTable011_="cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNuY28vMi4wLjciLH0sej17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvei8xLjIuMTEiLFsiZnVsbE5hbWUiXT0iei8xLjIuMTEiLFsibG9hZE9yZGVyIl09MTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iei8xLjIuMTEiLH0sfSxtcGF0aEE9eyIvY29udHJpYi9tb2R1bGVmaWxlcyIsIi9zY3JhdGNoMi9OQ0VQREVWL2Z2My1jYW0vRHVzYW4uSm92aWMvdWZzL3ByX25ldy91ZnMtd2VhdGhlci1tb2RlbC9tb2R1bGVmaWxlcy9oZXJhLmludGVsIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIv";' export '_ModuleTable011_;' '_ModuleTable012_="YXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZhbWlsaWVzL2ludGVsX2ltcGkiLCIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDEvTkNFUERFVi9uZW1zL2VtYy5uZW1zcGFyYS9zb2Z0L21vZHVsZWZpbGVzIix9LFsic3lzdGVtQmFzZU1QQVRIIl09Ii9hcHBzL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlOi9hcHBzL21vZHVsZXMvbW9kdWxlZmls";' export '_ModuleTable012_;' '_ModuleTable013_="ZXMvTGludXg6L2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlczovb3B0L2NyYXkvbW9kdWxlZmlsZXM6L29wdC9jcmF5L2NyYXlwZS9kZWZhdWx0L21vZHVsZWZpbGVzIix9";' export '_ModuleTable013_;' '_ModuleTable_Sz_="13";' export '_ModuleTable_Sz_;' ++ BACIO_LIB4=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libbacio_v2.0.3_4.a ++ export BACIO_LIB4 ++ BACIO_LIB8=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libbacio_v2.0.3_8.a @@ -5150,9 +1456,9 @@ INFO: CCPP prebuild step completed successfully. ++ export __LMOD_REF_COUNT_MANPATH ++ MANPATH=/apps/netcdf/4.7.0/intel/18.0.5.274/share/man:/apps/intel/compilers_and_libraries_2018/linux/mpi/man:/apps/intel/parallel_studio_xe_2018.4.057/man/common:/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/man:/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/man:/apps/lmod/lmod/share/man::/apps/local/man:/apps/slurm/default/share/man:/apps/slurm/tools/sbank/share/man ++ export MANPATH -++ __LMOD_REF_COUNT_MODULEPATH='/contrib/modulefiles:3;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:2;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1;/apps/modules/modulefamilies/intel:1;/apps/modules/modulefamilies/intel_impi:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles:1' +++ __LMOD_REF_COUNT_MODULEPATH='/contrib/modulefiles:3;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/hera.intel:2;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1;/apps/modules/modulefamilies/intel:1;/apps/modules/modulefamilies/intel_impi:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles:1' ++ export __LMOD_REF_COUNT_MODULEPATH -++ MODULEPATH=/contrib/modulefiles:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles:/apps/modules/modulefamilies/intel:/apps/modules/modulefamilies/intel_impi:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles +++ MODULEPATH=/contrib/modulefiles:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles:/apps/modules/modulefamilies/intel:/apps/modules/modulefamilies/intel_impi:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles ++ export MODULEPATH ++ MPM_LAUNCHER=/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/mpm/mic/bin/start_mpm.sh ++ export MPM_LAUNCHER @@ -5242,35 +1548,35 @@ INFO: CCPP prebuild step completed successfully. ++ export Z_SRC ++ Z_VER=v1.2.11 ++ export Z_VER -++ __LMOD_REF_COUNT__LMFILES_='/apps/modules/modulefiles/contrib:1;/contrib/modulefiles/sutils/default:1;/apps/modules/modulefiles/intel/18.0.5.274:1;/apps/modules/modulefamilies/intel/impi/2018.0.4:1;/apps/modules/modulefamilies/intel/netcdf/4.7.0:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/bacio/2.0.3:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/ip/3.0.2:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/nemsio/2.2.4:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/sp/2.0.3:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3emc/2.3.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3nco/2.0.7:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2/3.1.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2tmpl/1.6.0:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/crtm/2.2.6:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/jasper/1.900.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/png/1.2.44:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/z/1.2.11:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/post/8.0.1:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles/esmf/8.0.0:1;/contrib/modulefiles/cmake/3.9.0:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel/fv3:1' +++ __LMOD_REF_COUNT__LMFILES_='/apps/modules/modulefiles/contrib:1;/contrib/modulefiles/sutils/default:1;/apps/modules/modulefiles/intel/18.0.5.274:1;/apps/modules/modulefamilies/intel/impi/2018.0.4:1;/apps/modules/modulefamilies/intel/netcdf/4.7.0:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/bacio/2.0.3:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/ip/3.0.2:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/nemsio/2.2.4:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/sp/2.0.3:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3emc/2.3.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3nco/2.0.7:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2/3.1.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2tmpl/1.6.0:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/crtm/2.2.6:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/jasper/1.900.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/png/1.2.44:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/z/1.2.11:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/post/8.0.1:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles/esmf/8.0.0:1;/contrib/modulefiles/cmake/3.9.0:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/hera.intel/fv3:1' ++ export __LMOD_REF_COUNT__LMFILES_ -++ _LMFILES_=/apps/modules/modulefiles/contrib:/contrib/modulefiles/sutils/default:/apps/modules/modulefiles/intel/18.0.5.274:/apps/modules/modulefamilies/intel/impi/2018.0.4:/apps/modules/modulefamilies/intel/netcdf/4.7.0:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/bacio/2.0.3:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/ip/3.0.2:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/nemsio/2.2.4:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/sp/2.0.3:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3emc/2.3.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3nco/2.0.7:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2/3.1.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2tmpl/1.6.0:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/crtm/2.2.6:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/jasper/1.900.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/png/1.2.44:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/z/1.2.11:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/post/8.0.1:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles/esmf/8.0.0:/contrib/modulefiles/cmake/3.9.0:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel/fv3 +++ _LMFILES_=/apps/modules/modulefiles/contrib:/contrib/modulefiles/sutils/default:/apps/modules/modulefiles/intel/18.0.5.274:/apps/modules/modulefamilies/intel/impi/2018.0.4:/apps/modules/modulefamilies/intel/netcdf/4.7.0:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/bacio/2.0.3:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/ip/3.0.2:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/nemsio/2.2.4:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/sp/2.0.3:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3emc/2.3.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3nco/2.0.7:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2/3.1.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2tmpl/1.6.0:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/crtm/2.2.6:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/jasper/1.900.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/png/1.2.44:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/z/1.2.11:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/post/8.0.1:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles/esmf/8.0.0:/contrib/modulefiles/cmake/3.9.0:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/hera.intel/fv3 ++ export _LMFILES_ ++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJpbXBpIix9LG1UPXtiYWNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvYmFjaW8vMi4wLjMiLFsiZnVsbE5hbWUiXT0iYmFjaW8vMi4wLjMiLFsibG9hZE9yZGVyIl09Nixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJiYWNpby8yLjAuMyIsfSxjbWFrZT17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9jbWFrZS8zLjkuMCIsWyJmdWxs ++ export _ModuleTable001_ ++ _ModuleTable002_=TmFtZSJdPSJjbWFrZS8zLjkuMCIsWyJsb2FkT3JkZXIiXT0yMCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjbWFrZS8zLjkuMCIsfSxjb250cmliPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvY29udHJpYiIsWyJmdWxsTmFtZSJdPSJjb250cmliIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY29udHJpYiIsfSxjcnRtPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9jcnRtLzIuMi42IixbImZ1bGxOYW1lIl09ImNydG0vMi4yLjYiLFsibG9hZE9yZGVy ++ export _ModuleTable002_ -++ _ModuleTable003_=Il09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL2Z2My1jYW0vRHVzYW4uSm92aWMvdWZzL3ByMTgvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvaGVyYS5pbnRlbC9mdjMiLFsi +++ _ModuleTable003_=Il09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL2Z2My1jYW0vRHVzYW4uSm92aWMvdWZzL3ByX25ldy91ZnMtd2VhdGhlci1tb2RlbC9tb2R1bGVmaWxlcy9oZXJhLmludGVsL2Z2MyIs ++ export _ModuleTable003_ -++ _ModuleTable004_=ZnVsbE5hbWUiXT0iZnYzIixbImxvYWRPcmRlciJdPTIxLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTAsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImZ2MyIsfSxnMj17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzIvMy4xLjEiLFsiZnVsbE5hbWUiXT0iZzIvMy4xLjEiLFsibG9hZE9yZGVyIl09MTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZzIvMy4xLjEiLH0sZzJ0bXBsPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9nMnRtcGwvMS42LjAiLFsiZnVsbE5hbWUiXT0iZzJ0bXBsLzEuNi4w +++ _ModuleTable004_=WyJmdWxsTmFtZSJdPSJmdjMiLFsibG9hZE9yZGVyIl09MjEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MCxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZnYzIix9LGcyPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9nMi8zLjEuMSIsWyJmdWxsTmFtZSJdPSJnMi8zLjEuMSIsWyJsb2FkT3JkZXIiXT0xMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMi8zLjEuMSIsfSxnMnRtcGw9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2cydG1wbC8xLjYuMCIsWyJmdWxsTmFtZSJdPSJnMnRtcGwvMS42 ++ export _ModuleTable004_ -++ _ModuleTable005_=IixbImxvYWRPcmRlciJdPTEzLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcydG1wbC8xLjYuMCIsfSxpbXBpPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwvaW1waS8yMDE4LjAuNCIsWyJmdWxsTmFtZSJdPSJpbXBpLzIwMTguMC40IixbImxvYWRPcmRlciJdPTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW1waS8yMDE4LjAuNCIsfSxpbnRlbD17WyJmbiJdPSIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL2ludGVsLzE4LjAuNS4yNzQiLFsiZnVsbE5hbWUiXT0iaW50ZWwvMTguMC41LjI3NCIsWyJsb2FkT3JkZXIi +++ _ModuleTable005_=LjAiLFsibG9hZE9yZGVyIl09MTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZzJ0bXBsLzEuNi4wIix9LGltcGk9e1siZm4iXT0iL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbC9pbXBpLzIwMTguMC40IixbImZ1bGxOYW1lIl09ImltcGkvMjAxOC4wLjQiLFsibG9hZE9yZGVyIl09NCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJpbXBpLzIwMTguMC40Iix9LGludGVsPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvaW50ZWwvMTguMC41LjI3NCIsWyJmdWxsTmFtZSJdPSJpbnRlbC8xOC4wLjUuMjc0IixbImxvYWRPcmRl ++ export _ModuleTable005_ -++ _ModuleTable006_=XT0zLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImludGVsLzE4LjAuNS4yNzQiLH0saXA9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2lwLzMuMC4yIixbImZ1bGxOYW1lIl09ImlwLzMuMC4yIixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaXAvMy4wLjIiLH0samFzcGVyPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9qYXNwZXIvMS45MDAuMSIsWyJmdWxsTmFtZSJdPSJqYXNwZXIvMS45MDAuMSIsWyJsb2FkT3JkZXIi +++ _ModuleTable006_=ciJdPTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW50ZWwvMTguMC41LjI3NCIsfSxpcD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvaXAvMy4wLjIiLFsiZnVsbE5hbWUiXT0iaXAvMy4wLjIiLFsibG9hZE9yZGVyIl09Nyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJpcC8zLjAuMiIsfSxqYXNwZXI9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2phc3Blci8xLjkwMC4xIixbImZ1bGxOYW1lIl09Imphc3Blci8xLjkwMC4xIixbImxvYWRPcmRl ++ export _ModuleTable006_ -++ _ModuleTable007_=XT0xNSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJqYXNwZXIvMS45MDAuMSIsfSxuZW1zaW89e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL25lbXNpby8yLjIuNCIsWyJmdWxsTmFtZSJdPSJuZW1zaW8vMi4yLjQiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZW1zaW8vMi4yLjQiLH0sbmV0Y2RmPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwvbmV0Y2RmLzQuNy4wIixbImZ1bGxOYW1lIl09Im5ldGNkZi80LjcuMCIsWyJsb2FkT3JkZXIi +++ _ModuleTable007_=ciJdPTE1LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Imphc3Blci8xLjkwMC4xIix9LG5lbXNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvbmVtc2lvLzIuMi40IixbImZ1bGxOYW1lIl09Im5lbXNpby8yLjIuNCIsWyJsb2FkT3JkZXIiXT04LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5lbXNpby8yLjIuNCIsfSxuZXRjZGY9e1siZm4iXT0iL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbC9uZXRjZGYvNC43LjAiLFsiZnVsbE5hbWUiXT0ibmV0Y2RmLzQuNy4wIixbImxvYWRPcmRl ++ export _ModuleTable007_ -++ _ModuleTable008_=XT01LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5ldGNkZi80LjcuMCIsfSxwbmc9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3BuZy8xLjIuNDQiLFsiZnVsbE5hbWUiXT0icG5nLzEuMi40NCIsWyJsb2FkT3JkZXIiXT0xNixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJwbmcvMS4yLjQ0Iix9LHBvc3Q9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3Bvc3QvOC4wLjEiLFsiZnVsbE5hbWUiXT0icG9zdC84LjAuMSIsWyJsb2FkT3JkZXIiXT0xOCxw +++ _ModuleTable008_=ciJdPTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmV0Y2RmLzQuNy4wIix9LHBuZz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvcG5nLzEuMi40NCIsWyJmdWxsTmFtZSJdPSJwbmcvMS4yLjQ0IixbImxvYWRPcmRlciJdPTE2LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InBuZy8xLjIuNDQiLH0scG9zdD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvcG9zdC84LjAuMSIsWyJmdWxsTmFtZSJdPSJwb3N0LzguMC4xIixbImxvYWRPcmRlciJdPTE4 ++ export _ModuleTable008_ -++ _ModuleTable009_=cm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJwb3N0LzguMC4xIix9LHNwPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9zcC8yLjAuMyIsWyJmdWxsTmFtZSJdPSJzcC8yLjAuMyIsWyJsb2FkT3JkZXIiXT05LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InNwLzIuMC4zIix9LHN1dGlscz17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9zdXRpbHMvZGVmYXVsdCIsWyJmdWxsTmFtZSJdPSJzdXRpbHMvZGVmYXVsdCIsWyJsb2FkT3JkZXIiXT0yLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0 +++ _ModuleTable009_=LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InBvc3QvOC4wLjEiLH0sc3A9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3NwLzIuMC4zIixbImZ1bGxOYW1lIl09InNwLzIuMC4zIixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ic3AvMi4wLjMiLH0sc3V0aWxzPXtbImZuIl09Ii9jb250cmliL21vZHVsZWZpbGVzL3N1dGlscy9kZWZhdWx0IixbImZ1bGxOYW1lIl09InN1dGlscy9kZWZhdWx0IixbImxvYWRPcmRlciJdPTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0 ++ export _ModuleTable009_ -++ _ModuleTable010_=dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InN1dGlscyIsfSx3M2VtYz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNlbWMvMi4zLjEiLFsiZnVsbE5hbWUiXT0idzNlbWMvMi4zLjEiLFsibG9hZE9yZGVyIl09MTAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNlbWMvMi4zLjEiLH0sdzNuY289e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czbmNvLzIuMC43IixbImZ1bGxOYW1lIl09InczbmNvLzIuMC43IixbImxvYWRPcmRlciJdPTExLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMi +++ _ModuleTable010_=YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ic3V0aWxzIix9LHczZW1jPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy93M2VtYy8yLjMuMSIsWyJmdWxsTmFtZSJdPSJ3M2VtYy8yLjMuMSIsWyJsb2FkT3JkZXIiXT0xMCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ3M2VtYy8yLjMuMSIsfSx3M25jbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNuY28vMi4wLjciLFsiZnVsbE5hbWUiXT0idzNuY28vMi4wLjciLFsibG9hZE9yZGVyIl09MTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1 ++ export _ModuleTable010_ -++ _ModuleTable011_=XT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHo9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3ovMS4yLjExIixbImZ1bGxOYW1lIl09InovMS4yLjExIixbImxvYWRPcmRlciJdPTE3LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InovMS4yLjExIix9LH0sbXBhdGhBPXsiL2NvbnRyaWIvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDIvTkNFUERFVi9mdjMtY2FtL0R1c2FuLkpvdmljL3Vmcy9wcjE4L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL2hlcmEuaW50ZWwiLCIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi9hcHBz +++ _ModuleTable011_=cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNuY28vMi4wLjciLH0sej17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvei8xLjIuMTEiLFsiZnVsbE5hbWUiXT0iei8xLjIuMTEiLFsibG9hZE9yZGVyIl09MTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iei8xLjIuMTEiLH0sfSxtcGF0aEE9eyIvY29udHJpYi9tb2R1bGVmaWxlcyIsIi9zY3JhdGNoMi9OQ0VQREVWL2Z2My1jYW0vRHVzYW4uSm92aWMvdWZzL3ByX25ldy91ZnMtd2VhdGhlci1tb2RlbC9tb2R1bGVmaWxlcy9oZXJhLmludGVsIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIv ++ export _ModuleTable011_ -++ _ModuleTable012_=L21vZHVsZXMvbW9kdWxlZmlsZXMvTGludXgiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L2NyYXlwZS9kZWZhdWx0L21vZHVsZWZpbGVzIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbCIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWxfaW1waSIsIi9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcyIsIi9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmU6L2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9M +++ _ModuleTable012_=YXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZhbWlsaWVzL2ludGVsX2ltcGkiLCIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDEvTkNFUERFVi9uZW1zL2VtYy5uZW1zcGFyYS9zb2Z0L21vZHVsZWZpbGVzIix9LFsic3lzdGVtQmFzZU1QQVRIIl09Ii9hcHBzL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlOi9hcHBzL21vZHVsZXMvbW9kdWxlZmls ++ export _ModuleTable012_ -++ _ModuleTable013_=aW51eDovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzOi9vcHQvY3JheS9tb2R1bGVmaWxlczovb3B0L2NyYXkvY3JheXBlL2RlZmF1bHQvbW9kdWxlZmlsZXMiLH0= +++ _ModuleTable013_=ZXMvTGludXg6L2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlczovb3B0L2NyYXkvbW9kdWxlZmlsZXM6L29wdC9jcmF5L2NyYXlwZS9kZWZhdWx0L21vZHVsZWZpbGVzIix9 ++ export _ModuleTable013_ ++ _ModuleTable_Sz_=13 ++ export _ModuleTable_Sz_ @@ -5278,7 +1584,7 @@ INFO: CCPP prebuild step completed successfully. + eval + module list ++ /apps/lmod/7.7.18/libexec/lmod bash list -+ eval echo ''\'''\'';' echo ''\''Currently'\''' ''\''Loaded'\''' ''\''Modules:'\'';' echo ''\'''\''' ''\'''\''' ''\''1)'\''' ''\''contrib'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''7)'\''' ''\''ip/3.0.2'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''13)'\''' ''\''g2tmpl/1.6.0'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''19)'\''' ''\''esmf/8.0.0'\'';' echo ''\'''\''' ''\'''\''' ''\''2)'\''' ''\''sutils/default'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''8)'\''' ''\''nemsio/2.2.4'\''' ''\'''\''' ''\''14)'\''' ''\''crtm/2.2.6'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''20)'\''' ''\''cmake/3.9.0'\'';' echo ''\'''\''' ''\'''\''' ''\''3)'\''' ''\''intel/18.0.5.274'\''' ''\'''\''' ''\'''\''' ''\''9)'\''' ''\''sp/2.0.3'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''15)'\''' ''\''jasper/1.900.1'\''' ''\'''\''' ''\''21)'\''' ''\''fv3'\'';' echo ''\'''\''' ''\'''\''' ''\''4)'\''' ''\''impi/2018.0.4'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''10)'\''' ''\''w3emc/2.3.1'\''' ''\'''\''' ''\'''\''' ''\''16)'\''' ''\''png/1.2.44'\'';' echo ''\'''\''' ''\'''\''' ''\''5)'\''' ''\''netcdf/4.7.0'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''11)'\''' ''\''w3nco/2.0.7'\''' ''\'''\''' ''\'''\''' ''\''17)'\''' ''\''z/1.2.11'\'';' echo ''\'''\''' ''\'''\''' ''\''6)'\''' ''\''bacio/2.0.3'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''12)'\''' ''\''g2/3.1.1'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''18)'\''' ''\''post/8.0.1'\'';' echo ''\'''\'';' echo ''\'''\''' ''\'''\'';' echo ''\'''\'';' 'MODULEPATH="/contrib/modulefiles:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles:/apps/modules/modulefamilies/intel:/apps/modules/modulefamilies/intel_impi:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles";' export 'MODULEPATH;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJpbXBpIix9LG1UPXtiYWNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvYmFjaW8vMi4wLjMiLFsiZnVsbE5hbWUiXT0iYmFjaW8vMi4wLjMiLFsibG9hZE9yZGVyIl09Nixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJiYWNpby8yLjAuMyIsfSxjbWFrZT17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9jbWFrZS8zLjkuMCIsWyJmdWxs";' export '_ModuleTable001_;' '_ModuleTable002_="TmFtZSJdPSJjbWFrZS8zLjkuMCIsWyJsb2FkT3JkZXIiXT0yMCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjbWFrZS8zLjkuMCIsfSxjb250cmliPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvY29udHJpYiIsWyJmdWxsTmFtZSJdPSJjb250cmliIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY29udHJpYiIsfSxjcnRtPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9jcnRtLzIuMi42IixbImZ1bGxOYW1lIl09ImNydG0vMi4yLjYiLFsibG9hZE9yZGVy";' export '_ModuleTable002_;' '_ModuleTable003_="Il09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL2Z2My1jYW0vRHVzYW4uSm92aWMvdWZzL3ByMTgvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvaGVyYS5pbnRlbC9mdjMiLFsi";' export '_ModuleTable003_;' '_ModuleTable004_="ZnVsbE5hbWUiXT0iZnYzIixbImxvYWRPcmRlciJdPTIxLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTAsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImZ2MyIsfSxnMj17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzIvMy4xLjEiLFsiZnVsbE5hbWUiXT0iZzIvMy4xLjEiLFsibG9hZE9yZGVyIl09MTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZzIvMy4xLjEiLH0sZzJ0bXBsPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9nMnRtcGwvMS42LjAiLFsiZnVsbE5hbWUiXT0iZzJ0bXBsLzEuNi4w";' export '_ModuleTable004_;' '_ModuleTable005_="IixbImxvYWRPcmRlciJdPTEzLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcydG1wbC8xLjYuMCIsfSxpbXBpPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwvaW1waS8yMDE4LjAuNCIsWyJmdWxsTmFtZSJdPSJpbXBpLzIwMTguMC40IixbImxvYWRPcmRlciJdPTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW1waS8yMDE4LjAuNCIsfSxpbnRlbD17WyJmbiJdPSIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL2ludGVsLzE4LjAuNS4yNzQiLFsiZnVsbE5hbWUiXT0iaW50ZWwvMTguMC41LjI3NCIsWyJsb2FkT3JkZXIi";' export '_ModuleTable005_;' '_ModuleTable006_="XT0zLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImludGVsLzE4LjAuNS4yNzQiLH0saXA9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2lwLzMuMC4yIixbImZ1bGxOYW1lIl09ImlwLzMuMC4yIixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaXAvMy4wLjIiLH0samFzcGVyPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9qYXNwZXIvMS45MDAuMSIsWyJmdWxsTmFtZSJdPSJqYXNwZXIvMS45MDAuMSIsWyJsb2FkT3JkZXIi";' export '_ModuleTable006_;' '_ModuleTable007_="XT0xNSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJqYXNwZXIvMS45MDAuMSIsfSxuZW1zaW89e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL25lbXNpby8yLjIuNCIsWyJmdWxsTmFtZSJdPSJuZW1zaW8vMi4yLjQiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZW1zaW8vMi4yLjQiLH0sbmV0Y2RmPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwvbmV0Y2RmLzQuNy4wIixbImZ1bGxOYW1lIl09Im5ldGNkZi80LjcuMCIsWyJsb2FkT3JkZXIi";' export '_ModuleTable007_;' '_ModuleTable008_="XT01LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5ldGNkZi80LjcuMCIsfSxwbmc9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3BuZy8xLjIuNDQiLFsiZnVsbE5hbWUiXT0icG5nLzEuMi40NCIsWyJsb2FkT3JkZXIiXT0xNixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJwbmcvMS4yLjQ0Iix9LHBvc3Q9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3Bvc3QvOC4wLjEiLFsiZnVsbE5hbWUiXT0icG9zdC84LjAuMSIsWyJsb2FkT3JkZXIiXT0xOCxw";' export '_ModuleTable008_;' '_ModuleTable009_="cm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJwb3N0LzguMC4xIix9LHNwPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9zcC8yLjAuMyIsWyJmdWxsTmFtZSJdPSJzcC8yLjAuMyIsWyJsb2FkT3JkZXIiXT05LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InNwLzIuMC4zIix9LHN1dGlscz17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9zdXRpbHMvZGVmYXVsdCIsWyJmdWxsTmFtZSJdPSJzdXRpbHMvZGVmYXVsdCIsWyJsb2FkT3JkZXIiXT0yLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0";' export '_ModuleTable009_;' '_ModuleTable010_="dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InN1dGlscyIsfSx3M2VtYz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNlbWMvMi4zLjEiLFsiZnVsbE5hbWUiXT0idzNlbWMvMi4zLjEiLFsibG9hZE9yZGVyIl09MTAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNlbWMvMi4zLjEiLH0sdzNuY289e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czbmNvLzIuMC43IixbImZ1bGxOYW1lIl09InczbmNvLzIuMC43IixbImxvYWRPcmRlciJdPTExLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMi";' export '_ModuleTable010_;' '_ModuleTable011_="XT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHo9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3ovMS4yLjExIixbImZ1bGxOYW1lIl09InovMS4yLjExIixbImxvYWRPcmRlciJdPTE3LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InovMS4yLjExIix9LH0sbXBhdGhBPXsiL2NvbnRyaWIvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDIvTkNFUERFVi9mdjMtY2FtL0R1c2FuLkpvdmljL3Vmcy9wcjE4L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL2hlcmEuaW50ZWwiLCIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi9hcHBz";' export '_ModuleTable011_;' '_ModuleTable012_="L21vZHVsZXMvbW9kdWxlZmlsZXMvTGludXgiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L2NyYXlwZS9kZWZhdWx0L21vZHVsZWZpbGVzIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbCIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWxfaW1waSIsIi9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcyIsIi9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmU6L2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9M";' export '_ModuleTable012_;' '_ModuleTable013_="aW51eDovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzOi9vcHQvY3JheS9tb2R1bGVmaWxlczovb3B0L2NyYXkvY3JheXBlL2RlZmF1bHQvbW9kdWxlZmlsZXMiLH0=";' export '_ModuleTable013_;' '_ModuleTable_Sz_="13";' export '_ModuleTable_Sz_;' ++ eval echo ''\'''\'';' echo ''\''Currently'\''' ''\''Loaded'\''' ''\''Modules:'\'';' echo ''\'''\''' ''\'''\''' ''\''1)'\''' ''\''contrib'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''7)'\''' ''\''ip/3.0.2'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''13)'\''' ''\''g2tmpl/1.6.0'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''19)'\''' ''\''esmf/8.0.0'\'';' echo ''\'''\''' ''\'''\''' ''\''2)'\''' ''\''sutils/default'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''8)'\''' ''\''nemsio/2.2.4'\''' ''\'''\''' ''\''14)'\''' ''\''crtm/2.2.6'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''20)'\''' ''\''cmake/3.9.0'\'';' echo ''\'''\''' ''\'''\''' ''\''3)'\''' ''\''intel/18.0.5.274'\''' ''\'''\''' ''\'''\''' ''\''9)'\''' ''\''sp/2.0.3'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''15)'\''' ''\''jasper/1.900.1'\''' ''\'''\''' ''\''21)'\''' ''\''fv3'\'';' echo ''\'''\''' ''\'''\''' ''\''4)'\''' ''\''impi/2018.0.4'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''10)'\''' ''\''w3emc/2.3.1'\''' ''\'''\''' ''\'''\''' ''\''16)'\''' ''\''png/1.2.44'\'';' echo ''\'''\''' ''\'''\''' ''\''5)'\''' ''\''netcdf/4.7.0'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''11)'\''' ''\''w3nco/2.0.7'\''' ''\'''\''' ''\'''\''' ''\''17)'\''' ''\''z/1.2.11'\'';' echo ''\'''\''' ''\'''\''' ''\''6)'\''' ''\''bacio/2.0.3'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''12)'\''' ''\''g2/3.1.1'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''18)'\''' ''\''post/8.0.1'\'';' echo ''\'''\'';' echo ''\'''\''' ''\'''\'';' echo ''\'''\'';' 'MODULEPATH="/contrib/modulefiles:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles:/apps/modules/modulefamilies/intel:/apps/modules/modulefamilies/intel_impi:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles";' export 'MODULEPATH;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJpbXBpIix9LG1UPXtiYWNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvYmFjaW8vMi4wLjMiLFsiZnVsbE5hbWUiXT0iYmFjaW8vMi4wLjMiLFsibG9hZE9yZGVyIl09Nixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJiYWNpby8yLjAuMyIsfSxjbWFrZT17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9jbWFrZS8zLjkuMCIsWyJmdWxs";' export '_ModuleTable001_;' '_ModuleTable002_="TmFtZSJdPSJjbWFrZS8zLjkuMCIsWyJsb2FkT3JkZXIiXT0yMCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjbWFrZS8zLjkuMCIsfSxjb250cmliPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvY29udHJpYiIsWyJmdWxsTmFtZSJdPSJjb250cmliIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY29udHJpYiIsfSxjcnRtPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9jcnRtLzIuMi42IixbImZ1bGxOYW1lIl09ImNydG0vMi4yLjYiLFsibG9hZE9yZGVy";' export '_ModuleTable002_;' '_ModuleTable003_="Il09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL2Z2My1jYW0vRHVzYW4uSm92aWMvdWZzL3ByX25ldy91ZnMtd2VhdGhlci1tb2RlbC9tb2R1bGVmaWxlcy9oZXJhLmludGVsL2Z2MyIs";' export '_ModuleTable003_;' '_ModuleTable004_="WyJmdWxsTmFtZSJdPSJmdjMiLFsibG9hZE9yZGVyIl09MjEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MCxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZnYzIix9LGcyPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9nMi8zLjEuMSIsWyJmdWxsTmFtZSJdPSJnMi8zLjEuMSIsWyJsb2FkT3JkZXIiXT0xMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMi8zLjEuMSIsfSxnMnRtcGw9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2cydG1wbC8xLjYuMCIsWyJmdWxsTmFtZSJdPSJnMnRtcGwvMS42";' export '_ModuleTable004_;' '_ModuleTable005_="LjAiLFsibG9hZE9yZGVyIl09MTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZzJ0bXBsLzEuNi4wIix9LGltcGk9e1siZm4iXT0iL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbC9pbXBpLzIwMTguMC40IixbImZ1bGxOYW1lIl09ImltcGkvMjAxOC4wLjQiLFsibG9hZE9yZGVyIl09NCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJpbXBpLzIwMTguMC40Iix9LGludGVsPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvaW50ZWwvMTguMC41LjI3NCIsWyJmdWxsTmFtZSJdPSJpbnRlbC8xOC4wLjUuMjc0IixbImxvYWRPcmRl";' export '_ModuleTable005_;' '_ModuleTable006_="ciJdPTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW50ZWwvMTguMC41LjI3NCIsfSxpcD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvaXAvMy4wLjIiLFsiZnVsbE5hbWUiXT0iaXAvMy4wLjIiLFsibG9hZE9yZGVyIl09Nyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJpcC8zLjAuMiIsfSxqYXNwZXI9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2phc3Blci8xLjkwMC4xIixbImZ1bGxOYW1lIl09Imphc3Blci8xLjkwMC4xIixbImxvYWRPcmRl";' export '_ModuleTable006_;' '_ModuleTable007_="ciJdPTE1LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Imphc3Blci8xLjkwMC4xIix9LG5lbXNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvbmVtc2lvLzIuMi40IixbImZ1bGxOYW1lIl09Im5lbXNpby8yLjIuNCIsWyJsb2FkT3JkZXIiXT04LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5lbXNpby8yLjIuNCIsfSxuZXRjZGY9e1siZm4iXT0iL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbC9uZXRjZGYvNC43LjAiLFsiZnVsbE5hbWUiXT0ibmV0Y2RmLzQuNy4wIixbImxvYWRPcmRl";' export '_ModuleTable007_;' '_ModuleTable008_="ciJdPTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmV0Y2RmLzQuNy4wIix9LHBuZz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvcG5nLzEuMi40NCIsWyJmdWxsTmFtZSJdPSJwbmcvMS4yLjQ0IixbImxvYWRPcmRlciJdPTE2LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InBuZy8xLjIuNDQiLH0scG9zdD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvcG9zdC84LjAuMSIsWyJmdWxsTmFtZSJdPSJwb3N0LzguMC4xIixbImxvYWRPcmRlciJdPTE4";' export '_ModuleTable008_;' '_ModuleTable009_="LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InBvc3QvOC4wLjEiLH0sc3A9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3NwLzIuMC4zIixbImZ1bGxOYW1lIl09InNwLzIuMC4zIixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ic3AvMi4wLjMiLH0sc3V0aWxzPXtbImZuIl09Ii9jb250cmliL21vZHVsZWZpbGVzL3N1dGlscy9kZWZhdWx0IixbImZ1bGxOYW1lIl09InN1dGlscy9kZWZhdWx0IixbImxvYWRPcmRlciJdPTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0";' export '_ModuleTable009_;' '_ModuleTable010_="YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ic3V0aWxzIix9LHczZW1jPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy93M2VtYy8yLjMuMSIsWyJmdWxsTmFtZSJdPSJ3M2VtYy8yLjMuMSIsWyJsb2FkT3JkZXIiXT0xMCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ3M2VtYy8yLjMuMSIsfSx3M25jbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNuY28vMi4wLjciLFsiZnVsbE5hbWUiXT0idzNuY28vMi4wLjciLFsibG9hZE9yZGVyIl09MTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1";' export '_ModuleTable010_;' '_ModuleTable011_="cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNuY28vMi4wLjciLH0sej17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvei8xLjIuMTEiLFsiZnVsbE5hbWUiXT0iei8xLjIuMTEiLFsibG9hZE9yZGVyIl09MTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iei8xLjIuMTEiLH0sfSxtcGF0aEE9eyIvY29udHJpYi9tb2R1bGVmaWxlcyIsIi9zY3JhdGNoMi9OQ0VQREVWL2Z2My1jYW0vRHVzYW4uSm92aWMvdWZzL3ByX25ldy91ZnMtd2VhdGhlci1tb2RlbC9tb2R1bGVmaWxlcy9oZXJhLmludGVsIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIv";' export '_ModuleTable011_;' '_ModuleTable012_="YXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZhbWlsaWVzL2ludGVsX2ltcGkiLCIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDEvTkNFUERFVi9uZW1zL2VtYy5uZW1zcGFyYS9zb2Z0L21vZHVsZWZpbGVzIix9LFsic3lzdGVtQmFzZU1QQVRIIl09Ii9hcHBzL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlOi9hcHBzL21vZHVsZXMvbW9kdWxlZmls";' export '_ModuleTable012_;' '_ModuleTable013_="ZXMvTGludXg6L2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlczovb3B0L2NyYXkvbW9kdWxlZmlsZXM6L29wdC9jcmF5L2NyYXlwZS9kZWZhdWx0L21vZHVsZWZpbGVzIix9";' export '_ModuleTable013_;' '_ModuleTable_Sz_="13";' export '_ModuleTable_Sz_;' ++ echo '' ++ echo Currently Loaded Modules: @@ -5301,40 +1607,40 @@ Currently Loaded Modules: ++ echo '' -++ MODULEPATH=/contrib/modulefiles:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles:/apps/modules/modulefamilies/intel:/apps/modules/modulefamilies/intel_impi:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles +++ MODULEPATH=/contrib/modulefiles:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles:/apps/modules/modulefamilies/intel:/apps/modules/modulefamilies/intel_impi:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles ++ export MODULEPATH ++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJpbXBpIix9LG1UPXtiYWNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvYmFjaW8vMi4wLjMiLFsiZnVsbE5hbWUiXT0iYmFjaW8vMi4wLjMiLFsibG9hZE9yZGVyIl09Nixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJiYWNpby8yLjAuMyIsfSxjbWFrZT17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9jbWFrZS8zLjkuMCIsWyJmdWxs ++ export _ModuleTable001_ ++ _ModuleTable002_=TmFtZSJdPSJjbWFrZS8zLjkuMCIsWyJsb2FkT3JkZXIiXT0yMCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjbWFrZS8zLjkuMCIsfSxjb250cmliPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvY29udHJpYiIsWyJmdWxsTmFtZSJdPSJjb250cmliIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY29udHJpYiIsfSxjcnRtPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9jcnRtLzIuMi42IixbImZ1bGxOYW1lIl09ImNydG0vMi4yLjYiLFsibG9hZE9yZGVy ++ export _ModuleTable002_ -++ _ModuleTable003_=Il09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL2Z2My1jYW0vRHVzYW4uSm92aWMvdWZzL3ByMTgvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvaGVyYS5pbnRlbC9mdjMiLFsi +++ _ModuleTable003_=Il09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL2Z2My1jYW0vRHVzYW4uSm92aWMvdWZzL3ByX25ldy91ZnMtd2VhdGhlci1tb2RlbC9tb2R1bGVmaWxlcy9oZXJhLmludGVsL2Z2MyIs ++ export _ModuleTable003_ -++ _ModuleTable004_=ZnVsbE5hbWUiXT0iZnYzIixbImxvYWRPcmRlciJdPTIxLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTAsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImZ2MyIsfSxnMj17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzIvMy4xLjEiLFsiZnVsbE5hbWUiXT0iZzIvMy4xLjEiLFsibG9hZE9yZGVyIl09MTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZzIvMy4xLjEiLH0sZzJ0bXBsPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9nMnRtcGwvMS42LjAiLFsiZnVsbE5hbWUiXT0iZzJ0bXBsLzEuNi4w +++ _ModuleTable004_=WyJmdWxsTmFtZSJdPSJmdjMiLFsibG9hZE9yZGVyIl09MjEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MCxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZnYzIix9LGcyPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9nMi8zLjEuMSIsWyJmdWxsTmFtZSJdPSJnMi8zLjEuMSIsWyJsb2FkT3JkZXIiXT0xMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMi8zLjEuMSIsfSxnMnRtcGw9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2cydG1wbC8xLjYuMCIsWyJmdWxsTmFtZSJdPSJnMnRtcGwvMS42 ++ export _ModuleTable004_ -++ _ModuleTable005_=IixbImxvYWRPcmRlciJdPTEzLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcydG1wbC8xLjYuMCIsfSxpbXBpPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwvaW1waS8yMDE4LjAuNCIsWyJmdWxsTmFtZSJdPSJpbXBpLzIwMTguMC40IixbImxvYWRPcmRlciJdPTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW1waS8yMDE4LjAuNCIsfSxpbnRlbD17WyJmbiJdPSIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL2ludGVsLzE4LjAuNS4yNzQiLFsiZnVsbE5hbWUiXT0iaW50ZWwvMTguMC41LjI3NCIsWyJsb2FkT3JkZXIi +++ _ModuleTable005_=LjAiLFsibG9hZE9yZGVyIl09MTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZzJ0bXBsLzEuNi4wIix9LGltcGk9e1siZm4iXT0iL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbC9pbXBpLzIwMTguMC40IixbImZ1bGxOYW1lIl09ImltcGkvMjAxOC4wLjQiLFsibG9hZE9yZGVyIl09NCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJpbXBpLzIwMTguMC40Iix9LGludGVsPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvaW50ZWwvMTguMC41LjI3NCIsWyJmdWxsTmFtZSJdPSJpbnRlbC8xOC4wLjUuMjc0IixbImxvYWRPcmRl ++ export _ModuleTable005_ -++ _ModuleTable006_=XT0zLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImludGVsLzE4LjAuNS4yNzQiLH0saXA9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2lwLzMuMC4yIixbImZ1bGxOYW1lIl09ImlwLzMuMC4yIixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaXAvMy4wLjIiLH0samFzcGVyPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9qYXNwZXIvMS45MDAuMSIsWyJmdWxsTmFtZSJdPSJqYXNwZXIvMS45MDAuMSIsWyJsb2FkT3JkZXIi +++ _ModuleTable006_=ciJdPTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW50ZWwvMTguMC41LjI3NCIsfSxpcD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvaXAvMy4wLjIiLFsiZnVsbE5hbWUiXT0iaXAvMy4wLjIiLFsibG9hZE9yZGVyIl09Nyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJpcC8zLjAuMiIsfSxqYXNwZXI9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2phc3Blci8xLjkwMC4xIixbImZ1bGxOYW1lIl09Imphc3Blci8xLjkwMC4xIixbImxvYWRPcmRl ++ export _ModuleTable006_ -++ _ModuleTable007_=XT0xNSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJqYXNwZXIvMS45MDAuMSIsfSxuZW1zaW89e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL25lbXNpby8yLjIuNCIsWyJmdWxsTmFtZSJdPSJuZW1zaW8vMi4yLjQiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZW1zaW8vMi4yLjQiLH0sbmV0Y2RmPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwvbmV0Y2RmLzQuNy4wIixbImZ1bGxOYW1lIl09Im5ldGNkZi80LjcuMCIsWyJsb2FkT3JkZXIi +++ _ModuleTable007_=ciJdPTE1LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Imphc3Blci8xLjkwMC4xIix9LG5lbXNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvbmVtc2lvLzIuMi40IixbImZ1bGxOYW1lIl09Im5lbXNpby8yLjIuNCIsWyJsb2FkT3JkZXIiXT04LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5lbXNpby8yLjIuNCIsfSxuZXRjZGY9e1siZm4iXT0iL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbC9uZXRjZGYvNC43LjAiLFsiZnVsbE5hbWUiXT0ibmV0Y2RmLzQuNy4wIixbImxvYWRPcmRl ++ export _ModuleTable007_ -++ _ModuleTable008_=XT01LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5ldGNkZi80LjcuMCIsfSxwbmc9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3BuZy8xLjIuNDQiLFsiZnVsbE5hbWUiXT0icG5nLzEuMi40NCIsWyJsb2FkT3JkZXIiXT0xNixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJwbmcvMS4yLjQ0Iix9LHBvc3Q9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3Bvc3QvOC4wLjEiLFsiZnVsbE5hbWUiXT0icG9zdC84LjAuMSIsWyJsb2FkT3JkZXIiXT0xOCxw +++ _ModuleTable008_=ciJdPTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmV0Y2RmLzQuNy4wIix9LHBuZz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvcG5nLzEuMi40NCIsWyJmdWxsTmFtZSJdPSJwbmcvMS4yLjQ0IixbImxvYWRPcmRlciJdPTE2LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InBuZy8xLjIuNDQiLH0scG9zdD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvcG9zdC84LjAuMSIsWyJmdWxsTmFtZSJdPSJwb3N0LzguMC4xIixbImxvYWRPcmRlciJdPTE4 ++ export _ModuleTable008_ -++ _ModuleTable009_=cm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJwb3N0LzguMC4xIix9LHNwPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9zcC8yLjAuMyIsWyJmdWxsTmFtZSJdPSJzcC8yLjAuMyIsWyJsb2FkT3JkZXIiXT05LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InNwLzIuMC4zIix9LHN1dGlscz17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9zdXRpbHMvZGVmYXVsdCIsWyJmdWxsTmFtZSJdPSJzdXRpbHMvZGVmYXVsdCIsWyJsb2FkT3JkZXIiXT0yLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0 +++ _ModuleTable009_=LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InBvc3QvOC4wLjEiLH0sc3A9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3NwLzIuMC4zIixbImZ1bGxOYW1lIl09InNwLzIuMC4zIixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ic3AvMi4wLjMiLH0sc3V0aWxzPXtbImZuIl09Ii9jb250cmliL21vZHVsZWZpbGVzL3N1dGlscy9kZWZhdWx0IixbImZ1bGxOYW1lIl09InN1dGlscy9kZWZhdWx0IixbImxvYWRPcmRlciJdPTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0 ++ export _ModuleTable009_ -++ _ModuleTable010_=dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InN1dGlscyIsfSx3M2VtYz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNlbWMvMi4zLjEiLFsiZnVsbE5hbWUiXT0idzNlbWMvMi4zLjEiLFsibG9hZE9yZGVyIl09MTAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNlbWMvMi4zLjEiLH0sdzNuY289e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czbmNvLzIuMC43IixbImZ1bGxOYW1lIl09InczbmNvLzIuMC43IixbImxvYWRPcmRlciJdPTExLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMi +++ _ModuleTable010_=YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ic3V0aWxzIix9LHczZW1jPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy93M2VtYy8yLjMuMSIsWyJmdWxsTmFtZSJdPSJ3M2VtYy8yLjMuMSIsWyJsb2FkT3JkZXIiXT0xMCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ3M2VtYy8yLjMuMSIsfSx3M25jbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNuY28vMi4wLjciLFsiZnVsbE5hbWUiXT0idzNuY28vMi4wLjciLFsibG9hZE9yZGVyIl09MTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1 ++ export _ModuleTable010_ -++ _ModuleTable011_=XT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHo9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3ovMS4yLjExIixbImZ1bGxOYW1lIl09InovMS4yLjExIixbImxvYWRPcmRlciJdPTE3LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InovMS4yLjExIix9LH0sbXBhdGhBPXsiL2NvbnRyaWIvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDIvTkNFUERFVi9mdjMtY2FtL0R1c2FuLkpvdmljL3Vmcy9wcjE4L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL2hlcmEuaW50ZWwiLCIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi9hcHBz +++ _ModuleTable011_=cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNuY28vMi4wLjciLH0sej17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvei8xLjIuMTEiLFsiZnVsbE5hbWUiXT0iei8xLjIuMTEiLFsibG9hZE9yZGVyIl09MTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iei8xLjIuMTEiLH0sfSxtcGF0aEE9eyIvY29udHJpYi9tb2R1bGVmaWxlcyIsIi9zY3JhdGNoMi9OQ0VQREVWL2Z2My1jYW0vRHVzYW4uSm92aWMvdWZzL3ByX25ldy91ZnMtd2VhdGhlci1tb2RlbC9tb2R1bGVmaWxlcy9oZXJhLmludGVsIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIv ++ export _ModuleTable011_ -++ _ModuleTable012_=L21vZHVsZXMvbW9kdWxlZmlsZXMvTGludXgiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L2NyYXlwZS9kZWZhdWx0L21vZHVsZWZpbGVzIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbCIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWxfaW1waSIsIi9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcyIsIi9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmU6L2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9M +++ _ModuleTable012_=YXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZhbWlsaWVzL2ludGVsX2ltcGkiLCIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDEvTkNFUERFVi9uZW1zL2VtYy5uZW1zcGFyYS9zb2Z0L21vZHVsZWZpbGVzIix9LFsic3lzdGVtQmFzZU1QQVRIIl09Ii9hcHBzL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlOi9hcHBzL21vZHVsZXMvbW9kdWxlZmls ++ export _ModuleTable012_ -++ _ModuleTable013_=aW51eDovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzOi9vcHQvY3JheS9tb2R1bGVmaWxlczovb3B0L2NyYXkvY3JheXBlL2RlZmF1bHQvbW9kdWxlZmlsZXMiLH0= +++ _ModuleTable013_=ZXMvTGludXg6L2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlczovb3B0L2NyYXkvbW9kdWxlZmlsZXM6L29wdC9jcmF5L2NyYXlwZS9kZWZhdWx0L21vZHVsZWZpbGVzIix9 ++ export _ModuleTable013_ ++ _ModuleTable_Sz_=13 ++ export _ModuleTable_Sz_ ++ : -s sh + eval -+ cd build_fv3_11 -+ cmake /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model -DREPRO=Y -D32BIT=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -DDYN32=ON -DSTATIC=ON -DMULTI_GASES=OFF ++ cd build_fv3_2 ++ cmake /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model -DWW3=Y -- The C compiler identification is Intel 18.0.5.20180823 -- The CXX compiler identification is Intel 18.0.5.20180823 -- The Fortran compiler identification is Intel 18.0.5.20180823 @@ -5374,8 +1680,8 @@ CXX compiler: Intel 18.0.5.20180823 (mpiicpc) Fortran compiler: Intel 18.0.5.20180823 (mpiifort) DEBUG is disabled -REPRO is ENABLED -32BIT is ENABLED +REPRO is disabled +32BIT is disabled OPENMP is ENABLED AVX2 is ENABLED INLINE_POST is ENABLED @@ -5383,50 +1689,25 @@ INLINE_POST is ENABLED Selected physics package: gfs -Force 64 bits in gfsphysics -Force 64 bits in ipd --- Dynamics compiled with 32-bit option, adjust fv_sat_adj types --- Detecting OpenMP flags for Intel C compiler: -qopenmp --- Detecting OpenMP flags for Intel C++ compiler: -qopenmp --- Detecting OpenMP flags for Intel Fortran compiler: -qopenmp --- Enable OpenMP support for C/C++/Fortran compiler --- Disable SIONlib support --- Disable Intel MKL support --- Enable netCDF support --- Disable ESMF support --- Disable multi-gases physics --- Detecting OpenMP flags for Intel C compiler: -qopenmp --- Detecting OpenMP flags for Intel C++ compiler: -qopenmp --- Detecting OpenMP flags for Intel Fortran compiler: -qopenmp --- Enable OpenMP support for C/C++/Fortran compiler --- Found LibXml2: /usr/lib64/libxml2.so (found version "2.9.1") --- Found Doxygen: /usr/bin/doxygen (found version "1.8.5") found components: doxygen dot --- Detecting OpenMP flags for Intel C compiler: -qopenmp --- Detecting OpenMP flags for Intel C++ compiler: -qopenmp --- Detecting OpenMP flags for Intel Fortran compiler: -qopenmp --- Enable OpenMP support for C/C++/Fortran compiler -INFOGot CCPP_SCHEMES from environment variable: /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/aer_cloud.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/aerclm_def.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/aerinterp.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/calpreciptype.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cldwat2m_micro.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cldmacro.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/date_def.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/funcphys.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gcycle.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/h2o_def.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/h2ointerp.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/iccn_def.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/iccninterp.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/iounitdef.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/machine.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mersenne_twister.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfpbl.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg_utils.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg2_0.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg3_0.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/multi_gases.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_model.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_parameters.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_radar.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_thompson.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MP_FER_HIRES.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_bl_mynn.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_mynn.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_orowam2017.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/namelist_soilveg.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfpblt.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfpbltq.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfscu.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfscuq.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/noahmp_tables.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/num_parthds.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozne_def.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozinterp.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/physcons.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/physparam.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radcons.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_aerosols.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_astronomy.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_clouds.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_gases.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_surface.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radlw_datatb.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radlw_param.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radsw_datatb.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radsw_param.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/samfaerosols.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfcsub.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sflx.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/set_soilveg.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/surface_perturbation.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_deep.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_sh.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/tridi.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/wv_saturation.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_soil_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rayleigh_damp.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radsw_main.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_ocean.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gwdc.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gscond.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ysuvdif.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_sice.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/samfdeepcnv.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/satmedmfvdif.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozphys_2015.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/samfshalcnv.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/precpd.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_fer_hires.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diag.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radlw_main.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_debug.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/satmedmfvdifq.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cs_conv.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/shinhongvdif.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/h2ophys.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_nst.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/moninedmf.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diff.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diag_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/m_micro.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gcm_shoc.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gwdps.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/shalcnv.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/get_prs_fv3.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozphys.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_stochastics.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/drag_suite.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_cice.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sascnvn.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cnvc90.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_drv.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/dcyc2.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/moninshoc.f -INFOGot CAPS from environment variable: /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_11/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_regional_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_11/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_regional_time_vary_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_11/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_regional_radiation_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_11/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_regional_physics_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_11/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_regional_stochastics_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_11/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_regional_c768_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_11/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_regional_c768_time_vary_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_11/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_regional_c768_radiation_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_11/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_regional_c768_physics_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_11/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_regional_c768_stochastics_cap.F90 -Force 64 bits in CCPP_layer -Force 64 bits in stochastic_physics +Build WW3: + run: /usr/bin/gmake WW3_PARCOMPN=4 WW3_COMP=hera ww3_nems + in: /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/esmf + -- Configuring done -- Generating done --- Build files have been written to: /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_11 +-- Build files have been written to: /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/tests/build_fv3_2 + make -j 8 -Scanning dependencies of target ccpp +Scanning dependencies of target ww3_nems Scanning dependencies of target fv3cpl -[ 0%] Building Fortran object FV3/ccpp/framework/src/CMakeFiles/ccpp.dir/ccpp_errors.F90.o -[ 0%] Building Fortran object FV3/cpl/CMakeFiles/fv3cpl.dir/module_cap_cpl.F90.o -[ 0%] Building Fortran object FV3/cpl/CMakeFiles/fv3cpl.dir/module_cplfields.F90.o -[ 0%] Building Fortran object FV3/ccpp/framework/src/CMakeFiles/ccpp.dir/ccpp_types.F90.o -[ 1%] Building Fortran object FV3/ccpp/framework/src/CMakeFiles/ccpp.dir/ccpp.F90.o +[ 1%] Building Fortran object FV3/cpl/CMakeFiles/fv3cpl.dir/module_cap_cpl.F90.o +[ 1%] Building Fortran object FV3/cpl/CMakeFiles/fv3cpl.dir/module_cplfields.F90.o Scanning dependencies of target fms -[ 1%] Building Fortran object CMakeFiles/fms.dir/FMS/platform/platform.F90.o [ 1%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_parameter.F90.o -[ 1%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_input.F90.o -[ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/cloud_interpolator.F90.o +[ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/platform/platform.F90.o [ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_core.F90.o -[ 2%] Building Fortran object FV3/ccpp/framework/src/CMakeFiles/ccpp.dir/ccpp_api.F90.o +[ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_input.F90.o +Scanning dependencies of target gfsphysics +[ 2%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/machine.F.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. @@ -5443,142 +1724,114 @@ Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_io.F90.o -[ 2%] Linking Fortran static library libccpp.a -[ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/random_numbers/MersenneTwister.F90.o -[ 2%] Built target ccpp -[ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/sat_vapor_pres/sat_vapor_pres_k.F90.o -[ 3%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_data.F90.o +[ 3%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/co2hc.f.o +[ 3%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_composition.f.o +[ 4%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/efield.f.o +[ 5%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/wam_f107_kp_mod.f90.o +[ 5%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_io.F90.o +[ 5%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/cloud_interpolator.F90.o +[ 5%] Linking Fortran static library libfv3cpl.a +[ 5%] Built target fv3cpl +[ 5%] Building Fortran object CMakeFiles/fms.dir/FMS/random_numbers/MersenneTwister.F90.o +[ 6%] Building Fortran object CMakeFiles/fms.dir/FMS/sat_vapor_pres/sat_vapor_pres_k.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 3%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp.F90.o -[ 4%] Linking Fortran static library libfv3cpl.a -Scanning dependencies of target ccppphys -[ 4%] Built target fv3cpl -[ 4%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_mp_radar.F90.o -[ 4%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/iounitdef.f.o -[ 4%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mersenne_twister.f.o -[ 4%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/machine.F.o -[ 4%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFDL_parse_tracers.F90.o +[ 6%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mersenne_twister.f.o +[ 7%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_data.F90.o +[ 7%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/GFDL_parse_tracers.F90.o +[ 7%] Building Fortran object CMakeFiles/fms.dir/FMS/constants/constants.F90.o +[ 8%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/iounitdef.f.o +[ 8%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/namelist_soilveg.f.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 4%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/namelist_soilveg.f.o -[ 4%] Building Fortran object CMakeFiles/fms.dir/FMS/constants/constants.F90.o -[ 4%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/namelist_soilveg_ruc.F90.o -[ 4%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_noahmp_glacier.f90.o -[ 4%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_noahmplsm.f90.o -[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/noahmp_tables.f90.o -[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_soil_pre.F90.o -[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/physcons.F90.o -[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/aerclm_def.F.o -[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/physparam.f.o -[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/h2o_def.f.o -[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/iccn_def.F.o +[ 8%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_wrf_utl.f90.o +[ 8%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/noahmp_tables.f90.o +[ 8%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp.F90.o +[ 8%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_mp_radar.F90.o +[ 8%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/physcons.F90.o +[ 8%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/date_def.f.o +[ 9%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/progtm_module.f.o +[ 9%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/aerclm_def.f.o +[ 9%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2o_def.f.o +[ 9%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/physparam.f.o +[ 9%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gfs_phy_tracer_config.F.o +[ 10%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ozne_def.f.o +[ 10%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/surface_perturbation.F90.o +[ 10%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_sf_noahmp_glacier.f90.o +[ 11%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_sf_noahmplsm.f90.o +[ 11%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/iccn_def.f.o +[ 12%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/micro_mg_utils.F90.o +[ 12%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gfdl_cloud_microphys.F90.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/tracer_const_h.f.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/micro_mg_utils.F90.o -[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozne_def.f.o -[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/surface_perturbation.F90.o -[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_deep.F90.o -[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_gfdl_cloud_microphys.F90.o -[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gfs_phy_tracer_config.F.o -[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radcons.f90.o -[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/set_soilveg.f.o -[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MP_FER_HIRES.F90.o -[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_BL_MYJPBL.F90.o -[ 8%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/date_def.f.o -[ 8%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_mp_thompson.F90.o -[ 9%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gwdps.f.o -[ 10%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_SF_JSFC.F90.o -[ 11%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_ruclsm.F90.o -[ 11%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/set_soilveg_ruc.F90.o -[ 11%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_post.F90.o -[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cnvc90.f.o -[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_DCNV_generic.F90.o -[ 13%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_GWD_generic.F90.o -[ 13%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_MP_generic.F90.o -[ 14%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_PBL_generic.F90.o -[ 14%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_SCNV_generic.F90.o -[ 14%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_composites.F90.o -[ 14%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_loop_control.F90.o -[ 14%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/maximum_hourly_diagnostics.F90.o -[ 15%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozphys.f.o -[ 15%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rayleigh_damp.f.o -[ 15%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_diag_post.F90.o -[ 15%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_diff.f.o -[ 15%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_stochastics.F90.o -[ 15%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/funcphys.f90.o -[ 16%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radlw_param.f.o -[ 16%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radsw_param.f.o -[ 17%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_nst_parameters.f90.o -[ 17%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_bl_mynn.F90.o -[ 17%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_initialize.F90.o -[ 17%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_astronomy.f.o -[ 17%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_surface.f.o -[ 17%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/samfaerosols.F.o -[ 18%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/aerinterp.F90.o -[ 18%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/h2ointerp.f90.o -[ 19%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/iccninterp.F90.o -[ 19%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozinterp.f90.o -[ 20%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_mp_thompson_make_number_concentrations.F90.o -[ 20%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_efp.F90.o -[ 20%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_memutils.F90.o -[ 20%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_pset.F90.o +[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/funcphys.f90.o +[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_ugwp_initialize.F90.o +[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radlw_param.f.o +[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radsw_param.f.o +[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_astronomy.f.o +[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_surface.f.o +[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_nst_parameters.f90.o +[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/aer_cloud.F.o +[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_mp_thompson_gfs.F90.o +[ 15%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_mp_wsm6_fv3.F90.o +[ 15%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/get_prs_fv3.f90.o +[ 16%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_cice.f.o +[ 16%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_diff.f.o +[ 16%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_ugwp_module.F90.o +[ 16%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/rascnvv2.f.o +[ 16%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_aerosols.f.o +[ 16%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_bfmicrophysics.f.o +ifort: command line warning #10121: overriding '-xCORE-AVX2' with '-xCORE-AVX-I' +[ 16%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_gases.f.o +[ 17%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radlw_datatb.f.o +[ 18%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radsw_datatb.f.o +[ 18%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_nst_water_prop.f90.o +[ 18%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/wv_saturation.F.o +[ 19%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cs_conv.F90.o +[ 19%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_diag.f.o +[ 20%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_drv.f.o +[ 20%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_ocean.f.o +[ 21%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_sice.f.o +[ 22%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_clouds.f.o +[ 22%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radlw_main.f.o +[ 22%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radsw_main.f.o +[ 22%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cldmacro.F.o +[ 22%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_efp.F90.o +[ 22%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_nst_model.f90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 20%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_type.F90.o -[ 20%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/gradient.F90.o +[ 22%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_memutils.F90.o +[ 23%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_pset.F90.o +[ 24%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cldwat2m_micro.F.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 20%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/aer_cloud.F.o -[ 20%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/get_prs_fv3.F90.o -[ 21%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gfdl_cloud_microphys.F90.o -[ 21%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_generic.F90.o -[ 21%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_domains.F90.o -[ 21%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/wv_saturation.F.o -[ 22%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/__/__/gfsphysics/GFS_layer/GFS_typedefs.F90.o -[ 22%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_nst_water_prop.f90.o -[ 23%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_module.F90.o -[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_bfmicrophysics.f.o -[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radsw_datatb.f.o -[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_aerosols.f.o -[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_gases.f.o -[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radlw_datatb.f.o -[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/moninedmf.f.o -[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_drv.f.o -[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/samfdeepcnv.f.o -[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/samfshalcnv.f.o -[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_diag.f.o -[ 25%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_sice.f.o -[ 25%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_time_vary_pre.fv3.F90.o -[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_clouds.f.o -[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radlw_main.f.o -[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_nst_model.f90.o -[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cldmacro.F.o -[ 27%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radsw_main.f.o -[ 27%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cldwat2m_micro.F.o -[ 27%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/micro_mg2_0.F90.o +[ 24%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/micro_mg2_0.F90.o +[ 25%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_type.F90.o +[ 26%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/gradient.F90.o +[ 26%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_domains.F90.o +[ 26%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_typedefs.F90.o +[ 26%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/micro_mg3_0.F90.o +[ 26%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_nst.f.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 27%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_sh.F90.o -[ 27%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/micro_mg3_0.F90.o -[ 27%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_mynn.F90.o -[ 27%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp.F90.o -[ 27%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_nst.f.o -[ 27%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_setup.F90.o -[ 28%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_comm.F90.o +[ 27%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_diagnostics.F90.o +[ 27%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_radiation_driver.F90.o +[ 27%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_physics_driver.F90.o +[ 27%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_restart.F90.o +[ 27%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_comm.F90.o [ 28%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_io.F90.o Compiling in MPI mode (with or without MPP) Using 8-byte addressing @@ -5589,2167 +1842,405 @@ Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_post.F90.o -[ 30%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_pre.F90.o -[ 30%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rrtmg_lw_post.F90.o -[ 30%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_suite_interstitial.F90.o -[ 30%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/dcyc2.f.o -[ 30%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rrtmg_lw_pre.F90.o -[ 30%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rrtmg_sw_post.F90.o -[ 30%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rrtmg_sw_pre.F90.o -[ 30%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_gfdlmp_regional_stochastics_cap.F90.o -[ 30%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_phys_time_vary.fv3.F90.o -[ 30%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_rad_time_vary.fv3.F90.o -[ 30%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_gfdlmp_regional_c768_stochastics_cap.F90.o -[ 30%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_gfdlmp_regional_physics_cap.F90.o -[ 31%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_gfdlmp_regional_c768_physics_cap.F90.o -[ 32%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_gfdlmp_regional_time_vary_cap.F90.o -[ 32%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_gfdlmp_regional_c768_time_vary_cap.F90.o -[ 32%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_gfdlmp_regional_c768_radiation_cap.F90.o -[ 32%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_gfdlmp_regional_radiation_cap.F90.o -[ 34%] Building Fortran object CMakeFiles/fms.dir/FMS/fms/fms_io.F90.o -[ 34%] Building Fortran object CMakeFiles/fms.dir/FMS/memutils/memutils.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 34%] Building Fortran object CMakeFiles/fms.dir/FMS/fms/fms.F90.o -[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bilinear.F90.o -[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_conserve.F90.o -[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/time_manager/time_manager.F90.o -[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/axis_utils/axis_utils.F90.o -[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bicubic.F90.o -[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_spherical.F90.o +[ 28%] Building Fortran object CMakeFiles/fms.dir/FMS/memutils/memutils.F90.o +[ 28%] Building Fortran object CMakeFiles/fms.dir/FMS/fms/fms_io.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. +[ 29%] Building Fortran object CMakeFiles/fms.dir/FMS/fms/fms.F90.o +[ 30%] Building Fortran object CMakeFiles/fms.dir/FMS/time_manager/time_manager.F90.o +[ 30%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bicubic.F90.o +[ 30%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_conserve.F90.o +[ 30%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bilinear.F90.o +[ 30%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_spherical.F90.o +[ 30%] Building Fortran object CMakeFiles/fms.dir/FMS/axis_utils/axis_utils.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 36%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_grid.F90.o -[ 36%] Building Fortran object CMakeFiles/fms.dir/FMS/field_manager/field_manager.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 36%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/mosaic.F90.o -[ 36%] Building Fortran object CMakeFiles/fms.dir/FMS/topography/gaussian_topog.F90.o -[ 36%] Building Fortran object CMakeFiles/fms.dir/FMS/time_manager/get_cal_time.F90.o -[ 36%] Building Fortran object CMakeFiles/fms.dir/FMS/time_interp/time_interp.F90.o -[ 36%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_data.F90.o -[ 36%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_types.F90.o +[ 30%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_grid.F90.o +[ 30%] Building Fortran object CMakeFiles/fms.dir/FMS/field_manager/field_manager.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 36%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_axis.F90.o -[ 36%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_manifest.F90.o -[ 36%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/xbt_drop_rate_adjust.f90.o -[ 37%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/write_ocean_data.F90.o +[ 30%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/mosaic.F90.o +[ 31%] Building Fortran object CMakeFiles/fms.dir/FMS/topography/gaussian_topog.F90.o +[ 31%] Building Fortran object CMakeFiles/fms.dir/FMS/time_manager/get_cal_time.F90.o +[ 32%] Building Fortran object CMakeFiles/fms.dir/FMS/time_interp/time_interp.F90.o +[ 32%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_data.F90.o +[ 33%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_types.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 37%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_output.F90.o -[ 38%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp.F90.o -[ 38%] Building Fortran object CMakeFiles/fms.dir/FMS/field_manager/fm_util.F90.o -[ 38%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/__/__/gfsphysics/CCPP_layer/CCPP_typedefs.F90.o -[ 39%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_gfdlmp_regional_c768_cap.F90.o -[ 39%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_gfdlmp_regional_cap.F90.o -[ 39%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_debug.F90.o +[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_manifest.F90.o +[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_axis.F90.o +[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/xbt_drop_rate_adjust.f90.o +[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/write_ocean_data.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 39%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_suite_init_finalize_test.F90.o -[ 39%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cs_conv.F90.o -[ 39%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_util.F90.o -[ 39%] Building Fortran object CMakeFiles/fms.dir/FMS/time_interp/time_interp_external.F90.o -[ 39%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cs_conv_aw_adj.F90.o -[ 39%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver.F90.o +[ 35%] Built target ww3_nems +[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp.F90.o +[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_output.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 40%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver_post.F90.o +[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/field_manager/fm_util.F90.o +[ 36%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_util.F90.o +[ 36%] Building Fortran object CMakeFiles/fms.dir/FMS/time_interp/time_interp_external.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 40%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver_pre.F90.o -[ 41%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke.F90.o -[ 42%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke_post.F90.o -[ 42%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke_pre.F90.o -[ 42%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/drag_suite.F90.o -[ 42%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gcm_shoc.F90.o -[ 43%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gfdl_fv_sat_adj.F90.o -[ 43%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gscond.f.o -[ 43%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gwdc.f.o -[ 44%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_table.F90.o -[ 45%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/h2ophys.f.o -[ 45%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/lsm_ruc_sfc_sice_interstitial.F90.o -[ 45%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/m_micro.F90.o -[ 45%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/m_micro_interstitial.F90.o -[ 45%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYJPBL_wrapper.F90.o -[ 45%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYJSFC_wrapper.F90.o -[ 45%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNPBL_wrapper.F90.o -[ 45%] Building Fortran object CMakeFiles/fms.dir/FMS/data_override/data_override.F90.o -[ 46%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNSFC_wrapper.F90.o -[ 46%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_manager.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 46%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNrad_post.F90.o -[ 47%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNrad_pre.F90.o -[ 47%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/moninshoc.f.o -[ 48%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_fer_hires.F90.o -[ 48%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_thompson.F90.o +[ 36%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_table.F90.o +[ 36%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_manager.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 48%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_thompson_post.F90.o -[ 49%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/multi_gases.F90.o -[ 49%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozphys_2015.f.o -[ 49%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_thompson_pre.F90.o -[ 49%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/precpd.f.o -[ 49%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/satmedmfvdif.F.o -[ 49%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sascnvn.F.o -[ 49%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/satmedmfvdifq.F.o -[ 50%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_cice.f.o -[ 50%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_drv_ruc.F90.o -[ 50%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_noahmp_drv.f.o -[ 50%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_ocean.F.o -[ 50%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/coupler_types.F90.o -[ 50%] Building Fortran object CMakeFiles/fms.dir/FMS/exchange/stock_constants.F90.o -[ 51%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfcsub.F.o -[ 51%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/shalcnv.F.o -[ 51%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/shinhongvdif.F90.o -[ 51%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ugwp_driver_v0.F.o -[ 52%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ysuvdif.F90.o -[ 52%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gcycle.F90.o -[ 53%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gocart_tracer_config_stub.f.o -[ 53%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/calpreciptype.f90.o -[ 54%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfpbl.f.o -[ 54%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_triggers.F90.o -[ 55%] Building Fortran object CMakeFiles/fms.dir/FMS/amip_interp/amip_interp.F90.o -[ 55%] Building Fortran object CMakeFiles/fms.dir/FMS/astronomy/astronomy.F90.o -[ 56%] Building Fortran object CMakeFiles/fms.dir/FMS/block_control/block_control.F90.o -[ 56%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_solvers.F90.o -[ 57%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_orowam2017.f.o -[ 57%] Building Fortran object CMakeFiles/fms.dir/FMS/column_diagnostics/column_diagnostics.F90.o -[ 57%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_utils.F90.o -[ 57%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/atmos_ocean_fluxes.F90.o -[ 58%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_vert_lsatdis.F90.o +[ 36%] Building Fortran object CMakeFiles/fms.dir/FMS/data_override/data_override.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 59%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/ensemble_manager.F90.o -[ 59%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters.F90.o -[ 59%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_vert_orodis.F90.o -[ 59%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_vert_wmsdis.F90.o -Compiling in MPI mode (with or without MPP) -Using 8-byte addressing -Using pure routines. +[ 37%] Building Fortran object CMakeFiles/fms.dir/FMS/exchange/stock_constants.F90.o +[ 37%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/coupler_types.F90.o +[ 39%] Building Fortran object CMakeFiles/fms.dir/FMS/astronomy/astronomy.F90.o +[ 39%] Building Fortran object CMakeFiles/fms.dir/FMS/block_control/block_control.F90.o +[ 39%] Building Fortran object CMakeFiles/fms.dir/FMS/column_diagnostics/column_diagnostics.F90.o +[ 39%] Building Fortran object CMakeFiles/fms.dir/FMS/amip_interp/amip_interp.F90.o +[ 39%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/atmos_ocean_fluxes.F90.o +[ 39%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/ensemble_manager.F90.o +[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters.F90.o +Using 8-byte addressing +Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 59%] Building Fortran object CMakeFiles/fms.dir/FMS/exchange/xgrid.F90.o -[ 60%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfpblt.f.o -[ 61%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft.F90.o -[ 61%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft99.F90.o +Compiling in MPI mode (with or without MPP) Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 61%] Building Fortran object CMakeFiles/fms.dir/FMS/interpolator/interpolator.F90.o -[ 61%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/grid.F90.o -[ 61%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfpbltq.f.o +[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/exchange/xgrid.F90.o +[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft.F90.o +[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft99.F90.o +[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/interpolator/interpolator.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 62%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_utilities.F90.o -[ 62%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfscu.f.o -[ 62%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfscuq.f.o -[ 62%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core.F90.o -[ 62%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/num_parthds.F.o -[ 62%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core_ecda.F90.o -[ 62%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/tridi.f.o -[ 62%] Building Fortran object CMakeFiles/fms.dir/FMS/sat_vapor_pres/sat_vapor_pres.F90.o -[ 63%] Building Fortran object CMakeFiles/fms.dir/FMS/station_data/station_data.F90.o -[ 64%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sflx.f.o -[ 64%] Building Fortran object CMakeFiles/fms.dir/FMS/random_numbers/random_numbers.F90.o -[ 64%] Building Fortran object CMakeFiles/fms.dir/FMS/topography/topography.F90.o -[ 64%] Building Fortran object CMakeFiles/fms.dir/FMS/tracer_manager/tracer_manager.F90.o -[ 65%] Building Fortran object CMakeFiles/fms.dir/FMS/tridiagonal/tridiagonal.F90.o -[ 66%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/quicksort.F90.o -[ 66%] Building C object CMakeFiles/fms.dir/FMS/memutils/memuse.c.o -[ 66%] Building C object CMakeFiles/fms.dir/FMS/mosaic/create_xgrid.c.o -[ 66%] Building C object CMakeFiles/fms.dir/FMS/mosaic/gradient_c2l.c.o -[ 67%] Building C object CMakeFiles/fms.dir/FMS/mosaic/interp.c.o -[ 67%] Building C object CMakeFiles/fms.dir/FMS/mosaic/mosaic_util.c.o -[ 67%] Building C object CMakeFiles/fms.dir/FMS/mosaic/read_mosaic.c.o -[ 67%] Building C object CMakeFiles/fms.dir/FMS/affinity/affinity.c.o -[ 68%] Building C object CMakeFiles/fms.dir/FMS/mpp/nsclock.c.o -[ 68%] Building C object CMakeFiles/fms.dir/FMS/mpp/threadloc.c.o -[ 68%] Linking Fortran static library FMS/libfms.a -[ 68%] Linking Fortran static library libccppphys.a -[ 68%] Built target fms -[ 68%] Built target ccppphys -Scanning dependencies of target gfsphysics -[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/namelist_soilveg.f.o -[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/machine.F.o -[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mersenne_twister.f.o -[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/GFDL_parse_tracers.F90.o -[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/physparam.f.o -[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/physcons.F90.o -[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/CCPP_layer/CCPP_typedefs.F90.o -[ 70%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radlw_param.f.o -[ 70%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radsw_param.f.o -[ 70%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_typedefs.F90.o -[ 70%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_diagnostics.F90.o -[ 72%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_driver.F90.o -[ 72%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/CCPP_layer/CCPP_data.F90.o -[ 72%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_restart.F90.o -[ 72%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_abstraction_layer.F90.o -[ 72%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/__/ccpp/physics/ccpp_static_api.F90.o -[ 72%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/noahmp_tables.f90.o -[ 72%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/set_soilveg.f.o -[ 72%] Linking Fortran static library libgfsphysics.a -[ 72%] Built target gfsphysics +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/grid.F90.o +[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_utilities.F90.o +[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core.F90.o +[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core_ecda.F90.o +[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/random_numbers/random_numbers.F90.o +[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/sat_vapor_pres/sat_vapor_pres.F90.o +[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/station_data/station_data.F90.o +[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/topography/topography.F90.o +[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/tracer_manager/tracer_manager.F90.o +[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/tridiagonal/tridiagonal.F90.o +[ 42%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/quicksort.F90.o +[ 43%] Building C object CMakeFiles/fms.dir/FMS/memutils/memuse.c.o +[ 43%] Building C object CMakeFiles/fms.dir/FMS/mosaic/create_xgrid.c.o +[ 43%] Building C object CMakeFiles/fms.dir/FMS/mosaic/gradient_c2l.c.o +[ 44%] Building C object CMakeFiles/fms.dir/FMS/mosaic/interp.c.o +[ 44%] Building C object CMakeFiles/fms.dir/FMS/mosaic/mosaic_util.c.o +[ 44%] Building C object CMakeFiles/fms.dir/FMS/mosaic/read_mosaic.c.o +[ 44%] Building C object CMakeFiles/fms.dir/FMS/affinity/affinity.c.o +[ 45%] Building C object CMakeFiles/fms.dir/FMS/mpp/nsclock.c.o +[ 45%] Building C object CMakeFiles/fms.dir/FMS/mpp/threadloc.c.o +[ 45%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_driver.F90.o +[ 46%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_abstraction_layer.F90.o +[ 47%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2oc.f.o +[ 47%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_solar_heating.f.o +[ 47%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_tracer.f.o +[ 48%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ideaca.f.o +[ 48%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfcsub.F.o +[ 48%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ugwp_driver_v0.f.o +[ 48%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/dcyc2.pre.rad.f.o +[ 48%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/get_prs.f.o +[ 48%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cnvc90.f.o +[ 48%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/dcyc2.f.o +[ 48%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gocart_tracer_config_stub.f.o +[ 49%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gscond.f.o +[ 49%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gscondp.f.o +[ 49%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gwdc.f.o +[ 50%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gwdps.f.o +[ 50%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_orowam2017.f.o +[ 50%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2ohdc.f.o +[ 50%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2ophys.f.o +[ 50%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_co2.f.o +[ 50%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_dissipation.f.o +[ 51%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_h2o.f.o +[ 51%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_ion.f.o +[ 51%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_o2_o3.f.o +[ 52%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_phys.f.o +[ 52%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/lrgsclr.f.o +[ 52%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfpbl.f.o +[ 53%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfpblt.f.o +[ 53%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfpbltq.f.o +[ 53%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfscu.f.o +[ 54%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfscuq.f.o +[ 54%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninedmf.f.o +[ 54%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninedmf_hafs.f.o +[ 55%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninp.f.o +[ 55%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninp1.f.o +[ 55%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninq.f.o +[ 56%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninq1.f.o +[ 56%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninshoc.f.o +[ 56%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mstadb.f.o +[ 56%] Linking Fortran static library FMS/libfms.a +[ 57%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mstadbtn.f.o +[ 57%] Built target fms +[ 57%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mstadbtn2.f.o +[ 57%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mstcnv.f.o +[ 58%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ozphys.f.o +[ 58%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ozphys_2015.f.o +[ 58%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/precpd.f.o +[ 59%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/precpd_shoc.f.o +[ 59%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/precpdp.f.o +[ 59%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/progt2.f.o +[ 59%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/rad_initialize.f.o +[ 60%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/rayleigh_damp.f.o +[ 60%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/rayleigh_damp_mesopause.f.o +[ 60%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/samfaerosols.f.o +[ 61%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/samfdeepcnv.f.o +[ 61%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/samfshalcnv.f.o +[ 61%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sascnv.f.o +[ 61%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sascnvn.f.o +[ 62%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/satmedmfvdif.f.o +[ 62%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/satmedmfvdifq.f.o +[ 62%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_noahmp_drv.f.o +[ 62%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/set_soilveg.f.o +[ 62%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sflx.f.o +[ 62%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcnv.f.o +[ 63%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcv.f.o +[ 63%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcv_1lyr.f.o +[ 63%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcv_fixdp.f.o +[ 63%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcv_opr.f.o +[ 63%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/tridi2t3.f.o +[ 63%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/calpreciptype.f90.o +[ 63%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gcm_shoc.f90.o +[ 64%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2ointerp.f90.o +[ 65%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ozinterp.f90.o +[ 65%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/iccninterp.f90.o +[ 65%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/aerinterp.f90.o +[ 66%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/num_parthds.F.o +[ 67%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gcycle.F90.o +[ 68%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_ugwp_utils.F90.o +[ 68%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_ugwp_triggers.F90.o +[ 68%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_ugwp_solvers.F90.o +[ 68%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_vert_lsatdis.F90.o +[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_vert_orodis.F90.o +[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_vert_wmsdis.F90.o +[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/m_micro_driver.F90.o +[ 70%] Linking Fortran static library libgfsphysics.a +[ 70%] Built target gfsphysics Scanning dependencies of target ipd -Scanning dependencies of target ccppdriver -[ 72%] Building Fortran object FV3/ipd/CMakeFiles/ipd.dir/IPD_typedefs.F90.o -[ 72%] Building Fortran object FV3/ccpp/driver/CMakeFiles/ccppdriver.dir/CCPP_driver.F90.o -[ 72%] Building Fortran object FV3/ipd/CMakeFiles/ipd.dir/IPD_driver.F90.o -[ 73%] Linking Fortran static library libccppdriver.a -[ 73%] Built target ccppdriver -[ 74%] Linking Fortran static library libipd.a -[ 74%] Built target ipd +[ 70%] Building Fortran object FV3/ipd/CMakeFiles/ipd.dir/IPD_typedefs.F90.o +[ 70%] Building Fortran object FV3/ipd/CMakeFiles/ipd.dir/IPD_driver.F90.o +[ 70%] Linking Fortran static library libipd.a +[ 70%] Built target ipd Scanning dependencies of target io -[ 75%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_internal_state.F90.o -[ 75%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_fv3_io_def.F90.o +[ 70%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_fv3_io_def.F90.o +[ 70%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_internal_state.F90.o Scanning dependencies of target fv3core -[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/external_sst.F90.o -[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_arrays.F90.o -[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/sim_nc_mod.F90.o -[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_fill.F90.o -[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/DYCORE_typedefs.F90.o -[ 76%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_netcdf.F90.o -[ 76%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_nemsio.F90.o +[ 71%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/DYCORE_typedefs.F90.o +[ 71%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/sim_nc_mod.F90.o +[ 73%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_fill.F90.o +[ 73%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/external_sst.F90.o +[ 73%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_arrays.F90.o +[ 74%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_nemsio.F90.o +[ 74%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_netcdf.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 76%] Building Fortran object FV3/io/CMakeFiles/io.dir/post_gfs.F90.o -[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/sorted_index.F90.o -[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_mp_mod.F90.o -[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_eta.F90.o -[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_sg.F90.o -[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_timing.F90.o -[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/boundary.F90.o -[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_grid_utils.F90.o +[ 74%] Building Fortran object FV3/io/CMakeFiles/io.dir/post_gfs.F90.o +[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_mp_mod.F90.o +[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/sorted_index.F90.o +[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_cmp.F90.o +[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_eta.F90.o +[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_timing.F90.o +[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_sg.F90.o +[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/boundary.F90.o +[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_grid_utils.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. +[ 75%] Building Fortran object FV3/io/CMakeFiles/io.dir/FV3GFS_io.F90.o +[ 76%] Building Fortran object FV3/io/CMakeFiles/io.dir/ffsync.F90.o +[ 76%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_wrt_grid_comp.F90.o +[ 76%] Building Fortran object FV3/io/CMakeFiles/io.dir/post_nems_routines.F90.o +[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/init_hydro.F90.o [ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/a2b_edge.F90.o [ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/tp_core.F90.o [ 78%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_mapz.F90.o [ 78%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_surf_map.F90.o +[ 78%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_treat_da_inc.F90.o [ 78%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_grid_tools.F90.o -[ 78%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/init_hydro.F90.o -[ 79%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_treat_da_inc.F90.o -[ 79%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_iau_mod.F90.o -[ 80%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/sw_core.F90.o -[ 80%] Building Fortran object FV3/io/CMakeFiles/io.dir/FV3GFS_io.F90.o -[ 80%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_wrt_grid_comp.F90.o -[ 81%] Building Fortran object FV3/io/CMakeFiles/io.dir/ffsync.F90.o -[ 82%] Building Fortran object FV3/io/CMakeFiles/io.dir/post_nems_routines.F90.o -[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_diagnostics.F90.o -[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_io.F90.o -[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/nh_utils.F90.o -[ 82%] Linking Fortran static library libio.a -[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/nh_core.F90.o -[ 82%] Built target io -[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_nudge.F90.o -[ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/test_cases.F90.o -[ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_regional_bc.F90.o -[ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/fv_nggps_diag.F90.o -[ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_tracer2d.F90.o -[ 85%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_update_phys.F90.o -[ 85%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/dyn_core.F90.o -[ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/external_ic.F90.o -[ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_restart.F90.o -[ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_nesting.F90.o -[ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_control.F90.o -[ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_dynamics.F90.o -[ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/atmosphere.F90.o -[ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/multi_gases.F90.o +[ 78%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_iau_mod.F90.o +[ 79%] Linking Fortran static library libio.a +[ 79%] Built target io +[ 79%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/sw_core.F90.o +[ 80%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_diagnostics.F90.o +[ 80%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_io.F90.o +[ 80%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/nh_utils.F90.o +[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/nh_core.F90.o +[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_regional_bc.F90.o +[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_nudge.F90.o +[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/test_cases.F90.o +[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/fv_nggps_diag.F90.o +[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_tracer2d.F90.o +[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_update_phys.F90.o +[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/dyn_core.F90.o +[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/external_ic.F90.o +[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_restart.F90.o +[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_control.F90.o +[ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_nesting.F90.o +[ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_dynamics.F90.o +[ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/atmosphere.F90.o +[ 85%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/multi_gases.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 87%] Linking Fortran static library libfv3core.a -[ 87%] Built target fv3core +[ 85%] Linking Fortran static library libfv3core.a +[ 85%] Built target fv3core Scanning dependencies of target stochastic_physics -[ 87%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/update_ca.f90.o -[ 87%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/spectral_layout.F90.o +[ 86%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/update_ca.f90.o +[ 87%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_namelist_def.F90.o [ 87%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_resol_def.f.o -[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_layout_lag.f.o +[ 86%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_layout_lag.f.o [ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_gg_def.f.o -[ 89%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_namelist_def.F90.o -[ 89%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/glats_stochy.f.o -[ 90%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/compns_stochy.F90.o -[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/get_lats_node_a_stochy.f.o -[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/setlats_lag_stochy.f.o -[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/epslon_stochy.f.o -[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/gozrineo_stochy.f.o -[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/get_ls_node_stochy.f.o -[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/pln2eo_stochy.f.o -[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/setlats_a_stochy.f.o -[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_internal_state_mod.F90.o -[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/dozeuv_stochy.f.o -[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/dezouv_stochy.f.o -[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/four_to_grid_stochy.F.o -[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_patterngenerator.F90.o -[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/sumfln_stochy.f.o -[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/getcon_lag_stochy.f.o -[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/getcon_spectral.F90.o -[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/initialize_spectral_mod.F90.o -[ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_data_mod.F90.o -[ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/get_stochy_pattern.F90.o -[ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochastic_physics.F90.o +[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/glats_stochy.f.o +[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/spectral_layout.F90.o +[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/compns_stochy.F90.o +[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/epslon_stochy.f.o +[ 90%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/gozrineo_stochy.f.o +[ 90%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/get_ls_node_stochy.f.o +[ 89%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/setlats_lag_stochy.f.o +[ 90%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/get_lats_node_a_stochy.f.o +[ 90%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/pln2eo_stochy.f.o +[ 90%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/setlats_a_stochy.f.o +[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/dezouv_stochy.f.o +[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_internal_state_mod.F90.o +[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/dozeuv_stochy.f.o +[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/four_to_grid_stochy.F.o +[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_patterngenerator.F90.o +[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/sumfln_stochy.f.o +[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/getcon_lag_stochy.f.o +[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/getcon_spectral.F90.o +[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/initialize_spectral_mod.F90.o +[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_data_mod.F90.o +[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/get_stochy_pattern.F90.o +[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochastic_physics.F90.o +[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/plumes.f90.o [ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/cellular_automata.f90.o -[ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/plumes.f90.o [ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/num_parthds_stochy.f.o [ 95%] Linking Fortran static library libstochastic_physics.a [ 95%] Built target stochastic_physics Scanning dependencies of target fv3cap [ 95%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/module_fv3_config.F90.o -[ 95%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/atmos_model.F90.o -[ 95%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/module_fcst_grid_comp.F90.o -[ 96%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/time_utils.F90.o -[ 96%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/fv3_cap.F90.o +[ 96%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/atmos_model.F90.o +[ 97%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/module_fcst_grid_comp.F90.o +[ 97%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/time_utils.F90.o +[ 97%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/fv3_cap.F90.o [ 97%] Linking Fortran static library libfv3cap.a [ 97%] Built target fv3cap Scanning dependencies of target NEMS.exe -[ 98%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_EARTH_INTERNAL_STATE.F90.o -[ 98%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_MEDIATOR_methods.F90.o -[ 98%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/ENS_Cpl/ENS_CplComp_ESMFMod_STUB.F90.o -[ 98%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_UTILS.F90.o -[ 98%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_MEDIATOR_SpaceWeather.F90.o -[ 99%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_INTERNAL_STATE.F90.o -[ 99%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_Rusage.F90.o -[100%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_MEDIATOR.F90.o -[100%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_EARTH_GRID_COMP.F90.o -[100%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_GRID_COMP.F90.o +[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_UTILS.F90.o +[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_EARTH_INTERNAL_STATE.F90.o +[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/ENS_Cpl/ENS_CplComp_ESMFMod_STUB.F90.o +[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_MEDIATOR_SpaceWeather.F90.o +[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_MEDIATOR_methods.F90.o +[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_INTERNAL_STATE.F90.o +[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_Rusage.F90.o +[ 98%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_MEDIATOR.F90.o +[ 99%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_EARTH_GRID_COMP.F90.o +[ 99%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_GRID_COMP.F90.o [100%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/MAIN_NEMS.F90.o [100%] Building C object CMakeFiles/NEMS.exe.dir/NEMS/src/nems_c_rusage.c.o [100%] Linking Fortran executable NEMS.exe /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/lib/libjasper_v1.900.1.a(jas_stream.o): In function `jas_stream_tmpfile': jas_stream.c:(.text+0x7a7): warning: the use of `tmpnam' is dangerous, better use `mkstemp' [100%] Built target NEMS.exe -+ mv NEMS.exe ../fv3_11.exe -+ cp /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel/fv3 ../modules.fv3_11 ++ mv NEMS.exe ../fv3_2.exe ++ cp /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/hera.intel/fv3 ../modules.fv3_2 + cd .. + '[' YES = YES ']' -+ rm -rf build_fv3_11 -+ elapsed=595 -+ echo 'Elapsed time 595 seconds. Compiling REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp_regional,FV3_GFS_2017_gfdlmp_regional_c768 32BIT=Y finished' -Elapsed time 595 seconds. Compiling REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp_regional,FV3_GFS_2017_gfdlmp_regional_c768 32BIT=Y finished ++ rm -rf build_fv3_2 ++ elapsed=497 ++ echo 'Elapsed time 497 seconds. Compiling WW3=Y finished' +Elapsed time 497 seconds. Compiling WW3=Y finished + SECONDS=0 -+++ readlink -f /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/compile_cmake.sh -++ dirname /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/compile_cmake.sh -+ readonly MYDIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests -+ MYDIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests ++++ readlink -f /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/tests/compile_cmake.sh +++ dirname /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/tests/compile_cmake.sh ++ readonly MYDIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/tests ++ MYDIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/tests + readonly ARGC=4 + ARGC=4 -+ cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests ++ cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/tests + [[ 4 -eq 0 ]] + [[ 4 -lt 2 ]] -+ PATHTR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model ++ PATHTR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model + MACHINE_ID=hera.intel -+ MAKE_OPT='REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp' -+ BUILD_NAME=fv3_12 ++ MAKE_OPT=32BIT=Y ++ BUILD_NAME=fv3_3 + clean_before=YES + clean_after=YES -+ BUILD_DIR=build_fv3_12 ++ BUILD_DIR=build_fv3_3 + [[ hera.intel == cheyenne.* ]] + [[ hera.intel == wcoss_dell_p3 ]] + MAKE_THREADS=8 + hostname hfe01 -+ cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests -+ echo 'Compiling REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp into fv3_12.exe on hera.intel' -Compiling REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp into fv3_12.exe on hera.intel ++ cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/tests ++ echo 'Compiling 32BIT=Y into fv3_3.exe on hera.intel' +Compiling 32BIT=Y into fv3_3.exe on hera.intel + '[' YES = YES ']' -+ rm -rf build_fv3_12 -+ mkdir -p build_fv3_12 ++ rm -rf build_fv3_3 ++ mkdir -p build_fv3_3 + CCPP_CMAKE_FLAGS= -+ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp == *\D\E\B\U\G\=\Y* ]] -+ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp == *\R\E\P\R\O\=\Y* ]] -+ CCPP_CMAKE_FLAGS=' -DREPRO=Y' -+ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp == *\3\2\B\I\T\=\Y* ]] -+ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp == *\O\P\E\N\M\P\=\N* ]] -+ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp == *\C\C\P\P\=\Y* ]] -+ CCPP_CMAKE_FLAGS=' -DREPRO=Y -DCCPP=ON -DMPI=ON' -+ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp == *\D\E\B\U\G\=\Y* ]] -+ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp == *\R\E\P\R\O\=\Y* ]] -+ CCPP_CMAKE_FLAGS=' -DREPRO=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit' -+ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp == *\3\2\B\I\T\=\Y* ]] -+ CCPP_CMAKE_FLAGS=' -DREPRO=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -DDYN32=OFF' -+ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp == *\S\T\A\T\I\C\=\Y* ]] -+ CCPP_CMAKE_FLAGS=' -DREPRO=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -DDYN32=OFF -DSTATIC=ON' -+ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp == *\M\U\L\T\I\_\G\A\S\E\S\=\Y* ]] -+ CCPP_CMAKE_FLAGS=' -DREPRO=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF' -++ echo REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp -++ sed 's/.* SUITES=//' -++ sed 's/ .*//' -+ SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp -+ cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model -+ ./FV3/ccpp/framework/scripts/ccpp_prebuild.py --config=FV3/ccpp/config/ccpp_prebuild_config.py --static --suites=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp --builddir=tests/build_fv3_12/FV3 -INFO: Logging level set to INFO -INFO: Found TYPEDEFS_NEW_METADATA dictionary in config, assume at least some data is in new metadata formet -INFO: Parsing suite definition files ... -INFO: Parsing suite definition file FV3/ccpp/suites/suite_FV3_GFS_2017_gfdlmp.xml ... -INFO: Parsing suite definition file FV3/ccpp/suites/suite_FV3_GFS_2017_gfdlmp_noahmp.xml ... -INFO: Parsing metadata tables for variables provided by host model ... -INFO: Parsed variable definition tables in module machine -INFO: Parsed variable definition tables in module module_radsw_parameters -INFO: Parsed variable definition tables in module module_radlw_parameters -INFO: Parsed variable definition tables in module CCPP_typedefs -INFO: Parsed variable definition tables in module GFS_typedefs -INFO: Parsed variable definition tables in module CCPP_data -INFO: Parsed variable definition tables in module ccpp_types -INFO: Convert local names from new metadata format into old metadata format ... -INFO: Converting local name sfcflw of variable lw_fluxes_sfc from new to old metadata -INFO: Converting local name nslwr of variable number_of_timesteps_between_longwave_radiation_calls from new to old metadata -INFO: Converting local name hydrostatic of variable flag_for_hydrostatic_solver from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_of_kinematic_buoyancy_flux_from_shoc_in_phy_f3d) of variable kinematic_buoyancy_flux_from_shoc from new to old metadata -INFO: Converting local name nkbfshoc of variable index_of_kinematic_buoyancy_flux_from_shoc_in_phy_f3d from new to old metadata -INFO: Converting local name dvisbm_cpl of variable cumulative_surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name cnvw of variable convective_cloud_water_mixing_ratio from new to old metadata -INFO: Converting local name ltaerosol of variable flag_for_aerosol_physics from new to old metadata -INFO: Converting local name rainmcadj of variable lwe_thickness_of_moist_convective_adj_precipitation_amount from new to old metadata -INFO: Converting local name loop_cnt of variable ccpp_loop_counter from new to old metadata -INFO: Converting local name ncpi of variable local_ice_number_concentration from new to old metadata -INFO: Converting local name pt of variable virtual_temperature_at_Lagrangian_surface from new to old metadata -INFO: Converting local name nirbmui of variable surface_upwelling_direct_near_infrared_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name vconvtend of variable tendency_of_y_wind_due_to_deep_convection_for_coupling_on_physics_timestep from new to old metadata -INFO: Converting local name uustar_ice of variable surface_friction_velocity_over_ice from new to old metadata -INFO: Converting local name phy_myj_uz0 of variable u_wind_component_at_viscous_sublayer_top from new to old metadata -INFO: Converting local name evap_land of variable kinematic_surface_upward_latent_heat_flux_over_land from new to old metadata -INFO: Converting local name ocean of variable flag_nonzero_ocean_surface_fraction from new to old metadata -INFO: Converting local name ep1d_ocean of variable surface_upward_potential_latent_heat_flux_over_ocean from new to old metadata -INFO: Converting local name qconvtend of variable tendency_of_water_vapor_specific_humidity_due_to_deep_convection_for_coupling_on_physics_timestep from new to old metadata -INFO: Converting local name islmsk_cice of variable sea_land_ice_mask_cice from new to old metadata -INFO: Converting local name cmm_ice of variable surface_drag_wind_speed_for_momentum_in_air_over_ice from new to old metadata -INFO: Converting local name visdfdi of variable surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name cnv_ndrop of variable number_concentration_of_cloud_liquid_water_particles_for_detrainment from new to old metadata -INFO: Converting local name sh2o of variable volume_fraction_of_unfrozen_soil_moisture_for_land_surface_model from new to old metadata -INFO: Converting local name tau_tofd of variable time_integral_of_momentum_flux_due_to_turbulent_orographic_form_drag from new to old metadata -INFO: Converting local name dnirbmi_cpl of variable instantaneous_surface_downwelling_direct_near_infrared_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name refdmax263k of variable maximum_reflectivity_at_minus10c_over_maximum_hourly_time_interval from new to old metadata -INFO: Converting local name ulwsfci of variable surface_upwelling_longwave_flux from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_liquid_cloud_condensate) of variable tendency_of_liquid_cloud_water_mixing_ratio_due_to_model_physics from new to old metadata -INFO: Converting local name ntcw of variable index_for_liquid_cloud_condensate from new to old metadata -INFO: Converting local name lheatstrg of variable flag_for_canopy_heat_storage from new to old metadata -INFO: Converting local name slc of variable volume_fraction_of_unfrozen_soil_moisture from new to old metadata -INFO: Converting local name tsfc_land of variable surface_skin_temperature_over_land_interstitial from new to old metadata -INFO: Converting local name save_v of variable y_wind_save from new to old metadata -INFO: Converting local name xkzm_m of variable atmosphere_momentum_diffusivity_background from new to old metadata -INFO: Converting local name gabsbdlw_land of variable surface_downwelling_longwave_flux_absorbed_by_ground_over_land from new to old metadata -INFO: Converting local name tprcp_ice of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_ice from new to old metadata -INFO: Converting local name stblcpxy of variable slow_soil_pool_mass_content_of_carbon from new to old metadata -INFO: Converting local name cdq_land of variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_land from new to old metadata -INFO: Converting local name du3dt(:,:,2) of variable cumulative_change_in_x_wind_due_to_orographic_gravity_wave_drag from new to old metadata -INFO: Converting local name mg_berg_eff_factor of variable mg_bergeron_efficiency_factor from new to old metadata -INFO: Converting local name clouds(:,:,3) of variable mean_effective_radius_for_liquid_cloud from new to old metadata -INFO: Converting local name aer_nm of variable aerosol_number_concentration_from_gocart_aerosol_climatology from new to old metadata -INFO: Converting local name xzts of variable sensitivity_of_dtl_thickness_to_surface_temperature from new to old metadata -INFO: Converting local name lake of variable flag_nonzero_lake_surface_fraction from new to old metadata -INFO: Converting local name kb of variable vertical_index_difference_between_layer_and_lower_bound from new to old metadata -INFO: Converting local name ipt of variable index_for_diagnostic_printout from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_ice_friendly_aerosols) of variable ice_friendly_aerosol_number_concentration from new to old metadata -INFO: Converting local name ntia of variable index_for_ice_friendly_aerosols from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_rain_water) of variable tendency_of_rain_water_mixing_ratio_due_to_model_physics from new to old metadata -INFO: Converting local name ntrw of variable index_for_rain_water from new to old metadata -INFO: Converting local name con_epsm1 of variable ratio_of_dry_air_to_water_vapor_gas_constants_minus_one from new to old metadata -INFO: Converting local name dqsfc_cice of variable surface_upward_latent_heat_flux_for_coupling_interstitial from new to old metadata -INFO: Converting local name last_step of variable flag_for_the_last_step_of_k_split_remapping from new to old metadata -INFO: Converting local name huge of variable netcdf_float_fillvalue from new to old metadata -INFO: Converting local name save_q(:,:,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio_save from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_liquid_cloud_number_concentration) of variable cloud_droplet_number_concentration from new to old metadata -INFO: Converting local name ntlnc of variable index_for_liquid_cloud_number_concentration from new to old metadata -INFO: Converting local name dv3dt(:,:,1) of variable cumulative_change_in_y_wind_due_to_PBL from new to old metadata -INFO: Converting local name imp_physics_mg of variable flag_for_morrison_gettelman_microphysics_scheme from new to old metadata -INFO: Converting local name cldtaulw of variable cloud_optical_depth_layers_at_10mu_band from new to old metadata -INFO: Converting local name wet of variable flag_nonzero_wet_surface_fraction from new to old metadata -INFO: Converting local name qsnowxy of variable snow_precipitation_rate_at_surface from new to old metadata -INFO: Converting local name iopt_frz of variable flag_for_supercooled_liquid_water_option from new to old metadata -INFO: Converting local name dsnow_cpl of variable tendency_of_lwe_thickness_of_snow_amount_for_coupling from new to old metadata -INFO: Converting local name cldsa of variable cloud_area_fraction_for_radiation from new to old metadata -INFO: Converting local name totsnwb of variable accumulated_lwe_thickness_of_snow_amount_in_bucket from new to old metadata -INFO: Converting local name gq0(:,:,index_for_rain_water) of variable rain_water_mixing_ratio_updated_by_physics from new to old metadata -INFO: Converting local name totsnw of variable accumulated_lwe_thickness_of_snow_amount from new to old metadata -INFO: Converting local name xkzm_s of variable diffusivity_background_sigma_level from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_water_friendly_aerosols) of variable tendency_of_water_friendly_aerosol_number_concentration_due_to_model_physics from new to old metadata -INFO: Converting local name ntwa of variable index_for_water_friendly_aerosols from new to old metadata -INFO: Converting local name fswtr of variable fraction_of_cloud_top_water_scavenged from new to old metadata -INFO: Converting local name nvisbmi_cpl of variable instantaneous_surface_net_downward_direct_ultraviolet_and_visible_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_of_atmosphere_heat_diffusivity_from_shoc_in_phy_f3d) of variable atmosphere_heat_diffusivity_from_shoc from new to old metadata -INFO: Converting local name nahdshoc of variable index_of_atmosphere_heat_diffusivity_from_shoc_in_phy_f3d from new to old metadata -INFO: Converting local name nthreads of variable omp_threads_for_fast_physics from new to old metadata -INFO: Converting local name icemp of variable lwe_thickness_of_ice_amount from new to old metadata -INFO: Converting local name dqsfc_cpl of variable cumulative_surface_upward_latent_heat_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name con_jcal of variable joules_per_calorie_constant from new to old metadata -INFO: Converting local name xmu of variable zenith_angle_temporal_adjustment_factor_for_shortwave_fluxes from new to old metadata -INFO: Converting local name con_fvirt of variable ratio_of_vapor_to_dry_air_gas_constants_minus_one from new to old metadata -INFO: Converting local name evfactl_deep of variable rain_evaporation_coefficient_over_land_deep_convection from new to old metadata -INFO: Converting local name canliqxy of variable canopy_intercepted_liquid_water from new to old metadata -INFO: Converting local name phy_myj_qsfc of variable surface_specific_humidity_for_MYJ_schemes from new to old metadata -INFO: Converting local name rainncprv of variable lwe_thickness_of_explicit_rainfall_amount_from_previous_timestep from new to old metadata -INFO: Converting local name Tbd of variable GFS_tbd_type_instance from new to old metadata -INFO: Converting local name v1 of variable y_wind_at_lowest_model_layer_for_diag from new to old metadata -INFO: Converting local name det_mf of variable cumulative_atmosphere_detrainment_convective_mass_flux from new to old metadata -INFO: Converting local name psurf of variable surface_air_pressure_diag from new to old metadata -INFO: Converting local name gasvmr(:,:,10) of variable volume_mixing_ratio_cfc113 from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_for_rain_effective_radius) of variable effective_radius_of_stratiform_cloud_rain_particle_in_um from new to old metadata -INFO: Converting local name nreffr of variable index_for_rain_effective_radius from new to old metadata -INFO: Converting local name del_gz of variable geopotential_difference_between_midlayers_divided_by_midlayer_virtual_temperature from new to old metadata -INFO: Converting local name imfdeepcnv_ntiedtke of variable flag_for_ntiedtke_deep_convection_scheme from new to old metadata -INFO: Converting local name h2o_coeff of variable number_of_coefficients_in_h2o_forcing_data from new to old metadata -INFO: Converting local name tgrs of variable air_temperature from new to old metadata -INFO: Converting local name xlon of variable longitude from new to old metadata -INFO: Converting local name c_d of variable coefficient_c_d from new to old metadata -INFO: Converting local name tlvl of variable air_temperature_at_interface_for_radiation from new to old metadata -INFO: Converting local name f_rimef of variable rime_factor from new to old metadata -INFO: Converting local name mg_do_ice_gmao of variable mg_flag_for_gmao_ice_formulation from new to old metadata -INFO: Converting local name snowca of variable cumulative_surface_snow_area_fraction_multiplied_by_timestep from new to old metadata -INFO: Converting local name hflx of variable kinematic_surface_upward_sensible_heat_flux from new to old metadata -INFO: Converting local name dt3dt(:,:,6) of variable cumulative_change_in_temperature_due_to_microphysics from new to old metadata -INFO: Converting local name nirdfui of variable surface_upwelling_diffuse_near_infrared_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name trans of variable transpiration_flux from new to old metadata -INFO: Converting local name ntchs of variable index_for_first_chemical_tracer from new to old metadata -INFO: Converting local name idxday of variable daytime_points from new to old metadata -INFO: Converting local name iceprv of variable lwe_thickness_of_ice_amount_from_previous_timestep from new to old metadata -INFO: Converting local name mg_alf of variable mg_tuning_factor_for_alphas from new to old metadata -INFO: Converting local name nupdraft of variable number_of_plumes from new to old metadata -INFO: Converting local name qr_r of variable cloud_rain_water_mixing_ratio from new to old metadata -INFO: Converting local name sec of variable seconds_elapsed_since_model_initialization from new to old metadata -INFO: Converting local name epi of variable instantaneous_surface_potential_evaporation from new to old metadata -INFO: Converting local name gflx_land of variable upward_heat_flux_in_soil_over_land from new to old metadata -INFO: Converting local name du3dt_ngw of variable time_integral_of_change_in_x_wind_due_to_nonstationary_gravity_wave from new to old metadata -INFO: Converting local name bl_mynn_cloudpdf of variable cloudpdf from new to old metadata -INFO: Converting local name vtype of variable vegetation_type_classification_real from new to old metadata -INFO: Converting local name imfdeepcnv_gf of variable flag_for_gf_deep_convection_scheme from new to old metadata -INFO: Converting local name lssav of variable flag_diagnostics from new to old metadata -INFO: Converting local name sfalb of variable surface_diffused_shortwave_albedo from new to old metadata -INFO: Converting local name acvb of variable smallest_cloud_base_vertical_index_encountered_thus_far from new to old metadata -INFO: Converting local name c_0 of variable coefficient_c_0 from new to old metadata -INFO: Converting local name mpirank of variable mpi_rank_for_fast_physics from new to old metadata -INFO: Converting local name ntrac of variable number_of_tracers from new to old metadata -INFO: Converting local name dvsfci of variable instantaneous_surface_y_momentum_flux_for_diag from new to old metadata -INFO: Converting local name GFS_Interstitial of variable GFS_interstitial_type_instance_all_threads from new to old metadata -INFO: Converting local name in_nm of variable in_number_concentration from new to old metadata -INFO: Converting local name blksz2(ccpp_block_number) of variable horizontal_dimension from new to old metadata -INFO: Converting local name blk_no of variable ccpp_block_number from new to old metadata -INFO: Converting local name min_lakeice of variable lake_ice_minimum from new to old metadata -INFO: Converting local name canicexy of variable canopy_intercepted_ice_mass from new to old metadata -INFO: Converting local name mg_precip_frac_method of variable mg_type_of_precip_fraction_method from new to old metadata -INFO: Converting local name lonr of variable number_of_equatorial_longitude_points from new to old metadata -INFO: Converting local name dt3dt(:,:,7) of variable cumulative_change_in_temperature_due_to_orographic_gravity_wave_drag from new to old metadata -INFO: Converting local name dtzm of variable mean_change_over_depth_in_sea_water_temperature from new to old metadata -INFO: Converting local name du3dt_mtb of variable time_integral_of_change_in_x_wind_due_to_mountain_blocking_drag from new to old metadata -INFO: Converting local name stress_land of variable surface_wind_stress_over_land from new to old metadata -INFO: Converting local name nspinup of variable number_of_iterations_to_spin_up_cellular_automata from new to old metadata -INFO: Converting local name zogw of variable height_of_launch_level_of_orographic_gravity_wave from new to old metadata -INFO: Converting local name ntsw of variable index_for_snow_water from new to old metadata -INFO: Converting local name cov of variable t_prime_q_prime from new to old metadata -INFO: Converting local name sup of variable ice_supersaturation_threshold from new to old metadata -INFO: Converting local name dt3dt(:,:,3) of variable cumulative_change_in_temperature_due_to_PBL from new to old metadata -INFO: Converting local name mg_qcvar of variable mg_cloud_water_variance from new to old metadata -INFO: Converting local name ffmm_ice of variable Monin_Obukhov_similarity_function_for_momentum_over_ice from new to old metadata -INFO: Converting local name dtdt of variable tendency_of_air_temperature_at_Lagrangian_surface from new to old metadata -INFO: Converting local name GFS_statein_type of variable GFS_statein_type from new to old metadata -INFO: Converting local name train of variable accumulated_change_of_air_temperature_due_to_FA_scheme from new to old metadata -INFO: Converting local name fscav of variable coefficients_for_aerosol_scavenging from new to old metadata -INFO: Converting local name prslk(:,1) of variable dimensionless_exner_function_at_lowest_model_layer from new to old metadata -INFO: Converting local name tf of variable frozen_cloud_threshold_temperature from new to old metadata -INFO: Converting local name communicator of variable mpi_comm from new to old metadata -INFO: Converting local name qs_r of variable cloud_snow_mixing_ratio from new to old metadata -INFO: Converting local name skebv_wts of variable weights_for_stochastic_skeb_perturbation_of_y_wind from new to old metadata -INFO: Converting local name bl_mynn_edmf_part of variable edmf_partition_flag from new to old metadata -INFO: Converting local name dq3dt(:,:,7) of variable cumulative_change_in_ozone_concentration_due_to_ozone_mixing_ratio from new to old metadata -INFO: Converting local name swhc of variable tendency_of_air_temperature_due_to_shortwave_heating_assuming_clear_sky_on_radiation_timestep from new to old metadata -INFO: Converting local name mg_ngnst of variable mg_graupel_concentration_constant from new to old metadata -INFO: Converting local name GFS_grid_type of variable GFS_grid_type from new to old metadata -INFO: Converting local name js of variable starting_y_direction_index from new to old metadata -INFO: Converting local name out_dt of variable flag_for_tendency_of_air_temperature_at_Lagrangian_surface from new to old metadata -INFO: Converting local name delr of variable layer_pressure_thickness_for_radiation from new to old metadata -INFO: Converting local name ncgl of variable local_graupel_number_concentration from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_snow_water) of variable snow_water_mixing_ratio from new to old metadata -INFO: Converting local name totgrp of variable accumulated_lwe_thickness_of_graupel_amount from new to old metadata -INFO: Converting local name cldtausw of variable cloud_optical_depth_layers_at_0p55mu_band from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_ozone) of variable tendency_of_ozone_mixing_ratio_due_to_model_physics from new to old metadata -INFO: Converting local name ntoz of variable index_for_ozone from new to old metadata -INFO: Converting local name evap of variable kinematic_surface_upward_latent_heat_flux from new to old metadata -INFO: Converting local name oro of variable orography from new to old metadata -INFO: Converting local name topfsw of variable sw_fluxes_top_atmosphere from new to old metadata -INFO: Converting local name jmap of variable map_of_block_column_number_to_global_j_index from new to old metadata -INFO: Converting local name cdq of variable surface_drag_coefficient_for_heat_and_moisture_in_air from new to old metadata -INFO: Converting local name soiltype of variable soil_type_classification from new to old metadata -INFO: Converting local name evap_ocean of variable kinematic_surface_upward_latent_heat_flux_over_ocean from new to old metadata -INFO: Converting local name nblks of variable number_of_blocks from new to old metadata -INFO: Converting local name dxinv of variable inverse_scaling_factor_for_critical_relative_humidity from new to old metadata -INFO: Converting local name dvsfc of variable cumulative_surface_y_momentum_flux_for_diag_multiplied_by_timestep from new to old metadata -INFO: Converting local name GFS_stateout_type of variable GFS_stateout_type from new to old metadata -INFO: Converting local name qg of variable cloud_graupel_specific_humidity_at_Lagrangian_surface from new to old metadata -INFO: Converting local name nmtvr of variable number_of_statistical_measures_of_subgrid_orography from new to old metadata -INFO: Converting local name nseed of variable cellular_automata_seed_frequency from new to old metadata -INFO: Converting local name nlives of variable cellular_automata_lifetime from new to old metadata -INFO: Converting local name vegf1d of variable perturbation_of_vegetation_fraction from new to old metadata -INFO: Converting local name v10m of variable y_wind_at_10m from new to old metadata -INFO: Converting local name hice of variable sea_ice_thickness from new to old metadata -INFO: Converting local name mbota of variable model_layer_number_at_cloud_base from new to old metadata -INFO: Converting local name ncnvw of variable index_for_convective_cloud_water_mixing_ratio_in_phy_f3d from new to old metadata -INFO: Converting local name flqc of variable surface_exchange_coefficient_for_moisture from new to old metadata -INFO: Converting local name imfshalcnv_samf of variable flag_for_samf_shallow_convection_scheme from new to old metadata -INFO: Converting local name ntdiag of variable diagnostics_control_for_chemical_tracers from new to old metadata -INFO: Converting local name c1_shal of variable detrainment_conversion_parameter_shallow_convection from new to old metadata -INFO: Converting local name con_g of variable gravitational_acceleration from new to old metadata -INFO: Converting local name je of variable ending_y_direction_index from new to old metadata -INFO: Converting local name hprime(:,1) of variable standard_deviation_of_subgrid_orography from new to old metadata -INFO: Converting local name lh of variable surface_latent_heat from new to old metadata -INFO: Converting local name v10max of variable maximum_v_wind_at_10m_over_maximum_hourly_time_interval from new to old metadata -INFO: Converting local name dvsfcg of variable instantaneous_y_stress_due_to_gravity_wave_drag from new to old metadata -INFO: Converting local name mg_ninst of variable mg_ice_concentration_constant from new to old metadata -INFO: Converting local name lwhd of variable tendency_of_air_temperature_due_to_longwave_heating_for_idea from new to old metadata -INFO: Converting local name ntkev of variable index_for_turbulent_kinetic_energy_vertical_diffusion_tracer from new to old metadata -INFO: Converting local name fm10 of variable Monin_Obukhov_similarity_function_for_momentum_at_10m from new to old metadata -INFO: Converting local name phour of variable forecast_time_at_previous_timestep from new to old metadata -INFO: Converting local name phys_hydrostatic of variable flag_for_hydrostatic_heating_from_physics from new to old metadata -INFO: Converting local name nswsfci of variable surface_net_downwelling_shortwave_flux from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_for_graupel_effective_radius) of variable effective_radius_of_stratiform_cloud_graupel_particle_in_um from new to old metadata -INFO: Converting local name ngeffr of variable index_for_graupel_effective_radius from new to old metadata -INFO: Converting local name kt of variable vertical_index_difference_between_layer_and_upper_bound from new to old metadata -INFO: Converting local name GFS_tbd_type of variable GFS_tbd_type from new to old metadata -INFO: Converting local name tsurf_ocean of variable surface_skin_temperature_after_iteration_over_ocean from new to old metadata -INFO: Converting local name gu0(:,1) of variable x_wind_at_lowest_model_layer_updated_by_physics from new to old metadata -INFO: Converting local name akap of variable kappa_dry_for_fast_physics from new to old metadata -INFO: Converting local name lsm of variable flag_for_land_surface_scheme from new to old metadata -INFO: Converting local name nscav of variable number_of_tracers_scavenged from new to old metadata -INFO: Converting local name ffmm of variable Monin_Obukhov_similarity_function_for_momentum from new to old metadata -INFO: Converting local name nnirbm_cpl of variable cumulative_surface_net_downward_direct_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name tau_mtb of variable instantaneous_momentum_flux_due_to_mountain_blocking_drag from new to old metadata -INFO: Converting local name snicexy of variable snow_layer_ice from new to old metadata -INFO: Converting local name flag_guess of variable flag_for_guess_run from new to old metadata -INFO: Converting local name dnirbm_cpl of variable cumulative_surface_downwelling_direct_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name chh_ocean of variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_ocean from new to old metadata -INFO: Converting local name dtsfci_cpl of variable instantaneous_surface_upward_sensible_heat_flux_for_coupling from new to old metadata -INFO: Converting local name flgmin of variable minimum_large_ice_fraction from new to old metadata -INFO: Converting local name t02max of variable maximum_temperature_at_2m_over_maximum_hourly_time_interval from new to old metadata -INFO: Converting local name tconvtend of variable tendency_of_air_temperature_due_to_deep_convection_for_coupling_on_physics_timestep from new to old metadata -INFO: Converting local name zorl of variable surface_roughness_length from new to old metadata -INFO: Converting local name coslat of variable cosine_of_latitude from new to old metadata -INFO: Converting local name pertalb of variable magnitude_of_surface_albedo_perturbation from new to old metadata -INFO: Converting local name aecm of variable instantaneous_aerosol_column_mass_densities from new to old metadata -INFO: Converting local name con_rv of variable gas_constant_water_vapor from new to old metadata -INFO: Converting local name wminco of variable cloud_condensed_water_conversion_threshold from new to old metadata -INFO: Converting local name fastcpxy of variable fast_soil_pool_mass_content_of_carbon from new to old metadata -INFO: Converting local name kind_grid of variable kind_grid from new to old metadata -INFO: Converting local name stress of variable surface_wind_stress from new to old metadata -INFO: Converting local name qgrs(:,1,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio_at_lowest_model_layer from new to old metadata -INFO: Converting local name rhc of variable critical_relative_humidity from new to old metadata -INFO: Converting local name tsfco of variable sea_surface_temperature from new to old metadata -INFO: Converting local name tau_ngw of variable instantaneous_momentum_flux_due_to_nonstationary_gravity_wave from new to old metadata -INFO: Converting local name tsfcl of variable surface_skin_temperature_over_land from new to old metadata -INFO: Converting local name clouds(:,:,7) of variable mean_effective_radius_for_rain_drop from new to old metadata -INFO: Converting local name con_cliq of variable specific_heat_of_liquid_water_at_constant_pressure from new to old metadata -INFO: Converting local name zmtb of variable height_of_mountain_blocking from new to old metadata -INFO: Converting local name ulwsfcin_cpl of variable surface_upwelling_longwave_flux_for_coupling from new to old metadata -INFO: Converting local name dlwsfc_cpl of variable cumulative_surface_downwelling_longwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name sfcdlw of variable surface_downwelling_longwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name t1 of variable air_temperature_at_lowest_model_layer_for_diag from new to old metadata -INFO: Converting local name ntiw of variable index_for_ice_cloud_condensate from new to old metadata -INFO: Converting local name bl_mynn_mixlength of variable mixing_length_flag from new to old metadata -INFO: Converting local name faerlw(:,:,:,1) of variable aerosol_optical_depth_for_longwave_bands_01_16 from new to old metadata -INFO: Converting local name ozpl of variable ozone_forcing from new to old metadata -INFO: Converting local name dlength of variable characteristic_grid_length_scale from new to old metadata -INFO: Converting local name slag of variable equation_of_time from new to old metadata -INFO: Converting local name ntot2d of variable number_of_fields_in_phyf2d from new to old metadata -INFO: Converting local name iopt_run of variable flag_for_runoff_and_groundwater_option from new to old metadata -INFO: Converting local name gq0(:,:,index_for_liquid_cloud_number_concentration) of variable cloud_droplet_number_concentration_updated_by_physics from new to old metadata -INFO: Converting local name sneqvoxy of variable snow_mass_at_previous_time_step from new to old metadata -INFO: Converting local name con_rhw0 of variable sea_water_reference_density from new to old metadata -INFO: Converting local name mtopa of variable model_layer_number_at_cloud_top from new to old metadata -INFO: Converting local name pertshc of variable magnitude_of_perturbation_of_soil_type_b_parameter from new to old metadata -INFO: Converting local name levi of variable vertical_interface_dimension from new to old metadata -INFO: Converting local name do_shoc of variable flag_for_shoc from new to old metadata -INFO: Converting local name du3dt_tms of variable time_integral_of_change_in_x_wind_due_to_turbulent_orographic_form_drag from new to old metadata -INFO: Converting local name snow_cpl of variable lwe_thickness_of_snow_amount_for_coupling from new to old metadata -INFO: Converting local name pkz of variable finite_volume_mean_edge_pressure_raised_to_the_power_of_kappa from new to old metadata -INFO: Converting local name nn of variable number_of_tracers_for_convective_transport from new to old metadata -INFO: Converting local name do_sat_adj of variable flag_for_saturation_adjustment_for_microphysics_in_dynamics from new to old metadata -INFO: Converting local name dx of variable cell_size from new to old metadata -INFO: Converting local name do_ugwp of variable do_ugwp from new to old metadata -INFO: Converting local name rain of variable lwe_thickness_of_precipitation_amount_on_dynamics_timestep from new to old metadata -INFO: Converting local name iopt_crs of variable flag_for_canopy_stomatal_resistance_option from new to old metadata -INFO: Converting local name qgrs(:,1,index_for_water_vapor) of variable water_vapor_specific_humidity_at_lowest_model_layer from new to old metadata -INFO: Converting local name ntqv of variable index_for_water_vapor from new to old metadata -INFO: Converting local name t02min of variable minimum_temperature_at_2m_over_maximum_hourly_time_interval from new to old metadata -INFO: Converting local name imp_physics_gfdl of variable flag_for_gfdl_microphysics_scheme from new to old metadata -INFO: Converting local name lprnt of variable flag_print from new to old metadata -INFO: Converting local name gabsbdlw_ice of variable surface_downwelling_longwave_flux_absorbed_by_ground_over_ice from new to old metadata -INFO: Converting local name imp_physics_thompson of variable flag_for_thompson_microphysics_scheme from new to old metadata -INFO: Converting local name ctei_rm of variable critical_cloud_top_entrainment_instability_criteria from new to old metadata -INFO: Converting local name tseal of variable surface_skin_temperature_for_nsst from new to old metadata -INFO: Converting local name dusfc_fd of variable integrated_x_momentum_flux_from_form_drag from new to old metadata -INFO: Converting local name dusfcin_cpl of variable surface_x_momentum_flux_for_coupling from new to old metadata -INFO: Converting local name slope of variable surface_slope_classification_real from new to old metadata -INFO: Converting local name htrlw of variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_timestep from new to old metadata -INFO: Converting local name mg_qcmin(2) of variable mg_minimum_ice_mixing_ratio from new to old metadata -INFO: Converting local name tice of variable sea_ice_temperature_interstitial from new to old metadata -INFO: Converting local name adjvisbmu of variable surface_upwelling_direct_ultraviolet_and_visible_shortwave_flux from new to old metadata -INFO: Converting local name dvgwd of variable time_integral_of_y_stress_due_to_gravity_wave_drag from new to old metadata -INFO: Converting local name dusfc_cice of variable surface_x_momentum_flux_for_coupling_interstitial from new to old metadata -INFO: Converting local name errmsg of variable ccpp_error_message from new to old metadata -INFO: Converting local name flag_cice of variable flag_for_cice from new to old metadata -INFO: Converting local name Coupling of variable GFS_coupling_type_instance from new to old metadata -INFO: Converting local name cs_parm(3) of variable detrainment_and_precipitation_tunable_parameter_3_CS from new to old metadata -INFO: Converting local name snliqxy of variable snow_layer_liquid_water from new to old metadata -INFO: Converting local name mstrat of variable flag_for_moorthi_stratus from new to old metadata -INFO: Converting local name imfdeepcnv_sas of variable flag_for_sas_deep_convection_scheme from new to old metadata -INFO: Converting local name weasd_ice of variable water_equivalent_accumulated_snow_depth_over_ice from new to old metadata -INFO: Converting local name bl_mynn_edmf_mom of variable edmf_momentum_transport_flag from new to old metadata -INFO: Converting local name npdf3d of variable number_of_3d_arrays_associated_with_pdf_based_clouds from new to old metadata -INFO: Converting local name dq3dt(:,:,2) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_deep_convection from new to old metadata -INFO: Converting local name w_upi of variable vertical_velocity_for_updraft from new to old metadata -INFO: Converting local name qlyr of variable water_vapor_specific_humidity_at_layer_for_radiation from new to old metadata -INFO: Converting local name fm10_ice of variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_ice from new to old metadata -INFO: Converting local name qgl of variable local_graupel_mixing_ratio from new to old metadata -INFO: Converting local name gt0(:,1) of variable air_temperature_at_lowest_model_layer_updated_by_physics from new to old metadata -INFO: Converting local name ccpp_t of variable ccpp_t from new to old metadata -INFO: Converting local name clouds(:,:,4) of variable cloud_ice_water_path from new to old metadata -INFO: Converting local name rain_cpl of variable lwe_thickness_of_precipitation_amount_for_coupling from new to old metadata -INFO: Converting local name bl_mynn_cloudmix of variable cloud_specie_mix_flag from new to old metadata -INFO: Converting local name tgxy of variable ground_temperature_for_noahmp from new to old metadata -INFO: Converting local name oa4 of variable asymmetry_of_subgrid_orography from new to old metadata -INFO: Converting local name refdmax of variable maximum_reflectivity_at_1km_agl_over_maximum_hourly_time_interval from new to old metadata -INFO: Converting local name GFS_Data(ccpp_block_number) of variable GFS_data_type_instance from new to old metadata -INFO: Converting local name dvsfc_cpl of variable cumulative_surface_y_momentum_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name shocaftcnv of variable flag_for_shoc_after_convection from new to old metadata -INFO: Converting local name mg_rhmini of variable mg_minimum_rh_for_ice from new to old metadata -INFO: Converting local name t2mi_cpl of variable instantaneous_temperature_at_2m_for_coupling from new to old metadata -INFO: Converting local name GFS_Interstitial(ccpp_thread_number) of variable GFS_interstitial_type_instance from new to old metadata -INFO: Converting local name thrd_no of variable ccpp_thread_number from new to old metadata -INFO: Converting local name evbs of variable soil_upward_latent_heat_flux from new to old metadata -INFO: Converting local name dtdtr of variable tendency_of_air_temperature_due_to_radiative_heating_on_physics_time_step from new to old metadata -INFO: Converting local name spfhmin of variable minimum_specific_humidity_at_2m from new to old metadata -INFO: Converting local name xsaixy of variable stem_area_index from new to old metadata -INFO: Converting local name lsoil of variable soil_vertical_dimension from new to old metadata -INFO: Converting local name mg_ts_auto_ice of variable mg_time_scale_for_autoconversion_of_ice from new to old metadata -INFO: Converting local name ca_deep of variable fraction_of_cellular_automata_for_deep_convection from new to old metadata -INFO: Converting local name work1 of variable grid_size_related_coefficient_used_in_scale_sensitive_schemes from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_for_cloud_liquid_water_effective_radius) of variable effective_radius_of_stratiform_cloud_liquid_water_particle_in_um from new to old metadata -INFO: Converting local name nleffr of variable index_for_cloud_liquid_water_effective_radius from new to old metadata -INFO: Converting local name dlwsfci of variable surface_downwelling_longwave_flux from new to old metadata -INFO: Converting local name mg_nicons of variable mg_flag_ice_concentration_constant from new to old metadata -INFO: Converting local name faersw(:,:,:,1) of variable aerosol_optical_depth_for_shortwave_bands_01_16 from new to old metadata -INFO: Converting local name xt of variable diurnal_thermocline_layer_heat_content from new to old metadata -INFO: Converting local name prsl of variable air_pressure from new to old metadata -INFO: Converting local name cv of variable fraction_of_convective_cloud from new to old metadata -INFO: Converting local name blksz of variable horizontal_block_size from new to old metadata -INFO: Converting local name pertvegf of variable magnitude_of_perturbation_of_vegetation_fraction from new to old metadata -INFO: Converting local name gq0(:,:,index_for_cloud_amount) of variable cloud_fraction_updated_by_physics from new to old metadata -INFO: Converting local name ntclamt of variable index_for_cloud_amount from new to old metadata -INFO: Converting local name zorlo of variable surface_roughness_length_over_ocean from new to old metadata -INFO: Converting local name te0 of variable atmosphere_energy_content_at_Lagrangian_surface from new to old metadata -INFO: Converting local name ktop of variable vertical_index_at_cloud_top from new to old metadata -INFO: Converting local name prevsq of variable moisture_from_previous_timestep from new to old metadata -INFO: Converting local name kpbl of variable vertical_index_at_top_of_atmosphere_boundary_layer from new to old metadata -INFO: Converting local name ncells of variable cellular_automata_finer_grid from new to old metadata -INFO: Converting local name cnvc of variable convective_cloud_cover from new to old metadata -INFO: Converting local name totprcp of variable accumulated_lwe_thickness_of_precipitation_amount from new to old metadata -INFO: Converting local name cgwf of variable multiplication_factors_for_convective_gravity_wave_drag from new to old metadata -INFO: Converting local name do_shum of variable flag_for_stochastic_shum_option from new to old metadata -INFO: Converting local name save_q of variable tracer_concentration_save from new to old metadata -INFO: Converting local name h2o_pres of variable natural_log_of_h2o_forcing_data_pressure_levels from new to old metadata -INFO: Converting local name iopt_snf of variable flag_for_precipitation_partition_option from new to old metadata -INFO: Converting local name c0s_shal of variable rain_conversion_parameter_shallow_convection from new to old metadata -INFO: Converting local name zwtxy of variable water_table_depth from new to old metadata -INFO: Converting local name qr of variable cloud_rain_specific_humidity_at_Lagrangian_surface from new to old metadata -INFO: Converting local name dzlyr of variable layer_thickness_for_radiation from new to old metadata -INFO: Converting local name taussxy of variable nondimensional_snow_age from new to old metadata -INFO: Converting local name tsfa of variable surface_air_temperature_for_radiation from new to old metadata -INFO: Converting local name snoalb of variable upper_bound_on_max_albedo_over_deep_snow from new to old metadata -INFO: Converting local name xs of variable sea_water_salinity from new to old metadata -INFO: Converting local name dvsfci_cpl of variable instantaneous_surface_y_momentum_flux_for_coupling from new to old metadata -INFO: Converting local name xlat of variable latitude from new to old metadata -INFO: Converting local name ugrs of variable x_wind from new to old metadata -INFO: Converting local name shdmin of variable minimum_vegetation_area_fraction from new to old metadata -INFO: Converting local name nnirdfi_cpl of variable instantaneous_surface_net_downward_diffuse_near_infrared_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name microp_uniform of variable mg_flag_for_uniform_subcolumns from new to old metadata -INFO: Converting local name frland of variable land_area_fraction_for_microphysics from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_ice_friendly_aerosols) of variable tendency_of_ice_friendly_aerosol_number_concentration_due_to_model_physics from new to old metadata -INFO: Converting local name oz_pres of variable natural_log_of_ozone_forcing_data_pressure_levels from new to old metadata -INFO: Converting local name zlwb of variable time_integral_of_height_of_low_level_wave_breaking from new to old metadata -INFO: Converting local name gq0(:,:,index_for_ice_cloud_condensate) of variable ice_water_mixing_ratio_updated_by_physics from new to old metadata -INFO: Converting local name qss of variable surface_specific_humidity from new to old metadata -INFO: Converting local name dry of variable flag_nonzero_land_surface_fraction from new to old metadata -INFO: Converting local name bk of variable b_parameter_of_the_hybrid_coordinate from new to old metadata -INFO: Converting local name cdmbgwd of variable multiplication_factors_for_mountain_blocking_and_orographic_gravity_wave_drag from new to old metadata -INFO: Converting local name levs of variable vertical_dimension from new to old metadata -INFO: Converting local name swhtr of variable flag_for_output_of_shortwave_heating_rate from new to old metadata -INFO: Converting local name zorl_land of variable surface_roughness_length_over_land_interstitial from new to old metadata -INFO: Converting local name t2m of variable temperature_at_2m from new to old metadata -INFO: Converting local name tau_ogw of variable instantaneous_momentum_flux_due_to_orographic_gravity_wave_drag from new to old metadata -INFO: Converting local name shoc_parm(3) of variable shoc_tke_dissipation_tunable_parameter_near_surface from new to old metadata -INFO: Converting local name gflx_ice of variable upward_heat_flux_in_soil_over_ice from new to old metadata -INFO: Converting local name nspc1 of variable number_of_species_for_aerosol_optical_depth from new to old metadata -INFO: Converting local name drain_cpl of variable tendency_of_lwe_thickness_of_precipitation_amount_for_coupling from new to old metadata -INFO: Converting local name phis of variable surface_geopotential_at_Lagrangian_surface from new to old metadata -INFO: Converting local name q2mi_cpl of variable instantaneous_specific_humidity_at_2m_for_coupling from new to old metadata -INFO: Converting local name zogw of variable time_integral_of_height_of_launch_level_of_orographic_gravity_wave from new to old metadata -INFO: Converting local name prsi of variable air_pressure_at_interface from new to old metadata -INFO: Converting local name aerodp of variable atmosphere_optical_thickness_due_to_ambient_aerosol_particles from new to old metadata -INFO: Converting local name shal_cnv of variable flag_for_shallow_convection from new to old metadata -INFO: Converting local name icsdlw of variable seed_random_numbers_lw from new to old metadata -INFO: Converting local name ncld of variable number_of_hydrometeors from new to old metadata -INFO: Converting local name gasvmr(:,:,6) of variable volume_mixing_ratio_cfc11 from new to old metadata -INFO: Converting local name tracers_water of variable number_of_water_tracers from new to old metadata -INFO: Converting local name nscyc of variable number_of_timesteps_between_surface_cycling_calls from new to old metadata -INFO: Converting local name dswsfc_cpl of variable cumulative_surface_downwelling_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name adjvisdfu of variable surface_upwelling_diffuse_ultraviolet_and_visible_shortwave_flux from new to old metadata -INFO: Converting local name cs_parm(2) of variable updraft_velocity_tunable_parameter_2_CS from new to old metadata -INFO: Converting local name lsswr of variable flag_to_calc_sw from new to old metadata -INFO: Converting local name imfshalcnv_gf of variable flag_for_gf_shallow_convection_scheme from new to old metadata -INFO: Converting local name kinver of variable index_of_highest_temperature_inversion from new to old metadata -INFO: Converting local name tslb of variable soil_temperature_for_land_surface_model from new to old metadata -INFO: Converting local name weasd of variable water_equivalent_accumulated_snow_depth from new to old metadata -INFO: Converting local name tisfc of variable sea_ice_temperature from new to old metadata -INFO: Converting local name faerlw of variable aerosol_optical_properties_for_longwave_bands_01_16 from new to old metadata -INFO: Converting local name logunit of variable iounit_log from new to old metadata -INFO: Converting local name fast_mp_consv of variable flag_for_fast_microphysics_energy_conservation from new to old metadata -INFO: Converting local name cnv_mfd of variable detrained_mass_flux from new to old metadata -INFO: Converting local name zvir of variable ratio_of_vapor_to_dry_air_gas_constants_minus_one_default_kind from new to old metadata -INFO: Converting local name jed of variable ending_y_direction_index_domain from new to old metadata -INFO: Converting local name gasvmr(:,:,3) of variable volume_mixing_ratio_ch4 from new to old metadata -INFO: Converting local name sfcdsw of variable surface_downwelling_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name hydrostatic of variable flag_for_hydrostatic_solver_for_fast_physics from new to old metadata -INFO: Converting local name dvsfc_bl of variable integrated_y_momentum_flux_from_blocking_drag from new to old metadata -INFO: Converting local name Grid of variable GFS_grid_type_instance from new to old metadata -INFO: Converting local name ncnd of variable number_of_cloud_condensate_types from new to old metadata -INFO: Converting local name w_0 of variable coefficient_w_0 from new to old metadata -INFO: Converting local name zm of variable ocean_mixed_layer_thickness from new to old metadata -INFO: Converting local name shoc_parm(2) of variable shoc_tke_dissipation_tunable_parameter from new to old metadata -INFO: Converting local name cdec of variable cosine_of_solar_declination_angle from new to old metadata -INFO: Converting local name npzq_con of variable vertical_dimension_for_condensed_water_at_Lagrangian_surface from new to old metadata -INFO: Converting local name rmol of variable reciprocal_of_obukhov_length from new to old metadata -INFO: Converting local name snowxy of variable number_of_snow_layers from new to old metadata -INFO: Converting local name hflx_land of variable kinematic_surface_upward_sensible_heat_flux_over_land from new to old metadata -INFO: Converting local name clw of variable convective_transportable_tracers from new to old metadata -INFO: Converting local name srflag of variable flag_for_precipitation_type from new to old metadata -INFO: Converting local name suntim of variable duration_of_sunshine from new to old metadata -INFO: Converting local name isot of variable soil_type_dataset_choice from new to old metadata -INFO: Converting local name isol of variable flag_for_solar_constant from new to old metadata -INFO: Converting local name th2m of variable potential_temperature_at_2m from new to old metadata -INFO: Converting local name hpbl of variable atmosphere_boundary_layer_thickness from new to old metadata -INFO: Converting local name cd of variable surface_drag_coefficient_for_momentum_in_air from new to old metadata -INFO: Converting local name dusfc_ls of variable integrated_x_momentum_flux_from_large_scale_gwd from new to old metadata -INFO: Converting local name do_sppt of variable flag_for_stochastic_surface_physics_perturbations from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_for_convective_cloud_water_mixing_ratio_in_phy_f3d) of variable convective_cloud_water_mixing_ratio_in_phy_f3d from new to old metadata -INFO: Converting local name rb_ice of variable bulk_richardson_number_at_lowest_model_level_over_ice from new to old metadata -INFO: Converting local name itc of variable number_of_aerosol_tracers_for_convection from new to old metadata -INFO: Converting local name Cldprop of variable GFS_cldprop_type_instance from new to old metadata -INFO: Converting local name grav_settling of variable grav_settling from new to old metadata -INFO: Converting local name gq0(:,:,index_for_ice_cloud_number_concentration) of variable ice_number_concentration_updated_by_physics from new to old metadata -INFO: Converting local name ntinc of variable index_for_ice_cloud_number_concentration from new to old metadata -INFO: Converting local name iopt_inf of variable flag_for_frozen_soil_permeability_option from new to old metadata -INFO: Converting local name c0s_deep of variable rain_conversion_parameter_deep_convection from new to old metadata -INFO: Converting local name dtaux2d_ls of variable x_momentum_tendency_from_large_scale_gwd from new to old metadata -INFO: Converting local name phy_myj_qz0 of variable specific_humidity_at_viscous_sublayer_top from new to old metadata -INFO: Converting local name iovr_sw of variable flag_for_max_random_overlap_clouds_for_shortwave_radiation from new to old metadata -INFO: Converting local name icliq_sw of variable flag_for_optical_property_for_liquid_clouds_for_shortwave_radiation from new to old metadata -INFO: Converting local name psmean of variable cumulative_surface_pressure_multiplied_by_timestep from new to old metadata -INFO: Converting local name cmm_ocean of variable surface_drag_wind_speed_for_momentum_in_air_over_ocean from new to old metadata -INFO: Converting local name shcnvcw of variable flag_shallow_convective_cloud from new to old metadata -INFO: Converting local name drain of variable subsurface_runoff_flux from new to old metadata -INFO: Converting local name ak of variable a_parameter_of_the_hybrid_coordinate from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_liquid_cloud_number_concentration) of variable tendency_of_cloud_droplet_number_concentration_due_to_model_physics from new to old metadata -INFO: Converting local name sfc_z0_type of variable flag_for_surface_roughness_option_over_ocean from new to old metadata -INFO: Converting local name cvt of variable pressure_at_top_of_convective_cloud from new to old metadata -INFO: Converting local name gwd_opt of variable gwd_opt from new to old metadata -INFO: Converting local name snowmp of variable lwe_thickness_of_snow_amount from new to old metadata -INFO: Converting local name ncnvcld3d of variable number_of_convective_3d_cloud_fields from new to old metadata -INFO: Converting local name cape of variable convective_available_potential_energy_for_coupling from new to old metadata -INFO: Converting local name du3dt_ogw of variable time_integral_of_change_in_x_wind_due_to_orographic_gravity_wave_drag from new to old metadata -INFO: Converting local name te0_2d of variable atmosphere_energy_content_in_column from new to old metadata -INFO: Converting local name dsnowprv of variable snow_precipitation_rate_from_previous_timestep from new to old metadata -INFO: Converting local name chh of variable surface_drag_mass_flux_for_heat_and_moisture_in_air from new to old metadata -INFO: Converting local name dt3dt(:,:,5) of variable cumulative_change_in_temperature_due_to_shal_convection from new to old metadata -INFO: Converting local name cplwav of variable flag_for_wave_coupling from new to old metadata -INFO: Converting local name clw(:,:,2) of variable cloud_condensed_water_mixing_ratio_convective_transport_tracer from new to old metadata -INFO: Converting local name shoc_parm(1) of variable shoc_tke_dissipatation_pressure_threshold from new to old metadata -INFO: Converting local name oro_uf of variable orography_unfiltered from new to old metadata -INFO: Converting local name peln of variable log_pressure_at_Lagrangian_surface from new to old metadata -INFO: Converting local name gasvmr(:,:,8) of variable volume_mixing_ratio_cfc22 from new to old metadata -INFO: Converting local name pertzt of variable magnitude_of_perturbation_of_heat_to_momentum_roughness_length_ratio from new to old metadata -INFO: Converting local name clouds(:,:,1) of variable total_cloud_fraction from new to old metadata -INFO: Converting local name iaer of variable flag_for_default_aerosol_effect_in_shortwave_radiation from new to old metadata -INFO: Converting local name wet1 of variable normalized_soil_wetness from new to old metadata -INFO: Converting local name npz of variable vertical_dimension_for_fast_physics from new to old metadata -INFO: Converting local name cal_pre of variable flag_for_precipitation_type_algorithm from new to old metadata -INFO: Converting local name lmk of variable adjusted_vertical_layer_dimension_for_radiation from new to old metadata -INFO: Converting local name kind_phys of variable kind_phys from new to old metadata -INFO: Converting local name Sfcprop of variable GFS_sfcprop_type_instance from new to old metadata -INFO: Converting local name wslakexy of variable lake_water_storage from new to old metadata -INFO: Converting local name f10m of variable ratio_of_wind_at_lowest_model_layer_and_wind_at_10m from new to old metadata -INFO: Converting local name gasvmr(:,:,1) of variable volume_mixing_ratio_co2 from new to old metadata -INFO: Converting local name q2mp of variable specific_humidity_at_2m_from_noahmp from new to old metadata -INFO: Converting local name lwhc of variable tendency_of_air_temperature_due_to_longwave_heating_assuming_clear_sky_on_radiation_timestep from new to old metadata -INFO: Converting local name snowd_ice of variable surface_snow_thickness_water_equivalent_over_ice from new to old metadata -INFO: Converting local name lsnow_lsm_lbound of variable lower_bound_of_snow_vertical_dimension_for_land_surface_model from new to old metadata -INFO: Converting local name mg_dcs of variable mg_autoconversion_size_threshold_ice_snow from new to old metadata -INFO: Converting local name rhgrd of variable fa_threshold_relative_humidity_for_onset_of_condensation from new to old metadata -INFO: Converting local name dudt_ogw of variable instantaneous_change_in_x_wind_due_to_orographic_gravity_wave_drag from new to old metadata -INFO: Converting local name slmsk of variable sea_land_ice_mask_real from new to old metadata -INFO: Converting local name ictm of variable flag_for_initial_time_date_control from new to old metadata -INFO: Converting local name qss_ocean of variable surface_specific_humidity_over_ocean from new to old metadata -INFO: Converting local name tsfc of variable surface_skin_temperature from new to old metadata -INFO: Converting local name prsik of variable dimensionless_exner_function_at_model_interfaces from new to old metadata -INFO: Converting local name t2mmp of variable temperature_at_2m_from_noahmp from new to old metadata -INFO: Converting local name tau_ogw of variable time_integral_of_momentum_flux_due_to_orographic_gravity_wave_drag from new to old metadata -INFO: Converting local name topflw_type of variable topflw_type from new to old metadata -INFO: Converting local name cnv_nice of variable number_concentration_of_ice_crystals_for_detrainment from new to old metadata -INFO: Converting local name cscnv of variable flag_for_Chikira_Sugiyama_deep_convection from new to old metadata -INFO: Converting local name u10mi_cpl of variable instantaneous_x_wind_at_10m_for_coupling from new to old metadata -INFO: Converting local name fh2_ocean of variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_ocean from new to old metadata -INFO: Converting local name phii of variable geopotential_at_interface from new to old metadata -INFO: Converting local name gq0(:,:,index_for_graupel) of variable graupel_mixing_ratio_updated_by_physics from new to old metadata -INFO: Converting local name ntgl of variable index_for_graupel from new to old metadata -INFO: Converting local name nvisdfi_cpl of variable instantaneous_surface_net_downward_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name norad_precip of variable flag_for_precipitation_effect_on_radiation from new to old metadata -INFO: Converting local name dq3dt(:,:,5) of variable cumulative_change_in_ozone_mixing_ratio_due_to_PBL from new to old metadata -INFO: Converting local name dusfcg of variable instantaneous_x_stress_due_to_gravity_wave_drag from new to old metadata -INFO: Converting local name stype of variable soil_type_classification_real from new to old metadata -INFO: Converting local name lwhtr of variable flag_for_output_of_longwave_heating_rate from new to old metadata -INFO: Converting local name skebv_wts of variable weights_for_stochastic_skeb_perturbation_of_y_wind_flipped from new to old metadata -INFO: Converting local name prnum of variable prandtl_number from new to old metadata -INFO: Converting local name dtsfcin_cpl of variable surface_upward_sensible_heat_flux_for_coupling from new to old metadata -INFO: Converting local name sigmatot of variable convective_updraft_area_fraction_at_model_interfaces from new to old metadata -INFO: Converting local name rann of variable random_number_array from new to old metadata -INFO: Converting local name work2 of variable grid_size_related_coefficient_used_in_scale_sensitive_schemes_complement from new to old metadata -INFO: Converting local name ep1d_land of variable surface_upward_potential_latent_heat_flux_over_land from new to old metadata -INFO: Converting local name num_p3d of variable array_dimension_of_3d_arrays_for_microphysics from new to old metadata -INFO: Converting local name frac_grid of variable flag_for_fractional_grid from new to old metadata -INFO: Converting local name dtdtc of variable tendency_of_air_temperature_due_to_radiative_heating_assuming_clear_sky from new to old metadata -INFO: Converting local name chxy of variable surface_drag_coefficient_for_heat_and_moisture_for_noahmp from new to old metadata -INFO: Converting local name dtauy2d_bl of variable y_momentum_tendency_from_blocking_drag from new to old metadata -INFO: Converting local name dtsfc of variable cumulative_surface_upward_sensible_heat_flux_for_diag_multiplied_by_timestep from new to old metadata -INFO: Converting local name gflx_ocean of variable upward_heat_flux_in_soil_over_ocean from new to old metadata -INFO: Converting local name deeprechxy of variable water_table_recharge_when_deep from new to old metadata -INFO: Converting local name imfshalcnv_sas of variable flag_for_sas_shallow_convection_scheme from new to old metadata -INFO: Converting local name woodxy of variable wood_mass from new to old metadata -INFO: Converting local name phy_f3d(:,:,3) of variable air_temperature_at_previous_time_step from new to old metadata -INFO: Converting local name otspt of variable flag_convective_tracer_transport from new to old metadata -INFO: Converting local name tsurf of variable surface_skin_temperature_after_iteration from new to old metadata -INFO: Converting local name phy_f2d(:,array_dimension_of_2d_arrays_for_microphysics) of variable surface_wind_enhancement_due_to_convection from new to old metadata -INFO: Converting local name num_p2d of variable array_dimension_of_2d_arrays_for_microphysics from new to old metadata -INFO: Converting local name diss_est of variable dissipation_estimate_of_air_temperature_at_model_layers from new to old metadata -INFO: Converting local name ffmm_land of variable Monin_Obukhov_similarity_function_for_momentum_over_land from new to old metadata -INFO: Converting local name imfshalcnv of variable flag_for_mass_flux_shallow_convection_scheme from new to old metadata -INFO: Converting local name iopt_rad of variable flag_for_radiation_transfer_option from new to old metadata -INFO: Converting local name effr_in of variable flag_for_cloud_effective_radii from new to old metadata -INFO: Converting local name Sh3D of variable stability_function_for_heat from new to old metadata -INFO: Converting local name con_sbc of variable stefan_boltzmann_constant from new to old metadata -INFO: Converting local name phy_myj_z0base of variable baseline_surface_roughness_length from new to old metadata -INFO: Converting local name sdec of variable sine_of_solar_declination_angle from new to old metadata -INFO: Converting local name f_ice of variable fraction_of_ice_water_cloud from new to old metadata -INFO: Converting local name qs of variable cloud_snow_specific_humidity_at_Lagrangian_surface from new to old metadata -INFO: Converting local name iflip of variable flag_for_vertical_index_direction_control from new to old metadata -INFO: Converting local name draincprv of variable convective_precipitation_rate_from_previous_timestep from new to old metadata -INFO: Converting local name icsdsw of variable seed_random_numbers_sw from new to old metadata -INFO: Converting local name dtaux2d_bl of variable x_momentum_tendency_from_blocking_drag from new to old metadata -INFO: Converting local name uustar_ocean of variable surface_friction_velocity_over_ocean from new to old metadata -INFO: Converting local name zlwb of variable height_of_low_level_wave_breaking from new to old metadata -INFO: Converting local name sigma of variable slope_of_subgrid_orography from new to old metadata -INFO: Converting local name cd_land of variable surface_drag_coefficient_for_momentum_in_air_over_land from new to old metadata -INFO: Converting local name shoc_parm(5) of variable shoc_flag_for_optional_surface_TKE_dissipation from new to old metadata -INFO: Converting local name qss_ice of variable surface_specific_humidity_over_ice from new to old metadata -INFO: Converting local name graupel of variable lwe_thickness_of_graupel_amount_on_dynamics_timestep from new to old metadata -INFO: Converting local name do_myjsfc of variable do_myjsfc from new to old metadata -INFO: Converting local name htsw0 of variable tendency_of_air_temperature_due_to_shortwave_heating_assuming_clear_sky_on_radiation_time_step from new to old metadata -INFO: Converting local name ep of variable cumulative_surface_upward_potential_latent_heat_flux_multiplied_by_timestep from new to old metadata -INFO: Converting local name tprcp of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep from new to old metadata -INFO: Converting local name dnirdf_cpl of variable cumulative_surface_downwelling_diffuse_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name qwv_surf of variable water_vapor_mixing_ratio_at_surface from new to old metadata -INFO: Converting local name fm10_ocean of variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_ocean from new to old metadata -INFO: Converting local name QC_BL of variable subgrid_cloud_mixing_ratio_pbl from new to old metadata -INFO: Converting local name adjsfculw_ice of variable surface_upwelling_longwave_flux_over_ice_interstitial from new to old metadata -INFO: Converting local name tsfci_cpl of variable instantaneous_surface_skin_temperature_for_coupling from new to old metadata -INFO: Converting local name pertz0 of variable magnitude_of_perturbation_of_momentum_roughness_length from new to old metadata -INFO: Converting local name eahxy of variable canopy_air_vapor_pressure from new to old metadata -INFO: Converting local name cnv_dqldt of variable tendency_of_cloud_water_due_to_convective_microphysics from new to old metadata -INFO: Converting local name gq0 of variable tracer_concentration_updated_by_physics from new to old metadata -INFO: Converting local name iopt_dveg of variable flag_for_dynamic_vegetation_option from new to old metadata -INFO: Converting local name gv0(:,1) of variable y_wind_at_lowest_model_layer_updated_by_physics from new to old metadata -INFO: Converting local name first_time_step of variable flag_for_first_time_step from new to old metadata -INFO: Converting local name dtaux2d_ss of variable x_momentum_tendency_from_small_scale_gwd from new to old metadata -INFO: Converting local name wetdpl of variable instantaneous_large_scale_wet_deposition from new to old metadata -INFO: Converting local name cndm_surf of variable surface_condensation_mass from new to old metadata -INFO: Converting local name cmm_land of variable surface_drag_wind_speed_for_momentum_in_air_over_land from new to old metadata -INFO: Converting local name fh2 of variable Monin_Obukhov_similarity_function_for_heat_at_2m from new to old metadata -INFO: Converting local name gw_dudt of variable tendency_of_x_wind_due_to_ugwp from new to old metadata -INFO: Converting local name shinhong of variable flag_for_scale_aware_Shinhong_PBL from new to old metadata -INFO: Converting local name maxMF of variable maximum_mass_flux from new to old metadata -INFO: Converting local name gu0 of variable x_wind_updated_by_physics from new to old metadata -INFO: Converting local name ncstrac of variable number_of_tracers_for_CS from new to old metadata -INFO: Converting local name do_qa of variable flag_for_inline_cloud_fraction_calculation from new to old metadata -INFO: Converting local name pgr of variable surface_air_pressure from new to old metadata -INFO: Converting local name del of variable air_pressure_difference_between_midlayers from new to old metadata -INFO: Converting local name nqrimef of variable index_for_mass_weighted_rime_factor from new to old metadata -INFO: Converting local name du3dt(:,:,1) of variable cumulative_change_in_x_wind_due_to_PBL from new to old metadata -INFO: Converting local name raincs of variable lwe_thickness_of_shallow_convective_precipitation_amount from new to old metadata -INFO: Converting local name xlaixy of variable leaf_area_index from new to old metadata -INFO: Converting local name iopt_alb of variable flag_for_ground_snow_surface_albedo_option from new to old metadata -INFO: Converting local name moninq_fac of variable atmosphere_diffusivity_coefficient_factor from new to old metadata -INFO: Converting local name work3 of variable ratio_of_exner_function_between_midlayer_and_interface_at_lowest_model_layer from new to old metadata -INFO: Converting local name adjnirbmd of variable surface_downwelling_direct_near_infrared_shortwave_flux from new to old metadata -INFO: Converting local name imp_physics_zhao_carr_pdf of variable flag_for_zhao_carr_pdf_microphysics_scheme from new to old metadata -INFO: Converting local name dv3dt(:,:,3) of variable cumulative_change_in_y_wind_due_to_deep_convection from new to old metadata -INFO: Converting local name evcwa of variable cumulative_canopy_upward_latent_heat_flu_multiplied_by_timestep from new to old metadata -INFO: Converting local name lsm_noah of variable flag_for_noah_land_surface_scheme from new to old metadata -INFO: Converting local name ntk of variable index_for_turbulent_kinetic_energy_convective_transport_tracer from new to old metadata -INFO: Converting local name qsnw of variable local_snow_water_mixing_ratio from new to old metadata -INFO: Converting local name edmf_thl of variable emdf_updraft_theta_l from new to old metadata -INFO: Converting local name crtrh(2) of variable critical_relative_humidity_at_PBL_top from new to old metadata -INFO: Converting local name xv of variable diurnal_thermocline_layer_y_current from new to old metadata -INFO: Converting local name rlapse of variable air_temperature_lapse_rate_constant from new to old metadata -INFO: Converting local name clw(:,:,1) of variable ice_water_mixing_ratio_convective_transport_tracer from new to old metadata -INFO: Converting local name levozp of variable vertical_dimension_of_ozone_forcing_data from new to old metadata -INFO: Converting local name spfhmax of variable maximum_specific_humidity_at_2m from new to old metadata -INFO: Converting local name runoff of variable surface_runoff_flux from new to old metadata -INFO: Converting local name do_sb_physics of variable mg_flag_for_sb2001_autoconversion from new to old metadata -INFO: Converting local name phy_myj_a1q of variable weight_for_specific_humidity_at_viscous_sublayer_top from new to old metadata -INFO: Converting local name cactiv of variable conv_activity_counter from new to old metadata -INFO: Converting local name clw(:,:,index_for_turbulent_kinetic_energy_convective_transport_tracer) of variable turbulent_kinetic_energy_convective_transport_tracer from new to old metadata -INFO: Converting local name oz_phys_2015 of variable flag_for_2015_ozone_physics from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_snow_number_concentration) of variable snow_number_concentration from new to old metadata -INFO: Converting local name ntsnc of variable index_for_snow_number_concentration from new to old metadata -INFO: Converting local name dlwsfci_cpl of variable instantaneous_surface_downwelling_longwave_flux_for_coupling from new to old metadata -INFO: Converting local name errflg of variable ccpp_error_flag from new to old metadata -INFO: Converting local name kbot of variable vertical_index_at_cloud_base from new to old metadata -INFO: Converting local name clw_surf of variable cloud_condensed_water_mixing_ratio_at_surface from new to old metadata -INFO: Converting local name skebu_wts of variable weights_for_stochastic_skeb_perturbation_of_x_wind from new to old metadata -INFO: Converting local name snowprv of variable lwe_thickness_of_snow_amount_from_previous_timestep from new to old metadata -INFO: Converting local name spec_adv of variable flag_for_individual_cloud_species_advected from new to old metadata -INFO: Converting local name rainmp of variable lwe_thickness_of_explicit_rain_amount from new to old metadata -INFO: Converting local name jdat of variable forecast_date_and_time from new to old metadata -INFO: Converting local name ntrcaer of variable number_of_aerosol_tracers_MG from new to old metadata -INFO: Converting local name gflux of variable cumulative_surface_ground_heat_flux_multiplied_by_timestep from new to old metadata -INFO: Converting local name q1 of variable water_vapor_specific_humidity_at_lowest_model_layer_for_diag from new to old metadata -INFO: Converting local name gq0(:,1,index_for_water_vapor) of variable water_vapor_specific_humidity_at_lowest_model_layer_updated_by_physics from new to old metadata -INFO: Converting local name nday of variable daytime_points_dimension from new to old metadata -INFO: Converting local name cs_parm(9) of variable entrainment_efficiency_tunable_parameter_9_CS from new to old metadata -INFO: Converting local name flx_form of variable flag_flux_form_CS from new to old metadata -INFO: Converting local name dtsfc_cpl of variable cumulative_surface_upward_sensible_heat_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name nstf_name(1) of variable flag_for_nsstm_run from new to old metadata -INFO: Converting local name ca_sgs of variable flag_for_sgs_cellular_automata from new to old metadata -INFO: Converting local name mg_qcmin(1) of variable mg_minimum_cloud_condensed_water_mixing_ratio from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio from new to old metadata -INFO: Converting local name rilist of variable gas_constants_for_multi_gases_physics from new to old metadata -INFO: Converting local name dtauy2d_ls of variable y_momentum_tendency_from_large_scale_gwd from new to old metadata -INFO: Converting local name oz_coeff of variable number_of_coefficients_in_ozone_forcing_data from new to old metadata -INFO: Converting local name edmf_qt of variable emdf_updraft_total_water from new to old metadata -INFO: Converting local name stmassxy of variable stem_mass from new to old metadata -INFO: Converting local name dgraupelprv of variable graupel_precipitation_rate_from_previous_timestep from new to old metadata -INFO: Converting local name gq0(:,:,index_for_mass_weighted_rime_factor) of variable mass_weighted_rime_factor_updated_by_physics from new to old metadata -INFO: Converting local name alnwf of variable mean_nir_albedo_with_weak_cosz_dependency from new to old metadata -INFO: Converting local name smoiseq of variable equilibrium_soil_water_content from new to old metadata -INFO: Converting local name psautco of variable coefficient_from_cloud_ice_to_snow from new to old metadata -INFO: Converting local name fhlwr of variable frequency_for_longwave_radiation from new to old metadata -INFO: Converting local name xtts of variable sensitivity_of_dtl_heat_content_to_surface_temperature from new to old metadata -INFO: Converting local name tracers_start_index of variable start_index_of_other_tracers from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_ice_cloud_condensate) of variable tendency_of_ice_cloud_water_mixing_ratio_due_to_model_physics from new to old metadata -INFO: Converting local name jsd of variable starting_y_direction_index_domain from new to old metadata -INFO: Converting local name semis_land of variable surface_longwave_emissivity_over_land_interstitial from new to old metadata -INFO: Converting local name tdomr of variable dominant_rain_type from new to old metadata -INFO: Converting local name conv_act of variable gf_memory_counter from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_ice_cloud_number_concentration) of variable ice_number_concentration from new to old metadata -INFO: Converting local name ugrs(:,1) of variable x_wind_at_lowest_model_layer from new to old metadata -INFO: Converting local name qicn of variable mass_fraction_of_convective_cloud_ice from new to old metadata -INFO: Converting local name fh2_ice of variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_ice from new to old metadata -INFO: Converting local name tsq of variable t_prime_squared from new to old metadata -INFO: Converting local name tdomip of variable dominant_sleet_type from new to old metadata -INFO: Converting local name lslwr of variable flag_to_calc_lw from new to old metadata -INFO: Converting local name GFS_cldprop_type of variable GFS_cldprop_type from new to old metadata -INFO: Converting local name imp_physics of variable flag_for_microphysics_scheme from new to old metadata -INFO: Converting local name sfcalb(:,1) of variable surface_albedo_due_to_near_IR_direct from new to old metadata -INFO: Converting local name mg_do_graupel of variable mg_flag_for_graupel from new to old metadata -INFO: Converting local name soilm of variable soil_moisture_content from new to old metadata -INFO: Converting local name exch_m of variable atmosphere_momentum_diffusivity_for_mynnpbl from new to old metadata -INFO: Converting local name wetdpc of variable instantaneous_convective_scale_wet_deposition from new to old metadata -INFO: Converting local name el_pbl of variable mixing_length from new to old metadata -INFO: Converting local name ncnvc of variable index_for_convective_cloud_cover_in_phy_f3d from new to old metadata -INFO: Converting local name fn_nml of variable namelist_filename from new to old metadata -INFO: Converting local name weasd_ocean of variable water_equivalent_accumulated_snow_depth_over_ocean from new to old metadata -INFO: Converting local name evfact_deep of variable rain_evaporation_coefficient_deep_convection from new to old metadata -INFO: Converting local name dqsfc of variable cumulative_surface_upward_latent_heat_flux_for_diag_multiplied_by_timestep from new to old metadata -INFO: Converting local name totgrpb of variable accumulated_lwe_thickness_of_graupel_amount_in_bucket from new to old metadata -INFO: Converting local name trans_aero of variable flag_for_aerosol_convective_transport_and_PBL_diffusion from new to old metadata -INFO: Converting local name dusfc_bl of variable integrated_x_momentum_flux_from_blocking_drag from new to old metadata -INFO: Converting local name gw_kdis of variable eddy_mixing_due_to_ugwp from new to old metadata -INFO: Converting local name mg_qcmin of variable mg_minimum_cloud_condensed_water_and_ice_mixing_ratio from new to old metadata -INFO: Converting local name dq3dt(:,:,3) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_shal_convection from new to old metadata -INFO: Converting local name qi of variable cloud_ice_specific_humidity_at_Lagrangian_surface from new to old metadata -INFO: Converting local name imfshalcnv_gf of variable flag_for_ntiedtke_shallow_convection_scheme from new to old metadata -INFO: Converting local name zorl_ocean of variable surface_roughness_length_over_ocean_interstitial from new to old metadata -INFO: Converting local name tsfc_ice of variable surface_skin_temperature_over_ice_interstitial from new to old metadata -INFO: Converting local name input_nml_file_length of variable number_of_lines_of_namelist_filename_for_internal_file_reads from new to old metadata -INFO: Converting local name flhc of variable surface_exchange_coefficient_for_heat from new to old metadata -INFO: Converting local name qke of variable tke_at_mass_points from new to old metadata -INFO: Converting local name snowd of variable surface_snow_thickness_water_equivalent from new to old metadata -INFO: Converting local name ncpr of variable local_rain_number_concentration from new to old metadata -INFO: Converting local name ldiag3d of variable flag_diagnostics_3D from new to old metadata -INFO: Converting local name ffhh_ocean of variable Monin_Obukhov_similarity_function_for_heat_over_ocean from new to old metadata -INFO: Converting local name nsamftrac of variable number_of_tracers_for_samf from new to old metadata -INFO: Converting local name con_hvap of variable latent_heat_of_vaporization_of_water_at_0C from new to old metadata -INFO: Converting local name dtaux2d_fd of variable x_momentum_tendency_from_form_drag from new to old metadata -INFO: Converting local name levh2o of variable vertical_dimension_of_h2o_forcing_data from new to old metadata -INFO: Converting local name ras of variable flag_for_ras_deep_convection from new to old metadata -INFO: Converting local name ialb of variable flag_for_using_climatology_albedo from new to old metadata -INFO: Converting local name raincd of variable lwe_thickness_of_deep_convective_precipitation_amount from new to old metadata -INFO: Converting local name alb1d of variable surface_albedo_perturbation from new to old metadata -INFO: Converting local name nwat of variable number_of_water_species from new to old metadata -INFO: Converting local name dwn_mf of variable cumulative_atmosphere_downdraft_convective_mass_flux from new to old metadata -INFO: Converting local name save_t of variable air_temperature_save from new to old metadata -INFO: Converting local name fice of variable sea_ice_concentration from new to old metadata -INFO: Converting local name dvisdf_cpl of variable cumulative_surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name cvb of variable pressure_at_bottom_of_convective_cloud from new to old metadata -INFO: Converting local name save_q(:,:,index_for_ice_cloud_condensate) of variable ice_water_mixing_ratio_save from new to old metadata -INFO: Converting local name gq0(:,:,index_for_snow_water) of variable snow_water_mixing_ratio_updated_by_physics from new to old metadata -INFO: Converting local name qrain of variable sensible_heat_flux_due_to_rainfall from new to old metadata -INFO: Converting local name stress_ocean of variable surface_wind_stress_over_ocean from new to old metadata -INFO: Converting local name adjsfculw_land of variable surface_upwelling_longwave_flux_over_land_interstitial from new to old metadata -INFO: Converting local name ndust of variable number_of_dust_bins_for_diagnostics from new to old metadata -INFO: Converting local name GFS_radtend_type of variable GFS_radtend_type from new to old metadata -INFO: Converting local name ngas of variable number_of_gases_for_multi_gases_physics from new to old metadata -INFO: Converting local name diceprv of variable ice_precipitation_rate_from_previous_timestep from new to old metadata -INFO: Converting local name con_ttp of variable triple_point_temperature_of_water from new to old metadata -INFO: Converting local name rechxy of variable water_table_recharge_when_shallow from new to old metadata -INFO: Converting local name ffhh of variable Monin_Obukhov_similarity_function_for_heat from new to old metadata -INFO: Converting local name edmf_w of variable emdf_updraft_vertical_velocity from new to old metadata -INFO: Converting local name sed_supersat of variable mg_allow_supersat_after_sed from new to old metadata -INFO: Converting local name sr of variable ratio_of_snowfall_to_rainfall from new to old metadata -INFO: Converting local name stc of variable soil_temperature from new to old metadata -INFO: Converting local name idate of variable date_and_time_at_model_initialization_reordered from new to old metadata -INFO: Converting local name nctp of variable number_of_cloud_types_CS from new to old metadata -INFO: Converting local name levrp1 of variable number_of_vertical_layers_for_radiation_calculations_plus_one from new to old metadata -INFO: Converting local name v10mmax of variable maximum_y_wind_at_10m from new to old metadata -INFO: Converting local name clouds(:,:,8) of variable cloud_snow_water_path from new to old metadata -INFO: Converting local name dusfc of variable cumulative_surface_x_momentum_flux_for_diag_multiplied_by_timestep from new to old metadata -INFO: Converting local name sfcalb(:,3) of variable surface_albedo_due_to_UV_and_VIS_direct from new to old metadata -INFO: Converting local name zmtnblck of variable level_of_dividing_streamline from new to old metadata -INFO: Converting local name xcosz of variable instantaneous_cosine_of_zenith_angle from new to old metadata -INFO: Converting local name CCPP_interstitial_type of variable CCPP_interstitial_type from new to old metadata -INFO: Converting local name theta of variable angle_from_east_of_maximum_subgrid_orographic_variations from new to old metadata -INFO: Converting local name nbdsw of variable number_of_aerosol_bands_for_shortwave_radiation from new to old metadata -INFO: Converting local name dqsfc1 of variable instantaneous_surface_upward_latent_heat_flux from new to old metadata -INFO: Converting local name htrsw of variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_timestep from new to old metadata -INFO: Converting local name gq0(:,:,index_for_graupel_number_concentration) of variable graupel_number_concentration_updated_by_physics from new to old metadata -INFO: Converting local name ntgnc of variable index_for_graupel_number_concentration from new to old metadata -INFO: Converting local name semis of variable surface_longwave_emissivity from new to old metadata -INFO: Converting local name ca_smooth of variable flag_for_gaussian_spatial_filter from new to old metadata -INFO: Converting local name zhour of variable time_since_diagnostics_zeroed from new to old metadata -INFO: Converting local name uswsfci of variable surface_upwelling_shortwave_flux from new to old metadata -INFO: Converting local name dq3dt(:,:,6) of variable cumulative_change_in_ozone_concentration_due_to_production_and_loss_rate from new to old metadata -INFO: Converting local name con_t0c of variable temperature_at_zero_celsius from new to old metadata -INFO: Converting local name dvsfcin_cpl of variable surface_y_momentum_flux_for_coupling from new to old metadata -INFO: Converting local name runoff of variable total_runoff from new to old metadata -INFO: Converting local name upd_mf of variable cumulative_atmosphere_updraft_convective_mass_flux from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_for_cloud_fraction_in_3d_arrays_for_microphysics) of variable cloud_fraction_for_MG from new to old metadata -INFO: Converting local name indcld of variable index_for_cloud_fraction_in_3d_arrays_for_microphysics from new to old metadata -INFO: Converting local name vegtype of variable vegetation_type_classification from new to old metadata -INFO: Converting local name ied of variable ending_x_direction_index_domain from new to old metadata -INFO: Converting local name transa of variable cumulative_transpiration_flux_multiplied_by_timestep from new to old metadata -INFO: Converting local name dt3dt(:,:,2) of variable cumulative_change_in_temperature_due_to_shortwave_radiation from new to old metadata -INFO: Converting local name dvsfc_ls of variable integrated_y_momentum_flux_from_large_scale_gwd from new to old metadata -INFO: Converting local name snowd_ocean of variable surface_snow_thickness_water_equivalent_over_ocean from new to old metadata -INFO: Converting local name clouds(:,:,2) of variable cloud_liquid_water_path from new to old metadata -INFO: Converting local name visbmui of variable surface_upwelling_direct_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name plvl of variable air_pressure_at_interface_for_radiation_in_hPa from new to old metadata -INFO: Converting local name uustar_land of variable surface_friction_velocity_over_land from new to old metadata -INFO: Converting local name phy_myj_akms of variable momentum_exchange_coefficient_for_MYJ_schemes from new to old metadata -INFO: Converting local name cnv_fice of variable ice_fraction_in_convective_tower from new to old metadata -INFO: Converting local name nbdlw of variable number_of_aerosol_bands_for_longwave_radiation from new to old metadata -INFO: Converting local name dudt_mtb of variable instantaneous_change_in_x_wind_due_to_mountain_blocking_drag from new to old metadata -INFO: Converting local name rb_ocean of variable bulk_richardson_number_at_lowest_model_level_over_ocean from new to old metadata -INFO: Converting local name ccnorm of variable flag_for_cloud_condensate_normalized_by_cloud_cover from new to old metadata -INFO: Converting local name dqdt of variable tendency_of_tracers_due_to_model_physics from new to old metadata -INFO: Converting local name u10m of variable x_wind_at_10m from new to old metadata -INFO: Converting local name tmpmin of variable minimum_temperature_at_2m from new to old metadata -INFO: Converting local name save_u of variable x_wind_save from new to old metadata -INFO: Converting local name tsnow of variable snow_temperature_bottom_first_layer from new to old metadata -INFO: Converting local name kind_INTEGER of variable kind_INTEGER from new to old metadata -INFO: Converting local name nswsfc_cpl of variable cumulative_surface_net_downward_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name vgrs(:,1) of variable y_wind_at_lowest_model_layer from new to old metadata -INFO: Converting local name bl_mynn_edmf_tke of variable edmf_tke_transport_flag from new to old metadata -INFO: Converting local name tile_num of variable number_of_tile from new to old metadata -INFO: Converting local name con_pi of variable pi from new to old metadata -INFO: Converting local name abem of variable instantaneous_anthopogenic_and_biomass_burning_emissions from new to old metadata -INFO: Converting local name latidxprnt of variable latitude_index_in_debug_printouts from new to old metadata -INFO: Converting local name tcrf of variable cloud_phase_transition_denominator from new to old metadata -INFO: Converting local name cpilist of variable specific_heat_capacities_for_multi_gases_physics from new to old metadata -INFO: Converting local name tprcp_ocean of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_ocean from new to old metadata -INFO: Converting local name vgrs of variable y_wind from new to old metadata -INFO: Converting local name me of variable mpi_rank from new to old metadata -INFO: Converting local name nseffr of variable index_for_snow_effective_radius from new to old metadata -INFO: Converting local name crtrh(1) of variable critical_relative_humidity_at_surface from new to old metadata -INFO: Converting local name nrcm of variable array_dimension_of_random_number from new to old metadata -INFO: Converting local name phy_f2d(:,2) of variable surface_air_pressure_at_previous_time_step from new to old metadata -INFO: Converting local name totice of variable accumulated_lwe_thickness_of_ice_amount from new to old metadata -INFO: Converting local name vdftra of variable vertically_diffused_tracer_concentration from new to old metadata -INFO: Converting local name clam_shal of variable entrainment_rate_coefficient_shallow_convection from new to old metadata -INFO: Converting local name ulwsfc of variable cumulative_surface_upwelling_longwave_flux_multiplied_by_timestep from new to old metadata -INFO: Converting local name cldf of variable cloud_area_fraction from new to old metadata -INFO: Converting local name prslk of variable dimensionless_exner_function_at_model_layers from new to old metadata -INFO: Converting local name imp_physics_wsm6 of variable flag_for_wsm6_microphysics_scheme from new to old metadata -INFO: Converting local name blksz(ccpp_block_number) of variable horizontal_loop_extent from new to old metadata -INFO: Converting local name dtp of variable time_step_for_physics from new to old metadata -INFO: Converting local name nnirdf_cpl of variable cumulative_surface_net_downward_diffuse_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name tsurf_ice of variable surface_skin_temperature_after_iteration_over_ice from new to old metadata -INFO: Converting local name snowfallac of variable total_accumulated_snowfall from new to old metadata -INFO: Converting local name solhr of variable forecast_hour_of_the_day from new to old metadata -INFO: Converting local name use_zmtnblck of variable flag_for_mountain_blocking from new to old metadata -INFO: Converting local name sfcflw_type of variable sfcflw_type from new to old metadata -INFO: Converting local name rhofr of variable density_of_frozen_precipitation from new to old metadata -INFO: Converting local name dxmax of variable maximum_scaling_factor_for_critical_relative_humidity from new to old metadata -INFO: Converting local name rainc_cpl of variable lwe_thickness_of_convective_precipitation_amount_for_coupling from new to old metadata -INFO: Converting local name prautco of variable coefficient_from_cloud_water_to_rain from new to old metadata -INFO: Converting local name cumabs of variable maximum_column_heating_rate from new to old metadata -INFO: Converting local name Statein of variable GFS_statein_type_instance from new to old metadata -INFO: Converting local name ntasks of variable mpi_size from new to old metadata -INFO: Converting local name qsq of variable q_prime_squared from new to old metadata -INFO: Converting local name bl_mynn_mixqt of variable mix_total_water_flag from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_turbulent_kinetic_energy) of variable tendency_of_turbulent_kinetic_energy_due_to_model_physics from new to old metadata -INFO: Converting local name ntke of variable index_for_turbulent_kinetic_energy from new to old metadata -INFO: Converting local name kmp of variable top_layer_index_for_fast_physics from new to old metadata -INFO: Converting local name ffhh_ice of variable Monin_Obukhov_similarity_function_for_heat_over_ice from new to old metadata -INFO: Converting local name dq3dt(:,:,1) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_PBL from new to old metadata -INFO: Converting local name con_hfus of variable latent_heat_of_fusion_of_water_at_0C from new to old metadata -INFO: Converting local name isubc_lw of variable flag_for_lw_clouds_without_sub_grid_approximation from new to old metadata -INFO: Converting local name du3dt(:,:,3) of variable cumulative_change_in_x_wind_due_to_deep_convection from new to old metadata -INFO: Converting local name clx of variable fraction_of_grid_box_with_subgrid_orography_higher_than_critical_height from new to old metadata -INFO: Converting local name shoc_parm(4) of variable shoc_implicit_TKE_integration_uncentering_term from new to old metadata -INFO: Converting local name gasvmr(:,:,7) of variable volume_mixing_ratio_cfc12 from new to old metadata -INFO: Converting local name cappa of variable cappa_moist_gas_constant_at_Lagrangian_surface from new to old metadata -INFO: Converting local name cf_upi of variable convective_cloud_fraction_for_microphysics from new to old metadata -INFO: Converting local name cdata of variable ccpp_t_instance from new to old metadata -INFO: Converting local name phy_myj_akhs of variable heat_exchange_coefficient_for_MYJ_schemes from new to old metadata -INFO: Converting local name sedim of variable instantaneous_sedimentation from new to old metadata -INFO: Converting local name graupelmp of variable lwe_thickness_of_graupel_amount from new to old metadata -INFO: Converting local name skebu_wts of variable weights_for_stochastic_skeb_perturbation_of_x_wind_flipped from new to old metadata -INFO: Converting local name GFS_control_type of variable GFS_control_type from new to old metadata -INFO: Converting local name yearlen of variable number_of_days_in_year from new to old metadata -INFO: Converting local name save_q(:,:,index_for_water_vapor) of variable water_vapor_specific_humidity_save from new to old metadata -INFO: Converting local name smois of variable volume_fraction_of_soil_moisture_for_land_surface_model from new to old metadata -INFO: Converting local name gq0(:,:,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio_updated_by_physics from new to old metadata -INFO: Converting local name pwat of variable column_precipitable_water from new to old metadata -INFO: Converting local name cld1d of variable cloud_work_function from new to old metadata -INFO: Converting local name qvi of variable gas_tracers_for_multi_gas_physics_at_Lagrangian_surface from new to old metadata -INFO: Converting local name gabsbdlw of variable surface_downwelling_longwave_flux_absorbed_by_ground from new to old metadata -INFO: Converting local name tau_ngw of variable time_integral_of_momentum_flux_due_to_nonstationary_gravity_wave from new to old metadata -INFO: Converting local name xlat_d of variable latitude_degree from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_for_ice_effective_radius) of variable effective_radius_of_stratiform_cloud_ice_particle_in_um from new to old metadata -INFO: Converting local name nieffr of variable index_for_ice_effective_radius from new to old metadata -INFO: Converting local name do_ca of variable flag_for_cellular_automata from new to old metadata -INFO: Converting local name wtxy of variable water_storage_in_aquifer_and_saturated_soil from new to old metadata -INFO: Converting local name srunoff of variable surface_runoff from new to old metadata -INFO: Converting local name ntrnc of variable index_for_rain_number_concentration from new to old metadata -INFO: Converting local name ustm of variable surface_friction_velocity_drag from new to old metadata -INFO: Converting local name cnvprcp of variable cumulative_lwe_thickness_of_convective_precipitation_amount from new to old metadata -INFO: Converting local name imfdeepcnv_samf of variable flag_for_samf_deep_convection_scheme from new to old metadata -INFO: Converting local name si of variable vertical_sigma_coordinate_for_radiation_initialization from new to old metadata -INFO: Converting local name gwdcu of variable tendency_of_x_wind_due_to_convective_gravity_wave_drag from new to old metadata -INFO: Converting local name elvmax of variable maximum_subgrid_orography from new to old metadata -INFO: Converting local name slimskin_cpl of variable sea_land_ice_mask_in from new to old metadata -INFO: Converting local name dtsfc_cice of variable surface_upward_sensible_heat_flux_for_coupling_interstitial from new to old metadata -INFO: Converting local name do_mynnedmf of variable do_mynnedmf from new to old metadata -INFO: Converting local name zorll of variable surface_roughness_length_over_land from new to old metadata -INFO: Converting local name nswsfci_cpl of variable instantaneous_surface_net_downward_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name do_cldice of variable mg_flag_for_cloud_ice_processes from new to old metadata -INFO: Converting local name alboldxy of variable snow_albedo_at_previous_time_step from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_graupel) of variable graupel_mixing_ratio from new to old metadata -INFO: Converting local name rhcmax of variable maximum_critical_relative_humidity from new to old metadata -INFO: Converting local name Stateout of variable GFS_stateout_type_instance from new to old metadata -INFO: Converting local name nirbmdi of variable surface_downwelling_direct_near_infrared_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name gfluxi of variable instantaneous_surface_ground_heat_flux from new to old metadata -INFO: Converting local name drainncprv of variable explicit_rainfall_rate_from_previous_timestep from new to old metadata -INFO: Converting local name gflx of variable upward_heat_flux_in_soil from new to old metadata -INFO: Converting local name hflx_ocean of variable kinematic_surface_upward_sensible_heat_flux_over_ocean from new to old metadata -INFO: Converting local name nvdiff of variable number_of_vertical_diffusion_tracers from new to old metadata -INFO: Converting local name dspheat of variable flag_TKE_dissipation_heating from new to old metadata -INFO: Converting local name fhswr of variable frequency_for_shortwave_radiation from new to old metadata -INFO: Converting local name nthreads of variable omp_threads from new to old metadata -INFO: Converting local name islmsk of variable sea_land_ice_mask from new to old metadata -INFO: Converting local name ntchmdiag of variable number_of_chemical_tracers_for_diagnostics from new to old metadata -INFO: Converting local name nstf_name(5) of variable vertical_temperature_average_range_upper_bound from new to old metadata -INFO: Converting local name forceq of variable moisture_tendency_due_to_dynamics from new to old metadata -INFO: Converting local name nseasalt of variable number_of_seasalt_bins_for_diagnostics from new to old metadata -INFO: Converting local name gasvmr(:,:,2) of variable volume_mixing_ratio_n2o from new to old metadata -INFO: Converting local name ctei_rml of variable grid_sensitive_critical_cloud_top_entrainment_instability_criteria from new to old metadata -INFO: Converting local name sfc_wts of variable weights_for_stochastic_surface_physics_perturbation from new to old metadata -INFO: Converting local name oc of variable convexity_of_subgrid_orography from new to old metadata -INFO: Converting local name ep1d of variable surface_upward_potential_latent_heat_flux from new to old metadata -INFO: Converting local name u10mmax of variable maximum_x_wind_at_10m from new to old metadata -INFO: Converting local name nca of variable number_of_independent_cellular_automata from new to old metadata -INFO: Converting local name rtmassxy of variable fine_root_mass from new to old metadata -INFO: Converting local name ffmm_ocean of variable Monin_Obukhov_similarity_function_for_momentum_over_ocean from new to old metadata -INFO: Converting local name pertlai of variable magnitude_of_perturbation_of_leaf_area_index from new to old metadata -INFO: Converting local name mg_ncnst of variable mg_drop_concentration_constant from new to old metadata -INFO: Converting local name pgcon_shal of variable momentum_transport_reduction_factor_pgf_shallow_convection from new to old metadata -INFO: Converting local name edmf_qc of variable emdf_updraft_cloud_water from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_graupel) of variable tendency_of_graupel_mixing_ratio_due_to_model_physics from new to old metadata -INFO: Converting local name acvt of variable largest_cloud_top_vertical_index_encountered_thus_far from new to old metadata -INFO: Converting local name cmm of variable surface_drag_wind_speed_for_momentum_in_air from new to old metadata -INFO: Converting local name dt_cool of variable sub_layer_cooling_amount from new to old metadata -INFO: Converting local name qc_r of variable cloud_liquid_water_mixing_ratio from new to old metadata -INFO: Converting local name ral_ts of variable time_scale_for_rayleigh_damping from new to old metadata -INFO: Converting local name GFS_diag_type of variable GFS_diag_type from new to old metadata -INFO: Converting local name dnirdfi_cpl of variable instantaneous_surface_downwelling_diffuse_near_infrared_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name chh_ice of variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_ice from new to old metadata -INFO: Converting local name flipv of variable flag_flip from new to old metadata -INFO: Converting local name ldiag_ugwp of variable diag_ugwp_flag from new to old metadata -INFO: Converting local name ctei_r of variable cloud_top_entrainment_instability_value from new to old metadata -INFO: Converting local name ccn_nm of variable ccn_number_concentration from new to old metadata -INFO: Converting local name edmf_ent of variable emdf_updraft_entrainment_rate from new to old metadata -INFO: Converting local name htswc of variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step from new to old metadata -INFO: Converting local name phy_myj_thz0 of variable potential_temperature_at_viscous_sublayer_top from new to old metadata -INFO: Converting local name bl_mynn_edmf of variable edmf_flag from new to old metadata -INFO: Converting local name con_rd of variable gas_constant_dry_air from new to old metadata -INFO: Converting local name qss_land of variable surface_specific_humidity_over_land from new to old metadata -INFO: Converting local name zt1d of variable perturbation_of_heat_to_momentum_roughness_length_ratio from new to old metadata -INFO: Converting local name imp_physics_zhao_carr of variable flag_for_zhao_carr_microphysics_scheme from new to old metadata -INFO: Converting local name delz of variable thickness_at_Lagrangian_surface from new to old metadata -INFO: Converting local name dtsfci of variable instantaneous_surface_upward_sensible_heat_flux_for_diag from new to old metadata -INFO: Converting local name dvsfc_fd of variable integrated_y_momentum_flux_from_form_drag from new to old metadata -INFO: Converting local name totprcpb of variable accumulated_lwe_thickness_of_precipitation_amount_in_bucket from new to old metadata -INFO: Converting local name tcr of variable cloud_phase_transition_threshold_temperature from new to old metadata -INFO: Converting local name clstp of variable convective_cloud_switch from new to old metadata -INFO: Converting local name isatmedmf_vdifq of variable choice_of_updated_scale_aware_TKE_moist_EDMF_PBL from new to old metadata -INFO: Converting local name coszen of variable cosine_of_zenith_angle from new to old metadata -INFO: Converting local name nifa2d of variable tendency_of_ice_friendly_aerosols_at_surface from new to old metadata -INFO: Converting local name icy of variable flag_nonzero_sea_ice_surface_fraction from new to old metadata -INFO: Converting local name dudt of variable tendency_of_x_wind_due_to_model_physics from new to old metadata -INFO: Converting local name bl_dnfr of variable downdraft_fraction_in_boundary_layer_mass_flux_scheme from new to old metadata -INFO: Converting local name snohf of variable snow_freezing_rain_upward_latent_heat_flux from new to old metadata -INFO: Converting local name bexp1d of variable perturbation_of_soil_type_b_parameter from new to old metadata -INFO: Converting local name faersw of variable aerosol_optical_properties_for_shortwave_bands_01_16 from new to old metadata -INFO: Converting local name dtdt of variable tendency_of_air_temperature_due_to_model_physics from new to old metadata -INFO: Converting local name nvisdf_cpl of variable cumulative_surface_net_downward_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name dqsfcin_cpl of variable surface_upward_latent_heat_flux_for_coupling from new to old metadata -INFO: Converting local name con_p0 of variable standard_atmospheric_pressure from new to old metadata -INFO: Converting local name con_epsq of variable minimum_value_of_specific_humidity from new to old metadata -INFO: Converting local name dusfci_cpl of variable instantaneous_surface_x_momentum_flux_for_coupling from new to old metadata -INFO: Converting local name ep1d_ice of variable surface_upward_potential_latent_heat_flux_over_ice from new to old metadata -INFO: Converting local name fhour of variable forecast_time from new to old metadata -INFO: Converting local name refl_10cm of variable radar_reflectivity_10cm from new to old metadata -INFO: Converting local name shum_wts of variable weights_for_stochastic_shum_perturbation_flipped from new to old metadata -INFO: Converting local name dspfac of variable tke_dissipative_heating_factor from new to old metadata -INFO: Converting local name nnirbmi_cpl of variable instantaneous_surface_net_downward_direct_near_infrared_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name c1_deep of variable detrainment_conversion_parameter_deep_convection from new to old metadata -INFO: Converting local name dt3dt(:,:,4) of variable cumulative_change_in_temperature_due_to_deep_convection from new to old metadata -INFO: Converting local name dv3dt(:,:,4) of variable cumulative_change_in_y_wind_due_to_convective_gravity_wave_drag from new to old metadata -INFO: Converting local name phy_myj_a1u of variable weight_for_momentum_at_viscous_sublayer_top from new to old metadata -INFO: Converting local name iopt_stc of variable flag_for_soil_and_snow_temperature_time_stepping_option from new to old metadata -INFO: Converting local name adjvisbmd of variable surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux from new to old metadata -INFO: Converting local name icloud_bl of variable couple_sgs_clouds_to_radiation_flag from new to old metadata -INFO: Converting local name rb of variable bulk_richardson_number_at_lowest_model_level from new to old metadata -INFO: Converting local name faerlw(:,:,:,2) of variable aerosol_single_scattering_albedo_for_longwave_bands_01_16 from new to old metadata -INFO: Converting local name phy_myj_elflx of variable kinematic_surface_latent_heat_flux from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_for_snow_effective_radius) of variable effective_radius_of_stratiform_cloud_snow_particle_in_um from new to old metadata -INFO: Converting local name iopt_tbot of variable flag_for_lower_boundary_soil_temperature_option from new to old metadata -INFO: Converting local name pdfflag of variable flag_for_pdf_for_morrison_gettelman_microphysics_scheme from new to old metadata -INFO: Converting local name do_aw of variable flag_for_Arakawa_Wu_adjustment from new to old metadata -INFO: Converting local name do_tofd of variable turb_oro_form_drag_flag from new to old metadata -INFO: Converting local name dqdti of variable instantaneous_water_vapor_specific_humidity_tendency_due_to_convection from new to old metadata -INFO: Converting local name qi_r of variable cloud_ice_mixing_ratio from new to old metadata -INFO: Converting local name flag_iter of variable flag_for_iteration from new to old metadata -INFO: Converting local name CLDFRA_BL of variable subgrid_cloud_fraction_pbl from new to old metadata -INFO: Converting local name zorl_ice of variable surface_roughness_length_over_ice_interstitial from new to old metadata -INFO: Converting local name dd_mf of variable instantaneous_atmosphere_downdraft_convective_mass_flux from new to old metadata -INFO: Converting local name visdfui of variable surface_upwelling_diffuse_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name julian of variable julian_day from new to old metadata -INFO: Converting local name cd_ice of variable surface_drag_coefficient_for_momentum_in_air_over_ice from new to old metadata -INFO: Converting local name iovr_lw of variable flag_for_max_random_overlap_clouds_for_longwave_radiation from new to old metadata -INFO: Converting local name lmp of variable adjusted_vertical_level_dimension_for_radiation from new to old metadata -INFO: Converting local name kdt of variable index_of_time_step from new to old metadata -INFO: Converting local name ushfsfci of variable instantaneous_surface_upward_sensible_heat_flux_for_chemistry_coupling from new to old metadata -INFO: Converting local name rb_land of variable bulk_richardson_number_at_lowest_model_level_over_land from new to old metadata -INFO: Converting local name uustar of variable surface_friction_velocity from new to old metadata -INFO: Converting local name adjnirbmu of variable surface_upwelling_direct_near_infrared_shortwave_flux from new to old metadata -INFO: Converting local name do_mynnsfclay of variable do_mynnsfclay from new to old metadata -INFO: Converting local name aero_in of variable flag_for_aerosol_input_MG from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_water_vapor) of variable tendency_of_water_vapor_specific_humidity_due_to_model_physics from new to old metadata -INFO: Converting local name mol of variable theta_star from new to old metadata -INFO: Converting local name fwetxy of variable area_fraction_of_wet_canopy from new to old metadata -INFO: Converting local name phy_f2d(:,1) of variable surface_air_pressure_two_time_steps_back from new to old metadata -INFO: Converting local name topflw of variable lw_fluxes_top_atmosphere from new to old metadata -INFO: Converting local name satmedmf of variable flag_for_scale_aware_TKE_moist_EDMF_PBL from new to old metadata -INFO: Converting local name waxy of variable water_storage_in_aquifer from new to old metadata -INFO: Converting local name snow of variable lwe_thickness_of_snow_amount_on_dynamics_timestep from new to old metadata -INFO: Converting local name ivegsrc of variable vegetation_type_dataset_choice from new to old metadata -INFO: Converting local name sigmaf of variable bounded_vegetation_area_fraction from new to old metadata -INFO: Converting local name f_rain of variable fraction_of_rain_water_cloud from new to old metadata -INFO: Converting local name dkt of variable instantaneous_atmosphere_heat_diffusivity from new to old metadata -INFO: Converting local name asolfac_deep of variable aerosol_aware_parameter_deep_convection from new to old metadata -INFO: Converting local name dv3dt(:,:,2) of variable cumulative_change_in_y_wind_due_to_orographic_gravity_wave_drag from new to old metadata -INFO: Converting local name ipr of variable horizontal_index_of_printed_column from new to old metadata -INFO: Converting local name npzcappa of variable vertical_dimension_for_cappa_at_Lagrangian_surface from new to old metadata -INFO: Converting local name clam_deep of variable entrainment_rate_coefficient_deep_convection from new to old metadata -INFO: Converting local name dusfci of variable instantaneous_surface_x_momentum_flux_for_diag from new to old metadata -INFO: Converting local name cs_parm(4) of variable detrainment_and_precipitation_tunable_parameter_4_CS from new to old metadata -INFO: Converting local name levsp1 of variable vertical_dimension_plus_one from new to old metadata -INFO: Converting local name con_cp of variable specific_heat_of_dry_air_at_constant_pressure from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_water_vapor) of variable water_vapor_specific_humidity from new to old metadata -INFO: Converting local name prsik(:,1) of variable dimensionless_exner_function_at_lowest_model_interface from new to old metadata -INFO: Converting local name gasvmr(:,:,5) of variable volume_mixing_ratio_co from new to old metadata -INFO: Converting local name mg_ngcons of variable mg_flag_graupel_concentration_constant from new to old metadata -INFO: Converting local name acsnow of variable accumulated_water_equivalent_of_frozen_precip from new to old metadata -INFO: Converting local name levsm1 of variable vertical_dimension_minus_one from new to old metadata -INFO: Converting local name phy_myj_a1t of variable weight_for_potental_temperature_at_viscous_sublayer_top from new to old metadata -INFO: Converting local name ntracp1 of variable number_of_tracers_plus_one from new to old metadata -INFO: Converting local name GFS_Data of variable GFS_data_type_instance_all_blocks from new to old metadata -INFO: Converting local name zol of variable surface_stability_parameter from new to old metadata -INFO: Converting local name CCPP_interstitial of variable CCPP_interstitial_type_instance from new to old metadata -INFO: Converting local name isd of variable starting_x_direction_index_domain from new to old metadata -INFO: Converting local name cplflx of variable flag_for_flux_coupling from new to old metadata -INFO: Converting local name lradar of variable flag_for_radar_reflectivity from new to old metadata -INFO: Converting local name iseed_ca of variable seed_for_random_number_generation_in_cellular_automata_scheme from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_for_convective_cloud_cover_in_phy_f3d) of variable convective_cloud_cover_in_phy_f3d from new to old metadata -INFO: Converting local name dqsfci of variable instantaneous_surface_upward_latent_heat_flux_for_diag from new to old metadata -INFO: Converting local name dxmin of variable minimum_scaling_factor_for_critical_relative_humidity from new to old metadata -INFO: Converting local name sppt_wts of variable weights_for_stochastic_sppt_perturbation from new to old metadata -INFO: Converting local name tahxy of variable canopy_air_temperature from new to old metadata -INFO: Converting local name imn of variable forecast_month from new to old metadata -INFO: Converting local name evcw of variable canopy_upward_latent_heat_flux from new to old metadata -INFO: Converting local name input_nml_file of variable namelist_filename_for_internal_file_reads from new to old metadata -INFO: Converting local name raddt of variable time_step_for_radiation from new to old metadata -INFO: Converting local name dvisbmi_cpl of variable instantaneous_surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name gwdcv of variable tendency_of_y_wind_due_to_convective_gravity_wave_drag from new to old metadata -INFO: Converting local name evbsa of variable cumulative_soil_upward_latent_heat_flux_multiplied_by_timestep from new to old metadata -INFO: Converting local name cldwrk of variable cumulative_cloud_work_function from new to old metadata -INFO: Converting local name npzdelz of variable vertical_dimension_for_thickness_at_Lagrangian_surface from new to old metadata -INFO: Converting local name dvsfc_cice of variable surface_y_momentum_flux_for_coupling_interstitial from new to old metadata -INFO: Converting local name ql of variable cloud_liquid_water_specific_humidity_at_Lagrangian_surface from new to old metadata -INFO: Converting local name imp_physics_fer_hires of variable flag_for_fer_hires_microphysics_scheme from new to old metadata -INFO: Converting local name dvdt of variable tendency_of_y_wind_due_to_model_physics from new to old metadata -INFO: Converting local name dusfc_cpl of variable cumulative_surface_x_momentum_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name prsl(:,1) of variable air_pressure_at_lowest_model_layer from new to old metadata -INFO: Converting local name ktop_shallow of variable k_level_of_highest_reaching_plume from new to old metadata -INFO: Converting local name sfcfsw of variable sw_fluxes_sfc from new to old metadata -INFO: Converting local name gv0 of variable y_wind_updated_by_physics from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_rain_water) of variable rain_water_mixing_ratio from new to old metadata -INFO: Converting local name cdq_ocean of variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_ocean from new to old metadata -INFO: Converting local name sfcalb(:,4) of variable surface_albedo_due_to_UV_and_VIS_diffused from new to old metadata -INFO: Converting local name gamq of variable countergradient_mixing_term_for_water_vapor from new to old metadata -INFO: Converting local name mdt of variable time_step_for_remapping_for_fast_physics from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_ice_cloud_condensate) of variable ice_water_mixing_ratio from new to old metadata -INFO: Converting local name sfcalb(:,2) of variable surface_albedo_due_to_near_IR_diffused from new to old metadata -INFO: Converting local name phy_fctd of variable cloud_base_mass_flux from new to old metadata -INFO: Converting local name weasd_land of variable water_equivalent_accumulated_snow_depth_over_land from new to old metadata -INFO: Converting local name nwfa2d of variable tendency_of_water_friendly_aerosols_at_surface from new to old metadata -INFO: Converting local name GFS_Control of variable GFS_control_type_instance from new to old metadata -INFO: Converting local name nncl of variable number_of_tracers_for_cloud_condensate from new to old metadata -INFO: Converting local name olyr of variable ozone_concentration_at_layer_for_radiation from new to old metadata -INFO: Converting local name tg3 of variable deep_soil_temperature from new to old metadata -INFO: Converting local name Radtend of variable GFS_radtend_type_instance from new to old metadata -INFO: Converting local name sinlat of variable sine_of_latitude from new to old metadata -INFO: Converting local name sppt_wts of variable weights_for_stochastic_sppt_perturbation_flipped from new to old metadata -INFO: Converting local name ng of variable number_of_ghost_zones from new to old metadata -INFO: Converting local name phil of variable geopotential from new to old metadata -INFO: Converting local name flag_frsoil of variable flag_for_frozen_soil_physics from new to old metadata -INFO: Converting local name faersw(:,:,:,2) of variable aerosol_single_scattering_albedo_for_shortwave_bands_01_16 from new to old metadata -INFO: Converting local name qc of variable cloud_fraction_at_Lagrangian_surface from new to old metadata -INFO: Converting local name do_sfcperts of variable flag_for_stochastic_surface_perturbations from new to old metadata -INFO: Converting local name betas_deep of variable downdraft_fraction_reaching_surface_over_ocean_deep_convection from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_rain_number_concentration) of variable rain_number_concentration from new to old metadata -INFO: Converting local name ifd of variable index_of_dtlm_start from new to old metadata -INFO: Converting local name area of variable cell_area_for_fast_physics from new to old metadata -INFO: Converting local name trans_trac of variable flag_for_convective_transport_of_tracers from new to old metadata -INFO: Converting local name isatmedmf of variable choice_of_scale_aware_TKE_moist_EDMF_PBL from new to old metadata -INFO: Converting local name old_monin of variable flag_for_old_PBL_scheme from new to old metadata -INFO: Converting local name cplchm of variable flag_for_chemistry_coupling from new to old metadata -INFO: Converting local name raincprv of variable lwe_thickness_of_convective_precipitation_amount_from_previous_timestep from new to old metadata -INFO: Converting local name u1 of variable x_wind_at_lowest_model_layer_for_diag from new to old metadata -INFO: Converting local name gw_dvdt of variable tendency_of_y_wind_due_to_ugwp from new to old metadata -INFO: Converting local name dtsfc1 of variable instantaneous_surface_upward_sensible_heat_flux from new to old metadata -INFO: Converting local name gasvmr(:,:,9) of variable volume_mixing_ratio_ccl4 from new to old metadata -INFO: Converting local name semis_ice of variable surface_longwave_emissivity_over_ice_interstitial from new to old metadata -INFO: Converting local name zmtb of variable time_integral_of_height_of_mountain_blocking from new to old metadata -INFO: Converting local name dtauy2d_fd of variable y_momentum_tendency_from_form_drag from new to old metadata -INFO: Converting local name lakefrac of variable lake_area_fraction from new to old metadata -INFO: Converting local name do_myjpbl of variable do_myjpbl from new to old metadata -INFO: Converting local name sncovr of variable surface_snow_area_fraction_over_land from new to old metadata -INFO: Converting local name spd10max of variable maximum_wind_at_10m_over_maximum_hourly_time_interval from new to old metadata -INFO: Converting local name faerlw(:,:,:,3) of variable aerosol_asymmetry_parameter_for_longwave_bands_01_16 from new to old metadata -INFO: Converting local name adjsfculw_ocean of variable surface_upwelling_longwave_flux_over_ocean_interstitial from new to old metadata -INFO: Converting local name nscfshoc of variable index_of_subgrid_scale_cloud_fraction_from_shoc_in_phy_f3d from new to old metadata -INFO: Converting local name qv_r of variable humidity_mixing_ratio from new to old metadata -INFO: Converting local name gq0(:,:,index_for_water_vapor) of variable water_vapor_specific_humidity_updated_by_physics from new to old metadata -INFO: Converting local name lsnow_lsm of variable snow_vertical_dimension_for_land_surface_model from new to old metadata -INFO: Converting local name dv3dt_ngw of variable time_integral_of_change_in_y_wind_due_to_nonstationary_gravity_wave from new to old metadata -INFO: Converting local name tlyr of variable air_temperature_at_layer_for_radiation from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_turbulent_kinetic_energy) of variable turbulent_kinetic_energy from new to old metadata -INFO: Converting local name h2opl of variable h2o_forcing from new to old metadata -INFO: Converting local name smc of variable volume_fraction_of_soil_moisture from new to old metadata -INFO: Converting local name latr of variable number_of_latitude_points from new to old metadata -INFO: Converting local name crick_proof of variable flag_for_CRICK_proof_cloud_water from new to old metadata -INFO: Converting local name ssem of variable instantaneous_seasalt_emission_flux from new to old metadata -INFO: Converting local name xlai1d of variable perturbation_of_leaf_area_index from new to old metadata -INFO: Converting local name tdoms of variable dominant_snow_type from new to old metadata -INFO: Converting local name canopy of variable canopy_water_amount from new to old metadata -INFO: Converting local name dtauy2d_ss of variable y_momentum_tendency_from_small_scale_gwd from new to old metadata -INFO: Converting local name forcet of variable temperature_tendency_due_to_dynamics from new to old metadata -INFO: Converting local name snowmt of variable surface_snow_melt from new to old metadata -INFO: Converting local name ttendlim of variable limit_for_temperature_tendency_for_microphysics from new to old metadata -INFO: Converting local name clouds(:,:,6) of variable cloud_rain_water_path from new to old metadata -INFO: Converting local name sigmafrac of variable convective_updraft_area_fraction from new to old metadata -INFO: Converting local name tau_tofd of variable instantaneous_momentum_flux_due_to_turbulent_orographic_form_drag from new to old metadata -INFO: Converting local name gq0(:,:,index_for_ice_friendly_aerosols) of variable ice_friendly_aerosol_number_concentration_updated_by_physics from new to old metadata -INFO: Converting local name nsswr of variable number_of_timesteps_between_shortwave_radiation_calls from new to old metadata -INFO: Converting local name ulwsfc_cice of variable surface_upwelling_longwave_flux_for_coupling_interstitial from new to old metadata -INFO: Converting local name dq3dt(:,:,8) of variable cumulative_change_in_ozone_concentration_due_to_temperature from new to old metadata -INFO: Converting local name stress_ice of variable surface_wind_stress_over_ice from new to old metadata -INFO: Converting local name is of variable starting_x_direction_index from new to old metadata -INFO: Converting local name sbsno of variable snow_deposition_sublimation_upward_latent_heat_flux from new to old metadata -INFO: Converting local name cnvprcpb of variable cumulative_lwe_thickness_of_convective_precipitation_amount_in_bucket from new to old metadata -INFO: Converting local name rdlai of variable flag_for_reading_leaf_area_index_from_input from new to old metadata -INFO: Converting local name phy_f3d(:,:,4) of variable water_vapor_specific_humidity_at_previous_time_step from new to old metadata -INFO: Converting local name area of variable cell_area from new to old metadata -INFO: Converting local name con_eps of variable ratio_of_dry_air_to_water_vapor_gas_constants from new to old metadata -INFO: Converting local name edmf_a of variable emdf_updraft_area from new to old metadata -INFO: Converting local name dusfc1 of variable instantaneous_surface_x_momentum_flux from new to old metadata -INFO: Converting local name qlcn of variable mass_fraction_of_convective_cloud_liquid_water from new to old metadata -INFO: Converting local name fh2_land of variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_land from new to old metadata -INFO: Converting local name tprcp_land of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_land from new to old metadata -INFO: Converting local name chh_land of variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_land from new to old metadata -INFO: Converting local name dt3dt(:,:,1) of variable cumulative_change_in_temperature_due_to_longwave_radiation from new to old metadata -INFO: Converting local name nfracseed of variable cellular_automata_seed_probability from new to old metadata -INFO: Converting local name cwm of variable total_cloud_condensate_mixing_ratio_updated_by_physics from new to old metadata -INFO: Converting local name u10max of variable maximum_u_wind_at_10m_over_maximum_hourly_time_interval from new to old metadata -INFO: Converting local name dvsfc_ss of variable integrated_y_momentum_flux_from_small_scale_gwd from new to old metadata -INFO: Converting local name smcref2 of variable threshold_volume_fraction_of_condensed_water_in_soil from new to old metadata -INFO: Converting local name kcnv of variable flag_deep_convection from new to old metadata -INFO: Converting local name keepsmfr of variable volume_fraction_of_frozen_soil_moisture_for_land_surface_model from new to old metadata -INFO: Converting local name frain of variable dynamics_to_physics_timestep_ratio from new to old metadata -INFO: Converting local name debug of variable flag_debug from new to old metadata -INFO: Converting local name qrn of variable local_rain_water_mixing_ratio from new to old metadata -INFO: Converting local name tsfc_ocean of variable surface_skin_temperature_over_ocean_interstitial from new to old metadata -INFO: Converting local name levr of variable number_of_vertical_layers_for_radiation_calculations from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_graupel_number_concentration) of variable graupel_number_concentration from new to old metadata -INFO: Converting local name bl_upfr of variable updraft_fraction_in_boundary_layer_mass_flux_scheme from new to old metadata -INFO: Converting local name nsfcpert of variable number_of_surface_perturbations from new to old metadata -INFO: Converting local name evpco of variable coefficient_for_evaporation_of_rainfall from new to old metadata -INFO: Converting local name iems of variable flag_for_surface_emissivity_control from new to old metadata -INFO: Converting local name dlwsfc of variable cumulative_surface_downwelling_longwave_flux_multiplied_by_timestep from new to old metadata -INFO: Converting local name cimin of variable minimum_sea_ice_concentration from new to old metadata -INFO: Converting local name zs of variable depth_of_soil_levels_for_land_surface_model from new to old metadata -INFO: Converting local name fm10_land of variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_land from new to old metadata -INFO: Converting local name lsm_noahmp of variable flag_for_noahmp_land_surface_scheme from new to old metadata -INFO: Converting local name cs_parm(1) of variable updraft_velocity_tunable_parameter_1_CS from new to old metadata -INFO: Converting local name z_c of variable sub_layer_cooling_thickness from new to old metadata -INFO: Converting local name rainc of variable lwe_thickness_of_convective_precipitation_amount_on_dynamics_timestep from new to old metadata -INFO: Converting local name do_cnvgwd of variable flag_for_convective_gravity_wave_drag from new to old metadata -INFO: Converting local name nlunit of variable iounit_namelist from new to old metadata -INFO: Converting local name gw_dtdt of variable tendency_of_air_temperature_due_to_ugwp from new to old metadata -INFO: Converting local name phy_myj_vz0 of variable v_wind_component_at_viscous_sublayer_top from new to old metadata -INFO: Converting local name dusfc_ss of variable integrated_x_momentum_flux_from_small_scale_gwd from new to old metadata -INFO: Converting local name reset of variable flag_reset_maximum_hourly_fields from new to old metadata -INFO: Converting local name idat of variable date_and_time_at_model_initialization from new to old metadata -INFO: Converting local name oceanfrac of variable sea_area_fraction from new to old metadata -INFO: Converting local name rho_h2o of variable density_of_fresh_water from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_ozone) of variable ozone_mixing_ratio from new to old metadata -INFO: Converting local name qv of variable water_vapor_specific_humidity_at_Lagrangian_surface from new to old metadata -INFO: Converting local name adjnirdfd of variable surface_downwelling_diffuse_near_infrared_shortwave_flux from new to old metadata -INFO: Converting local name ca_global of variable flag_for_global_cellular_automata from new to old metadata -INFO: Converting local name landfrac of variable land_area_fraction from new to old metadata -INFO: Converting local name iopt_btr of variable flag_for_soil_moisture_factor_stomatal_resistance_option from new to old metadata -INFO: Converting local name cqs2 of variable surface_exchange_coefficient_for_moisture_at_2m from new to old metadata -INFO: Converting local name snohfa of variable cumulative_snow_freezing_rain_upward_latent_heat_flux_multiplied_by_timestep from new to old metadata -INFO: Converting local name nvisbm_cpl of variable cumulative_surface_net_downward_direct_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name GFS_sfcprop_type of variable GFS_sfcprop_type from new to old metadata -INFO: Converting local name oz_phys of variable flag_for_ozone_physics from new to old metadata -INFO: Converting local name rhowater of variable liquid_water_density from new to old metadata -INFO: Converting local name zsnsoxy of variable layer_bottom_depth_from_snow_surface from new to old metadata -INFO: Converting local name nthresh of variable threshold_for_perturbed_vertical_velocity from new to old metadata -INFO: Converting local name phy_f3d(:,:,1) of variable air_temperature_two_time_steps_back from new to old metadata -INFO: Converting local name gq0(:,:,index_for_water_friendly_aerosols) of variable water_friendly_aerosol_number_concentration_updated_by_physics from new to old metadata -INFO: Converting local name wetness of variable normalized_soil_wetness_for_land_surface_model from new to old metadata -INFO: Converting local name v10mi_cpl of variable instantaneous_y_wind_at_10m_for_coupling from new to old metadata -INFO: Converting local name rh02min of variable minimum_relative_humidity_at_2m_over_maximum_hourly_time_interval from new to old metadata -INFO: Converting local name nf_aelw of variable number_of_aerosol_output_fields_for_longwave_radiation from new to old metadata -INFO: Converting local name isubc_sw of variable flag_for_sw_clouds_without_sub_grid_approximation from new to old metadata -INFO: Converting local name gq0(:,:,index_for_rain_number_concentration) of variable rain_number_concentration_updated_by_physics from new to old metadata -INFO: Converting local name dvsfc1 of variable instantaneous_surface_y_momentum_flux from new to old metadata -INFO: Converting local name nirdfdi of variable surface_downwelling_diffuse_near_infrared_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name isatmedmf_vdif of variable choice_of_original_scale_aware_TKE_moist_EDMF_PBL from new to old metadata -INFO: Converting local name fprcp of variable number_of_frozen_precipitation_species from new to old metadata -INFO: Converting local name tsurf_land of variable surface_skin_temperature_after_iteration_over_land from new to old metadata -INFO: Converting local name kd of variable vertical_index_difference_between_inout_and_local from new to old metadata -INFO: Converting local name LTP of variable extra_top_layer from new to old metadata -INFO: Converting local name solcon of variable solar_constant from new to old metadata -INFO: Converting local name gq0(:,:,index_for_snow_number_concentration) of variable snow_number_concentration_updated_by_physics from new to old metadata -INFO: Converting local name bl_mynn_tkebudget of variable tke_budget from new to old metadata -INFO: Converting local name xu of variable diurnal_thermocline_layer_x_current from new to old metadata -INFO: Converting local name bl_mynn_tkeadvect of variable tke_advect from new to old metadata -INFO: Converting local name hflx_ice of variable kinematic_surface_upward_sensible_heat_flux_over_ice from new to old metadata -INFO: Converting local name smcwlt2 of variable volume_fraction_of_condensed_water_in_soil_at_wilting_point from new to old metadata -INFO: Converting local name imfdeepcnv of variable flag_for_mass_flux_deep_convection_scheme from new to old metadata -INFO: Converting local name ntchm of variable number_of_chemical_tracers from new to old metadata -INFO: Converting local name ncpl of variable local_condesed_water_number_concentration from new to old metadata -INFO: Converting local name vvl of variable omega from new to old metadata -INFO: Converting local name xkzminv of variable atmosphere_heat_diffusivity_background_maximum from new to old metadata -INFO: Converting local name snowc of variable surface_snow_area_fraction from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_of_subgrid_scale_cloud_fraction_from_shoc_in_phy_f3d) of variable subgrid_scale_cloud_fraction_from_shoc from new to old metadata -INFO: Converting local name du3dt(:,:,4) of variable cumulative_change_in_x_wind_due_to_convective_gravity_wave_drag from new to old metadata -INFO: Converting local name jcap of variable number_of_spectral_wave_trancation_for_sas from new to old metadata -INFO: Converting local name cd_ocean of variable surface_drag_coefficient_for_momentum_in_air_over_ocean from new to old metadata -INFO: Converting local name vfrac of variable vegetation_area_fraction from new to old metadata -INFO: Converting local name dvdftra of variable tendency_of_vertically_diffused_tracer_concentration from new to old metadata -INFO: Converting local name npzp1 of variable vertical_dimension_for_fast_physics_plus_one from new to old metadata -INFO: Converting local name duem of variable instantaneous_dust_emission_flux from new to old metadata -INFO: Converting local name prslrd0 of variable pressure_cutoff_for_rayleigh_damping from new to old metadata -INFO: Converting local name q2m of variable specific_humidity_at_2m from new to old metadata -INFO: Converting local name chs2 of variable surface_exchange_coefficient_for_heat_at_2m from new to old metadata -INFO: Converting local name lfmassxy of variable leaf_mass from new to old metadata -INFO: Converting local name phy_f3d(:,:,2) of variable water_vapor_specific_humidity_two_time_steps_back from new to old metadata -INFO: Converting local name rainp of variable tendency_of_rain_water_mixing_ratio_due_to_microphysics from new to old metadata -INFO: Converting local name ud_mf of variable instantaneous_atmosphere_updraft_convective_mass_flux from new to old metadata -INFO: Converting local name dudt_tms of variable instantaneous_change_in_x_wind_due_to_turbulent_orographic_form_drag from new to old metadata -INFO: Converting local name mg3_as_mg2 of variable flag_mg3_as_mg2 from new to old metadata -INFO: Converting local name htlw0 of variable tendency_of_air_temperature_due_to_longwave_heating_assuming_clear_sky_on_radiation_time_step from new to old metadata -INFO: Converting local name w_d of variable coefficient_w_d from new to old metadata -INFO: Converting local name shdmax of variable maximum_vegetation_area_fraction from new to old metadata -INFO: Converting local name iccn of variable flag_for_in_ccn_forcing_for_morrison_gettelman_microphysics from new to old metadata -INFO: Converting local name htlwc of variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step from new to old metadata -INFO: Converting local name scmpsw of variable components_of_surface_downward_shortwave_fluxes from new to old metadata -INFO: Converting local name tgrs(:,1) of variable air_temperature_at_lowest_model_layer from new to old metadata -INFO: Converting local name cmxy of variable surface_drag_coefficient_for_momentum_for_noahmp from new to old metadata -INFO: Converting local name snowd_land of variable surface_snow_thickness_water_equivalent_over_land from new to old metadata -INFO: Converting local name clouds(:,:,5) of variable mean_effective_radius_for_ice_cloud from new to old metadata -INFO: Converting local name xz of variable diurnal_thermocline_layer_thickness from new to old metadata -INFO: Converting local name tsfg of variable surface_ground_temperature_for_radiation from new to old metadata -INFO: Converting local name dkt of variable atmosphere_heat_diffusivity from new to old metadata -INFO: Converting local name qgrs of variable tracer_concentration from new to old metadata -INFO: Converting local name pgcon_deep of variable momentum_transport_reduction_factor_pgf_deep_convection from new to old metadata -INFO: Converting local name wind10mmax of variable maximum_wind_at_10m from new to old metadata -INFO: Converting local name slopetype of variable surface_slope_classification from new to old metadata -INFO: Converting local name Intdiag of variable GFS_diag_type_instance from new to old metadata -INFO: Converting local name mg_nccons of variable mg_flag_drop_concentration_constant from new to old metadata -INFO: Converting local name adjvisdfd of variable surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_snow_water) of variable tendency_of_snow_water_mixing_ratio_due_to_model_physics from new to old metadata -INFO: Converting local name nlwsfc_cpl of variable cumulative_surface_net_downward_longwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name clouds(:,:,9) of variable mean_effective_radius_for_snow_flake from new to old metadata -INFO: Converting local name con_cvap of variable specific_heat_of_water_vapor_at_constant_pressure from new to old metadata -INFO: Converting local name drydep of variable instantaneous_dry_deposition from new to old metadata -INFO: Converting local name semis_ocean of variable surface_longwave_emissivity_over_ocean_interstitial from new to old metadata -INFO: Converting local name master of variable mpi_root from new to old metadata -INFO: Converting local name gamt of variable countergradient_mixing_term_for_temperature from new to old metadata -INFO: Converting local name redrag of variable flag_for_reduced_drag_coefficient_over_sea from new to old metadata -INFO: Converting local name gq0(:,:,index_for_ozone) of variable ozone_concentration_updated_by_physics from new to old metadata -INFO: Converting local name do_skeb of variable flag_for_stochastic_skeb_option from new to old metadata -INFO: Converting local name qg_r of variable mass_weighted_rime_factor_mixing_ratio from new to old metadata -INFO: Converting local name min_seaice of variable sea_ice_minimum from new to old metadata -INFO: Converting local name betal_deep of variable downdraft_fraction_reaching_surface_over_land_deep_convection from new to old metadata -INFO: Converting local name alvwf of variable mean_vis_albedo_with_weak_cosz_dependency from new to old metadata -INFO: Converting local name do_gwd of variable flag_for_gravity_wave_drag from new to old metadata -INFO: Converting local name nf_aesw of variable number_of_aerosol_output_fields_for_shortwave_radiation from new to old metadata -INFO: Converting local name avg_max_length of variable time_interval_for_maximum_hourly_fields from new to old metadata -INFO: Converting local name tdomzr of variable dominant_freezing_rain_type from new to old metadata -INFO: Converting local name toticeb of variable accumulated_lwe_thickness_of_ice_amount_in_bucket from new to old metadata -INFO: Converting local name isppt_deep of variable flag_for_combination_of_sppt_with_isppt_deep from new to old metadata -INFO: Converting local name ice of variable lwe_thickness_of_ice_amount_on_dynamics_timestep from new to old metadata -INFO: Converting local name dq3dt(:,:,9) of variable cumulative_change_in_ozone_concentration_due_to_overhead_ozone_column from new to old metadata -INFO: Converting local name lsidea of variable flag_idealized_physics from new to old metadata -INFO: Converting local name ico2 of variable flag_for_using_prescribed_global_mean_co2_value from new to old metadata -INFO: Converting local name evap_ice of variable kinematic_surface_upward_latent_heat_flux_over_ice from new to old metadata -INFO: Converting local name do_awdd of variable flag_arakawa_wu_downdraft from new to old metadata -INFO: Converting local name hetfrz_classnuc of variable mg_flag_for_heterogeneous_freezing from new to old metadata -INFO: Converting local name mpiroot of variable mpi_root_for_fast_physics from new to old metadata -INFO: Converting local name dq3dt(:,:,4) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_microphysics from new to old metadata -INFO: Converting local name GFS_coupling_type of variable GFS_coupling_type from new to old metadata -INFO: Converting local name psurfi_cpl of variable instantaneous_surface_air_pressure_for_coupling from new to old metadata -INFO: Converting local name xkzm_h of variable atmosphere_heat_diffusivity_background from new to old metadata -INFO: Converting local name rh02max of variable maximum_relative_humidity_at_2m_over_maximum_hourly_time_interval from new to old metadata -INFO: Converting local name tmpmax of variable maximum_temperature_at_2m from new to old metadata -INFO: Converting local name fscav of variable fraction_of_tracer_scavenged from new to old metadata -INFO: Converting local name ntiwx of variable index_for_ice_cloud_condensate_vertical_diffusion_tracer from new to old metadata -INFO: Converting local name gasvmr(:,:,4) of variable volume_mixing_ratio_o2 from new to old metadata -INFO: Converting local name dpt2m of variable dewpoint_temperature_at_2m from new to old metadata -INFO: Converting local name mg_do_liq_liu of variable mg_flag_for_liu_liquid_treatment from new to old metadata -INFO: Converting local name ffhh_land of variable Monin_Obukhov_similarity_function_for_heat_over_land from new to old metadata -INFO: Converting local name crtrh(3) of variable critical_relative_humidity_at_top_of_atmosphere from new to old metadata -INFO: Converting local name smcwtdxy of variable soil_water_content_between_soil_bottom_and_water_table from new to old metadata -INFO: Converting local name visbmdi of variable surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name cdq_ice of variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_ice from new to old metadata -INFO: Converting local name adjnirdfu of variable surface_upwelling_diffuse_near_infrared_shortwave_flux from new to old metadata -INFO: Converting local name wcbmax of variable maximum_updraft_velocity_at_cloud_base from new to old metadata -INFO: Converting local name tsflw of variable surface_midlayer_air_temperature_in_longwave_radiation from new to old metadata -INFO: Converting local name asolfac_shal of variable aerosol_aware_parameter_shallow_convection from new to old metadata -INFO: Converting local name gabsbdlw_ocean of variable surface_downwelling_longwave_flux_absorbed_by_ground_over_ocean from new to old metadata -INFO: Converting local name de_lgth of variable cloud_decorrelation_length from new to old metadata -INFO: Converting local name GFS_interstitial_type of variable GFS_interstitial_type from new to old metadata -INFO: Converting local name imap of variable map_of_block_column_number_to_global_i_index from new to old metadata -INFO: Converting local name plyr of variable air_pressure_at_layer_for_radiation_in_hPa from new to old metadata -INFO: Converting local name skip_macro of variable flag_skip_macro from new to old metadata -INFO: Converting local name tsnoxy of variable snow_temperature from new to old metadata -INFO: Converting local name sbsnoa of variable cumulative_snow_deposition_sublimation_upward_latent_heat_flux_multiplied_by_timestep from new to old metadata -INFO: Converting local name prcpmp of variable lwe_thickness_of_explicit_precipitation_amount from new to old metadata -INFO: Converting local name clcn of variable convective_cloud_volume_fraction from new to old metadata -INFO: Converting local name gt0 of variable air_temperature_updated_by_physics from new to old metadata -INFO: Converting local name gamma of variable anisotropy_of_subgrid_orography from new to old metadata -INFO: Converting local name uconvtend of variable tendency_of_x_wind_due_to_deep_convection_for_coupling_on_physics_timestep from new to old metadata -INFO: Converting local name dswsfci_cpl of variable instantaneous_surface_downwelling_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name delp of variable pressure_thickness_at_Lagrangian_surface from new to old metadata -INFO: Converting local name lsm_ruc of variable flag_for_ruc_land_surface_scheme from new to old metadata -INFO: Converting local name dt_mf of variable instantaneous_atmosphere_detrainment_convective_mass_flux from new to old metadata -INFO: Converting local name d_conv of variable free_convection_layer_thickness from new to old metadata -INFO: Converting local name nlwsfci_cpl of variable instantaneous_surface_net_downward_longwave_flux_for_coupling from new to old metadata -INFO: Converting local name shum_wts of variable weights_for_stochastic_shum_perturbation from new to old metadata -INFO: Converting local name dswsfci of variable surface_downwelling_shortwave_flux from new to old metadata -INFO: Converting local name do_ysu of variable flag_for_ysu from new to old metadata -INFO: Converting local name q_con of variable cloud_condensed_water_specific_humidity_at_Lagrangian_surface from new to old metadata -INFO: Converting local name mom4ice of variable flag_for_mom4_coupling from new to old metadata -INFO: Converting local name tref of variable sea_surface_reference_temperature from new to old metadata -INFO: Converting local name faersw(:,:,:,3) of variable aerosol_asymmetry_parameter_for_shortwave_bands_01_16 from new to old metadata -INFO: Converting local name ie of variable ending_x_direction_index from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_water_friendly_aerosols) of variable water_friendly_aerosol_number_concentration from new to old metadata -INFO: Converting local name dugwd of variable time_integral_of_x_stress_due_to_gravity_wave_drag from new to old metadata -INFO: Converting local name ntot3d of variable number_of_fields_in_phyf3d from new to old metadata -INFO: Converting local name GFS_data_type of variable GFS_data_type from new to old metadata -INFO: Converting local name graupelprv of variable lwe_thickness_of_graupel_amount_from_previous_timestep from new to old metadata -INFO: Converting local name nstf_name(4) of variable vertical_temperature_average_range_lower_bound from new to old metadata -INFO: Converting local name kind_dyn of variable kind_dyn from new to old metadata -INFO: Converting local name acv of variable accumulated_lwe_thickness_of_convective_precipitation_amount_cnvc90 from new to old metadata -INFO: Converting local name lsoil_lsm of variable soil_vertical_dimension_for_land_surface_model from new to old metadata -INFO: Converting local name phy_myj_chkqlm of variable surface_layer_evaporation_switch from new to old metadata -INFO: Converting local name dtf of variable time_step_for_dynamics from new to old metadata -INFO: Converting local name dqsfci_cpl of variable instantaneous_surface_upward_latent_heat_flux_for_coupling from new to old metadata -INFO: Converting local name mg_do_hail of variable mg_flag_for_hail from new to old metadata -INFO: Converting local name iopt_sfc of variable flag_for_surface_layer_drag_coefficient_option from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_ice_cloud_number_concentration) of variable tendency_of_ice_number_concentration_due_to_model_physics from new to old metadata -INFO: Converting local name kind_LOGICAL of variable kind_LOGICAL from new to old metadata -INFO: Converting local name hybedmf of variable flag_for_hedmf from new to old metadata -INFO: Converting local name dvisdfi_cpl of variable instantaneous_surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name exch_h of variable atmosphere_heat_diffusivity_for_mynnpbl from new to old metadata -INFO: Converting local name z01d of variable perturbation_of_momentum_roughness_length from new to old metadata -INFO: Converting local name prevst of variable temperature_from_previous_timestep from new to old metadata -INFO: Converting local name tracers_total of variable number_of_total_tracers from new to old metadata -INFO: Converting local name wind of variable wind_speed_at_lowest_model_layer from new to old metadata -INFO: Converting local name hprime of variable statistical_measures_of_subgrid_orography from new to old metadata -INFO: Converting local name oz_coeffp5 of variable number_of_coefficients_in_ozone_forcing_data_plus_five from new to old metadata -INFO: Converting local name tvxy of variable vegetation_temperature from new to old metadata -INFO: Converting local name ncps of variable local_snow_number_concentration from new to old metadata -INFO: Converting local name zlvl of variable height_above_ground_at_lowest_model_layer from new to old metadata -INFO: Converting local name restart of variable flag_for_restart from new to old metadata -INFO: Converting local name con_tice of variable freezing_point_temperature_of_seawater from new to old metadata -INFO: Converting local name sfcnsw of variable surface_net_downwelling_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name tau_mtb of variable time_integral_of_momentum_flux_due_to_mountain_blocking_drag from new to old metadata -INFO: Metadata table for model FV3 written to tests/build_fv3_12/FV3/ccpp/physics/CCPP_VARIABLES_FV3.html -INFO: Parsing metadata tables in physics scheme files ... -INFO: Parsed tables in scheme rayleigh_damp -INFO: Parsed tables in scheme GFS_surface_composites_pre -INFO: Parsed tables in scheme GFS_surface_composites_inter -INFO: Parsed tables in scheme GFS_surface_composites_post -INFO: Parsed tables in scheme rrtmg_sw -INFO: Parsed tables in scheme sfc_ocean -INFO: Parsed tables in scheme gwdc_pre -INFO: Parsed tables in scheme gwdc -INFO: Parsed tables in scheme gwdc_post -INFO: Parsed tables in scheme cu_gf_driver_pre -INFO: Parsed tables in scheme gfdl_cloud_microphys -INFO: Parsed tables in scheme GFS_time_vary_pre -INFO: Parsed tables in scheme GFS_rrtmg_setup -INFO: Parsed tables in scheme zhaocarr_gscond -INFO: Parsed tables in scheme ysuvdif -INFO: Parsed tables in scheme rrtmg_sw_post -INFO: Parsed tables in scheme GFS_SCNV_generic_pre -INFO: Parsed tables in scheme GFS_SCNV_generic_post -INFO: Parsed tables in scheme GFS_rrtmg_pre -INFO: Parsed tables in scheme sfc_sice -INFO: Parsed tables in scheme samfdeepcnv -INFO: Parsed tables in scheme satmedmfvdif -INFO: Parsed tables in scheme mynnrad_post -INFO: Parsed tables in scheme cu_gf_driver_post -INFO: Parsed tables in scheme cs_conv_aw_adj -INFO: Parsed tables in scheme GFS_phys_time_vary -INFO: Parsed tables in scheme ozphys_2015 -INFO: Parsed tables in scheme GFS_suite_interstitial_rad_reset -INFO: Parsed tables in scheme GFS_suite_interstitial_phys_reset -INFO: Parsed tables in scheme GFS_suite_interstitial_1 -INFO: Parsed tables in scheme GFS_suite_interstitial_2 -INFO: Parsed tables in scheme GFS_suite_stateout_reset -INFO: Parsed tables in scheme GFS_suite_stateout_update -INFO: Parsed tables in scheme GFS_suite_interstitial_3 -INFO: Parsed tables in scheme GFS_suite_interstitial_4 -INFO: Parsed tables in scheme samfshalcnv -INFO: Parsed tables in scheme zhaocarr_precpd -INFO: Parsed tables in scheme noahmpdrv -INFO: Parsed tables in scheme mp_fer_hires -INFO: Parsed tables in scheme myjpbl_wrapper -INFO: Parsed tables in scheme GFS_surface_generic_pre -INFO: Parsed tables in scheme GFS_surface_generic_post -INFO: Parsed tables in scheme cu_ntiedtke_post -INFO: Parsed tables in scheme sfc_diag -INFO: Parsed tables in scheme rrtmg_lw -INFO: Parsed tables in scheme GFS_diagtoscreen -INFO: Parsed tables in scheme GFS_interstitialtoscreen -INFO: Parsed tables in scheme GFS_abort -INFO: Parsed tables in scheme GFS_checkland -INFO: Parsed tables in scheme mynnrad_pre -INFO: Parsed tables in scheme satmedmfvdifq -INFO: Parsed tables in scheme cs_conv_pre -INFO: Parsed tables in scheme cs_conv_post -INFO: Parsed tables in scheme cs_conv -INFO: Parsed tables in scheme shinhongvdif -INFO: Parsed tables in scheme h2ophys -INFO: Parsed tables in scheme rrtmg_lw_post -INFO: Parsed tables in scheme sfc_nst -INFO: Parsed tables in scheme sfc_nst_pre -INFO: Parsed tables in scheme sfc_nst_post -INFO: Parsed tables in scheme cu_ntiedtke_pre -INFO: Parsed tables in scheme cu_ntiedtke -INFO: Parsed tables in scheme cires_ugwp_post -INFO: Parsed tables in scheme hedmf -INFO: Parsed tables in scheme sfc_diff -INFO: Parsed tables in scheme mp_thompson_pre -INFO: Parsed tables in scheme sfc_diag_post -INFO: Parsed tables in scheme m_micro_pre -INFO: Parsed tables in scheme m_micro_post -INFO: Parsed tables in scheme m_micro -INFO: Parsed tables in scheme fv_sat_adj -INFO: Parsed tables in scheme GFS_surface_loop_control_part1 -INFO: Parsed tables in scheme GFS_surface_loop_control_part2 -INFO: Parsed tables in scheme shoc -INFO: Parsed tables in scheme GFS_rrtmg_post -INFO: Parsed tables in scheme GFS_GWD_generic_pre -INFO: Parsed tables in scheme GFS_GWD_generic_post -INFO: Parsed tables in scheme rrtmg_sw_pre -INFO: Parsed tables in scheme GFS_MP_generic_pre -INFO: Parsed tables in scheme GFS_MP_generic_post -INFO: Parsed tables in scheme cu_gf_driver -INFO: Parsed tables in scheme GFS_PBL_generic_pre -INFO: Parsed tables in scheme GFS_PBL_generic_post -INFO: Parsed tables in scheme mp_thompson_post -INFO: Parsed tables in scheme mp_thompson -INFO: Parsed tables in scheme rrtmg_lw_pre -INFO: Parsed tables in scheme gwdps -INFO: Parsed tables in scheme shalcnv -INFO: Parsed tables in scheme cires_ugwp -INFO: Parsed tables in scheme get_prs_fv3 -INFO: Parsed tables in scheme get_phi_fv3 -INFO: Parsed tables in scheme mynnsfc_wrapper -INFO: Parsed tables in scheme GFS_suite_ini_fini_test -INFO: Parsed tables in scheme myjsfc_wrapper -INFO: Parsed tables in scheme mynnedmf_wrapper -INFO: Parsed tables in scheme ozphys -INFO: Parsed tables in scheme lsm_ruc -INFO: Parsed tables in scheme GFS_stochastics -INFO: Parsed tables in scheme drag_suite -INFO: Parsed tables in scheme sfc_cice -INFO: Parsed tables in scheme sascnvn -INFO: Parsed tables in scheme lsm_ruc_sfc_sice_pre -INFO: Parsed tables in scheme lsm_ruc_sfc_sice_post -INFO: Parsed tables in scheme GFS_DCNV_generic_pre -INFO: Parsed tables in scheme GFS_DCNV_generic_post -INFO: Parsed tables in scheme cnvc90 -INFO: Parsed tables in scheme GFS_rad_time_vary -INFO: Parsed tables in scheme maximum_hourly_diagnostics -INFO: Parsed tables in scheme lsm_noah -INFO: Parsed tables in scheme dcyc2t3 -INFO: Parsed tables in scheme dcyc2t3_post -INFO: Parsed tables in scheme moninshoc -INFO: filtering out variable GFS_stateout_type_instance -INFO: filtering out variable accumulated_change_of_air_temperature_due_to_FA_scheme -INFO: filtering out variable accumulated_water_equivalent_of_frozen_precip -INFO: filtering out variable aerosol_number_concentration_from_gocart_aerosol_climatology -INFO: filtering out variable air_temperature_at_previous_time_step -INFO: filtering out variable air_temperature_two_time_steps_back -INFO: filtering out variable atmosphere_heat_diffusivity_for_mynnpbl -INFO: filtering out variable atmosphere_heat_diffusivity_from_shoc -INFO: filtering out variable atmosphere_momentum_diffusivity_for_mynnpbl -INFO: filtering out variable baseline_surface_roughness_length -INFO: filtering out variable ccn_number_concentration -INFO: filtering out variable ccpp_block_number -INFO: filtering out variable cell_size -INFO: filtering out variable characteristic_grid_length_scale -INFO: filtering out variable choice_of_original_scale_aware_TKE_moist_EDMF_PBL -INFO: filtering out variable choice_of_scale_aware_TKE_moist_EDMF_PBL -INFO: filtering out variable choice_of_updated_scale_aware_TKE_moist_EDMF_PBL -INFO: filtering out variable cloud_area_fraction -INFO: filtering out variable cloud_base_mass_flux -INFO: filtering out variable cloud_condensed_water_conversion_threshold -INFO: filtering out variable cloud_condensed_water_mixing_ratio_at_lowest_model_layer -INFO: filtering out variable cloud_condensed_water_mixing_ratio_at_surface -INFO: filtering out variable cloud_droplet_number_concentration -INFO: filtering out variable cloud_droplet_number_concentration_updated_by_physics -INFO: filtering out variable cloud_fraction_for_MG -INFO: filtering out variable cloud_phase_transition_denominator -INFO: filtering out variable cloud_phase_transition_threshold_temperature -INFO: filtering out variable cloud_specie_mix_flag -INFO: filtering out variable cloudpdf -INFO: filtering out variable coefficient_for_evaporation_of_rainfall -INFO: filtering out variable coefficient_from_cloud_ice_to_snow -INFO: filtering out variable coefficient_from_cloud_water_to_rain -INFO: filtering out variable conv_activity_counter -INFO: filtering out variable convective_updraft_area_fraction -INFO: filtering out variable convective_updraft_area_fraction_at_model_interfaces -INFO: filtering out variable couple_sgs_clouds_to_radiation_flag -INFO: filtering out variable cumulative_change_in_x_wind_due_to_convective_gravity_wave_drag -INFO: filtering out variable cumulative_change_in_y_wind_due_to_convective_gravity_wave_drag -INFO: filtering out variable density_of_frozen_precipitation -INFO: filtering out variable depth_of_soil_levels_for_land_surface_model -INFO: filtering out variable detrainment_and_precipitation_tunable_parameter_3_CS -INFO: filtering out variable detrainment_and_precipitation_tunable_parameter_4_CS -INFO: filtering out variable do_myjsfc -INFO: filtering out variable do_mynnsfclay -INFO: filtering out variable downdraft_fraction_in_boundary_layer_mass_flux_scheme -INFO: filtering out variable edmf_flag -INFO: filtering out variable edmf_momentum_transport_flag -INFO: filtering out variable edmf_partition_flag -INFO: filtering out variable edmf_tke_transport_flag -INFO: filtering out variable emdf_updraft_area -INFO: filtering out variable emdf_updraft_cloud_water -INFO: filtering out variable emdf_updraft_entrainment_rate -INFO: filtering out variable emdf_updraft_theta_l -INFO: filtering out variable emdf_updraft_total_water -INFO: filtering out variable emdf_updraft_vertical_velocity -INFO: filtering out variable entrainment_efficiency_tunable_parameter_9_CS -INFO: filtering out variable fa_threshold_relative_humidity_for_onset_of_condensation -INFO: filtering out variable flag_arakawa_wu_downdraft -INFO: filtering out variable flag_convective_tracer_transport -INFO: filtering out variable flag_flip -INFO: filtering out variable flag_flux_form_CS -INFO: filtering out variable flag_for_2015_ozone_physics -INFO: filtering out variable flag_for_aerosol_input_MG -INFO: filtering out variable flag_for_frozen_soil_physics -INFO: filtering out variable flag_for_in_ccn_forcing_for_morrison_gettelman_microphysics -INFO: filtering out variable flag_for_individual_cloud_species_advected -INFO: filtering out variable flag_for_pdf_for_morrison_gettelman_microphysics_scheme -INFO: filtering out variable flag_for_reading_leaf_area_index_from_input -INFO: filtering out variable flag_for_restart -INFO: filtering out variable flag_for_sas_deep_convection_scheme -INFO: filtering out variable flag_for_shoc_after_convection -INFO: filtering out variable flag_mg3_as_mg2 -INFO: filtering out variable flag_skip_macro -INFO: filtering out variable fraction_of_cloud_top_water_scavenged -INFO: filtering out variable fraction_of_tracer_scavenged -INFO: filtering out variable gf_memory_counter -INFO: filtering out variable graupel_number_concentration_updated_by_physics -INFO: filtering out variable grav_settling -INFO: filtering out variable gwd_opt -INFO: filtering out variable h2o_forcing -INFO: filtering out variable heat_exchange_coefficient_for_MYJ_schemes -INFO: filtering out variable ice_friendly_aerosol_number_concentration -INFO: filtering out variable ice_friendly_aerosol_number_concentration_updated_by_physics -INFO: filtering out variable ice_number_concentration -INFO: filtering out variable ice_number_concentration_updated_by_physics -INFO: filtering out variable ice_supersaturation_threshold -INFO: filtering out variable ice_water_mixing_ratio -INFO: filtering out variable in_number_concentration -INFO: filtering out variable index_for_ice_cloud_condensate_vertical_diffusion_tracer -INFO: filtering out variable integrated_x_momentum_flux_from_blocking_drag -INFO: filtering out variable integrated_x_momentum_flux_from_form_drag -INFO: filtering out variable integrated_x_momentum_flux_from_large_scale_gwd -INFO: filtering out variable integrated_x_momentum_flux_from_small_scale_gwd -INFO: filtering out variable integrated_y_momentum_flux_from_blocking_drag -INFO: filtering out variable integrated_y_momentum_flux_from_form_drag -INFO: filtering out variable integrated_y_momentum_flux_from_large_scale_gwd -INFO: filtering out variable integrated_y_momentum_flux_from_small_scale_gwd -INFO: filtering out variable k_level_of_highest_reaching_plume -INFO: filtering out variable kinematic_buoyancy_flux_from_shoc -INFO: filtering out variable kinematic_surface_latent_heat_flux -INFO: filtering out variable latitude_index_in_debug_printouts -INFO: filtering out variable limit_for_temperature_tendency_for_microphysics -INFO: filtering out variable local_graupel_mixing_ratio -INFO: filtering out variable local_graupel_number_concentration -INFO: filtering out variable local_rain_number_concentration -INFO: filtering out variable local_rain_water_mixing_ratio -INFO: filtering out variable local_snow_number_concentration -INFO: filtering out variable local_snow_water_mixing_ratio -INFO: filtering out variable mass_weighted_rime_factor_updated_by_physics -INFO: filtering out variable maximum_column_heating_rate -INFO: filtering out variable maximum_mass_flux -INFO: filtering out variable maximum_updraft_velocity_at_cloud_base -INFO: filtering out variable mean_nir_albedo_with_weak_cosz_dependency -INFO: filtering out variable mean_vis_albedo_with_weak_cosz_dependency -INFO: filtering out variable mg_allow_supersat_after_sed -INFO: filtering out variable mg_autoconversion_size_threshold_ice_snow -INFO: filtering out variable mg_bergeron_efficiency_factor -INFO: filtering out variable mg_cloud_water_variance -INFO: filtering out variable mg_drop_concentration_constant -INFO: filtering out variable mg_flag_drop_concentration_constant -INFO: filtering out variable mg_flag_for_cloud_ice_processes -INFO: filtering out variable mg_flag_for_gmao_ice_formulation -INFO: filtering out variable mg_flag_for_graupel -INFO: filtering out variable mg_flag_for_hail -INFO: filtering out variable mg_flag_for_heterogeneous_freezing -INFO: filtering out variable mg_flag_for_liu_liquid_treatment -INFO: filtering out variable mg_flag_for_sb2001_autoconversion -INFO: filtering out variable mg_flag_for_uniform_subcolumns -INFO: filtering out variable mg_flag_graupel_concentration_constant -INFO: filtering out variable mg_flag_ice_concentration_constant -INFO: filtering out variable mg_graupel_concentration_constant -INFO: filtering out variable mg_ice_concentration_constant -INFO: filtering out variable mg_minimum_cloud_condensed_water_and_ice_mixing_ratio -INFO: filtering out variable mg_minimum_rh_for_ice -INFO: filtering out variable mg_time_scale_for_autoconversion_of_ice -INFO: filtering out variable mg_tuning_factor_for_alphas -INFO: filtering out variable mg_type_of_precip_fraction_method -INFO: filtering out variable minimum_value_of_specific_humidity -INFO: filtering out variable mix_total_water_flag -INFO: filtering out variable mixing_length -INFO: filtering out variable mixing_length_flag -INFO: filtering out variable moisture_from_previous_timestep -INFO: filtering out variable moisture_tendency_due_to_dynamics -INFO: filtering out variable momentum_exchange_coefficient_for_MYJ_schemes -INFO: filtering out variable mpi_comm -INFO: filtering out variable natural_log_of_h2o_forcing_data_pressure_levels -INFO: filtering out variable normalized_soil_wetness_for_land_surface_model -INFO: filtering out variable number_of_cloud_types_CS -INFO: filtering out variable number_of_coefficients_in_h2o_forcing_data -INFO: filtering out variable number_of_frozen_precipitation_species -INFO: filtering out variable number_of_plumes -INFO: filtering out variable number_of_spectral_wave_trancation_for_sas -INFO: filtering out variable number_of_tracers_for_CS -INFO: filtering out variable number_of_tracers_plus_one -INFO: filtering out variable ozone_mixing_ratio -INFO: filtering out variable potential_temperature_at_2m -INFO: filtering out variable potential_temperature_at_viscous_sublayer_top -INFO: filtering out variable prandtl_number -INFO: filtering out variable q_prime_squared -INFO: filtering out variable rain_number_concentration_updated_by_physics -INFO: filtering out variable reciprocal_of_obukhov_length -INFO: filtering out variable shoc_flag_for_optional_surface_TKE_dissipation -INFO: filtering out variable shoc_implicit_TKE_integration_uncentering_term -INFO: filtering out variable shoc_tke_dissipatation_pressure_threshold -INFO: filtering out variable shoc_tke_dissipation_tunable_parameter -INFO: filtering out variable shoc_tke_dissipation_tunable_parameter_near_surface -INFO: filtering out variable snow_number_concentration_updated_by_physics -INFO: filtering out variable snow_temperature_bottom_first_layer -INFO: filtering out variable soil_temperature_for_land_surface_model -INFO: filtering out variable soil_vertical_dimension_for_land_surface_model -INFO: filtering out variable specific_humidity_at_viscous_sublayer_top -INFO: filtering out variable stability_function_for_heat -INFO: filtering out variable subgrid_cloud_fraction_pbl -INFO: filtering out variable subgrid_cloud_mixing_ratio_pbl -INFO: filtering out variable subgrid_scale_cloud_fraction_from_shoc -INFO: filtering out variable surface_air_pressure_at_previous_time_step -INFO: filtering out variable surface_air_pressure_two_time_steps_back -INFO: filtering out variable surface_condensation_mass -INFO: filtering out variable surface_exchange_coefficient_for_heat -INFO: filtering out variable surface_exchange_coefficient_for_heat_at_2m -INFO: filtering out variable surface_exchange_coefficient_for_moisture -INFO: filtering out variable surface_exchange_coefficient_for_moisture_at_2m -INFO: filtering out variable surface_friction_velocity_drag -INFO: filtering out variable surface_latent_heat -INFO: filtering out variable surface_layer_evaporation_switch -INFO: filtering out variable surface_specific_humidity_for_MYJ_schemes -INFO: filtering out variable surface_stability_parameter -INFO: filtering out variable t_prime_q_prime -INFO: filtering out variable t_prime_squared -INFO: filtering out variable temperature_from_previous_timestep -INFO: filtering out variable temperature_tendency_due_to_dynamics -INFO: filtering out variable tendency_of_cloud_droplet_number_concentration_due_to_model_physics -INFO: filtering out variable tendency_of_ice_cloud_water_mixing_ratio_due_to_model_physics -INFO: filtering out variable tendency_of_ice_friendly_aerosol_number_concentration_due_to_model_physics -INFO: filtering out variable tendency_of_ice_friendly_aerosols_at_surface -INFO: filtering out variable tendency_of_ice_number_concentration_due_to_model_physics -INFO: filtering out variable tendency_of_liquid_cloud_water_mixing_ratio_due_to_model_physics -INFO: filtering out variable tendency_of_ozone_mixing_ratio_due_to_model_physics -INFO: filtering out variable tendency_of_rain_water_mixing_ratio_due_to_microphysics -INFO: filtering out variable tendency_of_water_friendly_aerosol_number_concentration_due_to_model_physics -INFO: filtering out variable tendency_of_water_friendly_aerosols_at_surface -INFO: filtering out variable tendency_of_water_vapor_specific_humidity_due_to_model_physics -INFO: filtering out variable tendency_of_x_wind_due_to_convective_gravity_wave_drag -INFO: filtering out variable tendency_of_y_wind_due_to_convective_gravity_wave_drag -INFO: filtering out variable theta_star -INFO: filtering out variable tke_advect -INFO: filtering out variable tke_at_mass_points -INFO: filtering out variable tke_budget -INFO: filtering out variable tke_dissipative_heating_factor -INFO: filtering out variable total_accumulated_snowfall -INFO: filtering out variable triple_point_temperature_of_water -INFO: filtering out variable turbulent_kinetic_energy_convective_transport_tracer -INFO: filtering out variable u_wind_component_at_viscous_sublayer_top -INFO: filtering out variable updraft_fraction_in_boundary_layer_mass_flux_scheme -INFO: filtering out variable updraft_velocity_tunable_parameter_1_CS -INFO: filtering out variable updraft_velocity_tunable_parameter_2_CS -INFO: filtering out variable v_wind_component_at_viscous_sublayer_top -INFO: filtering out variable vertical_dimension_of_h2o_forcing_data -INFO: filtering out variable volume_fraction_of_frozen_soil_moisture_for_land_surface_model -INFO: filtering out variable volume_fraction_of_soil_moisture_for_land_surface_model -INFO: filtering out variable volume_fraction_of_unfrozen_soil_moisture_for_land_surface_model -INFO: filtering out variable water_friendly_aerosol_number_concentration -INFO: filtering out variable water_friendly_aerosol_number_concentration_updated_by_physics -INFO: filtering out variable water_vapor_mixing_ratio_at_surface -INFO: filtering out variable water_vapor_specific_humidity_at_previous_time_step -INFO: filtering out variable water_vapor_specific_humidity_two_time_steps_back -INFO: filtering out variable weight_for_momentum_at_viscous_sublayer_top -INFO: filtering out variable weight_for_potental_temperature_at_viscous_sublayer_top -INFO: filtering out variable weight_for_specific_humidity_at_viscous_sublayer_top -INFO: filtering out variable x_momentum_tendency_from_blocking_drag -INFO: filtering out variable x_momentum_tendency_from_form_drag -INFO: filtering out variable x_momentum_tendency_from_large_scale_gwd -INFO: filtering out variable x_momentum_tendency_from_small_scale_gwd -INFO: filtering out variable y_momentum_tendency_from_blocking_drag -INFO: filtering out variable y_momentum_tendency_from_form_drag -INFO: filtering out variable y_momentum_tendency_from_large_scale_gwd -INFO: filtering out variable y_momentum_tendency_from_small_scale_gwd -INFO: Checking optional arguments in physics schemes ... -INFO: Metadata table for model FV3 written to tests/build_fv3_12/FV3/ccpp/framework/doc/DevelopersGuide/CCPP_VARIABLES_FV3.tex -INFO: Comparing metadata for requested and provided variables ... -INFO: Automatic unit conversion from m to um for effective_radius_of_stratiform_cloud_ice_particle_in_um before entering MODULE_mp_thompson SCHEME_mp_thompson SUBROUTINE_mp_thompson_run -INFO: Automatic unit conversion from m to um for effective_radius_of_stratiform_cloud_liquid_water_particle_in_um before entering MODULE_mp_thompson SCHEME_mp_thompson SUBROUTINE_mp_thompson_run -INFO: Automatic unit conversion from m to um for effective_radius_of_stratiform_cloud_snow_particle_in_um before entering MODULE_mp_thompson SCHEME_mp_thompson SUBROUTINE_mp_thompson_run -INFO: Generating schemes makefile/cmakefile snippet ... -INFO: Added 168 schemes to tests/build_fv3_12/FV3/ccpp/physics/CCPP_SCHEMES.mk, tests/build_fv3_12/FV3/ccpp/physics/CCPP_SCHEMES.cmake, tests/build_fv3_12/FV3/ccpp/physics/CCPP_SCHEMES.sh -INFO: Generating suite and group caps ... -INFO: Generating static API ccpp_static_api.F90 in tests/build_fv3_12/FV3/ccpp/physics ... -INFO: Generating caps makefile/cmakefile snippet ... -INFO: Added 12 auto-generated caps to tests/build_fv3_12/FV3/ccpp/physics/CCPP_CAPS.mk and tests/build_fv3_12/FV3/ccpp/physics/CCPP_CAPS.cmake -INFO: CCPP prebuild step completed successfully. -+ source build_fv3_12/FV3/ccpp/physics/CCPP_SCHEMES.sh -++ export 'CCPP_SCHEMES=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/aer_cloud.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/aerclm_def.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/aerinterp.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/calpreciptype.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cldwat2m_micro.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cldmacro.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/date_def.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/funcphys.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gcycle.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/h2o_def.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/h2ointerp.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/iccn_def.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/iccninterp.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/iounitdef.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/machine.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mersenne_twister.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfpbl.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg_utils.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg2_0.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg3_0.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/multi_gases.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_model.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_parameters.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_radar.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_thompson.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MP_FER_HIRES.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_bl_mynn.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_mynn.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_orowam2017.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/namelist_soilveg.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfpblt.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfpbltq.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfscu.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfscuq.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/noahmp_tables.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/num_parthds.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozne_def.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozinterp.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/physcons.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/physparam.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radcons.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_aerosols.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_astronomy.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_clouds.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_gases.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_surface.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radlw_datatb.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radlw_param.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radsw_datatb.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radsw_param.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/samfaerosols.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfcsub.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sflx.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/set_soilveg.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/surface_perturbation.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_deep.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_sh.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/tridi.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/wv_saturation.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_soil_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rayleigh_damp.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radsw_main.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_ocean.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gwdc.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gscond.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ysuvdif.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_sice.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/samfdeepcnv.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/satmedmfvdif.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozphys_2015.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/samfshalcnv.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/precpd.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_fer_hires.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diag.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radlw_main.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_debug.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/satmedmfvdifq.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cs_conv.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/shinhongvdif.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/h2ophys.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_nst.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/moninedmf.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diff.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diag_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/m_micro.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gcm_shoc.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gwdps.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/shalcnv.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/get_prs_fv3.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozphys.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_stochastics.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/drag_suite.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_cice.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sascnvn.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cnvc90.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_drv.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/dcyc2.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/moninshoc.f' -++ CCPP_SCHEMES='/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/aer_cloud.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/aerclm_def.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/aerinterp.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/calpreciptype.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cldwat2m_micro.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cldmacro.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/date_def.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/funcphys.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gcycle.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/h2o_def.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/h2ointerp.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/iccn_def.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/iccninterp.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/iounitdef.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/machine.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mersenne_twister.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfpbl.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg_utils.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg2_0.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg3_0.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/multi_gases.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_model.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_parameters.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_radar.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_thompson.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MP_FER_HIRES.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_bl_mynn.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_mynn.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_orowam2017.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/namelist_soilveg.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfpblt.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfpbltq.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfscu.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfscuq.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/noahmp_tables.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/num_parthds.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozne_def.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozinterp.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/physcons.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/physparam.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radcons.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_aerosols.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_astronomy.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_clouds.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_gases.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_surface.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radlw_datatb.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radlw_param.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radsw_datatb.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radsw_param.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/samfaerosols.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfcsub.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sflx.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/set_soilveg.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/surface_perturbation.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_deep.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_sh.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/tridi.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/wv_saturation.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_soil_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rayleigh_damp.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radsw_main.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_ocean.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gwdc.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gscond.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ysuvdif.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_sice.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/samfdeepcnv.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/satmedmfvdif.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozphys_2015.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/samfshalcnv.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/precpd.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_fer_hires.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diag.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radlw_main.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_debug.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/satmedmfvdifq.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cs_conv.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/shinhongvdif.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/h2ophys.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_nst.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/moninedmf.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diff.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diag_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/m_micro.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gcm_shoc.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gwdps.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/shalcnv.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/get_prs_fv3.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozphys.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_stochastics.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/drag_suite.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_cice.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sascnvn.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cnvc90.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_drv.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/dcyc2.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/moninshoc.f' -+ source build_fv3_12/FV3/ccpp/physics/CCPP_CAPS.sh -++ export 'CCPP_CAPS=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_12/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_12/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_fast_physics_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_12/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_time_vary_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_12/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_radiation_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_12/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_physics_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_12/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_stochastics_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_12/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_noahmp_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_12/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_noahmp_fast_physics_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_12/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_noahmp_time_vary_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_12/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_noahmp_radiation_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_12/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_noahmp_physics_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_12/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_noahmp_stochastics_cap.F90' -++ CCPP_CAPS='/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_12/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_12/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_fast_physics_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_12/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_time_vary_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_12/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_radiation_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_12/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_physics_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_12/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_stochastics_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_12/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_noahmp_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_12/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_noahmp_fast_physics_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_12/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_noahmp_time_vary_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_12/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_noahmp_radiation_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_12/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_noahmp_physics_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_12/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_noahmp_stochastics_cap.F90' -+ source build_fv3_12/FV3/ccpp/physics/CCPP_STATIC_API.sh -++ export CCPP_STATIC_API=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_12/FV3/ccpp/physics/ccpp_static_api.F90 -++ CCPP_STATIC_API=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_12/FV3/ccpp/physics/ccpp_static_api.F90 -+ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp == *\N\A\M\_\p\h\y\s\=\Y* ]] -+ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp == *\W\W\3\=\Y* ]] -++ trim ' -DREPRO=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF' -++ local 'var= -DREPRO=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF' -++ var='-DREPRO=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF' -++ var='-DREPRO=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF' -++ echo -n '-DREPRO=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF' -+ CCPP_CMAKE_FLAGS='-DREPRO=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF' -+ source /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc -++ __ms_function_name=setup__test_function__394667 -++ eval 'setup__test_function__394667() { /bin/true ; }' ++ [[ 32BIT=Y == *\D\E\B\U\G\=\Y* ]] ++ [[ 32BIT=Y == *\R\E\P\R\O\=\Y* ]] ++ [[ 32BIT=Y == *\3\2\B\I\T\=\Y* ]] ++ CCPP_CMAKE_FLAGS=' -D32BIT=Y' ++ [[ 32BIT=Y == *\O\P\E\N\M\P\=\N* ]] ++ [[ 32BIT=Y == *\C\C\P\P\=\Y* ]] ++ [[ 32BIT=Y == *\N\A\M\_\p\h\y\s\=\Y* ]] ++ [[ 32BIT=Y == *\W\W\3\=\Y* ]] +++ trim ' -D32BIT=Y' +++ local 'var= -D32BIT=Y' +++ var=-D32BIT=Y +++ var=-D32BIT=Y +++ echo -n -D32BIT=Y ++ CCPP_CMAKE_FLAGS=-D32BIT=Y ++ source /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc +++ __ms_function_name=setup__test_function__104510 +++ eval 'setup__test_function__104510() { /bin/true ; }' +++ eval '__text="text" ; if [[ $__text =~ ^(t).* ]] ; then printf "%s" ${.sh.match[1]} ; fi' +++ cat ++ __ms_ksh_test= -+++ eval 'if ( set | grep setup__test_function__394667 | grep -v name > /dev/null 2>&1 ) ; then echo t ; fi ' ++++ eval 'if ( set | grep setup__test_function__104510 | grep -v name > /dev/null 2>&1 ) ; then echo t ; fi ' +++ cat ++ __ms_bash_test=t ++ [[ ! -z '' ]] @@ -7761,7 +2252,7 @@ INFO: CCPP prebuild step completed successfully. ++ eval module help ++ module purge +++ /apps/lmod/7.7.18/libexec/lmod bash purge -++ eval unset 'BACIO_LIB4;' unset 'BACIO_LIB8;' unset 'BACIO_SRC;' unset 'BACIO_VER;' unset '__LMOD_REF_COUNT_CLASSPATH;' unset 'CLASSPATH;' unset 'CMAKE_CXX_COMPILER;' unset 'CMAKE_C_COMPILER;' unset 'CMAKE_Fortran_COMPILER;' unset 'CMAKE_Platform;' unset 'COMP;' unset '__LMOD_REF_COUNT_CPATH;' unset 'CPATH;' unset 'CRTM_FIX;' unset 'CRTM_INC;' unset 'CRTM_LIB;' unset 'CRTM_SRC;' unset 'CRTM_VER;' unset 'ESMFMKFILE;' unset 'G2TMPL_INC;' unset 'G2TMPL_LIB;' unset 'G2TMPL_SRC;' unset 'G2TMPL_VER;' unset 'G2_INC4;' unset 'G2_INCd;' unset 'G2_LIB4;' unset 'G2_LIBd;' unset 'G2_SRC;' unset 'G2_VER;' unset 'GDBSERVER_MIC;' unset 'GDB_CROSS;' unset '__LMOD_REF_COUNT_INFOPATH;' unset 'INFOPATH;' unset '__LMOD_REF_COUNT_INTEL_LICENSE_FILE;' unset 'INTEL_LICENSE_FILE;' unset 'INTEL_PYTHONHOME;' unset 'IPATH_NO_BACKTRACE;' unset 'IP_INC4;' unset 'IP_INC8;' unset 'IP_INCd;' unset 'IP_LIB4;' unset 'IP_LIB8;' unset 'IP_LIBd;' unset 'IP_SRC;' unset 'IP_VER;' unset 'I_MPI_CC;' unset 'I_MPI_F90;' unset 'I_MPI_HYDRA_BRANCH_COUNT;' unset 'I_MPI_HYDRA_PMI_CONNECT;' unset 'I_MPI_ROOT;' unset 'I_MPI_TMI_PROVIDER;' unset 'JASPER_INC;' unset 'JASPER_LIB;' unset 'JASPER_SRC;' unset 'JASPER_VER;' '__LMOD_REF_COUNT_LD_LIBRARY_PATH="/apps/slurm/default/lib:1";' export '__LMOD_REF_COUNT_LD_LIBRARY_PATH;' 'LD_LIBRARY_PATH=":/apps/slurm/default/lib";' export 'LD_LIBRARY_PATH;' unset '__LMOD_REF_COUNT_LIBRARY_PATH;' unset 'LIBRARY_PATH;' unset 'LIB_NAME;' unset 'LMOD_FAMILY_COMPILER;' unset 'LMOD_FAMILY_COMPILER_VERSION;' unset 'LMOD_FAMILY_MPI;' unset 'LMOD_FAMILY_MPI_VERSION;' unset '__LMOD_REF_COUNT_LOADEDMODULES;' unset 'LOADEDMODULES;' '__LMOD_REF_COUNT_MANPATH="/apps/lmod/lmod/share/man:1;/apps/local/man:1;/apps/slurm/default/share/man:1;/apps/slurm/tools/sbank/share/man:1";' export '__LMOD_REF_COUNT_MANPATH;' 'MANPATH="/apps/lmod/lmod/share/man::/apps/local/man:/apps/slurm/default/share/man:/apps/slurm/tools/sbank/share/man";' export 'MANPATH;' '__LMOD_REF_COUNT_MODULEPATH="/contrib/modulefiles:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:1;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1";' export '__LMOD_REF_COUNT_MODULEPATH;' 'MODULEPATH="/contrib/modulefiles:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles";' export 'MODULEPATH;' unset 'MPM_LAUNCHER;' unset 'NCEPLIBS;' unset 'NEMSIO_INC;' unset 'NEMSIO_LIB;' unset 'NEMSIO_SRC;' unset 'NEMSIO_VER;' unset 'NETCDF;' unset '__LMOD_REF_COUNT_NLSPATH;' unset 'NLSPATH;' '__LMOD_REF_COUNT_PATH="/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:1;/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/opt/ibutils/bin:1;/apps/local/bin:1;/apps/local/sbin:1;/apps/slurm/default/tools:1;/apps/slurm/default/bin:1;/apps/slurm/default/sbin:1;/apps/slurm/tools/sbank/bin:1;/home/Dusan.Jovic/bin:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/dbrowse:1";' export '__LMOD_REF_COUNT_PATH;' 'PATH="/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/opt/ibutils/bin:/apps/local/bin:/apps/local/sbin:/apps/slurm/default/tools:/apps/slurm/default/bin:/apps/slurm/default/sbin:/apps/slurm/tools/sbank/bin:/home/Dusan.Jovic/bin:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/dbrowse";' export 'PATH;' unset '__LMOD_REF_COUNT_PKG_CONFIG_PATH;' unset 'PKG_CONFIG_PATH;' unset 'PNG_INC;' unset 'PNG_LIB;' unset 'PNG_SRC;' unset 'PNG_VER;' unset 'POST_INC;' unset 'POST_LIB;' unset 'POST_SRC;' unset 'POST_VER;' unset 'SLURM_UTILS_PATH;' unset 'SP_LIB4;' unset 'SP_LIB8;' unset 'SP_LIBd;' unset 'SP_SRC;' unset 'SP_VER;' unset 'W3EMC_INC4;' unset 'W3EMC_INC8;' unset 'W3EMC_INCd;' unset 'W3EMC_LIB4;' unset 'W3EMC_LIB8;' unset 'W3EMC_LIBd;' unset 'W3EMC_SRC;' unset 'W3EMC_VER;' unset 'W3NCO_LIB4;' unset 'W3NCO_LIB8;' unset 'W3NCO_LIBd;' unset 'W3NCO_SRC;' unset 'W3NCO_VER;' unset 'Z_INC;' unset 'Z_LIB;' unset 'Z_SRC;' unset 'Z_VER;' unset '__LMOD_REF_COUNT__LMFILES_;' unset '_LMFILES_;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9jb250cmliL21vZHVsZWZpbGVzIiwiL3NjcmF0Y2gyL05DRVBERVYvZnYzLWNhbS9EdXNhbi5Kb3ZpYy91ZnMvcHIxOC91ZnMtd2VhdGhlci1tb2RlbC9tb2R1bGVmaWxlcy9oZXJhLmludGVsIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIs";' export '_ModuleTable001_;' '_ModuleTable002_="fSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ==";' export '_ModuleTable002_;' '_ModuleTable_Sz_="2";' export '_ModuleTable_Sz_;' unset '_ModuleTable004_;' unset '_ModuleTable005_;' unset '_ModuleTable006_;' unset '_ModuleTable007_;' unset '_ModuleTable008_;' unset '_ModuleTable009_;' unset '_ModuleTable010_;' unset '_ModuleTable011_;' unset '_ModuleTable012_;' unset '_ModuleTable013_;' +++ eval unset 'BACIO_LIB4;' unset 'BACIO_LIB8;' unset 'BACIO_SRC;' unset 'BACIO_VER;' unset '__LMOD_REF_COUNT_CLASSPATH;' unset 'CLASSPATH;' unset 'CMAKE_CXX_COMPILER;' unset 'CMAKE_C_COMPILER;' unset 'CMAKE_Fortran_COMPILER;' unset 'CMAKE_Platform;' unset 'COMP;' unset '__LMOD_REF_COUNT_CPATH;' unset 'CPATH;' unset 'CRTM_FIX;' unset 'CRTM_INC;' unset 'CRTM_LIB;' unset 'CRTM_SRC;' unset 'CRTM_VER;' unset 'ESMFMKFILE;' unset 'G2TMPL_INC;' unset 'G2TMPL_LIB;' unset 'G2TMPL_SRC;' unset 'G2TMPL_VER;' unset 'G2_INC4;' unset 'G2_INCd;' unset 'G2_LIB4;' unset 'G2_LIBd;' unset 'G2_SRC;' unset 'G2_VER;' unset 'GDBSERVER_MIC;' unset 'GDB_CROSS;' unset '__LMOD_REF_COUNT_INFOPATH;' unset 'INFOPATH;' unset '__LMOD_REF_COUNT_INTEL_LICENSE_FILE;' unset 'INTEL_LICENSE_FILE;' unset 'INTEL_PYTHONHOME;' unset 'IPATH_NO_BACKTRACE;' unset 'IP_INC4;' unset 'IP_INC8;' unset 'IP_INCd;' unset 'IP_LIB4;' unset 'IP_LIB8;' unset 'IP_LIBd;' unset 'IP_SRC;' unset 'IP_VER;' unset 'I_MPI_CC;' unset 'I_MPI_F90;' unset 'I_MPI_HYDRA_BRANCH_COUNT;' unset 'I_MPI_HYDRA_PMI_CONNECT;' unset 'I_MPI_ROOT;' unset 'I_MPI_TMI_PROVIDER;' unset 'JASPER_INC;' unset 'JASPER_LIB;' unset 'JASPER_SRC;' unset 'JASPER_VER;' '__LMOD_REF_COUNT_LD_LIBRARY_PATH="/apps/slurm/default/lib:1";' export '__LMOD_REF_COUNT_LD_LIBRARY_PATH;' 'LD_LIBRARY_PATH=":/apps/slurm/default/lib";' export 'LD_LIBRARY_PATH;' unset '__LMOD_REF_COUNT_LIBRARY_PATH;' unset 'LIBRARY_PATH;' unset 'LIB_NAME;' unset 'LMOD_FAMILY_COMPILER;' unset 'LMOD_FAMILY_COMPILER_VERSION;' unset 'LMOD_FAMILY_MPI;' unset 'LMOD_FAMILY_MPI_VERSION;' unset '__LMOD_REF_COUNT_LOADEDMODULES;' unset 'LOADEDMODULES;' '__LMOD_REF_COUNT_MANPATH="/apps/lmod/lmod/share/man:1;/apps/local/man:1;/apps/slurm/default/share/man:1;/apps/slurm/tools/sbank/share/man:1";' export '__LMOD_REF_COUNT_MANPATH;' 'MANPATH="/apps/lmod/lmod/share/man::/apps/local/man:/apps/slurm/default/share/man:/apps/slurm/tools/sbank/share/man";' export 'MANPATH;' '__LMOD_REF_COUNT_MODULEPATH="/contrib/modulefiles:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/hera.intel:1;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1";' export '__LMOD_REF_COUNT_MODULEPATH;' 'MODULEPATH="/contrib/modulefiles:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles";' export 'MODULEPATH;' unset 'MPM_LAUNCHER;' unset 'NCEPLIBS;' unset 'NEMSIO_INC;' unset 'NEMSIO_LIB;' unset 'NEMSIO_SRC;' unset 'NEMSIO_VER;' unset 'NETCDF;' unset '__LMOD_REF_COUNT_NLSPATH;' unset 'NLSPATH;' '__LMOD_REF_COUNT_PATH="/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:1;/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/opt/ibutils/bin:1;/apps/local/bin:1;/apps/local/sbin:1;/apps/slurm/default/tools:1;/apps/slurm/default/bin:1;/apps/slurm/default/sbin:1;/apps/slurm/tools/sbank/bin:1;/home/Dusan.Jovic/bin:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/dbrowse:1";' export '__LMOD_REF_COUNT_PATH;' 'PATH="/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/opt/ibutils/bin:/apps/local/bin:/apps/local/sbin:/apps/slurm/default/tools:/apps/slurm/default/bin:/apps/slurm/default/sbin:/apps/slurm/tools/sbank/bin:/home/Dusan.Jovic/bin:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/dbrowse";' export 'PATH;' unset '__LMOD_REF_COUNT_PKG_CONFIG_PATH;' unset 'PKG_CONFIG_PATH;' unset 'PNG_INC;' unset 'PNG_LIB;' unset 'PNG_SRC;' unset 'PNG_VER;' unset 'POST_INC;' unset 'POST_LIB;' unset 'POST_SRC;' unset 'POST_VER;' unset 'SLURM_UTILS_PATH;' unset 'SP_LIB4;' unset 'SP_LIB8;' unset 'SP_LIBd;' unset 'SP_SRC;' unset 'SP_VER;' unset 'W3EMC_INC4;' unset 'W3EMC_INC8;' unset 'W3EMC_INCd;' unset 'W3EMC_LIB4;' unset 'W3EMC_LIB8;' unset 'W3EMC_LIBd;' unset 'W3EMC_SRC;' unset 'W3EMC_VER;' unset 'W3NCO_LIB4;' unset 'W3NCO_LIB8;' unset 'W3NCO_LIBd;' unset 'W3NCO_SRC;' unset 'W3NCO_VER;' unset 'Z_INC;' unset 'Z_LIB;' unset 'Z_SRC;' unset 'Z_VER;' unset '__LMOD_REF_COUNT__LMFILES_;' unset '_LMFILES_;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9jb250cmliL21vZHVsZWZpbGVzIiwiL3NjcmF0Y2gyL05DRVBERVYvZnYzLWNhbS9EdXNhbi5Kb3ZpYy91ZnMvcHJfbmV3L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL2hlcmEuaW50ZWwiLCIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvTGludXgiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L2NyYXlwZS9kZWZhdWx0L21vZHVsZWZpbGVz";' export '_ModuleTable001_;' '_ModuleTable002_="Iix9LFsic3lzdGVtQmFzZU1QQVRIIl09Ii9hcHBzL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlOi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvTGludXg6L2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlczovb3B0L2NyYXkvbW9kdWxlZmlsZXM6L29wdC9jcmF5L2NyYXlwZS9kZWZhdWx0L21vZHVsZWZpbGVzIix9";' export '_ModuleTable002_;' '_ModuleTable_Sz_="2";' export '_ModuleTable_Sz_;' unset '_ModuleTable004_;' unset '_ModuleTable005_;' unset '_ModuleTable006_;' unset '_ModuleTable007_;' unset '_ModuleTable008_;' unset '_ModuleTable009_;' unset '_ModuleTable010_;' unset '_ModuleTable011_;' unset '_ModuleTable012_;' unset '_ModuleTable013_;' +++ unset BACIO_LIB4 +++ unset BACIO_LIB8 +++ unset BACIO_SRC @@ -7834,9 +2325,9 @@ INFO: CCPP prebuild step completed successfully. +++ export __LMOD_REF_COUNT_MANPATH +++ MANPATH=/apps/lmod/lmod/share/man::/apps/local/man:/apps/slurm/default/share/man:/apps/slurm/tools/sbank/share/man +++ export MANPATH -+++ __LMOD_REF_COUNT_MODULEPATH='/contrib/modulefiles:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:1;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1' ++++ __LMOD_REF_COUNT_MODULEPATH='/contrib/modulefiles:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/hera.intel:1;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1' +++ export __LMOD_REF_COUNT_MODULEPATH -+++ MODULEPATH=/contrib/modulefiles:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles ++++ MODULEPATH=/contrib/modulefiles:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles +++ export MODULEPATH +++ unset MPM_LAUNCHER +++ unset NCEPLIBS @@ -7886,9 +2377,9 @@ INFO: CCPP prebuild step completed successfully. +++ unset Z_VER +++ unset __LMOD_REF_COUNT__LMFILES_ +++ unset _LMFILES_ -+++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9jb250cmliL21vZHVsZWZpbGVzIiwiL3NjcmF0Y2gyL05DRVBERVYvZnYzLWNhbS9EdXNhbi5Kb3ZpYy91ZnMvcHIxOC91ZnMtd2VhdGhlci1tb2RlbC9tb2R1bGVmaWxlcy9oZXJhLmludGVsIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIs ++++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9jb250cmliL21vZHVsZWZpbGVzIiwiL3NjcmF0Y2gyL05DRVBERVYvZnYzLWNhbS9EdXNhbi5Kb3ZpYy91ZnMvcHJfbmV3L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL2hlcmEuaW50ZWwiLCIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvTGludXgiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L2NyYXlwZS9kZWZhdWx0L21vZHVsZWZpbGVz +++ export _ModuleTable001_ -+++ _ModuleTable002_=fSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ== ++++ _ModuleTable002_=Iix9LFsic3lzdGVtQmFzZU1QQVRIIl09Ii9hcHBzL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlOi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvTGludXg6L2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlczovb3B0L2NyYXkvbW9kdWxlZmlsZXM6L29wdC9jcmF5L2NyYXlwZS9kZWZhdWx0L21vZHVsZWZpbGVzIix9 +++ export _ModuleTable002_ +++ _ModuleTable_Sz_=2 +++ export _ModuleTable_Sz_ @@ -7907,20 +2398,20 @@ INFO: CCPP prebuild step completed successfully. ++ unset __ms_shell ++ unset __ms_ksh_test ++ unset __ms_bash_test -++ unset setup__test_function__394667 +++ unset setup__test_function__104510 ++ unset __ms_function_name + [[ hera.intel == macosx.* ]] + [[ hera.intel == linux.* ]] -+ module use /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel -++ /apps/lmod/7.7.18/libexec/lmod bash use /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel -+ eval '__LMOD_REF_COUNT_MODULEPATH="/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:2;/contrib/modulefiles:1;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1";' export '__LMOD_REF_COUNT_MODULEPATH;' 'MODULEPATH="/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:/contrib/modulefiles:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles";' export 'MODULEPATH;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9zY3JhdGNoMi9OQ0VQREVWL2Z2My1jYW0vRHVzYW4uSm92aWMvdWZzL3ByMTgvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvaGVyYS5pbnRlbCIsIi9jb250cmliL21vZHVsZWZpbGVzIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIs";' export '_ModuleTable001_;' '_ModuleTable002_="fSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ==";' export '_ModuleTable002_;' '_ModuleTable_Sz_="2";' export '_ModuleTable_Sz_;' -++ __LMOD_REF_COUNT_MODULEPATH='/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:2;/contrib/modulefiles:1;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1' ++ module use /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/hera.intel +++ /apps/lmod/7.7.18/libexec/lmod bash use /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/hera.intel ++ eval '__LMOD_REF_COUNT_MODULEPATH="/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/hera.intel:2;/contrib/modulefiles:1;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1";' export '__LMOD_REF_COUNT_MODULEPATH;' 'MODULEPATH="/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/hera.intel:/contrib/modulefiles:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles";' export 'MODULEPATH;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9zY3JhdGNoMi9OQ0VQREVWL2Z2My1jYW0vRHVzYW4uSm92aWMvdWZzL3ByX25ldy91ZnMtd2VhdGhlci1tb2RlbC9tb2R1bGVmaWxlcy9oZXJhLmludGVsIiwiL2NvbnRyaWIvbW9kdWxlZmlsZXMiLCIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvTGludXgiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L2NyYXlwZS9kZWZhdWx0L21vZHVsZWZpbGVz";' export '_ModuleTable001_;' '_ModuleTable002_="Iix9LFsic3lzdGVtQmFzZU1QQVRIIl09Ii9hcHBzL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlOi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvTGludXg6L2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlczovb3B0L2NyYXkvbW9kdWxlZmlsZXM6L29wdC9jcmF5L2NyYXlwZS9kZWZhdWx0L21vZHVsZWZpbGVzIix9";' export '_ModuleTable002_;' '_ModuleTable_Sz_="2";' export '_ModuleTable_Sz_;' +++ __LMOD_REF_COUNT_MODULEPATH='/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/hera.intel:2;/contrib/modulefiles:1;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1' ++ export __LMOD_REF_COUNT_MODULEPATH -++ MODULEPATH=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:/contrib/modulefiles:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles +++ MODULEPATH=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/hera.intel:/contrib/modulefiles:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles ++ export MODULEPATH -++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9zY3JhdGNoMi9OQ0VQREVWL2Z2My1jYW0vRHVzYW4uSm92aWMvdWZzL3ByMTgvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvaGVyYS5pbnRlbCIsIi9jb250cmliL21vZHVsZWZpbGVzIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIs +++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9zY3JhdGNoMi9OQ0VQREVWL2Z2My1jYW0vRHVzYW4uSm92aWMvdWZzL3ByX25ldy91ZnMtd2VhdGhlci1tb2RlbC9tb2R1bGVmaWxlcy9oZXJhLmludGVsIiwiL2NvbnRyaWIvbW9kdWxlZmlsZXMiLCIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvTGludXgiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L2NyYXlwZS9kZWZhdWx0L21vZHVsZWZpbGVz ++ export _ModuleTable001_ -++ _ModuleTable002_=fSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ== +++ _ModuleTable002_=Iix9LFsic3lzdGVtQmFzZU1QQVRIIl09Ii9hcHBzL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlOi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvTGludXg6L2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlczovb3B0L2NyYXkvbW9kdWxlZmlsZXM6L29wdC9jcmF5L2NyYXlwZS9kZWZhdWx0L21vZHVsZWZpbGVzIix9 ++ export _ModuleTable002_ ++ _ModuleTable_Sz_=2 ++ export _ModuleTable_Sz_ @@ -7928,7 +2419,7 @@ INFO: CCPP prebuild step completed successfully. + eval + module load fv3 ++ /apps/lmod/7.7.18/libexec/lmod bash load fv3 -+ eval 'BACIO_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libbacio_v2.0.3_4.a";' export 'BACIO_LIB4;' 'BACIO_LIB8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libbacio_v2.0.3_8.a";' export 'BACIO_LIB8;' 'BACIO_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/bacio_v2.0.3";' export 'BACIO_SRC;' 'BACIO_VER="v2.0.3";' export 'BACIO_VER;' '__LMOD_REF_COUNT_CLASSPATH="/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/mpi.jar:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/daal.jar:1";' export '__LMOD_REF_COUNT_CLASSPATH;' 'CLASSPATH="/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/mpi.jar:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/daal.jar";' export 'CLASSPATH;' 'CMAKE_CXX_COMPILER="mpiicpc";' export 'CMAKE_CXX_COMPILER;' 'CMAKE_C_COMPILER="mpiicc";' export 'CMAKE_C_COMPILER;' 'CMAKE_Fortran_COMPILER="mpiifort";' export 'CMAKE_Fortran_COMPILER;' 'CMAKE_Platform="hera.intel";' export 'CMAKE_Platform;' 'COMP="intel";' export 'COMP;' '__LMOD_REF_COUNT_CPATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/include:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/include:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/pstl/include:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/include:2;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/include:1";' export '__LMOD_REF_COUNT_CPATH;' 'CPATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/include:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/include:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/pstl/include:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/include:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/include";' export 'CPATH;' 'CRTM_FIX="/scratch2/NCEPDEV/nwprod/NCEPLIBS/fix/crtm_v2.2.6";' export 'CRTM_FIX;' 'CRTM_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/crtm_v2.2.6";' export 'CRTM_INC;' 'CRTM_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libcrtm_v2.2.6.a";' export 'CRTM_LIB;' 'CRTM_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/crtm_v2.2.6";' export 'CRTM_SRC;' 'CRTM_VER="v2.2.6";' export 'CRTM_VER;' 'ESMFMKFILE="/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/lib/esmf.mk";' export 'ESMFMKFILE;' 'G2TMPL_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/g2tmpl_v1.6.0";' export 'G2TMPL_INC;' 'G2TMPL_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2tmpl_v1.6.0.a";' export 'G2TMPL_LIB;' 'G2TMPL_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/g2tmpl_v1.6.0/src";' export 'G2TMPL_SRC;' 'G2TMPL_VER="v1.6.0";' export 'G2TMPL_VER;' 'G2_INC4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/g2_v3.1.1_4";' export 'G2_INC4;' 'G2_INCd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/g2_v3.1.1_d";' export 'G2_INCd;' 'G2_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2_v3.1.1_4.a";' export 'G2_LIB4;' 'G2_LIBd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2_v3.1.1_d.a";' export 'G2_LIBd;' 'G2_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/g2_v3.1.1";' export 'G2_SRC;' 'G2_VER="v3.1.1";' export 'G2_VER;' 'GDBSERVER_MIC="/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/targets/intel64/x200/bin/gdbserver";' export 'GDBSERVER_MIC;' 'GDB_CROSS="/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/intel64/bin/gdb-ia";' export 'GDB_CROSS;' '__LMOD_REF_COUNT_INFOPATH="/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/info:1;/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/info:1";' export '__LMOD_REF_COUNT_INFOPATH;' 'INFOPATH="/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/info:/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/info";' export 'INFOPATH;' '__LMOD_REF_COUNT_INTEL_LICENSE_FILE="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/licenses:1;/apps/intel/licenses:1";' export '__LMOD_REF_COUNT_INTEL_LICENSE_FILE;' 'INTEL_LICENSE_FILE="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/licenses:/apps/intel/licenses";' export 'INTEL_LICENSE_FILE;' 'INTEL_PYTHONHOME="/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/python/intel64/";' export 'INTEL_PYTHONHOME;' 'IPATH_NO_BACKTRACE="1";' export 'IPATH_NO_BACKTRACE;' 'IP_INC4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ip_v3.0.2_4";' export 'IP_INC4;' 'IP_INC8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ip_v3.0.2_8";' export 'IP_INC8;' 'IP_INCd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ip_v3.0.2_d";' export 'IP_INCd;' 'IP_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libip_v3.0.2_4.a";' export 'IP_LIB4;' 'IP_LIB8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libip_v3.0.2_8.a";' export 'IP_LIB8;' 'IP_LIBd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libip_v3.0.2_d.a";' export 'IP_LIBd;' 'IP_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/ip_v3.0.2";' export 'IP_SRC;' 'IP_VER="v3.0.2";' export 'IP_VER;' 'I_MPI_CC="icc";' export 'I_MPI_CC;' 'I_MPI_F90="ifort";' export 'I_MPI_F90;' 'I_MPI_HYDRA_BRANCH_COUNT="128";' export 'I_MPI_HYDRA_BRANCH_COUNT;' 'I_MPI_HYDRA_PMI_CONNECT="alltoall";' export 'I_MPI_HYDRA_PMI_CONNECT;' 'I_MPI_ROOT="/apps/intel/compilers_and_libraries_2018/linux/mpi";' export 'I_MPI_ROOT;' 'I_MPI_TMI_PROVIDER="psm";' export 'I_MPI_TMI_PROVIDER;' 'JASPER_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/include/jasper_v1.900.1";' export 'JASPER_INC;' 'JASPER_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/lib/libjasper_v1.900.1.a";' export 'JASPER_LIB;' 'JASPER_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/thirdParty";' export 'JASPER_SRC;' 'JASPER_VER="v1.900.1";' export 'JASPER_VER;' '__LMOD_REF_COUNT_LD_LIBRARY_PATH="/apps/netcdf/4.7.0/intel/18.0.5.274/lib:1;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib:1;/apps/slurm/default/lib:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/lib/intel64:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:2;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:2;/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/libipt/intel64/lib:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4:1";' export '__LMOD_REF_COUNT_LD_LIBRARY_PATH;' 'LD_LIBRARY_PATH="/apps/netcdf/4.7.0/intel/18.0.5.274/lib:/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib::/apps/slurm/default/lib:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/lib/intel64:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/libipt/intel64/lib:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4";' export 'LD_LIBRARY_PATH;' '__LMOD_REF_COUNT_LIBRARY_PATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:2;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4:1";' export '__LMOD_REF_COUNT_LIBRARY_PATH;' 'LIBRARY_PATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4";' export 'LIBRARY_PATH;' 'LIB_NAME="POST";' export 'LIB_NAME;' 'LMOD_FAMILY_COMPILER="intel";' export 'LMOD_FAMILY_COMPILER;' 'LMOD_FAMILY_COMPILER_VERSION="18.0.5.274";' export 'LMOD_FAMILY_COMPILER_VERSION;' 'LMOD_FAMILY_MPI="impi";' export 'LMOD_FAMILY_MPI;' 'LMOD_FAMILY_MPI_VERSION="2018.0.4";' export 'LMOD_FAMILY_MPI_VERSION;' '__LMOD_REF_COUNT_LOADEDMODULES="contrib:1;sutils/default:1;intel/18.0.5.274:1;impi/2018.0.4:1;netcdf/4.7.0:1;bacio/2.0.3:1;ip/3.0.2:1;nemsio/2.2.4:1;sp/2.0.3:1;w3emc/2.3.1:1;w3nco/2.0.7:1;g2/3.1.1:1;g2tmpl/1.6.0:1;crtm/2.2.6:1;jasper/1.900.1:1;png/1.2.44:1;z/1.2.11:1;post/8.0.1:1;esmf/8.0.0:1;cmake/3.9.0:1;fv3:1";' export '__LMOD_REF_COUNT_LOADEDMODULES;' 'LOADEDMODULES="contrib:sutils/default:intel/18.0.5.274:impi/2018.0.4:netcdf/4.7.0:bacio/2.0.3:ip/3.0.2:nemsio/2.2.4:sp/2.0.3:w3emc/2.3.1:w3nco/2.0.7:g2/3.1.1:g2tmpl/1.6.0:crtm/2.2.6:jasper/1.900.1:png/1.2.44:z/1.2.11:post/8.0.1:esmf/8.0.0:cmake/3.9.0:fv3";' export 'LOADEDMODULES;' '__LMOD_REF_COUNT_MANPATH="/apps/netcdf/4.7.0/intel/18.0.5.274/share/man:1;/apps/intel/compilers_and_libraries_2018/linux/mpi/man:1;/apps/intel/parallel_studio_xe_2018.4.057/man/common:1;/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/man:1;/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/man:1;/apps/lmod/lmod/share/man:1;/apps/local/man:1;/apps/slurm/default/share/man:1;/apps/slurm/tools/sbank/share/man:1";' export '__LMOD_REF_COUNT_MANPATH;' 'MANPATH="/apps/netcdf/4.7.0/intel/18.0.5.274/share/man:/apps/intel/compilers_and_libraries_2018/linux/mpi/man:/apps/intel/parallel_studio_xe_2018.4.057/man/common:/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/man:/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/man:/apps/lmod/lmod/share/man::/apps/local/man:/apps/slurm/default/share/man:/apps/slurm/tools/sbank/share/man";' export 'MANPATH;' '__LMOD_REF_COUNT_MODULEPATH="/contrib/modulefiles:3;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:2;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1;/apps/modules/modulefamilies/intel:1;/apps/modules/modulefamilies/intel_impi:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles:1";' export '__LMOD_REF_COUNT_MODULEPATH;' 'MODULEPATH="/contrib/modulefiles:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles:/apps/modules/modulefamilies/intel:/apps/modules/modulefamilies/intel_impi:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles";' export 'MODULEPATH;' 'MPM_LAUNCHER="/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/mpm/mic/bin/start_mpm.sh";' export 'MPM_LAUNCHER;' 'NCEPLIBS="/scratch2/NCEPDEV/nwprod/NCEPLIBS";' export 'NCEPLIBS;' 'NEMSIO_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/nemsio_v2.2.4";' export 'NEMSIO_INC;' 'NEMSIO_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libnemsio_v2.2.4.a";' export 'NEMSIO_LIB;' 'NEMSIO_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/nemsio_v2.2.4";' export 'NEMSIO_SRC;' 'NEMSIO_VER="v2.2.4";' export 'NEMSIO_VER;' 'NETCDF="/apps/netcdf/4.7.0/intel/18.0.5.274";' export 'NETCDF;' '__LMOD_REF_COUNT_NLSPATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64/locale/%l_%t/%N:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin/locale/%l_%t/%N:1;/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/intel64/share/locale/%l_%t/%N:1";' export '__LMOD_REF_COUNT_NLSPATH;' 'NLSPATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64/locale/%l_%t/%N:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin/locale/%l_%t/%N:/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/intel64/share/locale/%l_%t/%N";' export 'NLSPATH;' '__LMOD_REF_COUNT_PATH="/contrib/cmake/3.9.0/bin:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/bin:1;/apps/netcdf/4.7.0/intel/18.0.5.274/bin:1;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/bin/intel64:1;/contrib/sutils/bin:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:1;/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/opt/ibutils/bin:1;/apps/local/bin:1;/apps/local/sbin:1;/apps/slurm/default/tools:1;/apps/slurm/default/bin:1;/apps/slurm/default/sbin:1;/apps/slurm/tools/sbank/bin:1;/home/Dusan.Jovic/bin:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/dbrowse:1";' export '__LMOD_REF_COUNT_PATH;' 'PATH="/contrib/cmake/3.9.0/bin:/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/bin:/apps/netcdf/4.7.0/intel/18.0.5.274/bin:/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/bin/intel64:/contrib/sutils/bin:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/opt/ibutils/bin:/apps/local/bin:/apps/local/sbin:/apps/slurm/default/tools:/apps/slurm/default/bin:/apps/slurm/default/sbin:/apps/slurm/tools/sbank/bin:/home/Dusan.Jovic/bin:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/dbrowse";' export 'PATH;' '__LMOD_REF_COUNT_PKG_CONFIG_PATH="/apps/intel/compilers_and_libraries_2018/linux/mkl/bin/pkgconfig:1";' export '__LMOD_REF_COUNT_PKG_CONFIG_PATH;' 'PKG_CONFIG_PATH="/apps/intel/compilers_and_libraries_2018/linux/mkl/bin/pkgconfig";' export 'PKG_CONFIG_PATH;' 'PNG_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/png_v1.2.44";' export 'PNG_INC;' 'PNG_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libpng_v1.2.44.a";' export 'PNG_LIB;' 'PNG_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/thirdParty";' export 'PNG_SRC;' 'PNG_VER="v1.2.44";' export 'PNG_VER;' 'POST_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ncep_post_v8.0.1_4";' export 'POST_INC;' 'POST_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libncep_post_v8.0.1_4.a";' export 'POST_LIB;' 'POST_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/post_v8.0.1";' export 'POST_SRC;' 'POST_VER="v8.0.1";' export 'POST_VER;' 'SLURM_UTILS_PATH="/contrib/sutils/bin";' export 'SLURM_UTILS_PATH;' 'SP_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_4.a";' export 'SP_LIB4;' 'SP_LIB8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_8.a";' export 'SP_LIB8;' 'SP_LIBd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_d.a";' export 'SP_LIBd;' 'SP_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/sp_v2.0.3";' export 'SP_SRC;' 'SP_VER="v2.0.3";' export 'SP_VER;' 'W3EMC_INC4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/w3emc_v2.3.1_4";' export 'W3EMC_INC4;' 'W3EMC_INC8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/w3emc_v2.3.1_8";' export 'W3EMC_INC8;' 'W3EMC_INCd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/w3emc_v2.3.1_d";' export 'W3EMC_INCd;' 'W3EMC_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_4.a";' export 'W3EMC_LIB4;' 'W3EMC_LIB8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_8.a";' export 'W3EMC_LIB8;' 'W3EMC_LIBd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_d.a";' export 'W3EMC_LIBd;' 'W3EMC_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/w3emc_v2.3.1";' export 'W3EMC_SRC;' 'W3EMC_VER="v2.3.1";' export 'W3EMC_VER;' 'W3NCO_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_4.a";' export 'W3NCO_LIB4;' 'W3NCO_LIB8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_8.a";' export 'W3NCO_LIB8;' 'W3NCO_LIBd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_d.a";' export 'W3NCO_LIBd;' 'W3NCO_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/w3nco_v2.0.7";' export 'W3NCO_SRC;' 'W3NCO_VER="v2.0.7";' export 'W3NCO_VER;' 'Z_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/z_v1.2.11";' export 'Z_INC;' 'Z_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libz_v1.2.11.a";' export 'Z_LIB;' 'Z_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/thirdParty";' export 'Z_SRC;' 'Z_VER="v1.2.11";' export 'Z_VER;' '__LMOD_REF_COUNT__LMFILES_="/apps/modules/modulefiles/contrib:1;/contrib/modulefiles/sutils/default:1;/apps/modules/modulefiles/intel/18.0.5.274:1;/apps/modules/modulefamilies/intel/impi/2018.0.4:1;/apps/modules/modulefamilies/intel/netcdf/4.7.0:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/bacio/2.0.3:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/ip/3.0.2:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/nemsio/2.2.4:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/sp/2.0.3:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3emc/2.3.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3nco/2.0.7:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2/3.1.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2tmpl/1.6.0:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/crtm/2.2.6:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/jasper/1.900.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/png/1.2.44:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/z/1.2.11:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/post/8.0.1:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles/esmf/8.0.0:1;/contrib/modulefiles/cmake/3.9.0:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel/fv3:1";' export '__LMOD_REF_COUNT__LMFILES_;' '_LMFILES_="/apps/modules/modulefiles/contrib:/contrib/modulefiles/sutils/default:/apps/modules/modulefiles/intel/18.0.5.274:/apps/modules/modulefamilies/intel/impi/2018.0.4:/apps/modules/modulefamilies/intel/netcdf/4.7.0:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/bacio/2.0.3:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/ip/3.0.2:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/nemsio/2.2.4:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/sp/2.0.3:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3emc/2.3.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3nco/2.0.7:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2/3.1.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2tmpl/1.6.0:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/crtm/2.2.6:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/jasper/1.900.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/png/1.2.44:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/z/1.2.11:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/post/8.0.1:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles/esmf/8.0.0:/contrib/modulefiles/cmake/3.9.0:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel/fv3";' export '_LMFILES_;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJpbXBpIix9LG1UPXtiYWNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvYmFjaW8vMi4wLjMiLFsiZnVsbE5hbWUiXT0iYmFjaW8vMi4wLjMiLFsibG9hZE9yZGVyIl09Nixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJiYWNpby8yLjAuMyIsfSxjbWFrZT17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9jbWFrZS8zLjkuMCIsWyJmdWxs";' export '_ModuleTable001_;' '_ModuleTable002_="TmFtZSJdPSJjbWFrZS8zLjkuMCIsWyJsb2FkT3JkZXIiXT0yMCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjbWFrZS8zLjkuMCIsfSxjb250cmliPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvY29udHJpYiIsWyJmdWxsTmFtZSJdPSJjb250cmliIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY29udHJpYiIsfSxjcnRtPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9jcnRtLzIuMi42IixbImZ1bGxOYW1lIl09ImNydG0vMi4yLjYiLFsibG9hZE9yZGVy";' export '_ModuleTable002_;' '_ModuleTable003_="Il09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL2Z2My1jYW0vRHVzYW4uSm92aWMvdWZzL3ByMTgvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvaGVyYS5pbnRlbC9mdjMiLFsi";' export '_ModuleTable003_;' '_ModuleTable004_="ZnVsbE5hbWUiXT0iZnYzIixbImxvYWRPcmRlciJdPTIxLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTAsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImZ2MyIsfSxnMj17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzIvMy4xLjEiLFsiZnVsbE5hbWUiXT0iZzIvMy4xLjEiLFsibG9hZE9yZGVyIl09MTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZzIvMy4xLjEiLH0sZzJ0bXBsPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9nMnRtcGwvMS42LjAiLFsiZnVsbE5hbWUiXT0iZzJ0bXBsLzEuNi4w";' export '_ModuleTable004_;' '_ModuleTable005_="IixbImxvYWRPcmRlciJdPTEzLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcydG1wbC8xLjYuMCIsfSxpbXBpPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwvaW1waS8yMDE4LjAuNCIsWyJmdWxsTmFtZSJdPSJpbXBpLzIwMTguMC40IixbImxvYWRPcmRlciJdPTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW1waS8yMDE4LjAuNCIsfSxpbnRlbD17WyJmbiJdPSIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL2ludGVsLzE4LjAuNS4yNzQiLFsiZnVsbE5hbWUiXT0iaW50ZWwvMTguMC41LjI3NCIsWyJsb2FkT3JkZXIi";' export '_ModuleTable005_;' '_ModuleTable006_="XT0zLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImludGVsLzE4LjAuNS4yNzQiLH0saXA9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2lwLzMuMC4yIixbImZ1bGxOYW1lIl09ImlwLzMuMC4yIixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaXAvMy4wLjIiLH0samFzcGVyPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9qYXNwZXIvMS45MDAuMSIsWyJmdWxsTmFtZSJdPSJqYXNwZXIvMS45MDAuMSIsWyJsb2FkT3JkZXIi";' export '_ModuleTable006_;' '_ModuleTable007_="XT0xNSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJqYXNwZXIvMS45MDAuMSIsfSxuZW1zaW89e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL25lbXNpby8yLjIuNCIsWyJmdWxsTmFtZSJdPSJuZW1zaW8vMi4yLjQiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZW1zaW8vMi4yLjQiLH0sbmV0Y2RmPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwvbmV0Y2RmLzQuNy4wIixbImZ1bGxOYW1lIl09Im5ldGNkZi80LjcuMCIsWyJsb2FkT3JkZXIi";' export '_ModuleTable007_;' '_ModuleTable008_="XT01LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5ldGNkZi80LjcuMCIsfSxwbmc9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3BuZy8xLjIuNDQiLFsiZnVsbE5hbWUiXT0icG5nLzEuMi40NCIsWyJsb2FkT3JkZXIiXT0xNixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJwbmcvMS4yLjQ0Iix9LHBvc3Q9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3Bvc3QvOC4wLjEiLFsiZnVsbE5hbWUiXT0icG9zdC84LjAuMSIsWyJsb2FkT3JkZXIiXT0xOCxw";' export '_ModuleTable008_;' '_ModuleTable009_="cm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJwb3N0LzguMC4xIix9LHNwPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9zcC8yLjAuMyIsWyJmdWxsTmFtZSJdPSJzcC8yLjAuMyIsWyJsb2FkT3JkZXIiXT05LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InNwLzIuMC4zIix9LHN1dGlscz17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9zdXRpbHMvZGVmYXVsdCIsWyJmdWxsTmFtZSJdPSJzdXRpbHMvZGVmYXVsdCIsWyJsb2FkT3JkZXIiXT0yLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0";' export '_ModuleTable009_;' '_ModuleTable010_="dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InN1dGlscyIsfSx3M2VtYz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNlbWMvMi4zLjEiLFsiZnVsbE5hbWUiXT0idzNlbWMvMi4zLjEiLFsibG9hZE9yZGVyIl09MTAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNlbWMvMi4zLjEiLH0sdzNuY289e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czbmNvLzIuMC43IixbImZ1bGxOYW1lIl09InczbmNvLzIuMC43IixbImxvYWRPcmRlciJdPTExLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMi";' export '_ModuleTable010_;' '_ModuleTable011_="XT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHo9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3ovMS4yLjExIixbImZ1bGxOYW1lIl09InovMS4yLjExIixbImxvYWRPcmRlciJdPTE3LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InovMS4yLjExIix9LH0sbXBhdGhBPXsiL2NvbnRyaWIvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDIvTkNFUERFVi9mdjMtY2FtL0R1c2FuLkpvdmljL3Vmcy9wcjE4L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL2hlcmEuaW50ZWwiLCIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi9hcHBz";' export '_ModuleTable011_;' '_ModuleTable012_="L21vZHVsZXMvbW9kdWxlZmlsZXMvTGludXgiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L2NyYXlwZS9kZWZhdWx0L21vZHVsZWZpbGVzIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbCIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWxfaW1waSIsIi9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcyIsIi9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmU6L2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9M";' export '_ModuleTable012_;' '_ModuleTable013_="aW51eDovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzOi9vcHQvY3JheS9tb2R1bGVmaWxlczovb3B0L2NyYXkvY3JheXBlL2RlZmF1bHQvbW9kdWxlZmlsZXMiLH0=";' export '_ModuleTable013_;' '_ModuleTable_Sz_="13";' export '_ModuleTable_Sz_;' ++ eval 'BACIO_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libbacio_v2.0.3_4.a";' export 'BACIO_LIB4;' 'BACIO_LIB8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libbacio_v2.0.3_8.a";' export 'BACIO_LIB8;' 'BACIO_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/bacio_v2.0.3";' export 'BACIO_SRC;' 'BACIO_VER="v2.0.3";' export 'BACIO_VER;' '__LMOD_REF_COUNT_CLASSPATH="/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/mpi.jar:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/daal.jar:1";' export '__LMOD_REF_COUNT_CLASSPATH;' 'CLASSPATH="/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/mpi.jar:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/daal.jar";' export 'CLASSPATH;' 'CMAKE_CXX_COMPILER="mpiicpc";' export 'CMAKE_CXX_COMPILER;' 'CMAKE_C_COMPILER="mpiicc";' export 'CMAKE_C_COMPILER;' 'CMAKE_Fortran_COMPILER="mpiifort";' export 'CMAKE_Fortran_COMPILER;' 'CMAKE_Platform="hera.intel";' export 'CMAKE_Platform;' 'COMP="intel";' export 'COMP;' '__LMOD_REF_COUNT_CPATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/include:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/include:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/pstl/include:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/include:2;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/include:1";' export '__LMOD_REF_COUNT_CPATH;' 'CPATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/include:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/include:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/pstl/include:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/include:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/include";' export 'CPATH;' 'CRTM_FIX="/scratch2/NCEPDEV/nwprod/NCEPLIBS/fix/crtm_v2.2.6";' export 'CRTM_FIX;' 'CRTM_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/crtm_v2.2.6";' export 'CRTM_INC;' 'CRTM_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libcrtm_v2.2.6.a";' export 'CRTM_LIB;' 'CRTM_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/crtm_v2.2.6";' export 'CRTM_SRC;' 'CRTM_VER="v2.2.6";' export 'CRTM_VER;' 'ESMFMKFILE="/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/lib/esmf.mk";' export 'ESMFMKFILE;' 'G2TMPL_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/g2tmpl_v1.6.0";' export 'G2TMPL_INC;' 'G2TMPL_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2tmpl_v1.6.0.a";' export 'G2TMPL_LIB;' 'G2TMPL_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/g2tmpl_v1.6.0/src";' export 'G2TMPL_SRC;' 'G2TMPL_VER="v1.6.0";' export 'G2TMPL_VER;' 'G2_INC4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/g2_v3.1.1_4";' export 'G2_INC4;' 'G2_INCd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/g2_v3.1.1_d";' export 'G2_INCd;' 'G2_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2_v3.1.1_4.a";' export 'G2_LIB4;' 'G2_LIBd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2_v3.1.1_d.a";' export 'G2_LIBd;' 'G2_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/g2_v3.1.1";' export 'G2_SRC;' 'G2_VER="v3.1.1";' export 'G2_VER;' 'GDBSERVER_MIC="/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/targets/intel64/x200/bin/gdbserver";' export 'GDBSERVER_MIC;' 'GDB_CROSS="/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/intel64/bin/gdb-ia";' export 'GDB_CROSS;' '__LMOD_REF_COUNT_INFOPATH="/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/info:1;/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/info:1";' export '__LMOD_REF_COUNT_INFOPATH;' 'INFOPATH="/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/info:/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/info";' export 'INFOPATH;' '__LMOD_REF_COUNT_INTEL_LICENSE_FILE="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/licenses:1;/apps/intel/licenses:1";' export '__LMOD_REF_COUNT_INTEL_LICENSE_FILE;' 'INTEL_LICENSE_FILE="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/licenses:/apps/intel/licenses";' export 'INTEL_LICENSE_FILE;' 'INTEL_PYTHONHOME="/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/python/intel64/";' export 'INTEL_PYTHONHOME;' 'IPATH_NO_BACKTRACE="1";' export 'IPATH_NO_BACKTRACE;' 'IP_INC4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ip_v3.0.2_4";' export 'IP_INC4;' 'IP_INC8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ip_v3.0.2_8";' export 'IP_INC8;' 'IP_INCd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ip_v3.0.2_d";' export 'IP_INCd;' 'IP_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libip_v3.0.2_4.a";' export 'IP_LIB4;' 'IP_LIB8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libip_v3.0.2_8.a";' export 'IP_LIB8;' 'IP_LIBd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libip_v3.0.2_d.a";' export 'IP_LIBd;' 'IP_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/ip_v3.0.2";' export 'IP_SRC;' 'IP_VER="v3.0.2";' export 'IP_VER;' 'I_MPI_CC="icc";' export 'I_MPI_CC;' 'I_MPI_F90="ifort";' export 'I_MPI_F90;' 'I_MPI_HYDRA_BRANCH_COUNT="128";' export 'I_MPI_HYDRA_BRANCH_COUNT;' 'I_MPI_HYDRA_PMI_CONNECT="alltoall";' export 'I_MPI_HYDRA_PMI_CONNECT;' 'I_MPI_ROOT="/apps/intel/compilers_and_libraries_2018/linux/mpi";' export 'I_MPI_ROOT;' 'I_MPI_TMI_PROVIDER="psm";' export 'I_MPI_TMI_PROVIDER;' 'JASPER_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/include/jasper_v1.900.1";' export 'JASPER_INC;' 'JASPER_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/lib/libjasper_v1.900.1.a";' export 'JASPER_LIB;' 'JASPER_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/thirdParty";' export 'JASPER_SRC;' 'JASPER_VER="v1.900.1";' export 'JASPER_VER;' '__LMOD_REF_COUNT_LD_LIBRARY_PATH="/apps/netcdf/4.7.0/intel/18.0.5.274/lib:1;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib:1;/apps/slurm/default/lib:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/lib/intel64:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:2;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:2;/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/libipt/intel64/lib:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4:1";' export '__LMOD_REF_COUNT_LD_LIBRARY_PATH;' 'LD_LIBRARY_PATH="/apps/netcdf/4.7.0/intel/18.0.5.274/lib:/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib::/apps/slurm/default/lib:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/lib/intel64:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/libipt/intel64/lib:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4";' export 'LD_LIBRARY_PATH;' '__LMOD_REF_COUNT_LIBRARY_PATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:2;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4:1";' export '__LMOD_REF_COUNT_LIBRARY_PATH;' 'LIBRARY_PATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4";' export 'LIBRARY_PATH;' 'LIB_NAME="POST";' export 'LIB_NAME;' 'LMOD_FAMILY_COMPILER="intel";' export 'LMOD_FAMILY_COMPILER;' 'LMOD_FAMILY_COMPILER_VERSION="18.0.5.274";' export 'LMOD_FAMILY_COMPILER_VERSION;' 'LMOD_FAMILY_MPI="impi";' export 'LMOD_FAMILY_MPI;' 'LMOD_FAMILY_MPI_VERSION="2018.0.4";' export 'LMOD_FAMILY_MPI_VERSION;' '__LMOD_REF_COUNT_LOADEDMODULES="contrib:1;sutils/default:1;intel/18.0.5.274:1;impi/2018.0.4:1;netcdf/4.7.0:1;bacio/2.0.3:1;ip/3.0.2:1;nemsio/2.2.4:1;sp/2.0.3:1;w3emc/2.3.1:1;w3nco/2.0.7:1;g2/3.1.1:1;g2tmpl/1.6.0:1;crtm/2.2.6:1;jasper/1.900.1:1;png/1.2.44:1;z/1.2.11:1;post/8.0.1:1;esmf/8.0.0:1;cmake/3.9.0:1;fv3:1";' export '__LMOD_REF_COUNT_LOADEDMODULES;' 'LOADEDMODULES="contrib:sutils/default:intel/18.0.5.274:impi/2018.0.4:netcdf/4.7.0:bacio/2.0.3:ip/3.0.2:nemsio/2.2.4:sp/2.0.3:w3emc/2.3.1:w3nco/2.0.7:g2/3.1.1:g2tmpl/1.6.0:crtm/2.2.6:jasper/1.900.1:png/1.2.44:z/1.2.11:post/8.0.1:esmf/8.0.0:cmake/3.9.0:fv3";' export 'LOADEDMODULES;' '__LMOD_REF_COUNT_MANPATH="/apps/netcdf/4.7.0/intel/18.0.5.274/share/man:1;/apps/intel/compilers_and_libraries_2018/linux/mpi/man:1;/apps/intel/parallel_studio_xe_2018.4.057/man/common:1;/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/man:1;/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/man:1;/apps/lmod/lmod/share/man:1;/apps/local/man:1;/apps/slurm/default/share/man:1;/apps/slurm/tools/sbank/share/man:1";' export '__LMOD_REF_COUNT_MANPATH;' 'MANPATH="/apps/netcdf/4.7.0/intel/18.0.5.274/share/man:/apps/intel/compilers_and_libraries_2018/linux/mpi/man:/apps/intel/parallel_studio_xe_2018.4.057/man/common:/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/man:/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/man:/apps/lmod/lmod/share/man::/apps/local/man:/apps/slurm/default/share/man:/apps/slurm/tools/sbank/share/man";' export 'MANPATH;' '__LMOD_REF_COUNT_MODULEPATH="/contrib/modulefiles:3;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/hera.intel:2;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1;/apps/modules/modulefamilies/intel:1;/apps/modules/modulefamilies/intel_impi:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles:1";' export '__LMOD_REF_COUNT_MODULEPATH;' 'MODULEPATH="/contrib/modulefiles:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles:/apps/modules/modulefamilies/intel:/apps/modules/modulefamilies/intel_impi:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles";' export 'MODULEPATH;' 'MPM_LAUNCHER="/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/mpm/mic/bin/start_mpm.sh";' export 'MPM_LAUNCHER;' 'NCEPLIBS="/scratch2/NCEPDEV/nwprod/NCEPLIBS";' export 'NCEPLIBS;' 'NEMSIO_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/nemsio_v2.2.4";' export 'NEMSIO_INC;' 'NEMSIO_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libnemsio_v2.2.4.a";' export 'NEMSIO_LIB;' 'NEMSIO_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/nemsio_v2.2.4";' export 'NEMSIO_SRC;' 'NEMSIO_VER="v2.2.4";' export 'NEMSIO_VER;' 'NETCDF="/apps/netcdf/4.7.0/intel/18.0.5.274";' export 'NETCDF;' '__LMOD_REF_COUNT_NLSPATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64/locale/%l_%t/%N:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin/locale/%l_%t/%N:1;/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/intel64/share/locale/%l_%t/%N:1";' export '__LMOD_REF_COUNT_NLSPATH;' 'NLSPATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64/locale/%l_%t/%N:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin/locale/%l_%t/%N:/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/intel64/share/locale/%l_%t/%N";' export 'NLSPATH;' '__LMOD_REF_COUNT_PATH="/contrib/cmake/3.9.0/bin:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/bin:1;/apps/netcdf/4.7.0/intel/18.0.5.274/bin:1;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/bin/intel64:1;/contrib/sutils/bin:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:1;/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/opt/ibutils/bin:1;/apps/local/bin:1;/apps/local/sbin:1;/apps/slurm/default/tools:1;/apps/slurm/default/bin:1;/apps/slurm/default/sbin:1;/apps/slurm/tools/sbank/bin:1;/home/Dusan.Jovic/bin:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/dbrowse:1";' export '__LMOD_REF_COUNT_PATH;' 'PATH="/contrib/cmake/3.9.0/bin:/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/bin:/apps/netcdf/4.7.0/intel/18.0.5.274/bin:/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/bin/intel64:/contrib/sutils/bin:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/opt/ibutils/bin:/apps/local/bin:/apps/local/sbin:/apps/slurm/default/tools:/apps/slurm/default/bin:/apps/slurm/default/sbin:/apps/slurm/tools/sbank/bin:/home/Dusan.Jovic/bin:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/dbrowse";' export 'PATH;' '__LMOD_REF_COUNT_PKG_CONFIG_PATH="/apps/intel/compilers_and_libraries_2018/linux/mkl/bin/pkgconfig:1";' export '__LMOD_REF_COUNT_PKG_CONFIG_PATH;' 'PKG_CONFIG_PATH="/apps/intel/compilers_and_libraries_2018/linux/mkl/bin/pkgconfig";' export 'PKG_CONFIG_PATH;' 'PNG_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/png_v1.2.44";' export 'PNG_INC;' 'PNG_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libpng_v1.2.44.a";' export 'PNG_LIB;' 'PNG_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/thirdParty";' export 'PNG_SRC;' 'PNG_VER="v1.2.44";' export 'PNG_VER;' 'POST_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ncep_post_v8.0.1_4";' export 'POST_INC;' 'POST_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libncep_post_v8.0.1_4.a";' export 'POST_LIB;' 'POST_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/post_v8.0.1";' export 'POST_SRC;' 'POST_VER="v8.0.1";' export 'POST_VER;' 'SLURM_UTILS_PATH="/contrib/sutils/bin";' export 'SLURM_UTILS_PATH;' 'SP_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_4.a";' export 'SP_LIB4;' 'SP_LIB8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_8.a";' export 'SP_LIB8;' 'SP_LIBd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_d.a";' export 'SP_LIBd;' 'SP_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/sp_v2.0.3";' export 'SP_SRC;' 'SP_VER="v2.0.3";' export 'SP_VER;' 'W3EMC_INC4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/w3emc_v2.3.1_4";' export 'W3EMC_INC4;' 'W3EMC_INC8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/w3emc_v2.3.1_8";' export 'W3EMC_INC8;' 'W3EMC_INCd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/w3emc_v2.3.1_d";' export 'W3EMC_INCd;' 'W3EMC_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_4.a";' export 'W3EMC_LIB4;' 'W3EMC_LIB8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_8.a";' export 'W3EMC_LIB8;' 'W3EMC_LIBd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_d.a";' export 'W3EMC_LIBd;' 'W3EMC_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/w3emc_v2.3.1";' export 'W3EMC_SRC;' 'W3EMC_VER="v2.3.1";' export 'W3EMC_VER;' 'W3NCO_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_4.a";' export 'W3NCO_LIB4;' 'W3NCO_LIB8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_8.a";' export 'W3NCO_LIB8;' 'W3NCO_LIBd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_d.a";' export 'W3NCO_LIBd;' 'W3NCO_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/w3nco_v2.0.7";' export 'W3NCO_SRC;' 'W3NCO_VER="v2.0.7";' export 'W3NCO_VER;' 'Z_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/z_v1.2.11";' export 'Z_INC;' 'Z_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libz_v1.2.11.a";' export 'Z_LIB;' 'Z_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/thirdParty";' export 'Z_SRC;' 'Z_VER="v1.2.11";' export 'Z_VER;' '__LMOD_REF_COUNT__LMFILES_="/apps/modules/modulefiles/contrib:1;/contrib/modulefiles/sutils/default:1;/apps/modules/modulefiles/intel/18.0.5.274:1;/apps/modules/modulefamilies/intel/impi/2018.0.4:1;/apps/modules/modulefamilies/intel/netcdf/4.7.0:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/bacio/2.0.3:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/ip/3.0.2:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/nemsio/2.2.4:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/sp/2.0.3:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3emc/2.3.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3nco/2.0.7:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2/3.1.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2tmpl/1.6.0:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/crtm/2.2.6:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/jasper/1.900.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/png/1.2.44:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/z/1.2.11:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/post/8.0.1:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles/esmf/8.0.0:1;/contrib/modulefiles/cmake/3.9.0:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/hera.intel/fv3:1";' export '__LMOD_REF_COUNT__LMFILES_;' '_LMFILES_="/apps/modules/modulefiles/contrib:/contrib/modulefiles/sutils/default:/apps/modules/modulefiles/intel/18.0.5.274:/apps/modules/modulefamilies/intel/impi/2018.0.4:/apps/modules/modulefamilies/intel/netcdf/4.7.0:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/bacio/2.0.3:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/ip/3.0.2:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/nemsio/2.2.4:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/sp/2.0.3:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3emc/2.3.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3nco/2.0.7:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2/3.1.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2tmpl/1.6.0:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/crtm/2.2.6:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/jasper/1.900.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/png/1.2.44:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/z/1.2.11:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/post/8.0.1:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles/esmf/8.0.0:/contrib/modulefiles/cmake/3.9.0:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/hera.intel/fv3";' export '_LMFILES_;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJpbXBpIix9LG1UPXtiYWNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvYmFjaW8vMi4wLjMiLFsiZnVsbE5hbWUiXT0iYmFjaW8vMi4wLjMiLFsibG9hZE9yZGVyIl09Nixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJiYWNpby8yLjAuMyIsfSxjbWFrZT17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9jbWFrZS8zLjkuMCIsWyJmdWxs";' export '_ModuleTable001_;' '_ModuleTable002_="TmFtZSJdPSJjbWFrZS8zLjkuMCIsWyJsb2FkT3JkZXIiXT0yMCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjbWFrZS8zLjkuMCIsfSxjb250cmliPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvY29udHJpYiIsWyJmdWxsTmFtZSJdPSJjb250cmliIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY29udHJpYiIsfSxjcnRtPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9jcnRtLzIuMi42IixbImZ1bGxOYW1lIl09ImNydG0vMi4yLjYiLFsibG9hZE9yZGVy";' export '_ModuleTable002_;' '_ModuleTable003_="Il09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL2Z2My1jYW0vRHVzYW4uSm92aWMvdWZzL3ByX25ldy91ZnMtd2VhdGhlci1tb2RlbC9tb2R1bGVmaWxlcy9oZXJhLmludGVsL2Z2MyIs";' export '_ModuleTable003_;' '_ModuleTable004_="WyJmdWxsTmFtZSJdPSJmdjMiLFsibG9hZE9yZGVyIl09MjEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MCxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZnYzIix9LGcyPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9nMi8zLjEuMSIsWyJmdWxsTmFtZSJdPSJnMi8zLjEuMSIsWyJsb2FkT3JkZXIiXT0xMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMi8zLjEuMSIsfSxnMnRtcGw9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2cydG1wbC8xLjYuMCIsWyJmdWxsTmFtZSJdPSJnMnRtcGwvMS42";' export '_ModuleTable004_;' '_ModuleTable005_="LjAiLFsibG9hZE9yZGVyIl09MTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZzJ0bXBsLzEuNi4wIix9LGltcGk9e1siZm4iXT0iL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbC9pbXBpLzIwMTguMC40IixbImZ1bGxOYW1lIl09ImltcGkvMjAxOC4wLjQiLFsibG9hZE9yZGVyIl09NCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJpbXBpLzIwMTguMC40Iix9LGludGVsPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvaW50ZWwvMTguMC41LjI3NCIsWyJmdWxsTmFtZSJdPSJpbnRlbC8xOC4wLjUuMjc0IixbImxvYWRPcmRl";' export '_ModuleTable005_;' '_ModuleTable006_="ciJdPTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW50ZWwvMTguMC41LjI3NCIsfSxpcD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvaXAvMy4wLjIiLFsiZnVsbE5hbWUiXT0iaXAvMy4wLjIiLFsibG9hZE9yZGVyIl09Nyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJpcC8zLjAuMiIsfSxqYXNwZXI9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2phc3Blci8xLjkwMC4xIixbImZ1bGxOYW1lIl09Imphc3Blci8xLjkwMC4xIixbImxvYWRPcmRl";' export '_ModuleTable006_;' '_ModuleTable007_="ciJdPTE1LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Imphc3Blci8xLjkwMC4xIix9LG5lbXNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvbmVtc2lvLzIuMi40IixbImZ1bGxOYW1lIl09Im5lbXNpby8yLjIuNCIsWyJsb2FkT3JkZXIiXT04LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5lbXNpby8yLjIuNCIsfSxuZXRjZGY9e1siZm4iXT0iL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbC9uZXRjZGYvNC43LjAiLFsiZnVsbE5hbWUiXT0ibmV0Y2RmLzQuNy4wIixbImxvYWRPcmRl";' export '_ModuleTable007_;' '_ModuleTable008_="ciJdPTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmV0Y2RmLzQuNy4wIix9LHBuZz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvcG5nLzEuMi40NCIsWyJmdWxsTmFtZSJdPSJwbmcvMS4yLjQ0IixbImxvYWRPcmRlciJdPTE2LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InBuZy8xLjIuNDQiLH0scG9zdD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvcG9zdC84LjAuMSIsWyJmdWxsTmFtZSJdPSJwb3N0LzguMC4xIixbImxvYWRPcmRlciJdPTE4";' export '_ModuleTable008_;' '_ModuleTable009_="LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InBvc3QvOC4wLjEiLH0sc3A9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3NwLzIuMC4zIixbImZ1bGxOYW1lIl09InNwLzIuMC4zIixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ic3AvMi4wLjMiLH0sc3V0aWxzPXtbImZuIl09Ii9jb250cmliL21vZHVsZWZpbGVzL3N1dGlscy9kZWZhdWx0IixbImZ1bGxOYW1lIl09InN1dGlscy9kZWZhdWx0IixbImxvYWRPcmRlciJdPTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0";' export '_ModuleTable009_;' '_ModuleTable010_="YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ic3V0aWxzIix9LHczZW1jPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy93M2VtYy8yLjMuMSIsWyJmdWxsTmFtZSJdPSJ3M2VtYy8yLjMuMSIsWyJsb2FkT3JkZXIiXT0xMCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ3M2VtYy8yLjMuMSIsfSx3M25jbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNuY28vMi4wLjciLFsiZnVsbE5hbWUiXT0idzNuY28vMi4wLjciLFsibG9hZE9yZGVyIl09MTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1";' export '_ModuleTable010_;' '_ModuleTable011_="cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNuY28vMi4wLjciLH0sej17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvei8xLjIuMTEiLFsiZnVsbE5hbWUiXT0iei8xLjIuMTEiLFsibG9hZE9yZGVyIl09MTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iei8xLjIuMTEiLH0sfSxtcGF0aEE9eyIvY29udHJpYi9tb2R1bGVmaWxlcyIsIi9zY3JhdGNoMi9OQ0VQREVWL2Z2My1jYW0vRHVzYW4uSm92aWMvdWZzL3ByX25ldy91ZnMtd2VhdGhlci1tb2RlbC9tb2R1bGVmaWxlcy9oZXJhLmludGVsIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIv";' export '_ModuleTable011_;' '_ModuleTable012_="YXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZhbWlsaWVzL2ludGVsX2ltcGkiLCIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDEvTkNFUERFVi9uZW1zL2VtYy5uZW1zcGFyYS9zb2Z0L21vZHVsZWZpbGVzIix9LFsic3lzdGVtQmFzZU1QQVRIIl09Ii9hcHBzL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlOi9hcHBzL21vZHVsZXMvbW9kdWxlZmls";' export '_ModuleTable012_;' '_ModuleTable013_="ZXMvTGludXg6L2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlczovb3B0L2NyYXkvbW9kdWxlZmlsZXM6L29wdC9jcmF5L2NyYXlwZS9kZWZhdWx0L21vZHVsZWZpbGVzIix9";' export '_ModuleTable013_;' '_ModuleTable_Sz_="13";' export '_ModuleTable_Sz_;' ++ BACIO_LIB4=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libbacio_v2.0.3_4.a ++ export BACIO_LIB4 ++ BACIO_LIB8=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libbacio_v2.0.3_8.a @@ -8065,9 +2556,9 @@ INFO: CCPP prebuild step completed successfully. ++ export __LMOD_REF_COUNT_MANPATH ++ MANPATH=/apps/netcdf/4.7.0/intel/18.0.5.274/share/man:/apps/intel/compilers_and_libraries_2018/linux/mpi/man:/apps/intel/parallel_studio_xe_2018.4.057/man/common:/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/man:/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/man:/apps/lmod/lmod/share/man::/apps/local/man:/apps/slurm/default/share/man:/apps/slurm/tools/sbank/share/man ++ export MANPATH -++ __LMOD_REF_COUNT_MODULEPATH='/contrib/modulefiles:3;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:2;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1;/apps/modules/modulefamilies/intel:1;/apps/modules/modulefamilies/intel_impi:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles:1' +++ __LMOD_REF_COUNT_MODULEPATH='/contrib/modulefiles:3;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/hera.intel:2;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1;/apps/modules/modulefamilies/intel:1;/apps/modules/modulefamilies/intel_impi:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles:1' ++ export __LMOD_REF_COUNT_MODULEPATH -++ MODULEPATH=/contrib/modulefiles:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles:/apps/modules/modulefamilies/intel:/apps/modules/modulefamilies/intel_impi:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles +++ MODULEPATH=/contrib/modulefiles:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles:/apps/modules/modulefamilies/intel:/apps/modules/modulefamilies/intel_impi:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles ++ export MODULEPATH ++ MPM_LAUNCHER=/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/mpm/mic/bin/start_mpm.sh ++ export MPM_LAUNCHER @@ -8157,35 +2648,35 @@ INFO: CCPP prebuild step completed successfully. ++ export Z_SRC ++ Z_VER=v1.2.11 ++ export Z_VER -++ __LMOD_REF_COUNT__LMFILES_='/apps/modules/modulefiles/contrib:1;/contrib/modulefiles/sutils/default:1;/apps/modules/modulefiles/intel/18.0.5.274:1;/apps/modules/modulefamilies/intel/impi/2018.0.4:1;/apps/modules/modulefamilies/intel/netcdf/4.7.0:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/bacio/2.0.3:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/ip/3.0.2:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/nemsio/2.2.4:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/sp/2.0.3:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3emc/2.3.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3nco/2.0.7:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2/3.1.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2tmpl/1.6.0:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/crtm/2.2.6:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/jasper/1.900.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/png/1.2.44:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/z/1.2.11:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/post/8.0.1:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles/esmf/8.0.0:1;/contrib/modulefiles/cmake/3.9.0:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel/fv3:1' +++ __LMOD_REF_COUNT__LMFILES_='/apps/modules/modulefiles/contrib:1;/contrib/modulefiles/sutils/default:1;/apps/modules/modulefiles/intel/18.0.5.274:1;/apps/modules/modulefamilies/intel/impi/2018.0.4:1;/apps/modules/modulefamilies/intel/netcdf/4.7.0:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/bacio/2.0.3:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/ip/3.0.2:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/nemsio/2.2.4:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/sp/2.0.3:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3emc/2.3.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3nco/2.0.7:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2/3.1.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2tmpl/1.6.0:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/crtm/2.2.6:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/jasper/1.900.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/png/1.2.44:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/z/1.2.11:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/post/8.0.1:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles/esmf/8.0.0:1;/contrib/modulefiles/cmake/3.9.0:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/hera.intel/fv3:1' ++ export __LMOD_REF_COUNT__LMFILES_ -++ _LMFILES_=/apps/modules/modulefiles/contrib:/contrib/modulefiles/sutils/default:/apps/modules/modulefiles/intel/18.0.5.274:/apps/modules/modulefamilies/intel/impi/2018.0.4:/apps/modules/modulefamilies/intel/netcdf/4.7.0:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/bacio/2.0.3:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/ip/3.0.2:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/nemsio/2.2.4:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/sp/2.0.3:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3emc/2.3.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3nco/2.0.7:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2/3.1.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2tmpl/1.6.0:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/crtm/2.2.6:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/jasper/1.900.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/png/1.2.44:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/z/1.2.11:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/post/8.0.1:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles/esmf/8.0.0:/contrib/modulefiles/cmake/3.9.0:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel/fv3 +++ _LMFILES_=/apps/modules/modulefiles/contrib:/contrib/modulefiles/sutils/default:/apps/modules/modulefiles/intel/18.0.5.274:/apps/modules/modulefamilies/intel/impi/2018.0.4:/apps/modules/modulefamilies/intel/netcdf/4.7.0:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/bacio/2.0.3:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/ip/3.0.2:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/nemsio/2.2.4:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/sp/2.0.3:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3emc/2.3.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3nco/2.0.7:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2/3.1.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2tmpl/1.6.0:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/crtm/2.2.6:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/jasper/1.900.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/png/1.2.44:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/z/1.2.11:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/post/8.0.1:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles/esmf/8.0.0:/contrib/modulefiles/cmake/3.9.0:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/hera.intel/fv3 ++ export _LMFILES_ ++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJpbXBpIix9LG1UPXtiYWNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvYmFjaW8vMi4wLjMiLFsiZnVsbE5hbWUiXT0iYmFjaW8vMi4wLjMiLFsibG9hZE9yZGVyIl09Nixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJiYWNpby8yLjAuMyIsfSxjbWFrZT17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9jbWFrZS8zLjkuMCIsWyJmdWxs ++ export _ModuleTable001_ ++ _ModuleTable002_=TmFtZSJdPSJjbWFrZS8zLjkuMCIsWyJsb2FkT3JkZXIiXT0yMCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjbWFrZS8zLjkuMCIsfSxjb250cmliPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvY29udHJpYiIsWyJmdWxsTmFtZSJdPSJjb250cmliIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY29udHJpYiIsfSxjcnRtPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9jcnRtLzIuMi42IixbImZ1bGxOYW1lIl09ImNydG0vMi4yLjYiLFsibG9hZE9yZGVy ++ export _ModuleTable002_ -++ _ModuleTable003_=Il09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL2Z2My1jYW0vRHVzYW4uSm92aWMvdWZzL3ByMTgvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvaGVyYS5pbnRlbC9mdjMiLFsi +++ _ModuleTable003_=Il09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL2Z2My1jYW0vRHVzYW4uSm92aWMvdWZzL3ByX25ldy91ZnMtd2VhdGhlci1tb2RlbC9tb2R1bGVmaWxlcy9oZXJhLmludGVsL2Z2MyIs ++ export _ModuleTable003_ -++ _ModuleTable004_=ZnVsbE5hbWUiXT0iZnYzIixbImxvYWRPcmRlciJdPTIxLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTAsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImZ2MyIsfSxnMj17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzIvMy4xLjEiLFsiZnVsbE5hbWUiXT0iZzIvMy4xLjEiLFsibG9hZE9yZGVyIl09MTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZzIvMy4xLjEiLH0sZzJ0bXBsPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9nMnRtcGwvMS42LjAiLFsiZnVsbE5hbWUiXT0iZzJ0bXBsLzEuNi4w +++ _ModuleTable004_=WyJmdWxsTmFtZSJdPSJmdjMiLFsibG9hZE9yZGVyIl09MjEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MCxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZnYzIix9LGcyPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9nMi8zLjEuMSIsWyJmdWxsTmFtZSJdPSJnMi8zLjEuMSIsWyJsb2FkT3JkZXIiXT0xMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMi8zLjEuMSIsfSxnMnRtcGw9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2cydG1wbC8xLjYuMCIsWyJmdWxsTmFtZSJdPSJnMnRtcGwvMS42 ++ export _ModuleTable004_ -++ _ModuleTable005_=IixbImxvYWRPcmRlciJdPTEzLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcydG1wbC8xLjYuMCIsfSxpbXBpPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwvaW1waS8yMDE4LjAuNCIsWyJmdWxsTmFtZSJdPSJpbXBpLzIwMTguMC40IixbImxvYWRPcmRlciJdPTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW1waS8yMDE4LjAuNCIsfSxpbnRlbD17WyJmbiJdPSIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL2ludGVsLzE4LjAuNS4yNzQiLFsiZnVsbE5hbWUiXT0iaW50ZWwvMTguMC41LjI3NCIsWyJsb2FkT3JkZXIi +++ _ModuleTable005_=LjAiLFsibG9hZE9yZGVyIl09MTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZzJ0bXBsLzEuNi4wIix9LGltcGk9e1siZm4iXT0iL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbC9pbXBpLzIwMTguMC40IixbImZ1bGxOYW1lIl09ImltcGkvMjAxOC4wLjQiLFsibG9hZE9yZGVyIl09NCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJpbXBpLzIwMTguMC40Iix9LGludGVsPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvaW50ZWwvMTguMC41LjI3NCIsWyJmdWxsTmFtZSJdPSJpbnRlbC8xOC4wLjUuMjc0IixbImxvYWRPcmRl ++ export _ModuleTable005_ -++ _ModuleTable006_=XT0zLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImludGVsLzE4LjAuNS4yNzQiLH0saXA9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2lwLzMuMC4yIixbImZ1bGxOYW1lIl09ImlwLzMuMC4yIixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaXAvMy4wLjIiLH0samFzcGVyPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9qYXNwZXIvMS45MDAuMSIsWyJmdWxsTmFtZSJdPSJqYXNwZXIvMS45MDAuMSIsWyJsb2FkT3JkZXIi +++ _ModuleTable006_=ciJdPTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW50ZWwvMTguMC41LjI3NCIsfSxpcD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvaXAvMy4wLjIiLFsiZnVsbE5hbWUiXT0iaXAvMy4wLjIiLFsibG9hZE9yZGVyIl09Nyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJpcC8zLjAuMiIsfSxqYXNwZXI9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2phc3Blci8xLjkwMC4xIixbImZ1bGxOYW1lIl09Imphc3Blci8xLjkwMC4xIixbImxvYWRPcmRl ++ export _ModuleTable006_ -++ _ModuleTable007_=XT0xNSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJqYXNwZXIvMS45MDAuMSIsfSxuZW1zaW89e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL25lbXNpby8yLjIuNCIsWyJmdWxsTmFtZSJdPSJuZW1zaW8vMi4yLjQiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZW1zaW8vMi4yLjQiLH0sbmV0Y2RmPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwvbmV0Y2RmLzQuNy4wIixbImZ1bGxOYW1lIl09Im5ldGNkZi80LjcuMCIsWyJsb2FkT3JkZXIi +++ _ModuleTable007_=ciJdPTE1LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Imphc3Blci8xLjkwMC4xIix9LG5lbXNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvbmVtc2lvLzIuMi40IixbImZ1bGxOYW1lIl09Im5lbXNpby8yLjIuNCIsWyJsb2FkT3JkZXIiXT04LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5lbXNpby8yLjIuNCIsfSxuZXRjZGY9e1siZm4iXT0iL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbC9uZXRjZGYvNC43LjAiLFsiZnVsbE5hbWUiXT0ibmV0Y2RmLzQuNy4wIixbImxvYWRPcmRl ++ export _ModuleTable007_ -++ _ModuleTable008_=XT01LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5ldGNkZi80LjcuMCIsfSxwbmc9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3BuZy8xLjIuNDQiLFsiZnVsbE5hbWUiXT0icG5nLzEuMi40NCIsWyJsb2FkT3JkZXIiXT0xNixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJwbmcvMS4yLjQ0Iix9LHBvc3Q9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3Bvc3QvOC4wLjEiLFsiZnVsbE5hbWUiXT0icG9zdC84LjAuMSIsWyJsb2FkT3JkZXIiXT0xOCxw +++ _ModuleTable008_=ciJdPTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmV0Y2RmLzQuNy4wIix9LHBuZz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvcG5nLzEuMi40NCIsWyJmdWxsTmFtZSJdPSJwbmcvMS4yLjQ0IixbImxvYWRPcmRlciJdPTE2LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InBuZy8xLjIuNDQiLH0scG9zdD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvcG9zdC84LjAuMSIsWyJmdWxsTmFtZSJdPSJwb3N0LzguMC4xIixbImxvYWRPcmRlciJdPTE4 ++ export _ModuleTable008_ -++ _ModuleTable009_=cm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJwb3N0LzguMC4xIix9LHNwPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9zcC8yLjAuMyIsWyJmdWxsTmFtZSJdPSJzcC8yLjAuMyIsWyJsb2FkT3JkZXIiXT05LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InNwLzIuMC4zIix9LHN1dGlscz17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9zdXRpbHMvZGVmYXVsdCIsWyJmdWxsTmFtZSJdPSJzdXRpbHMvZGVmYXVsdCIsWyJsb2FkT3JkZXIiXT0yLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0 +++ _ModuleTable009_=LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InBvc3QvOC4wLjEiLH0sc3A9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3NwLzIuMC4zIixbImZ1bGxOYW1lIl09InNwLzIuMC4zIixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ic3AvMi4wLjMiLH0sc3V0aWxzPXtbImZuIl09Ii9jb250cmliL21vZHVsZWZpbGVzL3N1dGlscy9kZWZhdWx0IixbImZ1bGxOYW1lIl09InN1dGlscy9kZWZhdWx0IixbImxvYWRPcmRlciJdPTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0 ++ export _ModuleTable009_ -++ _ModuleTable010_=dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InN1dGlscyIsfSx3M2VtYz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNlbWMvMi4zLjEiLFsiZnVsbE5hbWUiXT0idzNlbWMvMi4zLjEiLFsibG9hZE9yZGVyIl09MTAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNlbWMvMi4zLjEiLH0sdzNuY289e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czbmNvLzIuMC43IixbImZ1bGxOYW1lIl09InczbmNvLzIuMC43IixbImxvYWRPcmRlciJdPTExLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMi +++ _ModuleTable010_=YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ic3V0aWxzIix9LHczZW1jPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy93M2VtYy8yLjMuMSIsWyJmdWxsTmFtZSJdPSJ3M2VtYy8yLjMuMSIsWyJsb2FkT3JkZXIiXT0xMCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ3M2VtYy8yLjMuMSIsfSx3M25jbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNuY28vMi4wLjciLFsiZnVsbE5hbWUiXT0idzNuY28vMi4wLjciLFsibG9hZE9yZGVyIl09MTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1 ++ export _ModuleTable010_ -++ _ModuleTable011_=XT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHo9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3ovMS4yLjExIixbImZ1bGxOYW1lIl09InovMS4yLjExIixbImxvYWRPcmRlciJdPTE3LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InovMS4yLjExIix9LH0sbXBhdGhBPXsiL2NvbnRyaWIvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDIvTkNFUERFVi9mdjMtY2FtL0R1c2FuLkpvdmljL3Vmcy9wcjE4L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL2hlcmEuaW50ZWwiLCIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi9hcHBz +++ _ModuleTable011_=cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNuY28vMi4wLjciLH0sej17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvei8xLjIuMTEiLFsiZnVsbE5hbWUiXT0iei8xLjIuMTEiLFsibG9hZE9yZGVyIl09MTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iei8xLjIuMTEiLH0sfSxtcGF0aEE9eyIvY29udHJpYi9tb2R1bGVmaWxlcyIsIi9zY3JhdGNoMi9OQ0VQREVWL2Z2My1jYW0vRHVzYW4uSm92aWMvdWZzL3ByX25ldy91ZnMtd2VhdGhlci1tb2RlbC9tb2R1bGVmaWxlcy9oZXJhLmludGVsIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIv ++ export _ModuleTable011_ -++ _ModuleTable012_=L21vZHVsZXMvbW9kdWxlZmlsZXMvTGludXgiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L2NyYXlwZS9kZWZhdWx0L21vZHVsZWZpbGVzIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbCIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWxfaW1waSIsIi9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcyIsIi9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmU6L2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9M +++ _ModuleTable012_=YXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZhbWlsaWVzL2ludGVsX2ltcGkiLCIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDEvTkNFUERFVi9uZW1zL2VtYy5uZW1zcGFyYS9zb2Z0L21vZHVsZWZpbGVzIix9LFsic3lzdGVtQmFzZU1QQVRIIl09Ii9hcHBzL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlOi9hcHBzL21vZHVsZXMvbW9kdWxlZmls ++ export _ModuleTable012_ -++ _ModuleTable013_=aW51eDovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzOi9vcHQvY3JheS9tb2R1bGVmaWxlczovb3B0L2NyYXkvY3JheXBlL2RlZmF1bHQvbW9kdWxlZmlsZXMiLH0= +++ _ModuleTable013_=ZXMvTGludXg6L2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlczovb3B0L2NyYXkvbW9kdWxlZmlsZXM6L29wdC9jcmF5L2NyYXlwZS9kZWZhdWx0L21vZHVsZWZpbGVzIix9 ++ export _ModuleTable013_ ++ _ModuleTable_Sz_=13 ++ export _ModuleTable_Sz_ @@ -8193,7 +2684,7 @@ INFO: CCPP prebuild step completed successfully. + eval + module list ++ /apps/lmod/7.7.18/libexec/lmod bash list -+ eval echo ''\'''\'';' echo ''\''Currently'\''' ''\''Loaded'\''' ''\''Modules:'\'';' echo ''\'''\''' ''\'''\''' ''\''1)'\''' ''\''contrib'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''7)'\''' ''\''ip/3.0.2'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''13)'\''' ''\''g2tmpl/1.6.0'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''19)'\''' ''\''esmf/8.0.0'\'';' echo ''\'''\''' ''\'''\''' ''\''2)'\''' ''\''sutils/default'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''8)'\''' ''\''nemsio/2.2.4'\''' ''\'''\''' ''\''14)'\''' ''\''crtm/2.2.6'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''20)'\''' ''\''cmake/3.9.0'\'';' echo ''\'''\''' ''\'''\''' ''\''3)'\''' ''\''intel/18.0.5.274'\''' ''\'''\''' ''\'''\''' ''\''9)'\''' ''\''sp/2.0.3'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''15)'\''' ''\''jasper/1.900.1'\''' ''\'''\''' ''\''21)'\''' ''\''fv3'\'';' echo ''\'''\''' ''\'''\''' ''\''4)'\''' ''\''impi/2018.0.4'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''10)'\''' ''\''w3emc/2.3.1'\''' ''\'''\''' ''\'''\''' ''\''16)'\''' ''\''png/1.2.44'\'';' echo ''\'''\''' ''\'''\''' ''\''5)'\''' ''\''netcdf/4.7.0'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''11)'\''' ''\''w3nco/2.0.7'\''' ''\'''\''' ''\'''\''' ''\''17)'\''' ''\''z/1.2.11'\'';' echo ''\'''\''' ''\'''\''' ''\''6)'\''' ''\''bacio/2.0.3'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''12)'\''' ''\''g2/3.1.1'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''18)'\''' ''\''post/8.0.1'\'';' echo ''\'''\'';' echo ''\'''\''' ''\'''\'';' echo ''\'''\'';' 'MODULEPATH="/contrib/modulefiles:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles:/apps/modules/modulefamilies/intel:/apps/modules/modulefamilies/intel_impi:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles";' export 'MODULEPATH;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJpbXBpIix9LG1UPXtiYWNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvYmFjaW8vMi4wLjMiLFsiZnVsbE5hbWUiXT0iYmFjaW8vMi4wLjMiLFsibG9hZE9yZGVyIl09Nixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJiYWNpby8yLjAuMyIsfSxjbWFrZT17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9jbWFrZS8zLjkuMCIsWyJmdWxs";' export '_ModuleTable001_;' '_ModuleTable002_="TmFtZSJdPSJjbWFrZS8zLjkuMCIsWyJsb2FkT3JkZXIiXT0yMCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjbWFrZS8zLjkuMCIsfSxjb250cmliPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvY29udHJpYiIsWyJmdWxsTmFtZSJdPSJjb250cmliIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY29udHJpYiIsfSxjcnRtPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9jcnRtLzIuMi42IixbImZ1bGxOYW1lIl09ImNydG0vMi4yLjYiLFsibG9hZE9yZGVy";' export '_ModuleTable002_;' '_ModuleTable003_="Il09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL2Z2My1jYW0vRHVzYW4uSm92aWMvdWZzL3ByMTgvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvaGVyYS5pbnRlbC9mdjMiLFsi";' export '_ModuleTable003_;' '_ModuleTable004_="ZnVsbE5hbWUiXT0iZnYzIixbImxvYWRPcmRlciJdPTIxLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTAsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImZ2MyIsfSxnMj17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzIvMy4xLjEiLFsiZnVsbE5hbWUiXT0iZzIvMy4xLjEiLFsibG9hZE9yZGVyIl09MTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZzIvMy4xLjEiLH0sZzJ0bXBsPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9nMnRtcGwvMS42LjAiLFsiZnVsbE5hbWUiXT0iZzJ0bXBsLzEuNi4w";' export '_ModuleTable004_;' '_ModuleTable005_="IixbImxvYWRPcmRlciJdPTEzLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcydG1wbC8xLjYuMCIsfSxpbXBpPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwvaW1waS8yMDE4LjAuNCIsWyJmdWxsTmFtZSJdPSJpbXBpLzIwMTguMC40IixbImxvYWRPcmRlciJdPTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW1waS8yMDE4LjAuNCIsfSxpbnRlbD17WyJmbiJdPSIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL2ludGVsLzE4LjAuNS4yNzQiLFsiZnVsbE5hbWUiXT0iaW50ZWwvMTguMC41LjI3NCIsWyJsb2FkT3JkZXIi";' export '_ModuleTable005_;' '_ModuleTable006_="XT0zLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImludGVsLzE4LjAuNS4yNzQiLH0saXA9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2lwLzMuMC4yIixbImZ1bGxOYW1lIl09ImlwLzMuMC4yIixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaXAvMy4wLjIiLH0samFzcGVyPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9qYXNwZXIvMS45MDAuMSIsWyJmdWxsTmFtZSJdPSJqYXNwZXIvMS45MDAuMSIsWyJsb2FkT3JkZXIi";' export '_ModuleTable006_;' '_ModuleTable007_="XT0xNSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJqYXNwZXIvMS45MDAuMSIsfSxuZW1zaW89e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL25lbXNpby8yLjIuNCIsWyJmdWxsTmFtZSJdPSJuZW1zaW8vMi4yLjQiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZW1zaW8vMi4yLjQiLH0sbmV0Y2RmPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwvbmV0Y2RmLzQuNy4wIixbImZ1bGxOYW1lIl09Im5ldGNkZi80LjcuMCIsWyJsb2FkT3JkZXIi";' export '_ModuleTable007_;' '_ModuleTable008_="XT01LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5ldGNkZi80LjcuMCIsfSxwbmc9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3BuZy8xLjIuNDQiLFsiZnVsbE5hbWUiXT0icG5nLzEuMi40NCIsWyJsb2FkT3JkZXIiXT0xNixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJwbmcvMS4yLjQ0Iix9LHBvc3Q9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3Bvc3QvOC4wLjEiLFsiZnVsbE5hbWUiXT0icG9zdC84LjAuMSIsWyJsb2FkT3JkZXIiXT0xOCxw";' export '_ModuleTable008_;' '_ModuleTable009_="cm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJwb3N0LzguMC4xIix9LHNwPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9zcC8yLjAuMyIsWyJmdWxsTmFtZSJdPSJzcC8yLjAuMyIsWyJsb2FkT3JkZXIiXT05LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InNwLzIuMC4zIix9LHN1dGlscz17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9zdXRpbHMvZGVmYXVsdCIsWyJmdWxsTmFtZSJdPSJzdXRpbHMvZGVmYXVsdCIsWyJsb2FkT3JkZXIiXT0yLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0";' export '_ModuleTable009_;' '_ModuleTable010_="dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InN1dGlscyIsfSx3M2VtYz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNlbWMvMi4zLjEiLFsiZnVsbE5hbWUiXT0idzNlbWMvMi4zLjEiLFsibG9hZE9yZGVyIl09MTAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNlbWMvMi4zLjEiLH0sdzNuY289e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czbmNvLzIuMC43IixbImZ1bGxOYW1lIl09InczbmNvLzIuMC43IixbImxvYWRPcmRlciJdPTExLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMi";' export '_ModuleTable010_;' '_ModuleTable011_="XT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHo9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3ovMS4yLjExIixbImZ1bGxOYW1lIl09InovMS4yLjExIixbImxvYWRPcmRlciJdPTE3LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InovMS4yLjExIix9LH0sbXBhdGhBPXsiL2NvbnRyaWIvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDIvTkNFUERFVi9mdjMtY2FtL0R1c2FuLkpvdmljL3Vmcy9wcjE4L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL2hlcmEuaW50ZWwiLCIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi9hcHBz";' export '_ModuleTable011_;' '_ModuleTable012_="L21vZHVsZXMvbW9kdWxlZmlsZXMvTGludXgiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L2NyYXlwZS9kZWZhdWx0L21vZHVsZWZpbGVzIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbCIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWxfaW1waSIsIi9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcyIsIi9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmU6L2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9M";' export '_ModuleTable012_;' '_ModuleTable013_="aW51eDovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzOi9vcHQvY3JheS9tb2R1bGVmaWxlczovb3B0L2NyYXkvY3JheXBlL2RlZmF1bHQvbW9kdWxlZmlsZXMiLH0=";' export '_ModuleTable013_;' '_ModuleTable_Sz_="13";' export '_ModuleTable_Sz_;' ++ eval echo ''\'''\'';' echo ''\''Currently'\''' ''\''Loaded'\''' ''\''Modules:'\'';' echo ''\'''\''' ''\'''\''' ''\''1)'\''' ''\''contrib'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''7)'\''' ''\''ip/3.0.2'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''13)'\''' ''\''g2tmpl/1.6.0'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''19)'\''' ''\''esmf/8.0.0'\'';' echo ''\'''\''' ''\'''\''' ''\''2)'\''' ''\''sutils/default'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''8)'\''' ''\''nemsio/2.2.4'\''' ''\'''\''' ''\''14)'\''' ''\''crtm/2.2.6'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''20)'\''' ''\''cmake/3.9.0'\'';' echo ''\'''\''' ''\'''\''' ''\''3)'\''' ''\''intel/18.0.5.274'\''' ''\'''\''' ''\'''\''' ''\''9)'\''' ''\''sp/2.0.3'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''15)'\''' ''\''jasper/1.900.1'\''' ''\'''\''' ''\''21)'\''' ''\''fv3'\'';' echo ''\'''\''' ''\'''\''' ''\''4)'\''' ''\''impi/2018.0.4'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''10)'\''' ''\''w3emc/2.3.1'\''' ''\'''\''' ''\'''\''' ''\''16)'\''' ''\''png/1.2.44'\'';' echo ''\'''\''' ''\'''\''' ''\''5)'\''' ''\''netcdf/4.7.0'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''11)'\''' ''\''w3nco/2.0.7'\''' ''\'''\''' ''\'''\''' ''\''17)'\''' ''\''z/1.2.11'\'';' echo ''\'''\''' ''\'''\''' ''\''6)'\''' ''\''bacio/2.0.3'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''12)'\''' ''\''g2/3.1.1'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''18)'\''' ''\''post/8.0.1'\'';' echo ''\'''\'';' echo ''\'''\''' ''\'''\'';' echo ''\'''\'';' 'MODULEPATH="/contrib/modulefiles:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles:/apps/modules/modulefamilies/intel:/apps/modules/modulefamilies/intel_impi:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles";' export 'MODULEPATH;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJpbXBpIix9LG1UPXtiYWNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvYmFjaW8vMi4wLjMiLFsiZnVsbE5hbWUiXT0iYmFjaW8vMi4wLjMiLFsibG9hZE9yZGVyIl09Nixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJiYWNpby8yLjAuMyIsfSxjbWFrZT17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9jbWFrZS8zLjkuMCIsWyJmdWxs";' export '_ModuleTable001_;' '_ModuleTable002_="TmFtZSJdPSJjbWFrZS8zLjkuMCIsWyJsb2FkT3JkZXIiXT0yMCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjbWFrZS8zLjkuMCIsfSxjb250cmliPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvY29udHJpYiIsWyJmdWxsTmFtZSJdPSJjb250cmliIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY29udHJpYiIsfSxjcnRtPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9jcnRtLzIuMi42IixbImZ1bGxOYW1lIl09ImNydG0vMi4yLjYiLFsibG9hZE9yZGVy";' export '_ModuleTable002_;' '_ModuleTable003_="Il09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL2Z2My1jYW0vRHVzYW4uSm92aWMvdWZzL3ByX25ldy91ZnMtd2VhdGhlci1tb2RlbC9tb2R1bGVmaWxlcy9oZXJhLmludGVsL2Z2MyIs";' export '_ModuleTable003_;' '_ModuleTable004_="WyJmdWxsTmFtZSJdPSJmdjMiLFsibG9hZE9yZGVyIl09MjEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MCxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZnYzIix9LGcyPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9nMi8zLjEuMSIsWyJmdWxsTmFtZSJdPSJnMi8zLjEuMSIsWyJsb2FkT3JkZXIiXT0xMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMi8zLjEuMSIsfSxnMnRtcGw9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2cydG1wbC8xLjYuMCIsWyJmdWxsTmFtZSJdPSJnMnRtcGwvMS42";' export '_ModuleTable004_;' '_ModuleTable005_="LjAiLFsibG9hZE9yZGVyIl09MTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZzJ0bXBsLzEuNi4wIix9LGltcGk9e1siZm4iXT0iL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbC9pbXBpLzIwMTguMC40IixbImZ1bGxOYW1lIl09ImltcGkvMjAxOC4wLjQiLFsibG9hZE9yZGVyIl09NCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJpbXBpLzIwMTguMC40Iix9LGludGVsPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvaW50ZWwvMTguMC41LjI3NCIsWyJmdWxsTmFtZSJdPSJpbnRlbC8xOC4wLjUuMjc0IixbImxvYWRPcmRl";' export '_ModuleTable005_;' '_ModuleTable006_="ciJdPTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW50ZWwvMTguMC41LjI3NCIsfSxpcD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvaXAvMy4wLjIiLFsiZnVsbE5hbWUiXT0iaXAvMy4wLjIiLFsibG9hZE9yZGVyIl09Nyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJpcC8zLjAuMiIsfSxqYXNwZXI9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2phc3Blci8xLjkwMC4xIixbImZ1bGxOYW1lIl09Imphc3Blci8xLjkwMC4xIixbImxvYWRPcmRl";' export '_ModuleTable006_;' '_ModuleTable007_="ciJdPTE1LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Imphc3Blci8xLjkwMC4xIix9LG5lbXNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvbmVtc2lvLzIuMi40IixbImZ1bGxOYW1lIl09Im5lbXNpby8yLjIuNCIsWyJsb2FkT3JkZXIiXT04LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5lbXNpby8yLjIuNCIsfSxuZXRjZGY9e1siZm4iXT0iL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbC9uZXRjZGYvNC43LjAiLFsiZnVsbE5hbWUiXT0ibmV0Y2RmLzQuNy4wIixbImxvYWRPcmRl";' export '_ModuleTable007_;' '_ModuleTable008_="ciJdPTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmV0Y2RmLzQuNy4wIix9LHBuZz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvcG5nLzEuMi40NCIsWyJmdWxsTmFtZSJdPSJwbmcvMS4yLjQ0IixbImxvYWRPcmRlciJdPTE2LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InBuZy8xLjIuNDQiLH0scG9zdD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvcG9zdC84LjAuMSIsWyJmdWxsTmFtZSJdPSJwb3N0LzguMC4xIixbImxvYWRPcmRlciJdPTE4";' export '_ModuleTable008_;' '_ModuleTable009_="LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InBvc3QvOC4wLjEiLH0sc3A9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3NwLzIuMC4zIixbImZ1bGxOYW1lIl09InNwLzIuMC4zIixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ic3AvMi4wLjMiLH0sc3V0aWxzPXtbImZuIl09Ii9jb250cmliL21vZHVsZWZpbGVzL3N1dGlscy9kZWZhdWx0IixbImZ1bGxOYW1lIl09InN1dGlscy9kZWZhdWx0IixbImxvYWRPcmRlciJdPTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0";' export '_ModuleTable009_;' '_ModuleTable010_="YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ic3V0aWxzIix9LHczZW1jPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy93M2VtYy8yLjMuMSIsWyJmdWxsTmFtZSJdPSJ3M2VtYy8yLjMuMSIsWyJsb2FkT3JkZXIiXT0xMCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ3M2VtYy8yLjMuMSIsfSx3M25jbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNuY28vMi4wLjciLFsiZnVsbE5hbWUiXT0idzNuY28vMi4wLjciLFsibG9hZE9yZGVyIl09MTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1";' export '_ModuleTable010_;' '_ModuleTable011_="cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNuY28vMi4wLjciLH0sej17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvei8xLjIuMTEiLFsiZnVsbE5hbWUiXT0iei8xLjIuMTEiLFsibG9hZE9yZGVyIl09MTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iei8xLjIuMTEiLH0sfSxtcGF0aEE9eyIvY29udHJpYi9tb2R1bGVmaWxlcyIsIi9zY3JhdGNoMi9OQ0VQREVWL2Z2My1jYW0vRHVzYW4uSm92aWMvdWZzL3ByX25ldy91ZnMtd2VhdGhlci1tb2RlbC9tb2R1bGVmaWxlcy9oZXJhLmludGVsIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIv";' export '_ModuleTable011_;' '_ModuleTable012_="YXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZhbWlsaWVzL2ludGVsX2ltcGkiLCIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDEvTkNFUERFVi9uZW1zL2VtYy5uZW1zcGFyYS9zb2Z0L21vZHVsZWZpbGVzIix9LFsic3lzdGVtQmFzZU1QQVRIIl09Ii9hcHBzL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlOi9hcHBzL21vZHVsZXMvbW9kdWxlZmls";' export '_ModuleTable012_;' '_ModuleTable013_="ZXMvTGludXg6L2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlczovb3B0L2NyYXkvbW9kdWxlZmlsZXM6L29wdC9jcmF5L2NyYXlwZS9kZWZhdWx0L21vZHVsZWZpbGVzIix9";' export '_ModuleTable013_;' '_ModuleTable_Sz_="13";' export '_ModuleTable_Sz_;' ++ echo '' ++ echo Currently Loaded Modules: @@ -8216,40 +2707,40 @@ Currently Loaded Modules: ++ echo '' -++ MODULEPATH=/contrib/modulefiles:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles:/apps/modules/modulefamilies/intel:/apps/modules/modulefamilies/intel_impi:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles +++ MODULEPATH=/contrib/modulefiles:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles:/apps/modules/modulefamilies/intel:/apps/modules/modulefamilies/intel_impi:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles ++ export MODULEPATH ++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJpbXBpIix9LG1UPXtiYWNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvYmFjaW8vMi4wLjMiLFsiZnVsbE5hbWUiXT0iYmFjaW8vMi4wLjMiLFsibG9hZE9yZGVyIl09Nixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJiYWNpby8yLjAuMyIsfSxjbWFrZT17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9jbWFrZS8zLjkuMCIsWyJmdWxs ++ export _ModuleTable001_ ++ _ModuleTable002_=TmFtZSJdPSJjbWFrZS8zLjkuMCIsWyJsb2FkT3JkZXIiXT0yMCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjbWFrZS8zLjkuMCIsfSxjb250cmliPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvY29udHJpYiIsWyJmdWxsTmFtZSJdPSJjb250cmliIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY29udHJpYiIsfSxjcnRtPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9jcnRtLzIuMi42IixbImZ1bGxOYW1lIl09ImNydG0vMi4yLjYiLFsibG9hZE9yZGVy ++ export _ModuleTable002_ -++ _ModuleTable003_=Il09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL2Z2My1jYW0vRHVzYW4uSm92aWMvdWZzL3ByMTgvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvaGVyYS5pbnRlbC9mdjMiLFsi +++ _ModuleTable003_=Il09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL2Z2My1jYW0vRHVzYW4uSm92aWMvdWZzL3ByX25ldy91ZnMtd2VhdGhlci1tb2RlbC9tb2R1bGVmaWxlcy9oZXJhLmludGVsL2Z2MyIs ++ export _ModuleTable003_ -++ _ModuleTable004_=ZnVsbE5hbWUiXT0iZnYzIixbImxvYWRPcmRlciJdPTIxLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTAsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImZ2MyIsfSxnMj17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzIvMy4xLjEiLFsiZnVsbE5hbWUiXT0iZzIvMy4xLjEiLFsibG9hZE9yZGVyIl09MTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZzIvMy4xLjEiLH0sZzJ0bXBsPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9nMnRtcGwvMS42LjAiLFsiZnVsbE5hbWUiXT0iZzJ0bXBsLzEuNi4w +++ _ModuleTable004_=WyJmdWxsTmFtZSJdPSJmdjMiLFsibG9hZE9yZGVyIl09MjEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MCxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZnYzIix9LGcyPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9nMi8zLjEuMSIsWyJmdWxsTmFtZSJdPSJnMi8zLjEuMSIsWyJsb2FkT3JkZXIiXT0xMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMi8zLjEuMSIsfSxnMnRtcGw9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2cydG1wbC8xLjYuMCIsWyJmdWxsTmFtZSJdPSJnMnRtcGwvMS42 ++ export _ModuleTable004_ -++ _ModuleTable005_=IixbImxvYWRPcmRlciJdPTEzLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcydG1wbC8xLjYuMCIsfSxpbXBpPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwvaW1waS8yMDE4LjAuNCIsWyJmdWxsTmFtZSJdPSJpbXBpLzIwMTguMC40IixbImxvYWRPcmRlciJdPTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW1waS8yMDE4LjAuNCIsfSxpbnRlbD17WyJmbiJdPSIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL2ludGVsLzE4LjAuNS4yNzQiLFsiZnVsbE5hbWUiXT0iaW50ZWwvMTguMC41LjI3NCIsWyJsb2FkT3JkZXIi +++ _ModuleTable005_=LjAiLFsibG9hZE9yZGVyIl09MTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZzJ0bXBsLzEuNi4wIix9LGltcGk9e1siZm4iXT0iL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbC9pbXBpLzIwMTguMC40IixbImZ1bGxOYW1lIl09ImltcGkvMjAxOC4wLjQiLFsibG9hZE9yZGVyIl09NCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJpbXBpLzIwMTguMC40Iix9LGludGVsPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvaW50ZWwvMTguMC41LjI3NCIsWyJmdWxsTmFtZSJdPSJpbnRlbC8xOC4wLjUuMjc0IixbImxvYWRPcmRl ++ export _ModuleTable005_ -++ _ModuleTable006_=XT0zLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImludGVsLzE4LjAuNS4yNzQiLH0saXA9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2lwLzMuMC4yIixbImZ1bGxOYW1lIl09ImlwLzMuMC4yIixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaXAvMy4wLjIiLH0samFzcGVyPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9qYXNwZXIvMS45MDAuMSIsWyJmdWxsTmFtZSJdPSJqYXNwZXIvMS45MDAuMSIsWyJsb2FkT3JkZXIi +++ _ModuleTable006_=ciJdPTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW50ZWwvMTguMC41LjI3NCIsfSxpcD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvaXAvMy4wLjIiLFsiZnVsbE5hbWUiXT0iaXAvMy4wLjIiLFsibG9hZE9yZGVyIl09Nyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJpcC8zLjAuMiIsfSxqYXNwZXI9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2phc3Blci8xLjkwMC4xIixbImZ1bGxOYW1lIl09Imphc3Blci8xLjkwMC4xIixbImxvYWRPcmRl ++ export _ModuleTable006_ -++ _ModuleTable007_=XT0xNSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJqYXNwZXIvMS45MDAuMSIsfSxuZW1zaW89e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL25lbXNpby8yLjIuNCIsWyJmdWxsTmFtZSJdPSJuZW1zaW8vMi4yLjQiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZW1zaW8vMi4yLjQiLH0sbmV0Y2RmPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwvbmV0Y2RmLzQuNy4wIixbImZ1bGxOYW1lIl09Im5ldGNkZi80LjcuMCIsWyJsb2FkT3JkZXIi +++ _ModuleTable007_=ciJdPTE1LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Imphc3Blci8xLjkwMC4xIix9LG5lbXNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvbmVtc2lvLzIuMi40IixbImZ1bGxOYW1lIl09Im5lbXNpby8yLjIuNCIsWyJsb2FkT3JkZXIiXT04LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5lbXNpby8yLjIuNCIsfSxuZXRjZGY9e1siZm4iXT0iL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbC9uZXRjZGYvNC43LjAiLFsiZnVsbE5hbWUiXT0ibmV0Y2RmLzQuNy4wIixbImxvYWRPcmRl ++ export _ModuleTable007_ -++ _ModuleTable008_=XT01LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5ldGNkZi80LjcuMCIsfSxwbmc9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3BuZy8xLjIuNDQiLFsiZnVsbE5hbWUiXT0icG5nLzEuMi40NCIsWyJsb2FkT3JkZXIiXT0xNixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJwbmcvMS4yLjQ0Iix9LHBvc3Q9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3Bvc3QvOC4wLjEiLFsiZnVsbE5hbWUiXT0icG9zdC84LjAuMSIsWyJsb2FkT3JkZXIiXT0xOCxw +++ _ModuleTable008_=ciJdPTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmV0Y2RmLzQuNy4wIix9LHBuZz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvcG5nLzEuMi40NCIsWyJmdWxsTmFtZSJdPSJwbmcvMS4yLjQ0IixbImxvYWRPcmRlciJdPTE2LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InBuZy8xLjIuNDQiLH0scG9zdD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvcG9zdC84LjAuMSIsWyJmdWxsTmFtZSJdPSJwb3N0LzguMC4xIixbImxvYWRPcmRlciJdPTE4 ++ export _ModuleTable008_ -++ _ModuleTable009_=cm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJwb3N0LzguMC4xIix9LHNwPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9zcC8yLjAuMyIsWyJmdWxsTmFtZSJdPSJzcC8yLjAuMyIsWyJsb2FkT3JkZXIiXT05LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InNwLzIuMC4zIix9LHN1dGlscz17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9zdXRpbHMvZGVmYXVsdCIsWyJmdWxsTmFtZSJdPSJzdXRpbHMvZGVmYXVsdCIsWyJsb2FkT3JkZXIiXT0yLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0 +++ _ModuleTable009_=LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InBvc3QvOC4wLjEiLH0sc3A9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3NwLzIuMC4zIixbImZ1bGxOYW1lIl09InNwLzIuMC4zIixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ic3AvMi4wLjMiLH0sc3V0aWxzPXtbImZuIl09Ii9jb250cmliL21vZHVsZWZpbGVzL3N1dGlscy9kZWZhdWx0IixbImZ1bGxOYW1lIl09InN1dGlscy9kZWZhdWx0IixbImxvYWRPcmRlciJdPTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0 ++ export _ModuleTable009_ -++ _ModuleTable010_=dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InN1dGlscyIsfSx3M2VtYz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNlbWMvMi4zLjEiLFsiZnVsbE5hbWUiXT0idzNlbWMvMi4zLjEiLFsibG9hZE9yZGVyIl09MTAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNlbWMvMi4zLjEiLH0sdzNuY289e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czbmNvLzIuMC43IixbImZ1bGxOYW1lIl09InczbmNvLzIuMC43IixbImxvYWRPcmRlciJdPTExLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMi +++ _ModuleTable010_=YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ic3V0aWxzIix9LHczZW1jPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy93M2VtYy8yLjMuMSIsWyJmdWxsTmFtZSJdPSJ3M2VtYy8yLjMuMSIsWyJsb2FkT3JkZXIiXT0xMCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ3M2VtYy8yLjMuMSIsfSx3M25jbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNuY28vMi4wLjciLFsiZnVsbE5hbWUiXT0idzNuY28vMi4wLjciLFsibG9hZE9yZGVyIl09MTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1 ++ export _ModuleTable010_ -++ _ModuleTable011_=XT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHo9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3ovMS4yLjExIixbImZ1bGxOYW1lIl09InovMS4yLjExIixbImxvYWRPcmRlciJdPTE3LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InovMS4yLjExIix9LH0sbXBhdGhBPXsiL2NvbnRyaWIvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDIvTkNFUERFVi9mdjMtY2FtL0R1c2FuLkpvdmljL3Vmcy9wcjE4L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL2hlcmEuaW50ZWwiLCIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi9hcHBz +++ _ModuleTable011_=cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNuY28vMi4wLjciLH0sej17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvei8xLjIuMTEiLFsiZnVsbE5hbWUiXT0iei8xLjIuMTEiLFsibG9hZE9yZGVyIl09MTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iei8xLjIuMTEiLH0sfSxtcGF0aEE9eyIvY29udHJpYi9tb2R1bGVmaWxlcyIsIi9zY3JhdGNoMi9OQ0VQREVWL2Z2My1jYW0vRHVzYW4uSm92aWMvdWZzL3ByX25ldy91ZnMtd2VhdGhlci1tb2RlbC9tb2R1bGVmaWxlcy9oZXJhLmludGVsIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIv ++ export _ModuleTable011_ -++ _ModuleTable012_=L21vZHVsZXMvbW9kdWxlZmlsZXMvTGludXgiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L2NyYXlwZS9kZWZhdWx0L21vZHVsZWZpbGVzIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbCIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWxfaW1waSIsIi9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcyIsIi9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmU6L2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9M +++ _ModuleTable012_=YXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZhbWlsaWVzL2ludGVsX2ltcGkiLCIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDEvTkNFUERFVi9uZW1zL2VtYy5uZW1zcGFyYS9zb2Z0L21vZHVsZWZpbGVzIix9LFsic3lzdGVtQmFzZU1QQVRIIl09Ii9hcHBzL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlOi9hcHBzL21vZHVsZXMvbW9kdWxlZmls ++ export _ModuleTable012_ -++ _ModuleTable013_=aW51eDovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzOi9vcHQvY3JheS9tb2R1bGVmaWxlczovb3B0L2NyYXkvY3JheXBlL2RlZmF1bHQvbW9kdWxlZmlsZXMiLH0= +++ _ModuleTable013_=ZXMvTGludXg6L2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlczovb3B0L2NyYXkvbW9kdWxlZmlsZXM6L29wdC9jcmF5L2NyYXlwZS9kZWZhdWx0L21vZHVsZWZpbGVzIix9 ++ export _ModuleTable013_ ++ _ModuleTable_Sz_=13 ++ export _ModuleTable_Sz_ ++ : -s sh + eval -+ cd build_fv3_12 -+ cmake /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model -DREPRO=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF ++ cd build_fv3_3 ++ cmake /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model -D32BIT=Y -- The C compiler identification is Intel 18.0.5.20180823 -- The CXX compiler identification is Intel 18.0.5.20180823 -- The Fortran compiler identification is Intel 18.0.5.20180823 @@ -8289,8 +2780,8 @@ CXX compiler: Intel 18.0.5.20180823 (mpiicpc) Fortran compiler: Intel 18.0.5.20180823 (mpiifort) DEBUG is disabled -REPRO is ENABLED -32BIT is disabled +REPRO is disabled +32BIT is ENABLED OPENMP is ENABLED AVX2 is ENABLED INLINE_POST is ENABLED @@ -8298,45992 +2789,24 @@ INLINE_POST is ENABLED Selected physics package: gfs --- Detecting OpenMP flags for Intel C compiler: -qopenmp --- Detecting OpenMP flags for Intel C++ compiler: -qopenmp --- Detecting OpenMP flags for Intel Fortran compiler: -qopenmp --- Enable OpenMP support for C/C++/Fortran compiler --- Disable SIONlib support --- Disable Intel MKL support --- Enable netCDF support --- Disable ESMF support --- Disable multi-gases physics --- Detecting OpenMP flags for Intel C compiler: -qopenmp --- Detecting OpenMP flags for Intel C++ compiler: -qopenmp --- Detecting OpenMP flags for Intel Fortran compiler: -qopenmp --- Enable OpenMP support for C/C++/Fortran compiler --- Found LibXml2: /usr/lib64/libxml2.so (found version "2.9.1") --- Found Doxygen: /usr/bin/doxygen (found version "1.8.5") found components: doxygen dot --- Detecting OpenMP flags for Intel C compiler: -qopenmp --- Detecting OpenMP flags for Intel C++ compiler: -qopenmp --- Detecting OpenMP flags for Intel Fortran compiler: -qopenmp --- Enable OpenMP support for C/C++/Fortran compiler -INFOGot CCPP_SCHEMES from environment variable: /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/aer_cloud.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/aerclm_def.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/aerinterp.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/calpreciptype.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cldwat2m_micro.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cldmacro.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/date_def.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/funcphys.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gcycle.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/h2o_def.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/h2ointerp.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/iccn_def.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/iccninterp.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/iounitdef.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/machine.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mersenne_twister.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfpbl.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg_utils.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg2_0.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg3_0.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/multi_gases.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_model.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_parameters.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_radar.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_thompson.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MP_FER_HIRES.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_bl_mynn.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_mynn.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_orowam2017.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/namelist_soilveg.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfpblt.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfpbltq.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfscu.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfscuq.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/noahmp_tables.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/num_parthds.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozne_def.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozinterp.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/physcons.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/physparam.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radcons.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_aerosols.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_astronomy.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_clouds.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_gases.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_surface.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radlw_datatb.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radlw_param.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radsw_datatb.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radsw_param.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/samfaerosols.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfcsub.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sflx.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/set_soilveg.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/surface_perturbation.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_deep.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_sh.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/tridi.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/wv_saturation.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_soil_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rayleigh_damp.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radsw_main.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_ocean.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gwdc.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gscond.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ysuvdif.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_sice.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/samfdeepcnv.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/satmedmfvdif.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozphys_2015.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/samfshalcnv.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/precpd.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_fer_hires.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diag.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radlw_main.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_debug.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/satmedmfvdifq.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cs_conv.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/shinhongvdif.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/h2ophys.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_nst.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/moninedmf.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diff.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diag_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/m_micro.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gcm_shoc.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gwdps.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/shalcnv.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/get_prs_fv3.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozphys.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_stochastics.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/drag_suite.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_cice.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sascnvn.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cnvc90.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_drv.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/dcyc2.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/moninshoc.f -INFOGot CAPS from environment variable: /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_12/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_12/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_fast_physics_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_12/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_time_vary_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_12/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_radiation_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_12/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_physics_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_12/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_stochastics_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_12/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_noahmp_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_12/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_noahmp_fast_physics_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_12/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_noahmp_time_vary_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_12/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_noahmp_radiation_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_12/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_noahmp_physics_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_12/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_noahmp_stochastics_cap.F90 -Force 64 bits in CCPP_layer +Force 64 bits in gfsphysics +Force 64 bits in ipd +Force 64 bits in stochastic_physics -- Configuring done -- Generating done --- Build files have been written to: /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_12 +-- Build files have been written to: /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/tests/build_fv3_3 + make -j 8 Scanning dependencies of target fv3cpl -Scanning dependencies of target ccpp -[ 0%] Building Fortran object FV3/ccpp/framework/src/CMakeFiles/ccpp.dir/ccpp_errors.F90.o -[ 0%] Building Fortran object FV3/cpl/CMakeFiles/fv3cpl.dir/module_cap_cpl.F90.o -[ 0%] Building Fortran object FV3/cpl/CMakeFiles/fv3cpl.dir/module_cplfields.F90.o -[ 0%] Building Fortran object FV3/ccpp/framework/src/CMakeFiles/ccpp.dir/ccpp_types.F90.o +[ 1%] Building Fortran object FV3/cpl/CMakeFiles/fv3cpl.dir/module_cplfields.F90.o +[ 1%] Building Fortran object FV3/cpl/CMakeFiles/fv3cpl.dir/module_cap_cpl.F90.o Scanning dependencies of target fms -[ 0%] Building Fortran object CMakeFiles/fms.dir/FMS/platform/platform.F90.o -[ 0%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_parameter.F90.o -[ 0%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_core.F90.o -[ 0%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_input.F90.o -[ 0%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/cloud_interpolator.F90.o -[ 1%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_io.F90.o -[ 2%] Building Fortran object FV3/ccpp/framework/src/CMakeFiles/ccpp.dir/ccpp.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 3%] Building Fortran object CMakeFiles/fms.dir/FMS/sat_vapor_pres/sat_vapor_pres_k.F90.o -[ 3%] Building Fortran object CMakeFiles/fms.dir/FMS/random_numbers/MersenneTwister.F90.o -[ 3%] Building Fortran object FV3/ccpp/framework/src/CMakeFiles/ccpp.dir/ccpp_api.F90.o -[ 3%] Building Fortran object CMakeFiles/fms.dir/FMS/constants/constants.F90.o -[ 3%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_data.F90.o -[ 3%] Linking Fortran static library libccpp.a -[ 4%] Linking Fortran static library libfv3cpl.a -[ 4%] Built target ccpp -[ 4%] Built target fv3cpl -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 5%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp.F90.o -Scanning dependencies of target ccppphys -[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/machine.F.o -[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFDL_parse_tracers.F90.o -[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mersenne_twister.f.o -[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_mp_radar.F90.o -[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/iounitdef.f.o -[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/namelist_soilveg.f.o -[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/namelist_soilveg_ruc.F90.o -[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_noahmp_glacier.f90.o -[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_noahmplsm.f90.o -[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/noahmp_tables.f90.o -[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_soil_pre.F90.o -[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/physcons.F90.o -[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/aerclm_def.F.o -[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/physparam.f.o -[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/h2o_def.f.o -[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/iccn_def.F.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/micro_mg_utils.F90.o -[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozne_def.f.o -[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/surface_perturbation.F90.o -[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_deep.F90.o -[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_gfdl_cloud_microphys.F90.o -[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gfs_phy_tracer_config.F.o -[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radcons.f90.o -[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/set_soilveg.f.o -[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MP_FER_HIRES.F90.o -[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_BL_MYJPBL.F90.o -[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/date_def.f.o -[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_mp_thompson.F90.o -[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gwdps.f.o -[ 8%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_SF_JSFC.F90.o -[ 9%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_ruclsm.F90.o -[ 9%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/set_soilveg_ruc.F90.o -[ 9%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/__/__/gfsphysics/CCPP_layer/CCPP_typedefs.F90.o -[ 10%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_post.F90.o -[ 10%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cnvc90.f.o -[ 10%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_DCNV_generic.F90.o -[ 10%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_GWD_generic.F90.o -[ 10%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_MP_generic.F90.o -[ 10%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_PBL_generic.F90.o -[ 10%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_SCNV_generic.F90.o -[ 10%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_composites.F90.o -[ 11%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_loop_control.F90.o -[ 11%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/maximum_hourly_diagnostics.F90.o -[ 11%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozphys.f.o -[ 11%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rayleigh_damp.f.o -[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_diag_post.F90.o -[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_diff.f.o -[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_stochastics.F90.o -[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/funcphys.f90.o -[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radlw_param.f.o -[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radsw_param.f.o -[ 13%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_nst_parameters.f90.o -[ 13%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_bl_mynn.F90.o -[ 13%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_initialize.F90.o -[ 13%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_astronomy.f.o -[ 13%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_surface.f.o -[ 13%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/samfaerosols.F.o -[ 14%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/aerinterp.F90.o -[ 14%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/h2ointerp.f90.o -[ 14%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_efp.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 14%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_memutils.F90.o -[ 15%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_pset.F90.o -[ 15%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_type.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 16%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/iccninterp.F90.o -[ 16%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozinterp.f90.o -[ 17%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_mp_thompson_make_number_concentrations.F90.o -[ 17%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/gradient.F90.o -[ 17%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/aer_cloud.F.o -[ 17%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gfdl_fv_sat_adj.F90.o -[ 17%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/get_prs_fv3.F90.o -[ 18%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gfdl_cloud_microphys.F90.o -[ 18%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_domains.F90.o -[ 18%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_generic.F90.o -[ 18%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/wv_saturation.F.o -[ 19%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_nst_water_prop.f90.o -[ 19%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/__/__/gfsphysics/GFS_layer/GFS_typedefs.F90.o -[ 20%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_module.F90.o -[ 21%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_bfmicrophysics.f.o -[ 22%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radsw_datatb.f.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 22%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_aerosols.f.o -[ 23%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radlw_datatb.f.o -[ 23%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_gfdlmp_fast_physics_cap.F90.o -[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_gases.f.o -[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_sh.F90.o -[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/moninedmf.f.o -[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_drv.f.o -[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/samfdeepcnv.f.o -[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_time_vary_pre.fv3.F90.o -[ 25%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_sice.f.o -[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/samfshalcnv.f.o -[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_diag.f.o -[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_gfdlmp_noahmp_fast_physics_cap.F90.o -[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_noahmp_drv.f.o -[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_clouds.f.o -[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radlw_main.f.o -[ 27%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radsw_main.f.o -[ 27%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_nst_model.f90.o -[ 27%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cldmacro.F.o -[ 27%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cldwat2m_micro.F.o -[ 27%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_mynn.F90.o -[ 27%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/micro_mg3_0.F90.o -[ 27%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/micro_mg2_0.F90.o -[ 27%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp.F90.o -[ 27%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_nst.f.o -[ 27%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_setup.F90.o -[ 27%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_io.F90.o -[ 28%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_comm.F90.o -Compiling in MPI mode (with or without MPP) -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 28%] Building Fortran object CMakeFiles/fms.dir/FMS/fms/fms_io.F90.o -[ 28%] Building Fortran object CMakeFiles/fms.dir/FMS/memutils/memutils.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/dcyc2.f.o -[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_suite_interstitial.F90.o -[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_post.F90.o -[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_pre.F90.o -[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rrtmg_sw_post.F90.o -[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rrtmg_lw_pre.F90.o -[ 30%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rrtmg_lw_post.F90.o -[ 31%] Building Fortran object CMakeFiles/fms.dir/FMS/fms/fms.F90.o -[ 32%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rrtmg_sw_pre.F90.o -[ 32%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_gfdlmp_stochastics_cap.F90.o -[ 32%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_phys_time_vary.fv3.F90.o -[ 33%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_rad_time_vary.fv3.F90.o -[ 33%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_gfdlmp_noahmp_stochastics_cap.F90.o -[ 34%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bicubic.F90.o -[ 34%] Building Fortran object CMakeFiles/fms.dir/FMS/time_manager/time_manager.F90.o -[ 34%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bilinear.F90.o -[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_conserve.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_spherical.F90.o -[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/axis_utils/axis_utils.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_grid.F90.o -[ 35%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_gfdlmp_physics_cap.F90.o -[ 35%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_gfdlmp_noahmp_physics_cap.F90.o -[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/field_manager/field_manager.F90.o -[ 36%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/mosaic.F90.o -[ 36%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_gfdlmp_radiation_cap.F90.o -[ 37%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_gfdlmp_noahmp_radiation_cap.F90.o -[ 37%] Building Fortran object CMakeFiles/fms.dir/FMS/topography/gaussian_topog.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 37%] Building Fortran object CMakeFiles/fms.dir/FMS/time_manager/get_cal_time.F90.o -[ 37%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp.F90.o -[ 37%] Building Fortran object CMakeFiles/fms.dir/FMS/time_interp/time_interp.F90.o -[ 38%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_data.F90.o -[ 39%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_gfdlmp_time_vary_cap.F90.o -[ 39%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_gfdlmp_noahmp_time_vary_cap.F90.o -[ 39%] Building Fortran object CMakeFiles/fms.dir/FMS/field_manager/fm_util.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_types.F90.o -[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/time_interp/time_interp_external.F90.o -[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_axis.F90.o -[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_manifest.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/xbt_drop_rate_adjust.f90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/write_ocean_data.F90.o -[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_output.F90.o -[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/data_override/data_override.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_util.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_table.F90.o -[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_manager.F90.o -[ 41%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_gfdlmp_cap.F90.o -[ 42%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_gfdlmp_noahmp_cap.F90.o -[ 42%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_debug.F90.o -[ 43%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_suite_init_finalize_test.F90.o -[ 43%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cs_conv.F90.o -[ 43%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cs_conv_aw_adj.F90.o -[ 43%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 44%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver_post.F90.o -[ 44%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver_pre.F90.o -[ 44%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke.F90.o -[ 44%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke_post.F90.o -[ 44%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke_pre.F90.o -[ 44%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/drag_suite.F90.o -[ 44%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gcm_shoc.F90.o -[ 44%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gscond.f.o -[ 44%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gwdc.f.o -[ 44%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/h2ophys.f.o -[ 44%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/lsm_ruc_sfc_sice_interstitial.F90.o -[ 44%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/m_micro.F90.o -[ 44%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/m_micro_interstitial.F90.o -[ 44%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYJPBL_wrapper.F90.o -[ 44%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYJSFC_wrapper.F90.o -[ 44%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNPBL_wrapper.F90.o -[ 44%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNrad_post.F90.o -[ 44%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNrad_pre.F90.o -[ 44%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNSFC_wrapper.F90.o -[ 46%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/moninshoc.f.o -[ 46%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_fer_hires.F90.o -[ 47%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/coupler_types.F90.o -[ 47%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_thompson.F90.o -[ 48%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_thompson_pre.F90.o -[ 48%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_thompson_post.F90.o -[ 48%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozphys_2015.f.o -[ 48%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/multi_gases.F90.o -[ 48%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/precpd.f.o -[ 48%] Building Fortran object CMakeFiles/fms.dir/FMS/exchange/stock_constants.F90.o -[ 49%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sascnvn.F.o -[ 49%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/satmedmfvdif.F.o -[ 50%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_cice.f.o -[ 50%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/satmedmfvdifq.F.o -[ 51%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_drv_ruc.F90.o -[ 51%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_ocean.F.o -[ 51%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfcsub.F.o -[ 51%] Building Fortran object CMakeFiles/fms.dir/FMS/amip_interp/amip_interp.F90.o -[ 51%] Building Fortran object CMakeFiles/fms.dir/FMS/astronomy/astronomy.F90.o -[ 52%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/shalcnv.F.o -[ 53%] Building Fortran object CMakeFiles/fms.dir/FMS/block_control/block_control.F90.o -[ 53%] Building Fortran object CMakeFiles/fms.dir/FMS/column_diagnostics/column_diagnostics.F90.o -[ 53%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/shinhongvdif.F90.o -[ 53%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ugwp_driver_v0.F.o -[ 53%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/atmos_ocean_fluxes.F90.o -[ 53%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/calpreciptype.f90.o -[ 54%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ysuvdif.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 54%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/ensemble_manager.F90.o -[ 54%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gcycle.F90.o -[ 55%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gocart_tracer_config_stub.f.o -[ 56%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfpbl.f.o -[ 56%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters.F90.o -[ 56%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_triggers.F90.o -[ 56%] Building Fortran object CMakeFiles/fms.dir/FMS/exchange/xgrid.F90.o -[ 57%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_solvers.F90.o -[ 57%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft.F90.o -Compiling in MPI mode (with or without MPP) -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 57%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_vert_lsatdis.F90.o -[ 57%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_orowam2017.f.o -[ 58%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_utils.F90.o -[ 59%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_vert_orodis.F90.o -[ 60%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft99.F90.o -[ 60%] Building Fortran object CMakeFiles/fms.dir/FMS/interpolator/interpolator.F90.o -[ 60%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/grid.F90.o -[ 60%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_vert_wmsdis.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 60%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfpblt.f.o -[ 60%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_utilities.F90.o -[ 61%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfpbltq.f.o -[ 61%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core.F90.o -[ 61%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfscu.f.o -[ 61%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core_ecda.F90.o -[ 61%] Building Fortran object CMakeFiles/fms.dir/FMS/random_numbers/random_numbers.F90.o -[ 61%] Building Fortran object CMakeFiles/fms.dir/FMS/sat_vapor_pres/sat_vapor_pres.F90.o -[ 61%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfscuq.f.o -[ 63%] Building Fortran object CMakeFiles/fms.dir/FMS/topography/topography.F90.o -[ 63%] Building Fortran object CMakeFiles/fms.dir/FMS/station_data/station_data.F90.o -[ 63%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/num_parthds.F.o -[ 63%] Building Fortran object CMakeFiles/fms.dir/FMS/tracer_manager/tracer_manager.F90.o -[ 64%] Building Fortran object CMakeFiles/fms.dir/FMS/tridiagonal/tridiagonal.F90.o -[ 65%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sflx.f.o -[ 65%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/tridi.f.o -[ 65%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/quicksort.F90.o -[ 65%] Building C object CMakeFiles/fms.dir/FMS/memutils/memuse.c.o -[ 65%] Building C object CMakeFiles/fms.dir/FMS/mosaic/create_xgrid.c.o -[ 65%] Building C object CMakeFiles/fms.dir/FMS/mosaic/gradient_c2l.c.o -[ 66%] Building C object CMakeFiles/fms.dir/FMS/mosaic/interp.c.o -[ 66%] Building C object CMakeFiles/fms.dir/FMS/mosaic/mosaic_util.c.o -[ 66%] Building C object CMakeFiles/fms.dir/FMS/mosaic/read_mosaic.c.o -[ 66%] Building C object CMakeFiles/fms.dir/FMS/affinity/affinity.c.o -[ 67%] Building C object CMakeFiles/fms.dir/FMS/mpp/nsclock.c.o -[ 67%] Building C object CMakeFiles/fms.dir/FMS/mpp/threadloc.c.o -[ 67%] Linking Fortran static library libccppphys.a -[ 67%] Built target ccppphys -Scanning dependencies of target gfsphysics -[ 68%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/namelist_soilveg.f.o -[ 68%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/machine.F.o -[ 68%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/GFDL_parse_tracers.F90.o -[ 68%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mersenne_twister.f.o -[ 68%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/CCPP_layer/CCPP_typedefs.F90.o -[ 68%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/physparam.f.o -[ 68%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/physcons.F90.o -[ 68%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radsw_param.f.o -[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radlw_param.f.o -[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_typedefs.F90.o -[ 69%] Linking Fortran static library FMS/libfms.a -[ 69%] Built target fms -[ 70%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_diagnostics.F90.o -[ 71%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_driver.F90.o -[ 71%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/CCPP_layer/CCPP_data.F90.o -[ 71%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_restart.F90.o -[ 71%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_abstraction_layer.F90.o -[ 71%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/__/ccpp/physics/ccpp_static_api.F90.o -[ 71%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/noahmp_tables.f90.o -[ 71%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/set_soilveg.f.o -[ 71%] Linking Fortran static library libgfsphysics.a -[ 71%] Built target gfsphysics -Scanning dependencies of target ipd -Scanning dependencies of target ccppdriver -[ 71%] Building Fortran object FV3/ipd/CMakeFiles/ipd.dir/IPD_typedefs.F90.o -[ 71%] Building Fortran object FV3/ccpp/driver/CMakeFiles/ccppdriver.dir/CCPP_driver.F90.o -[ 71%] Building Fortran object FV3/ipd/CMakeFiles/ipd.dir/IPD_driver.F90.o -[ 72%] Linking Fortran static library libccppdriver.a -[ 72%] Built target ccppdriver -[ 73%] Linking Fortran static library libipd.a -[ 73%] Built target ipd -Scanning dependencies of target io -[ 74%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_internal_state.F90.o -[ 74%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_fv3_io_def.F90.o -Scanning dependencies of target fv3core -[ 74%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_arrays.F90.o -[ 74%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/external_sst.F90.o -[ 74%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/sim_nc_mod.F90.o -[ 74%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_fill.F90.o -[ 74%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/DYCORE_typedefs.F90.o -[ 74%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_netcdf.F90.o -[ 74%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_nemsio.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 74%] Building Fortran object FV3/io/CMakeFiles/io.dir/post_gfs.F90.o -[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_mp_mod.F90.o -[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/sorted_index.F90.o -[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_eta.F90.o -[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_sg.F90.o -[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_timing.F90.o -[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/boundary.F90.o -[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_grid_utils.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 76%] Building Fortran object FV3/io/CMakeFiles/io.dir/FV3GFS_io.F90.o -[ 76%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_wrt_grid_comp.F90.o -[ 77%] Building Fortran object FV3/io/CMakeFiles/io.dir/ffsync.F90.o -[ 78%] Building Fortran object FV3/io/CMakeFiles/io.dir/post_nems_routines.F90.o -[ 78%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_mapz.F90.o -[ 79%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/a2b_edge.F90.o -[ 79%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/tp_core.F90.o -[ 79%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_surf_map.F90.o -[ 79%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_grid_tools.F90.o -[ 79%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/init_hydro.F90.o -[ 79%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_treat_da_inc.F90.o -[ 79%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_iau_mod.F90.o -[ 79%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/sw_core.F90.o -[ 79%] Linking Fortran static library libio.a -[ 79%] Built target io -[ 79%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_diagnostics.F90.o -[ 79%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_io.F90.o -[ 80%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/nh_utils.F90.o -[ 80%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/nh_core.F90.o -[ 80%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/test_cases.F90.o -[ 80%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_regional_bc.F90.o -[ 80%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/fv_nggps_diag.F90.o -[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_nudge.F90.o -[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_tracer2d.F90.o -[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/dyn_core.F90.o -[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_update_phys.F90.o -[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/external_ic.F90.o -[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_restart.F90.o -[ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_control.F90.o -[ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_nesting.F90.o -[ 85%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_dynamics.F90.o -[ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/atmosphere.F90.o -[ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/multi_gases.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 86%] Linking Fortran static library libfv3core.a -[ 86%] Built target fv3core -Scanning dependencies of target stochastic_physics -[ 86%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/spectral_layout.F90.o -[ 86%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/update_ca.f90.o -[ 87%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_gg_def.f.o -[ 87%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_layout_lag.f.o -[ 87%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_resol_def.f.o -[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/glats_stochy.f.o -[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_namelist_def.F90.o -[ 89%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/compns_stochy.F90.o -[ 89%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/setlats_lag_stochy.f.o -[ 89%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/get_lats_node_a_stochy.f.o -[ 90%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/get_ls_node_stochy.f.o -[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/gozrineo_stochy.f.o -[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/pln2eo_stochy.f.o -[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/epslon_stochy.f.o -[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/setlats_a_stochy.f.o -[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_internal_state_mod.F90.o -[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/dezouv_stochy.f.o -[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/dozeuv_stochy.f.o -[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/four_to_grid_stochy.F.o -[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_patterngenerator.F90.o -[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/sumfln_stochy.f.o -[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/getcon_lag_stochy.f.o -[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/getcon_spectral.F90.o -[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/initialize_spectral_mod.F90.o -[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_data_mod.F90.o -[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/get_stochy_pattern.F90.o -[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochastic_physics.F90.o -[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/cellular_automata.f90.o -[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/plumes.f90.o -[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/num_parthds_stochy.f.o -[ 94%] Linking Fortran static library libstochastic_physics.a -[ 94%] Built target stochastic_physics -Scanning dependencies of target fv3cap -[ 94%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/module_fv3_config.F90.o -[ 94%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/atmos_model.F90.o -[ 94%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/module_fcst_grid_comp.F90.o -[ 95%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/fv3_cap.F90.o -[ 95%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/time_utils.F90.o -[ 96%] Linking Fortran static library libfv3cap.a -[ 96%] Built target fv3cap -Scanning dependencies of target NEMS.exe -[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_EARTH_INTERNAL_STATE.F90.o -[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/ENS_Cpl/ENS_CplComp_ESMFMod_STUB.F90.o -[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_MEDIATOR_SpaceWeather.F90.o -[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_MEDIATOR_methods.F90.o -[ 98%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_INTERNAL_STATE.F90.o -[ 98%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_UTILS.F90.o -[ 98%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_Rusage.F90.o -[100%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_MEDIATOR.F90.o -[100%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_EARTH_GRID_COMP.F90.o -[100%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_GRID_COMP.F90.o -[100%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/MAIN_NEMS.F90.o -[100%] Building C object CMakeFiles/NEMS.exe.dir/NEMS/src/nems_c_rusage.c.o -[100%] Linking Fortran executable NEMS.exe -/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/lib/libjasper_v1.900.1.a(jas_stream.o): In function `jas_stream_tmpfile': -jas_stream.c:(.text+0x7a7): warning: the use of `tmpnam' is dangerous, better use `mkstemp' -[100%] Built target NEMS.exe -+ mv NEMS.exe ../fv3_12.exe -+ cp /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel/fv3 ../modules.fv3_12 -+ cd .. -+ '[' YES = YES ']' -+ rm -rf build_fv3_12 -+ elapsed=599 -+ echo 'Elapsed time 599 seconds. Compiling REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp finished' -Elapsed time 599 seconds. Compiling REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp finished -+ SECONDS=0 -+++ readlink -f /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/compile_cmake.sh -++ dirname /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/compile_cmake.sh -+ readonly MYDIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests -+ MYDIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests -+ readonly ARGC=4 -+ ARGC=4 -+ cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests -+ [[ 4 -eq 0 ]] -+ [[ 4 -lt 2 ]] -+ PATHTR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model -+ MACHINE_ID=hera.intel -+ MAKE_OPT='REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_csawmgshoc,FV3_GFS_2017_csawmg,FV3_GFS_2017_satmedmf' -+ BUILD_NAME=fv3_13 -+ clean_before=YES -+ clean_after=YES -+ BUILD_DIR=build_fv3_13 -+ [[ hera.intel == cheyenne.* ]] -+ [[ hera.intel == wcoss_dell_p3 ]] -+ MAKE_THREADS=8 -+ hostname -hfe01 -+ cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests -+ echo 'Compiling REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_csawmgshoc,FV3_GFS_2017_csawmg,FV3_GFS_2017_satmedmf into fv3_13.exe on hera.intel' -Compiling REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_csawmgshoc,FV3_GFS_2017_csawmg,FV3_GFS_2017_satmedmf into fv3_13.exe on hera.intel -+ '[' YES = YES ']' -+ rm -rf build_fv3_13 -+ mkdir -p build_fv3_13 -+ CCPP_CMAKE_FLAGS= -+ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_csawmgshoc,FV3_GFS_2017_csawmg,FV3_GFS_2017_satmedmf == *\D\E\B\U\G\=\Y* ]] -+ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_csawmgshoc,FV3_GFS_2017_csawmg,FV3_GFS_2017_satmedmf == *\R\E\P\R\O\=\Y* ]] -+ CCPP_CMAKE_FLAGS=' -DREPRO=Y' -+ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_csawmgshoc,FV3_GFS_2017_csawmg,FV3_GFS_2017_satmedmf == *\3\2\B\I\T\=\Y* ]] -+ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_csawmgshoc,FV3_GFS_2017_csawmg,FV3_GFS_2017_satmedmf == *\O\P\E\N\M\P\=\N* ]] -+ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_csawmgshoc,FV3_GFS_2017_csawmg,FV3_GFS_2017_satmedmf == *\C\C\P\P\=\Y* ]] -+ CCPP_CMAKE_FLAGS=' -DREPRO=Y -DCCPP=ON -DMPI=ON' -+ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_csawmgshoc,FV3_GFS_2017_csawmg,FV3_GFS_2017_satmedmf == *\D\E\B\U\G\=\Y* ]] -+ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_csawmgshoc,FV3_GFS_2017_csawmg,FV3_GFS_2017_satmedmf == *\R\E\P\R\O\=\Y* ]] -+ CCPP_CMAKE_FLAGS=' -DREPRO=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit' -+ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_csawmgshoc,FV3_GFS_2017_csawmg,FV3_GFS_2017_satmedmf == *\3\2\B\I\T\=\Y* ]] -+ CCPP_CMAKE_FLAGS=' -DREPRO=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -DDYN32=OFF' -+ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_csawmgshoc,FV3_GFS_2017_csawmg,FV3_GFS_2017_satmedmf == *\S\T\A\T\I\C\=\Y* ]] -+ CCPP_CMAKE_FLAGS=' -DREPRO=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -DDYN32=OFF -DSTATIC=ON' -+ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_csawmgshoc,FV3_GFS_2017_csawmg,FV3_GFS_2017_satmedmf == *\M\U\L\T\I\_\G\A\S\E\S\=\Y* ]] -+ CCPP_CMAKE_FLAGS=' -DREPRO=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF' -++ echo REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_csawmgshoc,FV3_GFS_2017_csawmg,FV3_GFS_2017_satmedmf -++ sed 's/.* SUITES=//' -++ sed 's/ .*//' -+ SUITES=FV3_GFS_2017_csawmgshoc,FV3_GFS_2017_csawmg,FV3_GFS_2017_satmedmf -+ cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model -+ ./FV3/ccpp/framework/scripts/ccpp_prebuild.py --config=FV3/ccpp/config/ccpp_prebuild_config.py --static --suites=FV3_GFS_2017_csawmgshoc,FV3_GFS_2017_csawmg,FV3_GFS_2017_satmedmf --builddir=tests/build_fv3_13/FV3 -INFO: Logging level set to INFO -INFO: Found TYPEDEFS_NEW_METADATA dictionary in config, assume at least some data is in new metadata formet -INFO: Parsing suite definition files ... -INFO: Parsing suite definition file FV3/ccpp/suites/suite_FV3_GFS_2017_csawmgshoc.xml ... -INFO: Parsing suite definition file FV3/ccpp/suites/suite_FV3_GFS_2017_csawmg.xml ... -INFO: Parsing suite definition file FV3/ccpp/suites/suite_FV3_GFS_2017_satmedmf.xml ... -INFO: Parsing metadata tables for variables provided by host model ... -INFO: Parsed variable definition tables in module machine -INFO: Parsed variable definition tables in module module_radsw_parameters -INFO: Parsed variable definition tables in module module_radlw_parameters -INFO: Parsed variable definition tables in module CCPP_typedefs -INFO: Parsed variable definition tables in module GFS_typedefs -INFO: Parsed variable definition tables in module CCPP_data -INFO: Parsed variable definition tables in module ccpp_types -INFO: Convert local names from new metadata format into old metadata format ... -INFO: Converting local name sfcflw of variable lw_fluxes_sfc from new to old metadata -INFO: Converting local name nslwr of variable number_of_timesteps_between_longwave_radiation_calls from new to old metadata -INFO: Converting local name hydrostatic of variable flag_for_hydrostatic_solver from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_of_kinematic_buoyancy_flux_from_shoc_in_phy_f3d) of variable kinematic_buoyancy_flux_from_shoc from new to old metadata -INFO: Converting local name nkbfshoc of variable index_of_kinematic_buoyancy_flux_from_shoc_in_phy_f3d from new to old metadata -INFO: Converting local name dvisbm_cpl of variable cumulative_surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name cnvw of variable convective_cloud_water_mixing_ratio from new to old metadata -INFO: Converting local name ltaerosol of variable flag_for_aerosol_physics from new to old metadata -INFO: Converting local name rainmcadj of variable lwe_thickness_of_moist_convective_adj_precipitation_amount from new to old metadata -INFO: Converting local name loop_cnt of variable ccpp_loop_counter from new to old metadata -INFO: Converting local name ncpi of variable local_ice_number_concentration from new to old metadata -INFO: Converting local name pt of variable virtual_temperature_at_Lagrangian_surface from new to old metadata -INFO: Converting local name nirbmui of variable surface_upwelling_direct_near_infrared_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name vconvtend of variable tendency_of_y_wind_due_to_deep_convection_for_coupling_on_physics_timestep from new to old metadata -INFO: Converting local name uustar_ice of variable surface_friction_velocity_over_ice from new to old metadata -INFO: Converting local name phy_myj_uz0 of variable u_wind_component_at_viscous_sublayer_top from new to old metadata -INFO: Converting local name evap_land of variable kinematic_surface_upward_latent_heat_flux_over_land from new to old metadata -INFO: Converting local name ocean of variable flag_nonzero_ocean_surface_fraction from new to old metadata -INFO: Converting local name ep1d_ocean of variable surface_upward_potential_latent_heat_flux_over_ocean from new to old metadata -INFO: Converting local name qconvtend of variable tendency_of_water_vapor_specific_humidity_due_to_deep_convection_for_coupling_on_physics_timestep from new to old metadata -INFO: Converting local name islmsk_cice of variable sea_land_ice_mask_cice from new to old metadata -INFO: Converting local name cmm_ice of variable surface_drag_wind_speed_for_momentum_in_air_over_ice from new to old metadata -INFO: Converting local name visdfdi of variable surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name cnv_ndrop of variable number_concentration_of_cloud_liquid_water_particles_for_detrainment from new to old metadata -INFO: Converting local name sh2o of variable volume_fraction_of_unfrozen_soil_moisture_for_land_surface_model from new to old metadata -INFO: Converting local name tau_tofd of variable time_integral_of_momentum_flux_due_to_turbulent_orographic_form_drag from new to old metadata -INFO: Converting local name dnirbmi_cpl of variable instantaneous_surface_downwelling_direct_near_infrared_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name refdmax263k of variable maximum_reflectivity_at_minus10c_over_maximum_hourly_time_interval from new to old metadata -INFO: Converting local name ulwsfci of variable surface_upwelling_longwave_flux from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_liquid_cloud_condensate) of variable tendency_of_liquid_cloud_water_mixing_ratio_due_to_model_physics from new to old metadata -INFO: Converting local name ntcw of variable index_for_liquid_cloud_condensate from new to old metadata -INFO: Converting local name lheatstrg of variable flag_for_canopy_heat_storage from new to old metadata -INFO: Converting local name slc of variable volume_fraction_of_unfrozen_soil_moisture from new to old metadata -INFO: Converting local name tsfc_land of variable surface_skin_temperature_over_land_interstitial from new to old metadata -INFO: Converting local name save_v of variable y_wind_save from new to old metadata -INFO: Converting local name xkzm_m of variable atmosphere_momentum_diffusivity_background from new to old metadata -INFO: Converting local name gabsbdlw_land of variable surface_downwelling_longwave_flux_absorbed_by_ground_over_land from new to old metadata -INFO: Converting local name tprcp_ice of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_ice from new to old metadata -INFO: Converting local name stblcpxy of variable slow_soil_pool_mass_content_of_carbon from new to old metadata -INFO: Converting local name cdq_land of variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_land from new to old metadata -INFO: Converting local name du3dt(:,:,2) of variable cumulative_change_in_x_wind_due_to_orographic_gravity_wave_drag from new to old metadata -INFO: Converting local name mg_berg_eff_factor of variable mg_bergeron_efficiency_factor from new to old metadata -INFO: Converting local name clouds(:,:,3) of variable mean_effective_radius_for_liquid_cloud from new to old metadata -INFO: Converting local name aer_nm of variable aerosol_number_concentration_from_gocart_aerosol_climatology from new to old metadata -INFO: Converting local name xzts of variable sensitivity_of_dtl_thickness_to_surface_temperature from new to old metadata -INFO: Converting local name lake of variable flag_nonzero_lake_surface_fraction from new to old metadata -INFO: Converting local name kb of variable vertical_index_difference_between_layer_and_lower_bound from new to old metadata -INFO: Converting local name ipt of variable index_for_diagnostic_printout from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_ice_friendly_aerosols) of variable ice_friendly_aerosol_number_concentration from new to old metadata -INFO: Converting local name ntia of variable index_for_ice_friendly_aerosols from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_rain_water) of variable tendency_of_rain_water_mixing_ratio_due_to_model_physics from new to old metadata -INFO: Converting local name ntrw of variable index_for_rain_water from new to old metadata -INFO: Converting local name con_epsm1 of variable ratio_of_dry_air_to_water_vapor_gas_constants_minus_one from new to old metadata -INFO: Converting local name dqsfc_cice of variable surface_upward_latent_heat_flux_for_coupling_interstitial from new to old metadata -INFO: Converting local name last_step of variable flag_for_the_last_step_of_k_split_remapping from new to old metadata -INFO: Converting local name huge of variable netcdf_float_fillvalue from new to old metadata -INFO: Converting local name save_q(:,:,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio_save from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_liquid_cloud_number_concentration) of variable cloud_droplet_number_concentration from new to old metadata -INFO: Converting local name ntlnc of variable index_for_liquid_cloud_number_concentration from new to old metadata -INFO: Converting local name dv3dt(:,:,1) of variable cumulative_change_in_y_wind_due_to_PBL from new to old metadata -INFO: Converting local name imp_physics_mg of variable flag_for_morrison_gettelman_microphysics_scheme from new to old metadata -INFO: Converting local name cldtaulw of variable cloud_optical_depth_layers_at_10mu_band from new to old metadata -INFO: Converting local name wet of variable flag_nonzero_wet_surface_fraction from new to old metadata -INFO: Converting local name qsnowxy of variable snow_precipitation_rate_at_surface from new to old metadata -INFO: Converting local name iopt_frz of variable flag_for_supercooled_liquid_water_option from new to old metadata -INFO: Converting local name dsnow_cpl of variable tendency_of_lwe_thickness_of_snow_amount_for_coupling from new to old metadata -INFO: Converting local name cldsa of variable cloud_area_fraction_for_radiation from new to old metadata -INFO: Converting local name totsnwb of variable accumulated_lwe_thickness_of_snow_amount_in_bucket from new to old metadata -INFO: Converting local name gq0(:,:,index_for_rain_water) of variable rain_water_mixing_ratio_updated_by_physics from new to old metadata -INFO: Converting local name totsnw of variable accumulated_lwe_thickness_of_snow_amount from new to old metadata -INFO: Converting local name xkzm_s of variable diffusivity_background_sigma_level from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_water_friendly_aerosols) of variable tendency_of_water_friendly_aerosol_number_concentration_due_to_model_physics from new to old metadata -INFO: Converting local name ntwa of variable index_for_water_friendly_aerosols from new to old metadata -INFO: Converting local name fswtr of variable fraction_of_cloud_top_water_scavenged from new to old metadata -INFO: Converting local name nvisbmi_cpl of variable instantaneous_surface_net_downward_direct_ultraviolet_and_visible_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_of_atmosphere_heat_diffusivity_from_shoc_in_phy_f3d) of variable atmosphere_heat_diffusivity_from_shoc from new to old metadata -INFO: Converting local name nahdshoc of variable index_of_atmosphere_heat_diffusivity_from_shoc_in_phy_f3d from new to old metadata -INFO: Converting local name nthreads of variable omp_threads_for_fast_physics from new to old metadata -INFO: Converting local name icemp of variable lwe_thickness_of_ice_amount from new to old metadata -INFO: Converting local name dqsfc_cpl of variable cumulative_surface_upward_latent_heat_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name con_jcal of variable joules_per_calorie_constant from new to old metadata -INFO: Converting local name xmu of variable zenith_angle_temporal_adjustment_factor_for_shortwave_fluxes from new to old metadata -INFO: Converting local name con_fvirt of variable ratio_of_vapor_to_dry_air_gas_constants_minus_one from new to old metadata -INFO: Converting local name evfactl_deep of variable rain_evaporation_coefficient_over_land_deep_convection from new to old metadata -INFO: Converting local name canliqxy of variable canopy_intercepted_liquid_water from new to old metadata -INFO: Converting local name phy_myj_qsfc of variable surface_specific_humidity_for_MYJ_schemes from new to old metadata -INFO: Converting local name rainncprv of variable lwe_thickness_of_explicit_rainfall_amount_from_previous_timestep from new to old metadata -INFO: Converting local name Tbd of variable GFS_tbd_type_instance from new to old metadata -INFO: Converting local name v1 of variable y_wind_at_lowest_model_layer_for_diag from new to old metadata -INFO: Converting local name det_mf of variable cumulative_atmosphere_detrainment_convective_mass_flux from new to old metadata -INFO: Converting local name psurf of variable surface_air_pressure_diag from new to old metadata -INFO: Converting local name gasvmr(:,:,10) of variable volume_mixing_ratio_cfc113 from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_for_rain_effective_radius) of variable effective_radius_of_stratiform_cloud_rain_particle_in_um from new to old metadata -INFO: Converting local name nreffr of variable index_for_rain_effective_radius from new to old metadata -INFO: Converting local name del_gz of variable geopotential_difference_between_midlayers_divided_by_midlayer_virtual_temperature from new to old metadata -INFO: Converting local name imfdeepcnv_ntiedtke of variable flag_for_ntiedtke_deep_convection_scheme from new to old metadata -INFO: Converting local name h2o_coeff of variable number_of_coefficients_in_h2o_forcing_data from new to old metadata -INFO: Converting local name tgrs of variable air_temperature from new to old metadata -INFO: Converting local name xlon of variable longitude from new to old metadata -INFO: Converting local name c_d of variable coefficient_c_d from new to old metadata -INFO: Converting local name tlvl of variable air_temperature_at_interface_for_radiation from new to old metadata -INFO: Converting local name f_rimef of variable rime_factor from new to old metadata -INFO: Converting local name mg_do_ice_gmao of variable mg_flag_for_gmao_ice_formulation from new to old metadata -INFO: Converting local name snowca of variable cumulative_surface_snow_area_fraction_multiplied_by_timestep from new to old metadata -INFO: Converting local name hflx of variable kinematic_surface_upward_sensible_heat_flux from new to old metadata -INFO: Converting local name dt3dt(:,:,6) of variable cumulative_change_in_temperature_due_to_microphysics from new to old metadata -INFO: Converting local name nirdfui of variable surface_upwelling_diffuse_near_infrared_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name trans of variable transpiration_flux from new to old metadata -INFO: Converting local name ntchs of variable index_for_first_chemical_tracer from new to old metadata -INFO: Converting local name idxday of variable daytime_points from new to old metadata -INFO: Converting local name iceprv of variable lwe_thickness_of_ice_amount_from_previous_timestep from new to old metadata -INFO: Converting local name mg_alf of variable mg_tuning_factor_for_alphas from new to old metadata -INFO: Converting local name nupdraft of variable number_of_plumes from new to old metadata -INFO: Converting local name qr_r of variable cloud_rain_water_mixing_ratio from new to old metadata -INFO: Converting local name sec of variable seconds_elapsed_since_model_initialization from new to old metadata -INFO: Converting local name epi of variable instantaneous_surface_potential_evaporation from new to old metadata -INFO: Converting local name gflx_land of variable upward_heat_flux_in_soil_over_land from new to old metadata -INFO: Converting local name du3dt_ngw of variable time_integral_of_change_in_x_wind_due_to_nonstationary_gravity_wave from new to old metadata -INFO: Converting local name bl_mynn_cloudpdf of variable cloudpdf from new to old metadata -INFO: Converting local name vtype of variable vegetation_type_classification_real from new to old metadata -INFO: Converting local name imfdeepcnv_gf of variable flag_for_gf_deep_convection_scheme from new to old metadata -INFO: Converting local name lssav of variable flag_diagnostics from new to old metadata -INFO: Converting local name sfalb of variable surface_diffused_shortwave_albedo from new to old metadata -INFO: Converting local name acvb of variable smallest_cloud_base_vertical_index_encountered_thus_far from new to old metadata -INFO: Converting local name c_0 of variable coefficient_c_0 from new to old metadata -INFO: Converting local name mpirank of variable mpi_rank_for_fast_physics from new to old metadata -INFO: Converting local name ntrac of variable number_of_tracers from new to old metadata -INFO: Converting local name dvsfci of variable instantaneous_surface_y_momentum_flux_for_diag from new to old metadata -INFO: Converting local name GFS_Interstitial of variable GFS_interstitial_type_instance_all_threads from new to old metadata -INFO: Converting local name in_nm of variable in_number_concentration from new to old metadata -INFO: Converting local name blksz2(ccpp_block_number) of variable horizontal_dimension from new to old metadata -INFO: Converting local name blk_no of variable ccpp_block_number from new to old metadata -INFO: Converting local name min_lakeice of variable lake_ice_minimum from new to old metadata -INFO: Converting local name canicexy of variable canopy_intercepted_ice_mass from new to old metadata -INFO: Converting local name mg_precip_frac_method of variable mg_type_of_precip_fraction_method from new to old metadata -INFO: Converting local name lonr of variable number_of_equatorial_longitude_points from new to old metadata -INFO: Converting local name dt3dt(:,:,7) of variable cumulative_change_in_temperature_due_to_orographic_gravity_wave_drag from new to old metadata -INFO: Converting local name dtzm of variable mean_change_over_depth_in_sea_water_temperature from new to old metadata -INFO: Converting local name du3dt_mtb of variable time_integral_of_change_in_x_wind_due_to_mountain_blocking_drag from new to old metadata -INFO: Converting local name stress_land of variable surface_wind_stress_over_land from new to old metadata -INFO: Converting local name nspinup of variable number_of_iterations_to_spin_up_cellular_automata from new to old metadata -INFO: Converting local name zogw of variable height_of_launch_level_of_orographic_gravity_wave from new to old metadata -INFO: Converting local name ntsw of variable index_for_snow_water from new to old metadata -INFO: Converting local name cov of variable t_prime_q_prime from new to old metadata -INFO: Converting local name sup of variable ice_supersaturation_threshold from new to old metadata -INFO: Converting local name dt3dt(:,:,3) of variable cumulative_change_in_temperature_due_to_PBL from new to old metadata -INFO: Converting local name mg_qcvar of variable mg_cloud_water_variance from new to old metadata -INFO: Converting local name ffmm_ice of variable Monin_Obukhov_similarity_function_for_momentum_over_ice from new to old metadata -INFO: Converting local name dtdt of variable tendency_of_air_temperature_at_Lagrangian_surface from new to old metadata -INFO: Converting local name GFS_statein_type of variable GFS_statein_type from new to old metadata -INFO: Converting local name train of variable accumulated_change_of_air_temperature_due_to_FA_scheme from new to old metadata -INFO: Converting local name fscav of variable coefficients_for_aerosol_scavenging from new to old metadata -INFO: Converting local name prslk(:,1) of variable dimensionless_exner_function_at_lowest_model_layer from new to old metadata -INFO: Converting local name tf of variable frozen_cloud_threshold_temperature from new to old metadata -INFO: Converting local name communicator of variable mpi_comm from new to old metadata -INFO: Converting local name qs_r of variable cloud_snow_mixing_ratio from new to old metadata -INFO: Converting local name skebv_wts of variable weights_for_stochastic_skeb_perturbation_of_y_wind from new to old metadata -INFO: Converting local name bl_mynn_edmf_part of variable edmf_partition_flag from new to old metadata -INFO: Converting local name dq3dt(:,:,7) of variable cumulative_change_in_ozone_concentration_due_to_ozone_mixing_ratio from new to old metadata -INFO: Converting local name swhc of variable tendency_of_air_temperature_due_to_shortwave_heating_assuming_clear_sky_on_radiation_timestep from new to old metadata -INFO: Converting local name mg_ngnst of variable mg_graupel_concentration_constant from new to old metadata -INFO: Converting local name GFS_grid_type of variable GFS_grid_type from new to old metadata -INFO: Converting local name js of variable starting_y_direction_index from new to old metadata -INFO: Converting local name out_dt of variable flag_for_tendency_of_air_temperature_at_Lagrangian_surface from new to old metadata -INFO: Converting local name delr of variable layer_pressure_thickness_for_radiation from new to old metadata -INFO: Converting local name ncgl of variable local_graupel_number_concentration from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_snow_water) of variable snow_water_mixing_ratio from new to old metadata -INFO: Converting local name totgrp of variable accumulated_lwe_thickness_of_graupel_amount from new to old metadata -INFO: Converting local name cldtausw of variable cloud_optical_depth_layers_at_0p55mu_band from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_ozone) of variable tendency_of_ozone_mixing_ratio_due_to_model_physics from new to old metadata -INFO: Converting local name ntoz of variable index_for_ozone from new to old metadata -INFO: Converting local name evap of variable kinematic_surface_upward_latent_heat_flux from new to old metadata -INFO: Converting local name oro of variable orography from new to old metadata -INFO: Converting local name topfsw of variable sw_fluxes_top_atmosphere from new to old metadata -INFO: Converting local name jmap of variable map_of_block_column_number_to_global_j_index from new to old metadata -INFO: Converting local name cdq of variable surface_drag_coefficient_for_heat_and_moisture_in_air from new to old metadata -INFO: Converting local name soiltype of variable soil_type_classification from new to old metadata -INFO: Converting local name evap_ocean of variable kinematic_surface_upward_latent_heat_flux_over_ocean from new to old metadata -INFO: Converting local name nblks of variable number_of_blocks from new to old metadata -INFO: Converting local name dxinv of variable inverse_scaling_factor_for_critical_relative_humidity from new to old metadata -INFO: Converting local name dvsfc of variable cumulative_surface_y_momentum_flux_for_diag_multiplied_by_timestep from new to old metadata -INFO: Converting local name GFS_stateout_type of variable GFS_stateout_type from new to old metadata -INFO: Converting local name qg of variable cloud_graupel_specific_humidity_at_Lagrangian_surface from new to old metadata -INFO: Converting local name nmtvr of variable number_of_statistical_measures_of_subgrid_orography from new to old metadata -INFO: Converting local name nseed of variable cellular_automata_seed_frequency from new to old metadata -INFO: Converting local name nlives of variable cellular_automata_lifetime from new to old metadata -INFO: Converting local name vegf1d of variable perturbation_of_vegetation_fraction from new to old metadata -INFO: Converting local name v10m of variable y_wind_at_10m from new to old metadata -INFO: Converting local name hice of variable sea_ice_thickness from new to old metadata -INFO: Converting local name mbota of variable model_layer_number_at_cloud_base from new to old metadata -INFO: Converting local name ncnvw of variable index_for_convective_cloud_water_mixing_ratio_in_phy_f3d from new to old metadata -INFO: Converting local name flqc of variable surface_exchange_coefficient_for_moisture from new to old metadata -INFO: Converting local name imfshalcnv_samf of variable flag_for_samf_shallow_convection_scheme from new to old metadata -INFO: Converting local name ntdiag of variable diagnostics_control_for_chemical_tracers from new to old metadata -INFO: Converting local name c1_shal of variable detrainment_conversion_parameter_shallow_convection from new to old metadata -INFO: Converting local name con_g of variable gravitational_acceleration from new to old metadata -INFO: Converting local name je of variable ending_y_direction_index from new to old metadata -INFO: Converting local name hprime(:,1) of variable standard_deviation_of_subgrid_orography from new to old metadata -INFO: Converting local name lh of variable surface_latent_heat from new to old metadata -INFO: Converting local name v10max of variable maximum_v_wind_at_10m_over_maximum_hourly_time_interval from new to old metadata -INFO: Converting local name dvsfcg of variable instantaneous_y_stress_due_to_gravity_wave_drag from new to old metadata -INFO: Converting local name mg_ninst of variable mg_ice_concentration_constant from new to old metadata -INFO: Converting local name lwhd of variable tendency_of_air_temperature_due_to_longwave_heating_for_idea from new to old metadata -INFO: Converting local name ntkev of variable index_for_turbulent_kinetic_energy_vertical_diffusion_tracer from new to old metadata -INFO: Converting local name fm10 of variable Monin_Obukhov_similarity_function_for_momentum_at_10m from new to old metadata -INFO: Converting local name phour of variable forecast_time_at_previous_timestep from new to old metadata -INFO: Converting local name phys_hydrostatic of variable flag_for_hydrostatic_heating_from_physics from new to old metadata -INFO: Converting local name nswsfci of variable surface_net_downwelling_shortwave_flux from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_for_graupel_effective_radius) of variable effective_radius_of_stratiform_cloud_graupel_particle_in_um from new to old metadata -INFO: Converting local name ngeffr of variable index_for_graupel_effective_radius from new to old metadata -INFO: Converting local name kt of variable vertical_index_difference_between_layer_and_upper_bound from new to old metadata -INFO: Converting local name GFS_tbd_type of variable GFS_tbd_type from new to old metadata -INFO: Converting local name tsurf_ocean of variable surface_skin_temperature_after_iteration_over_ocean from new to old metadata -INFO: Converting local name gu0(:,1) of variable x_wind_at_lowest_model_layer_updated_by_physics from new to old metadata -INFO: Converting local name akap of variable kappa_dry_for_fast_physics from new to old metadata -INFO: Converting local name lsm of variable flag_for_land_surface_scheme from new to old metadata -INFO: Converting local name nscav of variable number_of_tracers_scavenged from new to old metadata -INFO: Converting local name ffmm of variable Monin_Obukhov_similarity_function_for_momentum from new to old metadata -INFO: Converting local name nnirbm_cpl of variable cumulative_surface_net_downward_direct_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name tau_mtb of variable instantaneous_momentum_flux_due_to_mountain_blocking_drag from new to old metadata -INFO: Converting local name snicexy of variable snow_layer_ice from new to old metadata -INFO: Converting local name flag_guess of variable flag_for_guess_run from new to old metadata -INFO: Converting local name dnirbm_cpl of variable cumulative_surface_downwelling_direct_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name chh_ocean of variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_ocean from new to old metadata -INFO: Converting local name dtsfci_cpl of variable instantaneous_surface_upward_sensible_heat_flux_for_coupling from new to old metadata -INFO: Converting local name flgmin of variable minimum_large_ice_fraction from new to old metadata -INFO: Converting local name t02max of variable maximum_temperature_at_2m_over_maximum_hourly_time_interval from new to old metadata -INFO: Converting local name tconvtend of variable tendency_of_air_temperature_due_to_deep_convection_for_coupling_on_physics_timestep from new to old metadata -INFO: Converting local name zorl of variable surface_roughness_length from new to old metadata -INFO: Converting local name coslat of variable cosine_of_latitude from new to old metadata -INFO: Converting local name pertalb of variable magnitude_of_surface_albedo_perturbation from new to old metadata -INFO: Converting local name aecm of variable instantaneous_aerosol_column_mass_densities from new to old metadata -INFO: Converting local name con_rv of variable gas_constant_water_vapor from new to old metadata -INFO: Converting local name wminco of variable cloud_condensed_water_conversion_threshold from new to old metadata -INFO: Converting local name fastcpxy of variable fast_soil_pool_mass_content_of_carbon from new to old metadata -INFO: Converting local name kind_grid of variable kind_grid from new to old metadata -INFO: Converting local name stress of variable surface_wind_stress from new to old metadata -INFO: Converting local name qgrs(:,1,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio_at_lowest_model_layer from new to old metadata -INFO: Converting local name rhc of variable critical_relative_humidity from new to old metadata -INFO: Converting local name tsfco of variable sea_surface_temperature from new to old metadata -INFO: Converting local name tau_ngw of variable instantaneous_momentum_flux_due_to_nonstationary_gravity_wave from new to old metadata -INFO: Converting local name tsfcl of variable surface_skin_temperature_over_land from new to old metadata -INFO: Converting local name clouds(:,:,7) of variable mean_effective_radius_for_rain_drop from new to old metadata -INFO: Converting local name con_cliq of variable specific_heat_of_liquid_water_at_constant_pressure from new to old metadata -INFO: Converting local name zmtb of variable height_of_mountain_blocking from new to old metadata -INFO: Converting local name ulwsfcin_cpl of variable surface_upwelling_longwave_flux_for_coupling from new to old metadata -INFO: Converting local name dlwsfc_cpl of variable cumulative_surface_downwelling_longwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name sfcdlw of variable surface_downwelling_longwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name t1 of variable air_temperature_at_lowest_model_layer_for_diag from new to old metadata -INFO: Converting local name ntiw of variable index_for_ice_cloud_condensate from new to old metadata -INFO: Converting local name bl_mynn_mixlength of variable mixing_length_flag from new to old metadata -INFO: Converting local name faerlw(:,:,:,1) of variable aerosol_optical_depth_for_longwave_bands_01_16 from new to old metadata -INFO: Converting local name ozpl of variable ozone_forcing from new to old metadata -INFO: Converting local name dlength of variable characteristic_grid_length_scale from new to old metadata -INFO: Converting local name slag of variable equation_of_time from new to old metadata -INFO: Converting local name ntot2d of variable number_of_fields_in_phyf2d from new to old metadata -INFO: Converting local name iopt_run of variable flag_for_runoff_and_groundwater_option from new to old metadata -INFO: Converting local name gq0(:,:,index_for_liquid_cloud_number_concentration) of variable cloud_droplet_number_concentration_updated_by_physics from new to old metadata -INFO: Converting local name sneqvoxy of variable snow_mass_at_previous_time_step from new to old metadata -INFO: Converting local name con_rhw0 of variable sea_water_reference_density from new to old metadata -INFO: Converting local name mtopa of variable model_layer_number_at_cloud_top from new to old metadata -INFO: Converting local name pertshc of variable magnitude_of_perturbation_of_soil_type_b_parameter from new to old metadata -INFO: Converting local name levi of variable vertical_interface_dimension from new to old metadata -INFO: Converting local name do_shoc of variable flag_for_shoc from new to old metadata -INFO: Converting local name du3dt_tms of variable time_integral_of_change_in_x_wind_due_to_turbulent_orographic_form_drag from new to old metadata -INFO: Converting local name snow_cpl of variable lwe_thickness_of_snow_amount_for_coupling from new to old metadata -INFO: Converting local name pkz of variable finite_volume_mean_edge_pressure_raised_to_the_power_of_kappa from new to old metadata -INFO: Converting local name nn of variable number_of_tracers_for_convective_transport from new to old metadata -INFO: Converting local name do_sat_adj of variable flag_for_saturation_adjustment_for_microphysics_in_dynamics from new to old metadata -INFO: Converting local name dx of variable cell_size from new to old metadata -INFO: Converting local name do_ugwp of variable do_ugwp from new to old metadata -INFO: Converting local name rain of variable lwe_thickness_of_precipitation_amount_on_dynamics_timestep from new to old metadata -INFO: Converting local name iopt_crs of variable flag_for_canopy_stomatal_resistance_option from new to old metadata -INFO: Converting local name qgrs(:,1,index_for_water_vapor) of variable water_vapor_specific_humidity_at_lowest_model_layer from new to old metadata -INFO: Converting local name ntqv of variable index_for_water_vapor from new to old metadata -INFO: Converting local name t02min of variable minimum_temperature_at_2m_over_maximum_hourly_time_interval from new to old metadata -INFO: Converting local name imp_physics_gfdl of variable flag_for_gfdl_microphysics_scheme from new to old metadata -INFO: Converting local name lprnt of variable flag_print from new to old metadata -INFO: Converting local name gabsbdlw_ice of variable surface_downwelling_longwave_flux_absorbed_by_ground_over_ice from new to old metadata -INFO: Converting local name imp_physics_thompson of variable flag_for_thompson_microphysics_scheme from new to old metadata -INFO: Converting local name ctei_rm of variable critical_cloud_top_entrainment_instability_criteria from new to old metadata -INFO: Converting local name tseal of variable surface_skin_temperature_for_nsst from new to old metadata -INFO: Converting local name dusfc_fd of variable integrated_x_momentum_flux_from_form_drag from new to old metadata -INFO: Converting local name dusfcin_cpl of variable surface_x_momentum_flux_for_coupling from new to old metadata -INFO: Converting local name slope of variable surface_slope_classification_real from new to old metadata -INFO: Converting local name htrlw of variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_timestep from new to old metadata -INFO: Converting local name mg_qcmin(2) of variable mg_minimum_ice_mixing_ratio from new to old metadata -INFO: Converting local name tice of variable sea_ice_temperature_interstitial from new to old metadata -INFO: Converting local name adjvisbmu of variable surface_upwelling_direct_ultraviolet_and_visible_shortwave_flux from new to old metadata -INFO: Converting local name dvgwd of variable time_integral_of_y_stress_due_to_gravity_wave_drag from new to old metadata -INFO: Converting local name dusfc_cice of variable surface_x_momentum_flux_for_coupling_interstitial from new to old metadata -INFO: Converting local name errmsg of variable ccpp_error_message from new to old metadata -INFO: Converting local name flag_cice of variable flag_for_cice from new to old metadata -INFO: Converting local name Coupling of variable GFS_coupling_type_instance from new to old metadata -INFO: Converting local name cs_parm(3) of variable detrainment_and_precipitation_tunable_parameter_3_CS from new to old metadata -INFO: Converting local name snliqxy of variable snow_layer_liquid_water from new to old metadata -INFO: Converting local name mstrat of variable flag_for_moorthi_stratus from new to old metadata -INFO: Converting local name imfdeepcnv_sas of variable flag_for_sas_deep_convection_scheme from new to old metadata -INFO: Converting local name weasd_ice of variable water_equivalent_accumulated_snow_depth_over_ice from new to old metadata -INFO: Converting local name bl_mynn_edmf_mom of variable edmf_momentum_transport_flag from new to old metadata -INFO: Converting local name npdf3d of variable number_of_3d_arrays_associated_with_pdf_based_clouds from new to old metadata -INFO: Converting local name dq3dt(:,:,2) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_deep_convection from new to old metadata -INFO: Converting local name w_upi of variable vertical_velocity_for_updraft from new to old metadata -INFO: Converting local name qlyr of variable water_vapor_specific_humidity_at_layer_for_radiation from new to old metadata -INFO: Converting local name fm10_ice of variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_ice from new to old metadata -INFO: Converting local name qgl of variable local_graupel_mixing_ratio from new to old metadata -INFO: Converting local name gt0(:,1) of variable air_temperature_at_lowest_model_layer_updated_by_physics from new to old metadata -INFO: Converting local name ccpp_t of variable ccpp_t from new to old metadata -INFO: Converting local name clouds(:,:,4) of variable cloud_ice_water_path from new to old metadata -INFO: Converting local name rain_cpl of variable lwe_thickness_of_precipitation_amount_for_coupling from new to old metadata -INFO: Converting local name bl_mynn_cloudmix of variable cloud_specie_mix_flag from new to old metadata -INFO: Converting local name tgxy of variable ground_temperature_for_noahmp from new to old metadata -INFO: Converting local name oa4 of variable asymmetry_of_subgrid_orography from new to old metadata -INFO: Converting local name refdmax of variable maximum_reflectivity_at_1km_agl_over_maximum_hourly_time_interval from new to old metadata -INFO: Converting local name GFS_Data(ccpp_block_number) of variable GFS_data_type_instance from new to old metadata -INFO: Converting local name dvsfc_cpl of variable cumulative_surface_y_momentum_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name shocaftcnv of variable flag_for_shoc_after_convection from new to old metadata -INFO: Converting local name mg_rhmini of variable mg_minimum_rh_for_ice from new to old metadata -INFO: Converting local name t2mi_cpl of variable instantaneous_temperature_at_2m_for_coupling from new to old metadata -INFO: Converting local name GFS_Interstitial(ccpp_thread_number) of variable GFS_interstitial_type_instance from new to old metadata -INFO: Converting local name thrd_no of variable ccpp_thread_number from new to old metadata -INFO: Converting local name evbs of variable soil_upward_latent_heat_flux from new to old metadata -INFO: Converting local name dtdtr of variable tendency_of_air_temperature_due_to_radiative_heating_on_physics_time_step from new to old metadata -INFO: Converting local name spfhmin of variable minimum_specific_humidity_at_2m from new to old metadata -INFO: Converting local name xsaixy of variable stem_area_index from new to old metadata -INFO: Converting local name lsoil of variable soil_vertical_dimension from new to old metadata -INFO: Converting local name mg_ts_auto_ice of variable mg_time_scale_for_autoconversion_of_ice from new to old metadata -INFO: Converting local name ca_deep of variable fraction_of_cellular_automata_for_deep_convection from new to old metadata -INFO: Converting local name work1 of variable grid_size_related_coefficient_used_in_scale_sensitive_schemes from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_for_cloud_liquid_water_effective_radius) of variable effective_radius_of_stratiform_cloud_liquid_water_particle_in_um from new to old metadata -INFO: Converting local name nleffr of variable index_for_cloud_liquid_water_effective_radius from new to old metadata -INFO: Converting local name dlwsfci of variable surface_downwelling_longwave_flux from new to old metadata -INFO: Converting local name mg_nicons of variable mg_flag_ice_concentration_constant from new to old metadata -INFO: Converting local name faersw(:,:,:,1) of variable aerosol_optical_depth_for_shortwave_bands_01_16 from new to old metadata -INFO: Converting local name xt of variable diurnal_thermocline_layer_heat_content from new to old metadata -INFO: Converting local name prsl of variable air_pressure from new to old metadata -INFO: Converting local name cv of variable fraction_of_convective_cloud from new to old metadata -INFO: Converting local name blksz of variable horizontal_block_size from new to old metadata -INFO: Converting local name pertvegf of variable magnitude_of_perturbation_of_vegetation_fraction from new to old metadata -INFO: Converting local name gq0(:,:,index_for_cloud_amount) of variable cloud_fraction_updated_by_physics from new to old metadata -INFO: Converting local name ntclamt of variable index_for_cloud_amount from new to old metadata -INFO: Converting local name zorlo of variable surface_roughness_length_over_ocean from new to old metadata -INFO: Converting local name te0 of variable atmosphere_energy_content_at_Lagrangian_surface from new to old metadata -INFO: Converting local name ktop of variable vertical_index_at_cloud_top from new to old metadata -INFO: Converting local name prevsq of variable moisture_from_previous_timestep from new to old metadata -INFO: Converting local name kpbl of variable vertical_index_at_top_of_atmosphere_boundary_layer from new to old metadata -INFO: Converting local name ncells of variable cellular_automata_finer_grid from new to old metadata -INFO: Converting local name cnvc of variable convective_cloud_cover from new to old metadata -INFO: Converting local name totprcp of variable accumulated_lwe_thickness_of_precipitation_amount from new to old metadata -INFO: Converting local name cgwf of variable multiplication_factors_for_convective_gravity_wave_drag from new to old metadata -INFO: Converting local name do_shum of variable flag_for_stochastic_shum_option from new to old metadata -INFO: Converting local name save_q of variable tracer_concentration_save from new to old metadata -INFO: Converting local name h2o_pres of variable natural_log_of_h2o_forcing_data_pressure_levels from new to old metadata -INFO: Converting local name iopt_snf of variable flag_for_precipitation_partition_option from new to old metadata -INFO: Converting local name c0s_shal of variable rain_conversion_parameter_shallow_convection from new to old metadata -INFO: Converting local name zwtxy of variable water_table_depth from new to old metadata -INFO: Converting local name qr of variable cloud_rain_specific_humidity_at_Lagrangian_surface from new to old metadata -INFO: Converting local name dzlyr of variable layer_thickness_for_radiation from new to old metadata -INFO: Converting local name taussxy of variable nondimensional_snow_age from new to old metadata -INFO: Converting local name tsfa of variable surface_air_temperature_for_radiation from new to old metadata -INFO: Converting local name snoalb of variable upper_bound_on_max_albedo_over_deep_snow from new to old metadata -INFO: Converting local name xs of variable sea_water_salinity from new to old metadata -INFO: Converting local name dvsfci_cpl of variable instantaneous_surface_y_momentum_flux_for_coupling from new to old metadata -INFO: Converting local name xlat of variable latitude from new to old metadata -INFO: Converting local name ugrs of variable x_wind from new to old metadata -INFO: Converting local name shdmin of variable minimum_vegetation_area_fraction from new to old metadata -INFO: Converting local name nnirdfi_cpl of variable instantaneous_surface_net_downward_diffuse_near_infrared_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name microp_uniform of variable mg_flag_for_uniform_subcolumns from new to old metadata -INFO: Converting local name frland of variable land_area_fraction_for_microphysics from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_ice_friendly_aerosols) of variable tendency_of_ice_friendly_aerosol_number_concentration_due_to_model_physics from new to old metadata -INFO: Converting local name oz_pres of variable natural_log_of_ozone_forcing_data_pressure_levels from new to old metadata -INFO: Converting local name zlwb of variable time_integral_of_height_of_low_level_wave_breaking from new to old metadata -INFO: Converting local name gq0(:,:,index_for_ice_cloud_condensate) of variable ice_water_mixing_ratio_updated_by_physics from new to old metadata -INFO: Converting local name qss of variable surface_specific_humidity from new to old metadata -INFO: Converting local name dry of variable flag_nonzero_land_surface_fraction from new to old metadata -INFO: Converting local name bk of variable b_parameter_of_the_hybrid_coordinate from new to old metadata -INFO: Converting local name cdmbgwd of variable multiplication_factors_for_mountain_blocking_and_orographic_gravity_wave_drag from new to old metadata -INFO: Converting local name levs of variable vertical_dimension from new to old metadata -INFO: Converting local name swhtr of variable flag_for_output_of_shortwave_heating_rate from new to old metadata -INFO: Converting local name zorl_land of variable surface_roughness_length_over_land_interstitial from new to old metadata -INFO: Converting local name t2m of variable temperature_at_2m from new to old metadata -INFO: Converting local name tau_ogw of variable instantaneous_momentum_flux_due_to_orographic_gravity_wave_drag from new to old metadata -INFO: Converting local name shoc_parm(3) of variable shoc_tke_dissipation_tunable_parameter_near_surface from new to old metadata -INFO: Converting local name gflx_ice of variable upward_heat_flux_in_soil_over_ice from new to old metadata -INFO: Converting local name nspc1 of variable number_of_species_for_aerosol_optical_depth from new to old metadata -INFO: Converting local name drain_cpl of variable tendency_of_lwe_thickness_of_precipitation_amount_for_coupling from new to old metadata -INFO: Converting local name phis of variable surface_geopotential_at_Lagrangian_surface from new to old metadata -INFO: Converting local name q2mi_cpl of variable instantaneous_specific_humidity_at_2m_for_coupling from new to old metadata -INFO: Converting local name zogw of variable time_integral_of_height_of_launch_level_of_orographic_gravity_wave from new to old metadata -INFO: Converting local name prsi of variable air_pressure_at_interface from new to old metadata -INFO: Converting local name aerodp of variable atmosphere_optical_thickness_due_to_ambient_aerosol_particles from new to old metadata -INFO: Converting local name shal_cnv of variable flag_for_shallow_convection from new to old metadata -INFO: Converting local name icsdlw of variable seed_random_numbers_lw from new to old metadata -INFO: Converting local name ncld of variable number_of_hydrometeors from new to old metadata -INFO: Converting local name gasvmr(:,:,6) of variable volume_mixing_ratio_cfc11 from new to old metadata -INFO: Converting local name tracers_water of variable number_of_water_tracers from new to old metadata -INFO: Converting local name nscyc of variable number_of_timesteps_between_surface_cycling_calls from new to old metadata -INFO: Converting local name dswsfc_cpl of variable cumulative_surface_downwelling_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name adjvisdfu of variable surface_upwelling_diffuse_ultraviolet_and_visible_shortwave_flux from new to old metadata -INFO: Converting local name cs_parm(2) of variable updraft_velocity_tunable_parameter_2_CS from new to old metadata -INFO: Converting local name lsswr of variable flag_to_calc_sw from new to old metadata -INFO: Converting local name imfshalcnv_gf of variable flag_for_gf_shallow_convection_scheme from new to old metadata -INFO: Converting local name kinver of variable index_of_highest_temperature_inversion from new to old metadata -INFO: Converting local name tslb of variable soil_temperature_for_land_surface_model from new to old metadata -INFO: Converting local name weasd of variable water_equivalent_accumulated_snow_depth from new to old metadata -INFO: Converting local name tisfc of variable sea_ice_temperature from new to old metadata -INFO: Converting local name faerlw of variable aerosol_optical_properties_for_longwave_bands_01_16 from new to old metadata -INFO: Converting local name logunit of variable iounit_log from new to old metadata -INFO: Converting local name fast_mp_consv of variable flag_for_fast_microphysics_energy_conservation from new to old metadata -INFO: Converting local name cnv_mfd of variable detrained_mass_flux from new to old metadata -INFO: Converting local name zvir of variable ratio_of_vapor_to_dry_air_gas_constants_minus_one_default_kind from new to old metadata -INFO: Converting local name jed of variable ending_y_direction_index_domain from new to old metadata -INFO: Converting local name gasvmr(:,:,3) of variable volume_mixing_ratio_ch4 from new to old metadata -INFO: Converting local name sfcdsw of variable surface_downwelling_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name hydrostatic of variable flag_for_hydrostatic_solver_for_fast_physics from new to old metadata -INFO: Converting local name dvsfc_bl of variable integrated_y_momentum_flux_from_blocking_drag from new to old metadata -INFO: Converting local name Grid of variable GFS_grid_type_instance from new to old metadata -INFO: Converting local name ncnd of variable number_of_cloud_condensate_types from new to old metadata -INFO: Converting local name w_0 of variable coefficient_w_0 from new to old metadata -INFO: Converting local name zm of variable ocean_mixed_layer_thickness from new to old metadata -INFO: Converting local name shoc_parm(2) of variable shoc_tke_dissipation_tunable_parameter from new to old metadata -INFO: Converting local name cdec of variable cosine_of_solar_declination_angle from new to old metadata -INFO: Converting local name npzq_con of variable vertical_dimension_for_condensed_water_at_Lagrangian_surface from new to old metadata -INFO: Converting local name rmol of variable reciprocal_of_obukhov_length from new to old metadata -INFO: Converting local name snowxy of variable number_of_snow_layers from new to old metadata -INFO: Converting local name hflx_land of variable kinematic_surface_upward_sensible_heat_flux_over_land from new to old metadata -INFO: Converting local name clw of variable convective_transportable_tracers from new to old metadata -INFO: Converting local name srflag of variable flag_for_precipitation_type from new to old metadata -INFO: Converting local name suntim of variable duration_of_sunshine from new to old metadata -INFO: Converting local name isot of variable soil_type_dataset_choice from new to old metadata -INFO: Converting local name isol of variable flag_for_solar_constant from new to old metadata -INFO: Converting local name th2m of variable potential_temperature_at_2m from new to old metadata -INFO: Converting local name hpbl of variable atmosphere_boundary_layer_thickness from new to old metadata -INFO: Converting local name cd of variable surface_drag_coefficient_for_momentum_in_air from new to old metadata -INFO: Converting local name dusfc_ls of variable integrated_x_momentum_flux_from_large_scale_gwd from new to old metadata -INFO: Converting local name do_sppt of variable flag_for_stochastic_surface_physics_perturbations from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_for_convective_cloud_water_mixing_ratio_in_phy_f3d) of variable convective_cloud_water_mixing_ratio_in_phy_f3d from new to old metadata -INFO: Converting local name rb_ice of variable bulk_richardson_number_at_lowest_model_level_over_ice from new to old metadata -INFO: Converting local name itc of variable number_of_aerosol_tracers_for_convection from new to old metadata -INFO: Converting local name Cldprop of variable GFS_cldprop_type_instance from new to old metadata -INFO: Converting local name grav_settling of variable grav_settling from new to old metadata -INFO: Converting local name gq0(:,:,index_for_ice_cloud_number_concentration) of variable ice_number_concentration_updated_by_physics from new to old metadata -INFO: Converting local name ntinc of variable index_for_ice_cloud_number_concentration from new to old metadata -INFO: Converting local name iopt_inf of variable flag_for_frozen_soil_permeability_option from new to old metadata -INFO: Converting local name c0s_deep of variable rain_conversion_parameter_deep_convection from new to old metadata -INFO: Converting local name dtaux2d_ls of variable x_momentum_tendency_from_large_scale_gwd from new to old metadata -INFO: Converting local name phy_myj_qz0 of variable specific_humidity_at_viscous_sublayer_top from new to old metadata -INFO: Converting local name iovr_sw of variable flag_for_max_random_overlap_clouds_for_shortwave_radiation from new to old metadata -INFO: Converting local name icliq_sw of variable flag_for_optical_property_for_liquid_clouds_for_shortwave_radiation from new to old metadata -INFO: Converting local name psmean of variable cumulative_surface_pressure_multiplied_by_timestep from new to old metadata -INFO: Converting local name cmm_ocean of variable surface_drag_wind_speed_for_momentum_in_air_over_ocean from new to old metadata -INFO: Converting local name shcnvcw of variable flag_shallow_convective_cloud from new to old metadata -INFO: Converting local name drain of variable subsurface_runoff_flux from new to old metadata -INFO: Converting local name ak of variable a_parameter_of_the_hybrid_coordinate from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_liquid_cloud_number_concentration) of variable tendency_of_cloud_droplet_number_concentration_due_to_model_physics from new to old metadata -INFO: Converting local name sfc_z0_type of variable flag_for_surface_roughness_option_over_ocean from new to old metadata -INFO: Converting local name cvt of variable pressure_at_top_of_convective_cloud from new to old metadata -INFO: Converting local name gwd_opt of variable gwd_opt from new to old metadata -INFO: Converting local name snowmp of variable lwe_thickness_of_snow_amount from new to old metadata -INFO: Converting local name ncnvcld3d of variable number_of_convective_3d_cloud_fields from new to old metadata -INFO: Converting local name cape of variable convective_available_potential_energy_for_coupling from new to old metadata -INFO: Converting local name du3dt_ogw of variable time_integral_of_change_in_x_wind_due_to_orographic_gravity_wave_drag from new to old metadata -INFO: Converting local name te0_2d of variable atmosphere_energy_content_in_column from new to old metadata -INFO: Converting local name dsnowprv of variable snow_precipitation_rate_from_previous_timestep from new to old metadata -INFO: Converting local name chh of variable surface_drag_mass_flux_for_heat_and_moisture_in_air from new to old metadata -INFO: Converting local name dt3dt(:,:,5) of variable cumulative_change_in_temperature_due_to_shal_convection from new to old metadata -INFO: Converting local name cplwav of variable flag_for_wave_coupling from new to old metadata -INFO: Converting local name clw(:,:,2) of variable cloud_condensed_water_mixing_ratio_convective_transport_tracer from new to old metadata -INFO: Converting local name shoc_parm(1) of variable shoc_tke_dissipatation_pressure_threshold from new to old metadata -INFO: Converting local name oro_uf of variable orography_unfiltered from new to old metadata -INFO: Converting local name peln of variable log_pressure_at_Lagrangian_surface from new to old metadata -INFO: Converting local name gasvmr(:,:,8) of variable volume_mixing_ratio_cfc22 from new to old metadata -INFO: Converting local name pertzt of variable magnitude_of_perturbation_of_heat_to_momentum_roughness_length_ratio from new to old metadata -INFO: Converting local name clouds(:,:,1) of variable total_cloud_fraction from new to old metadata -INFO: Converting local name iaer of variable flag_for_default_aerosol_effect_in_shortwave_radiation from new to old metadata -INFO: Converting local name wet1 of variable normalized_soil_wetness from new to old metadata -INFO: Converting local name npz of variable vertical_dimension_for_fast_physics from new to old metadata -INFO: Converting local name cal_pre of variable flag_for_precipitation_type_algorithm from new to old metadata -INFO: Converting local name lmk of variable adjusted_vertical_layer_dimension_for_radiation from new to old metadata -INFO: Converting local name kind_phys of variable kind_phys from new to old metadata -INFO: Converting local name Sfcprop of variable GFS_sfcprop_type_instance from new to old metadata -INFO: Converting local name wslakexy of variable lake_water_storage from new to old metadata -INFO: Converting local name f10m of variable ratio_of_wind_at_lowest_model_layer_and_wind_at_10m from new to old metadata -INFO: Converting local name gasvmr(:,:,1) of variable volume_mixing_ratio_co2 from new to old metadata -INFO: Converting local name q2mp of variable specific_humidity_at_2m_from_noahmp from new to old metadata -INFO: Converting local name lwhc of variable tendency_of_air_temperature_due_to_longwave_heating_assuming_clear_sky_on_radiation_timestep from new to old metadata -INFO: Converting local name snowd_ice of variable surface_snow_thickness_water_equivalent_over_ice from new to old metadata -INFO: Converting local name lsnow_lsm_lbound of variable lower_bound_of_snow_vertical_dimension_for_land_surface_model from new to old metadata -INFO: Converting local name mg_dcs of variable mg_autoconversion_size_threshold_ice_snow from new to old metadata -INFO: Converting local name rhgrd of variable fa_threshold_relative_humidity_for_onset_of_condensation from new to old metadata -INFO: Converting local name dudt_ogw of variable instantaneous_change_in_x_wind_due_to_orographic_gravity_wave_drag from new to old metadata -INFO: Converting local name slmsk of variable sea_land_ice_mask_real from new to old metadata -INFO: Converting local name ictm of variable flag_for_initial_time_date_control from new to old metadata -INFO: Converting local name qss_ocean of variable surface_specific_humidity_over_ocean from new to old metadata -INFO: Converting local name tsfc of variable surface_skin_temperature from new to old metadata -INFO: Converting local name prsik of variable dimensionless_exner_function_at_model_interfaces from new to old metadata -INFO: Converting local name t2mmp of variable temperature_at_2m_from_noahmp from new to old metadata -INFO: Converting local name tau_ogw of variable time_integral_of_momentum_flux_due_to_orographic_gravity_wave_drag from new to old metadata -INFO: Converting local name topflw_type of variable topflw_type from new to old metadata -INFO: Converting local name cnv_nice of variable number_concentration_of_ice_crystals_for_detrainment from new to old metadata -INFO: Converting local name cscnv of variable flag_for_Chikira_Sugiyama_deep_convection from new to old metadata -INFO: Converting local name u10mi_cpl of variable instantaneous_x_wind_at_10m_for_coupling from new to old metadata -INFO: Converting local name fh2_ocean of variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_ocean from new to old metadata -INFO: Converting local name phii of variable geopotential_at_interface from new to old metadata -INFO: Converting local name gq0(:,:,index_for_graupel) of variable graupel_mixing_ratio_updated_by_physics from new to old metadata -INFO: Converting local name ntgl of variable index_for_graupel from new to old metadata -INFO: Converting local name nvisdfi_cpl of variable instantaneous_surface_net_downward_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name norad_precip of variable flag_for_precipitation_effect_on_radiation from new to old metadata -INFO: Converting local name dq3dt(:,:,5) of variable cumulative_change_in_ozone_mixing_ratio_due_to_PBL from new to old metadata -INFO: Converting local name dusfcg of variable instantaneous_x_stress_due_to_gravity_wave_drag from new to old metadata -INFO: Converting local name stype of variable soil_type_classification_real from new to old metadata -INFO: Converting local name lwhtr of variable flag_for_output_of_longwave_heating_rate from new to old metadata -INFO: Converting local name skebv_wts of variable weights_for_stochastic_skeb_perturbation_of_y_wind_flipped from new to old metadata -INFO: Converting local name prnum of variable prandtl_number from new to old metadata -INFO: Converting local name dtsfcin_cpl of variable surface_upward_sensible_heat_flux_for_coupling from new to old metadata -INFO: Converting local name sigmatot of variable convective_updraft_area_fraction_at_model_interfaces from new to old metadata -INFO: Converting local name rann of variable random_number_array from new to old metadata -INFO: Converting local name work2 of variable grid_size_related_coefficient_used_in_scale_sensitive_schemes_complement from new to old metadata -INFO: Converting local name ep1d_land of variable surface_upward_potential_latent_heat_flux_over_land from new to old metadata -INFO: Converting local name num_p3d of variable array_dimension_of_3d_arrays_for_microphysics from new to old metadata -INFO: Converting local name frac_grid of variable flag_for_fractional_grid from new to old metadata -INFO: Converting local name dtdtc of variable tendency_of_air_temperature_due_to_radiative_heating_assuming_clear_sky from new to old metadata -INFO: Converting local name chxy of variable surface_drag_coefficient_for_heat_and_moisture_for_noahmp from new to old metadata -INFO: Converting local name dtauy2d_bl of variable y_momentum_tendency_from_blocking_drag from new to old metadata -INFO: Converting local name dtsfc of variable cumulative_surface_upward_sensible_heat_flux_for_diag_multiplied_by_timestep from new to old metadata -INFO: Converting local name gflx_ocean of variable upward_heat_flux_in_soil_over_ocean from new to old metadata -INFO: Converting local name deeprechxy of variable water_table_recharge_when_deep from new to old metadata -INFO: Converting local name imfshalcnv_sas of variable flag_for_sas_shallow_convection_scheme from new to old metadata -INFO: Converting local name woodxy of variable wood_mass from new to old metadata -INFO: Converting local name phy_f3d(:,:,3) of variable air_temperature_at_previous_time_step from new to old metadata -INFO: Converting local name otspt of variable flag_convective_tracer_transport from new to old metadata -INFO: Converting local name tsurf of variable surface_skin_temperature_after_iteration from new to old metadata -INFO: Converting local name phy_f2d(:,array_dimension_of_2d_arrays_for_microphysics) of variable surface_wind_enhancement_due_to_convection from new to old metadata -INFO: Converting local name num_p2d of variable array_dimension_of_2d_arrays_for_microphysics from new to old metadata -INFO: Converting local name diss_est of variable dissipation_estimate_of_air_temperature_at_model_layers from new to old metadata -INFO: Converting local name ffmm_land of variable Monin_Obukhov_similarity_function_for_momentum_over_land from new to old metadata -INFO: Converting local name imfshalcnv of variable flag_for_mass_flux_shallow_convection_scheme from new to old metadata -INFO: Converting local name iopt_rad of variable flag_for_radiation_transfer_option from new to old metadata -INFO: Converting local name effr_in of variable flag_for_cloud_effective_radii from new to old metadata -INFO: Converting local name Sh3D of variable stability_function_for_heat from new to old metadata -INFO: Converting local name con_sbc of variable stefan_boltzmann_constant from new to old metadata -INFO: Converting local name phy_myj_z0base of variable baseline_surface_roughness_length from new to old metadata -INFO: Converting local name sdec of variable sine_of_solar_declination_angle from new to old metadata -INFO: Converting local name f_ice of variable fraction_of_ice_water_cloud from new to old metadata -INFO: Converting local name qs of variable cloud_snow_specific_humidity_at_Lagrangian_surface from new to old metadata -INFO: Converting local name iflip of variable flag_for_vertical_index_direction_control from new to old metadata -INFO: Converting local name draincprv of variable convective_precipitation_rate_from_previous_timestep from new to old metadata -INFO: Converting local name icsdsw of variable seed_random_numbers_sw from new to old metadata -INFO: Converting local name dtaux2d_bl of variable x_momentum_tendency_from_blocking_drag from new to old metadata -INFO: Converting local name uustar_ocean of variable surface_friction_velocity_over_ocean from new to old metadata -INFO: Converting local name zlwb of variable height_of_low_level_wave_breaking from new to old metadata -INFO: Converting local name sigma of variable slope_of_subgrid_orography from new to old metadata -INFO: Converting local name cd_land of variable surface_drag_coefficient_for_momentum_in_air_over_land from new to old metadata -INFO: Converting local name shoc_parm(5) of variable shoc_flag_for_optional_surface_TKE_dissipation from new to old metadata -INFO: Converting local name qss_ice of variable surface_specific_humidity_over_ice from new to old metadata -INFO: Converting local name graupel of variable lwe_thickness_of_graupel_amount_on_dynamics_timestep from new to old metadata -INFO: Converting local name do_myjsfc of variable do_myjsfc from new to old metadata -INFO: Converting local name htsw0 of variable tendency_of_air_temperature_due_to_shortwave_heating_assuming_clear_sky_on_radiation_time_step from new to old metadata -INFO: Converting local name ep of variable cumulative_surface_upward_potential_latent_heat_flux_multiplied_by_timestep from new to old metadata -INFO: Converting local name tprcp of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep from new to old metadata -INFO: Converting local name dnirdf_cpl of variable cumulative_surface_downwelling_diffuse_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name qwv_surf of variable water_vapor_mixing_ratio_at_surface from new to old metadata -INFO: Converting local name fm10_ocean of variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_ocean from new to old metadata -INFO: Converting local name QC_BL of variable subgrid_cloud_mixing_ratio_pbl from new to old metadata -INFO: Converting local name adjsfculw_ice of variable surface_upwelling_longwave_flux_over_ice_interstitial from new to old metadata -INFO: Converting local name tsfci_cpl of variable instantaneous_surface_skin_temperature_for_coupling from new to old metadata -INFO: Converting local name pertz0 of variable magnitude_of_perturbation_of_momentum_roughness_length from new to old metadata -INFO: Converting local name eahxy of variable canopy_air_vapor_pressure from new to old metadata -INFO: Converting local name cnv_dqldt of variable tendency_of_cloud_water_due_to_convective_microphysics from new to old metadata -INFO: Converting local name gq0 of variable tracer_concentration_updated_by_physics from new to old metadata -INFO: Converting local name iopt_dveg of variable flag_for_dynamic_vegetation_option from new to old metadata -INFO: Converting local name gv0(:,1) of variable y_wind_at_lowest_model_layer_updated_by_physics from new to old metadata -INFO: Converting local name first_time_step of variable flag_for_first_time_step from new to old metadata -INFO: Converting local name dtaux2d_ss of variable x_momentum_tendency_from_small_scale_gwd from new to old metadata -INFO: Converting local name wetdpl of variable instantaneous_large_scale_wet_deposition from new to old metadata -INFO: Converting local name cndm_surf of variable surface_condensation_mass from new to old metadata -INFO: Converting local name cmm_land of variable surface_drag_wind_speed_for_momentum_in_air_over_land from new to old metadata -INFO: Converting local name fh2 of variable Monin_Obukhov_similarity_function_for_heat_at_2m from new to old metadata -INFO: Converting local name gw_dudt of variable tendency_of_x_wind_due_to_ugwp from new to old metadata -INFO: Converting local name shinhong of variable flag_for_scale_aware_Shinhong_PBL from new to old metadata -INFO: Converting local name maxMF of variable maximum_mass_flux from new to old metadata -INFO: Converting local name gu0 of variable x_wind_updated_by_physics from new to old metadata -INFO: Converting local name ncstrac of variable number_of_tracers_for_CS from new to old metadata -INFO: Converting local name do_qa of variable flag_for_inline_cloud_fraction_calculation from new to old metadata -INFO: Converting local name pgr of variable surface_air_pressure from new to old metadata -INFO: Converting local name del of variable air_pressure_difference_between_midlayers from new to old metadata -INFO: Converting local name nqrimef of variable index_for_mass_weighted_rime_factor from new to old metadata -INFO: Converting local name du3dt(:,:,1) of variable cumulative_change_in_x_wind_due_to_PBL from new to old metadata -INFO: Converting local name raincs of variable lwe_thickness_of_shallow_convective_precipitation_amount from new to old metadata -INFO: Converting local name xlaixy of variable leaf_area_index from new to old metadata -INFO: Converting local name iopt_alb of variable flag_for_ground_snow_surface_albedo_option from new to old metadata -INFO: Converting local name moninq_fac of variable atmosphere_diffusivity_coefficient_factor from new to old metadata -INFO: Converting local name work3 of variable ratio_of_exner_function_between_midlayer_and_interface_at_lowest_model_layer from new to old metadata -INFO: Converting local name adjnirbmd of variable surface_downwelling_direct_near_infrared_shortwave_flux from new to old metadata -INFO: Converting local name imp_physics_zhao_carr_pdf of variable flag_for_zhao_carr_pdf_microphysics_scheme from new to old metadata -INFO: Converting local name dv3dt(:,:,3) of variable cumulative_change_in_y_wind_due_to_deep_convection from new to old metadata -INFO: Converting local name evcwa of variable cumulative_canopy_upward_latent_heat_flu_multiplied_by_timestep from new to old metadata -INFO: Converting local name lsm_noah of variable flag_for_noah_land_surface_scheme from new to old metadata -INFO: Converting local name ntk of variable index_for_turbulent_kinetic_energy_convective_transport_tracer from new to old metadata -INFO: Converting local name qsnw of variable local_snow_water_mixing_ratio from new to old metadata -INFO: Converting local name edmf_thl of variable emdf_updraft_theta_l from new to old metadata -INFO: Converting local name crtrh(2) of variable critical_relative_humidity_at_PBL_top from new to old metadata -INFO: Converting local name xv of variable diurnal_thermocline_layer_y_current from new to old metadata -INFO: Converting local name rlapse of variable air_temperature_lapse_rate_constant from new to old metadata -INFO: Converting local name clw(:,:,1) of variable ice_water_mixing_ratio_convective_transport_tracer from new to old metadata -INFO: Converting local name levozp of variable vertical_dimension_of_ozone_forcing_data from new to old metadata -INFO: Converting local name spfhmax of variable maximum_specific_humidity_at_2m from new to old metadata -INFO: Converting local name runoff of variable surface_runoff_flux from new to old metadata -INFO: Converting local name do_sb_physics of variable mg_flag_for_sb2001_autoconversion from new to old metadata -INFO: Converting local name phy_myj_a1q of variable weight_for_specific_humidity_at_viscous_sublayer_top from new to old metadata -INFO: Converting local name cactiv of variable conv_activity_counter from new to old metadata -INFO: Converting local name clw(:,:,index_for_turbulent_kinetic_energy_convective_transport_tracer) of variable turbulent_kinetic_energy_convective_transport_tracer from new to old metadata -INFO: Converting local name oz_phys_2015 of variable flag_for_2015_ozone_physics from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_snow_number_concentration) of variable snow_number_concentration from new to old metadata -INFO: Converting local name ntsnc of variable index_for_snow_number_concentration from new to old metadata -INFO: Converting local name dlwsfci_cpl of variable instantaneous_surface_downwelling_longwave_flux_for_coupling from new to old metadata -INFO: Converting local name errflg of variable ccpp_error_flag from new to old metadata -INFO: Converting local name kbot of variable vertical_index_at_cloud_base from new to old metadata -INFO: Converting local name clw_surf of variable cloud_condensed_water_mixing_ratio_at_surface from new to old metadata -INFO: Converting local name skebu_wts of variable weights_for_stochastic_skeb_perturbation_of_x_wind from new to old metadata -INFO: Converting local name snowprv of variable lwe_thickness_of_snow_amount_from_previous_timestep from new to old metadata -INFO: Converting local name spec_adv of variable flag_for_individual_cloud_species_advected from new to old metadata -INFO: Converting local name rainmp of variable lwe_thickness_of_explicit_rain_amount from new to old metadata -INFO: Converting local name jdat of variable forecast_date_and_time from new to old metadata -INFO: Converting local name ntrcaer of variable number_of_aerosol_tracers_MG from new to old metadata -INFO: Converting local name gflux of variable cumulative_surface_ground_heat_flux_multiplied_by_timestep from new to old metadata -INFO: Converting local name q1 of variable water_vapor_specific_humidity_at_lowest_model_layer_for_diag from new to old metadata -INFO: Converting local name gq0(:,1,index_for_water_vapor) of variable water_vapor_specific_humidity_at_lowest_model_layer_updated_by_physics from new to old metadata -INFO: Converting local name nday of variable daytime_points_dimension from new to old metadata -INFO: Converting local name cs_parm(9) of variable entrainment_efficiency_tunable_parameter_9_CS from new to old metadata -INFO: Converting local name flx_form of variable flag_flux_form_CS from new to old metadata -INFO: Converting local name dtsfc_cpl of variable cumulative_surface_upward_sensible_heat_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name nstf_name(1) of variable flag_for_nsstm_run from new to old metadata -INFO: Converting local name ca_sgs of variable flag_for_sgs_cellular_automata from new to old metadata -INFO: Converting local name mg_qcmin(1) of variable mg_minimum_cloud_condensed_water_mixing_ratio from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio from new to old metadata -INFO: Converting local name rilist of variable gas_constants_for_multi_gases_physics from new to old metadata -INFO: Converting local name dtauy2d_ls of variable y_momentum_tendency_from_large_scale_gwd from new to old metadata -INFO: Converting local name oz_coeff of variable number_of_coefficients_in_ozone_forcing_data from new to old metadata -INFO: Converting local name edmf_qt of variable emdf_updraft_total_water from new to old metadata -INFO: Converting local name stmassxy of variable stem_mass from new to old metadata -INFO: Converting local name dgraupelprv of variable graupel_precipitation_rate_from_previous_timestep from new to old metadata -INFO: Converting local name gq0(:,:,index_for_mass_weighted_rime_factor) of variable mass_weighted_rime_factor_updated_by_physics from new to old metadata -INFO: Converting local name alnwf of variable mean_nir_albedo_with_weak_cosz_dependency from new to old metadata -INFO: Converting local name smoiseq of variable equilibrium_soil_water_content from new to old metadata -INFO: Converting local name psautco of variable coefficient_from_cloud_ice_to_snow from new to old metadata -INFO: Converting local name fhlwr of variable frequency_for_longwave_radiation from new to old metadata -INFO: Converting local name xtts of variable sensitivity_of_dtl_heat_content_to_surface_temperature from new to old metadata -INFO: Converting local name tracers_start_index of variable start_index_of_other_tracers from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_ice_cloud_condensate) of variable tendency_of_ice_cloud_water_mixing_ratio_due_to_model_physics from new to old metadata -INFO: Converting local name jsd of variable starting_y_direction_index_domain from new to old metadata -INFO: Converting local name semis_land of variable surface_longwave_emissivity_over_land_interstitial from new to old metadata -INFO: Converting local name tdomr of variable dominant_rain_type from new to old metadata -INFO: Converting local name conv_act of variable gf_memory_counter from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_ice_cloud_number_concentration) of variable ice_number_concentration from new to old metadata -INFO: Converting local name ugrs(:,1) of variable x_wind_at_lowest_model_layer from new to old metadata -INFO: Converting local name qicn of variable mass_fraction_of_convective_cloud_ice from new to old metadata -INFO: Converting local name fh2_ice of variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_ice from new to old metadata -INFO: Converting local name tsq of variable t_prime_squared from new to old metadata -INFO: Converting local name tdomip of variable dominant_sleet_type from new to old metadata -INFO: Converting local name lslwr of variable flag_to_calc_lw from new to old metadata -INFO: Converting local name GFS_cldprop_type of variable GFS_cldprop_type from new to old metadata -INFO: Converting local name imp_physics of variable flag_for_microphysics_scheme from new to old metadata -INFO: Converting local name sfcalb(:,1) of variable surface_albedo_due_to_near_IR_direct from new to old metadata -INFO: Converting local name mg_do_graupel of variable mg_flag_for_graupel from new to old metadata -INFO: Converting local name soilm of variable soil_moisture_content from new to old metadata -INFO: Converting local name exch_m of variable atmosphere_momentum_diffusivity_for_mynnpbl from new to old metadata -INFO: Converting local name wetdpc of variable instantaneous_convective_scale_wet_deposition from new to old metadata -INFO: Converting local name el_pbl of variable mixing_length from new to old metadata -INFO: Converting local name ncnvc of variable index_for_convective_cloud_cover_in_phy_f3d from new to old metadata -INFO: Converting local name fn_nml of variable namelist_filename from new to old metadata -INFO: Converting local name weasd_ocean of variable water_equivalent_accumulated_snow_depth_over_ocean from new to old metadata -INFO: Converting local name evfact_deep of variable rain_evaporation_coefficient_deep_convection from new to old metadata -INFO: Converting local name dqsfc of variable cumulative_surface_upward_latent_heat_flux_for_diag_multiplied_by_timestep from new to old metadata -INFO: Converting local name totgrpb of variable accumulated_lwe_thickness_of_graupel_amount_in_bucket from new to old metadata -INFO: Converting local name trans_aero of variable flag_for_aerosol_convective_transport_and_PBL_diffusion from new to old metadata -INFO: Converting local name dusfc_bl of variable integrated_x_momentum_flux_from_blocking_drag from new to old metadata -INFO: Converting local name gw_kdis of variable eddy_mixing_due_to_ugwp from new to old metadata -INFO: Converting local name mg_qcmin of variable mg_minimum_cloud_condensed_water_and_ice_mixing_ratio from new to old metadata -INFO: Converting local name dq3dt(:,:,3) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_shal_convection from new to old metadata -INFO: Converting local name qi of variable cloud_ice_specific_humidity_at_Lagrangian_surface from new to old metadata -INFO: Converting local name imfshalcnv_gf of variable flag_for_ntiedtke_shallow_convection_scheme from new to old metadata -INFO: Converting local name zorl_ocean of variable surface_roughness_length_over_ocean_interstitial from new to old metadata -INFO: Converting local name tsfc_ice of variable surface_skin_temperature_over_ice_interstitial from new to old metadata -INFO: Converting local name input_nml_file_length of variable number_of_lines_of_namelist_filename_for_internal_file_reads from new to old metadata -INFO: Converting local name flhc of variable surface_exchange_coefficient_for_heat from new to old metadata -INFO: Converting local name qke of variable tke_at_mass_points from new to old metadata -INFO: Converting local name snowd of variable surface_snow_thickness_water_equivalent from new to old metadata -INFO: Converting local name ncpr of variable local_rain_number_concentration from new to old metadata -INFO: Converting local name ldiag3d of variable flag_diagnostics_3D from new to old metadata -INFO: Converting local name ffhh_ocean of variable Monin_Obukhov_similarity_function_for_heat_over_ocean from new to old metadata -INFO: Converting local name nsamftrac of variable number_of_tracers_for_samf from new to old metadata -INFO: Converting local name con_hvap of variable latent_heat_of_vaporization_of_water_at_0C from new to old metadata -INFO: Converting local name dtaux2d_fd of variable x_momentum_tendency_from_form_drag from new to old metadata -INFO: Converting local name levh2o of variable vertical_dimension_of_h2o_forcing_data from new to old metadata -INFO: Converting local name ras of variable flag_for_ras_deep_convection from new to old metadata -INFO: Converting local name ialb of variable flag_for_using_climatology_albedo from new to old metadata -INFO: Converting local name raincd of variable lwe_thickness_of_deep_convective_precipitation_amount from new to old metadata -INFO: Converting local name alb1d of variable surface_albedo_perturbation from new to old metadata -INFO: Converting local name nwat of variable number_of_water_species from new to old metadata -INFO: Converting local name dwn_mf of variable cumulative_atmosphere_downdraft_convective_mass_flux from new to old metadata -INFO: Converting local name save_t of variable air_temperature_save from new to old metadata -INFO: Converting local name fice of variable sea_ice_concentration from new to old metadata -INFO: Converting local name dvisdf_cpl of variable cumulative_surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name cvb of variable pressure_at_bottom_of_convective_cloud from new to old metadata -INFO: Converting local name save_q(:,:,index_for_ice_cloud_condensate) of variable ice_water_mixing_ratio_save from new to old metadata -INFO: Converting local name gq0(:,:,index_for_snow_water) of variable snow_water_mixing_ratio_updated_by_physics from new to old metadata -INFO: Converting local name qrain of variable sensible_heat_flux_due_to_rainfall from new to old metadata -INFO: Converting local name stress_ocean of variable surface_wind_stress_over_ocean from new to old metadata -INFO: Converting local name adjsfculw_land of variable surface_upwelling_longwave_flux_over_land_interstitial from new to old metadata -INFO: Converting local name ndust of variable number_of_dust_bins_for_diagnostics from new to old metadata -INFO: Converting local name GFS_radtend_type of variable GFS_radtend_type from new to old metadata -INFO: Converting local name ngas of variable number_of_gases_for_multi_gases_physics from new to old metadata -INFO: Converting local name diceprv of variable ice_precipitation_rate_from_previous_timestep from new to old metadata -INFO: Converting local name con_ttp of variable triple_point_temperature_of_water from new to old metadata -INFO: Converting local name rechxy of variable water_table_recharge_when_shallow from new to old metadata -INFO: Converting local name ffhh of variable Monin_Obukhov_similarity_function_for_heat from new to old metadata -INFO: Converting local name edmf_w of variable emdf_updraft_vertical_velocity from new to old metadata -INFO: Converting local name sed_supersat of variable mg_allow_supersat_after_sed from new to old metadata -INFO: Converting local name sr of variable ratio_of_snowfall_to_rainfall from new to old metadata -INFO: Converting local name stc of variable soil_temperature from new to old metadata -INFO: Converting local name idate of variable date_and_time_at_model_initialization_reordered from new to old metadata -INFO: Converting local name nctp of variable number_of_cloud_types_CS from new to old metadata -INFO: Converting local name levrp1 of variable number_of_vertical_layers_for_radiation_calculations_plus_one from new to old metadata -INFO: Converting local name v10mmax of variable maximum_y_wind_at_10m from new to old metadata -INFO: Converting local name clouds(:,:,8) of variable cloud_snow_water_path from new to old metadata -INFO: Converting local name dusfc of variable cumulative_surface_x_momentum_flux_for_diag_multiplied_by_timestep from new to old metadata -INFO: Converting local name sfcalb(:,3) of variable surface_albedo_due_to_UV_and_VIS_direct from new to old metadata -INFO: Converting local name zmtnblck of variable level_of_dividing_streamline from new to old metadata -INFO: Converting local name xcosz of variable instantaneous_cosine_of_zenith_angle from new to old metadata -INFO: Converting local name CCPP_interstitial_type of variable CCPP_interstitial_type from new to old metadata -INFO: Converting local name theta of variable angle_from_east_of_maximum_subgrid_orographic_variations from new to old metadata -INFO: Converting local name nbdsw of variable number_of_aerosol_bands_for_shortwave_radiation from new to old metadata -INFO: Converting local name dqsfc1 of variable instantaneous_surface_upward_latent_heat_flux from new to old metadata -INFO: Converting local name htrsw of variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_timestep from new to old metadata -INFO: Converting local name gq0(:,:,index_for_graupel_number_concentration) of variable graupel_number_concentration_updated_by_physics from new to old metadata -INFO: Converting local name ntgnc of variable index_for_graupel_number_concentration from new to old metadata -INFO: Converting local name semis of variable surface_longwave_emissivity from new to old metadata -INFO: Converting local name ca_smooth of variable flag_for_gaussian_spatial_filter from new to old metadata -INFO: Converting local name zhour of variable time_since_diagnostics_zeroed from new to old metadata -INFO: Converting local name uswsfci of variable surface_upwelling_shortwave_flux from new to old metadata -INFO: Converting local name dq3dt(:,:,6) of variable cumulative_change_in_ozone_concentration_due_to_production_and_loss_rate from new to old metadata -INFO: Converting local name con_t0c of variable temperature_at_zero_celsius from new to old metadata -INFO: Converting local name dvsfcin_cpl of variable surface_y_momentum_flux_for_coupling from new to old metadata -INFO: Converting local name runoff of variable total_runoff from new to old metadata -INFO: Converting local name upd_mf of variable cumulative_atmosphere_updraft_convective_mass_flux from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_for_cloud_fraction_in_3d_arrays_for_microphysics) of variable cloud_fraction_for_MG from new to old metadata -INFO: Converting local name indcld of variable index_for_cloud_fraction_in_3d_arrays_for_microphysics from new to old metadata -INFO: Converting local name vegtype of variable vegetation_type_classification from new to old metadata -INFO: Converting local name ied of variable ending_x_direction_index_domain from new to old metadata -INFO: Converting local name transa of variable cumulative_transpiration_flux_multiplied_by_timestep from new to old metadata -INFO: Converting local name dt3dt(:,:,2) of variable cumulative_change_in_temperature_due_to_shortwave_radiation from new to old metadata -INFO: Converting local name dvsfc_ls of variable integrated_y_momentum_flux_from_large_scale_gwd from new to old metadata -INFO: Converting local name snowd_ocean of variable surface_snow_thickness_water_equivalent_over_ocean from new to old metadata -INFO: Converting local name clouds(:,:,2) of variable cloud_liquid_water_path from new to old metadata -INFO: Converting local name visbmui of variable surface_upwelling_direct_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name plvl of variable air_pressure_at_interface_for_radiation_in_hPa from new to old metadata -INFO: Converting local name uustar_land of variable surface_friction_velocity_over_land from new to old metadata -INFO: Converting local name phy_myj_akms of variable momentum_exchange_coefficient_for_MYJ_schemes from new to old metadata -INFO: Converting local name cnv_fice of variable ice_fraction_in_convective_tower from new to old metadata -INFO: Converting local name nbdlw of variable number_of_aerosol_bands_for_longwave_radiation from new to old metadata -INFO: Converting local name dudt_mtb of variable instantaneous_change_in_x_wind_due_to_mountain_blocking_drag from new to old metadata -INFO: Converting local name rb_ocean of variable bulk_richardson_number_at_lowest_model_level_over_ocean from new to old metadata -INFO: Converting local name ccnorm of variable flag_for_cloud_condensate_normalized_by_cloud_cover from new to old metadata -INFO: Converting local name dqdt of variable tendency_of_tracers_due_to_model_physics from new to old metadata -INFO: Converting local name u10m of variable x_wind_at_10m from new to old metadata -INFO: Converting local name tmpmin of variable minimum_temperature_at_2m from new to old metadata -INFO: Converting local name save_u of variable x_wind_save from new to old metadata -INFO: Converting local name tsnow of variable snow_temperature_bottom_first_layer from new to old metadata -INFO: Converting local name kind_INTEGER of variable kind_INTEGER from new to old metadata -INFO: Converting local name nswsfc_cpl of variable cumulative_surface_net_downward_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name vgrs(:,1) of variable y_wind_at_lowest_model_layer from new to old metadata -INFO: Converting local name bl_mynn_edmf_tke of variable edmf_tke_transport_flag from new to old metadata -INFO: Converting local name tile_num of variable number_of_tile from new to old metadata -INFO: Converting local name con_pi of variable pi from new to old metadata -INFO: Converting local name abem of variable instantaneous_anthopogenic_and_biomass_burning_emissions from new to old metadata -INFO: Converting local name latidxprnt of variable latitude_index_in_debug_printouts from new to old metadata -INFO: Converting local name tcrf of variable cloud_phase_transition_denominator from new to old metadata -INFO: Converting local name cpilist of variable specific_heat_capacities_for_multi_gases_physics from new to old metadata -INFO: Converting local name tprcp_ocean of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_ocean from new to old metadata -INFO: Converting local name vgrs of variable y_wind from new to old metadata -INFO: Converting local name me of variable mpi_rank from new to old metadata -INFO: Converting local name nseffr of variable index_for_snow_effective_radius from new to old metadata -INFO: Converting local name crtrh(1) of variable critical_relative_humidity_at_surface from new to old metadata -INFO: Converting local name nrcm of variable array_dimension_of_random_number from new to old metadata -INFO: Converting local name phy_f2d(:,2) of variable surface_air_pressure_at_previous_time_step from new to old metadata -INFO: Converting local name totice of variable accumulated_lwe_thickness_of_ice_amount from new to old metadata -INFO: Converting local name vdftra of variable vertically_diffused_tracer_concentration from new to old metadata -INFO: Converting local name clam_shal of variable entrainment_rate_coefficient_shallow_convection from new to old metadata -INFO: Converting local name ulwsfc of variable cumulative_surface_upwelling_longwave_flux_multiplied_by_timestep from new to old metadata -INFO: Converting local name cldf of variable cloud_area_fraction from new to old metadata -INFO: Converting local name prslk of variable dimensionless_exner_function_at_model_layers from new to old metadata -INFO: Converting local name imp_physics_wsm6 of variable flag_for_wsm6_microphysics_scheme from new to old metadata -INFO: Converting local name blksz(ccpp_block_number) of variable horizontal_loop_extent from new to old metadata -INFO: Converting local name dtp of variable time_step_for_physics from new to old metadata -INFO: Converting local name nnirdf_cpl of variable cumulative_surface_net_downward_diffuse_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name tsurf_ice of variable surface_skin_temperature_after_iteration_over_ice from new to old metadata -INFO: Converting local name snowfallac of variable total_accumulated_snowfall from new to old metadata -INFO: Converting local name solhr of variable forecast_hour_of_the_day from new to old metadata -INFO: Converting local name use_zmtnblck of variable flag_for_mountain_blocking from new to old metadata -INFO: Converting local name sfcflw_type of variable sfcflw_type from new to old metadata -INFO: Converting local name rhofr of variable density_of_frozen_precipitation from new to old metadata -INFO: Converting local name dxmax of variable maximum_scaling_factor_for_critical_relative_humidity from new to old metadata -INFO: Converting local name rainc_cpl of variable lwe_thickness_of_convective_precipitation_amount_for_coupling from new to old metadata -INFO: Converting local name prautco of variable coefficient_from_cloud_water_to_rain from new to old metadata -INFO: Converting local name cumabs of variable maximum_column_heating_rate from new to old metadata -INFO: Converting local name Statein of variable GFS_statein_type_instance from new to old metadata -INFO: Converting local name ntasks of variable mpi_size from new to old metadata -INFO: Converting local name qsq of variable q_prime_squared from new to old metadata -INFO: Converting local name bl_mynn_mixqt of variable mix_total_water_flag from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_turbulent_kinetic_energy) of variable tendency_of_turbulent_kinetic_energy_due_to_model_physics from new to old metadata -INFO: Converting local name ntke of variable index_for_turbulent_kinetic_energy from new to old metadata -INFO: Converting local name kmp of variable top_layer_index_for_fast_physics from new to old metadata -INFO: Converting local name ffhh_ice of variable Monin_Obukhov_similarity_function_for_heat_over_ice from new to old metadata -INFO: Converting local name dq3dt(:,:,1) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_PBL from new to old metadata -INFO: Converting local name con_hfus of variable latent_heat_of_fusion_of_water_at_0C from new to old metadata -INFO: Converting local name isubc_lw of variable flag_for_lw_clouds_without_sub_grid_approximation from new to old metadata -INFO: Converting local name du3dt(:,:,3) of variable cumulative_change_in_x_wind_due_to_deep_convection from new to old metadata -INFO: Converting local name clx of variable fraction_of_grid_box_with_subgrid_orography_higher_than_critical_height from new to old metadata -INFO: Converting local name shoc_parm(4) of variable shoc_implicit_TKE_integration_uncentering_term from new to old metadata -INFO: Converting local name gasvmr(:,:,7) of variable volume_mixing_ratio_cfc12 from new to old metadata -INFO: Converting local name cappa of variable cappa_moist_gas_constant_at_Lagrangian_surface from new to old metadata -INFO: Converting local name cf_upi of variable convective_cloud_fraction_for_microphysics from new to old metadata -INFO: Converting local name cdata of variable ccpp_t_instance from new to old metadata -INFO: Converting local name phy_myj_akhs of variable heat_exchange_coefficient_for_MYJ_schemes from new to old metadata -INFO: Converting local name sedim of variable instantaneous_sedimentation from new to old metadata -INFO: Converting local name graupelmp of variable lwe_thickness_of_graupel_amount from new to old metadata -INFO: Converting local name skebu_wts of variable weights_for_stochastic_skeb_perturbation_of_x_wind_flipped from new to old metadata -INFO: Converting local name GFS_control_type of variable GFS_control_type from new to old metadata -INFO: Converting local name yearlen of variable number_of_days_in_year from new to old metadata -INFO: Converting local name save_q(:,:,index_for_water_vapor) of variable water_vapor_specific_humidity_save from new to old metadata -INFO: Converting local name smois of variable volume_fraction_of_soil_moisture_for_land_surface_model from new to old metadata -INFO: Converting local name gq0(:,:,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio_updated_by_physics from new to old metadata -INFO: Converting local name pwat of variable column_precipitable_water from new to old metadata -INFO: Converting local name cld1d of variable cloud_work_function from new to old metadata -INFO: Converting local name qvi of variable gas_tracers_for_multi_gas_physics_at_Lagrangian_surface from new to old metadata -INFO: Converting local name gabsbdlw of variable surface_downwelling_longwave_flux_absorbed_by_ground from new to old metadata -INFO: Converting local name tau_ngw of variable time_integral_of_momentum_flux_due_to_nonstationary_gravity_wave from new to old metadata -INFO: Converting local name xlat_d of variable latitude_degree from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_for_ice_effective_radius) of variable effective_radius_of_stratiform_cloud_ice_particle_in_um from new to old metadata -INFO: Converting local name nieffr of variable index_for_ice_effective_radius from new to old metadata -INFO: Converting local name do_ca of variable flag_for_cellular_automata from new to old metadata -INFO: Converting local name wtxy of variable water_storage_in_aquifer_and_saturated_soil from new to old metadata -INFO: Converting local name srunoff of variable surface_runoff from new to old metadata -INFO: Converting local name ntrnc of variable index_for_rain_number_concentration from new to old metadata -INFO: Converting local name ustm of variable surface_friction_velocity_drag from new to old metadata -INFO: Converting local name cnvprcp of variable cumulative_lwe_thickness_of_convective_precipitation_amount from new to old metadata -INFO: Converting local name imfdeepcnv_samf of variable flag_for_samf_deep_convection_scheme from new to old metadata -INFO: Converting local name si of variable vertical_sigma_coordinate_for_radiation_initialization from new to old metadata -INFO: Converting local name gwdcu of variable tendency_of_x_wind_due_to_convective_gravity_wave_drag from new to old metadata -INFO: Converting local name elvmax of variable maximum_subgrid_orography from new to old metadata -INFO: Converting local name slimskin_cpl of variable sea_land_ice_mask_in from new to old metadata -INFO: Converting local name dtsfc_cice of variable surface_upward_sensible_heat_flux_for_coupling_interstitial from new to old metadata -INFO: Converting local name do_mynnedmf of variable do_mynnedmf from new to old metadata -INFO: Converting local name zorll of variable surface_roughness_length_over_land from new to old metadata -INFO: Converting local name nswsfci_cpl of variable instantaneous_surface_net_downward_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name do_cldice of variable mg_flag_for_cloud_ice_processes from new to old metadata -INFO: Converting local name alboldxy of variable snow_albedo_at_previous_time_step from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_graupel) of variable graupel_mixing_ratio from new to old metadata -INFO: Converting local name rhcmax of variable maximum_critical_relative_humidity from new to old metadata -INFO: Converting local name Stateout of variable GFS_stateout_type_instance from new to old metadata -INFO: Converting local name nirbmdi of variable surface_downwelling_direct_near_infrared_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name gfluxi of variable instantaneous_surface_ground_heat_flux from new to old metadata -INFO: Converting local name drainncprv of variable explicit_rainfall_rate_from_previous_timestep from new to old metadata -INFO: Converting local name gflx of variable upward_heat_flux_in_soil from new to old metadata -INFO: Converting local name hflx_ocean of variable kinematic_surface_upward_sensible_heat_flux_over_ocean from new to old metadata -INFO: Converting local name nvdiff of variable number_of_vertical_diffusion_tracers from new to old metadata -INFO: Converting local name dspheat of variable flag_TKE_dissipation_heating from new to old metadata -INFO: Converting local name fhswr of variable frequency_for_shortwave_radiation from new to old metadata -INFO: Converting local name nthreads of variable omp_threads from new to old metadata -INFO: Converting local name islmsk of variable sea_land_ice_mask from new to old metadata -INFO: Converting local name ntchmdiag of variable number_of_chemical_tracers_for_diagnostics from new to old metadata -INFO: Converting local name nstf_name(5) of variable vertical_temperature_average_range_upper_bound from new to old metadata -INFO: Converting local name forceq of variable moisture_tendency_due_to_dynamics from new to old metadata -INFO: Converting local name nseasalt of variable number_of_seasalt_bins_for_diagnostics from new to old metadata -INFO: Converting local name gasvmr(:,:,2) of variable volume_mixing_ratio_n2o from new to old metadata -INFO: Converting local name ctei_rml of variable grid_sensitive_critical_cloud_top_entrainment_instability_criteria from new to old metadata -INFO: Converting local name sfc_wts of variable weights_for_stochastic_surface_physics_perturbation from new to old metadata -INFO: Converting local name oc of variable convexity_of_subgrid_orography from new to old metadata -INFO: Converting local name ep1d of variable surface_upward_potential_latent_heat_flux from new to old metadata -INFO: Converting local name u10mmax of variable maximum_x_wind_at_10m from new to old metadata -INFO: Converting local name nca of variable number_of_independent_cellular_automata from new to old metadata -INFO: Converting local name rtmassxy of variable fine_root_mass from new to old metadata -INFO: Converting local name ffmm_ocean of variable Monin_Obukhov_similarity_function_for_momentum_over_ocean from new to old metadata -INFO: Converting local name pertlai of variable magnitude_of_perturbation_of_leaf_area_index from new to old metadata -INFO: Converting local name mg_ncnst of variable mg_drop_concentration_constant from new to old metadata -INFO: Converting local name pgcon_shal of variable momentum_transport_reduction_factor_pgf_shallow_convection from new to old metadata -INFO: Converting local name edmf_qc of variable emdf_updraft_cloud_water from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_graupel) of variable tendency_of_graupel_mixing_ratio_due_to_model_physics from new to old metadata -INFO: Converting local name acvt of variable largest_cloud_top_vertical_index_encountered_thus_far from new to old metadata -INFO: Converting local name cmm of variable surface_drag_wind_speed_for_momentum_in_air from new to old metadata -INFO: Converting local name dt_cool of variable sub_layer_cooling_amount from new to old metadata -INFO: Converting local name qc_r of variable cloud_liquid_water_mixing_ratio from new to old metadata -INFO: Converting local name ral_ts of variable time_scale_for_rayleigh_damping from new to old metadata -INFO: Converting local name GFS_diag_type of variable GFS_diag_type from new to old metadata -INFO: Converting local name dnirdfi_cpl of variable instantaneous_surface_downwelling_diffuse_near_infrared_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name chh_ice of variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_ice from new to old metadata -INFO: Converting local name flipv of variable flag_flip from new to old metadata -INFO: Converting local name ldiag_ugwp of variable diag_ugwp_flag from new to old metadata -INFO: Converting local name ctei_r of variable cloud_top_entrainment_instability_value from new to old metadata -INFO: Converting local name ccn_nm of variable ccn_number_concentration from new to old metadata -INFO: Converting local name edmf_ent of variable emdf_updraft_entrainment_rate from new to old metadata -INFO: Converting local name htswc of variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step from new to old metadata -INFO: Converting local name phy_myj_thz0 of variable potential_temperature_at_viscous_sublayer_top from new to old metadata -INFO: Converting local name bl_mynn_edmf of variable edmf_flag from new to old metadata -INFO: Converting local name con_rd of variable gas_constant_dry_air from new to old metadata -INFO: Converting local name qss_land of variable surface_specific_humidity_over_land from new to old metadata -INFO: Converting local name zt1d of variable perturbation_of_heat_to_momentum_roughness_length_ratio from new to old metadata -INFO: Converting local name imp_physics_zhao_carr of variable flag_for_zhao_carr_microphysics_scheme from new to old metadata -INFO: Converting local name delz of variable thickness_at_Lagrangian_surface from new to old metadata -INFO: Converting local name dtsfci of variable instantaneous_surface_upward_sensible_heat_flux_for_diag from new to old metadata -INFO: Converting local name dvsfc_fd of variable integrated_y_momentum_flux_from_form_drag from new to old metadata -INFO: Converting local name totprcpb of variable accumulated_lwe_thickness_of_precipitation_amount_in_bucket from new to old metadata -INFO: Converting local name tcr of variable cloud_phase_transition_threshold_temperature from new to old metadata -INFO: Converting local name clstp of variable convective_cloud_switch from new to old metadata -INFO: Converting local name isatmedmf_vdifq of variable choice_of_updated_scale_aware_TKE_moist_EDMF_PBL from new to old metadata -INFO: Converting local name coszen of variable cosine_of_zenith_angle from new to old metadata -INFO: Converting local name nifa2d of variable tendency_of_ice_friendly_aerosols_at_surface from new to old metadata -INFO: Converting local name icy of variable flag_nonzero_sea_ice_surface_fraction from new to old metadata -INFO: Converting local name dudt of variable tendency_of_x_wind_due_to_model_physics from new to old metadata -INFO: Converting local name bl_dnfr of variable downdraft_fraction_in_boundary_layer_mass_flux_scheme from new to old metadata -INFO: Converting local name snohf of variable snow_freezing_rain_upward_latent_heat_flux from new to old metadata -INFO: Converting local name bexp1d of variable perturbation_of_soil_type_b_parameter from new to old metadata -INFO: Converting local name faersw of variable aerosol_optical_properties_for_shortwave_bands_01_16 from new to old metadata -INFO: Converting local name dtdt of variable tendency_of_air_temperature_due_to_model_physics from new to old metadata -INFO: Converting local name nvisdf_cpl of variable cumulative_surface_net_downward_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name dqsfcin_cpl of variable surface_upward_latent_heat_flux_for_coupling from new to old metadata -INFO: Converting local name con_p0 of variable standard_atmospheric_pressure from new to old metadata -INFO: Converting local name con_epsq of variable minimum_value_of_specific_humidity from new to old metadata -INFO: Converting local name dusfci_cpl of variable instantaneous_surface_x_momentum_flux_for_coupling from new to old metadata -INFO: Converting local name ep1d_ice of variable surface_upward_potential_latent_heat_flux_over_ice from new to old metadata -INFO: Converting local name fhour of variable forecast_time from new to old metadata -INFO: Converting local name refl_10cm of variable radar_reflectivity_10cm from new to old metadata -INFO: Converting local name shum_wts of variable weights_for_stochastic_shum_perturbation_flipped from new to old metadata -INFO: Converting local name dspfac of variable tke_dissipative_heating_factor from new to old metadata -INFO: Converting local name nnirbmi_cpl of variable instantaneous_surface_net_downward_direct_near_infrared_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name c1_deep of variable detrainment_conversion_parameter_deep_convection from new to old metadata -INFO: Converting local name dt3dt(:,:,4) of variable cumulative_change_in_temperature_due_to_deep_convection from new to old metadata -INFO: Converting local name dv3dt(:,:,4) of variable cumulative_change_in_y_wind_due_to_convective_gravity_wave_drag from new to old metadata -INFO: Converting local name phy_myj_a1u of variable weight_for_momentum_at_viscous_sublayer_top from new to old metadata -INFO: Converting local name iopt_stc of variable flag_for_soil_and_snow_temperature_time_stepping_option from new to old metadata -INFO: Converting local name adjvisbmd of variable surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux from new to old metadata -INFO: Converting local name icloud_bl of variable couple_sgs_clouds_to_radiation_flag from new to old metadata -INFO: Converting local name rb of variable bulk_richardson_number_at_lowest_model_level from new to old metadata -INFO: Converting local name faerlw(:,:,:,2) of variable aerosol_single_scattering_albedo_for_longwave_bands_01_16 from new to old metadata -INFO: Converting local name phy_myj_elflx of variable kinematic_surface_latent_heat_flux from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_for_snow_effective_radius) of variable effective_radius_of_stratiform_cloud_snow_particle_in_um from new to old metadata -INFO: Converting local name iopt_tbot of variable flag_for_lower_boundary_soil_temperature_option from new to old metadata -INFO: Converting local name pdfflag of variable flag_for_pdf_for_morrison_gettelman_microphysics_scheme from new to old metadata -INFO: Converting local name do_aw of variable flag_for_Arakawa_Wu_adjustment from new to old metadata -INFO: Converting local name do_tofd of variable turb_oro_form_drag_flag from new to old metadata -INFO: Converting local name dqdti of variable instantaneous_water_vapor_specific_humidity_tendency_due_to_convection from new to old metadata -INFO: Converting local name qi_r of variable cloud_ice_mixing_ratio from new to old metadata -INFO: Converting local name flag_iter of variable flag_for_iteration from new to old metadata -INFO: Converting local name CLDFRA_BL of variable subgrid_cloud_fraction_pbl from new to old metadata -INFO: Converting local name zorl_ice of variable surface_roughness_length_over_ice_interstitial from new to old metadata -INFO: Converting local name dd_mf of variable instantaneous_atmosphere_downdraft_convective_mass_flux from new to old metadata -INFO: Converting local name visdfui of variable surface_upwelling_diffuse_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name julian of variable julian_day from new to old metadata -INFO: Converting local name cd_ice of variable surface_drag_coefficient_for_momentum_in_air_over_ice from new to old metadata -INFO: Converting local name iovr_lw of variable flag_for_max_random_overlap_clouds_for_longwave_radiation from new to old metadata -INFO: Converting local name lmp of variable adjusted_vertical_level_dimension_for_radiation from new to old metadata -INFO: Converting local name kdt of variable index_of_time_step from new to old metadata -INFO: Converting local name ushfsfci of variable instantaneous_surface_upward_sensible_heat_flux_for_chemistry_coupling from new to old metadata -INFO: Converting local name rb_land of variable bulk_richardson_number_at_lowest_model_level_over_land from new to old metadata -INFO: Converting local name uustar of variable surface_friction_velocity from new to old metadata -INFO: Converting local name adjnirbmu of variable surface_upwelling_direct_near_infrared_shortwave_flux from new to old metadata -INFO: Converting local name do_mynnsfclay of variable do_mynnsfclay from new to old metadata -INFO: Converting local name aero_in of variable flag_for_aerosol_input_MG from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_water_vapor) of variable tendency_of_water_vapor_specific_humidity_due_to_model_physics from new to old metadata -INFO: Converting local name mol of variable theta_star from new to old metadata -INFO: Converting local name fwetxy of variable area_fraction_of_wet_canopy from new to old metadata -INFO: Converting local name phy_f2d(:,1) of variable surface_air_pressure_two_time_steps_back from new to old metadata -INFO: Converting local name topflw of variable lw_fluxes_top_atmosphere from new to old metadata -INFO: Converting local name satmedmf of variable flag_for_scale_aware_TKE_moist_EDMF_PBL from new to old metadata -INFO: Converting local name waxy of variable water_storage_in_aquifer from new to old metadata -INFO: Converting local name snow of variable lwe_thickness_of_snow_amount_on_dynamics_timestep from new to old metadata -INFO: Converting local name ivegsrc of variable vegetation_type_dataset_choice from new to old metadata -INFO: Converting local name sigmaf of variable bounded_vegetation_area_fraction from new to old metadata -INFO: Converting local name f_rain of variable fraction_of_rain_water_cloud from new to old metadata -INFO: Converting local name dkt of variable instantaneous_atmosphere_heat_diffusivity from new to old metadata -INFO: Converting local name asolfac_deep of variable aerosol_aware_parameter_deep_convection from new to old metadata -INFO: Converting local name dv3dt(:,:,2) of variable cumulative_change_in_y_wind_due_to_orographic_gravity_wave_drag from new to old metadata -INFO: Converting local name ipr of variable horizontal_index_of_printed_column from new to old metadata -INFO: Converting local name npzcappa of variable vertical_dimension_for_cappa_at_Lagrangian_surface from new to old metadata -INFO: Converting local name clam_deep of variable entrainment_rate_coefficient_deep_convection from new to old metadata -INFO: Converting local name dusfci of variable instantaneous_surface_x_momentum_flux_for_diag from new to old metadata -INFO: Converting local name cs_parm(4) of variable detrainment_and_precipitation_tunable_parameter_4_CS from new to old metadata -INFO: Converting local name levsp1 of variable vertical_dimension_plus_one from new to old metadata -INFO: Converting local name con_cp of variable specific_heat_of_dry_air_at_constant_pressure from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_water_vapor) of variable water_vapor_specific_humidity from new to old metadata -INFO: Converting local name prsik(:,1) of variable dimensionless_exner_function_at_lowest_model_interface from new to old metadata -INFO: Converting local name gasvmr(:,:,5) of variable volume_mixing_ratio_co from new to old metadata -INFO: Converting local name mg_ngcons of variable mg_flag_graupel_concentration_constant from new to old metadata -INFO: Converting local name acsnow of variable accumulated_water_equivalent_of_frozen_precip from new to old metadata -INFO: Converting local name levsm1 of variable vertical_dimension_minus_one from new to old metadata -INFO: Converting local name phy_myj_a1t of variable weight_for_potental_temperature_at_viscous_sublayer_top from new to old metadata -INFO: Converting local name ntracp1 of variable number_of_tracers_plus_one from new to old metadata -INFO: Converting local name GFS_Data of variable GFS_data_type_instance_all_blocks from new to old metadata -INFO: Converting local name zol of variable surface_stability_parameter from new to old metadata -INFO: Converting local name CCPP_interstitial of variable CCPP_interstitial_type_instance from new to old metadata -INFO: Converting local name isd of variable starting_x_direction_index_domain from new to old metadata -INFO: Converting local name cplflx of variable flag_for_flux_coupling from new to old metadata -INFO: Converting local name lradar of variable flag_for_radar_reflectivity from new to old metadata -INFO: Converting local name iseed_ca of variable seed_for_random_number_generation_in_cellular_automata_scheme from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_for_convective_cloud_cover_in_phy_f3d) of variable convective_cloud_cover_in_phy_f3d from new to old metadata -INFO: Converting local name dqsfci of variable instantaneous_surface_upward_latent_heat_flux_for_diag from new to old metadata -INFO: Converting local name dxmin of variable minimum_scaling_factor_for_critical_relative_humidity from new to old metadata -INFO: Converting local name sppt_wts of variable weights_for_stochastic_sppt_perturbation from new to old metadata -INFO: Converting local name tahxy of variable canopy_air_temperature from new to old metadata -INFO: Converting local name imn of variable forecast_month from new to old metadata -INFO: Converting local name evcw of variable canopy_upward_latent_heat_flux from new to old metadata -INFO: Converting local name input_nml_file of variable namelist_filename_for_internal_file_reads from new to old metadata -INFO: Converting local name raddt of variable time_step_for_radiation from new to old metadata -INFO: Converting local name dvisbmi_cpl of variable instantaneous_surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name gwdcv of variable tendency_of_y_wind_due_to_convective_gravity_wave_drag from new to old metadata -INFO: Converting local name evbsa of variable cumulative_soil_upward_latent_heat_flux_multiplied_by_timestep from new to old metadata -INFO: Converting local name cldwrk of variable cumulative_cloud_work_function from new to old metadata -INFO: Converting local name npzdelz of variable vertical_dimension_for_thickness_at_Lagrangian_surface from new to old metadata -INFO: Converting local name dvsfc_cice of variable surface_y_momentum_flux_for_coupling_interstitial from new to old metadata -INFO: Converting local name ql of variable cloud_liquid_water_specific_humidity_at_Lagrangian_surface from new to old metadata -INFO: Converting local name imp_physics_fer_hires of variable flag_for_fer_hires_microphysics_scheme from new to old metadata -INFO: Converting local name dvdt of variable tendency_of_y_wind_due_to_model_physics from new to old metadata -INFO: Converting local name dusfc_cpl of variable cumulative_surface_x_momentum_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name prsl(:,1) of variable air_pressure_at_lowest_model_layer from new to old metadata -INFO: Converting local name ktop_shallow of variable k_level_of_highest_reaching_plume from new to old metadata -INFO: Converting local name sfcfsw of variable sw_fluxes_sfc from new to old metadata -INFO: Converting local name gv0 of variable y_wind_updated_by_physics from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_rain_water) of variable rain_water_mixing_ratio from new to old metadata -INFO: Converting local name cdq_ocean of variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_ocean from new to old metadata -INFO: Converting local name sfcalb(:,4) of variable surface_albedo_due_to_UV_and_VIS_diffused from new to old metadata -INFO: Converting local name gamq of variable countergradient_mixing_term_for_water_vapor from new to old metadata -INFO: Converting local name mdt of variable time_step_for_remapping_for_fast_physics from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_ice_cloud_condensate) of variable ice_water_mixing_ratio from new to old metadata -INFO: Converting local name sfcalb(:,2) of variable surface_albedo_due_to_near_IR_diffused from new to old metadata -INFO: Converting local name phy_fctd of variable cloud_base_mass_flux from new to old metadata -INFO: Converting local name weasd_land of variable water_equivalent_accumulated_snow_depth_over_land from new to old metadata -INFO: Converting local name nwfa2d of variable tendency_of_water_friendly_aerosols_at_surface from new to old metadata -INFO: Converting local name GFS_Control of variable GFS_control_type_instance from new to old metadata -INFO: Converting local name nncl of variable number_of_tracers_for_cloud_condensate from new to old metadata -INFO: Converting local name olyr of variable ozone_concentration_at_layer_for_radiation from new to old metadata -INFO: Converting local name tg3 of variable deep_soil_temperature from new to old metadata -INFO: Converting local name Radtend of variable GFS_radtend_type_instance from new to old metadata -INFO: Converting local name sinlat of variable sine_of_latitude from new to old metadata -INFO: Converting local name sppt_wts of variable weights_for_stochastic_sppt_perturbation_flipped from new to old metadata -INFO: Converting local name ng of variable number_of_ghost_zones from new to old metadata -INFO: Converting local name phil of variable geopotential from new to old metadata -INFO: Converting local name flag_frsoil of variable flag_for_frozen_soil_physics from new to old metadata -INFO: Converting local name faersw(:,:,:,2) of variable aerosol_single_scattering_albedo_for_shortwave_bands_01_16 from new to old metadata -INFO: Converting local name qc of variable cloud_fraction_at_Lagrangian_surface from new to old metadata -INFO: Converting local name do_sfcperts of variable flag_for_stochastic_surface_perturbations from new to old metadata -INFO: Converting local name betas_deep of variable downdraft_fraction_reaching_surface_over_ocean_deep_convection from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_rain_number_concentration) of variable rain_number_concentration from new to old metadata -INFO: Converting local name ifd of variable index_of_dtlm_start from new to old metadata -INFO: Converting local name area of variable cell_area_for_fast_physics from new to old metadata -INFO: Converting local name trans_trac of variable flag_for_convective_transport_of_tracers from new to old metadata -INFO: Converting local name isatmedmf of variable choice_of_scale_aware_TKE_moist_EDMF_PBL from new to old metadata -INFO: Converting local name old_monin of variable flag_for_old_PBL_scheme from new to old metadata -INFO: Converting local name cplchm of variable flag_for_chemistry_coupling from new to old metadata -INFO: Converting local name raincprv of variable lwe_thickness_of_convective_precipitation_amount_from_previous_timestep from new to old metadata -INFO: Converting local name u1 of variable x_wind_at_lowest_model_layer_for_diag from new to old metadata -INFO: Converting local name gw_dvdt of variable tendency_of_y_wind_due_to_ugwp from new to old metadata -INFO: Converting local name dtsfc1 of variable instantaneous_surface_upward_sensible_heat_flux from new to old metadata -INFO: Converting local name gasvmr(:,:,9) of variable volume_mixing_ratio_ccl4 from new to old metadata -INFO: Converting local name semis_ice of variable surface_longwave_emissivity_over_ice_interstitial from new to old metadata -INFO: Converting local name zmtb of variable time_integral_of_height_of_mountain_blocking from new to old metadata -INFO: Converting local name dtauy2d_fd of variable y_momentum_tendency_from_form_drag from new to old metadata -INFO: Converting local name lakefrac of variable lake_area_fraction from new to old metadata -INFO: Converting local name do_myjpbl of variable do_myjpbl from new to old metadata -INFO: Converting local name sncovr of variable surface_snow_area_fraction_over_land from new to old metadata -INFO: Converting local name spd10max of variable maximum_wind_at_10m_over_maximum_hourly_time_interval from new to old metadata -INFO: Converting local name faerlw(:,:,:,3) of variable aerosol_asymmetry_parameter_for_longwave_bands_01_16 from new to old metadata -INFO: Converting local name adjsfculw_ocean of variable surface_upwelling_longwave_flux_over_ocean_interstitial from new to old metadata -INFO: Converting local name nscfshoc of variable index_of_subgrid_scale_cloud_fraction_from_shoc_in_phy_f3d from new to old metadata -INFO: Converting local name qv_r of variable humidity_mixing_ratio from new to old metadata -INFO: Converting local name gq0(:,:,index_for_water_vapor) of variable water_vapor_specific_humidity_updated_by_physics from new to old metadata -INFO: Converting local name lsnow_lsm of variable snow_vertical_dimension_for_land_surface_model from new to old metadata -INFO: Converting local name dv3dt_ngw of variable time_integral_of_change_in_y_wind_due_to_nonstationary_gravity_wave from new to old metadata -INFO: Converting local name tlyr of variable air_temperature_at_layer_for_radiation from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_turbulent_kinetic_energy) of variable turbulent_kinetic_energy from new to old metadata -INFO: Converting local name h2opl of variable h2o_forcing from new to old metadata -INFO: Converting local name smc of variable volume_fraction_of_soil_moisture from new to old metadata -INFO: Converting local name latr of variable number_of_latitude_points from new to old metadata -INFO: Converting local name crick_proof of variable flag_for_CRICK_proof_cloud_water from new to old metadata -INFO: Converting local name ssem of variable instantaneous_seasalt_emission_flux from new to old metadata -INFO: Converting local name xlai1d of variable perturbation_of_leaf_area_index from new to old metadata -INFO: Converting local name tdoms of variable dominant_snow_type from new to old metadata -INFO: Converting local name canopy of variable canopy_water_amount from new to old metadata -INFO: Converting local name dtauy2d_ss of variable y_momentum_tendency_from_small_scale_gwd from new to old metadata -INFO: Converting local name forcet of variable temperature_tendency_due_to_dynamics from new to old metadata -INFO: Converting local name snowmt of variable surface_snow_melt from new to old metadata -INFO: Converting local name ttendlim of variable limit_for_temperature_tendency_for_microphysics from new to old metadata -INFO: Converting local name clouds(:,:,6) of variable cloud_rain_water_path from new to old metadata -INFO: Converting local name sigmafrac of variable convective_updraft_area_fraction from new to old metadata -INFO: Converting local name tau_tofd of variable instantaneous_momentum_flux_due_to_turbulent_orographic_form_drag from new to old metadata -INFO: Converting local name gq0(:,:,index_for_ice_friendly_aerosols) of variable ice_friendly_aerosol_number_concentration_updated_by_physics from new to old metadata -INFO: Converting local name nsswr of variable number_of_timesteps_between_shortwave_radiation_calls from new to old metadata -INFO: Converting local name ulwsfc_cice of variable surface_upwelling_longwave_flux_for_coupling_interstitial from new to old metadata -INFO: Converting local name dq3dt(:,:,8) of variable cumulative_change_in_ozone_concentration_due_to_temperature from new to old metadata -INFO: Converting local name stress_ice of variable surface_wind_stress_over_ice from new to old metadata -INFO: Converting local name is of variable starting_x_direction_index from new to old metadata -INFO: Converting local name sbsno of variable snow_deposition_sublimation_upward_latent_heat_flux from new to old metadata -INFO: Converting local name cnvprcpb of variable cumulative_lwe_thickness_of_convective_precipitation_amount_in_bucket from new to old metadata -INFO: Converting local name rdlai of variable flag_for_reading_leaf_area_index_from_input from new to old metadata -INFO: Converting local name phy_f3d(:,:,4) of variable water_vapor_specific_humidity_at_previous_time_step from new to old metadata -INFO: Converting local name area of variable cell_area from new to old metadata -INFO: Converting local name con_eps of variable ratio_of_dry_air_to_water_vapor_gas_constants from new to old metadata -INFO: Converting local name edmf_a of variable emdf_updraft_area from new to old metadata -INFO: Converting local name dusfc1 of variable instantaneous_surface_x_momentum_flux from new to old metadata -INFO: Converting local name qlcn of variable mass_fraction_of_convective_cloud_liquid_water from new to old metadata -INFO: Converting local name fh2_land of variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_land from new to old metadata -INFO: Converting local name tprcp_land of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_land from new to old metadata -INFO: Converting local name chh_land of variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_land from new to old metadata -INFO: Converting local name dt3dt(:,:,1) of variable cumulative_change_in_temperature_due_to_longwave_radiation from new to old metadata -INFO: Converting local name nfracseed of variable cellular_automata_seed_probability from new to old metadata -INFO: Converting local name cwm of variable total_cloud_condensate_mixing_ratio_updated_by_physics from new to old metadata -INFO: Converting local name u10max of variable maximum_u_wind_at_10m_over_maximum_hourly_time_interval from new to old metadata -INFO: Converting local name dvsfc_ss of variable integrated_y_momentum_flux_from_small_scale_gwd from new to old metadata -INFO: Converting local name smcref2 of variable threshold_volume_fraction_of_condensed_water_in_soil from new to old metadata -INFO: Converting local name kcnv of variable flag_deep_convection from new to old metadata -INFO: Converting local name keepsmfr of variable volume_fraction_of_frozen_soil_moisture_for_land_surface_model from new to old metadata -INFO: Converting local name frain of variable dynamics_to_physics_timestep_ratio from new to old metadata -INFO: Converting local name debug of variable flag_debug from new to old metadata -INFO: Converting local name qrn of variable local_rain_water_mixing_ratio from new to old metadata -INFO: Converting local name tsfc_ocean of variable surface_skin_temperature_over_ocean_interstitial from new to old metadata -INFO: Converting local name levr of variable number_of_vertical_layers_for_radiation_calculations from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_graupel_number_concentration) of variable graupel_number_concentration from new to old metadata -INFO: Converting local name bl_upfr of variable updraft_fraction_in_boundary_layer_mass_flux_scheme from new to old metadata -INFO: Converting local name nsfcpert of variable number_of_surface_perturbations from new to old metadata -INFO: Converting local name evpco of variable coefficient_for_evaporation_of_rainfall from new to old metadata -INFO: Converting local name iems of variable flag_for_surface_emissivity_control from new to old metadata -INFO: Converting local name dlwsfc of variable cumulative_surface_downwelling_longwave_flux_multiplied_by_timestep from new to old metadata -INFO: Converting local name cimin of variable minimum_sea_ice_concentration from new to old metadata -INFO: Converting local name zs of variable depth_of_soil_levels_for_land_surface_model from new to old metadata -INFO: Converting local name fm10_land of variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_land from new to old metadata -INFO: Converting local name lsm_noahmp of variable flag_for_noahmp_land_surface_scheme from new to old metadata -INFO: Converting local name cs_parm(1) of variable updraft_velocity_tunable_parameter_1_CS from new to old metadata -INFO: Converting local name z_c of variable sub_layer_cooling_thickness from new to old metadata -INFO: Converting local name rainc of variable lwe_thickness_of_convective_precipitation_amount_on_dynamics_timestep from new to old metadata -INFO: Converting local name do_cnvgwd of variable flag_for_convective_gravity_wave_drag from new to old metadata -INFO: Converting local name nlunit of variable iounit_namelist from new to old metadata -INFO: Converting local name gw_dtdt of variable tendency_of_air_temperature_due_to_ugwp from new to old metadata -INFO: Converting local name phy_myj_vz0 of variable v_wind_component_at_viscous_sublayer_top from new to old metadata -INFO: Converting local name dusfc_ss of variable integrated_x_momentum_flux_from_small_scale_gwd from new to old metadata -INFO: Converting local name reset of variable flag_reset_maximum_hourly_fields from new to old metadata -INFO: Converting local name idat of variable date_and_time_at_model_initialization from new to old metadata -INFO: Converting local name oceanfrac of variable sea_area_fraction from new to old metadata -INFO: Converting local name rho_h2o of variable density_of_fresh_water from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_ozone) of variable ozone_mixing_ratio from new to old metadata -INFO: Converting local name qv of variable water_vapor_specific_humidity_at_Lagrangian_surface from new to old metadata -INFO: Converting local name adjnirdfd of variable surface_downwelling_diffuse_near_infrared_shortwave_flux from new to old metadata -INFO: Converting local name ca_global of variable flag_for_global_cellular_automata from new to old metadata -INFO: Converting local name landfrac of variable land_area_fraction from new to old metadata -INFO: Converting local name iopt_btr of variable flag_for_soil_moisture_factor_stomatal_resistance_option from new to old metadata -INFO: Converting local name cqs2 of variable surface_exchange_coefficient_for_moisture_at_2m from new to old metadata -INFO: Converting local name snohfa of variable cumulative_snow_freezing_rain_upward_latent_heat_flux_multiplied_by_timestep from new to old metadata -INFO: Converting local name nvisbm_cpl of variable cumulative_surface_net_downward_direct_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name GFS_sfcprop_type of variable GFS_sfcprop_type from new to old metadata -INFO: Converting local name oz_phys of variable flag_for_ozone_physics from new to old metadata -INFO: Converting local name rhowater of variable liquid_water_density from new to old metadata -INFO: Converting local name zsnsoxy of variable layer_bottom_depth_from_snow_surface from new to old metadata -INFO: Converting local name nthresh of variable threshold_for_perturbed_vertical_velocity from new to old metadata -INFO: Converting local name phy_f3d(:,:,1) of variable air_temperature_two_time_steps_back from new to old metadata -INFO: Converting local name gq0(:,:,index_for_water_friendly_aerosols) of variable water_friendly_aerosol_number_concentration_updated_by_physics from new to old metadata -INFO: Converting local name wetness of variable normalized_soil_wetness_for_land_surface_model from new to old metadata -INFO: Converting local name v10mi_cpl of variable instantaneous_y_wind_at_10m_for_coupling from new to old metadata -INFO: Converting local name rh02min of variable minimum_relative_humidity_at_2m_over_maximum_hourly_time_interval from new to old metadata -INFO: Converting local name nf_aelw of variable number_of_aerosol_output_fields_for_longwave_radiation from new to old metadata -INFO: Converting local name isubc_sw of variable flag_for_sw_clouds_without_sub_grid_approximation from new to old metadata -INFO: Converting local name gq0(:,:,index_for_rain_number_concentration) of variable rain_number_concentration_updated_by_physics from new to old metadata -INFO: Converting local name dvsfc1 of variable instantaneous_surface_y_momentum_flux from new to old metadata -INFO: Converting local name nirdfdi of variable surface_downwelling_diffuse_near_infrared_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name isatmedmf_vdif of variable choice_of_original_scale_aware_TKE_moist_EDMF_PBL from new to old metadata -INFO: Converting local name fprcp of variable number_of_frozen_precipitation_species from new to old metadata -INFO: Converting local name tsurf_land of variable surface_skin_temperature_after_iteration_over_land from new to old metadata -INFO: Converting local name kd of variable vertical_index_difference_between_inout_and_local from new to old metadata -INFO: Converting local name LTP of variable extra_top_layer from new to old metadata -INFO: Converting local name solcon of variable solar_constant from new to old metadata -INFO: Converting local name gq0(:,:,index_for_snow_number_concentration) of variable snow_number_concentration_updated_by_physics from new to old metadata -INFO: Converting local name bl_mynn_tkebudget of variable tke_budget from new to old metadata -INFO: Converting local name xu of variable diurnal_thermocline_layer_x_current from new to old metadata -INFO: Converting local name bl_mynn_tkeadvect of variable tke_advect from new to old metadata -INFO: Converting local name hflx_ice of variable kinematic_surface_upward_sensible_heat_flux_over_ice from new to old metadata -INFO: Converting local name smcwlt2 of variable volume_fraction_of_condensed_water_in_soil_at_wilting_point from new to old metadata -INFO: Converting local name imfdeepcnv of variable flag_for_mass_flux_deep_convection_scheme from new to old metadata -INFO: Converting local name ntchm of variable number_of_chemical_tracers from new to old metadata -INFO: Converting local name ncpl of variable local_condesed_water_number_concentration from new to old metadata -INFO: Converting local name vvl of variable omega from new to old metadata -INFO: Converting local name xkzminv of variable atmosphere_heat_diffusivity_background_maximum from new to old metadata -INFO: Converting local name snowc of variable surface_snow_area_fraction from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_of_subgrid_scale_cloud_fraction_from_shoc_in_phy_f3d) of variable subgrid_scale_cloud_fraction_from_shoc from new to old metadata -INFO: Converting local name du3dt(:,:,4) of variable cumulative_change_in_x_wind_due_to_convective_gravity_wave_drag from new to old metadata -INFO: Converting local name jcap of variable number_of_spectral_wave_trancation_for_sas from new to old metadata -INFO: Converting local name cd_ocean of variable surface_drag_coefficient_for_momentum_in_air_over_ocean from new to old metadata -INFO: Converting local name vfrac of variable vegetation_area_fraction from new to old metadata -INFO: Converting local name dvdftra of variable tendency_of_vertically_diffused_tracer_concentration from new to old metadata -INFO: Converting local name npzp1 of variable vertical_dimension_for_fast_physics_plus_one from new to old metadata -INFO: Converting local name duem of variable instantaneous_dust_emission_flux from new to old metadata -INFO: Converting local name prslrd0 of variable pressure_cutoff_for_rayleigh_damping from new to old metadata -INFO: Converting local name q2m of variable specific_humidity_at_2m from new to old metadata -INFO: Converting local name chs2 of variable surface_exchange_coefficient_for_heat_at_2m from new to old metadata -INFO: Converting local name lfmassxy of variable leaf_mass from new to old metadata -INFO: Converting local name phy_f3d(:,:,2) of variable water_vapor_specific_humidity_two_time_steps_back from new to old metadata -INFO: Converting local name rainp of variable tendency_of_rain_water_mixing_ratio_due_to_microphysics from new to old metadata -INFO: Converting local name ud_mf of variable instantaneous_atmosphere_updraft_convective_mass_flux from new to old metadata -INFO: Converting local name dudt_tms of variable instantaneous_change_in_x_wind_due_to_turbulent_orographic_form_drag from new to old metadata -INFO: Converting local name mg3_as_mg2 of variable flag_mg3_as_mg2 from new to old metadata -INFO: Converting local name htlw0 of variable tendency_of_air_temperature_due_to_longwave_heating_assuming_clear_sky_on_radiation_time_step from new to old metadata -INFO: Converting local name w_d of variable coefficient_w_d from new to old metadata -INFO: Converting local name shdmax of variable maximum_vegetation_area_fraction from new to old metadata -INFO: Converting local name iccn of variable flag_for_in_ccn_forcing_for_morrison_gettelman_microphysics from new to old metadata -INFO: Converting local name htlwc of variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step from new to old metadata -INFO: Converting local name scmpsw of variable components_of_surface_downward_shortwave_fluxes from new to old metadata -INFO: Converting local name tgrs(:,1) of variable air_temperature_at_lowest_model_layer from new to old metadata -INFO: Converting local name cmxy of variable surface_drag_coefficient_for_momentum_for_noahmp from new to old metadata -INFO: Converting local name snowd_land of variable surface_snow_thickness_water_equivalent_over_land from new to old metadata -INFO: Converting local name clouds(:,:,5) of variable mean_effective_radius_for_ice_cloud from new to old metadata -INFO: Converting local name xz of variable diurnal_thermocline_layer_thickness from new to old metadata -INFO: Converting local name tsfg of variable surface_ground_temperature_for_radiation from new to old metadata -INFO: Converting local name dkt of variable atmosphere_heat_diffusivity from new to old metadata -INFO: Converting local name qgrs of variable tracer_concentration from new to old metadata -INFO: Converting local name pgcon_deep of variable momentum_transport_reduction_factor_pgf_deep_convection from new to old metadata -INFO: Converting local name wind10mmax of variable maximum_wind_at_10m from new to old metadata -INFO: Converting local name slopetype of variable surface_slope_classification from new to old metadata -INFO: Converting local name Intdiag of variable GFS_diag_type_instance from new to old metadata -INFO: Converting local name mg_nccons of variable mg_flag_drop_concentration_constant from new to old metadata -INFO: Converting local name adjvisdfd of variable surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_snow_water) of variable tendency_of_snow_water_mixing_ratio_due_to_model_physics from new to old metadata -INFO: Converting local name nlwsfc_cpl of variable cumulative_surface_net_downward_longwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name clouds(:,:,9) of variable mean_effective_radius_for_snow_flake from new to old metadata -INFO: Converting local name con_cvap of variable specific_heat_of_water_vapor_at_constant_pressure from new to old metadata -INFO: Converting local name drydep of variable instantaneous_dry_deposition from new to old metadata -INFO: Converting local name semis_ocean of variable surface_longwave_emissivity_over_ocean_interstitial from new to old metadata -INFO: Converting local name master of variable mpi_root from new to old metadata -INFO: Converting local name gamt of variable countergradient_mixing_term_for_temperature from new to old metadata -INFO: Converting local name redrag of variable flag_for_reduced_drag_coefficient_over_sea from new to old metadata -INFO: Converting local name gq0(:,:,index_for_ozone) of variable ozone_concentration_updated_by_physics from new to old metadata -INFO: Converting local name do_skeb of variable flag_for_stochastic_skeb_option from new to old metadata -INFO: Converting local name qg_r of variable mass_weighted_rime_factor_mixing_ratio from new to old metadata -INFO: Converting local name min_seaice of variable sea_ice_minimum from new to old metadata -INFO: Converting local name betal_deep of variable downdraft_fraction_reaching_surface_over_land_deep_convection from new to old metadata -INFO: Converting local name alvwf of variable mean_vis_albedo_with_weak_cosz_dependency from new to old metadata -INFO: Converting local name do_gwd of variable flag_for_gravity_wave_drag from new to old metadata -INFO: Converting local name nf_aesw of variable number_of_aerosol_output_fields_for_shortwave_radiation from new to old metadata -INFO: Converting local name avg_max_length of variable time_interval_for_maximum_hourly_fields from new to old metadata -INFO: Converting local name tdomzr of variable dominant_freezing_rain_type from new to old metadata -INFO: Converting local name toticeb of variable accumulated_lwe_thickness_of_ice_amount_in_bucket from new to old metadata -INFO: Converting local name isppt_deep of variable flag_for_combination_of_sppt_with_isppt_deep from new to old metadata -INFO: Converting local name ice of variable lwe_thickness_of_ice_amount_on_dynamics_timestep from new to old metadata -INFO: Converting local name dq3dt(:,:,9) of variable cumulative_change_in_ozone_concentration_due_to_overhead_ozone_column from new to old metadata -INFO: Converting local name lsidea of variable flag_idealized_physics from new to old metadata -INFO: Converting local name ico2 of variable flag_for_using_prescribed_global_mean_co2_value from new to old metadata -INFO: Converting local name evap_ice of variable kinematic_surface_upward_latent_heat_flux_over_ice from new to old metadata -INFO: Converting local name do_awdd of variable flag_arakawa_wu_downdraft from new to old metadata -INFO: Converting local name hetfrz_classnuc of variable mg_flag_for_heterogeneous_freezing from new to old metadata -INFO: Converting local name mpiroot of variable mpi_root_for_fast_physics from new to old metadata -INFO: Converting local name dq3dt(:,:,4) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_microphysics from new to old metadata -INFO: Converting local name GFS_coupling_type of variable GFS_coupling_type from new to old metadata -INFO: Converting local name psurfi_cpl of variable instantaneous_surface_air_pressure_for_coupling from new to old metadata -INFO: Converting local name xkzm_h of variable atmosphere_heat_diffusivity_background from new to old metadata -INFO: Converting local name rh02max of variable maximum_relative_humidity_at_2m_over_maximum_hourly_time_interval from new to old metadata -INFO: Converting local name tmpmax of variable maximum_temperature_at_2m from new to old metadata -INFO: Converting local name fscav of variable fraction_of_tracer_scavenged from new to old metadata -INFO: Converting local name ntiwx of variable index_for_ice_cloud_condensate_vertical_diffusion_tracer from new to old metadata -INFO: Converting local name gasvmr(:,:,4) of variable volume_mixing_ratio_o2 from new to old metadata -INFO: Converting local name dpt2m of variable dewpoint_temperature_at_2m from new to old metadata -INFO: Converting local name mg_do_liq_liu of variable mg_flag_for_liu_liquid_treatment from new to old metadata -INFO: Converting local name ffhh_land of variable Monin_Obukhov_similarity_function_for_heat_over_land from new to old metadata -INFO: Converting local name crtrh(3) of variable critical_relative_humidity_at_top_of_atmosphere from new to old metadata -INFO: Converting local name smcwtdxy of variable soil_water_content_between_soil_bottom_and_water_table from new to old metadata -INFO: Converting local name visbmdi of variable surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name cdq_ice of variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_ice from new to old metadata -INFO: Converting local name adjnirdfu of variable surface_upwelling_diffuse_near_infrared_shortwave_flux from new to old metadata -INFO: Converting local name wcbmax of variable maximum_updraft_velocity_at_cloud_base from new to old metadata -INFO: Converting local name tsflw of variable surface_midlayer_air_temperature_in_longwave_radiation from new to old metadata -INFO: Converting local name asolfac_shal of variable aerosol_aware_parameter_shallow_convection from new to old metadata -INFO: Converting local name gabsbdlw_ocean of variable surface_downwelling_longwave_flux_absorbed_by_ground_over_ocean from new to old metadata -INFO: Converting local name de_lgth of variable cloud_decorrelation_length from new to old metadata -INFO: Converting local name GFS_interstitial_type of variable GFS_interstitial_type from new to old metadata -INFO: Converting local name imap of variable map_of_block_column_number_to_global_i_index from new to old metadata -INFO: Converting local name plyr of variable air_pressure_at_layer_for_radiation_in_hPa from new to old metadata -INFO: Converting local name skip_macro of variable flag_skip_macro from new to old metadata -INFO: Converting local name tsnoxy of variable snow_temperature from new to old metadata -INFO: Converting local name sbsnoa of variable cumulative_snow_deposition_sublimation_upward_latent_heat_flux_multiplied_by_timestep from new to old metadata -INFO: Converting local name prcpmp of variable lwe_thickness_of_explicit_precipitation_amount from new to old metadata -INFO: Converting local name clcn of variable convective_cloud_volume_fraction from new to old metadata -INFO: Converting local name gt0 of variable air_temperature_updated_by_physics from new to old metadata -INFO: Converting local name gamma of variable anisotropy_of_subgrid_orography from new to old metadata -INFO: Converting local name uconvtend of variable tendency_of_x_wind_due_to_deep_convection_for_coupling_on_physics_timestep from new to old metadata -INFO: Converting local name dswsfci_cpl of variable instantaneous_surface_downwelling_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name delp of variable pressure_thickness_at_Lagrangian_surface from new to old metadata -INFO: Converting local name lsm_ruc of variable flag_for_ruc_land_surface_scheme from new to old metadata -INFO: Converting local name dt_mf of variable instantaneous_atmosphere_detrainment_convective_mass_flux from new to old metadata -INFO: Converting local name d_conv of variable free_convection_layer_thickness from new to old metadata -INFO: Converting local name nlwsfci_cpl of variable instantaneous_surface_net_downward_longwave_flux_for_coupling from new to old metadata -INFO: Converting local name shum_wts of variable weights_for_stochastic_shum_perturbation from new to old metadata -INFO: Converting local name dswsfci of variable surface_downwelling_shortwave_flux from new to old metadata -INFO: Converting local name do_ysu of variable flag_for_ysu from new to old metadata -INFO: Converting local name q_con of variable cloud_condensed_water_specific_humidity_at_Lagrangian_surface from new to old metadata -INFO: Converting local name mom4ice of variable flag_for_mom4_coupling from new to old metadata -INFO: Converting local name tref of variable sea_surface_reference_temperature from new to old metadata -INFO: Converting local name faersw(:,:,:,3) of variable aerosol_asymmetry_parameter_for_shortwave_bands_01_16 from new to old metadata -INFO: Converting local name ie of variable ending_x_direction_index from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_water_friendly_aerosols) of variable water_friendly_aerosol_number_concentration from new to old metadata -INFO: Converting local name dugwd of variable time_integral_of_x_stress_due_to_gravity_wave_drag from new to old metadata -INFO: Converting local name ntot3d of variable number_of_fields_in_phyf3d from new to old metadata -INFO: Converting local name GFS_data_type of variable GFS_data_type from new to old metadata -INFO: Converting local name graupelprv of variable lwe_thickness_of_graupel_amount_from_previous_timestep from new to old metadata -INFO: Converting local name nstf_name(4) of variable vertical_temperature_average_range_lower_bound from new to old metadata -INFO: Converting local name kind_dyn of variable kind_dyn from new to old metadata -INFO: Converting local name acv of variable accumulated_lwe_thickness_of_convective_precipitation_amount_cnvc90 from new to old metadata -INFO: Converting local name lsoil_lsm of variable soil_vertical_dimension_for_land_surface_model from new to old metadata -INFO: Converting local name phy_myj_chkqlm of variable surface_layer_evaporation_switch from new to old metadata -INFO: Converting local name dtf of variable time_step_for_dynamics from new to old metadata -INFO: Converting local name dqsfci_cpl of variable instantaneous_surface_upward_latent_heat_flux_for_coupling from new to old metadata -INFO: Converting local name mg_do_hail of variable mg_flag_for_hail from new to old metadata -INFO: Converting local name iopt_sfc of variable flag_for_surface_layer_drag_coefficient_option from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_ice_cloud_number_concentration) of variable tendency_of_ice_number_concentration_due_to_model_physics from new to old metadata -INFO: Converting local name kind_LOGICAL of variable kind_LOGICAL from new to old metadata -INFO: Converting local name hybedmf of variable flag_for_hedmf from new to old metadata -INFO: Converting local name dvisdfi_cpl of variable instantaneous_surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name exch_h of variable atmosphere_heat_diffusivity_for_mynnpbl from new to old metadata -INFO: Converting local name z01d of variable perturbation_of_momentum_roughness_length from new to old metadata -INFO: Converting local name prevst of variable temperature_from_previous_timestep from new to old metadata -INFO: Converting local name tracers_total of variable number_of_total_tracers from new to old metadata -INFO: Converting local name wind of variable wind_speed_at_lowest_model_layer from new to old metadata -INFO: Converting local name hprime of variable statistical_measures_of_subgrid_orography from new to old metadata -INFO: Converting local name oz_coeffp5 of variable number_of_coefficients_in_ozone_forcing_data_plus_five from new to old metadata -INFO: Converting local name tvxy of variable vegetation_temperature from new to old metadata -INFO: Converting local name ncps of variable local_snow_number_concentration from new to old metadata -INFO: Converting local name zlvl of variable height_above_ground_at_lowest_model_layer from new to old metadata -INFO: Converting local name restart of variable flag_for_restart from new to old metadata -INFO: Converting local name con_tice of variable freezing_point_temperature_of_seawater from new to old metadata -INFO: Converting local name sfcnsw of variable surface_net_downwelling_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name tau_mtb of variable time_integral_of_momentum_flux_due_to_mountain_blocking_drag from new to old metadata -INFO: Metadata table for model FV3 written to tests/build_fv3_13/FV3/ccpp/physics/CCPP_VARIABLES_FV3.html -INFO: Parsing metadata tables in physics scheme files ... -INFO: Parsed tables in scheme rayleigh_damp -INFO: Parsed tables in scheme GFS_surface_composites_pre -INFO: Parsed tables in scheme GFS_surface_composites_inter -INFO: Parsed tables in scheme GFS_surface_composites_post -INFO: Parsed tables in scheme rrtmg_sw -INFO: Parsed tables in scheme sfc_ocean -INFO: Parsed tables in scheme gwdc_pre -INFO: Parsed tables in scheme gwdc -INFO: Parsed tables in scheme gwdc_post -INFO: Parsed tables in scheme cu_gf_driver_pre -INFO: Parsed tables in scheme gfdl_cloud_microphys -INFO: Parsed tables in scheme GFS_time_vary_pre -INFO: Parsed tables in scheme GFS_rrtmg_setup -INFO: Parsed tables in scheme zhaocarr_gscond -INFO: Parsed tables in scheme ysuvdif -INFO: Parsed tables in scheme rrtmg_sw_post -INFO: Parsed tables in scheme GFS_SCNV_generic_pre -INFO: Parsed tables in scheme GFS_SCNV_generic_post -INFO: Parsed tables in scheme GFS_rrtmg_pre -INFO: Parsed tables in scheme sfc_sice -INFO: Parsed tables in scheme samfdeepcnv -INFO: Parsed tables in scheme satmedmfvdif -INFO: Parsed tables in scheme mynnrad_post -INFO: Parsed tables in scheme cu_gf_driver_post -INFO: Parsed tables in scheme cs_conv_aw_adj -INFO: Parsed tables in scheme GFS_phys_time_vary -INFO: Parsed tables in scheme ozphys_2015 -INFO: Parsed tables in scheme GFS_suite_interstitial_rad_reset -INFO: Parsed tables in scheme GFS_suite_interstitial_phys_reset -INFO: Parsed tables in scheme GFS_suite_interstitial_1 -INFO: Parsed tables in scheme GFS_suite_interstitial_2 -INFO: Parsed tables in scheme GFS_suite_stateout_reset -INFO: Parsed tables in scheme GFS_suite_stateout_update -INFO: Parsed tables in scheme GFS_suite_interstitial_3 -INFO: Parsed tables in scheme GFS_suite_interstitial_4 -INFO: Parsed tables in scheme samfshalcnv -INFO: Parsed tables in scheme zhaocarr_precpd -INFO: Parsed tables in scheme noahmpdrv -INFO: Parsed tables in scheme mp_fer_hires -INFO: Parsed tables in scheme myjpbl_wrapper -INFO: Parsed tables in scheme GFS_surface_generic_pre -INFO: Parsed tables in scheme GFS_surface_generic_post -INFO: Parsed tables in scheme cu_ntiedtke_post -INFO: Parsed tables in scheme sfc_diag -INFO: Parsed tables in scheme rrtmg_lw -INFO: Parsed tables in scheme GFS_diagtoscreen -INFO: Parsed tables in scheme GFS_interstitialtoscreen -INFO: Parsed tables in scheme GFS_abort -INFO: Parsed tables in scheme GFS_checkland -INFO: Parsed tables in scheme mynnrad_pre -INFO: Parsed tables in scheme satmedmfvdifq -INFO: Parsed tables in scheme cs_conv_pre -INFO: Parsed tables in scheme cs_conv_post -INFO: Parsed tables in scheme cs_conv -INFO: Parsed tables in scheme shinhongvdif -INFO: Parsed tables in scheme h2ophys -INFO: Parsed tables in scheme rrtmg_lw_post -INFO: Parsed tables in scheme sfc_nst -INFO: Parsed tables in scheme sfc_nst_pre -INFO: Parsed tables in scheme sfc_nst_post -INFO: Parsed tables in scheme cu_ntiedtke_pre -INFO: Parsed tables in scheme cu_ntiedtke -INFO: Parsed tables in scheme cires_ugwp_post -INFO: Parsed tables in scheme hedmf -INFO: Parsed tables in scheme sfc_diff -INFO: Parsed tables in scheme mp_thompson_pre -INFO: Parsed tables in scheme sfc_diag_post -INFO: Parsed tables in scheme m_micro_pre -INFO: Parsed tables in scheme m_micro_post -INFO: Parsed tables in scheme m_micro -INFO: Parsed tables in scheme fv_sat_adj -INFO: Parsed tables in scheme GFS_surface_loop_control_part1 -INFO: Parsed tables in scheme GFS_surface_loop_control_part2 -INFO: Parsed tables in scheme shoc -INFO: Parsed tables in scheme GFS_rrtmg_post -INFO: Parsed tables in scheme GFS_GWD_generic_pre -INFO: Parsed tables in scheme GFS_GWD_generic_post -INFO: Parsed tables in scheme rrtmg_sw_pre -INFO: Parsed tables in scheme GFS_MP_generic_pre -INFO: Parsed tables in scheme GFS_MP_generic_post -INFO: Parsed tables in scheme cu_gf_driver -INFO: Parsed tables in scheme GFS_PBL_generic_pre -INFO: Parsed tables in scheme GFS_PBL_generic_post -INFO: Parsed tables in scheme mp_thompson_post -INFO: Parsed tables in scheme mp_thompson -INFO: Parsed tables in scheme rrtmg_lw_pre -INFO: Parsed tables in scheme gwdps -INFO: Parsed tables in scheme shalcnv -INFO: Parsed tables in scheme cires_ugwp -INFO: Parsed tables in scheme get_prs_fv3 -INFO: Parsed tables in scheme get_phi_fv3 -INFO: Parsed tables in scheme mynnsfc_wrapper -INFO: Parsed tables in scheme GFS_suite_ini_fini_test -INFO: Parsed tables in scheme myjsfc_wrapper -INFO: Parsed tables in scheme mynnedmf_wrapper -INFO: Parsed tables in scheme ozphys -INFO: Parsed tables in scheme lsm_ruc -INFO: Parsed tables in scheme GFS_stochastics -INFO: Parsed tables in scheme drag_suite -INFO: Parsed tables in scheme sfc_cice -INFO: Parsed tables in scheme sascnvn -INFO: Parsed tables in scheme lsm_ruc_sfc_sice_pre -INFO: Parsed tables in scheme lsm_ruc_sfc_sice_post -INFO: Parsed tables in scheme GFS_DCNV_generic_pre -INFO: Parsed tables in scheme GFS_DCNV_generic_post -INFO: Parsed tables in scheme cnvc90 -INFO: Parsed tables in scheme GFS_rad_time_vary -INFO: Parsed tables in scheme maximum_hourly_diagnostics -INFO: Parsed tables in scheme lsm_noah -INFO: Parsed tables in scheme dcyc2t3 -INFO: Parsed tables in scheme dcyc2t3_post -INFO: Parsed tables in scheme moninshoc -INFO: filtering out variable GFS_stateout_type_instance -INFO: filtering out variable accumulated_change_of_air_temperature_due_to_FA_scheme -INFO: filtering out variable accumulated_water_equivalent_of_frozen_precip -INFO: filtering out variable area_fraction_of_wet_canopy -INFO: filtering out variable atmosphere_energy_content_at_Lagrangian_surface -INFO: filtering out variable atmosphere_energy_content_in_column -INFO: filtering out variable atmosphere_heat_diffusivity_for_mynnpbl -INFO: filtering out variable atmosphere_momentum_diffusivity_for_mynnpbl -INFO: filtering out variable baseline_surface_roughness_length -INFO: filtering out variable canopy_air_temperature -INFO: filtering out variable canopy_air_vapor_pressure -INFO: filtering out variable canopy_intercepted_ice_mass -INFO: filtering out variable canopy_intercepted_liquid_water -INFO: filtering out variable cappa_moist_gas_constant_at_Lagrangian_surface -INFO: filtering out variable ccpp_block_number -INFO: filtering out variable cell_area_for_fast_physics -INFO: filtering out variable cell_size -INFO: filtering out variable characteristic_grid_length_scale -INFO: filtering out variable choice_of_updated_scale_aware_TKE_moist_EDMF_PBL -INFO: filtering out variable cloud_area_fraction -INFO: filtering out variable cloud_condensed_water_mixing_ratio_at_lowest_model_layer -INFO: filtering out variable cloud_condensed_water_mixing_ratio_at_surface -INFO: filtering out variable cloud_condensed_water_specific_humidity_at_Lagrangian_surface -INFO: filtering out variable cloud_droplet_number_concentration -INFO: filtering out variable cloud_fraction_at_Lagrangian_surface -INFO: filtering out variable cloud_fraction_updated_by_physics -INFO: filtering out variable cloud_graupel_specific_humidity_at_Lagrangian_surface -INFO: filtering out variable cloud_ice_specific_humidity_at_Lagrangian_surface -INFO: filtering out variable cloud_liquid_water_specific_humidity_at_Lagrangian_surface -INFO: filtering out variable cloud_rain_specific_humidity_at_Lagrangian_surface -INFO: filtering out variable cloud_snow_specific_humidity_at_Lagrangian_surface -INFO: filtering out variable cloud_specie_mix_flag -INFO: filtering out variable cloudpdf -INFO: filtering out variable conv_activity_counter -INFO: filtering out variable couple_sgs_clouds_to_radiation_flag -INFO: filtering out variable cumulative_change_in_x_wind_due_to_convective_gravity_wave_drag -INFO: filtering out variable cumulative_change_in_y_wind_due_to_convective_gravity_wave_drag -INFO: filtering out variable density_of_frozen_precipitation -INFO: filtering out variable depth_of_soil_levels_for_land_surface_model -INFO: filtering out variable do_myjsfc -INFO: filtering out variable do_mynnsfclay -INFO: filtering out variable downdraft_fraction_in_boundary_layer_mass_flux_scheme -INFO: filtering out variable edmf_flag -INFO: filtering out variable edmf_momentum_transport_flag -INFO: filtering out variable edmf_partition_flag -INFO: filtering out variable edmf_tke_transport_flag -INFO: filtering out variable emdf_updraft_area -INFO: filtering out variable emdf_updraft_cloud_water -INFO: filtering out variable emdf_updraft_entrainment_rate -INFO: filtering out variable emdf_updraft_theta_l -INFO: filtering out variable emdf_updraft_total_water -INFO: filtering out variable emdf_updraft_vertical_velocity -INFO: filtering out variable ending_x_direction_index -INFO: filtering out variable ending_x_direction_index_domain -INFO: filtering out variable ending_y_direction_index -INFO: filtering out variable ending_y_direction_index_domain -INFO: filtering out variable equilibrium_soil_water_content -INFO: filtering out variable fa_threshold_relative_humidity_for_onset_of_condensation -INFO: filtering out variable fast_soil_pool_mass_content_of_carbon -INFO: filtering out variable fine_root_mass -INFO: filtering out variable finite_volume_mean_edge_pressure_raised_to_the_power_of_kappa -INFO: filtering out variable flag_for_canopy_stomatal_resistance_option -INFO: filtering out variable flag_for_cloud_effective_radii -INFO: filtering out variable flag_for_dynamic_vegetation_option -INFO: filtering out variable flag_for_fast_microphysics_energy_conservation -INFO: filtering out variable flag_for_frozen_soil_permeability_option -INFO: filtering out variable flag_for_frozen_soil_physics -INFO: filtering out variable flag_for_ground_snow_surface_albedo_option -INFO: filtering out variable flag_for_hydrostatic_heating_from_physics -INFO: filtering out variable flag_for_hydrostatic_solver -INFO: filtering out variable flag_for_hydrostatic_solver_for_fast_physics -INFO: filtering out variable flag_for_individual_cloud_species_advected -INFO: filtering out variable flag_for_inline_cloud_fraction_calculation -INFO: filtering out variable flag_for_lower_boundary_soil_temperature_option -INFO: filtering out variable flag_for_precipitation_partition_option -INFO: filtering out variable flag_for_radiation_transfer_option -INFO: filtering out variable flag_for_reading_leaf_area_index_from_input -INFO: filtering out variable flag_for_restart -INFO: filtering out variable flag_for_runoff_and_groundwater_option -INFO: filtering out variable flag_for_sas_deep_convection_scheme -INFO: filtering out variable flag_for_saturation_adjustment_for_microphysics_in_dynamics -INFO: filtering out variable flag_for_soil_and_snow_temperature_time_stepping_option -INFO: filtering out variable flag_for_soil_moisture_factor_stomatal_resistance_option -INFO: filtering out variable flag_for_supercooled_liquid_water_option -INFO: filtering out variable flag_for_surface_layer_drag_coefficient_option -INFO: filtering out variable flag_for_tendency_of_air_temperature_at_Lagrangian_surface -INFO: filtering out variable flag_for_the_last_step_of_k_split_remapping -INFO: filtering out variable gas_constants_for_multi_gases_physics -INFO: filtering out variable gas_tracers_for_multi_gas_physics_at_Lagrangian_surface -INFO: filtering out variable gf_memory_counter -INFO: filtering out variable grav_settling -INFO: filtering out variable ground_temperature_for_noahmp -INFO: filtering out variable gwd_opt -INFO: filtering out variable heat_exchange_coefficient_for_MYJ_schemes -INFO: filtering out variable ice_friendly_aerosol_number_concentration -INFO: filtering out variable ice_friendly_aerosol_number_concentration_updated_by_physics -INFO: filtering out variable ice_number_concentration -INFO: filtering out variable ice_water_mixing_ratio -INFO: filtering out variable integrated_x_momentum_flux_from_blocking_drag -INFO: filtering out variable integrated_x_momentum_flux_from_form_drag -INFO: filtering out variable integrated_x_momentum_flux_from_large_scale_gwd -INFO: filtering out variable integrated_x_momentum_flux_from_small_scale_gwd -INFO: filtering out variable integrated_y_momentum_flux_from_blocking_drag -INFO: filtering out variable integrated_y_momentum_flux_from_form_drag -INFO: filtering out variable integrated_y_momentum_flux_from_large_scale_gwd -INFO: filtering out variable integrated_y_momentum_flux_from_small_scale_gwd -INFO: filtering out variable k_level_of_highest_reaching_plume -INFO: filtering out variable kappa_dry_for_fast_physics -INFO: filtering out variable kinematic_surface_latent_heat_flux -INFO: filtering out variable lake_water_storage -INFO: filtering out variable layer_bottom_depth_from_snow_surface -INFO: filtering out variable leaf_area_index -INFO: filtering out variable leaf_mass -INFO: filtering out variable limit_for_temperature_tendency_for_microphysics -INFO: filtering out variable liquid_water_density -INFO: filtering out variable log_pressure_at_Lagrangian_surface -INFO: filtering out variable mass_weighted_rime_factor_updated_by_physics -INFO: filtering out variable maximum_column_heating_rate -INFO: filtering out variable maximum_mass_flux -INFO: filtering out variable mean_nir_albedo_with_weak_cosz_dependency -INFO: filtering out variable mean_vis_albedo_with_weak_cosz_dependency -INFO: filtering out variable minimum_value_of_specific_humidity -INFO: filtering out variable mix_total_water_flag -INFO: filtering out variable mixing_length -INFO: filtering out variable mixing_length_flag -INFO: filtering out variable moisture_from_previous_timestep -INFO: filtering out variable moisture_tendency_due_to_dynamics -INFO: filtering out variable momentum_exchange_coefficient_for_MYJ_schemes -INFO: filtering out variable mpi_comm -INFO: filtering out variable mpi_rank_for_fast_physics -INFO: filtering out variable mpi_root_for_fast_physics -INFO: filtering out variable nondimensional_snow_age -INFO: filtering out variable normalized_soil_wetness_for_land_surface_model -INFO: filtering out variable number_of_gases_for_multi_gases_physics -INFO: filtering out variable number_of_ghost_zones -INFO: filtering out variable number_of_plumes -INFO: filtering out variable number_of_snow_layers -INFO: filtering out variable number_of_spectral_wave_trancation_for_sas -INFO: filtering out variable number_of_water_species -INFO: filtering out variable omp_threads_for_fast_physics -INFO: filtering out variable ozone_mixing_ratio -INFO: filtering out variable potential_temperature_at_2m -INFO: filtering out variable potential_temperature_at_viscous_sublayer_top -INFO: filtering out variable pressure_thickness_at_Lagrangian_surface -INFO: filtering out variable q_prime_squared -INFO: filtering out variable ratio_of_vapor_to_dry_air_gas_constants_minus_one_default_kind -INFO: filtering out variable reciprocal_of_obukhov_length -INFO: filtering out variable slow_soil_pool_mass_content_of_carbon -INFO: filtering out variable snow_albedo_at_previous_time_step -INFO: filtering out variable snow_layer_ice -INFO: filtering out variable snow_layer_liquid_water -INFO: filtering out variable snow_mass_at_previous_time_step -INFO: filtering out variable snow_precipitation_rate_at_surface -INFO: filtering out variable snow_temperature -INFO: filtering out variable snow_temperature_bottom_first_layer -INFO: filtering out variable soil_temperature_for_land_surface_model -INFO: filtering out variable soil_vertical_dimension_for_land_surface_model -INFO: filtering out variable soil_water_content_between_soil_bottom_and_water_table -INFO: filtering out variable specific_heat_capacities_for_multi_gases_physics -INFO: filtering out variable specific_humidity_at_viscous_sublayer_top -INFO: filtering out variable stability_function_for_heat -INFO: filtering out variable starting_x_direction_index -INFO: filtering out variable starting_x_direction_index_domain -INFO: filtering out variable starting_y_direction_index -INFO: filtering out variable starting_y_direction_index_domain -INFO: filtering out variable stem_area_index -INFO: filtering out variable stem_mass -INFO: filtering out variable subgrid_cloud_fraction_pbl -INFO: filtering out variable subgrid_cloud_mixing_ratio_pbl -INFO: filtering out variable surface_condensation_mass -INFO: filtering out variable surface_drag_coefficient_for_heat_and_moisture_for_noahmp -INFO: filtering out variable surface_drag_coefficient_for_momentum_for_noahmp -INFO: filtering out variable surface_exchange_coefficient_for_heat -INFO: filtering out variable surface_exchange_coefficient_for_heat_at_2m -INFO: filtering out variable surface_exchange_coefficient_for_moisture -INFO: filtering out variable surface_exchange_coefficient_for_moisture_at_2m -INFO: filtering out variable surface_friction_velocity_drag -INFO: filtering out variable surface_geopotential_at_Lagrangian_surface -INFO: filtering out variable surface_latent_heat -INFO: filtering out variable surface_layer_evaporation_switch -INFO: filtering out variable surface_specific_humidity_for_MYJ_schemes -INFO: filtering out variable surface_stability_parameter -INFO: filtering out variable t_prime_q_prime -INFO: filtering out variable t_prime_squared -INFO: filtering out variable temperature_from_previous_timestep -INFO: filtering out variable temperature_tendency_due_to_dynamics -INFO: filtering out variable tendency_of_air_temperature_at_Lagrangian_surface -INFO: filtering out variable tendency_of_cloud_droplet_number_concentration_due_to_model_physics -INFO: filtering out variable tendency_of_ice_cloud_water_mixing_ratio_due_to_model_physics -INFO: filtering out variable tendency_of_ice_friendly_aerosol_number_concentration_due_to_model_physics -INFO: filtering out variable tendency_of_ice_friendly_aerosols_at_surface -INFO: filtering out variable tendency_of_ice_number_concentration_due_to_model_physics -INFO: filtering out variable tendency_of_liquid_cloud_water_mixing_ratio_due_to_model_physics -INFO: filtering out variable tendency_of_ozone_mixing_ratio_due_to_model_physics -INFO: filtering out variable tendency_of_water_friendly_aerosol_number_concentration_due_to_model_physics -INFO: filtering out variable tendency_of_water_friendly_aerosols_at_surface -INFO: filtering out variable tendency_of_water_vapor_specific_humidity_due_to_model_physics -INFO: filtering out variable tendency_of_x_wind_due_to_convective_gravity_wave_drag -INFO: filtering out variable tendency_of_y_wind_due_to_convective_gravity_wave_drag -INFO: filtering out variable theta_star -INFO: filtering out variable thickness_at_Lagrangian_surface -INFO: filtering out variable time_step_for_remapping_for_fast_physics -INFO: filtering out variable tke_advect -INFO: filtering out variable tke_at_mass_points -INFO: filtering out variable tke_budget -INFO: filtering out variable tke_dissipative_heating_factor -INFO: filtering out variable top_layer_index_for_fast_physics -INFO: filtering out variable total_accumulated_snowfall -INFO: filtering out variable u_wind_component_at_viscous_sublayer_top -INFO: filtering out variable updraft_fraction_in_boundary_layer_mass_flux_scheme -INFO: filtering out variable v_wind_component_at_viscous_sublayer_top -INFO: filtering out variable vegetation_temperature -INFO: filtering out variable vertical_dimension_for_fast_physics -INFO: filtering out variable vertical_dimension_for_thickness_at_Lagrangian_surface -INFO: filtering out variable virtual_temperature_at_Lagrangian_surface -INFO: filtering out variable volume_fraction_of_frozen_soil_moisture_for_land_surface_model -INFO: filtering out variable volume_fraction_of_soil_moisture_for_land_surface_model -INFO: filtering out variable volume_fraction_of_unfrozen_soil_moisture_for_land_surface_model -INFO: filtering out variable water_friendly_aerosol_number_concentration -INFO: filtering out variable water_friendly_aerosol_number_concentration_updated_by_physics -INFO: filtering out variable water_storage_in_aquifer -INFO: filtering out variable water_storage_in_aquifer_and_saturated_soil -INFO: filtering out variable water_table_depth -INFO: filtering out variable water_table_recharge_when_deep -INFO: filtering out variable water_table_recharge_when_shallow -INFO: filtering out variable water_vapor_mixing_ratio_at_surface -INFO: filtering out variable water_vapor_specific_humidity_at_Lagrangian_surface -INFO: filtering out variable weight_for_momentum_at_viscous_sublayer_top -INFO: filtering out variable weight_for_potental_temperature_at_viscous_sublayer_top -INFO: filtering out variable weight_for_specific_humidity_at_viscous_sublayer_top -INFO: filtering out variable wood_mass -INFO: filtering out variable x_momentum_tendency_from_blocking_drag -INFO: filtering out variable x_momentum_tendency_from_form_drag -INFO: filtering out variable x_momentum_tendency_from_large_scale_gwd -INFO: filtering out variable x_momentum_tendency_from_small_scale_gwd -INFO: filtering out variable y_momentum_tendency_from_blocking_drag -INFO: filtering out variable y_momentum_tendency_from_form_drag -INFO: filtering out variable y_momentum_tendency_from_large_scale_gwd -INFO: filtering out variable y_momentum_tendency_from_small_scale_gwd -INFO: Checking optional arguments in physics schemes ... -INFO: Metadata table for model FV3 written to tests/build_fv3_13/FV3/ccpp/framework/doc/DevelopersGuide/CCPP_VARIABLES_FV3.tex -INFO: Comparing metadata for requested and provided variables ... -INFO: Automatic unit conversion from m to um for effective_radius_of_stratiform_cloud_ice_particle_in_um before entering MODULE_mp_thompson SCHEME_mp_thompson SUBROUTINE_mp_thompson_run -INFO: Automatic unit conversion from m to um for effective_radius_of_stratiform_cloud_liquid_water_particle_in_um before entering MODULE_mp_thompson SCHEME_mp_thompson SUBROUTINE_mp_thompson_run -INFO: Automatic unit conversion from m to um for effective_radius_of_stratiform_cloud_snow_particle_in_um before entering MODULE_mp_thompson SCHEME_mp_thompson SUBROUTINE_mp_thompson_run -INFO: Generating schemes makefile/cmakefile snippet ... -INFO: Added 168 schemes to tests/build_fv3_13/FV3/ccpp/physics/CCPP_SCHEMES.mk, tests/build_fv3_13/FV3/ccpp/physics/CCPP_SCHEMES.cmake, tests/build_fv3_13/FV3/ccpp/physics/CCPP_SCHEMES.sh -INFO: Generating suite and group caps ... -INFO: Generating static API ccpp_static_api.F90 in tests/build_fv3_13/FV3/ccpp/physics ... -INFO: Generating caps makefile/cmakefile snippet ... -INFO: Added 15 auto-generated caps to tests/build_fv3_13/FV3/ccpp/physics/CCPP_CAPS.mk and tests/build_fv3_13/FV3/ccpp/physics/CCPP_CAPS.cmake -INFO: CCPP prebuild step completed successfully. -+ source build_fv3_13/FV3/ccpp/physics/CCPP_SCHEMES.sh -++ export 'CCPP_SCHEMES=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/aer_cloud.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/aerclm_def.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/aerinterp.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/calpreciptype.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cldwat2m_micro.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cldmacro.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/date_def.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/funcphys.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gcycle.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/h2o_def.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/h2ointerp.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/iccn_def.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/iccninterp.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/iounitdef.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/machine.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mersenne_twister.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfpbl.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg_utils.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg2_0.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg3_0.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/multi_gases.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_model.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_parameters.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_radar.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_thompson.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MP_FER_HIRES.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_bl_mynn.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_mynn.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_orowam2017.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/namelist_soilveg.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfpblt.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfpbltq.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfscu.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfscuq.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/noahmp_tables.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/num_parthds.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozne_def.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozinterp.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/physcons.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/physparam.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radcons.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_aerosols.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_astronomy.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_clouds.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_gases.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_surface.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radlw_datatb.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radlw_param.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radsw_datatb.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radsw_param.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/samfaerosols.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfcsub.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sflx.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/set_soilveg.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/surface_perturbation.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_deep.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_sh.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/tridi.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/wv_saturation.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_soil_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rayleigh_damp.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radsw_main.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_ocean.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gwdc.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gscond.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ysuvdif.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_sice.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/samfdeepcnv.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/satmedmfvdif.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozphys_2015.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/samfshalcnv.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/precpd.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_fer_hires.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diag.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radlw_main.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_debug.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/satmedmfvdifq.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cs_conv.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/shinhongvdif.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/h2ophys.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_nst.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/moninedmf.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diff.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diag_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/m_micro.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gcm_shoc.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gwdps.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/shalcnv.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/get_prs_fv3.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozphys.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_stochastics.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/drag_suite.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_cice.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sascnvn.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cnvc90.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_drv.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/dcyc2.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/moninshoc.f' -++ CCPP_SCHEMES='/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/aer_cloud.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/aerclm_def.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/aerinterp.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/calpreciptype.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cldwat2m_micro.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cldmacro.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/date_def.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/funcphys.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gcycle.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/h2o_def.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/h2ointerp.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/iccn_def.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/iccninterp.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/iounitdef.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/machine.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mersenne_twister.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfpbl.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg_utils.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg2_0.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg3_0.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/multi_gases.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_model.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_parameters.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_radar.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_thompson.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MP_FER_HIRES.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_bl_mynn.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_mynn.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_orowam2017.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/namelist_soilveg.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfpblt.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfpbltq.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfscu.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfscuq.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/noahmp_tables.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/num_parthds.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozne_def.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozinterp.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/physcons.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/physparam.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radcons.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_aerosols.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_astronomy.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_clouds.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_gases.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_surface.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radlw_datatb.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radlw_param.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radsw_datatb.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radsw_param.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/samfaerosols.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfcsub.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sflx.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/set_soilveg.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/surface_perturbation.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_deep.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_sh.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/tridi.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/wv_saturation.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_soil_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rayleigh_damp.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radsw_main.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_ocean.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gwdc.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gscond.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ysuvdif.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_sice.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/samfdeepcnv.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/satmedmfvdif.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozphys_2015.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/samfshalcnv.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/precpd.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_fer_hires.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diag.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radlw_main.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_debug.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/satmedmfvdifq.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cs_conv.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/shinhongvdif.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/h2ophys.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_nst.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/moninedmf.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diff.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diag_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/m_micro.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gcm_shoc.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gwdps.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/shalcnv.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/get_prs_fv3.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozphys.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_stochastics.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/drag_suite.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_cice.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sascnvn.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cnvc90.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_drv.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/dcyc2.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/moninshoc.f' -+ source build_fv3_13/FV3/ccpp/physics/CCPP_CAPS.sh -++ export 'CCPP_CAPS=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_13/FV3/ccpp/physics/ccpp_FV3_GFS_2017_csawmgshoc_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_13/FV3/ccpp/physics/ccpp_FV3_GFS_2017_csawmgshoc_time_vary_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_13/FV3/ccpp/physics/ccpp_FV3_GFS_2017_csawmgshoc_radiation_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_13/FV3/ccpp/physics/ccpp_FV3_GFS_2017_csawmgshoc_physics_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_13/FV3/ccpp/physics/ccpp_FV3_GFS_2017_csawmgshoc_stochastics_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_13/FV3/ccpp/physics/ccpp_FV3_GFS_2017_csawmg_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_13/FV3/ccpp/physics/ccpp_FV3_GFS_2017_csawmg_time_vary_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_13/FV3/ccpp/physics/ccpp_FV3_GFS_2017_csawmg_radiation_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_13/FV3/ccpp/physics/ccpp_FV3_GFS_2017_csawmg_physics_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_13/FV3/ccpp/physics/ccpp_FV3_GFS_2017_csawmg_stochastics_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_13/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_13/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_time_vary_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_13/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_radiation_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_13/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_physics_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_13/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_stochastics_cap.F90' -++ CCPP_CAPS='/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_13/FV3/ccpp/physics/ccpp_FV3_GFS_2017_csawmgshoc_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_13/FV3/ccpp/physics/ccpp_FV3_GFS_2017_csawmgshoc_time_vary_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_13/FV3/ccpp/physics/ccpp_FV3_GFS_2017_csawmgshoc_radiation_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_13/FV3/ccpp/physics/ccpp_FV3_GFS_2017_csawmgshoc_physics_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_13/FV3/ccpp/physics/ccpp_FV3_GFS_2017_csawmgshoc_stochastics_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_13/FV3/ccpp/physics/ccpp_FV3_GFS_2017_csawmg_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_13/FV3/ccpp/physics/ccpp_FV3_GFS_2017_csawmg_time_vary_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_13/FV3/ccpp/physics/ccpp_FV3_GFS_2017_csawmg_radiation_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_13/FV3/ccpp/physics/ccpp_FV3_GFS_2017_csawmg_physics_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_13/FV3/ccpp/physics/ccpp_FV3_GFS_2017_csawmg_stochastics_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_13/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_13/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_time_vary_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_13/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_radiation_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_13/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_physics_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_13/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_stochastics_cap.F90' -+ source build_fv3_13/FV3/ccpp/physics/CCPP_STATIC_API.sh -++ export CCPP_STATIC_API=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_13/FV3/ccpp/physics/ccpp_static_api.F90 -++ CCPP_STATIC_API=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_13/FV3/ccpp/physics/ccpp_static_api.F90 -+ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_csawmgshoc,FV3_GFS_2017_csawmg,FV3_GFS_2017_satmedmf == *\N\A\M\_\p\h\y\s\=\Y* ]] -+ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_csawmgshoc,FV3_GFS_2017_csawmg,FV3_GFS_2017_satmedmf == *\W\W\3\=\Y* ]] -++ trim ' -DREPRO=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF' -++ local 'var= -DREPRO=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF' -++ var='-DREPRO=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF' -++ var='-DREPRO=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF' -++ echo -n '-DREPRO=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF' -+ CCPP_CMAKE_FLAGS='-DREPRO=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF' -+ source /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc -++ __ms_function_name=setup__test_function__396078 -++ eval 'setup__test_function__396078() { /bin/true ; }' -+++ eval '__text="text" ; if [[ $__text =~ ^(t).* ]] ; then printf "%s" ${.sh.match[1]} ; fi' -+++ cat -++ __ms_ksh_test= -+++ eval 'if ( set | grep setup__test_function__396078 | grep -v name > /dev/null 2>&1 ) ; then echo t ; fi ' -+++ cat -++ __ms_bash_test=t -++ [[ ! -z '' ]] -++ [[ ! -z t ]] -++ __ms_shell=bash -++ [[ -d /lfs3 ]] -++ [[ -d /scratch1 ]] -++ [[ ! -d /scratch ]] -++ eval module help -++ module purge -+++ /apps/lmod/7.7.18/libexec/lmod bash purge -++ eval unset 'BACIO_LIB4;' unset 'BACIO_LIB8;' unset 'BACIO_SRC;' unset 'BACIO_VER;' unset '__LMOD_REF_COUNT_CLASSPATH;' unset 'CLASSPATH;' unset 'CMAKE_CXX_COMPILER;' unset 'CMAKE_C_COMPILER;' unset 'CMAKE_Fortran_COMPILER;' unset 'CMAKE_Platform;' unset 'COMP;' unset '__LMOD_REF_COUNT_CPATH;' unset 'CPATH;' unset 'CRTM_FIX;' unset 'CRTM_INC;' unset 'CRTM_LIB;' unset 'CRTM_SRC;' unset 'CRTM_VER;' unset 'ESMFMKFILE;' unset 'G2TMPL_INC;' unset 'G2TMPL_LIB;' unset 'G2TMPL_SRC;' unset 'G2TMPL_VER;' unset 'G2_INC4;' unset 'G2_INCd;' unset 'G2_LIB4;' unset 'G2_LIBd;' unset 'G2_SRC;' unset 'G2_VER;' unset 'GDBSERVER_MIC;' unset 'GDB_CROSS;' unset '__LMOD_REF_COUNT_INFOPATH;' unset 'INFOPATH;' unset '__LMOD_REF_COUNT_INTEL_LICENSE_FILE;' unset 'INTEL_LICENSE_FILE;' unset 'INTEL_PYTHONHOME;' unset 'IPATH_NO_BACKTRACE;' unset 'IP_INC4;' unset 'IP_INC8;' unset 'IP_INCd;' unset 'IP_LIB4;' unset 'IP_LIB8;' unset 'IP_LIBd;' unset 'IP_SRC;' unset 'IP_VER;' unset 'I_MPI_CC;' unset 'I_MPI_F90;' unset 'I_MPI_HYDRA_BRANCH_COUNT;' unset 'I_MPI_HYDRA_PMI_CONNECT;' unset 'I_MPI_ROOT;' unset 'I_MPI_TMI_PROVIDER;' unset 'JASPER_INC;' unset 'JASPER_LIB;' unset 'JASPER_SRC;' unset 'JASPER_VER;' '__LMOD_REF_COUNT_LD_LIBRARY_PATH="/apps/slurm/default/lib:1";' export '__LMOD_REF_COUNT_LD_LIBRARY_PATH;' 'LD_LIBRARY_PATH=":/apps/slurm/default/lib";' export 'LD_LIBRARY_PATH;' unset '__LMOD_REF_COUNT_LIBRARY_PATH;' unset 'LIBRARY_PATH;' unset 'LIB_NAME;' unset 'LMOD_FAMILY_COMPILER;' unset 'LMOD_FAMILY_COMPILER_VERSION;' unset 'LMOD_FAMILY_MPI;' unset 'LMOD_FAMILY_MPI_VERSION;' unset '__LMOD_REF_COUNT_LOADEDMODULES;' unset 'LOADEDMODULES;' '__LMOD_REF_COUNT_MANPATH="/apps/lmod/lmod/share/man:1;/apps/local/man:1;/apps/slurm/default/share/man:1;/apps/slurm/tools/sbank/share/man:1";' export '__LMOD_REF_COUNT_MANPATH;' 'MANPATH="/apps/lmod/lmod/share/man::/apps/local/man:/apps/slurm/default/share/man:/apps/slurm/tools/sbank/share/man";' export 'MANPATH;' '__LMOD_REF_COUNT_MODULEPATH="/contrib/modulefiles:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:1;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1";' export '__LMOD_REF_COUNT_MODULEPATH;' 'MODULEPATH="/contrib/modulefiles:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles";' export 'MODULEPATH;' unset 'MPM_LAUNCHER;' unset 'NCEPLIBS;' unset 'NEMSIO_INC;' unset 'NEMSIO_LIB;' unset 'NEMSIO_SRC;' unset 'NEMSIO_VER;' unset 'NETCDF;' unset '__LMOD_REF_COUNT_NLSPATH;' unset 'NLSPATH;' '__LMOD_REF_COUNT_PATH="/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:1;/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/opt/ibutils/bin:1;/apps/local/bin:1;/apps/local/sbin:1;/apps/slurm/default/tools:1;/apps/slurm/default/bin:1;/apps/slurm/default/sbin:1;/apps/slurm/tools/sbank/bin:1;/home/Dusan.Jovic/bin:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/dbrowse:1";' export '__LMOD_REF_COUNT_PATH;' 'PATH="/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/opt/ibutils/bin:/apps/local/bin:/apps/local/sbin:/apps/slurm/default/tools:/apps/slurm/default/bin:/apps/slurm/default/sbin:/apps/slurm/tools/sbank/bin:/home/Dusan.Jovic/bin:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/dbrowse";' export 'PATH;' unset '__LMOD_REF_COUNT_PKG_CONFIG_PATH;' unset 'PKG_CONFIG_PATH;' unset 'PNG_INC;' unset 'PNG_LIB;' unset 'PNG_SRC;' unset 'PNG_VER;' unset 'POST_INC;' unset 'POST_LIB;' unset 'POST_SRC;' unset 'POST_VER;' unset 'SLURM_UTILS_PATH;' unset 'SP_LIB4;' unset 'SP_LIB8;' unset 'SP_LIBd;' unset 'SP_SRC;' unset 'SP_VER;' unset 'W3EMC_INC4;' unset 'W3EMC_INC8;' unset 'W3EMC_INCd;' unset 'W3EMC_LIB4;' unset 'W3EMC_LIB8;' unset 'W3EMC_LIBd;' unset 'W3EMC_SRC;' unset 'W3EMC_VER;' unset 'W3NCO_LIB4;' unset 'W3NCO_LIB8;' unset 'W3NCO_LIBd;' unset 'W3NCO_SRC;' unset 'W3NCO_VER;' unset 'Z_INC;' unset 'Z_LIB;' unset 'Z_SRC;' unset 'Z_VER;' unset '__LMOD_REF_COUNT__LMFILES_;' unset '_LMFILES_;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9jb250cmliL21vZHVsZWZpbGVzIiwiL3NjcmF0Y2gyL05DRVBERVYvZnYzLWNhbS9EdXNhbi5Kb3ZpYy91ZnMvcHIxOC91ZnMtd2VhdGhlci1tb2RlbC9tb2R1bGVmaWxlcy9oZXJhLmludGVsIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIs";' export '_ModuleTable001_;' '_ModuleTable002_="fSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ==";' export '_ModuleTable002_;' '_ModuleTable_Sz_="2";' export '_ModuleTable_Sz_;' unset '_ModuleTable004_;' unset '_ModuleTable005_;' unset '_ModuleTable006_;' unset '_ModuleTable007_;' unset '_ModuleTable008_;' unset '_ModuleTable009_;' unset '_ModuleTable010_;' unset '_ModuleTable011_;' unset '_ModuleTable012_;' unset '_ModuleTable013_;' -+++ unset BACIO_LIB4 -+++ unset BACIO_LIB8 -+++ unset BACIO_SRC -+++ unset BACIO_VER -+++ unset __LMOD_REF_COUNT_CLASSPATH -+++ unset CLASSPATH -+++ unset CMAKE_CXX_COMPILER -+++ unset CMAKE_C_COMPILER -+++ unset CMAKE_Fortran_COMPILER -+++ unset CMAKE_Platform -+++ unset COMP -+++ unset __LMOD_REF_COUNT_CPATH -+++ unset CPATH -+++ unset CRTM_FIX -+++ unset CRTM_INC -+++ unset CRTM_LIB -+++ unset CRTM_SRC -+++ unset CRTM_VER -+++ unset ESMFMKFILE -+++ unset G2TMPL_INC -+++ unset G2TMPL_LIB -+++ unset G2TMPL_SRC -+++ unset G2TMPL_VER -+++ unset G2_INC4 -+++ unset G2_INCd -+++ unset G2_LIB4 -+++ unset G2_LIBd -+++ unset G2_SRC -+++ unset G2_VER -+++ unset GDBSERVER_MIC -+++ unset GDB_CROSS -+++ unset __LMOD_REF_COUNT_INFOPATH -+++ unset INFOPATH -+++ unset __LMOD_REF_COUNT_INTEL_LICENSE_FILE -+++ unset INTEL_LICENSE_FILE -+++ unset INTEL_PYTHONHOME -+++ unset IPATH_NO_BACKTRACE -+++ unset IP_INC4 -+++ unset IP_INC8 -+++ unset IP_INCd -+++ unset IP_LIB4 -+++ unset IP_LIB8 -+++ unset IP_LIBd -+++ unset IP_SRC -+++ unset IP_VER -+++ unset I_MPI_CC -+++ unset I_MPI_F90 -+++ unset I_MPI_HYDRA_BRANCH_COUNT -+++ unset I_MPI_HYDRA_PMI_CONNECT -+++ unset I_MPI_ROOT -+++ unset I_MPI_TMI_PROVIDER -+++ unset JASPER_INC -+++ unset JASPER_LIB -+++ unset JASPER_SRC -+++ unset JASPER_VER -+++ __LMOD_REF_COUNT_LD_LIBRARY_PATH=/apps/slurm/default/lib:1 -+++ export __LMOD_REF_COUNT_LD_LIBRARY_PATH -+++ LD_LIBRARY_PATH=:/apps/slurm/default/lib -+++ export LD_LIBRARY_PATH -+++ unset __LMOD_REF_COUNT_LIBRARY_PATH -+++ unset LIBRARY_PATH -+++ unset LIB_NAME -+++ unset LMOD_FAMILY_COMPILER -+++ unset LMOD_FAMILY_COMPILER_VERSION -+++ unset LMOD_FAMILY_MPI -+++ unset LMOD_FAMILY_MPI_VERSION -+++ unset __LMOD_REF_COUNT_LOADEDMODULES -+++ unset LOADEDMODULES -+++ __LMOD_REF_COUNT_MANPATH='/apps/lmod/lmod/share/man:1;/apps/local/man:1;/apps/slurm/default/share/man:1;/apps/slurm/tools/sbank/share/man:1' -+++ export __LMOD_REF_COUNT_MANPATH -+++ MANPATH=/apps/lmod/lmod/share/man::/apps/local/man:/apps/slurm/default/share/man:/apps/slurm/tools/sbank/share/man -+++ export MANPATH -+++ __LMOD_REF_COUNT_MODULEPATH='/contrib/modulefiles:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:1;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1' -+++ export __LMOD_REF_COUNT_MODULEPATH -+++ MODULEPATH=/contrib/modulefiles:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles -+++ export MODULEPATH -+++ unset MPM_LAUNCHER -+++ unset NCEPLIBS -+++ unset NEMSIO_INC -+++ unset NEMSIO_LIB -+++ unset NEMSIO_SRC -+++ unset NEMSIO_VER -+++ unset NETCDF -+++ unset __LMOD_REF_COUNT_NLSPATH -+++ unset NLSPATH -+++ __LMOD_REF_COUNT_PATH='/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:1;/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/opt/ibutils/bin:1;/apps/local/bin:1;/apps/local/sbin:1;/apps/slurm/default/tools:1;/apps/slurm/default/bin:1;/apps/slurm/default/sbin:1;/apps/slurm/tools/sbank/bin:1;/home/Dusan.Jovic/bin:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/dbrowse:1' -+++ export __LMOD_REF_COUNT_PATH -+++ PATH=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/opt/ibutils/bin:/apps/local/bin:/apps/local/sbin:/apps/slurm/default/tools:/apps/slurm/default/bin:/apps/slurm/default/sbin:/apps/slurm/tools/sbank/bin:/home/Dusan.Jovic/bin:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/dbrowse -+++ export PATH -+++ unset __LMOD_REF_COUNT_PKG_CONFIG_PATH -+++ unset PKG_CONFIG_PATH -+++ unset PNG_INC -+++ unset PNG_LIB -+++ unset PNG_SRC -+++ unset PNG_VER -+++ unset POST_INC -+++ unset POST_LIB -+++ unset POST_SRC -+++ unset POST_VER -+++ unset SLURM_UTILS_PATH -+++ unset SP_LIB4 -+++ unset SP_LIB8 -+++ unset SP_LIBd -+++ unset SP_SRC -+++ unset SP_VER -+++ unset W3EMC_INC4 -+++ unset W3EMC_INC8 -+++ unset W3EMC_INCd -+++ unset W3EMC_LIB4 -+++ unset W3EMC_LIB8 -+++ unset W3EMC_LIBd -+++ unset W3EMC_SRC -+++ unset W3EMC_VER -+++ unset W3NCO_LIB4 -+++ unset W3NCO_LIB8 -+++ unset W3NCO_LIBd -+++ unset W3NCO_SRC -+++ unset W3NCO_VER -+++ unset Z_INC -+++ unset Z_LIB -+++ unset Z_SRC -+++ unset Z_VER -+++ unset __LMOD_REF_COUNT__LMFILES_ -+++ unset _LMFILES_ -+++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9jb250cmliL21vZHVsZWZpbGVzIiwiL3NjcmF0Y2gyL05DRVBERVYvZnYzLWNhbS9EdXNhbi5Kb3ZpYy91ZnMvcHIxOC91ZnMtd2VhdGhlci1tb2RlbC9tb2R1bGVmaWxlcy9oZXJhLmludGVsIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIs -+++ export _ModuleTable001_ -+++ _ModuleTable002_=fSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ== -+++ export _ModuleTable002_ -+++ _ModuleTable_Sz_=2 -+++ export _ModuleTable_Sz_ -+++ unset _ModuleTable004_ -+++ unset _ModuleTable005_ -+++ unset _ModuleTable006_ -+++ unset _ModuleTable007_ -+++ unset _ModuleTable008_ -+++ unset _ModuleTable009_ -+++ unset _ModuleTable010_ -+++ unset _ModuleTable011_ -+++ unset _ModuleTable012_ -+++ unset _ModuleTable013_ -+++ : -s sh -++ eval -++ unset __ms_shell -++ unset __ms_ksh_test -++ unset __ms_bash_test -++ unset setup__test_function__396078 -++ unset __ms_function_name -+ [[ hera.intel == macosx.* ]] -+ [[ hera.intel == linux.* ]] -+ module use /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel -++ /apps/lmod/7.7.18/libexec/lmod bash use /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel -+ eval '__LMOD_REF_COUNT_MODULEPATH="/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:2;/contrib/modulefiles:1;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1";' export '__LMOD_REF_COUNT_MODULEPATH;' 'MODULEPATH="/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:/contrib/modulefiles:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles";' export 'MODULEPATH;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9zY3JhdGNoMi9OQ0VQREVWL2Z2My1jYW0vRHVzYW4uSm92aWMvdWZzL3ByMTgvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvaGVyYS5pbnRlbCIsIi9jb250cmliL21vZHVsZWZpbGVzIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIs";' export '_ModuleTable001_;' '_ModuleTable002_="fSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ==";' export '_ModuleTable002_;' '_ModuleTable_Sz_="2";' export '_ModuleTable_Sz_;' -++ __LMOD_REF_COUNT_MODULEPATH='/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:2;/contrib/modulefiles:1;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1' -++ export __LMOD_REF_COUNT_MODULEPATH -++ MODULEPATH=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:/contrib/modulefiles:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles -++ export MODULEPATH -++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9zY3JhdGNoMi9OQ0VQREVWL2Z2My1jYW0vRHVzYW4uSm92aWMvdWZzL3ByMTgvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvaGVyYS5pbnRlbCIsIi9jb250cmliL21vZHVsZWZpbGVzIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIs -++ export _ModuleTable001_ -++ _ModuleTable002_=fSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ== -++ export _ModuleTable002_ -++ _ModuleTable_Sz_=2 -++ export _ModuleTable_Sz_ -++ : -s sh -+ eval -+ module load fv3 -++ /apps/lmod/7.7.18/libexec/lmod bash load fv3 -+ eval 'BACIO_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libbacio_v2.0.3_4.a";' export 'BACIO_LIB4;' 'BACIO_LIB8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libbacio_v2.0.3_8.a";' export 'BACIO_LIB8;' 'BACIO_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/bacio_v2.0.3";' export 'BACIO_SRC;' 'BACIO_VER="v2.0.3";' export 'BACIO_VER;' '__LMOD_REF_COUNT_CLASSPATH="/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/mpi.jar:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/daal.jar:1";' export '__LMOD_REF_COUNT_CLASSPATH;' 'CLASSPATH="/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/mpi.jar:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/daal.jar";' export 'CLASSPATH;' 'CMAKE_CXX_COMPILER="mpiicpc";' export 'CMAKE_CXX_COMPILER;' 'CMAKE_C_COMPILER="mpiicc";' export 'CMAKE_C_COMPILER;' 'CMAKE_Fortran_COMPILER="mpiifort";' export 'CMAKE_Fortran_COMPILER;' 'CMAKE_Platform="hera.intel";' export 'CMAKE_Platform;' 'COMP="intel";' export 'COMP;' '__LMOD_REF_COUNT_CPATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/include:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/include:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/pstl/include:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/include:2;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/include:1";' export '__LMOD_REF_COUNT_CPATH;' 'CPATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/include:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/include:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/pstl/include:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/include:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/include";' export 'CPATH;' 'CRTM_FIX="/scratch2/NCEPDEV/nwprod/NCEPLIBS/fix/crtm_v2.2.6";' export 'CRTM_FIX;' 'CRTM_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/crtm_v2.2.6";' export 'CRTM_INC;' 'CRTM_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libcrtm_v2.2.6.a";' export 'CRTM_LIB;' 'CRTM_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/crtm_v2.2.6";' export 'CRTM_SRC;' 'CRTM_VER="v2.2.6";' export 'CRTM_VER;' 'ESMFMKFILE="/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/lib/esmf.mk";' export 'ESMFMKFILE;' 'G2TMPL_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/g2tmpl_v1.6.0";' export 'G2TMPL_INC;' 'G2TMPL_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2tmpl_v1.6.0.a";' export 'G2TMPL_LIB;' 'G2TMPL_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/g2tmpl_v1.6.0/src";' export 'G2TMPL_SRC;' 'G2TMPL_VER="v1.6.0";' export 'G2TMPL_VER;' 'G2_INC4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/g2_v3.1.1_4";' export 'G2_INC4;' 'G2_INCd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/g2_v3.1.1_d";' export 'G2_INCd;' 'G2_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2_v3.1.1_4.a";' export 'G2_LIB4;' 'G2_LIBd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2_v3.1.1_d.a";' export 'G2_LIBd;' 'G2_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/g2_v3.1.1";' export 'G2_SRC;' 'G2_VER="v3.1.1";' export 'G2_VER;' 'GDBSERVER_MIC="/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/targets/intel64/x200/bin/gdbserver";' export 'GDBSERVER_MIC;' 'GDB_CROSS="/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/intel64/bin/gdb-ia";' export 'GDB_CROSS;' '__LMOD_REF_COUNT_INFOPATH="/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/info:1;/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/info:1";' export '__LMOD_REF_COUNT_INFOPATH;' 'INFOPATH="/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/info:/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/info";' export 'INFOPATH;' '__LMOD_REF_COUNT_INTEL_LICENSE_FILE="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/licenses:1;/apps/intel/licenses:1";' export '__LMOD_REF_COUNT_INTEL_LICENSE_FILE;' 'INTEL_LICENSE_FILE="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/licenses:/apps/intel/licenses";' export 'INTEL_LICENSE_FILE;' 'INTEL_PYTHONHOME="/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/python/intel64/";' export 'INTEL_PYTHONHOME;' 'IPATH_NO_BACKTRACE="1";' export 'IPATH_NO_BACKTRACE;' 'IP_INC4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ip_v3.0.2_4";' export 'IP_INC4;' 'IP_INC8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ip_v3.0.2_8";' export 'IP_INC8;' 'IP_INCd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ip_v3.0.2_d";' export 'IP_INCd;' 'IP_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libip_v3.0.2_4.a";' export 'IP_LIB4;' 'IP_LIB8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libip_v3.0.2_8.a";' export 'IP_LIB8;' 'IP_LIBd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libip_v3.0.2_d.a";' export 'IP_LIBd;' 'IP_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/ip_v3.0.2";' export 'IP_SRC;' 'IP_VER="v3.0.2";' export 'IP_VER;' 'I_MPI_CC="icc";' export 'I_MPI_CC;' 'I_MPI_F90="ifort";' export 'I_MPI_F90;' 'I_MPI_HYDRA_BRANCH_COUNT="128";' export 'I_MPI_HYDRA_BRANCH_COUNT;' 'I_MPI_HYDRA_PMI_CONNECT="alltoall";' export 'I_MPI_HYDRA_PMI_CONNECT;' 'I_MPI_ROOT="/apps/intel/compilers_and_libraries_2018/linux/mpi";' export 'I_MPI_ROOT;' 'I_MPI_TMI_PROVIDER="psm";' export 'I_MPI_TMI_PROVIDER;' 'JASPER_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/include/jasper_v1.900.1";' export 'JASPER_INC;' 'JASPER_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/lib/libjasper_v1.900.1.a";' export 'JASPER_LIB;' 'JASPER_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/thirdParty";' export 'JASPER_SRC;' 'JASPER_VER="v1.900.1";' export 'JASPER_VER;' '__LMOD_REF_COUNT_LD_LIBRARY_PATH="/apps/netcdf/4.7.0/intel/18.0.5.274/lib:1;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib:1;/apps/slurm/default/lib:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/lib/intel64:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:2;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:2;/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/libipt/intel64/lib:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4:1";' export '__LMOD_REF_COUNT_LD_LIBRARY_PATH;' 'LD_LIBRARY_PATH="/apps/netcdf/4.7.0/intel/18.0.5.274/lib:/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib::/apps/slurm/default/lib:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/lib/intel64:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/libipt/intel64/lib:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4";' export 'LD_LIBRARY_PATH;' '__LMOD_REF_COUNT_LIBRARY_PATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:2;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4:1";' export '__LMOD_REF_COUNT_LIBRARY_PATH;' 'LIBRARY_PATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4";' export 'LIBRARY_PATH;' 'LIB_NAME="POST";' export 'LIB_NAME;' 'LMOD_FAMILY_COMPILER="intel";' export 'LMOD_FAMILY_COMPILER;' 'LMOD_FAMILY_COMPILER_VERSION="18.0.5.274";' export 'LMOD_FAMILY_COMPILER_VERSION;' 'LMOD_FAMILY_MPI="impi";' export 'LMOD_FAMILY_MPI;' 'LMOD_FAMILY_MPI_VERSION="2018.0.4";' export 'LMOD_FAMILY_MPI_VERSION;' '__LMOD_REF_COUNT_LOADEDMODULES="contrib:1;sutils/default:1;intel/18.0.5.274:1;impi/2018.0.4:1;netcdf/4.7.0:1;bacio/2.0.3:1;ip/3.0.2:1;nemsio/2.2.4:1;sp/2.0.3:1;w3emc/2.3.1:1;w3nco/2.0.7:1;g2/3.1.1:1;g2tmpl/1.6.0:1;crtm/2.2.6:1;jasper/1.900.1:1;png/1.2.44:1;z/1.2.11:1;post/8.0.1:1;esmf/8.0.0:1;cmake/3.9.0:1;fv3:1";' export '__LMOD_REF_COUNT_LOADEDMODULES;' 'LOADEDMODULES="contrib:sutils/default:intel/18.0.5.274:impi/2018.0.4:netcdf/4.7.0:bacio/2.0.3:ip/3.0.2:nemsio/2.2.4:sp/2.0.3:w3emc/2.3.1:w3nco/2.0.7:g2/3.1.1:g2tmpl/1.6.0:crtm/2.2.6:jasper/1.900.1:png/1.2.44:z/1.2.11:post/8.0.1:esmf/8.0.0:cmake/3.9.0:fv3";' export 'LOADEDMODULES;' '__LMOD_REF_COUNT_MANPATH="/apps/netcdf/4.7.0/intel/18.0.5.274/share/man:1;/apps/intel/compilers_and_libraries_2018/linux/mpi/man:1;/apps/intel/parallel_studio_xe_2018.4.057/man/common:1;/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/man:1;/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/man:1;/apps/lmod/lmod/share/man:1;/apps/local/man:1;/apps/slurm/default/share/man:1;/apps/slurm/tools/sbank/share/man:1";' export '__LMOD_REF_COUNT_MANPATH;' 'MANPATH="/apps/netcdf/4.7.0/intel/18.0.5.274/share/man:/apps/intel/compilers_and_libraries_2018/linux/mpi/man:/apps/intel/parallel_studio_xe_2018.4.057/man/common:/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/man:/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/man:/apps/lmod/lmod/share/man::/apps/local/man:/apps/slurm/default/share/man:/apps/slurm/tools/sbank/share/man";' export 'MANPATH;' '__LMOD_REF_COUNT_MODULEPATH="/contrib/modulefiles:3;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:2;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1;/apps/modules/modulefamilies/intel:1;/apps/modules/modulefamilies/intel_impi:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles:1";' export '__LMOD_REF_COUNT_MODULEPATH;' 'MODULEPATH="/contrib/modulefiles:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles:/apps/modules/modulefamilies/intel:/apps/modules/modulefamilies/intel_impi:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles";' export 'MODULEPATH;' 'MPM_LAUNCHER="/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/mpm/mic/bin/start_mpm.sh";' export 'MPM_LAUNCHER;' 'NCEPLIBS="/scratch2/NCEPDEV/nwprod/NCEPLIBS";' export 'NCEPLIBS;' 'NEMSIO_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/nemsio_v2.2.4";' export 'NEMSIO_INC;' 'NEMSIO_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libnemsio_v2.2.4.a";' export 'NEMSIO_LIB;' 'NEMSIO_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/nemsio_v2.2.4";' export 'NEMSIO_SRC;' 'NEMSIO_VER="v2.2.4";' export 'NEMSIO_VER;' 'NETCDF="/apps/netcdf/4.7.0/intel/18.0.5.274";' export 'NETCDF;' '__LMOD_REF_COUNT_NLSPATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64/locale/%l_%t/%N:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin/locale/%l_%t/%N:1;/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/intel64/share/locale/%l_%t/%N:1";' export '__LMOD_REF_COUNT_NLSPATH;' 'NLSPATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64/locale/%l_%t/%N:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin/locale/%l_%t/%N:/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/intel64/share/locale/%l_%t/%N";' export 'NLSPATH;' '__LMOD_REF_COUNT_PATH="/contrib/cmake/3.9.0/bin:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/bin:1;/apps/netcdf/4.7.0/intel/18.0.5.274/bin:1;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/bin/intel64:1;/contrib/sutils/bin:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:1;/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/opt/ibutils/bin:1;/apps/local/bin:1;/apps/local/sbin:1;/apps/slurm/default/tools:1;/apps/slurm/default/bin:1;/apps/slurm/default/sbin:1;/apps/slurm/tools/sbank/bin:1;/home/Dusan.Jovic/bin:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/dbrowse:1";' export '__LMOD_REF_COUNT_PATH;' 'PATH="/contrib/cmake/3.9.0/bin:/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/bin:/apps/netcdf/4.7.0/intel/18.0.5.274/bin:/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/bin/intel64:/contrib/sutils/bin:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/opt/ibutils/bin:/apps/local/bin:/apps/local/sbin:/apps/slurm/default/tools:/apps/slurm/default/bin:/apps/slurm/default/sbin:/apps/slurm/tools/sbank/bin:/home/Dusan.Jovic/bin:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/dbrowse";' export 'PATH;' '__LMOD_REF_COUNT_PKG_CONFIG_PATH="/apps/intel/compilers_and_libraries_2018/linux/mkl/bin/pkgconfig:1";' export '__LMOD_REF_COUNT_PKG_CONFIG_PATH;' 'PKG_CONFIG_PATH="/apps/intel/compilers_and_libraries_2018/linux/mkl/bin/pkgconfig";' export 'PKG_CONFIG_PATH;' 'PNG_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/png_v1.2.44";' export 'PNG_INC;' 'PNG_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libpng_v1.2.44.a";' export 'PNG_LIB;' 'PNG_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/thirdParty";' export 'PNG_SRC;' 'PNG_VER="v1.2.44";' export 'PNG_VER;' 'POST_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ncep_post_v8.0.1_4";' export 'POST_INC;' 'POST_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libncep_post_v8.0.1_4.a";' export 'POST_LIB;' 'POST_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/post_v8.0.1";' export 'POST_SRC;' 'POST_VER="v8.0.1";' export 'POST_VER;' 'SLURM_UTILS_PATH="/contrib/sutils/bin";' export 'SLURM_UTILS_PATH;' 'SP_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_4.a";' export 'SP_LIB4;' 'SP_LIB8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_8.a";' export 'SP_LIB8;' 'SP_LIBd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_d.a";' export 'SP_LIBd;' 'SP_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/sp_v2.0.3";' export 'SP_SRC;' 'SP_VER="v2.0.3";' export 'SP_VER;' 'W3EMC_INC4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/w3emc_v2.3.1_4";' export 'W3EMC_INC4;' 'W3EMC_INC8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/w3emc_v2.3.1_8";' export 'W3EMC_INC8;' 'W3EMC_INCd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/w3emc_v2.3.1_d";' export 'W3EMC_INCd;' 'W3EMC_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_4.a";' export 'W3EMC_LIB4;' 'W3EMC_LIB8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_8.a";' export 'W3EMC_LIB8;' 'W3EMC_LIBd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_d.a";' export 'W3EMC_LIBd;' 'W3EMC_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/w3emc_v2.3.1";' export 'W3EMC_SRC;' 'W3EMC_VER="v2.3.1";' export 'W3EMC_VER;' 'W3NCO_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_4.a";' export 'W3NCO_LIB4;' 'W3NCO_LIB8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_8.a";' export 'W3NCO_LIB8;' 'W3NCO_LIBd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_d.a";' export 'W3NCO_LIBd;' 'W3NCO_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/w3nco_v2.0.7";' export 'W3NCO_SRC;' 'W3NCO_VER="v2.0.7";' export 'W3NCO_VER;' 'Z_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/z_v1.2.11";' export 'Z_INC;' 'Z_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libz_v1.2.11.a";' export 'Z_LIB;' 'Z_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/thirdParty";' export 'Z_SRC;' 'Z_VER="v1.2.11";' export 'Z_VER;' '__LMOD_REF_COUNT__LMFILES_="/apps/modules/modulefiles/contrib:1;/contrib/modulefiles/sutils/default:1;/apps/modules/modulefiles/intel/18.0.5.274:1;/apps/modules/modulefamilies/intel/impi/2018.0.4:1;/apps/modules/modulefamilies/intel/netcdf/4.7.0:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/bacio/2.0.3:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/ip/3.0.2:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/nemsio/2.2.4:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/sp/2.0.3:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3emc/2.3.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3nco/2.0.7:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2/3.1.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2tmpl/1.6.0:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/crtm/2.2.6:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/jasper/1.900.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/png/1.2.44:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/z/1.2.11:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/post/8.0.1:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles/esmf/8.0.0:1;/contrib/modulefiles/cmake/3.9.0:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel/fv3:1";' export '__LMOD_REF_COUNT__LMFILES_;' '_LMFILES_="/apps/modules/modulefiles/contrib:/contrib/modulefiles/sutils/default:/apps/modules/modulefiles/intel/18.0.5.274:/apps/modules/modulefamilies/intel/impi/2018.0.4:/apps/modules/modulefamilies/intel/netcdf/4.7.0:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/bacio/2.0.3:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/ip/3.0.2:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/nemsio/2.2.4:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/sp/2.0.3:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3emc/2.3.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3nco/2.0.7:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2/3.1.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2tmpl/1.6.0:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/crtm/2.2.6:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/jasper/1.900.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/png/1.2.44:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/z/1.2.11:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/post/8.0.1:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles/esmf/8.0.0:/contrib/modulefiles/cmake/3.9.0:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel/fv3";' export '_LMFILES_;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJpbXBpIix9LG1UPXtiYWNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvYmFjaW8vMi4wLjMiLFsiZnVsbE5hbWUiXT0iYmFjaW8vMi4wLjMiLFsibG9hZE9yZGVyIl09Nixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJiYWNpby8yLjAuMyIsfSxjbWFrZT17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9jbWFrZS8zLjkuMCIsWyJmdWxs";' export '_ModuleTable001_;' '_ModuleTable002_="TmFtZSJdPSJjbWFrZS8zLjkuMCIsWyJsb2FkT3JkZXIiXT0yMCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjbWFrZS8zLjkuMCIsfSxjb250cmliPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvY29udHJpYiIsWyJmdWxsTmFtZSJdPSJjb250cmliIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY29udHJpYiIsfSxjcnRtPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9jcnRtLzIuMi42IixbImZ1bGxOYW1lIl09ImNydG0vMi4yLjYiLFsibG9hZE9yZGVy";' export '_ModuleTable002_;' '_ModuleTable003_="Il09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL2Z2My1jYW0vRHVzYW4uSm92aWMvdWZzL3ByMTgvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvaGVyYS5pbnRlbC9mdjMiLFsi";' export '_ModuleTable003_;' '_ModuleTable004_="ZnVsbE5hbWUiXT0iZnYzIixbImxvYWRPcmRlciJdPTIxLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTAsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImZ2MyIsfSxnMj17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzIvMy4xLjEiLFsiZnVsbE5hbWUiXT0iZzIvMy4xLjEiLFsibG9hZE9yZGVyIl09MTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZzIvMy4xLjEiLH0sZzJ0bXBsPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9nMnRtcGwvMS42LjAiLFsiZnVsbE5hbWUiXT0iZzJ0bXBsLzEuNi4w";' export '_ModuleTable004_;' '_ModuleTable005_="IixbImxvYWRPcmRlciJdPTEzLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcydG1wbC8xLjYuMCIsfSxpbXBpPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwvaW1waS8yMDE4LjAuNCIsWyJmdWxsTmFtZSJdPSJpbXBpLzIwMTguMC40IixbImxvYWRPcmRlciJdPTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW1waS8yMDE4LjAuNCIsfSxpbnRlbD17WyJmbiJdPSIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL2ludGVsLzE4LjAuNS4yNzQiLFsiZnVsbE5hbWUiXT0iaW50ZWwvMTguMC41LjI3NCIsWyJsb2FkT3JkZXIi";' export '_ModuleTable005_;' '_ModuleTable006_="XT0zLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImludGVsLzE4LjAuNS4yNzQiLH0saXA9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2lwLzMuMC4yIixbImZ1bGxOYW1lIl09ImlwLzMuMC4yIixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaXAvMy4wLjIiLH0samFzcGVyPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9qYXNwZXIvMS45MDAuMSIsWyJmdWxsTmFtZSJdPSJqYXNwZXIvMS45MDAuMSIsWyJsb2FkT3JkZXIi";' export '_ModuleTable006_;' '_ModuleTable007_="XT0xNSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJqYXNwZXIvMS45MDAuMSIsfSxuZW1zaW89e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL25lbXNpby8yLjIuNCIsWyJmdWxsTmFtZSJdPSJuZW1zaW8vMi4yLjQiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZW1zaW8vMi4yLjQiLH0sbmV0Y2RmPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwvbmV0Y2RmLzQuNy4wIixbImZ1bGxOYW1lIl09Im5ldGNkZi80LjcuMCIsWyJsb2FkT3JkZXIi";' export '_ModuleTable007_;' '_ModuleTable008_="XT01LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5ldGNkZi80LjcuMCIsfSxwbmc9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3BuZy8xLjIuNDQiLFsiZnVsbE5hbWUiXT0icG5nLzEuMi40NCIsWyJsb2FkT3JkZXIiXT0xNixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJwbmcvMS4yLjQ0Iix9LHBvc3Q9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3Bvc3QvOC4wLjEiLFsiZnVsbE5hbWUiXT0icG9zdC84LjAuMSIsWyJsb2FkT3JkZXIiXT0xOCxw";' export '_ModuleTable008_;' '_ModuleTable009_="cm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJwb3N0LzguMC4xIix9LHNwPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9zcC8yLjAuMyIsWyJmdWxsTmFtZSJdPSJzcC8yLjAuMyIsWyJsb2FkT3JkZXIiXT05LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InNwLzIuMC4zIix9LHN1dGlscz17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9zdXRpbHMvZGVmYXVsdCIsWyJmdWxsTmFtZSJdPSJzdXRpbHMvZGVmYXVsdCIsWyJsb2FkT3JkZXIiXT0yLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0";' export '_ModuleTable009_;' '_ModuleTable010_="dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InN1dGlscyIsfSx3M2VtYz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNlbWMvMi4zLjEiLFsiZnVsbE5hbWUiXT0idzNlbWMvMi4zLjEiLFsibG9hZE9yZGVyIl09MTAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNlbWMvMi4zLjEiLH0sdzNuY289e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czbmNvLzIuMC43IixbImZ1bGxOYW1lIl09InczbmNvLzIuMC43IixbImxvYWRPcmRlciJdPTExLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMi";' export '_ModuleTable010_;' '_ModuleTable011_="XT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHo9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3ovMS4yLjExIixbImZ1bGxOYW1lIl09InovMS4yLjExIixbImxvYWRPcmRlciJdPTE3LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InovMS4yLjExIix9LH0sbXBhdGhBPXsiL2NvbnRyaWIvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDIvTkNFUERFVi9mdjMtY2FtL0R1c2FuLkpvdmljL3Vmcy9wcjE4L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL2hlcmEuaW50ZWwiLCIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi9hcHBz";' export '_ModuleTable011_;' '_ModuleTable012_="L21vZHVsZXMvbW9kdWxlZmlsZXMvTGludXgiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L2NyYXlwZS9kZWZhdWx0L21vZHVsZWZpbGVzIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbCIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWxfaW1waSIsIi9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcyIsIi9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmU6L2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9M";' export '_ModuleTable012_;' '_ModuleTable013_="aW51eDovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzOi9vcHQvY3JheS9tb2R1bGVmaWxlczovb3B0L2NyYXkvY3JheXBlL2RlZmF1bHQvbW9kdWxlZmlsZXMiLH0=";' export '_ModuleTable013_;' '_ModuleTable_Sz_="13";' export '_ModuleTable_Sz_;' -++ BACIO_LIB4=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libbacio_v2.0.3_4.a -++ export BACIO_LIB4 -++ BACIO_LIB8=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libbacio_v2.0.3_8.a -++ export BACIO_LIB8 -++ BACIO_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/bacio_v2.0.3 -++ export BACIO_SRC -++ BACIO_VER=v2.0.3 -++ export BACIO_VER -++ __LMOD_REF_COUNT_CLASSPATH='/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/mpi.jar:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/daal.jar:1' -++ export __LMOD_REF_COUNT_CLASSPATH -++ CLASSPATH=/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/mpi.jar:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/daal.jar -++ export CLASSPATH -++ CMAKE_CXX_COMPILER=mpiicpc -++ export CMAKE_CXX_COMPILER -++ CMAKE_C_COMPILER=mpiicc -++ export CMAKE_C_COMPILER -++ CMAKE_Fortran_COMPILER=mpiifort -++ export CMAKE_Fortran_COMPILER -++ CMAKE_Platform=hera.intel -++ export CMAKE_Platform -++ COMP=intel -++ export COMP -++ __LMOD_REF_COUNT_CPATH='/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/include:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/include:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/pstl/include:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/include:2;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/include:1' -++ export __LMOD_REF_COUNT_CPATH -++ CPATH=/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/include:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/include:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/pstl/include:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/include:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/include -++ export CPATH -++ CRTM_FIX=/scratch2/NCEPDEV/nwprod/NCEPLIBS/fix/crtm_v2.2.6 -++ export CRTM_FIX -++ CRTM_INC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/crtm_v2.2.6 -++ export CRTM_INC -++ CRTM_LIB=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libcrtm_v2.2.6.a -++ export CRTM_LIB -++ CRTM_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/crtm_v2.2.6 -++ export CRTM_SRC -++ CRTM_VER=v2.2.6 -++ export CRTM_VER -++ ESMFMKFILE=/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/lib/esmf.mk -++ export ESMFMKFILE -++ G2TMPL_INC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/g2tmpl_v1.6.0 -++ export G2TMPL_INC -++ G2TMPL_LIB=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2tmpl_v1.6.0.a -++ export G2TMPL_LIB -++ G2TMPL_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/g2tmpl_v1.6.0/src -++ export G2TMPL_SRC -++ G2TMPL_VER=v1.6.0 -++ export G2TMPL_VER -++ G2_INC4=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/g2_v3.1.1_4 -++ export G2_INC4 -++ G2_INCd=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/g2_v3.1.1_d -++ export G2_INCd -++ G2_LIB4=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2_v3.1.1_4.a -++ export G2_LIB4 -++ G2_LIBd=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2_v3.1.1_d.a -++ export G2_LIBd -++ G2_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/g2_v3.1.1 -++ export G2_SRC -++ G2_VER=v3.1.1 -++ export G2_VER -++ GDBSERVER_MIC=/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/targets/intel64/x200/bin/gdbserver -++ export GDBSERVER_MIC -++ GDB_CROSS=/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/intel64/bin/gdb-ia -++ export GDB_CROSS -++ __LMOD_REF_COUNT_INFOPATH='/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/info:1;/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/info:1' -++ export __LMOD_REF_COUNT_INFOPATH -++ INFOPATH=/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/info:/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/info -++ export INFOPATH -++ __LMOD_REF_COUNT_INTEL_LICENSE_FILE='/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/licenses:1;/apps/intel/licenses:1' -++ export __LMOD_REF_COUNT_INTEL_LICENSE_FILE -++ INTEL_LICENSE_FILE=/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/licenses:/apps/intel/licenses -++ export INTEL_LICENSE_FILE -++ INTEL_PYTHONHOME=/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/python/intel64/ -++ export INTEL_PYTHONHOME -++ IPATH_NO_BACKTRACE=1 -++ export IPATH_NO_BACKTRACE -++ IP_INC4=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ip_v3.0.2_4 -++ export IP_INC4 -++ IP_INC8=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ip_v3.0.2_8 -++ export IP_INC8 -++ IP_INCd=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ip_v3.0.2_d -++ export IP_INCd -++ IP_LIB4=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libip_v3.0.2_4.a -++ export IP_LIB4 -++ IP_LIB8=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libip_v3.0.2_8.a -++ export IP_LIB8 -++ IP_LIBd=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libip_v3.0.2_d.a -++ export IP_LIBd -++ IP_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/ip_v3.0.2 -++ export IP_SRC -++ IP_VER=v3.0.2 -++ export IP_VER -++ I_MPI_CC=icc -++ export I_MPI_CC -++ I_MPI_F90=ifort -++ export I_MPI_F90 -++ I_MPI_HYDRA_BRANCH_COUNT=128 -++ export I_MPI_HYDRA_BRANCH_COUNT -++ I_MPI_HYDRA_PMI_CONNECT=alltoall -++ export I_MPI_HYDRA_PMI_CONNECT -++ I_MPI_ROOT=/apps/intel/compilers_and_libraries_2018/linux/mpi -++ export I_MPI_ROOT -++ I_MPI_TMI_PROVIDER=psm -++ export I_MPI_TMI_PROVIDER -++ JASPER_INC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/include/jasper_v1.900.1 -++ export JASPER_INC -++ JASPER_LIB=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/lib/libjasper_v1.900.1.a -++ export JASPER_LIB -++ JASPER_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/thirdParty -++ export JASPER_SRC -++ JASPER_VER=v1.900.1 -++ export JASPER_VER -++ __LMOD_REF_COUNT_LD_LIBRARY_PATH='/apps/netcdf/4.7.0/intel/18.0.5.274/lib:1;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib:1;/apps/slurm/default/lib:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/lib/intel64:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:2;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:2;/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/libipt/intel64/lib:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4:1' -++ export __LMOD_REF_COUNT_LD_LIBRARY_PATH -++ LD_LIBRARY_PATH=/apps/netcdf/4.7.0/intel/18.0.5.274/lib:/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib::/apps/slurm/default/lib:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/lib/intel64:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/libipt/intel64/lib:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4 -++ export LD_LIBRARY_PATH -++ __LMOD_REF_COUNT_LIBRARY_PATH='/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:2;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4:1' -++ export __LMOD_REF_COUNT_LIBRARY_PATH -++ LIBRARY_PATH=/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4 -++ export LIBRARY_PATH -++ LIB_NAME=POST -++ export LIB_NAME -++ LMOD_FAMILY_COMPILER=intel -++ export LMOD_FAMILY_COMPILER -++ LMOD_FAMILY_COMPILER_VERSION=18.0.5.274 -++ export LMOD_FAMILY_COMPILER_VERSION -++ LMOD_FAMILY_MPI=impi -++ export LMOD_FAMILY_MPI -++ LMOD_FAMILY_MPI_VERSION=2018.0.4 -++ export LMOD_FAMILY_MPI_VERSION -++ __LMOD_REF_COUNT_LOADEDMODULES='contrib:1;sutils/default:1;intel/18.0.5.274:1;impi/2018.0.4:1;netcdf/4.7.0:1;bacio/2.0.3:1;ip/3.0.2:1;nemsio/2.2.4:1;sp/2.0.3:1;w3emc/2.3.1:1;w3nco/2.0.7:1;g2/3.1.1:1;g2tmpl/1.6.0:1;crtm/2.2.6:1;jasper/1.900.1:1;png/1.2.44:1;z/1.2.11:1;post/8.0.1:1;esmf/8.0.0:1;cmake/3.9.0:1;fv3:1' -++ export __LMOD_REF_COUNT_LOADEDMODULES -++ LOADEDMODULES=contrib:sutils/default:intel/18.0.5.274:impi/2018.0.4:netcdf/4.7.0:bacio/2.0.3:ip/3.0.2:nemsio/2.2.4:sp/2.0.3:w3emc/2.3.1:w3nco/2.0.7:g2/3.1.1:g2tmpl/1.6.0:crtm/2.2.6:jasper/1.900.1:png/1.2.44:z/1.2.11:post/8.0.1:esmf/8.0.0:cmake/3.9.0:fv3 -++ export LOADEDMODULES -++ __LMOD_REF_COUNT_MANPATH='/apps/netcdf/4.7.0/intel/18.0.5.274/share/man:1;/apps/intel/compilers_and_libraries_2018/linux/mpi/man:1;/apps/intel/parallel_studio_xe_2018.4.057/man/common:1;/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/man:1;/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/man:1;/apps/lmod/lmod/share/man:1;/apps/local/man:1;/apps/slurm/default/share/man:1;/apps/slurm/tools/sbank/share/man:1' -++ export __LMOD_REF_COUNT_MANPATH -++ MANPATH=/apps/netcdf/4.7.0/intel/18.0.5.274/share/man:/apps/intel/compilers_and_libraries_2018/linux/mpi/man:/apps/intel/parallel_studio_xe_2018.4.057/man/common:/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/man:/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/man:/apps/lmod/lmod/share/man::/apps/local/man:/apps/slurm/default/share/man:/apps/slurm/tools/sbank/share/man -++ export MANPATH -++ __LMOD_REF_COUNT_MODULEPATH='/contrib/modulefiles:3;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:2;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1;/apps/modules/modulefamilies/intel:1;/apps/modules/modulefamilies/intel_impi:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles:1' -++ export __LMOD_REF_COUNT_MODULEPATH -++ MODULEPATH=/contrib/modulefiles:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles:/apps/modules/modulefamilies/intel:/apps/modules/modulefamilies/intel_impi:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles -++ export MODULEPATH -++ MPM_LAUNCHER=/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/mpm/mic/bin/start_mpm.sh -++ export MPM_LAUNCHER -++ NCEPLIBS=/scratch2/NCEPDEV/nwprod/NCEPLIBS -++ export NCEPLIBS -++ NEMSIO_INC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/nemsio_v2.2.4 -++ export NEMSIO_INC -++ NEMSIO_LIB=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libnemsio_v2.2.4.a -++ export NEMSIO_LIB -++ NEMSIO_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/nemsio_v2.2.4 -++ export NEMSIO_SRC -++ NEMSIO_VER=v2.2.4 -++ export NEMSIO_VER -++ NETCDF=/apps/netcdf/4.7.0/intel/18.0.5.274 -++ export NETCDF -++ __LMOD_REF_COUNT_NLSPATH='/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64/locale/%l_%t/%N:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin/locale/%l_%t/%N:1;/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/intel64/share/locale/%l_%t/%N:1' -++ export __LMOD_REF_COUNT_NLSPATH -++ NLSPATH=/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64/locale/%l_%t/%N:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin/locale/%l_%t/%N:/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/intel64/share/locale/%l_%t/%N -++ export NLSPATH -++ __LMOD_REF_COUNT_PATH='/contrib/cmake/3.9.0/bin:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/bin:1;/apps/netcdf/4.7.0/intel/18.0.5.274/bin:1;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/bin/intel64:1;/contrib/sutils/bin:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:1;/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/opt/ibutils/bin:1;/apps/local/bin:1;/apps/local/sbin:1;/apps/slurm/default/tools:1;/apps/slurm/default/bin:1;/apps/slurm/default/sbin:1;/apps/slurm/tools/sbank/bin:1;/home/Dusan.Jovic/bin:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/dbrowse:1' -++ export __LMOD_REF_COUNT_PATH -++ PATH=/contrib/cmake/3.9.0/bin:/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/bin:/apps/netcdf/4.7.0/intel/18.0.5.274/bin:/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/bin/intel64:/contrib/sutils/bin:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/opt/ibutils/bin:/apps/local/bin:/apps/local/sbin:/apps/slurm/default/tools:/apps/slurm/default/bin:/apps/slurm/default/sbin:/apps/slurm/tools/sbank/bin:/home/Dusan.Jovic/bin:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/dbrowse -++ export PATH -++ __LMOD_REF_COUNT_PKG_CONFIG_PATH=/apps/intel/compilers_and_libraries_2018/linux/mkl/bin/pkgconfig:1 -++ export __LMOD_REF_COUNT_PKG_CONFIG_PATH -++ PKG_CONFIG_PATH=/apps/intel/compilers_and_libraries_2018/linux/mkl/bin/pkgconfig -++ export PKG_CONFIG_PATH -++ PNG_INC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/png_v1.2.44 -++ export PNG_INC -++ PNG_LIB=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libpng_v1.2.44.a -++ export PNG_LIB -++ PNG_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/thirdParty -++ export PNG_SRC -++ PNG_VER=v1.2.44 -++ export PNG_VER -++ POST_INC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ncep_post_v8.0.1_4 -++ export POST_INC -++ POST_LIB=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libncep_post_v8.0.1_4.a -++ export POST_LIB -++ POST_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/post_v8.0.1 -++ export POST_SRC -++ POST_VER=v8.0.1 -++ export POST_VER -++ SLURM_UTILS_PATH=/contrib/sutils/bin -++ export SLURM_UTILS_PATH -++ SP_LIB4=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_4.a -++ export SP_LIB4 -++ SP_LIB8=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_8.a -++ export SP_LIB8 -++ SP_LIBd=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_d.a -++ export SP_LIBd -++ SP_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/sp_v2.0.3 -++ export SP_SRC -++ SP_VER=v2.0.3 -++ export SP_VER -++ W3EMC_INC4=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/w3emc_v2.3.1_4 -++ export W3EMC_INC4 -++ W3EMC_INC8=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/w3emc_v2.3.1_8 -++ export W3EMC_INC8 -++ W3EMC_INCd=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/w3emc_v2.3.1_d -++ export W3EMC_INCd -++ W3EMC_LIB4=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_4.a -++ export W3EMC_LIB4 -++ W3EMC_LIB8=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_8.a -++ export W3EMC_LIB8 -++ W3EMC_LIBd=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_d.a -++ export W3EMC_LIBd -++ W3EMC_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/w3emc_v2.3.1 -++ export W3EMC_SRC -++ W3EMC_VER=v2.3.1 -++ export W3EMC_VER -++ W3NCO_LIB4=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_4.a -++ export W3NCO_LIB4 -++ W3NCO_LIB8=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_8.a -++ export W3NCO_LIB8 -++ W3NCO_LIBd=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_d.a -++ export W3NCO_LIBd -++ W3NCO_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/w3nco_v2.0.7 -++ export W3NCO_SRC -++ W3NCO_VER=v2.0.7 -++ export W3NCO_VER -++ Z_INC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/z_v1.2.11 -++ export Z_INC -++ Z_LIB=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libz_v1.2.11.a -++ export Z_LIB -++ Z_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/thirdParty -++ export Z_SRC -++ Z_VER=v1.2.11 -++ export Z_VER -++ __LMOD_REF_COUNT__LMFILES_='/apps/modules/modulefiles/contrib:1;/contrib/modulefiles/sutils/default:1;/apps/modules/modulefiles/intel/18.0.5.274:1;/apps/modules/modulefamilies/intel/impi/2018.0.4:1;/apps/modules/modulefamilies/intel/netcdf/4.7.0:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/bacio/2.0.3:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/ip/3.0.2:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/nemsio/2.2.4:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/sp/2.0.3:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3emc/2.3.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3nco/2.0.7:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2/3.1.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2tmpl/1.6.0:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/crtm/2.2.6:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/jasper/1.900.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/png/1.2.44:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/z/1.2.11:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/post/8.0.1:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles/esmf/8.0.0:1;/contrib/modulefiles/cmake/3.9.0:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel/fv3:1' -++ export __LMOD_REF_COUNT__LMFILES_ -++ _LMFILES_=/apps/modules/modulefiles/contrib:/contrib/modulefiles/sutils/default:/apps/modules/modulefiles/intel/18.0.5.274:/apps/modules/modulefamilies/intel/impi/2018.0.4:/apps/modules/modulefamilies/intel/netcdf/4.7.0:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/bacio/2.0.3:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/ip/3.0.2:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/nemsio/2.2.4:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/sp/2.0.3:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3emc/2.3.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3nco/2.0.7:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2/3.1.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2tmpl/1.6.0:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/crtm/2.2.6:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/jasper/1.900.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/png/1.2.44:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/z/1.2.11:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/post/8.0.1:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles/esmf/8.0.0:/contrib/modulefiles/cmake/3.9.0:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel/fv3 -++ export _LMFILES_ -++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJpbXBpIix9LG1UPXtiYWNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvYmFjaW8vMi4wLjMiLFsiZnVsbE5hbWUiXT0iYmFjaW8vMi4wLjMiLFsibG9hZE9yZGVyIl09Nixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJiYWNpby8yLjAuMyIsfSxjbWFrZT17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9jbWFrZS8zLjkuMCIsWyJmdWxs -++ export _ModuleTable001_ -++ _ModuleTable002_=TmFtZSJdPSJjbWFrZS8zLjkuMCIsWyJsb2FkT3JkZXIiXT0yMCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjbWFrZS8zLjkuMCIsfSxjb250cmliPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvY29udHJpYiIsWyJmdWxsTmFtZSJdPSJjb250cmliIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY29udHJpYiIsfSxjcnRtPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9jcnRtLzIuMi42IixbImZ1bGxOYW1lIl09ImNydG0vMi4yLjYiLFsibG9hZE9yZGVy -++ export _ModuleTable002_ -++ _ModuleTable003_=Il09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL2Z2My1jYW0vRHVzYW4uSm92aWMvdWZzL3ByMTgvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvaGVyYS5pbnRlbC9mdjMiLFsi -++ export _ModuleTable003_ -++ _ModuleTable004_=ZnVsbE5hbWUiXT0iZnYzIixbImxvYWRPcmRlciJdPTIxLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTAsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImZ2MyIsfSxnMj17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzIvMy4xLjEiLFsiZnVsbE5hbWUiXT0iZzIvMy4xLjEiLFsibG9hZE9yZGVyIl09MTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZzIvMy4xLjEiLH0sZzJ0bXBsPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9nMnRtcGwvMS42LjAiLFsiZnVsbE5hbWUiXT0iZzJ0bXBsLzEuNi4w -++ export _ModuleTable004_ -++ _ModuleTable005_=IixbImxvYWRPcmRlciJdPTEzLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcydG1wbC8xLjYuMCIsfSxpbXBpPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwvaW1waS8yMDE4LjAuNCIsWyJmdWxsTmFtZSJdPSJpbXBpLzIwMTguMC40IixbImxvYWRPcmRlciJdPTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW1waS8yMDE4LjAuNCIsfSxpbnRlbD17WyJmbiJdPSIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL2ludGVsLzE4LjAuNS4yNzQiLFsiZnVsbE5hbWUiXT0iaW50ZWwvMTguMC41LjI3NCIsWyJsb2FkT3JkZXIi -++ export _ModuleTable005_ -++ _ModuleTable006_=XT0zLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImludGVsLzE4LjAuNS4yNzQiLH0saXA9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2lwLzMuMC4yIixbImZ1bGxOYW1lIl09ImlwLzMuMC4yIixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaXAvMy4wLjIiLH0samFzcGVyPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9qYXNwZXIvMS45MDAuMSIsWyJmdWxsTmFtZSJdPSJqYXNwZXIvMS45MDAuMSIsWyJsb2FkT3JkZXIi -++ export _ModuleTable006_ -++ _ModuleTable007_=XT0xNSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJqYXNwZXIvMS45MDAuMSIsfSxuZW1zaW89e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL25lbXNpby8yLjIuNCIsWyJmdWxsTmFtZSJdPSJuZW1zaW8vMi4yLjQiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZW1zaW8vMi4yLjQiLH0sbmV0Y2RmPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwvbmV0Y2RmLzQuNy4wIixbImZ1bGxOYW1lIl09Im5ldGNkZi80LjcuMCIsWyJsb2FkT3JkZXIi -++ export _ModuleTable007_ -++ _ModuleTable008_=XT01LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5ldGNkZi80LjcuMCIsfSxwbmc9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3BuZy8xLjIuNDQiLFsiZnVsbE5hbWUiXT0icG5nLzEuMi40NCIsWyJsb2FkT3JkZXIiXT0xNixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJwbmcvMS4yLjQ0Iix9LHBvc3Q9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3Bvc3QvOC4wLjEiLFsiZnVsbE5hbWUiXT0icG9zdC84LjAuMSIsWyJsb2FkT3JkZXIiXT0xOCxw -++ export _ModuleTable008_ -++ _ModuleTable009_=cm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJwb3N0LzguMC4xIix9LHNwPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9zcC8yLjAuMyIsWyJmdWxsTmFtZSJdPSJzcC8yLjAuMyIsWyJsb2FkT3JkZXIiXT05LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InNwLzIuMC4zIix9LHN1dGlscz17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9zdXRpbHMvZGVmYXVsdCIsWyJmdWxsTmFtZSJdPSJzdXRpbHMvZGVmYXVsdCIsWyJsb2FkT3JkZXIiXT0yLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0 -++ export _ModuleTable009_ -++ _ModuleTable010_=dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InN1dGlscyIsfSx3M2VtYz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNlbWMvMi4zLjEiLFsiZnVsbE5hbWUiXT0idzNlbWMvMi4zLjEiLFsibG9hZE9yZGVyIl09MTAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNlbWMvMi4zLjEiLH0sdzNuY289e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czbmNvLzIuMC43IixbImZ1bGxOYW1lIl09InczbmNvLzIuMC43IixbImxvYWRPcmRlciJdPTExLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMi -++ export _ModuleTable010_ -++ _ModuleTable011_=XT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHo9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3ovMS4yLjExIixbImZ1bGxOYW1lIl09InovMS4yLjExIixbImxvYWRPcmRlciJdPTE3LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InovMS4yLjExIix9LH0sbXBhdGhBPXsiL2NvbnRyaWIvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDIvTkNFUERFVi9mdjMtY2FtL0R1c2FuLkpvdmljL3Vmcy9wcjE4L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL2hlcmEuaW50ZWwiLCIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi9hcHBz -++ export _ModuleTable011_ -++ _ModuleTable012_=L21vZHVsZXMvbW9kdWxlZmlsZXMvTGludXgiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L2NyYXlwZS9kZWZhdWx0L21vZHVsZWZpbGVzIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbCIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWxfaW1waSIsIi9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcyIsIi9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmU6L2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9M -++ export _ModuleTable012_ -++ _ModuleTable013_=aW51eDovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzOi9vcHQvY3JheS9tb2R1bGVmaWxlczovb3B0L2NyYXkvY3JheXBlL2RlZmF1bHQvbW9kdWxlZmlsZXMiLH0= -++ export _ModuleTable013_ -++ _ModuleTable_Sz_=13 -++ export _ModuleTable_Sz_ -++ : -s sh -+ eval -+ module list -++ /apps/lmod/7.7.18/libexec/lmod bash list -+ eval echo ''\'''\'';' echo ''\''Currently'\''' ''\''Loaded'\''' ''\''Modules:'\'';' echo ''\'''\''' ''\'''\''' ''\''1)'\''' ''\''contrib'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''7)'\''' ''\''ip/3.0.2'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''13)'\''' ''\''g2tmpl/1.6.0'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''19)'\''' ''\''esmf/8.0.0'\'';' echo ''\'''\''' ''\'''\''' ''\''2)'\''' ''\''sutils/default'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''8)'\''' ''\''nemsio/2.2.4'\''' ''\'''\''' ''\''14)'\''' ''\''crtm/2.2.6'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''20)'\''' ''\''cmake/3.9.0'\'';' echo ''\'''\''' ''\'''\''' ''\''3)'\''' ''\''intel/18.0.5.274'\''' ''\'''\''' ''\'''\''' ''\''9)'\''' ''\''sp/2.0.3'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''15)'\''' ''\''jasper/1.900.1'\''' ''\'''\''' ''\''21)'\''' ''\''fv3'\'';' echo ''\'''\''' ''\'''\''' ''\''4)'\''' ''\''impi/2018.0.4'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''10)'\''' ''\''w3emc/2.3.1'\''' ''\'''\''' ''\'''\''' ''\''16)'\''' ''\''png/1.2.44'\'';' echo ''\'''\''' ''\'''\''' ''\''5)'\''' ''\''netcdf/4.7.0'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''11)'\''' ''\''w3nco/2.0.7'\''' ''\'''\''' ''\'''\''' ''\''17)'\''' ''\''z/1.2.11'\'';' echo ''\'''\''' ''\'''\''' ''\''6)'\''' ''\''bacio/2.0.3'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''12)'\''' ''\''g2/3.1.1'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''18)'\''' ''\''post/8.0.1'\'';' echo ''\'''\'';' echo ''\'''\''' ''\'''\'';' echo ''\'''\'';' 'MODULEPATH="/contrib/modulefiles:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles:/apps/modules/modulefamilies/intel:/apps/modules/modulefamilies/intel_impi:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles";' export 'MODULEPATH;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJpbXBpIix9LG1UPXtiYWNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvYmFjaW8vMi4wLjMiLFsiZnVsbE5hbWUiXT0iYmFjaW8vMi4wLjMiLFsibG9hZE9yZGVyIl09Nixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJiYWNpby8yLjAuMyIsfSxjbWFrZT17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9jbWFrZS8zLjkuMCIsWyJmdWxs";' export '_ModuleTable001_;' '_ModuleTable002_="TmFtZSJdPSJjbWFrZS8zLjkuMCIsWyJsb2FkT3JkZXIiXT0yMCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjbWFrZS8zLjkuMCIsfSxjb250cmliPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvY29udHJpYiIsWyJmdWxsTmFtZSJdPSJjb250cmliIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY29udHJpYiIsfSxjcnRtPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9jcnRtLzIuMi42IixbImZ1bGxOYW1lIl09ImNydG0vMi4yLjYiLFsibG9hZE9yZGVy";' export '_ModuleTable002_;' '_ModuleTable003_="Il09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL2Z2My1jYW0vRHVzYW4uSm92aWMvdWZzL3ByMTgvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvaGVyYS5pbnRlbC9mdjMiLFsi";' export '_ModuleTable003_;' '_ModuleTable004_="ZnVsbE5hbWUiXT0iZnYzIixbImxvYWRPcmRlciJdPTIxLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTAsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImZ2MyIsfSxnMj17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzIvMy4xLjEiLFsiZnVsbE5hbWUiXT0iZzIvMy4xLjEiLFsibG9hZE9yZGVyIl09MTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZzIvMy4xLjEiLH0sZzJ0bXBsPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9nMnRtcGwvMS42LjAiLFsiZnVsbE5hbWUiXT0iZzJ0bXBsLzEuNi4w";' export '_ModuleTable004_;' '_ModuleTable005_="IixbImxvYWRPcmRlciJdPTEzLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcydG1wbC8xLjYuMCIsfSxpbXBpPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwvaW1waS8yMDE4LjAuNCIsWyJmdWxsTmFtZSJdPSJpbXBpLzIwMTguMC40IixbImxvYWRPcmRlciJdPTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW1waS8yMDE4LjAuNCIsfSxpbnRlbD17WyJmbiJdPSIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL2ludGVsLzE4LjAuNS4yNzQiLFsiZnVsbE5hbWUiXT0iaW50ZWwvMTguMC41LjI3NCIsWyJsb2FkT3JkZXIi";' export '_ModuleTable005_;' '_ModuleTable006_="XT0zLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImludGVsLzE4LjAuNS4yNzQiLH0saXA9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2lwLzMuMC4yIixbImZ1bGxOYW1lIl09ImlwLzMuMC4yIixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaXAvMy4wLjIiLH0samFzcGVyPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9qYXNwZXIvMS45MDAuMSIsWyJmdWxsTmFtZSJdPSJqYXNwZXIvMS45MDAuMSIsWyJsb2FkT3JkZXIi";' export '_ModuleTable006_;' '_ModuleTable007_="XT0xNSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJqYXNwZXIvMS45MDAuMSIsfSxuZW1zaW89e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL25lbXNpby8yLjIuNCIsWyJmdWxsTmFtZSJdPSJuZW1zaW8vMi4yLjQiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZW1zaW8vMi4yLjQiLH0sbmV0Y2RmPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwvbmV0Y2RmLzQuNy4wIixbImZ1bGxOYW1lIl09Im5ldGNkZi80LjcuMCIsWyJsb2FkT3JkZXIi";' export '_ModuleTable007_;' '_ModuleTable008_="XT01LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5ldGNkZi80LjcuMCIsfSxwbmc9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3BuZy8xLjIuNDQiLFsiZnVsbE5hbWUiXT0icG5nLzEuMi40NCIsWyJsb2FkT3JkZXIiXT0xNixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJwbmcvMS4yLjQ0Iix9LHBvc3Q9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3Bvc3QvOC4wLjEiLFsiZnVsbE5hbWUiXT0icG9zdC84LjAuMSIsWyJsb2FkT3JkZXIiXT0xOCxw";' export '_ModuleTable008_;' '_ModuleTable009_="cm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJwb3N0LzguMC4xIix9LHNwPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9zcC8yLjAuMyIsWyJmdWxsTmFtZSJdPSJzcC8yLjAuMyIsWyJsb2FkT3JkZXIiXT05LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InNwLzIuMC4zIix9LHN1dGlscz17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9zdXRpbHMvZGVmYXVsdCIsWyJmdWxsTmFtZSJdPSJzdXRpbHMvZGVmYXVsdCIsWyJsb2FkT3JkZXIiXT0yLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0";' export '_ModuleTable009_;' '_ModuleTable010_="dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InN1dGlscyIsfSx3M2VtYz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNlbWMvMi4zLjEiLFsiZnVsbE5hbWUiXT0idzNlbWMvMi4zLjEiLFsibG9hZE9yZGVyIl09MTAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNlbWMvMi4zLjEiLH0sdzNuY289e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czbmNvLzIuMC43IixbImZ1bGxOYW1lIl09InczbmNvLzIuMC43IixbImxvYWRPcmRlciJdPTExLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMi";' export '_ModuleTable010_;' '_ModuleTable011_="XT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHo9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3ovMS4yLjExIixbImZ1bGxOYW1lIl09InovMS4yLjExIixbImxvYWRPcmRlciJdPTE3LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InovMS4yLjExIix9LH0sbXBhdGhBPXsiL2NvbnRyaWIvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDIvTkNFUERFVi9mdjMtY2FtL0R1c2FuLkpvdmljL3Vmcy9wcjE4L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL2hlcmEuaW50ZWwiLCIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi9hcHBz";' export '_ModuleTable011_;' '_ModuleTable012_="L21vZHVsZXMvbW9kdWxlZmlsZXMvTGludXgiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L2NyYXlwZS9kZWZhdWx0L21vZHVsZWZpbGVzIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbCIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWxfaW1waSIsIi9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcyIsIi9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmU6L2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9M";' export '_ModuleTable012_;' '_ModuleTable013_="aW51eDovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzOi9vcHQvY3JheS9tb2R1bGVmaWxlczovb3B0L2NyYXkvY3JheXBlL2RlZmF1bHQvbW9kdWxlZmlsZXMiLH0=";' export '_ModuleTable013_;' '_ModuleTable_Sz_="13";' export '_ModuleTable_Sz_;' -++ echo '' - -++ echo Currently Loaded Modules: -Currently Loaded Modules: -++ echo '' '' '1)' contrib '' '' '' '' '' '' '' '' '' '' '' '7)' ip/3.0.2 '' '' '' '' '' '13)' g2tmpl/1.6.0 '' '' '' '19)' esmf/8.0.0 - 1) contrib 7) ip/3.0.2 13) g2tmpl/1.6.0 19) esmf/8.0.0 -++ echo '' '' '2)' sutils/default '' '' '' '' '8)' nemsio/2.2.4 '' '14)' crtm/2.2.6 '' '' '' '' '' '20)' cmake/3.9.0 - 2) sutils/default 8) nemsio/2.2.4 14) crtm/2.2.6 20) cmake/3.9.0 -++ echo '' '' '3)' intel/18.0.5.274 '' '' '9)' sp/2.0.3 '' '' '' '' '' '15)' jasper/1.900.1 '' '21)' fv3 - 3) intel/18.0.5.274 9) sp/2.0.3 15) jasper/1.900.1 21) fv3 -++ echo '' '' '4)' impi/2018.0.4 '' '' '' '' '10)' w3emc/2.3.1 '' '' '16)' png/1.2.44 - 4) impi/2018.0.4 10) w3emc/2.3.1 16) png/1.2.44 -++ echo '' '' '5)' netcdf/4.7.0 '' '' '' '' '' '11)' w3nco/2.0.7 '' '' '17)' z/1.2.11 - 5) netcdf/4.7.0 11) w3nco/2.0.7 17) z/1.2.11 -++ echo '' '' '6)' bacio/2.0.3 '' '' '' '' '' '' '12)' g2/3.1.1 '' '' '' '' '' '18)' post/8.0.1 - 6) bacio/2.0.3 12) g2/3.1.1 18) post/8.0.1 -++ echo '' - -++ echo '' '' - -++ echo '' - -++ MODULEPATH=/contrib/modulefiles:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles:/apps/modules/modulefamilies/intel:/apps/modules/modulefamilies/intel_impi:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles -++ export MODULEPATH -++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJpbXBpIix9LG1UPXtiYWNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvYmFjaW8vMi4wLjMiLFsiZnVsbE5hbWUiXT0iYmFjaW8vMi4wLjMiLFsibG9hZE9yZGVyIl09Nixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJiYWNpby8yLjAuMyIsfSxjbWFrZT17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9jbWFrZS8zLjkuMCIsWyJmdWxs -++ export _ModuleTable001_ -++ _ModuleTable002_=TmFtZSJdPSJjbWFrZS8zLjkuMCIsWyJsb2FkT3JkZXIiXT0yMCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjbWFrZS8zLjkuMCIsfSxjb250cmliPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvY29udHJpYiIsWyJmdWxsTmFtZSJdPSJjb250cmliIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY29udHJpYiIsfSxjcnRtPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9jcnRtLzIuMi42IixbImZ1bGxOYW1lIl09ImNydG0vMi4yLjYiLFsibG9hZE9yZGVy -++ export _ModuleTable002_ -++ _ModuleTable003_=Il09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL2Z2My1jYW0vRHVzYW4uSm92aWMvdWZzL3ByMTgvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvaGVyYS5pbnRlbC9mdjMiLFsi -++ export _ModuleTable003_ -++ _ModuleTable004_=ZnVsbE5hbWUiXT0iZnYzIixbImxvYWRPcmRlciJdPTIxLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTAsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImZ2MyIsfSxnMj17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzIvMy4xLjEiLFsiZnVsbE5hbWUiXT0iZzIvMy4xLjEiLFsibG9hZE9yZGVyIl09MTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZzIvMy4xLjEiLH0sZzJ0bXBsPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9nMnRtcGwvMS42LjAiLFsiZnVsbE5hbWUiXT0iZzJ0bXBsLzEuNi4w -++ export _ModuleTable004_ -++ _ModuleTable005_=IixbImxvYWRPcmRlciJdPTEzLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcydG1wbC8xLjYuMCIsfSxpbXBpPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwvaW1waS8yMDE4LjAuNCIsWyJmdWxsTmFtZSJdPSJpbXBpLzIwMTguMC40IixbImxvYWRPcmRlciJdPTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW1waS8yMDE4LjAuNCIsfSxpbnRlbD17WyJmbiJdPSIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL2ludGVsLzE4LjAuNS4yNzQiLFsiZnVsbE5hbWUiXT0iaW50ZWwvMTguMC41LjI3NCIsWyJsb2FkT3JkZXIi -++ export _ModuleTable005_ -++ _ModuleTable006_=XT0zLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImludGVsLzE4LjAuNS4yNzQiLH0saXA9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2lwLzMuMC4yIixbImZ1bGxOYW1lIl09ImlwLzMuMC4yIixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaXAvMy4wLjIiLH0samFzcGVyPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9qYXNwZXIvMS45MDAuMSIsWyJmdWxsTmFtZSJdPSJqYXNwZXIvMS45MDAuMSIsWyJsb2FkT3JkZXIi -++ export _ModuleTable006_ -++ _ModuleTable007_=XT0xNSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJqYXNwZXIvMS45MDAuMSIsfSxuZW1zaW89e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL25lbXNpby8yLjIuNCIsWyJmdWxsTmFtZSJdPSJuZW1zaW8vMi4yLjQiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZW1zaW8vMi4yLjQiLH0sbmV0Y2RmPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwvbmV0Y2RmLzQuNy4wIixbImZ1bGxOYW1lIl09Im5ldGNkZi80LjcuMCIsWyJsb2FkT3JkZXIi -++ export _ModuleTable007_ -++ _ModuleTable008_=XT01LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5ldGNkZi80LjcuMCIsfSxwbmc9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3BuZy8xLjIuNDQiLFsiZnVsbE5hbWUiXT0icG5nLzEuMi40NCIsWyJsb2FkT3JkZXIiXT0xNixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJwbmcvMS4yLjQ0Iix9LHBvc3Q9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3Bvc3QvOC4wLjEiLFsiZnVsbE5hbWUiXT0icG9zdC84LjAuMSIsWyJsb2FkT3JkZXIiXT0xOCxw -++ export _ModuleTable008_ -++ _ModuleTable009_=cm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJwb3N0LzguMC4xIix9LHNwPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9zcC8yLjAuMyIsWyJmdWxsTmFtZSJdPSJzcC8yLjAuMyIsWyJsb2FkT3JkZXIiXT05LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InNwLzIuMC4zIix9LHN1dGlscz17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9zdXRpbHMvZGVmYXVsdCIsWyJmdWxsTmFtZSJdPSJzdXRpbHMvZGVmYXVsdCIsWyJsb2FkT3JkZXIiXT0yLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0 -++ export _ModuleTable009_ -++ _ModuleTable010_=dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InN1dGlscyIsfSx3M2VtYz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNlbWMvMi4zLjEiLFsiZnVsbE5hbWUiXT0idzNlbWMvMi4zLjEiLFsibG9hZE9yZGVyIl09MTAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNlbWMvMi4zLjEiLH0sdzNuY289e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czbmNvLzIuMC43IixbImZ1bGxOYW1lIl09InczbmNvLzIuMC43IixbImxvYWRPcmRlciJdPTExLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMi -++ export _ModuleTable010_ -++ _ModuleTable011_=XT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHo9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3ovMS4yLjExIixbImZ1bGxOYW1lIl09InovMS4yLjExIixbImxvYWRPcmRlciJdPTE3LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InovMS4yLjExIix9LH0sbXBhdGhBPXsiL2NvbnRyaWIvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDIvTkNFUERFVi9mdjMtY2FtL0R1c2FuLkpvdmljL3Vmcy9wcjE4L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL2hlcmEuaW50ZWwiLCIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi9hcHBz -++ export _ModuleTable011_ -++ _ModuleTable012_=L21vZHVsZXMvbW9kdWxlZmlsZXMvTGludXgiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L2NyYXlwZS9kZWZhdWx0L21vZHVsZWZpbGVzIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbCIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWxfaW1waSIsIi9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcyIsIi9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmU6L2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9M -++ export _ModuleTable012_ -++ _ModuleTable013_=aW51eDovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzOi9vcHQvY3JheS9tb2R1bGVmaWxlczovb3B0L2NyYXkvY3JheXBlL2RlZmF1bHQvbW9kdWxlZmlsZXMiLH0= -++ export _ModuleTable013_ -++ _ModuleTable_Sz_=13 -++ export _ModuleTable_Sz_ -++ : -s sh -+ eval -+ cd build_fv3_13 -+ cmake /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model -DREPRO=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF --- The C compiler identification is Intel 18.0.5.20180823 --- The CXX compiler identification is Intel 18.0.5.20180823 --- The Fortran compiler identification is Intel 18.0.5.20180823 --- Check for working C compiler: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiicc --- Check for working C compiler: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiicc -- works --- Detecting C compiler ABI info --- Detecting C compiler ABI info - done --- Detecting C compile features --- Detecting C compile features - done --- Check for working CXX compiler: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiicpc --- Check for working CXX compiler: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiicpc -- works --- Detecting CXX compiler ABI info --- Detecting CXX compiler ABI info - done --- Detecting CXX compile features --- Detecting CXX compile features - done --- Check for working Fortran compiler: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort --- Check for working Fortran compiler: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -- works --- Detecting Fortran compiler ABI info --- Detecting Fortran compiler ABI info - done --- Checking whether /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort supports Fortran 90 --- Checking whether /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort supports Fortran 90 -- yes --- Found MPI_C: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpifort.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/release_mt/libmpi.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpigi.a;/usr/lib64/libdl.so;/usr/lib64/librt.so;/usr/lib64/libpthread.so --- Found MPI_CXX: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpicxx.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpifort.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/release_mt/libmpi.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpigi.a;/usr/lib64/libdl.so;/usr/lib64/librt.so;/usr/lib64/libpthread.so --- Found MPI_Fortran: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpifort.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/release_mt/libmpi.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpigi.a;/usr/lib64/libdl.so;/usr/lib64/librt.so;/usr/lib64/libpthread.so -ESMFMKFILE: /scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/lib/esmf.mk - Found ESMF: -ESMF_VERSION_MAJOR: 8 -ESMF_F90COMPILEPATHS: /scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod;/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include;/apps/netcdf/4.6.1/intel/16.1.150/include -ESMF_F90ESMFLINKRPATHS: -Wl,-rpath,/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/lib -ESMF_F90ESMFLINKLIBS: -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf --- Found ESMF: /scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod;/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include;/apps/netcdf/4.6.1/intel/16.1.150/include (found version "8.0.0") - -Setting configuration for hera.intel - -C compiler: Intel 18.0.5.20180823 (mpiicc) -CXX compiler: Intel 18.0.5.20180823 (mpiicpc) -Fortran compiler: Intel 18.0.5.20180823 (mpiifort) - -DEBUG is disabled -REPRO is ENABLED -32BIT is disabled -OPENMP is ENABLED -AVX2 is ENABLED -INLINE_POST is ENABLED - - -Selected physics package: gfs - --- Detecting OpenMP flags for Intel C compiler: -qopenmp --- Detecting OpenMP flags for Intel C++ compiler: -qopenmp --- Detecting OpenMP flags for Intel Fortran compiler: -qopenmp --- Enable OpenMP support for C/C++/Fortran compiler --- Disable SIONlib support --- Disable Intel MKL support --- Enable netCDF support --- Disable ESMF support --- Disable multi-gases physics --- Detecting OpenMP flags for Intel C compiler: -qopenmp --- Detecting OpenMP flags for Intel C++ compiler: -qopenmp --- Detecting OpenMP flags for Intel Fortran compiler: -qopenmp --- Enable OpenMP support for C/C++/Fortran compiler --- Found LibXml2: /usr/lib64/libxml2.so (found version "2.9.1") --- Found Doxygen: /usr/bin/doxygen (found version "1.8.5") found components: doxygen dot --- Detecting OpenMP flags for Intel C compiler: -qopenmp --- Detecting OpenMP flags for Intel C++ compiler: -qopenmp --- Detecting OpenMP flags for Intel Fortran compiler: -qopenmp --- Enable OpenMP support for C/C++/Fortran compiler -INFOGot CCPP_SCHEMES from environment variable: /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/aer_cloud.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/aerclm_def.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/aerinterp.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/calpreciptype.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cldwat2m_micro.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cldmacro.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/date_def.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/funcphys.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gcycle.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/h2o_def.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/h2ointerp.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/iccn_def.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/iccninterp.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/iounitdef.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/machine.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mersenne_twister.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfpbl.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg_utils.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg2_0.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg3_0.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/multi_gases.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_model.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_parameters.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_radar.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_thompson.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MP_FER_HIRES.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_bl_mynn.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_mynn.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_orowam2017.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/namelist_soilveg.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfpblt.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfpbltq.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfscu.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfscuq.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/noahmp_tables.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/num_parthds.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozne_def.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozinterp.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/physcons.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/physparam.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radcons.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_aerosols.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_astronomy.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_clouds.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_gases.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_surface.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radlw_datatb.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radlw_param.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radsw_datatb.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radsw_param.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/samfaerosols.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfcsub.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sflx.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/set_soilveg.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/surface_perturbation.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_deep.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_sh.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/tridi.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/wv_saturation.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_soil_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rayleigh_damp.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radsw_main.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_ocean.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gwdc.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gscond.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ysuvdif.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_sice.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/samfdeepcnv.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/satmedmfvdif.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozphys_2015.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/samfshalcnv.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/precpd.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_fer_hires.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diag.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radlw_main.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_debug.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/satmedmfvdifq.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cs_conv.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/shinhongvdif.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/h2ophys.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_nst.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/moninedmf.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diff.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diag_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/m_micro.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gcm_shoc.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gwdps.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/shalcnv.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/get_prs_fv3.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozphys.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_stochastics.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/drag_suite.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_cice.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sascnvn.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cnvc90.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_drv.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/dcyc2.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/moninshoc.f -INFOGot CAPS from environment variable: /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_13/FV3/ccpp/physics/ccpp_FV3_GFS_2017_csawmgshoc_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_13/FV3/ccpp/physics/ccpp_FV3_GFS_2017_csawmgshoc_time_vary_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_13/FV3/ccpp/physics/ccpp_FV3_GFS_2017_csawmgshoc_radiation_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_13/FV3/ccpp/physics/ccpp_FV3_GFS_2017_csawmgshoc_physics_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_13/FV3/ccpp/physics/ccpp_FV3_GFS_2017_csawmgshoc_stochastics_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_13/FV3/ccpp/physics/ccpp_FV3_GFS_2017_csawmg_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_13/FV3/ccpp/physics/ccpp_FV3_GFS_2017_csawmg_time_vary_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_13/FV3/ccpp/physics/ccpp_FV3_GFS_2017_csawmg_radiation_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_13/FV3/ccpp/physics/ccpp_FV3_GFS_2017_csawmg_physics_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_13/FV3/ccpp/physics/ccpp_FV3_GFS_2017_csawmg_stochastics_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_13/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_13/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_time_vary_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_13/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_radiation_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_13/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_physics_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_13/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_stochastics_cap.F90 -Force 64 bits in CCPP_layer --- Configuring done --- Generating done --- Build files have been written to: /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_13 -+ make -j 8 -Scanning dependencies of target ccpp -Scanning dependencies of target fv3cpl -[ 0%] Building Fortran object FV3/ccpp/framework/src/CMakeFiles/ccpp.dir/ccpp_errors.F90.o -[ 0%] Building Fortran object FV3/ccpp/framework/src/CMakeFiles/ccpp.dir/ccpp_types.F90.o -[ 0%] Building Fortran object FV3/cpl/CMakeFiles/fv3cpl.dir/module_cap_cpl.F90.o -[ 0%] Building Fortran object FV3/cpl/CMakeFiles/fv3cpl.dir/module_cplfields.F90.o -[ 1%] Building Fortran object FV3/ccpp/framework/src/CMakeFiles/ccpp.dir/ccpp.F90.o -Scanning dependencies of target fms -[ 3%] Building Fortran object CMakeFiles/fms.dir/FMS/platform/platform.F90.o -[ 3%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_parameter.F90.o -[ 3%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_core.F90.o -[ 5%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/cloud_interpolator.F90.o -[ 5%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_input.F90.o -[ 5%] Building Fortran object FV3/ccpp/framework/src/CMakeFiles/ccpp.dir/ccpp_api.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 5%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_io.F90.o -[ 5%] Building Fortran object CMakeFiles/fms.dir/FMS/random_numbers/MersenneTwister.F90.o -[ 5%] Linking Fortran static library libccpp.a -[ 6%] Building Fortran object CMakeFiles/fms.dir/FMS/sat_vapor_pres/sat_vapor_pres_k.F90.o -[ 6%] Built target ccpp -[ 6%] Building Fortran object CMakeFiles/fms.dir/FMS/constants/constants.F90.o -[ 6%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_data.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 6%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp.F90.o -[ 7%] Linking Fortran static library libfv3cpl.a -Scanning dependencies of target ccppphys -[ 7%] Built target fv3cpl -[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/machine.F.o -[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mersenne_twister.f.o -[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFDL_parse_tracers.F90.o -[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/iounitdef.f.o -[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/namelist_soilveg.f.o -[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_mp_radar.F90.o -[ 8%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/namelist_soilveg_ruc.F90.o -[ 8%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_noahmp_glacier.f90.o -[ 8%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_noahmplsm.f90.o -[ 8%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/noahmp_tables.f90.o -[ 8%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_soil_pre.F90.o -[ 8%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/physcons.F90.o -[ 8%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/aerclm_def.F.o -[ 9%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/physparam.f.o -[ 9%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/h2o_def.f.o -[ 9%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/iccn_def.F.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 9%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/micro_mg_utils.F90.o -[ 9%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozne_def.f.o -[ 9%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/surface_perturbation.F90.o -[ 9%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_deep.F90.o -[ 9%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_gfdl_cloud_microphys.F90.o -[ 9%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gfs_phy_tracer_config.F.o -[ 9%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radcons.f90.o -[ 9%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/set_soilveg.f.o -[ 9%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MP_FER_HIRES.F90.o -[ 9%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_BL_MYJPBL.F90.o -[ 10%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/date_def.f.o -[ 10%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_mp_thompson.F90.o -[ 10%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gwdps.f.o -[ 11%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_SF_JSFC.F90.o -[ 11%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_ruclsm.F90.o -[ 11%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/set_soilveg_ruc.F90.o -[ 11%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_post.F90.o -[ 11%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cnvc90.f.o -[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cs_conv_aw_adj.F90.o -[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_DCNV_generic.F90.o -[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_GWD_generic.F90.o -[ 13%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_MP_generic.F90.o -[ 13%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_PBL_generic.F90.o -[ 13%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_SCNV_generic.F90.o -[ 14%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_efp.F90.o -[ 14%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_composites.F90.o -[ 14%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_loop_control.F90.o -[ 14%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_memutils.F90.o -[ 14%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_pset.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 15%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_type.F90.o -[ 15%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/h2ophys.f.o -[ 15%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/gradient.F90.o -[ 17%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/m_micro_interstitial.F90.o -[ 17%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/maximum_hourly_diagnostics.F90.o -[ 17%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rayleigh_damp.f.o -[ 17%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozphys_2015.f.o -[ 17%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_diag_post.F90.o -[ 17%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_diff.f.o -[ 18%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_stochastics.F90.o -[ 18%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozphys.f.o -[ 18%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_domains.F90.o -[ 18%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/funcphys.f90.o -[ 18%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radlw_param.f.o -[ 18%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radsw_param.f.o -[ 19%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_nst_parameters.f90.o -[ 19%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_bl_mynn.F90.o -[ 19%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_initialize.F90.o -[ 19%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_astronomy.f.o -[ 19%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_surface.f.o -[ 19%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/samfaerosols.F.o -[ 20%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/aerinterp.F90.o -[ 20%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/h2ointerp.f90.o -[ 21%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/iccninterp.F90.o -[ 21%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozinterp.f90.o -[ 22%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_mp_thompson_make_number_concentrations.F90.o -[ 22%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/aer_cloud.F.o -[ 23%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_sh.F90.o -[ 23%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/get_prs_fv3.F90.o -[ 23%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_generic.F90.o -[ 23%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/wv_saturation.F.o -[ 23%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/__/__/gfsphysics/GFS_layer/GFS_typedefs.F90.o -[ 23%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_nst_water_prop.f90.o -[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_module.F90.o -[ 25%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_bfmicrophysics.f.o -[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radsw_datatb.f.o -[ 27%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_aerosols.f.o -[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_gases.f.o -[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radlw_datatb.f.o -[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cs_conv.F90.o -[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_drv.f.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/moninshoc.f.o -[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_diag.f.o -[ 30%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_sice.f.o -[ 30%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gcm_shoc.F90.o -[ 31%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_time_vary_pre.fv3.F90.o -[ 32%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/moninedmf.f.o -[ 33%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/samfshalcnv.f.o -[ 34%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/samfdeepcnv.f.o -[ 34%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/satmedmfvdif.F.o -[ 34%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gscond.f.o -[ 34%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/precpd.f.o -[ 34%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_clouds.f.o -[ 35%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radlw_main.f.o -[ 35%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radsw_main.f.o -[ 35%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_nst_model.f90.o -[ 35%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cldmacro.F.o -[ 35%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cldwat2m_micro.F.o -[ 35%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/micro_mg2_0.F90.o -[ 35%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/micro_mg3_0.F90.o -[ 35%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_mynn.F90.o -[ 36%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp.F90.o -[ 37%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_nst.f.o -[ 37%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_setup.F90.o -[ 37%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/m_micro.F90.o -[ 37%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_io.F90.o -[ 37%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_comm.F90.o -Compiling in MPI mode (with or without MPP) -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 37%] Building Fortran object CMakeFiles/fms.dir/FMS/memutils/memutils.F90.o -[ 37%] Building Fortran object CMakeFiles/fms.dir/FMS/fms/fms_io.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 37%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_suite_interstitial.F90.o -[ 37%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/dcyc2.f.o -[ 37%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_post.F90.o -[ 37%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_pre.F90.o -[ 37%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rrtmg_lw_post.F90.o -[ 37%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rrtmg_lw_pre.F90.o -[ 38%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rrtmg_sw_post.F90.o -[ 38%] Building Fortran object CMakeFiles/fms.dir/FMS/fms/fms.F90.o -[ 38%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rrtmg_sw_pre.F90.o -[ 38%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_phys_time_vary.fv3.F90.o -[ 38%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_rad_time_vary.fv3.F90.o -[ 38%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_csawmgshoc_stochastics_cap.F90.o -[ 38%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_csawmg_stochastics_cap.F90.o -[ 38%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_stochastics_cap.F90.o -[ 39%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_csawmgshoc_physics_cap.F90.o -[ 39%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bicubic.F90.o -[ 39%] Building Fortran object CMakeFiles/fms.dir/FMS/time_manager/time_manager.F90.o -[ 39%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_csawmg_physics_cap.F90.o -[ 39%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_csawmgshoc_radiation_cap.F90.o -[ 39%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_physics_cap.F90.o -[ 40%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_csawmg_radiation_cap.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bilinear.F90.o -[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_conserve.F90.o -[ 41%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_radiation_cap.F90.o -[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_spherical.F90.o -[ 42%] Building Fortran object CMakeFiles/fms.dir/FMS/axis_utils/axis_utils.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 42%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_csawmgshoc_time_vary_cap.F90.o -[ 42%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_grid.F90.o -[ 43%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_time_vary_cap.F90.o -[ 43%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_csawmg_time_vary_cap.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 43%] Building Fortran object CMakeFiles/fms.dir/FMS/field_manager/field_manager.F90.o -[ 43%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/mosaic.F90.o -[ 43%] Building Fortran object CMakeFiles/fms.dir/FMS/topography/gaussian_topog.F90.o -[ 44%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp.F90.o -[ 44%] Building Fortran object CMakeFiles/fms.dir/FMS/time_manager/get_cal_time.F90.o -[ 44%] Building Fortran object CMakeFiles/fms.dir/FMS/time_interp/time_interp.F90.o -[ 44%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_data.F90.o -[ 45%] Building Fortran object CMakeFiles/fms.dir/FMS/field_manager/fm_util.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 45%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_types.F90.o -[ 45%] Building Fortran object CMakeFiles/fms.dir/FMS/time_interp/time_interp_external.F90.o -[ 46%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_axis.F90.o -[ 47%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_manifest.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 47%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/write_ocean_data.F90.o -[ 47%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/xbt_drop_rate_adjust.f90.o -[ 47%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_output.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 47%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_util.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 47%] Building Fortran object CMakeFiles/fms.dir/FMS/data_override/data_override.F90.o -[ 47%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_table.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 47%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_manager.F90.o -[ 48%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/__/__/gfsphysics/CCPP_layer/CCPP_typedefs.F90.o -[ 48%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_csawmg_cap.F90.o -[ 48%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_csawmgshoc_cap.F90.o -[ 48%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_cap.F90.o -[ 48%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_debug.F90.o -[ 48%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_suite_init_finalize_test.F90.o -[ 48%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 48%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver_post.F90.o -[ 48%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver_pre.F90.o -[ 48%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke.F90.o -[ 48%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke_post.F90.o -[ 48%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke_pre.F90.o -[ 48%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/drag_suite.F90.o -[ 48%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gfdl_cloud_microphys.F90.o -[ 48%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gfdl_fv_sat_adj.F90.o -[ 48%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gwdc.f.o -[ 49%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/lsm_ruc_sfc_sice_interstitial.F90.o -[ 50%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYJPBL_wrapper.F90.o -[ 50%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNPBL_wrapper.F90.o -[ 51%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNSFC_wrapper.F90.o -[ 51%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYJSFC_wrapper.F90.o -[ 51%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNrad_post.F90.o -[ 51%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNrad_pre.F90.o -[ 51%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_fer_hires.F90.o -[ 51%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/coupler_types.F90.o -[ 52%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_thompson.F90.o -[ 52%] Building Fortran object CMakeFiles/fms.dir/FMS/exchange/stock_constants.F90.o -[ 52%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_thompson_post.F90.o -[ 52%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_thompson_pre.F90.o -[ 52%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/multi_gases.F90.o -[ 52%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sascnvn.F.o -[ 52%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/satmedmfvdifq.F.o -[ 52%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_cice.f.o -[ 52%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_noahmp_drv.f.o -[ 52%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_drv_ruc.F90.o -[ 53%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_ocean.F.o -[ 53%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfcsub.F.o -[ 53%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/shalcnv.F.o -[ 53%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/shinhongvdif.F90.o -[ 53%] Building Fortran object CMakeFiles/fms.dir/FMS/amip_interp/amip_interp.F90.o -[ 53%] Building Fortran object CMakeFiles/fms.dir/FMS/astronomy/astronomy.F90.o -[ 53%] Building Fortran object CMakeFiles/fms.dir/FMS/block_control/block_control.F90.o -[ 53%] Building Fortran object CMakeFiles/fms.dir/FMS/column_diagnostics/column_diagnostics.F90.o -[ 53%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ugwp_driver_v0.F.o -[ 53%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ysuvdif.F90.o -[ 54%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/calpreciptype.f90.o -[ 54%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/atmos_ocean_fluxes.F90.o -[ 54%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/ensemble_manager.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 54%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gcycle.F90.o -[ 55%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gocart_tracer_config_stub.f.o -[ 55%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters.F90.o -[ 56%] Building Fortran object CMakeFiles/fms.dir/FMS/exchange/xgrid.F90.o -[ 56%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft.F90.o -[ 57%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfpbl.f.o -Compiling in MPI mode (with or without MPP) -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 57%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_triggers.F90.o -[ 57%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft99.F90.o -[ 57%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_utils.F90.o -[ 58%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_solvers.F90.o -[ 58%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_orowam2017.f.o -[ 58%] Building Fortran object CMakeFiles/fms.dir/FMS/interpolator/interpolator.F90.o -[ 59%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/grid.F90.o -[ 59%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_vert_lsatdis.F90.o -[ 59%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_utilities.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 60%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core.F90.o -[ 61%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_vert_orodis.F90.o -[ 61%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_vert_wmsdis.F90.o -[ 61%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core_ecda.F90.o -[ 61%] Building Fortran object CMakeFiles/fms.dir/FMS/random_numbers/random_numbers.F90.o -[ 61%] Building Fortran object CMakeFiles/fms.dir/FMS/sat_vapor_pres/sat_vapor_pres.F90.o -[ 61%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfpblt.f.o -[ 62%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfpbltq.f.o -[ 62%] Building Fortran object CMakeFiles/fms.dir/FMS/station_data/station_data.F90.o -[ 62%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfscu.f.o -[ 62%] Building Fortran object CMakeFiles/fms.dir/FMS/topography/topography.F90.o -[ 62%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfscuq.f.o -[ 63%] Building Fortran object CMakeFiles/fms.dir/FMS/tracer_manager/tracer_manager.F90.o -[ 64%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/num_parthds.F.o -[ 65%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sflx.f.o -[ 65%] Building Fortran object CMakeFiles/fms.dir/FMS/tridiagonal/tridiagonal.F90.o -[ 65%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/tridi.f.o -[ 65%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/quicksort.F90.o -[ 65%] Building C object CMakeFiles/fms.dir/FMS/memutils/memuse.c.o -[ 65%] Building C object CMakeFiles/fms.dir/FMS/mosaic/create_xgrid.c.o -[ 66%] Building C object CMakeFiles/fms.dir/FMS/mosaic/gradient_c2l.c.o -[ 66%] Building C object CMakeFiles/fms.dir/FMS/mosaic/interp.c.o -[ 66%] Building C object CMakeFiles/fms.dir/FMS/mosaic/mosaic_util.c.o -[ 66%] Building C object CMakeFiles/fms.dir/FMS/mosaic/read_mosaic.c.o -[ 67%] Building C object CMakeFiles/fms.dir/FMS/affinity/affinity.c.o -[ 67%] Building C object CMakeFiles/fms.dir/FMS/mpp/nsclock.c.o -[ 67%] Building C object CMakeFiles/fms.dir/FMS/mpp/threadloc.c.o -[ 68%] Linking Fortran static library libccppphys.a -[ 68%] Built target ccppphys -Scanning dependencies of target gfsphysics -[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/namelist_soilveg.f.o -[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mersenne_twister.f.o -[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/machine.F.o -[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/GFDL_parse_tracers.F90.o -[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/CCPP_layer/CCPP_typedefs.F90.o -[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/physparam.f.o -[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/physcons.F90.o -[ 70%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radsw_param.f.o -[ 70%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radlw_param.f.o -[ 70%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_typedefs.F90.o -[ 70%] Linking Fortran static library FMS/libfms.a -[ 70%] Built target fms -[ 70%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_diagnostics.F90.o -[ 72%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_driver.F90.o -[ 72%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/CCPP_layer/CCPP_data.F90.o -[ 72%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_restart.F90.o -[ 72%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_abstraction_layer.F90.o -[ 72%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/__/ccpp/physics/ccpp_static_api.F90.o -[ 72%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/noahmp_tables.f90.o -[ 72%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/set_soilveg.f.o -[ 72%] Linking Fortran static library libgfsphysics.a -[ 72%] Built target gfsphysics -Scanning dependencies of target ccppdriver -Scanning dependencies of target ipd -[ 72%] Building Fortran object FV3/ipd/CMakeFiles/ipd.dir/IPD_typedefs.F90.o -[ 72%] Building Fortran object FV3/ccpp/driver/CMakeFiles/ccppdriver.dir/CCPP_driver.F90.o -[ 72%] Building Fortran object FV3/ipd/CMakeFiles/ipd.dir/IPD_driver.F90.o -[ 73%] Linking Fortran static library libccppdriver.a -[ 73%] Built target ccppdriver -[ 74%] Linking Fortran static library libipd.a -[ 74%] Built target ipd -Scanning dependencies of target io -[ 75%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_fv3_io_def.F90.o -[ 75%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_internal_state.F90.o -Scanning dependencies of target fv3core -[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_arrays.F90.o -[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/external_sst.F90.o -[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_fill.F90.o -[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/sim_nc_mod.F90.o -[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/DYCORE_typedefs.F90.o -[ 75%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_nemsio.F90.o -[ 75%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_netcdf.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 75%] Building Fortran object FV3/io/CMakeFiles/io.dir/post_gfs.F90.o -[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_mp_mod.F90.o -[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/sorted_index.F90.o -[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_eta.F90.o -[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_timing.F90.o -[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_sg.F90.o -[ 78%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/boundary.F90.o -[ 78%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_grid_utils.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 78%] Building Fortran object FV3/io/CMakeFiles/io.dir/FV3GFS_io.F90.o -[ 78%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_wrt_grid_comp.F90.o -[ 80%] Building Fortran object FV3/io/CMakeFiles/io.dir/ffsync.F90.o -[ 80%] Building Fortran object FV3/io/CMakeFiles/io.dir/post_nems_routines.F90.o -[ 80%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/a2b_edge.F90.o -[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/tp_core.F90.o -[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_mapz.F90.o -[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_surf_map.F90.o -[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/init_hydro.F90.o -[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_grid_tools.F90.o -[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_treat_da_inc.F90.o -[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_iau_mod.F90.o -[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/sw_core.F90.o -[ 81%] Linking Fortran static library libio.a -[ 81%] Built target io -[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_diagnostics.F90.o -[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_io.F90.o -[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/nh_utils.F90.o -[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/nh_core.F90.o -[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/fv_nggps_diag.F90.o -[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_regional_bc.F90.o -[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_nudge.F90.o -[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/test_cases.F90.o -[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_tracer2d.F90.o -[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/dyn_core.F90.o -[ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_update_phys.F90.o -[ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/external_ic.F90.o -[ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_restart.F90.o -[ 85%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_control.F90.o -[ 85%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_nesting.F90.o -[ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_dynamics.F90.o -[ 87%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/atmosphere.F90.o -[ 87%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/multi_gases.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 87%] Linking Fortran static library libfv3core.a -[ 87%] Built target fv3core -Scanning dependencies of target stochastic_physics -[ 87%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/update_ca.f90.o -[ 87%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_resol_def.f.o -[ 87%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/spectral_layout.F90.o -[ 87%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_layout_lag.f.o -[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_gg_def.f.o -[ 89%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_namelist_def.F90.o -[ 89%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/glats_stochy.f.o -[ 90%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/compns_stochy.F90.o -[ 90%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/get_lats_node_a_stochy.f.o -[ 90%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/setlats_lag_stochy.f.o -[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/gozrineo_stochy.f.o -[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/get_ls_node_stochy.f.o -[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/epslon_stochy.f.o -[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/pln2eo_stochy.f.o -[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/setlats_a_stochy.f.o -[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_internal_state_mod.F90.o -[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/dezouv_stochy.f.o -[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/dozeuv_stochy.f.o -[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/four_to_grid_stochy.F.o -[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_patterngenerator.F90.o -[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/sumfln_stochy.f.o -[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/getcon_lag_stochy.f.o -[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/getcon_spectral.F90.o -[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/initialize_spectral_mod.F90.o -[ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_data_mod.F90.o -[ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/get_stochy_pattern.F90.o -[ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochastic_physics.F90.o -[ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/plumes.f90.o -[ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/cellular_automata.f90.o -[ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/num_parthds_stochy.f.o -[ 95%] Linking Fortran static library libstochastic_physics.a -[ 95%] Built target stochastic_physics -Scanning dependencies of target fv3cap -[ 95%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/module_fv3_config.F90.o -[ 96%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/atmos_model.F90.o -[ 96%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/module_fcst_grid_comp.F90.o -[ 96%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/fv3_cap.F90.o -[ 97%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/time_utils.F90.o -[ 97%] Linking Fortran static library libfv3cap.a -[ 97%] Built target fv3cap -Scanning dependencies of target NEMS.exe -[ 98%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_MEDIATOR_methods.F90.o -[ 98%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_EARTH_INTERNAL_STATE.F90.o -[ 98%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/ENS_Cpl/ENS_CplComp_ESMFMod_STUB.F90.o -[ 98%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_MEDIATOR_SpaceWeather.F90.o -[ 98%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_UTILS.F90.o -[ 99%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_INTERNAL_STATE.F90.o -[ 99%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_Rusage.F90.o -[100%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_MEDIATOR.F90.o -[100%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_EARTH_GRID_COMP.F90.o -[100%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_GRID_COMP.F90.o -[100%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/MAIN_NEMS.F90.o -[100%] Building C object CMakeFiles/NEMS.exe.dir/NEMS/src/nems_c_rusage.c.o -[100%] Linking Fortran executable NEMS.exe -/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/lib/libjasper_v1.900.1.a(jas_stream.o): In function `jas_stream_tmpfile': -jas_stream.c:(.text+0x7a7): warning: the use of `tmpnam' is dangerous, better use `mkstemp' -[100%] Built target NEMS.exe -+ mv NEMS.exe ../fv3_13.exe -+ cp /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel/fv3 ../modules.fv3_13 -+ cd .. -+ '[' YES = YES ']' -+ rm -rf build_fv3_13 -+ elapsed=597 -+ echo 'Elapsed time 597 seconds. Compiling REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_csawmgshoc,FV3_GFS_2017_csawmg,FV3_GFS_2017_satmedmf finished' -Elapsed time 597 seconds. Compiling REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_csawmgshoc,FV3_GFS_2017_csawmg,FV3_GFS_2017_satmedmf finished -+ SECONDS=0 -+++ readlink -f /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/compile_cmake.sh -++ dirname /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/compile_cmake.sh -+ readonly MYDIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests -+ MYDIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests -+ readonly ARGC=4 -+ ARGC=4 -+ cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests -+ [[ 4 -eq 0 ]] -+ [[ 4 -lt 2 ]] -+ PATHTR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model -+ MACHINE_ID=hera.intel -+ MAKE_OPT='REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_v15,FV3_GFS_v15plus,FV3_CPT_v0,FV3_GSD_v0 32BIT=Y' -+ BUILD_NAME=fv3_14 -+ clean_before=YES -+ clean_after=YES -+ BUILD_DIR=build_fv3_14 -+ [[ hera.intel == cheyenne.* ]] -+ [[ hera.intel == wcoss_dell_p3 ]] -+ MAKE_THREADS=8 -+ hostname -hfe01 -+ cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests -+ echo 'Compiling REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_v15,FV3_GFS_v15plus,FV3_CPT_v0,FV3_GSD_v0 32BIT=Y into fv3_14.exe on hera.intel' -Compiling REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_v15,FV3_GFS_v15plus,FV3_CPT_v0,FV3_GSD_v0 32BIT=Y into fv3_14.exe on hera.intel -+ '[' YES = YES ']' -+ rm -rf build_fv3_14 -+ mkdir -p build_fv3_14 -+ CCPP_CMAKE_FLAGS= -+ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_v15,FV3_GFS_v15plus,FV3_CPT_v0,FV3_GSD_v0 32BIT=Y == *\D\E\B\U\G\=\Y* ]] -+ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_v15,FV3_GFS_v15plus,FV3_CPT_v0,FV3_GSD_v0 32BIT=Y == *\R\E\P\R\O\=\Y* ]] -+ CCPP_CMAKE_FLAGS=' -DREPRO=Y' -+ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_v15,FV3_GFS_v15plus,FV3_CPT_v0,FV3_GSD_v0 32BIT=Y == *\3\2\B\I\T\=\Y* ]] -+ CCPP_CMAKE_FLAGS=' -DREPRO=Y -D32BIT=Y' -+ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_v15,FV3_GFS_v15plus,FV3_CPT_v0,FV3_GSD_v0 32BIT=Y == *\O\P\E\N\M\P\=\N* ]] -+ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_v15,FV3_GFS_v15plus,FV3_CPT_v0,FV3_GSD_v0 32BIT=Y == *\C\C\P\P\=\Y* ]] -+ CCPP_CMAKE_FLAGS=' -DREPRO=Y -D32BIT=Y -DCCPP=ON -DMPI=ON' -+ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_v15,FV3_GFS_v15plus,FV3_CPT_v0,FV3_GSD_v0 32BIT=Y == *\D\E\B\U\G\=\Y* ]] -+ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_v15,FV3_GFS_v15plus,FV3_CPT_v0,FV3_GSD_v0 32BIT=Y == *\R\E\P\R\O\=\Y* ]] -+ CCPP_CMAKE_FLAGS=' -DREPRO=Y -D32BIT=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit' -+ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_v15,FV3_GFS_v15plus,FV3_CPT_v0,FV3_GSD_v0 32BIT=Y == *\3\2\B\I\T\=\Y* ]] -+ CCPP_CMAKE_FLAGS=' -DREPRO=Y -D32BIT=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -DDYN32=ON' -+ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_v15,FV3_GFS_v15plus,FV3_CPT_v0,FV3_GSD_v0 32BIT=Y == *\S\T\A\T\I\C\=\Y* ]] -+ CCPP_CMAKE_FLAGS=' -DREPRO=Y -D32BIT=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -DDYN32=ON -DSTATIC=ON' -+ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_v15,FV3_GFS_v15plus,FV3_CPT_v0,FV3_GSD_v0 32BIT=Y == *\M\U\L\T\I\_\G\A\S\E\S\=\Y* ]] -+ CCPP_CMAKE_FLAGS=' -DREPRO=Y -D32BIT=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -DDYN32=ON -DSTATIC=ON -DMULTI_GASES=OFF' -++ echo REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_v15,FV3_GFS_v15plus,FV3_CPT_v0,FV3_GSD_v0 32BIT=Y -++ sed 's/.* SUITES=//' -++ sed 's/ .*//' -+ SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_v15,FV3_GFS_v15plus,FV3_CPT_v0,FV3_GSD_v0 -+ cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model -+ ./FV3/ccpp/framework/scripts/ccpp_prebuild.py --config=FV3/ccpp/config/ccpp_prebuild_config.py --static --suites=FV3_GFS_2017_gfdlmp,FV3_GFS_v15,FV3_GFS_v15plus,FV3_CPT_v0,FV3_GSD_v0 --builddir=tests/build_fv3_14/FV3 -INFO: Logging level set to INFO -INFO: Found TYPEDEFS_NEW_METADATA dictionary in config, assume at least some data is in new metadata formet -INFO: Parsing suite definition files ... -INFO: Parsing suite definition file FV3/ccpp/suites/suite_FV3_GFS_2017_gfdlmp.xml ... -INFO: Parsing suite definition file FV3/ccpp/suites/suite_FV3_GFS_v15.xml ... -INFO: Parsing suite definition file FV3/ccpp/suites/suite_FV3_GFS_v15plus.xml ... -INFO: Parsing suite definition file FV3/ccpp/suites/suite_FV3_CPT_v0.xml ... -INFO: Parsing suite definition file FV3/ccpp/suites/suite_FV3_GSD_v0.xml ... -INFO: Parsing metadata tables for variables provided by host model ... -INFO: Parsed variable definition tables in module machine -INFO: Parsed variable definition tables in module module_radsw_parameters -INFO: Parsed variable definition tables in module module_radlw_parameters -INFO: Parsed variable definition tables in module CCPP_typedefs -INFO: Parsed variable definition tables in module GFS_typedefs -INFO: Parsed variable definition tables in module CCPP_data -INFO: Parsed variable definition tables in module ccpp_types -INFO: Convert local names from new metadata format into old metadata format ... -INFO: Converting local name sfcflw of variable lw_fluxes_sfc from new to old metadata -INFO: Converting local name nslwr of variable number_of_timesteps_between_longwave_radiation_calls from new to old metadata -INFO: Converting local name hydrostatic of variable flag_for_hydrostatic_solver from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_of_kinematic_buoyancy_flux_from_shoc_in_phy_f3d) of variable kinematic_buoyancy_flux_from_shoc from new to old metadata -INFO: Converting local name nkbfshoc of variable index_of_kinematic_buoyancy_flux_from_shoc_in_phy_f3d from new to old metadata -INFO: Converting local name dvisbm_cpl of variable cumulative_surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name cnvw of variable convective_cloud_water_mixing_ratio from new to old metadata -INFO: Converting local name ltaerosol of variable flag_for_aerosol_physics from new to old metadata -INFO: Converting local name rainmcadj of variable lwe_thickness_of_moist_convective_adj_precipitation_amount from new to old metadata -INFO: Converting local name loop_cnt of variable ccpp_loop_counter from new to old metadata -INFO: Converting local name ncpi of variable local_ice_number_concentration from new to old metadata -INFO: Converting local name pt of variable virtual_temperature_at_Lagrangian_surface from new to old metadata -INFO: Converting local name nirbmui of variable surface_upwelling_direct_near_infrared_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name vconvtend of variable tendency_of_y_wind_due_to_deep_convection_for_coupling_on_physics_timestep from new to old metadata -INFO: Converting local name uustar_ice of variable surface_friction_velocity_over_ice from new to old metadata -INFO: Converting local name phy_myj_uz0 of variable u_wind_component_at_viscous_sublayer_top from new to old metadata -INFO: Converting local name evap_land of variable kinematic_surface_upward_latent_heat_flux_over_land from new to old metadata -INFO: Converting local name ocean of variable flag_nonzero_ocean_surface_fraction from new to old metadata -INFO: Converting local name ep1d_ocean of variable surface_upward_potential_latent_heat_flux_over_ocean from new to old metadata -INFO: Converting local name qconvtend of variable tendency_of_water_vapor_specific_humidity_due_to_deep_convection_for_coupling_on_physics_timestep from new to old metadata -INFO: Converting local name islmsk_cice of variable sea_land_ice_mask_cice from new to old metadata -INFO: Converting local name cmm_ice of variable surface_drag_wind_speed_for_momentum_in_air_over_ice from new to old metadata -INFO: Converting local name visdfdi of variable surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name cnv_ndrop of variable number_concentration_of_cloud_liquid_water_particles_for_detrainment from new to old metadata -INFO: Converting local name sh2o of variable volume_fraction_of_unfrozen_soil_moisture_for_land_surface_model from new to old metadata -INFO: Converting local name tau_tofd of variable time_integral_of_momentum_flux_due_to_turbulent_orographic_form_drag from new to old metadata -INFO: Converting local name dnirbmi_cpl of variable instantaneous_surface_downwelling_direct_near_infrared_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name refdmax263k of variable maximum_reflectivity_at_minus10c_over_maximum_hourly_time_interval from new to old metadata -INFO: Converting local name ulwsfci of variable surface_upwelling_longwave_flux from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_liquid_cloud_condensate) of variable tendency_of_liquid_cloud_water_mixing_ratio_due_to_model_physics from new to old metadata -INFO: Converting local name ntcw of variable index_for_liquid_cloud_condensate from new to old metadata -INFO: Converting local name lheatstrg of variable flag_for_canopy_heat_storage from new to old metadata -INFO: Converting local name slc of variable volume_fraction_of_unfrozen_soil_moisture from new to old metadata -INFO: Converting local name tsfc_land of variable surface_skin_temperature_over_land_interstitial from new to old metadata -INFO: Converting local name save_v of variable y_wind_save from new to old metadata -INFO: Converting local name xkzm_m of variable atmosphere_momentum_diffusivity_background from new to old metadata -INFO: Converting local name gabsbdlw_land of variable surface_downwelling_longwave_flux_absorbed_by_ground_over_land from new to old metadata -INFO: Converting local name tprcp_ice of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_ice from new to old metadata -INFO: Converting local name stblcpxy of variable slow_soil_pool_mass_content_of_carbon from new to old metadata -INFO: Converting local name cdq_land of variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_land from new to old metadata -INFO: Converting local name du3dt(:,:,2) of variable cumulative_change_in_x_wind_due_to_orographic_gravity_wave_drag from new to old metadata -INFO: Converting local name mg_berg_eff_factor of variable mg_bergeron_efficiency_factor from new to old metadata -INFO: Converting local name clouds(:,:,3) of variable mean_effective_radius_for_liquid_cloud from new to old metadata -INFO: Converting local name aer_nm of variable aerosol_number_concentration_from_gocart_aerosol_climatology from new to old metadata -INFO: Converting local name xzts of variable sensitivity_of_dtl_thickness_to_surface_temperature from new to old metadata -INFO: Converting local name lake of variable flag_nonzero_lake_surface_fraction from new to old metadata -INFO: Converting local name kb of variable vertical_index_difference_between_layer_and_lower_bound from new to old metadata -INFO: Converting local name ipt of variable index_for_diagnostic_printout from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_ice_friendly_aerosols) of variable ice_friendly_aerosol_number_concentration from new to old metadata -INFO: Converting local name ntia of variable index_for_ice_friendly_aerosols from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_rain_water) of variable tendency_of_rain_water_mixing_ratio_due_to_model_physics from new to old metadata -INFO: Converting local name ntrw of variable index_for_rain_water from new to old metadata -INFO: Converting local name con_epsm1 of variable ratio_of_dry_air_to_water_vapor_gas_constants_minus_one from new to old metadata -INFO: Converting local name dqsfc_cice of variable surface_upward_latent_heat_flux_for_coupling_interstitial from new to old metadata -INFO: Converting local name last_step of variable flag_for_the_last_step_of_k_split_remapping from new to old metadata -INFO: Converting local name huge of variable netcdf_float_fillvalue from new to old metadata -INFO: Converting local name save_q(:,:,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio_save from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_liquid_cloud_number_concentration) of variable cloud_droplet_number_concentration from new to old metadata -INFO: Converting local name ntlnc of variable index_for_liquid_cloud_number_concentration from new to old metadata -INFO: Converting local name dv3dt(:,:,1) of variable cumulative_change_in_y_wind_due_to_PBL from new to old metadata -INFO: Converting local name imp_physics_mg of variable flag_for_morrison_gettelman_microphysics_scheme from new to old metadata -INFO: Converting local name cldtaulw of variable cloud_optical_depth_layers_at_10mu_band from new to old metadata -INFO: Converting local name wet of variable flag_nonzero_wet_surface_fraction from new to old metadata -INFO: Converting local name qsnowxy of variable snow_precipitation_rate_at_surface from new to old metadata -INFO: Converting local name iopt_frz of variable flag_for_supercooled_liquid_water_option from new to old metadata -INFO: Converting local name dsnow_cpl of variable tendency_of_lwe_thickness_of_snow_amount_for_coupling from new to old metadata -INFO: Converting local name cldsa of variable cloud_area_fraction_for_radiation from new to old metadata -INFO: Converting local name totsnwb of variable accumulated_lwe_thickness_of_snow_amount_in_bucket from new to old metadata -INFO: Converting local name gq0(:,:,index_for_rain_water) of variable rain_water_mixing_ratio_updated_by_physics from new to old metadata -INFO: Converting local name totsnw of variable accumulated_lwe_thickness_of_snow_amount from new to old metadata -INFO: Converting local name xkzm_s of variable diffusivity_background_sigma_level from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_water_friendly_aerosols) of variable tendency_of_water_friendly_aerosol_number_concentration_due_to_model_physics from new to old metadata -INFO: Converting local name ntwa of variable index_for_water_friendly_aerosols from new to old metadata -INFO: Converting local name fswtr of variable fraction_of_cloud_top_water_scavenged from new to old metadata -INFO: Converting local name nvisbmi_cpl of variable instantaneous_surface_net_downward_direct_ultraviolet_and_visible_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_of_atmosphere_heat_diffusivity_from_shoc_in_phy_f3d) of variable atmosphere_heat_diffusivity_from_shoc from new to old metadata -INFO: Converting local name nahdshoc of variable index_of_atmosphere_heat_diffusivity_from_shoc_in_phy_f3d from new to old metadata -INFO: Converting local name nthreads of variable omp_threads_for_fast_physics from new to old metadata -INFO: Converting local name icemp of variable lwe_thickness_of_ice_amount from new to old metadata -INFO: Converting local name dqsfc_cpl of variable cumulative_surface_upward_latent_heat_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name con_jcal of variable joules_per_calorie_constant from new to old metadata -INFO: Converting local name xmu of variable zenith_angle_temporal_adjustment_factor_for_shortwave_fluxes from new to old metadata -INFO: Converting local name con_fvirt of variable ratio_of_vapor_to_dry_air_gas_constants_minus_one from new to old metadata -INFO: Converting local name evfactl_deep of variable rain_evaporation_coefficient_over_land_deep_convection from new to old metadata -INFO: Converting local name canliqxy of variable canopy_intercepted_liquid_water from new to old metadata -INFO: Converting local name phy_myj_qsfc of variable surface_specific_humidity_for_MYJ_schemes from new to old metadata -INFO: Converting local name rainncprv of variable lwe_thickness_of_explicit_rainfall_amount_from_previous_timestep from new to old metadata -INFO: Converting local name Tbd of variable GFS_tbd_type_instance from new to old metadata -INFO: Converting local name v1 of variable y_wind_at_lowest_model_layer_for_diag from new to old metadata -INFO: Converting local name det_mf of variable cumulative_atmosphere_detrainment_convective_mass_flux from new to old metadata -INFO: Converting local name psurf of variable surface_air_pressure_diag from new to old metadata -INFO: Converting local name gasvmr(:,:,10) of variable volume_mixing_ratio_cfc113 from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_for_rain_effective_radius) of variable effective_radius_of_stratiform_cloud_rain_particle_in_um from new to old metadata -INFO: Converting local name nreffr of variable index_for_rain_effective_radius from new to old metadata -INFO: Converting local name del_gz of variable geopotential_difference_between_midlayers_divided_by_midlayer_virtual_temperature from new to old metadata -INFO: Converting local name imfdeepcnv_ntiedtke of variable flag_for_ntiedtke_deep_convection_scheme from new to old metadata -INFO: Converting local name h2o_coeff of variable number_of_coefficients_in_h2o_forcing_data from new to old metadata -INFO: Converting local name tgrs of variable air_temperature from new to old metadata -INFO: Converting local name xlon of variable longitude from new to old metadata -INFO: Converting local name c_d of variable coefficient_c_d from new to old metadata -INFO: Converting local name tlvl of variable air_temperature_at_interface_for_radiation from new to old metadata -INFO: Converting local name f_rimef of variable rime_factor from new to old metadata -INFO: Converting local name mg_do_ice_gmao of variable mg_flag_for_gmao_ice_formulation from new to old metadata -INFO: Converting local name snowca of variable cumulative_surface_snow_area_fraction_multiplied_by_timestep from new to old metadata -INFO: Converting local name hflx of variable kinematic_surface_upward_sensible_heat_flux from new to old metadata -INFO: Converting local name dt3dt(:,:,6) of variable cumulative_change_in_temperature_due_to_microphysics from new to old metadata -INFO: Converting local name nirdfui of variable surface_upwelling_diffuse_near_infrared_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name trans of variable transpiration_flux from new to old metadata -INFO: Converting local name ntchs of variable index_for_first_chemical_tracer from new to old metadata -INFO: Converting local name idxday of variable daytime_points from new to old metadata -INFO: Converting local name iceprv of variable lwe_thickness_of_ice_amount_from_previous_timestep from new to old metadata -INFO: Converting local name mg_alf of variable mg_tuning_factor_for_alphas from new to old metadata -INFO: Converting local name nupdraft of variable number_of_plumes from new to old metadata -INFO: Converting local name qr_r of variable cloud_rain_water_mixing_ratio from new to old metadata -INFO: Converting local name sec of variable seconds_elapsed_since_model_initialization from new to old metadata -INFO: Converting local name epi of variable instantaneous_surface_potential_evaporation from new to old metadata -INFO: Converting local name gflx_land of variable upward_heat_flux_in_soil_over_land from new to old metadata -INFO: Converting local name du3dt_ngw of variable time_integral_of_change_in_x_wind_due_to_nonstationary_gravity_wave from new to old metadata -INFO: Converting local name bl_mynn_cloudpdf of variable cloudpdf from new to old metadata -INFO: Converting local name vtype of variable vegetation_type_classification_real from new to old metadata -INFO: Converting local name imfdeepcnv_gf of variable flag_for_gf_deep_convection_scheme from new to old metadata -INFO: Converting local name lssav of variable flag_diagnostics from new to old metadata -INFO: Converting local name sfalb of variable surface_diffused_shortwave_albedo from new to old metadata -INFO: Converting local name acvb of variable smallest_cloud_base_vertical_index_encountered_thus_far from new to old metadata -INFO: Converting local name c_0 of variable coefficient_c_0 from new to old metadata -INFO: Converting local name mpirank of variable mpi_rank_for_fast_physics from new to old metadata -INFO: Converting local name ntrac of variable number_of_tracers from new to old metadata -INFO: Converting local name dvsfci of variable instantaneous_surface_y_momentum_flux_for_diag from new to old metadata -INFO: Converting local name GFS_Interstitial of variable GFS_interstitial_type_instance_all_threads from new to old metadata -INFO: Converting local name in_nm of variable in_number_concentration from new to old metadata -INFO: Converting local name blksz2(ccpp_block_number) of variable horizontal_dimension from new to old metadata -INFO: Converting local name blk_no of variable ccpp_block_number from new to old metadata -INFO: Converting local name min_lakeice of variable lake_ice_minimum from new to old metadata -INFO: Converting local name canicexy of variable canopy_intercepted_ice_mass from new to old metadata -INFO: Converting local name mg_precip_frac_method of variable mg_type_of_precip_fraction_method from new to old metadata -INFO: Converting local name lonr of variable number_of_equatorial_longitude_points from new to old metadata -INFO: Converting local name dt3dt(:,:,7) of variable cumulative_change_in_temperature_due_to_orographic_gravity_wave_drag from new to old metadata -INFO: Converting local name dtzm of variable mean_change_over_depth_in_sea_water_temperature from new to old metadata -INFO: Converting local name du3dt_mtb of variable time_integral_of_change_in_x_wind_due_to_mountain_blocking_drag from new to old metadata -INFO: Converting local name stress_land of variable surface_wind_stress_over_land from new to old metadata -INFO: Converting local name nspinup of variable number_of_iterations_to_spin_up_cellular_automata from new to old metadata -INFO: Converting local name zogw of variable height_of_launch_level_of_orographic_gravity_wave from new to old metadata -INFO: Converting local name ntsw of variable index_for_snow_water from new to old metadata -INFO: Converting local name cov of variable t_prime_q_prime from new to old metadata -INFO: Converting local name sup of variable ice_supersaturation_threshold from new to old metadata -INFO: Converting local name dt3dt(:,:,3) of variable cumulative_change_in_temperature_due_to_PBL from new to old metadata -INFO: Converting local name mg_qcvar of variable mg_cloud_water_variance from new to old metadata -INFO: Converting local name ffmm_ice of variable Monin_Obukhov_similarity_function_for_momentum_over_ice from new to old metadata -INFO: Converting local name dtdt of variable tendency_of_air_temperature_at_Lagrangian_surface from new to old metadata -INFO: Converting local name GFS_statein_type of variable GFS_statein_type from new to old metadata -INFO: Converting local name train of variable accumulated_change_of_air_temperature_due_to_FA_scheme from new to old metadata -INFO: Converting local name fscav of variable coefficients_for_aerosol_scavenging from new to old metadata -INFO: Converting local name prslk(:,1) of variable dimensionless_exner_function_at_lowest_model_layer from new to old metadata -INFO: Converting local name tf of variable frozen_cloud_threshold_temperature from new to old metadata -INFO: Converting local name communicator of variable mpi_comm from new to old metadata -INFO: Converting local name qs_r of variable cloud_snow_mixing_ratio from new to old metadata -INFO: Converting local name skebv_wts of variable weights_for_stochastic_skeb_perturbation_of_y_wind from new to old metadata -INFO: Converting local name bl_mynn_edmf_part of variable edmf_partition_flag from new to old metadata -INFO: Converting local name dq3dt(:,:,7) of variable cumulative_change_in_ozone_concentration_due_to_ozone_mixing_ratio from new to old metadata -INFO: Converting local name swhc of variable tendency_of_air_temperature_due_to_shortwave_heating_assuming_clear_sky_on_radiation_timestep from new to old metadata -INFO: Converting local name mg_ngnst of variable mg_graupel_concentration_constant from new to old metadata -INFO: Converting local name GFS_grid_type of variable GFS_grid_type from new to old metadata -INFO: Converting local name js of variable starting_y_direction_index from new to old metadata -INFO: Converting local name out_dt of variable flag_for_tendency_of_air_temperature_at_Lagrangian_surface from new to old metadata -INFO: Converting local name delr of variable layer_pressure_thickness_for_radiation from new to old metadata -INFO: Converting local name ncgl of variable local_graupel_number_concentration from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_snow_water) of variable snow_water_mixing_ratio from new to old metadata -INFO: Converting local name totgrp of variable accumulated_lwe_thickness_of_graupel_amount from new to old metadata -INFO: Converting local name cldtausw of variable cloud_optical_depth_layers_at_0p55mu_band from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_ozone) of variable tendency_of_ozone_mixing_ratio_due_to_model_physics from new to old metadata -INFO: Converting local name ntoz of variable index_for_ozone from new to old metadata -INFO: Converting local name evap of variable kinematic_surface_upward_latent_heat_flux from new to old metadata -INFO: Converting local name oro of variable orography from new to old metadata -INFO: Converting local name topfsw of variable sw_fluxes_top_atmosphere from new to old metadata -INFO: Converting local name jmap of variable map_of_block_column_number_to_global_j_index from new to old metadata -INFO: Converting local name cdq of variable surface_drag_coefficient_for_heat_and_moisture_in_air from new to old metadata -INFO: Converting local name soiltype of variable soil_type_classification from new to old metadata -INFO: Converting local name evap_ocean of variable kinematic_surface_upward_latent_heat_flux_over_ocean from new to old metadata -INFO: Converting local name nblks of variable number_of_blocks from new to old metadata -INFO: Converting local name dxinv of variable inverse_scaling_factor_for_critical_relative_humidity from new to old metadata -INFO: Converting local name dvsfc of variable cumulative_surface_y_momentum_flux_for_diag_multiplied_by_timestep from new to old metadata -INFO: Converting local name GFS_stateout_type of variable GFS_stateout_type from new to old metadata -INFO: Converting local name qg of variable cloud_graupel_specific_humidity_at_Lagrangian_surface from new to old metadata -INFO: Converting local name nmtvr of variable number_of_statistical_measures_of_subgrid_orography from new to old metadata -INFO: Converting local name nseed of variable cellular_automata_seed_frequency from new to old metadata -INFO: Converting local name nlives of variable cellular_automata_lifetime from new to old metadata -INFO: Converting local name vegf1d of variable perturbation_of_vegetation_fraction from new to old metadata -INFO: Converting local name v10m of variable y_wind_at_10m from new to old metadata -INFO: Converting local name hice of variable sea_ice_thickness from new to old metadata -INFO: Converting local name mbota of variable model_layer_number_at_cloud_base from new to old metadata -INFO: Converting local name ncnvw of variable index_for_convective_cloud_water_mixing_ratio_in_phy_f3d from new to old metadata -INFO: Converting local name flqc of variable surface_exchange_coefficient_for_moisture from new to old metadata -INFO: Converting local name imfshalcnv_samf of variable flag_for_samf_shallow_convection_scheme from new to old metadata -INFO: Converting local name ntdiag of variable diagnostics_control_for_chemical_tracers from new to old metadata -INFO: Converting local name c1_shal of variable detrainment_conversion_parameter_shallow_convection from new to old metadata -INFO: Converting local name con_g of variable gravitational_acceleration from new to old metadata -INFO: Converting local name je of variable ending_y_direction_index from new to old metadata -INFO: Converting local name hprime(:,1) of variable standard_deviation_of_subgrid_orography from new to old metadata -INFO: Converting local name lh of variable surface_latent_heat from new to old metadata -INFO: Converting local name v10max of variable maximum_v_wind_at_10m_over_maximum_hourly_time_interval from new to old metadata -INFO: Converting local name dvsfcg of variable instantaneous_y_stress_due_to_gravity_wave_drag from new to old metadata -INFO: Converting local name mg_ninst of variable mg_ice_concentration_constant from new to old metadata -INFO: Converting local name lwhd of variable tendency_of_air_temperature_due_to_longwave_heating_for_idea from new to old metadata -INFO: Converting local name ntkev of variable index_for_turbulent_kinetic_energy_vertical_diffusion_tracer from new to old metadata -INFO: Converting local name fm10 of variable Monin_Obukhov_similarity_function_for_momentum_at_10m from new to old metadata -INFO: Converting local name phour of variable forecast_time_at_previous_timestep from new to old metadata -INFO: Converting local name phys_hydrostatic of variable flag_for_hydrostatic_heating_from_physics from new to old metadata -INFO: Converting local name nswsfci of variable surface_net_downwelling_shortwave_flux from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_for_graupel_effective_radius) of variable effective_radius_of_stratiform_cloud_graupel_particle_in_um from new to old metadata -INFO: Converting local name ngeffr of variable index_for_graupel_effective_radius from new to old metadata -INFO: Converting local name kt of variable vertical_index_difference_between_layer_and_upper_bound from new to old metadata -INFO: Converting local name GFS_tbd_type of variable GFS_tbd_type from new to old metadata -INFO: Converting local name tsurf_ocean of variable surface_skin_temperature_after_iteration_over_ocean from new to old metadata -INFO: Converting local name gu0(:,1) of variable x_wind_at_lowest_model_layer_updated_by_physics from new to old metadata -INFO: Converting local name akap of variable kappa_dry_for_fast_physics from new to old metadata -INFO: Converting local name lsm of variable flag_for_land_surface_scheme from new to old metadata -INFO: Converting local name nscav of variable number_of_tracers_scavenged from new to old metadata -INFO: Converting local name ffmm of variable Monin_Obukhov_similarity_function_for_momentum from new to old metadata -INFO: Converting local name nnirbm_cpl of variable cumulative_surface_net_downward_direct_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name tau_mtb of variable instantaneous_momentum_flux_due_to_mountain_blocking_drag from new to old metadata -INFO: Converting local name snicexy of variable snow_layer_ice from new to old metadata -INFO: Converting local name flag_guess of variable flag_for_guess_run from new to old metadata -INFO: Converting local name dnirbm_cpl of variable cumulative_surface_downwelling_direct_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name chh_ocean of variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_ocean from new to old metadata -INFO: Converting local name dtsfci_cpl of variable instantaneous_surface_upward_sensible_heat_flux_for_coupling from new to old metadata -INFO: Converting local name flgmin of variable minimum_large_ice_fraction from new to old metadata -INFO: Converting local name t02max of variable maximum_temperature_at_2m_over_maximum_hourly_time_interval from new to old metadata -INFO: Converting local name tconvtend of variable tendency_of_air_temperature_due_to_deep_convection_for_coupling_on_physics_timestep from new to old metadata -INFO: Converting local name zorl of variable surface_roughness_length from new to old metadata -INFO: Converting local name coslat of variable cosine_of_latitude from new to old metadata -INFO: Converting local name pertalb of variable magnitude_of_surface_albedo_perturbation from new to old metadata -INFO: Converting local name aecm of variable instantaneous_aerosol_column_mass_densities from new to old metadata -INFO: Converting local name con_rv of variable gas_constant_water_vapor from new to old metadata -INFO: Converting local name wminco of variable cloud_condensed_water_conversion_threshold from new to old metadata -INFO: Converting local name fastcpxy of variable fast_soil_pool_mass_content_of_carbon from new to old metadata -INFO: Converting local name kind_grid of variable kind_grid from new to old metadata -INFO: Converting local name stress of variable surface_wind_stress from new to old metadata -INFO: Converting local name qgrs(:,1,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio_at_lowest_model_layer from new to old metadata -INFO: Converting local name rhc of variable critical_relative_humidity from new to old metadata -INFO: Converting local name tsfco of variable sea_surface_temperature from new to old metadata -INFO: Converting local name tau_ngw of variable instantaneous_momentum_flux_due_to_nonstationary_gravity_wave from new to old metadata -INFO: Converting local name tsfcl of variable surface_skin_temperature_over_land from new to old metadata -INFO: Converting local name clouds(:,:,7) of variable mean_effective_radius_for_rain_drop from new to old metadata -INFO: Converting local name con_cliq of variable specific_heat_of_liquid_water_at_constant_pressure from new to old metadata -INFO: Converting local name zmtb of variable height_of_mountain_blocking from new to old metadata -INFO: Converting local name ulwsfcin_cpl of variable surface_upwelling_longwave_flux_for_coupling from new to old metadata -INFO: Converting local name dlwsfc_cpl of variable cumulative_surface_downwelling_longwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name sfcdlw of variable surface_downwelling_longwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name t1 of variable air_temperature_at_lowest_model_layer_for_diag from new to old metadata -INFO: Converting local name ntiw of variable index_for_ice_cloud_condensate from new to old metadata -INFO: Converting local name bl_mynn_mixlength of variable mixing_length_flag from new to old metadata -INFO: Converting local name faerlw(:,:,:,1) of variable aerosol_optical_depth_for_longwave_bands_01_16 from new to old metadata -INFO: Converting local name ozpl of variable ozone_forcing from new to old metadata -INFO: Converting local name dlength of variable characteristic_grid_length_scale from new to old metadata -INFO: Converting local name slag of variable equation_of_time from new to old metadata -INFO: Converting local name ntot2d of variable number_of_fields_in_phyf2d from new to old metadata -INFO: Converting local name iopt_run of variable flag_for_runoff_and_groundwater_option from new to old metadata -INFO: Converting local name gq0(:,:,index_for_liquid_cloud_number_concentration) of variable cloud_droplet_number_concentration_updated_by_physics from new to old metadata -INFO: Converting local name sneqvoxy of variable snow_mass_at_previous_time_step from new to old metadata -INFO: Converting local name con_rhw0 of variable sea_water_reference_density from new to old metadata -INFO: Converting local name mtopa of variable model_layer_number_at_cloud_top from new to old metadata -INFO: Converting local name pertshc of variable magnitude_of_perturbation_of_soil_type_b_parameter from new to old metadata -INFO: Converting local name levi of variable vertical_interface_dimension from new to old metadata -INFO: Converting local name do_shoc of variable flag_for_shoc from new to old metadata -INFO: Converting local name du3dt_tms of variable time_integral_of_change_in_x_wind_due_to_turbulent_orographic_form_drag from new to old metadata -INFO: Converting local name snow_cpl of variable lwe_thickness_of_snow_amount_for_coupling from new to old metadata -INFO: Converting local name pkz of variable finite_volume_mean_edge_pressure_raised_to_the_power_of_kappa from new to old metadata -INFO: Converting local name nn of variable number_of_tracers_for_convective_transport from new to old metadata -INFO: Converting local name do_sat_adj of variable flag_for_saturation_adjustment_for_microphysics_in_dynamics from new to old metadata -INFO: Converting local name dx of variable cell_size from new to old metadata -INFO: Converting local name do_ugwp of variable do_ugwp from new to old metadata -INFO: Converting local name rain of variable lwe_thickness_of_precipitation_amount_on_dynamics_timestep from new to old metadata -INFO: Converting local name iopt_crs of variable flag_for_canopy_stomatal_resistance_option from new to old metadata -INFO: Converting local name qgrs(:,1,index_for_water_vapor) of variable water_vapor_specific_humidity_at_lowest_model_layer from new to old metadata -INFO: Converting local name ntqv of variable index_for_water_vapor from new to old metadata -INFO: Converting local name t02min of variable minimum_temperature_at_2m_over_maximum_hourly_time_interval from new to old metadata -INFO: Converting local name imp_physics_gfdl of variable flag_for_gfdl_microphysics_scheme from new to old metadata -INFO: Converting local name lprnt of variable flag_print from new to old metadata -INFO: Converting local name gabsbdlw_ice of variable surface_downwelling_longwave_flux_absorbed_by_ground_over_ice from new to old metadata -INFO: Converting local name imp_physics_thompson of variable flag_for_thompson_microphysics_scheme from new to old metadata -INFO: Converting local name ctei_rm of variable critical_cloud_top_entrainment_instability_criteria from new to old metadata -INFO: Converting local name tseal of variable surface_skin_temperature_for_nsst from new to old metadata -INFO: Converting local name dusfc_fd of variable integrated_x_momentum_flux_from_form_drag from new to old metadata -INFO: Converting local name dusfcin_cpl of variable surface_x_momentum_flux_for_coupling from new to old metadata -INFO: Converting local name slope of variable surface_slope_classification_real from new to old metadata -INFO: Converting local name htrlw of variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_timestep from new to old metadata -INFO: Converting local name mg_qcmin(2) of variable mg_minimum_ice_mixing_ratio from new to old metadata -INFO: Converting local name tice of variable sea_ice_temperature_interstitial from new to old metadata -INFO: Converting local name adjvisbmu of variable surface_upwelling_direct_ultraviolet_and_visible_shortwave_flux from new to old metadata -INFO: Converting local name dvgwd of variable time_integral_of_y_stress_due_to_gravity_wave_drag from new to old metadata -INFO: Converting local name dusfc_cice of variable surface_x_momentum_flux_for_coupling_interstitial from new to old metadata -INFO: Converting local name errmsg of variable ccpp_error_message from new to old metadata -INFO: Converting local name flag_cice of variable flag_for_cice from new to old metadata -INFO: Converting local name Coupling of variable GFS_coupling_type_instance from new to old metadata -INFO: Converting local name cs_parm(3) of variable detrainment_and_precipitation_tunable_parameter_3_CS from new to old metadata -INFO: Converting local name snliqxy of variable snow_layer_liquid_water from new to old metadata -INFO: Converting local name mstrat of variable flag_for_moorthi_stratus from new to old metadata -INFO: Converting local name imfdeepcnv_sas of variable flag_for_sas_deep_convection_scheme from new to old metadata -INFO: Converting local name weasd_ice of variable water_equivalent_accumulated_snow_depth_over_ice from new to old metadata -INFO: Converting local name bl_mynn_edmf_mom of variable edmf_momentum_transport_flag from new to old metadata -INFO: Converting local name npdf3d of variable number_of_3d_arrays_associated_with_pdf_based_clouds from new to old metadata -INFO: Converting local name dq3dt(:,:,2) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_deep_convection from new to old metadata -INFO: Converting local name w_upi of variable vertical_velocity_for_updraft from new to old metadata -INFO: Converting local name qlyr of variable water_vapor_specific_humidity_at_layer_for_radiation from new to old metadata -INFO: Converting local name fm10_ice of variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_ice from new to old metadata -INFO: Converting local name qgl of variable local_graupel_mixing_ratio from new to old metadata -INFO: Converting local name gt0(:,1) of variable air_temperature_at_lowest_model_layer_updated_by_physics from new to old metadata -INFO: Converting local name ccpp_t of variable ccpp_t from new to old metadata -INFO: Converting local name clouds(:,:,4) of variable cloud_ice_water_path from new to old metadata -INFO: Converting local name rain_cpl of variable lwe_thickness_of_precipitation_amount_for_coupling from new to old metadata -INFO: Converting local name bl_mynn_cloudmix of variable cloud_specie_mix_flag from new to old metadata -INFO: Converting local name tgxy of variable ground_temperature_for_noahmp from new to old metadata -INFO: Converting local name oa4 of variable asymmetry_of_subgrid_orography from new to old metadata -INFO: Converting local name refdmax of variable maximum_reflectivity_at_1km_agl_over_maximum_hourly_time_interval from new to old metadata -INFO: Converting local name GFS_Data(ccpp_block_number) of variable GFS_data_type_instance from new to old metadata -INFO: Converting local name dvsfc_cpl of variable cumulative_surface_y_momentum_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name shocaftcnv of variable flag_for_shoc_after_convection from new to old metadata -INFO: Converting local name mg_rhmini of variable mg_minimum_rh_for_ice from new to old metadata -INFO: Converting local name t2mi_cpl of variable instantaneous_temperature_at_2m_for_coupling from new to old metadata -INFO: Converting local name GFS_Interstitial(ccpp_thread_number) of variable GFS_interstitial_type_instance from new to old metadata -INFO: Converting local name thrd_no of variable ccpp_thread_number from new to old metadata -INFO: Converting local name evbs of variable soil_upward_latent_heat_flux from new to old metadata -INFO: Converting local name dtdtr of variable tendency_of_air_temperature_due_to_radiative_heating_on_physics_time_step from new to old metadata -INFO: Converting local name spfhmin of variable minimum_specific_humidity_at_2m from new to old metadata -INFO: Converting local name xsaixy of variable stem_area_index from new to old metadata -INFO: Converting local name lsoil of variable soil_vertical_dimension from new to old metadata -INFO: Converting local name mg_ts_auto_ice of variable mg_time_scale_for_autoconversion_of_ice from new to old metadata -INFO: Converting local name ca_deep of variable fraction_of_cellular_automata_for_deep_convection from new to old metadata -INFO: Converting local name work1 of variable grid_size_related_coefficient_used_in_scale_sensitive_schemes from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_for_cloud_liquid_water_effective_radius) of variable effective_radius_of_stratiform_cloud_liquid_water_particle_in_um from new to old metadata -INFO: Converting local name nleffr of variable index_for_cloud_liquid_water_effective_radius from new to old metadata -INFO: Converting local name dlwsfci of variable surface_downwelling_longwave_flux from new to old metadata -INFO: Converting local name mg_nicons of variable mg_flag_ice_concentration_constant from new to old metadata -INFO: Converting local name faersw(:,:,:,1) of variable aerosol_optical_depth_for_shortwave_bands_01_16 from new to old metadata -INFO: Converting local name xt of variable diurnal_thermocline_layer_heat_content from new to old metadata -INFO: Converting local name prsl of variable air_pressure from new to old metadata -INFO: Converting local name cv of variable fraction_of_convective_cloud from new to old metadata -INFO: Converting local name blksz of variable horizontal_block_size from new to old metadata -INFO: Converting local name pertvegf of variable magnitude_of_perturbation_of_vegetation_fraction from new to old metadata -INFO: Converting local name gq0(:,:,index_for_cloud_amount) of variable cloud_fraction_updated_by_physics from new to old metadata -INFO: Converting local name ntclamt of variable index_for_cloud_amount from new to old metadata -INFO: Converting local name zorlo of variable surface_roughness_length_over_ocean from new to old metadata -INFO: Converting local name te0 of variable atmosphere_energy_content_at_Lagrangian_surface from new to old metadata -INFO: Converting local name ktop of variable vertical_index_at_cloud_top from new to old metadata -INFO: Converting local name prevsq of variable moisture_from_previous_timestep from new to old metadata -INFO: Converting local name kpbl of variable vertical_index_at_top_of_atmosphere_boundary_layer from new to old metadata -INFO: Converting local name ncells of variable cellular_automata_finer_grid from new to old metadata -INFO: Converting local name cnvc of variable convective_cloud_cover from new to old metadata -INFO: Converting local name totprcp of variable accumulated_lwe_thickness_of_precipitation_amount from new to old metadata -INFO: Converting local name cgwf of variable multiplication_factors_for_convective_gravity_wave_drag from new to old metadata -INFO: Converting local name do_shum of variable flag_for_stochastic_shum_option from new to old metadata -INFO: Converting local name save_q of variable tracer_concentration_save from new to old metadata -INFO: Converting local name h2o_pres of variable natural_log_of_h2o_forcing_data_pressure_levels from new to old metadata -INFO: Converting local name iopt_snf of variable flag_for_precipitation_partition_option from new to old metadata -INFO: Converting local name c0s_shal of variable rain_conversion_parameter_shallow_convection from new to old metadata -INFO: Converting local name zwtxy of variable water_table_depth from new to old metadata -INFO: Converting local name qr of variable cloud_rain_specific_humidity_at_Lagrangian_surface from new to old metadata -INFO: Converting local name dzlyr of variable layer_thickness_for_radiation from new to old metadata -INFO: Converting local name taussxy of variable nondimensional_snow_age from new to old metadata -INFO: Converting local name tsfa of variable surface_air_temperature_for_radiation from new to old metadata -INFO: Converting local name snoalb of variable upper_bound_on_max_albedo_over_deep_snow from new to old metadata -INFO: Converting local name xs of variable sea_water_salinity from new to old metadata -INFO: Converting local name dvsfci_cpl of variable instantaneous_surface_y_momentum_flux_for_coupling from new to old metadata -INFO: Converting local name xlat of variable latitude from new to old metadata -INFO: Converting local name ugrs of variable x_wind from new to old metadata -INFO: Converting local name shdmin of variable minimum_vegetation_area_fraction from new to old metadata -INFO: Converting local name nnirdfi_cpl of variable instantaneous_surface_net_downward_diffuse_near_infrared_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name microp_uniform of variable mg_flag_for_uniform_subcolumns from new to old metadata -INFO: Converting local name frland of variable land_area_fraction_for_microphysics from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_ice_friendly_aerosols) of variable tendency_of_ice_friendly_aerosol_number_concentration_due_to_model_physics from new to old metadata -INFO: Converting local name oz_pres of variable natural_log_of_ozone_forcing_data_pressure_levels from new to old metadata -INFO: Converting local name zlwb of variable time_integral_of_height_of_low_level_wave_breaking from new to old metadata -INFO: Converting local name gq0(:,:,index_for_ice_cloud_condensate) of variable ice_water_mixing_ratio_updated_by_physics from new to old metadata -INFO: Converting local name qss of variable surface_specific_humidity from new to old metadata -INFO: Converting local name dry of variable flag_nonzero_land_surface_fraction from new to old metadata -INFO: Converting local name bk of variable b_parameter_of_the_hybrid_coordinate from new to old metadata -INFO: Converting local name cdmbgwd of variable multiplication_factors_for_mountain_blocking_and_orographic_gravity_wave_drag from new to old metadata -INFO: Converting local name levs of variable vertical_dimension from new to old metadata -INFO: Converting local name swhtr of variable flag_for_output_of_shortwave_heating_rate from new to old metadata -INFO: Converting local name zorl_land of variable surface_roughness_length_over_land_interstitial from new to old metadata -INFO: Converting local name t2m of variable temperature_at_2m from new to old metadata -INFO: Converting local name tau_ogw of variable instantaneous_momentum_flux_due_to_orographic_gravity_wave_drag from new to old metadata -INFO: Converting local name shoc_parm(3) of variable shoc_tke_dissipation_tunable_parameter_near_surface from new to old metadata -INFO: Converting local name gflx_ice of variable upward_heat_flux_in_soil_over_ice from new to old metadata -INFO: Converting local name nspc1 of variable number_of_species_for_aerosol_optical_depth from new to old metadata -INFO: Converting local name drain_cpl of variable tendency_of_lwe_thickness_of_precipitation_amount_for_coupling from new to old metadata -INFO: Converting local name phis of variable surface_geopotential_at_Lagrangian_surface from new to old metadata -INFO: Converting local name q2mi_cpl of variable instantaneous_specific_humidity_at_2m_for_coupling from new to old metadata -INFO: Converting local name zogw of variable time_integral_of_height_of_launch_level_of_orographic_gravity_wave from new to old metadata -INFO: Converting local name prsi of variable air_pressure_at_interface from new to old metadata -INFO: Converting local name aerodp of variable atmosphere_optical_thickness_due_to_ambient_aerosol_particles from new to old metadata -INFO: Converting local name shal_cnv of variable flag_for_shallow_convection from new to old metadata -INFO: Converting local name icsdlw of variable seed_random_numbers_lw from new to old metadata -INFO: Converting local name ncld of variable number_of_hydrometeors from new to old metadata -INFO: Converting local name gasvmr(:,:,6) of variable volume_mixing_ratio_cfc11 from new to old metadata -INFO: Converting local name tracers_water of variable number_of_water_tracers from new to old metadata -INFO: Converting local name nscyc of variable number_of_timesteps_between_surface_cycling_calls from new to old metadata -INFO: Converting local name dswsfc_cpl of variable cumulative_surface_downwelling_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name adjvisdfu of variable surface_upwelling_diffuse_ultraviolet_and_visible_shortwave_flux from new to old metadata -INFO: Converting local name cs_parm(2) of variable updraft_velocity_tunable_parameter_2_CS from new to old metadata -INFO: Converting local name lsswr of variable flag_to_calc_sw from new to old metadata -INFO: Converting local name imfshalcnv_gf of variable flag_for_gf_shallow_convection_scheme from new to old metadata -INFO: Converting local name kinver of variable index_of_highest_temperature_inversion from new to old metadata -INFO: Converting local name tslb of variable soil_temperature_for_land_surface_model from new to old metadata -INFO: Converting local name weasd of variable water_equivalent_accumulated_snow_depth from new to old metadata -INFO: Converting local name tisfc of variable sea_ice_temperature from new to old metadata -INFO: Converting local name faerlw of variable aerosol_optical_properties_for_longwave_bands_01_16 from new to old metadata -INFO: Converting local name logunit of variable iounit_log from new to old metadata -INFO: Converting local name fast_mp_consv of variable flag_for_fast_microphysics_energy_conservation from new to old metadata -INFO: Converting local name cnv_mfd of variable detrained_mass_flux from new to old metadata -INFO: Converting local name zvir of variable ratio_of_vapor_to_dry_air_gas_constants_minus_one_default_kind from new to old metadata -INFO: Converting local name jed of variable ending_y_direction_index_domain from new to old metadata -INFO: Converting local name gasvmr(:,:,3) of variable volume_mixing_ratio_ch4 from new to old metadata -INFO: Converting local name sfcdsw of variable surface_downwelling_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name hydrostatic of variable flag_for_hydrostatic_solver_for_fast_physics from new to old metadata -INFO: Converting local name dvsfc_bl of variable integrated_y_momentum_flux_from_blocking_drag from new to old metadata -INFO: Converting local name Grid of variable GFS_grid_type_instance from new to old metadata -INFO: Converting local name ncnd of variable number_of_cloud_condensate_types from new to old metadata -INFO: Converting local name w_0 of variable coefficient_w_0 from new to old metadata -INFO: Converting local name zm of variable ocean_mixed_layer_thickness from new to old metadata -INFO: Converting local name shoc_parm(2) of variable shoc_tke_dissipation_tunable_parameter from new to old metadata -INFO: Converting local name cdec of variable cosine_of_solar_declination_angle from new to old metadata -INFO: Converting local name npzq_con of variable vertical_dimension_for_condensed_water_at_Lagrangian_surface from new to old metadata -INFO: Converting local name rmol of variable reciprocal_of_obukhov_length from new to old metadata -INFO: Converting local name snowxy of variable number_of_snow_layers from new to old metadata -INFO: Converting local name hflx_land of variable kinematic_surface_upward_sensible_heat_flux_over_land from new to old metadata -INFO: Converting local name clw of variable convective_transportable_tracers from new to old metadata -INFO: Converting local name srflag of variable flag_for_precipitation_type from new to old metadata -INFO: Converting local name suntim of variable duration_of_sunshine from new to old metadata -INFO: Converting local name isot of variable soil_type_dataset_choice from new to old metadata -INFO: Converting local name isol of variable flag_for_solar_constant from new to old metadata -INFO: Converting local name th2m of variable potential_temperature_at_2m from new to old metadata -INFO: Converting local name hpbl of variable atmosphere_boundary_layer_thickness from new to old metadata -INFO: Converting local name cd of variable surface_drag_coefficient_for_momentum_in_air from new to old metadata -INFO: Converting local name dusfc_ls of variable integrated_x_momentum_flux_from_large_scale_gwd from new to old metadata -INFO: Converting local name do_sppt of variable flag_for_stochastic_surface_physics_perturbations from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_for_convective_cloud_water_mixing_ratio_in_phy_f3d) of variable convective_cloud_water_mixing_ratio_in_phy_f3d from new to old metadata -INFO: Converting local name rb_ice of variable bulk_richardson_number_at_lowest_model_level_over_ice from new to old metadata -INFO: Converting local name itc of variable number_of_aerosol_tracers_for_convection from new to old metadata -INFO: Converting local name Cldprop of variable GFS_cldprop_type_instance from new to old metadata -INFO: Converting local name grav_settling of variable grav_settling from new to old metadata -INFO: Converting local name gq0(:,:,index_for_ice_cloud_number_concentration) of variable ice_number_concentration_updated_by_physics from new to old metadata -INFO: Converting local name ntinc of variable index_for_ice_cloud_number_concentration from new to old metadata -INFO: Converting local name iopt_inf of variable flag_for_frozen_soil_permeability_option from new to old metadata -INFO: Converting local name c0s_deep of variable rain_conversion_parameter_deep_convection from new to old metadata -INFO: Converting local name dtaux2d_ls of variable x_momentum_tendency_from_large_scale_gwd from new to old metadata -INFO: Converting local name phy_myj_qz0 of variable specific_humidity_at_viscous_sublayer_top from new to old metadata -INFO: Converting local name iovr_sw of variable flag_for_max_random_overlap_clouds_for_shortwave_radiation from new to old metadata -INFO: Converting local name icliq_sw of variable flag_for_optical_property_for_liquid_clouds_for_shortwave_radiation from new to old metadata -INFO: Converting local name psmean of variable cumulative_surface_pressure_multiplied_by_timestep from new to old metadata -INFO: Converting local name cmm_ocean of variable surface_drag_wind_speed_for_momentum_in_air_over_ocean from new to old metadata -INFO: Converting local name shcnvcw of variable flag_shallow_convective_cloud from new to old metadata -INFO: Converting local name drain of variable subsurface_runoff_flux from new to old metadata -INFO: Converting local name ak of variable a_parameter_of_the_hybrid_coordinate from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_liquid_cloud_number_concentration) of variable tendency_of_cloud_droplet_number_concentration_due_to_model_physics from new to old metadata -INFO: Converting local name sfc_z0_type of variable flag_for_surface_roughness_option_over_ocean from new to old metadata -INFO: Converting local name cvt of variable pressure_at_top_of_convective_cloud from new to old metadata -INFO: Converting local name gwd_opt of variable gwd_opt from new to old metadata -INFO: Converting local name snowmp of variable lwe_thickness_of_snow_amount from new to old metadata -INFO: Converting local name ncnvcld3d of variable number_of_convective_3d_cloud_fields from new to old metadata -INFO: Converting local name cape of variable convective_available_potential_energy_for_coupling from new to old metadata -INFO: Converting local name du3dt_ogw of variable time_integral_of_change_in_x_wind_due_to_orographic_gravity_wave_drag from new to old metadata -INFO: Converting local name te0_2d of variable atmosphere_energy_content_in_column from new to old metadata -INFO: Converting local name dsnowprv of variable snow_precipitation_rate_from_previous_timestep from new to old metadata -INFO: Converting local name chh of variable surface_drag_mass_flux_for_heat_and_moisture_in_air from new to old metadata -INFO: Converting local name dt3dt(:,:,5) of variable cumulative_change_in_temperature_due_to_shal_convection from new to old metadata -INFO: Converting local name cplwav of variable flag_for_wave_coupling from new to old metadata -INFO: Converting local name clw(:,:,2) of variable cloud_condensed_water_mixing_ratio_convective_transport_tracer from new to old metadata -INFO: Converting local name shoc_parm(1) of variable shoc_tke_dissipatation_pressure_threshold from new to old metadata -INFO: Converting local name oro_uf of variable orography_unfiltered from new to old metadata -INFO: Converting local name peln of variable log_pressure_at_Lagrangian_surface from new to old metadata -INFO: Converting local name gasvmr(:,:,8) of variable volume_mixing_ratio_cfc22 from new to old metadata -INFO: Converting local name pertzt of variable magnitude_of_perturbation_of_heat_to_momentum_roughness_length_ratio from new to old metadata -INFO: Converting local name clouds(:,:,1) of variable total_cloud_fraction from new to old metadata -INFO: Converting local name iaer of variable flag_for_default_aerosol_effect_in_shortwave_radiation from new to old metadata -INFO: Converting local name wet1 of variable normalized_soil_wetness from new to old metadata -INFO: Converting local name npz of variable vertical_dimension_for_fast_physics from new to old metadata -INFO: Converting local name cal_pre of variable flag_for_precipitation_type_algorithm from new to old metadata -INFO: Converting local name lmk of variable adjusted_vertical_layer_dimension_for_radiation from new to old metadata -INFO: Converting local name kind_phys of variable kind_phys from new to old metadata -INFO: Converting local name Sfcprop of variable GFS_sfcprop_type_instance from new to old metadata -INFO: Converting local name wslakexy of variable lake_water_storage from new to old metadata -INFO: Converting local name f10m of variable ratio_of_wind_at_lowest_model_layer_and_wind_at_10m from new to old metadata -INFO: Converting local name gasvmr(:,:,1) of variable volume_mixing_ratio_co2 from new to old metadata -INFO: Converting local name q2mp of variable specific_humidity_at_2m_from_noahmp from new to old metadata -INFO: Converting local name lwhc of variable tendency_of_air_temperature_due_to_longwave_heating_assuming_clear_sky_on_radiation_timestep from new to old metadata -INFO: Converting local name snowd_ice of variable surface_snow_thickness_water_equivalent_over_ice from new to old metadata -INFO: Converting local name lsnow_lsm_lbound of variable lower_bound_of_snow_vertical_dimension_for_land_surface_model from new to old metadata -INFO: Converting local name mg_dcs of variable mg_autoconversion_size_threshold_ice_snow from new to old metadata -INFO: Converting local name rhgrd of variable fa_threshold_relative_humidity_for_onset_of_condensation from new to old metadata -INFO: Converting local name dudt_ogw of variable instantaneous_change_in_x_wind_due_to_orographic_gravity_wave_drag from new to old metadata -INFO: Converting local name slmsk of variable sea_land_ice_mask_real from new to old metadata -INFO: Converting local name ictm of variable flag_for_initial_time_date_control from new to old metadata -INFO: Converting local name qss_ocean of variable surface_specific_humidity_over_ocean from new to old metadata -INFO: Converting local name tsfc of variable surface_skin_temperature from new to old metadata -INFO: Converting local name prsik of variable dimensionless_exner_function_at_model_interfaces from new to old metadata -INFO: Converting local name t2mmp of variable temperature_at_2m_from_noahmp from new to old metadata -INFO: Converting local name tau_ogw of variable time_integral_of_momentum_flux_due_to_orographic_gravity_wave_drag from new to old metadata -INFO: Converting local name topflw_type of variable topflw_type from new to old metadata -INFO: Converting local name cnv_nice of variable number_concentration_of_ice_crystals_for_detrainment from new to old metadata -INFO: Converting local name cscnv of variable flag_for_Chikira_Sugiyama_deep_convection from new to old metadata -INFO: Converting local name u10mi_cpl of variable instantaneous_x_wind_at_10m_for_coupling from new to old metadata -INFO: Converting local name fh2_ocean of variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_ocean from new to old metadata -INFO: Converting local name phii of variable geopotential_at_interface from new to old metadata -INFO: Converting local name gq0(:,:,index_for_graupel) of variable graupel_mixing_ratio_updated_by_physics from new to old metadata -INFO: Converting local name ntgl of variable index_for_graupel from new to old metadata -INFO: Converting local name nvisdfi_cpl of variable instantaneous_surface_net_downward_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name norad_precip of variable flag_for_precipitation_effect_on_radiation from new to old metadata -INFO: Converting local name dq3dt(:,:,5) of variable cumulative_change_in_ozone_mixing_ratio_due_to_PBL from new to old metadata -INFO: Converting local name dusfcg of variable instantaneous_x_stress_due_to_gravity_wave_drag from new to old metadata -INFO: Converting local name stype of variable soil_type_classification_real from new to old metadata -INFO: Converting local name lwhtr of variable flag_for_output_of_longwave_heating_rate from new to old metadata -INFO: Converting local name skebv_wts of variable weights_for_stochastic_skeb_perturbation_of_y_wind_flipped from new to old metadata -INFO: Converting local name prnum of variable prandtl_number from new to old metadata -INFO: Converting local name dtsfcin_cpl of variable surface_upward_sensible_heat_flux_for_coupling from new to old metadata -INFO: Converting local name sigmatot of variable convective_updraft_area_fraction_at_model_interfaces from new to old metadata -INFO: Converting local name rann of variable random_number_array from new to old metadata -INFO: Converting local name work2 of variable grid_size_related_coefficient_used_in_scale_sensitive_schemes_complement from new to old metadata -INFO: Converting local name ep1d_land of variable surface_upward_potential_latent_heat_flux_over_land from new to old metadata -INFO: Converting local name num_p3d of variable array_dimension_of_3d_arrays_for_microphysics from new to old metadata -INFO: Converting local name frac_grid of variable flag_for_fractional_grid from new to old metadata -INFO: Converting local name dtdtc of variable tendency_of_air_temperature_due_to_radiative_heating_assuming_clear_sky from new to old metadata -INFO: Converting local name chxy of variable surface_drag_coefficient_for_heat_and_moisture_for_noahmp from new to old metadata -INFO: Converting local name dtauy2d_bl of variable y_momentum_tendency_from_blocking_drag from new to old metadata -INFO: Converting local name dtsfc of variable cumulative_surface_upward_sensible_heat_flux_for_diag_multiplied_by_timestep from new to old metadata -INFO: Converting local name gflx_ocean of variable upward_heat_flux_in_soil_over_ocean from new to old metadata -INFO: Converting local name deeprechxy of variable water_table_recharge_when_deep from new to old metadata -INFO: Converting local name imfshalcnv_sas of variable flag_for_sas_shallow_convection_scheme from new to old metadata -INFO: Converting local name woodxy of variable wood_mass from new to old metadata -INFO: Converting local name phy_f3d(:,:,3) of variable air_temperature_at_previous_time_step from new to old metadata -INFO: Converting local name otspt of variable flag_convective_tracer_transport from new to old metadata -INFO: Converting local name tsurf of variable surface_skin_temperature_after_iteration from new to old metadata -INFO: Converting local name phy_f2d(:,array_dimension_of_2d_arrays_for_microphysics) of variable surface_wind_enhancement_due_to_convection from new to old metadata -INFO: Converting local name num_p2d of variable array_dimension_of_2d_arrays_for_microphysics from new to old metadata -INFO: Converting local name diss_est of variable dissipation_estimate_of_air_temperature_at_model_layers from new to old metadata -INFO: Converting local name ffmm_land of variable Monin_Obukhov_similarity_function_for_momentum_over_land from new to old metadata -INFO: Converting local name imfshalcnv of variable flag_for_mass_flux_shallow_convection_scheme from new to old metadata -INFO: Converting local name iopt_rad of variable flag_for_radiation_transfer_option from new to old metadata -INFO: Converting local name effr_in of variable flag_for_cloud_effective_radii from new to old metadata -INFO: Converting local name Sh3D of variable stability_function_for_heat from new to old metadata -INFO: Converting local name con_sbc of variable stefan_boltzmann_constant from new to old metadata -INFO: Converting local name phy_myj_z0base of variable baseline_surface_roughness_length from new to old metadata -INFO: Converting local name sdec of variable sine_of_solar_declination_angle from new to old metadata -INFO: Converting local name f_ice of variable fraction_of_ice_water_cloud from new to old metadata -INFO: Converting local name qs of variable cloud_snow_specific_humidity_at_Lagrangian_surface from new to old metadata -INFO: Converting local name iflip of variable flag_for_vertical_index_direction_control from new to old metadata -INFO: Converting local name draincprv of variable convective_precipitation_rate_from_previous_timestep from new to old metadata -INFO: Converting local name icsdsw of variable seed_random_numbers_sw from new to old metadata -INFO: Converting local name dtaux2d_bl of variable x_momentum_tendency_from_blocking_drag from new to old metadata -INFO: Converting local name uustar_ocean of variable surface_friction_velocity_over_ocean from new to old metadata -INFO: Converting local name zlwb of variable height_of_low_level_wave_breaking from new to old metadata -INFO: Converting local name sigma of variable slope_of_subgrid_orography from new to old metadata -INFO: Converting local name cd_land of variable surface_drag_coefficient_for_momentum_in_air_over_land from new to old metadata -INFO: Converting local name shoc_parm(5) of variable shoc_flag_for_optional_surface_TKE_dissipation from new to old metadata -INFO: Converting local name qss_ice of variable surface_specific_humidity_over_ice from new to old metadata -INFO: Converting local name graupel of variable lwe_thickness_of_graupel_amount_on_dynamics_timestep from new to old metadata -INFO: Converting local name do_myjsfc of variable do_myjsfc from new to old metadata -INFO: Converting local name htsw0 of variable tendency_of_air_temperature_due_to_shortwave_heating_assuming_clear_sky_on_radiation_time_step from new to old metadata -INFO: Converting local name ep of variable cumulative_surface_upward_potential_latent_heat_flux_multiplied_by_timestep from new to old metadata -INFO: Converting local name tprcp of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep from new to old metadata -INFO: Converting local name dnirdf_cpl of variable cumulative_surface_downwelling_diffuse_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name qwv_surf of variable water_vapor_mixing_ratio_at_surface from new to old metadata -INFO: Converting local name fm10_ocean of variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_ocean from new to old metadata -INFO: Converting local name QC_BL of variable subgrid_cloud_mixing_ratio_pbl from new to old metadata -INFO: Converting local name adjsfculw_ice of variable surface_upwelling_longwave_flux_over_ice_interstitial from new to old metadata -INFO: Converting local name tsfci_cpl of variable instantaneous_surface_skin_temperature_for_coupling from new to old metadata -INFO: Converting local name pertz0 of variable magnitude_of_perturbation_of_momentum_roughness_length from new to old metadata -INFO: Converting local name eahxy of variable canopy_air_vapor_pressure from new to old metadata -INFO: Converting local name cnv_dqldt of variable tendency_of_cloud_water_due_to_convective_microphysics from new to old metadata -INFO: Converting local name gq0 of variable tracer_concentration_updated_by_physics from new to old metadata -INFO: Converting local name iopt_dveg of variable flag_for_dynamic_vegetation_option from new to old metadata -INFO: Converting local name gv0(:,1) of variable y_wind_at_lowest_model_layer_updated_by_physics from new to old metadata -INFO: Converting local name first_time_step of variable flag_for_first_time_step from new to old metadata -INFO: Converting local name dtaux2d_ss of variable x_momentum_tendency_from_small_scale_gwd from new to old metadata -INFO: Converting local name wetdpl of variable instantaneous_large_scale_wet_deposition from new to old metadata -INFO: Converting local name cndm_surf of variable surface_condensation_mass from new to old metadata -INFO: Converting local name cmm_land of variable surface_drag_wind_speed_for_momentum_in_air_over_land from new to old metadata -INFO: Converting local name fh2 of variable Monin_Obukhov_similarity_function_for_heat_at_2m from new to old metadata -INFO: Converting local name gw_dudt of variable tendency_of_x_wind_due_to_ugwp from new to old metadata -INFO: Converting local name shinhong of variable flag_for_scale_aware_Shinhong_PBL from new to old metadata -INFO: Converting local name maxMF of variable maximum_mass_flux from new to old metadata -INFO: Converting local name gu0 of variable x_wind_updated_by_physics from new to old metadata -INFO: Converting local name ncstrac of variable number_of_tracers_for_CS from new to old metadata -INFO: Converting local name do_qa of variable flag_for_inline_cloud_fraction_calculation from new to old metadata -INFO: Converting local name pgr of variable surface_air_pressure from new to old metadata -INFO: Converting local name del of variable air_pressure_difference_between_midlayers from new to old metadata -INFO: Converting local name nqrimef of variable index_for_mass_weighted_rime_factor from new to old metadata -INFO: Converting local name du3dt(:,:,1) of variable cumulative_change_in_x_wind_due_to_PBL from new to old metadata -INFO: Converting local name raincs of variable lwe_thickness_of_shallow_convective_precipitation_amount from new to old metadata -INFO: Converting local name xlaixy of variable leaf_area_index from new to old metadata -INFO: Converting local name iopt_alb of variable flag_for_ground_snow_surface_albedo_option from new to old metadata -INFO: Converting local name moninq_fac of variable atmosphere_diffusivity_coefficient_factor from new to old metadata -INFO: Converting local name work3 of variable ratio_of_exner_function_between_midlayer_and_interface_at_lowest_model_layer from new to old metadata -INFO: Converting local name adjnirbmd of variable surface_downwelling_direct_near_infrared_shortwave_flux from new to old metadata -INFO: Converting local name imp_physics_zhao_carr_pdf of variable flag_for_zhao_carr_pdf_microphysics_scheme from new to old metadata -INFO: Converting local name dv3dt(:,:,3) of variable cumulative_change_in_y_wind_due_to_deep_convection from new to old metadata -INFO: Converting local name evcwa of variable cumulative_canopy_upward_latent_heat_flu_multiplied_by_timestep from new to old metadata -INFO: Converting local name lsm_noah of variable flag_for_noah_land_surface_scheme from new to old metadata -INFO: Converting local name ntk of variable index_for_turbulent_kinetic_energy_convective_transport_tracer from new to old metadata -INFO: Converting local name qsnw of variable local_snow_water_mixing_ratio from new to old metadata -INFO: Converting local name edmf_thl of variable emdf_updraft_theta_l from new to old metadata -INFO: Converting local name crtrh(2) of variable critical_relative_humidity_at_PBL_top from new to old metadata -INFO: Converting local name xv of variable diurnal_thermocline_layer_y_current from new to old metadata -INFO: Converting local name rlapse of variable air_temperature_lapse_rate_constant from new to old metadata -INFO: Converting local name clw(:,:,1) of variable ice_water_mixing_ratio_convective_transport_tracer from new to old metadata -INFO: Converting local name levozp of variable vertical_dimension_of_ozone_forcing_data from new to old metadata -INFO: Converting local name spfhmax of variable maximum_specific_humidity_at_2m from new to old metadata -INFO: Converting local name runoff of variable surface_runoff_flux from new to old metadata -INFO: Converting local name do_sb_physics of variable mg_flag_for_sb2001_autoconversion from new to old metadata -INFO: Converting local name phy_myj_a1q of variable weight_for_specific_humidity_at_viscous_sublayer_top from new to old metadata -INFO: Converting local name cactiv of variable conv_activity_counter from new to old metadata -INFO: Converting local name clw(:,:,index_for_turbulent_kinetic_energy_convective_transport_tracer) of variable turbulent_kinetic_energy_convective_transport_tracer from new to old metadata -INFO: Converting local name oz_phys_2015 of variable flag_for_2015_ozone_physics from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_snow_number_concentration) of variable snow_number_concentration from new to old metadata -INFO: Converting local name ntsnc of variable index_for_snow_number_concentration from new to old metadata -INFO: Converting local name dlwsfci_cpl of variable instantaneous_surface_downwelling_longwave_flux_for_coupling from new to old metadata -INFO: Converting local name errflg of variable ccpp_error_flag from new to old metadata -INFO: Converting local name kbot of variable vertical_index_at_cloud_base from new to old metadata -INFO: Converting local name clw_surf of variable cloud_condensed_water_mixing_ratio_at_surface from new to old metadata -INFO: Converting local name skebu_wts of variable weights_for_stochastic_skeb_perturbation_of_x_wind from new to old metadata -INFO: Converting local name snowprv of variable lwe_thickness_of_snow_amount_from_previous_timestep from new to old metadata -INFO: Converting local name spec_adv of variable flag_for_individual_cloud_species_advected from new to old metadata -INFO: Converting local name rainmp of variable lwe_thickness_of_explicit_rain_amount from new to old metadata -INFO: Converting local name jdat of variable forecast_date_and_time from new to old metadata -INFO: Converting local name ntrcaer of variable number_of_aerosol_tracers_MG from new to old metadata -INFO: Converting local name gflux of variable cumulative_surface_ground_heat_flux_multiplied_by_timestep from new to old metadata -INFO: Converting local name q1 of variable water_vapor_specific_humidity_at_lowest_model_layer_for_diag from new to old metadata -INFO: Converting local name gq0(:,1,index_for_water_vapor) of variable water_vapor_specific_humidity_at_lowest_model_layer_updated_by_physics from new to old metadata -INFO: Converting local name nday of variable daytime_points_dimension from new to old metadata -INFO: Converting local name cs_parm(9) of variable entrainment_efficiency_tunable_parameter_9_CS from new to old metadata -INFO: Converting local name flx_form of variable flag_flux_form_CS from new to old metadata -INFO: Converting local name dtsfc_cpl of variable cumulative_surface_upward_sensible_heat_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name nstf_name(1) of variable flag_for_nsstm_run from new to old metadata -INFO: Converting local name ca_sgs of variable flag_for_sgs_cellular_automata from new to old metadata -INFO: Converting local name mg_qcmin(1) of variable mg_minimum_cloud_condensed_water_mixing_ratio from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio from new to old metadata -INFO: Converting local name rilist of variable gas_constants_for_multi_gases_physics from new to old metadata -INFO: Converting local name dtauy2d_ls of variable y_momentum_tendency_from_large_scale_gwd from new to old metadata -INFO: Converting local name oz_coeff of variable number_of_coefficients_in_ozone_forcing_data from new to old metadata -INFO: Converting local name edmf_qt of variable emdf_updraft_total_water from new to old metadata -INFO: Converting local name stmassxy of variable stem_mass from new to old metadata -INFO: Converting local name dgraupelprv of variable graupel_precipitation_rate_from_previous_timestep from new to old metadata -INFO: Converting local name gq0(:,:,index_for_mass_weighted_rime_factor) of variable mass_weighted_rime_factor_updated_by_physics from new to old metadata -INFO: Converting local name alnwf of variable mean_nir_albedo_with_weak_cosz_dependency from new to old metadata -INFO: Converting local name smoiseq of variable equilibrium_soil_water_content from new to old metadata -INFO: Converting local name psautco of variable coefficient_from_cloud_ice_to_snow from new to old metadata -INFO: Converting local name fhlwr of variable frequency_for_longwave_radiation from new to old metadata -INFO: Converting local name xtts of variable sensitivity_of_dtl_heat_content_to_surface_temperature from new to old metadata -INFO: Converting local name tracers_start_index of variable start_index_of_other_tracers from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_ice_cloud_condensate) of variable tendency_of_ice_cloud_water_mixing_ratio_due_to_model_physics from new to old metadata -INFO: Converting local name jsd of variable starting_y_direction_index_domain from new to old metadata -INFO: Converting local name semis_land of variable surface_longwave_emissivity_over_land_interstitial from new to old metadata -INFO: Converting local name tdomr of variable dominant_rain_type from new to old metadata -INFO: Converting local name conv_act of variable gf_memory_counter from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_ice_cloud_number_concentration) of variable ice_number_concentration from new to old metadata -INFO: Converting local name ugrs(:,1) of variable x_wind_at_lowest_model_layer from new to old metadata -INFO: Converting local name qicn of variable mass_fraction_of_convective_cloud_ice from new to old metadata -INFO: Converting local name fh2_ice of variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_ice from new to old metadata -INFO: Converting local name tsq of variable t_prime_squared from new to old metadata -INFO: Converting local name tdomip of variable dominant_sleet_type from new to old metadata -INFO: Converting local name lslwr of variable flag_to_calc_lw from new to old metadata -INFO: Converting local name GFS_cldprop_type of variable GFS_cldprop_type from new to old metadata -INFO: Converting local name imp_physics of variable flag_for_microphysics_scheme from new to old metadata -INFO: Converting local name sfcalb(:,1) of variable surface_albedo_due_to_near_IR_direct from new to old metadata -INFO: Converting local name mg_do_graupel of variable mg_flag_for_graupel from new to old metadata -INFO: Converting local name soilm of variable soil_moisture_content from new to old metadata -INFO: Converting local name exch_m of variable atmosphere_momentum_diffusivity_for_mynnpbl from new to old metadata -INFO: Converting local name wetdpc of variable instantaneous_convective_scale_wet_deposition from new to old metadata -INFO: Converting local name el_pbl of variable mixing_length from new to old metadata -INFO: Converting local name ncnvc of variable index_for_convective_cloud_cover_in_phy_f3d from new to old metadata -INFO: Converting local name fn_nml of variable namelist_filename from new to old metadata -INFO: Converting local name weasd_ocean of variable water_equivalent_accumulated_snow_depth_over_ocean from new to old metadata -INFO: Converting local name evfact_deep of variable rain_evaporation_coefficient_deep_convection from new to old metadata -INFO: Converting local name dqsfc of variable cumulative_surface_upward_latent_heat_flux_for_diag_multiplied_by_timestep from new to old metadata -INFO: Converting local name totgrpb of variable accumulated_lwe_thickness_of_graupel_amount_in_bucket from new to old metadata -INFO: Converting local name trans_aero of variable flag_for_aerosol_convective_transport_and_PBL_diffusion from new to old metadata -INFO: Converting local name dusfc_bl of variable integrated_x_momentum_flux_from_blocking_drag from new to old metadata -INFO: Converting local name gw_kdis of variable eddy_mixing_due_to_ugwp from new to old metadata -INFO: Converting local name mg_qcmin of variable mg_minimum_cloud_condensed_water_and_ice_mixing_ratio from new to old metadata -INFO: Converting local name dq3dt(:,:,3) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_shal_convection from new to old metadata -INFO: Converting local name qi of variable cloud_ice_specific_humidity_at_Lagrangian_surface from new to old metadata -INFO: Converting local name imfshalcnv_gf of variable flag_for_ntiedtke_shallow_convection_scheme from new to old metadata -INFO: Converting local name zorl_ocean of variable surface_roughness_length_over_ocean_interstitial from new to old metadata -INFO: Converting local name tsfc_ice of variable surface_skin_temperature_over_ice_interstitial from new to old metadata -INFO: Converting local name input_nml_file_length of variable number_of_lines_of_namelist_filename_for_internal_file_reads from new to old metadata -INFO: Converting local name flhc of variable surface_exchange_coefficient_for_heat from new to old metadata -INFO: Converting local name qke of variable tke_at_mass_points from new to old metadata -INFO: Converting local name snowd of variable surface_snow_thickness_water_equivalent from new to old metadata -INFO: Converting local name ncpr of variable local_rain_number_concentration from new to old metadata -INFO: Converting local name ldiag3d of variable flag_diagnostics_3D from new to old metadata -INFO: Converting local name ffhh_ocean of variable Monin_Obukhov_similarity_function_for_heat_over_ocean from new to old metadata -INFO: Converting local name nsamftrac of variable number_of_tracers_for_samf from new to old metadata -INFO: Converting local name con_hvap of variable latent_heat_of_vaporization_of_water_at_0C from new to old metadata -INFO: Converting local name dtaux2d_fd of variable x_momentum_tendency_from_form_drag from new to old metadata -INFO: Converting local name levh2o of variable vertical_dimension_of_h2o_forcing_data from new to old metadata -INFO: Converting local name ras of variable flag_for_ras_deep_convection from new to old metadata -INFO: Converting local name ialb of variable flag_for_using_climatology_albedo from new to old metadata -INFO: Converting local name raincd of variable lwe_thickness_of_deep_convective_precipitation_amount from new to old metadata -INFO: Converting local name alb1d of variable surface_albedo_perturbation from new to old metadata -INFO: Converting local name nwat of variable number_of_water_species from new to old metadata -INFO: Converting local name dwn_mf of variable cumulative_atmosphere_downdraft_convective_mass_flux from new to old metadata -INFO: Converting local name save_t of variable air_temperature_save from new to old metadata -INFO: Converting local name fice of variable sea_ice_concentration from new to old metadata -INFO: Converting local name dvisdf_cpl of variable cumulative_surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name cvb of variable pressure_at_bottom_of_convective_cloud from new to old metadata -INFO: Converting local name save_q(:,:,index_for_ice_cloud_condensate) of variable ice_water_mixing_ratio_save from new to old metadata -INFO: Converting local name gq0(:,:,index_for_snow_water) of variable snow_water_mixing_ratio_updated_by_physics from new to old metadata -INFO: Converting local name qrain of variable sensible_heat_flux_due_to_rainfall from new to old metadata -INFO: Converting local name stress_ocean of variable surface_wind_stress_over_ocean from new to old metadata -INFO: Converting local name adjsfculw_land of variable surface_upwelling_longwave_flux_over_land_interstitial from new to old metadata -INFO: Converting local name ndust of variable number_of_dust_bins_for_diagnostics from new to old metadata -INFO: Converting local name GFS_radtend_type of variable GFS_radtend_type from new to old metadata -INFO: Converting local name ngas of variable number_of_gases_for_multi_gases_physics from new to old metadata -INFO: Converting local name diceprv of variable ice_precipitation_rate_from_previous_timestep from new to old metadata -INFO: Converting local name con_ttp of variable triple_point_temperature_of_water from new to old metadata -INFO: Converting local name rechxy of variable water_table_recharge_when_shallow from new to old metadata -INFO: Converting local name ffhh of variable Monin_Obukhov_similarity_function_for_heat from new to old metadata -INFO: Converting local name edmf_w of variable emdf_updraft_vertical_velocity from new to old metadata -INFO: Converting local name sed_supersat of variable mg_allow_supersat_after_sed from new to old metadata -INFO: Converting local name sr of variable ratio_of_snowfall_to_rainfall from new to old metadata -INFO: Converting local name stc of variable soil_temperature from new to old metadata -INFO: Converting local name idate of variable date_and_time_at_model_initialization_reordered from new to old metadata -INFO: Converting local name nctp of variable number_of_cloud_types_CS from new to old metadata -INFO: Converting local name levrp1 of variable number_of_vertical_layers_for_radiation_calculations_plus_one from new to old metadata -INFO: Converting local name v10mmax of variable maximum_y_wind_at_10m from new to old metadata -INFO: Converting local name clouds(:,:,8) of variable cloud_snow_water_path from new to old metadata -INFO: Converting local name dusfc of variable cumulative_surface_x_momentum_flux_for_diag_multiplied_by_timestep from new to old metadata -INFO: Converting local name sfcalb(:,3) of variable surface_albedo_due_to_UV_and_VIS_direct from new to old metadata -INFO: Converting local name zmtnblck of variable level_of_dividing_streamline from new to old metadata -INFO: Converting local name xcosz of variable instantaneous_cosine_of_zenith_angle from new to old metadata -INFO: Converting local name CCPP_interstitial_type of variable CCPP_interstitial_type from new to old metadata -INFO: Converting local name theta of variable angle_from_east_of_maximum_subgrid_orographic_variations from new to old metadata -INFO: Converting local name nbdsw of variable number_of_aerosol_bands_for_shortwave_radiation from new to old metadata -INFO: Converting local name dqsfc1 of variable instantaneous_surface_upward_latent_heat_flux from new to old metadata -INFO: Converting local name htrsw of variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_timestep from new to old metadata -INFO: Converting local name gq0(:,:,index_for_graupel_number_concentration) of variable graupel_number_concentration_updated_by_physics from new to old metadata -INFO: Converting local name ntgnc of variable index_for_graupel_number_concentration from new to old metadata -INFO: Converting local name semis of variable surface_longwave_emissivity from new to old metadata -INFO: Converting local name ca_smooth of variable flag_for_gaussian_spatial_filter from new to old metadata -INFO: Converting local name zhour of variable time_since_diagnostics_zeroed from new to old metadata -INFO: Converting local name uswsfci of variable surface_upwelling_shortwave_flux from new to old metadata -INFO: Converting local name dq3dt(:,:,6) of variable cumulative_change_in_ozone_concentration_due_to_production_and_loss_rate from new to old metadata -INFO: Converting local name con_t0c of variable temperature_at_zero_celsius from new to old metadata -INFO: Converting local name dvsfcin_cpl of variable surface_y_momentum_flux_for_coupling from new to old metadata -INFO: Converting local name runoff of variable total_runoff from new to old metadata -INFO: Converting local name upd_mf of variable cumulative_atmosphere_updraft_convective_mass_flux from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_for_cloud_fraction_in_3d_arrays_for_microphysics) of variable cloud_fraction_for_MG from new to old metadata -INFO: Converting local name indcld of variable index_for_cloud_fraction_in_3d_arrays_for_microphysics from new to old metadata -INFO: Converting local name vegtype of variable vegetation_type_classification from new to old metadata -INFO: Converting local name ied of variable ending_x_direction_index_domain from new to old metadata -INFO: Converting local name transa of variable cumulative_transpiration_flux_multiplied_by_timestep from new to old metadata -INFO: Converting local name dt3dt(:,:,2) of variable cumulative_change_in_temperature_due_to_shortwave_radiation from new to old metadata -INFO: Converting local name dvsfc_ls of variable integrated_y_momentum_flux_from_large_scale_gwd from new to old metadata -INFO: Converting local name snowd_ocean of variable surface_snow_thickness_water_equivalent_over_ocean from new to old metadata -INFO: Converting local name clouds(:,:,2) of variable cloud_liquid_water_path from new to old metadata -INFO: Converting local name visbmui of variable surface_upwelling_direct_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name plvl of variable air_pressure_at_interface_for_radiation_in_hPa from new to old metadata -INFO: Converting local name uustar_land of variable surface_friction_velocity_over_land from new to old metadata -INFO: Converting local name phy_myj_akms of variable momentum_exchange_coefficient_for_MYJ_schemes from new to old metadata -INFO: Converting local name cnv_fice of variable ice_fraction_in_convective_tower from new to old metadata -INFO: Converting local name nbdlw of variable number_of_aerosol_bands_for_longwave_radiation from new to old metadata -INFO: Converting local name dudt_mtb of variable instantaneous_change_in_x_wind_due_to_mountain_blocking_drag from new to old metadata -INFO: Converting local name rb_ocean of variable bulk_richardson_number_at_lowest_model_level_over_ocean from new to old metadata -INFO: Converting local name ccnorm of variable flag_for_cloud_condensate_normalized_by_cloud_cover from new to old metadata -INFO: Converting local name dqdt of variable tendency_of_tracers_due_to_model_physics from new to old metadata -INFO: Converting local name u10m of variable x_wind_at_10m from new to old metadata -INFO: Converting local name tmpmin of variable minimum_temperature_at_2m from new to old metadata -INFO: Converting local name save_u of variable x_wind_save from new to old metadata -INFO: Converting local name tsnow of variable snow_temperature_bottom_first_layer from new to old metadata -INFO: Converting local name kind_INTEGER of variable kind_INTEGER from new to old metadata -INFO: Converting local name nswsfc_cpl of variable cumulative_surface_net_downward_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name vgrs(:,1) of variable y_wind_at_lowest_model_layer from new to old metadata -INFO: Converting local name bl_mynn_edmf_tke of variable edmf_tke_transport_flag from new to old metadata -INFO: Converting local name tile_num of variable number_of_tile from new to old metadata -INFO: Converting local name con_pi of variable pi from new to old metadata -INFO: Converting local name abem of variable instantaneous_anthopogenic_and_biomass_burning_emissions from new to old metadata -INFO: Converting local name latidxprnt of variable latitude_index_in_debug_printouts from new to old metadata -INFO: Converting local name tcrf of variable cloud_phase_transition_denominator from new to old metadata -INFO: Converting local name cpilist of variable specific_heat_capacities_for_multi_gases_physics from new to old metadata -INFO: Converting local name tprcp_ocean of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_ocean from new to old metadata -INFO: Converting local name vgrs of variable y_wind from new to old metadata -INFO: Converting local name me of variable mpi_rank from new to old metadata -INFO: Converting local name nseffr of variable index_for_snow_effective_radius from new to old metadata -INFO: Converting local name crtrh(1) of variable critical_relative_humidity_at_surface from new to old metadata -INFO: Converting local name nrcm of variable array_dimension_of_random_number from new to old metadata -INFO: Converting local name phy_f2d(:,2) of variable surface_air_pressure_at_previous_time_step from new to old metadata -INFO: Converting local name totice of variable accumulated_lwe_thickness_of_ice_amount from new to old metadata -INFO: Converting local name vdftra of variable vertically_diffused_tracer_concentration from new to old metadata -INFO: Converting local name clam_shal of variable entrainment_rate_coefficient_shallow_convection from new to old metadata -INFO: Converting local name ulwsfc of variable cumulative_surface_upwelling_longwave_flux_multiplied_by_timestep from new to old metadata -INFO: Converting local name cldf of variable cloud_area_fraction from new to old metadata -INFO: Converting local name prslk of variable dimensionless_exner_function_at_model_layers from new to old metadata -INFO: Converting local name imp_physics_wsm6 of variable flag_for_wsm6_microphysics_scheme from new to old metadata -INFO: Converting local name blksz(ccpp_block_number) of variable horizontal_loop_extent from new to old metadata -INFO: Converting local name dtp of variable time_step_for_physics from new to old metadata -INFO: Converting local name nnirdf_cpl of variable cumulative_surface_net_downward_diffuse_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name tsurf_ice of variable surface_skin_temperature_after_iteration_over_ice from new to old metadata -INFO: Converting local name snowfallac of variable total_accumulated_snowfall from new to old metadata -INFO: Converting local name solhr of variable forecast_hour_of_the_day from new to old metadata -INFO: Converting local name use_zmtnblck of variable flag_for_mountain_blocking from new to old metadata -INFO: Converting local name sfcflw_type of variable sfcflw_type from new to old metadata -INFO: Converting local name rhofr of variable density_of_frozen_precipitation from new to old metadata -INFO: Converting local name dxmax of variable maximum_scaling_factor_for_critical_relative_humidity from new to old metadata -INFO: Converting local name rainc_cpl of variable lwe_thickness_of_convective_precipitation_amount_for_coupling from new to old metadata -INFO: Converting local name prautco of variable coefficient_from_cloud_water_to_rain from new to old metadata -INFO: Converting local name cumabs of variable maximum_column_heating_rate from new to old metadata -INFO: Converting local name Statein of variable GFS_statein_type_instance from new to old metadata -INFO: Converting local name ntasks of variable mpi_size from new to old metadata -INFO: Converting local name qsq of variable q_prime_squared from new to old metadata -INFO: Converting local name bl_mynn_mixqt of variable mix_total_water_flag from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_turbulent_kinetic_energy) of variable tendency_of_turbulent_kinetic_energy_due_to_model_physics from new to old metadata -INFO: Converting local name ntke of variable index_for_turbulent_kinetic_energy from new to old metadata -INFO: Converting local name kmp of variable top_layer_index_for_fast_physics from new to old metadata -INFO: Converting local name ffhh_ice of variable Monin_Obukhov_similarity_function_for_heat_over_ice from new to old metadata -INFO: Converting local name dq3dt(:,:,1) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_PBL from new to old metadata -INFO: Converting local name con_hfus of variable latent_heat_of_fusion_of_water_at_0C from new to old metadata -INFO: Converting local name isubc_lw of variable flag_for_lw_clouds_without_sub_grid_approximation from new to old metadata -INFO: Converting local name du3dt(:,:,3) of variable cumulative_change_in_x_wind_due_to_deep_convection from new to old metadata -INFO: Converting local name clx of variable fraction_of_grid_box_with_subgrid_orography_higher_than_critical_height from new to old metadata -INFO: Converting local name shoc_parm(4) of variable shoc_implicit_TKE_integration_uncentering_term from new to old metadata -INFO: Converting local name gasvmr(:,:,7) of variable volume_mixing_ratio_cfc12 from new to old metadata -INFO: Converting local name cappa of variable cappa_moist_gas_constant_at_Lagrangian_surface from new to old metadata -INFO: Converting local name cf_upi of variable convective_cloud_fraction_for_microphysics from new to old metadata -INFO: Converting local name cdata of variable ccpp_t_instance from new to old metadata -INFO: Converting local name phy_myj_akhs of variable heat_exchange_coefficient_for_MYJ_schemes from new to old metadata -INFO: Converting local name sedim of variable instantaneous_sedimentation from new to old metadata -INFO: Converting local name graupelmp of variable lwe_thickness_of_graupel_amount from new to old metadata -INFO: Converting local name skebu_wts of variable weights_for_stochastic_skeb_perturbation_of_x_wind_flipped from new to old metadata -INFO: Converting local name GFS_control_type of variable GFS_control_type from new to old metadata -INFO: Converting local name yearlen of variable number_of_days_in_year from new to old metadata -INFO: Converting local name save_q(:,:,index_for_water_vapor) of variable water_vapor_specific_humidity_save from new to old metadata -INFO: Converting local name smois of variable volume_fraction_of_soil_moisture_for_land_surface_model from new to old metadata -INFO: Converting local name gq0(:,:,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio_updated_by_physics from new to old metadata -INFO: Converting local name pwat of variable column_precipitable_water from new to old metadata -INFO: Converting local name cld1d of variable cloud_work_function from new to old metadata -INFO: Converting local name qvi of variable gas_tracers_for_multi_gas_physics_at_Lagrangian_surface from new to old metadata -INFO: Converting local name gabsbdlw of variable surface_downwelling_longwave_flux_absorbed_by_ground from new to old metadata -INFO: Converting local name tau_ngw of variable time_integral_of_momentum_flux_due_to_nonstationary_gravity_wave from new to old metadata -INFO: Converting local name xlat_d of variable latitude_degree from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_for_ice_effective_radius) of variable effective_radius_of_stratiform_cloud_ice_particle_in_um from new to old metadata -INFO: Converting local name nieffr of variable index_for_ice_effective_radius from new to old metadata -INFO: Converting local name do_ca of variable flag_for_cellular_automata from new to old metadata -INFO: Converting local name wtxy of variable water_storage_in_aquifer_and_saturated_soil from new to old metadata -INFO: Converting local name srunoff of variable surface_runoff from new to old metadata -INFO: Converting local name ntrnc of variable index_for_rain_number_concentration from new to old metadata -INFO: Converting local name ustm of variable surface_friction_velocity_drag from new to old metadata -INFO: Converting local name cnvprcp of variable cumulative_lwe_thickness_of_convective_precipitation_amount from new to old metadata -INFO: Converting local name imfdeepcnv_samf of variable flag_for_samf_deep_convection_scheme from new to old metadata -INFO: Converting local name si of variable vertical_sigma_coordinate_for_radiation_initialization from new to old metadata -INFO: Converting local name gwdcu of variable tendency_of_x_wind_due_to_convective_gravity_wave_drag from new to old metadata -INFO: Converting local name elvmax of variable maximum_subgrid_orography from new to old metadata -INFO: Converting local name slimskin_cpl of variable sea_land_ice_mask_in from new to old metadata -INFO: Converting local name dtsfc_cice of variable surface_upward_sensible_heat_flux_for_coupling_interstitial from new to old metadata -INFO: Converting local name do_mynnedmf of variable do_mynnedmf from new to old metadata -INFO: Converting local name zorll of variable surface_roughness_length_over_land from new to old metadata -INFO: Converting local name nswsfci_cpl of variable instantaneous_surface_net_downward_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name do_cldice of variable mg_flag_for_cloud_ice_processes from new to old metadata -INFO: Converting local name alboldxy of variable snow_albedo_at_previous_time_step from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_graupel) of variable graupel_mixing_ratio from new to old metadata -INFO: Converting local name rhcmax of variable maximum_critical_relative_humidity from new to old metadata -INFO: Converting local name Stateout of variable GFS_stateout_type_instance from new to old metadata -INFO: Converting local name nirbmdi of variable surface_downwelling_direct_near_infrared_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name gfluxi of variable instantaneous_surface_ground_heat_flux from new to old metadata -INFO: Converting local name drainncprv of variable explicit_rainfall_rate_from_previous_timestep from new to old metadata -INFO: Converting local name gflx of variable upward_heat_flux_in_soil from new to old metadata -INFO: Converting local name hflx_ocean of variable kinematic_surface_upward_sensible_heat_flux_over_ocean from new to old metadata -INFO: Converting local name nvdiff of variable number_of_vertical_diffusion_tracers from new to old metadata -INFO: Converting local name dspheat of variable flag_TKE_dissipation_heating from new to old metadata -INFO: Converting local name fhswr of variable frequency_for_shortwave_radiation from new to old metadata -INFO: Converting local name nthreads of variable omp_threads from new to old metadata -INFO: Converting local name islmsk of variable sea_land_ice_mask from new to old metadata -INFO: Converting local name ntchmdiag of variable number_of_chemical_tracers_for_diagnostics from new to old metadata -INFO: Converting local name nstf_name(5) of variable vertical_temperature_average_range_upper_bound from new to old metadata -INFO: Converting local name forceq of variable moisture_tendency_due_to_dynamics from new to old metadata -INFO: Converting local name nseasalt of variable number_of_seasalt_bins_for_diagnostics from new to old metadata -INFO: Converting local name gasvmr(:,:,2) of variable volume_mixing_ratio_n2o from new to old metadata -INFO: Converting local name ctei_rml of variable grid_sensitive_critical_cloud_top_entrainment_instability_criteria from new to old metadata -INFO: Converting local name sfc_wts of variable weights_for_stochastic_surface_physics_perturbation from new to old metadata -INFO: Converting local name oc of variable convexity_of_subgrid_orography from new to old metadata -INFO: Converting local name ep1d of variable surface_upward_potential_latent_heat_flux from new to old metadata -INFO: Converting local name u10mmax of variable maximum_x_wind_at_10m from new to old metadata -INFO: Converting local name nca of variable number_of_independent_cellular_automata from new to old metadata -INFO: Converting local name rtmassxy of variable fine_root_mass from new to old metadata -INFO: Converting local name ffmm_ocean of variable Monin_Obukhov_similarity_function_for_momentum_over_ocean from new to old metadata -INFO: Converting local name pertlai of variable magnitude_of_perturbation_of_leaf_area_index from new to old metadata -INFO: Converting local name mg_ncnst of variable mg_drop_concentration_constant from new to old metadata -INFO: Converting local name pgcon_shal of variable momentum_transport_reduction_factor_pgf_shallow_convection from new to old metadata -INFO: Converting local name edmf_qc of variable emdf_updraft_cloud_water from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_graupel) of variable tendency_of_graupel_mixing_ratio_due_to_model_physics from new to old metadata -INFO: Converting local name acvt of variable largest_cloud_top_vertical_index_encountered_thus_far from new to old metadata -INFO: Converting local name cmm of variable surface_drag_wind_speed_for_momentum_in_air from new to old metadata -INFO: Converting local name dt_cool of variable sub_layer_cooling_amount from new to old metadata -INFO: Converting local name qc_r of variable cloud_liquid_water_mixing_ratio from new to old metadata -INFO: Converting local name ral_ts of variable time_scale_for_rayleigh_damping from new to old metadata -INFO: Converting local name GFS_diag_type of variable GFS_diag_type from new to old metadata -INFO: Converting local name dnirdfi_cpl of variable instantaneous_surface_downwelling_diffuse_near_infrared_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name chh_ice of variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_ice from new to old metadata -INFO: Converting local name flipv of variable flag_flip from new to old metadata -INFO: Converting local name ldiag_ugwp of variable diag_ugwp_flag from new to old metadata -INFO: Converting local name ctei_r of variable cloud_top_entrainment_instability_value from new to old metadata -INFO: Converting local name ccn_nm of variable ccn_number_concentration from new to old metadata -INFO: Converting local name edmf_ent of variable emdf_updraft_entrainment_rate from new to old metadata -INFO: Converting local name htswc of variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step from new to old metadata -INFO: Converting local name phy_myj_thz0 of variable potential_temperature_at_viscous_sublayer_top from new to old metadata -INFO: Converting local name bl_mynn_edmf of variable edmf_flag from new to old metadata -INFO: Converting local name con_rd of variable gas_constant_dry_air from new to old metadata -INFO: Converting local name qss_land of variable surface_specific_humidity_over_land from new to old metadata -INFO: Converting local name zt1d of variable perturbation_of_heat_to_momentum_roughness_length_ratio from new to old metadata -INFO: Converting local name imp_physics_zhao_carr of variable flag_for_zhao_carr_microphysics_scheme from new to old metadata -INFO: Converting local name delz of variable thickness_at_Lagrangian_surface from new to old metadata -INFO: Converting local name dtsfci of variable instantaneous_surface_upward_sensible_heat_flux_for_diag from new to old metadata -INFO: Converting local name dvsfc_fd of variable integrated_y_momentum_flux_from_form_drag from new to old metadata -INFO: Converting local name totprcpb of variable accumulated_lwe_thickness_of_precipitation_amount_in_bucket from new to old metadata -INFO: Converting local name tcr of variable cloud_phase_transition_threshold_temperature from new to old metadata -INFO: Converting local name clstp of variable convective_cloud_switch from new to old metadata -INFO: Converting local name isatmedmf_vdifq of variable choice_of_updated_scale_aware_TKE_moist_EDMF_PBL from new to old metadata -INFO: Converting local name coszen of variable cosine_of_zenith_angle from new to old metadata -INFO: Converting local name nifa2d of variable tendency_of_ice_friendly_aerosols_at_surface from new to old metadata -INFO: Converting local name icy of variable flag_nonzero_sea_ice_surface_fraction from new to old metadata -INFO: Converting local name dudt of variable tendency_of_x_wind_due_to_model_physics from new to old metadata -INFO: Converting local name bl_dnfr of variable downdraft_fraction_in_boundary_layer_mass_flux_scheme from new to old metadata -INFO: Converting local name snohf of variable snow_freezing_rain_upward_latent_heat_flux from new to old metadata -INFO: Converting local name bexp1d of variable perturbation_of_soil_type_b_parameter from new to old metadata -INFO: Converting local name faersw of variable aerosol_optical_properties_for_shortwave_bands_01_16 from new to old metadata -INFO: Converting local name dtdt of variable tendency_of_air_temperature_due_to_model_physics from new to old metadata -INFO: Converting local name nvisdf_cpl of variable cumulative_surface_net_downward_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name dqsfcin_cpl of variable surface_upward_latent_heat_flux_for_coupling from new to old metadata -INFO: Converting local name con_p0 of variable standard_atmospheric_pressure from new to old metadata -INFO: Converting local name con_epsq of variable minimum_value_of_specific_humidity from new to old metadata -INFO: Converting local name dusfci_cpl of variable instantaneous_surface_x_momentum_flux_for_coupling from new to old metadata -INFO: Converting local name ep1d_ice of variable surface_upward_potential_latent_heat_flux_over_ice from new to old metadata -INFO: Converting local name fhour of variable forecast_time from new to old metadata -INFO: Converting local name refl_10cm of variable radar_reflectivity_10cm from new to old metadata -INFO: Converting local name shum_wts of variable weights_for_stochastic_shum_perturbation_flipped from new to old metadata -INFO: Converting local name dspfac of variable tke_dissipative_heating_factor from new to old metadata -INFO: Converting local name nnirbmi_cpl of variable instantaneous_surface_net_downward_direct_near_infrared_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name c1_deep of variable detrainment_conversion_parameter_deep_convection from new to old metadata -INFO: Converting local name dt3dt(:,:,4) of variable cumulative_change_in_temperature_due_to_deep_convection from new to old metadata -INFO: Converting local name dv3dt(:,:,4) of variable cumulative_change_in_y_wind_due_to_convective_gravity_wave_drag from new to old metadata -INFO: Converting local name phy_myj_a1u of variable weight_for_momentum_at_viscous_sublayer_top from new to old metadata -INFO: Converting local name iopt_stc of variable flag_for_soil_and_snow_temperature_time_stepping_option from new to old metadata -INFO: Converting local name adjvisbmd of variable surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux from new to old metadata -INFO: Converting local name icloud_bl of variable couple_sgs_clouds_to_radiation_flag from new to old metadata -INFO: Converting local name rb of variable bulk_richardson_number_at_lowest_model_level from new to old metadata -INFO: Converting local name faerlw(:,:,:,2) of variable aerosol_single_scattering_albedo_for_longwave_bands_01_16 from new to old metadata -INFO: Converting local name phy_myj_elflx of variable kinematic_surface_latent_heat_flux from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_for_snow_effective_radius) of variable effective_radius_of_stratiform_cloud_snow_particle_in_um from new to old metadata -INFO: Converting local name iopt_tbot of variable flag_for_lower_boundary_soil_temperature_option from new to old metadata -INFO: Converting local name pdfflag of variable flag_for_pdf_for_morrison_gettelman_microphysics_scheme from new to old metadata -INFO: Converting local name do_aw of variable flag_for_Arakawa_Wu_adjustment from new to old metadata -INFO: Converting local name do_tofd of variable turb_oro_form_drag_flag from new to old metadata -INFO: Converting local name dqdti of variable instantaneous_water_vapor_specific_humidity_tendency_due_to_convection from new to old metadata -INFO: Converting local name qi_r of variable cloud_ice_mixing_ratio from new to old metadata -INFO: Converting local name flag_iter of variable flag_for_iteration from new to old metadata -INFO: Converting local name CLDFRA_BL of variable subgrid_cloud_fraction_pbl from new to old metadata -INFO: Converting local name zorl_ice of variable surface_roughness_length_over_ice_interstitial from new to old metadata -INFO: Converting local name dd_mf of variable instantaneous_atmosphere_downdraft_convective_mass_flux from new to old metadata -INFO: Converting local name visdfui of variable surface_upwelling_diffuse_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name julian of variable julian_day from new to old metadata -INFO: Converting local name cd_ice of variable surface_drag_coefficient_for_momentum_in_air_over_ice from new to old metadata -INFO: Converting local name iovr_lw of variable flag_for_max_random_overlap_clouds_for_longwave_radiation from new to old metadata -INFO: Converting local name lmp of variable adjusted_vertical_level_dimension_for_radiation from new to old metadata -INFO: Converting local name kdt of variable index_of_time_step from new to old metadata -INFO: Converting local name ushfsfci of variable instantaneous_surface_upward_sensible_heat_flux_for_chemistry_coupling from new to old metadata -INFO: Converting local name rb_land of variable bulk_richardson_number_at_lowest_model_level_over_land from new to old metadata -INFO: Converting local name uustar of variable surface_friction_velocity from new to old metadata -INFO: Converting local name adjnirbmu of variable surface_upwelling_direct_near_infrared_shortwave_flux from new to old metadata -INFO: Converting local name do_mynnsfclay of variable do_mynnsfclay from new to old metadata -INFO: Converting local name aero_in of variable flag_for_aerosol_input_MG from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_water_vapor) of variable tendency_of_water_vapor_specific_humidity_due_to_model_physics from new to old metadata -INFO: Converting local name mol of variable theta_star from new to old metadata -INFO: Converting local name fwetxy of variable area_fraction_of_wet_canopy from new to old metadata -INFO: Converting local name phy_f2d(:,1) of variable surface_air_pressure_two_time_steps_back from new to old metadata -INFO: Converting local name topflw of variable lw_fluxes_top_atmosphere from new to old metadata -INFO: Converting local name satmedmf of variable flag_for_scale_aware_TKE_moist_EDMF_PBL from new to old metadata -INFO: Converting local name waxy of variable water_storage_in_aquifer from new to old metadata -INFO: Converting local name snow of variable lwe_thickness_of_snow_amount_on_dynamics_timestep from new to old metadata -INFO: Converting local name ivegsrc of variable vegetation_type_dataset_choice from new to old metadata -INFO: Converting local name sigmaf of variable bounded_vegetation_area_fraction from new to old metadata -INFO: Converting local name f_rain of variable fraction_of_rain_water_cloud from new to old metadata -INFO: Converting local name dkt of variable instantaneous_atmosphere_heat_diffusivity from new to old metadata -INFO: Converting local name asolfac_deep of variable aerosol_aware_parameter_deep_convection from new to old metadata -INFO: Converting local name dv3dt(:,:,2) of variable cumulative_change_in_y_wind_due_to_orographic_gravity_wave_drag from new to old metadata -INFO: Converting local name ipr of variable horizontal_index_of_printed_column from new to old metadata -INFO: Converting local name npzcappa of variable vertical_dimension_for_cappa_at_Lagrangian_surface from new to old metadata -INFO: Converting local name clam_deep of variable entrainment_rate_coefficient_deep_convection from new to old metadata -INFO: Converting local name dusfci of variable instantaneous_surface_x_momentum_flux_for_diag from new to old metadata -INFO: Converting local name cs_parm(4) of variable detrainment_and_precipitation_tunable_parameter_4_CS from new to old metadata -INFO: Converting local name levsp1 of variable vertical_dimension_plus_one from new to old metadata -INFO: Converting local name con_cp of variable specific_heat_of_dry_air_at_constant_pressure from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_water_vapor) of variable water_vapor_specific_humidity from new to old metadata -INFO: Converting local name prsik(:,1) of variable dimensionless_exner_function_at_lowest_model_interface from new to old metadata -INFO: Converting local name gasvmr(:,:,5) of variable volume_mixing_ratio_co from new to old metadata -INFO: Converting local name mg_ngcons of variable mg_flag_graupel_concentration_constant from new to old metadata -INFO: Converting local name acsnow of variable accumulated_water_equivalent_of_frozen_precip from new to old metadata -INFO: Converting local name levsm1 of variable vertical_dimension_minus_one from new to old metadata -INFO: Converting local name phy_myj_a1t of variable weight_for_potental_temperature_at_viscous_sublayer_top from new to old metadata -INFO: Converting local name ntracp1 of variable number_of_tracers_plus_one from new to old metadata -INFO: Converting local name GFS_Data of variable GFS_data_type_instance_all_blocks from new to old metadata -INFO: Converting local name zol of variable surface_stability_parameter from new to old metadata -INFO: Converting local name CCPP_interstitial of variable CCPP_interstitial_type_instance from new to old metadata -INFO: Converting local name isd of variable starting_x_direction_index_domain from new to old metadata -INFO: Converting local name cplflx of variable flag_for_flux_coupling from new to old metadata -INFO: Converting local name lradar of variable flag_for_radar_reflectivity from new to old metadata -INFO: Converting local name iseed_ca of variable seed_for_random_number_generation_in_cellular_automata_scheme from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_for_convective_cloud_cover_in_phy_f3d) of variable convective_cloud_cover_in_phy_f3d from new to old metadata -INFO: Converting local name dqsfci of variable instantaneous_surface_upward_latent_heat_flux_for_diag from new to old metadata -INFO: Converting local name dxmin of variable minimum_scaling_factor_for_critical_relative_humidity from new to old metadata -INFO: Converting local name sppt_wts of variable weights_for_stochastic_sppt_perturbation from new to old metadata -INFO: Converting local name tahxy of variable canopy_air_temperature from new to old metadata -INFO: Converting local name imn of variable forecast_month from new to old metadata -INFO: Converting local name evcw of variable canopy_upward_latent_heat_flux from new to old metadata -INFO: Converting local name input_nml_file of variable namelist_filename_for_internal_file_reads from new to old metadata -INFO: Converting local name raddt of variable time_step_for_radiation from new to old metadata -INFO: Converting local name dvisbmi_cpl of variable instantaneous_surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name gwdcv of variable tendency_of_y_wind_due_to_convective_gravity_wave_drag from new to old metadata -INFO: Converting local name evbsa of variable cumulative_soil_upward_latent_heat_flux_multiplied_by_timestep from new to old metadata -INFO: Converting local name cldwrk of variable cumulative_cloud_work_function from new to old metadata -INFO: Converting local name npzdelz of variable vertical_dimension_for_thickness_at_Lagrangian_surface from new to old metadata -INFO: Converting local name dvsfc_cice of variable surface_y_momentum_flux_for_coupling_interstitial from new to old metadata -INFO: Converting local name ql of variable cloud_liquid_water_specific_humidity_at_Lagrangian_surface from new to old metadata -INFO: Converting local name imp_physics_fer_hires of variable flag_for_fer_hires_microphysics_scheme from new to old metadata -INFO: Converting local name dvdt of variable tendency_of_y_wind_due_to_model_physics from new to old metadata -INFO: Converting local name dusfc_cpl of variable cumulative_surface_x_momentum_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name prsl(:,1) of variable air_pressure_at_lowest_model_layer from new to old metadata -INFO: Converting local name ktop_shallow of variable k_level_of_highest_reaching_plume from new to old metadata -INFO: Converting local name sfcfsw of variable sw_fluxes_sfc from new to old metadata -INFO: Converting local name gv0 of variable y_wind_updated_by_physics from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_rain_water) of variable rain_water_mixing_ratio from new to old metadata -INFO: Converting local name cdq_ocean of variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_ocean from new to old metadata -INFO: Converting local name sfcalb(:,4) of variable surface_albedo_due_to_UV_and_VIS_diffused from new to old metadata -INFO: Converting local name gamq of variable countergradient_mixing_term_for_water_vapor from new to old metadata -INFO: Converting local name mdt of variable time_step_for_remapping_for_fast_physics from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_ice_cloud_condensate) of variable ice_water_mixing_ratio from new to old metadata -INFO: Converting local name sfcalb(:,2) of variable surface_albedo_due_to_near_IR_diffused from new to old metadata -INFO: Converting local name phy_fctd of variable cloud_base_mass_flux from new to old metadata -INFO: Converting local name weasd_land of variable water_equivalent_accumulated_snow_depth_over_land from new to old metadata -INFO: Converting local name nwfa2d of variable tendency_of_water_friendly_aerosols_at_surface from new to old metadata -INFO: Converting local name GFS_Control of variable GFS_control_type_instance from new to old metadata -INFO: Converting local name nncl of variable number_of_tracers_for_cloud_condensate from new to old metadata -INFO: Converting local name olyr of variable ozone_concentration_at_layer_for_radiation from new to old metadata -INFO: Converting local name tg3 of variable deep_soil_temperature from new to old metadata -INFO: Converting local name Radtend of variable GFS_radtend_type_instance from new to old metadata -INFO: Converting local name sinlat of variable sine_of_latitude from new to old metadata -INFO: Converting local name sppt_wts of variable weights_for_stochastic_sppt_perturbation_flipped from new to old metadata -INFO: Converting local name ng of variable number_of_ghost_zones from new to old metadata -INFO: Converting local name phil of variable geopotential from new to old metadata -INFO: Converting local name flag_frsoil of variable flag_for_frozen_soil_physics from new to old metadata -INFO: Converting local name faersw(:,:,:,2) of variable aerosol_single_scattering_albedo_for_shortwave_bands_01_16 from new to old metadata -INFO: Converting local name qc of variable cloud_fraction_at_Lagrangian_surface from new to old metadata -INFO: Converting local name do_sfcperts of variable flag_for_stochastic_surface_perturbations from new to old metadata -INFO: Converting local name betas_deep of variable downdraft_fraction_reaching_surface_over_ocean_deep_convection from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_rain_number_concentration) of variable rain_number_concentration from new to old metadata -INFO: Converting local name ifd of variable index_of_dtlm_start from new to old metadata -INFO: Converting local name area of variable cell_area_for_fast_physics from new to old metadata -INFO: Converting local name trans_trac of variable flag_for_convective_transport_of_tracers from new to old metadata -INFO: Converting local name isatmedmf of variable choice_of_scale_aware_TKE_moist_EDMF_PBL from new to old metadata -INFO: Converting local name old_monin of variable flag_for_old_PBL_scheme from new to old metadata -INFO: Converting local name cplchm of variable flag_for_chemistry_coupling from new to old metadata -INFO: Converting local name raincprv of variable lwe_thickness_of_convective_precipitation_amount_from_previous_timestep from new to old metadata -INFO: Converting local name u1 of variable x_wind_at_lowest_model_layer_for_diag from new to old metadata -INFO: Converting local name gw_dvdt of variable tendency_of_y_wind_due_to_ugwp from new to old metadata -INFO: Converting local name dtsfc1 of variable instantaneous_surface_upward_sensible_heat_flux from new to old metadata -INFO: Converting local name gasvmr(:,:,9) of variable volume_mixing_ratio_ccl4 from new to old metadata -INFO: Converting local name semis_ice of variable surface_longwave_emissivity_over_ice_interstitial from new to old metadata -INFO: Converting local name zmtb of variable time_integral_of_height_of_mountain_blocking from new to old metadata -INFO: Converting local name dtauy2d_fd of variable y_momentum_tendency_from_form_drag from new to old metadata -INFO: Converting local name lakefrac of variable lake_area_fraction from new to old metadata -INFO: Converting local name do_myjpbl of variable do_myjpbl from new to old metadata -INFO: Converting local name sncovr of variable surface_snow_area_fraction_over_land from new to old metadata -INFO: Converting local name spd10max of variable maximum_wind_at_10m_over_maximum_hourly_time_interval from new to old metadata -INFO: Converting local name faerlw(:,:,:,3) of variable aerosol_asymmetry_parameter_for_longwave_bands_01_16 from new to old metadata -INFO: Converting local name adjsfculw_ocean of variable surface_upwelling_longwave_flux_over_ocean_interstitial from new to old metadata -INFO: Converting local name nscfshoc of variable index_of_subgrid_scale_cloud_fraction_from_shoc_in_phy_f3d from new to old metadata -INFO: Converting local name qv_r of variable humidity_mixing_ratio from new to old metadata -INFO: Converting local name gq0(:,:,index_for_water_vapor) of variable water_vapor_specific_humidity_updated_by_physics from new to old metadata -INFO: Converting local name lsnow_lsm of variable snow_vertical_dimension_for_land_surface_model from new to old metadata -INFO: Converting local name dv3dt_ngw of variable time_integral_of_change_in_y_wind_due_to_nonstationary_gravity_wave from new to old metadata -INFO: Converting local name tlyr of variable air_temperature_at_layer_for_radiation from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_turbulent_kinetic_energy) of variable turbulent_kinetic_energy from new to old metadata -INFO: Converting local name h2opl of variable h2o_forcing from new to old metadata -INFO: Converting local name smc of variable volume_fraction_of_soil_moisture from new to old metadata -INFO: Converting local name latr of variable number_of_latitude_points from new to old metadata -INFO: Converting local name crick_proof of variable flag_for_CRICK_proof_cloud_water from new to old metadata -INFO: Converting local name ssem of variable instantaneous_seasalt_emission_flux from new to old metadata -INFO: Converting local name xlai1d of variable perturbation_of_leaf_area_index from new to old metadata -INFO: Converting local name tdoms of variable dominant_snow_type from new to old metadata -INFO: Converting local name canopy of variable canopy_water_amount from new to old metadata -INFO: Converting local name dtauy2d_ss of variable y_momentum_tendency_from_small_scale_gwd from new to old metadata -INFO: Converting local name forcet of variable temperature_tendency_due_to_dynamics from new to old metadata -INFO: Converting local name snowmt of variable surface_snow_melt from new to old metadata -INFO: Converting local name ttendlim of variable limit_for_temperature_tendency_for_microphysics from new to old metadata -INFO: Converting local name clouds(:,:,6) of variable cloud_rain_water_path from new to old metadata -INFO: Converting local name sigmafrac of variable convective_updraft_area_fraction from new to old metadata -INFO: Converting local name tau_tofd of variable instantaneous_momentum_flux_due_to_turbulent_orographic_form_drag from new to old metadata -INFO: Converting local name gq0(:,:,index_for_ice_friendly_aerosols) of variable ice_friendly_aerosol_number_concentration_updated_by_physics from new to old metadata -INFO: Converting local name nsswr of variable number_of_timesteps_between_shortwave_radiation_calls from new to old metadata -INFO: Converting local name ulwsfc_cice of variable surface_upwelling_longwave_flux_for_coupling_interstitial from new to old metadata -INFO: Converting local name dq3dt(:,:,8) of variable cumulative_change_in_ozone_concentration_due_to_temperature from new to old metadata -INFO: Converting local name stress_ice of variable surface_wind_stress_over_ice from new to old metadata -INFO: Converting local name is of variable starting_x_direction_index from new to old metadata -INFO: Converting local name sbsno of variable snow_deposition_sublimation_upward_latent_heat_flux from new to old metadata -INFO: Converting local name cnvprcpb of variable cumulative_lwe_thickness_of_convective_precipitation_amount_in_bucket from new to old metadata -INFO: Converting local name rdlai of variable flag_for_reading_leaf_area_index_from_input from new to old metadata -INFO: Converting local name phy_f3d(:,:,4) of variable water_vapor_specific_humidity_at_previous_time_step from new to old metadata -INFO: Converting local name area of variable cell_area from new to old metadata -INFO: Converting local name con_eps of variable ratio_of_dry_air_to_water_vapor_gas_constants from new to old metadata -INFO: Converting local name edmf_a of variable emdf_updraft_area from new to old metadata -INFO: Converting local name dusfc1 of variable instantaneous_surface_x_momentum_flux from new to old metadata -INFO: Converting local name qlcn of variable mass_fraction_of_convective_cloud_liquid_water from new to old metadata -INFO: Converting local name fh2_land of variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_land from new to old metadata -INFO: Converting local name tprcp_land of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_land from new to old metadata -INFO: Converting local name chh_land of variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_land from new to old metadata -INFO: Converting local name dt3dt(:,:,1) of variable cumulative_change_in_temperature_due_to_longwave_radiation from new to old metadata -INFO: Converting local name nfracseed of variable cellular_automata_seed_probability from new to old metadata -INFO: Converting local name cwm of variable total_cloud_condensate_mixing_ratio_updated_by_physics from new to old metadata -INFO: Converting local name u10max of variable maximum_u_wind_at_10m_over_maximum_hourly_time_interval from new to old metadata -INFO: Converting local name dvsfc_ss of variable integrated_y_momentum_flux_from_small_scale_gwd from new to old metadata -INFO: Converting local name smcref2 of variable threshold_volume_fraction_of_condensed_water_in_soil from new to old metadata -INFO: Converting local name kcnv of variable flag_deep_convection from new to old metadata -INFO: Converting local name keepsmfr of variable volume_fraction_of_frozen_soil_moisture_for_land_surface_model from new to old metadata -INFO: Converting local name frain of variable dynamics_to_physics_timestep_ratio from new to old metadata -INFO: Converting local name debug of variable flag_debug from new to old metadata -INFO: Converting local name qrn of variable local_rain_water_mixing_ratio from new to old metadata -INFO: Converting local name tsfc_ocean of variable surface_skin_temperature_over_ocean_interstitial from new to old metadata -INFO: Converting local name levr of variable number_of_vertical_layers_for_radiation_calculations from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_graupel_number_concentration) of variable graupel_number_concentration from new to old metadata -INFO: Converting local name bl_upfr of variable updraft_fraction_in_boundary_layer_mass_flux_scheme from new to old metadata -INFO: Converting local name nsfcpert of variable number_of_surface_perturbations from new to old metadata -INFO: Converting local name evpco of variable coefficient_for_evaporation_of_rainfall from new to old metadata -INFO: Converting local name iems of variable flag_for_surface_emissivity_control from new to old metadata -INFO: Converting local name dlwsfc of variable cumulative_surface_downwelling_longwave_flux_multiplied_by_timestep from new to old metadata -INFO: Converting local name cimin of variable minimum_sea_ice_concentration from new to old metadata -INFO: Converting local name zs of variable depth_of_soil_levels_for_land_surface_model from new to old metadata -INFO: Converting local name fm10_land of variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_land from new to old metadata -INFO: Converting local name lsm_noahmp of variable flag_for_noahmp_land_surface_scheme from new to old metadata -INFO: Converting local name cs_parm(1) of variable updraft_velocity_tunable_parameter_1_CS from new to old metadata -INFO: Converting local name z_c of variable sub_layer_cooling_thickness from new to old metadata -INFO: Converting local name rainc of variable lwe_thickness_of_convective_precipitation_amount_on_dynamics_timestep from new to old metadata -INFO: Converting local name do_cnvgwd of variable flag_for_convective_gravity_wave_drag from new to old metadata -INFO: Converting local name nlunit of variable iounit_namelist from new to old metadata -INFO: Converting local name gw_dtdt of variable tendency_of_air_temperature_due_to_ugwp from new to old metadata -INFO: Converting local name phy_myj_vz0 of variable v_wind_component_at_viscous_sublayer_top from new to old metadata -INFO: Converting local name dusfc_ss of variable integrated_x_momentum_flux_from_small_scale_gwd from new to old metadata -INFO: Converting local name reset of variable flag_reset_maximum_hourly_fields from new to old metadata -INFO: Converting local name idat of variable date_and_time_at_model_initialization from new to old metadata -INFO: Converting local name oceanfrac of variable sea_area_fraction from new to old metadata -INFO: Converting local name rho_h2o of variable density_of_fresh_water from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_ozone) of variable ozone_mixing_ratio from new to old metadata -INFO: Converting local name qv of variable water_vapor_specific_humidity_at_Lagrangian_surface from new to old metadata -INFO: Converting local name adjnirdfd of variable surface_downwelling_diffuse_near_infrared_shortwave_flux from new to old metadata -INFO: Converting local name ca_global of variable flag_for_global_cellular_automata from new to old metadata -INFO: Converting local name landfrac of variable land_area_fraction from new to old metadata -INFO: Converting local name iopt_btr of variable flag_for_soil_moisture_factor_stomatal_resistance_option from new to old metadata -INFO: Converting local name cqs2 of variable surface_exchange_coefficient_for_moisture_at_2m from new to old metadata -INFO: Converting local name snohfa of variable cumulative_snow_freezing_rain_upward_latent_heat_flux_multiplied_by_timestep from new to old metadata -INFO: Converting local name nvisbm_cpl of variable cumulative_surface_net_downward_direct_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name GFS_sfcprop_type of variable GFS_sfcprop_type from new to old metadata -INFO: Converting local name oz_phys of variable flag_for_ozone_physics from new to old metadata -INFO: Converting local name rhowater of variable liquid_water_density from new to old metadata -INFO: Converting local name zsnsoxy of variable layer_bottom_depth_from_snow_surface from new to old metadata -INFO: Converting local name nthresh of variable threshold_for_perturbed_vertical_velocity from new to old metadata -INFO: Converting local name phy_f3d(:,:,1) of variable air_temperature_two_time_steps_back from new to old metadata -INFO: Converting local name gq0(:,:,index_for_water_friendly_aerosols) of variable water_friendly_aerosol_number_concentration_updated_by_physics from new to old metadata -INFO: Converting local name wetness of variable normalized_soil_wetness_for_land_surface_model from new to old metadata -INFO: Converting local name v10mi_cpl of variable instantaneous_y_wind_at_10m_for_coupling from new to old metadata -INFO: Converting local name rh02min of variable minimum_relative_humidity_at_2m_over_maximum_hourly_time_interval from new to old metadata -INFO: Converting local name nf_aelw of variable number_of_aerosol_output_fields_for_longwave_radiation from new to old metadata -INFO: Converting local name isubc_sw of variable flag_for_sw_clouds_without_sub_grid_approximation from new to old metadata -INFO: Converting local name gq0(:,:,index_for_rain_number_concentration) of variable rain_number_concentration_updated_by_physics from new to old metadata -INFO: Converting local name dvsfc1 of variable instantaneous_surface_y_momentum_flux from new to old metadata -INFO: Converting local name nirdfdi of variable surface_downwelling_diffuse_near_infrared_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name isatmedmf_vdif of variable choice_of_original_scale_aware_TKE_moist_EDMF_PBL from new to old metadata -INFO: Converting local name fprcp of variable number_of_frozen_precipitation_species from new to old metadata -INFO: Converting local name tsurf_land of variable surface_skin_temperature_after_iteration_over_land from new to old metadata -INFO: Converting local name kd of variable vertical_index_difference_between_inout_and_local from new to old metadata -INFO: Converting local name LTP of variable extra_top_layer from new to old metadata -INFO: Converting local name solcon of variable solar_constant from new to old metadata -INFO: Converting local name gq0(:,:,index_for_snow_number_concentration) of variable snow_number_concentration_updated_by_physics from new to old metadata -INFO: Converting local name bl_mynn_tkebudget of variable tke_budget from new to old metadata -INFO: Converting local name xu of variable diurnal_thermocline_layer_x_current from new to old metadata -INFO: Converting local name bl_mynn_tkeadvect of variable tke_advect from new to old metadata -INFO: Converting local name hflx_ice of variable kinematic_surface_upward_sensible_heat_flux_over_ice from new to old metadata -INFO: Converting local name smcwlt2 of variable volume_fraction_of_condensed_water_in_soil_at_wilting_point from new to old metadata -INFO: Converting local name imfdeepcnv of variable flag_for_mass_flux_deep_convection_scheme from new to old metadata -INFO: Converting local name ntchm of variable number_of_chemical_tracers from new to old metadata -INFO: Converting local name ncpl of variable local_condesed_water_number_concentration from new to old metadata -INFO: Converting local name vvl of variable omega from new to old metadata -INFO: Converting local name xkzminv of variable atmosphere_heat_diffusivity_background_maximum from new to old metadata -INFO: Converting local name snowc of variable surface_snow_area_fraction from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_of_subgrid_scale_cloud_fraction_from_shoc_in_phy_f3d) of variable subgrid_scale_cloud_fraction_from_shoc from new to old metadata -INFO: Converting local name du3dt(:,:,4) of variable cumulative_change_in_x_wind_due_to_convective_gravity_wave_drag from new to old metadata -INFO: Converting local name jcap of variable number_of_spectral_wave_trancation_for_sas from new to old metadata -INFO: Converting local name cd_ocean of variable surface_drag_coefficient_for_momentum_in_air_over_ocean from new to old metadata -INFO: Converting local name vfrac of variable vegetation_area_fraction from new to old metadata -INFO: Converting local name dvdftra of variable tendency_of_vertically_diffused_tracer_concentration from new to old metadata -INFO: Converting local name npzp1 of variable vertical_dimension_for_fast_physics_plus_one from new to old metadata -INFO: Converting local name duem of variable instantaneous_dust_emission_flux from new to old metadata -INFO: Converting local name prslrd0 of variable pressure_cutoff_for_rayleigh_damping from new to old metadata -INFO: Converting local name q2m of variable specific_humidity_at_2m from new to old metadata -INFO: Converting local name chs2 of variable surface_exchange_coefficient_for_heat_at_2m from new to old metadata -INFO: Converting local name lfmassxy of variable leaf_mass from new to old metadata -INFO: Converting local name phy_f3d(:,:,2) of variable water_vapor_specific_humidity_two_time_steps_back from new to old metadata -INFO: Converting local name rainp of variable tendency_of_rain_water_mixing_ratio_due_to_microphysics from new to old metadata -INFO: Converting local name ud_mf of variable instantaneous_atmosphere_updraft_convective_mass_flux from new to old metadata -INFO: Converting local name dudt_tms of variable instantaneous_change_in_x_wind_due_to_turbulent_orographic_form_drag from new to old metadata -INFO: Converting local name mg3_as_mg2 of variable flag_mg3_as_mg2 from new to old metadata -INFO: Converting local name htlw0 of variable tendency_of_air_temperature_due_to_longwave_heating_assuming_clear_sky_on_radiation_time_step from new to old metadata -INFO: Converting local name w_d of variable coefficient_w_d from new to old metadata -INFO: Converting local name shdmax of variable maximum_vegetation_area_fraction from new to old metadata -INFO: Converting local name iccn of variable flag_for_in_ccn_forcing_for_morrison_gettelman_microphysics from new to old metadata -INFO: Converting local name htlwc of variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step from new to old metadata -INFO: Converting local name scmpsw of variable components_of_surface_downward_shortwave_fluxes from new to old metadata -INFO: Converting local name tgrs(:,1) of variable air_temperature_at_lowest_model_layer from new to old metadata -INFO: Converting local name cmxy of variable surface_drag_coefficient_for_momentum_for_noahmp from new to old metadata -INFO: Converting local name snowd_land of variable surface_snow_thickness_water_equivalent_over_land from new to old metadata -INFO: Converting local name clouds(:,:,5) of variable mean_effective_radius_for_ice_cloud from new to old metadata -INFO: Converting local name xz of variable diurnal_thermocline_layer_thickness from new to old metadata -INFO: Converting local name tsfg of variable surface_ground_temperature_for_radiation from new to old metadata -INFO: Converting local name dkt of variable atmosphere_heat_diffusivity from new to old metadata -INFO: Converting local name qgrs of variable tracer_concentration from new to old metadata -INFO: Converting local name pgcon_deep of variable momentum_transport_reduction_factor_pgf_deep_convection from new to old metadata -INFO: Converting local name wind10mmax of variable maximum_wind_at_10m from new to old metadata -INFO: Converting local name slopetype of variable surface_slope_classification from new to old metadata -INFO: Converting local name Intdiag of variable GFS_diag_type_instance from new to old metadata -INFO: Converting local name mg_nccons of variable mg_flag_drop_concentration_constant from new to old metadata -INFO: Converting local name adjvisdfd of variable surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_snow_water) of variable tendency_of_snow_water_mixing_ratio_due_to_model_physics from new to old metadata -INFO: Converting local name nlwsfc_cpl of variable cumulative_surface_net_downward_longwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name clouds(:,:,9) of variable mean_effective_radius_for_snow_flake from new to old metadata -INFO: Converting local name con_cvap of variable specific_heat_of_water_vapor_at_constant_pressure from new to old metadata -INFO: Converting local name drydep of variable instantaneous_dry_deposition from new to old metadata -INFO: Converting local name semis_ocean of variable surface_longwave_emissivity_over_ocean_interstitial from new to old metadata -INFO: Converting local name master of variable mpi_root from new to old metadata -INFO: Converting local name gamt of variable countergradient_mixing_term_for_temperature from new to old metadata -INFO: Converting local name redrag of variable flag_for_reduced_drag_coefficient_over_sea from new to old metadata -INFO: Converting local name gq0(:,:,index_for_ozone) of variable ozone_concentration_updated_by_physics from new to old metadata -INFO: Converting local name do_skeb of variable flag_for_stochastic_skeb_option from new to old metadata -INFO: Converting local name qg_r of variable mass_weighted_rime_factor_mixing_ratio from new to old metadata -INFO: Converting local name min_seaice of variable sea_ice_minimum from new to old metadata -INFO: Converting local name betal_deep of variable downdraft_fraction_reaching_surface_over_land_deep_convection from new to old metadata -INFO: Converting local name alvwf of variable mean_vis_albedo_with_weak_cosz_dependency from new to old metadata -INFO: Converting local name do_gwd of variable flag_for_gravity_wave_drag from new to old metadata -INFO: Converting local name nf_aesw of variable number_of_aerosol_output_fields_for_shortwave_radiation from new to old metadata -INFO: Converting local name avg_max_length of variable time_interval_for_maximum_hourly_fields from new to old metadata -INFO: Converting local name tdomzr of variable dominant_freezing_rain_type from new to old metadata -INFO: Converting local name toticeb of variable accumulated_lwe_thickness_of_ice_amount_in_bucket from new to old metadata -INFO: Converting local name isppt_deep of variable flag_for_combination_of_sppt_with_isppt_deep from new to old metadata -INFO: Converting local name ice of variable lwe_thickness_of_ice_amount_on_dynamics_timestep from new to old metadata -INFO: Converting local name dq3dt(:,:,9) of variable cumulative_change_in_ozone_concentration_due_to_overhead_ozone_column from new to old metadata -INFO: Converting local name lsidea of variable flag_idealized_physics from new to old metadata -INFO: Converting local name ico2 of variable flag_for_using_prescribed_global_mean_co2_value from new to old metadata -INFO: Converting local name evap_ice of variable kinematic_surface_upward_latent_heat_flux_over_ice from new to old metadata -INFO: Converting local name do_awdd of variable flag_arakawa_wu_downdraft from new to old metadata -INFO: Converting local name hetfrz_classnuc of variable mg_flag_for_heterogeneous_freezing from new to old metadata -INFO: Converting local name mpiroot of variable mpi_root_for_fast_physics from new to old metadata -INFO: Converting local name dq3dt(:,:,4) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_microphysics from new to old metadata -INFO: Converting local name GFS_coupling_type of variable GFS_coupling_type from new to old metadata -INFO: Converting local name psurfi_cpl of variable instantaneous_surface_air_pressure_for_coupling from new to old metadata -INFO: Converting local name xkzm_h of variable atmosphere_heat_diffusivity_background from new to old metadata -INFO: Converting local name rh02max of variable maximum_relative_humidity_at_2m_over_maximum_hourly_time_interval from new to old metadata -INFO: Converting local name tmpmax of variable maximum_temperature_at_2m from new to old metadata -INFO: Converting local name fscav of variable fraction_of_tracer_scavenged from new to old metadata -INFO: Converting local name ntiwx of variable index_for_ice_cloud_condensate_vertical_diffusion_tracer from new to old metadata -INFO: Converting local name gasvmr(:,:,4) of variable volume_mixing_ratio_o2 from new to old metadata -INFO: Converting local name dpt2m of variable dewpoint_temperature_at_2m from new to old metadata -INFO: Converting local name mg_do_liq_liu of variable mg_flag_for_liu_liquid_treatment from new to old metadata -INFO: Converting local name ffhh_land of variable Monin_Obukhov_similarity_function_for_heat_over_land from new to old metadata -INFO: Converting local name crtrh(3) of variable critical_relative_humidity_at_top_of_atmosphere from new to old metadata -INFO: Converting local name smcwtdxy of variable soil_water_content_between_soil_bottom_and_water_table from new to old metadata -INFO: Converting local name visbmdi of variable surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name cdq_ice of variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_ice from new to old metadata -INFO: Converting local name adjnirdfu of variable surface_upwelling_diffuse_near_infrared_shortwave_flux from new to old metadata -INFO: Converting local name wcbmax of variable maximum_updraft_velocity_at_cloud_base from new to old metadata -INFO: Converting local name tsflw of variable surface_midlayer_air_temperature_in_longwave_radiation from new to old metadata -INFO: Converting local name asolfac_shal of variable aerosol_aware_parameter_shallow_convection from new to old metadata -INFO: Converting local name gabsbdlw_ocean of variable surface_downwelling_longwave_flux_absorbed_by_ground_over_ocean from new to old metadata -INFO: Converting local name de_lgth of variable cloud_decorrelation_length from new to old metadata -INFO: Converting local name GFS_interstitial_type of variable GFS_interstitial_type from new to old metadata -INFO: Converting local name imap of variable map_of_block_column_number_to_global_i_index from new to old metadata -INFO: Converting local name plyr of variable air_pressure_at_layer_for_radiation_in_hPa from new to old metadata -INFO: Converting local name skip_macro of variable flag_skip_macro from new to old metadata -INFO: Converting local name tsnoxy of variable snow_temperature from new to old metadata -INFO: Converting local name sbsnoa of variable cumulative_snow_deposition_sublimation_upward_latent_heat_flux_multiplied_by_timestep from new to old metadata -INFO: Converting local name prcpmp of variable lwe_thickness_of_explicit_precipitation_amount from new to old metadata -INFO: Converting local name clcn of variable convective_cloud_volume_fraction from new to old metadata -INFO: Converting local name gt0 of variable air_temperature_updated_by_physics from new to old metadata -INFO: Converting local name gamma of variable anisotropy_of_subgrid_orography from new to old metadata -INFO: Converting local name uconvtend of variable tendency_of_x_wind_due_to_deep_convection_for_coupling_on_physics_timestep from new to old metadata -INFO: Converting local name dswsfci_cpl of variable instantaneous_surface_downwelling_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name delp of variable pressure_thickness_at_Lagrangian_surface from new to old metadata -INFO: Converting local name lsm_ruc of variable flag_for_ruc_land_surface_scheme from new to old metadata -INFO: Converting local name dt_mf of variable instantaneous_atmosphere_detrainment_convective_mass_flux from new to old metadata -INFO: Converting local name d_conv of variable free_convection_layer_thickness from new to old metadata -INFO: Converting local name nlwsfci_cpl of variable instantaneous_surface_net_downward_longwave_flux_for_coupling from new to old metadata -INFO: Converting local name shum_wts of variable weights_for_stochastic_shum_perturbation from new to old metadata -INFO: Converting local name dswsfci of variable surface_downwelling_shortwave_flux from new to old metadata -INFO: Converting local name do_ysu of variable flag_for_ysu from new to old metadata -INFO: Converting local name q_con of variable cloud_condensed_water_specific_humidity_at_Lagrangian_surface from new to old metadata -INFO: Converting local name mom4ice of variable flag_for_mom4_coupling from new to old metadata -INFO: Converting local name tref of variable sea_surface_reference_temperature from new to old metadata -INFO: Converting local name faersw(:,:,:,3) of variable aerosol_asymmetry_parameter_for_shortwave_bands_01_16 from new to old metadata -INFO: Converting local name ie of variable ending_x_direction_index from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_water_friendly_aerosols) of variable water_friendly_aerosol_number_concentration from new to old metadata -INFO: Converting local name dugwd of variable time_integral_of_x_stress_due_to_gravity_wave_drag from new to old metadata -INFO: Converting local name ntot3d of variable number_of_fields_in_phyf3d from new to old metadata -INFO: Converting local name GFS_data_type of variable GFS_data_type from new to old metadata -INFO: Converting local name graupelprv of variable lwe_thickness_of_graupel_amount_from_previous_timestep from new to old metadata -INFO: Converting local name nstf_name(4) of variable vertical_temperature_average_range_lower_bound from new to old metadata -INFO: Converting local name kind_dyn of variable kind_dyn from new to old metadata -INFO: Converting local name acv of variable accumulated_lwe_thickness_of_convective_precipitation_amount_cnvc90 from new to old metadata -INFO: Converting local name lsoil_lsm of variable soil_vertical_dimension_for_land_surface_model from new to old metadata -INFO: Converting local name phy_myj_chkqlm of variable surface_layer_evaporation_switch from new to old metadata -INFO: Converting local name dtf of variable time_step_for_dynamics from new to old metadata -INFO: Converting local name dqsfci_cpl of variable instantaneous_surface_upward_latent_heat_flux_for_coupling from new to old metadata -INFO: Converting local name mg_do_hail of variable mg_flag_for_hail from new to old metadata -INFO: Converting local name iopt_sfc of variable flag_for_surface_layer_drag_coefficient_option from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_ice_cloud_number_concentration) of variable tendency_of_ice_number_concentration_due_to_model_physics from new to old metadata -INFO: Converting local name kind_LOGICAL of variable kind_LOGICAL from new to old metadata -INFO: Converting local name hybedmf of variable flag_for_hedmf from new to old metadata -INFO: Converting local name dvisdfi_cpl of variable instantaneous_surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name exch_h of variable atmosphere_heat_diffusivity_for_mynnpbl from new to old metadata -INFO: Converting local name z01d of variable perturbation_of_momentum_roughness_length from new to old metadata -INFO: Converting local name prevst of variable temperature_from_previous_timestep from new to old metadata -INFO: Converting local name tracers_total of variable number_of_total_tracers from new to old metadata -INFO: Converting local name wind of variable wind_speed_at_lowest_model_layer from new to old metadata -INFO: Converting local name hprime of variable statistical_measures_of_subgrid_orography from new to old metadata -INFO: Converting local name oz_coeffp5 of variable number_of_coefficients_in_ozone_forcing_data_plus_five from new to old metadata -INFO: Converting local name tvxy of variable vegetation_temperature from new to old metadata -INFO: Converting local name ncps of variable local_snow_number_concentration from new to old metadata -INFO: Converting local name zlvl of variable height_above_ground_at_lowest_model_layer from new to old metadata -INFO: Converting local name restart of variable flag_for_restart from new to old metadata -INFO: Converting local name con_tice of variable freezing_point_temperature_of_seawater from new to old metadata -INFO: Converting local name sfcnsw of variable surface_net_downwelling_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name tau_mtb of variable time_integral_of_momentum_flux_due_to_mountain_blocking_drag from new to old metadata -INFO: Metadata table for model FV3 written to tests/build_fv3_14/FV3/ccpp/physics/CCPP_VARIABLES_FV3.html -INFO: Parsing metadata tables in physics scheme files ... -INFO: Parsed tables in scheme rayleigh_damp -INFO: Parsed tables in scheme GFS_surface_composites_pre -INFO: Parsed tables in scheme GFS_surface_composites_inter -INFO: Parsed tables in scheme GFS_surface_composites_post -INFO: Parsed tables in scheme rrtmg_sw -INFO: Parsed tables in scheme sfc_ocean -INFO: Parsed tables in scheme gwdc_pre -INFO: Parsed tables in scheme gwdc -INFO: Parsed tables in scheme gwdc_post -INFO: Parsed tables in scheme cu_gf_driver_pre -INFO: Parsed tables in scheme gfdl_cloud_microphys -INFO: Parsed tables in scheme GFS_time_vary_pre -INFO: Parsed tables in scheme GFS_rrtmg_setup -INFO: Parsed tables in scheme zhaocarr_gscond -INFO: Parsed tables in scheme ysuvdif -INFO: Parsed tables in scheme rrtmg_sw_post -INFO: Parsed tables in scheme GFS_SCNV_generic_pre -INFO: Parsed tables in scheme GFS_SCNV_generic_post -INFO: Parsed tables in scheme GFS_rrtmg_pre -INFO: Parsed tables in scheme sfc_sice -INFO: Parsed tables in scheme samfdeepcnv -INFO: Parsed tables in scheme satmedmfvdif -INFO: Parsed tables in scheme mynnrad_post -INFO: Parsed tables in scheme cu_gf_driver_post -INFO: Parsed tables in scheme cs_conv_aw_adj -INFO: Parsed tables in scheme GFS_phys_time_vary -INFO: Parsed tables in scheme ozphys_2015 -INFO: Parsed tables in scheme GFS_suite_interstitial_rad_reset -INFO: Parsed tables in scheme GFS_suite_interstitial_phys_reset -INFO: Parsed tables in scheme GFS_suite_interstitial_1 -INFO: Parsed tables in scheme GFS_suite_interstitial_2 -INFO: Parsed tables in scheme GFS_suite_stateout_reset -INFO: Parsed tables in scheme GFS_suite_stateout_update -INFO: Parsed tables in scheme GFS_suite_interstitial_3 -INFO: Parsed tables in scheme GFS_suite_interstitial_4 -INFO: Parsed tables in scheme samfshalcnv -INFO: Parsed tables in scheme zhaocarr_precpd -INFO: Parsed tables in scheme noahmpdrv -INFO: Parsed tables in scheme mp_fer_hires -INFO: Parsed tables in scheme myjpbl_wrapper -INFO: Parsed tables in scheme GFS_surface_generic_pre -INFO: Parsed tables in scheme GFS_surface_generic_post -INFO: Parsed tables in scheme cu_ntiedtke_post -INFO: Parsed tables in scheme sfc_diag -INFO: Parsed tables in scheme rrtmg_lw -INFO: Parsed tables in scheme GFS_diagtoscreen -INFO: Parsed tables in scheme GFS_interstitialtoscreen -INFO: Parsed tables in scheme GFS_abort -INFO: Parsed tables in scheme GFS_checkland -INFO: Parsed tables in scheme mynnrad_pre -INFO: Parsed tables in scheme satmedmfvdifq -INFO: Parsed tables in scheme cs_conv_pre -INFO: Parsed tables in scheme cs_conv_post -INFO: Parsed tables in scheme cs_conv -INFO: Parsed tables in scheme shinhongvdif -INFO: Parsed tables in scheme h2ophys -INFO: Parsed tables in scheme rrtmg_lw_post -INFO: Parsed tables in scheme sfc_nst -INFO: Parsed tables in scheme sfc_nst_pre -INFO: Parsed tables in scheme sfc_nst_post -INFO: Parsed tables in scheme cu_ntiedtke_pre -INFO: Parsed tables in scheme cu_ntiedtke -INFO: Parsed tables in scheme cires_ugwp_post -INFO: Parsed tables in scheme hedmf -INFO: Parsed tables in scheme sfc_diff -INFO: Parsed tables in scheme mp_thompson_pre -INFO: Parsed tables in scheme sfc_diag_post -INFO: Parsed tables in scheme m_micro_pre -INFO: Parsed tables in scheme m_micro_post -INFO: Parsed tables in scheme m_micro -INFO: Parsed tables in scheme fv_sat_adj -INFO: Parsed tables in scheme GFS_surface_loop_control_part1 -INFO: Parsed tables in scheme GFS_surface_loop_control_part2 -INFO: Parsed tables in scheme shoc -INFO: Parsed tables in scheme GFS_rrtmg_post -INFO: Parsed tables in scheme GFS_GWD_generic_pre -INFO: Parsed tables in scheme GFS_GWD_generic_post -INFO: Parsed tables in scheme rrtmg_sw_pre -INFO: Parsed tables in scheme GFS_MP_generic_pre -INFO: Parsed tables in scheme GFS_MP_generic_post -INFO: Parsed tables in scheme cu_gf_driver -INFO: Parsed tables in scheme GFS_PBL_generic_pre -INFO: Parsed tables in scheme GFS_PBL_generic_post -INFO: Parsed tables in scheme mp_thompson_post -INFO: Parsed tables in scheme mp_thompson -INFO: Parsed tables in scheme rrtmg_lw_pre -INFO: Parsed tables in scheme gwdps -INFO: Parsed tables in scheme shalcnv -INFO: Parsed tables in scheme cires_ugwp -INFO: Parsed tables in scheme get_prs_fv3 -INFO: Parsed tables in scheme get_phi_fv3 -INFO: Parsed tables in scheme mynnsfc_wrapper -INFO: Parsed tables in scheme GFS_suite_ini_fini_test -INFO: Parsed tables in scheme myjsfc_wrapper -INFO: Parsed tables in scheme mynnedmf_wrapper -INFO: Parsed tables in scheme ozphys -INFO: Parsed tables in scheme lsm_ruc -INFO: Parsed tables in scheme GFS_stochastics -INFO: Parsed tables in scheme drag_suite -INFO: Parsed tables in scheme sfc_cice -INFO: Parsed tables in scheme sascnvn -INFO: Parsed tables in scheme lsm_ruc_sfc_sice_pre -INFO: Parsed tables in scheme lsm_ruc_sfc_sice_post -INFO: Parsed tables in scheme GFS_DCNV_generic_pre -INFO: Parsed tables in scheme GFS_DCNV_generic_post -INFO: Parsed tables in scheme cnvc90 -INFO: Parsed tables in scheme GFS_rad_time_vary -INFO: Parsed tables in scheme maximum_hourly_diagnostics -INFO: Parsed tables in scheme lsm_noah -INFO: Parsed tables in scheme dcyc2t3 -INFO: Parsed tables in scheme dcyc2t3_post -INFO: Parsed tables in scheme moninshoc -INFO: filtering out variable GFS_stateout_type_instance -INFO: filtering out variable accumulated_change_of_air_temperature_due_to_FA_scheme -INFO: filtering out variable air_temperature_at_previous_time_step -INFO: filtering out variable air_temperature_two_time_steps_back -INFO: filtering out variable area_fraction_of_wet_canopy -INFO: filtering out variable atmosphere_heat_diffusivity_from_shoc -INFO: filtering out variable baseline_surface_roughness_length -INFO: filtering out variable canopy_air_temperature -INFO: filtering out variable canopy_air_vapor_pressure -INFO: filtering out variable canopy_intercepted_ice_mass -INFO: filtering out variable canopy_intercepted_liquid_water -INFO: filtering out variable characteristic_grid_length_scale -INFO: filtering out variable choice_of_updated_scale_aware_TKE_moist_EDMF_PBL -INFO: filtering out variable cloud_area_fraction -INFO: filtering out variable cloud_condensed_water_conversion_threshold -INFO: filtering out variable coefficient_for_evaporation_of_rainfall -INFO: filtering out variable coefficient_from_cloud_ice_to_snow -INFO: filtering out variable coefficient_from_cloud_water_to_rain -INFO: filtering out variable cumulative_change_in_x_wind_due_to_convective_gravity_wave_drag -INFO: filtering out variable cumulative_change_in_y_wind_due_to_convective_gravity_wave_drag -INFO: filtering out variable do_myjsfc -INFO: filtering out variable downdraft_fraction_in_boundary_layer_mass_flux_scheme -INFO: filtering out variable equilibrium_soil_water_content -INFO: filtering out variable fa_threshold_relative_humidity_for_onset_of_condensation -INFO: filtering out variable fast_soil_pool_mass_content_of_carbon -INFO: filtering out variable fine_root_mass -INFO: filtering out variable flag_for_canopy_stomatal_resistance_option -INFO: filtering out variable flag_for_dynamic_vegetation_option -INFO: filtering out variable flag_for_frozen_soil_permeability_option -INFO: filtering out variable flag_for_ground_snow_surface_albedo_option -INFO: filtering out variable flag_for_individual_cloud_species_advected -INFO: filtering out variable flag_for_lower_boundary_soil_temperature_option -INFO: filtering out variable flag_for_precipitation_partition_option -INFO: filtering out variable flag_for_radiation_transfer_option -INFO: filtering out variable flag_for_runoff_and_groundwater_option -INFO: filtering out variable flag_for_sas_deep_convection_scheme -INFO: filtering out variable flag_for_shoc_after_convection -INFO: filtering out variable flag_for_soil_and_snow_temperature_time_stepping_option -INFO: filtering out variable flag_for_soil_moisture_factor_stomatal_resistance_option -INFO: filtering out variable flag_for_supercooled_liquid_water_option -INFO: filtering out variable flag_for_surface_layer_drag_coefficient_option -INFO: filtering out variable ground_temperature_for_noahmp -INFO: filtering out variable gwd_opt -INFO: filtering out variable heat_exchange_coefficient_for_MYJ_schemes -INFO: filtering out variable ice_supersaturation_threshold -INFO: filtering out variable integrated_x_momentum_flux_from_blocking_drag -INFO: filtering out variable integrated_x_momentum_flux_from_form_drag -INFO: filtering out variable integrated_x_momentum_flux_from_large_scale_gwd -INFO: filtering out variable integrated_x_momentum_flux_from_small_scale_gwd -INFO: filtering out variable integrated_y_momentum_flux_from_blocking_drag -INFO: filtering out variable integrated_y_momentum_flux_from_form_drag -INFO: filtering out variable integrated_y_momentum_flux_from_large_scale_gwd -INFO: filtering out variable integrated_y_momentum_flux_from_small_scale_gwd -INFO: filtering out variable kinematic_buoyancy_flux_from_shoc -INFO: filtering out variable kinematic_surface_latent_heat_flux -INFO: filtering out variable lake_water_storage -INFO: filtering out variable layer_bottom_depth_from_snow_surface -INFO: filtering out variable leaf_mass -INFO: filtering out variable liquid_water_density -INFO: filtering out variable mass_weighted_rime_factor_updated_by_physics -INFO: filtering out variable maximum_column_heating_rate -INFO: filtering out variable minimum_value_of_specific_humidity -INFO: filtering out variable momentum_exchange_coefficient_for_MYJ_schemes -INFO: filtering out variable nondimensional_snow_age -INFO: filtering out variable number_of_snow_layers -INFO: filtering out variable number_of_spectral_wave_trancation_for_sas -INFO: filtering out variable potential_temperature_at_2m -INFO: filtering out variable potential_temperature_at_viscous_sublayer_top -INFO: filtering out variable prandtl_number -INFO: filtering out variable shoc_flag_for_optional_surface_TKE_dissipation -INFO: filtering out variable shoc_implicit_TKE_integration_uncentering_term -INFO: filtering out variable shoc_tke_dissipatation_pressure_threshold -INFO: filtering out variable shoc_tke_dissipation_tunable_parameter -INFO: filtering out variable shoc_tke_dissipation_tunable_parameter_near_surface -INFO: filtering out variable slow_soil_pool_mass_content_of_carbon -INFO: filtering out variable snow_albedo_at_previous_time_step -INFO: filtering out variable snow_layer_ice -INFO: filtering out variable snow_layer_liquid_water -INFO: filtering out variable snow_mass_at_previous_time_step -INFO: filtering out variable snow_precipitation_rate_at_surface -INFO: filtering out variable snow_temperature -INFO: filtering out variable soil_water_content_between_soil_bottom_and_water_table -INFO: filtering out variable specific_humidity_at_viscous_sublayer_top -INFO: filtering out variable stem_area_index -INFO: filtering out variable stem_mass -INFO: filtering out variable surface_air_pressure_at_previous_time_step -INFO: filtering out variable surface_air_pressure_two_time_steps_back -INFO: filtering out variable surface_drag_coefficient_for_heat_and_moisture_for_noahmp -INFO: filtering out variable surface_drag_coefficient_for_momentum_for_noahmp -INFO: filtering out variable surface_exchange_coefficient_for_heat -INFO: filtering out variable surface_exchange_coefficient_for_heat_at_2m -INFO: filtering out variable surface_exchange_coefficient_for_moisture -INFO: filtering out variable surface_exchange_coefficient_for_moisture_at_2m -INFO: filtering out variable surface_friction_velocity_drag -INFO: filtering out variable surface_latent_heat -INFO: filtering out variable surface_layer_evaporation_switch -INFO: filtering out variable surface_specific_humidity_for_MYJ_schemes -INFO: filtering out variable surface_stability_parameter -INFO: filtering out variable tendency_of_rain_water_mixing_ratio_due_to_microphysics -INFO: filtering out variable tendency_of_x_wind_due_to_convective_gravity_wave_drag -INFO: filtering out variable tendency_of_y_wind_due_to_convective_gravity_wave_drag -INFO: filtering out variable theta_star -INFO: filtering out variable tke_dissipative_heating_factor -INFO: filtering out variable turbulent_kinetic_energy_convective_transport_tracer -INFO: filtering out variable u_wind_component_at_viscous_sublayer_top -INFO: filtering out variable updraft_fraction_in_boundary_layer_mass_flux_scheme -INFO: filtering out variable v_wind_component_at_viscous_sublayer_top -INFO: filtering out variable vegetation_temperature -INFO: filtering out variable water_storage_in_aquifer -INFO: filtering out variable water_storage_in_aquifer_and_saturated_soil -INFO: filtering out variable water_table_depth -INFO: filtering out variable water_table_recharge_when_deep -INFO: filtering out variable water_table_recharge_when_shallow -INFO: filtering out variable water_vapor_specific_humidity_at_previous_time_step -INFO: filtering out variable water_vapor_specific_humidity_two_time_steps_back -INFO: filtering out variable weight_for_momentum_at_viscous_sublayer_top -INFO: filtering out variable weight_for_potental_temperature_at_viscous_sublayer_top -INFO: filtering out variable weight_for_specific_humidity_at_viscous_sublayer_top -INFO: filtering out variable wood_mass -INFO: filtering out variable x_momentum_tendency_from_blocking_drag -INFO: filtering out variable x_momentum_tendency_from_form_drag -INFO: filtering out variable x_momentum_tendency_from_large_scale_gwd -INFO: filtering out variable x_momentum_tendency_from_small_scale_gwd -INFO: filtering out variable y_momentum_tendency_from_blocking_drag -INFO: filtering out variable y_momentum_tendency_from_form_drag -INFO: filtering out variable y_momentum_tendency_from_large_scale_gwd -INFO: filtering out variable y_momentum_tendency_from_small_scale_gwd -INFO: Checking optional arguments in physics schemes ... -INFO: Metadata table for model FV3 written to tests/build_fv3_14/FV3/ccpp/framework/doc/DevelopersGuide/CCPP_VARIABLES_FV3.tex -INFO: Comparing metadata for requested and provided variables ... -INFO: Automatic unit conversion from m to um for effective_radius_of_stratiform_cloud_ice_particle_in_um before entering MODULE_mp_thompson SCHEME_mp_thompson SUBROUTINE_mp_thompson_run -INFO: Automatic unit conversion from m to um for effective_radius_of_stratiform_cloud_liquid_water_particle_in_um before entering MODULE_mp_thompson SCHEME_mp_thompson SUBROUTINE_mp_thompson_run -INFO: Automatic unit conversion from m to um for effective_radius_of_stratiform_cloud_snow_particle_in_um before entering MODULE_mp_thompson SCHEME_mp_thompson SUBROUTINE_mp_thompson_run -INFO: Generating schemes makefile/cmakefile snippet ... -INFO: Added 168 schemes to tests/build_fv3_14/FV3/ccpp/physics/CCPP_SCHEMES.mk, tests/build_fv3_14/FV3/ccpp/physics/CCPP_SCHEMES.cmake, tests/build_fv3_14/FV3/ccpp/physics/CCPP_SCHEMES.sh -INFO: Generating suite and group caps ... -INFO: Generating static API ccpp_static_api.F90 in tests/build_fv3_14/FV3/ccpp/physics ... -INFO: Generating caps makefile/cmakefile snippet ... -INFO: Added 29 auto-generated caps to tests/build_fv3_14/FV3/ccpp/physics/CCPP_CAPS.mk and tests/build_fv3_14/FV3/ccpp/physics/CCPP_CAPS.cmake -INFO: CCPP prebuild step completed successfully. -+ source build_fv3_14/FV3/ccpp/physics/CCPP_SCHEMES.sh -++ export 'CCPP_SCHEMES=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/aer_cloud.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/aerclm_def.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/aerinterp.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/calpreciptype.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cldwat2m_micro.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cldmacro.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/date_def.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/funcphys.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gcycle.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/h2o_def.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/h2ointerp.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/iccn_def.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/iccninterp.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/iounitdef.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/machine.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mersenne_twister.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfpbl.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg_utils.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg2_0.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg3_0.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/multi_gases.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_model.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_parameters.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_radar.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_thompson.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MP_FER_HIRES.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_bl_mynn.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_mynn.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_orowam2017.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/namelist_soilveg.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfpblt.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfpbltq.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfscu.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfscuq.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/noahmp_tables.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/num_parthds.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozne_def.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozinterp.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/physcons.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/physparam.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radcons.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_aerosols.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_astronomy.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_clouds.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_gases.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_surface.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radlw_datatb.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radlw_param.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radsw_datatb.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radsw_param.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/samfaerosols.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfcsub.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sflx.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/set_soilveg.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/surface_perturbation.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_deep.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_sh.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/tridi.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/wv_saturation.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_soil_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rayleigh_damp.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radsw_main.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_ocean.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gwdc.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gscond.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ysuvdif.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_sice.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/samfdeepcnv.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/satmedmfvdif.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozphys_2015.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/samfshalcnv.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/precpd.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_fer_hires.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diag.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radlw_main.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_debug.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/satmedmfvdifq.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cs_conv.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/shinhongvdif.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/h2ophys.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_nst.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/moninedmf.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diff.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diag_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/m_micro.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gcm_shoc.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gwdps.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/shalcnv.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/get_prs_fv3.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozphys.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_stochastics.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/drag_suite.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_cice.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sascnvn.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cnvc90.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_drv.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/dcyc2.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/moninshoc.f' -++ CCPP_SCHEMES='/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/aer_cloud.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/aerclm_def.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/aerinterp.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/calpreciptype.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cldwat2m_micro.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cldmacro.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/date_def.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/funcphys.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gcycle.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/h2o_def.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/h2ointerp.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/iccn_def.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/iccninterp.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/iounitdef.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/machine.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mersenne_twister.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfpbl.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg_utils.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg2_0.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg3_0.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/multi_gases.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_model.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_parameters.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_radar.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_thompson.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MP_FER_HIRES.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_bl_mynn.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_mynn.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_orowam2017.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/namelist_soilveg.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfpblt.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfpbltq.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfscu.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfscuq.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/noahmp_tables.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/num_parthds.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozne_def.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozinterp.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/physcons.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/physparam.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radcons.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_aerosols.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_astronomy.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_clouds.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_gases.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_surface.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radlw_datatb.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radlw_param.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radsw_datatb.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radsw_param.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/samfaerosols.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfcsub.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sflx.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/set_soilveg.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/surface_perturbation.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_deep.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_sh.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/tridi.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/wv_saturation.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_soil_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rayleigh_damp.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radsw_main.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_ocean.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gwdc.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gscond.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ysuvdif.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_sice.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/samfdeepcnv.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/satmedmfvdif.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozphys_2015.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/samfshalcnv.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/precpd.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_fer_hires.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diag.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radlw_main.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_debug.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/satmedmfvdifq.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cs_conv.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/shinhongvdif.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/h2ophys.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_nst.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/moninedmf.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diff.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diag_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/m_micro.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gcm_shoc.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gwdps.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/shalcnv.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/get_prs_fv3.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozphys.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_stochastics.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/drag_suite.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_cice.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sascnvn.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cnvc90.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_drv.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/dcyc2.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/moninshoc.f' -+ source build_fv3_14/FV3/ccpp/physics/CCPP_CAPS.sh -++ export 'CCPP_CAPS=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_14/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_14/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_fast_physics_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_14/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_time_vary_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_14/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_radiation_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_14/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_physics_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_14/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_stochastics_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_14/FV3/ccpp/physics/ccpp_FV3_GFS_v15_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_14/FV3/ccpp/physics/ccpp_FV3_GFS_v15_fast_physics_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_14/FV3/ccpp/physics/ccpp_FV3_GFS_v15_time_vary_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_14/FV3/ccpp/physics/ccpp_FV3_GFS_v15_radiation_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_14/FV3/ccpp/physics/ccpp_FV3_GFS_v15_physics_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_14/FV3/ccpp/physics/ccpp_FV3_GFS_v15_stochastics_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_14/FV3/ccpp/physics/ccpp_FV3_GFS_v15plus_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_14/FV3/ccpp/physics/ccpp_FV3_GFS_v15plus_fast_physics_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_14/FV3/ccpp/physics/ccpp_FV3_GFS_v15plus_time_vary_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_14/FV3/ccpp/physics/ccpp_FV3_GFS_v15plus_radiation_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_14/FV3/ccpp/physics/ccpp_FV3_GFS_v15plus_physics_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_14/FV3/ccpp/physics/ccpp_FV3_GFS_v15plus_stochastics_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_14/FV3/ccpp/physics/ccpp_FV3_CPT_v0_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_14/FV3/ccpp/physics/ccpp_FV3_CPT_v0_fast_physics_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_14/FV3/ccpp/physics/ccpp_FV3_CPT_v0_time_vary_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_14/FV3/ccpp/physics/ccpp_FV3_CPT_v0_radiation_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_14/FV3/ccpp/physics/ccpp_FV3_CPT_v0_physics_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_14/FV3/ccpp/physics/ccpp_FV3_CPT_v0_stochastics_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_14/FV3/ccpp/physics/ccpp_FV3_GSD_v0_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_14/FV3/ccpp/physics/ccpp_FV3_GSD_v0_time_vary_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_14/FV3/ccpp/physics/ccpp_FV3_GSD_v0_radiation_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_14/FV3/ccpp/physics/ccpp_FV3_GSD_v0_physics_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_14/FV3/ccpp/physics/ccpp_FV3_GSD_v0_stochastics_cap.F90' -++ CCPP_CAPS='/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_14/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_14/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_fast_physics_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_14/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_time_vary_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_14/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_radiation_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_14/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_physics_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_14/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_stochastics_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_14/FV3/ccpp/physics/ccpp_FV3_GFS_v15_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_14/FV3/ccpp/physics/ccpp_FV3_GFS_v15_fast_physics_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_14/FV3/ccpp/physics/ccpp_FV3_GFS_v15_time_vary_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_14/FV3/ccpp/physics/ccpp_FV3_GFS_v15_radiation_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_14/FV3/ccpp/physics/ccpp_FV3_GFS_v15_physics_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_14/FV3/ccpp/physics/ccpp_FV3_GFS_v15_stochastics_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_14/FV3/ccpp/physics/ccpp_FV3_GFS_v15plus_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_14/FV3/ccpp/physics/ccpp_FV3_GFS_v15plus_fast_physics_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_14/FV3/ccpp/physics/ccpp_FV3_GFS_v15plus_time_vary_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_14/FV3/ccpp/physics/ccpp_FV3_GFS_v15plus_radiation_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_14/FV3/ccpp/physics/ccpp_FV3_GFS_v15plus_physics_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_14/FV3/ccpp/physics/ccpp_FV3_GFS_v15plus_stochastics_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_14/FV3/ccpp/physics/ccpp_FV3_CPT_v0_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_14/FV3/ccpp/physics/ccpp_FV3_CPT_v0_fast_physics_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_14/FV3/ccpp/physics/ccpp_FV3_CPT_v0_time_vary_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_14/FV3/ccpp/physics/ccpp_FV3_CPT_v0_radiation_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_14/FV3/ccpp/physics/ccpp_FV3_CPT_v0_physics_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_14/FV3/ccpp/physics/ccpp_FV3_CPT_v0_stochastics_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_14/FV3/ccpp/physics/ccpp_FV3_GSD_v0_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_14/FV3/ccpp/physics/ccpp_FV3_GSD_v0_time_vary_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_14/FV3/ccpp/physics/ccpp_FV3_GSD_v0_radiation_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_14/FV3/ccpp/physics/ccpp_FV3_GSD_v0_physics_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_14/FV3/ccpp/physics/ccpp_FV3_GSD_v0_stochastics_cap.F90' -+ source build_fv3_14/FV3/ccpp/physics/CCPP_STATIC_API.sh -++ export CCPP_STATIC_API=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_14/FV3/ccpp/physics/ccpp_static_api.F90 -++ CCPP_STATIC_API=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_14/FV3/ccpp/physics/ccpp_static_api.F90 -+ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_v15,FV3_GFS_v15plus,FV3_CPT_v0,FV3_GSD_v0 32BIT=Y == *\N\A\M\_\p\h\y\s\=\Y* ]] -+ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_v15,FV3_GFS_v15plus,FV3_CPT_v0,FV3_GSD_v0 32BIT=Y == *\W\W\3\=\Y* ]] -++ trim ' -DREPRO=Y -D32BIT=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -DDYN32=ON -DSTATIC=ON -DMULTI_GASES=OFF' -++ local 'var= -DREPRO=Y -D32BIT=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -DDYN32=ON -DSTATIC=ON -DMULTI_GASES=OFF' -++ var='-DREPRO=Y -D32BIT=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -DDYN32=ON -DSTATIC=ON -DMULTI_GASES=OFF' -++ var='-DREPRO=Y -D32BIT=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -DDYN32=ON -DSTATIC=ON -DMULTI_GASES=OFF' -++ echo -n '-DREPRO=Y -D32BIT=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -DDYN32=ON -DSTATIC=ON -DMULTI_GASES=OFF' -+ CCPP_CMAKE_FLAGS='-DREPRO=Y -D32BIT=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -DDYN32=ON -DSTATIC=ON -DMULTI_GASES=OFF' -+ source /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc -++ __ms_function_name=setup__test_function__40826 -++ eval 'setup__test_function__40826() { /bin/true ; }' -+++ eval '__text="text" ; if [[ $__text =~ ^(t).* ]] ; then printf "%s" ${.sh.match[1]} ; fi' -+++ cat -++ __ms_ksh_test= -+++ eval 'if ( set | grep setup__test_function__40826 | grep -v name > /dev/null 2>&1 ) ; then echo t ; fi ' -+++ cat -++ __ms_bash_test=t -++ [[ ! -z '' ]] -++ [[ ! -z t ]] -++ __ms_shell=bash -++ [[ -d /lfs3 ]] -++ [[ -d /scratch1 ]] -++ [[ ! -d /scratch ]] -++ eval module help -++ module purge -+++ /apps/lmod/7.7.18/libexec/lmod bash purge -++ eval unset 'BACIO_LIB4;' unset 'BACIO_LIB8;' unset 'BACIO_SRC;' unset 'BACIO_VER;' unset '__LMOD_REF_COUNT_CLASSPATH;' unset 'CLASSPATH;' unset 'CMAKE_CXX_COMPILER;' unset 'CMAKE_C_COMPILER;' unset 'CMAKE_Fortran_COMPILER;' unset 'CMAKE_Platform;' unset 'COMP;' unset '__LMOD_REF_COUNT_CPATH;' unset 'CPATH;' unset 'CRTM_FIX;' unset 'CRTM_INC;' unset 'CRTM_LIB;' unset 'CRTM_SRC;' unset 'CRTM_VER;' unset 'ESMFMKFILE;' unset 'G2TMPL_INC;' unset 'G2TMPL_LIB;' unset 'G2TMPL_SRC;' unset 'G2TMPL_VER;' unset 'G2_INC4;' unset 'G2_INCd;' unset 'G2_LIB4;' unset 'G2_LIBd;' unset 'G2_SRC;' unset 'G2_VER;' unset 'GDBSERVER_MIC;' unset 'GDB_CROSS;' unset '__LMOD_REF_COUNT_INFOPATH;' unset 'INFOPATH;' unset '__LMOD_REF_COUNT_INTEL_LICENSE_FILE;' unset 'INTEL_LICENSE_FILE;' unset 'INTEL_PYTHONHOME;' unset 'IPATH_NO_BACKTRACE;' unset 'IP_INC4;' unset 'IP_INC8;' unset 'IP_INCd;' unset 'IP_LIB4;' unset 'IP_LIB8;' unset 'IP_LIBd;' unset 'IP_SRC;' unset 'IP_VER;' unset 'I_MPI_CC;' unset 'I_MPI_F90;' unset 'I_MPI_HYDRA_BRANCH_COUNT;' unset 'I_MPI_HYDRA_PMI_CONNECT;' unset 'I_MPI_ROOT;' unset 'I_MPI_TMI_PROVIDER;' unset 'JASPER_INC;' unset 'JASPER_LIB;' unset 'JASPER_SRC;' unset 'JASPER_VER;' '__LMOD_REF_COUNT_LD_LIBRARY_PATH="/apps/slurm/default/lib:1";' export '__LMOD_REF_COUNT_LD_LIBRARY_PATH;' 'LD_LIBRARY_PATH=":/apps/slurm/default/lib";' export 'LD_LIBRARY_PATH;' unset '__LMOD_REF_COUNT_LIBRARY_PATH;' unset 'LIBRARY_PATH;' unset 'LIB_NAME;' unset 'LMOD_FAMILY_COMPILER;' unset 'LMOD_FAMILY_COMPILER_VERSION;' unset 'LMOD_FAMILY_MPI;' unset 'LMOD_FAMILY_MPI_VERSION;' unset '__LMOD_REF_COUNT_LOADEDMODULES;' unset 'LOADEDMODULES;' '__LMOD_REF_COUNT_MANPATH="/apps/lmod/lmod/share/man:1;/apps/local/man:1;/apps/slurm/default/share/man:1;/apps/slurm/tools/sbank/share/man:1";' export '__LMOD_REF_COUNT_MANPATH;' 'MANPATH="/apps/lmod/lmod/share/man::/apps/local/man:/apps/slurm/default/share/man:/apps/slurm/tools/sbank/share/man";' export 'MANPATH;' '__LMOD_REF_COUNT_MODULEPATH="/contrib/modulefiles:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:1;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1";' export '__LMOD_REF_COUNT_MODULEPATH;' 'MODULEPATH="/contrib/modulefiles:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles";' export 'MODULEPATH;' unset 'MPM_LAUNCHER;' unset 'NCEPLIBS;' unset 'NEMSIO_INC;' unset 'NEMSIO_LIB;' unset 'NEMSIO_SRC;' unset 'NEMSIO_VER;' unset 'NETCDF;' unset '__LMOD_REF_COUNT_NLSPATH;' unset 'NLSPATH;' '__LMOD_REF_COUNT_PATH="/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:1;/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/opt/ibutils/bin:1;/apps/local/bin:1;/apps/local/sbin:1;/apps/slurm/default/tools:1;/apps/slurm/default/bin:1;/apps/slurm/default/sbin:1;/apps/slurm/tools/sbank/bin:1;/home/Dusan.Jovic/bin:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/dbrowse:1";' export '__LMOD_REF_COUNT_PATH;' 'PATH="/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/opt/ibutils/bin:/apps/local/bin:/apps/local/sbin:/apps/slurm/default/tools:/apps/slurm/default/bin:/apps/slurm/default/sbin:/apps/slurm/tools/sbank/bin:/home/Dusan.Jovic/bin:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/dbrowse";' export 'PATH;' unset '__LMOD_REF_COUNT_PKG_CONFIG_PATH;' unset 'PKG_CONFIG_PATH;' unset 'PNG_INC;' unset 'PNG_LIB;' unset 'PNG_SRC;' unset 'PNG_VER;' unset 'POST_INC;' unset 'POST_LIB;' unset 'POST_SRC;' unset 'POST_VER;' unset 'SLURM_UTILS_PATH;' unset 'SP_LIB4;' unset 'SP_LIB8;' unset 'SP_LIBd;' unset 'SP_SRC;' unset 'SP_VER;' unset 'W3EMC_INC4;' unset 'W3EMC_INC8;' unset 'W3EMC_INCd;' unset 'W3EMC_LIB4;' unset 'W3EMC_LIB8;' unset 'W3EMC_LIBd;' unset 'W3EMC_SRC;' unset 'W3EMC_VER;' unset 'W3NCO_LIB4;' unset 'W3NCO_LIB8;' unset 'W3NCO_LIBd;' unset 'W3NCO_SRC;' unset 'W3NCO_VER;' unset 'Z_INC;' unset 'Z_LIB;' unset 'Z_SRC;' unset 'Z_VER;' unset '__LMOD_REF_COUNT__LMFILES_;' unset '_LMFILES_;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9jb250cmliL21vZHVsZWZpbGVzIiwiL3NjcmF0Y2gyL05DRVBERVYvZnYzLWNhbS9EdXNhbi5Kb3ZpYy91ZnMvcHIxOC91ZnMtd2VhdGhlci1tb2RlbC9tb2R1bGVmaWxlcy9oZXJhLmludGVsIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIs";' export '_ModuleTable001_;' '_ModuleTable002_="fSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ==";' export '_ModuleTable002_;' '_ModuleTable_Sz_="2";' export '_ModuleTable_Sz_;' unset '_ModuleTable004_;' unset '_ModuleTable005_;' unset '_ModuleTable006_;' unset '_ModuleTable007_;' unset '_ModuleTable008_;' unset '_ModuleTable009_;' unset '_ModuleTable010_;' unset '_ModuleTable011_;' unset '_ModuleTable012_;' unset '_ModuleTable013_;' -+++ unset BACIO_LIB4 -+++ unset BACIO_LIB8 -+++ unset BACIO_SRC -+++ unset BACIO_VER -+++ unset __LMOD_REF_COUNT_CLASSPATH -+++ unset CLASSPATH -+++ unset CMAKE_CXX_COMPILER -+++ unset CMAKE_C_COMPILER -+++ unset CMAKE_Fortran_COMPILER -+++ unset CMAKE_Platform -+++ unset COMP -+++ unset __LMOD_REF_COUNT_CPATH -+++ unset CPATH -+++ unset CRTM_FIX -+++ unset CRTM_INC -+++ unset CRTM_LIB -+++ unset CRTM_SRC -+++ unset CRTM_VER -+++ unset ESMFMKFILE -+++ unset G2TMPL_INC -+++ unset G2TMPL_LIB -+++ unset G2TMPL_SRC -+++ unset G2TMPL_VER -+++ unset G2_INC4 -+++ unset G2_INCd -+++ unset G2_LIB4 -+++ unset G2_LIBd -+++ unset G2_SRC -+++ unset G2_VER -+++ unset GDBSERVER_MIC -+++ unset GDB_CROSS -+++ unset __LMOD_REF_COUNT_INFOPATH -+++ unset INFOPATH -+++ unset __LMOD_REF_COUNT_INTEL_LICENSE_FILE -+++ unset INTEL_LICENSE_FILE -+++ unset INTEL_PYTHONHOME -+++ unset IPATH_NO_BACKTRACE -+++ unset IP_INC4 -+++ unset IP_INC8 -+++ unset IP_INCd -+++ unset IP_LIB4 -+++ unset IP_LIB8 -+++ unset IP_LIBd -+++ unset IP_SRC -+++ unset IP_VER -+++ unset I_MPI_CC -+++ unset I_MPI_F90 -+++ unset I_MPI_HYDRA_BRANCH_COUNT -+++ unset I_MPI_HYDRA_PMI_CONNECT -+++ unset I_MPI_ROOT -+++ unset I_MPI_TMI_PROVIDER -+++ unset JASPER_INC -+++ unset JASPER_LIB -+++ unset JASPER_SRC -+++ unset JASPER_VER -+++ __LMOD_REF_COUNT_LD_LIBRARY_PATH=/apps/slurm/default/lib:1 -+++ export __LMOD_REF_COUNT_LD_LIBRARY_PATH -+++ LD_LIBRARY_PATH=:/apps/slurm/default/lib -+++ export LD_LIBRARY_PATH -+++ unset __LMOD_REF_COUNT_LIBRARY_PATH -+++ unset LIBRARY_PATH -+++ unset LIB_NAME -+++ unset LMOD_FAMILY_COMPILER -+++ unset LMOD_FAMILY_COMPILER_VERSION -+++ unset LMOD_FAMILY_MPI -+++ unset LMOD_FAMILY_MPI_VERSION -+++ unset __LMOD_REF_COUNT_LOADEDMODULES -+++ unset LOADEDMODULES -+++ __LMOD_REF_COUNT_MANPATH='/apps/lmod/lmod/share/man:1;/apps/local/man:1;/apps/slurm/default/share/man:1;/apps/slurm/tools/sbank/share/man:1' -+++ export __LMOD_REF_COUNT_MANPATH -+++ MANPATH=/apps/lmod/lmod/share/man::/apps/local/man:/apps/slurm/default/share/man:/apps/slurm/tools/sbank/share/man -+++ export MANPATH -+++ __LMOD_REF_COUNT_MODULEPATH='/contrib/modulefiles:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:1;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1' -+++ export __LMOD_REF_COUNT_MODULEPATH -+++ MODULEPATH=/contrib/modulefiles:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles -+++ export MODULEPATH -+++ unset MPM_LAUNCHER -+++ unset NCEPLIBS -+++ unset NEMSIO_INC -+++ unset NEMSIO_LIB -+++ unset NEMSIO_SRC -+++ unset NEMSIO_VER -+++ unset NETCDF -+++ unset __LMOD_REF_COUNT_NLSPATH -+++ unset NLSPATH -+++ __LMOD_REF_COUNT_PATH='/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:1;/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/opt/ibutils/bin:1;/apps/local/bin:1;/apps/local/sbin:1;/apps/slurm/default/tools:1;/apps/slurm/default/bin:1;/apps/slurm/default/sbin:1;/apps/slurm/tools/sbank/bin:1;/home/Dusan.Jovic/bin:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/dbrowse:1' -+++ export __LMOD_REF_COUNT_PATH -+++ PATH=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/opt/ibutils/bin:/apps/local/bin:/apps/local/sbin:/apps/slurm/default/tools:/apps/slurm/default/bin:/apps/slurm/default/sbin:/apps/slurm/tools/sbank/bin:/home/Dusan.Jovic/bin:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/dbrowse -+++ export PATH -+++ unset __LMOD_REF_COUNT_PKG_CONFIG_PATH -+++ unset PKG_CONFIG_PATH -+++ unset PNG_INC -+++ unset PNG_LIB -+++ unset PNG_SRC -+++ unset PNG_VER -+++ unset POST_INC -+++ unset POST_LIB -+++ unset POST_SRC -+++ unset POST_VER -+++ unset SLURM_UTILS_PATH -+++ unset SP_LIB4 -+++ unset SP_LIB8 -+++ unset SP_LIBd -+++ unset SP_SRC -+++ unset SP_VER -+++ unset W3EMC_INC4 -+++ unset W3EMC_INC8 -+++ unset W3EMC_INCd -+++ unset W3EMC_LIB4 -+++ unset W3EMC_LIB8 -+++ unset W3EMC_LIBd -+++ unset W3EMC_SRC -+++ unset W3EMC_VER -+++ unset W3NCO_LIB4 -+++ unset W3NCO_LIB8 -+++ unset W3NCO_LIBd -+++ unset W3NCO_SRC -+++ unset W3NCO_VER -+++ unset Z_INC -+++ unset Z_LIB -+++ unset Z_SRC -+++ unset Z_VER -+++ unset __LMOD_REF_COUNT__LMFILES_ -+++ unset _LMFILES_ -+++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9jb250cmliL21vZHVsZWZpbGVzIiwiL3NjcmF0Y2gyL05DRVBERVYvZnYzLWNhbS9EdXNhbi5Kb3ZpYy91ZnMvcHIxOC91ZnMtd2VhdGhlci1tb2RlbC9tb2R1bGVmaWxlcy9oZXJhLmludGVsIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIs -+++ export _ModuleTable001_ -+++ _ModuleTable002_=fSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ== -+++ export _ModuleTable002_ -+++ _ModuleTable_Sz_=2 -+++ export _ModuleTable_Sz_ -+++ unset _ModuleTable004_ -+++ unset _ModuleTable005_ -+++ unset _ModuleTable006_ -+++ unset _ModuleTable007_ -+++ unset _ModuleTable008_ -+++ unset _ModuleTable009_ -+++ unset _ModuleTable010_ -+++ unset _ModuleTable011_ -+++ unset _ModuleTable012_ -+++ unset _ModuleTable013_ -+++ : -s sh -++ eval -++ unset __ms_shell -++ unset __ms_ksh_test -++ unset __ms_bash_test -++ unset setup__test_function__40826 -++ unset __ms_function_name -+ [[ hera.intel == macosx.* ]] -+ [[ hera.intel == linux.* ]] -+ module use /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel -++ /apps/lmod/7.7.18/libexec/lmod bash use /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel -+ eval '__LMOD_REF_COUNT_MODULEPATH="/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:2;/contrib/modulefiles:1;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1";' export '__LMOD_REF_COUNT_MODULEPATH;' 'MODULEPATH="/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:/contrib/modulefiles:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles";' export 'MODULEPATH;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9zY3JhdGNoMi9OQ0VQREVWL2Z2My1jYW0vRHVzYW4uSm92aWMvdWZzL3ByMTgvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvaGVyYS5pbnRlbCIsIi9jb250cmliL21vZHVsZWZpbGVzIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIs";' export '_ModuleTable001_;' '_ModuleTable002_="fSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ==";' export '_ModuleTable002_;' '_ModuleTable_Sz_="2";' export '_ModuleTable_Sz_;' -++ __LMOD_REF_COUNT_MODULEPATH='/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:2;/contrib/modulefiles:1;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1' -++ export __LMOD_REF_COUNT_MODULEPATH -++ MODULEPATH=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:/contrib/modulefiles:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles -++ export MODULEPATH -++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9zY3JhdGNoMi9OQ0VQREVWL2Z2My1jYW0vRHVzYW4uSm92aWMvdWZzL3ByMTgvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvaGVyYS5pbnRlbCIsIi9jb250cmliL21vZHVsZWZpbGVzIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIs -++ export _ModuleTable001_ -++ _ModuleTable002_=fSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ== -++ export _ModuleTable002_ -++ _ModuleTable_Sz_=2 -++ export _ModuleTable_Sz_ -++ : -s sh -+ eval -+ module load fv3 -++ /apps/lmod/7.7.18/libexec/lmod bash load fv3 -+ eval 'BACIO_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libbacio_v2.0.3_4.a";' export 'BACIO_LIB4;' 'BACIO_LIB8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libbacio_v2.0.3_8.a";' export 'BACIO_LIB8;' 'BACIO_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/bacio_v2.0.3";' export 'BACIO_SRC;' 'BACIO_VER="v2.0.3";' export 'BACIO_VER;' '__LMOD_REF_COUNT_CLASSPATH="/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/mpi.jar:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/daal.jar:1";' export '__LMOD_REF_COUNT_CLASSPATH;' 'CLASSPATH="/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/mpi.jar:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/daal.jar";' export 'CLASSPATH;' 'CMAKE_CXX_COMPILER="mpiicpc";' export 'CMAKE_CXX_COMPILER;' 'CMAKE_C_COMPILER="mpiicc";' export 'CMAKE_C_COMPILER;' 'CMAKE_Fortran_COMPILER="mpiifort";' export 'CMAKE_Fortran_COMPILER;' 'CMAKE_Platform="hera.intel";' export 'CMAKE_Platform;' 'COMP="intel";' export 'COMP;' '__LMOD_REF_COUNT_CPATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/include:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/include:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/pstl/include:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/include:2;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/include:1";' export '__LMOD_REF_COUNT_CPATH;' 'CPATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/include:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/include:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/pstl/include:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/include:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/include";' export 'CPATH;' 'CRTM_FIX="/scratch2/NCEPDEV/nwprod/NCEPLIBS/fix/crtm_v2.2.6";' export 'CRTM_FIX;' 'CRTM_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/crtm_v2.2.6";' export 'CRTM_INC;' 'CRTM_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libcrtm_v2.2.6.a";' export 'CRTM_LIB;' 'CRTM_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/crtm_v2.2.6";' export 'CRTM_SRC;' 'CRTM_VER="v2.2.6";' export 'CRTM_VER;' 'ESMFMKFILE="/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/lib/esmf.mk";' export 'ESMFMKFILE;' 'G2TMPL_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/g2tmpl_v1.6.0";' export 'G2TMPL_INC;' 'G2TMPL_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2tmpl_v1.6.0.a";' export 'G2TMPL_LIB;' 'G2TMPL_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/g2tmpl_v1.6.0/src";' export 'G2TMPL_SRC;' 'G2TMPL_VER="v1.6.0";' export 'G2TMPL_VER;' 'G2_INC4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/g2_v3.1.1_4";' export 'G2_INC4;' 'G2_INCd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/g2_v3.1.1_d";' export 'G2_INCd;' 'G2_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2_v3.1.1_4.a";' export 'G2_LIB4;' 'G2_LIBd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2_v3.1.1_d.a";' export 'G2_LIBd;' 'G2_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/g2_v3.1.1";' export 'G2_SRC;' 'G2_VER="v3.1.1";' export 'G2_VER;' 'GDBSERVER_MIC="/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/targets/intel64/x200/bin/gdbserver";' export 'GDBSERVER_MIC;' 'GDB_CROSS="/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/intel64/bin/gdb-ia";' export 'GDB_CROSS;' '__LMOD_REF_COUNT_INFOPATH="/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/info:1;/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/info:1";' export '__LMOD_REF_COUNT_INFOPATH;' 'INFOPATH="/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/info:/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/info";' export 'INFOPATH;' '__LMOD_REF_COUNT_INTEL_LICENSE_FILE="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/licenses:1;/apps/intel/licenses:1";' export '__LMOD_REF_COUNT_INTEL_LICENSE_FILE;' 'INTEL_LICENSE_FILE="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/licenses:/apps/intel/licenses";' export 'INTEL_LICENSE_FILE;' 'INTEL_PYTHONHOME="/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/python/intel64/";' export 'INTEL_PYTHONHOME;' 'IPATH_NO_BACKTRACE="1";' export 'IPATH_NO_BACKTRACE;' 'IP_INC4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ip_v3.0.2_4";' export 'IP_INC4;' 'IP_INC8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ip_v3.0.2_8";' export 'IP_INC8;' 'IP_INCd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ip_v3.0.2_d";' export 'IP_INCd;' 'IP_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libip_v3.0.2_4.a";' export 'IP_LIB4;' 'IP_LIB8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libip_v3.0.2_8.a";' export 'IP_LIB8;' 'IP_LIBd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libip_v3.0.2_d.a";' export 'IP_LIBd;' 'IP_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/ip_v3.0.2";' export 'IP_SRC;' 'IP_VER="v3.0.2";' export 'IP_VER;' 'I_MPI_CC="icc";' export 'I_MPI_CC;' 'I_MPI_F90="ifort";' export 'I_MPI_F90;' 'I_MPI_HYDRA_BRANCH_COUNT="128";' export 'I_MPI_HYDRA_BRANCH_COUNT;' 'I_MPI_HYDRA_PMI_CONNECT="alltoall";' export 'I_MPI_HYDRA_PMI_CONNECT;' 'I_MPI_ROOT="/apps/intel/compilers_and_libraries_2018/linux/mpi";' export 'I_MPI_ROOT;' 'I_MPI_TMI_PROVIDER="psm";' export 'I_MPI_TMI_PROVIDER;' 'JASPER_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/include/jasper_v1.900.1";' export 'JASPER_INC;' 'JASPER_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/lib/libjasper_v1.900.1.a";' export 'JASPER_LIB;' 'JASPER_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/thirdParty";' export 'JASPER_SRC;' 'JASPER_VER="v1.900.1";' export 'JASPER_VER;' '__LMOD_REF_COUNT_LD_LIBRARY_PATH="/apps/netcdf/4.7.0/intel/18.0.5.274/lib:1;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib:1;/apps/slurm/default/lib:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/lib/intel64:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:2;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:2;/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/libipt/intel64/lib:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4:1";' export '__LMOD_REF_COUNT_LD_LIBRARY_PATH;' 'LD_LIBRARY_PATH="/apps/netcdf/4.7.0/intel/18.0.5.274/lib:/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib::/apps/slurm/default/lib:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/lib/intel64:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/libipt/intel64/lib:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4";' export 'LD_LIBRARY_PATH;' '__LMOD_REF_COUNT_LIBRARY_PATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:2;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4:1";' export '__LMOD_REF_COUNT_LIBRARY_PATH;' 'LIBRARY_PATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4";' export 'LIBRARY_PATH;' 'LIB_NAME="POST";' export 'LIB_NAME;' 'LMOD_FAMILY_COMPILER="intel";' export 'LMOD_FAMILY_COMPILER;' 'LMOD_FAMILY_COMPILER_VERSION="18.0.5.274";' export 'LMOD_FAMILY_COMPILER_VERSION;' 'LMOD_FAMILY_MPI="impi";' export 'LMOD_FAMILY_MPI;' 'LMOD_FAMILY_MPI_VERSION="2018.0.4";' export 'LMOD_FAMILY_MPI_VERSION;' '__LMOD_REF_COUNT_LOADEDMODULES="contrib:1;sutils/default:1;intel/18.0.5.274:1;impi/2018.0.4:1;netcdf/4.7.0:1;bacio/2.0.3:1;ip/3.0.2:1;nemsio/2.2.4:1;sp/2.0.3:1;w3emc/2.3.1:1;w3nco/2.0.7:1;g2/3.1.1:1;g2tmpl/1.6.0:1;crtm/2.2.6:1;jasper/1.900.1:1;png/1.2.44:1;z/1.2.11:1;post/8.0.1:1;esmf/8.0.0:1;cmake/3.9.0:1;fv3:1";' export '__LMOD_REF_COUNT_LOADEDMODULES;' 'LOADEDMODULES="contrib:sutils/default:intel/18.0.5.274:impi/2018.0.4:netcdf/4.7.0:bacio/2.0.3:ip/3.0.2:nemsio/2.2.4:sp/2.0.3:w3emc/2.3.1:w3nco/2.0.7:g2/3.1.1:g2tmpl/1.6.0:crtm/2.2.6:jasper/1.900.1:png/1.2.44:z/1.2.11:post/8.0.1:esmf/8.0.0:cmake/3.9.0:fv3";' export 'LOADEDMODULES;' '__LMOD_REF_COUNT_MANPATH="/apps/netcdf/4.7.0/intel/18.0.5.274/share/man:1;/apps/intel/compilers_and_libraries_2018/linux/mpi/man:1;/apps/intel/parallel_studio_xe_2018.4.057/man/common:1;/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/man:1;/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/man:1;/apps/lmod/lmod/share/man:1;/apps/local/man:1;/apps/slurm/default/share/man:1;/apps/slurm/tools/sbank/share/man:1";' export '__LMOD_REF_COUNT_MANPATH;' 'MANPATH="/apps/netcdf/4.7.0/intel/18.0.5.274/share/man:/apps/intel/compilers_and_libraries_2018/linux/mpi/man:/apps/intel/parallel_studio_xe_2018.4.057/man/common:/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/man:/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/man:/apps/lmod/lmod/share/man::/apps/local/man:/apps/slurm/default/share/man:/apps/slurm/tools/sbank/share/man";' export 'MANPATH;' '__LMOD_REF_COUNT_MODULEPATH="/contrib/modulefiles:3;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:2;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1;/apps/modules/modulefamilies/intel:1;/apps/modules/modulefamilies/intel_impi:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles:1";' export '__LMOD_REF_COUNT_MODULEPATH;' 'MODULEPATH="/contrib/modulefiles:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles:/apps/modules/modulefamilies/intel:/apps/modules/modulefamilies/intel_impi:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles";' export 'MODULEPATH;' 'MPM_LAUNCHER="/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/mpm/mic/bin/start_mpm.sh";' export 'MPM_LAUNCHER;' 'NCEPLIBS="/scratch2/NCEPDEV/nwprod/NCEPLIBS";' export 'NCEPLIBS;' 'NEMSIO_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/nemsio_v2.2.4";' export 'NEMSIO_INC;' 'NEMSIO_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libnemsio_v2.2.4.a";' export 'NEMSIO_LIB;' 'NEMSIO_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/nemsio_v2.2.4";' export 'NEMSIO_SRC;' 'NEMSIO_VER="v2.2.4";' export 'NEMSIO_VER;' 'NETCDF="/apps/netcdf/4.7.0/intel/18.0.5.274";' export 'NETCDF;' '__LMOD_REF_COUNT_NLSPATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64/locale/%l_%t/%N:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin/locale/%l_%t/%N:1;/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/intel64/share/locale/%l_%t/%N:1";' export '__LMOD_REF_COUNT_NLSPATH;' 'NLSPATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64/locale/%l_%t/%N:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin/locale/%l_%t/%N:/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/intel64/share/locale/%l_%t/%N";' export 'NLSPATH;' '__LMOD_REF_COUNT_PATH="/contrib/cmake/3.9.0/bin:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/bin:1;/apps/netcdf/4.7.0/intel/18.0.5.274/bin:1;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/bin/intel64:1;/contrib/sutils/bin:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:1;/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/opt/ibutils/bin:1;/apps/local/bin:1;/apps/local/sbin:1;/apps/slurm/default/tools:1;/apps/slurm/default/bin:1;/apps/slurm/default/sbin:1;/apps/slurm/tools/sbank/bin:1;/home/Dusan.Jovic/bin:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/dbrowse:1";' export '__LMOD_REF_COUNT_PATH;' 'PATH="/contrib/cmake/3.9.0/bin:/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/bin:/apps/netcdf/4.7.0/intel/18.0.5.274/bin:/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/bin/intel64:/contrib/sutils/bin:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/opt/ibutils/bin:/apps/local/bin:/apps/local/sbin:/apps/slurm/default/tools:/apps/slurm/default/bin:/apps/slurm/default/sbin:/apps/slurm/tools/sbank/bin:/home/Dusan.Jovic/bin:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/dbrowse";' export 'PATH;' '__LMOD_REF_COUNT_PKG_CONFIG_PATH="/apps/intel/compilers_and_libraries_2018/linux/mkl/bin/pkgconfig:1";' export '__LMOD_REF_COUNT_PKG_CONFIG_PATH;' 'PKG_CONFIG_PATH="/apps/intel/compilers_and_libraries_2018/linux/mkl/bin/pkgconfig";' export 'PKG_CONFIG_PATH;' 'PNG_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/png_v1.2.44";' export 'PNG_INC;' 'PNG_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libpng_v1.2.44.a";' export 'PNG_LIB;' 'PNG_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/thirdParty";' export 'PNG_SRC;' 'PNG_VER="v1.2.44";' export 'PNG_VER;' 'POST_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ncep_post_v8.0.1_4";' export 'POST_INC;' 'POST_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libncep_post_v8.0.1_4.a";' export 'POST_LIB;' 'POST_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/post_v8.0.1";' export 'POST_SRC;' 'POST_VER="v8.0.1";' export 'POST_VER;' 'SLURM_UTILS_PATH="/contrib/sutils/bin";' export 'SLURM_UTILS_PATH;' 'SP_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_4.a";' export 'SP_LIB4;' 'SP_LIB8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_8.a";' export 'SP_LIB8;' 'SP_LIBd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_d.a";' export 'SP_LIBd;' 'SP_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/sp_v2.0.3";' export 'SP_SRC;' 'SP_VER="v2.0.3";' export 'SP_VER;' 'W3EMC_INC4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/w3emc_v2.3.1_4";' export 'W3EMC_INC4;' 'W3EMC_INC8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/w3emc_v2.3.1_8";' export 'W3EMC_INC8;' 'W3EMC_INCd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/w3emc_v2.3.1_d";' export 'W3EMC_INCd;' 'W3EMC_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_4.a";' export 'W3EMC_LIB4;' 'W3EMC_LIB8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_8.a";' export 'W3EMC_LIB8;' 'W3EMC_LIBd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_d.a";' export 'W3EMC_LIBd;' 'W3EMC_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/w3emc_v2.3.1";' export 'W3EMC_SRC;' 'W3EMC_VER="v2.3.1";' export 'W3EMC_VER;' 'W3NCO_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_4.a";' export 'W3NCO_LIB4;' 'W3NCO_LIB8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_8.a";' export 'W3NCO_LIB8;' 'W3NCO_LIBd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_d.a";' export 'W3NCO_LIBd;' 'W3NCO_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/w3nco_v2.0.7";' export 'W3NCO_SRC;' 'W3NCO_VER="v2.0.7";' export 'W3NCO_VER;' 'Z_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/z_v1.2.11";' export 'Z_INC;' 'Z_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libz_v1.2.11.a";' export 'Z_LIB;' 'Z_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/thirdParty";' export 'Z_SRC;' 'Z_VER="v1.2.11";' export 'Z_VER;' '__LMOD_REF_COUNT__LMFILES_="/apps/modules/modulefiles/contrib:1;/contrib/modulefiles/sutils/default:1;/apps/modules/modulefiles/intel/18.0.5.274:1;/apps/modules/modulefamilies/intel/impi/2018.0.4:1;/apps/modules/modulefamilies/intel/netcdf/4.7.0:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/bacio/2.0.3:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/ip/3.0.2:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/nemsio/2.2.4:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/sp/2.0.3:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3emc/2.3.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3nco/2.0.7:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2/3.1.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2tmpl/1.6.0:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/crtm/2.2.6:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/jasper/1.900.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/png/1.2.44:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/z/1.2.11:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/post/8.0.1:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles/esmf/8.0.0:1;/contrib/modulefiles/cmake/3.9.0:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel/fv3:1";' export '__LMOD_REF_COUNT__LMFILES_;' '_LMFILES_="/apps/modules/modulefiles/contrib:/contrib/modulefiles/sutils/default:/apps/modules/modulefiles/intel/18.0.5.274:/apps/modules/modulefamilies/intel/impi/2018.0.4:/apps/modules/modulefamilies/intel/netcdf/4.7.0:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/bacio/2.0.3:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/ip/3.0.2:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/nemsio/2.2.4:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/sp/2.0.3:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3emc/2.3.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3nco/2.0.7:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2/3.1.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2tmpl/1.6.0:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/crtm/2.2.6:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/jasper/1.900.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/png/1.2.44:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/z/1.2.11:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/post/8.0.1:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles/esmf/8.0.0:/contrib/modulefiles/cmake/3.9.0:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel/fv3";' export '_LMFILES_;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJpbXBpIix9LG1UPXtiYWNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvYmFjaW8vMi4wLjMiLFsiZnVsbE5hbWUiXT0iYmFjaW8vMi4wLjMiLFsibG9hZE9yZGVyIl09Nixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJiYWNpby8yLjAuMyIsfSxjbWFrZT17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9jbWFrZS8zLjkuMCIsWyJmdWxs";' export '_ModuleTable001_;' '_ModuleTable002_="TmFtZSJdPSJjbWFrZS8zLjkuMCIsWyJsb2FkT3JkZXIiXT0yMCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjbWFrZS8zLjkuMCIsfSxjb250cmliPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvY29udHJpYiIsWyJmdWxsTmFtZSJdPSJjb250cmliIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY29udHJpYiIsfSxjcnRtPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9jcnRtLzIuMi42IixbImZ1bGxOYW1lIl09ImNydG0vMi4yLjYiLFsibG9hZE9yZGVy";' export '_ModuleTable002_;' '_ModuleTable003_="Il09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL2Z2My1jYW0vRHVzYW4uSm92aWMvdWZzL3ByMTgvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvaGVyYS5pbnRlbC9mdjMiLFsi";' export '_ModuleTable003_;' '_ModuleTable004_="ZnVsbE5hbWUiXT0iZnYzIixbImxvYWRPcmRlciJdPTIxLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTAsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImZ2MyIsfSxnMj17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzIvMy4xLjEiLFsiZnVsbE5hbWUiXT0iZzIvMy4xLjEiLFsibG9hZE9yZGVyIl09MTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZzIvMy4xLjEiLH0sZzJ0bXBsPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9nMnRtcGwvMS42LjAiLFsiZnVsbE5hbWUiXT0iZzJ0bXBsLzEuNi4w";' export '_ModuleTable004_;' '_ModuleTable005_="IixbImxvYWRPcmRlciJdPTEzLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcydG1wbC8xLjYuMCIsfSxpbXBpPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwvaW1waS8yMDE4LjAuNCIsWyJmdWxsTmFtZSJdPSJpbXBpLzIwMTguMC40IixbImxvYWRPcmRlciJdPTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW1waS8yMDE4LjAuNCIsfSxpbnRlbD17WyJmbiJdPSIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL2ludGVsLzE4LjAuNS4yNzQiLFsiZnVsbE5hbWUiXT0iaW50ZWwvMTguMC41LjI3NCIsWyJsb2FkT3JkZXIi";' export '_ModuleTable005_;' '_ModuleTable006_="XT0zLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImludGVsLzE4LjAuNS4yNzQiLH0saXA9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2lwLzMuMC4yIixbImZ1bGxOYW1lIl09ImlwLzMuMC4yIixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaXAvMy4wLjIiLH0samFzcGVyPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9qYXNwZXIvMS45MDAuMSIsWyJmdWxsTmFtZSJdPSJqYXNwZXIvMS45MDAuMSIsWyJsb2FkT3JkZXIi";' export '_ModuleTable006_;' '_ModuleTable007_="XT0xNSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJqYXNwZXIvMS45MDAuMSIsfSxuZW1zaW89e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL25lbXNpby8yLjIuNCIsWyJmdWxsTmFtZSJdPSJuZW1zaW8vMi4yLjQiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZW1zaW8vMi4yLjQiLH0sbmV0Y2RmPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwvbmV0Y2RmLzQuNy4wIixbImZ1bGxOYW1lIl09Im5ldGNkZi80LjcuMCIsWyJsb2FkT3JkZXIi";' export '_ModuleTable007_;' '_ModuleTable008_="XT01LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5ldGNkZi80LjcuMCIsfSxwbmc9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3BuZy8xLjIuNDQiLFsiZnVsbE5hbWUiXT0icG5nLzEuMi40NCIsWyJsb2FkT3JkZXIiXT0xNixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJwbmcvMS4yLjQ0Iix9LHBvc3Q9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3Bvc3QvOC4wLjEiLFsiZnVsbE5hbWUiXT0icG9zdC84LjAuMSIsWyJsb2FkT3JkZXIiXT0xOCxw";' export '_ModuleTable008_;' '_ModuleTable009_="cm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJwb3N0LzguMC4xIix9LHNwPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9zcC8yLjAuMyIsWyJmdWxsTmFtZSJdPSJzcC8yLjAuMyIsWyJsb2FkT3JkZXIiXT05LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InNwLzIuMC4zIix9LHN1dGlscz17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9zdXRpbHMvZGVmYXVsdCIsWyJmdWxsTmFtZSJdPSJzdXRpbHMvZGVmYXVsdCIsWyJsb2FkT3JkZXIiXT0yLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0";' export '_ModuleTable009_;' '_ModuleTable010_="dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InN1dGlscyIsfSx3M2VtYz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNlbWMvMi4zLjEiLFsiZnVsbE5hbWUiXT0idzNlbWMvMi4zLjEiLFsibG9hZE9yZGVyIl09MTAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNlbWMvMi4zLjEiLH0sdzNuY289e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czbmNvLzIuMC43IixbImZ1bGxOYW1lIl09InczbmNvLzIuMC43IixbImxvYWRPcmRlciJdPTExLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMi";' export '_ModuleTable010_;' '_ModuleTable011_="XT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHo9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3ovMS4yLjExIixbImZ1bGxOYW1lIl09InovMS4yLjExIixbImxvYWRPcmRlciJdPTE3LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InovMS4yLjExIix9LH0sbXBhdGhBPXsiL2NvbnRyaWIvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDIvTkNFUERFVi9mdjMtY2FtL0R1c2FuLkpvdmljL3Vmcy9wcjE4L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL2hlcmEuaW50ZWwiLCIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi9hcHBz";' export '_ModuleTable011_;' '_ModuleTable012_="L21vZHVsZXMvbW9kdWxlZmlsZXMvTGludXgiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L2NyYXlwZS9kZWZhdWx0L21vZHVsZWZpbGVzIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbCIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWxfaW1waSIsIi9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcyIsIi9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmU6L2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9M";' export '_ModuleTable012_;' '_ModuleTable013_="aW51eDovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzOi9vcHQvY3JheS9tb2R1bGVmaWxlczovb3B0L2NyYXkvY3JheXBlL2RlZmF1bHQvbW9kdWxlZmlsZXMiLH0=";' export '_ModuleTable013_;' '_ModuleTable_Sz_="13";' export '_ModuleTable_Sz_;' -++ BACIO_LIB4=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libbacio_v2.0.3_4.a -++ export BACIO_LIB4 -++ BACIO_LIB8=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libbacio_v2.0.3_8.a -++ export BACIO_LIB8 -++ BACIO_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/bacio_v2.0.3 -++ export BACIO_SRC -++ BACIO_VER=v2.0.3 -++ export BACIO_VER -++ __LMOD_REF_COUNT_CLASSPATH='/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/mpi.jar:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/daal.jar:1' -++ export __LMOD_REF_COUNT_CLASSPATH -++ CLASSPATH=/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/mpi.jar:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/daal.jar -++ export CLASSPATH -++ CMAKE_CXX_COMPILER=mpiicpc -++ export CMAKE_CXX_COMPILER -++ CMAKE_C_COMPILER=mpiicc -++ export CMAKE_C_COMPILER -++ CMAKE_Fortran_COMPILER=mpiifort -++ export CMAKE_Fortran_COMPILER -++ CMAKE_Platform=hera.intel -++ export CMAKE_Platform -++ COMP=intel -++ export COMP -++ __LMOD_REF_COUNT_CPATH='/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/include:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/include:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/pstl/include:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/include:2;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/include:1' -++ export __LMOD_REF_COUNT_CPATH -++ CPATH=/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/include:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/include:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/pstl/include:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/include:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/include -++ export CPATH -++ CRTM_FIX=/scratch2/NCEPDEV/nwprod/NCEPLIBS/fix/crtm_v2.2.6 -++ export CRTM_FIX -++ CRTM_INC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/crtm_v2.2.6 -++ export CRTM_INC -++ CRTM_LIB=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libcrtm_v2.2.6.a -++ export CRTM_LIB -++ CRTM_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/crtm_v2.2.6 -++ export CRTM_SRC -++ CRTM_VER=v2.2.6 -++ export CRTM_VER -++ ESMFMKFILE=/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/lib/esmf.mk -++ export ESMFMKFILE -++ G2TMPL_INC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/g2tmpl_v1.6.0 -++ export G2TMPL_INC -++ G2TMPL_LIB=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2tmpl_v1.6.0.a -++ export G2TMPL_LIB -++ G2TMPL_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/g2tmpl_v1.6.0/src -++ export G2TMPL_SRC -++ G2TMPL_VER=v1.6.0 -++ export G2TMPL_VER -++ G2_INC4=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/g2_v3.1.1_4 -++ export G2_INC4 -++ G2_INCd=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/g2_v3.1.1_d -++ export G2_INCd -++ G2_LIB4=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2_v3.1.1_4.a -++ export G2_LIB4 -++ G2_LIBd=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2_v3.1.1_d.a -++ export G2_LIBd -++ G2_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/g2_v3.1.1 -++ export G2_SRC -++ G2_VER=v3.1.1 -++ export G2_VER -++ GDBSERVER_MIC=/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/targets/intel64/x200/bin/gdbserver -++ export GDBSERVER_MIC -++ GDB_CROSS=/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/intel64/bin/gdb-ia -++ export GDB_CROSS -++ __LMOD_REF_COUNT_INFOPATH='/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/info:1;/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/info:1' -++ export __LMOD_REF_COUNT_INFOPATH -++ INFOPATH=/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/info:/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/info -++ export INFOPATH -++ __LMOD_REF_COUNT_INTEL_LICENSE_FILE='/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/licenses:1;/apps/intel/licenses:1' -++ export __LMOD_REF_COUNT_INTEL_LICENSE_FILE -++ INTEL_LICENSE_FILE=/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/licenses:/apps/intel/licenses -++ export INTEL_LICENSE_FILE -++ INTEL_PYTHONHOME=/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/python/intel64/ -++ export INTEL_PYTHONHOME -++ IPATH_NO_BACKTRACE=1 -++ export IPATH_NO_BACKTRACE -++ IP_INC4=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ip_v3.0.2_4 -++ export IP_INC4 -++ IP_INC8=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ip_v3.0.2_8 -++ export IP_INC8 -++ IP_INCd=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ip_v3.0.2_d -++ export IP_INCd -++ IP_LIB4=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libip_v3.0.2_4.a -++ export IP_LIB4 -++ IP_LIB8=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libip_v3.0.2_8.a -++ export IP_LIB8 -++ IP_LIBd=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libip_v3.0.2_d.a -++ export IP_LIBd -++ IP_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/ip_v3.0.2 -++ export IP_SRC -++ IP_VER=v3.0.2 -++ export IP_VER -++ I_MPI_CC=icc -++ export I_MPI_CC -++ I_MPI_F90=ifort -++ export I_MPI_F90 -++ I_MPI_HYDRA_BRANCH_COUNT=128 -++ export I_MPI_HYDRA_BRANCH_COUNT -++ I_MPI_HYDRA_PMI_CONNECT=alltoall -++ export I_MPI_HYDRA_PMI_CONNECT -++ I_MPI_ROOT=/apps/intel/compilers_and_libraries_2018/linux/mpi -++ export I_MPI_ROOT -++ I_MPI_TMI_PROVIDER=psm -++ export I_MPI_TMI_PROVIDER -++ JASPER_INC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/include/jasper_v1.900.1 -++ export JASPER_INC -++ JASPER_LIB=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/lib/libjasper_v1.900.1.a -++ export JASPER_LIB -++ JASPER_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/thirdParty -++ export JASPER_SRC -++ JASPER_VER=v1.900.1 -++ export JASPER_VER -++ __LMOD_REF_COUNT_LD_LIBRARY_PATH='/apps/netcdf/4.7.0/intel/18.0.5.274/lib:1;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib:1;/apps/slurm/default/lib:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/lib/intel64:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:2;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:2;/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/libipt/intel64/lib:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4:1' -++ export __LMOD_REF_COUNT_LD_LIBRARY_PATH -++ LD_LIBRARY_PATH=/apps/netcdf/4.7.0/intel/18.0.5.274/lib:/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib::/apps/slurm/default/lib:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/lib/intel64:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/libipt/intel64/lib:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4 -++ export LD_LIBRARY_PATH -++ __LMOD_REF_COUNT_LIBRARY_PATH='/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:2;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4:1' -++ export __LMOD_REF_COUNT_LIBRARY_PATH -++ LIBRARY_PATH=/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4 -++ export LIBRARY_PATH -++ LIB_NAME=POST -++ export LIB_NAME -++ LMOD_FAMILY_COMPILER=intel -++ export LMOD_FAMILY_COMPILER -++ LMOD_FAMILY_COMPILER_VERSION=18.0.5.274 -++ export LMOD_FAMILY_COMPILER_VERSION -++ LMOD_FAMILY_MPI=impi -++ export LMOD_FAMILY_MPI -++ LMOD_FAMILY_MPI_VERSION=2018.0.4 -++ export LMOD_FAMILY_MPI_VERSION -++ __LMOD_REF_COUNT_LOADEDMODULES='contrib:1;sutils/default:1;intel/18.0.5.274:1;impi/2018.0.4:1;netcdf/4.7.0:1;bacio/2.0.3:1;ip/3.0.2:1;nemsio/2.2.4:1;sp/2.0.3:1;w3emc/2.3.1:1;w3nco/2.0.7:1;g2/3.1.1:1;g2tmpl/1.6.0:1;crtm/2.2.6:1;jasper/1.900.1:1;png/1.2.44:1;z/1.2.11:1;post/8.0.1:1;esmf/8.0.0:1;cmake/3.9.0:1;fv3:1' -++ export __LMOD_REF_COUNT_LOADEDMODULES -++ LOADEDMODULES=contrib:sutils/default:intel/18.0.5.274:impi/2018.0.4:netcdf/4.7.0:bacio/2.0.3:ip/3.0.2:nemsio/2.2.4:sp/2.0.3:w3emc/2.3.1:w3nco/2.0.7:g2/3.1.1:g2tmpl/1.6.0:crtm/2.2.6:jasper/1.900.1:png/1.2.44:z/1.2.11:post/8.0.1:esmf/8.0.0:cmake/3.9.0:fv3 -++ export LOADEDMODULES -++ __LMOD_REF_COUNT_MANPATH='/apps/netcdf/4.7.0/intel/18.0.5.274/share/man:1;/apps/intel/compilers_and_libraries_2018/linux/mpi/man:1;/apps/intel/parallel_studio_xe_2018.4.057/man/common:1;/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/man:1;/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/man:1;/apps/lmod/lmod/share/man:1;/apps/local/man:1;/apps/slurm/default/share/man:1;/apps/slurm/tools/sbank/share/man:1' -++ export __LMOD_REF_COUNT_MANPATH -++ MANPATH=/apps/netcdf/4.7.0/intel/18.0.5.274/share/man:/apps/intel/compilers_and_libraries_2018/linux/mpi/man:/apps/intel/parallel_studio_xe_2018.4.057/man/common:/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/man:/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/man:/apps/lmod/lmod/share/man::/apps/local/man:/apps/slurm/default/share/man:/apps/slurm/tools/sbank/share/man -++ export MANPATH -++ __LMOD_REF_COUNT_MODULEPATH='/contrib/modulefiles:3;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:2;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1;/apps/modules/modulefamilies/intel:1;/apps/modules/modulefamilies/intel_impi:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles:1' -++ export __LMOD_REF_COUNT_MODULEPATH -++ MODULEPATH=/contrib/modulefiles:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles:/apps/modules/modulefamilies/intel:/apps/modules/modulefamilies/intel_impi:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles -++ export MODULEPATH -++ MPM_LAUNCHER=/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/mpm/mic/bin/start_mpm.sh -++ export MPM_LAUNCHER -++ NCEPLIBS=/scratch2/NCEPDEV/nwprod/NCEPLIBS -++ export NCEPLIBS -++ NEMSIO_INC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/nemsio_v2.2.4 -++ export NEMSIO_INC -++ NEMSIO_LIB=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libnemsio_v2.2.4.a -++ export NEMSIO_LIB -++ NEMSIO_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/nemsio_v2.2.4 -++ export NEMSIO_SRC -++ NEMSIO_VER=v2.2.4 -++ export NEMSIO_VER -++ NETCDF=/apps/netcdf/4.7.0/intel/18.0.5.274 -++ export NETCDF -++ __LMOD_REF_COUNT_NLSPATH='/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64/locale/%l_%t/%N:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin/locale/%l_%t/%N:1;/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/intel64/share/locale/%l_%t/%N:1' -++ export __LMOD_REF_COUNT_NLSPATH -++ NLSPATH=/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64/locale/%l_%t/%N:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin/locale/%l_%t/%N:/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/intel64/share/locale/%l_%t/%N -++ export NLSPATH -++ __LMOD_REF_COUNT_PATH='/contrib/cmake/3.9.0/bin:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/bin:1;/apps/netcdf/4.7.0/intel/18.0.5.274/bin:1;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/bin/intel64:1;/contrib/sutils/bin:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:1;/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/opt/ibutils/bin:1;/apps/local/bin:1;/apps/local/sbin:1;/apps/slurm/default/tools:1;/apps/slurm/default/bin:1;/apps/slurm/default/sbin:1;/apps/slurm/tools/sbank/bin:1;/home/Dusan.Jovic/bin:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/dbrowse:1' -++ export __LMOD_REF_COUNT_PATH -++ PATH=/contrib/cmake/3.9.0/bin:/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/bin:/apps/netcdf/4.7.0/intel/18.0.5.274/bin:/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/bin/intel64:/contrib/sutils/bin:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/opt/ibutils/bin:/apps/local/bin:/apps/local/sbin:/apps/slurm/default/tools:/apps/slurm/default/bin:/apps/slurm/default/sbin:/apps/slurm/tools/sbank/bin:/home/Dusan.Jovic/bin:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/dbrowse -++ export PATH -++ __LMOD_REF_COUNT_PKG_CONFIG_PATH=/apps/intel/compilers_and_libraries_2018/linux/mkl/bin/pkgconfig:1 -++ export __LMOD_REF_COUNT_PKG_CONFIG_PATH -++ PKG_CONFIG_PATH=/apps/intel/compilers_and_libraries_2018/linux/mkl/bin/pkgconfig -++ export PKG_CONFIG_PATH -++ PNG_INC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/png_v1.2.44 -++ export PNG_INC -++ PNG_LIB=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libpng_v1.2.44.a -++ export PNG_LIB -++ PNG_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/thirdParty -++ export PNG_SRC -++ PNG_VER=v1.2.44 -++ export PNG_VER -++ POST_INC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ncep_post_v8.0.1_4 -++ export POST_INC -++ POST_LIB=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libncep_post_v8.0.1_4.a -++ export POST_LIB -++ POST_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/post_v8.0.1 -++ export POST_SRC -++ POST_VER=v8.0.1 -++ export POST_VER -++ SLURM_UTILS_PATH=/contrib/sutils/bin -++ export SLURM_UTILS_PATH -++ SP_LIB4=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_4.a -++ export SP_LIB4 -++ SP_LIB8=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_8.a -++ export SP_LIB8 -++ SP_LIBd=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_d.a -++ export SP_LIBd -++ SP_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/sp_v2.0.3 -++ export SP_SRC -++ SP_VER=v2.0.3 -++ export SP_VER -++ W3EMC_INC4=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/w3emc_v2.3.1_4 -++ export W3EMC_INC4 -++ W3EMC_INC8=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/w3emc_v2.3.1_8 -++ export W3EMC_INC8 -++ W3EMC_INCd=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/w3emc_v2.3.1_d -++ export W3EMC_INCd -++ W3EMC_LIB4=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_4.a -++ export W3EMC_LIB4 -++ W3EMC_LIB8=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_8.a -++ export W3EMC_LIB8 -++ W3EMC_LIBd=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_d.a -++ export W3EMC_LIBd -++ W3EMC_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/w3emc_v2.3.1 -++ export W3EMC_SRC -++ W3EMC_VER=v2.3.1 -++ export W3EMC_VER -++ W3NCO_LIB4=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_4.a -++ export W3NCO_LIB4 -++ W3NCO_LIB8=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_8.a -++ export W3NCO_LIB8 -++ W3NCO_LIBd=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_d.a -++ export W3NCO_LIBd -++ W3NCO_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/w3nco_v2.0.7 -++ export W3NCO_SRC -++ W3NCO_VER=v2.0.7 -++ export W3NCO_VER -++ Z_INC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/z_v1.2.11 -++ export Z_INC -++ Z_LIB=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libz_v1.2.11.a -++ export Z_LIB -++ Z_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/thirdParty -++ export Z_SRC -++ Z_VER=v1.2.11 -++ export Z_VER -++ __LMOD_REF_COUNT__LMFILES_='/apps/modules/modulefiles/contrib:1;/contrib/modulefiles/sutils/default:1;/apps/modules/modulefiles/intel/18.0.5.274:1;/apps/modules/modulefamilies/intel/impi/2018.0.4:1;/apps/modules/modulefamilies/intel/netcdf/4.7.0:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/bacio/2.0.3:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/ip/3.0.2:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/nemsio/2.2.4:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/sp/2.0.3:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3emc/2.3.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3nco/2.0.7:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2/3.1.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2tmpl/1.6.0:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/crtm/2.2.6:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/jasper/1.900.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/png/1.2.44:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/z/1.2.11:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/post/8.0.1:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles/esmf/8.0.0:1;/contrib/modulefiles/cmake/3.9.0:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel/fv3:1' -++ export __LMOD_REF_COUNT__LMFILES_ -++ _LMFILES_=/apps/modules/modulefiles/contrib:/contrib/modulefiles/sutils/default:/apps/modules/modulefiles/intel/18.0.5.274:/apps/modules/modulefamilies/intel/impi/2018.0.4:/apps/modules/modulefamilies/intel/netcdf/4.7.0:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/bacio/2.0.3:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/ip/3.0.2:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/nemsio/2.2.4:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/sp/2.0.3:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3emc/2.3.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3nco/2.0.7:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2/3.1.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2tmpl/1.6.0:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/crtm/2.2.6:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/jasper/1.900.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/png/1.2.44:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/z/1.2.11:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/post/8.0.1:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles/esmf/8.0.0:/contrib/modulefiles/cmake/3.9.0:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel/fv3 -++ export _LMFILES_ -++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJpbXBpIix9LG1UPXtiYWNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvYmFjaW8vMi4wLjMiLFsiZnVsbE5hbWUiXT0iYmFjaW8vMi4wLjMiLFsibG9hZE9yZGVyIl09Nixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJiYWNpby8yLjAuMyIsfSxjbWFrZT17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9jbWFrZS8zLjkuMCIsWyJmdWxs -++ export _ModuleTable001_ -++ _ModuleTable002_=TmFtZSJdPSJjbWFrZS8zLjkuMCIsWyJsb2FkT3JkZXIiXT0yMCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjbWFrZS8zLjkuMCIsfSxjb250cmliPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvY29udHJpYiIsWyJmdWxsTmFtZSJdPSJjb250cmliIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY29udHJpYiIsfSxjcnRtPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9jcnRtLzIuMi42IixbImZ1bGxOYW1lIl09ImNydG0vMi4yLjYiLFsibG9hZE9yZGVy -++ export _ModuleTable002_ -++ _ModuleTable003_=Il09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL2Z2My1jYW0vRHVzYW4uSm92aWMvdWZzL3ByMTgvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvaGVyYS5pbnRlbC9mdjMiLFsi -++ export _ModuleTable003_ -++ _ModuleTable004_=ZnVsbE5hbWUiXT0iZnYzIixbImxvYWRPcmRlciJdPTIxLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTAsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImZ2MyIsfSxnMj17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzIvMy4xLjEiLFsiZnVsbE5hbWUiXT0iZzIvMy4xLjEiLFsibG9hZE9yZGVyIl09MTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZzIvMy4xLjEiLH0sZzJ0bXBsPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9nMnRtcGwvMS42LjAiLFsiZnVsbE5hbWUiXT0iZzJ0bXBsLzEuNi4w -++ export _ModuleTable004_ -++ _ModuleTable005_=IixbImxvYWRPcmRlciJdPTEzLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcydG1wbC8xLjYuMCIsfSxpbXBpPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwvaW1waS8yMDE4LjAuNCIsWyJmdWxsTmFtZSJdPSJpbXBpLzIwMTguMC40IixbImxvYWRPcmRlciJdPTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW1waS8yMDE4LjAuNCIsfSxpbnRlbD17WyJmbiJdPSIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL2ludGVsLzE4LjAuNS4yNzQiLFsiZnVsbE5hbWUiXT0iaW50ZWwvMTguMC41LjI3NCIsWyJsb2FkT3JkZXIi -++ export _ModuleTable005_ -++ _ModuleTable006_=XT0zLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImludGVsLzE4LjAuNS4yNzQiLH0saXA9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2lwLzMuMC4yIixbImZ1bGxOYW1lIl09ImlwLzMuMC4yIixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaXAvMy4wLjIiLH0samFzcGVyPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9qYXNwZXIvMS45MDAuMSIsWyJmdWxsTmFtZSJdPSJqYXNwZXIvMS45MDAuMSIsWyJsb2FkT3JkZXIi -++ export _ModuleTable006_ -++ _ModuleTable007_=XT0xNSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJqYXNwZXIvMS45MDAuMSIsfSxuZW1zaW89e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL25lbXNpby8yLjIuNCIsWyJmdWxsTmFtZSJdPSJuZW1zaW8vMi4yLjQiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZW1zaW8vMi4yLjQiLH0sbmV0Y2RmPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwvbmV0Y2RmLzQuNy4wIixbImZ1bGxOYW1lIl09Im5ldGNkZi80LjcuMCIsWyJsb2FkT3JkZXIi -++ export _ModuleTable007_ -++ _ModuleTable008_=XT01LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5ldGNkZi80LjcuMCIsfSxwbmc9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3BuZy8xLjIuNDQiLFsiZnVsbE5hbWUiXT0icG5nLzEuMi40NCIsWyJsb2FkT3JkZXIiXT0xNixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJwbmcvMS4yLjQ0Iix9LHBvc3Q9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3Bvc3QvOC4wLjEiLFsiZnVsbE5hbWUiXT0icG9zdC84LjAuMSIsWyJsb2FkT3JkZXIiXT0xOCxw -++ export _ModuleTable008_ -++ _ModuleTable009_=cm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJwb3N0LzguMC4xIix9LHNwPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9zcC8yLjAuMyIsWyJmdWxsTmFtZSJdPSJzcC8yLjAuMyIsWyJsb2FkT3JkZXIiXT05LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InNwLzIuMC4zIix9LHN1dGlscz17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9zdXRpbHMvZGVmYXVsdCIsWyJmdWxsTmFtZSJdPSJzdXRpbHMvZGVmYXVsdCIsWyJsb2FkT3JkZXIiXT0yLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0 -++ export _ModuleTable009_ -++ _ModuleTable010_=dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InN1dGlscyIsfSx3M2VtYz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNlbWMvMi4zLjEiLFsiZnVsbE5hbWUiXT0idzNlbWMvMi4zLjEiLFsibG9hZE9yZGVyIl09MTAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNlbWMvMi4zLjEiLH0sdzNuY289e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czbmNvLzIuMC43IixbImZ1bGxOYW1lIl09InczbmNvLzIuMC43IixbImxvYWRPcmRlciJdPTExLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMi -++ export _ModuleTable010_ -++ _ModuleTable011_=XT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHo9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3ovMS4yLjExIixbImZ1bGxOYW1lIl09InovMS4yLjExIixbImxvYWRPcmRlciJdPTE3LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InovMS4yLjExIix9LH0sbXBhdGhBPXsiL2NvbnRyaWIvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDIvTkNFUERFVi9mdjMtY2FtL0R1c2FuLkpvdmljL3Vmcy9wcjE4L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL2hlcmEuaW50ZWwiLCIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi9hcHBz -++ export _ModuleTable011_ -++ _ModuleTable012_=L21vZHVsZXMvbW9kdWxlZmlsZXMvTGludXgiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L2NyYXlwZS9kZWZhdWx0L21vZHVsZWZpbGVzIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbCIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWxfaW1waSIsIi9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcyIsIi9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmU6L2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9M -++ export _ModuleTable012_ -++ _ModuleTable013_=aW51eDovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzOi9vcHQvY3JheS9tb2R1bGVmaWxlczovb3B0L2NyYXkvY3JheXBlL2RlZmF1bHQvbW9kdWxlZmlsZXMiLH0= -++ export _ModuleTable013_ -++ _ModuleTable_Sz_=13 -++ export _ModuleTable_Sz_ -++ : -s sh -+ eval -+ module list -++ /apps/lmod/7.7.18/libexec/lmod bash list -+ eval echo ''\'''\'';' echo ''\''Currently'\''' ''\''Loaded'\''' ''\''Modules:'\'';' echo ''\'''\''' ''\'''\''' ''\''1)'\''' ''\''contrib'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''7)'\''' ''\''ip/3.0.2'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''13)'\''' ''\''g2tmpl/1.6.0'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''19)'\''' ''\''esmf/8.0.0'\'';' echo ''\'''\''' ''\'''\''' ''\''2)'\''' ''\''sutils/default'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''8)'\''' ''\''nemsio/2.2.4'\''' ''\'''\''' ''\''14)'\''' ''\''crtm/2.2.6'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''20)'\''' ''\''cmake/3.9.0'\'';' echo ''\'''\''' ''\'''\''' ''\''3)'\''' ''\''intel/18.0.5.274'\''' ''\'''\''' ''\'''\''' ''\''9)'\''' ''\''sp/2.0.3'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''15)'\''' ''\''jasper/1.900.1'\''' ''\'''\''' ''\''21)'\''' ''\''fv3'\'';' echo ''\'''\''' ''\'''\''' ''\''4)'\''' ''\''impi/2018.0.4'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''10)'\''' ''\''w3emc/2.3.1'\''' ''\'''\''' ''\'''\''' ''\''16)'\''' ''\''png/1.2.44'\'';' echo ''\'''\''' ''\'''\''' ''\''5)'\''' ''\''netcdf/4.7.0'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''11)'\''' ''\''w3nco/2.0.7'\''' ''\'''\''' ''\'''\''' ''\''17)'\''' ''\''z/1.2.11'\'';' echo ''\'''\''' ''\'''\''' ''\''6)'\''' ''\''bacio/2.0.3'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''12)'\''' ''\''g2/3.1.1'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''18)'\''' ''\''post/8.0.1'\'';' echo ''\'''\'';' echo ''\'''\''' ''\'''\'';' echo ''\'''\'';' 'MODULEPATH="/contrib/modulefiles:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles:/apps/modules/modulefamilies/intel:/apps/modules/modulefamilies/intel_impi:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles";' export 'MODULEPATH;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJpbXBpIix9LG1UPXtiYWNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvYmFjaW8vMi4wLjMiLFsiZnVsbE5hbWUiXT0iYmFjaW8vMi4wLjMiLFsibG9hZE9yZGVyIl09Nixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJiYWNpby8yLjAuMyIsfSxjbWFrZT17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9jbWFrZS8zLjkuMCIsWyJmdWxs";' export '_ModuleTable001_;' '_ModuleTable002_="TmFtZSJdPSJjbWFrZS8zLjkuMCIsWyJsb2FkT3JkZXIiXT0yMCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjbWFrZS8zLjkuMCIsfSxjb250cmliPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvY29udHJpYiIsWyJmdWxsTmFtZSJdPSJjb250cmliIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY29udHJpYiIsfSxjcnRtPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9jcnRtLzIuMi42IixbImZ1bGxOYW1lIl09ImNydG0vMi4yLjYiLFsibG9hZE9yZGVy";' export '_ModuleTable002_;' '_ModuleTable003_="Il09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL2Z2My1jYW0vRHVzYW4uSm92aWMvdWZzL3ByMTgvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvaGVyYS5pbnRlbC9mdjMiLFsi";' export '_ModuleTable003_;' '_ModuleTable004_="ZnVsbE5hbWUiXT0iZnYzIixbImxvYWRPcmRlciJdPTIxLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTAsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImZ2MyIsfSxnMj17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzIvMy4xLjEiLFsiZnVsbE5hbWUiXT0iZzIvMy4xLjEiLFsibG9hZE9yZGVyIl09MTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZzIvMy4xLjEiLH0sZzJ0bXBsPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9nMnRtcGwvMS42LjAiLFsiZnVsbE5hbWUiXT0iZzJ0bXBsLzEuNi4w";' export '_ModuleTable004_;' '_ModuleTable005_="IixbImxvYWRPcmRlciJdPTEzLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcydG1wbC8xLjYuMCIsfSxpbXBpPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwvaW1waS8yMDE4LjAuNCIsWyJmdWxsTmFtZSJdPSJpbXBpLzIwMTguMC40IixbImxvYWRPcmRlciJdPTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW1waS8yMDE4LjAuNCIsfSxpbnRlbD17WyJmbiJdPSIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL2ludGVsLzE4LjAuNS4yNzQiLFsiZnVsbE5hbWUiXT0iaW50ZWwvMTguMC41LjI3NCIsWyJsb2FkT3JkZXIi";' export '_ModuleTable005_;' '_ModuleTable006_="XT0zLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImludGVsLzE4LjAuNS4yNzQiLH0saXA9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2lwLzMuMC4yIixbImZ1bGxOYW1lIl09ImlwLzMuMC4yIixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaXAvMy4wLjIiLH0samFzcGVyPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9qYXNwZXIvMS45MDAuMSIsWyJmdWxsTmFtZSJdPSJqYXNwZXIvMS45MDAuMSIsWyJsb2FkT3JkZXIi";' export '_ModuleTable006_;' '_ModuleTable007_="XT0xNSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJqYXNwZXIvMS45MDAuMSIsfSxuZW1zaW89e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL25lbXNpby8yLjIuNCIsWyJmdWxsTmFtZSJdPSJuZW1zaW8vMi4yLjQiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZW1zaW8vMi4yLjQiLH0sbmV0Y2RmPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwvbmV0Y2RmLzQuNy4wIixbImZ1bGxOYW1lIl09Im5ldGNkZi80LjcuMCIsWyJsb2FkT3JkZXIi";' export '_ModuleTable007_;' '_ModuleTable008_="XT01LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5ldGNkZi80LjcuMCIsfSxwbmc9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3BuZy8xLjIuNDQiLFsiZnVsbE5hbWUiXT0icG5nLzEuMi40NCIsWyJsb2FkT3JkZXIiXT0xNixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJwbmcvMS4yLjQ0Iix9LHBvc3Q9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3Bvc3QvOC4wLjEiLFsiZnVsbE5hbWUiXT0icG9zdC84LjAuMSIsWyJsb2FkT3JkZXIiXT0xOCxw";' export '_ModuleTable008_;' '_ModuleTable009_="cm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJwb3N0LzguMC4xIix9LHNwPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9zcC8yLjAuMyIsWyJmdWxsTmFtZSJdPSJzcC8yLjAuMyIsWyJsb2FkT3JkZXIiXT05LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InNwLzIuMC4zIix9LHN1dGlscz17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9zdXRpbHMvZGVmYXVsdCIsWyJmdWxsTmFtZSJdPSJzdXRpbHMvZGVmYXVsdCIsWyJsb2FkT3JkZXIiXT0yLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0";' export '_ModuleTable009_;' '_ModuleTable010_="dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InN1dGlscyIsfSx3M2VtYz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNlbWMvMi4zLjEiLFsiZnVsbE5hbWUiXT0idzNlbWMvMi4zLjEiLFsibG9hZE9yZGVyIl09MTAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNlbWMvMi4zLjEiLH0sdzNuY289e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czbmNvLzIuMC43IixbImZ1bGxOYW1lIl09InczbmNvLzIuMC43IixbImxvYWRPcmRlciJdPTExLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMi";' export '_ModuleTable010_;' '_ModuleTable011_="XT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHo9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3ovMS4yLjExIixbImZ1bGxOYW1lIl09InovMS4yLjExIixbImxvYWRPcmRlciJdPTE3LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InovMS4yLjExIix9LH0sbXBhdGhBPXsiL2NvbnRyaWIvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDIvTkNFUERFVi9mdjMtY2FtL0R1c2FuLkpvdmljL3Vmcy9wcjE4L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL2hlcmEuaW50ZWwiLCIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi9hcHBz";' export '_ModuleTable011_;' '_ModuleTable012_="L21vZHVsZXMvbW9kdWxlZmlsZXMvTGludXgiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L2NyYXlwZS9kZWZhdWx0L21vZHVsZWZpbGVzIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbCIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWxfaW1waSIsIi9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcyIsIi9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmU6L2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9M";' export '_ModuleTable012_;' '_ModuleTable013_="aW51eDovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzOi9vcHQvY3JheS9tb2R1bGVmaWxlczovb3B0L2NyYXkvY3JheXBlL2RlZmF1bHQvbW9kdWxlZmlsZXMiLH0=";' export '_ModuleTable013_;' '_ModuleTable_Sz_="13";' export '_ModuleTable_Sz_;' -++ echo '' - -++ echo Currently Loaded Modules: -Currently Loaded Modules: -++ echo '' '' '1)' contrib '' '' '' '' '' '' '' '' '' '' '' '7)' ip/3.0.2 '' '' '' '' '' '13)' g2tmpl/1.6.0 '' '' '' '19)' esmf/8.0.0 - 1) contrib 7) ip/3.0.2 13) g2tmpl/1.6.0 19) esmf/8.0.0 -++ echo '' '' '2)' sutils/default '' '' '' '' '8)' nemsio/2.2.4 '' '14)' crtm/2.2.6 '' '' '' '' '' '20)' cmake/3.9.0 - 2) sutils/default 8) nemsio/2.2.4 14) crtm/2.2.6 20) cmake/3.9.0 -++ echo '' '' '3)' intel/18.0.5.274 '' '' '9)' sp/2.0.3 '' '' '' '' '' '15)' jasper/1.900.1 '' '21)' fv3 - 3) intel/18.0.5.274 9) sp/2.0.3 15) jasper/1.900.1 21) fv3 -++ echo '' '' '4)' impi/2018.0.4 '' '' '' '' '10)' w3emc/2.3.1 '' '' '16)' png/1.2.44 - 4) impi/2018.0.4 10) w3emc/2.3.1 16) png/1.2.44 -++ echo '' '' '5)' netcdf/4.7.0 '' '' '' '' '' '11)' w3nco/2.0.7 '' '' '17)' z/1.2.11 - 5) netcdf/4.7.0 11) w3nco/2.0.7 17) z/1.2.11 -++ echo '' '' '6)' bacio/2.0.3 '' '' '' '' '' '' '12)' g2/3.1.1 '' '' '' '' '' '18)' post/8.0.1 - 6) bacio/2.0.3 12) g2/3.1.1 18) post/8.0.1 -++ echo '' - -++ echo '' '' - -++ echo '' - -++ MODULEPATH=/contrib/modulefiles:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles:/apps/modules/modulefamilies/intel:/apps/modules/modulefamilies/intel_impi:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles -++ export MODULEPATH -++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJpbXBpIix9LG1UPXtiYWNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvYmFjaW8vMi4wLjMiLFsiZnVsbE5hbWUiXT0iYmFjaW8vMi4wLjMiLFsibG9hZE9yZGVyIl09Nixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJiYWNpby8yLjAuMyIsfSxjbWFrZT17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9jbWFrZS8zLjkuMCIsWyJmdWxs -++ export _ModuleTable001_ -++ _ModuleTable002_=TmFtZSJdPSJjbWFrZS8zLjkuMCIsWyJsb2FkT3JkZXIiXT0yMCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjbWFrZS8zLjkuMCIsfSxjb250cmliPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvY29udHJpYiIsWyJmdWxsTmFtZSJdPSJjb250cmliIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY29udHJpYiIsfSxjcnRtPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9jcnRtLzIuMi42IixbImZ1bGxOYW1lIl09ImNydG0vMi4yLjYiLFsibG9hZE9yZGVy -++ export _ModuleTable002_ -++ _ModuleTable003_=Il09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL2Z2My1jYW0vRHVzYW4uSm92aWMvdWZzL3ByMTgvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvaGVyYS5pbnRlbC9mdjMiLFsi -++ export _ModuleTable003_ -++ _ModuleTable004_=ZnVsbE5hbWUiXT0iZnYzIixbImxvYWRPcmRlciJdPTIxLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTAsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImZ2MyIsfSxnMj17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzIvMy4xLjEiLFsiZnVsbE5hbWUiXT0iZzIvMy4xLjEiLFsibG9hZE9yZGVyIl09MTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZzIvMy4xLjEiLH0sZzJ0bXBsPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9nMnRtcGwvMS42LjAiLFsiZnVsbE5hbWUiXT0iZzJ0bXBsLzEuNi4w -++ export _ModuleTable004_ -++ _ModuleTable005_=IixbImxvYWRPcmRlciJdPTEzLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcydG1wbC8xLjYuMCIsfSxpbXBpPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwvaW1waS8yMDE4LjAuNCIsWyJmdWxsTmFtZSJdPSJpbXBpLzIwMTguMC40IixbImxvYWRPcmRlciJdPTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW1waS8yMDE4LjAuNCIsfSxpbnRlbD17WyJmbiJdPSIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL2ludGVsLzE4LjAuNS4yNzQiLFsiZnVsbE5hbWUiXT0iaW50ZWwvMTguMC41LjI3NCIsWyJsb2FkT3JkZXIi -++ export _ModuleTable005_ -++ _ModuleTable006_=XT0zLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImludGVsLzE4LjAuNS4yNzQiLH0saXA9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2lwLzMuMC4yIixbImZ1bGxOYW1lIl09ImlwLzMuMC4yIixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaXAvMy4wLjIiLH0samFzcGVyPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9qYXNwZXIvMS45MDAuMSIsWyJmdWxsTmFtZSJdPSJqYXNwZXIvMS45MDAuMSIsWyJsb2FkT3JkZXIi -++ export _ModuleTable006_ -++ _ModuleTable007_=XT0xNSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJqYXNwZXIvMS45MDAuMSIsfSxuZW1zaW89e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL25lbXNpby8yLjIuNCIsWyJmdWxsTmFtZSJdPSJuZW1zaW8vMi4yLjQiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZW1zaW8vMi4yLjQiLH0sbmV0Y2RmPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwvbmV0Y2RmLzQuNy4wIixbImZ1bGxOYW1lIl09Im5ldGNkZi80LjcuMCIsWyJsb2FkT3JkZXIi -++ export _ModuleTable007_ -++ _ModuleTable008_=XT01LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5ldGNkZi80LjcuMCIsfSxwbmc9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3BuZy8xLjIuNDQiLFsiZnVsbE5hbWUiXT0icG5nLzEuMi40NCIsWyJsb2FkT3JkZXIiXT0xNixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJwbmcvMS4yLjQ0Iix9LHBvc3Q9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3Bvc3QvOC4wLjEiLFsiZnVsbE5hbWUiXT0icG9zdC84LjAuMSIsWyJsb2FkT3JkZXIiXT0xOCxw -++ export _ModuleTable008_ -++ _ModuleTable009_=cm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJwb3N0LzguMC4xIix9LHNwPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9zcC8yLjAuMyIsWyJmdWxsTmFtZSJdPSJzcC8yLjAuMyIsWyJsb2FkT3JkZXIiXT05LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InNwLzIuMC4zIix9LHN1dGlscz17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9zdXRpbHMvZGVmYXVsdCIsWyJmdWxsTmFtZSJdPSJzdXRpbHMvZGVmYXVsdCIsWyJsb2FkT3JkZXIiXT0yLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0 -++ export _ModuleTable009_ -++ _ModuleTable010_=dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InN1dGlscyIsfSx3M2VtYz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNlbWMvMi4zLjEiLFsiZnVsbE5hbWUiXT0idzNlbWMvMi4zLjEiLFsibG9hZE9yZGVyIl09MTAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNlbWMvMi4zLjEiLH0sdzNuY289e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czbmNvLzIuMC43IixbImZ1bGxOYW1lIl09InczbmNvLzIuMC43IixbImxvYWRPcmRlciJdPTExLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMi -++ export _ModuleTable010_ -++ _ModuleTable011_=XT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHo9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3ovMS4yLjExIixbImZ1bGxOYW1lIl09InovMS4yLjExIixbImxvYWRPcmRlciJdPTE3LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InovMS4yLjExIix9LH0sbXBhdGhBPXsiL2NvbnRyaWIvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDIvTkNFUERFVi9mdjMtY2FtL0R1c2FuLkpvdmljL3Vmcy9wcjE4L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL2hlcmEuaW50ZWwiLCIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi9hcHBz -++ export _ModuleTable011_ -++ _ModuleTable012_=L21vZHVsZXMvbW9kdWxlZmlsZXMvTGludXgiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L2NyYXlwZS9kZWZhdWx0L21vZHVsZWZpbGVzIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbCIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWxfaW1waSIsIi9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcyIsIi9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmU6L2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9M -++ export _ModuleTable012_ -++ _ModuleTable013_=aW51eDovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzOi9vcHQvY3JheS9tb2R1bGVmaWxlczovb3B0L2NyYXkvY3JheXBlL2RlZmF1bHQvbW9kdWxlZmlsZXMiLH0= -++ export _ModuleTable013_ -++ _ModuleTable_Sz_=13 -++ export _ModuleTable_Sz_ -++ : -s sh -+ eval -+ cd build_fv3_14 -+ cmake /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model -DREPRO=Y -D32BIT=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -DDYN32=ON -DSTATIC=ON -DMULTI_GASES=OFF --- The C compiler identification is Intel 18.0.5.20180823 --- The CXX compiler identification is Intel 18.0.5.20180823 --- The Fortran compiler identification is Intel 18.0.5.20180823 --- Check for working C compiler: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiicc --- Check for working C compiler: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiicc -- works --- Detecting C compiler ABI info --- Detecting C compiler ABI info - done --- Detecting C compile features --- Detecting C compile features - done --- Check for working CXX compiler: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiicpc --- Check for working CXX compiler: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiicpc -- works --- Detecting CXX compiler ABI info --- Detecting CXX compiler ABI info - done --- Detecting CXX compile features --- Detecting CXX compile features - done --- Check for working Fortran compiler: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort --- Check for working Fortran compiler: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -- works --- Detecting Fortran compiler ABI info --- Detecting Fortran compiler ABI info - done --- Checking whether /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort supports Fortran 90 --- Checking whether /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort supports Fortran 90 -- yes --- Found MPI_C: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpifort.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/release_mt/libmpi.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpigi.a;/usr/lib64/libdl.so;/usr/lib64/librt.so;/usr/lib64/libpthread.so --- Found MPI_CXX: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpicxx.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpifort.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/release_mt/libmpi.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpigi.a;/usr/lib64/libdl.so;/usr/lib64/librt.so;/usr/lib64/libpthread.so --- Found MPI_Fortran: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpifort.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/release_mt/libmpi.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpigi.a;/usr/lib64/libdl.so;/usr/lib64/librt.so;/usr/lib64/libpthread.so -ESMFMKFILE: /scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/lib/esmf.mk - Found ESMF: -ESMF_VERSION_MAJOR: 8 -ESMF_F90COMPILEPATHS: /scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod;/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include;/apps/netcdf/4.6.1/intel/16.1.150/include -ESMF_F90ESMFLINKRPATHS: -Wl,-rpath,/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/lib -ESMF_F90ESMFLINKLIBS: -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf --- Found ESMF: /scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod;/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include;/apps/netcdf/4.6.1/intel/16.1.150/include (found version "8.0.0") - -Setting configuration for hera.intel - -C compiler: Intel 18.0.5.20180823 (mpiicc) -CXX compiler: Intel 18.0.5.20180823 (mpiicpc) -Fortran compiler: Intel 18.0.5.20180823 (mpiifort) - -DEBUG is disabled -REPRO is ENABLED -32BIT is ENABLED -OPENMP is ENABLED -AVX2 is ENABLED -INLINE_POST is ENABLED - - -Selected physics package: gfs - -Force 64 bits in gfsphysics -Force 64 bits in ipd --- Dynamics compiled with 32-bit option, adjust fv_sat_adj types --- Detecting OpenMP flags for Intel C compiler: -qopenmp --- Detecting OpenMP flags for Intel C++ compiler: -qopenmp --- Detecting OpenMP flags for Intel Fortran compiler: -qopenmp --- Enable OpenMP support for C/C++/Fortran compiler --- Disable SIONlib support --- Disable Intel MKL support --- Enable netCDF support --- Disable ESMF support --- Disable multi-gases physics --- Detecting OpenMP flags for Intel C compiler: -qopenmp --- Detecting OpenMP flags for Intel C++ compiler: -qopenmp --- Detecting OpenMP flags for Intel Fortran compiler: -qopenmp --- Enable OpenMP support for C/C++/Fortran compiler --- Found LibXml2: /usr/lib64/libxml2.so (found version "2.9.1") --- Found Doxygen: /usr/bin/doxygen (found version "1.8.5") found components: doxygen dot --- Detecting OpenMP flags for Intel C compiler: -qopenmp --- Detecting OpenMP flags for Intel C++ compiler: -qopenmp --- Detecting OpenMP flags for Intel Fortran compiler: -qopenmp --- Enable OpenMP support for C/C++/Fortran compiler -INFOGot CCPP_SCHEMES from environment variable: /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/aer_cloud.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/aerclm_def.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/aerinterp.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/calpreciptype.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cldwat2m_micro.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cldmacro.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/date_def.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/funcphys.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gcycle.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/h2o_def.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/h2ointerp.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/iccn_def.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/iccninterp.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/iounitdef.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/machine.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mersenne_twister.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfpbl.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg_utils.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg2_0.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg3_0.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/multi_gases.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_model.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_parameters.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_radar.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_thompson.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MP_FER_HIRES.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_bl_mynn.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_mynn.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_orowam2017.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/namelist_soilveg.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfpblt.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfpbltq.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfscu.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfscuq.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/noahmp_tables.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/num_parthds.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozne_def.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozinterp.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/physcons.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/physparam.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radcons.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_aerosols.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_astronomy.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_clouds.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_gases.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_surface.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radlw_datatb.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radlw_param.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radsw_datatb.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radsw_param.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/samfaerosols.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfcsub.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sflx.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/set_soilveg.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/surface_perturbation.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_deep.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_sh.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/tridi.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/wv_saturation.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_soil_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rayleigh_damp.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radsw_main.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_ocean.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gwdc.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gscond.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ysuvdif.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_sice.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/samfdeepcnv.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/satmedmfvdif.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozphys_2015.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/samfshalcnv.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/precpd.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_fer_hires.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diag.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radlw_main.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_debug.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/satmedmfvdifq.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cs_conv.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/shinhongvdif.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/h2ophys.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_nst.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/moninedmf.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diff.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diag_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/m_micro.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gcm_shoc.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gwdps.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/shalcnv.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/get_prs_fv3.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozphys.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_stochastics.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/drag_suite.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_cice.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sascnvn.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cnvc90.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_drv.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/dcyc2.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/moninshoc.f -INFOGot CAPS from environment variable: /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_14/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_14/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_fast_physics_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_14/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_time_vary_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_14/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_radiation_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_14/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_physics_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_14/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_stochastics_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_14/FV3/ccpp/physics/ccpp_FV3_GFS_v15_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_14/FV3/ccpp/physics/ccpp_FV3_GFS_v15_fast_physics_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_14/FV3/ccpp/physics/ccpp_FV3_GFS_v15_time_vary_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_14/FV3/ccpp/physics/ccpp_FV3_GFS_v15_radiation_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_14/FV3/ccpp/physics/ccpp_FV3_GFS_v15_physics_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_14/FV3/ccpp/physics/ccpp_FV3_GFS_v15_stochastics_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_14/FV3/ccpp/physics/ccpp_FV3_GFS_v15plus_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_14/FV3/ccpp/physics/ccpp_FV3_GFS_v15plus_fast_physics_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_14/FV3/ccpp/physics/ccpp_FV3_GFS_v15plus_time_vary_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_14/FV3/ccpp/physics/ccpp_FV3_GFS_v15plus_radiation_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_14/FV3/ccpp/physics/ccpp_FV3_GFS_v15plus_physics_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_14/FV3/ccpp/physics/ccpp_FV3_GFS_v15plus_stochastics_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_14/FV3/ccpp/physics/ccpp_FV3_CPT_v0_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_14/FV3/ccpp/physics/ccpp_FV3_CPT_v0_fast_physics_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_14/FV3/ccpp/physics/ccpp_FV3_CPT_v0_time_vary_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_14/FV3/ccpp/physics/ccpp_FV3_CPT_v0_radiation_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_14/FV3/ccpp/physics/ccpp_FV3_CPT_v0_physics_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_14/FV3/ccpp/physics/ccpp_FV3_CPT_v0_stochastics_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_14/FV3/ccpp/physics/ccpp_FV3_GSD_v0_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_14/FV3/ccpp/physics/ccpp_FV3_GSD_v0_time_vary_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_14/FV3/ccpp/physics/ccpp_FV3_GSD_v0_radiation_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_14/FV3/ccpp/physics/ccpp_FV3_GSD_v0_physics_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_14/FV3/ccpp/physics/ccpp_FV3_GSD_v0_stochastics_cap.F90 -Force 64 bits in CCPP_layer -Force 64 bits in stochastic_physics --- Configuring done --- Generating done --- Build files have been written to: /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_14 -+ make -j 8 -Scanning dependencies of target ccpp -Scanning dependencies of target fv3cpl -[ 0%] Building Fortran object FV3/ccpp/framework/src/CMakeFiles/ccpp.dir/ccpp_errors.F90.o -[ 0%] Building Fortran object FV3/cpl/CMakeFiles/fv3cpl.dir/module_cplfields.F90.o -[ 0%] Building Fortran object FV3/cpl/CMakeFiles/fv3cpl.dir/module_cap_cpl.F90.o -[ 0%] Building Fortran object FV3/ccpp/framework/src/CMakeFiles/ccpp.dir/ccpp_types.F90.o -[ 0%] Building Fortran object FV3/ccpp/framework/src/CMakeFiles/ccpp.dir/ccpp.F90.o -Scanning dependencies of target fms -[ 1%] Building Fortran object FV3/ccpp/framework/src/CMakeFiles/ccpp.dir/ccpp_api.F90.o -[ 1%] Building Fortran object CMakeFiles/fms.dir/FMS/platform/platform.F90.o -[ 1%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_parameter.F90.o -[ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_input.F90.o -[ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/cloud_interpolator.F90.o -[ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_core.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_io.F90.o -[ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/random_numbers/MersenneTwister.F90.o -[ 2%] Linking Fortran static library libccpp.a -[ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/sat_vapor_pres/sat_vapor_pres_k.F90.o -[ 2%] Built target ccpp -[ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/constants/constants.F90.o -[ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_data.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp.F90.o -[ 2%] Linking Fortran static library libfv3cpl.a -[ 2%] Built target fv3cpl -Scanning dependencies of target ccppphys -[ 3%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mersenne_twister.f.o -[ 3%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/machine.F.o -[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFDL_parse_tracers.F90.o -[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_mp_radar.F90.o -[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/iounitdef.f.o -[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/namelist_soilveg.f.o -[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/namelist_soilveg_ruc.F90.o -[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_noahmp_glacier.f90.o -[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_noahmplsm.f90.o -[ 8%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/noahmp_tables.f90.o -[ 8%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_soil_pre.F90.o -[ 9%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/physcons.F90.o -[ 9%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/aerclm_def.F.o -[ 9%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/physparam.f.o -[ 9%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/h2o_def.f.o -[ 9%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/iccn_def.F.o -[ 9%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/micro_mg_utils.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 9%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozne_def.f.o -[ 9%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/surface_perturbation.F90.o -[ 10%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_deep.F90.o -[ 11%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_gfdl_cloud_microphys.F90.o -[ 11%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gfs_phy_tracer_config.F.o -[ 11%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radcons.f90.o -[ 11%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/set_soilveg.f.o -[ 11%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MP_FER_HIRES.F90.o -[ 11%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_BL_MYJPBL.F90.o -[ 11%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/date_def.f.o -[ 11%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_mp_thompson.F90.o -[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gwdps.f.o -[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_SF_JSFC.F90.o -[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_ruclsm.F90.o -[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/set_soilveg_ruc.F90.o -[ 13%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/__/__/gfsphysics/CCPP_layer/CCPP_typedefs.F90.o -[ 13%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_post.F90.o -[ 14%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cnvc90.f.o -[ 14%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_DCNV_generic.F90.o -[ 14%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_GWD_generic.F90.o -[ 14%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_MP_generic.F90.o -[ 15%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_PBL_generic.F90.o -[ 15%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_SCNV_generic.F90.o -[ 15%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_efp.F90.o -[ 15%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_composites.F90.o -[ 15%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_loop_control.F90.o -[ 16%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_memutils.F90.o -[ 16%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_pset.F90.o -[ 16%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_type.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 17%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/gradient.F90.o -[ 17%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/maximum_hourly_diagnostics.F90.o -[ 18%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozphys.f.o -[ 18%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rayleigh_damp.f.o -[ 19%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_domains.F90.o -[ 19%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_diag_post.F90.o -[ 20%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_diff.f.o -[ 20%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_stochastics.F90.o -[ 20%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/h2ophys.f.o -[ 20%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozphys_2015.f.o -[ 21%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cs_conv_aw_adj.F90.o -[ 21%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/m_micro_interstitial.F90.o -[ 21%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver_post.F90.o -[ 21%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver_pre.F90.o -[ 21%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/lsm_ruc_sfc_sice_interstitial.F90.o -[ 21%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_thompson_post.F90.o -[ 21%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNrad_post.F90.o -[ 22%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/funcphys.f90.o -[ 23%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radlw_param.f.o -[ 23%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radsw_param.f.o -[ 23%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_nst_parameters.f90.o -[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_bl_mynn.F90.o -[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_initialize.F90.o -[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_astronomy.f.o -[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_surface.f.o -[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/aerinterp.F90.o -[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/samfaerosols.F.o -[ 25%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/h2ointerp.f90.o -[ 25%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/iccninterp.F90.o -[ 25%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozinterp.f90.o -[ 25%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_mp_thompson_make_number_concentrations.F90.o -[ 25%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/aer_cloud.F.o -[ 25%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_sh.F90.o -[ 25%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gfdl_fv_sat_adj.F90.o -[ 25%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/get_prs_fv3.F90.o -[ 25%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gfdl_cloud_microphys.F90.o -[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_generic.F90.o -[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_drv_ruc.F90.o -[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_thompson.F90.o -[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNrad_pre.F90.o -[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/wv_saturation.F.o -[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/__/__/gfsphysics/GFS_layer/GFS_typedefs.F90.o -[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_nst_water_prop.f90.o -[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_module.F90.o -[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_bfmicrophysics.f.o -[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radsw_datatb.f.o -[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_aerosols.f.o -[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_gases.f.o -[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radlw_datatb.f.o -[ 27%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_gfdlmp_fast_physics_cap.F90.o -[ 27%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/moninedmf.f.o -[ 27%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_drv.f.o -[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/samfdeepcnv.f.o -[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/samfshalcnv.f.o -[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_diag.f.o -[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_sice.f.o -[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_time_vary_pre.fv3.F90.o -[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15_fast_physics_cap.F90.o -[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15plus_fast_physics_cap.F90.o -[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/satmedmfvdif.F.o -[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_CPT_v0_fast_physics_cap.F90.o -[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cs_conv.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver.F90.o -[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_thompson_pre.F90.o -[ 30%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radlw_main.f.o -[ 30%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_clouds.f.o -[ 30%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radsw_main.f.o -[ 30%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_nst_model.f90.o -[ 30%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cldmacro.F.o -[ 30%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cldwat2m_micro.F.o -[ 31%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/micro_mg2_0.F90.o -[ 31%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/micro_mg3_0.F90.o -[ 31%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_mynn.F90.o -[ 31%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp.F90.o -[ 31%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNPBL_wrapper.F90.o -[ 31%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_nst.f.o -[ 31%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_setup.F90.o -[ 32%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/m_micro.F90.o -[ 32%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_io.F90.o -[ 32%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_comm.F90.o -Compiling in MPI mode (with or without MPP) -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 34%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_suite_interstitial.F90.o -[ 34%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rrtmg_lw_post.F90.o -[ 34%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_post.F90.o -[ 34%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/dcyc2.f.o -[ 34%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_pre.F90.o -[ 35%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rrtmg_sw_post.F90.o -[ 35%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rrtmg_lw_pre.F90.o -[ 35%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rrtmg_sw_pre.F90.o -[ 35%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_gfdlmp_stochastics_cap.F90.o -[ 35%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_phys_time_vary.fv3.F90.o -[ 35%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_rad_time_vary.fv3.F90.o -[ 35%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15_stochastics_cap.F90.o -[ 35%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15plus_stochastics_cap.F90.o -[ 35%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_CPT_v0_stochastics_cap.F90.o -[ 35%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GSD_v0_stochastics_cap.F90.o -[ 36%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_gfdlmp_physics_cap.F90.o -[ 36%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15_physics_cap.F90.o -[ 36%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15plus_physics_cap.F90.o -[ 37%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_CPT_v0_physics_cap.F90.o -[ 37%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GSD_v0_physics_cap.F90.o -[ 38%] Building Fortran object CMakeFiles/fms.dir/FMS/fms/fms_io.F90.o -[ 38%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_gfdlmp_radiation_cap.F90.o -[ 38%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15_radiation_cap.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 38%] Building Fortran object CMakeFiles/fms.dir/FMS/memutils/memutils.F90.o -[ 38%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15plus_radiation_cap.F90.o -[ 38%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_CPT_v0_radiation_cap.F90.o -[ 39%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GSD_v0_radiation_cap.F90.o -[ 39%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_gfdlmp_time_vary_cap.F90.o -[ 39%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15_time_vary_cap.F90.o -[ 40%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15plus_time_vary_cap.F90.o -[ 40%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_CPT_v0_time_vary_cap.F90.o -[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/fms/fms.F90.o -[ 40%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GSD_v0_time_vary_cap.F90.o -[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/time_manager/time_manager.F90.o -[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bicubic.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bilinear.F90.o -[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_conserve.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_spherical.F90.o -[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/axis_utils/axis_utils.F90.o -[ 42%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_grid.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 42%] Building Fortran object CMakeFiles/fms.dir/FMS/field_manager/field_manager.F90.o -[ 42%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/mosaic.F90.o -[ 42%] Building Fortran object CMakeFiles/fms.dir/FMS/topography/gaussian_topog.F90.o -[ 42%] Building Fortran object CMakeFiles/fms.dir/FMS/time_manager/get_cal_time.F90.o -[ 42%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp.F90.o -[ 43%] Building Fortran object CMakeFiles/fms.dir/FMS/time_interp/time_interp.F90.o -[ 43%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_data.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 43%] Building Fortran object CMakeFiles/fms.dir/FMS/field_manager/fm_util.F90.o -[ 43%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_types.F90.o -[ 43%] Building Fortran object CMakeFiles/fms.dir/FMS/time_interp/time_interp_external.F90.o -[ 43%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_axis.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 43%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_manifest.F90.o -[ 44%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/xbt_drop_rate_adjust.f90.o -[ 44%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/write_ocean_data.F90.o -[ 44%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_output.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 44%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_util.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 45%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_table.F90.o -[ 45%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_manager.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 45%] Building Fortran object CMakeFiles/fms.dir/FMS/data_override/data_override.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 45%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/coupler_types.F90.o -[ 45%] Building Fortran object CMakeFiles/fms.dir/FMS/exchange/stock_constants.F90.o -[ 45%] Building Fortran object CMakeFiles/fms.dir/FMS/amip_interp/amip_interp.F90.o -[ 45%] Building Fortran object CMakeFiles/fms.dir/FMS/astronomy/astronomy.F90.o -[ 46%] Building Fortran object CMakeFiles/fms.dir/FMS/block_control/block_control.F90.o -[ 46%] Building Fortran object CMakeFiles/fms.dir/FMS/column_diagnostics/column_diagnostics.F90.o -[ 46%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/atmos_ocean_fluxes.F90.o -[ 47%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/ensemble_manager.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 47%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters.F90.o -[ 47%] Building Fortran object CMakeFiles/fms.dir/FMS/exchange/xgrid.F90.o -[ 48%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft.F90.o -[ 48%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft99.F90.o -Compiling in MPI mode (with or without MPP) -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 48%] Building Fortran object CMakeFiles/fms.dir/FMS/interpolator/interpolator.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 48%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/grid.F90.o -[ 48%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_utilities.F90.o -[ 48%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core.F90.o -[ 49%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core_ecda.F90.o -[ 49%] Building Fortran object CMakeFiles/fms.dir/FMS/random_numbers/random_numbers.F90.o -[ 50%] Building Fortran object CMakeFiles/fms.dir/FMS/sat_vapor_pres/sat_vapor_pres.F90.o -[ 50%] Building Fortran object CMakeFiles/fms.dir/FMS/station_data/station_data.F90.o -[ 50%] Building Fortran object CMakeFiles/fms.dir/FMS/topography/topography.F90.o -[ 51%] Building Fortran object CMakeFiles/fms.dir/FMS/tracer_manager/tracer_manager.F90.o -[ 51%] Building Fortran object CMakeFiles/fms.dir/FMS/tridiagonal/tridiagonal.F90.o -[ 52%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/quicksort.F90.o -[ 52%] Building C object CMakeFiles/fms.dir/FMS/memutils/memuse.c.o -[ 52%] Building C object CMakeFiles/fms.dir/FMS/mosaic/create_xgrid.c.o -[ 53%] Building C object CMakeFiles/fms.dir/FMS/mosaic/gradient_c2l.c.o -[ 53%] Building C object CMakeFiles/fms.dir/FMS/mosaic/interp.c.o -[ 53%] Building C object CMakeFiles/fms.dir/FMS/mosaic/mosaic_util.c.o -[ 53%] Building C object CMakeFiles/fms.dir/FMS/mosaic/read_mosaic.c.o -[ 54%] Building C object CMakeFiles/fms.dir/FMS/affinity/affinity.c.o -[ 54%] Building C object CMakeFiles/fms.dir/FMS/mpp/nsclock.c.o -[ 54%] Building C object CMakeFiles/fms.dir/FMS/mpp/threadloc.c.o -[ 55%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_CPT_v0_cap.F90.o -[ 55%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_gfdlmp_cap.F90.o -[ 56%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15_cap.F90.o -[ 56%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15plus_cap.F90.o -[ 56%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GSD_v0_cap.F90.o -[ 57%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_debug.F90.o -[ 57%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_suite_init_finalize_test.F90.o -[ 57%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke.F90.o -[ 57%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke_post.F90.o -[ 58%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke_pre.F90.o -[ 58%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/drag_suite.F90.o -[ 58%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gcm_shoc.F90.o -[ 58%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gscond.f.o -[ 58%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gwdc.f.o -[ 58%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYJPBL_wrapper.F90.o -[ 58%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYJSFC_wrapper.F90.o -[ 59%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNSFC_wrapper.F90.o -[ 59%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/moninshoc.f.o -[ 59%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_fer_hires.F90.o -[ 59%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/multi_gases.F90.o -[ 60%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/precpd.f.o -[ 60%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sascnvn.F.o -[ 60%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/satmedmfvdifq.F.o -[ 61%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_cice.f.o -[ 61%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_noahmp_drv.f.o -[ 62%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_ocean.F.o -[ 63%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfcsub.F.o -[ 63%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/shalcnv.F.o -[ 64%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/shinhongvdif.F90.o -[ 64%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ugwp_driver_v0.F.o -[ 64%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ysuvdif.F90.o -[ 65%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/calpreciptype.f90.o -[ 65%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gcycle.F90.o -[ 65%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gocart_tracer_config_stub.f.o -[ 65%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfpbl.f.o -[ 66%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_triggers.F90.o -[ 66%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_solvers.F90.o -[ 66%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_utils.F90.o -[ 66%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_orowam2017.f.o -[ 67%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_vert_lsatdis.F90.o -[ 67%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_vert_orodis.F90.o -[ 67%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_vert_wmsdis.F90.o -[ 68%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfpblt.f.o -[ 68%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfpbltq.f.o -[ 68%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfscu.f.o -[ 68%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfscuq.f.o -[ 68%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/num_parthds.F.o -[ 68%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sflx.f.o -[ 68%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/tridi.f.o -[ 68%] Linking Fortran static library libccppphys.a -[ 68%] Built target ccppphys -Scanning dependencies of target gfsphysics -[ 68%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/machine.F.o -[ 68%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mersenne_twister.f.o -[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/GFDL_parse_tracers.F90.o -[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/namelist_soilveg.f.o -[ 70%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/CCPP_layer/CCPP_typedefs.F90.o -[ 70%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/physparam.f.o -[ 70%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/physcons.F90.o -[ 70%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radlw_param.f.o -[ 70%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radsw_param.f.o -[ 71%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_typedefs.F90.o -[ 71%] Linking Fortran static library FMS/libfms.a -[ 71%] Built target fms -[ 71%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_diagnostics.F90.o -[ 71%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/CCPP_layer/CCPP_data.F90.o -[ 71%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_driver.F90.o -[ 71%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_restart.F90.o -[ 72%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_abstraction_layer.F90.o -[ 72%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/__/ccpp/physics/ccpp_static_api.F90.o -[ 72%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/noahmp_tables.f90.o -[ 73%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/set_soilveg.f.o -[ 73%] Linking Fortran static library libgfsphysics.a -[ 73%] Built target gfsphysics -Scanning dependencies of target ipd -Scanning dependencies of target ccppdriver -[ 73%] Building Fortran object FV3/ipd/CMakeFiles/ipd.dir/IPD_typedefs.F90.o -[ 73%] Building Fortran object FV3/ccpp/driver/CMakeFiles/ccppdriver.dir/CCPP_driver.F90.o -[ 74%] Building Fortran object FV3/ipd/CMakeFiles/ipd.dir/IPD_driver.F90.o -[ 74%] Linking Fortran static library libccppdriver.a -[ 74%] Built target ccppdriver -[ 74%] Linking Fortran static library libipd.a -[ 74%] Built target ipd -Scanning dependencies of target io -[ 74%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_fv3_io_def.F90.o -[ 74%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_internal_state.F90.o -Scanning dependencies of target fv3core -[ 74%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/external_sst.F90.o -[ 74%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_arrays.F90.o -[ 74%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_fill.F90.o -[ 74%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/sim_nc_mod.F90.o -[ 74%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/DYCORE_typedefs.F90.o -[ 75%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_netcdf.F90.o -[ 75%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_nemsio.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 75%] Building Fortran object FV3/io/CMakeFiles/io.dir/post_gfs.F90.o -[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/sorted_index.F90.o -[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_mp_mod.F90.o -[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_sg.F90.o -[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_eta.F90.o -[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_timing.F90.o -[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/boundary.F90.o -[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_grid_utils.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 77%] Building Fortran object FV3/io/CMakeFiles/io.dir/FV3GFS_io.F90.o -[ 78%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_wrt_grid_comp.F90.o -[ 78%] Building Fortran object FV3/io/CMakeFiles/io.dir/post_nems_routines.F90.o -[ 78%] Building Fortran object FV3/io/CMakeFiles/io.dir/ffsync.F90.o -[ 78%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_mapz.F90.o -[ 78%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/tp_core.F90.o -[ 78%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/init_hydro.F90.o -[ 79%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_surf_map.F90.o -[ 79%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/a2b_edge.F90.o -[ 79%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_grid_tools.F90.o -[ 80%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_treat_da_inc.F90.o -[ 80%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_iau_mod.F90.o -[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/sw_core.F90.o -[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_io.F90.o -[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_diagnostics.F90.o -[ 81%] Linking Fortran static library libio.a -[ 81%] Built target io -[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/nh_utils.F90.o -[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/nh_core.F90.o -[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_nudge.F90.o -[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/test_cases.F90.o -[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_regional_bc.F90.o -[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/fv_nggps_diag.F90.o -[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_tracer2d.F90.o -[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_update_phys.F90.o -[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/dyn_core.F90.o -[ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/external_ic.F90.o -[ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_restart.F90.o -[ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_nesting.F90.o -[ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_control.F90.o -[ 85%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_dynamics.F90.o -[ 85%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/atmosphere.F90.o -[ 85%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/multi_gases.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 86%] Linking Fortran static library libfv3core.a -[ 86%] Built target fv3core -Scanning dependencies of target stochastic_physics -[ 86%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_resol_def.f.o -[ 86%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_gg_def.f.o -[ 86%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/spectral_layout.F90.o -[ 86%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/update_ca.f90.o -[ 86%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/glats_stochy.f.o -[ 86%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_layout_lag.f.o -[ 87%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_namelist_def.F90.o -[ 87%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/compns_stochy.F90.o -[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/get_lats_node_a_stochy.f.o -[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/get_ls_node_stochy.f.o -[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/epslon_stochy.f.o -[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/gozrineo_stochy.f.o -[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/setlats_lag_stochy.f.o -[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/pln2eo_stochy.f.o -[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/setlats_a_stochy.f.o -[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_internal_state_mod.F90.o -[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/dezouv_stochy.f.o -[ 89%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/dozeuv_stochy.f.o -[ 90%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/four_to_grid_stochy.F.o -[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/sumfln_stochy.f.o -[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_patterngenerator.F90.o -[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/getcon_lag_stochy.f.o -[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/getcon_spectral.F90.o -[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/initialize_spectral_mod.F90.o -[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_data_mod.F90.o -[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/get_stochy_pattern.F90.o -[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochastic_physics.F90.o -[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/cellular_automata.f90.o -[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/plumes.f90.o -[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/num_parthds_stochy.f.o -[ 94%] Linking Fortran static library libstochastic_physics.a -[ 94%] Built target stochastic_physics -Scanning dependencies of target fv3cap -[ 94%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/module_fv3_config.F90.o -[ 95%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/atmos_model.F90.o -[ 95%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/module_fcst_grid_comp.F90.o -[ 95%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/fv3_cap.F90.o -[ 96%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/time_utils.F90.o -[ 96%] Linking Fortran static library libfv3cap.a -[ 96%] Built target fv3cap -Scanning dependencies of target NEMS.exe -[ 96%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_EARTH_INTERNAL_STATE.F90.o -[ 96%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/ENS_Cpl/ENS_CplComp_ESMFMod_STUB.F90.o -[ 96%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_MEDIATOR_methods.F90.o -[ 96%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_UTILS.F90.o -[ 96%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_INTERNAL_STATE.F90.o -[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_MEDIATOR_SpaceWeather.F90.o -[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_Rusage.F90.o -[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_MEDIATOR.F90.o -[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_EARTH_GRID_COMP.F90.o -[ 98%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_GRID_COMP.F90.o -[ 98%] Building C object CMakeFiles/NEMS.exe.dir/NEMS/src/nems_c_rusage.c.o -[ 98%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/MAIN_NEMS.F90.o -[100%] Linking Fortran executable NEMS.exe -/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/lib/libjasper_v1.900.1.a(jas_stream.o): In function `jas_stream_tmpfile': -jas_stream.c:(.text+0x7a7): warning: the use of `tmpnam' is dangerous, better use `mkstemp' -[100%] Built target NEMS.exe -+ mv NEMS.exe ../fv3_14.exe -+ cp /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel/fv3 ../modules.fv3_14 -+ cd .. -+ '[' YES = YES ']' -+ rm -rf build_fv3_14 -+ elapsed=540 -+ echo 'Elapsed time 540 seconds. Compiling REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_v15,FV3_GFS_v15plus,FV3_CPT_v0,FV3_GSD_v0 32BIT=Y finished' -Elapsed time 540 seconds. Compiling REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_v15,FV3_GFS_v15plus,FV3_CPT_v0,FV3_GSD_v0 32BIT=Y finished -+ SECONDS=0 -+++ readlink -f /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/compile_cmake.sh -++ dirname /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/compile_cmake.sh -+ readonly MYDIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests -+ MYDIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests -+ readonly ARGC=4 -+ ARGC=4 -+ cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests -+ [[ 4 -eq 0 ]] -+ [[ 4 -lt 2 ]] -+ PATHTR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model -+ MACHINE_ID=hera.intel -+ MAKE_OPT='CCPP=Y STATIC=Y SUITES=FV3_GFS_2017' -+ BUILD_NAME=fv3_15 -+ clean_before=YES -+ clean_after=YES -+ BUILD_DIR=build_fv3_15 -+ [[ hera.intel == cheyenne.* ]] -+ [[ hera.intel == wcoss_dell_p3 ]] -+ MAKE_THREADS=8 -+ hostname -hfe01 -+ cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests -+ echo 'Compiling CCPP=Y STATIC=Y SUITES=FV3_GFS_2017 into fv3_15.exe on hera.intel' -Compiling CCPP=Y STATIC=Y SUITES=FV3_GFS_2017 into fv3_15.exe on hera.intel -+ '[' YES = YES ']' -+ rm -rf build_fv3_15 -+ mkdir -p build_fv3_15 -+ CCPP_CMAKE_FLAGS= -+ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017 == *\D\E\B\U\G\=\Y* ]] -+ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017 == *\R\E\P\R\O\=\Y* ]] -+ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017 == *\3\2\B\I\T\=\Y* ]] -+ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017 == *\O\P\E\N\M\P\=\N* ]] -+ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017 == *\C\C\P\P\=\Y* ]] -+ CCPP_CMAKE_FLAGS=' -DCCPP=ON -DMPI=ON' -+ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017 == *\D\E\B\U\G\=\Y* ]] -+ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017 == *\R\E\P\R\O\=\Y* ]] -+ CCPP_CMAKE_FLAGS=' -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release' -+ [[ hera.intel == \j\e\t\.\i\n\t\e\l ]] -+ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017 == *\3\2\B\I\T\=\Y* ]] -+ CCPP_CMAKE_FLAGS=' -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=OFF' -+ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017 == *\S\T\A\T\I\C\=\Y* ]] -+ CCPP_CMAKE_FLAGS=' -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=OFF -DSTATIC=ON' -+ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017 == *\M\U\L\T\I\_\G\A\S\E\S\=\Y* ]] -+ CCPP_CMAKE_FLAGS=' -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF' -++ echo CCPP=Y STATIC=Y SUITES=FV3_GFS_2017 -++ sed 's/.* SUITES=//' -++ sed 's/ .*//' -+ SUITES=FV3_GFS_2017 -+ cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model -+ ./FV3/ccpp/framework/scripts/ccpp_prebuild.py --config=FV3/ccpp/config/ccpp_prebuild_config.py --static --suites=FV3_GFS_2017 --builddir=tests/build_fv3_15/FV3 -INFO: Logging level set to INFO -INFO: Found TYPEDEFS_NEW_METADATA dictionary in config, assume at least some data is in new metadata formet -INFO: Parsing suite definition files ... -INFO: Parsing suite definition file FV3/ccpp/suites/suite_FV3_GFS_2017.xml ... -INFO: Parsing metadata tables for variables provided by host model ... -INFO: Parsed variable definition tables in module machine -INFO: Parsed variable definition tables in module module_radsw_parameters -INFO: Parsed variable definition tables in module module_radlw_parameters -INFO: Parsed variable definition tables in module CCPP_typedefs -INFO: Parsed variable definition tables in module GFS_typedefs -INFO: Parsed variable definition tables in module CCPP_data -INFO: Parsed variable definition tables in module ccpp_types -INFO: Convert local names from new metadata format into old metadata format ... -INFO: Converting local name sfcflw of variable lw_fluxes_sfc from new to old metadata -INFO: Converting local name nslwr of variable number_of_timesteps_between_longwave_radiation_calls from new to old metadata -INFO: Converting local name hydrostatic of variable flag_for_hydrostatic_solver from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_of_kinematic_buoyancy_flux_from_shoc_in_phy_f3d) of variable kinematic_buoyancy_flux_from_shoc from new to old metadata -INFO: Converting local name nkbfshoc of variable index_of_kinematic_buoyancy_flux_from_shoc_in_phy_f3d from new to old metadata -INFO: Converting local name dvisbm_cpl of variable cumulative_surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name cnvw of variable convective_cloud_water_mixing_ratio from new to old metadata -INFO: Converting local name ltaerosol of variable flag_for_aerosol_physics from new to old metadata -INFO: Converting local name rainmcadj of variable lwe_thickness_of_moist_convective_adj_precipitation_amount from new to old metadata -INFO: Converting local name loop_cnt of variable ccpp_loop_counter from new to old metadata -INFO: Converting local name ncpi of variable local_ice_number_concentration from new to old metadata -INFO: Converting local name pt of variable virtual_temperature_at_Lagrangian_surface from new to old metadata -INFO: Converting local name nirbmui of variable surface_upwelling_direct_near_infrared_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name vconvtend of variable tendency_of_y_wind_due_to_deep_convection_for_coupling_on_physics_timestep from new to old metadata -INFO: Converting local name uustar_ice of variable surface_friction_velocity_over_ice from new to old metadata -INFO: Converting local name phy_myj_uz0 of variable u_wind_component_at_viscous_sublayer_top from new to old metadata -INFO: Converting local name evap_land of variable kinematic_surface_upward_latent_heat_flux_over_land from new to old metadata -INFO: Converting local name ocean of variable flag_nonzero_ocean_surface_fraction from new to old metadata -INFO: Converting local name ep1d_ocean of variable surface_upward_potential_latent_heat_flux_over_ocean from new to old metadata -INFO: Converting local name qconvtend of variable tendency_of_water_vapor_specific_humidity_due_to_deep_convection_for_coupling_on_physics_timestep from new to old metadata -INFO: Converting local name islmsk_cice of variable sea_land_ice_mask_cice from new to old metadata -INFO: Converting local name cmm_ice of variable surface_drag_wind_speed_for_momentum_in_air_over_ice from new to old metadata -INFO: Converting local name visdfdi of variable surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name cnv_ndrop of variable number_concentration_of_cloud_liquid_water_particles_for_detrainment from new to old metadata -INFO: Converting local name sh2o of variable volume_fraction_of_unfrozen_soil_moisture_for_land_surface_model from new to old metadata -INFO: Converting local name tau_tofd of variable time_integral_of_momentum_flux_due_to_turbulent_orographic_form_drag from new to old metadata -INFO: Converting local name dnirbmi_cpl of variable instantaneous_surface_downwelling_direct_near_infrared_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name refdmax263k of variable maximum_reflectivity_at_minus10c_over_maximum_hourly_time_interval from new to old metadata -INFO: Converting local name ulwsfci of variable surface_upwelling_longwave_flux from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_liquid_cloud_condensate) of variable tendency_of_liquid_cloud_water_mixing_ratio_due_to_model_physics from new to old metadata -INFO: Converting local name ntcw of variable index_for_liquid_cloud_condensate from new to old metadata -INFO: Converting local name lheatstrg of variable flag_for_canopy_heat_storage from new to old metadata -INFO: Converting local name slc of variable volume_fraction_of_unfrozen_soil_moisture from new to old metadata -INFO: Converting local name tsfc_land of variable surface_skin_temperature_over_land_interstitial from new to old metadata -INFO: Converting local name save_v of variable y_wind_save from new to old metadata -INFO: Converting local name xkzm_m of variable atmosphere_momentum_diffusivity_background from new to old metadata -INFO: Converting local name gabsbdlw_land of variable surface_downwelling_longwave_flux_absorbed_by_ground_over_land from new to old metadata -INFO: Converting local name tprcp_ice of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_ice from new to old metadata -INFO: Converting local name stblcpxy of variable slow_soil_pool_mass_content_of_carbon from new to old metadata -INFO: Converting local name cdq_land of variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_land from new to old metadata -INFO: Converting local name du3dt(:,:,2) of variable cumulative_change_in_x_wind_due_to_orographic_gravity_wave_drag from new to old metadata -INFO: Converting local name mg_berg_eff_factor of variable mg_bergeron_efficiency_factor from new to old metadata -INFO: Converting local name clouds(:,:,3) of variable mean_effective_radius_for_liquid_cloud from new to old metadata -INFO: Converting local name aer_nm of variable aerosol_number_concentration_from_gocart_aerosol_climatology from new to old metadata -INFO: Converting local name xzts of variable sensitivity_of_dtl_thickness_to_surface_temperature from new to old metadata -INFO: Converting local name lake of variable flag_nonzero_lake_surface_fraction from new to old metadata -INFO: Converting local name kb of variable vertical_index_difference_between_layer_and_lower_bound from new to old metadata -INFO: Converting local name ipt of variable index_for_diagnostic_printout from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_ice_friendly_aerosols) of variable ice_friendly_aerosol_number_concentration from new to old metadata -INFO: Converting local name ntia of variable index_for_ice_friendly_aerosols from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_rain_water) of variable tendency_of_rain_water_mixing_ratio_due_to_model_physics from new to old metadata -INFO: Converting local name ntrw of variable index_for_rain_water from new to old metadata -INFO: Converting local name con_epsm1 of variable ratio_of_dry_air_to_water_vapor_gas_constants_minus_one from new to old metadata -INFO: Converting local name dqsfc_cice of variable surface_upward_latent_heat_flux_for_coupling_interstitial from new to old metadata -INFO: Converting local name last_step of variable flag_for_the_last_step_of_k_split_remapping from new to old metadata -INFO: Converting local name huge of variable netcdf_float_fillvalue from new to old metadata -INFO: Converting local name save_q(:,:,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio_save from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_liquid_cloud_number_concentration) of variable cloud_droplet_number_concentration from new to old metadata -INFO: Converting local name ntlnc of variable index_for_liquid_cloud_number_concentration from new to old metadata -INFO: Converting local name dv3dt(:,:,1) of variable cumulative_change_in_y_wind_due_to_PBL from new to old metadata -INFO: Converting local name imp_physics_mg of variable flag_for_morrison_gettelman_microphysics_scheme from new to old metadata -INFO: Converting local name cldtaulw of variable cloud_optical_depth_layers_at_10mu_band from new to old metadata -INFO: Converting local name wet of variable flag_nonzero_wet_surface_fraction from new to old metadata -INFO: Converting local name qsnowxy of variable snow_precipitation_rate_at_surface from new to old metadata -INFO: Converting local name iopt_frz of variable flag_for_supercooled_liquid_water_option from new to old metadata -INFO: Converting local name dsnow_cpl of variable tendency_of_lwe_thickness_of_snow_amount_for_coupling from new to old metadata -INFO: Converting local name cldsa of variable cloud_area_fraction_for_radiation from new to old metadata -INFO: Converting local name totsnwb of variable accumulated_lwe_thickness_of_snow_amount_in_bucket from new to old metadata -INFO: Converting local name gq0(:,:,index_for_rain_water) of variable rain_water_mixing_ratio_updated_by_physics from new to old metadata -INFO: Converting local name totsnw of variable accumulated_lwe_thickness_of_snow_amount from new to old metadata -INFO: Converting local name xkzm_s of variable diffusivity_background_sigma_level from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_water_friendly_aerosols) of variable tendency_of_water_friendly_aerosol_number_concentration_due_to_model_physics from new to old metadata -INFO: Converting local name ntwa of variable index_for_water_friendly_aerosols from new to old metadata -INFO: Converting local name fswtr of variable fraction_of_cloud_top_water_scavenged from new to old metadata -INFO: Converting local name nvisbmi_cpl of variable instantaneous_surface_net_downward_direct_ultraviolet_and_visible_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_of_atmosphere_heat_diffusivity_from_shoc_in_phy_f3d) of variable atmosphere_heat_diffusivity_from_shoc from new to old metadata -INFO: Converting local name nahdshoc of variable index_of_atmosphere_heat_diffusivity_from_shoc_in_phy_f3d from new to old metadata -INFO: Converting local name nthreads of variable omp_threads_for_fast_physics from new to old metadata -INFO: Converting local name icemp of variable lwe_thickness_of_ice_amount from new to old metadata -INFO: Converting local name dqsfc_cpl of variable cumulative_surface_upward_latent_heat_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name con_jcal of variable joules_per_calorie_constant from new to old metadata -INFO: Converting local name xmu of variable zenith_angle_temporal_adjustment_factor_for_shortwave_fluxes from new to old metadata -INFO: Converting local name con_fvirt of variable ratio_of_vapor_to_dry_air_gas_constants_minus_one from new to old metadata -INFO: Converting local name evfactl_deep of variable rain_evaporation_coefficient_over_land_deep_convection from new to old metadata -INFO: Converting local name canliqxy of variable canopy_intercepted_liquid_water from new to old metadata -INFO: Converting local name phy_myj_qsfc of variable surface_specific_humidity_for_MYJ_schemes from new to old metadata -INFO: Converting local name rainncprv of variable lwe_thickness_of_explicit_rainfall_amount_from_previous_timestep from new to old metadata -INFO: Converting local name Tbd of variable GFS_tbd_type_instance from new to old metadata -INFO: Converting local name v1 of variable y_wind_at_lowest_model_layer_for_diag from new to old metadata -INFO: Converting local name det_mf of variable cumulative_atmosphere_detrainment_convective_mass_flux from new to old metadata -INFO: Converting local name psurf of variable surface_air_pressure_diag from new to old metadata -INFO: Converting local name gasvmr(:,:,10) of variable volume_mixing_ratio_cfc113 from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_for_rain_effective_radius) of variable effective_radius_of_stratiform_cloud_rain_particle_in_um from new to old metadata -INFO: Converting local name nreffr of variable index_for_rain_effective_radius from new to old metadata -INFO: Converting local name del_gz of variable geopotential_difference_between_midlayers_divided_by_midlayer_virtual_temperature from new to old metadata -INFO: Converting local name imfdeepcnv_ntiedtke of variable flag_for_ntiedtke_deep_convection_scheme from new to old metadata -INFO: Converting local name h2o_coeff of variable number_of_coefficients_in_h2o_forcing_data from new to old metadata -INFO: Converting local name tgrs of variable air_temperature from new to old metadata -INFO: Converting local name xlon of variable longitude from new to old metadata -INFO: Converting local name c_d of variable coefficient_c_d from new to old metadata -INFO: Converting local name tlvl of variable air_temperature_at_interface_for_radiation from new to old metadata -INFO: Converting local name f_rimef of variable rime_factor from new to old metadata -INFO: Converting local name mg_do_ice_gmao of variable mg_flag_for_gmao_ice_formulation from new to old metadata -INFO: Converting local name snowca of variable cumulative_surface_snow_area_fraction_multiplied_by_timestep from new to old metadata -INFO: Converting local name hflx of variable kinematic_surface_upward_sensible_heat_flux from new to old metadata -INFO: Converting local name dt3dt(:,:,6) of variable cumulative_change_in_temperature_due_to_microphysics from new to old metadata -INFO: Converting local name nirdfui of variable surface_upwelling_diffuse_near_infrared_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name trans of variable transpiration_flux from new to old metadata -INFO: Converting local name ntchs of variable index_for_first_chemical_tracer from new to old metadata -INFO: Converting local name idxday of variable daytime_points from new to old metadata -INFO: Converting local name iceprv of variable lwe_thickness_of_ice_amount_from_previous_timestep from new to old metadata -INFO: Converting local name mg_alf of variable mg_tuning_factor_for_alphas from new to old metadata -INFO: Converting local name nupdraft of variable number_of_plumes from new to old metadata -INFO: Converting local name qr_r of variable cloud_rain_water_mixing_ratio from new to old metadata -INFO: Converting local name sec of variable seconds_elapsed_since_model_initialization from new to old metadata -INFO: Converting local name epi of variable instantaneous_surface_potential_evaporation from new to old metadata -INFO: Converting local name gflx_land of variable upward_heat_flux_in_soil_over_land from new to old metadata -INFO: Converting local name du3dt_ngw of variable time_integral_of_change_in_x_wind_due_to_nonstationary_gravity_wave from new to old metadata -INFO: Converting local name bl_mynn_cloudpdf of variable cloudpdf from new to old metadata -INFO: Converting local name vtype of variable vegetation_type_classification_real from new to old metadata -INFO: Converting local name imfdeepcnv_gf of variable flag_for_gf_deep_convection_scheme from new to old metadata -INFO: Converting local name lssav of variable flag_diagnostics from new to old metadata -INFO: Converting local name sfalb of variable surface_diffused_shortwave_albedo from new to old metadata -INFO: Converting local name acvb of variable smallest_cloud_base_vertical_index_encountered_thus_far from new to old metadata -INFO: Converting local name c_0 of variable coefficient_c_0 from new to old metadata -INFO: Converting local name mpirank of variable mpi_rank_for_fast_physics from new to old metadata -INFO: Converting local name ntrac of variable number_of_tracers from new to old metadata -INFO: Converting local name dvsfci of variable instantaneous_surface_y_momentum_flux_for_diag from new to old metadata -INFO: Converting local name GFS_Interstitial of variable GFS_interstitial_type_instance_all_threads from new to old metadata -INFO: Converting local name in_nm of variable in_number_concentration from new to old metadata -INFO: Converting local name blksz2(ccpp_block_number) of variable horizontal_dimension from new to old metadata -INFO: Converting local name blk_no of variable ccpp_block_number from new to old metadata -INFO: Converting local name min_lakeice of variable lake_ice_minimum from new to old metadata -INFO: Converting local name canicexy of variable canopy_intercepted_ice_mass from new to old metadata -INFO: Converting local name mg_precip_frac_method of variable mg_type_of_precip_fraction_method from new to old metadata -INFO: Converting local name lonr of variable number_of_equatorial_longitude_points from new to old metadata -INFO: Converting local name dt3dt(:,:,7) of variable cumulative_change_in_temperature_due_to_orographic_gravity_wave_drag from new to old metadata -INFO: Converting local name dtzm of variable mean_change_over_depth_in_sea_water_temperature from new to old metadata -INFO: Converting local name du3dt_mtb of variable time_integral_of_change_in_x_wind_due_to_mountain_blocking_drag from new to old metadata -INFO: Converting local name stress_land of variable surface_wind_stress_over_land from new to old metadata -INFO: Converting local name nspinup of variable number_of_iterations_to_spin_up_cellular_automata from new to old metadata -INFO: Converting local name zogw of variable height_of_launch_level_of_orographic_gravity_wave from new to old metadata -INFO: Converting local name ntsw of variable index_for_snow_water from new to old metadata -INFO: Converting local name cov of variable t_prime_q_prime from new to old metadata -INFO: Converting local name sup of variable ice_supersaturation_threshold from new to old metadata -INFO: Converting local name dt3dt(:,:,3) of variable cumulative_change_in_temperature_due_to_PBL from new to old metadata -INFO: Converting local name mg_qcvar of variable mg_cloud_water_variance from new to old metadata -INFO: Converting local name ffmm_ice of variable Monin_Obukhov_similarity_function_for_momentum_over_ice from new to old metadata -INFO: Converting local name dtdt of variable tendency_of_air_temperature_at_Lagrangian_surface from new to old metadata -INFO: Converting local name GFS_statein_type of variable GFS_statein_type from new to old metadata -INFO: Converting local name train of variable accumulated_change_of_air_temperature_due_to_FA_scheme from new to old metadata -INFO: Converting local name fscav of variable coefficients_for_aerosol_scavenging from new to old metadata -INFO: Converting local name prslk(:,1) of variable dimensionless_exner_function_at_lowest_model_layer from new to old metadata -INFO: Converting local name tf of variable frozen_cloud_threshold_temperature from new to old metadata -INFO: Converting local name communicator of variable mpi_comm from new to old metadata -INFO: Converting local name qs_r of variable cloud_snow_mixing_ratio from new to old metadata -INFO: Converting local name skebv_wts of variable weights_for_stochastic_skeb_perturbation_of_y_wind from new to old metadata -INFO: Converting local name bl_mynn_edmf_part of variable edmf_partition_flag from new to old metadata -INFO: Converting local name dq3dt(:,:,7) of variable cumulative_change_in_ozone_concentration_due_to_ozone_mixing_ratio from new to old metadata -INFO: Converting local name swhc of variable tendency_of_air_temperature_due_to_shortwave_heating_assuming_clear_sky_on_radiation_timestep from new to old metadata -INFO: Converting local name mg_ngnst of variable mg_graupel_concentration_constant from new to old metadata -INFO: Converting local name GFS_grid_type of variable GFS_grid_type from new to old metadata -INFO: Converting local name js of variable starting_y_direction_index from new to old metadata -INFO: Converting local name out_dt of variable flag_for_tendency_of_air_temperature_at_Lagrangian_surface from new to old metadata -INFO: Converting local name delr of variable layer_pressure_thickness_for_radiation from new to old metadata -INFO: Converting local name ncgl of variable local_graupel_number_concentration from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_snow_water) of variable snow_water_mixing_ratio from new to old metadata -INFO: Converting local name totgrp of variable accumulated_lwe_thickness_of_graupel_amount from new to old metadata -INFO: Converting local name cldtausw of variable cloud_optical_depth_layers_at_0p55mu_band from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_ozone) of variable tendency_of_ozone_mixing_ratio_due_to_model_physics from new to old metadata -INFO: Converting local name ntoz of variable index_for_ozone from new to old metadata -INFO: Converting local name evap of variable kinematic_surface_upward_latent_heat_flux from new to old metadata -INFO: Converting local name oro of variable orography from new to old metadata -INFO: Converting local name topfsw of variable sw_fluxes_top_atmosphere from new to old metadata -INFO: Converting local name jmap of variable map_of_block_column_number_to_global_j_index from new to old metadata -INFO: Converting local name cdq of variable surface_drag_coefficient_for_heat_and_moisture_in_air from new to old metadata -INFO: Converting local name soiltype of variable soil_type_classification from new to old metadata -INFO: Converting local name evap_ocean of variable kinematic_surface_upward_latent_heat_flux_over_ocean from new to old metadata -INFO: Converting local name nblks of variable number_of_blocks from new to old metadata -INFO: Converting local name dxinv of variable inverse_scaling_factor_for_critical_relative_humidity from new to old metadata -INFO: Converting local name dvsfc of variable cumulative_surface_y_momentum_flux_for_diag_multiplied_by_timestep from new to old metadata -INFO: Converting local name GFS_stateout_type of variable GFS_stateout_type from new to old metadata -INFO: Converting local name qg of variable cloud_graupel_specific_humidity_at_Lagrangian_surface from new to old metadata -INFO: Converting local name nmtvr of variable number_of_statistical_measures_of_subgrid_orography from new to old metadata -INFO: Converting local name nseed of variable cellular_automata_seed_frequency from new to old metadata -INFO: Converting local name nlives of variable cellular_automata_lifetime from new to old metadata -INFO: Converting local name vegf1d of variable perturbation_of_vegetation_fraction from new to old metadata -INFO: Converting local name v10m of variable y_wind_at_10m from new to old metadata -INFO: Converting local name hice of variable sea_ice_thickness from new to old metadata -INFO: Converting local name mbota of variable model_layer_number_at_cloud_base from new to old metadata -INFO: Converting local name ncnvw of variable index_for_convective_cloud_water_mixing_ratio_in_phy_f3d from new to old metadata -INFO: Converting local name flqc of variable surface_exchange_coefficient_for_moisture from new to old metadata -INFO: Converting local name imfshalcnv_samf of variable flag_for_samf_shallow_convection_scheme from new to old metadata -INFO: Converting local name ntdiag of variable diagnostics_control_for_chemical_tracers from new to old metadata -INFO: Converting local name c1_shal of variable detrainment_conversion_parameter_shallow_convection from new to old metadata -INFO: Converting local name con_g of variable gravitational_acceleration from new to old metadata -INFO: Converting local name je of variable ending_y_direction_index from new to old metadata -INFO: Converting local name hprime(:,1) of variable standard_deviation_of_subgrid_orography from new to old metadata -INFO: Converting local name lh of variable surface_latent_heat from new to old metadata -INFO: Converting local name v10max of variable maximum_v_wind_at_10m_over_maximum_hourly_time_interval from new to old metadata -INFO: Converting local name dvsfcg of variable instantaneous_y_stress_due_to_gravity_wave_drag from new to old metadata -INFO: Converting local name mg_ninst of variable mg_ice_concentration_constant from new to old metadata -INFO: Converting local name lwhd of variable tendency_of_air_temperature_due_to_longwave_heating_for_idea from new to old metadata -INFO: Converting local name ntkev of variable index_for_turbulent_kinetic_energy_vertical_diffusion_tracer from new to old metadata -INFO: Converting local name fm10 of variable Monin_Obukhov_similarity_function_for_momentum_at_10m from new to old metadata -INFO: Converting local name phour of variable forecast_time_at_previous_timestep from new to old metadata -INFO: Converting local name phys_hydrostatic of variable flag_for_hydrostatic_heating_from_physics from new to old metadata -INFO: Converting local name nswsfci of variable surface_net_downwelling_shortwave_flux from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_for_graupel_effective_radius) of variable effective_radius_of_stratiform_cloud_graupel_particle_in_um from new to old metadata -INFO: Converting local name ngeffr of variable index_for_graupel_effective_radius from new to old metadata -INFO: Converting local name kt of variable vertical_index_difference_between_layer_and_upper_bound from new to old metadata -INFO: Converting local name GFS_tbd_type of variable GFS_tbd_type from new to old metadata -INFO: Converting local name tsurf_ocean of variable surface_skin_temperature_after_iteration_over_ocean from new to old metadata -INFO: Converting local name gu0(:,1) of variable x_wind_at_lowest_model_layer_updated_by_physics from new to old metadata -INFO: Converting local name akap of variable kappa_dry_for_fast_physics from new to old metadata -INFO: Converting local name lsm of variable flag_for_land_surface_scheme from new to old metadata -INFO: Converting local name nscav of variable number_of_tracers_scavenged from new to old metadata -INFO: Converting local name ffmm of variable Monin_Obukhov_similarity_function_for_momentum from new to old metadata -INFO: Converting local name nnirbm_cpl of variable cumulative_surface_net_downward_direct_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name tau_mtb of variable instantaneous_momentum_flux_due_to_mountain_blocking_drag from new to old metadata -INFO: Converting local name snicexy of variable snow_layer_ice from new to old metadata -INFO: Converting local name flag_guess of variable flag_for_guess_run from new to old metadata -INFO: Converting local name dnirbm_cpl of variable cumulative_surface_downwelling_direct_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name chh_ocean of variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_ocean from new to old metadata -INFO: Converting local name dtsfci_cpl of variable instantaneous_surface_upward_sensible_heat_flux_for_coupling from new to old metadata -INFO: Converting local name flgmin of variable minimum_large_ice_fraction from new to old metadata -INFO: Converting local name t02max of variable maximum_temperature_at_2m_over_maximum_hourly_time_interval from new to old metadata -INFO: Converting local name tconvtend of variable tendency_of_air_temperature_due_to_deep_convection_for_coupling_on_physics_timestep from new to old metadata -INFO: Converting local name zorl of variable surface_roughness_length from new to old metadata -INFO: Converting local name coslat of variable cosine_of_latitude from new to old metadata -INFO: Converting local name pertalb of variable magnitude_of_surface_albedo_perturbation from new to old metadata -INFO: Converting local name aecm of variable instantaneous_aerosol_column_mass_densities from new to old metadata -INFO: Converting local name con_rv of variable gas_constant_water_vapor from new to old metadata -INFO: Converting local name wminco of variable cloud_condensed_water_conversion_threshold from new to old metadata -INFO: Converting local name fastcpxy of variable fast_soil_pool_mass_content_of_carbon from new to old metadata -INFO: Converting local name kind_grid of variable kind_grid from new to old metadata -INFO: Converting local name stress of variable surface_wind_stress from new to old metadata -INFO: Converting local name qgrs(:,1,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio_at_lowest_model_layer from new to old metadata -INFO: Converting local name rhc of variable critical_relative_humidity from new to old metadata -INFO: Converting local name tsfco of variable sea_surface_temperature from new to old metadata -INFO: Converting local name tau_ngw of variable instantaneous_momentum_flux_due_to_nonstationary_gravity_wave from new to old metadata -INFO: Converting local name tsfcl of variable surface_skin_temperature_over_land from new to old metadata -INFO: Converting local name clouds(:,:,7) of variable mean_effective_radius_for_rain_drop from new to old metadata -INFO: Converting local name con_cliq of variable specific_heat_of_liquid_water_at_constant_pressure from new to old metadata -INFO: Converting local name zmtb of variable height_of_mountain_blocking from new to old metadata -INFO: Converting local name ulwsfcin_cpl of variable surface_upwelling_longwave_flux_for_coupling from new to old metadata -INFO: Converting local name dlwsfc_cpl of variable cumulative_surface_downwelling_longwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name sfcdlw of variable surface_downwelling_longwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name t1 of variable air_temperature_at_lowest_model_layer_for_diag from new to old metadata -INFO: Converting local name ntiw of variable index_for_ice_cloud_condensate from new to old metadata -INFO: Converting local name bl_mynn_mixlength of variable mixing_length_flag from new to old metadata -INFO: Converting local name faerlw(:,:,:,1) of variable aerosol_optical_depth_for_longwave_bands_01_16 from new to old metadata -INFO: Converting local name ozpl of variable ozone_forcing from new to old metadata -INFO: Converting local name dlength of variable characteristic_grid_length_scale from new to old metadata -INFO: Converting local name slag of variable equation_of_time from new to old metadata -INFO: Converting local name ntot2d of variable number_of_fields_in_phyf2d from new to old metadata -INFO: Converting local name iopt_run of variable flag_for_runoff_and_groundwater_option from new to old metadata -INFO: Converting local name gq0(:,:,index_for_liquid_cloud_number_concentration) of variable cloud_droplet_number_concentration_updated_by_physics from new to old metadata -INFO: Converting local name sneqvoxy of variable snow_mass_at_previous_time_step from new to old metadata -INFO: Converting local name con_rhw0 of variable sea_water_reference_density from new to old metadata -INFO: Converting local name mtopa of variable model_layer_number_at_cloud_top from new to old metadata -INFO: Converting local name pertshc of variable magnitude_of_perturbation_of_soil_type_b_parameter from new to old metadata -INFO: Converting local name levi of variable vertical_interface_dimension from new to old metadata -INFO: Converting local name do_shoc of variable flag_for_shoc from new to old metadata -INFO: Converting local name du3dt_tms of variable time_integral_of_change_in_x_wind_due_to_turbulent_orographic_form_drag from new to old metadata -INFO: Converting local name snow_cpl of variable lwe_thickness_of_snow_amount_for_coupling from new to old metadata -INFO: Converting local name pkz of variable finite_volume_mean_edge_pressure_raised_to_the_power_of_kappa from new to old metadata -INFO: Converting local name nn of variable number_of_tracers_for_convective_transport from new to old metadata -INFO: Converting local name do_sat_adj of variable flag_for_saturation_adjustment_for_microphysics_in_dynamics from new to old metadata -INFO: Converting local name dx of variable cell_size from new to old metadata -INFO: Converting local name do_ugwp of variable do_ugwp from new to old metadata -INFO: Converting local name rain of variable lwe_thickness_of_precipitation_amount_on_dynamics_timestep from new to old metadata -INFO: Converting local name iopt_crs of variable flag_for_canopy_stomatal_resistance_option from new to old metadata -INFO: Converting local name qgrs(:,1,index_for_water_vapor) of variable water_vapor_specific_humidity_at_lowest_model_layer from new to old metadata -INFO: Converting local name ntqv of variable index_for_water_vapor from new to old metadata -INFO: Converting local name t02min of variable minimum_temperature_at_2m_over_maximum_hourly_time_interval from new to old metadata -INFO: Converting local name imp_physics_gfdl of variable flag_for_gfdl_microphysics_scheme from new to old metadata -INFO: Converting local name lprnt of variable flag_print from new to old metadata -INFO: Converting local name gabsbdlw_ice of variable surface_downwelling_longwave_flux_absorbed_by_ground_over_ice from new to old metadata -INFO: Converting local name imp_physics_thompson of variable flag_for_thompson_microphysics_scheme from new to old metadata -INFO: Converting local name ctei_rm of variable critical_cloud_top_entrainment_instability_criteria from new to old metadata -INFO: Converting local name tseal of variable surface_skin_temperature_for_nsst from new to old metadata -INFO: Converting local name dusfc_fd of variable integrated_x_momentum_flux_from_form_drag from new to old metadata -INFO: Converting local name dusfcin_cpl of variable surface_x_momentum_flux_for_coupling from new to old metadata -INFO: Converting local name slope of variable surface_slope_classification_real from new to old metadata -INFO: Converting local name htrlw of variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_timestep from new to old metadata -INFO: Converting local name mg_qcmin(2) of variable mg_minimum_ice_mixing_ratio from new to old metadata -INFO: Converting local name tice of variable sea_ice_temperature_interstitial from new to old metadata -INFO: Converting local name adjvisbmu of variable surface_upwelling_direct_ultraviolet_and_visible_shortwave_flux from new to old metadata -INFO: Converting local name dvgwd of variable time_integral_of_y_stress_due_to_gravity_wave_drag from new to old metadata -INFO: Converting local name dusfc_cice of variable surface_x_momentum_flux_for_coupling_interstitial from new to old metadata -INFO: Converting local name errmsg of variable ccpp_error_message from new to old metadata -INFO: Converting local name flag_cice of variable flag_for_cice from new to old metadata -INFO: Converting local name Coupling of variable GFS_coupling_type_instance from new to old metadata -INFO: Converting local name cs_parm(3) of variable detrainment_and_precipitation_tunable_parameter_3_CS from new to old metadata -INFO: Converting local name snliqxy of variable snow_layer_liquid_water from new to old metadata -INFO: Converting local name mstrat of variable flag_for_moorthi_stratus from new to old metadata -INFO: Converting local name imfdeepcnv_sas of variable flag_for_sas_deep_convection_scheme from new to old metadata -INFO: Converting local name weasd_ice of variable water_equivalent_accumulated_snow_depth_over_ice from new to old metadata -INFO: Converting local name bl_mynn_edmf_mom of variable edmf_momentum_transport_flag from new to old metadata -INFO: Converting local name npdf3d of variable number_of_3d_arrays_associated_with_pdf_based_clouds from new to old metadata -INFO: Converting local name dq3dt(:,:,2) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_deep_convection from new to old metadata -INFO: Converting local name w_upi of variable vertical_velocity_for_updraft from new to old metadata -INFO: Converting local name qlyr of variable water_vapor_specific_humidity_at_layer_for_radiation from new to old metadata -INFO: Converting local name fm10_ice of variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_ice from new to old metadata -INFO: Converting local name qgl of variable local_graupel_mixing_ratio from new to old metadata -INFO: Converting local name gt0(:,1) of variable air_temperature_at_lowest_model_layer_updated_by_physics from new to old metadata -INFO: Converting local name ccpp_t of variable ccpp_t from new to old metadata -INFO: Converting local name clouds(:,:,4) of variable cloud_ice_water_path from new to old metadata -INFO: Converting local name rain_cpl of variable lwe_thickness_of_precipitation_amount_for_coupling from new to old metadata -INFO: Converting local name bl_mynn_cloudmix of variable cloud_specie_mix_flag from new to old metadata -INFO: Converting local name tgxy of variable ground_temperature_for_noahmp from new to old metadata -INFO: Converting local name oa4 of variable asymmetry_of_subgrid_orography from new to old metadata -INFO: Converting local name refdmax of variable maximum_reflectivity_at_1km_agl_over_maximum_hourly_time_interval from new to old metadata -INFO: Converting local name GFS_Data(ccpp_block_number) of variable GFS_data_type_instance from new to old metadata -INFO: Converting local name dvsfc_cpl of variable cumulative_surface_y_momentum_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name shocaftcnv of variable flag_for_shoc_after_convection from new to old metadata -INFO: Converting local name mg_rhmini of variable mg_minimum_rh_for_ice from new to old metadata -INFO: Converting local name t2mi_cpl of variable instantaneous_temperature_at_2m_for_coupling from new to old metadata -INFO: Converting local name GFS_Interstitial(ccpp_thread_number) of variable GFS_interstitial_type_instance from new to old metadata -INFO: Converting local name thrd_no of variable ccpp_thread_number from new to old metadata -INFO: Converting local name evbs of variable soil_upward_latent_heat_flux from new to old metadata -INFO: Converting local name dtdtr of variable tendency_of_air_temperature_due_to_radiative_heating_on_physics_time_step from new to old metadata -INFO: Converting local name spfhmin of variable minimum_specific_humidity_at_2m from new to old metadata -INFO: Converting local name xsaixy of variable stem_area_index from new to old metadata -INFO: Converting local name lsoil of variable soil_vertical_dimension from new to old metadata -INFO: Converting local name mg_ts_auto_ice of variable mg_time_scale_for_autoconversion_of_ice from new to old metadata -INFO: Converting local name ca_deep of variable fraction_of_cellular_automata_for_deep_convection from new to old metadata -INFO: Converting local name work1 of variable grid_size_related_coefficient_used_in_scale_sensitive_schemes from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_for_cloud_liquid_water_effective_radius) of variable effective_radius_of_stratiform_cloud_liquid_water_particle_in_um from new to old metadata -INFO: Converting local name nleffr of variable index_for_cloud_liquid_water_effective_radius from new to old metadata -INFO: Converting local name dlwsfci of variable surface_downwelling_longwave_flux from new to old metadata -INFO: Converting local name mg_nicons of variable mg_flag_ice_concentration_constant from new to old metadata -INFO: Converting local name faersw(:,:,:,1) of variable aerosol_optical_depth_for_shortwave_bands_01_16 from new to old metadata -INFO: Converting local name xt of variable diurnal_thermocline_layer_heat_content from new to old metadata -INFO: Converting local name prsl of variable air_pressure from new to old metadata -INFO: Converting local name cv of variable fraction_of_convective_cloud from new to old metadata -INFO: Converting local name blksz of variable horizontal_block_size from new to old metadata -INFO: Converting local name pertvegf of variable magnitude_of_perturbation_of_vegetation_fraction from new to old metadata -INFO: Converting local name gq0(:,:,index_for_cloud_amount) of variable cloud_fraction_updated_by_physics from new to old metadata -INFO: Converting local name ntclamt of variable index_for_cloud_amount from new to old metadata -INFO: Converting local name zorlo of variable surface_roughness_length_over_ocean from new to old metadata -INFO: Converting local name te0 of variable atmosphere_energy_content_at_Lagrangian_surface from new to old metadata -INFO: Converting local name ktop of variable vertical_index_at_cloud_top from new to old metadata -INFO: Converting local name prevsq of variable moisture_from_previous_timestep from new to old metadata -INFO: Converting local name kpbl of variable vertical_index_at_top_of_atmosphere_boundary_layer from new to old metadata -INFO: Converting local name ncells of variable cellular_automata_finer_grid from new to old metadata -INFO: Converting local name cnvc of variable convective_cloud_cover from new to old metadata -INFO: Converting local name totprcp of variable accumulated_lwe_thickness_of_precipitation_amount from new to old metadata -INFO: Converting local name cgwf of variable multiplication_factors_for_convective_gravity_wave_drag from new to old metadata -INFO: Converting local name do_shum of variable flag_for_stochastic_shum_option from new to old metadata -INFO: Converting local name save_q of variable tracer_concentration_save from new to old metadata -INFO: Converting local name h2o_pres of variable natural_log_of_h2o_forcing_data_pressure_levels from new to old metadata -INFO: Converting local name iopt_snf of variable flag_for_precipitation_partition_option from new to old metadata -INFO: Converting local name c0s_shal of variable rain_conversion_parameter_shallow_convection from new to old metadata -INFO: Converting local name zwtxy of variable water_table_depth from new to old metadata -INFO: Converting local name qr of variable cloud_rain_specific_humidity_at_Lagrangian_surface from new to old metadata -INFO: Converting local name dzlyr of variable layer_thickness_for_radiation from new to old metadata -INFO: Converting local name taussxy of variable nondimensional_snow_age from new to old metadata -INFO: Converting local name tsfa of variable surface_air_temperature_for_radiation from new to old metadata -INFO: Converting local name snoalb of variable upper_bound_on_max_albedo_over_deep_snow from new to old metadata -INFO: Converting local name xs of variable sea_water_salinity from new to old metadata -INFO: Converting local name dvsfci_cpl of variable instantaneous_surface_y_momentum_flux_for_coupling from new to old metadata -INFO: Converting local name xlat of variable latitude from new to old metadata -INFO: Converting local name ugrs of variable x_wind from new to old metadata -INFO: Converting local name shdmin of variable minimum_vegetation_area_fraction from new to old metadata -INFO: Converting local name nnirdfi_cpl of variable instantaneous_surface_net_downward_diffuse_near_infrared_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name microp_uniform of variable mg_flag_for_uniform_subcolumns from new to old metadata -INFO: Converting local name frland of variable land_area_fraction_for_microphysics from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_ice_friendly_aerosols) of variable tendency_of_ice_friendly_aerosol_number_concentration_due_to_model_physics from new to old metadata -INFO: Converting local name oz_pres of variable natural_log_of_ozone_forcing_data_pressure_levels from new to old metadata -INFO: Converting local name zlwb of variable time_integral_of_height_of_low_level_wave_breaking from new to old metadata -INFO: Converting local name gq0(:,:,index_for_ice_cloud_condensate) of variable ice_water_mixing_ratio_updated_by_physics from new to old metadata -INFO: Converting local name qss of variable surface_specific_humidity from new to old metadata -INFO: Converting local name dry of variable flag_nonzero_land_surface_fraction from new to old metadata -INFO: Converting local name bk of variable b_parameter_of_the_hybrid_coordinate from new to old metadata -INFO: Converting local name cdmbgwd of variable multiplication_factors_for_mountain_blocking_and_orographic_gravity_wave_drag from new to old metadata -INFO: Converting local name levs of variable vertical_dimension from new to old metadata -INFO: Converting local name swhtr of variable flag_for_output_of_shortwave_heating_rate from new to old metadata -INFO: Converting local name zorl_land of variable surface_roughness_length_over_land_interstitial from new to old metadata -INFO: Converting local name t2m of variable temperature_at_2m from new to old metadata -INFO: Converting local name tau_ogw of variable instantaneous_momentum_flux_due_to_orographic_gravity_wave_drag from new to old metadata -INFO: Converting local name shoc_parm(3) of variable shoc_tke_dissipation_tunable_parameter_near_surface from new to old metadata -INFO: Converting local name gflx_ice of variable upward_heat_flux_in_soil_over_ice from new to old metadata -INFO: Converting local name nspc1 of variable number_of_species_for_aerosol_optical_depth from new to old metadata -INFO: Converting local name drain_cpl of variable tendency_of_lwe_thickness_of_precipitation_amount_for_coupling from new to old metadata -INFO: Converting local name phis of variable surface_geopotential_at_Lagrangian_surface from new to old metadata -INFO: Converting local name q2mi_cpl of variable instantaneous_specific_humidity_at_2m_for_coupling from new to old metadata -INFO: Converting local name zogw of variable time_integral_of_height_of_launch_level_of_orographic_gravity_wave from new to old metadata -INFO: Converting local name prsi of variable air_pressure_at_interface from new to old metadata -INFO: Converting local name aerodp of variable atmosphere_optical_thickness_due_to_ambient_aerosol_particles from new to old metadata -INFO: Converting local name shal_cnv of variable flag_for_shallow_convection from new to old metadata -INFO: Converting local name icsdlw of variable seed_random_numbers_lw from new to old metadata -INFO: Converting local name ncld of variable number_of_hydrometeors from new to old metadata -INFO: Converting local name gasvmr(:,:,6) of variable volume_mixing_ratio_cfc11 from new to old metadata -INFO: Converting local name tracers_water of variable number_of_water_tracers from new to old metadata -INFO: Converting local name nscyc of variable number_of_timesteps_between_surface_cycling_calls from new to old metadata -INFO: Converting local name dswsfc_cpl of variable cumulative_surface_downwelling_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name adjvisdfu of variable surface_upwelling_diffuse_ultraviolet_and_visible_shortwave_flux from new to old metadata -INFO: Converting local name cs_parm(2) of variable updraft_velocity_tunable_parameter_2_CS from new to old metadata -INFO: Converting local name lsswr of variable flag_to_calc_sw from new to old metadata -INFO: Converting local name imfshalcnv_gf of variable flag_for_gf_shallow_convection_scheme from new to old metadata -INFO: Converting local name kinver of variable index_of_highest_temperature_inversion from new to old metadata -INFO: Converting local name tslb of variable soil_temperature_for_land_surface_model from new to old metadata -INFO: Converting local name weasd of variable water_equivalent_accumulated_snow_depth from new to old metadata -INFO: Converting local name tisfc of variable sea_ice_temperature from new to old metadata -INFO: Converting local name faerlw of variable aerosol_optical_properties_for_longwave_bands_01_16 from new to old metadata -INFO: Converting local name logunit of variable iounit_log from new to old metadata -INFO: Converting local name fast_mp_consv of variable flag_for_fast_microphysics_energy_conservation from new to old metadata -INFO: Converting local name cnv_mfd of variable detrained_mass_flux from new to old metadata -INFO: Converting local name zvir of variable ratio_of_vapor_to_dry_air_gas_constants_minus_one_default_kind from new to old metadata -INFO: Converting local name jed of variable ending_y_direction_index_domain from new to old metadata -INFO: Converting local name gasvmr(:,:,3) of variable volume_mixing_ratio_ch4 from new to old metadata -INFO: Converting local name sfcdsw of variable surface_downwelling_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name hydrostatic of variable flag_for_hydrostatic_solver_for_fast_physics from new to old metadata -INFO: Converting local name dvsfc_bl of variable integrated_y_momentum_flux_from_blocking_drag from new to old metadata -INFO: Converting local name Grid of variable GFS_grid_type_instance from new to old metadata -INFO: Converting local name ncnd of variable number_of_cloud_condensate_types from new to old metadata -INFO: Converting local name w_0 of variable coefficient_w_0 from new to old metadata -INFO: Converting local name zm of variable ocean_mixed_layer_thickness from new to old metadata -INFO: Converting local name shoc_parm(2) of variable shoc_tke_dissipation_tunable_parameter from new to old metadata -INFO: Converting local name cdec of variable cosine_of_solar_declination_angle from new to old metadata -INFO: Converting local name npzq_con of variable vertical_dimension_for_condensed_water_at_Lagrangian_surface from new to old metadata -INFO: Converting local name rmol of variable reciprocal_of_obukhov_length from new to old metadata -INFO: Converting local name snowxy of variable number_of_snow_layers from new to old metadata -INFO: Converting local name hflx_land of variable kinematic_surface_upward_sensible_heat_flux_over_land from new to old metadata -INFO: Converting local name clw of variable convective_transportable_tracers from new to old metadata -INFO: Converting local name srflag of variable flag_for_precipitation_type from new to old metadata -INFO: Converting local name suntim of variable duration_of_sunshine from new to old metadata -INFO: Converting local name isot of variable soil_type_dataset_choice from new to old metadata -INFO: Converting local name isol of variable flag_for_solar_constant from new to old metadata -INFO: Converting local name th2m of variable potential_temperature_at_2m from new to old metadata -INFO: Converting local name hpbl of variable atmosphere_boundary_layer_thickness from new to old metadata -INFO: Converting local name cd of variable surface_drag_coefficient_for_momentum_in_air from new to old metadata -INFO: Converting local name dusfc_ls of variable integrated_x_momentum_flux_from_large_scale_gwd from new to old metadata -INFO: Converting local name do_sppt of variable flag_for_stochastic_surface_physics_perturbations from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_for_convective_cloud_water_mixing_ratio_in_phy_f3d) of variable convective_cloud_water_mixing_ratio_in_phy_f3d from new to old metadata -INFO: Converting local name rb_ice of variable bulk_richardson_number_at_lowest_model_level_over_ice from new to old metadata -INFO: Converting local name itc of variable number_of_aerosol_tracers_for_convection from new to old metadata -INFO: Converting local name Cldprop of variable GFS_cldprop_type_instance from new to old metadata -INFO: Converting local name grav_settling of variable grav_settling from new to old metadata -INFO: Converting local name gq0(:,:,index_for_ice_cloud_number_concentration) of variable ice_number_concentration_updated_by_physics from new to old metadata -INFO: Converting local name ntinc of variable index_for_ice_cloud_number_concentration from new to old metadata -INFO: Converting local name iopt_inf of variable flag_for_frozen_soil_permeability_option from new to old metadata -INFO: Converting local name c0s_deep of variable rain_conversion_parameter_deep_convection from new to old metadata -INFO: Converting local name dtaux2d_ls of variable x_momentum_tendency_from_large_scale_gwd from new to old metadata -INFO: Converting local name phy_myj_qz0 of variable specific_humidity_at_viscous_sublayer_top from new to old metadata -INFO: Converting local name iovr_sw of variable flag_for_max_random_overlap_clouds_for_shortwave_radiation from new to old metadata -INFO: Converting local name icliq_sw of variable flag_for_optical_property_for_liquid_clouds_for_shortwave_radiation from new to old metadata -INFO: Converting local name psmean of variable cumulative_surface_pressure_multiplied_by_timestep from new to old metadata -INFO: Converting local name cmm_ocean of variable surface_drag_wind_speed_for_momentum_in_air_over_ocean from new to old metadata -INFO: Converting local name shcnvcw of variable flag_shallow_convective_cloud from new to old metadata -INFO: Converting local name drain of variable subsurface_runoff_flux from new to old metadata -INFO: Converting local name ak of variable a_parameter_of_the_hybrid_coordinate from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_liquid_cloud_number_concentration) of variable tendency_of_cloud_droplet_number_concentration_due_to_model_physics from new to old metadata -INFO: Converting local name sfc_z0_type of variable flag_for_surface_roughness_option_over_ocean from new to old metadata -INFO: Converting local name cvt of variable pressure_at_top_of_convective_cloud from new to old metadata -INFO: Converting local name gwd_opt of variable gwd_opt from new to old metadata -INFO: Converting local name snowmp of variable lwe_thickness_of_snow_amount from new to old metadata -INFO: Converting local name ncnvcld3d of variable number_of_convective_3d_cloud_fields from new to old metadata -INFO: Converting local name cape of variable convective_available_potential_energy_for_coupling from new to old metadata -INFO: Converting local name du3dt_ogw of variable time_integral_of_change_in_x_wind_due_to_orographic_gravity_wave_drag from new to old metadata -INFO: Converting local name te0_2d of variable atmosphere_energy_content_in_column from new to old metadata -INFO: Converting local name dsnowprv of variable snow_precipitation_rate_from_previous_timestep from new to old metadata -INFO: Converting local name chh of variable surface_drag_mass_flux_for_heat_and_moisture_in_air from new to old metadata -INFO: Converting local name dt3dt(:,:,5) of variable cumulative_change_in_temperature_due_to_shal_convection from new to old metadata -INFO: Converting local name cplwav of variable flag_for_wave_coupling from new to old metadata -INFO: Converting local name clw(:,:,2) of variable cloud_condensed_water_mixing_ratio_convective_transport_tracer from new to old metadata -INFO: Converting local name shoc_parm(1) of variable shoc_tke_dissipatation_pressure_threshold from new to old metadata -INFO: Converting local name oro_uf of variable orography_unfiltered from new to old metadata -INFO: Converting local name peln of variable log_pressure_at_Lagrangian_surface from new to old metadata -INFO: Converting local name gasvmr(:,:,8) of variable volume_mixing_ratio_cfc22 from new to old metadata -INFO: Converting local name pertzt of variable magnitude_of_perturbation_of_heat_to_momentum_roughness_length_ratio from new to old metadata -INFO: Converting local name clouds(:,:,1) of variable total_cloud_fraction from new to old metadata -INFO: Converting local name iaer of variable flag_for_default_aerosol_effect_in_shortwave_radiation from new to old metadata -INFO: Converting local name wet1 of variable normalized_soil_wetness from new to old metadata -INFO: Converting local name npz of variable vertical_dimension_for_fast_physics from new to old metadata -INFO: Converting local name cal_pre of variable flag_for_precipitation_type_algorithm from new to old metadata -INFO: Converting local name lmk of variable adjusted_vertical_layer_dimension_for_radiation from new to old metadata -INFO: Converting local name kind_phys of variable kind_phys from new to old metadata -INFO: Converting local name Sfcprop of variable GFS_sfcprop_type_instance from new to old metadata -INFO: Converting local name wslakexy of variable lake_water_storage from new to old metadata -INFO: Converting local name f10m of variable ratio_of_wind_at_lowest_model_layer_and_wind_at_10m from new to old metadata -INFO: Converting local name gasvmr(:,:,1) of variable volume_mixing_ratio_co2 from new to old metadata -INFO: Converting local name q2mp of variable specific_humidity_at_2m_from_noahmp from new to old metadata -INFO: Converting local name lwhc of variable tendency_of_air_temperature_due_to_longwave_heating_assuming_clear_sky_on_radiation_timestep from new to old metadata -INFO: Converting local name snowd_ice of variable surface_snow_thickness_water_equivalent_over_ice from new to old metadata -INFO: Converting local name lsnow_lsm_lbound of variable lower_bound_of_snow_vertical_dimension_for_land_surface_model from new to old metadata -INFO: Converting local name mg_dcs of variable mg_autoconversion_size_threshold_ice_snow from new to old metadata -INFO: Converting local name rhgrd of variable fa_threshold_relative_humidity_for_onset_of_condensation from new to old metadata -INFO: Converting local name dudt_ogw of variable instantaneous_change_in_x_wind_due_to_orographic_gravity_wave_drag from new to old metadata -INFO: Converting local name slmsk of variable sea_land_ice_mask_real from new to old metadata -INFO: Converting local name ictm of variable flag_for_initial_time_date_control from new to old metadata -INFO: Converting local name qss_ocean of variable surface_specific_humidity_over_ocean from new to old metadata -INFO: Converting local name tsfc of variable surface_skin_temperature from new to old metadata -INFO: Converting local name prsik of variable dimensionless_exner_function_at_model_interfaces from new to old metadata -INFO: Converting local name t2mmp of variable temperature_at_2m_from_noahmp from new to old metadata -INFO: Converting local name tau_ogw of variable time_integral_of_momentum_flux_due_to_orographic_gravity_wave_drag from new to old metadata -INFO: Converting local name topflw_type of variable topflw_type from new to old metadata -INFO: Converting local name cnv_nice of variable number_concentration_of_ice_crystals_for_detrainment from new to old metadata -INFO: Converting local name cscnv of variable flag_for_Chikira_Sugiyama_deep_convection from new to old metadata -INFO: Converting local name u10mi_cpl of variable instantaneous_x_wind_at_10m_for_coupling from new to old metadata -INFO: Converting local name fh2_ocean of variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_ocean from new to old metadata -INFO: Converting local name phii of variable geopotential_at_interface from new to old metadata -INFO: Converting local name gq0(:,:,index_for_graupel) of variable graupel_mixing_ratio_updated_by_physics from new to old metadata -INFO: Converting local name ntgl of variable index_for_graupel from new to old metadata -INFO: Converting local name nvisdfi_cpl of variable instantaneous_surface_net_downward_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name norad_precip of variable flag_for_precipitation_effect_on_radiation from new to old metadata -INFO: Converting local name dq3dt(:,:,5) of variable cumulative_change_in_ozone_mixing_ratio_due_to_PBL from new to old metadata -INFO: Converting local name dusfcg of variable instantaneous_x_stress_due_to_gravity_wave_drag from new to old metadata -INFO: Converting local name stype of variable soil_type_classification_real from new to old metadata -INFO: Converting local name lwhtr of variable flag_for_output_of_longwave_heating_rate from new to old metadata -INFO: Converting local name skebv_wts of variable weights_for_stochastic_skeb_perturbation_of_y_wind_flipped from new to old metadata -INFO: Converting local name prnum of variable prandtl_number from new to old metadata -INFO: Converting local name dtsfcin_cpl of variable surface_upward_sensible_heat_flux_for_coupling from new to old metadata -INFO: Converting local name sigmatot of variable convective_updraft_area_fraction_at_model_interfaces from new to old metadata -INFO: Converting local name rann of variable random_number_array from new to old metadata -INFO: Converting local name work2 of variable grid_size_related_coefficient_used_in_scale_sensitive_schemes_complement from new to old metadata -INFO: Converting local name ep1d_land of variable surface_upward_potential_latent_heat_flux_over_land from new to old metadata -INFO: Converting local name num_p3d of variable array_dimension_of_3d_arrays_for_microphysics from new to old metadata -INFO: Converting local name frac_grid of variable flag_for_fractional_grid from new to old metadata -INFO: Converting local name dtdtc of variable tendency_of_air_temperature_due_to_radiative_heating_assuming_clear_sky from new to old metadata -INFO: Converting local name chxy of variable surface_drag_coefficient_for_heat_and_moisture_for_noahmp from new to old metadata -INFO: Converting local name dtauy2d_bl of variable y_momentum_tendency_from_blocking_drag from new to old metadata -INFO: Converting local name dtsfc of variable cumulative_surface_upward_sensible_heat_flux_for_diag_multiplied_by_timestep from new to old metadata -INFO: Converting local name gflx_ocean of variable upward_heat_flux_in_soil_over_ocean from new to old metadata -INFO: Converting local name deeprechxy of variable water_table_recharge_when_deep from new to old metadata -INFO: Converting local name imfshalcnv_sas of variable flag_for_sas_shallow_convection_scheme from new to old metadata -INFO: Converting local name woodxy of variable wood_mass from new to old metadata -INFO: Converting local name phy_f3d(:,:,3) of variable air_temperature_at_previous_time_step from new to old metadata -INFO: Converting local name otspt of variable flag_convective_tracer_transport from new to old metadata -INFO: Converting local name tsurf of variable surface_skin_temperature_after_iteration from new to old metadata -INFO: Converting local name phy_f2d(:,array_dimension_of_2d_arrays_for_microphysics) of variable surface_wind_enhancement_due_to_convection from new to old metadata -INFO: Converting local name num_p2d of variable array_dimension_of_2d_arrays_for_microphysics from new to old metadata -INFO: Converting local name diss_est of variable dissipation_estimate_of_air_temperature_at_model_layers from new to old metadata -INFO: Converting local name ffmm_land of variable Monin_Obukhov_similarity_function_for_momentum_over_land from new to old metadata -INFO: Converting local name imfshalcnv of variable flag_for_mass_flux_shallow_convection_scheme from new to old metadata -INFO: Converting local name iopt_rad of variable flag_for_radiation_transfer_option from new to old metadata -INFO: Converting local name effr_in of variable flag_for_cloud_effective_radii from new to old metadata -INFO: Converting local name Sh3D of variable stability_function_for_heat from new to old metadata -INFO: Converting local name con_sbc of variable stefan_boltzmann_constant from new to old metadata -INFO: Converting local name phy_myj_z0base of variable baseline_surface_roughness_length from new to old metadata -INFO: Converting local name sdec of variable sine_of_solar_declination_angle from new to old metadata -INFO: Converting local name f_ice of variable fraction_of_ice_water_cloud from new to old metadata -INFO: Converting local name qs of variable cloud_snow_specific_humidity_at_Lagrangian_surface from new to old metadata -INFO: Converting local name iflip of variable flag_for_vertical_index_direction_control from new to old metadata -INFO: Converting local name draincprv of variable convective_precipitation_rate_from_previous_timestep from new to old metadata -INFO: Converting local name icsdsw of variable seed_random_numbers_sw from new to old metadata -INFO: Converting local name dtaux2d_bl of variable x_momentum_tendency_from_blocking_drag from new to old metadata -INFO: Converting local name uustar_ocean of variable surface_friction_velocity_over_ocean from new to old metadata -INFO: Converting local name zlwb of variable height_of_low_level_wave_breaking from new to old metadata -INFO: Converting local name sigma of variable slope_of_subgrid_orography from new to old metadata -INFO: Converting local name cd_land of variable surface_drag_coefficient_for_momentum_in_air_over_land from new to old metadata -INFO: Converting local name shoc_parm(5) of variable shoc_flag_for_optional_surface_TKE_dissipation from new to old metadata -INFO: Converting local name qss_ice of variable surface_specific_humidity_over_ice from new to old metadata -INFO: Converting local name graupel of variable lwe_thickness_of_graupel_amount_on_dynamics_timestep from new to old metadata -INFO: Converting local name do_myjsfc of variable do_myjsfc from new to old metadata -INFO: Converting local name htsw0 of variable tendency_of_air_temperature_due_to_shortwave_heating_assuming_clear_sky_on_radiation_time_step from new to old metadata -INFO: Converting local name ep of variable cumulative_surface_upward_potential_latent_heat_flux_multiplied_by_timestep from new to old metadata -INFO: Converting local name tprcp of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep from new to old metadata -INFO: Converting local name dnirdf_cpl of variable cumulative_surface_downwelling_diffuse_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name qwv_surf of variable water_vapor_mixing_ratio_at_surface from new to old metadata -INFO: Converting local name fm10_ocean of variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_ocean from new to old metadata -INFO: Converting local name QC_BL of variable subgrid_cloud_mixing_ratio_pbl from new to old metadata -INFO: Converting local name adjsfculw_ice of variable surface_upwelling_longwave_flux_over_ice_interstitial from new to old metadata -INFO: Converting local name tsfci_cpl of variable instantaneous_surface_skin_temperature_for_coupling from new to old metadata -INFO: Converting local name pertz0 of variable magnitude_of_perturbation_of_momentum_roughness_length from new to old metadata -INFO: Converting local name eahxy of variable canopy_air_vapor_pressure from new to old metadata -INFO: Converting local name cnv_dqldt of variable tendency_of_cloud_water_due_to_convective_microphysics from new to old metadata -INFO: Converting local name gq0 of variable tracer_concentration_updated_by_physics from new to old metadata -INFO: Converting local name iopt_dveg of variable flag_for_dynamic_vegetation_option from new to old metadata -INFO: Converting local name gv0(:,1) of variable y_wind_at_lowest_model_layer_updated_by_physics from new to old metadata -INFO: Converting local name first_time_step of variable flag_for_first_time_step from new to old metadata -INFO: Converting local name dtaux2d_ss of variable x_momentum_tendency_from_small_scale_gwd from new to old metadata -INFO: Converting local name wetdpl of variable instantaneous_large_scale_wet_deposition from new to old metadata -INFO: Converting local name cndm_surf of variable surface_condensation_mass from new to old metadata -INFO: Converting local name cmm_land of variable surface_drag_wind_speed_for_momentum_in_air_over_land from new to old metadata -INFO: Converting local name fh2 of variable Monin_Obukhov_similarity_function_for_heat_at_2m from new to old metadata -INFO: Converting local name gw_dudt of variable tendency_of_x_wind_due_to_ugwp from new to old metadata -INFO: Converting local name shinhong of variable flag_for_scale_aware_Shinhong_PBL from new to old metadata -INFO: Converting local name maxMF of variable maximum_mass_flux from new to old metadata -INFO: Converting local name gu0 of variable x_wind_updated_by_physics from new to old metadata -INFO: Converting local name ncstrac of variable number_of_tracers_for_CS from new to old metadata -INFO: Converting local name do_qa of variable flag_for_inline_cloud_fraction_calculation from new to old metadata -INFO: Converting local name pgr of variable surface_air_pressure from new to old metadata -INFO: Converting local name del of variable air_pressure_difference_between_midlayers from new to old metadata -INFO: Converting local name nqrimef of variable index_for_mass_weighted_rime_factor from new to old metadata -INFO: Converting local name du3dt(:,:,1) of variable cumulative_change_in_x_wind_due_to_PBL from new to old metadata -INFO: Converting local name raincs of variable lwe_thickness_of_shallow_convective_precipitation_amount from new to old metadata -INFO: Converting local name xlaixy of variable leaf_area_index from new to old metadata -INFO: Converting local name iopt_alb of variable flag_for_ground_snow_surface_albedo_option from new to old metadata -INFO: Converting local name moninq_fac of variable atmosphere_diffusivity_coefficient_factor from new to old metadata -INFO: Converting local name work3 of variable ratio_of_exner_function_between_midlayer_and_interface_at_lowest_model_layer from new to old metadata -INFO: Converting local name adjnirbmd of variable surface_downwelling_direct_near_infrared_shortwave_flux from new to old metadata -INFO: Converting local name imp_physics_zhao_carr_pdf of variable flag_for_zhao_carr_pdf_microphysics_scheme from new to old metadata -INFO: Converting local name dv3dt(:,:,3) of variable cumulative_change_in_y_wind_due_to_deep_convection from new to old metadata -INFO: Converting local name evcwa of variable cumulative_canopy_upward_latent_heat_flu_multiplied_by_timestep from new to old metadata -INFO: Converting local name lsm_noah of variable flag_for_noah_land_surface_scheme from new to old metadata -INFO: Converting local name ntk of variable index_for_turbulent_kinetic_energy_convective_transport_tracer from new to old metadata -INFO: Converting local name qsnw of variable local_snow_water_mixing_ratio from new to old metadata -INFO: Converting local name edmf_thl of variable emdf_updraft_theta_l from new to old metadata -INFO: Converting local name crtrh(2) of variable critical_relative_humidity_at_PBL_top from new to old metadata -INFO: Converting local name xv of variable diurnal_thermocline_layer_y_current from new to old metadata -INFO: Converting local name rlapse of variable air_temperature_lapse_rate_constant from new to old metadata -INFO: Converting local name clw(:,:,1) of variable ice_water_mixing_ratio_convective_transport_tracer from new to old metadata -INFO: Converting local name levozp of variable vertical_dimension_of_ozone_forcing_data from new to old metadata -INFO: Converting local name spfhmax of variable maximum_specific_humidity_at_2m from new to old metadata -INFO: Converting local name runoff of variable surface_runoff_flux from new to old metadata -INFO: Converting local name do_sb_physics of variable mg_flag_for_sb2001_autoconversion from new to old metadata -INFO: Converting local name phy_myj_a1q of variable weight_for_specific_humidity_at_viscous_sublayer_top from new to old metadata -INFO: Converting local name cactiv of variable conv_activity_counter from new to old metadata -INFO: Converting local name clw(:,:,index_for_turbulent_kinetic_energy_convective_transport_tracer) of variable turbulent_kinetic_energy_convective_transport_tracer from new to old metadata -INFO: Converting local name oz_phys_2015 of variable flag_for_2015_ozone_physics from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_snow_number_concentration) of variable snow_number_concentration from new to old metadata -INFO: Converting local name ntsnc of variable index_for_snow_number_concentration from new to old metadata -INFO: Converting local name dlwsfci_cpl of variable instantaneous_surface_downwelling_longwave_flux_for_coupling from new to old metadata -INFO: Converting local name errflg of variable ccpp_error_flag from new to old metadata -INFO: Converting local name kbot of variable vertical_index_at_cloud_base from new to old metadata -INFO: Converting local name clw_surf of variable cloud_condensed_water_mixing_ratio_at_surface from new to old metadata -INFO: Converting local name skebu_wts of variable weights_for_stochastic_skeb_perturbation_of_x_wind from new to old metadata -INFO: Converting local name snowprv of variable lwe_thickness_of_snow_amount_from_previous_timestep from new to old metadata -INFO: Converting local name spec_adv of variable flag_for_individual_cloud_species_advected from new to old metadata -INFO: Converting local name rainmp of variable lwe_thickness_of_explicit_rain_amount from new to old metadata -INFO: Converting local name jdat of variable forecast_date_and_time from new to old metadata -INFO: Converting local name ntrcaer of variable number_of_aerosol_tracers_MG from new to old metadata -INFO: Converting local name gflux of variable cumulative_surface_ground_heat_flux_multiplied_by_timestep from new to old metadata -INFO: Converting local name q1 of variable water_vapor_specific_humidity_at_lowest_model_layer_for_diag from new to old metadata -INFO: Converting local name gq0(:,1,index_for_water_vapor) of variable water_vapor_specific_humidity_at_lowest_model_layer_updated_by_physics from new to old metadata -INFO: Converting local name nday of variable daytime_points_dimension from new to old metadata -INFO: Converting local name cs_parm(9) of variable entrainment_efficiency_tunable_parameter_9_CS from new to old metadata -INFO: Converting local name flx_form of variable flag_flux_form_CS from new to old metadata -INFO: Converting local name dtsfc_cpl of variable cumulative_surface_upward_sensible_heat_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name nstf_name(1) of variable flag_for_nsstm_run from new to old metadata -INFO: Converting local name ca_sgs of variable flag_for_sgs_cellular_automata from new to old metadata -INFO: Converting local name mg_qcmin(1) of variable mg_minimum_cloud_condensed_water_mixing_ratio from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio from new to old metadata -INFO: Converting local name rilist of variable gas_constants_for_multi_gases_physics from new to old metadata -INFO: Converting local name dtauy2d_ls of variable y_momentum_tendency_from_large_scale_gwd from new to old metadata -INFO: Converting local name oz_coeff of variable number_of_coefficients_in_ozone_forcing_data from new to old metadata -INFO: Converting local name edmf_qt of variable emdf_updraft_total_water from new to old metadata -INFO: Converting local name stmassxy of variable stem_mass from new to old metadata -INFO: Converting local name dgraupelprv of variable graupel_precipitation_rate_from_previous_timestep from new to old metadata -INFO: Converting local name gq0(:,:,index_for_mass_weighted_rime_factor) of variable mass_weighted_rime_factor_updated_by_physics from new to old metadata -INFO: Converting local name alnwf of variable mean_nir_albedo_with_weak_cosz_dependency from new to old metadata -INFO: Converting local name smoiseq of variable equilibrium_soil_water_content from new to old metadata -INFO: Converting local name psautco of variable coefficient_from_cloud_ice_to_snow from new to old metadata -INFO: Converting local name fhlwr of variable frequency_for_longwave_radiation from new to old metadata -INFO: Converting local name xtts of variable sensitivity_of_dtl_heat_content_to_surface_temperature from new to old metadata -INFO: Converting local name tracers_start_index of variable start_index_of_other_tracers from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_ice_cloud_condensate) of variable tendency_of_ice_cloud_water_mixing_ratio_due_to_model_physics from new to old metadata -INFO: Converting local name jsd of variable starting_y_direction_index_domain from new to old metadata -INFO: Converting local name semis_land of variable surface_longwave_emissivity_over_land_interstitial from new to old metadata -INFO: Converting local name tdomr of variable dominant_rain_type from new to old metadata -INFO: Converting local name conv_act of variable gf_memory_counter from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_ice_cloud_number_concentration) of variable ice_number_concentration from new to old metadata -INFO: Converting local name ugrs(:,1) of variable x_wind_at_lowest_model_layer from new to old metadata -INFO: Converting local name qicn of variable mass_fraction_of_convective_cloud_ice from new to old metadata -INFO: Converting local name fh2_ice of variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_ice from new to old metadata -INFO: Converting local name tsq of variable t_prime_squared from new to old metadata -INFO: Converting local name tdomip of variable dominant_sleet_type from new to old metadata -INFO: Converting local name lslwr of variable flag_to_calc_lw from new to old metadata -INFO: Converting local name GFS_cldprop_type of variable GFS_cldprop_type from new to old metadata -INFO: Converting local name imp_physics of variable flag_for_microphysics_scheme from new to old metadata -INFO: Converting local name sfcalb(:,1) of variable surface_albedo_due_to_near_IR_direct from new to old metadata -INFO: Converting local name mg_do_graupel of variable mg_flag_for_graupel from new to old metadata -INFO: Converting local name soilm of variable soil_moisture_content from new to old metadata -INFO: Converting local name exch_m of variable atmosphere_momentum_diffusivity_for_mynnpbl from new to old metadata -INFO: Converting local name wetdpc of variable instantaneous_convective_scale_wet_deposition from new to old metadata -INFO: Converting local name el_pbl of variable mixing_length from new to old metadata -INFO: Converting local name ncnvc of variable index_for_convective_cloud_cover_in_phy_f3d from new to old metadata -INFO: Converting local name fn_nml of variable namelist_filename from new to old metadata -INFO: Converting local name weasd_ocean of variable water_equivalent_accumulated_snow_depth_over_ocean from new to old metadata -INFO: Converting local name evfact_deep of variable rain_evaporation_coefficient_deep_convection from new to old metadata -INFO: Converting local name dqsfc of variable cumulative_surface_upward_latent_heat_flux_for_diag_multiplied_by_timestep from new to old metadata -INFO: Converting local name totgrpb of variable accumulated_lwe_thickness_of_graupel_amount_in_bucket from new to old metadata -INFO: Converting local name trans_aero of variable flag_for_aerosol_convective_transport_and_PBL_diffusion from new to old metadata -INFO: Converting local name dusfc_bl of variable integrated_x_momentum_flux_from_blocking_drag from new to old metadata -INFO: Converting local name gw_kdis of variable eddy_mixing_due_to_ugwp from new to old metadata -INFO: Converting local name mg_qcmin of variable mg_minimum_cloud_condensed_water_and_ice_mixing_ratio from new to old metadata -INFO: Converting local name dq3dt(:,:,3) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_shal_convection from new to old metadata -INFO: Converting local name qi of variable cloud_ice_specific_humidity_at_Lagrangian_surface from new to old metadata -INFO: Converting local name imfshalcnv_gf of variable flag_for_ntiedtke_shallow_convection_scheme from new to old metadata -INFO: Converting local name zorl_ocean of variable surface_roughness_length_over_ocean_interstitial from new to old metadata -INFO: Converting local name tsfc_ice of variable surface_skin_temperature_over_ice_interstitial from new to old metadata -INFO: Converting local name input_nml_file_length of variable number_of_lines_of_namelist_filename_for_internal_file_reads from new to old metadata -INFO: Converting local name flhc of variable surface_exchange_coefficient_for_heat from new to old metadata -INFO: Converting local name qke of variable tke_at_mass_points from new to old metadata -INFO: Converting local name snowd of variable surface_snow_thickness_water_equivalent from new to old metadata -INFO: Converting local name ncpr of variable local_rain_number_concentration from new to old metadata -INFO: Converting local name ldiag3d of variable flag_diagnostics_3D from new to old metadata -INFO: Converting local name ffhh_ocean of variable Monin_Obukhov_similarity_function_for_heat_over_ocean from new to old metadata -INFO: Converting local name nsamftrac of variable number_of_tracers_for_samf from new to old metadata -INFO: Converting local name con_hvap of variable latent_heat_of_vaporization_of_water_at_0C from new to old metadata -INFO: Converting local name dtaux2d_fd of variable x_momentum_tendency_from_form_drag from new to old metadata -INFO: Converting local name levh2o of variable vertical_dimension_of_h2o_forcing_data from new to old metadata -INFO: Converting local name ras of variable flag_for_ras_deep_convection from new to old metadata -INFO: Converting local name ialb of variable flag_for_using_climatology_albedo from new to old metadata -INFO: Converting local name raincd of variable lwe_thickness_of_deep_convective_precipitation_amount from new to old metadata -INFO: Converting local name alb1d of variable surface_albedo_perturbation from new to old metadata -INFO: Converting local name nwat of variable number_of_water_species from new to old metadata -INFO: Converting local name dwn_mf of variable cumulative_atmosphere_downdraft_convective_mass_flux from new to old metadata -INFO: Converting local name save_t of variable air_temperature_save from new to old metadata -INFO: Converting local name fice of variable sea_ice_concentration from new to old metadata -INFO: Converting local name dvisdf_cpl of variable cumulative_surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name cvb of variable pressure_at_bottom_of_convective_cloud from new to old metadata -INFO: Converting local name save_q(:,:,index_for_ice_cloud_condensate) of variable ice_water_mixing_ratio_save from new to old metadata -INFO: Converting local name gq0(:,:,index_for_snow_water) of variable snow_water_mixing_ratio_updated_by_physics from new to old metadata -INFO: Converting local name qrain of variable sensible_heat_flux_due_to_rainfall from new to old metadata -INFO: Converting local name stress_ocean of variable surface_wind_stress_over_ocean from new to old metadata -INFO: Converting local name adjsfculw_land of variable surface_upwelling_longwave_flux_over_land_interstitial from new to old metadata -INFO: Converting local name ndust of variable number_of_dust_bins_for_diagnostics from new to old metadata -INFO: Converting local name GFS_radtend_type of variable GFS_radtend_type from new to old metadata -INFO: Converting local name ngas of variable number_of_gases_for_multi_gases_physics from new to old metadata -INFO: Converting local name diceprv of variable ice_precipitation_rate_from_previous_timestep from new to old metadata -INFO: Converting local name con_ttp of variable triple_point_temperature_of_water from new to old metadata -INFO: Converting local name rechxy of variable water_table_recharge_when_shallow from new to old metadata -INFO: Converting local name ffhh of variable Monin_Obukhov_similarity_function_for_heat from new to old metadata -INFO: Converting local name edmf_w of variable emdf_updraft_vertical_velocity from new to old metadata -INFO: Converting local name sed_supersat of variable mg_allow_supersat_after_sed from new to old metadata -INFO: Converting local name sr of variable ratio_of_snowfall_to_rainfall from new to old metadata -INFO: Converting local name stc of variable soil_temperature from new to old metadata -INFO: Converting local name idate of variable date_and_time_at_model_initialization_reordered from new to old metadata -INFO: Converting local name nctp of variable number_of_cloud_types_CS from new to old metadata -INFO: Converting local name levrp1 of variable number_of_vertical_layers_for_radiation_calculations_plus_one from new to old metadata -INFO: Converting local name v10mmax of variable maximum_y_wind_at_10m from new to old metadata -INFO: Converting local name clouds(:,:,8) of variable cloud_snow_water_path from new to old metadata -INFO: Converting local name dusfc of variable cumulative_surface_x_momentum_flux_for_diag_multiplied_by_timestep from new to old metadata -INFO: Converting local name sfcalb(:,3) of variable surface_albedo_due_to_UV_and_VIS_direct from new to old metadata -INFO: Converting local name zmtnblck of variable level_of_dividing_streamline from new to old metadata -INFO: Converting local name xcosz of variable instantaneous_cosine_of_zenith_angle from new to old metadata -INFO: Converting local name CCPP_interstitial_type of variable CCPP_interstitial_type from new to old metadata -INFO: Converting local name theta of variable angle_from_east_of_maximum_subgrid_orographic_variations from new to old metadata -INFO: Converting local name nbdsw of variable number_of_aerosol_bands_for_shortwave_radiation from new to old metadata -INFO: Converting local name dqsfc1 of variable instantaneous_surface_upward_latent_heat_flux from new to old metadata -INFO: Converting local name htrsw of variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_timestep from new to old metadata -INFO: Converting local name gq0(:,:,index_for_graupel_number_concentration) of variable graupel_number_concentration_updated_by_physics from new to old metadata -INFO: Converting local name ntgnc of variable index_for_graupel_number_concentration from new to old metadata -INFO: Converting local name semis of variable surface_longwave_emissivity from new to old metadata -INFO: Converting local name ca_smooth of variable flag_for_gaussian_spatial_filter from new to old metadata -INFO: Converting local name zhour of variable time_since_diagnostics_zeroed from new to old metadata -INFO: Converting local name uswsfci of variable surface_upwelling_shortwave_flux from new to old metadata -INFO: Converting local name dq3dt(:,:,6) of variable cumulative_change_in_ozone_concentration_due_to_production_and_loss_rate from new to old metadata -INFO: Converting local name con_t0c of variable temperature_at_zero_celsius from new to old metadata -INFO: Converting local name dvsfcin_cpl of variable surface_y_momentum_flux_for_coupling from new to old metadata -INFO: Converting local name runoff of variable total_runoff from new to old metadata -INFO: Converting local name upd_mf of variable cumulative_atmosphere_updraft_convective_mass_flux from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_for_cloud_fraction_in_3d_arrays_for_microphysics) of variable cloud_fraction_for_MG from new to old metadata -INFO: Converting local name indcld of variable index_for_cloud_fraction_in_3d_arrays_for_microphysics from new to old metadata -INFO: Converting local name vegtype of variable vegetation_type_classification from new to old metadata -INFO: Converting local name ied of variable ending_x_direction_index_domain from new to old metadata -INFO: Converting local name transa of variable cumulative_transpiration_flux_multiplied_by_timestep from new to old metadata -INFO: Converting local name dt3dt(:,:,2) of variable cumulative_change_in_temperature_due_to_shortwave_radiation from new to old metadata -INFO: Converting local name dvsfc_ls of variable integrated_y_momentum_flux_from_large_scale_gwd from new to old metadata -INFO: Converting local name snowd_ocean of variable surface_snow_thickness_water_equivalent_over_ocean from new to old metadata -INFO: Converting local name clouds(:,:,2) of variable cloud_liquid_water_path from new to old metadata -INFO: Converting local name visbmui of variable surface_upwelling_direct_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name plvl of variable air_pressure_at_interface_for_radiation_in_hPa from new to old metadata -INFO: Converting local name uustar_land of variable surface_friction_velocity_over_land from new to old metadata -INFO: Converting local name phy_myj_akms of variable momentum_exchange_coefficient_for_MYJ_schemes from new to old metadata -INFO: Converting local name cnv_fice of variable ice_fraction_in_convective_tower from new to old metadata -INFO: Converting local name nbdlw of variable number_of_aerosol_bands_for_longwave_radiation from new to old metadata -INFO: Converting local name dudt_mtb of variable instantaneous_change_in_x_wind_due_to_mountain_blocking_drag from new to old metadata -INFO: Converting local name rb_ocean of variable bulk_richardson_number_at_lowest_model_level_over_ocean from new to old metadata -INFO: Converting local name ccnorm of variable flag_for_cloud_condensate_normalized_by_cloud_cover from new to old metadata -INFO: Converting local name dqdt of variable tendency_of_tracers_due_to_model_physics from new to old metadata -INFO: Converting local name u10m of variable x_wind_at_10m from new to old metadata -INFO: Converting local name tmpmin of variable minimum_temperature_at_2m from new to old metadata -INFO: Converting local name save_u of variable x_wind_save from new to old metadata -INFO: Converting local name tsnow of variable snow_temperature_bottom_first_layer from new to old metadata -INFO: Converting local name kind_INTEGER of variable kind_INTEGER from new to old metadata -INFO: Converting local name nswsfc_cpl of variable cumulative_surface_net_downward_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name vgrs(:,1) of variable y_wind_at_lowest_model_layer from new to old metadata -INFO: Converting local name bl_mynn_edmf_tke of variable edmf_tke_transport_flag from new to old metadata -INFO: Converting local name tile_num of variable number_of_tile from new to old metadata -INFO: Converting local name con_pi of variable pi from new to old metadata -INFO: Converting local name abem of variable instantaneous_anthopogenic_and_biomass_burning_emissions from new to old metadata -INFO: Converting local name latidxprnt of variable latitude_index_in_debug_printouts from new to old metadata -INFO: Converting local name tcrf of variable cloud_phase_transition_denominator from new to old metadata -INFO: Converting local name cpilist of variable specific_heat_capacities_for_multi_gases_physics from new to old metadata -INFO: Converting local name tprcp_ocean of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_ocean from new to old metadata -INFO: Converting local name vgrs of variable y_wind from new to old metadata -INFO: Converting local name me of variable mpi_rank from new to old metadata -INFO: Converting local name nseffr of variable index_for_snow_effective_radius from new to old metadata -INFO: Converting local name crtrh(1) of variable critical_relative_humidity_at_surface from new to old metadata -INFO: Converting local name nrcm of variable array_dimension_of_random_number from new to old metadata -INFO: Converting local name phy_f2d(:,2) of variable surface_air_pressure_at_previous_time_step from new to old metadata -INFO: Converting local name totice of variable accumulated_lwe_thickness_of_ice_amount from new to old metadata -INFO: Converting local name vdftra of variable vertically_diffused_tracer_concentration from new to old metadata -INFO: Converting local name clam_shal of variable entrainment_rate_coefficient_shallow_convection from new to old metadata -INFO: Converting local name ulwsfc of variable cumulative_surface_upwelling_longwave_flux_multiplied_by_timestep from new to old metadata -INFO: Converting local name cldf of variable cloud_area_fraction from new to old metadata -INFO: Converting local name prslk of variable dimensionless_exner_function_at_model_layers from new to old metadata -INFO: Converting local name imp_physics_wsm6 of variable flag_for_wsm6_microphysics_scheme from new to old metadata -INFO: Converting local name blksz(ccpp_block_number) of variable horizontal_loop_extent from new to old metadata -INFO: Converting local name dtp of variable time_step_for_physics from new to old metadata -INFO: Converting local name nnirdf_cpl of variable cumulative_surface_net_downward_diffuse_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name tsurf_ice of variable surface_skin_temperature_after_iteration_over_ice from new to old metadata -INFO: Converting local name snowfallac of variable total_accumulated_snowfall from new to old metadata -INFO: Converting local name solhr of variable forecast_hour_of_the_day from new to old metadata -INFO: Converting local name use_zmtnblck of variable flag_for_mountain_blocking from new to old metadata -INFO: Converting local name sfcflw_type of variable sfcflw_type from new to old metadata -INFO: Converting local name rhofr of variable density_of_frozen_precipitation from new to old metadata -INFO: Converting local name dxmax of variable maximum_scaling_factor_for_critical_relative_humidity from new to old metadata -INFO: Converting local name rainc_cpl of variable lwe_thickness_of_convective_precipitation_amount_for_coupling from new to old metadata -INFO: Converting local name prautco of variable coefficient_from_cloud_water_to_rain from new to old metadata -INFO: Converting local name cumabs of variable maximum_column_heating_rate from new to old metadata -INFO: Converting local name Statein of variable GFS_statein_type_instance from new to old metadata -INFO: Converting local name ntasks of variable mpi_size from new to old metadata -INFO: Converting local name qsq of variable q_prime_squared from new to old metadata -INFO: Converting local name bl_mynn_mixqt of variable mix_total_water_flag from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_turbulent_kinetic_energy) of variable tendency_of_turbulent_kinetic_energy_due_to_model_physics from new to old metadata -INFO: Converting local name ntke of variable index_for_turbulent_kinetic_energy from new to old metadata -INFO: Converting local name kmp of variable top_layer_index_for_fast_physics from new to old metadata -INFO: Converting local name ffhh_ice of variable Monin_Obukhov_similarity_function_for_heat_over_ice from new to old metadata -INFO: Converting local name dq3dt(:,:,1) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_PBL from new to old metadata -INFO: Converting local name con_hfus of variable latent_heat_of_fusion_of_water_at_0C from new to old metadata -INFO: Converting local name isubc_lw of variable flag_for_lw_clouds_without_sub_grid_approximation from new to old metadata -INFO: Converting local name du3dt(:,:,3) of variable cumulative_change_in_x_wind_due_to_deep_convection from new to old metadata -INFO: Converting local name clx of variable fraction_of_grid_box_with_subgrid_orography_higher_than_critical_height from new to old metadata -INFO: Converting local name shoc_parm(4) of variable shoc_implicit_TKE_integration_uncentering_term from new to old metadata -INFO: Converting local name gasvmr(:,:,7) of variable volume_mixing_ratio_cfc12 from new to old metadata -INFO: Converting local name cappa of variable cappa_moist_gas_constant_at_Lagrangian_surface from new to old metadata -INFO: Converting local name cf_upi of variable convective_cloud_fraction_for_microphysics from new to old metadata -INFO: Converting local name cdata of variable ccpp_t_instance from new to old metadata -INFO: Converting local name phy_myj_akhs of variable heat_exchange_coefficient_for_MYJ_schemes from new to old metadata -INFO: Converting local name sedim of variable instantaneous_sedimentation from new to old metadata -INFO: Converting local name graupelmp of variable lwe_thickness_of_graupel_amount from new to old metadata -INFO: Converting local name skebu_wts of variable weights_for_stochastic_skeb_perturbation_of_x_wind_flipped from new to old metadata -INFO: Converting local name GFS_control_type of variable GFS_control_type from new to old metadata -INFO: Converting local name yearlen of variable number_of_days_in_year from new to old metadata -INFO: Converting local name save_q(:,:,index_for_water_vapor) of variable water_vapor_specific_humidity_save from new to old metadata -INFO: Converting local name smois of variable volume_fraction_of_soil_moisture_for_land_surface_model from new to old metadata -INFO: Converting local name gq0(:,:,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio_updated_by_physics from new to old metadata -INFO: Converting local name pwat of variable column_precipitable_water from new to old metadata -INFO: Converting local name cld1d of variable cloud_work_function from new to old metadata -INFO: Converting local name qvi of variable gas_tracers_for_multi_gas_physics_at_Lagrangian_surface from new to old metadata -INFO: Converting local name gabsbdlw of variable surface_downwelling_longwave_flux_absorbed_by_ground from new to old metadata -INFO: Converting local name tau_ngw of variable time_integral_of_momentum_flux_due_to_nonstationary_gravity_wave from new to old metadata -INFO: Converting local name xlat_d of variable latitude_degree from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_for_ice_effective_radius) of variable effective_radius_of_stratiform_cloud_ice_particle_in_um from new to old metadata -INFO: Converting local name nieffr of variable index_for_ice_effective_radius from new to old metadata -INFO: Converting local name do_ca of variable flag_for_cellular_automata from new to old metadata -INFO: Converting local name wtxy of variable water_storage_in_aquifer_and_saturated_soil from new to old metadata -INFO: Converting local name srunoff of variable surface_runoff from new to old metadata -INFO: Converting local name ntrnc of variable index_for_rain_number_concentration from new to old metadata -INFO: Converting local name ustm of variable surface_friction_velocity_drag from new to old metadata -INFO: Converting local name cnvprcp of variable cumulative_lwe_thickness_of_convective_precipitation_amount from new to old metadata -INFO: Converting local name imfdeepcnv_samf of variable flag_for_samf_deep_convection_scheme from new to old metadata -INFO: Converting local name si of variable vertical_sigma_coordinate_for_radiation_initialization from new to old metadata -INFO: Converting local name gwdcu of variable tendency_of_x_wind_due_to_convective_gravity_wave_drag from new to old metadata -INFO: Converting local name elvmax of variable maximum_subgrid_orography from new to old metadata -INFO: Converting local name slimskin_cpl of variable sea_land_ice_mask_in from new to old metadata -INFO: Converting local name dtsfc_cice of variable surface_upward_sensible_heat_flux_for_coupling_interstitial from new to old metadata -INFO: Converting local name do_mynnedmf of variable do_mynnedmf from new to old metadata -INFO: Converting local name zorll of variable surface_roughness_length_over_land from new to old metadata -INFO: Converting local name nswsfci_cpl of variable instantaneous_surface_net_downward_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name do_cldice of variable mg_flag_for_cloud_ice_processes from new to old metadata -INFO: Converting local name alboldxy of variable snow_albedo_at_previous_time_step from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_graupel) of variable graupel_mixing_ratio from new to old metadata -INFO: Converting local name rhcmax of variable maximum_critical_relative_humidity from new to old metadata -INFO: Converting local name Stateout of variable GFS_stateout_type_instance from new to old metadata -INFO: Converting local name nirbmdi of variable surface_downwelling_direct_near_infrared_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name gfluxi of variable instantaneous_surface_ground_heat_flux from new to old metadata -INFO: Converting local name drainncprv of variable explicit_rainfall_rate_from_previous_timestep from new to old metadata -INFO: Converting local name gflx of variable upward_heat_flux_in_soil from new to old metadata -INFO: Converting local name hflx_ocean of variable kinematic_surface_upward_sensible_heat_flux_over_ocean from new to old metadata -INFO: Converting local name nvdiff of variable number_of_vertical_diffusion_tracers from new to old metadata -INFO: Converting local name dspheat of variable flag_TKE_dissipation_heating from new to old metadata -INFO: Converting local name fhswr of variable frequency_for_shortwave_radiation from new to old metadata -INFO: Converting local name nthreads of variable omp_threads from new to old metadata -INFO: Converting local name islmsk of variable sea_land_ice_mask from new to old metadata -INFO: Converting local name ntchmdiag of variable number_of_chemical_tracers_for_diagnostics from new to old metadata -INFO: Converting local name nstf_name(5) of variable vertical_temperature_average_range_upper_bound from new to old metadata -INFO: Converting local name forceq of variable moisture_tendency_due_to_dynamics from new to old metadata -INFO: Converting local name nseasalt of variable number_of_seasalt_bins_for_diagnostics from new to old metadata -INFO: Converting local name gasvmr(:,:,2) of variable volume_mixing_ratio_n2o from new to old metadata -INFO: Converting local name ctei_rml of variable grid_sensitive_critical_cloud_top_entrainment_instability_criteria from new to old metadata -INFO: Converting local name sfc_wts of variable weights_for_stochastic_surface_physics_perturbation from new to old metadata -INFO: Converting local name oc of variable convexity_of_subgrid_orography from new to old metadata -INFO: Converting local name ep1d of variable surface_upward_potential_latent_heat_flux from new to old metadata -INFO: Converting local name u10mmax of variable maximum_x_wind_at_10m from new to old metadata -INFO: Converting local name nca of variable number_of_independent_cellular_automata from new to old metadata -INFO: Converting local name rtmassxy of variable fine_root_mass from new to old metadata -INFO: Converting local name ffmm_ocean of variable Monin_Obukhov_similarity_function_for_momentum_over_ocean from new to old metadata -INFO: Converting local name pertlai of variable magnitude_of_perturbation_of_leaf_area_index from new to old metadata -INFO: Converting local name mg_ncnst of variable mg_drop_concentration_constant from new to old metadata -INFO: Converting local name pgcon_shal of variable momentum_transport_reduction_factor_pgf_shallow_convection from new to old metadata -INFO: Converting local name edmf_qc of variable emdf_updraft_cloud_water from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_graupel) of variable tendency_of_graupel_mixing_ratio_due_to_model_physics from new to old metadata -INFO: Converting local name acvt of variable largest_cloud_top_vertical_index_encountered_thus_far from new to old metadata -INFO: Converting local name cmm of variable surface_drag_wind_speed_for_momentum_in_air from new to old metadata -INFO: Converting local name dt_cool of variable sub_layer_cooling_amount from new to old metadata -INFO: Converting local name qc_r of variable cloud_liquid_water_mixing_ratio from new to old metadata -INFO: Converting local name ral_ts of variable time_scale_for_rayleigh_damping from new to old metadata -INFO: Converting local name GFS_diag_type of variable GFS_diag_type from new to old metadata -INFO: Converting local name dnirdfi_cpl of variable instantaneous_surface_downwelling_diffuse_near_infrared_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name chh_ice of variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_ice from new to old metadata -INFO: Converting local name flipv of variable flag_flip from new to old metadata -INFO: Converting local name ldiag_ugwp of variable diag_ugwp_flag from new to old metadata -INFO: Converting local name ctei_r of variable cloud_top_entrainment_instability_value from new to old metadata -INFO: Converting local name ccn_nm of variable ccn_number_concentration from new to old metadata -INFO: Converting local name edmf_ent of variable emdf_updraft_entrainment_rate from new to old metadata -INFO: Converting local name htswc of variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step from new to old metadata -INFO: Converting local name phy_myj_thz0 of variable potential_temperature_at_viscous_sublayer_top from new to old metadata -INFO: Converting local name bl_mynn_edmf of variable edmf_flag from new to old metadata -INFO: Converting local name con_rd of variable gas_constant_dry_air from new to old metadata -INFO: Converting local name qss_land of variable surface_specific_humidity_over_land from new to old metadata -INFO: Converting local name zt1d of variable perturbation_of_heat_to_momentum_roughness_length_ratio from new to old metadata -INFO: Converting local name imp_physics_zhao_carr of variable flag_for_zhao_carr_microphysics_scheme from new to old metadata -INFO: Converting local name delz of variable thickness_at_Lagrangian_surface from new to old metadata -INFO: Converting local name dtsfci of variable instantaneous_surface_upward_sensible_heat_flux_for_diag from new to old metadata -INFO: Converting local name dvsfc_fd of variable integrated_y_momentum_flux_from_form_drag from new to old metadata -INFO: Converting local name totprcpb of variable accumulated_lwe_thickness_of_precipitation_amount_in_bucket from new to old metadata -INFO: Converting local name tcr of variable cloud_phase_transition_threshold_temperature from new to old metadata -INFO: Converting local name clstp of variable convective_cloud_switch from new to old metadata -INFO: Converting local name isatmedmf_vdifq of variable choice_of_updated_scale_aware_TKE_moist_EDMF_PBL from new to old metadata -INFO: Converting local name coszen of variable cosine_of_zenith_angle from new to old metadata -INFO: Converting local name nifa2d of variable tendency_of_ice_friendly_aerosols_at_surface from new to old metadata -INFO: Converting local name icy of variable flag_nonzero_sea_ice_surface_fraction from new to old metadata -INFO: Converting local name dudt of variable tendency_of_x_wind_due_to_model_physics from new to old metadata -INFO: Converting local name bl_dnfr of variable downdraft_fraction_in_boundary_layer_mass_flux_scheme from new to old metadata -INFO: Converting local name snohf of variable snow_freezing_rain_upward_latent_heat_flux from new to old metadata -INFO: Converting local name bexp1d of variable perturbation_of_soil_type_b_parameter from new to old metadata -INFO: Converting local name faersw of variable aerosol_optical_properties_for_shortwave_bands_01_16 from new to old metadata -INFO: Converting local name dtdt of variable tendency_of_air_temperature_due_to_model_physics from new to old metadata -INFO: Converting local name nvisdf_cpl of variable cumulative_surface_net_downward_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name dqsfcin_cpl of variable surface_upward_latent_heat_flux_for_coupling from new to old metadata -INFO: Converting local name con_p0 of variable standard_atmospheric_pressure from new to old metadata -INFO: Converting local name con_epsq of variable minimum_value_of_specific_humidity from new to old metadata -INFO: Converting local name dusfci_cpl of variable instantaneous_surface_x_momentum_flux_for_coupling from new to old metadata -INFO: Converting local name ep1d_ice of variable surface_upward_potential_latent_heat_flux_over_ice from new to old metadata -INFO: Converting local name fhour of variable forecast_time from new to old metadata -INFO: Converting local name refl_10cm of variable radar_reflectivity_10cm from new to old metadata -INFO: Converting local name shum_wts of variable weights_for_stochastic_shum_perturbation_flipped from new to old metadata -INFO: Converting local name dspfac of variable tke_dissipative_heating_factor from new to old metadata -INFO: Converting local name nnirbmi_cpl of variable instantaneous_surface_net_downward_direct_near_infrared_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name c1_deep of variable detrainment_conversion_parameter_deep_convection from new to old metadata -INFO: Converting local name dt3dt(:,:,4) of variable cumulative_change_in_temperature_due_to_deep_convection from new to old metadata -INFO: Converting local name dv3dt(:,:,4) of variable cumulative_change_in_y_wind_due_to_convective_gravity_wave_drag from new to old metadata -INFO: Converting local name phy_myj_a1u of variable weight_for_momentum_at_viscous_sublayer_top from new to old metadata -INFO: Converting local name iopt_stc of variable flag_for_soil_and_snow_temperature_time_stepping_option from new to old metadata -INFO: Converting local name adjvisbmd of variable surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux from new to old metadata -INFO: Converting local name icloud_bl of variable couple_sgs_clouds_to_radiation_flag from new to old metadata -INFO: Converting local name rb of variable bulk_richardson_number_at_lowest_model_level from new to old metadata -INFO: Converting local name faerlw(:,:,:,2) of variable aerosol_single_scattering_albedo_for_longwave_bands_01_16 from new to old metadata -INFO: Converting local name phy_myj_elflx of variable kinematic_surface_latent_heat_flux from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_for_snow_effective_radius) of variable effective_radius_of_stratiform_cloud_snow_particle_in_um from new to old metadata -INFO: Converting local name iopt_tbot of variable flag_for_lower_boundary_soil_temperature_option from new to old metadata -INFO: Converting local name pdfflag of variable flag_for_pdf_for_morrison_gettelman_microphysics_scheme from new to old metadata -INFO: Converting local name do_aw of variable flag_for_Arakawa_Wu_adjustment from new to old metadata -INFO: Converting local name do_tofd of variable turb_oro_form_drag_flag from new to old metadata -INFO: Converting local name dqdti of variable instantaneous_water_vapor_specific_humidity_tendency_due_to_convection from new to old metadata -INFO: Converting local name qi_r of variable cloud_ice_mixing_ratio from new to old metadata -INFO: Converting local name flag_iter of variable flag_for_iteration from new to old metadata -INFO: Converting local name CLDFRA_BL of variable subgrid_cloud_fraction_pbl from new to old metadata -INFO: Converting local name zorl_ice of variable surface_roughness_length_over_ice_interstitial from new to old metadata -INFO: Converting local name dd_mf of variable instantaneous_atmosphere_downdraft_convective_mass_flux from new to old metadata -INFO: Converting local name visdfui of variable surface_upwelling_diffuse_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name julian of variable julian_day from new to old metadata -INFO: Converting local name cd_ice of variable surface_drag_coefficient_for_momentum_in_air_over_ice from new to old metadata -INFO: Converting local name iovr_lw of variable flag_for_max_random_overlap_clouds_for_longwave_radiation from new to old metadata -INFO: Converting local name lmp of variable adjusted_vertical_level_dimension_for_radiation from new to old metadata -INFO: Converting local name kdt of variable index_of_time_step from new to old metadata -INFO: Converting local name ushfsfci of variable instantaneous_surface_upward_sensible_heat_flux_for_chemistry_coupling from new to old metadata -INFO: Converting local name rb_land of variable bulk_richardson_number_at_lowest_model_level_over_land from new to old metadata -INFO: Converting local name uustar of variable surface_friction_velocity from new to old metadata -INFO: Converting local name adjnirbmu of variable surface_upwelling_direct_near_infrared_shortwave_flux from new to old metadata -INFO: Converting local name do_mynnsfclay of variable do_mynnsfclay from new to old metadata -INFO: Converting local name aero_in of variable flag_for_aerosol_input_MG from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_water_vapor) of variable tendency_of_water_vapor_specific_humidity_due_to_model_physics from new to old metadata -INFO: Converting local name mol of variable theta_star from new to old metadata -INFO: Converting local name fwetxy of variable area_fraction_of_wet_canopy from new to old metadata -INFO: Converting local name phy_f2d(:,1) of variable surface_air_pressure_two_time_steps_back from new to old metadata -INFO: Converting local name topflw of variable lw_fluxes_top_atmosphere from new to old metadata -INFO: Converting local name satmedmf of variable flag_for_scale_aware_TKE_moist_EDMF_PBL from new to old metadata -INFO: Converting local name waxy of variable water_storage_in_aquifer from new to old metadata -INFO: Converting local name snow of variable lwe_thickness_of_snow_amount_on_dynamics_timestep from new to old metadata -INFO: Converting local name ivegsrc of variable vegetation_type_dataset_choice from new to old metadata -INFO: Converting local name sigmaf of variable bounded_vegetation_area_fraction from new to old metadata -INFO: Converting local name f_rain of variable fraction_of_rain_water_cloud from new to old metadata -INFO: Converting local name dkt of variable instantaneous_atmosphere_heat_diffusivity from new to old metadata -INFO: Converting local name asolfac_deep of variable aerosol_aware_parameter_deep_convection from new to old metadata -INFO: Converting local name dv3dt(:,:,2) of variable cumulative_change_in_y_wind_due_to_orographic_gravity_wave_drag from new to old metadata -INFO: Converting local name ipr of variable horizontal_index_of_printed_column from new to old metadata -INFO: Converting local name npzcappa of variable vertical_dimension_for_cappa_at_Lagrangian_surface from new to old metadata -INFO: Converting local name clam_deep of variable entrainment_rate_coefficient_deep_convection from new to old metadata -INFO: Converting local name dusfci of variable instantaneous_surface_x_momentum_flux_for_diag from new to old metadata -INFO: Converting local name cs_parm(4) of variable detrainment_and_precipitation_tunable_parameter_4_CS from new to old metadata -INFO: Converting local name levsp1 of variable vertical_dimension_plus_one from new to old metadata -INFO: Converting local name con_cp of variable specific_heat_of_dry_air_at_constant_pressure from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_water_vapor) of variable water_vapor_specific_humidity from new to old metadata -INFO: Converting local name prsik(:,1) of variable dimensionless_exner_function_at_lowest_model_interface from new to old metadata -INFO: Converting local name gasvmr(:,:,5) of variable volume_mixing_ratio_co from new to old metadata -INFO: Converting local name mg_ngcons of variable mg_flag_graupel_concentration_constant from new to old metadata -INFO: Converting local name acsnow of variable accumulated_water_equivalent_of_frozen_precip from new to old metadata -INFO: Converting local name levsm1 of variable vertical_dimension_minus_one from new to old metadata -INFO: Converting local name phy_myj_a1t of variable weight_for_potental_temperature_at_viscous_sublayer_top from new to old metadata -INFO: Converting local name ntracp1 of variable number_of_tracers_plus_one from new to old metadata -INFO: Converting local name GFS_Data of variable GFS_data_type_instance_all_blocks from new to old metadata -INFO: Converting local name zol of variable surface_stability_parameter from new to old metadata -INFO: Converting local name CCPP_interstitial of variable CCPP_interstitial_type_instance from new to old metadata -INFO: Converting local name isd of variable starting_x_direction_index_domain from new to old metadata -INFO: Converting local name cplflx of variable flag_for_flux_coupling from new to old metadata -INFO: Converting local name lradar of variable flag_for_radar_reflectivity from new to old metadata -INFO: Converting local name iseed_ca of variable seed_for_random_number_generation_in_cellular_automata_scheme from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_for_convective_cloud_cover_in_phy_f3d) of variable convective_cloud_cover_in_phy_f3d from new to old metadata -INFO: Converting local name dqsfci of variable instantaneous_surface_upward_latent_heat_flux_for_diag from new to old metadata -INFO: Converting local name dxmin of variable minimum_scaling_factor_for_critical_relative_humidity from new to old metadata -INFO: Converting local name sppt_wts of variable weights_for_stochastic_sppt_perturbation from new to old metadata -INFO: Converting local name tahxy of variable canopy_air_temperature from new to old metadata -INFO: Converting local name imn of variable forecast_month from new to old metadata -INFO: Converting local name evcw of variable canopy_upward_latent_heat_flux from new to old metadata -INFO: Converting local name input_nml_file of variable namelist_filename_for_internal_file_reads from new to old metadata -INFO: Converting local name raddt of variable time_step_for_radiation from new to old metadata -INFO: Converting local name dvisbmi_cpl of variable instantaneous_surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name gwdcv of variable tendency_of_y_wind_due_to_convective_gravity_wave_drag from new to old metadata -INFO: Converting local name evbsa of variable cumulative_soil_upward_latent_heat_flux_multiplied_by_timestep from new to old metadata -INFO: Converting local name cldwrk of variable cumulative_cloud_work_function from new to old metadata -INFO: Converting local name npzdelz of variable vertical_dimension_for_thickness_at_Lagrangian_surface from new to old metadata -INFO: Converting local name dvsfc_cice of variable surface_y_momentum_flux_for_coupling_interstitial from new to old metadata -INFO: Converting local name ql of variable cloud_liquid_water_specific_humidity_at_Lagrangian_surface from new to old metadata -INFO: Converting local name imp_physics_fer_hires of variable flag_for_fer_hires_microphysics_scheme from new to old metadata -INFO: Converting local name dvdt of variable tendency_of_y_wind_due_to_model_physics from new to old metadata -INFO: Converting local name dusfc_cpl of variable cumulative_surface_x_momentum_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name prsl(:,1) of variable air_pressure_at_lowest_model_layer from new to old metadata -INFO: Converting local name ktop_shallow of variable k_level_of_highest_reaching_plume from new to old metadata -INFO: Converting local name sfcfsw of variable sw_fluxes_sfc from new to old metadata -INFO: Converting local name gv0 of variable y_wind_updated_by_physics from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_rain_water) of variable rain_water_mixing_ratio from new to old metadata -INFO: Converting local name cdq_ocean of variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_ocean from new to old metadata -INFO: Converting local name sfcalb(:,4) of variable surface_albedo_due_to_UV_and_VIS_diffused from new to old metadata -INFO: Converting local name gamq of variable countergradient_mixing_term_for_water_vapor from new to old metadata -INFO: Converting local name mdt of variable time_step_for_remapping_for_fast_physics from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_ice_cloud_condensate) of variable ice_water_mixing_ratio from new to old metadata -INFO: Converting local name sfcalb(:,2) of variable surface_albedo_due_to_near_IR_diffused from new to old metadata -INFO: Converting local name phy_fctd of variable cloud_base_mass_flux from new to old metadata -INFO: Converting local name weasd_land of variable water_equivalent_accumulated_snow_depth_over_land from new to old metadata -INFO: Converting local name nwfa2d of variable tendency_of_water_friendly_aerosols_at_surface from new to old metadata -INFO: Converting local name GFS_Control of variable GFS_control_type_instance from new to old metadata -INFO: Converting local name nncl of variable number_of_tracers_for_cloud_condensate from new to old metadata -INFO: Converting local name olyr of variable ozone_concentration_at_layer_for_radiation from new to old metadata -INFO: Converting local name tg3 of variable deep_soil_temperature from new to old metadata -INFO: Converting local name Radtend of variable GFS_radtend_type_instance from new to old metadata -INFO: Converting local name sinlat of variable sine_of_latitude from new to old metadata -INFO: Converting local name sppt_wts of variable weights_for_stochastic_sppt_perturbation_flipped from new to old metadata -INFO: Converting local name ng of variable number_of_ghost_zones from new to old metadata -INFO: Converting local name phil of variable geopotential from new to old metadata -INFO: Converting local name flag_frsoil of variable flag_for_frozen_soil_physics from new to old metadata -INFO: Converting local name faersw(:,:,:,2) of variable aerosol_single_scattering_albedo_for_shortwave_bands_01_16 from new to old metadata -INFO: Converting local name qc of variable cloud_fraction_at_Lagrangian_surface from new to old metadata -INFO: Converting local name do_sfcperts of variable flag_for_stochastic_surface_perturbations from new to old metadata -INFO: Converting local name betas_deep of variable downdraft_fraction_reaching_surface_over_ocean_deep_convection from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_rain_number_concentration) of variable rain_number_concentration from new to old metadata -INFO: Converting local name ifd of variable index_of_dtlm_start from new to old metadata -INFO: Converting local name area of variable cell_area_for_fast_physics from new to old metadata -INFO: Converting local name trans_trac of variable flag_for_convective_transport_of_tracers from new to old metadata -INFO: Converting local name isatmedmf of variable choice_of_scale_aware_TKE_moist_EDMF_PBL from new to old metadata -INFO: Converting local name old_monin of variable flag_for_old_PBL_scheme from new to old metadata -INFO: Converting local name cplchm of variable flag_for_chemistry_coupling from new to old metadata -INFO: Converting local name raincprv of variable lwe_thickness_of_convective_precipitation_amount_from_previous_timestep from new to old metadata -INFO: Converting local name u1 of variable x_wind_at_lowest_model_layer_for_diag from new to old metadata -INFO: Converting local name gw_dvdt of variable tendency_of_y_wind_due_to_ugwp from new to old metadata -INFO: Converting local name dtsfc1 of variable instantaneous_surface_upward_sensible_heat_flux from new to old metadata -INFO: Converting local name gasvmr(:,:,9) of variable volume_mixing_ratio_ccl4 from new to old metadata -INFO: Converting local name semis_ice of variable surface_longwave_emissivity_over_ice_interstitial from new to old metadata -INFO: Converting local name zmtb of variable time_integral_of_height_of_mountain_blocking from new to old metadata -INFO: Converting local name dtauy2d_fd of variable y_momentum_tendency_from_form_drag from new to old metadata -INFO: Converting local name lakefrac of variable lake_area_fraction from new to old metadata -INFO: Converting local name do_myjpbl of variable do_myjpbl from new to old metadata -INFO: Converting local name sncovr of variable surface_snow_area_fraction_over_land from new to old metadata -INFO: Converting local name spd10max of variable maximum_wind_at_10m_over_maximum_hourly_time_interval from new to old metadata -INFO: Converting local name faerlw(:,:,:,3) of variable aerosol_asymmetry_parameter_for_longwave_bands_01_16 from new to old metadata -INFO: Converting local name adjsfculw_ocean of variable surface_upwelling_longwave_flux_over_ocean_interstitial from new to old metadata -INFO: Converting local name nscfshoc of variable index_of_subgrid_scale_cloud_fraction_from_shoc_in_phy_f3d from new to old metadata -INFO: Converting local name qv_r of variable humidity_mixing_ratio from new to old metadata -INFO: Converting local name gq0(:,:,index_for_water_vapor) of variable water_vapor_specific_humidity_updated_by_physics from new to old metadata -INFO: Converting local name lsnow_lsm of variable snow_vertical_dimension_for_land_surface_model from new to old metadata -INFO: Converting local name dv3dt_ngw of variable time_integral_of_change_in_y_wind_due_to_nonstationary_gravity_wave from new to old metadata -INFO: Converting local name tlyr of variable air_temperature_at_layer_for_radiation from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_turbulent_kinetic_energy) of variable turbulent_kinetic_energy from new to old metadata -INFO: Converting local name h2opl of variable h2o_forcing from new to old metadata -INFO: Converting local name smc of variable volume_fraction_of_soil_moisture from new to old metadata -INFO: Converting local name latr of variable number_of_latitude_points from new to old metadata -INFO: Converting local name crick_proof of variable flag_for_CRICK_proof_cloud_water from new to old metadata -INFO: Converting local name ssem of variable instantaneous_seasalt_emission_flux from new to old metadata -INFO: Converting local name xlai1d of variable perturbation_of_leaf_area_index from new to old metadata -INFO: Converting local name tdoms of variable dominant_snow_type from new to old metadata -INFO: Converting local name canopy of variable canopy_water_amount from new to old metadata -INFO: Converting local name dtauy2d_ss of variable y_momentum_tendency_from_small_scale_gwd from new to old metadata -INFO: Converting local name forcet of variable temperature_tendency_due_to_dynamics from new to old metadata -INFO: Converting local name snowmt of variable surface_snow_melt from new to old metadata -INFO: Converting local name ttendlim of variable limit_for_temperature_tendency_for_microphysics from new to old metadata -INFO: Converting local name clouds(:,:,6) of variable cloud_rain_water_path from new to old metadata -INFO: Converting local name sigmafrac of variable convective_updraft_area_fraction from new to old metadata -INFO: Converting local name tau_tofd of variable instantaneous_momentum_flux_due_to_turbulent_orographic_form_drag from new to old metadata -INFO: Converting local name gq0(:,:,index_for_ice_friendly_aerosols) of variable ice_friendly_aerosol_number_concentration_updated_by_physics from new to old metadata -INFO: Converting local name nsswr of variable number_of_timesteps_between_shortwave_radiation_calls from new to old metadata -INFO: Converting local name ulwsfc_cice of variable surface_upwelling_longwave_flux_for_coupling_interstitial from new to old metadata -INFO: Converting local name dq3dt(:,:,8) of variable cumulative_change_in_ozone_concentration_due_to_temperature from new to old metadata -INFO: Converting local name stress_ice of variable surface_wind_stress_over_ice from new to old metadata -INFO: Converting local name is of variable starting_x_direction_index from new to old metadata -INFO: Converting local name sbsno of variable snow_deposition_sublimation_upward_latent_heat_flux from new to old metadata -INFO: Converting local name cnvprcpb of variable cumulative_lwe_thickness_of_convective_precipitation_amount_in_bucket from new to old metadata -INFO: Converting local name rdlai of variable flag_for_reading_leaf_area_index_from_input from new to old metadata -INFO: Converting local name phy_f3d(:,:,4) of variable water_vapor_specific_humidity_at_previous_time_step from new to old metadata -INFO: Converting local name area of variable cell_area from new to old metadata -INFO: Converting local name con_eps of variable ratio_of_dry_air_to_water_vapor_gas_constants from new to old metadata -INFO: Converting local name edmf_a of variable emdf_updraft_area from new to old metadata -INFO: Converting local name dusfc1 of variable instantaneous_surface_x_momentum_flux from new to old metadata -INFO: Converting local name qlcn of variable mass_fraction_of_convective_cloud_liquid_water from new to old metadata -INFO: Converting local name fh2_land of variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_land from new to old metadata -INFO: Converting local name tprcp_land of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_land from new to old metadata -INFO: Converting local name chh_land of variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_land from new to old metadata -INFO: Converting local name dt3dt(:,:,1) of variable cumulative_change_in_temperature_due_to_longwave_radiation from new to old metadata -INFO: Converting local name nfracseed of variable cellular_automata_seed_probability from new to old metadata -INFO: Converting local name cwm of variable total_cloud_condensate_mixing_ratio_updated_by_physics from new to old metadata -INFO: Converting local name u10max of variable maximum_u_wind_at_10m_over_maximum_hourly_time_interval from new to old metadata -INFO: Converting local name dvsfc_ss of variable integrated_y_momentum_flux_from_small_scale_gwd from new to old metadata -INFO: Converting local name smcref2 of variable threshold_volume_fraction_of_condensed_water_in_soil from new to old metadata -INFO: Converting local name kcnv of variable flag_deep_convection from new to old metadata -INFO: Converting local name keepsmfr of variable volume_fraction_of_frozen_soil_moisture_for_land_surface_model from new to old metadata -INFO: Converting local name frain of variable dynamics_to_physics_timestep_ratio from new to old metadata -INFO: Converting local name debug of variable flag_debug from new to old metadata -INFO: Converting local name qrn of variable local_rain_water_mixing_ratio from new to old metadata -INFO: Converting local name tsfc_ocean of variable surface_skin_temperature_over_ocean_interstitial from new to old metadata -INFO: Converting local name levr of variable number_of_vertical_layers_for_radiation_calculations from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_graupel_number_concentration) of variable graupel_number_concentration from new to old metadata -INFO: Converting local name bl_upfr of variable updraft_fraction_in_boundary_layer_mass_flux_scheme from new to old metadata -INFO: Converting local name nsfcpert of variable number_of_surface_perturbations from new to old metadata -INFO: Converting local name evpco of variable coefficient_for_evaporation_of_rainfall from new to old metadata -INFO: Converting local name iems of variable flag_for_surface_emissivity_control from new to old metadata -INFO: Converting local name dlwsfc of variable cumulative_surface_downwelling_longwave_flux_multiplied_by_timestep from new to old metadata -INFO: Converting local name cimin of variable minimum_sea_ice_concentration from new to old metadata -INFO: Converting local name zs of variable depth_of_soil_levels_for_land_surface_model from new to old metadata -INFO: Converting local name fm10_land of variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_land from new to old metadata -INFO: Converting local name lsm_noahmp of variable flag_for_noahmp_land_surface_scheme from new to old metadata -INFO: Converting local name cs_parm(1) of variable updraft_velocity_tunable_parameter_1_CS from new to old metadata -INFO: Converting local name z_c of variable sub_layer_cooling_thickness from new to old metadata -INFO: Converting local name rainc of variable lwe_thickness_of_convective_precipitation_amount_on_dynamics_timestep from new to old metadata -INFO: Converting local name do_cnvgwd of variable flag_for_convective_gravity_wave_drag from new to old metadata -INFO: Converting local name nlunit of variable iounit_namelist from new to old metadata -INFO: Converting local name gw_dtdt of variable tendency_of_air_temperature_due_to_ugwp from new to old metadata -INFO: Converting local name phy_myj_vz0 of variable v_wind_component_at_viscous_sublayer_top from new to old metadata -INFO: Converting local name dusfc_ss of variable integrated_x_momentum_flux_from_small_scale_gwd from new to old metadata -INFO: Converting local name reset of variable flag_reset_maximum_hourly_fields from new to old metadata -INFO: Converting local name idat of variable date_and_time_at_model_initialization from new to old metadata -INFO: Converting local name oceanfrac of variable sea_area_fraction from new to old metadata -INFO: Converting local name rho_h2o of variable density_of_fresh_water from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_ozone) of variable ozone_mixing_ratio from new to old metadata -INFO: Converting local name qv of variable water_vapor_specific_humidity_at_Lagrangian_surface from new to old metadata -INFO: Converting local name adjnirdfd of variable surface_downwelling_diffuse_near_infrared_shortwave_flux from new to old metadata -INFO: Converting local name ca_global of variable flag_for_global_cellular_automata from new to old metadata -INFO: Converting local name landfrac of variable land_area_fraction from new to old metadata -INFO: Converting local name iopt_btr of variable flag_for_soil_moisture_factor_stomatal_resistance_option from new to old metadata -INFO: Converting local name cqs2 of variable surface_exchange_coefficient_for_moisture_at_2m from new to old metadata -INFO: Converting local name snohfa of variable cumulative_snow_freezing_rain_upward_latent_heat_flux_multiplied_by_timestep from new to old metadata -INFO: Converting local name nvisbm_cpl of variable cumulative_surface_net_downward_direct_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name GFS_sfcprop_type of variable GFS_sfcprop_type from new to old metadata -INFO: Converting local name oz_phys of variable flag_for_ozone_physics from new to old metadata -INFO: Converting local name rhowater of variable liquid_water_density from new to old metadata -INFO: Converting local name zsnsoxy of variable layer_bottom_depth_from_snow_surface from new to old metadata -INFO: Converting local name nthresh of variable threshold_for_perturbed_vertical_velocity from new to old metadata -INFO: Converting local name phy_f3d(:,:,1) of variable air_temperature_two_time_steps_back from new to old metadata -INFO: Converting local name gq0(:,:,index_for_water_friendly_aerosols) of variable water_friendly_aerosol_number_concentration_updated_by_physics from new to old metadata -INFO: Converting local name wetness of variable normalized_soil_wetness_for_land_surface_model from new to old metadata -INFO: Converting local name v10mi_cpl of variable instantaneous_y_wind_at_10m_for_coupling from new to old metadata -INFO: Converting local name rh02min of variable minimum_relative_humidity_at_2m_over_maximum_hourly_time_interval from new to old metadata -INFO: Converting local name nf_aelw of variable number_of_aerosol_output_fields_for_longwave_radiation from new to old metadata -INFO: Converting local name isubc_sw of variable flag_for_sw_clouds_without_sub_grid_approximation from new to old metadata -INFO: Converting local name gq0(:,:,index_for_rain_number_concentration) of variable rain_number_concentration_updated_by_physics from new to old metadata -INFO: Converting local name dvsfc1 of variable instantaneous_surface_y_momentum_flux from new to old metadata -INFO: Converting local name nirdfdi of variable surface_downwelling_diffuse_near_infrared_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name isatmedmf_vdif of variable choice_of_original_scale_aware_TKE_moist_EDMF_PBL from new to old metadata -INFO: Converting local name fprcp of variable number_of_frozen_precipitation_species from new to old metadata -INFO: Converting local name tsurf_land of variable surface_skin_temperature_after_iteration_over_land from new to old metadata -INFO: Converting local name kd of variable vertical_index_difference_between_inout_and_local from new to old metadata -INFO: Converting local name LTP of variable extra_top_layer from new to old metadata -INFO: Converting local name solcon of variable solar_constant from new to old metadata -INFO: Converting local name gq0(:,:,index_for_snow_number_concentration) of variable snow_number_concentration_updated_by_physics from new to old metadata -INFO: Converting local name bl_mynn_tkebudget of variable tke_budget from new to old metadata -INFO: Converting local name xu of variable diurnal_thermocline_layer_x_current from new to old metadata -INFO: Converting local name bl_mynn_tkeadvect of variable tke_advect from new to old metadata -INFO: Converting local name hflx_ice of variable kinematic_surface_upward_sensible_heat_flux_over_ice from new to old metadata -INFO: Converting local name smcwlt2 of variable volume_fraction_of_condensed_water_in_soil_at_wilting_point from new to old metadata -INFO: Converting local name imfdeepcnv of variable flag_for_mass_flux_deep_convection_scheme from new to old metadata -INFO: Converting local name ntchm of variable number_of_chemical_tracers from new to old metadata -INFO: Converting local name ncpl of variable local_condesed_water_number_concentration from new to old metadata -INFO: Converting local name vvl of variable omega from new to old metadata -INFO: Converting local name xkzminv of variable atmosphere_heat_diffusivity_background_maximum from new to old metadata -INFO: Converting local name snowc of variable surface_snow_area_fraction from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_of_subgrid_scale_cloud_fraction_from_shoc_in_phy_f3d) of variable subgrid_scale_cloud_fraction_from_shoc from new to old metadata -INFO: Converting local name du3dt(:,:,4) of variable cumulative_change_in_x_wind_due_to_convective_gravity_wave_drag from new to old metadata -INFO: Converting local name jcap of variable number_of_spectral_wave_trancation_for_sas from new to old metadata -INFO: Converting local name cd_ocean of variable surface_drag_coefficient_for_momentum_in_air_over_ocean from new to old metadata -INFO: Converting local name vfrac of variable vegetation_area_fraction from new to old metadata -INFO: Converting local name dvdftra of variable tendency_of_vertically_diffused_tracer_concentration from new to old metadata -INFO: Converting local name npzp1 of variable vertical_dimension_for_fast_physics_plus_one from new to old metadata -INFO: Converting local name duem of variable instantaneous_dust_emission_flux from new to old metadata -INFO: Converting local name prslrd0 of variable pressure_cutoff_for_rayleigh_damping from new to old metadata -INFO: Converting local name q2m of variable specific_humidity_at_2m from new to old metadata -INFO: Converting local name chs2 of variable surface_exchange_coefficient_for_heat_at_2m from new to old metadata -INFO: Converting local name lfmassxy of variable leaf_mass from new to old metadata -INFO: Converting local name phy_f3d(:,:,2) of variable water_vapor_specific_humidity_two_time_steps_back from new to old metadata -INFO: Converting local name rainp of variable tendency_of_rain_water_mixing_ratio_due_to_microphysics from new to old metadata -INFO: Converting local name ud_mf of variable instantaneous_atmosphere_updraft_convective_mass_flux from new to old metadata -INFO: Converting local name dudt_tms of variable instantaneous_change_in_x_wind_due_to_turbulent_orographic_form_drag from new to old metadata -INFO: Converting local name mg3_as_mg2 of variable flag_mg3_as_mg2 from new to old metadata -INFO: Converting local name htlw0 of variable tendency_of_air_temperature_due_to_longwave_heating_assuming_clear_sky_on_radiation_time_step from new to old metadata -INFO: Converting local name w_d of variable coefficient_w_d from new to old metadata -INFO: Converting local name shdmax of variable maximum_vegetation_area_fraction from new to old metadata -INFO: Converting local name iccn of variable flag_for_in_ccn_forcing_for_morrison_gettelman_microphysics from new to old metadata -INFO: Converting local name htlwc of variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step from new to old metadata -INFO: Converting local name scmpsw of variable components_of_surface_downward_shortwave_fluxes from new to old metadata -INFO: Converting local name tgrs(:,1) of variable air_temperature_at_lowest_model_layer from new to old metadata -INFO: Converting local name cmxy of variable surface_drag_coefficient_for_momentum_for_noahmp from new to old metadata -INFO: Converting local name snowd_land of variable surface_snow_thickness_water_equivalent_over_land from new to old metadata -INFO: Converting local name clouds(:,:,5) of variable mean_effective_radius_for_ice_cloud from new to old metadata -INFO: Converting local name xz of variable diurnal_thermocline_layer_thickness from new to old metadata -INFO: Converting local name tsfg of variable surface_ground_temperature_for_radiation from new to old metadata -INFO: Converting local name dkt of variable atmosphere_heat_diffusivity from new to old metadata -INFO: Converting local name qgrs of variable tracer_concentration from new to old metadata -INFO: Converting local name pgcon_deep of variable momentum_transport_reduction_factor_pgf_deep_convection from new to old metadata -INFO: Converting local name wind10mmax of variable maximum_wind_at_10m from new to old metadata -INFO: Converting local name slopetype of variable surface_slope_classification from new to old metadata -INFO: Converting local name Intdiag of variable GFS_diag_type_instance from new to old metadata -INFO: Converting local name mg_nccons of variable mg_flag_drop_concentration_constant from new to old metadata -INFO: Converting local name adjvisdfd of variable surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_snow_water) of variable tendency_of_snow_water_mixing_ratio_due_to_model_physics from new to old metadata -INFO: Converting local name nlwsfc_cpl of variable cumulative_surface_net_downward_longwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name clouds(:,:,9) of variable mean_effective_radius_for_snow_flake from new to old metadata -INFO: Converting local name con_cvap of variable specific_heat_of_water_vapor_at_constant_pressure from new to old metadata -INFO: Converting local name drydep of variable instantaneous_dry_deposition from new to old metadata -INFO: Converting local name semis_ocean of variable surface_longwave_emissivity_over_ocean_interstitial from new to old metadata -INFO: Converting local name master of variable mpi_root from new to old metadata -INFO: Converting local name gamt of variable countergradient_mixing_term_for_temperature from new to old metadata -INFO: Converting local name redrag of variable flag_for_reduced_drag_coefficient_over_sea from new to old metadata -INFO: Converting local name gq0(:,:,index_for_ozone) of variable ozone_concentration_updated_by_physics from new to old metadata -INFO: Converting local name do_skeb of variable flag_for_stochastic_skeb_option from new to old metadata -INFO: Converting local name qg_r of variable mass_weighted_rime_factor_mixing_ratio from new to old metadata -INFO: Converting local name min_seaice of variable sea_ice_minimum from new to old metadata -INFO: Converting local name betal_deep of variable downdraft_fraction_reaching_surface_over_land_deep_convection from new to old metadata -INFO: Converting local name alvwf of variable mean_vis_albedo_with_weak_cosz_dependency from new to old metadata -INFO: Converting local name do_gwd of variable flag_for_gravity_wave_drag from new to old metadata -INFO: Converting local name nf_aesw of variable number_of_aerosol_output_fields_for_shortwave_radiation from new to old metadata -INFO: Converting local name avg_max_length of variable time_interval_for_maximum_hourly_fields from new to old metadata -INFO: Converting local name tdomzr of variable dominant_freezing_rain_type from new to old metadata -INFO: Converting local name toticeb of variable accumulated_lwe_thickness_of_ice_amount_in_bucket from new to old metadata -INFO: Converting local name isppt_deep of variable flag_for_combination_of_sppt_with_isppt_deep from new to old metadata -INFO: Converting local name ice of variable lwe_thickness_of_ice_amount_on_dynamics_timestep from new to old metadata -INFO: Converting local name dq3dt(:,:,9) of variable cumulative_change_in_ozone_concentration_due_to_overhead_ozone_column from new to old metadata -INFO: Converting local name lsidea of variable flag_idealized_physics from new to old metadata -INFO: Converting local name ico2 of variable flag_for_using_prescribed_global_mean_co2_value from new to old metadata -INFO: Converting local name evap_ice of variable kinematic_surface_upward_latent_heat_flux_over_ice from new to old metadata -INFO: Converting local name do_awdd of variable flag_arakawa_wu_downdraft from new to old metadata -INFO: Converting local name hetfrz_classnuc of variable mg_flag_for_heterogeneous_freezing from new to old metadata -INFO: Converting local name mpiroot of variable mpi_root_for_fast_physics from new to old metadata -INFO: Converting local name dq3dt(:,:,4) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_microphysics from new to old metadata -INFO: Converting local name GFS_coupling_type of variable GFS_coupling_type from new to old metadata -INFO: Converting local name psurfi_cpl of variable instantaneous_surface_air_pressure_for_coupling from new to old metadata -INFO: Converting local name xkzm_h of variable atmosphere_heat_diffusivity_background from new to old metadata -INFO: Converting local name rh02max of variable maximum_relative_humidity_at_2m_over_maximum_hourly_time_interval from new to old metadata -INFO: Converting local name tmpmax of variable maximum_temperature_at_2m from new to old metadata -INFO: Converting local name fscav of variable fraction_of_tracer_scavenged from new to old metadata -INFO: Converting local name ntiwx of variable index_for_ice_cloud_condensate_vertical_diffusion_tracer from new to old metadata -INFO: Converting local name gasvmr(:,:,4) of variable volume_mixing_ratio_o2 from new to old metadata -INFO: Converting local name dpt2m of variable dewpoint_temperature_at_2m from new to old metadata -INFO: Converting local name mg_do_liq_liu of variable mg_flag_for_liu_liquid_treatment from new to old metadata -INFO: Converting local name ffhh_land of variable Monin_Obukhov_similarity_function_for_heat_over_land from new to old metadata -INFO: Converting local name crtrh(3) of variable critical_relative_humidity_at_top_of_atmosphere from new to old metadata -INFO: Converting local name smcwtdxy of variable soil_water_content_between_soil_bottom_and_water_table from new to old metadata -INFO: Converting local name visbmdi of variable surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name cdq_ice of variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_ice from new to old metadata -INFO: Converting local name adjnirdfu of variable surface_upwelling_diffuse_near_infrared_shortwave_flux from new to old metadata -INFO: Converting local name wcbmax of variable maximum_updraft_velocity_at_cloud_base from new to old metadata -INFO: Converting local name tsflw of variable surface_midlayer_air_temperature_in_longwave_radiation from new to old metadata -INFO: Converting local name asolfac_shal of variable aerosol_aware_parameter_shallow_convection from new to old metadata -INFO: Converting local name gabsbdlw_ocean of variable surface_downwelling_longwave_flux_absorbed_by_ground_over_ocean from new to old metadata -INFO: Converting local name de_lgth of variable cloud_decorrelation_length from new to old metadata -INFO: Converting local name GFS_interstitial_type of variable GFS_interstitial_type from new to old metadata -INFO: Converting local name imap of variable map_of_block_column_number_to_global_i_index from new to old metadata -INFO: Converting local name plyr of variable air_pressure_at_layer_for_radiation_in_hPa from new to old metadata -INFO: Converting local name skip_macro of variable flag_skip_macro from new to old metadata -INFO: Converting local name tsnoxy of variable snow_temperature from new to old metadata -INFO: Converting local name sbsnoa of variable cumulative_snow_deposition_sublimation_upward_latent_heat_flux_multiplied_by_timestep from new to old metadata -INFO: Converting local name prcpmp of variable lwe_thickness_of_explicit_precipitation_amount from new to old metadata -INFO: Converting local name clcn of variable convective_cloud_volume_fraction from new to old metadata -INFO: Converting local name gt0 of variable air_temperature_updated_by_physics from new to old metadata -INFO: Converting local name gamma of variable anisotropy_of_subgrid_orography from new to old metadata -INFO: Converting local name uconvtend of variable tendency_of_x_wind_due_to_deep_convection_for_coupling_on_physics_timestep from new to old metadata -INFO: Converting local name dswsfci_cpl of variable instantaneous_surface_downwelling_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name delp of variable pressure_thickness_at_Lagrangian_surface from new to old metadata -INFO: Converting local name lsm_ruc of variable flag_for_ruc_land_surface_scheme from new to old metadata -INFO: Converting local name dt_mf of variable instantaneous_atmosphere_detrainment_convective_mass_flux from new to old metadata -INFO: Converting local name d_conv of variable free_convection_layer_thickness from new to old metadata -INFO: Converting local name nlwsfci_cpl of variable instantaneous_surface_net_downward_longwave_flux_for_coupling from new to old metadata -INFO: Converting local name shum_wts of variable weights_for_stochastic_shum_perturbation from new to old metadata -INFO: Converting local name dswsfci of variable surface_downwelling_shortwave_flux from new to old metadata -INFO: Converting local name do_ysu of variable flag_for_ysu from new to old metadata -INFO: Converting local name q_con of variable cloud_condensed_water_specific_humidity_at_Lagrangian_surface from new to old metadata -INFO: Converting local name mom4ice of variable flag_for_mom4_coupling from new to old metadata -INFO: Converting local name tref of variable sea_surface_reference_temperature from new to old metadata -INFO: Converting local name faersw(:,:,:,3) of variable aerosol_asymmetry_parameter_for_shortwave_bands_01_16 from new to old metadata -INFO: Converting local name ie of variable ending_x_direction_index from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_water_friendly_aerosols) of variable water_friendly_aerosol_number_concentration from new to old metadata -INFO: Converting local name dugwd of variable time_integral_of_x_stress_due_to_gravity_wave_drag from new to old metadata -INFO: Converting local name ntot3d of variable number_of_fields_in_phyf3d from new to old metadata -INFO: Converting local name GFS_data_type of variable GFS_data_type from new to old metadata -INFO: Converting local name graupelprv of variable lwe_thickness_of_graupel_amount_from_previous_timestep from new to old metadata -INFO: Converting local name nstf_name(4) of variable vertical_temperature_average_range_lower_bound from new to old metadata -INFO: Converting local name kind_dyn of variable kind_dyn from new to old metadata -INFO: Converting local name acv of variable accumulated_lwe_thickness_of_convective_precipitation_amount_cnvc90 from new to old metadata -INFO: Converting local name lsoil_lsm of variable soil_vertical_dimension_for_land_surface_model from new to old metadata -INFO: Converting local name phy_myj_chkqlm of variable surface_layer_evaporation_switch from new to old metadata -INFO: Converting local name dtf of variable time_step_for_dynamics from new to old metadata -INFO: Converting local name dqsfci_cpl of variable instantaneous_surface_upward_latent_heat_flux_for_coupling from new to old metadata -INFO: Converting local name mg_do_hail of variable mg_flag_for_hail from new to old metadata -INFO: Converting local name iopt_sfc of variable flag_for_surface_layer_drag_coefficient_option from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_ice_cloud_number_concentration) of variable tendency_of_ice_number_concentration_due_to_model_physics from new to old metadata -INFO: Converting local name kind_LOGICAL of variable kind_LOGICAL from new to old metadata -INFO: Converting local name hybedmf of variable flag_for_hedmf from new to old metadata -INFO: Converting local name dvisdfi_cpl of variable instantaneous_surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name exch_h of variable atmosphere_heat_diffusivity_for_mynnpbl from new to old metadata -INFO: Converting local name z01d of variable perturbation_of_momentum_roughness_length from new to old metadata -INFO: Converting local name prevst of variable temperature_from_previous_timestep from new to old metadata -INFO: Converting local name tracers_total of variable number_of_total_tracers from new to old metadata -INFO: Converting local name wind of variable wind_speed_at_lowest_model_layer from new to old metadata -INFO: Converting local name hprime of variable statistical_measures_of_subgrid_orography from new to old metadata -INFO: Converting local name oz_coeffp5 of variable number_of_coefficients_in_ozone_forcing_data_plus_five from new to old metadata -INFO: Converting local name tvxy of variable vegetation_temperature from new to old metadata -INFO: Converting local name ncps of variable local_snow_number_concentration from new to old metadata -INFO: Converting local name zlvl of variable height_above_ground_at_lowest_model_layer from new to old metadata -INFO: Converting local name restart of variable flag_for_restart from new to old metadata -INFO: Converting local name con_tice of variable freezing_point_temperature_of_seawater from new to old metadata -INFO: Converting local name sfcnsw of variable surface_net_downwelling_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name tau_mtb of variable time_integral_of_momentum_flux_due_to_mountain_blocking_drag from new to old metadata -INFO: Metadata table for model FV3 written to tests/build_fv3_15/FV3/ccpp/physics/CCPP_VARIABLES_FV3.html -INFO: Parsing metadata tables in physics scheme files ... -INFO: Parsed tables in scheme rayleigh_damp -INFO: Parsed tables in scheme GFS_surface_composites_pre -INFO: Parsed tables in scheme GFS_surface_composites_inter -INFO: Parsed tables in scheme GFS_surface_composites_post -INFO: Parsed tables in scheme rrtmg_sw -INFO: Parsed tables in scheme sfc_ocean -INFO: Parsed tables in scheme gwdc_pre -INFO: Parsed tables in scheme gwdc -INFO: Parsed tables in scheme gwdc_post -INFO: Parsed tables in scheme cu_gf_driver_pre -INFO: Parsed tables in scheme gfdl_cloud_microphys -INFO: Parsed tables in scheme GFS_time_vary_pre -INFO: Parsed tables in scheme GFS_rrtmg_setup -INFO: Parsed tables in scheme zhaocarr_gscond -INFO: Parsed tables in scheme ysuvdif -INFO: Parsed tables in scheme rrtmg_sw_post -INFO: Parsed tables in scheme GFS_SCNV_generic_pre -INFO: Parsed tables in scheme GFS_SCNV_generic_post -INFO: Parsed tables in scheme GFS_rrtmg_pre -INFO: Parsed tables in scheme sfc_sice -INFO: Parsed tables in scheme samfdeepcnv -INFO: Parsed tables in scheme satmedmfvdif -INFO: Parsed tables in scheme mynnrad_post -INFO: Parsed tables in scheme cu_gf_driver_post -INFO: Parsed tables in scheme cs_conv_aw_adj -INFO: Parsed tables in scheme GFS_phys_time_vary -INFO: Parsed tables in scheme ozphys_2015 -INFO: Parsed tables in scheme GFS_suite_interstitial_rad_reset -INFO: Parsed tables in scheme GFS_suite_interstitial_phys_reset -INFO: Parsed tables in scheme GFS_suite_interstitial_1 -INFO: Parsed tables in scheme GFS_suite_interstitial_2 -INFO: Parsed tables in scheme GFS_suite_stateout_reset -INFO: Parsed tables in scheme GFS_suite_stateout_update -INFO: Parsed tables in scheme GFS_suite_interstitial_3 -INFO: Parsed tables in scheme GFS_suite_interstitial_4 -INFO: Parsed tables in scheme samfshalcnv -INFO: Parsed tables in scheme zhaocarr_precpd -INFO: Parsed tables in scheme noahmpdrv -INFO: Parsed tables in scheme mp_fer_hires -INFO: Parsed tables in scheme myjpbl_wrapper -INFO: Parsed tables in scheme GFS_surface_generic_pre -INFO: Parsed tables in scheme GFS_surface_generic_post -INFO: Parsed tables in scheme cu_ntiedtke_post -INFO: Parsed tables in scheme sfc_diag -INFO: Parsed tables in scheme rrtmg_lw -INFO: Parsed tables in scheme GFS_diagtoscreen -INFO: Parsed tables in scheme GFS_interstitialtoscreen -INFO: Parsed tables in scheme GFS_abort -INFO: Parsed tables in scheme GFS_checkland -INFO: Parsed tables in scheme mynnrad_pre -INFO: Parsed tables in scheme satmedmfvdifq -INFO: Parsed tables in scheme cs_conv_pre -INFO: Parsed tables in scheme cs_conv_post -INFO: Parsed tables in scheme cs_conv -INFO: Parsed tables in scheme shinhongvdif -INFO: Parsed tables in scheme h2ophys -INFO: Parsed tables in scheme rrtmg_lw_post -INFO: Parsed tables in scheme sfc_nst -INFO: Parsed tables in scheme sfc_nst_pre -INFO: Parsed tables in scheme sfc_nst_post -INFO: Parsed tables in scheme cu_ntiedtke_pre -INFO: Parsed tables in scheme cu_ntiedtke -INFO: Parsed tables in scheme cires_ugwp_post -INFO: Parsed tables in scheme hedmf -INFO: Parsed tables in scheme sfc_diff -INFO: Parsed tables in scheme mp_thompson_pre -INFO: Parsed tables in scheme sfc_diag_post -INFO: Parsed tables in scheme m_micro_pre -INFO: Parsed tables in scheme m_micro_post -INFO: Parsed tables in scheme m_micro -INFO: Parsed tables in scheme fv_sat_adj -INFO: Parsed tables in scheme GFS_surface_loop_control_part1 -INFO: Parsed tables in scheme GFS_surface_loop_control_part2 -INFO: Parsed tables in scheme shoc -INFO: Parsed tables in scheme GFS_rrtmg_post -INFO: Parsed tables in scheme GFS_GWD_generic_pre -INFO: Parsed tables in scheme GFS_GWD_generic_post -INFO: Parsed tables in scheme rrtmg_sw_pre -INFO: Parsed tables in scheme GFS_MP_generic_pre -INFO: Parsed tables in scheme GFS_MP_generic_post -INFO: Parsed tables in scheme cu_gf_driver -INFO: Parsed tables in scheme GFS_PBL_generic_pre -INFO: Parsed tables in scheme GFS_PBL_generic_post -INFO: Parsed tables in scheme mp_thompson_post -INFO: Parsed tables in scheme mp_thompson -INFO: Parsed tables in scheme rrtmg_lw_pre -INFO: Parsed tables in scheme gwdps -INFO: Parsed tables in scheme shalcnv -INFO: Parsed tables in scheme cires_ugwp -INFO: Parsed tables in scheme get_prs_fv3 -INFO: Parsed tables in scheme get_phi_fv3 -INFO: Parsed tables in scheme mynnsfc_wrapper -INFO: Parsed tables in scheme GFS_suite_ini_fini_test -INFO: Parsed tables in scheme myjsfc_wrapper -INFO: Parsed tables in scheme mynnedmf_wrapper -INFO: Parsed tables in scheme ozphys -INFO: Parsed tables in scheme lsm_ruc -INFO: Parsed tables in scheme GFS_stochastics -INFO: Parsed tables in scheme drag_suite -INFO: Parsed tables in scheme sfc_cice -INFO: Parsed tables in scheme sascnvn -INFO: Parsed tables in scheme lsm_ruc_sfc_sice_pre -INFO: Parsed tables in scheme lsm_ruc_sfc_sice_post -INFO: Parsed tables in scheme GFS_DCNV_generic_pre -INFO: Parsed tables in scheme GFS_DCNV_generic_post -INFO: Parsed tables in scheme cnvc90 -INFO: Parsed tables in scheme GFS_rad_time_vary -INFO: Parsed tables in scheme maximum_hourly_diagnostics -INFO: Parsed tables in scheme lsm_noah -INFO: Parsed tables in scheme dcyc2t3 -INFO: Parsed tables in scheme dcyc2t3_post -INFO: Parsed tables in scheme moninshoc -INFO: filtering out variable GFS_stateout_type_instance -INFO: filtering out variable accumulated_change_of_air_temperature_due_to_FA_scheme -INFO: filtering out variable accumulated_water_equivalent_of_frozen_precip -INFO: filtering out variable aerosol_number_concentration_from_gocart_aerosol_climatology -INFO: filtering out variable area_fraction_of_wet_canopy -INFO: filtering out variable atmosphere_energy_content_at_Lagrangian_surface -INFO: filtering out variable atmosphere_energy_content_in_column -INFO: filtering out variable atmosphere_heat_diffusivity_for_mynnpbl -INFO: filtering out variable atmosphere_heat_diffusivity_from_shoc -INFO: filtering out variable atmosphere_momentum_diffusivity_for_mynnpbl -INFO: filtering out variable baseline_surface_roughness_length -INFO: filtering out variable canopy_air_temperature -INFO: filtering out variable canopy_air_vapor_pressure -INFO: filtering out variable canopy_intercepted_ice_mass -INFO: filtering out variable canopy_intercepted_liquid_water -INFO: filtering out variable cappa_moist_gas_constant_at_Lagrangian_surface -INFO: filtering out variable ccn_number_concentration -INFO: filtering out variable ccpp_block_number -INFO: filtering out variable cell_area_for_fast_physics -INFO: filtering out variable cell_size -INFO: filtering out variable characteristic_grid_length_scale -INFO: filtering out variable choice_of_original_scale_aware_TKE_moist_EDMF_PBL -INFO: filtering out variable choice_of_scale_aware_TKE_moist_EDMF_PBL -INFO: filtering out variable choice_of_updated_scale_aware_TKE_moist_EDMF_PBL -INFO: filtering out variable cloud_area_fraction -INFO: filtering out variable cloud_base_mass_flux -INFO: filtering out variable cloud_condensed_water_mixing_ratio_at_lowest_model_layer -INFO: filtering out variable cloud_condensed_water_mixing_ratio_at_surface -INFO: filtering out variable cloud_condensed_water_specific_humidity_at_Lagrangian_surface -INFO: filtering out variable cloud_droplet_number_concentration -INFO: filtering out variable cloud_droplet_number_concentration_updated_by_physics -INFO: filtering out variable cloud_fraction_at_Lagrangian_surface -INFO: filtering out variable cloud_fraction_for_MG -INFO: filtering out variable cloud_fraction_updated_by_physics -INFO: filtering out variable cloud_graupel_specific_humidity_at_Lagrangian_surface -INFO: filtering out variable cloud_ice_specific_humidity_at_Lagrangian_surface -INFO: filtering out variable cloud_liquid_water_specific_humidity_at_Lagrangian_surface -INFO: filtering out variable cloud_phase_transition_denominator -INFO: filtering out variable cloud_phase_transition_threshold_temperature -INFO: filtering out variable cloud_rain_specific_humidity_at_Lagrangian_surface -INFO: filtering out variable cloud_snow_specific_humidity_at_Lagrangian_surface -INFO: filtering out variable cloud_specie_mix_flag -INFO: filtering out variable cloudpdf -INFO: filtering out variable conv_activity_counter -INFO: filtering out variable convective_updraft_area_fraction -INFO: filtering out variable convective_updraft_area_fraction_at_model_interfaces -INFO: filtering out variable couple_sgs_clouds_to_radiation_flag -INFO: filtering out variable cumulative_change_in_x_wind_due_to_convective_gravity_wave_drag -INFO: filtering out variable cumulative_change_in_y_wind_due_to_convective_gravity_wave_drag -INFO: filtering out variable density_of_frozen_precipitation -INFO: filtering out variable depth_of_soil_levels_for_land_surface_model -INFO: filtering out variable detrainment_and_precipitation_tunable_parameter_3_CS -INFO: filtering out variable detrainment_and_precipitation_tunable_parameter_4_CS -INFO: filtering out variable do_myjsfc -INFO: filtering out variable do_mynnsfclay -INFO: filtering out variable downdraft_fraction_in_boundary_layer_mass_flux_scheme -INFO: filtering out variable edmf_flag -INFO: filtering out variable edmf_momentum_transport_flag -INFO: filtering out variable edmf_partition_flag -INFO: filtering out variable edmf_tke_transport_flag -INFO: filtering out variable effective_radius_of_stratiform_cloud_graupel_particle_in_um -INFO: filtering out variable effective_radius_of_stratiform_cloud_ice_particle_in_um -INFO: filtering out variable effective_radius_of_stratiform_cloud_liquid_water_particle_in_um -INFO: filtering out variable effective_radius_of_stratiform_cloud_rain_particle_in_um -INFO: filtering out variable effective_radius_of_stratiform_cloud_snow_particle_in_um -INFO: filtering out variable emdf_updraft_area -INFO: filtering out variable emdf_updraft_cloud_water -INFO: filtering out variable emdf_updraft_entrainment_rate -INFO: filtering out variable emdf_updraft_theta_l -INFO: filtering out variable emdf_updraft_total_water -INFO: filtering out variable emdf_updraft_vertical_velocity -INFO: filtering out variable ending_x_direction_index -INFO: filtering out variable ending_x_direction_index_domain -INFO: filtering out variable ending_y_direction_index -INFO: filtering out variable ending_y_direction_index_domain -INFO: filtering out variable entrainment_efficiency_tunable_parameter_9_CS -INFO: filtering out variable equilibrium_soil_water_content -INFO: filtering out variable fa_threshold_relative_humidity_for_onset_of_condensation -INFO: filtering out variable fast_soil_pool_mass_content_of_carbon -INFO: filtering out variable fine_root_mass -INFO: filtering out variable finite_volume_mean_edge_pressure_raised_to_the_power_of_kappa -INFO: filtering out variable flag_arakawa_wu_downdraft -INFO: filtering out variable flag_convective_tracer_transport -INFO: filtering out variable flag_flip -INFO: filtering out variable flag_flux_form_CS -INFO: filtering out variable flag_for_2015_ozone_physics -INFO: filtering out variable flag_for_aerosol_input_MG -INFO: filtering out variable flag_for_canopy_stomatal_resistance_option -INFO: filtering out variable flag_for_cloud_effective_radii -INFO: filtering out variable flag_for_dynamic_vegetation_option -INFO: filtering out variable flag_for_fast_microphysics_energy_conservation -INFO: filtering out variable flag_for_frozen_soil_permeability_option -INFO: filtering out variable flag_for_frozen_soil_physics -INFO: filtering out variable flag_for_ground_snow_surface_albedo_option -INFO: filtering out variable flag_for_hydrostatic_heating_from_physics -INFO: filtering out variable flag_for_hydrostatic_solver -INFO: filtering out variable flag_for_hydrostatic_solver_for_fast_physics -INFO: filtering out variable flag_for_in_ccn_forcing_for_morrison_gettelman_microphysics -INFO: filtering out variable flag_for_individual_cloud_species_advected -INFO: filtering out variable flag_for_inline_cloud_fraction_calculation -INFO: filtering out variable flag_for_lower_boundary_soil_temperature_option -INFO: filtering out variable flag_for_pdf_for_morrison_gettelman_microphysics_scheme -INFO: filtering out variable flag_for_precipitation_partition_option -INFO: filtering out variable flag_for_radiation_transfer_option -INFO: filtering out variable flag_for_reading_leaf_area_index_from_input -INFO: filtering out variable flag_for_restart -INFO: filtering out variable flag_for_runoff_and_groundwater_option -INFO: filtering out variable flag_for_sas_deep_convection_scheme -INFO: filtering out variable flag_for_saturation_adjustment_for_microphysics_in_dynamics -INFO: filtering out variable flag_for_shoc_after_convection -INFO: filtering out variable flag_for_soil_and_snow_temperature_time_stepping_option -INFO: filtering out variable flag_for_soil_moisture_factor_stomatal_resistance_option -INFO: filtering out variable flag_for_supercooled_liquid_water_option -INFO: filtering out variable flag_for_surface_layer_drag_coefficient_option -INFO: filtering out variable flag_for_tendency_of_air_temperature_at_Lagrangian_surface -INFO: filtering out variable flag_for_the_last_step_of_k_split_remapping -INFO: filtering out variable flag_mg3_as_mg2 -INFO: filtering out variable flag_skip_macro -INFO: filtering out variable fraction_of_cloud_top_water_scavenged -INFO: filtering out variable fraction_of_tracer_scavenged -INFO: filtering out variable gas_constants_for_multi_gases_physics -INFO: filtering out variable gas_tracers_for_multi_gas_physics_at_Lagrangian_surface -INFO: filtering out variable gf_memory_counter -INFO: filtering out variable graupel_mixing_ratio_updated_by_physics -INFO: filtering out variable graupel_number_concentration_updated_by_physics -INFO: filtering out variable grav_settling -INFO: filtering out variable ground_temperature_for_noahmp -INFO: filtering out variable gwd_opt -INFO: filtering out variable h2o_forcing -INFO: filtering out variable heat_exchange_coefficient_for_MYJ_schemes -INFO: filtering out variable ice_friendly_aerosol_number_concentration -INFO: filtering out variable ice_friendly_aerosol_number_concentration_updated_by_physics -INFO: filtering out variable ice_number_concentration -INFO: filtering out variable ice_number_concentration_updated_by_physics -INFO: filtering out variable ice_supersaturation_threshold -INFO: filtering out variable ice_water_mixing_ratio -INFO: filtering out variable ice_water_mixing_ratio_updated_by_physics -INFO: filtering out variable in_number_concentration -INFO: filtering out variable index_for_ice_cloud_condensate_vertical_diffusion_tracer -INFO: filtering out variable integrated_x_momentum_flux_from_blocking_drag -INFO: filtering out variable integrated_x_momentum_flux_from_form_drag -INFO: filtering out variable integrated_x_momentum_flux_from_large_scale_gwd -INFO: filtering out variable integrated_x_momentum_flux_from_small_scale_gwd -INFO: filtering out variable integrated_y_momentum_flux_from_blocking_drag -INFO: filtering out variable integrated_y_momentum_flux_from_form_drag -INFO: filtering out variable integrated_y_momentum_flux_from_large_scale_gwd -INFO: filtering out variable integrated_y_momentum_flux_from_small_scale_gwd -INFO: filtering out variable k_level_of_highest_reaching_plume -INFO: filtering out variable kappa_dry_for_fast_physics -INFO: filtering out variable kinematic_buoyancy_flux_from_shoc -INFO: filtering out variable kinematic_surface_latent_heat_flux -INFO: filtering out variable lake_water_storage -INFO: filtering out variable latitude_index_in_debug_printouts -INFO: filtering out variable layer_bottom_depth_from_snow_surface -INFO: filtering out variable leaf_area_index -INFO: filtering out variable leaf_mass -INFO: filtering out variable limit_for_temperature_tendency_for_microphysics -INFO: filtering out variable liquid_water_density -INFO: filtering out variable local_graupel_mixing_ratio -INFO: filtering out variable local_graupel_number_concentration -INFO: filtering out variable local_rain_number_concentration -INFO: filtering out variable local_rain_water_mixing_ratio -INFO: filtering out variable local_snow_number_concentration -INFO: filtering out variable local_snow_water_mixing_ratio -INFO: filtering out variable log_pressure_at_Lagrangian_surface -INFO: filtering out variable mass_weighted_rime_factor_updated_by_physics -INFO: filtering out variable maximum_column_heating_rate -INFO: filtering out variable maximum_mass_flux -INFO: filtering out variable maximum_updraft_velocity_at_cloud_base -INFO: filtering out variable mean_nir_albedo_with_weak_cosz_dependency -INFO: filtering out variable mean_vis_albedo_with_weak_cosz_dependency -INFO: filtering out variable mg_allow_supersat_after_sed -INFO: filtering out variable mg_autoconversion_size_threshold_ice_snow -INFO: filtering out variable mg_bergeron_efficiency_factor -INFO: filtering out variable mg_cloud_water_variance -INFO: filtering out variable mg_drop_concentration_constant -INFO: filtering out variable mg_flag_drop_concentration_constant -INFO: filtering out variable mg_flag_for_cloud_ice_processes -INFO: filtering out variable mg_flag_for_gmao_ice_formulation -INFO: filtering out variable mg_flag_for_graupel -INFO: filtering out variable mg_flag_for_hail -INFO: filtering out variable mg_flag_for_heterogeneous_freezing -INFO: filtering out variable mg_flag_for_liu_liquid_treatment -INFO: filtering out variable mg_flag_for_sb2001_autoconversion -INFO: filtering out variable mg_flag_for_uniform_subcolumns -INFO: filtering out variable mg_flag_graupel_concentration_constant -INFO: filtering out variable mg_flag_ice_concentration_constant -INFO: filtering out variable mg_graupel_concentration_constant -INFO: filtering out variable mg_ice_concentration_constant -INFO: filtering out variable mg_minimum_cloud_condensed_water_and_ice_mixing_ratio -INFO: filtering out variable mg_minimum_rh_for_ice -INFO: filtering out variable mg_time_scale_for_autoconversion_of_ice -INFO: filtering out variable mg_tuning_factor_for_alphas -INFO: filtering out variable mg_type_of_precip_fraction_method -INFO: filtering out variable minimum_value_of_specific_humidity -INFO: filtering out variable mix_total_water_flag -INFO: filtering out variable mixing_length -INFO: filtering out variable mixing_length_flag -INFO: filtering out variable moisture_from_previous_timestep -INFO: filtering out variable moisture_tendency_due_to_dynamics -INFO: filtering out variable momentum_exchange_coefficient_for_MYJ_schemes -INFO: filtering out variable mpi_comm -INFO: filtering out variable mpi_rank_for_fast_physics -INFO: filtering out variable mpi_root_for_fast_physics -INFO: filtering out variable natural_log_of_h2o_forcing_data_pressure_levels -INFO: filtering out variable nondimensional_snow_age -INFO: filtering out variable normalized_soil_wetness_for_land_surface_model -INFO: filtering out variable number_of_cloud_types_CS -INFO: filtering out variable number_of_coefficients_in_h2o_forcing_data -INFO: filtering out variable number_of_frozen_precipitation_species -INFO: filtering out variable number_of_gases_for_multi_gases_physics -INFO: filtering out variable number_of_ghost_zones -INFO: filtering out variable number_of_plumes -INFO: filtering out variable number_of_snow_layers -INFO: filtering out variable number_of_spectral_wave_trancation_for_sas -INFO: filtering out variable number_of_tracers_for_CS -INFO: filtering out variable number_of_tracers_plus_one -INFO: filtering out variable number_of_water_species -INFO: filtering out variable omp_threads_for_fast_physics -INFO: filtering out variable ozone_mixing_ratio -INFO: filtering out variable potential_temperature_at_2m -INFO: filtering out variable potential_temperature_at_viscous_sublayer_top -INFO: filtering out variable prandtl_number -INFO: filtering out variable pressure_thickness_at_Lagrangian_surface -INFO: filtering out variable q_prime_squared -INFO: filtering out variable rain_number_concentration_updated_by_physics -INFO: filtering out variable rain_water_mixing_ratio_updated_by_physics -INFO: filtering out variable ratio_of_vapor_to_dry_air_gas_constants_minus_one_default_kind -INFO: filtering out variable reciprocal_of_obukhov_length -INFO: filtering out variable shoc_flag_for_optional_surface_TKE_dissipation -INFO: filtering out variable shoc_implicit_TKE_integration_uncentering_term -INFO: filtering out variable shoc_tke_dissipatation_pressure_threshold -INFO: filtering out variable shoc_tke_dissipation_tunable_parameter -INFO: filtering out variable shoc_tke_dissipation_tunable_parameter_near_surface -INFO: filtering out variable slow_soil_pool_mass_content_of_carbon -INFO: filtering out variable snow_albedo_at_previous_time_step -INFO: filtering out variable snow_layer_ice -INFO: filtering out variable snow_layer_liquid_water -INFO: filtering out variable snow_mass_at_previous_time_step -INFO: filtering out variable snow_number_concentration_updated_by_physics -INFO: filtering out variable snow_precipitation_rate_at_surface -INFO: filtering out variable snow_temperature -INFO: filtering out variable snow_temperature_bottom_first_layer -INFO: filtering out variable snow_water_mixing_ratio_updated_by_physics -INFO: filtering out variable soil_temperature_for_land_surface_model -INFO: filtering out variable soil_vertical_dimension_for_land_surface_model -INFO: filtering out variable soil_water_content_between_soil_bottom_and_water_table -INFO: filtering out variable specific_heat_capacities_for_multi_gases_physics -INFO: filtering out variable specific_humidity_at_viscous_sublayer_top -INFO: filtering out variable stability_function_for_heat -INFO: filtering out variable starting_x_direction_index -INFO: filtering out variable starting_x_direction_index_domain -INFO: filtering out variable starting_y_direction_index -INFO: filtering out variable starting_y_direction_index_domain -INFO: filtering out variable stem_area_index -INFO: filtering out variable stem_mass -INFO: filtering out variable subgrid_cloud_fraction_pbl -INFO: filtering out variable subgrid_cloud_mixing_ratio_pbl -INFO: filtering out variable subgrid_scale_cloud_fraction_from_shoc -INFO: filtering out variable surface_condensation_mass -INFO: filtering out variable surface_drag_coefficient_for_heat_and_moisture_for_noahmp -INFO: filtering out variable surface_drag_coefficient_for_momentum_for_noahmp -INFO: filtering out variable surface_exchange_coefficient_for_heat -INFO: filtering out variable surface_exchange_coefficient_for_heat_at_2m -INFO: filtering out variable surface_exchange_coefficient_for_moisture -INFO: filtering out variable surface_exchange_coefficient_for_moisture_at_2m -INFO: filtering out variable surface_friction_velocity_drag -INFO: filtering out variable surface_geopotential_at_Lagrangian_surface -INFO: filtering out variable surface_latent_heat -INFO: filtering out variable surface_layer_evaporation_switch -INFO: filtering out variable surface_specific_humidity_for_MYJ_schemes -INFO: filtering out variable surface_stability_parameter -INFO: filtering out variable t_prime_q_prime -INFO: filtering out variable t_prime_squared -INFO: filtering out variable temperature_from_previous_timestep -INFO: filtering out variable temperature_tendency_due_to_dynamics -INFO: filtering out variable tendency_of_air_temperature_at_Lagrangian_surface -INFO: filtering out variable tendency_of_cloud_droplet_number_concentration_due_to_model_physics -INFO: filtering out variable tendency_of_ice_cloud_water_mixing_ratio_due_to_model_physics -INFO: filtering out variable tendency_of_ice_friendly_aerosol_number_concentration_due_to_model_physics -INFO: filtering out variable tendency_of_ice_friendly_aerosols_at_surface -INFO: filtering out variable tendency_of_ice_number_concentration_due_to_model_physics -INFO: filtering out variable tendency_of_liquid_cloud_water_mixing_ratio_due_to_model_physics -INFO: filtering out variable tendency_of_ozone_mixing_ratio_due_to_model_physics -INFO: filtering out variable tendency_of_water_friendly_aerosol_number_concentration_due_to_model_physics -INFO: filtering out variable tendency_of_water_friendly_aerosols_at_surface -INFO: filtering out variable tendency_of_water_vapor_specific_humidity_due_to_model_physics -INFO: filtering out variable tendency_of_x_wind_due_to_convective_gravity_wave_drag -INFO: filtering out variable tendency_of_y_wind_due_to_convective_gravity_wave_drag -INFO: filtering out variable theta_star -INFO: filtering out variable thickness_at_Lagrangian_surface -INFO: filtering out variable time_step_for_remapping_for_fast_physics -INFO: filtering out variable tke_advect -INFO: filtering out variable tke_at_mass_points -INFO: filtering out variable tke_budget -INFO: filtering out variable tke_dissipative_heating_factor -INFO: filtering out variable top_layer_index_for_fast_physics -INFO: filtering out variable total_accumulated_snowfall -INFO: filtering out variable triple_point_temperature_of_water -INFO: filtering out variable turbulent_kinetic_energy_convective_transport_tracer -INFO: filtering out variable u_wind_component_at_viscous_sublayer_top -INFO: filtering out variable updraft_fraction_in_boundary_layer_mass_flux_scheme -INFO: filtering out variable updraft_velocity_tunable_parameter_1_CS -INFO: filtering out variable updraft_velocity_tunable_parameter_2_CS -INFO: filtering out variable v_wind_component_at_viscous_sublayer_top -INFO: filtering out variable vegetation_temperature -INFO: filtering out variable vertical_dimension_for_fast_physics -INFO: filtering out variable vertical_dimension_for_thickness_at_Lagrangian_surface -INFO: filtering out variable vertical_dimension_of_h2o_forcing_data -INFO: filtering out variable virtual_temperature_at_Lagrangian_surface -INFO: filtering out variable volume_fraction_of_frozen_soil_moisture_for_land_surface_model -INFO: filtering out variable volume_fraction_of_soil_moisture_for_land_surface_model -INFO: filtering out variable volume_fraction_of_unfrozen_soil_moisture_for_land_surface_model -INFO: filtering out variable water_friendly_aerosol_number_concentration -INFO: filtering out variable water_friendly_aerosol_number_concentration_updated_by_physics -INFO: filtering out variable water_storage_in_aquifer -INFO: filtering out variable water_storage_in_aquifer_and_saturated_soil -INFO: filtering out variable water_table_depth -INFO: filtering out variable water_table_recharge_when_deep -INFO: filtering out variable water_table_recharge_when_shallow -INFO: filtering out variable water_vapor_mixing_ratio_at_surface -INFO: filtering out variable water_vapor_specific_humidity_at_Lagrangian_surface -INFO: filtering out variable weight_for_momentum_at_viscous_sublayer_top -INFO: filtering out variable weight_for_potental_temperature_at_viscous_sublayer_top -INFO: filtering out variable weight_for_specific_humidity_at_viscous_sublayer_top -INFO: filtering out variable wood_mass -INFO: filtering out variable x_momentum_tendency_from_blocking_drag -INFO: filtering out variable x_momentum_tendency_from_form_drag -INFO: filtering out variable x_momentum_tendency_from_large_scale_gwd -INFO: filtering out variable x_momentum_tendency_from_small_scale_gwd -INFO: filtering out variable y_momentum_tendency_from_blocking_drag -INFO: filtering out variable y_momentum_tendency_from_form_drag -INFO: filtering out variable y_momentum_tendency_from_large_scale_gwd -INFO: filtering out variable y_momentum_tendency_from_small_scale_gwd -INFO: Checking optional arguments in physics schemes ... -INFO: Metadata table for model FV3 written to tests/build_fv3_15/FV3/ccpp/framework/doc/DevelopersGuide/CCPP_VARIABLES_FV3.tex -INFO: Comparing metadata for requested and provided variables ... -INFO: Generating schemes makefile/cmakefile snippet ... -INFO: Added 168 schemes to tests/build_fv3_15/FV3/ccpp/physics/CCPP_SCHEMES.mk, tests/build_fv3_15/FV3/ccpp/physics/CCPP_SCHEMES.cmake, tests/build_fv3_15/FV3/ccpp/physics/CCPP_SCHEMES.sh -INFO: Generating suite and group caps ... -INFO: Generating static API ccpp_static_api.F90 in tests/build_fv3_15/FV3/ccpp/physics ... -INFO: Generating caps makefile/cmakefile snippet ... -INFO: Added 5 auto-generated caps to tests/build_fv3_15/FV3/ccpp/physics/CCPP_CAPS.mk and tests/build_fv3_15/FV3/ccpp/physics/CCPP_CAPS.cmake -INFO: CCPP prebuild step completed successfully. -+ source build_fv3_15/FV3/ccpp/physics/CCPP_SCHEMES.sh -++ export 'CCPP_SCHEMES=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/aer_cloud.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/aerclm_def.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/aerinterp.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/calpreciptype.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cldwat2m_micro.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cldmacro.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/date_def.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/funcphys.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gcycle.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/h2o_def.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/h2ointerp.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/iccn_def.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/iccninterp.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/iounitdef.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/machine.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mersenne_twister.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfpbl.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg_utils.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg2_0.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg3_0.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/multi_gases.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_model.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_parameters.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_radar.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_thompson.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MP_FER_HIRES.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_bl_mynn.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_mynn.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_orowam2017.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/namelist_soilveg.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfpblt.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfpbltq.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfscu.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfscuq.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/noahmp_tables.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/num_parthds.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozne_def.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozinterp.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/physcons.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/physparam.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radcons.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_aerosols.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_astronomy.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_clouds.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_gases.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_surface.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radlw_datatb.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radlw_param.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radsw_datatb.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radsw_param.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/samfaerosols.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfcsub.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sflx.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/set_soilveg.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/surface_perturbation.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_deep.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_sh.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/tridi.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/wv_saturation.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_soil_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rayleigh_damp.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radsw_main.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_ocean.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gwdc.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gscond.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ysuvdif.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_sice.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/samfdeepcnv.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/satmedmfvdif.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozphys_2015.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/samfshalcnv.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/precpd.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_fer_hires.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diag.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radlw_main.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_debug.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/satmedmfvdifq.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cs_conv.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/shinhongvdif.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/h2ophys.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_nst.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/moninedmf.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diff.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diag_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/m_micro.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gcm_shoc.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gwdps.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/shalcnv.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/get_prs_fv3.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozphys.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_stochastics.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/drag_suite.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_cice.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sascnvn.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cnvc90.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_drv.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/dcyc2.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/moninshoc.f' -++ CCPP_SCHEMES='/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/aer_cloud.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/aerclm_def.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/aerinterp.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/calpreciptype.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cldwat2m_micro.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cldmacro.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/date_def.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/funcphys.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gcycle.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/h2o_def.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/h2ointerp.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/iccn_def.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/iccninterp.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/iounitdef.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/machine.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mersenne_twister.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfpbl.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg_utils.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg2_0.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg3_0.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/multi_gases.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_model.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_parameters.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_radar.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_thompson.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MP_FER_HIRES.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_bl_mynn.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_mynn.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_orowam2017.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/namelist_soilveg.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfpblt.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfpbltq.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfscu.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfscuq.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/noahmp_tables.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/num_parthds.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozne_def.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozinterp.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/physcons.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/physparam.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radcons.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_aerosols.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_astronomy.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_clouds.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_gases.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_surface.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radlw_datatb.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radlw_param.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radsw_datatb.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radsw_param.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/samfaerosols.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfcsub.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sflx.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/set_soilveg.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/surface_perturbation.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_deep.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_sh.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/tridi.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/wv_saturation.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_soil_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rayleigh_damp.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radsw_main.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_ocean.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gwdc.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gscond.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ysuvdif.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_sice.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/samfdeepcnv.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/satmedmfvdif.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozphys_2015.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/samfshalcnv.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/precpd.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_fer_hires.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diag.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radlw_main.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_debug.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/satmedmfvdifq.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cs_conv.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/shinhongvdif.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/h2ophys.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_nst.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/moninedmf.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diff.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diag_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/m_micro.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gcm_shoc.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gwdps.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/shalcnv.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/get_prs_fv3.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozphys.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_stochastics.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/drag_suite.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_cice.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sascnvn.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cnvc90.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_drv.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/dcyc2.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/moninshoc.f' -+ source build_fv3_15/FV3/ccpp/physics/CCPP_CAPS.sh -++ export 'CCPP_CAPS=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_15/FV3/ccpp/physics/ccpp_FV3_GFS_2017_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_15/FV3/ccpp/physics/ccpp_FV3_GFS_2017_time_vary_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_15/FV3/ccpp/physics/ccpp_FV3_GFS_2017_radiation_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_15/FV3/ccpp/physics/ccpp_FV3_GFS_2017_physics_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_15/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stochastics_cap.F90' -++ CCPP_CAPS='/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_15/FV3/ccpp/physics/ccpp_FV3_GFS_2017_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_15/FV3/ccpp/physics/ccpp_FV3_GFS_2017_time_vary_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_15/FV3/ccpp/physics/ccpp_FV3_GFS_2017_radiation_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_15/FV3/ccpp/physics/ccpp_FV3_GFS_2017_physics_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_15/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stochastics_cap.F90' -+ source build_fv3_15/FV3/ccpp/physics/CCPP_STATIC_API.sh -++ export CCPP_STATIC_API=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_15/FV3/ccpp/physics/ccpp_static_api.F90 -++ CCPP_STATIC_API=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_15/FV3/ccpp/physics/ccpp_static_api.F90 -+ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017 == *\N\A\M\_\p\h\y\s\=\Y* ]] -+ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017 == *\W\W\3\=\Y* ]] -++ trim ' -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF' -++ local 'var= -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF' -++ var='-DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF' -++ var='-DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF' -++ echo -n '-DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF' -+ CCPP_CMAKE_FLAGS='-DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF' -+ source /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc -++ __ms_function_name=setup__test_function__173256 -++ eval 'setup__test_function__173256() { /bin/true ; }' -+++ eval '__text="text" ; if [[ $__text =~ ^(t).* ]] ; then printf "%s" ${.sh.match[1]} ; fi' -+++ cat -++ __ms_ksh_test= -+++ eval 'if ( set | grep setup__test_function__173256 | grep -v name > /dev/null 2>&1 ) ; then echo t ; fi ' -+++ cat -++ __ms_bash_test=t -++ [[ ! -z '' ]] -++ [[ ! -z t ]] -++ __ms_shell=bash -++ [[ -d /lfs3 ]] -++ [[ -d /scratch1 ]] -++ [[ ! -d /scratch ]] -++ eval module help -++ module purge -+++ /apps/lmod/7.7.18/libexec/lmod bash purge -++ eval unset 'BACIO_LIB4;' unset 'BACIO_LIB8;' unset 'BACIO_SRC;' unset 'BACIO_VER;' unset '__LMOD_REF_COUNT_CLASSPATH;' unset 'CLASSPATH;' unset 'CMAKE_CXX_COMPILER;' unset 'CMAKE_C_COMPILER;' unset 'CMAKE_Fortran_COMPILER;' unset 'CMAKE_Platform;' unset 'COMP;' unset '__LMOD_REF_COUNT_CPATH;' unset 'CPATH;' unset 'CRTM_FIX;' unset 'CRTM_INC;' unset 'CRTM_LIB;' unset 'CRTM_SRC;' unset 'CRTM_VER;' unset 'ESMFMKFILE;' unset 'G2TMPL_INC;' unset 'G2TMPL_LIB;' unset 'G2TMPL_SRC;' unset 'G2TMPL_VER;' unset 'G2_INC4;' unset 'G2_INCd;' unset 'G2_LIB4;' unset 'G2_LIBd;' unset 'G2_SRC;' unset 'G2_VER;' unset 'GDBSERVER_MIC;' unset 'GDB_CROSS;' unset '__LMOD_REF_COUNT_INFOPATH;' unset 'INFOPATH;' unset '__LMOD_REF_COUNT_INTEL_LICENSE_FILE;' unset 'INTEL_LICENSE_FILE;' unset 'INTEL_PYTHONHOME;' unset 'IPATH_NO_BACKTRACE;' unset 'IP_INC4;' unset 'IP_INC8;' unset 'IP_INCd;' unset 'IP_LIB4;' unset 'IP_LIB8;' unset 'IP_LIBd;' unset 'IP_SRC;' unset 'IP_VER;' unset 'I_MPI_CC;' unset 'I_MPI_F90;' unset 'I_MPI_HYDRA_BRANCH_COUNT;' unset 'I_MPI_HYDRA_PMI_CONNECT;' unset 'I_MPI_ROOT;' unset 'I_MPI_TMI_PROVIDER;' unset 'JASPER_INC;' unset 'JASPER_LIB;' unset 'JASPER_SRC;' unset 'JASPER_VER;' '__LMOD_REF_COUNT_LD_LIBRARY_PATH="/apps/slurm/default/lib:1";' export '__LMOD_REF_COUNT_LD_LIBRARY_PATH;' 'LD_LIBRARY_PATH=":/apps/slurm/default/lib";' export 'LD_LIBRARY_PATH;' unset '__LMOD_REF_COUNT_LIBRARY_PATH;' unset 'LIBRARY_PATH;' unset 'LIB_NAME;' unset 'LMOD_FAMILY_COMPILER;' unset 'LMOD_FAMILY_COMPILER_VERSION;' unset 'LMOD_FAMILY_MPI;' unset 'LMOD_FAMILY_MPI_VERSION;' unset '__LMOD_REF_COUNT_LOADEDMODULES;' unset 'LOADEDMODULES;' '__LMOD_REF_COUNT_MANPATH="/apps/lmod/lmod/share/man:1;/apps/local/man:1;/apps/slurm/default/share/man:1;/apps/slurm/tools/sbank/share/man:1";' export '__LMOD_REF_COUNT_MANPATH;' 'MANPATH="/apps/lmod/lmod/share/man::/apps/local/man:/apps/slurm/default/share/man:/apps/slurm/tools/sbank/share/man";' export 'MANPATH;' '__LMOD_REF_COUNT_MODULEPATH="/contrib/modulefiles:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:1;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1";' export '__LMOD_REF_COUNT_MODULEPATH;' 'MODULEPATH="/contrib/modulefiles:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles";' export 'MODULEPATH;' unset 'MPM_LAUNCHER;' unset 'NCEPLIBS;' unset 'NEMSIO_INC;' unset 'NEMSIO_LIB;' unset 'NEMSIO_SRC;' unset 'NEMSIO_VER;' unset 'NETCDF;' unset '__LMOD_REF_COUNT_NLSPATH;' unset 'NLSPATH;' '__LMOD_REF_COUNT_PATH="/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:1;/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/opt/ibutils/bin:1;/apps/local/bin:1;/apps/local/sbin:1;/apps/slurm/default/tools:1;/apps/slurm/default/bin:1;/apps/slurm/default/sbin:1;/apps/slurm/tools/sbank/bin:1;/home/Dusan.Jovic/bin:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/dbrowse:1";' export '__LMOD_REF_COUNT_PATH;' 'PATH="/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/opt/ibutils/bin:/apps/local/bin:/apps/local/sbin:/apps/slurm/default/tools:/apps/slurm/default/bin:/apps/slurm/default/sbin:/apps/slurm/tools/sbank/bin:/home/Dusan.Jovic/bin:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/dbrowse";' export 'PATH;' unset '__LMOD_REF_COUNT_PKG_CONFIG_PATH;' unset 'PKG_CONFIG_PATH;' unset 'PNG_INC;' unset 'PNG_LIB;' unset 'PNG_SRC;' unset 'PNG_VER;' unset 'POST_INC;' unset 'POST_LIB;' unset 'POST_SRC;' unset 'POST_VER;' unset 'SLURM_UTILS_PATH;' unset 'SP_LIB4;' unset 'SP_LIB8;' unset 'SP_LIBd;' unset 'SP_SRC;' unset 'SP_VER;' unset 'W3EMC_INC4;' unset 'W3EMC_INC8;' unset 'W3EMC_INCd;' unset 'W3EMC_LIB4;' unset 'W3EMC_LIB8;' unset 'W3EMC_LIBd;' unset 'W3EMC_SRC;' unset 'W3EMC_VER;' unset 'W3NCO_LIB4;' unset 'W3NCO_LIB8;' unset 'W3NCO_LIBd;' unset 'W3NCO_SRC;' unset 'W3NCO_VER;' unset 'Z_INC;' unset 'Z_LIB;' unset 'Z_SRC;' unset 'Z_VER;' unset '__LMOD_REF_COUNT__LMFILES_;' unset '_LMFILES_;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9jb250cmliL21vZHVsZWZpbGVzIiwiL3NjcmF0Y2gyL05DRVBERVYvZnYzLWNhbS9EdXNhbi5Kb3ZpYy91ZnMvcHIxOC91ZnMtd2VhdGhlci1tb2RlbC9tb2R1bGVmaWxlcy9oZXJhLmludGVsIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIs";' export '_ModuleTable001_;' '_ModuleTable002_="fSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ==";' export '_ModuleTable002_;' '_ModuleTable_Sz_="2";' export '_ModuleTable_Sz_;' unset '_ModuleTable004_;' unset '_ModuleTable005_;' unset '_ModuleTable006_;' unset '_ModuleTable007_;' unset '_ModuleTable008_;' unset '_ModuleTable009_;' unset '_ModuleTable010_;' unset '_ModuleTable011_;' unset '_ModuleTable012_;' unset '_ModuleTable013_;' -+++ unset BACIO_LIB4 -+++ unset BACIO_LIB8 -+++ unset BACIO_SRC -+++ unset BACIO_VER -+++ unset __LMOD_REF_COUNT_CLASSPATH -+++ unset CLASSPATH -+++ unset CMAKE_CXX_COMPILER -+++ unset CMAKE_C_COMPILER -+++ unset CMAKE_Fortran_COMPILER -+++ unset CMAKE_Platform -+++ unset COMP -+++ unset __LMOD_REF_COUNT_CPATH -+++ unset CPATH -+++ unset CRTM_FIX -+++ unset CRTM_INC -+++ unset CRTM_LIB -+++ unset CRTM_SRC -+++ unset CRTM_VER -+++ unset ESMFMKFILE -+++ unset G2TMPL_INC -+++ unset G2TMPL_LIB -+++ unset G2TMPL_SRC -+++ unset G2TMPL_VER -+++ unset G2_INC4 -+++ unset G2_INCd -+++ unset G2_LIB4 -+++ unset G2_LIBd -+++ unset G2_SRC -+++ unset G2_VER -+++ unset GDBSERVER_MIC -+++ unset GDB_CROSS -+++ unset __LMOD_REF_COUNT_INFOPATH -+++ unset INFOPATH -+++ unset __LMOD_REF_COUNT_INTEL_LICENSE_FILE -+++ unset INTEL_LICENSE_FILE -+++ unset INTEL_PYTHONHOME -+++ unset IPATH_NO_BACKTRACE -+++ unset IP_INC4 -+++ unset IP_INC8 -+++ unset IP_INCd -+++ unset IP_LIB4 -+++ unset IP_LIB8 -+++ unset IP_LIBd -+++ unset IP_SRC -+++ unset IP_VER -+++ unset I_MPI_CC -+++ unset I_MPI_F90 -+++ unset I_MPI_HYDRA_BRANCH_COUNT -+++ unset I_MPI_HYDRA_PMI_CONNECT -+++ unset I_MPI_ROOT -+++ unset I_MPI_TMI_PROVIDER -+++ unset JASPER_INC -+++ unset JASPER_LIB -+++ unset JASPER_SRC -+++ unset JASPER_VER -+++ __LMOD_REF_COUNT_LD_LIBRARY_PATH=/apps/slurm/default/lib:1 -+++ export __LMOD_REF_COUNT_LD_LIBRARY_PATH -+++ LD_LIBRARY_PATH=:/apps/slurm/default/lib -+++ export LD_LIBRARY_PATH -+++ unset __LMOD_REF_COUNT_LIBRARY_PATH -+++ unset LIBRARY_PATH -+++ unset LIB_NAME -+++ unset LMOD_FAMILY_COMPILER -+++ unset LMOD_FAMILY_COMPILER_VERSION -+++ unset LMOD_FAMILY_MPI -+++ unset LMOD_FAMILY_MPI_VERSION -+++ unset __LMOD_REF_COUNT_LOADEDMODULES -+++ unset LOADEDMODULES -+++ __LMOD_REF_COUNT_MANPATH='/apps/lmod/lmod/share/man:1;/apps/local/man:1;/apps/slurm/default/share/man:1;/apps/slurm/tools/sbank/share/man:1' -+++ export __LMOD_REF_COUNT_MANPATH -+++ MANPATH=/apps/lmod/lmod/share/man::/apps/local/man:/apps/slurm/default/share/man:/apps/slurm/tools/sbank/share/man -+++ export MANPATH -+++ __LMOD_REF_COUNT_MODULEPATH='/contrib/modulefiles:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:1;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1' -+++ export __LMOD_REF_COUNT_MODULEPATH -+++ MODULEPATH=/contrib/modulefiles:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles -+++ export MODULEPATH -+++ unset MPM_LAUNCHER -+++ unset NCEPLIBS -+++ unset NEMSIO_INC -+++ unset NEMSIO_LIB -+++ unset NEMSIO_SRC -+++ unset NEMSIO_VER -+++ unset NETCDF -+++ unset __LMOD_REF_COUNT_NLSPATH -+++ unset NLSPATH -+++ __LMOD_REF_COUNT_PATH='/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:1;/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/opt/ibutils/bin:1;/apps/local/bin:1;/apps/local/sbin:1;/apps/slurm/default/tools:1;/apps/slurm/default/bin:1;/apps/slurm/default/sbin:1;/apps/slurm/tools/sbank/bin:1;/home/Dusan.Jovic/bin:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/dbrowse:1' -+++ export __LMOD_REF_COUNT_PATH -+++ PATH=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/opt/ibutils/bin:/apps/local/bin:/apps/local/sbin:/apps/slurm/default/tools:/apps/slurm/default/bin:/apps/slurm/default/sbin:/apps/slurm/tools/sbank/bin:/home/Dusan.Jovic/bin:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/dbrowse -+++ export PATH -+++ unset __LMOD_REF_COUNT_PKG_CONFIG_PATH -+++ unset PKG_CONFIG_PATH -+++ unset PNG_INC -+++ unset PNG_LIB -+++ unset PNG_SRC -+++ unset PNG_VER -+++ unset POST_INC -+++ unset POST_LIB -+++ unset POST_SRC -+++ unset POST_VER -+++ unset SLURM_UTILS_PATH -+++ unset SP_LIB4 -+++ unset SP_LIB8 -+++ unset SP_LIBd -+++ unset SP_SRC -+++ unset SP_VER -+++ unset W3EMC_INC4 -+++ unset W3EMC_INC8 -+++ unset W3EMC_INCd -+++ unset W3EMC_LIB4 -+++ unset W3EMC_LIB8 -+++ unset W3EMC_LIBd -+++ unset W3EMC_SRC -+++ unset W3EMC_VER -+++ unset W3NCO_LIB4 -+++ unset W3NCO_LIB8 -+++ unset W3NCO_LIBd -+++ unset W3NCO_SRC -+++ unset W3NCO_VER -+++ unset Z_INC -+++ unset Z_LIB -+++ unset Z_SRC -+++ unset Z_VER -+++ unset __LMOD_REF_COUNT__LMFILES_ -+++ unset _LMFILES_ -+++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9jb250cmliL21vZHVsZWZpbGVzIiwiL3NjcmF0Y2gyL05DRVBERVYvZnYzLWNhbS9EdXNhbi5Kb3ZpYy91ZnMvcHIxOC91ZnMtd2VhdGhlci1tb2RlbC9tb2R1bGVmaWxlcy9oZXJhLmludGVsIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIs -+++ export _ModuleTable001_ -+++ _ModuleTable002_=fSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ== -+++ export _ModuleTable002_ -+++ _ModuleTable_Sz_=2 -+++ export _ModuleTable_Sz_ -+++ unset _ModuleTable004_ -+++ unset _ModuleTable005_ -+++ unset _ModuleTable006_ -+++ unset _ModuleTable007_ -+++ unset _ModuleTable008_ -+++ unset _ModuleTable009_ -+++ unset _ModuleTable010_ -+++ unset _ModuleTable011_ -+++ unset _ModuleTable012_ -+++ unset _ModuleTable013_ -+++ : -s sh -++ eval -++ unset __ms_shell -++ unset __ms_ksh_test -++ unset __ms_bash_test -++ unset setup__test_function__173256 -++ unset __ms_function_name -+ [[ hera.intel == macosx.* ]] -+ [[ hera.intel == linux.* ]] -+ module use /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel -++ /apps/lmod/7.7.18/libexec/lmod bash use /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel -+ eval '__LMOD_REF_COUNT_MODULEPATH="/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:2;/contrib/modulefiles:1;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1";' export '__LMOD_REF_COUNT_MODULEPATH;' 'MODULEPATH="/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:/contrib/modulefiles:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles";' export 'MODULEPATH;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9zY3JhdGNoMi9OQ0VQREVWL2Z2My1jYW0vRHVzYW4uSm92aWMvdWZzL3ByMTgvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvaGVyYS5pbnRlbCIsIi9jb250cmliL21vZHVsZWZpbGVzIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIs";' export '_ModuleTable001_;' '_ModuleTable002_="fSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ==";' export '_ModuleTable002_;' '_ModuleTable_Sz_="2";' export '_ModuleTable_Sz_;' -++ __LMOD_REF_COUNT_MODULEPATH='/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:2;/contrib/modulefiles:1;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1' -++ export __LMOD_REF_COUNT_MODULEPATH -++ MODULEPATH=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:/contrib/modulefiles:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles -++ export MODULEPATH -++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9zY3JhdGNoMi9OQ0VQREVWL2Z2My1jYW0vRHVzYW4uSm92aWMvdWZzL3ByMTgvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvaGVyYS5pbnRlbCIsIi9jb250cmliL21vZHVsZWZpbGVzIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIs -++ export _ModuleTable001_ -++ _ModuleTable002_=fSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ== -++ export _ModuleTable002_ -++ _ModuleTable_Sz_=2 -++ export _ModuleTable_Sz_ -++ : -s sh -+ eval -+ module load fv3 -++ /apps/lmod/7.7.18/libexec/lmod bash load fv3 -+ eval 'BACIO_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libbacio_v2.0.3_4.a";' export 'BACIO_LIB4;' 'BACIO_LIB8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libbacio_v2.0.3_8.a";' export 'BACIO_LIB8;' 'BACIO_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/bacio_v2.0.3";' export 'BACIO_SRC;' 'BACIO_VER="v2.0.3";' export 'BACIO_VER;' '__LMOD_REF_COUNT_CLASSPATH="/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/mpi.jar:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/daal.jar:1";' export '__LMOD_REF_COUNT_CLASSPATH;' 'CLASSPATH="/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/mpi.jar:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/daal.jar";' export 'CLASSPATH;' 'CMAKE_CXX_COMPILER="mpiicpc";' export 'CMAKE_CXX_COMPILER;' 'CMAKE_C_COMPILER="mpiicc";' export 'CMAKE_C_COMPILER;' 'CMAKE_Fortran_COMPILER="mpiifort";' export 'CMAKE_Fortran_COMPILER;' 'CMAKE_Platform="hera.intel";' export 'CMAKE_Platform;' 'COMP="intel";' export 'COMP;' '__LMOD_REF_COUNT_CPATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/include:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/include:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/pstl/include:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/include:2;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/include:1";' export '__LMOD_REF_COUNT_CPATH;' 'CPATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/include:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/include:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/pstl/include:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/include:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/include";' export 'CPATH;' 'CRTM_FIX="/scratch2/NCEPDEV/nwprod/NCEPLIBS/fix/crtm_v2.2.6";' export 'CRTM_FIX;' 'CRTM_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/crtm_v2.2.6";' export 'CRTM_INC;' 'CRTM_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libcrtm_v2.2.6.a";' export 'CRTM_LIB;' 'CRTM_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/crtm_v2.2.6";' export 'CRTM_SRC;' 'CRTM_VER="v2.2.6";' export 'CRTM_VER;' 'ESMFMKFILE="/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/lib/esmf.mk";' export 'ESMFMKFILE;' 'G2TMPL_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/g2tmpl_v1.6.0";' export 'G2TMPL_INC;' 'G2TMPL_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2tmpl_v1.6.0.a";' export 'G2TMPL_LIB;' 'G2TMPL_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/g2tmpl_v1.6.0/src";' export 'G2TMPL_SRC;' 'G2TMPL_VER="v1.6.0";' export 'G2TMPL_VER;' 'G2_INC4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/g2_v3.1.1_4";' export 'G2_INC4;' 'G2_INCd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/g2_v3.1.1_d";' export 'G2_INCd;' 'G2_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2_v3.1.1_4.a";' export 'G2_LIB4;' 'G2_LIBd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2_v3.1.1_d.a";' export 'G2_LIBd;' 'G2_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/g2_v3.1.1";' export 'G2_SRC;' 'G2_VER="v3.1.1";' export 'G2_VER;' 'GDBSERVER_MIC="/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/targets/intel64/x200/bin/gdbserver";' export 'GDBSERVER_MIC;' 'GDB_CROSS="/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/intel64/bin/gdb-ia";' export 'GDB_CROSS;' '__LMOD_REF_COUNT_INFOPATH="/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/info:1;/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/info:1";' export '__LMOD_REF_COUNT_INFOPATH;' 'INFOPATH="/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/info:/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/info";' export 'INFOPATH;' '__LMOD_REF_COUNT_INTEL_LICENSE_FILE="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/licenses:1;/apps/intel/licenses:1";' export '__LMOD_REF_COUNT_INTEL_LICENSE_FILE;' 'INTEL_LICENSE_FILE="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/licenses:/apps/intel/licenses";' export 'INTEL_LICENSE_FILE;' 'INTEL_PYTHONHOME="/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/python/intel64/";' export 'INTEL_PYTHONHOME;' 'IPATH_NO_BACKTRACE="1";' export 'IPATH_NO_BACKTRACE;' 'IP_INC4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ip_v3.0.2_4";' export 'IP_INC4;' 'IP_INC8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ip_v3.0.2_8";' export 'IP_INC8;' 'IP_INCd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ip_v3.0.2_d";' export 'IP_INCd;' 'IP_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libip_v3.0.2_4.a";' export 'IP_LIB4;' 'IP_LIB8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libip_v3.0.2_8.a";' export 'IP_LIB8;' 'IP_LIBd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libip_v3.0.2_d.a";' export 'IP_LIBd;' 'IP_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/ip_v3.0.2";' export 'IP_SRC;' 'IP_VER="v3.0.2";' export 'IP_VER;' 'I_MPI_CC="icc";' export 'I_MPI_CC;' 'I_MPI_F90="ifort";' export 'I_MPI_F90;' 'I_MPI_HYDRA_BRANCH_COUNT="128";' export 'I_MPI_HYDRA_BRANCH_COUNT;' 'I_MPI_HYDRA_PMI_CONNECT="alltoall";' export 'I_MPI_HYDRA_PMI_CONNECT;' 'I_MPI_ROOT="/apps/intel/compilers_and_libraries_2018/linux/mpi";' export 'I_MPI_ROOT;' 'I_MPI_TMI_PROVIDER="psm";' export 'I_MPI_TMI_PROVIDER;' 'JASPER_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/include/jasper_v1.900.1";' export 'JASPER_INC;' 'JASPER_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/lib/libjasper_v1.900.1.a";' export 'JASPER_LIB;' 'JASPER_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/thirdParty";' export 'JASPER_SRC;' 'JASPER_VER="v1.900.1";' export 'JASPER_VER;' '__LMOD_REF_COUNT_LD_LIBRARY_PATH="/apps/netcdf/4.7.0/intel/18.0.5.274/lib:1;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib:1;/apps/slurm/default/lib:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/lib/intel64:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:2;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:2;/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/libipt/intel64/lib:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4:1";' export '__LMOD_REF_COUNT_LD_LIBRARY_PATH;' 'LD_LIBRARY_PATH="/apps/netcdf/4.7.0/intel/18.0.5.274/lib:/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib::/apps/slurm/default/lib:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/lib/intel64:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/libipt/intel64/lib:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4";' export 'LD_LIBRARY_PATH;' '__LMOD_REF_COUNT_LIBRARY_PATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:2;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4:1";' export '__LMOD_REF_COUNT_LIBRARY_PATH;' 'LIBRARY_PATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4";' export 'LIBRARY_PATH;' 'LIB_NAME="POST";' export 'LIB_NAME;' 'LMOD_FAMILY_COMPILER="intel";' export 'LMOD_FAMILY_COMPILER;' 'LMOD_FAMILY_COMPILER_VERSION="18.0.5.274";' export 'LMOD_FAMILY_COMPILER_VERSION;' 'LMOD_FAMILY_MPI="impi";' export 'LMOD_FAMILY_MPI;' 'LMOD_FAMILY_MPI_VERSION="2018.0.4";' export 'LMOD_FAMILY_MPI_VERSION;' '__LMOD_REF_COUNT_LOADEDMODULES="contrib:1;sutils/default:1;intel/18.0.5.274:1;impi/2018.0.4:1;netcdf/4.7.0:1;bacio/2.0.3:1;ip/3.0.2:1;nemsio/2.2.4:1;sp/2.0.3:1;w3emc/2.3.1:1;w3nco/2.0.7:1;g2/3.1.1:1;g2tmpl/1.6.0:1;crtm/2.2.6:1;jasper/1.900.1:1;png/1.2.44:1;z/1.2.11:1;post/8.0.1:1;esmf/8.0.0:1;cmake/3.9.0:1;fv3:1";' export '__LMOD_REF_COUNT_LOADEDMODULES;' 'LOADEDMODULES="contrib:sutils/default:intel/18.0.5.274:impi/2018.0.4:netcdf/4.7.0:bacio/2.0.3:ip/3.0.2:nemsio/2.2.4:sp/2.0.3:w3emc/2.3.1:w3nco/2.0.7:g2/3.1.1:g2tmpl/1.6.0:crtm/2.2.6:jasper/1.900.1:png/1.2.44:z/1.2.11:post/8.0.1:esmf/8.0.0:cmake/3.9.0:fv3";' export 'LOADEDMODULES;' '__LMOD_REF_COUNT_MANPATH="/apps/netcdf/4.7.0/intel/18.0.5.274/share/man:1;/apps/intel/compilers_and_libraries_2018/linux/mpi/man:1;/apps/intel/parallel_studio_xe_2018.4.057/man/common:1;/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/man:1;/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/man:1;/apps/lmod/lmod/share/man:1;/apps/local/man:1;/apps/slurm/default/share/man:1;/apps/slurm/tools/sbank/share/man:1";' export '__LMOD_REF_COUNT_MANPATH;' 'MANPATH="/apps/netcdf/4.7.0/intel/18.0.5.274/share/man:/apps/intel/compilers_and_libraries_2018/linux/mpi/man:/apps/intel/parallel_studio_xe_2018.4.057/man/common:/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/man:/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/man:/apps/lmod/lmod/share/man::/apps/local/man:/apps/slurm/default/share/man:/apps/slurm/tools/sbank/share/man";' export 'MANPATH;' '__LMOD_REF_COUNT_MODULEPATH="/contrib/modulefiles:3;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:2;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1;/apps/modules/modulefamilies/intel:1;/apps/modules/modulefamilies/intel_impi:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles:1";' export '__LMOD_REF_COUNT_MODULEPATH;' 'MODULEPATH="/contrib/modulefiles:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles:/apps/modules/modulefamilies/intel:/apps/modules/modulefamilies/intel_impi:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles";' export 'MODULEPATH;' 'MPM_LAUNCHER="/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/mpm/mic/bin/start_mpm.sh";' export 'MPM_LAUNCHER;' 'NCEPLIBS="/scratch2/NCEPDEV/nwprod/NCEPLIBS";' export 'NCEPLIBS;' 'NEMSIO_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/nemsio_v2.2.4";' export 'NEMSIO_INC;' 'NEMSIO_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libnemsio_v2.2.4.a";' export 'NEMSIO_LIB;' 'NEMSIO_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/nemsio_v2.2.4";' export 'NEMSIO_SRC;' 'NEMSIO_VER="v2.2.4";' export 'NEMSIO_VER;' 'NETCDF="/apps/netcdf/4.7.0/intel/18.0.5.274";' export 'NETCDF;' '__LMOD_REF_COUNT_NLSPATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64/locale/%l_%t/%N:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin/locale/%l_%t/%N:1;/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/intel64/share/locale/%l_%t/%N:1";' export '__LMOD_REF_COUNT_NLSPATH;' 'NLSPATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64/locale/%l_%t/%N:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin/locale/%l_%t/%N:/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/intel64/share/locale/%l_%t/%N";' export 'NLSPATH;' '__LMOD_REF_COUNT_PATH="/contrib/cmake/3.9.0/bin:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/bin:1;/apps/netcdf/4.7.0/intel/18.0.5.274/bin:1;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/bin/intel64:1;/contrib/sutils/bin:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:1;/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/opt/ibutils/bin:1;/apps/local/bin:1;/apps/local/sbin:1;/apps/slurm/default/tools:1;/apps/slurm/default/bin:1;/apps/slurm/default/sbin:1;/apps/slurm/tools/sbank/bin:1;/home/Dusan.Jovic/bin:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/dbrowse:1";' export '__LMOD_REF_COUNT_PATH;' 'PATH="/contrib/cmake/3.9.0/bin:/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/bin:/apps/netcdf/4.7.0/intel/18.0.5.274/bin:/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/bin/intel64:/contrib/sutils/bin:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/opt/ibutils/bin:/apps/local/bin:/apps/local/sbin:/apps/slurm/default/tools:/apps/slurm/default/bin:/apps/slurm/default/sbin:/apps/slurm/tools/sbank/bin:/home/Dusan.Jovic/bin:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/dbrowse";' export 'PATH;' '__LMOD_REF_COUNT_PKG_CONFIG_PATH="/apps/intel/compilers_and_libraries_2018/linux/mkl/bin/pkgconfig:1";' export '__LMOD_REF_COUNT_PKG_CONFIG_PATH;' 'PKG_CONFIG_PATH="/apps/intel/compilers_and_libraries_2018/linux/mkl/bin/pkgconfig";' export 'PKG_CONFIG_PATH;' 'PNG_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/png_v1.2.44";' export 'PNG_INC;' 'PNG_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libpng_v1.2.44.a";' export 'PNG_LIB;' 'PNG_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/thirdParty";' export 'PNG_SRC;' 'PNG_VER="v1.2.44";' export 'PNG_VER;' 'POST_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ncep_post_v8.0.1_4";' export 'POST_INC;' 'POST_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libncep_post_v8.0.1_4.a";' export 'POST_LIB;' 'POST_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/post_v8.0.1";' export 'POST_SRC;' 'POST_VER="v8.0.1";' export 'POST_VER;' 'SLURM_UTILS_PATH="/contrib/sutils/bin";' export 'SLURM_UTILS_PATH;' 'SP_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_4.a";' export 'SP_LIB4;' 'SP_LIB8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_8.a";' export 'SP_LIB8;' 'SP_LIBd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_d.a";' export 'SP_LIBd;' 'SP_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/sp_v2.0.3";' export 'SP_SRC;' 'SP_VER="v2.0.3";' export 'SP_VER;' 'W3EMC_INC4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/w3emc_v2.3.1_4";' export 'W3EMC_INC4;' 'W3EMC_INC8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/w3emc_v2.3.1_8";' export 'W3EMC_INC8;' 'W3EMC_INCd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/w3emc_v2.3.1_d";' export 'W3EMC_INCd;' 'W3EMC_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_4.a";' export 'W3EMC_LIB4;' 'W3EMC_LIB8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_8.a";' export 'W3EMC_LIB8;' 'W3EMC_LIBd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_d.a";' export 'W3EMC_LIBd;' 'W3EMC_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/w3emc_v2.3.1";' export 'W3EMC_SRC;' 'W3EMC_VER="v2.3.1";' export 'W3EMC_VER;' 'W3NCO_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_4.a";' export 'W3NCO_LIB4;' 'W3NCO_LIB8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_8.a";' export 'W3NCO_LIB8;' 'W3NCO_LIBd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_d.a";' export 'W3NCO_LIBd;' 'W3NCO_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/w3nco_v2.0.7";' export 'W3NCO_SRC;' 'W3NCO_VER="v2.0.7";' export 'W3NCO_VER;' 'Z_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/z_v1.2.11";' export 'Z_INC;' 'Z_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libz_v1.2.11.a";' export 'Z_LIB;' 'Z_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/thirdParty";' export 'Z_SRC;' 'Z_VER="v1.2.11";' export 'Z_VER;' '__LMOD_REF_COUNT__LMFILES_="/apps/modules/modulefiles/contrib:1;/contrib/modulefiles/sutils/default:1;/apps/modules/modulefiles/intel/18.0.5.274:1;/apps/modules/modulefamilies/intel/impi/2018.0.4:1;/apps/modules/modulefamilies/intel/netcdf/4.7.0:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/bacio/2.0.3:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/ip/3.0.2:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/nemsio/2.2.4:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/sp/2.0.3:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3emc/2.3.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3nco/2.0.7:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2/3.1.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2tmpl/1.6.0:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/crtm/2.2.6:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/jasper/1.900.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/png/1.2.44:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/z/1.2.11:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/post/8.0.1:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles/esmf/8.0.0:1;/contrib/modulefiles/cmake/3.9.0:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel/fv3:1";' export '__LMOD_REF_COUNT__LMFILES_;' '_LMFILES_="/apps/modules/modulefiles/contrib:/contrib/modulefiles/sutils/default:/apps/modules/modulefiles/intel/18.0.5.274:/apps/modules/modulefamilies/intel/impi/2018.0.4:/apps/modules/modulefamilies/intel/netcdf/4.7.0:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/bacio/2.0.3:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/ip/3.0.2:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/nemsio/2.2.4:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/sp/2.0.3:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3emc/2.3.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3nco/2.0.7:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2/3.1.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2tmpl/1.6.0:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/crtm/2.2.6:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/jasper/1.900.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/png/1.2.44:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/z/1.2.11:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/post/8.0.1:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles/esmf/8.0.0:/contrib/modulefiles/cmake/3.9.0:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel/fv3";' export '_LMFILES_;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJpbXBpIix9LG1UPXtiYWNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvYmFjaW8vMi4wLjMiLFsiZnVsbE5hbWUiXT0iYmFjaW8vMi4wLjMiLFsibG9hZE9yZGVyIl09Nixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJiYWNpby8yLjAuMyIsfSxjbWFrZT17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9jbWFrZS8zLjkuMCIsWyJmdWxs";' export '_ModuleTable001_;' '_ModuleTable002_="TmFtZSJdPSJjbWFrZS8zLjkuMCIsWyJsb2FkT3JkZXIiXT0yMCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjbWFrZS8zLjkuMCIsfSxjb250cmliPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvY29udHJpYiIsWyJmdWxsTmFtZSJdPSJjb250cmliIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY29udHJpYiIsfSxjcnRtPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9jcnRtLzIuMi42IixbImZ1bGxOYW1lIl09ImNydG0vMi4yLjYiLFsibG9hZE9yZGVy";' export '_ModuleTable002_;' '_ModuleTable003_="Il09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL2Z2My1jYW0vRHVzYW4uSm92aWMvdWZzL3ByMTgvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvaGVyYS5pbnRlbC9mdjMiLFsi";' export '_ModuleTable003_;' '_ModuleTable004_="ZnVsbE5hbWUiXT0iZnYzIixbImxvYWRPcmRlciJdPTIxLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTAsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImZ2MyIsfSxnMj17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzIvMy4xLjEiLFsiZnVsbE5hbWUiXT0iZzIvMy4xLjEiLFsibG9hZE9yZGVyIl09MTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZzIvMy4xLjEiLH0sZzJ0bXBsPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9nMnRtcGwvMS42LjAiLFsiZnVsbE5hbWUiXT0iZzJ0bXBsLzEuNi4w";' export '_ModuleTable004_;' '_ModuleTable005_="IixbImxvYWRPcmRlciJdPTEzLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcydG1wbC8xLjYuMCIsfSxpbXBpPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwvaW1waS8yMDE4LjAuNCIsWyJmdWxsTmFtZSJdPSJpbXBpLzIwMTguMC40IixbImxvYWRPcmRlciJdPTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW1waS8yMDE4LjAuNCIsfSxpbnRlbD17WyJmbiJdPSIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL2ludGVsLzE4LjAuNS4yNzQiLFsiZnVsbE5hbWUiXT0iaW50ZWwvMTguMC41LjI3NCIsWyJsb2FkT3JkZXIi";' export '_ModuleTable005_;' '_ModuleTable006_="XT0zLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImludGVsLzE4LjAuNS4yNzQiLH0saXA9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2lwLzMuMC4yIixbImZ1bGxOYW1lIl09ImlwLzMuMC4yIixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaXAvMy4wLjIiLH0samFzcGVyPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9qYXNwZXIvMS45MDAuMSIsWyJmdWxsTmFtZSJdPSJqYXNwZXIvMS45MDAuMSIsWyJsb2FkT3JkZXIi";' export '_ModuleTable006_;' '_ModuleTable007_="XT0xNSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJqYXNwZXIvMS45MDAuMSIsfSxuZW1zaW89e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL25lbXNpby8yLjIuNCIsWyJmdWxsTmFtZSJdPSJuZW1zaW8vMi4yLjQiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZW1zaW8vMi4yLjQiLH0sbmV0Y2RmPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwvbmV0Y2RmLzQuNy4wIixbImZ1bGxOYW1lIl09Im5ldGNkZi80LjcuMCIsWyJsb2FkT3JkZXIi";' export '_ModuleTable007_;' '_ModuleTable008_="XT01LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5ldGNkZi80LjcuMCIsfSxwbmc9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3BuZy8xLjIuNDQiLFsiZnVsbE5hbWUiXT0icG5nLzEuMi40NCIsWyJsb2FkT3JkZXIiXT0xNixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJwbmcvMS4yLjQ0Iix9LHBvc3Q9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3Bvc3QvOC4wLjEiLFsiZnVsbE5hbWUiXT0icG9zdC84LjAuMSIsWyJsb2FkT3JkZXIiXT0xOCxw";' export '_ModuleTable008_;' '_ModuleTable009_="cm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJwb3N0LzguMC4xIix9LHNwPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9zcC8yLjAuMyIsWyJmdWxsTmFtZSJdPSJzcC8yLjAuMyIsWyJsb2FkT3JkZXIiXT05LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InNwLzIuMC4zIix9LHN1dGlscz17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9zdXRpbHMvZGVmYXVsdCIsWyJmdWxsTmFtZSJdPSJzdXRpbHMvZGVmYXVsdCIsWyJsb2FkT3JkZXIiXT0yLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0";' export '_ModuleTable009_;' '_ModuleTable010_="dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InN1dGlscyIsfSx3M2VtYz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNlbWMvMi4zLjEiLFsiZnVsbE5hbWUiXT0idzNlbWMvMi4zLjEiLFsibG9hZE9yZGVyIl09MTAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNlbWMvMi4zLjEiLH0sdzNuY289e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czbmNvLzIuMC43IixbImZ1bGxOYW1lIl09InczbmNvLzIuMC43IixbImxvYWRPcmRlciJdPTExLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMi";' export '_ModuleTable010_;' '_ModuleTable011_="XT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHo9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3ovMS4yLjExIixbImZ1bGxOYW1lIl09InovMS4yLjExIixbImxvYWRPcmRlciJdPTE3LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InovMS4yLjExIix9LH0sbXBhdGhBPXsiL2NvbnRyaWIvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDIvTkNFUERFVi9mdjMtY2FtL0R1c2FuLkpvdmljL3Vmcy9wcjE4L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL2hlcmEuaW50ZWwiLCIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi9hcHBz";' export '_ModuleTable011_;' '_ModuleTable012_="L21vZHVsZXMvbW9kdWxlZmlsZXMvTGludXgiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L2NyYXlwZS9kZWZhdWx0L21vZHVsZWZpbGVzIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbCIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWxfaW1waSIsIi9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcyIsIi9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmU6L2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9M";' export '_ModuleTable012_;' '_ModuleTable013_="aW51eDovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzOi9vcHQvY3JheS9tb2R1bGVmaWxlczovb3B0L2NyYXkvY3JheXBlL2RlZmF1bHQvbW9kdWxlZmlsZXMiLH0=";' export '_ModuleTable013_;' '_ModuleTable_Sz_="13";' export '_ModuleTable_Sz_;' -++ BACIO_LIB4=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libbacio_v2.0.3_4.a -++ export BACIO_LIB4 -++ BACIO_LIB8=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libbacio_v2.0.3_8.a -++ export BACIO_LIB8 -++ BACIO_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/bacio_v2.0.3 -++ export BACIO_SRC -++ BACIO_VER=v2.0.3 -++ export BACIO_VER -++ __LMOD_REF_COUNT_CLASSPATH='/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/mpi.jar:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/daal.jar:1' -++ export __LMOD_REF_COUNT_CLASSPATH -++ CLASSPATH=/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/mpi.jar:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/daal.jar -++ export CLASSPATH -++ CMAKE_CXX_COMPILER=mpiicpc -++ export CMAKE_CXX_COMPILER -++ CMAKE_C_COMPILER=mpiicc -++ export CMAKE_C_COMPILER -++ CMAKE_Fortran_COMPILER=mpiifort -++ export CMAKE_Fortran_COMPILER -++ CMAKE_Platform=hera.intel -++ export CMAKE_Platform -++ COMP=intel -++ export COMP -++ __LMOD_REF_COUNT_CPATH='/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/include:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/include:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/pstl/include:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/include:2;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/include:1' -++ export __LMOD_REF_COUNT_CPATH -++ CPATH=/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/include:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/include:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/pstl/include:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/include:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/include -++ export CPATH -++ CRTM_FIX=/scratch2/NCEPDEV/nwprod/NCEPLIBS/fix/crtm_v2.2.6 -++ export CRTM_FIX -++ CRTM_INC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/crtm_v2.2.6 -++ export CRTM_INC -++ CRTM_LIB=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libcrtm_v2.2.6.a -++ export CRTM_LIB -++ CRTM_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/crtm_v2.2.6 -++ export CRTM_SRC -++ CRTM_VER=v2.2.6 -++ export CRTM_VER -++ ESMFMKFILE=/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/lib/esmf.mk -++ export ESMFMKFILE -++ G2TMPL_INC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/g2tmpl_v1.6.0 -++ export G2TMPL_INC -++ G2TMPL_LIB=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2tmpl_v1.6.0.a -++ export G2TMPL_LIB -++ G2TMPL_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/g2tmpl_v1.6.0/src -++ export G2TMPL_SRC -++ G2TMPL_VER=v1.6.0 -++ export G2TMPL_VER -++ G2_INC4=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/g2_v3.1.1_4 -++ export G2_INC4 -++ G2_INCd=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/g2_v3.1.1_d -++ export G2_INCd -++ G2_LIB4=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2_v3.1.1_4.a -++ export G2_LIB4 -++ G2_LIBd=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2_v3.1.1_d.a -++ export G2_LIBd -++ G2_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/g2_v3.1.1 -++ export G2_SRC -++ G2_VER=v3.1.1 -++ export G2_VER -++ GDBSERVER_MIC=/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/targets/intel64/x200/bin/gdbserver -++ export GDBSERVER_MIC -++ GDB_CROSS=/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/intel64/bin/gdb-ia -++ export GDB_CROSS -++ __LMOD_REF_COUNT_INFOPATH='/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/info:1;/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/info:1' -++ export __LMOD_REF_COUNT_INFOPATH -++ INFOPATH=/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/info:/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/info -++ export INFOPATH -++ __LMOD_REF_COUNT_INTEL_LICENSE_FILE='/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/licenses:1;/apps/intel/licenses:1' -++ export __LMOD_REF_COUNT_INTEL_LICENSE_FILE -++ INTEL_LICENSE_FILE=/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/licenses:/apps/intel/licenses -++ export INTEL_LICENSE_FILE -++ INTEL_PYTHONHOME=/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/python/intel64/ -++ export INTEL_PYTHONHOME -++ IPATH_NO_BACKTRACE=1 -++ export IPATH_NO_BACKTRACE -++ IP_INC4=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ip_v3.0.2_4 -++ export IP_INC4 -++ IP_INC8=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ip_v3.0.2_8 -++ export IP_INC8 -++ IP_INCd=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ip_v3.0.2_d -++ export IP_INCd -++ IP_LIB4=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libip_v3.0.2_4.a -++ export IP_LIB4 -++ IP_LIB8=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libip_v3.0.2_8.a -++ export IP_LIB8 -++ IP_LIBd=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libip_v3.0.2_d.a -++ export IP_LIBd -++ IP_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/ip_v3.0.2 -++ export IP_SRC -++ IP_VER=v3.0.2 -++ export IP_VER -++ I_MPI_CC=icc -++ export I_MPI_CC -++ I_MPI_F90=ifort -++ export I_MPI_F90 -++ I_MPI_HYDRA_BRANCH_COUNT=128 -++ export I_MPI_HYDRA_BRANCH_COUNT -++ I_MPI_HYDRA_PMI_CONNECT=alltoall -++ export I_MPI_HYDRA_PMI_CONNECT -++ I_MPI_ROOT=/apps/intel/compilers_and_libraries_2018/linux/mpi -++ export I_MPI_ROOT -++ I_MPI_TMI_PROVIDER=psm -++ export I_MPI_TMI_PROVIDER -++ JASPER_INC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/include/jasper_v1.900.1 -++ export JASPER_INC -++ JASPER_LIB=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/lib/libjasper_v1.900.1.a -++ export JASPER_LIB -++ JASPER_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/thirdParty -++ export JASPER_SRC -++ JASPER_VER=v1.900.1 -++ export JASPER_VER -++ __LMOD_REF_COUNT_LD_LIBRARY_PATH='/apps/netcdf/4.7.0/intel/18.0.5.274/lib:1;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib:1;/apps/slurm/default/lib:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/lib/intel64:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:2;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:2;/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/libipt/intel64/lib:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4:1' -++ export __LMOD_REF_COUNT_LD_LIBRARY_PATH -++ LD_LIBRARY_PATH=/apps/netcdf/4.7.0/intel/18.0.5.274/lib:/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib::/apps/slurm/default/lib:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/lib/intel64:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/libipt/intel64/lib:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4 -++ export LD_LIBRARY_PATH -++ __LMOD_REF_COUNT_LIBRARY_PATH='/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:2;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4:1' -++ export __LMOD_REF_COUNT_LIBRARY_PATH -++ LIBRARY_PATH=/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4 -++ export LIBRARY_PATH -++ LIB_NAME=POST -++ export LIB_NAME -++ LMOD_FAMILY_COMPILER=intel -++ export LMOD_FAMILY_COMPILER -++ LMOD_FAMILY_COMPILER_VERSION=18.0.5.274 -++ export LMOD_FAMILY_COMPILER_VERSION -++ LMOD_FAMILY_MPI=impi -++ export LMOD_FAMILY_MPI -++ LMOD_FAMILY_MPI_VERSION=2018.0.4 -++ export LMOD_FAMILY_MPI_VERSION -++ __LMOD_REF_COUNT_LOADEDMODULES='contrib:1;sutils/default:1;intel/18.0.5.274:1;impi/2018.0.4:1;netcdf/4.7.0:1;bacio/2.0.3:1;ip/3.0.2:1;nemsio/2.2.4:1;sp/2.0.3:1;w3emc/2.3.1:1;w3nco/2.0.7:1;g2/3.1.1:1;g2tmpl/1.6.0:1;crtm/2.2.6:1;jasper/1.900.1:1;png/1.2.44:1;z/1.2.11:1;post/8.0.1:1;esmf/8.0.0:1;cmake/3.9.0:1;fv3:1' -++ export __LMOD_REF_COUNT_LOADEDMODULES -++ LOADEDMODULES=contrib:sutils/default:intel/18.0.5.274:impi/2018.0.4:netcdf/4.7.0:bacio/2.0.3:ip/3.0.2:nemsio/2.2.4:sp/2.0.3:w3emc/2.3.1:w3nco/2.0.7:g2/3.1.1:g2tmpl/1.6.0:crtm/2.2.6:jasper/1.900.1:png/1.2.44:z/1.2.11:post/8.0.1:esmf/8.0.0:cmake/3.9.0:fv3 -++ export LOADEDMODULES -++ __LMOD_REF_COUNT_MANPATH='/apps/netcdf/4.7.0/intel/18.0.5.274/share/man:1;/apps/intel/compilers_and_libraries_2018/linux/mpi/man:1;/apps/intel/parallel_studio_xe_2018.4.057/man/common:1;/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/man:1;/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/man:1;/apps/lmod/lmod/share/man:1;/apps/local/man:1;/apps/slurm/default/share/man:1;/apps/slurm/tools/sbank/share/man:1' -++ export __LMOD_REF_COUNT_MANPATH -++ MANPATH=/apps/netcdf/4.7.0/intel/18.0.5.274/share/man:/apps/intel/compilers_and_libraries_2018/linux/mpi/man:/apps/intel/parallel_studio_xe_2018.4.057/man/common:/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/man:/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/man:/apps/lmod/lmod/share/man::/apps/local/man:/apps/slurm/default/share/man:/apps/slurm/tools/sbank/share/man -++ export MANPATH -++ __LMOD_REF_COUNT_MODULEPATH='/contrib/modulefiles:3;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:2;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1;/apps/modules/modulefamilies/intel:1;/apps/modules/modulefamilies/intel_impi:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles:1' -++ export __LMOD_REF_COUNT_MODULEPATH -++ MODULEPATH=/contrib/modulefiles:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles:/apps/modules/modulefamilies/intel:/apps/modules/modulefamilies/intel_impi:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles -++ export MODULEPATH -++ MPM_LAUNCHER=/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/mpm/mic/bin/start_mpm.sh -++ export MPM_LAUNCHER -++ NCEPLIBS=/scratch2/NCEPDEV/nwprod/NCEPLIBS -++ export NCEPLIBS -++ NEMSIO_INC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/nemsio_v2.2.4 -++ export NEMSIO_INC -++ NEMSIO_LIB=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libnemsio_v2.2.4.a -++ export NEMSIO_LIB -++ NEMSIO_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/nemsio_v2.2.4 -++ export NEMSIO_SRC -++ NEMSIO_VER=v2.2.4 -++ export NEMSIO_VER -++ NETCDF=/apps/netcdf/4.7.0/intel/18.0.5.274 -++ export NETCDF -++ __LMOD_REF_COUNT_NLSPATH='/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64/locale/%l_%t/%N:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin/locale/%l_%t/%N:1;/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/intel64/share/locale/%l_%t/%N:1' -++ export __LMOD_REF_COUNT_NLSPATH -++ NLSPATH=/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64/locale/%l_%t/%N:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin/locale/%l_%t/%N:/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/intel64/share/locale/%l_%t/%N -++ export NLSPATH -++ __LMOD_REF_COUNT_PATH='/contrib/cmake/3.9.0/bin:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/bin:1;/apps/netcdf/4.7.0/intel/18.0.5.274/bin:1;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/bin/intel64:1;/contrib/sutils/bin:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:1;/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/opt/ibutils/bin:1;/apps/local/bin:1;/apps/local/sbin:1;/apps/slurm/default/tools:1;/apps/slurm/default/bin:1;/apps/slurm/default/sbin:1;/apps/slurm/tools/sbank/bin:1;/home/Dusan.Jovic/bin:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/dbrowse:1' -++ export __LMOD_REF_COUNT_PATH -++ PATH=/contrib/cmake/3.9.0/bin:/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/bin:/apps/netcdf/4.7.0/intel/18.0.5.274/bin:/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/bin/intel64:/contrib/sutils/bin:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/opt/ibutils/bin:/apps/local/bin:/apps/local/sbin:/apps/slurm/default/tools:/apps/slurm/default/bin:/apps/slurm/default/sbin:/apps/slurm/tools/sbank/bin:/home/Dusan.Jovic/bin:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/dbrowse -++ export PATH -++ __LMOD_REF_COUNT_PKG_CONFIG_PATH=/apps/intel/compilers_and_libraries_2018/linux/mkl/bin/pkgconfig:1 -++ export __LMOD_REF_COUNT_PKG_CONFIG_PATH -++ PKG_CONFIG_PATH=/apps/intel/compilers_and_libraries_2018/linux/mkl/bin/pkgconfig -++ export PKG_CONFIG_PATH -++ PNG_INC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/png_v1.2.44 -++ export PNG_INC -++ PNG_LIB=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libpng_v1.2.44.a -++ export PNG_LIB -++ PNG_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/thirdParty -++ export PNG_SRC -++ PNG_VER=v1.2.44 -++ export PNG_VER -++ POST_INC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ncep_post_v8.0.1_4 -++ export POST_INC -++ POST_LIB=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libncep_post_v8.0.1_4.a -++ export POST_LIB -++ POST_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/post_v8.0.1 -++ export POST_SRC -++ POST_VER=v8.0.1 -++ export POST_VER -++ SLURM_UTILS_PATH=/contrib/sutils/bin -++ export SLURM_UTILS_PATH -++ SP_LIB4=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_4.a -++ export SP_LIB4 -++ SP_LIB8=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_8.a -++ export SP_LIB8 -++ SP_LIBd=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_d.a -++ export SP_LIBd -++ SP_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/sp_v2.0.3 -++ export SP_SRC -++ SP_VER=v2.0.3 -++ export SP_VER -++ W3EMC_INC4=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/w3emc_v2.3.1_4 -++ export W3EMC_INC4 -++ W3EMC_INC8=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/w3emc_v2.3.1_8 -++ export W3EMC_INC8 -++ W3EMC_INCd=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/w3emc_v2.3.1_d -++ export W3EMC_INCd -++ W3EMC_LIB4=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_4.a -++ export W3EMC_LIB4 -++ W3EMC_LIB8=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_8.a -++ export W3EMC_LIB8 -++ W3EMC_LIBd=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_d.a -++ export W3EMC_LIBd -++ W3EMC_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/w3emc_v2.3.1 -++ export W3EMC_SRC -++ W3EMC_VER=v2.3.1 -++ export W3EMC_VER -++ W3NCO_LIB4=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_4.a -++ export W3NCO_LIB4 -++ W3NCO_LIB8=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_8.a -++ export W3NCO_LIB8 -++ W3NCO_LIBd=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_d.a -++ export W3NCO_LIBd -++ W3NCO_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/w3nco_v2.0.7 -++ export W3NCO_SRC -++ W3NCO_VER=v2.0.7 -++ export W3NCO_VER -++ Z_INC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/z_v1.2.11 -++ export Z_INC -++ Z_LIB=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libz_v1.2.11.a -++ export Z_LIB -++ Z_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/thirdParty -++ export Z_SRC -++ Z_VER=v1.2.11 -++ export Z_VER -++ __LMOD_REF_COUNT__LMFILES_='/apps/modules/modulefiles/contrib:1;/contrib/modulefiles/sutils/default:1;/apps/modules/modulefiles/intel/18.0.5.274:1;/apps/modules/modulefamilies/intel/impi/2018.0.4:1;/apps/modules/modulefamilies/intel/netcdf/4.7.0:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/bacio/2.0.3:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/ip/3.0.2:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/nemsio/2.2.4:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/sp/2.0.3:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3emc/2.3.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3nco/2.0.7:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2/3.1.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2tmpl/1.6.0:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/crtm/2.2.6:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/jasper/1.900.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/png/1.2.44:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/z/1.2.11:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/post/8.0.1:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles/esmf/8.0.0:1;/contrib/modulefiles/cmake/3.9.0:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel/fv3:1' -++ export __LMOD_REF_COUNT__LMFILES_ -++ _LMFILES_=/apps/modules/modulefiles/contrib:/contrib/modulefiles/sutils/default:/apps/modules/modulefiles/intel/18.0.5.274:/apps/modules/modulefamilies/intel/impi/2018.0.4:/apps/modules/modulefamilies/intel/netcdf/4.7.0:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/bacio/2.0.3:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/ip/3.0.2:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/nemsio/2.2.4:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/sp/2.0.3:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3emc/2.3.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3nco/2.0.7:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2/3.1.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2tmpl/1.6.0:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/crtm/2.2.6:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/jasper/1.900.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/png/1.2.44:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/z/1.2.11:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/post/8.0.1:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles/esmf/8.0.0:/contrib/modulefiles/cmake/3.9.0:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel/fv3 -++ export _LMFILES_ -++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJpbXBpIix9LG1UPXtiYWNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvYmFjaW8vMi4wLjMiLFsiZnVsbE5hbWUiXT0iYmFjaW8vMi4wLjMiLFsibG9hZE9yZGVyIl09Nixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJiYWNpby8yLjAuMyIsfSxjbWFrZT17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9jbWFrZS8zLjkuMCIsWyJmdWxs -++ export _ModuleTable001_ -++ _ModuleTable002_=TmFtZSJdPSJjbWFrZS8zLjkuMCIsWyJsb2FkT3JkZXIiXT0yMCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjbWFrZS8zLjkuMCIsfSxjb250cmliPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvY29udHJpYiIsWyJmdWxsTmFtZSJdPSJjb250cmliIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY29udHJpYiIsfSxjcnRtPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9jcnRtLzIuMi42IixbImZ1bGxOYW1lIl09ImNydG0vMi4yLjYiLFsibG9hZE9yZGVy -++ export _ModuleTable002_ -++ _ModuleTable003_=Il09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL2Z2My1jYW0vRHVzYW4uSm92aWMvdWZzL3ByMTgvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvaGVyYS5pbnRlbC9mdjMiLFsi -++ export _ModuleTable003_ -++ _ModuleTable004_=ZnVsbE5hbWUiXT0iZnYzIixbImxvYWRPcmRlciJdPTIxLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTAsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImZ2MyIsfSxnMj17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzIvMy4xLjEiLFsiZnVsbE5hbWUiXT0iZzIvMy4xLjEiLFsibG9hZE9yZGVyIl09MTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZzIvMy4xLjEiLH0sZzJ0bXBsPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9nMnRtcGwvMS42LjAiLFsiZnVsbE5hbWUiXT0iZzJ0bXBsLzEuNi4w -++ export _ModuleTable004_ -++ _ModuleTable005_=IixbImxvYWRPcmRlciJdPTEzLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcydG1wbC8xLjYuMCIsfSxpbXBpPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwvaW1waS8yMDE4LjAuNCIsWyJmdWxsTmFtZSJdPSJpbXBpLzIwMTguMC40IixbImxvYWRPcmRlciJdPTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW1waS8yMDE4LjAuNCIsfSxpbnRlbD17WyJmbiJdPSIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL2ludGVsLzE4LjAuNS4yNzQiLFsiZnVsbE5hbWUiXT0iaW50ZWwvMTguMC41LjI3NCIsWyJsb2FkT3JkZXIi -++ export _ModuleTable005_ -++ _ModuleTable006_=XT0zLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImludGVsLzE4LjAuNS4yNzQiLH0saXA9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2lwLzMuMC4yIixbImZ1bGxOYW1lIl09ImlwLzMuMC4yIixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaXAvMy4wLjIiLH0samFzcGVyPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9qYXNwZXIvMS45MDAuMSIsWyJmdWxsTmFtZSJdPSJqYXNwZXIvMS45MDAuMSIsWyJsb2FkT3JkZXIi -++ export _ModuleTable006_ -++ _ModuleTable007_=XT0xNSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJqYXNwZXIvMS45MDAuMSIsfSxuZW1zaW89e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL25lbXNpby8yLjIuNCIsWyJmdWxsTmFtZSJdPSJuZW1zaW8vMi4yLjQiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZW1zaW8vMi4yLjQiLH0sbmV0Y2RmPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwvbmV0Y2RmLzQuNy4wIixbImZ1bGxOYW1lIl09Im5ldGNkZi80LjcuMCIsWyJsb2FkT3JkZXIi -++ export _ModuleTable007_ -++ _ModuleTable008_=XT01LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5ldGNkZi80LjcuMCIsfSxwbmc9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3BuZy8xLjIuNDQiLFsiZnVsbE5hbWUiXT0icG5nLzEuMi40NCIsWyJsb2FkT3JkZXIiXT0xNixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJwbmcvMS4yLjQ0Iix9LHBvc3Q9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3Bvc3QvOC4wLjEiLFsiZnVsbE5hbWUiXT0icG9zdC84LjAuMSIsWyJsb2FkT3JkZXIiXT0xOCxw -++ export _ModuleTable008_ -++ _ModuleTable009_=cm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJwb3N0LzguMC4xIix9LHNwPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9zcC8yLjAuMyIsWyJmdWxsTmFtZSJdPSJzcC8yLjAuMyIsWyJsb2FkT3JkZXIiXT05LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InNwLzIuMC4zIix9LHN1dGlscz17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9zdXRpbHMvZGVmYXVsdCIsWyJmdWxsTmFtZSJdPSJzdXRpbHMvZGVmYXVsdCIsWyJsb2FkT3JkZXIiXT0yLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0 -++ export _ModuleTable009_ -++ _ModuleTable010_=dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InN1dGlscyIsfSx3M2VtYz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNlbWMvMi4zLjEiLFsiZnVsbE5hbWUiXT0idzNlbWMvMi4zLjEiLFsibG9hZE9yZGVyIl09MTAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNlbWMvMi4zLjEiLH0sdzNuY289e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czbmNvLzIuMC43IixbImZ1bGxOYW1lIl09InczbmNvLzIuMC43IixbImxvYWRPcmRlciJdPTExLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMi -++ export _ModuleTable010_ -++ _ModuleTable011_=XT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHo9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3ovMS4yLjExIixbImZ1bGxOYW1lIl09InovMS4yLjExIixbImxvYWRPcmRlciJdPTE3LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InovMS4yLjExIix9LH0sbXBhdGhBPXsiL2NvbnRyaWIvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDIvTkNFUERFVi9mdjMtY2FtL0R1c2FuLkpvdmljL3Vmcy9wcjE4L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL2hlcmEuaW50ZWwiLCIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi9hcHBz -++ export _ModuleTable011_ -++ _ModuleTable012_=L21vZHVsZXMvbW9kdWxlZmlsZXMvTGludXgiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L2NyYXlwZS9kZWZhdWx0L21vZHVsZWZpbGVzIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbCIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWxfaW1waSIsIi9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcyIsIi9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmU6L2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9M -++ export _ModuleTable012_ -++ _ModuleTable013_=aW51eDovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzOi9vcHQvY3JheS9tb2R1bGVmaWxlczovb3B0L2NyYXkvY3JheXBlL2RlZmF1bHQvbW9kdWxlZmlsZXMiLH0= -++ export _ModuleTable013_ -++ _ModuleTable_Sz_=13 -++ export _ModuleTable_Sz_ -++ : -s sh -+ eval -+ module list -++ /apps/lmod/7.7.18/libexec/lmod bash list -+ eval echo ''\'''\'';' echo ''\''Currently'\''' ''\''Loaded'\''' ''\''Modules:'\'';' echo ''\'''\''' ''\'''\''' ''\''1)'\''' ''\''contrib'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''7)'\''' ''\''ip/3.0.2'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''13)'\''' ''\''g2tmpl/1.6.0'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''19)'\''' ''\''esmf/8.0.0'\'';' echo ''\'''\''' ''\'''\''' ''\''2)'\''' ''\''sutils/default'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''8)'\''' ''\''nemsio/2.2.4'\''' ''\'''\''' ''\''14)'\''' ''\''crtm/2.2.6'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''20)'\''' ''\''cmake/3.9.0'\'';' echo ''\'''\''' ''\'''\''' ''\''3)'\''' ''\''intel/18.0.5.274'\''' ''\'''\''' ''\'''\''' ''\''9)'\''' ''\''sp/2.0.3'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''15)'\''' ''\''jasper/1.900.1'\''' ''\'''\''' ''\''21)'\''' ''\''fv3'\'';' echo ''\'''\''' ''\'''\''' ''\''4)'\''' ''\''impi/2018.0.4'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''10)'\''' ''\''w3emc/2.3.1'\''' ''\'''\''' ''\'''\''' ''\''16)'\''' ''\''png/1.2.44'\'';' echo ''\'''\''' ''\'''\''' ''\''5)'\''' ''\''netcdf/4.7.0'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''11)'\''' ''\''w3nco/2.0.7'\''' ''\'''\''' ''\'''\''' ''\''17)'\''' ''\''z/1.2.11'\'';' echo ''\'''\''' ''\'''\''' ''\''6)'\''' ''\''bacio/2.0.3'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''12)'\''' ''\''g2/3.1.1'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''18)'\''' ''\''post/8.0.1'\'';' echo ''\'''\'';' echo ''\'''\''' ''\'''\'';' echo ''\'''\'';' 'MODULEPATH="/contrib/modulefiles:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles:/apps/modules/modulefamilies/intel:/apps/modules/modulefamilies/intel_impi:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles";' export 'MODULEPATH;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJpbXBpIix9LG1UPXtiYWNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvYmFjaW8vMi4wLjMiLFsiZnVsbE5hbWUiXT0iYmFjaW8vMi4wLjMiLFsibG9hZE9yZGVyIl09Nixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJiYWNpby8yLjAuMyIsfSxjbWFrZT17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9jbWFrZS8zLjkuMCIsWyJmdWxs";' export '_ModuleTable001_;' '_ModuleTable002_="TmFtZSJdPSJjbWFrZS8zLjkuMCIsWyJsb2FkT3JkZXIiXT0yMCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjbWFrZS8zLjkuMCIsfSxjb250cmliPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvY29udHJpYiIsWyJmdWxsTmFtZSJdPSJjb250cmliIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY29udHJpYiIsfSxjcnRtPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9jcnRtLzIuMi42IixbImZ1bGxOYW1lIl09ImNydG0vMi4yLjYiLFsibG9hZE9yZGVy";' export '_ModuleTable002_;' '_ModuleTable003_="Il09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL2Z2My1jYW0vRHVzYW4uSm92aWMvdWZzL3ByMTgvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvaGVyYS5pbnRlbC9mdjMiLFsi";' export '_ModuleTable003_;' '_ModuleTable004_="ZnVsbE5hbWUiXT0iZnYzIixbImxvYWRPcmRlciJdPTIxLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTAsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImZ2MyIsfSxnMj17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzIvMy4xLjEiLFsiZnVsbE5hbWUiXT0iZzIvMy4xLjEiLFsibG9hZE9yZGVyIl09MTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZzIvMy4xLjEiLH0sZzJ0bXBsPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9nMnRtcGwvMS42LjAiLFsiZnVsbE5hbWUiXT0iZzJ0bXBsLzEuNi4w";' export '_ModuleTable004_;' '_ModuleTable005_="IixbImxvYWRPcmRlciJdPTEzLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcydG1wbC8xLjYuMCIsfSxpbXBpPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwvaW1waS8yMDE4LjAuNCIsWyJmdWxsTmFtZSJdPSJpbXBpLzIwMTguMC40IixbImxvYWRPcmRlciJdPTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW1waS8yMDE4LjAuNCIsfSxpbnRlbD17WyJmbiJdPSIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL2ludGVsLzE4LjAuNS4yNzQiLFsiZnVsbE5hbWUiXT0iaW50ZWwvMTguMC41LjI3NCIsWyJsb2FkT3JkZXIi";' export '_ModuleTable005_;' '_ModuleTable006_="XT0zLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImludGVsLzE4LjAuNS4yNzQiLH0saXA9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2lwLzMuMC4yIixbImZ1bGxOYW1lIl09ImlwLzMuMC4yIixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaXAvMy4wLjIiLH0samFzcGVyPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9qYXNwZXIvMS45MDAuMSIsWyJmdWxsTmFtZSJdPSJqYXNwZXIvMS45MDAuMSIsWyJsb2FkT3JkZXIi";' export '_ModuleTable006_;' '_ModuleTable007_="XT0xNSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJqYXNwZXIvMS45MDAuMSIsfSxuZW1zaW89e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL25lbXNpby8yLjIuNCIsWyJmdWxsTmFtZSJdPSJuZW1zaW8vMi4yLjQiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZW1zaW8vMi4yLjQiLH0sbmV0Y2RmPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwvbmV0Y2RmLzQuNy4wIixbImZ1bGxOYW1lIl09Im5ldGNkZi80LjcuMCIsWyJsb2FkT3JkZXIi";' export '_ModuleTable007_;' '_ModuleTable008_="XT01LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5ldGNkZi80LjcuMCIsfSxwbmc9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3BuZy8xLjIuNDQiLFsiZnVsbE5hbWUiXT0icG5nLzEuMi40NCIsWyJsb2FkT3JkZXIiXT0xNixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJwbmcvMS4yLjQ0Iix9LHBvc3Q9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3Bvc3QvOC4wLjEiLFsiZnVsbE5hbWUiXT0icG9zdC84LjAuMSIsWyJsb2FkT3JkZXIiXT0xOCxw";' export '_ModuleTable008_;' '_ModuleTable009_="cm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJwb3N0LzguMC4xIix9LHNwPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9zcC8yLjAuMyIsWyJmdWxsTmFtZSJdPSJzcC8yLjAuMyIsWyJsb2FkT3JkZXIiXT05LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InNwLzIuMC4zIix9LHN1dGlscz17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9zdXRpbHMvZGVmYXVsdCIsWyJmdWxsTmFtZSJdPSJzdXRpbHMvZGVmYXVsdCIsWyJsb2FkT3JkZXIiXT0yLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0";' export '_ModuleTable009_;' '_ModuleTable010_="dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InN1dGlscyIsfSx3M2VtYz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNlbWMvMi4zLjEiLFsiZnVsbE5hbWUiXT0idzNlbWMvMi4zLjEiLFsibG9hZE9yZGVyIl09MTAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNlbWMvMi4zLjEiLH0sdzNuY289e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czbmNvLzIuMC43IixbImZ1bGxOYW1lIl09InczbmNvLzIuMC43IixbImxvYWRPcmRlciJdPTExLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMi";' export '_ModuleTable010_;' '_ModuleTable011_="XT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHo9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3ovMS4yLjExIixbImZ1bGxOYW1lIl09InovMS4yLjExIixbImxvYWRPcmRlciJdPTE3LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InovMS4yLjExIix9LH0sbXBhdGhBPXsiL2NvbnRyaWIvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDIvTkNFUERFVi9mdjMtY2FtL0R1c2FuLkpvdmljL3Vmcy9wcjE4L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL2hlcmEuaW50ZWwiLCIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi9hcHBz";' export '_ModuleTable011_;' '_ModuleTable012_="L21vZHVsZXMvbW9kdWxlZmlsZXMvTGludXgiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L2NyYXlwZS9kZWZhdWx0L21vZHVsZWZpbGVzIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbCIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWxfaW1waSIsIi9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcyIsIi9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmU6L2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9M";' export '_ModuleTable012_;' '_ModuleTable013_="aW51eDovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzOi9vcHQvY3JheS9tb2R1bGVmaWxlczovb3B0L2NyYXkvY3JheXBlL2RlZmF1bHQvbW9kdWxlZmlsZXMiLH0=";' export '_ModuleTable013_;' '_ModuleTable_Sz_="13";' export '_ModuleTable_Sz_;' -++ echo '' - -++ echo Currently Loaded Modules: -Currently Loaded Modules: -++ echo '' '' '1)' contrib '' '' '' '' '' '' '' '' '' '' '' '7)' ip/3.0.2 '' '' '' '' '' '13)' g2tmpl/1.6.0 '' '' '' '19)' esmf/8.0.0 - 1) contrib 7) ip/3.0.2 13) g2tmpl/1.6.0 19) esmf/8.0.0 -++ echo '' '' '2)' sutils/default '' '' '' '' '8)' nemsio/2.2.4 '' '14)' crtm/2.2.6 '' '' '' '' '' '20)' cmake/3.9.0 - 2) sutils/default 8) nemsio/2.2.4 14) crtm/2.2.6 20) cmake/3.9.0 -++ echo '' '' '3)' intel/18.0.5.274 '' '' '9)' sp/2.0.3 '' '' '' '' '' '15)' jasper/1.900.1 '' '21)' fv3 - 3) intel/18.0.5.274 9) sp/2.0.3 15) jasper/1.900.1 21) fv3 -++ echo '' '' '4)' impi/2018.0.4 '' '' '' '' '10)' w3emc/2.3.1 '' '' '16)' png/1.2.44 - 4) impi/2018.0.4 10) w3emc/2.3.1 16) png/1.2.44 -++ echo '' '' '5)' netcdf/4.7.0 '' '' '' '' '' '11)' w3nco/2.0.7 '' '' '17)' z/1.2.11 - 5) netcdf/4.7.0 11) w3nco/2.0.7 17) z/1.2.11 -++ echo '' '' '6)' bacio/2.0.3 '' '' '' '' '' '' '12)' g2/3.1.1 '' '' '' '' '' '18)' post/8.0.1 - 6) bacio/2.0.3 12) g2/3.1.1 18) post/8.0.1 -++ echo '' - -++ echo '' '' - -++ echo '' - -++ MODULEPATH=/contrib/modulefiles:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles:/apps/modules/modulefamilies/intel:/apps/modules/modulefamilies/intel_impi:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles -++ export MODULEPATH -++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJpbXBpIix9LG1UPXtiYWNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvYmFjaW8vMi4wLjMiLFsiZnVsbE5hbWUiXT0iYmFjaW8vMi4wLjMiLFsibG9hZE9yZGVyIl09Nixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJiYWNpby8yLjAuMyIsfSxjbWFrZT17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9jbWFrZS8zLjkuMCIsWyJmdWxs -++ export _ModuleTable001_ -++ _ModuleTable002_=TmFtZSJdPSJjbWFrZS8zLjkuMCIsWyJsb2FkT3JkZXIiXT0yMCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjbWFrZS8zLjkuMCIsfSxjb250cmliPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvY29udHJpYiIsWyJmdWxsTmFtZSJdPSJjb250cmliIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY29udHJpYiIsfSxjcnRtPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9jcnRtLzIuMi42IixbImZ1bGxOYW1lIl09ImNydG0vMi4yLjYiLFsibG9hZE9yZGVy -++ export _ModuleTable002_ -++ _ModuleTable003_=Il09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL2Z2My1jYW0vRHVzYW4uSm92aWMvdWZzL3ByMTgvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvaGVyYS5pbnRlbC9mdjMiLFsi -++ export _ModuleTable003_ -++ _ModuleTable004_=ZnVsbE5hbWUiXT0iZnYzIixbImxvYWRPcmRlciJdPTIxLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTAsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImZ2MyIsfSxnMj17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzIvMy4xLjEiLFsiZnVsbE5hbWUiXT0iZzIvMy4xLjEiLFsibG9hZE9yZGVyIl09MTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZzIvMy4xLjEiLH0sZzJ0bXBsPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9nMnRtcGwvMS42LjAiLFsiZnVsbE5hbWUiXT0iZzJ0bXBsLzEuNi4w -++ export _ModuleTable004_ -++ _ModuleTable005_=IixbImxvYWRPcmRlciJdPTEzLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcydG1wbC8xLjYuMCIsfSxpbXBpPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwvaW1waS8yMDE4LjAuNCIsWyJmdWxsTmFtZSJdPSJpbXBpLzIwMTguMC40IixbImxvYWRPcmRlciJdPTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW1waS8yMDE4LjAuNCIsfSxpbnRlbD17WyJmbiJdPSIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL2ludGVsLzE4LjAuNS4yNzQiLFsiZnVsbE5hbWUiXT0iaW50ZWwvMTguMC41LjI3NCIsWyJsb2FkT3JkZXIi -++ export _ModuleTable005_ -++ _ModuleTable006_=XT0zLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImludGVsLzE4LjAuNS4yNzQiLH0saXA9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2lwLzMuMC4yIixbImZ1bGxOYW1lIl09ImlwLzMuMC4yIixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaXAvMy4wLjIiLH0samFzcGVyPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9qYXNwZXIvMS45MDAuMSIsWyJmdWxsTmFtZSJdPSJqYXNwZXIvMS45MDAuMSIsWyJsb2FkT3JkZXIi -++ export _ModuleTable006_ -++ _ModuleTable007_=XT0xNSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJqYXNwZXIvMS45MDAuMSIsfSxuZW1zaW89e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL25lbXNpby8yLjIuNCIsWyJmdWxsTmFtZSJdPSJuZW1zaW8vMi4yLjQiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZW1zaW8vMi4yLjQiLH0sbmV0Y2RmPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwvbmV0Y2RmLzQuNy4wIixbImZ1bGxOYW1lIl09Im5ldGNkZi80LjcuMCIsWyJsb2FkT3JkZXIi -++ export _ModuleTable007_ -++ _ModuleTable008_=XT01LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5ldGNkZi80LjcuMCIsfSxwbmc9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3BuZy8xLjIuNDQiLFsiZnVsbE5hbWUiXT0icG5nLzEuMi40NCIsWyJsb2FkT3JkZXIiXT0xNixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJwbmcvMS4yLjQ0Iix9LHBvc3Q9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3Bvc3QvOC4wLjEiLFsiZnVsbE5hbWUiXT0icG9zdC84LjAuMSIsWyJsb2FkT3JkZXIiXT0xOCxw -++ export _ModuleTable008_ -++ _ModuleTable009_=cm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJwb3N0LzguMC4xIix9LHNwPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9zcC8yLjAuMyIsWyJmdWxsTmFtZSJdPSJzcC8yLjAuMyIsWyJsb2FkT3JkZXIiXT05LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InNwLzIuMC4zIix9LHN1dGlscz17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9zdXRpbHMvZGVmYXVsdCIsWyJmdWxsTmFtZSJdPSJzdXRpbHMvZGVmYXVsdCIsWyJsb2FkT3JkZXIiXT0yLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0 -++ export _ModuleTable009_ -++ _ModuleTable010_=dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InN1dGlscyIsfSx3M2VtYz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNlbWMvMi4zLjEiLFsiZnVsbE5hbWUiXT0idzNlbWMvMi4zLjEiLFsibG9hZE9yZGVyIl09MTAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNlbWMvMi4zLjEiLH0sdzNuY289e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czbmNvLzIuMC43IixbImZ1bGxOYW1lIl09InczbmNvLzIuMC43IixbImxvYWRPcmRlciJdPTExLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMi -++ export _ModuleTable010_ -++ _ModuleTable011_=XT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHo9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3ovMS4yLjExIixbImZ1bGxOYW1lIl09InovMS4yLjExIixbImxvYWRPcmRlciJdPTE3LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InovMS4yLjExIix9LH0sbXBhdGhBPXsiL2NvbnRyaWIvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDIvTkNFUERFVi9mdjMtY2FtL0R1c2FuLkpvdmljL3Vmcy9wcjE4L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL2hlcmEuaW50ZWwiLCIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi9hcHBz -++ export _ModuleTable011_ -++ _ModuleTable012_=L21vZHVsZXMvbW9kdWxlZmlsZXMvTGludXgiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L2NyYXlwZS9kZWZhdWx0L21vZHVsZWZpbGVzIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbCIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWxfaW1waSIsIi9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcyIsIi9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmU6L2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9M -++ export _ModuleTable012_ -++ _ModuleTable013_=aW51eDovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzOi9vcHQvY3JheS9tb2R1bGVmaWxlczovb3B0L2NyYXkvY3JheXBlL2RlZmF1bHQvbW9kdWxlZmlsZXMiLH0= -++ export _ModuleTable013_ -++ _ModuleTable_Sz_=13 -++ export _ModuleTable_Sz_ -++ : -s sh -+ eval -+ cd build_fv3_15 -+ cmake /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF --- The C compiler identification is Intel 18.0.5.20180823 --- The CXX compiler identification is Intel 18.0.5.20180823 --- The Fortran compiler identification is Intel 18.0.5.20180823 --- Check for working C compiler: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiicc --- Check for working C compiler: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiicc -- works --- Detecting C compiler ABI info --- Detecting C compiler ABI info - done --- Detecting C compile features --- Detecting C compile features - done --- Check for working CXX compiler: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiicpc --- Check for working CXX compiler: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiicpc -- works --- Detecting CXX compiler ABI info --- Detecting CXX compiler ABI info - done --- Detecting CXX compile features --- Detecting CXX compile features - done --- Check for working Fortran compiler: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort --- Check for working Fortran compiler: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -- works --- Detecting Fortran compiler ABI info --- Detecting Fortran compiler ABI info - done --- Checking whether /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort supports Fortran 90 --- Checking whether /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort supports Fortran 90 -- yes --- Found MPI_C: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpifort.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/release_mt/libmpi.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpigi.a;/usr/lib64/libdl.so;/usr/lib64/librt.so;/usr/lib64/libpthread.so --- Found MPI_CXX: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpicxx.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpifort.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/release_mt/libmpi.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpigi.a;/usr/lib64/libdl.so;/usr/lib64/librt.so;/usr/lib64/libpthread.so --- Found MPI_Fortran: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpifort.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/release_mt/libmpi.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpigi.a;/usr/lib64/libdl.so;/usr/lib64/librt.so;/usr/lib64/libpthread.so -ESMFMKFILE: /scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/lib/esmf.mk - Found ESMF: -ESMF_VERSION_MAJOR: 8 -ESMF_F90COMPILEPATHS: /scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod;/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include;/apps/netcdf/4.6.1/intel/16.1.150/include -ESMF_F90ESMFLINKRPATHS: -Wl,-rpath,/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/lib -ESMF_F90ESMFLINKLIBS: -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf --- Found ESMF: /scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod;/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include;/apps/netcdf/4.6.1/intel/16.1.150/include (found version "8.0.0") - -Setting configuration for hera.intel - -C compiler: Intel 18.0.5.20180823 (mpiicc) -CXX compiler: Intel 18.0.5.20180823 (mpiicpc) -Fortran compiler: Intel 18.0.5.20180823 (mpiifort) - -DEBUG is disabled -REPRO is disabled -32BIT is disabled -OPENMP is ENABLED -AVX2 is ENABLED -INLINE_POST is ENABLED - - -Selected physics package: gfs - --- Detecting OpenMP flags for Intel C compiler: -qopenmp --- Detecting OpenMP flags for Intel C++ compiler: -qopenmp --- Detecting OpenMP flags for Intel Fortran compiler: -qopenmp --- Enable OpenMP support for C/C++/Fortran compiler --- Disable SIONlib support --- Disable Intel MKL support --- Enable netCDF support --- Disable ESMF support --- Disable multi-gases physics --- Detecting OpenMP flags for Intel C compiler: -qopenmp --- Detecting OpenMP flags for Intel C++ compiler: -qopenmp --- Detecting OpenMP flags for Intel Fortran compiler: -qopenmp --- Enable OpenMP support for C/C++/Fortran compiler --- Found LibXml2: /usr/lib64/libxml2.so (found version "2.9.1") --- Found Doxygen: /usr/bin/doxygen (found version "1.8.5") found components: doxygen dot --- Detecting OpenMP flags for Intel C compiler: -qopenmp --- Detecting OpenMP flags for Intel C++ compiler: -qopenmp --- Detecting OpenMP flags for Intel Fortran compiler: -qopenmp --- Enable OpenMP support for C/C++/Fortran compiler -INFOGot CCPP_SCHEMES from environment variable: /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/aer_cloud.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/aerclm_def.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/aerinterp.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/calpreciptype.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cldwat2m_micro.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cldmacro.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/date_def.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/funcphys.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gcycle.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/h2o_def.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/h2ointerp.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/iccn_def.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/iccninterp.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/iounitdef.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/machine.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mersenne_twister.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfpbl.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg_utils.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg2_0.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg3_0.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/multi_gases.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_model.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_parameters.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_radar.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_thompson.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MP_FER_HIRES.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_bl_mynn.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_mynn.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_orowam2017.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/namelist_soilveg.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfpblt.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfpbltq.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfscu.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfscuq.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/noahmp_tables.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/num_parthds.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozne_def.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozinterp.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/physcons.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/physparam.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radcons.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_aerosols.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_astronomy.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_clouds.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_gases.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_surface.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radlw_datatb.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radlw_param.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radsw_datatb.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radsw_param.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/samfaerosols.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfcsub.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sflx.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/set_soilveg.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/surface_perturbation.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_deep.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_sh.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/tridi.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/wv_saturation.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_soil_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rayleigh_damp.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radsw_main.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_ocean.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gwdc.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gscond.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ysuvdif.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_sice.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/samfdeepcnv.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/satmedmfvdif.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozphys_2015.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/samfshalcnv.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/precpd.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_fer_hires.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diag.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radlw_main.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_debug.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/satmedmfvdifq.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cs_conv.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/shinhongvdif.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/h2ophys.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_nst.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/moninedmf.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diff.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diag_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/m_micro.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gcm_shoc.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gwdps.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/shalcnv.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/get_prs_fv3.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozphys.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_stochastics.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/drag_suite.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_cice.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sascnvn.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cnvc90.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_drv.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/dcyc2.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/moninshoc.f -INFOGot CAPS from environment variable: /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_15/FV3/ccpp/physics/ccpp_FV3_GFS_2017_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_15/FV3/ccpp/physics/ccpp_FV3_GFS_2017_time_vary_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_15/FV3/ccpp/physics/ccpp_FV3_GFS_2017_radiation_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_15/FV3/ccpp/physics/ccpp_FV3_GFS_2017_physics_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_15/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stochastics_cap.F90 -Force 64 bits in CCPP_layer --- Configuring done --- Generating done --- Build files have been written to: /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_15 -+ make -j 8 -Scanning dependencies of target fv3cpl -Scanning dependencies of target ccpp -[ 0%] Building Fortran object FV3/cpl/CMakeFiles/fv3cpl.dir/module_cap_cpl.F90.o -[ 0%] Building Fortran object FV3/cpl/CMakeFiles/fv3cpl.dir/module_cplfields.F90.o -[ 0%] Building Fortran object FV3/ccpp/framework/src/CMakeFiles/ccpp.dir/ccpp_errors.F90.o -[ 0%] Building Fortran object FV3/ccpp/framework/src/CMakeFiles/ccpp.dir/ccpp_types.F90.o -[ 1%] Building Fortran object FV3/ccpp/framework/src/CMakeFiles/ccpp.dir/ccpp.F90.o -Scanning dependencies of target fms -[ 1%] Building Fortran object CMakeFiles/fms.dir/FMS/platform/platform.F90.o -[ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_parameter.F90.o -[ 3%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_core.F90.o -[ 4%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_input.F90.o -[ 4%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/cloud_interpolator.F90.o -[ 4%] Building Fortran object FV3/ccpp/framework/src/CMakeFiles/ccpp.dir/ccpp_api.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 4%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_io.F90.o -[ 4%] Building Fortran object CMakeFiles/fms.dir/FMS/random_numbers/MersenneTwister.F90.o -[ 4%] Linking Fortran static library libccpp.a -[ 4%] Building Fortran object CMakeFiles/fms.dir/FMS/sat_vapor_pres/sat_vapor_pres_k.F90.o -[ 4%] Built target ccpp -[ 4%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_data.F90.o -[ 4%] Building Fortran object CMakeFiles/fms.dir/FMS/constants/constants.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 4%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp.F90.o -[ 4%] Linking Fortran static library libfv3cpl.a -Scanning dependencies of target ccppphys -[ 4%] Built target fv3cpl -[ 4%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/machine.F.o -[ 4%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_mp_radar.F90.o -[ 4%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFDL_parse_tracers.F90.o -[ 4%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/iounitdef.f.o -[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mersenne_twister.f.o -[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/namelist_soilveg.f.o -[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/namelist_soilveg_ruc.F90.o -[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_noahmp_glacier.f90.o -[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_noahmplsm.f90.o -[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/noahmp_tables.f90.o -[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_soil_pre.F90.o -[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/physcons.F90.o -[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/aerclm_def.F.o -[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/physparam.f.o -[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/h2o_def.f.o -[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/iccn_def.F.o -[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/micro_mg_utils.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozne_def.f.o -[ 8%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/surface_perturbation.F90.o -[ 8%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_deep.F90.o -[ 8%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_gfdl_cloud_microphys.F90.o -[ 8%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gfs_phy_tracer_config.F.o -[ 8%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radcons.f90.o -[ 8%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/set_soilveg.f.o -[ 8%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MP_FER_HIRES.F90.o -[ 8%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_BL_MYJPBL.F90.o -[ 9%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/date_def.f.o -[ 10%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_mp_thompson.F90.o -[ 10%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gwdps.f.o -[ 10%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_SF_JSFC.F90.o -[ 10%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_ruclsm.F90.o -[ 10%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/set_soilveg_ruc.F90.o -[ 10%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_post.F90.o -[ 10%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cnvc90.f.o -[ 10%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_DCNV_generic.F90.o -[ 10%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_GWD_generic.F90.o -[ 11%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_MP_generic.F90.o -[ 11%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_PBL_generic.F90.o -[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_SCNV_generic.F90.o -[ 13%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_composites.F90.o -[ 13%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_loop_control.F90.o -[ 13%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/maximum_hourly_diagnostics.F90.o -[ 13%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozphys.f.o -[ 13%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rayleigh_damp.f.o -[ 13%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_diag_post.F90.o -[ 13%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_diff.f.o -[ 14%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_stochastics.F90.o -[ 14%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/funcphys.f90.o -[ 14%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radlw_param.f.o -[ 14%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radsw_param.f.o -[ 14%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_nst_parameters.f90.o -[ 14%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_bl_mynn.F90.o -[ 15%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_initialize.F90.o -[ 16%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_astronomy.f.o -[ 16%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_surface.f.o -[ 17%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/samfaerosols.F.o -[ 18%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/aerinterp.F90.o -[ 18%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/h2ointerp.f90.o -[ 19%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_efp.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 19%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_memutils.F90.o -[ 19%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_pset.F90.o -[ 20%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_type.F90.o -[ 21%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/iccninterp.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 22%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozinterp.f90.o -[ 22%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_mp_thompson_make_number_concentrations.F90.o -[ 22%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/gradient.F90.o -[ 22%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/aer_cloud.F.o -[ 22%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/get_prs_fv3.F90.o -[ 23%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_generic.F90.o -[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/wv_saturation.F.o -[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/__/__/gfsphysics/GFS_layer/GFS_typedefs.F90.o -[ 24%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_domains.F90.o -[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_nst_water_prop.f90.o -[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_module.F90.o -[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_bfmicrophysics.f.o -[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radsw_datatb.f.o -[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_aerosols.f.o -[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_gases.f.o -[ 25%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radlw_datatb.f.o -[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/moninedmf.f.o -[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_drv.f.o -[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/samfdeepcnv.f.o -[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/samfshalcnv.f.o -[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_diag.f.o -[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_sice.f.o -[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gscond.f.o -[ 27%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/precpd.f.o -[ 27%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_time_vary_pre.fv3.F90.o -[ 27%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_clouds.f.o -[ 27%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radlw_main.f.o -[ 27%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radsw_main.f.o -[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_nst_model.f90.o -[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cldmacro.F.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cldwat2m_micro.F.o -[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/micro_mg2_0.F90.o -[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/micro_mg3_0.F90.o -[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_sh.F90.o -[ 30%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_mynn.F90.o -[ 31%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp.F90.o -[ 32%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_nst.f.o -[ 33%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_setup.F90.o -[ 33%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_comm.F90.o -[ 33%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_io.F90.o -Compiling in MPI mode (with or without MPP) -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 33%] Building Fortran object CMakeFiles/fms.dir/FMS/memutils/memutils.F90.o -[ 33%] Building Fortran object CMakeFiles/fms.dir/FMS/fms/fms_io.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 33%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_suite_interstitial.F90.o -[ 33%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_post.F90.o -[ 33%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/dcyc2.f.o -[ 33%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rrtmg_lw_post.F90.o -[ 33%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rrtmg_lw_pre.F90.o -[ 33%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_pre.F90.o -[ 33%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rrtmg_sw_post.F90.o -[ 33%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rrtmg_sw_pre.F90.o -[ 33%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_stochastics_cap.F90.o -[ 34%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_phys_time_vary.fv3.F90.o -[ 35%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_rad_time_vary.fv3.F90.o -[ 35%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_physics_cap.F90.o -[ 36%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_radiation_cap.F90.o -[ 36%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_time_vary_cap.F90.o -[ 36%] Building Fortran object CMakeFiles/fms.dir/FMS/fms/fms.F90.o -[ 37%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_conserve.F90.o -[ 37%] Building Fortran object CMakeFiles/fms.dir/FMS/time_manager/time_manager.F90.o -[ 37%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bilinear.F90.o -[ 37%] Building Fortran object CMakeFiles/fms.dir/FMS/axis_utils/axis_utils.F90.o -[ 37%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bicubic.F90.o -[ 37%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_spherical.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 37%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_grid.F90.o -[ 37%] Building Fortran object CMakeFiles/fms.dir/FMS/field_manager/field_manager.F90.o -[ 37%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/mosaic.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 37%] Building Fortran object CMakeFiles/fms.dir/FMS/topography/gaussian_topog.F90.o -[ 37%] Building Fortran object CMakeFiles/fms.dir/FMS/time_manager/get_cal_time.F90.o -[ 38%] Building Fortran object CMakeFiles/fms.dir/FMS/time_interp/time_interp.F90.o -[ 39%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_data.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 39%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_types.F90.o -[ 39%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_axis.F90.o -[ 39%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_manifest.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/write_ocean_data.F90.o -[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/xbt_drop_rate_adjust.f90.o -[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_output.F90.o -[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp.F90.o -[ 42%] Building Fortran object CMakeFiles/fms.dir/FMS/field_manager/fm_util.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 42%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_util.F90.o -[ 42%] Building Fortran object CMakeFiles/fms.dir/FMS/time_interp/time_interp_external.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 42%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_table.F90.o -[ 42%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_manager.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 42%] Building Fortran object CMakeFiles/fms.dir/FMS/data_override/data_override.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 42%] Building Fortran object CMakeFiles/fms.dir/FMS/exchange/stock_constants.F90.o -[ 43%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/coupler_types.F90.o -[ 43%] Building Fortran object CMakeFiles/fms.dir/FMS/amip_interp/amip_interp.F90.o -[ 43%] Building Fortran object CMakeFiles/fms.dir/FMS/astronomy/astronomy.F90.o -[ 44%] Building Fortran object CMakeFiles/fms.dir/FMS/column_diagnostics/column_diagnostics.F90.o -[ 44%] Building Fortran object CMakeFiles/fms.dir/FMS/block_control/block_control.F90.o -[ 44%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/atmos_ocean_fluxes.F90.o -[ 44%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/ensemble_manager.F90.o -[ 44%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -Compiling in MPI mode (with or without MPP) -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 45%] Building Fortran object CMakeFiles/fms.dir/FMS/exchange/xgrid.F90.o -[ 45%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft.F90.o -[ 45%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft99.F90.o -[ 45%] Building Fortran object CMakeFiles/fms.dir/FMS/interpolator/interpolator.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 46%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/grid.F90.o -[ 46%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_utilities.F90.o -[ 46%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core.F90.o -[ 47%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core_ecda.F90.o -[ 47%] Building Fortran object CMakeFiles/fms.dir/FMS/random_numbers/random_numbers.F90.o -[ 48%] Building Fortran object CMakeFiles/fms.dir/FMS/sat_vapor_pres/sat_vapor_pres.F90.o -[ 48%] Building Fortran object CMakeFiles/fms.dir/FMS/station_data/station_data.F90.o -[ 49%] Building Fortran object CMakeFiles/fms.dir/FMS/topography/topography.F90.o -[ 49%] Building Fortran object CMakeFiles/fms.dir/FMS/tracer_manager/tracer_manager.F90.o -[ 49%] Building Fortran object CMakeFiles/fms.dir/FMS/tridiagonal/tridiagonal.F90.o -[ 49%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/quicksort.F90.o -[ 49%] Building C object CMakeFiles/fms.dir/FMS/memutils/memuse.c.o -[ 50%] Building C object CMakeFiles/fms.dir/FMS/mosaic/create_xgrid.c.o -[ 50%] Building C object CMakeFiles/fms.dir/FMS/mosaic/gradient_c2l.c.o -[ 50%] Building C object CMakeFiles/fms.dir/FMS/mosaic/interp.c.o -[ 50%] Building C object CMakeFiles/fms.dir/FMS/mosaic/mosaic_util.c.o -[ 51%] Building C object CMakeFiles/fms.dir/FMS/mosaic/read_mosaic.c.o -[ 51%] Building C object CMakeFiles/fms.dir/FMS/affinity/affinity.c.o -[ 51%] Building C object CMakeFiles/fms.dir/FMS/mpp/nsclock.c.o -[ 51%] Building C object CMakeFiles/fms.dir/FMS/mpp/threadloc.c.o -[ 51%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/__/__/gfsphysics/CCPP_layer/CCPP_typedefs.F90.o -[ 51%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_cap.F90.o -[ 52%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_debug.F90.o -[ 52%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_suite_init_finalize_test.F90.o -[ 52%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cs_conv.F90.o -[ 52%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cs_conv_aw_adj.F90.o -[ 52%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver.F90.o -[ 52%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver_post.F90.o -[ 52%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver_pre.F90.o -[ 52%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke.F90.o -[ 52%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke_post.F90.o -[ 52%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke_pre.F90.o -[ 52%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/drag_suite.F90.o -[ 53%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gcm_shoc.F90.o -[ 53%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gfdl_cloud_microphys.F90.o -[ 53%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gfdl_fv_sat_adj.F90.o -[ 54%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gwdc.f.o -[ 54%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/h2ophys.f.o -[ 54%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/lsm_ruc_sfc_sice_interstitial.F90.o -[ 54%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/m_micro.F90.o -[ 55%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/m_micro_interstitial.F90.o -[ 55%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYJPBL_wrapper.F90.o -[ 56%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYJSFC_wrapper.F90.o -[ 56%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNPBL_wrapper.F90.o -[ 56%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNSFC_wrapper.F90.o -[ 56%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNrad_post.F90.o -[ 56%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNrad_pre.F90.o -[ 57%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/moninshoc.f.o -[ 57%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_fer_hires.F90.o -[ 58%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_thompson.F90.o -[ 58%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_thompson_post.F90.o -[ 58%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_thompson_pre.F90.o -[ 58%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/multi_gases.F90.o -[ 58%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozphys_2015.f.o -[ 59%] Linking Fortran static library FMS/libfms.a -[ 60%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sascnvn.F.o -[ 60%] Built target fms -[ 61%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/satmedmfvdif.F.o -[ 61%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/satmedmfvdifq.F.o -[ 61%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_cice.f.o -[ 61%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_drv_ruc.F90.o -[ 61%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_noahmp_drv.f.o -[ 61%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_ocean.F.o -[ 61%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/shalcnv.F.o -[ 61%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfcsub.F.o -[ 62%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ugwp_driver_v0.F.o -[ 62%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ysuvdif.F90.o -[ 62%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/shinhongvdif.F90.o -[ 62%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/calpreciptype.f90.o -[ 62%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gcycle.F90.o -[ 63%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gocart_tracer_config_stub.f.o -[ 63%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfpbl.f.o -[ 63%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_triggers.F90.o -[ 63%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_solvers.F90.o -[ 63%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_utils.F90.o -[ 63%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_orowam2017.f.o -[ 64%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_vert_lsatdis.F90.o -[ 64%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_vert_orodis.F90.o -[ 64%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_vert_wmsdis.F90.o -[ 65%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfpblt.f.o -[ 65%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfpbltq.f.o -[ 65%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfscu.f.o -[ 66%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/num_parthds.F.o -[ 66%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfscuq.f.o -[ 66%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sflx.f.o -[ 66%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/tridi.f.o -[ 66%] Linking Fortran static library libccppphys.a -[ 66%] Built target ccppphys -Scanning dependencies of target gfsphysics -[ 66%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/namelist_soilveg.f.o -[ 66%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/machine.F.o -[ 68%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mersenne_twister.f.o -[ 68%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/GFDL_parse_tracers.F90.o -[ 68%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/physcons.F90.o -[ 68%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/physparam.f.o -[ 68%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/CCPP_layer/CCPP_typedefs.F90.o -[ 68%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radlw_param.f.o -[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radsw_param.f.o -[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_typedefs.F90.o -[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_driver.F90.o -[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_diagnostics.F90.o -[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/CCPP_layer/CCPP_data.F90.o -[ 70%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_restart.F90.o -[ 70%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_abstraction_layer.F90.o -[ 71%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/noahmp_tables.f90.o -[ 71%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/set_soilveg.f.o -[ 71%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/__/ccpp/physics/ccpp_static_api.F90.o -[ 71%] Linking Fortran static library libgfsphysics.a -[ 71%] Built target gfsphysics -Scanning dependencies of target ipd -Scanning dependencies of target ccppdriver -[ 71%] Building Fortran object FV3/ipd/CMakeFiles/ipd.dir/IPD_typedefs.F90.o -[ 71%] Building Fortran object FV3/ccpp/driver/CMakeFiles/ccppdriver.dir/CCPP_driver.F90.o -[ 71%] Building Fortran object FV3/ipd/CMakeFiles/ipd.dir/IPD_driver.F90.o -[ 72%] Linking Fortran static library libccppdriver.a -[ 72%] Built target ccppdriver -[ 73%] Linking Fortran static library libipd.a -[ 73%] Built target ipd -Scanning dependencies of target io -[ 73%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_fv3_io_def.F90.o -[ 74%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_internal_state.F90.o -Scanning dependencies of target fv3core -[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_fill.F90.o -[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/external_sst.F90.o -[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_arrays.F90.o -[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/sim_nc_mod.F90.o -[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/DYCORE_typedefs.F90.o -[ 76%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_netcdf.F90.o -[ 76%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_nemsio.F90.o -[ 76%] Building Fortran object FV3/io/CMakeFiles/io.dir/post_gfs.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_mp_mod.F90.o -[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/sorted_index.F90.o -[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_eta.F90.o -[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_timing.F90.o -[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_sg.F90.o -[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/boundary.F90.o -[ 78%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_grid_utils.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 79%] Building Fortran object FV3/io/CMakeFiles/io.dir/FV3GFS_io.F90.o -[ 79%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_wrt_grid_comp.F90.o -[ 79%] Building Fortran object FV3/io/CMakeFiles/io.dir/ffsync.F90.o -[ 80%] Building Fortran object FV3/io/CMakeFiles/io.dir/post_nems_routines.F90.o -[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/a2b_edge.F90.o -[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_mapz.F90.o -[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_surf_map.F90.o -[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/tp_core.F90.o -[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_grid_tools.F90.o -[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/init_hydro.F90.o -[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_treat_da_inc.F90.o -[ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_iau_mod.F90.o -[ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/sw_core.F90.o -[ 84%] Linking Fortran static library libio.a -[ 84%] Built target io -[ 85%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_diagnostics.F90.o -[ 85%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_io.F90.o -[ 85%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/nh_utils.F90.o -[ 85%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/nh_core.F90.o -[ 85%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_nudge.F90.o -[ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_regional_bc.F90.o -[ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/test_cases.F90.o -[ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/fv_nggps_diag.F90.o -[ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_tracer2d.F90.o -[ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/dyn_core.F90.o -[ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_update_phys.F90.o -[ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/external_ic.F90.o -[ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_restart.F90.o -[ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_control.F90.o -[ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_nesting.F90.o -[ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_dynamics.F90.o -[ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/atmosphere.F90.o -[ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/multi_gases.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 87%] Linking Fortran static library libfv3core.a -[ 87%] Built target fv3core -Scanning dependencies of target stochastic_physics -[ 87%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/spectral_layout.F90.o -[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_resol_def.f.o -[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/update_ca.f90.o -[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_gg_def.f.o -[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_layout_lag.f.o -[ 89%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_namelist_def.F90.o -[ 89%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/glats_stochy.f.o -[ 90%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/compns_stochy.F90.o -[ 90%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/setlats_lag_stochy.f.o -[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/epslon_stochy.f.o -[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/gozrineo_stochy.f.o -[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/pln2eo_stochy.f.o -[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/get_lats_node_a_stochy.f.o -[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/get_ls_node_stochy.f.o -[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/setlats_a_stochy.f.o -[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_internal_state_mod.F90.o -[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/dezouv_stochy.f.o -[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/dozeuv_stochy.f.o -[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/four_to_grid_stochy.F.o -[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_patterngenerator.F90.o -[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/sumfln_stochy.f.o -[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/getcon_lag_stochy.f.o -[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/getcon_spectral.F90.o -[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/initialize_spectral_mod.F90.o -[ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_data_mod.F90.o -[ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/get_stochy_pattern.F90.o -[ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochastic_physics.F90.o -[ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/cellular_automata.f90.o -[ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/plumes.f90.o -[ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/num_parthds_stochy.f.o -[ 95%] Linking Fortran static library libstochastic_physics.a -[ 95%] Built target stochastic_physics -Scanning dependencies of target fv3cap -[ 95%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/module_fv3_config.F90.o -[ 95%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/atmos_model.F90.o -[ 96%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/module_fcst_grid_comp.F90.o -[ 96%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/fv3_cap.F90.o -[ 96%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/time_utils.F90.o -[ 96%] Linking Fortran static library libfv3cap.a -[ 96%] Built target fv3cap -Scanning dependencies of target NEMS.exe -[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_MEDIATOR_methods.F90.o -[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/ENS_Cpl/ENS_CplComp_ESMFMod_STUB.F90.o -[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_EARTH_INTERNAL_STATE.F90.o -[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_Rusage.F90.o -[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_UTILS.F90.o -[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_MEDIATOR_SpaceWeather.F90.o -[ 98%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_INTERNAL_STATE.F90.o -[100%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_MEDIATOR.F90.o -[100%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_EARTH_GRID_COMP.F90.o -[100%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_GRID_COMP.F90.o -[100%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/MAIN_NEMS.F90.o -[100%] Building C object CMakeFiles/NEMS.exe.dir/NEMS/src/nems_c_rusage.c.o -[100%] Linking Fortran executable NEMS.exe -/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/lib/libjasper_v1.900.1.a(jas_stream.o): In function `jas_stream_tmpfile': -jas_stream.c:(.text+0x7a7): warning: the use of `tmpnam' is dangerous, better use `mkstemp' -[100%] Built target NEMS.exe -+ mv NEMS.exe ../fv3_15.exe -+ cp /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel/fv3 ../modules.fv3_15 -+ cd .. -+ '[' YES = YES ']' -+ rm -rf build_fv3_15 -+ elapsed=566 -+ echo 'Elapsed time 566 seconds. Compiling CCPP=Y STATIC=Y SUITES=FV3_GFS_2017 finished' -Elapsed time 566 seconds. Compiling CCPP=Y STATIC=Y SUITES=FV3_GFS_2017 finished -+ SECONDS=0 -+++ readlink -f /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/compile_cmake.sh -++ dirname /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/compile_cmake.sh -+ readonly MYDIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests -+ MYDIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests -+ readonly ARGC=4 -+ ARGC=4 -+ cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests -+ [[ 4 -eq 0 ]] -+ [[ 4 -lt 2 ]] -+ PATHTR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model -+ MACHINE_ID=hera.intel -+ MAKE_OPT='CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_gfdlmp WW3=Y' -+ BUILD_NAME=fv3_16 -+ clean_before=YES -+ clean_after=YES -+ BUILD_DIR=build_fv3_16 -+ [[ hera.intel == cheyenne.* ]] -+ [[ hera.intel == wcoss_dell_p3 ]] -+ MAKE_THREADS=8 -+ hostname -hfe01 -+ cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests -+ echo 'Compiling CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_gfdlmp WW3=Y into fv3_16.exe on hera.intel' -Compiling CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_gfdlmp WW3=Y into fv3_16.exe on hera.intel -+ '[' YES = YES ']' -+ rm -rf build_fv3_16 -+ mkdir -p build_fv3_16 -+ CCPP_CMAKE_FLAGS= -+ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_gfdlmp WW3=Y == *\D\E\B\U\G\=\Y* ]] -+ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_gfdlmp WW3=Y == *\R\E\P\R\O\=\Y* ]] -+ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_gfdlmp WW3=Y == *\3\2\B\I\T\=\Y* ]] -+ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_gfdlmp WW3=Y == *\O\P\E\N\M\P\=\N* ]] -+ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_gfdlmp WW3=Y == *\C\C\P\P\=\Y* ]] -+ CCPP_CMAKE_FLAGS=' -DCCPP=ON -DMPI=ON' -+ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_gfdlmp WW3=Y == *\D\E\B\U\G\=\Y* ]] -+ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_gfdlmp WW3=Y == *\R\E\P\R\O\=\Y* ]] -+ CCPP_CMAKE_FLAGS=' -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release' -+ [[ hera.intel == \j\e\t\.\i\n\t\e\l ]] -+ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_gfdlmp WW3=Y == *\3\2\B\I\T\=\Y* ]] -+ CCPP_CMAKE_FLAGS=' -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=OFF' -+ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_gfdlmp WW3=Y == *\S\T\A\T\I\C\=\Y* ]] -+ CCPP_CMAKE_FLAGS=' -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=OFF -DSTATIC=ON' -+ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_gfdlmp WW3=Y == *\M\U\L\T\I\_\G\A\S\E\S\=\Y* ]] -+ CCPP_CMAKE_FLAGS=' -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF' -++ echo CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_gfdlmp WW3=Y -++ sed 's/.* SUITES=//' -++ sed 's/ .*//' -+ SUITES=FV3_GFS_2017,FV3_GFS_2017_gfdlmp -+ cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model -+ ./FV3/ccpp/framework/scripts/ccpp_prebuild.py --config=FV3/ccpp/config/ccpp_prebuild_config.py --static --suites=FV3_GFS_2017,FV3_GFS_2017_gfdlmp --builddir=tests/build_fv3_16/FV3 -INFO: Logging level set to INFO -INFO: Found TYPEDEFS_NEW_METADATA dictionary in config, assume at least some data is in new metadata formet -INFO: Parsing suite definition files ... -INFO: Parsing suite definition file FV3/ccpp/suites/suite_FV3_GFS_2017.xml ... -INFO: Parsing suite definition file FV3/ccpp/suites/suite_FV3_GFS_2017_gfdlmp.xml ... -INFO: Parsing metadata tables for variables provided by host model ... -INFO: Parsed variable definition tables in module machine -INFO: Parsed variable definition tables in module module_radsw_parameters -INFO: Parsed variable definition tables in module module_radlw_parameters -INFO: Parsed variable definition tables in module CCPP_typedefs -INFO: Parsed variable definition tables in module GFS_typedefs -INFO: Parsed variable definition tables in module CCPP_data -INFO: Parsed variable definition tables in module ccpp_types -INFO: Convert local names from new metadata format into old metadata format ... -INFO: Converting local name sfcflw of variable lw_fluxes_sfc from new to old metadata -INFO: Converting local name nslwr of variable number_of_timesteps_between_longwave_radiation_calls from new to old metadata -INFO: Converting local name hydrostatic of variable flag_for_hydrostatic_solver from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_of_kinematic_buoyancy_flux_from_shoc_in_phy_f3d) of variable kinematic_buoyancy_flux_from_shoc from new to old metadata -INFO: Converting local name nkbfshoc of variable index_of_kinematic_buoyancy_flux_from_shoc_in_phy_f3d from new to old metadata -INFO: Converting local name dvisbm_cpl of variable cumulative_surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name cnvw of variable convective_cloud_water_mixing_ratio from new to old metadata -INFO: Converting local name ltaerosol of variable flag_for_aerosol_physics from new to old metadata -INFO: Converting local name rainmcadj of variable lwe_thickness_of_moist_convective_adj_precipitation_amount from new to old metadata -INFO: Converting local name loop_cnt of variable ccpp_loop_counter from new to old metadata -INFO: Converting local name ncpi of variable local_ice_number_concentration from new to old metadata -INFO: Converting local name pt of variable virtual_temperature_at_Lagrangian_surface from new to old metadata -INFO: Converting local name nirbmui of variable surface_upwelling_direct_near_infrared_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name vconvtend of variable tendency_of_y_wind_due_to_deep_convection_for_coupling_on_physics_timestep from new to old metadata -INFO: Converting local name uustar_ice of variable surface_friction_velocity_over_ice from new to old metadata -INFO: Converting local name phy_myj_uz0 of variable u_wind_component_at_viscous_sublayer_top from new to old metadata -INFO: Converting local name evap_land of variable kinematic_surface_upward_latent_heat_flux_over_land from new to old metadata -INFO: Converting local name ocean of variable flag_nonzero_ocean_surface_fraction from new to old metadata -INFO: Converting local name ep1d_ocean of variable surface_upward_potential_latent_heat_flux_over_ocean from new to old metadata -INFO: Converting local name qconvtend of variable tendency_of_water_vapor_specific_humidity_due_to_deep_convection_for_coupling_on_physics_timestep from new to old metadata -INFO: Converting local name islmsk_cice of variable sea_land_ice_mask_cice from new to old metadata -INFO: Converting local name cmm_ice of variable surface_drag_wind_speed_for_momentum_in_air_over_ice from new to old metadata -INFO: Converting local name visdfdi of variable surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name cnv_ndrop of variable number_concentration_of_cloud_liquid_water_particles_for_detrainment from new to old metadata -INFO: Converting local name sh2o of variable volume_fraction_of_unfrozen_soil_moisture_for_land_surface_model from new to old metadata -INFO: Converting local name tau_tofd of variable time_integral_of_momentum_flux_due_to_turbulent_orographic_form_drag from new to old metadata -INFO: Converting local name dnirbmi_cpl of variable instantaneous_surface_downwelling_direct_near_infrared_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name refdmax263k of variable maximum_reflectivity_at_minus10c_over_maximum_hourly_time_interval from new to old metadata -INFO: Converting local name ulwsfci of variable surface_upwelling_longwave_flux from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_liquid_cloud_condensate) of variable tendency_of_liquid_cloud_water_mixing_ratio_due_to_model_physics from new to old metadata -INFO: Converting local name ntcw of variable index_for_liquid_cloud_condensate from new to old metadata -INFO: Converting local name lheatstrg of variable flag_for_canopy_heat_storage from new to old metadata -INFO: Converting local name slc of variable volume_fraction_of_unfrozen_soil_moisture from new to old metadata -INFO: Converting local name tsfc_land of variable surface_skin_temperature_over_land_interstitial from new to old metadata -INFO: Converting local name save_v of variable y_wind_save from new to old metadata -INFO: Converting local name xkzm_m of variable atmosphere_momentum_diffusivity_background from new to old metadata -INFO: Converting local name gabsbdlw_land of variable surface_downwelling_longwave_flux_absorbed_by_ground_over_land from new to old metadata -INFO: Converting local name tprcp_ice of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_ice from new to old metadata -INFO: Converting local name stblcpxy of variable slow_soil_pool_mass_content_of_carbon from new to old metadata -INFO: Converting local name cdq_land of variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_land from new to old metadata -INFO: Converting local name du3dt(:,:,2) of variable cumulative_change_in_x_wind_due_to_orographic_gravity_wave_drag from new to old metadata -INFO: Converting local name mg_berg_eff_factor of variable mg_bergeron_efficiency_factor from new to old metadata -INFO: Converting local name clouds(:,:,3) of variable mean_effective_radius_for_liquid_cloud from new to old metadata -INFO: Converting local name aer_nm of variable aerosol_number_concentration_from_gocart_aerosol_climatology from new to old metadata -INFO: Converting local name xzts of variable sensitivity_of_dtl_thickness_to_surface_temperature from new to old metadata -INFO: Converting local name lake of variable flag_nonzero_lake_surface_fraction from new to old metadata -INFO: Converting local name kb of variable vertical_index_difference_between_layer_and_lower_bound from new to old metadata -INFO: Converting local name ipt of variable index_for_diagnostic_printout from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_ice_friendly_aerosols) of variable ice_friendly_aerosol_number_concentration from new to old metadata -INFO: Converting local name ntia of variable index_for_ice_friendly_aerosols from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_rain_water) of variable tendency_of_rain_water_mixing_ratio_due_to_model_physics from new to old metadata -INFO: Converting local name ntrw of variable index_for_rain_water from new to old metadata -INFO: Converting local name con_epsm1 of variable ratio_of_dry_air_to_water_vapor_gas_constants_minus_one from new to old metadata -INFO: Converting local name dqsfc_cice of variable surface_upward_latent_heat_flux_for_coupling_interstitial from new to old metadata -INFO: Converting local name last_step of variable flag_for_the_last_step_of_k_split_remapping from new to old metadata -INFO: Converting local name huge of variable netcdf_float_fillvalue from new to old metadata -INFO: Converting local name save_q(:,:,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio_save from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_liquid_cloud_number_concentration) of variable cloud_droplet_number_concentration from new to old metadata -INFO: Converting local name ntlnc of variable index_for_liquid_cloud_number_concentration from new to old metadata -INFO: Converting local name dv3dt(:,:,1) of variable cumulative_change_in_y_wind_due_to_PBL from new to old metadata -INFO: Converting local name imp_physics_mg of variable flag_for_morrison_gettelman_microphysics_scheme from new to old metadata -INFO: Converting local name cldtaulw of variable cloud_optical_depth_layers_at_10mu_band from new to old metadata -INFO: Converting local name wet of variable flag_nonzero_wet_surface_fraction from new to old metadata -INFO: Converting local name qsnowxy of variable snow_precipitation_rate_at_surface from new to old metadata -INFO: Converting local name iopt_frz of variable flag_for_supercooled_liquid_water_option from new to old metadata -INFO: Converting local name dsnow_cpl of variable tendency_of_lwe_thickness_of_snow_amount_for_coupling from new to old metadata -INFO: Converting local name cldsa of variable cloud_area_fraction_for_radiation from new to old metadata -INFO: Converting local name totsnwb of variable accumulated_lwe_thickness_of_snow_amount_in_bucket from new to old metadata -INFO: Converting local name gq0(:,:,index_for_rain_water) of variable rain_water_mixing_ratio_updated_by_physics from new to old metadata -INFO: Converting local name totsnw of variable accumulated_lwe_thickness_of_snow_amount from new to old metadata -INFO: Converting local name xkzm_s of variable diffusivity_background_sigma_level from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_water_friendly_aerosols) of variable tendency_of_water_friendly_aerosol_number_concentration_due_to_model_physics from new to old metadata -INFO: Converting local name ntwa of variable index_for_water_friendly_aerosols from new to old metadata -INFO: Converting local name fswtr of variable fraction_of_cloud_top_water_scavenged from new to old metadata -INFO: Converting local name nvisbmi_cpl of variable instantaneous_surface_net_downward_direct_ultraviolet_and_visible_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_of_atmosphere_heat_diffusivity_from_shoc_in_phy_f3d) of variable atmosphere_heat_diffusivity_from_shoc from new to old metadata -INFO: Converting local name nahdshoc of variable index_of_atmosphere_heat_diffusivity_from_shoc_in_phy_f3d from new to old metadata -INFO: Converting local name nthreads of variable omp_threads_for_fast_physics from new to old metadata -INFO: Converting local name icemp of variable lwe_thickness_of_ice_amount from new to old metadata -INFO: Converting local name dqsfc_cpl of variable cumulative_surface_upward_latent_heat_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name con_jcal of variable joules_per_calorie_constant from new to old metadata -INFO: Converting local name xmu of variable zenith_angle_temporal_adjustment_factor_for_shortwave_fluxes from new to old metadata -INFO: Converting local name con_fvirt of variable ratio_of_vapor_to_dry_air_gas_constants_minus_one from new to old metadata -INFO: Converting local name evfactl_deep of variable rain_evaporation_coefficient_over_land_deep_convection from new to old metadata -INFO: Converting local name canliqxy of variable canopy_intercepted_liquid_water from new to old metadata -INFO: Converting local name phy_myj_qsfc of variable surface_specific_humidity_for_MYJ_schemes from new to old metadata -INFO: Converting local name rainncprv of variable lwe_thickness_of_explicit_rainfall_amount_from_previous_timestep from new to old metadata -INFO: Converting local name Tbd of variable GFS_tbd_type_instance from new to old metadata -INFO: Converting local name v1 of variable y_wind_at_lowest_model_layer_for_diag from new to old metadata -INFO: Converting local name det_mf of variable cumulative_atmosphere_detrainment_convective_mass_flux from new to old metadata -INFO: Converting local name psurf of variable surface_air_pressure_diag from new to old metadata -INFO: Converting local name gasvmr(:,:,10) of variable volume_mixing_ratio_cfc113 from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_for_rain_effective_radius) of variable effective_radius_of_stratiform_cloud_rain_particle_in_um from new to old metadata -INFO: Converting local name nreffr of variable index_for_rain_effective_radius from new to old metadata -INFO: Converting local name del_gz of variable geopotential_difference_between_midlayers_divided_by_midlayer_virtual_temperature from new to old metadata -INFO: Converting local name imfdeepcnv_ntiedtke of variable flag_for_ntiedtke_deep_convection_scheme from new to old metadata -INFO: Converting local name h2o_coeff of variable number_of_coefficients_in_h2o_forcing_data from new to old metadata -INFO: Converting local name tgrs of variable air_temperature from new to old metadata -INFO: Converting local name xlon of variable longitude from new to old metadata -INFO: Converting local name c_d of variable coefficient_c_d from new to old metadata -INFO: Converting local name tlvl of variable air_temperature_at_interface_for_radiation from new to old metadata -INFO: Converting local name f_rimef of variable rime_factor from new to old metadata -INFO: Converting local name mg_do_ice_gmao of variable mg_flag_for_gmao_ice_formulation from new to old metadata -INFO: Converting local name snowca of variable cumulative_surface_snow_area_fraction_multiplied_by_timestep from new to old metadata -INFO: Converting local name hflx of variable kinematic_surface_upward_sensible_heat_flux from new to old metadata -INFO: Converting local name dt3dt(:,:,6) of variable cumulative_change_in_temperature_due_to_microphysics from new to old metadata -INFO: Converting local name nirdfui of variable surface_upwelling_diffuse_near_infrared_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name trans of variable transpiration_flux from new to old metadata -INFO: Converting local name ntchs of variable index_for_first_chemical_tracer from new to old metadata -INFO: Converting local name idxday of variable daytime_points from new to old metadata -INFO: Converting local name iceprv of variable lwe_thickness_of_ice_amount_from_previous_timestep from new to old metadata -INFO: Converting local name mg_alf of variable mg_tuning_factor_for_alphas from new to old metadata -INFO: Converting local name nupdraft of variable number_of_plumes from new to old metadata -INFO: Converting local name qr_r of variable cloud_rain_water_mixing_ratio from new to old metadata -INFO: Converting local name sec of variable seconds_elapsed_since_model_initialization from new to old metadata -INFO: Converting local name epi of variable instantaneous_surface_potential_evaporation from new to old metadata -INFO: Converting local name gflx_land of variable upward_heat_flux_in_soil_over_land from new to old metadata -INFO: Converting local name du3dt_ngw of variable time_integral_of_change_in_x_wind_due_to_nonstationary_gravity_wave from new to old metadata -INFO: Converting local name bl_mynn_cloudpdf of variable cloudpdf from new to old metadata -INFO: Converting local name vtype of variable vegetation_type_classification_real from new to old metadata -INFO: Converting local name imfdeepcnv_gf of variable flag_for_gf_deep_convection_scheme from new to old metadata -INFO: Converting local name lssav of variable flag_diagnostics from new to old metadata -INFO: Converting local name sfalb of variable surface_diffused_shortwave_albedo from new to old metadata -INFO: Converting local name acvb of variable smallest_cloud_base_vertical_index_encountered_thus_far from new to old metadata -INFO: Converting local name c_0 of variable coefficient_c_0 from new to old metadata -INFO: Converting local name mpirank of variable mpi_rank_for_fast_physics from new to old metadata -INFO: Converting local name ntrac of variable number_of_tracers from new to old metadata -INFO: Converting local name dvsfci of variable instantaneous_surface_y_momentum_flux_for_diag from new to old metadata -INFO: Converting local name GFS_Interstitial of variable GFS_interstitial_type_instance_all_threads from new to old metadata -INFO: Converting local name in_nm of variable in_number_concentration from new to old metadata -INFO: Converting local name blksz2(ccpp_block_number) of variable horizontal_dimension from new to old metadata -INFO: Converting local name blk_no of variable ccpp_block_number from new to old metadata -INFO: Converting local name min_lakeice of variable lake_ice_minimum from new to old metadata -INFO: Converting local name canicexy of variable canopy_intercepted_ice_mass from new to old metadata -INFO: Converting local name mg_precip_frac_method of variable mg_type_of_precip_fraction_method from new to old metadata -INFO: Converting local name lonr of variable number_of_equatorial_longitude_points from new to old metadata -INFO: Converting local name dt3dt(:,:,7) of variable cumulative_change_in_temperature_due_to_orographic_gravity_wave_drag from new to old metadata -INFO: Converting local name dtzm of variable mean_change_over_depth_in_sea_water_temperature from new to old metadata -INFO: Converting local name du3dt_mtb of variable time_integral_of_change_in_x_wind_due_to_mountain_blocking_drag from new to old metadata -INFO: Converting local name stress_land of variable surface_wind_stress_over_land from new to old metadata -INFO: Converting local name nspinup of variable number_of_iterations_to_spin_up_cellular_automata from new to old metadata -INFO: Converting local name zogw of variable height_of_launch_level_of_orographic_gravity_wave from new to old metadata -INFO: Converting local name ntsw of variable index_for_snow_water from new to old metadata -INFO: Converting local name cov of variable t_prime_q_prime from new to old metadata -INFO: Converting local name sup of variable ice_supersaturation_threshold from new to old metadata -INFO: Converting local name dt3dt(:,:,3) of variable cumulative_change_in_temperature_due_to_PBL from new to old metadata -INFO: Converting local name mg_qcvar of variable mg_cloud_water_variance from new to old metadata -INFO: Converting local name ffmm_ice of variable Monin_Obukhov_similarity_function_for_momentum_over_ice from new to old metadata -INFO: Converting local name dtdt of variable tendency_of_air_temperature_at_Lagrangian_surface from new to old metadata -INFO: Converting local name GFS_statein_type of variable GFS_statein_type from new to old metadata -INFO: Converting local name train of variable accumulated_change_of_air_temperature_due_to_FA_scheme from new to old metadata -INFO: Converting local name fscav of variable coefficients_for_aerosol_scavenging from new to old metadata -INFO: Converting local name prslk(:,1) of variable dimensionless_exner_function_at_lowest_model_layer from new to old metadata -INFO: Converting local name tf of variable frozen_cloud_threshold_temperature from new to old metadata -INFO: Converting local name communicator of variable mpi_comm from new to old metadata -INFO: Converting local name qs_r of variable cloud_snow_mixing_ratio from new to old metadata -INFO: Converting local name skebv_wts of variable weights_for_stochastic_skeb_perturbation_of_y_wind from new to old metadata -INFO: Converting local name bl_mynn_edmf_part of variable edmf_partition_flag from new to old metadata -INFO: Converting local name dq3dt(:,:,7) of variable cumulative_change_in_ozone_concentration_due_to_ozone_mixing_ratio from new to old metadata -INFO: Converting local name swhc of variable tendency_of_air_temperature_due_to_shortwave_heating_assuming_clear_sky_on_radiation_timestep from new to old metadata -INFO: Converting local name mg_ngnst of variable mg_graupel_concentration_constant from new to old metadata -INFO: Converting local name GFS_grid_type of variable GFS_grid_type from new to old metadata -INFO: Converting local name js of variable starting_y_direction_index from new to old metadata -INFO: Converting local name out_dt of variable flag_for_tendency_of_air_temperature_at_Lagrangian_surface from new to old metadata -INFO: Converting local name delr of variable layer_pressure_thickness_for_radiation from new to old metadata -INFO: Converting local name ncgl of variable local_graupel_number_concentration from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_snow_water) of variable snow_water_mixing_ratio from new to old metadata -INFO: Converting local name totgrp of variable accumulated_lwe_thickness_of_graupel_amount from new to old metadata -INFO: Converting local name cldtausw of variable cloud_optical_depth_layers_at_0p55mu_band from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_ozone) of variable tendency_of_ozone_mixing_ratio_due_to_model_physics from new to old metadata -INFO: Converting local name ntoz of variable index_for_ozone from new to old metadata -INFO: Converting local name evap of variable kinematic_surface_upward_latent_heat_flux from new to old metadata -INFO: Converting local name oro of variable orography from new to old metadata -INFO: Converting local name topfsw of variable sw_fluxes_top_atmosphere from new to old metadata -INFO: Converting local name jmap of variable map_of_block_column_number_to_global_j_index from new to old metadata -INFO: Converting local name cdq of variable surface_drag_coefficient_for_heat_and_moisture_in_air from new to old metadata -INFO: Converting local name soiltype of variable soil_type_classification from new to old metadata -INFO: Converting local name evap_ocean of variable kinematic_surface_upward_latent_heat_flux_over_ocean from new to old metadata -INFO: Converting local name nblks of variable number_of_blocks from new to old metadata -INFO: Converting local name dxinv of variable inverse_scaling_factor_for_critical_relative_humidity from new to old metadata -INFO: Converting local name dvsfc of variable cumulative_surface_y_momentum_flux_for_diag_multiplied_by_timestep from new to old metadata -INFO: Converting local name GFS_stateout_type of variable GFS_stateout_type from new to old metadata -INFO: Converting local name qg of variable cloud_graupel_specific_humidity_at_Lagrangian_surface from new to old metadata -INFO: Converting local name nmtvr of variable number_of_statistical_measures_of_subgrid_orography from new to old metadata -INFO: Converting local name nseed of variable cellular_automata_seed_frequency from new to old metadata -INFO: Converting local name nlives of variable cellular_automata_lifetime from new to old metadata -INFO: Converting local name vegf1d of variable perturbation_of_vegetation_fraction from new to old metadata -INFO: Converting local name v10m of variable y_wind_at_10m from new to old metadata -INFO: Converting local name hice of variable sea_ice_thickness from new to old metadata -INFO: Converting local name mbota of variable model_layer_number_at_cloud_base from new to old metadata -INFO: Converting local name ncnvw of variable index_for_convective_cloud_water_mixing_ratio_in_phy_f3d from new to old metadata -INFO: Converting local name flqc of variable surface_exchange_coefficient_for_moisture from new to old metadata -INFO: Converting local name imfshalcnv_samf of variable flag_for_samf_shallow_convection_scheme from new to old metadata -INFO: Converting local name ntdiag of variable diagnostics_control_for_chemical_tracers from new to old metadata -INFO: Converting local name c1_shal of variable detrainment_conversion_parameter_shallow_convection from new to old metadata -INFO: Converting local name con_g of variable gravitational_acceleration from new to old metadata -INFO: Converting local name je of variable ending_y_direction_index from new to old metadata -INFO: Converting local name hprime(:,1) of variable standard_deviation_of_subgrid_orography from new to old metadata -INFO: Converting local name lh of variable surface_latent_heat from new to old metadata -INFO: Converting local name v10max of variable maximum_v_wind_at_10m_over_maximum_hourly_time_interval from new to old metadata -INFO: Converting local name dvsfcg of variable instantaneous_y_stress_due_to_gravity_wave_drag from new to old metadata -INFO: Converting local name mg_ninst of variable mg_ice_concentration_constant from new to old metadata -INFO: Converting local name lwhd of variable tendency_of_air_temperature_due_to_longwave_heating_for_idea from new to old metadata -INFO: Converting local name ntkev of variable index_for_turbulent_kinetic_energy_vertical_diffusion_tracer from new to old metadata -INFO: Converting local name fm10 of variable Monin_Obukhov_similarity_function_for_momentum_at_10m from new to old metadata -INFO: Converting local name phour of variable forecast_time_at_previous_timestep from new to old metadata -INFO: Converting local name phys_hydrostatic of variable flag_for_hydrostatic_heating_from_physics from new to old metadata -INFO: Converting local name nswsfci of variable surface_net_downwelling_shortwave_flux from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_for_graupel_effective_radius) of variable effective_radius_of_stratiform_cloud_graupel_particle_in_um from new to old metadata -INFO: Converting local name ngeffr of variable index_for_graupel_effective_radius from new to old metadata -INFO: Converting local name kt of variable vertical_index_difference_between_layer_and_upper_bound from new to old metadata -INFO: Converting local name GFS_tbd_type of variable GFS_tbd_type from new to old metadata -INFO: Converting local name tsurf_ocean of variable surface_skin_temperature_after_iteration_over_ocean from new to old metadata -INFO: Converting local name gu0(:,1) of variable x_wind_at_lowest_model_layer_updated_by_physics from new to old metadata -INFO: Converting local name akap of variable kappa_dry_for_fast_physics from new to old metadata -INFO: Converting local name lsm of variable flag_for_land_surface_scheme from new to old metadata -INFO: Converting local name nscav of variable number_of_tracers_scavenged from new to old metadata -INFO: Converting local name ffmm of variable Monin_Obukhov_similarity_function_for_momentum from new to old metadata -INFO: Converting local name nnirbm_cpl of variable cumulative_surface_net_downward_direct_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name tau_mtb of variable instantaneous_momentum_flux_due_to_mountain_blocking_drag from new to old metadata -INFO: Converting local name snicexy of variable snow_layer_ice from new to old metadata -INFO: Converting local name flag_guess of variable flag_for_guess_run from new to old metadata -INFO: Converting local name dnirbm_cpl of variable cumulative_surface_downwelling_direct_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name chh_ocean of variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_ocean from new to old metadata -INFO: Converting local name dtsfci_cpl of variable instantaneous_surface_upward_sensible_heat_flux_for_coupling from new to old metadata -INFO: Converting local name flgmin of variable minimum_large_ice_fraction from new to old metadata -INFO: Converting local name t02max of variable maximum_temperature_at_2m_over_maximum_hourly_time_interval from new to old metadata -INFO: Converting local name tconvtend of variable tendency_of_air_temperature_due_to_deep_convection_for_coupling_on_physics_timestep from new to old metadata -INFO: Converting local name zorl of variable surface_roughness_length from new to old metadata -INFO: Converting local name coslat of variable cosine_of_latitude from new to old metadata -INFO: Converting local name pertalb of variable magnitude_of_surface_albedo_perturbation from new to old metadata -INFO: Converting local name aecm of variable instantaneous_aerosol_column_mass_densities from new to old metadata -INFO: Converting local name con_rv of variable gas_constant_water_vapor from new to old metadata -INFO: Converting local name wminco of variable cloud_condensed_water_conversion_threshold from new to old metadata -INFO: Converting local name fastcpxy of variable fast_soil_pool_mass_content_of_carbon from new to old metadata -INFO: Converting local name kind_grid of variable kind_grid from new to old metadata -INFO: Converting local name stress of variable surface_wind_stress from new to old metadata -INFO: Converting local name qgrs(:,1,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio_at_lowest_model_layer from new to old metadata -INFO: Converting local name rhc of variable critical_relative_humidity from new to old metadata -INFO: Converting local name tsfco of variable sea_surface_temperature from new to old metadata -INFO: Converting local name tau_ngw of variable instantaneous_momentum_flux_due_to_nonstationary_gravity_wave from new to old metadata -INFO: Converting local name tsfcl of variable surface_skin_temperature_over_land from new to old metadata -INFO: Converting local name clouds(:,:,7) of variable mean_effective_radius_for_rain_drop from new to old metadata -INFO: Converting local name con_cliq of variable specific_heat_of_liquid_water_at_constant_pressure from new to old metadata -INFO: Converting local name zmtb of variable height_of_mountain_blocking from new to old metadata -INFO: Converting local name ulwsfcin_cpl of variable surface_upwelling_longwave_flux_for_coupling from new to old metadata -INFO: Converting local name dlwsfc_cpl of variable cumulative_surface_downwelling_longwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name sfcdlw of variable surface_downwelling_longwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name t1 of variable air_temperature_at_lowest_model_layer_for_diag from new to old metadata -INFO: Converting local name ntiw of variable index_for_ice_cloud_condensate from new to old metadata -INFO: Converting local name bl_mynn_mixlength of variable mixing_length_flag from new to old metadata -INFO: Converting local name faerlw(:,:,:,1) of variable aerosol_optical_depth_for_longwave_bands_01_16 from new to old metadata -INFO: Converting local name ozpl of variable ozone_forcing from new to old metadata -INFO: Converting local name dlength of variable characteristic_grid_length_scale from new to old metadata -INFO: Converting local name slag of variable equation_of_time from new to old metadata -INFO: Converting local name ntot2d of variable number_of_fields_in_phyf2d from new to old metadata -INFO: Converting local name iopt_run of variable flag_for_runoff_and_groundwater_option from new to old metadata -INFO: Converting local name gq0(:,:,index_for_liquid_cloud_number_concentration) of variable cloud_droplet_number_concentration_updated_by_physics from new to old metadata -INFO: Converting local name sneqvoxy of variable snow_mass_at_previous_time_step from new to old metadata -INFO: Converting local name con_rhw0 of variable sea_water_reference_density from new to old metadata -INFO: Converting local name mtopa of variable model_layer_number_at_cloud_top from new to old metadata -INFO: Converting local name pertshc of variable magnitude_of_perturbation_of_soil_type_b_parameter from new to old metadata -INFO: Converting local name levi of variable vertical_interface_dimension from new to old metadata -INFO: Converting local name do_shoc of variable flag_for_shoc from new to old metadata -INFO: Converting local name du3dt_tms of variable time_integral_of_change_in_x_wind_due_to_turbulent_orographic_form_drag from new to old metadata -INFO: Converting local name snow_cpl of variable lwe_thickness_of_snow_amount_for_coupling from new to old metadata -INFO: Converting local name pkz of variable finite_volume_mean_edge_pressure_raised_to_the_power_of_kappa from new to old metadata -INFO: Converting local name nn of variable number_of_tracers_for_convective_transport from new to old metadata -INFO: Converting local name do_sat_adj of variable flag_for_saturation_adjustment_for_microphysics_in_dynamics from new to old metadata -INFO: Converting local name dx of variable cell_size from new to old metadata -INFO: Converting local name do_ugwp of variable do_ugwp from new to old metadata -INFO: Converting local name rain of variable lwe_thickness_of_precipitation_amount_on_dynamics_timestep from new to old metadata -INFO: Converting local name iopt_crs of variable flag_for_canopy_stomatal_resistance_option from new to old metadata -INFO: Converting local name qgrs(:,1,index_for_water_vapor) of variable water_vapor_specific_humidity_at_lowest_model_layer from new to old metadata -INFO: Converting local name ntqv of variable index_for_water_vapor from new to old metadata -INFO: Converting local name t02min of variable minimum_temperature_at_2m_over_maximum_hourly_time_interval from new to old metadata -INFO: Converting local name imp_physics_gfdl of variable flag_for_gfdl_microphysics_scheme from new to old metadata -INFO: Converting local name lprnt of variable flag_print from new to old metadata -INFO: Converting local name gabsbdlw_ice of variable surface_downwelling_longwave_flux_absorbed_by_ground_over_ice from new to old metadata -INFO: Converting local name imp_physics_thompson of variable flag_for_thompson_microphysics_scheme from new to old metadata -INFO: Converting local name ctei_rm of variable critical_cloud_top_entrainment_instability_criteria from new to old metadata -INFO: Converting local name tseal of variable surface_skin_temperature_for_nsst from new to old metadata -INFO: Converting local name dusfc_fd of variable integrated_x_momentum_flux_from_form_drag from new to old metadata -INFO: Converting local name dusfcin_cpl of variable surface_x_momentum_flux_for_coupling from new to old metadata -INFO: Converting local name slope of variable surface_slope_classification_real from new to old metadata -INFO: Converting local name htrlw of variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_timestep from new to old metadata -INFO: Converting local name mg_qcmin(2) of variable mg_minimum_ice_mixing_ratio from new to old metadata -INFO: Converting local name tice of variable sea_ice_temperature_interstitial from new to old metadata -INFO: Converting local name adjvisbmu of variable surface_upwelling_direct_ultraviolet_and_visible_shortwave_flux from new to old metadata -INFO: Converting local name dvgwd of variable time_integral_of_y_stress_due_to_gravity_wave_drag from new to old metadata -INFO: Converting local name dusfc_cice of variable surface_x_momentum_flux_for_coupling_interstitial from new to old metadata -INFO: Converting local name errmsg of variable ccpp_error_message from new to old metadata -INFO: Converting local name flag_cice of variable flag_for_cice from new to old metadata -INFO: Converting local name Coupling of variable GFS_coupling_type_instance from new to old metadata -INFO: Converting local name cs_parm(3) of variable detrainment_and_precipitation_tunable_parameter_3_CS from new to old metadata -INFO: Converting local name snliqxy of variable snow_layer_liquid_water from new to old metadata -INFO: Converting local name mstrat of variable flag_for_moorthi_stratus from new to old metadata -INFO: Converting local name imfdeepcnv_sas of variable flag_for_sas_deep_convection_scheme from new to old metadata -INFO: Converting local name weasd_ice of variable water_equivalent_accumulated_snow_depth_over_ice from new to old metadata -INFO: Converting local name bl_mynn_edmf_mom of variable edmf_momentum_transport_flag from new to old metadata -INFO: Converting local name npdf3d of variable number_of_3d_arrays_associated_with_pdf_based_clouds from new to old metadata -INFO: Converting local name dq3dt(:,:,2) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_deep_convection from new to old metadata -INFO: Converting local name w_upi of variable vertical_velocity_for_updraft from new to old metadata -INFO: Converting local name qlyr of variable water_vapor_specific_humidity_at_layer_for_radiation from new to old metadata -INFO: Converting local name fm10_ice of variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_ice from new to old metadata -INFO: Converting local name qgl of variable local_graupel_mixing_ratio from new to old metadata -INFO: Converting local name gt0(:,1) of variable air_temperature_at_lowest_model_layer_updated_by_physics from new to old metadata -INFO: Converting local name ccpp_t of variable ccpp_t from new to old metadata -INFO: Converting local name clouds(:,:,4) of variable cloud_ice_water_path from new to old metadata -INFO: Converting local name rain_cpl of variable lwe_thickness_of_precipitation_amount_for_coupling from new to old metadata -INFO: Converting local name bl_mynn_cloudmix of variable cloud_specie_mix_flag from new to old metadata -INFO: Converting local name tgxy of variable ground_temperature_for_noahmp from new to old metadata -INFO: Converting local name oa4 of variable asymmetry_of_subgrid_orography from new to old metadata -INFO: Converting local name refdmax of variable maximum_reflectivity_at_1km_agl_over_maximum_hourly_time_interval from new to old metadata -INFO: Converting local name GFS_Data(ccpp_block_number) of variable GFS_data_type_instance from new to old metadata -INFO: Converting local name dvsfc_cpl of variable cumulative_surface_y_momentum_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name shocaftcnv of variable flag_for_shoc_after_convection from new to old metadata -INFO: Converting local name mg_rhmini of variable mg_minimum_rh_for_ice from new to old metadata -INFO: Converting local name t2mi_cpl of variable instantaneous_temperature_at_2m_for_coupling from new to old metadata -INFO: Converting local name GFS_Interstitial(ccpp_thread_number) of variable GFS_interstitial_type_instance from new to old metadata -INFO: Converting local name thrd_no of variable ccpp_thread_number from new to old metadata -INFO: Converting local name evbs of variable soil_upward_latent_heat_flux from new to old metadata -INFO: Converting local name dtdtr of variable tendency_of_air_temperature_due_to_radiative_heating_on_physics_time_step from new to old metadata -INFO: Converting local name spfhmin of variable minimum_specific_humidity_at_2m from new to old metadata -INFO: Converting local name xsaixy of variable stem_area_index from new to old metadata -INFO: Converting local name lsoil of variable soil_vertical_dimension from new to old metadata -INFO: Converting local name mg_ts_auto_ice of variable mg_time_scale_for_autoconversion_of_ice from new to old metadata -INFO: Converting local name ca_deep of variable fraction_of_cellular_automata_for_deep_convection from new to old metadata -INFO: Converting local name work1 of variable grid_size_related_coefficient_used_in_scale_sensitive_schemes from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_for_cloud_liquid_water_effective_radius) of variable effective_radius_of_stratiform_cloud_liquid_water_particle_in_um from new to old metadata -INFO: Converting local name nleffr of variable index_for_cloud_liquid_water_effective_radius from new to old metadata -INFO: Converting local name dlwsfci of variable surface_downwelling_longwave_flux from new to old metadata -INFO: Converting local name mg_nicons of variable mg_flag_ice_concentration_constant from new to old metadata -INFO: Converting local name faersw(:,:,:,1) of variable aerosol_optical_depth_for_shortwave_bands_01_16 from new to old metadata -INFO: Converting local name xt of variable diurnal_thermocline_layer_heat_content from new to old metadata -INFO: Converting local name prsl of variable air_pressure from new to old metadata -INFO: Converting local name cv of variable fraction_of_convective_cloud from new to old metadata -INFO: Converting local name blksz of variable horizontal_block_size from new to old metadata -INFO: Converting local name pertvegf of variable magnitude_of_perturbation_of_vegetation_fraction from new to old metadata -INFO: Converting local name gq0(:,:,index_for_cloud_amount) of variable cloud_fraction_updated_by_physics from new to old metadata -INFO: Converting local name ntclamt of variable index_for_cloud_amount from new to old metadata -INFO: Converting local name zorlo of variable surface_roughness_length_over_ocean from new to old metadata -INFO: Converting local name te0 of variable atmosphere_energy_content_at_Lagrangian_surface from new to old metadata -INFO: Converting local name ktop of variable vertical_index_at_cloud_top from new to old metadata -INFO: Converting local name prevsq of variable moisture_from_previous_timestep from new to old metadata -INFO: Converting local name kpbl of variable vertical_index_at_top_of_atmosphere_boundary_layer from new to old metadata -INFO: Converting local name ncells of variable cellular_automata_finer_grid from new to old metadata -INFO: Converting local name cnvc of variable convective_cloud_cover from new to old metadata -INFO: Converting local name totprcp of variable accumulated_lwe_thickness_of_precipitation_amount from new to old metadata -INFO: Converting local name cgwf of variable multiplication_factors_for_convective_gravity_wave_drag from new to old metadata -INFO: Converting local name do_shum of variable flag_for_stochastic_shum_option from new to old metadata -INFO: Converting local name save_q of variable tracer_concentration_save from new to old metadata -INFO: Converting local name h2o_pres of variable natural_log_of_h2o_forcing_data_pressure_levels from new to old metadata -INFO: Converting local name iopt_snf of variable flag_for_precipitation_partition_option from new to old metadata -INFO: Converting local name c0s_shal of variable rain_conversion_parameter_shallow_convection from new to old metadata -INFO: Converting local name zwtxy of variable water_table_depth from new to old metadata -INFO: Converting local name qr of variable cloud_rain_specific_humidity_at_Lagrangian_surface from new to old metadata -INFO: Converting local name dzlyr of variable layer_thickness_for_radiation from new to old metadata -INFO: Converting local name taussxy of variable nondimensional_snow_age from new to old metadata -INFO: Converting local name tsfa of variable surface_air_temperature_for_radiation from new to old metadata -INFO: Converting local name snoalb of variable upper_bound_on_max_albedo_over_deep_snow from new to old metadata -INFO: Converting local name xs of variable sea_water_salinity from new to old metadata -INFO: Converting local name dvsfci_cpl of variable instantaneous_surface_y_momentum_flux_for_coupling from new to old metadata -INFO: Converting local name xlat of variable latitude from new to old metadata -INFO: Converting local name ugrs of variable x_wind from new to old metadata -INFO: Converting local name shdmin of variable minimum_vegetation_area_fraction from new to old metadata -INFO: Converting local name nnirdfi_cpl of variable instantaneous_surface_net_downward_diffuse_near_infrared_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name microp_uniform of variable mg_flag_for_uniform_subcolumns from new to old metadata -INFO: Converting local name frland of variable land_area_fraction_for_microphysics from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_ice_friendly_aerosols) of variable tendency_of_ice_friendly_aerosol_number_concentration_due_to_model_physics from new to old metadata -INFO: Converting local name oz_pres of variable natural_log_of_ozone_forcing_data_pressure_levels from new to old metadata -INFO: Converting local name zlwb of variable time_integral_of_height_of_low_level_wave_breaking from new to old metadata -INFO: Converting local name gq0(:,:,index_for_ice_cloud_condensate) of variable ice_water_mixing_ratio_updated_by_physics from new to old metadata -INFO: Converting local name qss of variable surface_specific_humidity from new to old metadata -INFO: Converting local name dry of variable flag_nonzero_land_surface_fraction from new to old metadata -INFO: Converting local name bk of variable b_parameter_of_the_hybrid_coordinate from new to old metadata -INFO: Converting local name cdmbgwd of variable multiplication_factors_for_mountain_blocking_and_orographic_gravity_wave_drag from new to old metadata -INFO: Converting local name levs of variable vertical_dimension from new to old metadata -INFO: Converting local name swhtr of variable flag_for_output_of_shortwave_heating_rate from new to old metadata -INFO: Converting local name zorl_land of variable surface_roughness_length_over_land_interstitial from new to old metadata -INFO: Converting local name t2m of variable temperature_at_2m from new to old metadata -INFO: Converting local name tau_ogw of variable instantaneous_momentum_flux_due_to_orographic_gravity_wave_drag from new to old metadata -INFO: Converting local name shoc_parm(3) of variable shoc_tke_dissipation_tunable_parameter_near_surface from new to old metadata -INFO: Converting local name gflx_ice of variable upward_heat_flux_in_soil_over_ice from new to old metadata -INFO: Converting local name nspc1 of variable number_of_species_for_aerosol_optical_depth from new to old metadata -INFO: Converting local name drain_cpl of variable tendency_of_lwe_thickness_of_precipitation_amount_for_coupling from new to old metadata -INFO: Converting local name phis of variable surface_geopotential_at_Lagrangian_surface from new to old metadata -INFO: Converting local name q2mi_cpl of variable instantaneous_specific_humidity_at_2m_for_coupling from new to old metadata -INFO: Converting local name zogw of variable time_integral_of_height_of_launch_level_of_orographic_gravity_wave from new to old metadata -INFO: Converting local name prsi of variable air_pressure_at_interface from new to old metadata -INFO: Converting local name aerodp of variable atmosphere_optical_thickness_due_to_ambient_aerosol_particles from new to old metadata -INFO: Converting local name shal_cnv of variable flag_for_shallow_convection from new to old metadata -INFO: Converting local name icsdlw of variable seed_random_numbers_lw from new to old metadata -INFO: Converting local name ncld of variable number_of_hydrometeors from new to old metadata -INFO: Converting local name gasvmr(:,:,6) of variable volume_mixing_ratio_cfc11 from new to old metadata -INFO: Converting local name tracers_water of variable number_of_water_tracers from new to old metadata -INFO: Converting local name nscyc of variable number_of_timesteps_between_surface_cycling_calls from new to old metadata -INFO: Converting local name dswsfc_cpl of variable cumulative_surface_downwelling_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name adjvisdfu of variable surface_upwelling_diffuse_ultraviolet_and_visible_shortwave_flux from new to old metadata -INFO: Converting local name cs_parm(2) of variable updraft_velocity_tunable_parameter_2_CS from new to old metadata -INFO: Converting local name lsswr of variable flag_to_calc_sw from new to old metadata -INFO: Converting local name imfshalcnv_gf of variable flag_for_gf_shallow_convection_scheme from new to old metadata -INFO: Converting local name kinver of variable index_of_highest_temperature_inversion from new to old metadata -INFO: Converting local name tslb of variable soil_temperature_for_land_surface_model from new to old metadata -INFO: Converting local name weasd of variable water_equivalent_accumulated_snow_depth from new to old metadata -INFO: Converting local name tisfc of variable sea_ice_temperature from new to old metadata -INFO: Converting local name faerlw of variable aerosol_optical_properties_for_longwave_bands_01_16 from new to old metadata -INFO: Converting local name logunit of variable iounit_log from new to old metadata -INFO: Converting local name fast_mp_consv of variable flag_for_fast_microphysics_energy_conservation from new to old metadata -INFO: Converting local name cnv_mfd of variable detrained_mass_flux from new to old metadata -INFO: Converting local name zvir of variable ratio_of_vapor_to_dry_air_gas_constants_minus_one_default_kind from new to old metadata -INFO: Converting local name jed of variable ending_y_direction_index_domain from new to old metadata -INFO: Converting local name gasvmr(:,:,3) of variable volume_mixing_ratio_ch4 from new to old metadata -INFO: Converting local name sfcdsw of variable surface_downwelling_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name hydrostatic of variable flag_for_hydrostatic_solver_for_fast_physics from new to old metadata -INFO: Converting local name dvsfc_bl of variable integrated_y_momentum_flux_from_blocking_drag from new to old metadata -INFO: Converting local name Grid of variable GFS_grid_type_instance from new to old metadata -INFO: Converting local name ncnd of variable number_of_cloud_condensate_types from new to old metadata -INFO: Converting local name w_0 of variable coefficient_w_0 from new to old metadata -INFO: Converting local name zm of variable ocean_mixed_layer_thickness from new to old metadata -INFO: Converting local name shoc_parm(2) of variable shoc_tke_dissipation_tunable_parameter from new to old metadata -INFO: Converting local name cdec of variable cosine_of_solar_declination_angle from new to old metadata -INFO: Converting local name npzq_con of variable vertical_dimension_for_condensed_water_at_Lagrangian_surface from new to old metadata -INFO: Converting local name rmol of variable reciprocal_of_obukhov_length from new to old metadata -INFO: Converting local name snowxy of variable number_of_snow_layers from new to old metadata -INFO: Converting local name hflx_land of variable kinematic_surface_upward_sensible_heat_flux_over_land from new to old metadata -INFO: Converting local name clw of variable convective_transportable_tracers from new to old metadata -INFO: Converting local name srflag of variable flag_for_precipitation_type from new to old metadata -INFO: Converting local name suntim of variable duration_of_sunshine from new to old metadata -INFO: Converting local name isot of variable soil_type_dataset_choice from new to old metadata -INFO: Converting local name isol of variable flag_for_solar_constant from new to old metadata -INFO: Converting local name th2m of variable potential_temperature_at_2m from new to old metadata -INFO: Converting local name hpbl of variable atmosphere_boundary_layer_thickness from new to old metadata -INFO: Converting local name cd of variable surface_drag_coefficient_for_momentum_in_air from new to old metadata -INFO: Converting local name dusfc_ls of variable integrated_x_momentum_flux_from_large_scale_gwd from new to old metadata -INFO: Converting local name do_sppt of variable flag_for_stochastic_surface_physics_perturbations from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_for_convective_cloud_water_mixing_ratio_in_phy_f3d) of variable convective_cloud_water_mixing_ratio_in_phy_f3d from new to old metadata -INFO: Converting local name rb_ice of variable bulk_richardson_number_at_lowest_model_level_over_ice from new to old metadata -INFO: Converting local name itc of variable number_of_aerosol_tracers_for_convection from new to old metadata -INFO: Converting local name Cldprop of variable GFS_cldprop_type_instance from new to old metadata -INFO: Converting local name grav_settling of variable grav_settling from new to old metadata -INFO: Converting local name gq0(:,:,index_for_ice_cloud_number_concentration) of variable ice_number_concentration_updated_by_physics from new to old metadata -INFO: Converting local name ntinc of variable index_for_ice_cloud_number_concentration from new to old metadata -INFO: Converting local name iopt_inf of variable flag_for_frozen_soil_permeability_option from new to old metadata -INFO: Converting local name c0s_deep of variable rain_conversion_parameter_deep_convection from new to old metadata -INFO: Converting local name dtaux2d_ls of variable x_momentum_tendency_from_large_scale_gwd from new to old metadata -INFO: Converting local name phy_myj_qz0 of variable specific_humidity_at_viscous_sublayer_top from new to old metadata -INFO: Converting local name iovr_sw of variable flag_for_max_random_overlap_clouds_for_shortwave_radiation from new to old metadata -INFO: Converting local name icliq_sw of variable flag_for_optical_property_for_liquid_clouds_for_shortwave_radiation from new to old metadata -INFO: Converting local name psmean of variable cumulative_surface_pressure_multiplied_by_timestep from new to old metadata -INFO: Converting local name cmm_ocean of variable surface_drag_wind_speed_for_momentum_in_air_over_ocean from new to old metadata -INFO: Converting local name shcnvcw of variable flag_shallow_convective_cloud from new to old metadata -INFO: Converting local name drain of variable subsurface_runoff_flux from new to old metadata -INFO: Converting local name ak of variable a_parameter_of_the_hybrid_coordinate from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_liquid_cloud_number_concentration) of variable tendency_of_cloud_droplet_number_concentration_due_to_model_physics from new to old metadata -INFO: Converting local name sfc_z0_type of variable flag_for_surface_roughness_option_over_ocean from new to old metadata -INFO: Converting local name cvt of variable pressure_at_top_of_convective_cloud from new to old metadata -INFO: Converting local name gwd_opt of variable gwd_opt from new to old metadata -INFO: Converting local name snowmp of variable lwe_thickness_of_snow_amount from new to old metadata -INFO: Converting local name ncnvcld3d of variable number_of_convective_3d_cloud_fields from new to old metadata -INFO: Converting local name cape of variable convective_available_potential_energy_for_coupling from new to old metadata -INFO: Converting local name du3dt_ogw of variable time_integral_of_change_in_x_wind_due_to_orographic_gravity_wave_drag from new to old metadata -INFO: Converting local name te0_2d of variable atmosphere_energy_content_in_column from new to old metadata -INFO: Converting local name dsnowprv of variable snow_precipitation_rate_from_previous_timestep from new to old metadata -INFO: Converting local name chh of variable surface_drag_mass_flux_for_heat_and_moisture_in_air from new to old metadata -INFO: Converting local name dt3dt(:,:,5) of variable cumulative_change_in_temperature_due_to_shal_convection from new to old metadata -INFO: Converting local name cplwav of variable flag_for_wave_coupling from new to old metadata -INFO: Converting local name clw(:,:,2) of variable cloud_condensed_water_mixing_ratio_convective_transport_tracer from new to old metadata -INFO: Converting local name shoc_parm(1) of variable shoc_tke_dissipatation_pressure_threshold from new to old metadata -INFO: Converting local name oro_uf of variable orography_unfiltered from new to old metadata -INFO: Converting local name peln of variable log_pressure_at_Lagrangian_surface from new to old metadata -INFO: Converting local name gasvmr(:,:,8) of variable volume_mixing_ratio_cfc22 from new to old metadata -INFO: Converting local name pertzt of variable magnitude_of_perturbation_of_heat_to_momentum_roughness_length_ratio from new to old metadata -INFO: Converting local name clouds(:,:,1) of variable total_cloud_fraction from new to old metadata -INFO: Converting local name iaer of variable flag_for_default_aerosol_effect_in_shortwave_radiation from new to old metadata -INFO: Converting local name wet1 of variable normalized_soil_wetness from new to old metadata -INFO: Converting local name npz of variable vertical_dimension_for_fast_physics from new to old metadata -INFO: Converting local name cal_pre of variable flag_for_precipitation_type_algorithm from new to old metadata -INFO: Converting local name lmk of variable adjusted_vertical_layer_dimension_for_radiation from new to old metadata -INFO: Converting local name kind_phys of variable kind_phys from new to old metadata -INFO: Converting local name Sfcprop of variable GFS_sfcprop_type_instance from new to old metadata -INFO: Converting local name wslakexy of variable lake_water_storage from new to old metadata -INFO: Converting local name f10m of variable ratio_of_wind_at_lowest_model_layer_and_wind_at_10m from new to old metadata -INFO: Converting local name gasvmr(:,:,1) of variable volume_mixing_ratio_co2 from new to old metadata -INFO: Converting local name q2mp of variable specific_humidity_at_2m_from_noahmp from new to old metadata -INFO: Converting local name lwhc of variable tendency_of_air_temperature_due_to_longwave_heating_assuming_clear_sky_on_radiation_timestep from new to old metadata -INFO: Converting local name snowd_ice of variable surface_snow_thickness_water_equivalent_over_ice from new to old metadata -INFO: Converting local name lsnow_lsm_lbound of variable lower_bound_of_snow_vertical_dimension_for_land_surface_model from new to old metadata -INFO: Converting local name mg_dcs of variable mg_autoconversion_size_threshold_ice_snow from new to old metadata -INFO: Converting local name rhgrd of variable fa_threshold_relative_humidity_for_onset_of_condensation from new to old metadata -INFO: Converting local name dudt_ogw of variable instantaneous_change_in_x_wind_due_to_orographic_gravity_wave_drag from new to old metadata -INFO: Converting local name slmsk of variable sea_land_ice_mask_real from new to old metadata -INFO: Converting local name ictm of variable flag_for_initial_time_date_control from new to old metadata -INFO: Converting local name qss_ocean of variable surface_specific_humidity_over_ocean from new to old metadata -INFO: Converting local name tsfc of variable surface_skin_temperature from new to old metadata -INFO: Converting local name prsik of variable dimensionless_exner_function_at_model_interfaces from new to old metadata -INFO: Converting local name t2mmp of variable temperature_at_2m_from_noahmp from new to old metadata -INFO: Converting local name tau_ogw of variable time_integral_of_momentum_flux_due_to_orographic_gravity_wave_drag from new to old metadata -INFO: Converting local name topflw_type of variable topflw_type from new to old metadata -INFO: Converting local name cnv_nice of variable number_concentration_of_ice_crystals_for_detrainment from new to old metadata -INFO: Converting local name cscnv of variable flag_for_Chikira_Sugiyama_deep_convection from new to old metadata -INFO: Converting local name u10mi_cpl of variable instantaneous_x_wind_at_10m_for_coupling from new to old metadata -INFO: Converting local name fh2_ocean of variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_ocean from new to old metadata -INFO: Converting local name phii of variable geopotential_at_interface from new to old metadata -INFO: Converting local name gq0(:,:,index_for_graupel) of variable graupel_mixing_ratio_updated_by_physics from new to old metadata -INFO: Converting local name ntgl of variable index_for_graupel from new to old metadata -INFO: Converting local name nvisdfi_cpl of variable instantaneous_surface_net_downward_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name norad_precip of variable flag_for_precipitation_effect_on_radiation from new to old metadata -INFO: Converting local name dq3dt(:,:,5) of variable cumulative_change_in_ozone_mixing_ratio_due_to_PBL from new to old metadata -INFO: Converting local name dusfcg of variable instantaneous_x_stress_due_to_gravity_wave_drag from new to old metadata -INFO: Converting local name stype of variable soil_type_classification_real from new to old metadata -INFO: Converting local name lwhtr of variable flag_for_output_of_longwave_heating_rate from new to old metadata -INFO: Converting local name skebv_wts of variable weights_for_stochastic_skeb_perturbation_of_y_wind_flipped from new to old metadata -INFO: Converting local name prnum of variable prandtl_number from new to old metadata -INFO: Converting local name dtsfcin_cpl of variable surface_upward_sensible_heat_flux_for_coupling from new to old metadata -INFO: Converting local name sigmatot of variable convective_updraft_area_fraction_at_model_interfaces from new to old metadata -INFO: Converting local name rann of variable random_number_array from new to old metadata -INFO: Converting local name work2 of variable grid_size_related_coefficient_used_in_scale_sensitive_schemes_complement from new to old metadata -INFO: Converting local name ep1d_land of variable surface_upward_potential_latent_heat_flux_over_land from new to old metadata -INFO: Converting local name num_p3d of variable array_dimension_of_3d_arrays_for_microphysics from new to old metadata -INFO: Converting local name frac_grid of variable flag_for_fractional_grid from new to old metadata -INFO: Converting local name dtdtc of variable tendency_of_air_temperature_due_to_radiative_heating_assuming_clear_sky from new to old metadata -INFO: Converting local name chxy of variable surface_drag_coefficient_for_heat_and_moisture_for_noahmp from new to old metadata -INFO: Converting local name dtauy2d_bl of variable y_momentum_tendency_from_blocking_drag from new to old metadata -INFO: Converting local name dtsfc of variable cumulative_surface_upward_sensible_heat_flux_for_diag_multiplied_by_timestep from new to old metadata -INFO: Converting local name gflx_ocean of variable upward_heat_flux_in_soil_over_ocean from new to old metadata -INFO: Converting local name deeprechxy of variable water_table_recharge_when_deep from new to old metadata -INFO: Converting local name imfshalcnv_sas of variable flag_for_sas_shallow_convection_scheme from new to old metadata -INFO: Converting local name woodxy of variable wood_mass from new to old metadata -INFO: Converting local name phy_f3d(:,:,3) of variable air_temperature_at_previous_time_step from new to old metadata -INFO: Converting local name otspt of variable flag_convective_tracer_transport from new to old metadata -INFO: Converting local name tsurf of variable surface_skin_temperature_after_iteration from new to old metadata -INFO: Converting local name phy_f2d(:,array_dimension_of_2d_arrays_for_microphysics) of variable surface_wind_enhancement_due_to_convection from new to old metadata -INFO: Converting local name num_p2d of variable array_dimension_of_2d_arrays_for_microphysics from new to old metadata -INFO: Converting local name diss_est of variable dissipation_estimate_of_air_temperature_at_model_layers from new to old metadata -INFO: Converting local name ffmm_land of variable Monin_Obukhov_similarity_function_for_momentum_over_land from new to old metadata -INFO: Converting local name imfshalcnv of variable flag_for_mass_flux_shallow_convection_scheme from new to old metadata -INFO: Converting local name iopt_rad of variable flag_for_radiation_transfer_option from new to old metadata -INFO: Converting local name effr_in of variable flag_for_cloud_effective_radii from new to old metadata -INFO: Converting local name Sh3D of variable stability_function_for_heat from new to old metadata -INFO: Converting local name con_sbc of variable stefan_boltzmann_constant from new to old metadata -INFO: Converting local name phy_myj_z0base of variable baseline_surface_roughness_length from new to old metadata -INFO: Converting local name sdec of variable sine_of_solar_declination_angle from new to old metadata -INFO: Converting local name f_ice of variable fraction_of_ice_water_cloud from new to old metadata -INFO: Converting local name qs of variable cloud_snow_specific_humidity_at_Lagrangian_surface from new to old metadata -INFO: Converting local name iflip of variable flag_for_vertical_index_direction_control from new to old metadata -INFO: Converting local name draincprv of variable convective_precipitation_rate_from_previous_timestep from new to old metadata -INFO: Converting local name icsdsw of variable seed_random_numbers_sw from new to old metadata -INFO: Converting local name dtaux2d_bl of variable x_momentum_tendency_from_blocking_drag from new to old metadata -INFO: Converting local name uustar_ocean of variable surface_friction_velocity_over_ocean from new to old metadata -INFO: Converting local name zlwb of variable height_of_low_level_wave_breaking from new to old metadata -INFO: Converting local name sigma of variable slope_of_subgrid_orography from new to old metadata -INFO: Converting local name cd_land of variable surface_drag_coefficient_for_momentum_in_air_over_land from new to old metadata -INFO: Converting local name shoc_parm(5) of variable shoc_flag_for_optional_surface_TKE_dissipation from new to old metadata -INFO: Converting local name qss_ice of variable surface_specific_humidity_over_ice from new to old metadata -INFO: Converting local name graupel of variable lwe_thickness_of_graupel_amount_on_dynamics_timestep from new to old metadata -INFO: Converting local name do_myjsfc of variable do_myjsfc from new to old metadata -INFO: Converting local name htsw0 of variable tendency_of_air_temperature_due_to_shortwave_heating_assuming_clear_sky_on_radiation_time_step from new to old metadata -INFO: Converting local name ep of variable cumulative_surface_upward_potential_latent_heat_flux_multiplied_by_timestep from new to old metadata -INFO: Converting local name tprcp of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep from new to old metadata -INFO: Converting local name dnirdf_cpl of variable cumulative_surface_downwelling_diffuse_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name qwv_surf of variable water_vapor_mixing_ratio_at_surface from new to old metadata -INFO: Converting local name fm10_ocean of variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_ocean from new to old metadata -INFO: Converting local name QC_BL of variable subgrid_cloud_mixing_ratio_pbl from new to old metadata -INFO: Converting local name adjsfculw_ice of variable surface_upwelling_longwave_flux_over_ice_interstitial from new to old metadata -INFO: Converting local name tsfci_cpl of variable instantaneous_surface_skin_temperature_for_coupling from new to old metadata -INFO: Converting local name pertz0 of variable magnitude_of_perturbation_of_momentum_roughness_length from new to old metadata -INFO: Converting local name eahxy of variable canopy_air_vapor_pressure from new to old metadata -INFO: Converting local name cnv_dqldt of variable tendency_of_cloud_water_due_to_convective_microphysics from new to old metadata -INFO: Converting local name gq0 of variable tracer_concentration_updated_by_physics from new to old metadata -INFO: Converting local name iopt_dveg of variable flag_for_dynamic_vegetation_option from new to old metadata -INFO: Converting local name gv0(:,1) of variable y_wind_at_lowest_model_layer_updated_by_physics from new to old metadata -INFO: Converting local name first_time_step of variable flag_for_first_time_step from new to old metadata -INFO: Converting local name dtaux2d_ss of variable x_momentum_tendency_from_small_scale_gwd from new to old metadata -INFO: Converting local name wetdpl of variable instantaneous_large_scale_wet_deposition from new to old metadata -INFO: Converting local name cndm_surf of variable surface_condensation_mass from new to old metadata -INFO: Converting local name cmm_land of variable surface_drag_wind_speed_for_momentum_in_air_over_land from new to old metadata -INFO: Converting local name fh2 of variable Monin_Obukhov_similarity_function_for_heat_at_2m from new to old metadata -INFO: Converting local name gw_dudt of variable tendency_of_x_wind_due_to_ugwp from new to old metadata -INFO: Converting local name shinhong of variable flag_for_scale_aware_Shinhong_PBL from new to old metadata -INFO: Converting local name maxMF of variable maximum_mass_flux from new to old metadata -INFO: Converting local name gu0 of variable x_wind_updated_by_physics from new to old metadata -INFO: Converting local name ncstrac of variable number_of_tracers_for_CS from new to old metadata -INFO: Converting local name do_qa of variable flag_for_inline_cloud_fraction_calculation from new to old metadata -INFO: Converting local name pgr of variable surface_air_pressure from new to old metadata -INFO: Converting local name del of variable air_pressure_difference_between_midlayers from new to old metadata -INFO: Converting local name nqrimef of variable index_for_mass_weighted_rime_factor from new to old metadata -INFO: Converting local name du3dt(:,:,1) of variable cumulative_change_in_x_wind_due_to_PBL from new to old metadata -INFO: Converting local name raincs of variable lwe_thickness_of_shallow_convective_precipitation_amount from new to old metadata -INFO: Converting local name xlaixy of variable leaf_area_index from new to old metadata -INFO: Converting local name iopt_alb of variable flag_for_ground_snow_surface_albedo_option from new to old metadata -INFO: Converting local name moninq_fac of variable atmosphere_diffusivity_coefficient_factor from new to old metadata -INFO: Converting local name work3 of variable ratio_of_exner_function_between_midlayer_and_interface_at_lowest_model_layer from new to old metadata -INFO: Converting local name adjnirbmd of variable surface_downwelling_direct_near_infrared_shortwave_flux from new to old metadata -INFO: Converting local name imp_physics_zhao_carr_pdf of variable flag_for_zhao_carr_pdf_microphysics_scheme from new to old metadata -INFO: Converting local name dv3dt(:,:,3) of variable cumulative_change_in_y_wind_due_to_deep_convection from new to old metadata -INFO: Converting local name evcwa of variable cumulative_canopy_upward_latent_heat_flu_multiplied_by_timestep from new to old metadata -INFO: Converting local name lsm_noah of variable flag_for_noah_land_surface_scheme from new to old metadata -INFO: Converting local name ntk of variable index_for_turbulent_kinetic_energy_convective_transport_tracer from new to old metadata -INFO: Converting local name qsnw of variable local_snow_water_mixing_ratio from new to old metadata -INFO: Converting local name edmf_thl of variable emdf_updraft_theta_l from new to old metadata -INFO: Converting local name crtrh(2) of variable critical_relative_humidity_at_PBL_top from new to old metadata -INFO: Converting local name xv of variable diurnal_thermocline_layer_y_current from new to old metadata -INFO: Converting local name rlapse of variable air_temperature_lapse_rate_constant from new to old metadata -INFO: Converting local name clw(:,:,1) of variable ice_water_mixing_ratio_convective_transport_tracer from new to old metadata -INFO: Converting local name levozp of variable vertical_dimension_of_ozone_forcing_data from new to old metadata -INFO: Converting local name spfhmax of variable maximum_specific_humidity_at_2m from new to old metadata -INFO: Converting local name runoff of variable surface_runoff_flux from new to old metadata -INFO: Converting local name do_sb_physics of variable mg_flag_for_sb2001_autoconversion from new to old metadata -INFO: Converting local name phy_myj_a1q of variable weight_for_specific_humidity_at_viscous_sublayer_top from new to old metadata -INFO: Converting local name cactiv of variable conv_activity_counter from new to old metadata -INFO: Converting local name clw(:,:,index_for_turbulent_kinetic_energy_convective_transport_tracer) of variable turbulent_kinetic_energy_convective_transport_tracer from new to old metadata -INFO: Converting local name oz_phys_2015 of variable flag_for_2015_ozone_physics from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_snow_number_concentration) of variable snow_number_concentration from new to old metadata -INFO: Converting local name ntsnc of variable index_for_snow_number_concentration from new to old metadata -INFO: Converting local name dlwsfci_cpl of variable instantaneous_surface_downwelling_longwave_flux_for_coupling from new to old metadata -INFO: Converting local name errflg of variable ccpp_error_flag from new to old metadata -INFO: Converting local name kbot of variable vertical_index_at_cloud_base from new to old metadata -INFO: Converting local name clw_surf of variable cloud_condensed_water_mixing_ratio_at_surface from new to old metadata -INFO: Converting local name skebu_wts of variable weights_for_stochastic_skeb_perturbation_of_x_wind from new to old metadata -INFO: Converting local name snowprv of variable lwe_thickness_of_snow_amount_from_previous_timestep from new to old metadata -INFO: Converting local name spec_adv of variable flag_for_individual_cloud_species_advected from new to old metadata -INFO: Converting local name rainmp of variable lwe_thickness_of_explicit_rain_amount from new to old metadata -INFO: Converting local name jdat of variable forecast_date_and_time from new to old metadata -INFO: Converting local name ntrcaer of variable number_of_aerosol_tracers_MG from new to old metadata -INFO: Converting local name gflux of variable cumulative_surface_ground_heat_flux_multiplied_by_timestep from new to old metadata -INFO: Converting local name q1 of variable water_vapor_specific_humidity_at_lowest_model_layer_for_diag from new to old metadata -INFO: Converting local name gq0(:,1,index_for_water_vapor) of variable water_vapor_specific_humidity_at_lowest_model_layer_updated_by_physics from new to old metadata -INFO: Converting local name nday of variable daytime_points_dimension from new to old metadata -INFO: Converting local name cs_parm(9) of variable entrainment_efficiency_tunable_parameter_9_CS from new to old metadata -INFO: Converting local name flx_form of variable flag_flux_form_CS from new to old metadata -INFO: Converting local name dtsfc_cpl of variable cumulative_surface_upward_sensible_heat_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name nstf_name(1) of variable flag_for_nsstm_run from new to old metadata -INFO: Converting local name ca_sgs of variable flag_for_sgs_cellular_automata from new to old metadata -INFO: Converting local name mg_qcmin(1) of variable mg_minimum_cloud_condensed_water_mixing_ratio from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio from new to old metadata -INFO: Converting local name rilist of variable gas_constants_for_multi_gases_physics from new to old metadata -INFO: Converting local name dtauy2d_ls of variable y_momentum_tendency_from_large_scale_gwd from new to old metadata -INFO: Converting local name oz_coeff of variable number_of_coefficients_in_ozone_forcing_data from new to old metadata -INFO: Converting local name edmf_qt of variable emdf_updraft_total_water from new to old metadata -INFO: Converting local name stmassxy of variable stem_mass from new to old metadata -INFO: Converting local name dgraupelprv of variable graupel_precipitation_rate_from_previous_timestep from new to old metadata -INFO: Converting local name gq0(:,:,index_for_mass_weighted_rime_factor) of variable mass_weighted_rime_factor_updated_by_physics from new to old metadata -INFO: Converting local name alnwf of variable mean_nir_albedo_with_weak_cosz_dependency from new to old metadata -INFO: Converting local name smoiseq of variable equilibrium_soil_water_content from new to old metadata -INFO: Converting local name psautco of variable coefficient_from_cloud_ice_to_snow from new to old metadata -INFO: Converting local name fhlwr of variable frequency_for_longwave_radiation from new to old metadata -INFO: Converting local name xtts of variable sensitivity_of_dtl_heat_content_to_surface_temperature from new to old metadata -INFO: Converting local name tracers_start_index of variable start_index_of_other_tracers from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_ice_cloud_condensate) of variable tendency_of_ice_cloud_water_mixing_ratio_due_to_model_physics from new to old metadata -INFO: Converting local name jsd of variable starting_y_direction_index_domain from new to old metadata -INFO: Converting local name semis_land of variable surface_longwave_emissivity_over_land_interstitial from new to old metadata -INFO: Converting local name tdomr of variable dominant_rain_type from new to old metadata -INFO: Converting local name conv_act of variable gf_memory_counter from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_ice_cloud_number_concentration) of variable ice_number_concentration from new to old metadata -INFO: Converting local name ugrs(:,1) of variable x_wind_at_lowest_model_layer from new to old metadata -INFO: Converting local name qicn of variable mass_fraction_of_convective_cloud_ice from new to old metadata -INFO: Converting local name fh2_ice of variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_ice from new to old metadata -INFO: Converting local name tsq of variable t_prime_squared from new to old metadata -INFO: Converting local name tdomip of variable dominant_sleet_type from new to old metadata -INFO: Converting local name lslwr of variable flag_to_calc_lw from new to old metadata -INFO: Converting local name GFS_cldprop_type of variable GFS_cldprop_type from new to old metadata -INFO: Converting local name imp_physics of variable flag_for_microphysics_scheme from new to old metadata -INFO: Converting local name sfcalb(:,1) of variable surface_albedo_due_to_near_IR_direct from new to old metadata -INFO: Converting local name mg_do_graupel of variable mg_flag_for_graupel from new to old metadata -INFO: Converting local name soilm of variable soil_moisture_content from new to old metadata -INFO: Converting local name exch_m of variable atmosphere_momentum_diffusivity_for_mynnpbl from new to old metadata -INFO: Converting local name wetdpc of variable instantaneous_convective_scale_wet_deposition from new to old metadata -INFO: Converting local name el_pbl of variable mixing_length from new to old metadata -INFO: Converting local name ncnvc of variable index_for_convective_cloud_cover_in_phy_f3d from new to old metadata -INFO: Converting local name fn_nml of variable namelist_filename from new to old metadata -INFO: Converting local name weasd_ocean of variable water_equivalent_accumulated_snow_depth_over_ocean from new to old metadata -INFO: Converting local name evfact_deep of variable rain_evaporation_coefficient_deep_convection from new to old metadata -INFO: Converting local name dqsfc of variable cumulative_surface_upward_latent_heat_flux_for_diag_multiplied_by_timestep from new to old metadata -INFO: Converting local name totgrpb of variable accumulated_lwe_thickness_of_graupel_amount_in_bucket from new to old metadata -INFO: Converting local name trans_aero of variable flag_for_aerosol_convective_transport_and_PBL_diffusion from new to old metadata -INFO: Converting local name dusfc_bl of variable integrated_x_momentum_flux_from_blocking_drag from new to old metadata -INFO: Converting local name gw_kdis of variable eddy_mixing_due_to_ugwp from new to old metadata -INFO: Converting local name mg_qcmin of variable mg_minimum_cloud_condensed_water_and_ice_mixing_ratio from new to old metadata -INFO: Converting local name dq3dt(:,:,3) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_shal_convection from new to old metadata -INFO: Converting local name qi of variable cloud_ice_specific_humidity_at_Lagrangian_surface from new to old metadata -INFO: Converting local name imfshalcnv_gf of variable flag_for_ntiedtke_shallow_convection_scheme from new to old metadata -INFO: Converting local name zorl_ocean of variable surface_roughness_length_over_ocean_interstitial from new to old metadata -INFO: Converting local name tsfc_ice of variable surface_skin_temperature_over_ice_interstitial from new to old metadata -INFO: Converting local name input_nml_file_length of variable number_of_lines_of_namelist_filename_for_internal_file_reads from new to old metadata -INFO: Converting local name flhc of variable surface_exchange_coefficient_for_heat from new to old metadata -INFO: Converting local name qke of variable tke_at_mass_points from new to old metadata -INFO: Converting local name snowd of variable surface_snow_thickness_water_equivalent from new to old metadata -INFO: Converting local name ncpr of variable local_rain_number_concentration from new to old metadata -INFO: Converting local name ldiag3d of variable flag_diagnostics_3D from new to old metadata -INFO: Converting local name ffhh_ocean of variable Monin_Obukhov_similarity_function_for_heat_over_ocean from new to old metadata -INFO: Converting local name nsamftrac of variable number_of_tracers_for_samf from new to old metadata -INFO: Converting local name con_hvap of variable latent_heat_of_vaporization_of_water_at_0C from new to old metadata -INFO: Converting local name dtaux2d_fd of variable x_momentum_tendency_from_form_drag from new to old metadata -INFO: Converting local name levh2o of variable vertical_dimension_of_h2o_forcing_data from new to old metadata -INFO: Converting local name ras of variable flag_for_ras_deep_convection from new to old metadata -INFO: Converting local name ialb of variable flag_for_using_climatology_albedo from new to old metadata -INFO: Converting local name raincd of variable lwe_thickness_of_deep_convective_precipitation_amount from new to old metadata -INFO: Converting local name alb1d of variable surface_albedo_perturbation from new to old metadata -INFO: Converting local name nwat of variable number_of_water_species from new to old metadata -INFO: Converting local name dwn_mf of variable cumulative_atmosphere_downdraft_convective_mass_flux from new to old metadata -INFO: Converting local name save_t of variable air_temperature_save from new to old metadata -INFO: Converting local name fice of variable sea_ice_concentration from new to old metadata -INFO: Converting local name dvisdf_cpl of variable cumulative_surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name cvb of variable pressure_at_bottom_of_convective_cloud from new to old metadata -INFO: Converting local name save_q(:,:,index_for_ice_cloud_condensate) of variable ice_water_mixing_ratio_save from new to old metadata -INFO: Converting local name gq0(:,:,index_for_snow_water) of variable snow_water_mixing_ratio_updated_by_physics from new to old metadata -INFO: Converting local name qrain of variable sensible_heat_flux_due_to_rainfall from new to old metadata -INFO: Converting local name stress_ocean of variable surface_wind_stress_over_ocean from new to old metadata -INFO: Converting local name adjsfculw_land of variable surface_upwelling_longwave_flux_over_land_interstitial from new to old metadata -INFO: Converting local name ndust of variable number_of_dust_bins_for_diagnostics from new to old metadata -INFO: Converting local name GFS_radtend_type of variable GFS_radtend_type from new to old metadata -INFO: Converting local name ngas of variable number_of_gases_for_multi_gases_physics from new to old metadata -INFO: Converting local name diceprv of variable ice_precipitation_rate_from_previous_timestep from new to old metadata -INFO: Converting local name con_ttp of variable triple_point_temperature_of_water from new to old metadata -INFO: Converting local name rechxy of variable water_table_recharge_when_shallow from new to old metadata -INFO: Converting local name ffhh of variable Monin_Obukhov_similarity_function_for_heat from new to old metadata -INFO: Converting local name edmf_w of variable emdf_updraft_vertical_velocity from new to old metadata -INFO: Converting local name sed_supersat of variable mg_allow_supersat_after_sed from new to old metadata -INFO: Converting local name sr of variable ratio_of_snowfall_to_rainfall from new to old metadata -INFO: Converting local name stc of variable soil_temperature from new to old metadata -INFO: Converting local name idate of variable date_and_time_at_model_initialization_reordered from new to old metadata -INFO: Converting local name nctp of variable number_of_cloud_types_CS from new to old metadata -INFO: Converting local name levrp1 of variable number_of_vertical_layers_for_radiation_calculations_plus_one from new to old metadata -INFO: Converting local name v10mmax of variable maximum_y_wind_at_10m from new to old metadata -INFO: Converting local name clouds(:,:,8) of variable cloud_snow_water_path from new to old metadata -INFO: Converting local name dusfc of variable cumulative_surface_x_momentum_flux_for_diag_multiplied_by_timestep from new to old metadata -INFO: Converting local name sfcalb(:,3) of variable surface_albedo_due_to_UV_and_VIS_direct from new to old metadata -INFO: Converting local name zmtnblck of variable level_of_dividing_streamline from new to old metadata -INFO: Converting local name xcosz of variable instantaneous_cosine_of_zenith_angle from new to old metadata -INFO: Converting local name CCPP_interstitial_type of variable CCPP_interstitial_type from new to old metadata -INFO: Converting local name theta of variable angle_from_east_of_maximum_subgrid_orographic_variations from new to old metadata -INFO: Converting local name nbdsw of variable number_of_aerosol_bands_for_shortwave_radiation from new to old metadata -INFO: Converting local name dqsfc1 of variable instantaneous_surface_upward_latent_heat_flux from new to old metadata -INFO: Converting local name htrsw of variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_timestep from new to old metadata -INFO: Converting local name gq0(:,:,index_for_graupel_number_concentration) of variable graupel_number_concentration_updated_by_physics from new to old metadata -INFO: Converting local name ntgnc of variable index_for_graupel_number_concentration from new to old metadata -INFO: Converting local name semis of variable surface_longwave_emissivity from new to old metadata -INFO: Converting local name ca_smooth of variable flag_for_gaussian_spatial_filter from new to old metadata -INFO: Converting local name zhour of variable time_since_diagnostics_zeroed from new to old metadata -INFO: Converting local name uswsfci of variable surface_upwelling_shortwave_flux from new to old metadata -INFO: Converting local name dq3dt(:,:,6) of variable cumulative_change_in_ozone_concentration_due_to_production_and_loss_rate from new to old metadata -INFO: Converting local name con_t0c of variable temperature_at_zero_celsius from new to old metadata -INFO: Converting local name dvsfcin_cpl of variable surface_y_momentum_flux_for_coupling from new to old metadata -INFO: Converting local name runoff of variable total_runoff from new to old metadata -INFO: Converting local name upd_mf of variable cumulative_atmosphere_updraft_convective_mass_flux from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_for_cloud_fraction_in_3d_arrays_for_microphysics) of variable cloud_fraction_for_MG from new to old metadata -INFO: Converting local name indcld of variable index_for_cloud_fraction_in_3d_arrays_for_microphysics from new to old metadata -INFO: Converting local name vegtype of variable vegetation_type_classification from new to old metadata -INFO: Converting local name ied of variable ending_x_direction_index_domain from new to old metadata -INFO: Converting local name transa of variable cumulative_transpiration_flux_multiplied_by_timestep from new to old metadata -INFO: Converting local name dt3dt(:,:,2) of variable cumulative_change_in_temperature_due_to_shortwave_radiation from new to old metadata -INFO: Converting local name dvsfc_ls of variable integrated_y_momentum_flux_from_large_scale_gwd from new to old metadata -INFO: Converting local name snowd_ocean of variable surface_snow_thickness_water_equivalent_over_ocean from new to old metadata -INFO: Converting local name clouds(:,:,2) of variable cloud_liquid_water_path from new to old metadata -INFO: Converting local name visbmui of variable surface_upwelling_direct_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name plvl of variable air_pressure_at_interface_for_radiation_in_hPa from new to old metadata -INFO: Converting local name uustar_land of variable surface_friction_velocity_over_land from new to old metadata -INFO: Converting local name phy_myj_akms of variable momentum_exchange_coefficient_for_MYJ_schemes from new to old metadata -INFO: Converting local name cnv_fice of variable ice_fraction_in_convective_tower from new to old metadata -INFO: Converting local name nbdlw of variable number_of_aerosol_bands_for_longwave_radiation from new to old metadata -INFO: Converting local name dudt_mtb of variable instantaneous_change_in_x_wind_due_to_mountain_blocking_drag from new to old metadata -INFO: Converting local name rb_ocean of variable bulk_richardson_number_at_lowest_model_level_over_ocean from new to old metadata -INFO: Converting local name ccnorm of variable flag_for_cloud_condensate_normalized_by_cloud_cover from new to old metadata -INFO: Converting local name dqdt of variable tendency_of_tracers_due_to_model_physics from new to old metadata -INFO: Converting local name u10m of variable x_wind_at_10m from new to old metadata -INFO: Converting local name tmpmin of variable minimum_temperature_at_2m from new to old metadata -INFO: Converting local name save_u of variable x_wind_save from new to old metadata -INFO: Converting local name tsnow of variable snow_temperature_bottom_first_layer from new to old metadata -INFO: Converting local name kind_INTEGER of variable kind_INTEGER from new to old metadata -INFO: Converting local name nswsfc_cpl of variable cumulative_surface_net_downward_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name vgrs(:,1) of variable y_wind_at_lowest_model_layer from new to old metadata -INFO: Converting local name bl_mynn_edmf_tke of variable edmf_tke_transport_flag from new to old metadata -INFO: Converting local name tile_num of variable number_of_tile from new to old metadata -INFO: Converting local name con_pi of variable pi from new to old metadata -INFO: Converting local name abem of variable instantaneous_anthopogenic_and_biomass_burning_emissions from new to old metadata -INFO: Converting local name latidxprnt of variable latitude_index_in_debug_printouts from new to old metadata -INFO: Converting local name tcrf of variable cloud_phase_transition_denominator from new to old metadata -INFO: Converting local name cpilist of variable specific_heat_capacities_for_multi_gases_physics from new to old metadata -INFO: Converting local name tprcp_ocean of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_ocean from new to old metadata -INFO: Converting local name vgrs of variable y_wind from new to old metadata -INFO: Converting local name me of variable mpi_rank from new to old metadata -INFO: Converting local name nseffr of variable index_for_snow_effective_radius from new to old metadata -INFO: Converting local name crtrh(1) of variable critical_relative_humidity_at_surface from new to old metadata -INFO: Converting local name nrcm of variable array_dimension_of_random_number from new to old metadata -INFO: Converting local name phy_f2d(:,2) of variable surface_air_pressure_at_previous_time_step from new to old metadata -INFO: Converting local name totice of variable accumulated_lwe_thickness_of_ice_amount from new to old metadata -INFO: Converting local name vdftra of variable vertically_diffused_tracer_concentration from new to old metadata -INFO: Converting local name clam_shal of variable entrainment_rate_coefficient_shallow_convection from new to old metadata -INFO: Converting local name ulwsfc of variable cumulative_surface_upwelling_longwave_flux_multiplied_by_timestep from new to old metadata -INFO: Converting local name cldf of variable cloud_area_fraction from new to old metadata -INFO: Converting local name prslk of variable dimensionless_exner_function_at_model_layers from new to old metadata -INFO: Converting local name imp_physics_wsm6 of variable flag_for_wsm6_microphysics_scheme from new to old metadata -INFO: Converting local name blksz(ccpp_block_number) of variable horizontal_loop_extent from new to old metadata -INFO: Converting local name dtp of variable time_step_for_physics from new to old metadata -INFO: Converting local name nnirdf_cpl of variable cumulative_surface_net_downward_diffuse_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name tsurf_ice of variable surface_skin_temperature_after_iteration_over_ice from new to old metadata -INFO: Converting local name snowfallac of variable total_accumulated_snowfall from new to old metadata -INFO: Converting local name solhr of variable forecast_hour_of_the_day from new to old metadata -INFO: Converting local name use_zmtnblck of variable flag_for_mountain_blocking from new to old metadata -INFO: Converting local name sfcflw_type of variable sfcflw_type from new to old metadata -INFO: Converting local name rhofr of variable density_of_frozen_precipitation from new to old metadata -INFO: Converting local name dxmax of variable maximum_scaling_factor_for_critical_relative_humidity from new to old metadata -INFO: Converting local name rainc_cpl of variable lwe_thickness_of_convective_precipitation_amount_for_coupling from new to old metadata -INFO: Converting local name prautco of variable coefficient_from_cloud_water_to_rain from new to old metadata -INFO: Converting local name cumabs of variable maximum_column_heating_rate from new to old metadata -INFO: Converting local name Statein of variable GFS_statein_type_instance from new to old metadata -INFO: Converting local name ntasks of variable mpi_size from new to old metadata -INFO: Converting local name qsq of variable q_prime_squared from new to old metadata -INFO: Converting local name bl_mynn_mixqt of variable mix_total_water_flag from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_turbulent_kinetic_energy) of variable tendency_of_turbulent_kinetic_energy_due_to_model_physics from new to old metadata -INFO: Converting local name ntke of variable index_for_turbulent_kinetic_energy from new to old metadata -INFO: Converting local name kmp of variable top_layer_index_for_fast_physics from new to old metadata -INFO: Converting local name ffhh_ice of variable Monin_Obukhov_similarity_function_for_heat_over_ice from new to old metadata -INFO: Converting local name dq3dt(:,:,1) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_PBL from new to old metadata -INFO: Converting local name con_hfus of variable latent_heat_of_fusion_of_water_at_0C from new to old metadata -INFO: Converting local name isubc_lw of variable flag_for_lw_clouds_without_sub_grid_approximation from new to old metadata -INFO: Converting local name du3dt(:,:,3) of variable cumulative_change_in_x_wind_due_to_deep_convection from new to old metadata -INFO: Converting local name clx of variable fraction_of_grid_box_with_subgrid_orography_higher_than_critical_height from new to old metadata -INFO: Converting local name shoc_parm(4) of variable shoc_implicit_TKE_integration_uncentering_term from new to old metadata -INFO: Converting local name gasvmr(:,:,7) of variable volume_mixing_ratio_cfc12 from new to old metadata -INFO: Converting local name cappa of variable cappa_moist_gas_constant_at_Lagrangian_surface from new to old metadata -INFO: Converting local name cf_upi of variable convective_cloud_fraction_for_microphysics from new to old metadata -INFO: Converting local name cdata of variable ccpp_t_instance from new to old metadata -INFO: Converting local name phy_myj_akhs of variable heat_exchange_coefficient_for_MYJ_schemes from new to old metadata -INFO: Converting local name sedim of variable instantaneous_sedimentation from new to old metadata -INFO: Converting local name graupelmp of variable lwe_thickness_of_graupel_amount from new to old metadata -INFO: Converting local name skebu_wts of variable weights_for_stochastic_skeb_perturbation_of_x_wind_flipped from new to old metadata -INFO: Converting local name GFS_control_type of variable GFS_control_type from new to old metadata -INFO: Converting local name yearlen of variable number_of_days_in_year from new to old metadata -INFO: Converting local name save_q(:,:,index_for_water_vapor) of variable water_vapor_specific_humidity_save from new to old metadata -INFO: Converting local name smois of variable volume_fraction_of_soil_moisture_for_land_surface_model from new to old metadata -INFO: Converting local name gq0(:,:,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio_updated_by_physics from new to old metadata -INFO: Converting local name pwat of variable column_precipitable_water from new to old metadata -INFO: Converting local name cld1d of variable cloud_work_function from new to old metadata -INFO: Converting local name qvi of variable gas_tracers_for_multi_gas_physics_at_Lagrangian_surface from new to old metadata -INFO: Converting local name gabsbdlw of variable surface_downwelling_longwave_flux_absorbed_by_ground from new to old metadata -INFO: Converting local name tau_ngw of variable time_integral_of_momentum_flux_due_to_nonstationary_gravity_wave from new to old metadata -INFO: Converting local name xlat_d of variable latitude_degree from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_for_ice_effective_radius) of variable effective_radius_of_stratiform_cloud_ice_particle_in_um from new to old metadata -INFO: Converting local name nieffr of variable index_for_ice_effective_radius from new to old metadata -INFO: Converting local name do_ca of variable flag_for_cellular_automata from new to old metadata -INFO: Converting local name wtxy of variable water_storage_in_aquifer_and_saturated_soil from new to old metadata -INFO: Converting local name srunoff of variable surface_runoff from new to old metadata -INFO: Converting local name ntrnc of variable index_for_rain_number_concentration from new to old metadata -INFO: Converting local name ustm of variable surface_friction_velocity_drag from new to old metadata -INFO: Converting local name cnvprcp of variable cumulative_lwe_thickness_of_convective_precipitation_amount from new to old metadata -INFO: Converting local name imfdeepcnv_samf of variable flag_for_samf_deep_convection_scheme from new to old metadata -INFO: Converting local name si of variable vertical_sigma_coordinate_for_radiation_initialization from new to old metadata -INFO: Converting local name gwdcu of variable tendency_of_x_wind_due_to_convective_gravity_wave_drag from new to old metadata -INFO: Converting local name elvmax of variable maximum_subgrid_orography from new to old metadata -INFO: Converting local name slimskin_cpl of variable sea_land_ice_mask_in from new to old metadata -INFO: Converting local name dtsfc_cice of variable surface_upward_sensible_heat_flux_for_coupling_interstitial from new to old metadata -INFO: Converting local name do_mynnedmf of variable do_mynnedmf from new to old metadata -INFO: Converting local name zorll of variable surface_roughness_length_over_land from new to old metadata -INFO: Converting local name nswsfci_cpl of variable instantaneous_surface_net_downward_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name do_cldice of variable mg_flag_for_cloud_ice_processes from new to old metadata -INFO: Converting local name alboldxy of variable snow_albedo_at_previous_time_step from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_graupel) of variable graupel_mixing_ratio from new to old metadata -INFO: Converting local name rhcmax of variable maximum_critical_relative_humidity from new to old metadata -INFO: Converting local name Stateout of variable GFS_stateout_type_instance from new to old metadata -INFO: Converting local name nirbmdi of variable surface_downwelling_direct_near_infrared_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name gfluxi of variable instantaneous_surface_ground_heat_flux from new to old metadata -INFO: Converting local name drainncprv of variable explicit_rainfall_rate_from_previous_timestep from new to old metadata -INFO: Converting local name gflx of variable upward_heat_flux_in_soil from new to old metadata -INFO: Converting local name hflx_ocean of variable kinematic_surface_upward_sensible_heat_flux_over_ocean from new to old metadata -INFO: Converting local name nvdiff of variable number_of_vertical_diffusion_tracers from new to old metadata -INFO: Converting local name dspheat of variable flag_TKE_dissipation_heating from new to old metadata -INFO: Converting local name fhswr of variable frequency_for_shortwave_radiation from new to old metadata -INFO: Converting local name nthreads of variable omp_threads from new to old metadata -INFO: Converting local name islmsk of variable sea_land_ice_mask from new to old metadata -INFO: Converting local name ntchmdiag of variable number_of_chemical_tracers_for_diagnostics from new to old metadata -INFO: Converting local name nstf_name(5) of variable vertical_temperature_average_range_upper_bound from new to old metadata -INFO: Converting local name forceq of variable moisture_tendency_due_to_dynamics from new to old metadata -INFO: Converting local name nseasalt of variable number_of_seasalt_bins_for_diagnostics from new to old metadata -INFO: Converting local name gasvmr(:,:,2) of variable volume_mixing_ratio_n2o from new to old metadata -INFO: Converting local name ctei_rml of variable grid_sensitive_critical_cloud_top_entrainment_instability_criteria from new to old metadata -INFO: Converting local name sfc_wts of variable weights_for_stochastic_surface_physics_perturbation from new to old metadata -INFO: Converting local name oc of variable convexity_of_subgrid_orography from new to old metadata -INFO: Converting local name ep1d of variable surface_upward_potential_latent_heat_flux from new to old metadata -INFO: Converting local name u10mmax of variable maximum_x_wind_at_10m from new to old metadata -INFO: Converting local name nca of variable number_of_independent_cellular_automata from new to old metadata -INFO: Converting local name rtmassxy of variable fine_root_mass from new to old metadata -INFO: Converting local name ffmm_ocean of variable Monin_Obukhov_similarity_function_for_momentum_over_ocean from new to old metadata -INFO: Converting local name pertlai of variable magnitude_of_perturbation_of_leaf_area_index from new to old metadata -INFO: Converting local name mg_ncnst of variable mg_drop_concentration_constant from new to old metadata -INFO: Converting local name pgcon_shal of variable momentum_transport_reduction_factor_pgf_shallow_convection from new to old metadata -INFO: Converting local name edmf_qc of variable emdf_updraft_cloud_water from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_graupel) of variable tendency_of_graupel_mixing_ratio_due_to_model_physics from new to old metadata -INFO: Converting local name acvt of variable largest_cloud_top_vertical_index_encountered_thus_far from new to old metadata -INFO: Converting local name cmm of variable surface_drag_wind_speed_for_momentum_in_air from new to old metadata -INFO: Converting local name dt_cool of variable sub_layer_cooling_amount from new to old metadata -INFO: Converting local name qc_r of variable cloud_liquid_water_mixing_ratio from new to old metadata -INFO: Converting local name ral_ts of variable time_scale_for_rayleigh_damping from new to old metadata -INFO: Converting local name GFS_diag_type of variable GFS_diag_type from new to old metadata -INFO: Converting local name dnirdfi_cpl of variable instantaneous_surface_downwelling_diffuse_near_infrared_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name chh_ice of variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_ice from new to old metadata -INFO: Converting local name flipv of variable flag_flip from new to old metadata -INFO: Converting local name ldiag_ugwp of variable diag_ugwp_flag from new to old metadata -INFO: Converting local name ctei_r of variable cloud_top_entrainment_instability_value from new to old metadata -INFO: Converting local name ccn_nm of variable ccn_number_concentration from new to old metadata -INFO: Converting local name edmf_ent of variable emdf_updraft_entrainment_rate from new to old metadata -INFO: Converting local name htswc of variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step from new to old metadata -INFO: Converting local name phy_myj_thz0 of variable potential_temperature_at_viscous_sublayer_top from new to old metadata -INFO: Converting local name bl_mynn_edmf of variable edmf_flag from new to old metadata -INFO: Converting local name con_rd of variable gas_constant_dry_air from new to old metadata -INFO: Converting local name qss_land of variable surface_specific_humidity_over_land from new to old metadata -INFO: Converting local name zt1d of variable perturbation_of_heat_to_momentum_roughness_length_ratio from new to old metadata -INFO: Converting local name imp_physics_zhao_carr of variable flag_for_zhao_carr_microphysics_scheme from new to old metadata -INFO: Converting local name delz of variable thickness_at_Lagrangian_surface from new to old metadata -INFO: Converting local name dtsfci of variable instantaneous_surface_upward_sensible_heat_flux_for_diag from new to old metadata -INFO: Converting local name dvsfc_fd of variable integrated_y_momentum_flux_from_form_drag from new to old metadata -INFO: Converting local name totprcpb of variable accumulated_lwe_thickness_of_precipitation_amount_in_bucket from new to old metadata -INFO: Converting local name tcr of variable cloud_phase_transition_threshold_temperature from new to old metadata -INFO: Converting local name clstp of variable convective_cloud_switch from new to old metadata -INFO: Converting local name isatmedmf_vdifq of variable choice_of_updated_scale_aware_TKE_moist_EDMF_PBL from new to old metadata -INFO: Converting local name coszen of variable cosine_of_zenith_angle from new to old metadata -INFO: Converting local name nifa2d of variable tendency_of_ice_friendly_aerosols_at_surface from new to old metadata -INFO: Converting local name icy of variable flag_nonzero_sea_ice_surface_fraction from new to old metadata -INFO: Converting local name dudt of variable tendency_of_x_wind_due_to_model_physics from new to old metadata -INFO: Converting local name bl_dnfr of variable downdraft_fraction_in_boundary_layer_mass_flux_scheme from new to old metadata -INFO: Converting local name snohf of variable snow_freezing_rain_upward_latent_heat_flux from new to old metadata -INFO: Converting local name bexp1d of variable perturbation_of_soil_type_b_parameter from new to old metadata -INFO: Converting local name faersw of variable aerosol_optical_properties_for_shortwave_bands_01_16 from new to old metadata -INFO: Converting local name dtdt of variable tendency_of_air_temperature_due_to_model_physics from new to old metadata -INFO: Converting local name nvisdf_cpl of variable cumulative_surface_net_downward_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name dqsfcin_cpl of variable surface_upward_latent_heat_flux_for_coupling from new to old metadata -INFO: Converting local name con_p0 of variable standard_atmospheric_pressure from new to old metadata -INFO: Converting local name con_epsq of variable minimum_value_of_specific_humidity from new to old metadata -INFO: Converting local name dusfci_cpl of variable instantaneous_surface_x_momentum_flux_for_coupling from new to old metadata -INFO: Converting local name ep1d_ice of variable surface_upward_potential_latent_heat_flux_over_ice from new to old metadata -INFO: Converting local name fhour of variable forecast_time from new to old metadata -INFO: Converting local name refl_10cm of variable radar_reflectivity_10cm from new to old metadata -INFO: Converting local name shum_wts of variable weights_for_stochastic_shum_perturbation_flipped from new to old metadata -INFO: Converting local name dspfac of variable tke_dissipative_heating_factor from new to old metadata -INFO: Converting local name nnirbmi_cpl of variable instantaneous_surface_net_downward_direct_near_infrared_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name c1_deep of variable detrainment_conversion_parameter_deep_convection from new to old metadata -INFO: Converting local name dt3dt(:,:,4) of variable cumulative_change_in_temperature_due_to_deep_convection from new to old metadata -INFO: Converting local name dv3dt(:,:,4) of variable cumulative_change_in_y_wind_due_to_convective_gravity_wave_drag from new to old metadata -INFO: Converting local name phy_myj_a1u of variable weight_for_momentum_at_viscous_sublayer_top from new to old metadata -INFO: Converting local name iopt_stc of variable flag_for_soil_and_snow_temperature_time_stepping_option from new to old metadata -INFO: Converting local name adjvisbmd of variable surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux from new to old metadata -INFO: Converting local name icloud_bl of variable couple_sgs_clouds_to_radiation_flag from new to old metadata -INFO: Converting local name rb of variable bulk_richardson_number_at_lowest_model_level from new to old metadata -INFO: Converting local name faerlw(:,:,:,2) of variable aerosol_single_scattering_albedo_for_longwave_bands_01_16 from new to old metadata -INFO: Converting local name phy_myj_elflx of variable kinematic_surface_latent_heat_flux from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_for_snow_effective_radius) of variable effective_radius_of_stratiform_cloud_snow_particle_in_um from new to old metadata -INFO: Converting local name iopt_tbot of variable flag_for_lower_boundary_soil_temperature_option from new to old metadata -INFO: Converting local name pdfflag of variable flag_for_pdf_for_morrison_gettelman_microphysics_scheme from new to old metadata -INFO: Converting local name do_aw of variable flag_for_Arakawa_Wu_adjustment from new to old metadata -INFO: Converting local name do_tofd of variable turb_oro_form_drag_flag from new to old metadata -INFO: Converting local name dqdti of variable instantaneous_water_vapor_specific_humidity_tendency_due_to_convection from new to old metadata -INFO: Converting local name qi_r of variable cloud_ice_mixing_ratio from new to old metadata -INFO: Converting local name flag_iter of variable flag_for_iteration from new to old metadata -INFO: Converting local name CLDFRA_BL of variable subgrid_cloud_fraction_pbl from new to old metadata -INFO: Converting local name zorl_ice of variable surface_roughness_length_over_ice_interstitial from new to old metadata -INFO: Converting local name dd_mf of variable instantaneous_atmosphere_downdraft_convective_mass_flux from new to old metadata -INFO: Converting local name visdfui of variable surface_upwelling_diffuse_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name julian of variable julian_day from new to old metadata -INFO: Converting local name cd_ice of variable surface_drag_coefficient_for_momentum_in_air_over_ice from new to old metadata -INFO: Converting local name iovr_lw of variable flag_for_max_random_overlap_clouds_for_longwave_radiation from new to old metadata -INFO: Converting local name lmp of variable adjusted_vertical_level_dimension_for_radiation from new to old metadata -INFO: Converting local name kdt of variable index_of_time_step from new to old metadata -INFO: Converting local name ushfsfci of variable instantaneous_surface_upward_sensible_heat_flux_for_chemistry_coupling from new to old metadata -INFO: Converting local name rb_land of variable bulk_richardson_number_at_lowest_model_level_over_land from new to old metadata -INFO: Converting local name uustar of variable surface_friction_velocity from new to old metadata -INFO: Converting local name adjnirbmu of variable surface_upwelling_direct_near_infrared_shortwave_flux from new to old metadata -INFO: Converting local name do_mynnsfclay of variable do_mynnsfclay from new to old metadata -INFO: Converting local name aero_in of variable flag_for_aerosol_input_MG from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_water_vapor) of variable tendency_of_water_vapor_specific_humidity_due_to_model_physics from new to old metadata -INFO: Converting local name mol of variable theta_star from new to old metadata -INFO: Converting local name fwetxy of variable area_fraction_of_wet_canopy from new to old metadata -INFO: Converting local name phy_f2d(:,1) of variable surface_air_pressure_two_time_steps_back from new to old metadata -INFO: Converting local name topflw of variable lw_fluxes_top_atmosphere from new to old metadata -INFO: Converting local name satmedmf of variable flag_for_scale_aware_TKE_moist_EDMF_PBL from new to old metadata -INFO: Converting local name waxy of variable water_storage_in_aquifer from new to old metadata -INFO: Converting local name snow of variable lwe_thickness_of_snow_amount_on_dynamics_timestep from new to old metadata -INFO: Converting local name ivegsrc of variable vegetation_type_dataset_choice from new to old metadata -INFO: Converting local name sigmaf of variable bounded_vegetation_area_fraction from new to old metadata -INFO: Converting local name f_rain of variable fraction_of_rain_water_cloud from new to old metadata -INFO: Converting local name dkt of variable instantaneous_atmosphere_heat_diffusivity from new to old metadata -INFO: Converting local name asolfac_deep of variable aerosol_aware_parameter_deep_convection from new to old metadata -INFO: Converting local name dv3dt(:,:,2) of variable cumulative_change_in_y_wind_due_to_orographic_gravity_wave_drag from new to old metadata -INFO: Converting local name ipr of variable horizontal_index_of_printed_column from new to old metadata -INFO: Converting local name npzcappa of variable vertical_dimension_for_cappa_at_Lagrangian_surface from new to old metadata -INFO: Converting local name clam_deep of variable entrainment_rate_coefficient_deep_convection from new to old metadata -INFO: Converting local name dusfci of variable instantaneous_surface_x_momentum_flux_for_diag from new to old metadata -INFO: Converting local name cs_parm(4) of variable detrainment_and_precipitation_tunable_parameter_4_CS from new to old metadata -INFO: Converting local name levsp1 of variable vertical_dimension_plus_one from new to old metadata -INFO: Converting local name con_cp of variable specific_heat_of_dry_air_at_constant_pressure from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_water_vapor) of variable water_vapor_specific_humidity from new to old metadata -INFO: Converting local name prsik(:,1) of variable dimensionless_exner_function_at_lowest_model_interface from new to old metadata -INFO: Converting local name gasvmr(:,:,5) of variable volume_mixing_ratio_co from new to old metadata -INFO: Converting local name mg_ngcons of variable mg_flag_graupel_concentration_constant from new to old metadata -INFO: Converting local name acsnow of variable accumulated_water_equivalent_of_frozen_precip from new to old metadata -INFO: Converting local name levsm1 of variable vertical_dimension_minus_one from new to old metadata -INFO: Converting local name phy_myj_a1t of variable weight_for_potental_temperature_at_viscous_sublayer_top from new to old metadata -INFO: Converting local name ntracp1 of variable number_of_tracers_plus_one from new to old metadata -INFO: Converting local name GFS_Data of variable GFS_data_type_instance_all_blocks from new to old metadata -INFO: Converting local name zol of variable surface_stability_parameter from new to old metadata -INFO: Converting local name CCPP_interstitial of variable CCPP_interstitial_type_instance from new to old metadata -INFO: Converting local name isd of variable starting_x_direction_index_domain from new to old metadata -INFO: Converting local name cplflx of variable flag_for_flux_coupling from new to old metadata -INFO: Converting local name lradar of variable flag_for_radar_reflectivity from new to old metadata -INFO: Converting local name iseed_ca of variable seed_for_random_number_generation_in_cellular_automata_scheme from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_for_convective_cloud_cover_in_phy_f3d) of variable convective_cloud_cover_in_phy_f3d from new to old metadata -INFO: Converting local name dqsfci of variable instantaneous_surface_upward_latent_heat_flux_for_diag from new to old metadata -INFO: Converting local name dxmin of variable minimum_scaling_factor_for_critical_relative_humidity from new to old metadata -INFO: Converting local name sppt_wts of variable weights_for_stochastic_sppt_perturbation from new to old metadata -INFO: Converting local name tahxy of variable canopy_air_temperature from new to old metadata -INFO: Converting local name imn of variable forecast_month from new to old metadata -INFO: Converting local name evcw of variable canopy_upward_latent_heat_flux from new to old metadata -INFO: Converting local name input_nml_file of variable namelist_filename_for_internal_file_reads from new to old metadata -INFO: Converting local name raddt of variable time_step_for_radiation from new to old metadata -INFO: Converting local name dvisbmi_cpl of variable instantaneous_surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name gwdcv of variable tendency_of_y_wind_due_to_convective_gravity_wave_drag from new to old metadata -INFO: Converting local name evbsa of variable cumulative_soil_upward_latent_heat_flux_multiplied_by_timestep from new to old metadata -INFO: Converting local name cldwrk of variable cumulative_cloud_work_function from new to old metadata -INFO: Converting local name npzdelz of variable vertical_dimension_for_thickness_at_Lagrangian_surface from new to old metadata -INFO: Converting local name dvsfc_cice of variable surface_y_momentum_flux_for_coupling_interstitial from new to old metadata -INFO: Converting local name ql of variable cloud_liquid_water_specific_humidity_at_Lagrangian_surface from new to old metadata -INFO: Converting local name imp_physics_fer_hires of variable flag_for_fer_hires_microphysics_scheme from new to old metadata -INFO: Converting local name dvdt of variable tendency_of_y_wind_due_to_model_physics from new to old metadata -INFO: Converting local name dusfc_cpl of variable cumulative_surface_x_momentum_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name prsl(:,1) of variable air_pressure_at_lowest_model_layer from new to old metadata -INFO: Converting local name ktop_shallow of variable k_level_of_highest_reaching_plume from new to old metadata -INFO: Converting local name sfcfsw of variable sw_fluxes_sfc from new to old metadata -INFO: Converting local name gv0 of variable y_wind_updated_by_physics from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_rain_water) of variable rain_water_mixing_ratio from new to old metadata -INFO: Converting local name cdq_ocean of variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_ocean from new to old metadata -INFO: Converting local name sfcalb(:,4) of variable surface_albedo_due_to_UV_and_VIS_diffused from new to old metadata -INFO: Converting local name gamq of variable countergradient_mixing_term_for_water_vapor from new to old metadata -INFO: Converting local name mdt of variable time_step_for_remapping_for_fast_physics from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_ice_cloud_condensate) of variable ice_water_mixing_ratio from new to old metadata -INFO: Converting local name sfcalb(:,2) of variable surface_albedo_due_to_near_IR_diffused from new to old metadata -INFO: Converting local name phy_fctd of variable cloud_base_mass_flux from new to old metadata -INFO: Converting local name weasd_land of variable water_equivalent_accumulated_snow_depth_over_land from new to old metadata -INFO: Converting local name nwfa2d of variable tendency_of_water_friendly_aerosols_at_surface from new to old metadata -INFO: Converting local name GFS_Control of variable GFS_control_type_instance from new to old metadata -INFO: Converting local name nncl of variable number_of_tracers_for_cloud_condensate from new to old metadata -INFO: Converting local name olyr of variable ozone_concentration_at_layer_for_radiation from new to old metadata -INFO: Converting local name tg3 of variable deep_soil_temperature from new to old metadata -INFO: Converting local name Radtend of variable GFS_radtend_type_instance from new to old metadata -INFO: Converting local name sinlat of variable sine_of_latitude from new to old metadata -INFO: Converting local name sppt_wts of variable weights_for_stochastic_sppt_perturbation_flipped from new to old metadata -INFO: Converting local name ng of variable number_of_ghost_zones from new to old metadata -INFO: Converting local name phil of variable geopotential from new to old metadata -INFO: Converting local name flag_frsoil of variable flag_for_frozen_soil_physics from new to old metadata -INFO: Converting local name faersw(:,:,:,2) of variable aerosol_single_scattering_albedo_for_shortwave_bands_01_16 from new to old metadata -INFO: Converting local name qc of variable cloud_fraction_at_Lagrangian_surface from new to old metadata -INFO: Converting local name do_sfcperts of variable flag_for_stochastic_surface_perturbations from new to old metadata -INFO: Converting local name betas_deep of variable downdraft_fraction_reaching_surface_over_ocean_deep_convection from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_rain_number_concentration) of variable rain_number_concentration from new to old metadata -INFO: Converting local name ifd of variable index_of_dtlm_start from new to old metadata -INFO: Converting local name area of variable cell_area_for_fast_physics from new to old metadata -INFO: Converting local name trans_trac of variable flag_for_convective_transport_of_tracers from new to old metadata -INFO: Converting local name isatmedmf of variable choice_of_scale_aware_TKE_moist_EDMF_PBL from new to old metadata -INFO: Converting local name old_monin of variable flag_for_old_PBL_scheme from new to old metadata -INFO: Converting local name cplchm of variable flag_for_chemistry_coupling from new to old metadata -INFO: Converting local name raincprv of variable lwe_thickness_of_convective_precipitation_amount_from_previous_timestep from new to old metadata -INFO: Converting local name u1 of variable x_wind_at_lowest_model_layer_for_diag from new to old metadata -INFO: Converting local name gw_dvdt of variable tendency_of_y_wind_due_to_ugwp from new to old metadata -INFO: Converting local name dtsfc1 of variable instantaneous_surface_upward_sensible_heat_flux from new to old metadata -INFO: Converting local name gasvmr(:,:,9) of variable volume_mixing_ratio_ccl4 from new to old metadata -INFO: Converting local name semis_ice of variable surface_longwave_emissivity_over_ice_interstitial from new to old metadata -INFO: Converting local name zmtb of variable time_integral_of_height_of_mountain_blocking from new to old metadata -INFO: Converting local name dtauy2d_fd of variable y_momentum_tendency_from_form_drag from new to old metadata -INFO: Converting local name lakefrac of variable lake_area_fraction from new to old metadata -INFO: Converting local name do_myjpbl of variable do_myjpbl from new to old metadata -INFO: Converting local name sncovr of variable surface_snow_area_fraction_over_land from new to old metadata -INFO: Converting local name spd10max of variable maximum_wind_at_10m_over_maximum_hourly_time_interval from new to old metadata -INFO: Converting local name faerlw(:,:,:,3) of variable aerosol_asymmetry_parameter_for_longwave_bands_01_16 from new to old metadata -INFO: Converting local name adjsfculw_ocean of variable surface_upwelling_longwave_flux_over_ocean_interstitial from new to old metadata -INFO: Converting local name nscfshoc of variable index_of_subgrid_scale_cloud_fraction_from_shoc_in_phy_f3d from new to old metadata -INFO: Converting local name qv_r of variable humidity_mixing_ratio from new to old metadata -INFO: Converting local name gq0(:,:,index_for_water_vapor) of variable water_vapor_specific_humidity_updated_by_physics from new to old metadata -INFO: Converting local name lsnow_lsm of variable snow_vertical_dimension_for_land_surface_model from new to old metadata -INFO: Converting local name dv3dt_ngw of variable time_integral_of_change_in_y_wind_due_to_nonstationary_gravity_wave from new to old metadata -INFO: Converting local name tlyr of variable air_temperature_at_layer_for_radiation from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_turbulent_kinetic_energy) of variable turbulent_kinetic_energy from new to old metadata -INFO: Converting local name h2opl of variable h2o_forcing from new to old metadata -INFO: Converting local name smc of variable volume_fraction_of_soil_moisture from new to old metadata -INFO: Converting local name latr of variable number_of_latitude_points from new to old metadata -INFO: Converting local name crick_proof of variable flag_for_CRICK_proof_cloud_water from new to old metadata -INFO: Converting local name ssem of variable instantaneous_seasalt_emission_flux from new to old metadata -INFO: Converting local name xlai1d of variable perturbation_of_leaf_area_index from new to old metadata -INFO: Converting local name tdoms of variable dominant_snow_type from new to old metadata -INFO: Converting local name canopy of variable canopy_water_amount from new to old metadata -INFO: Converting local name dtauy2d_ss of variable y_momentum_tendency_from_small_scale_gwd from new to old metadata -INFO: Converting local name forcet of variable temperature_tendency_due_to_dynamics from new to old metadata -INFO: Converting local name snowmt of variable surface_snow_melt from new to old metadata -INFO: Converting local name ttendlim of variable limit_for_temperature_tendency_for_microphysics from new to old metadata -INFO: Converting local name clouds(:,:,6) of variable cloud_rain_water_path from new to old metadata -INFO: Converting local name sigmafrac of variable convective_updraft_area_fraction from new to old metadata -INFO: Converting local name tau_tofd of variable instantaneous_momentum_flux_due_to_turbulent_orographic_form_drag from new to old metadata -INFO: Converting local name gq0(:,:,index_for_ice_friendly_aerosols) of variable ice_friendly_aerosol_number_concentration_updated_by_physics from new to old metadata -INFO: Converting local name nsswr of variable number_of_timesteps_between_shortwave_radiation_calls from new to old metadata -INFO: Converting local name ulwsfc_cice of variable surface_upwelling_longwave_flux_for_coupling_interstitial from new to old metadata -INFO: Converting local name dq3dt(:,:,8) of variable cumulative_change_in_ozone_concentration_due_to_temperature from new to old metadata -INFO: Converting local name stress_ice of variable surface_wind_stress_over_ice from new to old metadata -INFO: Converting local name is of variable starting_x_direction_index from new to old metadata -INFO: Converting local name sbsno of variable snow_deposition_sublimation_upward_latent_heat_flux from new to old metadata -INFO: Converting local name cnvprcpb of variable cumulative_lwe_thickness_of_convective_precipitation_amount_in_bucket from new to old metadata -INFO: Converting local name rdlai of variable flag_for_reading_leaf_area_index_from_input from new to old metadata -INFO: Converting local name phy_f3d(:,:,4) of variable water_vapor_specific_humidity_at_previous_time_step from new to old metadata -INFO: Converting local name area of variable cell_area from new to old metadata -INFO: Converting local name con_eps of variable ratio_of_dry_air_to_water_vapor_gas_constants from new to old metadata -INFO: Converting local name edmf_a of variable emdf_updraft_area from new to old metadata -INFO: Converting local name dusfc1 of variable instantaneous_surface_x_momentum_flux from new to old metadata -INFO: Converting local name qlcn of variable mass_fraction_of_convective_cloud_liquid_water from new to old metadata -INFO: Converting local name fh2_land of variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_land from new to old metadata -INFO: Converting local name tprcp_land of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_land from new to old metadata -INFO: Converting local name chh_land of variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_land from new to old metadata -INFO: Converting local name dt3dt(:,:,1) of variable cumulative_change_in_temperature_due_to_longwave_radiation from new to old metadata -INFO: Converting local name nfracseed of variable cellular_automata_seed_probability from new to old metadata -INFO: Converting local name cwm of variable total_cloud_condensate_mixing_ratio_updated_by_physics from new to old metadata -INFO: Converting local name u10max of variable maximum_u_wind_at_10m_over_maximum_hourly_time_interval from new to old metadata -INFO: Converting local name dvsfc_ss of variable integrated_y_momentum_flux_from_small_scale_gwd from new to old metadata -INFO: Converting local name smcref2 of variable threshold_volume_fraction_of_condensed_water_in_soil from new to old metadata -INFO: Converting local name kcnv of variable flag_deep_convection from new to old metadata -INFO: Converting local name keepsmfr of variable volume_fraction_of_frozen_soil_moisture_for_land_surface_model from new to old metadata -INFO: Converting local name frain of variable dynamics_to_physics_timestep_ratio from new to old metadata -INFO: Converting local name debug of variable flag_debug from new to old metadata -INFO: Converting local name qrn of variable local_rain_water_mixing_ratio from new to old metadata -INFO: Converting local name tsfc_ocean of variable surface_skin_temperature_over_ocean_interstitial from new to old metadata -INFO: Converting local name levr of variable number_of_vertical_layers_for_radiation_calculations from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_graupel_number_concentration) of variable graupel_number_concentration from new to old metadata -INFO: Converting local name bl_upfr of variable updraft_fraction_in_boundary_layer_mass_flux_scheme from new to old metadata -INFO: Converting local name nsfcpert of variable number_of_surface_perturbations from new to old metadata -INFO: Converting local name evpco of variable coefficient_for_evaporation_of_rainfall from new to old metadata -INFO: Converting local name iems of variable flag_for_surface_emissivity_control from new to old metadata -INFO: Converting local name dlwsfc of variable cumulative_surface_downwelling_longwave_flux_multiplied_by_timestep from new to old metadata -INFO: Converting local name cimin of variable minimum_sea_ice_concentration from new to old metadata -INFO: Converting local name zs of variable depth_of_soil_levels_for_land_surface_model from new to old metadata -INFO: Converting local name fm10_land of variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_land from new to old metadata -INFO: Converting local name lsm_noahmp of variable flag_for_noahmp_land_surface_scheme from new to old metadata -INFO: Converting local name cs_parm(1) of variable updraft_velocity_tunable_parameter_1_CS from new to old metadata -INFO: Converting local name z_c of variable sub_layer_cooling_thickness from new to old metadata -INFO: Converting local name rainc of variable lwe_thickness_of_convective_precipitation_amount_on_dynamics_timestep from new to old metadata -INFO: Converting local name do_cnvgwd of variable flag_for_convective_gravity_wave_drag from new to old metadata -INFO: Converting local name nlunit of variable iounit_namelist from new to old metadata -INFO: Converting local name gw_dtdt of variable tendency_of_air_temperature_due_to_ugwp from new to old metadata -INFO: Converting local name phy_myj_vz0 of variable v_wind_component_at_viscous_sublayer_top from new to old metadata -INFO: Converting local name dusfc_ss of variable integrated_x_momentum_flux_from_small_scale_gwd from new to old metadata -INFO: Converting local name reset of variable flag_reset_maximum_hourly_fields from new to old metadata -INFO: Converting local name idat of variable date_and_time_at_model_initialization from new to old metadata -INFO: Converting local name oceanfrac of variable sea_area_fraction from new to old metadata -INFO: Converting local name rho_h2o of variable density_of_fresh_water from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_ozone) of variable ozone_mixing_ratio from new to old metadata -INFO: Converting local name qv of variable water_vapor_specific_humidity_at_Lagrangian_surface from new to old metadata -INFO: Converting local name adjnirdfd of variable surface_downwelling_diffuse_near_infrared_shortwave_flux from new to old metadata -INFO: Converting local name ca_global of variable flag_for_global_cellular_automata from new to old metadata -INFO: Converting local name landfrac of variable land_area_fraction from new to old metadata -INFO: Converting local name iopt_btr of variable flag_for_soil_moisture_factor_stomatal_resistance_option from new to old metadata -INFO: Converting local name cqs2 of variable surface_exchange_coefficient_for_moisture_at_2m from new to old metadata -INFO: Converting local name snohfa of variable cumulative_snow_freezing_rain_upward_latent_heat_flux_multiplied_by_timestep from new to old metadata -INFO: Converting local name nvisbm_cpl of variable cumulative_surface_net_downward_direct_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name GFS_sfcprop_type of variable GFS_sfcprop_type from new to old metadata -INFO: Converting local name oz_phys of variable flag_for_ozone_physics from new to old metadata -INFO: Converting local name rhowater of variable liquid_water_density from new to old metadata -INFO: Converting local name zsnsoxy of variable layer_bottom_depth_from_snow_surface from new to old metadata -INFO: Converting local name nthresh of variable threshold_for_perturbed_vertical_velocity from new to old metadata -INFO: Converting local name phy_f3d(:,:,1) of variable air_temperature_two_time_steps_back from new to old metadata -INFO: Converting local name gq0(:,:,index_for_water_friendly_aerosols) of variable water_friendly_aerosol_number_concentration_updated_by_physics from new to old metadata -INFO: Converting local name wetness of variable normalized_soil_wetness_for_land_surface_model from new to old metadata -INFO: Converting local name v10mi_cpl of variable instantaneous_y_wind_at_10m_for_coupling from new to old metadata -INFO: Converting local name rh02min of variable minimum_relative_humidity_at_2m_over_maximum_hourly_time_interval from new to old metadata -INFO: Converting local name nf_aelw of variable number_of_aerosol_output_fields_for_longwave_radiation from new to old metadata -INFO: Converting local name isubc_sw of variable flag_for_sw_clouds_without_sub_grid_approximation from new to old metadata -INFO: Converting local name gq0(:,:,index_for_rain_number_concentration) of variable rain_number_concentration_updated_by_physics from new to old metadata -INFO: Converting local name dvsfc1 of variable instantaneous_surface_y_momentum_flux from new to old metadata -INFO: Converting local name nirdfdi of variable surface_downwelling_diffuse_near_infrared_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name isatmedmf_vdif of variable choice_of_original_scale_aware_TKE_moist_EDMF_PBL from new to old metadata -INFO: Converting local name fprcp of variable number_of_frozen_precipitation_species from new to old metadata -INFO: Converting local name tsurf_land of variable surface_skin_temperature_after_iteration_over_land from new to old metadata -INFO: Converting local name kd of variable vertical_index_difference_between_inout_and_local from new to old metadata -INFO: Converting local name LTP of variable extra_top_layer from new to old metadata -INFO: Converting local name solcon of variable solar_constant from new to old metadata -INFO: Converting local name gq0(:,:,index_for_snow_number_concentration) of variable snow_number_concentration_updated_by_physics from new to old metadata -INFO: Converting local name bl_mynn_tkebudget of variable tke_budget from new to old metadata -INFO: Converting local name xu of variable diurnal_thermocline_layer_x_current from new to old metadata -INFO: Converting local name bl_mynn_tkeadvect of variable tke_advect from new to old metadata -INFO: Converting local name hflx_ice of variable kinematic_surface_upward_sensible_heat_flux_over_ice from new to old metadata -INFO: Converting local name smcwlt2 of variable volume_fraction_of_condensed_water_in_soil_at_wilting_point from new to old metadata -INFO: Converting local name imfdeepcnv of variable flag_for_mass_flux_deep_convection_scheme from new to old metadata -INFO: Converting local name ntchm of variable number_of_chemical_tracers from new to old metadata -INFO: Converting local name ncpl of variable local_condesed_water_number_concentration from new to old metadata -INFO: Converting local name vvl of variable omega from new to old metadata -INFO: Converting local name xkzminv of variable atmosphere_heat_diffusivity_background_maximum from new to old metadata -INFO: Converting local name snowc of variable surface_snow_area_fraction from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_of_subgrid_scale_cloud_fraction_from_shoc_in_phy_f3d) of variable subgrid_scale_cloud_fraction_from_shoc from new to old metadata -INFO: Converting local name du3dt(:,:,4) of variable cumulative_change_in_x_wind_due_to_convective_gravity_wave_drag from new to old metadata -INFO: Converting local name jcap of variable number_of_spectral_wave_trancation_for_sas from new to old metadata -INFO: Converting local name cd_ocean of variable surface_drag_coefficient_for_momentum_in_air_over_ocean from new to old metadata -INFO: Converting local name vfrac of variable vegetation_area_fraction from new to old metadata -INFO: Converting local name dvdftra of variable tendency_of_vertically_diffused_tracer_concentration from new to old metadata -INFO: Converting local name npzp1 of variable vertical_dimension_for_fast_physics_plus_one from new to old metadata -INFO: Converting local name duem of variable instantaneous_dust_emission_flux from new to old metadata -INFO: Converting local name prslrd0 of variable pressure_cutoff_for_rayleigh_damping from new to old metadata -INFO: Converting local name q2m of variable specific_humidity_at_2m from new to old metadata -INFO: Converting local name chs2 of variable surface_exchange_coefficient_for_heat_at_2m from new to old metadata -INFO: Converting local name lfmassxy of variable leaf_mass from new to old metadata -INFO: Converting local name phy_f3d(:,:,2) of variable water_vapor_specific_humidity_two_time_steps_back from new to old metadata -INFO: Converting local name rainp of variable tendency_of_rain_water_mixing_ratio_due_to_microphysics from new to old metadata -INFO: Converting local name ud_mf of variable instantaneous_atmosphere_updraft_convective_mass_flux from new to old metadata -INFO: Converting local name dudt_tms of variable instantaneous_change_in_x_wind_due_to_turbulent_orographic_form_drag from new to old metadata -INFO: Converting local name mg3_as_mg2 of variable flag_mg3_as_mg2 from new to old metadata -INFO: Converting local name htlw0 of variable tendency_of_air_temperature_due_to_longwave_heating_assuming_clear_sky_on_radiation_time_step from new to old metadata -INFO: Converting local name w_d of variable coefficient_w_d from new to old metadata -INFO: Converting local name shdmax of variable maximum_vegetation_area_fraction from new to old metadata -INFO: Converting local name iccn of variable flag_for_in_ccn_forcing_for_morrison_gettelman_microphysics from new to old metadata -INFO: Converting local name htlwc of variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step from new to old metadata -INFO: Converting local name scmpsw of variable components_of_surface_downward_shortwave_fluxes from new to old metadata -INFO: Converting local name tgrs(:,1) of variable air_temperature_at_lowest_model_layer from new to old metadata -INFO: Converting local name cmxy of variable surface_drag_coefficient_for_momentum_for_noahmp from new to old metadata -INFO: Converting local name snowd_land of variable surface_snow_thickness_water_equivalent_over_land from new to old metadata -INFO: Converting local name clouds(:,:,5) of variable mean_effective_radius_for_ice_cloud from new to old metadata -INFO: Converting local name xz of variable diurnal_thermocline_layer_thickness from new to old metadata -INFO: Converting local name tsfg of variable surface_ground_temperature_for_radiation from new to old metadata -INFO: Converting local name dkt of variable atmosphere_heat_diffusivity from new to old metadata -INFO: Converting local name qgrs of variable tracer_concentration from new to old metadata -INFO: Converting local name pgcon_deep of variable momentum_transport_reduction_factor_pgf_deep_convection from new to old metadata -INFO: Converting local name wind10mmax of variable maximum_wind_at_10m from new to old metadata -INFO: Converting local name slopetype of variable surface_slope_classification from new to old metadata -INFO: Converting local name Intdiag of variable GFS_diag_type_instance from new to old metadata -INFO: Converting local name mg_nccons of variable mg_flag_drop_concentration_constant from new to old metadata -INFO: Converting local name adjvisdfd of variable surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_snow_water) of variable tendency_of_snow_water_mixing_ratio_due_to_model_physics from new to old metadata -INFO: Converting local name nlwsfc_cpl of variable cumulative_surface_net_downward_longwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name clouds(:,:,9) of variable mean_effective_radius_for_snow_flake from new to old metadata -INFO: Converting local name con_cvap of variable specific_heat_of_water_vapor_at_constant_pressure from new to old metadata -INFO: Converting local name drydep of variable instantaneous_dry_deposition from new to old metadata -INFO: Converting local name semis_ocean of variable surface_longwave_emissivity_over_ocean_interstitial from new to old metadata -INFO: Converting local name master of variable mpi_root from new to old metadata -INFO: Converting local name gamt of variable countergradient_mixing_term_for_temperature from new to old metadata -INFO: Converting local name redrag of variable flag_for_reduced_drag_coefficient_over_sea from new to old metadata -INFO: Converting local name gq0(:,:,index_for_ozone) of variable ozone_concentration_updated_by_physics from new to old metadata -INFO: Converting local name do_skeb of variable flag_for_stochastic_skeb_option from new to old metadata -INFO: Converting local name qg_r of variable mass_weighted_rime_factor_mixing_ratio from new to old metadata -INFO: Converting local name min_seaice of variable sea_ice_minimum from new to old metadata -INFO: Converting local name betal_deep of variable downdraft_fraction_reaching_surface_over_land_deep_convection from new to old metadata -INFO: Converting local name alvwf of variable mean_vis_albedo_with_weak_cosz_dependency from new to old metadata -INFO: Converting local name do_gwd of variable flag_for_gravity_wave_drag from new to old metadata -INFO: Converting local name nf_aesw of variable number_of_aerosol_output_fields_for_shortwave_radiation from new to old metadata -INFO: Converting local name avg_max_length of variable time_interval_for_maximum_hourly_fields from new to old metadata -INFO: Converting local name tdomzr of variable dominant_freezing_rain_type from new to old metadata -INFO: Converting local name toticeb of variable accumulated_lwe_thickness_of_ice_amount_in_bucket from new to old metadata -INFO: Converting local name isppt_deep of variable flag_for_combination_of_sppt_with_isppt_deep from new to old metadata -INFO: Converting local name ice of variable lwe_thickness_of_ice_amount_on_dynamics_timestep from new to old metadata -INFO: Converting local name dq3dt(:,:,9) of variable cumulative_change_in_ozone_concentration_due_to_overhead_ozone_column from new to old metadata -INFO: Converting local name lsidea of variable flag_idealized_physics from new to old metadata -INFO: Converting local name ico2 of variable flag_for_using_prescribed_global_mean_co2_value from new to old metadata -INFO: Converting local name evap_ice of variable kinematic_surface_upward_latent_heat_flux_over_ice from new to old metadata -INFO: Converting local name do_awdd of variable flag_arakawa_wu_downdraft from new to old metadata -INFO: Converting local name hetfrz_classnuc of variable mg_flag_for_heterogeneous_freezing from new to old metadata -INFO: Converting local name mpiroot of variable mpi_root_for_fast_physics from new to old metadata -INFO: Converting local name dq3dt(:,:,4) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_microphysics from new to old metadata -INFO: Converting local name GFS_coupling_type of variable GFS_coupling_type from new to old metadata -INFO: Converting local name psurfi_cpl of variable instantaneous_surface_air_pressure_for_coupling from new to old metadata -INFO: Converting local name xkzm_h of variable atmosphere_heat_diffusivity_background from new to old metadata -INFO: Converting local name rh02max of variable maximum_relative_humidity_at_2m_over_maximum_hourly_time_interval from new to old metadata -INFO: Converting local name tmpmax of variable maximum_temperature_at_2m from new to old metadata -INFO: Converting local name fscav of variable fraction_of_tracer_scavenged from new to old metadata -INFO: Converting local name ntiwx of variable index_for_ice_cloud_condensate_vertical_diffusion_tracer from new to old metadata -INFO: Converting local name gasvmr(:,:,4) of variable volume_mixing_ratio_o2 from new to old metadata -INFO: Converting local name dpt2m of variable dewpoint_temperature_at_2m from new to old metadata -INFO: Converting local name mg_do_liq_liu of variable mg_flag_for_liu_liquid_treatment from new to old metadata -INFO: Converting local name ffhh_land of variable Monin_Obukhov_similarity_function_for_heat_over_land from new to old metadata -INFO: Converting local name crtrh(3) of variable critical_relative_humidity_at_top_of_atmosphere from new to old metadata -INFO: Converting local name smcwtdxy of variable soil_water_content_between_soil_bottom_and_water_table from new to old metadata -INFO: Converting local name visbmdi of variable surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name cdq_ice of variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_ice from new to old metadata -INFO: Converting local name adjnirdfu of variable surface_upwelling_diffuse_near_infrared_shortwave_flux from new to old metadata -INFO: Converting local name wcbmax of variable maximum_updraft_velocity_at_cloud_base from new to old metadata -INFO: Converting local name tsflw of variable surface_midlayer_air_temperature_in_longwave_radiation from new to old metadata -INFO: Converting local name asolfac_shal of variable aerosol_aware_parameter_shallow_convection from new to old metadata -INFO: Converting local name gabsbdlw_ocean of variable surface_downwelling_longwave_flux_absorbed_by_ground_over_ocean from new to old metadata -INFO: Converting local name de_lgth of variable cloud_decorrelation_length from new to old metadata -INFO: Converting local name GFS_interstitial_type of variable GFS_interstitial_type from new to old metadata -INFO: Converting local name imap of variable map_of_block_column_number_to_global_i_index from new to old metadata -INFO: Converting local name plyr of variable air_pressure_at_layer_for_radiation_in_hPa from new to old metadata -INFO: Converting local name skip_macro of variable flag_skip_macro from new to old metadata -INFO: Converting local name tsnoxy of variable snow_temperature from new to old metadata -INFO: Converting local name sbsnoa of variable cumulative_snow_deposition_sublimation_upward_latent_heat_flux_multiplied_by_timestep from new to old metadata -INFO: Converting local name prcpmp of variable lwe_thickness_of_explicit_precipitation_amount from new to old metadata -INFO: Converting local name clcn of variable convective_cloud_volume_fraction from new to old metadata -INFO: Converting local name gt0 of variable air_temperature_updated_by_physics from new to old metadata -INFO: Converting local name gamma of variable anisotropy_of_subgrid_orography from new to old metadata -INFO: Converting local name uconvtend of variable tendency_of_x_wind_due_to_deep_convection_for_coupling_on_physics_timestep from new to old metadata -INFO: Converting local name dswsfci_cpl of variable instantaneous_surface_downwelling_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name delp of variable pressure_thickness_at_Lagrangian_surface from new to old metadata -INFO: Converting local name lsm_ruc of variable flag_for_ruc_land_surface_scheme from new to old metadata -INFO: Converting local name dt_mf of variable instantaneous_atmosphere_detrainment_convective_mass_flux from new to old metadata -INFO: Converting local name d_conv of variable free_convection_layer_thickness from new to old metadata -INFO: Converting local name nlwsfci_cpl of variable instantaneous_surface_net_downward_longwave_flux_for_coupling from new to old metadata -INFO: Converting local name shum_wts of variable weights_for_stochastic_shum_perturbation from new to old metadata -INFO: Converting local name dswsfci of variable surface_downwelling_shortwave_flux from new to old metadata -INFO: Converting local name do_ysu of variable flag_for_ysu from new to old metadata -INFO: Converting local name q_con of variable cloud_condensed_water_specific_humidity_at_Lagrangian_surface from new to old metadata -INFO: Converting local name mom4ice of variable flag_for_mom4_coupling from new to old metadata -INFO: Converting local name tref of variable sea_surface_reference_temperature from new to old metadata -INFO: Converting local name faersw(:,:,:,3) of variable aerosol_asymmetry_parameter_for_shortwave_bands_01_16 from new to old metadata -INFO: Converting local name ie of variable ending_x_direction_index from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_water_friendly_aerosols) of variable water_friendly_aerosol_number_concentration from new to old metadata -INFO: Converting local name dugwd of variable time_integral_of_x_stress_due_to_gravity_wave_drag from new to old metadata -INFO: Converting local name ntot3d of variable number_of_fields_in_phyf3d from new to old metadata -INFO: Converting local name GFS_data_type of variable GFS_data_type from new to old metadata -INFO: Converting local name graupelprv of variable lwe_thickness_of_graupel_amount_from_previous_timestep from new to old metadata -INFO: Converting local name nstf_name(4) of variable vertical_temperature_average_range_lower_bound from new to old metadata -INFO: Converting local name kind_dyn of variable kind_dyn from new to old metadata -INFO: Converting local name acv of variable accumulated_lwe_thickness_of_convective_precipitation_amount_cnvc90 from new to old metadata -INFO: Converting local name lsoil_lsm of variable soil_vertical_dimension_for_land_surface_model from new to old metadata -INFO: Converting local name phy_myj_chkqlm of variable surface_layer_evaporation_switch from new to old metadata -INFO: Converting local name dtf of variable time_step_for_dynamics from new to old metadata -INFO: Converting local name dqsfci_cpl of variable instantaneous_surface_upward_latent_heat_flux_for_coupling from new to old metadata -INFO: Converting local name mg_do_hail of variable mg_flag_for_hail from new to old metadata -INFO: Converting local name iopt_sfc of variable flag_for_surface_layer_drag_coefficient_option from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_ice_cloud_number_concentration) of variable tendency_of_ice_number_concentration_due_to_model_physics from new to old metadata -INFO: Converting local name kind_LOGICAL of variable kind_LOGICAL from new to old metadata -INFO: Converting local name hybedmf of variable flag_for_hedmf from new to old metadata -INFO: Converting local name dvisdfi_cpl of variable instantaneous_surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name exch_h of variable atmosphere_heat_diffusivity_for_mynnpbl from new to old metadata -INFO: Converting local name z01d of variable perturbation_of_momentum_roughness_length from new to old metadata -INFO: Converting local name prevst of variable temperature_from_previous_timestep from new to old metadata -INFO: Converting local name tracers_total of variable number_of_total_tracers from new to old metadata -INFO: Converting local name wind of variable wind_speed_at_lowest_model_layer from new to old metadata -INFO: Converting local name hprime of variable statistical_measures_of_subgrid_orography from new to old metadata -INFO: Converting local name oz_coeffp5 of variable number_of_coefficients_in_ozone_forcing_data_plus_five from new to old metadata -INFO: Converting local name tvxy of variable vegetation_temperature from new to old metadata -INFO: Converting local name ncps of variable local_snow_number_concentration from new to old metadata -INFO: Converting local name zlvl of variable height_above_ground_at_lowest_model_layer from new to old metadata -INFO: Converting local name restart of variable flag_for_restart from new to old metadata -INFO: Converting local name con_tice of variable freezing_point_temperature_of_seawater from new to old metadata -INFO: Converting local name sfcnsw of variable surface_net_downwelling_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name tau_mtb of variable time_integral_of_momentum_flux_due_to_mountain_blocking_drag from new to old metadata -INFO: Metadata table for model FV3 written to tests/build_fv3_16/FV3/ccpp/physics/CCPP_VARIABLES_FV3.html -INFO: Parsing metadata tables in physics scheme files ... -INFO: Parsed tables in scheme rayleigh_damp -INFO: Parsed tables in scheme GFS_surface_composites_pre -INFO: Parsed tables in scheme GFS_surface_composites_inter -INFO: Parsed tables in scheme GFS_surface_composites_post -INFO: Parsed tables in scheme rrtmg_sw -INFO: Parsed tables in scheme sfc_ocean -INFO: Parsed tables in scheme gwdc_pre -INFO: Parsed tables in scheme gwdc -INFO: Parsed tables in scheme gwdc_post -INFO: Parsed tables in scheme cu_gf_driver_pre -INFO: Parsed tables in scheme gfdl_cloud_microphys -INFO: Parsed tables in scheme GFS_time_vary_pre -INFO: Parsed tables in scheme GFS_rrtmg_setup -INFO: Parsed tables in scheme zhaocarr_gscond -INFO: Parsed tables in scheme ysuvdif -INFO: Parsed tables in scheme rrtmg_sw_post -INFO: Parsed tables in scheme GFS_SCNV_generic_pre -INFO: Parsed tables in scheme GFS_SCNV_generic_post -INFO: Parsed tables in scheme GFS_rrtmg_pre -INFO: Parsed tables in scheme sfc_sice -INFO: Parsed tables in scheme samfdeepcnv -INFO: Parsed tables in scheme satmedmfvdif -INFO: Parsed tables in scheme mynnrad_post -INFO: Parsed tables in scheme cu_gf_driver_post -INFO: Parsed tables in scheme cs_conv_aw_adj -INFO: Parsed tables in scheme GFS_phys_time_vary -INFO: Parsed tables in scheme ozphys_2015 -INFO: Parsed tables in scheme GFS_suite_interstitial_rad_reset -INFO: Parsed tables in scheme GFS_suite_interstitial_phys_reset -INFO: Parsed tables in scheme GFS_suite_interstitial_1 -INFO: Parsed tables in scheme GFS_suite_interstitial_2 -INFO: Parsed tables in scheme GFS_suite_stateout_reset -INFO: Parsed tables in scheme GFS_suite_stateout_update -INFO: Parsed tables in scheme GFS_suite_interstitial_3 -INFO: Parsed tables in scheme GFS_suite_interstitial_4 -INFO: Parsed tables in scheme samfshalcnv -INFO: Parsed tables in scheme zhaocarr_precpd -INFO: Parsed tables in scheme noahmpdrv -INFO: Parsed tables in scheme mp_fer_hires -INFO: Parsed tables in scheme myjpbl_wrapper -INFO: Parsed tables in scheme GFS_surface_generic_pre -INFO: Parsed tables in scheme GFS_surface_generic_post -INFO: Parsed tables in scheme cu_ntiedtke_post -INFO: Parsed tables in scheme sfc_diag -INFO: Parsed tables in scheme rrtmg_lw -INFO: Parsed tables in scheme GFS_diagtoscreen -INFO: Parsed tables in scheme GFS_interstitialtoscreen -INFO: Parsed tables in scheme GFS_abort -INFO: Parsed tables in scheme GFS_checkland -INFO: Parsed tables in scheme mynnrad_pre -INFO: Parsed tables in scheme satmedmfvdifq -INFO: Parsed tables in scheme cs_conv_pre -INFO: Parsed tables in scheme cs_conv_post -INFO: Parsed tables in scheme cs_conv -INFO: Parsed tables in scheme shinhongvdif -INFO: Parsed tables in scheme h2ophys -INFO: Parsed tables in scheme rrtmg_lw_post -INFO: Parsed tables in scheme sfc_nst -INFO: Parsed tables in scheme sfc_nst_pre -INFO: Parsed tables in scheme sfc_nst_post -INFO: Parsed tables in scheme cu_ntiedtke_pre -INFO: Parsed tables in scheme cu_ntiedtke -INFO: Parsed tables in scheme cires_ugwp_post -INFO: Parsed tables in scheme hedmf -INFO: Parsed tables in scheme sfc_diff -INFO: Parsed tables in scheme mp_thompson_pre -INFO: Parsed tables in scheme sfc_diag_post -INFO: Parsed tables in scheme m_micro_pre -INFO: Parsed tables in scheme m_micro_post -INFO: Parsed tables in scheme m_micro -INFO: Parsed tables in scheme fv_sat_adj -INFO: Parsed tables in scheme GFS_surface_loop_control_part1 -INFO: Parsed tables in scheme GFS_surface_loop_control_part2 -INFO: Parsed tables in scheme shoc -INFO: Parsed tables in scheme GFS_rrtmg_post -INFO: Parsed tables in scheme GFS_GWD_generic_pre -INFO: Parsed tables in scheme GFS_GWD_generic_post -INFO: Parsed tables in scheme rrtmg_sw_pre -INFO: Parsed tables in scheme GFS_MP_generic_pre -INFO: Parsed tables in scheme GFS_MP_generic_post -INFO: Parsed tables in scheme cu_gf_driver -INFO: Parsed tables in scheme GFS_PBL_generic_pre -INFO: Parsed tables in scheme GFS_PBL_generic_post -INFO: Parsed tables in scheme mp_thompson_post -INFO: Parsed tables in scheme mp_thompson -INFO: Parsed tables in scheme rrtmg_lw_pre -INFO: Parsed tables in scheme gwdps -INFO: Parsed tables in scheme shalcnv -INFO: Parsed tables in scheme cires_ugwp -INFO: Parsed tables in scheme get_prs_fv3 -INFO: Parsed tables in scheme get_phi_fv3 -INFO: Parsed tables in scheme mynnsfc_wrapper -INFO: Parsed tables in scheme GFS_suite_ini_fini_test -INFO: Parsed tables in scheme myjsfc_wrapper -INFO: Parsed tables in scheme mynnedmf_wrapper -INFO: Parsed tables in scheme ozphys -INFO: Parsed tables in scheme lsm_ruc -INFO: Parsed tables in scheme GFS_stochastics -INFO: Parsed tables in scheme drag_suite -INFO: Parsed tables in scheme sfc_cice -INFO: Parsed tables in scheme sascnvn -INFO: Parsed tables in scheme lsm_ruc_sfc_sice_pre -INFO: Parsed tables in scheme lsm_ruc_sfc_sice_post -INFO: Parsed tables in scheme GFS_DCNV_generic_pre -INFO: Parsed tables in scheme GFS_DCNV_generic_post -INFO: Parsed tables in scheme cnvc90 -INFO: Parsed tables in scheme GFS_rad_time_vary -INFO: Parsed tables in scheme maximum_hourly_diagnostics -INFO: Parsed tables in scheme lsm_noah -INFO: Parsed tables in scheme dcyc2t3 -INFO: Parsed tables in scheme dcyc2t3_post -INFO: Parsed tables in scheme moninshoc -INFO: filtering out variable GFS_stateout_type_instance -INFO: filtering out variable accumulated_change_of_air_temperature_due_to_FA_scheme -INFO: filtering out variable accumulated_water_equivalent_of_frozen_precip -INFO: filtering out variable aerosol_number_concentration_from_gocart_aerosol_climatology -INFO: filtering out variable area_fraction_of_wet_canopy -INFO: filtering out variable atmosphere_heat_diffusivity_for_mynnpbl -INFO: filtering out variable atmosphere_heat_diffusivity_from_shoc -INFO: filtering out variable atmosphere_momentum_diffusivity_for_mynnpbl -INFO: filtering out variable baseline_surface_roughness_length -INFO: filtering out variable canopy_air_temperature -INFO: filtering out variable canopy_air_vapor_pressure -INFO: filtering out variable canopy_intercepted_ice_mass -INFO: filtering out variable canopy_intercepted_liquid_water -INFO: filtering out variable ccn_number_concentration -INFO: filtering out variable ccpp_block_number -INFO: filtering out variable cell_size -INFO: filtering out variable characteristic_grid_length_scale -INFO: filtering out variable choice_of_original_scale_aware_TKE_moist_EDMF_PBL -INFO: filtering out variable choice_of_scale_aware_TKE_moist_EDMF_PBL -INFO: filtering out variable choice_of_updated_scale_aware_TKE_moist_EDMF_PBL -INFO: filtering out variable cloud_area_fraction -INFO: filtering out variable cloud_base_mass_flux -INFO: filtering out variable cloud_condensed_water_mixing_ratio_at_lowest_model_layer -INFO: filtering out variable cloud_condensed_water_mixing_ratio_at_surface -INFO: filtering out variable cloud_droplet_number_concentration -INFO: filtering out variable cloud_droplet_number_concentration_updated_by_physics -INFO: filtering out variable cloud_fraction_for_MG -INFO: filtering out variable cloud_phase_transition_denominator -INFO: filtering out variable cloud_phase_transition_threshold_temperature -INFO: filtering out variable cloud_specie_mix_flag -INFO: filtering out variable cloudpdf -INFO: filtering out variable conv_activity_counter -INFO: filtering out variable convective_updraft_area_fraction -INFO: filtering out variable convective_updraft_area_fraction_at_model_interfaces -INFO: filtering out variable couple_sgs_clouds_to_radiation_flag -INFO: filtering out variable cumulative_change_in_x_wind_due_to_convective_gravity_wave_drag -INFO: filtering out variable cumulative_change_in_y_wind_due_to_convective_gravity_wave_drag -INFO: filtering out variable density_of_frozen_precipitation -INFO: filtering out variable depth_of_soil_levels_for_land_surface_model -INFO: filtering out variable detrainment_and_precipitation_tunable_parameter_3_CS -INFO: filtering out variable detrainment_and_precipitation_tunable_parameter_4_CS -INFO: filtering out variable do_myjsfc -INFO: filtering out variable do_mynnsfclay -INFO: filtering out variable downdraft_fraction_in_boundary_layer_mass_flux_scheme -INFO: filtering out variable edmf_flag -INFO: filtering out variable edmf_momentum_transport_flag -INFO: filtering out variable edmf_partition_flag -INFO: filtering out variable edmf_tke_transport_flag -INFO: filtering out variable emdf_updraft_area -INFO: filtering out variable emdf_updraft_cloud_water -INFO: filtering out variable emdf_updraft_entrainment_rate -INFO: filtering out variable emdf_updraft_theta_l -INFO: filtering out variable emdf_updraft_total_water -INFO: filtering out variable emdf_updraft_vertical_velocity -INFO: filtering out variable entrainment_efficiency_tunable_parameter_9_CS -INFO: filtering out variable equilibrium_soil_water_content -INFO: filtering out variable fa_threshold_relative_humidity_for_onset_of_condensation -INFO: filtering out variable fast_soil_pool_mass_content_of_carbon -INFO: filtering out variable fine_root_mass -INFO: filtering out variable flag_arakawa_wu_downdraft -INFO: filtering out variable flag_convective_tracer_transport -INFO: filtering out variable flag_flip -INFO: filtering out variable flag_flux_form_CS -INFO: filtering out variable flag_for_2015_ozone_physics -INFO: filtering out variable flag_for_aerosol_input_MG -INFO: filtering out variable flag_for_canopy_stomatal_resistance_option -INFO: filtering out variable flag_for_dynamic_vegetation_option -INFO: filtering out variable flag_for_frozen_soil_permeability_option -INFO: filtering out variable flag_for_frozen_soil_physics -INFO: filtering out variable flag_for_ground_snow_surface_albedo_option -INFO: filtering out variable flag_for_in_ccn_forcing_for_morrison_gettelman_microphysics -INFO: filtering out variable flag_for_individual_cloud_species_advected -INFO: filtering out variable flag_for_lower_boundary_soil_temperature_option -INFO: filtering out variable flag_for_pdf_for_morrison_gettelman_microphysics_scheme -INFO: filtering out variable flag_for_precipitation_partition_option -INFO: filtering out variable flag_for_radiation_transfer_option -INFO: filtering out variable flag_for_reading_leaf_area_index_from_input -INFO: filtering out variable flag_for_restart -INFO: filtering out variable flag_for_runoff_and_groundwater_option -INFO: filtering out variable flag_for_sas_deep_convection_scheme -INFO: filtering out variable flag_for_shoc_after_convection -INFO: filtering out variable flag_for_soil_and_snow_temperature_time_stepping_option -INFO: filtering out variable flag_for_soil_moisture_factor_stomatal_resistance_option -INFO: filtering out variable flag_for_supercooled_liquid_water_option -INFO: filtering out variable flag_for_surface_layer_drag_coefficient_option -INFO: filtering out variable flag_mg3_as_mg2 -INFO: filtering out variable flag_skip_macro -INFO: filtering out variable fraction_of_cloud_top_water_scavenged -INFO: filtering out variable fraction_of_tracer_scavenged -INFO: filtering out variable gf_memory_counter -INFO: filtering out variable graupel_number_concentration_updated_by_physics -INFO: filtering out variable grav_settling -INFO: filtering out variable ground_temperature_for_noahmp -INFO: filtering out variable gwd_opt -INFO: filtering out variable h2o_forcing -INFO: filtering out variable heat_exchange_coefficient_for_MYJ_schemes -INFO: filtering out variable ice_friendly_aerosol_number_concentration -INFO: filtering out variable ice_friendly_aerosol_number_concentration_updated_by_physics -INFO: filtering out variable ice_number_concentration -INFO: filtering out variable ice_number_concentration_updated_by_physics -INFO: filtering out variable ice_supersaturation_threshold -INFO: filtering out variable ice_water_mixing_ratio -INFO: filtering out variable in_number_concentration -INFO: filtering out variable index_for_ice_cloud_condensate_vertical_diffusion_tracer -INFO: filtering out variable integrated_x_momentum_flux_from_blocking_drag -INFO: filtering out variable integrated_x_momentum_flux_from_form_drag -INFO: filtering out variable integrated_x_momentum_flux_from_large_scale_gwd -INFO: filtering out variable integrated_x_momentum_flux_from_small_scale_gwd -INFO: filtering out variable integrated_y_momentum_flux_from_blocking_drag -INFO: filtering out variable integrated_y_momentum_flux_from_form_drag -INFO: filtering out variable integrated_y_momentum_flux_from_large_scale_gwd -INFO: filtering out variable integrated_y_momentum_flux_from_small_scale_gwd -INFO: filtering out variable k_level_of_highest_reaching_plume -INFO: filtering out variable kinematic_buoyancy_flux_from_shoc -INFO: filtering out variable kinematic_surface_latent_heat_flux -INFO: filtering out variable lake_water_storage -INFO: filtering out variable latitude_index_in_debug_printouts -INFO: filtering out variable layer_bottom_depth_from_snow_surface -INFO: filtering out variable leaf_area_index -INFO: filtering out variable leaf_mass -INFO: filtering out variable limit_for_temperature_tendency_for_microphysics -INFO: filtering out variable liquid_water_density -INFO: filtering out variable local_graupel_mixing_ratio -INFO: filtering out variable local_graupel_number_concentration -INFO: filtering out variable local_rain_number_concentration -INFO: filtering out variable local_rain_water_mixing_ratio -INFO: filtering out variable local_snow_number_concentration -INFO: filtering out variable local_snow_water_mixing_ratio -INFO: filtering out variable mass_weighted_rime_factor_updated_by_physics -INFO: filtering out variable maximum_column_heating_rate -INFO: filtering out variable maximum_mass_flux -INFO: filtering out variable maximum_updraft_velocity_at_cloud_base -INFO: filtering out variable mean_nir_albedo_with_weak_cosz_dependency -INFO: filtering out variable mean_vis_albedo_with_weak_cosz_dependency -INFO: filtering out variable mg_allow_supersat_after_sed -INFO: filtering out variable mg_autoconversion_size_threshold_ice_snow -INFO: filtering out variable mg_bergeron_efficiency_factor -INFO: filtering out variable mg_cloud_water_variance -INFO: filtering out variable mg_drop_concentration_constant -INFO: filtering out variable mg_flag_drop_concentration_constant -INFO: filtering out variable mg_flag_for_cloud_ice_processes -INFO: filtering out variable mg_flag_for_gmao_ice_formulation -INFO: filtering out variable mg_flag_for_graupel -INFO: filtering out variable mg_flag_for_hail -INFO: filtering out variable mg_flag_for_heterogeneous_freezing -INFO: filtering out variable mg_flag_for_liu_liquid_treatment -INFO: filtering out variable mg_flag_for_sb2001_autoconversion -INFO: filtering out variable mg_flag_for_uniform_subcolumns -INFO: filtering out variable mg_flag_graupel_concentration_constant -INFO: filtering out variable mg_flag_ice_concentration_constant -INFO: filtering out variable mg_graupel_concentration_constant -INFO: filtering out variable mg_ice_concentration_constant -INFO: filtering out variable mg_minimum_cloud_condensed_water_and_ice_mixing_ratio -INFO: filtering out variable mg_minimum_rh_for_ice -INFO: filtering out variable mg_time_scale_for_autoconversion_of_ice -INFO: filtering out variable mg_tuning_factor_for_alphas -INFO: filtering out variable mg_type_of_precip_fraction_method -INFO: filtering out variable minimum_value_of_specific_humidity -INFO: filtering out variable mix_total_water_flag -INFO: filtering out variable mixing_length -INFO: filtering out variable mixing_length_flag -INFO: filtering out variable moisture_from_previous_timestep -INFO: filtering out variable moisture_tendency_due_to_dynamics -INFO: filtering out variable momentum_exchange_coefficient_for_MYJ_schemes -INFO: filtering out variable mpi_comm -INFO: filtering out variable natural_log_of_h2o_forcing_data_pressure_levels -INFO: filtering out variable nondimensional_snow_age -INFO: filtering out variable normalized_soil_wetness_for_land_surface_model -INFO: filtering out variable number_of_cloud_types_CS -INFO: filtering out variable number_of_coefficients_in_h2o_forcing_data -INFO: filtering out variable number_of_frozen_precipitation_species -INFO: filtering out variable number_of_plumes -INFO: filtering out variable number_of_snow_layers -INFO: filtering out variable number_of_spectral_wave_trancation_for_sas -INFO: filtering out variable number_of_tracers_for_CS -INFO: filtering out variable number_of_tracers_plus_one -INFO: filtering out variable ozone_mixing_ratio -INFO: filtering out variable potential_temperature_at_2m -INFO: filtering out variable potential_temperature_at_viscous_sublayer_top -INFO: filtering out variable prandtl_number -INFO: filtering out variable q_prime_squared -INFO: filtering out variable rain_number_concentration_updated_by_physics -INFO: filtering out variable reciprocal_of_obukhov_length -INFO: filtering out variable shoc_flag_for_optional_surface_TKE_dissipation -INFO: filtering out variable shoc_implicit_TKE_integration_uncentering_term -INFO: filtering out variable shoc_tke_dissipatation_pressure_threshold -INFO: filtering out variable shoc_tke_dissipation_tunable_parameter -INFO: filtering out variable shoc_tke_dissipation_tunable_parameter_near_surface -INFO: filtering out variable slow_soil_pool_mass_content_of_carbon -INFO: filtering out variable snow_albedo_at_previous_time_step -INFO: filtering out variable snow_layer_ice -INFO: filtering out variable snow_layer_liquid_water -INFO: filtering out variable snow_mass_at_previous_time_step -INFO: filtering out variable snow_number_concentration_updated_by_physics -INFO: filtering out variable snow_precipitation_rate_at_surface -INFO: filtering out variable snow_temperature -INFO: filtering out variable snow_temperature_bottom_first_layer -INFO: filtering out variable soil_temperature_for_land_surface_model -INFO: filtering out variable soil_vertical_dimension_for_land_surface_model -INFO: filtering out variable soil_water_content_between_soil_bottom_and_water_table -INFO: filtering out variable specific_humidity_at_viscous_sublayer_top -INFO: filtering out variable stability_function_for_heat -INFO: filtering out variable stem_area_index -INFO: filtering out variable stem_mass -INFO: filtering out variable subgrid_cloud_fraction_pbl -INFO: filtering out variable subgrid_cloud_mixing_ratio_pbl -INFO: filtering out variable subgrid_scale_cloud_fraction_from_shoc -INFO: filtering out variable surface_condensation_mass -INFO: filtering out variable surface_drag_coefficient_for_heat_and_moisture_for_noahmp -INFO: filtering out variable surface_drag_coefficient_for_momentum_for_noahmp -INFO: filtering out variable surface_exchange_coefficient_for_heat -INFO: filtering out variable surface_exchange_coefficient_for_heat_at_2m -INFO: filtering out variable surface_exchange_coefficient_for_moisture -INFO: filtering out variable surface_exchange_coefficient_for_moisture_at_2m -INFO: filtering out variable surface_friction_velocity_drag -INFO: filtering out variable surface_latent_heat -INFO: filtering out variable surface_layer_evaporation_switch -INFO: filtering out variable surface_specific_humidity_for_MYJ_schemes -INFO: filtering out variable surface_stability_parameter -INFO: filtering out variable t_prime_q_prime -INFO: filtering out variable t_prime_squared -INFO: filtering out variable temperature_from_previous_timestep -INFO: filtering out variable temperature_tendency_due_to_dynamics -INFO: filtering out variable tendency_of_cloud_droplet_number_concentration_due_to_model_physics -INFO: filtering out variable tendency_of_ice_cloud_water_mixing_ratio_due_to_model_physics -INFO: filtering out variable tendency_of_ice_friendly_aerosol_number_concentration_due_to_model_physics -INFO: filtering out variable tendency_of_ice_friendly_aerosols_at_surface -INFO: filtering out variable tendency_of_ice_number_concentration_due_to_model_physics -INFO: filtering out variable tendency_of_liquid_cloud_water_mixing_ratio_due_to_model_physics -INFO: filtering out variable tendency_of_ozone_mixing_ratio_due_to_model_physics -INFO: filtering out variable tendency_of_water_friendly_aerosol_number_concentration_due_to_model_physics -INFO: filtering out variable tendency_of_water_friendly_aerosols_at_surface -INFO: filtering out variable tendency_of_water_vapor_specific_humidity_due_to_model_physics -INFO: filtering out variable tendency_of_x_wind_due_to_convective_gravity_wave_drag -INFO: filtering out variable tendency_of_y_wind_due_to_convective_gravity_wave_drag -INFO: filtering out variable theta_star -INFO: filtering out variable tke_advect -INFO: filtering out variable tke_at_mass_points -INFO: filtering out variable tke_budget -INFO: filtering out variable tke_dissipative_heating_factor -INFO: filtering out variable total_accumulated_snowfall -INFO: filtering out variable triple_point_temperature_of_water -INFO: filtering out variable turbulent_kinetic_energy_convective_transport_tracer -INFO: filtering out variable u_wind_component_at_viscous_sublayer_top -INFO: filtering out variable updraft_fraction_in_boundary_layer_mass_flux_scheme -INFO: filtering out variable updraft_velocity_tunable_parameter_1_CS -INFO: filtering out variable updraft_velocity_tunable_parameter_2_CS -INFO: filtering out variable v_wind_component_at_viscous_sublayer_top -INFO: filtering out variable vegetation_temperature -INFO: filtering out variable vertical_dimension_of_h2o_forcing_data -INFO: filtering out variable volume_fraction_of_frozen_soil_moisture_for_land_surface_model -INFO: filtering out variable volume_fraction_of_soil_moisture_for_land_surface_model -INFO: filtering out variable volume_fraction_of_unfrozen_soil_moisture_for_land_surface_model -INFO: filtering out variable water_friendly_aerosol_number_concentration -INFO: filtering out variable water_friendly_aerosol_number_concentration_updated_by_physics -INFO: filtering out variable water_storage_in_aquifer -INFO: filtering out variable water_storage_in_aquifer_and_saturated_soil -INFO: filtering out variable water_table_depth -INFO: filtering out variable water_table_recharge_when_deep -INFO: filtering out variable water_table_recharge_when_shallow -INFO: filtering out variable water_vapor_mixing_ratio_at_surface -INFO: filtering out variable weight_for_momentum_at_viscous_sublayer_top -INFO: filtering out variable weight_for_potental_temperature_at_viscous_sublayer_top -INFO: filtering out variable weight_for_specific_humidity_at_viscous_sublayer_top -INFO: filtering out variable wood_mass -INFO: filtering out variable x_momentum_tendency_from_blocking_drag -INFO: filtering out variable x_momentum_tendency_from_form_drag -INFO: filtering out variable x_momentum_tendency_from_large_scale_gwd -INFO: filtering out variable x_momentum_tendency_from_small_scale_gwd -INFO: filtering out variable y_momentum_tendency_from_blocking_drag -INFO: filtering out variable y_momentum_tendency_from_form_drag -INFO: filtering out variable y_momentum_tendency_from_large_scale_gwd -INFO: filtering out variable y_momentum_tendency_from_small_scale_gwd -INFO: Checking optional arguments in physics schemes ... -INFO: Metadata table for model FV3 written to tests/build_fv3_16/FV3/ccpp/framework/doc/DevelopersGuide/CCPP_VARIABLES_FV3.tex -INFO: Comparing metadata for requested and provided variables ... -INFO: Automatic unit conversion from m to um for effective_radius_of_stratiform_cloud_ice_particle_in_um before entering MODULE_mp_thompson SCHEME_mp_thompson SUBROUTINE_mp_thompson_run -INFO: Automatic unit conversion from m to um for effective_radius_of_stratiform_cloud_liquid_water_particle_in_um before entering MODULE_mp_thompson SCHEME_mp_thompson SUBROUTINE_mp_thompson_run -INFO: Automatic unit conversion from m to um for effective_radius_of_stratiform_cloud_snow_particle_in_um before entering MODULE_mp_thompson SCHEME_mp_thompson SUBROUTINE_mp_thompson_run -INFO: Generating schemes makefile/cmakefile snippet ... -INFO: Added 168 schemes to tests/build_fv3_16/FV3/ccpp/physics/CCPP_SCHEMES.mk, tests/build_fv3_16/FV3/ccpp/physics/CCPP_SCHEMES.cmake, tests/build_fv3_16/FV3/ccpp/physics/CCPP_SCHEMES.sh -INFO: Generating suite and group caps ... -INFO: Generating static API ccpp_static_api.F90 in tests/build_fv3_16/FV3/ccpp/physics ... -INFO: Generating caps makefile/cmakefile snippet ... -INFO: Added 11 auto-generated caps to tests/build_fv3_16/FV3/ccpp/physics/CCPP_CAPS.mk and tests/build_fv3_16/FV3/ccpp/physics/CCPP_CAPS.cmake -INFO: CCPP prebuild step completed successfully. -+ source build_fv3_16/FV3/ccpp/physics/CCPP_SCHEMES.sh -++ export 'CCPP_SCHEMES=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/aer_cloud.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/aerclm_def.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/aerinterp.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/calpreciptype.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cldwat2m_micro.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cldmacro.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/date_def.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/funcphys.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gcycle.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/h2o_def.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/h2ointerp.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/iccn_def.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/iccninterp.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/iounitdef.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/machine.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mersenne_twister.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfpbl.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg_utils.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg2_0.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg3_0.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/multi_gases.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_model.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_parameters.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_radar.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_thompson.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MP_FER_HIRES.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_bl_mynn.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_mynn.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_orowam2017.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/namelist_soilveg.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfpblt.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfpbltq.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfscu.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfscuq.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/noahmp_tables.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/num_parthds.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozne_def.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozinterp.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/physcons.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/physparam.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radcons.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_aerosols.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_astronomy.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_clouds.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_gases.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_surface.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radlw_datatb.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radlw_param.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radsw_datatb.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radsw_param.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/samfaerosols.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfcsub.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sflx.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/set_soilveg.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/surface_perturbation.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_deep.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_sh.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/tridi.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/wv_saturation.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_soil_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rayleigh_damp.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radsw_main.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_ocean.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gwdc.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gscond.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ysuvdif.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_sice.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/samfdeepcnv.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/satmedmfvdif.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozphys_2015.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/samfshalcnv.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/precpd.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_fer_hires.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diag.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radlw_main.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_debug.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/satmedmfvdifq.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cs_conv.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/shinhongvdif.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/h2ophys.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_nst.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/moninedmf.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diff.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diag_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/m_micro.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gcm_shoc.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gwdps.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/shalcnv.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/get_prs_fv3.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozphys.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_stochastics.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/drag_suite.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_cice.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sascnvn.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cnvc90.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_drv.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/dcyc2.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/moninshoc.f' -++ CCPP_SCHEMES='/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/aer_cloud.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/aerclm_def.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/aerinterp.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/calpreciptype.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cldwat2m_micro.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cldmacro.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/date_def.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/funcphys.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gcycle.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/h2o_def.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/h2ointerp.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/iccn_def.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/iccninterp.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/iounitdef.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/machine.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mersenne_twister.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfpbl.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg_utils.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg2_0.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg3_0.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/multi_gases.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_model.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_parameters.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_radar.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_thompson.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MP_FER_HIRES.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_bl_mynn.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_mynn.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_orowam2017.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/namelist_soilveg.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfpblt.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfpbltq.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfscu.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfscuq.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/noahmp_tables.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/num_parthds.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozne_def.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozinterp.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/physcons.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/physparam.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radcons.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_aerosols.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_astronomy.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_clouds.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_gases.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_surface.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radlw_datatb.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radlw_param.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radsw_datatb.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radsw_param.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/samfaerosols.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfcsub.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sflx.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/set_soilveg.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/surface_perturbation.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_deep.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_sh.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/tridi.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/wv_saturation.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_soil_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rayleigh_damp.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radsw_main.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_ocean.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gwdc.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gscond.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ysuvdif.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_sice.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/samfdeepcnv.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/satmedmfvdif.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozphys_2015.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/samfshalcnv.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/precpd.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_fer_hires.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diag.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radlw_main.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_debug.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/satmedmfvdifq.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cs_conv.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/shinhongvdif.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/h2ophys.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_nst.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/moninedmf.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diff.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diag_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/m_micro.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gcm_shoc.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gwdps.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/shalcnv.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/get_prs_fv3.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozphys.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_stochastics.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/drag_suite.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_cice.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sascnvn.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cnvc90.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_drv.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/dcyc2.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/moninshoc.f' -+ source build_fv3_16/FV3/ccpp/physics/CCPP_CAPS.sh -++ export 'CCPP_CAPS=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_16/FV3/ccpp/physics/ccpp_FV3_GFS_2017_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_16/FV3/ccpp/physics/ccpp_FV3_GFS_2017_time_vary_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_16/FV3/ccpp/physics/ccpp_FV3_GFS_2017_radiation_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_16/FV3/ccpp/physics/ccpp_FV3_GFS_2017_physics_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_16/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stochastics_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_16/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_16/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_fast_physics_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_16/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_time_vary_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_16/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_radiation_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_16/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_physics_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_16/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_stochastics_cap.F90' -++ CCPP_CAPS='/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_16/FV3/ccpp/physics/ccpp_FV3_GFS_2017_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_16/FV3/ccpp/physics/ccpp_FV3_GFS_2017_time_vary_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_16/FV3/ccpp/physics/ccpp_FV3_GFS_2017_radiation_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_16/FV3/ccpp/physics/ccpp_FV3_GFS_2017_physics_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_16/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stochastics_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_16/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_16/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_fast_physics_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_16/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_time_vary_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_16/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_radiation_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_16/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_physics_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_16/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_stochastics_cap.F90' -+ source build_fv3_16/FV3/ccpp/physics/CCPP_STATIC_API.sh -++ export CCPP_STATIC_API=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_16/FV3/ccpp/physics/ccpp_static_api.F90 -++ CCPP_STATIC_API=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_16/FV3/ccpp/physics/ccpp_static_api.F90 -+ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_gfdlmp WW3=Y == *\N\A\M\_\p\h\y\s\=\Y* ]] -+ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_gfdlmp WW3=Y == *\W\W\3\=\Y* ]] -+ CCPP_CMAKE_FLAGS=' -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF -DWW3=Y' -++ trim ' -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF -DWW3=Y' -++ local 'var= -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF -DWW3=Y' -++ var='-DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF -DWW3=Y' -++ var='-DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF -DWW3=Y' -++ echo -n '-DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF -DWW3=Y' -+ CCPP_CMAKE_FLAGS='-DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF -DWW3=Y' -+ source /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc -++ __ms_function_name=setup__test_function__325694 -++ eval 'setup__test_function__325694() { /bin/true ; }' -+++ eval '__text="text" ; if [[ $__text =~ ^(t).* ]] ; then printf "%s" ${.sh.match[1]} ; fi' -+++ cat -++ __ms_ksh_test= -+++ eval 'if ( set | grep setup__test_function__325694 | grep -v name > /dev/null 2>&1 ) ; then echo t ; fi ' -+++ cat -++ __ms_bash_test=t -++ [[ ! -z '' ]] -++ [[ ! -z t ]] -++ __ms_shell=bash -++ [[ -d /lfs3 ]] -++ [[ -d /scratch1 ]] -++ [[ ! -d /scratch ]] -++ eval module help -++ module purge -+++ /apps/lmod/7.7.18/libexec/lmod bash purge -++ eval unset 'BACIO_LIB4;' unset 'BACIO_LIB8;' unset 'BACIO_SRC;' unset 'BACIO_VER;' unset '__LMOD_REF_COUNT_CLASSPATH;' unset 'CLASSPATH;' unset 'CMAKE_CXX_COMPILER;' unset 'CMAKE_C_COMPILER;' unset 'CMAKE_Fortran_COMPILER;' unset 'CMAKE_Platform;' unset 'COMP;' unset '__LMOD_REF_COUNT_CPATH;' unset 'CPATH;' unset 'CRTM_FIX;' unset 'CRTM_INC;' unset 'CRTM_LIB;' unset 'CRTM_SRC;' unset 'CRTM_VER;' unset 'ESMFMKFILE;' unset 'G2TMPL_INC;' unset 'G2TMPL_LIB;' unset 'G2TMPL_SRC;' unset 'G2TMPL_VER;' unset 'G2_INC4;' unset 'G2_INCd;' unset 'G2_LIB4;' unset 'G2_LIBd;' unset 'G2_SRC;' unset 'G2_VER;' unset 'GDBSERVER_MIC;' unset 'GDB_CROSS;' unset '__LMOD_REF_COUNT_INFOPATH;' unset 'INFOPATH;' unset '__LMOD_REF_COUNT_INTEL_LICENSE_FILE;' unset 'INTEL_LICENSE_FILE;' unset 'INTEL_PYTHONHOME;' unset 'IPATH_NO_BACKTRACE;' unset 'IP_INC4;' unset 'IP_INC8;' unset 'IP_INCd;' unset 'IP_LIB4;' unset 'IP_LIB8;' unset 'IP_LIBd;' unset 'IP_SRC;' unset 'IP_VER;' unset 'I_MPI_CC;' unset 'I_MPI_F90;' unset 'I_MPI_HYDRA_BRANCH_COUNT;' unset 'I_MPI_HYDRA_PMI_CONNECT;' unset 'I_MPI_ROOT;' unset 'I_MPI_TMI_PROVIDER;' unset 'JASPER_INC;' unset 'JASPER_LIB;' unset 'JASPER_SRC;' unset 'JASPER_VER;' '__LMOD_REF_COUNT_LD_LIBRARY_PATH="/apps/slurm/default/lib:1";' export '__LMOD_REF_COUNT_LD_LIBRARY_PATH;' 'LD_LIBRARY_PATH=":/apps/slurm/default/lib";' export 'LD_LIBRARY_PATH;' unset '__LMOD_REF_COUNT_LIBRARY_PATH;' unset 'LIBRARY_PATH;' unset 'LIB_NAME;' unset 'LMOD_FAMILY_COMPILER;' unset 'LMOD_FAMILY_COMPILER_VERSION;' unset 'LMOD_FAMILY_MPI;' unset 'LMOD_FAMILY_MPI_VERSION;' unset '__LMOD_REF_COUNT_LOADEDMODULES;' unset 'LOADEDMODULES;' '__LMOD_REF_COUNT_MANPATH="/apps/lmod/lmod/share/man:1;/apps/local/man:1;/apps/slurm/default/share/man:1;/apps/slurm/tools/sbank/share/man:1";' export '__LMOD_REF_COUNT_MANPATH;' 'MANPATH="/apps/lmod/lmod/share/man::/apps/local/man:/apps/slurm/default/share/man:/apps/slurm/tools/sbank/share/man";' export 'MANPATH;' '__LMOD_REF_COUNT_MODULEPATH="/contrib/modulefiles:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:1;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1";' export '__LMOD_REF_COUNT_MODULEPATH;' 'MODULEPATH="/contrib/modulefiles:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles";' export 'MODULEPATH;' unset 'MPM_LAUNCHER;' unset 'NCEPLIBS;' unset 'NEMSIO_INC;' unset 'NEMSIO_LIB;' unset 'NEMSIO_SRC;' unset 'NEMSIO_VER;' unset 'NETCDF;' unset '__LMOD_REF_COUNT_NLSPATH;' unset 'NLSPATH;' '__LMOD_REF_COUNT_PATH="/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:1;/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/opt/ibutils/bin:1;/apps/local/bin:1;/apps/local/sbin:1;/apps/slurm/default/tools:1;/apps/slurm/default/bin:1;/apps/slurm/default/sbin:1;/apps/slurm/tools/sbank/bin:1;/home/Dusan.Jovic/bin:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/dbrowse:1";' export '__LMOD_REF_COUNT_PATH;' 'PATH="/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/opt/ibutils/bin:/apps/local/bin:/apps/local/sbin:/apps/slurm/default/tools:/apps/slurm/default/bin:/apps/slurm/default/sbin:/apps/slurm/tools/sbank/bin:/home/Dusan.Jovic/bin:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/dbrowse";' export 'PATH;' unset '__LMOD_REF_COUNT_PKG_CONFIG_PATH;' unset 'PKG_CONFIG_PATH;' unset 'PNG_INC;' unset 'PNG_LIB;' unset 'PNG_SRC;' unset 'PNG_VER;' unset 'POST_INC;' unset 'POST_LIB;' unset 'POST_SRC;' unset 'POST_VER;' unset 'SLURM_UTILS_PATH;' unset 'SP_LIB4;' unset 'SP_LIB8;' unset 'SP_LIBd;' unset 'SP_SRC;' unset 'SP_VER;' unset 'W3EMC_INC4;' unset 'W3EMC_INC8;' unset 'W3EMC_INCd;' unset 'W3EMC_LIB4;' unset 'W3EMC_LIB8;' unset 'W3EMC_LIBd;' unset 'W3EMC_SRC;' unset 'W3EMC_VER;' unset 'W3NCO_LIB4;' unset 'W3NCO_LIB8;' unset 'W3NCO_LIBd;' unset 'W3NCO_SRC;' unset 'W3NCO_VER;' unset 'Z_INC;' unset 'Z_LIB;' unset 'Z_SRC;' unset 'Z_VER;' unset '__LMOD_REF_COUNT__LMFILES_;' unset '_LMFILES_;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9jb250cmliL21vZHVsZWZpbGVzIiwiL3NjcmF0Y2gyL05DRVBERVYvZnYzLWNhbS9EdXNhbi5Kb3ZpYy91ZnMvcHIxOC91ZnMtd2VhdGhlci1tb2RlbC9tb2R1bGVmaWxlcy9oZXJhLmludGVsIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIs";' export '_ModuleTable001_;' '_ModuleTable002_="fSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ==";' export '_ModuleTable002_;' '_ModuleTable_Sz_="2";' export '_ModuleTable_Sz_;' unset '_ModuleTable004_;' unset '_ModuleTable005_;' unset '_ModuleTable006_;' unset '_ModuleTable007_;' unset '_ModuleTable008_;' unset '_ModuleTable009_;' unset '_ModuleTable010_;' unset '_ModuleTable011_;' unset '_ModuleTable012_;' unset '_ModuleTable013_;' -+++ unset BACIO_LIB4 -+++ unset BACIO_LIB8 -+++ unset BACIO_SRC -+++ unset BACIO_VER -+++ unset __LMOD_REF_COUNT_CLASSPATH -+++ unset CLASSPATH -+++ unset CMAKE_CXX_COMPILER -+++ unset CMAKE_C_COMPILER -+++ unset CMAKE_Fortran_COMPILER -+++ unset CMAKE_Platform -+++ unset COMP -+++ unset __LMOD_REF_COUNT_CPATH -+++ unset CPATH -+++ unset CRTM_FIX -+++ unset CRTM_INC -+++ unset CRTM_LIB -+++ unset CRTM_SRC -+++ unset CRTM_VER -+++ unset ESMFMKFILE -+++ unset G2TMPL_INC -+++ unset G2TMPL_LIB -+++ unset G2TMPL_SRC -+++ unset G2TMPL_VER -+++ unset G2_INC4 -+++ unset G2_INCd -+++ unset G2_LIB4 -+++ unset G2_LIBd -+++ unset G2_SRC -+++ unset G2_VER -+++ unset GDBSERVER_MIC -+++ unset GDB_CROSS -+++ unset __LMOD_REF_COUNT_INFOPATH -+++ unset INFOPATH -+++ unset __LMOD_REF_COUNT_INTEL_LICENSE_FILE -+++ unset INTEL_LICENSE_FILE -+++ unset INTEL_PYTHONHOME -+++ unset IPATH_NO_BACKTRACE -+++ unset IP_INC4 -+++ unset IP_INC8 -+++ unset IP_INCd -+++ unset IP_LIB4 -+++ unset IP_LIB8 -+++ unset IP_LIBd -+++ unset IP_SRC -+++ unset IP_VER -+++ unset I_MPI_CC -+++ unset I_MPI_F90 -+++ unset I_MPI_HYDRA_BRANCH_COUNT -+++ unset I_MPI_HYDRA_PMI_CONNECT -+++ unset I_MPI_ROOT -+++ unset I_MPI_TMI_PROVIDER -+++ unset JASPER_INC -+++ unset JASPER_LIB -+++ unset JASPER_SRC -+++ unset JASPER_VER -+++ __LMOD_REF_COUNT_LD_LIBRARY_PATH=/apps/slurm/default/lib:1 -+++ export __LMOD_REF_COUNT_LD_LIBRARY_PATH -+++ LD_LIBRARY_PATH=:/apps/slurm/default/lib -+++ export LD_LIBRARY_PATH -+++ unset __LMOD_REF_COUNT_LIBRARY_PATH -+++ unset LIBRARY_PATH -+++ unset LIB_NAME -+++ unset LMOD_FAMILY_COMPILER -+++ unset LMOD_FAMILY_COMPILER_VERSION -+++ unset LMOD_FAMILY_MPI -+++ unset LMOD_FAMILY_MPI_VERSION -+++ unset __LMOD_REF_COUNT_LOADEDMODULES -+++ unset LOADEDMODULES -+++ __LMOD_REF_COUNT_MANPATH='/apps/lmod/lmod/share/man:1;/apps/local/man:1;/apps/slurm/default/share/man:1;/apps/slurm/tools/sbank/share/man:1' -+++ export __LMOD_REF_COUNT_MANPATH -+++ MANPATH=/apps/lmod/lmod/share/man::/apps/local/man:/apps/slurm/default/share/man:/apps/slurm/tools/sbank/share/man -+++ export MANPATH -+++ __LMOD_REF_COUNT_MODULEPATH='/contrib/modulefiles:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:1;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1' -+++ export __LMOD_REF_COUNT_MODULEPATH -+++ MODULEPATH=/contrib/modulefiles:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles -+++ export MODULEPATH -+++ unset MPM_LAUNCHER -+++ unset NCEPLIBS -+++ unset NEMSIO_INC -+++ unset NEMSIO_LIB -+++ unset NEMSIO_SRC -+++ unset NEMSIO_VER -+++ unset NETCDF -+++ unset __LMOD_REF_COUNT_NLSPATH -+++ unset NLSPATH -+++ __LMOD_REF_COUNT_PATH='/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:1;/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/opt/ibutils/bin:1;/apps/local/bin:1;/apps/local/sbin:1;/apps/slurm/default/tools:1;/apps/slurm/default/bin:1;/apps/slurm/default/sbin:1;/apps/slurm/tools/sbank/bin:1;/home/Dusan.Jovic/bin:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/dbrowse:1' -+++ export __LMOD_REF_COUNT_PATH -+++ PATH=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/opt/ibutils/bin:/apps/local/bin:/apps/local/sbin:/apps/slurm/default/tools:/apps/slurm/default/bin:/apps/slurm/default/sbin:/apps/slurm/tools/sbank/bin:/home/Dusan.Jovic/bin:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/dbrowse -+++ export PATH -+++ unset __LMOD_REF_COUNT_PKG_CONFIG_PATH -+++ unset PKG_CONFIG_PATH -+++ unset PNG_INC -+++ unset PNG_LIB -+++ unset PNG_SRC -+++ unset PNG_VER -+++ unset POST_INC -+++ unset POST_LIB -+++ unset POST_SRC -+++ unset POST_VER -+++ unset SLURM_UTILS_PATH -+++ unset SP_LIB4 -+++ unset SP_LIB8 -+++ unset SP_LIBd -+++ unset SP_SRC -+++ unset SP_VER -+++ unset W3EMC_INC4 -+++ unset W3EMC_INC8 -+++ unset W3EMC_INCd -+++ unset W3EMC_LIB4 -+++ unset W3EMC_LIB8 -+++ unset W3EMC_LIBd -+++ unset W3EMC_SRC -+++ unset W3EMC_VER -+++ unset W3NCO_LIB4 -+++ unset W3NCO_LIB8 -+++ unset W3NCO_LIBd -+++ unset W3NCO_SRC -+++ unset W3NCO_VER -+++ unset Z_INC -+++ unset Z_LIB -+++ unset Z_SRC -+++ unset Z_VER -+++ unset __LMOD_REF_COUNT__LMFILES_ -+++ unset _LMFILES_ -+++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9jb250cmliL21vZHVsZWZpbGVzIiwiL3NjcmF0Y2gyL05DRVBERVYvZnYzLWNhbS9EdXNhbi5Kb3ZpYy91ZnMvcHIxOC91ZnMtd2VhdGhlci1tb2RlbC9tb2R1bGVmaWxlcy9oZXJhLmludGVsIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIs -+++ export _ModuleTable001_ -+++ _ModuleTable002_=fSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ== -+++ export _ModuleTable002_ -+++ _ModuleTable_Sz_=2 -+++ export _ModuleTable_Sz_ -+++ unset _ModuleTable004_ -+++ unset _ModuleTable005_ -+++ unset _ModuleTable006_ -+++ unset _ModuleTable007_ -+++ unset _ModuleTable008_ -+++ unset _ModuleTable009_ -+++ unset _ModuleTable010_ -+++ unset _ModuleTable011_ -+++ unset _ModuleTable012_ -+++ unset _ModuleTable013_ -+++ : -s sh -++ eval -++ unset __ms_shell -++ unset __ms_ksh_test -++ unset __ms_bash_test -++ unset setup__test_function__325694 -++ unset __ms_function_name -+ [[ hera.intel == macosx.* ]] -+ [[ hera.intel == linux.* ]] -+ module use /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel -++ /apps/lmod/7.7.18/libexec/lmod bash use /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel -+ eval '__LMOD_REF_COUNT_MODULEPATH="/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:2;/contrib/modulefiles:1;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1";' export '__LMOD_REF_COUNT_MODULEPATH;' 'MODULEPATH="/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:/contrib/modulefiles:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles";' export 'MODULEPATH;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9zY3JhdGNoMi9OQ0VQREVWL2Z2My1jYW0vRHVzYW4uSm92aWMvdWZzL3ByMTgvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvaGVyYS5pbnRlbCIsIi9jb250cmliL21vZHVsZWZpbGVzIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIs";' export '_ModuleTable001_;' '_ModuleTable002_="fSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ==";' export '_ModuleTable002_;' '_ModuleTable_Sz_="2";' export '_ModuleTable_Sz_;' -++ __LMOD_REF_COUNT_MODULEPATH='/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:2;/contrib/modulefiles:1;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1' -++ export __LMOD_REF_COUNT_MODULEPATH -++ MODULEPATH=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:/contrib/modulefiles:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles -++ export MODULEPATH -++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9zY3JhdGNoMi9OQ0VQREVWL2Z2My1jYW0vRHVzYW4uSm92aWMvdWZzL3ByMTgvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvaGVyYS5pbnRlbCIsIi9jb250cmliL21vZHVsZWZpbGVzIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIs -++ export _ModuleTable001_ -++ _ModuleTable002_=fSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ== -++ export _ModuleTable002_ -++ _ModuleTable_Sz_=2 -++ export _ModuleTable_Sz_ -++ : -s sh -+ eval -+ module load fv3 -++ /apps/lmod/7.7.18/libexec/lmod bash load fv3 -+ eval 'BACIO_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libbacio_v2.0.3_4.a";' export 'BACIO_LIB4;' 'BACIO_LIB8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libbacio_v2.0.3_8.a";' export 'BACIO_LIB8;' 'BACIO_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/bacio_v2.0.3";' export 'BACIO_SRC;' 'BACIO_VER="v2.0.3";' export 'BACIO_VER;' '__LMOD_REF_COUNT_CLASSPATH="/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/mpi.jar:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/daal.jar:1";' export '__LMOD_REF_COUNT_CLASSPATH;' 'CLASSPATH="/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/mpi.jar:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/daal.jar";' export 'CLASSPATH;' 'CMAKE_CXX_COMPILER="mpiicpc";' export 'CMAKE_CXX_COMPILER;' 'CMAKE_C_COMPILER="mpiicc";' export 'CMAKE_C_COMPILER;' 'CMAKE_Fortran_COMPILER="mpiifort";' export 'CMAKE_Fortran_COMPILER;' 'CMAKE_Platform="hera.intel";' export 'CMAKE_Platform;' 'COMP="intel";' export 'COMP;' '__LMOD_REF_COUNT_CPATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/include:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/include:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/pstl/include:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/include:2;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/include:1";' export '__LMOD_REF_COUNT_CPATH;' 'CPATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/include:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/include:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/pstl/include:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/include:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/include";' export 'CPATH;' 'CRTM_FIX="/scratch2/NCEPDEV/nwprod/NCEPLIBS/fix/crtm_v2.2.6";' export 'CRTM_FIX;' 'CRTM_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/crtm_v2.2.6";' export 'CRTM_INC;' 'CRTM_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libcrtm_v2.2.6.a";' export 'CRTM_LIB;' 'CRTM_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/crtm_v2.2.6";' export 'CRTM_SRC;' 'CRTM_VER="v2.2.6";' export 'CRTM_VER;' 'ESMFMKFILE="/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/lib/esmf.mk";' export 'ESMFMKFILE;' 'G2TMPL_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/g2tmpl_v1.6.0";' export 'G2TMPL_INC;' 'G2TMPL_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2tmpl_v1.6.0.a";' export 'G2TMPL_LIB;' 'G2TMPL_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/g2tmpl_v1.6.0/src";' export 'G2TMPL_SRC;' 'G2TMPL_VER="v1.6.0";' export 'G2TMPL_VER;' 'G2_INC4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/g2_v3.1.1_4";' export 'G2_INC4;' 'G2_INCd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/g2_v3.1.1_d";' export 'G2_INCd;' 'G2_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2_v3.1.1_4.a";' export 'G2_LIB4;' 'G2_LIBd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2_v3.1.1_d.a";' export 'G2_LIBd;' 'G2_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/g2_v3.1.1";' export 'G2_SRC;' 'G2_VER="v3.1.1";' export 'G2_VER;' 'GDBSERVER_MIC="/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/targets/intel64/x200/bin/gdbserver";' export 'GDBSERVER_MIC;' 'GDB_CROSS="/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/intel64/bin/gdb-ia";' export 'GDB_CROSS;' '__LMOD_REF_COUNT_INFOPATH="/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/info:1;/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/info:1";' export '__LMOD_REF_COUNT_INFOPATH;' 'INFOPATH="/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/info:/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/info";' export 'INFOPATH;' '__LMOD_REF_COUNT_INTEL_LICENSE_FILE="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/licenses:1;/apps/intel/licenses:1";' export '__LMOD_REF_COUNT_INTEL_LICENSE_FILE;' 'INTEL_LICENSE_FILE="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/licenses:/apps/intel/licenses";' export 'INTEL_LICENSE_FILE;' 'INTEL_PYTHONHOME="/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/python/intel64/";' export 'INTEL_PYTHONHOME;' 'IPATH_NO_BACKTRACE="1";' export 'IPATH_NO_BACKTRACE;' 'IP_INC4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ip_v3.0.2_4";' export 'IP_INC4;' 'IP_INC8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ip_v3.0.2_8";' export 'IP_INC8;' 'IP_INCd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ip_v3.0.2_d";' export 'IP_INCd;' 'IP_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libip_v3.0.2_4.a";' export 'IP_LIB4;' 'IP_LIB8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libip_v3.0.2_8.a";' export 'IP_LIB8;' 'IP_LIBd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libip_v3.0.2_d.a";' export 'IP_LIBd;' 'IP_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/ip_v3.0.2";' export 'IP_SRC;' 'IP_VER="v3.0.2";' export 'IP_VER;' 'I_MPI_CC="icc";' export 'I_MPI_CC;' 'I_MPI_F90="ifort";' export 'I_MPI_F90;' 'I_MPI_HYDRA_BRANCH_COUNT="128";' export 'I_MPI_HYDRA_BRANCH_COUNT;' 'I_MPI_HYDRA_PMI_CONNECT="alltoall";' export 'I_MPI_HYDRA_PMI_CONNECT;' 'I_MPI_ROOT="/apps/intel/compilers_and_libraries_2018/linux/mpi";' export 'I_MPI_ROOT;' 'I_MPI_TMI_PROVIDER="psm";' export 'I_MPI_TMI_PROVIDER;' 'JASPER_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/include/jasper_v1.900.1";' export 'JASPER_INC;' 'JASPER_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/lib/libjasper_v1.900.1.a";' export 'JASPER_LIB;' 'JASPER_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/thirdParty";' export 'JASPER_SRC;' 'JASPER_VER="v1.900.1";' export 'JASPER_VER;' '__LMOD_REF_COUNT_LD_LIBRARY_PATH="/apps/netcdf/4.7.0/intel/18.0.5.274/lib:1;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib:1;/apps/slurm/default/lib:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/lib/intel64:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:2;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:2;/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/libipt/intel64/lib:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4:1";' export '__LMOD_REF_COUNT_LD_LIBRARY_PATH;' 'LD_LIBRARY_PATH="/apps/netcdf/4.7.0/intel/18.0.5.274/lib:/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib::/apps/slurm/default/lib:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/lib/intel64:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/libipt/intel64/lib:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4";' export 'LD_LIBRARY_PATH;' '__LMOD_REF_COUNT_LIBRARY_PATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:2;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4:1";' export '__LMOD_REF_COUNT_LIBRARY_PATH;' 'LIBRARY_PATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4";' export 'LIBRARY_PATH;' 'LIB_NAME="POST";' export 'LIB_NAME;' 'LMOD_FAMILY_COMPILER="intel";' export 'LMOD_FAMILY_COMPILER;' 'LMOD_FAMILY_COMPILER_VERSION="18.0.5.274";' export 'LMOD_FAMILY_COMPILER_VERSION;' 'LMOD_FAMILY_MPI="impi";' export 'LMOD_FAMILY_MPI;' 'LMOD_FAMILY_MPI_VERSION="2018.0.4";' export 'LMOD_FAMILY_MPI_VERSION;' '__LMOD_REF_COUNT_LOADEDMODULES="contrib:1;sutils/default:1;intel/18.0.5.274:1;impi/2018.0.4:1;netcdf/4.7.0:1;bacio/2.0.3:1;ip/3.0.2:1;nemsio/2.2.4:1;sp/2.0.3:1;w3emc/2.3.1:1;w3nco/2.0.7:1;g2/3.1.1:1;g2tmpl/1.6.0:1;crtm/2.2.6:1;jasper/1.900.1:1;png/1.2.44:1;z/1.2.11:1;post/8.0.1:1;esmf/8.0.0:1;cmake/3.9.0:1;fv3:1";' export '__LMOD_REF_COUNT_LOADEDMODULES;' 'LOADEDMODULES="contrib:sutils/default:intel/18.0.5.274:impi/2018.0.4:netcdf/4.7.0:bacio/2.0.3:ip/3.0.2:nemsio/2.2.4:sp/2.0.3:w3emc/2.3.1:w3nco/2.0.7:g2/3.1.1:g2tmpl/1.6.0:crtm/2.2.6:jasper/1.900.1:png/1.2.44:z/1.2.11:post/8.0.1:esmf/8.0.0:cmake/3.9.0:fv3";' export 'LOADEDMODULES;' '__LMOD_REF_COUNT_MANPATH="/apps/netcdf/4.7.0/intel/18.0.5.274/share/man:1;/apps/intel/compilers_and_libraries_2018/linux/mpi/man:1;/apps/intel/parallel_studio_xe_2018.4.057/man/common:1;/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/man:1;/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/man:1;/apps/lmod/lmod/share/man:1;/apps/local/man:1;/apps/slurm/default/share/man:1;/apps/slurm/tools/sbank/share/man:1";' export '__LMOD_REF_COUNT_MANPATH;' 'MANPATH="/apps/netcdf/4.7.0/intel/18.0.5.274/share/man:/apps/intel/compilers_and_libraries_2018/linux/mpi/man:/apps/intel/parallel_studio_xe_2018.4.057/man/common:/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/man:/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/man:/apps/lmod/lmod/share/man::/apps/local/man:/apps/slurm/default/share/man:/apps/slurm/tools/sbank/share/man";' export 'MANPATH;' '__LMOD_REF_COUNT_MODULEPATH="/contrib/modulefiles:3;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:2;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1;/apps/modules/modulefamilies/intel:1;/apps/modules/modulefamilies/intel_impi:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles:1";' export '__LMOD_REF_COUNT_MODULEPATH;' 'MODULEPATH="/contrib/modulefiles:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles:/apps/modules/modulefamilies/intel:/apps/modules/modulefamilies/intel_impi:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles";' export 'MODULEPATH;' 'MPM_LAUNCHER="/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/mpm/mic/bin/start_mpm.sh";' export 'MPM_LAUNCHER;' 'NCEPLIBS="/scratch2/NCEPDEV/nwprod/NCEPLIBS";' export 'NCEPLIBS;' 'NEMSIO_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/nemsio_v2.2.4";' export 'NEMSIO_INC;' 'NEMSIO_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libnemsio_v2.2.4.a";' export 'NEMSIO_LIB;' 'NEMSIO_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/nemsio_v2.2.4";' export 'NEMSIO_SRC;' 'NEMSIO_VER="v2.2.4";' export 'NEMSIO_VER;' 'NETCDF="/apps/netcdf/4.7.0/intel/18.0.5.274";' export 'NETCDF;' '__LMOD_REF_COUNT_NLSPATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64/locale/%l_%t/%N:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin/locale/%l_%t/%N:1;/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/intel64/share/locale/%l_%t/%N:1";' export '__LMOD_REF_COUNT_NLSPATH;' 'NLSPATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64/locale/%l_%t/%N:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin/locale/%l_%t/%N:/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/intel64/share/locale/%l_%t/%N";' export 'NLSPATH;' '__LMOD_REF_COUNT_PATH="/contrib/cmake/3.9.0/bin:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/bin:1;/apps/netcdf/4.7.0/intel/18.0.5.274/bin:1;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/bin/intel64:1;/contrib/sutils/bin:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:1;/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/opt/ibutils/bin:1;/apps/local/bin:1;/apps/local/sbin:1;/apps/slurm/default/tools:1;/apps/slurm/default/bin:1;/apps/slurm/default/sbin:1;/apps/slurm/tools/sbank/bin:1;/home/Dusan.Jovic/bin:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/dbrowse:1";' export '__LMOD_REF_COUNT_PATH;' 'PATH="/contrib/cmake/3.9.0/bin:/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/bin:/apps/netcdf/4.7.0/intel/18.0.5.274/bin:/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/bin/intel64:/contrib/sutils/bin:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/opt/ibutils/bin:/apps/local/bin:/apps/local/sbin:/apps/slurm/default/tools:/apps/slurm/default/bin:/apps/slurm/default/sbin:/apps/slurm/tools/sbank/bin:/home/Dusan.Jovic/bin:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/dbrowse";' export 'PATH;' '__LMOD_REF_COUNT_PKG_CONFIG_PATH="/apps/intel/compilers_and_libraries_2018/linux/mkl/bin/pkgconfig:1";' export '__LMOD_REF_COUNT_PKG_CONFIG_PATH;' 'PKG_CONFIG_PATH="/apps/intel/compilers_and_libraries_2018/linux/mkl/bin/pkgconfig";' export 'PKG_CONFIG_PATH;' 'PNG_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/png_v1.2.44";' export 'PNG_INC;' 'PNG_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libpng_v1.2.44.a";' export 'PNG_LIB;' 'PNG_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/thirdParty";' export 'PNG_SRC;' 'PNG_VER="v1.2.44";' export 'PNG_VER;' 'POST_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ncep_post_v8.0.1_4";' export 'POST_INC;' 'POST_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libncep_post_v8.0.1_4.a";' export 'POST_LIB;' 'POST_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/post_v8.0.1";' export 'POST_SRC;' 'POST_VER="v8.0.1";' export 'POST_VER;' 'SLURM_UTILS_PATH="/contrib/sutils/bin";' export 'SLURM_UTILS_PATH;' 'SP_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_4.a";' export 'SP_LIB4;' 'SP_LIB8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_8.a";' export 'SP_LIB8;' 'SP_LIBd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_d.a";' export 'SP_LIBd;' 'SP_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/sp_v2.0.3";' export 'SP_SRC;' 'SP_VER="v2.0.3";' export 'SP_VER;' 'W3EMC_INC4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/w3emc_v2.3.1_4";' export 'W3EMC_INC4;' 'W3EMC_INC8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/w3emc_v2.3.1_8";' export 'W3EMC_INC8;' 'W3EMC_INCd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/w3emc_v2.3.1_d";' export 'W3EMC_INCd;' 'W3EMC_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_4.a";' export 'W3EMC_LIB4;' 'W3EMC_LIB8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_8.a";' export 'W3EMC_LIB8;' 'W3EMC_LIBd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_d.a";' export 'W3EMC_LIBd;' 'W3EMC_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/w3emc_v2.3.1";' export 'W3EMC_SRC;' 'W3EMC_VER="v2.3.1";' export 'W3EMC_VER;' 'W3NCO_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_4.a";' export 'W3NCO_LIB4;' 'W3NCO_LIB8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_8.a";' export 'W3NCO_LIB8;' 'W3NCO_LIBd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_d.a";' export 'W3NCO_LIBd;' 'W3NCO_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/w3nco_v2.0.7";' export 'W3NCO_SRC;' 'W3NCO_VER="v2.0.7";' export 'W3NCO_VER;' 'Z_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/z_v1.2.11";' export 'Z_INC;' 'Z_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libz_v1.2.11.a";' export 'Z_LIB;' 'Z_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/thirdParty";' export 'Z_SRC;' 'Z_VER="v1.2.11";' export 'Z_VER;' '__LMOD_REF_COUNT__LMFILES_="/apps/modules/modulefiles/contrib:1;/contrib/modulefiles/sutils/default:1;/apps/modules/modulefiles/intel/18.0.5.274:1;/apps/modules/modulefamilies/intel/impi/2018.0.4:1;/apps/modules/modulefamilies/intel/netcdf/4.7.0:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/bacio/2.0.3:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/ip/3.0.2:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/nemsio/2.2.4:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/sp/2.0.3:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3emc/2.3.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3nco/2.0.7:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2/3.1.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2tmpl/1.6.0:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/crtm/2.2.6:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/jasper/1.900.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/png/1.2.44:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/z/1.2.11:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/post/8.0.1:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles/esmf/8.0.0:1;/contrib/modulefiles/cmake/3.9.0:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel/fv3:1";' export '__LMOD_REF_COUNT__LMFILES_;' '_LMFILES_="/apps/modules/modulefiles/contrib:/contrib/modulefiles/sutils/default:/apps/modules/modulefiles/intel/18.0.5.274:/apps/modules/modulefamilies/intel/impi/2018.0.4:/apps/modules/modulefamilies/intel/netcdf/4.7.0:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/bacio/2.0.3:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/ip/3.0.2:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/nemsio/2.2.4:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/sp/2.0.3:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3emc/2.3.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3nco/2.0.7:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2/3.1.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2tmpl/1.6.0:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/crtm/2.2.6:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/jasper/1.900.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/png/1.2.44:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/z/1.2.11:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/post/8.0.1:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles/esmf/8.0.0:/contrib/modulefiles/cmake/3.9.0:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel/fv3";' export '_LMFILES_;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJpbXBpIix9LG1UPXtiYWNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvYmFjaW8vMi4wLjMiLFsiZnVsbE5hbWUiXT0iYmFjaW8vMi4wLjMiLFsibG9hZE9yZGVyIl09Nixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJiYWNpby8yLjAuMyIsfSxjbWFrZT17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9jbWFrZS8zLjkuMCIsWyJmdWxs";' export '_ModuleTable001_;' '_ModuleTable002_="TmFtZSJdPSJjbWFrZS8zLjkuMCIsWyJsb2FkT3JkZXIiXT0yMCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjbWFrZS8zLjkuMCIsfSxjb250cmliPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvY29udHJpYiIsWyJmdWxsTmFtZSJdPSJjb250cmliIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY29udHJpYiIsfSxjcnRtPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9jcnRtLzIuMi42IixbImZ1bGxOYW1lIl09ImNydG0vMi4yLjYiLFsibG9hZE9yZGVy";' export '_ModuleTable002_;' '_ModuleTable003_="Il09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL2Z2My1jYW0vRHVzYW4uSm92aWMvdWZzL3ByMTgvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvaGVyYS5pbnRlbC9mdjMiLFsi";' export '_ModuleTable003_;' '_ModuleTable004_="ZnVsbE5hbWUiXT0iZnYzIixbImxvYWRPcmRlciJdPTIxLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTAsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImZ2MyIsfSxnMj17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzIvMy4xLjEiLFsiZnVsbE5hbWUiXT0iZzIvMy4xLjEiLFsibG9hZE9yZGVyIl09MTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZzIvMy4xLjEiLH0sZzJ0bXBsPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9nMnRtcGwvMS42LjAiLFsiZnVsbE5hbWUiXT0iZzJ0bXBsLzEuNi4w";' export '_ModuleTable004_;' '_ModuleTable005_="IixbImxvYWRPcmRlciJdPTEzLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcydG1wbC8xLjYuMCIsfSxpbXBpPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwvaW1waS8yMDE4LjAuNCIsWyJmdWxsTmFtZSJdPSJpbXBpLzIwMTguMC40IixbImxvYWRPcmRlciJdPTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW1waS8yMDE4LjAuNCIsfSxpbnRlbD17WyJmbiJdPSIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL2ludGVsLzE4LjAuNS4yNzQiLFsiZnVsbE5hbWUiXT0iaW50ZWwvMTguMC41LjI3NCIsWyJsb2FkT3JkZXIi";' export '_ModuleTable005_;' '_ModuleTable006_="XT0zLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImludGVsLzE4LjAuNS4yNzQiLH0saXA9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2lwLzMuMC4yIixbImZ1bGxOYW1lIl09ImlwLzMuMC4yIixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaXAvMy4wLjIiLH0samFzcGVyPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9qYXNwZXIvMS45MDAuMSIsWyJmdWxsTmFtZSJdPSJqYXNwZXIvMS45MDAuMSIsWyJsb2FkT3JkZXIi";' export '_ModuleTable006_;' '_ModuleTable007_="XT0xNSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJqYXNwZXIvMS45MDAuMSIsfSxuZW1zaW89e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL25lbXNpby8yLjIuNCIsWyJmdWxsTmFtZSJdPSJuZW1zaW8vMi4yLjQiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZW1zaW8vMi4yLjQiLH0sbmV0Y2RmPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwvbmV0Y2RmLzQuNy4wIixbImZ1bGxOYW1lIl09Im5ldGNkZi80LjcuMCIsWyJsb2FkT3JkZXIi";' export '_ModuleTable007_;' '_ModuleTable008_="XT01LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5ldGNkZi80LjcuMCIsfSxwbmc9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3BuZy8xLjIuNDQiLFsiZnVsbE5hbWUiXT0icG5nLzEuMi40NCIsWyJsb2FkT3JkZXIiXT0xNixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJwbmcvMS4yLjQ0Iix9LHBvc3Q9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3Bvc3QvOC4wLjEiLFsiZnVsbE5hbWUiXT0icG9zdC84LjAuMSIsWyJsb2FkT3JkZXIiXT0xOCxw";' export '_ModuleTable008_;' '_ModuleTable009_="cm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJwb3N0LzguMC4xIix9LHNwPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9zcC8yLjAuMyIsWyJmdWxsTmFtZSJdPSJzcC8yLjAuMyIsWyJsb2FkT3JkZXIiXT05LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InNwLzIuMC4zIix9LHN1dGlscz17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9zdXRpbHMvZGVmYXVsdCIsWyJmdWxsTmFtZSJdPSJzdXRpbHMvZGVmYXVsdCIsWyJsb2FkT3JkZXIiXT0yLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0";' export '_ModuleTable009_;' '_ModuleTable010_="dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InN1dGlscyIsfSx3M2VtYz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNlbWMvMi4zLjEiLFsiZnVsbE5hbWUiXT0idzNlbWMvMi4zLjEiLFsibG9hZE9yZGVyIl09MTAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNlbWMvMi4zLjEiLH0sdzNuY289e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czbmNvLzIuMC43IixbImZ1bGxOYW1lIl09InczbmNvLzIuMC43IixbImxvYWRPcmRlciJdPTExLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMi";' export '_ModuleTable010_;' '_ModuleTable011_="XT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHo9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3ovMS4yLjExIixbImZ1bGxOYW1lIl09InovMS4yLjExIixbImxvYWRPcmRlciJdPTE3LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InovMS4yLjExIix9LH0sbXBhdGhBPXsiL2NvbnRyaWIvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDIvTkNFUERFVi9mdjMtY2FtL0R1c2FuLkpvdmljL3Vmcy9wcjE4L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL2hlcmEuaW50ZWwiLCIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi9hcHBz";' export '_ModuleTable011_;' '_ModuleTable012_="L21vZHVsZXMvbW9kdWxlZmlsZXMvTGludXgiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L2NyYXlwZS9kZWZhdWx0L21vZHVsZWZpbGVzIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbCIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWxfaW1waSIsIi9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcyIsIi9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmU6L2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9M";' export '_ModuleTable012_;' '_ModuleTable013_="aW51eDovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzOi9vcHQvY3JheS9tb2R1bGVmaWxlczovb3B0L2NyYXkvY3JheXBlL2RlZmF1bHQvbW9kdWxlZmlsZXMiLH0=";' export '_ModuleTable013_;' '_ModuleTable_Sz_="13";' export '_ModuleTable_Sz_;' -++ BACIO_LIB4=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libbacio_v2.0.3_4.a -++ export BACIO_LIB4 -++ BACIO_LIB8=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libbacio_v2.0.3_8.a -++ export BACIO_LIB8 -++ BACIO_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/bacio_v2.0.3 -++ export BACIO_SRC -++ BACIO_VER=v2.0.3 -++ export BACIO_VER -++ __LMOD_REF_COUNT_CLASSPATH='/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/mpi.jar:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/daal.jar:1' -++ export __LMOD_REF_COUNT_CLASSPATH -++ CLASSPATH=/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/mpi.jar:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/daal.jar -++ export CLASSPATH -++ CMAKE_CXX_COMPILER=mpiicpc -++ export CMAKE_CXX_COMPILER -++ CMAKE_C_COMPILER=mpiicc -++ export CMAKE_C_COMPILER -++ CMAKE_Fortran_COMPILER=mpiifort -++ export CMAKE_Fortran_COMPILER -++ CMAKE_Platform=hera.intel -++ export CMAKE_Platform -++ COMP=intel -++ export COMP -++ __LMOD_REF_COUNT_CPATH='/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/include:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/include:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/pstl/include:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/include:2;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/include:1' -++ export __LMOD_REF_COUNT_CPATH -++ CPATH=/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/include:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/include:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/pstl/include:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/include:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/include -++ export CPATH -++ CRTM_FIX=/scratch2/NCEPDEV/nwprod/NCEPLIBS/fix/crtm_v2.2.6 -++ export CRTM_FIX -++ CRTM_INC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/crtm_v2.2.6 -++ export CRTM_INC -++ CRTM_LIB=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libcrtm_v2.2.6.a -++ export CRTM_LIB -++ CRTM_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/crtm_v2.2.6 -++ export CRTM_SRC -++ CRTM_VER=v2.2.6 -++ export CRTM_VER -++ ESMFMKFILE=/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/lib/esmf.mk -++ export ESMFMKFILE -++ G2TMPL_INC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/g2tmpl_v1.6.0 -++ export G2TMPL_INC -++ G2TMPL_LIB=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2tmpl_v1.6.0.a -++ export G2TMPL_LIB -++ G2TMPL_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/g2tmpl_v1.6.0/src -++ export G2TMPL_SRC -++ G2TMPL_VER=v1.6.0 -++ export G2TMPL_VER -++ G2_INC4=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/g2_v3.1.1_4 -++ export G2_INC4 -++ G2_INCd=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/g2_v3.1.1_d -++ export G2_INCd -++ G2_LIB4=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2_v3.1.1_4.a -++ export G2_LIB4 -++ G2_LIBd=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2_v3.1.1_d.a -++ export G2_LIBd -++ G2_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/g2_v3.1.1 -++ export G2_SRC -++ G2_VER=v3.1.1 -++ export G2_VER -++ GDBSERVER_MIC=/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/targets/intel64/x200/bin/gdbserver -++ export GDBSERVER_MIC -++ GDB_CROSS=/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/intel64/bin/gdb-ia -++ export GDB_CROSS -++ __LMOD_REF_COUNT_INFOPATH='/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/info:1;/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/info:1' -++ export __LMOD_REF_COUNT_INFOPATH -++ INFOPATH=/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/info:/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/info -++ export INFOPATH -++ __LMOD_REF_COUNT_INTEL_LICENSE_FILE='/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/licenses:1;/apps/intel/licenses:1' -++ export __LMOD_REF_COUNT_INTEL_LICENSE_FILE -++ INTEL_LICENSE_FILE=/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/licenses:/apps/intel/licenses -++ export INTEL_LICENSE_FILE -++ INTEL_PYTHONHOME=/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/python/intel64/ -++ export INTEL_PYTHONHOME -++ IPATH_NO_BACKTRACE=1 -++ export IPATH_NO_BACKTRACE -++ IP_INC4=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ip_v3.0.2_4 -++ export IP_INC4 -++ IP_INC8=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ip_v3.0.2_8 -++ export IP_INC8 -++ IP_INCd=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ip_v3.0.2_d -++ export IP_INCd -++ IP_LIB4=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libip_v3.0.2_4.a -++ export IP_LIB4 -++ IP_LIB8=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libip_v3.0.2_8.a -++ export IP_LIB8 -++ IP_LIBd=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libip_v3.0.2_d.a -++ export IP_LIBd -++ IP_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/ip_v3.0.2 -++ export IP_SRC -++ IP_VER=v3.0.2 -++ export IP_VER -++ I_MPI_CC=icc -++ export I_MPI_CC -++ I_MPI_F90=ifort -++ export I_MPI_F90 -++ I_MPI_HYDRA_BRANCH_COUNT=128 -++ export I_MPI_HYDRA_BRANCH_COUNT -++ I_MPI_HYDRA_PMI_CONNECT=alltoall -++ export I_MPI_HYDRA_PMI_CONNECT -++ I_MPI_ROOT=/apps/intel/compilers_and_libraries_2018/linux/mpi -++ export I_MPI_ROOT -++ I_MPI_TMI_PROVIDER=psm -++ export I_MPI_TMI_PROVIDER -++ JASPER_INC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/include/jasper_v1.900.1 -++ export JASPER_INC -++ JASPER_LIB=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/lib/libjasper_v1.900.1.a -++ export JASPER_LIB -++ JASPER_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/thirdParty -++ export JASPER_SRC -++ JASPER_VER=v1.900.1 -++ export JASPER_VER -++ __LMOD_REF_COUNT_LD_LIBRARY_PATH='/apps/netcdf/4.7.0/intel/18.0.5.274/lib:1;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib:1;/apps/slurm/default/lib:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/lib/intel64:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:2;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:2;/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/libipt/intel64/lib:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4:1' -++ export __LMOD_REF_COUNT_LD_LIBRARY_PATH -++ LD_LIBRARY_PATH=/apps/netcdf/4.7.0/intel/18.0.5.274/lib:/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib::/apps/slurm/default/lib:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/lib/intel64:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/libipt/intel64/lib:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4 -++ export LD_LIBRARY_PATH -++ __LMOD_REF_COUNT_LIBRARY_PATH='/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:2;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4:1' -++ export __LMOD_REF_COUNT_LIBRARY_PATH -++ LIBRARY_PATH=/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4 -++ export LIBRARY_PATH -++ LIB_NAME=POST -++ export LIB_NAME -++ LMOD_FAMILY_COMPILER=intel -++ export LMOD_FAMILY_COMPILER -++ LMOD_FAMILY_COMPILER_VERSION=18.0.5.274 -++ export LMOD_FAMILY_COMPILER_VERSION -++ LMOD_FAMILY_MPI=impi -++ export LMOD_FAMILY_MPI -++ LMOD_FAMILY_MPI_VERSION=2018.0.4 -++ export LMOD_FAMILY_MPI_VERSION -++ __LMOD_REF_COUNT_LOADEDMODULES='contrib:1;sutils/default:1;intel/18.0.5.274:1;impi/2018.0.4:1;netcdf/4.7.0:1;bacio/2.0.3:1;ip/3.0.2:1;nemsio/2.2.4:1;sp/2.0.3:1;w3emc/2.3.1:1;w3nco/2.0.7:1;g2/3.1.1:1;g2tmpl/1.6.0:1;crtm/2.2.6:1;jasper/1.900.1:1;png/1.2.44:1;z/1.2.11:1;post/8.0.1:1;esmf/8.0.0:1;cmake/3.9.0:1;fv3:1' -++ export __LMOD_REF_COUNT_LOADEDMODULES -++ LOADEDMODULES=contrib:sutils/default:intel/18.0.5.274:impi/2018.0.4:netcdf/4.7.0:bacio/2.0.3:ip/3.0.2:nemsio/2.2.4:sp/2.0.3:w3emc/2.3.1:w3nco/2.0.7:g2/3.1.1:g2tmpl/1.6.0:crtm/2.2.6:jasper/1.900.1:png/1.2.44:z/1.2.11:post/8.0.1:esmf/8.0.0:cmake/3.9.0:fv3 -++ export LOADEDMODULES -++ __LMOD_REF_COUNT_MANPATH='/apps/netcdf/4.7.0/intel/18.0.5.274/share/man:1;/apps/intel/compilers_and_libraries_2018/linux/mpi/man:1;/apps/intel/parallel_studio_xe_2018.4.057/man/common:1;/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/man:1;/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/man:1;/apps/lmod/lmod/share/man:1;/apps/local/man:1;/apps/slurm/default/share/man:1;/apps/slurm/tools/sbank/share/man:1' -++ export __LMOD_REF_COUNT_MANPATH -++ MANPATH=/apps/netcdf/4.7.0/intel/18.0.5.274/share/man:/apps/intel/compilers_and_libraries_2018/linux/mpi/man:/apps/intel/parallel_studio_xe_2018.4.057/man/common:/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/man:/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/man:/apps/lmod/lmod/share/man::/apps/local/man:/apps/slurm/default/share/man:/apps/slurm/tools/sbank/share/man -++ export MANPATH -++ __LMOD_REF_COUNT_MODULEPATH='/contrib/modulefiles:3;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:2;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1;/apps/modules/modulefamilies/intel:1;/apps/modules/modulefamilies/intel_impi:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles:1' -++ export __LMOD_REF_COUNT_MODULEPATH -++ MODULEPATH=/contrib/modulefiles:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles:/apps/modules/modulefamilies/intel:/apps/modules/modulefamilies/intel_impi:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles -++ export MODULEPATH -++ MPM_LAUNCHER=/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/mpm/mic/bin/start_mpm.sh -++ export MPM_LAUNCHER -++ NCEPLIBS=/scratch2/NCEPDEV/nwprod/NCEPLIBS -++ export NCEPLIBS -++ NEMSIO_INC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/nemsio_v2.2.4 -++ export NEMSIO_INC -++ NEMSIO_LIB=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libnemsio_v2.2.4.a -++ export NEMSIO_LIB -++ NEMSIO_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/nemsio_v2.2.4 -++ export NEMSIO_SRC -++ NEMSIO_VER=v2.2.4 -++ export NEMSIO_VER -++ NETCDF=/apps/netcdf/4.7.0/intel/18.0.5.274 -++ export NETCDF -++ __LMOD_REF_COUNT_NLSPATH='/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64/locale/%l_%t/%N:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin/locale/%l_%t/%N:1;/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/intel64/share/locale/%l_%t/%N:1' -++ export __LMOD_REF_COUNT_NLSPATH -++ NLSPATH=/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64/locale/%l_%t/%N:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin/locale/%l_%t/%N:/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/intel64/share/locale/%l_%t/%N -++ export NLSPATH -++ __LMOD_REF_COUNT_PATH='/contrib/cmake/3.9.0/bin:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/bin:1;/apps/netcdf/4.7.0/intel/18.0.5.274/bin:1;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/bin/intel64:1;/contrib/sutils/bin:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:1;/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/opt/ibutils/bin:1;/apps/local/bin:1;/apps/local/sbin:1;/apps/slurm/default/tools:1;/apps/slurm/default/bin:1;/apps/slurm/default/sbin:1;/apps/slurm/tools/sbank/bin:1;/home/Dusan.Jovic/bin:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/dbrowse:1' -++ export __LMOD_REF_COUNT_PATH -++ PATH=/contrib/cmake/3.9.0/bin:/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/bin:/apps/netcdf/4.7.0/intel/18.0.5.274/bin:/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/bin/intel64:/contrib/sutils/bin:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/opt/ibutils/bin:/apps/local/bin:/apps/local/sbin:/apps/slurm/default/tools:/apps/slurm/default/bin:/apps/slurm/default/sbin:/apps/slurm/tools/sbank/bin:/home/Dusan.Jovic/bin:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/dbrowse -++ export PATH -++ __LMOD_REF_COUNT_PKG_CONFIG_PATH=/apps/intel/compilers_and_libraries_2018/linux/mkl/bin/pkgconfig:1 -++ export __LMOD_REF_COUNT_PKG_CONFIG_PATH -++ PKG_CONFIG_PATH=/apps/intel/compilers_and_libraries_2018/linux/mkl/bin/pkgconfig -++ export PKG_CONFIG_PATH -++ PNG_INC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/png_v1.2.44 -++ export PNG_INC -++ PNG_LIB=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libpng_v1.2.44.a -++ export PNG_LIB -++ PNG_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/thirdParty -++ export PNG_SRC -++ PNG_VER=v1.2.44 -++ export PNG_VER -++ POST_INC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ncep_post_v8.0.1_4 -++ export POST_INC -++ POST_LIB=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libncep_post_v8.0.1_4.a -++ export POST_LIB -++ POST_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/post_v8.0.1 -++ export POST_SRC -++ POST_VER=v8.0.1 -++ export POST_VER -++ SLURM_UTILS_PATH=/contrib/sutils/bin -++ export SLURM_UTILS_PATH -++ SP_LIB4=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_4.a -++ export SP_LIB4 -++ SP_LIB8=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_8.a -++ export SP_LIB8 -++ SP_LIBd=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_d.a -++ export SP_LIBd -++ SP_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/sp_v2.0.3 -++ export SP_SRC -++ SP_VER=v2.0.3 -++ export SP_VER -++ W3EMC_INC4=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/w3emc_v2.3.1_4 -++ export W3EMC_INC4 -++ W3EMC_INC8=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/w3emc_v2.3.1_8 -++ export W3EMC_INC8 -++ W3EMC_INCd=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/w3emc_v2.3.1_d -++ export W3EMC_INCd -++ W3EMC_LIB4=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_4.a -++ export W3EMC_LIB4 -++ W3EMC_LIB8=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_8.a -++ export W3EMC_LIB8 -++ W3EMC_LIBd=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_d.a -++ export W3EMC_LIBd -++ W3EMC_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/w3emc_v2.3.1 -++ export W3EMC_SRC -++ W3EMC_VER=v2.3.1 -++ export W3EMC_VER -++ W3NCO_LIB4=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_4.a -++ export W3NCO_LIB4 -++ W3NCO_LIB8=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_8.a -++ export W3NCO_LIB8 -++ W3NCO_LIBd=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_d.a -++ export W3NCO_LIBd -++ W3NCO_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/w3nco_v2.0.7 -++ export W3NCO_SRC -++ W3NCO_VER=v2.0.7 -++ export W3NCO_VER -++ Z_INC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/z_v1.2.11 -++ export Z_INC -++ Z_LIB=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libz_v1.2.11.a -++ export Z_LIB -++ Z_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/thirdParty -++ export Z_SRC -++ Z_VER=v1.2.11 -++ export Z_VER -++ __LMOD_REF_COUNT__LMFILES_='/apps/modules/modulefiles/contrib:1;/contrib/modulefiles/sutils/default:1;/apps/modules/modulefiles/intel/18.0.5.274:1;/apps/modules/modulefamilies/intel/impi/2018.0.4:1;/apps/modules/modulefamilies/intel/netcdf/4.7.0:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/bacio/2.0.3:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/ip/3.0.2:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/nemsio/2.2.4:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/sp/2.0.3:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3emc/2.3.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3nco/2.0.7:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2/3.1.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2tmpl/1.6.0:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/crtm/2.2.6:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/jasper/1.900.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/png/1.2.44:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/z/1.2.11:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/post/8.0.1:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles/esmf/8.0.0:1;/contrib/modulefiles/cmake/3.9.0:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel/fv3:1' -++ export __LMOD_REF_COUNT__LMFILES_ -++ _LMFILES_=/apps/modules/modulefiles/contrib:/contrib/modulefiles/sutils/default:/apps/modules/modulefiles/intel/18.0.5.274:/apps/modules/modulefamilies/intel/impi/2018.0.4:/apps/modules/modulefamilies/intel/netcdf/4.7.0:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/bacio/2.0.3:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/ip/3.0.2:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/nemsio/2.2.4:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/sp/2.0.3:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3emc/2.3.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3nco/2.0.7:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2/3.1.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2tmpl/1.6.0:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/crtm/2.2.6:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/jasper/1.900.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/png/1.2.44:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/z/1.2.11:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/post/8.0.1:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles/esmf/8.0.0:/contrib/modulefiles/cmake/3.9.0:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel/fv3 -++ export _LMFILES_ -++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJpbXBpIix9LG1UPXtiYWNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvYmFjaW8vMi4wLjMiLFsiZnVsbE5hbWUiXT0iYmFjaW8vMi4wLjMiLFsibG9hZE9yZGVyIl09Nixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJiYWNpby8yLjAuMyIsfSxjbWFrZT17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9jbWFrZS8zLjkuMCIsWyJmdWxs -++ export _ModuleTable001_ -++ _ModuleTable002_=TmFtZSJdPSJjbWFrZS8zLjkuMCIsWyJsb2FkT3JkZXIiXT0yMCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjbWFrZS8zLjkuMCIsfSxjb250cmliPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvY29udHJpYiIsWyJmdWxsTmFtZSJdPSJjb250cmliIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY29udHJpYiIsfSxjcnRtPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9jcnRtLzIuMi42IixbImZ1bGxOYW1lIl09ImNydG0vMi4yLjYiLFsibG9hZE9yZGVy -++ export _ModuleTable002_ -++ _ModuleTable003_=Il09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL2Z2My1jYW0vRHVzYW4uSm92aWMvdWZzL3ByMTgvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvaGVyYS5pbnRlbC9mdjMiLFsi -++ export _ModuleTable003_ -++ _ModuleTable004_=ZnVsbE5hbWUiXT0iZnYzIixbImxvYWRPcmRlciJdPTIxLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTAsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImZ2MyIsfSxnMj17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzIvMy4xLjEiLFsiZnVsbE5hbWUiXT0iZzIvMy4xLjEiLFsibG9hZE9yZGVyIl09MTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZzIvMy4xLjEiLH0sZzJ0bXBsPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9nMnRtcGwvMS42LjAiLFsiZnVsbE5hbWUiXT0iZzJ0bXBsLzEuNi4w -++ export _ModuleTable004_ -++ _ModuleTable005_=IixbImxvYWRPcmRlciJdPTEzLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcydG1wbC8xLjYuMCIsfSxpbXBpPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwvaW1waS8yMDE4LjAuNCIsWyJmdWxsTmFtZSJdPSJpbXBpLzIwMTguMC40IixbImxvYWRPcmRlciJdPTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW1waS8yMDE4LjAuNCIsfSxpbnRlbD17WyJmbiJdPSIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL2ludGVsLzE4LjAuNS4yNzQiLFsiZnVsbE5hbWUiXT0iaW50ZWwvMTguMC41LjI3NCIsWyJsb2FkT3JkZXIi -++ export _ModuleTable005_ -++ _ModuleTable006_=XT0zLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImludGVsLzE4LjAuNS4yNzQiLH0saXA9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2lwLzMuMC4yIixbImZ1bGxOYW1lIl09ImlwLzMuMC4yIixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaXAvMy4wLjIiLH0samFzcGVyPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9qYXNwZXIvMS45MDAuMSIsWyJmdWxsTmFtZSJdPSJqYXNwZXIvMS45MDAuMSIsWyJsb2FkT3JkZXIi -++ export _ModuleTable006_ -++ _ModuleTable007_=XT0xNSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJqYXNwZXIvMS45MDAuMSIsfSxuZW1zaW89e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL25lbXNpby8yLjIuNCIsWyJmdWxsTmFtZSJdPSJuZW1zaW8vMi4yLjQiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZW1zaW8vMi4yLjQiLH0sbmV0Y2RmPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwvbmV0Y2RmLzQuNy4wIixbImZ1bGxOYW1lIl09Im5ldGNkZi80LjcuMCIsWyJsb2FkT3JkZXIi -++ export _ModuleTable007_ -++ _ModuleTable008_=XT01LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5ldGNkZi80LjcuMCIsfSxwbmc9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3BuZy8xLjIuNDQiLFsiZnVsbE5hbWUiXT0icG5nLzEuMi40NCIsWyJsb2FkT3JkZXIiXT0xNixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJwbmcvMS4yLjQ0Iix9LHBvc3Q9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3Bvc3QvOC4wLjEiLFsiZnVsbE5hbWUiXT0icG9zdC84LjAuMSIsWyJsb2FkT3JkZXIiXT0xOCxw -++ export _ModuleTable008_ -++ _ModuleTable009_=cm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJwb3N0LzguMC4xIix9LHNwPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9zcC8yLjAuMyIsWyJmdWxsTmFtZSJdPSJzcC8yLjAuMyIsWyJsb2FkT3JkZXIiXT05LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InNwLzIuMC4zIix9LHN1dGlscz17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9zdXRpbHMvZGVmYXVsdCIsWyJmdWxsTmFtZSJdPSJzdXRpbHMvZGVmYXVsdCIsWyJsb2FkT3JkZXIiXT0yLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0 -++ export _ModuleTable009_ -++ _ModuleTable010_=dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InN1dGlscyIsfSx3M2VtYz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNlbWMvMi4zLjEiLFsiZnVsbE5hbWUiXT0idzNlbWMvMi4zLjEiLFsibG9hZE9yZGVyIl09MTAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNlbWMvMi4zLjEiLH0sdzNuY289e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czbmNvLzIuMC43IixbImZ1bGxOYW1lIl09InczbmNvLzIuMC43IixbImxvYWRPcmRlciJdPTExLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMi -++ export _ModuleTable010_ -++ _ModuleTable011_=XT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHo9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3ovMS4yLjExIixbImZ1bGxOYW1lIl09InovMS4yLjExIixbImxvYWRPcmRlciJdPTE3LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InovMS4yLjExIix9LH0sbXBhdGhBPXsiL2NvbnRyaWIvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDIvTkNFUERFVi9mdjMtY2FtL0R1c2FuLkpvdmljL3Vmcy9wcjE4L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL2hlcmEuaW50ZWwiLCIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi9hcHBz -++ export _ModuleTable011_ -++ _ModuleTable012_=L21vZHVsZXMvbW9kdWxlZmlsZXMvTGludXgiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L2NyYXlwZS9kZWZhdWx0L21vZHVsZWZpbGVzIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbCIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWxfaW1waSIsIi9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcyIsIi9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmU6L2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9M -++ export _ModuleTable012_ -++ _ModuleTable013_=aW51eDovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzOi9vcHQvY3JheS9tb2R1bGVmaWxlczovb3B0L2NyYXkvY3JheXBlL2RlZmF1bHQvbW9kdWxlZmlsZXMiLH0= -++ export _ModuleTable013_ -++ _ModuleTable_Sz_=13 -++ export _ModuleTable_Sz_ -++ : -s sh -+ eval -+ module list -++ /apps/lmod/7.7.18/libexec/lmod bash list -+ eval echo ''\'''\'';' echo ''\''Currently'\''' ''\''Loaded'\''' ''\''Modules:'\'';' echo ''\'''\''' ''\'''\''' ''\''1)'\''' ''\''contrib'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''7)'\''' ''\''ip/3.0.2'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''13)'\''' ''\''g2tmpl/1.6.0'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''19)'\''' ''\''esmf/8.0.0'\'';' echo ''\'''\''' ''\'''\''' ''\''2)'\''' ''\''sutils/default'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''8)'\''' ''\''nemsio/2.2.4'\''' ''\'''\''' ''\''14)'\''' ''\''crtm/2.2.6'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''20)'\''' ''\''cmake/3.9.0'\'';' echo ''\'''\''' ''\'''\''' ''\''3)'\''' ''\''intel/18.0.5.274'\''' ''\'''\''' ''\'''\''' ''\''9)'\''' ''\''sp/2.0.3'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''15)'\''' ''\''jasper/1.900.1'\''' ''\'''\''' ''\''21)'\''' ''\''fv3'\'';' echo ''\'''\''' ''\'''\''' ''\''4)'\''' ''\''impi/2018.0.4'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''10)'\''' ''\''w3emc/2.3.1'\''' ''\'''\''' ''\'''\''' ''\''16)'\''' ''\''png/1.2.44'\'';' echo ''\'''\''' ''\'''\''' ''\''5)'\''' ''\''netcdf/4.7.0'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''11)'\''' ''\''w3nco/2.0.7'\''' ''\'''\''' ''\'''\''' ''\''17)'\''' ''\''z/1.2.11'\'';' echo ''\'''\''' ''\'''\''' ''\''6)'\''' ''\''bacio/2.0.3'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''12)'\''' ''\''g2/3.1.1'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''18)'\''' ''\''post/8.0.1'\'';' echo ''\'''\'';' echo ''\'''\''' ''\'''\'';' echo ''\'''\'';' 'MODULEPATH="/contrib/modulefiles:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles:/apps/modules/modulefamilies/intel:/apps/modules/modulefamilies/intel_impi:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles";' export 'MODULEPATH;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJpbXBpIix9LG1UPXtiYWNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvYmFjaW8vMi4wLjMiLFsiZnVsbE5hbWUiXT0iYmFjaW8vMi4wLjMiLFsibG9hZE9yZGVyIl09Nixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJiYWNpby8yLjAuMyIsfSxjbWFrZT17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9jbWFrZS8zLjkuMCIsWyJmdWxs";' export '_ModuleTable001_;' '_ModuleTable002_="TmFtZSJdPSJjbWFrZS8zLjkuMCIsWyJsb2FkT3JkZXIiXT0yMCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjbWFrZS8zLjkuMCIsfSxjb250cmliPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvY29udHJpYiIsWyJmdWxsTmFtZSJdPSJjb250cmliIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY29udHJpYiIsfSxjcnRtPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9jcnRtLzIuMi42IixbImZ1bGxOYW1lIl09ImNydG0vMi4yLjYiLFsibG9hZE9yZGVy";' export '_ModuleTable002_;' '_ModuleTable003_="Il09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL2Z2My1jYW0vRHVzYW4uSm92aWMvdWZzL3ByMTgvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvaGVyYS5pbnRlbC9mdjMiLFsi";' export '_ModuleTable003_;' '_ModuleTable004_="ZnVsbE5hbWUiXT0iZnYzIixbImxvYWRPcmRlciJdPTIxLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTAsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImZ2MyIsfSxnMj17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzIvMy4xLjEiLFsiZnVsbE5hbWUiXT0iZzIvMy4xLjEiLFsibG9hZE9yZGVyIl09MTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZzIvMy4xLjEiLH0sZzJ0bXBsPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9nMnRtcGwvMS42LjAiLFsiZnVsbE5hbWUiXT0iZzJ0bXBsLzEuNi4w";' export '_ModuleTable004_;' '_ModuleTable005_="IixbImxvYWRPcmRlciJdPTEzLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcydG1wbC8xLjYuMCIsfSxpbXBpPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwvaW1waS8yMDE4LjAuNCIsWyJmdWxsTmFtZSJdPSJpbXBpLzIwMTguMC40IixbImxvYWRPcmRlciJdPTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW1waS8yMDE4LjAuNCIsfSxpbnRlbD17WyJmbiJdPSIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL2ludGVsLzE4LjAuNS4yNzQiLFsiZnVsbE5hbWUiXT0iaW50ZWwvMTguMC41LjI3NCIsWyJsb2FkT3JkZXIi";' export '_ModuleTable005_;' '_ModuleTable006_="XT0zLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImludGVsLzE4LjAuNS4yNzQiLH0saXA9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2lwLzMuMC4yIixbImZ1bGxOYW1lIl09ImlwLzMuMC4yIixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaXAvMy4wLjIiLH0samFzcGVyPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9qYXNwZXIvMS45MDAuMSIsWyJmdWxsTmFtZSJdPSJqYXNwZXIvMS45MDAuMSIsWyJsb2FkT3JkZXIi";' export '_ModuleTable006_;' '_ModuleTable007_="XT0xNSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJqYXNwZXIvMS45MDAuMSIsfSxuZW1zaW89e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL25lbXNpby8yLjIuNCIsWyJmdWxsTmFtZSJdPSJuZW1zaW8vMi4yLjQiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZW1zaW8vMi4yLjQiLH0sbmV0Y2RmPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwvbmV0Y2RmLzQuNy4wIixbImZ1bGxOYW1lIl09Im5ldGNkZi80LjcuMCIsWyJsb2FkT3JkZXIi";' export '_ModuleTable007_;' '_ModuleTable008_="XT01LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5ldGNkZi80LjcuMCIsfSxwbmc9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3BuZy8xLjIuNDQiLFsiZnVsbE5hbWUiXT0icG5nLzEuMi40NCIsWyJsb2FkT3JkZXIiXT0xNixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJwbmcvMS4yLjQ0Iix9LHBvc3Q9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3Bvc3QvOC4wLjEiLFsiZnVsbE5hbWUiXT0icG9zdC84LjAuMSIsWyJsb2FkT3JkZXIiXT0xOCxw";' export '_ModuleTable008_;' '_ModuleTable009_="cm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJwb3N0LzguMC4xIix9LHNwPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9zcC8yLjAuMyIsWyJmdWxsTmFtZSJdPSJzcC8yLjAuMyIsWyJsb2FkT3JkZXIiXT05LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InNwLzIuMC4zIix9LHN1dGlscz17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9zdXRpbHMvZGVmYXVsdCIsWyJmdWxsTmFtZSJdPSJzdXRpbHMvZGVmYXVsdCIsWyJsb2FkT3JkZXIiXT0yLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0";' export '_ModuleTable009_;' '_ModuleTable010_="dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InN1dGlscyIsfSx3M2VtYz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNlbWMvMi4zLjEiLFsiZnVsbE5hbWUiXT0idzNlbWMvMi4zLjEiLFsibG9hZE9yZGVyIl09MTAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNlbWMvMi4zLjEiLH0sdzNuY289e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czbmNvLzIuMC43IixbImZ1bGxOYW1lIl09InczbmNvLzIuMC43IixbImxvYWRPcmRlciJdPTExLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMi";' export '_ModuleTable010_;' '_ModuleTable011_="XT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHo9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3ovMS4yLjExIixbImZ1bGxOYW1lIl09InovMS4yLjExIixbImxvYWRPcmRlciJdPTE3LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InovMS4yLjExIix9LH0sbXBhdGhBPXsiL2NvbnRyaWIvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDIvTkNFUERFVi9mdjMtY2FtL0R1c2FuLkpvdmljL3Vmcy9wcjE4L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL2hlcmEuaW50ZWwiLCIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi9hcHBz";' export '_ModuleTable011_;' '_ModuleTable012_="L21vZHVsZXMvbW9kdWxlZmlsZXMvTGludXgiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L2NyYXlwZS9kZWZhdWx0L21vZHVsZWZpbGVzIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbCIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWxfaW1waSIsIi9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcyIsIi9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmU6L2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9M";' export '_ModuleTable012_;' '_ModuleTable013_="aW51eDovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzOi9vcHQvY3JheS9tb2R1bGVmaWxlczovb3B0L2NyYXkvY3JheXBlL2RlZmF1bHQvbW9kdWxlZmlsZXMiLH0=";' export '_ModuleTable013_;' '_ModuleTable_Sz_="13";' export '_ModuleTable_Sz_;' -++ echo '' - -++ echo Currently Loaded Modules: -Currently Loaded Modules: -++ echo '' '' '1)' contrib '' '' '' '' '' '' '' '' '' '' '' '7)' ip/3.0.2 '' '' '' '' '' '13)' g2tmpl/1.6.0 '' '' '' '19)' esmf/8.0.0 - 1) contrib 7) ip/3.0.2 13) g2tmpl/1.6.0 19) esmf/8.0.0 -++ echo '' '' '2)' sutils/default '' '' '' '' '8)' nemsio/2.2.4 '' '14)' crtm/2.2.6 '' '' '' '' '' '20)' cmake/3.9.0 - 2) sutils/default 8) nemsio/2.2.4 14) crtm/2.2.6 20) cmake/3.9.0 -++ echo '' '' '3)' intel/18.0.5.274 '' '' '9)' sp/2.0.3 '' '' '' '' '' '15)' jasper/1.900.1 '' '21)' fv3 - 3) intel/18.0.5.274 9) sp/2.0.3 15) jasper/1.900.1 21) fv3 -++ echo '' '' '4)' impi/2018.0.4 '' '' '' '' '10)' w3emc/2.3.1 '' '' '16)' png/1.2.44 - 4) impi/2018.0.4 10) w3emc/2.3.1 16) png/1.2.44 -++ echo '' '' '5)' netcdf/4.7.0 '' '' '' '' '' '11)' w3nco/2.0.7 '' '' '17)' z/1.2.11 - 5) netcdf/4.7.0 11) w3nco/2.0.7 17) z/1.2.11 -++ echo '' '' '6)' bacio/2.0.3 '' '' '' '' '' '' '12)' g2/3.1.1 '' '' '' '' '' '18)' post/8.0.1 - 6) bacio/2.0.3 12) g2/3.1.1 18) post/8.0.1 -++ echo '' - -++ echo '' '' - -++ echo '' - -++ MODULEPATH=/contrib/modulefiles:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles:/apps/modules/modulefamilies/intel:/apps/modules/modulefamilies/intel_impi:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles -++ export MODULEPATH -++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJpbXBpIix9LG1UPXtiYWNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvYmFjaW8vMi4wLjMiLFsiZnVsbE5hbWUiXT0iYmFjaW8vMi4wLjMiLFsibG9hZE9yZGVyIl09Nixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJiYWNpby8yLjAuMyIsfSxjbWFrZT17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9jbWFrZS8zLjkuMCIsWyJmdWxs -++ export _ModuleTable001_ -++ _ModuleTable002_=TmFtZSJdPSJjbWFrZS8zLjkuMCIsWyJsb2FkT3JkZXIiXT0yMCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjbWFrZS8zLjkuMCIsfSxjb250cmliPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvY29udHJpYiIsWyJmdWxsTmFtZSJdPSJjb250cmliIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY29udHJpYiIsfSxjcnRtPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9jcnRtLzIuMi42IixbImZ1bGxOYW1lIl09ImNydG0vMi4yLjYiLFsibG9hZE9yZGVy -++ export _ModuleTable002_ -++ _ModuleTable003_=Il09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL2Z2My1jYW0vRHVzYW4uSm92aWMvdWZzL3ByMTgvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvaGVyYS5pbnRlbC9mdjMiLFsi -++ export _ModuleTable003_ -++ _ModuleTable004_=ZnVsbE5hbWUiXT0iZnYzIixbImxvYWRPcmRlciJdPTIxLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTAsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImZ2MyIsfSxnMj17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzIvMy4xLjEiLFsiZnVsbE5hbWUiXT0iZzIvMy4xLjEiLFsibG9hZE9yZGVyIl09MTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZzIvMy4xLjEiLH0sZzJ0bXBsPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9nMnRtcGwvMS42LjAiLFsiZnVsbE5hbWUiXT0iZzJ0bXBsLzEuNi4w -++ export _ModuleTable004_ -++ _ModuleTable005_=IixbImxvYWRPcmRlciJdPTEzLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcydG1wbC8xLjYuMCIsfSxpbXBpPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwvaW1waS8yMDE4LjAuNCIsWyJmdWxsTmFtZSJdPSJpbXBpLzIwMTguMC40IixbImxvYWRPcmRlciJdPTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW1waS8yMDE4LjAuNCIsfSxpbnRlbD17WyJmbiJdPSIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL2ludGVsLzE4LjAuNS4yNzQiLFsiZnVsbE5hbWUiXT0iaW50ZWwvMTguMC41LjI3NCIsWyJsb2FkT3JkZXIi -++ export _ModuleTable005_ -++ _ModuleTable006_=XT0zLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImludGVsLzE4LjAuNS4yNzQiLH0saXA9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2lwLzMuMC4yIixbImZ1bGxOYW1lIl09ImlwLzMuMC4yIixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaXAvMy4wLjIiLH0samFzcGVyPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9qYXNwZXIvMS45MDAuMSIsWyJmdWxsTmFtZSJdPSJqYXNwZXIvMS45MDAuMSIsWyJsb2FkT3JkZXIi -++ export _ModuleTable006_ -++ _ModuleTable007_=XT0xNSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJqYXNwZXIvMS45MDAuMSIsfSxuZW1zaW89e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL25lbXNpby8yLjIuNCIsWyJmdWxsTmFtZSJdPSJuZW1zaW8vMi4yLjQiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZW1zaW8vMi4yLjQiLH0sbmV0Y2RmPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwvbmV0Y2RmLzQuNy4wIixbImZ1bGxOYW1lIl09Im5ldGNkZi80LjcuMCIsWyJsb2FkT3JkZXIi -++ export _ModuleTable007_ -++ _ModuleTable008_=XT01LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5ldGNkZi80LjcuMCIsfSxwbmc9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3BuZy8xLjIuNDQiLFsiZnVsbE5hbWUiXT0icG5nLzEuMi40NCIsWyJsb2FkT3JkZXIiXT0xNixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJwbmcvMS4yLjQ0Iix9LHBvc3Q9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3Bvc3QvOC4wLjEiLFsiZnVsbE5hbWUiXT0icG9zdC84LjAuMSIsWyJsb2FkT3JkZXIiXT0xOCxw -++ export _ModuleTable008_ -++ _ModuleTable009_=cm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJwb3N0LzguMC4xIix9LHNwPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9zcC8yLjAuMyIsWyJmdWxsTmFtZSJdPSJzcC8yLjAuMyIsWyJsb2FkT3JkZXIiXT05LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InNwLzIuMC4zIix9LHN1dGlscz17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9zdXRpbHMvZGVmYXVsdCIsWyJmdWxsTmFtZSJdPSJzdXRpbHMvZGVmYXVsdCIsWyJsb2FkT3JkZXIiXT0yLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0 -++ export _ModuleTable009_ -++ _ModuleTable010_=dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InN1dGlscyIsfSx3M2VtYz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNlbWMvMi4zLjEiLFsiZnVsbE5hbWUiXT0idzNlbWMvMi4zLjEiLFsibG9hZE9yZGVyIl09MTAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNlbWMvMi4zLjEiLH0sdzNuY289e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czbmNvLzIuMC43IixbImZ1bGxOYW1lIl09InczbmNvLzIuMC43IixbImxvYWRPcmRlciJdPTExLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMi -++ export _ModuleTable010_ -++ _ModuleTable011_=XT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHo9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3ovMS4yLjExIixbImZ1bGxOYW1lIl09InovMS4yLjExIixbImxvYWRPcmRlciJdPTE3LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InovMS4yLjExIix9LH0sbXBhdGhBPXsiL2NvbnRyaWIvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDIvTkNFUERFVi9mdjMtY2FtL0R1c2FuLkpvdmljL3Vmcy9wcjE4L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL2hlcmEuaW50ZWwiLCIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi9hcHBz -++ export _ModuleTable011_ -++ _ModuleTable012_=L21vZHVsZXMvbW9kdWxlZmlsZXMvTGludXgiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L2NyYXlwZS9kZWZhdWx0L21vZHVsZWZpbGVzIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbCIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWxfaW1waSIsIi9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcyIsIi9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmU6L2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9M -++ export _ModuleTable012_ -++ _ModuleTable013_=aW51eDovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzOi9vcHQvY3JheS9tb2R1bGVmaWxlczovb3B0L2NyYXkvY3JheXBlL2RlZmF1bHQvbW9kdWxlZmlsZXMiLH0= -++ export _ModuleTable013_ -++ _ModuleTable_Sz_=13 -++ export _ModuleTable_Sz_ -++ : -s sh -+ eval -+ cd build_fv3_16 -+ cmake /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF -DWW3=Y --- The C compiler identification is Intel 18.0.5.20180823 --- The CXX compiler identification is Intel 18.0.5.20180823 --- The Fortran compiler identification is Intel 18.0.5.20180823 --- Check for working C compiler: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiicc --- Check for working C compiler: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiicc -- works --- Detecting C compiler ABI info --- Detecting C compiler ABI info - done --- Detecting C compile features --- Detecting C compile features - done --- Check for working CXX compiler: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiicpc --- Check for working CXX compiler: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiicpc -- works --- Detecting CXX compiler ABI info --- Detecting CXX compiler ABI info - done --- Detecting CXX compile features --- Detecting CXX compile features - done --- Check for working Fortran compiler: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort --- Check for working Fortran compiler: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -- works --- Detecting Fortran compiler ABI info --- Detecting Fortran compiler ABI info - done --- Checking whether /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort supports Fortran 90 --- Checking whether /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort supports Fortran 90 -- yes --- Found MPI_C: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpifort.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/release_mt/libmpi.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpigi.a;/usr/lib64/libdl.so;/usr/lib64/librt.so;/usr/lib64/libpthread.so --- Found MPI_CXX: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpicxx.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpifort.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/release_mt/libmpi.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpigi.a;/usr/lib64/libdl.so;/usr/lib64/librt.so;/usr/lib64/libpthread.so --- Found MPI_Fortran: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpifort.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/release_mt/libmpi.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpigi.a;/usr/lib64/libdl.so;/usr/lib64/librt.so;/usr/lib64/libpthread.so -ESMFMKFILE: /scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/lib/esmf.mk - Found ESMF: -ESMF_VERSION_MAJOR: 8 -ESMF_F90COMPILEPATHS: /scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod;/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include;/apps/netcdf/4.6.1/intel/16.1.150/include -ESMF_F90ESMFLINKRPATHS: -Wl,-rpath,/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/lib -ESMF_F90ESMFLINKLIBS: -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf --- Found ESMF: /scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod;/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include;/apps/netcdf/4.6.1/intel/16.1.150/include (found version "8.0.0") - -Setting configuration for hera.intel - -C compiler: Intel 18.0.5.20180823 (mpiicc) -CXX compiler: Intel 18.0.5.20180823 (mpiicpc) -Fortran compiler: Intel 18.0.5.20180823 (mpiifort) - -DEBUG is disabled -REPRO is disabled -32BIT is disabled -OPENMP is ENABLED -AVX2 is ENABLED -INLINE_POST is ENABLED - - -Selected physics package: gfs - --- Detecting OpenMP flags for Intel C compiler: -qopenmp --- Detecting OpenMP flags for Intel C++ compiler: -qopenmp --- Detecting OpenMP flags for Intel Fortran compiler: -qopenmp --- Enable OpenMP support for C/C++/Fortran compiler --- Disable SIONlib support --- Disable Intel MKL support --- Enable netCDF support --- Disable ESMF support --- Disable multi-gases physics --- Detecting OpenMP flags for Intel C compiler: -qopenmp --- Detecting OpenMP flags for Intel C++ compiler: -qopenmp --- Detecting OpenMP flags for Intel Fortran compiler: -qopenmp --- Enable OpenMP support for C/C++/Fortran compiler --- Found LibXml2: /usr/lib64/libxml2.so (found version "2.9.1") --- Found Doxygen: /usr/bin/doxygen (found version "1.8.5") found components: doxygen dot --- Detecting OpenMP flags for Intel C compiler: -qopenmp --- Detecting OpenMP flags for Intel C++ compiler: -qopenmp --- Detecting OpenMP flags for Intel Fortran compiler: -qopenmp --- Enable OpenMP support for C/C++/Fortran compiler -INFOGot CCPP_SCHEMES from environment variable: /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/aer_cloud.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/aerclm_def.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/aerinterp.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/calpreciptype.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cldwat2m_micro.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cldmacro.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/date_def.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/funcphys.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gcycle.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/h2o_def.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/h2ointerp.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/iccn_def.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/iccninterp.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/iounitdef.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/machine.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mersenne_twister.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfpbl.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg_utils.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg2_0.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg3_0.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/multi_gases.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_model.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_parameters.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_radar.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_thompson.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MP_FER_HIRES.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_bl_mynn.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_mynn.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_orowam2017.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/namelist_soilveg.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfpblt.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfpbltq.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfscu.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfscuq.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/noahmp_tables.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/num_parthds.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozne_def.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozinterp.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/physcons.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/physparam.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radcons.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_aerosols.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_astronomy.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_clouds.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_gases.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_surface.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radlw_datatb.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radlw_param.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radsw_datatb.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radsw_param.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/samfaerosols.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfcsub.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sflx.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/set_soilveg.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/surface_perturbation.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_deep.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_sh.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/tridi.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/wv_saturation.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_soil_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rayleigh_damp.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radsw_main.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_ocean.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gwdc.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gscond.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ysuvdif.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_sice.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/samfdeepcnv.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/satmedmfvdif.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozphys_2015.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/samfshalcnv.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/precpd.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_fer_hires.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diag.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radlw_main.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_debug.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/satmedmfvdifq.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cs_conv.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/shinhongvdif.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/h2ophys.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_nst.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/moninedmf.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diff.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diag_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/m_micro.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gcm_shoc.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gwdps.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/shalcnv.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/get_prs_fv3.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozphys.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_stochastics.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/drag_suite.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_cice.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sascnvn.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cnvc90.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_drv.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/dcyc2.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/moninshoc.f -INFOGot CAPS from environment variable: /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_16/FV3/ccpp/physics/ccpp_FV3_GFS_2017_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_16/FV3/ccpp/physics/ccpp_FV3_GFS_2017_time_vary_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_16/FV3/ccpp/physics/ccpp_FV3_GFS_2017_radiation_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_16/FV3/ccpp/physics/ccpp_FV3_GFS_2017_physics_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_16/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stochastics_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_16/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_16/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_fast_physics_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_16/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_time_vary_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_16/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_radiation_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_16/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_physics_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_16/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_stochastics_cap.F90 -Force 64 bits in CCPP_layer -Build WW3: - run: /usr/bin/gmake WW3_PARCOMPN=4 WW3_COMP=hera ww3_nems - in: /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model/esmf - --- Configuring done --- Generating done --- Build files have been written to: /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_16 -+ make -j 8 -Scanning dependencies of target ww3_nems -Scanning dependencies of target ccpp -Scanning dependencies of target fv3cpl -[ 0%] Building Fortran object FV3/ccpp/framework/src/CMakeFiles/ccpp.dir/ccpp_errors.F90.o -[ 0%] Building Fortran object FV3/cpl/CMakeFiles/fv3cpl.dir/module_cap_cpl.F90.o -[ 0%] Building Fortran object FV3/cpl/CMakeFiles/fv3cpl.dir/module_cplfields.F90.o -[ 0%] Building Fortran object FV3/ccpp/framework/src/CMakeFiles/ccpp.dir/ccpp_types.F90.o -[ 1%] Building Fortran object FV3/ccpp/framework/src/CMakeFiles/ccpp.dir/ccpp.F90.o -Scanning dependencies of target fms -[ 1%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_parameter.F90.o -[ 1%] Building Fortran object CMakeFiles/fms.dir/FMS/platform/platform.F90.o -[ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_core.F90.o -[ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_input.F90.o -[ 2%] Building Fortran object FV3/ccpp/framework/src/CMakeFiles/ccpp.dir/ccpp_api.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_io.F90.o -[ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/cloud_interpolator.F90.o -[ 2%] Linking Fortran static library libccpp.a -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 2%] Built target ccpp -[ 3%] Building Fortran object CMakeFiles/fms.dir/FMS/random_numbers/MersenneTwister.F90.o -[ 3%] Building Fortran object CMakeFiles/fms.dir/FMS/sat_vapor_pres/sat_vapor_pres_k.F90.o -[ 3%] Building Fortran object CMakeFiles/fms.dir/FMS/constants/constants.F90.o -[ 3%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_data.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 4%] Linking Fortran static library libfv3cpl.a -[ 5%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp.F90.o -[ 5%] Built target fv3cpl -Scanning dependencies of target ccppphys -[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mersenne_twister.f.o -[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/machine.F.o -[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_mp_radar.F90.o -[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFDL_parse_tracers.F90.o -[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/iounitdef.f.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/namelist_soilveg.f.o -[ 5%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_efp.F90.o -[ 5%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_memutils.F90.o -[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_noahmp_glacier.f90.o -[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/namelist_soilveg_ruc.F90.o -[ 6%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_pset.F90.o -[ 6%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_type.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 6%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/gradient.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_noahmplsm.f90.o -[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/noahmp_tables.f90.o -[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_soil_pre.F90.o -[ 6%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_domains.F90.o -[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/physcons.F90.o -[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/aerclm_def.F.o -[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/physparam.f.o -[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/h2o_def.f.o -[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/iccn_def.F.o -[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozne_def.f.o -[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/micro_mg_utils.F90.o -[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/surface_perturbation.F90.o -[ 8%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_deep.F90.o -[ 8%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_gfdl_cloud_microphys.F90.o -[ 8%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gfs_phy_tracer_config.F.o -[ 8%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radcons.f90.o -[ 8%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/set_soilveg.f.o -[ 8%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MP_FER_HIRES.F90.o -[ 8%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_BL_MYJPBL.F90.o -[ 9%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/date_def.f.o -[ 9%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_mp_thompson.F90.o -[ 10%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gwdps.f.o -[ 11%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_SF_JSFC.F90.o -[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_ruclsm.F90.o -[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/set_soilveg_ruc.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 13%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_post.F90.o -[ 14%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cnvc90.f.o -[ 14%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_DCNV_generic.F90.o -[ 15%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_GWD_generic.F90.o -[ 15%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_MP_generic.F90.o -[ 16%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_PBL_generic.F90.o -[ 16%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_SCNV_generic.F90.o -[ 16%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_composites.F90.o -[ 17%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_loop_control.F90.o -[ 17%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/maximum_hourly_diagnostics.F90.o -[ 18%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozphys.f.o -[ 18%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rayleigh_damp.f.o -[ 19%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_diag_post.F90.o -[ 19%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_diff.f.o -[ 19%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_stochastics.F90.o -[ 19%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/__/__/gfsphysics/CCPP_layer/CCPP_typedefs.F90.o -[ 19%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/funcphys.f90.o -[ 20%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radlw_param.f.o -[ 20%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radsw_param.f.o -[ 21%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_nst_parameters.f90.o -[ 21%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_bl_mynn.F90.o -[ 21%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_initialize.F90.o -[ 21%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_astronomy.f.o -[ 21%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_surface.f.o -[ 21%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/samfaerosols.F.o -[ 22%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/aerinterp.F90.o -[ 22%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/h2ointerp.f90.o -[ 23%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/iccninterp.F90.o -[ 23%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozinterp.f90.o -[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_mp_thompson_make_number_concentrations.F90.o -[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/aer_cloud.F.o -[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/get_prs_fv3.F90.o -[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_generic.F90.o -[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gfdl_fv_sat_adj.F90.o -[ 25%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gfdl_cloud_microphys.F90.o -[ 25%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/wv_saturation.F.o -[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/__/__/gfsphysics/GFS_layer/GFS_typedefs.F90.o -[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_nst_water_prop.f90.o -[ 27%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_module.F90.o -[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_bfmicrophysics.f.o -[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radsw_datatb.f.o -[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_aerosols.f.o -[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_gases.f.o -[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_sh.F90.o -[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radlw_datatb.f.o -[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/moninedmf.f.o -[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_drv.f.o -[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/samfdeepcnv.f.o -[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/samfshalcnv.f.o -[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_diag.f.o -[ 30%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_sice.f.o -[ 30%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gscond.f.o -[ 30%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/precpd.f.o -[ 30%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_time_vary_pre.fv3.F90.o -[ 30%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_gfdlmp_fast_physics_cap.F90.o -[ 31%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_clouds.f.o -[ 31%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radlw_main.f.o -[ 32%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radsw_main.f.o -[ 32%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_nst_model.f90.o -[ 32%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cldmacro.F.o -[ 32%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cldwat2m_micro.F.o -[ 32%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/micro_mg2_0.F90.o -[ 32%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/micro_mg3_0.F90.o -[ 32%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_mynn.F90.o -[ 32%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp.F90.o -[ 32%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_nst.f.o -[ 32%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_setup.F90.o -[ 32%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_io.F90.o -[ 32%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_comm.F90.o -Compiling in MPI mode (with or without MPP) -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 33%] Building Fortran object CMakeFiles/fms.dir/FMS/memutils/memutils.F90.o -[ 33%] Building Fortran object CMakeFiles/fms.dir/FMS/fms/fms_io.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 33%] Built target ww3_nems -[ 33%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_post.F90.o -[ 36%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/dcyc2.f.o -[ 36%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_suite_interstitial.F90.o -[ 36%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_pre.F90.o -[ 36%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rrtmg_lw_post.F90.o -[ 36%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rrtmg_lw_pre.F90.o -[ 36%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rrtmg_sw_post.F90.o -[ 36%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rrtmg_sw_pre.F90.o -[ 36%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_stochastics_cap.F90.o -[ 36%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_phys_time_vary.fv3.F90.o -[ 36%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_rad_time_vary.fv3.F90.o -[ 36%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_gfdlmp_stochastics_cap.F90.o -[ 37%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_physics_cap.F90.o -[ 37%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_gfdlmp_physics_cap.F90.o -[ 37%] Building Fortran object CMakeFiles/fms.dir/FMS/fms/fms.F90.o -[ 38%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bicubic.F90.o -[ 38%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bilinear.F90.o -[ 39%] Building Fortran object CMakeFiles/fms.dir/FMS/time_manager/time_manager.F90.o -[ 39%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_conserve.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 39%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_spherical.F90.o -[ 39%] Building Fortran object CMakeFiles/fms.dir/FMS/axis_utils/axis_utils.F90.o -[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_grid.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/field_manager/field_manager.F90.o -[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/mosaic.F90.o -[ 41%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_radiation_cap.F90.o -[ 41%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_gfdlmp_radiation_cap.F90.o -[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/topography/gaussian_topog.F90.o -[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/time_manager/get_cal_time.F90.o -[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/time_interp/time_interp.F90.o -[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_data.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 42%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_time_vary_cap.F90.o -[ 42%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp.F90.o -[ 43%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_types.F90.o -[ 43%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_gfdlmp_time_vary_cap.F90.o -[ 43%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_axis.F90.o -[ 43%] Building Fortran object CMakeFiles/fms.dir/FMS/field_manager/fm_util.F90.o -[ 43%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_manifest.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 43%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/xbt_drop_rate_adjust.f90.o -[ 43%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/write_ocean_data.F90.o -[ 43%] Building Fortran object CMakeFiles/fms.dir/FMS/time_interp/time_interp_external.F90.o -[ 43%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_output.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 43%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_util.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 44%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_table.F90.o -[ 44%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_manager.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 44%] Building Fortran object CMakeFiles/fms.dir/FMS/data_override/data_override.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 44%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/coupler_types.F90.o -[ 44%] Building Fortran object CMakeFiles/fms.dir/FMS/exchange/stock_constants.F90.o -[ 45%] Building Fortran object CMakeFiles/fms.dir/FMS/astronomy/astronomy.F90.o -[ 45%] Building Fortran object CMakeFiles/fms.dir/FMS/amip_interp/amip_interp.F90.o -[ 45%] Building Fortran object CMakeFiles/fms.dir/FMS/block_control/block_control.F90.o -[ 46%] Building Fortran object CMakeFiles/fms.dir/FMS/column_diagnostics/column_diagnostics.F90.o -[ 47%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/atmos_ocean_fluxes.F90.o -[ 47%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/ensemble_manager.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 47%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters.F90.o -[ 47%] Building Fortran object CMakeFiles/fms.dir/FMS/exchange/xgrid.F90.o -[ 48%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft.F90.o -Compiling in MPI mode (with or without MPP) -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 48%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft99.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 49%] Building Fortran object CMakeFiles/fms.dir/FMS/interpolator/interpolator.F90.o -[ 49%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/grid.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 49%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_utilities.F90.o -[ 49%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core.F90.o -[ 49%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core_ecda.F90.o -[ 49%] Building Fortran object CMakeFiles/fms.dir/FMS/random_numbers/random_numbers.F90.o -[ 49%] Building Fortran object CMakeFiles/fms.dir/FMS/sat_vapor_pres/sat_vapor_pres.F90.o -[ 50%] Building Fortran object CMakeFiles/fms.dir/FMS/station_data/station_data.F90.o -[ 50%] Building Fortran object CMakeFiles/fms.dir/FMS/topography/topography.F90.o -[ 50%] Building Fortran object CMakeFiles/fms.dir/FMS/tracer_manager/tracer_manager.F90.o -[ 51%] Building Fortran object CMakeFiles/fms.dir/FMS/tridiagonal/tridiagonal.F90.o -[ 52%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/quicksort.F90.o -[ 52%] Building C object CMakeFiles/fms.dir/FMS/memutils/memuse.c.o -[ 52%] Building C object CMakeFiles/fms.dir/FMS/mosaic/create_xgrid.c.o -[ 52%] Building C object CMakeFiles/fms.dir/FMS/mosaic/gradient_c2l.c.o -[ 53%] Building C object CMakeFiles/fms.dir/FMS/mosaic/interp.c.o -[ 53%] Building C object CMakeFiles/fms.dir/FMS/mosaic/mosaic_util.c.o -[ 53%] Building C object CMakeFiles/fms.dir/FMS/mosaic/read_mosaic.c.o -[ 53%] Building C object CMakeFiles/fms.dir/FMS/affinity/affinity.c.o -[ 54%] Building C object CMakeFiles/fms.dir/FMS/mpp/nsclock.c.o -[ 54%] Building C object CMakeFiles/fms.dir/FMS/mpp/threadloc.c.o -[ 54%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_cap.F90.o -[ 55%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_gfdlmp_cap.F90.o -[ 55%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_debug.F90.o -[ 55%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_suite_init_finalize_test.F90.o -[ 55%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cs_conv.F90.o -[ 55%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cs_conv_aw_adj.F90.o -[ 55%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver.F90.o -[ 56%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver_post.F90.o -[ 56%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver_pre.F90.o -[ 56%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke.F90.o -[ 56%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke_post.F90.o -[ 56%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke_pre.F90.o -[ 56%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/drag_suite.F90.o -[ 56%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gcm_shoc.F90.o -[ 56%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gwdc.f.o -[ 56%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/h2ophys.f.o -[ 56%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/lsm_ruc_sfc_sice_interstitial.F90.o -[ 56%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/m_micro.F90.o -[ 56%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/m_micro_interstitial.F90.o -[ 56%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYJPBL_wrapper.F90.o -[ 56%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYJSFC_wrapper.F90.o -[ 56%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNPBL_wrapper.F90.o -[ 57%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNSFC_wrapper.F90.o -[ 57%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNrad_post.F90.o -[ 57%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNrad_pre.F90.o -[ 57%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/moninshoc.f.o -[ 58%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_fer_hires.F90.o -[ 58%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_thompson.F90.o -[ 58%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_thompson_post.F90.o -[ 58%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_thompson_pre.F90.o -[ 58%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/multi_gases.F90.o -[ 58%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozphys_2015.f.o -[ 58%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sascnvn.F.o -[ 58%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/satmedmfvdif.F.o -[ 59%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/satmedmfvdifq.F.o -[ 60%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_cice.f.o -[ 60%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_drv_ruc.F90.o -[ 60%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_noahmp_drv.f.o -[ 60%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_ocean.F.o -[ 61%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfcsub.F.o -[ 61%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/shalcnv.F.o -[ 61%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/shinhongvdif.F90.o -[ 61%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ugwp_driver_v0.F.o -[ 62%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ysuvdif.F90.o -[ 62%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/calpreciptype.f90.o -[ 62%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gcycle.F90.o -[ 63%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gocart_tracer_config_stub.f.o -[ 64%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfpbl.f.o -[ 64%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_triggers.F90.o -[ 65%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_solvers.F90.o -[ 65%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_utils.F90.o -[ 65%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_orowam2017.f.o -[ 65%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_vert_lsatdis.F90.o -[ 66%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_vert_orodis.F90.o -[ 66%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_vert_wmsdis.F90.o -[ 66%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfpblt.f.o -[ 67%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfpbltq.f.o -[ 67%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfscu.f.o -[ 67%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfscuq.f.o -[ 68%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/num_parthds.F.o -[ 68%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sflx.f.o -[ 68%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/tridi.f.o -[ 68%] Linking Fortran static library libccppphys.a -[ 68%] Built target ccppphys -Scanning dependencies of target gfsphysics -[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/namelist_soilveg.f.o -[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/machine.F.o -[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mersenne_twister.f.o -[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/GFDL_parse_tracers.F90.o -[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/CCPP_layer/CCPP_typedefs.F90.o -[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/physcons.F90.o -[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/physparam.f.o -[ 70%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radsw_param.f.o -[ 70%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radlw_param.f.o -[ 70%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_typedefs.F90.o -[ 70%] Linking Fortran static library FMS/libfms.a -[ 70%] Built target fms -[ 70%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_diagnostics.F90.o -[ 71%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/CCPP_layer/CCPP_data.F90.o -[ 72%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_driver.F90.o -[ 72%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_restart.F90.o -[ 72%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_abstraction_layer.F90.o -[ 72%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/__/ccpp/physics/ccpp_static_api.F90.o -[ 72%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/noahmp_tables.f90.o -[ 72%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/set_soilveg.f.o -[ 72%] Linking Fortran static library libgfsphysics.a -[ 72%] Built target gfsphysics -Scanning dependencies of target ipd -Scanning dependencies of target ccppdriver -[ 72%] Building Fortran object FV3/ipd/CMakeFiles/ipd.dir/IPD_typedefs.F90.o -[ 72%] Building Fortran object FV3/ccpp/driver/CMakeFiles/ccppdriver.dir/CCPP_driver.F90.o -[ 72%] Building Fortran object FV3/ipd/CMakeFiles/ipd.dir/IPD_driver.F90.o -[ 73%] Linking Fortran static library libccppdriver.a -[ 73%] Built target ccppdriver -[ 74%] Linking Fortran static library libipd.a -[ 74%] Built target ipd -Scanning dependencies of target io -[ 75%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_fv3_io_def.F90.o -[ 75%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_internal_state.F90.o -Scanning dependencies of target fv3core -[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_arrays.F90.o -[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/external_sst.F90.o -[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_fill.F90.o -[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/sim_nc_mod.F90.o -[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/DYCORE_typedefs.F90.o -[ 76%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_nemsio.F90.o -[ 76%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_netcdf.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 76%] Building Fortran object FV3/io/CMakeFiles/io.dir/post_gfs.F90.o -[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_mp_mod.F90.o -[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/sorted_index.F90.o -[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_eta.F90.o -[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_sg.F90.o -[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_timing.F90.o -[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/boundary.F90.o -[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_grid_utils.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 77%] Building Fortran object FV3/io/CMakeFiles/io.dir/FV3GFS_io.F90.o -[ 77%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_wrt_grid_comp.F90.o -[ 78%] Building Fortran object FV3/io/CMakeFiles/io.dir/ffsync.F90.o -[ 79%] Building Fortran object FV3/io/CMakeFiles/io.dir/post_nems_routines.F90.o -[ 79%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/a2b_edge.F90.o -[ 79%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/tp_core.F90.o -[ 80%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_surf_map.F90.o -[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_mapz.F90.o -[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/init_hydro.F90.o -[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_grid_tools.F90.o -[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_treat_da_inc.F90.o -[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_iau_mod.F90.o -[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/sw_core.F90.o -[ 82%] Linking Fortran static library libio.a -[ 82%] Built target io -[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_io.F90.o -[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_diagnostics.F90.o -[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/nh_utils.F90.o -[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/nh_core.F90.o -[ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_regional_bc.F90.o -[ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_nudge.F90.o -[ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/fv_nggps_diag.F90.o -[ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/test_cases.F90.o -[ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_tracer2d.F90.o -[ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_update_phys.F90.o -[ 85%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/dyn_core.F90.o -[ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/external_ic.F90.o -[ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_restart.F90.o -[ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_control.F90.o -[ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_nesting.F90.o -[ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_dynamics.F90.o -[ 87%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/atmosphere.F90.o -[ 87%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/multi_gases.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 87%] Linking Fortran static library libfv3core.a -[ 87%] Built target fv3core -Scanning dependencies of target stochastic_physics -[ 87%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/spectral_layout.F90.o -[ 87%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/update_ca.f90.o -[ 87%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_resol_def.f.o -[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_layout_lag.f.o -[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_gg_def.f.o -[ 89%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/glats_stochy.f.o -[ 89%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_namelist_def.F90.o -[ 90%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/compns_stochy.F90.o -[ 90%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/setlats_lag_stochy.f.o -[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/get_lats_node_a_stochy.f.o -[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/epslon_stochy.f.o -[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/get_ls_node_stochy.f.o -[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/gozrineo_stochy.f.o -[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/pln2eo_stochy.f.o -[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/setlats_a_stochy.f.o -[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_internal_state_mod.F90.o -[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/dezouv_stochy.f.o -[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/dozeuv_stochy.f.o -[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/four_to_grid_stochy.F.o -[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_patterngenerator.F90.o -[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/sumfln_stochy.f.o -[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/getcon_lag_stochy.f.o -[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/getcon_spectral.F90.o -[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/initialize_spectral_mod.F90.o -[ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_data_mod.F90.o -[ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/get_stochy_pattern.F90.o -[ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochastic_physics.F90.o -[ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/cellular_automata.f90.o -[ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/plumes.f90.o -[ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/num_parthds_stochy.f.o -[ 95%] Linking Fortran static library libstochastic_physics.a -[ 95%] Built target stochastic_physics -Scanning dependencies of target fv3cap -[ 95%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/module_fv3_config.F90.o -[ 95%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/atmos_model.F90.o -[ 95%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/module_fcst_grid_comp.F90.o -[ 96%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/time_utils.F90.o -[ 96%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/fv3_cap.F90.o -[ 97%] Linking Fortran static library libfv3cap.a -[ 97%] Built target fv3cap -Scanning dependencies of target NEMS.exe -[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_EARTH_INTERNAL_STATE.F90.o -[ 98%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_MEDIATOR_methods.F90.o -[ 98%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/ENS_Cpl/ENS_CplComp_ESMFMod_STUB.F90.o -[ 98%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_MEDIATOR_SpaceWeather.F90.o -[ 98%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_UTILS.F90.o -[ 99%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_Rusage.F90.o -[ 99%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_INTERNAL_STATE.F90.o -[100%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_MEDIATOR.F90.o -[100%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_EARTH_GRID_COMP.F90.o -[100%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_GRID_COMP.F90.o -[100%] Building C object CMakeFiles/NEMS.exe.dir/NEMS/src/nems_c_rusage.c.o -[100%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/MAIN_NEMS.F90.o -[100%] Linking Fortran executable NEMS.exe -/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/lib/libjasper_v1.900.1.a(jas_stream.o): In function `jas_stream_tmpfile': -jas_stream.c:(.text+0x7a7): warning: the use of `tmpnam' is dangerous, better use `mkstemp' -[100%] Built target NEMS.exe -+ mv NEMS.exe ../fv3_16.exe -+ cp /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel/fv3 ../modules.fv3_16 -+ cd .. -+ '[' YES = YES ']' -+ rm -rf build_fv3_16 -+ elapsed=491 -+ echo 'Elapsed time 491 seconds. Compiling CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_gfdlmp WW3=Y finished' -Elapsed time 491 seconds. Compiling CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_gfdlmp WW3=Y finished -+ SECONDS=0 -+++ readlink -f /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/compile_cmake.sh -++ dirname /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/compile_cmake.sh -+ readonly MYDIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests -+ MYDIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests -+ readonly ARGC=4 -+ ARGC=4 -+ cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests -+ [[ 4 -eq 0 ]] -+ [[ 4 -lt 2 ]] -+ PATHTR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model -+ MACHINE_ID=hera.intel -+ MAKE_OPT='CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y' -+ BUILD_NAME=fv3_17 -+ clean_before=YES -+ clean_after=YES -+ BUILD_DIR=build_fv3_17 -+ [[ hera.intel == cheyenne.* ]] -+ [[ hera.intel == wcoss_dell_p3 ]] -+ MAKE_THREADS=8 -+ hostname -hfe01 -+ cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests -+ echo 'Compiling CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y into fv3_17.exe on hera.intel' -Compiling CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y into fv3_17.exe on hera.intel -+ '[' YES = YES ']' -+ rm -rf build_fv3_17 -+ mkdir -p build_fv3_17 -+ CCPP_CMAKE_FLAGS= -+ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y == *\D\E\B\U\G\=\Y* ]] -+ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y == *\R\E\P\R\O\=\Y* ]] -+ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y == *\3\2\B\I\T\=\Y* ]] -+ CCPP_CMAKE_FLAGS=' -D32BIT=Y' -+ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y == *\O\P\E\N\M\P\=\N* ]] -+ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y == *\C\C\P\P\=\Y* ]] -+ CCPP_CMAKE_FLAGS=' -D32BIT=Y -DCCPP=ON -DMPI=ON' -+ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y == *\D\E\B\U\G\=\Y* ]] -+ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y == *\R\E\P\R\O\=\Y* ]] -+ CCPP_CMAKE_FLAGS=' -D32BIT=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release' -+ [[ hera.intel == \j\e\t\.\i\n\t\e\l ]] -+ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y == *\3\2\B\I\T\=\Y* ]] -+ CCPP_CMAKE_FLAGS=' -D32BIT=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=ON' -+ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y == *\S\T\A\T\I\C\=\Y* ]] -+ CCPP_CMAKE_FLAGS=' -D32BIT=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=ON -DSTATIC=ON' -+ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y == *\M\U\L\T\I\_\G\A\S\E\S\=\Y* ]] -+ CCPP_CMAKE_FLAGS=' -D32BIT=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=ON -DSTATIC=ON -DMULTI_GASES=OFF' -++ echo CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y -++ sed 's/.* SUITES=//' -++ sed 's/ .*//' -+ SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched -+ cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model -+ ./FV3/ccpp/framework/scripts/ccpp_prebuild.py --config=FV3/ccpp/config/ccpp_prebuild_config.py --static --suites=FV3_GFS_2017,FV3_GFS_2017_stretched --builddir=tests/build_fv3_17/FV3 -INFO: Logging level set to INFO -INFO: Found TYPEDEFS_NEW_METADATA dictionary in config, assume at least some data is in new metadata formet -INFO: Parsing suite definition files ... -INFO: Parsing suite definition file FV3/ccpp/suites/suite_FV3_GFS_2017.xml ... -INFO: Parsing suite definition file FV3/ccpp/suites/suite_FV3_GFS_2017_stretched.xml ... -INFO: Parsing metadata tables for variables provided by host model ... -INFO: Parsed variable definition tables in module machine -INFO: Parsed variable definition tables in module module_radsw_parameters -INFO: Parsed variable definition tables in module module_radlw_parameters -INFO: Parsed variable definition tables in module CCPP_typedefs -INFO: Parsed variable definition tables in module GFS_typedefs -INFO: Parsed variable definition tables in module CCPP_data -INFO: Parsed variable definition tables in module ccpp_types -INFO: Convert local names from new metadata format into old metadata format ... -INFO: Converting local name sfcflw of variable lw_fluxes_sfc from new to old metadata -INFO: Converting local name nslwr of variable number_of_timesteps_between_longwave_radiation_calls from new to old metadata -INFO: Converting local name hydrostatic of variable flag_for_hydrostatic_solver from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_of_kinematic_buoyancy_flux_from_shoc_in_phy_f3d) of variable kinematic_buoyancy_flux_from_shoc from new to old metadata -INFO: Converting local name nkbfshoc of variable index_of_kinematic_buoyancy_flux_from_shoc_in_phy_f3d from new to old metadata -INFO: Converting local name dvisbm_cpl of variable cumulative_surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name cnvw of variable convective_cloud_water_mixing_ratio from new to old metadata -INFO: Converting local name ltaerosol of variable flag_for_aerosol_physics from new to old metadata -INFO: Converting local name rainmcadj of variable lwe_thickness_of_moist_convective_adj_precipitation_amount from new to old metadata -INFO: Converting local name loop_cnt of variable ccpp_loop_counter from new to old metadata -INFO: Converting local name ncpi of variable local_ice_number_concentration from new to old metadata -INFO: Converting local name pt of variable virtual_temperature_at_Lagrangian_surface from new to old metadata -INFO: Converting local name nirbmui of variable surface_upwelling_direct_near_infrared_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name vconvtend of variable tendency_of_y_wind_due_to_deep_convection_for_coupling_on_physics_timestep from new to old metadata -INFO: Converting local name uustar_ice of variable surface_friction_velocity_over_ice from new to old metadata -INFO: Converting local name phy_myj_uz0 of variable u_wind_component_at_viscous_sublayer_top from new to old metadata -INFO: Converting local name evap_land of variable kinematic_surface_upward_latent_heat_flux_over_land from new to old metadata -INFO: Converting local name ocean of variable flag_nonzero_ocean_surface_fraction from new to old metadata -INFO: Converting local name ep1d_ocean of variable surface_upward_potential_latent_heat_flux_over_ocean from new to old metadata -INFO: Converting local name qconvtend of variable tendency_of_water_vapor_specific_humidity_due_to_deep_convection_for_coupling_on_physics_timestep from new to old metadata -INFO: Converting local name islmsk_cice of variable sea_land_ice_mask_cice from new to old metadata -INFO: Converting local name cmm_ice of variable surface_drag_wind_speed_for_momentum_in_air_over_ice from new to old metadata -INFO: Converting local name visdfdi of variable surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name cnv_ndrop of variable number_concentration_of_cloud_liquid_water_particles_for_detrainment from new to old metadata -INFO: Converting local name sh2o of variable volume_fraction_of_unfrozen_soil_moisture_for_land_surface_model from new to old metadata -INFO: Converting local name tau_tofd of variable time_integral_of_momentum_flux_due_to_turbulent_orographic_form_drag from new to old metadata -INFO: Converting local name dnirbmi_cpl of variable instantaneous_surface_downwelling_direct_near_infrared_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name refdmax263k of variable maximum_reflectivity_at_minus10c_over_maximum_hourly_time_interval from new to old metadata -INFO: Converting local name ulwsfci of variable surface_upwelling_longwave_flux from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_liquid_cloud_condensate) of variable tendency_of_liquid_cloud_water_mixing_ratio_due_to_model_physics from new to old metadata -INFO: Converting local name ntcw of variable index_for_liquid_cloud_condensate from new to old metadata -INFO: Converting local name lheatstrg of variable flag_for_canopy_heat_storage from new to old metadata -INFO: Converting local name slc of variable volume_fraction_of_unfrozen_soil_moisture from new to old metadata -INFO: Converting local name tsfc_land of variable surface_skin_temperature_over_land_interstitial from new to old metadata -INFO: Converting local name save_v of variable y_wind_save from new to old metadata -INFO: Converting local name xkzm_m of variable atmosphere_momentum_diffusivity_background from new to old metadata -INFO: Converting local name gabsbdlw_land of variable surface_downwelling_longwave_flux_absorbed_by_ground_over_land from new to old metadata -INFO: Converting local name tprcp_ice of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_ice from new to old metadata -INFO: Converting local name stblcpxy of variable slow_soil_pool_mass_content_of_carbon from new to old metadata -INFO: Converting local name cdq_land of variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_land from new to old metadata -INFO: Converting local name du3dt(:,:,2) of variable cumulative_change_in_x_wind_due_to_orographic_gravity_wave_drag from new to old metadata -INFO: Converting local name mg_berg_eff_factor of variable mg_bergeron_efficiency_factor from new to old metadata -INFO: Converting local name clouds(:,:,3) of variable mean_effective_radius_for_liquid_cloud from new to old metadata -INFO: Converting local name aer_nm of variable aerosol_number_concentration_from_gocart_aerosol_climatology from new to old metadata -INFO: Converting local name xzts of variable sensitivity_of_dtl_thickness_to_surface_temperature from new to old metadata -INFO: Converting local name lake of variable flag_nonzero_lake_surface_fraction from new to old metadata -INFO: Converting local name kb of variable vertical_index_difference_between_layer_and_lower_bound from new to old metadata -INFO: Converting local name ipt of variable index_for_diagnostic_printout from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_ice_friendly_aerosols) of variable ice_friendly_aerosol_number_concentration from new to old metadata -INFO: Converting local name ntia of variable index_for_ice_friendly_aerosols from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_rain_water) of variable tendency_of_rain_water_mixing_ratio_due_to_model_physics from new to old metadata -INFO: Converting local name ntrw of variable index_for_rain_water from new to old metadata -INFO: Converting local name con_epsm1 of variable ratio_of_dry_air_to_water_vapor_gas_constants_minus_one from new to old metadata -INFO: Converting local name dqsfc_cice of variable surface_upward_latent_heat_flux_for_coupling_interstitial from new to old metadata -INFO: Converting local name last_step of variable flag_for_the_last_step_of_k_split_remapping from new to old metadata -INFO: Converting local name huge of variable netcdf_float_fillvalue from new to old metadata -INFO: Converting local name save_q(:,:,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio_save from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_liquid_cloud_number_concentration) of variable cloud_droplet_number_concentration from new to old metadata -INFO: Converting local name ntlnc of variable index_for_liquid_cloud_number_concentration from new to old metadata -INFO: Converting local name dv3dt(:,:,1) of variable cumulative_change_in_y_wind_due_to_PBL from new to old metadata -INFO: Converting local name imp_physics_mg of variable flag_for_morrison_gettelman_microphysics_scheme from new to old metadata -INFO: Converting local name cldtaulw of variable cloud_optical_depth_layers_at_10mu_band from new to old metadata -INFO: Converting local name wet of variable flag_nonzero_wet_surface_fraction from new to old metadata -INFO: Converting local name qsnowxy of variable snow_precipitation_rate_at_surface from new to old metadata -INFO: Converting local name iopt_frz of variable flag_for_supercooled_liquid_water_option from new to old metadata -INFO: Converting local name dsnow_cpl of variable tendency_of_lwe_thickness_of_snow_amount_for_coupling from new to old metadata -INFO: Converting local name cldsa of variable cloud_area_fraction_for_radiation from new to old metadata -INFO: Converting local name totsnwb of variable accumulated_lwe_thickness_of_snow_amount_in_bucket from new to old metadata -INFO: Converting local name gq0(:,:,index_for_rain_water) of variable rain_water_mixing_ratio_updated_by_physics from new to old metadata -INFO: Converting local name totsnw of variable accumulated_lwe_thickness_of_snow_amount from new to old metadata -INFO: Converting local name xkzm_s of variable diffusivity_background_sigma_level from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_water_friendly_aerosols) of variable tendency_of_water_friendly_aerosol_number_concentration_due_to_model_physics from new to old metadata -INFO: Converting local name ntwa of variable index_for_water_friendly_aerosols from new to old metadata -INFO: Converting local name fswtr of variable fraction_of_cloud_top_water_scavenged from new to old metadata -INFO: Converting local name nvisbmi_cpl of variable instantaneous_surface_net_downward_direct_ultraviolet_and_visible_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_of_atmosphere_heat_diffusivity_from_shoc_in_phy_f3d) of variable atmosphere_heat_diffusivity_from_shoc from new to old metadata -INFO: Converting local name nahdshoc of variable index_of_atmosphere_heat_diffusivity_from_shoc_in_phy_f3d from new to old metadata -INFO: Converting local name nthreads of variable omp_threads_for_fast_physics from new to old metadata -INFO: Converting local name icemp of variable lwe_thickness_of_ice_amount from new to old metadata -INFO: Converting local name dqsfc_cpl of variable cumulative_surface_upward_latent_heat_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name con_jcal of variable joules_per_calorie_constant from new to old metadata -INFO: Converting local name xmu of variable zenith_angle_temporal_adjustment_factor_for_shortwave_fluxes from new to old metadata -INFO: Converting local name con_fvirt of variable ratio_of_vapor_to_dry_air_gas_constants_minus_one from new to old metadata -INFO: Converting local name evfactl_deep of variable rain_evaporation_coefficient_over_land_deep_convection from new to old metadata -INFO: Converting local name canliqxy of variable canopy_intercepted_liquid_water from new to old metadata -INFO: Converting local name phy_myj_qsfc of variable surface_specific_humidity_for_MYJ_schemes from new to old metadata -INFO: Converting local name rainncprv of variable lwe_thickness_of_explicit_rainfall_amount_from_previous_timestep from new to old metadata -INFO: Converting local name Tbd of variable GFS_tbd_type_instance from new to old metadata -INFO: Converting local name v1 of variable y_wind_at_lowest_model_layer_for_diag from new to old metadata -INFO: Converting local name det_mf of variable cumulative_atmosphere_detrainment_convective_mass_flux from new to old metadata -INFO: Converting local name psurf of variable surface_air_pressure_diag from new to old metadata -INFO: Converting local name gasvmr(:,:,10) of variable volume_mixing_ratio_cfc113 from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_for_rain_effective_radius) of variable effective_radius_of_stratiform_cloud_rain_particle_in_um from new to old metadata -INFO: Converting local name nreffr of variable index_for_rain_effective_radius from new to old metadata -INFO: Converting local name del_gz of variable geopotential_difference_between_midlayers_divided_by_midlayer_virtual_temperature from new to old metadata -INFO: Converting local name imfdeepcnv_ntiedtke of variable flag_for_ntiedtke_deep_convection_scheme from new to old metadata -INFO: Converting local name h2o_coeff of variable number_of_coefficients_in_h2o_forcing_data from new to old metadata -INFO: Converting local name tgrs of variable air_temperature from new to old metadata -INFO: Converting local name xlon of variable longitude from new to old metadata -INFO: Converting local name c_d of variable coefficient_c_d from new to old metadata -INFO: Converting local name tlvl of variable air_temperature_at_interface_for_radiation from new to old metadata -INFO: Converting local name f_rimef of variable rime_factor from new to old metadata -INFO: Converting local name mg_do_ice_gmao of variable mg_flag_for_gmao_ice_formulation from new to old metadata -INFO: Converting local name snowca of variable cumulative_surface_snow_area_fraction_multiplied_by_timestep from new to old metadata -INFO: Converting local name hflx of variable kinematic_surface_upward_sensible_heat_flux from new to old metadata -INFO: Converting local name dt3dt(:,:,6) of variable cumulative_change_in_temperature_due_to_microphysics from new to old metadata -INFO: Converting local name nirdfui of variable surface_upwelling_diffuse_near_infrared_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name trans of variable transpiration_flux from new to old metadata -INFO: Converting local name ntchs of variable index_for_first_chemical_tracer from new to old metadata -INFO: Converting local name idxday of variable daytime_points from new to old metadata -INFO: Converting local name iceprv of variable lwe_thickness_of_ice_amount_from_previous_timestep from new to old metadata -INFO: Converting local name mg_alf of variable mg_tuning_factor_for_alphas from new to old metadata -INFO: Converting local name nupdraft of variable number_of_plumes from new to old metadata -INFO: Converting local name qr_r of variable cloud_rain_water_mixing_ratio from new to old metadata -INFO: Converting local name sec of variable seconds_elapsed_since_model_initialization from new to old metadata -INFO: Converting local name epi of variable instantaneous_surface_potential_evaporation from new to old metadata -INFO: Converting local name gflx_land of variable upward_heat_flux_in_soil_over_land from new to old metadata -INFO: Converting local name du3dt_ngw of variable time_integral_of_change_in_x_wind_due_to_nonstationary_gravity_wave from new to old metadata -INFO: Converting local name bl_mynn_cloudpdf of variable cloudpdf from new to old metadata -INFO: Converting local name vtype of variable vegetation_type_classification_real from new to old metadata -INFO: Converting local name imfdeepcnv_gf of variable flag_for_gf_deep_convection_scheme from new to old metadata -INFO: Converting local name lssav of variable flag_diagnostics from new to old metadata -INFO: Converting local name sfalb of variable surface_diffused_shortwave_albedo from new to old metadata -INFO: Converting local name acvb of variable smallest_cloud_base_vertical_index_encountered_thus_far from new to old metadata -INFO: Converting local name c_0 of variable coefficient_c_0 from new to old metadata -INFO: Converting local name mpirank of variable mpi_rank_for_fast_physics from new to old metadata -INFO: Converting local name ntrac of variable number_of_tracers from new to old metadata -INFO: Converting local name dvsfci of variable instantaneous_surface_y_momentum_flux_for_diag from new to old metadata -INFO: Converting local name GFS_Interstitial of variable GFS_interstitial_type_instance_all_threads from new to old metadata -INFO: Converting local name in_nm of variable in_number_concentration from new to old metadata -INFO: Converting local name blksz2(ccpp_block_number) of variable horizontal_dimension from new to old metadata -INFO: Converting local name blk_no of variable ccpp_block_number from new to old metadata -INFO: Converting local name min_lakeice of variable lake_ice_minimum from new to old metadata -INFO: Converting local name canicexy of variable canopy_intercepted_ice_mass from new to old metadata -INFO: Converting local name mg_precip_frac_method of variable mg_type_of_precip_fraction_method from new to old metadata -INFO: Converting local name lonr of variable number_of_equatorial_longitude_points from new to old metadata -INFO: Converting local name dt3dt(:,:,7) of variable cumulative_change_in_temperature_due_to_orographic_gravity_wave_drag from new to old metadata -INFO: Converting local name dtzm of variable mean_change_over_depth_in_sea_water_temperature from new to old metadata -INFO: Converting local name du3dt_mtb of variable time_integral_of_change_in_x_wind_due_to_mountain_blocking_drag from new to old metadata -INFO: Converting local name stress_land of variable surface_wind_stress_over_land from new to old metadata -INFO: Converting local name nspinup of variable number_of_iterations_to_spin_up_cellular_automata from new to old metadata -INFO: Converting local name zogw of variable height_of_launch_level_of_orographic_gravity_wave from new to old metadata -INFO: Converting local name ntsw of variable index_for_snow_water from new to old metadata -INFO: Converting local name cov of variable t_prime_q_prime from new to old metadata -INFO: Converting local name sup of variable ice_supersaturation_threshold from new to old metadata -INFO: Converting local name dt3dt(:,:,3) of variable cumulative_change_in_temperature_due_to_PBL from new to old metadata -INFO: Converting local name mg_qcvar of variable mg_cloud_water_variance from new to old metadata -INFO: Converting local name ffmm_ice of variable Monin_Obukhov_similarity_function_for_momentum_over_ice from new to old metadata -INFO: Converting local name dtdt of variable tendency_of_air_temperature_at_Lagrangian_surface from new to old metadata -INFO: Converting local name GFS_statein_type of variable GFS_statein_type from new to old metadata -INFO: Converting local name train of variable accumulated_change_of_air_temperature_due_to_FA_scheme from new to old metadata -INFO: Converting local name fscav of variable coefficients_for_aerosol_scavenging from new to old metadata -INFO: Converting local name prslk(:,1) of variable dimensionless_exner_function_at_lowest_model_layer from new to old metadata -INFO: Converting local name tf of variable frozen_cloud_threshold_temperature from new to old metadata -INFO: Converting local name communicator of variable mpi_comm from new to old metadata -INFO: Converting local name qs_r of variable cloud_snow_mixing_ratio from new to old metadata -INFO: Converting local name skebv_wts of variable weights_for_stochastic_skeb_perturbation_of_y_wind from new to old metadata -INFO: Converting local name bl_mynn_edmf_part of variable edmf_partition_flag from new to old metadata -INFO: Converting local name dq3dt(:,:,7) of variable cumulative_change_in_ozone_concentration_due_to_ozone_mixing_ratio from new to old metadata -INFO: Converting local name swhc of variable tendency_of_air_temperature_due_to_shortwave_heating_assuming_clear_sky_on_radiation_timestep from new to old metadata -INFO: Converting local name mg_ngnst of variable mg_graupel_concentration_constant from new to old metadata -INFO: Converting local name GFS_grid_type of variable GFS_grid_type from new to old metadata -INFO: Converting local name js of variable starting_y_direction_index from new to old metadata -INFO: Converting local name out_dt of variable flag_for_tendency_of_air_temperature_at_Lagrangian_surface from new to old metadata -INFO: Converting local name delr of variable layer_pressure_thickness_for_radiation from new to old metadata -INFO: Converting local name ncgl of variable local_graupel_number_concentration from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_snow_water) of variable snow_water_mixing_ratio from new to old metadata -INFO: Converting local name totgrp of variable accumulated_lwe_thickness_of_graupel_amount from new to old metadata -INFO: Converting local name cldtausw of variable cloud_optical_depth_layers_at_0p55mu_band from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_ozone) of variable tendency_of_ozone_mixing_ratio_due_to_model_physics from new to old metadata -INFO: Converting local name ntoz of variable index_for_ozone from new to old metadata -INFO: Converting local name evap of variable kinematic_surface_upward_latent_heat_flux from new to old metadata -INFO: Converting local name oro of variable orography from new to old metadata -INFO: Converting local name topfsw of variable sw_fluxes_top_atmosphere from new to old metadata -INFO: Converting local name jmap of variable map_of_block_column_number_to_global_j_index from new to old metadata -INFO: Converting local name cdq of variable surface_drag_coefficient_for_heat_and_moisture_in_air from new to old metadata -INFO: Converting local name soiltype of variable soil_type_classification from new to old metadata -INFO: Converting local name evap_ocean of variable kinematic_surface_upward_latent_heat_flux_over_ocean from new to old metadata -INFO: Converting local name nblks of variable number_of_blocks from new to old metadata -INFO: Converting local name dxinv of variable inverse_scaling_factor_for_critical_relative_humidity from new to old metadata -INFO: Converting local name dvsfc of variable cumulative_surface_y_momentum_flux_for_diag_multiplied_by_timestep from new to old metadata -INFO: Converting local name GFS_stateout_type of variable GFS_stateout_type from new to old metadata -INFO: Converting local name qg of variable cloud_graupel_specific_humidity_at_Lagrangian_surface from new to old metadata -INFO: Converting local name nmtvr of variable number_of_statistical_measures_of_subgrid_orography from new to old metadata -INFO: Converting local name nseed of variable cellular_automata_seed_frequency from new to old metadata -INFO: Converting local name nlives of variable cellular_automata_lifetime from new to old metadata -INFO: Converting local name vegf1d of variable perturbation_of_vegetation_fraction from new to old metadata -INFO: Converting local name v10m of variable y_wind_at_10m from new to old metadata -INFO: Converting local name hice of variable sea_ice_thickness from new to old metadata -INFO: Converting local name mbota of variable model_layer_number_at_cloud_base from new to old metadata -INFO: Converting local name ncnvw of variable index_for_convective_cloud_water_mixing_ratio_in_phy_f3d from new to old metadata -INFO: Converting local name flqc of variable surface_exchange_coefficient_for_moisture from new to old metadata -INFO: Converting local name imfshalcnv_samf of variable flag_for_samf_shallow_convection_scheme from new to old metadata -INFO: Converting local name ntdiag of variable diagnostics_control_for_chemical_tracers from new to old metadata -INFO: Converting local name c1_shal of variable detrainment_conversion_parameter_shallow_convection from new to old metadata -INFO: Converting local name con_g of variable gravitational_acceleration from new to old metadata -INFO: Converting local name je of variable ending_y_direction_index from new to old metadata -INFO: Converting local name hprime(:,1) of variable standard_deviation_of_subgrid_orography from new to old metadata -INFO: Converting local name lh of variable surface_latent_heat from new to old metadata -INFO: Converting local name v10max of variable maximum_v_wind_at_10m_over_maximum_hourly_time_interval from new to old metadata -INFO: Converting local name dvsfcg of variable instantaneous_y_stress_due_to_gravity_wave_drag from new to old metadata -INFO: Converting local name mg_ninst of variable mg_ice_concentration_constant from new to old metadata -INFO: Converting local name lwhd of variable tendency_of_air_temperature_due_to_longwave_heating_for_idea from new to old metadata -INFO: Converting local name ntkev of variable index_for_turbulent_kinetic_energy_vertical_diffusion_tracer from new to old metadata -INFO: Converting local name fm10 of variable Monin_Obukhov_similarity_function_for_momentum_at_10m from new to old metadata -INFO: Converting local name phour of variable forecast_time_at_previous_timestep from new to old metadata -INFO: Converting local name phys_hydrostatic of variable flag_for_hydrostatic_heating_from_physics from new to old metadata -INFO: Converting local name nswsfci of variable surface_net_downwelling_shortwave_flux from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_for_graupel_effective_radius) of variable effective_radius_of_stratiform_cloud_graupel_particle_in_um from new to old metadata -INFO: Converting local name ngeffr of variable index_for_graupel_effective_radius from new to old metadata -INFO: Converting local name kt of variable vertical_index_difference_between_layer_and_upper_bound from new to old metadata -INFO: Converting local name GFS_tbd_type of variable GFS_tbd_type from new to old metadata -INFO: Converting local name tsurf_ocean of variable surface_skin_temperature_after_iteration_over_ocean from new to old metadata -INFO: Converting local name gu0(:,1) of variable x_wind_at_lowest_model_layer_updated_by_physics from new to old metadata -INFO: Converting local name akap of variable kappa_dry_for_fast_physics from new to old metadata -INFO: Converting local name lsm of variable flag_for_land_surface_scheme from new to old metadata -INFO: Converting local name nscav of variable number_of_tracers_scavenged from new to old metadata -INFO: Converting local name ffmm of variable Monin_Obukhov_similarity_function_for_momentum from new to old metadata -INFO: Converting local name nnirbm_cpl of variable cumulative_surface_net_downward_direct_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name tau_mtb of variable instantaneous_momentum_flux_due_to_mountain_blocking_drag from new to old metadata -INFO: Converting local name snicexy of variable snow_layer_ice from new to old metadata -INFO: Converting local name flag_guess of variable flag_for_guess_run from new to old metadata -INFO: Converting local name dnirbm_cpl of variable cumulative_surface_downwelling_direct_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name chh_ocean of variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_ocean from new to old metadata -INFO: Converting local name dtsfci_cpl of variable instantaneous_surface_upward_sensible_heat_flux_for_coupling from new to old metadata -INFO: Converting local name flgmin of variable minimum_large_ice_fraction from new to old metadata -INFO: Converting local name t02max of variable maximum_temperature_at_2m_over_maximum_hourly_time_interval from new to old metadata -INFO: Converting local name tconvtend of variable tendency_of_air_temperature_due_to_deep_convection_for_coupling_on_physics_timestep from new to old metadata -INFO: Converting local name zorl of variable surface_roughness_length from new to old metadata -INFO: Converting local name coslat of variable cosine_of_latitude from new to old metadata -INFO: Converting local name pertalb of variable magnitude_of_surface_albedo_perturbation from new to old metadata -INFO: Converting local name aecm of variable instantaneous_aerosol_column_mass_densities from new to old metadata -INFO: Converting local name con_rv of variable gas_constant_water_vapor from new to old metadata -INFO: Converting local name wminco of variable cloud_condensed_water_conversion_threshold from new to old metadata -INFO: Converting local name fastcpxy of variable fast_soil_pool_mass_content_of_carbon from new to old metadata -INFO: Converting local name kind_grid of variable kind_grid from new to old metadata -INFO: Converting local name stress of variable surface_wind_stress from new to old metadata -INFO: Converting local name qgrs(:,1,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio_at_lowest_model_layer from new to old metadata -INFO: Converting local name rhc of variable critical_relative_humidity from new to old metadata -INFO: Converting local name tsfco of variable sea_surface_temperature from new to old metadata -INFO: Converting local name tau_ngw of variable instantaneous_momentum_flux_due_to_nonstationary_gravity_wave from new to old metadata -INFO: Converting local name tsfcl of variable surface_skin_temperature_over_land from new to old metadata -INFO: Converting local name clouds(:,:,7) of variable mean_effective_radius_for_rain_drop from new to old metadata -INFO: Converting local name con_cliq of variable specific_heat_of_liquid_water_at_constant_pressure from new to old metadata -INFO: Converting local name zmtb of variable height_of_mountain_blocking from new to old metadata -INFO: Converting local name ulwsfcin_cpl of variable surface_upwelling_longwave_flux_for_coupling from new to old metadata -INFO: Converting local name dlwsfc_cpl of variable cumulative_surface_downwelling_longwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name sfcdlw of variable surface_downwelling_longwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name t1 of variable air_temperature_at_lowest_model_layer_for_diag from new to old metadata -INFO: Converting local name ntiw of variable index_for_ice_cloud_condensate from new to old metadata -INFO: Converting local name bl_mynn_mixlength of variable mixing_length_flag from new to old metadata -INFO: Converting local name faerlw(:,:,:,1) of variable aerosol_optical_depth_for_longwave_bands_01_16 from new to old metadata -INFO: Converting local name ozpl of variable ozone_forcing from new to old metadata -INFO: Converting local name dlength of variable characteristic_grid_length_scale from new to old metadata -INFO: Converting local name slag of variable equation_of_time from new to old metadata -INFO: Converting local name ntot2d of variable number_of_fields_in_phyf2d from new to old metadata -INFO: Converting local name iopt_run of variable flag_for_runoff_and_groundwater_option from new to old metadata -INFO: Converting local name gq0(:,:,index_for_liquid_cloud_number_concentration) of variable cloud_droplet_number_concentration_updated_by_physics from new to old metadata -INFO: Converting local name sneqvoxy of variable snow_mass_at_previous_time_step from new to old metadata -INFO: Converting local name con_rhw0 of variable sea_water_reference_density from new to old metadata -INFO: Converting local name mtopa of variable model_layer_number_at_cloud_top from new to old metadata -INFO: Converting local name pertshc of variable magnitude_of_perturbation_of_soil_type_b_parameter from new to old metadata -INFO: Converting local name levi of variable vertical_interface_dimension from new to old metadata -INFO: Converting local name do_shoc of variable flag_for_shoc from new to old metadata -INFO: Converting local name du3dt_tms of variable time_integral_of_change_in_x_wind_due_to_turbulent_orographic_form_drag from new to old metadata -INFO: Converting local name snow_cpl of variable lwe_thickness_of_snow_amount_for_coupling from new to old metadata -INFO: Converting local name pkz of variable finite_volume_mean_edge_pressure_raised_to_the_power_of_kappa from new to old metadata -INFO: Converting local name nn of variable number_of_tracers_for_convective_transport from new to old metadata -INFO: Converting local name do_sat_adj of variable flag_for_saturation_adjustment_for_microphysics_in_dynamics from new to old metadata -INFO: Converting local name dx of variable cell_size from new to old metadata -INFO: Converting local name do_ugwp of variable do_ugwp from new to old metadata -INFO: Converting local name rain of variable lwe_thickness_of_precipitation_amount_on_dynamics_timestep from new to old metadata -INFO: Converting local name iopt_crs of variable flag_for_canopy_stomatal_resistance_option from new to old metadata -INFO: Converting local name qgrs(:,1,index_for_water_vapor) of variable water_vapor_specific_humidity_at_lowest_model_layer from new to old metadata -INFO: Converting local name ntqv of variable index_for_water_vapor from new to old metadata -INFO: Converting local name t02min of variable minimum_temperature_at_2m_over_maximum_hourly_time_interval from new to old metadata -INFO: Converting local name imp_physics_gfdl of variable flag_for_gfdl_microphysics_scheme from new to old metadata -INFO: Converting local name lprnt of variable flag_print from new to old metadata -INFO: Converting local name gabsbdlw_ice of variable surface_downwelling_longwave_flux_absorbed_by_ground_over_ice from new to old metadata -INFO: Converting local name imp_physics_thompson of variable flag_for_thompson_microphysics_scheme from new to old metadata -INFO: Converting local name ctei_rm of variable critical_cloud_top_entrainment_instability_criteria from new to old metadata -INFO: Converting local name tseal of variable surface_skin_temperature_for_nsst from new to old metadata -INFO: Converting local name dusfc_fd of variable integrated_x_momentum_flux_from_form_drag from new to old metadata -INFO: Converting local name dusfcin_cpl of variable surface_x_momentum_flux_for_coupling from new to old metadata -INFO: Converting local name slope of variable surface_slope_classification_real from new to old metadata -INFO: Converting local name htrlw of variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_timestep from new to old metadata -INFO: Converting local name mg_qcmin(2) of variable mg_minimum_ice_mixing_ratio from new to old metadata -INFO: Converting local name tice of variable sea_ice_temperature_interstitial from new to old metadata -INFO: Converting local name adjvisbmu of variable surface_upwelling_direct_ultraviolet_and_visible_shortwave_flux from new to old metadata -INFO: Converting local name dvgwd of variable time_integral_of_y_stress_due_to_gravity_wave_drag from new to old metadata -INFO: Converting local name dusfc_cice of variable surface_x_momentum_flux_for_coupling_interstitial from new to old metadata -INFO: Converting local name errmsg of variable ccpp_error_message from new to old metadata -INFO: Converting local name flag_cice of variable flag_for_cice from new to old metadata -INFO: Converting local name Coupling of variable GFS_coupling_type_instance from new to old metadata -INFO: Converting local name cs_parm(3) of variable detrainment_and_precipitation_tunable_parameter_3_CS from new to old metadata -INFO: Converting local name snliqxy of variable snow_layer_liquid_water from new to old metadata -INFO: Converting local name mstrat of variable flag_for_moorthi_stratus from new to old metadata -INFO: Converting local name imfdeepcnv_sas of variable flag_for_sas_deep_convection_scheme from new to old metadata -INFO: Converting local name weasd_ice of variable water_equivalent_accumulated_snow_depth_over_ice from new to old metadata -INFO: Converting local name bl_mynn_edmf_mom of variable edmf_momentum_transport_flag from new to old metadata -INFO: Converting local name npdf3d of variable number_of_3d_arrays_associated_with_pdf_based_clouds from new to old metadata -INFO: Converting local name dq3dt(:,:,2) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_deep_convection from new to old metadata -INFO: Converting local name w_upi of variable vertical_velocity_for_updraft from new to old metadata -INFO: Converting local name qlyr of variable water_vapor_specific_humidity_at_layer_for_radiation from new to old metadata -INFO: Converting local name fm10_ice of variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_ice from new to old metadata -INFO: Converting local name qgl of variable local_graupel_mixing_ratio from new to old metadata -INFO: Converting local name gt0(:,1) of variable air_temperature_at_lowest_model_layer_updated_by_physics from new to old metadata -INFO: Converting local name ccpp_t of variable ccpp_t from new to old metadata -INFO: Converting local name clouds(:,:,4) of variable cloud_ice_water_path from new to old metadata -INFO: Converting local name rain_cpl of variable lwe_thickness_of_precipitation_amount_for_coupling from new to old metadata -INFO: Converting local name bl_mynn_cloudmix of variable cloud_specie_mix_flag from new to old metadata -INFO: Converting local name tgxy of variable ground_temperature_for_noahmp from new to old metadata -INFO: Converting local name oa4 of variable asymmetry_of_subgrid_orography from new to old metadata -INFO: Converting local name refdmax of variable maximum_reflectivity_at_1km_agl_over_maximum_hourly_time_interval from new to old metadata -INFO: Converting local name GFS_Data(ccpp_block_number) of variable GFS_data_type_instance from new to old metadata -INFO: Converting local name dvsfc_cpl of variable cumulative_surface_y_momentum_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name shocaftcnv of variable flag_for_shoc_after_convection from new to old metadata -INFO: Converting local name mg_rhmini of variable mg_minimum_rh_for_ice from new to old metadata -INFO: Converting local name t2mi_cpl of variable instantaneous_temperature_at_2m_for_coupling from new to old metadata -INFO: Converting local name GFS_Interstitial(ccpp_thread_number) of variable GFS_interstitial_type_instance from new to old metadata -INFO: Converting local name thrd_no of variable ccpp_thread_number from new to old metadata -INFO: Converting local name evbs of variable soil_upward_latent_heat_flux from new to old metadata -INFO: Converting local name dtdtr of variable tendency_of_air_temperature_due_to_radiative_heating_on_physics_time_step from new to old metadata -INFO: Converting local name spfhmin of variable minimum_specific_humidity_at_2m from new to old metadata -INFO: Converting local name xsaixy of variable stem_area_index from new to old metadata -INFO: Converting local name lsoil of variable soil_vertical_dimension from new to old metadata -INFO: Converting local name mg_ts_auto_ice of variable mg_time_scale_for_autoconversion_of_ice from new to old metadata -INFO: Converting local name ca_deep of variable fraction_of_cellular_automata_for_deep_convection from new to old metadata -INFO: Converting local name work1 of variable grid_size_related_coefficient_used_in_scale_sensitive_schemes from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_for_cloud_liquid_water_effective_radius) of variable effective_radius_of_stratiform_cloud_liquid_water_particle_in_um from new to old metadata -INFO: Converting local name nleffr of variable index_for_cloud_liquid_water_effective_radius from new to old metadata -INFO: Converting local name dlwsfci of variable surface_downwelling_longwave_flux from new to old metadata -INFO: Converting local name mg_nicons of variable mg_flag_ice_concentration_constant from new to old metadata -INFO: Converting local name faersw(:,:,:,1) of variable aerosol_optical_depth_for_shortwave_bands_01_16 from new to old metadata -INFO: Converting local name xt of variable diurnal_thermocline_layer_heat_content from new to old metadata -INFO: Converting local name prsl of variable air_pressure from new to old metadata -INFO: Converting local name cv of variable fraction_of_convective_cloud from new to old metadata -INFO: Converting local name blksz of variable horizontal_block_size from new to old metadata -INFO: Converting local name pertvegf of variable magnitude_of_perturbation_of_vegetation_fraction from new to old metadata -INFO: Converting local name gq0(:,:,index_for_cloud_amount) of variable cloud_fraction_updated_by_physics from new to old metadata -INFO: Converting local name ntclamt of variable index_for_cloud_amount from new to old metadata -INFO: Converting local name zorlo of variable surface_roughness_length_over_ocean from new to old metadata -INFO: Converting local name te0 of variable atmosphere_energy_content_at_Lagrangian_surface from new to old metadata -INFO: Converting local name ktop of variable vertical_index_at_cloud_top from new to old metadata -INFO: Converting local name prevsq of variable moisture_from_previous_timestep from new to old metadata -INFO: Converting local name kpbl of variable vertical_index_at_top_of_atmosphere_boundary_layer from new to old metadata -INFO: Converting local name ncells of variable cellular_automata_finer_grid from new to old metadata -INFO: Converting local name cnvc of variable convective_cloud_cover from new to old metadata -INFO: Converting local name totprcp of variable accumulated_lwe_thickness_of_precipitation_amount from new to old metadata -INFO: Converting local name cgwf of variable multiplication_factors_for_convective_gravity_wave_drag from new to old metadata -INFO: Converting local name do_shum of variable flag_for_stochastic_shum_option from new to old metadata -INFO: Converting local name save_q of variable tracer_concentration_save from new to old metadata -INFO: Converting local name h2o_pres of variable natural_log_of_h2o_forcing_data_pressure_levels from new to old metadata -INFO: Converting local name iopt_snf of variable flag_for_precipitation_partition_option from new to old metadata -INFO: Converting local name c0s_shal of variable rain_conversion_parameter_shallow_convection from new to old metadata -INFO: Converting local name zwtxy of variable water_table_depth from new to old metadata -INFO: Converting local name qr of variable cloud_rain_specific_humidity_at_Lagrangian_surface from new to old metadata -INFO: Converting local name dzlyr of variable layer_thickness_for_radiation from new to old metadata -INFO: Converting local name taussxy of variable nondimensional_snow_age from new to old metadata -INFO: Converting local name tsfa of variable surface_air_temperature_for_radiation from new to old metadata -INFO: Converting local name snoalb of variable upper_bound_on_max_albedo_over_deep_snow from new to old metadata -INFO: Converting local name xs of variable sea_water_salinity from new to old metadata -INFO: Converting local name dvsfci_cpl of variable instantaneous_surface_y_momentum_flux_for_coupling from new to old metadata -INFO: Converting local name xlat of variable latitude from new to old metadata -INFO: Converting local name ugrs of variable x_wind from new to old metadata -INFO: Converting local name shdmin of variable minimum_vegetation_area_fraction from new to old metadata -INFO: Converting local name nnirdfi_cpl of variable instantaneous_surface_net_downward_diffuse_near_infrared_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name microp_uniform of variable mg_flag_for_uniform_subcolumns from new to old metadata -INFO: Converting local name frland of variable land_area_fraction_for_microphysics from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_ice_friendly_aerosols) of variable tendency_of_ice_friendly_aerosol_number_concentration_due_to_model_physics from new to old metadata -INFO: Converting local name oz_pres of variable natural_log_of_ozone_forcing_data_pressure_levels from new to old metadata -INFO: Converting local name zlwb of variable time_integral_of_height_of_low_level_wave_breaking from new to old metadata -INFO: Converting local name gq0(:,:,index_for_ice_cloud_condensate) of variable ice_water_mixing_ratio_updated_by_physics from new to old metadata -INFO: Converting local name qss of variable surface_specific_humidity from new to old metadata -INFO: Converting local name dry of variable flag_nonzero_land_surface_fraction from new to old metadata -INFO: Converting local name bk of variable b_parameter_of_the_hybrid_coordinate from new to old metadata -INFO: Converting local name cdmbgwd of variable multiplication_factors_for_mountain_blocking_and_orographic_gravity_wave_drag from new to old metadata -INFO: Converting local name levs of variable vertical_dimension from new to old metadata -INFO: Converting local name swhtr of variable flag_for_output_of_shortwave_heating_rate from new to old metadata -INFO: Converting local name zorl_land of variable surface_roughness_length_over_land_interstitial from new to old metadata -INFO: Converting local name t2m of variable temperature_at_2m from new to old metadata -INFO: Converting local name tau_ogw of variable instantaneous_momentum_flux_due_to_orographic_gravity_wave_drag from new to old metadata -INFO: Converting local name shoc_parm(3) of variable shoc_tke_dissipation_tunable_parameter_near_surface from new to old metadata -INFO: Converting local name gflx_ice of variable upward_heat_flux_in_soil_over_ice from new to old metadata -INFO: Converting local name nspc1 of variable number_of_species_for_aerosol_optical_depth from new to old metadata -INFO: Converting local name drain_cpl of variable tendency_of_lwe_thickness_of_precipitation_amount_for_coupling from new to old metadata -INFO: Converting local name phis of variable surface_geopotential_at_Lagrangian_surface from new to old metadata -INFO: Converting local name q2mi_cpl of variable instantaneous_specific_humidity_at_2m_for_coupling from new to old metadata -INFO: Converting local name zogw of variable time_integral_of_height_of_launch_level_of_orographic_gravity_wave from new to old metadata -INFO: Converting local name prsi of variable air_pressure_at_interface from new to old metadata -INFO: Converting local name aerodp of variable atmosphere_optical_thickness_due_to_ambient_aerosol_particles from new to old metadata -INFO: Converting local name shal_cnv of variable flag_for_shallow_convection from new to old metadata -INFO: Converting local name icsdlw of variable seed_random_numbers_lw from new to old metadata -INFO: Converting local name ncld of variable number_of_hydrometeors from new to old metadata -INFO: Converting local name gasvmr(:,:,6) of variable volume_mixing_ratio_cfc11 from new to old metadata -INFO: Converting local name tracers_water of variable number_of_water_tracers from new to old metadata -INFO: Converting local name nscyc of variable number_of_timesteps_between_surface_cycling_calls from new to old metadata -INFO: Converting local name dswsfc_cpl of variable cumulative_surface_downwelling_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name adjvisdfu of variable surface_upwelling_diffuse_ultraviolet_and_visible_shortwave_flux from new to old metadata -INFO: Converting local name cs_parm(2) of variable updraft_velocity_tunable_parameter_2_CS from new to old metadata -INFO: Converting local name lsswr of variable flag_to_calc_sw from new to old metadata -INFO: Converting local name imfshalcnv_gf of variable flag_for_gf_shallow_convection_scheme from new to old metadata -INFO: Converting local name kinver of variable index_of_highest_temperature_inversion from new to old metadata -INFO: Converting local name tslb of variable soil_temperature_for_land_surface_model from new to old metadata -INFO: Converting local name weasd of variable water_equivalent_accumulated_snow_depth from new to old metadata -INFO: Converting local name tisfc of variable sea_ice_temperature from new to old metadata -INFO: Converting local name faerlw of variable aerosol_optical_properties_for_longwave_bands_01_16 from new to old metadata -INFO: Converting local name logunit of variable iounit_log from new to old metadata -INFO: Converting local name fast_mp_consv of variable flag_for_fast_microphysics_energy_conservation from new to old metadata -INFO: Converting local name cnv_mfd of variable detrained_mass_flux from new to old metadata -INFO: Converting local name zvir of variable ratio_of_vapor_to_dry_air_gas_constants_minus_one_default_kind from new to old metadata -INFO: Converting local name jed of variable ending_y_direction_index_domain from new to old metadata -INFO: Converting local name gasvmr(:,:,3) of variable volume_mixing_ratio_ch4 from new to old metadata -INFO: Converting local name sfcdsw of variable surface_downwelling_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name hydrostatic of variable flag_for_hydrostatic_solver_for_fast_physics from new to old metadata -INFO: Converting local name dvsfc_bl of variable integrated_y_momentum_flux_from_blocking_drag from new to old metadata -INFO: Converting local name Grid of variable GFS_grid_type_instance from new to old metadata -INFO: Converting local name ncnd of variable number_of_cloud_condensate_types from new to old metadata -INFO: Converting local name w_0 of variable coefficient_w_0 from new to old metadata -INFO: Converting local name zm of variable ocean_mixed_layer_thickness from new to old metadata -INFO: Converting local name shoc_parm(2) of variable shoc_tke_dissipation_tunable_parameter from new to old metadata -INFO: Converting local name cdec of variable cosine_of_solar_declination_angle from new to old metadata -INFO: Converting local name npzq_con of variable vertical_dimension_for_condensed_water_at_Lagrangian_surface from new to old metadata -INFO: Converting local name rmol of variable reciprocal_of_obukhov_length from new to old metadata -INFO: Converting local name snowxy of variable number_of_snow_layers from new to old metadata -INFO: Converting local name hflx_land of variable kinematic_surface_upward_sensible_heat_flux_over_land from new to old metadata -INFO: Converting local name clw of variable convective_transportable_tracers from new to old metadata -INFO: Converting local name srflag of variable flag_for_precipitation_type from new to old metadata -INFO: Converting local name suntim of variable duration_of_sunshine from new to old metadata -INFO: Converting local name isot of variable soil_type_dataset_choice from new to old metadata -INFO: Converting local name isol of variable flag_for_solar_constant from new to old metadata -INFO: Converting local name th2m of variable potential_temperature_at_2m from new to old metadata -INFO: Converting local name hpbl of variable atmosphere_boundary_layer_thickness from new to old metadata -INFO: Converting local name cd of variable surface_drag_coefficient_for_momentum_in_air from new to old metadata -INFO: Converting local name dusfc_ls of variable integrated_x_momentum_flux_from_large_scale_gwd from new to old metadata -INFO: Converting local name do_sppt of variable flag_for_stochastic_surface_physics_perturbations from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_for_convective_cloud_water_mixing_ratio_in_phy_f3d) of variable convective_cloud_water_mixing_ratio_in_phy_f3d from new to old metadata -INFO: Converting local name rb_ice of variable bulk_richardson_number_at_lowest_model_level_over_ice from new to old metadata -INFO: Converting local name itc of variable number_of_aerosol_tracers_for_convection from new to old metadata -INFO: Converting local name Cldprop of variable GFS_cldprop_type_instance from new to old metadata -INFO: Converting local name grav_settling of variable grav_settling from new to old metadata -INFO: Converting local name gq0(:,:,index_for_ice_cloud_number_concentration) of variable ice_number_concentration_updated_by_physics from new to old metadata -INFO: Converting local name ntinc of variable index_for_ice_cloud_number_concentration from new to old metadata -INFO: Converting local name iopt_inf of variable flag_for_frozen_soil_permeability_option from new to old metadata -INFO: Converting local name c0s_deep of variable rain_conversion_parameter_deep_convection from new to old metadata -INFO: Converting local name dtaux2d_ls of variable x_momentum_tendency_from_large_scale_gwd from new to old metadata -INFO: Converting local name phy_myj_qz0 of variable specific_humidity_at_viscous_sublayer_top from new to old metadata -INFO: Converting local name iovr_sw of variable flag_for_max_random_overlap_clouds_for_shortwave_radiation from new to old metadata -INFO: Converting local name icliq_sw of variable flag_for_optical_property_for_liquid_clouds_for_shortwave_radiation from new to old metadata -INFO: Converting local name psmean of variable cumulative_surface_pressure_multiplied_by_timestep from new to old metadata -INFO: Converting local name cmm_ocean of variable surface_drag_wind_speed_for_momentum_in_air_over_ocean from new to old metadata -INFO: Converting local name shcnvcw of variable flag_shallow_convective_cloud from new to old metadata -INFO: Converting local name drain of variable subsurface_runoff_flux from new to old metadata -INFO: Converting local name ak of variable a_parameter_of_the_hybrid_coordinate from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_liquid_cloud_number_concentration) of variable tendency_of_cloud_droplet_number_concentration_due_to_model_physics from new to old metadata -INFO: Converting local name sfc_z0_type of variable flag_for_surface_roughness_option_over_ocean from new to old metadata -INFO: Converting local name cvt of variable pressure_at_top_of_convective_cloud from new to old metadata -INFO: Converting local name gwd_opt of variable gwd_opt from new to old metadata -INFO: Converting local name snowmp of variable lwe_thickness_of_snow_amount from new to old metadata -INFO: Converting local name ncnvcld3d of variable number_of_convective_3d_cloud_fields from new to old metadata -INFO: Converting local name cape of variable convective_available_potential_energy_for_coupling from new to old metadata -INFO: Converting local name du3dt_ogw of variable time_integral_of_change_in_x_wind_due_to_orographic_gravity_wave_drag from new to old metadata -INFO: Converting local name te0_2d of variable atmosphere_energy_content_in_column from new to old metadata -INFO: Converting local name dsnowprv of variable snow_precipitation_rate_from_previous_timestep from new to old metadata -INFO: Converting local name chh of variable surface_drag_mass_flux_for_heat_and_moisture_in_air from new to old metadata -INFO: Converting local name dt3dt(:,:,5) of variable cumulative_change_in_temperature_due_to_shal_convection from new to old metadata -INFO: Converting local name cplwav of variable flag_for_wave_coupling from new to old metadata -INFO: Converting local name clw(:,:,2) of variable cloud_condensed_water_mixing_ratio_convective_transport_tracer from new to old metadata -INFO: Converting local name shoc_parm(1) of variable shoc_tke_dissipatation_pressure_threshold from new to old metadata -INFO: Converting local name oro_uf of variable orography_unfiltered from new to old metadata -INFO: Converting local name peln of variable log_pressure_at_Lagrangian_surface from new to old metadata -INFO: Converting local name gasvmr(:,:,8) of variable volume_mixing_ratio_cfc22 from new to old metadata -INFO: Converting local name pertzt of variable magnitude_of_perturbation_of_heat_to_momentum_roughness_length_ratio from new to old metadata -INFO: Converting local name clouds(:,:,1) of variable total_cloud_fraction from new to old metadata -INFO: Converting local name iaer of variable flag_for_default_aerosol_effect_in_shortwave_radiation from new to old metadata -INFO: Converting local name wet1 of variable normalized_soil_wetness from new to old metadata -INFO: Converting local name npz of variable vertical_dimension_for_fast_physics from new to old metadata -INFO: Converting local name cal_pre of variable flag_for_precipitation_type_algorithm from new to old metadata -INFO: Converting local name lmk of variable adjusted_vertical_layer_dimension_for_radiation from new to old metadata -INFO: Converting local name kind_phys of variable kind_phys from new to old metadata -INFO: Converting local name Sfcprop of variable GFS_sfcprop_type_instance from new to old metadata -INFO: Converting local name wslakexy of variable lake_water_storage from new to old metadata -INFO: Converting local name f10m of variable ratio_of_wind_at_lowest_model_layer_and_wind_at_10m from new to old metadata -INFO: Converting local name gasvmr(:,:,1) of variable volume_mixing_ratio_co2 from new to old metadata -INFO: Converting local name q2mp of variable specific_humidity_at_2m_from_noahmp from new to old metadata -INFO: Converting local name lwhc of variable tendency_of_air_temperature_due_to_longwave_heating_assuming_clear_sky_on_radiation_timestep from new to old metadata -INFO: Converting local name snowd_ice of variable surface_snow_thickness_water_equivalent_over_ice from new to old metadata -INFO: Converting local name lsnow_lsm_lbound of variable lower_bound_of_snow_vertical_dimension_for_land_surface_model from new to old metadata -INFO: Converting local name mg_dcs of variable mg_autoconversion_size_threshold_ice_snow from new to old metadata -INFO: Converting local name rhgrd of variable fa_threshold_relative_humidity_for_onset_of_condensation from new to old metadata -INFO: Converting local name dudt_ogw of variable instantaneous_change_in_x_wind_due_to_orographic_gravity_wave_drag from new to old metadata -INFO: Converting local name slmsk of variable sea_land_ice_mask_real from new to old metadata -INFO: Converting local name ictm of variable flag_for_initial_time_date_control from new to old metadata -INFO: Converting local name qss_ocean of variable surface_specific_humidity_over_ocean from new to old metadata -INFO: Converting local name tsfc of variable surface_skin_temperature from new to old metadata -INFO: Converting local name prsik of variable dimensionless_exner_function_at_model_interfaces from new to old metadata -INFO: Converting local name t2mmp of variable temperature_at_2m_from_noahmp from new to old metadata -INFO: Converting local name tau_ogw of variable time_integral_of_momentum_flux_due_to_orographic_gravity_wave_drag from new to old metadata -INFO: Converting local name topflw_type of variable topflw_type from new to old metadata -INFO: Converting local name cnv_nice of variable number_concentration_of_ice_crystals_for_detrainment from new to old metadata -INFO: Converting local name cscnv of variable flag_for_Chikira_Sugiyama_deep_convection from new to old metadata -INFO: Converting local name u10mi_cpl of variable instantaneous_x_wind_at_10m_for_coupling from new to old metadata -INFO: Converting local name fh2_ocean of variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_ocean from new to old metadata -INFO: Converting local name phii of variable geopotential_at_interface from new to old metadata -INFO: Converting local name gq0(:,:,index_for_graupel) of variable graupel_mixing_ratio_updated_by_physics from new to old metadata -INFO: Converting local name ntgl of variable index_for_graupel from new to old metadata -INFO: Converting local name nvisdfi_cpl of variable instantaneous_surface_net_downward_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name norad_precip of variable flag_for_precipitation_effect_on_radiation from new to old metadata -INFO: Converting local name dq3dt(:,:,5) of variable cumulative_change_in_ozone_mixing_ratio_due_to_PBL from new to old metadata -INFO: Converting local name dusfcg of variable instantaneous_x_stress_due_to_gravity_wave_drag from new to old metadata -INFO: Converting local name stype of variable soil_type_classification_real from new to old metadata -INFO: Converting local name lwhtr of variable flag_for_output_of_longwave_heating_rate from new to old metadata -INFO: Converting local name skebv_wts of variable weights_for_stochastic_skeb_perturbation_of_y_wind_flipped from new to old metadata -INFO: Converting local name prnum of variable prandtl_number from new to old metadata -INFO: Converting local name dtsfcin_cpl of variable surface_upward_sensible_heat_flux_for_coupling from new to old metadata -INFO: Converting local name sigmatot of variable convective_updraft_area_fraction_at_model_interfaces from new to old metadata -INFO: Converting local name rann of variable random_number_array from new to old metadata -INFO: Converting local name work2 of variable grid_size_related_coefficient_used_in_scale_sensitive_schemes_complement from new to old metadata -INFO: Converting local name ep1d_land of variable surface_upward_potential_latent_heat_flux_over_land from new to old metadata -INFO: Converting local name num_p3d of variable array_dimension_of_3d_arrays_for_microphysics from new to old metadata -INFO: Converting local name frac_grid of variable flag_for_fractional_grid from new to old metadata -INFO: Converting local name dtdtc of variable tendency_of_air_temperature_due_to_radiative_heating_assuming_clear_sky from new to old metadata -INFO: Converting local name chxy of variable surface_drag_coefficient_for_heat_and_moisture_for_noahmp from new to old metadata -INFO: Converting local name dtauy2d_bl of variable y_momentum_tendency_from_blocking_drag from new to old metadata -INFO: Converting local name dtsfc of variable cumulative_surface_upward_sensible_heat_flux_for_diag_multiplied_by_timestep from new to old metadata -INFO: Converting local name gflx_ocean of variable upward_heat_flux_in_soil_over_ocean from new to old metadata -INFO: Converting local name deeprechxy of variable water_table_recharge_when_deep from new to old metadata -INFO: Converting local name imfshalcnv_sas of variable flag_for_sas_shallow_convection_scheme from new to old metadata -INFO: Converting local name woodxy of variable wood_mass from new to old metadata -INFO: Converting local name phy_f3d(:,:,3) of variable air_temperature_at_previous_time_step from new to old metadata -INFO: Converting local name otspt of variable flag_convective_tracer_transport from new to old metadata -INFO: Converting local name tsurf of variable surface_skin_temperature_after_iteration from new to old metadata -INFO: Converting local name phy_f2d(:,array_dimension_of_2d_arrays_for_microphysics) of variable surface_wind_enhancement_due_to_convection from new to old metadata -INFO: Converting local name num_p2d of variable array_dimension_of_2d_arrays_for_microphysics from new to old metadata -INFO: Converting local name diss_est of variable dissipation_estimate_of_air_temperature_at_model_layers from new to old metadata -INFO: Converting local name ffmm_land of variable Monin_Obukhov_similarity_function_for_momentum_over_land from new to old metadata -INFO: Converting local name imfshalcnv of variable flag_for_mass_flux_shallow_convection_scheme from new to old metadata -INFO: Converting local name iopt_rad of variable flag_for_radiation_transfer_option from new to old metadata -INFO: Converting local name effr_in of variable flag_for_cloud_effective_radii from new to old metadata -INFO: Converting local name Sh3D of variable stability_function_for_heat from new to old metadata -INFO: Converting local name con_sbc of variable stefan_boltzmann_constant from new to old metadata -INFO: Converting local name phy_myj_z0base of variable baseline_surface_roughness_length from new to old metadata -INFO: Converting local name sdec of variable sine_of_solar_declination_angle from new to old metadata -INFO: Converting local name f_ice of variable fraction_of_ice_water_cloud from new to old metadata -INFO: Converting local name qs of variable cloud_snow_specific_humidity_at_Lagrangian_surface from new to old metadata -INFO: Converting local name iflip of variable flag_for_vertical_index_direction_control from new to old metadata -INFO: Converting local name draincprv of variable convective_precipitation_rate_from_previous_timestep from new to old metadata -INFO: Converting local name icsdsw of variable seed_random_numbers_sw from new to old metadata -INFO: Converting local name dtaux2d_bl of variable x_momentum_tendency_from_blocking_drag from new to old metadata -INFO: Converting local name uustar_ocean of variable surface_friction_velocity_over_ocean from new to old metadata -INFO: Converting local name zlwb of variable height_of_low_level_wave_breaking from new to old metadata -INFO: Converting local name sigma of variable slope_of_subgrid_orography from new to old metadata -INFO: Converting local name cd_land of variable surface_drag_coefficient_for_momentum_in_air_over_land from new to old metadata -INFO: Converting local name shoc_parm(5) of variable shoc_flag_for_optional_surface_TKE_dissipation from new to old metadata -INFO: Converting local name qss_ice of variable surface_specific_humidity_over_ice from new to old metadata -INFO: Converting local name graupel of variable lwe_thickness_of_graupel_amount_on_dynamics_timestep from new to old metadata -INFO: Converting local name do_myjsfc of variable do_myjsfc from new to old metadata -INFO: Converting local name htsw0 of variable tendency_of_air_temperature_due_to_shortwave_heating_assuming_clear_sky_on_radiation_time_step from new to old metadata -INFO: Converting local name ep of variable cumulative_surface_upward_potential_latent_heat_flux_multiplied_by_timestep from new to old metadata -INFO: Converting local name tprcp of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep from new to old metadata -INFO: Converting local name dnirdf_cpl of variable cumulative_surface_downwelling_diffuse_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name qwv_surf of variable water_vapor_mixing_ratio_at_surface from new to old metadata -INFO: Converting local name fm10_ocean of variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_ocean from new to old metadata -INFO: Converting local name QC_BL of variable subgrid_cloud_mixing_ratio_pbl from new to old metadata -INFO: Converting local name adjsfculw_ice of variable surface_upwelling_longwave_flux_over_ice_interstitial from new to old metadata -INFO: Converting local name tsfci_cpl of variable instantaneous_surface_skin_temperature_for_coupling from new to old metadata -INFO: Converting local name pertz0 of variable magnitude_of_perturbation_of_momentum_roughness_length from new to old metadata -INFO: Converting local name eahxy of variable canopy_air_vapor_pressure from new to old metadata -INFO: Converting local name cnv_dqldt of variable tendency_of_cloud_water_due_to_convective_microphysics from new to old metadata -INFO: Converting local name gq0 of variable tracer_concentration_updated_by_physics from new to old metadata -INFO: Converting local name iopt_dveg of variable flag_for_dynamic_vegetation_option from new to old metadata -INFO: Converting local name gv0(:,1) of variable y_wind_at_lowest_model_layer_updated_by_physics from new to old metadata -INFO: Converting local name first_time_step of variable flag_for_first_time_step from new to old metadata -INFO: Converting local name dtaux2d_ss of variable x_momentum_tendency_from_small_scale_gwd from new to old metadata -INFO: Converting local name wetdpl of variable instantaneous_large_scale_wet_deposition from new to old metadata -INFO: Converting local name cndm_surf of variable surface_condensation_mass from new to old metadata -INFO: Converting local name cmm_land of variable surface_drag_wind_speed_for_momentum_in_air_over_land from new to old metadata -INFO: Converting local name fh2 of variable Monin_Obukhov_similarity_function_for_heat_at_2m from new to old metadata -INFO: Converting local name gw_dudt of variable tendency_of_x_wind_due_to_ugwp from new to old metadata -INFO: Converting local name shinhong of variable flag_for_scale_aware_Shinhong_PBL from new to old metadata -INFO: Converting local name maxMF of variable maximum_mass_flux from new to old metadata -INFO: Converting local name gu0 of variable x_wind_updated_by_physics from new to old metadata -INFO: Converting local name ncstrac of variable number_of_tracers_for_CS from new to old metadata -INFO: Converting local name do_qa of variable flag_for_inline_cloud_fraction_calculation from new to old metadata -INFO: Converting local name pgr of variable surface_air_pressure from new to old metadata -INFO: Converting local name del of variable air_pressure_difference_between_midlayers from new to old metadata -INFO: Converting local name nqrimef of variable index_for_mass_weighted_rime_factor from new to old metadata -INFO: Converting local name du3dt(:,:,1) of variable cumulative_change_in_x_wind_due_to_PBL from new to old metadata -INFO: Converting local name raincs of variable lwe_thickness_of_shallow_convective_precipitation_amount from new to old metadata -INFO: Converting local name xlaixy of variable leaf_area_index from new to old metadata -INFO: Converting local name iopt_alb of variable flag_for_ground_snow_surface_albedo_option from new to old metadata -INFO: Converting local name moninq_fac of variable atmosphere_diffusivity_coefficient_factor from new to old metadata -INFO: Converting local name work3 of variable ratio_of_exner_function_between_midlayer_and_interface_at_lowest_model_layer from new to old metadata -INFO: Converting local name adjnirbmd of variable surface_downwelling_direct_near_infrared_shortwave_flux from new to old metadata -INFO: Converting local name imp_physics_zhao_carr_pdf of variable flag_for_zhao_carr_pdf_microphysics_scheme from new to old metadata -INFO: Converting local name dv3dt(:,:,3) of variable cumulative_change_in_y_wind_due_to_deep_convection from new to old metadata -INFO: Converting local name evcwa of variable cumulative_canopy_upward_latent_heat_flu_multiplied_by_timestep from new to old metadata -INFO: Converting local name lsm_noah of variable flag_for_noah_land_surface_scheme from new to old metadata -INFO: Converting local name ntk of variable index_for_turbulent_kinetic_energy_convective_transport_tracer from new to old metadata -INFO: Converting local name qsnw of variable local_snow_water_mixing_ratio from new to old metadata -INFO: Converting local name edmf_thl of variable emdf_updraft_theta_l from new to old metadata -INFO: Converting local name crtrh(2) of variable critical_relative_humidity_at_PBL_top from new to old metadata -INFO: Converting local name xv of variable diurnal_thermocline_layer_y_current from new to old metadata -INFO: Converting local name rlapse of variable air_temperature_lapse_rate_constant from new to old metadata -INFO: Converting local name clw(:,:,1) of variable ice_water_mixing_ratio_convective_transport_tracer from new to old metadata -INFO: Converting local name levozp of variable vertical_dimension_of_ozone_forcing_data from new to old metadata -INFO: Converting local name spfhmax of variable maximum_specific_humidity_at_2m from new to old metadata -INFO: Converting local name runoff of variable surface_runoff_flux from new to old metadata -INFO: Converting local name do_sb_physics of variable mg_flag_for_sb2001_autoconversion from new to old metadata -INFO: Converting local name phy_myj_a1q of variable weight_for_specific_humidity_at_viscous_sublayer_top from new to old metadata -INFO: Converting local name cactiv of variable conv_activity_counter from new to old metadata -INFO: Converting local name clw(:,:,index_for_turbulent_kinetic_energy_convective_transport_tracer) of variable turbulent_kinetic_energy_convective_transport_tracer from new to old metadata -INFO: Converting local name oz_phys_2015 of variable flag_for_2015_ozone_physics from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_snow_number_concentration) of variable snow_number_concentration from new to old metadata -INFO: Converting local name ntsnc of variable index_for_snow_number_concentration from new to old metadata -INFO: Converting local name dlwsfci_cpl of variable instantaneous_surface_downwelling_longwave_flux_for_coupling from new to old metadata -INFO: Converting local name errflg of variable ccpp_error_flag from new to old metadata -INFO: Converting local name kbot of variable vertical_index_at_cloud_base from new to old metadata -INFO: Converting local name clw_surf of variable cloud_condensed_water_mixing_ratio_at_surface from new to old metadata -INFO: Converting local name skebu_wts of variable weights_for_stochastic_skeb_perturbation_of_x_wind from new to old metadata -INFO: Converting local name snowprv of variable lwe_thickness_of_snow_amount_from_previous_timestep from new to old metadata -INFO: Converting local name spec_adv of variable flag_for_individual_cloud_species_advected from new to old metadata -INFO: Converting local name rainmp of variable lwe_thickness_of_explicit_rain_amount from new to old metadata -INFO: Converting local name jdat of variable forecast_date_and_time from new to old metadata -INFO: Converting local name ntrcaer of variable number_of_aerosol_tracers_MG from new to old metadata -INFO: Converting local name gflux of variable cumulative_surface_ground_heat_flux_multiplied_by_timestep from new to old metadata -INFO: Converting local name q1 of variable water_vapor_specific_humidity_at_lowest_model_layer_for_diag from new to old metadata -INFO: Converting local name gq0(:,1,index_for_water_vapor) of variable water_vapor_specific_humidity_at_lowest_model_layer_updated_by_physics from new to old metadata -INFO: Converting local name nday of variable daytime_points_dimension from new to old metadata -INFO: Converting local name cs_parm(9) of variable entrainment_efficiency_tunable_parameter_9_CS from new to old metadata -INFO: Converting local name flx_form of variable flag_flux_form_CS from new to old metadata -INFO: Converting local name dtsfc_cpl of variable cumulative_surface_upward_sensible_heat_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name nstf_name(1) of variable flag_for_nsstm_run from new to old metadata -INFO: Converting local name ca_sgs of variable flag_for_sgs_cellular_automata from new to old metadata -INFO: Converting local name mg_qcmin(1) of variable mg_minimum_cloud_condensed_water_mixing_ratio from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio from new to old metadata -INFO: Converting local name rilist of variable gas_constants_for_multi_gases_physics from new to old metadata -INFO: Converting local name dtauy2d_ls of variable y_momentum_tendency_from_large_scale_gwd from new to old metadata -INFO: Converting local name oz_coeff of variable number_of_coefficients_in_ozone_forcing_data from new to old metadata -INFO: Converting local name edmf_qt of variable emdf_updraft_total_water from new to old metadata -INFO: Converting local name stmassxy of variable stem_mass from new to old metadata -INFO: Converting local name dgraupelprv of variable graupel_precipitation_rate_from_previous_timestep from new to old metadata -INFO: Converting local name gq0(:,:,index_for_mass_weighted_rime_factor) of variable mass_weighted_rime_factor_updated_by_physics from new to old metadata -INFO: Converting local name alnwf of variable mean_nir_albedo_with_weak_cosz_dependency from new to old metadata -INFO: Converting local name smoiseq of variable equilibrium_soil_water_content from new to old metadata -INFO: Converting local name psautco of variable coefficient_from_cloud_ice_to_snow from new to old metadata -INFO: Converting local name fhlwr of variable frequency_for_longwave_radiation from new to old metadata -INFO: Converting local name xtts of variable sensitivity_of_dtl_heat_content_to_surface_temperature from new to old metadata -INFO: Converting local name tracers_start_index of variable start_index_of_other_tracers from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_ice_cloud_condensate) of variable tendency_of_ice_cloud_water_mixing_ratio_due_to_model_physics from new to old metadata -INFO: Converting local name jsd of variable starting_y_direction_index_domain from new to old metadata -INFO: Converting local name semis_land of variable surface_longwave_emissivity_over_land_interstitial from new to old metadata -INFO: Converting local name tdomr of variable dominant_rain_type from new to old metadata -INFO: Converting local name conv_act of variable gf_memory_counter from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_ice_cloud_number_concentration) of variable ice_number_concentration from new to old metadata -INFO: Converting local name ugrs(:,1) of variable x_wind_at_lowest_model_layer from new to old metadata -INFO: Converting local name qicn of variable mass_fraction_of_convective_cloud_ice from new to old metadata -INFO: Converting local name fh2_ice of variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_ice from new to old metadata -INFO: Converting local name tsq of variable t_prime_squared from new to old metadata -INFO: Converting local name tdomip of variable dominant_sleet_type from new to old metadata -INFO: Converting local name lslwr of variable flag_to_calc_lw from new to old metadata -INFO: Converting local name GFS_cldprop_type of variable GFS_cldprop_type from new to old metadata -INFO: Converting local name imp_physics of variable flag_for_microphysics_scheme from new to old metadata -INFO: Converting local name sfcalb(:,1) of variable surface_albedo_due_to_near_IR_direct from new to old metadata -INFO: Converting local name mg_do_graupel of variable mg_flag_for_graupel from new to old metadata -INFO: Converting local name soilm of variable soil_moisture_content from new to old metadata -INFO: Converting local name exch_m of variable atmosphere_momentum_diffusivity_for_mynnpbl from new to old metadata -INFO: Converting local name wetdpc of variable instantaneous_convective_scale_wet_deposition from new to old metadata -INFO: Converting local name el_pbl of variable mixing_length from new to old metadata -INFO: Converting local name ncnvc of variable index_for_convective_cloud_cover_in_phy_f3d from new to old metadata -INFO: Converting local name fn_nml of variable namelist_filename from new to old metadata -INFO: Converting local name weasd_ocean of variable water_equivalent_accumulated_snow_depth_over_ocean from new to old metadata -INFO: Converting local name evfact_deep of variable rain_evaporation_coefficient_deep_convection from new to old metadata -INFO: Converting local name dqsfc of variable cumulative_surface_upward_latent_heat_flux_for_diag_multiplied_by_timestep from new to old metadata -INFO: Converting local name totgrpb of variable accumulated_lwe_thickness_of_graupel_amount_in_bucket from new to old metadata -INFO: Converting local name trans_aero of variable flag_for_aerosol_convective_transport_and_PBL_diffusion from new to old metadata -INFO: Converting local name dusfc_bl of variable integrated_x_momentum_flux_from_blocking_drag from new to old metadata -INFO: Converting local name gw_kdis of variable eddy_mixing_due_to_ugwp from new to old metadata -INFO: Converting local name mg_qcmin of variable mg_minimum_cloud_condensed_water_and_ice_mixing_ratio from new to old metadata -INFO: Converting local name dq3dt(:,:,3) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_shal_convection from new to old metadata -INFO: Converting local name qi of variable cloud_ice_specific_humidity_at_Lagrangian_surface from new to old metadata -INFO: Converting local name imfshalcnv_gf of variable flag_for_ntiedtke_shallow_convection_scheme from new to old metadata -INFO: Converting local name zorl_ocean of variable surface_roughness_length_over_ocean_interstitial from new to old metadata -INFO: Converting local name tsfc_ice of variable surface_skin_temperature_over_ice_interstitial from new to old metadata -INFO: Converting local name input_nml_file_length of variable number_of_lines_of_namelist_filename_for_internal_file_reads from new to old metadata -INFO: Converting local name flhc of variable surface_exchange_coefficient_for_heat from new to old metadata -INFO: Converting local name qke of variable tke_at_mass_points from new to old metadata -INFO: Converting local name snowd of variable surface_snow_thickness_water_equivalent from new to old metadata -INFO: Converting local name ncpr of variable local_rain_number_concentration from new to old metadata -INFO: Converting local name ldiag3d of variable flag_diagnostics_3D from new to old metadata -INFO: Converting local name ffhh_ocean of variable Monin_Obukhov_similarity_function_for_heat_over_ocean from new to old metadata -INFO: Converting local name nsamftrac of variable number_of_tracers_for_samf from new to old metadata -INFO: Converting local name con_hvap of variable latent_heat_of_vaporization_of_water_at_0C from new to old metadata -INFO: Converting local name dtaux2d_fd of variable x_momentum_tendency_from_form_drag from new to old metadata -INFO: Converting local name levh2o of variable vertical_dimension_of_h2o_forcing_data from new to old metadata -INFO: Converting local name ras of variable flag_for_ras_deep_convection from new to old metadata -INFO: Converting local name ialb of variable flag_for_using_climatology_albedo from new to old metadata -INFO: Converting local name raincd of variable lwe_thickness_of_deep_convective_precipitation_amount from new to old metadata -INFO: Converting local name alb1d of variable surface_albedo_perturbation from new to old metadata -INFO: Converting local name nwat of variable number_of_water_species from new to old metadata -INFO: Converting local name dwn_mf of variable cumulative_atmosphere_downdraft_convective_mass_flux from new to old metadata -INFO: Converting local name save_t of variable air_temperature_save from new to old metadata -INFO: Converting local name fice of variable sea_ice_concentration from new to old metadata -INFO: Converting local name dvisdf_cpl of variable cumulative_surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name cvb of variable pressure_at_bottom_of_convective_cloud from new to old metadata -INFO: Converting local name save_q(:,:,index_for_ice_cloud_condensate) of variable ice_water_mixing_ratio_save from new to old metadata -INFO: Converting local name gq0(:,:,index_for_snow_water) of variable snow_water_mixing_ratio_updated_by_physics from new to old metadata -INFO: Converting local name qrain of variable sensible_heat_flux_due_to_rainfall from new to old metadata -INFO: Converting local name stress_ocean of variable surface_wind_stress_over_ocean from new to old metadata -INFO: Converting local name adjsfculw_land of variable surface_upwelling_longwave_flux_over_land_interstitial from new to old metadata -INFO: Converting local name ndust of variable number_of_dust_bins_for_diagnostics from new to old metadata -INFO: Converting local name GFS_radtend_type of variable GFS_radtend_type from new to old metadata -INFO: Converting local name ngas of variable number_of_gases_for_multi_gases_physics from new to old metadata -INFO: Converting local name diceprv of variable ice_precipitation_rate_from_previous_timestep from new to old metadata -INFO: Converting local name con_ttp of variable triple_point_temperature_of_water from new to old metadata -INFO: Converting local name rechxy of variable water_table_recharge_when_shallow from new to old metadata -INFO: Converting local name ffhh of variable Monin_Obukhov_similarity_function_for_heat from new to old metadata -INFO: Converting local name edmf_w of variable emdf_updraft_vertical_velocity from new to old metadata -INFO: Converting local name sed_supersat of variable mg_allow_supersat_after_sed from new to old metadata -INFO: Converting local name sr of variable ratio_of_snowfall_to_rainfall from new to old metadata -INFO: Converting local name stc of variable soil_temperature from new to old metadata -INFO: Converting local name idate of variable date_and_time_at_model_initialization_reordered from new to old metadata -INFO: Converting local name nctp of variable number_of_cloud_types_CS from new to old metadata -INFO: Converting local name levrp1 of variable number_of_vertical_layers_for_radiation_calculations_plus_one from new to old metadata -INFO: Converting local name v10mmax of variable maximum_y_wind_at_10m from new to old metadata -INFO: Converting local name clouds(:,:,8) of variable cloud_snow_water_path from new to old metadata -INFO: Converting local name dusfc of variable cumulative_surface_x_momentum_flux_for_diag_multiplied_by_timestep from new to old metadata -INFO: Converting local name sfcalb(:,3) of variable surface_albedo_due_to_UV_and_VIS_direct from new to old metadata -INFO: Converting local name zmtnblck of variable level_of_dividing_streamline from new to old metadata -INFO: Converting local name xcosz of variable instantaneous_cosine_of_zenith_angle from new to old metadata -INFO: Converting local name CCPP_interstitial_type of variable CCPP_interstitial_type from new to old metadata -INFO: Converting local name theta of variable angle_from_east_of_maximum_subgrid_orographic_variations from new to old metadata -INFO: Converting local name nbdsw of variable number_of_aerosol_bands_for_shortwave_radiation from new to old metadata -INFO: Converting local name dqsfc1 of variable instantaneous_surface_upward_latent_heat_flux from new to old metadata -INFO: Converting local name htrsw of variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_timestep from new to old metadata -INFO: Converting local name gq0(:,:,index_for_graupel_number_concentration) of variable graupel_number_concentration_updated_by_physics from new to old metadata -INFO: Converting local name ntgnc of variable index_for_graupel_number_concentration from new to old metadata -INFO: Converting local name semis of variable surface_longwave_emissivity from new to old metadata -INFO: Converting local name ca_smooth of variable flag_for_gaussian_spatial_filter from new to old metadata -INFO: Converting local name zhour of variable time_since_diagnostics_zeroed from new to old metadata -INFO: Converting local name uswsfci of variable surface_upwelling_shortwave_flux from new to old metadata -INFO: Converting local name dq3dt(:,:,6) of variable cumulative_change_in_ozone_concentration_due_to_production_and_loss_rate from new to old metadata -INFO: Converting local name con_t0c of variable temperature_at_zero_celsius from new to old metadata -INFO: Converting local name dvsfcin_cpl of variable surface_y_momentum_flux_for_coupling from new to old metadata -INFO: Converting local name runoff of variable total_runoff from new to old metadata -INFO: Converting local name upd_mf of variable cumulative_atmosphere_updraft_convective_mass_flux from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_for_cloud_fraction_in_3d_arrays_for_microphysics) of variable cloud_fraction_for_MG from new to old metadata -INFO: Converting local name indcld of variable index_for_cloud_fraction_in_3d_arrays_for_microphysics from new to old metadata -INFO: Converting local name vegtype of variable vegetation_type_classification from new to old metadata -INFO: Converting local name ied of variable ending_x_direction_index_domain from new to old metadata -INFO: Converting local name transa of variable cumulative_transpiration_flux_multiplied_by_timestep from new to old metadata -INFO: Converting local name dt3dt(:,:,2) of variable cumulative_change_in_temperature_due_to_shortwave_radiation from new to old metadata -INFO: Converting local name dvsfc_ls of variable integrated_y_momentum_flux_from_large_scale_gwd from new to old metadata -INFO: Converting local name snowd_ocean of variable surface_snow_thickness_water_equivalent_over_ocean from new to old metadata -INFO: Converting local name clouds(:,:,2) of variable cloud_liquid_water_path from new to old metadata -INFO: Converting local name visbmui of variable surface_upwelling_direct_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name plvl of variable air_pressure_at_interface_for_radiation_in_hPa from new to old metadata -INFO: Converting local name uustar_land of variable surface_friction_velocity_over_land from new to old metadata -INFO: Converting local name phy_myj_akms of variable momentum_exchange_coefficient_for_MYJ_schemes from new to old metadata -INFO: Converting local name cnv_fice of variable ice_fraction_in_convective_tower from new to old metadata -INFO: Converting local name nbdlw of variable number_of_aerosol_bands_for_longwave_radiation from new to old metadata -INFO: Converting local name dudt_mtb of variable instantaneous_change_in_x_wind_due_to_mountain_blocking_drag from new to old metadata -INFO: Converting local name rb_ocean of variable bulk_richardson_number_at_lowest_model_level_over_ocean from new to old metadata -INFO: Converting local name ccnorm of variable flag_for_cloud_condensate_normalized_by_cloud_cover from new to old metadata -INFO: Converting local name dqdt of variable tendency_of_tracers_due_to_model_physics from new to old metadata -INFO: Converting local name u10m of variable x_wind_at_10m from new to old metadata -INFO: Converting local name tmpmin of variable minimum_temperature_at_2m from new to old metadata -INFO: Converting local name save_u of variable x_wind_save from new to old metadata -INFO: Converting local name tsnow of variable snow_temperature_bottom_first_layer from new to old metadata -INFO: Converting local name kind_INTEGER of variable kind_INTEGER from new to old metadata -INFO: Converting local name nswsfc_cpl of variable cumulative_surface_net_downward_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name vgrs(:,1) of variable y_wind_at_lowest_model_layer from new to old metadata -INFO: Converting local name bl_mynn_edmf_tke of variable edmf_tke_transport_flag from new to old metadata -INFO: Converting local name tile_num of variable number_of_tile from new to old metadata -INFO: Converting local name con_pi of variable pi from new to old metadata -INFO: Converting local name abem of variable instantaneous_anthopogenic_and_biomass_burning_emissions from new to old metadata -INFO: Converting local name latidxprnt of variable latitude_index_in_debug_printouts from new to old metadata -INFO: Converting local name tcrf of variable cloud_phase_transition_denominator from new to old metadata -INFO: Converting local name cpilist of variable specific_heat_capacities_for_multi_gases_physics from new to old metadata -INFO: Converting local name tprcp_ocean of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_ocean from new to old metadata -INFO: Converting local name vgrs of variable y_wind from new to old metadata -INFO: Converting local name me of variable mpi_rank from new to old metadata -INFO: Converting local name nseffr of variable index_for_snow_effective_radius from new to old metadata -INFO: Converting local name crtrh(1) of variable critical_relative_humidity_at_surface from new to old metadata -INFO: Converting local name nrcm of variable array_dimension_of_random_number from new to old metadata -INFO: Converting local name phy_f2d(:,2) of variable surface_air_pressure_at_previous_time_step from new to old metadata -INFO: Converting local name totice of variable accumulated_lwe_thickness_of_ice_amount from new to old metadata -INFO: Converting local name vdftra of variable vertically_diffused_tracer_concentration from new to old metadata -INFO: Converting local name clam_shal of variable entrainment_rate_coefficient_shallow_convection from new to old metadata -INFO: Converting local name ulwsfc of variable cumulative_surface_upwelling_longwave_flux_multiplied_by_timestep from new to old metadata -INFO: Converting local name cldf of variable cloud_area_fraction from new to old metadata -INFO: Converting local name prslk of variable dimensionless_exner_function_at_model_layers from new to old metadata -INFO: Converting local name imp_physics_wsm6 of variable flag_for_wsm6_microphysics_scheme from new to old metadata -INFO: Converting local name blksz(ccpp_block_number) of variable horizontal_loop_extent from new to old metadata -INFO: Converting local name dtp of variable time_step_for_physics from new to old metadata -INFO: Converting local name nnirdf_cpl of variable cumulative_surface_net_downward_diffuse_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name tsurf_ice of variable surface_skin_temperature_after_iteration_over_ice from new to old metadata -INFO: Converting local name snowfallac of variable total_accumulated_snowfall from new to old metadata -INFO: Converting local name solhr of variable forecast_hour_of_the_day from new to old metadata -INFO: Converting local name use_zmtnblck of variable flag_for_mountain_blocking from new to old metadata -INFO: Converting local name sfcflw_type of variable sfcflw_type from new to old metadata -INFO: Converting local name rhofr of variable density_of_frozen_precipitation from new to old metadata -INFO: Converting local name dxmax of variable maximum_scaling_factor_for_critical_relative_humidity from new to old metadata -INFO: Converting local name rainc_cpl of variable lwe_thickness_of_convective_precipitation_amount_for_coupling from new to old metadata -INFO: Converting local name prautco of variable coefficient_from_cloud_water_to_rain from new to old metadata -INFO: Converting local name cumabs of variable maximum_column_heating_rate from new to old metadata -INFO: Converting local name Statein of variable GFS_statein_type_instance from new to old metadata -INFO: Converting local name ntasks of variable mpi_size from new to old metadata -INFO: Converting local name qsq of variable q_prime_squared from new to old metadata -INFO: Converting local name bl_mynn_mixqt of variable mix_total_water_flag from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_turbulent_kinetic_energy) of variable tendency_of_turbulent_kinetic_energy_due_to_model_physics from new to old metadata -INFO: Converting local name ntke of variable index_for_turbulent_kinetic_energy from new to old metadata -INFO: Converting local name kmp of variable top_layer_index_for_fast_physics from new to old metadata -INFO: Converting local name ffhh_ice of variable Monin_Obukhov_similarity_function_for_heat_over_ice from new to old metadata -INFO: Converting local name dq3dt(:,:,1) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_PBL from new to old metadata -INFO: Converting local name con_hfus of variable latent_heat_of_fusion_of_water_at_0C from new to old metadata -INFO: Converting local name isubc_lw of variable flag_for_lw_clouds_without_sub_grid_approximation from new to old metadata -INFO: Converting local name du3dt(:,:,3) of variable cumulative_change_in_x_wind_due_to_deep_convection from new to old metadata -INFO: Converting local name clx of variable fraction_of_grid_box_with_subgrid_orography_higher_than_critical_height from new to old metadata -INFO: Converting local name shoc_parm(4) of variable shoc_implicit_TKE_integration_uncentering_term from new to old metadata -INFO: Converting local name gasvmr(:,:,7) of variable volume_mixing_ratio_cfc12 from new to old metadata -INFO: Converting local name cappa of variable cappa_moist_gas_constant_at_Lagrangian_surface from new to old metadata -INFO: Converting local name cf_upi of variable convective_cloud_fraction_for_microphysics from new to old metadata -INFO: Converting local name cdata of variable ccpp_t_instance from new to old metadata -INFO: Converting local name phy_myj_akhs of variable heat_exchange_coefficient_for_MYJ_schemes from new to old metadata -INFO: Converting local name sedim of variable instantaneous_sedimentation from new to old metadata -INFO: Converting local name graupelmp of variable lwe_thickness_of_graupel_amount from new to old metadata -INFO: Converting local name skebu_wts of variable weights_for_stochastic_skeb_perturbation_of_x_wind_flipped from new to old metadata -INFO: Converting local name GFS_control_type of variable GFS_control_type from new to old metadata -INFO: Converting local name yearlen of variable number_of_days_in_year from new to old metadata -INFO: Converting local name save_q(:,:,index_for_water_vapor) of variable water_vapor_specific_humidity_save from new to old metadata -INFO: Converting local name smois of variable volume_fraction_of_soil_moisture_for_land_surface_model from new to old metadata -INFO: Converting local name gq0(:,:,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio_updated_by_physics from new to old metadata -INFO: Converting local name pwat of variable column_precipitable_water from new to old metadata -INFO: Converting local name cld1d of variable cloud_work_function from new to old metadata -INFO: Converting local name qvi of variable gas_tracers_for_multi_gas_physics_at_Lagrangian_surface from new to old metadata -INFO: Converting local name gabsbdlw of variable surface_downwelling_longwave_flux_absorbed_by_ground from new to old metadata -INFO: Converting local name tau_ngw of variable time_integral_of_momentum_flux_due_to_nonstationary_gravity_wave from new to old metadata -INFO: Converting local name xlat_d of variable latitude_degree from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_for_ice_effective_radius) of variable effective_radius_of_stratiform_cloud_ice_particle_in_um from new to old metadata -INFO: Converting local name nieffr of variable index_for_ice_effective_radius from new to old metadata -INFO: Converting local name do_ca of variable flag_for_cellular_automata from new to old metadata -INFO: Converting local name wtxy of variable water_storage_in_aquifer_and_saturated_soil from new to old metadata -INFO: Converting local name srunoff of variable surface_runoff from new to old metadata -INFO: Converting local name ntrnc of variable index_for_rain_number_concentration from new to old metadata -INFO: Converting local name ustm of variable surface_friction_velocity_drag from new to old metadata -INFO: Converting local name cnvprcp of variable cumulative_lwe_thickness_of_convective_precipitation_amount from new to old metadata -INFO: Converting local name imfdeepcnv_samf of variable flag_for_samf_deep_convection_scheme from new to old metadata -INFO: Converting local name si of variable vertical_sigma_coordinate_for_radiation_initialization from new to old metadata -INFO: Converting local name gwdcu of variable tendency_of_x_wind_due_to_convective_gravity_wave_drag from new to old metadata -INFO: Converting local name elvmax of variable maximum_subgrid_orography from new to old metadata -INFO: Converting local name slimskin_cpl of variable sea_land_ice_mask_in from new to old metadata -INFO: Converting local name dtsfc_cice of variable surface_upward_sensible_heat_flux_for_coupling_interstitial from new to old metadata -INFO: Converting local name do_mynnedmf of variable do_mynnedmf from new to old metadata -INFO: Converting local name zorll of variable surface_roughness_length_over_land from new to old metadata -INFO: Converting local name nswsfci_cpl of variable instantaneous_surface_net_downward_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name do_cldice of variable mg_flag_for_cloud_ice_processes from new to old metadata -INFO: Converting local name alboldxy of variable snow_albedo_at_previous_time_step from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_graupel) of variable graupel_mixing_ratio from new to old metadata -INFO: Converting local name rhcmax of variable maximum_critical_relative_humidity from new to old metadata -INFO: Converting local name Stateout of variable GFS_stateout_type_instance from new to old metadata -INFO: Converting local name nirbmdi of variable surface_downwelling_direct_near_infrared_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name gfluxi of variable instantaneous_surface_ground_heat_flux from new to old metadata -INFO: Converting local name drainncprv of variable explicit_rainfall_rate_from_previous_timestep from new to old metadata -INFO: Converting local name gflx of variable upward_heat_flux_in_soil from new to old metadata -INFO: Converting local name hflx_ocean of variable kinematic_surface_upward_sensible_heat_flux_over_ocean from new to old metadata -INFO: Converting local name nvdiff of variable number_of_vertical_diffusion_tracers from new to old metadata -INFO: Converting local name dspheat of variable flag_TKE_dissipation_heating from new to old metadata -INFO: Converting local name fhswr of variable frequency_for_shortwave_radiation from new to old metadata -INFO: Converting local name nthreads of variable omp_threads from new to old metadata -INFO: Converting local name islmsk of variable sea_land_ice_mask from new to old metadata -INFO: Converting local name ntchmdiag of variable number_of_chemical_tracers_for_diagnostics from new to old metadata -INFO: Converting local name nstf_name(5) of variable vertical_temperature_average_range_upper_bound from new to old metadata -INFO: Converting local name forceq of variable moisture_tendency_due_to_dynamics from new to old metadata -INFO: Converting local name nseasalt of variable number_of_seasalt_bins_for_diagnostics from new to old metadata -INFO: Converting local name gasvmr(:,:,2) of variable volume_mixing_ratio_n2o from new to old metadata -INFO: Converting local name ctei_rml of variable grid_sensitive_critical_cloud_top_entrainment_instability_criteria from new to old metadata -INFO: Converting local name sfc_wts of variable weights_for_stochastic_surface_physics_perturbation from new to old metadata -INFO: Converting local name oc of variable convexity_of_subgrid_orography from new to old metadata -INFO: Converting local name ep1d of variable surface_upward_potential_latent_heat_flux from new to old metadata -INFO: Converting local name u10mmax of variable maximum_x_wind_at_10m from new to old metadata -INFO: Converting local name nca of variable number_of_independent_cellular_automata from new to old metadata -INFO: Converting local name rtmassxy of variable fine_root_mass from new to old metadata -INFO: Converting local name ffmm_ocean of variable Monin_Obukhov_similarity_function_for_momentum_over_ocean from new to old metadata -INFO: Converting local name pertlai of variable magnitude_of_perturbation_of_leaf_area_index from new to old metadata -INFO: Converting local name mg_ncnst of variable mg_drop_concentration_constant from new to old metadata -INFO: Converting local name pgcon_shal of variable momentum_transport_reduction_factor_pgf_shallow_convection from new to old metadata -INFO: Converting local name edmf_qc of variable emdf_updraft_cloud_water from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_graupel) of variable tendency_of_graupel_mixing_ratio_due_to_model_physics from new to old metadata -INFO: Converting local name acvt of variable largest_cloud_top_vertical_index_encountered_thus_far from new to old metadata -INFO: Converting local name cmm of variable surface_drag_wind_speed_for_momentum_in_air from new to old metadata -INFO: Converting local name dt_cool of variable sub_layer_cooling_amount from new to old metadata -INFO: Converting local name qc_r of variable cloud_liquid_water_mixing_ratio from new to old metadata -INFO: Converting local name ral_ts of variable time_scale_for_rayleigh_damping from new to old metadata -INFO: Converting local name GFS_diag_type of variable GFS_diag_type from new to old metadata -INFO: Converting local name dnirdfi_cpl of variable instantaneous_surface_downwelling_diffuse_near_infrared_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name chh_ice of variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_ice from new to old metadata -INFO: Converting local name flipv of variable flag_flip from new to old metadata -INFO: Converting local name ldiag_ugwp of variable diag_ugwp_flag from new to old metadata -INFO: Converting local name ctei_r of variable cloud_top_entrainment_instability_value from new to old metadata -INFO: Converting local name ccn_nm of variable ccn_number_concentration from new to old metadata -INFO: Converting local name edmf_ent of variable emdf_updraft_entrainment_rate from new to old metadata -INFO: Converting local name htswc of variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step from new to old metadata -INFO: Converting local name phy_myj_thz0 of variable potential_temperature_at_viscous_sublayer_top from new to old metadata -INFO: Converting local name bl_mynn_edmf of variable edmf_flag from new to old metadata -INFO: Converting local name con_rd of variable gas_constant_dry_air from new to old metadata -INFO: Converting local name qss_land of variable surface_specific_humidity_over_land from new to old metadata -INFO: Converting local name zt1d of variable perturbation_of_heat_to_momentum_roughness_length_ratio from new to old metadata -INFO: Converting local name imp_physics_zhao_carr of variable flag_for_zhao_carr_microphysics_scheme from new to old metadata -INFO: Converting local name delz of variable thickness_at_Lagrangian_surface from new to old metadata -INFO: Converting local name dtsfci of variable instantaneous_surface_upward_sensible_heat_flux_for_diag from new to old metadata -INFO: Converting local name dvsfc_fd of variable integrated_y_momentum_flux_from_form_drag from new to old metadata -INFO: Converting local name totprcpb of variable accumulated_lwe_thickness_of_precipitation_amount_in_bucket from new to old metadata -INFO: Converting local name tcr of variable cloud_phase_transition_threshold_temperature from new to old metadata -INFO: Converting local name clstp of variable convective_cloud_switch from new to old metadata -INFO: Converting local name isatmedmf_vdifq of variable choice_of_updated_scale_aware_TKE_moist_EDMF_PBL from new to old metadata -INFO: Converting local name coszen of variable cosine_of_zenith_angle from new to old metadata -INFO: Converting local name nifa2d of variable tendency_of_ice_friendly_aerosols_at_surface from new to old metadata -INFO: Converting local name icy of variable flag_nonzero_sea_ice_surface_fraction from new to old metadata -INFO: Converting local name dudt of variable tendency_of_x_wind_due_to_model_physics from new to old metadata -INFO: Converting local name bl_dnfr of variable downdraft_fraction_in_boundary_layer_mass_flux_scheme from new to old metadata -INFO: Converting local name snohf of variable snow_freezing_rain_upward_latent_heat_flux from new to old metadata -INFO: Converting local name bexp1d of variable perturbation_of_soil_type_b_parameter from new to old metadata -INFO: Converting local name faersw of variable aerosol_optical_properties_for_shortwave_bands_01_16 from new to old metadata -INFO: Converting local name dtdt of variable tendency_of_air_temperature_due_to_model_physics from new to old metadata -INFO: Converting local name nvisdf_cpl of variable cumulative_surface_net_downward_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name dqsfcin_cpl of variable surface_upward_latent_heat_flux_for_coupling from new to old metadata -INFO: Converting local name con_p0 of variable standard_atmospheric_pressure from new to old metadata -INFO: Converting local name con_epsq of variable minimum_value_of_specific_humidity from new to old metadata -INFO: Converting local name dusfci_cpl of variable instantaneous_surface_x_momentum_flux_for_coupling from new to old metadata -INFO: Converting local name ep1d_ice of variable surface_upward_potential_latent_heat_flux_over_ice from new to old metadata -INFO: Converting local name fhour of variable forecast_time from new to old metadata -INFO: Converting local name refl_10cm of variable radar_reflectivity_10cm from new to old metadata -INFO: Converting local name shum_wts of variable weights_for_stochastic_shum_perturbation_flipped from new to old metadata -INFO: Converting local name dspfac of variable tke_dissipative_heating_factor from new to old metadata -INFO: Converting local name nnirbmi_cpl of variable instantaneous_surface_net_downward_direct_near_infrared_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name c1_deep of variable detrainment_conversion_parameter_deep_convection from new to old metadata -INFO: Converting local name dt3dt(:,:,4) of variable cumulative_change_in_temperature_due_to_deep_convection from new to old metadata -INFO: Converting local name dv3dt(:,:,4) of variable cumulative_change_in_y_wind_due_to_convective_gravity_wave_drag from new to old metadata -INFO: Converting local name phy_myj_a1u of variable weight_for_momentum_at_viscous_sublayer_top from new to old metadata -INFO: Converting local name iopt_stc of variable flag_for_soil_and_snow_temperature_time_stepping_option from new to old metadata -INFO: Converting local name adjvisbmd of variable surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux from new to old metadata -INFO: Converting local name icloud_bl of variable couple_sgs_clouds_to_radiation_flag from new to old metadata -INFO: Converting local name rb of variable bulk_richardson_number_at_lowest_model_level from new to old metadata -INFO: Converting local name faerlw(:,:,:,2) of variable aerosol_single_scattering_albedo_for_longwave_bands_01_16 from new to old metadata -INFO: Converting local name phy_myj_elflx of variable kinematic_surface_latent_heat_flux from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_for_snow_effective_radius) of variable effective_radius_of_stratiform_cloud_snow_particle_in_um from new to old metadata -INFO: Converting local name iopt_tbot of variable flag_for_lower_boundary_soil_temperature_option from new to old metadata -INFO: Converting local name pdfflag of variable flag_for_pdf_for_morrison_gettelman_microphysics_scheme from new to old metadata -INFO: Converting local name do_aw of variable flag_for_Arakawa_Wu_adjustment from new to old metadata -INFO: Converting local name do_tofd of variable turb_oro_form_drag_flag from new to old metadata -INFO: Converting local name dqdti of variable instantaneous_water_vapor_specific_humidity_tendency_due_to_convection from new to old metadata -INFO: Converting local name qi_r of variable cloud_ice_mixing_ratio from new to old metadata -INFO: Converting local name flag_iter of variable flag_for_iteration from new to old metadata -INFO: Converting local name CLDFRA_BL of variable subgrid_cloud_fraction_pbl from new to old metadata -INFO: Converting local name zorl_ice of variable surface_roughness_length_over_ice_interstitial from new to old metadata -INFO: Converting local name dd_mf of variable instantaneous_atmosphere_downdraft_convective_mass_flux from new to old metadata -INFO: Converting local name visdfui of variable surface_upwelling_diffuse_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name julian of variable julian_day from new to old metadata -INFO: Converting local name cd_ice of variable surface_drag_coefficient_for_momentum_in_air_over_ice from new to old metadata -INFO: Converting local name iovr_lw of variable flag_for_max_random_overlap_clouds_for_longwave_radiation from new to old metadata -INFO: Converting local name lmp of variable adjusted_vertical_level_dimension_for_radiation from new to old metadata -INFO: Converting local name kdt of variable index_of_time_step from new to old metadata -INFO: Converting local name ushfsfci of variable instantaneous_surface_upward_sensible_heat_flux_for_chemistry_coupling from new to old metadata -INFO: Converting local name rb_land of variable bulk_richardson_number_at_lowest_model_level_over_land from new to old metadata -INFO: Converting local name uustar of variable surface_friction_velocity from new to old metadata -INFO: Converting local name adjnirbmu of variable surface_upwelling_direct_near_infrared_shortwave_flux from new to old metadata -INFO: Converting local name do_mynnsfclay of variable do_mynnsfclay from new to old metadata -INFO: Converting local name aero_in of variable flag_for_aerosol_input_MG from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_water_vapor) of variable tendency_of_water_vapor_specific_humidity_due_to_model_physics from new to old metadata -INFO: Converting local name mol of variable theta_star from new to old metadata -INFO: Converting local name fwetxy of variable area_fraction_of_wet_canopy from new to old metadata -INFO: Converting local name phy_f2d(:,1) of variable surface_air_pressure_two_time_steps_back from new to old metadata -INFO: Converting local name topflw of variable lw_fluxes_top_atmosphere from new to old metadata -INFO: Converting local name satmedmf of variable flag_for_scale_aware_TKE_moist_EDMF_PBL from new to old metadata -INFO: Converting local name waxy of variable water_storage_in_aquifer from new to old metadata -INFO: Converting local name snow of variable lwe_thickness_of_snow_amount_on_dynamics_timestep from new to old metadata -INFO: Converting local name ivegsrc of variable vegetation_type_dataset_choice from new to old metadata -INFO: Converting local name sigmaf of variable bounded_vegetation_area_fraction from new to old metadata -INFO: Converting local name f_rain of variable fraction_of_rain_water_cloud from new to old metadata -INFO: Converting local name dkt of variable instantaneous_atmosphere_heat_diffusivity from new to old metadata -INFO: Converting local name asolfac_deep of variable aerosol_aware_parameter_deep_convection from new to old metadata -INFO: Converting local name dv3dt(:,:,2) of variable cumulative_change_in_y_wind_due_to_orographic_gravity_wave_drag from new to old metadata -INFO: Converting local name ipr of variable horizontal_index_of_printed_column from new to old metadata -INFO: Converting local name npzcappa of variable vertical_dimension_for_cappa_at_Lagrangian_surface from new to old metadata -INFO: Converting local name clam_deep of variable entrainment_rate_coefficient_deep_convection from new to old metadata -INFO: Converting local name dusfci of variable instantaneous_surface_x_momentum_flux_for_diag from new to old metadata -INFO: Converting local name cs_parm(4) of variable detrainment_and_precipitation_tunable_parameter_4_CS from new to old metadata -INFO: Converting local name levsp1 of variable vertical_dimension_plus_one from new to old metadata -INFO: Converting local name con_cp of variable specific_heat_of_dry_air_at_constant_pressure from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_water_vapor) of variable water_vapor_specific_humidity from new to old metadata -INFO: Converting local name prsik(:,1) of variable dimensionless_exner_function_at_lowest_model_interface from new to old metadata -INFO: Converting local name gasvmr(:,:,5) of variable volume_mixing_ratio_co from new to old metadata -INFO: Converting local name mg_ngcons of variable mg_flag_graupel_concentration_constant from new to old metadata -INFO: Converting local name acsnow of variable accumulated_water_equivalent_of_frozen_precip from new to old metadata -INFO: Converting local name levsm1 of variable vertical_dimension_minus_one from new to old metadata -INFO: Converting local name phy_myj_a1t of variable weight_for_potental_temperature_at_viscous_sublayer_top from new to old metadata -INFO: Converting local name ntracp1 of variable number_of_tracers_plus_one from new to old metadata -INFO: Converting local name GFS_Data of variable GFS_data_type_instance_all_blocks from new to old metadata -INFO: Converting local name zol of variable surface_stability_parameter from new to old metadata -INFO: Converting local name CCPP_interstitial of variable CCPP_interstitial_type_instance from new to old metadata -INFO: Converting local name isd of variable starting_x_direction_index_domain from new to old metadata -INFO: Converting local name cplflx of variable flag_for_flux_coupling from new to old metadata -INFO: Converting local name lradar of variable flag_for_radar_reflectivity from new to old metadata -INFO: Converting local name iseed_ca of variable seed_for_random_number_generation_in_cellular_automata_scheme from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_for_convective_cloud_cover_in_phy_f3d) of variable convective_cloud_cover_in_phy_f3d from new to old metadata -INFO: Converting local name dqsfci of variable instantaneous_surface_upward_latent_heat_flux_for_diag from new to old metadata -INFO: Converting local name dxmin of variable minimum_scaling_factor_for_critical_relative_humidity from new to old metadata -INFO: Converting local name sppt_wts of variable weights_for_stochastic_sppt_perturbation from new to old metadata -INFO: Converting local name tahxy of variable canopy_air_temperature from new to old metadata -INFO: Converting local name imn of variable forecast_month from new to old metadata -INFO: Converting local name evcw of variable canopy_upward_latent_heat_flux from new to old metadata -INFO: Converting local name input_nml_file of variable namelist_filename_for_internal_file_reads from new to old metadata -INFO: Converting local name raddt of variable time_step_for_radiation from new to old metadata -INFO: Converting local name dvisbmi_cpl of variable instantaneous_surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name gwdcv of variable tendency_of_y_wind_due_to_convective_gravity_wave_drag from new to old metadata -INFO: Converting local name evbsa of variable cumulative_soil_upward_latent_heat_flux_multiplied_by_timestep from new to old metadata -INFO: Converting local name cldwrk of variable cumulative_cloud_work_function from new to old metadata -INFO: Converting local name npzdelz of variable vertical_dimension_for_thickness_at_Lagrangian_surface from new to old metadata -INFO: Converting local name dvsfc_cice of variable surface_y_momentum_flux_for_coupling_interstitial from new to old metadata -INFO: Converting local name ql of variable cloud_liquid_water_specific_humidity_at_Lagrangian_surface from new to old metadata -INFO: Converting local name imp_physics_fer_hires of variable flag_for_fer_hires_microphysics_scheme from new to old metadata -INFO: Converting local name dvdt of variable tendency_of_y_wind_due_to_model_physics from new to old metadata -INFO: Converting local name dusfc_cpl of variable cumulative_surface_x_momentum_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name prsl(:,1) of variable air_pressure_at_lowest_model_layer from new to old metadata -INFO: Converting local name ktop_shallow of variable k_level_of_highest_reaching_plume from new to old metadata -INFO: Converting local name sfcfsw of variable sw_fluxes_sfc from new to old metadata -INFO: Converting local name gv0 of variable y_wind_updated_by_physics from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_rain_water) of variable rain_water_mixing_ratio from new to old metadata -INFO: Converting local name cdq_ocean of variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_ocean from new to old metadata -INFO: Converting local name sfcalb(:,4) of variable surface_albedo_due_to_UV_and_VIS_diffused from new to old metadata -INFO: Converting local name gamq of variable countergradient_mixing_term_for_water_vapor from new to old metadata -INFO: Converting local name mdt of variable time_step_for_remapping_for_fast_physics from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_ice_cloud_condensate) of variable ice_water_mixing_ratio from new to old metadata -INFO: Converting local name sfcalb(:,2) of variable surface_albedo_due_to_near_IR_diffused from new to old metadata -INFO: Converting local name phy_fctd of variable cloud_base_mass_flux from new to old metadata -INFO: Converting local name weasd_land of variable water_equivalent_accumulated_snow_depth_over_land from new to old metadata -INFO: Converting local name nwfa2d of variable tendency_of_water_friendly_aerosols_at_surface from new to old metadata -INFO: Converting local name GFS_Control of variable GFS_control_type_instance from new to old metadata -INFO: Converting local name nncl of variable number_of_tracers_for_cloud_condensate from new to old metadata -INFO: Converting local name olyr of variable ozone_concentration_at_layer_for_radiation from new to old metadata -INFO: Converting local name tg3 of variable deep_soil_temperature from new to old metadata -INFO: Converting local name Radtend of variable GFS_radtend_type_instance from new to old metadata -INFO: Converting local name sinlat of variable sine_of_latitude from new to old metadata -INFO: Converting local name sppt_wts of variable weights_for_stochastic_sppt_perturbation_flipped from new to old metadata -INFO: Converting local name ng of variable number_of_ghost_zones from new to old metadata -INFO: Converting local name phil of variable geopotential from new to old metadata -INFO: Converting local name flag_frsoil of variable flag_for_frozen_soil_physics from new to old metadata -INFO: Converting local name faersw(:,:,:,2) of variable aerosol_single_scattering_albedo_for_shortwave_bands_01_16 from new to old metadata -INFO: Converting local name qc of variable cloud_fraction_at_Lagrangian_surface from new to old metadata -INFO: Converting local name do_sfcperts of variable flag_for_stochastic_surface_perturbations from new to old metadata -INFO: Converting local name betas_deep of variable downdraft_fraction_reaching_surface_over_ocean_deep_convection from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_rain_number_concentration) of variable rain_number_concentration from new to old metadata -INFO: Converting local name ifd of variable index_of_dtlm_start from new to old metadata -INFO: Converting local name area of variable cell_area_for_fast_physics from new to old metadata -INFO: Converting local name trans_trac of variable flag_for_convective_transport_of_tracers from new to old metadata -INFO: Converting local name isatmedmf of variable choice_of_scale_aware_TKE_moist_EDMF_PBL from new to old metadata -INFO: Converting local name old_monin of variable flag_for_old_PBL_scheme from new to old metadata -INFO: Converting local name cplchm of variable flag_for_chemistry_coupling from new to old metadata -INFO: Converting local name raincprv of variable lwe_thickness_of_convective_precipitation_amount_from_previous_timestep from new to old metadata -INFO: Converting local name u1 of variable x_wind_at_lowest_model_layer_for_diag from new to old metadata -INFO: Converting local name gw_dvdt of variable tendency_of_y_wind_due_to_ugwp from new to old metadata -INFO: Converting local name dtsfc1 of variable instantaneous_surface_upward_sensible_heat_flux from new to old metadata -INFO: Converting local name gasvmr(:,:,9) of variable volume_mixing_ratio_ccl4 from new to old metadata -INFO: Converting local name semis_ice of variable surface_longwave_emissivity_over_ice_interstitial from new to old metadata -INFO: Converting local name zmtb of variable time_integral_of_height_of_mountain_blocking from new to old metadata -INFO: Converting local name dtauy2d_fd of variable y_momentum_tendency_from_form_drag from new to old metadata -INFO: Converting local name lakefrac of variable lake_area_fraction from new to old metadata -INFO: Converting local name do_myjpbl of variable do_myjpbl from new to old metadata -INFO: Converting local name sncovr of variable surface_snow_area_fraction_over_land from new to old metadata -INFO: Converting local name spd10max of variable maximum_wind_at_10m_over_maximum_hourly_time_interval from new to old metadata -INFO: Converting local name faerlw(:,:,:,3) of variable aerosol_asymmetry_parameter_for_longwave_bands_01_16 from new to old metadata -INFO: Converting local name adjsfculw_ocean of variable surface_upwelling_longwave_flux_over_ocean_interstitial from new to old metadata -INFO: Converting local name nscfshoc of variable index_of_subgrid_scale_cloud_fraction_from_shoc_in_phy_f3d from new to old metadata -INFO: Converting local name qv_r of variable humidity_mixing_ratio from new to old metadata -INFO: Converting local name gq0(:,:,index_for_water_vapor) of variable water_vapor_specific_humidity_updated_by_physics from new to old metadata -INFO: Converting local name lsnow_lsm of variable snow_vertical_dimension_for_land_surface_model from new to old metadata -INFO: Converting local name dv3dt_ngw of variable time_integral_of_change_in_y_wind_due_to_nonstationary_gravity_wave from new to old metadata -INFO: Converting local name tlyr of variable air_temperature_at_layer_for_radiation from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_turbulent_kinetic_energy) of variable turbulent_kinetic_energy from new to old metadata -INFO: Converting local name h2opl of variable h2o_forcing from new to old metadata -INFO: Converting local name smc of variable volume_fraction_of_soil_moisture from new to old metadata -INFO: Converting local name latr of variable number_of_latitude_points from new to old metadata -INFO: Converting local name crick_proof of variable flag_for_CRICK_proof_cloud_water from new to old metadata -INFO: Converting local name ssem of variable instantaneous_seasalt_emission_flux from new to old metadata -INFO: Converting local name xlai1d of variable perturbation_of_leaf_area_index from new to old metadata -INFO: Converting local name tdoms of variable dominant_snow_type from new to old metadata -INFO: Converting local name canopy of variable canopy_water_amount from new to old metadata -INFO: Converting local name dtauy2d_ss of variable y_momentum_tendency_from_small_scale_gwd from new to old metadata -INFO: Converting local name forcet of variable temperature_tendency_due_to_dynamics from new to old metadata -INFO: Converting local name snowmt of variable surface_snow_melt from new to old metadata -INFO: Converting local name ttendlim of variable limit_for_temperature_tendency_for_microphysics from new to old metadata -INFO: Converting local name clouds(:,:,6) of variable cloud_rain_water_path from new to old metadata -INFO: Converting local name sigmafrac of variable convective_updraft_area_fraction from new to old metadata -INFO: Converting local name tau_tofd of variable instantaneous_momentum_flux_due_to_turbulent_orographic_form_drag from new to old metadata -INFO: Converting local name gq0(:,:,index_for_ice_friendly_aerosols) of variable ice_friendly_aerosol_number_concentration_updated_by_physics from new to old metadata -INFO: Converting local name nsswr of variable number_of_timesteps_between_shortwave_radiation_calls from new to old metadata -INFO: Converting local name ulwsfc_cice of variable surface_upwelling_longwave_flux_for_coupling_interstitial from new to old metadata -INFO: Converting local name dq3dt(:,:,8) of variable cumulative_change_in_ozone_concentration_due_to_temperature from new to old metadata -INFO: Converting local name stress_ice of variable surface_wind_stress_over_ice from new to old metadata -INFO: Converting local name is of variable starting_x_direction_index from new to old metadata -INFO: Converting local name sbsno of variable snow_deposition_sublimation_upward_latent_heat_flux from new to old metadata -INFO: Converting local name cnvprcpb of variable cumulative_lwe_thickness_of_convective_precipitation_amount_in_bucket from new to old metadata -INFO: Converting local name rdlai of variable flag_for_reading_leaf_area_index_from_input from new to old metadata -INFO: Converting local name phy_f3d(:,:,4) of variable water_vapor_specific_humidity_at_previous_time_step from new to old metadata -INFO: Converting local name area of variable cell_area from new to old metadata -INFO: Converting local name con_eps of variable ratio_of_dry_air_to_water_vapor_gas_constants from new to old metadata -INFO: Converting local name edmf_a of variable emdf_updraft_area from new to old metadata -INFO: Converting local name dusfc1 of variable instantaneous_surface_x_momentum_flux from new to old metadata -INFO: Converting local name qlcn of variable mass_fraction_of_convective_cloud_liquid_water from new to old metadata -INFO: Converting local name fh2_land of variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_land from new to old metadata -INFO: Converting local name tprcp_land of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_land from new to old metadata -INFO: Converting local name chh_land of variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_land from new to old metadata -INFO: Converting local name dt3dt(:,:,1) of variable cumulative_change_in_temperature_due_to_longwave_radiation from new to old metadata -INFO: Converting local name nfracseed of variable cellular_automata_seed_probability from new to old metadata -INFO: Converting local name cwm of variable total_cloud_condensate_mixing_ratio_updated_by_physics from new to old metadata -INFO: Converting local name u10max of variable maximum_u_wind_at_10m_over_maximum_hourly_time_interval from new to old metadata -INFO: Converting local name dvsfc_ss of variable integrated_y_momentum_flux_from_small_scale_gwd from new to old metadata -INFO: Converting local name smcref2 of variable threshold_volume_fraction_of_condensed_water_in_soil from new to old metadata -INFO: Converting local name kcnv of variable flag_deep_convection from new to old metadata -INFO: Converting local name keepsmfr of variable volume_fraction_of_frozen_soil_moisture_for_land_surface_model from new to old metadata -INFO: Converting local name frain of variable dynamics_to_physics_timestep_ratio from new to old metadata -INFO: Converting local name debug of variable flag_debug from new to old metadata -INFO: Converting local name qrn of variable local_rain_water_mixing_ratio from new to old metadata -INFO: Converting local name tsfc_ocean of variable surface_skin_temperature_over_ocean_interstitial from new to old metadata -INFO: Converting local name levr of variable number_of_vertical_layers_for_radiation_calculations from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_graupel_number_concentration) of variable graupel_number_concentration from new to old metadata -INFO: Converting local name bl_upfr of variable updraft_fraction_in_boundary_layer_mass_flux_scheme from new to old metadata -INFO: Converting local name nsfcpert of variable number_of_surface_perturbations from new to old metadata -INFO: Converting local name evpco of variable coefficient_for_evaporation_of_rainfall from new to old metadata -INFO: Converting local name iems of variable flag_for_surface_emissivity_control from new to old metadata -INFO: Converting local name dlwsfc of variable cumulative_surface_downwelling_longwave_flux_multiplied_by_timestep from new to old metadata -INFO: Converting local name cimin of variable minimum_sea_ice_concentration from new to old metadata -INFO: Converting local name zs of variable depth_of_soil_levels_for_land_surface_model from new to old metadata -INFO: Converting local name fm10_land of variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_land from new to old metadata -INFO: Converting local name lsm_noahmp of variable flag_for_noahmp_land_surface_scheme from new to old metadata -INFO: Converting local name cs_parm(1) of variable updraft_velocity_tunable_parameter_1_CS from new to old metadata -INFO: Converting local name z_c of variable sub_layer_cooling_thickness from new to old metadata -INFO: Converting local name rainc of variable lwe_thickness_of_convective_precipitation_amount_on_dynamics_timestep from new to old metadata -INFO: Converting local name do_cnvgwd of variable flag_for_convective_gravity_wave_drag from new to old metadata -INFO: Converting local name nlunit of variable iounit_namelist from new to old metadata -INFO: Converting local name gw_dtdt of variable tendency_of_air_temperature_due_to_ugwp from new to old metadata -INFO: Converting local name phy_myj_vz0 of variable v_wind_component_at_viscous_sublayer_top from new to old metadata -INFO: Converting local name dusfc_ss of variable integrated_x_momentum_flux_from_small_scale_gwd from new to old metadata -INFO: Converting local name reset of variable flag_reset_maximum_hourly_fields from new to old metadata -INFO: Converting local name idat of variable date_and_time_at_model_initialization from new to old metadata -INFO: Converting local name oceanfrac of variable sea_area_fraction from new to old metadata -INFO: Converting local name rho_h2o of variable density_of_fresh_water from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_ozone) of variable ozone_mixing_ratio from new to old metadata -INFO: Converting local name qv of variable water_vapor_specific_humidity_at_Lagrangian_surface from new to old metadata -INFO: Converting local name adjnirdfd of variable surface_downwelling_diffuse_near_infrared_shortwave_flux from new to old metadata -INFO: Converting local name ca_global of variable flag_for_global_cellular_automata from new to old metadata -INFO: Converting local name landfrac of variable land_area_fraction from new to old metadata -INFO: Converting local name iopt_btr of variable flag_for_soil_moisture_factor_stomatal_resistance_option from new to old metadata -INFO: Converting local name cqs2 of variable surface_exchange_coefficient_for_moisture_at_2m from new to old metadata -INFO: Converting local name snohfa of variable cumulative_snow_freezing_rain_upward_latent_heat_flux_multiplied_by_timestep from new to old metadata -INFO: Converting local name nvisbm_cpl of variable cumulative_surface_net_downward_direct_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name GFS_sfcprop_type of variable GFS_sfcprop_type from new to old metadata -INFO: Converting local name oz_phys of variable flag_for_ozone_physics from new to old metadata -INFO: Converting local name rhowater of variable liquid_water_density from new to old metadata -INFO: Converting local name zsnsoxy of variable layer_bottom_depth_from_snow_surface from new to old metadata -INFO: Converting local name nthresh of variable threshold_for_perturbed_vertical_velocity from new to old metadata -INFO: Converting local name phy_f3d(:,:,1) of variable air_temperature_two_time_steps_back from new to old metadata -INFO: Converting local name gq0(:,:,index_for_water_friendly_aerosols) of variable water_friendly_aerosol_number_concentration_updated_by_physics from new to old metadata -INFO: Converting local name wetness of variable normalized_soil_wetness_for_land_surface_model from new to old metadata -INFO: Converting local name v10mi_cpl of variable instantaneous_y_wind_at_10m_for_coupling from new to old metadata -INFO: Converting local name rh02min of variable minimum_relative_humidity_at_2m_over_maximum_hourly_time_interval from new to old metadata -INFO: Converting local name nf_aelw of variable number_of_aerosol_output_fields_for_longwave_radiation from new to old metadata -INFO: Converting local name isubc_sw of variable flag_for_sw_clouds_without_sub_grid_approximation from new to old metadata -INFO: Converting local name gq0(:,:,index_for_rain_number_concentration) of variable rain_number_concentration_updated_by_physics from new to old metadata -INFO: Converting local name dvsfc1 of variable instantaneous_surface_y_momentum_flux from new to old metadata -INFO: Converting local name nirdfdi of variable surface_downwelling_diffuse_near_infrared_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name isatmedmf_vdif of variable choice_of_original_scale_aware_TKE_moist_EDMF_PBL from new to old metadata -INFO: Converting local name fprcp of variable number_of_frozen_precipitation_species from new to old metadata -INFO: Converting local name tsurf_land of variable surface_skin_temperature_after_iteration_over_land from new to old metadata -INFO: Converting local name kd of variable vertical_index_difference_between_inout_and_local from new to old metadata -INFO: Converting local name LTP of variable extra_top_layer from new to old metadata -INFO: Converting local name solcon of variable solar_constant from new to old metadata -INFO: Converting local name gq0(:,:,index_for_snow_number_concentration) of variable snow_number_concentration_updated_by_physics from new to old metadata -INFO: Converting local name bl_mynn_tkebudget of variable tke_budget from new to old metadata -INFO: Converting local name xu of variable diurnal_thermocline_layer_x_current from new to old metadata -INFO: Converting local name bl_mynn_tkeadvect of variable tke_advect from new to old metadata -INFO: Converting local name hflx_ice of variable kinematic_surface_upward_sensible_heat_flux_over_ice from new to old metadata -INFO: Converting local name smcwlt2 of variable volume_fraction_of_condensed_water_in_soil_at_wilting_point from new to old metadata -INFO: Converting local name imfdeepcnv of variable flag_for_mass_flux_deep_convection_scheme from new to old metadata -INFO: Converting local name ntchm of variable number_of_chemical_tracers from new to old metadata -INFO: Converting local name ncpl of variable local_condesed_water_number_concentration from new to old metadata -INFO: Converting local name vvl of variable omega from new to old metadata -INFO: Converting local name xkzminv of variable atmosphere_heat_diffusivity_background_maximum from new to old metadata -INFO: Converting local name snowc of variable surface_snow_area_fraction from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_of_subgrid_scale_cloud_fraction_from_shoc_in_phy_f3d) of variable subgrid_scale_cloud_fraction_from_shoc from new to old metadata -INFO: Converting local name du3dt(:,:,4) of variable cumulative_change_in_x_wind_due_to_convective_gravity_wave_drag from new to old metadata -INFO: Converting local name jcap of variable number_of_spectral_wave_trancation_for_sas from new to old metadata -INFO: Converting local name cd_ocean of variable surface_drag_coefficient_for_momentum_in_air_over_ocean from new to old metadata -INFO: Converting local name vfrac of variable vegetation_area_fraction from new to old metadata -INFO: Converting local name dvdftra of variable tendency_of_vertically_diffused_tracer_concentration from new to old metadata -INFO: Converting local name npzp1 of variable vertical_dimension_for_fast_physics_plus_one from new to old metadata -INFO: Converting local name duem of variable instantaneous_dust_emission_flux from new to old metadata -INFO: Converting local name prslrd0 of variable pressure_cutoff_for_rayleigh_damping from new to old metadata -INFO: Converting local name q2m of variable specific_humidity_at_2m from new to old metadata -INFO: Converting local name chs2 of variable surface_exchange_coefficient_for_heat_at_2m from new to old metadata -INFO: Converting local name lfmassxy of variable leaf_mass from new to old metadata -INFO: Converting local name phy_f3d(:,:,2) of variable water_vapor_specific_humidity_two_time_steps_back from new to old metadata -INFO: Converting local name rainp of variable tendency_of_rain_water_mixing_ratio_due_to_microphysics from new to old metadata -INFO: Converting local name ud_mf of variable instantaneous_atmosphere_updraft_convective_mass_flux from new to old metadata -INFO: Converting local name dudt_tms of variable instantaneous_change_in_x_wind_due_to_turbulent_orographic_form_drag from new to old metadata -INFO: Converting local name mg3_as_mg2 of variable flag_mg3_as_mg2 from new to old metadata -INFO: Converting local name htlw0 of variable tendency_of_air_temperature_due_to_longwave_heating_assuming_clear_sky_on_radiation_time_step from new to old metadata -INFO: Converting local name w_d of variable coefficient_w_d from new to old metadata -INFO: Converting local name shdmax of variable maximum_vegetation_area_fraction from new to old metadata -INFO: Converting local name iccn of variable flag_for_in_ccn_forcing_for_morrison_gettelman_microphysics from new to old metadata -INFO: Converting local name htlwc of variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step from new to old metadata -INFO: Converting local name scmpsw of variable components_of_surface_downward_shortwave_fluxes from new to old metadata -INFO: Converting local name tgrs(:,1) of variable air_temperature_at_lowest_model_layer from new to old metadata -INFO: Converting local name cmxy of variable surface_drag_coefficient_for_momentum_for_noahmp from new to old metadata -INFO: Converting local name snowd_land of variable surface_snow_thickness_water_equivalent_over_land from new to old metadata -INFO: Converting local name clouds(:,:,5) of variable mean_effective_radius_for_ice_cloud from new to old metadata -INFO: Converting local name xz of variable diurnal_thermocline_layer_thickness from new to old metadata -INFO: Converting local name tsfg of variable surface_ground_temperature_for_radiation from new to old metadata -INFO: Converting local name dkt of variable atmosphere_heat_diffusivity from new to old metadata -INFO: Converting local name qgrs of variable tracer_concentration from new to old metadata -INFO: Converting local name pgcon_deep of variable momentum_transport_reduction_factor_pgf_deep_convection from new to old metadata -INFO: Converting local name wind10mmax of variable maximum_wind_at_10m from new to old metadata -INFO: Converting local name slopetype of variable surface_slope_classification from new to old metadata -INFO: Converting local name Intdiag of variable GFS_diag_type_instance from new to old metadata -INFO: Converting local name mg_nccons of variable mg_flag_drop_concentration_constant from new to old metadata -INFO: Converting local name adjvisdfd of variable surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_snow_water) of variable tendency_of_snow_water_mixing_ratio_due_to_model_physics from new to old metadata -INFO: Converting local name nlwsfc_cpl of variable cumulative_surface_net_downward_longwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name clouds(:,:,9) of variable mean_effective_radius_for_snow_flake from new to old metadata -INFO: Converting local name con_cvap of variable specific_heat_of_water_vapor_at_constant_pressure from new to old metadata -INFO: Converting local name drydep of variable instantaneous_dry_deposition from new to old metadata -INFO: Converting local name semis_ocean of variable surface_longwave_emissivity_over_ocean_interstitial from new to old metadata -INFO: Converting local name master of variable mpi_root from new to old metadata -INFO: Converting local name gamt of variable countergradient_mixing_term_for_temperature from new to old metadata -INFO: Converting local name redrag of variable flag_for_reduced_drag_coefficient_over_sea from new to old metadata -INFO: Converting local name gq0(:,:,index_for_ozone) of variable ozone_concentration_updated_by_physics from new to old metadata -INFO: Converting local name do_skeb of variable flag_for_stochastic_skeb_option from new to old metadata -INFO: Converting local name qg_r of variable mass_weighted_rime_factor_mixing_ratio from new to old metadata -INFO: Converting local name min_seaice of variable sea_ice_minimum from new to old metadata -INFO: Converting local name betal_deep of variable downdraft_fraction_reaching_surface_over_land_deep_convection from new to old metadata -INFO: Converting local name alvwf of variable mean_vis_albedo_with_weak_cosz_dependency from new to old metadata -INFO: Converting local name do_gwd of variable flag_for_gravity_wave_drag from new to old metadata -INFO: Converting local name nf_aesw of variable number_of_aerosol_output_fields_for_shortwave_radiation from new to old metadata -INFO: Converting local name avg_max_length of variable time_interval_for_maximum_hourly_fields from new to old metadata -INFO: Converting local name tdomzr of variable dominant_freezing_rain_type from new to old metadata -INFO: Converting local name toticeb of variable accumulated_lwe_thickness_of_ice_amount_in_bucket from new to old metadata -INFO: Converting local name isppt_deep of variable flag_for_combination_of_sppt_with_isppt_deep from new to old metadata -INFO: Converting local name ice of variable lwe_thickness_of_ice_amount_on_dynamics_timestep from new to old metadata -INFO: Converting local name dq3dt(:,:,9) of variable cumulative_change_in_ozone_concentration_due_to_overhead_ozone_column from new to old metadata -INFO: Converting local name lsidea of variable flag_idealized_physics from new to old metadata -INFO: Converting local name ico2 of variable flag_for_using_prescribed_global_mean_co2_value from new to old metadata -INFO: Converting local name evap_ice of variable kinematic_surface_upward_latent_heat_flux_over_ice from new to old metadata -INFO: Converting local name do_awdd of variable flag_arakawa_wu_downdraft from new to old metadata -INFO: Converting local name hetfrz_classnuc of variable mg_flag_for_heterogeneous_freezing from new to old metadata -INFO: Converting local name mpiroot of variable mpi_root_for_fast_physics from new to old metadata -INFO: Converting local name dq3dt(:,:,4) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_microphysics from new to old metadata -INFO: Converting local name GFS_coupling_type of variable GFS_coupling_type from new to old metadata -INFO: Converting local name psurfi_cpl of variable instantaneous_surface_air_pressure_for_coupling from new to old metadata -INFO: Converting local name xkzm_h of variable atmosphere_heat_diffusivity_background from new to old metadata -INFO: Converting local name rh02max of variable maximum_relative_humidity_at_2m_over_maximum_hourly_time_interval from new to old metadata -INFO: Converting local name tmpmax of variable maximum_temperature_at_2m from new to old metadata -INFO: Converting local name fscav of variable fraction_of_tracer_scavenged from new to old metadata -INFO: Converting local name ntiwx of variable index_for_ice_cloud_condensate_vertical_diffusion_tracer from new to old metadata -INFO: Converting local name gasvmr(:,:,4) of variable volume_mixing_ratio_o2 from new to old metadata -INFO: Converting local name dpt2m of variable dewpoint_temperature_at_2m from new to old metadata -INFO: Converting local name mg_do_liq_liu of variable mg_flag_for_liu_liquid_treatment from new to old metadata -INFO: Converting local name ffhh_land of variable Monin_Obukhov_similarity_function_for_heat_over_land from new to old metadata -INFO: Converting local name crtrh(3) of variable critical_relative_humidity_at_top_of_atmosphere from new to old metadata -INFO: Converting local name smcwtdxy of variable soil_water_content_between_soil_bottom_and_water_table from new to old metadata -INFO: Converting local name visbmdi of variable surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name cdq_ice of variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_ice from new to old metadata -INFO: Converting local name adjnirdfu of variable surface_upwelling_diffuse_near_infrared_shortwave_flux from new to old metadata -INFO: Converting local name wcbmax of variable maximum_updraft_velocity_at_cloud_base from new to old metadata -INFO: Converting local name tsflw of variable surface_midlayer_air_temperature_in_longwave_radiation from new to old metadata -INFO: Converting local name asolfac_shal of variable aerosol_aware_parameter_shallow_convection from new to old metadata -INFO: Converting local name gabsbdlw_ocean of variable surface_downwelling_longwave_flux_absorbed_by_ground_over_ocean from new to old metadata -INFO: Converting local name de_lgth of variable cloud_decorrelation_length from new to old metadata -INFO: Converting local name GFS_interstitial_type of variable GFS_interstitial_type from new to old metadata -INFO: Converting local name imap of variable map_of_block_column_number_to_global_i_index from new to old metadata -INFO: Converting local name plyr of variable air_pressure_at_layer_for_radiation_in_hPa from new to old metadata -INFO: Converting local name skip_macro of variable flag_skip_macro from new to old metadata -INFO: Converting local name tsnoxy of variable snow_temperature from new to old metadata -INFO: Converting local name sbsnoa of variable cumulative_snow_deposition_sublimation_upward_latent_heat_flux_multiplied_by_timestep from new to old metadata -INFO: Converting local name prcpmp of variable lwe_thickness_of_explicit_precipitation_amount from new to old metadata -INFO: Converting local name clcn of variable convective_cloud_volume_fraction from new to old metadata -INFO: Converting local name gt0 of variable air_temperature_updated_by_physics from new to old metadata -INFO: Converting local name gamma of variable anisotropy_of_subgrid_orography from new to old metadata -INFO: Converting local name uconvtend of variable tendency_of_x_wind_due_to_deep_convection_for_coupling_on_physics_timestep from new to old metadata -INFO: Converting local name dswsfci_cpl of variable instantaneous_surface_downwelling_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name delp of variable pressure_thickness_at_Lagrangian_surface from new to old metadata -INFO: Converting local name lsm_ruc of variable flag_for_ruc_land_surface_scheme from new to old metadata -INFO: Converting local name dt_mf of variable instantaneous_atmosphere_detrainment_convective_mass_flux from new to old metadata -INFO: Converting local name d_conv of variable free_convection_layer_thickness from new to old metadata -INFO: Converting local name nlwsfci_cpl of variable instantaneous_surface_net_downward_longwave_flux_for_coupling from new to old metadata -INFO: Converting local name shum_wts of variable weights_for_stochastic_shum_perturbation from new to old metadata -INFO: Converting local name dswsfci of variable surface_downwelling_shortwave_flux from new to old metadata -INFO: Converting local name do_ysu of variable flag_for_ysu from new to old metadata -INFO: Converting local name q_con of variable cloud_condensed_water_specific_humidity_at_Lagrangian_surface from new to old metadata -INFO: Converting local name mom4ice of variable flag_for_mom4_coupling from new to old metadata -INFO: Converting local name tref of variable sea_surface_reference_temperature from new to old metadata -INFO: Converting local name faersw(:,:,:,3) of variable aerosol_asymmetry_parameter_for_shortwave_bands_01_16 from new to old metadata -INFO: Converting local name ie of variable ending_x_direction_index from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_water_friendly_aerosols) of variable water_friendly_aerosol_number_concentration from new to old metadata -INFO: Converting local name dugwd of variable time_integral_of_x_stress_due_to_gravity_wave_drag from new to old metadata -INFO: Converting local name ntot3d of variable number_of_fields_in_phyf3d from new to old metadata -INFO: Converting local name GFS_data_type of variable GFS_data_type from new to old metadata -INFO: Converting local name graupelprv of variable lwe_thickness_of_graupel_amount_from_previous_timestep from new to old metadata -INFO: Converting local name nstf_name(4) of variable vertical_temperature_average_range_lower_bound from new to old metadata -INFO: Converting local name kind_dyn of variable kind_dyn from new to old metadata -INFO: Converting local name acv of variable accumulated_lwe_thickness_of_convective_precipitation_amount_cnvc90 from new to old metadata -INFO: Converting local name lsoil_lsm of variable soil_vertical_dimension_for_land_surface_model from new to old metadata -INFO: Converting local name phy_myj_chkqlm of variable surface_layer_evaporation_switch from new to old metadata -INFO: Converting local name dtf of variable time_step_for_dynamics from new to old metadata -INFO: Converting local name dqsfci_cpl of variable instantaneous_surface_upward_latent_heat_flux_for_coupling from new to old metadata -INFO: Converting local name mg_do_hail of variable mg_flag_for_hail from new to old metadata -INFO: Converting local name iopt_sfc of variable flag_for_surface_layer_drag_coefficient_option from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_ice_cloud_number_concentration) of variable tendency_of_ice_number_concentration_due_to_model_physics from new to old metadata -INFO: Converting local name kind_LOGICAL of variable kind_LOGICAL from new to old metadata -INFO: Converting local name hybedmf of variable flag_for_hedmf from new to old metadata -INFO: Converting local name dvisdfi_cpl of variable instantaneous_surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name exch_h of variable atmosphere_heat_diffusivity_for_mynnpbl from new to old metadata -INFO: Converting local name z01d of variable perturbation_of_momentum_roughness_length from new to old metadata -INFO: Converting local name prevst of variable temperature_from_previous_timestep from new to old metadata -INFO: Converting local name tracers_total of variable number_of_total_tracers from new to old metadata -INFO: Converting local name wind of variable wind_speed_at_lowest_model_layer from new to old metadata -INFO: Converting local name hprime of variable statistical_measures_of_subgrid_orography from new to old metadata -INFO: Converting local name oz_coeffp5 of variable number_of_coefficients_in_ozone_forcing_data_plus_five from new to old metadata -INFO: Converting local name tvxy of variable vegetation_temperature from new to old metadata -INFO: Converting local name ncps of variable local_snow_number_concentration from new to old metadata -INFO: Converting local name zlvl of variable height_above_ground_at_lowest_model_layer from new to old metadata -INFO: Converting local name restart of variable flag_for_restart from new to old metadata -INFO: Converting local name con_tice of variable freezing_point_temperature_of_seawater from new to old metadata -INFO: Converting local name sfcnsw of variable surface_net_downwelling_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name tau_mtb of variable time_integral_of_momentum_flux_due_to_mountain_blocking_drag from new to old metadata -INFO: Metadata table for model FV3 written to tests/build_fv3_17/FV3/ccpp/physics/CCPP_VARIABLES_FV3.html -INFO: Parsing metadata tables in physics scheme files ... -INFO: Parsed tables in scheme rayleigh_damp -INFO: Parsed tables in scheme GFS_surface_composites_pre -INFO: Parsed tables in scheme GFS_surface_composites_inter -INFO: Parsed tables in scheme GFS_surface_composites_post -INFO: Parsed tables in scheme rrtmg_sw -INFO: Parsed tables in scheme sfc_ocean -INFO: Parsed tables in scheme gwdc_pre -INFO: Parsed tables in scheme gwdc -INFO: Parsed tables in scheme gwdc_post -INFO: Parsed tables in scheme cu_gf_driver_pre -INFO: Parsed tables in scheme gfdl_cloud_microphys -INFO: Parsed tables in scheme GFS_time_vary_pre -INFO: Parsed tables in scheme GFS_rrtmg_setup -INFO: Parsed tables in scheme zhaocarr_gscond -INFO: Parsed tables in scheme ysuvdif -INFO: Parsed tables in scheme rrtmg_sw_post -INFO: Parsed tables in scheme GFS_SCNV_generic_pre -INFO: Parsed tables in scheme GFS_SCNV_generic_post -INFO: Parsed tables in scheme GFS_rrtmg_pre -INFO: Parsed tables in scheme sfc_sice -INFO: Parsed tables in scheme samfdeepcnv -INFO: Parsed tables in scheme satmedmfvdif -INFO: Parsed tables in scheme mynnrad_post -INFO: Parsed tables in scheme cu_gf_driver_post -INFO: Parsed tables in scheme cs_conv_aw_adj -INFO: Parsed tables in scheme GFS_phys_time_vary -INFO: Parsed tables in scheme ozphys_2015 -INFO: Parsed tables in scheme GFS_suite_interstitial_rad_reset -INFO: Parsed tables in scheme GFS_suite_interstitial_phys_reset -INFO: Parsed tables in scheme GFS_suite_interstitial_1 -INFO: Parsed tables in scheme GFS_suite_interstitial_2 -INFO: Parsed tables in scheme GFS_suite_stateout_reset -INFO: Parsed tables in scheme GFS_suite_stateout_update -INFO: Parsed tables in scheme GFS_suite_interstitial_3 -INFO: Parsed tables in scheme GFS_suite_interstitial_4 -INFO: Parsed tables in scheme samfshalcnv -INFO: Parsed tables in scheme zhaocarr_precpd -INFO: Parsed tables in scheme noahmpdrv -INFO: Parsed tables in scheme mp_fer_hires -INFO: Parsed tables in scheme myjpbl_wrapper -INFO: Parsed tables in scheme GFS_surface_generic_pre -INFO: Parsed tables in scheme GFS_surface_generic_post -INFO: Parsed tables in scheme cu_ntiedtke_post -INFO: Parsed tables in scheme sfc_diag -INFO: Parsed tables in scheme rrtmg_lw -INFO: Parsed tables in scheme GFS_diagtoscreen -INFO: Parsed tables in scheme GFS_interstitialtoscreen -INFO: Parsed tables in scheme GFS_abort -INFO: Parsed tables in scheme GFS_checkland -INFO: Parsed tables in scheme mynnrad_pre -INFO: Parsed tables in scheme satmedmfvdifq -INFO: Parsed tables in scheme cs_conv_pre -INFO: Parsed tables in scheme cs_conv_post -INFO: Parsed tables in scheme cs_conv -INFO: Parsed tables in scheme shinhongvdif -INFO: Parsed tables in scheme h2ophys -INFO: Parsed tables in scheme rrtmg_lw_post -INFO: Parsed tables in scheme sfc_nst -INFO: Parsed tables in scheme sfc_nst_pre -INFO: Parsed tables in scheme sfc_nst_post -INFO: Parsed tables in scheme cu_ntiedtke_pre -INFO: Parsed tables in scheme cu_ntiedtke -INFO: Parsed tables in scheme cires_ugwp_post -INFO: Parsed tables in scheme hedmf -INFO: Parsed tables in scheme sfc_diff -INFO: Parsed tables in scheme mp_thompson_pre -INFO: Parsed tables in scheme sfc_diag_post -INFO: Parsed tables in scheme m_micro_pre -INFO: Parsed tables in scheme m_micro_post -INFO: Parsed tables in scheme m_micro -INFO: Parsed tables in scheme fv_sat_adj -INFO: Parsed tables in scheme GFS_surface_loop_control_part1 -INFO: Parsed tables in scheme GFS_surface_loop_control_part2 -INFO: Parsed tables in scheme shoc -INFO: Parsed tables in scheme GFS_rrtmg_post -INFO: Parsed tables in scheme GFS_GWD_generic_pre -INFO: Parsed tables in scheme GFS_GWD_generic_post -INFO: Parsed tables in scheme rrtmg_sw_pre -INFO: Parsed tables in scheme GFS_MP_generic_pre -INFO: Parsed tables in scheme GFS_MP_generic_post -INFO: Parsed tables in scheme cu_gf_driver -INFO: Parsed tables in scheme GFS_PBL_generic_pre -INFO: Parsed tables in scheme GFS_PBL_generic_post -INFO: Parsed tables in scheme mp_thompson_post -INFO: Parsed tables in scheme mp_thompson -INFO: Parsed tables in scheme rrtmg_lw_pre -INFO: Parsed tables in scheme gwdps -INFO: Parsed tables in scheme shalcnv -INFO: Parsed tables in scheme cires_ugwp -INFO: Parsed tables in scheme get_prs_fv3 -INFO: Parsed tables in scheme get_phi_fv3 -INFO: Parsed tables in scheme mynnsfc_wrapper -INFO: Parsed tables in scheme GFS_suite_ini_fini_test -INFO: Parsed tables in scheme myjsfc_wrapper -INFO: Parsed tables in scheme mynnedmf_wrapper -INFO: Parsed tables in scheme ozphys -INFO: Parsed tables in scheme lsm_ruc -INFO: Parsed tables in scheme GFS_stochastics -INFO: Parsed tables in scheme drag_suite -INFO: Parsed tables in scheme sfc_cice -INFO: Parsed tables in scheme sascnvn -INFO: Parsed tables in scheme lsm_ruc_sfc_sice_pre -INFO: Parsed tables in scheme lsm_ruc_sfc_sice_post -INFO: Parsed tables in scheme GFS_DCNV_generic_pre -INFO: Parsed tables in scheme GFS_DCNV_generic_post -INFO: Parsed tables in scheme cnvc90 -INFO: Parsed tables in scheme GFS_rad_time_vary -INFO: Parsed tables in scheme maximum_hourly_diagnostics -INFO: Parsed tables in scheme lsm_noah -INFO: Parsed tables in scheme dcyc2t3 -INFO: Parsed tables in scheme dcyc2t3_post -INFO: Parsed tables in scheme moninshoc -INFO: filtering out variable GFS_stateout_type_instance -INFO: filtering out variable accumulated_change_of_air_temperature_due_to_FA_scheme -INFO: filtering out variable accumulated_water_equivalent_of_frozen_precip -INFO: filtering out variable aerosol_number_concentration_from_gocart_aerosol_climatology -INFO: filtering out variable area_fraction_of_wet_canopy -INFO: filtering out variable atmosphere_heat_diffusivity_for_mynnpbl -INFO: filtering out variable atmosphere_heat_diffusivity_from_shoc -INFO: filtering out variable atmosphere_momentum_diffusivity_for_mynnpbl -INFO: filtering out variable baseline_surface_roughness_length -INFO: filtering out variable canopy_air_temperature -INFO: filtering out variable canopy_air_vapor_pressure -INFO: filtering out variable canopy_intercepted_ice_mass -INFO: filtering out variable canopy_intercepted_liquid_water -INFO: filtering out variable ccn_number_concentration -INFO: filtering out variable ccpp_block_number -INFO: filtering out variable cell_size -INFO: filtering out variable characteristic_grid_length_scale -INFO: filtering out variable choice_of_original_scale_aware_TKE_moist_EDMF_PBL -INFO: filtering out variable choice_of_scale_aware_TKE_moist_EDMF_PBL -INFO: filtering out variable choice_of_updated_scale_aware_TKE_moist_EDMF_PBL -INFO: filtering out variable cloud_area_fraction -INFO: filtering out variable cloud_base_mass_flux -INFO: filtering out variable cloud_condensed_water_mixing_ratio_at_lowest_model_layer -INFO: filtering out variable cloud_condensed_water_mixing_ratio_at_surface -INFO: filtering out variable cloud_droplet_number_concentration -INFO: filtering out variable cloud_droplet_number_concentration_updated_by_physics -INFO: filtering out variable cloud_fraction_for_MG -INFO: filtering out variable cloud_phase_transition_denominator -INFO: filtering out variable cloud_phase_transition_threshold_temperature -INFO: filtering out variable cloud_specie_mix_flag -INFO: filtering out variable cloudpdf -INFO: filtering out variable conv_activity_counter -INFO: filtering out variable convective_updraft_area_fraction -INFO: filtering out variable convective_updraft_area_fraction_at_model_interfaces -INFO: filtering out variable couple_sgs_clouds_to_radiation_flag -INFO: filtering out variable cumulative_change_in_x_wind_due_to_convective_gravity_wave_drag -INFO: filtering out variable cumulative_change_in_y_wind_due_to_convective_gravity_wave_drag -INFO: filtering out variable density_of_frozen_precipitation -INFO: filtering out variable depth_of_soil_levels_for_land_surface_model -INFO: filtering out variable detrainment_and_precipitation_tunable_parameter_3_CS -INFO: filtering out variable detrainment_and_precipitation_tunable_parameter_4_CS -INFO: filtering out variable do_myjsfc -INFO: filtering out variable do_mynnsfclay -INFO: filtering out variable downdraft_fraction_in_boundary_layer_mass_flux_scheme -INFO: filtering out variable edmf_flag -INFO: filtering out variable edmf_momentum_transport_flag -INFO: filtering out variable edmf_partition_flag -INFO: filtering out variable edmf_tke_transport_flag -INFO: filtering out variable emdf_updraft_area -INFO: filtering out variable emdf_updraft_cloud_water -INFO: filtering out variable emdf_updraft_entrainment_rate -INFO: filtering out variable emdf_updraft_theta_l -INFO: filtering out variable emdf_updraft_total_water -INFO: filtering out variable emdf_updraft_vertical_velocity -INFO: filtering out variable entrainment_efficiency_tunable_parameter_9_CS -INFO: filtering out variable equilibrium_soil_water_content -INFO: filtering out variable fa_threshold_relative_humidity_for_onset_of_condensation -INFO: filtering out variable fast_soil_pool_mass_content_of_carbon -INFO: filtering out variable fine_root_mass -INFO: filtering out variable flag_arakawa_wu_downdraft -INFO: filtering out variable flag_convective_tracer_transport -INFO: filtering out variable flag_flip -INFO: filtering out variable flag_flux_form_CS -INFO: filtering out variable flag_for_2015_ozone_physics -INFO: filtering out variable flag_for_aerosol_input_MG -INFO: filtering out variable flag_for_canopy_stomatal_resistance_option -INFO: filtering out variable flag_for_dynamic_vegetation_option -INFO: filtering out variable flag_for_frozen_soil_permeability_option -INFO: filtering out variable flag_for_frozen_soil_physics -INFO: filtering out variable flag_for_ground_snow_surface_albedo_option -INFO: filtering out variable flag_for_in_ccn_forcing_for_morrison_gettelman_microphysics -INFO: filtering out variable flag_for_individual_cloud_species_advected -INFO: filtering out variable flag_for_lower_boundary_soil_temperature_option -INFO: filtering out variable flag_for_pdf_for_morrison_gettelman_microphysics_scheme -INFO: filtering out variable flag_for_precipitation_partition_option -INFO: filtering out variable flag_for_radiation_transfer_option -INFO: filtering out variable flag_for_reading_leaf_area_index_from_input -INFO: filtering out variable flag_for_restart -INFO: filtering out variable flag_for_runoff_and_groundwater_option -INFO: filtering out variable flag_for_sas_deep_convection_scheme -INFO: filtering out variable flag_for_shoc_after_convection -INFO: filtering out variable flag_for_soil_and_snow_temperature_time_stepping_option -INFO: filtering out variable flag_for_soil_moisture_factor_stomatal_resistance_option -INFO: filtering out variable flag_for_supercooled_liquid_water_option -INFO: filtering out variable flag_for_surface_layer_drag_coefficient_option -INFO: filtering out variable flag_mg3_as_mg2 -INFO: filtering out variable flag_skip_macro -INFO: filtering out variable fraction_of_cloud_top_water_scavenged -INFO: filtering out variable fraction_of_tracer_scavenged -INFO: filtering out variable gf_memory_counter -INFO: filtering out variable graupel_number_concentration_updated_by_physics -INFO: filtering out variable grav_settling -INFO: filtering out variable ground_temperature_for_noahmp -INFO: filtering out variable gwd_opt -INFO: filtering out variable h2o_forcing -INFO: filtering out variable heat_exchange_coefficient_for_MYJ_schemes -INFO: filtering out variable ice_friendly_aerosol_number_concentration -INFO: filtering out variable ice_friendly_aerosol_number_concentration_updated_by_physics -INFO: filtering out variable ice_number_concentration -INFO: filtering out variable ice_number_concentration_updated_by_physics -INFO: filtering out variable ice_supersaturation_threshold -INFO: filtering out variable ice_water_mixing_ratio -INFO: filtering out variable in_number_concentration -INFO: filtering out variable index_for_ice_cloud_condensate_vertical_diffusion_tracer -INFO: filtering out variable integrated_x_momentum_flux_from_blocking_drag -INFO: filtering out variable integrated_x_momentum_flux_from_form_drag -INFO: filtering out variable integrated_x_momentum_flux_from_large_scale_gwd -INFO: filtering out variable integrated_x_momentum_flux_from_small_scale_gwd -INFO: filtering out variable integrated_y_momentum_flux_from_blocking_drag -INFO: filtering out variable integrated_y_momentum_flux_from_form_drag -INFO: filtering out variable integrated_y_momentum_flux_from_large_scale_gwd -INFO: filtering out variable integrated_y_momentum_flux_from_small_scale_gwd -INFO: filtering out variable k_level_of_highest_reaching_plume -INFO: filtering out variable kinematic_buoyancy_flux_from_shoc -INFO: filtering out variable kinematic_surface_latent_heat_flux -INFO: filtering out variable lake_water_storage -INFO: filtering out variable latitude_index_in_debug_printouts -INFO: filtering out variable layer_bottom_depth_from_snow_surface -INFO: filtering out variable leaf_area_index -INFO: filtering out variable leaf_mass -INFO: filtering out variable limit_for_temperature_tendency_for_microphysics -INFO: filtering out variable liquid_water_density -INFO: filtering out variable local_graupel_mixing_ratio -INFO: filtering out variable local_graupel_number_concentration -INFO: filtering out variable local_rain_number_concentration -INFO: filtering out variable local_rain_water_mixing_ratio -INFO: filtering out variable local_snow_number_concentration -INFO: filtering out variable local_snow_water_mixing_ratio -INFO: filtering out variable mass_weighted_rime_factor_updated_by_physics -INFO: filtering out variable maximum_column_heating_rate -INFO: filtering out variable maximum_mass_flux -INFO: filtering out variable maximum_updraft_velocity_at_cloud_base -INFO: filtering out variable mean_nir_albedo_with_weak_cosz_dependency -INFO: filtering out variable mean_vis_albedo_with_weak_cosz_dependency -INFO: filtering out variable mg_allow_supersat_after_sed -INFO: filtering out variable mg_autoconversion_size_threshold_ice_snow -INFO: filtering out variable mg_bergeron_efficiency_factor -INFO: filtering out variable mg_cloud_water_variance -INFO: filtering out variable mg_drop_concentration_constant -INFO: filtering out variable mg_flag_drop_concentration_constant -INFO: filtering out variable mg_flag_for_cloud_ice_processes -INFO: filtering out variable mg_flag_for_gmao_ice_formulation -INFO: filtering out variable mg_flag_for_graupel -INFO: filtering out variable mg_flag_for_hail -INFO: filtering out variable mg_flag_for_heterogeneous_freezing -INFO: filtering out variable mg_flag_for_liu_liquid_treatment -INFO: filtering out variable mg_flag_for_sb2001_autoconversion -INFO: filtering out variable mg_flag_for_uniform_subcolumns -INFO: filtering out variable mg_flag_graupel_concentration_constant -INFO: filtering out variable mg_flag_ice_concentration_constant -INFO: filtering out variable mg_graupel_concentration_constant -INFO: filtering out variable mg_ice_concentration_constant -INFO: filtering out variable mg_minimum_cloud_condensed_water_and_ice_mixing_ratio -INFO: filtering out variable mg_minimum_rh_for_ice -INFO: filtering out variable mg_time_scale_for_autoconversion_of_ice -INFO: filtering out variable mg_tuning_factor_for_alphas -INFO: filtering out variable mg_type_of_precip_fraction_method -INFO: filtering out variable minimum_value_of_specific_humidity -INFO: filtering out variable mix_total_water_flag -INFO: filtering out variable mixing_length -INFO: filtering out variable mixing_length_flag -INFO: filtering out variable moisture_from_previous_timestep -INFO: filtering out variable moisture_tendency_due_to_dynamics -INFO: filtering out variable momentum_exchange_coefficient_for_MYJ_schemes -INFO: filtering out variable mpi_comm -INFO: filtering out variable natural_log_of_h2o_forcing_data_pressure_levels -INFO: filtering out variable nondimensional_snow_age -INFO: filtering out variable normalized_soil_wetness_for_land_surface_model -INFO: filtering out variable number_of_cloud_types_CS -INFO: filtering out variable number_of_coefficients_in_h2o_forcing_data -INFO: filtering out variable number_of_frozen_precipitation_species -INFO: filtering out variable number_of_plumes -INFO: filtering out variable number_of_snow_layers -INFO: filtering out variable number_of_spectral_wave_trancation_for_sas -INFO: filtering out variable number_of_tracers_for_CS -INFO: filtering out variable number_of_tracers_plus_one -INFO: filtering out variable ozone_mixing_ratio -INFO: filtering out variable potential_temperature_at_2m -INFO: filtering out variable potential_temperature_at_viscous_sublayer_top -INFO: filtering out variable prandtl_number -INFO: filtering out variable q_prime_squared -INFO: filtering out variable rain_number_concentration_updated_by_physics -INFO: filtering out variable reciprocal_of_obukhov_length -INFO: filtering out variable shoc_flag_for_optional_surface_TKE_dissipation -INFO: filtering out variable shoc_implicit_TKE_integration_uncentering_term -INFO: filtering out variable shoc_tke_dissipatation_pressure_threshold -INFO: filtering out variable shoc_tke_dissipation_tunable_parameter -INFO: filtering out variable shoc_tke_dissipation_tunable_parameter_near_surface -INFO: filtering out variable slow_soil_pool_mass_content_of_carbon -INFO: filtering out variable snow_albedo_at_previous_time_step -INFO: filtering out variable snow_layer_ice -INFO: filtering out variable snow_layer_liquid_water -INFO: filtering out variable snow_mass_at_previous_time_step -INFO: filtering out variable snow_number_concentration_updated_by_physics -INFO: filtering out variable snow_precipitation_rate_at_surface -INFO: filtering out variable snow_temperature -INFO: filtering out variable snow_temperature_bottom_first_layer -INFO: filtering out variable soil_temperature_for_land_surface_model -INFO: filtering out variable soil_vertical_dimension_for_land_surface_model -INFO: filtering out variable soil_water_content_between_soil_bottom_and_water_table -INFO: filtering out variable specific_humidity_at_viscous_sublayer_top -INFO: filtering out variable stability_function_for_heat -INFO: filtering out variable stem_area_index -INFO: filtering out variable stem_mass -INFO: filtering out variable subgrid_cloud_fraction_pbl -INFO: filtering out variable subgrid_cloud_mixing_ratio_pbl -INFO: filtering out variable subgrid_scale_cloud_fraction_from_shoc -INFO: filtering out variable surface_condensation_mass -INFO: filtering out variable surface_drag_coefficient_for_heat_and_moisture_for_noahmp -INFO: filtering out variable surface_drag_coefficient_for_momentum_for_noahmp -INFO: filtering out variable surface_exchange_coefficient_for_heat -INFO: filtering out variable surface_exchange_coefficient_for_heat_at_2m -INFO: filtering out variable surface_exchange_coefficient_for_moisture -INFO: filtering out variable surface_exchange_coefficient_for_moisture_at_2m -INFO: filtering out variable surface_friction_velocity_drag -INFO: filtering out variable surface_latent_heat -INFO: filtering out variable surface_layer_evaporation_switch -INFO: filtering out variable surface_specific_humidity_for_MYJ_schemes -INFO: filtering out variable surface_stability_parameter -INFO: filtering out variable t_prime_q_prime -INFO: filtering out variable t_prime_squared -INFO: filtering out variable temperature_from_previous_timestep -INFO: filtering out variable temperature_tendency_due_to_dynamics -INFO: filtering out variable tendency_of_cloud_droplet_number_concentration_due_to_model_physics -INFO: filtering out variable tendency_of_ice_cloud_water_mixing_ratio_due_to_model_physics -INFO: filtering out variable tendency_of_ice_friendly_aerosol_number_concentration_due_to_model_physics -INFO: filtering out variable tendency_of_ice_friendly_aerosols_at_surface -INFO: filtering out variable tendency_of_ice_number_concentration_due_to_model_physics -INFO: filtering out variable tendency_of_liquid_cloud_water_mixing_ratio_due_to_model_physics -INFO: filtering out variable tendency_of_ozone_mixing_ratio_due_to_model_physics -INFO: filtering out variable tendency_of_water_friendly_aerosol_number_concentration_due_to_model_physics -INFO: filtering out variable tendency_of_water_friendly_aerosols_at_surface -INFO: filtering out variable tendency_of_water_vapor_specific_humidity_due_to_model_physics -INFO: filtering out variable tendency_of_x_wind_due_to_convective_gravity_wave_drag -INFO: filtering out variable tendency_of_y_wind_due_to_convective_gravity_wave_drag -INFO: filtering out variable theta_star -INFO: filtering out variable tke_advect -INFO: filtering out variable tke_at_mass_points -INFO: filtering out variable tke_budget -INFO: filtering out variable tke_dissipative_heating_factor -INFO: filtering out variable total_accumulated_snowfall -INFO: filtering out variable triple_point_temperature_of_water -INFO: filtering out variable turbulent_kinetic_energy_convective_transport_tracer -INFO: filtering out variable u_wind_component_at_viscous_sublayer_top -INFO: filtering out variable updraft_fraction_in_boundary_layer_mass_flux_scheme -INFO: filtering out variable updraft_velocity_tunable_parameter_1_CS -INFO: filtering out variable updraft_velocity_tunable_parameter_2_CS -INFO: filtering out variable v_wind_component_at_viscous_sublayer_top -INFO: filtering out variable vegetation_temperature -INFO: filtering out variable vertical_dimension_of_h2o_forcing_data -INFO: filtering out variable volume_fraction_of_frozen_soil_moisture_for_land_surface_model -INFO: filtering out variable volume_fraction_of_soil_moisture_for_land_surface_model -INFO: filtering out variable volume_fraction_of_unfrozen_soil_moisture_for_land_surface_model -INFO: filtering out variable water_friendly_aerosol_number_concentration -INFO: filtering out variable water_friendly_aerosol_number_concentration_updated_by_physics -INFO: filtering out variable water_storage_in_aquifer -INFO: filtering out variable water_storage_in_aquifer_and_saturated_soil -INFO: filtering out variable water_table_depth -INFO: filtering out variable water_table_recharge_when_deep -INFO: filtering out variable water_table_recharge_when_shallow -INFO: filtering out variable water_vapor_mixing_ratio_at_surface -INFO: filtering out variable weight_for_momentum_at_viscous_sublayer_top -INFO: filtering out variable weight_for_potental_temperature_at_viscous_sublayer_top -INFO: filtering out variable weight_for_specific_humidity_at_viscous_sublayer_top -INFO: filtering out variable wood_mass -INFO: filtering out variable x_momentum_tendency_from_blocking_drag -INFO: filtering out variable x_momentum_tendency_from_form_drag -INFO: filtering out variable x_momentum_tendency_from_large_scale_gwd -INFO: filtering out variable x_momentum_tendency_from_small_scale_gwd -INFO: filtering out variable y_momentum_tendency_from_blocking_drag -INFO: filtering out variable y_momentum_tendency_from_form_drag -INFO: filtering out variable y_momentum_tendency_from_large_scale_gwd -INFO: filtering out variable y_momentum_tendency_from_small_scale_gwd -INFO: Checking optional arguments in physics schemes ... -INFO: Metadata table for model FV3 written to tests/build_fv3_17/FV3/ccpp/framework/doc/DevelopersGuide/CCPP_VARIABLES_FV3.tex -INFO: Comparing metadata for requested and provided variables ... -INFO: Automatic unit conversion from m to um for effective_radius_of_stratiform_cloud_ice_particle_in_um before entering MODULE_mp_thompson SCHEME_mp_thompson SUBROUTINE_mp_thompson_run -INFO: Automatic unit conversion from m to um for effective_radius_of_stratiform_cloud_liquid_water_particle_in_um before entering MODULE_mp_thompson SCHEME_mp_thompson SUBROUTINE_mp_thompson_run -INFO: Automatic unit conversion from m to um for effective_radius_of_stratiform_cloud_snow_particle_in_um before entering MODULE_mp_thompson SCHEME_mp_thompson SUBROUTINE_mp_thompson_run -INFO: Generating schemes makefile/cmakefile snippet ... -INFO: Added 168 schemes to tests/build_fv3_17/FV3/ccpp/physics/CCPP_SCHEMES.mk, tests/build_fv3_17/FV3/ccpp/physics/CCPP_SCHEMES.cmake, tests/build_fv3_17/FV3/ccpp/physics/CCPP_SCHEMES.sh -INFO: Generating suite and group caps ... -INFO: Generating static API ccpp_static_api.F90 in tests/build_fv3_17/FV3/ccpp/physics ... -INFO: Generating caps makefile/cmakefile snippet ... -INFO: Added 11 auto-generated caps to tests/build_fv3_17/FV3/ccpp/physics/CCPP_CAPS.mk and tests/build_fv3_17/FV3/ccpp/physics/CCPP_CAPS.cmake -INFO: CCPP prebuild step completed successfully. -+ source build_fv3_17/FV3/ccpp/physics/CCPP_SCHEMES.sh -++ export 'CCPP_SCHEMES=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/aer_cloud.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/aerclm_def.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/aerinterp.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/calpreciptype.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cldwat2m_micro.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cldmacro.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/date_def.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/funcphys.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gcycle.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/h2o_def.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/h2ointerp.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/iccn_def.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/iccninterp.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/iounitdef.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/machine.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mersenne_twister.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfpbl.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg_utils.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg2_0.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg3_0.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/multi_gases.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_model.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_parameters.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_radar.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_thompson.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MP_FER_HIRES.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_bl_mynn.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_mynn.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_orowam2017.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/namelist_soilveg.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfpblt.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfpbltq.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfscu.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfscuq.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/noahmp_tables.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/num_parthds.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozne_def.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozinterp.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/physcons.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/physparam.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radcons.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_aerosols.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_astronomy.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_clouds.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_gases.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_surface.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radlw_datatb.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radlw_param.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radsw_datatb.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radsw_param.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/samfaerosols.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfcsub.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sflx.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/set_soilveg.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/surface_perturbation.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_deep.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_sh.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/tridi.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/wv_saturation.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_soil_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rayleigh_damp.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radsw_main.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_ocean.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gwdc.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gscond.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ysuvdif.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_sice.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/samfdeepcnv.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/satmedmfvdif.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozphys_2015.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/samfshalcnv.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/precpd.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_fer_hires.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diag.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radlw_main.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_debug.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/satmedmfvdifq.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cs_conv.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/shinhongvdif.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/h2ophys.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_nst.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/moninedmf.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diff.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diag_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/m_micro.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gcm_shoc.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gwdps.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/shalcnv.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/get_prs_fv3.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozphys.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_stochastics.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/drag_suite.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_cice.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sascnvn.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cnvc90.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_drv.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/dcyc2.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/moninshoc.f' -++ CCPP_SCHEMES='/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/aer_cloud.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/aerclm_def.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/aerinterp.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/calpreciptype.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cldwat2m_micro.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cldmacro.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/date_def.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/funcphys.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gcycle.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/h2o_def.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/h2ointerp.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/iccn_def.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/iccninterp.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/iounitdef.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/machine.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mersenne_twister.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfpbl.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg_utils.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg2_0.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg3_0.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/multi_gases.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_model.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_parameters.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_radar.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_thompson.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MP_FER_HIRES.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_bl_mynn.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_mynn.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_orowam2017.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/namelist_soilveg.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfpblt.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfpbltq.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfscu.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfscuq.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/noahmp_tables.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/num_parthds.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozne_def.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozinterp.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/physcons.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/physparam.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radcons.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_aerosols.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_astronomy.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_clouds.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_gases.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_surface.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radlw_datatb.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radlw_param.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radsw_datatb.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radsw_param.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/samfaerosols.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfcsub.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sflx.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/set_soilveg.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/surface_perturbation.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_deep.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_sh.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/tridi.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/wv_saturation.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_soil_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rayleigh_damp.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radsw_main.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_ocean.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gwdc.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gscond.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ysuvdif.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_sice.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/samfdeepcnv.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/satmedmfvdif.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozphys_2015.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/samfshalcnv.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/precpd.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_fer_hires.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diag.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radlw_main.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_debug.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/satmedmfvdifq.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cs_conv.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/shinhongvdif.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/h2ophys.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_nst.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/moninedmf.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diff.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diag_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/m_micro.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gcm_shoc.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gwdps.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/shalcnv.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/get_prs_fv3.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozphys.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_stochastics.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/drag_suite.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_cice.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sascnvn.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cnvc90.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_drv.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/dcyc2.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/moninshoc.f' -+ source build_fv3_17/FV3/ccpp/physics/CCPP_CAPS.sh -++ export 'CCPP_CAPS=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_17/FV3/ccpp/physics/ccpp_FV3_GFS_2017_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_17/FV3/ccpp/physics/ccpp_FV3_GFS_2017_time_vary_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_17/FV3/ccpp/physics/ccpp_FV3_GFS_2017_radiation_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_17/FV3/ccpp/physics/ccpp_FV3_GFS_2017_physics_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_17/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stochastics_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_17/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stretched_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_17/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stretched_fast_physics_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_17/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stretched_time_vary_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_17/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stretched_radiation_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_17/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stretched_physics_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_17/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stretched_stochastics_cap.F90' -++ CCPP_CAPS='/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_17/FV3/ccpp/physics/ccpp_FV3_GFS_2017_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_17/FV3/ccpp/physics/ccpp_FV3_GFS_2017_time_vary_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_17/FV3/ccpp/physics/ccpp_FV3_GFS_2017_radiation_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_17/FV3/ccpp/physics/ccpp_FV3_GFS_2017_physics_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_17/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stochastics_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_17/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stretched_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_17/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stretched_fast_physics_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_17/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stretched_time_vary_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_17/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stretched_radiation_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_17/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stretched_physics_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_17/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stretched_stochastics_cap.F90' -+ source build_fv3_17/FV3/ccpp/physics/CCPP_STATIC_API.sh -++ export CCPP_STATIC_API=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_17/FV3/ccpp/physics/ccpp_static_api.F90 -++ CCPP_STATIC_API=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_17/FV3/ccpp/physics/ccpp_static_api.F90 -+ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y == *\N\A\M\_\p\h\y\s\=\Y* ]] -+ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y == *\W\W\3\=\Y* ]] -++ trim ' -D32BIT=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=ON -DSTATIC=ON -DMULTI_GASES=OFF' -++ local 'var= -D32BIT=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=ON -DSTATIC=ON -DMULTI_GASES=OFF' -++ var='-D32BIT=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=ON -DSTATIC=ON -DMULTI_GASES=OFF' -++ var='-D32BIT=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=ON -DSTATIC=ON -DMULTI_GASES=OFF' -++ echo -n '-D32BIT=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=ON -DSTATIC=ON -DMULTI_GASES=OFF' -+ CCPP_CMAKE_FLAGS='-D32BIT=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=ON -DSTATIC=ON -DMULTI_GASES=OFF' -+ source /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc -++ __ms_function_name=setup__test_function__174374 -++ eval 'setup__test_function__174374() { /bin/true ; }' -+++ eval '__text="text" ; if [[ $__text =~ ^(t).* ]] ; then printf "%s" ${.sh.match[1]} ; fi' -+++ cat -++ __ms_ksh_test= -+++ eval 'if ( set | grep setup__test_function__174374 | grep -v name > /dev/null 2>&1 ) ; then echo t ; fi ' -+++ cat -++ __ms_bash_test=t -++ [[ ! -z '' ]] -++ [[ ! -z t ]] -++ __ms_shell=bash -++ [[ -d /lfs3 ]] -++ [[ -d /scratch1 ]] -++ [[ ! -d /scratch ]] -++ eval module help -++ module purge -+++ /apps/lmod/7.7.18/libexec/lmod bash purge -++ eval unset 'BACIO_LIB4;' unset 'BACIO_LIB8;' unset 'BACIO_SRC;' unset 'BACIO_VER;' unset '__LMOD_REF_COUNT_CLASSPATH;' unset 'CLASSPATH;' unset 'CMAKE_CXX_COMPILER;' unset 'CMAKE_C_COMPILER;' unset 'CMAKE_Fortran_COMPILER;' unset 'CMAKE_Platform;' unset 'COMP;' unset '__LMOD_REF_COUNT_CPATH;' unset 'CPATH;' unset 'CRTM_FIX;' unset 'CRTM_INC;' unset 'CRTM_LIB;' unset 'CRTM_SRC;' unset 'CRTM_VER;' unset 'ESMFMKFILE;' unset 'G2TMPL_INC;' unset 'G2TMPL_LIB;' unset 'G2TMPL_SRC;' unset 'G2TMPL_VER;' unset 'G2_INC4;' unset 'G2_INCd;' unset 'G2_LIB4;' unset 'G2_LIBd;' unset 'G2_SRC;' unset 'G2_VER;' unset 'GDBSERVER_MIC;' unset 'GDB_CROSS;' unset '__LMOD_REF_COUNT_INFOPATH;' unset 'INFOPATH;' unset '__LMOD_REF_COUNT_INTEL_LICENSE_FILE;' unset 'INTEL_LICENSE_FILE;' unset 'INTEL_PYTHONHOME;' unset 'IPATH_NO_BACKTRACE;' unset 'IP_INC4;' unset 'IP_INC8;' unset 'IP_INCd;' unset 'IP_LIB4;' unset 'IP_LIB8;' unset 'IP_LIBd;' unset 'IP_SRC;' unset 'IP_VER;' unset 'I_MPI_CC;' unset 'I_MPI_F90;' unset 'I_MPI_HYDRA_BRANCH_COUNT;' unset 'I_MPI_HYDRA_PMI_CONNECT;' unset 'I_MPI_ROOT;' unset 'I_MPI_TMI_PROVIDER;' unset 'JASPER_INC;' unset 'JASPER_LIB;' unset 'JASPER_SRC;' unset 'JASPER_VER;' '__LMOD_REF_COUNT_LD_LIBRARY_PATH="/apps/slurm/default/lib:1";' export '__LMOD_REF_COUNT_LD_LIBRARY_PATH;' 'LD_LIBRARY_PATH=":/apps/slurm/default/lib";' export 'LD_LIBRARY_PATH;' unset '__LMOD_REF_COUNT_LIBRARY_PATH;' unset 'LIBRARY_PATH;' unset 'LIB_NAME;' unset 'LMOD_FAMILY_COMPILER;' unset 'LMOD_FAMILY_COMPILER_VERSION;' unset 'LMOD_FAMILY_MPI;' unset 'LMOD_FAMILY_MPI_VERSION;' unset '__LMOD_REF_COUNT_LOADEDMODULES;' unset 'LOADEDMODULES;' '__LMOD_REF_COUNT_MANPATH="/apps/lmod/lmod/share/man:1;/apps/local/man:1;/apps/slurm/default/share/man:1;/apps/slurm/tools/sbank/share/man:1";' export '__LMOD_REF_COUNT_MANPATH;' 'MANPATH="/apps/lmod/lmod/share/man::/apps/local/man:/apps/slurm/default/share/man:/apps/slurm/tools/sbank/share/man";' export 'MANPATH;' '__LMOD_REF_COUNT_MODULEPATH="/contrib/modulefiles:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:1;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1";' export '__LMOD_REF_COUNT_MODULEPATH;' 'MODULEPATH="/contrib/modulefiles:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles";' export 'MODULEPATH;' unset 'MPM_LAUNCHER;' unset 'NCEPLIBS;' unset 'NEMSIO_INC;' unset 'NEMSIO_LIB;' unset 'NEMSIO_SRC;' unset 'NEMSIO_VER;' unset 'NETCDF;' unset '__LMOD_REF_COUNT_NLSPATH;' unset 'NLSPATH;' '__LMOD_REF_COUNT_PATH="/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:1;/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/opt/ibutils/bin:1;/apps/local/bin:1;/apps/local/sbin:1;/apps/slurm/default/tools:1;/apps/slurm/default/bin:1;/apps/slurm/default/sbin:1;/apps/slurm/tools/sbank/bin:1;/home/Dusan.Jovic/bin:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/dbrowse:1";' export '__LMOD_REF_COUNT_PATH;' 'PATH="/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/opt/ibutils/bin:/apps/local/bin:/apps/local/sbin:/apps/slurm/default/tools:/apps/slurm/default/bin:/apps/slurm/default/sbin:/apps/slurm/tools/sbank/bin:/home/Dusan.Jovic/bin:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/dbrowse";' export 'PATH;' unset '__LMOD_REF_COUNT_PKG_CONFIG_PATH;' unset 'PKG_CONFIG_PATH;' unset 'PNG_INC;' unset 'PNG_LIB;' unset 'PNG_SRC;' unset 'PNG_VER;' unset 'POST_INC;' unset 'POST_LIB;' unset 'POST_SRC;' unset 'POST_VER;' unset 'SLURM_UTILS_PATH;' unset 'SP_LIB4;' unset 'SP_LIB8;' unset 'SP_LIBd;' unset 'SP_SRC;' unset 'SP_VER;' unset 'W3EMC_INC4;' unset 'W3EMC_INC8;' unset 'W3EMC_INCd;' unset 'W3EMC_LIB4;' unset 'W3EMC_LIB8;' unset 'W3EMC_LIBd;' unset 'W3EMC_SRC;' unset 'W3EMC_VER;' unset 'W3NCO_LIB4;' unset 'W3NCO_LIB8;' unset 'W3NCO_LIBd;' unset 'W3NCO_SRC;' unset 'W3NCO_VER;' unset 'Z_INC;' unset 'Z_LIB;' unset 'Z_SRC;' unset 'Z_VER;' unset '__LMOD_REF_COUNT__LMFILES_;' unset '_LMFILES_;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9jb250cmliL21vZHVsZWZpbGVzIiwiL3NjcmF0Y2gyL05DRVBERVYvZnYzLWNhbS9EdXNhbi5Kb3ZpYy91ZnMvcHIxOC91ZnMtd2VhdGhlci1tb2RlbC9tb2R1bGVmaWxlcy9oZXJhLmludGVsIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIs";' export '_ModuleTable001_;' '_ModuleTable002_="fSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ==";' export '_ModuleTable002_;' '_ModuleTable_Sz_="2";' export '_ModuleTable_Sz_;' unset '_ModuleTable004_;' unset '_ModuleTable005_;' unset '_ModuleTable006_;' unset '_ModuleTable007_;' unset '_ModuleTable008_;' unset '_ModuleTable009_;' unset '_ModuleTable010_;' unset '_ModuleTable011_;' unset '_ModuleTable012_;' unset '_ModuleTable013_;' -+++ unset BACIO_LIB4 -+++ unset BACIO_LIB8 -+++ unset BACIO_SRC -+++ unset BACIO_VER -+++ unset __LMOD_REF_COUNT_CLASSPATH -+++ unset CLASSPATH -+++ unset CMAKE_CXX_COMPILER -+++ unset CMAKE_C_COMPILER -+++ unset CMAKE_Fortran_COMPILER -+++ unset CMAKE_Platform -+++ unset COMP -+++ unset __LMOD_REF_COUNT_CPATH -+++ unset CPATH -+++ unset CRTM_FIX -+++ unset CRTM_INC -+++ unset CRTM_LIB -+++ unset CRTM_SRC -+++ unset CRTM_VER -+++ unset ESMFMKFILE -+++ unset G2TMPL_INC -+++ unset G2TMPL_LIB -+++ unset G2TMPL_SRC -+++ unset G2TMPL_VER -+++ unset G2_INC4 -+++ unset G2_INCd -+++ unset G2_LIB4 -+++ unset G2_LIBd -+++ unset G2_SRC -+++ unset G2_VER -+++ unset GDBSERVER_MIC -+++ unset GDB_CROSS -+++ unset __LMOD_REF_COUNT_INFOPATH -+++ unset INFOPATH -+++ unset __LMOD_REF_COUNT_INTEL_LICENSE_FILE -+++ unset INTEL_LICENSE_FILE -+++ unset INTEL_PYTHONHOME -+++ unset IPATH_NO_BACKTRACE -+++ unset IP_INC4 -+++ unset IP_INC8 -+++ unset IP_INCd -+++ unset IP_LIB4 -+++ unset IP_LIB8 -+++ unset IP_LIBd -+++ unset IP_SRC -+++ unset IP_VER -+++ unset I_MPI_CC -+++ unset I_MPI_F90 -+++ unset I_MPI_HYDRA_BRANCH_COUNT -+++ unset I_MPI_HYDRA_PMI_CONNECT -+++ unset I_MPI_ROOT -+++ unset I_MPI_TMI_PROVIDER -+++ unset JASPER_INC -+++ unset JASPER_LIB -+++ unset JASPER_SRC -+++ unset JASPER_VER -+++ __LMOD_REF_COUNT_LD_LIBRARY_PATH=/apps/slurm/default/lib:1 -+++ export __LMOD_REF_COUNT_LD_LIBRARY_PATH -+++ LD_LIBRARY_PATH=:/apps/slurm/default/lib -+++ export LD_LIBRARY_PATH -+++ unset __LMOD_REF_COUNT_LIBRARY_PATH -+++ unset LIBRARY_PATH -+++ unset LIB_NAME -+++ unset LMOD_FAMILY_COMPILER -+++ unset LMOD_FAMILY_COMPILER_VERSION -+++ unset LMOD_FAMILY_MPI -+++ unset LMOD_FAMILY_MPI_VERSION -+++ unset __LMOD_REF_COUNT_LOADEDMODULES -+++ unset LOADEDMODULES -+++ __LMOD_REF_COUNT_MANPATH='/apps/lmod/lmod/share/man:1;/apps/local/man:1;/apps/slurm/default/share/man:1;/apps/slurm/tools/sbank/share/man:1' -+++ export __LMOD_REF_COUNT_MANPATH -+++ MANPATH=/apps/lmod/lmod/share/man::/apps/local/man:/apps/slurm/default/share/man:/apps/slurm/tools/sbank/share/man -+++ export MANPATH -+++ __LMOD_REF_COUNT_MODULEPATH='/contrib/modulefiles:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:1;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1' -+++ export __LMOD_REF_COUNT_MODULEPATH -+++ MODULEPATH=/contrib/modulefiles:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles -+++ export MODULEPATH -+++ unset MPM_LAUNCHER -+++ unset NCEPLIBS -+++ unset NEMSIO_INC -+++ unset NEMSIO_LIB -+++ unset NEMSIO_SRC -+++ unset NEMSIO_VER -+++ unset NETCDF -+++ unset __LMOD_REF_COUNT_NLSPATH -+++ unset NLSPATH -+++ __LMOD_REF_COUNT_PATH='/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:1;/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/opt/ibutils/bin:1;/apps/local/bin:1;/apps/local/sbin:1;/apps/slurm/default/tools:1;/apps/slurm/default/bin:1;/apps/slurm/default/sbin:1;/apps/slurm/tools/sbank/bin:1;/home/Dusan.Jovic/bin:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/dbrowse:1' -+++ export __LMOD_REF_COUNT_PATH -+++ PATH=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/opt/ibutils/bin:/apps/local/bin:/apps/local/sbin:/apps/slurm/default/tools:/apps/slurm/default/bin:/apps/slurm/default/sbin:/apps/slurm/tools/sbank/bin:/home/Dusan.Jovic/bin:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/dbrowse -+++ export PATH -+++ unset __LMOD_REF_COUNT_PKG_CONFIG_PATH -+++ unset PKG_CONFIG_PATH -+++ unset PNG_INC -+++ unset PNG_LIB -+++ unset PNG_SRC -+++ unset PNG_VER -+++ unset POST_INC -+++ unset POST_LIB -+++ unset POST_SRC -+++ unset POST_VER -+++ unset SLURM_UTILS_PATH -+++ unset SP_LIB4 -+++ unset SP_LIB8 -+++ unset SP_LIBd -+++ unset SP_SRC -+++ unset SP_VER -+++ unset W3EMC_INC4 -+++ unset W3EMC_INC8 -+++ unset W3EMC_INCd -+++ unset W3EMC_LIB4 -+++ unset W3EMC_LIB8 -+++ unset W3EMC_LIBd -+++ unset W3EMC_SRC -+++ unset W3EMC_VER -+++ unset W3NCO_LIB4 -+++ unset W3NCO_LIB8 -+++ unset W3NCO_LIBd -+++ unset W3NCO_SRC -+++ unset W3NCO_VER -+++ unset Z_INC -+++ unset Z_LIB -+++ unset Z_SRC -+++ unset Z_VER -+++ unset __LMOD_REF_COUNT__LMFILES_ -+++ unset _LMFILES_ -+++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9jb250cmliL21vZHVsZWZpbGVzIiwiL3NjcmF0Y2gyL05DRVBERVYvZnYzLWNhbS9EdXNhbi5Kb3ZpYy91ZnMvcHIxOC91ZnMtd2VhdGhlci1tb2RlbC9tb2R1bGVmaWxlcy9oZXJhLmludGVsIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIs -+++ export _ModuleTable001_ -+++ _ModuleTable002_=fSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ== -+++ export _ModuleTable002_ -+++ _ModuleTable_Sz_=2 -+++ export _ModuleTable_Sz_ -+++ unset _ModuleTable004_ -+++ unset _ModuleTable005_ -+++ unset _ModuleTable006_ -+++ unset _ModuleTable007_ -+++ unset _ModuleTable008_ -+++ unset _ModuleTable009_ -+++ unset _ModuleTable010_ -+++ unset _ModuleTable011_ -+++ unset _ModuleTable012_ -+++ unset _ModuleTable013_ -+++ : -s sh -++ eval -++ unset __ms_shell -++ unset __ms_ksh_test -++ unset __ms_bash_test -++ unset setup__test_function__174374 -++ unset __ms_function_name -+ [[ hera.intel == macosx.* ]] -+ [[ hera.intel == linux.* ]] -+ module use /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel -++ /apps/lmod/7.7.18/libexec/lmod bash use /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel -+ eval '__LMOD_REF_COUNT_MODULEPATH="/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:2;/contrib/modulefiles:1;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1";' export '__LMOD_REF_COUNT_MODULEPATH;' 'MODULEPATH="/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:/contrib/modulefiles:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles";' export 'MODULEPATH;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9zY3JhdGNoMi9OQ0VQREVWL2Z2My1jYW0vRHVzYW4uSm92aWMvdWZzL3ByMTgvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvaGVyYS5pbnRlbCIsIi9jb250cmliL21vZHVsZWZpbGVzIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIs";' export '_ModuleTable001_;' '_ModuleTable002_="fSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ==";' export '_ModuleTable002_;' '_ModuleTable_Sz_="2";' export '_ModuleTable_Sz_;' -++ __LMOD_REF_COUNT_MODULEPATH='/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:2;/contrib/modulefiles:1;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1' -++ export __LMOD_REF_COUNT_MODULEPATH -++ MODULEPATH=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:/contrib/modulefiles:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles -++ export MODULEPATH -++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9zY3JhdGNoMi9OQ0VQREVWL2Z2My1jYW0vRHVzYW4uSm92aWMvdWZzL3ByMTgvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvaGVyYS5pbnRlbCIsIi9jb250cmliL21vZHVsZWZpbGVzIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIs -++ export _ModuleTable001_ -++ _ModuleTable002_=fSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ== -++ export _ModuleTable002_ -++ _ModuleTable_Sz_=2 -++ export _ModuleTable_Sz_ -++ : -s sh -+ eval -+ module load fv3 -++ /apps/lmod/7.7.18/libexec/lmod bash load fv3 -+ eval 'BACIO_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libbacio_v2.0.3_4.a";' export 'BACIO_LIB4;' 'BACIO_LIB8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libbacio_v2.0.3_8.a";' export 'BACIO_LIB8;' 'BACIO_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/bacio_v2.0.3";' export 'BACIO_SRC;' 'BACIO_VER="v2.0.3";' export 'BACIO_VER;' '__LMOD_REF_COUNT_CLASSPATH="/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/mpi.jar:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/daal.jar:1";' export '__LMOD_REF_COUNT_CLASSPATH;' 'CLASSPATH="/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/mpi.jar:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/daal.jar";' export 'CLASSPATH;' 'CMAKE_CXX_COMPILER="mpiicpc";' export 'CMAKE_CXX_COMPILER;' 'CMAKE_C_COMPILER="mpiicc";' export 'CMAKE_C_COMPILER;' 'CMAKE_Fortran_COMPILER="mpiifort";' export 'CMAKE_Fortran_COMPILER;' 'CMAKE_Platform="hera.intel";' export 'CMAKE_Platform;' 'COMP="intel";' export 'COMP;' '__LMOD_REF_COUNT_CPATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/include:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/include:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/pstl/include:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/include:2;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/include:1";' export '__LMOD_REF_COUNT_CPATH;' 'CPATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/include:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/include:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/pstl/include:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/include:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/include";' export 'CPATH;' 'CRTM_FIX="/scratch2/NCEPDEV/nwprod/NCEPLIBS/fix/crtm_v2.2.6";' export 'CRTM_FIX;' 'CRTM_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/crtm_v2.2.6";' export 'CRTM_INC;' 'CRTM_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libcrtm_v2.2.6.a";' export 'CRTM_LIB;' 'CRTM_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/crtm_v2.2.6";' export 'CRTM_SRC;' 'CRTM_VER="v2.2.6";' export 'CRTM_VER;' 'ESMFMKFILE="/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/lib/esmf.mk";' export 'ESMFMKFILE;' 'G2TMPL_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/g2tmpl_v1.6.0";' export 'G2TMPL_INC;' 'G2TMPL_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2tmpl_v1.6.0.a";' export 'G2TMPL_LIB;' 'G2TMPL_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/g2tmpl_v1.6.0/src";' export 'G2TMPL_SRC;' 'G2TMPL_VER="v1.6.0";' export 'G2TMPL_VER;' 'G2_INC4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/g2_v3.1.1_4";' export 'G2_INC4;' 'G2_INCd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/g2_v3.1.1_d";' export 'G2_INCd;' 'G2_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2_v3.1.1_4.a";' export 'G2_LIB4;' 'G2_LIBd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2_v3.1.1_d.a";' export 'G2_LIBd;' 'G2_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/g2_v3.1.1";' export 'G2_SRC;' 'G2_VER="v3.1.1";' export 'G2_VER;' 'GDBSERVER_MIC="/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/targets/intel64/x200/bin/gdbserver";' export 'GDBSERVER_MIC;' 'GDB_CROSS="/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/intel64/bin/gdb-ia";' export 'GDB_CROSS;' '__LMOD_REF_COUNT_INFOPATH="/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/info:1;/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/info:1";' export '__LMOD_REF_COUNT_INFOPATH;' 'INFOPATH="/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/info:/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/info";' export 'INFOPATH;' '__LMOD_REF_COUNT_INTEL_LICENSE_FILE="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/licenses:1;/apps/intel/licenses:1";' export '__LMOD_REF_COUNT_INTEL_LICENSE_FILE;' 'INTEL_LICENSE_FILE="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/licenses:/apps/intel/licenses";' export 'INTEL_LICENSE_FILE;' 'INTEL_PYTHONHOME="/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/python/intel64/";' export 'INTEL_PYTHONHOME;' 'IPATH_NO_BACKTRACE="1";' export 'IPATH_NO_BACKTRACE;' 'IP_INC4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ip_v3.0.2_4";' export 'IP_INC4;' 'IP_INC8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ip_v3.0.2_8";' export 'IP_INC8;' 'IP_INCd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ip_v3.0.2_d";' export 'IP_INCd;' 'IP_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libip_v3.0.2_4.a";' export 'IP_LIB4;' 'IP_LIB8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libip_v3.0.2_8.a";' export 'IP_LIB8;' 'IP_LIBd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libip_v3.0.2_d.a";' export 'IP_LIBd;' 'IP_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/ip_v3.0.2";' export 'IP_SRC;' 'IP_VER="v3.0.2";' export 'IP_VER;' 'I_MPI_CC="icc";' export 'I_MPI_CC;' 'I_MPI_F90="ifort";' export 'I_MPI_F90;' 'I_MPI_HYDRA_BRANCH_COUNT="128";' export 'I_MPI_HYDRA_BRANCH_COUNT;' 'I_MPI_HYDRA_PMI_CONNECT="alltoall";' export 'I_MPI_HYDRA_PMI_CONNECT;' 'I_MPI_ROOT="/apps/intel/compilers_and_libraries_2018/linux/mpi";' export 'I_MPI_ROOT;' 'I_MPI_TMI_PROVIDER="psm";' export 'I_MPI_TMI_PROVIDER;' 'JASPER_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/include/jasper_v1.900.1";' export 'JASPER_INC;' 'JASPER_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/lib/libjasper_v1.900.1.a";' export 'JASPER_LIB;' 'JASPER_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/thirdParty";' export 'JASPER_SRC;' 'JASPER_VER="v1.900.1";' export 'JASPER_VER;' '__LMOD_REF_COUNT_LD_LIBRARY_PATH="/apps/netcdf/4.7.0/intel/18.0.5.274/lib:1;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib:1;/apps/slurm/default/lib:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/lib/intel64:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:2;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:2;/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/libipt/intel64/lib:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4:1";' export '__LMOD_REF_COUNT_LD_LIBRARY_PATH;' 'LD_LIBRARY_PATH="/apps/netcdf/4.7.0/intel/18.0.5.274/lib:/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib::/apps/slurm/default/lib:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/lib/intel64:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/libipt/intel64/lib:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4";' export 'LD_LIBRARY_PATH;' '__LMOD_REF_COUNT_LIBRARY_PATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:2;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4:1";' export '__LMOD_REF_COUNT_LIBRARY_PATH;' 'LIBRARY_PATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4";' export 'LIBRARY_PATH;' 'LIB_NAME="POST";' export 'LIB_NAME;' 'LMOD_FAMILY_COMPILER="intel";' export 'LMOD_FAMILY_COMPILER;' 'LMOD_FAMILY_COMPILER_VERSION="18.0.5.274";' export 'LMOD_FAMILY_COMPILER_VERSION;' 'LMOD_FAMILY_MPI="impi";' export 'LMOD_FAMILY_MPI;' 'LMOD_FAMILY_MPI_VERSION="2018.0.4";' export 'LMOD_FAMILY_MPI_VERSION;' '__LMOD_REF_COUNT_LOADEDMODULES="contrib:1;sutils/default:1;intel/18.0.5.274:1;impi/2018.0.4:1;netcdf/4.7.0:1;bacio/2.0.3:1;ip/3.0.2:1;nemsio/2.2.4:1;sp/2.0.3:1;w3emc/2.3.1:1;w3nco/2.0.7:1;g2/3.1.1:1;g2tmpl/1.6.0:1;crtm/2.2.6:1;jasper/1.900.1:1;png/1.2.44:1;z/1.2.11:1;post/8.0.1:1;esmf/8.0.0:1;cmake/3.9.0:1;fv3:1";' export '__LMOD_REF_COUNT_LOADEDMODULES;' 'LOADEDMODULES="contrib:sutils/default:intel/18.0.5.274:impi/2018.0.4:netcdf/4.7.0:bacio/2.0.3:ip/3.0.2:nemsio/2.2.4:sp/2.0.3:w3emc/2.3.1:w3nco/2.0.7:g2/3.1.1:g2tmpl/1.6.0:crtm/2.2.6:jasper/1.900.1:png/1.2.44:z/1.2.11:post/8.0.1:esmf/8.0.0:cmake/3.9.0:fv3";' export 'LOADEDMODULES;' '__LMOD_REF_COUNT_MANPATH="/apps/netcdf/4.7.0/intel/18.0.5.274/share/man:1;/apps/intel/compilers_and_libraries_2018/linux/mpi/man:1;/apps/intel/parallel_studio_xe_2018.4.057/man/common:1;/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/man:1;/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/man:1;/apps/lmod/lmod/share/man:1;/apps/local/man:1;/apps/slurm/default/share/man:1;/apps/slurm/tools/sbank/share/man:1";' export '__LMOD_REF_COUNT_MANPATH;' 'MANPATH="/apps/netcdf/4.7.0/intel/18.0.5.274/share/man:/apps/intel/compilers_and_libraries_2018/linux/mpi/man:/apps/intel/parallel_studio_xe_2018.4.057/man/common:/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/man:/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/man:/apps/lmod/lmod/share/man::/apps/local/man:/apps/slurm/default/share/man:/apps/slurm/tools/sbank/share/man";' export 'MANPATH;' '__LMOD_REF_COUNT_MODULEPATH="/contrib/modulefiles:3;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:2;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1;/apps/modules/modulefamilies/intel:1;/apps/modules/modulefamilies/intel_impi:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles:1";' export '__LMOD_REF_COUNT_MODULEPATH;' 'MODULEPATH="/contrib/modulefiles:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles:/apps/modules/modulefamilies/intel:/apps/modules/modulefamilies/intel_impi:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles";' export 'MODULEPATH;' 'MPM_LAUNCHER="/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/mpm/mic/bin/start_mpm.sh";' export 'MPM_LAUNCHER;' 'NCEPLIBS="/scratch2/NCEPDEV/nwprod/NCEPLIBS";' export 'NCEPLIBS;' 'NEMSIO_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/nemsio_v2.2.4";' export 'NEMSIO_INC;' 'NEMSIO_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libnemsio_v2.2.4.a";' export 'NEMSIO_LIB;' 'NEMSIO_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/nemsio_v2.2.4";' export 'NEMSIO_SRC;' 'NEMSIO_VER="v2.2.4";' export 'NEMSIO_VER;' 'NETCDF="/apps/netcdf/4.7.0/intel/18.0.5.274";' export 'NETCDF;' '__LMOD_REF_COUNT_NLSPATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64/locale/%l_%t/%N:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin/locale/%l_%t/%N:1;/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/intel64/share/locale/%l_%t/%N:1";' export '__LMOD_REF_COUNT_NLSPATH;' 'NLSPATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64/locale/%l_%t/%N:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin/locale/%l_%t/%N:/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/intel64/share/locale/%l_%t/%N";' export 'NLSPATH;' '__LMOD_REF_COUNT_PATH="/contrib/cmake/3.9.0/bin:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/bin:1;/apps/netcdf/4.7.0/intel/18.0.5.274/bin:1;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/bin/intel64:1;/contrib/sutils/bin:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:1;/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/opt/ibutils/bin:1;/apps/local/bin:1;/apps/local/sbin:1;/apps/slurm/default/tools:1;/apps/slurm/default/bin:1;/apps/slurm/default/sbin:1;/apps/slurm/tools/sbank/bin:1;/home/Dusan.Jovic/bin:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/dbrowse:1";' export '__LMOD_REF_COUNT_PATH;' 'PATH="/contrib/cmake/3.9.0/bin:/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/bin:/apps/netcdf/4.7.0/intel/18.0.5.274/bin:/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/bin/intel64:/contrib/sutils/bin:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/opt/ibutils/bin:/apps/local/bin:/apps/local/sbin:/apps/slurm/default/tools:/apps/slurm/default/bin:/apps/slurm/default/sbin:/apps/slurm/tools/sbank/bin:/home/Dusan.Jovic/bin:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/dbrowse";' export 'PATH;' '__LMOD_REF_COUNT_PKG_CONFIG_PATH="/apps/intel/compilers_and_libraries_2018/linux/mkl/bin/pkgconfig:1";' export '__LMOD_REF_COUNT_PKG_CONFIG_PATH;' 'PKG_CONFIG_PATH="/apps/intel/compilers_and_libraries_2018/linux/mkl/bin/pkgconfig";' export 'PKG_CONFIG_PATH;' 'PNG_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/png_v1.2.44";' export 'PNG_INC;' 'PNG_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libpng_v1.2.44.a";' export 'PNG_LIB;' 'PNG_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/thirdParty";' export 'PNG_SRC;' 'PNG_VER="v1.2.44";' export 'PNG_VER;' 'POST_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ncep_post_v8.0.1_4";' export 'POST_INC;' 'POST_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libncep_post_v8.0.1_4.a";' export 'POST_LIB;' 'POST_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/post_v8.0.1";' export 'POST_SRC;' 'POST_VER="v8.0.1";' export 'POST_VER;' 'SLURM_UTILS_PATH="/contrib/sutils/bin";' export 'SLURM_UTILS_PATH;' 'SP_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_4.a";' export 'SP_LIB4;' 'SP_LIB8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_8.a";' export 'SP_LIB8;' 'SP_LIBd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_d.a";' export 'SP_LIBd;' 'SP_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/sp_v2.0.3";' export 'SP_SRC;' 'SP_VER="v2.0.3";' export 'SP_VER;' 'W3EMC_INC4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/w3emc_v2.3.1_4";' export 'W3EMC_INC4;' 'W3EMC_INC8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/w3emc_v2.3.1_8";' export 'W3EMC_INC8;' 'W3EMC_INCd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/w3emc_v2.3.1_d";' export 'W3EMC_INCd;' 'W3EMC_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_4.a";' export 'W3EMC_LIB4;' 'W3EMC_LIB8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_8.a";' export 'W3EMC_LIB8;' 'W3EMC_LIBd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_d.a";' export 'W3EMC_LIBd;' 'W3EMC_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/w3emc_v2.3.1";' export 'W3EMC_SRC;' 'W3EMC_VER="v2.3.1";' export 'W3EMC_VER;' 'W3NCO_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_4.a";' export 'W3NCO_LIB4;' 'W3NCO_LIB8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_8.a";' export 'W3NCO_LIB8;' 'W3NCO_LIBd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_d.a";' export 'W3NCO_LIBd;' 'W3NCO_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/w3nco_v2.0.7";' export 'W3NCO_SRC;' 'W3NCO_VER="v2.0.7";' export 'W3NCO_VER;' 'Z_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/z_v1.2.11";' export 'Z_INC;' 'Z_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libz_v1.2.11.a";' export 'Z_LIB;' 'Z_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/thirdParty";' export 'Z_SRC;' 'Z_VER="v1.2.11";' export 'Z_VER;' '__LMOD_REF_COUNT__LMFILES_="/apps/modules/modulefiles/contrib:1;/contrib/modulefiles/sutils/default:1;/apps/modules/modulefiles/intel/18.0.5.274:1;/apps/modules/modulefamilies/intel/impi/2018.0.4:1;/apps/modules/modulefamilies/intel/netcdf/4.7.0:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/bacio/2.0.3:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/ip/3.0.2:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/nemsio/2.2.4:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/sp/2.0.3:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3emc/2.3.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3nco/2.0.7:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2/3.1.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2tmpl/1.6.0:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/crtm/2.2.6:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/jasper/1.900.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/png/1.2.44:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/z/1.2.11:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/post/8.0.1:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles/esmf/8.0.0:1;/contrib/modulefiles/cmake/3.9.0:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel/fv3:1";' export '__LMOD_REF_COUNT__LMFILES_;' '_LMFILES_="/apps/modules/modulefiles/contrib:/contrib/modulefiles/sutils/default:/apps/modules/modulefiles/intel/18.0.5.274:/apps/modules/modulefamilies/intel/impi/2018.0.4:/apps/modules/modulefamilies/intel/netcdf/4.7.0:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/bacio/2.0.3:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/ip/3.0.2:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/nemsio/2.2.4:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/sp/2.0.3:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3emc/2.3.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3nco/2.0.7:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2/3.1.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2tmpl/1.6.0:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/crtm/2.2.6:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/jasper/1.900.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/png/1.2.44:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/z/1.2.11:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/post/8.0.1:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles/esmf/8.0.0:/contrib/modulefiles/cmake/3.9.0:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel/fv3";' export '_LMFILES_;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJpbXBpIix9LG1UPXtiYWNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvYmFjaW8vMi4wLjMiLFsiZnVsbE5hbWUiXT0iYmFjaW8vMi4wLjMiLFsibG9hZE9yZGVyIl09Nixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJiYWNpby8yLjAuMyIsfSxjbWFrZT17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9jbWFrZS8zLjkuMCIsWyJmdWxs";' export '_ModuleTable001_;' '_ModuleTable002_="TmFtZSJdPSJjbWFrZS8zLjkuMCIsWyJsb2FkT3JkZXIiXT0yMCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjbWFrZS8zLjkuMCIsfSxjb250cmliPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvY29udHJpYiIsWyJmdWxsTmFtZSJdPSJjb250cmliIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY29udHJpYiIsfSxjcnRtPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9jcnRtLzIuMi42IixbImZ1bGxOYW1lIl09ImNydG0vMi4yLjYiLFsibG9hZE9yZGVy";' export '_ModuleTable002_;' '_ModuleTable003_="Il09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL2Z2My1jYW0vRHVzYW4uSm92aWMvdWZzL3ByMTgvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvaGVyYS5pbnRlbC9mdjMiLFsi";' export '_ModuleTable003_;' '_ModuleTable004_="ZnVsbE5hbWUiXT0iZnYzIixbImxvYWRPcmRlciJdPTIxLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTAsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImZ2MyIsfSxnMj17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzIvMy4xLjEiLFsiZnVsbE5hbWUiXT0iZzIvMy4xLjEiLFsibG9hZE9yZGVyIl09MTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZzIvMy4xLjEiLH0sZzJ0bXBsPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9nMnRtcGwvMS42LjAiLFsiZnVsbE5hbWUiXT0iZzJ0bXBsLzEuNi4w";' export '_ModuleTable004_;' '_ModuleTable005_="IixbImxvYWRPcmRlciJdPTEzLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcydG1wbC8xLjYuMCIsfSxpbXBpPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwvaW1waS8yMDE4LjAuNCIsWyJmdWxsTmFtZSJdPSJpbXBpLzIwMTguMC40IixbImxvYWRPcmRlciJdPTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW1waS8yMDE4LjAuNCIsfSxpbnRlbD17WyJmbiJdPSIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL2ludGVsLzE4LjAuNS4yNzQiLFsiZnVsbE5hbWUiXT0iaW50ZWwvMTguMC41LjI3NCIsWyJsb2FkT3JkZXIi";' export '_ModuleTable005_;' '_ModuleTable006_="XT0zLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImludGVsLzE4LjAuNS4yNzQiLH0saXA9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2lwLzMuMC4yIixbImZ1bGxOYW1lIl09ImlwLzMuMC4yIixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaXAvMy4wLjIiLH0samFzcGVyPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9qYXNwZXIvMS45MDAuMSIsWyJmdWxsTmFtZSJdPSJqYXNwZXIvMS45MDAuMSIsWyJsb2FkT3JkZXIi";' export '_ModuleTable006_;' '_ModuleTable007_="XT0xNSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJqYXNwZXIvMS45MDAuMSIsfSxuZW1zaW89e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL25lbXNpby8yLjIuNCIsWyJmdWxsTmFtZSJdPSJuZW1zaW8vMi4yLjQiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZW1zaW8vMi4yLjQiLH0sbmV0Y2RmPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwvbmV0Y2RmLzQuNy4wIixbImZ1bGxOYW1lIl09Im5ldGNkZi80LjcuMCIsWyJsb2FkT3JkZXIi";' export '_ModuleTable007_;' '_ModuleTable008_="XT01LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5ldGNkZi80LjcuMCIsfSxwbmc9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3BuZy8xLjIuNDQiLFsiZnVsbE5hbWUiXT0icG5nLzEuMi40NCIsWyJsb2FkT3JkZXIiXT0xNixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJwbmcvMS4yLjQ0Iix9LHBvc3Q9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3Bvc3QvOC4wLjEiLFsiZnVsbE5hbWUiXT0icG9zdC84LjAuMSIsWyJsb2FkT3JkZXIiXT0xOCxw";' export '_ModuleTable008_;' '_ModuleTable009_="cm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJwb3N0LzguMC4xIix9LHNwPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9zcC8yLjAuMyIsWyJmdWxsTmFtZSJdPSJzcC8yLjAuMyIsWyJsb2FkT3JkZXIiXT05LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InNwLzIuMC4zIix9LHN1dGlscz17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9zdXRpbHMvZGVmYXVsdCIsWyJmdWxsTmFtZSJdPSJzdXRpbHMvZGVmYXVsdCIsWyJsb2FkT3JkZXIiXT0yLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0";' export '_ModuleTable009_;' '_ModuleTable010_="dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InN1dGlscyIsfSx3M2VtYz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNlbWMvMi4zLjEiLFsiZnVsbE5hbWUiXT0idzNlbWMvMi4zLjEiLFsibG9hZE9yZGVyIl09MTAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNlbWMvMi4zLjEiLH0sdzNuY289e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czbmNvLzIuMC43IixbImZ1bGxOYW1lIl09InczbmNvLzIuMC43IixbImxvYWRPcmRlciJdPTExLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMi";' export '_ModuleTable010_;' '_ModuleTable011_="XT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHo9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3ovMS4yLjExIixbImZ1bGxOYW1lIl09InovMS4yLjExIixbImxvYWRPcmRlciJdPTE3LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InovMS4yLjExIix9LH0sbXBhdGhBPXsiL2NvbnRyaWIvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDIvTkNFUERFVi9mdjMtY2FtL0R1c2FuLkpvdmljL3Vmcy9wcjE4L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL2hlcmEuaW50ZWwiLCIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi9hcHBz";' export '_ModuleTable011_;' '_ModuleTable012_="L21vZHVsZXMvbW9kdWxlZmlsZXMvTGludXgiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L2NyYXlwZS9kZWZhdWx0L21vZHVsZWZpbGVzIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbCIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWxfaW1waSIsIi9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcyIsIi9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmU6L2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9M";' export '_ModuleTable012_;' '_ModuleTable013_="aW51eDovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzOi9vcHQvY3JheS9tb2R1bGVmaWxlczovb3B0L2NyYXkvY3JheXBlL2RlZmF1bHQvbW9kdWxlZmlsZXMiLH0=";' export '_ModuleTable013_;' '_ModuleTable_Sz_="13";' export '_ModuleTable_Sz_;' -++ BACIO_LIB4=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libbacio_v2.0.3_4.a -++ export BACIO_LIB4 -++ BACIO_LIB8=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libbacio_v2.0.3_8.a -++ export BACIO_LIB8 -++ BACIO_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/bacio_v2.0.3 -++ export BACIO_SRC -++ BACIO_VER=v2.0.3 -++ export BACIO_VER -++ __LMOD_REF_COUNT_CLASSPATH='/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/mpi.jar:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/daal.jar:1' -++ export __LMOD_REF_COUNT_CLASSPATH -++ CLASSPATH=/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/mpi.jar:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/daal.jar -++ export CLASSPATH -++ CMAKE_CXX_COMPILER=mpiicpc -++ export CMAKE_CXX_COMPILER -++ CMAKE_C_COMPILER=mpiicc -++ export CMAKE_C_COMPILER -++ CMAKE_Fortran_COMPILER=mpiifort -++ export CMAKE_Fortran_COMPILER -++ CMAKE_Platform=hera.intel -++ export CMAKE_Platform -++ COMP=intel -++ export COMP -++ __LMOD_REF_COUNT_CPATH='/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/include:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/include:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/pstl/include:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/include:2;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/include:1' -++ export __LMOD_REF_COUNT_CPATH -++ CPATH=/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/include:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/include:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/pstl/include:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/include:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/include -++ export CPATH -++ CRTM_FIX=/scratch2/NCEPDEV/nwprod/NCEPLIBS/fix/crtm_v2.2.6 -++ export CRTM_FIX -++ CRTM_INC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/crtm_v2.2.6 -++ export CRTM_INC -++ CRTM_LIB=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libcrtm_v2.2.6.a -++ export CRTM_LIB -++ CRTM_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/crtm_v2.2.6 -++ export CRTM_SRC -++ CRTM_VER=v2.2.6 -++ export CRTM_VER -++ ESMFMKFILE=/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/lib/esmf.mk -++ export ESMFMKFILE -++ G2TMPL_INC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/g2tmpl_v1.6.0 -++ export G2TMPL_INC -++ G2TMPL_LIB=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2tmpl_v1.6.0.a -++ export G2TMPL_LIB -++ G2TMPL_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/g2tmpl_v1.6.0/src -++ export G2TMPL_SRC -++ G2TMPL_VER=v1.6.0 -++ export G2TMPL_VER -++ G2_INC4=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/g2_v3.1.1_4 -++ export G2_INC4 -++ G2_INCd=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/g2_v3.1.1_d -++ export G2_INCd -++ G2_LIB4=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2_v3.1.1_4.a -++ export G2_LIB4 -++ G2_LIBd=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2_v3.1.1_d.a -++ export G2_LIBd -++ G2_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/g2_v3.1.1 -++ export G2_SRC -++ G2_VER=v3.1.1 -++ export G2_VER -++ GDBSERVER_MIC=/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/targets/intel64/x200/bin/gdbserver -++ export GDBSERVER_MIC -++ GDB_CROSS=/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/intel64/bin/gdb-ia -++ export GDB_CROSS -++ __LMOD_REF_COUNT_INFOPATH='/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/info:1;/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/info:1' -++ export __LMOD_REF_COUNT_INFOPATH -++ INFOPATH=/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/info:/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/info -++ export INFOPATH -++ __LMOD_REF_COUNT_INTEL_LICENSE_FILE='/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/licenses:1;/apps/intel/licenses:1' -++ export __LMOD_REF_COUNT_INTEL_LICENSE_FILE -++ INTEL_LICENSE_FILE=/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/licenses:/apps/intel/licenses -++ export INTEL_LICENSE_FILE -++ INTEL_PYTHONHOME=/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/python/intel64/ -++ export INTEL_PYTHONHOME -++ IPATH_NO_BACKTRACE=1 -++ export IPATH_NO_BACKTRACE -++ IP_INC4=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ip_v3.0.2_4 -++ export IP_INC4 -++ IP_INC8=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ip_v3.0.2_8 -++ export IP_INC8 -++ IP_INCd=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ip_v3.0.2_d -++ export IP_INCd -++ IP_LIB4=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libip_v3.0.2_4.a -++ export IP_LIB4 -++ IP_LIB8=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libip_v3.0.2_8.a -++ export IP_LIB8 -++ IP_LIBd=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libip_v3.0.2_d.a -++ export IP_LIBd -++ IP_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/ip_v3.0.2 -++ export IP_SRC -++ IP_VER=v3.0.2 -++ export IP_VER -++ I_MPI_CC=icc -++ export I_MPI_CC -++ I_MPI_F90=ifort -++ export I_MPI_F90 -++ I_MPI_HYDRA_BRANCH_COUNT=128 -++ export I_MPI_HYDRA_BRANCH_COUNT -++ I_MPI_HYDRA_PMI_CONNECT=alltoall -++ export I_MPI_HYDRA_PMI_CONNECT -++ I_MPI_ROOT=/apps/intel/compilers_and_libraries_2018/linux/mpi -++ export I_MPI_ROOT -++ I_MPI_TMI_PROVIDER=psm -++ export I_MPI_TMI_PROVIDER -++ JASPER_INC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/include/jasper_v1.900.1 -++ export JASPER_INC -++ JASPER_LIB=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/lib/libjasper_v1.900.1.a -++ export JASPER_LIB -++ JASPER_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/thirdParty -++ export JASPER_SRC -++ JASPER_VER=v1.900.1 -++ export JASPER_VER -++ __LMOD_REF_COUNT_LD_LIBRARY_PATH='/apps/netcdf/4.7.0/intel/18.0.5.274/lib:1;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib:1;/apps/slurm/default/lib:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/lib/intel64:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:2;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:2;/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/libipt/intel64/lib:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4:1' -++ export __LMOD_REF_COUNT_LD_LIBRARY_PATH -++ LD_LIBRARY_PATH=/apps/netcdf/4.7.0/intel/18.0.5.274/lib:/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib::/apps/slurm/default/lib:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/lib/intel64:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/libipt/intel64/lib:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4 -++ export LD_LIBRARY_PATH -++ __LMOD_REF_COUNT_LIBRARY_PATH='/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:2;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4:1' -++ export __LMOD_REF_COUNT_LIBRARY_PATH -++ LIBRARY_PATH=/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4 -++ export LIBRARY_PATH -++ LIB_NAME=POST -++ export LIB_NAME -++ LMOD_FAMILY_COMPILER=intel -++ export LMOD_FAMILY_COMPILER -++ LMOD_FAMILY_COMPILER_VERSION=18.0.5.274 -++ export LMOD_FAMILY_COMPILER_VERSION -++ LMOD_FAMILY_MPI=impi -++ export LMOD_FAMILY_MPI -++ LMOD_FAMILY_MPI_VERSION=2018.0.4 -++ export LMOD_FAMILY_MPI_VERSION -++ __LMOD_REF_COUNT_LOADEDMODULES='contrib:1;sutils/default:1;intel/18.0.5.274:1;impi/2018.0.4:1;netcdf/4.7.0:1;bacio/2.0.3:1;ip/3.0.2:1;nemsio/2.2.4:1;sp/2.0.3:1;w3emc/2.3.1:1;w3nco/2.0.7:1;g2/3.1.1:1;g2tmpl/1.6.0:1;crtm/2.2.6:1;jasper/1.900.1:1;png/1.2.44:1;z/1.2.11:1;post/8.0.1:1;esmf/8.0.0:1;cmake/3.9.0:1;fv3:1' -++ export __LMOD_REF_COUNT_LOADEDMODULES -++ LOADEDMODULES=contrib:sutils/default:intel/18.0.5.274:impi/2018.0.4:netcdf/4.7.0:bacio/2.0.3:ip/3.0.2:nemsio/2.2.4:sp/2.0.3:w3emc/2.3.1:w3nco/2.0.7:g2/3.1.1:g2tmpl/1.6.0:crtm/2.2.6:jasper/1.900.1:png/1.2.44:z/1.2.11:post/8.0.1:esmf/8.0.0:cmake/3.9.0:fv3 -++ export LOADEDMODULES -++ __LMOD_REF_COUNT_MANPATH='/apps/netcdf/4.7.0/intel/18.0.5.274/share/man:1;/apps/intel/compilers_and_libraries_2018/linux/mpi/man:1;/apps/intel/parallel_studio_xe_2018.4.057/man/common:1;/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/man:1;/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/man:1;/apps/lmod/lmod/share/man:1;/apps/local/man:1;/apps/slurm/default/share/man:1;/apps/slurm/tools/sbank/share/man:1' -++ export __LMOD_REF_COUNT_MANPATH -++ MANPATH=/apps/netcdf/4.7.0/intel/18.0.5.274/share/man:/apps/intel/compilers_and_libraries_2018/linux/mpi/man:/apps/intel/parallel_studio_xe_2018.4.057/man/common:/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/man:/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/man:/apps/lmod/lmod/share/man::/apps/local/man:/apps/slurm/default/share/man:/apps/slurm/tools/sbank/share/man -++ export MANPATH -++ __LMOD_REF_COUNT_MODULEPATH='/contrib/modulefiles:3;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:2;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1;/apps/modules/modulefamilies/intel:1;/apps/modules/modulefamilies/intel_impi:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles:1' -++ export __LMOD_REF_COUNT_MODULEPATH -++ MODULEPATH=/contrib/modulefiles:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles:/apps/modules/modulefamilies/intel:/apps/modules/modulefamilies/intel_impi:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles -++ export MODULEPATH -++ MPM_LAUNCHER=/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/mpm/mic/bin/start_mpm.sh -++ export MPM_LAUNCHER -++ NCEPLIBS=/scratch2/NCEPDEV/nwprod/NCEPLIBS -++ export NCEPLIBS -++ NEMSIO_INC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/nemsio_v2.2.4 -++ export NEMSIO_INC -++ NEMSIO_LIB=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libnemsio_v2.2.4.a -++ export NEMSIO_LIB -++ NEMSIO_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/nemsio_v2.2.4 -++ export NEMSIO_SRC -++ NEMSIO_VER=v2.2.4 -++ export NEMSIO_VER -++ NETCDF=/apps/netcdf/4.7.0/intel/18.0.5.274 -++ export NETCDF -++ __LMOD_REF_COUNT_NLSPATH='/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64/locale/%l_%t/%N:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin/locale/%l_%t/%N:1;/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/intel64/share/locale/%l_%t/%N:1' -++ export __LMOD_REF_COUNT_NLSPATH -++ NLSPATH=/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64/locale/%l_%t/%N:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin/locale/%l_%t/%N:/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/intel64/share/locale/%l_%t/%N -++ export NLSPATH -++ __LMOD_REF_COUNT_PATH='/contrib/cmake/3.9.0/bin:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/bin:1;/apps/netcdf/4.7.0/intel/18.0.5.274/bin:1;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/bin/intel64:1;/contrib/sutils/bin:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:1;/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/opt/ibutils/bin:1;/apps/local/bin:1;/apps/local/sbin:1;/apps/slurm/default/tools:1;/apps/slurm/default/bin:1;/apps/slurm/default/sbin:1;/apps/slurm/tools/sbank/bin:1;/home/Dusan.Jovic/bin:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/dbrowse:1' -++ export __LMOD_REF_COUNT_PATH -++ PATH=/contrib/cmake/3.9.0/bin:/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/bin:/apps/netcdf/4.7.0/intel/18.0.5.274/bin:/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/bin/intel64:/contrib/sutils/bin:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/opt/ibutils/bin:/apps/local/bin:/apps/local/sbin:/apps/slurm/default/tools:/apps/slurm/default/bin:/apps/slurm/default/sbin:/apps/slurm/tools/sbank/bin:/home/Dusan.Jovic/bin:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/dbrowse -++ export PATH -++ __LMOD_REF_COUNT_PKG_CONFIG_PATH=/apps/intel/compilers_and_libraries_2018/linux/mkl/bin/pkgconfig:1 -++ export __LMOD_REF_COUNT_PKG_CONFIG_PATH -++ PKG_CONFIG_PATH=/apps/intel/compilers_and_libraries_2018/linux/mkl/bin/pkgconfig -++ export PKG_CONFIG_PATH -++ PNG_INC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/png_v1.2.44 -++ export PNG_INC -++ PNG_LIB=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libpng_v1.2.44.a -++ export PNG_LIB -++ PNG_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/thirdParty -++ export PNG_SRC -++ PNG_VER=v1.2.44 -++ export PNG_VER -++ POST_INC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ncep_post_v8.0.1_4 -++ export POST_INC -++ POST_LIB=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libncep_post_v8.0.1_4.a -++ export POST_LIB -++ POST_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/post_v8.0.1 -++ export POST_SRC -++ POST_VER=v8.0.1 -++ export POST_VER -++ SLURM_UTILS_PATH=/contrib/sutils/bin -++ export SLURM_UTILS_PATH -++ SP_LIB4=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_4.a -++ export SP_LIB4 -++ SP_LIB8=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_8.a -++ export SP_LIB8 -++ SP_LIBd=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_d.a -++ export SP_LIBd -++ SP_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/sp_v2.0.3 -++ export SP_SRC -++ SP_VER=v2.0.3 -++ export SP_VER -++ W3EMC_INC4=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/w3emc_v2.3.1_4 -++ export W3EMC_INC4 -++ W3EMC_INC8=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/w3emc_v2.3.1_8 -++ export W3EMC_INC8 -++ W3EMC_INCd=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/w3emc_v2.3.1_d -++ export W3EMC_INCd -++ W3EMC_LIB4=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_4.a -++ export W3EMC_LIB4 -++ W3EMC_LIB8=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_8.a -++ export W3EMC_LIB8 -++ W3EMC_LIBd=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_d.a -++ export W3EMC_LIBd -++ W3EMC_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/w3emc_v2.3.1 -++ export W3EMC_SRC -++ W3EMC_VER=v2.3.1 -++ export W3EMC_VER -++ W3NCO_LIB4=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_4.a -++ export W3NCO_LIB4 -++ W3NCO_LIB8=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_8.a -++ export W3NCO_LIB8 -++ W3NCO_LIBd=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_d.a -++ export W3NCO_LIBd -++ W3NCO_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/w3nco_v2.0.7 -++ export W3NCO_SRC -++ W3NCO_VER=v2.0.7 -++ export W3NCO_VER -++ Z_INC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/z_v1.2.11 -++ export Z_INC -++ Z_LIB=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libz_v1.2.11.a -++ export Z_LIB -++ Z_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/thirdParty -++ export Z_SRC -++ Z_VER=v1.2.11 -++ export Z_VER -++ __LMOD_REF_COUNT__LMFILES_='/apps/modules/modulefiles/contrib:1;/contrib/modulefiles/sutils/default:1;/apps/modules/modulefiles/intel/18.0.5.274:1;/apps/modules/modulefamilies/intel/impi/2018.0.4:1;/apps/modules/modulefamilies/intel/netcdf/4.7.0:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/bacio/2.0.3:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/ip/3.0.2:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/nemsio/2.2.4:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/sp/2.0.3:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3emc/2.3.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3nco/2.0.7:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2/3.1.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2tmpl/1.6.0:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/crtm/2.2.6:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/jasper/1.900.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/png/1.2.44:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/z/1.2.11:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/post/8.0.1:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles/esmf/8.0.0:1;/contrib/modulefiles/cmake/3.9.0:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel/fv3:1' -++ export __LMOD_REF_COUNT__LMFILES_ -++ _LMFILES_=/apps/modules/modulefiles/contrib:/contrib/modulefiles/sutils/default:/apps/modules/modulefiles/intel/18.0.5.274:/apps/modules/modulefamilies/intel/impi/2018.0.4:/apps/modules/modulefamilies/intel/netcdf/4.7.0:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/bacio/2.0.3:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/ip/3.0.2:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/nemsio/2.2.4:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/sp/2.0.3:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3emc/2.3.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3nco/2.0.7:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2/3.1.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2tmpl/1.6.0:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/crtm/2.2.6:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/jasper/1.900.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/png/1.2.44:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/z/1.2.11:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/post/8.0.1:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles/esmf/8.0.0:/contrib/modulefiles/cmake/3.9.0:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel/fv3 -++ export _LMFILES_ -++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJpbXBpIix9LG1UPXtiYWNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvYmFjaW8vMi4wLjMiLFsiZnVsbE5hbWUiXT0iYmFjaW8vMi4wLjMiLFsibG9hZE9yZGVyIl09Nixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJiYWNpby8yLjAuMyIsfSxjbWFrZT17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9jbWFrZS8zLjkuMCIsWyJmdWxs -++ export _ModuleTable001_ -++ _ModuleTable002_=TmFtZSJdPSJjbWFrZS8zLjkuMCIsWyJsb2FkT3JkZXIiXT0yMCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjbWFrZS8zLjkuMCIsfSxjb250cmliPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvY29udHJpYiIsWyJmdWxsTmFtZSJdPSJjb250cmliIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY29udHJpYiIsfSxjcnRtPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9jcnRtLzIuMi42IixbImZ1bGxOYW1lIl09ImNydG0vMi4yLjYiLFsibG9hZE9yZGVy -++ export _ModuleTable002_ -++ _ModuleTable003_=Il09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL2Z2My1jYW0vRHVzYW4uSm92aWMvdWZzL3ByMTgvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvaGVyYS5pbnRlbC9mdjMiLFsi -++ export _ModuleTable003_ -++ _ModuleTable004_=ZnVsbE5hbWUiXT0iZnYzIixbImxvYWRPcmRlciJdPTIxLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTAsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImZ2MyIsfSxnMj17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzIvMy4xLjEiLFsiZnVsbE5hbWUiXT0iZzIvMy4xLjEiLFsibG9hZE9yZGVyIl09MTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZzIvMy4xLjEiLH0sZzJ0bXBsPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9nMnRtcGwvMS42LjAiLFsiZnVsbE5hbWUiXT0iZzJ0bXBsLzEuNi4w -++ export _ModuleTable004_ -++ _ModuleTable005_=IixbImxvYWRPcmRlciJdPTEzLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcydG1wbC8xLjYuMCIsfSxpbXBpPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwvaW1waS8yMDE4LjAuNCIsWyJmdWxsTmFtZSJdPSJpbXBpLzIwMTguMC40IixbImxvYWRPcmRlciJdPTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW1waS8yMDE4LjAuNCIsfSxpbnRlbD17WyJmbiJdPSIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL2ludGVsLzE4LjAuNS4yNzQiLFsiZnVsbE5hbWUiXT0iaW50ZWwvMTguMC41LjI3NCIsWyJsb2FkT3JkZXIi -++ export _ModuleTable005_ -++ _ModuleTable006_=XT0zLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImludGVsLzE4LjAuNS4yNzQiLH0saXA9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2lwLzMuMC4yIixbImZ1bGxOYW1lIl09ImlwLzMuMC4yIixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaXAvMy4wLjIiLH0samFzcGVyPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9qYXNwZXIvMS45MDAuMSIsWyJmdWxsTmFtZSJdPSJqYXNwZXIvMS45MDAuMSIsWyJsb2FkT3JkZXIi -++ export _ModuleTable006_ -++ _ModuleTable007_=XT0xNSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJqYXNwZXIvMS45MDAuMSIsfSxuZW1zaW89e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL25lbXNpby8yLjIuNCIsWyJmdWxsTmFtZSJdPSJuZW1zaW8vMi4yLjQiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZW1zaW8vMi4yLjQiLH0sbmV0Y2RmPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwvbmV0Y2RmLzQuNy4wIixbImZ1bGxOYW1lIl09Im5ldGNkZi80LjcuMCIsWyJsb2FkT3JkZXIi -++ export _ModuleTable007_ -++ _ModuleTable008_=XT01LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5ldGNkZi80LjcuMCIsfSxwbmc9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3BuZy8xLjIuNDQiLFsiZnVsbE5hbWUiXT0icG5nLzEuMi40NCIsWyJsb2FkT3JkZXIiXT0xNixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJwbmcvMS4yLjQ0Iix9LHBvc3Q9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3Bvc3QvOC4wLjEiLFsiZnVsbE5hbWUiXT0icG9zdC84LjAuMSIsWyJsb2FkT3JkZXIiXT0xOCxw -++ export _ModuleTable008_ -++ _ModuleTable009_=cm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJwb3N0LzguMC4xIix9LHNwPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9zcC8yLjAuMyIsWyJmdWxsTmFtZSJdPSJzcC8yLjAuMyIsWyJsb2FkT3JkZXIiXT05LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InNwLzIuMC4zIix9LHN1dGlscz17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9zdXRpbHMvZGVmYXVsdCIsWyJmdWxsTmFtZSJdPSJzdXRpbHMvZGVmYXVsdCIsWyJsb2FkT3JkZXIiXT0yLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0 -++ export _ModuleTable009_ -++ _ModuleTable010_=dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InN1dGlscyIsfSx3M2VtYz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNlbWMvMi4zLjEiLFsiZnVsbE5hbWUiXT0idzNlbWMvMi4zLjEiLFsibG9hZE9yZGVyIl09MTAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNlbWMvMi4zLjEiLH0sdzNuY289e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czbmNvLzIuMC43IixbImZ1bGxOYW1lIl09InczbmNvLzIuMC43IixbImxvYWRPcmRlciJdPTExLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMi -++ export _ModuleTable010_ -++ _ModuleTable011_=XT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHo9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3ovMS4yLjExIixbImZ1bGxOYW1lIl09InovMS4yLjExIixbImxvYWRPcmRlciJdPTE3LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InovMS4yLjExIix9LH0sbXBhdGhBPXsiL2NvbnRyaWIvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDIvTkNFUERFVi9mdjMtY2FtL0R1c2FuLkpvdmljL3Vmcy9wcjE4L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL2hlcmEuaW50ZWwiLCIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi9hcHBz -++ export _ModuleTable011_ -++ _ModuleTable012_=L21vZHVsZXMvbW9kdWxlZmlsZXMvTGludXgiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L2NyYXlwZS9kZWZhdWx0L21vZHVsZWZpbGVzIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbCIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWxfaW1waSIsIi9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcyIsIi9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmU6L2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9M -++ export _ModuleTable012_ -++ _ModuleTable013_=aW51eDovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzOi9vcHQvY3JheS9tb2R1bGVmaWxlczovb3B0L2NyYXkvY3JheXBlL2RlZmF1bHQvbW9kdWxlZmlsZXMiLH0= -++ export _ModuleTable013_ -++ _ModuleTable_Sz_=13 -++ export _ModuleTable_Sz_ -++ : -s sh -+ eval -+ module list -++ /apps/lmod/7.7.18/libexec/lmod bash list -+ eval echo ''\'''\'';' echo ''\''Currently'\''' ''\''Loaded'\''' ''\''Modules:'\'';' echo ''\'''\''' ''\'''\''' ''\''1)'\''' ''\''contrib'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''7)'\''' ''\''ip/3.0.2'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''13)'\''' ''\''g2tmpl/1.6.0'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''19)'\''' ''\''esmf/8.0.0'\'';' echo ''\'''\''' ''\'''\''' ''\''2)'\''' ''\''sutils/default'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''8)'\''' ''\''nemsio/2.2.4'\''' ''\'''\''' ''\''14)'\''' ''\''crtm/2.2.6'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''20)'\''' ''\''cmake/3.9.0'\'';' echo ''\'''\''' ''\'''\''' ''\''3)'\''' ''\''intel/18.0.5.274'\''' ''\'''\''' ''\'''\''' ''\''9)'\''' ''\''sp/2.0.3'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''15)'\''' ''\''jasper/1.900.1'\''' ''\'''\''' ''\''21)'\''' ''\''fv3'\'';' echo ''\'''\''' ''\'''\''' ''\''4)'\''' ''\''impi/2018.0.4'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''10)'\''' ''\''w3emc/2.3.1'\''' ''\'''\''' ''\'''\''' ''\''16)'\''' ''\''png/1.2.44'\'';' echo ''\'''\''' ''\'''\''' ''\''5)'\''' ''\''netcdf/4.7.0'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''11)'\''' ''\''w3nco/2.0.7'\''' ''\'''\''' ''\'''\''' ''\''17)'\''' ''\''z/1.2.11'\'';' echo ''\'''\''' ''\'''\''' ''\''6)'\''' ''\''bacio/2.0.3'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''12)'\''' ''\''g2/3.1.1'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''18)'\''' ''\''post/8.0.1'\'';' echo ''\'''\'';' echo ''\'''\''' ''\'''\'';' echo ''\'''\'';' 'MODULEPATH="/contrib/modulefiles:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles:/apps/modules/modulefamilies/intel:/apps/modules/modulefamilies/intel_impi:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles";' export 'MODULEPATH;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJpbXBpIix9LG1UPXtiYWNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvYmFjaW8vMi4wLjMiLFsiZnVsbE5hbWUiXT0iYmFjaW8vMi4wLjMiLFsibG9hZE9yZGVyIl09Nixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJiYWNpby8yLjAuMyIsfSxjbWFrZT17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9jbWFrZS8zLjkuMCIsWyJmdWxs";' export '_ModuleTable001_;' '_ModuleTable002_="TmFtZSJdPSJjbWFrZS8zLjkuMCIsWyJsb2FkT3JkZXIiXT0yMCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjbWFrZS8zLjkuMCIsfSxjb250cmliPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvY29udHJpYiIsWyJmdWxsTmFtZSJdPSJjb250cmliIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY29udHJpYiIsfSxjcnRtPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9jcnRtLzIuMi42IixbImZ1bGxOYW1lIl09ImNydG0vMi4yLjYiLFsibG9hZE9yZGVy";' export '_ModuleTable002_;' '_ModuleTable003_="Il09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL2Z2My1jYW0vRHVzYW4uSm92aWMvdWZzL3ByMTgvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvaGVyYS5pbnRlbC9mdjMiLFsi";' export '_ModuleTable003_;' '_ModuleTable004_="ZnVsbE5hbWUiXT0iZnYzIixbImxvYWRPcmRlciJdPTIxLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTAsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImZ2MyIsfSxnMj17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzIvMy4xLjEiLFsiZnVsbE5hbWUiXT0iZzIvMy4xLjEiLFsibG9hZE9yZGVyIl09MTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZzIvMy4xLjEiLH0sZzJ0bXBsPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9nMnRtcGwvMS42LjAiLFsiZnVsbE5hbWUiXT0iZzJ0bXBsLzEuNi4w";' export '_ModuleTable004_;' '_ModuleTable005_="IixbImxvYWRPcmRlciJdPTEzLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcydG1wbC8xLjYuMCIsfSxpbXBpPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwvaW1waS8yMDE4LjAuNCIsWyJmdWxsTmFtZSJdPSJpbXBpLzIwMTguMC40IixbImxvYWRPcmRlciJdPTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW1waS8yMDE4LjAuNCIsfSxpbnRlbD17WyJmbiJdPSIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL2ludGVsLzE4LjAuNS4yNzQiLFsiZnVsbE5hbWUiXT0iaW50ZWwvMTguMC41LjI3NCIsWyJsb2FkT3JkZXIi";' export '_ModuleTable005_;' '_ModuleTable006_="XT0zLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImludGVsLzE4LjAuNS4yNzQiLH0saXA9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2lwLzMuMC4yIixbImZ1bGxOYW1lIl09ImlwLzMuMC4yIixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaXAvMy4wLjIiLH0samFzcGVyPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9qYXNwZXIvMS45MDAuMSIsWyJmdWxsTmFtZSJdPSJqYXNwZXIvMS45MDAuMSIsWyJsb2FkT3JkZXIi";' export '_ModuleTable006_;' '_ModuleTable007_="XT0xNSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJqYXNwZXIvMS45MDAuMSIsfSxuZW1zaW89e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL25lbXNpby8yLjIuNCIsWyJmdWxsTmFtZSJdPSJuZW1zaW8vMi4yLjQiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZW1zaW8vMi4yLjQiLH0sbmV0Y2RmPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwvbmV0Y2RmLzQuNy4wIixbImZ1bGxOYW1lIl09Im5ldGNkZi80LjcuMCIsWyJsb2FkT3JkZXIi";' export '_ModuleTable007_;' '_ModuleTable008_="XT01LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5ldGNkZi80LjcuMCIsfSxwbmc9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3BuZy8xLjIuNDQiLFsiZnVsbE5hbWUiXT0icG5nLzEuMi40NCIsWyJsb2FkT3JkZXIiXT0xNixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJwbmcvMS4yLjQ0Iix9LHBvc3Q9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3Bvc3QvOC4wLjEiLFsiZnVsbE5hbWUiXT0icG9zdC84LjAuMSIsWyJsb2FkT3JkZXIiXT0xOCxw";' export '_ModuleTable008_;' '_ModuleTable009_="cm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJwb3N0LzguMC4xIix9LHNwPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9zcC8yLjAuMyIsWyJmdWxsTmFtZSJdPSJzcC8yLjAuMyIsWyJsb2FkT3JkZXIiXT05LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InNwLzIuMC4zIix9LHN1dGlscz17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9zdXRpbHMvZGVmYXVsdCIsWyJmdWxsTmFtZSJdPSJzdXRpbHMvZGVmYXVsdCIsWyJsb2FkT3JkZXIiXT0yLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0";' export '_ModuleTable009_;' '_ModuleTable010_="dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InN1dGlscyIsfSx3M2VtYz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNlbWMvMi4zLjEiLFsiZnVsbE5hbWUiXT0idzNlbWMvMi4zLjEiLFsibG9hZE9yZGVyIl09MTAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNlbWMvMi4zLjEiLH0sdzNuY289e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czbmNvLzIuMC43IixbImZ1bGxOYW1lIl09InczbmNvLzIuMC43IixbImxvYWRPcmRlciJdPTExLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMi";' export '_ModuleTable010_;' '_ModuleTable011_="XT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHo9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3ovMS4yLjExIixbImZ1bGxOYW1lIl09InovMS4yLjExIixbImxvYWRPcmRlciJdPTE3LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InovMS4yLjExIix9LH0sbXBhdGhBPXsiL2NvbnRyaWIvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDIvTkNFUERFVi9mdjMtY2FtL0R1c2FuLkpvdmljL3Vmcy9wcjE4L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL2hlcmEuaW50ZWwiLCIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi9hcHBz";' export '_ModuleTable011_;' '_ModuleTable012_="L21vZHVsZXMvbW9kdWxlZmlsZXMvTGludXgiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L2NyYXlwZS9kZWZhdWx0L21vZHVsZWZpbGVzIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbCIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWxfaW1waSIsIi9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcyIsIi9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmU6L2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9M";' export '_ModuleTable012_;' '_ModuleTable013_="aW51eDovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzOi9vcHQvY3JheS9tb2R1bGVmaWxlczovb3B0L2NyYXkvY3JheXBlL2RlZmF1bHQvbW9kdWxlZmlsZXMiLH0=";' export '_ModuleTable013_;' '_ModuleTable_Sz_="13";' export '_ModuleTable_Sz_;' -++ echo '' - -++ echo Currently Loaded Modules: -Currently Loaded Modules: -++ echo '' '' '1)' contrib '' '' '' '' '' '' '' '' '' '' '' '7)' ip/3.0.2 '' '' '' '' '' '13)' g2tmpl/1.6.0 '' '' '' '19)' esmf/8.0.0 - 1) contrib 7) ip/3.0.2 13) g2tmpl/1.6.0 19) esmf/8.0.0 -++ echo '' '' '2)' sutils/default '' '' '' '' '8)' nemsio/2.2.4 '' '14)' crtm/2.2.6 '' '' '' '' '' '20)' cmake/3.9.0 - 2) sutils/default 8) nemsio/2.2.4 14) crtm/2.2.6 20) cmake/3.9.0 -++ echo '' '' '3)' intel/18.0.5.274 '' '' '9)' sp/2.0.3 '' '' '' '' '' '15)' jasper/1.900.1 '' '21)' fv3 - 3) intel/18.0.5.274 9) sp/2.0.3 15) jasper/1.900.1 21) fv3 -++ echo '' '' '4)' impi/2018.0.4 '' '' '' '' '10)' w3emc/2.3.1 '' '' '16)' png/1.2.44 - 4) impi/2018.0.4 10) w3emc/2.3.1 16) png/1.2.44 -++ echo '' '' '5)' netcdf/4.7.0 '' '' '' '' '' '11)' w3nco/2.0.7 '' '' '17)' z/1.2.11 - 5) netcdf/4.7.0 11) w3nco/2.0.7 17) z/1.2.11 -++ echo '' '' '6)' bacio/2.0.3 '' '' '' '' '' '' '12)' g2/3.1.1 '' '' '' '' '' '18)' post/8.0.1 - 6) bacio/2.0.3 12) g2/3.1.1 18) post/8.0.1 -++ echo '' - -++ echo '' '' - -++ echo '' - -++ MODULEPATH=/contrib/modulefiles:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles:/apps/modules/modulefamilies/intel:/apps/modules/modulefamilies/intel_impi:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles -++ export MODULEPATH -++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJpbXBpIix9LG1UPXtiYWNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvYmFjaW8vMi4wLjMiLFsiZnVsbE5hbWUiXT0iYmFjaW8vMi4wLjMiLFsibG9hZE9yZGVyIl09Nixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJiYWNpby8yLjAuMyIsfSxjbWFrZT17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9jbWFrZS8zLjkuMCIsWyJmdWxs -++ export _ModuleTable001_ -++ _ModuleTable002_=TmFtZSJdPSJjbWFrZS8zLjkuMCIsWyJsb2FkT3JkZXIiXT0yMCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjbWFrZS8zLjkuMCIsfSxjb250cmliPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvY29udHJpYiIsWyJmdWxsTmFtZSJdPSJjb250cmliIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY29udHJpYiIsfSxjcnRtPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9jcnRtLzIuMi42IixbImZ1bGxOYW1lIl09ImNydG0vMi4yLjYiLFsibG9hZE9yZGVy -++ export _ModuleTable002_ -++ _ModuleTable003_=Il09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL2Z2My1jYW0vRHVzYW4uSm92aWMvdWZzL3ByMTgvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvaGVyYS5pbnRlbC9mdjMiLFsi -++ export _ModuleTable003_ -++ _ModuleTable004_=ZnVsbE5hbWUiXT0iZnYzIixbImxvYWRPcmRlciJdPTIxLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTAsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImZ2MyIsfSxnMj17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzIvMy4xLjEiLFsiZnVsbE5hbWUiXT0iZzIvMy4xLjEiLFsibG9hZE9yZGVyIl09MTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZzIvMy4xLjEiLH0sZzJ0bXBsPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9nMnRtcGwvMS42LjAiLFsiZnVsbE5hbWUiXT0iZzJ0bXBsLzEuNi4w -++ export _ModuleTable004_ -++ _ModuleTable005_=IixbImxvYWRPcmRlciJdPTEzLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcydG1wbC8xLjYuMCIsfSxpbXBpPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwvaW1waS8yMDE4LjAuNCIsWyJmdWxsTmFtZSJdPSJpbXBpLzIwMTguMC40IixbImxvYWRPcmRlciJdPTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW1waS8yMDE4LjAuNCIsfSxpbnRlbD17WyJmbiJdPSIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL2ludGVsLzE4LjAuNS4yNzQiLFsiZnVsbE5hbWUiXT0iaW50ZWwvMTguMC41LjI3NCIsWyJsb2FkT3JkZXIi -++ export _ModuleTable005_ -++ _ModuleTable006_=XT0zLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImludGVsLzE4LjAuNS4yNzQiLH0saXA9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2lwLzMuMC4yIixbImZ1bGxOYW1lIl09ImlwLzMuMC4yIixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaXAvMy4wLjIiLH0samFzcGVyPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9qYXNwZXIvMS45MDAuMSIsWyJmdWxsTmFtZSJdPSJqYXNwZXIvMS45MDAuMSIsWyJsb2FkT3JkZXIi -++ export _ModuleTable006_ -++ _ModuleTable007_=XT0xNSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJqYXNwZXIvMS45MDAuMSIsfSxuZW1zaW89e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL25lbXNpby8yLjIuNCIsWyJmdWxsTmFtZSJdPSJuZW1zaW8vMi4yLjQiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZW1zaW8vMi4yLjQiLH0sbmV0Y2RmPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwvbmV0Y2RmLzQuNy4wIixbImZ1bGxOYW1lIl09Im5ldGNkZi80LjcuMCIsWyJsb2FkT3JkZXIi -++ export _ModuleTable007_ -++ _ModuleTable008_=XT01LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5ldGNkZi80LjcuMCIsfSxwbmc9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3BuZy8xLjIuNDQiLFsiZnVsbE5hbWUiXT0icG5nLzEuMi40NCIsWyJsb2FkT3JkZXIiXT0xNixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJwbmcvMS4yLjQ0Iix9LHBvc3Q9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3Bvc3QvOC4wLjEiLFsiZnVsbE5hbWUiXT0icG9zdC84LjAuMSIsWyJsb2FkT3JkZXIiXT0xOCxw -++ export _ModuleTable008_ -++ _ModuleTable009_=cm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJwb3N0LzguMC4xIix9LHNwPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9zcC8yLjAuMyIsWyJmdWxsTmFtZSJdPSJzcC8yLjAuMyIsWyJsb2FkT3JkZXIiXT05LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InNwLzIuMC4zIix9LHN1dGlscz17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9zdXRpbHMvZGVmYXVsdCIsWyJmdWxsTmFtZSJdPSJzdXRpbHMvZGVmYXVsdCIsWyJsb2FkT3JkZXIiXT0yLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0 -++ export _ModuleTable009_ -++ _ModuleTable010_=dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InN1dGlscyIsfSx3M2VtYz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNlbWMvMi4zLjEiLFsiZnVsbE5hbWUiXT0idzNlbWMvMi4zLjEiLFsibG9hZE9yZGVyIl09MTAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNlbWMvMi4zLjEiLH0sdzNuY289e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czbmNvLzIuMC43IixbImZ1bGxOYW1lIl09InczbmNvLzIuMC43IixbImxvYWRPcmRlciJdPTExLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMi -++ export _ModuleTable010_ -++ _ModuleTable011_=XT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHo9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3ovMS4yLjExIixbImZ1bGxOYW1lIl09InovMS4yLjExIixbImxvYWRPcmRlciJdPTE3LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InovMS4yLjExIix9LH0sbXBhdGhBPXsiL2NvbnRyaWIvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDIvTkNFUERFVi9mdjMtY2FtL0R1c2FuLkpvdmljL3Vmcy9wcjE4L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL2hlcmEuaW50ZWwiLCIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi9hcHBz -++ export _ModuleTable011_ -++ _ModuleTable012_=L21vZHVsZXMvbW9kdWxlZmlsZXMvTGludXgiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L2NyYXlwZS9kZWZhdWx0L21vZHVsZWZpbGVzIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbCIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWxfaW1waSIsIi9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcyIsIi9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmU6L2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9M -++ export _ModuleTable012_ -++ _ModuleTable013_=aW51eDovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzOi9vcHQvY3JheS9tb2R1bGVmaWxlczovb3B0L2NyYXkvY3JheXBlL2RlZmF1bHQvbW9kdWxlZmlsZXMiLH0= -++ export _ModuleTable013_ -++ _ModuleTable_Sz_=13 -++ export _ModuleTable_Sz_ -++ : -s sh -+ eval -+ cd build_fv3_17 -+ cmake /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model -D32BIT=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=ON -DSTATIC=ON -DMULTI_GASES=OFF --- The C compiler identification is Intel 18.0.5.20180823 --- The CXX compiler identification is Intel 18.0.5.20180823 --- The Fortran compiler identification is Intel 18.0.5.20180823 --- Check for working C compiler: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiicc --- Check for working C compiler: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiicc -- works --- Detecting C compiler ABI info --- Detecting C compiler ABI info - done --- Detecting C compile features --- Detecting C compile features - done --- Check for working CXX compiler: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiicpc --- Check for working CXX compiler: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiicpc -- works --- Detecting CXX compiler ABI info --- Detecting CXX compiler ABI info - done --- Detecting CXX compile features --- Detecting CXX compile features - done --- Check for working Fortran compiler: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort --- Check for working Fortran compiler: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -- works --- Detecting Fortran compiler ABI info --- Detecting Fortran compiler ABI info - done --- Checking whether /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort supports Fortran 90 --- Checking whether /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort supports Fortran 90 -- yes --- Found MPI_C: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpifort.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/release_mt/libmpi.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpigi.a;/usr/lib64/libdl.so;/usr/lib64/librt.so;/usr/lib64/libpthread.so --- Found MPI_CXX: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpicxx.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpifort.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/release_mt/libmpi.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpigi.a;/usr/lib64/libdl.so;/usr/lib64/librt.so;/usr/lib64/libpthread.so --- Found MPI_Fortran: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpifort.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/release_mt/libmpi.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpigi.a;/usr/lib64/libdl.so;/usr/lib64/librt.so;/usr/lib64/libpthread.so -ESMFMKFILE: /scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/lib/esmf.mk - Found ESMF: -ESMF_VERSION_MAJOR: 8 -ESMF_F90COMPILEPATHS: /scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod;/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include;/apps/netcdf/4.6.1/intel/16.1.150/include -ESMF_F90ESMFLINKRPATHS: -Wl,-rpath,/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/lib -ESMF_F90ESMFLINKLIBS: -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf --- Found ESMF: /scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod;/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include;/apps/netcdf/4.6.1/intel/16.1.150/include (found version "8.0.0") - -Setting configuration for hera.intel - -C compiler: Intel 18.0.5.20180823 (mpiicc) -CXX compiler: Intel 18.0.5.20180823 (mpiicpc) -Fortran compiler: Intel 18.0.5.20180823 (mpiifort) - -DEBUG is disabled -REPRO is disabled -32BIT is ENABLED -OPENMP is ENABLED -AVX2 is ENABLED -INLINE_POST is ENABLED - - -Selected physics package: gfs - -Force 64 bits in gfsphysics -Force 64 bits in ipd --- Dynamics compiled with 32-bit option, adjust fv_sat_adj types --- Detecting OpenMP flags for Intel C compiler: -qopenmp --- Detecting OpenMP flags for Intel C++ compiler: -qopenmp --- Detecting OpenMP flags for Intel Fortran compiler: -qopenmp --- Enable OpenMP support for C/C++/Fortran compiler --- Disable SIONlib support --- Disable Intel MKL support --- Enable netCDF support --- Disable ESMF support --- Disable multi-gases physics --- Detecting OpenMP flags for Intel C compiler: -qopenmp --- Detecting OpenMP flags for Intel C++ compiler: -qopenmp --- Detecting OpenMP flags for Intel Fortran compiler: -qopenmp --- Enable OpenMP support for C/C++/Fortran compiler --- Found LibXml2: /usr/lib64/libxml2.so (found version "2.9.1") --- Found Doxygen: /usr/bin/doxygen (found version "1.8.5") found components: doxygen dot --- Detecting OpenMP flags for Intel C compiler: -qopenmp --- Detecting OpenMP flags for Intel C++ compiler: -qopenmp --- Detecting OpenMP flags for Intel Fortran compiler: -qopenmp --- Enable OpenMP support for C/C++/Fortran compiler -INFOGot CCPP_SCHEMES from environment variable: /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/aer_cloud.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/aerclm_def.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/aerinterp.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/calpreciptype.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cldwat2m_micro.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cldmacro.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/date_def.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/funcphys.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gcycle.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/h2o_def.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/h2ointerp.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/iccn_def.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/iccninterp.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/iounitdef.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/machine.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mersenne_twister.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfpbl.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg_utils.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg2_0.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg3_0.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/multi_gases.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_model.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_parameters.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_radar.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_thompson.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MP_FER_HIRES.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_bl_mynn.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_mynn.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_orowam2017.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/namelist_soilveg.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfpblt.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfpbltq.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfscu.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfscuq.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/noahmp_tables.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/num_parthds.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozne_def.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozinterp.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/physcons.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/physparam.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radcons.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_aerosols.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_astronomy.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_clouds.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_gases.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_surface.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radlw_datatb.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radlw_param.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radsw_datatb.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radsw_param.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/samfaerosols.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfcsub.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sflx.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/set_soilveg.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/surface_perturbation.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_deep.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_sh.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/tridi.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/wv_saturation.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_soil_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rayleigh_damp.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radsw_main.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_ocean.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gwdc.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gscond.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ysuvdif.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_sice.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/samfdeepcnv.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/satmedmfvdif.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozphys_2015.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/samfshalcnv.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/precpd.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_fer_hires.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diag.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radlw_main.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_debug.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/satmedmfvdifq.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cs_conv.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/shinhongvdif.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/h2ophys.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_nst.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/moninedmf.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diff.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diag_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/m_micro.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gcm_shoc.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gwdps.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/shalcnv.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/get_prs_fv3.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozphys.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_stochastics.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/drag_suite.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_cice.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sascnvn.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cnvc90.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_drv.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/dcyc2.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/moninshoc.f -INFOGot CAPS from environment variable: /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_17/FV3/ccpp/physics/ccpp_FV3_GFS_2017_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_17/FV3/ccpp/physics/ccpp_FV3_GFS_2017_time_vary_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_17/FV3/ccpp/physics/ccpp_FV3_GFS_2017_radiation_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_17/FV3/ccpp/physics/ccpp_FV3_GFS_2017_physics_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_17/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stochastics_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_17/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stretched_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_17/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stretched_fast_physics_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_17/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stretched_time_vary_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_17/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stretched_radiation_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_17/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stretched_physics_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_17/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stretched_stochastics_cap.F90 -Force 64 bits in CCPP_layer -Force 64 bits in stochastic_physics --- Configuring done --- Generating done --- Build files have been written to: /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_17 -+ make -j 8 -Scanning dependencies of target fv3cpl -Scanning dependencies of target ccpp -[ 0%] Building Fortran object FV3/cpl/CMakeFiles/fv3cpl.dir/module_cap_cpl.F90.o -[ 0%] Building Fortran object FV3/cpl/CMakeFiles/fv3cpl.dir/module_cplfields.F90.o -[ 0%] Building Fortran object FV3/ccpp/framework/src/CMakeFiles/ccpp.dir/ccpp_types.F90.o -[ 0%] Building Fortran object FV3/ccpp/framework/src/CMakeFiles/ccpp.dir/ccpp_errors.F90.o -[ 1%] Building Fortran object FV3/ccpp/framework/src/CMakeFiles/ccpp.dir/ccpp.F90.o -Scanning dependencies of target fms -[ 1%] Building Fortran object CMakeFiles/fms.dir/FMS/platform/platform.F90.o -[ 1%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_parameter.F90.o -[ 1%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/cloud_interpolator.F90.o -[ 1%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_input.F90.o -[ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_core.F90.o -[ 2%] Building Fortran object FV3/ccpp/framework/src/CMakeFiles/ccpp.dir/ccpp_api.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 2%] Linking Fortran static library libccpp.a -[ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_io.F90.o -[ 3%] Building Fortran object CMakeFiles/fms.dir/FMS/random_numbers/MersenneTwister.F90.o -[ 3%] Built target ccpp -[ 3%] Building Fortran object CMakeFiles/fms.dir/FMS/sat_vapor_pres/sat_vapor_pres_k.F90.o -[ 3%] Building Fortran object CMakeFiles/fms.dir/FMS/constants/constants.F90.o -[ 3%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_data.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 4%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp.F90.o -[ 5%] Linking Fortran static library libfv3cpl.a -Scanning dependencies of target ccppphys -[ 5%] Built target fv3cpl -[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/machine.F.o -[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mersenne_twister.f.o -[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_mp_radar.F90.o -[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFDL_parse_tracers.F90.o -[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/namelist_soilveg.f.o -[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/iounitdef.f.o -[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/namelist_soilveg_ruc.F90.o -[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_noahmp_glacier.f90.o -[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_noahmplsm.f90.o -[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/noahmp_tables.f90.o -[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_soil_pre.F90.o -[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/physcons.F90.o -[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/aerclm_def.F.o -[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/physparam.f.o -[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/h2o_def.f.o -[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/iccn_def.F.o -[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/micro_mg_utils.F90.o -[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozne_def.f.o -[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/surface_perturbation.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_deep.F90.o -[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_gfdl_cloud_microphys.F90.o -[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gfs_phy_tracer_config.F.o -[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radcons.f90.o -[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/set_soilveg.f.o -[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MP_FER_HIRES.F90.o -[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_BL_MYJPBL.F90.o -[ 8%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/date_def.f.o -[ 8%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_mp_thompson.F90.o -[ 9%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gwdps.f.o -[ 10%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_SF_JSFC.F90.o -[ 11%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_ruclsm.F90.o -[ 11%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/set_soilveg_ruc.F90.o -[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_post.F90.o -[ 13%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cnvc90.f.o -[ 13%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_DCNV_generic.F90.o -[ 14%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_GWD_generic.F90.o -[ 14%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_MP_generic.F90.o -[ 15%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_PBL_generic.F90.o -[ 15%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_SCNV_generic.F90.o -[ 15%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_composites.F90.o -[ 16%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_loop_control.F90.o -[ 16%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/maximum_hourly_diagnostics.F90.o -[ 17%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozphys.f.o -[ 17%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rayleigh_damp.f.o -[ 18%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_diag_post.F90.o -[ 18%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_diff.f.o -[ 18%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_stochastics.F90.o -[ 18%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/__/__/gfsphysics/CCPP_layer/CCPP_typedefs.F90.o -[ 18%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/funcphys.f90.o -[ 19%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radlw_param.f.o -[ 19%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radsw_param.f.o -[ 20%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_nst_parameters.f90.o -[ 20%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_bl_mynn.F90.o -[ 20%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_initialize.F90.o -[ 20%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_astronomy.f.o -[ 20%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_surface.f.o -[ 20%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/samfaerosols.F.o -[ 21%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/aerinterp.F90.o -[ 21%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/h2ointerp.f90.o -[ 22%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/iccninterp.F90.o -[ 22%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozinterp.f90.o -[ 23%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_mp_thompson_make_number_concentrations.F90.o -[ 23%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_efp.F90.o -[ 23%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/aer_cloud.F.o -[ 23%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/get_prs_fv3.F90.o -[ 23%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_memutils.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 23%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_generic.F90.o -[ 24%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_pset.F90.o -[ 24%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_type.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gfdl_fv_sat_adj.F90.o -[ 24%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/gradient.F90.o -[ 25%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gfdl_cloud_microphys.F90.o -[ 25%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_domains.F90.o -[ 25%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/wv_saturation.F.o -[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/__/__/gfsphysics/GFS_layer/GFS_typedefs.F90.o -[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_nst_water_prop.f90.o -[ 27%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_module.F90.o -[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_bfmicrophysics.f.o -[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radsw_datatb.f.o -[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_aerosols.f.o -[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_gases.f.o -[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radlw_datatb.f.o -[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/moninedmf.f.o -[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_drv.f.o -[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/samfdeepcnv.f.o -[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/samfshalcnv.f.o -[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_diag.f.o -[ 30%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_sice.f.o -[ 30%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gscond.f.o -[ 30%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/precpd.f.o -[ 30%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_time_vary_pre.fv3.F90.o -[ 30%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_stretched_fast_physics_cap.F90.o -[ 31%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_clouds.f.o -[ 31%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radlw_main.f.o -[ 32%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radsw_main.f.o -[ 32%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_nst_model.f90.o -[ 32%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cldmacro.F.o -[ 32%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cldwat2m_micro.F.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 32%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/micro_mg2_0.F90.o -[ 32%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/micro_mg3_0.F90.o -[ 32%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_sh.F90.o -[ 32%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_mynn.F90.o -[ 32%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp.F90.o -[ 32%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_nst.f.o -[ 32%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_setup.F90.o -[ 32%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_io.F90.o -[ 32%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_comm.F90.o -Compiling in MPI mode (with or without MPP) -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 33%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_pre.F90.o -[ 33%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_suite_interstitial.F90.o -[ 34%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_post.F90.o -[ 34%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/dcyc2.f.o -[ 35%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rrtmg_lw_post.F90.o -[ 35%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rrtmg_lw_pre.F90.o -[ 35%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rrtmg_sw_post.F90.o -[ 35%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rrtmg_sw_pre.F90.o -[ 35%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_stochastics_cap.F90.o -[ 35%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_phys_time_vary.fv3.F90.o -[ 35%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_rad_time_vary.fv3.F90.o -[ 35%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_stretched_stochastics_cap.F90.o -[ 35%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_physics_cap.F90.o -[ 36%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_stretched_physics_cap.F90.o -[ 36%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_stretched_radiation_cap.F90.o -[ 36%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_radiation_cap.F90.o -[ 37%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_stretched_time_vary_cap.F90.o -[ 37%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_time_vary_cap.F90.o -[ 37%] Building Fortran object CMakeFiles/fms.dir/FMS/memutils/memutils.F90.o -[ 38%] Building Fortran object CMakeFiles/fms.dir/FMS/fms/fms_io.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 38%] Building Fortran object CMakeFiles/fms.dir/FMS/fms/fms.F90.o -[ 39%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bilinear.F90.o -[ 39%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bicubic.F90.o -[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_spherical.F90.o -[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/time_manager/time_manager.F90.o -[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_conserve.F90.o -[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/axis_utils/axis_utils.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_grid.F90.o -[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/field_manager/field_manager.F90.o -[ 42%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/mosaic.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 42%] Building Fortran object CMakeFiles/fms.dir/FMS/topography/gaussian_topog.F90.o -[ 42%] Building Fortran object CMakeFiles/fms.dir/FMS/time_manager/get_cal_time.F90.o -[ 42%] Building Fortran object CMakeFiles/fms.dir/FMS/time_interp/time_interp.F90.o -[ 42%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_data.F90.o -[ 43%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_types.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 43%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_axis.F90.o -[ 43%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_manifest.F90.o -[ 43%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/write_ocean_data.F90.o -[ 43%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/xbt_drop_rate_adjust.f90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 43%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_output.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 43%] Building Fortran object CMakeFiles/fms.dir/FMS/field_manager/fm_util.F90.o -[ 43%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp.F90.o -[ 43%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_util.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 43%] Building Fortran object CMakeFiles/fms.dir/FMS/time_interp/time_interp_external.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 44%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_table.F90.o -[ 44%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_manager.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 44%] Building Fortran object CMakeFiles/fms.dir/FMS/data_override/data_override.F90.o -[ 44%] Building Fortran object CMakeFiles/fms.dir/FMS/exchange/stock_constants.F90.o -[ 44%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_cap.F90.o -[ 45%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_stretched_cap.F90.o -[ 45%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_debug.F90.o -[ 45%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_suite_init_finalize_test.F90.o -[ 45%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cs_conv.F90.o -[ 45%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cs_conv_aw_adj.F90.o -[ 45%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver.F90.o -[ 46%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver_post.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 46%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver_pre.F90.o -[ 46%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke.F90.o -[ 46%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke_post.F90.o -[ 46%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke_pre.F90.o -[ 46%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/drag_suite.F90.o -[ 46%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gcm_shoc.F90.o -[ 46%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gwdc.f.o -[ 46%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/h2ophys.f.o -[ 46%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/lsm_ruc_sfc_sice_interstitial.F90.o -[ 46%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/m_micro.F90.o -[ 46%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/m_micro_interstitial.F90.o -[ 46%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/coupler_types.F90.o -[ 46%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYJPBL_wrapper.F90.o -[ 46%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYJSFC_wrapper.F90.o -[ 47%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNPBL_wrapper.F90.o -[ 47%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNSFC_wrapper.F90.o -[ 47%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNrad_pre.F90.o -[ 47%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNrad_post.F90.o -[ 47%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/moninshoc.f.o -[ 48%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_fer_hires.F90.o -[ 49%] Building Fortran object CMakeFiles/fms.dir/FMS/amip_interp/amip_interp.F90.o -[ 49%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_thompson.F90.o -[ 49%] Building Fortran object CMakeFiles/fms.dir/FMS/astronomy/astronomy.F90.o -[ 49%] Building Fortran object CMakeFiles/fms.dir/FMS/block_control/block_control.F90.o -[ 50%] Building Fortran object CMakeFiles/fms.dir/FMS/column_diagnostics/column_diagnostics.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 50%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/atmos_ocean_fluxes.F90.o -[ 50%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_thompson_post.F90.o -[ 51%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters.F90.o -[ 51%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/multi_gases.F90.o -[ 51%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozphys_2015.f.o -[ 51%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_thompson_pre.F90.o -[ 51%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/ensemble_manager.F90.o -[ 51%] Building Fortran object CMakeFiles/fms.dir/FMS/exchange/xgrid.F90.o -[ 52%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft.F90.o -Compiling in MPI mode (with or without MPP) -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 52%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft99.F90.o -[ 53%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sascnvn.F.o -[ 53%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/satmedmfvdif.F.o -[ 53%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/satmedmfvdifq.F.o -[ 54%] Building Fortran object CMakeFiles/fms.dir/FMS/interpolator/interpolator.F90.o -[ 55%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_cice.f.o -[ 55%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_drv_ruc.F90.o -[ 55%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/grid.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 55%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_noahmp_drv.f.o -[ 55%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_ocean.F.o -[ 55%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_utilities.F90.o -[ 56%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfcsub.F.o -[ 56%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core.F90.o -[ 56%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core_ecda.F90.o -[ 56%] Building Fortran object CMakeFiles/fms.dir/FMS/random_numbers/random_numbers.F90.o -[ 56%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/shalcnv.F.o -[ 56%] Building Fortran object CMakeFiles/fms.dir/FMS/sat_vapor_pres/sat_vapor_pres.F90.o -[ 56%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/shinhongvdif.F90.o -[ 56%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ugwp_driver_v0.F.o -[ 58%] Building Fortran object CMakeFiles/fms.dir/FMS/station_data/station_data.F90.o -[ 58%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ysuvdif.F90.o -[ 58%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/calpreciptype.f90.o -[ 58%] Building Fortran object CMakeFiles/fms.dir/FMS/topography/topography.F90.o -[ 58%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gcycle.F90.o -[ 59%] Building Fortran object CMakeFiles/fms.dir/FMS/tracer_manager/tracer_manager.F90.o -[ 59%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gocart_tracer_config_stub.f.o -[ 60%] Building Fortran object CMakeFiles/fms.dir/FMS/tridiagonal/tridiagonal.F90.o -[ 62%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/quicksort.F90.o -[ 62%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfpbl.f.o -[ 62%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_triggers.F90.o -[ 63%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_utils.F90.o -[ 63%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_solvers.F90.o -[ 63%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_orowam2017.f.o -[ 63%] Building C object CMakeFiles/fms.dir/FMS/memutils/memuse.c.o -[ 63%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_vert_lsatdis.F90.o -[ 63%] Building C object CMakeFiles/fms.dir/FMS/mosaic/create_xgrid.c.o -[ 64%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_vert_orodis.F90.o -[ 64%] Building C object CMakeFiles/fms.dir/FMS/mosaic/gradient_c2l.c.o -[ 65%] Building C object CMakeFiles/fms.dir/FMS/mosaic/interp.c.o -[ 65%] Building C object CMakeFiles/fms.dir/FMS/mosaic/mosaic_util.c.o -[ 65%] Building C object CMakeFiles/fms.dir/FMS/mosaic/read_mosaic.c.o -[ 65%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_vert_wmsdis.F90.o -[ 65%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfpblt.f.o -[ 66%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfpbltq.f.o -[ 66%] Building C object CMakeFiles/fms.dir/FMS/affinity/affinity.c.o -[ 66%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfscu.f.o -[ 66%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfscuq.f.o -[ 67%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/num_parthds.F.o -[ 68%] Building C object CMakeFiles/fms.dir/FMS/mpp/nsclock.c.o -[ 68%] Building C object CMakeFiles/fms.dir/FMS/mpp/threadloc.c.o -[ 68%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sflx.f.o -[ 68%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/tridi.f.o -[ 68%] Linking Fortran static library libccppphys.a -[ 68%] Built target ccppphys -Scanning dependencies of target gfsphysics -[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/namelist_soilveg.f.o -[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mersenne_twister.f.o -[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/machine.F.o -[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/GFDL_parse_tracers.F90.o -[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/CCPP_layer/CCPP_typedefs.F90.o -[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/physparam.f.o -[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/physcons.F90.o -[ 70%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radsw_param.f.o -[ 70%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radlw_param.f.o -[ 70%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_typedefs.F90.o -[ 70%] Linking Fortran static library FMS/libfms.a -[ 70%] Built target fms -[ 70%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_diagnostics.F90.o -[ 72%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/CCPP_layer/CCPP_data.F90.o -[ 72%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_driver.F90.o -[ 72%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_restart.F90.o -[ 72%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_abstraction_layer.F90.o -[ 72%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/__/ccpp/physics/ccpp_static_api.F90.o -[ 72%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/noahmp_tables.f90.o -[ 72%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/set_soilveg.f.o -[ 72%] Linking Fortran static library libgfsphysics.a -[ 72%] Built target gfsphysics -Scanning dependencies of target ipd -Scanning dependencies of target ccppdriver -[ 72%] Building Fortran object FV3/ipd/CMakeFiles/ipd.dir/IPD_typedefs.F90.o -[ 72%] Building Fortran object FV3/ccpp/driver/CMakeFiles/ccppdriver.dir/CCPP_driver.F90.o -[ 72%] Building Fortran object FV3/ipd/CMakeFiles/ipd.dir/IPD_driver.F90.o -[ 73%] Linking Fortran static library libccppdriver.a -[ 73%] Built target ccppdriver -[ 74%] Linking Fortran static library libipd.a -[ 74%] Built target ipd -Scanning dependencies of target io -[ 75%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_fv3_io_def.F90.o -[ 75%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_internal_state.F90.o -Scanning dependencies of target fv3core -[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_arrays.F90.o -[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/external_sst.F90.o -[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/sim_nc_mod.F90.o -[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_fill.F90.o -[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/DYCORE_typedefs.F90.o -[ 76%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_netcdf.F90.o -[ 76%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_nemsio.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 76%] Building Fortran object FV3/io/CMakeFiles/io.dir/post_gfs.F90.o -[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_mp_mod.F90.o -[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/sorted_index.F90.o -[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_eta.F90.o -[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_timing.F90.o -[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_sg.F90.o -[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/boundary.F90.o -[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_grid_utils.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 77%] Building Fortran object FV3/io/CMakeFiles/io.dir/FV3GFS_io.F90.o -[ 77%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_wrt_grid_comp.F90.o -[ 79%] Building Fortran object FV3/io/CMakeFiles/io.dir/ffsync.F90.o -[ 79%] Building Fortran object FV3/io/CMakeFiles/io.dir/post_nems_routines.F90.o -[ 80%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/a2b_edge.F90.o -[ 80%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/tp_core.F90.o -[ 80%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_mapz.F90.o -[ 80%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_surf_map.F90.o -[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_grid_tools.F90.o -[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/init_hydro.F90.o -[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_treat_da_inc.F90.o -[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_iau_mod.F90.o -[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/sw_core.F90.o -[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_io.F90.o -[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_diagnostics.F90.o -[ 82%] Linking Fortran static library libio.a -[ 82%] Built target io -[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/nh_utils.F90.o -[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/nh_core.F90.o -[ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/fv_nggps_diag.F90.o -[ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/test_cases.F90.o -[ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_nudge.F90.o -[ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_regional_bc.F90.o -[ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_tracer2d.F90.o -[ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_update_phys.F90.o -[ 85%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/dyn_core.F90.o -[ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/external_ic.F90.o -[ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_restart.F90.o -[ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_nesting.F90.o -[ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_control.F90.o -[ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_dynamics.F90.o -[ 87%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/atmosphere.F90.o -[ 87%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/multi_gases.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 87%] Linking Fortran static library libfv3core.a -[ 87%] Built target fv3core -Scanning dependencies of target stochastic_physics -[ 87%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/update_ca.f90.o -[ 87%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_resol_def.f.o -[ 87%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/spectral_layout.F90.o -[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_gg_def.f.o -[ 89%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/glats_stochy.f.o -[ 89%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_namelist_def.F90.o -[ 89%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_layout_lag.f.o -[ 90%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/compns_stochy.F90.o -[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/epslon_stochy.f.o -[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/setlats_lag_stochy.f.o -[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/get_lats_node_a_stochy.f.o -[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/get_ls_node_stochy.f.o -[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/pln2eo_stochy.f.o -[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/setlats_a_stochy.f.o -[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/gozrineo_stochy.f.o -[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_internal_state_mod.F90.o -[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/dezouv_stochy.f.o -[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/dozeuv_stochy.f.o -[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/four_to_grid_stochy.F.o -[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_patterngenerator.F90.o -[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/sumfln_stochy.f.o -[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/getcon_lag_stochy.f.o -[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/getcon_spectral.F90.o -[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/initialize_spectral_mod.F90.o -[ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_data_mod.F90.o -[ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/get_stochy_pattern.F90.o -[ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochastic_physics.F90.o -[ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/cellular_automata.f90.o -[ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/plumes.f90.o -[ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/num_parthds_stochy.f.o -[ 95%] Linking Fortran static library libstochastic_physics.a -[ 95%] Built target stochastic_physics -Scanning dependencies of target fv3cap -[ 95%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/module_fv3_config.F90.o -[ 95%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/atmos_model.F90.o -[ 95%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/module_fcst_grid_comp.F90.o -[ 96%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/time_utils.F90.o -[ 96%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/fv3_cap.F90.o -[ 97%] Linking Fortran static library libfv3cap.a -[ 97%] Built target fv3cap -Scanning dependencies of target NEMS.exe -[ 98%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_EARTH_INTERNAL_STATE.F90.o -[ 98%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/ENS_Cpl/ENS_CplComp_ESMFMod_STUB.F90.o -[ 98%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_MEDIATOR_SpaceWeather.F90.o -[ 98%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_UTILS.F90.o -[ 98%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_MEDIATOR_methods.F90.o -[ 98%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_Rusage.F90.o -[ 99%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_INTERNAL_STATE.F90.o -[100%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_MEDIATOR.F90.o -[100%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_EARTH_GRID_COMP.F90.o -[100%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_GRID_COMP.F90.o -[100%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/MAIN_NEMS.F90.o -[100%] Building C object CMakeFiles/NEMS.exe.dir/NEMS/src/nems_c_rusage.c.o -[100%] Linking Fortran executable NEMS.exe -/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/lib/libjasper_v1.900.1.a(jas_stream.o): In function `jas_stream_tmpfile': -jas_stream.c:(.text+0x7a7): warning: the use of `tmpnam' is dangerous, better use `mkstemp' -[100%] Built target NEMS.exe -+ mv NEMS.exe ../fv3_17.exe -+ cp /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel/fv3 ../modules.fv3_17 -+ cd .. -+ '[' YES = YES ']' -+ rm -rf build_fv3_17 -+ elapsed=564 -+ echo 'Elapsed time 564 seconds. Compiling CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y finished' -Elapsed time 564 seconds. Compiling CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y finished -+ SECONDS=0 -+++ readlink -f /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/compile_cmake.sh -++ dirname /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/compile_cmake.sh -+ readonly MYDIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests -+ MYDIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests -+ readonly ARGC=4 -+ ARGC=4 -+ cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests -+ [[ 4 -eq 0 ]] -+ [[ 4 -lt 2 ]] -+ PATHTR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model -+ MACHINE_ID=hera.intel -+ MAKE_OPT='CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp_regional,FV3_GFS_2017_gfdlmp_regional_c768 32BIT=Y' -+ BUILD_NAME=fv3_18 -+ clean_before=YES -+ clean_after=YES -+ BUILD_DIR=build_fv3_18 -+ [[ hera.intel == cheyenne.* ]] -+ [[ hera.intel == wcoss_dell_p3 ]] -+ MAKE_THREADS=8 -+ hostname -hfe01 -+ cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests -+ echo 'Compiling CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp_regional,FV3_GFS_2017_gfdlmp_regional_c768 32BIT=Y into fv3_18.exe on hera.intel' -Compiling CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp_regional,FV3_GFS_2017_gfdlmp_regional_c768 32BIT=Y into fv3_18.exe on hera.intel -+ '[' YES = YES ']' -+ rm -rf build_fv3_18 -+ mkdir -p build_fv3_18 -+ CCPP_CMAKE_FLAGS= -+ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp_regional,FV3_GFS_2017_gfdlmp_regional_c768 32BIT=Y == *\D\E\B\U\G\=\Y* ]] -+ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp_regional,FV3_GFS_2017_gfdlmp_regional_c768 32BIT=Y == *\R\E\P\R\O\=\Y* ]] -+ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp_regional,FV3_GFS_2017_gfdlmp_regional_c768 32BIT=Y == *\3\2\B\I\T\=\Y* ]] -+ CCPP_CMAKE_FLAGS=' -D32BIT=Y' -+ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp_regional,FV3_GFS_2017_gfdlmp_regional_c768 32BIT=Y == *\O\P\E\N\M\P\=\N* ]] -+ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp_regional,FV3_GFS_2017_gfdlmp_regional_c768 32BIT=Y == *\C\C\P\P\=\Y* ]] -+ CCPP_CMAKE_FLAGS=' -D32BIT=Y -DCCPP=ON -DMPI=ON' -+ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp_regional,FV3_GFS_2017_gfdlmp_regional_c768 32BIT=Y == *\D\E\B\U\G\=\Y* ]] -+ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp_regional,FV3_GFS_2017_gfdlmp_regional_c768 32BIT=Y == *\R\E\P\R\O\=\Y* ]] -+ CCPP_CMAKE_FLAGS=' -D32BIT=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release' -+ [[ hera.intel == \j\e\t\.\i\n\t\e\l ]] -+ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp_regional,FV3_GFS_2017_gfdlmp_regional_c768 32BIT=Y == *\3\2\B\I\T\=\Y* ]] -+ CCPP_CMAKE_FLAGS=' -D32BIT=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=ON' -+ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp_regional,FV3_GFS_2017_gfdlmp_regional_c768 32BIT=Y == *\S\T\A\T\I\C\=\Y* ]] -+ CCPP_CMAKE_FLAGS=' -D32BIT=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=ON -DSTATIC=ON' -+ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp_regional,FV3_GFS_2017_gfdlmp_regional_c768 32BIT=Y == *\M\U\L\T\I\_\G\A\S\E\S\=\Y* ]] -+ CCPP_CMAKE_FLAGS=' -D32BIT=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=ON -DSTATIC=ON -DMULTI_GASES=OFF' -++ echo CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp_regional,FV3_GFS_2017_gfdlmp_regional_c768 32BIT=Y -++ sed 's/.* SUITES=//' -++ sed 's/ .*//' -+ SUITES=FV3_GFS_2017_gfdlmp_regional,FV3_GFS_2017_gfdlmp_regional_c768 -+ cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model -+ ./FV3/ccpp/framework/scripts/ccpp_prebuild.py --config=FV3/ccpp/config/ccpp_prebuild_config.py --static --suites=FV3_GFS_2017_gfdlmp_regional,FV3_GFS_2017_gfdlmp_regional_c768 --builddir=tests/build_fv3_18/FV3 -INFO: Logging level set to INFO -INFO: Found TYPEDEFS_NEW_METADATA dictionary in config, assume at least some data is in new metadata formet -INFO: Parsing suite definition files ... -INFO: Parsing suite definition file FV3/ccpp/suites/suite_FV3_GFS_2017_gfdlmp_regional.xml ... -INFO: Parsing suite definition file FV3/ccpp/suites/suite_FV3_GFS_2017_gfdlmp_regional_c768.xml ... -INFO: Parsing metadata tables for variables provided by host model ... -INFO: Parsed variable definition tables in module machine -INFO: Parsed variable definition tables in module module_radsw_parameters -INFO: Parsed variable definition tables in module module_radlw_parameters -INFO: Parsed variable definition tables in module CCPP_typedefs -INFO: Parsed variable definition tables in module GFS_typedefs -INFO: Parsed variable definition tables in module CCPP_data -INFO: Parsed variable definition tables in module ccpp_types -INFO: Convert local names from new metadata format into old metadata format ... -INFO: Converting local name sfcflw of variable lw_fluxes_sfc from new to old metadata -INFO: Converting local name nslwr of variable number_of_timesteps_between_longwave_radiation_calls from new to old metadata -INFO: Converting local name hydrostatic of variable flag_for_hydrostatic_solver from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_of_kinematic_buoyancy_flux_from_shoc_in_phy_f3d) of variable kinematic_buoyancy_flux_from_shoc from new to old metadata -INFO: Converting local name nkbfshoc of variable index_of_kinematic_buoyancy_flux_from_shoc_in_phy_f3d from new to old metadata -INFO: Converting local name dvisbm_cpl of variable cumulative_surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name cnvw of variable convective_cloud_water_mixing_ratio from new to old metadata -INFO: Converting local name ltaerosol of variable flag_for_aerosol_physics from new to old metadata -INFO: Converting local name rainmcadj of variable lwe_thickness_of_moist_convective_adj_precipitation_amount from new to old metadata -INFO: Converting local name loop_cnt of variable ccpp_loop_counter from new to old metadata -INFO: Converting local name ncpi of variable local_ice_number_concentration from new to old metadata -INFO: Converting local name pt of variable virtual_temperature_at_Lagrangian_surface from new to old metadata -INFO: Converting local name nirbmui of variable surface_upwelling_direct_near_infrared_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name vconvtend of variable tendency_of_y_wind_due_to_deep_convection_for_coupling_on_physics_timestep from new to old metadata -INFO: Converting local name uustar_ice of variable surface_friction_velocity_over_ice from new to old metadata -INFO: Converting local name phy_myj_uz0 of variable u_wind_component_at_viscous_sublayer_top from new to old metadata -INFO: Converting local name evap_land of variable kinematic_surface_upward_latent_heat_flux_over_land from new to old metadata -INFO: Converting local name ocean of variable flag_nonzero_ocean_surface_fraction from new to old metadata -INFO: Converting local name ep1d_ocean of variable surface_upward_potential_latent_heat_flux_over_ocean from new to old metadata -INFO: Converting local name qconvtend of variable tendency_of_water_vapor_specific_humidity_due_to_deep_convection_for_coupling_on_physics_timestep from new to old metadata -INFO: Converting local name islmsk_cice of variable sea_land_ice_mask_cice from new to old metadata -INFO: Converting local name cmm_ice of variable surface_drag_wind_speed_for_momentum_in_air_over_ice from new to old metadata -INFO: Converting local name visdfdi of variable surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name cnv_ndrop of variable number_concentration_of_cloud_liquid_water_particles_for_detrainment from new to old metadata -INFO: Converting local name sh2o of variable volume_fraction_of_unfrozen_soil_moisture_for_land_surface_model from new to old metadata -INFO: Converting local name tau_tofd of variable time_integral_of_momentum_flux_due_to_turbulent_orographic_form_drag from new to old metadata -INFO: Converting local name dnirbmi_cpl of variable instantaneous_surface_downwelling_direct_near_infrared_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name refdmax263k of variable maximum_reflectivity_at_minus10c_over_maximum_hourly_time_interval from new to old metadata -INFO: Converting local name ulwsfci of variable surface_upwelling_longwave_flux from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_liquid_cloud_condensate) of variable tendency_of_liquid_cloud_water_mixing_ratio_due_to_model_physics from new to old metadata -INFO: Converting local name ntcw of variable index_for_liquid_cloud_condensate from new to old metadata -INFO: Converting local name lheatstrg of variable flag_for_canopy_heat_storage from new to old metadata -INFO: Converting local name slc of variable volume_fraction_of_unfrozen_soil_moisture from new to old metadata -INFO: Converting local name tsfc_land of variable surface_skin_temperature_over_land_interstitial from new to old metadata -INFO: Converting local name save_v of variable y_wind_save from new to old metadata -INFO: Converting local name xkzm_m of variable atmosphere_momentum_diffusivity_background from new to old metadata -INFO: Converting local name gabsbdlw_land of variable surface_downwelling_longwave_flux_absorbed_by_ground_over_land from new to old metadata -INFO: Converting local name tprcp_ice of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_ice from new to old metadata -INFO: Converting local name stblcpxy of variable slow_soil_pool_mass_content_of_carbon from new to old metadata -INFO: Converting local name cdq_land of variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_land from new to old metadata -INFO: Converting local name du3dt(:,:,2) of variable cumulative_change_in_x_wind_due_to_orographic_gravity_wave_drag from new to old metadata -INFO: Converting local name mg_berg_eff_factor of variable mg_bergeron_efficiency_factor from new to old metadata -INFO: Converting local name clouds(:,:,3) of variable mean_effective_radius_for_liquid_cloud from new to old metadata -INFO: Converting local name aer_nm of variable aerosol_number_concentration_from_gocart_aerosol_climatology from new to old metadata -INFO: Converting local name xzts of variable sensitivity_of_dtl_thickness_to_surface_temperature from new to old metadata -INFO: Converting local name lake of variable flag_nonzero_lake_surface_fraction from new to old metadata -INFO: Converting local name kb of variable vertical_index_difference_between_layer_and_lower_bound from new to old metadata -INFO: Converting local name ipt of variable index_for_diagnostic_printout from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_ice_friendly_aerosols) of variable ice_friendly_aerosol_number_concentration from new to old metadata -INFO: Converting local name ntia of variable index_for_ice_friendly_aerosols from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_rain_water) of variable tendency_of_rain_water_mixing_ratio_due_to_model_physics from new to old metadata -INFO: Converting local name ntrw of variable index_for_rain_water from new to old metadata -INFO: Converting local name con_epsm1 of variable ratio_of_dry_air_to_water_vapor_gas_constants_minus_one from new to old metadata -INFO: Converting local name dqsfc_cice of variable surface_upward_latent_heat_flux_for_coupling_interstitial from new to old metadata -INFO: Converting local name last_step of variable flag_for_the_last_step_of_k_split_remapping from new to old metadata -INFO: Converting local name huge of variable netcdf_float_fillvalue from new to old metadata -INFO: Converting local name save_q(:,:,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio_save from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_liquid_cloud_number_concentration) of variable cloud_droplet_number_concentration from new to old metadata -INFO: Converting local name ntlnc of variable index_for_liquid_cloud_number_concentration from new to old metadata -INFO: Converting local name dv3dt(:,:,1) of variable cumulative_change_in_y_wind_due_to_PBL from new to old metadata -INFO: Converting local name imp_physics_mg of variable flag_for_morrison_gettelman_microphysics_scheme from new to old metadata -INFO: Converting local name cldtaulw of variable cloud_optical_depth_layers_at_10mu_band from new to old metadata -INFO: Converting local name wet of variable flag_nonzero_wet_surface_fraction from new to old metadata -INFO: Converting local name qsnowxy of variable snow_precipitation_rate_at_surface from new to old metadata -INFO: Converting local name iopt_frz of variable flag_for_supercooled_liquid_water_option from new to old metadata -INFO: Converting local name dsnow_cpl of variable tendency_of_lwe_thickness_of_snow_amount_for_coupling from new to old metadata -INFO: Converting local name cldsa of variable cloud_area_fraction_for_radiation from new to old metadata -INFO: Converting local name totsnwb of variable accumulated_lwe_thickness_of_snow_amount_in_bucket from new to old metadata -INFO: Converting local name gq0(:,:,index_for_rain_water) of variable rain_water_mixing_ratio_updated_by_physics from new to old metadata -INFO: Converting local name totsnw of variable accumulated_lwe_thickness_of_snow_amount from new to old metadata -INFO: Converting local name xkzm_s of variable diffusivity_background_sigma_level from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_water_friendly_aerosols) of variable tendency_of_water_friendly_aerosol_number_concentration_due_to_model_physics from new to old metadata -INFO: Converting local name ntwa of variable index_for_water_friendly_aerosols from new to old metadata -INFO: Converting local name fswtr of variable fraction_of_cloud_top_water_scavenged from new to old metadata -INFO: Converting local name nvisbmi_cpl of variable instantaneous_surface_net_downward_direct_ultraviolet_and_visible_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_of_atmosphere_heat_diffusivity_from_shoc_in_phy_f3d) of variable atmosphere_heat_diffusivity_from_shoc from new to old metadata -INFO: Converting local name nahdshoc of variable index_of_atmosphere_heat_diffusivity_from_shoc_in_phy_f3d from new to old metadata -INFO: Converting local name nthreads of variable omp_threads_for_fast_physics from new to old metadata -INFO: Converting local name icemp of variable lwe_thickness_of_ice_amount from new to old metadata -INFO: Converting local name dqsfc_cpl of variable cumulative_surface_upward_latent_heat_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name con_jcal of variable joules_per_calorie_constant from new to old metadata -INFO: Converting local name xmu of variable zenith_angle_temporal_adjustment_factor_for_shortwave_fluxes from new to old metadata -INFO: Converting local name con_fvirt of variable ratio_of_vapor_to_dry_air_gas_constants_minus_one from new to old metadata -INFO: Converting local name evfactl_deep of variable rain_evaporation_coefficient_over_land_deep_convection from new to old metadata -INFO: Converting local name canliqxy of variable canopy_intercepted_liquid_water from new to old metadata -INFO: Converting local name phy_myj_qsfc of variable surface_specific_humidity_for_MYJ_schemes from new to old metadata -INFO: Converting local name rainncprv of variable lwe_thickness_of_explicit_rainfall_amount_from_previous_timestep from new to old metadata -INFO: Converting local name Tbd of variable GFS_tbd_type_instance from new to old metadata -INFO: Converting local name v1 of variable y_wind_at_lowest_model_layer_for_diag from new to old metadata -INFO: Converting local name det_mf of variable cumulative_atmosphere_detrainment_convective_mass_flux from new to old metadata -INFO: Converting local name psurf of variable surface_air_pressure_diag from new to old metadata -INFO: Converting local name gasvmr(:,:,10) of variable volume_mixing_ratio_cfc113 from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_for_rain_effective_radius) of variable effective_radius_of_stratiform_cloud_rain_particle_in_um from new to old metadata -INFO: Converting local name nreffr of variable index_for_rain_effective_radius from new to old metadata -INFO: Converting local name del_gz of variable geopotential_difference_between_midlayers_divided_by_midlayer_virtual_temperature from new to old metadata -INFO: Converting local name imfdeepcnv_ntiedtke of variable flag_for_ntiedtke_deep_convection_scheme from new to old metadata -INFO: Converting local name h2o_coeff of variable number_of_coefficients_in_h2o_forcing_data from new to old metadata -INFO: Converting local name tgrs of variable air_temperature from new to old metadata -INFO: Converting local name xlon of variable longitude from new to old metadata -INFO: Converting local name c_d of variable coefficient_c_d from new to old metadata -INFO: Converting local name tlvl of variable air_temperature_at_interface_for_radiation from new to old metadata -INFO: Converting local name f_rimef of variable rime_factor from new to old metadata -INFO: Converting local name mg_do_ice_gmao of variable mg_flag_for_gmao_ice_formulation from new to old metadata -INFO: Converting local name snowca of variable cumulative_surface_snow_area_fraction_multiplied_by_timestep from new to old metadata -INFO: Converting local name hflx of variable kinematic_surface_upward_sensible_heat_flux from new to old metadata -INFO: Converting local name dt3dt(:,:,6) of variable cumulative_change_in_temperature_due_to_microphysics from new to old metadata -INFO: Converting local name nirdfui of variable surface_upwelling_diffuse_near_infrared_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name trans of variable transpiration_flux from new to old metadata -INFO: Converting local name ntchs of variable index_for_first_chemical_tracer from new to old metadata -INFO: Converting local name idxday of variable daytime_points from new to old metadata -INFO: Converting local name iceprv of variable lwe_thickness_of_ice_amount_from_previous_timestep from new to old metadata -INFO: Converting local name mg_alf of variable mg_tuning_factor_for_alphas from new to old metadata -INFO: Converting local name nupdraft of variable number_of_plumes from new to old metadata -INFO: Converting local name qr_r of variable cloud_rain_water_mixing_ratio from new to old metadata -INFO: Converting local name sec of variable seconds_elapsed_since_model_initialization from new to old metadata -INFO: Converting local name epi of variable instantaneous_surface_potential_evaporation from new to old metadata -INFO: Converting local name gflx_land of variable upward_heat_flux_in_soil_over_land from new to old metadata -INFO: Converting local name du3dt_ngw of variable time_integral_of_change_in_x_wind_due_to_nonstationary_gravity_wave from new to old metadata -INFO: Converting local name bl_mynn_cloudpdf of variable cloudpdf from new to old metadata -INFO: Converting local name vtype of variable vegetation_type_classification_real from new to old metadata -INFO: Converting local name imfdeepcnv_gf of variable flag_for_gf_deep_convection_scheme from new to old metadata -INFO: Converting local name lssav of variable flag_diagnostics from new to old metadata -INFO: Converting local name sfalb of variable surface_diffused_shortwave_albedo from new to old metadata -INFO: Converting local name acvb of variable smallest_cloud_base_vertical_index_encountered_thus_far from new to old metadata -INFO: Converting local name c_0 of variable coefficient_c_0 from new to old metadata -INFO: Converting local name mpirank of variable mpi_rank_for_fast_physics from new to old metadata -INFO: Converting local name ntrac of variable number_of_tracers from new to old metadata -INFO: Converting local name dvsfci of variable instantaneous_surface_y_momentum_flux_for_diag from new to old metadata -INFO: Converting local name GFS_Interstitial of variable GFS_interstitial_type_instance_all_threads from new to old metadata -INFO: Converting local name in_nm of variable in_number_concentration from new to old metadata -INFO: Converting local name blksz2(ccpp_block_number) of variable horizontal_dimension from new to old metadata -INFO: Converting local name blk_no of variable ccpp_block_number from new to old metadata -INFO: Converting local name min_lakeice of variable lake_ice_minimum from new to old metadata -INFO: Converting local name canicexy of variable canopy_intercepted_ice_mass from new to old metadata -INFO: Converting local name mg_precip_frac_method of variable mg_type_of_precip_fraction_method from new to old metadata -INFO: Converting local name lonr of variable number_of_equatorial_longitude_points from new to old metadata -INFO: Converting local name dt3dt(:,:,7) of variable cumulative_change_in_temperature_due_to_orographic_gravity_wave_drag from new to old metadata -INFO: Converting local name dtzm of variable mean_change_over_depth_in_sea_water_temperature from new to old metadata -INFO: Converting local name du3dt_mtb of variable time_integral_of_change_in_x_wind_due_to_mountain_blocking_drag from new to old metadata -INFO: Converting local name stress_land of variable surface_wind_stress_over_land from new to old metadata -INFO: Converting local name nspinup of variable number_of_iterations_to_spin_up_cellular_automata from new to old metadata -INFO: Converting local name zogw of variable height_of_launch_level_of_orographic_gravity_wave from new to old metadata -INFO: Converting local name ntsw of variable index_for_snow_water from new to old metadata -INFO: Converting local name cov of variable t_prime_q_prime from new to old metadata -INFO: Converting local name sup of variable ice_supersaturation_threshold from new to old metadata -INFO: Converting local name dt3dt(:,:,3) of variable cumulative_change_in_temperature_due_to_PBL from new to old metadata -INFO: Converting local name mg_qcvar of variable mg_cloud_water_variance from new to old metadata -INFO: Converting local name ffmm_ice of variable Monin_Obukhov_similarity_function_for_momentum_over_ice from new to old metadata -INFO: Converting local name dtdt of variable tendency_of_air_temperature_at_Lagrangian_surface from new to old metadata -INFO: Converting local name GFS_statein_type of variable GFS_statein_type from new to old metadata -INFO: Converting local name train of variable accumulated_change_of_air_temperature_due_to_FA_scheme from new to old metadata -INFO: Converting local name fscav of variable coefficients_for_aerosol_scavenging from new to old metadata -INFO: Converting local name prslk(:,1) of variable dimensionless_exner_function_at_lowest_model_layer from new to old metadata -INFO: Converting local name tf of variable frozen_cloud_threshold_temperature from new to old metadata -INFO: Converting local name communicator of variable mpi_comm from new to old metadata -INFO: Converting local name qs_r of variable cloud_snow_mixing_ratio from new to old metadata -INFO: Converting local name skebv_wts of variable weights_for_stochastic_skeb_perturbation_of_y_wind from new to old metadata -INFO: Converting local name bl_mynn_edmf_part of variable edmf_partition_flag from new to old metadata -INFO: Converting local name dq3dt(:,:,7) of variable cumulative_change_in_ozone_concentration_due_to_ozone_mixing_ratio from new to old metadata -INFO: Converting local name swhc of variable tendency_of_air_temperature_due_to_shortwave_heating_assuming_clear_sky_on_radiation_timestep from new to old metadata -INFO: Converting local name mg_ngnst of variable mg_graupel_concentration_constant from new to old metadata -INFO: Converting local name GFS_grid_type of variable GFS_grid_type from new to old metadata -INFO: Converting local name js of variable starting_y_direction_index from new to old metadata -INFO: Converting local name out_dt of variable flag_for_tendency_of_air_temperature_at_Lagrangian_surface from new to old metadata -INFO: Converting local name delr of variable layer_pressure_thickness_for_radiation from new to old metadata -INFO: Converting local name ncgl of variable local_graupel_number_concentration from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_snow_water) of variable snow_water_mixing_ratio from new to old metadata -INFO: Converting local name totgrp of variable accumulated_lwe_thickness_of_graupel_amount from new to old metadata -INFO: Converting local name cldtausw of variable cloud_optical_depth_layers_at_0p55mu_band from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_ozone) of variable tendency_of_ozone_mixing_ratio_due_to_model_physics from new to old metadata -INFO: Converting local name ntoz of variable index_for_ozone from new to old metadata -INFO: Converting local name evap of variable kinematic_surface_upward_latent_heat_flux from new to old metadata -INFO: Converting local name oro of variable orography from new to old metadata -INFO: Converting local name topfsw of variable sw_fluxes_top_atmosphere from new to old metadata -INFO: Converting local name jmap of variable map_of_block_column_number_to_global_j_index from new to old metadata -INFO: Converting local name cdq of variable surface_drag_coefficient_for_heat_and_moisture_in_air from new to old metadata -INFO: Converting local name soiltype of variable soil_type_classification from new to old metadata -INFO: Converting local name evap_ocean of variable kinematic_surface_upward_latent_heat_flux_over_ocean from new to old metadata -INFO: Converting local name nblks of variable number_of_blocks from new to old metadata -INFO: Converting local name dxinv of variable inverse_scaling_factor_for_critical_relative_humidity from new to old metadata -INFO: Converting local name dvsfc of variable cumulative_surface_y_momentum_flux_for_diag_multiplied_by_timestep from new to old metadata -INFO: Converting local name GFS_stateout_type of variable GFS_stateout_type from new to old metadata -INFO: Converting local name qg of variable cloud_graupel_specific_humidity_at_Lagrangian_surface from new to old metadata -INFO: Converting local name nmtvr of variable number_of_statistical_measures_of_subgrid_orography from new to old metadata -INFO: Converting local name nseed of variable cellular_automata_seed_frequency from new to old metadata -INFO: Converting local name nlives of variable cellular_automata_lifetime from new to old metadata -INFO: Converting local name vegf1d of variable perturbation_of_vegetation_fraction from new to old metadata -INFO: Converting local name v10m of variable y_wind_at_10m from new to old metadata -INFO: Converting local name hice of variable sea_ice_thickness from new to old metadata -INFO: Converting local name mbota of variable model_layer_number_at_cloud_base from new to old metadata -INFO: Converting local name ncnvw of variable index_for_convective_cloud_water_mixing_ratio_in_phy_f3d from new to old metadata -INFO: Converting local name flqc of variable surface_exchange_coefficient_for_moisture from new to old metadata -INFO: Converting local name imfshalcnv_samf of variable flag_for_samf_shallow_convection_scheme from new to old metadata -INFO: Converting local name ntdiag of variable diagnostics_control_for_chemical_tracers from new to old metadata -INFO: Converting local name c1_shal of variable detrainment_conversion_parameter_shallow_convection from new to old metadata -INFO: Converting local name con_g of variable gravitational_acceleration from new to old metadata -INFO: Converting local name je of variable ending_y_direction_index from new to old metadata -INFO: Converting local name hprime(:,1) of variable standard_deviation_of_subgrid_orography from new to old metadata -INFO: Converting local name lh of variable surface_latent_heat from new to old metadata -INFO: Converting local name v10max of variable maximum_v_wind_at_10m_over_maximum_hourly_time_interval from new to old metadata -INFO: Converting local name dvsfcg of variable instantaneous_y_stress_due_to_gravity_wave_drag from new to old metadata -INFO: Converting local name mg_ninst of variable mg_ice_concentration_constant from new to old metadata -INFO: Converting local name lwhd of variable tendency_of_air_temperature_due_to_longwave_heating_for_idea from new to old metadata -INFO: Converting local name ntkev of variable index_for_turbulent_kinetic_energy_vertical_diffusion_tracer from new to old metadata -INFO: Converting local name fm10 of variable Monin_Obukhov_similarity_function_for_momentum_at_10m from new to old metadata -INFO: Converting local name phour of variable forecast_time_at_previous_timestep from new to old metadata -INFO: Converting local name phys_hydrostatic of variable flag_for_hydrostatic_heating_from_physics from new to old metadata -INFO: Converting local name nswsfci of variable surface_net_downwelling_shortwave_flux from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_for_graupel_effective_radius) of variable effective_radius_of_stratiform_cloud_graupel_particle_in_um from new to old metadata -INFO: Converting local name ngeffr of variable index_for_graupel_effective_radius from new to old metadata -INFO: Converting local name kt of variable vertical_index_difference_between_layer_and_upper_bound from new to old metadata -INFO: Converting local name GFS_tbd_type of variable GFS_tbd_type from new to old metadata -INFO: Converting local name tsurf_ocean of variable surface_skin_temperature_after_iteration_over_ocean from new to old metadata -INFO: Converting local name gu0(:,1) of variable x_wind_at_lowest_model_layer_updated_by_physics from new to old metadata -INFO: Converting local name akap of variable kappa_dry_for_fast_physics from new to old metadata -INFO: Converting local name lsm of variable flag_for_land_surface_scheme from new to old metadata -INFO: Converting local name nscav of variable number_of_tracers_scavenged from new to old metadata -INFO: Converting local name ffmm of variable Monin_Obukhov_similarity_function_for_momentum from new to old metadata -INFO: Converting local name nnirbm_cpl of variable cumulative_surface_net_downward_direct_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name tau_mtb of variable instantaneous_momentum_flux_due_to_mountain_blocking_drag from new to old metadata -INFO: Converting local name snicexy of variable snow_layer_ice from new to old metadata -INFO: Converting local name flag_guess of variable flag_for_guess_run from new to old metadata -INFO: Converting local name dnirbm_cpl of variable cumulative_surface_downwelling_direct_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name chh_ocean of variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_ocean from new to old metadata -INFO: Converting local name dtsfci_cpl of variable instantaneous_surface_upward_sensible_heat_flux_for_coupling from new to old metadata -INFO: Converting local name flgmin of variable minimum_large_ice_fraction from new to old metadata -INFO: Converting local name t02max of variable maximum_temperature_at_2m_over_maximum_hourly_time_interval from new to old metadata -INFO: Converting local name tconvtend of variable tendency_of_air_temperature_due_to_deep_convection_for_coupling_on_physics_timestep from new to old metadata -INFO: Converting local name zorl of variable surface_roughness_length from new to old metadata -INFO: Converting local name coslat of variable cosine_of_latitude from new to old metadata -INFO: Converting local name pertalb of variable magnitude_of_surface_albedo_perturbation from new to old metadata -INFO: Converting local name aecm of variable instantaneous_aerosol_column_mass_densities from new to old metadata -INFO: Converting local name con_rv of variable gas_constant_water_vapor from new to old metadata -INFO: Converting local name wminco of variable cloud_condensed_water_conversion_threshold from new to old metadata -INFO: Converting local name fastcpxy of variable fast_soil_pool_mass_content_of_carbon from new to old metadata -INFO: Converting local name kind_grid of variable kind_grid from new to old metadata -INFO: Converting local name stress of variable surface_wind_stress from new to old metadata -INFO: Converting local name qgrs(:,1,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio_at_lowest_model_layer from new to old metadata -INFO: Converting local name rhc of variable critical_relative_humidity from new to old metadata -INFO: Converting local name tsfco of variable sea_surface_temperature from new to old metadata -INFO: Converting local name tau_ngw of variable instantaneous_momentum_flux_due_to_nonstationary_gravity_wave from new to old metadata -INFO: Converting local name tsfcl of variable surface_skin_temperature_over_land from new to old metadata -INFO: Converting local name clouds(:,:,7) of variable mean_effective_radius_for_rain_drop from new to old metadata -INFO: Converting local name con_cliq of variable specific_heat_of_liquid_water_at_constant_pressure from new to old metadata -INFO: Converting local name zmtb of variable height_of_mountain_blocking from new to old metadata -INFO: Converting local name ulwsfcin_cpl of variable surface_upwelling_longwave_flux_for_coupling from new to old metadata -INFO: Converting local name dlwsfc_cpl of variable cumulative_surface_downwelling_longwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name sfcdlw of variable surface_downwelling_longwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name t1 of variable air_temperature_at_lowest_model_layer_for_diag from new to old metadata -INFO: Converting local name ntiw of variable index_for_ice_cloud_condensate from new to old metadata -INFO: Converting local name bl_mynn_mixlength of variable mixing_length_flag from new to old metadata -INFO: Converting local name faerlw(:,:,:,1) of variable aerosol_optical_depth_for_longwave_bands_01_16 from new to old metadata -INFO: Converting local name ozpl of variable ozone_forcing from new to old metadata -INFO: Converting local name dlength of variable characteristic_grid_length_scale from new to old metadata -INFO: Converting local name slag of variable equation_of_time from new to old metadata -INFO: Converting local name ntot2d of variable number_of_fields_in_phyf2d from new to old metadata -INFO: Converting local name iopt_run of variable flag_for_runoff_and_groundwater_option from new to old metadata -INFO: Converting local name gq0(:,:,index_for_liquid_cloud_number_concentration) of variable cloud_droplet_number_concentration_updated_by_physics from new to old metadata -INFO: Converting local name sneqvoxy of variable snow_mass_at_previous_time_step from new to old metadata -INFO: Converting local name con_rhw0 of variable sea_water_reference_density from new to old metadata -INFO: Converting local name mtopa of variable model_layer_number_at_cloud_top from new to old metadata -INFO: Converting local name pertshc of variable magnitude_of_perturbation_of_soil_type_b_parameter from new to old metadata -INFO: Converting local name levi of variable vertical_interface_dimension from new to old metadata -INFO: Converting local name do_shoc of variable flag_for_shoc from new to old metadata -INFO: Converting local name du3dt_tms of variable time_integral_of_change_in_x_wind_due_to_turbulent_orographic_form_drag from new to old metadata -INFO: Converting local name snow_cpl of variable lwe_thickness_of_snow_amount_for_coupling from new to old metadata -INFO: Converting local name pkz of variable finite_volume_mean_edge_pressure_raised_to_the_power_of_kappa from new to old metadata -INFO: Converting local name nn of variable number_of_tracers_for_convective_transport from new to old metadata -INFO: Converting local name do_sat_adj of variable flag_for_saturation_adjustment_for_microphysics_in_dynamics from new to old metadata -INFO: Converting local name dx of variable cell_size from new to old metadata -INFO: Converting local name do_ugwp of variable do_ugwp from new to old metadata -INFO: Converting local name rain of variable lwe_thickness_of_precipitation_amount_on_dynamics_timestep from new to old metadata -INFO: Converting local name iopt_crs of variable flag_for_canopy_stomatal_resistance_option from new to old metadata -INFO: Converting local name qgrs(:,1,index_for_water_vapor) of variable water_vapor_specific_humidity_at_lowest_model_layer from new to old metadata -INFO: Converting local name ntqv of variable index_for_water_vapor from new to old metadata -INFO: Converting local name t02min of variable minimum_temperature_at_2m_over_maximum_hourly_time_interval from new to old metadata -INFO: Converting local name imp_physics_gfdl of variable flag_for_gfdl_microphysics_scheme from new to old metadata -INFO: Converting local name lprnt of variable flag_print from new to old metadata -INFO: Converting local name gabsbdlw_ice of variable surface_downwelling_longwave_flux_absorbed_by_ground_over_ice from new to old metadata -INFO: Converting local name imp_physics_thompson of variable flag_for_thompson_microphysics_scheme from new to old metadata -INFO: Converting local name ctei_rm of variable critical_cloud_top_entrainment_instability_criteria from new to old metadata -INFO: Converting local name tseal of variable surface_skin_temperature_for_nsst from new to old metadata -INFO: Converting local name dusfc_fd of variable integrated_x_momentum_flux_from_form_drag from new to old metadata -INFO: Converting local name dusfcin_cpl of variable surface_x_momentum_flux_for_coupling from new to old metadata -INFO: Converting local name slope of variable surface_slope_classification_real from new to old metadata -INFO: Converting local name htrlw of variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_timestep from new to old metadata -INFO: Converting local name mg_qcmin(2) of variable mg_minimum_ice_mixing_ratio from new to old metadata -INFO: Converting local name tice of variable sea_ice_temperature_interstitial from new to old metadata -INFO: Converting local name adjvisbmu of variable surface_upwelling_direct_ultraviolet_and_visible_shortwave_flux from new to old metadata -INFO: Converting local name dvgwd of variable time_integral_of_y_stress_due_to_gravity_wave_drag from new to old metadata -INFO: Converting local name dusfc_cice of variable surface_x_momentum_flux_for_coupling_interstitial from new to old metadata -INFO: Converting local name errmsg of variable ccpp_error_message from new to old metadata -INFO: Converting local name flag_cice of variable flag_for_cice from new to old metadata -INFO: Converting local name Coupling of variable GFS_coupling_type_instance from new to old metadata -INFO: Converting local name cs_parm(3) of variable detrainment_and_precipitation_tunable_parameter_3_CS from new to old metadata -INFO: Converting local name snliqxy of variable snow_layer_liquid_water from new to old metadata -INFO: Converting local name mstrat of variable flag_for_moorthi_stratus from new to old metadata -INFO: Converting local name imfdeepcnv_sas of variable flag_for_sas_deep_convection_scheme from new to old metadata -INFO: Converting local name weasd_ice of variable water_equivalent_accumulated_snow_depth_over_ice from new to old metadata -INFO: Converting local name bl_mynn_edmf_mom of variable edmf_momentum_transport_flag from new to old metadata -INFO: Converting local name npdf3d of variable number_of_3d_arrays_associated_with_pdf_based_clouds from new to old metadata -INFO: Converting local name dq3dt(:,:,2) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_deep_convection from new to old metadata -INFO: Converting local name w_upi of variable vertical_velocity_for_updraft from new to old metadata -INFO: Converting local name qlyr of variable water_vapor_specific_humidity_at_layer_for_radiation from new to old metadata -INFO: Converting local name fm10_ice of variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_ice from new to old metadata -INFO: Converting local name qgl of variable local_graupel_mixing_ratio from new to old metadata -INFO: Converting local name gt0(:,1) of variable air_temperature_at_lowest_model_layer_updated_by_physics from new to old metadata -INFO: Converting local name ccpp_t of variable ccpp_t from new to old metadata -INFO: Converting local name clouds(:,:,4) of variable cloud_ice_water_path from new to old metadata -INFO: Converting local name rain_cpl of variable lwe_thickness_of_precipitation_amount_for_coupling from new to old metadata -INFO: Converting local name bl_mynn_cloudmix of variable cloud_specie_mix_flag from new to old metadata -INFO: Converting local name tgxy of variable ground_temperature_for_noahmp from new to old metadata -INFO: Converting local name oa4 of variable asymmetry_of_subgrid_orography from new to old metadata -INFO: Converting local name refdmax of variable maximum_reflectivity_at_1km_agl_over_maximum_hourly_time_interval from new to old metadata -INFO: Converting local name GFS_Data(ccpp_block_number) of variable GFS_data_type_instance from new to old metadata -INFO: Converting local name dvsfc_cpl of variable cumulative_surface_y_momentum_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name shocaftcnv of variable flag_for_shoc_after_convection from new to old metadata -INFO: Converting local name mg_rhmini of variable mg_minimum_rh_for_ice from new to old metadata -INFO: Converting local name t2mi_cpl of variable instantaneous_temperature_at_2m_for_coupling from new to old metadata -INFO: Converting local name GFS_Interstitial(ccpp_thread_number) of variable GFS_interstitial_type_instance from new to old metadata -INFO: Converting local name thrd_no of variable ccpp_thread_number from new to old metadata -INFO: Converting local name evbs of variable soil_upward_latent_heat_flux from new to old metadata -INFO: Converting local name dtdtr of variable tendency_of_air_temperature_due_to_radiative_heating_on_physics_time_step from new to old metadata -INFO: Converting local name spfhmin of variable minimum_specific_humidity_at_2m from new to old metadata -INFO: Converting local name xsaixy of variable stem_area_index from new to old metadata -INFO: Converting local name lsoil of variable soil_vertical_dimension from new to old metadata -INFO: Converting local name mg_ts_auto_ice of variable mg_time_scale_for_autoconversion_of_ice from new to old metadata -INFO: Converting local name ca_deep of variable fraction_of_cellular_automata_for_deep_convection from new to old metadata -INFO: Converting local name work1 of variable grid_size_related_coefficient_used_in_scale_sensitive_schemes from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_for_cloud_liquid_water_effective_radius) of variable effective_radius_of_stratiform_cloud_liquid_water_particle_in_um from new to old metadata -INFO: Converting local name nleffr of variable index_for_cloud_liquid_water_effective_radius from new to old metadata -INFO: Converting local name dlwsfci of variable surface_downwelling_longwave_flux from new to old metadata -INFO: Converting local name mg_nicons of variable mg_flag_ice_concentration_constant from new to old metadata -INFO: Converting local name faersw(:,:,:,1) of variable aerosol_optical_depth_for_shortwave_bands_01_16 from new to old metadata -INFO: Converting local name xt of variable diurnal_thermocline_layer_heat_content from new to old metadata -INFO: Converting local name prsl of variable air_pressure from new to old metadata -INFO: Converting local name cv of variable fraction_of_convective_cloud from new to old metadata -INFO: Converting local name blksz of variable horizontal_block_size from new to old metadata -INFO: Converting local name pertvegf of variable magnitude_of_perturbation_of_vegetation_fraction from new to old metadata -INFO: Converting local name gq0(:,:,index_for_cloud_amount) of variable cloud_fraction_updated_by_physics from new to old metadata -INFO: Converting local name ntclamt of variable index_for_cloud_amount from new to old metadata -INFO: Converting local name zorlo of variable surface_roughness_length_over_ocean from new to old metadata -INFO: Converting local name te0 of variable atmosphere_energy_content_at_Lagrangian_surface from new to old metadata -INFO: Converting local name ktop of variable vertical_index_at_cloud_top from new to old metadata -INFO: Converting local name prevsq of variable moisture_from_previous_timestep from new to old metadata -INFO: Converting local name kpbl of variable vertical_index_at_top_of_atmosphere_boundary_layer from new to old metadata -INFO: Converting local name ncells of variable cellular_automata_finer_grid from new to old metadata -INFO: Converting local name cnvc of variable convective_cloud_cover from new to old metadata -INFO: Converting local name totprcp of variable accumulated_lwe_thickness_of_precipitation_amount from new to old metadata -INFO: Converting local name cgwf of variable multiplication_factors_for_convective_gravity_wave_drag from new to old metadata -INFO: Converting local name do_shum of variable flag_for_stochastic_shum_option from new to old metadata -INFO: Converting local name save_q of variable tracer_concentration_save from new to old metadata -INFO: Converting local name h2o_pres of variable natural_log_of_h2o_forcing_data_pressure_levels from new to old metadata -INFO: Converting local name iopt_snf of variable flag_for_precipitation_partition_option from new to old metadata -INFO: Converting local name c0s_shal of variable rain_conversion_parameter_shallow_convection from new to old metadata -INFO: Converting local name zwtxy of variable water_table_depth from new to old metadata -INFO: Converting local name qr of variable cloud_rain_specific_humidity_at_Lagrangian_surface from new to old metadata -INFO: Converting local name dzlyr of variable layer_thickness_for_radiation from new to old metadata -INFO: Converting local name taussxy of variable nondimensional_snow_age from new to old metadata -INFO: Converting local name tsfa of variable surface_air_temperature_for_radiation from new to old metadata -INFO: Converting local name snoalb of variable upper_bound_on_max_albedo_over_deep_snow from new to old metadata -INFO: Converting local name xs of variable sea_water_salinity from new to old metadata -INFO: Converting local name dvsfci_cpl of variable instantaneous_surface_y_momentum_flux_for_coupling from new to old metadata -INFO: Converting local name xlat of variable latitude from new to old metadata -INFO: Converting local name ugrs of variable x_wind from new to old metadata -INFO: Converting local name shdmin of variable minimum_vegetation_area_fraction from new to old metadata -INFO: Converting local name nnirdfi_cpl of variable instantaneous_surface_net_downward_diffuse_near_infrared_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name microp_uniform of variable mg_flag_for_uniform_subcolumns from new to old metadata -INFO: Converting local name frland of variable land_area_fraction_for_microphysics from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_ice_friendly_aerosols) of variable tendency_of_ice_friendly_aerosol_number_concentration_due_to_model_physics from new to old metadata -INFO: Converting local name oz_pres of variable natural_log_of_ozone_forcing_data_pressure_levels from new to old metadata -INFO: Converting local name zlwb of variable time_integral_of_height_of_low_level_wave_breaking from new to old metadata -INFO: Converting local name gq0(:,:,index_for_ice_cloud_condensate) of variable ice_water_mixing_ratio_updated_by_physics from new to old metadata -INFO: Converting local name qss of variable surface_specific_humidity from new to old metadata -INFO: Converting local name dry of variable flag_nonzero_land_surface_fraction from new to old metadata -INFO: Converting local name bk of variable b_parameter_of_the_hybrid_coordinate from new to old metadata -INFO: Converting local name cdmbgwd of variable multiplication_factors_for_mountain_blocking_and_orographic_gravity_wave_drag from new to old metadata -INFO: Converting local name levs of variable vertical_dimension from new to old metadata -INFO: Converting local name swhtr of variable flag_for_output_of_shortwave_heating_rate from new to old metadata -INFO: Converting local name zorl_land of variable surface_roughness_length_over_land_interstitial from new to old metadata -INFO: Converting local name t2m of variable temperature_at_2m from new to old metadata -INFO: Converting local name tau_ogw of variable instantaneous_momentum_flux_due_to_orographic_gravity_wave_drag from new to old metadata -INFO: Converting local name shoc_parm(3) of variable shoc_tke_dissipation_tunable_parameter_near_surface from new to old metadata -INFO: Converting local name gflx_ice of variable upward_heat_flux_in_soil_over_ice from new to old metadata -INFO: Converting local name nspc1 of variable number_of_species_for_aerosol_optical_depth from new to old metadata -INFO: Converting local name drain_cpl of variable tendency_of_lwe_thickness_of_precipitation_amount_for_coupling from new to old metadata -INFO: Converting local name phis of variable surface_geopotential_at_Lagrangian_surface from new to old metadata -INFO: Converting local name q2mi_cpl of variable instantaneous_specific_humidity_at_2m_for_coupling from new to old metadata -INFO: Converting local name zogw of variable time_integral_of_height_of_launch_level_of_orographic_gravity_wave from new to old metadata -INFO: Converting local name prsi of variable air_pressure_at_interface from new to old metadata -INFO: Converting local name aerodp of variable atmosphere_optical_thickness_due_to_ambient_aerosol_particles from new to old metadata -INFO: Converting local name shal_cnv of variable flag_for_shallow_convection from new to old metadata -INFO: Converting local name icsdlw of variable seed_random_numbers_lw from new to old metadata -INFO: Converting local name ncld of variable number_of_hydrometeors from new to old metadata -INFO: Converting local name gasvmr(:,:,6) of variable volume_mixing_ratio_cfc11 from new to old metadata -INFO: Converting local name tracers_water of variable number_of_water_tracers from new to old metadata -INFO: Converting local name nscyc of variable number_of_timesteps_between_surface_cycling_calls from new to old metadata -INFO: Converting local name dswsfc_cpl of variable cumulative_surface_downwelling_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name adjvisdfu of variable surface_upwelling_diffuse_ultraviolet_and_visible_shortwave_flux from new to old metadata -INFO: Converting local name cs_parm(2) of variable updraft_velocity_tunable_parameter_2_CS from new to old metadata -INFO: Converting local name lsswr of variable flag_to_calc_sw from new to old metadata -INFO: Converting local name imfshalcnv_gf of variable flag_for_gf_shallow_convection_scheme from new to old metadata -INFO: Converting local name kinver of variable index_of_highest_temperature_inversion from new to old metadata -INFO: Converting local name tslb of variable soil_temperature_for_land_surface_model from new to old metadata -INFO: Converting local name weasd of variable water_equivalent_accumulated_snow_depth from new to old metadata -INFO: Converting local name tisfc of variable sea_ice_temperature from new to old metadata -INFO: Converting local name faerlw of variable aerosol_optical_properties_for_longwave_bands_01_16 from new to old metadata -INFO: Converting local name logunit of variable iounit_log from new to old metadata -INFO: Converting local name fast_mp_consv of variable flag_for_fast_microphysics_energy_conservation from new to old metadata -INFO: Converting local name cnv_mfd of variable detrained_mass_flux from new to old metadata -INFO: Converting local name zvir of variable ratio_of_vapor_to_dry_air_gas_constants_minus_one_default_kind from new to old metadata -INFO: Converting local name jed of variable ending_y_direction_index_domain from new to old metadata -INFO: Converting local name gasvmr(:,:,3) of variable volume_mixing_ratio_ch4 from new to old metadata -INFO: Converting local name sfcdsw of variable surface_downwelling_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name hydrostatic of variable flag_for_hydrostatic_solver_for_fast_physics from new to old metadata -INFO: Converting local name dvsfc_bl of variable integrated_y_momentum_flux_from_blocking_drag from new to old metadata -INFO: Converting local name Grid of variable GFS_grid_type_instance from new to old metadata -INFO: Converting local name ncnd of variable number_of_cloud_condensate_types from new to old metadata -INFO: Converting local name w_0 of variable coefficient_w_0 from new to old metadata -INFO: Converting local name zm of variable ocean_mixed_layer_thickness from new to old metadata -INFO: Converting local name shoc_parm(2) of variable shoc_tke_dissipation_tunable_parameter from new to old metadata -INFO: Converting local name cdec of variable cosine_of_solar_declination_angle from new to old metadata -INFO: Converting local name npzq_con of variable vertical_dimension_for_condensed_water_at_Lagrangian_surface from new to old metadata -INFO: Converting local name rmol of variable reciprocal_of_obukhov_length from new to old metadata -INFO: Converting local name snowxy of variable number_of_snow_layers from new to old metadata -INFO: Converting local name hflx_land of variable kinematic_surface_upward_sensible_heat_flux_over_land from new to old metadata -INFO: Converting local name clw of variable convective_transportable_tracers from new to old metadata -INFO: Converting local name srflag of variable flag_for_precipitation_type from new to old metadata -INFO: Converting local name suntim of variable duration_of_sunshine from new to old metadata -INFO: Converting local name isot of variable soil_type_dataset_choice from new to old metadata -INFO: Converting local name isol of variable flag_for_solar_constant from new to old metadata -INFO: Converting local name th2m of variable potential_temperature_at_2m from new to old metadata -INFO: Converting local name hpbl of variable atmosphere_boundary_layer_thickness from new to old metadata -INFO: Converting local name cd of variable surface_drag_coefficient_for_momentum_in_air from new to old metadata -INFO: Converting local name dusfc_ls of variable integrated_x_momentum_flux_from_large_scale_gwd from new to old metadata -INFO: Converting local name do_sppt of variable flag_for_stochastic_surface_physics_perturbations from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_for_convective_cloud_water_mixing_ratio_in_phy_f3d) of variable convective_cloud_water_mixing_ratio_in_phy_f3d from new to old metadata -INFO: Converting local name rb_ice of variable bulk_richardson_number_at_lowest_model_level_over_ice from new to old metadata -INFO: Converting local name itc of variable number_of_aerosol_tracers_for_convection from new to old metadata -INFO: Converting local name Cldprop of variable GFS_cldprop_type_instance from new to old metadata -INFO: Converting local name grav_settling of variable grav_settling from new to old metadata -INFO: Converting local name gq0(:,:,index_for_ice_cloud_number_concentration) of variable ice_number_concentration_updated_by_physics from new to old metadata -INFO: Converting local name ntinc of variable index_for_ice_cloud_number_concentration from new to old metadata -INFO: Converting local name iopt_inf of variable flag_for_frozen_soil_permeability_option from new to old metadata -INFO: Converting local name c0s_deep of variable rain_conversion_parameter_deep_convection from new to old metadata -INFO: Converting local name dtaux2d_ls of variable x_momentum_tendency_from_large_scale_gwd from new to old metadata -INFO: Converting local name phy_myj_qz0 of variable specific_humidity_at_viscous_sublayer_top from new to old metadata -INFO: Converting local name iovr_sw of variable flag_for_max_random_overlap_clouds_for_shortwave_radiation from new to old metadata -INFO: Converting local name icliq_sw of variable flag_for_optical_property_for_liquid_clouds_for_shortwave_radiation from new to old metadata -INFO: Converting local name psmean of variable cumulative_surface_pressure_multiplied_by_timestep from new to old metadata -INFO: Converting local name cmm_ocean of variable surface_drag_wind_speed_for_momentum_in_air_over_ocean from new to old metadata -INFO: Converting local name shcnvcw of variable flag_shallow_convective_cloud from new to old metadata -INFO: Converting local name drain of variable subsurface_runoff_flux from new to old metadata -INFO: Converting local name ak of variable a_parameter_of_the_hybrid_coordinate from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_liquid_cloud_number_concentration) of variable tendency_of_cloud_droplet_number_concentration_due_to_model_physics from new to old metadata -INFO: Converting local name sfc_z0_type of variable flag_for_surface_roughness_option_over_ocean from new to old metadata -INFO: Converting local name cvt of variable pressure_at_top_of_convective_cloud from new to old metadata -INFO: Converting local name gwd_opt of variable gwd_opt from new to old metadata -INFO: Converting local name snowmp of variable lwe_thickness_of_snow_amount from new to old metadata -INFO: Converting local name ncnvcld3d of variable number_of_convective_3d_cloud_fields from new to old metadata -INFO: Converting local name cape of variable convective_available_potential_energy_for_coupling from new to old metadata -INFO: Converting local name du3dt_ogw of variable time_integral_of_change_in_x_wind_due_to_orographic_gravity_wave_drag from new to old metadata -INFO: Converting local name te0_2d of variable atmosphere_energy_content_in_column from new to old metadata -INFO: Converting local name dsnowprv of variable snow_precipitation_rate_from_previous_timestep from new to old metadata -INFO: Converting local name chh of variable surface_drag_mass_flux_for_heat_and_moisture_in_air from new to old metadata -INFO: Converting local name dt3dt(:,:,5) of variable cumulative_change_in_temperature_due_to_shal_convection from new to old metadata -INFO: Converting local name cplwav of variable flag_for_wave_coupling from new to old metadata -INFO: Converting local name clw(:,:,2) of variable cloud_condensed_water_mixing_ratio_convective_transport_tracer from new to old metadata -INFO: Converting local name shoc_parm(1) of variable shoc_tke_dissipatation_pressure_threshold from new to old metadata -INFO: Converting local name oro_uf of variable orography_unfiltered from new to old metadata -INFO: Converting local name peln of variable log_pressure_at_Lagrangian_surface from new to old metadata -INFO: Converting local name gasvmr(:,:,8) of variable volume_mixing_ratio_cfc22 from new to old metadata -INFO: Converting local name pertzt of variable magnitude_of_perturbation_of_heat_to_momentum_roughness_length_ratio from new to old metadata -INFO: Converting local name clouds(:,:,1) of variable total_cloud_fraction from new to old metadata -INFO: Converting local name iaer of variable flag_for_default_aerosol_effect_in_shortwave_radiation from new to old metadata -INFO: Converting local name wet1 of variable normalized_soil_wetness from new to old metadata -INFO: Converting local name npz of variable vertical_dimension_for_fast_physics from new to old metadata -INFO: Converting local name cal_pre of variable flag_for_precipitation_type_algorithm from new to old metadata -INFO: Converting local name lmk of variable adjusted_vertical_layer_dimension_for_radiation from new to old metadata -INFO: Converting local name kind_phys of variable kind_phys from new to old metadata -INFO: Converting local name Sfcprop of variable GFS_sfcprop_type_instance from new to old metadata -INFO: Converting local name wslakexy of variable lake_water_storage from new to old metadata -INFO: Converting local name f10m of variable ratio_of_wind_at_lowest_model_layer_and_wind_at_10m from new to old metadata -INFO: Converting local name gasvmr(:,:,1) of variable volume_mixing_ratio_co2 from new to old metadata -INFO: Converting local name q2mp of variable specific_humidity_at_2m_from_noahmp from new to old metadata -INFO: Converting local name lwhc of variable tendency_of_air_temperature_due_to_longwave_heating_assuming_clear_sky_on_radiation_timestep from new to old metadata -INFO: Converting local name snowd_ice of variable surface_snow_thickness_water_equivalent_over_ice from new to old metadata -INFO: Converting local name lsnow_lsm_lbound of variable lower_bound_of_snow_vertical_dimension_for_land_surface_model from new to old metadata -INFO: Converting local name mg_dcs of variable mg_autoconversion_size_threshold_ice_snow from new to old metadata -INFO: Converting local name rhgrd of variable fa_threshold_relative_humidity_for_onset_of_condensation from new to old metadata -INFO: Converting local name dudt_ogw of variable instantaneous_change_in_x_wind_due_to_orographic_gravity_wave_drag from new to old metadata -INFO: Converting local name slmsk of variable sea_land_ice_mask_real from new to old metadata -INFO: Converting local name ictm of variable flag_for_initial_time_date_control from new to old metadata -INFO: Converting local name qss_ocean of variable surface_specific_humidity_over_ocean from new to old metadata -INFO: Converting local name tsfc of variable surface_skin_temperature from new to old metadata -INFO: Converting local name prsik of variable dimensionless_exner_function_at_model_interfaces from new to old metadata -INFO: Converting local name t2mmp of variable temperature_at_2m_from_noahmp from new to old metadata -INFO: Converting local name tau_ogw of variable time_integral_of_momentum_flux_due_to_orographic_gravity_wave_drag from new to old metadata -INFO: Converting local name topflw_type of variable topflw_type from new to old metadata -INFO: Converting local name cnv_nice of variable number_concentration_of_ice_crystals_for_detrainment from new to old metadata -INFO: Converting local name cscnv of variable flag_for_Chikira_Sugiyama_deep_convection from new to old metadata -INFO: Converting local name u10mi_cpl of variable instantaneous_x_wind_at_10m_for_coupling from new to old metadata -INFO: Converting local name fh2_ocean of variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_ocean from new to old metadata -INFO: Converting local name phii of variable geopotential_at_interface from new to old metadata -INFO: Converting local name gq0(:,:,index_for_graupel) of variable graupel_mixing_ratio_updated_by_physics from new to old metadata -INFO: Converting local name ntgl of variable index_for_graupel from new to old metadata -INFO: Converting local name nvisdfi_cpl of variable instantaneous_surface_net_downward_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name norad_precip of variable flag_for_precipitation_effect_on_radiation from new to old metadata -INFO: Converting local name dq3dt(:,:,5) of variable cumulative_change_in_ozone_mixing_ratio_due_to_PBL from new to old metadata -INFO: Converting local name dusfcg of variable instantaneous_x_stress_due_to_gravity_wave_drag from new to old metadata -INFO: Converting local name stype of variable soil_type_classification_real from new to old metadata -INFO: Converting local name lwhtr of variable flag_for_output_of_longwave_heating_rate from new to old metadata -INFO: Converting local name skebv_wts of variable weights_for_stochastic_skeb_perturbation_of_y_wind_flipped from new to old metadata -INFO: Converting local name prnum of variable prandtl_number from new to old metadata -INFO: Converting local name dtsfcin_cpl of variable surface_upward_sensible_heat_flux_for_coupling from new to old metadata -INFO: Converting local name sigmatot of variable convective_updraft_area_fraction_at_model_interfaces from new to old metadata -INFO: Converting local name rann of variable random_number_array from new to old metadata -INFO: Converting local name work2 of variable grid_size_related_coefficient_used_in_scale_sensitive_schemes_complement from new to old metadata -INFO: Converting local name ep1d_land of variable surface_upward_potential_latent_heat_flux_over_land from new to old metadata -INFO: Converting local name num_p3d of variable array_dimension_of_3d_arrays_for_microphysics from new to old metadata -INFO: Converting local name frac_grid of variable flag_for_fractional_grid from new to old metadata -INFO: Converting local name dtdtc of variable tendency_of_air_temperature_due_to_radiative_heating_assuming_clear_sky from new to old metadata -INFO: Converting local name chxy of variable surface_drag_coefficient_for_heat_and_moisture_for_noahmp from new to old metadata -INFO: Converting local name dtauy2d_bl of variable y_momentum_tendency_from_blocking_drag from new to old metadata -INFO: Converting local name dtsfc of variable cumulative_surface_upward_sensible_heat_flux_for_diag_multiplied_by_timestep from new to old metadata -INFO: Converting local name gflx_ocean of variable upward_heat_flux_in_soil_over_ocean from new to old metadata -INFO: Converting local name deeprechxy of variable water_table_recharge_when_deep from new to old metadata -INFO: Converting local name imfshalcnv_sas of variable flag_for_sas_shallow_convection_scheme from new to old metadata -INFO: Converting local name woodxy of variable wood_mass from new to old metadata -INFO: Converting local name phy_f3d(:,:,3) of variable air_temperature_at_previous_time_step from new to old metadata -INFO: Converting local name otspt of variable flag_convective_tracer_transport from new to old metadata -INFO: Converting local name tsurf of variable surface_skin_temperature_after_iteration from new to old metadata -INFO: Converting local name phy_f2d(:,array_dimension_of_2d_arrays_for_microphysics) of variable surface_wind_enhancement_due_to_convection from new to old metadata -INFO: Converting local name num_p2d of variable array_dimension_of_2d_arrays_for_microphysics from new to old metadata -INFO: Converting local name diss_est of variable dissipation_estimate_of_air_temperature_at_model_layers from new to old metadata -INFO: Converting local name ffmm_land of variable Monin_Obukhov_similarity_function_for_momentum_over_land from new to old metadata -INFO: Converting local name imfshalcnv of variable flag_for_mass_flux_shallow_convection_scheme from new to old metadata -INFO: Converting local name iopt_rad of variable flag_for_radiation_transfer_option from new to old metadata -INFO: Converting local name effr_in of variable flag_for_cloud_effective_radii from new to old metadata -INFO: Converting local name Sh3D of variable stability_function_for_heat from new to old metadata -INFO: Converting local name con_sbc of variable stefan_boltzmann_constant from new to old metadata -INFO: Converting local name phy_myj_z0base of variable baseline_surface_roughness_length from new to old metadata -INFO: Converting local name sdec of variable sine_of_solar_declination_angle from new to old metadata -INFO: Converting local name f_ice of variable fraction_of_ice_water_cloud from new to old metadata -INFO: Converting local name qs of variable cloud_snow_specific_humidity_at_Lagrangian_surface from new to old metadata -INFO: Converting local name iflip of variable flag_for_vertical_index_direction_control from new to old metadata -INFO: Converting local name draincprv of variable convective_precipitation_rate_from_previous_timestep from new to old metadata -INFO: Converting local name icsdsw of variable seed_random_numbers_sw from new to old metadata -INFO: Converting local name dtaux2d_bl of variable x_momentum_tendency_from_blocking_drag from new to old metadata -INFO: Converting local name uustar_ocean of variable surface_friction_velocity_over_ocean from new to old metadata -INFO: Converting local name zlwb of variable height_of_low_level_wave_breaking from new to old metadata -INFO: Converting local name sigma of variable slope_of_subgrid_orography from new to old metadata -INFO: Converting local name cd_land of variable surface_drag_coefficient_for_momentum_in_air_over_land from new to old metadata -INFO: Converting local name shoc_parm(5) of variable shoc_flag_for_optional_surface_TKE_dissipation from new to old metadata -INFO: Converting local name qss_ice of variable surface_specific_humidity_over_ice from new to old metadata -INFO: Converting local name graupel of variable lwe_thickness_of_graupel_amount_on_dynamics_timestep from new to old metadata -INFO: Converting local name do_myjsfc of variable do_myjsfc from new to old metadata -INFO: Converting local name htsw0 of variable tendency_of_air_temperature_due_to_shortwave_heating_assuming_clear_sky_on_radiation_time_step from new to old metadata -INFO: Converting local name ep of variable cumulative_surface_upward_potential_latent_heat_flux_multiplied_by_timestep from new to old metadata -INFO: Converting local name tprcp of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep from new to old metadata -INFO: Converting local name dnirdf_cpl of variable cumulative_surface_downwelling_diffuse_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name qwv_surf of variable water_vapor_mixing_ratio_at_surface from new to old metadata -INFO: Converting local name fm10_ocean of variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_ocean from new to old metadata -INFO: Converting local name QC_BL of variable subgrid_cloud_mixing_ratio_pbl from new to old metadata -INFO: Converting local name adjsfculw_ice of variable surface_upwelling_longwave_flux_over_ice_interstitial from new to old metadata -INFO: Converting local name tsfci_cpl of variable instantaneous_surface_skin_temperature_for_coupling from new to old metadata -INFO: Converting local name pertz0 of variable magnitude_of_perturbation_of_momentum_roughness_length from new to old metadata -INFO: Converting local name eahxy of variable canopy_air_vapor_pressure from new to old metadata -INFO: Converting local name cnv_dqldt of variable tendency_of_cloud_water_due_to_convective_microphysics from new to old metadata -INFO: Converting local name gq0 of variable tracer_concentration_updated_by_physics from new to old metadata -INFO: Converting local name iopt_dveg of variable flag_for_dynamic_vegetation_option from new to old metadata -INFO: Converting local name gv0(:,1) of variable y_wind_at_lowest_model_layer_updated_by_physics from new to old metadata -INFO: Converting local name first_time_step of variable flag_for_first_time_step from new to old metadata -INFO: Converting local name dtaux2d_ss of variable x_momentum_tendency_from_small_scale_gwd from new to old metadata -INFO: Converting local name wetdpl of variable instantaneous_large_scale_wet_deposition from new to old metadata -INFO: Converting local name cndm_surf of variable surface_condensation_mass from new to old metadata -INFO: Converting local name cmm_land of variable surface_drag_wind_speed_for_momentum_in_air_over_land from new to old metadata -INFO: Converting local name fh2 of variable Monin_Obukhov_similarity_function_for_heat_at_2m from new to old metadata -INFO: Converting local name gw_dudt of variable tendency_of_x_wind_due_to_ugwp from new to old metadata -INFO: Converting local name shinhong of variable flag_for_scale_aware_Shinhong_PBL from new to old metadata -INFO: Converting local name maxMF of variable maximum_mass_flux from new to old metadata -INFO: Converting local name gu0 of variable x_wind_updated_by_physics from new to old metadata -INFO: Converting local name ncstrac of variable number_of_tracers_for_CS from new to old metadata -INFO: Converting local name do_qa of variable flag_for_inline_cloud_fraction_calculation from new to old metadata -INFO: Converting local name pgr of variable surface_air_pressure from new to old metadata -INFO: Converting local name del of variable air_pressure_difference_between_midlayers from new to old metadata -INFO: Converting local name nqrimef of variable index_for_mass_weighted_rime_factor from new to old metadata -INFO: Converting local name du3dt(:,:,1) of variable cumulative_change_in_x_wind_due_to_PBL from new to old metadata -INFO: Converting local name raincs of variable lwe_thickness_of_shallow_convective_precipitation_amount from new to old metadata -INFO: Converting local name xlaixy of variable leaf_area_index from new to old metadata -INFO: Converting local name iopt_alb of variable flag_for_ground_snow_surface_albedo_option from new to old metadata -INFO: Converting local name moninq_fac of variable atmosphere_diffusivity_coefficient_factor from new to old metadata -INFO: Converting local name work3 of variable ratio_of_exner_function_between_midlayer_and_interface_at_lowest_model_layer from new to old metadata -INFO: Converting local name adjnirbmd of variable surface_downwelling_direct_near_infrared_shortwave_flux from new to old metadata -INFO: Converting local name imp_physics_zhao_carr_pdf of variable flag_for_zhao_carr_pdf_microphysics_scheme from new to old metadata -INFO: Converting local name dv3dt(:,:,3) of variable cumulative_change_in_y_wind_due_to_deep_convection from new to old metadata -INFO: Converting local name evcwa of variable cumulative_canopy_upward_latent_heat_flu_multiplied_by_timestep from new to old metadata -INFO: Converting local name lsm_noah of variable flag_for_noah_land_surface_scheme from new to old metadata -INFO: Converting local name ntk of variable index_for_turbulent_kinetic_energy_convective_transport_tracer from new to old metadata -INFO: Converting local name qsnw of variable local_snow_water_mixing_ratio from new to old metadata -INFO: Converting local name edmf_thl of variable emdf_updraft_theta_l from new to old metadata -INFO: Converting local name crtrh(2) of variable critical_relative_humidity_at_PBL_top from new to old metadata -INFO: Converting local name xv of variable diurnal_thermocline_layer_y_current from new to old metadata -INFO: Converting local name rlapse of variable air_temperature_lapse_rate_constant from new to old metadata -INFO: Converting local name clw(:,:,1) of variable ice_water_mixing_ratio_convective_transport_tracer from new to old metadata -INFO: Converting local name levozp of variable vertical_dimension_of_ozone_forcing_data from new to old metadata -INFO: Converting local name spfhmax of variable maximum_specific_humidity_at_2m from new to old metadata -INFO: Converting local name runoff of variable surface_runoff_flux from new to old metadata -INFO: Converting local name do_sb_physics of variable mg_flag_for_sb2001_autoconversion from new to old metadata -INFO: Converting local name phy_myj_a1q of variable weight_for_specific_humidity_at_viscous_sublayer_top from new to old metadata -INFO: Converting local name cactiv of variable conv_activity_counter from new to old metadata -INFO: Converting local name clw(:,:,index_for_turbulent_kinetic_energy_convective_transport_tracer) of variable turbulent_kinetic_energy_convective_transport_tracer from new to old metadata -INFO: Converting local name oz_phys_2015 of variable flag_for_2015_ozone_physics from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_snow_number_concentration) of variable snow_number_concentration from new to old metadata -INFO: Converting local name ntsnc of variable index_for_snow_number_concentration from new to old metadata -INFO: Converting local name dlwsfci_cpl of variable instantaneous_surface_downwelling_longwave_flux_for_coupling from new to old metadata -INFO: Converting local name errflg of variable ccpp_error_flag from new to old metadata -INFO: Converting local name kbot of variable vertical_index_at_cloud_base from new to old metadata -INFO: Converting local name clw_surf of variable cloud_condensed_water_mixing_ratio_at_surface from new to old metadata -INFO: Converting local name skebu_wts of variable weights_for_stochastic_skeb_perturbation_of_x_wind from new to old metadata -INFO: Converting local name snowprv of variable lwe_thickness_of_snow_amount_from_previous_timestep from new to old metadata -INFO: Converting local name spec_adv of variable flag_for_individual_cloud_species_advected from new to old metadata -INFO: Converting local name rainmp of variable lwe_thickness_of_explicit_rain_amount from new to old metadata -INFO: Converting local name jdat of variable forecast_date_and_time from new to old metadata -INFO: Converting local name ntrcaer of variable number_of_aerosol_tracers_MG from new to old metadata -INFO: Converting local name gflux of variable cumulative_surface_ground_heat_flux_multiplied_by_timestep from new to old metadata -INFO: Converting local name q1 of variable water_vapor_specific_humidity_at_lowest_model_layer_for_diag from new to old metadata -INFO: Converting local name gq0(:,1,index_for_water_vapor) of variable water_vapor_specific_humidity_at_lowest_model_layer_updated_by_physics from new to old metadata -INFO: Converting local name nday of variable daytime_points_dimension from new to old metadata -INFO: Converting local name cs_parm(9) of variable entrainment_efficiency_tunable_parameter_9_CS from new to old metadata -INFO: Converting local name flx_form of variable flag_flux_form_CS from new to old metadata -INFO: Converting local name dtsfc_cpl of variable cumulative_surface_upward_sensible_heat_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name nstf_name(1) of variable flag_for_nsstm_run from new to old metadata -INFO: Converting local name ca_sgs of variable flag_for_sgs_cellular_automata from new to old metadata -INFO: Converting local name mg_qcmin(1) of variable mg_minimum_cloud_condensed_water_mixing_ratio from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio from new to old metadata -INFO: Converting local name rilist of variable gas_constants_for_multi_gases_physics from new to old metadata -INFO: Converting local name dtauy2d_ls of variable y_momentum_tendency_from_large_scale_gwd from new to old metadata -INFO: Converting local name oz_coeff of variable number_of_coefficients_in_ozone_forcing_data from new to old metadata -INFO: Converting local name edmf_qt of variable emdf_updraft_total_water from new to old metadata -INFO: Converting local name stmassxy of variable stem_mass from new to old metadata -INFO: Converting local name dgraupelprv of variable graupel_precipitation_rate_from_previous_timestep from new to old metadata -INFO: Converting local name gq0(:,:,index_for_mass_weighted_rime_factor) of variable mass_weighted_rime_factor_updated_by_physics from new to old metadata -INFO: Converting local name alnwf of variable mean_nir_albedo_with_weak_cosz_dependency from new to old metadata -INFO: Converting local name smoiseq of variable equilibrium_soil_water_content from new to old metadata -INFO: Converting local name psautco of variable coefficient_from_cloud_ice_to_snow from new to old metadata -INFO: Converting local name fhlwr of variable frequency_for_longwave_radiation from new to old metadata -INFO: Converting local name xtts of variable sensitivity_of_dtl_heat_content_to_surface_temperature from new to old metadata -INFO: Converting local name tracers_start_index of variable start_index_of_other_tracers from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_ice_cloud_condensate) of variable tendency_of_ice_cloud_water_mixing_ratio_due_to_model_physics from new to old metadata -INFO: Converting local name jsd of variable starting_y_direction_index_domain from new to old metadata -INFO: Converting local name semis_land of variable surface_longwave_emissivity_over_land_interstitial from new to old metadata -INFO: Converting local name tdomr of variable dominant_rain_type from new to old metadata -INFO: Converting local name conv_act of variable gf_memory_counter from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_ice_cloud_number_concentration) of variable ice_number_concentration from new to old metadata -INFO: Converting local name ugrs(:,1) of variable x_wind_at_lowest_model_layer from new to old metadata -INFO: Converting local name qicn of variable mass_fraction_of_convective_cloud_ice from new to old metadata -INFO: Converting local name fh2_ice of variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_ice from new to old metadata -INFO: Converting local name tsq of variable t_prime_squared from new to old metadata -INFO: Converting local name tdomip of variable dominant_sleet_type from new to old metadata -INFO: Converting local name lslwr of variable flag_to_calc_lw from new to old metadata -INFO: Converting local name GFS_cldprop_type of variable GFS_cldprop_type from new to old metadata -INFO: Converting local name imp_physics of variable flag_for_microphysics_scheme from new to old metadata -INFO: Converting local name sfcalb(:,1) of variable surface_albedo_due_to_near_IR_direct from new to old metadata -INFO: Converting local name mg_do_graupel of variable mg_flag_for_graupel from new to old metadata -INFO: Converting local name soilm of variable soil_moisture_content from new to old metadata -INFO: Converting local name exch_m of variable atmosphere_momentum_diffusivity_for_mynnpbl from new to old metadata -INFO: Converting local name wetdpc of variable instantaneous_convective_scale_wet_deposition from new to old metadata -INFO: Converting local name el_pbl of variable mixing_length from new to old metadata -INFO: Converting local name ncnvc of variable index_for_convective_cloud_cover_in_phy_f3d from new to old metadata -INFO: Converting local name fn_nml of variable namelist_filename from new to old metadata -INFO: Converting local name weasd_ocean of variable water_equivalent_accumulated_snow_depth_over_ocean from new to old metadata -INFO: Converting local name evfact_deep of variable rain_evaporation_coefficient_deep_convection from new to old metadata -INFO: Converting local name dqsfc of variable cumulative_surface_upward_latent_heat_flux_for_diag_multiplied_by_timestep from new to old metadata -INFO: Converting local name totgrpb of variable accumulated_lwe_thickness_of_graupel_amount_in_bucket from new to old metadata -INFO: Converting local name trans_aero of variable flag_for_aerosol_convective_transport_and_PBL_diffusion from new to old metadata -INFO: Converting local name dusfc_bl of variable integrated_x_momentum_flux_from_blocking_drag from new to old metadata -INFO: Converting local name gw_kdis of variable eddy_mixing_due_to_ugwp from new to old metadata -INFO: Converting local name mg_qcmin of variable mg_minimum_cloud_condensed_water_and_ice_mixing_ratio from new to old metadata -INFO: Converting local name dq3dt(:,:,3) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_shal_convection from new to old metadata -INFO: Converting local name qi of variable cloud_ice_specific_humidity_at_Lagrangian_surface from new to old metadata -INFO: Converting local name imfshalcnv_gf of variable flag_for_ntiedtke_shallow_convection_scheme from new to old metadata -INFO: Converting local name zorl_ocean of variable surface_roughness_length_over_ocean_interstitial from new to old metadata -INFO: Converting local name tsfc_ice of variable surface_skin_temperature_over_ice_interstitial from new to old metadata -INFO: Converting local name input_nml_file_length of variable number_of_lines_of_namelist_filename_for_internal_file_reads from new to old metadata -INFO: Converting local name flhc of variable surface_exchange_coefficient_for_heat from new to old metadata -INFO: Converting local name qke of variable tke_at_mass_points from new to old metadata -INFO: Converting local name snowd of variable surface_snow_thickness_water_equivalent from new to old metadata -INFO: Converting local name ncpr of variable local_rain_number_concentration from new to old metadata -INFO: Converting local name ldiag3d of variable flag_diagnostics_3D from new to old metadata -INFO: Converting local name ffhh_ocean of variable Monin_Obukhov_similarity_function_for_heat_over_ocean from new to old metadata -INFO: Converting local name nsamftrac of variable number_of_tracers_for_samf from new to old metadata -INFO: Converting local name con_hvap of variable latent_heat_of_vaporization_of_water_at_0C from new to old metadata -INFO: Converting local name dtaux2d_fd of variable x_momentum_tendency_from_form_drag from new to old metadata -INFO: Converting local name levh2o of variable vertical_dimension_of_h2o_forcing_data from new to old metadata -INFO: Converting local name ras of variable flag_for_ras_deep_convection from new to old metadata -INFO: Converting local name ialb of variable flag_for_using_climatology_albedo from new to old metadata -INFO: Converting local name raincd of variable lwe_thickness_of_deep_convective_precipitation_amount from new to old metadata -INFO: Converting local name alb1d of variable surface_albedo_perturbation from new to old metadata -INFO: Converting local name nwat of variable number_of_water_species from new to old metadata -INFO: Converting local name dwn_mf of variable cumulative_atmosphere_downdraft_convective_mass_flux from new to old metadata -INFO: Converting local name save_t of variable air_temperature_save from new to old metadata -INFO: Converting local name fice of variable sea_ice_concentration from new to old metadata -INFO: Converting local name dvisdf_cpl of variable cumulative_surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name cvb of variable pressure_at_bottom_of_convective_cloud from new to old metadata -INFO: Converting local name save_q(:,:,index_for_ice_cloud_condensate) of variable ice_water_mixing_ratio_save from new to old metadata -INFO: Converting local name gq0(:,:,index_for_snow_water) of variable snow_water_mixing_ratio_updated_by_physics from new to old metadata -INFO: Converting local name qrain of variable sensible_heat_flux_due_to_rainfall from new to old metadata -INFO: Converting local name stress_ocean of variable surface_wind_stress_over_ocean from new to old metadata -INFO: Converting local name adjsfculw_land of variable surface_upwelling_longwave_flux_over_land_interstitial from new to old metadata -INFO: Converting local name ndust of variable number_of_dust_bins_for_diagnostics from new to old metadata -INFO: Converting local name GFS_radtend_type of variable GFS_radtend_type from new to old metadata -INFO: Converting local name ngas of variable number_of_gases_for_multi_gases_physics from new to old metadata -INFO: Converting local name diceprv of variable ice_precipitation_rate_from_previous_timestep from new to old metadata -INFO: Converting local name con_ttp of variable triple_point_temperature_of_water from new to old metadata -INFO: Converting local name rechxy of variable water_table_recharge_when_shallow from new to old metadata -INFO: Converting local name ffhh of variable Monin_Obukhov_similarity_function_for_heat from new to old metadata -INFO: Converting local name edmf_w of variable emdf_updraft_vertical_velocity from new to old metadata -INFO: Converting local name sed_supersat of variable mg_allow_supersat_after_sed from new to old metadata -INFO: Converting local name sr of variable ratio_of_snowfall_to_rainfall from new to old metadata -INFO: Converting local name stc of variable soil_temperature from new to old metadata -INFO: Converting local name idate of variable date_and_time_at_model_initialization_reordered from new to old metadata -INFO: Converting local name nctp of variable number_of_cloud_types_CS from new to old metadata -INFO: Converting local name levrp1 of variable number_of_vertical_layers_for_radiation_calculations_plus_one from new to old metadata -INFO: Converting local name v10mmax of variable maximum_y_wind_at_10m from new to old metadata -INFO: Converting local name clouds(:,:,8) of variable cloud_snow_water_path from new to old metadata -INFO: Converting local name dusfc of variable cumulative_surface_x_momentum_flux_for_diag_multiplied_by_timestep from new to old metadata -INFO: Converting local name sfcalb(:,3) of variable surface_albedo_due_to_UV_and_VIS_direct from new to old metadata -INFO: Converting local name zmtnblck of variable level_of_dividing_streamline from new to old metadata -INFO: Converting local name xcosz of variable instantaneous_cosine_of_zenith_angle from new to old metadata -INFO: Converting local name CCPP_interstitial_type of variable CCPP_interstitial_type from new to old metadata -INFO: Converting local name theta of variable angle_from_east_of_maximum_subgrid_orographic_variations from new to old metadata -INFO: Converting local name nbdsw of variable number_of_aerosol_bands_for_shortwave_radiation from new to old metadata -INFO: Converting local name dqsfc1 of variable instantaneous_surface_upward_latent_heat_flux from new to old metadata -INFO: Converting local name htrsw of variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_timestep from new to old metadata -INFO: Converting local name gq0(:,:,index_for_graupel_number_concentration) of variable graupel_number_concentration_updated_by_physics from new to old metadata -INFO: Converting local name ntgnc of variable index_for_graupel_number_concentration from new to old metadata -INFO: Converting local name semis of variable surface_longwave_emissivity from new to old metadata -INFO: Converting local name ca_smooth of variable flag_for_gaussian_spatial_filter from new to old metadata -INFO: Converting local name zhour of variable time_since_diagnostics_zeroed from new to old metadata -INFO: Converting local name uswsfci of variable surface_upwelling_shortwave_flux from new to old metadata -INFO: Converting local name dq3dt(:,:,6) of variable cumulative_change_in_ozone_concentration_due_to_production_and_loss_rate from new to old metadata -INFO: Converting local name con_t0c of variable temperature_at_zero_celsius from new to old metadata -INFO: Converting local name dvsfcin_cpl of variable surface_y_momentum_flux_for_coupling from new to old metadata -INFO: Converting local name runoff of variable total_runoff from new to old metadata -INFO: Converting local name upd_mf of variable cumulative_atmosphere_updraft_convective_mass_flux from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_for_cloud_fraction_in_3d_arrays_for_microphysics) of variable cloud_fraction_for_MG from new to old metadata -INFO: Converting local name indcld of variable index_for_cloud_fraction_in_3d_arrays_for_microphysics from new to old metadata -INFO: Converting local name vegtype of variable vegetation_type_classification from new to old metadata -INFO: Converting local name ied of variable ending_x_direction_index_domain from new to old metadata -INFO: Converting local name transa of variable cumulative_transpiration_flux_multiplied_by_timestep from new to old metadata -INFO: Converting local name dt3dt(:,:,2) of variable cumulative_change_in_temperature_due_to_shortwave_radiation from new to old metadata -INFO: Converting local name dvsfc_ls of variable integrated_y_momentum_flux_from_large_scale_gwd from new to old metadata -INFO: Converting local name snowd_ocean of variable surface_snow_thickness_water_equivalent_over_ocean from new to old metadata -INFO: Converting local name clouds(:,:,2) of variable cloud_liquid_water_path from new to old metadata -INFO: Converting local name visbmui of variable surface_upwelling_direct_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name plvl of variable air_pressure_at_interface_for_radiation_in_hPa from new to old metadata -INFO: Converting local name uustar_land of variable surface_friction_velocity_over_land from new to old metadata -INFO: Converting local name phy_myj_akms of variable momentum_exchange_coefficient_for_MYJ_schemes from new to old metadata -INFO: Converting local name cnv_fice of variable ice_fraction_in_convective_tower from new to old metadata -INFO: Converting local name nbdlw of variable number_of_aerosol_bands_for_longwave_radiation from new to old metadata -INFO: Converting local name dudt_mtb of variable instantaneous_change_in_x_wind_due_to_mountain_blocking_drag from new to old metadata -INFO: Converting local name rb_ocean of variable bulk_richardson_number_at_lowest_model_level_over_ocean from new to old metadata -INFO: Converting local name ccnorm of variable flag_for_cloud_condensate_normalized_by_cloud_cover from new to old metadata -INFO: Converting local name dqdt of variable tendency_of_tracers_due_to_model_physics from new to old metadata -INFO: Converting local name u10m of variable x_wind_at_10m from new to old metadata -INFO: Converting local name tmpmin of variable minimum_temperature_at_2m from new to old metadata -INFO: Converting local name save_u of variable x_wind_save from new to old metadata -INFO: Converting local name tsnow of variable snow_temperature_bottom_first_layer from new to old metadata -INFO: Converting local name kind_INTEGER of variable kind_INTEGER from new to old metadata -INFO: Converting local name nswsfc_cpl of variable cumulative_surface_net_downward_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name vgrs(:,1) of variable y_wind_at_lowest_model_layer from new to old metadata -INFO: Converting local name bl_mynn_edmf_tke of variable edmf_tke_transport_flag from new to old metadata -INFO: Converting local name tile_num of variable number_of_tile from new to old metadata -INFO: Converting local name con_pi of variable pi from new to old metadata -INFO: Converting local name abem of variable instantaneous_anthopogenic_and_biomass_burning_emissions from new to old metadata -INFO: Converting local name latidxprnt of variable latitude_index_in_debug_printouts from new to old metadata -INFO: Converting local name tcrf of variable cloud_phase_transition_denominator from new to old metadata -INFO: Converting local name cpilist of variable specific_heat_capacities_for_multi_gases_physics from new to old metadata -INFO: Converting local name tprcp_ocean of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_ocean from new to old metadata -INFO: Converting local name vgrs of variable y_wind from new to old metadata -INFO: Converting local name me of variable mpi_rank from new to old metadata -INFO: Converting local name nseffr of variable index_for_snow_effective_radius from new to old metadata -INFO: Converting local name crtrh(1) of variable critical_relative_humidity_at_surface from new to old metadata -INFO: Converting local name nrcm of variable array_dimension_of_random_number from new to old metadata -INFO: Converting local name phy_f2d(:,2) of variable surface_air_pressure_at_previous_time_step from new to old metadata -INFO: Converting local name totice of variable accumulated_lwe_thickness_of_ice_amount from new to old metadata -INFO: Converting local name vdftra of variable vertically_diffused_tracer_concentration from new to old metadata -INFO: Converting local name clam_shal of variable entrainment_rate_coefficient_shallow_convection from new to old metadata -INFO: Converting local name ulwsfc of variable cumulative_surface_upwelling_longwave_flux_multiplied_by_timestep from new to old metadata -INFO: Converting local name cldf of variable cloud_area_fraction from new to old metadata -INFO: Converting local name prslk of variable dimensionless_exner_function_at_model_layers from new to old metadata -INFO: Converting local name imp_physics_wsm6 of variable flag_for_wsm6_microphysics_scheme from new to old metadata -INFO: Converting local name blksz(ccpp_block_number) of variable horizontal_loop_extent from new to old metadata -INFO: Converting local name dtp of variable time_step_for_physics from new to old metadata -INFO: Converting local name nnirdf_cpl of variable cumulative_surface_net_downward_diffuse_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name tsurf_ice of variable surface_skin_temperature_after_iteration_over_ice from new to old metadata -INFO: Converting local name snowfallac of variable total_accumulated_snowfall from new to old metadata -INFO: Converting local name solhr of variable forecast_hour_of_the_day from new to old metadata -INFO: Converting local name use_zmtnblck of variable flag_for_mountain_blocking from new to old metadata -INFO: Converting local name sfcflw_type of variable sfcflw_type from new to old metadata -INFO: Converting local name rhofr of variable density_of_frozen_precipitation from new to old metadata -INFO: Converting local name dxmax of variable maximum_scaling_factor_for_critical_relative_humidity from new to old metadata -INFO: Converting local name rainc_cpl of variable lwe_thickness_of_convective_precipitation_amount_for_coupling from new to old metadata -INFO: Converting local name prautco of variable coefficient_from_cloud_water_to_rain from new to old metadata -INFO: Converting local name cumabs of variable maximum_column_heating_rate from new to old metadata -INFO: Converting local name Statein of variable GFS_statein_type_instance from new to old metadata -INFO: Converting local name ntasks of variable mpi_size from new to old metadata -INFO: Converting local name qsq of variable q_prime_squared from new to old metadata -INFO: Converting local name bl_mynn_mixqt of variable mix_total_water_flag from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_turbulent_kinetic_energy) of variable tendency_of_turbulent_kinetic_energy_due_to_model_physics from new to old metadata -INFO: Converting local name ntke of variable index_for_turbulent_kinetic_energy from new to old metadata -INFO: Converting local name kmp of variable top_layer_index_for_fast_physics from new to old metadata -INFO: Converting local name ffhh_ice of variable Monin_Obukhov_similarity_function_for_heat_over_ice from new to old metadata -INFO: Converting local name dq3dt(:,:,1) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_PBL from new to old metadata -INFO: Converting local name con_hfus of variable latent_heat_of_fusion_of_water_at_0C from new to old metadata -INFO: Converting local name isubc_lw of variable flag_for_lw_clouds_without_sub_grid_approximation from new to old metadata -INFO: Converting local name du3dt(:,:,3) of variable cumulative_change_in_x_wind_due_to_deep_convection from new to old metadata -INFO: Converting local name clx of variable fraction_of_grid_box_with_subgrid_orography_higher_than_critical_height from new to old metadata -INFO: Converting local name shoc_parm(4) of variable shoc_implicit_TKE_integration_uncentering_term from new to old metadata -INFO: Converting local name gasvmr(:,:,7) of variable volume_mixing_ratio_cfc12 from new to old metadata -INFO: Converting local name cappa of variable cappa_moist_gas_constant_at_Lagrangian_surface from new to old metadata -INFO: Converting local name cf_upi of variable convective_cloud_fraction_for_microphysics from new to old metadata -INFO: Converting local name cdata of variable ccpp_t_instance from new to old metadata -INFO: Converting local name phy_myj_akhs of variable heat_exchange_coefficient_for_MYJ_schemes from new to old metadata -INFO: Converting local name sedim of variable instantaneous_sedimentation from new to old metadata -INFO: Converting local name graupelmp of variable lwe_thickness_of_graupel_amount from new to old metadata -INFO: Converting local name skebu_wts of variable weights_for_stochastic_skeb_perturbation_of_x_wind_flipped from new to old metadata -INFO: Converting local name GFS_control_type of variable GFS_control_type from new to old metadata -INFO: Converting local name yearlen of variable number_of_days_in_year from new to old metadata -INFO: Converting local name save_q(:,:,index_for_water_vapor) of variable water_vapor_specific_humidity_save from new to old metadata -INFO: Converting local name smois of variable volume_fraction_of_soil_moisture_for_land_surface_model from new to old metadata -INFO: Converting local name gq0(:,:,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio_updated_by_physics from new to old metadata -INFO: Converting local name pwat of variable column_precipitable_water from new to old metadata -INFO: Converting local name cld1d of variable cloud_work_function from new to old metadata -INFO: Converting local name qvi of variable gas_tracers_for_multi_gas_physics_at_Lagrangian_surface from new to old metadata -INFO: Converting local name gabsbdlw of variable surface_downwelling_longwave_flux_absorbed_by_ground from new to old metadata -INFO: Converting local name tau_ngw of variable time_integral_of_momentum_flux_due_to_nonstationary_gravity_wave from new to old metadata -INFO: Converting local name xlat_d of variable latitude_degree from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_for_ice_effective_radius) of variable effective_radius_of_stratiform_cloud_ice_particle_in_um from new to old metadata -INFO: Converting local name nieffr of variable index_for_ice_effective_radius from new to old metadata -INFO: Converting local name do_ca of variable flag_for_cellular_automata from new to old metadata -INFO: Converting local name wtxy of variable water_storage_in_aquifer_and_saturated_soil from new to old metadata -INFO: Converting local name srunoff of variable surface_runoff from new to old metadata -INFO: Converting local name ntrnc of variable index_for_rain_number_concentration from new to old metadata -INFO: Converting local name ustm of variable surface_friction_velocity_drag from new to old metadata -INFO: Converting local name cnvprcp of variable cumulative_lwe_thickness_of_convective_precipitation_amount from new to old metadata -INFO: Converting local name imfdeepcnv_samf of variable flag_for_samf_deep_convection_scheme from new to old metadata -INFO: Converting local name si of variable vertical_sigma_coordinate_for_radiation_initialization from new to old metadata -INFO: Converting local name gwdcu of variable tendency_of_x_wind_due_to_convective_gravity_wave_drag from new to old metadata -INFO: Converting local name elvmax of variable maximum_subgrid_orography from new to old metadata -INFO: Converting local name slimskin_cpl of variable sea_land_ice_mask_in from new to old metadata -INFO: Converting local name dtsfc_cice of variable surface_upward_sensible_heat_flux_for_coupling_interstitial from new to old metadata -INFO: Converting local name do_mynnedmf of variable do_mynnedmf from new to old metadata -INFO: Converting local name zorll of variable surface_roughness_length_over_land from new to old metadata -INFO: Converting local name nswsfci_cpl of variable instantaneous_surface_net_downward_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name do_cldice of variable mg_flag_for_cloud_ice_processes from new to old metadata -INFO: Converting local name alboldxy of variable snow_albedo_at_previous_time_step from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_graupel) of variable graupel_mixing_ratio from new to old metadata -INFO: Converting local name rhcmax of variable maximum_critical_relative_humidity from new to old metadata -INFO: Converting local name Stateout of variable GFS_stateout_type_instance from new to old metadata -INFO: Converting local name nirbmdi of variable surface_downwelling_direct_near_infrared_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name gfluxi of variable instantaneous_surface_ground_heat_flux from new to old metadata -INFO: Converting local name drainncprv of variable explicit_rainfall_rate_from_previous_timestep from new to old metadata -INFO: Converting local name gflx of variable upward_heat_flux_in_soil from new to old metadata -INFO: Converting local name hflx_ocean of variable kinematic_surface_upward_sensible_heat_flux_over_ocean from new to old metadata -INFO: Converting local name nvdiff of variable number_of_vertical_diffusion_tracers from new to old metadata -INFO: Converting local name dspheat of variable flag_TKE_dissipation_heating from new to old metadata -INFO: Converting local name fhswr of variable frequency_for_shortwave_radiation from new to old metadata -INFO: Converting local name nthreads of variable omp_threads from new to old metadata -INFO: Converting local name islmsk of variable sea_land_ice_mask from new to old metadata -INFO: Converting local name ntchmdiag of variable number_of_chemical_tracers_for_diagnostics from new to old metadata -INFO: Converting local name nstf_name(5) of variable vertical_temperature_average_range_upper_bound from new to old metadata -INFO: Converting local name forceq of variable moisture_tendency_due_to_dynamics from new to old metadata -INFO: Converting local name nseasalt of variable number_of_seasalt_bins_for_diagnostics from new to old metadata -INFO: Converting local name gasvmr(:,:,2) of variable volume_mixing_ratio_n2o from new to old metadata -INFO: Converting local name ctei_rml of variable grid_sensitive_critical_cloud_top_entrainment_instability_criteria from new to old metadata -INFO: Converting local name sfc_wts of variable weights_for_stochastic_surface_physics_perturbation from new to old metadata -INFO: Converting local name oc of variable convexity_of_subgrid_orography from new to old metadata -INFO: Converting local name ep1d of variable surface_upward_potential_latent_heat_flux from new to old metadata -INFO: Converting local name u10mmax of variable maximum_x_wind_at_10m from new to old metadata -INFO: Converting local name nca of variable number_of_independent_cellular_automata from new to old metadata -INFO: Converting local name rtmassxy of variable fine_root_mass from new to old metadata -INFO: Converting local name ffmm_ocean of variable Monin_Obukhov_similarity_function_for_momentum_over_ocean from new to old metadata -INFO: Converting local name pertlai of variable magnitude_of_perturbation_of_leaf_area_index from new to old metadata -INFO: Converting local name mg_ncnst of variable mg_drop_concentration_constant from new to old metadata -INFO: Converting local name pgcon_shal of variable momentum_transport_reduction_factor_pgf_shallow_convection from new to old metadata -INFO: Converting local name edmf_qc of variable emdf_updraft_cloud_water from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_graupel) of variable tendency_of_graupel_mixing_ratio_due_to_model_physics from new to old metadata -INFO: Converting local name acvt of variable largest_cloud_top_vertical_index_encountered_thus_far from new to old metadata -INFO: Converting local name cmm of variable surface_drag_wind_speed_for_momentum_in_air from new to old metadata -INFO: Converting local name dt_cool of variable sub_layer_cooling_amount from new to old metadata -INFO: Converting local name qc_r of variable cloud_liquid_water_mixing_ratio from new to old metadata -INFO: Converting local name ral_ts of variable time_scale_for_rayleigh_damping from new to old metadata -INFO: Converting local name GFS_diag_type of variable GFS_diag_type from new to old metadata -INFO: Converting local name dnirdfi_cpl of variable instantaneous_surface_downwelling_diffuse_near_infrared_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name chh_ice of variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_ice from new to old metadata -INFO: Converting local name flipv of variable flag_flip from new to old metadata -INFO: Converting local name ldiag_ugwp of variable diag_ugwp_flag from new to old metadata -INFO: Converting local name ctei_r of variable cloud_top_entrainment_instability_value from new to old metadata -INFO: Converting local name ccn_nm of variable ccn_number_concentration from new to old metadata -INFO: Converting local name edmf_ent of variable emdf_updraft_entrainment_rate from new to old metadata -INFO: Converting local name htswc of variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step from new to old metadata -INFO: Converting local name phy_myj_thz0 of variable potential_temperature_at_viscous_sublayer_top from new to old metadata -INFO: Converting local name bl_mynn_edmf of variable edmf_flag from new to old metadata -INFO: Converting local name con_rd of variable gas_constant_dry_air from new to old metadata -INFO: Converting local name qss_land of variable surface_specific_humidity_over_land from new to old metadata -INFO: Converting local name zt1d of variable perturbation_of_heat_to_momentum_roughness_length_ratio from new to old metadata -INFO: Converting local name imp_physics_zhao_carr of variable flag_for_zhao_carr_microphysics_scheme from new to old metadata -INFO: Converting local name delz of variable thickness_at_Lagrangian_surface from new to old metadata -INFO: Converting local name dtsfci of variable instantaneous_surface_upward_sensible_heat_flux_for_diag from new to old metadata -INFO: Converting local name dvsfc_fd of variable integrated_y_momentum_flux_from_form_drag from new to old metadata -INFO: Converting local name totprcpb of variable accumulated_lwe_thickness_of_precipitation_amount_in_bucket from new to old metadata -INFO: Converting local name tcr of variable cloud_phase_transition_threshold_temperature from new to old metadata -INFO: Converting local name clstp of variable convective_cloud_switch from new to old metadata -INFO: Converting local name isatmedmf_vdifq of variable choice_of_updated_scale_aware_TKE_moist_EDMF_PBL from new to old metadata -INFO: Converting local name coszen of variable cosine_of_zenith_angle from new to old metadata -INFO: Converting local name nifa2d of variable tendency_of_ice_friendly_aerosols_at_surface from new to old metadata -INFO: Converting local name icy of variable flag_nonzero_sea_ice_surface_fraction from new to old metadata -INFO: Converting local name dudt of variable tendency_of_x_wind_due_to_model_physics from new to old metadata -INFO: Converting local name bl_dnfr of variable downdraft_fraction_in_boundary_layer_mass_flux_scheme from new to old metadata -INFO: Converting local name snohf of variable snow_freezing_rain_upward_latent_heat_flux from new to old metadata -INFO: Converting local name bexp1d of variable perturbation_of_soil_type_b_parameter from new to old metadata -INFO: Converting local name faersw of variable aerosol_optical_properties_for_shortwave_bands_01_16 from new to old metadata -INFO: Converting local name dtdt of variable tendency_of_air_temperature_due_to_model_physics from new to old metadata -INFO: Converting local name nvisdf_cpl of variable cumulative_surface_net_downward_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name dqsfcin_cpl of variable surface_upward_latent_heat_flux_for_coupling from new to old metadata -INFO: Converting local name con_p0 of variable standard_atmospheric_pressure from new to old metadata -INFO: Converting local name con_epsq of variable minimum_value_of_specific_humidity from new to old metadata -INFO: Converting local name dusfci_cpl of variable instantaneous_surface_x_momentum_flux_for_coupling from new to old metadata -INFO: Converting local name ep1d_ice of variable surface_upward_potential_latent_heat_flux_over_ice from new to old metadata -INFO: Converting local name fhour of variable forecast_time from new to old metadata -INFO: Converting local name refl_10cm of variable radar_reflectivity_10cm from new to old metadata -INFO: Converting local name shum_wts of variable weights_for_stochastic_shum_perturbation_flipped from new to old metadata -INFO: Converting local name dspfac of variable tke_dissipative_heating_factor from new to old metadata -INFO: Converting local name nnirbmi_cpl of variable instantaneous_surface_net_downward_direct_near_infrared_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name c1_deep of variable detrainment_conversion_parameter_deep_convection from new to old metadata -INFO: Converting local name dt3dt(:,:,4) of variable cumulative_change_in_temperature_due_to_deep_convection from new to old metadata -INFO: Converting local name dv3dt(:,:,4) of variable cumulative_change_in_y_wind_due_to_convective_gravity_wave_drag from new to old metadata -INFO: Converting local name phy_myj_a1u of variable weight_for_momentum_at_viscous_sublayer_top from new to old metadata -INFO: Converting local name iopt_stc of variable flag_for_soil_and_snow_temperature_time_stepping_option from new to old metadata -INFO: Converting local name adjvisbmd of variable surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux from new to old metadata -INFO: Converting local name icloud_bl of variable couple_sgs_clouds_to_radiation_flag from new to old metadata -INFO: Converting local name rb of variable bulk_richardson_number_at_lowest_model_level from new to old metadata -INFO: Converting local name faerlw(:,:,:,2) of variable aerosol_single_scattering_albedo_for_longwave_bands_01_16 from new to old metadata -INFO: Converting local name phy_myj_elflx of variable kinematic_surface_latent_heat_flux from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_for_snow_effective_radius) of variable effective_radius_of_stratiform_cloud_snow_particle_in_um from new to old metadata -INFO: Converting local name iopt_tbot of variable flag_for_lower_boundary_soil_temperature_option from new to old metadata -INFO: Converting local name pdfflag of variable flag_for_pdf_for_morrison_gettelman_microphysics_scheme from new to old metadata -INFO: Converting local name do_aw of variable flag_for_Arakawa_Wu_adjustment from new to old metadata -INFO: Converting local name do_tofd of variable turb_oro_form_drag_flag from new to old metadata -INFO: Converting local name dqdti of variable instantaneous_water_vapor_specific_humidity_tendency_due_to_convection from new to old metadata -INFO: Converting local name qi_r of variable cloud_ice_mixing_ratio from new to old metadata -INFO: Converting local name flag_iter of variable flag_for_iteration from new to old metadata -INFO: Converting local name CLDFRA_BL of variable subgrid_cloud_fraction_pbl from new to old metadata -INFO: Converting local name zorl_ice of variable surface_roughness_length_over_ice_interstitial from new to old metadata -INFO: Converting local name dd_mf of variable instantaneous_atmosphere_downdraft_convective_mass_flux from new to old metadata -INFO: Converting local name visdfui of variable surface_upwelling_diffuse_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name julian of variable julian_day from new to old metadata -INFO: Converting local name cd_ice of variable surface_drag_coefficient_for_momentum_in_air_over_ice from new to old metadata -INFO: Converting local name iovr_lw of variable flag_for_max_random_overlap_clouds_for_longwave_radiation from new to old metadata -INFO: Converting local name lmp of variable adjusted_vertical_level_dimension_for_radiation from new to old metadata -INFO: Converting local name kdt of variable index_of_time_step from new to old metadata -INFO: Converting local name ushfsfci of variable instantaneous_surface_upward_sensible_heat_flux_for_chemistry_coupling from new to old metadata -INFO: Converting local name rb_land of variable bulk_richardson_number_at_lowest_model_level_over_land from new to old metadata -INFO: Converting local name uustar of variable surface_friction_velocity from new to old metadata -INFO: Converting local name adjnirbmu of variable surface_upwelling_direct_near_infrared_shortwave_flux from new to old metadata -INFO: Converting local name do_mynnsfclay of variable do_mynnsfclay from new to old metadata -INFO: Converting local name aero_in of variable flag_for_aerosol_input_MG from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_water_vapor) of variable tendency_of_water_vapor_specific_humidity_due_to_model_physics from new to old metadata -INFO: Converting local name mol of variable theta_star from new to old metadata -INFO: Converting local name fwetxy of variable area_fraction_of_wet_canopy from new to old metadata -INFO: Converting local name phy_f2d(:,1) of variable surface_air_pressure_two_time_steps_back from new to old metadata -INFO: Converting local name topflw of variable lw_fluxes_top_atmosphere from new to old metadata -INFO: Converting local name satmedmf of variable flag_for_scale_aware_TKE_moist_EDMF_PBL from new to old metadata -INFO: Converting local name waxy of variable water_storage_in_aquifer from new to old metadata -INFO: Converting local name snow of variable lwe_thickness_of_snow_amount_on_dynamics_timestep from new to old metadata -INFO: Converting local name ivegsrc of variable vegetation_type_dataset_choice from new to old metadata -INFO: Converting local name sigmaf of variable bounded_vegetation_area_fraction from new to old metadata -INFO: Converting local name f_rain of variable fraction_of_rain_water_cloud from new to old metadata -INFO: Converting local name dkt of variable instantaneous_atmosphere_heat_diffusivity from new to old metadata -INFO: Converting local name asolfac_deep of variable aerosol_aware_parameter_deep_convection from new to old metadata -INFO: Converting local name dv3dt(:,:,2) of variable cumulative_change_in_y_wind_due_to_orographic_gravity_wave_drag from new to old metadata -INFO: Converting local name ipr of variable horizontal_index_of_printed_column from new to old metadata -INFO: Converting local name npzcappa of variable vertical_dimension_for_cappa_at_Lagrangian_surface from new to old metadata -INFO: Converting local name clam_deep of variable entrainment_rate_coefficient_deep_convection from new to old metadata -INFO: Converting local name dusfci of variable instantaneous_surface_x_momentum_flux_for_diag from new to old metadata -INFO: Converting local name cs_parm(4) of variable detrainment_and_precipitation_tunable_parameter_4_CS from new to old metadata -INFO: Converting local name levsp1 of variable vertical_dimension_plus_one from new to old metadata -INFO: Converting local name con_cp of variable specific_heat_of_dry_air_at_constant_pressure from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_water_vapor) of variable water_vapor_specific_humidity from new to old metadata -INFO: Converting local name prsik(:,1) of variable dimensionless_exner_function_at_lowest_model_interface from new to old metadata -INFO: Converting local name gasvmr(:,:,5) of variable volume_mixing_ratio_co from new to old metadata -INFO: Converting local name mg_ngcons of variable mg_flag_graupel_concentration_constant from new to old metadata -INFO: Converting local name acsnow of variable accumulated_water_equivalent_of_frozen_precip from new to old metadata -INFO: Converting local name levsm1 of variable vertical_dimension_minus_one from new to old metadata -INFO: Converting local name phy_myj_a1t of variable weight_for_potental_temperature_at_viscous_sublayer_top from new to old metadata -INFO: Converting local name ntracp1 of variable number_of_tracers_plus_one from new to old metadata -INFO: Converting local name GFS_Data of variable GFS_data_type_instance_all_blocks from new to old metadata -INFO: Converting local name zol of variable surface_stability_parameter from new to old metadata -INFO: Converting local name CCPP_interstitial of variable CCPP_interstitial_type_instance from new to old metadata -INFO: Converting local name isd of variable starting_x_direction_index_domain from new to old metadata -INFO: Converting local name cplflx of variable flag_for_flux_coupling from new to old metadata -INFO: Converting local name lradar of variable flag_for_radar_reflectivity from new to old metadata -INFO: Converting local name iseed_ca of variable seed_for_random_number_generation_in_cellular_automata_scheme from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_for_convective_cloud_cover_in_phy_f3d) of variable convective_cloud_cover_in_phy_f3d from new to old metadata -INFO: Converting local name dqsfci of variable instantaneous_surface_upward_latent_heat_flux_for_diag from new to old metadata -INFO: Converting local name dxmin of variable minimum_scaling_factor_for_critical_relative_humidity from new to old metadata -INFO: Converting local name sppt_wts of variable weights_for_stochastic_sppt_perturbation from new to old metadata -INFO: Converting local name tahxy of variable canopy_air_temperature from new to old metadata -INFO: Converting local name imn of variable forecast_month from new to old metadata -INFO: Converting local name evcw of variable canopy_upward_latent_heat_flux from new to old metadata -INFO: Converting local name input_nml_file of variable namelist_filename_for_internal_file_reads from new to old metadata -INFO: Converting local name raddt of variable time_step_for_radiation from new to old metadata -INFO: Converting local name dvisbmi_cpl of variable instantaneous_surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name gwdcv of variable tendency_of_y_wind_due_to_convective_gravity_wave_drag from new to old metadata -INFO: Converting local name evbsa of variable cumulative_soil_upward_latent_heat_flux_multiplied_by_timestep from new to old metadata -INFO: Converting local name cldwrk of variable cumulative_cloud_work_function from new to old metadata -INFO: Converting local name npzdelz of variable vertical_dimension_for_thickness_at_Lagrangian_surface from new to old metadata -INFO: Converting local name dvsfc_cice of variable surface_y_momentum_flux_for_coupling_interstitial from new to old metadata -INFO: Converting local name ql of variable cloud_liquid_water_specific_humidity_at_Lagrangian_surface from new to old metadata -INFO: Converting local name imp_physics_fer_hires of variable flag_for_fer_hires_microphysics_scheme from new to old metadata -INFO: Converting local name dvdt of variable tendency_of_y_wind_due_to_model_physics from new to old metadata -INFO: Converting local name dusfc_cpl of variable cumulative_surface_x_momentum_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name prsl(:,1) of variable air_pressure_at_lowest_model_layer from new to old metadata -INFO: Converting local name ktop_shallow of variable k_level_of_highest_reaching_plume from new to old metadata -INFO: Converting local name sfcfsw of variable sw_fluxes_sfc from new to old metadata -INFO: Converting local name gv0 of variable y_wind_updated_by_physics from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_rain_water) of variable rain_water_mixing_ratio from new to old metadata -INFO: Converting local name cdq_ocean of variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_ocean from new to old metadata -INFO: Converting local name sfcalb(:,4) of variable surface_albedo_due_to_UV_and_VIS_diffused from new to old metadata -INFO: Converting local name gamq of variable countergradient_mixing_term_for_water_vapor from new to old metadata -INFO: Converting local name mdt of variable time_step_for_remapping_for_fast_physics from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_ice_cloud_condensate) of variable ice_water_mixing_ratio from new to old metadata -INFO: Converting local name sfcalb(:,2) of variable surface_albedo_due_to_near_IR_diffused from new to old metadata -INFO: Converting local name phy_fctd of variable cloud_base_mass_flux from new to old metadata -INFO: Converting local name weasd_land of variable water_equivalent_accumulated_snow_depth_over_land from new to old metadata -INFO: Converting local name nwfa2d of variable tendency_of_water_friendly_aerosols_at_surface from new to old metadata -INFO: Converting local name GFS_Control of variable GFS_control_type_instance from new to old metadata -INFO: Converting local name nncl of variable number_of_tracers_for_cloud_condensate from new to old metadata -INFO: Converting local name olyr of variable ozone_concentration_at_layer_for_radiation from new to old metadata -INFO: Converting local name tg3 of variable deep_soil_temperature from new to old metadata -INFO: Converting local name Radtend of variable GFS_radtend_type_instance from new to old metadata -INFO: Converting local name sinlat of variable sine_of_latitude from new to old metadata -INFO: Converting local name sppt_wts of variable weights_for_stochastic_sppt_perturbation_flipped from new to old metadata -INFO: Converting local name ng of variable number_of_ghost_zones from new to old metadata -INFO: Converting local name phil of variable geopotential from new to old metadata -INFO: Converting local name flag_frsoil of variable flag_for_frozen_soil_physics from new to old metadata -INFO: Converting local name faersw(:,:,:,2) of variable aerosol_single_scattering_albedo_for_shortwave_bands_01_16 from new to old metadata -INFO: Converting local name qc of variable cloud_fraction_at_Lagrangian_surface from new to old metadata -INFO: Converting local name do_sfcperts of variable flag_for_stochastic_surface_perturbations from new to old metadata -INFO: Converting local name betas_deep of variable downdraft_fraction_reaching_surface_over_ocean_deep_convection from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_rain_number_concentration) of variable rain_number_concentration from new to old metadata -INFO: Converting local name ifd of variable index_of_dtlm_start from new to old metadata -INFO: Converting local name area of variable cell_area_for_fast_physics from new to old metadata -INFO: Converting local name trans_trac of variable flag_for_convective_transport_of_tracers from new to old metadata -INFO: Converting local name isatmedmf of variable choice_of_scale_aware_TKE_moist_EDMF_PBL from new to old metadata -INFO: Converting local name old_monin of variable flag_for_old_PBL_scheme from new to old metadata -INFO: Converting local name cplchm of variable flag_for_chemistry_coupling from new to old metadata -INFO: Converting local name raincprv of variable lwe_thickness_of_convective_precipitation_amount_from_previous_timestep from new to old metadata -INFO: Converting local name u1 of variable x_wind_at_lowest_model_layer_for_diag from new to old metadata -INFO: Converting local name gw_dvdt of variable tendency_of_y_wind_due_to_ugwp from new to old metadata -INFO: Converting local name dtsfc1 of variable instantaneous_surface_upward_sensible_heat_flux from new to old metadata -INFO: Converting local name gasvmr(:,:,9) of variable volume_mixing_ratio_ccl4 from new to old metadata -INFO: Converting local name semis_ice of variable surface_longwave_emissivity_over_ice_interstitial from new to old metadata -INFO: Converting local name zmtb of variable time_integral_of_height_of_mountain_blocking from new to old metadata -INFO: Converting local name dtauy2d_fd of variable y_momentum_tendency_from_form_drag from new to old metadata -INFO: Converting local name lakefrac of variable lake_area_fraction from new to old metadata -INFO: Converting local name do_myjpbl of variable do_myjpbl from new to old metadata -INFO: Converting local name sncovr of variable surface_snow_area_fraction_over_land from new to old metadata -INFO: Converting local name spd10max of variable maximum_wind_at_10m_over_maximum_hourly_time_interval from new to old metadata -INFO: Converting local name faerlw(:,:,:,3) of variable aerosol_asymmetry_parameter_for_longwave_bands_01_16 from new to old metadata -INFO: Converting local name adjsfculw_ocean of variable surface_upwelling_longwave_flux_over_ocean_interstitial from new to old metadata -INFO: Converting local name nscfshoc of variable index_of_subgrid_scale_cloud_fraction_from_shoc_in_phy_f3d from new to old metadata -INFO: Converting local name qv_r of variable humidity_mixing_ratio from new to old metadata -INFO: Converting local name gq0(:,:,index_for_water_vapor) of variable water_vapor_specific_humidity_updated_by_physics from new to old metadata -INFO: Converting local name lsnow_lsm of variable snow_vertical_dimension_for_land_surface_model from new to old metadata -INFO: Converting local name dv3dt_ngw of variable time_integral_of_change_in_y_wind_due_to_nonstationary_gravity_wave from new to old metadata -INFO: Converting local name tlyr of variable air_temperature_at_layer_for_radiation from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_turbulent_kinetic_energy) of variable turbulent_kinetic_energy from new to old metadata -INFO: Converting local name h2opl of variable h2o_forcing from new to old metadata -INFO: Converting local name smc of variable volume_fraction_of_soil_moisture from new to old metadata -INFO: Converting local name latr of variable number_of_latitude_points from new to old metadata -INFO: Converting local name crick_proof of variable flag_for_CRICK_proof_cloud_water from new to old metadata -INFO: Converting local name ssem of variable instantaneous_seasalt_emission_flux from new to old metadata -INFO: Converting local name xlai1d of variable perturbation_of_leaf_area_index from new to old metadata -INFO: Converting local name tdoms of variable dominant_snow_type from new to old metadata -INFO: Converting local name canopy of variable canopy_water_amount from new to old metadata -INFO: Converting local name dtauy2d_ss of variable y_momentum_tendency_from_small_scale_gwd from new to old metadata -INFO: Converting local name forcet of variable temperature_tendency_due_to_dynamics from new to old metadata -INFO: Converting local name snowmt of variable surface_snow_melt from new to old metadata -INFO: Converting local name ttendlim of variable limit_for_temperature_tendency_for_microphysics from new to old metadata -INFO: Converting local name clouds(:,:,6) of variable cloud_rain_water_path from new to old metadata -INFO: Converting local name sigmafrac of variable convective_updraft_area_fraction from new to old metadata -INFO: Converting local name tau_tofd of variable instantaneous_momentum_flux_due_to_turbulent_orographic_form_drag from new to old metadata -INFO: Converting local name gq0(:,:,index_for_ice_friendly_aerosols) of variable ice_friendly_aerosol_number_concentration_updated_by_physics from new to old metadata -INFO: Converting local name nsswr of variable number_of_timesteps_between_shortwave_radiation_calls from new to old metadata -INFO: Converting local name ulwsfc_cice of variable surface_upwelling_longwave_flux_for_coupling_interstitial from new to old metadata -INFO: Converting local name dq3dt(:,:,8) of variable cumulative_change_in_ozone_concentration_due_to_temperature from new to old metadata -INFO: Converting local name stress_ice of variable surface_wind_stress_over_ice from new to old metadata -INFO: Converting local name is of variable starting_x_direction_index from new to old metadata -INFO: Converting local name sbsno of variable snow_deposition_sublimation_upward_latent_heat_flux from new to old metadata -INFO: Converting local name cnvprcpb of variable cumulative_lwe_thickness_of_convective_precipitation_amount_in_bucket from new to old metadata -INFO: Converting local name rdlai of variable flag_for_reading_leaf_area_index_from_input from new to old metadata -INFO: Converting local name phy_f3d(:,:,4) of variable water_vapor_specific_humidity_at_previous_time_step from new to old metadata -INFO: Converting local name area of variable cell_area from new to old metadata -INFO: Converting local name con_eps of variable ratio_of_dry_air_to_water_vapor_gas_constants from new to old metadata -INFO: Converting local name edmf_a of variable emdf_updraft_area from new to old metadata -INFO: Converting local name dusfc1 of variable instantaneous_surface_x_momentum_flux from new to old metadata -INFO: Converting local name qlcn of variable mass_fraction_of_convective_cloud_liquid_water from new to old metadata -INFO: Converting local name fh2_land of variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_land from new to old metadata -INFO: Converting local name tprcp_land of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_land from new to old metadata -INFO: Converting local name chh_land of variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_land from new to old metadata -INFO: Converting local name dt3dt(:,:,1) of variable cumulative_change_in_temperature_due_to_longwave_radiation from new to old metadata -INFO: Converting local name nfracseed of variable cellular_automata_seed_probability from new to old metadata -INFO: Converting local name cwm of variable total_cloud_condensate_mixing_ratio_updated_by_physics from new to old metadata -INFO: Converting local name u10max of variable maximum_u_wind_at_10m_over_maximum_hourly_time_interval from new to old metadata -INFO: Converting local name dvsfc_ss of variable integrated_y_momentum_flux_from_small_scale_gwd from new to old metadata -INFO: Converting local name smcref2 of variable threshold_volume_fraction_of_condensed_water_in_soil from new to old metadata -INFO: Converting local name kcnv of variable flag_deep_convection from new to old metadata -INFO: Converting local name keepsmfr of variable volume_fraction_of_frozen_soil_moisture_for_land_surface_model from new to old metadata -INFO: Converting local name frain of variable dynamics_to_physics_timestep_ratio from new to old metadata -INFO: Converting local name debug of variable flag_debug from new to old metadata -INFO: Converting local name qrn of variable local_rain_water_mixing_ratio from new to old metadata -INFO: Converting local name tsfc_ocean of variable surface_skin_temperature_over_ocean_interstitial from new to old metadata -INFO: Converting local name levr of variable number_of_vertical_layers_for_radiation_calculations from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_graupel_number_concentration) of variable graupel_number_concentration from new to old metadata -INFO: Converting local name bl_upfr of variable updraft_fraction_in_boundary_layer_mass_flux_scheme from new to old metadata -INFO: Converting local name nsfcpert of variable number_of_surface_perturbations from new to old metadata -INFO: Converting local name evpco of variable coefficient_for_evaporation_of_rainfall from new to old metadata -INFO: Converting local name iems of variable flag_for_surface_emissivity_control from new to old metadata -INFO: Converting local name dlwsfc of variable cumulative_surface_downwelling_longwave_flux_multiplied_by_timestep from new to old metadata -INFO: Converting local name cimin of variable minimum_sea_ice_concentration from new to old metadata -INFO: Converting local name zs of variable depth_of_soil_levels_for_land_surface_model from new to old metadata -INFO: Converting local name fm10_land of variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_land from new to old metadata -INFO: Converting local name lsm_noahmp of variable flag_for_noahmp_land_surface_scheme from new to old metadata -INFO: Converting local name cs_parm(1) of variable updraft_velocity_tunable_parameter_1_CS from new to old metadata -INFO: Converting local name z_c of variable sub_layer_cooling_thickness from new to old metadata -INFO: Converting local name rainc of variable lwe_thickness_of_convective_precipitation_amount_on_dynamics_timestep from new to old metadata -INFO: Converting local name do_cnvgwd of variable flag_for_convective_gravity_wave_drag from new to old metadata -INFO: Converting local name nlunit of variable iounit_namelist from new to old metadata -INFO: Converting local name gw_dtdt of variable tendency_of_air_temperature_due_to_ugwp from new to old metadata -INFO: Converting local name phy_myj_vz0 of variable v_wind_component_at_viscous_sublayer_top from new to old metadata -INFO: Converting local name dusfc_ss of variable integrated_x_momentum_flux_from_small_scale_gwd from new to old metadata -INFO: Converting local name reset of variable flag_reset_maximum_hourly_fields from new to old metadata -INFO: Converting local name idat of variable date_and_time_at_model_initialization from new to old metadata -INFO: Converting local name oceanfrac of variable sea_area_fraction from new to old metadata -INFO: Converting local name rho_h2o of variable density_of_fresh_water from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_ozone) of variable ozone_mixing_ratio from new to old metadata -INFO: Converting local name qv of variable water_vapor_specific_humidity_at_Lagrangian_surface from new to old metadata -INFO: Converting local name adjnirdfd of variable surface_downwelling_diffuse_near_infrared_shortwave_flux from new to old metadata -INFO: Converting local name ca_global of variable flag_for_global_cellular_automata from new to old metadata -INFO: Converting local name landfrac of variable land_area_fraction from new to old metadata -INFO: Converting local name iopt_btr of variable flag_for_soil_moisture_factor_stomatal_resistance_option from new to old metadata -INFO: Converting local name cqs2 of variable surface_exchange_coefficient_for_moisture_at_2m from new to old metadata -INFO: Converting local name snohfa of variable cumulative_snow_freezing_rain_upward_latent_heat_flux_multiplied_by_timestep from new to old metadata -INFO: Converting local name nvisbm_cpl of variable cumulative_surface_net_downward_direct_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name GFS_sfcprop_type of variable GFS_sfcprop_type from new to old metadata -INFO: Converting local name oz_phys of variable flag_for_ozone_physics from new to old metadata -INFO: Converting local name rhowater of variable liquid_water_density from new to old metadata -INFO: Converting local name zsnsoxy of variable layer_bottom_depth_from_snow_surface from new to old metadata -INFO: Converting local name nthresh of variable threshold_for_perturbed_vertical_velocity from new to old metadata -INFO: Converting local name phy_f3d(:,:,1) of variable air_temperature_two_time_steps_back from new to old metadata -INFO: Converting local name gq0(:,:,index_for_water_friendly_aerosols) of variable water_friendly_aerosol_number_concentration_updated_by_physics from new to old metadata -INFO: Converting local name wetness of variable normalized_soil_wetness_for_land_surface_model from new to old metadata -INFO: Converting local name v10mi_cpl of variable instantaneous_y_wind_at_10m_for_coupling from new to old metadata -INFO: Converting local name rh02min of variable minimum_relative_humidity_at_2m_over_maximum_hourly_time_interval from new to old metadata -INFO: Converting local name nf_aelw of variable number_of_aerosol_output_fields_for_longwave_radiation from new to old metadata -INFO: Converting local name isubc_sw of variable flag_for_sw_clouds_without_sub_grid_approximation from new to old metadata -INFO: Converting local name gq0(:,:,index_for_rain_number_concentration) of variable rain_number_concentration_updated_by_physics from new to old metadata -INFO: Converting local name dvsfc1 of variable instantaneous_surface_y_momentum_flux from new to old metadata -INFO: Converting local name nirdfdi of variable surface_downwelling_diffuse_near_infrared_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name isatmedmf_vdif of variable choice_of_original_scale_aware_TKE_moist_EDMF_PBL from new to old metadata -INFO: Converting local name fprcp of variable number_of_frozen_precipitation_species from new to old metadata -INFO: Converting local name tsurf_land of variable surface_skin_temperature_after_iteration_over_land from new to old metadata -INFO: Converting local name kd of variable vertical_index_difference_between_inout_and_local from new to old metadata -INFO: Converting local name LTP of variable extra_top_layer from new to old metadata -INFO: Converting local name solcon of variable solar_constant from new to old metadata -INFO: Converting local name gq0(:,:,index_for_snow_number_concentration) of variable snow_number_concentration_updated_by_physics from new to old metadata -INFO: Converting local name bl_mynn_tkebudget of variable tke_budget from new to old metadata -INFO: Converting local name xu of variable diurnal_thermocline_layer_x_current from new to old metadata -INFO: Converting local name bl_mynn_tkeadvect of variable tke_advect from new to old metadata -INFO: Converting local name hflx_ice of variable kinematic_surface_upward_sensible_heat_flux_over_ice from new to old metadata -INFO: Converting local name smcwlt2 of variable volume_fraction_of_condensed_water_in_soil_at_wilting_point from new to old metadata -INFO: Converting local name imfdeepcnv of variable flag_for_mass_flux_deep_convection_scheme from new to old metadata -INFO: Converting local name ntchm of variable number_of_chemical_tracers from new to old metadata -INFO: Converting local name ncpl of variable local_condesed_water_number_concentration from new to old metadata -INFO: Converting local name vvl of variable omega from new to old metadata -INFO: Converting local name xkzminv of variable atmosphere_heat_diffusivity_background_maximum from new to old metadata -INFO: Converting local name snowc of variable surface_snow_area_fraction from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_of_subgrid_scale_cloud_fraction_from_shoc_in_phy_f3d) of variable subgrid_scale_cloud_fraction_from_shoc from new to old metadata -INFO: Converting local name du3dt(:,:,4) of variable cumulative_change_in_x_wind_due_to_convective_gravity_wave_drag from new to old metadata -INFO: Converting local name jcap of variable number_of_spectral_wave_trancation_for_sas from new to old metadata -INFO: Converting local name cd_ocean of variable surface_drag_coefficient_for_momentum_in_air_over_ocean from new to old metadata -INFO: Converting local name vfrac of variable vegetation_area_fraction from new to old metadata -INFO: Converting local name dvdftra of variable tendency_of_vertically_diffused_tracer_concentration from new to old metadata -INFO: Converting local name npzp1 of variable vertical_dimension_for_fast_physics_plus_one from new to old metadata -INFO: Converting local name duem of variable instantaneous_dust_emission_flux from new to old metadata -INFO: Converting local name prslrd0 of variable pressure_cutoff_for_rayleigh_damping from new to old metadata -INFO: Converting local name q2m of variable specific_humidity_at_2m from new to old metadata -INFO: Converting local name chs2 of variable surface_exchange_coefficient_for_heat_at_2m from new to old metadata -INFO: Converting local name lfmassxy of variable leaf_mass from new to old metadata -INFO: Converting local name phy_f3d(:,:,2) of variable water_vapor_specific_humidity_two_time_steps_back from new to old metadata -INFO: Converting local name rainp of variable tendency_of_rain_water_mixing_ratio_due_to_microphysics from new to old metadata -INFO: Converting local name ud_mf of variable instantaneous_atmosphere_updraft_convective_mass_flux from new to old metadata -INFO: Converting local name dudt_tms of variable instantaneous_change_in_x_wind_due_to_turbulent_orographic_form_drag from new to old metadata -INFO: Converting local name mg3_as_mg2 of variable flag_mg3_as_mg2 from new to old metadata -INFO: Converting local name htlw0 of variable tendency_of_air_temperature_due_to_longwave_heating_assuming_clear_sky_on_radiation_time_step from new to old metadata -INFO: Converting local name w_d of variable coefficient_w_d from new to old metadata -INFO: Converting local name shdmax of variable maximum_vegetation_area_fraction from new to old metadata -INFO: Converting local name iccn of variable flag_for_in_ccn_forcing_for_morrison_gettelman_microphysics from new to old metadata -INFO: Converting local name htlwc of variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step from new to old metadata -INFO: Converting local name scmpsw of variable components_of_surface_downward_shortwave_fluxes from new to old metadata -INFO: Converting local name tgrs(:,1) of variable air_temperature_at_lowest_model_layer from new to old metadata -INFO: Converting local name cmxy of variable surface_drag_coefficient_for_momentum_for_noahmp from new to old metadata -INFO: Converting local name snowd_land of variable surface_snow_thickness_water_equivalent_over_land from new to old metadata -INFO: Converting local name clouds(:,:,5) of variable mean_effective_radius_for_ice_cloud from new to old metadata -INFO: Converting local name xz of variable diurnal_thermocline_layer_thickness from new to old metadata -INFO: Converting local name tsfg of variable surface_ground_temperature_for_radiation from new to old metadata -INFO: Converting local name dkt of variable atmosphere_heat_diffusivity from new to old metadata -INFO: Converting local name qgrs of variable tracer_concentration from new to old metadata -INFO: Converting local name pgcon_deep of variable momentum_transport_reduction_factor_pgf_deep_convection from new to old metadata -INFO: Converting local name wind10mmax of variable maximum_wind_at_10m from new to old metadata -INFO: Converting local name slopetype of variable surface_slope_classification from new to old metadata -INFO: Converting local name Intdiag of variable GFS_diag_type_instance from new to old metadata -INFO: Converting local name mg_nccons of variable mg_flag_drop_concentration_constant from new to old metadata -INFO: Converting local name adjvisdfd of variable surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_snow_water) of variable tendency_of_snow_water_mixing_ratio_due_to_model_physics from new to old metadata -INFO: Converting local name nlwsfc_cpl of variable cumulative_surface_net_downward_longwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name clouds(:,:,9) of variable mean_effective_radius_for_snow_flake from new to old metadata -INFO: Converting local name con_cvap of variable specific_heat_of_water_vapor_at_constant_pressure from new to old metadata -INFO: Converting local name drydep of variable instantaneous_dry_deposition from new to old metadata -INFO: Converting local name semis_ocean of variable surface_longwave_emissivity_over_ocean_interstitial from new to old metadata -INFO: Converting local name master of variable mpi_root from new to old metadata -INFO: Converting local name gamt of variable countergradient_mixing_term_for_temperature from new to old metadata -INFO: Converting local name redrag of variable flag_for_reduced_drag_coefficient_over_sea from new to old metadata -INFO: Converting local name gq0(:,:,index_for_ozone) of variable ozone_concentration_updated_by_physics from new to old metadata -INFO: Converting local name do_skeb of variable flag_for_stochastic_skeb_option from new to old metadata -INFO: Converting local name qg_r of variable mass_weighted_rime_factor_mixing_ratio from new to old metadata -INFO: Converting local name min_seaice of variable sea_ice_minimum from new to old metadata -INFO: Converting local name betal_deep of variable downdraft_fraction_reaching_surface_over_land_deep_convection from new to old metadata -INFO: Converting local name alvwf of variable mean_vis_albedo_with_weak_cosz_dependency from new to old metadata -INFO: Converting local name do_gwd of variable flag_for_gravity_wave_drag from new to old metadata -INFO: Converting local name nf_aesw of variable number_of_aerosol_output_fields_for_shortwave_radiation from new to old metadata -INFO: Converting local name avg_max_length of variable time_interval_for_maximum_hourly_fields from new to old metadata -INFO: Converting local name tdomzr of variable dominant_freezing_rain_type from new to old metadata -INFO: Converting local name toticeb of variable accumulated_lwe_thickness_of_ice_amount_in_bucket from new to old metadata -INFO: Converting local name isppt_deep of variable flag_for_combination_of_sppt_with_isppt_deep from new to old metadata -INFO: Converting local name ice of variable lwe_thickness_of_ice_amount_on_dynamics_timestep from new to old metadata -INFO: Converting local name dq3dt(:,:,9) of variable cumulative_change_in_ozone_concentration_due_to_overhead_ozone_column from new to old metadata -INFO: Converting local name lsidea of variable flag_idealized_physics from new to old metadata -INFO: Converting local name ico2 of variable flag_for_using_prescribed_global_mean_co2_value from new to old metadata -INFO: Converting local name evap_ice of variable kinematic_surface_upward_latent_heat_flux_over_ice from new to old metadata -INFO: Converting local name do_awdd of variable flag_arakawa_wu_downdraft from new to old metadata -INFO: Converting local name hetfrz_classnuc of variable mg_flag_for_heterogeneous_freezing from new to old metadata -INFO: Converting local name mpiroot of variable mpi_root_for_fast_physics from new to old metadata -INFO: Converting local name dq3dt(:,:,4) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_microphysics from new to old metadata -INFO: Converting local name GFS_coupling_type of variable GFS_coupling_type from new to old metadata -INFO: Converting local name psurfi_cpl of variable instantaneous_surface_air_pressure_for_coupling from new to old metadata -INFO: Converting local name xkzm_h of variable atmosphere_heat_diffusivity_background from new to old metadata -INFO: Converting local name rh02max of variable maximum_relative_humidity_at_2m_over_maximum_hourly_time_interval from new to old metadata -INFO: Converting local name tmpmax of variable maximum_temperature_at_2m from new to old metadata -INFO: Converting local name fscav of variable fraction_of_tracer_scavenged from new to old metadata -INFO: Converting local name ntiwx of variable index_for_ice_cloud_condensate_vertical_diffusion_tracer from new to old metadata -INFO: Converting local name gasvmr(:,:,4) of variable volume_mixing_ratio_o2 from new to old metadata -INFO: Converting local name dpt2m of variable dewpoint_temperature_at_2m from new to old metadata -INFO: Converting local name mg_do_liq_liu of variable mg_flag_for_liu_liquid_treatment from new to old metadata -INFO: Converting local name ffhh_land of variable Monin_Obukhov_similarity_function_for_heat_over_land from new to old metadata -INFO: Converting local name crtrh(3) of variable critical_relative_humidity_at_top_of_atmosphere from new to old metadata -INFO: Converting local name smcwtdxy of variable soil_water_content_between_soil_bottom_and_water_table from new to old metadata -INFO: Converting local name visbmdi of variable surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name cdq_ice of variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_ice from new to old metadata -INFO: Converting local name adjnirdfu of variable surface_upwelling_diffuse_near_infrared_shortwave_flux from new to old metadata -INFO: Converting local name wcbmax of variable maximum_updraft_velocity_at_cloud_base from new to old metadata -INFO: Converting local name tsflw of variable surface_midlayer_air_temperature_in_longwave_radiation from new to old metadata -INFO: Converting local name asolfac_shal of variable aerosol_aware_parameter_shallow_convection from new to old metadata -INFO: Converting local name gabsbdlw_ocean of variable surface_downwelling_longwave_flux_absorbed_by_ground_over_ocean from new to old metadata -INFO: Converting local name de_lgth of variable cloud_decorrelation_length from new to old metadata -INFO: Converting local name GFS_interstitial_type of variable GFS_interstitial_type from new to old metadata -INFO: Converting local name imap of variable map_of_block_column_number_to_global_i_index from new to old metadata -INFO: Converting local name plyr of variable air_pressure_at_layer_for_radiation_in_hPa from new to old metadata -INFO: Converting local name skip_macro of variable flag_skip_macro from new to old metadata -INFO: Converting local name tsnoxy of variable snow_temperature from new to old metadata -INFO: Converting local name sbsnoa of variable cumulative_snow_deposition_sublimation_upward_latent_heat_flux_multiplied_by_timestep from new to old metadata -INFO: Converting local name prcpmp of variable lwe_thickness_of_explicit_precipitation_amount from new to old metadata -INFO: Converting local name clcn of variable convective_cloud_volume_fraction from new to old metadata -INFO: Converting local name gt0 of variable air_temperature_updated_by_physics from new to old metadata -INFO: Converting local name gamma of variable anisotropy_of_subgrid_orography from new to old metadata -INFO: Converting local name uconvtend of variable tendency_of_x_wind_due_to_deep_convection_for_coupling_on_physics_timestep from new to old metadata -INFO: Converting local name dswsfci_cpl of variable instantaneous_surface_downwelling_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name delp of variable pressure_thickness_at_Lagrangian_surface from new to old metadata -INFO: Converting local name lsm_ruc of variable flag_for_ruc_land_surface_scheme from new to old metadata -INFO: Converting local name dt_mf of variable instantaneous_atmosphere_detrainment_convective_mass_flux from new to old metadata -INFO: Converting local name d_conv of variable free_convection_layer_thickness from new to old metadata -INFO: Converting local name nlwsfci_cpl of variable instantaneous_surface_net_downward_longwave_flux_for_coupling from new to old metadata -INFO: Converting local name shum_wts of variable weights_for_stochastic_shum_perturbation from new to old metadata -INFO: Converting local name dswsfci of variable surface_downwelling_shortwave_flux from new to old metadata -INFO: Converting local name do_ysu of variable flag_for_ysu from new to old metadata -INFO: Converting local name q_con of variable cloud_condensed_water_specific_humidity_at_Lagrangian_surface from new to old metadata -INFO: Converting local name mom4ice of variable flag_for_mom4_coupling from new to old metadata -INFO: Converting local name tref of variable sea_surface_reference_temperature from new to old metadata -INFO: Converting local name faersw(:,:,:,3) of variable aerosol_asymmetry_parameter_for_shortwave_bands_01_16 from new to old metadata -INFO: Converting local name ie of variable ending_x_direction_index from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_water_friendly_aerosols) of variable water_friendly_aerosol_number_concentration from new to old metadata -INFO: Converting local name dugwd of variable time_integral_of_x_stress_due_to_gravity_wave_drag from new to old metadata -INFO: Converting local name ntot3d of variable number_of_fields_in_phyf3d from new to old metadata -INFO: Converting local name GFS_data_type of variable GFS_data_type from new to old metadata -INFO: Converting local name graupelprv of variable lwe_thickness_of_graupel_amount_from_previous_timestep from new to old metadata -INFO: Converting local name nstf_name(4) of variable vertical_temperature_average_range_lower_bound from new to old metadata -INFO: Converting local name kind_dyn of variable kind_dyn from new to old metadata -INFO: Converting local name acv of variable accumulated_lwe_thickness_of_convective_precipitation_amount_cnvc90 from new to old metadata -INFO: Converting local name lsoil_lsm of variable soil_vertical_dimension_for_land_surface_model from new to old metadata -INFO: Converting local name phy_myj_chkqlm of variable surface_layer_evaporation_switch from new to old metadata -INFO: Converting local name dtf of variable time_step_for_dynamics from new to old metadata -INFO: Converting local name dqsfci_cpl of variable instantaneous_surface_upward_latent_heat_flux_for_coupling from new to old metadata -INFO: Converting local name mg_do_hail of variable mg_flag_for_hail from new to old metadata -INFO: Converting local name iopt_sfc of variable flag_for_surface_layer_drag_coefficient_option from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_ice_cloud_number_concentration) of variable tendency_of_ice_number_concentration_due_to_model_physics from new to old metadata -INFO: Converting local name kind_LOGICAL of variable kind_LOGICAL from new to old metadata -INFO: Converting local name hybedmf of variable flag_for_hedmf from new to old metadata -INFO: Converting local name dvisdfi_cpl of variable instantaneous_surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name exch_h of variable atmosphere_heat_diffusivity_for_mynnpbl from new to old metadata -INFO: Converting local name z01d of variable perturbation_of_momentum_roughness_length from new to old metadata -INFO: Converting local name prevst of variable temperature_from_previous_timestep from new to old metadata -INFO: Converting local name tracers_total of variable number_of_total_tracers from new to old metadata -INFO: Converting local name wind of variable wind_speed_at_lowest_model_layer from new to old metadata -INFO: Converting local name hprime of variable statistical_measures_of_subgrid_orography from new to old metadata -INFO: Converting local name oz_coeffp5 of variable number_of_coefficients_in_ozone_forcing_data_plus_five from new to old metadata -INFO: Converting local name tvxy of variable vegetation_temperature from new to old metadata -INFO: Converting local name ncps of variable local_snow_number_concentration from new to old metadata -INFO: Converting local name zlvl of variable height_above_ground_at_lowest_model_layer from new to old metadata -INFO: Converting local name restart of variable flag_for_restart from new to old metadata -INFO: Converting local name con_tice of variable freezing_point_temperature_of_seawater from new to old metadata -INFO: Converting local name sfcnsw of variable surface_net_downwelling_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name tau_mtb of variable time_integral_of_momentum_flux_due_to_mountain_blocking_drag from new to old metadata -INFO: Metadata table for model FV3 written to tests/build_fv3_18/FV3/ccpp/physics/CCPP_VARIABLES_FV3.html -INFO: Parsing metadata tables in physics scheme files ... -INFO: Parsed tables in scheme rayleigh_damp -INFO: Parsed tables in scheme GFS_surface_composites_pre -INFO: Parsed tables in scheme GFS_surface_composites_inter -INFO: Parsed tables in scheme GFS_surface_composites_post -INFO: Parsed tables in scheme rrtmg_sw -INFO: Parsed tables in scheme sfc_ocean -INFO: Parsed tables in scheme gwdc_pre -INFO: Parsed tables in scheme gwdc -INFO: Parsed tables in scheme gwdc_post -INFO: Parsed tables in scheme cu_gf_driver_pre -INFO: Parsed tables in scheme gfdl_cloud_microphys -INFO: Parsed tables in scheme GFS_time_vary_pre -INFO: Parsed tables in scheme GFS_rrtmg_setup -INFO: Parsed tables in scheme zhaocarr_gscond -INFO: Parsed tables in scheme ysuvdif -INFO: Parsed tables in scheme rrtmg_sw_post -INFO: Parsed tables in scheme GFS_SCNV_generic_pre -INFO: Parsed tables in scheme GFS_SCNV_generic_post -INFO: Parsed tables in scheme GFS_rrtmg_pre -INFO: Parsed tables in scheme sfc_sice -INFO: Parsed tables in scheme samfdeepcnv -INFO: Parsed tables in scheme satmedmfvdif -INFO: Parsed tables in scheme mynnrad_post -INFO: Parsed tables in scheme cu_gf_driver_post -INFO: Parsed tables in scheme cs_conv_aw_adj -INFO: Parsed tables in scheme GFS_phys_time_vary -INFO: Parsed tables in scheme ozphys_2015 -INFO: Parsed tables in scheme GFS_suite_interstitial_rad_reset -INFO: Parsed tables in scheme GFS_suite_interstitial_phys_reset -INFO: Parsed tables in scheme GFS_suite_interstitial_1 -INFO: Parsed tables in scheme GFS_suite_interstitial_2 -INFO: Parsed tables in scheme GFS_suite_stateout_reset -INFO: Parsed tables in scheme GFS_suite_stateout_update -INFO: Parsed tables in scheme GFS_suite_interstitial_3 -INFO: Parsed tables in scheme GFS_suite_interstitial_4 -INFO: Parsed tables in scheme samfshalcnv -INFO: Parsed tables in scheme zhaocarr_precpd -INFO: Parsed tables in scheme noahmpdrv -INFO: Parsed tables in scheme mp_fer_hires -INFO: Parsed tables in scheme myjpbl_wrapper -INFO: Parsed tables in scheme GFS_surface_generic_pre -INFO: Parsed tables in scheme GFS_surface_generic_post -INFO: Parsed tables in scheme cu_ntiedtke_post -INFO: Parsed tables in scheme sfc_diag -INFO: Parsed tables in scheme rrtmg_lw -INFO: Parsed tables in scheme GFS_diagtoscreen -INFO: Parsed tables in scheme GFS_interstitialtoscreen -INFO: Parsed tables in scheme GFS_abort -INFO: Parsed tables in scheme GFS_checkland -INFO: Parsed tables in scheme mynnrad_pre -INFO: Parsed tables in scheme satmedmfvdifq -INFO: Parsed tables in scheme cs_conv_pre -INFO: Parsed tables in scheme cs_conv_post -INFO: Parsed tables in scheme cs_conv -INFO: Parsed tables in scheme shinhongvdif -INFO: Parsed tables in scheme h2ophys -INFO: Parsed tables in scheme rrtmg_lw_post -INFO: Parsed tables in scheme sfc_nst -INFO: Parsed tables in scheme sfc_nst_pre -INFO: Parsed tables in scheme sfc_nst_post -INFO: Parsed tables in scheme cu_ntiedtke_pre -INFO: Parsed tables in scheme cu_ntiedtke -INFO: Parsed tables in scheme cires_ugwp_post -INFO: Parsed tables in scheme hedmf -INFO: Parsed tables in scheme sfc_diff -INFO: Parsed tables in scheme mp_thompson_pre -INFO: Parsed tables in scheme sfc_diag_post -INFO: Parsed tables in scheme m_micro_pre -INFO: Parsed tables in scheme m_micro_post -INFO: Parsed tables in scheme m_micro -INFO: Parsed tables in scheme fv_sat_adj -INFO: Parsed tables in scheme GFS_surface_loop_control_part1 -INFO: Parsed tables in scheme GFS_surface_loop_control_part2 -INFO: Parsed tables in scheme shoc -INFO: Parsed tables in scheme GFS_rrtmg_post -INFO: Parsed tables in scheme GFS_GWD_generic_pre -INFO: Parsed tables in scheme GFS_GWD_generic_post -INFO: Parsed tables in scheme rrtmg_sw_pre -INFO: Parsed tables in scheme GFS_MP_generic_pre -INFO: Parsed tables in scheme GFS_MP_generic_post -INFO: Parsed tables in scheme cu_gf_driver -INFO: Parsed tables in scheme GFS_PBL_generic_pre -INFO: Parsed tables in scheme GFS_PBL_generic_post -INFO: Parsed tables in scheme mp_thompson_post -INFO: Parsed tables in scheme mp_thompson -INFO: Parsed tables in scheme rrtmg_lw_pre -INFO: Parsed tables in scheme gwdps -INFO: Parsed tables in scheme shalcnv -INFO: Parsed tables in scheme cires_ugwp -INFO: Parsed tables in scheme get_prs_fv3 -INFO: Parsed tables in scheme get_phi_fv3 -INFO: Parsed tables in scheme mynnsfc_wrapper -INFO: Parsed tables in scheme GFS_suite_ini_fini_test -INFO: Parsed tables in scheme myjsfc_wrapper -INFO: Parsed tables in scheme mynnedmf_wrapper -INFO: Parsed tables in scheme ozphys -INFO: Parsed tables in scheme lsm_ruc -INFO: Parsed tables in scheme GFS_stochastics -INFO: Parsed tables in scheme drag_suite -INFO: Parsed tables in scheme sfc_cice -INFO: Parsed tables in scheme sascnvn -INFO: Parsed tables in scheme lsm_ruc_sfc_sice_pre -INFO: Parsed tables in scheme lsm_ruc_sfc_sice_post -INFO: Parsed tables in scheme GFS_DCNV_generic_pre -INFO: Parsed tables in scheme GFS_DCNV_generic_post -INFO: Parsed tables in scheme cnvc90 -INFO: Parsed tables in scheme GFS_rad_time_vary -INFO: Parsed tables in scheme maximum_hourly_diagnostics -INFO: Parsed tables in scheme lsm_noah -INFO: Parsed tables in scheme dcyc2t3 -INFO: Parsed tables in scheme dcyc2t3_post -INFO: Parsed tables in scheme moninshoc -INFO: filtering out variable GFS_stateout_type_instance -INFO: filtering out variable accumulated_change_of_air_temperature_due_to_FA_scheme -INFO: filtering out variable accumulated_water_equivalent_of_frozen_precip -INFO: filtering out variable aerosol_number_concentration_from_gocart_aerosol_climatology -INFO: filtering out variable air_temperature_at_previous_time_step -INFO: filtering out variable air_temperature_two_time_steps_back -INFO: filtering out variable area_fraction_of_wet_canopy -INFO: filtering out variable atmosphere_energy_content_at_Lagrangian_surface -INFO: filtering out variable atmosphere_energy_content_in_column -INFO: filtering out variable atmosphere_heat_diffusivity_for_mynnpbl -INFO: filtering out variable atmosphere_heat_diffusivity_from_shoc -INFO: filtering out variable atmosphere_momentum_diffusivity_for_mynnpbl -INFO: filtering out variable baseline_surface_roughness_length -INFO: filtering out variable canopy_air_temperature -INFO: filtering out variable canopy_air_vapor_pressure -INFO: filtering out variable canopy_intercepted_ice_mass -INFO: filtering out variable canopy_intercepted_liquid_water -INFO: filtering out variable cappa_moist_gas_constant_at_Lagrangian_surface -INFO: filtering out variable ccn_number_concentration -INFO: filtering out variable ccpp_block_number -INFO: filtering out variable cell_area_for_fast_physics -INFO: filtering out variable cell_size -INFO: filtering out variable characteristic_grid_length_scale -INFO: filtering out variable choice_of_original_scale_aware_TKE_moist_EDMF_PBL -INFO: filtering out variable choice_of_scale_aware_TKE_moist_EDMF_PBL -INFO: filtering out variable choice_of_updated_scale_aware_TKE_moist_EDMF_PBL -INFO: filtering out variable cloud_area_fraction -INFO: filtering out variable cloud_base_mass_flux -INFO: filtering out variable cloud_condensed_water_conversion_threshold -INFO: filtering out variable cloud_condensed_water_mixing_ratio_at_lowest_model_layer -INFO: filtering out variable cloud_condensed_water_mixing_ratio_at_surface -INFO: filtering out variable cloud_condensed_water_specific_humidity_at_Lagrangian_surface -INFO: filtering out variable cloud_droplet_number_concentration -INFO: filtering out variable cloud_droplet_number_concentration_updated_by_physics -INFO: filtering out variable cloud_fraction_at_Lagrangian_surface -INFO: filtering out variable cloud_fraction_for_MG -INFO: filtering out variable cloud_graupel_specific_humidity_at_Lagrangian_surface -INFO: filtering out variable cloud_ice_specific_humidity_at_Lagrangian_surface -INFO: filtering out variable cloud_liquid_water_specific_humidity_at_Lagrangian_surface -INFO: filtering out variable cloud_phase_transition_denominator -INFO: filtering out variable cloud_phase_transition_threshold_temperature -INFO: filtering out variable cloud_rain_specific_humidity_at_Lagrangian_surface -INFO: filtering out variable cloud_snow_specific_humidity_at_Lagrangian_surface -INFO: filtering out variable cloud_specie_mix_flag -INFO: filtering out variable cloudpdf -INFO: filtering out variable coefficient_for_evaporation_of_rainfall -INFO: filtering out variable coefficient_from_cloud_ice_to_snow -INFO: filtering out variable coefficient_from_cloud_water_to_rain -INFO: filtering out variable conv_activity_counter -INFO: filtering out variable convective_updraft_area_fraction -INFO: filtering out variable convective_updraft_area_fraction_at_model_interfaces -INFO: filtering out variable couple_sgs_clouds_to_radiation_flag -INFO: filtering out variable cumulative_change_in_x_wind_due_to_convective_gravity_wave_drag -INFO: filtering out variable cumulative_change_in_y_wind_due_to_convective_gravity_wave_drag -INFO: filtering out variable density_of_frozen_precipitation -INFO: filtering out variable depth_of_soil_levels_for_land_surface_model -INFO: filtering out variable detrainment_and_precipitation_tunable_parameter_3_CS -INFO: filtering out variable detrainment_and_precipitation_tunable_parameter_4_CS -INFO: filtering out variable do_myjsfc -INFO: filtering out variable do_mynnsfclay -INFO: filtering out variable downdraft_fraction_in_boundary_layer_mass_flux_scheme -INFO: filtering out variable edmf_flag -INFO: filtering out variable edmf_momentum_transport_flag -INFO: filtering out variable edmf_partition_flag -INFO: filtering out variable edmf_tke_transport_flag -INFO: filtering out variable emdf_updraft_area -INFO: filtering out variable emdf_updraft_cloud_water -INFO: filtering out variable emdf_updraft_entrainment_rate -INFO: filtering out variable emdf_updraft_theta_l -INFO: filtering out variable emdf_updraft_total_water -INFO: filtering out variable emdf_updraft_vertical_velocity -INFO: filtering out variable ending_x_direction_index -INFO: filtering out variable ending_x_direction_index_domain -INFO: filtering out variable ending_y_direction_index -INFO: filtering out variable ending_y_direction_index_domain -INFO: filtering out variable entrainment_efficiency_tunable_parameter_9_CS -INFO: filtering out variable equilibrium_soil_water_content -INFO: filtering out variable fa_threshold_relative_humidity_for_onset_of_condensation -INFO: filtering out variable fast_soil_pool_mass_content_of_carbon -INFO: filtering out variable fine_root_mass -INFO: filtering out variable finite_volume_mean_edge_pressure_raised_to_the_power_of_kappa -INFO: filtering out variable flag_arakawa_wu_downdraft -INFO: filtering out variable flag_convective_tracer_transport -INFO: filtering out variable flag_flip -INFO: filtering out variable flag_flux_form_CS -INFO: filtering out variable flag_for_2015_ozone_physics -INFO: filtering out variable flag_for_aerosol_input_MG -INFO: filtering out variable flag_for_canopy_stomatal_resistance_option -INFO: filtering out variable flag_for_dynamic_vegetation_option -INFO: filtering out variable flag_for_fast_microphysics_energy_conservation -INFO: filtering out variable flag_for_frozen_soil_permeability_option -INFO: filtering out variable flag_for_frozen_soil_physics -INFO: filtering out variable flag_for_ground_snow_surface_albedo_option -INFO: filtering out variable flag_for_hydrostatic_solver_for_fast_physics -INFO: filtering out variable flag_for_in_ccn_forcing_for_morrison_gettelman_microphysics -INFO: filtering out variable flag_for_individual_cloud_species_advected -INFO: filtering out variable flag_for_inline_cloud_fraction_calculation -INFO: filtering out variable flag_for_lower_boundary_soil_temperature_option -INFO: filtering out variable flag_for_pdf_for_morrison_gettelman_microphysics_scheme -INFO: filtering out variable flag_for_precipitation_partition_option -INFO: filtering out variable flag_for_radiation_transfer_option -INFO: filtering out variable flag_for_reading_leaf_area_index_from_input -INFO: filtering out variable flag_for_restart -INFO: filtering out variable flag_for_runoff_and_groundwater_option -INFO: filtering out variable flag_for_sas_deep_convection_scheme -INFO: filtering out variable flag_for_saturation_adjustment_for_microphysics_in_dynamics -INFO: filtering out variable flag_for_shoc_after_convection -INFO: filtering out variable flag_for_soil_and_snow_temperature_time_stepping_option -INFO: filtering out variable flag_for_soil_moisture_factor_stomatal_resistance_option -INFO: filtering out variable flag_for_supercooled_liquid_water_option -INFO: filtering out variable flag_for_surface_layer_drag_coefficient_option -INFO: filtering out variable flag_for_tendency_of_air_temperature_at_Lagrangian_surface -INFO: filtering out variable flag_for_the_last_step_of_k_split_remapping -INFO: filtering out variable flag_mg3_as_mg2 -INFO: filtering out variable flag_skip_macro -INFO: filtering out variable fraction_of_cloud_top_water_scavenged -INFO: filtering out variable fraction_of_tracer_scavenged -INFO: filtering out variable gas_constants_for_multi_gases_physics -INFO: filtering out variable gas_tracers_for_multi_gas_physics_at_Lagrangian_surface -INFO: filtering out variable gf_memory_counter -INFO: filtering out variable graupel_number_concentration_updated_by_physics -INFO: filtering out variable grav_settling -INFO: filtering out variable ground_temperature_for_noahmp -INFO: filtering out variable gwd_opt -INFO: filtering out variable h2o_forcing -INFO: filtering out variable heat_exchange_coefficient_for_MYJ_schemes -INFO: filtering out variable ice_friendly_aerosol_number_concentration -INFO: filtering out variable ice_friendly_aerosol_number_concentration_updated_by_physics -INFO: filtering out variable ice_number_concentration -INFO: filtering out variable ice_number_concentration_updated_by_physics -INFO: filtering out variable ice_supersaturation_threshold -INFO: filtering out variable ice_water_mixing_ratio -INFO: filtering out variable in_number_concentration -INFO: filtering out variable index_for_ice_cloud_condensate_vertical_diffusion_tracer -INFO: filtering out variable integrated_x_momentum_flux_from_blocking_drag -INFO: filtering out variable integrated_x_momentum_flux_from_form_drag -INFO: filtering out variable integrated_x_momentum_flux_from_large_scale_gwd -INFO: filtering out variable integrated_x_momentum_flux_from_small_scale_gwd -INFO: filtering out variable integrated_y_momentum_flux_from_blocking_drag -INFO: filtering out variable integrated_y_momentum_flux_from_form_drag -INFO: filtering out variable integrated_y_momentum_flux_from_large_scale_gwd -INFO: filtering out variable integrated_y_momentum_flux_from_small_scale_gwd -INFO: filtering out variable k_level_of_highest_reaching_plume -INFO: filtering out variable kappa_dry_for_fast_physics -INFO: filtering out variable kinematic_buoyancy_flux_from_shoc -INFO: filtering out variable kinematic_surface_latent_heat_flux -INFO: filtering out variable lake_water_storage -INFO: filtering out variable latitude_index_in_debug_printouts -INFO: filtering out variable layer_bottom_depth_from_snow_surface -INFO: filtering out variable leaf_area_index -INFO: filtering out variable leaf_mass -INFO: filtering out variable limit_for_temperature_tendency_for_microphysics -INFO: filtering out variable liquid_water_density -INFO: filtering out variable local_graupel_mixing_ratio -INFO: filtering out variable local_graupel_number_concentration -INFO: filtering out variable local_rain_number_concentration -INFO: filtering out variable local_rain_water_mixing_ratio -INFO: filtering out variable local_snow_number_concentration -INFO: filtering out variable local_snow_water_mixing_ratio -INFO: filtering out variable log_pressure_at_Lagrangian_surface -INFO: filtering out variable mass_weighted_rime_factor_updated_by_physics -INFO: filtering out variable maximum_column_heating_rate -INFO: filtering out variable maximum_mass_flux -INFO: filtering out variable maximum_updraft_velocity_at_cloud_base -INFO: filtering out variable mean_nir_albedo_with_weak_cosz_dependency -INFO: filtering out variable mean_vis_albedo_with_weak_cosz_dependency -INFO: filtering out variable mg_allow_supersat_after_sed -INFO: filtering out variable mg_autoconversion_size_threshold_ice_snow -INFO: filtering out variable mg_bergeron_efficiency_factor -INFO: filtering out variable mg_cloud_water_variance -INFO: filtering out variable mg_drop_concentration_constant -INFO: filtering out variable mg_flag_drop_concentration_constant -INFO: filtering out variable mg_flag_for_cloud_ice_processes -INFO: filtering out variable mg_flag_for_gmao_ice_formulation -INFO: filtering out variable mg_flag_for_graupel -INFO: filtering out variable mg_flag_for_hail -INFO: filtering out variable mg_flag_for_heterogeneous_freezing -INFO: filtering out variable mg_flag_for_liu_liquid_treatment -INFO: filtering out variable mg_flag_for_sb2001_autoconversion -INFO: filtering out variable mg_flag_for_uniform_subcolumns -INFO: filtering out variable mg_flag_graupel_concentration_constant -INFO: filtering out variable mg_flag_ice_concentration_constant -INFO: filtering out variable mg_graupel_concentration_constant -INFO: filtering out variable mg_ice_concentration_constant -INFO: filtering out variable mg_minimum_cloud_condensed_water_and_ice_mixing_ratio -INFO: filtering out variable mg_minimum_rh_for_ice -INFO: filtering out variable mg_time_scale_for_autoconversion_of_ice -INFO: filtering out variable mg_tuning_factor_for_alphas -INFO: filtering out variable mg_type_of_precip_fraction_method -INFO: filtering out variable minimum_value_of_specific_humidity -INFO: filtering out variable mix_total_water_flag -INFO: filtering out variable mixing_length -INFO: filtering out variable mixing_length_flag -INFO: filtering out variable moisture_from_previous_timestep -INFO: filtering out variable moisture_tendency_due_to_dynamics -INFO: filtering out variable momentum_exchange_coefficient_for_MYJ_schemes -INFO: filtering out variable mpi_comm -INFO: filtering out variable mpi_rank_for_fast_physics -INFO: filtering out variable mpi_root_for_fast_physics -INFO: filtering out variable natural_log_of_h2o_forcing_data_pressure_levels -INFO: filtering out variable nondimensional_snow_age -INFO: filtering out variable normalized_soil_wetness_for_land_surface_model -INFO: filtering out variable number_of_cloud_types_CS -INFO: filtering out variable number_of_coefficients_in_h2o_forcing_data -INFO: filtering out variable number_of_frozen_precipitation_species -INFO: filtering out variable number_of_gases_for_multi_gases_physics -INFO: filtering out variable number_of_ghost_zones -INFO: filtering out variable number_of_plumes -INFO: filtering out variable number_of_snow_layers -INFO: filtering out variable number_of_spectral_wave_trancation_for_sas -INFO: filtering out variable number_of_tracers_for_CS -INFO: filtering out variable number_of_tracers_plus_one -INFO: filtering out variable number_of_water_species -INFO: filtering out variable omp_threads_for_fast_physics -INFO: filtering out variable ozone_mixing_ratio -INFO: filtering out variable potential_temperature_at_2m -INFO: filtering out variable potential_temperature_at_viscous_sublayer_top -INFO: filtering out variable prandtl_number -INFO: filtering out variable pressure_thickness_at_Lagrangian_surface -INFO: filtering out variable q_prime_squared -INFO: filtering out variable rain_number_concentration_updated_by_physics -INFO: filtering out variable ratio_of_vapor_to_dry_air_gas_constants_minus_one_default_kind -INFO: filtering out variable reciprocal_of_obukhov_length -INFO: filtering out variable shoc_flag_for_optional_surface_TKE_dissipation -INFO: filtering out variable shoc_implicit_TKE_integration_uncentering_term -INFO: filtering out variable shoc_tke_dissipatation_pressure_threshold -INFO: filtering out variable shoc_tke_dissipation_tunable_parameter -INFO: filtering out variable shoc_tke_dissipation_tunable_parameter_near_surface -INFO: filtering out variable slow_soil_pool_mass_content_of_carbon -INFO: filtering out variable snow_albedo_at_previous_time_step -INFO: filtering out variable snow_layer_ice -INFO: filtering out variable snow_layer_liquid_water -INFO: filtering out variable snow_mass_at_previous_time_step -INFO: filtering out variable snow_number_concentration_updated_by_physics -INFO: filtering out variable snow_precipitation_rate_at_surface -INFO: filtering out variable snow_temperature -INFO: filtering out variable snow_temperature_bottom_first_layer -INFO: filtering out variable soil_temperature_for_land_surface_model -INFO: filtering out variable soil_vertical_dimension_for_land_surface_model -INFO: filtering out variable soil_water_content_between_soil_bottom_and_water_table -INFO: filtering out variable specific_heat_capacities_for_multi_gases_physics -INFO: filtering out variable specific_humidity_at_viscous_sublayer_top -INFO: filtering out variable stability_function_for_heat -INFO: filtering out variable starting_x_direction_index -INFO: filtering out variable starting_x_direction_index_domain -INFO: filtering out variable starting_y_direction_index -INFO: filtering out variable starting_y_direction_index_domain -INFO: filtering out variable stem_area_index -INFO: filtering out variable stem_mass -INFO: filtering out variable subgrid_cloud_fraction_pbl -INFO: filtering out variable subgrid_cloud_mixing_ratio_pbl -INFO: filtering out variable subgrid_scale_cloud_fraction_from_shoc -INFO: filtering out variable surface_air_pressure_at_previous_time_step -INFO: filtering out variable surface_air_pressure_two_time_steps_back -INFO: filtering out variable surface_condensation_mass -INFO: filtering out variable surface_drag_coefficient_for_heat_and_moisture_for_noahmp -INFO: filtering out variable surface_drag_coefficient_for_momentum_for_noahmp -INFO: filtering out variable surface_exchange_coefficient_for_heat -INFO: filtering out variable surface_exchange_coefficient_for_heat_at_2m -INFO: filtering out variable surface_exchange_coefficient_for_moisture -INFO: filtering out variable surface_exchange_coefficient_for_moisture_at_2m -INFO: filtering out variable surface_friction_velocity_drag -INFO: filtering out variable surface_geopotential_at_Lagrangian_surface -INFO: filtering out variable surface_latent_heat -INFO: filtering out variable surface_layer_evaporation_switch -INFO: filtering out variable surface_specific_humidity_for_MYJ_schemes -INFO: filtering out variable surface_stability_parameter -INFO: filtering out variable t_prime_q_prime -INFO: filtering out variable t_prime_squared -INFO: filtering out variable temperature_from_previous_timestep -INFO: filtering out variable temperature_tendency_due_to_dynamics -INFO: filtering out variable tendency_of_air_temperature_at_Lagrangian_surface -INFO: filtering out variable tendency_of_cloud_droplet_number_concentration_due_to_model_physics -INFO: filtering out variable tendency_of_ice_cloud_water_mixing_ratio_due_to_model_physics -INFO: filtering out variable tendency_of_ice_friendly_aerosol_number_concentration_due_to_model_physics -INFO: filtering out variable tendency_of_ice_friendly_aerosols_at_surface -INFO: filtering out variable tendency_of_ice_number_concentration_due_to_model_physics -INFO: filtering out variable tendency_of_liquid_cloud_water_mixing_ratio_due_to_model_physics -INFO: filtering out variable tendency_of_ozone_mixing_ratio_due_to_model_physics -INFO: filtering out variable tendency_of_rain_water_mixing_ratio_due_to_microphysics -INFO: filtering out variable tendency_of_water_friendly_aerosol_number_concentration_due_to_model_physics -INFO: filtering out variable tendency_of_water_friendly_aerosols_at_surface -INFO: filtering out variable tendency_of_water_vapor_specific_humidity_due_to_model_physics -INFO: filtering out variable tendency_of_x_wind_due_to_convective_gravity_wave_drag -INFO: filtering out variable tendency_of_y_wind_due_to_convective_gravity_wave_drag -INFO: filtering out variable theta_star -INFO: filtering out variable thickness_at_Lagrangian_surface -INFO: filtering out variable time_step_for_remapping_for_fast_physics -INFO: filtering out variable tke_advect -INFO: filtering out variable tke_at_mass_points -INFO: filtering out variable tke_budget -INFO: filtering out variable tke_dissipative_heating_factor -INFO: filtering out variable top_layer_index_for_fast_physics -INFO: filtering out variable total_accumulated_snowfall -INFO: filtering out variable triple_point_temperature_of_water -INFO: filtering out variable turbulent_kinetic_energy_convective_transport_tracer -INFO: filtering out variable u_wind_component_at_viscous_sublayer_top -INFO: filtering out variable updraft_fraction_in_boundary_layer_mass_flux_scheme -INFO: filtering out variable updraft_velocity_tunable_parameter_1_CS -INFO: filtering out variable updraft_velocity_tunable_parameter_2_CS -INFO: filtering out variable v_wind_component_at_viscous_sublayer_top -INFO: filtering out variable vegetation_temperature -INFO: filtering out variable vertical_dimension_for_fast_physics -INFO: filtering out variable vertical_dimension_for_thickness_at_Lagrangian_surface -INFO: filtering out variable vertical_dimension_of_h2o_forcing_data -INFO: filtering out variable virtual_temperature_at_Lagrangian_surface -INFO: filtering out variable volume_fraction_of_frozen_soil_moisture_for_land_surface_model -INFO: filtering out variable volume_fraction_of_soil_moisture_for_land_surface_model -INFO: filtering out variable volume_fraction_of_unfrozen_soil_moisture_for_land_surface_model -INFO: filtering out variable water_friendly_aerosol_number_concentration -INFO: filtering out variable water_friendly_aerosol_number_concentration_updated_by_physics -INFO: filtering out variable water_storage_in_aquifer -INFO: filtering out variable water_storage_in_aquifer_and_saturated_soil -INFO: filtering out variable water_table_depth -INFO: filtering out variable water_table_recharge_when_deep -INFO: filtering out variable water_table_recharge_when_shallow -INFO: filtering out variable water_vapor_mixing_ratio_at_surface -INFO: filtering out variable water_vapor_specific_humidity_at_Lagrangian_surface -INFO: filtering out variable water_vapor_specific_humidity_at_previous_time_step -INFO: filtering out variable water_vapor_specific_humidity_two_time_steps_back -INFO: filtering out variable weight_for_momentum_at_viscous_sublayer_top -INFO: filtering out variable weight_for_potental_temperature_at_viscous_sublayer_top -INFO: filtering out variable weight_for_specific_humidity_at_viscous_sublayer_top -INFO: filtering out variable wood_mass -INFO: filtering out variable x_momentum_tendency_from_blocking_drag -INFO: filtering out variable x_momentum_tendency_from_form_drag -INFO: filtering out variable x_momentum_tendency_from_large_scale_gwd -INFO: filtering out variable x_momentum_tendency_from_small_scale_gwd -INFO: filtering out variable y_momentum_tendency_from_blocking_drag -INFO: filtering out variable y_momentum_tendency_from_form_drag -INFO: filtering out variable y_momentum_tendency_from_large_scale_gwd -INFO: filtering out variable y_momentum_tendency_from_small_scale_gwd -INFO: Checking optional arguments in physics schemes ... -INFO: Metadata table for model FV3 written to tests/build_fv3_18/FV3/ccpp/framework/doc/DevelopersGuide/CCPP_VARIABLES_FV3.tex -INFO: Comparing metadata for requested and provided variables ... -INFO: Automatic unit conversion from m to um for effective_radius_of_stratiform_cloud_ice_particle_in_um before entering MODULE_mp_thompson SCHEME_mp_thompson SUBROUTINE_mp_thompson_run -INFO: Automatic unit conversion from m to um for effective_radius_of_stratiform_cloud_liquid_water_particle_in_um before entering MODULE_mp_thompson SCHEME_mp_thompson SUBROUTINE_mp_thompson_run -INFO: Automatic unit conversion from m to um for effective_radius_of_stratiform_cloud_snow_particle_in_um before entering MODULE_mp_thompson SCHEME_mp_thompson SUBROUTINE_mp_thompson_run -INFO: Generating schemes makefile/cmakefile snippet ... -INFO: Added 168 schemes to tests/build_fv3_18/FV3/ccpp/physics/CCPP_SCHEMES.mk, tests/build_fv3_18/FV3/ccpp/physics/CCPP_SCHEMES.cmake, tests/build_fv3_18/FV3/ccpp/physics/CCPP_SCHEMES.sh -INFO: Generating suite and group caps ... -INFO: Generating static API ccpp_static_api.F90 in tests/build_fv3_18/FV3/ccpp/physics ... -INFO: Generating caps makefile/cmakefile snippet ... -INFO: Added 10 auto-generated caps to tests/build_fv3_18/FV3/ccpp/physics/CCPP_CAPS.mk and tests/build_fv3_18/FV3/ccpp/physics/CCPP_CAPS.cmake -INFO: CCPP prebuild step completed successfully. -+ source build_fv3_18/FV3/ccpp/physics/CCPP_SCHEMES.sh -++ export 'CCPP_SCHEMES=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/aer_cloud.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/aerclm_def.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/aerinterp.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/calpreciptype.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cldwat2m_micro.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cldmacro.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/date_def.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/funcphys.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gcycle.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/h2o_def.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/h2ointerp.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/iccn_def.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/iccninterp.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/iounitdef.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/machine.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mersenne_twister.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfpbl.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg_utils.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg2_0.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg3_0.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/multi_gases.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_model.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_parameters.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_radar.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_thompson.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MP_FER_HIRES.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_bl_mynn.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_mynn.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_orowam2017.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/namelist_soilveg.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfpblt.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfpbltq.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfscu.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfscuq.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/noahmp_tables.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/num_parthds.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozne_def.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozinterp.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/physcons.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/physparam.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radcons.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_aerosols.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_astronomy.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_clouds.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_gases.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_surface.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radlw_datatb.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radlw_param.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radsw_datatb.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radsw_param.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/samfaerosols.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfcsub.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sflx.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/set_soilveg.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/surface_perturbation.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_deep.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_sh.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/tridi.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/wv_saturation.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_soil_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rayleigh_damp.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radsw_main.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_ocean.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gwdc.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gscond.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ysuvdif.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_sice.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/samfdeepcnv.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/satmedmfvdif.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozphys_2015.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/samfshalcnv.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/precpd.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_fer_hires.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diag.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radlw_main.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_debug.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/satmedmfvdifq.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cs_conv.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/shinhongvdif.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/h2ophys.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_nst.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/moninedmf.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diff.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diag_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/m_micro.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gcm_shoc.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gwdps.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/shalcnv.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/get_prs_fv3.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozphys.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_stochastics.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/drag_suite.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_cice.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sascnvn.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cnvc90.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_drv.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/dcyc2.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/moninshoc.f' -++ CCPP_SCHEMES='/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/aer_cloud.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/aerclm_def.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/aerinterp.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/calpreciptype.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cldwat2m_micro.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cldmacro.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/date_def.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/funcphys.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gcycle.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/h2o_def.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/h2ointerp.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/iccn_def.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/iccninterp.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/iounitdef.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/machine.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mersenne_twister.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfpbl.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg_utils.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg2_0.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg3_0.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/multi_gases.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_model.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_parameters.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_radar.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_thompson.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MP_FER_HIRES.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_bl_mynn.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_mynn.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_orowam2017.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/namelist_soilveg.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfpblt.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfpbltq.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfscu.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfscuq.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/noahmp_tables.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/num_parthds.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozne_def.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozinterp.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/physcons.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/physparam.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radcons.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_aerosols.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_astronomy.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_clouds.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_gases.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_surface.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radlw_datatb.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radlw_param.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radsw_datatb.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radsw_param.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/samfaerosols.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfcsub.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sflx.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/set_soilveg.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/surface_perturbation.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_deep.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_sh.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/tridi.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/wv_saturation.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_soil_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rayleigh_damp.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radsw_main.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_ocean.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gwdc.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gscond.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ysuvdif.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_sice.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/samfdeepcnv.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/satmedmfvdif.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozphys_2015.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/samfshalcnv.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/precpd.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_fer_hires.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diag.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radlw_main.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_debug.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/satmedmfvdifq.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cs_conv.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/shinhongvdif.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/h2ophys.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_nst.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/moninedmf.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diff.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diag_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/m_micro.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gcm_shoc.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gwdps.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/shalcnv.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/get_prs_fv3.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozphys.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_stochastics.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/drag_suite.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_cice.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sascnvn.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cnvc90.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_drv.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/dcyc2.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/moninshoc.f' -+ source build_fv3_18/FV3/ccpp/physics/CCPP_CAPS.sh -++ export 'CCPP_CAPS=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_18/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_regional_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_18/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_regional_time_vary_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_18/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_regional_radiation_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_18/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_regional_physics_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_18/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_regional_stochastics_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_18/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_regional_c768_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_18/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_regional_c768_time_vary_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_18/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_regional_c768_radiation_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_18/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_regional_c768_physics_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_18/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_regional_c768_stochastics_cap.F90' -++ CCPP_CAPS='/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_18/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_regional_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_18/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_regional_time_vary_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_18/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_regional_radiation_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_18/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_regional_physics_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_18/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_regional_stochastics_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_18/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_regional_c768_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_18/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_regional_c768_time_vary_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_18/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_regional_c768_radiation_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_18/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_regional_c768_physics_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_18/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_regional_c768_stochastics_cap.F90' -+ source build_fv3_18/FV3/ccpp/physics/CCPP_STATIC_API.sh -++ export CCPP_STATIC_API=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_18/FV3/ccpp/physics/ccpp_static_api.F90 -++ CCPP_STATIC_API=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_18/FV3/ccpp/physics/ccpp_static_api.F90 -+ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp_regional,FV3_GFS_2017_gfdlmp_regional_c768 32BIT=Y == *\N\A\M\_\p\h\y\s\=\Y* ]] -+ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp_regional,FV3_GFS_2017_gfdlmp_regional_c768 32BIT=Y == *\W\W\3\=\Y* ]] -++ trim ' -D32BIT=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=ON -DSTATIC=ON -DMULTI_GASES=OFF' -++ local 'var= -D32BIT=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=ON -DSTATIC=ON -DMULTI_GASES=OFF' -++ var='-D32BIT=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=ON -DSTATIC=ON -DMULTI_GASES=OFF' -++ var='-D32BIT=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=ON -DSTATIC=ON -DMULTI_GASES=OFF' -++ echo -n '-D32BIT=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=ON -DSTATIC=ON -DMULTI_GASES=OFF' -+ CCPP_CMAKE_FLAGS='-D32BIT=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=ON -DSTATIC=ON -DMULTI_GASES=OFF' -+ source /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc -++ __ms_function_name=setup__test_function__189050 -++ eval 'setup__test_function__189050() { /bin/true ; }' -+++ eval '__text="text" ; if [[ $__text =~ ^(t).* ]] ; then printf "%s" ${.sh.match[1]} ; fi' -+++ cat -++ __ms_ksh_test= -+++ eval 'if ( set | grep setup__test_function__189050 | grep -v name > /dev/null 2>&1 ) ; then echo t ; fi ' -+++ cat -++ __ms_bash_test=t -++ [[ ! -z '' ]] -++ [[ ! -z t ]] -++ __ms_shell=bash -++ [[ -d /lfs3 ]] -++ [[ -d /scratch1 ]] -++ [[ ! -d /scratch ]] -++ eval module help -++ module purge -+++ /apps/lmod/7.7.18/libexec/lmod bash purge -++ eval unset 'BACIO_LIB4;' unset 'BACIO_LIB8;' unset 'BACIO_SRC;' unset 'BACIO_VER;' unset '__LMOD_REF_COUNT_CLASSPATH;' unset 'CLASSPATH;' unset 'CMAKE_CXX_COMPILER;' unset 'CMAKE_C_COMPILER;' unset 'CMAKE_Fortran_COMPILER;' unset 'CMAKE_Platform;' unset 'COMP;' unset '__LMOD_REF_COUNT_CPATH;' unset 'CPATH;' unset 'CRTM_FIX;' unset 'CRTM_INC;' unset 'CRTM_LIB;' unset 'CRTM_SRC;' unset 'CRTM_VER;' unset 'ESMFMKFILE;' unset 'G2TMPL_INC;' unset 'G2TMPL_LIB;' unset 'G2TMPL_SRC;' unset 'G2TMPL_VER;' unset 'G2_INC4;' unset 'G2_INCd;' unset 'G2_LIB4;' unset 'G2_LIBd;' unset 'G2_SRC;' unset 'G2_VER;' unset 'GDBSERVER_MIC;' unset 'GDB_CROSS;' unset '__LMOD_REF_COUNT_INFOPATH;' unset 'INFOPATH;' unset '__LMOD_REF_COUNT_INTEL_LICENSE_FILE;' unset 'INTEL_LICENSE_FILE;' unset 'INTEL_PYTHONHOME;' unset 'IPATH_NO_BACKTRACE;' unset 'IP_INC4;' unset 'IP_INC8;' unset 'IP_INCd;' unset 'IP_LIB4;' unset 'IP_LIB8;' unset 'IP_LIBd;' unset 'IP_SRC;' unset 'IP_VER;' unset 'I_MPI_CC;' unset 'I_MPI_F90;' unset 'I_MPI_HYDRA_BRANCH_COUNT;' unset 'I_MPI_HYDRA_PMI_CONNECT;' unset 'I_MPI_ROOT;' unset 'I_MPI_TMI_PROVIDER;' unset 'JASPER_INC;' unset 'JASPER_LIB;' unset 'JASPER_SRC;' unset 'JASPER_VER;' '__LMOD_REF_COUNT_LD_LIBRARY_PATH="/apps/slurm/default/lib:1";' export '__LMOD_REF_COUNT_LD_LIBRARY_PATH;' 'LD_LIBRARY_PATH=":/apps/slurm/default/lib";' export 'LD_LIBRARY_PATH;' unset '__LMOD_REF_COUNT_LIBRARY_PATH;' unset 'LIBRARY_PATH;' unset 'LIB_NAME;' unset 'LMOD_FAMILY_COMPILER;' unset 'LMOD_FAMILY_COMPILER_VERSION;' unset 'LMOD_FAMILY_MPI;' unset 'LMOD_FAMILY_MPI_VERSION;' unset '__LMOD_REF_COUNT_LOADEDMODULES;' unset 'LOADEDMODULES;' '__LMOD_REF_COUNT_MANPATH="/apps/lmod/lmod/share/man:1;/apps/local/man:1;/apps/slurm/default/share/man:1;/apps/slurm/tools/sbank/share/man:1";' export '__LMOD_REF_COUNT_MANPATH;' 'MANPATH="/apps/lmod/lmod/share/man::/apps/local/man:/apps/slurm/default/share/man:/apps/slurm/tools/sbank/share/man";' export 'MANPATH;' '__LMOD_REF_COUNT_MODULEPATH="/contrib/modulefiles:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:1;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1";' export '__LMOD_REF_COUNT_MODULEPATH;' 'MODULEPATH="/contrib/modulefiles:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles";' export 'MODULEPATH;' unset 'MPM_LAUNCHER;' unset 'NCEPLIBS;' unset 'NEMSIO_INC;' unset 'NEMSIO_LIB;' unset 'NEMSIO_SRC;' unset 'NEMSIO_VER;' unset 'NETCDF;' unset '__LMOD_REF_COUNT_NLSPATH;' unset 'NLSPATH;' '__LMOD_REF_COUNT_PATH="/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:1;/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/opt/ibutils/bin:1;/apps/local/bin:1;/apps/local/sbin:1;/apps/slurm/default/tools:1;/apps/slurm/default/bin:1;/apps/slurm/default/sbin:1;/apps/slurm/tools/sbank/bin:1;/home/Dusan.Jovic/bin:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/dbrowse:1";' export '__LMOD_REF_COUNT_PATH;' 'PATH="/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/opt/ibutils/bin:/apps/local/bin:/apps/local/sbin:/apps/slurm/default/tools:/apps/slurm/default/bin:/apps/slurm/default/sbin:/apps/slurm/tools/sbank/bin:/home/Dusan.Jovic/bin:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/dbrowse";' export 'PATH;' unset '__LMOD_REF_COUNT_PKG_CONFIG_PATH;' unset 'PKG_CONFIG_PATH;' unset 'PNG_INC;' unset 'PNG_LIB;' unset 'PNG_SRC;' unset 'PNG_VER;' unset 'POST_INC;' unset 'POST_LIB;' unset 'POST_SRC;' unset 'POST_VER;' unset 'SLURM_UTILS_PATH;' unset 'SP_LIB4;' unset 'SP_LIB8;' unset 'SP_LIBd;' unset 'SP_SRC;' unset 'SP_VER;' unset 'W3EMC_INC4;' unset 'W3EMC_INC8;' unset 'W3EMC_INCd;' unset 'W3EMC_LIB4;' unset 'W3EMC_LIB8;' unset 'W3EMC_LIBd;' unset 'W3EMC_SRC;' unset 'W3EMC_VER;' unset 'W3NCO_LIB4;' unset 'W3NCO_LIB8;' unset 'W3NCO_LIBd;' unset 'W3NCO_SRC;' unset 'W3NCO_VER;' unset 'Z_INC;' unset 'Z_LIB;' unset 'Z_SRC;' unset 'Z_VER;' unset '__LMOD_REF_COUNT__LMFILES_;' unset '_LMFILES_;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9jb250cmliL21vZHVsZWZpbGVzIiwiL3NjcmF0Y2gyL05DRVBERVYvZnYzLWNhbS9EdXNhbi5Kb3ZpYy91ZnMvcHIxOC91ZnMtd2VhdGhlci1tb2RlbC9tb2R1bGVmaWxlcy9oZXJhLmludGVsIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIs";' export '_ModuleTable001_;' '_ModuleTable002_="fSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ==";' export '_ModuleTable002_;' '_ModuleTable_Sz_="2";' export '_ModuleTable_Sz_;' unset '_ModuleTable004_;' unset '_ModuleTable005_;' unset '_ModuleTable006_;' unset '_ModuleTable007_;' unset '_ModuleTable008_;' unset '_ModuleTable009_;' unset '_ModuleTable010_;' unset '_ModuleTable011_;' unset '_ModuleTable012_;' unset '_ModuleTable013_;' -+++ unset BACIO_LIB4 -+++ unset BACIO_LIB8 -+++ unset BACIO_SRC -+++ unset BACIO_VER -+++ unset __LMOD_REF_COUNT_CLASSPATH -+++ unset CLASSPATH -+++ unset CMAKE_CXX_COMPILER -+++ unset CMAKE_C_COMPILER -+++ unset CMAKE_Fortran_COMPILER -+++ unset CMAKE_Platform -+++ unset COMP -+++ unset __LMOD_REF_COUNT_CPATH -+++ unset CPATH -+++ unset CRTM_FIX -+++ unset CRTM_INC -+++ unset CRTM_LIB -+++ unset CRTM_SRC -+++ unset CRTM_VER -+++ unset ESMFMKFILE -+++ unset G2TMPL_INC -+++ unset G2TMPL_LIB -+++ unset G2TMPL_SRC -+++ unset G2TMPL_VER -+++ unset G2_INC4 -+++ unset G2_INCd -+++ unset G2_LIB4 -+++ unset G2_LIBd -+++ unset G2_SRC -+++ unset G2_VER -+++ unset GDBSERVER_MIC -+++ unset GDB_CROSS -+++ unset __LMOD_REF_COUNT_INFOPATH -+++ unset INFOPATH -+++ unset __LMOD_REF_COUNT_INTEL_LICENSE_FILE -+++ unset INTEL_LICENSE_FILE -+++ unset INTEL_PYTHONHOME -+++ unset IPATH_NO_BACKTRACE -+++ unset IP_INC4 -+++ unset IP_INC8 -+++ unset IP_INCd -+++ unset IP_LIB4 -+++ unset IP_LIB8 -+++ unset IP_LIBd -+++ unset IP_SRC -+++ unset IP_VER -+++ unset I_MPI_CC -+++ unset I_MPI_F90 -+++ unset I_MPI_HYDRA_BRANCH_COUNT -+++ unset I_MPI_HYDRA_PMI_CONNECT -+++ unset I_MPI_ROOT -+++ unset I_MPI_TMI_PROVIDER -+++ unset JASPER_INC -+++ unset JASPER_LIB -+++ unset JASPER_SRC -+++ unset JASPER_VER -+++ __LMOD_REF_COUNT_LD_LIBRARY_PATH=/apps/slurm/default/lib:1 -+++ export __LMOD_REF_COUNT_LD_LIBRARY_PATH -+++ LD_LIBRARY_PATH=:/apps/slurm/default/lib -+++ export LD_LIBRARY_PATH -+++ unset __LMOD_REF_COUNT_LIBRARY_PATH -+++ unset LIBRARY_PATH -+++ unset LIB_NAME -+++ unset LMOD_FAMILY_COMPILER -+++ unset LMOD_FAMILY_COMPILER_VERSION -+++ unset LMOD_FAMILY_MPI -+++ unset LMOD_FAMILY_MPI_VERSION -+++ unset __LMOD_REF_COUNT_LOADEDMODULES -+++ unset LOADEDMODULES -+++ __LMOD_REF_COUNT_MANPATH='/apps/lmod/lmod/share/man:1;/apps/local/man:1;/apps/slurm/default/share/man:1;/apps/slurm/tools/sbank/share/man:1' -+++ export __LMOD_REF_COUNT_MANPATH -+++ MANPATH=/apps/lmod/lmod/share/man::/apps/local/man:/apps/slurm/default/share/man:/apps/slurm/tools/sbank/share/man -+++ export MANPATH -+++ __LMOD_REF_COUNT_MODULEPATH='/contrib/modulefiles:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:1;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1' -+++ export __LMOD_REF_COUNT_MODULEPATH -+++ MODULEPATH=/contrib/modulefiles:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles -+++ export MODULEPATH -+++ unset MPM_LAUNCHER -+++ unset NCEPLIBS -+++ unset NEMSIO_INC -+++ unset NEMSIO_LIB -+++ unset NEMSIO_SRC -+++ unset NEMSIO_VER -+++ unset NETCDF -+++ unset __LMOD_REF_COUNT_NLSPATH -+++ unset NLSPATH -+++ __LMOD_REF_COUNT_PATH='/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:1;/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/opt/ibutils/bin:1;/apps/local/bin:1;/apps/local/sbin:1;/apps/slurm/default/tools:1;/apps/slurm/default/bin:1;/apps/slurm/default/sbin:1;/apps/slurm/tools/sbank/bin:1;/home/Dusan.Jovic/bin:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/dbrowse:1' -+++ export __LMOD_REF_COUNT_PATH -+++ PATH=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/opt/ibutils/bin:/apps/local/bin:/apps/local/sbin:/apps/slurm/default/tools:/apps/slurm/default/bin:/apps/slurm/default/sbin:/apps/slurm/tools/sbank/bin:/home/Dusan.Jovic/bin:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/dbrowse -+++ export PATH -+++ unset __LMOD_REF_COUNT_PKG_CONFIG_PATH -+++ unset PKG_CONFIG_PATH -+++ unset PNG_INC -+++ unset PNG_LIB -+++ unset PNG_SRC -+++ unset PNG_VER -+++ unset POST_INC -+++ unset POST_LIB -+++ unset POST_SRC -+++ unset POST_VER -+++ unset SLURM_UTILS_PATH -+++ unset SP_LIB4 -+++ unset SP_LIB8 -+++ unset SP_LIBd -+++ unset SP_SRC -+++ unset SP_VER -+++ unset W3EMC_INC4 -+++ unset W3EMC_INC8 -+++ unset W3EMC_INCd -+++ unset W3EMC_LIB4 -+++ unset W3EMC_LIB8 -+++ unset W3EMC_LIBd -+++ unset W3EMC_SRC -+++ unset W3EMC_VER -+++ unset W3NCO_LIB4 -+++ unset W3NCO_LIB8 -+++ unset W3NCO_LIBd -+++ unset W3NCO_SRC -+++ unset W3NCO_VER -+++ unset Z_INC -+++ unset Z_LIB -+++ unset Z_SRC -+++ unset Z_VER -+++ unset __LMOD_REF_COUNT__LMFILES_ -+++ unset _LMFILES_ -+++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9jb250cmliL21vZHVsZWZpbGVzIiwiL3NjcmF0Y2gyL05DRVBERVYvZnYzLWNhbS9EdXNhbi5Kb3ZpYy91ZnMvcHIxOC91ZnMtd2VhdGhlci1tb2RlbC9tb2R1bGVmaWxlcy9oZXJhLmludGVsIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIs -+++ export _ModuleTable001_ -+++ _ModuleTable002_=fSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ== -+++ export _ModuleTable002_ -+++ _ModuleTable_Sz_=2 -+++ export _ModuleTable_Sz_ -+++ unset _ModuleTable004_ -+++ unset _ModuleTable005_ -+++ unset _ModuleTable006_ -+++ unset _ModuleTable007_ -+++ unset _ModuleTable008_ -+++ unset _ModuleTable009_ -+++ unset _ModuleTable010_ -+++ unset _ModuleTable011_ -+++ unset _ModuleTable012_ -+++ unset _ModuleTable013_ -+++ : -s sh -++ eval -++ unset __ms_shell -++ unset __ms_ksh_test -++ unset __ms_bash_test -++ unset setup__test_function__189050 -++ unset __ms_function_name -+ [[ hera.intel == macosx.* ]] -+ [[ hera.intel == linux.* ]] -+ module use /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel -++ /apps/lmod/7.7.18/libexec/lmod bash use /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel -+ eval '__LMOD_REF_COUNT_MODULEPATH="/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:2;/contrib/modulefiles:1;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1";' export '__LMOD_REF_COUNT_MODULEPATH;' 'MODULEPATH="/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:/contrib/modulefiles:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles";' export 'MODULEPATH;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9zY3JhdGNoMi9OQ0VQREVWL2Z2My1jYW0vRHVzYW4uSm92aWMvdWZzL3ByMTgvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvaGVyYS5pbnRlbCIsIi9jb250cmliL21vZHVsZWZpbGVzIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIs";' export '_ModuleTable001_;' '_ModuleTable002_="fSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ==";' export '_ModuleTable002_;' '_ModuleTable_Sz_="2";' export '_ModuleTable_Sz_;' -++ __LMOD_REF_COUNT_MODULEPATH='/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:2;/contrib/modulefiles:1;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1' -++ export __LMOD_REF_COUNT_MODULEPATH -++ MODULEPATH=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:/contrib/modulefiles:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles -++ export MODULEPATH -++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9zY3JhdGNoMi9OQ0VQREVWL2Z2My1jYW0vRHVzYW4uSm92aWMvdWZzL3ByMTgvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvaGVyYS5pbnRlbCIsIi9jb250cmliL21vZHVsZWZpbGVzIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIs -++ export _ModuleTable001_ -++ _ModuleTable002_=fSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ== -++ export _ModuleTable002_ -++ _ModuleTable_Sz_=2 -++ export _ModuleTable_Sz_ -++ : -s sh -+ eval -+ module load fv3 -++ /apps/lmod/7.7.18/libexec/lmod bash load fv3 -+ eval 'BACIO_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libbacio_v2.0.3_4.a";' export 'BACIO_LIB4;' 'BACIO_LIB8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libbacio_v2.0.3_8.a";' export 'BACIO_LIB8;' 'BACIO_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/bacio_v2.0.3";' export 'BACIO_SRC;' 'BACIO_VER="v2.0.3";' export 'BACIO_VER;' '__LMOD_REF_COUNT_CLASSPATH="/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/mpi.jar:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/daal.jar:1";' export '__LMOD_REF_COUNT_CLASSPATH;' 'CLASSPATH="/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/mpi.jar:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/daal.jar";' export 'CLASSPATH;' 'CMAKE_CXX_COMPILER="mpiicpc";' export 'CMAKE_CXX_COMPILER;' 'CMAKE_C_COMPILER="mpiicc";' export 'CMAKE_C_COMPILER;' 'CMAKE_Fortran_COMPILER="mpiifort";' export 'CMAKE_Fortran_COMPILER;' 'CMAKE_Platform="hera.intel";' export 'CMAKE_Platform;' 'COMP="intel";' export 'COMP;' '__LMOD_REF_COUNT_CPATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/include:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/include:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/pstl/include:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/include:2;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/include:1";' export '__LMOD_REF_COUNT_CPATH;' 'CPATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/include:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/include:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/pstl/include:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/include:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/include";' export 'CPATH;' 'CRTM_FIX="/scratch2/NCEPDEV/nwprod/NCEPLIBS/fix/crtm_v2.2.6";' export 'CRTM_FIX;' 'CRTM_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/crtm_v2.2.6";' export 'CRTM_INC;' 'CRTM_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libcrtm_v2.2.6.a";' export 'CRTM_LIB;' 'CRTM_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/crtm_v2.2.6";' export 'CRTM_SRC;' 'CRTM_VER="v2.2.6";' export 'CRTM_VER;' 'ESMFMKFILE="/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/lib/esmf.mk";' export 'ESMFMKFILE;' 'G2TMPL_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/g2tmpl_v1.6.0";' export 'G2TMPL_INC;' 'G2TMPL_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2tmpl_v1.6.0.a";' export 'G2TMPL_LIB;' 'G2TMPL_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/g2tmpl_v1.6.0/src";' export 'G2TMPL_SRC;' 'G2TMPL_VER="v1.6.0";' export 'G2TMPL_VER;' 'G2_INC4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/g2_v3.1.1_4";' export 'G2_INC4;' 'G2_INCd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/g2_v3.1.1_d";' export 'G2_INCd;' 'G2_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2_v3.1.1_4.a";' export 'G2_LIB4;' 'G2_LIBd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2_v3.1.1_d.a";' export 'G2_LIBd;' 'G2_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/g2_v3.1.1";' export 'G2_SRC;' 'G2_VER="v3.1.1";' export 'G2_VER;' 'GDBSERVER_MIC="/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/targets/intel64/x200/bin/gdbserver";' export 'GDBSERVER_MIC;' 'GDB_CROSS="/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/intel64/bin/gdb-ia";' export 'GDB_CROSS;' '__LMOD_REF_COUNT_INFOPATH="/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/info:1;/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/info:1";' export '__LMOD_REF_COUNT_INFOPATH;' 'INFOPATH="/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/info:/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/info";' export 'INFOPATH;' '__LMOD_REF_COUNT_INTEL_LICENSE_FILE="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/licenses:1;/apps/intel/licenses:1";' export '__LMOD_REF_COUNT_INTEL_LICENSE_FILE;' 'INTEL_LICENSE_FILE="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/licenses:/apps/intel/licenses";' export 'INTEL_LICENSE_FILE;' 'INTEL_PYTHONHOME="/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/python/intel64/";' export 'INTEL_PYTHONHOME;' 'IPATH_NO_BACKTRACE="1";' export 'IPATH_NO_BACKTRACE;' 'IP_INC4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ip_v3.0.2_4";' export 'IP_INC4;' 'IP_INC8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ip_v3.0.2_8";' export 'IP_INC8;' 'IP_INCd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ip_v3.0.2_d";' export 'IP_INCd;' 'IP_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libip_v3.0.2_4.a";' export 'IP_LIB4;' 'IP_LIB8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libip_v3.0.2_8.a";' export 'IP_LIB8;' 'IP_LIBd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libip_v3.0.2_d.a";' export 'IP_LIBd;' 'IP_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/ip_v3.0.2";' export 'IP_SRC;' 'IP_VER="v3.0.2";' export 'IP_VER;' 'I_MPI_CC="icc";' export 'I_MPI_CC;' 'I_MPI_F90="ifort";' export 'I_MPI_F90;' 'I_MPI_HYDRA_BRANCH_COUNT="128";' export 'I_MPI_HYDRA_BRANCH_COUNT;' 'I_MPI_HYDRA_PMI_CONNECT="alltoall";' export 'I_MPI_HYDRA_PMI_CONNECT;' 'I_MPI_ROOT="/apps/intel/compilers_and_libraries_2018/linux/mpi";' export 'I_MPI_ROOT;' 'I_MPI_TMI_PROVIDER="psm";' export 'I_MPI_TMI_PROVIDER;' 'JASPER_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/include/jasper_v1.900.1";' export 'JASPER_INC;' 'JASPER_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/lib/libjasper_v1.900.1.a";' export 'JASPER_LIB;' 'JASPER_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/thirdParty";' export 'JASPER_SRC;' 'JASPER_VER="v1.900.1";' export 'JASPER_VER;' '__LMOD_REF_COUNT_LD_LIBRARY_PATH="/apps/netcdf/4.7.0/intel/18.0.5.274/lib:1;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib:1;/apps/slurm/default/lib:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/lib/intel64:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:2;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:2;/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/libipt/intel64/lib:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4:1";' export '__LMOD_REF_COUNT_LD_LIBRARY_PATH;' 'LD_LIBRARY_PATH="/apps/netcdf/4.7.0/intel/18.0.5.274/lib:/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib::/apps/slurm/default/lib:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/lib/intel64:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/libipt/intel64/lib:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4";' export 'LD_LIBRARY_PATH;' '__LMOD_REF_COUNT_LIBRARY_PATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:2;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4:1";' export '__LMOD_REF_COUNT_LIBRARY_PATH;' 'LIBRARY_PATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4";' export 'LIBRARY_PATH;' 'LIB_NAME="POST";' export 'LIB_NAME;' 'LMOD_FAMILY_COMPILER="intel";' export 'LMOD_FAMILY_COMPILER;' 'LMOD_FAMILY_COMPILER_VERSION="18.0.5.274";' export 'LMOD_FAMILY_COMPILER_VERSION;' 'LMOD_FAMILY_MPI="impi";' export 'LMOD_FAMILY_MPI;' 'LMOD_FAMILY_MPI_VERSION="2018.0.4";' export 'LMOD_FAMILY_MPI_VERSION;' '__LMOD_REF_COUNT_LOADEDMODULES="contrib:1;sutils/default:1;intel/18.0.5.274:1;impi/2018.0.4:1;netcdf/4.7.0:1;bacio/2.0.3:1;ip/3.0.2:1;nemsio/2.2.4:1;sp/2.0.3:1;w3emc/2.3.1:1;w3nco/2.0.7:1;g2/3.1.1:1;g2tmpl/1.6.0:1;crtm/2.2.6:1;jasper/1.900.1:1;png/1.2.44:1;z/1.2.11:1;post/8.0.1:1;esmf/8.0.0:1;cmake/3.9.0:1;fv3:1";' export '__LMOD_REF_COUNT_LOADEDMODULES;' 'LOADEDMODULES="contrib:sutils/default:intel/18.0.5.274:impi/2018.0.4:netcdf/4.7.0:bacio/2.0.3:ip/3.0.2:nemsio/2.2.4:sp/2.0.3:w3emc/2.3.1:w3nco/2.0.7:g2/3.1.1:g2tmpl/1.6.0:crtm/2.2.6:jasper/1.900.1:png/1.2.44:z/1.2.11:post/8.0.1:esmf/8.0.0:cmake/3.9.0:fv3";' export 'LOADEDMODULES;' '__LMOD_REF_COUNT_MANPATH="/apps/netcdf/4.7.0/intel/18.0.5.274/share/man:1;/apps/intel/compilers_and_libraries_2018/linux/mpi/man:1;/apps/intel/parallel_studio_xe_2018.4.057/man/common:1;/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/man:1;/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/man:1;/apps/lmod/lmod/share/man:1;/apps/local/man:1;/apps/slurm/default/share/man:1;/apps/slurm/tools/sbank/share/man:1";' export '__LMOD_REF_COUNT_MANPATH;' 'MANPATH="/apps/netcdf/4.7.0/intel/18.0.5.274/share/man:/apps/intel/compilers_and_libraries_2018/linux/mpi/man:/apps/intel/parallel_studio_xe_2018.4.057/man/common:/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/man:/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/man:/apps/lmod/lmod/share/man::/apps/local/man:/apps/slurm/default/share/man:/apps/slurm/tools/sbank/share/man";' export 'MANPATH;' '__LMOD_REF_COUNT_MODULEPATH="/contrib/modulefiles:3;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:2;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1;/apps/modules/modulefamilies/intel:1;/apps/modules/modulefamilies/intel_impi:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles:1";' export '__LMOD_REF_COUNT_MODULEPATH;' 'MODULEPATH="/contrib/modulefiles:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles:/apps/modules/modulefamilies/intel:/apps/modules/modulefamilies/intel_impi:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles";' export 'MODULEPATH;' 'MPM_LAUNCHER="/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/mpm/mic/bin/start_mpm.sh";' export 'MPM_LAUNCHER;' 'NCEPLIBS="/scratch2/NCEPDEV/nwprod/NCEPLIBS";' export 'NCEPLIBS;' 'NEMSIO_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/nemsio_v2.2.4";' export 'NEMSIO_INC;' 'NEMSIO_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libnemsio_v2.2.4.a";' export 'NEMSIO_LIB;' 'NEMSIO_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/nemsio_v2.2.4";' export 'NEMSIO_SRC;' 'NEMSIO_VER="v2.2.4";' export 'NEMSIO_VER;' 'NETCDF="/apps/netcdf/4.7.0/intel/18.0.5.274";' export 'NETCDF;' '__LMOD_REF_COUNT_NLSPATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64/locale/%l_%t/%N:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin/locale/%l_%t/%N:1;/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/intel64/share/locale/%l_%t/%N:1";' export '__LMOD_REF_COUNT_NLSPATH;' 'NLSPATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64/locale/%l_%t/%N:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin/locale/%l_%t/%N:/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/intel64/share/locale/%l_%t/%N";' export 'NLSPATH;' '__LMOD_REF_COUNT_PATH="/contrib/cmake/3.9.0/bin:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/bin:1;/apps/netcdf/4.7.0/intel/18.0.5.274/bin:1;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/bin/intel64:1;/contrib/sutils/bin:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:1;/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/opt/ibutils/bin:1;/apps/local/bin:1;/apps/local/sbin:1;/apps/slurm/default/tools:1;/apps/slurm/default/bin:1;/apps/slurm/default/sbin:1;/apps/slurm/tools/sbank/bin:1;/home/Dusan.Jovic/bin:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/dbrowse:1";' export '__LMOD_REF_COUNT_PATH;' 'PATH="/contrib/cmake/3.9.0/bin:/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/bin:/apps/netcdf/4.7.0/intel/18.0.5.274/bin:/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/bin/intel64:/contrib/sutils/bin:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/opt/ibutils/bin:/apps/local/bin:/apps/local/sbin:/apps/slurm/default/tools:/apps/slurm/default/bin:/apps/slurm/default/sbin:/apps/slurm/tools/sbank/bin:/home/Dusan.Jovic/bin:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/dbrowse";' export 'PATH;' '__LMOD_REF_COUNT_PKG_CONFIG_PATH="/apps/intel/compilers_and_libraries_2018/linux/mkl/bin/pkgconfig:1";' export '__LMOD_REF_COUNT_PKG_CONFIG_PATH;' 'PKG_CONFIG_PATH="/apps/intel/compilers_and_libraries_2018/linux/mkl/bin/pkgconfig";' export 'PKG_CONFIG_PATH;' 'PNG_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/png_v1.2.44";' export 'PNG_INC;' 'PNG_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libpng_v1.2.44.a";' export 'PNG_LIB;' 'PNG_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/thirdParty";' export 'PNG_SRC;' 'PNG_VER="v1.2.44";' export 'PNG_VER;' 'POST_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ncep_post_v8.0.1_4";' export 'POST_INC;' 'POST_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libncep_post_v8.0.1_4.a";' export 'POST_LIB;' 'POST_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/post_v8.0.1";' export 'POST_SRC;' 'POST_VER="v8.0.1";' export 'POST_VER;' 'SLURM_UTILS_PATH="/contrib/sutils/bin";' export 'SLURM_UTILS_PATH;' 'SP_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_4.a";' export 'SP_LIB4;' 'SP_LIB8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_8.a";' export 'SP_LIB8;' 'SP_LIBd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_d.a";' export 'SP_LIBd;' 'SP_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/sp_v2.0.3";' export 'SP_SRC;' 'SP_VER="v2.0.3";' export 'SP_VER;' 'W3EMC_INC4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/w3emc_v2.3.1_4";' export 'W3EMC_INC4;' 'W3EMC_INC8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/w3emc_v2.3.1_8";' export 'W3EMC_INC8;' 'W3EMC_INCd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/w3emc_v2.3.1_d";' export 'W3EMC_INCd;' 'W3EMC_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_4.a";' export 'W3EMC_LIB4;' 'W3EMC_LIB8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_8.a";' export 'W3EMC_LIB8;' 'W3EMC_LIBd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_d.a";' export 'W3EMC_LIBd;' 'W3EMC_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/w3emc_v2.3.1";' export 'W3EMC_SRC;' 'W3EMC_VER="v2.3.1";' export 'W3EMC_VER;' 'W3NCO_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_4.a";' export 'W3NCO_LIB4;' 'W3NCO_LIB8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_8.a";' export 'W3NCO_LIB8;' 'W3NCO_LIBd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_d.a";' export 'W3NCO_LIBd;' 'W3NCO_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/w3nco_v2.0.7";' export 'W3NCO_SRC;' 'W3NCO_VER="v2.0.7";' export 'W3NCO_VER;' 'Z_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/z_v1.2.11";' export 'Z_INC;' 'Z_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libz_v1.2.11.a";' export 'Z_LIB;' 'Z_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/thirdParty";' export 'Z_SRC;' 'Z_VER="v1.2.11";' export 'Z_VER;' '__LMOD_REF_COUNT__LMFILES_="/apps/modules/modulefiles/contrib:1;/contrib/modulefiles/sutils/default:1;/apps/modules/modulefiles/intel/18.0.5.274:1;/apps/modules/modulefamilies/intel/impi/2018.0.4:1;/apps/modules/modulefamilies/intel/netcdf/4.7.0:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/bacio/2.0.3:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/ip/3.0.2:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/nemsio/2.2.4:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/sp/2.0.3:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3emc/2.3.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3nco/2.0.7:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2/3.1.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2tmpl/1.6.0:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/crtm/2.2.6:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/jasper/1.900.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/png/1.2.44:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/z/1.2.11:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/post/8.0.1:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles/esmf/8.0.0:1;/contrib/modulefiles/cmake/3.9.0:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel/fv3:1";' export '__LMOD_REF_COUNT__LMFILES_;' '_LMFILES_="/apps/modules/modulefiles/contrib:/contrib/modulefiles/sutils/default:/apps/modules/modulefiles/intel/18.0.5.274:/apps/modules/modulefamilies/intel/impi/2018.0.4:/apps/modules/modulefamilies/intel/netcdf/4.7.0:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/bacio/2.0.3:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/ip/3.0.2:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/nemsio/2.2.4:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/sp/2.0.3:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3emc/2.3.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3nco/2.0.7:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2/3.1.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2tmpl/1.6.0:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/crtm/2.2.6:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/jasper/1.900.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/png/1.2.44:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/z/1.2.11:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/post/8.0.1:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles/esmf/8.0.0:/contrib/modulefiles/cmake/3.9.0:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel/fv3";' export '_LMFILES_;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJpbXBpIix9LG1UPXtiYWNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvYmFjaW8vMi4wLjMiLFsiZnVsbE5hbWUiXT0iYmFjaW8vMi4wLjMiLFsibG9hZE9yZGVyIl09Nixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJiYWNpby8yLjAuMyIsfSxjbWFrZT17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9jbWFrZS8zLjkuMCIsWyJmdWxs";' export '_ModuleTable001_;' '_ModuleTable002_="TmFtZSJdPSJjbWFrZS8zLjkuMCIsWyJsb2FkT3JkZXIiXT0yMCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjbWFrZS8zLjkuMCIsfSxjb250cmliPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvY29udHJpYiIsWyJmdWxsTmFtZSJdPSJjb250cmliIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY29udHJpYiIsfSxjcnRtPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9jcnRtLzIuMi42IixbImZ1bGxOYW1lIl09ImNydG0vMi4yLjYiLFsibG9hZE9yZGVy";' export '_ModuleTable002_;' '_ModuleTable003_="Il09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL2Z2My1jYW0vRHVzYW4uSm92aWMvdWZzL3ByMTgvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvaGVyYS5pbnRlbC9mdjMiLFsi";' export '_ModuleTable003_;' '_ModuleTable004_="ZnVsbE5hbWUiXT0iZnYzIixbImxvYWRPcmRlciJdPTIxLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTAsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImZ2MyIsfSxnMj17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzIvMy4xLjEiLFsiZnVsbE5hbWUiXT0iZzIvMy4xLjEiLFsibG9hZE9yZGVyIl09MTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZzIvMy4xLjEiLH0sZzJ0bXBsPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9nMnRtcGwvMS42LjAiLFsiZnVsbE5hbWUiXT0iZzJ0bXBsLzEuNi4w";' export '_ModuleTable004_;' '_ModuleTable005_="IixbImxvYWRPcmRlciJdPTEzLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcydG1wbC8xLjYuMCIsfSxpbXBpPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwvaW1waS8yMDE4LjAuNCIsWyJmdWxsTmFtZSJdPSJpbXBpLzIwMTguMC40IixbImxvYWRPcmRlciJdPTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW1waS8yMDE4LjAuNCIsfSxpbnRlbD17WyJmbiJdPSIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL2ludGVsLzE4LjAuNS4yNzQiLFsiZnVsbE5hbWUiXT0iaW50ZWwvMTguMC41LjI3NCIsWyJsb2FkT3JkZXIi";' export '_ModuleTable005_;' '_ModuleTable006_="XT0zLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImludGVsLzE4LjAuNS4yNzQiLH0saXA9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2lwLzMuMC4yIixbImZ1bGxOYW1lIl09ImlwLzMuMC4yIixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaXAvMy4wLjIiLH0samFzcGVyPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9qYXNwZXIvMS45MDAuMSIsWyJmdWxsTmFtZSJdPSJqYXNwZXIvMS45MDAuMSIsWyJsb2FkT3JkZXIi";' export '_ModuleTable006_;' '_ModuleTable007_="XT0xNSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJqYXNwZXIvMS45MDAuMSIsfSxuZW1zaW89e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL25lbXNpby8yLjIuNCIsWyJmdWxsTmFtZSJdPSJuZW1zaW8vMi4yLjQiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZW1zaW8vMi4yLjQiLH0sbmV0Y2RmPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwvbmV0Y2RmLzQuNy4wIixbImZ1bGxOYW1lIl09Im5ldGNkZi80LjcuMCIsWyJsb2FkT3JkZXIi";' export '_ModuleTable007_;' '_ModuleTable008_="XT01LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5ldGNkZi80LjcuMCIsfSxwbmc9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3BuZy8xLjIuNDQiLFsiZnVsbE5hbWUiXT0icG5nLzEuMi40NCIsWyJsb2FkT3JkZXIiXT0xNixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJwbmcvMS4yLjQ0Iix9LHBvc3Q9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3Bvc3QvOC4wLjEiLFsiZnVsbE5hbWUiXT0icG9zdC84LjAuMSIsWyJsb2FkT3JkZXIiXT0xOCxw";' export '_ModuleTable008_;' '_ModuleTable009_="cm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJwb3N0LzguMC4xIix9LHNwPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9zcC8yLjAuMyIsWyJmdWxsTmFtZSJdPSJzcC8yLjAuMyIsWyJsb2FkT3JkZXIiXT05LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InNwLzIuMC4zIix9LHN1dGlscz17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9zdXRpbHMvZGVmYXVsdCIsWyJmdWxsTmFtZSJdPSJzdXRpbHMvZGVmYXVsdCIsWyJsb2FkT3JkZXIiXT0yLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0";' export '_ModuleTable009_;' '_ModuleTable010_="dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InN1dGlscyIsfSx3M2VtYz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNlbWMvMi4zLjEiLFsiZnVsbE5hbWUiXT0idzNlbWMvMi4zLjEiLFsibG9hZE9yZGVyIl09MTAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNlbWMvMi4zLjEiLH0sdzNuY289e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czbmNvLzIuMC43IixbImZ1bGxOYW1lIl09InczbmNvLzIuMC43IixbImxvYWRPcmRlciJdPTExLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMi";' export '_ModuleTable010_;' '_ModuleTable011_="XT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHo9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3ovMS4yLjExIixbImZ1bGxOYW1lIl09InovMS4yLjExIixbImxvYWRPcmRlciJdPTE3LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InovMS4yLjExIix9LH0sbXBhdGhBPXsiL2NvbnRyaWIvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDIvTkNFUERFVi9mdjMtY2FtL0R1c2FuLkpvdmljL3Vmcy9wcjE4L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL2hlcmEuaW50ZWwiLCIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi9hcHBz";' export '_ModuleTable011_;' '_ModuleTable012_="L21vZHVsZXMvbW9kdWxlZmlsZXMvTGludXgiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L2NyYXlwZS9kZWZhdWx0L21vZHVsZWZpbGVzIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbCIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWxfaW1waSIsIi9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcyIsIi9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmU6L2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9M";' export '_ModuleTable012_;' '_ModuleTable013_="aW51eDovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzOi9vcHQvY3JheS9tb2R1bGVmaWxlczovb3B0L2NyYXkvY3JheXBlL2RlZmF1bHQvbW9kdWxlZmlsZXMiLH0=";' export '_ModuleTable013_;' '_ModuleTable_Sz_="13";' export '_ModuleTable_Sz_;' -++ BACIO_LIB4=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libbacio_v2.0.3_4.a -++ export BACIO_LIB4 -++ BACIO_LIB8=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libbacio_v2.0.3_8.a -++ export BACIO_LIB8 -++ BACIO_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/bacio_v2.0.3 -++ export BACIO_SRC -++ BACIO_VER=v2.0.3 -++ export BACIO_VER -++ __LMOD_REF_COUNT_CLASSPATH='/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/mpi.jar:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/daal.jar:1' -++ export __LMOD_REF_COUNT_CLASSPATH -++ CLASSPATH=/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/mpi.jar:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/daal.jar -++ export CLASSPATH -++ CMAKE_CXX_COMPILER=mpiicpc -++ export CMAKE_CXX_COMPILER -++ CMAKE_C_COMPILER=mpiicc -++ export CMAKE_C_COMPILER -++ CMAKE_Fortran_COMPILER=mpiifort -++ export CMAKE_Fortran_COMPILER -++ CMAKE_Platform=hera.intel -++ export CMAKE_Platform -++ COMP=intel -++ export COMP -++ __LMOD_REF_COUNT_CPATH='/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/include:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/include:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/pstl/include:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/include:2;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/include:1' -++ export __LMOD_REF_COUNT_CPATH -++ CPATH=/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/include:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/include:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/pstl/include:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/include:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/include -++ export CPATH -++ CRTM_FIX=/scratch2/NCEPDEV/nwprod/NCEPLIBS/fix/crtm_v2.2.6 -++ export CRTM_FIX -++ CRTM_INC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/crtm_v2.2.6 -++ export CRTM_INC -++ CRTM_LIB=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libcrtm_v2.2.6.a -++ export CRTM_LIB -++ CRTM_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/crtm_v2.2.6 -++ export CRTM_SRC -++ CRTM_VER=v2.2.6 -++ export CRTM_VER -++ ESMFMKFILE=/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/lib/esmf.mk -++ export ESMFMKFILE -++ G2TMPL_INC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/g2tmpl_v1.6.0 -++ export G2TMPL_INC -++ G2TMPL_LIB=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2tmpl_v1.6.0.a -++ export G2TMPL_LIB -++ G2TMPL_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/g2tmpl_v1.6.0/src -++ export G2TMPL_SRC -++ G2TMPL_VER=v1.6.0 -++ export G2TMPL_VER -++ G2_INC4=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/g2_v3.1.1_4 -++ export G2_INC4 -++ G2_INCd=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/g2_v3.1.1_d -++ export G2_INCd -++ G2_LIB4=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2_v3.1.1_4.a -++ export G2_LIB4 -++ G2_LIBd=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2_v3.1.1_d.a -++ export G2_LIBd -++ G2_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/g2_v3.1.1 -++ export G2_SRC -++ G2_VER=v3.1.1 -++ export G2_VER -++ GDBSERVER_MIC=/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/targets/intel64/x200/bin/gdbserver -++ export GDBSERVER_MIC -++ GDB_CROSS=/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/intel64/bin/gdb-ia -++ export GDB_CROSS -++ __LMOD_REF_COUNT_INFOPATH='/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/info:1;/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/info:1' -++ export __LMOD_REF_COUNT_INFOPATH -++ INFOPATH=/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/info:/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/info -++ export INFOPATH -++ __LMOD_REF_COUNT_INTEL_LICENSE_FILE='/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/licenses:1;/apps/intel/licenses:1' -++ export __LMOD_REF_COUNT_INTEL_LICENSE_FILE -++ INTEL_LICENSE_FILE=/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/licenses:/apps/intel/licenses -++ export INTEL_LICENSE_FILE -++ INTEL_PYTHONHOME=/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/python/intel64/ -++ export INTEL_PYTHONHOME -++ IPATH_NO_BACKTRACE=1 -++ export IPATH_NO_BACKTRACE -++ IP_INC4=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ip_v3.0.2_4 -++ export IP_INC4 -++ IP_INC8=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ip_v3.0.2_8 -++ export IP_INC8 -++ IP_INCd=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ip_v3.0.2_d -++ export IP_INCd -++ IP_LIB4=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libip_v3.0.2_4.a -++ export IP_LIB4 -++ IP_LIB8=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libip_v3.0.2_8.a -++ export IP_LIB8 -++ IP_LIBd=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libip_v3.0.2_d.a -++ export IP_LIBd -++ IP_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/ip_v3.0.2 -++ export IP_SRC -++ IP_VER=v3.0.2 -++ export IP_VER -++ I_MPI_CC=icc -++ export I_MPI_CC -++ I_MPI_F90=ifort -++ export I_MPI_F90 -++ I_MPI_HYDRA_BRANCH_COUNT=128 -++ export I_MPI_HYDRA_BRANCH_COUNT -++ I_MPI_HYDRA_PMI_CONNECT=alltoall -++ export I_MPI_HYDRA_PMI_CONNECT -++ I_MPI_ROOT=/apps/intel/compilers_and_libraries_2018/linux/mpi -++ export I_MPI_ROOT -++ I_MPI_TMI_PROVIDER=psm -++ export I_MPI_TMI_PROVIDER -++ JASPER_INC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/include/jasper_v1.900.1 -++ export JASPER_INC -++ JASPER_LIB=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/lib/libjasper_v1.900.1.a -++ export JASPER_LIB -++ JASPER_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/thirdParty -++ export JASPER_SRC -++ JASPER_VER=v1.900.1 -++ export JASPER_VER -++ __LMOD_REF_COUNT_LD_LIBRARY_PATH='/apps/netcdf/4.7.0/intel/18.0.5.274/lib:1;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib:1;/apps/slurm/default/lib:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/lib/intel64:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:2;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:2;/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/libipt/intel64/lib:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4:1' -++ export __LMOD_REF_COUNT_LD_LIBRARY_PATH -++ LD_LIBRARY_PATH=/apps/netcdf/4.7.0/intel/18.0.5.274/lib:/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib::/apps/slurm/default/lib:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/lib/intel64:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/libipt/intel64/lib:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4 -++ export LD_LIBRARY_PATH -++ __LMOD_REF_COUNT_LIBRARY_PATH='/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:2;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4:1' -++ export __LMOD_REF_COUNT_LIBRARY_PATH -++ LIBRARY_PATH=/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4 -++ export LIBRARY_PATH -++ LIB_NAME=POST -++ export LIB_NAME -++ LMOD_FAMILY_COMPILER=intel -++ export LMOD_FAMILY_COMPILER -++ LMOD_FAMILY_COMPILER_VERSION=18.0.5.274 -++ export LMOD_FAMILY_COMPILER_VERSION -++ LMOD_FAMILY_MPI=impi -++ export LMOD_FAMILY_MPI -++ LMOD_FAMILY_MPI_VERSION=2018.0.4 -++ export LMOD_FAMILY_MPI_VERSION -++ __LMOD_REF_COUNT_LOADEDMODULES='contrib:1;sutils/default:1;intel/18.0.5.274:1;impi/2018.0.4:1;netcdf/4.7.0:1;bacio/2.0.3:1;ip/3.0.2:1;nemsio/2.2.4:1;sp/2.0.3:1;w3emc/2.3.1:1;w3nco/2.0.7:1;g2/3.1.1:1;g2tmpl/1.6.0:1;crtm/2.2.6:1;jasper/1.900.1:1;png/1.2.44:1;z/1.2.11:1;post/8.0.1:1;esmf/8.0.0:1;cmake/3.9.0:1;fv3:1' -++ export __LMOD_REF_COUNT_LOADEDMODULES -++ LOADEDMODULES=contrib:sutils/default:intel/18.0.5.274:impi/2018.0.4:netcdf/4.7.0:bacio/2.0.3:ip/3.0.2:nemsio/2.2.4:sp/2.0.3:w3emc/2.3.1:w3nco/2.0.7:g2/3.1.1:g2tmpl/1.6.0:crtm/2.2.6:jasper/1.900.1:png/1.2.44:z/1.2.11:post/8.0.1:esmf/8.0.0:cmake/3.9.0:fv3 -++ export LOADEDMODULES -++ __LMOD_REF_COUNT_MANPATH='/apps/netcdf/4.7.0/intel/18.0.5.274/share/man:1;/apps/intel/compilers_and_libraries_2018/linux/mpi/man:1;/apps/intel/parallel_studio_xe_2018.4.057/man/common:1;/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/man:1;/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/man:1;/apps/lmod/lmod/share/man:1;/apps/local/man:1;/apps/slurm/default/share/man:1;/apps/slurm/tools/sbank/share/man:1' -++ export __LMOD_REF_COUNT_MANPATH -++ MANPATH=/apps/netcdf/4.7.0/intel/18.0.5.274/share/man:/apps/intel/compilers_and_libraries_2018/linux/mpi/man:/apps/intel/parallel_studio_xe_2018.4.057/man/common:/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/man:/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/man:/apps/lmod/lmod/share/man::/apps/local/man:/apps/slurm/default/share/man:/apps/slurm/tools/sbank/share/man -++ export MANPATH -++ __LMOD_REF_COUNT_MODULEPATH='/contrib/modulefiles:3;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:2;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1;/apps/modules/modulefamilies/intel:1;/apps/modules/modulefamilies/intel_impi:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles:1' -++ export __LMOD_REF_COUNT_MODULEPATH -++ MODULEPATH=/contrib/modulefiles:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles:/apps/modules/modulefamilies/intel:/apps/modules/modulefamilies/intel_impi:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles -++ export MODULEPATH -++ MPM_LAUNCHER=/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/mpm/mic/bin/start_mpm.sh -++ export MPM_LAUNCHER -++ NCEPLIBS=/scratch2/NCEPDEV/nwprod/NCEPLIBS -++ export NCEPLIBS -++ NEMSIO_INC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/nemsio_v2.2.4 -++ export NEMSIO_INC -++ NEMSIO_LIB=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libnemsio_v2.2.4.a -++ export NEMSIO_LIB -++ NEMSIO_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/nemsio_v2.2.4 -++ export NEMSIO_SRC -++ NEMSIO_VER=v2.2.4 -++ export NEMSIO_VER -++ NETCDF=/apps/netcdf/4.7.0/intel/18.0.5.274 -++ export NETCDF -++ __LMOD_REF_COUNT_NLSPATH='/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64/locale/%l_%t/%N:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin/locale/%l_%t/%N:1;/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/intel64/share/locale/%l_%t/%N:1' -++ export __LMOD_REF_COUNT_NLSPATH -++ NLSPATH=/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64/locale/%l_%t/%N:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin/locale/%l_%t/%N:/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/intel64/share/locale/%l_%t/%N -++ export NLSPATH -++ __LMOD_REF_COUNT_PATH='/contrib/cmake/3.9.0/bin:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/bin:1;/apps/netcdf/4.7.0/intel/18.0.5.274/bin:1;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/bin/intel64:1;/contrib/sutils/bin:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:1;/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/opt/ibutils/bin:1;/apps/local/bin:1;/apps/local/sbin:1;/apps/slurm/default/tools:1;/apps/slurm/default/bin:1;/apps/slurm/default/sbin:1;/apps/slurm/tools/sbank/bin:1;/home/Dusan.Jovic/bin:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/dbrowse:1' -++ export __LMOD_REF_COUNT_PATH -++ PATH=/contrib/cmake/3.9.0/bin:/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/bin:/apps/netcdf/4.7.0/intel/18.0.5.274/bin:/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/bin/intel64:/contrib/sutils/bin:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/opt/ibutils/bin:/apps/local/bin:/apps/local/sbin:/apps/slurm/default/tools:/apps/slurm/default/bin:/apps/slurm/default/sbin:/apps/slurm/tools/sbank/bin:/home/Dusan.Jovic/bin:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/dbrowse -++ export PATH -++ __LMOD_REF_COUNT_PKG_CONFIG_PATH=/apps/intel/compilers_and_libraries_2018/linux/mkl/bin/pkgconfig:1 -++ export __LMOD_REF_COUNT_PKG_CONFIG_PATH -++ PKG_CONFIG_PATH=/apps/intel/compilers_and_libraries_2018/linux/mkl/bin/pkgconfig -++ export PKG_CONFIG_PATH -++ PNG_INC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/png_v1.2.44 -++ export PNG_INC -++ PNG_LIB=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libpng_v1.2.44.a -++ export PNG_LIB -++ PNG_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/thirdParty -++ export PNG_SRC -++ PNG_VER=v1.2.44 -++ export PNG_VER -++ POST_INC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ncep_post_v8.0.1_4 -++ export POST_INC -++ POST_LIB=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libncep_post_v8.0.1_4.a -++ export POST_LIB -++ POST_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/post_v8.0.1 -++ export POST_SRC -++ POST_VER=v8.0.1 -++ export POST_VER -++ SLURM_UTILS_PATH=/contrib/sutils/bin -++ export SLURM_UTILS_PATH -++ SP_LIB4=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_4.a -++ export SP_LIB4 -++ SP_LIB8=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_8.a -++ export SP_LIB8 -++ SP_LIBd=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_d.a -++ export SP_LIBd -++ SP_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/sp_v2.0.3 -++ export SP_SRC -++ SP_VER=v2.0.3 -++ export SP_VER -++ W3EMC_INC4=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/w3emc_v2.3.1_4 -++ export W3EMC_INC4 -++ W3EMC_INC8=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/w3emc_v2.3.1_8 -++ export W3EMC_INC8 -++ W3EMC_INCd=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/w3emc_v2.3.1_d -++ export W3EMC_INCd -++ W3EMC_LIB4=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_4.a -++ export W3EMC_LIB4 -++ W3EMC_LIB8=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_8.a -++ export W3EMC_LIB8 -++ W3EMC_LIBd=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_d.a -++ export W3EMC_LIBd -++ W3EMC_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/w3emc_v2.3.1 -++ export W3EMC_SRC -++ W3EMC_VER=v2.3.1 -++ export W3EMC_VER -++ W3NCO_LIB4=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_4.a -++ export W3NCO_LIB4 -++ W3NCO_LIB8=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_8.a -++ export W3NCO_LIB8 -++ W3NCO_LIBd=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_d.a -++ export W3NCO_LIBd -++ W3NCO_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/w3nco_v2.0.7 -++ export W3NCO_SRC -++ W3NCO_VER=v2.0.7 -++ export W3NCO_VER -++ Z_INC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/z_v1.2.11 -++ export Z_INC -++ Z_LIB=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libz_v1.2.11.a -++ export Z_LIB -++ Z_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/thirdParty -++ export Z_SRC -++ Z_VER=v1.2.11 -++ export Z_VER -++ __LMOD_REF_COUNT__LMFILES_='/apps/modules/modulefiles/contrib:1;/contrib/modulefiles/sutils/default:1;/apps/modules/modulefiles/intel/18.0.5.274:1;/apps/modules/modulefamilies/intel/impi/2018.0.4:1;/apps/modules/modulefamilies/intel/netcdf/4.7.0:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/bacio/2.0.3:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/ip/3.0.2:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/nemsio/2.2.4:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/sp/2.0.3:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3emc/2.3.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3nco/2.0.7:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2/3.1.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2tmpl/1.6.0:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/crtm/2.2.6:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/jasper/1.900.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/png/1.2.44:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/z/1.2.11:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/post/8.0.1:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles/esmf/8.0.0:1;/contrib/modulefiles/cmake/3.9.0:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel/fv3:1' -++ export __LMOD_REF_COUNT__LMFILES_ -++ _LMFILES_=/apps/modules/modulefiles/contrib:/contrib/modulefiles/sutils/default:/apps/modules/modulefiles/intel/18.0.5.274:/apps/modules/modulefamilies/intel/impi/2018.0.4:/apps/modules/modulefamilies/intel/netcdf/4.7.0:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/bacio/2.0.3:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/ip/3.0.2:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/nemsio/2.2.4:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/sp/2.0.3:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3emc/2.3.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3nco/2.0.7:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2/3.1.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2tmpl/1.6.0:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/crtm/2.2.6:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/jasper/1.900.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/png/1.2.44:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/z/1.2.11:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/post/8.0.1:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles/esmf/8.0.0:/contrib/modulefiles/cmake/3.9.0:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel/fv3 -++ export _LMFILES_ -++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJpbXBpIix9LG1UPXtiYWNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvYmFjaW8vMi4wLjMiLFsiZnVsbE5hbWUiXT0iYmFjaW8vMi4wLjMiLFsibG9hZE9yZGVyIl09Nixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJiYWNpby8yLjAuMyIsfSxjbWFrZT17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9jbWFrZS8zLjkuMCIsWyJmdWxs -++ export _ModuleTable001_ -++ _ModuleTable002_=TmFtZSJdPSJjbWFrZS8zLjkuMCIsWyJsb2FkT3JkZXIiXT0yMCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjbWFrZS8zLjkuMCIsfSxjb250cmliPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvY29udHJpYiIsWyJmdWxsTmFtZSJdPSJjb250cmliIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY29udHJpYiIsfSxjcnRtPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9jcnRtLzIuMi42IixbImZ1bGxOYW1lIl09ImNydG0vMi4yLjYiLFsibG9hZE9yZGVy -++ export _ModuleTable002_ -++ _ModuleTable003_=Il09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL2Z2My1jYW0vRHVzYW4uSm92aWMvdWZzL3ByMTgvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvaGVyYS5pbnRlbC9mdjMiLFsi -++ export _ModuleTable003_ -++ _ModuleTable004_=ZnVsbE5hbWUiXT0iZnYzIixbImxvYWRPcmRlciJdPTIxLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTAsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImZ2MyIsfSxnMj17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzIvMy4xLjEiLFsiZnVsbE5hbWUiXT0iZzIvMy4xLjEiLFsibG9hZE9yZGVyIl09MTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZzIvMy4xLjEiLH0sZzJ0bXBsPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9nMnRtcGwvMS42LjAiLFsiZnVsbE5hbWUiXT0iZzJ0bXBsLzEuNi4w -++ export _ModuleTable004_ -++ _ModuleTable005_=IixbImxvYWRPcmRlciJdPTEzLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcydG1wbC8xLjYuMCIsfSxpbXBpPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwvaW1waS8yMDE4LjAuNCIsWyJmdWxsTmFtZSJdPSJpbXBpLzIwMTguMC40IixbImxvYWRPcmRlciJdPTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW1waS8yMDE4LjAuNCIsfSxpbnRlbD17WyJmbiJdPSIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL2ludGVsLzE4LjAuNS4yNzQiLFsiZnVsbE5hbWUiXT0iaW50ZWwvMTguMC41LjI3NCIsWyJsb2FkT3JkZXIi -++ export _ModuleTable005_ -++ _ModuleTable006_=XT0zLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImludGVsLzE4LjAuNS4yNzQiLH0saXA9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2lwLzMuMC4yIixbImZ1bGxOYW1lIl09ImlwLzMuMC4yIixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaXAvMy4wLjIiLH0samFzcGVyPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9qYXNwZXIvMS45MDAuMSIsWyJmdWxsTmFtZSJdPSJqYXNwZXIvMS45MDAuMSIsWyJsb2FkT3JkZXIi -++ export _ModuleTable006_ -++ _ModuleTable007_=XT0xNSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJqYXNwZXIvMS45MDAuMSIsfSxuZW1zaW89e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL25lbXNpby8yLjIuNCIsWyJmdWxsTmFtZSJdPSJuZW1zaW8vMi4yLjQiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZW1zaW8vMi4yLjQiLH0sbmV0Y2RmPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwvbmV0Y2RmLzQuNy4wIixbImZ1bGxOYW1lIl09Im5ldGNkZi80LjcuMCIsWyJsb2FkT3JkZXIi -++ export _ModuleTable007_ -++ _ModuleTable008_=XT01LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5ldGNkZi80LjcuMCIsfSxwbmc9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3BuZy8xLjIuNDQiLFsiZnVsbE5hbWUiXT0icG5nLzEuMi40NCIsWyJsb2FkT3JkZXIiXT0xNixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJwbmcvMS4yLjQ0Iix9LHBvc3Q9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3Bvc3QvOC4wLjEiLFsiZnVsbE5hbWUiXT0icG9zdC84LjAuMSIsWyJsb2FkT3JkZXIiXT0xOCxw -++ export _ModuleTable008_ -++ _ModuleTable009_=cm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJwb3N0LzguMC4xIix9LHNwPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9zcC8yLjAuMyIsWyJmdWxsTmFtZSJdPSJzcC8yLjAuMyIsWyJsb2FkT3JkZXIiXT05LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InNwLzIuMC4zIix9LHN1dGlscz17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9zdXRpbHMvZGVmYXVsdCIsWyJmdWxsTmFtZSJdPSJzdXRpbHMvZGVmYXVsdCIsWyJsb2FkT3JkZXIiXT0yLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0 -++ export _ModuleTable009_ -++ _ModuleTable010_=dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InN1dGlscyIsfSx3M2VtYz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNlbWMvMi4zLjEiLFsiZnVsbE5hbWUiXT0idzNlbWMvMi4zLjEiLFsibG9hZE9yZGVyIl09MTAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNlbWMvMi4zLjEiLH0sdzNuY289e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czbmNvLzIuMC43IixbImZ1bGxOYW1lIl09InczbmNvLzIuMC43IixbImxvYWRPcmRlciJdPTExLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMi -++ export _ModuleTable010_ -++ _ModuleTable011_=XT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHo9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3ovMS4yLjExIixbImZ1bGxOYW1lIl09InovMS4yLjExIixbImxvYWRPcmRlciJdPTE3LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InovMS4yLjExIix9LH0sbXBhdGhBPXsiL2NvbnRyaWIvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDIvTkNFUERFVi9mdjMtY2FtL0R1c2FuLkpvdmljL3Vmcy9wcjE4L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL2hlcmEuaW50ZWwiLCIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi9hcHBz -++ export _ModuleTable011_ -++ _ModuleTable012_=L21vZHVsZXMvbW9kdWxlZmlsZXMvTGludXgiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L2NyYXlwZS9kZWZhdWx0L21vZHVsZWZpbGVzIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbCIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWxfaW1waSIsIi9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcyIsIi9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmU6L2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9M -++ export _ModuleTable012_ -++ _ModuleTable013_=aW51eDovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzOi9vcHQvY3JheS9tb2R1bGVmaWxlczovb3B0L2NyYXkvY3JheXBlL2RlZmF1bHQvbW9kdWxlZmlsZXMiLH0= -++ export _ModuleTable013_ -++ _ModuleTable_Sz_=13 -++ export _ModuleTable_Sz_ -++ : -s sh -+ eval -+ module list -++ /apps/lmod/7.7.18/libexec/lmod bash list -+ eval echo ''\'''\'';' echo ''\''Currently'\''' ''\''Loaded'\''' ''\''Modules:'\'';' echo ''\'''\''' ''\'''\''' ''\''1)'\''' ''\''contrib'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''7)'\''' ''\''ip/3.0.2'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''13)'\''' ''\''g2tmpl/1.6.0'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''19)'\''' ''\''esmf/8.0.0'\'';' echo ''\'''\''' ''\'''\''' ''\''2)'\''' ''\''sutils/default'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''8)'\''' ''\''nemsio/2.2.4'\''' ''\'''\''' ''\''14)'\''' ''\''crtm/2.2.6'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''20)'\''' ''\''cmake/3.9.0'\'';' echo ''\'''\''' ''\'''\''' ''\''3)'\''' ''\''intel/18.0.5.274'\''' ''\'''\''' ''\'''\''' ''\''9)'\''' ''\''sp/2.0.3'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''15)'\''' ''\''jasper/1.900.1'\''' ''\'''\''' ''\''21)'\''' ''\''fv3'\'';' echo ''\'''\''' ''\'''\''' ''\''4)'\''' ''\''impi/2018.0.4'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''10)'\''' ''\''w3emc/2.3.1'\''' ''\'''\''' ''\'''\''' ''\''16)'\''' ''\''png/1.2.44'\'';' echo ''\'''\''' ''\'''\''' ''\''5)'\''' ''\''netcdf/4.7.0'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''11)'\''' ''\''w3nco/2.0.7'\''' ''\'''\''' ''\'''\''' ''\''17)'\''' ''\''z/1.2.11'\'';' echo ''\'''\''' ''\'''\''' ''\''6)'\''' ''\''bacio/2.0.3'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''12)'\''' ''\''g2/3.1.1'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''18)'\''' ''\''post/8.0.1'\'';' echo ''\'''\'';' echo ''\'''\''' ''\'''\'';' echo ''\'''\'';' 'MODULEPATH="/contrib/modulefiles:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles:/apps/modules/modulefamilies/intel:/apps/modules/modulefamilies/intel_impi:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles";' export 'MODULEPATH;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJpbXBpIix9LG1UPXtiYWNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvYmFjaW8vMi4wLjMiLFsiZnVsbE5hbWUiXT0iYmFjaW8vMi4wLjMiLFsibG9hZE9yZGVyIl09Nixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJiYWNpby8yLjAuMyIsfSxjbWFrZT17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9jbWFrZS8zLjkuMCIsWyJmdWxs";' export '_ModuleTable001_;' '_ModuleTable002_="TmFtZSJdPSJjbWFrZS8zLjkuMCIsWyJsb2FkT3JkZXIiXT0yMCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjbWFrZS8zLjkuMCIsfSxjb250cmliPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvY29udHJpYiIsWyJmdWxsTmFtZSJdPSJjb250cmliIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY29udHJpYiIsfSxjcnRtPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9jcnRtLzIuMi42IixbImZ1bGxOYW1lIl09ImNydG0vMi4yLjYiLFsibG9hZE9yZGVy";' export '_ModuleTable002_;' '_ModuleTable003_="Il09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL2Z2My1jYW0vRHVzYW4uSm92aWMvdWZzL3ByMTgvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvaGVyYS5pbnRlbC9mdjMiLFsi";' export '_ModuleTable003_;' '_ModuleTable004_="ZnVsbE5hbWUiXT0iZnYzIixbImxvYWRPcmRlciJdPTIxLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTAsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImZ2MyIsfSxnMj17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzIvMy4xLjEiLFsiZnVsbE5hbWUiXT0iZzIvMy4xLjEiLFsibG9hZE9yZGVyIl09MTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZzIvMy4xLjEiLH0sZzJ0bXBsPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9nMnRtcGwvMS42LjAiLFsiZnVsbE5hbWUiXT0iZzJ0bXBsLzEuNi4w";' export '_ModuleTable004_;' '_ModuleTable005_="IixbImxvYWRPcmRlciJdPTEzLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcydG1wbC8xLjYuMCIsfSxpbXBpPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwvaW1waS8yMDE4LjAuNCIsWyJmdWxsTmFtZSJdPSJpbXBpLzIwMTguMC40IixbImxvYWRPcmRlciJdPTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW1waS8yMDE4LjAuNCIsfSxpbnRlbD17WyJmbiJdPSIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL2ludGVsLzE4LjAuNS4yNzQiLFsiZnVsbE5hbWUiXT0iaW50ZWwvMTguMC41LjI3NCIsWyJsb2FkT3JkZXIi";' export '_ModuleTable005_;' '_ModuleTable006_="XT0zLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImludGVsLzE4LjAuNS4yNzQiLH0saXA9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2lwLzMuMC4yIixbImZ1bGxOYW1lIl09ImlwLzMuMC4yIixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaXAvMy4wLjIiLH0samFzcGVyPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9qYXNwZXIvMS45MDAuMSIsWyJmdWxsTmFtZSJdPSJqYXNwZXIvMS45MDAuMSIsWyJsb2FkT3JkZXIi";' export '_ModuleTable006_;' '_ModuleTable007_="XT0xNSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJqYXNwZXIvMS45MDAuMSIsfSxuZW1zaW89e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL25lbXNpby8yLjIuNCIsWyJmdWxsTmFtZSJdPSJuZW1zaW8vMi4yLjQiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZW1zaW8vMi4yLjQiLH0sbmV0Y2RmPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwvbmV0Y2RmLzQuNy4wIixbImZ1bGxOYW1lIl09Im5ldGNkZi80LjcuMCIsWyJsb2FkT3JkZXIi";' export '_ModuleTable007_;' '_ModuleTable008_="XT01LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5ldGNkZi80LjcuMCIsfSxwbmc9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3BuZy8xLjIuNDQiLFsiZnVsbE5hbWUiXT0icG5nLzEuMi40NCIsWyJsb2FkT3JkZXIiXT0xNixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJwbmcvMS4yLjQ0Iix9LHBvc3Q9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3Bvc3QvOC4wLjEiLFsiZnVsbE5hbWUiXT0icG9zdC84LjAuMSIsWyJsb2FkT3JkZXIiXT0xOCxw";' export '_ModuleTable008_;' '_ModuleTable009_="cm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJwb3N0LzguMC4xIix9LHNwPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9zcC8yLjAuMyIsWyJmdWxsTmFtZSJdPSJzcC8yLjAuMyIsWyJsb2FkT3JkZXIiXT05LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InNwLzIuMC4zIix9LHN1dGlscz17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9zdXRpbHMvZGVmYXVsdCIsWyJmdWxsTmFtZSJdPSJzdXRpbHMvZGVmYXVsdCIsWyJsb2FkT3JkZXIiXT0yLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0";' export '_ModuleTable009_;' '_ModuleTable010_="dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InN1dGlscyIsfSx3M2VtYz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNlbWMvMi4zLjEiLFsiZnVsbE5hbWUiXT0idzNlbWMvMi4zLjEiLFsibG9hZE9yZGVyIl09MTAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNlbWMvMi4zLjEiLH0sdzNuY289e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czbmNvLzIuMC43IixbImZ1bGxOYW1lIl09InczbmNvLzIuMC43IixbImxvYWRPcmRlciJdPTExLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMi";' export '_ModuleTable010_;' '_ModuleTable011_="XT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHo9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3ovMS4yLjExIixbImZ1bGxOYW1lIl09InovMS4yLjExIixbImxvYWRPcmRlciJdPTE3LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InovMS4yLjExIix9LH0sbXBhdGhBPXsiL2NvbnRyaWIvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDIvTkNFUERFVi9mdjMtY2FtL0R1c2FuLkpvdmljL3Vmcy9wcjE4L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL2hlcmEuaW50ZWwiLCIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi9hcHBz";' export '_ModuleTable011_;' '_ModuleTable012_="L21vZHVsZXMvbW9kdWxlZmlsZXMvTGludXgiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L2NyYXlwZS9kZWZhdWx0L21vZHVsZWZpbGVzIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbCIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWxfaW1waSIsIi9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcyIsIi9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmU6L2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9M";' export '_ModuleTable012_;' '_ModuleTable013_="aW51eDovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzOi9vcHQvY3JheS9tb2R1bGVmaWxlczovb3B0L2NyYXkvY3JheXBlL2RlZmF1bHQvbW9kdWxlZmlsZXMiLH0=";' export '_ModuleTable013_;' '_ModuleTable_Sz_="13";' export '_ModuleTable_Sz_;' -++ echo '' - -++ echo Currently Loaded Modules: -Currently Loaded Modules: -++ echo '' '' '1)' contrib '' '' '' '' '' '' '' '' '' '' '' '7)' ip/3.0.2 '' '' '' '' '' '13)' g2tmpl/1.6.0 '' '' '' '19)' esmf/8.0.0 - 1) contrib 7) ip/3.0.2 13) g2tmpl/1.6.0 19) esmf/8.0.0 -++ echo '' '' '2)' sutils/default '' '' '' '' '8)' nemsio/2.2.4 '' '14)' crtm/2.2.6 '' '' '' '' '' '20)' cmake/3.9.0 - 2) sutils/default 8) nemsio/2.2.4 14) crtm/2.2.6 20) cmake/3.9.0 -++ echo '' '' '3)' intel/18.0.5.274 '' '' '9)' sp/2.0.3 '' '' '' '' '' '15)' jasper/1.900.1 '' '21)' fv3 - 3) intel/18.0.5.274 9) sp/2.0.3 15) jasper/1.900.1 21) fv3 -++ echo '' '' '4)' impi/2018.0.4 '' '' '' '' '10)' w3emc/2.3.1 '' '' '16)' png/1.2.44 - 4) impi/2018.0.4 10) w3emc/2.3.1 16) png/1.2.44 -++ echo '' '' '5)' netcdf/4.7.0 '' '' '' '' '' '11)' w3nco/2.0.7 '' '' '17)' z/1.2.11 - 5) netcdf/4.7.0 11) w3nco/2.0.7 17) z/1.2.11 -++ echo '' '' '6)' bacio/2.0.3 '' '' '' '' '' '' '12)' g2/3.1.1 '' '' '' '' '' '18)' post/8.0.1 - 6) bacio/2.0.3 12) g2/3.1.1 18) post/8.0.1 -++ echo '' - -++ echo '' '' - -++ echo '' - -++ MODULEPATH=/contrib/modulefiles:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles:/apps/modules/modulefamilies/intel:/apps/modules/modulefamilies/intel_impi:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles -++ export MODULEPATH -++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJpbXBpIix9LG1UPXtiYWNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvYmFjaW8vMi4wLjMiLFsiZnVsbE5hbWUiXT0iYmFjaW8vMi4wLjMiLFsibG9hZE9yZGVyIl09Nixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJiYWNpby8yLjAuMyIsfSxjbWFrZT17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9jbWFrZS8zLjkuMCIsWyJmdWxs -++ export _ModuleTable001_ -++ _ModuleTable002_=TmFtZSJdPSJjbWFrZS8zLjkuMCIsWyJsb2FkT3JkZXIiXT0yMCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjbWFrZS8zLjkuMCIsfSxjb250cmliPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvY29udHJpYiIsWyJmdWxsTmFtZSJdPSJjb250cmliIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY29udHJpYiIsfSxjcnRtPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9jcnRtLzIuMi42IixbImZ1bGxOYW1lIl09ImNydG0vMi4yLjYiLFsibG9hZE9yZGVy -++ export _ModuleTable002_ -++ _ModuleTable003_=Il09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL2Z2My1jYW0vRHVzYW4uSm92aWMvdWZzL3ByMTgvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvaGVyYS5pbnRlbC9mdjMiLFsi -++ export _ModuleTable003_ -++ _ModuleTable004_=ZnVsbE5hbWUiXT0iZnYzIixbImxvYWRPcmRlciJdPTIxLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTAsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImZ2MyIsfSxnMj17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzIvMy4xLjEiLFsiZnVsbE5hbWUiXT0iZzIvMy4xLjEiLFsibG9hZE9yZGVyIl09MTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZzIvMy4xLjEiLH0sZzJ0bXBsPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9nMnRtcGwvMS42LjAiLFsiZnVsbE5hbWUiXT0iZzJ0bXBsLzEuNi4w -++ export _ModuleTable004_ -++ _ModuleTable005_=IixbImxvYWRPcmRlciJdPTEzLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcydG1wbC8xLjYuMCIsfSxpbXBpPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwvaW1waS8yMDE4LjAuNCIsWyJmdWxsTmFtZSJdPSJpbXBpLzIwMTguMC40IixbImxvYWRPcmRlciJdPTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW1waS8yMDE4LjAuNCIsfSxpbnRlbD17WyJmbiJdPSIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL2ludGVsLzE4LjAuNS4yNzQiLFsiZnVsbE5hbWUiXT0iaW50ZWwvMTguMC41LjI3NCIsWyJsb2FkT3JkZXIi -++ export _ModuleTable005_ -++ _ModuleTable006_=XT0zLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImludGVsLzE4LjAuNS4yNzQiLH0saXA9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2lwLzMuMC4yIixbImZ1bGxOYW1lIl09ImlwLzMuMC4yIixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaXAvMy4wLjIiLH0samFzcGVyPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9qYXNwZXIvMS45MDAuMSIsWyJmdWxsTmFtZSJdPSJqYXNwZXIvMS45MDAuMSIsWyJsb2FkT3JkZXIi -++ export _ModuleTable006_ -++ _ModuleTable007_=XT0xNSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJqYXNwZXIvMS45MDAuMSIsfSxuZW1zaW89e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL25lbXNpby8yLjIuNCIsWyJmdWxsTmFtZSJdPSJuZW1zaW8vMi4yLjQiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZW1zaW8vMi4yLjQiLH0sbmV0Y2RmPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwvbmV0Y2RmLzQuNy4wIixbImZ1bGxOYW1lIl09Im5ldGNkZi80LjcuMCIsWyJsb2FkT3JkZXIi -++ export _ModuleTable007_ -++ _ModuleTable008_=XT01LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5ldGNkZi80LjcuMCIsfSxwbmc9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3BuZy8xLjIuNDQiLFsiZnVsbE5hbWUiXT0icG5nLzEuMi40NCIsWyJsb2FkT3JkZXIiXT0xNixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJwbmcvMS4yLjQ0Iix9LHBvc3Q9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3Bvc3QvOC4wLjEiLFsiZnVsbE5hbWUiXT0icG9zdC84LjAuMSIsWyJsb2FkT3JkZXIiXT0xOCxw -++ export _ModuleTable008_ -++ _ModuleTable009_=cm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJwb3N0LzguMC4xIix9LHNwPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9zcC8yLjAuMyIsWyJmdWxsTmFtZSJdPSJzcC8yLjAuMyIsWyJsb2FkT3JkZXIiXT05LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InNwLzIuMC4zIix9LHN1dGlscz17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9zdXRpbHMvZGVmYXVsdCIsWyJmdWxsTmFtZSJdPSJzdXRpbHMvZGVmYXVsdCIsWyJsb2FkT3JkZXIiXT0yLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0 -++ export _ModuleTable009_ -++ _ModuleTable010_=dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InN1dGlscyIsfSx3M2VtYz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNlbWMvMi4zLjEiLFsiZnVsbE5hbWUiXT0idzNlbWMvMi4zLjEiLFsibG9hZE9yZGVyIl09MTAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNlbWMvMi4zLjEiLH0sdzNuY289e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czbmNvLzIuMC43IixbImZ1bGxOYW1lIl09InczbmNvLzIuMC43IixbImxvYWRPcmRlciJdPTExLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMi -++ export _ModuleTable010_ -++ _ModuleTable011_=XT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHo9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3ovMS4yLjExIixbImZ1bGxOYW1lIl09InovMS4yLjExIixbImxvYWRPcmRlciJdPTE3LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InovMS4yLjExIix9LH0sbXBhdGhBPXsiL2NvbnRyaWIvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDIvTkNFUERFVi9mdjMtY2FtL0R1c2FuLkpvdmljL3Vmcy9wcjE4L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL2hlcmEuaW50ZWwiLCIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi9hcHBz -++ export _ModuleTable011_ -++ _ModuleTable012_=L21vZHVsZXMvbW9kdWxlZmlsZXMvTGludXgiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L2NyYXlwZS9kZWZhdWx0L21vZHVsZWZpbGVzIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbCIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWxfaW1waSIsIi9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcyIsIi9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmU6L2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9M -++ export _ModuleTable012_ -++ _ModuleTable013_=aW51eDovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzOi9vcHQvY3JheS9tb2R1bGVmaWxlczovb3B0L2NyYXkvY3JheXBlL2RlZmF1bHQvbW9kdWxlZmlsZXMiLH0= -++ export _ModuleTable013_ -++ _ModuleTable_Sz_=13 -++ export _ModuleTable_Sz_ -++ : -s sh -+ eval -+ cd build_fv3_18 -+ cmake /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model -D32BIT=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=ON -DSTATIC=ON -DMULTI_GASES=OFF --- The C compiler identification is Intel 18.0.5.20180823 --- The CXX compiler identification is Intel 18.0.5.20180823 --- The Fortran compiler identification is Intel 18.0.5.20180823 --- Check for working C compiler: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiicc --- Check for working C compiler: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiicc -- works --- Detecting C compiler ABI info --- Detecting C compiler ABI info - done --- Detecting C compile features --- Detecting C compile features - done --- Check for working CXX compiler: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiicpc --- Check for working CXX compiler: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiicpc -- works --- Detecting CXX compiler ABI info --- Detecting CXX compiler ABI info - done --- Detecting CXX compile features --- Detecting CXX compile features - done --- Check for working Fortran compiler: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort --- Check for working Fortran compiler: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -- works --- Detecting Fortran compiler ABI info --- Detecting Fortran compiler ABI info - done --- Checking whether /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort supports Fortran 90 --- Checking whether /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort supports Fortran 90 -- yes --- Found MPI_C: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpifort.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/release_mt/libmpi.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpigi.a;/usr/lib64/libdl.so;/usr/lib64/librt.so;/usr/lib64/libpthread.so --- Found MPI_CXX: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpicxx.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpifort.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/release_mt/libmpi.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpigi.a;/usr/lib64/libdl.so;/usr/lib64/librt.so;/usr/lib64/libpthread.so --- Found MPI_Fortran: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpifort.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/release_mt/libmpi.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpigi.a;/usr/lib64/libdl.so;/usr/lib64/librt.so;/usr/lib64/libpthread.so -ESMFMKFILE: /scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/lib/esmf.mk - Found ESMF: -ESMF_VERSION_MAJOR: 8 -ESMF_F90COMPILEPATHS: /scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod;/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include;/apps/netcdf/4.6.1/intel/16.1.150/include -ESMF_F90ESMFLINKRPATHS: -Wl,-rpath,/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/lib -ESMF_F90ESMFLINKLIBS: -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf --- Found ESMF: /scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod;/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include;/apps/netcdf/4.6.1/intel/16.1.150/include (found version "8.0.0") - -Setting configuration for hera.intel - -C compiler: Intel 18.0.5.20180823 (mpiicc) -CXX compiler: Intel 18.0.5.20180823 (mpiicpc) -Fortran compiler: Intel 18.0.5.20180823 (mpiifort) - -DEBUG is disabled -REPRO is disabled -32BIT is ENABLED -OPENMP is ENABLED -AVX2 is ENABLED -INLINE_POST is ENABLED - - -Selected physics package: gfs - -Force 64 bits in gfsphysics -Force 64 bits in ipd --- Dynamics compiled with 32-bit option, adjust fv_sat_adj types --- Detecting OpenMP flags for Intel C compiler: -qopenmp --- Detecting OpenMP flags for Intel C++ compiler: -qopenmp --- Detecting OpenMP flags for Intel Fortran compiler: -qopenmp --- Enable OpenMP support for C/C++/Fortran compiler --- Disable SIONlib support --- Disable Intel MKL support --- Enable netCDF support --- Disable ESMF support --- Disable multi-gases physics --- Detecting OpenMP flags for Intel C compiler: -qopenmp --- Detecting OpenMP flags for Intel C++ compiler: -qopenmp --- Detecting OpenMP flags for Intel Fortran compiler: -qopenmp --- Enable OpenMP support for C/C++/Fortran compiler --- Found LibXml2: /usr/lib64/libxml2.so (found version "2.9.1") --- Found Doxygen: /usr/bin/doxygen (found version "1.8.5") found components: doxygen dot --- Detecting OpenMP flags for Intel C compiler: -qopenmp --- Detecting OpenMP flags for Intel C++ compiler: -qopenmp --- Detecting OpenMP flags for Intel Fortran compiler: -qopenmp --- Enable OpenMP support for C/C++/Fortran compiler -INFOGot CCPP_SCHEMES from environment variable: /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/aer_cloud.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/aerclm_def.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/aerinterp.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/calpreciptype.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cldwat2m_micro.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cldmacro.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/date_def.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/funcphys.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gcycle.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/h2o_def.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/h2ointerp.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/iccn_def.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/iccninterp.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/iounitdef.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/machine.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mersenne_twister.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfpbl.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg_utils.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg2_0.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg3_0.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/multi_gases.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_model.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_parameters.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_radar.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_thompson.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MP_FER_HIRES.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_bl_mynn.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_mynn.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_orowam2017.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/namelist_soilveg.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfpblt.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfpbltq.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfscu.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfscuq.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/noahmp_tables.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/num_parthds.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozne_def.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozinterp.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/physcons.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/physparam.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radcons.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_aerosols.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_astronomy.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_clouds.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_gases.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_surface.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radlw_datatb.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radlw_param.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radsw_datatb.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radsw_param.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/samfaerosols.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfcsub.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sflx.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/set_soilveg.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/surface_perturbation.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_deep.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_sh.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/tridi.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/wv_saturation.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_soil_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rayleigh_damp.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radsw_main.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_ocean.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gwdc.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gscond.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ysuvdif.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_sice.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/samfdeepcnv.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/satmedmfvdif.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozphys_2015.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/samfshalcnv.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/precpd.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_fer_hires.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diag.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radlw_main.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_debug.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/satmedmfvdifq.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cs_conv.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/shinhongvdif.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/h2ophys.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_nst.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/moninedmf.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diff.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diag_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/m_micro.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gcm_shoc.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gwdps.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/shalcnv.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/get_prs_fv3.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozphys.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_stochastics.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/drag_suite.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_cice.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sascnvn.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cnvc90.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_drv.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/dcyc2.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/moninshoc.f -INFOGot CAPS from environment variable: /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_18/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_regional_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_18/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_regional_time_vary_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_18/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_regional_radiation_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_18/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_regional_physics_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_18/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_regional_stochastics_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_18/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_regional_c768_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_18/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_regional_c768_time_vary_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_18/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_regional_c768_radiation_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_18/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_regional_c768_physics_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_18/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_regional_c768_stochastics_cap.F90 -Force 64 bits in CCPP_layer -Force 64 bits in stochastic_physics --- Configuring done --- Generating done --- Build files have been written to: /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_18 -+ make -j 8 -Scanning dependencies of target ccpp -Scanning dependencies of target fv3cpl -[ 0%] Building Fortran object FV3/ccpp/framework/src/CMakeFiles/ccpp.dir/ccpp_errors.F90.o -[ 0%] Building Fortran object FV3/ccpp/framework/src/CMakeFiles/ccpp.dir/ccpp_types.F90.o -[ 0%] Building Fortran object FV3/cpl/CMakeFiles/fv3cpl.dir/module_cap_cpl.F90.o -[ 0%] Building Fortran object FV3/cpl/CMakeFiles/fv3cpl.dir/module_cplfields.F90.o -[ 1%] Building Fortran object FV3/ccpp/framework/src/CMakeFiles/ccpp.dir/ccpp.F90.o -Scanning dependencies of target fms -[ 1%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_parameter.F90.o -[ 1%] Building Fortran object CMakeFiles/fms.dir/FMS/platform/platform.F90.o -[ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_core.F90.o -[ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_input.F90.o -[ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/cloud_interpolator.F90.o -[ 2%] Building Fortran object FV3/ccpp/framework/src/CMakeFiles/ccpp.dir/ccpp_api.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_io.F90.o -[ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/random_numbers/MersenneTwister.F90.o -[ 2%] Linking Fortran static library libccpp.a -[ 2%] Built target ccpp -[ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/sat_vapor_pres/sat_vapor_pres_k.F90.o -[ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/constants/constants.F90.o -[ 3%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_data.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 3%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp.F90.o -[ 4%] Linking Fortran static library libfv3cpl.a -Scanning dependencies of target ccppphys -[ 4%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/machine.F.o -[ 4%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFDL_parse_tracers.F90.o -[ 4%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mersenne_twister.f.o -[ 4%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_mp_radar.F90.o -[ 4%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/iounitdef.f.o -[ 4%] Built target fv3cpl -[ 4%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/namelist_soilveg.f.o -[ 4%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/namelist_soilveg_ruc.F90.o -[ 4%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_noahmplsm.f90.o -[ 4%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_noahmp_glacier.f90.o -[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/noahmp_tables.f90.o -[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_soil_pre.F90.o -[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/physcons.F90.o -[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/aerclm_def.F.o -[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/physparam.f.o -[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/h2o_def.f.o -[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/iccn_def.F.o -[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/micro_mg_utils.F90.o -[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozne_def.f.o -[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/surface_perturbation.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_deep.F90.o -[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_gfdl_cloud_microphys.F90.o -[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gfs_phy_tracer_config.F.o -[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radcons.f90.o -[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/set_soilveg.f.o -[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MP_FER_HIRES.F90.o -[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_BL_MYJPBL.F90.o -[ 8%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/date_def.f.o -[ 8%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_mp_thompson.F90.o -[ 9%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gwdps.f.o -[ 10%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_SF_JSFC.F90.o -[ 11%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_ruclsm.F90.o -[ 11%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/set_soilveg_ruc.F90.o -[ 11%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_post.F90.o -[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cnvc90.f.o -[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_DCNV_generic.F90.o -[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_MP_generic.F90.o -[ 13%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_GWD_generic.F90.o -[ 14%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_PBL_generic.F90.o -[ 14%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_SCNV_generic.F90.o -[ 14%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_composites.F90.o -[ 14%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_loop_control.F90.o -[ 14%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/maximum_hourly_diagnostics.F90.o -[ 15%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozphys.f.o -[ 15%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rayleigh_damp.f.o -[ 15%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_diag_post.F90.o -[ 15%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_diff.f.o -[ 15%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_stochastics.F90.o -[ 16%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/funcphys.f90.o -[ 16%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radlw_param.f.o -[ 16%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radsw_param.f.o -[ 17%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_nst_parameters.f90.o -[ 17%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_bl_mynn.F90.o -[ 17%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_initialize.F90.o -[ 17%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_astronomy.f.o -[ 17%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_surface.f.o -[ 17%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/samfaerosols.F.o -[ 18%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/aerinterp.F90.o -[ 18%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/h2ointerp.f90.o -[ 19%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/iccninterp.F90.o -[ 19%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_efp.F90.o -[ 19%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozinterp.f90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 19%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_memutils.F90.o -[ 19%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_pset.F90.o -[ 19%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_type.F90.o -[ 19%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/gradient.F90.o -[ 20%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_mp_thompson_make_number_concentrations.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 20%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/aer_cloud.F.o -[ 20%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/get_prs_fv3.F90.o -[ 21%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gfdl_cloud_microphys.F90.o -[ 21%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_generic.F90.o -[ 21%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_domains.F90.o -[ 21%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/wv_saturation.F.o -[ 22%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/__/__/gfsphysics/GFS_layer/GFS_typedefs.F90.o -[ 22%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_nst_water_prop.f90.o -[ 23%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_module.F90.o -[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_bfmicrophysics.f.o -[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radsw_datatb.f.o -[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_aerosols.f.o -[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_gases.f.o -[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radlw_datatb.f.o -[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_sh.F90.o -[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_mynn.F90.o -[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/moninedmf.f.o -[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_drv.f.o -[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/samfdeepcnv.f.o -[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/samfshalcnv.f.o -[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_diag.f.o -[ 25%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_sice.f.o -[ 25%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_time_vary_pre.fv3.F90.o -[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_clouds.f.o -[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radlw_main.f.o -[ 27%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radsw_main.f.o -[ 27%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_nst_model.f90.o -[ 27%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cldmacro.F.o -[ 27%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp.F90.o -[ 27%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/micro_mg3_0.F90.o -[ 27%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cldwat2m_micro.F.o -[ 27%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/micro_mg2_0.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 27%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_nst.f.o -[ 27%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_setup.F90.o -[ 27%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_comm.F90.o -[ 28%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_io.F90.o -Compiling in MPI mode (with or without MPP) -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 30%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_post.F90.o -[ 30%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rrtmg_lw_post.F90.o -[ 30%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_pre.F90.o -[ 30%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/dcyc2.f.o -[ 30%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rrtmg_sw_post.F90.o -[ 30%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_suite_interstitial.F90.o -[ 30%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rrtmg_lw_pre.F90.o -[ 30%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rrtmg_sw_pre.F90.o -[ 30%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_gfdlmp_regional_stochastics_cap.F90.o -[ 30%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_phys_time_vary.fv3.F90.o -[ 30%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_rad_time_vary.fv3.F90.o -[ 30%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_gfdlmp_regional_c768_stochastics_cap.F90.o -[ 30%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_gfdlmp_regional_physics_cap.F90.o -[ 31%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_gfdlmp_regional_c768_physics_cap.F90.o -[ 31%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_gfdlmp_regional_radiation_cap.F90.o -[ 31%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_gfdlmp_regional_c768_radiation_cap.F90.o -[ 32%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_gfdlmp_regional_c768_time_vary_cap.F90.o -[ 32%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_gfdlmp_regional_time_vary_cap.F90.o -[ 34%] Building Fortran object CMakeFiles/fms.dir/FMS/memutils/memutils.F90.o -[ 34%] Building Fortran object CMakeFiles/fms.dir/FMS/fms/fms_io.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 34%] Building Fortran object CMakeFiles/fms.dir/FMS/fms/fms.F90.o -[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bicubic.F90.o -[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/time_manager/time_manager.F90.o -[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_spherical.F90.o -[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bilinear.F90.o -[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_conserve.F90.o -[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/axis_utils/axis_utils.F90.o -[ 36%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_grid.F90.o -[ 36%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/__/__/gfsphysics/CCPP_layer/CCPP_typedefs.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 37%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_gfdlmp_regional_c768_cap.F90.o -[ 37%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_gfdlmp_regional_cap.F90.o -[ 37%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_debug.F90.o -[ 37%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_suite_init_finalize_test.F90.o -[ 37%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cs_conv.F90.o -[ 37%] Building Fortran object CMakeFiles/fms.dir/FMS/field_manager/field_manager.F90.o -[ 37%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/mosaic.F90.o -[ 37%] Building Fortran object CMakeFiles/fms.dir/FMS/topography/gaussian_topog.F90.o -[ 37%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cs_conv_aw_adj.F90.o -[ 37%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver.F90.o -[ 38%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver_post.F90.o -[ 38%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver_pre.F90.o -[ 39%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke.F90.o -[ 40%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke_post.F90.o -[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/time_manager/get_cal_time.F90.o -[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp.F90.o -[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/time_interp/time_interp.F90.o -[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_data.F90.o -[ 41%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke_pre.F90.o -[ 41%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/drag_suite.F90.o -[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/field_manager/fm_util.F90.o -[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_types.F90.o -[ 41%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gcm_shoc.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 42%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gfdl_fv_sat_adj.F90.o -[ 42%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gscond.f.o -[ 42%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_axis.F90.o -[ 42%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gwdc.f.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 43%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/h2ophys.f.o -[ 43%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/lsm_ruc_sfc_sice_interstitial.F90.o -[ 43%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_manifest.F90.o -[ 43%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/xbt_drop_rate_adjust.f90.o -[ 43%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/m_micro.F90.o -[ 43%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/m_micro_interstitial.F90.o -[ 43%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYJPBL_wrapper.F90.o -[ 44%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/write_ocean_data.F90.o -[ 44%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYJSFC_wrapper.F90.o -[ 44%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNPBL_wrapper.F90.o -[ 44%] Building Fortran object CMakeFiles/fms.dir/FMS/time_interp/time_interp_external.F90.o -[ 45%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNrad_post.F90.o -[ 45%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNSFC_wrapper.F90.o -[ 46%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNrad_pre.F90.o -[ 46%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/moninshoc.f.o -[ 47%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_fer_hires.F90.o -[ 47%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_output.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 47%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_thompson.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 47%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_thompson_post.F90.o -[ 48%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/multi_gases.F90.o -[ 48%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_thompson_pre.F90.o -[ 48%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozphys_2015.f.o -[ 48%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/precpd.f.o -[ 48%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sascnvn.F.o -[ 48%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/satmedmfvdif.F.o -[ 48%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/satmedmfvdifq.F.o -[ 49%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_cice.f.o -[ 49%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_util.F90.o -[ 49%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_drv_ruc.F90.o -[ 49%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_noahmp_drv.f.o -[ 49%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_ocean.F.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 50%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfcsub.F.o -[ 50%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/shalcnv.F.o -[ 50%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/shinhongvdif.F90.o -[ 51%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_table.F90.o -[ 51%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ugwp_driver_v0.F.o -[ 51%] Building Fortran object CMakeFiles/fms.dir/FMS/data_override/data_override.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 51%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_manager.F90.o -[ 52%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ysuvdif.F90.o -[ 52%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/calpreciptype.f90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 52%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gcycle.F90.o -[ 53%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gocart_tracer_config_stub.f.o -[ 54%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfpbl.f.o -[ 54%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_triggers.F90.o -[ 55%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_solvers.F90.o -[ 55%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_utils.F90.o -[ 55%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_orowam2017.f.o -[ 56%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_vert_lsatdis.F90.o -[ 56%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_vert_orodis.F90.o -[ 56%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_vert_wmsdis.F90.o -[ 57%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfpblt.f.o -[ 57%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfpbltq.f.o -[ 57%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfscu.f.o -[ 57%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfscuq.f.o -[ 57%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/num_parthds.F.o -[ 57%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sflx.f.o -[ 57%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/tridi.f.o -[ 57%] Linking Fortran static library libccppphys.a -[ 57%] Built target ccppphys -Scanning dependencies of target gfsphysics -[ 58%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/machine.F.o -[ 58%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/namelist_soilveg.f.o -[ 58%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mersenne_twister.f.o -[ 58%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/GFDL_parse_tracers.F90.o -[ 58%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/CCPP_layer/CCPP_typedefs.F90.o -[ 58%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/physcons.F90.o -[ 58%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/physparam.f.o -[ 59%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radlw_param.f.o -[ 59%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radsw_param.f.o -[ 59%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_typedefs.F90.o -[ 59%] Building Fortran object CMakeFiles/fms.dir/FMS/exchange/stock_constants.F90.o -[ 59%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/coupler_types.F90.o -[ 60%] Building Fortran object CMakeFiles/fms.dir/FMS/amip_interp/amip_interp.F90.o -[ 60%] Building Fortran object CMakeFiles/fms.dir/FMS/astronomy/astronomy.F90.o -[ 60%] Building Fortran object CMakeFiles/fms.dir/FMS/block_control/block_control.F90.o -[ 61%] Building Fortran object CMakeFiles/fms.dir/FMS/column_diagnostics/column_diagnostics.F90.o -[ 61%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/atmos_ocean_fluxes.F90.o -[ 62%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters.F90.o -[ 62%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/ensemble_manager.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -Compiling in MPI mode (with or without MPP) -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 62%] Building Fortran object CMakeFiles/fms.dir/FMS/exchange/xgrid.F90.o -[ 63%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft.F90.o -[ 63%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft99.F90.o -[ 63%] Building Fortran object CMakeFiles/fms.dir/FMS/interpolator/interpolator.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 63%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/grid.F90.o -[ 64%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_utilities.F90.o -[ 64%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core.F90.o -[ 64%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core_ecda.F90.o -[ 65%] Building Fortran object CMakeFiles/fms.dir/FMS/random_numbers/random_numbers.F90.o -[ 65%] Building Fortran object CMakeFiles/fms.dir/FMS/sat_vapor_pres/sat_vapor_pres.F90.o -[ 66%] Building Fortran object CMakeFiles/fms.dir/FMS/station_data/station_data.F90.o -[ 66%] Building Fortran object CMakeFiles/fms.dir/FMS/topography/topography.F90.o -[ 66%] Building Fortran object CMakeFiles/fms.dir/FMS/tracer_manager/tracer_manager.F90.o -[ 67%] Building Fortran object CMakeFiles/fms.dir/FMS/tridiagonal/tridiagonal.F90.o -[ 68%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/quicksort.F90.o -[ 68%] Building C object CMakeFiles/fms.dir/FMS/memutils/memuse.c.o -[ 68%] Building C object CMakeFiles/fms.dir/FMS/mosaic/create_xgrid.c.o -[ 68%] Building C object CMakeFiles/fms.dir/FMS/mosaic/gradient_c2l.c.o -[ 69%] Building C object CMakeFiles/fms.dir/FMS/mosaic/interp.c.o -[ 69%] Building C object CMakeFiles/fms.dir/FMS/mosaic/mosaic_util.c.o -[ 69%] Building C object CMakeFiles/fms.dir/FMS/mosaic/read_mosaic.c.o -[ 69%] Building C object CMakeFiles/fms.dir/FMS/affinity/affinity.c.o -[ 70%] Building C object CMakeFiles/fms.dir/FMS/mpp/nsclock.c.o -[ 70%] Building C object CMakeFiles/fms.dir/FMS/mpp/threadloc.c.o -[ 70%] Linking Fortran static library FMS/libfms.a -[ 70%] Built target fms -[ 72%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_diagnostics.F90.o -[ 72%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_driver.F90.o -[ 72%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/CCPP_layer/CCPP_data.F90.o -[ 72%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_restart.F90.o -[ 72%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_abstraction_layer.F90.o -[ 72%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/__/ccpp/physics/ccpp_static_api.F90.o -[ 72%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/noahmp_tables.f90.o -[ 72%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/set_soilveg.f.o -[ 72%] Linking Fortran static library libgfsphysics.a -[ 72%] Built target gfsphysics -Scanning dependencies of target ipd -Scanning dependencies of target ccppdriver -[ 72%] Building Fortran object FV3/ipd/CMakeFiles/ipd.dir/IPD_typedefs.F90.o -[ 72%] Building Fortran object FV3/ccpp/driver/CMakeFiles/ccppdriver.dir/CCPP_driver.F90.o -[ 72%] Building Fortran object FV3/ipd/CMakeFiles/ipd.dir/IPD_driver.F90.o -[ 73%] Linking Fortran static library libccppdriver.a -[ 73%] Built target ccppdriver -[ 74%] Linking Fortran static library libipd.a -[ 74%] Built target ipd -Scanning dependencies of target io -[ 75%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_internal_state.F90.o -[ 75%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_fv3_io_def.F90.o -Scanning dependencies of target fv3core -[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/external_sst.F90.o -[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_arrays.F90.o -[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/sim_nc_mod.F90.o -[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_fill.F90.o -[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/DYCORE_typedefs.F90.o -[ 76%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_netcdf.F90.o -[ 76%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_nemsio.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 76%] Building Fortran object FV3/io/CMakeFiles/io.dir/post_gfs.F90.o -[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/sorted_index.F90.o -[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_mp_mod.F90.o -[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_eta.F90.o -[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_sg.F90.o -[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_timing.F90.o -[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/boundary.F90.o -[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_grid_utils.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/a2b_edge.F90.o -[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_surf_map.F90.o -[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/tp_core.F90.o -[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_mapz.F90.o -[ 79%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_grid_tools.F90.o -[ 78%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/init_hydro.F90.o -[ 79%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_treat_da_inc.F90.o -[ 79%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_iau_mod.F90.o -[ 79%] Building Fortran object FV3/io/CMakeFiles/io.dir/FV3GFS_io.F90.o -[ 79%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_wrt_grid_comp.F90.o -[ 80%] Building Fortran object FV3/io/CMakeFiles/io.dir/ffsync.F90.o -[ 81%] Building Fortran object FV3/io/CMakeFiles/io.dir/post_nems_routines.F90.o -[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/sw_core.F90.o -[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_diagnostics.F90.o -[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_io.F90.o -[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/nh_utils.F90.o -[ 82%] Linking Fortran static library libio.a -[ 82%] Built target io -[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/nh_core.F90.o -[ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/fv_nggps_diag.F90.o -[ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_nudge.F90.o -[ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/test_cases.F90.o -[ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_regional_bc.F90.o -[ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_tracer2d.F90.o -[ 85%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/dyn_core.F90.o -[ 85%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_update_phys.F90.o -[ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/external_ic.F90.o -[ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_restart.F90.o -[ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_control.F90.o -[ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_nesting.F90.o -[ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_dynamics.F90.o -[ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/atmosphere.F90.o -[ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/multi_gases.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 87%] Linking Fortran static library libfv3core.a -[ 87%] Built target fv3core -Scanning dependencies of target stochastic_physics -[ 87%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/spectral_layout.F90.o -[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_resol_def.f.o -[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/update_ca.f90.o -[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_gg_def.f.o -[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_layout_lag.f.o -[ 89%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/glats_stochy.f.o -[ 89%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_namelist_def.F90.o -[ 90%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/compns_stochy.F90.o -[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/setlats_lag_stochy.f.o -[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/get_lats_node_a_stochy.f.o -[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/epslon_stochy.f.o -[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/gozrineo_stochy.f.o -[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/get_ls_node_stochy.f.o -[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/pln2eo_stochy.f.o -[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/setlats_a_stochy.f.o -[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_internal_state_mod.F90.o -[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/dezouv_stochy.f.o -[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/dozeuv_stochy.f.o -[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/four_to_grid_stochy.F.o -[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_patterngenerator.F90.o -[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/sumfln_stochy.f.o -[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/getcon_lag_stochy.f.o -[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/getcon_spectral.F90.o -[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/initialize_spectral_mod.F90.o -[ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_data_mod.F90.o -[ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/get_stochy_pattern.F90.o -[ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochastic_physics.F90.o -[ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/cellular_automata.f90.o -[ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/plumes.f90.o -[ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/num_parthds_stochy.f.o -[ 95%] Linking Fortran static library libstochastic_physics.a -[ 95%] Built target stochastic_physics -Scanning dependencies of target fv3cap -[ 95%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/module_fv3_config.F90.o -[ 95%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/atmos_model.F90.o -[ 95%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/module_fcst_grid_comp.F90.o -[ 96%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/time_utils.F90.o -[ 96%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/fv3_cap.F90.o -[ 97%] Linking Fortran static library libfv3cap.a -[ 97%] Built target fv3cap -Scanning dependencies of target NEMS.exe -[ 98%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_EARTH_INTERNAL_STATE.F90.o -[ 98%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_MEDIATOR_methods.F90.o -[ 98%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/ENS_Cpl/ENS_CplComp_ESMFMod_STUB.F90.o -[ 98%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_UTILS.F90.o -[ 99%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_INTERNAL_STATE.F90.o -[ 99%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_MEDIATOR_SpaceWeather.F90.o -[ 99%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_Rusage.F90.o -[100%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_MEDIATOR.F90.o -[100%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_EARTH_GRID_COMP.F90.o -[100%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_GRID_COMP.F90.o -[100%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/MAIN_NEMS.F90.o -[100%] Building C object CMakeFiles/NEMS.exe.dir/NEMS/src/nems_c_rusage.c.o -[100%] Linking Fortran executable NEMS.exe -/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/lib/libjasper_v1.900.1.a(jas_stream.o): In function `jas_stream_tmpfile': -jas_stream.c:(.text+0x7a7): warning: the use of `tmpnam' is dangerous, better use `mkstemp' -[100%] Built target NEMS.exe -+ mv NEMS.exe ../fv3_18.exe -+ cp /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel/fv3 ../modules.fv3_18 -+ cd .. -+ '[' YES = YES ']' -+ rm -rf build_fv3_18 -+ elapsed=546 -+ echo 'Elapsed time 546 seconds. Compiling CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp_regional,FV3_GFS_2017_gfdlmp_regional_c768 32BIT=Y finished' -Elapsed time 546 seconds. Compiling CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp_regional,FV3_GFS_2017_gfdlmp_regional_c768 32BIT=Y finished -+ SECONDS=0 -+++ readlink -f /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/compile_cmake.sh -++ dirname /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/compile_cmake.sh -+ readonly MYDIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests -+ MYDIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests -+ readonly ARGC=4 -+ ARGC=4 -+ cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests -+ [[ 4 -eq 0 ]] -+ [[ 4 -lt 2 ]] -+ PATHTR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model -+ MACHINE_ID=hera.intel -+ MAKE_OPT='CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y DEBUG=Y' -+ BUILD_NAME=fv3_19 -+ clean_before=YES -+ clean_after=YES -+ BUILD_DIR=build_fv3_19 -+ [[ hera.intel == cheyenne.* ]] -+ [[ hera.intel == wcoss_dell_p3 ]] -+ MAKE_THREADS=8 -+ hostname -hfe01 -+ cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests -+ echo 'Compiling CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y DEBUG=Y into fv3_19.exe on hera.intel' -Compiling CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y DEBUG=Y into fv3_19.exe on hera.intel -+ '[' YES = YES ']' -+ rm -rf build_fv3_19 -+ mkdir -p build_fv3_19 -+ CCPP_CMAKE_FLAGS= -+ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y DEBUG=Y == *\D\E\B\U\G\=\Y* ]] -+ CCPP_CMAKE_FLAGS=' -DDEBUG=Y' -+ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y DEBUG=Y == *\3\2\B\I\T\=\Y* ]] -+ CCPP_CMAKE_FLAGS=' -DDEBUG=Y -D32BIT=Y' -+ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y DEBUG=Y == *\O\P\E\N\M\P\=\N* ]] -+ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y DEBUG=Y == *\C\C\P\P\=\Y* ]] -+ CCPP_CMAKE_FLAGS=' -DDEBUG=Y -D32BIT=Y -DCCPP=ON -DMPI=ON' -+ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y DEBUG=Y == *\D\E\B\U\G\=\Y* ]] -+ CCPP_CMAKE_FLAGS=' -DDEBUG=Y -D32BIT=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug' -+ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y DEBUG=Y == *\3\2\B\I\T\=\Y* ]] -+ CCPP_CMAKE_FLAGS=' -DDEBUG=Y -D32BIT=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DDYN32=ON' -+ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y DEBUG=Y == *\S\T\A\T\I\C\=\Y* ]] -+ CCPP_CMAKE_FLAGS=' -DDEBUG=Y -D32BIT=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DDYN32=ON -DSTATIC=ON' -+ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y DEBUG=Y == *\M\U\L\T\I\_\G\A\S\E\S\=\Y* ]] -+ CCPP_CMAKE_FLAGS=' -DDEBUG=Y -D32BIT=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DDYN32=ON -DSTATIC=ON -DMULTI_GASES=OFF' -++ echo CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y DEBUG=Y -++ sed 's/.* SUITES=//' -++ sed 's/ .*//' -+ SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched -+ cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model -+ ./FV3/ccpp/framework/scripts/ccpp_prebuild.py --config=FV3/ccpp/config/ccpp_prebuild_config.py --static --suites=FV3_GFS_2017,FV3_GFS_2017_stretched --builddir=tests/build_fv3_19/FV3 -INFO: Logging level set to INFO -INFO: Found TYPEDEFS_NEW_METADATA dictionary in config, assume at least some data is in new metadata formet -INFO: Parsing suite definition files ... -INFO: Parsing suite definition file FV3/ccpp/suites/suite_FV3_GFS_2017.xml ... -INFO: Parsing suite definition file FV3/ccpp/suites/suite_FV3_GFS_2017_stretched.xml ... -INFO: Parsing metadata tables for variables provided by host model ... -INFO: Parsed variable definition tables in module machine -INFO: Parsed variable definition tables in module module_radsw_parameters -INFO: Parsed variable definition tables in module module_radlw_parameters -INFO: Parsed variable definition tables in module CCPP_typedefs -INFO: Parsed variable definition tables in module GFS_typedefs -INFO: Parsed variable definition tables in module CCPP_data -INFO: Parsed variable definition tables in module ccpp_types -INFO: Convert local names from new metadata format into old metadata format ... -INFO: Converting local name sfcflw of variable lw_fluxes_sfc from new to old metadata -INFO: Converting local name nslwr of variable number_of_timesteps_between_longwave_radiation_calls from new to old metadata -INFO: Converting local name hydrostatic of variable flag_for_hydrostatic_solver from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_of_kinematic_buoyancy_flux_from_shoc_in_phy_f3d) of variable kinematic_buoyancy_flux_from_shoc from new to old metadata -INFO: Converting local name nkbfshoc of variable index_of_kinematic_buoyancy_flux_from_shoc_in_phy_f3d from new to old metadata -INFO: Converting local name dvisbm_cpl of variable cumulative_surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name cnvw of variable convective_cloud_water_mixing_ratio from new to old metadata -INFO: Converting local name ltaerosol of variable flag_for_aerosol_physics from new to old metadata -INFO: Converting local name rainmcadj of variable lwe_thickness_of_moist_convective_adj_precipitation_amount from new to old metadata -INFO: Converting local name loop_cnt of variable ccpp_loop_counter from new to old metadata -INFO: Converting local name ncpi of variable local_ice_number_concentration from new to old metadata -INFO: Converting local name pt of variable virtual_temperature_at_Lagrangian_surface from new to old metadata -INFO: Converting local name nirbmui of variable surface_upwelling_direct_near_infrared_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name vconvtend of variable tendency_of_y_wind_due_to_deep_convection_for_coupling_on_physics_timestep from new to old metadata -INFO: Converting local name uustar_ice of variable surface_friction_velocity_over_ice from new to old metadata -INFO: Converting local name phy_myj_uz0 of variable u_wind_component_at_viscous_sublayer_top from new to old metadata -INFO: Converting local name evap_land of variable kinematic_surface_upward_latent_heat_flux_over_land from new to old metadata -INFO: Converting local name ocean of variable flag_nonzero_ocean_surface_fraction from new to old metadata -INFO: Converting local name ep1d_ocean of variable surface_upward_potential_latent_heat_flux_over_ocean from new to old metadata -INFO: Converting local name qconvtend of variable tendency_of_water_vapor_specific_humidity_due_to_deep_convection_for_coupling_on_physics_timestep from new to old metadata -INFO: Converting local name islmsk_cice of variable sea_land_ice_mask_cice from new to old metadata -INFO: Converting local name cmm_ice of variable surface_drag_wind_speed_for_momentum_in_air_over_ice from new to old metadata -INFO: Converting local name visdfdi of variable surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name cnv_ndrop of variable number_concentration_of_cloud_liquid_water_particles_for_detrainment from new to old metadata -INFO: Converting local name sh2o of variable volume_fraction_of_unfrozen_soil_moisture_for_land_surface_model from new to old metadata -INFO: Converting local name tau_tofd of variable time_integral_of_momentum_flux_due_to_turbulent_orographic_form_drag from new to old metadata -INFO: Converting local name dnirbmi_cpl of variable instantaneous_surface_downwelling_direct_near_infrared_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name refdmax263k of variable maximum_reflectivity_at_minus10c_over_maximum_hourly_time_interval from new to old metadata -INFO: Converting local name ulwsfci of variable surface_upwelling_longwave_flux from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_liquid_cloud_condensate) of variable tendency_of_liquid_cloud_water_mixing_ratio_due_to_model_physics from new to old metadata -INFO: Converting local name ntcw of variable index_for_liquid_cloud_condensate from new to old metadata -INFO: Converting local name lheatstrg of variable flag_for_canopy_heat_storage from new to old metadata -INFO: Converting local name slc of variable volume_fraction_of_unfrozen_soil_moisture from new to old metadata -INFO: Converting local name tsfc_land of variable surface_skin_temperature_over_land_interstitial from new to old metadata -INFO: Converting local name save_v of variable y_wind_save from new to old metadata -INFO: Converting local name xkzm_m of variable atmosphere_momentum_diffusivity_background from new to old metadata -INFO: Converting local name gabsbdlw_land of variable surface_downwelling_longwave_flux_absorbed_by_ground_over_land from new to old metadata -INFO: Converting local name tprcp_ice of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_ice from new to old metadata -INFO: Converting local name stblcpxy of variable slow_soil_pool_mass_content_of_carbon from new to old metadata -INFO: Converting local name cdq_land of variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_land from new to old metadata -INFO: Converting local name du3dt(:,:,2) of variable cumulative_change_in_x_wind_due_to_orographic_gravity_wave_drag from new to old metadata -INFO: Converting local name mg_berg_eff_factor of variable mg_bergeron_efficiency_factor from new to old metadata -INFO: Converting local name clouds(:,:,3) of variable mean_effective_radius_for_liquid_cloud from new to old metadata -INFO: Converting local name aer_nm of variable aerosol_number_concentration_from_gocart_aerosol_climatology from new to old metadata -INFO: Converting local name xzts of variable sensitivity_of_dtl_thickness_to_surface_temperature from new to old metadata -INFO: Converting local name lake of variable flag_nonzero_lake_surface_fraction from new to old metadata -INFO: Converting local name kb of variable vertical_index_difference_between_layer_and_lower_bound from new to old metadata -INFO: Converting local name ipt of variable index_for_diagnostic_printout from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_ice_friendly_aerosols) of variable ice_friendly_aerosol_number_concentration from new to old metadata -INFO: Converting local name ntia of variable index_for_ice_friendly_aerosols from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_rain_water) of variable tendency_of_rain_water_mixing_ratio_due_to_model_physics from new to old metadata -INFO: Converting local name ntrw of variable index_for_rain_water from new to old metadata -INFO: Converting local name con_epsm1 of variable ratio_of_dry_air_to_water_vapor_gas_constants_minus_one from new to old metadata -INFO: Converting local name dqsfc_cice of variable surface_upward_latent_heat_flux_for_coupling_interstitial from new to old metadata -INFO: Converting local name last_step of variable flag_for_the_last_step_of_k_split_remapping from new to old metadata -INFO: Converting local name huge of variable netcdf_float_fillvalue from new to old metadata -INFO: Converting local name save_q(:,:,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio_save from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_liquid_cloud_number_concentration) of variable cloud_droplet_number_concentration from new to old metadata -INFO: Converting local name ntlnc of variable index_for_liquid_cloud_number_concentration from new to old metadata -INFO: Converting local name dv3dt(:,:,1) of variable cumulative_change_in_y_wind_due_to_PBL from new to old metadata -INFO: Converting local name imp_physics_mg of variable flag_for_morrison_gettelman_microphysics_scheme from new to old metadata -INFO: Converting local name cldtaulw of variable cloud_optical_depth_layers_at_10mu_band from new to old metadata -INFO: Converting local name wet of variable flag_nonzero_wet_surface_fraction from new to old metadata -INFO: Converting local name qsnowxy of variable snow_precipitation_rate_at_surface from new to old metadata -INFO: Converting local name iopt_frz of variable flag_for_supercooled_liquid_water_option from new to old metadata -INFO: Converting local name dsnow_cpl of variable tendency_of_lwe_thickness_of_snow_amount_for_coupling from new to old metadata -INFO: Converting local name cldsa of variable cloud_area_fraction_for_radiation from new to old metadata -INFO: Converting local name totsnwb of variable accumulated_lwe_thickness_of_snow_amount_in_bucket from new to old metadata -INFO: Converting local name gq0(:,:,index_for_rain_water) of variable rain_water_mixing_ratio_updated_by_physics from new to old metadata -INFO: Converting local name totsnw of variable accumulated_lwe_thickness_of_snow_amount from new to old metadata -INFO: Converting local name xkzm_s of variable diffusivity_background_sigma_level from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_water_friendly_aerosols) of variable tendency_of_water_friendly_aerosol_number_concentration_due_to_model_physics from new to old metadata -INFO: Converting local name ntwa of variable index_for_water_friendly_aerosols from new to old metadata -INFO: Converting local name fswtr of variable fraction_of_cloud_top_water_scavenged from new to old metadata -INFO: Converting local name nvisbmi_cpl of variable instantaneous_surface_net_downward_direct_ultraviolet_and_visible_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_of_atmosphere_heat_diffusivity_from_shoc_in_phy_f3d) of variable atmosphere_heat_diffusivity_from_shoc from new to old metadata -INFO: Converting local name nahdshoc of variable index_of_atmosphere_heat_diffusivity_from_shoc_in_phy_f3d from new to old metadata -INFO: Converting local name nthreads of variable omp_threads_for_fast_physics from new to old metadata -INFO: Converting local name icemp of variable lwe_thickness_of_ice_amount from new to old metadata -INFO: Converting local name dqsfc_cpl of variable cumulative_surface_upward_latent_heat_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name con_jcal of variable joules_per_calorie_constant from new to old metadata -INFO: Converting local name xmu of variable zenith_angle_temporal_adjustment_factor_for_shortwave_fluxes from new to old metadata -INFO: Converting local name con_fvirt of variable ratio_of_vapor_to_dry_air_gas_constants_minus_one from new to old metadata -INFO: Converting local name evfactl_deep of variable rain_evaporation_coefficient_over_land_deep_convection from new to old metadata -INFO: Converting local name canliqxy of variable canopy_intercepted_liquid_water from new to old metadata -INFO: Converting local name phy_myj_qsfc of variable surface_specific_humidity_for_MYJ_schemes from new to old metadata -INFO: Converting local name rainncprv of variable lwe_thickness_of_explicit_rainfall_amount_from_previous_timestep from new to old metadata -INFO: Converting local name Tbd of variable GFS_tbd_type_instance from new to old metadata -INFO: Converting local name v1 of variable y_wind_at_lowest_model_layer_for_diag from new to old metadata -INFO: Converting local name det_mf of variable cumulative_atmosphere_detrainment_convective_mass_flux from new to old metadata -INFO: Converting local name psurf of variable surface_air_pressure_diag from new to old metadata -INFO: Converting local name gasvmr(:,:,10) of variable volume_mixing_ratio_cfc113 from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_for_rain_effective_radius) of variable effective_radius_of_stratiform_cloud_rain_particle_in_um from new to old metadata -INFO: Converting local name nreffr of variable index_for_rain_effective_radius from new to old metadata -INFO: Converting local name del_gz of variable geopotential_difference_between_midlayers_divided_by_midlayer_virtual_temperature from new to old metadata -INFO: Converting local name imfdeepcnv_ntiedtke of variable flag_for_ntiedtke_deep_convection_scheme from new to old metadata -INFO: Converting local name h2o_coeff of variable number_of_coefficients_in_h2o_forcing_data from new to old metadata -INFO: Converting local name tgrs of variable air_temperature from new to old metadata -INFO: Converting local name xlon of variable longitude from new to old metadata -INFO: Converting local name c_d of variable coefficient_c_d from new to old metadata -INFO: Converting local name tlvl of variable air_temperature_at_interface_for_radiation from new to old metadata -INFO: Converting local name f_rimef of variable rime_factor from new to old metadata -INFO: Converting local name mg_do_ice_gmao of variable mg_flag_for_gmao_ice_formulation from new to old metadata -INFO: Converting local name snowca of variable cumulative_surface_snow_area_fraction_multiplied_by_timestep from new to old metadata -INFO: Converting local name hflx of variable kinematic_surface_upward_sensible_heat_flux from new to old metadata -INFO: Converting local name dt3dt(:,:,6) of variable cumulative_change_in_temperature_due_to_microphysics from new to old metadata -INFO: Converting local name nirdfui of variable surface_upwelling_diffuse_near_infrared_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name trans of variable transpiration_flux from new to old metadata -INFO: Converting local name ntchs of variable index_for_first_chemical_tracer from new to old metadata -INFO: Converting local name idxday of variable daytime_points from new to old metadata -INFO: Converting local name iceprv of variable lwe_thickness_of_ice_amount_from_previous_timestep from new to old metadata -INFO: Converting local name mg_alf of variable mg_tuning_factor_for_alphas from new to old metadata -INFO: Converting local name nupdraft of variable number_of_plumes from new to old metadata -INFO: Converting local name qr_r of variable cloud_rain_water_mixing_ratio from new to old metadata -INFO: Converting local name sec of variable seconds_elapsed_since_model_initialization from new to old metadata -INFO: Converting local name epi of variable instantaneous_surface_potential_evaporation from new to old metadata -INFO: Converting local name gflx_land of variable upward_heat_flux_in_soil_over_land from new to old metadata -INFO: Converting local name du3dt_ngw of variable time_integral_of_change_in_x_wind_due_to_nonstationary_gravity_wave from new to old metadata -INFO: Converting local name bl_mynn_cloudpdf of variable cloudpdf from new to old metadata -INFO: Converting local name vtype of variable vegetation_type_classification_real from new to old metadata -INFO: Converting local name imfdeepcnv_gf of variable flag_for_gf_deep_convection_scheme from new to old metadata -INFO: Converting local name lssav of variable flag_diagnostics from new to old metadata -INFO: Converting local name sfalb of variable surface_diffused_shortwave_albedo from new to old metadata -INFO: Converting local name acvb of variable smallest_cloud_base_vertical_index_encountered_thus_far from new to old metadata -INFO: Converting local name c_0 of variable coefficient_c_0 from new to old metadata -INFO: Converting local name mpirank of variable mpi_rank_for_fast_physics from new to old metadata -INFO: Converting local name ntrac of variable number_of_tracers from new to old metadata -INFO: Converting local name dvsfci of variable instantaneous_surface_y_momentum_flux_for_diag from new to old metadata -INFO: Converting local name GFS_Interstitial of variable GFS_interstitial_type_instance_all_threads from new to old metadata -INFO: Converting local name in_nm of variable in_number_concentration from new to old metadata -INFO: Converting local name blksz2(ccpp_block_number) of variable horizontal_dimension from new to old metadata -INFO: Converting local name blk_no of variable ccpp_block_number from new to old metadata -INFO: Converting local name min_lakeice of variable lake_ice_minimum from new to old metadata -INFO: Converting local name canicexy of variable canopy_intercepted_ice_mass from new to old metadata -INFO: Converting local name mg_precip_frac_method of variable mg_type_of_precip_fraction_method from new to old metadata -INFO: Converting local name lonr of variable number_of_equatorial_longitude_points from new to old metadata -INFO: Converting local name dt3dt(:,:,7) of variable cumulative_change_in_temperature_due_to_orographic_gravity_wave_drag from new to old metadata -INFO: Converting local name dtzm of variable mean_change_over_depth_in_sea_water_temperature from new to old metadata -INFO: Converting local name du3dt_mtb of variable time_integral_of_change_in_x_wind_due_to_mountain_blocking_drag from new to old metadata -INFO: Converting local name stress_land of variable surface_wind_stress_over_land from new to old metadata -INFO: Converting local name nspinup of variable number_of_iterations_to_spin_up_cellular_automata from new to old metadata -INFO: Converting local name zogw of variable height_of_launch_level_of_orographic_gravity_wave from new to old metadata -INFO: Converting local name ntsw of variable index_for_snow_water from new to old metadata -INFO: Converting local name cov of variable t_prime_q_prime from new to old metadata -INFO: Converting local name sup of variable ice_supersaturation_threshold from new to old metadata -INFO: Converting local name dt3dt(:,:,3) of variable cumulative_change_in_temperature_due_to_PBL from new to old metadata -INFO: Converting local name mg_qcvar of variable mg_cloud_water_variance from new to old metadata -INFO: Converting local name ffmm_ice of variable Monin_Obukhov_similarity_function_for_momentum_over_ice from new to old metadata -INFO: Converting local name dtdt of variable tendency_of_air_temperature_at_Lagrangian_surface from new to old metadata -INFO: Converting local name GFS_statein_type of variable GFS_statein_type from new to old metadata -INFO: Converting local name train of variable accumulated_change_of_air_temperature_due_to_FA_scheme from new to old metadata -INFO: Converting local name fscav of variable coefficients_for_aerosol_scavenging from new to old metadata -INFO: Converting local name prslk(:,1) of variable dimensionless_exner_function_at_lowest_model_layer from new to old metadata -INFO: Converting local name tf of variable frozen_cloud_threshold_temperature from new to old metadata -INFO: Converting local name communicator of variable mpi_comm from new to old metadata -INFO: Converting local name qs_r of variable cloud_snow_mixing_ratio from new to old metadata -INFO: Converting local name skebv_wts of variable weights_for_stochastic_skeb_perturbation_of_y_wind from new to old metadata -INFO: Converting local name bl_mynn_edmf_part of variable edmf_partition_flag from new to old metadata -INFO: Converting local name dq3dt(:,:,7) of variable cumulative_change_in_ozone_concentration_due_to_ozone_mixing_ratio from new to old metadata -INFO: Converting local name swhc of variable tendency_of_air_temperature_due_to_shortwave_heating_assuming_clear_sky_on_radiation_timestep from new to old metadata -INFO: Converting local name mg_ngnst of variable mg_graupel_concentration_constant from new to old metadata -INFO: Converting local name GFS_grid_type of variable GFS_grid_type from new to old metadata -INFO: Converting local name js of variable starting_y_direction_index from new to old metadata -INFO: Converting local name out_dt of variable flag_for_tendency_of_air_temperature_at_Lagrangian_surface from new to old metadata -INFO: Converting local name delr of variable layer_pressure_thickness_for_radiation from new to old metadata -INFO: Converting local name ncgl of variable local_graupel_number_concentration from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_snow_water) of variable snow_water_mixing_ratio from new to old metadata -INFO: Converting local name totgrp of variable accumulated_lwe_thickness_of_graupel_amount from new to old metadata -INFO: Converting local name cldtausw of variable cloud_optical_depth_layers_at_0p55mu_band from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_ozone) of variable tendency_of_ozone_mixing_ratio_due_to_model_physics from new to old metadata -INFO: Converting local name ntoz of variable index_for_ozone from new to old metadata -INFO: Converting local name evap of variable kinematic_surface_upward_latent_heat_flux from new to old metadata -INFO: Converting local name oro of variable orography from new to old metadata -INFO: Converting local name topfsw of variable sw_fluxes_top_atmosphere from new to old metadata -INFO: Converting local name jmap of variable map_of_block_column_number_to_global_j_index from new to old metadata -INFO: Converting local name cdq of variable surface_drag_coefficient_for_heat_and_moisture_in_air from new to old metadata -INFO: Converting local name soiltype of variable soil_type_classification from new to old metadata -INFO: Converting local name evap_ocean of variable kinematic_surface_upward_latent_heat_flux_over_ocean from new to old metadata -INFO: Converting local name nblks of variable number_of_blocks from new to old metadata -INFO: Converting local name dxinv of variable inverse_scaling_factor_for_critical_relative_humidity from new to old metadata -INFO: Converting local name dvsfc of variable cumulative_surface_y_momentum_flux_for_diag_multiplied_by_timestep from new to old metadata -INFO: Converting local name GFS_stateout_type of variable GFS_stateout_type from new to old metadata -INFO: Converting local name qg of variable cloud_graupel_specific_humidity_at_Lagrangian_surface from new to old metadata -INFO: Converting local name nmtvr of variable number_of_statistical_measures_of_subgrid_orography from new to old metadata -INFO: Converting local name nseed of variable cellular_automata_seed_frequency from new to old metadata -INFO: Converting local name nlives of variable cellular_automata_lifetime from new to old metadata -INFO: Converting local name vegf1d of variable perturbation_of_vegetation_fraction from new to old metadata -INFO: Converting local name v10m of variable y_wind_at_10m from new to old metadata -INFO: Converting local name hice of variable sea_ice_thickness from new to old metadata -INFO: Converting local name mbota of variable model_layer_number_at_cloud_base from new to old metadata -INFO: Converting local name ncnvw of variable index_for_convective_cloud_water_mixing_ratio_in_phy_f3d from new to old metadata -INFO: Converting local name flqc of variable surface_exchange_coefficient_for_moisture from new to old metadata -INFO: Converting local name imfshalcnv_samf of variable flag_for_samf_shallow_convection_scheme from new to old metadata -INFO: Converting local name ntdiag of variable diagnostics_control_for_chemical_tracers from new to old metadata -INFO: Converting local name c1_shal of variable detrainment_conversion_parameter_shallow_convection from new to old metadata -INFO: Converting local name con_g of variable gravitational_acceleration from new to old metadata -INFO: Converting local name je of variable ending_y_direction_index from new to old metadata -INFO: Converting local name hprime(:,1) of variable standard_deviation_of_subgrid_orography from new to old metadata -INFO: Converting local name lh of variable surface_latent_heat from new to old metadata -INFO: Converting local name v10max of variable maximum_v_wind_at_10m_over_maximum_hourly_time_interval from new to old metadata -INFO: Converting local name dvsfcg of variable instantaneous_y_stress_due_to_gravity_wave_drag from new to old metadata -INFO: Converting local name mg_ninst of variable mg_ice_concentration_constant from new to old metadata -INFO: Converting local name lwhd of variable tendency_of_air_temperature_due_to_longwave_heating_for_idea from new to old metadata -INFO: Converting local name ntkev of variable index_for_turbulent_kinetic_energy_vertical_diffusion_tracer from new to old metadata -INFO: Converting local name fm10 of variable Monin_Obukhov_similarity_function_for_momentum_at_10m from new to old metadata -INFO: Converting local name phour of variable forecast_time_at_previous_timestep from new to old metadata -INFO: Converting local name phys_hydrostatic of variable flag_for_hydrostatic_heating_from_physics from new to old metadata -INFO: Converting local name nswsfci of variable surface_net_downwelling_shortwave_flux from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_for_graupel_effective_radius) of variable effective_radius_of_stratiform_cloud_graupel_particle_in_um from new to old metadata -INFO: Converting local name ngeffr of variable index_for_graupel_effective_radius from new to old metadata -INFO: Converting local name kt of variable vertical_index_difference_between_layer_and_upper_bound from new to old metadata -INFO: Converting local name GFS_tbd_type of variable GFS_tbd_type from new to old metadata -INFO: Converting local name tsurf_ocean of variable surface_skin_temperature_after_iteration_over_ocean from new to old metadata -INFO: Converting local name gu0(:,1) of variable x_wind_at_lowest_model_layer_updated_by_physics from new to old metadata -INFO: Converting local name akap of variable kappa_dry_for_fast_physics from new to old metadata -INFO: Converting local name lsm of variable flag_for_land_surface_scheme from new to old metadata -INFO: Converting local name nscav of variable number_of_tracers_scavenged from new to old metadata -INFO: Converting local name ffmm of variable Monin_Obukhov_similarity_function_for_momentum from new to old metadata -INFO: Converting local name nnirbm_cpl of variable cumulative_surface_net_downward_direct_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name tau_mtb of variable instantaneous_momentum_flux_due_to_mountain_blocking_drag from new to old metadata -INFO: Converting local name snicexy of variable snow_layer_ice from new to old metadata -INFO: Converting local name flag_guess of variable flag_for_guess_run from new to old metadata -INFO: Converting local name dnirbm_cpl of variable cumulative_surface_downwelling_direct_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name chh_ocean of variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_ocean from new to old metadata -INFO: Converting local name dtsfci_cpl of variable instantaneous_surface_upward_sensible_heat_flux_for_coupling from new to old metadata -INFO: Converting local name flgmin of variable minimum_large_ice_fraction from new to old metadata -INFO: Converting local name t02max of variable maximum_temperature_at_2m_over_maximum_hourly_time_interval from new to old metadata -INFO: Converting local name tconvtend of variable tendency_of_air_temperature_due_to_deep_convection_for_coupling_on_physics_timestep from new to old metadata -INFO: Converting local name zorl of variable surface_roughness_length from new to old metadata -INFO: Converting local name coslat of variable cosine_of_latitude from new to old metadata -INFO: Converting local name pertalb of variable magnitude_of_surface_albedo_perturbation from new to old metadata -INFO: Converting local name aecm of variable instantaneous_aerosol_column_mass_densities from new to old metadata -INFO: Converting local name con_rv of variable gas_constant_water_vapor from new to old metadata -INFO: Converting local name wminco of variable cloud_condensed_water_conversion_threshold from new to old metadata -INFO: Converting local name fastcpxy of variable fast_soil_pool_mass_content_of_carbon from new to old metadata -INFO: Converting local name kind_grid of variable kind_grid from new to old metadata -INFO: Converting local name stress of variable surface_wind_stress from new to old metadata -INFO: Converting local name qgrs(:,1,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio_at_lowest_model_layer from new to old metadata -INFO: Converting local name rhc of variable critical_relative_humidity from new to old metadata -INFO: Converting local name tsfco of variable sea_surface_temperature from new to old metadata -INFO: Converting local name tau_ngw of variable instantaneous_momentum_flux_due_to_nonstationary_gravity_wave from new to old metadata -INFO: Converting local name tsfcl of variable surface_skin_temperature_over_land from new to old metadata -INFO: Converting local name clouds(:,:,7) of variable mean_effective_radius_for_rain_drop from new to old metadata -INFO: Converting local name con_cliq of variable specific_heat_of_liquid_water_at_constant_pressure from new to old metadata -INFO: Converting local name zmtb of variable height_of_mountain_blocking from new to old metadata -INFO: Converting local name ulwsfcin_cpl of variable surface_upwelling_longwave_flux_for_coupling from new to old metadata -INFO: Converting local name dlwsfc_cpl of variable cumulative_surface_downwelling_longwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name sfcdlw of variable surface_downwelling_longwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name t1 of variable air_temperature_at_lowest_model_layer_for_diag from new to old metadata -INFO: Converting local name ntiw of variable index_for_ice_cloud_condensate from new to old metadata -INFO: Converting local name bl_mynn_mixlength of variable mixing_length_flag from new to old metadata -INFO: Converting local name faerlw(:,:,:,1) of variable aerosol_optical_depth_for_longwave_bands_01_16 from new to old metadata -INFO: Converting local name ozpl of variable ozone_forcing from new to old metadata -INFO: Converting local name dlength of variable characteristic_grid_length_scale from new to old metadata -INFO: Converting local name slag of variable equation_of_time from new to old metadata -INFO: Converting local name ntot2d of variable number_of_fields_in_phyf2d from new to old metadata -INFO: Converting local name iopt_run of variable flag_for_runoff_and_groundwater_option from new to old metadata -INFO: Converting local name gq0(:,:,index_for_liquid_cloud_number_concentration) of variable cloud_droplet_number_concentration_updated_by_physics from new to old metadata -INFO: Converting local name sneqvoxy of variable snow_mass_at_previous_time_step from new to old metadata -INFO: Converting local name con_rhw0 of variable sea_water_reference_density from new to old metadata -INFO: Converting local name mtopa of variable model_layer_number_at_cloud_top from new to old metadata -INFO: Converting local name pertshc of variable magnitude_of_perturbation_of_soil_type_b_parameter from new to old metadata -INFO: Converting local name levi of variable vertical_interface_dimension from new to old metadata -INFO: Converting local name do_shoc of variable flag_for_shoc from new to old metadata -INFO: Converting local name du3dt_tms of variable time_integral_of_change_in_x_wind_due_to_turbulent_orographic_form_drag from new to old metadata -INFO: Converting local name snow_cpl of variable lwe_thickness_of_snow_amount_for_coupling from new to old metadata -INFO: Converting local name pkz of variable finite_volume_mean_edge_pressure_raised_to_the_power_of_kappa from new to old metadata -INFO: Converting local name nn of variable number_of_tracers_for_convective_transport from new to old metadata -INFO: Converting local name do_sat_adj of variable flag_for_saturation_adjustment_for_microphysics_in_dynamics from new to old metadata -INFO: Converting local name dx of variable cell_size from new to old metadata -INFO: Converting local name do_ugwp of variable do_ugwp from new to old metadata -INFO: Converting local name rain of variable lwe_thickness_of_precipitation_amount_on_dynamics_timestep from new to old metadata -INFO: Converting local name iopt_crs of variable flag_for_canopy_stomatal_resistance_option from new to old metadata -INFO: Converting local name qgrs(:,1,index_for_water_vapor) of variable water_vapor_specific_humidity_at_lowest_model_layer from new to old metadata -INFO: Converting local name ntqv of variable index_for_water_vapor from new to old metadata -INFO: Converting local name t02min of variable minimum_temperature_at_2m_over_maximum_hourly_time_interval from new to old metadata -INFO: Converting local name imp_physics_gfdl of variable flag_for_gfdl_microphysics_scheme from new to old metadata -INFO: Converting local name lprnt of variable flag_print from new to old metadata -INFO: Converting local name gabsbdlw_ice of variable surface_downwelling_longwave_flux_absorbed_by_ground_over_ice from new to old metadata -INFO: Converting local name imp_physics_thompson of variable flag_for_thompson_microphysics_scheme from new to old metadata -INFO: Converting local name ctei_rm of variable critical_cloud_top_entrainment_instability_criteria from new to old metadata -INFO: Converting local name tseal of variable surface_skin_temperature_for_nsst from new to old metadata -INFO: Converting local name dusfc_fd of variable integrated_x_momentum_flux_from_form_drag from new to old metadata -INFO: Converting local name dusfcin_cpl of variable surface_x_momentum_flux_for_coupling from new to old metadata -INFO: Converting local name slope of variable surface_slope_classification_real from new to old metadata -INFO: Converting local name htrlw of variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_timestep from new to old metadata -INFO: Converting local name mg_qcmin(2) of variable mg_minimum_ice_mixing_ratio from new to old metadata -INFO: Converting local name tice of variable sea_ice_temperature_interstitial from new to old metadata -INFO: Converting local name adjvisbmu of variable surface_upwelling_direct_ultraviolet_and_visible_shortwave_flux from new to old metadata -INFO: Converting local name dvgwd of variable time_integral_of_y_stress_due_to_gravity_wave_drag from new to old metadata -INFO: Converting local name dusfc_cice of variable surface_x_momentum_flux_for_coupling_interstitial from new to old metadata -INFO: Converting local name errmsg of variable ccpp_error_message from new to old metadata -INFO: Converting local name flag_cice of variable flag_for_cice from new to old metadata -INFO: Converting local name Coupling of variable GFS_coupling_type_instance from new to old metadata -INFO: Converting local name cs_parm(3) of variable detrainment_and_precipitation_tunable_parameter_3_CS from new to old metadata -INFO: Converting local name snliqxy of variable snow_layer_liquid_water from new to old metadata -INFO: Converting local name mstrat of variable flag_for_moorthi_stratus from new to old metadata -INFO: Converting local name imfdeepcnv_sas of variable flag_for_sas_deep_convection_scheme from new to old metadata -INFO: Converting local name weasd_ice of variable water_equivalent_accumulated_snow_depth_over_ice from new to old metadata -INFO: Converting local name bl_mynn_edmf_mom of variable edmf_momentum_transport_flag from new to old metadata -INFO: Converting local name npdf3d of variable number_of_3d_arrays_associated_with_pdf_based_clouds from new to old metadata -INFO: Converting local name dq3dt(:,:,2) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_deep_convection from new to old metadata -INFO: Converting local name w_upi of variable vertical_velocity_for_updraft from new to old metadata -INFO: Converting local name qlyr of variable water_vapor_specific_humidity_at_layer_for_radiation from new to old metadata -INFO: Converting local name fm10_ice of variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_ice from new to old metadata -INFO: Converting local name qgl of variable local_graupel_mixing_ratio from new to old metadata -INFO: Converting local name gt0(:,1) of variable air_temperature_at_lowest_model_layer_updated_by_physics from new to old metadata -INFO: Converting local name ccpp_t of variable ccpp_t from new to old metadata -INFO: Converting local name clouds(:,:,4) of variable cloud_ice_water_path from new to old metadata -INFO: Converting local name rain_cpl of variable lwe_thickness_of_precipitation_amount_for_coupling from new to old metadata -INFO: Converting local name bl_mynn_cloudmix of variable cloud_specie_mix_flag from new to old metadata -INFO: Converting local name tgxy of variable ground_temperature_for_noahmp from new to old metadata -INFO: Converting local name oa4 of variable asymmetry_of_subgrid_orography from new to old metadata -INFO: Converting local name refdmax of variable maximum_reflectivity_at_1km_agl_over_maximum_hourly_time_interval from new to old metadata -INFO: Converting local name GFS_Data(ccpp_block_number) of variable GFS_data_type_instance from new to old metadata -INFO: Converting local name dvsfc_cpl of variable cumulative_surface_y_momentum_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name shocaftcnv of variable flag_for_shoc_after_convection from new to old metadata -INFO: Converting local name mg_rhmini of variable mg_minimum_rh_for_ice from new to old metadata -INFO: Converting local name t2mi_cpl of variable instantaneous_temperature_at_2m_for_coupling from new to old metadata -INFO: Converting local name GFS_Interstitial(ccpp_thread_number) of variable GFS_interstitial_type_instance from new to old metadata -INFO: Converting local name thrd_no of variable ccpp_thread_number from new to old metadata -INFO: Converting local name evbs of variable soil_upward_latent_heat_flux from new to old metadata -INFO: Converting local name dtdtr of variable tendency_of_air_temperature_due_to_radiative_heating_on_physics_time_step from new to old metadata -INFO: Converting local name spfhmin of variable minimum_specific_humidity_at_2m from new to old metadata -INFO: Converting local name xsaixy of variable stem_area_index from new to old metadata -INFO: Converting local name lsoil of variable soil_vertical_dimension from new to old metadata -INFO: Converting local name mg_ts_auto_ice of variable mg_time_scale_for_autoconversion_of_ice from new to old metadata -INFO: Converting local name ca_deep of variable fraction_of_cellular_automata_for_deep_convection from new to old metadata -INFO: Converting local name work1 of variable grid_size_related_coefficient_used_in_scale_sensitive_schemes from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_for_cloud_liquid_water_effective_radius) of variable effective_radius_of_stratiform_cloud_liquid_water_particle_in_um from new to old metadata -INFO: Converting local name nleffr of variable index_for_cloud_liquid_water_effective_radius from new to old metadata -INFO: Converting local name dlwsfci of variable surface_downwelling_longwave_flux from new to old metadata -INFO: Converting local name mg_nicons of variable mg_flag_ice_concentration_constant from new to old metadata -INFO: Converting local name faersw(:,:,:,1) of variable aerosol_optical_depth_for_shortwave_bands_01_16 from new to old metadata -INFO: Converting local name xt of variable diurnal_thermocline_layer_heat_content from new to old metadata -INFO: Converting local name prsl of variable air_pressure from new to old metadata -INFO: Converting local name cv of variable fraction_of_convective_cloud from new to old metadata -INFO: Converting local name blksz of variable horizontal_block_size from new to old metadata -INFO: Converting local name pertvegf of variable magnitude_of_perturbation_of_vegetation_fraction from new to old metadata -INFO: Converting local name gq0(:,:,index_for_cloud_amount) of variable cloud_fraction_updated_by_physics from new to old metadata -INFO: Converting local name ntclamt of variable index_for_cloud_amount from new to old metadata -INFO: Converting local name zorlo of variable surface_roughness_length_over_ocean from new to old metadata -INFO: Converting local name te0 of variable atmosphere_energy_content_at_Lagrangian_surface from new to old metadata -INFO: Converting local name ktop of variable vertical_index_at_cloud_top from new to old metadata -INFO: Converting local name prevsq of variable moisture_from_previous_timestep from new to old metadata -INFO: Converting local name kpbl of variable vertical_index_at_top_of_atmosphere_boundary_layer from new to old metadata -INFO: Converting local name ncells of variable cellular_automata_finer_grid from new to old metadata -INFO: Converting local name cnvc of variable convective_cloud_cover from new to old metadata -INFO: Converting local name totprcp of variable accumulated_lwe_thickness_of_precipitation_amount from new to old metadata -INFO: Converting local name cgwf of variable multiplication_factors_for_convective_gravity_wave_drag from new to old metadata -INFO: Converting local name do_shum of variable flag_for_stochastic_shum_option from new to old metadata -INFO: Converting local name save_q of variable tracer_concentration_save from new to old metadata -INFO: Converting local name h2o_pres of variable natural_log_of_h2o_forcing_data_pressure_levels from new to old metadata -INFO: Converting local name iopt_snf of variable flag_for_precipitation_partition_option from new to old metadata -INFO: Converting local name c0s_shal of variable rain_conversion_parameter_shallow_convection from new to old metadata -INFO: Converting local name zwtxy of variable water_table_depth from new to old metadata -INFO: Converting local name qr of variable cloud_rain_specific_humidity_at_Lagrangian_surface from new to old metadata -INFO: Converting local name dzlyr of variable layer_thickness_for_radiation from new to old metadata -INFO: Converting local name taussxy of variable nondimensional_snow_age from new to old metadata -INFO: Converting local name tsfa of variable surface_air_temperature_for_radiation from new to old metadata -INFO: Converting local name snoalb of variable upper_bound_on_max_albedo_over_deep_snow from new to old metadata -INFO: Converting local name xs of variable sea_water_salinity from new to old metadata -INFO: Converting local name dvsfci_cpl of variable instantaneous_surface_y_momentum_flux_for_coupling from new to old metadata -INFO: Converting local name xlat of variable latitude from new to old metadata -INFO: Converting local name ugrs of variable x_wind from new to old metadata -INFO: Converting local name shdmin of variable minimum_vegetation_area_fraction from new to old metadata -INFO: Converting local name nnirdfi_cpl of variable instantaneous_surface_net_downward_diffuse_near_infrared_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name microp_uniform of variable mg_flag_for_uniform_subcolumns from new to old metadata -INFO: Converting local name frland of variable land_area_fraction_for_microphysics from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_ice_friendly_aerosols) of variable tendency_of_ice_friendly_aerosol_number_concentration_due_to_model_physics from new to old metadata -INFO: Converting local name oz_pres of variable natural_log_of_ozone_forcing_data_pressure_levels from new to old metadata -INFO: Converting local name zlwb of variable time_integral_of_height_of_low_level_wave_breaking from new to old metadata -INFO: Converting local name gq0(:,:,index_for_ice_cloud_condensate) of variable ice_water_mixing_ratio_updated_by_physics from new to old metadata -INFO: Converting local name qss of variable surface_specific_humidity from new to old metadata -INFO: Converting local name dry of variable flag_nonzero_land_surface_fraction from new to old metadata -INFO: Converting local name bk of variable b_parameter_of_the_hybrid_coordinate from new to old metadata -INFO: Converting local name cdmbgwd of variable multiplication_factors_for_mountain_blocking_and_orographic_gravity_wave_drag from new to old metadata -INFO: Converting local name levs of variable vertical_dimension from new to old metadata -INFO: Converting local name swhtr of variable flag_for_output_of_shortwave_heating_rate from new to old metadata -INFO: Converting local name zorl_land of variable surface_roughness_length_over_land_interstitial from new to old metadata -INFO: Converting local name t2m of variable temperature_at_2m from new to old metadata -INFO: Converting local name tau_ogw of variable instantaneous_momentum_flux_due_to_orographic_gravity_wave_drag from new to old metadata -INFO: Converting local name shoc_parm(3) of variable shoc_tke_dissipation_tunable_parameter_near_surface from new to old metadata -INFO: Converting local name gflx_ice of variable upward_heat_flux_in_soil_over_ice from new to old metadata -INFO: Converting local name nspc1 of variable number_of_species_for_aerosol_optical_depth from new to old metadata -INFO: Converting local name drain_cpl of variable tendency_of_lwe_thickness_of_precipitation_amount_for_coupling from new to old metadata -INFO: Converting local name phis of variable surface_geopotential_at_Lagrangian_surface from new to old metadata -INFO: Converting local name q2mi_cpl of variable instantaneous_specific_humidity_at_2m_for_coupling from new to old metadata -INFO: Converting local name zogw of variable time_integral_of_height_of_launch_level_of_orographic_gravity_wave from new to old metadata -INFO: Converting local name prsi of variable air_pressure_at_interface from new to old metadata -INFO: Converting local name aerodp of variable atmosphere_optical_thickness_due_to_ambient_aerosol_particles from new to old metadata -INFO: Converting local name shal_cnv of variable flag_for_shallow_convection from new to old metadata -INFO: Converting local name icsdlw of variable seed_random_numbers_lw from new to old metadata -INFO: Converting local name ncld of variable number_of_hydrometeors from new to old metadata -INFO: Converting local name gasvmr(:,:,6) of variable volume_mixing_ratio_cfc11 from new to old metadata -INFO: Converting local name tracers_water of variable number_of_water_tracers from new to old metadata -INFO: Converting local name nscyc of variable number_of_timesteps_between_surface_cycling_calls from new to old metadata -INFO: Converting local name dswsfc_cpl of variable cumulative_surface_downwelling_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name adjvisdfu of variable surface_upwelling_diffuse_ultraviolet_and_visible_shortwave_flux from new to old metadata -INFO: Converting local name cs_parm(2) of variable updraft_velocity_tunable_parameter_2_CS from new to old metadata -INFO: Converting local name lsswr of variable flag_to_calc_sw from new to old metadata -INFO: Converting local name imfshalcnv_gf of variable flag_for_gf_shallow_convection_scheme from new to old metadata -INFO: Converting local name kinver of variable index_of_highest_temperature_inversion from new to old metadata -INFO: Converting local name tslb of variable soil_temperature_for_land_surface_model from new to old metadata -INFO: Converting local name weasd of variable water_equivalent_accumulated_snow_depth from new to old metadata -INFO: Converting local name tisfc of variable sea_ice_temperature from new to old metadata -INFO: Converting local name faerlw of variable aerosol_optical_properties_for_longwave_bands_01_16 from new to old metadata -INFO: Converting local name logunit of variable iounit_log from new to old metadata -INFO: Converting local name fast_mp_consv of variable flag_for_fast_microphysics_energy_conservation from new to old metadata -INFO: Converting local name cnv_mfd of variable detrained_mass_flux from new to old metadata -INFO: Converting local name zvir of variable ratio_of_vapor_to_dry_air_gas_constants_minus_one_default_kind from new to old metadata -INFO: Converting local name jed of variable ending_y_direction_index_domain from new to old metadata -INFO: Converting local name gasvmr(:,:,3) of variable volume_mixing_ratio_ch4 from new to old metadata -INFO: Converting local name sfcdsw of variable surface_downwelling_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name hydrostatic of variable flag_for_hydrostatic_solver_for_fast_physics from new to old metadata -INFO: Converting local name dvsfc_bl of variable integrated_y_momentum_flux_from_blocking_drag from new to old metadata -INFO: Converting local name Grid of variable GFS_grid_type_instance from new to old metadata -INFO: Converting local name ncnd of variable number_of_cloud_condensate_types from new to old metadata -INFO: Converting local name w_0 of variable coefficient_w_0 from new to old metadata -INFO: Converting local name zm of variable ocean_mixed_layer_thickness from new to old metadata -INFO: Converting local name shoc_parm(2) of variable shoc_tke_dissipation_tunable_parameter from new to old metadata -INFO: Converting local name cdec of variable cosine_of_solar_declination_angle from new to old metadata -INFO: Converting local name npzq_con of variable vertical_dimension_for_condensed_water_at_Lagrangian_surface from new to old metadata -INFO: Converting local name rmol of variable reciprocal_of_obukhov_length from new to old metadata -INFO: Converting local name snowxy of variable number_of_snow_layers from new to old metadata -INFO: Converting local name hflx_land of variable kinematic_surface_upward_sensible_heat_flux_over_land from new to old metadata -INFO: Converting local name clw of variable convective_transportable_tracers from new to old metadata -INFO: Converting local name srflag of variable flag_for_precipitation_type from new to old metadata -INFO: Converting local name suntim of variable duration_of_sunshine from new to old metadata -INFO: Converting local name isot of variable soil_type_dataset_choice from new to old metadata -INFO: Converting local name isol of variable flag_for_solar_constant from new to old metadata -INFO: Converting local name th2m of variable potential_temperature_at_2m from new to old metadata -INFO: Converting local name hpbl of variable atmosphere_boundary_layer_thickness from new to old metadata -INFO: Converting local name cd of variable surface_drag_coefficient_for_momentum_in_air from new to old metadata -INFO: Converting local name dusfc_ls of variable integrated_x_momentum_flux_from_large_scale_gwd from new to old metadata -INFO: Converting local name do_sppt of variable flag_for_stochastic_surface_physics_perturbations from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_for_convective_cloud_water_mixing_ratio_in_phy_f3d) of variable convective_cloud_water_mixing_ratio_in_phy_f3d from new to old metadata -INFO: Converting local name rb_ice of variable bulk_richardson_number_at_lowest_model_level_over_ice from new to old metadata -INFO: Converting local name itc of variable number_of_aerosol_tracers_for_convection from new to old metadata -INFO: Converting local name Cldprop of variable GFS_cldprop_type_instance from new to old metadata -INFO: Converting local name grav_settling of variable grav_settling from new to old metadata -INFO: Converting local name gq0(:,:,index_for_ice_cloud_number_concentration) of variable ice_number_concentration_updated_by_physics from new to old metadata -INFO: Converting local name ntinc of variable index_for_ice_cloud_number_concentration from new to old metadata -INFO: Converting local name iopt_inf of variable flag_for_frozen_soil_permeability_option from new to old metadata -INFO: Converting local name c0s_deep of variable rain_conversion_parameter_deep_convection from new to old metadata -INFO: Converting local name dtaux2d_ls of variable x_momentum_tendency_from_large_scale_gwd from new to old metadata -INFO: Converting local name phy_myj_qz0 of variable specific_humidity_at_viscous_sublayer_top from new to old metadata -INFO: Converting local name iovr_sw of variable flag_for_max_random_overlap_clouds_for_shortwave_radiation from new to old metadata -INFO: Converting local name icliq_sw of variable flag_for_optical_property_for_liquid_clouds_for_shortwave_radiation from new to old metadata -INFO: Converting local name psmean of variable cumulative_surface_pressure_multiplied_by_timestep from new to old metadata -INFO: Converting local name cmm_ocean of variable surface_drag_wind_speed_for_momentum_in_air_over_ocean from new to old metadata -INFO: Converting local name shcnvcw of variable flag_shallow_convective_cloud from new to old metadata -INFO: Converting local name drain of variable subsurface_runoff_flux from new to old metadata -INFO: Converting local name ak of variable a_parameter_of_the_hybrid_coordinate from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_liquid_cloud_number_concentration) of variable tendency_of_cloud_droplet_number_concentration_due_to_model_physics from new to old metadata -INFO: Converting local name sfc_z0_type of variable flag_for_surface_roughness_option_over_ocean from new to old metadata -INFO: Converting local name cvt of variable pressure_at_top_of_convective_cloud from new to old metadata -INFO: Converting local name gwd_opt of variable gwd_opt from new to old metadata -INFO: Converting local name snowmp of variable lwe_thickness_of_snow_amount from new to old metadata -INFO: Converting local name ncnvcld3d of variable number_of_convective_3d_cloud_fields from new to old metadata -INFO: Converting local name cape of variable convective_available_potential_energy_for_coupling from new to old metadata -INFO: Converting local name du3dt_ogw of variable time_integral_of_change_in_x_wind_due_to_orographic_gravity_wave_drag from new to old metadata -INFO: Converting local name te0_2d of variable atmosphere_energy_content_in_column from new to old metadata -INFO: Converting local name dsnowprv of variable snow_precipitation_rate_from_previous_timestep from new to old metadata -INFO: Converting local name chh of variable surface_drag_mass_flux_for_heat_and_moisture_in_air from new to old metadata -INFO: Converting local name dt3dt(:,:,5) of variable cumulative_change_in_temperature_due_to_shal_convection from new to old metadata -INFO: Converting local name cplwav of variable flag_for_wave_coupling from new to old metadata -INFO: Converting local name clw(:,:,2) of variable cloud_condensed_water_mixing_ratio_convective_transport_tracer from new to old metadata -INFO: Converting local name shoc_parm(1) of variable shoc_tke_dissipatation_pressure_threshold from new to old metadata -INFO: Converting local name oro_uf of variable orography_unfiltered from new to old metadata -INFO: Converting local name peln of variable log_pressure_at_Lagrangian_surface from new to old metadata -INFO: Converting local name gasvmr(:,:,8) of variable volume_mixing_ratio_cfc22 from new to old metadata -INFO: Converting local name pertzt of variable magnitude_of_perturbation_of_heat_to_momentum_roughness_length_ratio from new to old metadata -INFO: Converting local name clouds(:,:,1) of variable total_cloud_fraction from new to old metadata -INFO: Converting local name iaer of variable flag_for_default_aerosol_effect_in_shortwave_radiation from new to old metadata -INFO: Converting local name wet1 of variable normalized_soil_wetness from new to old metadata -INFO: Converting local name npz of variable vertical_dimension_for_fast_physics from new to old metadata -INFO: Converting local name cal_pre of variable flag_for_precipitation_type_algorithm from new to old metadata -INFO: Converting local name lmk of variable adjusted_vertical_layer_dimension_for_radiation from new to old metadata -INFO: Converting local name kind_phys of variable kind_phys from new to old metadata -INFO: Converting local name Sfcprop of variable GFS_sfcprop_type_instance from new to old metadata -INFO: Converting local name wslakexy of variable lake_water_storage from new to old metadata -INFO: Converting local name f10m of variable ratio_of_wind_at_lowest_model_layer_and_wind_at_10m from new to old metadata -INFO: Converting local name gasvmr(:,:,1) of variable volume_mixing_ratio_co2 from new to old metadata -INFO: Converting local name q2mp of variable specific_humidity_at_2m_from_noahmp from new to old metadata -INFO: Converting local name lwhc of variable tendency_of_air_temperature_due_to_longwave_heating_assuming_clear_sky_on_radiation_timestep from new to old metadata -INFO: Converting local name snowd_ice of variable surface_snow_thickness_water_equivalent_over_ice from new to old metadata -INFO: Converting local name lsnow_lsm_lbound of variable lower_bound_of_snow_vertical_dimension_for_land_surface_model from new to old metadata -INFO: Converting local name mg_dcs of variable mg_autoconversion_size_threshold_ice_snow from new to old metadata -INFO: Converting local name rhgrd of variable fa_threshold_relative_humidity_for_onset_of_condensation from new to old metadata -INFO: Converting local name dudt_ogw of variable instantaneous_change_in_x_wind_due_to_orographic_gravity_wave_drag from new to old metadata -INFO: Converting local name slmsk of variable sea_land_ice_mask_real from new to old metadata -INFO: Converting local name ictm of variable flag_for_initial_time_date_control from new to old metadata -INFO: Converting local name qss_ocean of variable surface_specific_humidity_over_ocean from new to old metadata -INFO: Converting local name tsfc of variable surface_skin_temperature from new to old metadata -INFO: Converting local name prsik of variable dimensionless_exner_function_at_model_interfaces from new to old metadata -INFO: Converting local name t2mmp of variable temperature_at_2m_from_noahmp from new to old metadata -INFO: Converting local name tau_ogw of variable time_integral_of_momentum_flux_due_to_orographic_gravity_wave_drag from new to old metadata -INFO: Converting local name topflw_type of variable topflw_type from new to old metadata -INFO: Converting local name cnv_nice of variable number_concentration_of_ice_crystals_for_detrainment from new to old metadata -INFO: Converting local name cscnv of variable flag_for_Chikira_Sugiyama_deep_convection from new to old metadata -INFO: Converting local name u10mi_cpl of variable instantaneous_x_wind_at_10m_for_coupling from new to old metadata -INFO: Converting local name fh2_ocean of variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_ocean from new to old metadata -INFO: Converting local name phii of variable geopotential_at_interface from new to old metadata -INFO: Converting local name gq0(:,:,index_for_graupel) of variable graupel_mixing_ratio_updated_by_physics from new to old metadata -INFO: Converting local name ntgl of variable index_for_graupel from new to old metadata -INFO: Converting local name nvisdfi_cpl of variable instantaneous_surface_net_downward_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name norad_precip of variable flag_for_precipitation_effect_on_radiation from new to old metadata -INFO: Converting local name dq3dt(:,:,5) of variable cumulative_change_in_ozone_mixing_ratio_due_to_PBL from new to old metadata -INFO: Converting local name dusfcg of variable instantaneous_x_stress_due_to_gravity_wave_drag from new to old metadata -INFO: Converting local name stype of variable soil_type_classification_real from new to old metadata -INFO: Converting local name lwhtr of variable flag_for_output_of_longwave_heating_rate from new to old metadata -INFO: Converting local name skebv_wts of variable weights_for_stochastic_skeb_perturbation_of_y_wind_flipped from new to old metadata -INFO: Converting local name prnum of variable prandtl_number from new to old metadata -INFO: Converting local name dtsfcin_cpl of variable surface_upward_sensible_heat_flux_for_coupling from new to old metadata -INFO: Converting local name sigmatot of variable convective_updraft_area_fraction_at_model_interfaces from new to old metadata -INFO: Converting local name rann of variable random_number_array from new to old metadata -INFO: Converting local name work2 of variable grid_size_related_coefficient_used_in_scale_sensitive_schemes_complement from new to old metadata -INFO: Converting local name ep1d_land of variable surface_upward_potential_latent_heat_flux_over_land from new to old metadata -INFO: Converting local name num_p3d of variable array_dimension_of_3d_arrays_for_microphysics from new to old metadata -INFO: Converting local name frac_grid of variable flag_for_fractional_grid from new to old metadata -INFO: Converting local name dtdtc of variable tendency_of_air_temperature_due_to_radiative_heating_assuming_clear_sky from new to old metadata -INFO: Converting local name chxy of variable surface_drag_coefficient_for_heat_and_moisture_for_noahmp from new to old metadata -INFO: Converting local name dtauy2d_bl of variable y_momentum_tendency_from_blocking_drag from new to old metadata -INFO: Converting local name dtsfc of variable cumulative_surface_upward_sensible_heat_flux_for_diag_multiplied_by_timestep from new to old metadata -INFO: Converting local name gflx_ocean of variable upward_heat_flux_in_soil_over_ocean from new to old metadata -INFO: Converting local name deeprechxy of variable water_table_recharge_when_deep from new to old metadata -INFO: Converting local name imfshalcnv_sas of variable flag_for_sas_shallow_convection_scheme from new to old metadata -INFO: Converting local name woodxy of variable wood_mass from new to old metadata -INFO: Converting local name phy_f3d(:,:,3) of variable air_temperature_at_previous_time_step from new to old metadata -INFO: Converting local name otspt of variable flag_convective_tracer_transport from new to old metadata -INFO: Converting local name tsurf of variable surface_skin_temperature_after_iteration from new to old metadata -INFO: Converting local name phy_f2d(:,array_dimension_of_2d_arrays_for_microphysics) of variable surface_wind_enhancement_due_to_convection from new to old metadata -INFO: Converting local name num_p2d of variable array_dimension_of_2d_arrays_for_microphysics from new to old metadata -INFO: Converting local name diss_est of variable dissipation_estimate_of_air_temperature_at_model_layers from new to old metadata -INFO: Converting local name ffmm_land of variable Monin_Obukhov_similarity_function_for_momentum_over_land from new to old metadata -INFO: Converting local name imfshalcnv of variable flag_for_mass_flux_shallow_convection_scheme from new to old metadata -INFO: Converting local name iopt_rad of variable flag_for_radiation_transfer_option from new to old metadata -INFO: Converting local name effr_in of variable flag_for_cloud_effective_radii from new to old metadata -INFO: Converting local name Sh3D of variable stability_function_for_heat from new to old metadata -INFO: Converting local name con_sbc of variable stefan_boltzmann_constant from new to old metadata -INFO: Converting local name phy_myj_z0base of variable baseline_surface_roughness_length from new to old metadata -INFO: Converting local name sdec of variable sine_of_solar_declination_angle from new to old metadata -INFO: Converting local name f_ice of variable fraction_of_ice_water_cloud from new to old metadata -INFO: Converting local name qs of variable cloud_snow_specific_humidity_at_Lagrangian_surface from new to old metadata -INFO: Converting local name iflip of variable flag_for_vertical_index_direction_control from new to old metadata -INFO: Converting local name draincprv of variable convective_precipitation_rate_from_previous_timestep from new to old metadata -INFO: Converting local name icsdsw of variable seed_random_numbers_sw from new to old metadata -INFO: Converting local name dtaux2d_bl of variable x_momentum_tendency_from_blocking_drag from new to old metadata -INFO: Converting local name uustar_ocean of variable surface_friction_velocity_over_ocean from new to old metadata -INFO: Converting local name zlwb of variable height_of_low_level_wave_breaking from new to old metadata -INFO: Converting local name sigma of variable slope_of_subgrid_orography from new to old metadata -INFO: Converting local name cd_land of variable surface_drag_coefficient_for_momentum_in_air_over_land from new to old metadata -INFO: Converting local name shoc_parm(5) of variable shoc_flag_for_optional_surface_TKE_dissipation from new to old metadata -INFO: Converting local name qss_ice of variable surface_specific_humidity_over_ice from new to old metadata -INFO: Converting local name graupel of variable lwe_thickness_of_graupel_amount_on_dynamics_timestep from new to old metadata -INFO: Converting local name do_myjsfc of variable do_myjsfc from new to old metadata -INFO: Converting local name htsw0 of variable tendency_of_air_temperature_due_to_shortwave_heating_assuming_clear_sky_on_radiation_time_step from new to old metadata -INFO: Converting local name ep of variable cumulative_surface_upward_potential_latent_heat_flux_multiplied_by_timestep from new to old metadata -INFO: Converting local name tprcp of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep from new to old metadata -INFO: Converting local name dnirdf_cpl of variable cumulative_surface_downwelling_diffuse_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name qwv_surf of variable water_vapor_mixing_ratio_at_surface from new to old metadata -INFO: Converting local name fm10_ocean of variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_ocean from new to old metadata -INFO: Converting local name QC_BL of variable subgrid_cloud_mixing_ratio_pbl from new to old metadata -INFO: Converting local name adjsfculw_ice of variable surface_upwelling_longwave_flux_over_ice_interstitial from new to old metadata -INFO: Converting local name tsfci_cpl of variable instantaneous_surface_skin_temperature_for_coupling from new to old metadata -INFO: Converting local name pertz0 of variable magnitude_of_perturbation_of_momentum_roughness_length from new to old metadata -INFO: Converting local name eahxy of variable canopy_air_vapor_pressure from new to old metadata -INFO: Converting local name cnv_dqldt of variable tendency_of_cloud_water_due_to_convective_microphysics from new to old metadata -INFO: Converting local name gq0 of variable tracer_concentration_updated_by_physics from new to old metadata -INFO: Converting local name iopt_dveg of variable flag_for_dynamic_vegetation_option from new to old metadata -INFO: Converting local name gv0(:,1) of variable y_wind_at_lowest_model_layer_updated_by_physics from new to old metadata -INFO: Converting local name first_time_step of variable flag_for_first_time_step from new to old metadata -INFO: Converting local name dtaux2d_ss of variable x_momentum_tendency_from_small_scale_gwd from new to old metadata -INFO: Converting local name wetdpl of variable instantaneous_large_scale_wet_deposition from new to old metadata -INFO: Converting local name cndm_surf of variable surface_condensation_mass from new to old metadata -INFO: Converting local name cmm_land of variable surface_drag_wind_speed_for_momentum_in_air_over_land from new to old metadata -INFO: Converting local name fh2 of variable Monin_Obukhov_similarity_function_for_heat_at_2m from new to old metadata -INFO: Converting local name gw_dudt of variable tendency_of_x_wind_due_to_ugwp from new to old metadata -INFO: Converting local name shinhong of variable flag_for_scale_aware_Shinhong_PBL from new to old metadata -INFO: Converting local name maxMF of variable maximum_mass_flux from new to old metadata -INFO: Converting local name gu0 of variable x_wind_updated_by_physics from new to old metadata -INFO: Converting local name ncstrac of variable number_of_tracers_for_CS from new to old metadata -INFO: Converting local name do_qa of variable flag_for_inline_cloud_fraction_calculation from new to old metadata -INFO: Converting local name pgr of variable surface_air_pressure from new to old metadata -INFO: Converting local name del of variable air_pressure_difference_between_midlayers from new to old metadata -INFO: Converting local name nqrimef of variable index_for_mass_weighted_rime_factor from new to old metadata -INFO: Converting local name du3dt(:,:,1) of variable cumulative_change_in_x_wind_due_to_PBL from new to old metadata -INFO: Converting local name raincs of variable lwe_thickness_of_shallow_convective_precipitation_amount from new to old metadata -INFO: Converting local name xlaixy of variable leaf_area_index from new to old metadata -INFO: Converting local name iopt_alb of variable flag_for_ground_snow_surface_albedo_option from new to old metadata -INFO: Converting local name moninq_fac of variable atmosphere_diffusivity_coefficient_factor from new to old metadata -INFO: Converting local name work3 of variable ratio_of_exner_function_between_midlayer_and_interface_at_lowest_model_layer from new to old metadata -INFO: Converting local name adjnirbmd of variable surface_downwelling_direct_near_infrared_shortwave_flux from new to old metadata -INFO: Converting local name imp_physics_zhao_carr_pdf of variable flag_for_zhao_carr_pdf_microphysics_scheme from new to old metadata -INFO: Converting local name dv3dt(:,:,3) of variable cumulative_change_in_y_wind_due_to_deep_convection from new to old metadata -INFO: Converting local name evcwa of variable cumulative_canopy_upward_latent_heat_flu_multiplied_by_timestep from new to old metadata -INFO: Converting local name lsm_noah of variable flag_for_noah_land_surface_scheme from new to old metadata -INFO: Converting local name ntk of variable index_for_turbulent_kinetic_energy_convective_transport_tracer from new to old metadata -INFO: Converting local name qsnw of variable local_snow_water_mixing_ratio from new to old metadata -INFO: Converting local name edmf_thl of variable emdf_updraft_theta_l from new to old metadata -INFO: Converting local name crtrh(2) of variable critical_relative_humidity_at_PBL_top from new to old metadata -INFO: Converting local name xv of variable diurnal_thermocline_layer_y_current from new to old metadata -INFO: Converting local name rlapse of variable air_temperature_lapse_rate_constant from new to old metadata -INFO: Converting local name clw(:,:,1) of variable ice_water_mixing_ratio_convective_transport_tracer from new to old metadata -INFO: Converting local name levozp of variable vertical_dimension_of_ozone_forcing_data from new to old metadata -INFO: Converting local name spfhmax of variable maximum_specific_humidity_at_2m from new to old metadata -INFO: Converting local name runoff of variable surface_runoff_flux from new to old metadata -INFO: Converting local name do_sb_physics of variable mg_flag_for_sb2001_autoconversion from new to old metadata -INFO: Converting local name phy_myj_a1q of variable weight_for_specific_humidity_at_viscous_sublayer_top from new to old metadata -INFO: Converting local name cactiv of variable conv_activity_counter from new to old metadata -INFO: Converting local name clw(:,:,index_for_turbulent_kinetic_energy_convective_transport_tracer) of variable turbulent_kinetic_energy_convective_transport_tracer from new to old metadata -INFO: Converting local name oz_phys_2015 of variable flag_for_2015_ozone_physics from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_snow_number_concentration) of variable snow_number_concentration from new to old metadata -INFO: Converting local name ntsnc of variable index_for_snow_number_concentration from new to old metadata -INFO: Converting local name dlwsfci_cpl of variable instantaneous_surface_downwelling_longwave_flux_for_coupling from new to old metadata -INFO: Converting local name errflg of variable ccpp_error_flag from new to old metadata -INFO: Converting local name kbot of variable vertical_index_at_cloud_base from new to old metadata -INFO: Converting local name clw_surf of variable cloud_condensed_water_mixing_ratio_at_surface from new to old metadata -INFO: Converting local name skebu_wts of variable weights_for_stochastic_skeb_perturbation_of_x_wind from new to old metadata -INFO: Converting local name snowprv of variable lwe_thickness_of_snow_amount_from_previous_timestep from new to old metadata -INFO: Converting local name spec_adv of variable flag_for_individual_cloud_species_advected from new to old metadata -INFO: Converting local name rainmp of variable lwe_thickness_of_explicit_rain_amount from new to old metadata -INFO: Converting local name jdat of variable forecast_date_and_time from new to old metadata -INFO: Converting local name ntrcaer of variable number_of_aerosol_tracers_MG from new to old metadata -INFO: Converting local name gflux of variable cumulative_surface_ground_heat_flux_multiplied_by_timestep from new to old metadata -INFO: Converting local name q1 of variable water_vapor_specific_humidity_at_lowest_model_layer_for_diag from new to old metadata -INFO: Converting local name gq0(:,1,index_for_water_vapor) of variable water_vapor_specific_humidity_at_lowest_model_layer_updated_by_physics from new to old metadata -INFO: Converting local name nday of variable daytime_points_dimension from new to old metadata -INFO: Converting local name cs_parm(9) of variable entrainment_efficiency_tunable_parameter_9_CS from new to old metadata -INFO: Converting local name flx_form of variable flag_flux_form_CS from new to old metadata -INFO: Converting local name dtsfc_cpl of variable cumulative_surface_upward_sensible_heat_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name nstf_name(1) of variable flag_for_nsstm_run from new to old metadata -INFO: Converting local name ca_sgs of variable flag_for_sgs_cellular_automata from new to old metadata -INFO: Converting local name mg_qcmin(1) of variable mg_minimum_cloud_condensed_water_mixing_ratio from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio from new to old metadata -INFO: Converting local name rilist of variable gas_constants_for_multi_gases_physics from new to old metadata -INFO: Converting local name dtauy2d_ls of variable y_momentum_tendency_from_large_scale_gwd from new to old metadata -INFO: Converting local name oz_coeff of variable number_of_coefficients_in_ozone_forcing_data from new to old metadata -INFO: Converting local name edmf_qt of variable emdf_updraft_total_water from new to old metadata -INFO: Converting local name stmassxy of variable stem_mass from new to old metadata -INFO: Converting local name dgraupelprv of variable graupel_precipitation_rate_from_previous_timestep from new to old metadata -INFO: Converting local name gq0(:,:,index_for_mass_weighted_rime_factor) of variable mass_weighted_rime_factor_updated_by_physics from new to old metadata -INFO: Converting local name alnwf of variable mean_nir_albedo_with_weak_cosz_dependency from new to old metadata -INFO: Converting local name smoiseq of variable equilibrium_soil_water_content from new to old metadata -INFO: Converting local name psautco of variable coefficient_from_cloud_ice_to_snow from new to old metadata -INFO: Converting local name fhlwr of variable frequency_for_longwave_radiation from new to old metadata -INFO: Converting local name xtts of variable sensitivity_of_dtl_heat_content_to_surface_temperature from new to old metadata -INFO: Converting local name tracers_start_index of variable start_index_of_other_tracers from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_ice_cloud_condensate) of variable tendency_of_ice_cloud_water_mixing_ratio_due_to_model_physics from new to old metadata -INFO: Converting local name jsd of variable starting_y_direction_index_domain from new to old metadata -INFO: Converting local name semis_land of variable surface_longwave_emissivity_over_land_interstitial from new to old metadata -INFO: Converting local name tdomr of variable dominant_rain_type from new to old metadata -INFO: Converting local name conv_act of variable gf_memory_counter from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_ice_cloud_number_concentration) of variable ice_number_concentration from new to old metadata -INFO: Converting local name ugrs(:,1) of variable x_wind_at_lowest_model_layer from new to old metadata -INFO: Converting local name qicn of variable mass_fraction_of_convective_cloud_ice from new to old metadata -INFO: Converting local name fh2_ice of variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_ice from new to old metadata -INFO: Converting local name tsq of variable t_prime_squared from new to old metadata -INFO: Converting local name tdomip of variable dominant_sleet_type from new to old metadata -INFO: Converting local name lslwr of variable flag_to_calc_lw from new to old metadata -INFO: Converting local name GFS_cldprop_type of variable GFS_cldprop_type from new to old metadata -INFO: Converting local name imp_physics of variable flag_for_microphysics_scheme from new to old metadata -INFO: Converting local name sfcalb(:,1) of variable surface_albedo_due_to_near_IR_direct from new to old metadata -INFO: Converting local name mg_do_graupel of variable mg_flag_for_graupel from new to old metadata -INFO: Converting local name soilm of variable soil_moisture_content from new to old metadata -INFO: Converting local name exch_m of variable atmosphere_momentum_diffusivity_for_mynnpbl from new to old metadata -INFO: Converting local name wetdpc of variable instantaneous_convective_scale_wet_deposition from new to old metadata -INFO: Converting local name el_pbl of variable mixing_length from new to old metadata -INFO: Converting local name ncnvc of variable index_for_convective_cloud_cover_in_phy_f3d from new to old metadata -INFO: Converting local name fn_nml of variable namelist_filename from new to old metadata -INFO: Converting local name weasd_ocean of variable water_equivalent_accumulated_snow_depth_over_ocean from new to old metadata -INFO: Converting local name evfact_deep of variable rain_evaporation_coefficient_deep_convection from new to old metadata -INFO: Converting local name dqsfc of variable cumulative_surface_upward_latent_heat_flux_for_diag_multiplied_by_timestep from new to old metadata -INFO: Converting local name totgrpb of variable accumulated_lwe_thickness_of_graupel_amount_in_bucket from new to old metadata -INFO: Converting local name trans_aero of variable flag_for_aerosol_convective_transport_and_PBL_diffusion from new to old metadata -INFO: Converting local name dusfc_bl of variable integrated_x_momentum_flux_from_blocking_drag from new to old metadata -INFO: Converting local name gw_kdis of variable eddy_mixing_due_to_ugwp from new to old metadata -INFO: Converting local name mg_qcmin of variable mg_minimum_cloud_condensed_water_and_ice_mixing_ratio from new to old metadata -INFO: Converting local name dq3dt(:,:,3) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_shal_convection from new to old metadata -INFO: Converting local name qi of variable cloud_ice_specific_humidity_at_Lagrangian_surface from new to old metadata -INFO: Converting local name imfshalcnv_gf of variable flag_for_ntiedtke_shallow_convection_scheme from new to old metadata -INFO: Converting local name zorl_ocean of variable surface_roughness_length_over_ocean_interstitial from new to old metadata -INFO: Converting local name tsfc_ice of variable surface_skin_temperature_over_ice_interstitial from new to old metadata -INFO: Converting local name input_nml_file_length of variable number_of_lines_of_namelist_filename_for_internal_file_reads from new to old metadata -INFO: Converting local name flhc of variable surface_exchange_coefficient_for_heat from new to old metadata -INFO: Converting local name qke of variable tke_at_mass_points from new to old metadata -INFO: Converting local name snowd of variable surface_snow_thickness_water_equivalent from new to old metadata -INFO: Converting local name ncpr of variable local_rain_number_concentration from new to old metadata -INFO: Converting local name ldiag3d of variable flag_diagnostics_3D from new to old metadata -INFO: Converting local name ffhh_ocean of variable Monin_Obukhov_similarity_function_for_heat_over_ocean from new to old metadata -INFO: Converting local name nsamftrac of variable number_of_tracers_for_samf from new to old metadata -INFO: Converting local name con_hvap of variable latent_heat_of_vaporization_of_water_at_0C from new to old metadata -INFO: Converting local name dtaux2d_fd of variable x_momentum_tendency_from_form_drag from new to old metadata -INFO: Converting local name levh2o of variable vertical_dimension_of_h2o_forcing_data from new to old metadata -INFO: Converting local name ras of variable flag_for_ras_deep_convection from new to old metadata -INFO: Converting local name ialb of variable flag_for_using_climatology_albedo from new to old metadata -INFO: Converting local name raincd of variable lwe_thickness_of_deep_convective_precipitation_amount from new to old metadata -INFO: Converting local name alb1d of variable surface_albedo_perturbation from new to old metadata -INFO: Converting local name nwat of variable number_of_water_species from new to old metadata -INFO: Converting local name dwn_mf of variable cumulative_atmosphere_downdraft_convective_mass_flux from new to old metadata -INFO: Converting local name save_t of variable air_temperature_save from new to old metadata -INFO: Converting local name fice of variable sea_ice_concentration from new to old metadata -INFO: Converting local name dvisdf_cpl of variable cumulative_surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name cvb of variable pressure_at_bottom_of_convective_cloud from new to old metadata -INFO: Converting local name save_q(:,:,index_for_ice_cloud_condensate) of variable ice_water_mixing_ratio_save from new to old metadata -INFO: Converting local name gq0(:,:,index_for_snow_water) of variable snow_water_mixing_ratio_updated_by_physics from new to old metadata -INFO: Converting local name qrain of variable sensible_heat_flux_due_to_rainfall from new to old metadata -INFO: Converting local name stress_ocean of variable surface_wind_stress_over_ocean from new to old metadata -INFO: Converting local name adjsfculw_land of variable surface_upwelling_longwave_flux_over_land_interstitial from new to old metadata -INFO: Converting local name ndust of variable number_of_dust_bins_for_diagnostics from new to old metadata -INFO: Converting local name GFS_radtend_type of variable GFS_radtend_type from new to old metadata -INFO: Converting local name ngas of variable number_of_gases_for_multi_gases_physics from new to old metadata -INFO: Converting local name diceprv of variable ice_precipitation_rate_from_previous_timestep from new to old metadata -INFO: Converting local name con_ttp of variable triple_point_temperature_of_water from new to old metadata -INFO: Converting local name rechxy of variable water_table_recharge_when_shallow from new to old metadata -INFO: Converting local name ffhh of variable Monin_Obukhov_similarity_function_for_heat from new to old metadata -INFO: Converting local name edmf_w of variable emdf_updraft_vertical_velocity from new to old metadata -INFO: Converting local name sed_supersat of variable mg_allow_supersat_after_sed from new to old metadata -INFO: Converting local name sr of variable ratio_of_snowfall_to_rainfall from new to old metadata -INFO: Converting local name stc of variable soil_temperature from new to old metadata -INFO: Converting local name idate of variable date_and_time_at_model_initialization_reordered from new to old metadata -INFO: Converting local name nctp of variable number_of_cloud_types_CS from new to old metadata -INFO: Converting local name levrp1 of variable number_of_vertical_layers_for_radiation_calculations_plus_one from new to old metadata -INFO: Converting local name v10mmax of variable maximum_y_wind_at_10m from new to old metadata -INFO: Converting local name clouds(:,:,8) of variable cloud_snow_water_path from new to old metadata -INFO: Converting local name dusfc of variable cumulative_surface_x_momentum_flux_for_diag_multiplied_by_timestep from new to old metadata -INFO: Converting local name sfcalb(:,3) of variable surface_albedo_due_to_UV_and_VIS_direct from new to old metadata -INFO: Converting local name zmtnblck of variable level_of_dividing_streamline from new to old metadata -INFO: Converting local name xcosz of variable instantaneous_cosine_of_zenith_angle from new to old metadata -INFO: Converting local name CCPP_interstitial_type of variable CCPP_interstitial_type from new to old metadata -INFO: Converting local name theta of variable angle_from_east_of_maximum_subgrid_orographic_variations from new to old metadata -INFO: Converting local name nbdsw of variable number_of_aerosol_bands_for_shortwave_radiation from new to old metadata -INFO: Converting local name dqsfc1 of variable instantaneous_surface_upward_latent_heat_flux from new to old metadata -INFO: Converting local name htrsw of variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_timestep from new to old metadata -INFO: Converting local name gq0(:,:,index_for_graupel_number_concentration) of variable graupel_number_concentration_updated_by_physics from new to old metadata -INFO: Converting local name ntgnc of variable index_for_graupel_number_concentration from new to old metadata -INFO: Converting local name semis of variable surface_longwave_emissivity from new to old metadata -INFO: Converting local name ca_smooth of variable flag_for_gaussian_spatial_filter from new to old metadata -INFO: Converting local name zhour of variable time_since_diagnostics_zeroed from new to old metadata -INFO: Converting local name uswsfci of variable surface_upwelling_shortwave_flux from new to old metadata -INFO: Converting local name dq3dt(:,:,6) of variable cumulative_change_in_ozone_concentration_due_to_production_and_loss_rate from new to old metadata -INFO: Converting local name con_t0c of variable temperature_at_zero_celsius from new to old metadata -INFO: Converting local name dvsfcin_cpl of variable surface_y_momentum_flux_for_coupling from new to old metadata -INFO: Converting local name runoff of variable total_runoff from new to old metadata -INFO: Converting local name upd_mf of variable cumulative_atmosphere_updraft_convective_mass_flux from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_for_cloud_fraction_in_3d_arrays_for_microphysics) of variable cloud_fraction_for_MG from new to old metadata -INFO: Converting local name indcld of variable index_for_cloud_fraction_in_3d_arrays_for_microphysics from new to old metadata -INFO: Converting local name vegtype of variable vegetation_type_classification from new to old metadata -INFO: Converting local name ied of variable ending_x_direction_index_domain from new to old metadata -INFO: Converting local name transa of variable cumulative_transpiration_flux_multiplied_by_timestep from new to old metadata -INFO: Converting local name dt3dt(:,:,2) of variable cumulative_change_in_temperature_due_to_shortwave_radiation from new to old metadata -INFO: Converting local name dvsfc_ls of variable integrated_y_momentum_flux_from_large_scale_gwd from new to old metadata -INFO: Converting local name snowd_ocean of variable surface_snow_thickness_water_equivalent_over_ocean from new to old metadata -INFO: Converting local name clouds(:,:,2) of variable cloud_liquid_water_path from new to old metadata -INFO: Converting local name visbmui of variable surface_upwelling_direct_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name plvl of variable air_pressure_at_interface_for_radiation_in_hPa from new to old metadata -INFO: Converting local name uustar_land of variable surface_friction_velocity_over_land from new to old metadata -INFO: Converting local name phy_myj_akms of variable momentum_exchange_coefficient_for_MYJ_schemes from new to old metadata -INFO: Converting local name cnv_fice of variable ice_fraction_in_convective_tower from new to old metadata -INFO: Converting local name nbdlw of variable number_of_aerosol_bands_for_longwave_radiation from new to old metadata -INFO: Converting local name dudt_mtb of variable instantaneous_change_in_x_wind_due_to_mountain_blocking_drag from new to old metadata -INFO: Converting local name rb_ocean of variable bulk_richardson_number_at_lowest_model_level_over_ocean from new to old metadata -INFO: Converting local name ccnorm of variable flag_for_cloud_condensate_normalized_by_cloud_cover from new to old metadata -INFO: Converting local name dqdt of variable tendency_of_tracers_due_to_model_physics from new to old metadata -INFO: Converting local name u10m of variable x_wind_at_10m from new to old metadata -INFO: Converting local name tmpmin of variable minimum_temperature_at_2m from new to old metadata -INFO: Converting local name save_u of variable x_wind_save from new to old metadata -INFO: Converting local name tsnow of variable snow_temperature_bottom_first_layer from new to old metadata -INFO: Converting local name kind_INTEGER of variable kind_INTEGER from new to old metadata -INFO: Converting local name nswsfc_cpl of variable cumulative_surface_net_downward_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name vgrs(:,1) of variable y_wind_at_lowest_model_layer from new to old metadata -INFO: Converting local name bl_mynn_edmf_tke of variable edmf_tke_transport_flag from new to old metadata -INFO: Converting local name tile_num of variable number_of_tile from new to old metadata -INFO: Converting local name con_pi of variable pi from new to old metadata -INFO: Converting local name abem of variable instantaneous_anthopogenic_and_biomass_burning_emissions from new to old metadata -INFO: Converting local name latidxprnt of variable latitude_index_in_debug_printouts from new to old metadata -INFO: Converting local name tcrf of variable cloud_phase_transition_denominator from new to old metadata -INFO: Converting local name cpilist of variable specific_heat_capacities_for_multi_gases_physics from new to old metadata -INFO: Converting local name tprcp_ocean of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_ocean from new to old metadata -INFO: Converting local name vgrs of variable y_wind from new to old metadata -INFO: Converting local name me of variable mpi_rank from new to old metadata -INFO: Converting local name nseffr of variable index_for_snow_effective_radius from new to old metadata -INFO: Converting local name crtrh(1) of variable critical_relative_humidity_at_surface from new to old metadata -INFO: Converting local name nrcm of variable array_dimension_of_random_number from new to old metadata -INFO: Converting local name phy_f2d(:,2) of variable surface_air_pressure_at_previous_time_step from new to old metadata -INFO: Converting local name totice of variable accumulated_lwe_thickness_of_ice_amount from new to old metadata -INFO: Converting local name vdftra of variable vertically_diffused_tracer_concentration from new to old metadata -INFO: Converting local name clam_shal of variable entrainment_rate_coefficient_shallow_convection from new to old metadata -INFO: Converting local name ulwsfc of variable cumulative_surface_upwelling_longwave_flux_multiplied_by_timestep from new to old metadata -INFO: Converting local name cldf of variable cloud_area_fraction from new to old metadata -INFO: Converting local name prslk of variable dimensionless_exner_function_at_model_layers from new to old metadata -INFO: Converting local name imp_physics_wsm6 of variable flag_for_wsm6_microphysics_scheme from new to old metadata -INFO: Converting local name blksz(ccpp_block_number) of variable horizontal_loop_extent from new to old metadata -INFO: Converting local name dtp of variable time_step_for_physics from new to old metadata -INFO: Converting local name nnirdf_cpl of variable cumulative_surface_net_downward_diffuse_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name tsurf_ice of variable surface_skin_temperature_after_iteration_over_ice from new to old metadata -INFO: Converting local name snowfallac of variable total_accumulated_snowfall from new to old metadata -INFO: Converting local name solhr of variable forecast_hour_of_the_day from new to old metadata -INFO: Converting local name use_zmtnblck of variable flag_for_mountain_blocking from new to old metadata -INFO: Converting local name sfcflw_type of variable sfcflw_type from new to old metadata -INFO: Converting local name rhofr of variable density_of_frozen_precipitation from new to old metadata -INFO: Converting local name dxmax of variable maximum_scaling_factor_for_critical_relative_humidity from new to old metadata -INFO: Converting local name rainc_cpl of variable lwe_thickness_of_convective_precipitation_amount_for_coupling from new to old metadata -INFO: Converting local name prautco of variable coefficient_from_cloud_water_to_rain from new to old metadata -INFO: Converting local name cumabs of variable maximum_column_heating_rate from new to old metadata -INFO: Converting local name Statein of variable GFS_statein_type_instance from new to old metadata -INFO: Converting local name ntasks of variable mpi_size from new to old metadata -INFO: Converting local name qsq of variable q_prime_squared from new to old metadata -INFO: Converting local name bl_mynn_mixqt of variable mix_total_water_flag from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_turbulent_kinetic_energy) of variable tendency_of_turbulent_kinetic_energy_due_to_model_physics from new to old metadata -INFO: Converting local name ntke of variable index_for_turbulent_kinetic_energy from new to old metadata -INFO: Converting local name kmp of variable top_layer_index_for_fast_physics from new to old metadata -INFO: Converting local name ffhh_ice of variable Monin_Obukhov_similarity_function_for_heat_over_ice from new to old metadata -INFO: Converting local name dq3dt(:,:,1) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_PBL from new to old metadata -INFO: Converting local name con_hfus of variable latent_heat_of_fusion_of_water_at_0C from new to old metadata -INFO: Converting local name isubc_lw of variable flag_for_lw_clouds_without_sub_grid_approximation from new to old metadata -INFO: Converting local name du3dt(:,:,3) of variable cumulative_change_in_x_wind_due_to_deep_convection from new to old metadata -INFO: Converting local name clx of variable fraction_of_grid_box_with_subgrid_orography_higher_than_critical_height from new to old metadata -INFO: Converting local name shoc_parm(4) of variable shoc_implicit_TKE_integration_uncentering_term from new to old metadata -INFO: Converting local name gasvmr(:,:,7) of variable volume_mixing_ratio_cfc12 from new to old metadata -INFO: Converting local name cappa of variable cappa_moist_gas_constant_at_Lagrangian_surface from new to old metadata -INFO: Converting local name cf_upi of variable convective_cloud_fraction_for_microphysics from new to old metadata -INFO: Converting local name cdata of variable ccpp_t_instance from new to old metadata -INFO: Converting local name phy_myj_akhs of variable heat_exchange_coefficient_for_MYJ_schemes from new to old metadata -INFO: Converting local name sedim of variable instantaneous_sedimentation from new to old metadata -INFO: Converting local name graupelmp of variable lwe_thickness_of_graupel_amount from new to old metadata -INFO: Converting local name skebu_wts of variable weights_for_stochastic_skeb_perturbation_of_x_wind_flipped from new to old metadata -INFO: Converting local name GFS_control_type of variable GFS_control_type from new to old metadata -INFO: Converting local name yearlen of variable number_of_days_in_year from new to old metadata -INFO: Converting local name save_q(:,:,index_for_water_vapor) of variable water_vapor_specific_humidity_save from new to old metadata -INFO: Converting local name smois of variable volume_fraction_of_soil_moisture_for_land_surface_model from new to old metadata -INFO: Converting local name gq0(:,:,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio_updated_by_physics from new to old metadata -INFO: Converting local name pwat of variable column_precipitable_water from new to old metadata -INFO: Converting local name cld1d of variable cloud_work_function from new to old metadata -INFO: Converting local name qvi of variable gas_tracers_for_multi_gas_physics_at_Lagrangian_surface from new to old metadata -INFO: Converting local name gabsbdlw of variable surface_downwelling_longwave_flux_absorbed_by_ground from new to old metadata -INFO: Converting local name tau_ngw of variable time_integral_of_momentum_flux_due_to_nonstationary_gravity_wave from new to old metadata -INFO: Converting local name xlat_d of variable latitude_degree from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_for_ice_effective_radius) of variable effective_radius_of_stratiform_cloud_ice_particle_in_um from new to old metadata -INFO: Converting local name nieffr of variable index_for_ice_effective_radius from new to old metadata -INFO: Converting local name do_ca of variable flag_for_cellular_automata from new to old metadata -INFO: Converting local name wtxy of variable water_storage_in_aquifer_and_saturated_soil from new to old metadata -INFO: Converting local name srunoff of variable surface_runoff from new to old metadata -INFO: Converting local name ntrnc of variable index_for_rain_number_concentration from new to old metadata -INFO: Converting local name ustm of variable surface_friction_velocity_drag from new to old metadata -INFO: Converting local name cnvprcp of variable cumulative_lwe_thickness_of_convective_precipitation_amount from new to old metadata -INFO: Converting local name imfdeepcnv_samf of variable flag_for_samf_deep_convection_scheme from new to old metadata -INFO: Converting local name si of variable vertical_sigma_coordinate_for_radiation_initialization from new to old metadata -INFO: Converting local name gwdcu of variable tendency_of_x_wind_due_to_convective_gravity_wave_drag from new to old metadata -INFO: Converting local name elvmax of variable maximum_subgrid_orography from new to old metadata -INFO: Converting local name slimskin_cpl of variable sea_land_ice_mask_in from new to old metadata -INFO: Converting local name dtsfc_cice of variable surface_upward_sensible_heat_flux_for_coupling_interstitial from new to old metadata -INFO: Converting local name do_mynnedmf of variable do_mynnedmf from new to old metadata -INFO: Converting local name zorll of variable surface_roughness_length_over_land from new to old metadata -INFO: Converting local name nswsfci_cpl of variable instantaneous_surface_net_downward_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name do_cldice of variable mg_flag_for_cloud_ice_processes from new to old metadata -INFO: Converting local name alboldxy of variable snow_albedo_at_previous_time_step from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_graupel) of variable graupel_mixing_ratio from new to old metadata -INFO: Converting local name rhcmax of variable maximum_critical_relative_humidity from new to old metadata -INFO: Converting local name Stateout of variable GFS_stateout_type_instance from new to old metadata -INFO: Converting local name nirbmdi of variable surface_downwelling_direct_near_infrared_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name gfluxi of variable instantaneous_surface_ground_heat_flux from new to old metadata -INFO: Converting local name drainncprv of variable explicit_rainfall_rate_from_previous_timestep from new to old metadata -INFO: Converting local name gflx of variable upward_heat_flux_in_soil from new to old metadata -INFO: Converting local name hflx_ocean of variable kinematic_surface_upward_sensible_heat_flux_over_ocean from new to old metadata -INFO: Converting local name nvdiff of variable number_of_vertical_diffusion_tracers from new to old metadata -INFO: Converting local name dspheat of variable flag_TKE_dissipation_heating from new to old metadata -INFO: Converting local name fhswr of variable frequency_for_shortwave_radiation from new to old metadata -INFO: Converting local name nthreads of variable omp_threads from new to old metadata -INFO: Converting local name islmsk of variable sea_land_ice_mask from new to old metadata -INFO: Converting local name ntchmdiag of variable number_of_chemical_tracers_for_diagnostics from new to old metadata -INFO: Converting local name nstf_name(5) of variable vertical_temperature_average_range_upper_bound from new to old metadata -INFO: Converting local name forceq of variable moisture_tendency_due_to_dynamics from new to old metadata -INFO: Converting local name nseasalt of variable number_of_seasalt_bins_for_diagnostics from new to old metadata -INFO: Converting local name gasvmr(:,:,2) of variable volume_mixing_ratio_n2o from new to old metadata -INFO: Converting local name ctei_rml of variable grid_sensitive_critical_cloud_top_entrainment_instability_criteria from new to old metadata -INFO: Converting local name sfc_wts of variable weights_for_stochastic_surface_physics_perturbation from new to old metadata -INFO: Converting local name oc of variable convexity_of_subgrid_orography from new to old metadata -INFO: Converting local name ep1d of variable surface_upward_potential_latent_heat_flux from new to old metadata -INFO: Converting local name u10mmax of variable maximum_x_wind_at_10m from new to old metadata -INFO: Converting local name nca of variable number_of_independent_cellular_automata from new to old metadata -INFO: Converting local name rtmassxy of variable fine_root_mass from new to old metadata -INFO: Converting local name ffmm_ocean of variable Monin_Obukhov_similarity_function_for_momentum_over_ocean from new to old metadata -INFO: Converting local name pertlai of variable magnitude_of_perturbation_of_leaf_area_index from new to old metadata -INFO: Converting local name mg_ncnst of variable mg_drop_concentration_constant from new to old metadata -INFO: Converting local name pgcon_shal of variable momentum_transport_reduction_factor_pgf_shallow_convection from new to old metadata -INFO: Converting local name edmf_qc of variable emdf_updraft_cloud_water from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_graupel) of variable tendency_of_graupel_mixing_ratio_due_to_model_physics from new to old metadata -INFO: Converting local name acvt of variable largest_cloud_top_vertical_index_encountered_thus_far from new to old metadata -INFO: Converting local name cmm of variable surface_drag_wind_speed_for_momentum_in_air from new to old metadata -INFO: Converting local name dt_cool of variable sub_layer_cooling_amount from new to old metadata -INFO: Converting local name qc_r of variable cloud_liquid_water_mixing_ratio from new to old metadata -INFO: Converting local name ral_ts of variable time_scale_for_rayleigh_damping from new to old metadata -INFO: Converting local name GFS_diag_type of variable GFS_diag_type from new to old metadata -INFO: Converting local name dnirdfi_cpl of variable instantaneous_surface_downwelling_diffuse_near_infrared_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name chh_ice of variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_ice from new to old metadata -INFO: Converting local name flipv of variable flag_flip from new to old metadata -INFO: Converting local name ldiag_ugwp of variable diag_ugwp_flag from new to old metadata -INFO: Converting local name ctei_r of variable cloud_top_entrainment_instability_value from new to old metadata -INFO: Converting local name ccn_nm of variable ccn_number_concentration from new to old metadata -INFO: Converting local name edmf_ent of variable emdf_updraft_entrainment_rate from new to old metadata -INFO: Converting local name htswc of variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step from new to old metadata -INFO: Converting local name phy_myj_thz0 of variable potential_temperature_at_viscous_sublayer_top from new to old metadata -INFO: Converting local name bl_mynn_edmf of variable edmf_flag from new to old metadata -INFO: Converting local name con_rd of variable gas_constant_dry_air from new to old metadata -INFO: Converting local name qss_land of variable surface_specific_humidity_over_land from new to old metadata -INFO: Converting local name zt1d of variable perturbation_of_heat_to_momentum_roughness_length_ratio from new to old metadata -INFO: Converting local name imp_physics_zhao_carr of variable flag_for_zhao_carr_microphysics_scheme from new to old metadata -INFO: Converting local name delz of variable thickness_at_Lagrangian_surface from new to old metadata -INFO: Converting local name dtsfci of variable instantaneous_surface_upward_sensible_heat_flux_for_diag from new to old metadata -INFO: Converting local name dvsfc_fd of variable integrated_y_momentum_flux_from_form_drag from new to old metadata -INFO: Converting local name totprcpb of variable accumulated_lwe_thickness_of_precipitation_amount_in_bucket from new to old metadata -INFO: Converting local name tcr of variable cloud_phase_transition_threshold_temperature from new to old metadata -INFO: Converting local name clstp of variable convective_cloud_switch from new to old metadata -INFO: Converting local name isatmedmf_vdifq of variable choice_of_updated_scale_aware_TKE_moist_EDMF_PBL from new to old metadata -INFO: Converting local name coszen of variable cosine_of_zenith_angle from new to old metadata -INFO: Converting local name nifa2d of variable tendency_of_ice_friendly_aerosols_at_surface from new to old metadata -INFO: Converting local name icy of variable flag_nonzero_sea_ice_surface_fraction from new to old metadata -INFO: Converting local name dudt of variable tendency_of_x_wind_due_to_model_physics from new to old metadata -INFO: Converting local name bl_dnfr of variable downdraft_fraction_in_boundary_layer_mass_flux_scheme from new to old metadata -INFO: Converting local name snohf of variable snow_freezing_rain_upward_latent_heat_flux from new to old metadata -INFO: Converting local name bexp1d of variable perturbation_of_soil_type_b_parameter from new to old metadata -INFO: Converting local name faersw of variable aerosol_optical_properties_for_shortwave_bands_01_16 from new to old metadata -INFO: Converting local name dtdt of variable tendency_of_air_temperature_due_to_model_physics from new to old metadata -INFO: Converting local name nvisdf_cpl of variable cumulative_surface_net_downward_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name dqsfcin_cpl of variable surface_upward_latent_heat_flux_for_coupling from new to old metadata -INFO: Converting local name con_p0 of variable standard_atmospheric_pressure from new to old metadata -INFO: Converting local name con_epsq of variable minimum_value_of_specific_humidity from new to old metadata -INFO: Converting local name dusfci_cpl of variable instantaneous_surface_x_momentum_flux_for_coupling from new to old metadata -INFO: Converting local name ep1d_ice of variable surface_upward_potential_latent_heat_flux_over_ice from new to old metadata -INFO: Converting local name fhour of variable forecast_time from new to old metadata -INFO: Converting local name refl_10cm of variable radar_reflectivity_10cm from new to old metadata -INFO: Converting local name shum_wts of variable weights_for_stochastic_shum_perturbation_flipped from new to old metadata -INFO: Converting local name dspfac of variable tke_dissipative_heating_factor from new to old metadata -INFO: Converting local name nnirbmi_cpl of variable instantaneous_surface_net_downward_direct_near_infrared_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name c1_deep of variable detrainment_conversion_parameter_deep_convection from new to old metadata -INFO: Converting local name dt3dt(:,:,4) of variable cumulative_change_in_temperature_due_to_deep_convection from new to old metadata -INFO: Converting local name dv3dt(:,:,4) of variable cumulative_change_in_y_wind_due_to_convective_gravity_wave_drag from new to old metadata -INFO: Converting local name phy_myj_a1u of variable weight_for_momentum_at_viscous_sublayer_top from new to old metadata -INFO: Converting local name iopt_stc of variable flag_for_soil_and_snow_temperature_time_stepping_option from new to old metadata -INFO: Converting local name adjvisbmd of variable surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux from new to old metadata -INFO: Converting local name icloud_bl of variable couple_sgs_clouds_to_radiation_flag from new to old metadata -INFO: Converting local name rb of variable bulk_richardson_number_at_lowest_model_level from new to old metadata -INFO: Converting local name faerlw(:,:,:,2) of variable aerosol_single_scattering_albedo_for_longwave_bands_01_16 from new to old metadata -INFO: Converting local name phy_myj_elflx of variable kinematic_surface_latent_heat_flux from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_for_snow_effective_radius) of variable effective_radius_of_stratiform_cloud_snow_particle_in_um from new to old metadata -INFO: Converting local name iopt_tbot of variable flag_for_lower_boundary_soil_temperature_option from new to old metadata -INFO: Converting local name pdfflag of variable flag_for_pdf_for_morrison_gettelman_microphysics_scheme from new to old metadata -INFO: Converting local name do_aw of variable flag_for_Arakawa_Wu_adjustment from new to old metadata -INFO: Converting local name do_tofd of variable turb_oro_form_drag_flag from new to old metadata -INFO: Converting local name dqdti of variable instantaneous_water_vapor_specific_humidity_tendency_due_to_convection from new to old metadata -INFO: Converting local name qi_r of variable cloud_ice_mixing_ratio from new to old metadata -INFO: Converting local name flag_iter of variable flag_for_iteration from new to old metadata -INFO: Converting local name CLDFRA_BL of variable subgrid_cloud_fraction_pbl from new to old metadata -INFO: Converting local name zorl_ice of variable surface_roughness_length_over_ice_interstitial from new to old metadata -INFO: Converting local name dd_mf of variable instantaneous_atmosphere_downdraft_convective_mass_flux from new to old metadata -INFO: Converting local name visdfui of variable surface_upwelling_diffuse_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name julian of variable julian_day from new to old metadata -INFO: Converting local name cd_ice of variable surface_drag_coefficient_for_momentum_in_air_over_ice from new to old metadata -INFO: Converting local name iovr_lw of variable flag_for_max_random_overlap_clouds_for_longwave_radiation from new to old metadata -INFO: Converting local name lmp of variable adjusted_vertical_level_dimension_for_radiation from new to old metadata -INFO: Converting local name kdt of variable index_of_time_step from new to old metadata -INFO: Converting local name ushfsfci of variable instantaneous_surface_upward_sensible_heat_flux_for_chemistry_coupling from new to old metadata -INFO: Converting local name rb_land of variable bulk_richardson_number_at_lowest_model_level_over_land from new to old metadata -INFO: Converting local name uustar of variable surface_friction_velocity from new to old metadata -INFO: Converting local name adjnirbmu of variable surface_upwelling_direct_near_infrared_shortwave_flux from new to old metadata -INFO: Converting local name do_mynnsfclay of variable do_mynnsfclay from new to old metadata -INFO: Converting local name aero_in of variable flag_for_aerosol_input_MG from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_water_vapor) of variable tendency_of_water_vapor_specific_humidity_due_to_model_physics from new to old metadata -INFO: Converting local name mol of variable theta_star from new to old metadata -INFO: Converting local name fwetxy of variable area_fraction_of_wet_canopy from new to old metadata -INFO: Converting local name phy_f2d(:,1) of variable surface_air_pressure_two_time_steps_back from new to old metadata -INFO: Converting local name topflw of variable lw_fluxes_top_atmosphere from new to old metadata -INFO: Converting local name satmedmf of variable flag_for_scale_aware_TKE_moist_EDMF_PBL from new to old metadata -INFO: Converting local name waxy of variable water_storage_in_aquifer from new to old metadata -INFO: Converting local name snow of variable lwe_thickness_of_snow_amount_on_dynamics_timestep from new to old metadata -INFO: Converting local name ivegsrc of variable vegetation_type_dataset_choice from new to old metadata -INFO: Converting local name sigmaf of variable bounded_vegetation_area_fraction from new to old metadata -INFO: Converting local name f_rain of variable fraction_of_rain_water_cloud from new to old metadata -INFO: Converting local name dkt of variable instantaneous_atmosphere_heat_diffusivity from new to old metadata -INFO: Converting local name asolfac_deep of variable aerosol_aware_parameter_deep_convection from new to old metadata -INFO: Converting local name dv3dt(:,:,2) of variable cumulative_change_in_y_wind_due_to_orographic_gravity_wave_drag from new to old metadata -INFO: Converting local name ipr of variable horizontal_index_of_printed_column from new to old metadata -INFO: Converting local name npzcappa of variable vertical_dimension_for_cappa_at_Lagrangian_surface from new to old metadata -INFO: Converting local name clam_deep of variable entrainment_rate_coefficient_deep_convection from new to old metadata -INFO: Converting local name dusfci of variable instantaneous_surface_x_momentum_flux_for_diag from new to old metadata -INFO: Converting local name cs_parm(4) of variable detrainment_and_precipitation_tunable_parameter_4_CS from new to old metadata -INFO: Converting local name levsp1 of variable vertical_dimension_plus_one from new to old metadata -INFO: Converting local name con_cp of variable specific_heat_of_dry_air_at_constant_pressure from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_water_vapor) of variable water_vapor_specific_humidity from new to old metadata -INFO: Converting local name prsik(:,1) of variable dimensionless_exner_function_at_lowest_model_interface from new to old metadata -INFO: Converting local name gasvmr(:,:,5) of variable volume_mixing_ratio_co from new to old metadata -INFO: Converting local name mg_ngcons of variable mg_flag_graupel_concentration_constant from new to old metadata -INFO: Converting local name acsnow of variable accumulated_water_equivalent_of_frozen_precip from new to old metadata -INFO: Converting local name levsm1 of variable vertical_dimension_minus_one from new to old metadata -INFO: Converting local name phy_myj_a1t of variable weight_for_potental_temperature_at_viscous_sublayer_top from new to old metadata -INFO: Converting local name ntracp1 of variable number_of_tracers_plus_one from new to old metadata -INFO: Converting local name GFS_Data of variable GFS_data_type_instance_all_blocks from new to old metadata -INFO: Converting local name zol of variable surface_stability_parameter from new to old metadata -INFO: Converting local name CCPP_interstitial of variable CCPP_interstitial_type_instance from new to old metadata -INFO: Converting local name isd of variable starting_x_direction_index_domain from new to old metadata -INFO: Converting local name cplflx of variable flag_for_flux_coupling from new to old metadata -INFO: Converting local name lradar of variable flag_for_radar_reflectivity from new to old metadata -INFO: Converting local name iseed_ca of variable seed_for_random_number_generation_in_cellular_automata_scheme from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_for_convective_cloud_cover_in_phy_f3d) of variable convective_cloud_cover_in_phy_f3d from new to old metadata -INFO: Converting local name dqsfci of variable instantaneous_surface_upward_latent_heat_flux_for_diag from new to old metadata -INFO: Converting local name dxmin of variable minimum_scaling_factor_for_critical_relative_humidity from new to old metadata -INFO: Converting local name sppt_wts of variable weights_for_stochastic_sppt_perturbation from new to old metadata -INFO: Converting local name tahxy of variable canopy_air_temperature from new to old metadata -INFO: Converting local name imn of variable forecast_month from new to old metadata -INFO: Converting local name evcw of variable canopy_upward_latent_heat_flux from new to old metadata -INFO: Converting local name input_nml_file of variable namelist_filename_for_internal_file_reads from new to old metadata -INFO: Converting local name raddt of variable time_step_for_radiation from new to old metadata -INFO: Converting local name dvisbmi_cpl of variable instantaneous_surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name gwdcv of variable tendency_of_y_wind_due_to_convective_gravity_wave_drag from new to old metadata -INFO: Converting local name evbsa of variable cumulative_soil_upward_latent_heat_flux_multiplied_by_timestep from new to old metadata -INFO: Converting local name cldwrk of variable cumulative_cloud_work_function from new to old metadata -INFO: Converting local name npzdelz of variable vertical_dimension_for_thickness_at_Lagrangian_surface from new to old metadata -INFO: Converting local name dvsfc_cice of variable surface_y_momentum_flux_for_coupling_interstitial from new to old metadata -INFO: Converting local name ql of variable cloud_liquid_water_specific_humidity_at_Lagrangian_surface from new to old metadata -INFO: Converting local name imp_physics_fer_hires of variable flag_for_fer_hires_microphysics_scheme from new to old metadata -INFO: Converting local name dvdt of variable tendency_of_y_wind_due_to_model_physics from new to old metadata -INFO: Converting local name dusfc_cpl of variable cumulative_surface_x_momentum_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name prsl(:,1) of variable air_pressure_at_lowest_model_layer from new to old metadata -INFO: Converting local name ktop_shallow of variable k_level_of_highest_reaching_plume from new to old metadata -INFO: Converting local name sfcfsw of variable sw_fluxes_sfc from new to old metadata -INFO: Converting local name gv0 of variable y_wind_updated_by_physics from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_rain_water) of variable rain_water_mixing_ratio from new to old metadata -INFO: Converting local name cdq_ocean of variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_ocean from new to old metadata -INFO: Converting local name sfcalb(:,4) of variable surface_albedo_due_to_UV_and_VIS_diffused from new to old metadata -INFO: Converting local name gamq of variable countergradient_mixing_term_for_water_vapor from new to old metadata -INFO: Converting local name mdt of variable time_step_for_remapping_for_fast_physics from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_ice_cloud_condensate) of variable ice_water_mixing_ratio from new to old metadata -INFO: Converting local name sfcalb(:,2) of variable surface_albedo_due_to_near_IR_diffused from new to old metadata -INFO: Converting local name phy_fctd of variable cloud_base_mass_flux from new to old metadata -INFO: Converting local name weasd_land of variable water_equivalent_accumulated_snow_depth_over_land from new to old metadata -INFO: Converting local name nwfa2d of variable tendency_of_water_friendly_aerosols_at_surface from new to old metadata -INFO: Converting local name GFS_Control of variable GFS_control_type_instance from new to old metadata -INFO: Converting local name nncl of variable number_of_tracers_for_cloud_condensate from new to old metadata -INFO: Converting local name olyr of variable ozone_concentration_at_layer_for_radiation from new to old metadata -INFO: Converting local name tg3 of variable deep_soil_temperature from new to old metadata -INFO: Converting local name Radtend of variable GFS_radtend_type_instance from new to old metadata -INFO: Converting local name sinlat of variable sine_of_latitude from new to old metadata -INFO: Converting local name sppt_wts of variable weights_for_stochastic_sppt_perturbation_flipped from new to old metadata -INFO: Converting local name ng of variable number_of_ghost_zones from new to old metadata -INFO: Converting local name phil of variable geopotential from new to old metadata -INFO: Converting local name flag_frsoil of variable flag_for_frozen_soil_physics from new to old metadata -INFO: Converting local name faersw(:,:,:,2) of variable aerosol_single_scattering_albedo_for_shortwave_bands_01_16 from new to old metadata -INFO: Converting local name qc of variable cloud_fraction_at_Lagrangian_surface from new to old metadata -INFO: Converting local name do_sfcperts of variable flag_for_stochastic_surface_perturbations from new to old metadata -INFO: Converting local name betas_deep of variable downdraft_fraction_reaching_surface_over_ocean_deep_convection from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_rain_number_concentration) of variable rain_number_concentration from new to old metadata -INFO: Converting local name ifd of variable index_of_dtlm_start from new to old metadata -INFO: Converting local name area of variable cell_area_for_fast_physics from new to old metadata -INFO: Converting local name trans_trac of variable flag_for_convective_transport_of_tracers from new to old metadata -INFO: Converting local name isatmedmf of variable choice_of_scale_aware_TKE_moist_EDMF_PBL from new to old metadata -INFO: Converting local name old_monin of variable flag_for_old_PBL_scheme from new to old metadata -INFO: Converting local name cplchm of variable flag_for_chemistry_coupling from new to old metadata -INFO: Converting local name raincprv of variable lwe_thickness_of_convective_precipitation_amount_from_previous_timestep from new to old metadata -INFO: Converting local name u1 of variable x_wind_at_lowest_model_layer_for_diag from new to old metadata -INFO: Converting local name gw_dvdt of variable tendency_of_y_wind_due_to_ugwp from new to old metadata -INFO: Converting local name dtsfc1 of variable instantaneous_surface_upward_sensible_heat_flux from new to old metadata -INFO: Converting local name gasvmr(:,:,9) of variable volume_mixing_ratio_ccl4 from new to old metadata -INFO: Converting local name semis_ice of variable surface_longwave_emissivity_over_ice_interstitial from new to old metadata -INFO: Converting local name zmtb of variable time_integral_of_height_of_mountain_blocking from new to old metadata -INFO: Converting local name dtauy2d_fd of variable y_momentum_tendency_from_form_drag from new to old metadata -INFO: Converting local name lakefrac of variable lake_area_fraction from new to old metadata -INFO: Converting local name do_myjpbl of variable do_myjpbl from new to old metadata -INFO: Converting local name sncovr of variable surface_snow_area_fraction_over_land from new to old metadata -INFO: Converting local name spd10max of variable maximum_wind_at_10m_over_maximum_hourly_time_interval from new to old metadata -INFO: Converting local name faerlw(:,:,:,3) of variable aerosol_asymmetry_parameter_for_longwave_bands_01_16 from new to old metadata -INFO: Converting local name adjsfculw_ocean of variable surface_upwelling_longwave_flux_over_ocean_interstitial from new to old metadata -INFO: Converting local name nscfshoc of variable index_of_subgrid_scale_cloud_fraction_from_shoc_in_phy_f3d from new to old metadata -INFO: Converting local name qv_r of variable humidity_mixing_ratio from new to old metadata -INFO: Converting local name gq0(:,:,index_for_water_vapor) of variable water_vapor_specific_humidity_updated_by_physics from new to old metadata -INFO: Converting local name lsnow_lsm of variable snow_vertical_dimension_for_land_surface_model from new to old metadata -INFO: Converting local name dv3dt_ngw of variable time_integral_of_change_in_y_wind_due_to_nonstationary_gravity_wave from new to old metadata -INFO: Converting local name tlyr of variable air_temperature_at_layer_for_radiation from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_turbulent_kinetic_energy) of variable turbulent_kinetic_energy from new to old metadata -INFO: Converting local name h2opl of variable h2o_forcing from new to old metadata -INFO: Converting local name smc of variable volume_fraction_of_soil_moisture from new to old metadata -INFO: Converting local name latr of variable number_of_latitude_points from new to old metadata -INFO: Converting local name crick_proof of variable flag_for_CRICK_proof_cloud_water from new to old metadata -INFO: Converting local name ssem of variable instantaneous_seasalt_emission_flux from new to old metadata -INFO: Converting local name xlai1d of variable perturbation_of_leaf_area_index from new to old metadata -INFO: Converting local name tdoms of variable dominant_snow_type from new to old metadata -INFO: Converting local name canopy of variable canopy_water_amount from new to old metadata -INFO: Converting local name dtauy2d_ss of variable y_momentum_tendency_from_small_scale_gwd from new to old metadata -INFO: Converting local name forcet of variable temperature_tendency_due_to_dynamics from new to old metadata -INFO: Converting local name snowmt of variable surface_snow_melt from new to old metadata -INFO: Converting local name ttendlim of variable limit_for_temperature_tendency_for_microphysics from new to old metadata -INFO: Converting local name clouds(:,:,6) of variable cloud_rain_water_path from new to old metadata -INFO: Converting local name sigmafrac of variable convective_updraft_area_fraction from new to old metadata -INFO: Converting local name tau_tofd of variable instantaneous_momentum_flux_due_to_turbulent_orographic_form_drag from new to old metadata -INFO: Converting local name gq0(:,:,index_for_ice_friendly_aerosols) of variable ice_friendly_aerosol_number_concentration_updated_by_physics from new to old metadata -INFO: Converting local name nsswr of variable number_of_timesteps_between_shortwave_radiation_calls from new to old metadata -INFO: Converting local name ulwsfc_cice of variable surface_upwelling_longwave_flux_for_coupling_interstitial from new to old metadata -INFO: Converting local name dq3dt(:,:,8) of variable cumulative_change_in_ozone_concentration_due_to_temperature from new to old metadata -INFO: Converting local name stress_ice of variable surface_wind_stress_over_ice from new to old metadata -INFO: Converting local name is of variable starting_x_direction_index from new to old metadata -INFO: Converting local name sbsno of variable snow_deposition_sublimation_upward_latent_heat_flux from new to old metadata -INFO: Converting local name cnvprcpb of variable cumulative_lwe_thickness_of_convective_precipitation_amount_in_bucket from new to old metadata -INFO: Converting local name rdlai of variable flag_for_reading_leaf_area_index_from_input from new to old metadata -INFO: Converting local name phy_f3d(:,:,4) of variable water_vapor_specific_humidity_at_previous_time_step from new to old metadata -INFO: Converting local name area of variable cell_area from new to old metadata -INFO: Converting local name con_eps of variable ratio_of_dry_air_to_water_vapor_gas_constants from new to old metadata -INFO: Converting local name edmf_a of variable emdf_updraft_area from new to old metadata -INFO: Converting local name dusfc1 of variable instantaneous_surface_x_momentum_flux from new to old metadata -INFO: Converting local name qlcn of variable mass_fraction_of_convective_cloud_liquid_water from new to old metadata -INFO: Converting local name fh2_land of variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_land from new to old metadata -INFO: Converting local name tprcp_land of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_land from new to old metadata -INFO: Converting local name chh_land of variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_land from new to old metadata -INFO: Converting local name dt3dt(:,:,1) of variable cumulative_change_in_temperature_due_to_longwave_radiation from new to old metadata -INFO: Converting local name nfracseed of variable cellular_automata_seed_probability from new to old metadata -INFO: Converting local name cwm of variable total_cloud_condensate_mixing_ratio_updated_by_physics from new to old metadata -INFO: Converting local name u10max of variable maximum_u_wind_at_10m_over_maximum_hourly_time_interval from new to old metadata -INFO: Converting local name dvsfc_ss of variable integrated_y_momentum_flux_from_small_scale_gwd from new to old metadata -INFO: Converting local name smcref2 of variable threshold_volume_fraction_of_condensed_water_in_soil from new to old metadata -INFO: Converting local name kcnv of variable flag_deep_convection from new to old metadata -INFO: Converting local name keepsmfr of variable volume_fraction_of_frozen_soil_moisture_for_land_surface_model from new to old metadata -INFO: Converting local name frain of variable dynamics_to_physics_timestep_ratio from new to old metadata -INFO: Converting local name debug of variable flag_debug from new to old metadata -INFO: Converting local name qrn of variable local_rain_water_mixing_ratio from new to old metadata -INFO: Converting local name tsfc_ocean of variable surface_skin_temperature_over_ocean_interstitial from new to old metadata -INFO: Converting local name levr of variable number_of_vertical_layers_for_radiation_calculations from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_graupel_number_concentration) of variable graupel_number_concentration from new to old metadata -INFO: Converting local name bl_upfr of variable updraft_fraction_in_boundary_layer_mass_flux_scheme from new to old metadata -INFO: Converting local name nsfcpert of variable number_of_surface_perturbations from new to old metadata -INFO: Converting local name evpco of variable coefficient_for_evaporation_of_rainfall from new to old metadata -INFO: Converting local name iems of variable flag_for_surface_emissivity_control from new to old metadata -INFO: Converting local name dlwsfc of variable cumulative_surface_downwelling_longwave_flux_multiplied_by_timestep from new to old metadata -INFO: Converting local name cimin of variable minimum_sea_ice_concentration from new to old metadata -INFO: Converting local name zs of variable depth_of_soil_levels_for_land_surface_model from new to old metadata -INFO: Converting local name fm10_land of variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_land from new to old metadata -INFO: Converting local name lsm_noahmp of variable flag_for_noahmp_land_surface_scheme from new to old metadata -INFO: Converting local name cs_parm(1) of variable updraft_velocity_tunable_parameter_1_CS from new to old metadata -INFO: Converting local name z_c of variable sub_layer_cooling_thickness from new to old metadata -INFO: Converting local name rainc of variable lwe_thickness_of_convective_precipitation_amount_on_dynamics_timestep from new to old metadata -INFO: Converting local name do_cnvgwd of variable flag_for_convective_gravity_wave_drag from new to old metadata -INFO: Converting local name nlunit of variable iounit_namelist from new to old metadata -INFO: Converting local name gw_dtdt of variable tendency_of_air_temperature_due_to_ugwp from new to old metadata -INFO: Converting local name phy_myj_vz0 of variable v_wind_component_at_viscous_sublayer_top from new to old metadata -INFO: Converting local name dusfc_ss of variable integrated_x_momentum_flux_from_small_scale_gwd from new to old metadata -INFO: Converting local name reset of variable flag_reset_maximum_hourly_fields from new to old metadata -INFO: Converting local name idat of variable date_and_time_at_model_initialization from new to old metadata -INFO: Converting local name oceanfrac of variable sea_area_fraction from new to old metadata -INFO: Converting local name rho_h2o of variable density_of_fresh_water from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_ozone) of variable ozone_mixing_ratio from new to old metadata -INFO: Converting local name qv of variable water_vapor_specific_humidity_at_Lagrangian_surface from new to old metadata -INFO: Converting local name adjnirdfd of variable surface_downwelling_diffuse_near_infrared_shortwave_flux from new to old metadata -INFO: Converting local name ca_global of variable flag_for_global_cellular_automata from new to old metadata -INFO: Converting local name landfrac of variable land_area_fraction from new to old metadata -INFO: Converting local name iopt_btr of variable flag_for_soil_moisture_factor_stomatal_resistance_option from new to old metadata -INFO: Converting local name cqs2 of variable surface_exchange_coefficient_for_moisture_at_2m from new to old metadata -INFO: Converting local name snohfa of variable cumulative_snow_freezing_rain_upward_latent_heat_flux_multiplied_by_timestep from new to old metadata -INFO: Converting local name nvisbm_cpl of variable cumulative_surface_net_downward_direct_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name GFS_sfcprop_type of variable GFS_sfcprop_type from new to old metadata -INFO: Converting local name oz_phys of variable flag_for_ozone_physics from new to old metadata -INFO: Converting local name rhowater of variable liquid_water_density from new to old metadata -INFO: Converting local name zsnsoxy of variable layer_bottom_depth_from_snow_surface from new to old metadata -INFO: Converting local name nthresh of variable threshold_for_perturbed_vertical_velocity from new to old metadata -INFO: Converting local name phy_f3d(:,:,1) of variable air_temperature_two_time_steps_back from new to old metadata -INFO: Converting local name gq0(:,:,index_for_water_friendly_aerosols) of variable water_friendly_aerosol_number_concentration_updated_by_physics from new to old metadata -INFO: Converting local name wetness of variable normalized_soil_wetness_for_land_surface_model from new to old metadata -INFO: Converting local name v10mi_cpl of variable instantaneous_y_wind_at_10m_for_coupling from new to old metadata -INFO: Converting local name rh02min of variable minimum_relative_humidity_at_2m_over_maximum_hourly_time_interval from new to old metadata -INFO: Converting local name nf_aelw of variable number_of_aerosol_output_fields_for_longwave_radiation from new to old metadata -INFO: Converting local name isubc_sw of variable flag_for_sw_clouds_without_sub_grid_approximation from new to old metadata -INFO: Converting local name gq0(:,:,index_for_rain_number_concentration) of variable rain_number_concentration_updated_by_physics from new to old metadata -INFO: Converting local name dvsfc1 of variable instantaneous_surface_y_momentum_flux from new to old metadata -INFO: Converting local name nirdfdi of variable surface_downwelling_diffuse_near_infrared_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name isatmedmf_vdif of variable choice_of_original_scale_aware_TKE_moist_EDMF_PBL from new to old metadata -INFO: Converting local name fprcp of variable number_of_frozen_precipitation_species from new to old metadata -INFO: Converting local name tsurf_land of variable surface_skin_temperature_after_iteration_over_land from new to old metadata -INFO: Converting local name kd of variable vertical_index_difference_between_inout_and_local from new to old metadata -INFO: Converting local name LTP of variable extra_top_layer from new to old metadata -INFO: Converting local name solcon of variable solar_constant from new to old metadata -INFO: Converting local name gq0(:,:,index_for_snow_number_concentration) of variable snow_number_concentration_updated_by_physics from new to old metadata -INFO: Converting local name bl_mynn_tkebudget of variable tke_budget from new to old metadata -INFO: Converting local name xu of variable diurnal_thermocline_layer_x_current from new to old metadata -INFO: Converting local name bl_mynn_tkeadvect of variable tke_advect from new to old metadata -INFO: Converting local name hflx_ice of variable kinematic_surface_upward_sensible_heat_flux_over_ice from new to old metadata -INFO: Converting local name smcwlt2 of variable volume_fraction_of_condensed_water_in_soil_at_wilting_point from new to old metadata -INFO: Converting local name imfdeepcnv of variable flag_for_mass_flux_deep_convection_scheme from new to old metadata -INFO: Converting local name ntchm of variable number_of_chemical_tracers from new to old metadata -INFO: Converting local name ncpl of variable local_condesed_water_number_concentration from new to old metadata -INFO: Converting local name vvl of variable omega from new to old metadata -INFO: Converting local name xkzminv of variable atmosphere_heat_diffusivity_background_maximum from new to old metadata -INFO: Converting local name snowc of variable surface_snow_area_fraction from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_of_subgrid_scale_cloud_fraction_from_shoc_in_phy_f3d) of variable subgrid_scale_cloud_fraction_from_shoc from new to old metadata -INFO: Converting local name du3dt(:,:,4) of variable cumulative_change_in_x_wind_due_to_convective_gravity_wave_drag from new to old metadata -INFO: Converting local name jcap of variable number_of_spectral_wave_trancation_for_sas from new to old metadata -INFO: Converting local name cd_ocean of variable surface_drag_coefficient_for_momentum_in_air_over_ocean from new to old metadata -INFO: Converting local name vfrac of variable vegetation_area_fraction from new to old metadata -INFO: Converting local name dvdftra of variable tendency_of_vertically_diffused_tracer_concentration from new to old metadata -INFO: Converting local name npzp1 of variable vertical_dimension_for_fast_physics_plus_one from new to old metadata -INFO: Converting local name duem of variable instantaneous_dust_emission_flux from new to old metadata -INFO: Converting local name prslrd0 of variable pressure_cutoff_for_rayleigh_damping from new to old metadata -INFO: Converting local name q2m of variable specific_humidity_at_2m from new to old metadata -INFO: Converting local name chs2 of variable surface_exchange_coefficient_for_heat_at_2m from new to old metadata -INFO: Converting local name lfmassxy of variable leaf_mass from new to old metadata -INFO: Converting local name phy_f3d(:,:,2) of variable water_vapor_specific_humidity_two_time_steps_back from new to old metadata -INFO: Converting local name rainp of variable tendency_of_rain_water_mixing_ratio_due_to_microphysics from new to old metadata -INFO: Converting local name ud_mf of variable instantaneous_atmosphere_updraft_convective_mass_flux from new to old metadata -INFO: Converting local name dudt_tms of variable instantaneous_change_in_x_wind_due_to_turbulent_orographic_form_drag from new to old metadata -INFO: Converting local name mg3_as_mg2 of variable flag_mg3_as_mg2 from new to old metadata -INFO: Converting local name htlw0 of variable tendency_of_air_temperature_due_to_longwave_heating_assuming_clear_sky_on_radiation_time_step from new to old metadata -INFO: Converting local name w_d of variable coefficient_w_d from new to old metadata -INFO: Converting local name shdmax of variable maximum_vegetation_area_fraction from new to old metadata -INFO: Converting local name iccn of variable flag_for_in_ccn_forcing_for_morrison_gettelman_microphysics from new to old metadata -INFO: Converting local name htlwc of variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step from new to old metadata -INFO: Converting local name scmpsw of variable components_of_surface_downward_shortwave_fluxes from new to old metadata -INFO: Converting local name tgrs(:,1) of variable air_temperature_at_lowest_model_layer from new to old metadata -INFO: Converting local name cmxy of variable surface_drag_coefficient_for_momentum_for_noahmp from new to old metadata -INFO: Converting local name snowd_land of variable surface_snow_thickness_water_equivalent_over_land from new to old metadata -INFO: Converting local name clouds(:,:,5) of variable mean_effective_radius_for_ice_cloud from new to old metadata -INFO: Converting local name xz of variable diurnal_thermocline_layer_thickness from new to old metadata -INFO: Converting local name tsfg of variable surface_ground_temperature_for_radiation from new to old metadata -INFO: Converting local name dkt of variable atmosphere_heat_diffusivity from new to old metadata -INFO: Converting local name qgrs of variable tracer_concentration from new to old metadata -INFO: Converting local name pgcon_deep of variable momentum_transport_reduction_factor_pgf_deep_convection from new to old metadata -INFO: Converting local name wind10mmax of variable maximum_wind_at_10m from new to old metadata -INFO: Converting local name slopetype of variable surface_slope_classification from new to old metadata -INFO: Converting local name Intdiag of variable GFS_diag_type_instance from new to old metadata -INFO: Converting local name mg_nccons of variable mg_flag_drop_concentration_constant from new to old metadata -INFO: Converting local name adjvisdfd of variable surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_snow_water) of variable tendency_of_snow_water_mixing_ratio_due_to_model_physics from new to old metadata -INFO: Converting local name nlwsfc_cpl of variable cumulative_surface_net_downward_longwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name clouds(:,:,9) of variable mean_effective_radius_for_snow_flake from new to old metadata -INFO: Converting local name con_cvap of variable specific_heat_of_water_vapor_at_constant_pressure from new to old metadata -INFO: Converting local name drydep of variable instantaneous_dry_deposition from new to old metadata -INFO: Converting local name semis_ocean of variable surface_longwave_emissivity_over_ocean_interstitial from new to old metadata -INFO: Converting local name master of variable mpi_root from new to old metadata -INFO: Converting local name gamt of variable countergradient_mixing_term_for_temperature from new to old metadata -INFO: Converting local name redrag of variable flag_for_reduced_drag_coefficient_over_sea from new to old metadata -INFO: Converting local name gq0(:,:,index_for_ozone) of variable ozone_concentration_updated_by_physics from new to old metadata -INFO: Converting local name do_skeb of variable flag_for_stochastic_skeb_option from new to old metadata -INFO: Converting local name qg_r of variable mass_weighted_rime_factor_mixing_ratio from new to old metadata -INFO: Converting local name min_seaice of variable sea_ice_minimum from new to old metadata -INFO: Converting local name betal_deep of variable downdraft_fraction_reaching_surface_over_land_deep_convection from new to old metadata -INFO: Converting local name alvwf of variable mean_vis_albedo_with_weak_cosz_dependency from new to old metadata -INFO: Converting local name do_gwd of variable flag_for_gravity_wave_drag from new to old metadata -INFO: Converting local name nf_aesw of variable number_of_aerosol_output_fields_for_shortwave_radiation from new to old metadata -INFO: Converting local name avg_max_length of variable time_interval_for_maximum_hourly_fields from new to old metadata -INFO: Converting local name tdomzr of variable dominant_freezing_rain_type from new to old metadata -INFO: Converting local name toticeb of variable accumulated_lwe_thickness_of_ice_amount_in_bucket from new to old metadata -INFO: Converting local name isppt_deep of variable flag_for_combination_of_sppt_with_isppt_deep from new to old metadata -INFO: Converting local name ice of variable lwe_thickness_of_ice_amount_on_dynamics_timestep from new to old metadata -INFO: Converting local name dq3dt(:,:,9) of variable cumulative_change_in_ozone_concentration_due_to_overhead_ozone_column from new to old metadata -INFO: Converting local name lsidea of variable flag_idealized_physics from new to old metadata -INFO: Converting local name ico2 of variable flag_for_using_prescribed_global_mean_co2_value from new to old metadata -INFO: Converting local name evap_ice of variable kinematic_surface_upward_latent_heat_flux_over_ice from new to old metadata -INFO: Converting local name do_awdd of variable flag_arakawa_wu_downdraft from new to old metadata -INFO: Converting local name hetfrz_classnuc of variable mg_flag_for_heterogeneous_freezing from new to old metadata -INFO: Converting local name mpiroot of variable mpi_root_for_fast_physics from new to old metadata -INFO: Converting local name dq3dt(:,:,4) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_microphysics from new to old metadata -INFO: Converting local name GFS_coupling_type of variable GFS_coupling_type from new to old metadata -INFO: Converting local name psurfi_cpl of variable instantaneous_surface_air_pressure_for_coupling from new to old metadata -INFO: Converting local name xkzm_h of variable atmosphere_heat_diffusivity_background from new to old metadata -INFO: Converting local name rh02max of variable maximum_relative_humidity_at_2m_over_maximum_hourly_time_interval from new to old metadata -INFO: Converting local name tmpmax of variable maximum_temperature_at_2m from new to old metadata -INFO: Converting local name fscav of variable fraction_of_tracer_scavenged from new to old metadata -INFO: Converting local name ntiwx of variable index_for_ice_cloud_condensate_vertical_diffusion_tracer from new to old metadata -INFO: Converting local name gasvmr(:,:,4) of variable volume_mixing_ratio_o2 from new to old metadata -INFO: Converting local name dpt2m of variable dewpoint_temperature_at_2m from new to old metadata -INFO: Converting local name mg_do_liq_liu of variable mg_flag_for_liu_liquid_treatment from new to old metadata -INFO: Converting local name ffhh_land of variable Monin_Obukhov_similarity_function_for_heat_over_land from new to old metadata -INFO: Converting local name crtrh(3) of variable critical_relative_humidity_at_top_of_atmosphere from new to old metadata -INFO: Converting local name smcwtdxy of variable soil_water_content_between_soil_bottom_and_water_table from new to old metadata -INFO: Converting local name visbmdi of variable surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name cdq_ice of variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_ice from new to old metadata -INFO: Converting local name adjnirdfu of variable surface_upwelling_diffuse_near_infrared_shortwave_flux from new to old metadata -INFO: Converting local name wcbmax of variable maximum_updraft_velocity_at_cloud_base from new to old metadata -INFO: Converting local name tsflw of variable surface_midlayer_air_temperature_in_longwave_radiation from new to old metadata -INFO: Converting local name asolfac_shal of variable aerosol_aware_parameter_shallow_convection from new to old metadata -INFO: Converting local name gabsbdlw_ocean of variable surface_downwelling_longwave_flux_absorbed_by_ground_over_ocean from new to old metadata -INFO: Converting local name de_lgth of variable cloud_decorrelation_length from new to old metadata -INFO: Converting local name GFS_interstitial_type of variable GFS_interstitial_type from new to old metadata -INFO: Converting local name imap of variable map_of_block_column_number_to_global_i_index from new to old metadata -INFO: Converting local name plyr of variable air_pressure_at_layer_for_radiation_in_hPa from new to old metadata -INFO: Converting local name skip_macro of variable flag_skip_macro from new to old metadata -INFO: Converting local name tsnoxy of variable snow_temperature from new to old metadata -INFO: Converting local name sbsnoa of variable cumulative_snow_deposition_sublimation_upward_latent_heat_flux_multiplied_by_timestep from new to old metadata -INFO: Converting local name prcpmp of variable lwe_thickness_of_explicit_precipitation_amount from new to old metadata -INFO: Converting local name clcn of variable convective_cloud_volume_fraction from new to old metadata -INFO: Converting local name gt0 of variable air_temperature_updated_by_physics from new to old metadata -INFO: Converting local name gamma of variable anisotropy_of_subgrid_orography from new to old metadata -INFO: Converting local name uconvtend of variable tendency_of_x_wind_due_to_deep_convection_for_coupling_on_physics_timestep from new to old metadata -INFO: Converting local name dswsfci_cpl of variable instantaneous_surface_downwelling_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name delp of variable pressure_thickness_at_Lagrangian_surface from new to old metadata -INFO: Converting local name lsm_ruc of variable flag_for_ruc_land_surface_scheme from new to old metadata -INFO: Converting local name dt_mf of variable instantaneous_atmosphere_detrainment_convective_mass_flux from new to old metadata -INFO: Converting local name d_conv of variable free_convection_layer_thickness from new to old metadata -INFO: Converting local name nlwsfci_cpl of variable instantaneous_surface_net_downward_longwave_flux_for_coupling from new to old metadata -INFO: Converting local name shum_wts of variable weights_for_stochastic_shum_perturbation from new to old metadata -INFO: Converting local name dswsfci of variable surface_downwelling_shortwave_flux from new to old metadata -INFO: Converting local name do_ysu of variable flag_for_ysu from new to old metadata -INFO: Converting local name q_con of variable cloud_condensed_water_specific_humidity_at_Lagrangian_surface from new to old metadata -INFO: Converting local name mom4ice of variable flag_for_mom4_coupling from new to old metadata -INFO: Converting local name tref of variable sea_surface_reference_temperature from new to old metadata -INFO: Converting local name faersw(:,:,:,3) of variable aerosol_asymmetry_parameter_for_shortwave_bands_01_16 from new to old metadata -INFO: Converting local name ie of variable ending_x_direction_index from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_water_friendly_aerosols) of variable water_friendly_aerosol_number_concentration from new to old metadata -INFO: Converting local name dugwd of variable time_integral_of_x_stress_due_to_gravity_wave_drag from new to old metadata -INFO: Converting local name ntot3d of variable number_of_fields_in_phyf3d from new to old metadata -INFO: Converting local name GFS_data_type of variable GFS_data_type from new to old metadata -INFO: Converting local name graupelprv of variable lwe_thickness_of_graupel_amount_from_previous_timestep from new to old metadata -INFO: Converting local name nstf_name(4) of variable vertical_temperature_average_range_lower_bound from new to old metadata -INFO: Converting local name kind_dyn of variable kind_dyn from new to old metadata -INFO: Converting local name acv of variable accumulated_lwe_thickness_of_convective_precipitation_amount_cnvc90 from new to old metadata -INFO: Converting local name lsoil_lsm of variable soil_vertical_dimension_for_land_surface_model from new to old metadata -INFO: Converting local name phy_myj_chkqlm of variable surface_layer_evaporation_switch from new to old metadata -INFO: Converting local name dtf of variable time_step_for_dynamics from new to old metadata -INFO: Converting local name dqsfci_cpl of variable instantaneous_surface_upward_latent_heat_flux_for_coupling from new to old metadata -INFO: Converting local name mg_do_hail of variable mg_flag_for_hail from new to old metadata -INFO: Converting local name iopt_sfc of variable flag_for_surface_layer_drag_coefficient_option from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_ice_cloud_number_concentration) of variable tendency_of_ice_number_concentration_due_to_model_physics from new to old metadata -INFO: Converting local name kind_LOGICAL of variable kind_LOGICAL from new to old metadata -INFO: Converting local name hybedmf of variable flag_for_hedmf from new to old metadata -INFO: Converting local name dvisdfi_cpl of variable instantaneous_surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name exch_h of variable atmosphere_heat_diffusivity_for_mynnpbl from new to old metadata -INFO: Converting local name z01d of variable perturbation_of_momentum_roughness_length from new to old metadata -INFO: Converting local name prevst of variable temperature_from_previous_timestep from new to old metadata -INFO: Converting local name tracers_total of variable number_of_total_tracers from new to old metadata -INFO: Converting local name wind of variable wind_speed_at_lowest_model_layer from new to old metadata -INFO: Converting local name hprime of variable statistical_measures_of_subgrid_orography from new to old metadata -INFO: Converting local name oz_coeffp5 of variable number_of_coefficients_in_ozone_forcing_data_plus_five from new to old metadata -INFO: Converting local name tvxy of variable vegetation_temperature from new to old metadata -INFO: Converting local name ncps of variable local_snow_number_concentration from new to old metadata -INFO: Converting local name zlvl of variable height_above_ground_at_lowest_model_layer from new to old metadata -INFO: Converting local name restart of variable flag_for_restart from new to old metadata -INFO: Converting local name con_tice of variable freezing_point_temperature_of_seawater from new to old metadata -INFO: Converting local name sfcnsw of variable surface_net_downwelling_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name tau_mtb of variable time_integral_of_momentum_flux_due_to_mountain_blocking_drag from new to old metadata -INFO: Metadata table for model FV3 written to tests/build_fv3_19/FV3/ccpp/physics/CCPP_VARIABLES_FV3.html -INFO: Parsing metadata tables in physics scheme files ... -INFO: Parsed tables in scheme rayleigh_damp -INFO: Parsed tables in scheme GFS_surface_composites_pre -INFO: Parsed tables in scheme GFS_surface_composites_inter -INFO: Parsed tables in scheme GFS_surface_composites_post -INFO: Parsed tables in scheme rrtmg_sw -INFO: Parsed tables in scheme sfc_ocean -INFO: Parsed tables in scheme gwdc_pre -INFO: Parsed tables in scheme gwdc -INFO: Parsed tables in scheme gwdc_post -INFO: Parsed tables in scheme cu_gf_driver_pre -INFO: Parsed tables in scheme gfdl_cloud_microphys -INFO: Parsed tables in scheme GFS_time_vary_pre -INFO: Parsed tables in scheme GFS_rrtmg_setup -INFO: Parsed tables in scheme zhaocarr_gscond -INFO: Parsed tables in scheme ysuvdif -INFO: Parsed tables in scheme rrtmg_sw_post -INFO: Parsed tables in scheme GFS_SCNV_generic_pre -INFO: Parsed tables in scheme GFS_SCNV_generic_post -INFO: Parsed tables in scheme GFS_rrtmg_pre -INFO: Parsed tables in scheme sfc_sice -INFO: Parsed tables in scheme samfdeepcnv -INFO: Parsed tables in scheme satmedmfvdif -INFO: Parsed tables in scheme mynnrad_post -INFO: Parsed tables in scheme cu_gf_driver_post -INFO: Parsed tables in scheme cs_conv_aw_adj -INFO: Parsed tables in scheme GFS_phys_time_vary -INFO: Parsed tables in scheme ozphys_2015 -INFO: Parsed tables in scheme GFS_suite_interstitial_rad_reset -INFO: Parsed tables in scheme GFS_suite_interstitial_phys_reset -INFO: Parsed tables in scheme GFS_suite_interstitial_1 -INFO: Parsed tables in scheme GFS_suite_interstitial_2 -INFO: Parsed tables in scheme GFS_suite_stateout_reset -INFO: Parsed tables in scheme GFS_suite_stateout_update -INFO: Parsed tables in scheme GFS_suite_interstitial_3 -INFO: Parsed tables in scheme GFS_suite_interstitial_4 -INFO: Parsed tables in scheme samfshalcnv -INFO: Parsed tables in scheme zhaocarr_precpd -INFO: Parsed tables in scheme noahmpdrv -INFO: Parsed tables in scheme mp_fer_hires -INFO: Parsed tables in scheme myjpbl_wrapper -INFO: Parsed tables in scheme GFS_surface_generic_pre -INFO: Parsed tables in scheme GFS_surface_generic_post -INFO: Parsed tables in scheme cu_ntiedtke_post -INFO: Parsed tables in scheme sfc_diag -INFO: Parsed tables in scheme rrtmg_lw -INFO: Parsed tables in scheme GFS_diagtoscreen -INFO: Parsed tables in scheme GFS_interstitialtoscreen -INFO: Parsed tables in scheme GFS_abort -INFO: Parsed tables in scheme GFS_checkland -INFO: Parsed tables in scheme mynnrad_pre -INFO: Parsed tables in scheme satmedmfvdifq -INFO: Parsed tables in scheme cs_conv_pre -INFO: Parsed tables in scheme cs_conv_post -INFO: Parsed tables in scheme cs_conv -INFO: Parsed tables in scheme shinhongvdif -INFO: Parsed tables in scheme h2ophys -INFO: Parsed tables in scheme rrtmg_lw_post -INFO: Parsed tables in scheme sfc_nst -INFO: Parsed tables in scheme sfc_nst_pre -INFO: Parsed tables in scheme sfc_nst_post -INFO: Parsed tables in scheme cu_ntiedtke_pre -INFO: Parsed tables in scheme cu_ntiedtke -INFO: Parsed tables in scheme cires_ugwp_post -INFO: Parsed tables in scheme hedmf -INFO: Parsed tables in scheme sfc_diff -INFO: Parsed tables in scheme mp_thompson_pre -INFO: Parsed tables in scheme sfc_diag_post -INFO: Parsed tables in scheme m_micro_pre -INFO: Parsed tables in scheme m_micro_post -INFO: Parsed tables in scheme m_micro -INFO: Parsed tables in scheme fv_sat_adj -INFO: Parsed tables in scheme GFS_surface_loop_control_part1 -INFO: Parsed tables in scheme GFS_surface_loop_control_part2 -INFO: Parsed tables in scheme shoc -INFO: Parsed tables in scheme GFS_rrtmg_post -INFO: Parsed tables in scheme GFS_GWD_generic_pre -INFO: Parsed tables in scheme GFS_GWD_generic_post -INFO: Parsed tables in scheme rrtmg_sw_pre -INFO: Parsed tables in scheme GFS_MP_generic_pre -INFO: Parsed tables in scheme GFS_MP_generic_post -INFO: Parsed tables in scheme cu_gf_driver -INFO: Parsed tables in scheme GFS_PBL_generic_pre -INFO: Parsed tables in scheme GFS_PBL_generic_post -INFO: Parsed tables in scheme mp_thompson_post -INFO: Parsed tables in scheme mp_thompson -INFO: Parsed tables in scheme rrtmg_lw_pre -INFO: Parsed tables in scheme gwdps -INFO: Parsed tables in scheme shalcnv -INFO: Parsed tables in scheme cires_ugwp -INFO: Parsed tables in scheme get_prs_fv3 -INFO: Parsed tables in scheme get_phi_fv3 -INFO: Parsed tables in scheme mynnsfc_wrapper -INFO: Parsed tables in scheme GFS_suite_ini_fini_test -INFO: Parsed tables in scheme myjsfc_wrapper -INFO: Parsed tables in scheme mynnedmf_wrapper -INFO: Parsed tables in scheme ozphys -INFO: Parsed tables in scheme lsm_ruc -INFO: Parsed tables in scheme GFS_stochastics -INFO: Parsed tables in scheme drag_suite -INFO: Parsed tables in scheme sfc_cice -INFO: Parsed tables in scheme sascnvn -INFO: Parsed tables in scheme lsm_ruc_sfc_sice_pre -INFO: Parsed tables in scheme lsm_ruc_sfc_sice_post -INFO: Parsed tables in scheme GFS_DCNV_generic_pre -INFO: Parsed tables in scheme GFS_DCNV_generic_post -INFO: Parsed tables in scheme cnvc90 -INFO: Parsed tables in scheme GFS_rad_time_vary -INFO: Parsed tables in scheme maximum_hourly_diagnostics -INFO: Parsed tables in scheme lsm_noah -INFO: Parsed tables in scheme dcyc2t3 -INFO: Parsed tables in scheme dcyc2t3_post -INFO: Parsed tables in scheme moninshoc -INFO: filtering out variable GFS_stateout_type_instance -INFO: filtering out variable accumulated_change_of_air_temperature_due_to_FA_scheme -INFO: filtering out variable accumulated_water_equivalent_of_frozen_precip -INFO: filtering out variable aerosol_number_concentration_from_gocart_aerosol_climatology -INFO: filtering out variable area_fraction_of_wet_canopy -INFO: filtering out variable atmosphere_heat_diffusivity_for_mynnpbl -INFO: filtering out variable atmosphere_heat_diffusivity_from_shoc -INFO: filtering out variable atmosphere_momentum_diffusivity_for_mynnpbl -INFO: filtering out variable baseline_surface_roughness_length -INFO: filtering out variable canopy_air_temperature -INFO: filtering out variable canopy_air_vapor_pressure -INFO: filtering out variable canopy_intercepted_ice_mass -INFO: filtering out variable canopy_intercepted_liquid_water -INFO: filtering out variable ccn_number_concentration -INFO: filtering out variable ccpp_block_number -INFO: filtering out variable cell_size -INFO: filtering out variable characteristic_grid_length_scale -INFO: filtering out variable choice_of_original_scale_aware_TKE_moist_EDMF_PBL -INFO: filtering out variable choice_of_scale_aware_TKE_moist_EDMF_PBL -INFO: filtering out variable choice_of_updated_scale_aware_TKE_moist_EDMF_PBL -INFO: filtering out variable cloud_area_fraction -INFO: filtering out variable cloud_base_mass_flux -INFO: filtering out variable cloud_condensed_water_mixing_ratio_at_lowest_model_layer -INFO: filtering out variable cloud_condensed_water_mixing_ratio_at_surface -INFO: filtering out variable cloud_droplet_number_concentration -INFO: filtering out variable cloud_droplet_number_concentration_updated_by_physics -INFO: filtering out variable cloud_fraction_for_MG -INFO: filtering out variable cloud_phase_transition_denominator -INFO: filtering out variable cloud_phase_transition_threshold_temperature -INFO: filtering out variable cloud_specie_mix_flag -INFO: filtering out variable cloudpdf -INFO: filtering out variable conv_activity_counter -INFO: filtering out variable convective_updraft_area_fraction -INFO: filtering out variable convective_updraft_area_fraction_at_model_interfaces -INFO: filtering out variable couple_sgs_clouds_to_radiation_flag -INFO: filtering out variable cumulative_change_in_x_wind_due_to_convective_gravity_wave_drag -INFO: filtering out variable cumulative_change_in_y_wind_due_to_convective_gravity_wave_drag -INFO: filtering out variable density_of_frozen_precipitation -INFO: filtering out variable depth_of_soil_levels_for_land_surface_model -INFO: filtering out variable detrainment_and_precipitation_tunable_parameter_3_CS -INFO: filtering out variable detrainment_and_precipitation_tunable_parameter_4_CS -INFO: filtering out variable do_myjsfc -INFO: filtering out variable do_mynnsfclay -INFO: filtering out variable downdraft_fraction_in_boundary_layer_mass_flux_scheme -INFO: filtering out variable edmf_flag -INFO: filtering out variable edmf_momentum_transport_flag -INFO: filtering out variable edmf_partition_flag -INFO: filtering out variable edmf_tke_transport_flag -INFO: filtering out variable emdf_updraft_area -INFO: filtering out variable emdf_updraft_cloud_water -INFO: filtering out variable emdf_updraft_entrainment_rate -INFO: filtering out variable emdf_updraft_theta_l -INFO: filtering out variable emdf_updraft_total_water -INFO: filtering out variable emdf_updraft_vertical_velocity -INFO: filtering out variable entrainment_efficiency_tunable_parameter_9_CS -INFO: filtering out variable equilibrium_soil_water_content -INFO: filtering out variable fa_threshold_relative_humidity_for_onset_of_condensation -INFO: filtering out variable fast_soil_pool_mass_content_of_carbon -INFO: filtering out variable fine_root_mass -INFO: filtering out variable flag_arakawa_wu_downdraft -INFO: filtering out variable flag_convective_tracer_transport -INFO: filtering out variable flag_flip -INFO: filtering out variable flag_flux_form_CS -INFO: filtering out variable flag_for_2015_ozone_physics -INFO: filtering out variable flag_for_aerosol_input_MG -INFO: filtering out variable flag_for_canopy_stomatal_resistance_option -INFO: filtering out variable flag_for_dynamic_vegetation_option -INFO: filtering out variable flag_for_frozen_soil_permeability_option -INFO: filtering out variable flag_for_frozen_soil_physics -INFO: filtering out variable flag_for_ground_snow_surface_albedo_option -INFO: filtering out variable flag_for_in_ccn_forcing_for_morrison_gettelman_microphysics -INFO: filtering out variable flag_for_individual_cloud_species_advected -INFO: filtering out variable flag_for_lower_boundary_soil_temperature_option -INFO: filtering out variable flag_for_pdf_for_morrison_gettelman_microphysics_scheme -INFO: filtering out variable flag_for_precipitation_partition_option -INFO: filtering out variable flag_for_radiation_transfer_option -INFO: filtering out variable flag_for_reading_leaf_area_index_from_input -INFO: filtering out variable flag_for_restart -INFO: filtering out variable flag_for_runoff_and_groundwater_option -INFO: filtering out variable flag_for_sas_deep_convection_scheme -INFO: filtering out variable flag_for_shoc_after_convection -INFO: filtering out variable flag_for_soil_and_snow_temperature_time_stepping_option -INFO: filtering out variable flag_for_soil_moisture_factor_stomatal_resistance_option -INFO: filtering out variable flag_for_supercooled_liquid_water_option -INFO: filtering out variable flag_for_surface_layer_drag_coefficient_option -INFO: filtering out variable flag_mg3_as_mg2 -INFO: filtering out variable flag_skip_macro -INFO: filtering out variable fraction_of_cloud_top_water_scavenged -INFO: filtering out variable fraction_of_tracer_scavenged -INFO: filtering out variable gf_memory_counter -INFO: filtering out variable graupel_number_concentration_updated_by_physics -INFO: filtering out variable grav_settling -INFO: filtering out variable ground_temperature_for_noahmp -INFO: filtering out variable gwd_opt -INFO: filtering out variable h2o_forcing -INFO: filtering out variable heat_exchange_coefficient_for_MYJ_schemes -INFO: filtering out variable ice_friendly_aerosol_number_concentration -INFO: filtering out variable ice_friendly_aerosol_number_concentration_updated_by_physics -INFO: filtering out variable ice_number_concentration -INFO: filtering out variable ice_number_concentration_updated_by_physics -INFO: filtering out variable ice_supersaturation_threshold -INFO: filtering out variable ice_water_mixing_ratio -INFO: filtering out variable in_number_concentration -INFO: filtering out variable index_for_ice_cloud_condensate_vertical_diffusion_tracer -INFO: filtering out variable integrated_x_momentum_flux_from_blocking_drag -INFO: filtering out variable integrated_x_momentum_flux_from_form_drag -INFO: filtering out variable integrated_x_momentum_flux_from_large_scale_gwd -INFO: filtering out variable integrated_x_momentum_flux_from_small_scale_gwd -INFO: filtering out variable integrated_y_momentum_flux_from_blocking_drag -INFO: filtering out variable integrated_y_momentum_flux_from_form_drag -INFO: filtering out variable integrated_y_momentum_flux_from_large_scale_gwd -INFO: filtering out variable integrated_y_momentum_flux_from_small_scale_gwd -INFO: filtering out variable k_level_of_highest_reaching_plume -INFO: filtering out variable kinematic_buoyancy_flux_from_shoc -INFO: filtering out variable kinematic_surface_latent_heat_flux -INFO: filtering out variable lake_water_storage -INFO: filtering out variable latitude_index_in_debug_printouts -INFO: filtering out variable layer_bottom_depth_from_snow_surface -INFO: filtering out variable leaf_area_index -INFO: filtering out variable leaf_mass -INFO: filtering out variable limit_for_temperature_tendency_for_microphysics -INFO: filtering out variable liquid_water_density -INFO: filtering out variable local_graupel_mixing_ratio -INFO: filtering out variable local_graupel_number_concentration -INFO: filtering out variable local_rain_number_concentration -INFO: filtering out variable local_rain_water_mixing_ratio -INFO: filtering out variable local_snow_number_concentration -INFO: filtering out variable local_snow_water_mixing_ratio -INFO: filtering out variable mass_weighted_rime_factor_updated_by_physics -INFO: filtering out variable maximum_column_heating_rate -INFO: filtering out variable maximum_mass_flux -INFO: filtering out variable maximum_updraft_velocity_at_cloud_base -INFO: filtering out variable mean_nir_albedo_with_weak_cosz_dependency -INFO: filtering out variable mean_vis_albedo_with_weak_cosz_dependency -INFO: filtering out variable mg_allow_supersat_after_sed -INFO: filtering out variable mg_autoconversion_size_threshold_ice_snow -INFO: filtering out variable mg_bergeron_efficiency_factor -INFO: filtering out variable mg_cloud_water_variance -INFO: filtering out variable mg_drop_concentration_constant -INFO: filtering out variable mg_flag_drop_concentration_constant -INFO: filtering out variable mg_flag_for_cloud_ice_processes -INFO: filtering out variable mg_flag_for_gmao_ice_formulation -INFO: filtering out variable mg_flag_for_graupel -INFO: filtering out variable mg_flag_for_hail -INFO: filtering out variable mg_flag_for_heterogeneous_freezing -INFO: filtering out variable mg_flag_for_liu_liquid_treatment -INFO: filtering out variable mg_flag_for_sb2001_autoconversion -INFO: filtering out variable mg_flag_for_uniform_subcolumns -INFO: filtering out variable mg_flag_graupel_concentration_constant -INFO: filtering out variable mg_flag_ice_concentration_constant -INFO: filtering out variable mg_graupel_concentration_constant -INFO: filtering out variable mg_ice_concentration_constant -INFO: filtering out variable mg_minimum_cloud_condensed_water_and_ice_mixing_ratio -INFO: filtering out variable mg_minimum_rh_for_ice -INFO: filtering out variable mg_time_scale_for_autoconversion_of_ice -INFO: filtering out variable mg_tuning_factor_for_alphas -INFO: filtering out variable mg_type_of_precip_fraction_method -INFO: filtering out variable minimum_value_of_specific_humidity -INFO: filtering out variable mix_total_water_flag -INFO: filtering out variable mixing_length -INFO: filtering out variable mixing_length_flag -INFO: filtering out variable moisture_from_previous_timestep -INFO: filtering out variable moisture_tendency_due_to_dynamics -INFO: filtering out variable momentum_exchange_coefficient_for_MYJ_schemes -INFO: filtering out variable mpi_comm -INFO: filtering out variable natural_log_of_h2o_forcing_data_pressure_levels -INFO: filtering out variable nondimensional_snow_age -INFO: filtering out variable normalized_soil_wetness_for_land_surface_model -INFO: filtering out variable number_of_cloud_types_CS -INFO: filtering out variable number_of_coefficients_in_h2o_forcing_data -INFO: filtering out variable number_of_frozen_precipitation_species -INFO: filtering out variable number_of_plumes -INFO: filtering out variable number_of_snow_layers -INFO: filtering out variable number_of_spectral_wave_trancation_for_sas -INFO: filtering out variable number_of_tracers_for_CS -INFO: filtering out variable number_of_tracers_plus_one -INFO: filtering out variable ozone_mixing_ratio -INFO: filtering out variable potential_temperature_at_2m -INFO: filtering out variable potential_temperature_at_viscous_sublayer_top -INFO: filtering out variable prandtl_number -INFO: filtering out variable q_prime_squared -INFO: filtering out variable rain_number_concentration_updated_by_physics -INFO: filtering out variable reciprocal_of_obukhov_length -INFO: filtering out variable shoc_flag_for_optional_surface_TKE_dissipation -INFO: filtering out variable shoc_implicit_TKE_integration_uncentering_term -INFO: filtering out variable shoc_tke_dissipatation_pressure_threshold -INFO: filtering out variable shoc_tke_dissipation_tunable_parameter -INFO: filtering out variable shoc_tke_dissipation_tunable_parameter_near_surface -INFO: filtering out variable slow_soil_pool_mass_content_of_carbon -INFO: filtering out variable snow_albedo_at_previous_time_step -INFO: filtering out variable snow_layer_ice -INFO: filtering out variable snow_layer_liquid_water -INFO: filtering out variable snow_mass_at_previous_time_step -INFO: filtering out variable snow_number_concentration_updated_by_physics -INFO: filtering out variable snow_precipitation_rate_at_surface -INFO: filtering out variable snow_temperature -INFO: filtering out variable snow_temperature_bottom_first_layer -INFO: filtering out variable soil_temperature_for_land_surface_model -INFO: filtering out variable soil_vertical_dimension_for_land_surface_model -INFO: filtering out variable soil_water_content_between_soil_bottom_and_water_table -INFO: filtering out variable specific_humidity_at_viscous_sublayer_top -INFO: filtering out variable stability_function_for_heat -INFO: filtering out variable stem_area_index -INFO: filtering out variable stem_mass -INFO: filtering out variable subgrid_cloud_fraction_pbl -INFO: filtering out variable subgrid_cloud_mixing_ratio_pbl -INFO: filtering out variable subgrid_scale_cloud_fraction_from_shoc -INFO: filtering out variable surface_condensation_mass -INFO: filtering out variable surface_drag_coefficient_for_heat_and_moisture_for_noahmp -INFO: filtering out variable surface_drag_coefficient_for_momentum_for_noahmp -INFO: filtering out variable surface_exchange_coefficient_for_heat -INFO: filtering out variable surface_exchange_coefficient_for_heat_at_2m -INFO: filtering out variable surface_exchange_coefficient_for_moisture -INFO: filtering out variable surface_exchange_coefficient_for_moisture_at_2m -INFO: filtering out variable surface_friction_velocity_drag -INFO: filtering out variable surface_latent_heat -INFO: filtering out variable surface_layer_evaporation_switch -INFO: filtering out variable surface_specific_humidity_for_MYJ_schemes -INFO: filtering out variable surface_stability_parameter -INFO: filtering out variable t_prime_q_prime -INFO: filtering out variable t_prime_squared -INFO: filtering out variable temperature_from_previous_timestep -INFO: filtering out variable temperature_tendency_due_to_dynamics -INFO: filtering out variable tendency_of_cloud_droplet_number_concentration_due_to_model_physics -INFO: filtering out variable tendency_of_ice_cloud_water_mixing_ratio_due_to_model_physics -INFO: filtering out variable tendency_of_ice_friendly_aerosol_number_concentration_due_to_model_physics -INFO: filtering out variable tendency_of_ice_friendly_aerosols_at_surface -INFO: filtering out variable tendency_of_ice_number_concentration_due_to_model_physics -INFO: filtering out variable tendency_of_liquid_cloud_water_mixing_ratio_due_to_model_physics -INFO: filtering out variable tendency_of_ozone_mixing_ratio_due_to_model_physics -INFO: filtering out variable tendency_of_water_friendly_aerosol_number_concentration_due_to_model_physics -INFO: filtering out variable tendency_of_water_friendly_aerosols_at_surface -INFO: filtering out variable tendency_of_water_vapor_specific_humidity_due_to_model_physics -INFO: filtering out variable tendency_of_x_wind_due_to_convective_gravity_wave_drag -INFO: filtering out variable tendency_of_y_wind_due_to_convective_gravity_wave_drag -INFO: filtering out variable theta_star -INFO: filtering out variable tke_advect -INFO: filtering out variable tke_at_mass_points -INFO: filtering out variable tke_budget -INFO: filtering out variable tke_dissipative_heating_factor -INFO: filtering out variable total_accumulated_snowfall -INFO: filtering out variable triple_point_temperature_of_water -INFO: filtering out variable turbulent_kinetic_energy_convective_transport_tracer -INFO: filtering out variable u_wind_component_at_viscous_sublayer_top -INFO: filtering out variable updraft_fraction_in_boundary_layer_mass_flux_scheme -INFO: filtering out variable updraft_velocity_tunable_parameter_1_CS -INFO: filtering out variable updraft_velocity_tunable_parameter_2_CS -INFO: filtering out variable v_wind_component_at_viscous_sublayer_top -INFO: filtering out variable vegetation_temperature -INFO: filtering out variable vertical_dimension_of_h2o_forcing_data -INFO: filtering out variable volume_fraction_of_frozen_soil_moisture_for_land_surface_model -INFO: filtering out variable volume_fraction_of_soil_moisture_for_land_surface_model -INFO: filtering out variable volume_fraction_of_unfrozen_soil_moisture_for_land_surface_model -INFO: filtering out variable water_friendly_aerosol_number_concentration -INFO: filtering out variable water_friendly_aerosol_number_concentration_updated_by_physics -INFO: filtering out variable water_storage_in_aquifer -INFO: filtering out variable water_storage_in_aquifer_and_saturated_soil -INFO: filtering out variable water_table_depth -INFO: filtering out variable water_table_recharge_when_deep -INFO: filtering out variable water_table_recharge_when_shallow -INFO: filtering out variable water_vapor_mixing_ratio_at_surface -INFO: filtering out variable weight_for_momentum_at_viscous_sublayer_top -INFO: filtering out variable weight_for_potental_temperature_at_viscous_sublayer_top -INFO: filtering out variable weight_for_specific_humidity_at_viscous_sublayer_top -INFO: filtering out variable wood_mass -INFO: filtering out variable x_momentum_tendency_from_blocking_drag -INFO: filtering out variable x_momentum_tendency_from_form_drag -INFO: filtering out variable x_momentum_tendency_from_large_scale_gwd -INFO: filtering out variable x_momentum_tendency_from_small_scale_gwd -INFO: filtering out variable y_momentum_tendency_from_blocking_drag -INFO: filtering out variable y_momentum_tendency_from_form_drag -INFO: filtering out variable y_momentum_tendency_from_large_scale_gwd -INFO: filtering out variable y_momentum_tendency_from_small_scale_gwd -INFO: Checking optional arguments in physics schemes ... -INFO: Metadata table for model FV3 written to tests/build_fv3_19/FV3/ccpp/framework/doc/DevelopersGuide/CCPP_VARIABLES_FV3.tex -INFO: Comparing metadata for requested and provided variables ... -INFO: Automatic unit conversion from m to um for effective_radius_of_stratiform_cloud_ice_particle_in_um before entering MODULE_mp_thompson SCHEME_mp_thompson SUBROUTINE_mp_thompson_run -INFO: Automatic unit conversion from m to um for effective_radius_of_stratiform_cloud_liquid_water_particle_in_um before entering MODULE_mp_thompson SCHEME_mp_thompson SUBROUTINE_mp_thompson_run -INFO: Automatic unit conversion from m to um for effective_radius_of_stratiform_cloud_snow_particle_in_um before entering MODULE_mp_thompson SCHEME_mp_thompson SUBROUTINE_mp_thompson_run -INFO: Generating schemes makefile/cmakefile snippet ... -INFO: Added 168 schemes to tests/build_fv3_19/FV3/ccpp/physics/CCPP_SCHEMES.mk, tests/build_fv3_19/FV3/ccpp/physics/CCPP_SCHEMES.cmake, tests/build_fv3_19/FV3/ccpp/physics/CCPP_SCHEMES.sh -INFO: Generating suite and group caps ... -INFO: Generating static API ccpp_static_api.F90 in tests/build_fv3_19/FV3/ccpp/physics ... -INFO: Generating caps makefile/cmakefile snippet ... -INFO: Added 11 auto-generated caps to tests/build_fv3_19/FV3/ccpp/physics/CCPP_CAPS.mk and tests/build_fv3_19/FV3/ccpp/physics/CCPP_CAPS.cmake -INFO: CCPP prebuild step completed successfully. -+ source build_fv3_19/FV3/ccpp/physics/CCPP_SCHEMES.sh -++ export 'CCPP_SCHEMES=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/aer_cloud.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/aerclm_def.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/aerinterp.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/calpreciptype.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cldwat2m_micro.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cldmacro.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/date_def.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/funcphys.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gcycle.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/h2o_def.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/h2ointerp.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/iccn_def.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/iccninterp.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/iounitdef.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/machine.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mersenne_twister.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfpbl.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg_utils.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg2_0.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg3_0.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/multi_gases.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_model.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_parameters.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_radar.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_thompson.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MP_FER_HIRES.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_bl_mynn.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_mynn.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_orowam2017.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/namelist_soilveg.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfpblt.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfpbltq.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfscu.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfscuq.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/noahmp_tables.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/num_parthds.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozne_def.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozinterp.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/physcons.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/physparam.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radcons.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_aerosols.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_astronomy.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_clouds.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_gases.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_surface.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radlw_datatb.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radlw_param.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radsw_datatb.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radsw_param.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/samfaerosols.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfcsub.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sflx.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/set_soilveg.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/surface_perturbation.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_deep.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_sh.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/tridi.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/wv_saturation.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_soil_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rayleigh_damp.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radsw_main.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_ocean.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gwdc.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gscond.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ysuvdif.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_sice.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/samfdeepcnv.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/satmedmfvdif.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozphys_2015.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/samfshalcnv.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/precpd.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_fer_hires.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diag.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radlw_main.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_debug.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/satmedmfvdifq.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cs_conv.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/shinhongvdif.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/h2ophys.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_nst.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/moninedmf.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diff.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diag_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/m_micro.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gcm_shoc.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gwdps.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/shalcnv.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/get_prs_fv3.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozphys.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_stochastics.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/drag_suite.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_cice.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sascnvn.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cnvc90.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_drv.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/dcyc2.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/moninshoc.f' -++ CCPP_SCHEMES='/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/aer_cloud.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/aerclm_def.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/aerinterp.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/calpreciptype.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cldwat2m_micro.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cldmacro.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/date_def.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/funcphys.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gcycle.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/h2o_def.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/h2ointerp.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/iccn_def.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/iccninterp.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/iounitdef.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/machine.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mersenne_twister.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfpbl.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg_utils.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg2_0.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg3_0.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/multi_gases.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_model.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_parameters.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_radar.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_thompson.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MP_FER_HIRES.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_bl_mynn.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_mynn.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_orowam2017.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/namelist_soilveg.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfpblt.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfpbltq.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfscu.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfscuq.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/noahmp_tables.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/num_parthds.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozne_def.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozinterp.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/physcons.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/physparam.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radcons.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_aerosols.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_astronomy.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_clouds.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_gases.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_surface.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radlw_datatb.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radlw_param.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radsw_datatb.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radsw_param.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/samfaerosols.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfcsub.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sflx.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/set_soilveg.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/surface_perturbation.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_deep.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_sh.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/tridi.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/wv_saturation.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_soil_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rayleigh_damp.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radsw_main.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_ocean.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gwdc.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gscond.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ysuvdif.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_sice.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/samfdeepcnv.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/satmedmfvdif.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozphys_2015.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/samfshalcnv.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/precpd.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_fer_hires.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diag.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radlw_main.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_debug.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/satmedmfvdifq.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cs_conv.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/shinhongvdif.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/h2ophys.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_nst.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/moninedmf.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diff.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diag_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/m_micro.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gcm_shoc.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gwdps.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/shalcnv.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/get_prs_fv3.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozphys.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_stochastics.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/drag_suite.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_cice.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sascnvn.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cnvc90.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_drv.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/dcyc2.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/moninshoc.f' -+ source build_fv3_19/FV3/ccpp/physics/CCPP_CAPS.sh -++ export 'CCPP_CAPS=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_19/FV3/ccpp/physics/ccpp_FV3_GFS_2017_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_19/FV3/ccpp/physics/ccpp_FV3_GFS_2017_time_vary_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_19/FV3/ccpp/physics/ccpp_FV3_GFS_2017_radiation_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_19/FV3/ccpp/physics/ccpp_FV3_GFS_2017_physics_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_19/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stochastics_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_19/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stretched_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_19/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stretched_fast_physics_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_19/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stretched_time_vary_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_19/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stretched_radiation_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_19/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stretched_physics_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_19/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stretched_stochastics_cap.F90' -++ CCPP_CAPS='/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_19/FV3/ccpp/physics/ccpp_FV3_GFS_2017_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_19/FV3/ccpp/physics/ccpp_FV3_GFS_2017_time_vary_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_19/FV3/ccpp/physics/ccpp_FV3_GFS_2017_radiation_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_19/FV3/ccpp/physics/ccpp_FV3_GFS_2017_physics_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_19/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stochastics_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_19/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stretched_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_19/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stretched_fast_physics_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_19/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stretched_time_vary_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_19/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stretched_radiation_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_19/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stretched_physics_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_19/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stretched_stochastics_cap.F90' -+ source build_fv3_19/FV3/ccpp/physics/CCPP_STATIC_API.sh -++ export CCPP_STATIC_API=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_19/FV3/ccpp/physics/ccpp_static_api.F90 -++ CCPP_STATIC_API=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_19/FV3/ccpp/physics/ccpp_static_api.F90 -+ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y DEBUG=Y == *\N\A\M\_\p\h\y\s\=\Y* ]] -+ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y DEBUG=Y == *\W\W\3\=\Y* ]] -++ trim ' -DDEBUG=Y -D32BIT=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DDYN32=ON -DSTATIC=ON -DMULTI_GASES=OFF' -++ local 'var= -DDEBUG=Y -D32BIT=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DDYN32=ON -DSTATIC=ON -DMULTI_GASES=OFF' -++ var='-DDEBUG=Y -D32BIT=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DDYN32=ON -DSTATIC=ON -DMULTI_GASES=OFF' -++ var='-DDEBUG=Y -D32BIT=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DDYN32=ON -DSTATIC=ON -DMULTI_GASES=OFF' -++ echo -n '-DDEBUG=Y -D32BIT=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DDYN32=ON -DSTATIC=ON -DMULTI_GASES=OFF' -+ CCPP_CMAKE_FLAGS='-DDEBUG=Y -D32BIT=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DDYN32=ON -DSTATIC=ON -DMULTI_GASES=OFF' -+ source /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc -++ __ms_function_name=setup__test_function__189053 -++ eval 'setup__test_function__189053() { /bin/true ; }' -+++ eval '__text="text" ; if [[ $__text =~ ^(t).* ]] ; then printf "%s" ${.sh.match[1]} ; fi' -+++ cat -++ __ms_ksh_test= -+++ eval 'if ( set | grep setup__test_function__189053 | grep -v name > /dev/null 2>&1 ) ; then echo t ; fi ' -+++ cat -++ __ms_bash_test=t -++ [[ ! -z '' ]] -++ [[ ! -z t ]] -++ __ms_shell=bash -++ [[ -d /lfs3 ]] -++ [[ -d /scratch1 ]] -++ [[ ! -d /scratch ]] -++ eval module help -++ module purge -+++ /apps/lmod/7.7.18/libexec/lmod bash purge -++ eval unset 'BACIO_LIB4;' unset 'BACIO_LIB8;' unset 'BACIO_SRC;' unset 'BACIO_VER;' unset '__LMOD_REF_COUNT_CLASSPATH;' unset 'CLASSPATH;' unset 'CMAKE_CXX_COMPILER;' unset 'CMAKE_C_COMPILER;' unset 'CMAKE_Fortran_COMPILER;' unset 'CMAKE_Platform;' unset 'COMP;' unset '__LMOD_REF_COUNT_CPATH;' unset 'CPATH;' unset 'CRTM_FIX;' unset 'CRTM_INC;' unset 'CRTM_LIB;' unset 'CRTM_SRC;' unset 'CRTM_VER;' unset 'ESMFMKFILE;' unset 'G2TMPL_INC;' unset 'G2TMPL_LIB;' unset 'G2TMPL_SRC;' unset 'G2TMPL_VER;' unset 'G2_INC4;' unset 'G2_INCd;' unset 'G2_LIB4;' unset 'G2_LIBd;' unset 'G2_SRC;' unset 'G2_VER;' unset 'GDBSERVER_MIC;' unset 'GDB_CROSS;' unset '__LMOD_REF_COUNT_INFOPATH;' unset 'INFOPATH;' unset '__LMOD_REF_COUNT_INTEL_LICENSE_FILE;' unset 'INTEL_LICENSE_FILE;' unset 'INTEL_PYTHONHOME;' unset 'IPATH_NO_BACKTRACE;' unset 'IP_INC4;' unset 'IP_INC8;' unset 'IP_INCd;' unset 'IP_LIB4;' unset 'IP_LIB8;' unset 'IP_LIBd;' unset 'IP_SRC;' unset 'IP_VER;' unset 'I_MPI_CC;' unset 'I_MPI_F90;' unset 'I_MPI_HYDRA_BRANCH_COUNT;' unset 'I_MPI_HYDRA_PMI_CONNECT;' unset 'I_MPI_ROOT;' unset 'I_MPI_TMI_PROVIDER;' unset 'JASPER_INC;' unset 'JASPER_LIB;' unset 'JASPER_SRC;' unset 'JASPER_VER;' '__LMOD_REF_COUNT_LD_LIBRARY_PATH="/apps/slurm/default/lib:1";' export '__LMOD_REF_COUNT_LD_LIBRARY_PATH;' 'LD_LIBRARY_PATH=":/apps/slurm/default/lib";' export 'LD_LIBRARY_PATH;' unset '__LMOD_REF_COUNT_LIBRARY_PATH;' unset 'LIBRARY_PATH;' unset 'LIB_NAME;' unset 'LMOD_FAMILY_COMPILER;' unset 'LMOD_FAMILY_COMPILER_VERSION;' unset 'LMOD_FAMILY_MPI;' unset 'LMOD_FAMILY_MPI_VERSION;' unset '__LMOD_REF_COUNT_LOADEDMODULES;' unset 'LOADEDMODULES;' '__LMOD_REF_COUNT_MANPATH="/apps/lmod/lmod/share/man:1;/apps/local/man:1;/apps/slurm/default/share/man:1;/apps/slurm/tools/sbank/share/man:1";' export '__LMOD_REF_COUNT_MANPATH;' 'MANPATH="/apps/lmod/lmod/share/man::/apps/local/man:/apps/slurm/default/share/man:/apps/slurm/tools/sbank/share/man";' export 'MANPATH;' '__LMOD_REF_COUNT_MODULEPATH="/contrib/modulefiles:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:1;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1";' export '__LMOD_REF_COUNT_MODULEPATH;' 'MODULEPATH="/contrib/modulefiles:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles";' export 'MODULEPATH;' unset 'MPM_LAUNCHER;' unset 'NCEPLIBS;' unset 'NEMSIO_INC;' unset 'NEMSIO_LIB;' unset 'NEMSIO_SRC;' unset 'NEMSIO_VER;' unset 'NETCDF;' unset '__LMOD_REF_COUNT_NLSPATH;' unset 'NLSPATH;' '__LMOD_REF_COUNT_PATH="/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:1;/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/opt/ibutils/bin:1;/apps/local/bin:1;/apps/local/sbin:1;/apps/slurm/default/tools:1;/apps/slurm/default/bin:1;/apps/slurm/default/sbin:1;/apps/slurm/tools/sbank/bin:1;/home/Dusan.Jovic/bin:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/dbrowse:1";' export '__LMOD_REF_COUNT_PATH;' 'PATH="/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/opt/ibutils/bin:/apps/local/bin:/apps/local/sbin:/apps/slurm/default/tools:/apps/slurm/default/bin:/apps/slurm/default/sbin:/apps/slurm/tools/sbank/bin:/home/Dusan.Jovic/bin:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/dbrowse";' export 'PATH;' unset '__LMOD_REF_COUNT_PKG_CONFIG_PATH;' unset 'PKG_CONFIG_PATH;' unset 'PNG_INC;' unset 'PNG_LIB;' unset 'PNG_SRC;' unset 'PNG_VER;' unset 'POST_INC;' unset 'POST_LIB;' unset 'POST_SRC;' unset 'POST_VER;' unset 'SLURM_UTILS_PATH;' unset 'SP_LIB4;' unset 'SP_LIB8;' unset 'SP_LIBd;' unset 'SP_SRC;' unset 'SP_VER;' unset 'W3EMC_INC4;' unset 'W3EMC_INC8;' unset 'W3EMC_INCd;' unset 'W3EMC_LIB4;' unset 'W3EMC_LIB8;' unset 'W3EMC_LIBd;' unset 'W3EMC_SRC;' unset 'W3EMC_VER;' unset 'W3NCO_LIB4;' unset 'W3NCO_LIB8;' unset 'W3NCO_LIBd;' unset 'W3NCO_SRC;' unset 'W3NCO_VER;' unset 'Z_INC;' unset 'Z_LIB;' unset 'Z_SRC;' unset 'Z_VER;' unset '__LMOD_REF_COUNT__LMFILES_;' unset '_LMFILES_;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9jb250cmliL21vZHVsZWZpbGVzIiwiL3NjcmF0Y2gyL05DRVBERVYvZnYzLWNhbS9EdXNhbi5Kb3ZpYy91ZnMvcHIxOC91ZnMtd2VhdGhlci1tb2RlbC9tb2R1bGVmaWxlcy9oZXJhLmludGVsIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIs";' export '_ModuleTable001_;' '_ModuleTable002_="fSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ==";' export '_ModuleTable002_;' '_ModuleTable_Sz_="2";' export '_ModuleTable_Sz_;' unset '_ModuleTable004_;' unset '_ModuleTable005_;' unset '_ModuleTable006_;' unset '_ModuleTable007_;' unset '_ModuleTable008_;' unset '_ModuleTable009_;' unset '_ModuleTable010_;' unset '_ModuleTable011_;' unset '_ModuleTable012_;' unset '_ModuleTable013_;' -+++ unset BACIO_LIB4 -+++ unset BACIO_LIB8 -+++ unset BACIO_SRC -+++ unset BACIO_VER -+++ unset __LMOD_REF_COUNT_CLASSPATH -+++ unset CLASSPATH -+++ unset CMAKE_CXX_COMPILER -+++ unset CMAKE_C_COMPILER -+++ unset CMAKE_Fortran_COMPILER -+++ unset CMAKE_Platform -+++ unset COMP -+++ unset __LMOD_REF_COUNT_CPATH -+++ unset CPATH -+++ unset CRTM_FIX -+++ unset CRTM_INC -+++ unset CRTM_LIB -+++ unset CRTM_SRC -+++ unset CRTM_VER -+++ unset ESMFMKFILE -+++ unset G2TMPL_INC -+++ unset G2TMPL_LIB -+++ unset G2TMPL_SRC -+++ unset G2TMPL_VER -+++ unset G2_INC4 -+++ unset G2_INCd -+++ unset G2_LIB4 -+++ unset G2_LIBd -+++ unset G2_SRC -+++ unset G2_VER -+++ unset GDBSERVER_MIC -+++ unset GDB_CROSS -+++ unset __LMOD_REF_COUNT_INFOPATH -+++ unset INFOPATH -+++ unset __LMOD_REF_COUNT_INTEL_LICENSE_FILE -+++ unset INTEL_LICENSE_FILE -+++ unset INTEL_PYTHONHOME -+++ unset IPATH_NO_BACKTRACE -+++ unset IP_INC4 -+++ unset IP_INC8 -+++ unset IP_INCd -+++ unset IP_LIB4 -+++ unset IP_LIB8 -+++ unset IP_LIBd -+++ unset IP_SRC -+++ unset IP_VER -+++ unset I_MPI_CC -+++ unset I_MPI_F90 -+++ unset I_MPI_HYDRA_BRANCH_COUNT -+++ unset I_MPI_HYDRA_PMI_CONNECT -+++ unset I_MPI_ROOT -+++ unset I_MPI_TMI_PROVIDER -+++ unset JASPER_INC -+++ unset JASPER_LIB -+++ unset JASPER_SRC -+++ unset JASPER_VER -+++ __LMOD_REF_COUNT_LD_LIBRARY_PATH=/apps/slurm/default/lib:1 -+++ export __LMOD_REF_COUNT_LD_LIBRARY_PATH -+++ LD_LIBRARY_PATH=:/apps/slurm/default/lib -+++ export LD_LIBRARY_PATH -+++ unset __LMOD_REF_COUNT_LIBRARY_PATH -+++ unset LIBRARY_PATH -+++ unset LIB_NAME -+++ unset LMOD_FAMILY_COMPILER -+++ unset LMOD_FAMILY_COMPILER_VERSION -+++ unset LMOD_FAMILY_MPI -+++ unset LMOD_FAMILY_MPI_VERSION -+++ unset __LMOD_REF_COUNT_LOADEDMODULES -+++ unset LOADEDMODULES -+++ __LMOD_REF_COUNT_MANPATH='/apps/lmod/lmod/share/man:1;/apps/local/man:1;/apps/slurm/default/share/man:1;/apps/slurm/tools/sbank/share/man:1' -+++ export __LMOD_REF_COUNT_MANPATH -+++ MANPATH=/apps/lmod/lmod/share/man::/apps/local/man:/apps/slurm/default/share/man:/apps/slurm/tools/sbank/share/man -+++ export MANPATH -+++ __LMOD_REF_COUNT_MODULEPATH='/contrib/modulefiles:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:1;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1' -+++ export __LMOD_REF_COUNT_MODULEPATH -+++ MODULEPATH=/contrib/modulefiles:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles -+++ export MODULEPATH -+++ unset MPM_LAUNCHER -+++ unset NCEPLIBS -+++ unset NEMSIO_INC -+++ unset NEMSIO_LIB -+++ unset NEMSIO_SRC -+++ unset NEMSIO_VER -+++ unset NETCDF -+++ unset __LMOD_REF_COUNT_NLSPATH -+++ unset NLSPATH -+++ __LMOD_REF_COUNT_PATH='/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:1;/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/opt/ibutils/bin:1;/apps/local/bin:1;/apps/local/sbin:1;/apps/slurm/default/tools:1;/apps/slurm/default/bin:1;/apps/slurm/default/sbin:1;/apps/slurm/tools/sbank/bin:1;/home/Dusan.Jovic/bin:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/dbrowse:1' -+++ export __LMOD_REF_COUNT_PATH -+++ PATH=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/opt/ibutils/bin:/apps/local/bin:/apps/local/sbin:/apps/slurm/default/tools:/apps/slurm/default/bin:/apps/slurm/default/sbin:/apps/slurm/tools/sbank/bin:/home/Dusan.Jovic/bin:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/dbrowse -+++ export PATH -+++ unset __LMOD_REF_COUNT_PKG_CONFIG_PATH -+++ unset PKG_CONFIG_PATH -+++ unset PNG_INC -+++ unset PNG_LIB -+++ unset PNG_SRC -+++ unset PNG_VER -+++ unset POST_INC -+++ unset POST_LIB -+++ unset POST_SRC -+++ unset POST_VER -+++ unset SLURM_UTILS_PATH -+++ unset SP_LIB4 -+++ unset SP_LIB8 -+++ unset SP_LIBd -+++ unset SP_SRC -+++ unset SP_VER -+++ unset W3EMC_INC4 -+++ unset W3EMC_INC8 -+++ unset W3EMC_INCd -+++ unset W3EMC_LIB4 -+++ unset W3EMC_LIB8 -+++ unset W3EMC_LIBd -+++ unset W3EMC_SRC -+++ unset W3EMC_VER -+++ unset W3NCO_LIB4 -+++ unset W3NCO_LIB8 -+++ unset W3NCO_LIBd -+++ unset W3NCO_SRC -+++ unset W3NCO_VER -+++ unset Z_INC -+++ unset Z_LIB -+++ unset Z_SRC -+++ unset Z_VER -+++ unset __LMOD_REF_COUNT__LMFILES_ -+++ unset _LMFILES_ -+++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9jb250cmliL21vZHVsZWZpbGVzIiwiL3NjcmF0Y2gyL05DRVBERVYvZnYzLWNhbS9EdXNhbi5Kb3ZpYy91ZnMvcHIxOC91ZnMtd2VhdGhlci1tb2RlbC9tb2R1bGVmaWxlcy9oZXJhLmludGVsIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIs -+++ export _ModuleTable001_ -+++ _ModuleTable002_=fSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ== -+++ export _ModuleTable002_ -+++ _ModuleTable_Sz_=2 -+++ export _ModuleTable_Sz_ -+++ unset _ModuleTable004_ -+++ unset _ModuleTable005_ -+++ unset _ModuleTable006_ -+++ unset _ModuleTable007_ -+++ unset _ModuleTable008_ -+++ unset _ModuleTable009_ -+++ unset _ModuleTable010_ -+++ unset _ModuleTable011_ -+++ unset _ModuleTable012_ -+++ unset _ModuleTable013_ -+++ : -s sh -++ eval -++ unset __ms_shell -++ unset __ms_ksh_test -++ unset __ms_bash_test -++ unset setup__test_function__189053 -++ unset __ms_function_name -+ [[ hera.intel == macosx.* ]] -+ [[ hera.intel == linux.* ]] -+ module use /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel -++ /apps/lmod/7.7.18/libexec/lmod bash use /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel -+ eval '__LMOD_REF_COUNT_MODULEPATH="/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:2;/contrib/modulefiles:1;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1";' export '__LMOD_REF_COUNT_MODULEPATH;' 'MODULEPATH="/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:/contrib/modulefiles:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles";' export 'MODULEPATH;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9zY3JhdGNoMi9OQ0VQREVWL2Z2My1jYW0vRHVzYW4uSm92aWMvdWZzL3ByMTgvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvaGVyYS5pbnRlbCIsIi9jb250cmliL21vZHVsZWZpbGVzIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIs";' export '_ModuleTable001_;' '_ModuleTable002_="fSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ==";' export '_ModuleTable002_;' '_ModuleTable_Sz_="2";' export '_ModuleTable_Sz_;' -++ __LMOD_REF_COUNT_MODULEPATH='/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:2;/contrib/modulefiles:1;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1' -++ export __LMOD_REF_COUNT_MODULEPATH -++ MODULEPATH=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:/contrib/modulefiles:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles -++ export MODULEPATH -++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9zY3JhdGNoMi9OQ0VQREVWL2Z2My1jYW0vRHVzYW4uSm92aWMvdWZzL3ByMTgvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvaGVyYS5pbnRlbCIsIi9jb250cmliL21vZHVsZWZpbGVzIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIs -++ export _ModuleTable001_ -++ _ModuleTable002_=fSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ== -++ export _ModuleTable002_ -++ _ModuleTable_Sz_=2 -++ export _ModuleTable_Sz_ -++ : -s sh -+ eval -+ module load fv3 -++ /apps/lmod/7.7.18/libexec/lmod bash load fv3 -+ eval 'BACIO_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libbacio_v2.0.3_4.a";' export 'BACIO_LIB4;' 'BACIO_LIB8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libbacio_v2.0.3_8.a";' export 'BACIO_LIB8;' 'BACIO_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/bacio_v2.0.3";' export 'BACIO_SRC;' 'BACIO_VER="v2.0.3";' export 'BACIO_VER;' '__LMOD_REF_COUNT_CLASSPATH="/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/mpi.jar:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/daal.jar:1";' export '__LMOD_REF_COUNT_CLASSPATH;' 'CLASSPATH="/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/mpi.jar:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/daal.jar";' export 'CLASSPATH;' 'CMAKE_CXX_COMPILER="mpiicpc";' export 'CMAKE_CXX_COMPILER;' 'CMAKE_C_COMPILER="mpiicc";' export 'CMAKE_C_COMPILER;' 'CMAKE_Fortran_COMPILER="mpiifort";' export 'CMAKE_Fortran_COMPILER;' 'CMAKE_Platform="hera.intel";' export 'CMAKE_Platform;' 'COMP="intel";' export 'COMP;' '__LMOD_REF_COUNT_CPATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/include:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/include:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/pstl/include:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/include:2;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/include:1";' export '__LMOD_REF_COUNT_CPATH;' 'CPATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/include:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/include:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/pstl/include:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/include:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/include";' export 'CPATH;' 'CRTM_FIX="/scratch2/NCEPDEV/nwprod/NCEPLIBS/fix/crtm_v2.2.6";' export 'CRTM_FIX;' 'CRTM_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/crtm_v2.2.6";' export 'CRTM_INC;' 'CRTM_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libcrtm_v2.2.6.a";' export 'CRTM_LIB;' 'CRTM_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/crtm_v2.2.6";' export 'CRTM_SRC;' 'CRTM_VER="v2.2.6";' export 'CRTM_VER;' 'ESMFMKFILE="/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/lib/esmf.mk";' export 'ESMFMKFILE;' 'G2TMPL_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/g2tmpl_v1.6.0";' export 'G2TMPL_INC;' 'G2TMPL_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2tmpl_v1.6.0.a";' export 'G2TMPL_LIB;' 'G2TMPL_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/g2tmpl_v1.6.0/src";' export 'G2TMPL_SRC;' 'G2TMPL_VER="v1.6.0";' export 'G2TMPL_VER;' 'G2_INC4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/g2_v3.1.1_4";' export 'G2_INC4;' 'G2_INCd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/g2_v3.1.1_d";' export 'G2_INCd;' 'G2_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2_v3.1.1_4.a";' export 'G2_LIB4;' 'G2_LIBd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2_v3.1.1_d.a";' export 'G2_LIBd;' 'G2_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/g2_v3.1.1";' export 'G2_SRC;' 'G2_VER="v3.1.1";' export 'G2_VER;' 'GDBSERVER_MIC="/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/targets/intel64/x200/bin/gdbserver";' export 'GDBSERVER_MIC;' 'GDB_CROSS="/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/intel64/bin/gdb-ia";' export 'GDB_CROSS;' '__LMOD_REF_COUNT_INFOPATH="/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/info:1;/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/info:1";' export '__LMOD_REF_COUNT_INFOPATH;' 'INFOPATH="/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/info:/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/info";' export 'INFOPATH;' '__LMOD_REF_COUNT_INTEL_LICENSE_FILE="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/licenses:1;/apps/intel/licenses:1";' export '__LMOD_REF_COUNT_INTEL_LICENSE_FILE;' 'INTEL_LICENSE_FILE="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/licenses:/apps/intel/licenses";' export 'INTEL_LICENSE_FILE;' 'INTEL_PYTHONHOME="/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/python/intel64/";' export 'INTEL_PYTHONHOME;' 'IPATH_NO_BACKTRACE="1";' export 'IPATH_NO_BACKTRACE;' 'IP_INC4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ip_v3.0.2_4";' export 'IP_INC4;' 'IP_INC8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ip_v3.0.2_8";' export 'IP_INC8;' 'IP_INCd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ip_v3.0.2_d";' export 'IP_INCd;' 'IP_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libip_v3.0.2_4.a";' export 'IP_LIB4;' 'IP_LIB8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libip_v3.0.2_8.a";' export 'IP_LIB8;' 'IP_LIBd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libip_v3.0.2_d.a";' export 'IP_LIBd;' 'IP_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/ip_v3.0.2";' export 'IP_SRC;' 'IP_VER="v3.0.2";' export 'IP_VER;' 'I_MPI_CC="icc";' export 'I_MPI_CC;' 'I_MPI_F90="ifort";' export 'I_MPI_F90;' 'I_MPI_HYDRA_BRANCH_COUNT="128";' export 'I_MPI_HYDRA_BRANCH_COUNT;' 'I_MPI_HYDRA_PMI_CONNECT="alltoall";' export 'I_MPI_HYDRA_PMI_CONNECT;' 'I_MPI_ROOT="/apps/intel/compilers_and_libraries_2018/linux/mpi";' export 'I_MPI_ROOT;' 'I_MPI_TMI_PROVIDER="psm";' export 'I_MPI_TMI_PROVIDER;' 'JASPER_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/include/jasper_v1.900.1";' export 'JASPER_INC;' 'JASPER_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/lib/libjasper_v1.900.1.a";' export 'JASPER_LIB;' 'JASPER_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/thirdParty";' export 'JASPER_SRC;' 'JASPER_VER="v1.900.1";' export 'JASPER_VER;' '__LMOD_REF_COUNT_LD_LIBRARY_PATH="/apps/netcdf/4.7.0/intel/18.0.5.274/lib:1;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib:1;/apps/slurm/default/lib:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/lib/intel64:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:2;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:2;/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/libipt/intel64/lib:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4:1";' export '__LMOD_REF_COUNT_LD_LIBRARY_PATH;' 'LD_LIBRARY_PATH="/apps/netcdf/4.7.0/intel/18.0.5.274/lib:/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib::/apps/slurm/default/lib:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/lib/intel64:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/libipt/intel64/lib:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4";' export 'LD_LIBRARY_PATH;' '__LMOD_REF_COUNT_LIBRARY_PATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:2;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4:1";' export '__LMOD_REF_COUNT_LIBRARY_PATH;' 'LIBRARY_PATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4";' export 'LIBRARY_PATH;' 'LIB_NAME="POST";' export 'LIB_NAME;' 'LMOD_FAMILY_COMPILER="intel";' export 'LMOD_FAMILY_COMPILER;' 'LMOD_FAMILY_COMPILER_VERSION="18.0.5.274";' export 'LMOD_FAMILY_COMPILER_VERSION;' 'LMOD_FAMILY_MPI="impi";' export 'LMOD_FAMILY_MPI;' 'LMOD_FAMILY_MPI_VERSION="2018.0.4";' export 'LMOD_FAMILY_MPI_VERSION;' '__LMOD_REF_COUNT_LOADEDMODULES="contrib:1;sutils/default:1;intel/18.0.5.274:1;impi/2018.0.4:1;netcdf/4.7.0:1;bacio/2.0.3:1;ip/3.0.2:1;nemsio/2.2.4:1;sp/2.0.3:1;w3emc/2.3.1:1;w3nco/2.0.7:1;g2/3.1.1:1;g2tmpl/1.6.0:1;crtm/2.2.6:1;jasper/1.900.1:1;png/1.2.44:1;z/1.2.11:1;post/8.0.1:1;esmf/8.0.0:1;cmake/3.9.0:1;fv3:1";' export '__LMOD_REF_COUNT_LOADEDMODULES;' 'LOADEDMODULES="contrib:sutils/default:intel/18.0.5.274:impi/2018.0.4:netcdf/4.7.0:bacio/2.0.3:ip/3.0.2:nemsio/2.2.4:sp/2.0.3:w3emc/2.3.1:w3nco/2.0.7:g2/3.1.1:g2tmpl/1.6.0:crtm/2.2.6:jasper/1.900.1:png/1.2.44:z/1.2.11:post/8.0.1:esmf/8.0.0:cmake/3.9.0:fv3";' export 'LOADEDMODULES;' '__LMOD_REF_COUNT_MANPATH="/apps/netcdf/4.7.0/intel/18.0.5.274/share/man:1;/apps/intel/compilers_and_libraries_2018/linux/mpi/man:1;/apps/intel/parallel_studio_xe_2018.4.057/man/common:1;/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/man:1;/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/man:1;/apps/lmod/lmod/share/man:1;/apps/local/man:1;/apps/slurm/default/share/man:1;/apps/slurm/tools/sbank/share/man:1";' export '__LMOD_REF_COUNT_MANPATH;' 'MANPATH="/apps/netcdf/4.7.0/intel/18.0.5.274/share/man:/apps/intel/compilers_and_libraries_2018/linux/mpi/man:/apps/intel/parallel_studio_xe_2018.4.057/man/common:/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/man:/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/man:/apps/lmod/lmod/share/man::/apps/local/man:/apps/slurm/default/share/man:/apps/slurm/tools/sbank/share/man";' export 'MANPATH;' '__LMOD_REF_COUNT_MODULEPATH="/contrib/modulefiles:3;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:2;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1;/apps/modules/modulefamilies/intel:1;/apps/modules/modulefamilies/intel_impi:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles:1";' export '__LMOD_REF_COUNT_MODULEPATH;' 'MODULEPATH="/contrib/modulefiles:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles:/apps/modules/modulefamilies/intel:/apps/modules/modulefamilies/intel_impi:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles";' export 'MODULEPATH;' 'MPM_LAUNCHER="/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/mpm/mic/bin/start_mpm.sh";' export 'MPM_LAUNCHER;' 'NCEPLIBS="/scratch2/NCEPDEV/nwprod/NCEPLIBS";' export 'NCEPLIBS;' 'NEMSIO_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/nemsio_v2.2.4";' export 'NEMSIO_INC;' 'NEMSIO_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libnemsio_v2.2.4.a";' export 'NEMSIO_LIB;' 'NEMSIO_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/nemsio_v2.2.4";' export 'NEMSIO_SRC;' 'NEMSIO_VER="v2.2.4";' export 'NEMSIO_VER;' 'NETCDF="/apps/netcdf/4.7.0/intel/18.0.5.274";' export 'NETCDF;' '__LMOD_REF_COUNT_NLSPATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64/locale/%l_%t/%N:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin/locale/%l_%t/%N:1;/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/intel64/share/locale/%l_%t/%N:1";' export '__LMOD_REF_COUNT_NLSPATH;' 'NLSPATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64/locale/%l_%t/%N:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin/locale/%l_%t/%N:/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/intel64/share/locale/%l_%t/%N";' export 'NLSPATH;' '__LMOD_REF_COUNT_PATH="/contrib/cmake/3.9.0/bin:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/bin:1;/apps/netcdf/4.7.0/intel/18.0.5.274/bin:1;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/bin/intel64:1;/contrib/sutils/bin:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:1;/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/opt/ibutils/bin:1;/apps/local/bin:1;/apps/local/sbin:1;/apps/slurm/default/tools:1;/apps/slurm/default/bin:1;/apps/slurm/default/sbin:1;/apps/slurm/tools/sbank/bin:1;/home/Dusan.Jovic/bin:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/dbrowse:1";' export '__LMOD_REF_COUNT_PATH;' 'PATH="/contrib/cmake/3.9.0/bin:/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/bin:/apps/netcdf/4.7.0/intel/18.0.5.274/bin:/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/bin/intel64:/contrib/sutils/bin:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/opt/ibutils/bin:/apps/local/bin:/apps/local/sbin:/apps/slurm/default/tools:/apps/slurm/default/bin:/apps/slurm/default/sbin:/apps/slurm/tools/sbank/bin:/home/Dusan.Jovic/bin:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/dbrowse";' export 'PATH;' '__LMOD_REF_COUNT_PKG_CONFIG_PATH="/apps/intel/compilers_and_libraries_2018/linux/mkl/bin/pkgconfig:1";' export '__LMOD_REF_COUNT_PKG_CONFIG_PATH;' 'PKG_CONFIG_PATH="/apps/intel/compilers_and_libraries_2018/linux/mkl/bin/pkgconfig";' export 'PKG_CONFIG_PATH;' 'PNG_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/png_v1.2.44";' export 'PNG_INC;' 'PNG_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libpng_v1.2.44.a";' export 'PNG_LIB;' 'PNG_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/thirdParty";' export 'PNG_SRC;' 'PNG_VER="v1.2.44";' export 'PNG_VER;' 'POST_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ncep_post_v8.0.1_4";' export 'POST_INC;' 'POST_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libncep_post_v8.0.1_4.a";' export 'POST_LIB;' 'POST_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/post_v8.0.1";' export 'POST_SRC;' 'POST_VER="v8.0.1";' export 'POST_VER;' 'SLURM_UTILS_PATH="/contrib/sutils/bin";' export 'SLURM_UTILS_PATH;' 'SP_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_4.a";' export 'SP_LIB4;' 'SP_LIB8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_8.a";' export 'SP_LIB8;' 'SP_LIBd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_d.a";' export 'SP_LIBd;' 'SP_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/sp_v2.0.3";' export 'SP_SRC;' 'SP_VER="v2.0.3";' export 'SP_VER;' 'W3EMC_INC4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/w3emc_v2.3.1_4";' export 'W3EMC_INC4;' 'W3EMC_INC8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/w3emc_v2.3.1_8";' export 'W3EMC_INC8;' 'W3EMC_INCd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/w3emc_v2.3.1_d";' export 'W3EMC_INCd;' 'W3EMC_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_4.a";' export 'W3EMC_LIB4;' 'W3EMC_LIB8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_8.a";' export 'W3EMC_LIB8;' 'W3EMC_LIBd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_d.a";' export 'W3EMC_LIBd;' 'W3EMC_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/w3emc_v2.3.1";' export 'W3EMC_SRC;' 'W3EMC_VER="v2.3.1";' export 'W3EMC_VER;' 'W3NCO_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_4.a";' export 'W3NCO_LIB4;' 'W3NCO_LIB8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_8.a";' export 'W3NCO_LIB8;' 'W3NCO_LIBd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_d.a";' export 'W3NCO_LIBd;' 'W3NCO_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/w3nco_v2.0.7";' export 'W3NCO_SRC;' 'W3NCO_VER="v2.0.7";' export 'W3NCO_VER;' 'Z_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/z_v1.2.11";' export 'Z_INC;' 'Z_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libz_v1.2.11.a";' export 'Z_LIB;' 'Z_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/thirdParty";' export 'Z_SRC;' 'Z_VER="v1.2.11";' export 'Z_VER;' '__LMOD_REF_COUNT__LMFILES_="/apps/modules/modulefiles/contrib:1;/contrib/modulefiles/sutils/default:1;/apps/modules/modulefiles/intel/18.0.5.274:1;/apps/modules/modulefamilies/intel/impi/2018.0.4:1;/apps/modules/modulefamilies/intel/netcdf/4.7.0:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/bacio/2.0.3:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/ip/3.0.2:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/nemsio/2.2.4:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/sp/2.0.3:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3emc/2.3.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3nco/2.0.7:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2/3.1.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2tmpl/1.6.0:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/crtm/2.2.6:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/jasper/1.900.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/png/1.2.44:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/z/1.2.11:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/post/8.0.1:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles/esmf/8.0.0:1;/contrib/modulefiles/cmake/3.9.0:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel/fv3:1";' export '__LMOD_REF_COUNT__LMFILES_;' '_LMFILES_="/apps/modules/modulefiles/contrib:/contrib/modulefiles/sutils/default:/apps/modules/modulefiles/intel/18.0.5.274:/apps/modules/modulefamilies/intel/impi/2018.0.4:/apps/modules/modulefamilies/intel/netcdf/4.7.0:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/bacio/2.0.3:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/ip/3.0.2:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/nemsio/2.2.4:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/sp/2.0.3:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3emc/2.3.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3nco/2.0.7:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2/3.1.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2tmpl/1.6.0:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/crtm/2.2.6:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/jasper/1.900.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/png/1.2.44:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/z/1.2.11:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/post/8.0.1:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles/esmf/8.0.0:/contrib/modulefiles/cmake/3.9.0:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel/fv3";' export '_LMFILES_;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJpbXBpIix9LG1UPXtiYWNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvYmFjaW8vMi4wLjMiLFsiZnVsbE5hbWUiXT0iYmFjaW8vMi4wLjMiLFsibG9hZE9yZGVyIl09Nixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJiYWNpby8yLjAuMyIsfSxjbWFrZT17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9jbWFrZS8zLjkuMCIsWyJmdWxs";' export '_ModuleTable001_;' '_ModuleTable002_="TmFtZSJdPSJjbWFrZS8zLjkuMCIsWyJsb2FkT3JkZXIiXT0yMCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjbWFrZS8zLjkuMCIsfSxjb250cmliPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvY29udHJpYiIsWyJmdWxsTmFtZSJdPSJjb250cmliIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY29udHJpYiIsfSxjcnRtPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9jcnRtLzIuMi42IixbImZ1bGxOYW1lIl09ImNydG0vMi4yLjYiLFsibG9hZE9yZGVy";' export '_ModuleTable002_;' '_ModuleTable003_="Il09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL2Z2My1jYW0vRHVzYW4uSm92aWMvdWZzL3ByMTgvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvaGVyYS5pbnRlbC9mdjMiLFsi";' export '_ModuleTable003_;' '_ModuleTable004_="ZnVsbE5hbWUiXT0iZnYzIixbImxvYWRPcmRlciJdPTIxLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTAsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImZ2MyIsfSxnMj17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzIvMy4xLjEiLFsiZnVsbE5hbWUiXT0iZzIvMy4xLjEiLFsibG9hZE9yZGVyIl09MTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZzIvMy4xLjEiLH0sZzJ0bXBsPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9nMnRtcGwvMS42LjAiLFsiZnVsbE5hbWUiXT0iZzJ0bXBsLzEuNi4w";' export '_ModuleTable004_;' '_ModuleTable005_="IixbImxvYWRPcmRlciJdPTEzLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcydG1wbC8xLjYuMCIsfSxpbXBpPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwvaW1waS8yMDE4LjAuNCIsWyJmdWxsTmFtZSJdPSJpbXBpLzIwMTguMC40IixbImxvYWRPcmRlciJdPTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW1waS8yMDE4LjAuNCIsfSxpbnRlbD17WyJmbiJdPSIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL2ludGVsLzE4LjAuNS4yNzQiLFsiZnVsbE5hbWUiXT0iaW50ZWwvMTguMC41LjI3NCIsWyJsb2FkT3JkZXIi";' export '_ModuleTable005_;' '_ModuleTable006_="XT0zLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImludGVsLzE4LjAuNS4yNzQiLH0saXA9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2lwLzMuMC4yIixbImZ1bGxOYW1lIl09ImlwLzMuMC4yIixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaXAvMy4wLjIiLH0samFzcGVyPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9qYXNwZXIvMS45MDAuMSIsWyJmdWxsTmFtZSJdPSJqYXNwZXIvMS45MDAuMSIsWyJsb2FkT3JkZXIi";' export '_ModuleTable006_;' '_ModuleTable007_="XT0xNSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJqYXNwZXIvMS45MDAuMSIsfSxuZW1zaW89e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL25lbXNpby8yLjIuNCIsWyJmdWxsTmFtZSJdPSJuZW1zaW8vMi4yLjQiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZW1zaW8vMi4yLjQiLH0sbmV0Y2RmPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwvbmV0Y2RmLzQuNy4wIixbImZ1bGxOYW1lIl09Im5ldGNkZi80LjcuMCIsWyJsb2FkT3JkZXIi";' export '_ModuleTable007_;' '_ModuleTable008_="XT01LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5ldGNkZi80LjcuMCIsfSxwbmc9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3BuZy8xLjIuNDQiLFsiZnVsbE5hbWUiXT0icG5nLzEuMi40NCIsWyJsb2FkT3JkZXIiXT0xNixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJwbmcvMS4yLjQ0Iix9LHBvc3Q9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3Bvc3QvOC4wLjEiLFsiZnVsbE5hbWUiXT0icG9zdC84LjAuMSIsWyJsb2FkT3JkZXIiXT0xOCxw";' export '_ModuleTable008_;' '_ModuleTable009_="cm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJwb3N0LzguMC4xIix9LHNwPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9zcC8yLjAuMyIsWyJmdWxsTmFtZSJdPSJzcC8yLjAuMyIsWyJsb2FkT3JkZXIiXT05LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InNwLzIuMC4zIix9LHN1dGlscz17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9zdXRpbHMvZGVmYXVsdCIsWyJmdWxsTmFtZSJdPSJzdXRpbHMvZGVmYXVsdCIsWyJsb2FkT3JkZXIiXT0yLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0";' export '_ModuleTable009_;' '_ModuleTable010_="dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InN1dGlscyIsfSx3M2VtYz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNlbWMvMi4zLjEiLFsiZnVsbE5hbWUiXT0idzNlbWMvMi4zLjEiLFsibG9hZE9yZGVyIl09MTAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNlbWMvMi4zLjEiLH0sdzNuY289e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czbmNvLzIuMC43IixbImZ1bGxOYW1lIl09InczbmNvLzIuMC43IixbImxvYWRPcmRlciJdPTExLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMi";' export '_ModuleTable010_;' '_ModuleTable011_="XT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHo9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3ovMS4yLjExIixbImZ1bGxOYW1lIl09InovMS4yLjExIixbImxvYWRPcmRlciJdPTE3LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InovMS4yLjExIix9LH0sbXBhdGhBPXsiL2NvbnRyaWIvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDIvTkNFUERFVi9mdjMtY2FtL0R1c2FuLkpvdmljL3Vmcy9wcjE4L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL2hlcmEuaW50ZWwiLCIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi9hcHBz";' export '_ModuleTable011_;' '_ModuleTable012_="L21vZHVsZXMvbW9kdWxlZmlsZXMvTGludXgiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L2NyYXlwZS9kZWZhdWx0L21vZHVsZWZpbGVzIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbCIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWxfaW1waSIsIi9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcyIsIi9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmU6L2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9M";' export '_ModuleTable012_;' '_ModuleTable013_="aW51eDovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzOi9vcHQvY3JheS9tb2R1bGVmaWxlczovb3B0L2NyYXkvY3JheXBlL2RlZmF1bHQvbW9kdWxlZmlsZXMiLH0=";' export '_ModuleTable013_;' '_ModuleTable_Sz_="13";' export '_ModuleTable_Sz_;' -++ BACIO_LIB4=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libbacio_v2.0.3_4.a -++ export BACIO_LIB4 -++ BACIO_LIB8=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libbacio_v2.0.3_8.a -++ export BACIO_LIB8 -++ BACIO_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/bacio_v2.0.3 -++ export BACIO_SRC -++ BACIO_VER=v2.0.3 -++ export BACIO_VER -++ __LMOD_REF_COUNT_CLASSPATH='/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/mpi.jar:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/daal.jar:1' -++ export __LMOD_REF_COUNT_CLASSPATH -++ CLASSPATH=/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/mpi.jar:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/daal.jar -++ export CLASSPATH -++ CMAKE_CXX_COMPILER=mpiicpc -++ export CMAKE_CXX_COMPILER -++ CMAKE_C_COMPILER=mpiicc -++ export CMAKE_C_COMPILER -++ CMAKE_Fortran_COMPILER=mpiifort -++ export CMAKE_Fortran_COMPILER -++ CMAKE_Platform=hera.intel -++ export CMAKE_Platform -++ COMP=intel -++ export COMP -++ __LMOD_REF_COUNT_CPATH='/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/include:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/include:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/pstl/include:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/include:2;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/include:1' -++ export __LMOD_REF_COUNT_CPATH -++ CPATH=/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/include:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/include:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/pstl/include:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/include:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/include -++ export CPATH -++ CRTM_FIX=/scratch2/NCEPDEV/nwprod/NCEPLIBS/fix/crtm_v2.2.6 -++ export CRTM_FIX -++ CRTM_INC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/crtm_v2.2.6 -++ export CRTM_INC -++ CRTM_LIB=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libcrtm_v2.2.6.a -++ export CRTM_LIB -++ CRTM_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/crtm_v2.2.6 -++ export CRTM_SRC -++ CRTM_VER=v2.2.6 -++ export CRTM_VER -++ ESMFMKFILE=/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/lib/esmf.mk -++ export ESMFMKFILE -++ G2TMPL_INC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/g2tmpl_v1.6.0 -++ export G2TMPL_INC -++ G2TMPL_LIB=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2tmpl_v1.6.0.a -++ export G2TMPL_LIB -++ G2TMPL_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/g2tmpl_v1.6.0/src -++ export G2TMPL_SRC -++ G2TMPL_VER=v1.6.0 -++ export G2TMPL_VER -++ G2_INC4=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/g2_v3.1.1_4 -++ export G2_INC4 -++ G2_INCd=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/g2_v3.1.1_d -++ export G2_INCd -++ G2_LIB4=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2_v3.1.1_4.a -++ export G2_LIB4 -++ G2_LIBd=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2_v3.1.1_d.a -++ export G2_LIBd -++ G2_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/g2_v3.1.1 -++ export G2_SRC -++ G2_VER=v3.1.1 -++ export G2_VER -++ GDBSERVER_MIC=/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/targets/intel64/x200/bin/gdbserver -++ export GDBSERVER_MIC -++ GDB_CROSS=/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/intel64/bin/gdb-ia -++ export GDB_CROSS -++ __LMOD_REF_COUNT_INFOPATH='/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/info:1;/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/info:1' -++ export __LMOD_REF_COUNT_INFOPATH -++ INFOPATH=/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/info:/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/info -++ export INFOPATH -++ __LMOD_REF_COUNT_INTEL_LICENSE_FILE='/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/licenses:1;/apps/intel/licenses:1' -++ export __LMOD_REF_COUNT_INTEL_LICENSE_FILE -++ INTEL_LICENSE_FILE=/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/licenses:/apps/intel/licenses -++ export INTEL_LICENSE_FILE -++ INTEL_PYTHONHOME=/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/python/intel64/ -++ export INTEL_PYTHONHOME -++ IPATH_NO_BACKTRACE=1 -++ export IPATH_NO_BACKTRACE -++ IP_INC4=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ip_v3.0.2_4 -++ export IP_INC4 -++ IP_INC8=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ip_v3.0.2_8 -++ export IP_INC8 -++ IP_INCd=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ip_v3.0.2_d -++ export IP_INCd -++ IP_LIB4=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libip_v3.0.2_4.a -++ export IP_LIB4 -++ IP_LIB8=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libip_v3.0.2_8.a -++ export IP_LIB8 -++ IP_LIBd=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libip_v3.0.2_d.a -++ export IP_LIBd -++ IP_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/ip_v3.0.2 -++ export IP_SRC -++ IP_VER=v3.0.2 -++ export IP_VER -++ I_MPI_CC=icc -++ export I_MPI_CC -++ I_MPI_F90=ifort -++ export I_MPI_F90 -++ I_MPI_HYDRA_BRANCH_COUNT=128 -++ export I_MPI_HYDRA_BRANCH_COUNT -++ I_MPI_HYDRA_PMI_CONNECT=alltoall -++ export I_MPI_HYDRA_PMI_CONNECT -++ I_MPI_ROOT=/apps/intel/compilers_and_libraries_2018/linux/mpi -++ export I_MPI_ROOT -++ I_MPI_TMI_PROVIDER=psm -++ export I_MPI_TMI_PROVIDER -++ JASPER_INC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/include/jasper_v1.900.1 -++ export JASPER_INC -++ JASPER_LIB=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/lib/libjasper_v1.900.1.a -++ export JASPER_LIB -++ JASPER_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/thirdParty -++ export JASPER_SRC -++ JASPER_VER=v1.900.1 -++ export JASPER_VER -++ __LMOD_REF_COUNT_LD_LIBRARY_PATH='/apps/netcdf/4.7.0/intel/18.0.5.274/lib:1;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib:1;/apps/slurm/default/lib:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/lib/intel64:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:2;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:2;/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/libipt/intel64/lib:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4:1' -++ export __LMOD_REF_COUNT_LD_LIBRARY_PATH -++ LD_LIBRARY_PATH=/apps/netcdf/4.7.0/intel/18.0.5.274/lib:/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib::/apps/slurm/default/lib:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/lib/intel64:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/libipt/intel64/lib:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4 -++ export LD_LIBRARY_PATH -++ __LMOD_REF_COUNT_LIBRARY_PATH='/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:2;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4:1' -++ export __LMOD_REF_COUNT_LIBRARY_PATH -++ LIBRARY_PATH=/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4 -++ export LIBRARY_PATH -++ LIB_NAME=POST -++ export LIB_NAME -++ LMOD_FAMILY_COMPILER=intel -++ export LMOD_FAMILY_COMPILER -++ LMOD_FAMILY_COMPILER_VERSION=18.0.5.274 -++ export LMOD_FAMILY_COMPILER_VERSION -++ LMOD_FAMILY_MPI=impi -++ export LMOD_FAMILY_MPI -++ LMOD_FAMILY_MPI_VERSION=2018.0.4 -++ export LMOD_FAMILY_MPI_VERSION -++ __LMOD_REF_COUNT_LOADEDMODULES='contrib:1;sutils/default:1;intel/18.0.5.274:1;impi/2018.0.4:1;netcdf/4.7.0:1;bacio/2.0.3:1;ip/3.0.2:1;nemsio/2.2.4:1;sp/2.0.3:1;w3emc/2.3.1:1;w3nco/2.0.7:1;g2/3.1.1:1;g2tmpl/1.6.0:1;crtm/2.2.6:1;jasper/1.900.1:1;png/1.2.44:1;z/1.2.11:1;post/8.0.1:1;esmf/8.0.0:1;cmake/3.9.0:1;fv3:1' -++ export __LMOD_REF_COUNT_LOADEDMODULES -++ LOADEDMODULES=contrib:sutils/default:intel/18.0.5.274:impi/2018.0.4:netcdf/4.7.0:bacio/2.0.3:ip/3.0.2:nemsio/2.2.4:sp/2.0.3:w3emc/2.3.1:w3nco/2.0.7:g2/3.1.1:g2tmpl/1.6.0:crtm/2.2.6:jasper/1.900.1:png/1.2.44:z/1.2.11:post/8.0.1:esmf/8.0.0:cmake/3.9.0:fv3 -++ export LOADEDMODULES -++ __LMOD_REF_COUNT_MANPATH='/apps/netcdf/4.7.0/intel/18.0.5.274/share/man:1;/apps/intel/compilers_and_libraries_2018/linux/mpi/man:1;/apps/intel/parallel_studio_xe_2018.4.057/man/common:1;/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/man:1;/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/man:1;/apps/lmod/lmod/share/man:1;/apps/local/man:1;/apps/slurm/default/share/man:1;/apps/slurm/tools/sbank/share/man:1' -++ export __LMOD_REF_COUNT_MANPATH -++ MANPATH=/apps/netcdf/4.7.0/intel/18.0.5.274/share/man:/apps/intel/compilers_and_libraries_2018/linux/mpi/man:/apps/intel/parallel_studio_xe_2018.4.057/man/common:/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/man:/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/man:/apps/lmod/lmod/share/man::/apps/local/man:/apps/slurm/default/share/man:/apps/slurm/tools/sbank/share/man -++ export MANPATH -++ __LMOD_REF_COUNT_MODULEPATH='/contrib/modulefiles:3;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:2;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1;/apps/modules/modulefamilies/intel:1;/apps/modules/modulefamilies/intel_impi:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles:1' -++ export __LMOD_REF_COUNT_MODULEPATH -++ MODULEPATH=/contrib/modulefiles:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles:/apps/modules/modulefamilies/intel:/apps/modules/modulefamilies/intel_impi:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles -++ export MODULEPATH -++ MPM_LAUNCHER=/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/mpm/mic/bin/start_mpm.sh -++ export MPM_LAUNCHER -++ NCEPLIBS=/scratch2/NCEPDEV/nwprod/NCEPLIBS -++ export NCEPLIBS -++ NEMSIO_INC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/nemsio_v2.2.4 -++ export NEMSIO_INC -++ NEMSIO_LIB=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libnemsio_v2.2.4.a -++ export NEMSIO_LIB -++ NEMSIO_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/nemsio_v2.2.4 -++ export NEMSIO_SRC -++ NEMSIO_VER=v2.2.4 -++ export NEMSIO_VER -++ NETCDF=/apps/netcdf/4.7.0/intel/18.0.5.274 -++ export NETCDF -++ __LMOD_REF_COUNT_NLSPATH='/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64/locale/%l_%t/%N:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin/locale/%l_%t/%N:1;/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/intel64/share/locale/%l_%t/%N:1' -++ export __LMOD_REF_COUNT_NLSPATH -++ NLSPATH=/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64/locale/%l_%t/%N:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin/locale/%l_%t/%N:/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/intel64/share/locale/%l_%t/%N -++ export NLSPATH -++ __LMOD_REF_COUNT_PATH='/contrib/cmake/3.9.0/bin:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/bin:1;/apps/netcdf/4.7.0/intel/18.0.5.274/bin:1;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/bin/intel64:1;/contrib/sutils/bin:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:1;/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/opt/ibutils/bin:1;/apps/local/bin:1;/apps/local/sbin:1;/apps/slurm/default/tools:1;/apps/slurm/default/bin:1;/apps/slurm/default/sbin:1;/apps/slurm/tools/sbank/bin:1;/home/Dusan.Jovic/bin:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/dbrowse:1' -++ export __LMOD_REF_COUNT_PATH -++ PATH=/contrib/cmake/3.9.0/bin:/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/bin:/apps/netcdf/4.7.0/intel/18.0.5.274/bin:/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/bin/intel64:/contrib/sutils/bin:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/opt/ibutils/bin:/apps/local/bin:/apps/local/sbin:/apps/slurm/default/tools:/apps/slurm/default/bin:/apps/slurm/default/sbin:/apps/slurm/tools/sbank/bin:/home/Dusan.Jovic/bin:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/dbrowse -++ export PATH -++ __LMOD_REF_COUNT_PKG_CONFIG_PATH=/apps/intel/compilers_and_libraries_2018/linux/mkl/bin/pkgconfig:1 -++ export __LMOD_REF_COUNT_PKG_CONFIG_PATH -++ PKG_CONFIG_PATH=/apps/intel/compilers_and_libraries_2018/linux/mkl/bin/pkgconfig -++ export PKG_CONFIG_PATH -++ PNG_INC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/png_v1.2.44 -++ export PNG_INC -++ PNG_LIB=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libpng_v1.2.44.a -++ export PNG_LIB -++ PNG_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/thirdParty -++ export PNG_SRC -++ PNG_VER=v1.2.44 -++ export PNG_VER -++ POST_INC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ncep_post_v8.0.1_4 -++ export POST_INC -++ POST_LIB=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libncep_post_v8.0.1_4.a -++ export POST_LIB -++ POST_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/post_v8.0.1 -++ export POST_SRC -++ POST_VER=v8.0.1 -++ export POST_VER -++ SLURM_UTILS_PATH=/contrib/sutils/bin -++ export SLURM_UTILS_PATH -++ SP_LIB4=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_4.a -++ export SP_LIB4 -++ SP_LIB8=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_8.a -++ export SP_LIB8 -++ SP_LIBd=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_d.a -++ export SP_LIBd -++ SP_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/sp_v2.0.3 -++ export SP_SRC -++ SP_VER=v2.0.3 -++ export SP_VER -++ W3EMC_INC4=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/w3emc_v2.3.1_4 -++ export W3EMC_INC4 -++ W3EMC_INC8=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/w3emc_v2.3.1_8 -++ export W3EMC_INC8 -++ W3EMC_INCd=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/w3emc_v2.3.1_d -++ export W3EMC_INCd -++ W3EMC_LIB4=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_4.a -++ export W3EMC_LIB4 -++ W3EMC_LIB8=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_8.a -++ export W3EMC_LIB8 -++ W3EMC_LIBd=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_d.a -++ export W3EMC_LIBd -++ W3EMC_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/w3emc_v2.3.1 -++ export W3EMC_SRC -++ W3EMC_VER=v2.3.1 -++ export W3EMC_VER -++ W3NCO_LIB4=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_4.a -++ export W3NCO_LIB4 -++ W3NCO_LIB8=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_8.a -++ export W3NCO_LIB8 -++ W3NCO_LIBd=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_d.a -++ export W3NCO_LIBd -++ W3NCO_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/w3nco_v2.0.7 -++ export W3NCO_SRC -++ W3NCO_VER=v2.0.7 -++ export W3NCO_VER -++ Z_INC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/z_v1.2.11 -++ export Z_INC -++ Z_LIB=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libz_v1.2.11.a -++ export Z_LIB -++ Z_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/thirdParty -++ export Z_SRC -++ Z_VER=v1.2.11 -++ export Z_VER -++ __LMOD_REF_COUNT__LMFILES_='/apps/modules/modulefiles/contrib:1;/contrib/modulefiles/sutils/default:1;/apps/modules/modulefiles/intel/18.0.5.274:1;/apps/modules/modulefamilies/intel/impi/2018.0.4:1;/apps/modules/modulefamilies/intel/netcdf/4.7.0:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/bacio/2.0.3:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/ip/3.0.2:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/nemsio/2.2.4:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/sp/2.0.3:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3emc/2.3.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3nco/2.0.7:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2/3.1.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2tmpl/1.6.0:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/crtm/2.2.6:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/jasper/1.900.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/png/1.2.44:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/z/1.2.11:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/post/8.0.1:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles/esmf/8.0.0:1;/contrib/modulefiles/cmake/3.9.0:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel/fv3:1' -++ export __LMOD_REF_COUNT__LMFILES_ -++ _LMFILES_=/apps/modules/modulefiles/contrib:/contrib/modulefiles/sutils/default:/apps/modules/modulefiles/intel/18.0.5.274:/apps/modules/modulefamilies/intel/impi/2018.0.4:/apps/modules/modulefamilies/intel/netcdf/4.7.0:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/bacio/2.0.3:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/ip/3.0.2:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/nemsio/2.2.4:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/sp/2.0.3:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3emc/2.3.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3nco/2.0.7:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2/3.1.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2tmpl/1.6.0:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/crtm/2.2.6:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/jasper/1.900.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/png/1.2.44:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/z/1.2.11:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/post/8.0.1:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles/esmf/8.0.0:/contrib/modulefiles/cmake/3.9.0:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel/fv3 -++ export _LMFILES_ -++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJpbXBpIix9LG1UPXtiYWNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvYmFjaW8vMi4wLjMiLFsiZnVsbE5hbWUiXT0iYmFjaW8vMi4wLjMiLFsibG9hZE9yZGVyIl09Nixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJiYWNpby8yLjAuMyIsfSxjbWFrZT17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9jbWFrZS8zLjkuMCIsWyJmdWxs -++ export _ModuleTable001_ -++ _ModuleTable002_=TmFtZSJdPSJjbWFrZS8zLjkuMCIsWyJsb2FkT3JkZXIiXT0yMCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjbWFrZS8zLjkuMCIsfSxjb250cmliPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvY29udHJpYiIsWyJmdWxsTmFtZSJdPSJjb250cmliIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY29udHJpYiIsfSxjcnRtPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9jcnRtLzIuMi42IixbImZ1bGxOYW1lIl09ImNydG0vMi4yLjYiLFsibG9hZE9yZGVy -++ export _ModuleTable002_ -++ _ModuleTable003_=Il09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL2Z2My1jYW0vRHVzYW4uSm92aWMvdWZzL3ByMTgvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvaGVyYS5pbnRlbC9mdjMiLFsi -++ export _ModuleTable003_ -++ _ModuleTable004_=ZnVsbE5hbWUiXT0iZnYzIixbImxvYWRPcmRlciJdPTIxLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTAsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImZ2MyIsfSxnMj17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzIvMy4xLjEiLFsiZnVsbE5hbWUiXT0iZzIvMy4xLjEiLFsibG9hZE9yZGVyIl09MTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZzIvMy4xLjEiLH0sZzJ0bXBsPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9nMnRtcGwvMS42LjAiLFsiZnVsbE5hbWUiXT0iZzJ0bXBsLzEuNi4w -++ export _ModuleTable004_ -++ _ModuleTable005_=IixbImxvYWRPcmRlciJdPTEzLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcydG1wbC8xLjYuMCIsfSxpbXBpPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwvaW1waS8yMDE4LjAuNCIsWyJmdWxsTmFtZSJdPSJpbXBpLzIwMTguMC40IixbImxvYWRPcmRlciJdPTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW1waS8yMDE4LjAuNCIsfSxpbnRlbD17WyJmbiJdPSIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL2ludGVsLzE4LjAuNS4yNzQiLFsiZnVsbE5hbWUiXT0iaW50ZWwvMTguMC41LjI3NCIsWyJsb2FkT3JkZXIi -++ export _ModuleTable005_ -++ _ModuleTable006_=XT0zLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImludGVsLzE4LjAuNS4yNzQiLH0saXA9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2lwLzMuMC4yIixbImZ1bGxOYW1lIl09ImlwLzMuMC4yIixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaXAvMy4wLjIiLH0samFzcGVyPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9qYXNwZXIvMS45MDAuMSIsWyJmdWxsTmFtZSJdPSJqYXNwZXIvMS45MDAuMSIsWyJsb2FkT3JkZXIi -++ export _ModuleTable006_ -++ _ModuleTable007_=XT0xNSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJqYXNwZXIvMS45MDAuMSIsfSxuZW1zaW89e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL25lbXNpby8yLjIuNCIsWyJmdWxsTmFtZSJdPSJuZW1zaW8vMi4yLjQiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZW1zaW8vMi4yLjQiLH0sbmV0Y2RmPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwvbmV0Y2RmLzQuNy4wIixbImZ1bGxOYW1lIl09Im5ldGNkZi80LjcuMCIsWyJsb2FkT3JkZXIi -++ export _ModuleTable007_ -++ _ModuleTable008_=XT01LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5ldGNkZi80LjcuMCIsfSxwbmc9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3BuZy8xLjIuNDQiLFsiZnVsbE5hbWUiXT0icG5nLzEuMi40NCIsWyJsb2FkT3JkZXIiXT0xNixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJwbmcvMS4yLjQ0Iix9LHBvc3Q9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3Bvc3QvOC4wLjEiLFsiZnVsbE5hbWUiXT0icG9zdC84LjAuMSIsWyJsb2FkT3JkZXIiXT0xOCxw -++ export _ModuleTable008_ -++ _ModuleTable009_=cm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJwb3N0LzguMC4xIix9LHNwPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9zcC8yLjAuMyIsWyJmdWxsTmFtZSJdPSJzcC8yLjAuMyIsWyJsb2FkT3JkZXIiXT05LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InNwLzIuMC4zIix9LHN1dGlscz17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9zdXRpbHMvZGVmYXVsdCIsWyJmdWxsTmFtZSJdPSJzdXRpbHMvZGVmYXVsdCIsWyJsb2FkT3JkZXIiXT0yLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0 -++ export _ModuleTable009_ -++ _ModuleTable010_=dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InN1dGlscyIsfSx3M2VtYz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNlbWMvMi4zLjEiLFsiZnVsbE5hbWUiXT0idzNlbWMvMi4zLjEiLFsibG9hZE9yZGVyIl09MTAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNlbWMvMi4zLjEiLH0sdzNuY289e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czbmNvLzIuMC43IixbImZ1bGxOYW1lIl09InczbmNvLzIuMC43IixbImxvYWRPcmRlciJdPTExLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMi -++ export _ModuleTable010_ -++ _ModuleTable011_=XT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHo9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3ovMS4yLjExIixbImZ1bGxOYW1lIl09InovMS4yLjExIixbImxvYWRPcmRlciJdPTE3LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InovMS4yLjExIix9LH0sbXBhdGhBPXsiL2NvbnRyaWIvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDIvTkNFUERFVi9mdjMtY2FtL0R1c2FuLkpvdmljL3Vmcy9wcjE4L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL2hlcmEuaW50ZWwiLCIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi9hcHBz -++ export _ModuleTable011_ -++ _ModuleTable012_=L21vZHVsZXMvbW9kdWxlZmlsZXMvTGludXgiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L2NyYXlwZS9kZWZhdWx0L21vZHVsZWZpbGVzIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbCIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWxfaW1waSIsIi9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcyIsIi9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmU6L2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9M -++ export _ModuleTable012_ -++ _ModuleTable013_=aW51eDovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzOi9vcHQvY3JheS9tb2R1bGVmaWxlczovb3B0L2NyYXkvY3JheXBlL2RlZmF1bHQvbW9kdWxlZmlsZXMiLH0= -++ export _ModuleTable013_ -++ _ModuleTable_Sz_=13 -++ export _ModuleTable_Sz_ -++ : -s sh -+ eval -+ module list -++ /apps/lmod/7.7.18/libexec/lmod bash list -+ eval echo ''\'''\'';' echo ''\''Currently'\''' ''\''Loaded'\''' ''\''Modules:'\'';' echo ''\'''\''' ''\'''\''' ''\''1)'\''' ''\''contrib'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''7)'\''' ''\''ip/3.0.2'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''13)'\''' ''\''g2tmpl/1.6.0'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''19)'\''' ''\''esmf/8.0.0'\'';' echo ''\'''\''' ''\'''\''' ''\''2)'\''' ''\''sutils/default'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''8)'\''' ''\''nemsio/2.2.4'\''' ''\'''\''' ''\''14)'\''' ''\''crtm/2.2.6'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''20)'\''' ''\''cmake/3.9.0'\'';' echo ''\'''\''' ''\'''\''' ''\''3)'\''' ''\''intel/18.0.5.274'\''' ''\'''\''' ''\'''\''' ''\''9)'\''' ''\''sp/2.0.3'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''15)'\''' ''\''jasper/1.900.1'\''' ''\'''\''' ''\''21)'\''' ''\''fv3'\'';' echo ''\'''\''' ''\'''\''' ''\''4)'\''' ''\''impi/2018.0.4'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''10)'\''' ''\''w3emc/2.3.1'\''' ''\'''\''' ''\'''\''' ''\''16)'\''' ''\''png/1.2.44'\'';' echo ''\'''\''' ''\'''\''' ''\''5)'\''' ''\''netcdf/4.7.0'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''11)'\''' ''\''w3nco/2.0.7'\''' ''\'''\''' ''\'''\''' ''\''17)'\''' ''\''z/1.2.11'\'';' echo ''\'''\''' ''\'''\''' ''\''6)'\''' ''\''bacio/2.0.3'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''12)'\''' ''\''g2/3.1.1'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''18)'\''' ''\''post/8.0.1'\'';' echo ''\'''\'';' echo ''\'''\''' ''\'''\'';' echo ''\'''\'';' 'MODULEPATH="/contrib/modulefiles:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles:/apps/modules/modulefamilies/intel:/apps/modules/modulefamilies/intel_impi:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles";' export 'MODULEPATH;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJpbXBpIix9LG1UPXtiYWNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvYmFjaW8vMi4wLjMiLFsiZnVsbE5hbWUiXT0iYmFjaW8vMi4wLjMiLFsibG9hZE9yZGVyIl09Nixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJiYWNpby8yLjAuMyIsfSxjbWFrZT17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9jbWFrZS8zLjkuMCIsWyJmdWxs";' export '_ModuleTable001_;' '_ModuleTable002_="TmFtZSJdPSJjbWFrZS8zLjkuMCIsWyJsb2FkT3JkZXIiXT0yMCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjbWFrZS8zLjkuMCIsfSxjb250cmliPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvY29udHJpYiIsWyJmdWxsTmFtZSJdPSJjb250cmliIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY29udHJpYiIsfSxjcnRtPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9jcnRtLzIuMi42IixbImZ1bGxOYW1lIl09ImNydG0vMi4yLjYiLFsibG9hZE9yZGVy";' export '_ModuleTable002_;' '_ModuleTable003_="Il09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL2Z2My1jYW0vRHVzYW4uSm92aWMvdWZzL3ByMTgvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvaGVyYS5pbnRlbC9mdjMiLFsi";' export '_ModuleTable003_;' '_ModuleTable004_="ZnVsbE5hbWUiXT0iZnYzIixbImxvYWRPcmRlciJdPTIxLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTAsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImZ2MyIsfSxnMj17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzIvMy4xLjEiLFsiZnVsbE5hbWUiXT0iZzIvMy4xLjEiLFsibG9hZE9yZGVyIl09MTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZzIvMy4xLjEiLH0sZzJ0bXBsPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9nMnRtcGwvMS42LjAiLFsiZnVsbE5hbWUiXT0iZzJ0bXBsLzEuNi4w";' export '_ModuleTable004_;' '_ModuleTable005_="IixbImxvYWRPcmRlciJdPTEzLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcydG1wbC8xLjYuMCIsfSxpbXBpPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwvaW1waS8yMDE4LjAuNCIsWyJmdWxsTmFtZSJdPSJpbXBpLzIwMTguMC40IixbImxvYWRPcmRlciJdPTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW1waS8yMDE4LjAuNCIsfSxpbnRlbD17WyJmbiJdPSIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL2ludGVsLzE4LjAuNS4yNzQiLFsiZnVsbE5hbWUiXT0iaW50ZWwvMTguMC41LjI3NCIsWyJsb2FkT3JkZXIi";' export '_ModuleTable005_;' '_ModuleTable006_="XT0zLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImludGVsLzE4LjAuNS4yNzQiLH0saXA9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2lwLzMuMC4yIixbImZ1bGxOYW1lIl09ImlwLzMuMC4yIixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaXAvMy4wLjIiLH0samFzcGVyPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9qYXNwZXIvMS45MDAuMSIsWyJmdWxsTmFtZSJdPSJqYXNwZXIvMS45MDAuMSIsWyJsb2FkT3JkZXIi";' export '_ModuleTable006_;' '_ModuleTable007_="XT0xNSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJqYXNwZXIvMS45MDAuMSIsfSxuZW1zaW89e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL25lbXNpby8yLjIuNCIsWyJmdWxsTmFtZSJdPSJuZW1zaW8vMi4yLjQiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZW1zaW8vMi4yLjQiLH0sbmV0Y2RmPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwvbmV0Y2RmLzQuNy4wIixbImZ1bGxOYW1lIl09Im5ldGNkZi80LjcuMCIsWyJsb2FkT3JkZXIi";' export '_ModuleTable007_;' '_ModuleTable008_="XT01LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5ldGNkZi80LjcuMCIsfSxwbmc9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3BuZy8xLjIuNDQiLFsiZnVsbE5hbWUiXT0icG5nLzEuMi40NCIsWyJsb2FkT3JkZXIiXT0xNixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJwbmcvMS4yLjQ0Iix9LHBvc3Q9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3Bvc3QvOC4wLjEiLFsiZnVsbE5hbWUiXT0icG9zdC84LjAuMSIsWyJsb2FkT3JkZXIiXT0xOCxw";' export '_ModuleTable008_;' '_ModuleTable009_="cm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJwb3N0LzguMC4xIix9LHNwPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9zcC8yLjAuMyIsWyJmdWxsTmFtZSJdPSJzcC8yLjAuMyIsWyJsb2FkT3JkZXIiXT05LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InNwLzIuMC4zIix9LHN1dGlscz17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9zdXRpbHMvZGVmYXVsdCIsWyJmdWxsTmFtZSJdPSJzdXRpbHMvZGVmYXVsdCIsWyJsb2FkT3JkZXIiXT0yLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0";' export '_ModuleTable009_;' '_ModuleTable010_="dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InN1dGlscyIsfSx3M2VtYz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNlbWMvMi4zLjEiLFsiZnVsbE5hbWUiXT0idzNlbWMvMi4zLjEiLFsibG9hZE9yZGVyIl09MTAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNlbWMvMi4zLjEiLH0sdzNuY289e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czbmNvLzIuMC43IixbImZ1bGxOYW1lIl09InczbmNvLzIuMC43IixbImxvYWRPcmRlciJdPTExLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMi";' export '_ModuleTable010_;' '_ModuleTable011_="XT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHo9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3ovMS4yLjExIixbImZ1bGxOYW1lIl09InovMS4yLjExIixbImxvYWRPcmRlciJdPTE3LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InovMS4yLjExIix9LH0sbXBhdGhBPXsiL2NvbnRyaWIvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDIvTkNFUERFVi9mdjMtY2FtL0R1c2FuLkpvdmljL3Vmcy9wcjE4L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL2hlcmEuaW50ZWwiLCIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi9hcHBz";' export '_ModuleTable011_;' '_ModuleTable012_="L21vZHVsZXMvbW9kdWxlZmlsZXMvTGludXgiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L2NyYXlwZS9kZWZhdWx0L21vZHVsZWZpbGVzIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbCIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWxfaW1waSIsIi9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcyIsIi9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmU6L2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9M";' export '_ModuleTable012_;' '_ModuleTable013_="aW51eDovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzOi9vcHQvY3JheS9tb2R1bGVmaWxlczovb3B0L2NyYXkvY3JheXBlL2RlZmF1bHQvbW9kdWxlZmlsZXMiLH0=";' export '_ModuleTable013_;' '_ModuleTable_Sz_="13";' export '_ModuleTable_Sz_;' -++ echo '' - -++ echo Currently Loaded Modules: -Currently Loaded Modules: -++ echo '' '' '1)' contrib '' '' '' '' '' '' '' '' '' '' '' '7)' ip/3.0.2 '' '' '' '' '' '13)' g2tmpl/1.6.0 '' '' '' '19)' esmf/8.0.0 - 1) contrib 7) ip/3.0.2 13) g2tmpl/1.6.0 19) esmf/8.0.0 -++ echo '' '' '2)' sutils/default '' '' '' '' '8)' nemsio/2.2.4 '' '14)' crtm/2.2.6 '' '' '' '' '' '20)' cmake/3.9.0 - 2) sutils/default 8) nemsio/2.2.4 14) crtm/2.2.6 20) cmake/3.9.0 -++ echo '' '' '3)' intel/18.0.5.274 '' '' '9)' sp/2.0.3 '' '' '' '' '' '15)' jasper/1.900.1 '' '21)' fv3 - 3) intel/18.0.5.274 9) sp/2.0.3 15) jasper/1.900.1 21) fv3 -++ echo '' '' '4)' impi/2018.0.4 '' '' '' '' '10)' w3emc/2.3.1 '' '' '16)' png/1.2.44 - 4) impi/2018.0.4 10) w3emc/2.3.1 16) png/1.2.44 -++ echo '' '' '5)' netcdf/4.7.0 '' '' '' '' '' '11)' w3nco/2.0.7 '' '' '17)' z/1.2.11 - 5) netcdf/4.7.0 11) w3nco/2.0.7 17) z/1.2.11 -++ echo '' '' '6)' bacio/2.0.3 '' '' '' '' '' '' '12)' g2/3.1.1 '' '' '' '' '' '18)' post/8.0.1 - 6) bacio/2.0.3 12) g2/3.1.1 18) post/8.0.1 -++ echo '' - -++ echo '' '' - -++ echo '' - -++ MODULEPATH=/contrib/modulefiles:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles:/apps/modules/modulefamilies/intel:/apps/modules/modulefamilies/intel_impi:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles -++ export MODULEPATH -++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJpbXBpIix9LG1UPXtiYWNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvYmFjaW8vMi4wLjMiLFsiZnVsbE5hbWUiXT0iYmFjaW8vMi4wLjMiLFsibG9hZE9yZGVyIl09Nixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJiYWNpby8yLjAuMyIsfSxjbWFrZT17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9jbWFrZS8zLjkuMCIsWyJmdWxs -++ export _ModuleTable001_ -++ _ModuleTable002_=TmFtZSJdPSJjbWFrZS8zLjkuMCIsWyJsb2FkT3JkZXIiXT0yMCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjbWFrZS8zLjkuMCIsfSxjb250cmliPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvY29udHJpYiIsWyJmdWxsTmFtZSJdPSJjb250cmliIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY29udHJpYiIsfSxjcnRtPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9jcnRtLzIuMi42IixbImZ1bGxOYW1lIl09ImNydG0vMi4yLjYiLFsibG9hZE9yZGVy -++ export _ModuleTable002_ -++ _ModuleTable003_=Il09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL2Z2My1jYW0vRHVzYW4uSm92aWMvdWZzL3ByMTgvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvaGVyYS5pbnRlbC9mdjMiLFsi -++ export _ModuleTable003_ -++ _ModuleTable004_=ZnVsbE5hbWUiXT0iZnYzIixbImxvYWRPcmRlciJdPTIxLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTAsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImZ2MyIsfSxnMj17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzIvMy4xLjEiLFsiZnVsbE5hbWUiXT0iZzIvMy4xLjEiLFsibG9hZE9yZGVyIl09MTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZzIvMy4xLjEiLH0sZzJ0bXBsPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9nMnRtcGwvMS42LjAiLFsiZnVsbE5hbWUiXT0iZzJ0bXBsLzEuNi4w -++ export _ModuleTable004_ -++ _ModuleTable005_=IixbImxvYWRPcmRlciJdPTEzLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcydG1wbC8xLjYuMCIsfSxpbXBpPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwvaW1waS8yMDE4LjAuNCIsWyJmdWxsTmFtZSJdPSJpbXBpLzIwMTguMC40IixbImxvYWRPcmRlciJdPTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW1waS8yMDE4LjAuNCIsfSxpbnRlbD17WyJmbiJdPSIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL2ludGVsLzE4LjAuNS4yNzQiLFsiZnVsbE5hbWUiXT0iaW50ZWwvMTguMC41LjI3NCIsWyJsb2FkT3JkZXIi -++ export _ModuleTable005_ -++ _ModuleTable006_=XT0zLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImludGVsLzE4LjAuNS4yNzQiLH0saXA9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2lwLzMuMC4yIixbImZ1bGxOYW1lIl09ImlwLzMuMC4yIixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaXAvMy4wLjIiLH0samFzcGVyPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9qYXNwZXIvMS45MDAuMSIsWyJmdWxsTmFtZSJdPSJqYXNwZXIvMS45MDAuMSIsWyJsb2FkT3JkZXIi -++ export _ModuleTable006_ -++ _ModuleTable007_=XT0xNSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJqYXNwZXIvMS45MDAuMSIsfSxuZW1zaW89e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL25lbXNpby8yLjIuNCIsWyJmdWxsTmFtZSJdPSJuZW1zaW8vMi4yLjQiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZW1zaW8vMi4yLjQiLH0sbmV0Y2RmPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwvbmV0Y2RmLzQuNy4wIixbImZ1bGxOYW1lIl09Im5ldGNkZi80LjcuMCIsWyJsb2FkT3JkZXIi -++ export _ModuleTable007_ -++ _ModuleTable008_=XT01LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5ldGNkZi80LjcuMCIsfSxwbmc9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3BuZy8xLjIuNDQiLFsiZnVsbE5hbWUiXT0icG5nLzEuMi40NCIsWyJsb2FkT3JkZXIiXT0xNixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJwbmcvMS4yLjQ0Iix9LHBvc3Q9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3Bvc3QvOC4wLjEiLFsiZnVsbE5hbWUiXT0icG9zdC84LjAuMSIsWyJsb2FkT3JkZXIiXT0xOCxw -++ export _ModuleTable008_ -++ _ModuleTable009_=cm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJwb3N0LzguMC4xIix9LHNwPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9zcC8yLjAuMyIsWyJmdWxsTmFtZSJdPSJzcC8yLjAuMyIsWyJsb2FkT3JkZXIiXT05LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InNwLzIuMC4zIix9LHN1dGlscz17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9zdXRpbHMvZGVmYXVsdCIsWyJmdWxsTmFtZSJdPSJzdXRpbHMvZGVmYXVsdCIsWyJsb2FkT3JkZXIiXT0yLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0 -++ export _ModuleTable009_ -++ _ModuleTable010_=dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InN1dGlscyIsfSx3M2VtYz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNlbWMvMi4zLjEiLFsiZnVsbE5hbWUiXT0idzNlbWMvMi4zLjEiLFsibG9hZE9yZGVyIl09MTAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNlbWMvMi4zLjEiLH0sdzNuY289e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czbmNvLzIuMC43IixbImZ1bGxOYW1lIl09InczbmNvLzIuMC43IixbImxvYWRPcmRlciJdPTExLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMi -++ export _ModuleTable010_ -++ _ModuleTable011_=XT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHo9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3ovMS4yLjExIixbImZ1bGxOYW1lIl09InovMS4yLjExIixbImxvYWRPcmRlciJdPTE3LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InovMS4yLjExIix9LH0sbXBhdGhBPXsiL2NvbnRyaWIvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDIvTkNFUERFVi9mdjMtY2FtL0R1c2FuLkpvdmljL3Vmcy9wcjE4L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL2hlcmEuaW50ZWwiLCIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi9hcHBz -++ export _ModuleTable011_ -++ _ModuleTable012_=L21vZHVsZXMvbW9kdWxlZmlsZXMvTGludXgiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L2NyYXlwZS9kZWZhdWx0L21vZHVsZWZpbGVzIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbCIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWxfaW1waSIsIi9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcyIsIi9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmU6L2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9M -++ export _ModuleTable012_ -++ _ModuleTable013_=aW51eDovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzOi9vcHQvY3JheS9tb2R1bGVmaWxlczovb3B0L2NyYXkvY3JheXBlL2RlZmF1bHQvbW9kdWxlZmlsZXMiLH0= -++ export _ModuleTable013_ -++ _ModuleTable_Sz_=13 -++ export _ModuleTable_Sz_ -++ : -s sh -+ eval -+ cd build_fv3_19 -+ cmake /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model -DDEBUG=Y -D32BIT=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DDYN32=ON -DSTATIC=ON -DMULTI_GASES=OFF --- The C compiler identification is Intel 18.0.5.20180823 --- The CXX compiler identification is Intel 18.0.5.20180823 --- The Fortran compiler identification is Intel 18.0.5.20180823 --- Check for working C compiler: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiicc --- Check for working C compiler: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiicc -- works --- Detecting C compiler ABI info --- Detecting C compiler ABI info - done --- Detecting C compile features --- Detecting C compile features - done --- Check for working CXX compiler: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiicpc --- Check for working CXX compiler: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiicpc -- works --- Detecting CXX compiler ABI info --- Detecting CXX compiler ABI info - done --- Detecting CXX compile features --- Detecting CXX compile features - done --- Check for working Fortran compiler: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort --- Check for working Fortran compiler: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -- works --- Detecting Fortran compiler ABI info --- Detecting Fortran compiler ABI info - done --- Checking whether /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort supports Fortran 90 --- Checking whether /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort supports Fortran 90 -- yes --- Found MPI_C: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpifort.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/release_mt/libmpi.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpigi.a;/usr/lib64/libdl.so;/usr/lib64/librt.so;/usr/lib64/libpthread.so --- Found MPI_CXX: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpicxx.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpifort.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/release_mt/libmpi.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpigi.a;/usr/lib64/libdl.so;/usr/lib64/librt.so;/usr/lib64/libpthread.so --- Found MPI_Fortran: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpifort.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/release_mt/libmpi.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpigi.a;/usr/lib64/libdl.so;/usr/lib64/librt.so;/usr/lib64/libpthread.so -ESMFMKFILE: /scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/lib/esmf.mk - Found ESMF: -ESMF_VERSION_MAJOR: 8 -ESMF_F90COMPILEPATHS: /scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod;/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include;/apps/netcdf/4.6.1/intel/16.1.150/include -ESMF_F90ESMFLINKRPATHS: -Wl,-rpath,/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/lib -ESMF_F90ESMFLINKLIBS: -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf --- Found ESMF: /scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod;/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include;/apps/netcdf/4.6.1/intel/16.1.150/include (found version "8.0.0") - -Setting configuration for hera.intel - -C compiler: Intel 18.0.5.20180823 (mpiicc) -CXX compiler: Intel 18.0.5.20180823 (mpiicpc) -Fortran compiler: Intel 18.0.5.20180823 (mpiifort) - -DEBUG is ENABLED -REPRO is disabled -32BIT is ENABLED -OPENMP is ENABLED -AVX2 is ENABLED -INLINE_POST is ENABLED - - -Selected physics package: gfs - -Force 64 bits in gfsphysics -Force 64 bits in ipd --- Dynamics compiled with 32-bit option, adjust fv_sat_adj types --- Detecting OpenMP flags for Intel C compiler: -qopenmp --- Detecting OpenMP flags for Intel C++ compiler: -qopenmp --- Detecting OpenMP flags for Intel Fortran compiler: -qopenmp --- Enable OpenMP support for C/C++/Fortran compiler --- Disable SIONlib support --- Disable Intel MKL support --- Enable netCDF support --- Disable ESMF support --- Disable multi-gases physics --- Detecting OpenMP flags for Intel C compiler: -qopenmp --- Detecting OpenMP flags for Intel C++ compiler: -qopenmp --- Detecting OpenMP flags for Intel Fortran compiler: -qopenmp --- Enable OpenMP support for C/C++/Fortran compiler --- Found LibXml2: /usr/lib64/libxml2.so (found version "2.9.1") --- Found Doxygen: /usr/bin/doxygen (found version "1.8.5") found components: doxygen dot --- Detecting OpenMP flags for Intel C compiler: -qopenmp --- Detecting OpenMP flags for Intel C++ compiler: -qopenmp --- Detecting OpenMP flags for Intel Fortran compiler: -qopenmp --- Enable OpenMP support for C/C++/Fortran compiler -INFOGot CCPP_SCHEMES from environment variable: /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/aer_cloud.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/aerclm_def.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/aerinterp.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/calpreciptype.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cldwat2m_micro.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cldmacro.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/date_def.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/funcphys.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gcycle.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/h2o_def.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/h2ointerp.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/iccn_def.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/iccninterp.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/iounitdef.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/machine.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mersenne_twister.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfpbl.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg_utils.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg2_0.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg3_0.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/multi_gases.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_model.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_parameters.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_radar.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_thompson.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MP_FER_HIRES.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_bl_mynn.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_mynn.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_orowam2017.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/namelist_soilveg.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfpblt.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfpbltq.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfscu.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfscuq.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/noahmp_tables.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/num_parthds.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozne_def.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozinterp.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/physcons.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/physparam.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radcons.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_aerosols.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_astronomy.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_clouds.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_gases.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_surface.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radlw_datatb.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radlw_param.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radsw_datatb.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radsw_param.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/samfaerosols.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfcsub.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sflx.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/set_soilveg.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/surface_perturbation.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_deep.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_sh.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/tridi.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/wv_saturation.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_soil_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rayleigh_damp.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radsw_main.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_ocean.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gwdc.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gscond.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ysuvdif.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_sice.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/samfdeepcnv.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/satmedmfvdif.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozphys_2015.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/samfshalcnv.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/precpd.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_fer_hires.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diag.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radlw_main.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_debug.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/satmedmfvdifq.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cs_conv.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/shinhongvdif.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/h2ophys.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_nst.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/moninedmf.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diff.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diag_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/m_micro.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gcm_shoc.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gwdps.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/shalcnv.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/get_prs_fv3.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozphys.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_stochastics.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/drag_suite.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_cice.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sascnvn.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cnvc90.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_drv.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/dcyc2.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/moninshoc.f -INFOGot CAPS from environment variable: /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_19/FV3/ccpp/physics/ccpp_FV3_GFS_2017_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_19/FV3/ccpp/physics/ccpp_FV3_GFS_2017_time_vary_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_19/FV3/ccpp/physics/ccpp_FV3_GFS_2017_radiation_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_19/FV3/ccpp/physics/ccpp_FV3_GFS_2017_physics_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_19/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stochastics_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_19/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stretched_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_19/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stretched_fast_physics_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_19/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stretched_time_vary_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_19/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stretched_radiation_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_19/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stretched_physics_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_19/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stretched_stochastics_cap.F90 -Force 64 bits in CCPP_layer -Force 64 bits in stochastic_physics --- Configuring done --- Generating done --- Build files have been written to: /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_19 -+ make -j 8 -Scanning dependencies of target ccpp -Scanning dependencies of target fv3cpl -[ 0%] Building Fortran object FV3/ccpp/framework/src/CMakeFiles/ccpp.dir/ccpp_errors.F90.o -[ 0%] Building Fortran object FV3/ccpp/framework/src/CMakeFiles/ccpp.dir/ccpp_types.F90.o -[ 0%] Building Fortran object FV3/cpl/CMakeFiles/fv3cpl.dir/module_cplfields.F90.o -[ 0%] Building Fortran object FV3/cpl/CMakeFiles/fv3cpl.dir/module_cap_cpl.F90.o -[ 1%] Building Fortran object FV3/ccpp/framework/src/CMakeFiles/ccpp.dir/ccpp.F90.o -Scanning dependencies of target fms -[ 1%] Building Fortran object CMakeFiles/fms.dir/FMS/platform/platform.F90.o -[ 1%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_parameter.F90.o -[ 1%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_input.F90.o -[ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_core.F90.o -[ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/cloud_interpolator.F90.o -[ 2%] Building Fortran object FV3/ccpp/framework/src/CMakeFiles/ccpp.dir/ccpp_api.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_io.F90.o -[ 3%] Building Fortran object CMakeFiles/fms.dir/FMS/random_numbers/MersenneTwister.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 3%] Building Fortran object CMakeFiles/fms.dir/FMS/sat_vapor_pres/sat_vapor_pres_k.F90.o -[ 3%] Linking Fortran static library libccpp.a -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 3%] Building Fortran object CMakeFiles/fms.dir/FMS/constants/constants.F90.o -[ 3%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_data.F90.o -[ 3%] Built target ccpp -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 4%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp.F90.o -[ 5%] Linking Fortran static library libfv3cpl.a -mpp_comm_mpi.inc(1386): #warning: macro redefined: MPP_TYPE_ -mpp_comm_mpi.inc(1387): #warning: macro redefined: MPI_TYPE_ -mpp_comm_mpi.inc(1390): #warning: macro redefined: MPP_TYPE_CREATE_ -mpp_comm_mpi.inc(1391): #warning: macro redefined: MPP_TYPE_ -mpp_comm_mpi.inc(1392): #warning: macro redefined: MPI_TYPE_ -mpp_comm_mpi.inc(1395): #warning: macro redefined: MPP_TYPE_CREATE_ -mpp_comm_mpi.inc(1396): #warning: macro redefined: MPP_TYPE_ -mpp_comm_mpi.inc(1397): #warning: macro redefined: MPI_TYPE_ -mpp_comm_mpi.inc(1400): #warning: macro redefined: MPP_TYPE_CREATE_ -mpp_comm_mpi.inc(1401): #warning: macro redefined: MPP_TYPE_ -mpp_comm_mpi.inc(1402): #warning: macro redefined: MPI_TYPE_ -mpp_comm_mpi.inc(1405): #warning: macro redefined: MPP_TYPE_CREATE_ -mpp_comm_mpi.inc(1406): #warning: macro redefined: MPP_TYPE_ -mpp_comm_mpi.inc(1407): #warning: macro redefined: MPI_TYPE_ -mpp_comm_mpi.inc(1410): #warning: macro redefined: MPP_TYPE_CREATE_ -mpp_comm_mpi.inc(1411): #warning: macro redefined: MPP_TYPE_ -mpp_comm_mpi.inc(1412): #warning: macro redefined: MPI_TYPE_ -[ 5%] Built target fv3cpl -Scanning dependencies of target ccppphys -[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mersenne_twister.f.o -[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFDL_parse_tracers.F90.o -[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_mp_radar.F90.o -[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/iounitdef.f.o -[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/namelist_soilveg.f.o -[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/namelist_soilveg_ruc.F90.o -[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/machine.F.o -fpp: warning: keyword redefined: STATIC -[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_noahmp_glacier.f90.o -[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_noahmplsm.f90.o -[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/noahmp_tables.f90.o -[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_soil_pre.F90.o -[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/physcons.F90.o -[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/physparam.f.o -[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/aerclm_def.F.o -fpp: warning: keyword redefined: STATIC -[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/h2o_def.f.o -[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/iccn_def.F.o -[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozne_def.f.o -[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/micro_mg_utils.F90.o -[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/surface_perturbation.F90.o -fpp: warning: keyword redefined: STATIC -[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_deep.F90.o -[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_gfdl_cloud_microphys.F90.o -[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gfs_phy_tracer_config.F.o -[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radcons.f90.o -[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/set_soilveg.f.o -fpp: warning: keyword redefined: STATIC -[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MP_FER_HIRES.F90.o -[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_BL_MYJPBL.F90.o -[ 8%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/date_def.f.o -[ 8%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_mp_thompson.F90.o -[ 9%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gwdps.f.o -[ 10%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_SF_JSFC.F90.o -[ 11%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_ruclsm.F90.o -[ 11%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/set_soilveg_ruc.F90.o -[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_post.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 12%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_efp.F90.o -[ 13%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_memutils.F90.o -[ 13%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cnvc90.f.o -[ 13%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_DCNV_generic.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 14%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_pset.F90.o -[ 14%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_type.F90.o -[ 15%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_GWD_generic.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 15%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/gradient.F90.o -[ 15%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_MP_generic.F90.o -[ 16%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_PBL_generic.F90.o -[ 16%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_domains.F90.o -[ 16%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_SCNV_generic.F90.o -[ 16%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_composites.F90.o -[ 17%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_loop_control.F90.o -[ 17%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/maximum_hourly_diagnostics.F90.o -[ 18%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozphys.f.o -[ 18%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rayleigh_damp.f.o -[ 19%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_diag_post.F90.o -[ 19%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_diff.f.o -[ 19%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_stochastics.F90.o -[ 19%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/__/__/gfsphysics/CCPP_layer/CCPP_typedefs.F90.o -[ 19%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/funcphys.f90.o -[ 20%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radlw_param.f.o -[ 20%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radsw_param.f.o -[ 21%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_nst_parameters.f90.o -[ 21%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_bl_mynn.F90.o -[ 21%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_initialize.F90.o -[ 21%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_astronomy.f.o -[ 21%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_surface.f.o -[ 21%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/samfaerosols.F.o -[ 22%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/aerinterp.F90.o -[ 22%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/h2ointerp.f90.o -fpp: warning: keyword redefined: STATIC -[ 23%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/iccninterp.F90.o -[ 23%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozinterp.f90.o -[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_mp_thompson_make_number_concentrations.F90.o -[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/aer_cloud.F.o -[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_sh.F90.o -fpp: warning: keyword redefined: STATIC -[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/get_prs_fv3.F90.o -[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_generic.F90.o -[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gfdl_fv_sat_adj.F90.o -[ 25%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gfdl_cloud_microphys.F90.o -[ 25%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/wv_saturation.F.o -[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/__/__/gfsphysics/GFS_layer/GFS_typedefs.F90.o -[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_nst_water_prop.f90.o -fpp: warning: keyword redefined: STATIC -[ 27%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_module.F90.o -[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_bfmicrophysics.f.o -[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radsw_datatb.f.o -[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_aerosols.f.o -[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_gases.f.o -[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radlw_datatb.f.o -[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/moninedmf.f.o -[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_drv.f.o -[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/samfdeepcnv.f.o -[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/samfshalcnv.f.o -[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_diag.f.o -[ 30%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_sice.f.o -[ 30%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gscond.f.o -[ 30%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/precpd.f.o -[ 30%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_time_vary_pre.fv3.F90.o -[ 30%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_stretched_fast_physics_cap.F90.o -[ 31%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_clouds.f.o -[ 32%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radsw_main.f.o -[ 32%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_nst_model.f90.o -[ 32%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cldmacro.F.o -[ 32%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cldwat2m_micro.F.o -fpp: warning: keyword redefined: STATIC -[ 32%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/micro_mg2_0.F90.o -fpp: warning: keyword redefined: STATIC -[ 32%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/micro_mg3_0.F90.o -[ 32%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_mynn.F90.o -[ 32%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp.F90.o -[ 33%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/dcyc2.f.o -[ 34%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_suite_interstitial.F90.o -[ 34%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_post.F90.o -[ 35%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rrtmg_lw_post.F90.o -[ 35%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rrtmg_lw_pre.F90.o -[ 35%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rrtmg_sw_post.F90.o -[ 35%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rrtmg_sw_pre.F90.o -[ 35%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_stochastics_cap.F90.o -[ 35%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_phys_time_vary.fv3.F90.o -[ 35%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_rad_time_vary.fv3.F90.o -[ 35%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_stretched_stochastics_cap.F90.o -[ 35%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radlw_main.f.o -[ 35%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_nst.f.o -[ 35%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_pre.F90.o -[ 35%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_physics_cap.F90.o -[ 36%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_stretched_physics_cap.F90.o -[ 36%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_setup.F90.o -[ 36%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_radiation_cap.F90.o -[ 36%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_stretched_radiation_cap.F90.o -[ 37%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_stretched_time_vary_cap.F90.o -[ 37%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_time_vary_cap.F90.o -[ 37%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_cap.F90.o -[ 38%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_stretched_cap.F90.o -[ 38%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_debug.F90.o -[ 38%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_suite_init_finalize_test.F90.o -[ 38%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cs_conv.F90.o -[ 38%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cs_conv_aw_adj.F90.o -[ 38%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver.F90.o -[ 39%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver_post.F90.o -[ 39%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver_pre.F90.o -[ 39%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke.F90.o -[ 39%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke_post.F90.o -[ 39%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke_pre.F90.o -[ 39%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/drag_suite.F90.o -[ 39%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gcm_shoc.F90.o -[ 39%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gwdc.f.o -[ 39%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/h2ophys.f.o -[ 39%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/lsm_ruc_sfc_sice_interstitial.F90.o -[ 39%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/m_micro.F90.o -[ 39%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/m_micro_interstitial.F90.o -[ 39%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYJPBL_wrapper.F90.o -[ 39%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYJSFC_wrapper.F90.o -[ 39%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNPBL_wrapper.F90.o -[ 40%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNSFC_wrapper.F90.o -[ 40%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNrad_post.F90.o -[ 40%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNrad_pre.F90.o -[ 40%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/moninshoc.f.o -[ 41%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_fer_hires.F90.o -[ 41%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_thompson.F90.o -[ 41%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_thompson_post.F90.o -[ 41%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_thompson_pre.F90.o -[ 41%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/multi_gases.F90.o -[ 41%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozphys_2015.f.o -[ 41%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sascnvn.F.o -[ 41%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/satmedmfvdif.F.o -[ 42%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/satmedmfvdifq.F.o -[ 43%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_cice.f.o -[ 43%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_noahmp_drv.f.o -[ 43%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_drv_ruc.F90.o -fpp: warning: keyword redefined: STATIC -[ 43%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_ocean.F.o -fpp: warning: keyword redefined: STATIC -fpp: warning: keyword redefined: STATIC -[ 44%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfcsub.F.o -[ 44%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/shalcnv.F.o -[ 44%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/shinhongvdif.F90.o -[ 44%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ugwp_driver_v0.F.o -fpp: warning: keyword redefined: STATIC -fpp: warning: keyword redefined: STATIC -fpp: warning: keyword redefined: STATIC -fpp: warning: keyword redefined: STATIC -[ 45%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ysuvdif.F90.o -[ 45%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/calpreciptype.f90.o -[ 45%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gcycle.F90.o -[ 47%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gocart_tracer_config_stub.f.o -[ 47%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfpbl.f.o -[ 47%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_triggers.F90.o -[ 48%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_solvers.F90.o -[ 48%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_utils.F90.o -[ 48%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_orowam2017.f.o -[ 48%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_vert_lsatdis.F90.o -[ 49%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_vert_orodis.F90.o -[ 49%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_vert_wmsdis.F90.o -[ 49%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfpblt.f.o -[ 50%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfpbltq.f.o -[ 50%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfscu.f.o -[ 50%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfscuq.f.o -[ 51%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/num_parthds.F.o -[ 51%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sflx.f.o -[ 51%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/tridi.f.o -fpp: warning: keyword redefined: STATIC -[ 51%] Linking Fortran static library libccppphys.a -[ 51%] Built target ccppphys -Scanning dependencies of target gfsphysics -[ 52%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mersenne_twister.f.o -[ 52%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/namelist_soilveg.f.o -[ 52%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/machine.F.o -[ 52%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/GFDL_parse_tracers.F90.o -fpp: warning: keyword redefined: STATIC -[ 52%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/CCPP_layer/CCPP_typedefs.F90.o -[ 52%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/physparam.f.o -[ 52%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/physcons.F90.o -[ 53%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radsw_param.f.o -[ 53%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radlw_param.f.o -[ 53%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_typedefs.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 53%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_io.F90.o -[ 53%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_comm.F90.o -Compiling in MPI mode (with or without MPP) -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 54%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_diagnostics.F90.o -[ 55%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/CCPP_layer/CCPP_data.F90.o -[ 55%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_driver.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 55%] Building Fortran object CMakeFiles/fms.dir/FMS/memutils/memutils.F90.o -[ 56%] Building Fortran object CMakeFiles/fms.dir/FMS/fms/fms_io.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 56%] Building Fortran object CMakeFiles/fms.dir/FMS/fms/fms.F90.o -[ 57%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bilinear.F90.o -[ 57%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bicubic.F90.o -[ 57%] Building Fortran object CMakeFiles/fms.dir/FMS/time_manager/time_manager.F90.o -[ 58%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_spherical.F90.o -[ 58%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_conserve.F90.o -[ 59%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_grid.F90.o -[ 59%] Building Fortran object CMakeFiles/fms.dir/FMS/axis_utils/axis_utils.F90.o -[ 59%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_restart.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 59%] Building Fortran object CMakeFiles/fms.dir/FMS/field_manager/field_manager.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 60%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/mosaic.F90.o -[ 60%] Building Fortran object CMakeFiles/fms.dir/FMS/topography/gaussian_topog.F90.o -[ 60%] Building Fortran object CMakeFiles/fms.dir/FMS/time_manager/get_cal_time.F90.o -[ 60%] Building Fortran object CMakeFiles/fms.dir/FMS/time_interp/time_interp.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 60%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_data.F90.o -[ 61%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_types.F90.o -[ 61%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_abstraction_layer.F90.o -[ 61%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp.F90.o -[ 61%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/noahmp_tables.f90.o -[ 61%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/__/ccpp/physics/ccpp_static_api.F90.o -[ 61%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/set_soilveg.f.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 61%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_axis.F90.o -[ 61%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_manifest.F90.o -[ 61%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/xbt_drop_rate_adjust.f90.o -[ 61%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/write_ocean_data.F90.o -[ 61%] Building Fortran object CMakeFiles/fms.dir/FMS/time_interp/time_interp_external.F90.o -[ 61%] Building Fortran object CMakeFiles/fms.dir/FMS/field_manager/fm_util.F90.o -[ 61%] Linking Fortran static library libgfsphysics.a -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 61%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_output.F90.o -[ 61%] Built target gfsphysics -Scanning dependencies of target ipd -Scanning dependencies of target ccppdriver -[ 61%] Building Fortran object FV3/ccpp/driver/CMakeFiles/ccppdriver.dir/CCPP_driver.F90.o -[ 61%] Building Fortran object FV3/ipd/CMakeFiles/ipd.dir/IPD_typedefs.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 61%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_util.F90.o -[ 62%] Linking Fortran static library libccppdriver.a -[ 62%] Building Fortran object FV3/ipd/CMakeFiles/ipd.dir/IPD_driver.F90.o -[ 62%] Built target ccppdriver -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 62%] Building Fortran object CMakeFiles/fms.dir/FMS/data_override/data_override.F90.o -[ 63%] Linking Fortran static library libipd.a -[ 63%] Built target ipd -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 64%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_table.F90.o -[ 64%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_manager.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 64%] Building Fortran object CMakeFiles/fms.dir/FMS/exchange/stock_constants.F90.o -[ 64%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/coupler_types.F90.o -[ 65%] Building Fortran object CMakeFiles/fms.dir/FMS/astronomy/astronomy.F90.o -[ 65%] Building Fortran object CMakeFiles/fms.dir/FMS/amip_interp/amip_interp.F90.o -[ 65%] Building Fortran object CMakeFiles/fms.dir/FMS/block_control/block_control.F90.o -[ 66%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/atmos_ocean_fluxes.F90.o -[ 66%] Building Fortran object CMakeFiles/fms.dir/FMS/column_diagnostics/column_diagnostics.F90.o -[ 67%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/ensemble_manager.F90.o -[ 67%] Building Fortran object CMakeFiles/fms.dir/FMS/exchange/xgrid.F90.o -[ 67%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 68%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft.F90.o -[ 68%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft99.F90.o -[ 69%] Building Fortran object CMakeFiles/fms.dir/FMS/interpolator/interpolator.F90.o -[ 69%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/grid.F90.o -[ 69%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_utilities.F90.o -[ 69%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core.F90.o -[ 69%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core_ecda.F90.o -Compiling in MPI mode (with or without MPP) -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 69%] Building Fortran object CMakeFiles/fms.dir/FMS/random_numbers/random_numbers.F90.o -[ 69%] Building Fortran object CMakeFiles/fms.dir/FMS/sat_vapor_pres/sat_vapor_pres.F90.o -[ 70%] Building Fortran object CMakeFiles/fms.dir/FMS/station_data/station_data.F90.o -[ 70%] Building Fortran object CMakeFiles/fms.dir/FMS/topography/topography.F90.o -[ 70%] Building Fortran object CMakeFiles/fms.dir/FMS/tracer_manager/tracer_manager.F90.o -[ 71%] Building Fortran object CMakeFiles/fms.dir/FMS/tridiagonal/tridiagonal.F90.o -[ 72%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/quicksort.F90.o -[ 72%] Building C object CMakeFiles/fms.dir/FMS/memutils/memuse.c.o -[ 72%] Building C object CMakeFiles/fms.dir/FMS/mosaic/create_xgrid.c.o -[ 72%] Building C object CMakeFiles/fms.dir/FMS/mosaic/gradient_c2l.c.o -[ 73%] Building C object CMakeFiles/fms.dir/FMS/mosaic/interp.c.o -[ 73%] Building C object CMakeFiles/fms.dir/FMS/mosaic/mosaic_util.c.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 73%] Building C object CMakeFiles/fms.dir/FMS/mosaic/read_mosaic.c.o -[ 73%] Building C object CMakeFiles/fms.dir/FMS/affinity/affinity.c.o -[ 74%] Building C object CMakeFiles/fms.dir/FMS/mpp/nsclock.c.o -[ 74%] Building C object CMakeFiles/fms.dir/FMS/mpp/threadloc.c.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 74%] Linking Fortran static library FMS/libfms.a -[ 74%] Built target fms -Scanning dependencies of target io -[ 75%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_fv3_io_def.F90.o -[ 75%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_internal_state.F90.o -Scanning dependencies of target fv3core -[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/external_sst.F90.o -[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_arrays.F90.o -[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/sim_nc_mod.F90.o -[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_fill.F90.o -[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/DYCORE_typedefs.F90.o -[ 76%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_netcdf.F90.o -[ 76%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_nemsio.F90.o -[ 76%] Building Fortran object FV3/io/CMakeFiles/io.dir/post_gfs.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_mp_mod.F90.o -[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/sorted_index.F90.o -[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_timing.F90.o -[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_eta.F90.o -[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_sg.F90.o -[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/boundary.F90.o -[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_grid_utils.F90.o -[ 77%] Building Fortran object FV3/io/CMakeFiles/io.dir/FV3GFS_io.F90.o -[ 77%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_wrt_grid_comp.F90.o -[ 79%] Building Fortran object FV3/io/CMakeFiles/io.dir/post_nems_routines.F90.o -[ 79%] Building Fortran object FV3/io/CMakeFiles/io.dir/ffsync.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 79%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/a2b_edge.F90.o -[ 80%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/tp_core.F90.o -[ 80%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_mapz.F90.o -[ 80%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_surf_map.F90.o -[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_grid_tools.F90.o -[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/init_hydro.F90.o -[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_treat_da_inc.F90.o -[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/sw_core.F90.o -[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_iau_mod.F90.o -[ 82%] Linking Fortran static library libio.a -[ 82%] Built target io -[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/nh_utils.F90.o -[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_io.F90.o -[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/nh_core.F90.o -[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_diagnostics.F90.o -[ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/fv_nggps_diag.F90.o -[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/test_cases.F90.o -[ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_regional_bc.F90.o -[ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_nudge.F90.o -[ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_tracer2d.F90.o -[ 85%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_update_phys.F90.o -[ 85%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/dyn_core.F90.o -[ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/external_ic.F90.o -[ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_restart.F90.o -[ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_nesting.F90.o -[ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_control.F90.o -[ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_dynamics.F90.o -[ 87%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/atmosphere.F90.o -[ 87%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/multi_gases.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 87%] Linking Fortran static library libfv3core.a -[ 87%] Built target fv3core -Scanning dependencies of target stochastic_physics -[ 87%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/update_ca.f90.o -[ 87%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_layout_lag.f.o -[ 87%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_resol_def.f.o -[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_gg_def.f.o -[ 89%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_namelist_def.F90.o -[ 89%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/glats_stochy.f.o -[ 89%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/spectral_layout.F90.o -[ 90%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/compns_stochy.F90.o -[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/setlats_lag_stochy.f.o -[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/pln2eo_stochy.f.o -[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/get_ls_node_stochy.f.o -[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/gozrineo_stochy.f.o -[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/epslon_stochy.f.o -[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/get_lats_node_a_stochy.f.o -[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/setlats_a_stochy.f.o -[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_internal_state_mod.F90.o -[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/dezouv_stochy.f.o -[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/dozeuv_stochy.f.o -[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/four_to_grid_stochy.F.o -[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_patterngenerator.F90.o -[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/sumfln_stochy.f.o -[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/getcon_lag_stochy.f.o -fpp: warning: keyword redefined: STATIC -[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/getcon_spectral.F90.o -[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/initialize_spectral_mod.F90.o -[ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_data_mod.F90.o -[ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/get_stochy_pattern.F90.o -[ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochastic_physics.F90.o -[ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/cellular_automata.f90.o -[ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/plumes.f90.o -[ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/num_parthds_stochy.f.o -[ 95%] Linking Fortran static library libstochastic_physics.a -[ 95%] Built target stochastic_physics -Scanning dependencies of target fv3cap -[ 95%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/module_fv3_config.F90.o -[ 95%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/atmos_model.F90.o -[ 95%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/module_fcst_grid_comp.F90.o -[ 96%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/fv3_cap.F90.o -[ 96%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/time_utils.F90.o -[ 97%] Linking Fortran static library libfv3cap.a -[ 97%] Built target fv3cap -Scanning dependencies of target NEMS.exe -[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_EARTH_INTERNAL_STATE.F90.o -[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_MEDIATOR_methods.F90.o -[ 98%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_MEDIATOR_SpaceWeather.F90.o -[ 98%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/ENS_Cpl/ENS_CplComp_ESMFMod_STUB.F90.o -[ 98%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_UTILS.F90.o -[ 98%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_Rusage.F90.o -[ 99%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_INTERNAL_STATE.F90.o -[100%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_MEDIATOR.F90.o -[100%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_EARTH_GRID_COMP.F90.o -[100%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_GRID_COMP.F90.o -[100%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/MAIN_NEMS.F90.o -[100%] Building C object CMakeFiles/NEMS.exe.dir/NEMS/src/nems_c_rusage.c.o -[100%] Linking Fortran executable NEMS.exe -/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/lib/libjasper_v1.900.1.a(jas_stream.o): In function `jas_stream_tmpfile': -jas_stream.c:(.text+0x7a7): warning: the use of `tmpnam' is dangerous, better use `mkstemp' -[100%] Built target NEMS.exe -+ mv NEMS.exe ../fv3_19.exe -+ cp /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel/fv3 ../modules.fv3_19 -+ cd .. -+ '[' YES = YES ']' -+ rm -rf build_fv3_19 -+ elapsed=207 -+ echo 'Elapsed time 207 seconds. Compiling CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y DEBUG=Y finished' -Elapsed time 207 seconds. Compiling CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y DEBUG=Y finished -+ SECONDS=0 -+++ readlink -f /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/compile_cmake.sh -++ dirname /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/compile_cmake.sh -+ readonly MYDIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests -+ MYDIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests -+ readonly ARGC=4 -+ ARGC=4 -+ cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests -+ [[ 4 -eq 0 ]] -+ [[ 4 -lt 2 ]] -+ PATHTR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model -+ MACHINE_ID=hera.intel -+ MAKE_OPT= -+ BUILD_NAME=fv3_1 -+ clean_before=YES -+ clean_after=YES -+ BUILD_DIR=build_fv3_1 -+ [[ hera.intel == cheyenne.* ]] -+ [[ hera.intel == wcoss_dell_p3 ]] -+ MAKE_THREADS=8 -+ hostname -hfe01 -+ cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests -+ echo 'Compiling into fv3_1.exe on hera.intel' -Compiling into fv3_1.exe on hera.intel -+ '[' YES = YES ']' -+ rm -rf build_fv3_1 -+ mkdir -p build_fv3_1 -+ CCPP_CMAKE_FLAGS= -+ [[ '' == *\D\E\B\U\G\=\Y* ]] -+ [[ '' == *\R\E\P\R\O\=\Y* ]] -+ [[ '' == *\3\2\B\I\T\=\Y* ]] -+ [[ '' == *\O\P\E\N\M\P\=\N* ]] -+ [[ '' == *\C\C\P\P\=\Y* ]] -+ [[ '' == *\N\A\M\_\p\h\y\s\=\Y* ]] -+ [[ '' == *\W\W\3\=\Y* ]] -++ trim '' -++ local var= -++ var= -++ var= -++ echo -n '' -+ CCPP_CMAKE_FLAGS= -+ source /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc -++ __ms_function_name=setup__test_function__136802 -++ eval 'setup__test_function__136802() { /bin/true ; }' -+++ eval '__text="text" ; if [[ $__text =~ ^(t).* ]] ; then printf "%s" ${.sh.match[1]} ; fi' -+++ cat -++ __ms_ksh_test= -+++ eval 'if ( set | grep setup__test_function__136802 | grep -v name > /dev/null 2>&1 ) ; then echo t ; fi ' -+++ cat -++ __ms_bash_test=t -++ [[ ! -z '' ]] -++ [[ ! -z t ]] -++ __ms_shell=bash -++ [[ -d /lfs3 ]] -++ [[ -d /scratch1 ]] -++ [[ ! -d /scratch ]] -++ eval module help -++ module purge -+++ /apps/lmod/7.7.18/libexec/lmod bash purge -++ eval unset 'BACIO_LIB4;' unset 'BACIO_LIB8;' unset 'BACIO_SRC;' unset 'BACIO_VER;' unset '__LMOD_REF_COUNT_CLASSPATH;' unset 'CLASSPATH;' unset 'CMAKE_CXX_COMPILER;' unset 'CMAKE_C_COMPILER;' unset 'CMAKE_Fortran_COMPILER;' unset 'CMAKE_Platform;' unset 'COMP;' unset '__LMOD_REF_COUNT_CPATH;' unset 'CPATH;' unset 'CRTM_FIX;' unset 'CRTM_INC;' unset 'CRTM_LIB;' unset 'CRTM_SRC;' unset 'CRTM_VER;' unset 'ESMFMKFILE;' unset 'G2TMPL_INC;' unset 'G2TMPL_LIB;' unset 'G2TMPL_SRC;' unset 'G2TMPL_VER;' unset 'G2_INC4;' unset 'G2_INCd;' unset 'G2_LIB4;' unset 'G2_LIBd;' unset 'G2_SRC;' unset 'G2_VER;' unset 'GDBSERVER_MIC;' unset 'GDB_CROSS;' unset '__LMOD_REF_COUNT_INFOPATH;' unset 'INFOPATH;' unset '__LMOD_REF_COUNT_INTEL_LICENSE_FILE;' unset 'INTEL_LICENSE_FILE;' unset 'INTEL_PYTHONHOME;' unset 'IPATH_NO_BACKTRACE;' unset 'IP_INC4;' unset 'IP_INC8;' unset 'IP_INCd;' unset 'IP_LIB4;' unset 'IP_LIB8;' unset 'IP_LIBd;' unset 'IP_SRC;' unset 'IP_VER;' unset 'I_MPI_CC;' unset 'I_MPI_F90;' unset 'I_MPI_HYDRA_BRANCH_COUNT;' unset 'I_MPI_HYDRA_PMI_CONNECT;' unset 'I_MPI_ROOT;' unset 'I_MPI_TMI_PROVIDER;' unset 'JASPER_INC;' unset 'JASPER_LIB;' unset 'JASPER_SRC;' unset 'JASPER_VER;' '__LMOD_REF_COUNT_LD_LIBRARY_PATH="/apps/slurm/default/lib:1";' export '__LMOD_REF_COUNT_LD_LIBRARY_PATH;' 'LD_LIBRARY_PATH=":/apps/slurm/default/lib";' export 'LD_LIBRARY_PATH;' unset '__LMOD_REF_COUNT_LIBRARY_PATH;' unset 'LIBRARY_PATH;' unset 'LIB_NAME;' unset 'LMOD_FAMILY_COMPILER;' unset 'LMOD_FAMILY_COMPILER_VERSION;' unset 'LMOD_FAMILY_MPI;' unset 'LMOD_FAMILY_MPI_VERSION;' unset '__LMOD_REF_COUNT_LOADEDMODULES;' unset 'LOADEDMODULES;' '__LMOD_REF_COUNT_MANPATH="/apps/lmod/lmod/share/man:1;/apps/local/man:1;/apps/slurm/default/share/man:1;/apps/slurm/tools/sbank/share/man:1";' export '__LMOD_REF_COUNT_MANPATH;' 'MANPATH="/apps/lmod/lmod/share/man::/apps/local/man:/apps/slurm/default/share/man:/apps/slurm/tools/sbank/share/man";' export 'MANPATH;' '__LMOD_REF_COUNT_MODULEPATH="/contrib/modulefiles:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:1;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1";' export '__LMOD_REF_COUNT_MODULEPATH;' 'MODULEPATH="/contrib/modulefiles:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles";' export 'MODULEPATH;' unset 'MPM_LAUNCHER;' unset 'NCEPLIBS;' unset 'NEMSIO_INC;' unset 'NEMSIO_LIB;' unset 'NEMSIO_SRC;' unset 'NEMSIO_VER;' unset 'NETCDF;' unset '__LMOD_REF_COUNT_NLSPATH;' unset 'NLSPATH;' '__LMOD_REF_COUNT_PATH="/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:1;/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/opt/ibutils/bin:1;/apps/local/bin:1;/apps/local/sbin:1;/apps/slurm/default/tools:1;/apps/slurm/default/bin:1;/apps/slurm/default/sbin:1;/apps/slurm/tools/sbank/bin:1;/home/Dusan.Jovic/bin:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/dbrowse:1";' export '__LMOD_REF_COUNT_PATH;' 'PATH="/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/opt/ibutils/bin:/apps/local/bin:/apps/local/sbin:/apps/slurm/default/tools:/apps/slurm/default/bin:/apps/slurm/default/sbin:/apps/slurm/tools/sbank/bin:/home/Dusan.Jovic/bin:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/dbrowse";' export 'PATH;' unset '__LMOD_REF_COUNT_PKG_CONFIG_PATH;' unset 'PKG_CONFIG_PATH;' unset 'PNG_INC;' unset 'PNG_LIB;' unset 'PNG_SRC;' unset 'PNG_VER;' unset 'POST_INC;' unset 'POST_LIB;' unset 'POST_SRC;' unset 'POST_VER;' unset 'SLURM_UTILS_PATH;' unset 'SP_LIB4;' unset 'SP_LIB8;' unset 'SP_LIBd;' unset 'SP_SRC;' unset 'SP_VER;' unset 'W3EMC_INC4;' unset 'W3EMC_INC8;' unset 'W3EMC_INCd;' unset 'W3EMC_LIB4;' unset 'W3EMC_LIB8;' unset 'W3EMC_LIBd;' unset 'W3EMC_SRC;' unset 'W3EMC_VER;' unset 'W3NCO_LIB4;' unset 'W3NCO_LIB8;' unset 'W3NCO_LIBd;' unset 'W3NCO_SRC;' unset 'W3NCO_VER;' unset 'Z_INC;' unset 'Z_LIB;' unset 'Z_SRC;' unset 'Z_VER;' unset '__LMOD_REF_COUNT__LMFILES_;' unset '_LMFILES_;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9jb250cmliL21vZHVsZWZpbGVzIiwiL3NjcmF0Y2gyL05DRVBERVYvZnYzLWNhbS9EdXNhbi5Kb3ZpYy91ZnMvcHIxOC91ZnMtd2VhdGhlci1tb2RlbC9tb2R1bGVmaWxlcy9oZXJhLmludGVsIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIs";' export '_ModuleTable001_;' '_ModuleTable002_="fSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ==";' export '_ModuleTable002_;' '_ModuleTable_Sz_="2";' export '_ModuleTable_Sz_;' unset '_ModuleTable004_;' unset '_ModuleTable005_;' unset '_ModuleTable006_;' unset '_ModuleTable007_;' unset '_ModuleTable008_;' unset '_ModuleTable009_;' unset '_ModuleTable010_;' unset '_ModuleTable011_;' unset '_ModuleTable012_;' unset '_ModuleTable013_;' -+++ unset BACIO_LIB4 -+++ unset BACIO_LIB8 -+++ unset BACIO_SRC -+++ unset BACIO_VER -+++ unset __LMOD_REF_COUNT_CLASSPATH -+++ unset CLASSPATH -+++ unset CMAKE_CXX_COMPILER -+++ unset CMAKE_C_COMPILER -+++ unset CMAKE_Fortran_COMPILER -+++ unset CMAKE_Platform -+++ unset COMP -+++ unset __LMOD_REF_COUNT_CPATH -+++ unset CPATH -+++ unset CRTM_FIX -+++ unset CRTM_INC -+++ unset CRTM_LIB -+++ unset CRTM_SRC -+++ unset CRTM_VER -+++ unset ESMFMKFILE -+++ unset G2TMPL_INC -+++ unset G2TMPL_LIB -+++ unset G2TMPL_SRC -+++ unset G2TMPL_VER -+++ unset G2_INC4 -+++ unset G2_INCd -+++ unset G2_LIB4 -+++ unset G2_LIBd -+++ unset G2_SRC -+++ unset G2_VER -+++ unset GDBSERVER_MIC -+++ unset GDB_CROSS -+++ unset __LMOD_REF_COUNT_INFOPATH -+++ unset INFOPATH -+++ unset __LMOD_REF_COUNT_INTEL_LICENSE_FILE -+++ unset INTEL_LICENSE_FILE -+++ unset INTEL_PYTHONHOME -+++ unset IPATH_NO_BACKTRACE -+++ unset IP_INC4 -+++ unset IP_INC8 -+++ unset IP_INCd -+++ unset IP_LIB4 -+++ unset IP_LIB8 -+++ unset IP_LIBd -+++ unset IP_SRC -+++ unset IP_VER -+++ unset I_MPI_CC -+++ unset I_MPI_F90 -+++ unset I_MPI_HYDRA_BRANCH_COUNT -+++ unset I_MPI_HYDRA_PMI_CONNECT -+++ unset I_MPI_ROOT -+++ unset I_MPI_TMI_PROVIDER -+++ unset JASPER_INC -+++ unset JASPER_LIB -+++ unset JASPER_SRC -+++ unset JASPER_VER -+++ __LMOD_REF_COUNT_LD_LIBRARY_PATH=/apps/slurm/default/lib:1 -+++ export __LMOD_REF_COUNT_LD_LIBRARY_PATH -+++ LD_LIBRARY_PATH=:/apps/slurm/default/lib -+++ export LD_LIBRARY_PATH -+++ unset __LMOD_REF_COUNT_LIBRARY_PATH -+++ unset LIBRARY_PATH -+++ unset LIB_NAME -+++ unset LMOD_FAMILY_COMPILER -+++ unset LMOD_FAMILY_COMPILER_VERSION -+++ unset LMOD_FAMILY_MPI -+++ unset LMOD_FAMILY_MPI_VERSION -+++ unset __LMOD_REF_COUNT_LOADEDMODULES -+++ unset LOADEDMODULES -+++ __LMOD_REF_COUNT_MANPATH='/apps/lmod/lmod/share/man:1;/apps/local/man:1;/apps/slurm/default/share/man:1;/apps/slurm/tools/sbank/share/man:1' -+++ export __LMOD_REF_COUNT_MANPATH -+++ MANPATH=/apps/lmod/lmod/share/man::/apps/local/man:/apps/slurm/default/share/man:/apps/slurm/tools/sbank/share/man -+++ export MANPATH -+++ __LMOD_REF_COUNT_MODULEPATH='/contrib/modulefiles:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:1;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1' -+++ export __LMOD_REF_COUNT_MODULEPATH -+++ MODULEPATH=/contrib/modulefiles:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles -+++ export MODULEPATH -+++ unset MPM_LAUNCHER -+++ unset NCEPLIBS -+++ unset NEMSIO_INC -+++ unset NEMSIO_LIB -+++ unset NEMSIO_SRC -+++ unset NEMSIO_VER -+++ unset NETCDF -+++ unset __LMOD_REF_COUNT_NLSPATH -+++ unset NLSPATH -+++ __LMOD_REF_COUNT_PATH='/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:1;/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/opt/ibutils/bin:1;/apps/local/bin:1;/apps/local/sbin:1;/apps/slurm/default/tools:1;/apps/slurm/default/bin:1;/apps/slurm/default/sbin:1;/apps/slurm/tools/sbank/bin:1;/home/Dusan.Jovic/bin:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/dbrowse:1' -+++ export __LMOD_REF_COUNT_PATH -+++ PATH=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/opt/ibutils/bin:/apps/local/bin:/apps/local/sbin:/apps/slurm/default/tools:/apps/slurm/default/bin:/apps/slurm/default/sbin:/apps/slurm/tools/sbank/bin:/home/Dusan.Jovic/bin:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/dbrowse -+++ export PATH -+++ unset __LMOD_REF_COUNT_PKG_CONFIG_PATH -+++ unset PKG_CONFIG_PATH -+++ unset PNG_INC -+++ unset PNG_LIB -+++ unset PNG_SRC -+++ unset PNG_VER -+++ unset POST_INC -+++ unset POST_LIB -+++ unset POST_SRC -+++ unset POST_VER -+++ unset SLURM_UTILS_PATH -+++ unset SP_LIB4 -+++ unset SP_LIB8 -+++ unset SP_LIBd -+++ unset SP_SRC -+++ unset SP_VER -+++ unset W3EMC_INC4 -+++ unset W3EMC_INC8 -+++ unset W3EMC_INCd -+++ unset W3EMC_LIB4 -+++ unset W3EMC_LIB8 -+++ unset W3EMC_LIBd -+++ unset W3EMC_SRC -+++ unset W3EMC_VER -+++ unset W3NCO_LIB4 -+++ unset W3NCO_LIB8 -+++ unset W3NCO_LIBd -+++ unset W3NCO_SRC -+++ unset W3NCO_VER -+++ unset Z_INC -+++ unset Z_LIB -+++ unset Z_SRC -+++ unset Z_VER -+++ unset __LMOD_REF_COUNT__LMFILES_ -+++ unset _LMFILES_ -+++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9jb250cmliL21vZHVsZWZpbGVzIiwiL3NjcmF0Y2gyL05DRVBERVYvZnYzLWNhbS9EdXNhbi5Kb3ZpYy91ZnMvcHIxOC91ZnMtd2VhdGhlci1tb2RlbC9tb2R1bGVmaWxlcy9oZXJhLmludGVsIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIs -+++ export _ModuleTable001_ -+++ _ModuleTable002_=fSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ== -+++ export _ModuleTable002_ -+++ _ModuleTable_Sz_=2 -+++ export _ModuleTable_Sz_ -+++ unset _ModuleTable004_ -+++ unset _ModuleTable005_ -+++ unset _ModuleTable006_ -+++ unset _ModuleTable007_ -+++ unset _ModuleTable008_ -+++ unset _ModuleTable009_ -+++ unset _ModuleTable010_ -+++ unset _ModuleTable011_ -+++ unset _ModuleTable012_ -+++ unset _ModuleTable013_ -+++ : -s sh -++ eval -++ unset __ms_shell -++ unset __ms_ksh_test -++ unset __ms_bash_test -++ unset setup__test_function__136802 -++ unset __ms_function_name -+ [[ hera.intel == macosx.* ]] -+ [[ hera.intel == linux.* ]] -+ module use /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel -++ /apps/lmod/7.7.18/libexec/lmod bash use /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel -+ eval '__LMOD_REF_COUNT_MODULEPATH="/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:2;/contrib/modulefiles:1;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1";' export '__LMOD_REF_COUNT_MODULEPATH;' 'MODULEPATH="/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:/contrib/modulefiles:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles";' export 'MODULEPATH;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9zY3JhdGNoMi9OQ0VQREVWL2Z2My1jYW0vRHVzYW4uSm92aWMvdWZzL3ByMTgvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvaGVyYS5pbnRlbCIsIi9jb250cmliL21vZHVsZWZpbGVzIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIs";' export '_ModuleTable001_;' '_ModuleTable002_="fSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ==";' export '_ModuleTable002_;' '_ModuleTable_Sz_="2";' export '_ModuleTable_Sz_;' -++ __LMOD_REF_COUNT_MODULEPATH='/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:2;/contrib/modulefiles:1;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1' -++ export __LMOD_REF_COUNT_MODULEPATH -++ MODULEPATH=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:/contrib/modulefiles:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles -++ export MODULEPATH -++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9zY3JhdGNoMi9OQ0VQREVWL2Z2My1jYW0vRHVzYW4uSm92aWMvdWZzL3ByMTgvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvaGVyYS5pbnRlbCIsIi9jb250cmliL21vZHVsZWZpbGVzIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIs -++ export _ModuleTable001_ -++ _ModuleTable002_=fSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ== -++ export _ModuleTable002_ -++ _ModuleTable_Sz_=2 -++ export _ModuleTable_Sz_ -++ : -s sh -+ eval -+ module load fv3 -++ /apps/lmod/7.7.18/libexec/lmod bash load fv3 -+ eval 'BACIO_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libbacio_v2.0.3_4.a";' export 'BACIO_LIB4;' 'BACIO_LIB8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libbacio_v2.0.3_8.a";' export 'BACIO_LIB8;' 'BACIO_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/bacio_v2.0.3";' export 'BACIO_SRC;' 'BACIO_VER="v2.0.3";' export 'BACIO_VER;' '__LMOD_REF_COUNT_CLASSPATH="/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/mpi.jar:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/daal.jar:1";' export '__LMOD_REF_COUNT_CLASSPATH;' 'CLASSPATH="/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/mpi.jar:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/daal.jar";' export 'CLASSPATH;' 'CMAKE_CXX_COMPILER="mpiicpc";' export 'CMAKE_CXX_COMPILER;' 'CMAKE_C_COMPILER="mpiicc";' export 'CMAKE_C_COMPILER;' 'CMAKE_Fortran_COMPILER="mpiifort";' export 'CMAKE_Fortran_COMPILER;' 'CMAKE_Platform="hera.intel";' export 'CMAKE_Platform;' 'COMP="intel";' export 'COMP;' '__LMOD_REF_COUNT_CPATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/include:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/include:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/pstl/include:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/include:2;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/include:1";' export '__LMOD_REF_COUNT_CPATH;' 'CPATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/include:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/include:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/pstl/include:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/include:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/include";' export 'CPATH;' 'CRTM_FIX="/scratch2/NCEPDEV/nwprod/NCEPLIBS/fix/crtm_v2.2.6";' export 'CRTM_FIX;' 'CRTM_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/crtm_v2.2.6";' export 'CRTM_INC;' 'CRTM_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libcrtm_v2.2.6.a";' export 'CRTM_LIB;' 'CRTM_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/crtm_v2.2.6";' export 'CRTM_SRC;' 'CRTM_VER="v2.2.6";' export 'CRTM_VER;' 'ESMFMKFILE="/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/lib/esmf.mk";' export 'ESMFMKFILE;' 'G2TMPL_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/g2tmpl_v1.6.0";' export 'G2TMPL_INC;' 'G2TMPL_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2tmpl_v1.6.0.a";' export 'G2TMPL_LIB;' 'G2TMPL_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/g2tmpl_v1.6.0/src";' export 'G2TMPL_SRC;' 'G2TMPL_VER="v1.6.0";' export 'G2TMPL_VER;' 'G2_INC4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/g2_v3.1.1_4";' export 'G2_INC4;' 'G2_INCd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/g2_v3.1.1_d";' export 'G2_INCd;' 'G2_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2_v3.1.1_4.a";' export 'G2_LIB4;' 'G2_LIBd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2_v3.1.1_d.a";' export 'G2_LIBd;' 'G2_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/g2_v3.1.1";' export 'G2_SRC;' 'G2_VER="v3.1.1";' export 'G2_VER;' 'GDBSERVER_MIC="/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/targets/intel64/x200/bin/gdbserver";' export 'GDBSERVER_MIC;' 'GDB_CROSS="/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/intel64/bin/gdb-ia";' export 'GDB_CROSS;' '__LMOD_REF_COUNT_INFOPATH="/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/info:1;/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/info:1";' export '__LMOD_REF_COUNT_INFOPATH;' 'INFOPATH="/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/info:/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/info";' export 'INFOPATH;' '__LMOD_REF_COUNT_INTEL_LICENSE_FILE="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/licenses:1;/apps/intel/licenses:1";' export '__LMOD_REF_COUNT_INTEL_LICENSE_FILE;' 'INTEL_LICENSE_FILE="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/licenses:/apps/intel/licenses";' export 'INTEL_LICENSE_FILE;' 'INTEL_PYTHONHOME="/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/python/intel64/";' export 'INTEL_PYTHONHOME;' 'IPATH_NO_BACKTRACE="1";' export 'IPATH_NO_BACKTRACE;' 'IP_INC4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ip_v3.0.2_4";' export 'IP_INC4;' 'IP_INC8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ip_v3.0.2_8";' export 'IP_INC8;' 'IP_INCd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ip_v3.0.2_d";' export 'IP_INCd;' 'IP_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libip_v3.0.2_4.a";' export 'IP_LIB4;' 'IP_LIB8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libip_v3.0.2_8.a";' export 'IP_LIB8;' 'IP_LIBd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libip_v3.0.2_d.a";' export 'IP_LIBd;' 'IP_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/ip_v3.0.2";' export 'IP_SRC;' 'IP_VER="v3.0.2";' export 'IP_VER;' 'I_MPI_CC="icc";' export 'I_MPI_CC;' 'I_MPI_F90="ifort";' export 'I_MPI_F90;' 'I_MPI_HYDRA_BRANCH_COUNT="128";' export 'I_MPI_HYDRA_BRANCH_COUNT;' 'I_MPI_HYDRA_PMI_CONNECT="alltoall";' export 'I_MPI_HYDRA_PMI_CONNECT;' 'I_MPI_ROOT="/apps/intel/compilers_and_libraries_2018/linux/mpi";' export 'I_MPI_ROOT;' 'I_MPI_TMI_PROVIDER="psm";' export 'I_MPI_TMI_PROVIDER;' 'JASPER_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/include/jasper_v1.900.1";' export 'JASPER_INC;' 'JASPER_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/lib/libjasper_v1.900.1.a";' export 'JASPER_LIB;' 'JASPER_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/thirdParty";' export 'JASPER_SRC;' 'JASPER_VER="v1.900.1";' export 'JASPER_VER;' '__LMOD_REF_COUNT_LD_LIBRARY_PATH="/apps/netcdf/4.7.0/intel/18.0.5.274/lib:1;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib:1;/apps/slurm/default/lib:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/lib/intel64:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:2;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:2;/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/libipt/intel64/lib:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4:1";' export '__LMOD_REF_COUNT_LD_LIBRARY_PATH;' 'LD_LIBRARY_PATH="/apps/netcdf/4.7.0/intel/18.0.5.274/lib:/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib::/apps/slurm/default/lib:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/lib/intel64:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/libipt/intel64/lib:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4";' export 'LD_LIBRARY_PATH;' '__LMOD_REF_COUNT_LIBRARY_PATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:2;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4:1";' export '__LMOD_REF_COUNT_LIBRARY_PATH;' 'LIBRARY_PATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4";' export 'LIBRARY_PATH;' 'LIB_NAME="POST";' export 'LIB_NAME;' 'LMOD_FAMILY_COMPILER="intel";' export 'LMOD_FAMILY_COMPILER;' 'LMOD_FAMILY_COMPILER_VERSION="18.0.5.274";' export 'LMOD_FAMILY_COMPILER_VERSION;' 'LMOD_FAMILY_MPI="impi";' export 'LMOD_FAMILY_MPI;' 'LMOD_FAMILY_MPI_VERSION="2018.0.4";' export 'LMOD_FAMILY_MPI_VERSION;' '__LMOD_REF_COUNT_LOADEDMODULES="contrib:1;sutils/default:1;intel/18.0.5.274:1;impi/2018.0.4:1;netcdf/4.7.0:1;bacio/2.0.3:1;ip/3.0.2:1;nemsio/2.2.4:1;sp/2.0.3:1;w3emc/2.3.1:1;w3nco/2.0.7:1;g2/3.1.1:1;g2tmpl/1.6.0:1;crtm/2.2.6:1;jasper/1.900.1:1;png/1.2.44:1;z/1.2.11:1;post/8.0.1:1;esmf/8.0.0:1;cmake/3.9.0:1;fv3:1";' export '__LMOD_REF_COUNT_LOADEDMODULES;' 'LOADEDMODULES="contrib:sutils/default:intel/18.0.5.274:impi/2018.0.4:netcdf/4.7.0:bacio/2.0.3:ip/3.0.2:nemsio/2.2.4:sp/2.0.3:w3emc/2.3.1:w3nco/2.0.7:g2/3.1.1:g2tmpl/1.6.0:crtm/2.2.6:jasper/1.900.1:png/1.2.44:z/1.2.11:post/8.0.1:esmf/8.0.0:cmake/3.9.0:fv3";' export 'LOADEDMODULES;' '__LMOD_REF_COUNT_MANPATH="/apps/netcdf/4.7.0/intel/18.0.5.274/share/man:1;/apps/intel/compilers_and_libraries_2018/linux/mpi/man:1;/apps/intel/parallel_studio_xe_2018.4.057/man/common:1;/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/man:1;/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/man:1;/apps/lmod/lmod/share/man:1;/apps/local/man:1;/apps/slurm/default/share/man:1;/apps/slurm/tools/sbank/share/man:1";' export '__LMOD_REF_COUNT_MANPATH;' 'MANPATH="/apps/netcdf/4.7.0/intel/18.0.5.274/share/man:/apps/intel/compilers_and_libraries_2018/linux/mpi/man:/apps/intel/parallel_studio_xe_2018.4.057/man/common:/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/man:/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/man:/apps/lmod/lmod/share/man::/apps/local/man:/apps/slurm/default/share/man:/apps/slurm/tools/sbank/share/man";' export 'MANPATH;' '__LMOD_REF_COUNT_MODULEPATH="/contrib/modulefiles:3;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:2;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1;/apps/modules/modulefamilies/intel:1;/apps/modules/modulefamilies/intel_impi:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles:1";' export '__LMOD_REF_COUNT_MODULEPATH;' 'MODULEPATH="/contrib/modulefiles:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles:/apps/modules/modulefamilies/intel:/apps/modules/modulefamilies/intel_impi:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles";' export 'MODULEPATH;' 'MPM_LAUNCHER="/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/mpm/mic/bin/start_mpm.sh";' export 'MPM_LAUNCHER;' 'NCEPLIBS="/scratch2/NCEPDEV/nwprod/NCEPLIBS";' export 'NCEPLIBS;' 'NEMSIO_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/nemsio_v2.2.4";' export 'NEMSIO_INC;' 'NEMSIO_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libnemsio_v2.2.4.a";' export 'NEMSIO_LIB;' 'NEMSIO_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/nemsio_v2.2.4";' export 'NEMSIO_SRC;' 'NEMSIO_VER="v2.2.4";' export 'NEMSIO_VER;' 'NETCDF="/apps/netcdf/4.7.0/intel/18.0.5.274";' export 'NETCDF;' '__LMOD_REF_COUNT_NLSPATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64/locale/%l_%t/%N:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin/locale/%l_%t/%N:1;/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/intel64/share/locale/%l_%t/%N:1";' export '__LMOD_REF_COUNT_NLSPATH;' 'NLSPATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64/locale/%l_%t/%N:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin/locale/%l_%t/%N:/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/intel64/share/locale/%l_%t/%N";' export 'NLSPATH;' '__LMOD_REF_COUNT_PATH="/contrib/cmake/3.9.0/bin:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/bin:1;/apps/netcdf/4.7.0/intel/18.0.5.274/bin:1;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/bin/intel64:1;/contrib/sutils/bin:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:1;/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/opt/ibutils/bin:1;/apps/local/bin:1;/apps/local/sbin:1;/apps/slurm/default/tools:1;/apps/slurm/default/bin:1;/apps/slurm/default/sbin:1;/apps/slurm/tools/sbank/bin:1;/home/Dusan.Jovic/bin:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/dbrowse:1";' export '__LMOD_REF_COUNT_PATH;' 'PATH="/contrib/cmake/3.9.0/bin:/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/bin:/apps/netcdf/4.7.0/intel/18.0.5.274/bin:/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/bin/intel64:/contrib/sutils/bin:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/opt/ibutils/bin:/apps/local/bin:/apps/local/sbin:/apps/slurm/default/tools:/apps/slurm/default/bin:/apps/slurm/default/sbin:/apps/slurm/tools/sbank/bin:/home/Dusan.Jovic/bin:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/dbrowse";' export 'PATH;' '__LMOD_REF_COUNT_PKG_CONFIG_PATH="/apps/intel/compilers_and_libraries_2018/linux/mkl/bin/pkgconfig:1";' export '__LMOD_REF_COUNT_PKG_CONFIG_PATH;' 'PKG_CONFIG_PATH="/apps/intel/compilers_and_libraries_2018/linux/mkl/bin/pkgconfig";' export 'PKG_CONFIG_PATH;' 'PNG_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/png_v1.2.44";' export 'PNG_INC;' 'PNG_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libpng_v1.2.44.a";' export 'PNG_LIB;' 'PNG_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/thirdParty";' export 'PNG_SRC;' 'PNG_VER="v1.2.44";' export 'PNG_VER;' 'POST_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ncep_post_v8.0.1_4";' export 'POST_INC;' 'POST_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libncep_post_v8.0.1_4.a";' export 'POST_LIB;' 'POST_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/post_v8.0.1";' export 'POST_SRC;' 'POST_VER="v8.0.1";' export 'POST_VER;' 'SLURM_UTILS_PATH="/contrib/sutils/bin";' export 'SLURM_UTILS_PATH;' 'SP_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_4.a";' export 'SP_LIB4;' 'SP_LIB8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_8.a";' export 'SP_LIB8;' 'SP_LIBd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_d.a";' export 'SP_LIBd;' 'SP_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/sp_v2.0.3";' export 'SP_SRC;' 'SP_VER="v2.0.3";' export 'SP_VER;' 'W3EMC_INC4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/w3emc_v2.3.1_4";' export 'W3EMC_INC4;' 'W3EMC_INC8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/w3emc_v2.3.1_8";' export 'W3EMC_INC8;' 'W3EMC_INCd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/w3emc_v2.3.1_d";' export 'W3EMC_INCd;' 'W3EMC_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_4.a";' export 'W3EMC_LIB4;' 'W3EMC_LIB8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_8.a";' export 'W3EMC_LIB8;' 'W3EMC_LIBd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_d.a";' export 'W3EMC_LIBd;' 'W3EMC_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/w3emc_v2.3.1";' export 'W3EMC_SRC;' 'W3EMC_VER="v2.3.1";' export 'W3EMC_VER;' 'W3NCO_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_4.a";' export 'W3NCO_LIB4;' 'W3NCO_LIB8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_8.a";' export 'W3NCO_LIB8;' 'W3NCO_LIBd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_d.a";' export 'W3NCO_LIBd;' 'W3NCO_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/w3nco_v2.0.7";' export 'W3NCO_SRC;' 'W3NCO_VER="v2.0.7";' export 'W3NCO_VER;' 'Z_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/z_v1.2.11";' export 'Z_INC;' 'Z_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libz_v1.2.11.a";' export 'Z_LIB;' 'Z_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/thirdParty";' export 'Z_SRC;' 'Z_VER="v1.2.11";' export 'Z_VER;' '__LMOD_REF_COUNT__LMFILES_="/apps/modules/modulefiles/contrib:1;/contrib/modulefiles/sutils/default:1;/apps/modules/modulefiles/intel/18.0.5.274:1;/apps/modules/modulefamilies/intel/impi/2018.0.4:1;/apps/modules/modulefamilies/intel/netcdf/4.7.0:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/bacio/2.0.3:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/ip/3.0.2:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/nemsio/2.2.4:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/sp/2.0.3:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3emc/2.3.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3nco/2.0.7:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2/3.1.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2tmpl/1.6.0:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/crtm/2.2.6:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/jasper/1.900.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/png/1.2.44:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/z/1.2.11:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/post/8.0.1:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles/esmf/8.0.0:1;/contrib/modulefiles/cmake/3.9.0:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel/fv3:1";' export '__LMOD_REF_COUNT__LMFILES_;' '_LMFILES_="/apps/modules/modulefiles/contrib:/contrib/modulefiles/sutils/default:/apps/modules/modulefiles/intel/18.0.5.274:/apps/modules/modulefamilies/intel/impi/2018.0.4:/apps/modules/modulefamilies/intel/netcdf/4.7.0:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/bacio/2.0.3:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/ip/3.0.2:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/nemsio/2.2.4:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/sp/2.0.3:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3emc/2.3.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3nco/2.0.7:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2/3.1.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2tmpl/1.6.0:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/crtm/2.2.6:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/jasper/1.900.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/png/1.2.44:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/z/1.2.11:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/post/8.0.1:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles/esmf/8.0.0:/contrib/modulefiles/cmake/3.9.0:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel/fv3";' export '_LMFILES_;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJpbXBpIix9LG1UPXtiYWNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvYmFjaW8vMi4wLjMiLFsiZnVsbE5hbWUiXT0iYmFjaW8vMi4wLjMiLFsibG9hZE9yZGVyIl09Nixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJiYWNpby8yLjAuMyIsfSxjbWFrZT17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9jbWFrZS8zLjkuMCIsWyJmdWxs";' export '_ModuleTable001_;' '_ModuleTable002_="TmFtZSJdPSJjbWFrZS8zLjkuMCIsWyJsb2FkT3JkZXIiXT0yMCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjbWFrZS8zLjkuMCIsfSxjb250cmliPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvY29udHJpYiIsWyJmdWxsTmFtZSJdPSJjb250cmliIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY29udHJpYiIsfSxjcnRtPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9jcnRtLzIuMi42IixbImZ1bGxOYW1lIl09ImNydG0vMi4yLjYiLFsibG9hZE9yZGVy";' export '_ModuleTable002_;' '_ModuleTable003_="Il09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL2Z2My1jYW0vRHVzYW4uSm92aWMvdWZzL3ByMTgvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvaGVyYS5pbnRlbC9mdjMiLFsi";' export '_ModuleTable003_;' '_ModuleTable004_="ZnVsbE5hbWUiXT0iZnYzIixbImxvYWRPcmRlciJdPTIxLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTAsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImZ2MyIsfSxnMj17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzIvMy4xLjEiLFsiZnVsbE5hbWUiXT0iZzIvMy4xLjEiLFsibG9hZE9yZGVyIl09MTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZzIvMy4xLjEiLH0sZzJ0bXBsPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9nMnRtcGwvMS42LjAiLFsiZnVsbE5hbWUiXT0iZzJ0bXBsLzEuNi4w";' export '_ModuleTable004_;' '_ModuleTable005_="IixbImxvYWRPcmRlciJdPTEzLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcydG1wbC8xLjYuMCIsfSxpbXBpPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwvaW1waS8yMDE4LjAuNCIsWyJmdWxsTmFtZSJdPSJpbXBpLzIwMTguMC40IixbImxvYWRPcmRlciJdPTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW1waS8yMDE4LjAuNCIsfSxpbnRlbD17WyJmbiJdPSIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL2ludGVsLzE4LjAuNS4yNzQiLFsiZnVsbE5hbWUiXT0iaW50ZWwvMTguMC41LjI3NCIsWyJsb2FkT3JkZXIi";' export '_ModuleTable005_;' '_ModuleTable006_="XT0zLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImludGVsLzE4LjAuNS4yNzQiLH0saXA9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2lwLzMuMC4yIixbImZ1bGxOYW1lIl09ImlwLzMuMC4yIixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaXAvMy4wLjIiLH0samFzcGVyPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9qYXNwZXIvMS45MDAuMSIsWyJmdWxsTmFtZSJdPSJqYXNwZXIvMS45MDAuMSIsWyJsb2FkT3JkZXIi";' export '_ModuleTable006_;' '_ModuleTable007_="XT0xNSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJqYXNwZXIvMS45MDAuMSIsfSxuZW1zaW89e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL25lbXNpby8yLjIuNCIsWyJmdWxsTmFtZSJdPSJuZW1zaW8vMi4yLjQiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZW1zaW8vMi4yLjQiLH0sbmV0Y2RmPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwvbmV0Y2RmLzQuNy4wIixbImZ1bGxOYW1lIl09Im5ldGNkZi80LjcuMCIsWyJsb2FkT3JkZXIi";' export '_ModuleTable007_;' '_ModuleTable008_="XT01LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5ldGNkZi80LjcuMCIsfSxwbmc9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3BuZy8xLjIuNDQiLFsiZnVsbE5hbWUiXT0icG5nLzEuMi40NCIsWyJsb2FkT3JkZXIiXT0xNixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJwbmcvMS4yLjQ0Iix9LHBvc3Q9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3Bvc3QvOC4wLjEiLFsiZnVsbE5hbWUiXT0icG9zdC84LjAuMSIsWyJsb2FkT3JkZXIiXT0xOCxw";' export '_ModuleTable008_;' '_ModuleTable009_="cm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJwb3N0LzguMC4xIix9LHNwPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9zcC8yLjAuMyIsWyJmdWxsTmFtZSJdPSJzcC8yLjAuMyIsWyJsb2FkT3JkZXIiXT05LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InNwLzIuMC4zIix9LHN1dGlscz17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9zdXRpbHMvZGVmYXVsdCIsWyJmdWxsTmFtZSJdPSJzdXRpbHMvZGVmYXVsdCIsWyJsb2FkT3JkZXIiXT0yLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0";' export '_ModuleTable009_;' '_ModuleTable010_="dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InN1dGlscyIsfSx3M2VtYz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNlbWMvMi4zLjEiLFsiZnVsbE5hbWUiXT0idzNlbWMvMi4zLjEiLFsibG9hZE9yZGVyIl09MTAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNlbWMvMi4zLjEiLH0sdzNuY289e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czbmNvLzIuMC43IixbImZ1bGxOYW1lIl09InczbmNvLzIuMC43IixbImxvYWRPcmRlciJdPTExLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMi";' export '_ModuleTable010_;' '_ModuleTable011_="XT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHo9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3ovMS4yLjExIixbImZ1bGxOYW1lIl09InovMS4yLjExIixbImxvYWRPcmRlciJdPTE3LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InovMS4yLjExIix9LH0sbXBhdGhBPXsiL2NvbnRyaWIvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDIvTkNFUERFVi9mdjMtY2FtL0R1c2FuLkpvdmljL3Vmcy9wcjE4L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL2hlcmEuaW50ZWwiLCIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi9hcHBz";' export '_ModuleTable011_;' '_ModuleTable012_="L21vZHVsZXMvbW9kdWxlZmlsZXMvTGludXgiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L2NyYXlwZS9kZWZhdWx0L21vZHVsZWZpbGVzIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbCIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWxfaW1waSIsIi9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcyIsIi9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmU6L2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9M";' export '_ModuleTable012_;' '_ModuleTable013_="aW51eDovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzOi9vcHQvY3JheS9tb2R1bGVmaWxlczovb3B0L2NyYXkvY3JheXBlL2RlZmF1bHQvbW9kdWxlZmlsZXMiLH0=";' export '_ModuleTable013_;' '_ModuleTable_Sz_="13";' export '_ModuleTable_Sz_;' -++ BACIO_LIB4=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libbacio_v2.0.3_4.a -++ export BACIO_LIB4 -++ BACIO_LIB8=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libbacio_v2.0.3_8.a -++ export BACIO_LIB8 -++ BACIO_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/bacio_v2.0.3 -++ export BACIO_SRC -++ BACIO_VER=v2.0.3 -++ export BACIO_VER -++ __LMOD_REF_COUNT_CLASSPATH='/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/mpi.jar:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/daal.jar:1' -++ export __LMOD_REF_COUNT_CLASSPATH -++ CLASSPATH=/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/mpi.jar:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/daal.jar -++ export CLASSPATH -++ CMAKE_CXX_COMPILER=mpiicpc -++ export CMAKE_CXX_COMPILER -++ CMAKE_C_COMPILER=mpiicc -++ export CMAKE_C_COMPILER -++ CMAKE_Fortran_COMPILER=mpiifort -++ export CMAKE_Fortran_COMPILER -++ CMAKE_Platform=hera.intel -++ export CMAKE_Platform -++ COMP=intel -++ export COMP -++ __LMOD_REF_COUNT_CPATH='/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/include:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/include:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/pstl/include:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/include:2;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/include:1' -++ export __LMOD_REF_COUNT_CPATH -++ CPATH=/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/include:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/include:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/pstl/include:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/include:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/include -++ export CPATH -++ CRTM_FIX=/scratch2/NCEPDEV/nwprod/NCEPLIBS/fix/crtm_v2.2.6 -++ export CRTM_FIX -++ CRTM_INC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/crtm_v2.2.6 -++ export CRTM_INC -++ CRTM_LIB=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libcrtm_v2.2.6.a -++ export CRTM_LIB -++ CRTM_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/crtm_v2.2.6 -++ export CRTM_SRC -++ CRTM_VER=v2.2.6 -++ export CRTM_VER -++ ESMFMKFILE=/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/lib/esmf.mk -++ export ESMFMKFILE -++ G2TMPL_INC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/g2tmpl_v1.6.0 -++ export G2TMPL_INC -++ G2TMPL_LIB=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2tmpl_v1.6.0.a -++ export G2TMPL_LIB -++ G2TMPL_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/g2tmpl_v1.6.0/src -++ export G2TMPL_SRC -++ G2TMPL_VER=v1.6.0 -++ export G2TMPL_VER -++ G2_INC4=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/g2_v3.1.1_4 -++ export G2_INC4 -++ G2_INCd=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/g2_v3.1.1_d -++ export G2_INCd -++ G2_LIB4=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2_v3.1.1_4.a -++ export G2_LIB4 -++ G2_LIBd=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2_v3.1.1_d.a -++ export G2_LIBd -++ G2_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/g2_v3.1.1 -++ export G2_SRC -++ G2_VER=v3.1.1 -++ export G2_VER -++ GDBSERVER_MIC=/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/targets/intel64/x200/bin/gdbserver -++ export GDBSERVER_MIC -++ GDB_CROSS=/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/intel64/bin/gdb-ia -++ export GDB_CROSS -++ __LMOD_REF_COUNT_INFOPATH='/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/info:1;/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/info:1' -++ export __LMOD_REF_COUNT_INFOPATH -++ INFOPATH=/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/info:/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/info -++ export INFOPATH -++ __LMOD_REF_COUNT_INTEL_LICENSE_FILE='/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/licenses:1;/apps/intel/licenses:1' -++ export __LMOD_REF_COUNT_INTEL_LICENSE_FILE -++ INTEL_LICENSE_FILE=/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/licenses:/apps/intel/licenses -++ export INTEL_LICENSE_FILE -++ INTEL_PYTHONHOME=/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/python/intel64/ -++ export INTEL_PYTHONHOME -++ IPATH_NO_BACKTRACE=1 -++ export IPATH_NO_BACKTRACE -++ IP_INC4=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ip_v3.0.2_4 -++ export IP_INC4 -++ IP_INC8=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ip_v3.0.2_8 -++ export IP_INC8 -++ IP_INCd=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ip_v3.0.2_d -++ export IP_INCd -++ IP_LIB4=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libip_v3.0.2_4.a -++ export IP_LIB4 -++ IP_LIB8=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libip_v3.0.2_8.a -++ export IP_LIB8 -++ IP_LIBd=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libip_v3.0.2_d.a -++ export IP_LIBd -++ IP_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/ip_v3.0.2 -++ export IP_SRC -++ IP_VER=v3.0.2 -++ export IP_VER -++ I_MPI_CC=icc -++ export I_MPI_CC -++ I_MPI_F90=ifort -++ export I_MPI_F90 -++ I_MPI_HYDRA_BRANCH_COUNT=128 -++ export I_MPI_HYDRA_BRANCH_COUNT -++ I_MPI_HYDRA_PMI_CONNECT=alltoall -++ export I_MPI_HYDRA_PMI_CONNECT -++ I_MPI_ROOT=/apps/intel/compilers_and_libraries_2018/linux/mpi -++ export I_MPI_ROOT -++ I_MPI_TMI_PROVIDER=psm -++ export I_MPI_TMI_PROVIDER -++ JASPER_INC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/include/jasper_v1.900.1 -++ export JASPER_INC -++ JASPER_LIB=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/lib/libjasper_v1.900.1.a -++ export JASPER_LIB -++ JASPER_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/thirdParty -++ export JASPER_SRC -++ JASPER_VER=v1.900.1 -++ export JASPER_VER -++ __LMOD_REF_COUNT_LD_LIBRARY_PATH='/apps/netcdf/4.7.0/intel/18.0.5.274/lib:1;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib:1;/apps/slurm/default/lib:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/lib/intel64:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:2;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:2;/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/libipt/intel64/lib:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4:1' -++ export __LMOD_REF_COUNT_LD_LIBRARY_PATH -++ LD_LIBRARY_PATH=/apps/netcdf/4.7.0/intel/18.0.5.274/lib:/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib::/apps/slurm/default/lib:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/lib/intel64:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/libipt/intel64/lib:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4 -++ export LD_LIBRARY_PATH -++ __LMOD_REF_COUNT_LIBRARY_PATH='/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:2;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4:1' -++ export __LMOD_REF_COUNT_LIBRARY_PATH -++ LIBRARY_PATH=/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4 -++ export LIBRARY_PATH -++ LIB_NAME=POST -++ export LIB_NAME -++ LMOD_FAMILY_COMPILER=intel -++ export LMOD_FAMILY_COMPILER -++ LMOD_FAMILY_COMPILER_VERSION=18.0.5.274 -++ export LMOD_FAMILY_COMPILER_VERSION -++ LMOD_FAMILY_MPI=impi -++ export LMOD_FAMILY_MPI -++ LMOD_FAMILY_MPI_VERSION=2018.0.4 -++ export LMOD_FAMILY_MPI_VERSION -++ __LMOD_REF_COUNT_LOADEDMODULES='contrib:1;sutils/default:1;intel/18.0.5.274:1;impi/2018.0.4:1;netcdf/4.7.0:1;bacio/2.0.3:1;ip/3.0.2:1;nemsio/2.2.4:1;sp/2.0.3:1;w3emc/2.3.1:1;w3nco/2.0.7:1;g2/3.1.1:1;g2tmpl/1.6.0:1;crtm/2.2.6:1;jasper/1.900.1:1;png/1.2.44:1;z/1.2.11:1;post/8.0.1:1;esmf/8.0.0:1;cmake/3.9.0:1;fv3:1' -++ export __LMOD_REF_COUNT_LOADEDMODULES -++ LOADEDMODULES=contrib:sutils/default:intel/18.0.5.274:impi/2018.0.4:netcdf/4.7.0:bacio/2.0.3:ip/3.0.2:nemsio/2.2.4:sp/2.0.3:w3emc/2.3.1:w3nco/2.0.7:g2/3.1.1:g2tmpl/1.6.0:crtm/2.2.6:jasper/1.900.1:png/1.2.44:z/1.2.11:post/8.0.1:esmf/8.0.0:cmake/3.9.0:fv3 -++ export LOADEDMODULES -++ __LMOD_REF_COUNT_MANPATH='/apps/netcdf/4.7.0/intel/18.0.5.274/share/man:1;/apps/intel/compilers_and_libraries_2018/linux/mpi/man:1;/apps/intel/parallel_studio_xe_2018.4.057/man/common:1;/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/man:1;/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/man:1;/apps/lmod/lmod/share/man:1;/apps/local/man:1;/apps/slurm/default/share/man:1;/apps/slurm/tools/sbank/share/man:1' -++ export __LMOD_REF_COUNT_MANPATH -++ MANPATH=/apps/netcdf/4.7.0/intel/18.0.5.274/share/man:/apps/intel/compilers_and_libraries_2018/linux/mpi/man:/apps/intel/parallel_studio_xe_2018.4.057/man/common:/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/man:/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/man:/apps/lmod/lmod/share/man::/apps/local/man:/apps/slurm/default/share/man:/apps/slurm/tools/sbank/share/man -++ export MANPATH -++ __LMOD_REF_COUNT_MODULEPATH='/contrib/modulefiles:3;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:2;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1;/apps/modules/modulefamilies/intel:1;/apps/modules/modulefamilies/intel_impi:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles:1' -++ export __LMOD_REF_COUNT_MODULEPATH -++ MODULEPATH=/contrib/modulefiles:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles:/apps/modules/modulefamilies/intel:/apps/modules/modulefamilies/intel_impi:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles -++ export MODULEPATH -++ MPM_LAUNCHER=/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/mpm/mic/bin/start_mpm.sh -++ export MPM_LAUNCHER -++ NCEPLIBS=/scratch2/NCEPDEV/nwprod/NCEPLIBS -++ export NCEPLIBS -++ NEMSIO_INC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/nemsio_v2.2.4 -++ export NEMSIO_INC -++ NEMSIO_LIB=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libnemsio_v2.2.4.a -++ export NEMSIO_LIB -++ NEMSIO_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/nemsio_v2.2.4 -++ export NEMSIO_SRC -++ NEMSIO_VER=v2.2.4 -++ export NEMSIO_VER -++ NETCDF=/apps/netcdf/4.7.0/intel/18.0.5.274 -++ export NETCDF -++ __LMOD_REF_COUNT_NLSPATH='/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64/locale/%l_%t/%N:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin/locale/%l_%t/%N:1;/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/intel64/share/locale/%l_%t/%N:1' -++ export __LMOD_REF_COUNT_NLSPATH -++ NLSPATH=/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64/locale/%l_%t/%N:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin/locale/%l_%t/%N:/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/intel64/share/locale/%l_%t/%N -++ export NLSPATH -++ __LMOD_REF_COUNT_PATH='/contrib/cmake/3.9.0/bin:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/bin:1;/apps/netcdf/4.7.0/intel/18.0.5.274/bin:1;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/bin/intel64:1;/contrib/sutils/bin:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:1;/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/opt/ibutils/bin:1;/apps/local/bin:1;/apps/local/sbin:1;/apps/slurm/default/tools:1;/apps/slurm/default/bin:1;/apps/slurm/default/sbin:1;/apps/slurm/tools/sbank/bin:1;/home/Dusan.Jovic/bin:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/dbrowse:1' -++ export __LMOD_REF_COUNT_PATH -++ PATH=/contrib/cmake/3.9.0/bin:/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/bin:/apps/netcdf/4.7.0/intel/18.0.5.274/bin:/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/bin/intel64:/contrib/sutils/bin:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/opt/ibutils/bin:/apps/local/bin:/apps/local/sbin:/apps/slurm/default/tools:/apps/slurm/default/bin:/apps/slurm/default/sbin:/apps/slurm/tools/sbank/bin:/home/Dusan.Jovic/bin:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/dbrowse -++ export PATH -++ __LMOD_REF_COUNT_PKG_CONFIG_PATH=/apps/intel/compilers_and_libraries_2018/linux/mkl/bin/pkgconfig:1 -++ export __LMOD_REF_COUNT_PKG_CONFIG_PATH -++ PKG_CONFIG_PATH=/apps/intel/compilers_and_libraries_2018/linux/mkl/bin/pkgconfig -++ export PKG_CONFIG_PATH -++ PNG_INC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/png_v1.2.44 -++ export PNG_INC -++ PNG_LIB=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libpng_v1.2.44.a -++ export PNG_LIB -++ PNG_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/thirdParty -++ export PNG_SRC -++ PNG_VER=v1.2.44 -++ export PNG_VER -++ POST_INC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ncep_post_v8.0.1_4 -++ export POST_INC -++ POST_LIB=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libncep_post_v8.0.1_4.a -++ export POST_LIB -++ POST_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/post_v8.0.1 -++ export POST_SRC -++ POST_VER=v8.0.1 -++ export POST_VER -++ SLURM_UTILS_PATH=/contrib/sutils/bin -++ export SLURM_UTILS_PATH -++ SP_LIB4=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_4.a -++ export SP_LIB4 -++ SP_LIB8=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_8.a -++ export SP_LIB8 -++ SP_LIBd=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_d.a -++ export SP_LIBd -++ SP_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/sp_v2.0.3 -++ export SP_SRC -++ SP_VER=v2.0.3 -++ export SP_VER -++ W3EMC_INC4=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/w3emc_v2.3.1_4 -++ export W3EMC_INC4 -++ W3EMC_INC8=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/w3emc_v2.3.1_8 -++ export W3EMC_INC8 -++ W3EMC_INCd=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/w3emc_v2.3.1_d -++ export W3EMC_INCd -++ W3EMC_LIB4=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_4.a -++ export W3EMC_LIB4 -++ W3EMC_LIB8=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_8.a -++ export W3EMC_LIB8 -++ W3EMC_LIBd=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_d.a -++ export W3EMC_LIBd -++ W3EMC_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/w3emc_v2.3.1 -++ export W3EMC_SRC -++ W3EMC_VER=v2.3.1 -++ export W3EMC_VER -++ W3NCO_LIB4=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_4.a -++ export W3NCO_LIB4 -++ W3NCO_LIB8=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_8.a -++ export W3NCO_LIB8 -++ W3NCO_LIBd=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_d.a -++ export W3NCO_LIBd -++ W3NCO_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/w3nco_v2.0.7 -++ export W3NCO_SRC -++ W3NCO_VER=v2.0.7 -++ export W3NCO_VER -++ Z_INC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/z_v1.2.11 -++ export Z_INC -++ Z_LIB=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libz_v1.2.11.a -++ export Z_LIB -++ Z_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/thirdParty -++ export Z_SRC -++ Z_VER=v1.2.11 -++ export Z_VER -++ __LMOD_REF_COUNT__LMFILES_='/apps/modules/modulefiles/contrib:1;/contrib/modulefiles/sutils/default:1;/apps/modules/modulefiles/intel/18.0.5.274:1;/apps/modules/modulefamilies/intel/impi/2018.0.4:1;/apps/modules/modulefamilies/intel/netcdf/4.7.0:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/bacio/2.0.3:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/ip/3.0.2:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/nemsio/2.2.4:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/sp/2.0.3:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3emc/2.3.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3nco/2.0.7:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2/3.1.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2tmpl/1.6.0:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/crtm/2.2.6:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/jasper/1.900.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/png/1.2.44:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/z/1.2.11:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/post/8.0.1:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles/esmf/8.0.0:1;/contrib/modulefiles/cmake/3.9.0:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel/fv3:1' -++ export __LMOD_REF_COUNT__LMFILES_ -++ _LMFILES_=/apps/modules/modulefiles/contrib:/contrib/modulefiles/sutils/default:/apps/modules/modulefiles/intel/18.0.5.274:/apps/modules/modulefamilies/intel/impi/2018.0.4:/apps/modules/modulefamilies/intel/netcdf/4.7.0:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/bacio/2.0.3:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/ip/3.0.2:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/nemsio/2.2.4:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/sp/2.0.3:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3emc/2.3.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3nco/2.0.7:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2/3.1.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2tmpl/1.6.0:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/crtm/2.2.6:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/jasper/1.900.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/png/1.2.44:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/z/1.2.11:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/post/8.0.1:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles/esmf/8.0.0:/contrib/modulefiles/cmake/3.9.0:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel/fv3 -++ export _LMFILES_ -++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJpbXBpIix9LG1UPXtiYWNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvYmFjaW8vMi4wLjMiLFsiZnVsbE5hbWUiXT0iYmFjaW8vMi4wLjMiLFsibG9hZE9yZGVyIl09Nixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJiYWNpby8yLjAuMyIsfSxjbWFrZT17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9jbWFrZS8zLjkuMCIsWyJmdWxs -++ export _ModuleTable001_ -++ _ModuleTable002_=TmFtZSJdPSJjbWFrZS8zLjkuMCIsWyJsb2FkT3JkZXIiXT0yMCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjbWFrZS8zLjkuMCIsfSxjb250cmliPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvY29udHJpYiIsWyJmdWxsTmFtZSJdPSJjb250cmliIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY29udHJpYiIsfSxjcnRtPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9jcnRtLzIuMi42IixbImZ1bGxOYW1lIl09ImNydG0vMi4yLjYiLFsibG9hZE9yZGVy -++ export _ModuleTable002_ -++ _ModuleTable003_=Il09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL2Z2My1jYW0vRHVzYW4uSm92aWMvdWZzL3ByMTgvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvaGVyYS5pbnRlbC9mdjMiLFsi -++ export _ModuleTable003_ -++ _ModuleTable004_=ZnVsbE5hbWUiXT0iZnYzIixbImxvYWRPcmRlciJdPTIxLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTAsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImZ2MyIsfSxnMj17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzIvMy4xLjEiLFsiZnVsbE5hbWUiXT0iZzIvMy4xLjEiLFsibG9hZE9yZGVyIl09MTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZzIvMy4xLjEiLH0sZzJ0bXBsPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9nMnRtcGwvMS42LjAiLFsiZnVsbE5hbWUiXT0iZzJ0bXBsLzEuNi4w -++ export _ModuleTable004_ -++ _ModuleTable005_=IixbImxvYWRPcmRlciJdPTEzLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcydG1wbC8xLjYuMCIsfSxpbXBpPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwvaW1waS8yMDE4LjAuNCIsWyJmdWxsTmFtZSJdPSJpbXBpLzIwMTguMC40IixbImxvYWRPcmRlciJdPTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW1waS8yMDE4LjAuNCIsfSxpbnRlbD17WyJmbiJdPSIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL2ludGVsLzE4LjAuNS4yNzQiLFsiZnVsbE5hbWUiXT0iaW50ZWwvMTguMC41LjI3NCIsWyJsb2FkT3JkZXIi -++ export _ModuleTable005_ -++ _ModuleTable006_=XT0zLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImludGVsLzE4LjAuNS4yNzQiLH0saXA9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2lwLzMuMC4yIixbImZ1bGxOYW1lIl09ImlwLzMuMC4yIixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaXAvMy4wLjIiLH0samFzcGVyPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9qYXNwZXIvMS45MDAuMSIsWyJmdWxsTmFtZSJdPSJqYXNwZXIvMS45MDAuMSIsWyJsb2FkT3JkZXIi -++ export _ModuleTable006_ -++ _ModuleTable007_=XT0xNSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJqYXNwZXIvMS45MDAuMSIsfSxuZW1zaW89e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL25lbXNpby8yLjIuNCIsWyJmdWxsTmFtZSJdPSJuZW1zaW8vMi4yLjQiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZW1zaW8vMi4yLjQiLH0sbmV0Y2RmPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwvbmV0Y2RmLzQuNy4wIixbImZ1bGxOYW1lIl09Im5ldGNkZi80LjcuMCIsWyJsb2FkT3JkZXIi -++ export _ModuleTable007_ -++ _ModuleTable008_=XT01LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5ldGNkZi80LjcuMCIsfSxwbmc9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3BuZy8xLjIuNDQiLFsiZnVsbE5hbWUiXT0icG5nLzEuMi40NCIsWyJsb2FkT3JkZXIiXT0xNixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJwbmcvMS4yLjQ0Iix9LHBvc3Q9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3Bvc3QvOC4wLjEiLFsiZnVsbE5hbWUiXT0icG9zdC84LjAuMSIsWyJsb2FkT3JkZXIiXT0xOCxw -++ export _ModuleTable008_ -++ _ModuleTable009_=cm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJwb3N0LzguMC4xIix9LHNwPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9zcC8yLjAuMyIsWyJmdWxsTmFtZSJdPSJzcC8yLjAuMyIsWyJsb2FkT3JkZXIiXT05LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InNwLzIuMC4zIix9LHN1dGlscz17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9zdXRpbHMvZGVmYXVsdCIsWyJmdWxsTmFtZSJdPSJzdXRpbHMvZGVmYXVsdCIsWyJsb2FkT3JkZXIiXT0yLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0 -++ export _ModuleTable009_ -++ _ModuleTable010_=dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InN1dGlscyIsfSx3M2VtYz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNlbWMvMi4zLjEiLFsiZnVsbE5hbWUiXT0idzNlbWMvMi4zLjEiLFsibG9hZE9yZGVyIl09MTAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNlbWMvMi4zLjEiLH0sdzNuY289e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czbmNvLzIuMC43IixbImZ1bGxOYW1lIl09InczbmNvLzIuMC43IixbImxvYWRPcmRlciJdPTExLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMi -++ export _ModuleTable010_ -++ _ModuleTable011_=XT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHo9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3ovMS4yLjExIixbImZ1bGxOYW1lIl09InovMS4yLjExIixbImxvYWRPcmRlciJdPTE3LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InovMS4yLjExIix9LH0sbXBhdGhBPXsiL2NvbnRyaWIvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDIvTkNFUERFVi9mdjMtY2FtL0R1c2FuLkpvdmljL3Vmcy9wcjE4L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL2hlcmEuaW50ZWwiLCIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi9hcHBz -++ export _ModuleTable011_ -++ _ModuleTable012_=L21vZHVsZXMvbW9kdWxlZmlsZXMvTGludXgiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L2NyYXlwZS9kZWZhdWx0L21vZHVsZWZpbGVzIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbCIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWxfaW1waSIsIi9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcyIsIi9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmU6L2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9M -++ export _ModuleTable012_ -++ _ModuleTable013_=aW51eDovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzOi9vcHQvY3JheS9tb2R1bGVmaWxlczovb3B0L2NyYXkvY3JheXBlL2RlZmF1bHQvbW9kdWxlZmlsZXMiLH0= -++ export _ModuleTable013_ -++ _ModuleTable_Sz_=13 -++ export _ModuleTable_Sz_ -++ : -s sh -+ eval -+ module list -++ /apps/lmod/7.7.18/libexec/lmod bash list -+ eval echo ''\'''\'';' echo ''\''Currently'\''' ''\''Loaded'\''' ''\''Modules:'\'';' echo ''\'''\''' ''\'''\''' ''\''1)'\''' ''\''contrib'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''7)'\''' ''\''ip/3.0.2'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''13)'\''' ''\''g2tmpl/1.6.0'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''19)'\''' ''\''esmf/8.0.0'\'';' echo ''\'''\''' ''\'''\''' ''\''2)'\''' ''\''sutils/default'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''8)'\''' ''\''nemsio/2.2.4'\''' ''\'''\''' ''\''14)'\''' ''\''crtm/2.2.6'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''20)'\''' ''\''cmake/3.9.0'\'';' echo ''\'''\''' ''\'''\''' ''\''3)'\''' ''\''intel/18.0.5.274'\''' ''\'''\''' ''\'''\''' ''\''9)'\''' ''\''sp/2.0.3'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''15)'\''' ''\''jasper/1.900.1'\''' ''\'''\''' ''\''21)'\''' ''\''fv3'\'';' echo ''\'''\''' ''\'''\''' ''\''4)'\''' ''\''impi/2018.0.4'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''10)'\''' ''\''w3emc/2.3.1'\''' ''\'''\''' ''\'''\''' ''\''16)'\''' ''\''png/1.2.44'\'';' echo ''\'''\''' ''\'''\''' ''\''5)'\''' ''\''netcdf/4.7.0'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''11)'\''' ''\''w3nco/2.0.7'\''' ''\'''\''' ''\'''\''' ''\''17)'\''' ''\''z/1.2.11'\'';' echo ''\'''\''' ''\'''\''' ''\''6)'\''' ''\''bacio/2.0.3'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''12)'\''' ''\''g2/3.1.1'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''18)'\''' ''\''post/8.0.1'\'';' echo ''\'''\'';' echo ''\'''\''' ''\'''\'';' echo ''\'''\'';' 'MODULEPATH="/contrib/modulefiles:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles:/apps/modules/modulefamilies/intel:/apps/modules/modulefamilies/intel_impi:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles";' export 'MODULEPATH;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJpbXBpIix9LG1UPXtiYWNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvYmFjaW8vMi4wLjMiLFsiZnVsbE5hbWUiXT0iYmFjaW8vMi4wLjMiLFsibG9hZE9yZGVyIl09Nixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJiYWNpby8yLjAuMyIsfSxjbWFrZT17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9jbWFrZS8zLjkuMCIsWyJmdWxs";' export '_ModuleTable001_;' '_ModuleTable002_="TmFtZSJdPSJjbWFrZS8zLjkuMCIsWyJsb2FkT3JkZXIiXT0yMCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjbWFrZS8zLjkuMCIsfSxjb250cmliPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvY29udHJpYiIsWyJmdWxsTmFtZSJdPSJjb250cmliIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY29udHJpYiIsfSxjcnRtPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9jcnRtLzIuMi42IixbImZ1bGxOYW1lIl09ImNydG0vMi4yLjYiLFsibG9hZE9yZGVy";' export '_ModuleTable002_;' '_ModuleTable003_="Il09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL2Z2My1jYW0vRHVzYW4uSm92aWMvdWZzL3ByMTgvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvaGVyYS5pbnRlbC9mdjMiLFsi";' export '_ModuleTable003_;' '_ModuleTable004_="ZnVsbE5hbWUiXT0iZnYzIixbImxvYWRPcmRlciJdPTIxLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTAsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImZ2MyIsfSxnMj17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzIvMy4xLjEiLFsiZnVsbE5hbWUiXT0iZzIvMy4xLjEiLFsibG9hZE9yZGVyIl09MTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZzIvMy4xLjEiLH0sZzJ0bXBsPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9nMnRtcGwvMS42LjAiLFsiZnVsbE5hbWUiXT0iZzJ0bXBsLzEuNi4w";' export '_ModuleTable004_;' '_ModuleTable005_="IixbImxvYWRPcmRlciJdPTEzLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcydG1wbC8xLjYuMCIsfSxpbXBpPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwvaW1waS8yMDE4LjAuNCIsWyJmdWxsTmFtZSJdPSJpbXBpLzIwMTguMC40IixbImxvYWRPcmRlciJdPTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW1waS8yMDE4LjAuNCIsfSxpbnRlbD17WyJmbiJdPSIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL2ludGVsLzE4LjAuNS4yNzQiLFsiZnVsbE5hbWUiXT0iaW50ZWwvMTguMC41LjI3NCIsWyJsb2FkT3JkZXIi";' export '_ModuleTable005_;' '_ModuleTable006_="XT0zLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImludGVsLzE4LjAuNS4yNzQiLH0saXA9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2lwLzMuMC4yIixbImZ1bGxOYW1lIl09ImlwLzMuMC4yIixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaXAvMy4wLjIiLH0samFzcGVyPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9qYXNwZXIvMS45MDAuMSIsWyJmdWxsTmFtZSJdPSJqYXNwZXIvMS45MDAuMSIsWyJsb2FkT3JkZXIi";' export '_ModuleTable006_;' '_ModuleTable007_="XT0xNSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJqYXNwZXIvMS45MDAuMSIsfSxuZW1zaW89e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL25lbXNpby8yLjIuNCIsWyJmdWxsTmFtZSJdPSJuZW1zaW8vMi4yLjQiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZW1zaW8vMi4yLjQiLH0sbmV0Y2RmPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwvbmV0Y2RmLzQuNy4wIixbImZ1bGxOYW1lIl09Im5ldGNkZi80LjcuMCIsWyJsb2FkT3JkZXIi";' export '_ModuleTable007_;' '_ModuleTable008_="XT01LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5ldGNkZi80LjcuMCIsfSxwbmc9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3BuZy8xLjIuNDQiLFsiZnVsbE5hbWUiXT0icG5nLzEuMi40NCIsWyJsb2FkT3JkZXIiXT0xNixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJwbmcvMS4yLjQ0Iix9LHBvc3Q9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3Bvc3QvOC4wLjEiLFsiZnVsbE5hbWUiXT0icG9zdC84LjAuMSIsWyJsb2FkT3JkZXIiXT0xOCxw";' export '_ModuleTable008_;' '_ModuleTable009_="cm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJwb3N0LzguMC4xIix9LHNwPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9zcC8yLjAuMyIsWyJmdWxsTmFtZSJdPSJzcC8yLjAuMyIsWyJsb2FkT3JkZXIiXT05LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InNwLzIuMC4zIix9LHN1dGlscz17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9zdXRpbHMvZGVmYXVsdCIsWyJmdWxsTmFtZSJdPSJzdXRpbHMvZGVmYXVsdCIsWyJsb2FkT3JkZXIiXT0yLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0";' export '_ModuleTable009_;' '_ModuleTable010_="dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InN1dGlscyIsfSx3M2VtYz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNlbWMvMi4zLjEiLFsiZnVsbE5hbWUiXT0idzNlbWMvMi4zLjEiLFsibG9hZE9yZGVyIl09MTAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNlbWMvMi4zLjEiLH0sdzNuY289e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czbmNvLzIuMC43IixbImZ1bGxOYW1lIl09InczbmNvLzIuMC43IixbImxvYWRPcmRlciJdPTExLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMi";' export '_ModuleTable010_;' '_ModuleTable011_="XT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHo9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3ovMS4yLjExIixbImZ1bGxOYW1lIl09InovMS4yLjExIixbImxvYWRPcmRlciJdPTE3LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InovMS4yLjExIix9LH0sbXBhdGhBPXsiL2NvbnRyaWIvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDIvTkNFUERFVi9mdjMtY2FtL0R1c2FuLkpvdmljL3Vmcy9wcjE4L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL2hlcmEuaW50ZWwiLCIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi9hcHBz";' export '_ModuleTable011_;' '_ModuleTable012_="L21vZHVsZXMvbW9kdWxlZmlsZXMvTGludXgiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L2NyYXlwZS9kZWZhdWx0L21vZHVsZWZpbGVzIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbCIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWxfaW1waSIsIi9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcyIsIi9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmU6L2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9M";' export '_ModuleTable012_;' '_ModuleTable013_="aW51eDovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzOi9vcHQvY3JheS9tb2R1bGVmaWxlczovb3B0L2NyYXkvY3JheXBlL2RlZmF1bHQvbW9kdWxlZmlsZXMiLH0=";' export '_ModuleTable013_;' '_ModuleTable_Sz_="13";' export '_ModuleTable_Sz_;' -++ echo '' - -++ echo Currently Loaded Modules: -Currently Loaded Modules: -++ echo '' '' '1)' contrib '' '' '' '' '' '' '' '' '' '' '' '7)' ip/3.0.2 '' '' '' '' '' '13)' g2tmpl/1.6.0 '' '' '' '19)' esmf/8.0.0 - 1) contrib 7) ip/3.0.2 13) g2tmpl/1.6.0 19) esmf/8.0.0 -++ echo '' '' '2)' sutils/default '' '' '' '' '8)' nemsio/2.2.4 '' '14)' crtm/2.2.6 '' '' '' '' '' '20)' cmake/3.9.0 - 2) sutils/default 8) nemsio/2.2.4 14) crtm/2.2.6 20) cmake/3.9.0 -++ echo '' '' '3)' intel/18.0.5.274 '' '' '9)' sp/2.0.3 '' '' '' '' '' '15)' jasper/1.900.1 '' '21)' fv3 - 3) intel/18.0.5.274 9) sp/2.0.3 15) jasper/1.900.1 21) fv3 -++ echo '' '' '4)' impi/2018.0.4 '' '' '' '' '10)' w3emc/2.3.1 '' '' '16)' png/1.2.44 - 4) impi/2018.0.4 10) w3emc/2.3.1 16) png/1.2.44 -++ echo '' '' '5)' netcdf/4.7.0 '' '' '' '' '' '11)' w3nco/2.0.7 '' '' '17)' z/1.2.11 - 5) netcdf/4.7.0 11) w3nco/2.0.7 17) z/1.2.11 -++ echo '' '' '6)' bacio/2.0.3 '' '' '' '' '' '' '12)' g2/3.1.1 '' '' '' '' '' '18)' post/8.0.1 - 6) bacio/2.0.3 12) g2/3.1.1 18) post/8.0.1 -++ echo '' - -++ echo '' '' - -++ echo '' - -++ MODULEPATH=/contrib/modulefiles:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles:/apps/modules/modulefamilies/intel:/apps/modules/modulefamilies/intel_impi:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles -++ export MODULEPATH -++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJpbXBpIix9LG1UPXtiYWNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvYmFjaW8vMi4wLjMiLFsiZnVsbE5hbWUiXT0iYmFjaW8vMi4wLjMiLFsibG9hZE9yZGVyIl09Nixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJiYWNpby8yLjAuMyIsfSxjbWFrZT17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9jbWFrZS8zLjkuMCIsWyJmdWxs -++ export _ModuleTable001_ -++ _ModuleTable002_=TmFtZSJdPSJjbWFrZS8zLjkuMCIsWyJsb2FkT3JkZXIiXT0yMCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjbWFrZS8zLjkuMCIsfSxjb250cmliPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvY29udHJpYiIsWyJmdWxsTmFtZSJdPSJjb250cmliIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY29udHJpYiIsfSxjcnRtPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9jcnRtLzIuMi42IixbImZ1bGxOYW1lIl09ImNydG0vMi4yLjYiLFsibG9hZE9yZGVy -++ export _ModuleTable002_ -++ _ModuleTable003_=Il09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL2Z2My1jYW0vRHVzYW4uSm92aWMvdWZzL3ByMTgvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvaGVyYS5pbnRlbC9mdjMiLFsi -++ export _ModuleTable003_ -++ _ModuleTable004_=ZnVsbE5hbWUiXT0iZnYzIixbImxvYWRPcmRlciJdPTIxLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTAsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImZ2MyIsfSxnMj17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzIvMy4xLjEiLFsiZnVsbE5hbWUiXT0iZzIvMy4xLjEiLFsibG9hZE9yZGVyIl09MTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZzIvMy4xLjEiLH0sZzJ0bXBsPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9nMnRtcGwvMS42LjAiLFsiZnVsbE5hbWUiXT0iZzJ0bXBsLzEuNi4w -++ export _ModuleTable004_ -++ _ModuleTable005_=IixbImxvYWRPcmRlciJdPTEzLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcydG1wbC8xLjYuMCIsfSxpbXBpPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwvaW1waS8yMDE4LjAuNCIsWyJmdWxsTmFtZSJdPSJpbXBpLzIwMTguMC40IixbImxvYWRPcmRlciJdPTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW1waS8yMDE4LjAuNCIsfSxpbnRlbD17WyJmbiJdPSIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL2ludGVsLzE4LjAuNS4yNzQiLFsiZnVsbE5hbWUiXT0iaW50ZWwvMTguMC41LjI3NCIsWyJsb2FkT3JkZXIi -++ export _ModuleTable005_ -++ _ModuleTable006_=XT0zLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImludGVsLzE4LjAuNS4yNzQiLH0saXA9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2lwLzMuMC4yIixbImZ1bGxOYW1lIl09ImlwLzMuMC4yIixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaXAvMy4wLjIiLH0samFzcGVyPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9qYXNwZXIvMS45MDAuMSIsWyJmdWxsTmFtZSJdPSJqYXNwZXIvMS45MDAuMSIsWyJsb2FkT3JkZXIi -++ export _ModuleTable006_ -++ _ModuleTable007_=XT0xNSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJqYXNwZXIvMS45MDAuMSIsfSxuZW1zaW89e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL25lbXNpby8yLjIuNCIsWyJmdWxsTmFtZSJdPSJuZW1zaW8vMi4yLjQiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZW1zaW8vMi4yLjQiLH0sbmV0Y2RmPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwvbmV0Y2RmLzQuNy4wIixbImZ1bGxOYW1lIl09Im5ldGNkZi80LjcuMCIsWyJsb2FkT3JkZXIi -++ export _ModuleTable007_ -++ _ModuleTable008_=XT01LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5ldGNkZi80LjcuMCIsfSxwbmc9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3BuZy8xLjIuNDQiLFsiZnVsbE5hbWUiXT0icG5nLzEuMi40NCIsWyJsb2FkT3JkZXIiXT0xNixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJwbmcvMS4yLjQ0Iix9LHBvc3Q9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3Bvc3QvOC4wLjEiLFsiZnVsbE5hbWUiXT0icG9zdC84LjAuMSIsWyJsb2FkT3JkZXIiXT0xOCxw -++ export _ModuleTable008_ -++ _ModuleTable009_=cm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJwb3N0LzguMC4xIix9LHNwPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9zcC8yLjAuMyIsWyJmdWxsTmFtZSJdPSJzcC8yLjAuMyIsWyJsb2FkT3JkZXIiXT05LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InNwLzIuMC4zIix9LHN1dGlscz17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9zdXRpbHMvZGVmYXVsdCIsWyJmdWxsTmFtZSJdPSJzdXRpbHMvZGVmYXVsdCIsWyJsb2FkT3JkZXIiXT0yLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0 -++ export _ModuleTable009_ -++ _ModuleTable010_=dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InN1dGlscyIsfSx3M2VtYz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNlbWMvMi4zLjEiLFsiZnVsbE5hbWUiXT0idzNlbWMvMi4zLjEiLFsibG9hZE9yZGVyIl09MTAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNlbWMvMi4zLjEiLH0sdzNuY289e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czbmNvLzIuMC43IixbImZ1bGxOYW1lIl09InczbmNvLzIuMC43IixbImxvYWRPcmRlciJdPTExLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMi -++ export _ModuleTable010_ -++ _ModuleTable011_=XT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHo9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3ovMS4yLjExIixbImZ1bGxOYW1lIl09InovMS4yLjExIixbImxvYWRPcmRlciJdPTE3LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InovMS4yLjExIix9LH0sbXBhdGhBPXsiL2NvbnRyaWIvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDIvTkNFUERFVi9mdjMtY2FtL0R1c2FuLkpvdmljL3Vmcy9wcjE4L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL2hlcmEuaW50ZWwiLCIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi9hcHBz -++ export _ModuleTable011_ -++ _ModuleTable012_=L21vZHVsZXMvbW9kdWxlZmlsZXMvTGludXgiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L2NyYXlwZS9kZWZhdWx0L21vZHVsZWZpbGVzIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbCIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWxfaW1waSIsIi9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcyIsIi9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmU6L2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9M -++ export _ModuleTable012_ -++ _ModuleTable013_=aW51eDovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzOi9vcHQvY3JheS9tb2R1bGVmaWxlczovb3B0L2NyYXkvY3JheXBlL2RlZmF1bHQvbW9kdWxlZmlsZXMiLH0= -++ export _ModuleTable013_ -++ _ModuleTable_Sz_=13 -++ export _ModuleTable_Sz_ -++ : -s sh -+ eval -+ cd build_fv3_1 -+ cmake /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model --- The C compiler identification is Intel 18.0.5.20180823 --- The CXX compiler identification is Intel 18.0.5.20180823 --- The Fortran compiler identification is Intel 18.0.5.20180823 --- Check for working C compiler: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiicc --- Check for working C compiler: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiicc -- works --- Detecting C compiler ABI info --- Detecting C compiler ABI info - done --- Detecting C compile features --- Detecting C compile features - done --- Check for working CXX compiler: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiicpc --- Check for working CXX compiler: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiicpc -- works --- Detecting CXX compiler ABI info --- Detecting CXX compiler ABI info - done --- Detecting CXX compile features --- Detecting CXX compile features - done --- Check for working Fortran compiler: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort --- Check for working Fortran compiler: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -- works --- Detecting Fortran compiler ABI info --- Detecting Fortran compiler ABI info - done --- Checking whether /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort supports Fortran 90 --- Checking whether /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort supports Fortran 90 -- yes --- Found MPI_C: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpifort.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/release_mt/libmpi.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpigi.a;/usr/lib64/libdl.so;/usr/lib64/librt.so;/usr/lib64/libpthread.so --- Found MPI_CXX: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpicxx.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpifort.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/release_mt/libmpi.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpigi.a;/usr/lib64/libdl.so;/usr/lib64/librt.so;/usr/lib64/libpthread.so --- Found MPI_Fortran: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpifort.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/release_mt/libmpi.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpigi.a;/usr/lib64/libdl.so;/usr/lib64/librt.so;/usr/lib64/libpthread.so -ESMFMKFILE: /scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/lib/esmf.mk - Found ESMF: -ESMF_VERSION_MAJOR: 8 -ESMF_F90COMPILEPATHS: /scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod;/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include;/apps/netcdf/4.6.1/intel/16.1.150/include -ESMF_F90ESMFLINKRPATHS: -Wl,-rpath,/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/lib -ESMF_F90ESMFLINKLIBS: -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf --- Found ESMF: /scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod;/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include;/apps/netcdf/4.6.1/intel/16.1.150/include (found version "8.0.0") - -Setting configuration for hera.intel - -C compiler: Intel 18.0.5.20180823 (mpiicc) -CXX compiler: Intel 18.0.5.20180823 (mpiicpc) -Fortran compiler: Intel 18.0.5.20180823 (mpiifort) - -DEBUG is disabled -REPRO is disabled -32BIT is disabled -OPENMP is ENABLED -AVX2 is ENABLED -INLINE_POST is ENABLED - - -Selected physics package: gfs - --- Configuring done --- Generating done --- Build files have been written to: /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_1 -+ make -j 8 -Scanning dependencies of target fv3cpl -[ 1%] Building Fortran object FV3/cpl/CMakeFiles/fv3cpl.dir/module_cplfields.F90.o -[ 1%] Building Fortran object FV3/cpl/CMakeFiles/fv3cpl.dir/module_cap_cpl.F90.o -Scanning dependencies of target fms -Scanning dependencies of target gfsphysics -[ 1%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_parameter.F90.o -[ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/platform/platform.F90.o -[ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_core.F90.o -[ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_input.F90.o -[ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/cloud_interpolator.F90.o -[ 2%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/machine.F.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 3%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/co2hc.f.o -[ 3%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_composition.f.o -[ 3%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_io.F90.o -[ 4%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/efield.f.o -[ 5%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/wam_f107_kp_mod.f90.o -[ 5%] Building Fortran object CMakeFiles/fms.dir/FMS/random_numbers/MersenneTwister.F90.o -[ 5%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mersenne_twister.f.o -[ 5%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/GFDL_parse_tracers.F90.o -[ 6%] Building Fortran object CMakeFiles/fms.dir/FMS/sat_vapor_pres/sat_vapor_pres_k.F90.o -[ 7%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/iounitdef.f.o -[ 7%] Linking Fortran static library libfv3cpl.a -[ 7%] Building Fortran object CMakeFiles/fms.dir/FMS/constants/constants.F90.o -[ 7%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/namelist_soilveg.f.o -[ 8%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_data.F90.o -[ 8%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_wrf_utl.f90.o -[ 8%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/noahmp_tables.f90.o -[ 8%] Built target fv3cpl -[ 8%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_mp_radar.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 8%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/physcons.F90.o -[ 8%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/date_def.f.o -[ 9%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/progtm_module.f.o -[ 9%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/aerclm_def.f.o -[ 9%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp.F90.o -[ 9%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2o_def.f.o -[ 9%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/physparam.f.o -[ 10%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ozne_def.f.o -[ 10%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gfs_phy_tracer_config.F.o -[ 10%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/surface_perturbation.F90.o -[ 10%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_sf_noahmp_glacier.f90.o -[ 11%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_sf_noahmplsm.f90.o -[ 11%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/iccn_def.f.o -[ 12%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/micro_mg_utils.F90.o -[ 12%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gfdl_cloud_microphys.F90.o -[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/tracer_const_h.f.o -[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/funcphys.f90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_ugwp_initialize.F90.o -[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radlw_param.f.o -[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radsw_param.f.o -[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_astronomy.f.o -[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_surface.f.o -[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_nst_parameters.f90.o -[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/aer_cloud.F.o -[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_mp_thompson_gfs.F90.o -[ 15%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_mp_wsm6_fv3.F90.o -[ 15%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/get_prs_fv3.f90.o -[ 16%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_cice.f.o -[ 16%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_diff.f.o -[ 16%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_ugwp_module.F90.o -[ 16%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/rascnvv2.f.o -[ 16%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_aerosols.f.o -ifort: command line warning #10121: overriding '-xCORE-AVX2' with '-xCORE-AVX-I' -[ 16%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_bfmicrophysics.f.o -[ 16%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_gases.f.o -[ 17%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radlw_datatb.f.o -[ 18%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radsw_datatb.f.o -[ 18%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/wv_saturation.F.o -[ 18%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_nst_water_prop.f90.o -[ 19%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cs_conv.F90.o -[ 19%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_diag.f.o -[ 19%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_efp.F90.o -[ 19%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_memutils.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 20%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_pset.F90.o -[ 21%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_type.F90.o -[ 22%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/gradient.F90.o -[ 23%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_drv.f.o -[ 23%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_ocean.f.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 24%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_sice.f.o -[ 24%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_typedefs.F90.o -[ 25%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_clouds.f.o -[ 25%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radlw_main.f.o -[ 25%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_nst_model.f90.o -[ 25%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_domains.F90.o -[ 25%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radsw_main.f.o -[ 25%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cldmacro.F.o -[ 26%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cldwat2m_micro.F.o -[ 26%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/micro_mg2_0.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 26%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/micro_mg3_0.F90.o -[ 26%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_nst.f.o -[ 26%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_diagnostics.F90.o -[ 26%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_physics_driver.F90.o -[ 27%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_radiation_driver.F90.o -[ 27%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_restart.F90.o -[ 28%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_comm.F90.o -[ 28%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_io.F90.o -Compiling in MPI mode (with or without MPP) -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 28%] Building Fortran object CMakeFiles/fms.dir/FMS/memutils/memutils.F90.o -[ 28%] Building Fortran object CMakeFiles/fms.dir/FMS/fms/fms_io.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 29%] Building Fortran object CMakeFiles/fms.dir/FMS/fms/fms.F90.o -[ 30%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bicubic.F90.o -[ 30%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_conserve.F90.o -[ 30%] Building Fortran object CMakeFiles/fms.dir/FMS/time_manager/time_manager.F90.o -[ 30%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bilinear.F90.o -[ 30%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_spherical.F90.o -[ 30%] Building Fortran object CMakeFiles/fms.dir/FMS/axis_utils/axis_utils.F90.o -[ 30%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_grid.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 30%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/mosaic.F90.o -[ 31%] Building Fortran object CMakeFiles/fms.dir/FMS/field_manager/field_manager.F90.o -[ 33%] Building Fortran object CMakeFiles/fms.dir/FMS/time_interp/time_interp.F90.o -[ 33%] Building Fortran object CMakeFiles/fms.dir/FMS/time_manager/get_cal_time.F90.o -[ 33%] Building Fortran object CMakeFiles/fms.dir/FMS/topography/gaussian_topog.F90.o -[ 33%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_types.F90.o -[ 33%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_data.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 33%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp.F90.o -[ 33%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/xbt_drop_rate_adjust.f90.o -[ 33%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/write_ocean_data.F90.o -[ 34%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_axis.F90.o -[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_manifest.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/time_interp/time_interp_external.F90.o -[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_output.F90.o -[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/field_manager/fm_util.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 36%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_util.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 36%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_table.F90.o -[ 36%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_manager.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 36%] Building Fortran object CMakeFiles/fms.dir/FMS/data_override/data_override.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 37%] Building Fortran object CMakeFiles/fms.dir/FMS/exchange/stock_constants.F90.o -[ 37%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/coupler_types.F90.o -[ 38%] Building Fortran object CMakeFiles/fms.dir/FMS/amip_interp/amip_interp.F90.o -[ 38%] Building Fortran object CMakeFiles/fms.dir/FMS/astronomy/astronomy.F90.o -[ 38%] Building Fortran object CMakeFiles/fms.dir/FMS/block_control/block_control.F90.o -[ 39%] Building Fortran object CMakeFiles/fms.dir/FMS/column_diagnostics/column_diagnostics.F90.o -[ 39%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/atmos_ocean_fluxes.F90.o -[ 39%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/ensemble_manager.F90.o -[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -Compiling in MPI mode (with or without MPP) -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/exchange/xgrid.F90.o -[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft.F90.o -[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft99.F90.o -[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/interpolator/interpolator.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/grid.F90.o -[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_utilities.F90.o -[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core.F90.o -[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core_ecda.F90.o -[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/random_numbers/random_numbers.F90.o -[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/sat_vapor_pres/sat_vapor_pres.F90.o -[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/station_data/station_data.F90.o -[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/topography/topography.F90.o -[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/tracer_manager/tracer_manager.F90.o -[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/tridiagonal/tridiagonal.F90.o -[ 42%] Building C object CMakeFiles/fms.dir/FMS/mosaic/create_xgrid.c.o -[ 42%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/quicksort.F90.o -[ 43%] Building C object CMakeFiles/fms.dir/FMS/mosaic/gradient_c2l.c.o -[ 43%] Building C object CMakeFiles/fms.dir/FMS/memutils/memuse.c.o -[ 44%] Building C object CMakeFiles/fms.dir/FMS/mosaic/interp.c.o -[ 44%] Building C object CMakeFiles/fms.dir/FMS/mosaic/mosaic_util.c.o -[ 44%] Building C object CMakeFiles/fms.dir/FMS/mosaic/read_mosaic.c.o -[ 44%] Building C object CMakeFiles/fms.dir/FMS/affinity/affinity.c.o -[ 45%] Building C object CMakeFiles/fms.dir/FMS/mpp/nsclock.c.o -[ 45%] Building C object CMakeFiles/fms.dir/FMS/mpp/threadloc.c.o -[ 45%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_driver.F90.o -[ 45%] Linking Fortran static library FMS/libfms.a -[ 46%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_abstraction_layer.F90.o -[ 47%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_solar_heating.f.o -[ 47%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2oc.f.o -[ 47%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_tracer.f.o -[ 48%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ideaca.f.o -[ 48%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfcsub.F.o -[ 48%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ugwp_driver_v0.f.o -[ 48%] Built target fms -[ 48%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cnvc90.f.o -[ 48%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/dcyc2.f.o -[ 48%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/dcyc2.pre.rad.f.o -[ 48%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/get_prs.f.o -[ 48%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gocart_tracer_config_stub.f.o -[ 49%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gscond.f.o -[ 49%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gscondp.f.o -[ 49%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gwdc.f.o -[ 50%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gwdps.f.o -[ 50%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_orowam2017.f.o -[ 50%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2ohdc.f.o -[ 50%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2ophys.f.o -[ 50%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_co2.f.o -[ 50%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_dissipation.f.o -[ 51%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_h2o.f.o -[ 51%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_ion.f.o -[ 51%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_o2_o3.f.o -[ 52%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_phys.f.o -[ 52%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/lrgsclr.f.o -[ 52%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfpbl.f.o -[ 53%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfpblt.f.o -[ 53%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfpbltq.f.o -[ 53%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfscu.f.o -[ 54%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninedmf_hafs.f.o -[ 54%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninedmf.f.o -[ 54%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfscuq.f.o -[ 55%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninp.f.o -[ 55%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninp1.f.o -[ 55%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninq.f.o -[ 56%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninq1.f.o -[ 56%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninshoc.f.o -[ 56%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mstadb.f.o -[ 57%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mstadbtn.f.o -[ 57%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mstadbtn2.f.o -[ 58%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mstcnv.f.o -[ 58%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ozphys.f.o -[ 58%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ozphys_2015.f.o -[ 58%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/precpd.f.o -[ 59%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/precpd_shoc.f.o -[ 59%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/precpdp.f.o -[ 59%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/progt2.f.o -[ 59%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/rad_initialize.f.o -[ 60%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/rayleigh_damp.f.o -[ 60%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/rayleigh_damp_mesopause.f.o -[ 60%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/samfaerosols.f.o -[ 61%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/samfdeepcnv.f.o -[ 61%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/samfshalcnv.f.o -[ 61%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sascnv.f.o -[ 62%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sascnvn.f.o -[ 62%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/satmedmfvdif.f.o -[ 62%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/satmedmfvdifq.f.o -[ 62%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/set_soilveg.f.o -[ 62%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_noahmp_drv.f.o -[ 63%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sflx.f.o -[ 63%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcnv.f.o -[ 63%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcv.f.o -[ 63%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcv_1lyr.f.o -[ 63%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcv_opr.f.o -[ 63%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcv_fixdp.f.o -[ 63%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/tridi2t3.f.o -[ 63%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/calpreciptype.f90.o -[ 63%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gcm_shoc.f90.o -[ 64%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2ointerp.f90.o -[ 65%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ozinterp.f90.o -[ 65%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/iccninterp.f90.o -[ 65%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/aerinterp.f90.o -[ 66%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/num_parthds.F.o -[ 67%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gcycle.F90.o -[ 68%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_ugwp_utils.F90.o -[ 68%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_ugwp_triggers.F90.o -[ 68%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_ugwp_solvers.F90.o -[ 68%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_vert_lsatdis.F90.o -[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_vert_orodis.F90.o -[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_vert_wmsdis.F90.o -[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/m_micro_driver.F90.o -[ 70%] Linking Fortran static library libgfsphysics.a -[ 70%] Built target gfsphysics -Scanning dependencies of target ipd -[ 70%] Building Fortran object FV3/ipd/CMakeFiles/ipd.dir/IPD_typedefs.F90.o -[ 70%] Building Fortran object FV3/ipd/CMakeFiles/ipd.dir/IPD_driver.F90.o -[ 70%] Linking Fortran static library libipd.a -[ 70%] Built target ipd -Scanning dependencies of target io -[ 70%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_fv3_io_def.F90.o -[ 70%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_internal_state.F90.o -Scanning dependencies of target fv3core -[ 71%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_arrays.F90.o -[ 72%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_fill.F90.o -[ 72%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/sim_nc_mod.F90.o -[ 73%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/external_sst.F90.o -[ 73%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/DYCORE_typedefs.F90.o -[ 73%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_nemsio.F90.o -[ 74%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_netcdf.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 74%] Building Fortran object FV3/io/CMakeFiles/io.dir/post_gfs.F90.o -[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_mp_mod.F90.o -[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/sorted_index.F90.o -[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_eta.F90.o -[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_timing.F90.o -[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_cmp.F90.o -[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_sg.F90.o -[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/boundary.F90.o -[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_grid_utils.F90.o -[ 75%] Building Fortran object FV3/io/CMakeFiles/io.dir/FV3GFS_io.F90.o -[ 76%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_wrt_grid_comp.F90.o -[ 76%] Building Fortran object FV3/io/CMakeFiles/io.dir/ffsync.F90.o -[ 76%] Building Fortran object FV3/io/CMakeFiles/io.dir/post_nems_routines.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 77%] Linking Fortran static library libio.a -[ 77%] Built target io -[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_mapz.F90.o -[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/a2b_edge.F90.o -[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/tp_core.F90.o -[ 78%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_grid_tools.F90.o -[ 78%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_surf_map.F90.o -[ 78%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/init_hydro.F90.o -[ 79%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_treat_da_inc.F90.o -[ 79%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_iau_mod.F90.o -[ 79%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/sw_core.F90.o -[ 80%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_diagnostics.F90.o -[ 80%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_io.F90.o -[ 80%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/nh_utils.F90.o -[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/nh_core.F90.o -[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_nudge.F90.o -[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_regional_bc.F90.o -[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/test_cases.F90.o -[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/fv_nggps_diag.F90.o -[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_update_phys.F90.o -[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_tracer2d.F90.o -[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/dyn_core.F90.o -[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/external_ic.F90.o -[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_restart.F90.o -[ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_control.F90.o -[ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_nesting.F90.o -[ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_dynamics.F90.o -[ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/atmosphere.F90.o -[ 85%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/multi_gases.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 85%] Linking Fortran static library libfv3core.a -[ 85%] Built target fv3core -Scanning dependencies of target stochastic_physics -[ 85%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/update_ca.f90.o -[ 86%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_resol_def.f.o -[ 87%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_layout_lag.f.o -[ 87%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/spectral_layout.F90.o -[ 87%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_gg_def.f.o -[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/glats_stochy.f.o -[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_namelist_def.F90.o -[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/compns_stochy.F90.o -[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/setlats_lag_stochy.f.o -[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/get_ls_node_stochy.f.o -[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/epslon_stochy.f.o -[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/get_lats_node_a_stochy.f.o -[ 90%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/gozrineo_stochy.f.o -[ 90%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/setlats_a_stochy.f.o -[ 90%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/pln2eo_stochy.f.o -[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_internal_state_mod.F90.o -[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/dezouv_stochy.f.o -[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/dozeuv_stochy.f.o -[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/four_to_grid_stochy.F.o -[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_patterngenerator.F90.o -[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/sumfln_stochy.f.o -[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/getcon_lag_stochy.f.o -[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/getcon_spectral.F90.o -[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/initialize_spectral_mod.F90.o -[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_data_mod.F90.o -[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/get_stochy_pattern.F90.o -[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochastic_physics.F90.o -[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/plumes.f90.o -[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/cellular_automata.f90.o -[ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/num_parthds_stochy.f.o -[ 95%] Linking Fortran static library libstochastic_physics.a -[ 95%] Built target stochastic_physics -Scanning dependencies of target fv3cap -[ 95%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/module_fv3_config.F90.o -[ 96%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/atmos_model.F90.o -[ 97%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/module_fcst_grid_comp.F90.o -[ 97%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/fv3_cap.F90.o -[ 97%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/time_utils.F90.o -[ 97%] Linking Fortran static library libfv3cap.a -[ 97%] Built target fv3cap -Scanning dependencies of target NEMS.exe -[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/ENS_Cpl/ENS_CplComp_ESMFMod_STUB.F90.o -[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_MEDIATOR_methods.F90.o -[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_EARTH_INTERNAL_STATE.F90.o -[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_MEDIATOR_SpaceWeather.F90.o -[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_UTILS.F90.o -[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_INTERNAL_STATE.F90.o -[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_Rusage.F90.o -[ 98%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_MEDIATOR.F90.o -[ 99%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_EARTH_GRID_COMP.F90.o -[ 99%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_GRID_COMP.F90.o -[ 99%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/MAIN_NEMS.F90.o -[100%] Building C object CMakeFiles/NEMS.exe.dir/NEMS/src/nems_c_rusage.c.o -[100%] Linking Fortran executable NEMS.exe -/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/lib/libjasper_v1.900.1.a(jas_stream.o): In function `jas_stream_tmpfile': -jas_stream.c:(.text+0x7a7): warning: the use of `tmpnam' is dangerous, better use `mkstemp' -[100%] Built target NEMS.exe -+ mv NEMS.exe ../fv3_1.exe -+ cp /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel/fv3 ../modules.fv3_1 -+ cd .. -+ '[' YES = YES ']' -+ rm -rf build_fv3_1 -+ elapsed=762 -+ echo 'Elapsed time 762 seconds. Compiling finished' -Elapsed time 762 seconds. Compiling finished -+ SECONDS=0 -+++ readlink -f /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/compile_cmake.sh -++ dirname /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/compile_cmake.sh -+ readonly MYDIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests -+ MYDIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests -+ readonly ARGC=4 -+ ARGC=4 -+ cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests -+ [[ 4 -eq 0 ]] -+ [[ 4 -lt 2 ]] -+ PATHTR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model -+ MACHINE_ID=hera.intel -+ MAKE_OPT='CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp' -+ BUILD_NAME=fv3_20 -+ clean_before=YES -+ clean_after=YES -+ BUILD_DIR=build_fv3_20 -+ [[ hera.intel == cheyenne.* ]] -+ [[ hera.intel == wcoss_dell_p3 ]] -+ MAKE_THREADS=8 -+ hostname -hfe01 -+ cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests -+ echo 'Compiling CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp into fv3_20.exe on hera.intel' -Compiling CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp into fv3_20.exe on hera.intel -+ '[' YES = YES ']' -+ rm -rf build_fv3_20 -+ mkdir -p build_fv3_20 -+ CCPP_CMAKE_FLAGS= -+ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp == *\D\E\B\U\G\=\Y* ]] -+ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp == *\R\E\P\R\O\=\Y* ]] -+ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp == *\3\2\B\I\T\=\Y* ]] -+ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp == *\O\P\E\N\M\P\=\N* ]] -+ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp == *\C\C\P\P\=\Y* ]] -+ CCPP_CMAKE_FLAGS=' -DCCPP=ON -DMPI=ON' -+ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp == *\D\E\B\U\G\=\Y* ]] -+ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp == *\R\E\P\R\O\=\Y* ]] -+ CCPP_CMAKE_FLAGS=' -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release' -+ [[ hera.intel == \j\e\t\.\i\n\t\e\l ]] -+ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp == *\3\2\B\I\T\=\Y* ]] -+ CCPP_CMAKE_FLAGS=' -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=OFF' -+ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp == *\S\T\A\T\I\C\=\Y* ]] -+ CCPP_CMAKE_FLAGS=' -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=OFF -DSTATIC=ON' -+ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp == *\M\U\L\T\I\_\G\A\S\E\S\=\Y* ]] -+ CCPP_CMAKE_FLAGS=' -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF' -++ echo CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp -++ sed 's/.* SUITES=//' -++ sed 's/ .*//' -+ SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp -+ cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model -+ ./FV3/ccpp/framework/scripts/ccpp_prebuild.py --config=FV3/ccpp/config/ccpp_prebuild_config.py --static --suites=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp --builddir=tests/build_fv3_20/FV3 -INFO: Logging level set to INFO -INFO: Found TYPEDEFS_NEW_METADATA dictionary in config, assume at least some data is in new metadata formet -INFO: Parsing suite definition files ... -INFO: Parsing suite definition file FV3/ccpp/suites/suite_FV3_GFS_2017_gfdlmp.xml ... -INFO: Parsing suite definition file FV3/ccpp/suites/suite_FV3_GFS_2017_gfdlmp_noahmp.xml ... -INFO: Parsing metadata tables for variables provided by host model ... -INFO: Parsed variable definition tables in module machine -INFO: Parsed variable definition tables in module module_radsw_parameters -INFO: Parsed variable definition tables in module module_radlw_parameters -INFO: Parsed variable definition tables in module CCPP_typedefs -INFO: Parsed variable definition tables in module GFS_typedefs -INFO: Parsed variable definition tables in module CCPP_data -INFO: Parsed variable definition tables in module ccpp_types -INFO: Convert local names from new metadata format into old metadata format ... -INFO: Converting local name sfcflw of variable lw_fluxes_sfc from new to old metadata -INFO: Converting local name nslwr of variable number_of_timesteps_between_longwave_radiation_calls from new to old metadata -INFO: Converting local name hydrostatic of variable flag_for_hydrostatic_solver from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_of_kinematic_buoyancy_flux_from_shoc_in_phy_f3d) of variable kinematic_buoyancy_flux_from_shoc from new to old metadata -INFO: Converting local name nkbfshoc of variable index_of_kinematic_buoyancy_flux_from_shoc_in_phy_f3d from new to old metadata -INFO: Converting local name dvisbm_cpl of variable cumulative_surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name cnvw of variable convective_cloud_water_mixing_ratio from new to old metadata -INFO: Converting local name ltaerosol of variable flag_for_aerosol_physics from new to old metadata -INFO: Converting local name rainmcadj of variable lwe_thickness_of_moist_convective_adj_precipitation_amount from new to old metadata -INFO: Converting local name loop_cnt of variable ccpp_loop_counter from new to old metadata -INFO: Converting local name ncpi of variable local_ice_number_concentration from new to old metadata -INFO: Converting local name pt of variable virtual_temperature_at_Lagrangian_surface from new to old metadata -INFO: Converting local name nirbmui of variable surface_upwelling_direct_near_infrared_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name vconvtend of variable tendency_of_y_wind_due_to_deep_convection_for_coupling_on_physics_timestep from new to old metadata -INFO: Converting local name uustar_ice of variable surface_friction_velocity_over_ice from new to old metadata -INFO: Converting local name phy_myj_uz0 of variable u_wind_component_at_viscous_sublayer_top from new to old metadata -INFO: Converting local name evap_land of variable kinematic_surface_upward_latent_heat_flux_over_land from new to old metadata -INFO: Converting local name ocean of variable flag_nonzero_ocean_surface_fraction from new to old metadata -INFO: Converting local name ep1d_ocean of variable surface_upward_potential_latent_heat_flux_over_ocean from new to old metadata -INFO: Converting local name qconvtend of variable tendency_of_water_vapor_specific_humidity_due_to_deep_convection_for_coupling_on_physics_timestep from new to old metadata -INFO: Converting local name islmsk_cice of variable sea_land_ice_mask_cice from new to old metadata -INFO: Converting local name cmm_ice of variable surface_drag_wind_speed_for_momentum_in_air_over_ice from new to old metadata -INFO: Converting local name visdfdi of variable surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name cnv_ndrop of variable number_concentration_of_cloud_liquid_water_particles_for_detrainment from new to old metadata -INFO: Converting local name sh2o of variable volume_fraction_of_unfrozen_soil_moisture_for_land_surface_model from new to old metadata -INFO: Converting local name tau_tofd of variable time_integral_of_momentum_flux_due_to_turbulent_orographic_form_drag from new to old metadata -INFO: Converting local name dnirbmi_cpl of variable instantaneous_surface_downwelling_direct_near_infrared_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name refdmax263k of variable maximum_reflectivity_at_minus10c_over_maximum_hourly_time_interval from new to old metadata -INFO: Converting local name ulwsfci of variable surface_upwelling_longwave_flux from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_liquid_cloud_condensate) of variable tendency_of_liquid_cloud_water_mixing_ratio_due_to_model_physics from new to old metadata -INFO: Converting local name ntcw of variable index_for_liquid_cloud_condensate from new to old metadata -INFO: Converting local name lheatstrg of variable flag_for_canopy_heat_storage from new to old metadata -INFO: Converting local name slc of variable volume_fraction_of_unfrozen_soil_moisture from new to old metadata -INFO: Converting local name tsfc_land of variable surface_skin_temperature_over_land_interstitial from new to old metadata -INFO: Converting local name save_v of variable y_wind_save from new to old metadata -INFO: Converting local name xkzm_m of variable atmosphere_momentum_diffusivity_background from new to old metadata -INFO: Converting local name gabsbdlw_land of variable surface_downwelling_longwave_flux_absorbed_by_ground_over_land from new to old metadata -INFO: Converting local name tprcp_ice of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_ice from new to old metadata -INFO: Converting local name stblcpxy of variable slow_soil_pool_mass_content_of_carbon from new to old metadata -INFO: Converting local name cdq_land of variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_land from new to old metadata -INFO: Converting local name du3dt(:,:,2) of variable cumulative_change_in_x_wind_due_to_orographic_gravity_wave_drag from new to old metadata -INFO: Converting local name mg_berg_eff_factor of variable mg_bergeron_efficiency_factor from new to old metadata -INFO: Converting local name clouds(:,:,3) of variable mean_effective_radius_for_liquid_cloud from new to old metadata -INFO: Converting local name aer_nm of variable aerosol_number_concentration_from_gocart_aerosol_climatology from new to old metadata -INFO: Converting local name xzts of variable sensitivity_of_dtl_thickness_to_surface_temperature from new to old metadata -INFO: Converting local name lake of variable flag_nonzero_lake_surface_fraction from new to old metadata -INFO: Converting local name kb of variable vertical_index_difference_between_layer_and_lower_bound from new to old metadata -INFO: Converting local name ipt of variable index_for_diagnostic_printout from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_ice_friendly_aerosols) of variable ice_friendly_aerosol_number_concentration from new to old metadata -INFO: Converting local name ntia of variable index_for_ice_friendly_aerosols from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_rain_water) of variable tendency_of_rain_water_mixing_ratio_due_to_model_physics from new to old metadata -INFO: Converting local name ntrw of variable index_for_rain_water from new to old metadata -INFO: Converting local name con_epsm1 of variable ratio_of_dry_air_to_water_vapor_gas_constants_minus_one from new to old metadata -INFO: Converting local name dqsfc_cice of variable surface_upward_latent_heat_flux_for_coupling_interstitial from new to old metadata -INFO: Converting local name last_step of variable flag_for_the_last_step_of_k_split_remapping from new to old metadata -INFO: Converting local name huge of variable netcdf_float_fillvalue from new to old metadata -INFO: Converting local name save_q(:,:,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio_save from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_liquid_cloud_number_concentration) of variable cloud_droplet_number_concentration from new to old metadata -INFO: Converting local name ntlnc of variable index_for_liquid_cloud_number_concentration from new to old metadata -INFO: Converting local name dv3dt(:,:,1) of variable cumulative_change_in_y_wind_due_to_PBL from new to old metadata -INFO: Converting local name imp_physics_mg of variable flag_for_morrison_gettelman_microphysics_scheme from new to old metadata -INFO: Converting local name cldtaulw of variable cloud_optical_depth_layers_at_10mu_band from new to old metadata -INFO: Converting local name wet of variable flag_nonzero_wet_surface_fraction from new to old metadata -INFO: Converting local name qsnowxy of variable snow_precipitation_rate_at_surface from new to old metadata -INFO: Converting local name iopt_frz of variable flag_for_supercooled_liquid_water_option from new to old metadata -INFO: Converting local name dsnow_cpl of variable tendency_of_lwe_thickness_of_snow_amount_for_coupling from new to old metadata -INFO: Converting local name cldsa of variable cloud_area_fraction_for_radiation from new to old metadata -INFO: Converting local name totsnwb of variable accumulated_lwe_thickness_of_snow_amount_in_bucket from new to old metadata -INFO: Converting local name gq0(:,:,index_for_rain_water) of variable rain_water_mixing_ratio_updated_by_physics from new to old metadata -INFO: Converting local name totsnw of variable accumulated_lwe_thickness_of_snow_amount from new to old metadata -INFO: Converting local name xkzm_s of variable diffusivity_background_sigma_level from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_water_friendly_aerosols) of variable tendency_of_water_friendly_aerosol_number_concentration_due_to_model_physics from new to old metadata -INFO: Converting local name ntwa of variable index_for_water_friendly_aerosols from new to old metadata -INFO: Converting local name fswtr of variable fraction_of_cloud_top_water_scavenged from new to old metadata -INFO: Converting local name nvisbmi_cpl of variable instantaneous_surface_net_downward_direct_ultraviolet_and_visible_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_of_atmosphere_heat_diffusivity_from_shoc_in_phy_f3d) of variable atmosphere_heat_diffusivity_from_shoc from new to old metadata -INFO: Converting local name nahdshoc of variable index_of_atmosphere_heat_diffusivity_from_shoc_in_phy_f3d from new to old metadata -INFO: Converting local name nthreads of variable omp_threads_for_fast_physics from new to old metadata -INFO: Converting local name icemp of variable lwe_thickness_of_ice_amount from new to old metadata -INFO: Converting local name dqsfc_cpl of variable cumulative_surface_upward_latent_heat_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name con_jcal of variable joules_per_calorie_constant from new to old metadata -INFO: Converting local name xmu of variable zenith_angle_temporal_adjustment_factor_for_shortwave_fluxes from new to old metadata -INFO: Converting local name con_fvirt of variable ratio_of_vapor_to_dry_air_gas_constants_minus_one from new to old metadata -INFO: Converting local name evfactl_deep of variable rain_evaporation_coefficient_over_land_deep_convection from new to old metadata -INFO: Converting local name canliqxy of variable canopy_intercepted_liquid_water from new to old metadata -INFO: Converting local name phy_myj_qsfc of variable surface_specific_humidity_for_MYJ_schemes from new to old metadata -INFO: Converting local name rainncprv of variable lwe_thickness_of_explicit_rainfall_amount_from_previous_timestep from new to old metadata -INFO: Converting local name Tbd of variable GFS_tbd_type_instance from new to old metadata -INFO: Converting local name v1 of variable y_wind_at_lowest_model_layer_for_diag from new to old metadata -INFO: Converting local name det_mf of variable cumulative_atmosphere_detrainment_convective_mass_flux from new to old metadata -INFO: Converting local name psurf of variable surface_air_pressure_diag from new to old metadata -INFO: Converting local name gasvmr(:,:,10) of variable volume_mixing_ratio_cfc113 from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_for_rain_effective_radius) of variable effective_radius_of_stratiform_cloud_rain_particle_in_um from new to old metadata -INFO: Converting local name nreffr of variable index_for_rain_effective_radius from new to old metadata -INFO: Converting local name del_gz of variable geopotential_difference_between_midlayers_divided_by_midlayer_virtual_temperature from new to old metadata -INFO: Converting local name imfdeepcnv_ntiedtke of variable flag_for_ntiedtke_deep_convection_scheme from new to old metadata -INFO: Converting local name h2o_coeff of variable number_of_coefficients_in_h2o_forcing_data from new to old metadata -INFO: Converting local name tgrs of variable air_temperature from new to old metadata -INFO: Converting local name xlon of variable longitude from new to old metadata -INFO: Converting local name c_d of variable coefficient_c_d from new to old metadata -INFO: Converting local name tlvl of variable air_temperature_at_interface_for_radiation from new to old metadata -INFO: Converting local name f_rimef of variable rime_factor from new to old metadata -INFO: Converting local name mg_do_ice_gmao of variable mg_flag_for_gmao_ice_formulation from new to old metadata -INFO: Converting local name snowca of variable cumulative_surface_snow_area_fraction_multiplied_by_timestep from new to old metadata -INFO: Converting local name hflx of variable kinematic_surface_upward_sensible_heat_flux from new to old metadata -INFO: Converting local name dt3dt(:,:,6) of variable cumulative_change_in_temperature_due_to_microphysics from new to old metadata -INFO: Converting local name nirdfui of variable surface_upwelling_diffuse_near_infrared_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name trans of variable transpiration_flux from new to old metadata -INFO: Converting local name ntchs of variable index_for_first_chemical_tracer from new to old metadata -INFO: Converting local name idxday of variable daytime_points from new to old metadata -INFO: Converting local name iceprv of variable lwe_thickness_of_ice_amount_from_previous_timestep from new to old metadata -INFO: Converting local name mg_alf of variable mg_tuning_factor_for_alphas from new to old metadata -INFO: Converting local name nupdraft of variable number_of_plumes from new to old metadata -INFO: Converting local name qr_r of variable cloud_rain_water_mixing_ratio from new to old metadata -INFO: Converting local name sec of variable seconds_elapsed_since_model_initialization from new to old metadata -INFO: Converting local name epi of variable instantaneous_surface_potential_evaporation from new to old metadata -INFO: Converting local name gflx_land of variable upward_heat_flux_in_soil_over_land from new to old metadata -INFO: Converting local name du3dt_ngw of variable time_integral_of_change_in_x_wind_due_to_nonstationary_gravity_wave from new to old metadata -INFO: Converting local name bl_mynn_cloudpdf of variable cloudpdf from new to old metadata -INFO: Converting local name vtype of variable vegetation_type_classification_real from new to old metadata -INFO: Converting local name imfdeepcnv_gf of variable flag_for_gf_deep_convection_scheme from new to old metadata -INFO: Converting local name lssav of variable flag_diagnostics from new to old metadata -INFO: Converting local name sfalb of variable surface_diffused_shortwave_albedo from new to old metadata -INFO: Converting local name acvb of variable smallest_cloud_base_vertical_index_encountered_thus_far from new to old metadata -INFO: Converting local name c_0 of variable coefficient_c_0 from new to old metadata -INFO: Converting local name mpirank of variable mpi_rank_for_fast_physics from new to old metadata -INFO: Converting local name ntrac of variable number_of_tracers from new to old metadata -INFO: Converting local name dvsfci of variable instantaneous_surface_y_momentum_flux_for_diag from new to old metadata -INFO: Converting local name GFS_Interstitial of variable GFS_interstitial_type_instance_all_threads from new to old metadata -INFO: Converting local name in_nm of variable in_number_concentration from new to old metadata -INFO: Converting local name blksz2(ccpp_block_number) of variable horizontal_dimension from new to old metadata -INFO: Converting local name blk_no of variable ccpp_block_number from new to old metadata -INFO: Converting local name min_lakeice of variable lake_ice_minimum from new to old metadata -INFO: Converting local name canicexy of variable canopy_intercepted_ice_mass from new to old metadata -INFO: Converting local name mg_precip_frac_method of variable mg_type_of_precip_fraction_method from new to old metadata -INFO: Converting local name lonr of variable number_of_equatorial_longitude_points from new to old metadata -INFO: Converting local name dt3dt(:,:,7) of variable cumulative_change_in_temperature_due_to_orographic_gravity_wave_drag from new to old metadata -INFO: Converting local name dtzm of variable mean_change_over_depth_in_sea_water_temperature from new to old metadata -INFO: Converting local name du3dt_mtb of variable time_integral_of_change_in_x_wind_due_to_mountain_blocking_drag from new to old metadata -INFO: Converting local name stress_land of variable surface_wind_stress_over_land from new to old metadata -INFO: Converting local name nspinup of variable number_of_iterations_to_spin_up_cellular_automata from new to old metadata -INFO: Converting local name zogw of variable height_of_launch_level_of_orographic_gravity_wave from new to old metadata -INFO: Converting local name ntsw of variable index_for_snow_water from new to old metadata -INFO: Converting local name cov of variable t_prime_q_prime from new to old metadata -INFO: Converting local name sup of variable ice_supersaturation_threshold from new to old metadata -INFO: Converting local name dt3dt(:,:,3) of variable cumulative_change_in_temperature_due_to_PBL from new to old metadata -INFO: Converting local name mg_qcvar of variable mg_cloud_water_variance from new to old metadata -INFO: Converting local name ffmm_ice of variable Monin_Obukhov_similarity_function_for_momentum_over_ice from new to old metadata -INFO: Converting local name dtdt of variable tendency_of_air_temperature_at_Lagrangian_surface from new to old metadata -INFO: Converting local name GFS_statein_type of variable GFS_statein_type from new to old metadata -INFO: Converting local name train of variable accumulated_change_of_air_temperature_due_to_FA_scheme from new to old metadata -INFO: Converting local name fscav of variable coefficients_for_aerosol_scavenging from new to old metadata -INFO: Converting local name prslk(:,1) of variable dimensionless_exner_function_at_lowest_model_layer from new to old metadata -INFO: Converting local name tf of variable frozen_cloud_threshold_temperature from new to old metadata -INFO: Converting local name communicator of variable mpi_comm from new to old metadata -INFO: Converting local name qs_r of variable cloud_snow_mixing_ratio from new to old metadata -INFO: Converting local name skebv_wts of variable weights_for_stochastic_skeb_perturbation_of_y_wind from new to old metadata -INFO: Converting local name bl_mynn_edmf_part of variable edmf_partition_flag from new to old metadata -INFO: Converting local name dq3dt(:,:,7) of variable cumulative_change_in_ozone_concentration_due_to_ozone_mixing_ratio from new to old metadata -INFO: Converting local name swhc of variable tendency_of_air_temperature_due_to_shortwave_heating_assuming_clear_sky_on_radiation_timestep from new to old metadata -INFO: Converting local name mg_ngnst of variable mg_graupel_concentration_constant from new to old metadata -INFO: Converting local name GFS_grid_type of variable GFS_grid_type from new to old metadata -INFO: Converting local name js of variable starting_y_direction_index from new to old metadata -INFO: Converting local name out_dt of variable flag_for_tendency_of_air_temperature_at_Lagrangian_surface from new to old metadata -INFO: Converting local name delr of variable layer_pressure_thickness_for_radiation from new to old metadata -INFO: Converting local name ncgl of variable local_graupel_number_concentration from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_snow_water) of variable snow_water_mixing_ratio from new to old metadata -INFO: Converting local name totgrp of variable accumulated_lwe_thickness_of_graupel_amount from new to old metadata -INFO: Converting local name cldtausw of variable cloud_optical_depth_layers_at_0p55mu_band from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_ozone) of variable tendency_of_ozone_mixing_ratio_due_to_model_physics from new to old metadata -INFO: Converting local name ntoz of variable index_for_ozone from new to old metadata -INFO: Converting local name evap of variable kinematic_surface_upward_latent_heat_flux from new to old metadata -INFO: Converting local name oro of variable orography from new to old metadata -INFO: Converting local name topfsw of variable sw_fluxes_top_atmosphere from new to old metadata -INFO: Converting local name jmap of variable map_of_block_column_number_to_global_j_index from new to old metadata -INFO: Converting local name cdq of variable surface_drag_coefficient_for_heat_and_moisture_in_air from new to old metadata -INFO: Converting local name soiltype of variable soil_type_classification from new to old metadata -INFO: Converting local name evap_ocean of variable kinematic_surface_upward_latent_heat_flux_over_ocean from new to old metadata -INFO: Converting local name nblks of variable number_of_blocks from new to old metadata -INFO: Converting local name dxinv of variable inverse_scaling_factor_for_critical_relative_humidity from new to old metadata -INFO: Converting local name dvsfc of variable cumulative_surface_y_momentum_flux_for_diag_multiplied_by_timestep from new to old metadata -INFO: Converting local name GFS_stateout_type of variable GFS_stateout_type from new to old metadata -INFO: Converting local name qg of variable cloud_graupel_specific_humidity_at_Lagrangian_surface from new to old metadata -INFO: Converting local name nmtvr of variable number_of_statistical_measures_of_subgrid_orography from new to old metadata -INFO: Converting local name nseed of variable cellular_automata_seed_frequency from new to old metadata -INFO: Converting local name nlives of variable cellular_automata_lifetime from new to old metadata -INFO: Converting local name vegf1d of variable perturbation_of_vegetation_fraction from new to old metadata -INFO: Converting local name v10m of variable y_wind_at_10m from new to old metadata -INFO: Converting local name hice of variable sea_ice_thickness from new to old metadata -INFO: Converting local name mbota of variable model_layer_number_at_cloud_base from new to old metadata -INFO: Converting local name ncnvw of variable index_for_convective_cloud_water_mixing_ratio_in_phy_f3d from new to old metadata -INFO: Converting local name flqc of variable surface_exchange_coefficient_for_moisture from new to old metadata -INFO: Converting local name imfshalcnv_samf of variable flag_for_samf_shallow_convection_scheme from new to old metadata -INFO: Converting local name ntdiag of variable diagnostics_control_for_chemical_tracers from new to old metadata -INFO: Converting local name c1_shal of variable detrainment_conversion_parameter_shallow_convection from new to old metadata -INFO: Converting local name con_g of variable gravitational_acceleration from new to old metadata -INFO: Converting local name je of variable ending_y_direction_index from new to old metadata -INFO: Converting local name hprime(:,1) of variable standard_deviation_of_subgrid_orography from new to old metadata -INFO: Converting local name lh of variable surface_latent_heat from new to old metadata -INFO: Converting local name v10max of variable maximum_v_wind_at_10m_over_maximum_hourly_time_interval from new to old metadata -INFO: Converting local name dvsfcg of variable instantaneous_y_stress_due_to_gravity_wave_drag from new to old metadata -INFO: Converting local name mg_ninst of variable mg_ice_concentration_constant from new to old metadata -INFO: Converting local name lwhd of variable tendency_of_air_temperature_due_to_longwave_heating_for_idea from new to old metadata -INFO: Converting local name ntkev of variable index_for_turbulent_kinetic_energy_vertical_diffusion_tracer from new to old metadata -INFO: Converting local name fm10 of variable Monin_Obukhov_similarity_function_for_momentum_at_10m from new to old metadata -INFO: Converting local name phour of variable forecast_time_at_previous_timestep from new to old metadata -INFO: Converting local name phys_hydrostatic of variable flag_for_hydrostatic_heating_from_physics from new to old metadata -INFO: Converting local name nswsfci of variable surface_net_downwelling_shortwave_flux from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_for_graupel_effective_radius) of variable effective_radius_of_stratiform_cloud_graupel_particle_in_um from new to old metadata -INFO: Converting local name ngeffr of variable index_for_graupel_effective_radius from new to old metadata -INFO: Converting local name kt of variable vertical_index_difference_between_layer_and_upper_bound from new to old metadata -INFO: Converting local name GFS_tbd_type of variable GFS_tbd_type from new to old metadata -INFO: Converting local name tsurf_ocean of variable surface_skin_temperature_after_iteration_over_ocean from new to old metadata -INFO: Converting local name gu0(:,1) of variable x_wind_at_lowest_model_layer_updated_by_physics from new to old metadata -INFO: Converting local name akap of variable kappa_dry_for_fast_physics from new to old metadata -INFO: Converting local name lsm of variable flag_for_land_surface_scheme from new to old metadata -INFO: Converting local name nscav of variable number_of_tracers_scavenged from new to old metadata -INFO: Converting local name ffmm of variable Monin_Obukhov_similarity_function_for_momentum from new to old metadata -INFO: Converting local name nnirbm_cpl of variable cumulative_surface_net_downward_direct_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name tau_mtb of variable instantaneous_momentum_flux_due_to_mountain_blocking_drag from new to old metadata -INFO: Converting local name snicexy of variable snow_layer_ice from new to old metadata -INFO: Converting local name flag_guess of variable flag_for_guess_run from new to old metadata -INFO: Converting local name dnirbm_cpl of variable cumulative_surface_downwelling_direct_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name chh_ocean of variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_ocean from new to old metadata -INFO: Converting local name dtsfci_cpl of variable instantaneous_surface_upward_sensible_heat_flux_for_coupling from new to old metadata -INFO: Converting local name flgmin of variable minimum_large_ice_fraction from new to old metadata -INFO: Converting local name t02max of variable maximum_temperature_at_2m_over_maximum_hourly_time_interval from new to old metadata -INFO: Converting local name tconvtend of variable tendency_of_air_temperature_due_to_deep_convection_for_coupling_on_physics_timestep from new to old metadata -INFO: Converting local name zorl of variable surface_roughness_length from new to old metadata -INFO: Converting local name coslat of variable cosine_of_latitude from new to old metadata -INFO: Converting local name pertalb of variable magnitude_of_surface_albedo_perturbation from new to old metadata -INFO: Converting local name aecm of variable instantaneous_aerosol_column_mass_densities from new to old metadata -INFO: Converting local name con_rv of variable gas_constant_water_vapor from new to old metadata -INFO: Converting local name wminco of variable cloud_condensed_water_conversion_threshold from new to old metadata -INFO: Converting local name fastcpxy of variable fast_soil_pool_mass_content_of_carbon from new to old metadata -INFO: Converting local name kind_grid of variable kind_grid from new to old metadata -INFO: Converting local name stress of variable surface_wind_stress from new to old metadata -INFO: Converting local name qgrs(:,1,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio_at_lowest_model_layer from new to old metadata -INFO: Converting local name rhc of variable critical_relative_humidity from new to old metadata -INFO: Converting local name tsfco of variable sea_surface_temperature from new to old metadata -INFO: Converting local name tau_ngw of variable instantaneous_momentum_flux_due_to_nonstationary_gravity_wave from new to old metadata -INFO: Converting local name tsfcl of variable surface_skin_temperature_over_land from new to old metadata -INFO: Converting local name clouds(:,:,7) of variable mean_effective_radius_for_rain_drop from new to old metadata -INFO: Converting local name con_cliq of variable specific_heat_of_liquid_water_at_constant_pressure from new to old metadata -INFO: Converting local name zmtb of variable height_of_mountain_blocking from new to old metadata -INFO: Converting local name ulwsfcin_cpl of variable surface_upwelling_longwave_flux_for_coupling from new to old metadata -INFO: Converting local name dlwsfc_cpl of variable cumulative_surface_downwelling_longwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name sfcdlw of variable surface_downwelling_longwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name t1 of variable air_temperature_at_lowest_model_layer_for_diag from new to old metadata -INFO: Converting local name ntiw of variable index_for_ice_cloud_condensate from new to old metadata -INFO: Converting local name bl_mynn_mixlength of variable mixing_length_flag from new to old metadata -INFO: Converting local name faerlw(:,:,:,1) of variable aerosol_optical_depth_for_longwave_bands_01_16 from new to old metadata -INFO: Converting local name ozpl of variable ozone_forcing from new to old metadata -INFO: Converting local name dlength of variable characteristic_grid_length_scale from new to old metadata -INFO: Converting local name slag of variable equation_of_time from new to old metadata -INFO: Converting local name ntot2d of variable number_of_fields_in_phyf2d from new to old metadata -INFO: Converting local name iopt_run of variable flag_for_runoff_and_groundwater_option from new to old metadata -INFO: Converting local name gq0(:,:,index_for_liquid_cloud_number_concentration) of variable cloud_droplet_number_concentration_updated_by_physics from new to old metadata -INFO: Converting local name sneqvoxy of variable snow_mass_at_previous_time_step from new to old metadata -INFO: Converting local name con_rhw0 of variable sea_water_reference_density from new to old metadata -INFO: Converting local name mtopa of variable model_layer_number_at_cloud_top from new to old metadata -INFO: Converting local name pertshc of variable magnitude_of_perturbation_of_soil_type_b_parameter from new to old metadata -INFO: Converting local name levi of variable vertical_interface_dimension from new to old metadata -INFO: Converting local name do_shoc of variable flag_for_shoc from new to old metadata -INFO: Converting local name du3dt_tms of variable time_integral_of_change_in_x_wind_due_to_turbulent_orographic_form_drag from new to old metadata -INFO: Converting local name snow_cpl of variable lwe_thickness_of_snow_amount_for_coupling from new to old metadata -INFO: Converting local name pkz of variable finite_volume_mean_edge_pressure_raised_to_the_power_of_kappa from new to old metadata -INFO: Converting local name nn of variable number_of_tracers_for_convective_transport from new to old metadata -INFO: Converting local name do_sat_adj of variable flag_for_saturation_adjustment_for_microphysics_in_dynamics from new to old metadata -INFO: Converting local name dx of variable cell_size from new to old metadata -INFO: Converting local name do_ugwp of variable do_ugwp from new to old metadata -INFO: Converting local name rain of variable lwe_thickness_of_precipitation_amount_on_dynamics_timestep from new to old metadata -INFO: Converting local name iopt_crs of variable flag_for_canopy_stomatal_resistance_option from new to old metadata -INFO: Converting local name qgrs(:,1,index_for_water_vapor) of variable water_vapor_specific_humidity_at_lowest_model_layer from new to old metadata -INFO: Converting local name ntqv of variable index_for_water_vapor from new to old metadata -INFO: Converting local name t02min of variable minimum_temperature_at_2m_over_maximum_hourly_time_interval from new to old metadata -INFO: Converting local name imp_physics_gfdl of variable flag_for_gfdl_microphysics_scheme from new to old metadata -INFO: Converting local name lprnt of variable flag_print from new to old metadata -INFO: Converting local name gabsbdlw_ice of variable surface_downwelling_longwave_flux_absorbed_by_ground_over_ice from new to old metadata -INFO: Converting local name imp_physics_thompson of variable flag_for_thompson_microphysics_scheme from new to old metadata -INFO: Converting local name ctei_rm of variable critical_cloud_top_entrainment_instability_criteria from new to old metadata -INFO: Converting local name tseal of variable surface_skin_temperature_for_nsst from new to old metadata -INFO: Converting local name dusfc_fd of variable integrated_x_momentum_flux_from_form_drag from new to old metadata -INFO: Converting local name dusfcin_cpl of variable surface_x_momentum_flux_for_coupling from new to old metadata -INFO: Converting local name slope of variable surface_slope_classification_real from new to old metadata -INFO: Converting local name htrlw of variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_timestep from new to old metadata -INFO: Converting local name mg_qcmin(2) of variable mg_minimum_ice_mixing_ratio from new to old metadata -INFO: Converting local name tice of variable sea_ice_temperature_interstitial from new to old metadata -INFO: Converting local name adjvisbmu of variable surface_upwelling_direct_ultraviolet_and_visible_shortwave_flux from new to old metadata -INFO: Converting local name dvgwd of variable time_integral_of_y_stress_due_to_gravity_wave_drag from new to old metadata -INFO: Converting local name dusfc_cice of variable surface_x_momentum_flux_for_coupling_interstitial from new to old metadata -INFO: Converting local name errmsg of variable ccpp_error_message from new to old metadata -INFO: Converting local name flag_cice of variable flag_for_cice from new to old metadata -INFO: Converting local name Coupling of variable GFS_coupling_type_instance from new to old metadata -INFO: Converting local name cs_parm(3) of variable detrainment_and_precipitation_tunable_parameter_3_CS from new to old metadata -INFO: Converting local name snliqxy of variable snow_layer_liquid_water from new to old metadata -INFO: Converting local name mstrat of variable flag_for_moorthi_stratus from new to old metadata -INFO: Converting local name imfdeepcnv_sas of variable flag_for_sas_deep_convection_scheme from new to old metadata -INFO: Converting local name weasd_ice of variable water_equivalent_accumulated_snow_depth_over_ice from new to old metadata -INFO: Converting local name bl_mynn_edmf_mom of variable edmf_momentum_transport_flag from new to old metadata -INFO: Converting local name npdf3d of variable number_of_3d_arrays_associated_with_pdf_based_clouds from new to old metadata -INFO: Converting local name dq3dt(:,:,2) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_deep_convection from new to old metadata -INFO: Converting local name w_upi of variable vertical_velocity_for_updraft from new to old metadata -INFO: Converting local name qlyr of variable water_vapor_specific_humidity_at_layer_for_radiation from new to old metadata -INFO: Converting local name fm10_ice of variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_ice from new to old metadata -INFO: Converting local name qgl of variable local_graupel_mixing_ratio from new to old metadata -INFO: Converting local name gt0(:,1) of variable air_temperature_at_lowest_model_layer_updated_by_physics from new to old metadata -INFO: Converting local name ccpp_t of variable ccpp_t from new to old metadata -INFO: Converting local name clouds(:,:,4) of variable cloud_ice_water_path from new to old metadata -INFO: Converting local name rain_cpl of variable lwe_thickness_of_precipitation_amount_for_coupling from new to old metadata -INFO: Converting local name bl_mynn_cloudmix of variable cloud_specie_mix_flag from new to old metadata -INFO: Converting local name tgxy of variable ground_temperature_for_noahmp from new to old metadata -INFO: Converting local name oa4 of variable asymmetry_of_subgrid_orography from new to old metadata -INFO: Converting local name refdmax of variable maximum_reflectivity_at_1km_agl_over_maximum_hourly_time_interval from new to old metadata -INFO: Converting local name GFS_Data(ccpp_block_number) of variable GFS_data_type_instance from new to old metadata -INFO: Converting local name dvsfc_cpl of variable cumulative_surface_y_momentum_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name shocaftcnv of variable flag_for_shoc_after_convection from new to old metadata -INFO: Converting local name mg_rhmini of variable mg_minimum_rh_for_ice from new to old metadata -INFO: Converting local name t2mi_cpl of variable instantaneous_temperature_at_2m_for_coupling from new to old metadata -INFO: Converting local name GFS_Interstitial(ccpp_thread_number) of variable GFS_interstitial_type_instance from new to old metadata -INFO: Converting local name thrd_no of variable ccpp_thread_number from new to old metadata -INFO: Converting local name evbs of variable soil_upward_latent_heat_flux from new to old metadata -INFO: Converting local name dtdtr of variable tendency_of_air_temperature_due_to_radiative_heating_on_physics_time_step from new to old metadata -INFO: Converting local name spfhmin of variable minimum_specific_humidity_at_2m from new to old metadata -INFO: Converting local name xsaixy of variable stem_area_index from new to old metadata -INFO: Converting local name lsoil of variable soil_vertical_dimension from new to old metadata -INFO: Converting local name mg_ts_auto_ice of variable mg_time_scale_for_autoconversion_of_ice from new to old metadata -INFO: Converting local name ca_deep of variable fraction_of_cellular_automata_for_deep_convection from new to old metadata -INFO: Converting local name work1 of variable grid_size_related_coefficient_used_in_scale_sensitive_schemes from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_for_cloud_liquid_water_effective_radius) of variable effective_radius_of_stratiform_cloud_liquid_water_particle_in_um from new to old metadata -INFO: Converting local name nleffr of variable index_for_cloud_liquid_water_effective_radius from new to old metadata -INFO: Converting local name dlwsfci of variable surface_downwelling_longwave_flux from new to old metadata -INFO: Converting local name mg_nicons of variable mg_flag_ice_concentration_constant from new to old metadata -INFO: Converting local name faersw(:,:,:,1) of variable aerosol_optical_depth_for_shortwave_bands_01_16 from new to old metadata -INFO: Converting local name xt of variable diurnal_thermocline_layer_heat_content from new to old metadata -INFO: Converting local name prsl of variable air_pressure from new to old metadata -INFO: Converting local name cv of variable fraction_of_convective_cloud from new to old metadata -INFO: Converting local name blksz of variable horizontal_block_size from new to old metadata -INFO: Converting local name pertvegf of variable magnitude_of_perturbation_of_vegetation_fraction from new to old metadata -INFO: Converting local name gq0(:,:,index_for_cloud_amount) of variable cloud_fraction_updated_by_physics from new to old metadata -INFO: Converting local name ntclamt of variable index_for_cloud_amount from new to old metadata -INFO: Converting local name zorlo of variable surface_roughness_length_over_ocean from new to old metadata -INFO: Converting local name te0 of variable atmosphere_energy_content_at_Lagrangian_surface from new to old metadata -INFO: Converting local name ktop of variable vertical_index_at_cloud_top from new to old metadata -INFO: Converting local name prevsq of variable moisture_from_previous_timestep from new to old metadata -INFO: Converting local name kpbl of variable vertical_index_at_top_of_atmosphere_boundary_layer from new to old metadata -INFO: Converting local name ncells of variable cellular_automata_finer_grid from new to old metadata -INFO: Converting local name cnvc of variable convective_cloud_cover from new to old metadata -INFO: Converting local name totprcp of variable accumulated_lwe_thickness_of_precipitation_amount from new to old metadata -INFO: Converting local name cgwf of variable multiplication_factors_for_convective_gravity_wave_drag from new to old metadata -INFO: Converting local name do_shum of variable flag_for_stochastic_shum_option from new to old metadata -INFO: Converting local name save_q of variable tracer_concentration_save from new to old metadata -INFO: Converting local name h2o_pres of variable natural_log_of_h2o_forcing_data_pressure_levels from new to old metadata -INFO: Converting local name iopt_snf of variable flag_for_precipitation_partition_option from new to old metadata -INFO: Converting local name c0s_shal of variable rain_conversion_parameter_shallow_convection from new to old metadata -INFO: Converting local name zwtxy of variable water_table_depth from new to old metadata -INFO: Converting local name qr of variable cloud_rain_specific_humidity_at_Lagrangian_surface from new to old metadata -INFO: Converting local name dzlyr of variable layer_thickness_for_radiation from new to old metadata -INFO: Converting local name taussxy of variable nondimensional_snow_age from new to old metadata -INFO: Converting local name tsfa of variable surface_air_temperature_for_radiation from new to old metadata -INFO: Converting local name snoalb of variable upper_bound_on_max_albedo_over_deep_snow from new to old metadata -INFO: Converting local name xs of variable sea_water_salinity from new to old metadata -INFO: Converting local name dvsfci_cpl of variable instantaneous_surface_y_momentum_flux_for_coupling from new to old metadata -INFO: Converting local name xlat of variable latitude from new to old metadata -INFO: Converting local name ugrs of variable x_wind from new to old metadata -INFO: Converting local name shdmin of variable minimum_vegetation_area_fraction from new to old metadata -INFO: Converting local name nnirdfi_cpl of variable instantaneous_surface_net_downward_diffuse_near_infrared_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name microp_uniform of variable mg_flag_for_uniform_subcolumns from new to old metadata -INFO: Converting local name frland of variable land_area_fraction_for_microphysics from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_ice_friendly_aerosols) of variable tendency_of_ice_friendly_aerosol_number_concentration_due_to_model_physics from new to old metadata -INFO: Converting local name oz_pres of variable natural_log_of_ozone_forcing_data_pressure_levels from new to old metadata -INFO: Converting local name zlwb of variable time_integral_of_height_of_low_level_wave_breaking from new to old metadata -INFO: Converting local name gq0(:,:,index_for_ice_cloud_condensate) of variable ice_water_mixing_ratio_updated_by_physics from new to old metadata -INFO: Converting local name qss of variable surface_specific_humidity from new to old metadata -INFO: Converting local name dry of variable flag_nonzero_land_surface_fraction from new to old metadata -INFO: Converting local name bk of variable b_parameter_of_the_hybrid_coordinate from new to old metadata -INFO: Converting local name cdmbgwd of variable multiplication_factors_for_mountain_blocking_and_orographic_gravity_wave_drag from new to old metadata -INFO: Converting local name levs of variable vertical_dimension from new to old metadata -INFO: Converting local name swhtr of variable flag_for_output_of_shortwave_heating_rate from new to old metadata -INFO: Converting local name zorl_land of variable surface_roughness_length_over_land_interstitial from new to old metadata -INFO: Converting local name t2m of variable temperature_at_2m from new to old metadata -INFO: Converting local name tau_ogw of variable instantaneous_momentum_flux_due_to_orographic_gravity_wave_drag from new to old metadata -INFO: Converting local name shoc_parm(3) of variable shoc_tke_dissipation_tunable_parameter_near_surface from new to old metadata -INFO: Converting local name gflx_ice of variable upward_heat_flux_in_soil_over_ice from new to old metadata -INFO: Converting local name nspc1 of variable number_of_species_for_aerosol_optical_depth from new to old metadata -INFO: Converting local name drain_cpl of variable tendency_of_lwe_thickness_of_precipitation_amount_for_coupling from new to old metadata -INFO: Converting local name phis of variable surface_geopotential_at_Lagrangian_surface from new to old metadata -INFO: Converting local name q2mi_cpl of variable instantaneous_specific_humidity_at_2m_for_coupling from new to old metadata -INFO: Converting local name zogw of variable time_integral_of_height_of_launch_level_of_orographic_gravity_wave from new to old metadata -INFO: Converting local name prsi of variable air_pressure_at_interface from new to old metadata -INFO: Converting local name aerodp of variable atmosphere_optical_thickness_due_to_ambient_aerosol_particles from new to old metadata -INFO: Converting local name shal_cnv of variable flag_for_shallow_convection from new to old metadata -INFO: Converting local name icsdlw of variable seed_random_numbers_lw from new to old metadata -INFO: Converting local name ncld of variable number_of_hydrometeors from new to old metadata -INFO: Converting local name gasvmr(:,:,6) of variable volume_mixing_ratio_cfc11 from new to old metadata -INFO: Converting local name tracers_water of variable number_of_water_tracers from new to old metadata -INFO: Converting local name nscyc of variable number_of_timesteps_between_surface_cycling_calls from new to old metadata -INFO: Converting local name dswsfc_cpl of variable cumulative_surface_downwelling_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name adjvisdfu of variable surface_upwelling_diffuse_ultraviolet_and_visible_shortwave_flux from new to old metadata -INFO: Converting local name cs_parm(2) of variable updraft_velocity_tunable_parameter_2_CS from new to old metadata -INFO: Converting local name lsswr of variable flag_to_calc_sw from new to old metadata -INFO: Converting local name imfshalcnv_gf of variable flag_for_gf_shallow_convection_scheme from new to old metadata -INFO: Converting local name kinver of variable index_of_highest_temperature_inversion from new to old metadata -INFO: Converting local name tslb of variable soil_temperature_for_land_surface_model from new to old metadata -INFO: Converting local name weasd of variable water_equivalent_accumulated_snow_depth from new to old metadata -INFO: Converting local name tisfc of variable sea_ice_temperature from new to old metadata -INFO: Converting local name faerlw of variable aerosol_optical_properties_for_longwave_bands_01_16 from new to old metadata -INFO: Converting local name logunit of variable iounit_log from new to old metadata -INFO: Converting local name fast_mp_consv of variable flag_for_fast_microphysics_energy_conservation from new to old metadata -INFO: Converting local name cnv_mfd of variable detrained_mass_flux from new to old metadata -INFO: Converting local name zvir of variable ratio_of_vapor_to_dry_air_gas_constants_minus_one_default_kind from new to old metadata -INFO: Converting local name jed of variable ending_y_direction_index_domain from new to old metadata -INFO: Converting local name gasvmr(:,:,3) of variable volume_mixing_ratio_ch4 from new to old metadata -INFO: Converting local name sfcdsw of variable surface_downwelling_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name hydrostatic of variable flag_for_hydrostatic_solver_for_fast_physics from new to old metadata -INFO: Converting local name dvsfc_bl of variable integrated_y_momentum_flux_from_blocking_drag from new to old metadata -INFO: Converting local name Grid of variable GFS_grid_type_instance from new to old metadata -INFO: Converting local name ncnd of variable number_of_cloud_condensate_types from new to old metadata -INFO: Converting local name w_0 of variable coefficient_w_0 from new to old metadata -INFO: Converting local name zm of variable ocean_mixed_layer_thickness from new to old metadata -INFO: Converting local name shoc_parm(2) of variable shoc_tke_dissipation_tunable_parameter from new to old metadata -INFO: Converting local name cdec of variable cosine_of_solar_declination_angle from new to old metadata -INFO: Converting local name npzq_con of variable vertical_dimension_for_condensed_water_at_Lagrangian_surface from new to old metadata -INFO: Converting local name rmol of variable reciprocal_of_obukhov_length from new to old metadata -INFO: Converting local name snowxy of variable number_of_snow_layers from new to old metadata -INFO: Converting local name hflx_land of variable kinematic_surface_upward_sensible_heat_flux_over_land from new to old metadata -INFO: Converting local name clw of variable convective_transportable_tracers from new to old metadata -INFO: Converting local name srflag of variable flag_for_precipitation_type from new to old metadata -INFO: Converting local name suntim of variable duration_of_sunshine from new to old metadata -INFO: Converting local name isot of variable soil_type_dataset_choice from new to old metadata -INFO: Converting local name isol of variable flag_for_solar_constant from new to old metadata -INFO: Converting local name th2m of variable potential_temperature_at_2m from new to old metadata -INFO: Converting local name hpbl of variable atmosphere_boundary_layer_thickness from new to old metadata -INFO: Converting local name cd of variable surface_drag_coefficient_for_momentum_in_air from new to old metadata -INFO: Converting local name dusfc_ls of variable integrated_x_momentum_flux_from_large_scale_gwd from new to old metadata -INFO: Converting local name do_sppt of variable flag_for_stochastic_surface_physics_perturbations from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_for_convective_cloud_water_mixing_ratio_in_phy_f3d) of variable convective_cloud_water_mixing_ratio_in_phy_f3d from new to old metadata -INFO: Converting local name rb_ice of variable bulk_richardson_number_at_lowest_model_level_over_ice from new to old metadata -INFO: Converting local name itc of variable number_of_aerosol_tracers_for_convection from new to old metadata -INFO: Converting local name Cldprop of variable GFS_cldprop_type_instance from new to old metadata -INFO: Converting local name grav_settling of variable grav_settling from new to old metadata -INFO: Converting local name gq0(:,:,index_for_ice_cloud_number_concentration) of variable ice_number_concentration_updated_by_physics from new to old metadata -INFO: Converting local name ntinc of variable index_for_ice_cloud_number_concentration from new to old metadata -INFO: Converting local name iopt_inf of variable flag_for_frozen_soil_permeability_option from new to old metadata -INFO: Converting local name c0s_deep of variable rain_conversion_parameter_deep_convection from new to old metadata -INFO: Converting local name dtaux2d_ls of variable x_momentum_tendency_from_large_scale_gwd from new to old metadata -INFO: Converting local name phy_myj_qz0 of variable specific_humidity_at_viscous_sublayer_top from new to old metadata -INFO: Converting local name iovr_sw of variable flag_for_max_random_overlap_clouds_for_shortwave_radiation from new to old metadata -INFO: Converting local name icliq_sw of variable flag_for_optical_property_for_liquid_clouds_for_shortwave_radiation from new to old metadata -INFO: Converting local name psmean of variable cumulative_surface_pressure_multiplied_by_timestep from new to old metadata -INFO: Converting local name cmm_ocean of variable surface_drag_wind_speed_for_momentum_in_air_over_ocean from new to old metadata -INFO: Converting local name shcnvcw of variable flag_shallow_convective_cloud from new to old metadata -INFO: Converting local name drain of variable subsurface_runoff_flux from new to old metadata -INFO: Converting local name ak of variable a_parameter_of_the_hybrid_coordinate from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_liquid_cloud_number_concentration) of variable tendency_of_cloud_droplet_number_concentration_due_to_model_physics from new to old metadata -INFO: Converting local name sfc_z0_type of variable flag_for_surface_roughness_option_over_ocean from new to old metadata -INFO: Converting local name cvt of variable pressure_at_top_of_convective_cloud from new to old metadata -INFO: Converting local name gwd_opt of variable gwd_opt from new to old metadata -INFO: Converting local name snowmp of variable lwe_thickness_of_snow_amount from new to old metadata -INFO: Converting local name ncnvcld3d of variable number_of_convective_3d_cloud_fields from new to old metadata -INFO: Converting local name cape of variable convective_available_potential_energy_for_coupling from new to old metadata -INFO: Converting local name du3dt_ogw of variable time_integral_of_change_in_x_wind_due_to_orographic_gravity_wave_drag from new to old metadata -INFO: Converting local name te0_2d of variable atmosphere_energy_content_in_column from new to old metadata -INFO: Converting local name dsnowprv of variable snow_precipitation_rate_from_previous_timestep from new to old metadata -INFO: Converting local name chh of variable surface_drag_mass_flux_for_heat_and_moisture_in_air from new to old metadata -INFO: Converting local name dt3dt(:,:,5) of variable cumulative_change_in_temperature_due_to_shal_convection from new to old metadata -INFO: Converting local name cplwav of variable flag_for_wave_coupling from new to old metadata -INFO: Converting local name clw(:,:,2) of variable cloud_condensed_water_mixing_ratio_convective_transport_tracer from new to old metadata -INFO: Converting local name shoc_parm(1) of variable shoc_tke_dissipatation_pressure_threshold from new to old metadata -INFO: Converting local name oro_uf of variable orography_unfiltered from new to old metadata -INFO: Converting local name peln of variable log_pressure_at_Lagrangian_surface from new to old metadata -INFO: Converting local name gasvmr(:,:,8) of variable volume_mixing_ratio_cfc22 from new to old metadata -INFO: Converting local name pertzt of variable magnitude_of_perturbation_of_heat_to_momentum_roughness_length_ratio from new to old metadata -INFO: Converting local name clouds(:,:,1) of variable total_cloud_fraction from new to old metadata -INFO: Converting local name iaer of variable flag_for_default_aerosol_effect_in_shortwave_radiation from new to old metadata -INFO: Converting local name wet1 of variable normalized_soil_wetness from new to old metadata -INFO: Converting local name npz of variable vertical_dimension_for_fast_physics from new to old metadata -INFO: Converting local name cal_pre of variable flag_for_precipitation_type_algorithm from new to old metadata -INFO: Converting local name lmk of variable adjusted_vertical_layer_dimension_for_radiation from new to old metadata -INFO: Converting local name kind_phys of variable kind_phys from new to old metadata -INFO: Converting local name Sfcprop of variable GFS_sfcprop_type_instance from new to old metadata -INFO: Converting local name wslakexy of variable lake_water_storage from new to old metadata -INFO: Converting local name f10m of variable ratio_of_wind_at_lowest_model_layer_and_wind_at_10m from new to old metadata -INFO: Converting local name gasvmr(:,:,1) of variable volume_mixing_ratio_co2 from new to old metadata -INFO: Converting local name q2mp of variable specific_humidity_at_2m_from_noahmp from new to old metadata -INFO: Converting local name lwhc of variable tendency_of_air_temperature_due_to_longwave_heating_assuming_clear_sky_on_radiation_timestep from new to old metadata -INFO: Converting local name snowd_ice of variable surface_snow_thickness_water_equivalent_over_ice from new to old metadata -INFO: Converting local name lsnow_lsm_lbound of variable lower_bound_of_snow_vertical_dimension_for_land_surface_model from new to old metadata -INFO: Converting local name mg_dcs of variable mg_autoconversion_size_threshold_ice_snow from new to old metadata -INFO: Converting local name rhgrd of variable fa_threshold_relative_humidity_for_onset_of_condensation from new to old metadata -INFO: Converting local name dudt_ogw of variable instantaneous_change_in_x_wind_due_to_orographic_gravity_wave_drag from new to old metadata -INFO: Converting local name slmsk of variable sea_land_ice_mask_real from new to old metadata -INFO: Converting local name ictm of variable flag_for_initial_time_date_control from new to old metadata -INFO: Converting local name qss_ocean of variable surface_specific_humidity_over_ocean from new to old metadata -INFO: Converting local name tsfc of variable surface_skin_temperature from new to old metadata -INFO: Converting local name prsik of variable dimensionless_exner_function_at_model_interfaces from new to old metadata -INFO: Converting local name t2mmp of variable temperature_at_2m_from_noahmp from new to old metadata -INFO: Converting local name tau_ogw of variable time_integral_of_momentum_flux_due_to_orographic_gravity_wave_drag from new to old metadata -INFO: Converting local name topflw_type of variable topflw_type from new to old metadata -INFO: Converting local name cnv_nice of variable number_concentration_of_ice_crystals_for_detrainment from new to old metadata -INFO: Converting local name cscnv of variable flag_for_Chikira_Sugiyama_deep_convection from new to old metadata -INFO: Converting local name u10mi_cpl of variable instantaneous_x_wind_at_10m_for_coupling from new to old metadata -INFO: Converting local name fh2_ocean of variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_ocean from new to old metadata -INFO: Converting local name phii of variable geopotential_at_interface from new to old metadata -INFO: Converting local name gq0(:,:,index_for_graupel) of variable graupel_mixing_ratio_updated_by_physics from new to old metadata -INFO: Converting local name ntgl of variable index_for_graupel from new to old metadata -INFO: Converting local name nvisdfi_cpl of variable instantaneous_surface_net_downward_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name norad_precip of variable flag_for_precipitation_effect_on_radiation from new to old metadata -INFO: Converting local name dq3dt(:,:,5) of variable cumulative_change_in_ozone_mixing_ratio_due_to_PBL from new to old metadata -INFO: Converting local name dusfcg of variable instantaneous_x_stress_due_to_gravity_wave_drag from new to old metadata -INFO: Converting local name stype of variable soil_type_classification_real from new to old metadata -INFO: Converting local name lwhtr of variable flag_for_output_of_longwave_heating_rate from new to old metadata -INFO: Converting local name skebv_wts of variable weights_for_stochastic_skeb_perturbation_of_y_wind_flipped from new to old metadata -INFO: Converting local name prnum of variable prandtl_number from new to old metadata -INFO: Converting local name dtsfcin_cpl of variable surface_upward_sensible_heat_flux_for_coupling from new to old metadata -INFO: Converting local name sigmatot of variable convective_updraft_area_fraction_at_model_interfaces from new to old metadata -INFO: Converting local name rann of variable random_number_array from new to old metadata -INFO: Converting local name work2 of variable grid_size_related_coefficient_used_in_scale_sensitive_schemes_complement from new to old metadata -INFO: Converting local name ep1d_land of variable surface_upward_potential_latent_heat_flux_over_land from new to old metadata -INFO: Converting local name num_p3d of variable array_dimension_of_3d_arrays_for_microphysics from new to old metadata -INFO: Converting local name frac_grid of variable flag_for_fractional_grid from new to old metadata -INFO: Converting local name dtdtc of variable tendency_of_air_temperature_due_to_radiative_heating_assuming_clear_sky from new to old metadata -INFO: Converting local name chxy of variable surface_drag_coefficient_for_heat_and_moisture_for_noahmp from new to old metadata -INFO: Converting local name dtauy2d_bl of variable y_momentum_tendency_from_blocking_drag from new to old metadata -INFO: Converting local name dtsfc of variable cumulative_surface_upward_sensible_heat_flux_for_diag_multiplied_by_timestep from new to old metadata -INFO: Converting local name gflx_ocean of variable upward_heat_flux_in_soil_over_ocean from new to old metadata -INFO: Converting local name deeprechxy of variable water_table_recharge_when_deep from new to old metadata -INFO: Converting local name imfshalcnv_sas of variable flag_for_sas_shallow_convection_scheme from new to old metadata -INFO: Converting local name woodxy of variable wood_mass from new to old metadata -INFO: Converting local name phy_f3d(:,:,3) of variable air_temperature_at_previous_time_step from new to old metadata -INFO: Converting local name otspt of variable flag_convective_tracer_transport from new to old metadata -INFO: Converting local name tsurf of variable surface_skin_temperature_after_iteration from new to old metadata -INFO: Converting local name phy_f2d(:,array_dimension_of_2d_arrays_for_microphysics) of variable surface_wind_enhancement_due_to_convection from new to old metadata -INFO: Converting local name num_p2d of variable array_dimension_of_2d_arrays_for_microphysics from new to old metadata -INFO: Converting local name diss_est of variable dissipation_estimate_of_air_temperature_at_model_layers from new to old metadata -INFO: Converting local name ffmm_land of variable Monin_Obukhov_similarity_function_for_momentum_over_land from new to old metadata -INFO: Converting local name imfshalcnv of variable flag_for_mass_flux_shallow_convection_scheme from new to old metadata -INFO: Converting local name iopt_rad of variable flag_for_radiation_transfer_option from new to old metadata -INFO: Converting local name effr_in of variable flag_for_cloud_effective_radii from new to old metadata -INFO: Converting local name Sh3D of variable stability_function_for_heat from new to old metadata -INFO: Converting local name con_sbc of variable stefan_boltzmann_constant from new to old metadata -INFO: Converting local name phy_myj_z0base of variable baseline_surface_roughness_length from new to old metadata -INFO: Converting local name sdec of variable sine_of_solar_declination_angle from new to old metadata -INFO: Converting local name f_ice of variable fraction_of_ice_water_cloud from new to old metadata -INFO: Converting local name qs of variable cloud_snow_specific_humidity_at_Lagrangian_surface from new to old metadata -INFO: Converting local name iflip of variable flag_for_vertical_index_direction_control from new to old metadata -INFO: Converting local name draincprv of variable convective_precipitation_rate_from_previous_timestep from new to old metadata -INFO: Converting local name icsdsw of variable seed_random_numbers_sw from new to old metadata -INFO: Converting local name dtaux2d_bl of variable x_momentum_tendency_from_blocking_drag from new to old metadata -INFO: Converting local name uustar_ocean of variable surface_friction_velocity_over_ocean from new to old metadata -INFO: Converting local name zlwb of variable height_of_low_level_wave_breaking from new to old metadata -INFO: Converting local name sigma of variable slope_of_subgrid_orography from new to old metadata -INFO: Converting local name cd_land of variable surface_drag_coefficient_for_momentum_in_air_over_land from new to old metadata -INFO: Converting local name shoc_parm(5) of variable shoc_flag_for_optional_surface_TKE_dissipation from new to old metadata -INFO: Converting local name qss_ice of variable surface_specific_humidity_over_ice from new to old metadata -INFO: Converting local name graupel of variable lwe_thickness_of_graupel_amount_on_dynamics_timestep from new to old metadata -INFO: Converting local name do_myjsfc of variable do_myjsfc from new to old metadata -INFO: Converting local name htsw0 of variable tendency_of_air_temperature_due_to_shortwave_heating_assuming_clear_sky_on_radiation_time_step from new to old metadata -INFO: Converting local name ep of variable cumulative_surface_upward_potential_latent_heat_flux_multiplied_by_timestep from new to old metadata -INFO: Converting local name tprcp of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep from new to old metadata -INFO: Converting local name dnirdf_cpl of variable cumulative_surface_downwelling_diffuse_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name qwv_surf of variable water_vapor_mixing_ratio_at_surface from new to old metadata -INFO: Converting local name fm10_ocean of variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_ocean from new to old metadata -INFO: Converting local name QC_BL of variable subgrid_cloud_mixing_ratio_pbl from new to old metadata -INFO: Converting local name adjsfculw_ice of variable surface_upwelling_longwave_flux_over_ice_interstitial from new to old metadata -INFO: Converting local name tsfci_cpl of variable instantaneous_surface_skin_temperature_for_coupling from new to old metadata -INFO: Converting local name pertz0 of variable magnitude_of_perturbation_of_momentum_roughness_length from new to old metadata -INFO: Converting local name eahxy of variable canopy_air_vapor_pressure from new to old metadata -INFO: Converting local name cnv_dqldt of variable tendency_of_cloud_water_due_to_convective_microphysics from new to old metadata -INFO: Converting local name gq0 of variable tracer_concentration_updated_by_physics from new to old metadata -INFO: Converting local name iopt_dveg of variable flag_for_dynamic_vegetation_option from new to old metadata -INFO: Converting local name gv0(:,1) of variable y_wind_at_lowest_model_layer_updated_by_physics from new to old metadata -INFO: Converting local name first_time_step of variable flag_for_first_time_step from new to old metadata -INFO: Converting local name dtaux2d_ss of variable x_momentum_tendency_from_small_scale_gwd from new to old metadata -INFO: Converting local name wetdpl of variable instantaneous_large_scale_wet_deposition from new to old metadata -INFO: Converting local name cndm_surf of variable surface_condensation_mass from new to old metadata -INFO: Converting local name cmm_land of variable surface_drag_wind_speed_for_momentum_in_air_over_land from new to old metadata -INFO: Converting local name fh2 of variable Monin_Obukhov_similarity_function_for_heat_at_2m from new to old metadata -INFO: Converting local name gw_dudt of variable tendency_of_x_wind_due_to_ugwp from new to old metadata -INFO: Converting local name shinhong of variable flag_for_scale_aware_Shinhong_PBL from new to old metadata -INFO: Converting local name maxMF of variable maximum_mass_flux from new to old metadata -INFO: Converting local name gu0 of variable x_wind_updated_by_physics from new to old metadata -INFO: Converting local name ncstrac of variable number_of_tracers_for_CS from new to old metadata -INFO: Converting local name do_qa of variable flag_for_inline_cloud_fraction_calculation from new to old metadata -INFO: Converting local name pgr of variable surface_air_pressure from new to old metadata -INFO: Converting local name del of variable air_pressure_difference_between_midlayers from new to old metadata -INFO: Converting local name nqrimef of variable index_for_mass_weighted_rime_factor from new to old metadata -INFO: Converting local name du3dt(:,:,1) of variable cumulative_change_in_x_wind_due_to_PBL from new to old metadata -INFO: Converting local name raincs of variable lwe_thickness_of_shallow_convective_precipitation_amount from new to old metadata -INFO: Converting local name xlaixy of variable leaf_area_index from new to old metadata -INFO: Converting local name iopt_alb of variable flag_for_ground_snow_surface_albedo_option from new to old metadata -INFO: Converting local name moninq_fac of variable atmosphere_diffusivity_coefficient_factor from new to old metadata -INFO: Converting local name work3 of variable ratio_of_exner_function_between_midlayer_and_interface_at_lowest_model_layer from new to old metadata -INFO: Converting local name adjnirbmd of variable surface_downwelling_direct_near_infrared_shortwave_flux from new to old metadata -INFO: Converting local name imp_physics_zhao_carr_pdf of variable flag_for_zhao_carr_pdf_microphysics_scheme from new to old metadata -INFO: Converting local name dv3dt(:,:,3) of variable cumulative_change_in_y_wind_due_to_deep_convection from new to old metadata -INFO: Converting local name evcwa of variable cumulative_canopy_upward_latent_heat_flu_multiplied_by_timestep from new to old metadata -INFO: Converting local name lsm_noah of variable flag_for_noah_land_surface_scheme from new to old metadata -INFO: Converting local name ntk of variable index_for_turbulent_kinetic_energy_convective_transport_tracer from new to old metadata -INFO: Converting local name qsnw of variable local_snow_water_mixing_ratio from new to old metadata -INFO: Converting local name edmf_thl of variable emdf_updraft_theta_l from new to old metadata -INFO: Converting local name crtrh(2) of variable critical_relative_humidity_at_PBL_top from new to old metadata -INFO: Converting local name xv of variable diurnal_thermocline_layer_y_current from new to old metadata -INFO: Converting local name rlapse of variable air_temperature_lapse_rate_constant from new to old metadata -INFO: Converting local name clw(:,:,1) of variable ice_water_mixing_ratio_convective_transport_tracer from new to old metadata -INFO: Converting local name levozp of variable vertical_dimension_of_ozone_forcing_data from new to old metadata -INFO: Converting local name spfhmax of variable maximum_specific_humidity_at_2m from new to old metadata -INFO: Converting local name runoff of variable surface_runoff_flux from new to old metadata -INFO: Converting local name do_sb_physics of variable mg_flag_for_sb2001_autoconversion from new to old metadata -INFO: Converting local name phy_myj_a1q of variable weight_for_specific_humidity_at_viscous_sublayer_top from new to old metadata -INFO: Converting local name cactiv of variable conv_activity_counter from new to old metadata -INFO: Converting local name clw(:,:,index_for_turbulent_kinetic_energy_convective_transport_tracer) of variable turbulent_kinetic_energy_convective_transport_tracer from new to old metadata -INFO: Converting local name oz_phys_2015 of variable flag_for_2015_ozone_physics from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_snow_number_concentration) of variable snow_number_concentration from new to old metadata -INFO: Converting local name ntsnc of variable index_for_snow_number_concentration from new to old metadata -INFO: Converting local name dlwsfci_cpl of variable instantaneous_surface_downwelling_longwave_flux_for_coupling from new to old metadata -INFO: Converting local name errflg of variable ccpp_error_flag from new to old metadata -INFO: Converting local name kbot of variable vertical_index_at_cloud_base from new to old metadata -INFO: Converting local name clw_surf of variable cloud_condensed_water_mixing_ratio_at_surface from new to old metadata -INFO: Converting local name skebu_wts of variable weights_for_stochastic_skeb_perturbation_of_x_wind from new to old metadata -INFO: Converting local name snowprv of variable lwe_thickness_of_snow_amount_from_previous_timestep from new to old metadata -INFO: Converting local name spec_adv of variable flag_for_individual_cloud_species_advected from new to old metadata -INFO: Converting local name rainmp of variable lwe_thickness_of_explicit_rain_amount from new to old metadata -INFO: Converting local name jdat of variable forecast_date_and_time from new to old metadata -INFO: Converting local name ntrcaer of variable number_of_aerosol_tracers_MG from new to old metadata -INFO: Converting local name gflux of variable cumulative_surface_ground_heat_flux_multiplied_by_timestep from new to old metadata -INFO: Converting local name q1 of variable water_vapor_specific_humidity_at_lowest_model_layer_for_diag from new to old metadata -INFO: Converting local name gq0(:,1,index_for_water_vapor) of variable water_vapor_specific_humidity_at_lowest_model_layer_updated_by_physics from new to old metadata -INFO: Converting local name nday of variable daytime_points_dimension from new to old metadata -INFO: Converting local name cs_parm(9) of variable entrainment_efficiency_tunable_parameter_9_CS from new to old metadata -INFO: Converting local name flx_form of variable flag_flux_form_CS from new to old metadata -INFO: Converting local name dtsfc_cpl of variable cumulative_surface_upward_sensible_heat_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name nstf_name(1) of variable flag_for_nsstm_run from new to old metadata -INFO: Converting local name ca_sgs of variable flag_for_sgs_cellular_automata from new to old metadata -INFO: Converting local name mg_qcmin(1) of variable mg_minimum_cloud_condensed_water_mixing_ratio from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio from new to old metadata -INFO: Converting local name rilist of variable gas_constants_for_multi_gases_physics from new to old metadata -INFO: Converting local name dtauy2d_ls of variable y_momentum_tendency_from_large_scale_gwd from new to old metadata -INFO: Converting local name oz_coeff of variable number_of_coefficients_in_ozone_forcing_data from new to old metadata -INFO: Converting local name edmf_qt of variable emdf_updraft_total_water from new to old metadata -INFO: Converting local name stmassxy of variable stem_mass from new to old metadata -INFO: Converting local name dgraupelprv of variable graupel_precipitation_rate_from_previous_timestep from new to old metadata -INFO: Converting local name gq0(:,:,index_for_mass_weighted_rime_factor) of variable mass_weighted_rime_factor_updated_by_physics from new to old metadata -INFO: Converting local name alnwf of variable mean_nir_albedo_with_weak_cosz_dependency from new to old metadata -INFO: Converting local name smoiseq of variable equilibrium_soil_water_content from new to old metadata -INFO: Converting local name psautco of variable coefficient_from_cloud_ice_to_snow from new to old metadata -INFO: Converting local name fhlwr of variable frequency_for_longwave_radiation from new to old metadata -INFO: Converting local name xtts of variable sensitivity_of_dtl_heat_content_to_surface_temperature from new to old metadata -INFO: Converting local name tracers_start_index of variable start_index_of_other_tracers from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_ice_cloud_condensate) of variable tendency_of_ice_cloud_water_mixing_ratio_due_to_model_physics from new to old metadata -INFO: Converting local name jsd of variable starting_y_direction_index_domain from new to old metadata -INFO: Converting local name semis_land of variable surface_longwave_emissivity_over_land_interstitial from new to old metadata -INFO: Converting local name tdomr of variable dominant_rain_type from new to old metadata -INFO: Converting local name conv_act of variable gf_memory_counter from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_ice_cloud_number_concentration) of variable ice_number_concentration from new to old metadata -INFO: Converting local name ugrs(:,1) of variable x_wind_at_lowest_model_layer from new to old metadata -INFO: Converting local name qicn of variable mass_fraction_of_convective_cloud_ice from new to old metadata -INFO: Converting local name fh2_ice of variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_ice from new to old metadata -INFO: Converting local name tsq of variable t_prime_squared from new to old metadata -INFO: Converting local name tdomip of variable dominant_sleet_type from new to old metadata -INFO: Converting local name lslwr of variable flag_to_calc_lw from new to old metadata -INFO: Converting local name GFS_cldprop_type of variable GFS_cldprop_type from new to old metadata -INFO: Converting local name imp_physics of variable flag_for_microphysics_scheme from new to old metadata -INFO: Converting local name sfcalb(:,1) of variable surface_albedo_due_to_near_IR_direct from new to old metadata -INFO: Converting local name mg_do_graupel of variable mg_flag_for_graupel from new to old metadata -INFO: Converting local name soilm of variable soil_moisture_content from new to old metadata -INFO: Converting local name exch_m of variable atmosphere_momentum_diffusivity_for_mynnpbl from new to old metadata -INFO: Converting local name wetdpc of variable instantaneous_convective_scale_wet_deposition from new to old metadata -INFO: Converting local name el_pbl of variable mixing_length from new to old metadata -INFO: Converting local name ncnvc of variable index_for_convective_cloud_cover_in_phy_f3d from new to old metadata -INFO: Converting local name fn_nml of variable namelist_filename from new to old metadata -INFO: Converting local name weasd_ocean of variable water_equivalent_accumulated_snow_depth_over_ocean from new to old metadata -INFO: Converting local name evfact_deep of variable rain_evaporation_coefficient_deep_convection from new to old metadata -INFO: Converting local name dqsfc of variable cumulative_surface_upward_latent_heat_flux_for_diag_multiplied_by_timestep from new to old metadata -INFO: Converting local name totgrpb of variable accumulated_lwe_thickness_of_graupel_amount_in_bucket from new to old metadata -INFO: Converting local name trans_aero of variable flag_for_aerosol_convective_transport_and_PBL_diffusion from new to old metadata -INFO: Converting local name dusfc_bl of variable integrated_x_momentum_flux_from_blocking_drag from new to old metadata -INFO: Converting local name gw_kdis of variable eddy_mixing_due_to_ugwp from new to old metadata -INFO: Converting local name mg_qcmin of variable mg_minimum_cloud_condensed_water_and_ice_mixing_ratio from new to old metadata -INFO: Converting local name dq3dt(:,:,3) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_shal_convection from new to old metadata -INFO: Converting local name qi of variable cloud_ice_specific_humidity_at_Lagrangian_surface from new to old metadata -INFO: Converting local name imfshalcnv_gf of variable flag_for_ntiedtke_shallow_convection_scheme from new to old metadata -INFO: Converting local name zorl_ocean of variable surface_roughness_length_over_ocean_interstitial from new to old metadata -INFO: Converting local name tsfc_ice of variable surface_skin_temperature_over_ice_interstitial from new to old metadata -INFO: Converting local name input_nml_file_length of variable number_of_lines_of_namelist_filename_for_internal_file_reads from new to old metadata -INFO: Converting local name flhc of variable surface_exchange_coefficient_for_heat from new to old metadata -INFO: Converting local name qke of variable tke_at_mass_points from new to old metadata -INFO: Converting local name snowd of variable surface_snow_thickness_water_equivalent from new to old metadata -INFO: Converting local name ncpr of variable local_rain_number_concentration from new to old metadata -INFO: Converting local name ldiag3d of variable flag_diagnostics_3D from new to old metadata -INFO: Converting local name ffhh_ocean of variable Monin_Obukhov_similarity_function_for_heat_over_ocean from new to old metadata -INFO: Converting local name nsamftrac of variable number_of_tracers_for_samf from new to old metadata -INFO: Converting local name con_hvap of variable latent_heat_of_vaporization_of_water_at_0C from new to old metadata -INFO: Converting local name dtaux2d_fd of variable x_momentum_tendency_from_form_drag from new to old metadata -INFO: Converting local name levh2o of variable vertical_dimension_of_h2o_forcing_data from new to old metadata -INFO: Converting local name ras of variable flag_for_ras_deep_convection from new to old metadata -INFO: Converting local name ialb of variable flag_for_using_climatology_albedo from new to old metadata -INFO: Converting local name raincd of variable lwe_thickness_of_deep_convective_precipitation_amount from new to old metadata -INFO: Converting local name alb1d of variable surface_albedo_perturbation from new to old metadata -INFO: Converting local name nwat of variable number_of_water_species from new to old metadata -INFO: Converting local name dwn_mf of variable cumulative_atmosphere_downdraft_convective_mass_flux from new to old metadata -INFO: Converting local name save_t of variable air_temperature_save from new to old metadata -INFO: Converting local name fice of variable sea_ice_concentration from new to old metadata -INFO: Converting local name dvisdf_cpl of variable cumulative_surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name cvb of variable pressure_at_bottom_of_convective_cloud from new to old metadata -INFO: Converting local name save_q(:,:,index_for_ice_cloud_condensate) of variable ice_water_mixing_ratio_save from new to old metadata -INFO: Converting local name gq0(:,:,index_for_snow_water) of variable snow_water_mixing_ratio_updated_by_physics from new to old metadata -INFO: Converting local name qrain of variable sensible_heat_flux_due_to_rainfall from new to old metadata -INFO: Converting local name stress_ocean of variable surface_wind_stress_over_ocean from new to old metadata -INFO: Converting local name adjsfculw_land of variable surface_upwelling_longwave_flux_over_land_interstitial from new to old metadata -INFO: Converting local name ndust of variable number_of_dust_bins_for_diagnostics from new to old metadata -INFO: Converting local name GFS_radtend_type of variable GFS_radtend_type from new to old metadata -INFO: Converting local name ngas of variable number_of_gases_for_multi_gases_physics from new to old metadata -INFO: Converting local name diceprv of variable ice_precipitation_rate_from_previous_timestep from new to old metadata -INFO: Converting local name con_ttp of variable triple_point_temperature_of_water from new to old metadata -INFO: Converting local name rechxy of variable water_table_recharge_when_shallow from new to old metadata -INFO: Converting local name ffhh of variable Monin_Obukhov_similarity_function_for_heat from new to old metadata -INFO: Converting local name edmf_w of variable emdf_updraft_vertical_velocity from new to old metadata -INFO: Converting local name sed_supersat of variable mg_allow_supersat_after_sed from new to old metadata -INFO: Converting local name sr of variable ratio_of_snowfall_to_rainfall from new to old metadata -INFO: Converting local name stc of variable soil_temperature from new to old metadata -INFO: Converting local name idate of variable date_and_time_at_model_initialization_reordered from new to old metadata -INFO: Converting local name nctp of variable number_of_cloud_types_CS from new to old metadata -INFO: Converting local name levrp1 of variable number_of_vertical_layers_for_radiation_calculations_plus_one from new to old metadata -INFO: Converting local name v10mmax of variable maximum_y_wind_at_10m from new to old metadata -INFO: Converting local name clouds(:,:,8) of variable cloud_snow_water_path from new to old metadata -INFO: Converting local name dusfc of variable cumulative_surface_x_momentum_flux_for_diag_multiplied_by_timestep from new to old metadata -INFO: Converting local name sfcalb(:,3) of variable surface_albedo_due_to_UV_and_VIS_direct from new to old metadata -INFO: Converting local name zmtnblck of variable level_of_dividing_streamline from new to old metadata -INFO: Converting local name xcosz of variable instantaneous_cosine_of_zenith_angle from new to old metadata -INFO: Converting local name CCPP_interstitial_type of variable CCPP_interstitial_type from new to old metadata -INFO: Converting local name theta of variable angle_from_east_of_maximum_subgrid_orographic_variations from new to old metadata -INFO: Converting local name nbdsw of variable number_of_aerosol_bands_for_shortwave_radiation from new to old metadata -INFO: Converting local name dqsfc1 of variable instantaneous_surface_upward_latent_heat_flux from new to old metadata -INFO: Converting local name htrsw of variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_timestep from new to old metadata -INFO: Converting local name gq0(:,:,index_for_graupel_number_concentration) of variable graupel_number_concentration_updated_by_physics from new to old metadata -INFO: Converting local name ntgnc of variable index_for_graupel_number_concentration from new to old metadata -INFO: Converting local name semis of variable surface_longwave_emissivity from new to old metadata -INFO: Converting local name ca_smooth of variable flag_for_gaussian_spatial_filter from new to old metadata -INFO: Converting local name zhour of variable time_since_diagnostics_zeroed from new to old metadata -INFO: Converting local name uswsfci of variable surface_upwelling_shortwave_flux from new to old metadata -INFO: Converting local name dq3dt(:,:,6) of variable cumulative_change_in_ozone_concentration_due_to_production_and_loss_rate from new to old metadata -INFO: Converting local name con_t0c of variable temperature_at_zero_celsius from new to old metadata -INFO: Converting local name dvsfcin_cpl of variable surface_y_momentum_flux_for_coupling from new to old metadata -INFO: Converting local name runoff of variable total_runoff from new to old metadata -INFO: Converting local name upd_mf of variable cumulative_atmosphere_updraft_convective_mass_flux from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_for_cloud_fraction_in_3d_arrays_for_microphysics) of variable cloud_fraction_for_MG from new to old metadata -INFO: Converting local name indcld of variable index_for_cloud_fraction_in_3d_arrays_for_microphysics from new to old metadata -INFO: Converting local name vegtype of variable vegetation_type_classification from new to old metadata -INFO: Converting local name ied of variable ending_x_direction_index_domain from new to old metadata -INFO: Converting local name transa of variable cumulative_transpiration_flux_multiplied_by_timestep from new to old metadata -INFO: Converting local name dt3dt(:,:,2) of variable cumulative_change_in_temperature_due_to_shortwave_radiation from new to old metadata -INFO: Converting local name dvsfc_ls of variable integrated_y_momentum_flux_from_large_scale_gwd from new to old metadata -INFO: Converting local name snowd_ocean of variable surface_snow_thickness_water_equivalent_over_ocean from new to old metadata -INFO: Converting local name clouds(:,:,2) of variable cloud_liquid_water_path from new to old metadata -INFO: Converting local name visbmui of variable surface_upwelling_direct_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name plvl of variable air_pressure_at_interface_for_radiation_in_hPa from new to old metadata -INFO: Converting local name uustar_land of variable surface_friction_velocity_over_land from new to old metadata -INFO: Converting local name phy_myj_akms of variable momentum_exchange_coefficient_for_MYJ_schemes from new to old metadata -INFO: Converting local name cnv_fice of variable ice_fraction_in_convective_tower from new to old metadata -INFO: Converting local name nbdlw of variable number_of_aerosol_bands_for_longwave_radiation from new to old metadata -INFO: Converting local name dudt_mtb of variable instantaneous_change_in_x_wind_due_to_mountain_blocking_drag from new to old metadata -INFO: Converting local name rb_ocean of variable bulk_richardson_number_at_lowest_model_level_over_ocean from new to old metadata -INFO: Converting local name ccnorm of variable flag_for_cloud_condensate_normalized_by_cloud_cover from new to old metadata -INFO: Converting local name dqdt of variable tendency_of_tracers_due_to_model_physics from new to old metadata -INFO: Converting local name u10m of variable x_wind_at_10m from new to old metadata -INFO: Converting local name tmpmin of variable minimum_temperature_at_2m from new to old metadata -INFO: Converting local name save_u of variable x_wind_save from new to old metadata -INFO: Converting local name tsnow of variable snow_temperature_bottom_first_layer from new to old metadata -INFO: Converting local name kind_INTEGER of variable kind_INTEGER from new to old metadata -INFO: Converting local name nswsfc_cpl of variable cumulative_surface_net_downward_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name vgrs(:,1) of variable y_wind_at_lowest_model_layer from new to old metadata -INFO: Converting local name bl_mynn_edmf_tke of variable edmf_tke_transport_flag from new to old metadata -INFO: Converting local name tile_num of variable number_of_tile from new to old metadata -INFO: Converting local name con_pi of variable pi from new to old metadata -INFO: Converting local name abem of variable instantaneous_anthopogenic_and_biomass_burning_emissions from new to old metadata -INFO: Converting local name latidxprnt of variable latitude_index_in_debug_printouts from new to old metadata -INFO: Converting local name tcrf of variable cloud_phase_transition_denominator from new to old metadata -INFO: Converting local name cpilist of variable specific_heat_capacities_for_multi_gases_physics from new to old metadata -INFO: Converting local name tprcp_ocean of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_ocean from new to old metadata -INFO: Converting local name vgrs of variable y_wind from new to old metadata -INFO: Converting local name me of variable mpi_rank from new to old metadata -INFO: Converting local name nseffr of variable index_for_snow_effective_radius from new to old metadata -INFO: Converting local name crtrh(1) of variable critical_relative_humidity_at_surface from new to old metadata -INFO: Converting local name nrcm of variable array_dimension_of_random_number from new to old metadata -INFO: Converting local name phy_f2d(:,2) of variable surface_air_pressure_at_previous_time_step from new to old metadata -INFO: Converting local name totice of variable accumulated_lwe_thickness_of_ice_amount from new to old metadata -INFO: Converting local name vdftra of variable vertically_diffused_tracer_concentration from new to old metadata -INFO: Converting local name clam_shal of variable entrainment_rate_coefficient_shallow_convection from new to old metadata -INFO: Converting local name ulwsfc of variable cumulative_surface_upwelling_longwave_flux_multiplied_by_timestep from new to old metadata -INFO: Converting local name cldf of variable cloud_area_fraction from new to old metadata -INFO: Converting local name prslk of variable dimensionless_exner_function_at_model_layers from new to old metadata -INFO: Converting local name imp_physics_wsm6 of variable flag_for_wsm6_microphysics_scheme from new to old metadata -INFO: Converting local name blksz(ccpp_block_number) of variable horizontal_loop_extent from new to old metadata -INFO: Converting local name dtp of variable time_step_for_physics from new to old metadata -INFO: Converting local name nnirdf_cpl of variable cumulative_surface_net_downward_diffuse_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name tsurf_ice of variable surface_skin_temperature_after_iteration_over_ice from new to old metadata -INFO: Converting local name snowfallac of variable total_accumulated_snowfall from new to old metadata -INFO: Converting local name solhr of variable forecast_hour_of_the_day from new to old metadata -INFO: Converting local name use_zmtnblck of variable flag_for_mountain_blocking from new to old metadata -INFO: Converting local name sfcflw_type of variable sfcflw_type from new to old metadata -INFO: Converting local name rhofr of variable density_of_frozen_precipitation from new to old metadata -INFO: Converting local name dxmax of variable maximum_scaling_factor_for_critical_relative_humidity from new to old metadata -INFO: Converting local name rainc_cpl of variable lwe_thickness_of_convective_precipitation_amount_for_coupling from new to old metadata -INFO: Converting local name prautco of variable coefficient_from_cloud_water_to_rain from new to old metadata -INFO: Converting local name cumabs of variable maximum_column_heating_rate from new to old metadata -INFO: Converting local name Statein of variable GFS_statein_type_instance from new to old metadata -INFO: Converting local name ntasks of variable mpi_size from new to old metadata -INFO: Converting local name qsq of variable q_prime_squared from new to old metadata -INFO: Converting local name bl_mynn_mixqt of variable mix_total_water_flag from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_turbulent_kinetic_energy) of variable tendency_of_turbulent_kinetic_energy_due_to_model_physics from new to old metadata -INFO: Converting local name ntke of variable index_for_turbulent_kinetic_energy from new to old metadata -INFO: Converting local name kmp of variable top_layer_index_for_fast_physics from new to old metadata -INFO: Converting local name ffhh_ice of variable Monin_Obukhov_similarity_function_for_heat_over_ice from new to old metadata -INFO: Converting local name dq3dt(:,:,1) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_PBL from new to old metadata -INFO: Converting local name con_hfus of variable latent_heat_of_fusion_of_water_at_0C from new to old metadata -INFO: Converting local name isubc_lw of variable flag_for_lw_clouds_without_sub_grid_approximation from new to old metadata -INFO: Converting local name du3dt(:,:,3) of variable cumulative_change_in_x_wind_due_to_deep_convection from new to old metadata -INFO: Converting local name clx of variable fraction_of_grid_box_with_subgrid_orography_higher_than_critical_height from new to old metadata -INFO: Converting local name shoc_parm(4) of variable shoc_implicit_TKE_integration_uncentering_term from new to old metadata -INFO: Converting local name gasvmr(:,:,7) of variable volume_mixing_ratio_cfc12 from new to old metadata -INFO: Converting local name cappa of variable cappa_moist_gas_constant_at_Lagrangian_surface from new to old metadata -INFO: Converting local name cf_upi of variable convective_cloud_fraction_for_microphysics from new to old metadata -INFO: Converting local name cdata of variable ccpp_t_instance from new to old metadata -INFO: Converting local name phy_myj_akhs of variable heat_exchange_coefficient_for_MYJ_schemes from new to old metadata -INFO: Converting local name sedim of variable instantaneous_sedimentation from new to old metadata -INFO: Converting local name graupelmp of variable lwe_thickness_of_graupel_amount from new to old metadata -INFO: Converting local name skebu_wts of variable weights_for_stochastic_skeb_perturbation_of_x_wind_flipped from new to old metadata -INFO: Converting local name GFS_control_type of variable GFS_control_type from new to old metadata -INFO: Converting local name yearlen of variable number_of_days_in_year from new to old metadata -INFO: Converting local name save_q(:,:,index_for_water_vapor) of variable water_vapor_specific_humidity_save from new to old metadata -INFO: Converting local name smois of variable volume_fraction_of_soil_moisture_for_land_surface_model from new to old metadata -INFO: Converting local name gq0(:,:,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio_updated_by_physics from new to old metadata -INFO: Converting local name pwat of variable column_precipitable_water from new to old metadata -INFO: Converting local name cld1d of variable cloud_work_function from new to old metadata -INFO: Converting local name qvi of variable gas_tracers_for_multi_gas_physics_at_Lagrangian_surface from new to old metadata -INFO: Converting local name gabsbdlw of variable surface_downwelling_longwave_flux_absorbed_by_ground from new to old metadata -INFO: Converting local name tau_ngw of variable time_integral_of_momentum_flux_due_to_nonstationary_gravity_wave from new to old metadata -INFO: Converting local name xlat_d of variable latitude_degree from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_for_ice_effective_radius) of variable effective_radius_of_stratiform_cloud_ice_particle_in_um from new to old metadata -INFO: Converting local name nieffr of variable index_for_ice_effective_radius from new to old metadata -INFO: Converting local name do_ca of variable flag_for_cellular_automata from new to old metadata -INFO: Converting local name wtxy of variable water_storage_in_aquifer_and_saturated_soil from new to old metadata -INFO: Converting local name srunoff of variable surface_runoff from new to old metadata -INFO: Converting local name ntrnc of variable index_for_rain_number_concentration from new to old metadata -INFO: Converting local name ustm of variable surface_friction_velocity_drag from new to old metadata -INFO: Converting local name cnvprcp of variable cumulative_lwe_thickness_of_convective_precipitation_amount from new to old metadata -INFO: Converting local name imfdeepcnv_samf of variable flag_for_samf_deep_convection_scheme from new to old metadata -INFO: Converting local name si of variable vertical_sigma_coordinate_for_radiation_initialization from new to old metadata -INFO: Converting local name gwdcu of variable tendency_of_x_wind_due_to_convective_gravity_wave_drag from new to old metadata -INFO: Converting local name elvmax of variable maximum_subgrid_orography from new to old metadata -INFO: Converting local name slimskin_cpl of variable sea_land_ice_mask_in from new to old metadata -INFO: Converting local name dtsfc_cice of variable surface_upward_sensible_heat_flux_for_coupling_interstitial from new to old metadata -INFO: Converting local name do_mynnedmf of variable do_mynnedmf from new to old metadata -INFO: Converting local name zorll of variable surface_roughness_length_over_land from new to old metadata -INFO: Converting local name nswsfci_cpl of variable instantaneous_surface_net_downward_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name do_cldice of variable mg_flag_for_cloud_ice_processes from new to old metadata -INFO: Converting local name alboldxy of variable snow_albedo_at_previous_time_step from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_graupel) of variable graupel_mixing_ratio from new to old metadata -INFO: Converting local name rhcmax of variable maximum_critical_relative_humidity from new to old metadata -INFO: Converting local name Stateout of variable GFS_stateout_type_instance from new to old metadata -INFO: Converting local name nirbmdi of variable surface_downwelling_direct_near_infrared_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name gfluxi of variable instantaneous_surface_ground_heat_flux from new to old metadata -INFO: Converting local name drainncprv of variable explicit_rainfall_rate_from_previous_timestep from new to old metadata -INFO: Converting local name gflx of variable upward_heat_flux_in_soil from new to old metadata -INFO: Converting local name hflx_ocean of variable kinematic_surface_upward_sensible_heat_flux_over_ocean from new to old metadata -INFO: Converting local name nvdiff of variable number_of_vertical_diffusion_tracers from new to old metadata -INFO: Converting local name dspheat of variable flag_TKE_dissipation_heating from new to old metadata -INFO: Converting local name fhswr of variable frequency_for_shortwave_radiation from new to old metadata -INFO: Converting local name nthreads of variable omp_threads from new to old metadata -INFO: Converting local name islmsk of variable sea_land_ice_mask from new to old metadata -INFO: Converting local name ntchmdiag of variable number_of_chemical_tracers_for_diagnostics from new to old metadata -INFO: Converting local name nstf_name(5) of variable vertical_temperature_average_range_upper_bound from new to old metadata -INFO: Converting local name forceq of variable moisture_tendency_due_to_dynamics from new to old metadata -INFO: Converting local name nseasalt of variable number_of_seasalt_bins_for_diagnostics from new to old metadata -INFO: Converting local name gasvmr(:,:,2) of variable volume_mixing_ratio_n2o from new to old metadata -INFO: Converting local name ctei_rml of variable grid_sensitive_critical_cloud_top_entrainment_instability_criteria from new to old metadata -INFO: Converting local name sfc_wts of variable weights_for_stochastic_surface_physics_perturbation from new to old metadata -INFO: Converting local name oc of variable convexity_of_subgrid_orography from new to old metadata -INFO: Converting local name ep1d of variable surface_upward_potential_latent_heat_flux from new to old metadata -INFO: Converting local name u10mmax of variable maximum_x_wind_at_10m from new to old metadata -INFO: Converting local name nca of variable number_of_independent_cellular_automata from new to old metadata -INFO: Converting local name rtmassxy of variable fine_root_mass from new to old metadata -INFO: Converting local name ffmm_ocean of variable Monin_Obukhov_similarity_function_for_momentum_over_ocean from new to old metadata -INFO: Converting local name pertlai of variable magnitude_of_perturbation_of_leaf_area_index from new to old metadata -INFO: Converting local name mg_ncnst of variable mg_drop_concentration_constant from new to old metadata -INFO: Converting local name pgcon_shal of variable momentum_transport_reduction_factor_pgf_shallow_convection from new to old metadata -INFO: Converting local name edmf_qc of variable emdf_updraft_cloud_water from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_graupel) of variable tendency_of_graupel_mixing_ratio_due_to_model_physics from new to old metadata -INFO: Converting local name acvt of variable largest_cloud_top_vertical_index_encountered_thus_far from new to old metadata -INFO: Converting local name cmm of variable surface_drag_wind_speed_for_momentum_in_air from new to old metadata -INFO: Converting local name dt_cool of variable sub_layer_cooling_amount from new to old metadata -INFO: Converting local name qc_r of variable cloud_liquid_water_mixing_ratio from new to old metadata -INFO: Converting local name ral_ts of variable time_scale_for_rayleigh_damping from new to old metadata -INFO: Converting local name GFS_diag_type of variable GFS_diag_type from new to old metadata -INFO: Converting local name dnirdfi_cpl of variable instantaneous_surface_downwelling_diffuse_near_infrared_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name chh_ice of variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_ice from new to old metadata -INFO: Converting local name flipv of variable flag_flip from new to old metadata -INFO: Converting local name ldiag_ugwp of variable diag_ugwp_flag from new to old metadata -INFO: Converting local name ctei_r of variable cloud_top_entrainment_instability_value from new to old metadata -INFO: Converting local name ccn_nm of variable ccn_number_concentration from new to old metadata -INFO: Converting local name edmf_ent of variable emdf_updraft_entrainment_rate from new to old metadata -INFO: Converting local name htswc of variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step from new to old metadata -INFO: Converting local name phy_myj_thz0 of variable potential_temperature_at_viscous_sublayer_top from new to old metadata -INFO: Converting local name bl_mynn_edmf of variable edmf_flag from new to old metadata -INFO: Converting local name con_rd of variable gas_constant_dry_air from new to old metadata -INFO: Converting local name qss_land of variable surface_specific_humidity_over_land from new to old metadata -INFO: Converting local name zt1d of variable perturbation_of_heat_to_momentum_roughness_length_ratio from new to old metadata -INFO: Converting local name imp_physics_zhao_carr of variable flag_for_zhao_carr_microphysics_scheme from new to old metadata -INFO: Converting local name delz of variable thickness_at_Lagrangian_surface from new to old metadata -INFO: Converting local name dtsfci of variable instantaneous_surface_upward_sensible_heat_flux_for_diag from new to old metadata -INFO: Converting local name dvsfc_fd of variable integrated_y_momentum_flux_from_form_drag from new to old metadata -INFO: Converting local name totprcpb of variable accumulated_lwe_thickness_of_precipitation_amount_in_bucket from new to old metadata -INFO: Converting local name tcr of variable cloud_phase_transition_threshold_temperature from new to old metadata -INFO: Converting local name clstp of variable convective_cloud_switch from new to old metadata -INFO: Converting local name isatmedmf_vdifq of variable choice_of_updated_scale_aware_TKE_moist_EDMF_PBL from new to old metadata -INFO: Converting local name coszen of variable cosine_of_zenith_angle from new to old metadata -INFO: Converting local name nifa2d of variable tendency_of_ice_friendly_aerosols_at_surface from new to old metadata -INFO: Converting local name icy of variable flag_nonzero_sea_ice_surface_fraction from new to old metadata -INFO: Converting local name dudt of variable tendency_of_x_wind_due_to_model_physics from new to old metadata -INFO: Converting local name bl_dnfr of variable downdraft_fraction_in_boundary_layer_mass_flux_scheme from new to old metadata -INFO: Converting local name snohf of variable snow_freezing_rain_upward_latent_heat_flux from new to old metadata -INFO: Converting local name bexp1d of variable perturbation_of_soil_type_b_parameter from new to old metadata -INFO: Converting local name faersw of variable aerosol_optical_properties_for_shortwave_bands_01_16 from new to old metadata -INFO: Converting local name dtdt of variable tendency_of_air_temperature_due_to_model_physics from new to old metadata -INFO: Converting local name nvisdf_cpl of variable cumulative_surface_net_downward_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name dqsfcin_cpl of variable surface_upward_latent_heat_flux_for_coupling from new to old metadata -INFO: Converting local name con_p0 of variable standard_atmospheric_pressure from new to old metadata -INFO: Converting local name con_epsq of variable minimum_value_of_specific_humidity from new to old metadata -INFO: Converting local name dusfci_cpl of variable instantaneous_surface_x_momentum_flux_for_coupling from new to old metadata -INFO: Converting local name ep1d_ice of variable surface_upward_potential_latent_heat_flux_over_ice from new to old metadata -INFO: Converting local name fhour of variable forecast_time from new to old metadata -INFO: Converting local name refl_10cm of variable radar_reflectivity_10cm from new to old metadata -INFO: Converting local name shum_wts of variable weights_for_stochastic_shum_perturbation_flipped from new to old metadata -INFO: Converting local name dspfac of variable tke_dissipative_heating_factor from new to old metadata -INFO: Converting local name nnirbmi_cpl of variable instantaneous_surface_net_downward_direct_near_infrared_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name c1_deep of variable detrainment_conversion_parameter_deep_convection from new to old metadata -INFO: Converting local name dt3dt(:,:,4) of variable cumulative_change_in_temperature_due_to_deep_convection from new to old metadata -INFO: Converting local name dv3dt(:,:,4) of variable cumulative_change_in_y_wind_due_to_convective_gravity_wave_drag from new to old metadata -INFO: Converting local name phy_myj_a1u of variable weight_for_momentum_at_viscous_sublayer_top from new to old metadata -INFO: Converting local name iopt_stc of variable flag_for_soil_and_snow_temperature_time_stepping_option from new to old metadata -INFO: Converting local name adjvisbmd of variable surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux from new to old metadata -INFO: Converting local name icloud_bl of variable couple_sgs_clouds_to_radiation_flag from new to old metadata -INFO: Converting local name rb of variable bulk_richardson_number_at_lowest_model_level from new to old metadata -INFO: Converting local name faerlw(:,:,:,2) of variable aerosol_single_scattering_albedo_for_longwave_bands_01_16 from new to old metadata -INFO: Converting local name phy_myj_elflx of variable kinematic_surface_latent_heat_flux from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_for_snow_effective_radius) of variable effective_radius_of_stratiform_cloud_snow_particle_in_um from new to old metadata -INFO: Converting local name iopt_tbot of variable flag_for_lower_boundary_soil_temperature_option from new to old metadata -INFO: Converting local name pdfflag of variable flag_for_pdf_for_morrison_gettelman_microphysics_scheme from new to old metadata -INFO: Converting local name do_aw of variable flag_for_Arakawa_Wu_adjustment from new to old metadata -INFO: Converting local name do_tofd of variable turb_oro_form_drag_flag from new to old metadata -INFO: Converting local name dqdti of variable instantaneous_water_vapor_specific_humidity_tendency_due_to_convection from new to old metadata -INFO: Converting local name qi_r of variable cloud_ice_mixing_ratio from new to old metadata -INFO: Converting local name flag_iter of variable flag_for_iteration from new to old metadata -INFO: Converting local name CLDFRA_BL of variable subgrid_cloud_fraction_pbl from new to old metadata -INFO: Converting local name zorl_ice of variable surface_roughness_length_over_ice_interstitial from new to old metadata -INFO: Converting local name dd_mf of variable instantaneous_atmosphere_downdraft_convective_mass_flux from new to old metadata -INFO: Converting local name visdfui of variable surface_upwelling_diffuse_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name julian of variable julian_day from new to old metadata -INFO: Converting local name cd_ice of variable surface_drag_coefficient_for_momentum_in_air_over_ice from new to old metadata -INFO: Converting local name iovr_lw of variable flag_for_max_random_overlap_clouds_for_longwave_radiation from new to old metadata -INFO: Converting local name lmp of variable adjusted_vertical_level_dimension_for_radiation from new to old metadata -INFO: Converting local name kdt of variable index_of_time_step from new to old metadata -INFO: Converting local name ushfsfci of variable instantaneous_surface_upward_sensible_heat_flux_for_chemistry_coupling from new to old metadata -INFO: Converting local name rb_land of variable bulk_richardson_number_at_lowest_model_level_over_land from new to old metadata -INFO: Converting local name uustar of variable surface_friction_velocity from new to old metadata -INFO: Converting local name adjnirbmu of variable surface_upwelling_direct_near_infrared_shortwave_flux from new to old metadata -INFO: Converting local name do_mynnsfclay of variable do_mynnsfclay from new to old metadata -INFO: Converting local name aero_in of variable flag_for_aerosol_input_MG from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_water_vapor) of variable tendency_of_water_vapor_specific_humidity_due_to_model_physics from new to old metadata -INFO: Converting local name mol of variable theta_star from new to old metadata -INFO: Converting local name fwetxy of variable area_fraction_of_wet_canopy from new to old metadata -INFO: Converting local name phy_f2d(:,1) of variable surface_air_pressure_two_time_steps_back from new to old metadata -INFO: Converting local name topflw of variable lw_fluxes_top_atmosphere from new to old metadata -INFO: Converting local name satmedmf of variable flag_for_scale_aware_TKE_moist_EDMF_PBL from new to old metadata -INFO: Converting local name waxy of variable water_storage_in_aquifer from new to old metadata -INFO: Converting local name snow of variable lwe_thickness_of_snow_amount_on_dynamics_timestep from new to old metadata -INFO: Converting local name ivegsrc of variable vegetation_type_dataset_choice from new to old metadata -INFO: Converting local name sigmaf of variable bounded_vegetation_area_fraction from new to old metadata -INFO: Converting local name f_rain of variable fraction_of_rain_water_cloud from new to old metadata -INFO: Converting local name dkt of variable instantaneous_atmosphere_heat_diffusivity from new to old metadata -INFO: Converting local name asolfac_deep of variable aerosol_aware_parameter_deep_convection from new to old metadata -INFO: Converting local name dv3dt(:,:,2) of variable cumulative_change_in_y_wind_due_to_orographic_gravity_wave_drag from new to old metadata -INFO: Converting local name ipr of variable horizontal_index_of_printed_column from new to old metadata -INFO: Converting local name npzcappa of variable vertical_dimension_for_cappa_at_Lagrangian_surface from new to old metadata -INFO: Converting local name clam_deep of variable entrainment_rate_coefficient_deep_convection from new to old metadata -INFO: Converting local name dusfci of variable instantaneous_surface_x_momentum_flux_for_diag from new to old metadata -INFO: Converting local name cs_parm(4) of variable detrainment_and_precipitation_tunable_parameter_4_CS from new to old metadata -INFO: Converting local name levsp1 of variable vertical_dimension_plus_one from new to old metadata -INFO: Converting local name con_cp of variable specific_heat_of_dry_air_at_constant_pressure from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_water_vapor) of variable water_vapor_specific_humidity from new to old metadata -INFO: Converting local name prsik(:,1) of variable dimensionless_exner_function_at_lowest_model_interface from new to old metadata -INFO: Converting local name gasvmr(:,:,5) of variable volume_mixing_ratio_co from new to old metadata -INFO: Converting local name mg_ngcons of variable mg_flag_graupel_concentration_constant from new to old metadata -INFO: Converting local name acsnow of variable accumulated_water_equivalent_of_frozen_precip from new to old metadata -INFO: Converting local name levsm1 of variable vertical_dimension_minus_one from new to old metadata -INFO: Converting local name phy_myj_a1t of variable weight_for_potental_temperature_at_viscous_sublayer_top from new to old metadata -INFO: Converting local name ntracp1 of variable number_of_tracers_plus_one from new to old metadata -INFO: Converting local name GFS_Data of variable GFS_data_type_instance_all_blocks from new to old metadata -INFO: Converting local name zol of variable surface_stability_parameter from new to old metadata -INFO: Converting local name CCPP_interstitial of variable CCPP_interstitial_type_instance from new to old metadata -INFO: Converting local name isd of variable starting_x_direction_index_domain from new to old metadata -INFO: Converting local name cplflx of variable flag_for_flux_coupling from new to old metadata -INFO: Converting local name lradar of variable flag_for_radar_reflectivity from new to old metadata -INFO: Converting local name iseed_ca of variable seed_for_random_number_generation_in_cellular_automata_scheme from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_for_convective_cloud_cover_in_phy_f3d) of variable convective_cloud_cover_in_phy_f3d from new to old metadata -INFO: Converting local name dqsfci of variable instantaneous_surface_upward_latent_heat_flux_for_diag from new to old metadata -INFO: Converting local name dxmin of variable minimum_scaling_factor_for_critical_relative_humidity from new to old metadata -INFO: Converting local name sppt_wts of variable weights_for_stochastic_sppt_perturbation from new to old metadata -INFO: Converting local name tahxy of variable canopy_air_temperature from new to old metadata -INFO: Converting local name imn of variable forecast_month from new to old metadata -INFO: Converting local name evcw of variable canopy_upward_latent_heat_flux from new to old metadata -INFO: Converting local name input_nml_file of variable namelist_filename_for_internal_file_reads from new to old metadata -INFO: Converting local name raddt of variable time_step_for_radiation from new to old metadata -INFO: Converting local name dvisbmi_cpl of variable instantaneous_surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name gwdcv of variable tendency_of_y_wind_due_to_convective_gravity_wave_drag from new to old metadata -INFO: Converting local name evbsa of variable cumulative_soil_upward_latent_heat_flux_multiplied_by_timestep from new to old metadata -INFO: Converting local name cldwrk of variable cumulative_cloud_work_function from new to old metadata -INFO: Converting local name npzdelz of variable vertical_dimension_for_thickness_at_Lagrangian_surface from new to old metadata -INFO: Converting local name dvsfc_cice of variable surface_y_momentum_flux_for_coupling_interstitial from new to old metadata -INFO: Converting local name ql of variable cloud_liquid_water_specific_humidity_at_Lagrangian_surface from new to old metadata -INFO: Converting local name imp_physics_fer_hires of variable flag_for_fer_hires_microphysics_scheme from new to old metadata -INFO: Converting local name dvdt of variable tendency_of_y_wind_due_to_model_physics from new to old metadata -INFO: Converting local name dusfc_cpl of variable cumulative_surface_x_momentum_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name prsl(:,1) of variable air_pressure_at_lowest_model_layer from new to old metadata -INFO: Converting local name ktop_shallow of variable k_level_of_highest_reaching_plume from new to old metadata -INFO: Converting local name sfcfsw of variable sw_fluxes_sfc from new to old metadata -INFO: Converting local name gv0 of variable y_wind_updated_by_physics from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_rain_water) of variable rain_water_mixing_ratio from new to old metadata -INFO: Converting local name cdq_ocean of variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_ocean from new to old metadata -INFO: Converting local name sfcalb(:,4) of variable surface_albedo_due_to_UV_and_VIS_diffused from new to old metadata -INFO: Converting local name gamq of variable countergradient_mixing_term_for_water_vapor from new to old metadata -INFO: Converting local name mdt of variable time_step_for_remapping_for_fast_physics from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_ice_cloud_condensate) of variable ice_water_mixing_ratio from new to old metadata -INFO: Converting local name sfcalb(:,2) of variable surface_albedo_due_to_near_IR_diffused from new to old metadata -INFO: Converting local name phy_fctd of variable cloud_base_mass_flux from new to old metadata -INFO: Converting local name weasd_land of variable water_equivalent_accumulated_snow_depth_over_land from new to old metadata -INFO: Converting local name nwfa2d of variable tendency_of_water_friendly_aerosols_at_surface from new to old metadata -INFO: Converting local name GFS_Control of variable GFS_control_type_instance from new to old metadata -INFO: Converting local name nncl of variable number_of_tracers_for_cloud_condensate from new to old metadata -INFO: Converting local name olyr of variable ozone_concentration_at_layer_for_radiation from new to old metadata -INFO: Converting local name tg3 of variable deep_soil_temperature from new to old metadata -INFO: Converting local name Radtend of variable GFS_radtend_type_instance from new to old metadata -INFO: Converting local name sinlat of variable sine_of_latitude from new to old metadata -INFO: Converting local name sppt_wts of variable weights_for_stochastic_sppt_perturbation_flipped from new to old metadata -INFO: Converting local name ng of variable number_of_ghost_zones from new to old metadata -INFO: Converting local name phil of variable geopotential from new to old metadata -INFO: Converting local name flag_frsoil of variable flag_for_frozen_soil_physics from new to old metadata -INFO: Converting local name faersw(:,:,:,2) of variable aerosol_single_scattering_albedo_for_shortwave_bands_01_16 from new to old metadata -INFO: Converting local name qc of variable cloud_fraction_at_Lagrangian_surface from new to old metadata -INFO: Converting local name do_sfcperts of variable flag_for_stochastic_surface_perturbations from new to old metadata -INFO: Converting local name betas_deep of variable downdraft_fraction_reaching_surface_over_ocean_deep_convection from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_rain_number_concentration) of variable rain_number_concentration from new to old metadata -INFO: Converting local name ifd of variable index_of_dtlm_start from new to old metadata -INFO: Converting local name area of variable cell_area_for_fast_physics from new to old metadata -INFO: Converting local name trans_trac of variable flag_for_convective_transport_of_tracers from new to old metadata -INFO: Converting local name isatmedmf of variable choice_of_scale_aware_TKE_moist_EDMF_PBL from new to old metadata -INFO: Converting local name old_monin of variable flag_for_old_PBL_scheme from new to old metadata -INFO: Converting local name cplchm of variable flag_for_chemistry_coupling from new to old metadata -INFO: Converting local name raincprv of variable lwe_thickness_of_convective_precipitation_amount_from_previous_timestep from new to old metadata -INFO: Converting local name u1 of variable x_wind_at_lowest_model_layer_for_diag from new to old metadata -INFO: Converting local name gw_dvdt of variable tendency_of_y_wind_due_to_ugwp from new to old metadata -INFO: Converting local name dtsfc1 of variable instantaneous_surface_upward_sensible_heat_flux from new to old metadata -INFO: Converting local name gasvmr(:,:,9) of variable volume_mixing_ratio_ccl4 from new to old metadata -INFO: Converting local name semis_ice of variable surface_longwave_emissivity_over_ice_interstitial from new to old metadata -INFO: Converting local name zmtb of variable time_integral_of_height_of_mountain_blocking from new to old metadata -INFO: Converting local name dtauy2d_fd of variable y_momentum_tendency_from_form_drag from new to old metadata -INFO: Converting local name lakefrac of variable lake_area_fraction from new to old metadata -INFO: Converting local name do_myjpbl of variable do_myjpbl from new to old metadata -INFO: Converting local name sncovr of variable surface_snow_area_fraction_over_land from new to old metadata -INFO: Converting local name spd10max of variable maximum_wind_at_10m_over_maximum_hourly_time_interval from new to old metadata -INFO: Converting local name faerlw(:,:,:,3) of variable aerosol_asymmetry_parameter_for_longwave_bands_01_16 from new to old metadata -INFO: Converting local name adjsfculw_ocean of variable surface_upwelling_longwave_flux_over_ocean_interstitial from new to old metadata -INFO: Converting local name nscfshoc of variable index_of_subgrid_scale_cloud_fraction_from_shoc_in_phy_f3d from new to old metadata -INFO: Converting local name qv_r of variable humidity_mixing_ratio from new to old metadata -INFO: Converting local name gq0(:,:,index_for_water_vapor) of variable water_vapor_specific_humidity_updated_by_physics from new to old metadata -INFO: Converting local name lsnow_lsm of variable snow_vertical_dimension_for_land_surface_model from new to old metadata -INFO: Converting local name dv3dt_ngw of variable time_integral_of_change_in_y_wind_due_to_nonstationary_gravity_wave from new to old metadata -INFO: Converting local name tlyr of variable air_temperature_at_layer_for_radiation from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_turbulent_kinetic_energy) of variable turbulent_kinetic_energy from new to old metadata -INFO: Converting local name h2opl of variable h2o_forcing from new to old metadata -INFO: Converting local name smc of variable volume_fraction_of_soil_moisture from new to old metadata -INFO: Converting local name latr of variable number_of_latitude_points from new to old metadata -INFO: Converting local name crick_proof of variable flag_for_CRICK_proof_cloud_water from new to old metadata -INFO: Converting local name ssem of variable instantaneous_seasalt_emission_flux from new to old metadata -INFO: Converting local name xlai1d of variable perturbation_of_leaf_area_index from new to old metadata -INFO: Converting local name tdoms of variable dominant_snow_type from new to old metadata -INFO: Converting local name canopy of variable canopy_water_amount from new to old metadata -INFO: Converting local name dtauy2d_ss of variable y_momentum_tendency_from_small_scale_gwd from new to old metadata -INFO: Converting local name forcet of variable temperature_tendency_due_to_dynamics from new to old metadata -INFO: Converting local name snowmt of variable surface_snow_melt from new to old metadata -INFO: Converting local name ttendlim of variable limit_for_temperature_tendency_for_microphysics from new to old metadata -INFO: Converting local name clouds(:,:,6) of variable cloud_rain_water_path from new to old metadata -INFO: Converting local name sigmafrac of variable convective_updraft_area_fraction from new to old metadata -INFO: Converting local name tau_tofd of variable instantaneous_momentum_flux_due_to_turbulent_orographic_form_drag from new to old metadata -INFO: Converting local name gq0(:,:,index_for_ice_friendly_aerosols) of variable ice_friendly_aerosol_number_concentration_updated_by_physics from new to old metadata -INFO: Converting local name nsswr of variable number_of_timesteps_between_shortwave_radiation_calls from new to old metadata -INFO: Converting local name ulwsfc_cice of variable surface_upwelling_longwave_flux_for_coupling_interstitial from new to old metadata -INFO: Converting local name dq3dt(:,:,8) of variable cumulative_change_in_ozone_concentration_due_to_temperature from new to old metadata -INFO: Converting local name stress_ice of variable surface_wind_stress_over_ice from new to old metadata -INFO: Converting local name is of variable starting_x_direction_index from new to old metadata -INFO: Converting local name sbsno of variable snow_deposition_sublimation_upward_latent_heat_flux from new to old metadata -INFO: Converting local name cnvprcpb of variable cumulative_lwe_thickness_of_convective_precipitation_amount_in_bucket from new to old metadata -INFO: Converting local name rdlai of variable flag_for_reading_leaf_area_index_from_input from new to old metadata -INFO: Converting local name phy_f3d(:,:,4) of variable water_vapor_specific_humidity_at_previous_time_step from new to old metadata -INFO: Converting local name area of variable cell_area from new to old metadata -INFO: Converting local name con_eps of variable ratio_of_dry_air_to_water_vapor_gas_constants from new to old metadata -INFO: Converting local name edmf_a of variable emdf_updraft_area from new to old metadata -INFO: Converting local name dusfc1 of variable instantaneous_surface_x_momentum_flux from new to old metadata -INFO: Converting local name qlcn of variable mass_fraction_of_convective_cloud_liquid_water from new to old metadata -INFO: Converting local name fh2_land of variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_land from new to old metadata -INFO: Converting local name tprcp_land of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_land from new to old metadata -INFO: Converting local name chh_land of variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_land from new to old metadata -INFO: Converting local name dt3dt(:,:,1) of variable cumulative_change_in_temperature_due_to_longwave_radiation from new to old metadata -INFO: Converting local name nfracseed of variable cellular_automata_seed_probability from new to old metadata -INFO: Converting local name cwm of variable total_cloud_condensate_mixing_ratio_updated_by_physics from new to old metadata -INFO: Converting local name u10max of variable maximum_u_wind_at_10m_over_maximum_hourly_time_interval from new to old metadata -INFO: Converting local name dvsfc_ss of variable integrated_y_momentum_flux_from_small_scale_gwd from new to old metadata -INFO: Converting local name smcref2 of variable threshold_volume_fraction_of_condensed_water_in_soil from new to old metadata -INFO: Converting local name kcnv of variable flag_deep_convection from new to old metadata -INFO: Converting local name keepsmfr of variable volume_fraction_of_frozen_soil_moisture_for_land_surface_model from new to old metadata -INFO: Converting local name frain of variable dynamics_to_physics_timestep_ratio from new to old metadata -INFO: Converting local name debug of variable flag_debug from new to old metadata -INFO: Converting local name qrn of variable local_rain_water_mixing_ratio from new to old metadata -INFO: Converting local name tsfc_ocean of variable surface_skin_temperature_over_ocean_interstitial from new to old metadata -INFO: Converting local name levr of variable number_of_vertical_layers_for_radiation_calculations from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_graupel_number_concentration) of variable graupel_number_concentration from new to old metadata -INFO: Converting local name bl_upfr of variable updraft_fraction_in_boundary_layer_mass_flux_scheme from new to old metadata -INFO: Converting local name nsfcpert of variable number_of_surface_perturbations from new to old metadata -INFO: Converting local name evpco of variable coefficient_for_evaporation_of_rainfall from new to old metadata -INFO: Converting local name iems of variable flag_for_surface_emissivity_control from new to old metadata -INFO: Converting local name dlwsfc of variable cumulative_surface_downwelling_longwave_flux_multiplied_by_timestep from new to old metadata -INFO: Converting local name cimin of variable minimum_sea_ice_concentration from new to old metadata -INFO: Converting local name zs of variable depth_of_soil_levels_for_land_surface_model from new to old metadata -INFO: Converting local name fm10_land of variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_land from new to old metadata -INFO: Converting local name lsm_noahmp of variable flag_for_noahmp_land_surface_scheme from new to old metadata -INFO: Converting local name cs_parm(1) of variable updraft_velocity_tunable_parameter_1_CS from new to old metadata -INFO: Converting local name z_c of variable sub_layer_cooling_thickness from new to old metadata -INFO: Converting local name rainc of variable lwe_thickness_of_convective_precipitation_amount_on_dynamics_timestep from new to old metadata -INFO: Converting local name do_cnvgwd of variable flag_for_convective_gravity_wave_drag from new to old metadata -INFO: Converting local name nlunit of variable iounit_namelist from new to old metadata -INFO: Converting local name gw_dtdt of variable tendency_of_air_temperature_due_to_ugwp from new to old metadata -INFO: Converting local name phy_myj_vz0 of variable v_wind_component_at_viscous_sublayer_top from new to old metadata -INFO: Converting local name dusfc_ss of variable integrated_x_momentum_flux_from_small_scale_gwd from new to old metadata -INFO: Converting local name reset of variable flag_reset_maximum_hourly_fields from new to old metadata -INFO: Converting local name idat of variable date_and_time_at_model_initialization from new to old metadata -INFO: Converting local name oceanfrac of variable sea_area_fraction from new to old metadata -INFO: Converting local name rho_h2o of variable density_of_fresh_water from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_ozone) of variable ozone_mixing_ratio from new to old metadata -INFO: Converting local name qv of variable water_vapor_specific_humidity_at_Lagrangian_surface from new to old metadata -INFO: Converting local name adjnirdfd of variable surface_downwelling_diffuse_near_infrared_shortwave_flux from new to old metadata -INFO: Converting local name ca_global of variable flag_for_global_cellular_automata from new to old metadata -INFO: Converting local name landfrac of variable land_area_fraction from new to old metadata -INFO: Converting local name iopt_btr of variable flag_for_soil_moisture_factor_stomatal_resistance_option from new to old metadata -INFO: Converting local name cqs2 of variable surface_exchange_coefficient_for_moisture_at_2m from new to old metadata -INFO: Converting local name snohfa of variable cumulative_snow_freezing_rain_upward_latent_heat_flux_multiplied_by_timestep from new to old metadata -INFO: Converting local name nvisbm_cpl of variable cumulative_surface_net_downward_direct_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name GFS_sfcprop_type of variable GFS_sfcprop_type from new to old metadata -INFO: Converting local name oz_phys of variable flag_for_ozone_physics from new to old metadata -INFO: Converting local name rhowater of variable liquid_water_density from new to old metadata -INFO: Converting local name zsnsoxy of variable layer_bottom_depth_from_snow_surface from new to old metadata -INFO: Converting local name nthresh of variable threshold_for_perturbed_vertical_velocity from new to old metadata -INFO: Converting local name phy_f3d(:,:,1) of variable air_temperature_two_time_steps_back from new to old metadata -INFO: Converting local name gq0(:,:,index_for_water_friendly_aerosols) of variable water_friendly_aerosol_number_concentration_updated_by_physics from new to old metadata -INFO: Converting local name wetness of variable normalized_soil_wetness_for_land_surface_model from new to old metadata -INFO: Converting local name v10mi_cpl of variable instantaneous_y_wind_at_10m_for_coupling from new to old metadata -INFO: Converting local name rh02min of variable minimum_relative_humidity_at_2m_over_maximum_hourly_time_interval from new to old metadata -INFO: Converting local name nf_aelw of variable number_of_aerosol_output_fields_for_longwave_radiation from new to old metadata -INFO: Converting local name isubc_sw of variable flag_for_sw_clouds_without_sub_grid_approximation from new to old metadata -INFO: Converting local name gq0(:,:,index_for_rain_number_concentration) of variable rain_number_concentration_updated_by_physics from new to old metadata -INFO: Converting local name dvsfc1 of variable instantaneous_surface_y_momentum_flux from new to old metadata -INFO: Converting local name nirdfdi of variable surface_downwelling_diffuse_near_infrared_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name isatmedmf_vdif of variable choice_of_original_scale_aware_TKE_moist_EDMF_PBL from new to old metadata -INFO: Converting local name fprcp of variable number_of_frozen_precipitation_species from new to old metadata -INFO: Converting local name tsurf_land of variable surface_skin_temperature_after_iteration_over_land from new to old metadata -INFO: Converting local name kd of variable vertical_index_difference_between_inout_and_local from new to old metadata -INFO: Converting local name LTP of variable extra_top_layer from new to old metadata -INFO: Converting local name solcon of variable solar_constant from new to old metadata -INFO: Converting local name gq0(:,:,index_for_snow_number_concentration) of variable snow_number_concentration_updated_by_physics from new to old metadata -INFO: Converting local name bl_mynn_tkebudget of variable tke_budget from new to old metadata -INFO: Converting local name xu of variable diurnal_thermocline_layer_x_current from new to old metadata -INFO: Converting local name bl_mynn_tkeadvect of variable tke_advect from new to old metadata -INFO: Converting local name hflx_ice of variable kinematic_surface_upward_sensible_heat_flux_over_ice from new to old metadata -INFO: Converting local name smcwlt2 of variable volume_fraction_of_condensed_water_in_soil_at_wilting_point from new to old metadata -INFO: Converting local name imfdeepcnv of variable flag_for_mass_flux_deep_convection_scheme from new to old metadata -INFO: Converting local name ntchm of variable number_of_chemical_tracers from new to old metadata -INFO: Converting local name ncpl of variable local_condesed_water_number_concentration from new to old metadata -INFO: Converting local name vvl of variable omega from new to old metadata -INFO: Converting local name xkzminv of variable atmosphere_heat_diffusivity_background_maximum from new to old metadata -INFO: Converting local name snowc of variable surface_snow_area_fraction from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_of_subgrid_scale_cloud_fraction_from_shoc_in_phy_f3d) of variable subgrid_scale_cloud_fraction_from_shoc from new to old metadata -INFO: Converting local name du3dt(:,:,4) of variable cumulative_change_in_x_wind_due_to_convective_gravity_wave_drag from new to old metadata -INFO: Converting local name jcap of variable number_of_spectral_wave_trancation_for_sas from new to old metadata -INFO: Converting local name cd_ocean of variable surface_drag_coefficient_for_momentum_in_air_over_ocean from new to old metadata -INFO: Converting local name vfrac of variable vegetation_area_fraction from new to old metadata -INFO: Converting local name dvdftra of variable tendency_of_vertically_diffused_tracer_concentration from new to old metadata -INFO: Converting local name npzp1 of variable vertical_dimension_for_fast_physics_plus_one from new to old metadata -INFO: Converting local name duem of variable instantaneous_dust_emission_flux from new to old metadata -INFO: Converting local name prslrd0 of variable pressure_cutoff_for_rayleigh_damping from new to old metadata -INFO: Converting local name q2m of variable specific_humidity_at_2m from new to old metadata -INFO: Converting local name chs2 of variable surface_exchange_coefficient_for_heat_at_2m from new to old metadata -INFO: Converting local name lfmassxy of variable leaf_mass from new to old metadata -INFO: Converting local name phy_f3d(:,:,2) of variable water_vapor_specific_humidity_two_time_steps_back from new to old metadata -INFO: Converting local name rainp of variable tendency_of_rain_water_mixing_ratio_due_to_microphysics from new to old metadata -INFO: Converting local name ud_mf of variable instantaneous_atmosphere_updraft_convective_mass_flux from new to old metadata -INFO: Converting local name dudt_tms of variable instantaneous_change_in_x_wind_due_to_turbulent_orographic_form_drag from new to old metadata -INFO: Converting local name mg3_as_mg2 of variable flag_mg3_as_mg2 from new to old metadata -INFO: Converting local name htlw0 of variable tendency_of_air_temperature_due_to_longwave_heating_assuming_clear_sky_on_radiation_time_step from new to old metadata -INFO: Converting local name w_d of variable coefficient_w_d from new to old metadata -INFO: Converting local name shdmax of variable maximum_vegetation_area_fraction from new to old metadata -INFO: Converting local name iccn of variable flag_for_in_ccn_forcing_for_morrison_gettelman_microphysics from new to old metadata -INFO: Converting local name htlwc of variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step from new to old metadata -INFO: Converting local name scmpsw of variable components_of_surface_downward_shortwave_fluxes from new to old metadata -INFO: Converting local name tgrs(:,1) of variable air_temperature_at_lowest_model_layer from new to old metadata -INFO: Converting local name cmxy of variable surface_drag_coefficient_for_momentum_for_noahmp from new to old metadata -INFO: Converting local name snowd_land of variable surface_snow_thickness_water_equivalent_over_land from new to old metadata -INFO: Converting local name clouds(:,:,5) of variable mean_effective_radius_for_ice_cloud from new to old metadata -INFO: Converting local name xz of variable diurnal_thermocline_layer_thickness from new to old metadata -INFO: Converting local name tsfg of variable surface_ground_temperature_for_radiation from new to old metadata -INFO: Converting local name dkt of variable atmosphere_heat_diffusivity from new to old metadata -INFO: Converting local name qgrs of variable tracer_concentration from new to old metadata -INFO: Converting local name pgcon_deep of variable momentum_transport_reduction_factor_pgf_deep_convection from new to old metadata -INFO: Converting local name wind10mmax of variable maximum_wind_at_10m from new to old metadata -INFO: Converting local name slopetype of variable surface_slope_classification from new to old metadata -INFO: Converting local name Intdiag of variable GFS_diag_type_instance from new to old metadata -INFO: Converting local name mg_nccons of variable mg_flag_drop_concentration_constant from new to old metadata -INFO: Converting local name adjvisdfd of variable surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_snow_water) of variable tendency_of_snow_water_mixing_ratio_due_to_model_physics from new to old metadata -INFO: Converting local name nlwsfc_cpl of variable cumulative_surface_net_downward_longwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name clouds(:,:,9) of variable mean_effective_radius_for_snow_flake from new to old metadata -INFO: Converting local name con_cvap of variable specific_heat_of_water_vapor_at_constant_pressure from new to old metadata -INFO: Converting local name drydep of variable instantaneous_dry_deposition from new to old metadata -INFO: Converting local name semis_ocean of variable surface_longwave_emissivity_over_ocean_interstitial from new to old metadata -INFO: Converting local name master of variable mpi_root from new to old metadata -INFO: Converting local name gamt of variable countergradient_mixing_term_for_temperature from new to old metadata -INFO: Converting local name redrag of variable flag_for_reduced_drag_coefficient_over_sea from new to old metadata -INFO: Converting local name gq0(:,:,index_for_ozone) of variable ozone_concentration_updated_by_physics from new to old metadata -INFO: Converting local name do_skeb of variable flag_for_stochastic_skeb_option from new to old metadata -INFO: Converting local name qg_r of variable mass_weighted_rime_factor_mixing_ratio from new to old metadata -INFO: Converting local name min_seaice of variable sea_ice_minimum from new to old metadata -INFO: Converting local name betal_deep of variable downdraft_fraction_reaching_surface_over_land_deep_convection from new to old metadata -INFO: Converting local name alvwf of variable mean_vis_albedo_with_weak_cosz_dependency from new to old metadata -INFO: Converting local name do_gwd of variable flag_for_gravity_wave_drag from new to old metadata -INFO: Converting local name nf_aesw of variable number_of_aerosol_output_fields_for_shortwave_radiation from new to old metadata -INFO: Converting local name avg_max_length of variable time_interval_for_maximum_hourly_fields from new to old metadata -INFO: Converting local name tdomzr of variable dominant_freezing_rain_type from new to old metadata -INFO: Converting local name toticeb of variable accumulated_lwe_thickness_of_ice_amount_in_bucket from new to old metadata -INFO: Converting local name isppt_deep of variable flag_for_combination_of_sppt_with_isppt_deep from new to old metadata -INFO: Converting local name ice of variable lwe_thickness_of_ice_amount_on_dynamics_timestep from new to old metadata -INFO: Converting local name dq3dt(:,:,9) of variable cumulative_change_in_ozone_concentration_due_to_overhead_ozone_column from new to old metadata -INFO: Converting local name lsidea of variable flag_idealized_physics from new to old metadata -INFO: Converting local name ico2 of variable flag_for_using_prescribed_global_mean_co2_value from new to old metadata -INFO: Converting local name evap_ice of variable kinematic_surface_upward_latent_heat_flux_over_ice from new to old metadata -INFO: Converting local name do_awdd of variable flag_arakawa_wu_downdraft from new to old metadata -INFO: Converting local name hetfrz_classnuc of variable mg_flag_for_heterogeneous_freezing from new to old metadata -INFO: Converting local name mpiroot of variable mpi_root_for_fast_physics from new to old metadata -INFO: Converting local name dq3dt(:,:,4) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_microphysics from new to old metadata -INFO: Converting local name GFS_coupling_type of variable GFS_coupling_type from new to old metadata -INFO: Converting local name psurfi_cpl of variable instantaneous_surface_air_pressure_for_coupling from new to old metadata -INFO: Converting local name xkzm_h of variable atmosphere_heat_diffusivity_background from new to old metadata -INFO: Converting local name rh02max of variable maximum_relative_humidity_at_2m_over_maximum_hourly_time_interval from new to old metadata -INFO: Converting local name tmpmax of variable maximum_temperature_at_2m from new to old metadata -INFO: Converting local name fscav of variable fraction_of_tracer_scavenged from new to old metadata -INFO: Converting local name ntiwx of variable index_for_ice_cloud_condensate_vertical_diffusion_tracer from new to old metadata -INFO: Converting local name gasvmr(:,:,4) of variable volume_mixing_ratio_o2 from new to old metadata -INFO: Converting local name dpt2m of variable dewpoint_temperature_at_2m from new to old metadata -INFO: Converting local name mg_do_liq_liu of variable mg_flag_for_liu_liquid_treatment from new to old metadata -INFO: Converting local name ffhh_land of variable Monin_Obukhov_similarity_function_for_heat_over_land from new to old metadata -INFO: Converting local name crtrh(3) of variable critical_relative_humidity_at_top_of_atmosphere from new to old metadata -INFO: Converting local name smcwtdxy of variable soil_water_content_between_soil_bottom_and_water_table from new to old metadata -INFO: Converting local name visbmdi of variable surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name cdq_ice of variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_ice from new to old metadata -INFO: Converting local name adjnirdfu of variable surface_upwelling_diffuse_near_infrared_shortwave_flux from new to old metadata -INFO: Converting local name wcbmax of variable maximum_updraft_velocity_at_cloud_base from new to old metadata -INFO: Converting local name tsflw of variable surface_midlayer_air_temperature_in_longwave_radiation from new to old metadata -INFO: Converting local name asolfac_shal of variable aerosol_aware_parameter_shallow_convection from new to old metadata -INFO: Converting local name gabsbdlw_ocean of variable surface_downwelling_longwave_flux_absorbed_by_ground_over_ocean from new to old metadata -INFO: Converting local name de_lgth of variable cloud_decorrelation_length from new to old metadata -INFO: Converting local name GFS_interstitial_type of variable GFS_interstitial_type from new to old metadata -INFO: Converting local name imap of variable map_of_block_column_number_to_global_i_index from new to old metadata -INFO: Converting local name plyr of variable air_pressure_at_layer_for_radiation_in_hPa from new to old metadata -INFO: Converting local name skip_macro of variable flag_skip_macro from new to old metadata -INFO: Converting local name tsnoxy of variable snow_temperature from new to old metadata -INFO: Converting local name sbsnoa of variable cumulative_snow_deposition_sublimation_upward_latent_heat_flux_multiplied_by_timestep from new to old metadata -INFO: Converting local name prcpmp of variable lwe_thickness_of_explicit_precipitation_amount from new to old metadata -INFO: Converting local name clcn of variable convective_cloud_volume_fraction from new to old metadata -INFO: Converting local name gt0 of variable air_temperature_updated_by_physics from new to old metadata -INFO: Converting local name gamma of variable anisotropy_of_subgrid_orography from new to old metadata -INFO: Converting local name uconvtend of variable tendency_of_x_wind_due_to_deep_convection_for_coupling_on_physics_timestep from new to old metadata -INFO: Converting local name dswsfci_cpl of variable instantaneous_surface_downwelling_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name delp of variable pressure_thickness_at_Lagrangian_surface from new to old metadata -INFO: Converting local name lsm_ruc of variable flag_for_ruc_land_surface_scheme from new to old metadata -INFO: Converting local name dt_mf of variable instantaneous_atmosphere_detrainment_convective_mass_flux from new to old metadata -INFO: Converting local name d_conv of variable free_convection_layer_thickness from new to old metadata -INFO: Converting local name nlwsfci_cpl of variable instantaneous_surface_net_downward_longwave_flux_for_coupling from new to old metadata -INFO: Converting local name shum_wts of variable weights_for_stochastic_shum_perturbation from new to old metadata -INFO: Converting local name dswsfci of variable surface_downwelling_shortwave_flux from new to old metadata -INFO: Converting local name do_ysu of variable flag_for_ysu from new to old metadata -INFO: Converting local name q_con of variable cloud_condensed_water_specific_humidity_at_Lagrangian_surface from new to old metadata -INFO: Converting local name mom4ice of variable flag_for_mom4_coupling from new to old metadata -INFO: Converting local name tref of variable sea_surface_reference_temperature from new to old metadata -INFO: Converting local name faersw(:,:,:,3) of variable aerosol_asymmetry_parameter_for_shortwave_bands_01_16 from new to old metadata -INFO: Converting local name ie of variable ending_x_direction_index from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_water_friendly_aerosols) of variable water_friendly_aerosol_number_concentration from new to old metadata -INFO: Converting local name dugwd of variable time_integral_of_x_stress_due_to_gravity_wave_drag from new to old metadata -INFO: Converting local name ntot3d of variable number_of_fields_in_phyf3d from new to old metadata -INFO: Converting local name GFS_data_type of variable GFS_data_type from new to old metadata -INFO: Converting local name graupelprv of variable lwe_thickness_of_graupel_amount_from_previous_timestep from new to old metadata -INFO: Converting local name nstf_name(4) of variable vertical_temperature_average_range_lower_bound from new to old metadata -INFO: Converting local name kind_dyn of variable kind_dyn from new to old metadata -INFO: Converting local name acv of variable accumulated_lwe_thickness_of_convective_precipitation_amount_cnvc90 from new to old metadata -INFO: Converting local name lsoil_lsm of variable soil_vertical_dimension_for_land_surface_model from new to old metadata -INFO: Converting local name phy_myj_chkqlm of variable surface_layer_evaporation_switch from new to old metadata -INFO: Converting local name dtf of variable time_step_for_dynamics from new to old metadata -INFO: Converting local name dqsfci_cpl of variable instantaneous_surface_upward_latent_heat_flux_for_coupling from new to old metadata -INFO: Converting local name mg_do_hail of variable mg_flag_for_hail from new to old metadata -INFO: Converting local name iopt_sfc of variable flag_for_surface_layer_drag_coefficient_option from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_ice_cloud_number_concentration) of variable tendency_of_ice_number_concentration_due_to_model_physics from new to old metadata -INFO: Converting local name kind_LOGICAL of variable kind_LOGICAL from new to old metadata -INFO: Converting local name hybedmf of variable flag_for_hedmf from new to old metadata -INFO: Converting local name dvisdfi_cpl of variable instantaneous_surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name exch_h of variable atmosphere_heat_diffusivity_for_mynnpbl from new to old metadata -INFO: Converting local name z01d of variable perturbation_of_momentum_roughness_length from new to old metadata -INFO: Converting local name prevst of variable temperature_from_previous_timestep from new to old metadata -INFO: Converting local name tracers_total of variable number_of_total_tracers from new to old metadata -INFO: Converting local name wind of variable wind_speed_at_lowest_model_layer from new to old metadata -INFO: Converting local name hprime of variable statistical_measures_of_subgrid_orography from new to old metadata -INFO: Converting local name oz_coeffp5 of variable number_of_coefficients_in_ozone_forcing_data_plus_five from new to old metadata -INFO: Converting local name tvxy of variable vegetation_temperature from new to old metadata -INFO: Converting local name ncps of variable local_snow_number_concentration from new to old metadata -INFO: Converting local name zlvl of variable height_above_ground_at_lowest_model_layer from new to old metadata -INFO: Converting local name restart of variable flag_for_restart from new to old metadata -INFO: Converting local name con_tice of variable freezing_point_temperature_of_seawater from new to old metadata -INFO: Converting local name sfcnsw of variable surface_net_downwelling_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name tau_mtb of variable time_integral_of_momentum_flux_due_to_mountain_blocking_drag from new to old metadata -INFO: Metadata table for model FV3 written to tests/build_fv3_20/FV3/ccpp/physics/CCPP_VARIABLES_FV3.html -INFO: Parsing metadata tables in physics scheme files ... -INFO: Parsed tables in scheme rayleigh_damp -INFO: Parsed tables in scheme GFS_surface_composites_pre -INFO: Parsed tables in scheme GFS_surface_composites_inter -INFO: Parsed tables in scheme GFS_surface_composites_post -INFO: Parsed tables in scheme rrtmg_sw -INFO: Parsed tables in scheme sfc_ocean -INFO: Parsed tables in scheme gwdc_pre -INFO: Parsed tables in scheme gwdc -INFO: Parsed tables in scheme gwdc_post -INFO: Parsed tables in scheme cu_gf_driver_pre -INFO: Parsed tables in scheme gfdl_cloud_microphys -INFO: Parsed tables in scheme GFS_time_vary_pre -INFO: Parsed tables in scheme GFS_rrtmg_setup -INFO: Parsed tables in scheme zhaocarr_gscond -INFO: Parsed tables in scheme ysuvdif -INFO: Parsed tables in scheme rrtmg_sw_post -INFO: Parsed tables in scheme GFS_SCNV_generic_pre -INFO: Parsed tables in scheme GFS_SCNV_generic_post -INFO: Parsed tables in scheme GFS_rrtmg_pre -INFO: Parsed tables in scheme sfc_sice -INFO: Parsed tables in scheme samfdeepcnv -INFO: Parsed tables in scheme satmedmfvdif -INFO: Parsed tables in scheme mynnrad_post -INFO: Parsed tables in scheme cu_gf_driver_post -INFO: Parsed tables in scheme cs_conv_aw_adj -INFO: Parsed tables in scheme GFS_phys_time_vary -INFO: Parsed tables in scheme ozphys_2015 -INFO: Parsed tables in scheme GFS_suite_interstitial_rad_reset -INFO: Parsed tables in scheme GFS_suite_interstitial_phys_reset -INFO: Parsed tables in scheme GFS_suite_interstitial_1 -INFO: Parsed tables in scheme GFS_suite_interstitial_2 -INFO: Parsed tables in scheme GFS_suite_stateout_reset -INFO: Parsed tables in scheme GFS_suite_stateout_update -INFO: Parsed tables in scheme GFS_suite_interstitial_3 -INFO: Parsed tables in scheme GFS_suite_interstitial_4 -INFO: Parsed tables in scheme samfshalcnv -INFO: Parsed tables in scheme zhaocarr_precpd -INFO: Parsed tables in scheme noahmpdrv -INFO: Parsed tables in scheme mp_fer_hires -INFO: Parsed tables in scheme myjpbl_wrapper -INFO: Parsed tables in scheme GFS_surface_generic_pre -INFO: Parsed tables in scheme GFS_surface_generic_post -INFO: Parsed tables in scheme cu_ntiedtke_post -INFO: Parsed tables in scheme sfc_diag -INFO: Parsed tables in scheme rrtmg_lw -INFO: Parsed tables in scheme GFS_diagtoscreen -INFO: Parsed tables in scheme GFS_interstitialtoscreen -INFO: Parsed tables in scheme GFS_abort -INFO: Parsed tables in scheme GFS_checkland -INFO: Parsed tables in scheme mynnrad_pre -INFO: Parsed tables in scheme satmedmfvdifq -INFO: Parsed tables in scheme cs_conv_pre -INFO: Parsed tables in scheme cs_conv_post -INFO: Parsed tables in scheme cs_conv -INFO: Parsed tables in scheme shinhongvdif -INFO: Parsed tables in scheme h2ophys -INFO: Parsed tables in scheme rrtmg_lw_post -INFO: Parsed tables in scheme sfc_nst -INFO: Parsed tables in scheme sfc_nst_pre -INFO: Parsed tables in scheme sfc_nst_post -INFO: Parsed tables in scheme cu_ntiedtke_pre -INFO: Parsed tables in scheme cu_ntiedtke -INFO: Parsed tables in scheme cires_ugwp_post -INFO: Parsed tables in scheme hedmf -INFO: Parsed tables in scheme sfc_diff -INFO: Parsed tables in scheme mp_thompson_pre -INFO: Parsed tables in scheme sfc_diag_post -INFO: Parsed tables in scheme m_micro_pre -INFO: Parsed tables in scheme m_micro_post -INFO: Parsed tables in scheme m_micro -INFO: Parsed tables in scheme fv_sat_adj -INFO: Parsed tables in scheme GFS_surface_loop_control_part1 -INFO: Parsed tables in scheme GFS_surface_loop_control_part2 -INFO: Parsed tables in scheme shoc -INFO: Parsed tables in scheme GFS_rrtmg_post -INFO: Parsed tables in scheme GFS_GWD_generic_pre -INFO: Parsed tables in scheme GFS_GWD_generic_post -INFO: Parsed tables in scheme rrtmg_sw_pre -INFO: Parsed tables in scheme GFS_MP_generic_pre -INFO: Parsed tables in scheme GFS_MP_generic_post -INFO: Parsed tables in scheme cu_gf_driver -INFO: Parsed tables in scheme GFS_PBL_generic_pre -INFO: Parsed tables in scheme GFS_PBL_generic_post -INFO: Parsed tables in scheme mp_thompson_post -INFO: Parsed tables in scheme mp_thompson -INFO: Parsed tables in scheme rrtmg_lw_pre -INFO: Parsed tables in scheme gwdps -INFO: Parsed tables in scheme shalcnv -INFO: Parsed tables in scheme cires_ugwp -INFO: Parsed tables in scheme get_prs_fv3 -INFO: Parsed tables in scheme get_phi_fv3 -INFO: Parsed tables in scheme mynnsfc_wrapper -INFO: Parsed tables in scheme GFS_suite_ini_fini_test -INFO: Parsed tables in scheme myjsfc_wrapper -INFO: Parsed tables in scheme mynnedmf_wrapper -INFO: Parsed tables in scheme ozphys -INFO: Parsed tables in scheme lsm_ruc -INFO: Parsed tables in scheme GFS_stochastics -INFO: Parsed tables in scheme drag_suite -INFO: Parsed tables in scheme sfc_cice -INFO: Parsed tables in scheme sascnvn -INFO: Parsed tables in scheme lsm_ruc_sfc_sice_pre -INFO: Parsed tables in scheme lsm_ruc_sfc_sice_post -INFO: Parsed tables in scheme GFS_DCNV_generic_pre -INFO: Parsed tables in scheme GFS_DCNV_generic_post -INFO: Parsed tables in scheme cnvc90 -INFO: Parsed tables in scheme GFS_rad_time_vary -INFO: Parsed tables in scheme maximum_hourly_diagnostics -INFO: Parsed tables in scheme lsm_noah -INFO: Parsed tables in scheme dcyc2t3 -INFO: Parsed tables in scheme dcyc2t3_post -INFO: Parsed tables in scheme moninshoc -INFO: filtering out variable GFS_stateout_type_instance -INFO: filtering out variable accumulated_change_of_air_temperature_due_to_FA_scheme -INFO: filtering out variable accumulated_water_equivalent_of_frozen_precip -INFO: filtering out variable aerosol_number_concentration_from_gocart_aerosol_climatology -INFO: filtering out variable air_temperature_at_previous_time_step -INFO: filtering out variable air_temperature_two_time_steps_back -INFO: filtering out variable atmosphere_heat_diffusivity_for_mynnpbl -INFO: filtering out variable atmosphere_heat_diffusivity_from_shoc -INFO: filtering out variable atmosphere_momentum_diffusivity_for_mynnpbl -INFO: filtering out variable baseline_surface_roughness_length -INFO: filtering out variable ccn_number_concentration -INFO: filtering out variable ccpp_block_number -INFO: filtering out variable cell_size -INFO: filtering out variable characteristic_grid_length_scale -INFO: filtering out variable choice_of_original_scale_aware_TKE_moist_EDMF_PBL -INFO: filtering out variable choice_of_scale_aware_TKE_moist_EDMF_PBL -INFO: filtering out variable choice_of_updated_scale_aware_TKE_moist_EDMF_PBL -INFO: filtering out variable cloud_area_fraction -INFO: filtering out variable cloud_base_mass_flux -INFO: filtering out variable cloud_condensed_water_conversion_threshold -INFO: filtering out variable cloud_condensed_water_mixing_ratio_at_lowest_model_layer -INFO: filtering out variable cloud_condensed_water_mixing_ratio_at_surface -INFO: filtering out variable cloud_droplet_number_concentration -INFO: filtering out variable cloud_droplet_number_concentration_updated_by_physics -INFO: filtering out variable cloud_fraction_for_MG -INFO: filtering out variable cloud_phase_transition_denominator -INFO: filtering out variable cloud_phase_transition_threshold_temperature -INFO: filtering out variable cloud_specie_mix_flag -INFO: filtering out variable cloudpdf -INFO: filtering out variable coefficient_for_evaporation_of_rainfall -INFO: filtering out variable coefficient_from_cloud_ice_to_snow -INFO: filtering out variable coefficient_from_cloud_water_to_rain -INFO: filtering out variable conv_activity_counter -INFO: filtering out variable convective_updraft_area_fraction -INFO: filtering out variable convective_updraft_area_fraction_at_model_interfaces -INFO: filtering out variable couple_sgs_clouds_to_radiation_flag -INFO: filtering out variable cumulative_change_in_x_wind_due_to_convective_gravity_wave_drag -INFO: filtering out variable cumulative_change_in_y_wind_due_to_convective_gravity_wave_drag -INFO: filtering out variable density_of_frozen_precipitation -INFO: filtering out variable depth_of_soil_levels_for_land_surface_model -INFO: filtering out variable detrainment_and_precipitation_tunable_parameter_3_CS -INFO: filtering out variable detrainment_and_precipitation_tunable_parameter_4_CS -INFO: filtering out variable do_myjsfc -INFO: filtering out variable do_mynnsfclay -INFO: filtering out variable downdraft_fraction_in_boundary_layer_mass_flux_scheme -INFO: filtering out variable edmf_flag -INFO: filtering out variable edmf_momentum_transport_flag -INFO: filtering out variable edmf_partition_flag -INFO: filtering out variable edmf_tke_transport_flag -INFO: filtering out variable emdf_updraft_area -INFO: filtering out variable emdf_updraft_cloud_water -INFO: filtering out variable emdf_updraft_entrainment_rate -INFO: filtering out variable emdf_updraft_theta_l -INFO: filtering out variable emdf_updraft_total_water -INFO: filtering out variable emdf_updraft_vertical_velocity -INFO: filtering out variable entrainment_efficiency_tunable_parameter_9_CS -INFO: filtering out variable fa_threshold_relative_humidity_for_onset_of_condensation -INFO: filtering out variable flag_arakawa_wu_downdraft -INFO: filtering out variable flag_convective_tracer_transport -INFO: filtering out variable flag_flip -INFO: filtering out variable flag_flux_form_CS -INFO: filtering out variable flag_for_2015_ozone_physics -INFO: filtering out variable flag_for_aerosol_input_MG -INFO: filtering out variable flag_for_frozen_soil_physics -INFO: filtering out variable flag_for_in_ccn_forcing_for_morrison_gettelman_microphysics -INFO: filtering out variable flag_for_individual_cloud_species_advected -INFO: filtering out variable flag_for_pdf_for_morrison_gettelman_microphysics_scheme -INFO: filtering out variable flag_for_reading_leaf_area_index_from_input -INFO: filtering out variable flag_for_restart -INFO: filtering out variable flag_for_sas_deep_convection_scheme -INFO: filtering out variable flag_for_shoc_after_convection -INFO: filtering out variable flag_mg3_as_mg2 -INFO: filtering out variable flag_skip_macro -INFO: filtering out variable fraction_of_cloud_top_water_scavenged -INFO: filtering out variable fraction_of_tracer_scavenged -INFO: filtering out variable gf_memory_counter -INFO: filtering out variable graupel_number_concentration_updated_by_physics -INFO: filtering out variable grav_settling -INFO: filtering out variable gwd_opt -INFO: filtering out variable h2o_forcing -INFO: filtering out variable heat_exchange_coefficient_for_MYJ_schemes -INFO: filtering out variable ice_friendly_aerosol_number_concentration -INFO: filtering out variable ice_friendly_aerosol_number_concentration_updated_by_physics -INFO: filtering out variable ice_number_concentration -INFO: filtering out variable ice_number_concentration_updated_by_physics -INFO: filtering out variable ice_supersaturation_threshold -INFO: filtering out variable ice_water_mixing_ratio -INFO: filtering out variable in_number_concentration -INFO: filtering out variable index_for_ice_cloud_condensate_vertical_diffusion_tracer -INFO: filtering out variable integrated_x_momentum_flux_from_blocking_drag -INFO: filtering out variable integrated_x_momentum_flux_from_form_drag -INFO: filtering out variable integrated_x_momentum_flux_from_large_scale_gwd -INFO: filtering out variable integrated_x_momentum_flux_from_small_scale_gwd -INFO: filtering out variable integrated_y_momentum_flux_from_blocking_drag -INFO: filtering out variable integrated_y_momentum_flux_from_form_drag -INFO: filtering out variable integrated_y_momentum_flux_from_large_scale_gwd -INFO: filtering out variable integrated_y_momentum_flux_from_small_scale_gwd -INFO: filtering out variable k_level_of_highest_reaching_plume -INFO: filtering out variable kinematic_buoyancy_flux_from_shoc -INFO: filtering out variable kinematic_surface_latent_heat_flux -INFO: filtering out variable latitude_index_in_debug_printouts -INFO: filtering out variable limit_for_temperature_tendency_for_microphysics -INFO: filtering out variable local_graupel_mixing_ratio -INFO: filtering out variable local_graupel_number_concentration -INFO: filtering out variable local_rain_number_concentration -INFO: filtering out variable local_rain_water_mixing_ratio -INFO: filtering out variable local_snow_number_concentration -INFO: filtering out variable local_snow_water_mixing_ratio -INFO: filtering out variable mass_weighted_rime_factor_updated_by_physics -INFO: filtering out variable maximum_column_heating_rate -INFO: filtering out variable maximum_mass_flux -INFO: filtering out variable maximum_updraft_velocity_at_cloud_base -INFO: filtering out variable mean_nir_albedo_with_weak_cosz_dependency -INFO: filtering out variable mean_vis_albedo_with_weak_cosz_dependency -INFO: filtering out variable mg_allow_supersat_after_sed -INFO: filtering out variable mg_autoconversion_size_threshold_ice_snow -INFO: filtering out variable mg_bergeron_efficiency_factor -INFO: filtering out variable mg_cloud_water_variance -INFO: filtering out variable mg_drop_concentration_constant -INFO: filtering out variable mg_flag_drop_concentration_constant -INFO: filtering out variable mg_flag_for_cloud_ice_processes -INFO: filtering out variable mg_flag_for_gmao_ice_formulation -INFO: filtering out variable mg_flag_for_graupel -INFO: filtering out variable mg_flag_for_hail -INFO: filtering out variable mg_flag_for_heterogeneous_freezing -INFO: filtering out variable mg_flag_for_liu_liquid_treatment -INFO: filtering out variable mg_flag_for_sb2001_autoconversion -INFO: filtering out variable mg_flag_for_uniform_subcolumns -INFO: filtering out variable mg_flag_graupel_concentration_constant -INFO: filtering out variable mg_flag_ice_concentration_constant -INFO: filtering out variable mg_graupel_concentration_constant -INFO: filtering out variable mg_ice_concentration_constant -INFO: filtering out variable mg_minimum_cloud_condensed_water_and_ice_mixing_ratio -INFO: filtering out variable mg_minimum_rh_for_ice -INFO: filtering out variable mg_time_scale_for_autoconversion_of_ice -INFO: filtering out variable mg_tuning_factor_for_alphas -INFO: filtering out variable mg_type_of_precip_fraction_method -INFO: filtering out variable minimum_value_of_specific_humidity -INFO: filtering out variable mix_total_water_flag -INFO: filtering out variable mixing_length -INFO: filtering out variable mixing_length_flag -INFO: filtering out variable moisture_from_previous_timestep -INFO: filtering out variable moisture_tendency_due_to_dynamics -INFO: filtering out variable momentum_exchange_coefficient_for_MYJ_schemes -INFO: filtering out variable mpi_comm -INFO: filtering out variable natural_log_of_h2o_forcing_data_pressure_levels -INFO: filtering out variable normalized_soil_wetness_for_land_surface_model -INFO: filtering out variable number_of_cloud_types_CS -INFO: filtering out variable number_of_coefficients_in_h2o_forcing_data -INFO: filtering out variable number_of_frozen_precipitation_species -INFO: filtering out variable number_of_plumes -INFO: filtering out variable number_of_spectral_wave_trancation_for_sas -INFO: filtering out variable number_of_tracers_for_CS -INFO: filtering out variable number_of_tracers_plus_one -INFO: filtering out variable ozone_mixing_ratio -INFO: filtering out variable potential_temperature_at_2m -INFO: filtering out variable potential_temperature_at_viscous_sublayer_top -INFO: filtering out variable prandtl_number -INFO: filtering out variable q_prime_squared -INFO: filtering out variable rain_number_concentration_updated_by_physics -INFO: filtering out variable reciprocal_of_obukhov_length -INFO: filtering out variable shoc_flag_for_optional_surface_TKE_dissipation -INFO: filtering out variable shoc_implicit_TKE_integration_uncentering_term -INFO: filtering out variable shoc_tke_dissipatation_pressure_threshold -INFO: filtering out variable shoc_tke_dissipation_tunable_parameter -INFO: filtering out variable shoc_tke_dissipation_tunable_parameter_near_surface -INFO: filtering out variable snow_number_concentration_updated_by_physics -INFO: filtering out variable snow_temperature_bottom_first_layer -INFO: filtering out variable soil_temperature_for_land_surface_model -INFO: filtering out variable soil_vertical_dimension_for_land_surface_model -INFO: filtering out variable specific_humidity_at_viscous_sublayer_top -INFO: filtering out variable stability_function_for_heat -INFO: filtering out variable subgrid_cloud_fraction_pbl -INFO: filtering out variable subgrid_cloud_mixing_ratio_pbl -INFO: filtering out variable subgrid_scale_cloud_fraction_from_shoc -INFO: filtering out variable surface_air_pressure_at_previous_time_step -INFO: filtering out variable surface_air_pressure_two_time_steps_back -INFO: filtering out variable surface_condensation_mass -INFO: filtering out variable surface_exchange_coefficient_for_heat -INFO: filtering out variable surface_exchange_coefficient_for_heat_at_2m -INFO: filtering out variable surface_exchange_coefficient_for_moisture -INFO: filtering out variable surface_exchange_coefficient_for_moisture_at_2m -INFO: filtering out variable surface_friction_velocity_drag -INFO: filtering out variable surface_latent_heat -INFO: filtering out variable surface_layer_evaporation_switch -INFO: filtering out variable surface_specific_humidity_for_MYJ_schemes -INFO: filtering out variable surface_stability_parameter -INFO: filtering out variable t_prime_q_prime -INFO: filtering out variable t_prime_squared -INFO: filtering out variable temperature_from_previous_timestep -INFO: filtering out variable temperature_tendency_due_to_dynamics -INFO: filtering out variable tendency_of_cloud_droplet_number_concentration_due_to_model_physics -INFO: filtering out variable tendency_of_ice_cloud_water_mixing_ratio_due_to_model_physics -INFO: filtering out variable tendency_of_ice_friendly_aerosol_number_concentration_due_to_model_physics -INFO: filtering out variable tendency_of_ice_friendly_aerosols_at_surface -INFO: filtering out variable tendency_of_ice_number_concentration_due_to_model_physics -INFO: filtering out variable tendency_of_liquid_cloud_water_mixing_ratio_due_to_model_physics -INFO: filtering out variable tendency_of_ozone_mixing_ratio_due_to_model_physics -INFO: filtering out variable tendency_of_rain_water_mixing_ratio_due_to_microphysics -INFO: filtering out variable tendency_of_water_friendly_aerosol_number_concentration_due_to_model_physics -INFO: filtering out variable tendency_of_water_friendly_aerosols_at_surface -INFO: filtering out variable tendency_of_water_vapor_specific_humidity_due_to_model_physics -INFO: filtering out variable tendency_of_x_wind_due_to_convective_gravity_wave_drag -INFO: filtering out variable tendency_of_y_wind_due_to_convective_gravity_wave_drag -INFO: filtering out variable theta_star -INFO: filtering out variable tke_advect -INFO: filtering out variable tke_at_mass_points -INFO: filtering out variable tke_budget -INFO: filtering out variable tke_dissipative_heating_factor -INFO: filtering out variable total_accumulated_snowfall -INFO: filtering out variable triple_point_temperature_of_water -INFO: filtering out variable turbulent_kinetic_energy_convective_transport_tracer -INFO: filtering out variable u_wind_component_at_viscous_sublayer_top -INFO: filtering out variable updraft_fraction_in_boundary_layer_mass_flux_scheme -INFO: filtering out variable updraft_velocity_tunable_parameter_1_CS -INFO: filtering out variable updraft_velocity_tunable_parameter_2_CS -INFO: filtering out variable v_wind_component_at_viscous_sublayer_top -INFO: filtering out variable vertical_dimension_of_h2o_forcing_data -INFO: filtering out variable volume_fraction_of_frozen_soil_moisture_for_land_surface_model -INFO: filtering out variable volume_fraction_of_soil_moisture_for_land_surface_model -INFO: filtering out variable volume_fraction_of_unfrozen_soil_moisture_for_land_surface_model -INFO: filtering out variable water_friendly_aerosol_number_concentration -INFO: filtering out variable water_friendly_aerosol_number_concentration_updated_by_physics -INFO: filtering out variable water_vapor_mixing_ratio_at_surface -INFO: filtering out variable water_vapor_specific_humidity_at_previous_time_step -INFO: filtering out variable water_vapor_specific_humidity_two_time_steps_back -INFO: filtering out variable weight_for_momentum_at_viscous_sublayer_top -INFO: filtering out variable weight_for_potental_temperature_at_viscous_sublayer_top -INFO: filtering out variable weight_for_specific_humidity_at_viscous_sublayer_top -INFO: filtering out variable x_momentum_tendency_from_blocking_drag -INFO: filtering out variable x_momentum_tendency_from_form_drag -INFO: filtering out variable x_momentum_tendency_from_large_scale_gwd -INFO: filtering out variable x_momentum_tendency_from_small_scale_gwd -INFO: filtering out variable y_momentum_tendency_from_blocking_drag -INFO: filtering out variable y_momentum_tendency_from_form_drag -INFO: filtering out variable y_momentum_tendency_from_large_scale_gwd -INFO: filtering out variable y_momentum_tendency_from_small_scale_gwd -INFO: Checking optional arguments in physics schemes ... -INFO: Metadata table for model FV3 written to tests/build_fv3_20/FV3/ccpp/framework/doc/DevelopersGuide/CCPP_VARIABLES_FV3.tex -INFO: Comparing metadata for requested and provided variables ... -INFO: Automatic unit conversion from m to um for effective_radius_of_stratiform_cloud_ice_particle_in_um before entering MODULE_mp_thompson SCHEME_mp_thompson SUBROUTINE_mp_thompson_run -INFO: Automatic unit conversion from m to um for effective_radius_of_stratiform_cloud_liquid_water_particle_in_um before entering MODULE_mp_thompson SCHEME_mp_thompson SUBROUTINE_mp_thompson_run -INFO: Automatic unit conversion from m to um for effective_radius_of_stratiform_cloud_snow_particle_in_um before entering MODULE_mp_thompson SCHEME_mp_thompson SUBROUTINE_mp_thompson_run -INFO: Generating schemes makefile/cmakefile snippet ... -INFO: Added 168 schemes to tests/build_fv3_20/FV3/ccpp/physics/CCPP_SCHEMES.mk, tests/build_fv3_20/FV3/ccpp/physics/CCPP_SCHEMES.cmake, tests/build_fv3_20/FV3/ccpp/physics/CCPP_SCHEMES.sh -INFO: Generating suite and group caps ... -INFO: Generating static API ccpp_static_api.F90 in tests/build_fv3_20/FV3/ccpp/physics ... -INFO: Generating caps makefile/cmakefile snippet ... -INFO: Added 12 auto-generated caps to tests/build_fv3_20/FV3/ccpp/physics/CCPP_CAPS.mk and tests/build_fv3_20/FV3/ccpp/physics/CCPP_CAPS.cmake -INFO: CCPP prebuild step completed successfully. -+ source build_fv3_20/FV3/ccpp/physics/CCPP_SCHEMES.sh -++ export 'CCPP_SCHEMES=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/aer_cloud.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/aerclm_def.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/aerinterp.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/calpreciptype.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cldwat2m_micro.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cldmacro.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/date_def.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/funcphys.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gcycle.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/h2o_def.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/h2ointerp.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/iccn_def.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/iccninterp.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/iounitdef.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/machine.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mersenne_twister.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfpbl.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg_utils.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg2_0.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg3_0.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/multi_gases.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_model.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_parameters.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_radar.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_thompson.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MP_FER_HIRES.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_bl_mynn.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_mynn.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_orowam2017.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/namelist_soilveg.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfpblt.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfpbltq.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfscu.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfscuq.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/noahmp_tables.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/num_parthds.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozne_def.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozinterp.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/physcons.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/physparam.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radcons.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_aerosols.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_astronomy.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_clouds.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_gases.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_surface.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radlw_datatb.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radlw_param.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radsw_datatb.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radsw_param.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/samfaerosols.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfcsub.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sflx.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/set_soilveg.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/surface_perturbation.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_deep.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_sh.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/tridi.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/wv_saturation.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_soil_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rayleigh_damp.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radsw_main.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_ocean.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gwdc.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gscond.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ysuvdif.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_sice.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/samfdeepcnv.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/satmedmfvdif.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozphys_2015.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/samfshalcnv.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/precpd.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_fer_hires.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diag.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radlw_main.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_debug.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/satmedmfvdifq.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cs_conv.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/shinhongvdif.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/h2ophys.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_nst.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/moninedmf.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diff.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diag_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/m_micro.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gcm_shoc.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gwdps.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/shalcnv.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/get_prs_fv3.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozphys.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_stochastics.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/drag_suite.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_cice.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sascnvn.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cnvc90.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_drv.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/dcyc2.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/moninshoc.f' -++ CCPP_SCHEMES='/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/aer_cloud.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/aerclm_def.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/aerinterp.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/calpreciptype.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cldwat2m_micro.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cldmacro.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/date_def.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/funcphys.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gcycle.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/h2o_def.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/h2ointerp.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/iccn_def.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/iccninterp.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/iounitdef.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/machine.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mersenne_twister.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfpbl.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg_utils.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg2_0.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg3_0.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/multi_gases.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_model.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_parameters.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_radar.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_thompson.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MP_FER_HIRES.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_bl_mynn.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_mynn.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_orowam2017.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/namelist_soilveg.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfpblt.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfpbltq.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfscu.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfscuq.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/noahmp_tables.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/num_parthds.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozne_def.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozinterp.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/physcons.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/physparam.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radcons.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_aerosols.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_astronomy.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_clouds.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_gases.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_surface.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radlw_datatb.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radlw_param.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radsw_datatb.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radsw_param.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/samfaerosols.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfcsub.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sflx.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/set_soilveg.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/surface_perturbation.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_deep.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_sh.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/tridi.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/wv_saturation.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_soil_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rayleigh_damp.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radsw_main.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_ocean.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gwdc.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gscond.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ysuvdif.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_sice.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/samfdeepcnv.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/satmedmfvdif.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozphys_2015.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/samfshalcnv.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/precpd.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_fer_hires.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diag.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radlw_main.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_debug.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/satmedmfvdifq.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cs_conv.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/shinhongvdif.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/h2ophys.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_nst.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/moninedmf.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diff.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diag_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/m_micro.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gcm_shoc.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gwdps.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/shalcnv.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/get_prs_fv3.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozphys.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_stochastics.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/drag_suite.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_cice.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sascnvn.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cnvc90.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_drv.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/dcyc2.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/moninshoc.f' -+ source build_fv3_20/FV3/ccpp/physics/CCPP_CAPS.sh -++ export 'CCPP_CAPS=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_20/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_20/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_fast_physics_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_20/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_time_vary_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_20/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_radiation_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_20/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_physics_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_20/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_stochastics_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_20/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_noahmp_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_20/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_noahmp_fast_physics_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_20/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_noahmp_time_vary_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_20/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_noahmp_radiation_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_20/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_noahmp_physics_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_20/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_noahmp_stochastics_cap.F90' -++ CCPP_CAPS='/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_20/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_20/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_fast_physics_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_20/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_time_vary_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_20/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_radiation_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_20/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_physics_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_20/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_stochastics_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_20/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_noahmp_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_20/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_noahmp_fast_physics_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_20/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_noahmp_time_vary_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_20/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_noahmp_radiation_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_20/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_noahmp_physics_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_20/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_noahmp_stochastics_cap.F90' -+ source build_fv3_20/FV3/ccpp/physics/CCPP_STATIC_API.sh -++ export CCPP_STATIC_API=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_20/FV3/ccpp/physics/ccpp_static_api.F90 -++ CCPP_STATIC_API=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_20/FV3/ccpp/physics/ccpp_static_api.F90 -+ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp == *\N\A\M\_\p\h\y\s\=\Y* ]] -+ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp == *\W\W\3\=\Y* ]] -++ trim ' -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF' -++ local 'var= -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF' -++ var='-DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF' -++ var='-DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF' -++ echo -n '-DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF' -+ CCPP_CMAKE_FLAGS='-DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF' -+ source /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc -++ __ms_function_name=setup__test_function__242722 -++ eval 'setup__test_function__242722() { /bin/true ; }' -+++ eval '__text="text" ; if [[ $__text =~ ^(t).* ]] ; then printf "%s" ${.sh.match[1]} ; fi' -+++ cat -++ __ms_ksh_test= -+++ eval 'if ( set | grep setup__test_function__242722 | grep -v name > /dev/null 2>&1 ) ; then echo t ; fi ' -+++ cat -++ __ms_bash_test=t -++ [[ ! -z '' ]] -++ [[ ! -z t ]] -++ __ms_shell=bash -++ [[ -d /lfs3 ]] -++ [[ -d /scratch1 ]] -++ [[ ! -d /scratch ]] -++ eval module help -++ module purge -+++ /apps/lmod/7.7.18/libexec/lmod bash purge -++ eval unset 'BACIO_LIB4;' unset 'BACIO_LIB8;' unset 'BACIO_SRC;' unset 'BACIO_VER;' unset '__LMOD_REF_COUNT_CLASSPATH;' unset 'CLASSPATH;' unset 'CMAKE_CXX_COMPILER;' unset 'CMAKE_C_COMPILER;' unset 'CMAKE_Fortran_COMPILER;' unset 'CMAKE_Platform;' unset 'COMP;' unset '__LMOD_REF_COUNT_CPATH;' unset 'CPATH;' unset 'CRTM_FIX;' unset 'CRTM_INC;' unset 'CRTM_LIB;' unset 'CRTM_SRC;' unset 'CRTM_VER;' unset 'ESMFMKFILE;' unset 'G2TMPL_INC;' unset 'G2TMPL_LIB;' unset 'G2TMPL_SRC;' unset 'G2TMPL_VER;' unset 'G2_INC4;' unset 'G2_INCd;' unset 'G2_LIB4;' unset 'G2_LIBd;' unset 'G2_SRC;' unset 'G2_VER;' unset 'GDBSERVER_MIC;' unset 'GDB_CROSS;' unset '__LMOD_REF_COUNT_INFOPATH;' unset 'INFOPATH;' unset '__LMOD_REF_COUNT_INTEL_LICENSE_FILE;' unset 'INTEL_LICENSE_FILE;' unset 'INTEL_PYTHONHOME;' unset 'IPATH_NO_BACKTRACE;' unset 'IP_INC4;' unset 'IP_INC8;' unset 'IP_INCd;' unset 'IP_LIB4;' unset 'IP_LIB8;' unset 'IP_LIBd;' unset 'IP_SRC;' unset 'IP_VER;' unset 'I_MPI_CC;' unset 'I_MPI_F90;' unset 'I_MPI_HYDRA_BRANCH_COUNT;' unset 'I_MPI_HYDRA_PMI_CONNECT;' unset 'I_MPI_ROOT;' unset 'I_MPI_TMI_PROVIDER;' unset 'JASPER_INC;' unset 'JASPER_LIB;' unset 'JASPER_SRC;' unset 'JASPER_VER;' '__LMOD_REF_COUNT_LD_LIBRARY_PATH="/apps/slurm/default/lib:1";' export '__LMOD_REF_COUNT_LD_LIBRARY_PATH;' 'LD_LIBRARY_PATH=":/apps/slurm/default/lib";' export 'LD_LIBRARY_PATH;' unset '__LMOD_REF_COUNT_LIBRARY_PATH;' unset 'LIBRARY_PATH;' unset 'LIB_NAME;' unset 'LMOD_FAMILY_COMPILER;' unset 'LMOD_FAMILY_COMPILER_VERSION;' unset 'LMOD_FAMILY_MPI;' unset 'LMOD_FAMILY_MPI_VERSION;' unset '__LMOD_REF_COUNT_LOADEDMODULES;' unset 'LOADEDMODULES;' '__LMOD_REF_COUNT_MANPATH="/apps/lmod/lmod/share/man:1;/apps/local/man:1;/apps/slurm/default/share/man:1;/apps/slurm/tools/sbank/share/man:1";' export '__LMOD_REF_COUNT_MANPATH;' 'MANPATH="/apps/lmod/lmod/share/man::/apps/local/man:/apps/slurm/default/share/man:/apps/slurm/tools/sbank/share/man";' export 'MANPATH;' '__LMOD_REF_COUNT_MODULEPATH="/contrib/modulefiles:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:1;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1";' export '__LMOD_REF_COUNT_MODULEPATH;' 'MODULEPATH="/contrib/modulefiles:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles";' export 'MODULEPATH;' unset 'MPM_LAUNCHER;' unset 'NCEPLIBS;' unset 'NEMSIO_INC;' unset 'NEMSIO_LIB;' unset 'NEMSIO_SRC;' unset 'NEMSIO_VER;' unset 'NETCDF;' unset '__LMOD_REF_COUNT_NLSPATH;' unset 'NLSPATH;' '__LMOD_REF_COUNT_PATH="/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:1;/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/opt/ibutils/bin:1;/apps/local/bin:1;/apps/local/sbin:1;/apps/slurm/default/tools:1;/apps/slurm/default/bin:1;/apps/slurm/default/sbin:1;/apps/slurm/tools/sbank/bin:1;/home/Dusan.Jovic/bin:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/dbrowse:1";' export '__LMOD_REF_COUNT_PATH;' 'PATH="/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/opt/ibutils/bin:/apps/local/bin:/apps/local/sbin:/apps/slurm/default/tools:/apps/slurm/default/bin:/apps/slurm/default/sbin:/apps/slurm/tools/sbank/bin:/home/Dusan.Jovic/bin:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/dbrowse";' export 'PATH;' unset '__LMOD_REF_COUNT_PKG_CONFIG_PATH;' unset 'PKG_CONFIG_PATH;' unset 'PNG_INC;' unset 'PNG_LIB;' unset 'PNG_SRC;' unset 'PNG_VER;' unset 'POST_INC;' unset 'POST_LIB;' unset 'POST_SRC;' unset 'POST_VER;' unset 'SLURM_UTILS_PATH;' unset 'SP_LIB4;' unset 'SP_LIB8;' unset 'SP_LIBd;' unset 'SP_SRC;' unset 'SP_VER;' unset 'W3EMC_INC4;' unset 'W3EMC_INC8;' unset 'W3EMC_INCd;' unset 'W3EMC_LIB4;' unset 'W3EMC_LIB8;' unset 'W3EMC_LIBd;' unset 'W3EMC_SRC;' unset 'W3EMC_VER;' unset 'W3NCO_LIB4;' unset 'W3NCO_LIB8;' unset 'W3NCO_LIBd;' unset 'W3NCO_SRC;' unset 'W3NCO_VER;' unset 'Z_INC;' unset 'Z_LIB;' unset 'Z_SRC;' unset 'Z_VER;' unset '__LMOD_REF_COUNT__LMFILES_;' unset '_LMFILES_;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9jb250cmliL21vZHVsZWZpbGVzIiwiL3NjcmF0Y2gyL05DRVBERVYvZnYzLWNhbS9EdXNhbi5Kb3ZpYy91ZnMvcHIxOC91ZnMtd2VhdGhlci1tb2RlbC9tb2R1bGVmaWxlcy9oZXJhLmludGVsIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIs";' export '_ModuleTable001_;' '_ModuleTable002_="fSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ==";' export '_ModuleTable002_;' '_ModuleTable_Sz_="2";' export '_ModuleTable_Sz_;' unset '_ModuleTable004_;' unset '_ModuleTable005_;' unset '_ModuleTable006_;' unset '_ModuleTable007_;' unset '_ModuleTable008_;' unset '_ModuleTable009_;' unset '_ModuleTable010_;' unset '_ModuleTable011_;' unset '_ModuleTable012_;' unset '_ModuleTable013_;' -+++ unset BACIO_LIB4 -+++ unset BACIO_LIB8 -+++ unset BACIO_SRC -+++ unset BACIO_VER -+++ unset __LMOD_REF_COUNT_CLASSPATH -+++ unset CLASSPATH -+++ unset CMAKE_CXX_COMPILER -+++ unset CMAKE_C_COMPILER -+++ unset CMAKE_Fortran_COMPILER -+++ unset CMAKE_Platform -+++ unset COMP -+++ unset __LMOD_REF_COUNT_CPATH -+++ unset CPATH -+++ unset CRTM_FIX -+++ unset CRTM_INC -+++ unset CRTM_LIB -+++ unset CRTM_SRC -+++ unset CRTM_VER -+++ unset ESMFMKFILE -+++ unset G2TMPL_INC -+++ unset G2TMPL_LIB -+++ unset G2TMPL_SRC -+++ unset G2TMPL_VER -+++ unset G2_INC4 -+++ unset G2_INCd -+++ unset G2_LIB4 -+++ unset G2_LIBd -+++ unset G2_SRC -+++ unset G2_VER -+++ unset GDBSERVER_MIC -+++ unset GDB_CROSS -+++ unset __LMOD_REF_COUNT_INFOPATH -+++ unset INFOPATH -+++ unset __LMOD_REF_COUNT_INTEL_LICENSE_FILE -+++ unset INTEL_LICENSE_FILE -+++ unset INTEL_PYTHONHOME -+++ unset IPATH_NO_BACKTRACE -+++ unset IP_INC4 -+++ unset IP_INC8 -+++ unset IP_INCd -+++ unset IP_LIB4 -+++ unset IP_LIB8 -+++ unset IP_LIBd -+++ unset IP_SRC -+++ unset IP_VER -+++ unset I_MPI_CC -+++ unset I_MPI_F90 -+++ unset I_MPI_HYDRA_BRANCH_COUNT -+++ unset I_MPI_HYDRA_PMI_CONNECT -+++ unset I_MPI_ROOT -+++ unset I_MPI_TMI_PROVIDER -+++ unset JASPER_INC -+++ unset JASPER_LIB -+++ unset JASPER_SRC -+++ unset JASPER_VER -+++ __LMOD_REF_COUNT_LD_LIBRARY_PATH=/apps/slurm/default/lib:1 -+++ export __LMOD_REF_COUNT_LD_LIBRARY_PATH -+++ LD_LIBRARY_PATH=:/apps/slurm/default/lib -+++ export LD_LIBRARY_PATH -+++ unset __LMOD_REF_COUNT_LIBRARY_PATH -+++ unset LIBRARY_PATH -+++ unset LIB_NAME -+++ unset LMOD_FAMILY_COMPILER -+++ unset LMOD_FAMILY_COMPILER_VERSION -+++ unset LMOD_FAMILY_MPI -+++ unset LMOD_FAMILY_MPI_VERSION -+++ unset __LMOD_REF_COUNT_LOADEDMODULES -+++ unset LOADEDMODULES -+++ __LMOD_REF_COUNT_MANPATH='/apps/lmod/lmod/share/man:1;/apps/local/man:1;/apps/slurm/default/share/man:1;/apps/slurm/tools/sbank/share/man:1' -+++ export __LMOD_REF_COUNT_MANPATH -+++ MANPATH=/apps/lmod/lmod/share/man::/apps/local/man:/apps/slurm/default/share/man:/apps/slurm/tools/sbank/share/man -+++ export MANPATH -+++ __LMOD_REF_COUNT_MODULEPATH='/contrib/modulefiles:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:1;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1' -+++ export __LMOD_REF_COUNT_MODULEPATH -+++ MODULEPATH=/contrib/modulefiles:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles -+++ export MODULEPATH -+++ unset MPM_LAUNCHER -+++ unset NCEPLIBS -+++ unset NEMSIO_INC -+++ unset NEMSIO_LIB -+++ unset NEMSIO_SRC -+++ unset NEMSIO_VER -+++ unset NETCDF -+++ unset __LMOD_REF_COUNT_NLSPATH -+++ unset NLSPATH -+++ __LMOD_REF_COUNT_PATH='/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:1;/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/opt/ibutils/bin:1;/apps/local/bin:1;/apps/local/sbin:1;/apps/slurm/default/tools:1;/apps/slurm/default/bin:1;/apps/slurm/default/sbin:1;/apps/slurm/tools/sbank/bin:1;/home/Dusan.Jovic/bin:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/dbrowse:1' -+++ export __LMOD_REF_COUNT_PATH -+++ PATH=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/opt/ibutils/bin:/apps/local/bin:/apps/local/sbin:/apps/slurm/default/tools:/apps/slurm/default/bin:/apps/slurm/default/sbin:/apps/slurm/tools/sbank/bin:/home/Dusan.Jovic/bin:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/dbrowse -+++ export PATH -+++ unset __LMOD_REF_COUNT_PKG_CONFIG_PATH -+++ unset PKG_CONFIG_PATH -+++ unset PNG_INC -+++ unset PNG_LIB -+++ unset PNG_SRC -+++ unset PNG_VER -+++ unset POST_INC -+++ unset POST_LIB -+++ unset POST_SRC -+++ unset POST_VER -+++ unset SLURM_UTILS_PATH -+++ unset SP_LIB4 -+++ unset SP_LIB8 -+++ unset SP_LIBd -+++ unset SP_SRC -+++ unset SP_VER -+++ unset W3EMC_INC4 -+++ unset W3EMC_INC8 -+++ unset W3EMC_INCd -+++ unset W3EMC_LIB4 -+++ unset W3EMC_LIB8 -+++ unset W3EMC_LIBd -+++ unset W3EMC_SRC -+++ unset W3EMC_VER -+++ unset W3NCO_LIB4 -+++ unset W3NCO_LIB8 -+++ unset W3NCO_LIBd -+++ unset W3NCO_SRC -+++ unset W3NCO_VER -+++ unset Z_INC -+++ unset Z_LIB -+++ unset Z_SRC -+++ unset Z_VER -+++ unset __LMOD_REF_COUNT__LMFILES_ -+++ unset _LMFILES_ -+++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9jb250cmliL21vZHVsZWZpbGVzIiwiL3NjcmF0Y2gyL05DRVBERVYvZnYzLWNhbS9EdXNhbi5Kb3ZpYy91ZnMvcHIxOC91ZnMtd2VhdGhlci1tb2RlbC9tb2R1bGVmaWxlcy9oZXJhLmludGVsIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIs -+++ export _ModuleTable001_ -+++ _ModuleTable002_=fSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ== -+++ export _ModuleTable002_ -+++ _ModuleTable_Sz_=2 -+++ export _ModuleTable_Sz_ -+++ unset _ModuleTable004_ -+++ unset _ModuleTable005_ -+++ unset _ModuleTable006_ -+++ unset _ModuleTable007_ -+++ unset _ModuleTable008_ -+++ unset _ModuleTable009_ -+++ unset _ModuleTable010_ -+++ unset _ModuleTable011_ -+++ unset _ModuleTable012_ -+++ unset _ModuleTable013_ -+++ : -s sh -++ eval -++ unset __ms_shell -++ unset __ms_ksh_test -++ unset __ms_bash_test -++ unset setup__test_function__242722 -++ unset __ms_function_name -+ [[ hera.intel == macosx.* ]] -+ [[ hera.intel == linux.* ]] -+ module use /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel -++ /apps/lmod/7.7.18/libexec/lmod bash use /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel -+ eval '__LMOD_REF_COUNT_MODULEPATH="/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:2;/contrib/modulefiles:1;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1";' export '__LMOD_REF_COUNT_MODULEPATH;' 'MODULEPATH="/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:/contrib/modulefiles:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles";' export 'MODULEPATH;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9zY3JhdGNoMi9OQ0VQREVWL2Z2My1jYW0vRHVzYW4uSm92aWMvdWZzL3ByMTgvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvaGVyYS5pbnRlbCIsIi9jb250cmliL21vZHVsZWZpbGVzIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIs";' export '_ModuleTable001_;' '_ModuleTable002_="fSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ==";' export '_ModuleTable002_;' '_ModuleTable_Sz_="2";' export '_ModuleTable_Sz_;' -++ __LMOD_REF_COUNT_MODULEPATH='/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:2;/contrib/modulefiles:1;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1' -++ export __LMOD_REF_COUNT_MODULEPATH -++ MODULEPATH=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:/contrib/modulefiles:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles -++ export MODULEPATH -++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9zY3JhdGNoMi9OQ0VQREVWL2Z2My1jYW0vRHVzYW4uSm92aWMvdWZzL3ByMTgvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvaGVyYS5pbnRlbCIsIi9jb250cmliL21vZHVsZWZpbGVzIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIs -++ export _ModuleTable001_ -++ _ModuleTable002_=fSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ== -++ export _ModuleTable002_ -++ _ModuleTable_Sz_=2 -++ export _ModuleTable_Sz_ -++ : -s sh -+ eval -+ module load fv3 -++ /apps/lmod/7.7.18/libexec/lmod bash load fv3 -+ eval 'BACIO_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libbacio_v2.0.3_4.a";' export 'BACIO_LIB4;' 'BACIO_LIB8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libbacio_v2.0.3_8.a";' export 'BACIO_LIB8;' 'BACIO_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/bacio_v2.0.3";' export 'BACIO_SRC;' 'BACIO_VER="v2.0.3";' export 'BACIO_VER;' '__LMOD_REF_COUNT_CLASSPATH="/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/mpi.jar:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/daal.jar:1";' export '__LMOD_REF_COUNT_CLASSPATH;' 'CLASSPATH="/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/mpi.jar:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/daal.jar";' export 'CLASSPATH;' 'CMAKE_CXX_COMPILER="mpiicpc";' export 'CMAKE_CXX_COMPILER;' 'CMAKE_C_COMPILER="mpiicc";' export 'CMAKE_C_COMPILER;' 'CMAKE_Fortran_COMPILER="mpiifort";' export 'CMAKE_Fortran_COMPILER;' 'CMAKE_Platform="hera.intel";' export 'CMAKE_Platform;' 'COMP="intel";' export 'COMP;' '__LMOD_REF_COUNT_CPATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/include:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/include:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/pstl/include:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/include:2;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/include:1";' export '__LMOD_REF_COUNT_CPATH;' 'CPATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/include:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/include:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/pstl/include:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/include:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/include";' export 'CPATH;' 'CRTM_FIX="/scratch2/NCEPDEV/nwprod/NCEPLIBS/fix/crtm_v2.2.6";' export 'CRTM_FIX;' 'CRTM_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/crtm_v2.2.6";' export 'CRTM_INC;' 'CRTM_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libcrtm_v2.2.6.a";' export 'CRTM_LIB;' 'CRTM_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/crtm_v2.2.6";' export 'CRTM_SRC;' 'CRTM_VER="v2.2.6";' export 'CRTM_VER;' 'ESMFMKFILE="/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/lib/esmf.mk";' export 'ESMFMKFILE;' 'G2TMPL_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/g2tmpl_v1.6.0";' export 'G2TMPL_INC;' 'G2TMPL_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2tmpl_v1.6.0.a";' export 'G2TMPL_LIB;' 'G2TMPL_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/g2tmpl_v1.6.0/src";' export 'G2TMPL_SRC;' 'G2TMPL_VER="v1.6.0";' export 'G2TMPL_VER;' 'G2_INC4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/g2_v3.1.1_4";' export 'G2_INC4;' 'G2_INCd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/g2_v3.1.1_d";' export 'G2_INCd;' 'G2_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2_v3.1.1_4.a";' export 'G2_LIB4;' 'G2_LIBd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2_v3.1.1_d.a";' export 'G2_LIBd;' 'G2_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/g2_v3.1.1";' export 'G2_SRC;' 'G2_VER="v3.1.1";' export 'G2_VER;' 'GDBSERVER_MIC="/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/targets/intel64/x200/bin/gdbserver";' export 'GDBSERVER_MIC;' 'GDB_CROSS="/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/intel64/bin/gdb-ia";' export 'GDB_CROSS;' '__LMOD_REF_COUNT_INFOPATH="/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/info:1;/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/info:1";' export '__LMOD_REF_COUNT_INFOPATH;' 'INFOPATH="/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/info:/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/info";' export 'INFOPATH;' '__LMOD_REF_COUNT_INTEL_LICENSE_FILE="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/licenses:1;/apps/intel/licenses:1";' export '__LMOD_REF_COUNT_INTEL_LICENSE_FILE;' 'INTEL_LICENSE_FILE="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/licenses:/apps/intel/licenses";' export 'INTEL_LICENSE_FILE;' 'INTEL_PYTHONHOME="/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/python/intel64/";' export 'INTEL_PYTHONHOME;' 'IPATH_NO_BACKTRACE="1";' export 'IPATH_NO_BACKTRACE;' 'IP_INC4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ip_v3.0.2_4";' export 'IP_INC4;' 'IP_INC8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ip_v3.0.2_8";' export 'IP_INC8;' 'IP_INCd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ip_v3.0.2_d";' export 'IP_INCd;' 'IP_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libip_v3.0.2_4.a";' export 'IP_LIB4;' 'IP_LIB8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libip_v3.0.2_8.a";' export 'IP_LIB8;' 'IP_LIBd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libip_v3.0.2_d.a";' export 'IP_LIBd;' 'IP_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/ip_v3.0.2";' export 'IP_SRC;' 'IP_VER="v3.0.2";' export 'IP_VER;' 'I_MPI_CC="icc";' export 'I_MPI_CC;' 'I_MPI_F90="ifort";' export 'I_MPI_F90;' 'I_MPI_HYDRA_BRANCH_COUNT="128";' export 'I_MPI_HYDRA_BRANCH_COUNT;' 'I_MPI_HYDRA_PMI_CONNECT="alltoall";' export 'I_MPI_HYDRA_PMI_CONNECT;' 'I_MPI_ROOT="/apps/intel/compilers_and_libraries_2018/linux/mpi";' export 'I_MPI_ROOT;' 'I_MPI_TMI_PROVIDER="psm";' export 'I_MPI_TMI_PROVIDER;' 'JASPER_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/include/jasper_v1.900.1";' export 'JASPER_INC;' 'JASPER_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/lib/libjasper_v1.900.1.a";' export 'JASPER_LIB;' 'JASPER_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/thirdParty";' export 'JASPER_SRC;' 'JASPER_VER="v1.900.1";' export 'JASPER_VER;' '__LMOD_REF_COUNT_LD_LIBRARY_PATH="/apps/netcdf/4.7.0/intel/18.0.5.274/lib:1;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib:1;/apps/slurm/default/lib:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/lib/intel64:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:2;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:2;/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/libipt/intel64/lib:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4:1";' export '__LMOD_REF_COUNT_LD_LIBRARY_PATH;' 'LD_LIBRARY_PATH="/apps/netcdf/4.7.0/intel/18.0.5.274/lib:/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib::/apps/slurm/default/lib:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/lib/intel64:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/libipt/intel64/lib:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4";' export 'LD_LIBRARY_PATH;' '__LMOD_REF_COUNT_LIBRARY_PATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:2;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4:1";' export '__LMOD_REF_COUNT_LIBRARY_PATH;' 'LIBRARY_PATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4";' export 'LIBRARY_PATH;' 'LIB_NAME="POST";' export 'LIB_NAME;' 'LMOD_FAMILY_COMPILER="intel";' export 'LMOD_FAMILY_COMPILER;' 'LMOD_FAMILY_COMPILER_VERSION="18.0.5.274";' export 'LMOD_FAMILY_COMPILER_VERSION;' 'LMOD_FAMILY_MPI="impi";' export 'LMOD_FAMILY_MPI;' 'LMOD_FAMILY_MPI_VERSION="2018.0.4";' export 'LMOD_FAMILY_MPI_VERSION;' '__LMOD_REF_COUNT_LOADEDMODULES="contrib:1;sutils/default:1;intel/18.0.5.274:1;impi/2018.0.4:1;netcdf/4.7.0:1;bacio/2.0.3:1;ip/3.0.2:1;nemsio/2.2.4:1;sp/2.0.3:1;w3emc/2.3.1:1;w3nco/2.0.7:1;g2/3.1.1:1;g2tmpl/1.6.0:1;crtm/2.2.6:1;jasper/1.900.1:1;png/1.2.44:1;z/1.2.11:1;post/8.0.1:1;esmf/8.0.0:1;cmake/3.9.0:1;fv3:1";' export '__LMOD_REF_COUNT_LOADEDMODULES;' 'LOADEDMODULES="contrib:sutils/default:intel/18.0.5.274:impi/2018.0.4:netcdf/4.7.0:bacio/2.0.3:ip/3.0.2:nemsio/2.2.4:sp/2.0.3:w3emc/2.3.1:w3nco/2.0.7:g2/3.1.1:g2tmpl/1.6.0:crtm/2.2.6:jasper/1.900.1:png/1.2.44:z/1.2.11:post/8.0.1:esmf/8.0.0:cmake/3.9.0:fv3";' export 'LOADEDMODULES;' '__LMOD_REF_COUNT_MANPATH="/apps/netcdf/4.7.0/intel/18.0.5.274/share/man:1;/apps/intel/compilers_and_libraries_2018/linux/mpi/man:1;/apps/intel/parallel_studio_xe_2018.4.057/man/common:1;/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/man:1;/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/man:1;/apps/lmod/lmod/share/man:1;/apps/local/man:1;/apps/slurm/default/share/man:1;/apps/slurm/tools/sbank/share/man:1";' export '__LMOD_REF_COUNT_MANPATH;' 'MANPATH="/apps/netcdf/4.7.0/intel/18.0.5.274/share/man:/apps/intel/compilers_and_libraries_2018/linux/mpi/man:/apps/intel/parallel_studio_xe_2018.4.057/man/common:/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/man:/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/man:/apps/lmod/lmod/share/man::/apps/local/man:/apps/slurm/default/share/man:/apps/slurm/tools/sbank/share/man";' export 'MANPATH;' '__LMOD_REF_COUNT_MODULEPATH="/contrib/modulefiles:3;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:2;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1;/apps/modules/modulefamilies/intel:1;/apps/modules/modulefamilies/intel_impi:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles:1";' export '__LMOD_REF_COUNT_MODULEPATH;' 'MODULEPATH="/contrib/modulefiles:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles:/apps/modules/modulefamilies/intel:/apps/modules/modulefamilies/intel_impi:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles";' export 'MODULEPATH;' 'MPM_LAUNCHER="/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/mpm/mic/bin/start_mpm.sh";' export 'MPM_LAUNCHER;' 'NCEPLIBS="/scratch2/NCEPDEV/nwprod/NCEPLIBS";' export 'NCEPLIBS;' 'NEMSIO_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/nemsio_v2.2.4";' export 'NEMSIO_INC;' 'NEMSIO_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libnemsio_v2.2.4.a";' export 'NEMSIO_LIB;' 'NEMSIO_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/nemsio_v2.2.4";' export 'NEMSIO_SRC;' 'NEMSIO_VER="v2.2.4";' export 'NEMSIO_VER;' 'NETCDF="/apps/netcdf/4.7.0/intel/18.0.5.274";' export 'NETCDF;' '__LMOD_REF_COUNT_NLSPATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64/locale/%l_%t/%N:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin/locale/%l_%t/%N:1;/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/intel64/share/locale/%l_%t/%N:1";' export '__LMOD_REF_COUNT_NLSPATH;' 'NLSPATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64/locale/%l_%t/%N:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin/locale/%l_%t/%N:/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/intel64/share/locale/%l_%t/%N";' export 'NLSPATH;' '__LMOD_REF_COUNT_PATH="/contrib/cmake/3.9.0/bin:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/bin:1;/apps/netcdf/4.7.0/intel/18.0.5.274/bin:1;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/bin/intel64:1;/contrib/sutils/bin:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:1;/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/opt/ibutils/bin:1;/apps/local/bin:1;/apps/local/sbin:1;/apps/slurm/default/tools:1;/apps/slurm/default/bin:1;/apps/slurm/default/sbin:1;/apps/slurm/tools/sbank/bin:1;/home/Dusan.Jovic/bin:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/dbrowse:1";' export '__LMOD_REF_COUNT_PATH;' 'PATH="/contrib/cmake/3.9.0/bin:/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/bin:/apps/netcdf/4.7.0/intel/18.0.5.274/bin:/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/bin/intel64:/contrib/sutils/bin:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/opt/ibutils/bin:/apps/local/bin:/apps/local/sbin:/apps/slurm/default/tools:/apps/slurm/default/bin:/apps/slurm/default/sbin:/apps/slurm/tools/sbank/bin:/home/Dusan.Jovic/bin:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/dbrowse";' export 'PATH;' '__LMOD_REF_COUNT_PKG_CONFIG_PATH="/apps/intel/compilers_and_libraries_2018/linux/mkl/bin/pkgconfig:1";' export '__LMOD_REF_COUNT_PKG_CONFIG_PATH;' 'PKG_CONFIG_PATH="/apps/intel/compilers_and_libraries_2018/linux/mkl/bin/pkgconfig";' export 'PKG_CONFIG_PATH;' 'PNG_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/png_v1.2.44";' export 'PNG_INC;' 'PNG_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libpng_v1.2.44.a";' export 'PNG_LIB;' 'PNG_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/thirdParty";' export 'PNG_SRC;' 'PNG_VER="v1.2.44";' export 'PNG_VER;' 'POST_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ncep_post_v8.0.1_4";' export 'POST_INC;' 'POST_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libncep_post_v8.0.1_4.a";' export 'POST_LIB;' 'POST_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/post_v8.0.1";' export 'POST_SRC;' 'POST_VER="v8.0.1";' export 'POST_VER;' 'SLURM_UTILS_PATH="/contrib/sutils/bin";' export 'SLURM_UTILS_PATH;' 'SP_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_4.a";' export 'SP_LIB4;' 'SP_LIB8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_8.a";' export 'SP_LIB8;' 'SP_LIBd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_d.a";' export 'SP_LIBd;' 'SP_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/sp_v2.0.3";' export 'SP_SRC;' 'SP_VER="v2.0.3";' export 'SP_VER;' 'W3EMC_INC4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/w3emc_v2.3.1_4";' export 'W3EMC_INC4;' 'W3EMC_INC8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/w3emc_v2.3.1_8";' export 'W3EMC_INC8;' 'W3EMC_INCd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/w3emc_v2.3.1_d";' export 'W3EMC_INCd;' 'W3EMC_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_4.a";' export 'W3EMC_LIB4;' 'W3EMC_LIB8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_8.a";' export 'W3EMC_LIB8;' 'W3EMC_LIBd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_d.a";' export 'W3EMC_LIBd;' 'W3EMC_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/w3emc_v2.3.1";' export 'W3EMC_SRC;' 'W3EMC_VER="v2.3.1";' export 'W3EMC_VER;' 'W3NCO_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_4.a";' export 'W3NCO_LIB4;' 'W3NCO_LIB8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_8.a";' export 'W3NCO_LIB8;' 'W3NCO_LIBd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_d.a";' export 'W3NCO_LIBd;' 'W3NCO_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/w3nco_v2.0.7";' export 'W3NCO_SRC;' 'W3NCO_VER="v2.0.7";' export 'W3NCO_VER;' 'Z_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/z_v1.2.11";' export 'Z_INC;' 'Z_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libz_v1.2.11.a";' export 'Z_LIB;' 'Z_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/thirdParty";' export 'Z_SRC;' 'Z_VER="v1.2.11";' export 'Z_VER;' '__LMOD_REF_COUNT__LMFILES_="/apps/modules/modulefiles/contrib:1;/contrib/modulefiles/sutils/default:1;/apps/modules/modulefiles/intel/18.0.5.274:1;/apps/modules/modulefamilies/intel/impi/2018.0.4:1;/apps/modules/modulefamilies/intel/netcdf/4.7.0:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/bacio/2.0.3:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/ip/3.0.2:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/nemsio/2.2.4:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/sp/2.0.3:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3emc/2.3.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3nco/2.0.7:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2/3.1.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2tmpl/1.6.0:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/crtm/2.2.6:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/jasper/1.900.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/png/1.2.44:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/z/1.2.11:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/post/8.0.1:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles/esmf/8.0.0:1;/contrib/modulefiles/cmake/3.9.0:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel/fv3:1";' export '__LMOD_REF_COUNT__LMFILES_;' '_LMFILES_="/apps/modules/modulefiles/contrib:/contrib/modulefiles/sutils/default:/apps/modules/modulefiles/intel/18.0.5.274:/apps/modules/modulefamilies/intel/impi/2018.0.4:/apps/modules/modulefamilies/intel/netcdf/4.7.0:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/bacio/2.0.3:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/ip/3.0.2:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/nemsio/2.2.4:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/sp/2.0.3:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3emc/2.3.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3nco/2.0.7:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2/3.1.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2tmpl/1.6.0:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/crtm/2.2.6:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/jasper/1.900.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/png/1.2.44:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/z/1.2.11:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/post/8.0.1:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles/esmf/8.0.0:/contrib/modulefiles/cmake/3.9.0:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel/fv3";' export '_LMFILES_;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJpbXBpIix9LG1UPXtiYWNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvYmFjaW8vMi4wLjMiLFsiZnVsbE5hbWUiXT0iYmFjaW8vMi4wLjMiLFsibG9hZE9yZGVyIl09Nixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJiYWNpby8yLjAuMyIsfSxjbWFrZT17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9jbWFrZS8zLjkuMCIsWyJmdWxs";' export '_ModuleTable001_;' '_ModuleTable002_="TmFtZSJdPSJjbWFrZS8zLjkuMCIsWyJsb2FkT3JkZXIiXT0yMCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjbWFrZS8zLjkuMCIsfSxjb250cmliPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvY29udHJpYiIsWyJmdWxsTmFtZSJdPSJjb250cmliIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY29udHJpYiIsfSxjcnRtPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9jcnRtLzIuMi42IixbImZ1bGxOYW1lIl09ImNydG0vMi4yLjYiLFsibG9hZE9yZGVy";' export '_ModuleTable002_;' '_ModuleTable003_="Il09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL2Z2My1jYW0vRHVzYW4uSm92aWMvdWZzL3ByMTgvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvaGVyYS5pbnRlbC9mdjMiLFsi";' export '_ModuleTable003_;' '_ModuleTable004_="ZnVsbE5hbWUiXT0iZnYzIixbImxvYWRPcmRlciJdPTIxLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTAsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImZ2MyIsfSxnMj17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzIvMy4xLjEiLFsiZnVsbE5hbWUiXT0iZzIvMy4xLjEiLFsibG9hZE9yZGVyIl09MTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZzIvMy4xLjEiLH0sZzJ0bXBsPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9nMnRtcGwvMS42LjAiLFsiZnVsbE5hbWUiXT0iZzJ0bXBsLzEuNi4w";' export '_ModuleTable004_;' '_ModuleTable005_="IixbImxvYWRPcmRlciJdPTEzLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcydG1wbC8xLjYuMCIsfSxpbXBpPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwvaW1waS8yMDE4LjAuNCIsWyJmdWxsTmFtZSJdPSJpbXBpLzIwMTguMC40IixbImxvYWRPcmRlciJdPTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW1waS8yMDE4LjAuNCIsfSxpbnRlbD17WyJmbiJdPSIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL2ludGVsLzE4LjAuNS4yNzQiLFsiZnVsbE5hbWUiXT0iaW50ZWwvMTguMC41LjI3NCIsWyJsb2FkT3JkZXIi";' export '_ModuleTable005_;' '_ModuleTable006_="XT0zLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImludGVsLzE4LjAuNS4yNzQiLH0saXA9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2lwLzMuMC4yIixbImZ1bGxOYW1lIl09ImlwLzMuMC4yIixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaXAvMy4wLjIiLH0samFzcGVyPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9qYXNwZXIvMS45MDAuMSIsWyJmdWxsTmFtZSJdPSJqYXNwZXIvMS45MDAuMSIsWyJsb2FkT3JkZXIi";' export '_ModuleTable006_;' '_ModuleTable007_="XT0xNSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJqYXNwZXIvMS45MDAuMSIsfSxuZW1zaW89e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL25lbXNpby8yLjIuNCIsWyJmdWxsTmFtZSJdPSJuZW1zaW8vMi4yLjQiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZW1zaW8vMi4yLjQiLH0sbmV0Y2RmPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwvbmV0Y2RmLzQuNy4wIixbImZ1bGxOYW1lIl09Im5ldGNkZi80LjcuMCIsWyJsb2FkT3JkZXIi";' export '_ModuleTable007_;' '_ModuleTable008_="XT01LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5ldGNkZi80LjcuMCIsfSxwbmc9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3BuZy8xLjIuNDQiLFsiZnVsbE5hbWUiXT0icG5nLzEuMi40NCIsWyJsb2FkT3JkZXIiXT0xNixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJwbmcvMS4yLjQ0Iix9LHBvc3Q9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3Bvc3QvOC4wLjEiLFsiZnVsbE5hbWUiXT0icG9zdC84LjAuMSIsWyJsb2FkT3JkZXIiXT0xOCxw";' export '_ModuleTable008_;' '_ModuleTable009_="cm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJwb3N0LzguMC4xIix9LHNwPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9zcC8yLjAuMyIsWyJmdWxsTmFtZSJdPSJzcC8yLjAuMyIsWyJsb2FkT3JkZXIiXT05LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InNwLzIuMC4zIix9LHN1dGlscz17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9zdXRpbHMvZGVmYXVsdCIsWyJmdWxsTmFtZSJdPSJzdXRpbHMvZGVmYXVsdCIsWyJsb2FkT3JkZXIiXT0yLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0";' export '_ModuleTable009_;' '_ModuleTable010_="dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InN1dGlscyIsfSx3M2VtYz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNlbWMvMi4zLjEiLFsiZnVsbE5hbWUiXT0idzNlbWMvMi4zLjEiLFsibG9hZE9yZGVyIl09MTAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNlbWMvMi4zLjEiLH0sdzNuY289e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czbmNvLzIuMC43IixbImZ1bGxOYW1lIl09InczbmNvLzIuMC43IixbImxvYWRPcmRlciJdPTExLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMi";' export '_ModuleTable010_;' '_ModuleTable011_="XT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHo9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3ovMS4yLjExIixbImZ1bGxOYW1lIl09InovMS4yLjExIixbImxvYWRPcmRlciJdPTE3LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InovMS4yLjExIix9LH0sbXBhdGhBPXsiL2NvbnRyaWIvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDIvTkNFUERFVi9mdjMtY2FtL0R1c2FuLkpvdmljL3Vmcy9wcjE4L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL2hlcmEuaW50ZWwiLCIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi9hcHBz";' export '_ModuleTable011_;' '_ModuleTable012_="L21vZHVsZXMvbW9kdWxlZmlsZXMvTGludXgiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L2NyYXlwZS9kZWZhdWx0L21vZHVsZWZpbGVzIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbCIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWxfaW1waSIsIi9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcyIsIi9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmU6L2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9M";' export '_ModuleTable012_;' '_ModuleTable013_="aW51eDovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzOi9vcHQvY3JheS9tb2R1bGVmaWxlczovb3B0L2NyYXkvY3JheXBlL2RlZmF1bHQvbW9kdWxlZmlsZXMiLH0=";' export '_ModuleTable013_;' '_ModuleTable_Sz_="13";' export '_ModuleTable_Sz_;' -++ BACIO_LIB4=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libbacio_v2.0.3_4.a -++ export BACIO_LIB4 -++ BACIO_LIB8=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libbacio_v2.0.3_8.a -++ export BACIO_LIB8 -++ BACIO_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/bacio_v2.0.3 -++ export BACIO_SRC -++ BACIO_VER=v2.0.3 -++ export BACIO_VER -++ __LMOD_REF_COUNT_CLASSPATH='/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/mpi.jar:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/daal.jar:1' -++ export __LMOD_REF_COUNT_CLASSPATH -++ CLASSPATH=/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/mpi.jar:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/daal.jar -++ export CLASSPATH -++ CMAKE_CXX_COMPILER=mpiicpc -++ export CMAKE_CXX_COMPILER -++ CMAKE_C_COMPILER=mpiicc -++ export CMAKE_C_COMPILER -++ CMAKE_Fortran_COMPILER=mpiifort -++ export CMAKE_Fortran_COMPILER -++ CMAKE_Platform=hera.intel -++ export CMAKE_Platform -++ COMP=intel -++ export COMP -++ __LMOD_REF_COUNT_CPATH='/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/include:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/include:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/pstl/include:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/include:2;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/include:1' -++ export __LMOD_REF_COUNT_CPATH -++ CPATH=/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/include:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/include:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/pstl/include:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/include:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/include -++ export CPATH -++ CRTM_FIX=/scratch2/NCEPDEV/nwprod/NCEPLIBS/fix/crtm_v2.2.6 -++ export CRTM_FIX -++ CRTM_INC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/crtm_v2.2.6 -++ export CRTM_INC -++ CRTM_LIB=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libcrtm_v2.2.6.a -++ export CRTM_LIB -++ CRTM_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/crtm_v2.2.6 -++ export CRTM_SRC -++ CRTM_VER=v2.2.6 -++ export CRTM_VER -++ ESMFMKFILE=/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/lib/esmf.mk -++ export ESMFMKFILE -++ G2TMPL_INC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/g2tmpl_v1.6.0 -++ export G2TMPL_INC -++ G2TMPL_LIB=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2tmpl_v1.6.0.a -++ export G2TMPL_LIB -++ G2TMPL_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/g2tmpl_v1.6.0/src -++ export G2TMPL_SRC -++ G2TMPL_VER=v1.6.0 -++ export G2TMPL_VER -++ G2_INC4=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/g2_v3.1.1_4 -++ export G2_INC4 -++ G2_INCd=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/g2_v3.1.1_d -++ export G2_INCd -++ G2_LIB4=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2_v3.1.1_4.a -++ export G2_LIB4 -++ G2_LIBd=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2_v3.1.1_d.a -++ export G2_LIBd -++ G2_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/g2_v3.1.1 -++ export G2_SRC -++ G2_VER=v3.1.1 -++ export G2_VER -++ GDBSERVER_MIC=/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/targets/intel64/x200/bin/gdbserver -++ export GDBSERVER_MIC -++ GDB_CROSS=/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/intel64/bin/gdb-ia -++ export GDB_CROSS -++ __LMOD_REF_COUNT_INFOPATH='/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/info:1;/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/info:1' -++ export __LMOD_REF_COUNT_INFOPATH -++ INFOPATH=/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/info:/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/info -++ export INFOPATH -++ __LMOD_REF_COUNT_INTEL_LICENSE_FILE='/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/licenses:1;/apps/intel/licenses:1' -++ export __LMOD_REF_COUNT_INTEL_LICENSE_FILE -++ INTEL_LICENSE_FILE=/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/licenses:/apps/intel/licenses -++ export INTEL_LICENSE_FILE -++ INTEL_PYTHONHOME=/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/python/intel64/ -++ export INTEL_PYTHONHOME -++ IPATH_NO_BACKTRACE=1 -++ export IPATH_NO_BACKTRACE -++ IP_INC4=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ip_v3.0.2_4 -++ export IP_INC4 -++ IP_INC8=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ip_v3.0.2_8 -++ export IP_INC8 -++ IP_INCd=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ip_v3.0.2_d -++ export IP_INCd -++ IP_LIB4=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libip_v3.0.2_4.a -++ export IP_LIB4 -++ IP_LIB8=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libip_v3.0.2_8.a -++ export IP_LIB8 -++ IP_LIBd=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libip_v3.0.2_d.a -++ export IP_LIBd -++ IP_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/ip_v3.0.2 -++ export IP_SRC -++ IP_VER=v3.0.2 -++ export IP_VER -++ I_MPI_CC=icc -++ export I_MPI_CC -++ I_MPI_F90=ifort -++ export I_MPI_F90 -++ I_MPI_HYDRA_BRANCH_COUNT=128 -++ export I_MPI_HYDRA_BRANCH_COUNT -++ I_MPI_HYDRA_PMI_CONNECT=alltoall -++ export I_MPI_HYDRA_PMI_CONNECT -++ I_MPI_ROOT=/apps/intel/compilers_and_libraries_2018/linux/mpi -++ export I_MPI_ROOT -++ I_MPI_TMI_PROVIDER=psm -++ export I_MPI_TMI_PROVIDER -++ JASPER_INC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/include/jasper_v1.900.1 -++ export JASPER_INC -++ JASPER_LIB=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/lib/libjasper_v1.900.1.a -++ export JASPER_LIB -++ JASPER_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/thirdParty -++ export JASPER_SRC -++ JASPER_VER=v1.900.1 -++ export JASPER_VER -++ __LMOD_REF_COUNT_LD_LIBRARY_PATH='/apps/netcdf/4.7.0/intel/18.0.5.274/lib:1;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib:1;/apps/slurm/default/lib:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/lib/intel64:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:2;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:2;/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/libipt/intel64/lib:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4:1' -++ export __LMOD_REF_COUNT_LD_LIBRARY_PATH -++ LD_LIBRARY_PATH=/apps/netcdf/4.7.0/intel/18.0.5.274/lib:/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib::/apps/slurm/default/lib:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/lib/intel64:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/libipt/intel64/lib:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4 -++ export LD_LIBRARY_PATH -++ __LMOD_REF_COUNT_LIBRARY_PATH='/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:2;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4:1' -++ export __LMOD_REF_COUNT_LIBRARY_PATH -++ LIBRARY_PATH=/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4 -++ export LIBRARY_PATH -++ LIB_NAME=POST -++ export LIB_NAME -++ LMOD_FAMILY_COMPILER=intel -++ export LMOD_FAMILY_COMPILER -++ LMOD_FAMILY_COMPILER_VERSION=18.0.5.274 -++ export LMOD_FAMILY_COMPILER_VERSION -++ LMOD_FAMILY_MPI=impi -++ export LMOD_FAMILY_MPI -++ LMOD_FAMILY_MPI_VERSION=2018.0.4 -++ export LMOD_FAMILY_MPI_VERSION -++ __LMOD_REF_COUNT_LOADEDMODULES='contrib:1;sutils/default:1;intel/18.0.5.274:1;impi/2018.0.4:1;netcdf/4.7.0:1;bacio/2.0.3:1;ip/3.0.2:1;nemsio/2.2.4:1;sp/2.0.3:1;w3emc/2.3.1:1;w3nco/2.0.7:1;g2/3.1.1:1;g2tmpl/1.6.0:1;crtm/2.2.6:1;jasper/1.900.1:1;png/1.2.44:1;z/1.2.11:1;post/8.0.1:1;esmf/8.0.0:1;cmake/3.9.0:1;fv3:1' -++ export __LMOD_REF_COUNT_LOADEDMODULES -++ LOADEDMODULES=contrib:sutils/default:intel/18.0.5.274:impi/2018.0.4:netcdf/4.7.0:bacio/2.0.3:ip/3.0.2:nemsio/2.2.4:sp/2.0.3:w3emc/2.3.1:w3nco/2.0.7:g2/3.1.1:g2tmpl/1.6.0:crtm/2.2.6:jasper/1.900.1:png/1.2.44:z/1.2.11:post/8.0.1:esmf/8.0.0:cmake/3.9.0:fv3 -++ export LOADEDMODULES -++ __LMOD_REF_COUNT_MANPATH='/apps/netcdf/4.7.0/intel/18.0.5.274/share/man:1;/apps/intel/compilers_and_libraries_2018/linux/mpi/man:1;/apps/intel/parallel_studio_xe_2018.4.057/man/common:1;/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/man:1;/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/man:1;/apps/lmod/lmod/share/man:1;/apps/local/man:1;/apps/slurm/default/share/man:1;/apps/slurm/tools/sbank/share/man:1' -++ export __LMOD_REF_COUNT_MANPATH -++ MANPATH=/apps/netcdf/4.7.0/intel/18.0.5.274/share/man:/apps/intel/compilers_and_libraries_2018/linux/mpi/man:/apps/intel/parallel_studio_xe_2018.4.057/man/common:/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/man:/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/man:/apps/lmod/lmod/share/man::/apps/local/man:/apps/slurm/default/share/man:/apps/slurm/tools/sbank/share/man -++ export MANPATH -++ __LMOD_REF_COUNT_MODULEPATH='/contrib/modulefiles:3;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:2;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1;/apps/modules/modulefamilies/intel:1;/apps/modules/modulefamilies/intel_impi:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles:1' -++ export __LMOD_REF_COUNT_MODULEPATH -++ MODULEPATH=/contrib/modulefiles:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles:/apps/modules/modulefamilies/intel:/apps/modules/modulefamilies/intel_impi:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles -++ export MODULEPATH -++ MPM_LAUNCHER=/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/mpm/mic/bin/start_mpm.sh -++ export MPM_LAUNCHER -++ NCEPLIBS=/scratch2/NCEPDEV/nwprod/NCEPLIBS -++ export NCEPLIBS -++ NEMSIO_INC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/nemsio_v2.2.4 -++ export NEMSIO_INC -++ NEMSIO_LIB=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libnemsio_v2.2.4.a -++ export NEMSIO_LIB -++ NEMSIO_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/nemsio_v2.2.4 -++ export NEMSIO_SRC -++ NEMSIO_VER=v2.2.4 -++ export NEMSIO_VER -++ NETCDF=/apps/netcdf/4.7.0/intel/18.0.5.274 -++ export NETCDF -++ __LMOD_REF_COUNT_NLSPATH='/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64/locale/%l_%t/%N:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin/locale/%l_%t/%N:1;/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/intel64/share/locale/%l_%t/%N:1' -++ export __LMOD_REF_COUNT_NLSPATH -++ NLSPATH=/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64/locale/%l_%t/%N:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin/locale/%l_%t/%N:/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/intel64/share/locale/%l_%t/%N -++ export NLSPATH -++ __LMOD_REF_COUNT_PATH='/contrib/cmake/3.9.0/bin:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/bin:1;/apps/netcdf/4.7.0/intel/18.0.5.274/bin:1;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/bin/intel64:1;/contrib/sutils/bin:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:1;/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/opt/ibutils/bin:1;/apps/local/bin:1;/apps/local/sbin:1;/apps/slurm/default/tools:1;/apps/slurm/default/bin:1;/apps/slurm/default/sbin:1;/apps/slurm/tools/sbank/bin:1;/home/Dusan.Jovic/bin:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/dbrowse:1' -++ export __LMOD_REF_COUNT_PATH -++ PATH=/contrib/cmake/3.9.0/bin:/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/bin:/apps/netcdf/4.7.0/intel/18.0.5.274/bin:/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/bin/intel64:/contrib/sutils/bin:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/opt/ibutils/bin:/apps/local/bin:/apps/local/sbin:/apps/slurm/default/tools:/apps/slurm/default/bin:/apps/slurm/default/sbin:/apps/slurm/tools/sbank/bin:/home/Dusan.Jovic/bin:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/dbrowse -++ export PATH -++ __LMOD_REF_COUNT_PKG_CONFIG_PATH=/apps/intel/compilers_and_libraries_2018/linux/mkl/bin/pkgconfig:1 -++ export __LMOD_REF_COUNT_PKG_CONFIG_PATH -++ PKG_CONFIG_PATH=/apps/intel/compilers_and_libraries_2018/linux/mkl/bin/pkgconfig -++ export PKG_CONFIG_PATH -++ PNG_INC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/png_v1.2.44 -++ export PNG_INC -++ PNG_LIB=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libpng_v1.2.44.a -++ export PNG_LIB -++ PNG_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/thirdParty -++ export PNG_SRC -++ PNG_VER=v1.2.44 -++ export PNG_VER -++ POST_INC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ncep_post_v8.0.1_4 -++ export POST_INC -++ POST_LIB=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libncep_post_v8.0.1_4.a -++ export POST_LIB -++ POST_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/post_v8.0.1 -++ export POST_SRC -++ POST_VER=v8.0.1 -++ export POST_VER -++ SLURM_UTILS_PATH=/contrib/sutils/bin -++ export SLURM_UTILS_PATH -++ SP_LIB4=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_4.a -++ export SP_LIB4 -++ SP_LIB8=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_8.a -++ export SP_LIB8 -++ SP_LIBd=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_d.a -++ export SP_LIBd -++ SP_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/sp_v2.0.3 -++ export SP_SRC -++ SP_VER=v2.0.3 -++ export SP_VER -++ W3EMC_INC4=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/w3emc_v2.3.1_4 -++ export W3EMC_INC4 -++ W3EMC_INC8=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/w3emc_v2.3.1_8 -++ export W3EMC_INC8 -++ W3EMC_INCd=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/w3emc_v2.3.1_d -++ export W3EMC_INCd -++ W3EMC_LIB4=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_4.a -++ export W3EMC_LIB4 -++ W3EMC_LIB8=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_8.a -++ export W3EMC_LIB8 -++ W3EMC_LIBd=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_d.a -++ export W3EMC_LIBd -++ W3EMC_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/w3emc_v2.3.1 -++ export W3EMC_SRC -++ W3EMC_VER=v2.3.1 -++ export W3EMC_VER -++ W3NCO_LIB4=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_4.a -++ export W3NCO_LIB4 -++ W3NCO_LIB8=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_8.a -++ export W3NCO_LIB8 -++ W3NCO_LIBd=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_d.a -++ export W3NCO_LIBd -++ W3NCO_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/w3nco_v2.0.7 -++ export W3NCO_SRC -++ W3NCO_VER=v2.0.7 -++ export W3NCO_VER -++ Z_INC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/z_v1.2.11 -++ export Z_INC -++ Z_LIB=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libz_v1.2.11.a -++ export Z_LIB -++ Z_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/thirdParty -++ export Z_SRC -++ Z_VER=v1.2.11 -++ export Z_VER -++ __LMOD_REF_COUNT__LMFILES_='/apps/modules/modulefiles/contrib:1;/contrib/modulefiles/sutils/default:1;/apps/modules/modulefiles/intel/18.0.5.274:1;/apps/modules/modulefamilies/intel/impi/2018.0.4:1;/apps/modules/modulefamilies/intel/netcdf/4.7.0:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/bacio/2.0.3:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/ip/3.0.2:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/nemsio/2.2.4:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/sp/2.0.3:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3emc/2.3.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3nco/2.0.7:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2/3.1.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2tmpl/1.6.0:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/crtm/2.2.6:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/jasper/1.900.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/png/1.2.44:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/z/1.2.11:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/post/8.0.1:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles/esmf/8.0.0:1;/contrib/modulefiles/cmake/3.9.0:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel/fv3:1' -++ export __LMOD_REF_COUNT__LMFILES_ -++ _LMFILES_=/apps/modules/modulefiles/contrib:/contrib/modulefiles/sutils/default:/apps/modules/modulefiles/intel/18.0.5.274:/apps/modules/modulefamilies/intel/impi/2018.0.4:/apps/modules/modulefamilies/intel/netcdf/4.7.0:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/bacio/2.0.3:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/ip/3.0.2:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/nemsio/2.2.4:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/sp/2.0.3:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3emc/2.3.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3nco/2.0.7:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2/3.1.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2tmpl/1.6.0:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/crtm/2.2.6:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/jasper/1.900.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/png/1.2.44:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/z/1.2.11:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/post/8.0.1:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles/esmf/8.0.0:/contrib/modulefiles/cmake/3.9.0:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel/fv3 -++ export _LMFILES_ -++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJpbXBpIix9LG1UPXtiYWNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvYmFjaW8vMi4wLjMiLFsiZnVsbE5hbWUiXT0iYmFjaW8vMi4wLjMiLFsibG9hZE9yZGVyIl09Nixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJiYWNpby8yLjAuMyIsfSxjbWFrZT17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9jbWFrZS8zLjkuMCIsWyJmdWxs -++ export _ModuleTable001_ -++ _ModuleTable002_=TmFtZSJdPSJjbWFrZS8zLjkuMCIsWyJsb2FkT3JkZXIiXT0yMCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjbWFrZS8zLjkuMCIsfSxjb250cmliPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvY29udHJpYiIsWyJmdWxsTmFtZSJdPSJjb250cmliIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY29udHJpYiIsfSxjcnRtPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9jcnRtLzIuMi42IixbImZ1bGxOYW1lIl09ImNydG0vMi4yLjYiLFsibG9hZE9yZGVy -++ export _ModuleTable002_ -++ _ModuleTable003_=Il09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL2Z2My1jYW0vRHVzYW4uSm92aWMvdWZzL3ByMTgvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvaGVyYS5pbnRlbC9mdjMiLFsi -++ export _ModuleTable003_ -++ _ModuleTable004_=ZnVsbE5hbWUiXT0iZnYzIixbImxvYWRPcmRlciJdPTIxLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTAsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImZ2MyIsfSxnMj17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzIvMy4xLjEiLFsiZnVsbE5hbWUiXT0iZzIvMy4xLjEiLFsibG9hZE9yZGVyIl09MTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZzIvMy4xLjEiLH0sZzJ0bXBsPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9nMnRtcGwvMS42LjAiLFsiZnVsbE5hbWUiXT0iZzJ0bXBsLzEuNi4w -++ export _ModuleTable004_ -++ _ModuleTable005_=IixbImxvYWRPcmRlciJdPTEzLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcydG1wbC8xLjYuMCIsfSxpbXBpPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwvaW1waS8yMDE4LjAuNCIsWyJmdWxsTmFtZSJdPSJpbXBpLzIwMTguMC40IixbImxvYWRPcmRlciJdPTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW1waS8yMDE4LjAuNCIsfSxpbnRlbD17WyJmbiJdPSIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL2ludGVsLzE4LjAuNS4yNzQiLFsiZnVsbE5hbWUiXT0iaW50ZWwvMTguMC41LjI3NCIsWyJsb2FkT3JkZXIi -++ export _ModuleTable005_ -++ _ModuleTable006_=XT0zLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImludGVsLzE4LjAuNS4yNzQiLH0saXA9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2lwLzMuMC4yIixbImZ1bGxOYW1lIl09ImlwLzMuMC4yIixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaXAvMy4wLjIiLH0samFzcGVyPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9qYXNwZXIvMS45MDAuMSIsWyJmdWxsTmFtZSJdPSJqYXNwZXIvMS45MDAuMSIsWyJsb2FkT3JkZXIi -++ export _ModuleTable006_ -++ _ModuleTable007_=XT0xNSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJqYXNwZXIvMS45MDAuMSIsfSxuZW1zaW89e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL25lbXNpby8yLjIuNCIsWyJmdWxsTmFtZSJdPSJuZW1zaW8vMi4yLjQiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZW1zaW8vMi4yLjQiLH0sbmV0Y2RmPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwvbmV0Y2RmLzQuNy4wIixbImZ1bGxOYW1lIl09Im5ldGNkZi80LjcuMCIsWyJsb2FkT3JkZXIi -++ export _ModuleTable007_ -++ _ModuleTable008_=XT01LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5ldGNkZi80LjcuMCIsfSxwbmc9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3BuZy8xLjIuNDQiLFsiZnVsbE5hbWUiXT0icG5nLzEuMi40NCIsWyJsb2FkT3JkZXIiXT0xNixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJwbmcvMS4yLjQ0Iix9LHBvc3Q9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3Bvc3QvOC4wLjEiLFsiZnVsbE5hbWUiXT0icG9zdC84LjAuMSIsWyJsb2FkT3JkZXIiXT0xOCxw -++ export _ModuleTable008_ -++ _ModuleTable009_=cm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJwb3N0LzguMC4xIix9LHNwPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9zcC8yLjAuMyIsWyJmdWxsTmFtZSJdPSJzcC8yLjAuMyIsWyJsb2FkT3JkZXIiXT05LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InNwLzIuMC4zIix9LHN1dGlscz17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9zdXRpbHMvZGVmYXVsdCIsWyJmdWxsTmFtZSJdPSJzdXRpbHMvZGVmYXVsdCIsWyJsb2FkT3JkZXIiXT0yLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0 -++ export _ModuleTable009_ -++ _ModuleTable010_=dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InN1dGlscyIsfSx3M2VtYz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNlbWMvMi4zLjEiLFsiZnVsbE5hbWUiXT0idzNlbWMvMi4zLjEiLFsibG9hZE9yZGVyIl09MTAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNlbWMvMi4zLjEiLH0sdzNuY289e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czbmNvLzIuMC43IixbImZ1bGxOYW1lIl09InczbmNvLzIuMC43IixbImxvYWRPcmRlciJdPTExLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMi -++ export _ModuleTable010_ -++ _ModuleTable011_=XT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHo9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3ovMS4yLjExIixbImZ1bGxOYW1lIl09InovMS4yLjExIixbImxvYWRPcmRlciJdPTE3LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InovMS4yLjExIix9LH0sbXBhdGhBPXsiL2NvbnRyaWIvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDIvTkNFUERFVi9mdjMtY2FtL0R1c2FuLkpvdmljL3Vmcy9wcjE4L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL2hlcmEuaW50ZWwiLCIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi9hcHBz -++ export _ModuleTable011_ -++ _ModuleTable012_=L21vZHVsZXMvbW9kdWxlZmlsZXMvTGludXgiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L2NyYXlwZS9kZWZhdWx0L21vZHVsZWZpbGVzIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbCIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWxfaW1waSIsIi9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcyIsIi9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmU6L2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9M -++ export _ModuleTable012_ -++ _ModuleTable013_=aW51eDovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzOi9vcHQvY3JheS9tb2R1bGVmaWxlczovb3B0L2NyYXkvY3JheXBlL2RlZmF1bHQvbW9kdWxlZmlsZXMiLH0= -++ export _ModuleTable013_ -++ _ModuleTable_Sz_=13 -++ export _ModuleTable_Sz_ -++ : -s sh -+ eval -+ module list -++ /apps/lmod/7.7.18/libexec/lmod bash list -+ eval echo ''\'''\'';' echo ''\''Currently'\''' ''\''Loaded'\''' ''\''Modules:'\'';' echo ''\'''\''' ''\'''\''' ''\''1)'\''' ''\''contrib'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''7)'\''' ''\''ip/3.0.2'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''13)'\''' ''\''g2tmpl/1.6.0'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''19)'\''' ''\''esmf/8.0.0'\'';' echo ''\'''\''' ''\'''\''' ''\''2)'\''' ''\''sutils/default'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''8)'\''' ''\''nemsio/2.2.4'\''' ''\'''\''' ''\''14)'\''' ''\''crtm/2.2.6'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''20)'\''' ''\''cmake/3.9.0'\'';' echo ''\'''\''' ''\'''\''' ''\''3)'\''' ''\''intel/18.0.5.274'\''' ''\'''\''' ''\'''\''' ''\''9)'\''' ''\''sp/2.0.3'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''15)'\''' ''\''jasper/1.900.1'\''' ''\'''\''' ''\''21)'\''' ''\''fv3'\'';' echo ''\'''\''' ''\'''\''' ''\''4)'\''' ''\''impi/2018.0.4'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''10)'\''' ''\''w3emc/2.3.1'\''' ''\'''\''' ''\'''\''' ''\''16)'\''' ''\''png/1.2.44'\'';' echo ''\'''\''' ''\'''\''' ''\''5)'\''' ''\''netcdf/4.7.0'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''11)'\''' ''\''w3nco/2.0.7'\''' ''\'''\''' ''\'''\''' ''\''17)'\''' ''\''z/1.2.11'\'';' echo ''\'''\''' ''\'''\''' ''\''6)'\''' ''\''bacio/2.0.3'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''12)'\''' ''\''g2/3.1.1'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''18)'\''' ''\''post/8.0.1'\'';' echo ''\'''\'';' echo ''\'''\''' ''\'''\'';' echo ''\'''\'';' 'MODULEPATH="/contrib/modulefiles:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles:/apps/modules/modulefamilies/intel:/apps/modules/modulefamilies/intel_impi:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles";' export 'MODULEPATH;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJpbXBpIix9LG1UPXtiYWNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvYmFjaW8vMi4wLjMiLFsiZnVsbE5hbWUiXT0iYmFjaW8vMi4wLjMiLFsibG9hZE9yZGVyIl09Nixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJiYWNpby8yLjAuMyIsfSxjbWFrZT17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9jbWFrZS8zLjkuMCIsWyJmdWxs";' export '_ModuleTable001_;' '_ModuleTable002_="TmFtZSJdPSJjbWFrZS8zLjkuMCIsWyJsb2FkT3JkZXIiXT0yMCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjbWFrZS8zLjkuMCIsfSxjb250cmliPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvY29udHJpYiIsWyJmdWxsTmFtZSJdPSJjb250cmliIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY29udHJpYiIsfSxjcnRtPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9jcnRtLzIuMi42IixbImZ1bGxOYW1lIl09ImNydG0vMi4yLjYiLFsibG9hZE9yZGVy";' export '_ModuleTable002_;' '_ModuleTable003_="Il09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL2Z2My1jYW0vRHVzYW4uSm92aWMvdWZzL3ByMTgvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvaGVyYS5pbnRlbC9mdjMiLFsi";' export '_ModuleTable003_;' '_ModuleTable004_="ZnVsbE5hbWUiXT0iZnYzIixbImxvYWRPcmRlciJdPTIxLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTAsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImZ2MyIsfSxnMj17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzIvMy4xLjEiLFsiZnVsbE5hbWUiXT0iZzIvMy4xLjEiLFsibG9hZE9yZGVyIl09MTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZzIvMy4xLjEiLH0sZzJ0bXBsPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9nMnRtcGwvMS42LjAiLFsiZnVsbE5hbWUiXT0iZzJ0bXBsLzEuNi4w";' export '_ModuleTable004_;' '_ModuleTable005_="IixbImxvYWRPcmRlciJdPTEzLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcydG1wbC8xLjYuMCIsfSxpbXBpPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwvaW1waS8yMDE4LjAuNCIsWyJmdWxsTmFtZSJdPSJpbXBpLzIwMTguMC40IixbImxvYWRPcmRlciJdPTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW1waS8yMDE4LjAuNCIsfSxpbnRlbD17WyJmbiJdPSIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL2ludGVsLzE4LjAuNS4yNzQiLFsiZnVsbE5hbWUiXT0iaW50ZWwvMTguMC41LjI3NCIsWyJsb2FkT3JkZXIi";' export '_ModuleTable005_;' '_ModuleTable006_="XT0zLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImludGVsLzE4LjAuNS4yNzQiLH0saXA9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2lwLzMuMC4yIixbImZ1bGxOYW1lIl09ImlwLzMuMC4yIixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaXAvMy4wLjIiLH0samFzcGVyPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9qYXNwZXIvMS45MDAuMSIsWyJmdWxsTmFtZSJdPSJqYXNwZXIvMS45MDAuMSIsWyJsb2FkT3JkZXIi";' export '_ModuleTable006_;' '_ModuleTable007_="XT0xNSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJqYXNwZXIvMS45MDAuMSIsfSxuZW1zaW89e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL25lbXNpby8yLjIuNCIsWyJmdWxsTmFtZSJdPSJuZW1zaW8vMi4yLjQiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZW1zaW8vMi4yLjQiLH0sbmV0Y2RmPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwvbmV0Y2RmLzQuNy4wIixbImZ1bGxOYW1lIl09Im5ldGNkZi80LjcuMCIsWyJsb2FkT3JkZXIi";' export '_ModuleTable007_;' '_ModuleTable008_="XT01LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5ldGNkZi80LjcuMCIsfSxwbmc9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3BuZy8xLjIuNDQiLFsiZnVsbE5hbWUiXT0icG5nLzEuMi40NCIsWyJsb2FkT3JkZXIiXT0xNixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJwbmcvMS4yLjQ0Iix9LHBvc3Q9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3Bvc3QvOC4wLjEiLFsiZnVsbE5hbWUiXT0icG9zdC84LjAuMSIsWyJsb2FkT3JkZXIiXT0xOCxw";' export '_ModuleTable008_;' '_ModuleTable009_="cm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJwb3N0LzguMC4xIix9LHNwPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9zcC8yLjAuMyIsWyJmdWxsTmFtZSJdPSJzcC8yLjAuMyIsWyJsb2FkT3JkZXIiXT05LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InNwLzIuMC4zIix9LHN1dGlscz17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9zdXRpbHMvZGVmYXVsdCIsWyJmdWxsTmFtZSJdPSJzdXRpbHMvZGVmYXVsdCIsWyJsb2FkT3JkZXIiXT0yLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0";' export '_ModuleTable009_;' '_ModuleTable010_="dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InN1dGlscyIsfSx3M2VtYz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNlbWMvMi4zLjEiLFsiZnVsbE5hbWUiXT0idzNlbWMvMi4zLjEiLFsibG9hZE9yZGVyIl09MTAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNlbWMvMi4zLjEiLH0sdzNuY289e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czbmNvLzIuMC43IixbImZ1bGxOYW1lIl09InczbmNvLzIuMC43IixbImxvYWRPcmRlciJdPTExLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMi";' export '_ModuleTable010_;' '_ModuleTable011_="XT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHo9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3ovMS4yLjExIixbImZ1bGxOYW1lIl09InovMS4yLjExIixbImxvYWRPcmRlciJdPTE3LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InovMS4yLjExIix9LH0sbXBhdGhBPXsiL2NvbnRyaWIvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDIvTkNFUERFVi9mdjMtY2FtL0R1c2FuLkpvdmljL3Vmcy9wcjE4L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL2hlcmEuaW50ZWwiLCIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi9hcHBz";' export '_ModuleTable011_;' '_ModuleTable012_="L21vZHVsZXMvbW9kdWxlZmlsZXMvTGludXgiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L2NyYXlwZS9kZWZhdWx0L21vZHVsZWZpbGVzIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbCIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWxfaW1waSIsIi9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcyIsIi9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmU6L2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9M";' export '_ModuleTable012_;' '_ModuleTable013_="aW51eDovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzOi9vcHQvY3JheS9tb2R1bGVmaWxlczovb3B0L2NyYXkvY3JheXBlL2RlZmF1bHQvbW9kdWxlZmlsZXMiLH0=";' export '_ModuleTable013_;' '_ModuleTable_Sz_="13";' export '_ModuleTable_Sz_;' -++ echo '' - -++ echo Currently Loaded Modules: -Currently Loaded Modules: -++ echo '' '' '1)' contrib '' '' '' '' '' '' '' '' '' '' '' '7)' ip/3.0.2 '' '' '' '' '' '13)' g2tmpl/1.6.0 '' '' '' '19)' esmf/8.0.0 - 1) contrib 7) ip/3.0.2 13) g2tmpl/1.6.0 19) esmf/8.0.0 -++ echo '' '' '2)' sutils/default '' '' '' '' '8)' nemsio/2.2.4 '' '14)' crtm/2.2.6 '' '' '' '' '' '20)' cmake/3.9.0 - 2) sutils/default 8) nemsio/2.2.4 14) crtm/2.2.6 20) cmake/3.9.0 -++ echo '' '' '3)' intel/18.0.5.274 '' '' '9)' sp/2.0.3 '' '' '' '' '' '15)' jasper/1.900.1 '' '21)' fv3 - 3) intel/18.0.5.274 9) sp/2.0.3 15) jasper/1.900.1 21) fv3 -++ echo '' '' '4)' impi/2018.0.4 '' '' '' '' '10)' w3emc/2.3.1 '' '' '16)' png/1.2.44 - 4) impi/2018.0.4 10) w3emc/2.3.1 16) png/1.2.44 -++ echo '' '' '5)' netcdf/4.7.0 '' '' '' '' '' '11)' w3nco/2.0.7 '' '' '17)' z/1.2.11 - 5) netcdf/4.7.0 11) w3nco/2.0.7 17) z/1.2.11 -++ echo '' '' '6)' bacio/2.0.3 '' '' '' '' '' '' '12)' g2/3.1.1 '' '' '' '' '' '18)' post/8.0.1 - 6) bacio/2.0.3 12) g2/3.1.1 18) post/8.0.1 -++ echo '' - -++ echo '' '' - -++ echo '' - -++ MODULEPATH=/contrib/modulefiles:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles:/apps/modules/modulefamilies/intel:/apps/modules/modulefamilies/intel_impi:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles -++ export MODULEPATH -++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJpbXBpIix9LG1UPXtiYWNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvYmFjaW8vMi4wLjMiLFsiZnVsbE5hbWUiXT0iYmFjaW8vMi4wLjMiLFsibG9hZE9yZGVyIl09Nixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJiYWNpby8yLjAuMyIsfSxjbWFrZT17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9jbWFrZS8zLjkuMCIsWyJmdWxs -++ export _ModuleTable001_ -++ _ModuleTable002_=TmFtZSJdPSJjbWFrZS8zLjkuMCIsWyJsb2FkT3JkZXIiXT0yMCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjbWFrZS8zLjkuMCIsfSxjb250cmliPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvY29udHJpYiIsWyJmdWxsTmFtZSJdPSJjb250cmliIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY29udHJpYiIsfSxjcnRtPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9jcnRtLzIuMi42IixbImZ1bGxOYW1lIl09ImNydG0vMi4yLjYiLFsibG9hZE9yZGVy -++ export _ModuleTable002_ -++ _ModuleTable003_=Il09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL2Z2My1jYW0vRHVzYW4uSm92aWMvdWZzL3ByMTgvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvaGVyYS5pbnRlbC9mdjMiLFsi -++ export _ModuleTable003_ -++ _ModuleTable004_=ZnVsbE5hbWUiXT0iZnYzIixbImxvYWRPcmRlciJdPTIxLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTAsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImZ2MyIsfSxnMj17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzIvMy4xLjEiLFsiZnVsbE5hbWUiXT0iZzIvMy4xLjEiLFsibG9hZE9yZGVyIl09MTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZzIvMy4xLjEiLH0sZzJ0bXBsPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9nMnRtcGwvMS42LjAiLFsiZnVsbE5hbWUiXT0iZzJ0bXBsLzEuNi4w -++ export _ModuleTable004_ -++ _ModuleTable005_=IixbImxvYWRPcmRlciJdPTEzLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcydG1wbC8xLjYuMCIsfSxpbXBpPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwvaW1waS8yMDE4LjAuNCIsWyJmdWxsTmFtZSJdPSJpbXBpLzIwMTguMC40IixbImxvYWRPcmRlciJdPTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW1waS8yMDE4LjAuNCIsfSxpbnRlbD17WyJmbiJdPSIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL2ludGVsLzE4LjAuNS4yNzQiLFsiZnVsbE5hbWUiXT0iaW50ZWwvMTguMC41LjI3NCIsWyJsb2FkT3JkZXIi -++ export _ModuleTable005_ -++ _ModuleTable006_=XT0zLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImludGVsLzE4LjAuNS4yNzQiLH0saXA9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2lwLzMuMC4yIixbImZ1bGxOYW1lIl09ImlwLzMuMC4yIixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaXAvMy4wLjIiLH0samFzcGVyPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9qYXNwZXIvMS45MDAuMSIsWyJmdWxsTmFtZSJdPSJqYXNwZXIvMS45MDAuMSIsWyJsb2FkT3JkZXIi -++ export _ModuleTable006_ -++ _ModuleTable007_=XT0xNSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJqYXNwZXIvMS45MDAuMSIsfSxuZW1zaW89e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL25lbXNpby8yLjIuNCIsWyJmdWxsTmFtZSJdPSJuZW1zaW8vMi4yLjQiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZW1zaW8vMi4yLjQiLH0sbmV0Y2RmPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwvbmV0Y2RmLzQuNy4wIixbImZ1bGxOYW1lIl09Im5ldGNkZi80LjcuMCIsWyJsb2FkT3JkZXIi -++ export _ModuleTable007_ -++ _ModuleTable008_=XT01LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5ldGNkZi80LjcuMCIsfSxwbmc9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3BuZy8xLjIuNDQiLFsiZnVsbE5hbWUiXT0icG5nLzEuMi40NCIsWyJsb2FkT3JkZXIiXT0xNixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJwbmcvMS4yLjQ0Iix9LHBvc3Q9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3Bvc3QvOC4wLjEiLFsiZnVsbE5hbWUiXT0icG9zdC84LjAuMSIsWyJsb2FkT3JkZXIiXT0xOCxw -++ export _ModuleTable008_ -++ _ModuleTable009_=cm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJwb3N0LzguMC4xIix9LHNwPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9zcC8yLjAuMyIsWyJmdWxsTmFtZSJdPSJzcC8yLjAuMyIsWyJsb2FkT3JkZXIiXT05LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InNwLzIuMC4zIix9LHN1dGlscz17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9zdXRpbHMvZGVmYXVsdCIsWyJmdWxsTmFtZSJdPSJzdXRpbHMvZGVmYXVsdCIsWyJsb2FkT3JkZXIiXT0yLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0 -++ export _ModuleTable009_ -++ _ModuleTable010_=dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InN1dGlscyIsfSx3M2VtYz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNlbWMvMi4zLjEiLFsiZnVsbE5hbWUiXT0idzNlbWMvMi4zLjEiLFsibG9hZE9yZGVyIl09MTAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNlbWMvMi4zLjEiLH0sdzNuY289e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czbmNvLzIuMC43IixbImZ1bGxOYW1lIl09InczbmNvLzIuMC43IixbImxvYWRPcmRlciJdPTExLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMi -++ export _ModuleTable010_ -++ _ModuleTable011_=XT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHo9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3ovMS4yLjExIixbImZ1bGxOYW1lIl09InovMS4yLjExIixbImxvYWRPcmRlciJdPTE3LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InovMS4yLjExIix9LH0sbXBhdGhBPXsiL2NvbnRyaWIvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDIvTkNFUERFVi9mdjMtY2FtL0R1c2FuLkpvdmljL3Vmcy9wcjE4L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL2hlcmEuaW50ZWwiLCIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi9hcHBz -++ export _ModuleTable011_ -++ _ModuleTable012_=L21vZHVsZXMvbW9kdWxlZmlsZXMvTGludXgiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L2NyYXlwZS9kZWZhdWx0L21vZHVsZWZpbGVzIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbCIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWxfaW1waSIsIi9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcyIsIi9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmU6L2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9M -++ export _ModuleTable012_ -++ _ModuleTable013_=aW51eDovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzOi9vcHQvY3JheS9tb2R1bGVmaWxlczovb3B0L2NyYXkvY3JheXBlL2RlZmF1bHQvbW9kdWxlZmlsZXMiLH0= -++ export _ModuleTable013_ -++ _ModuleTable_Sz_=13 -++ export _ModuleTable_Sz_ -++ : -s sh -+ eval -+ cd build_fv3_20 -+ cmake /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF --- The C compiler identification is Intel 18.0.5.20180823 --- The CXX compiler identification is Intel 18.0.5.20180823 --- The Fortran compiler identification is Intel 18.0.5.20180823 --- Check for working C compiler: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiicc --- Check for working C compiler: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiicc -- works --- Detecting C compiler ABI info --- Detecting C compiler ABI info - done --- Detecting C compile features --- Detecting C compile features - done --- Check for working CXX compiler: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiicpc --- Check for working CXX compiler: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiicpc -- works --- Detecting CXX compiler ABI info --- Detecting CXX compiler ABI info - done --- Detecting CXX compile features --- Detecting CXX compile features - done --- Check for working Fortran compiler: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort --- Check for working Fortran compiler: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -- works --- Detecting Fortran compiler ABI info --- Detecting Fortran compiler ABI info - done --- Checking whether /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort supports Fortran 90 --- Checking whether /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort supports Fortran 90 -- yes --- Found MPI_C: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpifort.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/release_mt/libmpi.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpigi.a;/usr/lib64/libdl.so;/usr/lib64/librt.so;/usr/lib64/libpthread.so --- Found MPI_CXX: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpicxx.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpifort.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/release_mt/libmpi.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpigi.a;/usr/lib64/libdl.so;/usr/lib64/librt.so;/usr/lib64/libpthread.so --- Found MPI_Fortran: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpifort.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/release_mt/libmpi.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpigi.a;/usr/lib64/libdl.so;/usr/lib64/librt.so;/usr/lib64/libpthread.so -ESMFMKFILE: /scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/lib/esmf.mk - Found ESMF: -ESMF_VERSION_MAJOR: 8 -ESMF_F90COMPILEPATHS: /scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod;/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include;/apps/netcdf/4.6.1/intel/16.1.150/include -ESMF_F90ESMFLINKRPATHS: -Wl,-rpath,/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/lib -ESMF_F90ESMFLINKLIBS: -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf --- Found ESMF: /scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod;/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include;/apps/netcdf/4.6.1/intel/16.1.150/include (found version "8.0.0") - -Setting configuration for hera.intel - -C compiler: Intel 18.0.5.20180823 (mpiicc) -CXX compiler: Intel 18.0.5.20180823 (mpiicpc) -Fortran compiler: Intel 18.0.5.20180823 (mpiifort) - -DEBUG is disabled -REPRO is disabled -32BIT is disabled -OPENMP is ENABLED -AVX2 is ENABLED -INLINE_POST is ENABLED - - -Selected physics package: gfs - --- Detecting OpenMP flags for Intel C compiler: -qopenmp --- Detecting OpenMP flags for Intel C++ compiler: -qopenmp --- Detecting OpenMP flags for Intel Fortran compiler: -qopenmp --- Enable OpenMP support for C/C++/Fortran compiler --- Disable SIONlib support --- Disable Intel MKL support --- Enable netCDF support --- Disable ESMF support --- Disable multi-gases physics --- Detecting OpenMP flags for Intel C compiler: -qopenmp --- Detecting OpenMP flags for Intel C++ compiler: -qopenmp --- Detecting OpenMP flags for Intel Fortran compiler: -qopenmp --- Enable OpenMP support for C/C++/Fortran compiler --- Found LibXml2: /usr/lib64/libxml2.so (found version "2.9.1") --- Found Doxygen: /usr/bin/doxygen (found version "1.8.5") found components: doxygen dot --- Detecting OpenMP flags for Intel C compiler: -qopenmp --- Detecting OpenMP flags for Intel C++ compiler: -qopenmp --- Detecting OpenMP flags for Intel Fortran compiler: -qopenmp --- Enable OpenMP support for C/C++/Fortran compiler -INFOGot CCPP_SCHEMES from environment variable: /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/aer_cloud.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/aerclm_def.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/aerinterp.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/calpreciptype.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cldwat2m_micro.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cldmacro.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/date_def.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/funcphys.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gcycle.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/h2o_def.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/h2ointerp.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/iccn_def.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/iccninterp.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/iounitdef.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/machine.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mersenne_twister.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfpbl.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg_utils.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg2_0.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg3_0.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/multi_gases.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_model.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_parameters.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_radar.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_thompson.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MP_FER_HIRES.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_bl_mynn.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_mynn.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_orowam2017.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/namelist_soilveg.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfpblt.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfpbltq.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfscu.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfscuq.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/noahmp_tables.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/num_parthds.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozne_def.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozinterp.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/physcons.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/physparam.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radcons.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_aerosols.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_astronomy.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_clouds.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_gases.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_surface.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radlw_datatb.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radlw_param.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radsw_datatb.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radsw_param.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/samfaerosols.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfcsub.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sflx.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/set_soilveg.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/surface_perturbation.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_deep.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_sh.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/tridi.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/wv_saturation.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_soil_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rayleigh_damp.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radsw_main.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_ocean.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gwdc.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gscond.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ysuvdif.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_sice.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/samfdeepcnv.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/satmedmfvdif.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozphys_2015.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/samfshalcnv.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/precpd.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_fer_hires.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diag.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radlw_main.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_debug.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/satmedmfvdifq.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cs_conv.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/shinhongvdif.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/h2ophys.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_nst.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/moninedmf.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diff.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diag_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/m_micro.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gcm_shoc.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gwdps.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/shalcnv.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/get_prs_fv3.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozphys.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_stochastics.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/drag_suite.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_cice.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sascnvn.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cnvc90.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_drv.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/dcyc2.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/moninshoc.f -INFOGot CAPS from environment variable: /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_20/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_20/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_fast_physics_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_20/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_time_vary_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_20/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_radiation_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_20/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_physics_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_20/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_stochastics_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_20/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_noahmp_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_20/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_noahmp_fast_physics_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_20/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_noahmp_time_vary_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_20/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_noahmp_radiation_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_20/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_noahmp_physics_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_20/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_noahmp_stochastics_cap.F90 -Force 64 bits in CCPP_layer --- Configuring done --- Generating done --- Build files have been written to: /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_20 -+ make -j 8 -Scanning dependencies of target ccpp -Scanning dependencies of target fv3cpl -[ 0%] Building Fortran object FV3/ccpp/framework/src/CMakeFiles/ccpp.dir/ccpp_errors.F90.o -[ 0%] Building Fortran object FV3/ccpp/framework/src/CMakeFiles/ccpp.dir/ccpp_types.F90.o -[ 0%] Building Fortran object FV3/cpl/CMakeFiles/fv3cpl.dir/module_cap_cpl.F90.o -[ 0%] Building Fortran object FV3/cpl/CMakeFiles/fv3cpl.dir/module_cplfields.F90.o -[ 1%] Building Fortran object FV3/ccpp/framework/src/CMakeFiles/ccpp.dir/ccpp.F90.o -Scanning dependencies of target fms -[ 1%] Building Fortran object CMakeFiles/fms.dir/FMS/platform/platform.F90.o -[ 1%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_input.F90.o -[ 1%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_core.F90.o -[ 1%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/cloud_interpolator.F90.o -[ 1%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_parameter.F90.o -[ 1%] Building Fortran object FV3/ccpp/framework/src/CMakeFiles/ccpp.dir/ccpp_api.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_io.F90.o -[ 3%] Building Fortran object CMakeFiles/fms.dir/FMS/random_numbers/MersenneTwister.F90.o -[ 3%] Linking Fortran static library libccpp.a -[ 3%] Building Fortran object CMakeFiles/fms.dir/FMS/sat_vapor_pres/sat_vapor_pres_k.F90.o -[ 3%] Built target ccpp -[ 3%] Building Fortran object CMakeFiles/fms.dir/FMS/constants/constants.F90.o -[ 3%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_data.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 4%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp.F90.o -[ 5%] Linking Fortran static library libfv3cpl.a -Scanning dependencies of target ccppphys -[ 5%] Built target fv3cpl -[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/machine.F.o -[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mersenne_twister.f.o -[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/iounitdef.f.o -[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/namelist_soilveg.f.o -[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_mp_radar.F90.o -[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFDL_parse_tracers.F90.o -[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/namelist_soilveg_ruc.F90.o -[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_noahmp_glacier.f90.o -[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_noahmplsm.f90.o -[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/noahmp_tables.f90.o -[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_soil_pre.F90.o -[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/physcons.F90.o -[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/aerclm_def.F.o -[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/physparam.f.o -[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/h2o_def.f.o -[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/iccn_def.F.o -[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/micro_mg_utils.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozne_def.f.o -[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/surface_perturbation.F90.o -[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_deep.F90.o -[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_gfdl_cloud_microphys.F90.o -[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gfs_phy_tracer_config.F.o -[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radcons.f90.o -[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/set_soilveg.f.o -[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MP_FER_HIRES.F90.o -[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_BL_MYJPBL.F90.o -[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/date_def.f.o -[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_mp_thompson.F90.o -[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gwdps.f.o -[ 8%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_SF_JSFC.F90.o -[ 9%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_ruclsm.F90.o -[ 9%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/set_soilveg_ruc.F90.o -[ 9%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/__/__/gfsphysics/CCPP_layer/CCPP_typedefs.F90.o -[ 10%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_post.F90.o -[ 10%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cnvc90.f.o -[ 10%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_DCNV_generic.F90.o -[ 10%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_GWD_generic.F90.o -[ 10%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_MP_generic.F90.o -[ 10%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_PBL_generic.F90.o -[ 10%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_SCNV_generic.F90.o -[ 10%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_composites.F90.o -[ 11%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_loop_control.F90.o -[ 11%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/maximum_hourly_diagnostics.F90.o -[ 11%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozphys.f.o -[ 11%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rayleigh_damp.f.o -[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_diag_post.F90.o -[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_diff.f.o -[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_stochastics.F90.o -[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/funcphys.f90.o -[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radlw_param.f.o -[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radsw_param.f.o -[ 13%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_nst_parameters.f90.o -[ 13%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_initialize.F90.o -[ 13%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_bl_mynn.F90.o -[ 13%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_astronomy.f.o -[ 13%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_surface.f.o -[ 13%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/samfaerosols.F.o -[ 13%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_efp.F90.o -[ 13%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_memutils.F90.o -[ 14%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_pset.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 14%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_type.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 15%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/aerinterp.F90.o -[ 15%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/h2ointerp.f90.o -[ 16%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/iccninterp.F90.o -[ 16%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/gradient.F90.o -[ 16%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozinterp.f90.o -[ 17%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_mp_thompson_make_number_concentrations.F90.o -[ 17%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/aer_cloud.F.o -[ 17%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gfdl_fv_sat_adj.F90.o -[ 17%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_domains.F90.o -[ 17%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/get_prs_fv3.F90.o -[ 18%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gfdl_cloud_microphys.F90.o -[ 18%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_generic.F90.o -[ 18%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/wv_saturation.F.o -[ 19%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/__/__/gfsphysics/GFS_layer/GFS_typedefs.F90.o -[ 19%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_nst_water_prop.f90.o -[ 20%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_module.F90.o -[ 21%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_bfmicrophysics.f.o -[ 22%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radsw_datatb.f.o -[ 22%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_aerosols.f.o -[ 23%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_gases.f.o -[ 23%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radlw_datatb.f.o -[ 23%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/moninedmf.f.o -[ 23%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_drv.f.o -[ 23%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/samfdeepcnv.f.o -[ 23%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/samfshalcnv.f.o -[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_diag.f.o -[ 25%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_sice.f.o -[ 25%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_time_vary_pre.fv3.F90.o -[ 25%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_noahmp_drv.f.o -[ 25%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_clouds.f.o -[ 25%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radlw_main.f.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radsw_main.f.o -[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_nst_model.f90.o -[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cldmacro.F.o -[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cldwat2m_micro.F.o -[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/micro_mg2_0.F90.o -[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/micro_mg3_0.F90.o -[ 27%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_sh.F90.o -[ 27%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_gfdlmp_fast_physics_cap.F90.o -[ 27%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_gfdlmp_noahmp_fast_physics_cap.F90.o -[ 27%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp.F90.o -[ 27%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_mynn.F90.o -[ 27%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_nst.f.o -[ 27%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_setup.F90.o -[ 27%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_io.F90.o -[ 28%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_comm.F90.o -Compiling in MPI mode (with or without MPP) -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 28%] Building Fortran object CMakeFiles/fms.dir/FMS/fms/fms_io.F90.o -[ 28%] Building Fortran object CMakeFiles/fms.dir/FMS/memutils/memutils.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/dcyc2.f.o -[ 30%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_pre.F90.o -[ 30%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rrtmg_lw_pre.F90.o -[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_post.F90.o -[ 30%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rrtmg_lw_post.F90.o -[ 30%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_suite_interstitial.F90.o -[ 30%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rrtmg_sw_post.F90.o -[ 31%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rrtmg_sw_pre.F90.o -[ 31%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_gfdlmp_stochastics_cap.F90.o -[ 31%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_phys_time_vary.fv3.F90.o -[ 32%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_rad_time_vary.fv3.F90.o -[ 32%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_gfdlmp_noahmp_stochastics_cap.F90.o -[ 32%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_gfdlmp_noahmp_physics_cap.F90.o -[ 32%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_gfdlmp_physics_cap.F90.o -[ 33%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_gfdlmp_radiation_cap.F90.o -[ 33%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_gfdlmp_noahmp_radiation_cap.F90.o -[ 33%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_gfdlmp_noahmp_time_vary_cap.F90.o -[ 34%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_gfdlmp_time_vary_cap.F90.o -[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/fms/fms.F90.o -[ 36%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bicubic.F90.o -[ 36%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bilinear.F90.o -[ 37%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_conserve.F90.o -[ 37%] Building Fortran object CMakeFiles/fms.dir/FMS/time_manager/time_manager.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 37%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_spherical.F90.o -[ 37%] Building Fortran object CMakeFiles/fms.dir/FMS/axis_utils/axis_utils.F90.o -[ 37%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_grid.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 37%] Building Fortran object CMakeFiles/fms.dir/FMS/field_manager/field_manager.F90.o -[ 38%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/mosaic.F90.o -[ 38%] Building Fortran object CMakeFiles/fms.dir/FMS/topography/gaussian_topog.F90.o -[ 38%] Building Fortran object CMakeFiles/fms.dir/FMS/time_manager/get_cal_time.F90.o -[ 38%] Building Fortran object CMakeFiles/fms.dir/FMS/time_interp/time_interp.F90.o -[ 39%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_data.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_types.F90.o -[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp.F90.o -[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_axis.F90.o -[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_manifest.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/xbt_drop_rate_adjust.f90.o -[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/write_ocean_data.F90.o -[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/field_manager/fm_util.F90.o -[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_output.F90.o -[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/time_interp/time_interp_external.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_util.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_table.F90.o -[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_manager.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/data_override/data_override.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/exchange/stock_constants.F90.o -[ 42%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/coupler_types.F90.o -[ 42%] Building Fortran object CMakeFiles/fms.dir/FMS/amip_interp/amip_interp.F90.o -[ 42%] Building Fortran object CMakeFiles/fms.dir/FMS/astronomy/astronomy.F90.o -[ 43%] Building Fortran object CMakeFiles/fms.dir/FMS/block_control/block_control.F90.o -[ 43%] Building Fortran object CMakeFiles/fms.dir/FMS/column_diagnostics/column_diagnostics.F90.o -[ 43%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/atmos_ocean_fluxes.F90.o -[ 43%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/ensemble_manager.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 43%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters.F90.o -[ 43%] Building Fortran object CMakeFiles/fms.dir/FMS/exchange/xgrid.F90.o -[ 43%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft.F90.o -Compiling in MPI mode (with or without MPP) -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 44%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft99.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 45%] Building Fortran object CMakeFiles/fms.dir/FMS/interpolator/interpolator.F90.o -[ 45%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/grid.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 45%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_utilities.F90.o -[ 45%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core.F90.o -[ 45%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core_ecda.F90.o -[ 45%] Building Fortran object CMakeFiles/fms.dir/FMS/random_numbers/random_numbers.F90.o -[ 45%] Building Fortran object CMakeFiles/fms.dir/FMS/sat_vapor_pres/sat_vapor_pres.F90.o -[ 46%] Building Fortran object CMakeFiles/fms.dir/FMS/station_data/station_data.F90.o -[ 46%] Building Fortran object CMakeFiles/fms.dir/FMS/topography/topography.F90.o -[ 46%] Building Fortran object CMakeFiles/fms.dir/FMS/tracer_manager/tracer_manager.F90.o -[ 47%] Building Fortran object CMakeFiles/fms.dir/FMS/tridiagonal/tridiagonal.F90.o -[ 47%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/quicksort.F90.o -[ 47%] Building C object CMakeFiles/fms.dir/FMS/memutils/memuse.c.o -[ 47%] Building C object CMakeFiles/fms.dir/FMS/mosaic/create_xgrid.c.o -[ 47%] Building C object CMakeFiles/fms.dir/FMS/mosaic/gradient_c2l.c.o -[ 48%] Building C object CMakeFiles/fms.dir/FMS/mosaic/interp.c.o -[ 48%] Building C object CMakeFiles/fms.dir/FMS/mosaic/mosaic_util.c.o -[ 48%] Building C object CMakeFiles/fms.dir/FMS/mosaic/read_mosaic.c.o -[ 48%] Building C object CMakeFiles/fms.dir/FMS/affinity/affinity.c.o -[ 49%] Building C object CMakeFiles/fms.dir/FMS/mpp/nsclock.c.o -[ 49%] Building C object CMakeFiles/fms.dir/FMS/mpp/threadloc.c.o -[ 49%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_gfdlmp_cap.F90.o -[ 50%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_gfdlmp_noahmp_cap.F90.o -[ 50%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_debug.F90.o -[ 51%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cs_conv.F90.o -[ 51%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cs_conv_aw_adj.F90.o -[ 51%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_suite_init_finalize_test.F90.o -[ 51%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver.F90.o -[ 52%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver_post.F90.o -[ 52%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver_pre.F90.o -[ 52%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke.F90.o -[ 52%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke_post.F90.o -[ 52%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke_pre.F90.o -[ 52%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/drag_suite.F90.o -[ 52%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gcm_shoc.F90.o -[ 52%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gscond.f.o -[ 52%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gwdc.f.o -[ 52%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/h2ophys.f.o -[ 52%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/lsm_ruc_sfc_sice_interstitial.F90.o -[ 52%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/m_micro.F90.o -[ 52%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/m_micro_interstitial.F90.o -[ 52%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYJPBL_wrapper.F90.o -[ 52%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYJSFC_wrapper.F90.o -[ 52%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNPBL_wrapper.F90.o -[ 52%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNSFC_wrapper.F90.o -[ 52%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNrad_post.F90.o -[ 52%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNrad_pre.F90.o -[ 53%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/moninshoc.f.o -[ 54%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_fer_hires.F90.o -[ 54%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_thompson.F90.o -[ 55%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_thompson_post.F90.o -[ 55%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_thompson_pre.F90.o -[ 55%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/multi_gases.F90.o -[ 55%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozphys_2015.f.o -[ 55%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/precpd.f.o -[ 56%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sascnvn.F.o -[ 56%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/satmedmfvdif.F.o -[ 57%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/satmedmfvdifq.F.o -[ 57%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_cice.f.o -[ 58%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_drv_ruc.F90.o -[ 58%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_ocean.F.o -[ 58%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfcsub.F.o -[ 59%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/shalcnv.F.o -[ 59%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/shinhongvdif.F90.o -[ 59%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ugwp_driver_v0.F.o -[ 60%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ysuvdif.F90.o -[ 60%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/calpreciptype.f90.o -[ 60%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gcycle.F90.o -[ 61%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gocart_tracer_config_stub.f.o -[ 62%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfpbl.f.o -[ 62%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_triggers.F90.o -[ 63%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_solvers.F90.o -[ 63%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_utils.F90.o -[ 63%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_orowam2017.f.o -[ 63%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_vert_lsatdis.F90.o -[ 64%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_vert_orodis.F90.o -[ 64%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_vert_wmsdis.F90.o -[ 64%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfpblt.f.o -[ 65%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfpbltq.f.o -[ 65%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfscu.f.o -[ 65%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfscuq.f.o -[ 66%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/num_parthds.F.o -[ 67%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sflx.f.o -[ 67%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/tridi.f.o -[ 67%] Linking Fortran static library libccppphys.a -[ 67%] Built target ccppphys -Scanning dependencies of target gfsphysics -[ 68%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/namelist_soilveg.f.o -[ 68%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/machine.F.o -[ 68%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mersenne_twister.f.o -[ 68%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/GFDL_parse_tracers.F90.o -[ 68%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/physparam.f.o -[ 68%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/CCPP_layer/CCPP_typedefs.F90.o -[ 68%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/physcons.F90.o -[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radsw_param.f.o -[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radlw_param.f.o -[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_typedefs.F90.o -[ 69%] Linking Fortran static library FMS/libfms.a -[ 69%] Built target fms -[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_diagnostics.F90.o -[ 71%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/CCPP_layer/CCPP_data.F90.o -[ 71%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_driver.F90.o -[ 71%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_restart.F90.o -[ 71%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_abstraction_layer.F90.o -[ 71%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/__/ccpp/physics/ccpp_static_api.F90.o -[ 71%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/noahmp_tables.f90.o -[ 71%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/set_soilveg.f.o -[ 71%] Linking Fortran static library libgfsphysics.a -[ 71%] Built target gfsphysics -Scanning dependencies of target ipd -Scanning dependencies of target ccppdriver -[ 71%] Building Fortran object FV3/ipd/CMakeFiles/ipd.dir/IPD_typedefs.F90.o -[ 71%] Building Fortran object FV3/ccpp/driver/CMakeFiles/ccppdriver.dir/CCPP_driver.F90.o -[ 71%] Building Fortran object FV3/ipd/CMakeFiles/ipd.dir/IPD_driver.F90.o -[ 72%] Linking Fortran static library libccppdriver.a -[ 72%] Built target ccppdriver -[ 73%] Linking Fortran static library libipd.a -[ 73%] Built target ipd -Scanning dependencies of target io -[ 74%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_internal_state.F90.o -[ 74%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_fv3_io_def.F90.o -Scanning dependencies of target fv3core -[ 74%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_arrays.F90.o -[ 74%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/sim_nc_mod.F90.o -[ 74%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_fill.F90.o -[ 74%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/DYCORE_typedefs.F90.o -[ 74%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/external_sst.F90.o -[ 74%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_netcdf.F90.o -[ 74%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_nemsio.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 74%] Building Fortran object FV3/io/CMakeFiles/io.dir/post_gfs.F90.o -[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/sorted_index.F90.o -[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_mp_mod.F90.o -[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_timing.F90.o -[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_sg.F90.o -[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_eta.F90.o -[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/boundary.F90.o -[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_grid_utils.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 76%] Building Fortran object FV3/io/CMakeFiles/io.dir/FV3GFS_io.F90.o -[ 76%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_wrt_grid_comp.F90.o -[ 78%] Building Fortran object FV3/io/CMakeFiles/io.dir/post_nems_routines.F90.o -[ 78%] Building Fortran object FV3/io/CMakeFiles/io.dir/ffsync.F90.o -[ 78%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/a2b_edge.F90.o -[ 78%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/tp_core.F90.o -[ 78%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_mapz.F90.o -[ 79%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_grid_tools.F90.o -[ 79%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/init_hydro.F90.o -[ 79%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_surf_map.F90.o -[ 79%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_treat_da_inc.F90.o -[ 79%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_iau_mod.F90.o -[ 79%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/sw_core.F90.o -[ 79%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_io.F90.o -[ 79%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_diagnostics.F90.o -[ 79%] Linking Fortran static library libio.a -[ 79%] Built target io -[ 80%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/nh_utils.F90.o -[ 80%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/nh_core.F90.o -[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/test_cases.F90.o -[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_regional_bc.F90.o -[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/fv_nggps_diag.F90.o -[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_nudge.F90.o -[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_tracer2d.F90.o -[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_update_phys.F90.o -[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/dyn_core.F90.o -[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/external_ic.F90.o -[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_restart.F90.o -[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_control.F90.o -[ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_nesting.F90.o -[ 85%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_dynamics.F90.o -[ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/atmosphere.F90.o -[ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/multi_gases.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 86%] Linking Fortran static library libfv3core.a -[ 86%] Built target fv3core -Scanning dependencies of target stochastic_physics -[ 86%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/spectral_layout.F90.o -[ 86%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_resol_def.f.o -[ 86%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/update_ca.f90.o -[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_gg_def.f.o -[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_layout_lag.f.o -[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/glats_stochy.f.o -[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_namelist_def.F90.o -[ 89%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/compns_stochy.F90.o -[ 89%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/setlats_lag_stochy.f.o -[ 90%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/get_lats_node_a_stochy.f.o -[ 90%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/gozrineo_stochy.f.o -[ 90%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/epslon_stochy.f.o -[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/pln2eo_stochy.f.o -[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/setlats_a_stochy.f.o -[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/get_ls_node_stochy.f.o -[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_internal_state_mod.F90.o -[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/dezouv_stochy.f.o -[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/dozeuv_stochy.f.o -[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/four_to_grid_stochy.F.o -[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_patterngenerator.F90.o -[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/sumfln_stochy.f.o -[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/getcon_lag_stochy.f.o -[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/getcon_spectral.F90.o -[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/initialize_spectral_mod.F90.o -[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_data_mod.F90.o -[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/get_stochy_pattern.F90.o -[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochastic_physics.F90.o -[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/plumes.f90.o -[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/num_parthds_stochy.f.o -[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/cellular_automata.f90.o -[ 94%] Linking Fortran static library libstochastic_physics.a -[ 94%] Built target stochastic_physics -Scanning dependencies of target fv3cap -[ 94%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/module_fv3_config.F90.o -[ 94%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/atmos_model.F90.o -[ 94%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/module_fcst_grid_comp.F90.o -[ 95%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/fv3_cap.F90.o -[ 95%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/time_utils.F90.o -[ 96%] Linking Fortran static library libfv3cap.a -[ 96%] Built target fv3cap -Scanning dependencies of target NEMS.exe -[ 96%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_EARTH_INTERNAL_STATE.F90.o -[ 96%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_MEDIATOR_methods.F90.o -[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/ENS_Cpl/ENS_CplComp_ESMFMod_STUB.F90.o -[ 98%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_MEDIATOR_SpaceWeather.F90.o -[ 98%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_UTILS.F90.o -[ 98%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_INTERNAL_STATE.F90.o -[ 98%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_Rusage.F90.o -[100%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_MEDIATOR.F90.o -[100%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_EARTH_GRID_COMP.F90.o -[100%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_GRID_COMP.F90.o -[100%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/MAIN_NEMS.F90.o -[100%] Building C object CMakeFiles/NEMS.exe.dir/NEMS/src/nems_c_rusage.c.o -[100%] Linking Fortran executable NEMS.exe -/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/lib/libjasper_v1.900.1.a(jas_stream.o): In function `jas_stream_tmpfile': -jas_stream.c:(.text+0x7a7): warning: the use of `tmpnam' is dangerous, better use `mkstemp' -[100%] Built target NEMS.exe -+ mv NEMS.exe ../fv3_20.exe -+ cp /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel/fv3 ../modules.fv3_20 -+ cd .. -+ '[' YES = YES ']' -+ rm -rf build_fv3_20 -+ elapsed=506 -+ echo 'Elapsed time 506 seconds. Compiling CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp finished' -Elapsed time 506 seconds. Compiling CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp finished -+ SECONDS=0 -+++ readlink -f /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/compile_cmake.sh -++ dirname /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/compile_cmake.sh -+ readonly MYDIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests -+ MYDIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests -+ readonly ARGC=4 -+ ARGC=4 -+ cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests -+ [[ 4 -eq 0 ]] -+ [[ 4 -lt 2 ]] -+ PATHTR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model -+ MACHINE_ID=hera.intel -+ MAKE_OPT='CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_csawmgshoc,FV3_GFS_2017_csawmg,FV3_GFS_2017_satmedmf' -+ BUILD_NAME=fv3_21 -+ clean_before=YES -+ clean_after=YES -+ BUILD_DIR=build_fv3_21 -+ [[ hera.intel == cheyenne.* ]] -+ [[ hera.intel == wcoss_dell_p3 ]] -+ MAKE_THREADS=8 -+ hostname -hfe01 -+ cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests -+ echo 'Compiling CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_csawmgshoc,FV3_GFS_2017_csawmg,FV3_GFS_2017_satmedmf into fv3_21.exe on hera.intel' -Compiling CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_csawmgshoc,FV3_GFS_2017_csawmg,FV3_GFS_2017_satmedmf into fv3_21.exe on hera.intel -+ '[' YES = YES ']' -+ rm -rf build_fv3_21 -+ mkdir -p build_fv3_21 -+ CCPP_CMAKE_FLAGS= -+ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_csawmgshoc,FV3_GFS_2017_csawmg,FV3_GFS_2017_satmedmf == *\D\E\B\U\G\=\Y* ]] -+ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_csawmgshoc,FV3_GFS_2017_csawmg,FV3_GFS_2017_satmedmf == *\R\E\P\R\O\=\Y* ]] -+ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_csawmgshoc,FV3_GFS_2017_csawmg,FV3_GFS_2017_satmedmf == *\3\2\B\I\T\=\Y* ]] -+ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_csawmgshoc,FV3_GFS_2017_csawmg,FV3_GFS_2017_satmedmf == *\O\P\E\N\M\P\=\N* ]] -+ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_csawmgshoc,FV3_GFS_2017_csawmg,FV3_GFS_2017_satmedmf == *\C\C\P\P\=\Y* ]] -+ CCPP_CMAKE_FLAGS=' -DCCPP=ON -DMPI=ON' -+ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_csawmgshoc,FV3_GFS_2017_csawmg,FV3_GFS_2017_satmedmf == *\D\E\B\U\G\=\Y* ]] -+ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_csawmgshoc,FV3_GFS_2017_csawmg,FV3_GFS_2017_satmedmf == *\R\E\P\R\O\=\Y* ]] -+ CCPP_CMAKE_FLAGS=' -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release' -+ [[ hera.intel == \j\e\t\.\i\n\t\e\l ]] -+ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_csawmgshoc,FV3_GFS_2017_csawmg,FV3_GFS_2017_satmedmf == *\3\2\B\I\T\=\Y* ]] -+ CCPP_CMAKE_FLAGS=' -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=OFF' -+ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_csawmgshoc,FV3_GFS_2017_csawmg,FV3_GFS_2017_satmedmf == *\S\T\A\T\I\C\=\Y* ]] -+ CCPP_CMAKE_FLAGS=' -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=OFF -DSTATIC=ON' -+ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_csawmgshoc,FV3_GFS_2017_csawmg,FV3_GFS_2017_satmedmf == *\M\U\L\T\I\_\G\A\S\E\S\=\Y* ]] -+ CCPP_CMAKE_FLAGS=' -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF' -++ echo CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_csawmgshoc,FV3_GFS_2017_csawmg,FV3_GFS_2017_satmedmf -++ sed 's/.* SUITES=//' -++ sed 's/ .*//' -+ SUITES=FV3_GFS_2017_csawmgshoc,FV3_GFS_2017_csawmg,FV3_GFS_2017_satmedmf -+ cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model -+ ./FV3/ccpp/framework/scripts/ccpp_prebuild.py --config=FV3/ccpp/config/ccpp_prebuild_config.py --static --suites=FV3_GFS_2017_csawmgshoc,FV3_GFS_2017_csawmg,FV3_GFS_2017_satmedmf --builddir=tests/build_fv3_21/FV3 -INFO: Logging level set to INFO -INFO: Found TYPEDEFS_NEW_METADATA dictionary in config, assume at least some data is in new metadata formet -INFO: Parsing suite definition files ... -INFO: Parsing suite definition file FV3/ccpp/suites/suite_FV3_GFS_2017_csawmgshoc.xml ... -INFO: Parsing suite definition file FV3/ccpp/suites/suite_FV3_GFS_2017_csawmg.xml ... -INFO: Parsing suite definition file FV3/ccpp/suites/suite_FV3_GFS_2017_satmedmf.xml ... -INFO: Parsing metadata tables for variables provided by host model ... -INFO: Parsed variable definition tables in module machine -INFO: Parsed variable definition tables in module module_radsw_parameters -INFO: Parsed variable definition tables in module module_radlw_parameters -INFO: Parsed variable definition tables in module CCPP_typedefs -INFO: Parsed variable definition tables in module GFS_typedefs -INFO: Parsed variable definition tables in module CCPP_data -INFO: Parsed variable definition tables in module ccpp_types -INFO: Convert local names from new metadata format into old metadata format ... -INFO: Converting local name sfcflw of variable lw_fluxes_sfc from new to old metadata -INFO: Converting local name nslwr of variable number_of_timesteps_between_longwave_radiation_calls from new to old metadata -INFO: Converting local name hydrostatic of variable flag_for_hydrostatic_solver from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_of_kinematic_buoyancy_flux_from_shoc_in_phy_f3d) of variable kinematic_buoyancy_flux_from_shoc from new to old metadata -INFO: Converting local name nkbfshoc of variable index_of_kinematic_buoyancy_flux_from_shoc_in_phy_f3d from new to old metadata -INFO: Converting local name dvisbm_cpl of variable cumulative_surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name cnvw of variable convective_cloud_water_mixing_ratio from new to old metadata -INFO: Converting local name ltaerosol of variable flag_for_aerosol_physics from new to old metadata -INFO: Converting local name rainmcadj of variable lwe_thickness_of_moist_convective_adj_precipitation_amount from new to old metadata -INFO: Converting local name loop_cnt of variable ccpp_loop_counter from new to old metadata -INFO: Converting local name ncpi of variable local_ice_number_concentration from new to old metadata -INFO: Converting local name pt of variable virtual_temperature_at_Lagrangian_surface from new to old metadata -INFO: Converting local name nirbmui of variable surface_upwelling_direct_near_infrared_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name vconvtend of variable tendency_of_y_wind_due_to_deep_convection_for_coupling_on_physics_timestep from new to old metadata -INFO: Converting local name uustar_ice of variable surface_friction_velocity_over_ice from new to old metadata -INFO: Converting local name phy_myj_uz0 of variable u_wind_component_at_viscous_sublayer_top from new to old metadata -INFO: Converting local name evap_land of variable kinematic_surface_upward_latent_heat_flux_over_land from new to old metadata -INFO: Converting local name ocean of variable flag_nonzero_ocean_surface_fraction from new to old metadata -INFO: Converting local name ep1d_ocean of variable surface_upward_potential_latent_heat_flux_over_ocean from new to old metadata -INFO: Converting local name qconvtend of variable tendency_of_water_vapor_specific_humidity_due_to_deep_convection_for_coupling_on_physics_timestep from new to old metadata -INFO: Converting local name islmsk_cice of variable sea_land_ice_mask_cice from new to old metadata -INFO: Converting local name cmm_ice of variable surface_drag_wind_speed_for_momentum_in_air_over_ice from new to old metadata -INFO: Converting local name visdfdi of variable surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name cnv_ndrop of variable number_concentration_of_cloud_liquid_water_particles_for_detrainment from new to old metadata -INFO: Converting local name sh2o of variable volume_fraction_of_unfrozen_soil_moisture_for_land_surface_model from new to old metadata -INFO: Converting local name tau_tofd of variable time_integral_of_momentum_flux_due_to_turbulent_orographic_form_drag from new to old metadata -INFO: Converting local name dnirbmi_cpl of variable instantaneous_surface_downwelling_direct_near_infrared_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name refdmax263k of variable maximum_reflectivity_at_minus10c_over_maximum_hourly_time_interval from new to old metadata -INFO: Converting local name ulwsfci of variable surface_upwelling_longwave_flux from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_liquid_cloud_condensate) of variable tendency_of_liquid_cloud_water_mixing_ratio_due_to_model_physics from new to old metadata -INFO: Converting local name ntcw of variable index_for_liquid_cloud_condensate from new to old metadata -INFO: Converting local name lheatstrg of variable flag_for_canopy_heat_storage from new to old metadata -INFO: Converting local name slc of variable volume_fraction_of_unfrozen_soil_moisture from new to old metadata -INFO: Converting local name tsfc_land of variable surface_skin_temperature_over_land_interstitial from new to old metadata -INFO: Converting local name save_v of variable y_wind_save from new to old metadata -INFO: Converting local name xkzm_m of variable atmosphere_momentum_diffusivity_background from new to old metadata -INFO: Converting local name gabsbdlw_land of variable surface_downwelling_longwave_flux_absorbed_by_ground_over_land from new to old metadata -INFO: Converting local name tprcp_ice of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_ice from new to old metadata -INFO: Converting local name stblcpxy of variable slow_soil_pool_mass_content_of_carbon from new to old metadata -INFO: Converting local name cdq_land of variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_land from new to old metadata -INFO: Converting local name du3dt(:,:,2) of variable cumulative_change_in_x_wind_due_to_orographic_gravity_wave_drag from new to old metadata -INFO: Converting local name mg_berg_eff_factor of variable mg_bergeron_efficiency_factor from new to old metadata -INFO: Converting local name clouds(:,:,3) of variable mean_effective_radius_for_liquid_cloud from new to old metadata -INFO: Converting local name aer_nm of variable aerosol_number_concentration_from_gocart_aerosol_climatology from new to old metadata -INFO: Converting local name xzts of variable sensitivity_of_dtl_thickness_to_surface_temperature from new to old metadata -INFO: Converting local name lake of variable flag_nonzero_lake_surface_fraction from new to old metadata -INFO: Converting local name kb of variable vertical_index_difference_between_layer_and_lower_bound from new to old metadata -INFO: Converting local name ipt of variable index_for_diagnostic_printout from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_ice_friendly_aerosols) of variable ice_friendly_aerosol_number_concentration from new to old metadata -INFO: Converting local name ntia of variable index_for_ice_friendly_aerosols from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_rain_water) of variable tendency_of_rain_water_mixing_ratio_due_to_model_physics from new to old metadata -INFO: Converting local name ntrw of variable index_for_rain_water from new to old metadata -INFO: Converting local name con_epsm1 of variable ratio_of_dry_air_to_water_vapor_gas_constants_minus_one from new to old metadata -INFO: Converting local name dqsfc_cice of variable surface_upward_latent_heat_flux_for_coupling_interstitial from new to old metadata -INFO: Converting local name last_step of variable flag_for_the_last_step_of_k_split_remapping from new to old metadata -INFO: Converting local name huge of variable netcdf_float_fillvalue from new to old metadata -INFO: Converting local name save_q(:,:,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio_save from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_liquid_cloud_number_concentration) of variable cloud_droplet_number_concentration from new to old metadata -INFO: Converting local name ntlnc of variable index_for_liquid_cloud_number_concentration from new to old metadata -INFO: Converting local name dv3dt(:,:,1) of variable cumulative_change_in_y_wind_due_to_PBL from new to old metadata -INFO: Converting local name imp_physics_mg of variable flag_for_morrison_gettelman_microphysics_scheme from new to old metadata -INFO: Converting local name cldtaulw of variable cloud_optical_depth_layers_at_10mu_band from new to old metadata -INFO: Converting local name wet of variable flag_nonzero_wet_surface_fraction from new to old metadata -INFO: Converting local name qsnowxy of variable snow_precipitation_rate_at_surface from new to old metadata -INFO: Converting local name iopt_frz of variable flag_for_supercooled_liquid_water_option from new to old metadata -INFO: Converting local name dsnow_cpl of variable tendency_of_lwe_thickness_of_snow_amount_for_coupling from new to old metadata -INFO: Converting local name cldsa of variable cloud_area_fraction_for_radiation from new to old metadata -INFO: Converting local name totsnwb of variable accumulated_lwe_thickness_of_snow_amount_in_bucket from new to old metadata -INFO: Converting local name gq0(:,:,index_for_rain_water) of variable rain_water_mixing_ratio_updated_by_physics from new to old metadata -INFO: Converting local name totsnw of variable accumulated_lwe_thickness_of_snow_amount from new to old metadata -INFO: Converting local name xkzm_s of variable diffusivity_background_sigma_level from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_water_friendly_aerosols) of variable tendency_of_water_friendly_aerosol_number_concentration_due_to_model_physics from new to old metadata -INFO: Converting local name ntwa of variable index_for_water_friendly_aerosols from new to old metadata -INFO: Converting local name fswtr of variable fraction_of_cloud_top_water_scavenged from new to old metadata -INFO: Converting local name nvisbmi_cpl of variable instantaneous_surface_net_downward_direct_ultraviolet_and_visible_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_of_atmosphere_heat_diffusivity_from_shoc_in_phy_f3d) of variable atmosphere_heat_diffusivity_from_shoc from new to old metadata -INFO: Converting local name nahdshoc of variable index_of_atmosphere_heat_diffusivity_from_shoc_in_phy_f3d from new to old metadata -INFO: Converting local name nthreads of variable omp_threads_for_fast_physics from new to old metadata -INFO: Converting local name icemp of variable lwe_thickness_of_ice_amount from new to old metadata -INFO: Converting local name dqsfc_cpl of variable cumulative_surface_upward_latent_heat_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name con_jcal of variable joules_per_calorie_constant from new to old metadata -INFO: Converting local name xmu of variable zenith_angle_temporal_adjustment_factor_for_shortwave_fluxes from new to old metadata -INFO: Converting local name con_fvirt of variable ratio_of_vapor_to_dry_air_gas_constants_minus_one from new to old metadata -INFO: Converting local name evfactl_deep of variable rain_evaporation_coefficient_over_land_deep_convection from new to old metadata -INFO: Converting local name canliqxy of variable canopy_intercepted_liquid_water from new to old metadata -INFO: Converting local name phy_myj_qsfc of variable surface_specific_humidity_for_MYJ_schemes from new to old metadata -INFO: Converting local name rainncprv of variable lwe_thickness_of_explicit_rainfall_amount_from_previous_timestep from new to old metadata -INFO: Converting local name Tbd of variable GFS_tbd_type_instance from new to old metadata -INFO: Converting local name v1 of variable y_wind_at_lowest_model_layer_for_diag from new to old metadata -INFO: Converting local name det_mf of variable cumulative_atmosphere_detrainment_convective_mass_flux from new to old metadata -INFO: Converting local name psurf of variable surface_air_pressure_diag from new to old metadata -INFO: Converting local name gasvmr(:,:,10) of variable volume_mixing_ratio_cfc113 from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_for_rain_effective_radius) of variable effective_radius_of_stratiform_cloud_rain_particle_in_um from new to old metadata -INFO: Converting local name nreffr of variable index_for_rain_effective_radius from new to old metadata -INFO: Converting local name del_gz of variable geopotential_difference_between_midlayers_divided_by_midlayer_virtual_temperature from new to old metadata -INFO: Converting local name imfdeepcnv_ntiedtke of variable flag_for_ntiedtke_deep_convection_scheme from new to old metadata -INFO: Converting local name h2o_coeff of variable number_of_coefficients_in_h2o_forcing_data from new to old metadata -INFO: Converting local name tgrs of variable air_temperature from new to old metadata -INFO: Converting local name xlon of variable longitude from new to old metadata -INFO: Converting local name c_d of variable coefficient_c_d from new to old metadata -INFO: Converting local name tlvl of variable air_temperature_at_interface_for_radiation from new to old metadata -INFO: Converting local name f_rimef of variable rime_factor from new to old metadata -INFO: Converting local name mg_do_ice_gmao of variable mg_flag_for_gmao_ice_formulation from new to old metadata -INFO: Converting local name snowca of variable cumulative_surface_snow_area_fraction_multiplied_by_timestep from new to old metadata -INFO: Converting local name hflx of variable kinematic_surface_upward_sensible_heat_flux from new to old metadata -INFO: Converting local name dt3dt(:,:,6) of variable cumulative_change_in_temperature_due_to_microphysics from new to old metadata -INFO: Converting local name nirdfui of variable surface_upwelling_diffuse_near_infrared_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name trans of variable transpiration_flux from new to old metadata -INFO: Converting local name ntchs of variable index_for_first_chemical_tracer from new to old metadata -INFO: Converting local name idxday of variable daytime_points from new to old metadata -INFO: Converting local name iceprv of variable lwe_thickness_of_ice_amount_from_previous_timestep from new to old metadata -INFO: Converting local name mg_alf of variable mg_tuning_factor_for_alphas from new to old metadata -INFO: Converting local name nupdraft of variable number_of_plumes from new to old metadata -INFO: Converting local name qr_r of variable cloud_rain_water_mixing_ratio from new to old metadata -INFO: Converting local name sec of variable seconds_elapsed_since_model_initialization from new to old metadata -INFO: Converting local name epi of variable instantaneous_surface_potential_evaporation from new to old metadata -INFO: Converting local name gflx_land of variable upward_heat_flux_in_soil_over_land from new to old metadata -INFO: Converting local name du3dt_ngw of variable time_integral_of_change_in_x_wind_due_to_nonstationary_gravity_wave from new to old metadata -INFO: Converting local name bl_mynn_cloudpdf of variable cloudpdf from new to old metadata -INFO: Converting local name vtype of variable vegetation_type_classification_real from new to old metadata -INFO: Converting local name imfdeepcnv_gf of variable flag_for_gf_deep_convection_scheme from new to old metadata -INFO: Converting local name lssav of variable flag_diagnostics from new to old metadata -INFO: Converting local name sfalb of variable surface_diffused_shortwave_albedo from new to old metadata -INFO: Converting local name acvb of variable smallest_cloud_base_vertical_index_encountered_thus_far from new to old metadata -INFO: Converting local name c_0 of variable coefficient_c_0 from new to old metadata -INFO: Converting local name mpirank of variable mpi_rank_for_fast_physics from new to old metadata -INFO: Converting local name ntrac of variable number_of_tracers from new to old metadata -INFO: Converting local name dvsfci of variable instantaneous_surface_y_momentum_flux_for_diag from new to old metadata -INFO: Converting local name GFS_Interstitial of variable GFS_interstitial_type_instance_all_threads from new to old metadata -INFO: Converting local name in_nm of variable in_number_concentration from new to old metadata -INFO: Converting local name blksz2(ccpp_block_number) of variable horizontal_dimension from new to old metadata -INFO: Converting local name blk_no of variable ccpp_block_number from new to old metadata -INFO: Converting local name min_lakeice of variable lake_ice_minimum from new to old metadata -INFO: Converting local name canicexy of variable canopy_intercepted_ice_mass from new to old metadata -INFO: Converting local name mg_precip_frac_method of variable mg_type_of_precip_fraction_method from new to old metadata -INFO: Converting local name lonr of variable number_of_equatorial_longitude_points from new to old metadata -INFO: Converting local name dt3dt(:,:,7) of variable cumulative_change_in_temperature_due_to_orographic_gravity_wave_drag from new to old metadata -INFO: Converting local name dtzm of variable mean_change_over_depth_in_sea_water_temperature from new to old metadata -INFO: Converting local name du3dt_mtb of variable time_integral_of_change_in_x_wind_due_to_mountain_blocking_drag from new to old metadata -INFO: Converting local name stress_land of variable surface_wind_stress_over_land from new to old metadata -INFO: Converting local name nspinup of variable number_of_iterations_to_spin_up_cellular_automata from new to old metadata -INFO: Converting local name zogw of variable height_of_launch_level_of_orographic_gravity_wave from new to old metadata -INFO: Converting local name ntsw of variable index_for_snow_water from new to old metadata -INFO: Converting local name cov of variable t_prime_q_prime from new to old metadata -INFO: Converting local name sup of variable ice_supersaturation_threshold from new to old metadata -INFO: Converting local name dt3dt(:,:,3) of variable cumulative_change_in_temperature_due_to_PBL from new to old metadata -INFO: Converting local name mg_qcvar of variable mg_cloud_water_variance from new to old metadata -INFO: Converting local name ffmm_ice of variable Monin_Obukhov_similarity_function_for_momentum_over_ice from new to old metadata -INFO: Converting local name dtdt of variable tendency_of_air_temperature_at_Lagrangian_surface from new to old metadata -INFO: Converting local name GFS_statein_type of variable GFS_statein_type from new to old metadata -INFO: Converting local name train of variable accumulated_change_of_air_temperature_due_to_FA_scheme from new to old metadata -INFO: Converting local name fscav of variable coefficients_for_aerosol_scavenging from new to old metadata -INFO: Converting local name prslk(:,1) of variable dimensionless_exner_function_at_lowest_model_layer from new to old metadata -INFO: Converting local name tf of variable frozen_cloud_threshold_temperature from new to old metadata -INFO: Converting local name communicator of variable mpi_comm from new to old metadata -INFO: Converting local name qs_r of variable cloud_snow_mixing_ratio from new to old metadata -INFO: Converting local name skebv_wts of variable weights_for_stochastic_skeb_perturbation_of_y_wind from new to old metadata -INFO: Converting local name bl_mynn_edmf_part of variable edmf_partition_flag from new to old metadata -INFO: Converting local name dq3dt(:,:,7) of variable cumulative_change_in_ozone_concentration_due_to_ozone_mixing_ratio from new to old metadata -INFO: Converting local name swhc of variable tendency_of_air_temperature_due_to_shortwave_heating_assuming_clear_sky_on_radiation_timestep from new to old metadata -INFO: Converting local name mg_ngnst of variable mg_graupel_concentration_constant from new to old metadata -INFO: Converting local name GFS_grid_type of variable GFS_grid_type from new to old metadata -INFO: Converting local name js of variable starting_y_direction_index from new to old metadata -INFO: Converting local name out_dt of variable flag_for_tendency_of_air_temperature_at_Lagrangian_surface from new to old metadata -INFO: Converting local name delr of variable layer_pressure_thickness_for_radiation from new to old metadata -INFO: Converting local name ncgl of variable local_graupel_number_concentration from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_snow_water) of variable snow_water_mixing_ratio from new to old metadata -INFO: Converting local name totgrp of variable accumulated_lwe_thickness_of_graupel_amount from new to old metadata -INFO: Converting local name cldtausw of variable cloud_optical_depth_layers_at_0p55mu_band from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_ozone) of variable tendency_of_ozone_mixing_ratio_due_to_model_physics from new to old metadata -INFO: Converting local name ntoz of variable index_for_ozone from new to old metadata -INFO: Converting local name evap of variable kinematic_surface_upward_latent_heat_flux from new to old metadata -INFO: Converting local name oro of variable orography from new to old metadata -INFO: Converting local name topfsw of variable sw_fluxes_top_atmosphere from new to old metadata -INFO: Converting local name jmap of variable map_of_block_column_number_to_global_j_index from new to old metadata -INFO: Converting local name cdq of variable surface_drag_coefficient_for_heat_and_moisture_in_air from new to old metadata -INFO: Converting local name soiltype of variable soil_type_classification from new to old metadata -INFO: Converting local name evap_ocean of variable kinematic_surface_upward_latent_heat_flux_over_ocean from new to old metadata -INFO: Converting local name nblks of variable number_of_blocks from new to old metadata -INFO: Converting local name dxinv of variable inverse_scaling_factor_for_critical_relative_humidity from new to old metadata -INFO: Converting local name dvsfc of variable cumulative_surface_y_momentum_flux_for_diag_multiplied_by_timestep from new to old metadata -INFO: Converting local name GFS_stateout_type of variable GFS_stateout_type from new to old metadata -INFO: Converting local name qg of variable cloud_graupel_specific_humidity_at_Lagrangian_surface from new to old metadata -INFO: Converting local name nmtvr of variable number_of_statistical_measures_of_subgrid_orography from new to old metadata -INFO: Converting local name nseed of variable cellular_automata_seed_frequency from new to old metadata -INFO: Converting local name nlives of variable cellular_automata_lifetime from new to old metadata -INFO: Converting local name vegf1d of variable perturbation_of_vegetation_fraction from new to old metadata -INFO: Converting local name v10m of variable y_wind_at_10m from new to old metadata -INFO: Converting local name hice of variable sea_ice_thickness from new to old metadata -INFO: Converting local name mbota of variable model_layer_number_at_cloud_base from new to old metadata -INFO: Converting local name ncnvw of variable index_for_convective_cloud_water_mixing_ratio_in_phy_f3d from new to old metadata -INFO: Converting local name flqc of variable surface_exchange_coefficient_for_moisture from new to old metadata -INFO: Converting local name imfshalcnv_samf of variable flag_for_samf_shallow_convection_scheme from new to old metadata -INFO: Converting local name ntdiag of variable diagnostics_control_for_chemical_tracers from new to old metadata -INFO: Converting local name c1_shal of variable detrainment_conversion_parameter_shallow_convection from new to old metadata -INFO: Converting local name con_g of variable gravitational_acceleration from new to old metadata -INFO: Converting local name je of variable ending_y_direction_index from new to old metadata -INFO: Converting local name hprime(:,1) of variable standard_deviation_of_subgrid_orography from new to old metadata -INFO: Converting local name lh of variable surface_latent_heat from new to old metadata -INFO: Converting local name v10max of variable maximum_v_wind_at_10m_over_maximum_hourly_time_interval from new to old metadata -INFO: Converting local name dvsfcg of variable instantaneous_y_stress_due_to_gravity_wave_drag from new to old metadata -INFO: Converting local name mg_ninst of variable mg_ice_concentration_constant from new to old metadata -INFO: Converting local name lwhd of variable tendency_of_air_temperature_due_to_longwave_heating_for_idea from new to old metadata -INFO: Converting local name ntkev of variable index_for_turbulent_kinetic_energy_vertical_diffusion_tracer from new to old metadata -INFO: Converting local name fm10 of variable Monin_Obukhov_similarity_function_for_momentum_at_10m from new to old metadata -INFO: Converting local name phour of variable forecast_time_at_previous_timestep from new to old metadata -INFO: Converting local name phys_hydrostatic of variable flag_for_hydrostatic_heating_from_physics from new to old metadata -INFO: Converting local name nswsfci of variable surface_net_downwelling_shortwave_flux from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_for_graupel_effective_radius) of variable effective_radius_of_stratiform_cloud_graupel_particle_in_um from new to old metadata -INFO: Converting local name ngeffr of variable index_for_graupel_effective_radius from new to old metadata -INFO: Converting local name kt of variable vertical_index_difference_between_layer_and_upper_bound from new to old metadata -INFO: Converting local name GFS_tbd_type of variable GFS_tbd_type from new to old metadata -INFO: Converting local name tsurf_ocean of variable surface_skin_temperature_after_iteration_over_ocean from new to old metadata -INFO: Converting local name gu0(:,1) of variable x_wind_at_lowest_model_layer_updated_by_physics from new to old metadata -INFO: Converting local name akap of variable kappa_dry_for_fast_physics from new to old metadata -INFO: Converting local name lsm of variable flag_for_land_surface_scheme from new to old metadata -INFO: Converting local name nscav of variable number_of_tracers_scavenged from new to old metadata -INFO: Converting local name ffmm of variable Monin_Obukhov_similarity_function_for_momentum from new to old metadata -INFO: Converting local name nnirbm_cpl of variable cumulative_surface_net_downward_direct_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name tau_mtb of variable instantaneous_momentum_flux_due_to_mountain_blocking_drag from new to old metadata -INFO: Converting local name snicexy of variable snow_layer_ice from new to old metadata -INFO: Converting local name flag_guess of variable flag_for_guess_run from new to old metadata -INFO: Converting local name dnirbm_cpl of variable cumulative_surface_downwelling_direct_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name chh_ocean of variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_ocean from new to old metadata -INFO: Converting local name dtsfci_cpl of variable instantaneous_surface_upward_sensible_heat_flux_for_coupling from new to old metadata -INFO: Converting local name flgmin of variable minimum_large_ice_fraction from new to old metadata -INFO: Converting local name t02max of variable maximum_temperature_at_2m_over_maximum_hourly_time_interval from new to old metadata -INFO: Converting local name tconvtend of variable tendency_of_air_temperature_due_to_deep_convection_for_coupling_on_physics_timestep from new to old metadata -INFO: Converting local name zorl of variable surface_roughness_length from new to old metadata -INFO: Converting local name coslat of variable cosine_of_latitude from new to old metadata -INFO: Converting local name pertalb of variable magnitude_of_surface_albedo_perturbation from new to old metadata -INFO: Converting local name aecm of variable instantaneous_aerosol_column_mass_densities from new to old metadata -INFO: Converting local name con_rv of variable gas_constant_water_vapor from new to old metadata -INFO: Converting local name wminco of variable cloud_condensed_water_conversion_threshold from new to old metadata -INFO: Converting local name fastcpxy of variable fast_soil_pool_mass_content_of_carbon from new to old metadata -INFO: Converting local name kind_grid of variable kind_grid from new to old metadata -INFO: Converting local name stress of variable surface_wind_stress from new to old metadata -INFO: Converting local name qgrs(:,1,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio_at_lowest_model_layer from new to old metadata -INFO: Converting local name rhc of variable critical_relative_humidity from new to old metadata -INFO: Converting local name tsfco of variable sea_surface_temperature from new to old metadata -INFO: Converting local name tau_ngw of variable instantaneous_momentum_flux_due_to_nonstationary_gravity_wave from new to old metadata -INFO: Converting local name tsfcl of variable surface_skin_temperature_over_land from new to old metadata -INFO: Converting local name clouds(:,:,7) of variable mean_effective_radius_for_rain_drop from new to old metadata -INFO: Converting local name con_cliq of variable specific_heat_of_liquid_water_at_constant_pressure from new to old metadata -INFO: Converting local name zmtb of variable height_of_mountain_blocking from new to old metadata -INFO: Converting local name ulwsfcin_cpl of variable surface_upwelling_longwave_flux_for_coupling from new to old metadata -INFO: Converting local name dlwsfc_cpl of variable cumulative_surface_downwelling_longwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name sfcdlw of variable surface_downwelling_longwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name t1 of variable air_temperature_at_lowest_model_layer_for_diag from new to old metadata -INFO: Converting local name ntiw of variable index_for_ice_cloud_condensate from new to old metadata -INFO: Converting local name bl_mynn_mixlength of variable mixing_length_flag from new to old metadata -INFO: Converting local name faerlw(:,:,:,1) of variable aerosol_optical_depth_for_longwave_bands_01_16 from new to old metadata -INFO: Converting local name ozpl of variable ozone_forcing from new to old metadata -INFO: Converting local name dlength of variable characteristic_grid_length_scale from new to old metadata -INFO: Converting local name slag of variable equation_of_time from new to old metadata -INFO: Converting local name ntot2d of variable number_of_fields_in_phyf2d from new to old metadata -INFO: Converting local name iopt_run of variable flag_for_runoff_and_groundwater_option from new to old metadata -INFO: Converting local name gq0(:,:,index_for_liquid_cloud_number_concentration) of variable cloud_droplet_number_concentration_updated_by_physics from new to old metadata -INFO: Converting local name sneqvoxy of variable snow_mass_at_previous_time_step from new to old metadata -INFO: Converting local name con_rhw0 of variable sea_water_reference_density from new to old metadata -INFO: Converting local name mtopa of variable model_layer_number_at_cloud_top from new to old metadata -INFO: Converting local name pertshc of variable magnitude_of_perturbation_of_soil_type_b_parameter from new to old metadata -INFO: Converting local name levi of variable vertical_interface_dimension from new to old metadata -INFO: Converting local name do_shoc of variable flag_for_shoc from new to old metadata -INFO: Converting local name du3dt_tms of variable time_integral_of_change_in_x_wind_due_to_turbulent_orographic_form_drag from new to old metadata -INFO: Converting local name snow_cpl of variable lwe_thickness_of_snow_amount_for_coupling from new to old metadata -INFO: Converting local name pkz of variable finite_volume_mean_edge_pressure_raised_to_the_power_of_kappa from new to old metadata -INFO: Converting local name nn of variable number_of_tracers_for_convective_transport from new to old metadata -INFO: Converting local name do_sat_adj of variable flag_for_saturation_adjustment_for_microphysics_in_dynamics from new to old metadata -INFO: Converting local name dx of variable cell_size from new to old metadata -INFO: Converting local name do_ugwp of variable do_ugwp from new to old metadata -INFO: Converting local name rain of variable lwe_thickness_of_precipitation_amount_on_dynamics_timestep from new to old metadata -INFO: Converting local name iopt_crs of variable flag_for_canopy_stomatal_resistance_option from new to old metadata -INFO: Converting local name qgrs(:,1,index_for_water_vapor) of variable water_vapor_specific_humidity_at_lowest_model_layer from new to old metadata -INFO: Converting local name ntqv of variable index_for_water_vapor from new to old metadata -INFO: Converting local name t02min of variable minimum_temperature_at_2m_over_maximum_hourly_time_interval from new to old metadata -INFO: Converting local name imp_physics_gfdl of variable flag_for_gfdl_microphysics_scheme from new to old metadata -INFO: Converting local name lprnt of variable flag_print from new to old metadata -INFO: Converting local name gabsbdlw_ice of variable surface_downwelling_longwave_flux_absorbed_by_ground_over_ice from new to old metadata -INFO: Converting local name imp_physics_thompson of variable flag_for_thompson_microphysics_scheme from new to old metadata -INFO: Converting local name ctei_rm of variable critical_cloud_top_entrainment_instability_criteria from new to old metadata -INFO: Converting local name tseal of variable surface_skin_temperature_for_nsst from new to old metadata -INFO: Converting local name dusfc_fd of variable integrated_x_momentum_flux_from_form_drag from new to old metadata -INFO: Converting local name dusfcin_cpl of variable surface_x_momentum_flux_for_coupling from new to old metadata -INFO: Converting local name slope of variable surface_slope_classification_real from new to old metadata -INFO: Converting local name htrlw of variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_timestep from new to old metadata -INFO: Converting local name mg_qcmin(2) of variable mg_minimum_ice_mixing_ratio from new to old metadata -INFO: Converting local name tice of variable sea_ice_temperature_interstitial from new to old metadata -INFO: Converting local name adjvisbmu of variable surface_upwelling_direct_ultraviolet_and_visible_shortwave_flux from new to old metadata -INFO: Converting local name dvgwd of variable time_integral_of_y_stress_due_to_gravity_wave_drag from new to old metadata -INFO: Converting local name dusfc_cice of variable surface_x_momentum_flux_for_coupling_interstitial from new to old metadata -INFO: Converting local name errmsg of variable ccpp_error_message from new to old metadata -INFO: Converting local name flag_cice of variable flag_for_cice from new to old metadata -INFO: Converting local name Coupling of variable GFS_coupling_type_instance from new to old metadata -INFO: Converting local name cs_parm(3) of variable detrainment_and_precipitation_tunable_parameter_3_CS from new to old metadata -INFO: Converting local name snliqxy of variable snow_layer_liquid_water from new to old metadata -INFO: Converting local name mstrat of variable flag_for_moorthi_stratus from new to old metadata -INFO: Converting local name imfdeepcnv_sas of variable flag_for_sas_deep_convection_scheme from new to old metadata -INFO: Converting local name weasd_ice of variable water_equivalent_accumulated_snow_depth_over_ice from new to old metadata -INFO: Converting local name bl_mynn_edmf_mom of variable edmf_momentum_transport_flag from new to old metadata -INFO: Converting local name npdf3d of variable number_of_3d_arrays_associated_with_pdf_based_clouds from new to old metadata -INFO: Converting local name dq3dt(:,:,2) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_deep_convection from new to old metadata -INFO: Converting local name w_upi of variable vertical_velocity_for_updraft from new to old metadata -INFO: Converting local name qlyr of variable water_vapor_specific_humidity_at_layer_for_radiation from new to old metadata -INFO: Converting local name fm10_ice of variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_ice from new to old metadata -INFO: Converting local name qgl of variable local_graupel_mixing_ratio from new to old metadata -INFO: Converting local name gt0(:,1) of variable air_temperature_at_lowest_model_layer_updated_by_physics from new to old metadata -INFO: Converting local name ccpp_t of variable ccpp_t from new to old metadata -INFO: Converting local name clouds(:,:,4) of variable cloud_ice_water_path from new to old metadata -INFO: Converting local name rain_cpl of variable lwe_thickness_of_precipitation_amount_for_coupling from new to old metadata -INFO: Converting local name bl_mynn_cloudmix of variable cloud_specie_mix_flag from new to old metadata -INFO: Converting local name tgxy of variable ground_temperature_for_noahmp from new to old metadata -INFO: Converting local name oa4 of variable asymmetry_of_subgrid_orography from new to old metadata -INFO: Converting local name refdmax of variable maximum_reflectivity_at_1km_agl_over_maximum_hourly_time_interval from new to old metadata -INFO: Converting local name GFS_Data(ccpp_block_number) of variable GFS_data_type_instance from new to old metadata -INFO: Converting local name dvsfc_cpl of variable cumulative_surface_y_momentum_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name shocaftcnv of variable flag_for_shoc_after_convection from new to old metadata -INFO: Converting local name mg_rhmini of variable mg_minimum_rh_for_ice from new to old metadata -INFO: Converting local name t2mi_cpl of variable instantaneous_temperature_at_2m_for_coupling from new to old metadata -INFO: Converting local name GFS_Interstitial(ccpp_thread_number) of variable GFS_interstitial_type_instance from new to old metadata -INFO: Converting local name thrd_no of variable ccpp_thread_number from new to old metadata -INFO: Converting local name evbs of variable soil_upward_latent_heat_flux from new to old metadata -INFO: Converting local name dtdtr of variable tendency_of_air_temperature_due_to_radiative_heating_on_physics_time_step from new to old metadata -INFO: Converting local name spfhmin of variable minimum_specific_humidity_at_2m from new to old metadata -INFO: Converting local name xsaixy of variable stem_area_index from new to old metadata -INFO: Converting local name lsoil of variable soil_vertical_dimension from new to old metadata -INFO: Converting local name mg_ts_auto_ice of variable mg_time_scale_for_autoconversion_of_ice from new to old metadata -INFO: Converting local name ca_deep of variable fraction_of_cellular_automata_for_deep_convection from new to old metadata -INFO: Converting local name work1 of variable grid_size_related_coefficient_used_in_scale_sensitive_schemes from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_for_cloud_liquid_water_effective_radius) of variable effective_radius_of_stratiform_cloud_liquid_water_particle_in_um from new to old metadata -INFO: Converting local name nleffr of variable index_for_cloud_liquid_water_effective_radius from new to old metadata -INFO: Converting local name dlwsfci of variable surface_downwelling_longwave_flux from new to old metadata -INFO: Converting local name mg_nicons of variable mg_flag_ice_concentration_constant from new to old metadata -INFO: Converting local name faersw(:,:,:,1) of variable aerosol_optical_depth_for_shortwave_bands_01_16 from new to old metadata -INFO: Converting local name xt of variable diurnal_thermocline_layer_heat_content from new to old metadata -INFO: Converting local name prsl of variable air_pressure from new to old metadata -INFO: Converting local name cv of variable fraction_of_convective_cloud from new to old metadata -INFO: Converting local name blksz of variable horizontal_block_size from new to old metadata -INFO: Converting local name pertvegf of variable magnitude_of_perturbation_of_vegetation_fraction from new to old metadata -INFO: Converting local name gq0(:,:,index_for_cloud_amount) of variable cloud_fraction_updated_by_physics from new to old metadata -INFO: Converting local name ntclamt of variable index_for_cloud_amount from new to old metadata -INFO: Converting local name zorlo of variable surface_roughness_length_over_ocean from new to old metadata -INFO: Converting local name te0 of variable atmosphere_energy_content_at_Lagrangian_surface from new to old metadata -INFO: Converting local name ktop of variable vertical_index_at_cloud_top from new to old metadata -INFO: Converting local name prevsq of variable moisture_from_previous_timestep from new to old metadata -INFO: Converting local name kpbl of variable vertical_index_at_top_of_atmosphere_boundary_layer from new to old metadata -INFO: Converting local name ncells of variable cellular_automata_finer_grid from new to old metadata -INFO: Converting local name cnvc of variable convective_cloud_cover from new to old metadata -INFO: Converting local name totprcp of variable accumulated_lwe_thickness_of_precipitation_amount from new to old metadata -INFO: Converting local name cgwf of variable multiplication_factors_for_convective_gravity_wave_drag from new to old metadata -INFO: Converting local name do_shum of variable flag_for_stochastic_shum_option from new to old metadata -INFO: Converting local name save_q of variable tracer_concentration_save from new to old metadata -INFO: Converting local name h2o_pres of variable natural_log_of_h2o_forcing_data_pressure_levels from new to old metadata -INFO: Converting local name iopt_snf of variable flag_for_precipitation_partition_option from new to old metadata -INFO: Converting local name c0s_shal of variable rain_conversion_parameter_shallow_convection from new to old metadata -INFO: Converting local name zwtxy of variable water_table_depth from new to old metadata -INFO: Converting local name qr of variable cloud_rain_specific_humidity_at_Lagrangian_surface from new to old metadata -INFO: Converting local name dzlyr of variable layer_thickness_for_radiation from new to old metadata -INFO: Converting local name taussxy of variable nondimensional_snow_age from new to old metadata -INFO: Converting local name tsfa of variable surface_air_temperature_for_radiation from new to old metadata -INFO: Converting local name snoalb of variable upper_bound_on_max_albedo_over_deep_snow from new to old metadata -INFO: Converting local name xs of variable sea_water_salinity from new to old metadata -INFO: Converting local name dvsfci_cpl of variable instantaneous_surface_y_momentum_flux_for_coupling from new to old metadata -INFO: Converting local name xlat of variable latitude from new to old metadata -INFO: Converting local name ugrs of variable x_wind from new to old metadata -INFO: Converting local name shdmin of variable minimum_vegetation_area_fraction from new to old metadata -INFO: Converting local name nnirdfi_cpl of variable instantaneous_surface_net_downward_diffuse_near_infrared_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name microp_uniform of variable mg_flag_for_uniform_subcolumns from new to old metadata -INFO: Converting local name frland of variable land_area_fraction_for_microphysics from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_ice_friendly_aerosols) of variable tendency_of_ice_friendly_aerosol_number_concentration_due_to_model_physics from new to old metadata -INFO: Converting local name oz_pres of variable natural_log_of_ozone_forcing_data_pressure_levels from new to old metadata -INFO: Converting local name zlwb of variable time_integral_of_height_of_low_level_wave_breaking from new to old metadata -INFO: Converting local name gq0(:,:,index_for_ice_cloud_condensate) of variable ice_water_mixing_ratio_updated_by_physics from new to old metadata -INFO: Converting local name qss of variable surface_specific_humidity from new to old metadata -INFO: Converting local name dry of variable flag_nonzero_land_surface_fraction from new to old metadata -INFO: Converting local name bk of variable b_parameter_of_the_hybrid_coordinate from new to old metadata -INFO: Converting local name cdmbgwd of variable multiplication_factors_for_mountain_blocking_and_orographic_gravity_wave_drag from new to old metadata -INFO: Converting local name levs of variable vertical_dimension from new to old metadata -INFO: Converting local name swhtr of variable flag_for_output_of_shortwave_heating_rate from new to old metadata -INFO: Converting local name zorl_land of variable surface_roughness_length_over_land_interstitial from new to old metadata -INFO: Converting local name t2m of variable temperature_at_2m from new to old metadata -INFO: Converting local name tau_ogw of variable instantaneous_momentum_flux_due_to_orographic_gravity_wave_drag from new to old metadata -INFO: Converting local name shoc_parm(3) of variable shoc_tke_dissipation_tunable_parameter_near_surface from new to old metadata -INFO: Converting local name gflx_ice of variable upward_heat_flux_in_soil_over_ice from new to old metadata -INFO: Converting local name nspc1 of variable number_of_species_for_aerosol_optical_depth from new to old metadata -INFO: Converting local name drain_cpl of variable tendency_of_lwe_thickness_of_precipitation_amount_for_coupling from new to old metadata -INFO: Converting local name phis of variable surface_geopotential_at_Lagrangian_surface from new to old metadata -INFO: Converting local name q2mi_cpl of variable instantaneous_specific_humidity_at_2m_for_coupling from new to old metadata -INFO: Converting local name zogw of variable time_integral_of_height_of_launch_level_of_orographic_gravity_wave from new to old metadata -INFO: Converting local name prsi of variable air_pressure_at_interface from new to old metadata -INFO: Converting local name aerodp of variable atmosphere_optical_thickness_due_to_ambient_aerosol_particles from new to old metadata -INFO: Converting local name shal_cnv of variable flag_for_shallow_convection from new to old metadata -INFO: Converting local name icsdlw of variable seed_random_numbers_lw from new to old metadata -INFO: Converting local name ncld of variable number_of_hydrometeors from new to old metadata -INFO: Converting local name gasvmr(:,:,6) of variable volume_mixing_ratio_cfc11 from new to old metadata -INFO: Converting local name tracers_water of variable number_of_water_tracers from new to old metadata -INFO: Converting local name nscyc of variable number_of_timesteps_between_surface_cycling_calls from new to old metadata -INFO: Converting local name dswsfc_cpl of variable cumulative_surface_downwelling_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name adjvisdfu of variable surface_upwelling_diffuse_ultraviolet_and_visible_shortwave_flux from new to old metadata -INFO: Converting local name cs_parm(2) of variable updraft_velocity_tunable_parameter_2_CS from new to old metadata -INFO: Converting local name lsswr of variable flag_to_calc_sw from new to old metadata -INFO: Converting local name imfshalcnv_gf of variable flag_for_gf_shallow_convection_scheme from new to old metadata -INFO: Converting local name kinver of variable index_of_highest_temperature_inversion from new to old metadata -INFO: Converting local name tslb of variable soil_temperature_for_land_surface_model from new to old metadata -INFO: Converting local name weasd of variable water_equivalent_accumulated_snow_depth from new to old metadata -INFO: Converting local name tisfc of variable sea_ice_temperature from new to old metadata -INFO: Converting local name faerlw of variable aerosol_optical_properties_for_longwave_bands_01_16 from new to old metadata -INFO: Converting local name logunit of variable iounit_log from new to old metadata -INFO: Converting local name fast_mp_consv of variable flag_for_fast_microphysics_energy_conservation from new to old metadata -INFO: Converting local name cnv_mfd of variable detrained_mass_flux from new to old metadata -INFO: Converting local name zvir of variable ratio_of_vapor_to_dry_air_gas_constants_minus_one_default_kind from new to old metadata -INFO: Converting local name jed of variable ending_y_direction_index_domain from new to old metadata -INFO: Converting local name gasvmr(:,:,3) of variable volume_mixing_ratio_ch4 from new to old metadata -INFO: Converting local name sfcdsw of variable surface_downwelling_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name hydrostatic of variable flag_for_hydrostatic_solver_for_fast_physics from new to old metadata -INFO: Converting local name dvsfc_bl of variable integrated_y_momentum_flux_from_blocking_drag from new to old metadata -INFO: Converting local name Grid of variable GFS_grid_type_instance from new to old metadata -INFO: Converting local name ncnd of variable number_of_cloud_condensate_types from new to old metadata -INFO: Converting local name w_0 of variable coefficient_w_0 from new to old metadata -INFO: Converting local name zm of variable ocean_mixed_layer_thickness from new to old metadata -INFO: Converting local name shoc_parm(2) of variable shoc_tke_dissipation_tunable_parameter from new to old metadata -INFO: Converting local name cdec of variable cosine_of_solar_declination_angle from new to old metadata -INFO: Converting local name npzq_con of variable vertical_dimension_for_condensed_water_at_Lagrangian_surface from new to old metadata -INFO: Converting local name rmol of variable reciprocal_of_obukhov_length from new to old metadata -INFO: Converting local name snowxy of variable number_of_snow_layers from new to old metadata -INFO: Converting local name hflx_land of variable kinematic_surface_upward_sensible_heat_flux_over_land from new to old metadata -INFO: Converting local name clw of variable convective_transportable_tracers from new to old metadata -INFO: Converting local name srflag of variable flag_for_precipitation_type from new to old metadata -INFO: Converting local name suntim of variable duration_of_sunshine from new to old metadata -INFO: Converting local name isot of variable soil_type_dataset_choice from new to old metadata -INFO: Converting local name isol of variable flag_for_solar_constant from new to old metadata -INFO: Converting local name th2m of variable potential_temperature_at_2m from new to old metadata -INFO: Converting local name hpbl of variable atmosphere_boundary_layer_thickness from new to old metadata -INFO: Converting local name cd of variable surface_drag_coefficient_for_momentum_in_air from new to old metadata -INFO: Converting local name dusfc_ls of variable integrated_x_momentum_flux_from_large_scale_gwd from new to old metadata -INFO: Converting local name do_sppt of variable flag_for_stochastic_surface_physics_perturbations from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_for_convective_cloud_water_mixing_ratio_in_phy_f3d) of variable convective_cloud_water_mixing_ratio_in_phy_f3d from new to old metadata -INFO: Converting local name rb_ice of variable bulk_richardson_number_at_lowest_model_level_over_ice from new to old metadata -INFO: Converting local name itc of variable number_of_aerosol_tracers_for_convection from new to old metadata -INFO: Converting local name Cldprop of variable GFS_cldprop_type_instance from new to old metadata -INFO: Converting local name grav_settling of variable grav_settling from new to old metadata -INFO: Converting local name gq0(:,:,index_for_ice_cloud_number_concentration) of variable ice_number_concentration_updated_by_physics from new to old metadata -INFO: Converting local name ntinc of variable index_for_ice_cloud_number_concentration from new to old metadata -INFO: Converting local name iopt_inf of variable flag_for_frozen_soil_permeability_option from new to old metadata -INFO: Converting local name c0s_deep of variable rain_conversion_parameter_deep_convection from new to old metadata -INFO: Converting local name dtaux2d_ls of variable x_momentum_tendency_from_large_scale_gwd from new to old metadata -INFO: Converting local name phy_myj_qz0 of variable specific_humidity_at_viscous_sublayer_top from new to old metadata -INFO: Converting local name iovr_sw of variable flag_for_max_random_overlap_clouds_for_shortwave_radiation from new to old metadata -INFO: Converting local name icliq_sw of variable flag_for_optical_property_for_liquid_clouds_for_shortwave_radiation from new to old metadata -INFO: Converting local name psmean of variable cumulative_surface_pressure_multiplied_by_timestep from new to old metadata -INFO: Converting local name cmm_ocean of variable surface_drag_wind_speed_for_momentum_in_air_over_ocean from new to old metadata -INFO: Converting local name shcnvcw of variable flag_shallow_convective_cloud from new to old metadata -INFO: Converting local name drain of variable subsurface_runoff_flux from new to old metadata -INFO: Converting local name ak of variable a_parameter_of_the_hybrid_coordinate from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_liquid_cloud_number_concentration) of variable tendency_of_cloud_droplet_number_concentration_due_to_model_physics from new to old metadata -INFO: Converting local name sfc_z0_type of variable flag_for_surface_roughness_option_over_ocean from new to old metadata -INFO: Converting local name cvt of variable pressure_at_top_of_convective_cloud from new to old metadata -INFO: Converting local name gwd_opt of variable gwd_opt from new to old metadata -INFO: Converting local name snowmp of variable lwe_thickness_of_snow_amount from new to old metadata -INFO: Converting local name ncnvcld3d of variable number_of_convective_3d_cloud_fields from new to old metadata -INFO: Converting local name cape of variable convective_available_potential_energy_for_coupling from new to old metadata -INFO: Converting local name du3dt_ogw of variable time_integral_of_change_in_x_wind_due_to_orographic_gravity_wave_drag from new to old metadata -INFO: Converting local name te0_2d of variable atmosphere_energy_content_in_column from new to old metadata -INFO: Converting local name dsnowprv of variable snow_precipitation_rate_from_previous_timestep from new to old metadata -INFO: Converting local name chh of variable surface_drag_mass_flux_for_heat_and_moisture_in_air from new to old metadata -INFO: Converting local name dt3dt(:,:,5) of variable cumulative_change_in_temperature_due_to_shal_convection from new to old metadata -INFO: Converting local name cplwav of variable flag_for_wave_coupling from new to old metadata -INFO: Converting local name clw(:,:,2) of variable cloud_condensed_water_mixing_ratio_convective_transport_tracer from new to old metadata -INFO: Converting local name shoc_parm(1) of variable shoc_tke_dissipatation_pressure_threshold from new to old metadata -INFO: Converting local name oro_uf of variable orography_unfiltered from new to old metadata -INFO: Converting local name peln of variable log_pressure_at_Lagrangian_surface from new to old metadata -INFO: Converting local name gasvmr(:,:,8) of variable volume_mixing_ratio_cfc22 from new to old metadata -INFO: Converting local name pertzt of variable magnitude_of_perturbation_of_heat_to_momentum_roughness_length_ratio from new to old metadata -INFO: Converting local name clouds(:,:,1) of variable total_cloud_fraction from new to old metadata -INFO: Converting local name iaer of variable flag_for_default_aerosol_effect_in_shortwave_radiation from new to old metadata -INFO: Converting local name wet1 of variable normalized_soil_wetness from new to old metadata -INFO: Converting local name npz of variable vertical_dimension_for_fast_physics from new to old metadata -INFO: Converting local name cal_pre of variable flag_for_precipitation_type_algorithm from new to old metadata -INFO: Converting local name lmk of variable adjusted_vertical_layer_dimension_for_radiation from new to old metadata -INFO: Converting local name kind_phys of variable kind_phys from new to old metadata -INFO: Converting local name Sfcprop of variable GFS_sfcprop_type_instance from new to old metadata -INFO: Converting local name wslakexy of variable lake_water_storage from new to old metadata -INFO: Converting local name f10m of variable ratio_of_wind_at_lowest_model_layer_and_wind_at_10m from new to old metadata -INFO: Converting local name gasvmr(:,:,1) of variable volume_mixing_ratio_co2 from new to old metadata -INFO: Converting local name q2mp of variable specific_humidity_at_2m_from_noahmp from new to old metadata -INFO: Converting local name lwhc of variable tendency_of_air_temperature_due_to_longwave_heating_assuming_clear_sky_on_radiation_timestep from new to old metadata -INFO: Converting local name snowd_ice of variable surface_snow_thickness_water_equivalent_over_ice from new to old metadata -INFO: Converting local name lsnow_lsm_lbound of variable lower_bound_of_snow_vertical_dimension_for_land_surface_model from new to old metadata -INFO: Converting local name mg_dcs of variable mg_autoconversion_size_threshold_ice_snow from new to old metadata -INFO: Converting local name rhgrd of variable fa_threshold_relative_humidity_for_onset_of_condensation from new to old metadata -INFO: Converting local name dudt_ogw of variable instantaneous_change_in_x_wind_due_to_orographic_gravity_wave_drag from new to old metadata -INFO: Converting local name slmsk of variable sea_land_ice_mask_real from new to old metadata -INFO: Converting local name ictm of variable flag_for_initial_time_date_control from new to old metadata -INFO: Converting local name qss_ocean of variable surface_specific_humidity_over_ocean from new to old metadata -INFO: Converting local name tsfc of variable surface_skin_temperature from new to old metadata -INFO: Converting local name prsik of variable dimensionless_exner_function_at_model_interfaces from new to old metadata -INFO: Converting local name t2mmp of variable temperature_at_2m_from_noahmp from new to old metadata -INFO: Converting local name tau_ogw of variable time_integral_of_momentum_flux_due_to_orographic_gravity_wave_drag from new to old metadata -INFO: Converting local name topflw_type of variable topflw_type from new to old metadata -INFO: Converting local name cnv_nice of variable number_concentration_of_ice_crystals_for_detrainment from new to old metadata -INFO: Converting local name cscnv of variable flag_for_Chikira_Sugiyama_deep_convection from new to old metadata -INFO: Converting local name u10mi_cpl of variable instantaneous_x_wind_at_10m_for_coupling from new to old metadata -INFO: Converting local name fh2_ocean of variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_ocean from new to old metadata -INFO: Converting local name phii of variable geopotential_at_interface from new to old metadata -INFO: Converting local name gq0(:,:,index_for_graupel) of variable graupel_mixing_ratio_updated_by_physics from new to old metadata -INFO: Converting local name ntgl of variable index_for_graupel from new to old metadata -INFO: Converting local name nvisdfi_cpl of variable instantaneous_surface_net_downward_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name norad_precip of variable flag_for_precipitation_effect_on_radiation from new to old metadata -INFO: Converting local name dq3dt(:,:,5) of variable cumulative_change_in_ozone_mixing_ratio_due_to_PBL from new to old metadata -INFO: Converting local name dusfcg of variable instantaneous_x_stress_due_to_gravity_wave_drag from new to old metadata -INFO: Converting local name stype of variable soil_type_classification_real from new to old metadata -INFO: Converting local name lwhtr of variable flag_for_output_of_longwave_heating_rate from new to old metadata -INFO: Converting local name skebv_wts of variable weights_for_stochastic_skeb_perturbation_of_y_wind_flipped from new to old metadata -INFO: Converting local name prnum of variable prandtl_number from new to old metadata -INFO: Converting local name dtsfcin_cpl of variable surface_upward_sensible_heat_flux_for_coupling from new to old metadata -INFO: Converting local name sigmatot of variable convective_updraft_area_fraction_at_model_interfaces from new to old metadata -INFO: Converting local name rann of variable random_number_array from new to old metadata -INFO: Converting local name work2 of variable grid_size_related_coefficient_used_in_scale_sensitive_schemes_complement from new to old metadata -INFO: Converting local name ep1d_land of variable surface_upward_potential_latent_heat_flux_over_land from new to old metadata -INFO: Converting local name num_p3d of variable array_dimension_of_3d_arrays_for_microphysics from new to old metadata -INFO: Converting local name frac_grid of variable flag_for_fractional_grid from new to old metadata -INFO: Converting local name dtdtc of variable tendency_of_air_temperature_due_to_radiative_heating_assuming_clear_sky from new to old metadata -INFO: Converting local name chxy of variable surface_drag_coefficient_for_heat_and_moisture_for_noahmp from new to old metadata -INFO: Converting local name dtauy2d_bl of variable y_momentum_tendency_from_blocking_drag from new to old metadata -INFO: Converting local name dtsfc of variable cumulative_surface_upward_sensible_heat_flux_for_diag_multiplied_by_timestep from new to old metadata -INFO: Converting local name gflx_ocean of variable upward_heat_flux_in_soil_over_ocean from new to old metadata -INFO: Converting local name deeprechxy of variable water_table_recharge_when_deep from new to old metadata -INFO: Converting local name imfshalcnv_sas of variable flag_for_sas_shallow_convection_scheme from new to old metadata -INFO: Converting local name woodxy of variable wood_mass from new to old metadata -INFO: Converting local name phy_f3d(:,:,3) of variable air_temperature_at_previous_time_step from new to old metadata -INFO: Converting local name otspt of variable flag_convective_tracer_transport from new to old metadata -INFO: Converting local name tsurf of variable surface_skin_temperature_after_iteration from new to old metadata -INFO: Converting local name phy_f2d(:,array_dimension_of_2d_arrays_for_microphysics) of variable surface_wind_enhancement_due_to_convection from new to old metadata -INFO: Converting local name num_p2d of variable array_dimension_of_2d_arrays_for_microphysics from new to old metadata -INFO: Converting local name diss_est of variable dissipation_estimate_of_air_temperature_at_model_layers from new to old metadata -INFO: Converting local name ffmm_land of variable Monin_Obukhov_similarity_function_for_momentum_over_land from new to old metadata -INFO: Converting local name imfshalcnv of variable flag_for_mass_flux_shallow_convection_scheme from new to old metadata -INFO: Converting local name iopt_rad of variable flag_for_radiation_transfer_option from new to old metadata -INFO: Converting local name effr_in of variable flag_for_cloud_effective_radii from new to old metadata -INFO: Converting local name Sh3D of variable stability_function_for_heat from new to old metadata -INFO: Converting local name con_sbc of variable stefan_boltzmann_constant from new to old metadata -INFO: Converting local name phy_myj_z0base of variable baseline_surface_roughness_length from new to old metadata -INFO: Converting local name sdec of variable sine_of_solar_declination_angle from new to old metadata -INFO: Converting local name f_ice of variable fraction_of_ice_water_cloud from new to old metadata -INFO: Converting local name qs of variable cloud_snow_specific_humidity_at_Lagrangian_surface from new to old metadata -INFO: Converting local name iflip of variable flag_for_vertical_index_direction_control from new to old metadata -INFO: Converting local name draincprv of variable convective_precipitation_rate_from_previous_timestep from new to old metadata -INFO: Converting local name icsdsw of variable seed_random_numbers_sw from new to old metadata -INFO: Converting local name dtaux2d_bl of variable x_momentum_tendency_from_blocking_drag from new to old metadata -INFO: Converting local name uustar_ocean of variable surface_friction_velocity_over_ocean from new to old metadata -INFO: Converting local name zlwb of variable height_of_low_level_wave_breaking from new to old metadata -INFO: Converting local name sigma of variable slope_of_subgrid_orography from new to old metadata -INFO: Converting local name cd_land of variable surface_drag_coefficient_for_momentum_in_air_over_land from new to old metadata -INFO: Converting local name shoc_parm(5) of variable shoc_flag_for_optional_surface_TKE_dissipation from new to old metadata -INFO: Converting local name qss_ice of variable surface_specific_humidity_over_ice from new to old metadata -INFO: Converting local name graupel of variable lwe_thickness_of_graupel_amount_on_dynamics_timestep from new to old metadata -INFO: Converting local name do_myjsfc of variable do_myjsfc from new to old metadata -INFO: Converting local name htsw0 of variable tendency_of_air_temperature_due_to_shortwave_heating_assuming_clear_sky_on_radiation_time_step from new to old metadata -INFO: Converting local name ep of variable cumulative_surface_upward_potential_latent_heat_flux_multiplied_by_timestep from new to old metadata -INFO: Converting local name tprcp of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep from new to old metadata -INFO: Converting local name dnirdf_cpl of variable cumulative_surface_downwelling_diffuse_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name qwv_surf of variable water_vapor_mixing_ratio_at_surface from new to old metadata -INFO: Converting local name fm10_ocean of variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_ocean from new to old metadata -INFO: Converting local name QC_BL of variable subgrid_cloud_mixing_ratio_pbl from new to old metadata -INFO: Converting local name adjsfculw_ice of variable surface_upwelling_longwave_flux_over_ice_interstitial from new to old metadata -INFO: Converting local name tsfci_cpl of variable instantaneous_surface_skin_temperature_for_coupling from new to old metadata -INFO: Converting local name pertz0 of variable magnitude_of_perturbation_of_momentum_roughness_length from new to old metadata -INFO: Converting local name eahxy of variable canopy_air_vapor_pressure from new to old metadata -INFO: Converting local name cnv_dqldt of variable tendency_of_cloud_water_due_to_convective_microphysics from new to old metadata -INFO: Converting local name gq0 of variable tracer_concentration_updated_by_physics from new to old metadata -INFO: Converting local name iopt_dveg of variable flag_for_dynamic_vegetation_option from new to old metadata -INFO: Converting local name gv0(:,1) of variable y_wind_at_lowest_model_layer_updated_by_physics from new to old metadata -INFO: Converting local name first_time_step of variable flag_for_first_time_step from new to old metadata -INFO: Converting local name dtaux2d_ss of variable x_momentum_tendency_from_small_scale_gwd from new to old metadata -INFO: Converting local name wetdpl of variable instantaneous_large_scale_wet_deposition from new to old metadata -INFO: Converting local name cndm_surf of variable surface_condensation_mass from new to old metadata -INFO: Converting local name cmm_land of variable surface_drag_wind_speed_for_momentum_in_air_over_land from new to old metadata -INFO: Converting local name fh2 of variable Monin_Obukhov_similarity_function_for_heat_at_2m from new to old metadata -INFO: Converting local name gw_dudt of variable tendency_of_x_wind_due_to_ugwp from new to old metadata -INFO: Converting local name shinhong of variable flag_for_scale_aware_Shinhong_PBL from new to old metadata -INFO: Converting local name maxMF of variable maximum_mass_flux from new to old metadata -INFO: Converting local name gu0 of variable x_wind_updated_by_physics from new to old metadata -INFO: Converting local name ncstrac of variable number_of_tracers_for_CS from new to old metadata -INFO: Converting local name do_qa of variable flag_for_inline_cloud_fraction_calculation from new to old metadata -INFO: Converting local name pgr of variable surface_air_pressure from new to old metadata -INFO: Converting local name del of variable air_pressure_difference_between_midlayers from new to old metadata -INFO: Converting local name nqrimef of variable index_for_mass_weighted_rime_factor from new to old metadata -INFO: Converting local name du3dt(:,:,1) of variable cumulative_change_in_x_wind_due_to_PBL from new to old metadata -INFO: Converting local name raincs of variable lwe_thickness_of_shallow_convective_precipitation_amount from new to old metadata -INFO: Converting local name xlaixy of variable leaf_area_index from new to old metadata -INFO: Converting local name iopt_alb of variable flag_for_ground_snow_surface_albedo_option from new to old metadata -INFO: Converting local name moninq_fac of variable atmosphere_diffusivity_coefficient_factor from new to old metadata -INFO: Converting local name work3 of variable ratio_of_exner_function_between_midlayer_and_interface_at_lowest_model_layer from new to old metadata -INFO: Converting local name adjnirbmd of variable surface_downwelling_direct_near_infrared_shortwave_flux from new to old metadata -INFO: Converting local name imp_physics_zhao_carr_pdf of variable flag_for_zhao_carr_pdf_microphysics_scheme from new to old metadata -INFO: Converting local name dv3dt(:,:,3) of variable cumulative_change_in_y_wind_due_to_deep_convection from new to old metadata -INFO: Converting local name evcwa of variable cumulative_canopy_upward_latent_heat_flu_multiplied_by_timestep from new to old metadata -INFO: Converting local name lsm_noah of variable flag_for_noah_land_surface_scheme from new to old metadata -INFO: Converting local name ntk of variable index_for_turbulent_kinetic_energy_convective_transport_tracer from new to old metadata -INFO: Converting local name qsnw of variable local_snow_water_mixing_ratio from new to old metadata -INFO: Converting local name edmf_thl of variable emdf_updraft_theta_l from new to old metadata -INFO: Converting local name crtrh(2) of variable critical_relative_humidity_at_PBL_top from new to old metadata -INFO: Converting local name xv of variable diurnal_thermocline_layer_y_current from new to old metadata -INFO: Converting local name rlapse of variable air_temperature_lapse_rate_constant from new to old metadata -INFO: Converting local name clw(:,:,1) of variable ice_water_mixing_ratio_convective_transport_tracer from new to old metadata -INFO: Converting local name levozp of variable vertical_dimension_of_ozone_forcing_data from new to old metadata -INFO: Converting local name spfhmax of variable maximum_specific_humidity_at_2m from new to old metadata -INFO: Converting local name runoff of variable surface_runoff_flux from new to old metadata -INFO: Converting local name do_sb_physics of variable mg_flag_for_sb2001_autoconversion from new to old metadata -INFO: Converting local name phy_myj_a1q of variable weight_for_specific_humidity_at_viscous_sublayer_top from new to old metadata -INFO: Converting local name cactiv of variable conv_activity_counter from new to old metadata -INFO: Converting local name clw(:,:,index_for_turbulent_kinetic_energy_convective_transport_tracer) of variable turbulent_kinetic_energy_convective_transport_tracer from new to old metadata -INFO: Converting local name oz_phys_2015 of variable flag_for_2015_ozone_physics from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_snow_number_concentration) of variable snow_number_concentration from new to old metadata -INFO: Converting local name ntsnc of variable index_for_snow_number_concentration from new to old metadata -INFO: Converting local name dlwsfci_cpl of variable instantaneous_surface_downwelling_longwave_flux_for_coupling from new to old metadata -INFO: Converting local name errflg of variable ccpp_error_flag from new to old metadata -INFO: Converting local name kbot of variable vertical_index_at_cloud_base from new to old metadata -INFO: Converting local name clw_surf of variable cloud_condensed_water_mixing_ratio_at_surface from new to old metadata -INFO: Converting local name skebu_wts of variable weights_for_stochastic_skeb_perturbation_of_x_wind from new to old metadata -INFO: Converting local name snowprv of variable lwe_thickness_of_snow_amount_from_previous_timestep from new to old metadata -INFO: Converting local name spec_adv of variable flag_for_individual_cloud_species_advected from new to old metadata -INFO: Converting local name rainmp of variable lwe_thickness_of_explicit_rain_amount from new to old metadata -INFO: Converting local name jdat of variable forecast_date_and_time from new to old metadata -INFO: Converting local name ntrcaer of variable number_of_aerosol_tracers_MG from new to old metadata -INFO: Converting local name gflux of variable cumulative_surface_ground_heat_flux_multiplied_by_timestep from new to old metadata -INFO: Converting local name q1 of variable water_vapor_specific_humidity_at_lowest_model_layer_for_diag from new to old metadata -INFO: Converting local name gq0(:,1,index_for_water_vapor) of variable water_vapor_specific_humidity_at_lowest_model_layer_updated_by_physics from new to old metadata -INFO: Converting local name nday of variable daytime_points_dimension from new to old metadata -INFO: Converting local name cs_parm(9) of variable entrainment_efficiency_tunable_parameter_9_CS from new to old metadata -INFO: Converting local name flx_form of variable flag_flux_form_CS from new to old metadata -INFO: Converting local name dtsfc_cpl of variable cumulative_surface_upward_sensible_heat_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name nstf_name(1) of variable flag_for_nsstm_run from new to old metadata -INFO: Converting local name ca_sgs of variable flag_for_sgs_cellular_automata from new to old metadata -INFO: Converting local name mg_qcmin(1) of variable mg_minimum_cloud_condensed_water_mixing_ratio from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio from new to old metadata -INFO: Converting local name rilist of variable gas_constants_for_multi_gases_physics from new to old metadata -INFO: Converting local name dtauy2d_ls of variable y_momentum_tendency_from_large_scale_gwd from new to old metadata -INFO: Converting local name oz_coeff of variable number_of_coefficients_in_ozone_forcing_data from new to old metadata -INFO: Converting local name edmf_qt of variable emdf_updraft_total_water from new to old metadata -INFO: Converting local name stmassxy of variable stem_mass from new to old metadata -INFO: Converting local name dgraupelprv of variable graupel_precipitation_rate_from_previous_timestep from new to old metadata -INFO: Converting local name gq0(:,:,index_for_mass_weighted_rime_factor) of variable mass_weighted_rime_factor_updated_by_physics from new to old metadata -INFO: Converting local name alnwf of variable mean_nir_albedo_with_weak_cosz_dependency from new to old metadata -INFO: Converting local name smoiseq of variable equilibrium_soil_water_content from new to old metadata -INFO: Converting local name psautco of variable coefficient_from_cloud_ice_to_snow from new to old metadata -INFO: Converting local name fhlwr of variable frequency_for_longwave_radiation from new to old metadata -INFO: Converting local name xtts of variable sensitivity_of_dtl_heat_content_to_surface_temperature from new to old metadata -INFO: Converting local name tracers_start_index of variable start_index_of_other_tracers from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_ice_cloud_condensate) of variable tendency_of_ice_cloud_water_mixing_ratio_due_to_model_physics from new to old metadata -INFO: Converting local name jsd of variable starting_y_direction_index_domain from new to old metadata -INFO: Converting local name semis_land of variable surface_longwave_emissivity_over_land_interstitial from new to old metadata -INFO: Converting local name tdomr of variable dominant_rain_type from new to old metadata -INFO: Converting local name conv_act of variable gf_memory_counter from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_ice_cloud_number_concentration) of variable ice_number_concentration from new to old metadata -INFO: Converting local name ugrs(:,1) of variable x_wind_at_lowest_model_layer from new to old metadata -INFO: Converting local name qicn of variable mass_fraction_of_convective_cloud_ice from new to old metadata -INFO: Converting local name fh2_ice of variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_ice from new to old metadata -INFO: Converting local name tsq of variable t_prime_squared from new to old metadata -INFO: Converting local name tdomip of variable dominant_sleet_type from new to old metadata -INFO: Converting local name lslwr of variable flag_to_calc_lw from new to old metadata -INFO: Converting local name GFS_cldprop_type of variable GFS_cldprop_type from new to old metadata -INFO: Converting local name imp_physics of variable flag_for_microphysics_scheme from new to old metadata -INFO: Converting local name sfcalb(:,1) of variable surface_albedo_due_to_near_IR_direct from new to old metadata -INFO: Converting local name mg_do_graupel of variable mg_flag_for_graupel from new to old metadata -INFO: Converting local name soilm of variable soil_moisture_content from new to old metadata -INFO: Converting local name exch_m of variable atmosphere_momentum_diffusivity_for_mynnpbl from new to old metadata -INFO: Converting local name wetdpc of variable instantaneous_convective_scale_wet_deposition from new to old metadata -INFO: Converting local name el_pbl of variable mixing_length from new to old metadata -INFO: Converting local name ncnvc of variable index_for_convective_cloud_cover_in_phy_f3d from new to old metadata -INFO: Converting local name fn_nml of variable namelist_filename from new to old metadata -INFO: Converting local name weasd_ocean of variable water_equivalent_accumulated_snow_depth_over_ocean from new to old metadata -INFO: Converting local name evfact_deep of variable rain_evaporation_coefficient_deep_convection from new to old metadata -INFO: Converting local name dqsfc of variable cumulative_surface_upward_latent_heat_flux_for_diag_multiplied_by_timestep from new to old metadata -INFO: Converting local name totgrpb of variable accumulated_lwe_thickness_of_graupel_amount_in_bucket from new to old metadata -INFO: Converting local name trans_aero of variable flag_for_aerosol_convective_transport_and_PBL_diffusion from new to old metadata -INFO: Converting local name dusfc_bl of variable integrated_x_momentum_flux_from_blocking_drag from new to old metadata -INFO: Converting local name gw_kdis of variable eddy_mixing_due_to_ugwp from new to old metadata -INFO: Converting local name mg_qcmin of variable mg_minimum_cloud_condensed_water_and_ice_mixing_ratio from new to old metadata -INFO: Converting local name dq3dt(:,:,3) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_shal_convection from new to old metadata -INFO: Converting local name qi of variable cloud_ice_specific_humidity_at_Lagrangian_surface from new to old metadata -INFO: Converting local name imfshalcnv_gf of variable flag_for_ntiedtke_shallow_convection_scheme from new to old metadata -INFO: Converting local name zorl_ocean of variable surface_roughness_length_over_ocean_interstitial from new to old metadata -INFO: Converting local name tsfc_ice of variable surface_skin_temperature_over_ice_interstitial from new to old metadata -INFO: Converting local name input_nml_file_length of variable number_of_lines_of_namelist_filename_for_internal_file_reads from new to old metadata -INFO: Converting local name flhc of variable surface_exchange_coefficient_for_heat from new to old metadata -INFO: Converting local name qke of variable tke_at_mass_points from new to old metadata -INFO: Converting local name snowd of variable surface_snow_thickness_water_equivalent from new to old metadata -INFO: Converting local name ncpr of variable local_rain_number_concentration from new to old metadata -INFO: Converting local name ldiag3d of variable flag_diagnostics_3D from new to old metadata -INFO: Converting local name ffhh_ocean of variable Monin_Obukhov_similarity_function_for_heat_over_ocean from new to old metadata -INFO: Converting local name nsamftrac of variable number_of_tracers_for_samf from new to old metadata -INFO: Converting local name con_hvap of variable latent_heat_of_vaporization_of_water_at_0C from new to old metadata -INFO: Converting local name dtaux2d_fd of variable x_momentum_tendency_from_form_drag from new to old metadata -INFO: Converting local name levh2o of variable vertical_dimension_of_h2o_forcing_data from new to old metadata -INFO: Converting local name ras of variable flag_for_ras_deep_convection from new to old metadata -INFO: Converting local name ialb of variable flag_for_using_climatology_albedo from new to old metadata -INFO: Converting local name raincd of variable lwe_thickness_of_deep_convective_precipitation_amount from new to old metadata -INFO: Converting local name alb1d of variable surface_albedo_perturbation from new to old metadata -INFO: Converting local name nwat of variable number_of_water_species from new to old metadata -INFO: Converting local name dwn_mf of variable cumulative_atmosphere_downdraft_convective_mass_flux from new to old metadata -INFO: Converting local name save_t of variable air_temperature_save from new to old metadata -INFO: Converting local name fice of variable sea_ice_concentration from new to old metadata -INFO: Converting local name dvisdf_cpl of variable cumulative_surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name cvb of variable pressure_at_bottom_of_convective_cloud from new to old metadata -INFO: Converting local name save_q(:,:,index_for_ice_cloud_condensate) of variable ice_water_mixing_ratio_save from new to old metadata -INFO: Converting local name gq0(:,:,index_for_snow_water) of variable snow_water_mixing_ratio_updated_by_physics from new to old metadata -INFO: Converting local name qrain of variable sensible_heat_flux_due_to_rainfall from new to old metadata -INFO: Converting local name stress_ocean of variable surface_wind_stress_over_ocean from new to old metadata -INFO: Converting local name adjsfculw_land of variable surface_upwelling_longwave_flux_over_land_interstitial from new to old metadata -INFO: Converting local name ndust of variable number_of_dust_bins_for_diagnostics from new to old metadata -INFO: Converting local name GFS_radtend_type of variable GFS_radtend_type from new to old metadata -INFO: Converting local name ngas of variable number_of_gases_for_multi_gases_physics from new to old metadata -INFO: Converting local name diceprv of variable ice_precipitation_rate_from_previous_timestep from new to old metadata -INFO: Converting local name con_ttp of variable triple_point_temperature_of_water from new to old metadata -INFO: Converting local name rechxy of variable water_table_recharge_when_shallow from new to old metadata -INFO: Converting local name ffhh of variable Monin_Obukhov_similarity_function_for_heat from new to old metadata -INFO: Converting local name edmf_w of variable emdf_updraft_vertical_velocity from new to old metadata -INFO: Converting local name sed_supersat of variable mg_allow_supersat_after_sed from new to old metadata -INFO: Converting local name sr of variable ratio_of_snowfall_to_rainfall from new to old metadata -INFO: Converting local name stc of variable soil_temperature from new to old metadata -INFO: Converting local name idate of variable date_and_time_at_model_initialization_reordered from new to old metadata -INFO: Converting local name nctp of variable number_of_cloud_types_CS from new to old metadata -INFO: Converting local name levrp1 of variable number_of_vertical_layers_for_radiation_calculations_plus_one from new to old metadata -INFO: Converting local name v10mmax of variable maximum_y_wind_at_10m from new to old metadata -INFO: Converting local name clouds(:,:,8) of variable cloud_snow_water_path from new to old metadata -INFO: Converting local name dusfc of variable cumulative_surface_x_momentum_flux_for_diag_multiplied_by_timestep from new to old metadata -INFO: Converting local name sfcalb(:,3) of variable surface_albedo_due_to_UV_and_VIS_direct from new to old metadata -INFO: Converting local name zmtnblck of variable level_of_dividing_streamline from new to old metadata -INFO: Converting local name xcosz of variable instantaneous_cosine_of_zenith_angle from new to old metadata -INFO: Converting local name CCPP_interstitial_type of variable CCPP_interstitial_type from new to old metadata -INFO: Converting local name theta of variable angle_from_east_of_maximum_subgrid_orographic_variations from new to old metadata -INFO: Converting local name nbdsw of variable number_of_aerosol_bands_for_shortwave_radiation from new to old metadata -INFO: Converting local name dqsfc1 of variable instantaneous_surface_upward_latent_heat_flux from new to old metadata -INFO: Converting local name htrsw of variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_timestep from new to old metadata -INFO: Converting local name gq0(:,:,index_for_graupel_number_concentration) of variable graupel_number_concentration_updated_by_physics from new to old metadata -INFO: Converting local name ntgnc of variable index_for_graupel_number_concentration from new to old metadata -INFO: Converting local name semis of variable surface_longwave_emissivity from new to old metadata -INFO: Converting local name ca_smooth of variable flag_for_gaussian_spatial_filter from new to old metadata -INFO: Converting local name zhour of variable time_since_diagnostics_zeroed from new to old metadata -INFO: Converting local name uswsfci of variable surface_upwelling_shortwave_flux from new to old metadata -INFO: Converting local name dq3dt(:,:,6) of variable cumulative_change_in_ozone_concentration_due_to_production_and_loss_rate from new to old metadata -INFO: Converting local name con_t0c of variable temperature_at_zero_celsius from new to old metadata -INFO: Converting local name dvsfcin_cpl of variable surface_y_momentum_flux_for_coupling from new to old metadata -INFO: Converting local name runoff of variable total_runoff from new to old metadata -INFO: Converting local name upd_mf of variable cumulative_atmosphere_updraft_convective_mass_flux from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_for_cloud_fraction_in_3d_arrays_for_microphysics) of variable cloud_fraction_for_MG from new to old metadata -INFO: Converting local name indcld of variable index_for_cloud_fraction_in_3d_arrays_for_microphysics from new to old metadata -INFO: Converting local name vegtype of variable vegetation_type_classification from new to old metadata -INFO: Converting local name ied of variable ending_x_direction_index_domain from new to old metadata -INFO: Converting local name transa of variable cumulative_transpiration_flux_multiplied_by_timestep from new to old metadata -INFO: Converting local name dt3dt(:,:,2) of variable cumulative_change_in_temperature_due_to_shortwave_radiation from new to old metadata -INFO: Converting local name dvsfc_ls of variable integrated_y_momentum_flux_from_large_scale_gwd from new to old metadata -INFO: Converting local name snowd_ocean of variable surface_snow_thickness_water_equivalent_over_ocean from new to old metadata -INFO: Converting local name clouds(:,:,2) of variable cloud_liquid_water_path from new to old metadata -INFO: Converting local name visbmui of variable surface_upwelling_direct_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name plvl of variable air_pressure_at_interface_for_radiation_in_hPa from new to old metadata -INFO: Converting local name uustar_land of variable surface_friction_velocity_over_land from new to old metadata -INFO: Converting local name phy_myj_akms of variable momentum_exchange_coefficient_for_MYJ_schemes from new to old metadata -INFO: Converting local name cnv_fice of variable ice_fraction_in_convective_tower from new to old metadata -INFO: Converting local name nbdlw of variable number_of_aerosol_bands_for_longwave_radiation from new to old metadata -INFO: Converting local name dudt_mtb of variable instantaneous_change_in_x_wind_due_to_mountain_blocking_drag from new to old metadata -INFO: Converting local name rb_ocean of variable bulk_richardson_number_at_lowest_model_level_over_ocean from new to old metadata -INFO: Converting local name ccnorm of variable flag_for_cloud_condensate_normalized_by_cloud_cover from new to old metadata -INFO: Converting local name dqdt of variable tendency_of_tracers_due_to_model_physics from new to old metadata -INFO: Converting local name u10m of variable x_wind_at_10m from new to old metadata -INFO: Converting local name tmpmin of variable minimum_temperature_at_2m from new to old metadata -INFO: Converting local name save_u of variable x_wind_save from new to old metadata -INFO: Converting local name tsnow of variable snow_temperature_bottom_first_layer from new to old metadata -INFO: Converting local name kind_INTEGER of variable kind_INTEGER from new to old metadata -INFO: Converting local name nswsfc_cpl of variable cumulative_surface_net_downward_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name vgrs(:,1) of variable y_wind_at_lowest_model_layer from new to old metadata -INFO: Converting local name bl_mynn_edmf_tke of variable edmf_tke_transport_flag from new to old metadata -INFO: Converting local name tile_num of variable number_of_tile from new to old metadata -INFO: Converting local name con_pi of variable pi from new to old metadata -INFO: Converting local name abem of variable instantaneous_anthopogenic_and_biomass_burning_emissions from new to old metadata -INFO: Converting local name latidxprnt of variable latitude_index_in_debug_printouts from new to old metadata -INFO: Converting local name tcrf of variable cloud_phase_transition_denominator from new to old metadata -INFO: Converting local name cpilist of variable specific_heat_capacities_for_multi_gases_physics from new to old metadata -INFO: Converting local name tprcp_ocean of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_ocean from new to old metadata -INFO: Converting local name vgrs of variable y_wind from new to old metadata -INFO: Converting local name me of variable mpi_rank from new to old metadata -INFO: Converting local name nseffr of variable index_for_snow_effective_radius from new to old metadata -INFO: Converting local name crtrh(1) of variable critical_relative_humidity_at_surface from new to old metadata -INFO: Converting local name nrcm of variable array_dimension_of_random_number from new to old metadata -INFO: Converting local name phy_f2d(:,2) of variable surface_air_pressure_at_previous_time_step from new to old metadata -INFO: Converting local name totice of variable accumulated_lwe_thickness_of_ice_amount from new to old metadata -INFO: Converting local name vdftra of variable vertically_diffused_tracer_concentration from new to old metadata -INFO: Converting local name clam_shal of variable entrainment_rate_coefficient_shallow_convection from new to old metadata -INFO: Converting local name ulwsfc of variable cumulative_surface_upwelling_longwave_flux_multiplied_by_timestep from new to old metadata -INFO: Converting local name cldf of variable cloud_area_fraction from new to old metadata -INFO: Converting local name prslk of variable dimensionless_exner_function_at_model_layers from new to old metadata -INFO: Converting local name imp_physics_wsm6 of variable flag_for_wsm6_microphysics_scheme from new to old metadata -INFO: Converting local name blksz(ccpp_block_number) of variable horizontal_loop_extent from new to old metadata -INFO: Converting local name dtp of variable time_step_for_physics from new to old metadata -INFO: Converting local name nnirdf_cpl of variable cumulative_surface_net_downward_diffuse_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name tsurf_ice of variable surface_skin_temperature_after_iteration_over_ice from new to old metadata -INFO: Converting local name snowfallac of variable total_accumulated_snowfall from new to old metadata -INFO: Converting local name solhr of variable forecast_hour_of_the_day from new to old metadata -INFO: Converting local name use_zmtnblck of variable flag_for_mountain_blocking from new to old metadata -INFO: Converting local name sfcflw_type of variable sfcflw_type from new to old metadata -INFO: Converting local name rhofr of variable density_of_frozen_precipitation from new to old metadata -INFO: Converting local name dxmax of variable maximum_scaling_factor_for_critical_relative_humidity from new to old metadata -INFO: Converting local name rainc_cpl of variable lwe_thickness_of_convective_precipitation_amount_for_coupling from new to old metadata -INFO: Converting local name prautco of variable coefficient_from_cloud_water_to_rain from new to old metadata -INFO: Converting local name cumabs of variable maximum_column_heating_rate from new to old metadata -INFO: Converting local name Statein of variable GFS_statein_type_instance from new to old metadata -INFO: Converting local name ntasks of variable mpi_size from new to old metadata -INFO: Converting local name qsq of variable q_prime_squared from new to old metadata -INFO: Converting local name bl_mynn_mixqt of variable mix_total_water_flag from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_turbulent_kinetic_energy) of variable tendency_of_turbulent_kinetic_energy_due_to_model_physics from new to old metadata -INFO: Converting local name ntke of variable index_for_turbulent_kinetic_energy from new to old metadata -INFO: Converting local name kmp of variable top_layer_index_for_fast_physics from new to old metadata -INFO: Converting local name ffhh_ice of variable Monin_Obukhov_similarity_function_for_heat_over_ice from new to old metadata -INFO: Converting local name dq3dt(:,:,1) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_PBL from new to old metadata -INFO: Converting local name con_hfus of variable latent_heat_of_fusion_of_water_at_0C from new to old metadata -INFO: Converting local name isubc_lw of variable flag_for_lw_clouds_without_sub_grid_approximation from new to old metadata -INFO: Converting local name du3dt(:,:,3) of variable cumulative_change_in_x_wind_due_to_deep_convection from new to old metadata -INFO: Converting local name clx of variable fraction_of_grid_box_with_subgrid_orography_higher_than_critical_height from new to old metadata -INFO: Converting local name shoc_parm(4) of variable shoc_implicit_TKE_integration_uncentering_term from new to old metadata -INFO: Converting local name gasvmr(:,:,7) of variable volume_mixing_ratio_cfc12 from new to old metadata -INFO: Converting local name cappa of variable cappa_moist_gas_constant_at_Lagrangian_surface from new to old metadata -INFO: Converting local name cf_upi of variable convective_cloud_fraction_for_microphysics from new to old metadata -INFO: Converting local name cdata of variable ccpp_t_instance from new to old metadata -INFO: Converting local name phy_myj_akhs of variable heat_exchange_coefficient_for_MYJ_schemes from new to old metadata -INFO: Converting local name sedim of variable instantaneous_sedimentation from new to old metadata -INFO: Converting local name graupelmp of variable lwe_thickness_of_graupel_amount from new to old metadata -INFO: Converting local name skebu_wts of variable weights_for_stochastic_skeb_perturbation_of_x_wind_flipped from new to old metadata -INFO: Converting local name GFS_control_type of variable GFS_control_type from new to old metadata -INFO: Converting local name yearlen of variable number_of_days_in_year from new to old metadata -INFO: Converting local name save_q(:,:,index_for_water_vapor) of variable water_vapor_specific_humidity_save from new to old metadata -INFO: Converting local name smois of variable volume_fraction_of_soil_moisture_for_land_surface_model from new to old metadata -INFO: Converting local name gq0(:,:,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio_updated_by_physics from new to old metadata -INFO: Converting local name pwat of variable column_precipitable_water from new to old metadata -INFO: Converting local name cld1d of variable cloud_work_function from new to old metadata -INFO: Converting local name qvi of variable gas_tracers_for_multi_gas_physics_at_Lagrangian_surface from new to old metadata -INFO: Converting local name gabsbdlw of variable surface_downwelling_longwave_flux_absorbed_by_ground from new to old metadata -INFO: Converting local name tau_ngw of variable time_integral_of_momentum_flux_due_to_nonstationary_gravity_wave from new to old metadata -INFO: Converting local name xlat_d of variable latitude_degree from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_for_ice_effective_radius) of variable effective_radius_of_stratiform_cloud_ice_particle_in_um from new to old metadata -INFO: Converting local name nieffr of variable index_for_ice_effective_radius from new to old metadata -INFO: Converting local name do_ca of variable flag_for_cellular_automata from new to old metadata -INFO: Converting local name wtxy of variable water_storage_in_aquifer_and_saturated_soil from new to old metadata -INFO: Converting local name srunoff of variable surface_runoff from new to old metadata -INFO: Converting local name ntrnc of variable index_for_rain_number_concentration from new to old metadata -INFO: Converting local name ustm of variable surface_friction_velocity_drag from new to old metadata -INFO: Converting local name cnvprcp of variable cumulative_lwe_thickness_of_convective_precipitation_amount from new to old metadata -INFO: Converting local name imfdeepcnv_samf of variable flag_for_samf_deep_convection_scheme from new to old metadata -INFO: Converting local name si of variable vertical_sigma_coordinate_for_radiation_initialization from new to old metadata -INFO: Converting local name gwdcu of variable tendency_of_x_wind_due_to_convective_gravity_wave_drag from new to old metadata -INFO: Converting local name elvmax of variable maximum_subgrid_orography from new to old metadata -INFO: Converting local name slimskin_cpl of variable sea_land_ice_mask_in from new to old metadata -INFO: Converting local name dtsfc_cice of variable surface_upward_sensible_heat_flux_for_coupling_interstitial from new to old metadata -INFO: Converting local name do_mynnedmf of variable do_mynnedmf from new to old metadata -INFO: Converting local name zorll of variable surface_roughness_length_over_land from new to old metadata -INFO: Converting local name nswsfci_cpl of variable instantaneous_surface_net_downward_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name do_cldice of variable mg_flag_for_cloud_ice_processes from new to old metadata -INFO: Converting local name alboldxy of variable snow_albedo_at_previous_time_step from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_graupel) of variable graupel_mixing_ratio from new to old metadata -INFO: Converting local name rhcmax of variable maximum_critical_relative_humidity from new to old metadata -INFO: Converting local name Stateout of variable GFS_stateout_type_instance from new to old metadata -INFO: Converting local name nirbmdi of variable surface_downwelling_direct_near_infrared_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name gfluxi of variable instantaneous_surface_ground_heat_flux from new to old metadata -INFO: Converting local name drainncprv of variable explicit_rainfall_rate_from_previous_timestep from new to old metadata -INFO: Converting local name gflx of variable upward_heat_flux_in_soil from new to old metadata -INFO: Converting local name hflx_ocean of variable kinematic_surface_upward_sensible_heat_flux_over_ocean from new to old metadata -INFO: Converting local name nvdiff of variable number_of_vertical_diffusion_tracers from new to old metadata -INFO: Converting local name dspheat of variable flag_TKE_dissipation_heating from new to old metadata -INFO: Converting local name fhswr of variable frequency_for_shortwave_radiation from new to old metadata -INFO: Converting local name nthreads of variable omp_threads from new to old metadata -INFO: Converting local name islmsk of variable sea_land_ice_mask from new to old metadata -INFO: Converting local name ntchmdiag of variable number_of_chemical_tracers_for_diagnostics from new to old metadata -INFO: Converting local name nstf_name(5) of variable vertical_temperature_average_range_upper_bound from new to old metadata -INFO: Converting local name forceq of variable moisture_tendency_due_to_dynamics from new to old metadata -INFO: Converting local name nseasalt of variable number_of_seasalt_bins_for_diagnostics from new to old metadata -INFO: Converting local name gasvmr(:,:,2) of variable volume_mixing_ratio_n2o from new to old metadata -INFO: Converting local name ctei_rml of variable grid_sensitive_critical_cloud_top_entrainment_instability_criteria from new to old metadata -INFO: Converting local name sfc_wts of variable weights_for_stochastic_surface_physics_perturbation from new to old metadata -INFO: Converting local name oc of variable convexity_of_subgrid_orography from new to old metadata -INFO: Converting local name ep1d of variable surface_upward_potential_latent_heat_flux from new to old metadata -INFO: Converting local name u10mmax of variable maximum_x_wind_at_10m from new to old metadata -INFO: Converting local name nca of variable number_of_independent_cellular_automata from new to old metadata -INFO: Converting local name rtmassxy of variable fine_root_mass from new to old metadata -INFO: Converting local name ffmm_ocean of variable Monin_Obukhov_similarity_function_for_momentum_over_ocean from new to old metadata -INFO: Converting local name pertlai of variable magnitude_of_perturbation_of_leaf_area_index from new to old metadata -INFO: Converting local name mg_ncnst of variable mg_drop_concentration_constant from new to old metadata -INFO: Converting local name pgcon_shal of variable momentum_transport_reduction_factor_pgf_shallow_convection from new to old metadata -INFO: Converting local name edmf_qc of variable emdf_updraft_cloud_water from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_graupel) of variable tendency_of_graupel_mixing_ratio_due_to_model_physics from new to old metadata -INFO: Converting local name acvt of variable largest_cloud_top_vertical_index_encountered_thus_far from new to old metadata -INFO: Converting local name cmm of variable surface_drag_wind_speed_for_momentum_in_air from new to old metadata -INFO: Converting local name dt_cool of variable sub_layer_cooling_amount from new to old metadata -INFO: Converting local name qc_r of variable cloud_liquid_water_mixing_ratio from new to old metadata -INFO: Converting local name ral_ts of variable time_scale_for_rayleigh_damping from new to old metadata -INFO: Converting local name GFS_diag_type of variable GFS_diag_type from new to old metadata -INFO: Converting local name dnirdfi_cpl of variable instantaneous_surface_downwelling_diffuse_near_infrared_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name chh_ice of variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_ice from new to old metadata -INFO: Converting local name flipv of variable flag_flip from new to old metadata -INFO: Converting local name ldiag_ugwp of variable diag_ugwp_flag from new to old metadata -INFO: Converting local name ctei_r of variable cloud_top_entrainment_instability_value from new to old metadata -INFO: Converting local name ccn_nm of variable ccn_number_concentration from new to old metadata -INFO: Converting local name edmf_ent of variable emdf_updraft_entrainment_rate from new to old metadata -INFO: Converting local name htswc of variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step from new to old metadata -INFO: Converting local name phy_myj_thz0 of variable potential_temperature_at_viscous_sublayer_top from new to old metadata -INFO: Converting local name bl_mynn_edmf of variable edmf_flag from new to old metadata -INFO: Converting local name con_rd of variable gas_constant_dry_air from new to old metadata -INFO: Converting local name qss_land of variable surface_specific_humidity_over_land from new to old metadata -INFO: Converting local name zt1d of variable perturbation_of_heat_to_momentum_roughness_length_ratio from new to old metadata -INFO: Converting local name imp_physics_zhao_carr of variable flag_for_zhao_carr_microphysics_scheme from new to old metadata -INFO: Converting local name delz of variable thickness_at_Lagrangian_surface from new to old metadata -INFO: Converting local name dtsfci of variable instantaneous_surface_upward_sensible_heat_flux_for_diag from new to old metadata -INFO: Converting local name dvsfc_fd of variable integrated_y_momentum_flux_from_form_drag from new to old metadata -INFO: Converting local name totprcpb of variable accumulated_lwe_thickness_of_precipitation_amount_in_bucket from new to old metadata -INFO: Converting local name tcr of variable cloud_phase_transition_threshold_temperature from new to old metadata -INFO: Converting local name clstp of variable convective_cloud_switch from new to old metadata -INFO: Converting local name isatmedmf_vdifq of variable choice_of_updated_scale_aware_TKE_moist_EDMF_PBL from new to old metadata -INFO: Converting local name coszen of variable cosine_of_zenith_angle from new to old metadata -INFO: Converting local name nifa2d of variable tendency_of_ice_friendly_aerosols_at_surface from new to old metadata -INFO: Converting local name icy of variable flag_nonzero_sea_ice_surface_fraction from new to old metadata -INFO: Converting local name dudt of variable tendency_of_x_wind_due_to_model_physics from new to old metadata -INFO: Converting local name bl_dnfr of variable downdraft_fraction_in_boundary_layer_mass_flux_scheme from new to old metadata -INFO: Converting local name snohf of variable snow_freezing_rain_upward_latent_heat_flux from new to old metadata -INFO: Converting local name bexp1d of variable perturbation_of_soil_type_b_parameter from new to old metadata -INFO: Converting local name faersw of variable aerosol_optical_properties_for_shortwave_bands_01_16 from new to old metadata -INFO: Converting local name dtdt of variable tendency_of_air_temperature_due_to_model_physics from new to old metadata -INFO: Converting local name nvisdf_cpl of variable cumulative_surface_net_downward_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name dqsfcin_cpl of variable surface_upward_latent_heat_flux_for_coupling from new to old metadata -INFO: Converting local name con_p0 of variable standard_atmospheric_pressure from new to old metadata -INFO: Converting local name con_epsq of variable minimum_value_of_specific_humidity from new to old metadata -INFO: Converting local name dusfci_cpl of variable instantaneous_surface_x_momentum_flux_for_coupling from new to old metadata -INFO: Converting local name ep1d_ice of variable surface_upward_potential_latent_heat_flux_over_ice from new to old metadata -INFO: Converting local name fhour of variable forecast_time from new to old metadata -INFO: Converting local name refl_10cm of variable radar_reflectivity_10cm from new to old metadata -INFO: Converting local name shum_wts of variable weights_for_stochastic_shum_perturbation_flipped from new to old metadata -INFO: Converting local name dspfac of variable tke_dissipative_heating_factor from new to old metadata -INFO: Converting local name nnirbmi_cpl of variable instantaneous_surface_net_downward_direct_near_infrared_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name c1_deep of variable detrainment_conversion_parameter_deep_convection from new to old metadata -INFO: Converting local name dt3dt(:,:,4) of variable cumulative_change_in_temperature_due_to_deep_convection from new to old metadata -INFO: Converting local name dv3dt(:,:,4) of variable cumulative_change_in_y_wind_due_to_convective_gravity_wave_drag from new to old metadata -INFO: Converting local name phy_myj_a1u of variable weight_for_momentum_at_viscous_sublayer_top from new to old metadata -INFO: Converting local name iopt_stc of variable flag_for_soil_and_snow_temperature_time_stepping_option from new to old metadata -INFO: Converting local name adjvisbmd of variable surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux from new to old metadata -INFO: Converting local name icloud_bl of variable couple_sgs_clouds_to_radiation_flag from new to old metadata -INFO: Converting local name rb of variable bulk_richardson_number_at_lowest_model_level from new to old metadata -INFO: Converting local name faerlw(:,:,:,2) of variable aerosol_single_scattering_albedo_for_longwave_bands_01_16 from new to old metadata -INFO: Converting local name phy_myj_elflx of variable kinematic_surface_latent_heat_flux from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_for_snow_effective_radius) of variable effective_radius_of_stratiform_cloud_snow_particle_in_um from new to old metadata -INFO: Converting local name iopt_tbot of variable flag_for_lower_boundary_soil_temperature_option from new to old metadata -INFO: Converting local name pdfflag of variable flag_for_pdf_for_morrison_gettelman_microphysics_scheme from new to old metadata -INFO: Converting local name do_aw of variable flag_for_Arakawa_Wu_adjustment from new to old metadata -INFO: Converting local name do_tofd of variable turb_oro_form_drag_flag from new to old metadata -INFO: Converting local name dqdti of variable instantaneous_water_vapor_specific_humidity_tendency_due_to_convection from new to old metadata -INFO: Converting local name qi_r of variable cloud_ice_mixing_ratio from new to old metadata -INFO: Converting local name flag_iter of variable flag_for_iteration from new to old metadata -INFO: Converting local name CLDFRA_BL of variable subgrid_cloud_fraction_pbl from new to old metadata -INFO: Converting local name zorl_ice of variable surface_roughness_length_over_ice_interstitial from new to old metadata -INFO: Converting local name dd_mf of variable instantaneous_atmosphere_downdraft_convective_mass_flux from new to old metadata -INFO: Converting local name visdfui of variable surface_upwelling_diffuse_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name julian of variable julian_day from new to old metadata -INFO: Converting local name cd_ice of variable surface_drag_coefficient_for_momentum_in_air_over_ice from new to old metadata -INFO: Converting local name iovr_lw of variable flag_for_max_random_overlap_clouds_for_longwave_radiation from new to old metadata -INFO: Converting local name lmp of variable adjusted_vertical_level_dimension_for_radiation from new to old metadata -INFO: Converting local name kdt of variable index_of_time_step from new to old metadata -INFO: Converting local name ushfsfci of variable instantaneous_surface_upward_sensible_heat_flux_for_chemistry_coupling from new to old metadata -INFO: Converting local name rb_land of variable bulk_richardson_number_at_lowest_model_level_over_land from new to old metadata -INFO: Converting local name uustar of variable surface_friction_velocity from new to old metadata -INFO: Converting local name adjnirbmu of variable surface_upwelling_direct_near_infrared_shortwave_flux from new to old metadata -INFO: Converting local name do_mynnsfclay of variable do_mynnsfclay from new to old metadata -INFO: Converting local name aero_in of variable flag_for_aerosol_input_MG from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_water_vapor) of variable tendency_of_water_vapor_specific_humidity_due_to_model_physics from new to old metadata -INFO: Converting local name mol of variable theta_star from new to old metadata -INFO: Converting local name fwetxy of variable area_fraction_of_wet_canopy from new to old metadata -INFO: Converting local name phy_f2d(:,1) of variable surface_air_pressure_two_time_steps_back from new to old metadata -INFO: Converting local name topflw of variable lw_fluxes_top_atmosphere from new to old metadata -INFO: Converting local name satmedmf of variable flag_for_scale_aware_TKE_moist_EDMF_PBL from new to old metadata -INFO: Converting local name waxy of variable water_storage_in_aquifer from new to old metadata -INFO: Converting local name snow of variable lwe_thickness_of_snow_amount_on_dynamics_timestep from new to old metadata -INFO: Converting local name ivegsrc of variable vegetation_type_dataset_choice from new to old metadata -INFO: Converting local name sigmaf of variable bounded_vegetation_area_fraction from new to old metadata -INFO: Converting local name f_rain of variable fraction_of_rain_water_cloud from new to old metadata -INFO: Converting local name dkt of variable instantaneous_atmosphere_heat_diffusivity from new to old metadata -INFO: Converting local name asolfac_deep of variable aerosol_aware_parameter_deep_convection from new to old metadata -INFO: Converting local name dv3dt(:,:,2) of variable cumulative_change_in_y_wind_due_to_orographic_gravity_wave_drag from new to old metadata -INFO: Converting local name ipr of variable horizontal_index_of_printed_column from new to old metadata -INFO: Converting local name npzcappa of variable vertical_dimension_for_cappa_at_Lagrangian_surface from new to old metadata -INFO: Converting local name clam_deep of variable entrainment_rate_coefficient_deep_convection from new to old metadata -INFO: Converting local name dusfci of variable instantaneous_surface_x_momentum_flux_for_diag from new to old metadata -INFO: Converting local name cs_parm(4) of variable detrainment_and_precipitation_tunable_parameter_4_CS from new to old metadata -INFO: Converting local name levsp1 of variable vertical_dimension_plus_one from new to old metadata -INFO: Converting local name con_cp of variable specific_heat_of_dry_air_at_constant_pressure from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_water_vapor) of variable water_vapor_specific_humidity from new to old metadata -INFO: Converting local name prsik(:,1) of variable dimensionless_exner_function_at_lowest_model_interface from new to old metadata -INFO: Converting local name gasvmr(:,:,5) of variable volume_mixing_ratio_co from new to old metadata -INFO: Converting local name mg_ngcons of variable mg_flag_graupel_concentration_constant from new to old metadata -INFO: Converting local name acsnow of variable accumulated_water_equivalent_of_frozen_precip from new to old metadata -INFO: Converting local name levsm1 of variable vertical_dimension_minus_one from new to old metadata -INFO: Converting local name phy_myj_a1t of variable weight_for_potental_temperature_at_viscous_sublayer_top from new to old metadata -INFO: Converting local name ntracp1 of variable number_of_tracers_plus_one from new to old metadata -INFO: Converting local name GFS_Data of variable GFS_data_type_instance_all_blocks from new to old metadata -INFO: Converting local name zol of variable surface_stability_parameter from new to old metadata -INFO: Converting local name CCPP_interstitial of variable CCPP_interstitial_type_instance from new to old metadata -INFO: Converting local name isd of variable starting_x_direction_index_domain from new to old metadata -INFO: Converting local name cplflx of variable flag_for_flux_coupling from new to old metadata -INFO: Converting local name lradar of variable flag_for_radar_reflectivity from new to old metadata -INFO: Converting local name iseed_ca of variable seed_for_random_number_generation_in_cellular_automata_scheme from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_for_convective_cloud_cover_in_phy_f3d) of variable convective_cloud_cover_in_phy_f3d from new to old metadata -INFO: Converting local name dqsfci of variable instantaneous_surface_upward_latent_heat_flux_for_diag from new to old metadata -INFO: Converting local name dxmin of variable minimum_scaling_factor_for_critical_relative_humidity from new to old metadata -INFO: Converting local name sppt_wts of variable weights_for_stochastic_sppt_perturbation from new to old metadata -INFO: Converting local name tahxy of variable canopy_air_temperature from new to old metadata -INFO: Converting local name imn of variable forecast_month from new to old metadata -INFO: Converting local name evcw of variable canopy_upward_latent_heat_flux from new to old metadata -INFO: Converting local name input_nml_file of variable namelist_filename_for_internal_file_reads from new to old metadata -INFO: Converting local name raddt of variable time_step_for_radiation from new to old metadata -INFO: Converting local name dvisbmi_cpl of variable instantaneous_surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name gwdcv of variable tendency_of_y_wind_due_to_convective_gravity_wave_drag from new to old metadata -INFO: Converting local name evbsa of variable cumulative_soil_upward_latent_heat_flux_multiplied_by_timestep from new to old metadata -INFO: Converting local name cldwrk of variable cumulative_cloud_work_function from new to old metadata -INFO: Converting local name npzdelz of variable vertical_dimension_for_thickness_at_Lagrangian_surface from new to old metadata -INFO: Converting local name dvsfc_cice of variable surface_y_momentum_flux_for_coupling_interstitial from new to old metadata -INFO: Converting local name ql of variable cloud_liquid_water_specific_humidity_at_Lagrangian_surface from new to old metadata -INFO: Converting local name imp_physics_fer_hires of variable flag_for_fer_hires_microphysics_scheme from new to old metadata -INFO: Converting local name dvdt of variable tendency_of_y_wind_due_to_model_physics from new to old metadata -INFO: Converting local name dusfc_cpl of variable cumulative_surface_x_momentum_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name prsl(:,1) of variable air_pressure_at_lowest_model_layer from new to old metadata -INFO: Converting local name ktop_shallow of variable k_level_of_highest_reaching_plume from new to old metadata -INFO: Converting local name sfcfsw of variable sw_fluxes_sfc from new to old metadata -INFO: Converting local name gv0 of variable y_wind_updated_by_physics from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_rain_water) of variable rain_water_mixing_ratio from new to old metadata -INFO: Converting local name cdq_ocean of variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_ocean from new to old metadata -INFO: Converting local name sfcalb(:,4) of variable surface_albedo_due_to_UV_and_VIS_diffused from new to old metadata -INFO: Converting local name gamq of variable countergradient_mixing_term_for_water_vapor from new to old metadata -INFO: Converting local name mdt of variable time_step_for_remapping_for_fast_physics from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_ice_cloud_condensate) of variable ice_water_mixing_ratio from new to old metadata -INFO: Converting local name sfcalb(:,2) of variable surface_albedo_due_to_near_IR_diffused from new to old metadata -INFO: Converting local name phy_fctd of variable cloud_base_mass_flux from new to old metadata -INFO: Converting local name weasd_land of variable water_equivalent_accumulated_snow_depth_over_land from new to old metadata -INFO: Converting local name nwfa2d of variable tendency_of_water_friendly_aerosols_at_surface from new to old metadata -INFO: Converting local name GFS_Control of variable GFS_control_type_instance from new to old metadata -INFO: Converting local name nncl of variable number_of_tracers_for_cloud_condensate from new to old metadata -INFO: Converting local name olyr of variable ozone_concentration_at_layer_for_radiation from new to old metadata -INFO: Converting local name tg3 of variable deep_soil_temperature from new to old metadata -INFO: Converting local name Radtend of variable GFS_radtend_type_instance from new to old metadata -INFO: Converting local name sinlat of variable sine_of_latitude from new to old metadata -INFO: Converting local name sppt_wts of variable weights_for_stochastic_sppt_perturbation_flipped from new to old metadata -INFO: Converting local name ng of variable number_of_ghost_zones from new to old metadata -INFO: Converting local name phil of variable geopotential from new to old metadata -INFO: Converting local name flag_frsoil of variable flag_for_frozen_soil_physics from new to old metadata -INFO: Converting local name faersw(:,:,:,2) of variable aerosol_single_scattering_albedo_for_shortwave_bands_01_16 from new to old metadata -INFO: Converting local name qc of variable cloud_fraction_at_Lagrangian_surface from new to old metadata -INFO: Converting local name do_sfcperts of variable flag_for_stochastic_surface_perturbations from new to old metadata -INFO: Converting local name betas_deep of variable downdraft_fraction_reaching_surface_over_ocean_deep_convection from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_rain_number_concentration) of variable rain_number_concentration from new to old metadata -INFO: Converting local name ifd of variable index_of_dtlm_start from new to old metadata -INFO: Converting local name area of variable cell_area_for_fast_physics from new to old metadata -INFO: Converting local name trans_trac of variable flag_for_convective_transport_of_tracers from new to old metadata -INFO: Converting local name isatmedmf of variable choice_of_scale_aware_TKE_moist_EDMF_PBL from new to old metadata -INFO: Converting local name old_monin of variable flag_for_old_PBL_scheme from new to old metadata -INFO: Converting local name cplchm of variable flag_for_chemistry_coupling from new to old metadata -INFO: Converting local name raincprv of variable lwe_thickness_of_convective_precipitation_amount_from_previous_timestep from new to old metadata -INFO: Converting local name u1 of variable x_wind_at_lowest_model_layer_for_diag from new to old metadata -INFO: Converting local name gw_dvdt of variable tendency_of_y_wind_due_to_ugwp from new to old metadata -INFO: Converting local name dtsfc1 of variable instantaneous_surface_upward_sensible_heat_flux from new to old metadata -INFO: Converting local name gasvmr(:,:,9) of variable volume_mixing_ratio_ccl4 from new to old metadata -INFO: Converting local name semis_ice of variable surface_longwave_emissivity_over_ice_interstitial from new to old metadata -INFO: Converting local name zmtb of variable time_integral_of_height_of_mountain_blocking from new to old metadata -INFO: Converting local name dtauy2d_fd of variable y_momentum_tendency_from_form_drag from new to old metadata -INFO: Converting local name lakefrac of variable lake_area_fraction from new to old metadata -INFO: Converting local name do_myjpbl of variable do_myjpbl from new to old metadata -INFO: Converting local name sncovr of variable surface_snow_area_fraction_over_land from new to old metadata -INFO: Converting local name spd10max of variable maximum_wind_at_10m_over_maximum_hourly_time_interval from new to old metadata -INFO: Converting local name faerlw(:,:,:,3) of variable aerosol_asymmetry_parameter_for_longwave_bands_01_16 from new to old metadata -INFO: Converting local name adjsfculw_ocean of variable surface_upwelling_longwave_flux_over_ocean_interstitial from new to old metadata -INFO: Converting local name nscfshoc of variable index_of_subgrid_scale_cloud_fraction_from_shoc_in_phy_f3d from new to old metadata -INFO: Converting local name qv_r of variable humidity_mixing_ratio from new to old metadata -INFO: Converting local name gq0(:,:,index_for_water_vapor) of variable water_vapor_specific_humidity_updated_by_physics from new to old metadata -INFO: Converting local name lsnow_lsm of variable snow_vertical_dimension_for_land_surface_model from new to old metadata -INFO: Converting local name dv3dt_ngw of variable time_integral_of_change_in_y_wind_due_to_nonstationary_gravity_wave from new to old metadata -INFO: Converting local name tlyr of variable air_temperature_at_layer_for_radiation from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_turbulent_kinetic_energy) of variable turbulent_kinetic_energy from new to old metadata -INFO: Converting local name h2opl of variable h2o_forcing from new to old metadata -INFO: Converting local name smc of variable volume_fraction_of_soil_moisture from new to old metadata -INFO: Converting local name latr of variable number_of_latitude_points from new to old metadata -INFO: Converting local name crick_proof of variable flag_for_CRICK_proof_cloud_water from new to old metadata -INFO: Converting local name ssem of variable instantaneous_seasalt_emission_flux from new to old metadata -INFO: Converting local name xlai1d of variable perturbation_of_leaf_area_index from new to old metadata -INFO: Converting local name tdoms of variable dominant_snow_type from new to old metadata -INFO: Converting local name canopy of variable canopy_water_amount from new to old metadata -INFO: Converting local name dtauy2d_ss of variable y_momentum_tendency_from_small_scale_gwd from new to old metadata -INFO: Converting local name forcet of variable temperature_tendency_due_to_dynamics from new to old metadata -INFO: Converting local name snowmt of variable surface_snow_melt from new to old metadata -INFO: Converting local name ttendlim of variable limit_for_temperature_tendency_for_microphysics from new to old metadata -INFO: Converting local name clouds(:,:,6) of variable cloud_rain_water_path from new to old metadata -INFO: Converting local name sigmafrac of variable convective_updraft_area_fraction from new to old metadata -INFO: Converting local name tau_tofd of variable instantaneous_momentum_flux_due_to_turbulent_orographic_form_drag from new to old metadata -INFO: Converting local name gq0(:,:,index_for_ice_friendly_aerosols) of variable ice_friendly_aerosol_number_concentration_updated_by_physics from new to old metadata -INFO: Converting local name nsswr of variable number_of_timesteps_between_shortwave_radiation_calls from new to old metadata -INFO: Converting local name ulwsfc_cice of variable surface_upwelling_longwave_flux_for_coupling_interstitial from new to old metadata -INFO: Converting local name dq3dt(:,:,8) of variable cumulative_change_in_ozone_concentration_due_to_temperature from new to old metadata -INFO: Converting local name stress_ice of variable surface_wind_stress_over_ice from new to old metadata -INFO: Converting local name is of variable starting_x_direction_index from new to old metadata -INFO: Converting local name sbsno of variable snow_deposition_sublimation_upward_latent_heat_flux from new to old metadata -INFO: Converting local name cnvprcpb of variable cumulative_lwe_thickness_of_convective_precipitation_amount_in_bucket from new to old metadata -INFO: Converting local name rdlai of variable flag_for_reading_leaf_area_index_from_input from new to old metadata -INFO: Converting local name phy_f3d(:,:,4) of variable water_vapor_specific_humidity_at_previous_time_step from new to old metadata -INFO: Converting local name area of variable cell_area from new to old metadata -INFO: Converting local name con_eps of variable ratio_of_dry_air_to_water_vapor_gas_constants from new to old metadata -INFO: Converting local name edmf_a of variable emdf_updraft_area from new to old metadata -INFO: Converting local name dusfc1 of variable instantaneous_surface_x_momentum_flux from new to old metadata -INFO: Converting local name qlcn of variable mass_fraction_of_convective_cloud_liquid_water from new to old metadata -INFO: Converting local name fh2_land of variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_land from new to old metadata -INFO: Converting local name tprcp_land of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_land from new to old metadata -INFO: Converting local name chh_land of variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_land from new to old metadata -INFO: Converting local name dt3dt(:,:,1) of variable cumulative_change_in_temperature_due_to_longwave_radiation from new to old metadata -INFO: Converting local name nfracseed of variable cellular_automata_seed_probability from new to old metadata -INFO: Converting local name cwm of variable total_cloud_condensate_mixing_ratio_updated_by_physics from new to old metadata -INFO: Converting local name u10max of variable maximum_u_wind_at_10m_over_maximum_hourly_time_interval from new to old metadata -INFO: Converting local name dvsfc_ss of variable integrated_y_momentum_flux_from_small_scale_gwd from new to old metadata -INFO: Converting local name smcref2 of variable threshold_volume_fraction_of_condensed_water_in_soil from new to old metadata -INFO: Converting local name kcnv of variable flag_deep_convection from new to old metadata -INFO: Converting local name keepsmfr of variable volume_fraction_of_frozen_soil_moisture_for_land_surface_model from new to old metadata -INFO: Converting local name frain of variable dynamics_to_physics_timestep_ratio from new to old metadata -INFO: Converting local name debug of variable flag_debug from new to old metadata -INFO: Converting local name qrn of variable local_rain_water_mixing_ratio from new to old metadata -INFO: Converting local name tsfc_ocean of variable surface_skin_temperature_over_ocean_interstitial from new to old metadata -INFO: Converting local name levr of variable number_of_vertical_layers_for_radiation_calculations from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_graupel_number_concentration) of variable graupel_number_concentration from new to old metadata -INFO: Converting local name bl_upfr of variable updraft_fraction_in_boundary_layer_mass_flux_scheme from new to old metadata -INFO: Converting local name nsfcpert of variable number_of_surface_perturbations from new to old metadata -INFO: Converting local name evpco of variable coefficient_for_evaporation_of_rainfall from new to old metadata -INFO: Converting local name iems of variable flag_for_surface_emissivity_control from new to old metadata -INFO: Converting local name dlwsfc of variable cumulative_surface_downwelling_longwave_flux_multiplied_by_timestep from new to old metadata -INFO: Converting local name cimin of variable minimum_sea_ice_concentration from new to old metadata -INFO: Converting local name zs of variable depth_of_soil_levels_for_land_surface_model from new to old metadata -INFO: Converting local name fm10_land of variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_land from new to old metadata -INFO: Converting local name lsm_noahmp of variable flag_for_noahmp_land_surface_scheme from new to old metadata -INFO: Converting local name cs_parm(1) of variable updraft_velocity_tunable_parameter_1_CS from new to old metadata -INFO: Converting local name z_c of variable sub_layer_cooling_thickness from new to old metadata -INFO: Converting local name rainc of variable lwe_thickness_of_convective_precipitation_amount_on_dynamics_timestep from new to old metadata -INFO: Converting local name do_cnvgwd of variable flag_for_convective_gravity_wave_drag from new to old metadata -INFO: Converting local name nlunit of variable iounit_namelist from new to old metadata -INFO: Converting local name gw_dtdt of variable tendency_of_air_temperature_due_to_ugwp from new to old metadata -INFO: Converting local name phy_myj_vz0 of variable v_wind_component_at_viscous_sublayer_top from new to old metadata -INFO: Converting local name dusfc_ss of variable integrated_x_momentum_flux_from_small_scale_gwd from new to old metadata -INFO: Converting local name reset of variable flag_reset_maximum_hourly_fields from new to old metadata -INFO: Converting local name idat of variable date_and_time_at_model_initialization from new to old metadata -INFO: Converting local name oceanfrac of variable sea_area_fraction from new to old metadata -INFO: Converting local name rho_h2o of variable density_of_fresh_water from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_ozone) of variable ozone_mixing_ratio from new to old metadata -INFO: Converting local name qv of variable water_vapor_specific_humidity_at_Lagrangian_surface from new to old metadata -INFO: Converting local name adjnirdfd of variable surface_downwelling_diffuse_near_infrared_shortwave_flux from new to old metadata -INFO: Converting local name ca_global of variable flag_for_global_cellular_automata from new to old metadata -INFO: Converting local name landfrac of variable land_area_fraction from new to old metadata -INFO: Converting local name iopt_btr of variable flag_for_soil_moisture_factor_stomatal_resistance_option from new to old metadata -INFO: Converting local name cqs2 of variable surface_exchange_coefficient_for_moisture_at_2m from new to old metadata -INFO: Converting local name snohfa of variable cumulative_snow_freezing_rain_upward_latent_heat_flux_multiplied_by_timestep from new to old metadata -INFO: Converting local name nvisbm_cpl of variable cumulative_surface_net_downward_direct_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name GFS_sfcprop_type of variable GFS_sfcprop_type from new to old metadata -INFO: Converting local name oz_phys of variable flag_for_ozone_physics from new to old metadata -INFO: Converting local name rhowater of variable liquid_water_density from new to old metadata -INFO: Converting local name zsnsoxy of variable layer_bottom_depth_from_snow_surface from new to old metadata -INFO: Converting local name nthresh of variable threshold_for_perturbed_vertical_velocity from new to old metadata -INFO: Converting local name phy_f3d(:,:,1) of variable air_temperature_two_time_steps_back from new to old metadata -INFO: Converting local name gq0(:,:,index_for_water_friendly_aerosols) of variable water_friendly_aerosol_number_concentration_updated_by_physics from new to old metadata -INFO: Converting local name wetness of variable normalized_soil_wetness_for_land_surface_model from new to old metadata -INFO: Converting local name v10mi_cpl of variable instantaneous_y_wind_at_10m_for_coupling from new to old metadata -INFO: Converting local name rh02min of variable minimum_relative_humidity_at_2m_over_maximum_hourly_time_interval from new to old metadata -INFO: Converting local name nf_aelw of variable number_of_aerosol_output_fields_for_longwave_radiation from new to old metadata -INFO: Converting local name isubc_sw of variable flag_for_sw_clouds_without_sub_grid_approximation from new to old metadata -INFO: Converting local name gq0(:,:,index_for_rain_number_concentration) of variable rain_number_concentration_updated_by_physics from new to old metadata -INFO: Converting local name dvsfc1 of variable instantaneous_surface_y_momentum_flux from new to old metadata -INFO: Converting local name nirdfdi of variable surface_downwelling_diffuse_near_infrared_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name isatmedmf_vdif of variable choice_of_original_scale_aware_TKE_moist_EDMF_PBL from new to old metadata -INFO: Converting local name fprcp of variable number_of_frozen_precipitation_species from new to old metadata -INFO: Converting local name tsurf_land of variable surface_skin_temperature_after_iteration_over_land from new to old metadata -INFO: Converting local name kd of variable vertical_index_difference_between_inout_and_local from new to old metadata -INFO: Converting local name LTP of variable extra_top_layer from new to old metadata -INFO: Converting local name solcon of variable solar_constant from new to old metadata -INFO: Converting local name gq0(:,:,index_for_snow_number_concentration) of variable snow_number_concentration_updated_by_physics from new to old metadata -INFO: Converting local name bl_mynn_tkebudget of variable tke_budget from new to old metadata -INFO: Converting local name xu of variable diurnal_thermocline_layer_x_current from new to old metadata -INFO: Converting local name bl_mynn_tkeadvect of variable tke_advect from new to old metadata -INFO: Converting local name hflx_ice of variable kinematic_surface_upward_sensible_heat_flux_over_ice from new to old metadata -INFO: Converting local name smcwlt2 of variable volume_fraction_of_condensed_water_in_soil_at_wilting_point from new to old metadata -INFO: Converting local name imfdeepcnv of variable flag_for_mass_flux_deep_convection_scheme from new to old metadata -INFO: Converting local name ntchm of variable number_of_chemical_tracers from new to old metadata -INFO: Converting local name ncpl of variable local_condesed_water_number_concentration from new to old metadata -INFO: Converting local name vvl of variable omega from new to old metadata -INFO: Converting local name xkzminv of variable atmosphere_heat_diffusivity_background_maximum from new to old metadata -INFO: Converting local name snowc of variable surface_snow_area_fraction from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_of_subgrid_scale_cloud_fraction_from_shoc_in_phy_f3d) of variable subgrid_scale_cloud_fraction_from_shoc from new to old metadata -INFO: Converting local name du3dt(:,:,4) of variable cumulative_change_in_x_wind_due_to_convective_gravity_wave_drag from new to old metadata -INFO: Converting local name jcap of variable number_of_spectral_wave_trancation_for_sas from new to old metadata -INFO: Converting local name cd_ocean of variable surface_drag_coefficient_for_momentum_in_air_over_ocean from new to old metadata -INFO: Converting local name vfrac of variable vegetation_area_fraction from new to old metadata -INFO: Converting local name dvdftra of variable tendency_of_vertically_diffused_tracer_concentration from new to old metadata -INFO: Converting local name npzp1 of variable vertical_dimension_for_fast_physics_plus_one from new to old metadata -INFO: Converting local name duem of variable instantaneous_dust_emission_flux from new to old metadata -INFO: Converting local name prslrd0 of variable pressure_cutoff_for_rayleigh_damping from new to old metadata -INFO: Converting local name q2m of variable specific_humidity_at_2m from new to old metadata -INFO: Converting local name chs2 of variable surface_exchange_coefficient_for_heat_at_2m from new to old metadata -INFO: Converting local name lfmassxy of variable leaf_mass from new to old metadata -INFO: Converting local name phy_f3d(:,:,2) of variable water_vapor_specific_humidity_two_time_steps_back from new to old metadata -INFO: Converting local name rainp of variable tendency_of_rain_water_mixing_ratio_due_to_microphysics from new to old metadata -INFO: Converting local name ud_mf of variable instantaneous_atmosphere_updraft_convective_mass_flux from new to old metadata -INFO: Converting local name dudt_tms of variable instantaneous_change_in_x_wind_due_to_turbulent_orographic_form_drag from new to old metadata -INFO: Converting local name mg3_as_mg2 of variable flag_mg3_as_mg2 from new to old metadata -INFO: Converting local name htlw0 of variable tendency_of_air_temperature_due_to_longwave_heating_assuming_clear_sky_on_radiation_time_step from new to old metadata -INFO: Converting local name w_d of variable coefficient_w_d from new to old metadata -INFO: Converting local name shdmax of variable maximum_vegetation_area_fraction from new to old metadata -INFO: Converting local name iccn of variable flag_for_in_ccn_forcing_for_morrison_gettelman_microphysics from new to old metadata -INFO: Converting local name htlwc of variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step from new to old metadata -INFO: Converting local name scmpsw of variable components_of_surface_downward_shortwave_fluxes from new to old metadata -INFO: Converting local name tgrs(:,1) of variable air_temperature_at_lowest_model_layer from new to old metadata -INFO: Converting local name cmxy of variable surface_drag_coefficient_for_momentum_for_noahmp from new to old metadata -INFO: Converting local name snowd_land of variable surface_snow_thickness_water_equivalent_over_land from new to old metadata -INFO: Converting local name clouds(:,:,5) of variable mean_effective_radius_for_ice_cloud from new to old metadata -INFO: Converting local name xz of variable diurnal_thermocline_layer_thickness from new to old metadata -INFO: Converting local name tsfg of variable surface_ground_temperature_for_radiation from new to old metadata -INFO: Converting local name dkt of variable atmosphere_heat_diffusivity from new to old metadata -INFO: Converting local name qgrs of variable tracer_concentration from new to old metadata -INFO: Converting local name pgcon_deep of variable momentum_transport_reduction_factor_pgf_deep_convection from new to old metadata -INFO: Converting local name wind10mmax of variable maximum_wind_at_10m from new to old metadata -INFO: Converting local name slopetype of variable surface_slope_classification from new to old metadata -INFO: Converting local name Intdiag of variable GFS_diag_type_instance from new to old metadata -INFO: Converting local name mg_nccons of variable mg_flag_drop_concentration_constant from new to old metadata -INFO: Converting local name adjvisdfd of variable surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_snow_water) of variable tendency_of_snow_water_mixing_ratio_due_to_model_physics from new to old metadata -INFO: Converting local name nlwsfc_cpl of variable cumulative_surface_net_downward_longwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name clouds(:,:,9) of variable mean_effective_radius_for_snow_flake from new to old metadata -INFO: Converting local name con_cvap of variable specific_heat_of_water_vapor_at_constant_pressure from new to old metadata -INFO: Converting local name drydep of variable instantaneous_dry_deposition from new to old metadata -INFO: Converting local name semis_ocean of variable surface_longwave_emissivity_over_ocean_interstitial from new to old metadata -INFO: Converting local name master of variable mpi_root from new to old metadata -INFO: Converting local name gamt of variable countergradient_mixing_term_for_temperature from new to old metadata -INFO: Converting local name redrag of variable flag_for_reduced_drag_coefficient_over_sea from new to old metadata -INFO: Converting local name gq0(:,:,index_for_ozone) of variable ozone_concentration_updated_by_physics from new to old metadata -INFO: Converting local name do_skeb of variable flag_for_stochastic_skeb_option from new to old metadata -INFO: Converting local name qg_r of variable mass_weighted_rime_factor_mixing_ratio from new to old metadata -INFO: Converting local name min_seaice of variable sea_ice_minimum from new to old metadata -INFO: Converting local name betal_deep of variable downdraft_fraction_reaching_surface_over_land_deep_convection from new to old metadata -INFO: Converting local name alvwf of variable mean_vis_albedo_with_weak_cosz_dependency from new to old metadata -INFO: Converting local name do_gwd of variable flag_for_gravity_wave_drag from new to old metadata -INFO: Converting local name nf_aesw of variable number_of_aerosol_output_fields_for_shortwave_radiation from new to old metadata -INFO: Converting local name avg_max_length of variable time_interval_for_maximum_hourly_fields from new to old metadata -INFO: Converting local name tdomzr of variable dominant_freezing_rain_type from new to old metadata -INFO: Converting local name toticeb of variable accumulated_lwe_thickness_of_ice_amount_in_bucket from new to old metadata -INFO: Converting local name isppt_deep of variable flag_for_combination_of_sppt_with_isppt_deep from new to old metadata -INFO: Converting local name ice of variable lwe_thickness_of_ice_amount_on_dynamics_timestep from new to old metadata -INFO: Converting local name dq3dt(:,:,9) of variable cumulative_change_in_ozone_concentration_due_to_overhead_ozone_column from new to old metadata -INFO: Converting local name lsidea of variable flag_idealized_physics from new to old metadata -INFO: Converting local name ico2 of variable flag_for_using_prescribed_global_mean_co2_value from new to old metadata -INFO: Converting local name evap_ice of variable kinematic_surface_upward_latent_heat_flux_over_ice from new to old metadata -INFO: Converting local name do_awdd of variable flag_arakawa_wu_downdraft from new to old metadata -INFO: Converting local name hetfrz_classnuc of variable mg_flag_for_heterogeneous_freezing from new to old metadata -INFO: Converting local name mpiroot of variable mpi_root_for_fast_physics from new to old metadata -INFO: Converting local name dq3dt(:,:,4) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_microphysics from new to old metadata -INFO: Converting local name GFS_coupling_type of variable GFS_coupling_type from new to old metadata -INFO: Converting local name psurfi_cpl of variable instantaneous_surface_air_pressure_for_coupling from new to old metadata -INFO: Converting local name xkzm_h of variable atmosphere_heat_diffusivity_background from new to old metadata -INFO: Converting local name rh02max of variable maximum_relative_humidity_at_2m_over_maximum_hourly_time_interval from new to old metadata -INFO: Converting local name tmpmax of variable maximum_temperature_at_2m from new to old metadata -INFO: Converting local name fscav of variable fraction_of_tracer_scavenged from new to old metadata -INFO: Converting local name ntiwx of variable index_for_ice_cloud_condensate_vertical_diffusion_tracer from new to old metadata -INFO: Converting local name gasvmr(:,:,4) of variable volume_mixing_ratio_o2 from new to old metadata -INFO: Converting local name dpt2m of variable dewpoint_temperature_at_2m from new to old metadata -INFO: Converting local name mg_do_liq_liu of variable mg_flag_for_liu_liquid_treatment from new to old metadata -INFO: Converting local name ffhh_land of variable Monin_Obukhov_similarity_function_for_heat_over_land from new to old metadata -INFO: Converting local name crtrh(3) of variable critical_relative_humidity_at_top_of_atmosphere from new to old metadata -INFO: Converting local name smcwtdxy of variable soil_water_content_between_soil_bottom_and_water_table from new to old metadata -INFO: Converting local name visbmdi of variable surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name cdq_ice of variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_ice from new to old metadata -INFO: Converting local name adjnirdfu of variable surface_upwelling_diffuse_near_infrared_shortwave_flux from new to old metadata -INFO: Converting local name wcbmax of variable maximum_updraft_velocity_at_cloud_base from new to old metadata -INFO: Converting local name tsflw of variable surface_midlayer_air_temperature_in_longwave_radiation from new to old metadata -INFO: Converting local name asolfac_shal of variable aerosol_aware_parameter_shallow_convection from new to old metadata -INFO: Converting local name gabsbdlw_ocean of variable surface_downwelling_longwave_flux_absorbed_by_ground_over_ocean from new to old metadata -INFO: Converting local name de_lgth of variable cloud_decorrelation_length from new to old metadata -INFO: Converting local name GFS_interstitial_type of variable GFS_interstitial_type from new to old metadata -INFO: Converting local name imap of variable map_of_block_column_number_to_global_i_index from new to old metadata -INFO: Converting local name plyr of variable air_pressure_at_layer_for_radiation_in_hPa from new to old metadata -INFO: Converting local name skip_macro of variable flag_skip_macro from new to old metadata -INFO: Converting local name tsnoxy of variable snow_temperature from new to old metadata -INFO: Converting local name sbsnoa of variable cumulative_snow_deposition_sublimation_upward_latent_heat_flux_multiplied_by_timestep from new to old metadata -INFO: Converting local name prcpmp of variable lwe_thickness_of_explicit_precipitation_amount from new to old metadata -INFO: Converting local name clcn of variable convective_cloud_volume_fraction from new to old metadata -INFO: Converting local name gt0 of variable air_temperature_updated_by_physics from new to old metadata -INFO: Converting local name gamma of variable anisotropy_of_subgrid_orography from new to old metadata -INFO: Converting local name uconvtend of variable tendency_of_x_wind_due_to_deep_convection_for_coupling_on_physics_timestep from new to old metadata -INFO: Converting local name dswsfci_cpl of variable instantaneous_surface_downwelling_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name delp of variable pressure_thickness_at_Lagrangian_surface from new to old metadata -INFO: Converting local name lsm_ruc of variable flag_for_ruc_land_surface_scheme from new to old metadata -INFO: Converting local name dt_mf of variable instantaneous_atmosphere_detrainment_convective_mass_flux from new to old metadata -INFO: Converting local name d_conv of variable free_convection_layer_thickness from new to old metadata -INFO: Converting local name nlwsfci_cpl of variable instantaneous_surface_net_downward_longwave_flux_for_coupling from new to old metadata -INFO: Converting local name shum_wts of variable weights_for_stochastic_shum_perturbation from new to old metadata -INFO: Converting local name dswsfci of variable surface_downwelling_shortwave_flux from new to old metadata -INFO: Converting local name do_ysu of variable flag_for_ysu from new to old metadata -INFO: Converting local name q_con of variable cloud_condensed_water_specific_humidity_at_Lagrangian_surface from new to old metadata -INFO: Converting local name mom4ice of variable flag_for_mom4_coupling from new to old metadata -INFO: Converting local name tref of variable sea_surface_reference_temperature from new to old metadata -INFO: Converting local name faersw(:,:,:,3) of variable aerosol_asymmetry_parameter_for_shortwave_bands_01_16 from new to old metadata -INFO: Converting local name ie of variable ending_x_direction_index from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_water_friendly_aerosols) of variable water_friendly_aerosol_number_concentration from new to old metadata -INFO: Converting local name dugwd of variable time_integral_of_x_stress_due_to_gravity_wave_drag from new to old metadata -INFO: Converting local name ntot3d of variable number_of_fields_in_phyf3d from new to old metadata -INFO: Converting local name GFS_data_type of variable GFS_data_type from new to old metadata -INFO: Converting local name graupelprv of variable lwe_thickness_of_graupel_amount_from_previous_timestep from new to old metadata -INFO: Converting local name nstf_name(4) of variable vertical_temperature_average_range_lower_bound from new to old metadata -INFO: Converting local name kind_dyn of variable kind_dyn from new to old metadata -INFO: Converting local name acv of variable accumulated_lwe_thickness_of_convective_precipitation_amount_cnvc90 from new to old metadata -INFO: Converting local name lsoil_lsm of variable soil_vertical_dimension_for_land_surface_model from new to old metadata -INFO: Converting local name phy_myj_chkqlm of variable surface_layer_evaporation_switch from new to old metadata -INFO: Converting local name dtf of variable time_step_for_dynamics from new to old metadata -INFO: Converting local name dqsfci_cpl of variable instantaneous_surface_upward_latent_heat_flux_for_coupling from new to old metadata -INFO: Converting local name mg_do_hail of variable mg_flag_for_hail from new to old metadata -INFO: Converting local name iopt_sfc of variable flag_for_surface_layer_drag_coefficient_option from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_ice_cloud_number_concentration) of variable tendency_of_ice_number_concentration_due_to_model_physics from new to old metadata -INFO: Converting local name kind_LOGICAL of variable kind_LOGICAL from new to old metadata -INFO: Converting local name hybedmf of variable flag_for_hedmf from new to old metadata -INFO: Converting local name dvisdfi_cpl of variable instantaneous_surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name exch_h of variable atmosphere_heat_diffusivity_for_mynnpbl from new to old metadata -INFO: Converting local name z01d of variable perturbation_of_momentum_roughness_length from new to old metadata -INFO: Converting local name prevst of variable temperature_from_previous_timestep from new to old metadata -INFO: Converting local name tracers_total of variable number_of_total_tracers from new to old metadata -INFO: Converting local name wind of variable wind_speed_at_lowest_model_layer from new to old metadata -INFO: Converting local name hprime of variable statistical_measures_of_subgrid_orography from new to old metadata -INFO: Converting local name oz_coeffp5 of variable number_of_coefficients_in_ozone_forcing_data_plus_five from new to old metadata -INFO: Converting local name tvxy of variable vegetation_temperature from new to old metadata -INFO: Converting local name ncps of variable local_snow_number_concentration from new to old metadata -INFO: Converting local name zlvl of variable height_above_ground_at_lowest_model_layer from new to old metadata -INFO: Converting local name restart of variable flag_for_restart from new to old metadata -INFO: Converting local name con_tice of variable freezing_point_temperature_of_seawater from new to old metadata -INFO: Converting local name sfcnsw of variable surface_net_downwelling_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name tau_mtb of variable time_integral_of_momentum_flux_due_to_mountain_blocking_drag from new to old metadata -INFO: Metadata table for model FV3 written to tests/build_fv3_21/FV3/ccpp/physics/CCPP_VARIABLES_FV3.html -INFO: Parsing metadata tables in physics scheme files ... -INFO: Parsed tables in scheme rayleigh_damp -INFO: Parsed tables in scheme GFS_surface_composites_pre -INFO: Parsed tables in scheme GFS_surface_composites_inter -INFO: Parsed tables in scheme GFS_surface_composites_post -INFO: Parsed tables in scheme rrtmg_sw -INFO: Parsed tables in scheme sfc_ocean -INFO: Parsed tables in scheme gwdc_pre -INFO: Parsed tables in scheme gwdc -INFO: Parsed tables in scheme gwdc_post -INFO: Parsed tables in scheme cu_gf_driver_pre -INFO: Parsed tables in scheme gfdl_cloud_microphys -INFO: Parsed tables in scheme GFS_time_vary_pre -INFO: Parsed tables in scheme GFS_rrtmg_setup -INFO: Parsed tables in scheme zhaocarr_gscond -INFO: Parsed tables in scheme ysuvdif -INFO: Parsed tables in scheme rrtmg_sw_post -INFO: Parsed tables in scheme GFS_SCNV_generic_pre -INFO: Parsed tables in scheme GFS_SCNV_generic_post -INFO: Parsed tables in scheme GFS_rrtmg_pre -INFO: Parsed tables in scheme sfc_sice -INFO: Parsed tables in scheme samfdeepcnv -INFO: Parsed tables in scheme satmedmfvdif -INFO: Parsed tables in scheme mynnrad_post -INFO: Parsed tables in scheme cu_gf_driver_post -INFO: Parsed tables in scheme cs_conv_aw_adj -INFO: Parsed tables in scheme GFS_phys_time_vary -INFO: Parsed tables in scheme ozphys_2015 -INFO: Parsed tables in scheme GFS_suite_interstitial_rad_reset -INFO: Parsed tables in scheme GFS_suite_interstitial_phys_reset -INFO: Parsed tables in scheme GFS_suite_interstitial_1 -INFO: Parsed tables in scheme GFS_suite_interstitial_2 -INFO: Parsed tables in scheme GFS_suite_stateout_reset -INFO: Parsed tables in scheme GFS_suite_stateout_update -INFO: Parsed tables in scheme GFS_suite_interstitial_3 -INFO: Parsed tables in scheme GFS_suite_interstitial_4 -INFO: Parsed tables in scheme samfshalcnv -INFO: Parsed tables in scheme zhaocarr_precpd -INFO: Parsed tables in scheme noahmpdrv -INFO: Parsed tables in scheme mp_fer_hires -INFO: Parsed tables in scheme myjpbl_wrapper -INFO: Parsed tables in scheme GFS_surface_generic_pre -INFO: Parsed tables in scheme GFS_surface_generic_post -INFO: Parsed tables in scheme cu_ntiedtke_post -INFO: Parsed tables in scheme sfc_diag -INFO: Parsed tables in scheme rrtmg_lw -INFO: Parsed tables in scheme GFS_diagtoscreen -INFO: Parsed tables in scheme GFS_interstitialtoscreen -INFO: Parsed tables in scheme GFS_abort -INFO: Parsed tables in scheme GFS_checkland -INFO: Parsed tables in scheme mynnrad_pre -INFO: Parsed tables in scheme satmedmfvdifq -INFO: Parsed tables in scheme cs_conv_pre -INFO: Parsed tables in scheme cs_conv_post -INFO: Parsed tables in scheme cs_conv -INFO: Parsed tables in scheme shinhongvdif -INFO: Parsed tables in scheme h2ophys -INFO: Parsed tables in scheme rrtmg_lw_post -INFO: Parsed tables in scheme sfc_nst -INFO: Parsed tables in scheme sfc_nst_pre -INFO: Parsed tables in scheme sfc_nst_post -INFO: Parsed tables in scheme cu_ntiedtke_pre -INFO: Parsed tables in scheme cu_ntiedtke -INFO: Parsed tables in scheme cires_ugwp_post -INFO: Parsed tables in scheme hedmf -INFO: Parsed tables in scheme sfc_diff -INFO: Parsed tables in scheme mp_thompson_pre -INFO: Parsed tables in scheme sfc_diag_post -INFO: Parsed tables in scheme m_micro_pre -INFO: Parsed tables in scheme m_micro_post -INFO: Parsed tables in scheme m_micro -INFO: Parsed tables in scheme fv_sat_adj -INFO: Parsed tables in scheme GFS_surface_loop_control_part1 -INFO: Parsed tables in scheme GFS_surface_loop_control_part2 -INFO: Parsed tables in scheme shoc -INFO: Parsed tables in scheme GFS_rrtmg_post -INFO: Parsed tables in scheme GFS_GWD_generic_pre -INFO: Parsed tables in scheme GFS_GWD_generic_post -INFO: Parsed tables in scheme rrtmg_sw_pre -INFO: Parsed tables in scheme GFS_MP_generic_pre -INFO: Parsed tables in scheme GFS_MP_generic_post -INFO: Parsed tables in scheme cu_gf_driver -INFO: Parsed tables in scheme GFS_PBL_generic_pre -INFO: Parsed tables in scheme GFS_PBL_generic_post -INFO: Parsed tables in scheme mp_thompson_post -INFO: Parsed tables in scheme mp_thompson -INFO: Parsed tables in scheme rrtmg_lw_pre -INFO: Parsed tables in scheme gwdps -INFO: Parsed tables in scheme shalcnv -INFO: Parsed tables in scheme cires_ugwp -INFO: Parsed tables in scheme get_prs_fv3 -INFO: Parsed tables in scheme get_phi_fv3 -INFO: Parsed tables in scheme mynnsfc_wrapper -INFO: Parsed tables in scheme GFS_suite_ini_fini_test -INFO: Parsed tables in scheme myjsfc_wrapper -INFO: Parsed tables in scheme mynnedmf_wrapper -INFO: Parsed tables in scheme ozphys -INFO: Parsed tables in scheme lsm_ruc -INFO: Parsed tables in scheme GFS_stochastics -INFO: Parsed tables in scheme drag_suite -INFO: Parsed tables in scheme sfc_cice -INFO: Parsed tables in scheme sascnvn -INFO: Parsed tables in scheme lsm_ruc_sfc_sice_pre -INFO: Parsed tables in scheme lsm_ruc_sfc_sice_post -INFO: Parsed tables in scheme GFS_DCNV_generic_pre -INFO: Parsed tables in scheme GFS_DCNV_generic_post -INFO: Parsed tables in scheme cnvc90 -INFO: Parsed tables in scheme GFS_rad_time_vary -INFO: Parsed tables in scheme maximum_hourly_diagnostics -INFO: Parsed tables in scheme lsm_noah -INFO: Parsed tables in scheme dcyc2t3 -INFO: Parsed tables in scheme dcyc2t3_post -INFO: Parsed tables in scheme moninshoc -INFO: filtering out variable GFS_stateout_type_instance -INFO: filtering out variable accumulated_change_of_air_temperature_due_to_FA_scheme -INFO: filtering out variable accumulated_water_equivalent_of_frozen_precip -INFO: filtering out variable area_fraction_of_wet_canopy -INFO: filtering out variable atmosphere_energy_content_at_Lagrangian_surface -INFO: filtering out variable atmosphere_energy_content_in_column -INFO: filtering out variable atmosphere_heat_diffusivity_for_mynnpbl -INFO: filtering out variable atmosphere_momentum_diffusivity_for_mynnpbl -INFO: filtering out variable baseline_surface_roughness_length -INFO: filtering out variable canopy_air_temperature -INFO: filtering out variable canopy_air_vapor_pressure -INFO: filtering out variable canopy_intercepted_ice_mass -INFO: filtering out variable canopy_intercepted_liquid_water -INFO: filtering out variable cappa_moist_gas_constant_at_Lagrangian_surface -INFO: filtering out variable ccpp_block_number -INFO: filtering out variable cell_area_for_fast_physics -INFO: filtering out variable cell_size -INFO: filtering out variable characteristic_grid_length_scale -INFO: filtering out variable choice_of_updated_scale_aware_TKE_moist_EDMF_PBL -INFO: filtering out variable cloud_area_fraction -INFO: filtering out variable cloud_condensed_water_mixing_ratio_at_lowest_model_layer -INFO: filtering out variable cloud_condensed_water_mixing_ratio_at_surface -INFO: filtering out variable cloud_condensed_water_specific_humidity_at_Lagrangian_surface -INFO: filtering out variable cloud_droplet_number_concentration -INFO: filtering out variable cloud_fraction_at_Lagrangian_surface -INFO: filtering out variable cloud_fraction_updated_by_physics -INFO: filtering out variable cloud_graupel_specific_humidity_at_Lagrangian_surface -INFO: filtering out variable cloud_ice_specific_humidity_at_Lagrangian_surface -INFO: filtering out variable cloud_liquid_water_specific_humidity_at_Lagrangian_surface -INFO: filtering out variable cloud_rain_specific_humidity_at_Lagrangian_surface -INFO: filtering out variable cloud_snow_specific_humidity_at_Lagrangian_surface -INFO: filtering out variable cloud_specie_mix_flag -INFO: filtering out variable cloudpdf -INFO: filtering out variable conv_activity_counter -INFO: filtering out variable couple_sgs_clouds_to_radiation_flag -INFO: filtering out variable cumulative_change_in_x_wind_due_to_convective_gravity_wave_drag -INFO: filtering out variable cumulative_change_in_y_wind_due_to_convective_gravity_wave_drag -INFO: filtering out variable density_of_frozen_precipitation -INFO: filtering out variable depth_of_soil_levels_for_land_surface_model -INFO: filtering out variable do_myjsfc -INFO: filtering out variable do_mynnsfclay -INFO: filtering out variable downdraft_fraction_in_boundary_layer_mass_flux_scheme -INFO: filtering out variable edmf_flag -INFO: filtering out variable edmf_momentum_transport_flag -INFO: filtering out variable edmf_partition_flag -INFO: filtering out variable edmf_tke_transport_flag -INFO: filtering out variable emdf_updraft_area -INFO: filtering out variable emdf_updraft_cloud_water -INFO: filtering out variable emdf_updraft_entrainment_rate -INFO: filtering out variable emdf_updraft_theta_l -INFO: filtering out variable emdf_updraft_total_water -INFO: filtering out variable emdf_updraft_vertical_velocity -INFO: filtering out variable ending_x_direction_index -INFO: filtering out variable ending_x_direction_index_domain -INFO: filtering out variable ending_y_direction_index -INFO: filtering out variable ending_y_direction_index_domain -INFO: filtering out variable equilibrium_soil_water_content -INFO: filtering out variable fa_threshold_relative_humidity_for_onset_of_condensation -INFO: filtering out variable fast_soil_pool_mass_content_of_carbon -INFO: filtering out variable fine_root_mass -INFO: filtering out variable finite_volume_mean_edge_pressure_raised_to_the_power_of_kappa -INFO: filtering out variable flag_for_canopy_stomatal_resistance_option -INFO: filtering out variable flag_for_cloud_effective_radii -INFO: filtering out variable flag_for_dynamic_vegetation_option -INFO: filtering out variable flag_for_fast_microphysics_energy_conservation -INFO: filtering out variable flag_for_frozen_soil_permeability_option -INFO: filtering out variable flag_for_frozen_soil_physics -INFO: filtering out variable flag_for_ground_snow_surface_albedo_option -INFO: filtering out variable flag_for_hydrostatic_heating_from_physics -INFO: filtering out variable flag_for_hydrostatic_solver -INFO: filtering out variable flag_for_hydrostatic_solver_for_fast_physics -INFO: filtering out variable flag_for_individual_cloud_species_advected -INFO: filtering out variable flag_for_inline_cloud_fraction_calculation -INFO: filtering out variable flag_for_lower_boundary_soil_temperature_option -INFO: filtering out variable flag_for_precipitation_partition_option -INFO: filtering out variable flag_for_radiation_transfer_option -INFO: filtering out variable flag_for_reading_leaf_area_index_from_input -INFO: filtering out variable flag_for_restart -INFO: filtering out variable flag_for_runoff_and_groundwater_option -INFO: filtering out variable flag_for_sas_deep_convection_scheme -INFO: filtering out variable flag_for_saturation_adjustment_for_microphysics_in_dynamics -INFO: filtering out variable flag_for_soil_and_snow_temperature_time_stepping_option -INFO: filtering out variable flag_for_soil_moisture_factor_stomatal_resistance_option -INFO: filtering out variable flag_for_supercooled_liquid_water_option -INFO: filtering out variable flag_for_surface_layer_drag_coefficient_option -INFO: filtering out variable flag_for_tendency_of_air_temperature_at_Lagrangian_surface -INFO: filtering out variable flag_for_the_last_step_of_k_split_remapping -INFO: filtering out variable gas_constants_for_multi_gases_physics -INFO: filtering out variable gas_tracers_for_multi_gas_physics_at_Lagrangian_surface -INFO: filtering out variable gf_memory_counter -INFO: filtering out variable grav_settling -INFO: filtering out variable ground_temperature_for_noahmp -INFO: filtering out variable gwd_opt -INFO: filtering out variable heat_exchange_coefficient_for_MYJ_schemes -INFO: filtering out variable ice_friendly_aerosol_number_concentration -INFO: filtering out variable ice_friendly_aerosol_number_concentration_updated_by_physics -INFO: filtering out variable ice_number_concentration -INFO: filtering out variable ice_water_mixing_ratio -INFO: filtering out variable integrated_x_momentum_flux_from_blocking_drag -INFO: filtering out variable integrated_x_momentum_flux_from_form_drag -INFO: filtering out variable integrated_x_momentum_flux_from_large_scale_gwd -INFO: filtering out variable integrated_x_momentum_flux_from_small_scale_gwd -INFO: filtering out variable integrated_y_momentum_flux_from_blocking_drag -INFO: filtering out variable integrated_y_momentum_flux_from_form_drag -INFO: filtering out variable integrated_y_momentum_flux_from_large_scale_gwd -INFO: filtering out variable integrated_y_momentum_flux_from_small_scale_gwd -INFO: filtering out variable k_level_of_highest_reaching_plume -INFO: filtering out variable kappa_dry_for_fast_physics -INFO: filtering out variable kinematic_surface_latent_heat_flux -INFO: filtering out variable lake_water_storage -INFO: filtering out variable layer_bottom_depth_from_snow_surface -INFO: filtering out variable leaf_area_index -INFO: filtering out variable leaf_mass -INFO: filtering out variable limit_for_temperature_tendency_for_microphysics -INFO: filtering out variable liquid_water_density -INFO: filtering out variable log_pressure_at_Lagrangian_surface -INFO: filtering out variable mass_weighted_rime_factor_updated_by_physics -INFO: filtering out variable maximum_column_heating_rate -INFO: filtering out variable maximum_mass_flux -INFO: filtering out variable mean_nir_albedo_with_weak_cosz_dependency -INFO: filtering out variable mean_vis_albedo_with_weak_cosz_dependency -INFO: filtering out variable minimum_value_of_specific_humidity -INFO: filtering out variable mix_total_water_flag -INFO: filtering out variable mixing_length -INFO: filtering out variable mixing_length_flag -INFO: filtering out variable moisture_from_previous_timestep -INFO: filtering out variable moisture_tendency_due_to_dynamics -INFO: filtering out variable momentum_exchange_coefficient_for_MYJ_schemes -INFO: filtering out variable mpi_comm -INFO: filtering out variable mpi_rank_for_fast_physics -INFO: filtering out variable mpi_root_for_fast_physics -INFO: filtering out variable nondimensional_snow_age -INFO: filtering out variable normalized_soil_wetness_for_land_surface_model -INFO: filtering out variable number_of_gases_for_multi_gases_physics -INFO: filtering out variable number_of_ghost_zones -INFO: filtering out variable number_of_plumes -INFO: filtering out variable number_of_snow_layers -INFO: filtering out variable number_of_spectral_wave_trancation_for_sas -INFO: filtering out variable number_of_water_species -INFO: filtering out variable omp_threads_for_fast_physics -INFO: filtering out variable ozone_mixing_ratio -INFO: filtering out variable potential_temperature_at_2m -INFO: filtering out variable potential_temperature_at_viscous_sublayer_top -INFO: filtering out variable pressure_thickness_at_Lagrangian_surface -INFO: filtering out variable q_prime_squared -INFO: filtering out variable ratio_of_vapor_to_dry_air_gas_constants_minus_one_default_kind -INFO: filtering out variable reciprocal_of_obukhov_length -INFO: filtering out variable slow_soil_pool_mass_content_of_carbon -INFO: filtering out variable snow_albedo_at_previous_time_step -INFO: filtering out variable snow_layer_ice -INFO: filtering out variable snow_layer_liquid_water -INFO: filtering out variable snow_mass_at_previous_time_step -INFO: filtering out variable snow_precipitation_rate_at_surface -INFO: filtering out variable snow_temperature -INFO: filtering out variable snow_temperature_bottom_first_layer -INFO: filtering out variable soil_temperature_for_land_surface_model -INFO: filtering out variable soil_vertical_dimension_for_land_surface_model -INFO: filtering out variable soil_water_content_between_soil_bottom_and_water_table -INFO: filtering out variable specific_heat_capacities_for_multi_gases_physics -INFO: filtering out variable specific_humidity_at_viscous_sublayer_top -INFO: filtering out variable stability_function_for_heat -INFO: filtering out variable starting_x_direction_index -INFO: filtering out variable starting_x_direction_index_domain -INFO: filtering out variable starting_y_direction_index -INFO: filtering out variable starting_y_direction_index_domain -INFO: filtering out variable stem_area_index -INFO: filtering out variable stem_mass -INFO: filtering out variable subgrid_cloud_fraction_pbl -INFO: filtering out variable subgrid_cloud_mixing_ratio_pbl -INFO: filtering out variable surface_condensation_mass -INFO: filtering out variable surface_drag_coefficient_for_heat_and_moisture_for_noahmp -INFO: filtering out variable surface_drag_coefficient_for_momentum_for_noahmp -INFO: filtering out variable surface_exchange_coefficient_for_heat -INFO: filtering out variable surface_exchange_coefficient_for_heat_at_2m -INFO: filtering out variable surface_exchange_coefficient_for_moisture -INFO: filtering out variable surface_exchange_coefficient_for_moisture_at_2m -INFO: filtering out variable surface_friction_velocity_drag -INFO: filtering out variable surface_geopotential_at_Lagrangian_surface -INFO: filtering out variable surface_latent_heat -INFO: filtering out variable surface_layer_evaporation_switch -INFO: filtering out variable surface_specific_humidity_for_MYJ_schemes -INFO: filtering out variable surface_stability_parameter -INFO: filtering out variable t_prime_q_prime -INFO: filtering out variable t_prime_squared -INFO: filtering out variable temperature_from_previous_timestep -INFO: filtering out variable temperature_tendency_due_to_dynamics -INFO: filtering out variable tendency_of_air_temperature_at_Lagrangian_surface -INFO: filtering out variable tendency_of_cloud_droplet_number_concentration_due_to_model_physics -INFO: filtering out variable tendency_of_ice_cloud_water_mixing_ratio_due_to_model_physics -INFO: filtering out variable tendency_of_ice_friendly_aerosol_number_concentration_due_to_model_physics -INFO: filtering out variable tendency_of_ice_friendly_aerosols_at_surface -INFO: filtering out variable tendency_of_ice_number_concentration_due_to_model_physics -INFO: filtering out variable tendency_of_liquid_cloud_water_mixing_ratio_due_to_model_physics -INFO: filtering out variable tendency_of_ozone_mixing_ratio_due_to_model_physics -INFO: filtering out variable tendency_of_water_friendly_aerosol_number_concentration_due_to_model_physics -INFO: filtering out variable tendency_of_water_friendly_aerosols_at_surface -INFO: filtering out variable tendency_of_water_vapor_specific_humidity_due_to_model_physics -INFO: filtering out variable tendency_of_x_wind_due_to_convective_gravity_wave_drag -INFO: filtering out variable tendency_of_y_wind_due_to_convective_gravity_wave_drag -INFO: filtering out variable theta_star -INFO: filtering out variable thickness_at_Lagrangian_surface -INFO: filtering out variable time_step_for_remapping_for_fast_physics -INFO: filtering out variable tke_advect -INFO: filtering out variable tke_at_mass_points -INFO: filtering out variable tke_budget -INFO: filtering out variable tke_dissipative_heating_factor -INFO: filtering out variable top_layer_index_for_fast_physics -INFO: filtering out variable total_accumulated_snowfall -INFO: filtering out variable u_wind_component_at_viscous_sublayer_top -INFO: filtering out variable updraft_fraction_in_boundary_layer_mass_flux_scheme -INFO: filtering out variable v_wind_component_at_viscous_sublayer_top -INFO: filtering out variable vegetation_temperature -INFO: filtering out variable vertical_dimension_for_fast_physics -INFO: filtering out variable vertical_dimension_for_thickness_at_Lagrangian_surface -INFO: filtering out variable virtual_temperature_at_Lagrangian_surface -INFO: filtering out variable volume_fraction_of_frozen_soil_moisture_for_land_surface_model -INFO: filtering out variable volume_fraction_of_soil_moisture_for_land_surface_model -INFO: filtering out variable volume_fraction_of_unfrozen_soil_moisture_for_land_surface_model -INFO: filtering out variable water_friendly_aerosol_number_concentration -INFO: filtering out variable water_friendly_aerosol_number_concentration_updated_by_physics -INFO: filtering out variable water_storage_in_aquifer -INFO: filtering out variable water_storage_in_aquifer_and_saturated_soil -INFO: filtering out variable water_table_depth -INFO: filtering out variable water_table_recharge_when_deep -INFO: filtering out variable water_table_recharge_when_shallow -INFO: filtering out variable water_vapor_mixing_ratio_at_surface -INFO: filtering out variable water_vapor_specific_humidity_at_Lagrangian_surface -INFO: filtering out variable weight_for_momentum_at_viscous_sublayer_top -INFO: filtering out variable weight_for_potental_temperature_at_viscous_sublayer_top -INFO: filtering out variable weight_for_specific_humidity_at_viscous_sublayer_top -INFO: filtering out variable wood_mass -INFO: filtering out variable x_momentum_tendency_from_blocking_drag -INFO: filtering out variable x_momentum_tendency_from_form_drag -INFO: filtering out variable x_momentum_tendency_from_large_scale_gwd -INFO: filtering out variable x_momentum_tendency_from_small_scale_gwd -INFO: filtering out variable y_momentum_tendency_from_blocking_drag -INFO: filtering out variable y_momentum_tendency_from_form_drag -INFO: filtering out variable y_momentum_tendency_from_large_scale_gwd -INFO: filtering out variable y_momentum_tendency_from_small_scale_gwd -INFO: Checking optional arguments in physics schemes ... -INFO: Metadata table for model FV3 written to tests/build_fv3_21/FV3/ccpp/framework/doc/DevelopersGuide/CCPP_VARIABLES_FV3.tex -INFO: Comparing metadata for requested and provided variables ... -INFO: Automatic unit conversion from m to um for effective_radius_of_stratiform_cloud_ice_particle_in_um before entering MODULE_mp_thompson SCHEME_mp_thompson SUBROUTINE_mp_thompson_run -INFO: Automatic unit conversion from m to um for effective_radius_of_stratiform_cloud_liquid_water_particle_in_um before entering MODULE_mp_thompson SCHEME_mp_thompson SUBROUTINE_mp_thompson_run -INFO: Automatic unit conversion from m to um for effective_radius_of_stratiform_cloud_snow_particle_in_um before entering MODULE_mp_thompson SCHEME_mp_thompson SUBROUTINE_mp_thompson_run -INFO: Generating schemes makefile/cmakefile snippet ... -INFO: Added 168 schemes to tests/build_fv3_21/FV3/ccpp/physics/CCPP_SCHEMES.mk, tests/build_fv3_21/FV3/ccpp/physics/CCPP_SCHEMES.cmake, tests/build_fv3_21/FV3/ccpp/physics/CCPP_SCHEMES.sh -INFO: Generating suite and group caps ... -INFO: Generating static API ccpp_static_api.F90 in tests/build_fv3_21/FV3/ccpp/physics ... -INFO: Generating caps makefile/cmakefile snippet ... -INFO: Added 15 auto-generated caps to tests/build_fv3_21/FV3/ccpp/physics/CCPP_CAPS.mk and tests/build_fv3_21/FV3/ccpp/physics/CCPP_CAPS.cmake -INFO: CCPP prebuild step completed successfully. -+ source build_fv3_21/FV3/ccpp/physics/CCPP_SCHEMES.sh -++ export 'CCPP_SCHEMES=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/aer_cloud.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/aerclm_def.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/aerinterp.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/calpreciptype.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cldwat2m_micro.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cldmacro.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/date_def.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/funcphys.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gcycle.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/h2o_def.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/h2ointerp.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/iccn_def.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/iccninterp.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/iounitdef.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/machine.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mersenne_twister.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfpbl.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg_utils.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg2_0.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg3_0.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/multi_gases.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_model.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_parameters.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_radar.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_thompson.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MP_FER_HIRES.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_bl_mynn.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_mynn.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_orowam2017.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/namelist_soilveg.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfpblt.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfpbltq.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfscu.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfscuq.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/noahmp_tables.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/num_parthds.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozne_def.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozinterp.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/physcons.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/physparam.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radcons.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_aerosols.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_astronomy.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_clouds.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_gases.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_surface.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radlw_datatb.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radlw_param.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radsw_datatb.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radsw_param.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/samfaerosols.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfcsub.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sflx.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/set_soilveg.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/surface_perturbation.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_deep.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_sh.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/tridi.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/wv_saturation.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_soil_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rayleigh_damp.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radsw_main.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_ocean.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gwdc.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gscond.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ysuvdif.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_sice.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/samfdeepcnv.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/satmedmfvdif.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozphys_2015.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/samfshalcnv.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/precpd.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_fer_hires.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diag.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radlw_main.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_debug.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/satmedmfvdifq.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cs_conv.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/shinhongvdif.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/h2ophys.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_nst.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/moninedmf.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diff.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diag_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/m_micro.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gcm_shoc.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gwdps.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/shalcnv.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/get_prs_fv3.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozphys.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_stochastics.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/drag_suite.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_cice.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sascnvn.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cnvc90.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_drv.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/dcyc2.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/moninshoc.f' -++ CCPP_SCHEMES='/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/aer_cloud.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/aerclm_def.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/aerinterp.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/calpreciptype.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cldwat2m_micro.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cldmacro.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/date_def.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/funcphys.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gcycle.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/h2o_def.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/h2ointerp.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/iccn_def.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/iccninterp.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/iounitdef.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/machine.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mersenne_twister.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfpbl.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg_utils.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg2_0.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg3_0.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/multi_gases.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_model.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_parameters.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_radar.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_thompson.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MP_FER_HIRES.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_bl_mynn.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_mynn.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_orowam2017.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/namelist_soilveg.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfpblt.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfpbltq.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfscu.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfscuq.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/noahmp_tables.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/num_parthds.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozne_def.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozinterp.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/physcons.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/physparam.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radcons.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_aerosols.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_astronomy.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_clouds.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_gases.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_surface.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radlw_datatb.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radlw_param.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radsw_datatb.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radsw_param.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/samfaerosols.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfcsub.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sflx.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/set_soilveg.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/surface_perturbation.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_deep.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_sh.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/tridi.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/wv_saturation.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_soil_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rayleigh_damp.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radsw_main.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_ocean.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gwdc.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gscond.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ysuvdif.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_sice.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/samfdeepcnv.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/satmedmfvdif.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozphys_2015.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/samfshalcnv.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/precpd.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_fer_hires.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diag.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radlw_main.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_debug.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/satmedmfvdifq.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cs_conv.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/shinhongvdif.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/h2ophys.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_nst.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/moninedmf.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diff.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diag_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/m_micro.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gcm_shoc.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gwdps.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/shalcnv.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/get_prs_fv3.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozphys.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_stochastics.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/drag_suite.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_cice.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sascnvn.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cnvc90.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_drv.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/dcyc2.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/moninshoc.f' -+ source build_fv3_21/FV3/ccpp/physics/CCPP_CAPS.sh -++ export 'CCPP_CAPS=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_21/FV3/ccpp/physics/ccpp_FV3_GFS_2017_csawmgshoc_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_21/FV3/ccpp/physics/ccpp_FV3_GFS_2017_csawmgshoc_time_vary_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_21/FV3/ccpp/physics/ccpp_FV3_GFS_2017_csawmgshoc_radiation_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_21/FV3/ccpp/physics/ccpp_FV3_GFS_2017_csawmgshoc_physics_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_21/FV3/ccpp/physics/ccpp_FV3_GFS_2017_csawmgshoc_stochastics_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_21/FV3/ccpp/physics/ccpp_FV3_GFS_2017_csawmg_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_21/FV3/ccpp/physics/ccpp_FV3_GFS_2017_csawmg_time_vary_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_21/FV3/ccpp/physics/ccpp_FV3_GFS_2017_csawmg_radiation_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_21/FV3/ccpp/physics/ccpp_FV3_GFS_2017_csawmg_physics_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_21/FV3/ccpp/physics/ccpp_FV3_GFS_2017_csawmg_stochastics_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_21/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_21/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_time_vary_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_21/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_radiation_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_21/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_physics_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_21/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_stochastics_cap.F90' -++ CCPP_CAPS='/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_21/FV3/ccpp/physics/ccpp_FV3_GFS_2017_csawmgshoc_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_21/FV3/ccpp/physics/ccpp_FV3_GFS_2017_csawmgshoc_time_vary_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_21/FV3/ccpp/physics/ccpp_FV3_GFS_2017_csawmgshoc_radiation_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_21/FV3/ccpp/physics/ccpp_FV3_GFS_2017_csawmgshoc_physics_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_21/FV3/ccpp/physics/ccpp_FV3_GFS_2017_csawmgshoc_stochastics_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_21/FV3/ccpp/physics/ccpp_FV3_GFS_2017_csawmg_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_21/FV3/ccpp/physics/ccpp_FV3_GFS_2017_csawmg_time_vary_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_21/FV3/ccpp/physics/ccpp_FV3_GFS_2017_csawmg_radiation_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_21/FV3/ccpp/physics/ccpp_FV3_GFS_2017_csawmg_physics_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_21/FV3/ccpp/physics/ccpp_FV3_GFS_2017_csawmg_stochastics_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_21/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_21/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_time_vary_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_21/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_radiation_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_21/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_physics_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_21/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_stochastics_cap.F90' -+ source build_fv3_21/FV3/ccpp/physics/CCPP_STATIC_API.sh -++ export CCPP_STATIC_API=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_21/FV3/ccpp/physics/ccpp_static_api.F90 -++ CCPP_STATIC_API=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_21/FV3/ccpp/physics/ccpp_static_api.F90 -+ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_csawmgshoc,FV3_GFS_2017_csawmg,FV3_GFS_2017_satmedmf == *\N\A\M\_\p\h\y\s\=\Y* ]] -+ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_csawmgshoc,FV3_GFS_2017_csawmg,FV3_GFS_2017_satmedmf == *\W\W\3\=\Y* ]] -++ trim ' -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF' -++ local 'var= -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF' -++ var='-DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF' -++ var='-DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF' -++ echo -n '-DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF' -+ CCPP_CMAKE_FLAGS='-DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF' -+ source /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc -++ __ms_function_name=setup__test_function__263461 -++ eval 'setup__test_function__263461() { /bin/true ; }' -+++ eval '__text="text" ; if [[ $__text =~ ^(t).* ]] ; then printf "%s" ${.sh.match[1]} ; fi' -+++ cat -++ __ms_ksh_test= -+++ eval 'if ( set | grep setup__test_function__263461 | grep -v name > /dev/null 2>&1 ) ; then echo t ; fi ' -+++ cat -++ __ms_bash_test=t -++ [[ ! -z '' ]] -++ [[ ! -z t ]] -++ __ms_shell=bash -++ [[ -d /lfs3 ]] -++ [[ -d /scratch1 ]] -++ [[ ! -d /scratch ]] -++ eval module help -++ module purge -+++ /apps/lmod/7.7.18/libexec/lmod bash purge -++ eval unset 'BACIO_LIB4;' unset 'BACIO_LIB8;' unset 'BACIO_SRC;' unset 'BACIO_VER;' unset '__LMOD_REF_COUNT_CLASSPATH;' unset 'CLASSPATH;' unset 'CMAKE_CXX_COMPILER;' unset 'CMAKE_C_COMPILER;' unset 'CMAKE_Fortran_COMPILER;' unset 'CMAKE_Platform;' unset 'COMP;' unset '__LMOD_REF_COUNT_CPATH;' unset 'CPATH;' unset 'CRTM_FIX;' unset 'CRTM_INC;' unset 'CRTM_LIB;' unset 'CRTM_SRC;' unset 'CRTM_VER;' unset 'ESMFMKFILE;' unset 'G2TMPL_INC;' unset 'G2TMPL_LIB;' unset 'G2TMPL_SRC;' unset 'G2TMPL_VER;' unset 'G2_INC4;' unset 'G2_INCd;' unset 'G2_LIB4;' unset 'G2_LIBd;' unset 'G2_SRC;' unset 'G2_VER;' unset 'GDBSERVER_MIC;' unset 'GDB_CROSS;' unset '__LMOD_REF_COUNT_INFOPATH;' unset 'INFOPATH;' unset '__LMOD_REF_COUNT_INTEL_LICENSE_FILE;' unset 'INTEL_LICENSE_FILE;' unset 'INTEL_PYTHONHOME;' unset 'IPATH_NO_BACKTRACE;' unset 'IP_INC4;' unset 'IP_INC8;' unset 'IP_INCd;' unset 'IP_LIB4;' unset 'IP_LIB8;' unset 'IP_LIBd;' unset 'IP_SRC;' unset 'IP_VER;' unset 'I_MPI_CC;' unset 'I_MPI_F90;' unset 'I_MPI_HYDRA_BRANCH_COUNT;' unset 'I_MPI_HYDRA_PMI_CONNECT;' unset 'I_MPI_ROOT;' unset 'I_MPI_TMI_PROVIDER;' unset 'JASPER_INC;' unset 'JASPER_LIB;' unset 'JASPER_SRC;' unset 'JASPER_VER;' '__LMOD_REF_COUNT_LD_LIBRARY_PATH="/apps/slurm/default/lib:1";' export '__LMOD_REF_COUNT_LD_LIBRARY_PATH;' 'LD_LIBRARY_PATH=":/apps/slurm/default/lib";' export 'LD_LIBRARY_PATH;' unset '__LMOD_REF_COUNT_LIBRARY_PATH;' unset 'LIBRARY_PATH;' unset 'LIB_NAME;' unset 'LMOD_FAMILY_COMPILER;' unset 'LMOD_FAMILY_COMPILER_VERSION;' unset 'LMOD_FAMILY_MPI;' unset 'LMOD_FAMILY_MPI_VERSION;' unset '__LMOD_REF_COUNT_LOADEDMODULES;' unset 'LOADEDMODULES;' '__LMOD_REF_COUNT_MANPATH="/apps/lmod/lmod/share/man:1;/apps/local/man:1;/apps/slurm/default/share/man:1;/apps/slurm/tools/sbank/share/man:1";' export '__LMOD_REF_COUNT_MANPATH;' 'MANPATH="/apps/lmod/lmod/share/man::/apps/local/man:/apps/slurm/default/share/man:/apps/slurm/tools/sbank/share/man";' export 'MANPATH;' '__LMOD_REF_COUNT_MODULEPATH="/contrib/modulefiles:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:1;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1";' export '__LMOD_REF_COUNT_MODULEPATH;' 'MODULEPATH="/contrib/modulefiles:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles";' export 'MODULEPATH;' unset 'MPM_LAUNCHER;' unset 'NCEPLIBS;' unset 'NEMSIO_INC;' unset 'NEMSIO_LIB;' unset 'NEMSIO_SRC;' unset 'NEMSIO_VER;' unset 'NETCDF;' unset '__LMOD_REF_COUNT_NLSPATH;' unset 'NLSPATH;' '__LMOD_REF_COUNT_PATH="/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:1;/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/opt/ibutils/bin:1;/apps/local/bin:1;/apps/local/sbin:1;/apps/slurm/default/tools:1;/apps/slurm/default/bin:1;/apps/slurm/default/sbin:1;/apps/slurm/tools/sbank/bin:1;/home/Dusan.Jovic/bin:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/dbrowse:1";' export '__LMOD_REF_COUNT_PATH;' 'PATH="/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/opt/ibutils/bin:/apps/local/bin:/apps/local/sbin:/apps/slurm/default/tools:/apps/slurm/default/bin:/apps/slurm/default/sbin:/apps/slurm/tools/sbank/bin:/home/Dusan.Jovic/bin:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/dbrowse";' export 'PATH;' unset '__LMOD_REF_COUNT_PKG_CONFIG_PATH;' unset 'PKG_CONFIG_PATH;' unset 'PNG_INC;' unset 'PNG_LIB;' unset 'PNG_SRC;' unset 'PNG_VER;' unset 'POST_INC;' unset 'POST_LIB;' unset 'POST_SRC;' unset 'POST_VER;' unset 'SLURM_UTILS_PATH;' unset 'SP_LIB4;' unset 'SP_LIB8;' unset 'SP_LIBd;' unset 'SP_SRC;' unset 'SP_VER;' unset 'W3EMC_INC4;' unset 'W3EMC_INC8;' unset 'W3EMC_INCd;' unset 'W3EMC_LIB4;' unset 'W3EMC_LIB8;' unset 'W3EMC_LIBd;' unset 'W3EMC_SRC;' unset 'W3EMC_VER;' unset 'W3NCO_LIB4;' unset 'W3NCO_LIB8;' unset 'W3NCO_LIBd;' unset 'W3NCO_SRC;' unset 'W3NCO_VER;' unset 'Z_INC;' unset 'Z_LIB;' unset 'Z_SRC;' unset 'Z_VER;' unset '__LMOD_REF_COUNT__LMFILES_;' unset '_LMFILES_;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9jb250cmliL21vZHVsZWZpbGVzIiwiL3NjcmF0Y2gyL05DRVBERVYvZnYzLWNhbS9EdXNhbi5Kb3ZpYy91ZnMvcHIxOC91ZnMtd2VhdGhlci1tb2RlbC9tb2R1bGVmaWxlcy9oZXJhLmludGVsIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIs";' export '_ModuleTable001_;' '_ModuleTable002_="fSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ==";' export '_ModuleTable002_;' '_ModuleTable_Sz_="2";' export '_ModuleTable_Sz_;' unset '_ModuleTable004_;' unset '_ModuleTable005_;' unset '_ModuleTable006_;' unset '_ModuleTable007_;' unset '_ModuleTable008_;' unset '_ModuleTable009_;' unset '_ModuleTable010_;' unset '_ModuleTable011_;' unset '_ModuleTable012_;' unset '_ModuleTable013_;' -+++ unset BACIO_LIB4 -+++ unset BACIO_LIB8 -+++ unset BACIO_SRC -+++ unset BACIO_VER -+++ unset __LMOD_REF_COUNT_CLASSPATH -+++ unset CLASSPATH -+++ unset CMAKE_CXX_COMPILER -+++ unset CMAKE_C_COMPILER -+++ unset CMAKE_Fortran_COMPILER -+++ unset CMAKE_Platform -+++ unset COMP -+++ unset __LMOD_REF_COUNT_CPATH -+++ unset CPATH -+++ unset CRTM_FIX -+++ unset CRTM_INC -+++ unset CRTM_LIB -+++ unset CRTM_SRC -+++ unset CRTM_VER -+++ unset ESMFMKFILE -+++ unset G2TMPL_INC -+++ unset G2TMPL_LIB -+++ unset G2TMPL_SRC -+++ unset G2TMPL_VER -+++ unset G2_INC4 -+++ unset G2_INCd -+++ unset G2_LIB4 -+++ unset G2_LIBd -+++ unset G2_SRC -+++ unset G2_VER -+++ unset GDBSERVER_MIC -+++ unset GDB_CROSS -+++ unset __LMOD_REF_COUNT_INFOPATH -+++ unset INFOPATH -+++ unset __LMOD_REF_COUNT_INTEL_LICENSE_FILE -+++ unset INTEL_LICENSE_FILE -+++ unset INTEL_PYTHONHOME -+++ unset IPATH_NO_BACKTRACE -+++ unset IP_INC4 -+++ unset IP_INC8 -+++ unset IP_INCd -+++ unset IP_LIB4 -+++ unset IP_LIB8 -+++ unset IP_LIBd -+++ unset IP_SRC -+++ unset IP_VER -+++ unset I_MPI_CC -+++ unset I_MPI_F90 -+++ unset I_MPI_HYDRA_BRANCH_COUNT -+++ unset I_MPI_HYDRA_PMI_CONNECT -+++ unset I_MPI_ROOT -+++ unset I_MPI_TMI_PROVIDER -+++ unset JASPER_INC -+++ unset JASPER_LIB -+++ unset JASPER_SRC -+++ unset JASPER_VER -+++ __LMOD_REF_COUNT_LD_LIBRARY_PATH=/apps/slurm/default/lib:1 -+++ export __LMOD_REF_COUNT_LD_LIBRARY_PATH -+++ LD_LIBRARY_PATH=:/apps/slurm/default/lib -+++ export LD_LIBRARY_PATH -+++ unset __LMOD_REF_COUNT_LIBRARY_PATH -+++ unset LIBRARY_PATH -+++ unset LIB_NAME -+++ unset LMOD_FAMILY_COMPILER -+++ unset LMOD_FAMILY_COMPILER_VERSION -+++ unset LMOD_FAMILY_MPI -+++ unset LMOD_FAMILY_MPI_VERSION -+++ unset __LMOD_REF_COUNT_LOADEDMODULES -+++ unset LOADEDMODULES -+++ __LMOD_REF_COUNT_MANPATH='/apps/lmod/lmod/share/man:1;/apps/local/man:1;/apps/slurm/default/share/man:1;/apps/slurm/tools/sbank/share/man:1' -+++ export __LMOD_REF_COUNT_MANPATH -+++ MANPATH=/apps/lmod/lmod/share/man::/apps/local/man:/apps/slurm/default/share/man:/apps/slurm/tools/sbank/share/man -+++ export MANPATH -+++ __LMOD_REF_COUNT_MODULEPATH='/contrib/modulefiles:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:1;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1' -+++ export __LMOD_REF_COUNT_MODULEPATH -+++ MODULEPATH=/contrib/modulefiles:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles -+++ export MODULEPATH -+++ unset MPM_LAUNCHER -+++ unset NCEPLIBS -+++ unset NEMSIO_INC -+++ unset NEMSIO_LIB -+++ unset NEMSIO_SRC -+++ unset NEMSIO_VER -+++ unset NETCDF -+++ unset __LMOD_REF_COUNT_NLSPATH -+++ unset NLSPATH -+++ __LMOD_REF_COUNT_PATH='/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:1;/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/opt/ibutils/bin:1;/apps/local/bin:1;/apps/local/sbin:1;/apps/slurm/default/tools:1;/apps/slurm/default/bin:1;/apps/slurm/default/sbin:1;/apps/slurm/tools/sbank/bin:1;/home/Dusan.Jovic/bin:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/dbrowse:1' -+++ export __LMOD_REF_COUNT_PATH -+++ PATH=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/opt/ibutils/bin:/apps/local/bin:/apps/local/sbin:/apps/slurm/default/tools:/apps/slurm/default/bin:/apps/slurm/default/sbin:/apps/slurm/tools/sbank/bin:/home/Dusan.Jovic/bin:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/dbrowse -+++ export PATH -+++ unset __LMOD_REF_COUNT_PKG_CONFIG_PATH -+++ unset PKG_CONFIG_PATH -+++ unset PNG_INC -+++ unset PNG_LIB -+++ unset PNG_SRC -+++ unset PNG_VER -+++ unset POST_INC -+++ unset POST_LIB -+++ unset POST_SRC -+++ unset POST_VER -+++ unset SLURM_UTILS_PATH -+++ unset SP_LIB4 -+++ unset SP_LIB8 -+++ unset SP_LIBd -+++ unset SP_SRC -+++ unset SP_VER -+++ unset W3EMC_INC4 -+++ unset W3EMC_INC8 -+++ unset W3EMC_INCd -+++ unset W3EMC_LIB4 -+++ unset W3EMC_LIB8 -+++ unset W3EMC_LIBd -+++ unset W3EMC_SRC -+++ unset W3EMC_VER -+++ unset W3NCO_LIB4 -+++ unset W3NCO_LIB8 -+++ unset W3NCO_LIBd -+++ unset W3NCO_SRC -+++ unset W3NCO_VER -+++ unset Z_INC -+++ unset Z_LIB -+++ unset Z_SRC -+++ unset Z_VER -+++ unset __LMOD_REF_COUNT__LMFILES_ -+++ unset _LMFILES_ -+++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9jb250cmliL21vZHVsZWZpbGVzIiwiL3NjcmF0Y2gyL05DRVBERVYvZnYzLWNhbS9EdXNhbi5Kb3ZpYy91ZnMvcHIxOC91ZnMtd2VhdGhlci1tb2RlbC9tb2R1bGVmaWxlcy9oZXJhLmludGVsIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIs -+++ export _ModuleTable001_ -+++ _ModuleTable002_=fSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ== -+++ export _ModuleTable002_ -+++ _ModuleTable_Sz_=2 -+++ export _ModuleTable_Sz_ -+++ unset _ModuleTable004_ -+++ unset _ModuleTable005_ -+++ unset _ModuleTable006_ -+++ unset _ModuleTable007_ -+++ unset _ModuleTable008_ -+++ unset _ModuleTable009_ -+++ unset _ModuleTable010_ -+++ unset _ModuleTable011_ -+++ unset _ModuleTable012_ -+++ unset _ModuleTable013_ -+++ : -s sh -++ eval -++ unset __ms_shell -++ unset __ms_ksh_test -++ unset __ms_bash_test -++ unset setup__test_function__263461 -++ unset __ms_function_name -+ [[ hera.intel == macosx.* ]] -+ [[ hera.intel == linux.* ]] -+ module use /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel -++ /apps/lmod/7.7.18/libexec/lmod bash use /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel -+ eval '__LMOD_REF_COUNT_MODULEPATH="/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:2;/contrib/modulefiles:1;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1";' export '__LMOD_REF_COUNT_MODULEPATH;' 'MODULEPATH="/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:/contrib/modulefiles:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles";' export 'MODULEPATH;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9zY3JhdGNoMi9OQ0VQREVWL2Z2My1jYW0vRHVzYW4uSm92aWMvdWZzL3ByMTgvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvaGVyYS5pbnRlbCIsIi9jb250cmliL21vZHVsZWZpbGVzIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIs";' export '_ModuleTable001_;' '_ModuleTable002_="fSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ==";' export '_ModuleTable002_;' '_ModuleTable_Sz_="2";' export '_ModuleTable_Sz_;' -++ __LMOD_REF_COUNT_MODULEPATH='/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:2;/contrib/modulefiles:1;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1' -++ export __LMOD_REF_COUNT_MODULEPATH -++ MODULEPATH=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:/contrib/modulefiles:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles -++ export MODULEPATH -++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9zY3JhdGNoMi9OQ0VQREVWL2Z2My1jYW0vRHVzYW4uSm92aWMvdWZzL3ByMTgvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvaGVyYS5pbnRlbCIsIi9jb250cmliL21vZHVsZWZpbGVzIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIs -++ export _ModuleTable001_ -++ _ModuleTable002_=fSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ== -++ export _ModuleTable002_ -++ _ModuleTable_Sz_=2 -++ export _ModuleTable_Sz_ -++ : -s sh -+ eval -+ module load fv3 -++ /apps/lmod/7.7.18/libexec/lmod bash load fv3 -+ eval 'BACIO_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libbacio_v2.0.3_4.a";' export 'BACIO_LIB4;' 'BACIO_LIB8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libbacio_v2.0.3_8.a";' export 'BACIO_LIB8;' 'BACIO_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/bacio_v2.0.3";' export 'BACIO_SRC;' 'BACIO_VER="v2.0.3";' export 'BACIO_VER;' '__LMOD_REF_COUNT_CLASSPATH="/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/mpi.jar:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/daal.jar:1";' export '__LMOD_REF_COUNT_CLASSPATH;' 'CLASSPATH="/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/mpi.jar:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/daal.jar";' export 'CLASSPATH;' 'CMAKE_CXX_COMPILER="mpiicpc";' export 'CMAKE_CXX_COMPILER;' 'CMAKE_C_COMPILER="mpiicc";' export 'CMAKE_C_COMPILER;' 'CMAKE_Fortran_COMPILER="mpiifort";' export 'CMAKE_Fortran_COMPILER;' 'CMAKE_Platform="hera.intel";' export 'CMAKE_Platform;' 'COMP="intel";' export 'COMP;' '__LMOD_REF_COUNT_CPATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/include:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/include:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/pstl/include:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/include:2;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/include:1";' export '__LMOD_REF_COUNT_CPATH;' 'CPATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/include:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/include:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/pstl/include:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/include:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/include";' export 'CPATH;' 'CRTM_FIX="/scratch2/NCEPDEV/nwprod/NCEPLIBS/fix/crtm_v2.2.6";' export 'CRTM_FIX;' 'CRTM_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/crtm_v2.2.6";' export 'CRTM_INC;' 'CRTM_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libcrtm_v2.2.6.a";' export 'CRTM_LIB;' 'CRTM_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/crtm_v2.2.6";' export 'CRTM_SRC;' 'CRTM_VER="v2.2.6";' export 'CRTM_VER;' 'ESMFMKFILE="/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/lib/esmf.mk";' export 'ESMFMKFILE;' 'G2TMPL_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/g2tmpl_v1.6.0";' export 'G2TMPL_INC;' 'G2TMPL_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2tmpl_v1.6.0.a";' export 'G2TMPL_LIB;' 'G2TMPL_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/g2tmpl_v1.6.0/src";' export 'G2TMPL_SRC;' 'G2TMPL_VER="v1.6.0";' export 'G2TMPL_VER;' 'G2_INC4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/g2_v3.1.1_4";' export 'G2_INC4;' 'G2_INCd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/g2_v3.1.1_d";' export 'G2_INCd;' 'G2_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2_v3.1.1_4.a";' export 'G2_LIB4;' 'G2_LIBd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2_v3.1.1_d.a";' export 'G2_LIBd;' 'G2_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/g2_v3.1.1";' export 'G2_SRC;' 'G2_VER="v3.1.1";' export 'G2_VER;' 'GDBSERVER_MIC="/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/targets/intel64/x200/bin/gdbserver";' export 'GDBSERVER_MIC;' 'GDB_CROSS="/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/intel64/bin/gdb-ia";' export 'GDB_CROSS;' '__LMOD_REF_COUNT_INFOPATH="/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/info:1;/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/info:1";' export '__LMOD_REF_COUNT_INFOPATH;' 'INFOPATH="/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/info:/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/info";' export 'INFOPATH;' '__LMOD_REF_COUNT_INTEL_LICENSE_FILE="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/licenses:1;/apps/intel/licenses:1";' export '__LMOD_REF_COUNT_INTEL_LICENSE_FILE;' 'INTEL_LICENSE_FILE="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/licenses:/apps/intel/licenses";' export 'INTEL_LICENSE_FILE;' 'INTEL_PYTHONHOME="/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/python/intel64/";' export 'INTEL_PYTHONHOME;' 'IPATH_NO_BACKTRACE="1";' export 'IPATH_NO_BACKTRACE;' 'IP_INC4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ip_v3.0.2_4";' export 'IP_INC4;' 'IP_INC8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ip_v3.0.2_8";' export 'IP_INC8;' 'IP_INCd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ip_v3.0.2_d";' export 'IP_INCd;' 'IP_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libip_v3.0.2_4.a";' export 'IP_LIB4;' 'IP_LIB8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libip_v3.0.2_8.a";' export 'IP_LIB8;' 'IP_LIBd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libip_v3.0.2_d.a";' export 'IP_LIBd;' 'IP_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/ip_v3.0.2";' export 'IP_SRC;' 'IP_VER="v3.0.2";' export 'IP_VER;' 'I_MPI_CC="icc";' export 'I_MPI_CC;' 'I_MPI_F90="ifort";' export 'I_MPI_F90;' 'I_MPI_HYDRA_BRANCH_COUNT="128";' export 'I_MPI_HYDRA_BRANCH_COUNT;' 'I_MPI_HYDRA_PMI_CONNECT="alltoall";' export 'I_MPI_HYDRA_PMI_CONNECT;' 'I_MPI_ROOT="/apps/intel/compilers_and_libraries_2018/linux/mpi";' export 'I_MPI_ROOT;' 'I_MPI_TMI_PROVIDER="psm";' export 'I_MPI_TMI_PROVIDER;' 'JASPER_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/include/jasper_v1.900.1";' export 'JASPER_INC;' 'JASPER_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/lib/libjasper_v1.900.1.a";' export 'JASPER_LIB;' 'JASPER_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/thirdParty";' export 'JASPER_SRC;' 'JASPER_VER="v1.900.1";' export 'JASPER_VER;' '__LMOD_REF_COUNT_LD_LIBRARY_PATH="/apps/netcdf/4.7.0/intel/18.0.5.274/lib:1;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib:1;/apps/slurm/default/lib:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/lib/intel64:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:2;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:2;/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/libipt/intel64/lib:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4:1";' export '__LMOD_REF_COUNT_LD_LIBRARY_PATH;' 'LD_LIBRARY_PATH="/apps/netcdf/4.7.0/intel/18.0.5.274/lib:/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib::/apps/slurm/default/lib:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/lib/intel64:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/libipt/intel64/lib:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4";' export 'LD_LIBRARY_PATH;' '__LMOD_REF_COUNT_LIBRARY_PATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:2;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4:1";' export '__LMOD_REF_COUNT_LIBRARY_PATH;' 'LIBRARY_PATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4";' export 'LIBRARY_PATH;' 'LIB_NAME="POST";' export 'LIB_NAME;' 'LMOD_FAMILY_COMPILER="intel";' export 'LMOD_FAMILY_COMPILER;' 'LMOD_FAMILY_COMPILER_VERSION="18.0.5.274";' export 'LMOD_FAMILY_COMPILER_VERSION;' 'LMOD_FAMILY_MPI="impi";' export 'LMOD_FAMILY_MPI;' 'LMOD_FAMILY_MPI_VERSION="2018.0.4";' export 'LMOD_FAMILY_MPI_VERSION;' '__LMOD_REF_COUNT_LOADEDMODULES="contrib:1;sutils/default:1;intel/18.0.5.274:1;impi/2018.0.4:1;netcdf/4.7.0:1;bacio/2.0.3:1;ip/3.0.2:1;nemsio/2.2.4:1;sp/2.0.3:1;w3emc/2.3.1:1;w3nco/2.0.7:1;g2/3.1.1:1;g2tmpl/1.6.0:1;crtm/2.2.6:1;jasper/1.900.1:1;png/1.2.44:1;z/1.2.11:1;post/8.0.1:1;esmf/8.0.0:1;cmake/3.9.0:1;fv3:1";' export '__LMOD_REF_COUNT_LOADEDMODULES;' 'LOADEDMODULES="contrib:sutils/default:intel/18.0.5.274:impi/2018.0.4:netcdf/4.7.0:bacio/2.0.3:ip/3.0.2:nemsio/2.2.4:sp/2.0.3:w3emc/2.3.1:w3nco/2.0.7:g2/3.1.1:g2tmpl/1.6.0:crtm/2.2.6:jasper/1.900.1:png/1.2.44:z/1.2.11:post/8.0.1:esmf/8.0.0:cmake/3.9.0:fv3";' export 'LOADEDMODULES;' '__LMOD_REF_COUNT_MANPATH="/apps/netcdf/4.7.0/intel/18.0.5.274/share/man:1;/apps/intel/compilers_and_libraries_2018/linux/mpi/man:1;/apps/intel/parallel_studio_xe_2018.4.057/man/common:1;/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/man:1;/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/man:1;/apps/lmod/lmod/share/man:1;/apps/local/man:1;/apps/slurm/default/share/man:1;/apps/slurm/tools/sbank/share/man:1";' export '__LMOD_REF_COUNT_MANPATH;' 'MANPATH="/apps/netcdf/4.7.0/intel/18.0.5.274/share/man:/apps/intel/compilers_and_libraries_2018/linux/mpi/man:/apps/intel/parallel_studio_xe_2018.4.057/man/common:/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/man:/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/man:/apps/lmod/lmod/share/man::/apps/local/man:/apps/slurm/default/share/man:/apps/slurm/tools/sbank/share/man";' export 'MANPATH;' '__LMOD_REF_COUNT_MODULEPATH="/contrib/modulefiles:3;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:2;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1;/apps/modules/modulefamilies/intel:1;/apps/modules/modulefamilies/intel_impi:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles:1";' export '__LMOD_REF_COUNT_MODULEPATH;' 'MODULEPATH="/contrib/modulefiles:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles:/apps/modules/modulefamilies/intel:/apps/modules/modulefamilies/intel_impi:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles";' export 'MODULEPATH;' 'MPM_LAUNCHER="/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/mpm/mic/bin/start_mpm.sh";' export 'MPM_LAUNCHER;' 'NCEPLIBS="/scratch2/NCEPDEV/nwprod/NCEPLIBS";' export 'NCEPLIBS;' 'NEMSIO_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/nemsio_v2.2.4";' export 'NEMSIO_INC;' 'NEMSIO_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libnemsio_v2.2.4.a";' export 'NEMSIO_LIB;' 'NEMSIO_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/nemsio_v2.2.4";' export 'NEMSIO_SRC;' 'NEMSIO_VER="v2.2.4";' export 'NEMSIO_VER;' 'NETCDF="/apps/netcdf/4.7.0/intel/18.0.5.274";' export 'NETCDF;' '__LMOD_REF_COUNT_NLSPATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64/locale/%l_%t/%N:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin/locale/%l_%t/%N:1;/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/intel64/share/locale/%l_%t/%N:1";' export '__LMOD_REF_COUNT_NLSPATH;' 'NLSPATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64/locale/%l_%t/%N:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin/locale/%l_%t/%N:/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/intel64/share/locale/%l_%t/%N";' export 'NLSPATH;' '__LMOD_REF_COUNT_PATH="/contrib/cmake/3.9.0/bin:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/bin:1;/apps/netcdf/4.7.0/intel/18.0.5.274/bin:1;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/bin/intel64:1;/contrib/sutils/bin:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:1;/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/opt/ibutils/bin:1;/apps/local/bin:1;/apps/local/sbin:1;/apps/slurm/default/tools:1;/apps/slurm/default/bin:1;/apps/slurm/default/sbin:1;/apps/slurm/tools/sbank/bin:1;/home/Dusan.Jovic/bin:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/dbrowse:1";' export '__LMOD_REF_COUNT_PATH;' 'PATH="/contrib/cmake/3.9.0/bin:/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/bin:/apps/netcdf/4.7.0/intel/18.0.5.274/bin:/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/bin/intel64:/contrib/sutils/bin:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/opt/ibutils/bin:/apps/local/bin:/apps/local/sbin:/apps/slurm/default/tools:/apps/slurm/default/bin:/apps/slurm/default/sbin:/apps/slurm/tools/sbank/bin:/home/Dusan.Jovic/bin:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/dbrowse";' export 'PATH;' '__LMOD_REF_COUNT_PKG_CONFIG_PATH="/apps/intel/compilers_and_libraries_2018/linux/mkl/bin/pkgconfig:1";' export '__LMOD_REF_COUNT_PKG_CONFIG_PATH;' 'PKG_CONFIG_PATH="/apps/intel/compilers_and_libraries_2018/linux/mkl/bin/pkgconfig";' export 'PKG_CONFIG_PATH;' 'PNG_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/png_v1.2.44";' export 'PNG_INC;' 'PNG_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libpng_v1.2.44.a";' export 'PNG_LIB;' 'PNG_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/thirdParty";' export 'PNG_SRC;' 'PNG_VER="v1.2.44";' export 'PNG_VER;' 'POST_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ncep_post_v8.0.1_4";' export 'POST_INC;' 'POST_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libncep_post_v8.0.1_4.a";' export 'POST_LIB;' 'POST_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/post_v8.0.1";' export 'POST_SRC;' 'POST_VER="v8.0.1";' export 'POST_VER;' 'SLURM_UTILS_PATH="/contrib/sutils/bin";' export 'SLURM_UTILS_PATH;' 'SP_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_4.a";' export 'SP_LIB4;' 'SP_LIB8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_8.a";' export 'SP_LIB8;' 'SP_LIBd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_d.a";' export 'SP_LIBd;' 'SP_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/sp_v2.0.3";' export 'SP_SRC;' 'SP_VER="v2.0.3";' export 'SP_VER;' 'W3EMC_INC4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/w3emc_v2.3.1_4";' export 'W3EMC_INC4;' 'W3EMC_INC8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/w3emc_v2.3.1_8";' export 'W3EMC_INC8;' 'W3EMC_INCd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/w3emc_v2.3.1_d";' export 'W3EMC_INCd;' 'W3EMC_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_4.a";' export 'W3EMC_LIB4;' 'W3EMC_LIB8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_8.a";' export 'W3EMC_LIB8;' 'W3EMC_LIBd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_d.a";' export 'W3EMC_LIBd;' 'W3EMC_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/w3emc_v2.3.1";' export 'W3EMC_SRC;' 'W3EMC_VER="v2.3.1";' export 'W3EMC_VER;' 'W3NCO_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_4.a";' export 'W3NCO_LIB4;' 'W3NCO_LIB8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_8.a";' export 'W3NCO_LIB8;' 'W3NCO_LIBd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_d.a";' export 'W3NCO_LIBd;' 'W3NCO_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/w3nco_v2.0.7";' export 'W3NCO_SRC;' 'W3NCO_VER="v2.0.7";' export 'W3NCO_VER;' 'Z_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/z_v1.2.11";' export 'Z_INC;' 'Z_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libz_v1.2.11.a";' export 'Z_LIB;' 'Z_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/thirdParty";' export 'Z_SRC;' 'Z_VER="v1.2.11";' export 'Z_VER;' '__LMOD_REF_COUNT__LMFILES_="/apps/modules/modulefiles/contrib:1;/contrib/modulefiles/sutils/default:1;/apps/modules/modulefiles/intel/18.0.5.274:1;/apps/modules/modulefamilies/intel/impi/2018.0.4:1;/apps/modules/modulefamilies/intel/netcdf/4.7.0:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/bacio/2.0.3:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/ip/3.0.2:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/nemsio/2.2.4:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/sp/2.0.3:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3emc/2.3.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3nco/2.0.7:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2/3.1.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2tmpl/1.6.0:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/crtm/2.2.6:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/jasper/1.900.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/png/1.2.44:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/z/1.2.11:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/post/8.0.1:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles/esmf/8.0.0:1;/contrib/modulefiles/cmake/3.9.0:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel/fv3:1";' export '__LMOD_REF_COUNT__LMFILES_;' '_LMFILES_="/apps/modules/modulefiles/contrib:/contrib/modulefiles/sutils/default:/apps/modules/modulefiles/intel/18.0.5.274:/apps/modules/modulefamilies/intel/impi/2018.0.4:/apps/modules/modulefamilies/intel/netcdf/4.7.0:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/bacio/2.0.3:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/ip/3.0.2:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/nemsio/2.2.4:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/sp/2.0.3:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3emc/2.3.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3nco/2.0.7:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2/3.1.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2tmpl/1.6.0:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/crtm/2.2.6:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/jasper/1.900.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/png/1.2.44:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/z/1.2.11:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/post/8.0.1:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles/esmf/8.0.0:/contrib/modulefiles/cmake/3.9.0:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel/fv3";' export '_LMFILES_;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJpbXBpIix9LG1UPXtiYWNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvYmFjaW8vMi4wLjMiLFsiZnVsbE5hbWUiXT0iYmFjaW8vMi4wLjMiLFsibG9hZE9yZGVyIl09Nixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJiYWNpby8yLjAuMyIsfSxjbWFrZT17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9jbWFrZS8zLjkuMCIsWyJmdWxs";' export '_ModuleTable001_;' '_ModuleTable002_="TmFtZSJdPSJjbWFrZS8zLjkuMCIsWyJsb2FkT3JkZXIiXT0yMCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjbWFrZS8zLjkuMCIsfSxjb250cmliPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvY29udHJpYiIsWyJmdWxsTmFtZSJdPSJjb250cmliIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY29udHJpYiIsfSxjcnRtPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9jcnRtLzIuMi42IixbImZ1bGxOYW1lIl09ImNydG0vMi4yLjYiLFsibG9hZE9yZGVy";' export '_ModuleTable002_;' '_ModuleTable003_="Il09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL2Z2My1jYW0vRHVzYW4uSm92aWMvdWZzL3ByMTgvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvaGVyYS5pbnRlbC9mdjMiLFsi";' export '_ModuleTable003_;' '_ModuleTable004_="ZnVsbE5hbWUiXT0iZnYzIixbImxvYWRPcmRlciJdPTIxLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTAsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImZ2MyIsfSxnMj17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzIvMy4xLjEiLFsiZnVsbE5hbWUiXT0iZzIvMy4xLjEiLFsibG9hZE9yZGVyIl09MTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZzIvMy4xLjEiLH0sZzJ0bXBsPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9nMnRtcGwvMS42LjAiLFsiZnVsbE5hbWUiXT0iZzJ0bXBsLzEuNi4w";' export '_ModuleTable004_;' '_ModuleTable005_="IixbImxvYWRPcmRlciJdPTEzLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcydG1wbC8xLjYuMCIsfSxpbXBpPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwvaW1waS8yMDE4LjAuNCIsWyJmdWxsTmFtZSJdPSJpbXBpLzIwMTguMC40IixbImxvYWRPcmRlciJdPTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW1waS8yMDE4LjAuNCIsfSxpbnRlbD17WyJmbiJdPSIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL2ludGVsLzE4LjAuNS4yNzQiLFsiZnVsbE5hbWUiXT0iaW50ZWwvMTguMC41LjI3NCIsWyJsb2FkT3JkZXIi";' export '_ModuleTable005_;' '_ModuleTable006_="XT0zLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImludGVsLzE4LjAuNS4yNzQiLH0saXA9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2lwLzMuMC4yIixbImZ1bGxOYW1lIl09ImlwLzMuMC4yIixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaXAvMy4wLjIiLH0samFzcGVyPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9qYXNwZXIvMS45MDAuMSIsWyJmdWxsTmFtZSJdPSJqYXNwZXIvMS45MDAuMSIsWyJsb2FkT3JkZXIi";' export '_ModuleTable006_;' '_ModuleTable007_="XT0xNSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJqYXNwZXIvMS45MDAuMSIsfSxuZW1zaW89e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL25lbXNpby8yLjIuNCIsWyJmdWxsTmFtZSJdPSJuZW1zaW8vMi4yLjQiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZW1zaW8vMi4yLjQiLH0sbmV0Y2RmPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwvbmV0Y2RmLzQuNy4wIixbImZ1bGxOYW1lIl09Im5ldGNkZi80LjcuMCIsWyJsb2FkT3JkZXIi";' export '_ModuleTable007_;' '_ModuleTable008_="XT01LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5ldGNkZi80LjcuMCIsfSxwbmc9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3BuZy8xLjIuNDQiLFsiZnVsbE5hbWUiXT0icG5nLzEuMi40NCIsWyJsb2FkT3JkZXIiXT0xNixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJwbmcvMS4yLjQ0Iix9LHBvc3Q9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3Bvc3QvOC4wLjEiLFsiZnVsbE5hbWUiXT0icG9zdC84LjAuMSIsWyJsb2FkT3JkZXIiXT0xOCxw";' export '_ModuleTable008_;' '_ModuleTable009_="cm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJwb3N0LzguMC4xIix9LHNwPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9zcC8yLjAuMyIsWyJmdWxsTmFtZSJdPSJzcC8yLjAuMyIsWyJsb2FkT3JkZXIiXT05LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InNwLzIuMC4zIix9LHN1dGlscz17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9zdXRpbHMvZGVmYXVsdCIsWyJmdWxsTmFtZSJdPSJzdXRpbHMvZGVmYXVsdCIsWyJsb2FkT3JkZXIiXT0yLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0";' export '_ModuleTable009_;' '_ModuleTable010_="dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InN1dGlscyIsfSx3M2VtYz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNlbWMvMi4zLjEiLFsiZnVsbE5hbWUiXT0idzNlbWMvMi4zLjEiLFsibG9hZE9yZGVyIl09MTAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNlbWMvMi4zLjEiLH0sdzNuY289e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czbmNvLzIuMC43IixbImZ1bGxOYW1lIl09InczbmNvLzIuMC43IixbImxvYWRPcmRlciJdPTExLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMi";' export '_ModuleTable010_;' '_ModuleTable011_="XT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHo9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3ovMS4yLjExIixbImZ1bGxOYW1lIl09InovMS4yLjExIixbImxvYWRPcmRlciJdPTE3LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InovMS4yLjExIix9LH0sbXBhdGhBPXsiL2NvbnRyaWIvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDIvTkNFUERFVi9mdjMtY2FtL0R1c2FuLkpvdmljL3Vmcy9wcjE4L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL2hlcmEuaW50ZWwiLCIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi9hcHBz";' export '_ModuleTable011_;' '_ModuleTable012_="L21vZHVsZXMvbW9kdWxlZmlsZXMvTGludXgiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L2NyYXlwZS9kZWZhdWx0L21vZHVsZWZpbGVzIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbCIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWxfaW1waSIsIi9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcyIsIi9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmU6L2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9M";' export '_ModuleTable012_;' '_ModuleTable013_="aW51eDovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzOi9vcHQvY3JheS9tb2R1bGVmaWxlczovb3B0L2NyYXkvY3JheXBlL2RlZmF1bHQvbW9kdWxlZmlsZXMiLH0=";' export '_ModuleTable013_;' '_ModuleTable_Sz_="13";' export '_ModuleTable_Sz_;' -++ BACIO_LIB4=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libbacio_v2.0.3_4.a -++ export BACIO_LIB4 -++ BACIO_LIB8=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libbacio_v2.0.3_8.a -++ export BACIO_LIB8 -++ BACIO_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/bacio_v2.0.3 -++ export BACIO_SRC -++ BACIO_VER=v2.0.3 -++ export BACIO_VER -++ __LMOD_REF_COUNT_CLASSPATH='/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/mpi.jar:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/daal.jar:1' -++ export __LMOD_REF_COUNT_CLASSPATH -++ CLASSPATH=/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/mpi.jar:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/daal.jar -++ export CLASSPATH -++ CMAKE_CXX_COMPILER=mpiicpc -++ export CMAKE_CXX_COMPILER -++ CMAKE_C_COMPILER=mpiicc -++ export CMAKE_C_COMPILER -++ CMAKE_Fortran_COMPILER=mpiifort -++ export CMAKE_Fortran_COMPILER -++ CMAKE_Platform=hera.intel -++ export CMAKE_Platform -++ COMP=intel -++ export COMP -++ __LMOD_REF_COUNT_CPATH='/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/include:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/include:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/pstl/include:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/include:2;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/include:1' -++ export __LMOD_REF_COUNT_CPATH -++ CPATH=/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/include:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/include:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/pstl/include:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/include:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/include -++ export CPATH -++ CRTM_FIX=/scratch2/NCEPDEV/nwprod/NCEPLIBS/fix/crtm_v2.2.6 -++ export CRTM_FIX -++ CRTM_INC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/crtm_v2.2.6 -++ export CRTM_INC -++ CRTM_LIB=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libcrtm_v2.2.6.a -++ export CRTM_LIB -++ CRTM_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/crtm_v2.2.6 -++ export CRTM_SRC -++ CRTM_VER=v2.2.6 -++ export CRTM_VER -++ ESMFMKFILE=/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/lib/esmf.mk -++ export ESMFMKFILE -++ G2TMPL_INC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/g2tmpl_v1.6.0 -++ export G2TMPL_INC -++ G2TMPL_LIB=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2tmpl_v1.6.0.a -++ export G2TMPL_LIB -++ G2TMPL_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/g2tmpl_v1.6.0/src -++ export G2TMPL_SRC -++ G2TMPL_VER=v1.6.0 -++ export G2TMPL_VER -++ G2_INC4=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/g2_v3.1.1_4 -++ export G2_INC4 -++ G2_INCd=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/g2_v3.1.1_d -++ export G2_INCd -++ G2_LIB4=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2_v3.1.1_4.a -++ export G2_LIB4 -++ G2_LIBd=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2_v3.1.1_d.a -++ export G2_LIBd -++ G2_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/g2_v3.1.1 -++ export G2_SRC -++ G2_VER=v3.1.1 -++ export G2_VER -++ GDBSERVER_MIC=/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/targets/intel64/x200/bin/gdbserver -++ export GDBSERVER_MIC -++ GDB_CROSS=/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/intel64/bin/gdb-ia -++ export GDB_CROSS -++ __LMOD_REF_COUNT_INFOPATH='/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/info:1;/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/info:1' -++ export __LMOD_REF_COUNT_INFOPATH -++ INFOPATH=/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/info:/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/info -++ export INFOPATH -++ __LMOD_REF_COUNT_INTEL_LICENSE_FILE='/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/licenses:1;/apps/intel/licenses:1' -++ export __LMOD_REF_COUNT_INTEL_LICENSE_FILE -++ INTEL_LICENSE_FILE=/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/licenses:/apps/intel/licenses -++ export INTEL_LICENSE_FILE -++ INTEL_PYTHONHOME=/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/python/intel64/ -++ export INTEL_PYTHONHOME -++ IPATH_NO_BACKTRACE=1 -++ export IPATH_NO_BACKTRACE -++ IP_INC4=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ip_v3.0.2_4 -++ export IP_INC4 -++ IP_INC8=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ip_v3.0.2_8 -++ export IP_INC8 -++ IP_INCd=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ip_v3.0.2_d -++ export IP_INCd -++ IP_LIB4=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libip_v3.0.2_4.a -++ export IP_LIB4 -++ IP_LIB8=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libip_v3.0.2_8.a -++ export IP_LIB8 -++ IP_LIBd=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libip_v3.0.2_d.a -++ export IP_LIBd -++ IP_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/ip_v3.0.2 -++ export IP_SRC -++ IP_VER=v3.0.2 -++ export IP_VER -++ I_MPI_CC=icc -++ export I_MPI_CC -++ I_MPI_F90=ifort -++ export I_MPI_F90 -++ I_MPI_HYDRA_BRANCH_COUNT=128 -++ export I_MPI_HYDRA_BRANCH_COUNT -++ I_MPI_HYDRA_PMI_CONNECT=alltoall -++ export I_MPI_HYDRA_PMI_CONNECT -++ I_MPI_ROOT=/apps/intel/compilers_and_libraries_2018/linux/mpi -++ export I_MPI_ROOT -++ I_MPI_TMI_PROVIDER=psm -++ export I_MPI_TMI_PROVIDER -++ JASPER_INC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/include/jasper_v1.900.1 -++ export JASPER_INC -++ JASPER_LIB=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/lib/libjasper_v1.900.1.a -++ export JASPER_LIB -++ JASPER_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/thirdParty -++ export JASPER_SRC -++ JASPER_VER=v1.900.1 -++ export JASPER_VER -++ __LMOD_REF_COUNT_LD_LIBRARY_PATH='/apps/netcdf/4.7.0/intel/18.0.5.274/lib:1;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib:1;/apps/slurm/default/lib:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/lib/intel64:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:2;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:2;/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/libipt/intel64/lib:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4:1' -++ export __LMOD_REF_COUNT_LD_LIBRARY_PATH -++ LD_LIBRARY_PATH=/apps/netcdf/4.7.0/intel/18.0.5.274/lib:/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib::/apps/slurm/default/lib:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/lib/intel64:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/libipt/intel64/lib:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4 -++ export LD_LIBRARY_PATH -++ __LMOD_REF_COUNT_LIBRARY_PATH='/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:2;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4:1' -++ export __LMOD_REF_COUNT_LIBRARY_PATH -++ LIBRARY_PATH=/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4 -++ export LIBRARY_PATH -++ LIB_NAME=POST -++ export LIB_NAME -++ LMOD_FAMILY_COMPILER=intel -++ export LMOD_FAMILY_COMPILER -++ LMOD_FAMILY_COMPILER_VERSION=18.0.5.274 -++ export LMOD_FAMILY_COMPILER_VERSION -++ LMOD_FAMILY_MPI=impi -++ export LMOD_FAMILY_MPI -++ LMOD_FAMILY_MPI_VERSION=2018.0.4 -++ export LMOD_FAMILY_MPI_VERSION -++ __LMOD_REF_COUNT_LOADEDMODULES='contrib:1;sutils/default:1;intel/18.0.5.274:1;impi/2018.0.4:1;netcdf/4.7.0:1;bacio/2.0.3:1;ip/3.0.2:1;nemsio/2.2.4:1;sp/2.0.3:1;w3emc/2.3.1:1;w3nco/2.0.7:1;g2/3.1.1:1;g2tmpl/1.6.0:1;crtm/2.2.6:1;jasper/1.900.1:1;png/1.2.44:1;z/1.2.11:1;post/8.0.1:1;esmf/8.0.0:1;cmake/3.9.0:1;fv3:1' -++ export __LMOD_REF_COUNT_LOADEDMODULES -++ LOADEDMODULES=contrib:sutils/default:intel/18.0.5.274:impi/2018.0.4:netcdf/4.7.0:bacio/2.0.3:ip/3.0.2:nemsio/2.2.4:sp/2.0.3:w3emc/2.3.1:w3nco/2.0.7:g2/3.1.1:g2tmpl/1.6.0:crtm/2.2.6:jasper/1.900.1:png/1.2.44:z/1.2.11:post/8.0.1:esmf/8.0.0:cmake/3.9.0:fv3 -++ export LOADEDMODULES -++ __LMOD_REF_COUNT_MANPATH='/apps/netcdf/4.7.0/intel/18.0.5.274/share/man:1;/apps/intel/compilers_and_libraries_2018/linux/mpi/man:1;/apps/intel/parallel_studio_xe_2018.4.057/man/common:1;/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/man:1;/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/man:1;/apps/lmod/lmod/share/man:1;/apps/local/man:1;/apps/slurm/default/share/man:1;/apps/slurm/tools/sbank/share/man:1' -++ export __LMOD_REF_COUNT_MANPATH -++ MANPATH=/apps/netcdf/4.7.0/intel/18.0.5.274/share/man:/apps/intel/compilers_and_libraries_2018/linux/mpi/man:/apps/intel/parallel_studio_xe_2018.4.057/man/common:/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/man:/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/man:/apps/lmod/lmod/share/man::/apps/local/man:/apps/slurm/default/share/man:/apps/slurm/tools/sbank/share/man -++ export MANPATH -++ __LMOD_REF_COUNT_MODULEPATH='/contrib/modulefiles:3;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:2;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1;/apps/modules/modulefamilies/intel:1;/apps/modules/modulefamilies/intel_impi:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles:1' -++ export __LMOD_REF_COUNT_MODULEPATH -++ MODULEPATH=/contrib/modulefiles:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles:/apps/modules/modulefamilies/intel:/apps/modules/modulefamilies/intel_impi:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles -++ export MODULEPATH -++ MPM_LAUNCHER=/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/mpm/mic/bin/start_mpm.sh -++ export MPM_LAUNCHER -++ NCEPLIBS=/scratch2/NCEPDEV/nwprod/NCEPLIBS -++ export NCEPLIBS -++ NEMSIO_INC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/nemsio_v2.2.4 -++ export NEMSIO_INC -++ NEMSIO_LIB=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libnemsio_v2.2.4.a -++ export NEMSIO_LIB -++ NEMSIO_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/nemsio_v2.2.4 -++ export NEMSIO_SRC -++ NEMSIO_VER=v2.2.4 -++ export NEMSIO_VER -++ NETCDF=/apps/netcdf/4.7.0/intel/18.0.5.274 -++ export NETCDF -++ __LMOD_REF_COUNT_NLSPATH='/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64/locale/%l_%t/%N:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin/locale/%l_%t/%N:1;/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/intel64/share/locale/%l_%t/%N:1' -++ export __LMOD_REF_COUNT_NLSPATH -++ NLSPATH=/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64/locale/%l_%t/%N:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin/locale/%l_%t/%N:/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/intel64/share/locale/%l_%t/%N -++ export NLSPATH -++ __LMOD_REF_COUNT_PATH='/contrib/cmake/3.9.0/bin:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/bin:1;/apps/netcdf/4.7.0/intel/18.0.5.274/bin:1;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/bin/intel64:1;/contrib/sutils/bin:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:1;/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/opt/ibutils/bin:1;/apps/local/bin:1;/apps/local/sbin:1;/apps/slurm/default/tools:1;/apps/slurm/default/bin:1;/apps/slurm/default/sbin:1;/apps/slurm/tools/sbank/bin:1;/home/Dusan.Jovic/bin:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/dbrowse:1' -++ export __LMOD_REF_COUNT_PATH -++ PATH=/contrib/cmake/3.9.0/bin:/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/bin:/apps/netcdf/4.7.0/intel/18.0.5.274/bin:/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/bin/intel64:/contrib/sutils/bin:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/opt/ibutils/bin:/apps/local/bin:/apps/local/sbin:/apps/slurm/default/tools:/apps/slurm/default/bin:/apps/slurm/default/sbin:/apps/slurm/tools/sbank/bin:/home/Dusan.Jovic/bin:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/dbrowse -++ export PATH -++ __LMOD_REF_COUNT_PKG_CONFIG_PATH=/apps/intel/compilers_and_libraries_2018/linux/mkl/bin/pkgconfig:1 -++ export __LMOD_REF_COUNT_PKG_CONFIG_PATH -++ PKG_CONFIG_PATH=/apps/intel/compilers_and_libraries_2018/linux/mkl/bin/pkgconfig -++ export PKG_CONFIG_PATH -++ PNG_INC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/png_v1.2.44 -++ export PNG_INC -++ PNG_LIB=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libpng_v1.2.44.a -++ export PNG_LIB -++ PNG_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/thirdParty -++ export PNG_SRC -++ PNG_VER=v1.2.44 -++ export PNG_VER -++ POST_INC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ncep_post_v8.0.1_4 -++ export POST_INC -++ POST_LIB=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libncep_post_v8.0.1_4.a -++ export POST_LIB -++ POST_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/post_v8.0.1 -++ export POST_SRC -++ POST_VER=v8.0.1 -++ export POST_VER -++ SLURM_UTILS_PATH=/contrib/sutils/bin -++ export SLURM_UTILS_PATH -++ SP_LIB4=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_4.a -++ export SP_LIB4 -++ SP_LIB8=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_8.a -++ export SP_LIB8 -++ SP_LIBd=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_d.a -++ export SP_LIBd -++ SP_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/sp_v2.0.3 -++ export SP_SRC -++ SP_VER=v2.0.3 -++ export SP_VER -++ W3EMC_INC4=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/w3emc_v2.3.1_4 -++ export W3EMC_INC4 -++ W3EMC_INC8=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/w3emc_v2.3.1_8 -++ export W3EMC_INC8 -++ W3EMC_INCd=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/w3emc_v2.3.1_d -++ export W3EMC_INCd -++ W3EMC_LIB4=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_4.a -++ export W3EMC_LIB4 -++ W3EMC_LIB8=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_8.a -++ export W3EMC_LIB8 -++ W3EMC_LIBd=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_d.a -++ export W3EMC_LIBd -++ W3EMC_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/w3emc_v2.3.1 -++ export W3EMC_SRC -++ W3EMC_VER=v2.3.1 -++ export W3EMC_VER -++ W3NCO_LIB4=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_4.a -++ export W3NCO_LIB4 -++ W3NCO_LIB8=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_8.a -++ export W3NCO_LIB8 -++ W3NCO_LIBd=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_d.a -++ export W3NCO_LIBd -++ W3NCO_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/w3nco_v2.0.7 -++ export W3NCO_SRC -++ W3NCO_VER=v2.0.7 -++ export W3NCO_VER -++ Z_INC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/z_v1.2.11 -++ export Z_INC -++ Z_LIB=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libz_v1.2.11.a -++ export Z_LIB -++ Z_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/thirdParty -++ export Z_SRC -++ Z_VER=v1.2.11 -++ export Z_VER -++ __LMOD_REF_COUNT__LMFILES_='/apps/modules/modulefiles/contrib:1;/contrib/modulefiles/sutils/default:1;/apps/modules/modulefiles/intel/18.0.5.274:1;/apps/modules/modulefamilies/intel/impi/2018.0.4:1;/apps/modules/modulefamilies/intel/netcdf/4.7.0:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/bacio/2.0.3:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/ip/3.0.2:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/nemsio/2.2.4:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/sp/2.0.3:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3emc/2.3.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3nco/2.0.7:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2/3.1.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2tmpl/1.6.0:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/crtm/2.2.6:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/jasper/1.900.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/png/1.2.44:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/z/1.2.11:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/post/8.0.1:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles/esmf/8.0.0:1;/contrib/modulefiles/cmake/3.9.0:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel/fv3:1' -++ export __LMOD_REF_COUNT__LMFILES_ -++ _LMFILES_=/apps/modules/modulefiles/contrib:/contrib/modulefiles/sutils/default:/apps/modules/modulefiles/intel/18.0.5.274:/apps/modules/modulefamilies/intel/impi/2018.0.4:/apps/modules/modulefamilies/intel/netcdf/4.7.0:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/bacio/2.0.3:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/ip/3.0.2:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/nemsio/2.2.4:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/sp/2.0.3:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3emc/2.3.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3nco/2.0.7:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2/3.1.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2tmpl/1.6.0:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/crtm/2.2.6:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/jasper/1.900.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/png/1.2.44:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/z/1.2.11:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/post/8.0.1:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles/esmf/8.0.0:/contrib/modulefiles/cmake/3.9.0:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel/fv3 -++ export _LMFILES_ -++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJpbXBpIix9LG1UPXtiYWNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvYmFjaW8vMi4wLjMiLFsiZnVsbE5hbWUiXT0iYmFjaW8vMi4wLjMiLFsibG9hZE9yZGVyIl09Nixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJiYWNpby8yLjAuMyIsfSxjbWFrZT17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9jbWFrZS8zLjkuMCIsWyJmdWxs -++ export _ModuleTable001_ -++ _ModuleTable002_=TmFtZSJdPSJjbWFrZS8zLjkuMCIsWyJsb2FkT3JkZXIiXT0yMCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjbWFrZS8zLjkuMCIsfSxjb250cmliPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvY29udHJpYiIsWyJmdWxsTmFtZSJdPSJjb250cmliIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY29udHJpYiIsfSxjcnRtPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9jcnRtLzIuMi42IixbImZ1bGxOYW1lIl09ImNydG0vMi4yLjYiLFsibG9hZE9yZGVy -++ export _ModuleTable002_ -++ _ModuleTable003_=Il09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL2Z2My1jYW0vRHVzYW4uSm92aWMvdWZzL3ByMTgvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvaGVyYS5pbnRlbC9mdjMiLFsi -++ export _ModuleTable003_ -++ _ModuleTable004_=ZnVsbE5hbWUiXT0iZnYzIixbImxvYWRPcmRlciJdPTIxLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTAsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImZ2MyIsfSxnMj17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzIvMy4xLjEiLFsiZnVsbE5hbWUiXT0iZzIvMy4xLjEiLFsibG9hZE9yZGVyIl09MTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZzIvMy4xLjEiLH0sZzJ0bXBsPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9nMnRtcGwvMS42LjAiLFsiZnVsbE5hbWUiXT0iZzJ0bXBsLzEuNi4w -++ export _ModuleTable004_ -++ _ModuleTable005_=IixbImxvYWRPcmRlciJdPTEzLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcydG1wbC8xLjYuMCIsfSxpbXBpPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwvaW1waS8yMDE4LjAuNCIsWyJmdWxsTmFtZSJdPSJpbXBpLzIwMTguMC40IixbImxvYWRPcmRlciJdPTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW1waS8yMDE4LjAuNCIsfSxpbnRlbD17WyJmbiJdPSIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL2ludGVsLzE4LjAuNS4yNzQiLFsiZnVsbE5hbWUiXT0iaW50ZWwvMTguMC41LjI3NCIsWyJsb2FkT3JkZXIi -++ export _ModuleTable005_ -++ _ModuleTable006_=XT0zLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImludGVsLzE4LjAuNS4yNzQiLH0saXA9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2lwLzMuMC4yIixbImZ1bGxOYW1lIl09ImlwLzMuMC4yIixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaXAvMy4wLjIiLH0samFzcGVyPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9qYXNwZXIvMS45MDAuMSIsWyJmdWxsTmFtZSJdPSJqYXNwZXIvMS45MDAuMSIsWyJsb2FkT3JkZXIi -++ export _ModuleTable006_ -++ _ModuleTable007_=XT0xNSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJqYXNwZXIvMS45MDAuMSIsfSxuZW1zaW89e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL25lbXNpby8yLjIuNCIsWyJmdWxsTmFtZSJdPSJuZW1zaW8vMi4yLjQiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZW1zaW8vMi4yLjQiLH0sbmV0Y2RmPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwvbmV0Y2RmLzQuNy4wIixbImZ1bGxOYW1lIl09Im5ldGNkZi80LjcuMCIsWyJsb2FkT3JkZXIi -++ export _ModuleTable007_ -++ _ModuleTable008_=XT01LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5ldGNkZi80LjcuMCIsfSxwbmc9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3BuZy8xLjIuNDQiLFsiZnVsbE5hbWUiXT0icG5nLzEuMi40NCIsWyJsb2FkT3JkZXIiXT0xNixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJwbmcvMS4yLjQ0Iix9LHBvc3Q9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3Bvc3QvOC4wLjEiLFsiZnVsbE5hbWUiXT0icG9zdC84LjAuMSIsWyJsb2FkT3JkZXIiXT0xOCxw -++ export _ModuleTable008_ -++ _ModuleTable009_=cm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJwb3N0LzguMC4xIix9LHNwPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9zcC8yLjAuMyIsWyJmdWxsTmFtZSJdPSJzcC8yLjAuMyIsWyJsb2FkT3JkZXIiXT05LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InNwLzIuMC4zIix9LHN1dGlscz17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9zdXRpbHMvZGVmYXVsdCIsWyJmdWxsTmFtZSJdPSJzdXRpbHMvZGVmYXVsdCIsWyJsb2FkT3JkZXIiXT0yLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0 -++ export _ModuleTable009_ -++ _ModuleTable010_=dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InN1dGlscyIsfSx3M2VtYz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNlbWMvMi4zLjEiLFsiZnVsbE5hbWUiXT0idzNlbWMvMi4zLjEiLFsibG9hZE9yZGVyIl09MTAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNlbWMvMi4zLjEiLH0sdzNuY289e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czbmNvLzIuMC43IixbImZ1bGxOYW1lIl09InczbmNvLzIuMC43IixbImxvYWRPcmRlciJdPTExLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMi -++ export _ModuleTable010_ -++ _ModuleTable011_=XT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHo9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3ovMS4yLjExIixbImZ1bGxOYW1lIl09InovMS4yLjExIixbImxvYWRPcmRlciJdPTE3LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InovMS4yLjExIix9LH0sbXBhdGhBPXsiL2NvbnRyaWIvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDIvTkNFUERFVi9mdjMtY2FtL0R1c2FuLkpvdmljL3Vmcy9wcjE4L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL2hlcmEuaW50ZWwiLCIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi9hcHBz -++ export _ModuleTable011_ -++ _ModuleTable012_=L21vZHVsZXMvbW9kdWxlZmlsZXMvTGludXgiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L2NyYXlwZS9kZWZhdWx0L21vZHVsZWZpbGVzIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbCIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWxfaW1waSIsIi9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcyIsIi9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmU6L2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9M -++ export _ModuleTable012_ -++ _ModuleTable013_=aW51eDovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzOi9vcHQvY3JheS9tb2R1bGVmaWxlczovb3B0L2NyYXkvY3JheXBlL2RlZmF1bHQvbW9kdWxlZmlsZXMiLH0= -++ export _ModuleTable013_ -++ _ModuleTable_Sz_=13 -++ export _ModuleTable_Sz_ -++ : -s sh -+ eval -+ module list -++ /apps/lmod/7.7.18/libexec/lmod bash list -+ eval echo ''\'''\'';' echo ''\''Currently'\''' ''\''Loaded'\''' ''\''Modules:'\'';' echo ''\'''\''' ''\'''\''' ''\''1)'\''' ''\''contrib'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''7)'\''' ''\''ip/3.0.2'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''13)'\''' ''\''g2tmpl/1.6.0'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''19)'\''' ''\''esmf/8.0.0'\'';' echo ''\'''\''' ''\'''\''' ''\''2)'\''' ''\''sutils/default'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''8)'\''' ''\''nemsio/2.2.4'\''' ''\'''\''' ''\''14)'\''' ''\''crtm/2.2.6'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''20)'\''' ''\''cmake/3.9.0'\'';' echo ''\'''\''' ''\'''\''' ''\''3)'\''' ''\''intel/18.0.5.274'\''' ''\'''\''' ''\'''\''' ''\''9)'\''' ''\''sp/2.0.3'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''15)'\''' ''\''jasper/1.900.1'\''' ''\'''\''' ''\''21)'\''' ''\''fv3'\'';' echo ''\'''\''' ''\'''\''' ''\''4)'\''' ''\''impi/2018.0.4'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''10)'\''' ''\''w3emc/2.3.1'\''' ''\'''\''' ''\'''\''' ''\''16)'\''' ''\''png/1.2.44'\'';' echo ''\'''\''' ''\'''\''' ''\''5)'\''' ''\''netcdf/4.7.0'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''11)'\''' ''\''w3nco/2.0.7'\''' ''\'''\''' ''\'''\''' ''\''17)'\''' ''\''z/1.2.11'\'';' echo ''\'''\''' ''\'''\''' ''\''6)'\''' ''\''bacio/2.0.3'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''12)'\''' ''\''g2/3.1.1'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''18)'\''' ''\''post/8.0.1'\'';' echo ''\'''\'';' echo ''\'''\''' ''\'''\'';' echo ''\'''\'';' 'MODULEPATH="/contrib/modulefiles:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles:/apps/modules/modulefamilies/intel:/apps/modules/modulefamilies/intel_impi:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles";' export 'MODULEPATH;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJpbXBpIix9LG1UPXtiYWNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvYmFjaW8vMi4wLjMiLFsiZnVsbE5hbWUiXT0iYmFjaW8vMi4wLjMiLFsibG9hZE9yZGVyIl09Nixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJiYWNpby8yLjAuMyIsfSxjbWFrZT17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9jbWFrZS8zLjkuMCIsWyJmdWxs";' export '_ModuleTable001_;' '_ModuleTable002_="TmFtZSJdPSJjbWFrZS8zLjkuMCIsWyJsb2FkT3JkZXIiXT0yMCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjbWFrZS8zLjkuMCIsfSxjb250cmliPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvY29udHJpYiIsWyJmdWxsTmFtZSJdPSJjb250cmliIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY29udHJpYiIsfSxjcnRtPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9jcnRtLzIuMi42IixbImZ1bGxOYW1lIl09ImNydG0vMi4yLjYiLFsibG9hZE9yZGVy";' export '_ModuleTable002_;' '_ModuleTable003_="Il09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL2Z2My1jYW0vRHVzYW4uSm92aWMvdWZzL3ByMTgvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvaGVyYS5pbnRlbC9mdjMiLFsi";' export '_ModuleTable003_;' '_ModuleTable004_="ZnVsbE5hbWUiXT0iZnYzIixbImxvYWRPcmRlciJdPTIxLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTAsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImZ2MyIsfSxnMj17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzIvMy4xLjEiLFsiZnVsbE5hbWUiXT0iZzIvMy4xLjEiLFsibG9hZE9yZGVyIl09MTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZzIvMy4xLjEiLH0sZzJ0bXBsPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9nMnRtcGwvMS42LjAiLFsiZnVsbE5hbWUiXT0iZzJ0bXBsLzEuNi4w";' export '_ModuleTable004_;' '_ModuleTable005_="IixbImxvYWRPcmRlciJdPTEzLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcydG1wbC8xLjYuMCIsfSxpbXBpPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwvaW1waS8yMDE4LjAuNCIsWyJmdWxsTmFtZSJdPSJpbXBpLzIwMTguMC40IixbImxvYWRPcmRlciJdPTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW1waS8yMDE4LjAuNCIsfSxpbnRlbD17WyJmbiJdPSIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL2ludGVsLzE4LjAuNS4yNzQiLFsiZnVsbE5hbWUiXT0iaW50ZWwvMTguMC41LjI3NCIsWyJsb2FkT3JkZXIi";' export '_ModuleTable005_;' '_ModuleTable006_="XT0zLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImludGVsLzE4LjAuNS4yNzQiLH0saXA9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2lwLzMuMC4yIixbImZ1bGxOYW1lIl09ImlwLzMuMC4yIixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaXAvMy4wLjIiLH0samFzcGVyPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9qYXNwZXIvMS45MDAuMSIsWyJmdWxsTmFtZSJdPSJqYXNwZXIvMS45MDAuMSIsWyJsb2FkT3JkZXIi";' export '_ModuleTable006_;' '_ModuleTable007_="XT0xNSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJqYXNwZXIvMS45MDAuMSIsfSxuZW1zaW89e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL25lbXNpby8yLjIuNCIsWyJmdWxsTmFtZSJdPSJuZW1zaW8vMi4yLjQiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZW1zaW8vMi4yLjQiLH0sbmV0Y2RmPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwvbmV0Y2RmLzQuNy4wIixbImZ1bGxOYW1lIl09Im5ldGNkZi80LjcuMCIsWyJsb2FkT3JkZXIi";' export '_ModuleTable007_;' '_ModuleTable008_="XT01LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5ldGNkZi80LjcuMCIsfSxwbmc9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3BuZy8xLjIuNDQiLFsiZnVsbE5hbWUiXT0icG5nLzEuMi40NCIsWyJsb2FkT3JkZXIiXT0xNixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJwbmcvMS4yLjQ0Iix9LHBvc3Q9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3Bvc3QvOC4wLjEiLFsiZnVsbE5hbWUiXT0icG9zdC84LjAuMSIsWyJsb2FkT3JkZXIiXT0xOCxw";' export '_ModuleTable008_;' '_ModuleTable009_="cm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJwb3N0LzguMC4xIix9LHNwPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9zcC8yLjAuMyIsWyJmdWxsTmFtZSJdPSJzcC8yLjAuMyIsWyJsb2FkT3JkZXIiXT05LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InNwLzIuMC4zIix9LHN1dGlscz17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9zdXRpbHMvZGVmYXVsdCIsWyJmdWxsTmFtZSJdPSJzdXRpbHMvZGVmYXVsdCIsWyJsb2FkT3JkZXIiXT0yLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0";' export '_ModuleTable009_;' '_ModuleTable010_="dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InN1dGlscyIsfSx3M2VtYz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNlbWMvMi4zLjEiLFsiZnVsbE5hbWUiXT0idzNlbWMvMi4zLjEiLFsibG9hZE9yZGVyIl09MTAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNlbWMvMi4zLjEiLH0sdzNuY289e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czbmNvLzIuMC43IixbImZ1bGxOYW1lIl09InczbmNvLzIuMC43IixbImxvYWRPcmRlciJdPTExLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMi";' export '_ModuleTable010_;' '_ModuleTable011_="XT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHo9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3ovMS4yLjExIixbImZ1bGxOYW1lIl09InovMS4yLjExIixbImxvYWRPcmRlciJdPTE3LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InovMS4yLjExIix9LH0sbXBhdGhBPXsiL2NvbnRyaWIvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDIvTkNFUERFVi9mdjMtY2FtL0R1c2FuLkpvdmljL3Vmcy9wcjE4L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL2hlcmEuaW50ZWwiLCIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi9hcHBz";' export '_ModuleTable011_;' '_ModuleTable012_="L21vZHVsZXMvbW9kdWxlZmlsZXMvTGludXgiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L2NyYXlwZS9kZWZhdWx0L21vZHVsZWZpbGVzIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbCIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWxfaW1waSIsIi9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcyIsIi9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmU6L2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9M";' export '_ModuleTable012_;' '_ModuleTable013_="aW51eDovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzOi9vcHQvY3JheS9tb2R1bGVmaWxlczovb3B0L2NyYXkvY3JheXBlL2RlZmF1bHQvbW9kdWxlZmlsZXMiLH0=";' export '_ModuleTable013_;' '_ModuleTable_Sz_="13";' export '_ModuleTable_Sz_;' -++ echo '' - -++ echo Currently Loaded Modules: -Currently Loaded Modules: -++ echo '' '' '1)' contrib '' '' '' '' '' '' '' '' '' '' '' '7)' ip/3.0.2 '' '' '' '' '' '13)' g2tmpl/1.6.0 '' '' '' '19)' esmf/8.0.0 - 1) contrib 7) ip/3.0.2 13) g2tmpl/1.6.0 19) esmf/8.0.0 -++ echo '' '' '2)' sutils/default '' '' '' '' '8)' nemsio/2.2.4 '' '14)' crtm/2.2.6 '' '' '' '' '' '20)' cmake/3.9.0 - 2) sutils/default 8) nemsio/2.2.4 14) crtm/2.2.6 20) cmake/3.9.0 -++ echo '' '' '3)' intel/18.0.5.274 '' '' '9)' sp/2.0.3 '' '' '' '' '' '15)' jasper/1.900.1 '' '21)' fv3 - 3) intel/18.0.5.274 9) sp/2.0.3 15) jasper/1.900.1 21) fv3 -++ echo '' '' '4)' impi/2018.0.4 '' '' '' '' '10)' w3emc/2.3.1 '' '' '16)' png/1.2.44 - 4) impi/2018.0.4 10) w3emc/2.3.1 16) png/1.2.44 -++ echo '' '' '5)' netcdf/4.7.0 '' '' '' '' '' '11)' w3nco/2.0.7 '' '' '17)' z/1.2.11 - 5) netcdf/4.7.0 11) w3nco/2.0.7 17) z/1.2.11 -++ echo '' '' '6)' bacio/2.0.3 '' '' '' '' '' '' '12)' g2/3.1.1 '' '' '' '' '' '18)' post/8.0.1 - 6) bacio/2.0.3 12) g2/3.1.1 18) post/8.0.1 -++ echo '' - -++ echo '' '' - -++ echo '' - -++ MODULEPATH=/contrib/modulefiles:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles:/apps/modules/modulefamilies/intel:/apps/modules/modulefamilies/intel_impi:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles -++ export MODULEPATH -++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJpbXBpIix9LG1UPXtiYWNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvYmFjaW8vMi4wLjMiLFsiZnVsbE5hbWUiXT0iYmFjaW8vMi4wLjMiLFsibG9hZE9yZGVyIl09Nixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJiYWNpby8yLjAuMyIsfSxjbWFrZT17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9jbWFrZS8zLjkuMCIsWyJmdWxs -++ export _ModuleTable001_ -++ _ModuleTable002_=TmFtZSJdPSJjbWFrZS8zLjkuMCIsWyJsb2FkT3JkZXIiXT0yMCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjbWFrZS8zLjkuMCIsfSxjb250cmliPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvY29udHJpYiIsWyJmdWxsTmFtZSJdPSJjb250cmliIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY29udHJpYiIsfSxjcnRtPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9jcnRtLzIuMi42IixbImZ1bGxOYW1lIl09ImNydG0vMi4yLjYiLFsibG9hZE9yZGVy -++ export _ModuleTable002_ -++ _ModuleTable003_=Il09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL2Z2My1jYW0vRHVzYW4uSm92aWMvdWZzL3ByMTgvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvaGVyYS5pbnRlbC9mdjMiLFsi -++ export _ModuleTable003_ -++ _ModuleTable004_=ZnVsbE5hbWUiXT0iZnYzIixbImxvYWRPcmRlciJdPTIxLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTAsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImZ2MyIsfSxnMj17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzIvMy4xLjEiLFsiZnVsbE5hbWUiXT0iZzIvMy4xLjEiLFsibG9hZE9yZGVyIl09MTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZzIvMy4xLjEiLH0sZzJ0bXBsPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9nMnRtcGwvMS42LjAiLFsiZnVsbE5hbWUiXT0iZzJ0bXBsLzEuNi4w -++ export _ModuleTable004_ -++ _ModuleTable005_=IixbImxvYWRPcmRlciJdPTEzLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcydG1wbC8xLjYuMCIsfSxpbXBpPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwvaW1waS8yMDE4LjAuNCIsWyJmdWxsTmFtZSJdPSJpbXBpLzIwMTguMC40IixbImxvYWRPcmRlciJdPTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW1waS8yMDE4LjAuNCIsfSxpbnRlbD17WyJmbiJdPSIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL2ludGVsLzE4LjAuNS4yNzQiLFsiZnVsbE5hbWUiXT0iaW50ZWwvMTguMC41LjI3NCIsWyJsb2FkT3JkZXIi -++ export _ModuleTable005_ -++ _ModuleTable006_=XT0zLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImludGVsLzE4LjAuNS4yNzQiLH0saXA9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2lwLzMuMC4yIixbImZ1bGxOYW1lIl09ImlwLzMuMC4yIixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaXAvMy4wLjIiLH0samFzcGVyPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9qYXNwZXIvMS45MDAuMSIsWyJmdWxsTmFtZSJdPSJqYXNwZXIvMS45MDAuMSIsWyJsb2FkT3JkZXIi -++ export _ModuleTable006_ -++ _ModuleTable007_=XT0xNSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJqYXNwZXIvMS45MDAuMSIsfSxuZW1zaW89e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL25lbXNpby8yLjIuNCIsWyJmdWxsTmFtZSJdPSJuZW1zaW8vMi4yLjQiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZW1zaW8vMi4yLjQiLH0sbmV0Y2RmPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwvbmV0Y2RmLzQuNy4wIixbImZ1bGxOYW1lIl09Im5ldGNkZi80LjcuMCIsWyJsb2FkT3JkZXIi -++ export _ModuleTable007_ -++ _ModuleTable008_=XT01LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5ldGNkZi80LjcuMCIsfSxwbmc9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3BuZy8xLjIuNDQiLFsiZnVsbE5hbWUiXT0icG5nLzEuMi40NCIsWyJsb2FkT3JkZXIiXT0xNixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJwbmcvMS4yLjQ0Iix9LHBvc3Q9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3Bvc3QvOC4wLjEiLFsiZnVsbE5hbWUiXT0icG9zdC84LjAuMSIsWyJsb2FkT3JkZXIiXT0xOCxw -++ export _ModuleTable008_ -++ _ModuleTable009_=cm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJwb3N0LzguMC4xIix9LHNwPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9zcC8yLjAuMyIsWyJmdWxsTmFtZSJdPSJzcC8yLjAuMyIsWyJsb2FkT3JkZXIiXT05LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InNwLzIuMC4zIix9LHN1dGlscz17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9zdXRpbHMvZGVmYXVsdCIsWyJmdWxsTmFtZSJdPSJzdXRpbHMvZGVmYXVsdCIsWyJsb2FkT3JkZXIiXT0yLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0 -++ export _ModuleTable009_ -++ _ModuleTable010_=dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InN1dGlscyIsfSx3M2VtYz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNlbWMvMi4zLjEiLFsiZnVsbE5hbWUiXT0idzNlbWMvMi4zLjEiLFsibG9hZE9yZGVyIl09MTAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNlbWMvMi4zLjEiLH0sdzNuY289e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czbmNvLzIuMC43IixbImZ1bGxOYW1lIl09InczbmNvLzIuMC43IixbImxvYWRPcmRlciJdPTExLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMi -++ export _ModuleTable010_ -++ _ModuleTable011_=XT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHo9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3ovMS4yLjExIixbImZ1bGxOYW1lIl09InovMS4yLjExIixbImxvYWRPcmRlciJdPTE3LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InovMS4yLjExIix9LH0sbXBhdGhBPXsiL2NvbnRyaWIvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDIvTkNFUERFVi9mdjMtY2FtL0R1c2FuLkpvdmljL3Vmcy9wcjE4L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL2hlcmEuaW50ZWwiLCIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi9hcHBz -++ export _ModuleTable011_ -++ _ModuleTable012_=L21vZHVsZXMvbW9kdWxlZmlsZXMvTGludXgiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L2NyYXlwZS9kZWZhdWx0L21vZHVsZWZpbGVzIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbCIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWxfaW1waSIsIi9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcyIsIi9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmU6L2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9M -++ export _ModuleTable012_ -++ _ModuleTable013_=aW51eDovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzOi9vcHQvY3JheS9tb2R1bGVmaWxlczovb3B0L2NyYXkvY3JheXBlL2RlZmF1bHQvbW9kdWxlZmlsZXMiLH0= -++ export _ModuleTable013_ -++ _ModuleTable_Sz_=13 -++ export _ModuleTable_Sz_ -++ : -s sh -+ eval -+ cd build_fv3_21 -+ cmake /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF --- The C compiler identification is Intel 18.0.5.20180823 --- The CXX compiler identification is Intel 18.0.5.20180823 --- The Fortran compiler identification is Intel 18.0.5.20180823 --- Check for working C compiler: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiicc --- Check for working C compiler: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiicc -- works --- Detecting C compiler ABI info --- Detecting C compiler ABI info - done --- Detecting C compile features --- Detecting C compile features - done --- Check for working CXX compiler: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiicpc --- Check for working CXX compiler: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiicpc -- works --- Detecting CXX compiler ABI info --- Detecting CXX compiler ABI info - done --- Detecting CXX compile features --- Detecting CXX compile features - done --- Check for working Fortran compiler: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort --- Check for working Fortran compiler: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -- works --- Detecting Fortran compiler ABI info --- Detecting Fortran compiler ABI info - done --- Checking whether /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort supports Fortran 90 --- Checking whether /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort supports Fortran 90 -- yes --- Found MPI_C: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpifort.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/release_mt/libmpi.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpigi.a;/usr/lib64/libdl.so;/usr/lib64/librt.so;/usr/lib64/libpthread.so --- Found MPI_CXX: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpicxx.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpifort.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/release_mt/libmpi.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpigi.a;/usr/lib64/libdl.so;/usr/lib64/librt.so;/usr/lib64/libpthread.so --- Found MPI_Fortran: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpifort.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/release_mt/libmpi.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpigi.a;/usr/lib64/libdl.so;/usr/lib64/librt.so;/usr/lib64/libpthread.so -ESMFMKFILE: /scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/lib/esmf.mk - Found ESMF: -ESMF_VERSION_MAJOR: 8 -ESMF_F90COMPILEPATHS: /scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod;/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include;/apps/netcdf/4.6.1/intel/16.1.150/include -ESMF_F90ESMFLINKRPATHS: -Wl,-rpath,/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/lib -ESMF_F90ESMFLINKLIBS: -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf --- Found ESMF: /scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod;/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include;/apps/netcdf/4.6.1/intel/16.1.150/include (found version "8.0.0") - -Setting configuration for hera.intel - -C compiler: Intel 18.0.5.20180823 (mpiicc) -CXX compiler: Intel 18.0.5.20180823 (mpiicpc) -Fortran compiler: Intel 18.0.5.20180823 (mpiifort) - -DEBUG is disabled -REPRO is disabled -32BIT is disabled -OPENMP is ENABLED -AVX2 is ENABLED -INLINE_POST is ENABLED - - -Selected physics package: gfs - --- Detecting OpenMP flags for Intel C compiler: -qopenmp --- Detecting OpenMP flags for Intel C++ compiler: -qopenmp --- Detecting OpenMP flags for Intel Fortran compiler: -qopenmp --- Enable OpenMP support for C/C++/Fortran compiler --- Disable SIONlib support --- Disable Intel MKL support --- Enable netCDF support --- Disable ESMF support --- Disable multi-gases physics --- Detecting OpenMP flags for Intel C compiler: -qopenmp --- Detecting OpenMP flags for Intel C++ compiler: -qopenmp --- Detecting OpenMP flags for Intel Fortran compiler: -qopenmp --- Enable OpenMP support for C/C++/Fortran compiler --- Found LibXml2: /usr/lib64/libxml2.so (found version "2.9.1") --- Found Doxygen: /usr/bin/doxygen (found version "1.8.5") found components: doxygen dot --- Detecting OpenMP flags for Intel C compiler: -qopenmp --- Detecting OpenMP flags for Intel C++ compiler: -qopenmp --- Detecting OpenMP flags for Intel Fortran compiler: -qopenmp --- Enable OpenMP support for C/C++/Fortran compiler -INFOGot CCPP_SCHEMES from environment variable: /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/aer_cloud.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/aerclm_def.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/aerinterp.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/calpreciptype.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cldwat2m_micro.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cldmacro.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/date_def.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/funcphys.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gcycle.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/h2o_def.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/h2ointerp.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/iccn_def.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/iccninterp.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/iounitdef.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/machine.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mersenne_twister.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfpbl.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg_utils.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg2_0.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg3_0.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/multi_gases.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_model.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_parameters.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_radar.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_thompson.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MP_FER_HIRES.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_bl_mynn.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_mynn.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_orowam2017.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/namelist_soilveg.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfpblt.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfpbltq.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfscu.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfscuq.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/noahmp_tables.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/num_parthds.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozne_def.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozinterp.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/physcons.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/physparam.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radcons.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_aerosols.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_astronomy.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_clouds.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_gases.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_surface.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radlw_datatb.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radlw_param.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radsw_datatb.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radsw_param.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/samfaerosols.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfcsub.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sflx.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/set_soilveg.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/surface_perturbation.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_deep.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_sh.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/tridi.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/wv_saturation.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_soil_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rayleigh_damp.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radsw_main.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_ocean.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gwdc.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gscond.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ysuvdif.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_sice.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/samfdeepcnv.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/satmedmfvdif.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozphys_2015.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/samfshalcnv.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/precpd.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_fer_hires.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diag.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radlw_main.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_debug.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/satmedmfvdifq.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cs_conv.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/shinhongvdif.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/h2ophys.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_nst.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/moninedmf.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diff.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diag_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/m_micro.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gcm_shoc.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gwdps.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/shalcnv.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/get_prs_fv3.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozphys.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_stochastics.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/drag_suite.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_cice.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sascnvn.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cnvc90.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_drv.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/dcyc2.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/moninshoc.f -INFOGot CAPS from environment variable: /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_21/FV3/ccpp/physics/ccpp_FV3_GFS_2017_csawmgshoc_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_21/FV3/ccpp/physics/ccpp_FV3_GFS_2017_csawmgshoc_time_vary_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_21/FV3/ccpp/physics/ccpp_FV3_GFS_2017_csawmgshoc_radiation_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_21/FV3/ccpp/physics/ccpp_FV3_GFS_2017_csawmgshoc_physics_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_21/FV3/ccpp/physics/ccpp_FV3_GFS_2017_csawmgshoc_stochastics_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_21/FV3/ccpp/physics/ccpp_FV3_GFS_2017_csawmg_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_21/FV3/ccpp/physics/ccpp_FV3_GFS_2017_csawmg_time_vary_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_21/FV3/ccpp/physics/ccpp_FV3_GFS_2017_csawmg_radiation_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_21/FV3/ccpp/physics/ccpp_FV3_GFS_2017_csawmg_physics_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_21/FV3/ccpp/physics/ccpp_FV3_GFS_2017_csawmg_stochastics_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_21/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_21/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_time_vary_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_21/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_radiation_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_21/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_physics_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_21/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_stochastics_cap.F90 -Force 64 bits in CCPP_layer --- Configuring done --- Generating done --- Build files have been written to: /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_21 -+ make -j 8 -Scanning dependencies of target fv3cpl -Scanning dependencies of target ccpp -[ 0%] Building Fortran object FV3/ccpp/framework/src/CMakeFiles/ccpp.dir/ccpp_errors.F90.o -[ 0%] Building Fortran object FV3/ccpp/framework/src/CMakeFiles/ccpp.dir/ccpp_types.F90.o -[ 0%] Building Fortran object FV3/cpl/CMakeFiles/fv3cpl.dir/module_cplfields.F90.o -[ 0%] Building Fortran object FV3/cpl/CMakeFiles/fv3cpl.dir/module_cap_cpl.F90.o -[ 1%] Building Fortran object FV3/ccpp/framework/src/CMakeFiles/ccpp.dir/ccpp.F90.o -Scanning dependencies of target fms -[ 3%] Building Fortran object CMakeFiles/fms.dir/FMS/platform/platform.F90.o -[ 3%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_parameter.F90.o -[ 3%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_core.F90.o -[ 4%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_input.F90.o -[ 5%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/cloud_interpolator.F90.o -[ 5%] Building Fortran object FV3/ccpp/framework/src/CMakeFiles/ccpp.dir/ccpp_api.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 5%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_io.F90.o -[ 5%] Building Fortran object CMakeFiles/fms.dir/FMS/random_numbers/MersenneTwister.F90.o -[ 5%] Linking Fortran static library libccpp.a -[ 6%] Building Fortran object CMakeFiles/fms.dir/FMS/sat_vapor_pres/sat_vapor_pres_k.F90.o -[ 6%] Built target ccpp -[ 6%] Building Fortran object CMakeFiles/fms.dir/FMS/constants/constants.F90.o -[ 6%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_data.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 6%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp.F90.o -Scanning dependencies of target ccppphys -[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/machine.F.o -[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mersenne_twister.f.o -[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFDL_parse_tracers.F90.o -[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_mp_radar.F90.o -[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/iounitdef.f.o -[ 7%] Linking Fortran static library libfv3cpl.a -[ 7%] Built target fv3cpl -[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/namelist_soilveg.f.o -[ 8%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/namelist_soilveg_ruc.F90.o -[ 8%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_noahmp_glacier.f90.o -[ 8%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_noahmplsm.f90.o -[ 8%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/noahmp_tables.f90.o -[ 8%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_soil_pre.F90.o -[ 8%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/physcons.F90.o -[ 8%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/aerclm_def.F.o -[ 9%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/physparam.f.o -[ 9%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/h2o_def.f.o -[ 9%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/iccn_def.F.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 9%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/micro_mg_utils.F90.o -[ 9%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozne_def.f.o -[ 9%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/surface_perturbation.F90.o -[ 9%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_deep.F90.o -[ 9%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_gfdl_cloud_microphys.F90.o -[ 9%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gfs_phy_tracer_config.F.o -[ 9%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radcons.f90.o -[ 9%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/set_soilveg.f.o -[ 9%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MP_FER_HIRES.F90.o -[ 9%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_BL_MYJPBL.F90.o -[ 10%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/date_def.f.o -[ 10%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_mp_thompson.F90.o -[ 10%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gwdps.f.o -[ 11%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_SF_JSFC.F90.o -[ 11%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_ruclsm.F90.o -[ 11%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/set_soilveg_ruc.F90.o -[ 11%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_post.F90.o -[ 11%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cnvc90.f.o -[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cs_conv_aw_adj.F90.o -[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_DCNV_generic.F90.o -[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_GWD_generic.F90.o -[ 13%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_MP_generic.F90.o -[ 13%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_PBL_generic.F90.o -[ 13%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_SCNV_generic.F90.o -[ 13%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_composites.F90.o -[ 13%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_loop_control.F90.o -[ 13%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/h2ophys.f.o -[ 14%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/m_micro_interstitial.F90.o -[ 15%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/maximum_hourly_diagnostics.F90.o -[ 15%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozphys_2015.f.o -[ 15%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rayleigh_damp.f.o -[ 15%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_diag_post.F90.o -[ 15%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_diff.f.o -[ 16%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_efp.F90.o -[ 16%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozphys.f.o -[ 17%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/funcphys.f90.o -[ 17%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_stochastics.F90.o -[ 17%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_memutils.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 17%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_pset.F90.o -[ 17%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radlw_param.f.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 18%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_type.F90.o -[ 18%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/gradient.F90.o -[ 18%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radsw_param.f.o -[ 19%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_nst_parameters.f90.o -[ 19%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_bl_mynn.F90.o -[ 19%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_initialize.F90.o -[ 19%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_domains.F90.o -[ 19%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_astronomy.f.o -[ 19%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_surface.f.o -[ 19%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/samfaerosols.F.o -[ 20%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/aerinterp.F90.o -[ 20%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/h2ointerp.f90.o -[ 21%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/iccninterp.F90.o -[ 21%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozinterp.f90.o -[ 22%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_mp_thompson_make_number_concentrations.F90.o -[ 22%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/aer_cloud.F.o -[ 22%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/get_prs_fv3.F90.o -[ 22%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_generic.F90.o -[ 22%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/wv_saturation.F.o -[ 22%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/__/__/gfsphysics/GFS_layer/GFS_typedefs.F90.o -[ 22%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_nst_water_prop.f90.o -[ 23%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_module.F90.o -[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_bfmicrophysics.f.o -[ 25%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radsw_datatb.f.o -[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_aerosols.f.o -[ 27%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_gases.f.o -[ 27%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radlw_datatb.f.o -[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_sh.F90.o -[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cs_conv.F90.o -[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_drv.f.o -[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/moninshoc.f.o -[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_diag.f.o -[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_sice.f.o -[ 30%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gcm_shoc.F90.o -[ 31%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_time_vary_pre.fv3.F90.o -[ 32%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/moninedmf.f.o -[ 33%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/samfshalcnv.f.o -[ 34%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/samfdeepcnv.f.o -[ 34%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/satmedmfvdif.F.o -[ 34%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gscond.f.o -[ 34%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/precpd.f.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 34%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_clouds.f.o -[ 35%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radlw_main.f.o -[ 35%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radsw_main.f.o -[ 35%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_nst_model.f90.o -[ 35%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cldmacro.F.o -[ 35%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cldwat2m_micro.F.o -[ 35%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/micro_mg2_0.F90.o -[ 35%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/micro_mg3_0.F90.o -[ 35%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_mynn.F90.o -[ 36%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp.F90.o -[ 37%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_nst.f.o -[ 37%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_setup.F90.o -[ 37%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/m_micro.F90.o -[ 37%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_comm.F90.o -[ 37%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_io.F90.o -Compiling in MPI mode (with or without MPP) -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 37%] Building Fortran object CMakeFiles/fms.dir/FMS/memutils/memutils.F90.o -[ 37%] Building Fortran object CMakeFiles/fms.dir/FMS/fms/fms_io.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 37%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_suite_interstitial.F90.o -[ 37%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/dcyc2.f.o -[ 37%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_post.F90.o -[ 37%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rrtmg_lw_pre.F90.o -[ 37%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rrtmg_lw_post.F90.o -[ 37%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_pre.F90.o -[ 38%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rrtmg_sw_post.F90.o -[ 38%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rrtmg_sw_pre.F90.o -[ 38%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_csawmgshoc_stochastics_cap.F90.o -[ 38%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_phys_time_vary.fv3.F90.o -[ 38%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_rad_time_vary.fv3.F90.o -[ 38%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_csawmg_stochastics_cap.F90.o -[ 38%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_stochastics_cap.F90.o -[ 38%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_csawmg_physics_cap.F90.o -[ 39%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_physics_cap.F90.o -[ 39%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_csawmgshoc_physics_cap.F90.o -[ 40%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_csawmgshoc_radiation_cap.F90.o -[ 40%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_radiation_cap.F90.o -[ 40%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_csawmg_radiation_cap.F90.o -[ 40%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_csawmgshoc_time_vary_cap.F90.o -[ 40%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_csawmg_time_vary_cap.F90.o -[ 41%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_time_vary_cap.F90.o -[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/fms/fms.F90.o -[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/time_manager/time_manager.F90.o -[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bicubic.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 42%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bilinear.F90.o -[ 42%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_conserve.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 42%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_spherical.F90.o -[ 43%] Building Fortran object CMakeFiles/fms.dir/FMS/axis_utils/axis_utils.F90.o -[ 43%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_grid.F90.o -[ 43%] Building Fortran object CMakeFiles/fms.dir/FMS/field_manager/field_manager.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 43%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/mosaic.F90.o -[ 43%] Building Fortran object CMakeFiles/fms.dir/FMS/topography/gaussian_topog.F90.o -[ 44%] Building Fortran object CMakeFiles/fms.dir/FMS/time_manager/get_cal_time.F90.o -[ 44%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp.F90.o -[ 44%] Building Fortran object CMakeFiles/fms.dir/FMS/time_interp/time_interp.F90.o -[ 44%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_data.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 45%] Building Fortran object CMakeFiles/fms.dir/FMS/field_manager/fm_util.F90.o -[ 45%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_types.F90.o -[ 45%] Building Fortran object CMakeFiles/fms.dir/FMS/time_interp/time_interp_external.F90.o -[ 46%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_axis.F90.o -[ 47%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_manifest.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 47%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/xbt_drop_rate_adjust.f90.o -[ 47%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/write_ocean_data.F90.o -[ 47%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_output.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 47%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_util.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 47%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_table.F90.o -[ 47%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_manager.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 47%] Building Fortran object CMakeFiles/fms.dir/FMS/data_override/data_override.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 47%] Building Fortran object CMakeFiles/fms.dir/FMS/exchange/stock_constants.F90.o -[ 47%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/coupler_types.F90.o -[ 47%] Building Fortran object CMakeFiles/fms.dir/FMS/amip_interp/amip_interp.F90.o -[ 47%] Building Fortran object CMakeFiles/fms.dir/FMS/astronomy/astronomy.F90.o -[ 47%] Building Fortran object CMakeFiles/fms.dir/FMS/block_control/block_control.F90.o -[ 47%] Building Fortran object CMakeFiles/fms.dir/FMS/column_diagnostics/column_diagnostics.F90.o -[ 48%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/atmos_ocean_fluxes.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 48%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/ensemble_manager.F90.o -[ 48%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters.F90.o -Compiling in MPI mode (with or without MPP) -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 49%] Building Fortran object CMakeFiles/fms.dir/FMS/exchange/xgrid.F90.o -[ 49%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft.F90.o -[ 49%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft99.F90.o -[ 49%] Building Fortran object CMakeFiles/fms.dir/FMS/interpolator/interpolator.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 50%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/grid.F90.o -[ 50%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_utilities.F90.o -[ 51%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core.F90.o -[ 51%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core_ecda.F90.o -[ 51%] Building Fortran object CMakeFiles/fms.dir/FMS/random_numbers/random_numbers.F90.o -[ 51%] Building Fortran object CMakeFiles/fms.dir/FMS/sat_vapor_pres/sat_vapor_pres.F90.o -[ 51%] Building Fortran object CMakeFiles/fms.dir/FMS/station_data/station_data.F90.o -[ 51%] Building Fortran object CMakeFiles/fms.dir/FMS/topography/topography.F90.o -[ 52%] Building Fortran object CMakeFiles/fms.dir/FMS/tracer_manager/tracer_manager.F90.o -[ 52%] Building Fortran object CMakeFiles/fms.dir/FMS/tridiagonal/tridiagonal.F90.o -[ 52%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/quicksort.F90.o -[ 52%] Building C object CMakeFiles/fms.dir/FMS/memutils/memuse.c.o -[ 52%] Building C object CMakeFiles/fms.dir/FMS/mosaic/create_xgrid.c.o -[ 53%] Building C object CMakeFiles/fms.dir/FMS/mosaic/gradient_c2l.c.o -[ 53%] Building C object CMakeFiles/fms.dir/FMS/mosaic/interp.c.o -[ 53%] Building C object CMakeFiles/fms.dir/FMS/mosaic/mosaic_util.c.o -[ 53%] Building C object CMakeFiles/fms.dir/FMS/mosaic/read_mosaic.c.o -[ 54%] Building C object CMakeFiles/fms.dir/FMS/affinity/affinity.c.o -[ 54%] Building C object CMakeFiles/fms.dir/FMS/mpp/nsclock.c.o -[ 54%] Building C object CMakeFiles/fms.dir/FMS/mpp/threadloc.c.o -[ 54%] Linking Fortran static library FMS/libfms.a -[ 55%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/__/__/gfsphysics/CCPP_layer/CCPP_typedefs.F90.o -[ 55%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_csawmg_cap.F90.o -[ 55%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_csawmgshoc_cap.F90.o -[ 55%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_cap.F90.o -[ 55%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_debug.F90.o -[ 55%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_suite_init_finalize_test.F90.o -[ 55%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver.F90.o -[ 55%] Built target fms -[ 55%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver_post.F90.o -[ 55%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver_pre.F90.o -[ 55%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke.F90.o -[ 55%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke_post.F90.o -[ 55%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke_pre.F90.o -[ 55%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/drag_suite.F90.o -[ 55%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gfdl_cloud_microphys.F90.o -[ 55%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gfdl_fv_sat_adj.F90.o -[ 55%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gwdc.f.o -[ 56%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/lsm_ruc_sfc_sice_interstitial.F90.o -[ 57%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYJPBL_wrapper.F90.o -[ 58%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYJSFC_wrapper.F90.o -[ 58%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNPBL_wrapper.F90.o -[ 58%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNSFC_wrapper.F90.o -[ 58%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNrad_post.F90.o -[ 58%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNrad_pre.F90.o -[ 58%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_fer_hires.F90.o -[ 59%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_thompson_post.F90.o -[ 59%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_thompson.F90.o -[ 59%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_thompson_pre.F90.o -[ 59%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/multi_gases.F90.o -[ 59%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sascnvn.F.o -[ 59%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/satmedmfvdifq.F.o -[ 59%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_cice.f.o -[ 59%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_drv_ruc.F90.o -[ 59%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_noahmp_drv.f.o -[ 60%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_ocean.F.o -[ 60%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfcsub.F.o -[ 60%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/shalcnv.F.o -[ 60%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/shinhongvdif.F90.o -[ 60%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ugwp_driver_v0.F.o -[ 60%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ysuvdif.F90.o -[ 60%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/calpreciptype.f90.o -[ 60%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gcycle.F90.o -[ 61%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gocart_tracer_config_stub.f.o -[ 62%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfpbl.f.o -[ 62%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_triggers.F90.o -[ 63%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_solvers.F90.o -[ 63%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_utils.F90.o -[ 63%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_orowam2017.f.o -[ 63%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_vert_lsatdis.F90.o -[ 64%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_vert_orodis.F90.o -[ 64%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_vert_wmsdis.F90.o -[ 64%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfpblt.f.o -[ 65%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfpbltq.f.o -[ 65%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfscu.f.o -[ 65%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfscuq.f.o -[ 66%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/num_parthds.F.o -[ 67%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sflx.f.o -[ 67%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/tridi.f.o -[ 68%] Linking Fortran static library libccppphys.a -[ 68%] Built target ccppphys -Scanning dependencies of target gfsphysics -[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/machine.F.o -[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/namelist_soilveg.f.o -[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/GFDL_parse_tracers.F90.o -[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mersenne_twister.f.o -[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/physparam.f.o -[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/CCPP_layer/CCPP_typedefs.F90.o -[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/physcons.F90.o -[ 70%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radsw_param.f.o -[ 70%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radlw_param.f.o -[ 70%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_typedefs.F90.o -[ 72%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_diagnostics.F90.o -[ 72%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_driver.F90.o -[ 72%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/CCPP_layer/CCPP_data.F90.o -[ 72%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_restart.F90.o -[ 72%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_abstraction_layer.F90.o -[ 72%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/__/ccpp/physics/ccpp_static_api.F90.o -[ 72%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/noahmp_tables.f90.o -[ 72%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/set_soilveg.f.o -[ 72%] Linking Fortran static library libgfsphysics.a -[ 72%] Built target gfsphysics -Scanning dependencies of target ccppdriver -Scanning dependencies of target ipd -[ 72%] Building Fortran object FV3/ipd/CMakeFiles/ipd.dir/IPD_typedefs.F90.o -[ 72%] Building Fortran object FV3/ccpp/driver/CMakeFiles/ccppdriver.dir/CCPP_driver.F90.o -[ 72%] Building Fortran object FV3/ipd/CMakeFiles/ipd.dir/IPD_driver.F90.o -[ 73%] Linking Fortran static library libccppdriver.a -[ 73%] Built target ccppdriver -[ 74%] Linking Fortran static library libipd.a -[ 74%] Built target ipd -Scanning dependencies of target io -Scanning dependencies of target fv3core -[ 75%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_fv3_io_def.F90.o -[ 75%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_internal_state.F90.o -[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/external_sst.F90.o -[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_arrays.F90.o -[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_fill.F90.o -[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/sim_nc_mod.F90.o -[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/DYCORE_typedefs.F90.o -[ 75%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_nemsio.F90.o -[ 75%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_netcdf.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 75%] Building Fortran object FV3/io/CMakeFiles/io.dir/post_gfs.F90.o -[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_mp_mod.F90.o -[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/sorted_index.F90.o -[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_timing.F90.o -[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_eta.F90.o -[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_sg.F90.o -[ 78%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/boundary.F90.o -[ 78%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_grid_utils.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 78%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/a2b_edge.F90.o -[ 79%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_mapz.F90.o -[ 79%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_surf_map.F90.o -[ 79%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/tp_core.F90.o -[ 79%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/init_hydro.F90.o -[ 79%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_grid_tools.F90.o -[ 79%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_treat_da_inc.F90.o -[ 79%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_iau_mod.F90.o -[ 79%] Building Fortran object FV3/io/CMakeFiles/io.dir/FV3GFS_io.F90.o -[ 79%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_wrt_grid_comp.F90.o -[ 80%] Building Fortran object FV3/io/CMakeFiles/io.dir/ffsync.F90.o -[ 81%] Building Fortran object FV3/io/CMakeFiles/io.dir/post_nems_routines.F90.o -[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/sw_core.F90.o -[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_io.F90.o -[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_diagnostics.F90.o -[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/nh_utils.F90.o -[ 82%] Linking Fortran static library libio.a -[ 82%] Built target io -[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/nh_core.F90.o -[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/test_cases.F90.o -[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_regional_bc.F90.o -[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/fv_nggps_diag.F90.o -[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_nudge.F90.o -[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_tracer2d.F90.o -[ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/dyn_core.F90.o -[ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_update_phys.F90.o -[ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/external_ic.F90.o -[ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_restart.F90.o -[ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_control.F90.o -[ 85%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_nesting.F90.o -[ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_dynamics.F90.o -[ 87%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/atmosphere.F90.o -[ 87%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/multi_gases.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 87%] Linking Fortran static library libfv3core.a -[ 87%] Built target fv3core -Scanning dependencies of target stochastic_physics -[ 87%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/update_ca.f90.o -[ 87%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_resol_def.f.o -[ 87%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/spectral_layout.F90.o -[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_layout_lag.f.o -[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_gg_def.f.o -[ 89%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/glats_stochy.f.o -[ 89%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_namelist_def.F90.o -[ 90%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/compns_stochy.F90.o -[ 90%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/setlats_lag_stochy.f.o -[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/epslon_stochy.f.o -[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/get_lats_node_a_stochy.f.o -[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/gozrineo_stochy.f.o -[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/pln2eo_stochy.f.o -[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/get_ls_node_stochy.f.o -[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/setlats_a_stochy.f.o -[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_internal_state_mod.F90.o -[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/dezouv_stochy.f.o -[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/dozeuv_stochy.f.o -[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/four_to_grid_stochy.F.o -[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_patterngenerator.F90.o -[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/sumfln_stochy.f.o -[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/getcon_lag_stochy.f.o -[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/getcon_spectral.F90.o -[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/initialize_spectral_mod.F90.o -[ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_data_mod.F90.o -[ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/get_stochy_pattern.F90.o -[ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochastic_physics.F90.o -[ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/cellular_automata.f90.o -[ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/plumes.f90.o -[ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/num_parthds_stochy.f.o -[ 95%] Linking Fortran static library libstochastic_physics.a -[ 95%] Built target stochastic_physics -Scanning dependencies of target fv3cap -[ 95%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/module_fv3_config.F90.o -[ 96%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/atmos_model.F90.o -[ 96%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/module_fcst_grid_comp.F90.o -[ 96%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/fv3_cap.F90.o -[ 97%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/time_utils.F90.o -[ 97%] Linking Fortran static library libfv3cap.a -[ 97%] Built target fv3cap -Scanning dependencies of target NEMS.exe -[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_EARTH_INTERNAL_STATE.F90.o -[ 98%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_MEDIATOR_methods.F90.o -[ 98%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/ENS_Cpl/ENS_CplComp_ESMFMod_STUB.F90.o -[ 98%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_MEDIATOR_SpaceWeather.F90.o -[ 98%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_UTILS.F90.o -[ 99%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_Rusage.F90.o -[ 99%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_INTERNAL_STATE.F90.o -[100%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_MEDIATOR.F90.o -[100%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_EARTH_GRID_COMP.F90.o -[100%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_GRID_COMP.F90.o -[100%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/MAIN_NEMS.F90.o -[100%] Building C object CMakeFiles/NEMS.exe.dir/NEMS/src/nems_c_rusage.c.o -[100%] Linking Fortran executable NEMS.exe -/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/lib/libjasper_v1.900.1.a(jas_stream.o): In function `jas_stream_tmpfile': -jas_stream.c:(.text+0x7a7): warning: the use of `tmpnam' is dangerous, better use `mkstemp' -[100%] Built target NEMS.exe -+ mv NEMS.exe ../fv3_21.exe -+ cp /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel/fv3 ../modules.fv3_21 -+ cd .. -+ '[' YES = YES ']' -+ rm -rf build_fv3_21 -+ elapsed=577 -+ echo 'Elapsed time 577 seconds. Compiling CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_csawmgshoc,FV3_GFS_2017_csawmg,FV3_GFS_2017_satmedmf finished' -Elapsed time 577 seconds. Compiling CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_csawmgshoc,FV3_GFS_2017_csawmg,FV3_GFS_2017_satmedmf finished -+ SECONDS=0 -+++ readlink -f /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/compile_cmake.sh -++ dirname /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/compile_cmake.sh -+ readonly MYDIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests -+ MYDIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests -+ readonly ARGC=4 -+ ARGC=4 -+ cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests -+ [[ 4 -eq 0 ]] -+ [[ 4 -lt 2 ]] -+ PATHTR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model -+ MACHINE_ID=hera.intel -+ MAKE_OPT='CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_v15,FV3_GFS_v15plus,FV3_CPT_v0,FV3_GSD_v0 32BIT=Y' -+ BUILD_NAME=fv3_22 -+ clean_before=YES -+ clean_after=YES -+ BUILD_DIR=build_fv3_22 -+ [[ hera.intel == cheyenne.* ]] -+ [[ hera.intel == wcoss_dell_p3 ]] -+ MAKE_THREADS=8 -+ hostname -hfe01 -+ cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests -+ echo 'Compiling CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_v15,FV3_GFS_v15plus,FV3_CPT_v0,FV3_GSD_v0 32BIT=Y into fv3_22.exe on hera.intel' -Compiling CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_v15,FV3_GFS_v15plus,FV3_CPT_v0,FV3_GSD_v0 32BIT=Y into fv3_22.exe on hera.intel -+ '[' YES = YES ']' -+ rm -rf build_fv3_22 -+ mkdir -p build_fv3_22 -+ CCPP_CMAKE_FLAGS= -+ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_v15,FV3_GFS_v15plus,FV3_CPT_v0,FV3_GSD_v0 32BIT=Y == *\D\E\B\U\G\=\Y* ]] -+ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_v15,FV3_GFS_v15plus,FV3_CPT_v0,FV3_GSD_v0 32BIT=Y == *\R\E\P\R\O\=\Y* ]] -+ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_v15,FV3_GFS_v15plus,FV3_CPT_v0,FV3_GSD_v0 32BIT=Y == *\3\2\B\I\T\=\Y* ]] -+ CCPP_CMAKE_FLAGS=' -D32BIT=Y' -+ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_v15,FV3_GFS_v15plus,FV3_CPT_v0,FV3_GSD_v0 32BIT=Y == *\O\P\E\N\M\P\=\N* ]] -+ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_v15,FV3_GFS_v15plus,FV3_CPT_v0,FV3_GSD_v0 32BIT=Y == *\C\C\P\P\=\Y* ]] -+ CCPP_CMAKE_FLAGS=' -D32BIT=Y -DCCPP=ON -DMPI=ON' -+ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_v15,FV3_GFS_v15plus,FV3_CPT_v0,FV3_GSD_v0 32BIT=Y == *\D\E\B\U\G\=\Y* ]] -+ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_v15,FV3_GFS_v15plus,FV3_CPT_v0,FV3_GSD_v0 32BIT=Y == *\R\E\P\R\O\=\Y* ]] -+ CCPP_CMAKE_FLAGS=' -D32BIT=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release' -+ [[ hera.intel == \j\e\t\.\i\n\t\e\l ]] -+ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_v15,FV3_GFS_v15plus,FV3_CPT_v0,FV3_GSD_v0 32BIT=Y == *\3\2\B\I\T\=\Y* ]] -+ CCPP_CMAKE_FLAGS=' -D32BIT=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=ON' -+ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_v15,FV3_GFS_v15plus,FV3_CPT_v0,FV3_GSD_v0 32BIT=Y == *\S\T\A\T\I\C\=\Y* ]] -+ CCPP_CMAKE_FLAGS=' -D32BIT=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=ON -DSTATIC=ON' -+ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_v15,FV3_GFS_v15plus,FV3_CPT_v0,FV3_GSD_v0 32BIT=Y == *\M\U\L\T\I\_\G\A\S\E\S\=\Y* ]] -+ CCPP_CMAKE_FLAGS=' -D32BIT=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=ON -DSTATIC=ON -DMULTI_GASES=OFF' -++ echo CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_v15,FV3_GFS_v15plus,FV3_CPT_v0,FV3_GSD_v0 32BIT=Y -++ sed 's/.* SUITES=//' -++ sed 's/ .*//' -+ SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_v15,FV3_GFS_v15plus,FV3_CPT_v0,FV3_GSD_v0 -+ cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model -+ ./FV3/ccpp/framework/scripts/ccpp_prebuild.py --config=FV3/ccpp/config/ccpp_prebuild_config.py --static --suites=FV3_GFS_2017_gfdlmp,FV3_GFS_v15,FV3_GFS_v15plus,FV3_CPT_v0,FV3_GSD_v0 --builddir=tests/build_fv3_22/FV3 -INFO: Logging level set to INFO -INFO: Found TYPEDEFS_NEW_METADATA dictionary in config, assume at least some data is in new metadata formet -INFO: Parsing suite definition files ... -INFO: Parsing suite definition file FV3/ccpp/suites/suite_FV3_GFS_2017_gfdlmp.xml ... -INFO: Parsing suite definition file FV3/ccpp/suites/suite_FV3_GFS_v15.xml ... -INFO: Parsing suite definition file FV3/ccpp/suites/suite_FV3_GFS_v15plus.xml ... -INFO: Parsing suite definition file FV3/ccpp/suites/suite_FV3_CPT_v0.xml ... -INFO: Parsing suite definition file FV3/ccpp/suites/suite_FV3_GSD_v0.xml ... -INFO: Parsing metadata tables for variables provided by host model ... -INFO: Parsed variable definition tables in module machine -INFO: Parsed variable definition tables in module module_radsw_parameters -INFO: Parsed variable definition tables in module module_radlw_parameters -INFO: Parsed variable definition tables in module CCPP_typedefs -INFO: Parsed variable definition tables in module GFS_typedefs -INFO: Parsed variable definition tables in module CCPP_data -INFO: Parsed variable definition tables in module ccpp_types -INFO: Convert local names from new metadata format into old metadata format ... -INFO: Converting local name sfcflw of variable lw_fluxes_sfc from new to old metadata -INFO: Converting local name nslwr of variable number_of_timesteps_between_longwave_radiation_calls from new to old metadata -INFO: Converting local name hydrostatic of variable flag_for_hydrostatic_solver from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_of_kinematic_buoyancy_flux_from_shoc_in_phy_f3d) of variable kinematic_buoyancy_flux_from_shoc from new to old metadata -INFO: Converting local name nkbfshoc of variable index_of_kinematic_buoyancy_flux_from_shoc_in_phy_f3d from new to old metadata -INFO: Converting local name dvisbm_cpl of variable cumulative_surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name cnvw of variable convective_cloud_water_mixing_ratio from new to old metadata -INFO: Converting local name ltaerosol of variable flag_for_aerosol_physics from new to old metadata -INFO: Converting local name rainmcadj of variable lwe_thickness_of_moist_convective_adj_precipitation_amount from new to old metadata -INFO: Converting local name loop_cnt of variable ccpp_loop_counter from new to old metadata -INFO: Converting local name ncpi of variable local_ice_number_concentration from new to old metadata -INFO: Converting local name pt of variable virtual_temperature_at_Lagrangian_surface from new to old metadata -INFO: Converting local name nirbmui of variable surface_upwelling_direct_near_infrared_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name vconvtend of variable tendency_of_y_wind_due_to_deep_convection_for_coupling_on_physics_timestep from new to old metadata -INFO: Converting local name uustar_ice of variable surface_friction_velocity_over_ice from new to old metadata -INFO: Converting local name phy_myj_uz0 of variable u_wind_component_at_viscous_sublayer_top from new to old metadata -INFO: Converting local name evap_land of variable kinematic_surface_upward_latent_heat_flux_over_land from new to old metadata -INFO: Converting local name ocean of variable flag_nonzero_ocean_surface_fraction from new to old metadata -INFO: Converting local name ep1d_ocean of variable surface_upward_potential_latent_heat_flux_over_ocean from new to old metadata -INFO: Converting local name qconvtend of variable tendency_of_water_vapor_specific_humidity_due_to_deep_convection_for_coupling_on_physics_timestep from new to old metadata -INFO: Converting local name islmsk_cice of variable sea_land_ice_mask_cice from new to old metadata -INFO: Converting local name cmm_ice of variable surface_drag_wind_speed_for_momentum_in_air_over_ice from new to old metadata -INFO: Converting local name visdfdi of variable surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name cnv_ndrop of variable number_concentration_of_cloud_liquid_water_particles_for_detrainment from new to old metadata -INFO: Converting local name sh2o of variable volume_fraction_of_unfrozen_soil_moisture_for_land_surface_model from new to old metadata -INFO: Converting local name tau_tofd of variable time_integral_of_momentum_flux_due_to_turbulent_orographic_form_drag from new to old metadata -INFO: Converting local name dnirbmi_cpl of variable instantaneous_surface_downwelling_direct_near_infrared_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name refdmax263k of variable maximum_reflectivity_at_minus10c_over_maximum_hourly_time_interval from new to old metadata -INFO: Converting local name ulwsfci of variable surface_upwelling_longwave_flux from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_liquid_cloud_condensate) of variable tendency_of_liquid_cloud_water_mixing_ratio_due_to_model_physics from new to old metadata -INFO: Converting local name ntcw of variable index_for_liquid_cloud_condensate from new to old metadata -INFO: Converting local name lheatstrg of variable flag_for_canopy_heat_storage from new to old metadata -INFO: Converting local name slc of variable volume_fraction_of_unfrozen_soil_moisture from new to old metadata -INFO: Converting local name tsfc_land of variable surface_skin_temperature_over_land_interstitial from new to old metadata -INFO: Converting local name save_v of variable y_wind_save from new to old metadata -INFO: Converting local name xkzm_m of variable atmosphere_momentum_diffusivity_background from new to old metadata -INFO: Converting local name gabsbdlw_land of variable surface_downwelling_longwave_flux_absorbed_by_ground_over_land from new to old metadata -INFO: Converting local name tprcp_ice of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_ice from new to old metadata -INFO: Converting local name stblcpxy of variable slow_soil_pool_mass_content_of_carbon from new to old metadata -INFO: Converting local name cdq_land of variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_land from new to old metadata -INFO: Converting local name du3dt(:,:,2) of variable cumulative_change_in_x_wind_due_to_orographic_gravity_wave_drag from new to old metadata -INFO: Converting local name mg_berg_eff_factor of variable mg_bergeron_efficiency_factor from new to old metadata -INFO: Converting local name clouds(:,:,3) of variable mean_effective_radius_for_liquid_cloud from new to old metadata -INFO: Converting local name aer_nm of variable aerosol_number_concentration_from_gocart_aerosol_climatology from new to old metadata -INFO: Converting local name xzts of variable sensitivity_of_dtl_thickness_to_surface_temperature from new to old metadata -INFO: Converting local name lake of variable flag_nonzero_lake_surface_fraction from new to old metadata -INFO: Converting local name kb of variable vertical_index_difference_between_layer_and_lower_bound from new to old metadata -INFO: Converting local name ipt of variable index_for_diagnostic_printout from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_ice_friendly_aerosols) of variable ice_friendly_aerosol_number_concentration from new to old metadata -INFO: Converting local name ntia of variable index_for_ice_friendly_aerosols from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_rain_water) of variable tendency_of_rain_water_mixing_ratio_due_to_model_physics from new to old metadata -INFO: Converting local name ntrw of variable index_for_rain_water from new to old metadata -INFO: Converting local name con_epsm1 of variable ratio_of_dry_air_to_water_vapor_gas_constants_minus_one from new to old metadata -INFO: Converting local name dqsfc_cice of variable surface_upward_latent_heat_flux_for_coupling_interstitial from new to old metadata -INFO: Converting local name last_step of variable flag_for_the_last_step_of_k_split_remapping from new to old metadata -INFO: Converting local name huge of variable netcdf_float_fillvalue from new to old metadata -INFO: Converting local name save_q(:,:,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio_save from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_liquid_cloud_number_concentration) of variable cloud_droplet_number_concentration from new to old metadata -INFO: Converting local name ntlnc of variable index_for_liquid_cloud_number_concentration from new to old metadata -INFO: Converting local name dv3dt(:,:,1) of variable cumulative_change_in_y_wind_due_to_PBL from new to old metadata -INFO: Converting local name imp_physics_mg of variable flag_for_morrison_gettelman_microphysics_scheme from new to old metadata -INFO: Converting local name cldtaulw of variable cloud_optical_depth_layers_at_10mu_band from new to old metadata -INFO: Converting local name wet of variable flag_nonzero_wet_surface_fraction from new to old metadata -INFO: Converting local name qsnowxy of variable snow_precipitation_rate_at_surface from new to old metadata -INFO: Converting local name iopt_frz of variable flag_for_supercooled_liquid_water_option from new to old metadata -INFO: Converting local name dsnow_cpl of variable tendency_of_lwe_thickness_of_snow_amount_for_coupling from new to old metadata -INFO: Converting local name cldsa of variable cloud_area_fraction_for_radiation from new to old metadata -INFO: Converting local name totsnwb of variable accumulated_lwe_thickness_of_snow_amount_in_bucket from new to old metadata -INFO: Converting local name gq0(:,:,index_for_rain_water) of variable rain_water_mixing_ratio_updated_by_physics from new to old metadata -INFO: Converting local name totsnw of variable accumulated_lwe_thickness_of_snow_amount from new to old metadata -INFO: Converting local name xkzm_s of variable diffusivity_background_sigma_level from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_water_friendly_aerosols) of variable tendency_of_water_friendly_aerosol_number_concentration_due_to_model_physics from new to old metadata -INFO: Converting local name ntwa of variable index_for_water_friendly_aerosols from new to old metadata -INFO: Converting local name fswtr of variable fraction_of_cloud_top_water_scavenged from new to old metadata -INFO: Converting local name nvisbmi_cpl of variable instantaneous_surface_net_downward_direct_ultraviolet_and_visible_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_of_atmosphere_heat_diffusivity_from_shoc_in_phy_f3d) of variable atmosphere_heat_diffusivity_from_shoc from new to old metadata -INFO: Converting local name nahdshoc of variable index_of_atmosphere_heat_diffusivity_from_shoc_in_phy_f3d from new to old metadata -INFO: Converting local name nthreads of variable omp_threads_for_fast_physics from new to old metadata -INFO: Converting local name icemp of variable lwe_thickness_of_ice_amount from new to old metadata -INFO: Converting local name dqsfc_cpl of variable cumulative_surface_upward_latent_heat_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name con_jcal of variable joules_per_calorie_constant from new to old metadata -INFO: Converting local name xmu of variable zenith_angle_temporal_adjustment_factor_for_shortwave_fluxes from new to old metadata -INFO: Converting local name con_fvirt of variable ratio_of_vapor_to_dry_air_gas_constants_minus_one from new to old metadata -INFO: Converting local name evfactl_deep of variable rain_evaporation_coefficient_over_land_deep_convection from new to old metadata -INFO: Converting local name canliqxy of variable canopy_intercepted_liquid_water from new to old metadata -INFO: Converting local name phy_myj_qsfc of variable surface_specific_humidity_for_MYJ_schemes from new to old metadata -INFO: Converting local name rainncprv of variable lwe_thickness_of_explicit_rainfall_amount_from_previous_timestep from new to old metadata -INFO: Converting local name Tbd of variable GFS_tbd_type_instance from new to old metadata -INFO: Converting local name v1 of variable y_wind_at_lowest_model_layer_for_diag from new to old metadata -INFO: Converting local name det_mf of variable cumulative_atmosphere_detrainment_convective_mass_flux from new to old metadata -INFO: Converting local name psurf of variable surface_air_pressure_diag from new to old metadata -INFO: Converting local name gasvmr(:,:,10) of variable volume_mixing_ratio_cfc113 from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_for_rain_effective_radius) of variable effective_radius_of_stratiform_cloud_rain_particle_in_um from new to old metadata -INFO: Converting local name nreffr of variable index_for_rain_effective_radius from new to old metadata -INFO: Converting local name del_gz of variable geopotential_difference_between_midlayers_divided_by_midlayer_virtual_temperature from new to old metadata -INFO: Converting local name imfdeepcnv_ntiedtke of variable flag_for_ntiedtke_deep_convection_scheme from new to old metadata -INFO: Converting local name h2o_coeff of variable number_of_coefficients_in_h2o_forcing_data from new to old metadata -INFO: Converting local name tgrs of variable air_temperature from new to old metadata -INFO: Converting local name xlon of variable longitude from new to old metadata -INFO: Converting local name c_d of variable coefficient_c_d from new to old metadata -INFO: Converting local name tlvl of variable air_temperature_at_interface_for_radiation from new to old metadata -INFO: Converting local name f_rimef of variable rime_factor from new to old metadata -INFO: Converting local name mg_do_ice_gmao of variable mg_flag_for_gmao_ice_formulation from new to old metadata -INFO: Converting local name snowca of variable cumulative_surface_snow_area_fraction_multiplied_by_timestep from new to old metadata -INFO: Converting local name hflx of variable kinematic_surface_upward_sensible_heat_flux from new to old metadata -INFO: Converting local name dt3dt(:,:,6) of variable cumulative_change_in_temperature_due_to_microphysics from new to old metadata -INFO: Converting local name nirdfui of variable surface_upwelling_diffuse_near_infrared_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name trans of variable transpiration_flux from new to old metadata -INFO: Converting local name ntchs of variable index_for_first_chemical_tracer from new to old metadata -INFO: Converting local name idxday of variable daytime_points from new to old metadata -INFO: Converting local name iceprv of variable lwe_thickness_of_ice_amount_from_previous_timestep from new to old metadata -INFO: Converting local name mg_alf of variable mg_tuning_factor_for_alphas from new to old metadata -INFO: Converting local name nupdraft of variable number_of_plumes from new to old metadata -INFO: Converting local name qr_r of variable cloud_rain_water_mixing_ratio from new to old metadata -INFO: Converting local name sec of variable seconds_elapsed_since_model_initialization from new to old metadata -INFO: Converting local name epi of variable instantaneous_surface_potential_evaporation from new to old metadata -INFO: Converting local name gflx_land of variable upward_heat_flux_in_soil_over_land from new to old metadata -INFO: Converting local name du3dt_ngw of variable time_integral_of_change_in_x_wind_due_to_nonstationary_gravity_wave from new to old metadata -INFO: Converting local name bl_mynn_cloudpdf of variable cloudpdf from new to old metadata -INFO: Converting local name vtype of variable vegetation_type_classification_real from new to old metadata -INFO: Converting local name imfdeepcnv_gf of variable flag_for_gf_deep_convection_scheme from new to old metadata -INFO: Converting local name lssav of variable flag_diagnostics from new to old metadata -INFO: Converting local name sfalb of variable surface_diffused_shortwave_albedo from new to old metadata -INFO: Converting local name acvb of variable smallest_cloud_base_vertical_index_encountered_thus_far from new to old metadata -INFO: Converting local name c_0 of variable coefficient_c_0 from new to old metadata -INFO: Converting local name mpirank of variable mpi_rank_for_fast_physics from new to old metadata -INFO: Converting local name ntrac of variable number_of_tracers from new to old metadata -INFO: Converting local name dvsfci of variable instantaneous_surface_y_momentum_flux_for_diag from new to old metadata -INFO: Converting local name GFS_Interstitial of variable GFS_interstitial_type_instance_all_threads from new to old metadata -INFO: Converting local name in_nm of variable in_number_concentration from new to old metadata -INFO: Converting local name blksz2(ccpp_block_number) of variable horizontal_dimension from new to old metadata -INFO: Converting local name blk_no of variable ccpp_block_number from new to old metadata -INFO: Converting local name min_lakeice of variable lake_ice_minimum from new to old metadata -INFO: Converting local name canicexy of variable canopy_intercepted_ice_mass from new to old metadata -INFO: Converting local name mg_precip_frac_method of variable mg_type_of_precip_fraction_method from new to old metadata -INFO: Converting local name lonr of variable number_of_equatorial_longitude_points from new to old metadata -INFO: Converting local name dt3dt(:,:,7) of variable cumulative_change_in_temperature_due_to_orographic_gravity_wave_drag from new to old metadata -INFO: Converting local name dtzm of variable mean_change_over_depth_in_sea_water_temperature from new to old metadata -INFO: Converting local name du3dt_mtb of variable time_integral_of_change_in_x_wind_due_to_mountain_blocking_drag from new to old metadata -INFO: Converting local name stress_land of variable surface_wind_stress_over_land from new to old metadata -INFO: Converting local name nspinup of variable number_of_iterations_to_spin_up_cellular_automata from new to old metadata -INFO: Converting local name zogw of variable height_of_launch_level_of_orographic_gravity_wave from new to old metadata -INFO: Converting local name ntsw of variable index_for_snow_water from new to old metadata -INFO: Converting local name cov of variable t_prime_q_prime from new to old metadata -INFO: Converting local name sup of variable ice_supersaturation_threshold from new to old metadata -INFO: Converting local name dt3dt(:,:,3) of variable cumulative_change_in_temperature_due_to_PBL from new to old metadata -INFO: Converting local name mg_qcvar of variable mg_cloud_water_variance from new to old metadata -INFO: Converting local name ffmm_ice of variable Monin_Obukhov_similarity_function_for_momentum_over_ice from new to old metadata -INFO: Converting local name dtdt of variable tendency_of_air_temperature_at_Lagrangian_surface from new to old metadata -INFO: Converting local name GFS_statein_type of variable GFS_statein_type from new to old metadata -INFO: Converting local name train of variable accumulated_change_of_air_temperature_due_to_FA_scheme from new to old metadata -INFO: Converting local name fscav of variable coefficients_for_aerosol_scavenging from new to old metadata -INFO: Converting local name prslk(:,1) of variable dimensionless_exner_function_at_lowest_model_layer from new to old metadata -INFO: Converting local name tf of variable frozen_cloud_threshold_temperature from new to old metadata -INFO: Converting local name communicator of variable mpi_comm from new to old metadata -INFO: Converting local name qs_r of variable cloud_snow_mixing_ratio from new to old metadata -INFO: Converting local name skebv_wts of variable weights_for_stochastic_skeb_perturbation_of_y_wind from new to old metadata -INFO: Converting local name bl_mynn_edmf_part of variable edmf_partition_flag from new to old metadata -INFO: Converting local name dq3dt(:,:,7) of variable cumulative_change_in_ozone_concentration_due_to_ozone_mixing_ratio from new to old metadata -INFO: Converting local name swhc of variable tendency_of_air_temperature_due_to_shortwave_heating_assuming_clear_sky_on_radiation_timestep from new to old metadata -INFO: Converting local name mg_ngnst of variable mg_graupel_concentration_constant from new to old metadata -INFO: Converting local name GFS_grid_type of variable GFS_grid_type from new to old metadata -INFO: Converting local name js of variable starting_y_direction_index from new to old metadata -INFO: Converting local name out_dt of variable flag_for_tendency_of_air_temperature_at_Lagrangian_surface from new to old metadata -INFO: Converting local name delr of variable layer_pressure_thickness_for_radiation from new to old metadata -INFO: Converting local name ncgl of variable local_graupel_number_concentration from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_snow_water) of variable snow_water_mixing_ratio from new to old metadata -INFO: Converting local name totgrp of variable accumulated_lwe_thickness_of_graupel_amount from new to old metadata -INFO: Converting local name cldtausw of variable cloud_optical_depth_layers_at_0p55mu_band from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_ozone) of variable tendency_of_ozone_mixing_ratio_due_to_model_physics from new to old metadata -INFO: Converting local name ntoz of variable index_for_ozone from new to old metadata -INFO: Converting local name evap of variable kinematic_surface_upward_latent_heat_flux from new to old metadata -INFO: Converting local name oro of variable orography from new to old metadata -INFO: Converting local name topfsw of variable sw_fluxes_top_atmosphere from new to old metadata -INFO: Converting local name jmap of variable map_of_block_column_number_to_global_j_index from new to old metadata -INFO: Converting local name cdq of variable surface_drag_coefficient_for_heat_and_moisture_in_air from new to old metadata -INFO: Converting local name soiltype of variable soil_type_classification from new to old metadata -INFO: Converting local name evap_ocean of variable kinematic_surface_upward_latent_heat_flux_over_ocean from new to old metadata -INFO: Converting local name nblks of variable number_of_blocks from new to old metadata -INFO: Converting local name dxinv of variable inverse_scaling_factor_for_critical_relative_humidity from new to old metadata -INFO: Converting local name dvsfc of variable cumulative_surface_y_momentum_flux_for_diag_multiplied_by_timestep from new to old metadata -INFO: Converting local name GFS_stateout_type of variable GFS_stateout_type from new to old metadata -INFO: Converting local name qg of variable cloud_graupel_specific_humidity_at_Lagrangian_surface from new to old metadata -INFO: Converting local name nmtvr of variable number_of_statistical_measures_of_subgrid_orography from new to old metadata -INFO: Converting local name nseed of variable cellular_automata_seed_frequency from new to old metadata -INFO: Converting local name nlives of variable cellular_automata_lifetime from new to old metadata -INFO: Converting local name vegf1d of variable perturbation_of_vegetation_fraction from new to old metadata -INFO: Converting local name v10m of variable y_wind_at_10m from new to old metadata -INFO: Converting local name hice of variable sea_ice_thickness from new to old metadata -INFO: Converting local name mbota of variable model_layer_number_at_cloud_base from new to old metadata -INFO: Converting local name ncnvw of variable index_for_convective_cloud_water_mixing_ratio_in_phy_f3d from new to old metadata -INFO: Converting local name flqc of variable surface_exchange_coefficient_for_moisture from new to old metadata -INFO: Converting local name imfshalcnv_samf of variable flag_for_samf_shallow_convection_scheme from new to old metadata -INFO: Converting local name ntdiag of variable diagnostics_control_for_chemical_tracers from new to old metadata -INFO: Converting local name c1_shal of variable detrainment_conversion_parameter_shallow_convection from new to old metadata -INFO: Converting local name con_g of variable gravitational_acceleration from new to old metadata -INFO: Converting local name je of variable ending_y_direction_index from new to old metadata -INFO: Converting local name hprime(:,1) of variable standard_deviation_of_subgrid_orography from new to old metadata -INFO: Converting local name lh of variable surface_latent_heat from new to old metadata -INFO: Converting local name v10max of variable maximum_v_wind_at_10m_over_maximum_hourly_time_interval from new to old metadata -INFO: Converting local name dvsfcg of variable instantaneous_y_stress_due_to_gravity_wave_drag from new to old metadata -INFO: Converting local name mg_ninst of variable mg_ice_concentration_constant from new to old metadata -INFO: Converting local name lwhd of variable tendency_of_air_temperature_due_to_longwave_heating_for_idea from new to old metadata -INFO: Converting local name ntkev of variable index_for_turbulent_kinetic_energy_vertical_diffusion_tracer from new to old metadata -INFO: Converting local name fm10 of variable Monin_Obukhov_similarity_function_for_momentum_at_10m from new to old metadata -INFO: Converting local name phour of variable forecast_time_at_previous_timestep from new to old metadata -INFO: Converting local name phys_hydrostatic of variable flag_for_hydrostatic_heating_from_physics from new to old metadata -INFO: Converting local name nswsfci of variable surface_net_downwelling_shortwave_flux from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_for_graupel_effective_radius) of variable effective_radius_of_stratiform_cloud_graupel_particle_in_um from new to old metadata -INFO: Converting local name ngeffr of variable index_for_graupel_effective_radius from new to old metadata -INFO: Converting local name kt of variable vertical_index_difference_between_layer_and_upper_bound from new to old metadata -INFO: Converting local name GFS_tbd_type of variable GFS_tbd_type from new to old metadata -INFO: Converting local name tsurf_ocean of variable surface_skin_temperature_after_iteration_over_ocean from new to old metadata -INFO: Converting local name gu0(:,1) of variable x_wind_at_lowest_model_layer_updated_by_physics from new to old metadata -INFO: Converting local name akap of variable kappa_dry_for_fast_physics from new to old metadata -INFO: Converting local name lsm of variable flag_for_land_surface_scheme from new to old metadata -INFO: Converting local name nscav of variable number_of_tracers_scavenged from new to old metadata -INFO: Converting local name ffmm of variable Monin_Obukhov_similarity_function_for_momentum from new to old metadata -INFO: Converting local name nnirbm_cpl of variable cumulative_surface_net_downward_direct_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name tau_mtb of variable instantaneous_momentum_flux_due_to_mountain_blocking_drag from new to old metadata -INFO: Converting local name snicexy of variable snow_layer_ice from new to old metadata -INFO: Converting local name flag_guess of variable flag_for_guess_run from new to old metadata -INFO: Converting local name dnirbm_cpl of variable cumulative_surface_downwelling_direct_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name chh_ocean of variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_ocean from new to old metadata -INFO: Converting local name dtsfci_cpl of variable instantaneous_surface_upward_sensible_heat_flux_for_coupling from new to old metadata -INFO: Converting local name flgmin of variable minimum_large_ice_fraction from new to old metadata -INFO: Converting local name t02max of variable maximum_temperature_at_2m_over_maximum_hourly_time_interval from new to old metadata -INFO: Converting local name tconvtend of variable tendency_of_air_temperature_due_to_deep_convection_for_coupling_on_physics_timestep from new to old metadata -INFO: Converting local name zorl of variable surface_roughness_length from new to old metadata -INFO: Converting local name coslat of variable cosine_of_latitude from new to old metadata -INFO: Converting local name pertalb of variable magnitude_of_surface_albedo_perturbation from new to old metadata -INFO: Converting local name aecm of variable instantaneous_aerosol_column_mass_densities from new to old metadata -INFO: Converting local name con_rv of variable gas_constant_water_vapor from new to old metadata -INFO: Converting local name wminco of variable cloud_condensed_water_conversion_threshold from new to old metadata -INFO: Converting local name fastcpxy of variable fast_soil_pool_mass_content_of_carbon from new to old metadata -INFO: Converting local name kind_grid of variable kind_grid from new to old metadata -INFO: Converting local name stress of variable surface_wind_stress from new to old metadata -INFO: Converting local name qgrs(:,1,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio_at_lowest_model_layer from new to old metadata -INFO: Converting local name rhc of variable critical_relative_humidity from new to old metadata -INFO: Converting local name tsfco of variable sea_surface_temperature from new to old metadata -INFO: Converting local name tau_ngw of variable instantaneous_momentum_flux_due_to_nonstationary_gravity_wave from new to old metadata -INFO: Converting local name tsfcl of variable surface_skin_temperature_over_land from new to old metadata -INFO: Converting local name clouds(:,:,7) of variable mean_effective_radius_for_rain_drop from new to old metadata -INFO: Converting local name con_cliq of variable specific_heat_of_liquid_water_at_constant_pressure from new to old metadata -INFO: Converting local name zmtb of variable height_of_mountain_blocking from new to old metadata -INFO: Converting local name ulwsfcin_cpl of variable surface_upwelling_longwave_flux_for_coupling from new to old metadata -INFO: Converting local name dlwsfc_cpl of variable cumulative_surface_downwelling_longwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name sfcdlw of variable surface_downwelling_longwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name t1 of variable air_temperature_at_lowest_model_layer_for_diag from new to old metadata -INFO: Converting local name ntiw of variable index_for_ice_cloud_condensate from new to old metadata -INFO: Converting local name bl_mynn_mixlength of variable mixing_length_flag from new to old metadata -INFO: Converting local name faerlw(:,:,:,1) of variable aerosol_optical_depth_for_longwave_bands_01_16 from new to old metadata -INFO: Converting local name ozpl of variable ozone_forcing from new to old metadata -INFO: Converting local name dlength of variable characteristic_grid_length_scale from new to old metadata -INFO: Converting local name slag of variable equation_of_time from new to old metadata -INFO: Converting local name ntot2d of variable number_of_fields_in_phyf2d from new to old metadata -INFO: Converting local name iopt_run of variable flag_for_runoff_and_groundwater_option from new to old metadata -INFO: Converting local name gq0(:,:,index_for_liquid_cloud_number_concentration) of variable cloud_droplet_number_concentration_updated_by_physics from new to old metadata -INFO: Converting local name sneqvoxy of variable snow_mass_at_previous_time_step from new to old metadata -INFO: Converting local name con_rhw0 of variable sea_water_reference_density from new to old metadata -INFO: Converting local name mtopa of variable model_layer_number_at_cloud_top from new to old metadata -INFO: Converting local name pertshc of variable magnitude_of_perturbation_of_soil_type_b_parameter from new to old metadata -INFO: Converting local name levi of variable vertical_interface_dimension from new to old metadata -INFO: Converting local name do_shoc of variable flag_for_shoc from new to old metadata -INFO: Converting local name du3dt_tms of variable time_integral_of_change_in_x_wind_due_to_turbulent_orographic_form_drag from new to old metadata -INFO: Converting local name snow_cpl of variable lwe_thickness_of_snow_amount_for_coupling from new to old metadata -INFO: Converting local name pkz of variable finite_volume_mean_edge_pressure_raised_to_the_power_of_kappa from new to old metadata -INFO: Converting local name nn of variable number_of_tracers_for_convective_transport from new to old metadata -INFO: Converting local name do_sat_adj of variable flag_for_saturation_adjustment_for_microphysics_in_dynamics from new to old metadata -INFO: Converting local name dx of variable cell_size from new to old metadata -INFO: Converting local name do_ugwp of variable do_ugwp from new to old metadata -INFO: Converting local name rain of variable lwe_thickness_of_precipitation_amount_on_dynamics_timestep from new to old metadata -INFO: Converting local name iopt_crs of variable flag_for_canopy_stomatal_resistance_option from new to old metadata -INFO: Converting local name qgrs(:,1,index_for_water_vapor) of variable water_vapor_specific_humidity_at_lowest_model_layer from new to old metadata -INFO: Converting local name ntqv of variable index_for_water_vapor from new to old metadata -INFO: Converting local name t02min of variable minimum_temperature_at_2m_over_maximum_hourly_time_interval from new to old metadata -INFO: Converting local name imp_physics_gfdl of variable flag_for_gfdl_microphysics_scheme from new to old metadata -INFO: Converting local name lprnt of variable flag_print from new to old metadata -INFO: Converting local name gabsbdlw_ice of variable surface_downwelling_longwave_flux_absorbed_by_ground_over_ice from new to old metadata -INFO: Converting local name imp_physics_thompson of variable flag_for_thompson_microphysics_scheme from new to old metadata -INFO: Converting local name ctei_rm of variable critical_cloud_top_entrainment_instability_criteria from new to old metadata -INFO: Converting local name tseal of variable surface_skin_temperature_for_nsst from new to old metadata -INFO: Converting local name dusfc_fd of variable integrated_x_momentum_flux_from_form_drag from new to old metadata -INFO: Converting local name dusfcin_cpl of variable surface_x_momentum_flux_for_coupling from new to old metadata -INFO: Converting local name slope of variable surface_slope_classification_real from new to old metadata -INFO: Converting local name htrlw of variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_timestep from new to old metadata -INFO: Converting local name mg_qcmin(2) of variable mg_minimum_ice_mixing_ratio from new to old metadata -INFO: Converting local name tice of variable sea_ice_temperature_interstitial from new to old metadata -INFO: Converting local name adjvisbmu of variable surface_upwelling_direct_ultraviolet_and_visible_shortwave_flux from new to old metadata -INFO: Converting local name dvgwd of variable time_integral_of_y_stress_due_to_gravity_wave_drag from new to old metadata -INFO: Converting local name dusfc_cice of variable surface_x_momentum_flux_for_coupling_interstitial from new to old metadata -INFO: Converting local name errmsg of variable ccpp_error_message from new to old metadata -INFO: Converting local name flag_cice of variable flag_for_cice from new to old metadata -INFO: Converting local name Coupling of variable GFS_coupling_type_instance from new to old metadata -INFO: Converting local name cs_parm(3) of variable detrainment_and_precipitation_tunable_parameter_3_CS from new to old metadata -INFO: Converting local name snliqxy of variable snow_layer_liquid_water from new to old metadata -INFO: Converting local name mstrat of variable flag_for_moorthi_stratus from new to old metadata -INFO: Converting local name imfdeepcnv_sas of variable flag_for_sas_deep_convection_scheme from new to old metadata -INFO: Converting local name weasd_ice of variable water_equivalent_accumulated_snow_depth_over_ice from new to old metadata -INFO: Converting local name bl_mynn_edmf_mom of variable edmf_momentum_transport_flag from new to old metadata -INFO: Converting local name npdf3d of variable number_of_3d_arrays_associated_with_pdf_based_clouds from new to old metadata -INFO: Converting local name dq3dt(:,:,2) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_deep_convection from new to old metadata -INFO: Converting local name w_upi of variable vertical_velocity_for_updraft from new to old metadata -INFO: Converting local name qlyr of variable water_vapor_specific_humidity_at_layer_for_radiation from new to old metadata -INFO: Converting local name fm10_ice of variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_ice from new to old metadata -INFO: Converting local name qgl of variable local_graupel_mixing_ratio from new to old metadata -INFO: Converting local name gt0(:,1) of variable air_temperature_at_lowest_model_layer_updated_by_physics from new to old metadata -INFO: Converting local name ccpp_t of variable ccpp_t from new to old metadata -INFO: Converting local name clouds(:,:,4) of variable cloud_ice_water_path from new to old metadata -INFO: Converting local name rain_cpl of variable lwe_thickness_of_precipitation_amount_for_coupling from new to old metadata -INFO: Converting local name bl_mynn_cloudmix of variable cloud_specie_mix_flag from new to old metadata -INFO: Converting local name tgxy of variable ground_temperature_for_noahmp from new to old metadata -INFO: Converting local name oa4 of variable asymmetry_of_subgrid_orography from new to old metadata -INFO: Converting local name refdmax of variable maximum_reflectivity_at_1km_agl_over_maximum_hourly_time_interval from new to old metadata -INFO: Converting local name GFS_Data(ccpp_block_number) of variable GFS_data_type_instance from new to old metadata -INFO: Converting local name dvsfc_cpl of variable cumulative_surface_y_momentum_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name shocaftcnv of variable flag_for_shoc_after_convection from new to old metadata -INFO: Converting local name mg_rhmini of variable mg_minimum_rh_for_ice from new to old metadata -INFO: Converting local name t2mi_cpl of variable instantaneous_temperature_at_2m_for_coupling from new to old metadata -INFO: Converting local name GFS_Interstitial(ccpp_thread_number) of variable GFS_interstitial_type_instance from new to old metadata -INFO: Converting local name thrd_no of variable ccpp_thread_number from new to old metadata -INFO: Converting local name evbs of variable soil_upward_latent_heat_flux from new to old metadata -INFO: Converting local name dtdtr of variable tendency_of_air_temperature_due_to_radiative_heating_on_physics_time_step from new to old metadata -INFO: Converting local name spfhmin of variable minimum_specific_humidity_at_2m from new to old metadata -INFO: Converting local name xsaixy of variable stem_area_index from new to old metadata -INFO: Converting local name lsoil of variable soil_vertical_dimension from new to old metadata -INFO: Converting local name mg_ts_auto_ice of variable mg_time_scale_for_autoconversion_of_ice from new to old metadata -INFO: Converting local name ca_deep of variable fraction_of_cellular_automata_for_deep_convection from new to old metadata -INFO: Converting local name work1 of variable grid_size_related_coefficient_used_in_scale_sensitive_schemes from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_for_cloud_liquid_water_effective_radius) of variable effective_radius_of_stratiform_cloud_liquid_water_particle_in_um from new to old metadata -INFO: Converting local name nleffr of variable index_for_cloud_liquid_water_effective_radius from new to old metadata -INFO: Converting local name dlwsfci of variable surface_downwelling_longwave_flux from new to old metadata -INFO: Converting local name mg_nicons of variable mg_flag_ice_concentration_constant from new to old metadata -INFO: Converting local name faersw(:,:,:,1) of variable aerosol_optical_depth_for_shortwave_bands_01_16 from new to old metadata -INFO: Converting local name xt of variable diurnal_thermocline_layer_heat_content from new to old metadata -INFO: Converting local name prsl of variable air_pressure from new to old metadata -INFO: Converting local name cv of variable fraction_of_convective_cloud from new to old metadata -INFO: Converting local name blksz of variable horizontal_block_size from new to old metadata -INFO: Converting local name pertvegf of variable magnitude_of_perturbation_of_vegetation_fraction from new to old metadata -INFO: Converting local name gq0(:,:,index_for_cloud_amount) of variable cloud_fraction_updated_by_physics from new to old metadata -INFO: Converting local name ntclamt of variable index_for_cloud_amount from new to old metadata -INFO: Converting local name zorlo of variable surface_roughness_length_over_ocean from new to old metadata -INFO: Converting local name te0 of variable atmosphere_energy_content_at_Lagrangian_surface from new to old metadata -INFO: Converting local name ktop of variable vertical_index_at_cloud_top from new to old metadata -INFO: Converting local name prevsq of variable moisture_from_previous_timestep from new to old metadata -INFO: Converting local name kpbl of variable vertical_index_at_top_of_atmosphere_boundary_layer from new to old metadata -INFO: Converting local name ncells of variable cellular_automata_finer_grid from new to old metadata -INFO: Converting local name cnvc of variable convective_cloud_cover from new to old metadata -INFO: Converting local name totprcp of variable accumulated_lwe_thickness_of_precipitation_amount from new to old metadata -INFO: Converting local name cgwf of variable multiplication_factors_for_convective_gravity_wave_drag from new to old metadata -INFO: Converting local name do_shum of variable flag_for_stochastic_shum_option from new to old metadata -INFO: Converting local name save_q of variable tracer_concentration_save from new to old metadata -INFO: Converting local name h2o_pres of variable natural_log_of_h2o_forcing_data_pressure_levels from new to old metadata -INFO: Converting local name iopt_snf of variable flag_for_precipitation_partition_option from new to old metadata -INFO: Converting local name c0s_shal of variable rain_conversion_parameter_shallow_convection from new to old metadata -INFO: Converting local name zwtxy of variable water_table_depth from new to old metadata -INFO: Converting local name qr of variable cloud_rain_specific_humidity_at_Lagrangian_surface from new to old metadata -INFO: Converting local name dzlyr of variable layer_thickness_for_radiation from new to old metadata -INFO: Converting local name taussxy of variable nondimensional_snow_age from new to old metadata -INFO: Converting local name tsfa of variable surface_air_temperature_for_radiation from new to old metadata -INFO: Converting local name snoalb of variable upper_bound_on_max_albedo_over_deep_snow from new to old metadata -INFO: Converting local name xs of variable sea_water_salinity from new to old metadata -INFO: Converting local name dvsfci_cpl of variable instantaneous_surface_y_momentum_flux_for_coupling from new to old metadata -INFO: Converting local name xlat of variable latitude from new to old metadata -INFO: Converting local name ugrs of variable x_wind from new to old metadata -INFO: Converting local name shdmin of variable minimum_vegetation_area_fraction from new to old metadata -INFO: Converting local name nnirdfi_cpl of variable instantaneous_surface_net_downward_diffuse_near_infrared_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name microp_uniform of variable mg_flag_for_uniform_subcolumns from new to old metadata -INFO: Converting local name frland of variable land_area_fraction_for_microphysics from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_ice_friendly_aerosols) of variable tendency_of_ice_friendly_aerosol_number_concentration_due_to_model_physics from new to old metadata -INFO: Converting local name oz_pres of variable natural_log_of_ozone_forcing_data_pressure_levels from new to old metadata -INFO: Converting local name zlwb of variable time_integral_of_height_of_low_level_wave_breaking from new to old metadata -INFO: Converting local name gq0(:,:,index_for_ice_cloud_condensate) of variable ice_water_mixing_ratio_updated_by_physics from new to old metadata -INFO: Converting local name qss of variable surface_specific_humidity from new to old metadata -INFO: Converting local name dry of variable flag_nonzero_land_surface_fraction from new to old metadata -INFO: Converting local name bk of variable b_parameter_of_the_hybrid_coordinate from new to old metadata -INFO: Converting local name cdmbgwd of variable multiplication_factors_for_mountain_blocking_and_orographic_gravity_wave_drag from new to old metadata -INFO: Converting local name levs of variable vertical_dimension from new to old metadata -INFO: Converting local name swhtr of variable flag_for_output_of_shortwave_heating_rate from new to old metadata -INFO: Converting local name zorl_land of variable surface_roughness_length_over_land_interstitial from new to old metadata -INFO: Converting local name t2m of variable temperature_at_2m from new to old metadata -INFO: Converting local name tau_ogw of variable instantaneous_momentum_flux_due_to_orographic_gravity_wave_drag from new to old metadata -INFO: Converting local name shoc_parm(3) of variable shoc_tke_dissipation_tunable_parameter_near_surface from new to old metadata -INFO: Converting local name gflx_ice of variable upward_heat_flux_in_soil_over_ice from new to old metadata -INFO: Converting local name nspc1 of variable number_of_species_for_aerosol_optical_depth from new to old metadata -INFO: Converting local name drain_cpl of variable tendency_of_lwe_thickness_of_precipitation_amount_for_coupling from new to old metadata -INFO: Converting local name phis of variable surface_geopotential_at_Lagrangian_surface from new to old metadata -INFO: Converting local name q2mi_cpl of variable instantaneous_specific_humidity_at_2m_for_coupling from new to old metadata -INFO: Converting local name zogw of variable time_integral_of_height_of_launch_level_of_orographic_gravity_wave from new to old metadata -INFO: Converting local name prsi of variable air_pressure_at_interface from new to old metadata -INFO: Converting local name aerodp of variable atmosphere_optical_thickness_due_to_ambient_aerosol_particles from new to old metadata -INFO: Converting local name shal_cnv of variable flag_for_shallow_convection from new to old metadata -INFO: Converting local name icsdlw of variable seed_random_numbers_lw from new to old metadata -INFO: Converting local name ncld of variable number_of_hydrometeors from new to old metadata -INFO: Converting local name gasvmr(:,:,6) of variable volume_mixing_ratio_cfc11 from new to old metadata -INFO: Converting local name tracers_water of variable number_of_water_tracers from new to old metadata -INFO: Converting local name nscyc of variable number_of_timesteps_between_surface_cycling_calls from new to old metadata -INFO: Converting local name dswsfc_cpl of variable cumulative_surface_downwelling_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name adjvisdfu of variable surface_upwelling_diffuse_ultraviolet_and_visible_shortwave_flux from new to old metadata -INFO: Converting local name cs_parm(2) of variable updraft_velocity_tunable_parameter_2_CS from new to old metadata -INFO: Converting local name lsswr of variable flag_to_calc_sw from new to old metadata -INFO: Converting local name imfshalcnv_gf of variable flag_for_gf_shallow_convection_scheme from new to old metadata -INFO: Converting local name kinver of variable index_of_highest_temperature_inversion from new to old metadata -INFO: Converting local name tslb of variable soil_temperature_for_land_surface_model from new to old metadata -INFO: Converting local name weasd of variable water_equivalent_accumulated_snow_depth from new to old metadata -INFO: Converting local name tisfc of variable sea_ice_temperature from new to old metadata -INFO: Converting local name faerlw of variable aerosol_optical_properties_for_longwave_bands_01_16 from new to old metadata -INFO: Converting local name logunit of variable iounit_log from new to old metadata -INFO: Converting local name fast_mp_consv of variable flag_for_fast_microphysics_energy_conservation from new to old metadata -INFO: Converting local name cnv_mfd of variable detrained_mass_flux from new to old metadata -INFO: Converting local name zvir of variable ratio_of_vapor_to_dry_air_gas_constants_minus_one_default_kind from new to old metadata -INFO: Converting local name jed of variable ending_y_direction_index_domain from new to old metadata -INFO: Converting local name gasvmr(:,:,3) of variable volume_mixing_ratio_ch4 from new to old metadata -INFO: Converting local name sfcdsw of variable surface_downwelling_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name hydrostatic of variable flag_for_hydrostatic_solver_for_fast_physics from new to old metadata -INFO: Converting local name dvsfc_bl of variable integrated_y_momentum_flux_from_blocking_drag from new to old metadata -INFO: Converting local name Grid of variable GFS_grid_type_instance from new to old metadata -INFO: Converting local name ncnd of variable number_of_cloud_condensate_types from new to old metadata -INFO: Converting local name w_0 of variable coefficient_w_0 from new to old metadata -INFO: Converting local name zm of variable ocean_mixed_layer_thickness from new to old metadata -INFO: Converting local name shoc_parm(2) of variable shoc_tke_dissipation_tunable_parameter from new to old metadata -INFO: Converting local name cdec of variable cosine_of_solar_declination_angle from new to old metadata -INFO: Converting local name npzq_con of variable vertical_dimension_for_condensed_water_at_Lagrangian_surface from new to old metadata -INFO: Converting local name rmol of variable reciprocal_of_obukhov_length from new to old metadata -INFO: Converting local name snowxy of variable number_of_snow_layers from new to old metadata -INFO: Converting local name hflx_land of variable kinematic_surface_upward_sensible_heat_flux_over_land from new to old metadata -INFO: Converting local name clw of variable convective_transportable_tracers from new to old metadata -INFO: Converting local name srflag of variable flag_for_precipitation_type from new to old metadata -INFO: Converting local name suntim of variable duration_of_sunshine from new to old metadata -INFO: Converting local name isot of variable soil_type_dataset_choice from new to old metadata -INFO: Converting local name isol of variable flag_for_solar_constant from new to old metadata -INFO: Converting local name th2m of variable potential_temperature_at_2m from new to old metadata -INFO: Converting local name hpbl of variable atmosphere_boundary_layer_thickness from new to old metadata -INFO: Converting local name cd of variable surface_drag_coefficient_for_momentum_in_air from new to old metadata -INFO: Converting local name dusfc_ls of variable integrated_x_momentum_flux_from_large_scale_gwd from new to old metadata -INFO: Converting local name do_sppt of variable flag_for_stochastic_surface_physics_perturbations from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_for_convective_cloud_water_mixing_ratio_in_phy_f3d) of variable convective_cloud_water_mixing_ratio_in_phy_f3d from new to old metadata -INFO: Converting local name rb_ice of variable bulk_richardson_number_at_lowest_model_level_over_ice from new to old metadata -INFO: Converting local name itc of variable number_of_aerosol_tracers_for_convection from new to old metadata -INFO: Converting local name Cldprop of variable GFS_cldprop_type_instance from new to old metadata -INFO: Converting local name grav_settling of variable grav_settling from new to old metadata -INFO: Converting local name gq0(:,:,index_for_ice_cloud_number_concentration) of variable ice_number_concentration_updated_by_physics from new to old metadata -INFO: Converting local name ntinc of variable index_for_ice_cloud_number_concentration from new to old metadata -INFO: Converting local name iopt_inf of variable flag_for_frozen_soil_permeability_option from new to old metadata -INFO: Converting local name c0s_deep of variable rain_conversion_parameter_deep_convection from new to old metadata -INFO: Converting local name dtaux2d_ls of variable x_momentum_tendency_from_large_scale_gwd from new to old metadata -INFO: Converting local name phy_myj_qz0 of variable specific_humidity_at_viscous_sublayer_top from new to old metadata -INFO: Converting local name iovr_sw of variable flag_for_max_random_overlap_clouds_for_shortwave_radiation from new to old metadata -INFO: Converting local name icliq_sw of variable flag_for_optical_property_for_liquid_clouds_for_shortwave_radiation from new to old metadata -INFO: Converting local name psmean of variable cumulative_surface_pressure_multiplied_by_timestep from new to old metadata -INFO: Converting local name cmm_ocean of variable surface_drag_wind_speed_for_momentum_in_air_over_ocean from new to old metadata -INFO: Converting local name shcnvcw of variable flag_shallow_convective_cloud from new to old metadata -INFO: Converting local name drain of variable subsurface_runoff_flux from new to old metadata -INFO: Converting local name ak of variable a_parameter_of_the_hybrid_coordinate from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_liquid_cloud_number_concentration) of variable tendency_of_cloud_droplet_number_concentration_due_to_model_physics from new to old metadata -INFO: Converting local name sfc_z0_type of variable flag_for_surface_roughness_option_over_ocean from new to old metadata -INFO: Converting local name cvt of variable pressure_at_top_of_convective_cloud from new to old metadata -INFO: Converting local name gwd_opt of variable gwd_opt from new to old metadata -INFO: Converting local name snowmp of variable lwe_thickness_of_snow_amount from new to old metadata -INFO: Converting local name ncnvcld3d of variable number_of_convective_3d_cloud_fields from new to old metadata -INFO: Converting local name cape of variable convective_available_potential_energy_for_coupling from new to old metadata -INFO: Converting local name du3dt_ogw of variable time_integral_of_change_in_x_wind_due_to_orographic_gravity_wave_drag from new to old metadata -INFO: Converting local name te0_2d of variable atmosphere_energy_content_in_column from new to old metadata -INFO: Converting local name dsnowprv of variable snow_precipitation_rate_from_previous_timestep from new to old metadata -INFO: Converting local name chh of variable surface_drag_mass_flux_for_heat_and_moisture_in_air from new to old metadata -INFO: Converting local name dt3dt(:,:,5) of variable cumulative_change_in_temperature_due_to_shal_convection from new to old metadata -INFO: Converting local name cplwav of variable flag_for_wave_coupling from new to old metadata -INFO: Converting local name clw(:,:,2) of variable cloud_condensed_water_mixing_ratio_convective_transport_tracer from new to old metadata -INFO: Converting local name shoc_parm(1) of variable shoc_tke_dissipatation_pressure_threshold from new to old metadata -INFO: Converting local name oro_uf of variable orography_unfiltered from new to old metadata -INFO: Converting local name peln of variable log_pressure_at_Lagrangian_surface from new to old metadata -INFO: Converting local name gasvmr(:,:,8) of variable volume_mixing_ratio_cfc22 from new to old metadata -INFO: Converting local name pertzt of variable magnitude_of_perturbation_of_heat_to_momentum_roughness_length_ratio from new to old metadata -INFO: Converting local name clouds(:,:,1) of variable total_cloud_fraction from new to old metadata -INFO: Converting local name iaer of variable flag_for_default_aerosol_effect_in_shortwave_radiation from new to old metadata -INFO: Converting local name wet1 of variable normalized_soil_wetness from new to old metadata -INFO: Converting local name npz of variable vertical_dimension_for_fast_physics from new to old metadata -INFO: Converting local name cal_pre of variable flag_for_precipitation_type_algorithm from new to old metadata -INFO: Converting local name lmk of variable adjusted_vertical_layer_dimension_for_radiation from new to old metadata -INFO: Converting local name kind_phys of variable kind_phys from new to old metadata -INFO: Converting local name Sfcprop of variable GFS_sfcprop_type_instance from new to old metadata -INFO: Converting local name wslakexy of variable lake_water_storage from new to old metadata -INFO: Converting local name f10m of variable ratio_of_wind_at_lowest_model_layer_and_wind_at_10m from new to old metadata -INFO: Converting local name gasvmr(:,:,1) of variable volume_mixing_ratio_co2 from new to old metadata -INFO: Converting local name q2mp of variable specific_humidity_at_2m_from_noahmp from new to old metadata -INFO: Converting local name lwhc of variable tendency_of_air_temperature_due_to_longwave_heating_assuming_clear_sky_on_radiation_timestep from new to old metadata -INFO: Converting local name snowd_ice of variable surface_snow_thickness_water_equivalent_over_ice from new to old metadata -INFO: Converting local name lsnow_lsm_lbound of variable lower_bound_of_snow_vertical_dimension_for_land_surface_model from new to old metadata -INFO: Converting local name mg_dcs of variable mg_autoconversion_size_threshold_ice_snow from new to old metadata -INFO: Converting local name rhgrd of variable fa_threshold_relative_humidity_for_onset_of_condensation from new to old metadata -INFO: Converting local name dudt_ogw of variable instantaneous_change_in_x_wind_due_to_orographic_gravity_wave_drag from new to old metadata -INFO: Converting local name slmsk of variable sea_land_ice_mask_real from new to old metadata -INFO: Converting local name ictm of variable flag_for_initial_time_date_control from new to old metadata -INFO: Converting local name qss_ocean of variable surface_specific_humidity_over_ocean from new to old metadata -INFO: Converting local name tsfc of variable surface_skin_temperature from new to old metadata -INFO: Converting local name prsik of variable dimensionless_exner_function_at_model_interfaces from new to old metadata -INFO: Converting local name t2mmp of variable temperature_at_2m_from_noahmp from new to old metadata -INFO: Converting local name tau_ogw of variable time_integral_of_momentum_flux_due_to_orographic_gravity_wave_drag from new to old metadata -INFO: Converting local name topflw_type of variable topflw_type from new to old metadata -INFO: Converting local name cnv_nice of variable number_concentration_of_ice_crystals_for_detrainment from new to old metadata -INFO: Converting local name cscnv of variable flag_for_Chikira_Sugiyama_deep_convection from new to old metadata -INFO: Converting local name u10mi_cpl of variable instantaneous_x_wind_at_10m_for_coupling from new to old metadata -INFO: Converting local name fh2_ocean of variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_ocean from new to old metadata -INFO: Converting local name phii of variable geopotential_at_interface from new to old metadata -INFO: Converting local name gq0(:,:,index_for_graupel) of variable graupel_mixing_ratio_updated_by_physics from new to old metadata -INFO: Converting local name ntgl of variable index_for_graupel from new to old metadata -INFO: Converting local name nvisdfi_cpl of variable instantaneous_surface_net_downward_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name norad_precip of variable flag_for_precipitation_effect_on_radiation from new to old metadata -INFO: Converting local name dq3dt(:,:,5) of variable cumulative_change_in_ozone_mixing_ratio_due_to_PBL from new to old metadata -INFO: Converting local name dusfcg of variable instantaneous_x_stress_due_to_gravity_wave_drag from new to old metadata -INFO: Converting local name stype of variable soil_type_classification_real from new to old metadata -INFO: Converting local name lwhtr of variable flag_for_output_of_longwave_heating_rate from new to old metadata -INFO: Converting local name skebv_wts of variable weights_for_stochastic_skeb_perturbation_of_y_wind_flipped from new to old metadata -INFO: Converting local name prnum of variable prandtl_number from new to old metadata -INFO: Converting local name dtsfcin_cpl of variable surface_upward_sensible_heat_flux_for_coupling from new to old metadata -INFO: Converting local name sigmatot of variable convective_updraft_area_fraction_at_model_interfaces from new to old metadata -INFO: Converting local name rann of variable random_number_array from new to old metadata -INFO: Converting local name work2 of variable grid_size_related_coefficient_used_in_scale_sensitive_schemes_complement from new to old metadata -INFO: Converting local name ep1d_land of variable surface_upward_potential_latent_heat_flux_over_land from new to old metadata -INFO: Converting local name num_p3d of variable array_dimension_of_3d_arrays_for_microphysics from new to old metadata -INFO: Converting local name frac_grid of variable flag_for_fractional_grid from new to old metadata -INFO: Converting local name dtdtc of variable tendency_of_air_temperature_due_to_radiative_heating_assuming_clear_sky from new to old metadata -INFO: Converting local name chxy of variable surface_drag_coefficient_for_heat_and_moisture_for_noahmp from new to old metadata -INFO: Converting local name dtauy2d_bl of variable y_momentum_tendency_from_blocking_drag from new to old metadata -INFO: Converting local name dtsfc of variable cumulative_surface_upward_sensible_heat_flux_for_diag_multiplied_by_timestep from new to old metadata -INFO: Converting local name gflx_ocean of variable upward_heat_flux_in_soil_over_ocean from new to old metadata -INFO: Converting local name deeprechxy of variable water_table_recharge_when_deep from new to old metadata -INFO: Converting local name imfshalcnv_sas of variable flag_for_sas_shallow_convection_scheme from new to old metadata -INFO: Converting local name woodxy of variable wood_mass from new to old metadata -INFO: Converting local name phy_f3d(:,:,3) of variable air_temperature_at_previous_time_step from new to old metadata -INFO: Converting local name otspt of variable flag_convective_tracer_transport from new to old metadata -INFO: Converting local name tsurf of variable surface_skin_temperature_after_iteration from new to old metadata -INFO: Converting local name phy_f2d(:,array_dimension_of_2d_arrays_for_microphysics) of variable surface_wind_enhancement_due_to_convection from new to old metadata -INFO: Converting local name num_p2d of variable array_dimension_of_2d_arrays_for_microphysics from new to old metadata -INFO: Converting local name diss_est of variable dissipation_estimate_of_air_temperature_at_model_layers from new to old metadata -INFO: Converting local name ffmm_land of variable Monin_Obukhov_similarity_function_for_momentum_over_land from new to old metadata -INFO: Converting local name imfshalcnv of variable flag_for_mass_flux_shallow_convection_scheme from new to old metadata -INFO: Converting local name iopt_rad of variable flag_for_radiation_transfer_option from new to old metadata -INFO: Converting local name effr_in of variable flag_for_cloud_effective_radii from new to old metadata -INFO: Converting local name Sh3D of variable stability_function_for_heat from new to old metadata -INFO: Converting local name con_sbc of variable stefan_boltzmann_constant from new to old metadata -INFO: Converting local name phy_myj_z0base of variable baseline_surface_roughness_length from new to old metadata -INFO: Converting local name sdec of variable sine_of_solar_declination_angle from new to old metadata -INFO: Converting local name f_ice of variable fraction_of_ice_water_cloud from new to old metadata -INFO: Converting local name qs of variable cloud_snow_specific_humidity_at_Lagrangian_surface from new to old metadata -INFO: Converting local name iflip of variable flag_for_vertical_index_direction_control from new to old metadata -INFO: Converting local name draincprv of variable convective_precipitation_rate_from_previous_timestep from new to old metadata -INFO: Converting local name icsdsw of variable seed_random_numbers_sw from new to old metadata -INFO: Converting local name dtaux2d_bl of variable x_momentum_tendency_from_blocking_drag from new to old metadata -INFO: Converting local name uustar_ocean of variable surface_friction_velocity_over_ocean from new to old metadata -INFO: Converting local name zlwb of variable height_of_low_level_wave_breaking from new to old metadata -INFO: Converting local name sigma of variable slope_of_subgrid_orography from new to old metadata -INFO: Converting local name cd_land of variable surface_drag_coefficient_for_momentum_in_air_over_land from new to old metadata -INFO: Converting local name shoc_parm(5) of variable shoc_flag_for_optional_surface_TKE_dissipation from new to old metadata -INFO: Converting local name qss_ice of variable surface_specific_humidity_over_ice from new to old metadata -INFO: Converting local name graupel of variable lwe_thickness_of_graupel_amount_on_dynamics_timestep from new to old metadata -INFO: Converting local name do_myjsfc of variable do_myjsfc from new to old metadata -INFO: Converting local name htsw0 of variable tendency_of_air_temperature_due_to_shortwave_heating_assuming_clear_sky_on_radiation_time_step from new to old metadata -INFO: Converting local name ep of variable cumulative_surface_upward_potential_latent_heat_flux_multiplied_by_timestep from new to old metadata -INFO: Converting local name tprcp of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep from new to old metadata -INFO: Converting local name dnirdf_cpl of variable cumulative_surface_downwelling_diffuse_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name qwv_surf of variable water_vapor_mixing_ratio_at_surface from new to old metadata -INFO: Converting local name fm10_ocean of variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_ocean from new to old metadata -INFO: Converting local name QC_BL of variable subgrid_cloud_mixing_ratio_pbl from new to old metadata -INFO: Converting local name adjsfculw_ice of variable surface_upwelling_longwave_flux_over_ice_interstitial from new to old metadata -INFO: Converting local name tsfci_cpl of variable instantaneous_surface_skin_temperature_for_coupling from new to old metadata -INFO: Converting local name pertz0 of variable magnitude_of_perturbation_of_momentum_roughness_length from new to old metadata -INFO: Converting local name eahxy of variable canopy_air_vapor_pressure from new to old metadata -INFO: Converting local name cnv_dqldt of variable tendency_of_cloud_water_due_to_convective_microphysics from new to old metadata -INFO: Converting local name gq0 of variable tracer_concentration_updated_by_physics from new to old metadata -INFO: Converting local name iopt_dveg of variable flag_for_dynamic_vegetation_option from new to old metadata -INFO: Converting local name gv0(:,1) of variable y_wind_at_lowest_model_layer_updated_by_physics from new to old metadata -INFO: Converting local name first_time_step of variable flag_for_first_time_step from new to old metadata -INFO: Converting local name dtaux2d_ss of variable x_momentum_tendency_from_small_scale_gwd from new to old metadata -INFO: Converting local name wetdpl of variable instantaneous_large_scale_wet_deposition from new to old metadata -INFO: Converting local name cndm_surf of variable surface_condensation_mass from new to old metadata -INFO: Converting local name cmm_land of variable surface_drag_wind_speed_for_momentum_in_air_over_land from new to old metadata -INFO: Converting local name fh2 of variable Monin_Obukhov_similarity_function_for_heat_at_2m from new to old metadata -INFO: Converting local name gw_dudt of variable tendency_of_x_wind_due_to_ugwp from new to old metadata -INFO: Converting local name shinhong of variable flag_for_scale_aware_Shinhong_PBL from new to old metadata -INFO: Converting local name maxMF of variable maximum_mass_flux from new to old metadata -INFO: Converting local name gu0 of variable x_wind_updated_by_physics from new to old metadata -INFO: Converting local name ncstrac of variable number_of_tracers_for_CS from new to old metadata -INFO: Converting local name do_qa of variable flag_for_inline_cloud_fraction_calculation from new to old metadata -INFO: Converting local name pgr of variable surface_air_pressure from new to old metadata -INFO: Converting local name del of variable air_pressure_difference_between_midlayers from new to old metadata -INFO: Converting local name nqrimef of variable index_for_mass_weighted_rime_factor from new to old metadata -INFO: Converting local name du3dt(:,:,1) of variable cumulative_change_in_x_wind_due_to_PBL from new to old metadata -INFO: Converting local name raincs of variable lwe_thickness_of_shallow_convective_precipitation_amount from new to old metadata -INFO: Converting local name xlaixy of variable leaf_area_index from new to old metadata -INFO: Converting local name iopt_alb of variable flag_for_ground_snow_surface_albedo_option from new to old metadata -INFO: Converting local name moninq_fac of variable atmosphere_diffusivity_coefficient_factor from new to old metadata -INFO: Converting local name work3 of variable ratio_of_exner_function_between_midlayer_and_interface_at_lowest_model_layer from new to old metadata -INFO: Converting local name adjnirbmd of variable surface_downwelling_direct_near_infrared_shortwave_flux from new to old metadata -INFO: Converting local name imp_physics_zhao_carr_pdf of variable flag_for_zhao_carr_pdf_microphysics_scheme from new to old metadata -INFO: Converting local name dv3dt(:,:,3) of variable cumulative_change_in_y_wind_due_to_deep_convection from new to old metadata -INFO: Converting local name evcwa of variable cumulative_canopy_upward_latent_heat_flu_multiplied_by_timestep from new to old metadata -INFO: Converting local name lsm_noah of variable flag_for_noah_land_surface_scheme from new to old metadata -INFO: Converting local name ntk of variable index_for_turbulent_kinetic_energy_convective_transport_tracer from new to old metadata -INFO: Converting local name qsnw of variable local_snow_water_mixing_ratio from new to old metadata -INFO: Converting local name edmf_thl of variable emdf_updraft_theta_l from new to old metadata -INFO: Converting local name crtrh(2) of variable critical_relative_humidity_at_PBL_top from new to old metadata -INFO: Converting local name xv of variable diurnal_thermocline_layer_y_current from new to old metadata -INFO: Converting local name rlapse of variable air_temperature_lapse_rate_constant from new to old metadata -INFO: Converting local name clw(:,:,1) of variable ice_water_mixing_ratio_convective_transport_tracer from new to old metadata -INFO: Converting local name levozp of variable vertical_dimension_of_ozone_forcing_data from new to old metadata -INFO: Converting local name spfhmax of variable maximum_specific_humidity_at_2m from new to old metadata -INFO: Converting local name runoff of variable surface_runoff_flux from new to old metadata -INFO: Converting local name do_sb_physics of variable mg_flag_for_sb2001_autoconversion from new to old metadata -INFO: Converting local name phy_myj_a1q of variable weight_for_specific_humidity_at_viscous_sublayer_top from new to old metadata -INFO: Converting local name cactiv of variable conv_activity_counter from new to old metadata -INFO: Converting local name clw(:,:,index_for_turbulent_kinetic_energy_convective_transport_tracer) of variable turbulent_kinetic_energy_convective_transport_tracer from new to old metadata -INFO: Converting local name oz_phys_2015 of variable flag_for_2015_ozone_physics from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_snow_number_concentration) of variable snow_number_concentration from new to old metadata -INFO: Converting local name ntsnc of variable index_for_snow_number_concentration from new to old metadata -INFO: Converting local name dlwsfci_cpl of variable instantaneous_surface_downwelling_longwave_flux_for_coupling from new to old metadata -INFO: Converting local name errflg of variable ccpp_error_flag from new to old metadata -INFO: Converting local name kbot of variable vertical_index_at_cloud_base from new to old metadata -INFO: Converting local name clw_surf of variable cloud_condensed_water_mixing_ratio_at_surface from new to old metadata -INFO: Converting local name skebu_wts of variable weights_for_stochastic_skeb_perturbation_of_x_wind from new to old metadata -INFO: Converting local name snowprv of variable lwe_thickness_of_snow_amount_from_previous_timestep from new to old metadata -INFO: Converting local name spec_adv of variable flag_for_individual_cloud_species_advected from new to old metadata -INFO: Converting local name rainmp of variable lwe_thickness_of_explicit_rain_amount from new to old metadata -INFO: Converting local name jdat of variable forecast_date_and_time from new to old metadata -INFO: Converting local name ntrcaer of variable number_of_aerosol_tracers_MG from new to old metadata -INFO: Converting local name gflux of variable cumulative_surface_ground_heat_flux_multiplied_by_timestep from new to old metadata -INFO: Converting local name q1 of variable water_vapor_specific_humidity_at_lowest_model_layer_for_diag from new to old metadata -INFO: Converting local name gq0(:,1,index_for_water_vapor) of variable water_vapor_specific_humidity_at_lowest_model_layer_updated_by_physics from new to old metadata -INFO: Converting local name nday of variable daytime_points_dimension from new to old metadata -INFO: Converting local name cs_parm(9) of variable entrainment_efficiency_tunable_parameter_9_CS from new to old metadata -INFO: Converting local name flx_form of variable flag_flux_form_CS from new to old metadata -INFO: Converting local name dtsfc_cpl of variable cumulative_surface_upward_sensible_heat_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name nstf_name(1) of variable flag_for_nsstm_run from new to old metadata -INFO: Converting local name ca_sgs of variable flag_for_sgs_cellular_automata from new to old metadata -INFO: Converting local name mg_qcmin(1) of variable mg_minimum_cloud_condensed_water_mixing_ratio from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio from new to old metadata -INFO: Converting local name rilist of variable gas_constants_for_multi_gases_physics from new to old metadata -INFO: Converting local name dtauy2d_ls of variable y_momentum_tendency_from_large_scale_gwd from new to old metadata -INFO: Converting local name oz_coeff of variable number_of_coefficients_in_ozone_forcing_data from new to old metadata -INFO: Converting local name edmf_qt of variable emdf_updraft_total_water from new to old metadata -INFO: Converting local name stmassxy of variable stem_mass from new to old metadata -INFO: Converting local name dgraupelprv of variable graupel_precipitation_rate_from_previous_timestep from new to old metadata -INFO: Converting local name gq0(:,:,index_for_mass_weighted_rime_factor) of variable mass_weighted_rime_factor_updated_by_physics from new to old metadata -INFO: Converting local name alnwf of variable mean_nir_albedo_with_weak_cosz_dependency from new to old metadata -INFO: Converting local name smoiseq of variable equilibrium_soil_water_content from new to old metadata -INFO: Converting local name psautco of variable coefficient_from_cloud_ice_to_snow from new to old metadata -INFO: Converting local name fhlwr of variable frequency_for_longwave_radiation from new to old metadata -INFO: Converting local name xtts of variable sensitivity_of_dtl_heat_content_to_surface_temperature from new to old metadata -INFO: Converting local name tracers_start_index of variable start_index_of_other_tracers from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_ice_cloud_condensate) of variable tendency_of_ice_cloud_water_mixing_ratio_due_to_model_physics from new to old metadata -INFO: Converting local name jsd of variable starting_y_direction_index_domain from new to old metadata -INFO: Converting local name semis_land of variable surface_longwave_emissivity_over_land_interstitial from new to old metadata -INFO: Converting local name tdomr of variable dominant_rain_type from new to old metadata -INFO: Converting local name conv_act of variable gf_memory_counter from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_ice_cloud_number_concentration) of variable ice_number_concentration from new to old metadata -INFO: Converting local name ugrs(:,1) of variable x_wind_at_lowest_model_layer from new to old metadata -INFO: Converting local name qicn of variable mass_fraction_of_convective_cloud_ice from new to old metadata -INFO: Converting local name fh2_ice of variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_ice from new to old metadata -INFO: Converting local name tsq of variable t_prime_squared from new to old metadata -INFO: Converting local name tdomip of variable dominant_sleet_type from new to old metadata -INFO: Converting local name lslwr of variable flag_to_calc_lw from new to old metadata -INFO: Converting local name GFS_cldprop_type of variable GFS_cldprop_type from new to old metadata -INFO: Converting local name imp_physics of variable flag_for_microphysics_scheme from new to old metadata -INFO: Converting local name sfcalb(:,1) of variable surface_albedo_due_to_near_IR_direct from new to old metadata -INFO: Converting local name mg_do_graupel of variable mg_flag_for_graupel from new to old metadata -INFO: Converting local name soilm of variable soil_moisture_content from new to old metadata -INFO: Converting local name exch_m of variable atmosphere_momentum_diffusivity_for_mynnpbl from new to old metadata -INFO: Converting local name wetdpc of variable instantaneous_convective_scale_wet_deposition from new to old metadata -INFO: Converting local name el_pbl of variable mixing_length from new to old metadata -INFO: Converting local name ncnvc of variable index_for_convective_cloud_cover_in_phy_f3d from new to old metadata -INFO: Converting local name fn_nml of variable namelist_filename from new to old metadata -INFO: Converting local name weasd_ocean of variable water_equivalent_accumulated_snow_depth_over_ocean from new to old metadata -INFO: Converting local name evfact_deep of variable rain_evaporation_coefficient_deep_convection from new to old metadata -INFO: Converting local name dqsfc of variable cumulative_surface_upward_latent_heat_flux_for_diag_multiplied_by_timestep from new to old metadata -INFO: Converting local name totgrpb of variable accumulated_lwe_thickness_of_graupel_amount_in_bucket from new to old metadata -INFO: Converting local name trans_aero of variable flag_for_aerosol_convective_transport_and_PBL_diffusion from new to old metadata -INFO: Converting local name dusfc_bl of variable integrated_x_momentum_flux_from_blocking_drag from new to old metadata -INFO: Converting local name gw_kdis of variable eddy_mixing_due_to_ugwp from new to old metadata -INFO: Converting local name mg_qcmin of variable mg_minimum_cloud_condensed_water_and_ice_mixing_ratio from new to old metadata -INFO: Converting local name dq3dt(:,:,3) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_shal_convection from new to old metadata -INFO: Converting local name qi of variable cloud_ice_specific_humidity_at_Lagrangian_surface from new to old metadata -INFO: Converting local name imfshalcnv_gf of variable flag_for_ntiedtke_shallow_convection_scheme from new to old metadata -INFO: Converting local name zorl_ocean of variable surface_roughness_length_over_ocean_interstitial from new to old metadata -INFO: Converting local name tsfc_ice of variable surface_skin_temperature_over_ice_interstitial from new to old metadata -INFO: Converting local name input_nml_file_length of variable number_of_lines_of_namelist_filename_for_internal_file_reads from new to old metadata -INFO: Converting local name flhc of variable surface_exchange_coefficient_for_heat from new to old metadata -INFO: Converting local name qke of variable tke_at_mass_points from new to old metadata -INFO: Converting local name snowd of variable surface_snow_thickness_water_equivalent from new to old metadata -INFO: Converting local name ncpr of variable local_rain_number_concentration from new to old metadata -INFO: Converting local name ldiag3d of variable flag_diagnostics_3D from new to old metadata -INFO: Converting local name ffhh_ocean of variable Monin_Obukhov_similarity_function_for_heat_over_ocean from new to old metadata -INFO: Converting local name nsamftrac of variable number_of_tracers_for_samf from new to old metadata -INFO: Converting local name con_hvap of variable latent_heat_of_vaporization_of_water_at_0C from new to old metadata -INFO: Converting local name dtaux2d_fd of variable x_momentum_tendency_from_form_drag from new to old metadata -INFO: Converting local name levh2o of variable vertical_dimension_of_h2o_forcing_data from new to old metadata -INFO: Converting local name ras of variable flag_for_ras_deep_convection from new to old metadata -INFO: Converting local name ialb of variable flag_for_using_climatology_albedo from new to old metadata -INFO: Converting local name raincd of variable lwe_thickness_of_deep_convective_precipitation_amount from new to old metadata -INFO: Converting local name alb1d of variable surface_albedo_perturbation from new to old metadata -INFO: Converting local name nwat of variable number_of_water_species from new to old metadata -INFO: Converting local name dwn_mf of variable cumulative_atmosphere_downdraft_convective_mass_flux from new to old metadata -INFO: Converting local name save_t of variable air_temperature_save from new to old metadata -INFO: Converting local name fice of variable sea_ice_concentration from new to old metadata -INFO: Converting local name dvisdf_cpl of variable cumulative_surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name cvb of variable pressure_at_bottom_of_convective_cloud from new to old metadata -INFO: Converting local name save_q(:,:,index_for_ice_cloud_condensate) of variable ice_water_mixing_ratio_save from new to old metadata -INFO: Converting local name gq0(:,:,index_for_snow_water) of variable snow_water_mixing_ratio_updated_by_physics from new to old metadata -INFO: Converting local name qrain of variable sensible_heat_flux_due_to_rainfall from new to old metadata -INFO: Converting local name stress_ocean of variable surface_wind_stress_over_ocean from new to old metadata -INFO: Converting local name adjsfculw_land of variable surface_upwelling_longwave_flux_over_land_interstitial from new to old metadata -INFO: Converting local name ndust of variable number_of_dust_bins_for_diagnostics from new to old metadata -INFO: Converting local name GFS_radtend_type of variable GFS_radtend_type from new to old metadata -INFO: Converting local name ngas of variable number_of_gases_for_multi_gases_physics from new to old metadata -INFO: Converting local name diceprv of variable ice_precipitation_rate_from_previous_timestep from new to old metadata -INFO: Converting local name con_ttp of variable triple_point_temperature_of_water from new to old metadata -INFO: Converting local name rechxy of variable water_table_recharge_when_shallow from new to old metadata -INFO: Converting local name ffhh of variable Monin_Obukhov_similarity_function_for_heat from new to old metadata -INFO: Converting local name edmf_w of variable emdf_updraft_vertical_velocity from new to old metadata -INFO: Converting local name sed_supersat of variable mg_allow_supersat_after_sed from new to old metadata -INFO: Converting local name sr of variable ratio_of_snowfall_to_rainfall from new to old metadata -INFO: Converting local name stc of variable soil_temperature from new to old metadata -INFO: Converting local name idate of variable date_and_time_at_model_initialization_reordered from new to old metadata -INFO: Converting local name nctp of variable number_of_cloud_types_CS from new to old metadata -INFO: Converting local name levrp1 of variable number_of_vertical_layers_for_radiation_calculations_plus_one from new to old metadata -INFO: Converting local name v10mmax of variable maximum_y_wind_at_10m from new to old metadata -INFO: Converting local name clouds(:,:,8) of variable cloud_snow_water_path from new to old metadata -INFO: Converting local name dusfc of variable cumulative_surface_x_momentum_flux_for_diag_multiplied_by_timestep from new to old metadata -INFO: Converting local name sfcalb(:,3) of variable surface_albedo_due_to_UV_and_VIS_direct from new to old metadata -INFO: Converting local name zmtnblck of variable level_of_dividing_streamline from new to old metadata -INFO: Converting local name xcosz of variable instantaneous_cosine_of_zenith_angle from new to old metadata -INFO: Converting local name CCPP_interstitial_type of variable CCPP_interstitial_type from new to old metadata -INFO: Converting local name theta of variable angle_from_east_of_maximum_subgrid_orographic_variations from new to old metadata -INFO: Converting local name nbdsw of variable number_of_aerosol_bands_for_shortwave_radiation from new to old metadata -INFO: Converting local name dqsfc1 of variable instantaneous_surface_upward_latent_heat_flux from new to old metadata -INFO: Converting local name htrsw of variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_timestep from new to old metadata -INFO: Converting local name gq0(:,:,index_for_graupel_number_concentration) of variable graupel_number_concentration_updated_by_physics from new to old metadata -INFO: Converting local name ntgnc of variable index_for_graupel_number_concentration from new to old metadata -INFO: Converting local name semis of variable surface_longwave_emissivity from new to old metadata -INFO: Converting local name ca_smooth of variable flag_for_gaussian_spatial_filter from new to old metadata -INFO: Converting local name zhour of variable time_since_diagnostics_zeroed from new to old metadata -INFO: Converting local name uswsfci of variable surface_upwelling_shortwave_flux from new to old metadata -INFO: Converting local name dq3dt(:,:,6) of variable cumulative_change_in_ozone_concentration_due_to_production_and_loss_rate from new to old metadata -INFO: Converting local name con_t0c of variable temperature_at_zero_celsius from new to old metadata -INFO: Converting local name dvsfcin_cpl of variable surface_y_momentum_flux_for_coupling from new to old metadata -INFO: Converting local name runoff of variable total_runoff from new to old metadata -INFO: Converting local name upd_mf of variable cumulative_atmosphere_updraft_convective_mass_flux from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_for_cloud_fraction_in_3d_arrays_for_microphysics) of variable cloud_fraction_for_MG from new to old metadata -INFO: Converting local name indcld of variable index_for_cloud_fraction_in_3d_arrays_for_microphysics from new to old metadata -INFO: Converting local name vegtype of variable vegetation_type_classification from new to old metadata -INFO: Converting local name ied of variable ending_x_direction_index_domain from new to old metadata -INFO: Converting local name transa of variable cumulative_transpiration_flux_multiplied_by_timestep from new to old metadata -INFO: Converting local name dt3dt(:,:,2) of variable cumulative_change_in_temperature_due_to_shortwave_radiation from new to old metadata -INFO: Converting local name dvsfc_ls of variable integrated_y_momentum_flux_from_large_scale_gwd from new to old metadata -INFO: Converting local name snowd_ocean of variable surface_snow_thickness_water_equivalent_over_ocean from new to old metadata -INFO: Converting local name clouds(:,:,2) of variable cloud_liquid_water_path from new to old metadata -INFO: Converting local name visbmui of variable surface_upwelling_direct_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name plvl of variable air_pressure_at_interface_for_radiation_in_hPa from new to old metadata -INFO: Converting local name uustar_land of variable surface_friction_velocity_over_land from new to old metadata -INFO: Converting local name phy_myj_akms of variable momentum_exchange_coefficient_for_MYJ_schemes from new to old metadata -INFO: Converting local name cnv_fice of variable ice_fraction_in_convective_tower from new to old metadata -INFO: Converting local name nbdlw of variable number_of_aerosol_bands_for_longwave_radiation from new to old metadata -INFO: Converting local name dudt_mtb of variable instantaneous_change_in_x_wind_due_to_mountain_blocking_drag from new to old metadata -INFO: Converting local name rb_ocean of variable bulk_richardson_number_at_lowest_model_level_over_ocean from new to old metadata -INFO: Converting local name ccnorm of variable flag_for_cloud_condensate_normalized_by_cloud_cover from new to old metadata -INFO: Converting local name dqdt of variable tendency_of_tracers_due_to_model_physics from new to old metadata -INFO: Converting local name u10m of variable x_wind_at_10m from new to old metadata -INFO: Converting local name tmpmin of variable minimum_temperature_at_2m from new to old metadata -INFO: Converting local name save_u of variable x_wind_save from new to old metadata -INFO: Converting local name tsnow of variable snow_temperature_bottom_first_layer from new to old metadata -INFO: Converting local name kind_INTEGER of variable kind_INTEGER from new to old metadata -INFO: Converting local name nswsfc_cpl of variable cumulative_surface_net_downward_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name vgrs(:,1) of variable y_wind_at_lowest_model_layer from new to old metadata -INFO: Converting local name bl_mynn_edmf_tke of variable edmf_tke_transport_flag from new to old metadata -INFO: Converting local name tile_num of variable number_of_tile from new to old metadata -INFO: Converting local name con_pi of variable pi from new to old metadata -INFO: Converting local name abem of variable instantaneous_anthopogenic_and_biomass_burning_emissions from new to old metadata -INFO: Converting local name latidxprnt of variable latitude_index_in_debug_printouts from new to old metadata -INFO: Converting local name tcrf of variable cloud_phase_transition_denominator from new to old metadata -INFO: Converting local name cpilist of variable specific_heat_capacities_for_multi_gases_physics from new to old metadata -INFO: Converting local name tprcp_ocean of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_ocean from new to old metadata -INFO: Converting local name vgrs of variable y_wind from new to old metadata -INFO: Converting local name me of variable mpi_rank from new to old metadata -INFO: Converting local name nseffr of variable index_for_snow_effective_radius from new to old metadata -INFO: Converting local name crtrh(1) of variable critical_relative_humidity_at_surface from new to old metadata -INFO: Converting local name nrcm of variable array_dimension_of_random_number from new to old metadata -INFO: Converting local name phy_f2d(:,2) of variable surface_air_pressure_at_previous_time_step from new to old metadata -INFO: Converting local name totice of variable accumulated_lwe_thickness_of_ice_amount from new to old metadata -INFO: Converting local name vdftra of variable vertically_diffused_tracer_concentration from new to old metadata -INFO: Converting local name clam_shal of variable entrainment_rate_coefficient_shallow_convection from new to old metadata -INFO: Converting local name ulwsfc of variable cumulative_surface_upwelling_longwave_flux_multiplied_by_timestep from new to old metadata -INFO: Converting local name cldf of variable cloud_area_fraction from new to old metadata -INFO: Converting local name prslk of variable dimensionless_exner_function_at_model_layers from new to old metadata -INFO: Converting local name imp_physics_wsm6 of variable flag_for_wsm6_microphysics_scheme from new to old metadata -INFO: Converting local name blksz(ccpp_block_number) of variable horizontal_loop_extent from new to old metadata -INFO: Converting local name dtp of variable time_step_for_physics from new to old metadata -INFO: Converting local name nnirdf_cpl of variable cumulative_surface_net_downward_diffuse_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name tsurf_ice of variable surface_skin_temperature_after_iteration_over_ice from new to old metadata -INFO: Converting local name snowfallac of variable total_accumulated_snowfall from new to old metadata -INFO: Converting local name solhr of variable forecast_hour_of_the_day from new to old metadata -INFO: Converting local name use_zmtnblck of variable flag_for_mountain_blocking from new to old metadata -INFO: Converting local name sfcflw_type of variable sfcflw_type from new to old metadata -INFO: Converting local name rhofr of variable density_of_frozen_precipitation from new to old metadata -INFO: Converting local name dxmax of variable maximum_scaling_factor_for_critical_relative_humidity from new to old metadata -INFO: Converting local name rainc_cpl of variable lwe_thickness_of_convective_precipitation_amount_for_coupling from new to old metadata -INFO: Converting local name prautco of variable coefficient_from_cloud_water_to_rain from new to old metadata -INFO: Converting local name cumabs of variable maximum_column_heating_rate from new to old metadata -INFO: Converting local name Statein of variable GFS_statein_type_instance from new to old metadata -INFO: Converting local name ntasks of variable mpi_size from new to old metadata -INFO: Converting local name qsq of variable q_prime_squared from new to old metadata -INFO: Converting local name bl_mynn_mixqt of variable mix_total_water_flag from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_turbulent_kinetic_energy) of variable tendency_of_turbulent_kinetic_energy_due_to_model_physics from new to old metadata -INFO: Converting local name ntke of variable index_for_turbulent_kinetic_energy from new to old metadata -INFO: Converting local name kmp of variable top_layer_index_for_fast_physics from new to old metadata -INFO: Converting local name ffhh_ice of variable Monin_Obukhov_similarity_function_for_heat_over_ice from new to old metadata -INFO: Converting local name dq3dt(:,:,1) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_PBL from new to old metadata -INFO: Converting local name con_hfus of variable latent_heat_of_fusion_of_water_at_0C from new to old metadata -INFO: Converting local name isubc_lw of variable flag_for_lw_clouds_without_sub_grid_approximation from new to old metadata -INFO: Converting local name du3dt(:,:,3) of variable cumulative_change_in_x_wind_due_to_deep_convection from new to old metadata -INFO: Converting local name clx of variable fraction_of_grid_box_with_subgrid_orography_higher_than_critical_height from new to old metadata -INFO: Converting local name shoc_parm(4) of variable shoc_implicit_TKE_integration_uncentering_term from new to old metadata -INFO: Converting local name gasvmr(:,:,7) of variable volume_mixing_ratio_cfc12 from new to old metadata -INFO: Converting local name cappa of variable cappa_moist_gas_constant_at_Lagrangian_surface from new to old metadata -INFO: Converting local name cf_upi of variable convective_cloud_fraction_for_microphysics from new to old metadata -INFO: Converting local name cdata of variable ccpp_t_instance from new to old metadata -INFO: Converting local name phy_myj_akhs of variable heat_exchange_coefficient_for_MYJ_schemes from new to old metadata -INFO: Converting local name sedim of variable instantaneous_sedimentation from new to old metadata -INFO: Converting local name graupelmp of variable lwe_thickness_of_graupel_amount from new to old metadata -INFO: Converting local name skebu_wts of variable weights_for_stochastic_skeb_perturbation_of_x_wind_flipped from new to old metadata -INFO: Converting local name GFS_control_type of variable GFS_control_type from new to old metadata -INFO: Converting local name yearlen of variable number_of_days_in_year from new to old metadata -INFO: Converting local name save_q(:,:,index_for_water_vapor) of variable water_vapor_specific_humidity_save from new to old metadata -INFO: Converting local name smois of variable volume_fraction_of_soil_moisture_for_land_surface_model from new to old metadata -INFO: Converting local name gq0(:,:,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio_updated_by_physics from new to old metadata -INFO: Converting local name pwat of variable column_precipitable_water from new to old metadata -INFO: Converting local name cld1d of variable cloud_work_function from new to old metadata -INFO: Converting local name qvi of variable gas_tracers_for_multi_gas_physics_at_Lagrangian_surface from new to old metadata -INFO: Converting local name gabsbdlw of variable surface_downwelling_longwave_flux_absorbed_by_ground from new to old metadata -INFO: Converting local name tau_ngw of variable time_integral_of_momentum_flux_due_to_nonstationary_gravity_wave from new to old metadata -INFO: Converting local name xlat_d of variable latitude_degree from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_for_ice_effective_radius) of variable effective_radius_of_stratiform_cloud_ice_particle_in_um from new to old metadata -INFO: Converting local name nieffr of variable index_for_ice_effective_radius from new to old metadata -INFO: Converting local name do_ca of variable flag_for_cellular_automata from new to old metadata -INFO: Converting local name wtxy of variable water_storage_in_aquifer_and_saturated_soil from new to old metadata -INFO: Converting local name srunoff of variable surface_runoff from new to old metadata -INFO: Converting local name ntrnc of variable index_for_rain_number_concentration from new to old metadata -INFO: Converting local name ustm of variable surface_friction_velocity_drag from new to old metadata -INFO: Converting local name cnvprcp of variable cumulative_lwe_thickness_of_convective_precipitation_amount from new to old metadata -INFO: Converting local name imfdeepcnv_samf of variable flag_for_samf_deep_convection_scheme from new to old metadata -INFO: Converting local name si of variable vertical_sigma_coordinate_for_radiation_initialization from new to old metadata -INFO: Converting local name gwdcu of variable tendency_of_x_wind_due_to_convective_gravity_wave_drag from new to old metadata -INFO: Converting local name elvmax of variable maximum_subgrid_orography from new to old metadata -INFO: Converting local name slimskin_cpl of variable sea_land_ice_mask_in from new to old metadata -INFO: Converting local name dtsfc_cice of variable surface_upward_sensible_heat_flux_for_coupling_interstitial from new to old metadata -INFO: Converting local name do_mynnedmf of variable do_mynnedmf from new to old metadata -INFO: Converting local name zorll of variable surface_roughness_length_over_land from new to old metadata -INFO: Converting local name nswsfci_cpl of variable instantaneous_surface_net_downward_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name do_cldice of variable mg_flag_for_cloud_ice_processes from new to old metadata -INFO: Converting local name alboldxy of variable snow_albedo_at_previous_time_step from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_graupel) of variable graupel_mixing_ratio from new to old metadata -INFO: Converting local name rhcmax of variable maximum_critical_relative_humidity from new to old metadata -INFO: Converting local name Stateout of variable GFS_stateout_type_instance from new to old metadata -INFO: Converting local name nirbmdi of variable surface_downwelling_direct_near_infrared_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name gfluxi of variable instantaneous_surface_ground_heat_flux from new to old metadata -INFO: Converting local name drainncprv of variable explicit_rainfall_rate_from_previous_timestep from new to old metadata -INFO: Converting local name gflx of variable upward_heat_flux_in_soil from new to old metadata -INFO: Converting local name hflx_ocean of variable kinematic_surface_upward_sensible_heat_flux_over_ocean from new to old metadata -INFO: Converting local name nvdiff of variable number_of_vertical_diffusion_tracers from new to old metadata -INFO: Converting local name dspheat of variable flag_TKE_dissipation_heating from new to old metadata -INFO: Converting local name fhswr of variable frequency_for_shortwave_radiation from new to old metadata -INFO: Converting local name nthreads of variable omp_threads from new to old metadata -INFO: Converting local name islmsk of variable sea_land_ice_mask from new to old metadata -INFO: Converting local name ntchmdiag of variable number_of_chemical_tracers_for_diagnostics from new to old metadata -INFO: Converting local name nstf_name(5) of variable vertical_temperature_average_range_upper_bound from new to old metadata -INFO: Converting local name forceq of variable moisture_tendency_due_to_dynamics from new to old metadata -INFO: Converting local name nseasalt of variable number_of_seasalt_bins_for_diagnostics from new to old metadata -INFO: Converting local name gasvmr(:,:,2) of variable volume_mixing_ratio_n2o from new to old metadata -INFO: Converting local name ctei_rml of variable grid_sensitive_critical_cloud_top_entrainment_instability_criteria from new to old metadata -INFO: Converting local name sfc_wts of variable weights_for_stochastic_surface_physics_perturbation from new to old metadata -INFO: Converting local name oc of variable convexity_of_subgrid_orography from new to old metadata -INFO: Converting local name ep1d of variable surface_upward_potential_latent_heat_flux from new to old metadata -INFO: Converting local name u10mmax of variable maximum_x_wind_at_10m from new to old metadata -INFO: Converting local name nca of variable number_of_independent_cellular_automata from new to old metadata -INFO: Converting local name rtmassxy of variable fine_root_mass from new to old metadata -INFO: Converting local name ffmm_ocean of variable Monin_Obukhov_similarity_function_for_momentum_over_ocean from new to old metadata -INFO: Converting local name pertlai of variable magnitude_of_perturbation_of_leaf_area_index from new to old metadata -INFO: Converting local name mg_ncnst of variable mg_drop_concentration_constant from new to old metadata -INFO: Converting local name pgcon_shal of variable momentum_transport_reduction_factor_pgf_shallow_convection from new to old metadata -INFO: Converting local name edmf_qc of variable emdf_updraft_cloud_water from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_graupel) of variable tendency_of_graupel_mixing_ratio_due_to_model_physics from new to old metadata -INFO: Converting local name acvt of variable largest_cloud_top_vertical_index_encountered_thus_far from new to old metadata -INFO: Converting local name cmm of variable surface_drag_wind_speed_for_momentum_in_air from new to old metadata -INFO: Converting local name dt_cool of variable sub_layer_cooling_amount from new to old metadata -INFO: Converting local name qc_r of variable cloud_liquid_water_mixing_ratio from new to old metadata -INFO: Converting local name ral_ts of variable time_scale_for_rayleigh_damping from new to old metadata -INFO: Converting local name GFS_diag_type of variable GFS_diag_type from new to old metadata -INFO: Converting local name dnirdfi_cpl of variable instantaneous_surface_downwelling_diffuse_near_infrared_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name chh_ice of variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_ice from new to old metadata -INFO: Converting local name flipv of variable flag_flip from new to old metadata -INFO: Converting local name ldiag_ugwp of variable diag_ugwp_flag from new to old metadata -INFO: Converting local name ctei_r of variable cloud_top_entrainment_instability_value from new to old metadata -INFO: Converting local name ccn_nm of variable ccn_number_concentration from new to old metadata -INFO: Converting local name edmf_ent of variable emdf_updraft_entrainment_rate from new to old metadata -INFO: Converting local name htswc of variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step from new to old metadata -INFO: Converting local name phy_myj_thz0 of variable potential_temperature_at_viscous_sublayer_top from new to old metadata -INFO: Converting local name bl_mynn_edmf of variable edmf_flag from new to old metadata -INFO: Converting local name con_rd of variable gas_constant_dry_air from new to old metadata -INFO: Converting local name qss_land of variable surface_specific_humidity_over_land from new to old metadata -INFO: Converting local name zt1d of variable perturbation_of_heat_to_momentum_roughness_length_ratio from new to old metadata -INFO: Converting local name imp_physics_zhao_carr of variable flag_for_zhao_carr_microphysics_scheme from new to old metadata -INFO: Converting local name delz of variable thickness_at_Lagrangian_surface from new to old metadata -INFO: Converting local name dtsfci of variable instantaneous_surface_upward_sensible_heat_flux_for_diag from new to old metadata -INFO: Converting local name dvsfc_fd of variable integrated_y_momentum_flux_from_form_drag from new to old metadata -INFO: Converting local name totprcpb of variable accumulated_lwe_thickness_of_precipitation_amount_in_bucket from new to old metadata -INFO: Converting local name tcr of variable cloud_phase_transition_threshold_temperature from new to old metadata -INFO: Converting local name clstp of variable convective_cloud_switch from new to old metadata -INFO: Converting local name isatmedmf_vdifq of variable choice_of_updated_scale_aware_TKE_moist_EDMF_PBL from new to old metadata -INFO: Converting local name coszen of variable cosine_of_zenith_angle from new to old metadata -INFO: Converting local name nifa2d of variable tendency_of_ice_friendly_aerosols_at_surface from new to old metadata -INFO: Converting local name icy of variable flag_nonzero_sea_ice_surface_fraction from new to old metadata -INFO: Converting local name dudt of variable tendency_of_x_wind_due_to_model_physics from new to old metadata -INFO: Converting local name bl_dnfr of variable downdraft_fraction_in_boundary_layer_mass_flux_scheme from new to old metadata -INFO: Converting local name snohf of variable snow_freezing_rain_upward_latent_heat_flux from new to old metadata -INFO: Converting local name bexp1d of variable perturbation_of_soil_type_b_parameter from new to old metadata -INFO: Converting local name faersw of variable aerosol_optical_properties_for_shortwave_bands_01_16 from new to old metadata -INFO: Converting local name dtdt of variable tendency_of_air_temperature_due_to_model_physics from new to old metadata -INFO: Converting local name nvisdf_cpl of variable cumulative_surface_net_downward_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name dqsfcin_cpl of variable surface_upward_latent_heat_flux_for_coupling from new to old metadata -INFO: Converting local name con_p0 of variable standard_atmospheric_pressure from new to old metadata -INFO: Converting local name con_epsq of variable minimum_value_of_specific_humidity from new to old metadata -INFO: Converting local name dusfci_cpl of variable instantaneous_surface_x_momentum_flux_for_coupling from new to old metadata -INFO: Converting local name ep1d_ice of variable surface_upward_potential_latent_heat_flux_over_ice from new to old metadata -INFO: Converting local name fhour of variable forecast_time from new to old metadata -INFO: Converting local name refl_10cm of variable radar_reflectivity_10cm from new to old metadata -INFO: Converting local name shum_wts of variable weights_for_stochastic_shum_perturbation_flipped from new to old metadata -INFO: Converting local name dspfac of variable tke_dissipative_heating_factor from new to old metadata -INFO: Converting local name nnirbmi_cpl of variable instantaneous_surface_net_downward_direct_near_infrared_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name c1_deep of variable detrainment_conversion_parameter_deep_convection from new to old metadata -INFO: Converting local name dt3dt(:,:,4) of variable cumulative_change_in_temperature_due_to_deep_convection from new to old metadata -INFO: Converting local name dv3dt(:,:,4) of variable cumulative_change_in_y_wind_due_to_convective_gravity_wave_drag from new to old metadata -INFO: Converting local name phy_myj_a1u of variable weight_for_momentum_at_viscous_sublayer_top from new to old metadata -INFO: Converting local name iopt_stc of variable flag_for_soil_and_snow_temperature_time_stepping_option from new to old metadata -INFO: Converting local name adjvisbmd of variable surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux from new to old metadata -INFO: Converting local name icloud_bl of variable couple_sgs_clouds_to_radiation_flag from new to old metadata -INFO: Converting local name rb of variable bulk_richardson_number_at_lowest_model_level from new to old metadata -INFO: Converting local name faerlw(:,:,:,2) of variable aerosol_single_scattering_albedo_for_longwave_bands_01_16 from new to old metadata -INFO: Converting local name phy_myj_elflx of variable kinematic_surface_latent_heat_flux from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_for_snow_effective_radius) of variable effective_radius_of_stratiform_cloud_snow_particle_in_um from new to old metadata -INFO: Converting local name iopt_tbot of variable flag_for_lower_boundary_soil_temperature_option from new to old metadata -INFO: Converting local name pdfflag of variable flag_for_pdf_for_morrison_gettelman_microphysics_scheme from new to old metadata -INFO: Converting local name do_aw of variable flag_for_Arakawa_Wu_adjustment from new to old metadata -INFO: Converting local name do_tofd of variable turb_oro_form_drag_flag from new to old metadata -INFO: Converting local name dqdti of variable instantaneous_water_vapor_specific_humidity_tendency_due_to_convection from new to old metadata -INFO: Converting local name qi_r of variable cloud_ice_mixing_ratio from new to old metadata -INFO: Converting local name flag_iter of variable flag_for_iteration from new to old metadata -INFO: Converting local name CLDFRA_BL of variable subgrid_cloud_fraction_pbl from new to old metadata -INFO: Converting local name zorl_ice of variable surface_roughness_length_over_ice_interstitial from new to old metadata -INFO: Converting local name dd_mf of variable instantaneous_atmosphere_downdraft_convective_mass_flux from new to old metadata -INFO: Converting local name visdfui of variable surface_upwelling_diffuse_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name julian of variable julian_day from new to old metadata -INFO: Converting local name cd_ice of variable surface_drag_coefficient_for_momentum_in_air_over_ice from new to old metadata -INFO: Converting local name iovr_lw of variable flag_for_max_random_overlap_clouds_for_longwave_radiation from new to old metadata -INFO: Converting local name lmp of variable adjusted_vertical_level_dimension_for_radiation from new to old metadata -INFO: Converting local name kdt of variable index_of_time_step from new to old metadata -INFO: Converting local name ushfsfci of variable instantaneous_surface_upward_sensible_heat_flux_for_chemistry_coupling from new to old metadata -INFO: Converting local name rb_land of variable bulk_richardson_number_at_lowest_model_level_over_land from new to old metadata -INFO: Converting local name uustar of variable surface_friction_velocity from new to old metadata -INFO: Converting local name adjnirbmu of variable surface_upwelling_direct_near_infrared_shortwave_flux from new to old metadata -INFO: Converting local name do_mynnsfclay of variable do_mynnsfclay from new to old metadata -INFO: Converting local name aero_in of variable flag_for_aerosol_input_MG from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_water_vapor) of variable tendency_of_water_vapor_specific_humidity_due_to_model_physics from new to old metadata -INFO: Converting local name mol of variable theta_star from new to old metadata -INFO: Converting local name fwetxy of variable area_fraction_of_wet_canopy from new to old metadata -INFO: Converting local name phy_f2d(:,1) of variable surface_air_pressure_two_time_steps_back from new to old metadata -INFO: Converting local name topflw of variable lw_fluxes_top_atmosphere from new to old metadata -INFO: Converting local name satmedmf of variable flag_for_scale_aware_TKE_moist_EDMF_PBL from new to old metadata -INFO: Converting local name waxy of variable water_storage_in_aquifer from new to old metadata -INFO: Converting local name snow of variable lwe_thickness_of_snow_amount_on_dynamics_timestep from new to old metadata -INFO: Converting local name ivegsrc of variable vegetation_type_dataset_choice from new to old metadata -INFO: Converting local name sigmaf of variable bounded_vegetation_area_fraction from new to old metadata -INFO: Converting local name f_rain of variable fraction_of_rain_water_cloud from new to old metadata -INFO: Converting local name dkt of variable instantaneous_atmosphere_heat_diffusivity from new to old metadata -INFO: Converting local name asolfac_deep of variable aerosol_aware_parameter_deep_convection from new to old metadata -INFO: Converting local name dv3dt(:,:,2) of variable cumulative_change_in_y_wind_due_to_orographic_gravity_wave_drag from new to old metadata -INFO: Converting local name ipr of variable horizontal_index_of_printed_column from new to old metadata -INFO: Converting local name npzcappa of variable vertical_dimension_for_cappa_at_Lagrangian_surface from new to old metadata -INFO: Converting local name clam_deep of variable entrainment_rate_coefficient_deep_convection from new to old metadata -INFO: Converting local name dusfci of variable instantaneous_surface_x_momentum_flux_for_diag from new to old metadata -INFO: Converting local name cs_parm(4) of variable detrainment_and_precipitation_tunable_parameter_4_CS from new to old metadata -INFO: Converting local name levsp1 of variable vertical_dimension_plus_one from new to old metadata -INFO: Converting local name con_cp of variable specific_heat_of_dry_air_at_constant_pressure from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_water_vapor) of variable water_vapor_specific_humidity from new to old metadata -INFO: Converting local name prsik(:,1) of variable dimensionless_exner_function_at_lowest_model_interface from new to old metadata -INFO: Converting local name gasvmr(:,:,5) of variable volume_mixing_ratio_co from new to old metadata -INFO: Converting local name mg_ngcons of variable mg_flag_graupel_concentration_constant from new to old metadata -INFO: Converting local name acsnow of variable accumulated_water_equivalent_of_frozen_precip from new to old metadata -INFO: Converting local name levsm1 of variable vertical_dimension_minus_one from new to old metadata -INFO: Converting local name phy_myj_a1t of variable weight_for_potental_temperature_at_viscous_sublayer_top from new to old metadata -INFO: Converting local name ntracp1 of variable number_of_tracers_plus_one from new to old metadata -INFO: Converting local name GFS_Data of variable GFS_data_type_instance_all_blocks from new to old metadata -INFO: Converting local name zol of variable surface_stability_parameter from new to old metadata -INFO: Converting local name CCPP_interstitial of variable CCPP_interstitial_type_instance from new to old metadata -INFO: Converting local name isd of variable starting_x_direction_index_domain from new to old metadata -INFO: Converting local name cplflx of variable flag_for_flux_coupling from new to old metadata -INFO: Converting local name lradar of variable flag_for_radar_reflectivity from new to old metadata -INFO: Converting local name iseed_ca of variable seed_for_random_number_generation_in_cellular_automata_scheme from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_for_convective_cloud_cover_in_phy_f3d) of variable convective_cloud_cover_in_phy_f3d from new to old metadata -INFO: Converting local name dqsfci of variable instantaneous_surface_upward_latent_heat_flux_for_diag from new to old metadata -INFO: Converting local name dxmin of variable minimum_scaling_factor_for_critical_relative_humidity from new to old metadata -INFO: Converting local name sppt_wts of variable weights_for_stochastic_sppt_perturbation from new to old metadata -INFO: Converting local name tahxy of variable canopy_air_temperature from new to old metadata -INFO: Converting local name imn of variable forecast_month from new to old metadata -INFO: Converting local name evcw of variable canopy_upward_latent_heat_flux from new to old metadata -INFO: Converting local name input_nml_file of variable namelist_filename_for_internal_file_reads from new to old metadata -INFO: Converting local name raddt of variable time_step_for_radiation from new to old metadata -INFO: Converting local name dvisbmi_cpl of variable instantaneous_surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name gwdcv of variable tendency_of_y_wind_due_to_convective_gravity_wave_drag from new to old metadata -INFO: Converting local name evbsa of variable cumulative_soil_upward_latent_heat_flux_multiplied_by_timestep from new to old metadata -INFO: Converting local name cldwrk of variable cumulative_cloud_work_function from new to old metadata -INFO: Converting local name npzdelz of variable vertical_dimension_for_thickness_at_Lagrangian_surface from new to old metadata -INFO: Converting local name dvsfc_cice of variable surface_y_momentum_flux_for_coupling_interstitial from new to old metadata -INFO: Converting local name ql of variable cloud_liquid_water_specific_humidity_at_Lagrangian_surface from new to old metadata -INFO: Converting local name imp_physics_fer_hires of variable flag_for_fer_hires_microphysics_scheme from new to old metadata -INFO: Converting local name dvdt of variable tendency_of_y_wind_due_to_model_physics from new to old metadata -INFO: Converting local name dusfc_cpl of variable cumulative_surface_x_momentum_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name prsl(:,1) of variable air_pressure_at_lowest_model_layer from new to old metadata -INFO: Converting local name ktop_shallow of variable k_level_of_highest_reaching_plume from new to old metadata -INFO: Converting local name sfcfsw of variable sw_fluxes_sfc from new to old metadata -INFO: Converting local name gv0 of variable y_wind_updated_by_physics from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_rain_water) of variable rain_water_mixing_ratio from new to old metadata -INFO: Converting local name cdq_ocean of variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_ocean from new to old metadata -INFO: Converting local name sfcalb(:,4) of variable surface_albedo_due_to_UV_and_VIS_diffused from new to old metadata -INFO: Converting local name gamq of variable countergradient_mixing_term_for_water_vapor from new to old metadata -INFO: Converting local name mdt of variable time_step_for_remapping_for_fast_physics from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_ice_cloud_condensate) of variable ice_water_mixing_ratio from new to old metadata -INFO: Converting local name sfcalb(:,2) of variable surface_albedo_due_to_near_IR_diffused from new to old metadata -INFO: Converting local name phy_fctd of variable cloud_base_mass_flux from new to old metadata -INFO: Converting local name weasd_land of variable water_equivalent_accumulated_snow_depth_over_land from new to old metadata -INFO: Converting local name nwfa2d of variable tendency_of_water_friendly_aerosols_at_surface from new to old metadata -INFO: Converting local name GFS_Control of variable GFS_control_type_instance from new to old metadata -INFO: Converting local name nncl of variable number_of_tracers_for_cloud_condensate from new to old metadata -INFO: Converting local name olyr of variable ozone_concentration_at_layer_for_radiation from new to old metadata -INFO: Converting local name tg3 of variable deep_soil_temperature from new to old metadata -INFO: Converting local name Radtend of variable GFS_radtend_type_instance from new to old metadata -INFO: Converting local name sinlat of variable sine_of_latitude from new to old metadata -INFO: Converting local name sppt_wts of variable weights_for_stochastic_sppt_perturbation_flipped from new to old metadata -INFO: Converting local name ng of variable number_of_ghost_zones from new to old metadata -INFO: Converting local name phil of variable geopotential from new to old metadata -INFO: Converting local name flag_frsoil of variable flag_for_frozen_soil_physics from new to old metadata -INFO: Converting local name faersw(:,:,:,2) of variable aerosol_single_scattering_albedo_for_shortwave_bands_01_16 from new to old metadata -INFO: Converting local name qc of variable cloud_fraction_at_Lagrangian_surface from new to old metadata -INFO: Converting local name do_sfcperts of variable flag_for_stochastic_surface_perturbations from new to old metadata -INFO: Converting local name betas_deep of variable downdraft_fraction_reaching_surface_over_ocean_deep_convection from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_rain_number_concentration) of variable rain_number_concentration from new to old metadata -INFO: Converting local name ifd of variable index_of_dtlm_start from new to old metadata -INFO: Converting local name area of variable cell_area_for_fast_physics from new to old metadata -INFO: Converting local name trans_trac of variable flag_for_convective_transport_of_tracers from new to old metadata -INFO: Converting local name isatmedmf of variable choice_of_scale_aware_TKE_moist_EDMF_PBL from new to old metadata -INFO: Converting local name old_monin of variable flag_for_old_PBL_scheme from new to old metadata -INFO: Converting local name cplchm of variable flag_for_chemistry_coupling from new to old metadata -INFO: Converting local name raincprv of variable lwe_thickness_of_convective_precipitation_amount_from_previous_timestep from new to old metadata -INFO: Converting local name u1 of variable x_wind_at_lowest_model_layer_for_diag from new to old metadata -INFO: Converting local name gw_dvdt of variable tendency_of_y_wind_due_to_ugwp from new to old metadata -INFO: Converting local name dtsfc1 of variable instantaneous_surface_upward_sensible_heat_flux from new to old metadata -INFO: Converting local name gasvmr(:,:,9) of variable volume_mixing_ratio_ccl4 from new to old metadata -INFO: Converting local name semis_ice of variable surface_longwave_emissivity_over_ice_interstitial from new to old metadata -INFO: Converting local name zmtb of variable time_integral_of_height_of_mountain_blocking from new to old metadata -INFO: Converting local name dtauy2d_fd of variable y_momentum_tendency_from_form_drag from new to old metadata -INFO: Converting local name lakefrac of variable lake_area_fraction from new to old metadata -INFO: Converting local name do_myjpbl of variable do_myjpbl from new to old metadata -INFO: Converting local name sncovr of variable surface_snow_area_fraction_over_land from new to old metadata -INFO: Converting local name spd10max of variable maximum_wind_at_10m_over_maximum_hourly_time_interval from new to old metadata -INFO: Converting local name faerlw(:,:,:,3) of variable aerosol_asymmetry_parameter_for_longwave_bands_01_16 from new to old metadata -INFO: Converting local name adjsfculw_ocean of variable surface_upwelling_longwave_flux_over_ocean_interstitial from new to old metadata -INFO: Converting local name nscfshoc of variable index_of_subgrid_scale_cloud_fraction_from_shoc_in_phy_f3d from new to old metadata -INFO: Converting local name qv_r of variable humidity_mixing_ratio from new to old metadata -INFO: Converting local name gq0(:,:,index_for_water_vapor) of variable water_vapor_specific_humidity_updated_by_physics from new to old metadata -INFO: Converting local name lsnow_lsm of variable snow_vertical_dimension_for_land_surface_model from new to old metadata -INFO: Converting local name dv3dt_ngw of variable time_integral_of_change_in_y_wind_due_to_nonstationary_gravity_wave from new to old metadata -INFO: Converting local name tlyr of variable air_temperature_at_layer_for_radiation from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_turbulent_kinetic_energy) of variable turbulent_kinetic_energy from new to old metadata -INFO: Converting local name h2opl of variable h2o_forcing from new to old metadata -INFO: Converting local name smc of variable volume_fraction_of_soil_moisture from new to old metadata -INFO: Converting local name latr of variable number_of_latitude_points from new to old metadata -INFO: Converting local name crick_proof of variable flag_for_CRICK_proof_cloud_water from new to old metadata -INFO: Converting local name ssem of variable instantaneous_seasalt_emission_flux from new to old metadata -INFO: Converting local name xlai1d of variable perturbation_of_leaf_area_index from new to old metadata -INFO: Converting local name tdoms of variable dominant_snow_type from new to old metadata -INFO: Converting local name canopy of variable canopy_water_amount from new to old metadata -INFO: Converting local name dtauy2d_ss of variable y_momentum_tendency_from_small_scale_gwd from new to old metadata -INFO: Converting local name forcet of variable temperature_tendency_due_to_dynamics from new to old metadata -INFO: Converting local name snowmt of variable surface_snow_melt from new to old metadata -INFO: Converting local name ttendlim of variable limit_for_temperature_tendency_for_microphysics from new to old metadata -INFO: Converting local name clouds(:,:,6) of variable cloud_rain_water_path from new to old metadata -INFO: Converting local name sigmafrac of variable convective_updraft_area_fraction from new to old metadata -INFO: Converting local name tau_tofd of variable instantaneous_momentum_flux_due_to_turbulent_orographic_form_drag from new to old metadata -INFO: Converting local name gq0(:,:,index_for_ice_friendly_aerosols) of variable ice_friendly_aerosol_number_concentration_updated_by_physics from new to old metadata -INFO: Converting local name nsswr of variable number_of_timesteps_between_shortwave_radiation_calls from new to old metadata -INFO: Converting local name ulwsfc_cice of variable surface_upwelling_longwave_flux_for_coupling_interstitial from new to old metadata -INFO: Converting local name dq3dt(:,:,8) of variable cumulative_change_in_ozone_concentration_due_to_temperature from new to old metadata -INFO: Converting local name stress_ice of variable surface_wind_stress_over_ice from new to old metadata -INFO: Converting local name is of variable starting_x_direction_index from new to old metadata -INFO: Converting local name sbsno of variable snow_deposition_sublimation_upward_latent_heat_flux from new to old metadata -INFO: Converting local name cnvprcpb of variable cumulative_lwe_thickness_of_convective_precipitation_amount_in_bucket from new to old metadata -INFO: Converting local name rdlai of variable flag_for_reading_leaf_area_index_from_input from new to old metadata -INFO: Converting local name phy_f3d(:,:,4) of variable water_vapor_specific_humidity_at_previous_time_step from new to old metadata -INFO: Converting local name area of variable cell_area from new to old metadata -INFO: Converting local name con_eps of variable ratio_of_dry_air_to_water_vapor_gas_constants from new to old metadata -INFO: Converting local name edmf_a of variable emdf_updraft_area from new to old metadata -INFO: Converting local name dusfc1 of variable instantaneous_surface_x_momentum_flux from new to old metadata -INFO: Converting local name qlcn of variable mass_fraction_of_convective_cloud_liquid_water from new to old metadata -INFO: Converting local name fh2_land of variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_land from new to old metadata -INFO: Converting local name tprcp_land of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_land from new to old metadata -INFO: Converting local name chh_land of variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_land from new to old metadata -INFO: Converting local name dt3dt(:,:,1) of variable cumulative_change_in_temperature_due_to_longwave_radiation from new to old metadata -INFO: Converting local name nfracseed of variable cellular_automata_seed_probability from new to old metadata -INFO: Converting local name cwm of variable total_cloud_condensate_mixing_ratio_updated_by_physics from new to old metadata -INFO: Converting local name u10max of variable maximum_u_wind_at_10m_over_maximum_hourly_time_interval from new to old metadata -INFO: Converting local name dvsfc_ss of variable integrated_y_momentum_flux_from_small_scale_gwd from new to old metadata -INFO: Converting local name smcref2 of variable threshold_volume_fraction_of_condensed_water_in_soil from new to old metadata -INFO: Converting local name kcnv of variable flag_deep_convection from new to old metadata -INFO: Converting local name keepsmfr of variable volume_fraction_of_frozen_soil_moisture_for_land_surface_model from new to old metadata -INFO: Converting local name frain of variable dynamics_to_physics_timestep_ratio from new to old metadata -INFO: Converting local name debug of variable flag_debug from new to old metadata -INFO: Converting local name qrn of variable local_rain_water_mixing_ratio from new to old metadata -INFO: Converting local name tsfc_ocean of variable surface_skin_temperature_over_ocean_interstitial from new to old metadata -INFO: Converting local name levr of variable number_of_vertical_layers_for_radiation_calculations from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_graupel_number_concentration) of variable graupel_number_concentration from new to old metadata -INFO: Converting local name bl_upfr of variable updraft_fraction_in_boundary_layer_mass_flux_scheme from new to old metadata -INFO: Converting local name nsfcpert of variable number_of_surface_perturbations from new to old metadata -INFO: Converting local name evpco of variable coefficient_for_evaporation_of_rainfall from new to old metadata -INFO: Converting local name iems of variable flag_for_surface_emissivity_control from new to old metadata -INFO: Converting local name dlwsfc of variable cumulative_surface_downwelling_longwave_flux_multiplied_by_timestep from new to old metadata -INFO: Converting local name cimin of variable minimum_sea_ice_concentration from new to old metadata -INFO: Converting local name zs of variable depth_of_soil_levels_for_land_surface_model from new to old metadata -INFO: Converting local name fm10_land of variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_land from new to old metadata -INFO: Converting local name lsm_noahmp of variable flag_for_noahmp_land_surface_scheme from new to old metadata -INFO: Converting local name cs_parm(1) of variable updraft_velocity_tunable_parameter_1_CS from new to old metadata -INFO: Converting local name z_c of variable sub_layer_cooling_thickness from new to old metadata -INFO: Converting local name rainc of variable lwe_thickness_of_convective_precipitation_amount_on_dynamics_timestep from new to old metadata -INFO: Converting local name do_cnvgwd of variable flag_for_convective_gravity_wave_drag from new to old metadata -INFO: Converting local name nlunit of variable iounit_namelist from new to old metadata -INFO: Converting local name gw_dtdt of variable tendency_of_air_temperature_due_to_ugwp from new to old metadata -INFO: Converting local name phy_myj_vz0 of variable v_wind_component_at_viscous_sublayer_top from new to old metadata -INFO: Converting local name dusfc_ss of variable integrated_x_momentum_flux_from_small_scale_gwd from new to old metadata -INFO: Converting local name reset of variable flag_reset_maximum_hourly_fields from new to old metadata -INFO: Converting local name idat of variable date_and_time_at_model_initialization from new to old metadata -INFO: Converting local name oceanfrac of variable sea_area_fraction from new to old metadata -INFO: Converting local name rho_h2o of variable density_of_fresh_water from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_ozone) of variable ozone_mixing_ratio from new to old metadata -INFO: Converting local name qv of variable water_vapor_specific_humidity_at_Lagrangian_surface from new to old metadata -INFO: Converting local name adjnirdfd of variable surface_downwelling_diffuse_near_infrared_shortwave_flux from new to old metadata -INFO: Converting local name ca_global of variable flag_for_global_cellular_automata from new to old metadata -INFO: Converting local name landfrac of variable land_area_fraction from new to old metadata -INFO: Converting local name iopt_btr of variable flag_for_soil_moisture_factor_stomatal_resistance_option from new to old metadata -INFO: Converting local name cqs2 of variable surface_exchange_coefficient_for_moisture_at_2m from new to old metadata -INFO: Converting local name snohfa of variable cumulative_snow_freezing_rain_upward_latent_heat_flux_multiplied_by_timestep from new to old metadata -INFO: Converting local name nvisbm_cpl of variable cumulative_surface_net_downward_direct_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name GFS_sfcprop_type of variable GFS_sfcprop_type from new to old metadata -INFO: Converting local name oz_phys of variable flag_for_ozone_physics from new to old metadata -INFO: Converting local name rhowater of variable liquid_water_density from new to old metadata -INFO: Converting local name zsnsoxy of variable layer_bottom_depth_from_snow_surface from new to old metadata -INFO: Converting local name nthresh of variable threshold_for_perturbed_vertical_velocity from new to old metadata -INFO: Converting local name phy_f3d(:,:,1) of variable air_temperature_two_time_steps_back from new to old metadata -INFO: Converting local name gq0(:,:,index_for_water_friendly_aerosols) of variable water_friendly_aerosol_number_concentration_updated_by_physics from new to old metadata -INFO: Converting local name wetness of variable normalized_soil_wetness_for_land_surface_model from new to old metadata -INFO: Converting local name v10mi_cpl of variable instantaneous_y_wind_at_10m_for_coupling from new to old metadata -INFO: Converting local name rh02min of variable minimum_relative_humidity_at_2m_over_maximum_hourly_time_interval from new to old metadata -INFO: Converting local name nf_aelw of variable number_of_aerosol_output_fields_for_longwave_radiation from new to old metadata -INFO: Converting local name isubc_sw of variable flag_for_sw_clouds_without_sub_grid_approximation from new to old metadata -INFO: Converting local name gq0(:,:,index_for_rain_number_concentration) of variable rain_number_concentration_updated_by_physics from new to old metadata -INFO: Converting local name dvsfc1 of variable instantaneous_surface_y_momentum_flux from new to old metadata -INFO: Converting local name nirdfdi of variable surface_downwelling_diffuse_near_infrared_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name isatmedmf_vdif of variable choice_of_original_scale_aware_TKE_moist_EDMF_PBL from new to old metadata -INFO: Converting local name fprcp of variable number_of_frozen_precipitation_species from new to old metadata -INFO: Converting local name tsurf_land of variable surface_skin_temperature_after_iteration_over_land from new to old metadata -INFO: Converting local name kd of variable vertical_index_difference_between_inout_and_local from new to old metadata -INFO: Converting local name LTP of variable extra_top_layer from new to old metadata -INFO: Converting local name solcon of variable solar_constant from new to old metadata -INFO: Converting local name gq0(:,:,index_for_snow_number_concentration) of variable snow_number_concentration_updated_by_physics from new to old metadata -INFO: Converting local name bl_mynn_tkebudget of variable tke_budget from new to old metadata -INFO: Converting local name xu of variable diurnal_thermocline_layer_x_current from new to old metadata -INFO: Converting local name bl_mynn_tkeadvect of variable tke_advect from new to old metadata -INFO: Converting local name hflx_ice of variable kinematic_surface_upward_sensible_heat_flux_over_ice from new to old metadata -INFO: Converting local name smcwlt2 of variable volume_fraction_of_condensed_water_in_soil_at_wilting_point from new to old metadata -INFO: Converting local name imfdeepcnv of variable flag_for_mass_flux_deep_convection_scheme from new to old metadata -INFO: Converting local name ntchm of variable number_of_chemical_tracers from new to old metadata -INFO: Converting local name ncpl of variable local_condesed_water_number_concentration from new to old metadata -INFO: Converting local name vvl of variable omega from new to old metadata -INFO: Converting local name xkzminv of variable atmosphere_heat_diffusivity_background_maximum from new to old metadata -INFO: Converting local name snowc of variable surface_snow_area_fraction from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_of_subgrid_scale_cloud_fraction_from_shoc_in_phy_f3d) of variable subgrid_scale_cloud_fraction_from_shoc from new to old metadata -INFO: Converting local name du3dt(:,:,4) of variable cumulative_change_in_x_wind_due_to_convective_gravity_wave_drag from new to old metadata -INFO: Converting local name jcap of variable number_of_spectral_wave_trancation_for_sas from new to old metadata -INFO: Converting local name cd_ocean of variable surface_drag_coefficient_for_momentum_in_air_over_ocean from new to old metadata -INFO: Converting local name vfrac of variable vegetation_area_fraction from new to old metadata -INFO: Converting local name dvdftra of variable tendency_of_vertically_diffused_tracer_concentration from new to old metadata -INFO: Converting local name npzp1 of variable vertical_dimension_for_fast_physics_plus_one from new to old metadata -INFO: Converting local name duem of variable instantaneous_dust_emission_flux from new to old metadata -INFO: Converting local name prslrd0 of variable pressure_cutoff_for_rayleigh_damping from new to old metadata -INFO: Converting local name q2m of variable specific_humidity_at_2m from new to old metadata -INFO: Converting local name chs2 of variable surface_exchange_coefficient_for_heat_at_2m from new to old metadata -INFO: Converting local name lfmassxy of variable leaf_mass from new to old metadata -INFO: Converting local name phy_f3d(:,:,2) of variable water_vapor_specific_humidity_two_time_steps_back from new to old metadata -INFO: Converting local name rainp of variable tendency_of_rain_water_mixing_ratio_due_to_microphysics from new to old metadata -INFO: Converting local name ud_mf of variable instantaneous_atmosphere_updraft_convective_mass_flux from new to old metadata -INFO: Converting local name dudt_tms of variable instantaneous_change_in_x_wind_due_to_turbulent_orographic_form_drag from new to old metadata -INFO: Converting local name mg3_as_mg2 of variable flag_mg3_as_mg2 from new to old metadata -INFO: Converting local name htlw0 of variable tendency_of_air_temperature_due_to_longwave_heating_assuming_clear_sky_on_radiation_time_step from new to old metadata -INFO: Converting local name w_d of variable coefficient_w_d from new to old metadata -INFO: Converting local name shdmax of variable maximum_vegetation_area_fraction from new to old metadata -INFO: Converting local name iccn of variable flag_for_in_ccn_forcing_for_morrison_gettelman_microphysics from new to old metadata -INFO: Converting local name htlwc of variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step from new to old metadata -INFO: Converting local name scmpsw of variable components_of_surface_downward_shortwave_fluxes from new to old metadata -INFO: Converting local name tgrs(:,1) of variable air_temperature_at_lowest_model_layer from new to old metadata -INFO: Converting local name cmxy of variable surface_drag_coefficient_for_momentum_for_noahmp from new to old metadata -INFO: Converting local name snowd_land of variable surface_snow_thickness_water_equivalent_over_land from new to old metadata -INFO: Converting local name clouds(:,:,5) of variable mean_effective_radius_for_ice_cloud from new to old metadata -INFO: Converting local name xz of variable diurnal_thermocline_layer_thickness from new to old metadata -INFO: Converting local name tsfg of variable surface_ground_temperature_for_radiation from new to old metadata -INFO: Converting local name dkt of variable atmosphere_heat_diffusivity from new to old metadata -INFO: Converting local name qgrs of variable tracer_concentration from new to old metadata -INFO: Converting local name pgcon_deep of variable momentum_transport_reduction_factor_pgf_deep_convection from new to old metadata -INFO: Converting local name wind10mmax of variable maximum_wind_at_10m from new to old metadata -INFO: Converting local name slopetype of variable surface_slope_classification from new to old metadata -INFO: Converting local name Intdiag of variable GFS_diag_type_instance from new to old metadata -INFO: Converting local name mg_nccons of variable mg_flag_drop_concentration_constant from new to old metadata -INFO: Converting local name adjvisdfd of variable surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_snow_water) of variable tendency_of_snow_water_mixing_ratio_due_to_model_physics from new to old metadata -INFO: Converting local name nlwsfc_cpl of variable cumulative_surface_net_downward_longwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name clouds(:,:,9) of variable mean_effective_radius_for_snow_flake from new to old metadata -INFO: Converting local name con_cvap of variable specific_heat_of_water_vapor_at_constant_pressure from new to old metadata -INFO: Converting local name drydep of variable instantaneous_dry_deposition from new to old metadata -INFO: Converting local name semis_ocean of variable surface_longwave_emissivity_over_ocean_interstitial from new to old metadata -INFO: Converting local name master of variable mpi_root from new to old metadata -INFO: Converting local name gamt of variable countergradient_mixing_term_for_temperature from new to old metadata -INFO: Converting local name redrag of variable flag_for_reduced_drag_coefficient_over_sea from new to old metadata -INFO: Converting local name gq0(:,:,index_for_ozone) of variable ozone_concentration_updated_by_physics from new to old metadata -INFO: Converting local name do_skeb of variable flag_for_stochastic_skeb_option from new to old metadata -INFO: Converting local name qg_r of variable mass_weighted_rime_factor_mixing_ratio from new to old metadata -INFO: Converting local name min_seaice of variable sea_ice_minimum from new to old metadata -INFO: Converting local name betal_deep of variable downdraft_fraction_reaching_surface_over_land_deep_convection from new to old metadata -INFO: Converting local name alvwf of variable mean_vis_albedo_with_weak_cosz_dependency from new to old metadata -INFO: Converting local name do_gwd of variable flag_for_gravity_wave_drag from new to old metadata -INFO: Converting local name nf_aesw of variable number_of_aerosol_output_fields_for_shortwave_radiation from new to old metadata -INFO: Converting local name avg_max_length of variable time_interval_for_maximum_hourly_fields from new to old metadata -INFO: Converting local name tdomzr of variable dominant_freezing_rain_type from new to old metadata -INFO: Converting local name toticeb of variable accumulated_lwe_thickness_of_ice_amount_in_bucket from new to old metadata -INFO: Converting local name isppt_deep of variable flag_for_combination_of_sppt_with_isppt_deep from new to old metadata -INFO: Converting local name ice of variable lwe_thickness_of_ice_amount_on_dynamics_timestep from new to old metadata -INFO: Converting local name dq3dt(:,:,9) of variable cumulative_change_in_ozone_concentration_due_to_overhead_ozone_column from new to old metadata -INFO: Converting local name lsidea of variable flag_idealized_physics from new to old metadata -INFO: Converting local name ico2 of variable flag_for_using_prescribed_global_mean_co2_value from new to old metadata -INFO: Converting local name evap_ice of variable kinematic_surface_upward_latent_heat_flux_over_ice from new to old metadata -INFO: Converting local name do_awdd of variable flag_arakawa_wu_downdraft from new to old metadata -INFO: Converting local name hetfrz_classnuc of variable mg_flag_for_heterogeneous_freezing from new to old metadata -INFO: Converting local name mpiroot of variable mpi_root_for_fast_physics from new to old metadata -INFO: Converting local name dq3dt(:,:,4) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_microphysics from new to old metadata -INFO: Converting local name GFS_coupling_type of variable GFS_coupling_type from new to old metadata -INFO: Converting local name psurfi_cpl of variable instantaneous_surface_air_pressure_for_coupling from new to old metadata -INFO: Converting local name xkzm_h of variable atmosphere_heat_diffusivity_background from new to old metadata -INFO: Converting local name rh02max of variable maximum_relative_humidity_at_2m_over_maximum_hourly_time_interval from new to old metadata -INFO: Converting local name tmpmax of variable maximum_temperature_at_2m from new to old metadata -INFO: Converting local name fscav of variable fraction_of_tracer_scavenged from new to old metadata -INFO: Converting local name ntiwx of variable index_for_ice_cloud_condensate_vertical_diffusion_tracer from new to old metadata -INFO: Converting local name gasvmr(:,:,4) of variable volume_mixing_ratio_o2 from new to old metadata -INFO: Converting local name dpt2m of variable dewpoint_temperature_at_2m from new to old metadata -INFO: Converting local name mg_do_liq_liu of variable mg_flag_for_liu_liquid_treatment from new to old metadata -INFO: Converting local name ffhh_land of variable Monin_Obukhov_similarity_function_for_heat_over_land from new to old metadata -INFO: Converting local name crtrh(3) of variable critical_relative_humidity_at_top_of_atmosphere from new to old metadata -INFO: Converting local name smcwtdxy of variable soil_water_content_between_soil_bottom_and_water_table from new to old metadata -INFO: Converting local name visbmdi of variable surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name cdq_ice of variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_ice from new to old metadata -INFO: Converting local name adjnirdfu of variable surface_upwelling_diffuse_near_infrared_shortwave_flux from new to old metadata -INFO: Converting local name wcbmax of variable maximum_updraft_velocity_at_cloud_base from new to old metadata -INFO: Converting local name tsflw of variable surface_midlayer_air_temperature_in_longwave_radiation from new to old metadata -INFO: Converting local name asolfac_shal of variable aerosol_aware_parameter_shallow_convection from new to old metadata -INFO: Converting local name gabsbdlw_ocean of variable surface_downwelling_longwave_flux_absorbed_by_ground_over_ocean from new to old metadata -INFO: Converting local name de_lgth of variable cloud_decorrelation_length from new to old metadata -INFO: Converting local name GFS_interstitial_type of variable GFS_interstitial_type from new to old metadata -INFO: Converting local name imap of variable map_of_block_column_number_to_global_i_index from new to old metadata -INFO: Converting local name plyr of variable air_pressure_at_layer_for_radiation_in_hPa from new to old metadata -INFO: Converting local name skip_macro of variable flag_skip_macro from new to old metadata -INFO: Converting local name tsnoxy of variable snow_temperature from new to old metadata -INFO: Converting local name sbsnoa of variable cumulative_snow_deposition_sublimation_upward_latent_heat_flux_multiplied_by_timestep from new to old metadata -INFO: Converting local name prcpmp of variable lwe_thickness_of_explicit_precipitation_amount from new to old metadata -INFO: Converting local name clcn of variable convective_cloud_volume_fraction from new to old metadata -INFO: Converting local name gt0 of variable air_temperature_updated_by_physics from new to old metadata -INFO: Converting local name gamma of variable anisotropy_of_subgrid_orography from new to old metadata -INFO: Converting local name uconvtend of variable tendency_of_x_wind_due_to_deep_convection_for_coupling_on_physics_timestep from new to old metadata -INFO: Converting local name dswsfci_cpl of variable instantaneous_surface_downwelling_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name delp of variable pressure_thickness_at_Lagrangian_surface from new to old metadata -INFO: Converting local name lsm_ruc of variable flag_for_ruc_land_surface_scheme from new to old metadata -INFO: Converting local name dt_mf of variable instantaneous_atmosphere_detrainment_convective_mass_flux from new to old metadata -INFO: Converting local name d_conv of variable free_convection_layer_thickness from new to old metadata -INFO: Converting local name nlwsfci_cpl of variable instantaneous_surface_net_downward_longwave_flux_for_coupling from new to old metadata -INFO: Converting local name shum_wts of variable weights_for_stochastic_shum_perturbation from new to old metadata -INFO: Converting local name dswsfci of variable surface_downwelling_shortwave_flux from new to old metadata -INFO: Converting local name do_ysu of variable flag_for_ysu from new to old metadata -INFO: Converting local name q_con of variable cloud_condensed_water_specific_humidity_at_Lagrangian_surface from new to old metadata -INFO: Converting local name mom4ice of variable flag_for_mom4_coupling from new to old metadata -INFO: Converting local name tref of variable sea_surface_reference_temperature from new to old metadata -INFO: Converting local name faersw(:,:,:,3) of variable aerosol_asymmetry_parameter_for_shortwave_bands_01_16 from new to old metadata -INFO: Converting local name ie of variable ending_x_direction_index from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_water_friendly_aerosols) of variable water_friendly_aerosol_number_concentration from new to old metadata -INFO: Converting local name dugwd of variable time_integral_of_x_stress_due_to_gravity_wave_drag from new to old metadata -INFO: Converting local name ntot3d of variable number_of_fields_in_phyf3d from new to old metadata -INFO: Converting local name GFS_data_type of variable GFS_data_type from new to old metadata -INFO: Converting local name graupelprv of variable lwe_thickness_of_graupel_amount_from_previous_timestep from new to old metadata -INFO: Converting local name nstf_name(4) of variable vertical_temperature_average_range_lower_bound from new to old metadata -INFO: Converting local name kind_dyn of variable kind_dyn from new to old metadata -INFO: Converting local name acv of variable accumulated_lwe_thickness_of_convective_precipitation_amount_cnvc90 from new to old metadata -INFO: Converting local name lsoil_lsm of variable soil_vertical_dimension_for_land_surface_model from new to old metadata -INFO: Converting local name phy_myj_chkqlm of variable surface_layer_evaporation_switch from new to old metadata -INFO: Converting local name dtf of variable time_step_for_dynamics from new to old metadata -INFO: Converting local name dqsfci_cpl of variable instantaneous_surface_upward_latent_heat_flux_for_coupling from new to old metadata -INFO: Converting local name mg_do_hail of variable mg_flag_for_hail from new to old metadata -INFO: Converting local name iopt_sfc of variable flag_for_surface_layer_drag_coefficient_option from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_ice_cloud_number_concentration) of variable tendency_of_ice_number_concentration_due_to_model_physics from new to old metadata -INFO: Converting local name kind_LOGICAL of variable kind_LOGICAL from new to old metadata -INFO: Converting local name hybedmf of variable flag_for_hedmf from new to old metadata -INFO: Converting local name dvisdfi_cpl of variable instantaneous_surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name exch_h of variable atmosphere_heat_diffusivity_for_mynnpbl from new to old metadata -INFO: Converting local name z01d of variable perturbation_of_momentum_roughness_length from new to old metadata -INFO: Converting local name prevst of variable temperature_from_previous_timestep from new to old metadata -INFO: Converting local name tracers_total of variable number_of_total_tracers from new to old metadata -INFO: Converting local name wind of variable wind_speed_at_lowest_model_layer from new to old metadata -INFO: Converting local name hprime of variable statistical_measures_of_subgrid_orography from new to old metadata -INFO: Converting local name oz_coeffp5 of variable number_of_coefficients_in_ozone_forcing_data_plus_five from new to old metadata -INFO: Converting local name tvxy of variable vegetation_temperature from new to old metadata -INFO: Converting local name ncps of variable local_snow_number_concentration from new to old metadata -INFO: Converting local name zlvl of variable height_above_ground_at_lowest_model_layer from new to old metadata -INFO: Converting local name restart of variable flag_for_restart from new to old metadata -INFO: Converting local name con_tice of variable freezing_point_temperature_of_seawater from new to old metadata -INFO: Converting local name sfcnsw of variable surface_net_downwelling_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name tau_mtb of variable time_integral_of_momentum_flux_due_to_mountain_blocking_drag from new to old metadata -INFO: Metadata table for model FV3 written to tests/build_fv3_22/FV3/ccpp/physics/CCPP_VARIABLES_FV3.html -INFO: Parsing metadata tables in physics scheme files ... -INFO: Parsed tables in scheme rayleigh_damp -INFO: Parsed tables in scheme GFS_surface_composites_pre -INFO: Parsed tables in scheme GFS_surface_composites_inter -INFO: Parsed tables in scheme GFS_surface_composites_post -INFO: Parsed tables in scheme rrtmg_sw -INFO: Parsed tables in scheme sfc_ocean -INFO: Parsed tables in scheme gwdc_pre -INFO: Parsed tables in scheme gwdc -INFO: Parsed tables in scheme gwdc_post -INFO: Parsed tables in scheme cu_gf_driver_pre -INFO: Parsed tables in scheme gfdl_cloud_microphys -INFO: Parsed tables in scheme GFS_time_vary_pre -INFO: Parsed tables in scheme GFS_rrtmg_setup -INFO: Parsed tables in scheme zhaocarr_gscond -INFO: Parsed tables in scheme ysuvdif -INFO: Parsed tables in scheme rrtmg_sw_post -INFO: Parsed tables in scheme GFS_SCNV_generic_pre -INFO: Parsed tables in scheme GFS_SCNV_generic_post -INFO: Parsed tables in scheme GFS_rrtmg_pre -INFO: Parsed tables in scheme sfc_sice -INFO: Parsed tables in scheme samfdeepcnv -INFO: Parsed tables in scheme satmedmfvdif -INFO: Parsed tables in scheme mynnrad_post -INFO: Parsed tables in scheme cu_gf_driver_post -INFO: Parsed tables in scheme cs_conv_aw_adj -INFO: Parsed tables in scheme GFS_phys_time_vary -INFO: Parsed tables in scheme ozphys_2015 -INFO: Parsed tables in scheme GFS_suite_interstitial_rad_reset -INFO: Parsed tables in scheme GFS_suite_interstitial_phys_reset -INFO: Parsed tables in scheme GFS_suite_interstitial_1 -INFO: Parsed tables in scheme GFS_suite_interstitial_2 -INFO: Parsed tables in scheme GFS_suite_stateout_reset -INFO: Parsed tables in scheme GFS_suite_stateout_update -INFO: Parsed tables in scheme GFS_suite_interstitial_3 -INFO: Parsed tables in scheme GFS_suite_interstitial_4 -INFO: Parsed tables in scheme samfshalcnv -INFO: Parsed tables in scheme zhaocarr_precpd -INFO: Parsed tables in scheme noahmpdrv -INFO: Parsed tables in scheme mp_fer_hires -INFO: Parsed tables in scheme myjpbl_wrapper -INFO: Parsed tables in scheme GFS_surface_generic_pre -INFO: Parsed tables in scheme GFS_surface_generic_post -INFO: Parsed tables in scheme cu_ntiedtke_post -INFO: Parsed tables in scheme sfc_diag -INFO: Parsed tables in scheme rrtmg_lw -INFO: Parsed tables in scheme GFS_diagtoscreen -INFO: Parsed tables in scheme GFS_interstitialtoscreen -INFO: Parsed tables in scheme GFS_abort -INFO: Parsed tables in scheme GFS_checkland -INFO: Parsed tables in scheme mynnrad_pre -INFO: Parsed tables in scheme satmedmfvdifq -INFO: Parsed tables in scheme cs_conv_pre -INFO: Parsed tables in scheme cs_conv_post -INFO: Parsed tables in scheme cs_conv -INFO: Parsed tables in scheme shinhongvdif -INFO: Parsed tables in scheme h2ophys -INFO: Parsed tables in scheme rrtmg_lw_post -INFO: Parsed tables in scheme sfc_nst -INFO: Parsed tables in scheme sfc_nst_pre -INFO: Parsed tables in scheme sfc_nst_post -INFO: Parsed tables in scheme cu_ntiedtke_pre -INFO: Parsed tables in scheme cu_ntiedtke -INFO: Parsed tables in scheme cires_ugwp_post -INFO: Parsed tables in scheme hedmf -INFO: Parsed tables in scheme sfc_diff -INFO: Parsed tables in scheme mp_thompson_pre -INFO: Parsed tables in scheme sfc_diag_post -INFO: Parsed tables in scheme m_micro_pre -INFO: Parsed tables in scheme m_micro_post -INFO: Parsed tables in scheme m_micro -INFO: Parsed tables in scheme fv_sat_adj -INFO: Parsed tables in scheme GFS_surface_loop_control_part1 -INFO: Parsed tables in scheme GFS_surface_loop_control_part2 -INFO: Parsed tables in scheme shoc -INFO: Parsed tables in scheme GFS_rrtmg_post -INFO: Parsed tables in scheme GFS_GWD_generic_pre -INFO: Parsed tables in scheme GFS_GWD_generic_post -INFO: Parsed tables in scheme rrtmg_sw_pre -INFO: Parsed tables in scheme GFS_MP_generic_pre -INFO: Parsed tables in scheme GFS_MP_generic_post -INFO: Parsed tables in scheme cu_gf_driver -INFO: Parsed tables in scheme GFS_PBL_generic_pre -INFO: Parsed tables in scheme GFS_PBL_generic_post -INFO: Parsed tables in scheme mp_thompson_post -INFO: Parsed tables in scheme mp_thompson -INFO: Parsed tables in scheme rrtmg_lw_pre -INFO: Parsed tables in scheme gwdps -INFO: Parsed tables in scheme shalcnv -INFO: Parsed tables in scheme cires_ugwp -INFO: Parsed tables in scheme get_prs_fv3 -INFO: Parsed tables in scheme get_phi_fv3 -INFO: Parsed tables in scheme mynnsfc_wrapper -INFO: Parsed tables in scheme GFS_suite_ini_fini_test -INFO: Parsed tables in scheme myjsfc_wrapper -INFO: Parsed tables in scheme mynnedmf_wrapper -INFO: Parsed tables in scheme ozphys -INFO: Parsed tables in scheme lsm_ruc -INFO: Parsed tables in scheme GFS_stochastics -INFO: Parsed tables in scheme drag_suite -INFO: Parsed tables in scheme sfc_cice -INFO: Parsed tables in scheme sascnvn -INFO: Parsed tables in scheme lsm_ruc_sfc_sice_pre -INFO: Parsed tables in scheme lsm_ruc_sfc_sice_post -INFO: Parsed tables in scheme GFS_DCNV_generic_pre -INFO: Parsed tables in scheme GFS_DCNV_generic_post -INFO: Parsed tables in scheme cnvc90 -INFO: Parsed tables in scheme GFS_rad_time_vary -INFO: Parsed tables in scheme maximum_hourly_diagnostics -INFO: Parsed tables in scheme lsm_noah -INFO: Parsed tables in scheme dcyc2t3 -INFO: Parsed tables in scheme dcyc2t3_post -INFO: Parsed tables in scheme moninshoc -INFO: filtering out variable GFS_stateout_type_instance -INFO: filtering out variable accumulated_change_of_air_temperature_due_to_FA_scheme -INFO: filtering out variable air_temperature_at_previous_time_step -INFO: filtering out variable air_temperature_two_time_steps_back -INFO: filtering out variable area_fraction_of_wet_canopy -INFO: filtering out variable atmosphere_heat_diffusivity_from_shoc -INFO: filtering out variable baseline_surface_roughness_length -INFO: filtering out variable canopy_air_temperature -INFO: filtering out variable canopy_air_vapor_pressure -INFO: filtering out variable canopy_intercepted_ice_mass -INFO: filtering out variable canopy_intercepted_liquid_water -INFO: filtering out variable characteristic_grid_length_scale -INFO: filtering out variable choice_of_updated_scale_aware_TKE_moist_EDMF_PBL -INFO: filtering out variable cloud_area_fraction -INFO: filtering out variable cloud_condensed_water_conversion_threshold -INFO: filtering out variable coefficient_for_evaporation_of_rainfall -INFO: filtering out variable coefficient_from_cloud_ice_to_snow -INFO: filtering out variable coefficient_from_cloud_water_to_rain -INFO: filtering out variable cumulative_change_in_x_wind_due_to_convective_gravity_wave_drag -INFO: filtering out variable cumulative_change_in_y_wind_due_to_convective_gravity_wave_drag -INFO: filtering out variable do_myjsfc -INFO: filtering out variable downdraft_fraction_in_boundary_layer_mass_flux_scheme -INFO: filtering out variable equilibrium_soil_water_content -INFO: filtering out variable fa_threshold_relative_humidity_for_onset_of_condensation -INFO: filtering out variable fast_soil_pool_mass_content_of_carbon -INFO: filtering out variable fine_root_mass -INFO: filtering out variable flag_for_canopy_stomatal_resistance_option -INFO: filtering out variable flag_for_dynamic_vegetation_option -INFO: filtering out variable flag_for_frozen_soil_permeability_option -INFO: filtering out variable flag_for_ground_snow_surface_albedo_option -INFO: filtering out variable flag_for_individual_cloud_species_advected -INFO: filtering out variable flag_for_lower_boundary_soil_temperature_option -INFO: filtering out variable flag_for_precipitation_partition_option -INFO: filtering out variable flag_for_radiation_transfer_option -INFO: filtering out variable flag_for_runoff_and_groundwater_option -INFO: filtering out variable flag_for_sas_deep_convection_scheme -INFO: filtering out variable flag_for_shoc_after_convection -INFO: filtering out variable flag_for_soil_and_snow_temperature_time_stepping_option -INFO: filtering out variable flag_for_soil_moisture_factor_stomatal_resistance_option -INFO: filtering out variable flag_for_supercooled_liquid_water_option -INFO: filtering out variable flag_for_surface_layer_drag_coefficient_option -INFO: filtering out variable ground_temperature_for_noahmp -INFO: filtering out variable gwd_opt -INFO: filtering out variable heat_exchange_coefficient_for_MYJ_schemes -INFO: filtering out variable ice_supersaturation_threshold -INFO: filtering out variable integrated_x_momentum_flux_from_blocking_drag -INFO: filtering out variable integrated_x_momentum_flux_from_form_drag -INFO: filtering out variable integrated_x_momentum_flux_from_large_scale_gwd -INFO: filtering out variable integrated_x_momentum_flux_from_small_scale_gwd -INFO: filtering out variable integrated_y_momentum_flux_from_blocking_drag -INFO: filtering out variable integrated_y_momentum_flux_from_form_drag -INFO: filtering out variable integrated_y_momentum_flux_from_large_scale_gwd -INFO: filtering out variable integrated_y_momentum_flux_from_small_scale_gwd -INFO: filtering out variable kinematic_buoyancy_flux_from_shoc -INFO: filtering out variable kinematic_surface_latent_heat_flux -INFO: filtering out variable lake_water_storage -INFO: filtering out variable layer_bottom_depth_from_snow_surface -INFO: filtering out variable leaf_mass -INFO: filtering out variable liquid_water_density -INFO: filtering out variable mass_weighted_rime_factor_updated_by_physics -INFO: filtering out variable maximum_column_heating_rate -INFO: filtering out variable minimum_value_of_specific_humidity -INFO: filtering out variable momentum_exchange_coefficient_for_MYJ_schemes -INFO: filtering out variable nondimensional_snow_age -INFO: filtering out variable number_of_snow_layers -INFO: filtering out variable number_of_spectral_wave_trancation_for_sas -INFO: filtering out variable potential_temperature_at_2m -INFO: filtering out variable potential_temperature_at_viscous_sublayer_top -INFO: filtering out variable prandtl_number -INFO: filtering out variable shoc_flag_for_optional_surface_TKE_dissipation -INFO: filtering out variable shoc_implicit_TKE_integration_uncentering_term -INFO: filtering out variable shoc_tke_dissipatation_pressure_threshold -INFO: filtering out variable shoc_tke_dissipation_tunable_parameter -INFO: filtering out variable shoc_tke_dissipation_tunable_parameter_near_surface -INFO: filtering out variable slow_soil_pool_mass_content_of_carbon -INFO: filtering out variable snow_albedo_at_previous_time_step -INFO: filtering out variable snow_layer_ice -INFO: filtering out variable snow_layer_liquid_water -INFO: filtering out variable snow_mass_at_previous_time_step -INFO: filtering out variable snow_precipitation_rate_at_surface -INFO: filtering out variable snow_temperature -INFO: filtering out variable soil_water_content_between_soil_bottom_and_water_table -INFO: filtering out variable specific_humidity_at_viscous_sublayer_top -INFO: filtering out variable stem_area_index -INFO: filtering out variable stem_mass -INFO: filtering out variable surface_air_pressure_at_previous_time_step -INFO: filtering out variable surface_air_pressure_two_time_steps_back -INFO: filtering out variable surface_drag_coefficient_for_heat_and_moisture_for_noahmp -INFO: filtering out variable surface_drag_coefficient_for_momentum_for_noahmp -INFO: filtering out variable surface_exchange_coefficient_for_heat -INFO: filtering out variable surface_exchange_coefficient_for_heat_at_2m -INFO: filtering out variable surface_exchange_coefficient_for_moisture -INFO: filtering out variable surface_exchange_coefficient_for_moisture_at_2m -INFO: filtering out variable surface_friction_velocity_drag -INFO: filtering out variable surface_latent_heat -INFO: filtering out variable surface_layer_evaporation_switch -INFO: filtering out variable surface_specific_humidity_for_MYJ_schemes -INFO: filtering out variable surface_stability_parameter -INFO: filtering out variable tendency_of_rain_water_mixing_ratio_due_to_microphysics -INFO: filtering out variable tendency_of_x_wind_due_to_convective_gravity_wave_drag -INFO: filtering out variable tendency_of_y_wind_due_to_convective_gravity_wave_drag -INFO: filtering out variable theta_star -INFO: filtering out variable tke_dissipative_heating_factor -INFO: filtering out variable turbulent_kinetic_energy_convective_transport_tracer -INFO: filtering out variable u_wind_component_at_viscous_sublayer_top -INFO: filtering out variable updraft_fraction_in_boundary_layer_mass_flux_scheme -INFO: filtering out variable v_wind_component_at_viscous_sublayer_top -INFO: filtering out variable vegetation_temperature -INFO: filtering out variable water_storage_in_aquifer -INFO: filtering out variable water_storage_in_aquifer_and_saturated_soil -INFO: filtering out variable water_table_depth -INFO: filtering out variable water_table_recharge_when_deep -INFO: filtering out variable water_table_recharge_when_shallow -INFO: filtering out variable water_vapor_specific_humidity_at_previous_time_step -INFO: filtering out variable water_vapor_specific_humidity_two_time_steps_back -INFO: filtering out variable weight_for_momentum_at_viscous_sublayer_top -INFO: filtering out variable weight_for_potental_temperature_at_viscous_sublayer_top -INFO: filtering out variable weight_for_specific_humidity_at_viscous_sublayer_top -INFO: filtering out variable wood_mass -INFO: filtering out variable x_momentum_tendency_from_blocking_drag -INFO: filtering out variable x_momentum_tendency_from_form_drag -INFO: filtering out variable x_momentum_tendency_from_large_scale_gwd -INFO: filtering out variable x_momentum_tendency_from_small_scale_gwd -INFO: filtering out variable y_momentum_tendency_from_blocking_drag -INFO: filtering out variable y_momentum_tendency_from_form_drag -INFO: filtering out variable y_momentum_tendency_from_large_scale_gwd -INFO: filtering out variable y_momentum_tendency_from_small_scale_gwd -INFO: Checking optional arguments in physics schemes ... -INFO: Metadata table for model FV3 written to tests/build_fv3_22/FV3/ccpp/framework/doc/DevelopersGuide/CCPP_VARIABLES_FV3.tex -INFO: Comparing metadata for requested and provided variables ... -INFO: Automatic unit conversion from m to um for effective_radius_of_stratiform_cloud_ice_particle_in_um before entering MODULE_mp_thompson SCHEME_mp_thompson SUBROUTINE_mp_thompson_run -INFO: Automatic unit conversion from m to um for effective_radius_of_stratiform_cloud_liquid_water_particle_in_um before entering MODULE_mp_thompson SCHEME_mp_thompson SUBROUTINE_mp_thompson_run -INFO: Automatic unit conversion from m to um for effective_radius_of_stratiform_cloud_snow_particle_in_um before entering MODULE_mp_thompson SCHEME_mp_thompson SUBROUTINE_mp_thompson_run -INFO: Generating schemes makefile/cmakefile snippet ... -INFO: Added 168 schemes to tests/build_fv3_22/FV3/ccpp/physics/CCPP_SCHEMES.mk, tests/build_fv3_22/FV3/ccpp/physics/CCPP_SCHEMES.cmake, tests/build_fv3_22/FV3/ccpp/physics/CCPP_SCHEMES.sh -INFO: Generating suite and group caps ... -INFO: Generating static API ccpp_static_api.F90 in tests/build_fv3_22/FV3/ccpp/physics ... -INFO: Generating caps makefile/cmakefile snippet ... -INFO: Added 29 auto-generated caps to tests/build_fv3_22/FV3/ccpp/physics/CCPP_CAPS.mk and tests/build_fv3_22/FV3/ccpp/physics/CCPP_CAPS.cmake -INFO: CCPP prebuild step completed successfully. -+ source build_fv3_22/FV3/ccpp/physics/CCPP_SCHEMES.sh -++ export 'CCPP_SCHEMES=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/aer_cloud.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/aerclm_def.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/aerinterp.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/calpreciptype.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cldwat2m_micro.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cldmacro.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/date_def.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/funcphys.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gcycle.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/h2o_def.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/h2ointerp.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/iccn_def.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/iccninterp.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/iounitdef.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/machine.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mersenne_twister.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfpbl.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg_utils.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg2_0.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg3_0.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/multi_gases.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_model.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_parameters.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_radar.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_thompson.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MP_FER_HIRES.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_bl_mynn.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_mynn.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_orowam2017.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/namelist_soilveg.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfpblt.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfpbltq.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfscu.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfscuq.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/noahmp_tables.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/num_parthds.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozne_def.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozinterp.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/physcons.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/physparam.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radcons.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_aerosols.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_astronomy.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_clouds.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_gases.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_surface.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radlw_datatb.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radlw_param.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radsw_datatb.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radsw_param.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/samfaerosols.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfcsub.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sflx.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/set_soilveg.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/surface_perturbation.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_deep.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_sh.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/tridi.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/wv_saturation.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_soil_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rayleigh_damp.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radsw_main.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_ocean.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gwdc.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gscond.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ysuvdif.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_sice.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/samfdeepcnv.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/satmedmfvdif.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozphys_2015.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/samfshalcnv.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/precpd.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_fer_hires.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diag.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radlw_main.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_debug.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/satmedmfvdifq.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cs_conv.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/shinhongvdif.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/h2ophys.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_nst.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/moninedmf.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diff.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diag_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/m_micro.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gcm_shoc.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gwdps.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/shalcnv.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/get_prs_fv3.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozphys.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_stochastics.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/drag_suite.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_cice.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sascnvn.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cnvc90.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_drv.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/dcyc2.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/moninshoc.f' -++ CCPP_SCHEMES='/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/aer_cloud.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/aerclm_def.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/aerinterp.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/calpreciptype.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cldwat2m_micro.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cldmacro.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/date_def.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/funcphys.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gcycle.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/h2o_def.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/h2ointerp.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/iccn_def.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/iccninterp.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/iounitdef.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/machine.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mersenne_twister.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfpbl.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg_utils.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg2_0.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg3_0.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/multi_gases.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_model.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_parameters.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_radar.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_thompson.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MP_FER_HIRES.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_bl_mynn.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_mynn.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_orowam2017.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/namelist_soilveg.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfpblt.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfpbltq.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfscu.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfscuq.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/noahmp_tables.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/num_parthds.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozne_def.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozinterp.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/physcons.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/physparam.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radcons.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_aerosols.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_astronomy.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_clouds.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_gases.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_surface.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radlw_datatb.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radlw_param.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radsw_datatb.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radsw_param.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/samfaerosols.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfcsub.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sflx.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/set_soilveg.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/surface_perturbation.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_deep.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_sh.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/tridi.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/wv_saturation.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_soil_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rayleigh_damp.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radsw_main.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_ocean.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gwdc.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gscond.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ysuvdif.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_sice.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/samfdeepcnv.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/satmedmfvdif.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozphys_2015.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/samfshalcnv.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/precpd.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_fer_hires.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diag.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radlw_main.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_debug.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/satmedmfvdifq.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cs_conv.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/shinhongvdif.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/h2ophys.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_nst.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/moninedmf.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diff.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diag_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/m_micro.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gcm_shoc.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gwdps.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/shalcnv.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/get_prs_fv3.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozphys.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_stochastics.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/drag_suite.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_cice.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sascnvn.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cnvc90.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_drv.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/dcyc2.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/moninshoc.f' -+ source build_fv3_22/FV3/ccpp/physics/CCPP_CAPS.sh -++ export 'CCPP_CAPS=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_22/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_22/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_fast_physics_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_22/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_time_vary_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_22/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_radiation_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_22/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_physics_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_22/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_stochastics_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_22/FV3/ccpp/physics/ccpp_FV3_GFS_v15_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_22/FV3/ccpp/physics/ccpp_FV3_GFS_v15_fast_physics_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_22/FV3/ccpp/physics/ccpp_FV3_GFS_v15_time_vary_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_22/FV3/ccpp/physics/ccpp_FV3_GFS_v15_radiation_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_22/FV3/ccpp/physics/ccpp_FV3_GFS_v15_physics_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_22/FV3/ccpp/physics/ccpp_FV3_GFS_v15_stochastics_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_22/FV3/ccpp/physics/ccpp_FV3_GFS_v15plus_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_22/FV3/ccpp/physics/ccpp_FV3_GFS_v15plus_fast_physics_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_22/FV3/ccpp/physics/ccpp_FV3_GFS_v15plus_time_vary_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_22/FV3/ccpp/physics/ccpp_FV3_GFS_v15plus_radiation_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_22/FV3/ccpp/physics/ccpp_FV3_GFS_v15plus_physics_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_22/FV3/ccpp/physics/ccpp_FV3_GFS_v15plus_stochastics_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_22/FV3/ccpp/physics/ccpp_FV3_CPT_v0_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_22/FV3/ccpp/physics/ccpp_FV3_CPT_v0_fast_physics_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_22/FV3/ccpp/physics/ccpp_FV3_CPT_v0_time_vary_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_22/FV3/ccpp/physics/ccpp_FV3_CPT_v0_radiation_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_22/FV3/ccpp/physics/ccpp_FV3_CPT_v0_physics_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_22/FV3/ccpp/physics/ccpp_FV3_CPT_v0_stochastics_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_22/FV3/ccpp/physics/ccpp_FV3_GSD_v0_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_22/FV3/ccpp/physics/ccpp_FV3_GSD_v0_time_vary_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_22/FV3/ccpp/physics/ccpp_FV3_GSD_v0_radiation_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_22/FV3/ccpp/physics/ccpp_FV3_GSD_v0_physics_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_22/FV3/ccpp/physics/ccpp_FV3_GSD_v0_stochastics_cap.F90' -++ CCPP_CAPS='/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_22/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_22/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_fast_physics_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_22/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_time_vary_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_22/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_radiation_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_22/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_physics_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_22/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_stochastics_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_22/FV3/ccpp/physics/ccpp_FV3_GFS_v15_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_22/FV3/ccpp/physics/ccpp_FV3_GFS_v15_fast_physics_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_22/FV3/ccpp/physics/ccpp_FV3_GFS_v15_time_vary_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_22/FV3/ccpp/physics/ccpp_FV3_GFS_v15_radiation_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_22/FV3/ccpp/physics/ccpp_FV3_GFS_v15_physics_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_22/FV3/ccpp/physics/ccpp_FV3_GFS_v15_stochastics_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_22/FV3/ccpp/physics/ccpp_FV3_GFS_v15plus_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_22/FV3/ccpp/physics/ccpp_FV3_GFS_v15plus_fast_physics_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_22/FV3/ccpp/physics/ccpp_FV3_GFS_v15plus_time_vary_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_22/FV3/ccpp/physics/ccpp_FV3_GFS_v15plus_radiation_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_22/FV3/ccpp/physics/ccpp_FV3_GFS_v15plus_physics_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_22/FV3/ccpp/physics/ccpp_FV3_GFS_v15plus_stochastics_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_22/FV3/ccpp/physics/ccpp_FV3_CPT_v0_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_22/FV3/ccpp/physics/ccpp_FV3_CPT_v0_fast_physics_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_22/FV3/ccpp/physics/ccpp_FV3_CPT_v0_time_vary_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_22/FV3/ccpp/physics/ccpp_FV3_CPT_v0_radiation_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_22/FV3/ccpp/physics/ccpp_FV3_CPT_v0_physics_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_22/FV3/ccpp/physics/ccpp_FV3_CPT_v0_stochastics_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_22/FV3/ccpp/physics/ccpp_FV3_GSD_v0_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_22/FV3/ccpp/physics/ccpp_FV3_GSD_v0_time_vary_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_22/FV3/ccpp/physics/ccpp_FV3_GSD_v0_radiation_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_22/FV3/ccpp/physics/ccpp_FV3_GSD_v0_physics_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_22/FV3/ccpp/physics/ccpp_FV3_GSD_v0_stochastics_cap.F90' -+ source build_fv3_22/FV3/ccpp/physics/CCPP_STATIC_API.sh -++ export CCPP_STATIC_API=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_22/FV3/ccpp/physics/ccpp_static_api.F90 -++ CCPP_STATIC_API=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_22/FV3/ccpp/physics/ccpp_static_api.F90 -+ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_v15,FV3_GFS_v15plus,FV3_CPT_v0,FV3_GSD_v0 32BIT=Y == *\N\A\M\_\p\h\y\s\=\Y* ]] -+ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_v15,FV3_GFS_v15plus,FV3_CPT_v0,FV3_GSD_v0 32BIT=Y == *\W\W\3\=\Y* ]] -++ trim ' -D32BIT=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=ON -DSTATIC=ON -DMULTI_GASES=OFF' -++ local 'var= -D32BIT=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=ON -DSTATIC=ON -DMULTI_GASES=OFF' -++ var='-D32BIT=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=ON -DSTATIC=ON -DMULTI_GASES=OFF' -++ var='-D32BIT=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=ON -DSTATIC=ON -DMULTI_GASES=OFF' -++ echo -n '-D32BIT=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=ON -DSTATIC=ON -DMULTI_GASES=OFF' -+ CCPP_CMAKE_FLAGS='-D32BIT=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=ON -DSTATIC=ON -DMULTI_GASES=OFF' -+ source /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc -++ __ms_function_name=setup__test_function__299686 -++ eval 'setup__test_function__299686() { /bin/true ; }' -+++ eval '__text="text" ; if [[ $__text =~ ^(t).* ]] ; then printf "%s" ${.sh.match[1]} ; fi' -+++ cat -++ __ms_ksh_test= -+++ eval 'if ( set | grep setup__test_function__299686 | grep -v name > /dev/null 2>&1 ) ; then echo t ; fi ' -+++ cat -++ __ms_bash_test=t -++ [[ ! -z '' ]] -++ [[ ! -z t ]] -++ __ms_shell=bash -++ [[ -d /lfs3 ]] -++ [[ -d /scratch1 ]] -++ [[ ! -d /scratch ]] -++ eval module help -++ module purge -+++ /apps/lmod/7.7.18/libexec/lmod bash purge -++ eval unset 'BACIO_LIB4;' unset 'BACIO_LIB8;' unset 'BACIO_SRC;' unset 'BACIO_VER;' unset '__LMOD_REF_COUNT_CLASSPATH;' unset 'CLASSPATH;' unset 'CMAKE_CXX_COMPILER;' unset 'CMAKE_C_COMPILER;' unset 'CMAKE_Fortran_COMPILER;' unset 'CMAKE_Platform;' unset 'COMP;' unset '__LMOD_REF_COUNT_CPATH;' unset 'CPATH;' unset 'CRTM_FIX;' unset 'CRTM_INC;' unset 'CRTM_LIB;' unset 'CRTM_SRC;' unset 'CRTM_VER;' unset 'ESMFMKFILE;' unset 'G2TMPL_INC;' unset 'G2TMPL_LIB;' unset 'G2TMPL_SRC;' unset 'G2TMPL_VER;' unset 'G2_INC4;' unset 'G2_INCd;' unset 'G2_LIB4;' unset 'G2_LIBd;' unset 'G2_SRC;' unset 'G2_VER;' unset 'GDBSERVER_MIC;' unset 'GDB_CROSS;' unset '__LMOD_REF_COUNT_INFOPATH;' unset 'INFOPATH;' unset '__LMOD_REF_COUNT_INTEL_LICENSE_FILE;' unset 'INTEL_LICENSE_FILE;' unset 'INTEL_PYTHONHOME;' unset 'IPATH_NO_BACKTRACE;' unset 'IP_INC4;' unset 'IP_INC8;' unset 'IP_INCd;' unset 'IP_LIB4;' unset 'IP_LIB8;' unset 'IP_LIBd;' unset 'IP_SRC;' unset 'IP_VER;' unset 'I_MPI_CC;' unset 'I_MPI_F90;' unset 'I_MPI_HYDRA_BRANCH_COUNT;' unset 'I_MPI_HYDRA_PMI_CONNECT;' unset 'I_MPI_ROOT;' unset 'I_MPI_TMI_PROVIDER;' unset 'JASPER_INC;' unset 'JASPER_LIB;' unset 'JASPER_SRC;' unset 'JASPER_VER;' '__LMOD_REF_COUNT_LD_LIBRARY_PATH="/apps/slurm/default/lib:1";' export '__LMOD_REF_COUNT_LD_LIBRARY_PATH;' 'LD_LIBRARY_PATH=":/apps/slurm/default/lib";' export 'LD_LIBRARY_PATH;' unset '__LMOD_REF_COUNT_LIBRARY_PATH;' unset 'LIBRARY_PATH;' unset 'LIB_NAME;' unset 'LMOD_FAMILY_COMPILER;' unset 'LMOD_FAMILY_COMPILER_VERSION;' unset 'LMOD_FAMILY_MPI;' unset 'LMOD_FAMILY_MPI_VERSION;' unset '__LMOD_REF_COUNT_LOADEDMODULES;' unset 'LOADEDMODULES;' '__LMOD_REF_COUNT_MANPATH="/apps/lmod/lmod/share/man:1;/apps/local/man:1;/apps/slurm/default/share/man:1;/apps/slurm/tools/sbank/share/man:1";' export '__LMOD_REF_COUNT_MANPATH;' 'MANPATH="/apps/lmod/lmod/share/man::/apps/local/man:/apps/slurm/default/share/man:/apps/slurm/tools/sbank/share/man";' export 'MANPATH;' '__LMOD_REF_COUNT_MODULEPATH="/contrib/modulefiles:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:1;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1";' export '__LMOD_REF_COUNT_MODULEPATH;' 'MODULEPATH="/contrib/modulefiles:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles";' export 'MODULEPATH;' unset 'MPM_LAUNCHER;' unset 'NCEPLIBS;' unset 'NEMSIO_INC;' unset 'NEMSIO_LIB;' unset 'NEMSIO_SRC;' unset 'NEMSIO_VER;' unset 'NETCDF;' unset '__LMOD_REF_COUNT_NLSPATH;' unset 'NLSPATH;' '__LMOD_REF_COUNT_PATH="/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:1;/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/opt/ibutils/bin:1;/apps/local/bin:1;/apps/local/sbin:1;/apps/slurm/default/tools:1;/apps/slurm/default/bin:1;/apps/slurm/default/sbin:1;/apps/slurm/tools/sbank/bin:1;/home/Dusan.Jovic/bin:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/dbrowse:1";' export '__LMOD_REF_COUNT_PATH;' 'PATH="/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/opt/ibutils/bin:/apps/local/bin:/apps/local/sbin:/apps/slurm/default/tools:/apps/slurm/default/bin:/apps/slurm/default/sbin:/apps/slurm/tools/sbank/bin:/home/Dusan.Jovic/bin:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/dbrowse";' export 'PATH;' unset '__LMOD_REF_COUNT_PKG_CONFIG_PATH;' unset 'PKG_CONFIG_PATH;' unset 'PNG_INC;' unset 'PNG_LIB;' unset 'PNG_SRC;' unset 'PNG_VER;' unset 'POST_INC;' unset 'POST_LIB;' unset 'POST_SRC;' unset 'POST_VER;' unset 'SLURM_UTILS_PATH;' unset 'SP_LIB4;' unset 'SP_LIB8;' unset 'SP_LIBd;' unset 'SP_SRC;' unset 'SP_VER;' unset 'W3EMC_INC4;' unset 'W3EMC_INC8;' unset 'W3EMC_INCd;' unset 'W3EMC_LIB4;' unset 'W3EMC_LIB8;' unset 'W3EMC_LIBd;' unset 'W3EMC_SRC;' unset 'W3EMC_VER;' unset 'W3NCO_LIB4;' unset 'W3NCO_LIB8;' unset 'W3NCO_LIBd;' unset 'W3NCO_SRC;' unset 'W3NCO_VER;' unset 'Z_INC;' unset 'Z_LIB;' unset 'Z_SRC;' unset 'Z_VER;' unset '__LMOD_REF_COUNT__LMFILES_;' unset '_LMFILES_;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9jb250cmliL21vZHVsZWZpbGVzIiwiL3NjcmF0Y2gyL05DRVBERVYvZnYzLWNhbS9EdXNhbi5Kb3ZpYy91ZnMvcHIxOC91ZnMtd2VhdGhlci1tb2RlbC9tb2R1bGVmaWxlcy9oZXJhLmludGVsIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIs";' export '_ModuleTable001_;' '_ModuleTable002_="fSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ==";' export '_ModuleTable002_;' '_ModuleTable_Sz_="2";' export '_ModuleTable_Sz_;' unset '_ModuleTable004_;' unset '_ModuleTable005_;' unset '_ModuleTable006_;' unset '_ModuleTable007_;' unset '_ModuleTable008_;' unset '_ModuleTable009_;' unset '_ModuleTable010_;' unset '_ModuleTable011_;' unset '_ModuleTable012_;' unset '_ModuleTable013_;' -+++ unset BACIO_LIB4 -+++ unset BACIO_LIB8 -+++ unset BACIO_SRC -+++ unset BACIO_VER -+++ unset __LMOD_REF_COUNT_CLASSPATH -+++ unset CLASSPATH -+++ unset CMAKE_CXX_COMPILER -+++ unset CMAKE_C_COMPILER -+++ unset CMAKE_Fortran_COMPILER -+++ unset CMAKE_Platform -+++ unset COMP -+++ unset __LMOD_REF_COUNT_CPATH -+++ unset CPATH -+++ unset CRTM_FIX -+++ unset CRTM_INC -+++ unset CRTM_LIB -+++ unset CRTM_SRC -+++ unset CRTM_VER -+++ unset ESMFMKFILE -+++ unset G2TMPL_INC -+++ unset G2TMPL_LIB -+++ unset G2TMPL_SRC -+++ unset G2TMPL_VER -+++ unset G2_INC4 -+++ unset G2_INCd -+++ unset G2_LIB4 -+++ unset G2_LIBd -+++ unset G2_SRC -+++ unset G2_VER -+++ unset GDBSERVER_MIC -+++ unset GDB_CROSS -+++ unset __LMOD_REF_COUNT_INFOPATH -+++ unset INFOPATH -+++ unset __LMOD_REF_COUNT_INTEL_LICENSE_FILE -+++ unset INTEL_LICENSE_FILE -+++ unset INTEL_PYTHONHOME -+++ unset IPATH_NO_BACKTRACE -+++ unset IP_INC4 -+++ unset IP_INC8 -+++ unset IP_INCd -+++ unset IP_LIB4 -+++ unset IP_LIB8 -+++ unset IP_LIBd -+++ unset IP_SRC -+++ unset IP_VER -+++ unset I_MPI_CC -+++ unset I_MPI_F90 -+++ unset I_MPI_HYDRA_BRANCH_COUNT -+++ unset I_MPI_HYDRA_PMI_CONNECT -+++ unset I_MPI_ROOT -+++ unset I_MPI_TMI_PROVIDER -+++ unset JASPER_INC -+++ unset JASPER_LIB -+++ unset JASPER_SRC -+++ unset JASPER_VER -+++ __LMOD_REF_COUNT_LD_LIBRARY_PATH=/apps/slurm/default/lib:1 -+++ export __LMOD_REF_COUNT_LD_LIBRARY_PATH -+++ LD_LIBRARY_PATH=:/apps/slurm/default/lib -+++ export LD_LIBRARY_PATH -+++ unset __LMOD_REF_COUNT_LIBRARY_PATH -+++ unset LIBRARY_PATH -+++ unset LIB_NAME -+++ unset LMOD_FAMILY_COMPILER -+++ unset LMOD_FAMILY_COMPILER_VERSION -+++ unset LMOD_FAMILY_MPI -+++ unset LMOD_FAMILY_MPI_VERSION -+++ unset __LMOD_REF_COUNT_LOADEDMODULES -+++ unset LOADEDMODULES -+++ __LMOD_REF_COUNT_MANPATH='/apps/lmod/lmod/share/man:1;/apps/local/man:1;/apps/slurm/default/share/man:1;/apps/slurm/tools/sbank/share/man:1' -+++ export __LMOD_REF_COUNT_MANPATH -+++ MANPATH=/apps/lmod/lmod/share/man::/apps/local/man:/apps/slurm/default/share/man:/apps/slurm/tools/sbank/share/man -+++ export MANPATH -+++ __LMOD_REF_COUNT_MODULEPATH='/contrib/modulefiles:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:1;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1' -+++ export __LMOD_REF_COUNT_MODULEPATH -+++ MODULEPATH=/contrib/modulefiles:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles -+++ export MODULEPATH -+++ unset MPM_LAUNCHER -+++ unset NCEPLIBS -+++ unset NEMSIO_INC -+++ unset NEMSIO_LIB -+++ unset NEMSIO_SRC -+++ unset NEMSIO_VER -+++ unset NETCDF -+++ unset __LMOD_REF_COUNT_NLSPATH -+++ unset NLSPATH -+++ __LMOD_REF_COUNT_PATH='/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:1;/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/opt/ibutils/bin:1;/apps/local/bin:1;/apps/local/sbin:1;/apps/slurm/default/tools:1;/apps/slurm/default/bin:1;/apps/slurm/default/sbin:1;/apps/slurm/tools/sbank/bin:1;/home/Dusan.Jovic/bin:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/dbrowse:1' -+++ export __LMOD_REF_COUNT_PATH -+++ PATH=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/opt/ibutils/bin:/apps/local/bin:/apps/local/sbin:/apps/slurm/default/tools:/apps/slurm/default/bin:/apps/slurm/default/sbin:/apps/slurm/tools/sbank/bin:/home/Dusan.Jovic/bin:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/dbrowse -+++ export PATH -+++ unset __LMOD_REF_COUNT_PKG_CONFIG_PATH -+++ unset PKG_CONFIG_PATH -+++ unset PNG_INC -+++ unset PNG_LIB -+++ unset PNG_SRC -+++ unset PNG_VER -+++ unset POST_INC -+++ unset POST_LIB -+++ unset POST_SRC -+++ unset POST_VER -+++ unset SLURM_UTILS_PATH -+++ unset SP_LIB4 -+++ unset SP_LIB8 -+++ unset SP_LIBd -+++ unset SP_SRC -+++ unset SP_VER -+++ unset W3EMC_INC4 -+++ unset W3EMC_INC8 -+++ unset W3EMC_INCd -+++ unset W3EMC_LIB4 -+++ unset W3EMC_LIB8 -+++ unset W3EMC_LIBd -+++ unset W3EMC_SRC -+++ unset W3EMC_VER -+++ unset W3NCO_LIB4 -+++ unset W3NCO_LIB8 -+++ unset W3NCO_LIBd -+++ unset W3NCO_SRC -+++ unset W3NCO_VER -+++ unset Z_INC -+++ unset Z_LIB -+++ unset Z_SRC -+++ unset Z_VER -+++ unset __LMOD_REF_COUNT__LMFILES_ -+++ unset _LMFILES_ -+++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9jb250cmliL21vZHVsZWZpbGVzIiwiL3NjcmF0Y2gyL05DRVBERVYvZnYzLWNhbS9EdXNhbi5Kb3ZpYy91ZnMvcHIxOC91ZnMtd2VhdGhlci1tb2RlbC9tb2R1bGVmaWxlcy9oZXJhLmludGVsIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIs -+++ export _ModuleTable001_ -+++ _ModuleTable002_=fSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ== -+++ export _ModuleTable002_ -+++ _ModuleTable_Sz_=2 -+++ export _ModuleTable_Sz_ -+++ unset _ModuleTable004_ -+++ unset _ModuleTable005_ -+++ unset _ModuleTable006_ -+++ unset _ModuleTable007_ -+++ unset _ModuleTable008_ -+++ unset _ModuleTable009_ -+++ unset _ModuleTable010_ -+++ unset _ModuleTable011_ -+++ unset _ModuleTable012_ -+++ unset _ModuleTable013_ -+++ : -s sh -++ eval -++ unset __ms_shell -++ unset __ms_ksh_test -++ unset __ms_bash_test -++ unset setup__test_function__299686 -++ unset __ms_function_name -+ [[ hera.intel == macosx.* ]] -+ [[ hera.intel == linux.* ]] -+ module use /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel -++ /apps/lmod/7.7.18/libexec/lmod bash use /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel -+ eval '__LMOD_REF_COUNT_MODULEPATH="/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:2;/contrib/modulefiles:1;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1";' export '__LMOD_REF_COUNT_MODULEPATH;' 'MODULEPATH="/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:/contrib/modulefiles:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles";' export 'MODULEPATH;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9zY3JhdGNoMi9OQ0VQREVWL2Z2My1jYW0vRHVzYW4uSm92aWMvdWZzL3ByMTgvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvaGVyYS5pbnRlbCIsIi9jb250cmliL21vZHVsZWZpbGVzIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIs";' export '_ModuleTable001_;' '_ModuleTable002_="fSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ==";' export '_ModuleTable002_;' '_ModuleTable_Sz_="2";' export '_ModuleTable_Sz_;' -++ __LMOD_REF_COUNT_MODULEPATH='/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:2;/contrib/modulefiles:1;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1' -++ export __LMOD_REF_COUNT_MODULEPATH -++ MODULEPATH=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:/contrib/modulefiles:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles -++ export MODULEPATH -++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9zY3JhdGNoMi9OQ0VQREVWL2Z2My1jYW0vRHVzYW4uSm92aWMvdWZzL3ByMTgvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvaGVyYS5pbnRlbCIsIi9jb250cmliL21vZHVsZWZpbGVzIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIs -++ export _ModuleTable001_ -++ _ModuleTable002_=fSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ== -++ export _ModuleTable002_ -++ _ModuleTable_Sz_=2 -++ export _ModuleTable_Sz_ -++ : -s sh -+ eval -+ module load fv3 -++ /apps/lmod/7.7.18/libexec/lmod bash load fv3 -+ eval 'BACIO_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libbacio_v2.0.3_4.a";' export 'BACIO_LIB4;' 'BACIO_LIB8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libbacio_v2.0.3_8.a";' export 'BACIO_LIB8;' 'BACIO_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/bacio_v2.0.3";' export 'BACIO_SRC;' 'BACIO_VER="v2.0.3";' export 'BACIO_VER;' '__LMOD_REF_COUNT_CLASSPATH="/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/mpi.jar:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/daal.jar:1";' export '__LMOD_REF_COUNT_CLASSPATH;' 'CLASSPATH="/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/mpi.jar:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/daal.jar";' export 'CLASSPATH;' 'CMAKE_CXX_COMPILER="mpiicpc";' export 'CMAKE_CXX_COMPILER;' 'CMAKE_C_COMPILER="mpiicc";' export 'CMAKE_C_COMPILER;' 'CMAKE_Fortran_COMPILER="mpiifort";' export 'CMAKE_Fortran_COMPILER;' 'CMAKE_Platform="hera.intel";' export 'CMAKE_Platform;' 'COMP="intel";' export 'COMP;' '__LMOD_REF_COUNT_CPATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/include:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/include:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/pstl/include:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/include:2;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/include:1";' export '__LMOD_REF_COUNT_CPATH;' 'CPATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/include:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/include:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/pstl/include:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/include:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/include";' export 'CPATH;' 'CRTM_FIX="/scratch2/NCEPDEV/nwprod/NCEPLIBS/fix/crtm_v2.2.6";' export 'CRTM_FIX;' 'CRTM_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/crtm_v2.2.6";' export 'CRTM_INC;' 'CRTM_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libcrtm_v2.2.6.a";' export 'CRTM_LIB;' 'CRTM_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/crtm_v2.2.6";' export 'CRTM_SRC;' 'CRTM_VER="v2.2.6";' export 'CRTM_VER;' 'ESMFMKFILE="/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/lib/esmf.mk";' export 'ESMFMKFILE;' 'G2TMPL_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/g2tmpl_v1.6.0";' export 'G2TMPL_INC;' 'G2TMPL_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2tmpl_v1.6.0.a";' export 'G2TMPL_LIB;' 'G2TMPL_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/g2tmpl_v1.6.0/src";' export 'G2TMPL_SRC;' 'G2TMPL_VER="v1.6.0";' export 'G2TMPL_VER;' 'G2_INC4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/g2_v3.1.1_4";' export 'G2_INC4;' 'G2_INCd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/g2_v3.1.1_d";' export 'G2_INCd;' 'G2_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2_v3.1.1_4.a";' export 'G2_LIB4;' 'G2_LIBd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2_v3.1.1_d.a";' export 'G2_LIBd;' 'G2_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/g2_v3.1.1";' export 'G2_SRC;' 'G2_VER="v3.1.1";' export 'G2_VER;' 'GDBSERVER_MIC="/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/targets/intel64/x200/bin/gdbserver";' export 'GDBSERVER_MIC;' 'GDB_CROSS="/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/intel64/bin/gdb-ia";' export 'GDB_CROSS;' '__LMOD_REF_COUNT_INFOPATH="/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/info:1;/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/info:1";' export '__LMOD_REF_COUNT_INFOPATH;' 'INFOPATH="/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/info:/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/info";' export 'INFOPATH;' '__LMOD_REF_COUNT_INTEL_LICENSE_FILE="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/licenses:1;/apps/intel/licenses:1";' export '__LMOD_REF_COUNT_INTEL_LICENSE_FILE;' 'INTEL_LICENSE_FILE="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/licenses:/apps/intel/licenses";' export 'INTEL_LICENSE_FILE;' 'INTEL_PYTHONHOME="/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/python/intel64/";' export 'INTEL_PYTHONHOME;' 'IPATH_NO_BACKTRACE="1";' export 'IPATH_NO_BACKTRACE;' 'IP_INC4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ip_v3.0.2_4";' export 'IP_INC4;' 'IP_INC8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ip_v3.0.2_8";' export 'IP_INC8;' 'IP_INCd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ip_v3.0.2_d";' export 'IP_INCd;' 'IP_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libip_v3.0.2_4.a";' export 'IP_LIB4;' 'IP_LIB8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libip_v3.0.2_8.a";' export 'IP_LIB8;' 'IP_LIBd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libip_v3.0.2_d.a";' export 'IP_LIBd;' 'IP_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/ip_v3.0.2";' export 'IP_SRC;' 'IP_VER="v3.0.2";' export 'IP_VER;' 'I_MPI_CC="icc";' export 'I_MPI_CC;' 'I_MPI_F90="ifort";' export 'I_MPI_F90;' 'I_MPI_HYDRA_BRANCH_COUNT="128";' export 'I_MPI_HYDRA_BRANCH_COUNT;' 'I_MPI_HYDRA_PMI_CONNECT="alltoall";' export 'I_MPI_HYDRA_PMI_CONNECT;' 'I_MPI_ROOT="/apps/intel/compilers_and_libraries_2018/linux/mpi";' export 'I_MPI_ROOT;' 'I_MPI_TMI_PROVIDER="psm";' export 'I_MPI_TMI_PROVIDER;' 'JASPER_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/include/jasper_v1.900.1";' export 'JASPER_INC;' 'JASPER_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/lib/libjasper_v1.900.1.a";' export 'JASPER_LIB;' 'JASPER_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/thirdParty";' export 'JASPER_SRC;' 'JASPER_VER="v1.900.1";' export 'JASPER_VER;' '__LMOD_REF_COUNT_LD_LIBRARY_PATH="/apps/netcdf/4.7.0/intel/18.0.5.274/lib:1;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib:1;/apps/slurm/default/lib:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/lib/intel64:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:2;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:2;/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/libipt/intel64/lib:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4:1";' export '__LMOD_REF_COUNT_LD_LIBRARY_PATH;' 'LD_LIBRARY_PATH="/apps/netcdf/4.7.0/intel/18.0.5.274/lib:/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib::/apps/slurm/default/lib:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/lib/intel64:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/libipt/intel64/lib:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4";' export 'LD_LIBRARY_PATH;' '__LMOD_REF_COUNT_LIBRARY_PATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:2;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4:1";' export '__LMOD_REF_COUNT_LIBRARY_PATH;' 'LIBRARY_PATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4";' export 'LIBRARY_PATH;' 'LIB_NAME="POST";' export 'LIB_NAME;' 'LMOD_FAMILY_COMPILER="intel";' export 'LMOD_FAMILY_COMPILER;' 'LMOD_FAMILY_COMPILER_VERSION="18.0.5.274";' export 'LMOD_FAMILY_COMPILER_VERSION;' 'LMOD_FAMILY_MPI="impi";' export 'LMOD_FAMILY_MPI;' 'LMOD_FAMILY_MPI_VERSION="2018.0.4";' export 'LMOD_FAMILY_MPI_VERSION;' '__LMOD_REF_COUNT_LOADEDMODULES="contrib:1;sutils/default:1;intel/18.0.5.274:1;impi/2018.0.4:1;netcdf/4.7.0:1;bacio/2.0.3:1;ip/3.0.2:1;nemsio/2.2.4:1;sp/2.0.3:1;w3emc/2.3.1:1;w3nco/2.0.7:1;g2/3.1.1:1;g2tmpl/1.6.0:1;crtm/2.2.6:1;jasper/1.900.1:1;png/1.2.44:1;z/1.2.11:1;post/8.0.1:1;esmf/8.0.0:1;cmake/3.9.0:1;fv3:1";' export '__LMOD_REF_COUNT_LOADEDMODULES;' 'LOADEDMODULES="contrib:sutils/default:intel/18.0.5.274:impi/2018.0.4:netcdf/4.7.0:bacio/2.0.3:ip/3.0.2:nemsio/2.2.4:sp/2.0.3:w3emc/2.3.1:w3nco/2.0.7:g2/3.1.1:g2tmpl/1.6.0:crtm/2.2.6:jasper/1.900.1:png/1.2.44:z/1.2.11:post/8.0.1:esmf/8.0.0:cmake/3.9.0:fv3";' export 'LOADEDMODULES;' '__LMOD_REF_COUNT_MANPATH="/apps/netcdf/4.7.0/intel/18.0.5.274/share/man:1;/apps/intel/compilers_and_libraries_2018/linux/mpi/man:1;/apps/intel/parallel_studio_xe_2018.4.057/man/common:1;/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/man:1;/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/man:1;/apps/lmod/lmod/share/man:1;/apps/local/man:1;/apps/slurm/default/share/man:1;/apps/slurm/tools/sbank/share/man:1";' export '__LMOD_REF_COUNT_MANPATH;' 'MANPATH="/apps/netcdf/4.7.0/intel/18.0.5.274/share/man:/apps/intel/compilers_and_libraries_2018/linux/mpi/man:/apps/intel/parallel_studio_xe_2018.4.057/man/common:/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/man:/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/man:/apps/lmod/lmod/share/man::/apps/local/man:/apps/slurm/default/share/man:/apps/slurm/tools/sbank/share/man";' export 'MANPATH;' '__LMOD_REF_COUNT_MODULEPATH="/contrib/modulefiles:3;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:2;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1;/apps/modules/modulefamilies/intel:1;/apps/modules/modulefamilies/intel_impi:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles:1";' export '__LMOD_REF_COUNT_MODULEPATH;' 'MODULEPATH="/contrib/modulefiles:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles:/apps/modules/modulefamilies/intel:/apps/modules/modulefamilies/intel_impi:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles";' export 'MODULEPATH;' 'MPM_LAUNCHER="/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/mpm/mic/bin/start_mpm.sh";' export 'MPM_LAUNCHER;' 'NCEPLIBS="/scratch2/NCEPDEV/nwprod/NCEPLIBS";' export 'NCEPLIBS;' 'NEMSIO_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/nemsio_v2.2.4";' export 'NEMSIO_INC;' 'NEMSIO_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libnemsio_v2.2.4.a";' export 'NEMSIO_LIB;' 'NEMSIO_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/nemsio_v2.2.4";' export 'NEMSIO_SRC;' 'NEMSIO_VER="v2.2.4";' export 'NEMSIO_VER;' 'NETCDF="/apps/netcdf/4.7.0/intel/18.0.5.274";' export 'NETCDF;' '__LMOD_REF_COUNT_NLSPATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64/locale/%l_%t/%N:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin/locale/%l_%t/%N:1;/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/intel64/share/locale/%l_%t/%N:1";' export '__LMOD_REF_COUNT_NLSPATH;' 'NLSPATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64/locale/%l_%t/%N:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin/locale/%l_%t/%N:/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/intel64/share/locale/%l_%t/%N";' export 'NLSPATH;' '__LMOD_REF_COUNT_PATH="/contrib/cmake/3.9.0/bin:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/bin:1;/apps/netcdf/4.7.0/intel/18.0.5.274/bin:1;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/bin/intel64:1;/contrib/sutils/bin:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:1;/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/opt/ibutils/bin:1;/apps/local/bin:1;/apps/local/sbin:1;/apps/slurm/default/tools:1;/apps/slurm/default/bin:1;/apps/slurm/default/sbin:1;/apps/slurm/tools/sbank/bin:1;/home/Dusan.Jovic/bin:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/dbrowse:1";' export '__LMOD_REF_COUNT_PATH;' 'PATH="/contrib/cmake/3.9.0/bin:/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/bin:/apps/netcdf/4.7.0/intel/18.0.5.274/bin:/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/bin/intel64:/contrib/sutils/bin:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/opt/ibutils/bin:/apps/local/bin:/apps/local/sbin:/apps/slurm/default/tools:/apps/slurm/default/bin:/apps/slurm/default/sbin:/apps/slurm/tools/sbank/bin:/home/Dusan.Jovic/bin:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/dbrowse";' export 'PATH;' '__LMOD_REF_COUNT_PKG_CONFIG_PATH="/apps/intel/compilers_and_libraries_2018/linux/mkl/bin/pkgconfig:1";' export '__LMOD_REF_COUNT_PKG_CONFIG_PATH;' 'PKG_CONFIG_PATH="/apps/intel/compilers_and_libraries_2018/linux/mkl/bin/pkgconfig";' export 'PKG_CONFIG_PATH;' 'PNG_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/png_v1.2.44";' export 'PNG_INC;' 'PNG_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libpng_v1.2.44.a";' export 'PNG_LIB;' 'PNG_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/thirdParty";' export 'PNG_SRC;' 'PNG_VER="v1.2.44";' export 'PNG_VER;' 'POST_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ncep_post_v8.0.1_4";' export 'POST_INC;' 'POST_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libncep_post_v8.0.1_4.a";' export 'POST_LIB;' 'POST_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/post_v8.0.1";' export 'POST_SRC;' 'POST_VER="v8.0.1";' export 'POST_VER;' 'SLURM_UTILS_PATH="/contrib/sutils/bin";' export 'SLURM_UTILS_PATH;' 'SP_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_4.a";' export 'SP_LIB4;' 'SP_LIB8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_8.a";' export 'SP_LIB8;' 'SP_LIBd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_d.a";' export 'SP_LIBd;' 'SP_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/sp_v2.0.3";' export 'SP_SRC;' 'SP_VER="v2.0.3";' export 'SP_VER;' 'W3EMC_INC4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/w3emc_v2.3.1_4";' export 'W3EMC_INC4;' 'W3EMC_INC8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/w3emc_v2.3.1_8";' export 'W3EMC_INC8;' 'W3EMC_INCd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/w3emc_v2.3.1_d";' export 'W3EMC_INCd;' 'W3EMC_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_4.a";' export 'W3EMC_LIB4;' 'W3EMC_LIB8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_8.a";' export 'W3EMC_LIB8;' 'W3EMC_LIBd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_d.a";' export 'W3EMC_LIBd;' 'W3EMC_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/w3emc_v2.3.1";' export 'W3EMC_SRC;' 'W3EMC_VER="v2.3.1";' export 'W3EMC_VER;' 'W3NCO_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_4.a";' export 'W3NCO_LIB4;' 'W3NCO_LIB8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_8.a";' export 'W3NCO_LIB8;' 'W3NCO_LIBd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_d.a";' export 'W3NCO_LIBd;' 'W3NCO_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/w3nco_v2.0.7";' export 'W3NCO_SRC;' 'W3NCO_VER="v2.0.7";' export 'W3NCO_VER;' 'Z_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/z_v1.2.11";' export 'Z_INC;' 'Z_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libz_v1.2.11.a";' export 'Z_LIB;' 'Z_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/thirdParty";' export 'Z_SRC;' 'Z_VER="v1.2.11";' export 'Z_VER;' '__LMOD_REF_COUNT__LMFILES_="/apps/modules/modulefiles/contrib:1;/contrib/modulefiles/sutils/default:1;/apps/modules/modulefiles/intel/18.0.5.274:1;/apps/modules/modulefamilies/intel/impi/2018.0.4:1;/apps/modules/modulefamilies/intel/netcdf/4.7.0:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/bacio/2.0.3:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/ip/3.0.2:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/nemsio/2.2.4:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/sp/2.0.3:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3emc/2.3.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3nco/2.0.7:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2/3.1.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2tmpl/1.6.0:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/crtm/2.2.6:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/jasper/1.900.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/png/1.2.44:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/z/1.2.11:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/post/8.0.1:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles/esmf/8.0.0:1;/contrib/modulefiles/cmake/3.9.0:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel/fv3:1";' export '__LMOD_REF_COUNT__LMFILES_;' '_LMFILES_="/apps/modules/modulefiles/contrib:/contrib/modulefiles/sutils/default:/apps/modules/modulefiles/intel/18.0.5.274:/apps/modules/modulefamilies/intel/impi/2018.0.4:/apps/modules/modulefamilies/intel/netcdf/4.7.0:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/bacio/2.0.3:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/ip/3.0.2:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/nemsio/2.2.4:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/sp/2.0.3:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3emc/2.3.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3nco/2.0.7:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2/3.1.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2tmpl/1.6.0:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/crtm/2.2.6:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/jasper/1.900.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/png/1.2.44:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/z/1.2.11:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/post/8.0.1:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles/esmf/8.0.0:/contrib/modulefiles/cmake/3.9.0:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel/fv3";' export '_LMFILES_;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJpbXBpIix9LG1UPXtiYWNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvYmFjaW8vMi4wLjMiLFsiZnVsbE5hbWUiXT0iYmFjaW8vMi4wLjMiLFsibG9hZE9yZGVyIl09Nixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJiYWNpby8yLjAuMyIsfSxjbWFrZT17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9jbWFrZS8zLjkuMCIsWyJmdWxs";' export '_ModuleTable001_;' '_ModuleTable002_="TmFtZSJdPSJjbWFrZS8zLjkuMCIsWyJsb2FkT3JkZXIiXT0yMCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjbWFrZS8zLjkuMCIsfSxjb250cmliPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvY29udHJpYiIsWyJmdWxsTmFtZSJdPSJjb250cmliIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY29udHJpYiIsfSxjcnRtPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9jcnRtLzIuMi42IixbImZ1bGxOYW1lIl09ImNydG0vMi4yLjYiLFsibG9hZE9yZGVy";' export '_ModuleTable002_;' '_ModuleTable003_="Il09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL2Z2My1jYW0vRHVzYW4uSm92aWMvdWZzL3ByMTgvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvaGVyYS5pbnRlbC9mdjMiLFsi";' export '_ModuleTable003_;' '_ModuleTable004_="ZnVsbE5hbWUiXT0iZnYzIixbImxvYWRPcmRlciJdPTIxLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTAsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImZ2MyIsfSxnMj17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzIvMy4xLjEiLFsiZnVsbE5hbWUiXT0iZzIvMy4xLjEiLFsibG9hZE9yZGVyIl09MTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZzIvMy4xLjEiLH0sZzJ0bXBsPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9nMnRtcGwvMS42LjAiLFsiZnVsbE5hbWUiXT0iZzJ0bXBsLzEuNi4w";' export '_ModuleTable004_;' '_ModuleTable005_="IixbImxvYWRPcmRlciJdPTEzLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcydG1wbC8xLjYuMCIsfSxpbXBpPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwvaW1waS8yMDE4LjAuNCIsWyJmdWxsTmFtZSJdPSJpbXBpLzIwMTguMC40IixbImxvYWRPcmRlciJdPTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW1waS8yMDE4LjAuNCIsfSxpbnRlbD17WyJmbiJdPSIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL2ludGVsLzE4LjAuNS4yNzQiLFsiZnVsbE5hbWUiXT0iaW50ZWwvMTguMC41LjI3NCIsWyJsb2FkT3JkZXIi";' export '_ModuleTable005_;' '_ModuleTable006_="XT0zLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImludGVsLzE4LjAuNS4yNzQiLH0saXA9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2lwLzMuMC4yIixbImZ1bGxOYW1lIl09ImlwLzMuMC4yIixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaXAvMy4wLjIiLH0samFzcGVyPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9qYXNwZXIvMS45MDAuMSIsWyJmdWxsTmFtZSJdPSJqYXNwZXIvMS45MDAuMSIsWyJsb2FkT3JkZXIi";' export '_ModuleTable006_;' '_ModuleTable007_="XT0xNSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJqYXNwZXIvMS45MDAuMSIsfSxuZW1zaW89e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL25lbXNpby8yLjIuNCIsWyJmdWxsTmFtZSJdPSJuZW1zaW8vMi4yLjQiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZW1zaW8vMi4yLjQiLH0sbmV0Y2RmPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwvbmV0Y2RmLzQuNy4wIixbImZ1bGxOYW1lIl09Im5ldGNkZi80LjcuMCIsWyJsb2FkT3JkZXIi";' export '_ModuleTable007_;' '_ModuleTable008_="XT01LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5ldGNkZi80LjcuMCIsfSxwbmc9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3BuZy8xLjIuNDQiLFsiZnVsbE5hbWUiXT0icG5nLzEuMi40NCIsWyJsb2FkT3JkZXIiXT0xNixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJwbmcvMS4yLjQ0Iix9LHBvc3Q9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3Bvc3QvOC4wLjEiLFsiZnVsbE5hbWUiXT0icG9zdC84LjAuMSIsWyJsb2FkT3JkZXIiXT0xOCxw";' export '_ModuleTable008_;' '_ModuleTable009_="cm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJwb3N0LzguMC4xIix9LHNwPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9zcC8yLjAuMyIsWyJmdWxsTmFtZSJdPSJzcC8yLjAuMyIsWyJsb2FkT3JkZXIiXT05LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InNwLzIuMC4zIix9LHN1dGlscz17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9zdXRpbHMvZGVmYXVsdCIsWyJmdWxsTmFtZSJdPSJzdXRpbHMvZGVmYXVsdCIsWyJsb2FkT3JkZXIiXT0yLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0";' export '_ModuleTable009_;' '_ModuleTable010_="dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InN1dGlscyIsfSx3M2VtYz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNlbWMvMi4zLjEiLFsiZnVsbE5hbWUiXT0idzNlbWMvMi4zLjEiLFsibG9hZE9yZGVyIl09MTAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNlbWMvMi4zLjEiLH0sdzNuY289e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czbmNvLzIuMC43IixbImZ1bGxOYW1lIl09InczbmNvLzIuMC43IixbImxvYWRPcmRlciJdPTExLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMi";' export '_ModuleTable010_;' '_ModuleTable011_="XT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHo9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3ovMS4yLjExIixbImZ1bGxOYW1lIl09InovMS4yLjExIixbImxvYWRPcmRlciJdPTE3LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InovMS4yLjExIix9LH0sbXBhdGhBPXsiL2NvbnRyaWIvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDIvTkNFUERFVi9mdjMtY2FtL0R1c2FuLkpvdmljL3Vmcy9wcjE4L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL2hlcmEuaW50ZWwiLCIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi9hcHBz";' export '_ModuleTable011_;' '_ModuleTable012_="L21vZHVsZXMvbW9kdWxlZmlsZXMvTGludXgiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L2NyYXlwZS9kZWZhdWx0L21vZHVsZWZpbGVzIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbCIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWxfaW1waSIsIi9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcyIsIi9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmU6L2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9M";' export '_ModuleTable012_;' '_ModuleTable013_="aW51eDovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzOi9vcHQvY3JheS9tb2R1bGVmaWxlczovb3B0L2NyYXkvY3JheXBlL2RlZmF1bHQvbW9kdWxlZmlsZXMiLH0=";' export '_ModuleTable013_;' '_ModuleTable_Sz_="13";' export '_ModuleTable_Sz_;' -++ BACIO_LIB4=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libbacio_v2.0.3_4.a -++ export BACIO_LIB4 -++ BACIO_LIB8=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libbacio_v2.0.3_8.a -++ export BACIO_LIB8 -++ BACIO_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/bacio_v2.0.3 -++ export BACIO_SRC -++ BACIO_VER=v2.0.3 -++ export BACIO_VER -++ __LMOD_REF_COUNT_CLASSPATH='/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/mpi.jar:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/daal.jar:1' -++ export __LMOD_REF_COUNT_CLASSPATH -++ CLASSPATH=/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/mpi.jar:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/daal.jar -++ export CLASSPATH -++ CMAKE_CXX_COMPILER=mpiicpc -++ export CMAKE_CXX_COMPILER -++ CMAKE_C_COMPILER=mpiicc -++ export CMAKE_C_COMPILER -++ CMAKE_Fortran_COMPILER=mpiifort -++ export CMAKE_Fortran_COMPILER -++ CMAKE_Platform=hera.intel -++ export CMAKE_Platform -++ COMP=intel -++ export COMP -++ __LMOD_REF_COUNT_CPATH='/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/include:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/include:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/pstl/include:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/include:2;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/include:1' -++ export __LMOD_REF_COUNT_CPATH -++ CPATH=/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/include:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/include:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/pstl/include:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/include:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/include -++ export CPATH -++ CRTM_FIX=/scratch2/NCEPDEV/nwprod/NCEPLIBS/fix/crtm_v2.2.6 -++ export CRTM_FIX -++ CRTM_INC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/crtm_v2.2.6 -++ export CRTM_INC -++ CRTM_LIB=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libcrtm_v2.2.6.a -++ export CRTM_LIB -++ CRTM_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/crtm_v2.2.6 -++ export CRTM_SRC -++ CRTM_VER=v2.2.6 -++ export CRTM_VER -++ ESMFMKFILE=/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/lib/esmf.mk -++ export ESMFMKFILE -++ G2TMPL_INC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/g2tmpl_v1.6.0 -++ export G2TMPL_INC -++ G2TMPL_LIB=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2tmpl_v1.6.0.a -++ export G2TMPL_LIB -++ G2TMPL_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/g2tmpl_v1.6.0/src -++ export G2TMPL_SRC -++ G2TMPL_VER=v1.6.0 -++ export G2TMPL_VER -++ G2_INC4=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/g2_v3.1.1_4 -++ export G2_INC4 -++ G2_INCd=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/g2_v3.1.1_d -++ export G2_INCd -++ G2_LIB4=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2_v3.1.1_4.a -++ export G2_LIB4 -++ G2_LIBd=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2_v3.1.1_d.a -++ export G2_LIBd -++ G2_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/g2_v3.1.1 -++ export G2_SRC -++ G2_VER=v3.1.1 -++ export G2_VER -++ GDBSERVER_MIC=/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/targets/intel64/x200/bin/gdbserver -++ export GDBSERVER_MIC -++ GDB_CROSS=/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/intel64/bin/gdb-ia -++ export GDB_CROSS -++ __LMOD_REF_COUNT_INFOPATH='/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/info:1;/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/info:1' -++ export __LMOD_REF_COUNT_INFOPATH -++ INFOPATH=/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/info:/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/info -++ export INFOPATH -++ __LMOD_REF_COUNT_INTEL_LICENSE_FILE='/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/licenses:1;/apps/intel/licenses:1' -++ export __LMOD_REF_COUNT_INTEL_LICENSE_FILE -++ INTEL_LICENSE_FILE=/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/licenses:/apps/intel/licenses -++ export INTEL_LICENSE_FILE -++ INTEL_PYTHONHOME=/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/python/intel64/ -++ export INTEL_PYTHONHOME -++ IPATH_NO_BACKTRACE=1 -++ export IPATH_NO_BACKTRACE -++ IP_INC4=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ip_v3.0.2_4 -++ export IP_INC4 -++ IP_INC8=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ip_v3.0.2_8 -++ export IP_INC8 -++ IP_INCd=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ip_v3.0.2_d -++ export IP_INCd -++ IP_LIB4=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libip_v3.0.2_4.a -++ export IP_LIB4 -++ IP_LIB8=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libip_v3.0.2_8.a -++ export IP_LIB8 -++ IP_LIBd=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libip_v3.0.2_d.a -++ export IP_LIBd -++ IP_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/ip_v3.0.2 -++ export IP_SRC -++ IP_VER=v3.0.2 -++ export IP_VER -++ I_MPI_CC=icc -++ export I_MPI_CC -++ I_MPI_F90=ifort -++ export I_MPI_F90 -++ I_MPI_HYDRA_BRANCH_COUNT=128 -++ export I_MPI_HYDRA_BRANCH_COUNT -++ I_MPI_HYDRA_PMI_CONNECT=alltoall -++ export I_MPI_HYDRA_PMI_CONNECT -++ I_MPI_ROOT=/apps/intel/compilers_and_libraries_2018/linux/mpi -++ export I_MPI_ROOT -++ I_MPI_TMI_PROVIDER=psm -++ export I_MPI_TMI_PROVIDER -++ JASPER_INC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/include/jasper_v1.900.1 -++ export JASPER_INC -++ JASPER_LIB=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/lib/libjasper_v1.900.1.a -++ export JASPER_LIB -++ JASPER_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/thirdParty -++ export JASPER_SRC -++ JASPER_VER=v1.900.1 -++ export JASPER_VER -++ __LMOD_REF_COUNT_LD_LIBRARY_PATH='/apps/netcdf/4.7.0/intel/18.0.5.274/lib:1;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib:1;/apps/slurm/default/lib:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/lib/intel64:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:2;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:2;/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/libipt/intel64/lib:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4:1' -++ export __LMOD_REF_COUNT_LD_LIBRARY_PATH -++ LD_LIBRARY_PATH=/apps/netcdf/4.7.0/intel/18.0.5.274/lib:/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib::/apps/slurm/default/lib:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/lib/intel64:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/libipt/intel64/lib:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4 -++ export LD_LIBRARY_PATH -++ __LMOD_REF_COUNT_LIBRARY_PATH='/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:2;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4:1' -++ export __LMOD_REF_COUNT_LIBRARY_PATH -++ LIBRARY_PATH=/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4 -++ export LIBRARY_PATH -++ LIB_NAME=POST -++ export LIB_NAME -++ LMOD_FAMILY_COMPILER=intel -++ export LMOD_FAMILY_COMPILER -++ LMOD_FAMILY_COMPILER_VERSION=18.0.5.274 -++ export LMOD_FAMILY_COMPILER_VERSION -++ LMOD_FAMILY_MPI=impi -++ export LMOD_FAMILY_MPI -++ LMOD_FAMILY_MPI_VERSION=2018.0.4 -++ export LMOD_FAMILY_MPI_VERSION -++ __LMOD_REF_COUNT_LOADEDMODULES='contrib:1;sutils/default:1;intel/18.0.5.274:1;impi/2018.0.4:1;netcdf/4.7.0:1;bacio/2.0.3:1;ip/3.0.2:1;nemsio/2.2.4:1;sp/2.0.3:1;w3emc/2.3.1:1;w3nco/2.0.7:1;g2/3.1.1:1;g2tmpl/1.6.0:1;crtm/2.2.6:1;jasper/1.900.1:1;png/1.2.44:1;z/1.2.11:1;post/8.0.1:1;esmf/8.0.0:1;cmake/3.9.0:1;fv3:1' -++ export __LMOD_REF_COUNT_LOADEDMODULES -++ LOADEDMODULES=contrib:sutils/default:intel/18.0.5.274:impi/2018.0.4:netcdf/4.7.0:bacio/2.0.3:ip/3.0.2:nemsio/2.2.4:sp/2.0.3:w3emc/2.3.1:w3nco/2.0.7:g2/3.1.1:g2tmpl/1.6.0:crtm/2.2.6:jasper/1.900.1:png/1.2.44:z/1.2.11:post/8.0.1:esmf/8.0.0:cmake/3.9.0:fv3 -++ export LOADEDMODULES -++ __LMOD_REF_COUNT_MANPATH='/apps/netcdf/4.7.0/intel/18.0.5.274/share/man:1;/apps/intel/compilers_and_libraries_2018/linux/mpi/man:1;/apps/intel/parallel_studio_xe_2018.4.057/man/common:1;/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/man:1;/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/man:1;/apps/lmod/lmod/share/man:1;/apps/local/man:1;/apps/slurm/default/share/man:1;/apps/slurm/tools/sbank/share/man:1' -++ export __LMOD_REF_COUNT_MANPATH -++ MANPATH=/apps/netcdf/4.7.0/intel/18.0.5.274/share/man:/apps/intel/compilers_and_libraries_2018/linux/mpi/man:/apps/intel/parallel_studio_xe_2018.4.057/man/common:/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/man:/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/man:/apps/lmod/lmod/share/man::/apps/local/man:/apps/slurm/default/share/man:/apps/slurm/tools/sbank/share/man -++ export MANPATH -++ __LMOD_REF_COUNT_MODULEPATH='/contrib/modulefiles:3;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:2;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1;/apps/modules/modulefamilies/intel:1;/apps/modules/modulefamilies/intel_impi:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles:1' -++ export __LMOD_REF_COUNT_MODULEPATH -++ MODULEPATH=/contrib/modulefiles:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles:/apps/modules/modulefamilies/intel:/apps/modules/modulefamilies/intel_impi:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles -++ export MODULEPATH -++ MPM_LAUNCHER=/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/mpm/mic/bin/start_mpm.sh -++ export MPM_LAUNCHER -++ NCEPLIBS=/scratch2/NCEPDEV/nwprod/NCEPLIBS -++ export NCEPLIBS -++ NEMSIO_INC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/nemsio_v2.2.4 -++ export NEMSIO_INC -++ NEMSIO_LIB=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libnemsio_v2.2.4.a -++ export NEMSIO_LIB -++ NEMSIO_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/nemsio_v2.2.4 -++ export NEMSIO_SRC -++ NEMSIO_VER=v2.2.4 -++ export NEMSIO_VER -++ NETCDF=/apps/netcdf/4.7.0/intel/18.0.5.274 -++ export NETCDF -++ __LMOD_REF_COUNT_NLSPATH='/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64/locale/%l_%t/%N:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin/locale/%l_%t/%N:1;/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/intel64/share/locale/%l_%t/%N:1' -++ export __LMOD_REF_COUNT_NLSPATH -++ NLSPATH=/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64/locale/%l_%t/%N:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin/locale/%l_%t/%N:/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/intel64/share/locale/%l_%t/%N -++ export NLSPATH -++ __LMOD_REF_COUNT_PATH='/contrib/cmake/3.9.0/bin:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/bin:1;/apps/netcdf/4.7.0/intel/18.0.5.274/bin:1;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/bin/intel64:1;/contrib/sutils/bin:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:1;/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/opt/ibutils/bin:1;/apps/local/bin:1;/apps/local/sbin:1;/apps/slurm/default/tools:1;/apps/slurm/default/bin:1;/apps/slurm/default/sbin:1;/apps/slurm/tools/sbank/bin:1;/home/Dusan.Jovic/bin:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/dbrowse:1' -++ export __LMOD_REF_COUNT_PATH -++ PATH=/contrib/cmake/3.9.0/bin:/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/bin:/apps/netcdf/4.7.0/intel/18.0.5.274/bin:/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/bin/intel64:/contrib/sutils/bin:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/opt/ibutils/bin:/apps/local/bin:/apps/local/sbin:/apps/slurm/default/tools:/apps/slurm/default/bin:/apps/slurm/default/sbin:/apps/slurm/tools/sbank/bin:/home/Dusan.Jovic/bin:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/dbrowse -++ export PATH -++ __LMOD_REF_COUNT_PKG_CONFIG_PATH=/apps/intel/compilers_and_libraries_2018/linux/mkl/bin/pkgconfig:1 -++ export __LMOD_REF_COUNT_PKG_CONFIG_PATH -++ PKG_CONFIG_PATH=/apps/intel/compilers_and_libraries_2018/linux/mkl/bin/pkgconfig -++ export PKG_CONFIG_PATH -++ PNG_INC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/png_v1.2.44 -++ export PNG_INC -++ PNG_LIB=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libpng_v1.2.44.a -++ export PNG_LIB -++ PNG_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/thirdParty -++ export PNG_SRC -++ PNG_VER=v1.2.44 -++ export PNG_VER -++ POST_INC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ncep_post_v8.0.1_4 -++ export POST_INC -++ POST_LIB=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libncep_post_v8.0.1_4.a -++ export POST_LIB -++ POST_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/post_v8.0.1 -++ export POST_SRC -++ POST_VER=v8.0.1 -++ export POST_VER -++ SLURM_UTILS_PATH=/contrib/sutils/bin -++ export SLURM_UTILS_PATH -++ SP_LIB4=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_4.a -++ export SP_LIB4 -++ SP_LIB8=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_8.a -++ export SP_LIB8 -++ SP_LIBd=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_d.a -++ export SP_LIBd -++ SP_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/sp_v2.0.3 -++ export SP_SRC -++ SP_VER=v2.0.3 -++ export SP_VER -++ W3EMC_INC4=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/w3emc_v2.3.1_4 -++ export W3EMC_INC4 -++ W3EMC_INC8=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/w3emc_v2.3.1_8 -++ export W3EMC_INC8 -++ W3EMC_INCd=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/w3emc_v2.3.1_d -++ export W3EMC_INCd -++ W3EMC_LIB4=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_4.a -++ export W3EMC_LIB4 -++ W3EMC_LIB8=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_8.a -++ export W3EMC_LIB8 -++ W3EMC_LIBd=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_d.a -++ export W3EMC_LIBd -++ W3EMC_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/w3emc_v2.3.1 -++ export W3EMC_SRC -++ W3EMC_VER=v2.3.1 -++ export W3EMC_VER -++ W3NCO_LIB4=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_4.a -++ export W3NCO_LIB4 -++ W3NCO_LIB8=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_8.a -++ export W3NCO_LIB8 -++ W3NCO_LIBd=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_d.a -++ export W3NCO_LIBd -++ W3NCO_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/w3nco_v2.0.7 -++ export W3NCO_SRC -++ W3NCO_VER=v2.0.7 -++ export W3NCO_VER -++ Z_INC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/z_v1.2.11 -++ export Z_INC -++ Z_LIB=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libz_v1.2.11.a -++ export Z_LIB -++ Z_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/thirdParty -++ export Z_SRC -++ Z_VER=v1.2.11 -++ export Z_VER -++ __LMOD_REF_COUNT__LMFILES_='/apps/modules/modulefiles/contrib:1;/contrib/modulefiles/sutils/default:1;/apps/modules/modulefiles/intel/18.0.5.274:1;/apps/modules/modulefamilies/intel/impi/2018.0.4:1;/apps/modules/modulefamilies/intel/netcdf/4.7.0:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/bacio/2.0.3:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/ip/3.0.2:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/nemsio/2.2.4:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/sp/2.0.3:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3emc/2.3.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3nco/2.0.7:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2/3.1.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2tmpl/1.6.0:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/crtm/2.2.6:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/jasper/1.900.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/png/1.2.44:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/z/1.2.11:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/post/8.0.1:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles/esmf/8.0.0:1;/contrib/modulefiles/cmake/3.9.0:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel/fv3:1' -++ export __LMOD_REF_COUNT__LMFILES_ -++ _LMFILES_=/apps/modules/modulefiles/contrib:/contrib/modulefiles/sutils/default:/apps/modules/modulefiles/intel/18.0.5.274:/apps/modules/modulefamilies/intel/impi/2018.0.4:/apps/modules/modulefamilies/intel/netcdf/4.7.0:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/bacio/2.0.3:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/ip/3.0.2:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/nemsio/2.2.4:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/sp/2.0.3:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3emc/2.3.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3nco/2.0.7:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2/3.1.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2tmpl/1.6.0:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/crtm/2.2.6:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/jasper/1.900.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/png/1.2.44:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/z/1.2.11:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/post/8.0.1:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles/esmf/8.0.0:/contrib/modulefiles/cmake/3.9.0:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel/fv3 -++ export _LMFILES_ -++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJpbXBpIix9LG1UPXtiYWNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvYmFjaW8vMi4wLjMiLFsiZnVsbE5hbWUiXT0iYmFjaW8vMi4wLjMiLFsibG9hZE9yZGVyIl09Nixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJiYWNpby8yLjAuMyIsfSxjbWFrZT17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9jbWFrZS8zLjkuMCIsWyJmdWxs -++ export _ModuleTable001_ -++ _ModuleTable002_=TmFtZSJdPSJjbWFrZS8zLjkuMCIsWyJsb2FkT3JkZXIiXT0yMCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjbWFrZS8zLjkuMCIsfSxjb250cmliPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvY29udHJpYiIsWyJmdWxsTmFtZSJdPSJjb250cmliIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY29udHJpYiIsfSxjcnRtPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9jcnRtLzIuMi42IixbImZ1bGxOYW1lIl09ImNydG0vMi4yLjYiLFsibG9hZE9yZGVy -++ export _ModuleTable002_ -++ _ModuleTable003_=Il09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL2Z2My1jYW0vRHVzYW4uSm92aWMvdWZzL3ByMTgvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvaGVyYS5pbnRlbC9mdjMiLFsi -++ export _ModuleTable003_ -++ _ModuleTable004_=ZnVsbE5hbWUiXT0iZnYzIixbImxvYWRPcmRlciJdPTIxLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTAsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImZ2MyIsfSxnMj17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzIvMy4xLjEiLFsiZnVsbE5hbWUiXT0iZzIvMy4xLjEiLFsibG9hZE9yZGVyIl09MTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZzIvMy4xLjEiLH0sZzJ0bXBsPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9nMnRtcGwvMS42LjAiLFsiZnVsbE5hbWUiXT0iZzJ0bXBsLzEuNi4w -++ export _ModuleTable004_ -++ _ModuleTable005_=IixbImxvYWRPcmRlciJdPTEzLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcydG1wbC8xLjYuMCIsfSxpbXBpPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwvaW1waS8yMDE4LjAuNCIsWyJmdWxsTmFtZSJdPSJpbXBpLzIwMTguMC40IixbImxvYWRPcmRlciJdPTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW1waS8yMDE4LjAuNCIsfSxpbnRlbD17WyJmbiJdPSIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL2ludGVsLzE4LjAuNS4yNzQiLFsiZnVsbE5hbWUiXT0iaW50ZWwvMTguMC41LjI3NCIsWyJsb2FkT3JkZXIi -++ export _ModuleTable005_ -++ _ModuleTable006_=XT0zLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImludGVsLzE4LjAuNS4yNzQiLH0saXA9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2lwLzMuMC4yIixbImZ1bGxOYW1lIl09ImlwLzMuMC4yIixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaXAvMy4wLjIiLH0samFzcGVyPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9qYXNwZXIvMS45MDAuMSIsWyJmdWxsTmFtZSJdPSJqYXNwZXIvMS45MDAuMSIsWyJsb2FkT3JkZXIi -++ export _ModuleTable006_ -++ _ModuleTable007_=XT0xNSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJqYXNwZXIvMS45MDAuMSIsfSxuZW1zaW89e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL25lbXNpby8yLjIuNCIsWyJmdWxsTmFtZSJdPSJuZW1zaW8vMi4yLjQiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZW1zaW8vMi4yLjQiLH0sbmV0Y2RmPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwvbmV0Y2RmLzQuNy4wIixbImZ1bGxOYW1lIl09Im5ldGNkZi80LjcuMCIsWyJsb2FkT3JkZXIi -++ export _ModuleTable007_ -++ _ModuleTable008_=XT01LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5ldGNkZi80LjcuMCIsfSxwbmc9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3BuZy8xLjIuNDQiLFsiZnVsbE5hbWUiXT0icG5nLzEuMi40NCIsWyJsb2FkT3JkZXIiXT0xNixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJwbmcvMS4yLjQ0Iix9LHBvc3Q9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3Bvc3QvOC4wLjEiLFsiZnVsbE5hbWUiXT0icG9zdC84LjAuMSIsWyJsb2FkT3JkZXIiXT0xOCxw -++ export _ModuleTable008_ -++ _ModuleTable009_=cm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJwb3N0LzguMC4xIix9LHNwPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9zcC8yLjAuMyIsWyJmdWxsTmFtZSJdPSJzcC8yLjAuMyIsWyJsb2FkT3JkZXIiXT05LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InNwLzIuMC4zIix9LHN1dGlscz17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9zdXRpbHMvZGVmYXVsdCIsWyJmdWxsTmFtZSJdPSJzdXRpbHMvZGVmYXVsdCIsWyJsb2FkT3JkZXIiXT0yLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0 -++ export _ModuleTable009_ -++ _ModuleTable010_=dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InN1dGlscyIsfSx3M2VtYz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNlbWMvMi4zLjEiLFsiZnVsbE5hbWUiXT0idzNlbWMvMi4zLjEiLFsibG9hZE9yZGVyIl09MTAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNlbWMvMi4zLjEiLH0sdzNuY289e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czbmNvLzIuMC43IixbImZ1bGxOYW1lIl09InczbmNvLzIuMC43IixbImxvYWRPcmRlciJdPTExLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMi -++ export _ModuleTable010_ -++ _ModuleTable011_=XT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHo9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3ovMS4yLjExIixbImZ1bGxOYW1lIl09InovMS4yLjExIixbImxvYWRPcmRlciJdPTE3LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InovMS4yLjExIix9LH0sbXBhdGhBPXsiL2NvbnRyaWIvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDIvTkNFUERFVi9mdjMtY2FtL0R1c2FuLkpvdmljL3Vmcy9wcjE4L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL2hlcmEuaW50ZWwiLCIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi9hcHBz -++ export _ModuleTable011_ -++ _ModuleTable012_=L21vZHVsZXMvbW9kdWxlZmlsZXMvTGludXgiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L2NyYXlwZS9kZWZhdWx0L21vZHVsZWZpbGVzIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbCIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWxfaW1waSIsIi9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcyIsIi9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmU6L2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9M -++ export _ModuleTable012_ -++ _ModuleTable013_=aW51eDovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzOi9vcHQvY3JheS9tb2R1bGVmaWxlczovb3B0L2NyYXkvY3JheXBlL2RlZmF1bHQvbW9kdWxlZmlsZXMiLH0= -++ export _ModuleTable013_ -++ _ModuleTable_Sz_=13 -++ export _ModuleTable_Sz_ -++ : -s sh -+ eval -+ module list -++ /apps/lmod/7.7.18/libexec/lmod bash list -+ eval echo ''\'''\'';' echo ''\''Currently'\''' ''\''Loaded'\''' ''\''Modules:'\'';' echo ''\'''\''' ''\'''\''' ''\''1)'\''' ''\''contrib'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''7)'\''' ''\''ip/3.0.2'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''13)'\''' ''\''g2tmpl/1.6.0'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''19)'\''' ''\''esmf/8.0.0'\'';' echo ''\'''\''' ''\'''\''' ''\''2)'\''' ''\''sutils/default'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''8)'\''' ''\''nemsio/2.2.4'\''' ''\'''\''' ''\''14)'\''' ''\''crtm/2.2.6'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''20)'\''' ''\''cmake/3.9.0'\'';' echo ''\'''\''' ''\'''\''' ''\''3)'\''' ''\''intel/18.0.5.274'\''' ''\'''\''' ''\'''\''' ''\''9)'\''' ''\''sp/2.0.3'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''15)'\''' ''\''jasper/1.900.1'\''' ''\'''\''' ''\''21)'\''' ''\''fv3'\'';' echo ''\'''\''' ''\'''\''' ''\''4)'\''' ''\''impi/2018.0.4'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''10)'\''' ''\''w3emc/2.3.1'\''' ''\'''\''' ''\'''\''' ''\''16)'\''' ''\''png/1.2.44'\'';' echo ''\'''\''' ''\'''\''' ''\''5)'\''' ''\''netcdf/4.7.0'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''11)'\''' ''\''w3nco/2.0.7'\''' ''\'''\''' ''\'''\''' ''\''17)'\''' ''\''z/1.2.11'\'';' echo ''\'''\''' ''\'''\''' ''\''6)'\''' ''\''bacio/2.0.3'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''12)'\''' ''\''g2/3.1.1'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''18)'\''' ''\''post/8.0.1'\'';' echo ''\'''\'';' echo ''\'''\''' ''\'''\'';' echo ''\'''\'';' 'MODULEPATH="/contrib/modulefiles:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles:/apps/modules/modulefamilies/intel:/apps/modules/modulefamilies/intel_impi:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles";' export 'MODULEPATH;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJpbXBpIix9LG1UPXtiYWNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvYmFjaW8vMi4wLjMiLFsiZnVsbE5hbWUiXT0iYmFjaW8vMi4wLjMiLFsibG9hZE9yZGVyIl09Nixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJiYWNpby8yLjAuMyIsfSxjbWFrZT17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9jbWFrZS8zLjkuMCIsWyJmdWxs";' export '_ModuleTable001_;' '_ModuleTable002_="TmFtZSJdPSJjbWFrZS8zLjkuMCIsWyJsb2FkT3JkZXIiXT0yMCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjbWFrZS8zLjkuMCIsfSxjb250cmliPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvY29udHJpYiIsWyJmdWxsTmFtZSJdPSJjb250cmliIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY29udHJpYiIsfSxjcnRtPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9jcnRtLzIuMi42IixbImZ1bGxOYW1lIl09ImNydG0vMi4yLjYiLFsibG9hZE9yZGVy";' export '_ModuleTable002_;' '_ModuleTable003_="Il09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL2Z2My1jYW0vRHVzYW4uSm92aWMvdWZzL3ByMTgvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvaGVyYS5pbnRlbC9mdjMiLFsi";' export '_ModuleTable003_;' '_ModuleTable004_="ZnVsbE5hbWUiXT0iZnYzIixbImxvYWRPcmRlciJdPTIxLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTAsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImZ2MyIsfSxnMj17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzIvMy4xLjEiLFsiZnVsbE5hbWUiXT0iZzIvMy4xLjEiLFsibG9hZE9yZGVyIl09MTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZzIvMy4xLjEiLH0sZzJ0bXBsPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9nMnRtcGwvMS42LjAiLFsiZnVsbE5hbWUiXT0iZzJ0bXBsLzEuNi4w";' export '_ModuleTable004_;' '_ModuleTable005_="IixbImxvYWRPcmRlciJdPTEzLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcydG1wbC8xLjYuMCIsfSxpbXBpPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwvaW1waS8yMDE4LjAuNCIsWyJmdWxsTmFtZSJdPSJpbXBpLzIwMTguMC40IixbImxvYWRPcmRlciJdPTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW1waS8yMDE4LjAuNCIsfSxpbnRlbD17WyJmbiJdPSIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL2ludGVsLzE4LjAuNS4yNzQiLFsiZnVsbE5hbWUiXT0iaW50ZWwvMTguMC41LjI3NCIsWyJsb2FkT3JkZXIi";' export '_ModuleTable005_;' '_ModuleTable006_="XT0zLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImludGVsLzE4LjAuNS4yNzQiLH0saXA9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2lwLzMuMC4yIixbImZ1bGxOYW1lIl09ImlwLzMuMC4yIixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaXAvMy4wLjIiLH0samFzcGVyPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9qYXNwZXIvMS45MDAuMSIsWyJmdWxsTmFtZSJdPSJqYXNwZXIvMS45MDAuMSIsWyJsb2FkT3JkZXIi";' export '_ModuleTable006_;' '_ModuleTable007_="XT0xNSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJqYXNwZXIvMS45MDAuMSIsfSxuZW1zaW89e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL25lbXNpby8yLjIuNCIsWyJmdWxsTmFtZSJdPSJuZW1zaW8vMi4yLjQiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZW1zaW8vMi4yLjQiLH0sbmV0Y2RmPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwvbmV0Y2RmLzQuNy4wIixbImZ1bGxOYW1lIl09Im5ldGNkZi80LjcuMCIsWyJsb2FkT3JkZXIi";' export '_ModuleTable007_;' '_ModuleTable008_="XT01LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5ldGNkZi80LjcuMCIsfSxwbmc9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3BuZy8xLjIuNDQiLFsiZnVsbE5hbWUiXT0icG5nLzEuMi40NCIsWyJsb2FkT3JkZXIiXT0xNixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJwbmcvMS4yLjQ0Iix9LHBvc3Q9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3Bvc3QvOC4wLjEiLFsiZnVsbE5hbWUiXT0icG9zdC84LjAuMSIsWyJsb2FkT3JkZXIiXT0xOCxw";' export '_ModuleTable008_;' '_ModuleTable009_="cm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJwb3N0LzguMC4xIix9LHNwPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9zcC8yLjAuMyIsWyJmdWxsTmFtZSJdPSJzcC8yLjAuMyIsWyJsb2FkT3JkZXIiXT05LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InNwLzIuMC4zIix9LHN1dGlscz17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9zdXRpbHMvZGVmYXVsdCIsWyJmdWxsTmFtZSJdPSJzdXRpbHMvZGVmYXVsdCIsWyJsb2FkT3JkZXIiXT0yLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0";' export '_ModuleTable009_;' '_ModuleTable010_="dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InN1dGlscyIsfSx3M2VtYz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNlbWMvMi4zLjEiLFsiZnVsbE5hbWUiXT0idzNlbWMvMi4zLjEiLFsibG9hZE9yZGVyIl09MTAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNlbWMvMi4zLjEiLH0sdzNuY289e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czbmNvLzIuMC43IixbImZ1bGxOYW1lIl09InczbmNvLzIuMC43IixbImxvYWRPcmRlciJdPTExLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMi";' export '_ModuleTable010_;' '_ModuleTable011_="XT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHo9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3ovMS4yLjExIixbImZ1bGxOYW1lIl09InovMS4yLjExIixbImxvYWRPcmRlciJdPTE3LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InovMS4yLjExIix9LH0sbXBhdGhBPXsiL2NvbnRyaWIvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDIvTkNFUERFVi9mdjMtY2FtL0R1c2FuLkpvdmljL3Vmcy9wcjE4L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL2hlcmEuaW50ZWwiLCIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi9hcHBz";' export '_ModuleTable011_;' '_ModuleTable012_="L21vZHVsZXMvbW9kdWxlZmlsZXMvTGludXgiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L2NyYXlwZS9kZWZhdWx0L21vZHVsZWZpbGVzIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbCIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWxfaW1waSIsIi9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcyIsIi9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmU6L2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9M";' export '_ModuleTable012_;' '_ModuleTable013_="aW51eDovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzOi9vcHQvY3JheS9tb2R1bGVmaWxlczovb3B0L2NyYXkvY3JheXBlL2RlZmF1bHQvbW9kdWxlZmlsZXMiLH0=";' export '_ModuleTable013_;' '_ModuleTable_Sz_="13";' export '_ModuleTable_Sz_;' -++ echo '' - -++ echo Currently Loaded Modules: -Currently Loaded Modules: -++ echo '' '' '1)' contrib '' '' '' '' '' '' '' '' '' '' '' '7)' ip/3.0.2 '' '' '' '' '' '13)' g2tmpl/1.6.0 '' '' '' '19)' esmf/8.0.0 - 1) contrib 7) ip/3.0.2 13) g2tmpl/1.6.0 19) esmf/8.0.0 -++ echo '' '' '2)' sutils/default '' '' '' '' '8)' nemsio/2.2.4 '' '14)' crtm/2.2.6 '' '' '' '' '' '20)' cmake/3.9.0 - 2) sutils/default 8) nemsio/2.2.4 14) crtm/2.2.6 20) cmake/3.9.0 -++ echo '' '' '3)' intel/18.0.5.274 '' '' '9)' sp/2.0.3 '' '' '' '' '' '15)' jasper/1.900.1 '' '21)' fv3 - 3) intel/18.0.5.274 9) sp/2.0.3 15) jasper/1.900.1 21) fv3 -++ echo '' '' '4)' impi/2018.0.4 '' '' '' '' '10)' w3emc/2.3.1 '' '' '16)' png/1.2.44 - 4) impi/2018.0.4 10) w3emc/2.3.1 16) png/1.2.44 -++ echo '' '' '5)' netcdf/4.7.0 '' '' '' '' '' '11)' w3nco/2.0.7 '' '' '17)' z/1.2.11 - 5) netcdf/4.7.0 11) w3nco/2.0.7 17) z/1.2.11 -++ echo '' '' '6)' bacio/2.0.3 '' '' '' '' '' '' '12)' g2/3.1.1 '' '' '' '' '' '18)' post/8.0.1 - 6) bacio/2.0.3 12) g2/3.1.1 18) post/8.0.1 -++ echo '' - -++ echo '' '' - -++ echo '' - -++ MODULEPATH=/contrib/modulefiles:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles:/apps/modules/modulefamilies/intel:/apps/modules/modulefamilies/intel_impi:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles -++ export MODULEPATH -++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJpbXBpIix9LG1UPXtiYWNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvYmFjaW8vMi4wLjMiLFsiZnVsbE5hbWUiXT0iYmFjaW8vMi4wLjMiLFsibG9hZE9yZGVyIl09Nixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJiYWNpby8yLjAuMyIsfSxjbWFrZT17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9jbWFrZS8zLjkuMCIsWyJmdWxs -++ export _ModuleTable001_ -++ _ModuleTable002_=TmFtZSJdPSJjbWFrZS8zLjkuMCIsWyJsb2FkT3JkZXIiXT0yMCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjbWFrZS8zLjkuMCIsfSxjb250cmliPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvY29udHJpYiIsWyJmdWxsTmFtZSJdPSJjb250cmliIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY29udHJpYiIsfSxjcnRtPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9jcnRtLzIuMi42IixbImZ1bGxOYW1lIl09ImNydG0vMi4yLjYiLFsibG9hZE9yZGVy -++ export _ModuleTable002_ -++ _ModuleTable003_=Il09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL2Z2My1jYW0vRHVzYW4uSm92aWMvdWZzL3ByMTgvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvaGVyYS5pbnRlbC9mdjMiLFsi -++ export _ModuleTable003_ -++ _ModuleTable004_=ZnVsbE5hbWUiXT0iZnYzIixbImxvYWRPcmRlciJdPTIxLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTAsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImZ2MyIsfSxnMj17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzIvMy4xLjEiLFsiZnVsbE5hbWUiXT0iZzIvMy4xLjEiLFsibG9hZE9yZGVyIl09MTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZzIvMy4xLjEiLH0sZzJ0bXBsPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9nMnRtcGwvMS42LjAiLFsiZnVsbE5hbWUiXT0iZzJ0bXBsLzEuNi4w -++ export _ModuleTable004_ -++ _ModuleTable005_=IixbImxvYWRPcmRlciJdPTEzLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcydG1wbC8xLjYuMCIsfSxpbXBpPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwvaW1waS8yMDE4LjAuNCIsWyJmdWxsTmFtZSJdPSJpbXBpLzIwMTguMC40IixbImxvYWRPcmRlciJdPTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW1waS8yMDE4LjAuNCIsfSxpbnRlbD17WyJmbiJdPSIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL2ludGVsLzE4LjAuNS4yNzQiLFsiZnVsbE5hbWUiXT0iaW50ZWwvMTguMC41LjI3NCIsWyJsb2FkT3JkZXIi -++ export _ModuleTable005_ -++ _ModuleTable006_=XT0zLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImludGVsLzE4LjAuNS4yNzQiLH0saXA9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2lwLzMuMC4yIixbImZ1bGxOYW1lIl09ImlwLzMuMC4yIixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaXAvMy4wLjIiLH0samFzcGVyPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9qYXNwZXIvMS45MDAuMSIsWyJmdWxsTmFtZSJdPSJqYXNwZXIvMS45MDAuMSIsWyJsb2FkT3JkZXIi -++ export _ModuleTable006_ -++ _ModuleTable007_=XT0xNSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJqYXNwZXIvMS45MDAuMSIsfSxuZW1zaW89e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL25lbXNpby8yLjIuNCIsWyJmdWxsTmFtZSJdPSJuZW1zaW8vMi4yLjQiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZW1zaW8vMi4yLjQiLH0sbmV0Y2RmPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwvbmV0Y2RmLzQuNy4wIixbImZ1bGxOYW1lIl09Im5ldGNkZi80LjcuMCIsWyJsb2FkT3JkZXIi -++ export _ModuleTable007_ -++ _ModuleTable008_=XT01LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5ldGNkZi80LjcuMCIsfSxwbmc9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3BuZy8xLjIuNDQiLFsiZnVsbE5hbWUiXT0icG5nLzEuMi40NCIsWyJsb2FkT3JkZXIiXT0xNixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJwbmcvMS4yLjQ0Iix9LHBvc3Q9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3Bvc3QvOC4wLjEiLFsiZnVsbE5hbWUiXT0icG9zdC84LjAuMSIsWyJsb2FkT3JkZXIiXT0xOCxw -++ export _ModuleTable008_ -++ _ModuleTable009_=cm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJwb3N0LzguMC4xIix9LHNwPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9zcC8yLjAuMyIsWyJmdWxsTmFtZSJdPSJzcC8yLjAuMyIsWyJsb2FkT3JkZXIiXT05LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InNwLzIuMC4zIix9LHN1dGlscz17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9zdXRpbHMvZGVmYXVsdCIsWyJmdWxsTmFtZSJdPSJzdXRpbHMvZGVmYXVsdCIsWyJsb2FkT3JkZXIiXT0yLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0 -++ export _ModuleTable009_ -++ _ModuleTable010_=dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InN1dGlscyIsfSx3M2VtYz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNlbWMvMi4zLjEiLFsiZnVsbE5hbWUiXT0idzNlbWMvMi4zLjEiLFsibG9hZE9yZGVyIl09MTAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNlbWMvMi4zLjEiLH0sdzNuY289e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czbmNvLzIuMC43IixbImZ1bGxOYW1lIl09InczbmNvLzIuMC43IixbImxvYWRPcmRlciJdPTExLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMi -++ export _ModuleTable010_ -++ _ModuleTable011_=XT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHo9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3ovMS4yLjExIixbImZ1bGxOYW1lIl09InovMS4yLjExIixbImxvYWRPcmRlciJdPTE3LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InovMS4yLjExIix9LH0sbXBhdGhBPXsiL2NvbnRyaWIvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDIvTkNFUERFVi9mdjMtY2FtL0R1c2FuLkpvdmljL3Vmcy9wcjE4L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL2hlcmEuaW50ZWwiLCIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi9hcHBz -++ export _ModuleTable011_ -++ _ModuleTable012_=L21vZHVsZXMvbW9kdWxlZmlsZXMvTGludXgiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L2NyYXlwZS9kZWZhdWx0L21vZHVsZWZpbGVzIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbCIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWxfaW1waSIsIi9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcyIsIi9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmU6L2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9M -++ export _ModuleTable012_ -++ _ModuleTable013_=aW51eDovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzOi9vcHQvY3JheS9tb2R1bGVmaWxlczovb3B0L2NyYXkvY3JheXBlL2RlZmF1bHQvbW9kdWxlZmlsZXMiLH0= -++ export _ModuleTable013_ -++ _ModuleTable_Sz_=13 -++ export _ModuleTable_Sz_ -++ : -s sh -+ eval -+ cd build_fv3_22 -+ cmake /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model -D32BIT=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=ON -DSTATIC=ON -DMULTI_GASES=OFF --- The C compiler identification is Intel 18.0.5.20180823 --- The CXX compiler identification is Intel 18.0.5.20180823 --- The Fortran compiler identification is Intel 18.0.5.20180823 --- Check for working C compiler: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiicc --- Check for working C compiler: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiicc -- works --- Detecting C compiler ABI info --- Detecting C compiler ABI info - done --- Detecting C compile features --- Detecting C compile features - done --- Check for working CXX compiler: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiicpc --- Check for working CXX compiler: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiicpc -- works --- Detecting CXX compiler ABI info --- Detecting CXX compiler ABI info - done --- Detecting CXX compile features --- Detecting CXX compile features - done --- Check for working Fortran compiler: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort --- Check for working Fortran compiler: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -- works --- Detecting Fortran compiler ABI info --- Detecting Fortran compiler ABI info - done --- Checking whether /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort supports Fortran 90 --- Checking whether /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort supports Fortran 90 -- yes --- Found MPI_C: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpifort.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/release_mt/libmpi.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpigi.a;/usr/lib64/libdl.so;/usr/lib64/librt.so;/usr/lib64/libpthread.so --- Found MPI_CXX: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpicxx.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpifort.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/release_mt/libmpi.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpigi.a;/usr/lib64/libdl.so;/usr/lib64/librt.so;/usr/lib64/libpthread.so --- Found MPI_Fortran: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpifort.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/release_mt/libmpi.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpigi.a;/usr/lib64/libdl.so;/usr/lib64/librt.so;/usr/lib64/libpthread.so -ESMFMKFILE: /scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/lib/esmf.mk - Found ESMF: -ESMF_VERSION_MAJOR: 8 -ESMF_F90COMPILEPATHS: /scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod;/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include;/apps/netcdf/4.6.1/intel/16.1.150/include -ESMF_F90ESMFLINKRPATHS: -Wl,-rpath,/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/lib -ESMF_F90ESMFLINKLIBS: -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf --- Found ESMF: /scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod;/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include;/apps/netcdf/4.6.1/intel/16.1.150/include (found version "8.0.0") - -Setting configuration for hera.intel - -C compiler: Intel 18.0.5.20180823 (mpiicc) -CXX compiler: Intel 18.0.5.20180823 (mpiicpc) -Fortran compiler: Intel 18.0.5.20180823 (mpiifort) - -DEBUG is disabled -REPRO is disabled -32BIT is ENABLED -OPENMP is ENABLED -AVX2 is ENABLED -INLINE_POST is ENABLED - - -Selected physics package: gfs - -Force 64 bits in gfsphysics -Force 64 bits in ipd --- Dynamics compiled with 32-bit option, adjust fv_sat_adj types --- Detecting OpenMP flags for Intel C compiler: -qopenmp --- Detecting OpenMP flags for Intel C++ compiler: -qopenmp --- Detecting OpenMP flags for Intel Fortran compiler: -qopenmp --- Enable OpenMP support for C/C++/Fortran compiler --- Disable SIONlib support --- Disable Intel MKL support --- Enable netCDF support --- Disable ESMF support --- Disable multi-gases physics --- Detecting OpenMP flags for Intel C compiler: -qopenmp --- Detecting OpenMP flags for Intel C++ compiler: -qopenmp --- Detecting OpenMP flags for Intel Fortran compiler: -qopenmp --- Enable OpenMP support for C/C++/Fortran compiler --- Found LibXml2: /usr/lib64/libxml2.so (found version "2.9.1") --- Found Doxygen: /usr/bin/doxygen (found version "1.8.5") found components: doxygen dot --- Detecting OpenMP flags for Intel C compiler: -qopenmp --- Detecting OpenMP flags for Intel C++ compiler: -qopenmp --- Detecting OpenMP flags for Intel Fortran compiler: -qopenmp --- Enable OpenMP support for C/C++/Fortran compiler -INFOGot CCPP_SCHEMES from environment variable: /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/aer_cloud.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/aerclm_def.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/aerinterp.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/calpreciptype.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cldwat2m_micro.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cldmacro.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/date_def.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/funcphys.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gcycle.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/h2o_def.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/h2ointerp.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/iccn_def.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/iccninterp.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/iounitdef.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/machine.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mersenne_twister.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfpbl.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg_utils.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg2_0.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg3_0.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/multi_gases.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_model.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_parameters.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_radar.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_thompson.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MP_FER_HIRES.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_bl_mynn.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_mynn.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_orowam2017.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/namelist_soilveg.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfpblt.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfpbltq.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfscu.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfscuq.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/noahmp_tables.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/num_parthds.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozne_def.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozinterp.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/physcons.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/physparam.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radcons.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_aerosols.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_astronomy.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_clouds.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_gases.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_surface.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radlw_datatb.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radlw_param.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radsw_datatb.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radsw_param.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/samfaerosols.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfcsub.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sflx.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/set_soilveg.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/surface_perturbation.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_deep.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_sh.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/tridi.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/wv_saturation.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_soil_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rayleigh_damp.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radsw_main.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_ocean.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gwdc.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gscond.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ysuvdif.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_sice.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/samfdeepcnv.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/satmedmfvdif.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozphys_2015.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/samfshalcnv.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/precpd.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_fer_hires.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diag.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radlw_main.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_debug.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/satmedmfvdifq.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cs_conv.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/shinhongvdif.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/h2ophys.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_nst.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/moninedmf.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diff.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diag_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/m_micro.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gcm_shoc.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gwdps.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/shalcnv.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/get_prs_fv3.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozphys.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_stochastics.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/drag_suite.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_cice.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sascnvn.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cnvc90.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_drv.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/dcyc2.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/moninshoc.f -INFOGot CAPS from environment variable: /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_22/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_22/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_fast_physics_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_22/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_time_vary_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_22/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_radiation_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_22/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_physics_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_22/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_stochastics_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_22/FV3/ccpp/physics/ccpp_FV3_GFS_v15_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_22/FV3/ccpp/physics/ccpp_FV3_GFS_v15_fast_physics_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_22/FV3/ccpp/physics/ccpp_FV3_GFS_v15_time_vary_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_22/FV3/ccpp/physics/ccpp_FV3_GFS_v15_radiation_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_22/FV3/ccpp/physics/ccpp_FV3_GFS_v15_physics_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_22/FV3/ccpp/physics/ccpp_FV3_GFS_v15_stochastics_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_22/FV3/ccpp/physics/ccpp_FV3_GFS_v15plus_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_22/FV3/ccpp/physics/ccpp_FV3_GFS_v15plus_fast_physics_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_22/FV3/ccpp/physics/ccpp_FV3_GFS_v15plus_time_vary_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_22/FV3/ccpp/physics/ccpp_FV3_GFS_v15plus_radiation_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_22/FV3/ccpp/physics/ccpp_FV3_GFS_v15plus_physics_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_22/FV3/ccpp/physics/ccpp_FV3_GFS_v15plus_stochastics_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_22/FV3/ccpp/physics/ccpp_FV3_CPT_v0_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_22/FV3/ccpp/physics/ccpp_FV3_CPT_v0_fast_physics_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_22/FV3/ccpp/physics/ccpp_FV3_CPT_v0_time_vary_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_22/FV3/ccpp/physics/ccpp_FV3_CPT_v0_radiation_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_22/FV3/ccpp/physics/ccpp_FV3_CPT_v0_physics_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_22/FV3/ccpp/physics/ccpp_FV3_CPT_v0_stochastics_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_22/FV3/ccpp/physics/ccpp_FV3_GSD_v0_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_22/FV3/ccpp/physics/ccpp_FV3_GSD_v0_time_vary_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_22/FV3/ccpp/physics/ccpp_FV3_GSD_v0_radiation_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_22/FV3/ccpp/physics/ccpp_FV3_GSD_v0_physics_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_22/FV3/ccpp/physics/ccpp_FV3_GSD_v0_stochastics_cap.F90 -Force 64 bits in CCPP_layer -Force 64 bits in stochastic_physics --- Configuring done --- Generating done --- Build files have been written to: /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_22 -+ make -j 8 -Scanning dependencies of target ccpp -Scanning dependencies of target fv3cpl -[ 0%] Building Fortran object FV3/ccpp/framework/src/CMakeFiles/ccpp.dir/ccpp_errors.F90.o -[ 0%] Building Fortran object FV3/ccpp/framework/src/CMakeFiles/ccpp.dir/ccpp_types.F90.o -[ 0%] Building Fortran object FV3/cpl/CMakeFiles/fv3cpl.dir/module_cap_cpl.F90.o -[ 0%] Building Fortran object FV3/cpl/CMakeFiles/fv3cpl.dir/module_cplfields.F90.o -[ 0%] Building Fortran object FV3/ccpp/framework/src/CMakeFiles/ccpp.dir/ccpp.F90.o -Scanning dependencies of target fms -[ 0%] Building Fortran object CMakeFiles/fms.dir/FMS/platform/platform.F90.o -[ 0%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_parameter.F90.o -[ 1%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_input.F90.o -[ 1%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_core.F90.o -[ 1%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/cloud_interpolator.F90.o -[ 2%] Building Fortran object FV3/ccpp/framework/src/CMakeFiles/ccpp.dir/ccpp_api.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/random_numbers/MersenneTwister.F90.o -[ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_io.F90.o -[ 2%] Linking Fortran static library libccpp.a -[ 2%] Built target ccpp -[ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/sat_vapor_pres/sat_vapor_pres_k.F90.o -[ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/constants/constants.F90.o -[ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_data.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp.F90.o -Scanning dependencies of target ccppphys -[ 2%] Linking Fortran static library libfv3cpl.a -[ 2%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mersenne_twister.f.o -[ 3%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFDL_parse_tracers.F90.o -[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/machine.F.o -[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_mp_radar.F90.o -[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/iounitdef.f.o -[ 5%] Built target fv3cpl -[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/namelist_soilveg.f.o -[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/namelist_soilveg_ruc.F90.o -[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_noahmp_glacier.f90.o -[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_noahmplsm.f90.o -[ 8%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/noahmp_tables.f90.o -[ 8%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_soil_pre.F90.o -[ 9%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/physcons.F90.o -[ 9%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/aerclm_def.F.o -[ 9%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/physparam.f.o -[ 9%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/h2o_def.f.o -[ 9%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/iccn_def.F.o -[ 9%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/micro_mg_utils.F90.o -[ 9%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozne_def.f.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 9%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/surface_perturbation.F90.o -[ 10%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_deep.F90.o -[ 11%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_gfdl_cloud_microphys.F90.o -[ 11%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gfs_phy_tracer_config.F.o -[ 11%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radcons.f90.o -[ 11%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/set_soilveg.f.o -[ 11%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MP_FER_HIRES.F90.o -[ 11%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_BL_MYJPBL.F90.o -[ 11%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/date_def.f.o -[ 11%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_mp_thompson.F90.o -[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gwdps.f.o -[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_SF_JSFC.F90.o -[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_ruclsm.F90.o -[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/set_soilveg_ruc.F90.o -[ 13%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/__/__/gfsphysics/CCPP_layer/CCPP_typedefs.F90.o -[ 13%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_post.F90.o -[ 14%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cnvc90.f.o -[ 14%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_DCNV_generic.F90.o -[ 14%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_GWD_generic.F90.o -[ 14%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_MP_generic.F90.o -[ 15%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_PBL_generic.F90.o -[ 15%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_SCNV_generic.F90.o -[ 15%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_composites.F90.o -[ 15%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_loop_control.F90.o -[ 15%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_efp.F90.o -[ 16%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_memutils.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 16%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_pset.F90.o -[ 16%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_type.F90.o -[ 16%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/maximum_hourly_diagnostics.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 17%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozphys.f.o -[ 18%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/gradient.F90.o -[ 18%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rayleigh_damp.f.o -[ 18%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_diag_post.F90.o -[ 19%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_domains.F90.o -[ 20%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_diff.f.o -[ 20%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_stochastics.F90.o -[ 20%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/h2ophys.f.o -[ 20%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozphys_2015.f.o -[ 21%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cs_conv_aw_adj.F90.o -[ 21%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/m_micro_interstitial.F90.o -[ 21%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver_post.F90.o -[ 21%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver_pre.F90.o -[ 21%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/lsm_ruc_sfc_sice_interstitial.F90.o -[ 21%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_thompson_post.F90.o -[ 21%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNrad_post.F90.o -[ 22%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/funcphys.f90.o -[ 23%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radlw_param.f.o -[ 23%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radsw_param.f.o -[ 23%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_nst_parameters.f90.o -[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_bl_mynn.F90.o -[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_initialize.F90.o -[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_astronomy.f.o -[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_surface.f.o -[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/samfaerosols.F.o -[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/aerinterp.F90.o -[ 25%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/h2ointerp.f90.o -[ 25%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/iccninterp.F90.o -[ 25%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozinterp.f90.o -[ 25%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/aer_cloud.F.o -[ 25%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_mp_thompson_make_number_concentrations.F90.o -[ 25%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gfdl_fv_sat_adj.F90.o -[ 25%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/get_prs_fv3.F90.o -[ 25%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gfdl_cloud_microphys.F90.o -[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_generic.F90.o -[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_drv_ruc.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNrad_pre.F90.o -[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/__/__/gfsphysics/GFS_layer/GFS_typedefs.F90.o -[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/wv_saturation.F.o -[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_nst_water_prop.f90.o -[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_module.F90.o -[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_bfmicrophysics.f.o -[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radsw_datatb.f.o -[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_aerosols.f.o -[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_gases.f.o -[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radlw_datatb.f.o -[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_sh.F90.o -[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_mynn.F90.o -[ 27%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_gfdlmp_fast_physics_cap.F90.o -[ 27%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/moninedmf.f.o -[ 27%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_drv.f.o -[ 27%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/samfshalcnv.f.o -[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/samfdeepcnv.f.o -[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_diag.f.o -[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_sice.f.o -[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_time_vary_pre.fv3.F90.o -[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15_fast_physics_cap.F90.o -[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15plus_fast_physics_cap.F90.o -[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/satmedmfvdif.F.o -[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_CPT_v0_fast_physics_cap.F90.o -[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cs_conv.F90.o -[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_thompson.F90.o -[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_thompson_pre.F90.o -[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNPBL_wrapper.F90.o -[ 30%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_clouds.f.o -[ 30%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radlw_main.f.o -[ 30%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radsw_main.f.o -[ 30%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_nst_model.f90.o -[ 30%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cldmacro.F.o -[ 31%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cldwat2m_micro.F.o -[ 31%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/micro_mg2_0.F90.o -[ 31%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/micro_mg3_0.F90.o -[ 31%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp.F90.o -[ 31%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver.F90.o -[ 31%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_nst.f.o -[ 31%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_setup.F90.o -[ 32%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/m_micro.F90.o -[ 32%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_comm.F90.o -[ 32%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_io.F90.o -Compiling in MPI mode (with or without MPP) -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 33%] Building Fortran object CMakeFiles/fms.dir/FMS/fms/fms_io.F90.o -[ 33%] Building Fortran object CMakeFiles/fms.dir/FMS/memutils/memutils.F90.o -[ 33%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rrtmg_lw_post.F90.o -[ 34%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_pre.F90.o -[ 34%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rrtmg_lw_pre.F90.o -[ 35%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_suite_interstitial.F90.o -[ 35%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/dcyc2.f.o -[ 35%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_post.F90.o -[ 36%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rrtmg_sw_post.F90.o -[ 36%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rrtmg_sw_pre.F90.o -[ 36%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_gfdlmp_stochastics_cap.F90.o -[ 36%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_phys_time_vary.fv3.F90.o -[ 36%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_rad_time_vary.fv3.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 36%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15plus_stochastics_cap.F90.o -[ 36%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15_stochastics_cap.F90.o -[ 36%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_CPT_v0_stochastics_cap.F90.o -[ 36%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GSD_v0_stochastics_cap.F90.o -[ 36%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15plus_radiation_cap.F90.o -[ 36%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_gfdlmp_physics_cap.F90.o -[ 36%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15_radiation_cap.F90.o -[ 37%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15_physics_cap.F90.o -[ 37%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_gfdlmp_radiation_cap.F90.o -[ 37%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15plus_physics_cap.F90.o -[ 38%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_CPT_v0_physics_cap.F90.o -[ 38%] Building Fortran object CMakeFiles/fms.dir/FMS/fms/fms.F90.o -[ 38%] Building Fortran object CMakeFiles/fms.dir/FMS/time_manager/time_manager.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 38%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bicubic.F90.o -[ 38%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_CPT_v0_radiation_cap.F90.o -[ 38%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bilinear.F90.o -[ 38%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GSD_v0_physics_cap.F90.o -[ 38%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_conserve.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 39%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GSD_v0_radiation_cap.F90.o -[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_spherical.F90.o -[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/axis_utils/axis_utils.F90.o -[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_grid.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/field_manager/field_manager.F90.o -[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/mosaic.F90.o -[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/topography/gaussian_topog.F90.o -[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/time_manager/get_cal_time.F90.o -[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp.F90.o -[ 42%] Building Fortran object CMakeFiles/fms.dir/FMS/time_interp/time_interp.F90.o -[ 42%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_gfdlmp_time_vary_cap.F90.o -[ 42%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_data.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 42%] Building Fortran object CMakeFiles/fms.dir/FMS/field_manager/fm_util.F90.o -[ 42%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15_time_vary_cap.F90.o -[ 42%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_types.F90.o -[ 43%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15plus_time_vary_cap.F90.o -[ 43%] Building Fortran object CMakeFiles/fms.dir/FMS/time_interp/time_interp_external.F90.o -[ 43%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_axis.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 43%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_CPT_v0_time_vary_cap.F90.o -[ 43%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_manifest.F90.o -[ 43%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GSD_v0_time_vary_cap.F90.o -[ 44%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/xbt_drop_rate_adjust.f90.o -[ 44%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/write_ocean_data.F90.o -[ 44%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_output.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 44%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_util.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 45%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_table.F90.o -[ 45%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_manager.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 45%] Building Fortran object CMakeFiles/fms.dir/FMS/data_override/data_override.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 45%] Building Fortran object CMakeFiles/fms.dir/FMS/exchange/stock_constants.F90.o -[ 45%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/coupler_types.F90.o -[ 45%] Building Fortran object CMakeFiles/fms.dir/FMS/astronomy/astronomy.F90.o -[ 45%] Building Fortran object CMakeFiles/fms.dir/FMS/amip_interp/amip_interp.F90.o -[ 45%] Building Fortran object CMakeFiles/fms.dir/FMS/block_control/block_control.F90.o -[ 46%] Building Fortran object CMakeFiles/fms.dir/FMS/column_diagnostics/column_diagnostics.F90.o -[ 46%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/atmos_ocean_fluxes.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 47%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters.F90.o -[ 47%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/ensemble_manager.F90.o -[ 47%] Building Fortran object CMakeFiles/fms.dir/FMS/exchange/xgrid.F90.o -[ 48%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft.F90.o -[ 48%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft99.F90.o -[ 48%] Building Fortran object CMakeFiles/fms.dir/FMS/interpolator/interpolator.F90.o -[ 48%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/grid.F90.o -Compiling in MPI mode (with or without MPP) -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 48%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_utilities.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 49%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core.F90.o -[ 49%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core_ecda.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 49%] Building Fortran object CMakeFiles/fms.dir/FMS/random_numbers/random_numbers.F90.o -[ 50%] Building Fortran object CMakeFiles/fms.dir/FMS/sat_vapor_pres/sat_vapor_pres.F90.o -[ 50%] Building Fortran object CMakeFiles/fms.dir/FMS/station_data/station_data.F90.o -[ 50%] Building Fortran object CMakeFiles/fms.dir/FMS/topography/topography.F90.o -[ 51%] Building Fortran object CMakeFiles/fms.dir/FMS/tracer_manager/tracer_manager.F90.o -[ 51%] Building Fortran object CMakeFiles/fms.dir/FMS/tridiagonal/tridiagonal.F90.o -[ 52%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/quicksort.F90.o -[ 52%] Building C object CMakeFiles/fms.dir/FMS/memutils/memuse.c.o -[ 52%] Building C object CMakeFiles/fms.dir/FMS/mosaic/create_xgrid.c.o -[ 53%] Building C object CMakeFiles/fms.dir/FMS/mosaic/gradient_c2l.c.o -[ 53%] Building C object CMakeFiles/fms.dir/FMS/mosaic/interp.c.o -[ 53%] Building C object CMakeFiles/fms.dir/FMS/mosaic/mosaic_util.c.o -[ 53%] Building C object CMakeFiles/fms.dir/FMS/mosaic/read_mosaic.c.o -[ 54%] Building C object CMakeFiles/fms.dir/FMS/affinity/affinity.c.o -[ 54%] Building C object CMakeFiles/fms.dir/FMS/mpp/nsclock.c.o -[ 54%] Building C object CMakeFiles/fms.dir/FMS/mpp/threadloc.c.o -[ 55%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_CPT_v0_cap.F90.o -[ 55%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_gfdlmp_cap.F90.o -[ 56%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15_cap.F90.o -[ 56%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15plus_cap.F90.o -[ 56%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GSD_v0_cap.F90.o -[ 57%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_debug.F90.o -[ 57%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_suite_init_finalize_test.F90.o -[ 57%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke.F90.o -[ 57%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke_post.F90.o -[ 58%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke_pre.F90.o -[ 58%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/drag_suite.F90.o -[ 58%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gcm_shoc.F90.o -[ 58%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gscond.f.o -[ 58%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gwdc.f.o -[ 58%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYJPBL_wrapper.F90.o -[ 58%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYJSFC_wrapper.F90.o -[ 59%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNSFC_wrapper.F90.o -[ 59%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/moninshoc.f.o -[ 59%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_fer_hires.F90.o -[ 59%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/multi_gases.F90.o -[ 60%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/precpd.f.o -[ 60%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sascnvn.F.o -[ 60%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/satmedmfvdifq.F.o -[ 61%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_cice.f.o -[ 61%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_noahmp_drv.f.o -[ 62%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_ocean.F.o -[ 63%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfcsub.F.o -[ 63%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/shalcnv.F.o -[ 64%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/shinhongvdif.F90.o -[ 64%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ugwp_driver_v0.F.o -[ 64%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ysuvdif.F90.o -[ 65%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/calpreciptype.f90.o -[ 65%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gcycle.F90.o -[ 65%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gocart_tracer_config_stub.f.o -[ 65%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfpbl.f.o -[ 66%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_triggers.F90.o -[ 66%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_solvers.F90.o -[ 66%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_utils.F90.o -[ 66%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_orowam2017.f.o -[ 67%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_vert_lsatdis.F90.o -[ 67%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_vert_orodis.F90.o -[ 67%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_vert_wmsdis.F90.o -[ 68%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfpblt.f.o -[ 68%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfpbltq.f.o -[ 68%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfscu.f.o -[ 68%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfscuq.f.o -[ 68%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/num_parthds.F.o -[ 68%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sflx.f.o -[ 68%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/tridi.f.o -[ 68%] Linking Fortran static library libccppphys.a -[ 68%] Built target ccppphys -Scanning dependencies of target gfsphysics -[ 68%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/machine.F.o -[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/namelist_soilveg.f.o -[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mersenne_twister.f.o -[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/GFDL_parse_tracers.F90.o -[ 70%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/CCPP_layer/CCPP_typedefs.F90.o -[ 70%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/physparam.f.o -[ 70%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/physcons.F90.o -[ 70%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radlw_param.f.o -[ 70%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radsw_param.f.o -[ 71%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_typedefs.F90.o -[ 71%] Linking Fortran static library FMS/libfms.a -[ 71%] Built target fms -[ 71%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_driver.F90.o -[ 71%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_diagnostics.F90.o -[ 71%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/CCPP_layer/CCPP_data.F90.o -[ 71%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_restart.F90.o -[ 72%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_abstraction_layer.F90.o -[ 72%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/__/ccpp/physics/ccpp_static_api.F90.o -[ 72%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/noahmp_tables.f90.o -[ 73%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/set_soilveg.f.o -[ 73%] Linking Fortran static library libgfsphysics.a -[ 73%] Built target gfsphysics -Scanning dependencies of target ipd -Scanning dependencies of target ccppdriver -[ 73%] Building Fortran object FV3/ipd/CMakeFiles/ipd.dir/IPD_typedefs.F90.o -[ 73%] Building Fortran object FV3/ccpp/driver/CMakeFiles/ccppdriver.dir/CCPP_driver.F90.o -[ 74%] Building Fortran object FV3/ipd/CMakeFiles/ipd.dir/IPD_driver.F90.o -[ 74%] Linking Fortran static library libccppdriver.a -[ 74%] Built target ccppdriver -[ 74%] Linking Fortran static library libipd.a -[ 74%] Built target ipd -Scanning dependencies of target io -[ 74%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_fv3_io_def.F90.o -[ 74%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_internal_state.F90.o -Scanning dependencies of target fv3core -[ 74%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/external_sst.F90.o -[ 74%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_arrays.F90.o -[ 74%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/sim_nc_mod.F90.o -[ 74%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_fill.F90.o -[ 74%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/DYCORE_typedefs.F90.o -[ 74%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_netcdf.F90.o -[ 75%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_nemsio.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 75%] Building Fortran object FV3/io/CMakeFiles/io.dir/post_gfs.F90.o -[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/sorted_index.F90.o -[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_mp_mod.F90.o -[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_eta.F90.o -[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_sg.F90.o -[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_timing.F90.o -[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/boundary.F90.o -[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_grid_utils.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/a2b_edge.F90.o -[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_surf_map.F90.o -[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_mapz.F90.o -[ 78%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/tp_core.F90.o -[ 78%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_grid_tools.F90.o -[ 79%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/init_hydro.F90.o -[ 79%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_treat_da_inc.F90.o -[ 79%] Building Fortran object FV3/io/CMakeFiles/io.dir/FV3GFS_io.F90.o -[ 80%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_wrt_grid_comp.F90.o -[ 80%] Building Fortran object FV3/io/CMakeFiles/io.dir/ffsync.F90.o -[ 80%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_iau_mod.F90.o -[ 80%] Building Fortran object FV3/io/CMakeFiles/io.dir/post_nems_routines.F90.o -[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/sw_core.F90.o -[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_diagnostics.F90.o -[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_io.F90.o -[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/nh_utils.F90.o -[ 81%] Linking Fortran static library libio.a -[ 81%] Built target io -[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/nh_core.F90.o -[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_nudge.F90.o -[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/fv_nggps_diag.F90.o -[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_regional_bc.F90.o -[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/test_cases.F90.o -[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_tracer2d.F90.o -[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_update_phys.F90.o -[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/dyn_core.F90.o -[ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/external_ic.F90.o -[ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_restart.F90.o -[ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_nesting.F90.o -[ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_control.F90.o -[ 85%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_dynamics.F90.o -[ 85%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/atmosphere.F90.o -[ 85%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/multi_gases.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 86%] Linking Fortran static library libfv3core.a -[ 86%] Built target fv3core -Scanning dependencies of target stochastic_physics -[ 86%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_resol_def.f.o -[ 86%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_gg_def.f.o -[ 86%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/update_ca.f90.o -[ 86%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/spectral_layout.F90.o -[ 86%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/glats_stochy.f.o -[ 86%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_layout_lag.f.o -[ 87%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_namelist_def.F90.o -[ 87%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/compns_stochy.F90.o -[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/epslon_stochy.f.o -[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/get_lats_node_a_stochy.f.o -[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/get_ls_node_stochy.f.o -[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/setlats_lag_stochy.f.o -[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/gozrineo_stochy.f.o -[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/pln2eo_stochy.f.o -[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/setlats_a_stochy.f.o -[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_internal_state_mod.F90.o -[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/dezouv_stochy.f.o -[ 89%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/dozeuv_stochy.f.o -[ 90%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/four_to_grid_stochy.F.o -[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_patterngenerator.F90.o -[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/sumfln_stochy.f.o -[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/getcon_lag_stochy.f.o -[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/getcon_spectral.F90.o -[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/initialize_spectral_mod.F90.o -[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_data_mod.F90.o -[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/get_stochy_pattern.F90.o -[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochastic_physics.F90.o -[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/cellular_automata.f90.o -[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/plumes.f90.o -[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/num_parthds_stochy.f.o -[ 94%] Linking Fortran static library libstochastic_physics.a -[ 94%] Built target stochastic_physics -Scanning dependencies of target fv3cap -[ 94%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/module_fv3_config.F90.o -[ 95%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/atmos_model.F90.o -[ 95%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/module_fcst_grid_comp.F90.o -[ 95%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/fv3_cap.F90.o -[ 96%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/time_utils.F90.o -[ 96%] Linking Fortran static library libfv3cap.a -[ 96%] Built target fv3cap -Scanning dependencies of target NEMS.exe -[ 96%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_EARTH_INTERNAL_STATE.F90.o -[ 96%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/ENS_Cpl/ENS_CplComp_ESMFMod_STUB.F90.o -[ 96%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_MEDIATOR_methods.F90.o -[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_MEDIATOR_SpaceWeather.F90.o -[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_UTILS.F90.o -[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_INTERNAL_STATE.F90.o -[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_Rusage.F90.o -[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_MEDIATOR.F90.o -[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_EARTH_GRID_COMP.F90.o -[ 98%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_GRID_COMP.F90.o -[ 98%] Building C object CMakeFiles/NEMS.exe.dir/NEMS/src/nems_c_rusage.c.o -[ 98%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/MAIN_NEMS.F90.o -[100%] Linking Fortran executable NEMS.exe -/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/lib/libjasper_v1.900.1.a(jas_stream.o): In function `jas_stream_tmpfile': -jas_stream.c:(.text+0x7a7): warning: the use of `tmpnam' is dangerous, better use `mkstemp' -[100%] Built target NEMS.exe -+ mv NEMS.exe ../fv3_22.exe -+ cp /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel/fv3 ../modules.fv3_22 -+ cd .. -+ '[' YES = YES ']' -+ rm -rf build_fv3_22 -+ elapsed=577 -+ echo 'Elapsed time 577 seconds. Compiling CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_v15,FV3_GFS_v15plus,FV3_CPT_v0,FV3_GSD_v0 32BIT=Y finished' -Elapsed time 577 seconds. Compiling CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_v15,FV3_GFS_v15plus,FV3_CPT_v0,FV3_GSD_v0 32BIT=Y finished -+ SECONDS=0 -+++ readlink -f /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/compile_cmake.sh -++ dirname /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/compile_cmake.sh -+ readonly MYDIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests -+ MYDIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests -+ readonly ARGC=4 -+ ARGC=4 -+ cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests -+ [[ 4 -eq 0 ]] -+ [[ 4 -lt 2 ]] -+ PATHTR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model -+ MACHINE_ID=hera.intel -+ MAKE_OPT='CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta' -+ BUILD_NAME=fv3_23 -+ clean_before=YES -+ clean_after=YES -+ BUILD_DIR=build_fv3_23 -+ [[ hera.intel == cheyenne.* ]] -+ [[ hera.intel == wcoss_dell_p3 ]] -+ MAKE_THREADS=8 -+ hostname -hfe01 -+ cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests -+ echo 'Compiling CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta into fv3_23.exe on hera.intel' -Compiling CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta into fv3_23.exe on hera.intel -+ '[' YES = YES ']' -+ rm -rf build_fv3_23 -+ mkdir -p build_fv3_23 -+ CCPP_CMAKE_FLAGS= -+ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta == *\D\E\B\U\G\=\Y* ]] -+ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta == *\R\E\P\R\O\=\Y* ]] -+ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta == *\3\2\B\I\T\=\Y* ]] -+ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta == *\O\P\E\N\M\P\=\N* ]] -+ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta == *\C\C\P\P\=\Y* ]] -+ CCPP_CMAKE_FLAGS=' -DCCPP=ON -DMPI=ON' -+ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta == *\D\E\B\U\G\=\Y* ]] -+ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta == *\R\E\P\R\O\=\Y* ]] -+ CCPP_CMAKE_FLAGS=' -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release' -+ [[ hera.intel == \j\e\t\.\i\n\t\e\l ]] -+ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta == *\3\2\B\I\T\=\Y* ]] -+ CCPP_CMAKE_FLAGS=' -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=OFF' -+ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta == *\S\T\A\T\I\C\=\Y* ]] -+ CCPP_CMAKE_FLAGS=' -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=OFF -DSTATIC=ON' -+ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta == *\M\U\L\T\I\_\G\A\S\E\S\=\Y* ]] -+ CCPP_CMAKE_FLAGS=' -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF' -++ echo CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta -++ sed 's/.* SUITES=//' -++ sed 's/ .*//' -+ SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta -+ cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model -+ ./FV3/ccpp/framework/scripts/ccpp_prebuild.py --config=FV3/ccpp/config/ccpp_prebuild_config.py --static --suites=FV3_GFS_v15p2,FV3_GFS_v16beta --builddir=tests/build_fv3_23/FV3 -INFO: Logging level set to INFO -INFO: Found TYPEDEFS_NEW_METADATA dictionary in config, assume at least some data is in new metadata formet -INFO: Parsing suite definition files ... -INFO: Parsing suite definition file FV3/ccpp/suites/suite_FV3_GFS_v15p2.xml ... -INFO: Parsing suite definition file FV3/ccpp/suites/suite_FV3_GFS_v16beta.xml ... -INFO: Parsing metadata tables for variables provided by host model ... -INFO: Parsed variable definition tables in module machine -INFO: Parsed variable definition tables in module module_radsw_parameters -INFO: Parsed variable definition tables in module module_radlw_parameters -INFO: Parsed variable definition tables in module CCPP_typedefs -INFO: Parsed variable definition tables in module GFS_typedefs -INFO: Parsed variable definition tables in module CCPP_data -INFO: Parsed variable definition tables in module ccpp_types -INFO: Convert local names from new metadata format into old metadata format ... -INFO: Converting local name sfcflw of variable lw_fluxes_sfc from new to old metadata -INFO: Converting local name nslwr of variable number_of_timesteps_between_longwave_radiation_calls from new to old metadata -INFO: Converting local name hydrostatic of variable flag_for_hydrostatic_solver from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_of_kinematic_buoyancy_flux_from_shoc_in_phy_f3d) of variable kinematic_buoyancy_flux_from_shoc from new to old metadata -INFO: Converting local name nkbfshoc of variable index_of_kinematic_buoyancy_flux_from_shoc_in_phy_f3d from new to old metadata -INFO: Converting local name dvisbm_cpl of variable cumulative_surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name cnvw of variable convective_cloud_water_mixing_ratio from new to old metadata -INFO: Converting local name ltaerosol of variable flag_for_aerosol_physics from new to old metadata -INFO: Converting local name rainmcadj of variable lwe_thickness_of_moist_convective_adj_precipitation_amount from new to old metadata -INFO: Converting local name loop_cnt of variable ccpp_loop_counter from new to old metadata -INFO: Converting local name ncpi of variable local_ice_number_concentration from new to old metadata -INFO: Converting local name pt of variable virtual_temperature_at_Lagrangian_surface from new to old metadata -INFO: Converting local name nirbmui of variable surface_upwelling_direct_near_infrared_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name vconvtend of variable tendency_of_y_wind_due_to_deep_convection_for_coupling_on_physics_timestep from new to old metadata -INFO: Converting local name uustar_ice of variable surface_friction_velocity_over_ice from new to old metadata -INFO: Converting local name phy_myj_uz0 of variable u_wind_component_at_viscous_sublayer_top from new to old metadata -INFO: Converting local name evap_land of variable kinematic_surface_upward_latent_heat_flux_over_land from new to old metadata -INFO: Converting local name ocean of variable flag_nonzero_ocean_surface_fraction from new to old metadata -INFO: Converting local name ep1d_ocean of variable surface_upward_potential_latent_heat_flux_over_ocean from new to old metadata -INFO: Converting local name qconvtend of variable tendency_of_water_vapor_specific_humidity_due_to_deep_convection_for_coupling_on_physics_timestep from new to old metadata -INFO: Converting local name islmsk_cice of variable sea_land_ice_mask_cice from new to old metadata -INFO: Converting local name cmm_ice of variable surface_drag_wind_speed_for_momentum_in_air_over_ice from new to old metadata -INFO: Converting local name visdfdi of variable surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name cnv_ndrop of variable number_concentration_of_cloud_liquid_water_particles_for_detrainment from new to old metadata -INFO: Converting local name sh2o of variable volume_fraction_of_unfrozen_soil_moisture_for_land_surface_model from new to old metadata -INFO: Converting local name tau_tofd of variable time_integral_of_momentum_flux_due_to_turbulent_orographic_form_drag from new to old metadata -INFO: Converting local name dnirbmi_cpl of variable instantaneous_surface_downwelling_direct_near_infrared_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name refdmax263k of variable maximum_reflectivity_at_minus10c_over_maximum_hourly_time_interval from new to old metadata -INFO: Converting local name ulwsfci of variable surface_upwelling_longwave_flux from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_liquid_cloud_condensate) of variable tendency_of_liquid_cloud_water_mixing_ratio_due_to_model_physics from new to old metadata -INFO: Converting local name ntcw of variable index_for_liquid_cloud_condensate from new to old metadata -INFO: Converting local name lheatstrg of variable flag_for_canopy_heat_storage from new to old metadata -INFO: Converting local name slc of variable volume_fraction_of_unfrozen_soil_moisture from new to old metadata -INFO: Converting local name tsfc_land of variable surface_skin_temperature_over_land_interstitial from new to old metadata -INFO: Converting local name save_v of variable y_wind_save from new to old metadata -INFO: Converting local name xkzm_m of variable atmosphere_momentum_diffusivity_background from new to old metadata -INFO: Converting local name gabsbdlw_land of variable surface_downwelling_longwave_flux_absorbed_by_ground_over_land from new to old metadata -INFO: Converting local name tprcp_ice of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_ice from new to old metadata -INFO: Converting local name stblcpxy of variable slow_soil_pool_mass_content_of_carbon from new to old metadata -INFO: Converting local name cdq_land of variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_land from new to old metadata -INFO: Converting local name du3dt(:,:,2) of variable cumulative_change_in_x_wind_due_to_orographic_gravity_wave_drag from new to old metadata -INFO: Converting local name mg_berg_eff_factor of variable mg_bergeron_efficiency_factor from new to old metadata -INFO: Converting local name clouds(:,:,3) of variable mean_effective_radius_for_liquid_cloud from new to old metadata -INFO: Converting local name aer_nm of variable aerosol_number_concentration_from_gocart_aerosol_climatology from new to old metadata -INFO: Converting local name xzts of variable sensitivity_of_dtl_thickness_to_surface_temperature from new to old metadata -INFO: Converting local name lake of variable flag_nonzero_lake_surface_fraction from new to old metadata -INFO: Converting local name kb of variable vertical_index_difference_between_layer_and_lower_bound from new to old metadata -INFO: Converting local name ipt of variable index_for_diagnostic_printout from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_ice_friendly_aerosols) of variable ice_friendly_aerosol_number_concentration from new to old metadata -INFO: Converting local name ntia of variable index_for_ice_friendly_aerosols from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_rain_water) of variable tendency_of_rain_water_mixing_ratio_due_to_model_physics from new to old metadata -INFO: Converting local name ntrw of variable index_for_rain_water from new to old metadata -INFO: Converting local name con_epsm1 of variable ratio_of_dry_air_to_water_vapor_gas_constants_minus_one from new to old metadata -INFO: Converting local name dqsfc_cice of variable surface_upward_latent_heat_flux_for_coupling_interstitial from new to old metadata -INFO: Converting local name last_step of variable flag_for_the_last_step_of_k_split_remapping from new to old metadata -INFO: Converting local name huge of variable netcdf_float_fillvalue from new to old metadata -INFO: Converting local name save_q(:,:,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio_save from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_liquid_cloud_number_concentration) of variable cloud_droplet_number_concentration from new to old metadata -INFO: Converting local name ntlnc of variable index_for_liquid_cloud_number_concentration from new to old metadata -INFO: Converting local name dv3dt(:,:,1) of variable cumulative_change_in_y_wind_due_to_PBL from new to old metadata -INFO: Converting local name imp_physics_mg of variable flag_for_morrison_gettelman_microphysics_scheme from new to old metadata -INFO: Converting local name cldtaulw of variable cloud_optical_depth_layers_at_10mu_band from new to old metadata -INFO: Converting local name wet of variable flag_nonzero_wet_surface_fraction from new to old metadata -INFO: Converting local name qsnowxy of variable snow_precipitation_rate_at_surface from new to old metadata -INFO: Converting local name iopt_frz of variable flag_for_supercooled_liquid_water_option from new to old metadata -INFO: Converting local name dsnow_cpl of variable tendency_of_lwe_thickness_of_snow_amount_for_coupling from new to old metadata -INFO: Converting local name cldsa of variable cloud_area_fraction_for_radiation from new to old metadata -INFO: Converting local name totsnwb of variable accumulated_lwe_thickness_of_snow_amount_in_bucket from new to old metadata -INFO: Converting local name gq0(:,:,index_for_rain_water) of variable rain_water_mixing_ratio_updated_by_physics from new to old metadata -INFO: Converting local name totsnw of variable accumulated_lwe_thickness_of_snow_amount from new to old metadata -INFO: Converting local name xkzm_s of variable diffusivity_background_sigma_level from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_water_friendly_aerosols) of variable tendency_of_water_friendly_aerosol_number_concentration_due_to_model_physics from new to old metadata -INFO: Converting local name ntwa of variable index_for_water_friendly_aerosols from new to old metadata -INFO: Converting local name fswtr of variable fraction_of_cloud_top_water_scavenged from new to old metadata -INFO: Converting local name nvisbmi_cpl of variable instantaneous_surface_net_downward_direct_ultraviolet_and_visible_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_of_atmosphere_heat_diffusivity_from_shoc_in_phy_f3d) of variable atmosphere_heat_diffusivity_from_shoc from new to old metadata -INFO: Converting local name nahdshoc of variable index_of_atmosphere_heat_diffusivity_from_shoc_in_phy_f3d from new to old metadata -INFO: Converting local name nthreads of variable omp_threads_for_fast_physics from new to old metadata -INFO: Converting local name icemp of variable lwe_thickness_of_ice_amount from new to old metadata -INFO: Converting local name dqsfc_cpl of variable cumulative_surface_upward_latent_heat_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name con_jcal of variable joules_per_calorie_constant from new to old metadata -INFO: Converting local name xmu of variable zenith_angle_temporal_adjustment_factor_for_shortwave_fluxes from new to old metadata -INFO: Converting local name con_fvirt of variable ratio_of_vapor_to_dry_air_gas_constants_minus_one from new to old metadata -INFO: Converting local name evfactl_deep of variable rain_evaporation_coefficient_over_land_deep_convection from new to old metadata -INFO: Converting local name canliqxy of variable canopy_intercepted_liquid_water from new to old metadata -INFO: Converting local name phy_myj_qsfc of variable surface_specific_humidity_for_MYJ_schemes from new to old metadata -INFO: Converting local name rainncprv of variable lwe_thickness_of_explicit_rainfall_amount_from_previous_timestep from new to old metadata -INFO: Converting local name Tbd of variable GFS_tbd_type_instance from new to old metadata -INFO: Converting local name v1 of variable y_wind_at_lowest_model_layer_for_diag from new to old metadata -INFO: Converting local name det_mf of variable cumulative_atmosphere_detrainment_convective_mass_flux from new to old metadata -INFO: Converting local name psurf of variable surface_air_pressure_diag from new to old metadata -INFO: Converting local name gasvmr(:,:,10) of variable volume_mixing_ratio_cfc113 from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_for_rain_effective_radius) of variable effective_radius_of_stratiform_cloud_rain_particle_in_um from new to old metadata -INFO: Converting local name nreffr of variable index_for_rain_effective_radius from new to old metadata -INFO: Converting local name del_gz of variable geopotential_difference_between_midlayers_divided_by_midlayer_virtual_temperature from new to old metadata -INFO: Converting local name imfdeepcnv_ntiedtke of variable flag_for_ntiedtke_deep_convection_scheme from new to old metadata -INFO: Converting local name h2o_coeff of variable number_of_coefficients_in_h2o_forcing_data from new to old metadata -INFO: Converting local name tgrs of variable air_temperature from new to old metadata -INFO: Converting local name xlon of variable longitude from new to old metadata -INFO: Converting local name c_d of variable coefficient_c_d from new to old metadata -INFO: Converting local name tlvl of variable air_temperature_at_interface_for_radiation from new to old metadata -INFO: Converting local name f_rimef of variable rime_factor from new to old metadata -INFO: Converting local name mg_do_ice_gmao of variable mg_flag_for_gmao_ice_formulation from new to old metadata -INFO: Converting local name snowca of variable cumulative_surface_snow_area_fraction_multiplied_by_timestep from new to old metadata -INFO: Converting local name hflx of variable kinematic_surface_upward_sensible_heat_flux from new to old metadata -INFO: Converting local name dt3dt(:,:,6) of variable cumulative_change_in_temperature_due_to_microphysics from new to old metadata -INFO: Converting local name nirdfui of variable surface_upwelling_diffuse_near_infrared_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name trans of variable transpiration_flux from new to old metadata -INFO: Converting local name ntchs of variable index_for_first_chemical_tracer from new to old metadata -INFO: Converting local name idxday of variable daytime_points from new to old metadata -INFO: Converting local name iceprv of variable lwe_thickness_of_ice_amount_from_previous_timestep from new to old metadata -INFO: Converting local name mg_alf of variable mg_tuning_factor_for_alphas from new to old metadata -INFO: Converting local name nupdraft of variable number_of_plumes from new to old metadata -INFO: Converting local name qr_r of variable cloud_rain_water_mixing_ratio from new to old metadata -INFO: Converting local name sec of variable seconds_elapsed_since_model_initialization from new to old metadata -INFO: Converting local name epi of variable instantaneous_surface_potential_evaporation from new to old metadata -INFO: Converting local name gflx_land of variable upward_heat_flux_in_soil_over_land from new to old metadata -INFO: Converting local name du3dt_ngw of variable time_integral_of_change_in_x_wind_due_to_nonstationary_gravity_wave from new to old metadata -INFO: Converting local name bl_mynn_cloudpdf of variable cloudpdf from new to old metadata -INFO: Converting local name vtype of variable vegetation_type_classification_real from new to old metadata -INFO: Converting local name imfdeepcnv_gf of variable flag_for_gf_deep_convection_scheme from new to old metadata -INFO: Converting local name lssav of variable flag_diagnostics from new to old metadata -INFO: Converting local name sfalb of variable surface_diffused_shortwave_albedo from new to old metadata -INFO: Converting local name acvb of variable smallest_cloud_base_vertical_index_encountered_thus_far from new to old metadata -INFO: Converting local name c_0 of variable coefficient_c_0 from new to old metadata -INFO: Converting local name mpirank of variable mpi_rank_for_fast_physics from new to old metadata -INFO: Converting local name ntrac of variable number_of_tracers from new to old metadata -INFO: Converting local name dvsfci of variable instantaneous_surface_y_momentum_flux_for_diag from new to old metadata -INFO: Converting local name GFS_Interstitial of variable GFS_interstitial_type_instance_all_threads from new to old metadata -INFO: Converting local name in_nm of variable in_number_concentration from new to old metadata -INFO: Converting local name blksz2(ccpp_block_number) of variable horizontal_dimension from new to old metadata -INFO: Converting local name blk_no of variable ccpp_block_number from new to old metadata -INFO: Converting local name min_lakeice of variable lake_ice_minimum from new to old metadata -INFO: Converting local name canicexy of variable canopy_intercepted_ice_mass from new to old metadata -INFO: Converting local name mg_precip_frac_method of variable mg_type_of_precip_fraction_method from new to old metadata -INFO: Converting local name lonr of variable number_of_equatorial_longitude_points from new to old metadata -INFO: Converting local name dt3dt(:,:,7) of variable cumulative_change_in_temperature_due_to_orographic_gravity_wave_drag from new to old metadata -INFO: Converting local name dtzm of variable mean_change_over_depth_in_sea_water_temperature from new to old metadata -INFO: Converting local name du3dt_mtb of variable time_integral_of_change_in_x_wind_due_to_mountain_blocking_drag from new to old metadata -INFO: Converting local name stress_land of variable surface_wind_stress_over_land from new to old metadata -INFO: Converting local name nspinup of variable number_of_iterations_to_spin_up_cellular_automata from new to old metadata -INFO: Converting local name zogw of variable height_of_launch_level_of_orographic_gravity_wave from new to old metadata -INFO: Converting local name ntsw of variable index_for_snow_water from new to old metadata -INFO: Converting local name cov of variable t_prime_q_prime from new to old metadata -INFO: Converting local name sup of variable ice_supersaturation_threshold from new to old metadata -INFO: Converting local name dt3dt(:,:,3) of variable cumulative_change_in_temperature_due_to_PBL from new to old metadata -INFO: Converting local name mg_qcvar of variable mg_cloud_water_variance from new to old metadata -INFO: Converting local name ffmm_ice of variable Monin_Obukhov_similarity_function_for_momentum_over_ice from new to old metadata -INFO: Converting local name dtdt of variable tendency_of_air_temperature_at_Lagrangian_surface from new to old metadata -INFO: Converting local name GFS_statein_type of variable GFS_statein_type from new to old metadata -INFO: Converting local name train of variable accumulated_change_of_air_temperature_due_to_FA_scheme from new to old metadata -INFO: Converting local name fscav of variable coefficients_for_aerosol_scavenging from new to old metadata -INFO: Converting local name prslk(:,1) of variable dimensionless_exner_function_at_lowest_model_layer from new to old metadata -INFO: Converting local name tf of variable frozen_cloud_threshold_temperature from new to old metadata -INFO: Converting local name communicator of variable mpi_comm from new to old metadata -INFO: Converting local name qs_r of variable cloud_snow_mixing_ratio from new to old metadata -INFO: Converting local name skebv_wts of variable weights_for_stochastic_skeb_perturbation_of_y_wind from new to old metadata -INFO: Converting local name bl_mynn_edmf_part of variable edmf_partition_flag from new to old metadata -INFO: Converting local name dq3dt(:,:,7) of variable cumulative_change_in_ozone_concentration_due_to_ozone_mixing_ratio from new to old metadata -INFO: Converting local name swhc of variable tendency_of_air_temperature_due_to_shortwave_heating_assuming_clear_sky_on_radiation_timestep from new to old metadata -INFO: Converting local name mg_ngnst of variable mg_graupel_concentration_constant from new to old metadata -INFO: Converting local name GFS_grid_type of variable GFS_grid_type from new to old metadata -INFO: Converting local name js of variable starting_y_direction_index from new to old metadata -INFO: Converting local name out_dt of variable flag_for_tendency_of_air_temperature_at_Lagrangian_surface from new to old metadata -INFO: Converting local name delr of variable layer_pressure_thickness_for_radiation from new to old metadata -INFO: Converting local name ncgl of variable local_graupel_number_concentration from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_snow_water) of variable snow_water_mixing_ratio from new to old metadata -INFO: Converting local name totgrp of variable accumulated_lwe_thickness_of_graupel_amount from new to old metadata -INFO: Converting local name cldtausw of variable cloud_optical_depth_layers_at_0p55mu_band from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_ozone) of variable tendency_of_ozone_mixing_ratio_due_to_model_physics from new to old metadata -INFO: Converting local name ntoz of variable index_for_ozone from new to old metadata -INFO: Converting local name evap of variable kinematic_surface_upward_latent_heat_flux from new to old metadata -INFO: Converting local name oro of variable orography from new to old metadata -INFO: Converting local name topfsw of variable sw_fluxes_top_atmosphere from new to old metadata -INFO: Converting local name jmap of variable map_of_block_column_number_to_global_j_index from new to old metadata -INFO: Converting local name cdq of variable surface_drag_coefficient_for_heat_and_moisture_in_air from new to old metadata -INFO: Converting local name soiltype of variable soil_type_classification from new to old metadata -INFO: Converting local name evap_ocean of variable kinematic_surface_upward_latent_heat_flux_over_ocean from new to old metadata -INFO: Converting local name nblks of variable number_of_blocks from new to old metadata -INFO: Converting local name dxinv of variable inverse_scaling_factor_for_critical_relative_humidity from new to old metadata -INFO: Converting local name dvsfc of variable cumulative_surface_y_momentum_flux_for_diag_multiplied_by_timestep from new to old metadata -INFO: Converting local name GFS_stateout_type of variable GFS_stateout_type from new to old metadata -INFO: Converting local name qg of variable cloud_graupel_specific_humidity_at_Lagrangian_surface from new to old metadata -INFO: Converting local name nmtvr of variable number_of_statistical_measures_of_subgrid_orography from new to old metadata -INFO: Converting local name nseed of variable cellular_automata_seed_frequency from new to old metadata -INFO: Converting local name nlives of variable cellular_automata_lifetime from new to old metadata -INFO: Converting local name vegf1d of variable perturbation_of_vegetation_fraction from new to old metadata -INFO: Converting local name v10m of variable y_wind_at_10m from new to old metadata -INFO: Converting local name hice of variable sea_ice_thickness from new to old metadata -INFO: Converting local name mbota of variable model_layer_number_at_cloud_base from new to old metadata -INFO: Converting local name ncnvw of variable index_for_convective_cloud_water_mixing_ratio_in_phy_f3d from new to old metadata -INFO: Converting local name flqc of variable surface_exchange_coefficient_for_moisture from new to old metadata -INFO: Converting local name imfshalcnv_samf of variable flag_for_samf_shallow_convection_scheme from new to old metadata -INFO: Converting local name ntdiag of variable diagnostics_control_for_chemical_tracers from new to old metadata -INFO: Converting local name c1_shal of variable detrainment_conversion_parameter_shallow_convection from new to old metadata -INFO: Converting local name con_g of variable gravitational_acceleration from new to old metadata -INFO: Converting local name je of variable ending_y_direction_index from new to old metadata -INFO: Converting local name hprime(:,1) of variable standard_deviation_of_subgrid_orography from new to old metadata -INFO: Converting local name lh of variable surface_latent_heat from new to old metadata -INFO: Converting local name v10max of variable maximum_v_wind_at_10m_over_maximum_hourly_time_interval from new to old metadata -INFO: Converting local name dvsfcg of variable instantaneous_y_stress_due_to_gravity_wave_drag from new to old metadata -INFO: Converting local name mg_ninst of variable mg_ice_concentration_constant from new to old metadata -INFO: Converting local name lwhd of variable tendency_of_air_temperature_due_to_longwave_heating_for_idea from new to old metadata -INFO: Converting local name ntkev of variable index_for_turbulent_kinetic_energy_vertical_diffusion_tracer from new to old metadata -INFO: Converting local name fm10 of variable Monin_Obukhov_similarity_function_for_momentum_at_10m from new to old metadata -INFO: Converting local name phour of variable forecast_time_at_previous_timestep from new to old metadata -INFO: Converting local name phys_hydrostatic of variable flag_for_hydrostatic_heating_from_physics from new to old metadata -INFO: Converting local name nswsfci of variable surface_net_downwelling_shortwave_flux from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_for_graupel_effective_radius) of variable effective_radius_of_stratiform_cloud_graupel_particle_in_um from new to old metadata -INFO: Converting local name ngeffr of variable index_for_graupel_effective_radius from new to old metadata -INFO: Converting local name kt of variable vertical_index_difference_between_layer_and_upper_bound from new to old metadata -INFO: Converting local name GFS_tbd_type of variable GFS_tbd_type from new to old metadata -INFO: Converting local name tsurf_ocean of variable surface_skin_temperature_after_iteration_over_ocean from new to old metadata -INFO: Converting local name gu0(:,1) of variable x_wind_at_lowest_model_layer_updated_by_physics from new to old metadata -INFO: Converting local name akap of variable kappa_dry_for_fast_physics from new to old metadata -INFO: Converting local name lsm of variable flag_for_land_surface_scheme from new to old metadata -INFO: Converting local name nscav of variable number_of_tracers_scavenged from new to old metadata -INFO: Converting local name ffmm of variable Monin_Obukhov_similarity_function_for_momentum from new to old metadata -INFO: Converting local name nnirbm_cpl of variable cumulative_surface_net_downward_direct_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name tau_mtb of variable instantaneous_momentum_flux_due_to_mountain_blocking_drag from new to old metadata -INFO: Converting local name snicexy of variable snow_layer_ice from new to old metadata -INFO: Converting local name flag_guess of variable flag_for_guess_run from new to old metadata -INFO: Converting local name dnirbm_cpl of variable cumulative_surface_downwelling_direct_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name chh_ocean of variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_ocean from new to old metadata -INFO: Converting local name dtsfci_cpl of variable instantaneous_surface_upward_sensible_heat_flux_for_coupling from new to old metadata -INFO: Converting local name flgmin of variable minimum_large_ice_fraction from new to old metadata -INFO: Converting local name t02max of variable maximum_temperature_at_2m_over_maximum_hourly_time_interval from new to old metadata -INFO: Converting local name tconvtend of variable tendency_of_air_temperature_due_to_deep_convection_for_coupling_on_physics_timestep from new to old metadata -INFO: Converting local name zorl of variable surface_roughness_length from new to old metadata -INFO: Converting local name coslat of variable cosine_of_latitude from new to old metadata -INFO: Converting local name pertalb of variable magnitude_of_surface_albedo_perturbation from new to old metadata -INFO: Converting local name aecm of variable instantaneous_aerosol_column_mass_densities from new to old metadata -INFO: Converting local name con_rv of variable gas_constant_water_vapor from new to old metadata -INFO: Converting local name wminco of variable cloud_condensed_water_conversion_threshold from new to old metadata -INFO: Converting local name fastcpxy of variable fast_soil_pool_mass_content_of_carbon from new to old metadata -INFO: Converting local name kind_grid of variable kind_grid from new to old metadata -INFO: Converting local name stress of variable surface_wind_stress from new to old metadata -INFO: Converting local name qgrs(:,1,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio_at_lowest_model_layer from new to old metadata -INFO: Converting local name rhc of variable critical_relative_humidity from new to old metadata -INFO: Converting local name tsfco of variable sea_surface_temperature from new to old metadata -INFO: Converting local name tau_ngw of variable instantaneous_momentum_flux_due_to_nonstationary_gravity_wave from new to old metadata -INFO: Converting local name tsfcl of variable surface_skin_temperature_over_land from new to old metadata -INFO: Converting local name clouds(:,:,7) of variable mean_effective_radius_for_rain_drop from new to old metadata -INFO: Converting local name con_cliq of variable specific_heat_of_liquid_water_at_constant_pressure from new to old metadata -INFO: Converting local name zmtb of variable height_of_mountain_blocking from new to old metadata -INFO: Converting local name ulwsfcin_cpl of variable surface_upwelling_longwave_flux_for_coupling from new to old metadata -INFO: Converting local name dlwsfc_cpl of variable cumulative_surface_downwelling_longwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name sfcdlw of variable surface_downwelling_longwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name t1 of variable air_temperature_at_lowest_model_layer_for_diag from new to old metadata -INFO: Converting local name ntiw of variable index_for_ice_cloud_condensate from new to old metadata -INFO: Converting local name bl_mynn_mixlength of variable mixing_length_flag from new to old metadata -INFO: Converting local name faerlw(:,:,:,1) of variable aerosol_optical_depth_for_longwave_bands_01_16 from new to old metadata -INFO: Converting local name ozpl of variable ozone_forcing from new to old metadata -INFO: Converting local name dlength of variable characteristic_grid_length_scale from new to old metadata -INFO: Converting local name slag of variable equation_of_time from new to old metadata -INFO: Converting local name ntot2d of variable number_of_fields_in_phyf2d from new to old metadata -INFO: Converting local name iopt_run of variable flag_for_runoff_and_groundwater_option from new to old metadata -INFO: Converting local name gq0(:,:,index_for_liquid_cloud_number_concentration) of variable cloud_droplet_number_concentration_updated_by_physics from new to old metadata -INFO: Converting local name sneqvoxy of variable snow_mass_at_previous_time_step from new to old metadata -INFO: Converting local name con_rhw0 of variable sea_water_reference_density from new to old metadata -INFO: Converting local name mtopa of variable model_layer_number_at_cloud_top from new to old metadata -INFO: Converting local name pertshc of variable magnitude_of_perturbation_of_soil_type_b_parameter from new to old metadata -INFO: Converting local name levi of variable vertical_interface_dimension from new to old metadata -INFO: Converting local name do_shoc of variable flag_for_shoc from new to old metadata -INFO: Converting local name du3dt_tms of variable time_integral_of_change_in_x_wind_due_to_turbulent_orographic_form_drag from new to old metadata -INFO: Converting local name snow_cpl of variable lwe_thickness_of_snow_amount_for_coupling from new to old metadata -INFO: Converting local name pkz of variable finite_volume_mean_edge_pressure_raised_to_the_power_of_kappa from new to old metadata -INFO: Converting local name nn of variable number_of_tracers_for_convective_transport from new to old metadata -INFO: Converting local name do_sat_adj of variable flag_for_saturation_adjustment_for_microphysics_in_dynamics from new to old metadata -INFO: Converting local name dx of variable cell_size from new to old metadata -INFO: Converting local name do_ugwp of variable do_ugwp from new to old metadata -INFO: Converting local name rain of variable lwe_thickness_of_precipitation_amount_on_dynamics_timestep from new to old metadata -INFO: Converting local name iopt_crs of variable flag_for_canopy_stomatal_resistance_option from new to old metadata -INFO: Converting local name qgrs(:,1,index_for_water_vapor) of variable water_vapor_specific_humidity_at_lowest_model_layer from new to old metadata -INFO: Converting local name ntqv of variable index_for_water_vapor from new to old metadata -INFO: Converting local name t02min of variable minimum_temperature_at_2m_over_maximum_hourly_time_interval from new to old metadata -INFO: Converting local name imp_physics_gfdl of variable flag_for_gfdl_microphysics_scheme from new to old metadata -INFO: Converting local name lprnt of variable flag_print from new to old metadata -INFO: Converting local name gabsbdlw_ice of variable surface_downwelling_longwave_flux_absorbed_by_ground_over_ice from new to old metadata -INFO: Converting local name imp_physics_thompson of variable flag_for_thompson_microphysics_scheme from new to old metadata -INFO: Converting local name ctei_rm of variable critical_cloud_top_entrainment_instability_criteria from new to old metadata -INFO: Converting local name tseal of variable surface_skin_temperature_for_nsst from new to old metadata -INFO: Converting local name dusfc_fd of variable integrated_x_momentum_flux_from_form_drag from new to old metadata -INFO: Converting local name dusfcin_cpl of variable surface_x_momentum_flux_for_coupling from new to old metadata -INFO: Converting local name slope of variable surface_slope_classification_real from new to old metadata -INFO: Converting local name htrlw of variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_timestep from new to old metadata -INFO: Converting local name mg_qcmin(2) of variable mg_minimum_ice_mixing_ratio from new to old metadata -INFO: Converting local name tice of variable sea_ice_temperature_interstitial from new to old metadata -INFO: Converting local name adjvisbmu of variable surface_upwelling_direct_ultraviolet_and_visible_shortwave_flux from new to old metadata -INFO: Converting local name dvgwd of variable time_integral_of_y_stress_due_to_gravity_wave_drag from new to old metadata -INFO: Converting local name dusfc_cice of variable surface_x_momentum_flux_for_coupling_interstitial from new to old metadata -INFO: Converting local name errmsg of variable ccpp_error_message from new to old metadata -INFO: Converting local name flag_cice of variable flag_for_cice from new to old metadata -INFO: Converting local name Coupling of variable GFS_coupling_type_instance from new to old metadata -INFO: Converting local name cs_parm(3) of variable detrainment_and_precipitation_tunable_parameter_3_CS from new to old metadata -INFO: Converting local name snliqxy of variable snow_layer_liquid_water from new to old metadata -INFO: Converting local name mstrat of variable flag_for_moorthi_stratus from new to old metadata -INFO: Converting local name imfdeepcnv_sas of variable flag_for_sas_deep_convection_scheme from new to old metadata -INFO: Converting local name weasd_ice of variable water_equivalent_accumulated_snow_depth_over_ice from new to old metadata -INFO: Converting local name bl_mynn_edmf_mom of variable edmf_momentum_transport_flag from new to old metadata -INFO: Converting local name npdf3d of variable number_of_3d_arrays_associated_with_pdf_based_clouds from new to old metadata -INFO: Converting local name dq3dt(:,:,2) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_deep_convection from new to old metadata -INFO: Converting local name w_upi of variable vertical_velocity_for_updraft from new to old metadata -INFO: Converting local name qlyr of variable water_vapor_specific_humidity_at_layer_for_radiation from new to old metadata -INFO: Converting local name fm10_ice of variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_ice from new to old metadata -INFO: Converting local name qgl of variable local_graupel_mixing_ratio from new to old metadata -INFO: Converting local name gt0(:,1) of variable air_temperature_at_lowest_model_layer_updated_by_physics from new to old metadata -INFO: Converting local name ccpp_t of variable ccpp_t from new to old metadata -INFO: Converting local name clouds(:,:,4) of variable cloud_ice_water_path from new to old metadata -INFO: Converting local name rain_cpl of variable lwe_thickness_of_precipitation_amount_for_coupling from new to old metadata -INFO: Converting local name bl_mynn_cloudmix of variable cloud_specie_mix_flag from new to old metadata -INFO: Converting local name tgxy of variable ground_temperature_for_noahmp from new to old metadata -INFO: Converting local name oa4 of variable asymmetry_of_subgrid_orography from new to old metadata -INFO: Converting local name refdmax of variable maximum_reflectivity_at_1km_agl_over_maximum_hourly_time_interval from new to old metadata -INFO: Converting local name GFS_Data(ccpp_block_number) of variable GFS_data_type_instance from new to old metadata -INFO: Converting local name dvsfc_cpl of variable cumulative_surface_y_momentum_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name shocaftcnv of variable flag_for_shoc_after_convection from new to old metadata -INFO: Converting local name mg_rhmini of variable mg_minimum_rh_for_ice from new to old metadata -INFO: Converting local name t2mi_cpl of variable instantaneous_temperature_at_2m_for_coupling from new to old metadata -INFO: Converting local name GFS_Interstitial(ccpp_thread_number) of variable GFS_interstitial_type_instance from new to old metadata -INFO: Converting local name thrd_no of variable ccpp_thread_number from new to old metadata -INFO: Converting local name evbs of variable soil_upward_latent_heat_flux from new to old metadata -INFO: Converting local name dtdtr of variable tendency_of_air_temperature_due_to_radiative_heating_on_physics_time_step from new to old metadata -INFO: Converting local name spfhmin of variable minimum_specific_humidity_at_2m from new to old metadata -INFO: Converting local name xsaixy of variable stem_area_index from new to old metadata -INFO: Converting local name lsoil of variable soil_vertical_dimension from new to old metadata -INFO: Converting local name mg_ts_auto_ice of variable mg_time_scale_for_autoconversion_of_ice from new to old metadata -INFO: Converting local name ca_deep of variable fraction_of_cellular_automata_for_deep_convection from new to old metadata -INFO: Converting local name work1 of variable grid_size_related_coefficient_used_in_scale_sensitive_schemes from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_for_cloud_liquid_water_effective_radius) of variable effective_radius_of_stratiform_cloud_liquid_water_particle_in_um from new to old metadata -INFO: Converting local name nleffr of variable index_for_cloud_liquid_water_effective_radius from new to old metadata -INFO: Converting local name dlwsfci of variable surface_downwelling_longwave_flux from new to old metadata -INFO: Converting local name mg_nicons of variable mg_flag_ice_concentration_constant from new to old metadata -INFO: Converting local name faersw(:,:,:,1) of variable aerosol_optical_depth_for_shortwave_bands_01_16 from new to old metadata -INFO: Converting local name xt of variable diurnal_thermocline_layer_heat_content from new to old metadata -INFO: Converting local name prsl of variable air_pressure from new to old metadata -INFO: Converting local name cv of variable fraction_of_convective_cloud from new to old metadata -INFO: Converting local name blksz of variable horizontal_block_size from new to old metadata -INFO: Converting local name pertvegf of variable magnitude_of_perturbation_of_vegetation_fraction from new to old metadata -INFO: Converting local name gq0(:,:,index_for_cloud_amount) of variable cloud_fraction_updated_by_physics from new to old metadata -INFO: Converting local name ntclamt of variable index_for_cloud_amount from new to old metadata -INFO: Converting local name zorlo of variable surface_roughness_length_over_ocean from new to old metadata -INFO: Converting local name te0 of variable atmosphere_energy_content_at_Lagrangian_surface from new to old metadata -INFO: Converting local name ktop of variable vertical_index_at_cloud_top from new to old metadata -INFO: Converting local name prevsq of variable moisture_from_previous_timestep from new to old metadata -INFO: Converting local name kpbl of variable vertical_index_at_top_of_atmosphere_boundary_layer from new to old metadata -INFO: Converting local name ncells of variable cellular_automata_finer_grid from new to old metadata -INFO: Converting local name cnvc of variable convective_cloud_cover from new to old metadata -INFO: Converting local name totprcp of variable accumulated_lwe_thickness_of_precipitation_amount from new to old metadata -INFO: Converting local name cgwf of variable multiplication_factors_for_convective_gravity_wave_drag from new to old metadata -INFO: Converting local name do_shum of variable flag_for_stochastic_shum_option from new to old metadata -INFO: Converting local name save_q of variable tracer_concentration_save from new to old metadata -INFO: Converting local name h2o_pres of variable natural_log_of_h2o_forcing_data_pressure_levels from new to old metadata -INFO: Converting local name iopt_snf of variable flag_for_precipitation_partition_option from new to old metadata -INFO: Converting local name c0s_shal of variable rain_conversion_parameter_shallow_convection from new to old metadata -INFO: Converting local name zwtxy of variable water_table_depth from new to old metadata -INFO: Converting local name qr of variable cloud_rain_specific_humidity_at_Lagrangian_surface from new to old metadata -INFO: Converting local name dzlyr of variable layer_thickness_for_radiation from new to old metadata -INFO: Converting local name taussxy of variable nondimensional_snow_age from new to old metadata -INFO: Converting local name tsfa of variable surface_air_temperature_for_radiation from new to old metadata -INFO: Converting local name snoalb of variable upper_bound_on_max_albedo_over_deep_snow from new to old metadata -INFO: Converting local name xs of variable sea_water_salinity from new to old metadata -INFO: Converting local name dvsfci_cpl of variable instantaneous_surface_y_momentum_flux_for_coupling from new to old metadata -INFO: Converting local name xlat of variable latitude from new to old metadata -INFO: Converting local name ugrs of variable x_wind from new to old metadata -INFO: Converting local name shdmin of variable minimum_vegetation_area_fraction from new to old metadata -INFO: Converting local name nnirdfi_cpl of variable instantaneous_surface_net_downward_diffuse_near_infrared_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name microp_uniform of variable mg_flag_for_uniform_subcolumns from new to old metadata -INFO: Converting local name frland of variable land_area_fraction_for_microphysics from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_ice_friendly_aerosols) of variable tendency_of_ice_friendly_aerosol_number_concentration_due_to_model_physics from new to old metadata -INFO: Converting local name oz_pres of variable natural_log_of_ozone_forcing_data_pressure_levels from new to old metadata -INFO: Converting local name zlwb of variable time_integral_of_height_of_low_level_wave_breaking from new to old metadata -INFO: Converting local name gq0(:,:,index_for_ice_cloud_condensate) of variable ice_water_mixing_ratio_updated_by_physics from new to old metadata -INFO: Converting local name qss of variable surface_specific_humidity from new to old metadata -INFO: Converting local name dry of variable flag_nonzero_land_surface_fraction from new to old metadata -INFO: Converting local name bk of variable b_parameter_of_the_hybrid_coordinate from new to old metadata -INFO: Converting local name cdmbgwd of variable multiplication_factors_for_mountain_blocking_and_orographic_gravity_wave_drag from new to old metadata -INFO: Converting local name levs of variable vertical_dimension from new to old metadata -INFO: Converting local name swhtr of variable flag_for_output_of_shortwave_heating_rate from new to old metadata -INFO: Converting local name zorl_land of variable surface_roughness_length_over_land_interstitial from new to old metadata -INFO: Converting local name t2m of variable temperature_at_2m from new to old metadata -INFO: Converting local name tau_ogw of variable instantaneous_momentum_flux_due_to_orographic_gravity_wave_drag from new to old metadata -INFO: Converting local name shoc_parm(3) of variable shoc_tke_dissipation_tunable_parameter_near_surface from new to old metadata -INFO: Converting local name gflx_ice of variable upward_heat_flux_in_soil_over_ice from new to old metadata -INFO: Converting local name nspc1 of variable number_of_species_for_aerosol_optical_depth from new to old metadata -INFO: Converting local name drain_cpl of variable tendency_of_lwe_thickness_of_precipitation_amount_for_coupling from new to old metadata -INFO: Converting local name phis of variable surface_geopotential_at_Lagrangian_surface from new to old metadata -INFO: Converting local name q2mi_cpl of variable instantaneous_specific_humidity_at_2m_for_coupling from new to old metadata -INFO: Converting local name zogw of variable time_integral_of_height_of_launch_level_of_orographic_gravity_wave from new to old metadata -INFO: Converting local name prsi of variable air_pressure_at_interface from new to old metadata -INFO: Converting local name aerodp of variable atmosphere_optical_thickness_due_to_ambient_aerosol_particles from new to old metadata -INFO: Converting local name shal_cnv of variable flag_for_shallow_convection from new to old metadata -INFO: Converting local name icsdlw of variable seed_random_numbers_lw from new to old metadata -INFO: Converting local name ncld of variable number_of_hydrometeors from new to old metadata -INFO: Converting local name gasvmr(:,:,6) of variable volume_mixing_ratio_cfc11 from new to old metadata -INFO: Converting local name tracers_water of variable number_of_water_tracers from new to old metadata -INFO: Converting local name nscyc of variable number_of_timesteps_between_surface_cycling_calls from new to old metadata -INFO: Converting local name dswsfc_cpl of variable cumulative_surface_downwelling_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name adjvisdfu of variable surface_upwelling_diffuse_ultraviolet_and_visible_shortwave_flux from new to old metadata -INFO: Converting local name cs_parm(2) of variable updraft_velocity_tunable_parameter_2_CS from new to old metadata -INFO: Converting local name lsswr of variable flag_to_calc_sw from new to old metadata -INFO: Converting local name imfshalcnv_gf of variable flag_for_gf_shallow_convection_scheme from new to old metadata -INFO: Converting local name kinver of variable index_of_highest_temperature_inversion from new to old metadata -INFO: Converting local name tslb of variable soil_temperature_for_land_surface_model from new to old metadata -INFO: Converting local name weasd of variable water_equivalent_accumulated_snow_depth from new to old metadata -INFO: Converting local name tisfc of variable sea_ice_temperature from new to old metadata -INFO: Converting local name faerlw of variable aerosol_optical_properties_for_longwave_bands_01_16 from new to old metadata -INFO: Converting local name logunit of variable iounit_log from new to old metadata -INFO: Converting local name fast_mp_consv of variable flag_for_fast_microphysics_energy_conservation from new to old metadata -INFO: Converting local name cnv_mfd of variable detrained_mass_flux from new to old metadata -INFO: Converting local name zvir of variable ratio_of_vapor_to_dry_air_gas_constants_minus_one_default_kind from new to old metadata -INFO: Converting local name jed of variable ending_y_direction_index_domain from new to old metadata -INFO: Converting local name gasvmr(:,:,3) of variable volume_mixing_ratio_ch4 from new to old metadata -INFO: Converting local name sfcdsw of variable surface_downwelling_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name hydrostatic of variable flag_for_hydrostatic_solver_for_fast_physics from new to old metadata -INFO: Converting local name dvsfc_bl of variable integrated_y_momentum_flux_from_blocking_drag from new to old metadata -INFO: Converting local name Grid of variable GFS_grid_type_instance from new to old metadata -INFO: Converting local name ncnd of variable number_of_cloud_condensate_types from new to old metadata -INFO: Converting local name w_0 of variable coefficient_w_0 from new to old metadata -INFO: Converting local name zm of variable ocean_mixed_layer_thickness from new to old metadata -INFO: Converting local name shoc_parm(2) of variable shoc_tke_dissipation_tunable_parameter from new to old metadata -INFO: Converting local name cdec of variable cosine_of_solar_declination_angle from new to old metadata -INFO: Converting local name npzq_con of variable vertical_dimension_for_condensed_water_at_Lagrangian_surface from new to old metadata -INFO: Converting local name rmol of variable reciprocal_of_obukhov_length from new to old metadata -INFO: Converting local name snowxy of variable number_of_snow_layers from new to old metadata -INFO: Converting local name hflx_land of variable kinematic_surface_upward_sensible_heat_flux_over_land from new to old metadata -INFO: Converting local name clw of variable convective_transportable_tracers from new to old metadata -INFO: Converting local name srflag of variable flag_for_precipitation_type from new to old metadata -INFO: Converting local name suntim of variable duration_of_sunshine from new to old metadata -INFO: Converting local name isot of variable soil_type_dataset_choice from new to old metadata -INFO: Converting local name isol of variable flag_for_solar_constant from new to old metadata -INFO: Converting local name th2m of variable potential_temperature_at_2m from new to old metadata -INFO: Converting local name hpbl of variable atmosphere_boundary_layer_thickness from new to old metadata -INFO: Converting local name cd of variable surface_drag_coefficient_for_momentum_in_air from new to old metadata -INFO: Converting local name dusfc_ls of variable integrated_x_momentum_flux_from_large_scale_gwd from new to old metadata -INFO: Converting local name do_sppt of variable flag_for_stochastic_surface_physics_perturbations from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_for_convective_cloud_water_mixing_ratio_in_phy_f3d) of variable convective_cloud_water_mixing_ratio_in_phy_f3d from new to old metadata -INFO: Converting local name rb_ice of variable bulk_richardson_number_at_lowest_model_level_over_ice from new to old metadata -INFO: Converting local name itc of variable number_of_aerosol_tracers_for_convection from new to old metadata -INFO: Converting local name Cldprop of variable GFS_cldprop_type_instance from new to old metadata -INFO: Converting local name grav_settling of variable grav_settling from new to old metadata -INFO: Converting local name gq0(:,:,index_for_ice_cloud_number_concentration) of variable ice_number_concentration_updated_by_physics from new to old metadata -INFO: Converting local name ntinc of variable index_for_ice_cloud_number_concentration from new to old metadata -INFO: Converting local name iopt_inf of variable flag_for_frozen_soil_permeability_option from new to old metadata -INFO: Converting local name c0s_deep of variable rain_conversion_parameter_deep_convection from new to old metadata -INFO: Converting local name dtaux2d_ls of variable x_momentum_tendency_from_large_scale_gwd from new to old metadata -INFO: Converting local name phy_myj_qz0 of variable specific_humidity_at_viscous_sublayer_top from new to old metadata -INFO: Converting local name iovr_sw of variable flag_for_max_random_overlap_clouds_for_shortwave_radiation from new to old metadata -INFO: Converting local name icliq_sw of variable flag_for_optical_property_for_liquid_clouds_for_shortwave_radiation from new to old metadata -INFO: Converting local name psmean of variable cumulative_surface_pressure_multiplied_by_timestep from new to old metadata -INFO: Converting local name cmm_ocean of variable surface_drag_wind_speed_for_momentum_in_air_over_ocean from new to old metadata -INFO: Converting local name shcnvcw of variable flag_shallow_convective_cloud from new to old metadata -INFO: Converting local name drain of variable subsurface_runoff_flux from new to old metadata -INFO: Converting local name ak of variable a_parameter_of_the_hybrid_coordinate from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_liquid_cloud_number_concentration) of variable tendency_of_cloud_droplet_number_concentration_due_to_model_physics from new to old metadata -INFO: Converting local name sfc_z0_type of variable flag_for_surface_roughness_option_over_ocean from new to old metadata -INFO: Converting local name cvt of variable pressure_at_top_of_convective_cloud from new to old metadata -INFO: Converting local name gwd_opt of variable gwd_opt from new to old metadata -INFO: Converting local name snowmp of variable lwe_thickness_of_snow_amount from new to old metadata -INFO: Converting local name ncnvcld3d of variable number_of_convective_3d_cloud_fields from new to old metadata -INFO: Converting local name cape of variable convective_available_potential_energy_for_coupling from new to old metadata -INFO: Converting local name du3dt_ogw of variable time_integral_of_change_in_x_wind_due_to_orographic_gravity_wave_drag from new to old metadata -INFO: Converting local name te0_2d of variable atmosphere_energy_content_in_column from new to old metadata -INFO: Converting local name dsnowprv of variable snow_precipitation_rate_from_previous_timestep from new to old metadata -INFO: Converting local name chh of variable surface_drag_mass_flux_for_heat_and_moisture_in_air from new to old metadata -INFO: Converting local name dt3dt(:,:,5) of variable cumulative_change_in_temperature_due_to_shal_convection from new to old metadata -INFO: Converting local name cplwav of variable flag_for_wave_coupling from new to old metadata -INFO: Converting local name clw(:,:,2) of variable cloud_condensed_water_mixing_ratio_convective_transport_tracer from new to old metadata -INFO: Converting local name shoc_parm(1) of variable shoc_tke_dissipatation_pressure_threshold from new to old metadata -INFO: Converting local name oro_uf of variable orography_unfiltered from new to old metadata -INFO: Converting local name peln of variable log_pressure_at_Lagrangian_surface from new to old metadata -INFO: Converting local name gasvmr(:,:,8) of variable volume_mixing_ratio_cfc22 from new to old metadata -INFO: Converting local name pertzt of variable magnitude_of_perturbation_of_heat_to_momentum_roughness_length_ratio from new to old metadata -INFO: Converting local name clouds(:,:,1) of variable total_cloud_fraction from new to old metadata -INFO: Converting local name iaer of variable flag_for_default_aerosol_effect_in_shortwave_radiation from new to old metadata -INFO: Converting local name wet1 of variable normalized_soil_wetness from new to old metadata -INFO: Converting local name npz of variable vertical_dimension_for_fast_physics from new to old metadata -INFO: Converting local name cal_pre of variable flag_for_precipitation_type_algorithm from new to old metadata -INFO: Converting local name lmk of variable adjusted_vertical_layer_dimension_for_radiation from new to old metadata -INFO: Converting local name kind_phys of variable kind_phys from new to old metadata -INFO: Converting local name Sfcprop of variable GFS_sfcprop_type_instance from new to old metadata -INFO: Converting local name wslakexy of variable lake_water_storage from new to old metadata -INFO: Converting local name f10m of variable ratio_of_wind_at_lowest_model_layer_and_wind_at_10m from new to old metadata -INFO: Converting local name gasvmr(:,:,1) of variable volume_mixing_ratio_co2 from new to old metadata -INFO: Converting local name q2mp of variable specific_humidity_at_2m_from_noahmp from new to old metadata -INFO: Converting local name lwhc of variable tendency_of_air_temperature_due_to_longwave_heating_assuming_clear_sky_on_radiation_timestep from new to old metadata -INFO: Converting local name snowd_ice of variable surface_snow_thickness_water_equivalent_over_ice from new to old metadata -INFO: Converting local name lsnow_lsm_lbound of variable lower_bound_of_snow_vertical_dimension_for_land_surface_model from new to old metadata -INFO: Converting local name mg_dcs of variable mg_autoconversion_size_threshold_ice_snow from new to old metadata -INFO: Converting local name rhgrd of variable fa_threshold_relative_humidity_for_onset_of_condensation from new to old metadata -INFO: Converting local name dudt_ogw of variable instantaneous_change_in_x_wind_due_to_orographic_gravity_wave_drag from new to old metadata -INFO: Converting local name slmsk of variable sea_land_ice_mask_real from new to old metadata -INFO: Converting local name ictm of variable flag_for_initial_time_date_control from new to old metadata -INFO: Converting local name qss_ocean of variable surface_specific_humidity_over_ocean from new to old metadata -INFO: Converting local name tsfc of variable surface_skin_temperature from new to old metadata -INFO: Converting local name prsik of variable dimensionless_exner_function_at_model_interfaces from new to old metadata -INFO: Converting local name t2mmp of variable temperature_at_2m_from_noahmp from new to old metadata -INFO: Converting local name tau_ogw of variable time_integral_of_momentum_flux_due_to_orographic_gravity_wave_drag from new to old metadata -INFO: Converting local name topflw_type of variable topflw_type from new to old metadata -INFO: Converting local name cnv_nice of variable number_concentration_of_ice_crystals_for_detrainment from new to old metadata -INFO: Converting local name cscnv of variable flag_for_Chikira_Sugiyama_deep_convection from new to old metadata -INFO: Converting local name u10mi_cpl of variable instantaneous_x_wind_at_10m_for_coupling from new to old metadata -INFO: Converting local name fh2_ocean of variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_ocean from new to old metadata -INFO: Converting local name phii of variable geopotential_at_interface from new to old metadata -INFO: Converting local name gq0(:,:,index_for_graupel) of variable graupel_mixing_ratio_updated_by_physics from new to old metadata -INFO: Converting local name ntgl of variable index_for_graupel from new to old metadata -INFO: Converting local name nvisdfi_cpl of variable instantaneous_surface_net_downward_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name norad_precip of variable flag_for_precipitation_effect_on_radiation from new to old metadata -INFO: Converting local name dq3dt(:,:,5) of variable cumulative_change_in_ozone_mixing_ratio_due_to_PBL from new to old metadata -INFO: Converting local name dusfcg of variable instantaneous_x_stress_due_to_gravity_wave_drag from new to old metadata -INFO: Converting local name stype of variable soil_type_classification_real from new to old metadata -INFO: Converting local name lwhtr of variable flag_for_output_of_longwave_heating_rate from new to old metadata -INFO: Converting local name skebv_wts of variable weights_for_stochastic_skeb_perturbation_of_y_wind_flipped from new to old metadata -INFO: Converting local name prnum of variable prandtl_number from new to old metadata -INFO: Converting local name dtsfcin_cpl of variable surface_upward_sensible_heat_flux_for_coupling from new to old metadata -INFO: Converting local name sigmatot of variable convective_updraft_area_fraction_at_model_interfaces from new to old metadata -INFO: Converting local name rann of variable random_number_array from new to old metadata -INFO: Converting local name work2 of variable grid_size_related_coefficient_used_in_scale_sensitive_schemes_complement from new to old metadata -INFO: Converting local name ep1d_land of variable surface_upward_potential_latent_heat_flux_over_land from new to old metadata -INFO: Converting local name num_p3d of variable array_dimension_of_3d_arrays_for_microphysics from new to old metadata -INFO: Converting local name frac_grid of variable flag_for_fractional_grid from new to old metadata -INFO: Converting local name dtdtc of variable tendency_of_air_temperature_due_to_radiative_heating_assuming_clear_sky from new to old metadata -INFO: Converting local name chxy of variable surface_drag_coefficient_for_heat_and_moisture_for_noahmp from new to old metadata -INFO: Converting local name dtauy2d_bl of variable y_momentum_tendency_from_blocking_drag from new to old metadata -INFO: Converting local name dtsfc of variable cumulative_surface_upward_sensible_heat_flux_for_diag_multiplied_by_timestep from new to old metadata -INFO: Converting local name gflx_ocean of variable upward_heat_flux_in_soil_over_ocean from new to old metadata -INFO: Converting local name deeprechxy of variable water_table_recharge_when_deep from new to old metadata -INFO: Converting local name imfshalcnv_sas of variable flag_for_sas_shallow_convection_scheme from new to old metadata -INFO: Converting local name woodxy of variable wood_mass from new to old metadata -INFO: Converting local name phy_f3d(:,:,3) of variable air_temperature_at_previous_time_step from new to old metadata -INFO: Converting local name otspt of variable flag_convective_tracer_transport from new to old metadata -INFO: Converting local name tsurf of variable surface_skin_temperature_after_iteration from new to old metadata -INFO: Converting local name phy_f2d(:,array_dimension_of_2d_arrays_for_microphysics) of variable surface_wind_enhancement_due_to_convection from new to old metadata -INFO: Converting local name num_p2d of variable array_dimension_of_2d_arrays_for_microphysics from new to old metadata -INFO: Converting local name diss_est of variable dissipation_estimate_of_air_temperature_at_model_layers from new to old metadata -INFO: Converting local name ffmm_land of variable Monin_Obukhov_similarity_function_for_momentum_over_land from new to old metadata -INFO: Converting local name imfshalcnv of variable flag_for_mass_flux_shallow_convection_scheme from new to old metadata -INFO: Converting local name iopt_rad of variable flag_for_radiation_transfer_option from new to old metadata -INFO: Converting local name effr_in of variable flag_for_cloud_effective_radii from new to old metadata -INFO: Converting local name Sh3D of variable stability_function_for_heat from new to old metadata -INFO: Converting local name con_sbc of variable stefan_boltzmann_constant from new to old metadata -INFO: Converting local name phy_myj_z0base of variable baseline_surface_roughness_length from new to old metadata -INFO: Converting local name sdec of variable sine_of_solar_declination_angle from new to old metadata -INFO: Converting local name f_ice of variable fraction_of_ice_water_cloud from new to old metadata -INFO: Converting local name qs of variable cloud_snow_specific_humidity_at_Lagrangian_surface from new to old metadata -INFO: Converting local name iflip of variable flag_for_vertical_index_direction_control from new to old metadata -INFO: Converting local name draincprv of variable convective_precipitation_rate_from_previous_timestep from new to old metadata -INFO: Converting local name icsdsw of variable seed_random_numbers_sw from new to old metadata -INFO: Converting local name dtaux2d_bl of variable x_momentum_tendency_from_blocking_drag from new to old metadata -INFO: Converting local name uustar_ocean of variable surface_friction_velocity_over_ocean from new to old metadata -INFO: Converting local name zlwb of variable height_of_low_level_wave_breaking from new to old metadata -INFO: Converting local name sigma of variable slope_of_subgrid_orography from new to old metadata -INFO: Converting local name cd_land of variable surface_drag_coefficient_for_momentum_in_air_over_land from new to old metadata -INFO: Converting local name shoc_parm(5) of variable shoc_flag_for_optional_surface_TKE_dissipation from new to old metadata -INFO: Converting local name qss_ice of variable surface_specific_humidity_over_ice from new to old metadata -INFO: Converting local name graupel of variable lwe_thickness_of_graupel_amount_on_dynamics_timestep from new to old metadata -INFO: Converting local name do_myjsfc of variable do_myjsfc from new to old metadata -INFO: Converting local name htsw0 of variable tendency_of_air_temperature_due_to_shortwave_heating_assuming_clear_sky_on_radiation_time_step from new to old metadata -INFO: Converting local name ep of variable cumulative_surface_upward_potential_latent_heat_flux_multiplied_by_timestep from new to old metadata -INFO: Converting local name tprcp of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep from new to old metadata -INFO: Converting local name dnirdf_cpl of variable cumulative_surface_downwelling_diffuse_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name qwv_surf of variable water_vapor_mixing_ratio_at_surface from new to old metadata -INFO: Converting local name fm10_ocean of variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_ocean from new to old metadata -INFO: Converting local name QC_BL of variable subgrid_cloud_mixing_ratio_pbl from new to old metadata -INFO: Converting local name adjsfculw_ice of variable surface_upwelling_longwave_flux_over_ice_interstitial from new to old metadata -INFO: Converting local name tsfci_cpl of variable instantaneous_surface_skin_temperature_for_coupling from new to old metadata -INFO: Converting local name pertz0 of variable magnitude_of_perturbation_of_momentum_roughness_length from new to old metadata -INFO: Converting local name eahxy of variable canopy_air_vapor_pressure from new to old metadata -INFO: Converting local name cnv_dqldt of variable tendency_of_cloud_water_due_to_convective_microphysics from new to old metadata -INFO: Converting local name gq0 of variable tracer_concentration_updated_by_physics from new to old metadata -INFO: Converting local name iopt_dveg of variable flag_for_dynamic_vegetation_option from new to old metadata -INFO: Converting local name gv0(:,1) of variable y_wind_at_lowest_model_layer_updated_by_physics from new to old metadata -INFO: Converting local name first_time_step of variable flag_for_first_time_step from new to old metadata -INFO: Converting local name dtaux2d_ss of variable x_momentum_tendency_from_small_scale_gwd from new to old metadata -INFO: Converting local name wetdpl of variable instantaneous_large_scale_wet_deposition from new to old metadata -INFO: Converting local name cndm_surf of variable surface_condensation_mass from new to old metadata -INFO: Converting local name cmm_land of variable surface_drag_wind_speed_for_momentum_in_air_over_land from new to old metadata -INFO: Converting local name fh2 of variable Monin_Obukhov_similarity_function_for_heat_at_2m from new to old metadata -INFO: Converting local name gw_dudt of variable tendency_of_x_wind_due_to_ugwp from new to old metadata -INFO: Converting local name shinhong of variable flag_for_scale_aware_Shinhong_PBL from new to old metadata -INFO: Converting local name maxMF of variable maximum_mass_flux from new to old metadata -INFO: Converting local name gu0 of variable x_wind_updated_by_physics from new to old metadata -INFO: Converting local name ncstrac of variable number_of_tracers_for_CS from new to old metadata -INFO: Converting local name do_qa of variable flag_for_inline_cloud_fraction_calculation from new to old metadata -INFO: Converting local name pgr of variable surface_air_pressure from new to old metadata -INFO: Converting local name del of variable air_pressure_difference_between_midlayers from new to old metadata -INFO: Converting local name nqrimef of variable index_for_mass_weighted_rime_factor from new to old metadata -INFO: Converting local name du3dt(:,:,1) of variable cumulative_change_in_x_wind_due_to_PBL from new to old metadata -INFO: Converting local name raincs of variable lwe_thickness_of_shallow_convective_precipitation_amount from new to old metadata -INFO: Converting local name xlaixy of variable leaf_area_index from new to old metadata -INFO: Converting local name iopt_alb of variable flag_for_ground_snow_surface_albedo_option from new to old metadata -INFO: Converting local name moninq_fac of variable atmosphere_diffusivity_coefficient_factor from new to old metadata -INFO: Converting local name work3 of variable ratio_of_exner_function_between_midlayer_and_interface_at_lowest_model_layer from new to old metadata -INFO: Converting local name adjnirbmd of variable surface_downwelling_direct_near_infrared_shortwave_flux from new to old metadata -INFO: Converting local name imp_physics_zhao_carr_pdf of variable flag_for_zhao_carr_pdf_microphysics_scheme from new to old metadata -INFO: Converting local name dv3dt(:,:,3) of variable cumulative_change_in_y_wind_due_to_deep_convection from new to old metadata -INFO: Converting local name evcwa of variable cumulative_canopy_upward_latent_heat_flu_multiplied_by_timestep from new to old metadata -INFO: Converting local name lsm_noah of variable flag_for_noah_land_surface_scheme from new to old metadata -INFO: Converting local name ntk of variable index_for_turbulent_kinetic_energy_convective_transport_tracer from new to old metadata -INFO: Converting local name qsnw of variable local_snow_water_mixing_ratio from new to old metadata -INFO: Converting local name edmf_thl of variable emdf_updraft_theta_l from new to old metadata -INFO: Converting local name crtrh(2) of variable critical_relative_humidity_at_PBL_top from new to old metadata -INFO: Converting local name xv of variable diurnal_thermocline_layer_y_current from new to old metadata -INFO: Converting local name rlapse of variable air_temperature_lapse_rate_constant from new to old metadata -INFO: Converting local name clw(:,:,1) of variable ice_water_mixing_ratio_convective_transport_tracer from new to old metadata -INFO: Converting local name levozp of variable vertical_dimension_of_ozone_forcing_data from new to old metadata -INFO: Converting local name spfhmax of variable maximum_specific_humidity_at_2m from new to old metadata -INFO: Converting local name runoff of variable surface_runoff_flux from new to old metadata -INFO: Converting local name do_sb_physics of variable mg_flag_for_sb2001_autoconversion from new to old metadata -INFO: Converting local name phy_myj_a1q of variable weight_for_specific_humidity_at_viscous_sublayer_top from new to old metadata -INFO: Converting local name cactiv of variable conv_activity_counter from new to old metadata -INFO: Converting local name clw(:,:,index_for_turbulent_kinetic_energy_convective_transport_tracer) of variable turbulent_kinetic_energy_convective_transport_tracer from new to old metadata -INFO: Converting local name oz_phys_2015 of variable flag_for_2015_ozone_physics from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_snow_number_concentration) of variable snow_number_concentration from new to old metadata -INFO: Converting local name ntsnc of variable index_for_snow_number_concentration from new to old metadata -INFO: Converting local name dlwsfci_cpl of variable instantaneous_surface_downwelling_longwave_flux_for_coupling from new to old metadata -INFO: Converting local name errflg of variable ccpp_error_flag from new to old metadata -INFO: Converting local name kbot of variable vertical_index_at_cloud_base from new to old metadata -INFO: Converting local name clw_surf of variable cloud_condensed_water_mixing_ratio_at_surface from new to old metadata -INFO: Converting local name skebu_wts of variable weights_for_stochastic_skeb_perturbation_of_x_wind from new to old metadata -INFO: Converting local name snowprv of variable lwe_thickness_of_snow_amount_from_previous_timestep from new to old metadata -INFO: Converting local name spec_adv of variable flag_for_individual_cloud_species_advected from new to old metadata -INFO: Converting local name rainmp of variable lwe_thickness_of_explicit_rain_amount from new to old metadata -INFO: Converting local name jdat of variable forecast_date_and_time from new to old metadata -INFO: Converting local name ntrcaer of variable number_of_aerosol_tracers_MG from new to old metadata -INFO: Converting local name gflux of variable cumulative_surface_ground_heat_flux_multiplied_by_timestep from new to old metadata -INFO: Converting local name q1 of variable water_vapor_specific_humidity_at_lowest_model_layer_for_diag from new to old metadata -INFO: Converting local name gq0(:,1,index_for_water_vapor) of variable water_vapor_specific_humidity_at_lowest_model_layer_updated_by_physics from new to old metadata -INFO: Converting local name nday of variable daytime_points_dimension from new to old metadata -INFO: Converting local name cs_parm(9) of variable entrainment_efficiency_tunable_parameter_9_CS from new to old metadata -INFO: Converting local name flx_form of variable flag_flux_form_CS from new to old metadata -INFO: Converting local name dtsfc_cpl of variable cumulative_surface_upward_sensible_heat_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name nstf_name(1) of variable flag_for_nsstm_run from new to old metadata -INFO: Converting local name ca_sgs of variable flag_for_sgs_cellular_automata from new to old metadata -INFO: Converting local name mg_qcmin(1) of variable mg_minimum_cloud_condensed_water_mixing_ratio from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio from new to old metadata -INFO: Converting local name rilist of variable gas_constants_for_multi_gases_physics from new to old metadata -INFO: Converting local name dtauy2d_ls of variable y_momentum_tendency_from_large_scale_gwd from new to old metadata -INFO: Converting local name oz_coeff of variable number_of_coefficients_in_ozone_forcing_data from new to old metadata -INFO: Converting local name edmf_qt of variable emdf_updraft_total_water from new to old metadata -INFO: Converting local name stmassxy of variable stem_mass from new to old metadata -INFO: Converting local name dgraupelprv of variable graupel_precipitation_rate_from_previous_timestep from new to old metadata -INFO: Converting local name gq0(:,:,index_for_mass_weighted_rime_factor) of variable mass_weighted_rime_factor_updated_by_physics from new to old metadata -INFO: Converting local name alnwf of variable mean_nir_albedo_with_weak_cosz_dependency from new to old metadata -INFO: Converting local name smoiseq of variable equilibrium_soil_water_content from new to old metadata -INFO: Converting local name psautco of variable coefficient_from_cloud_ice_to_snow from new to old metadata -INFO: Converting local name fhlwr of variable frequency_for_longwave_radiation from new to old metadata -INFO: Converting local name xtts of variable sensitivity_of_dtl_heat_content_to_surface_temperature from new to old metadata -INFO: Converting local name tracers_start_index of variable start_index_of_other_tracers from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_ice_cloud_condensate) of variable tendency_of_ice_cloud_water_mixing_ratio_due_to_model_physics from new to old metadata -INFO: Converting local name jsd of variable starting_y_direction_index_domain from new to old metadata -INFO: Converting local name semis_land of variable surface_longwave_emissivity_over_land_interstitial from new to old metadata -INFO: Converting local name tdomr of variable dominant_rain_type from new to old metadata -INFO: Converting local name conv_act of variable gf_memory_counter from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_ice_cloud_number_concentration) of variable ice_number_concentration from new to old metadata -INFO: Converting local name ugrs(:,1) of variable x_wind_at_lowest_model_layer from new to old metadata -INFO: Converting local name qicn of variable mass_fraction_of_convective_cloud_ice from new to old metadata -INFO: Converting local name fh2_ice of variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_ice from new to old metadata -INFO: Converting local name tsq of variable t_prime_squared from new to old metadata -INFO: Converting local name tdomip of variable dominant_sleet_type from new to old metadata -INFO: Converting local name lslwr of variable flag_to_calc_lw from new to old metadata -INFO: Converting local name GFS_cldprop_type of variable GFS_cldprop_type from new to old metadata -INFO: Converting local name imp_physics of variable flag_for_microphysics_scheme from new to old metadata -INFO: Converting local name sfcalb(:,1) of variable surface_albedo_due_to_near_IR_direct from new to old metadata -INFO: Converting local name mg_do_graupel of variable mg_flag_for_graupel from new to old metadata -INFO: Converting local name soilm of variable soil_moisture_content from new to old metadata -INFO: Converting local name exch_m of variable atmosphere_momentum_diffusivity_for_mynnpbl from new to old metadata -INFO: Converting local name wetdpc of variable instantaneous_convective_scale_wet_deposition from new to old metadata -INFO: Converting local name el_pbl of variable mixing_length from new to old metadata -INFO: Converting local name ncnvc of variable index_for_convective_cloud_cover_in_phy_f3d from new to old metadata -INFO: Converting local name fn_nml of variable namelist_filename from new to old metadata -INFO: Converting local name weasd_ocean of variable water_equivalent_accumulated_snow_depth_over_ocean from new to old metadata -INFO: Converting local name evfact_deep of variable rain_evaporation_coefficient_deep_convection from new to old metadata -INFO: Converting local name dqsfc of variable cumulative_surface_upward_latent_heat_flux_for_diag_multiplied_by_timestep from new to old metadata -INFO: Converting local name totgrpb of variable accumulated_lwe_thickness_of_graupel_amount_in_bucket from new to old metadata -INFO: Converting local name trans_aero of variable flag_for_aerosol_convective_transport_and_PBL_diffusion from new to old metadata -INFO: Converting local name dusfc_bl of variable integrated_x_momentum_flux_from_blocking_drag from new to old metadata -INFO: Converting local name gw_kdis of variable eddy_mixing_due_to_ugwp from new to old metadata -INFO: Converting local name mg_qcmin of variable mg_minimum_cloud_condensed_water_and_ice_mixing_ratio from new to old metadata -INFO: Converting local name dq3dt(:,:,3) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_shal_convection from new to old metadata -INFO: Converting local name qi of variable cloud_ice_specific_humidity_at_Lagrangian_surface from new to old metadata -INFO: Converting local name imfshalcnv_gf of variable flag_for_ntiedtke_shallow_convection_scheme from new to old metadata -INFO: Converting local name zorl_ocean of variable surface_roughness_length_over_ocean_interstitial from new to old metadata -INFO: Converting local name tsfc_ice of variable surface_skin_temperature_over_ice_interstitial from new to old metadata -INFO: Converting local name input_nml_file_length of variable number_of_lines_of_namelist_filename_for_internal_file_reads from new to old metadata -INFO: Converting local name flhc of variable surface_exchange_coefficient_for_heat from new to old metadata -INFO: Converting local name qke of variable tke_at_mass_points from new to old metadata -INFO: Converting local name snowd of variable surface_snow_thickness_water_equivalent from new to old metadata -INFO: Converting local name ncpr of variable local_rain_number_concentration from new to old metadata -INFO: Converting local name ldiag3d of variable flag_diagnostics_3D from new to old metadata -INFO: Converting local name ffhh_ocean of variable Monin_Obukhov_similarity_function_for_heat_over_ocean from new to old metadata -INFO: Converting local name nsamftrac of variable number_of_tracers_for_samf from new to old metadata -INFO: Converting local name con_hvap of variable latent_heat_of_vaporization_of_water_at_0C from new to old metadata -INFO: Converting local name dtaux2d_fd of variable x_momentum_tendency_from_form_drag from new to old metadata -INFO: Converting local name levh2o of variable vertical_dimension_of_h2o_forcing_data from new to old metadata -INFO: Converting local name ras of variable flag_for_ras_deep_convection from new to old metadata -INFO: Converting local name ialb of variable flag_for_using_climatology_albedo from new to old metadata -INFO: Converting local name raincd of variable lwe_thickness_of_deep_convective_precipitation_amount from new to old metadata -INFO: Converting local name alb1d of variable surface_albedo_perturbation from new to old metadata -INFO: Converting local name nwat of variable number_of_water_species from new to old metadata -INFO: Converting local name dwn_mf of variable cumulative_atmosphere_downdraft_convective_mass_flux from new to old metadata -INFO: Converting local name save_t of variable air_temperature_save from new to old metadata -INFO: Converting local name fice of variable sea_ice_concentration from new to old metadata -INFO: Converting local name dvisdf_cpl of variable cumulative_surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name cvb of variable pressure_at_bottom_of_convective_cloud from new to old metadata -INFO: Converting local name save_q(:,:,index_for_ice_cloud_condensate) of variable ice_water_mixing_ratio_save from new to old metadata -INFO: Converting local name gq0(:,:,index_for_snow_water) of variable snow_water_mixing_ratio_updated_by_physics from new to old metadata -INFO: Converting local name qrain of variable sensible_heat_flux_due_to_rainfall from new to old metadata -INFO: Converting local name stress_ocean of variable surface_wind_stress_over_ocean from new to old metadata -INFO: Converting local name adjsfculw_land of variable surface_upwelling_longwave_flux_over_land_interstitial from new to old metadata -INFO: Converting local name ndust of variable number_of_dust_bins_for_diagnostics from new to old metadata -INFO: Converting local name GFS_radtend_type of variable GFS_radtend_type from new to old metadata -INFO: Converting local name ngas of variable number_of_gases_for_multi_gases_physics from new to old metadata -INFO: Converting local name diceprv of variable ice_precipitation_rate_from_previous_timestep from new to old metadata -INFO: Converting local name con_ttp of variable triple_point_temperature_of_water from new to old metadata -INFO: Converting local name rechxy of variable water_table_recharge_when_shallow from new to old metadata -INFO: Converting local name ffhh of variable Monin_Obukhov_similarity_function_for_heat from new to old metadata -INFO: Converting local name edmf_w of variable emdf_updraft_vertical_velocity from new to old metadata -INFO: Converting local name sed_supersat of variable mg_allow_supersat_after_sed from new to old metadata -INFO: Converting local name sr of variable ratio_of_snowfall_to_rainfall from new to old metadata -INFO: Converting local name stc of variable soil_temperature from new to old metadata -INFO: Converting local name idate of variable date_and_time_at_model_initialization_reordered from new to old metadata -INFO: Converting local name nctp of variable number_of_cloud_types_CS from new to old metadata -INFO: Converting local name levrp1 of variable number_of_vertical_layers_for_radiation_calculations_plus_one from new to old metadata -INFO: Converting local name v10mmax of variable maximum_y_wind_at_10m from new to old metadata -INFO: Converting local name clouds(:,:,8) of variable cloud_snow_water_path from new to old metadata -INFO: Converting local name dusfc of variable cumulative_surface_x_momentum_flux_for_diag_multiplied_by_timestep from new to old metadata -INFO: Converting local name sfcalb(:,3) of variable surface_albedo_due_to_UV_and_VIS_direct from new to old metadata -INFO: Converting local name zmtnblck of variable level_of_dividing_streamline from new to old metadata -INFO: Converting local name xcosz of variable instantaneous_cosine_of_zenith_angle from new to old metadata -INFO: Converting local name CCPP_interstitial_type of variable CCPP_interstitial_type from new to old metadata -INFO: Converting local name theta of variable angle_from_east_of_maximum_subgrid_orographic_variations from new to old metadata -INFO: Converting local name nbdsw of variable number_of_aerosol_bands_for_shortwave_radiation from new to old metadata -INFO: Converting local name dqsfc1 of variable instantaneous_surface_upward_latent_heat_flux from new to old metadata -INFO: Converting local name htrsw of variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_timestep from new to old metadata -INFO: Converting local name gq0(:,:,index_for_graupel_number_concentration) of variable graupel_number_concentration_updated_by_physics from new to old metadata -INFO: Converting local name ntgnc of variable index_for_graupel_number_concentration from new to old metadata -INFO: Converting local name semis of variable surface_longwave_emissivity from new to old metadata -INFO: Converting local name ca_smooth of variable flag_for_gaussian_spatial_filter from new to old metadata -INFO: Converting local name zhour of variable time_since_diagnostics_zeroed from new to old metadata -INFO: Converting local name uswsfci of variable surface_upwelling_shortwave_flux from new to old metadata -INFO: Converting local name dq3dt(:,:,6) of variable cumulative_change_in_ozone_concentration_due_to_production_and_loss_rate from new to old metadata -INFO: Converting local name con_t0c of variable temperature_at_zero_celsius from new to old metadata -INFO: Converting local name dvsfcin_cpl of variable surface_y_momentum_flux_for_coupling from new to old metadata -INFO: Converting local name runoff of variable total_runoff from new to old metadata -INFO: Converting local name upd_mf of variable cumulative_atmosphere_updraft_convective_mass_flux from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_for_cloud_fraction_in_3d_arrays_for_microphysics) of variable cloud_fraction_for_MG from new to old metadata -INFO: Converting local name indcld of variable index_for_cloud_fraction_in_3d_arrays_for_microphysics from new to old metadata -INFO: Converting local name vegtype of variable vegetation_type_classification from new to old metadata -INFO: Converting local name ied of variable ending_x_direction_index_domain from new to old metadata -INFO: Converting local name transa of variable cumulative_transpiration_flux_multiplied_by_timestep from new to old metadata -INFO: Converting local name dt3dt(:,:,2) of variable cumulative_change_in_temperature_due_to_shortwave_radiation from new to old metadata -INFO: Converting local name dvsfc_ls of variable integrated_y_momentum_flux_from_large_scale_gwd from new to old metadata -INFO: Converting local name snowd_ocean of variable surface_snow_thickness_water_equivalent_over_ocean from new to old metadata -INFO: Converting local name clouds(:,:,2) of variable cloud_liquid_water_path from new to old metadata -INFO: Converting local name visbmui of variable surface_upwelling_direct_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name plvl of variable air_pressure_at_interface_for_radiation_in_hPa from new to old metadata -INFO: Converting local name uustar_land of variable surface_friction_velocity_over_land from new to old metadata -INFO: Converting local name phy_myj_akms of variable momentum_exchange_coefficient_for_MYJ_schemes from new to old metadata -INFO: Converting local name cnv_fice of variable ice_fraction_in_convective_tower from new to old metadata -INFO: Converting local name nbdlw of variable number_of_aerosol_bands_for_longwave_radiation from new to old metadata -INFO: Converting local name dudt_mtb of variable instantaneous_change_in_x_wind_due_to_mountain_blocking_drag from new to old metadata -INFO: Converting local name rb_ocean of variable bulk_richardson_number_at_lowest_model_level_over_ocean from new to old metadata -INFO: Converting local name ccnorm of variable flag_for_cloud_condensate_normalized_by_cloud_cover from new to old metadata -INFO: Converting local name dqdt of variable tendency_of_tracers_due_to_model_physics from new to old metadata -INFO: Converting local name u10m of variable x_wind_at_10m from new to old metadata -INFO: Converting local name tmpmin of variable minimum_temperature_at_2m from new to old metadata -INFO: Converting local name save_u of variable x_wind_save from new to old metadata -INFO: Converting local name tsnow of variable snow_temperature_bottom_first_layer from new to old metadata -INFO: Converting local name kind_INTEGER of variable kind_INTEGER from new to old metadata -INFO: Converting local name nswsfc_cpl of variable cumulative_surface_net_downward_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name vgrs(:,1) of variable y_wind_at_lowest_model_layer from new to old metadata -INFO: Converting local name bl_mynn_edmf_tke of variable edmf_tke_transport_flag from new to old metadata -INFO: Converting local name tile_num of variable number_of_tile from new to old metadata -INFO: Converting local name con_pi of variable pi from new to old metadata -INFO: Converting local name abem of variable instantaneous_anthopogenic_and_biomass_burning_emissions from new to old metadata -INFO: Converting local name latidxprnt of variable latitude_index_in_debug_printouts from new to old metadata -INFO: Converting local name tcrf of variable cloud_phase_transition_denominator from new to old metadata -INFO: Converting local name cpilist of variable specific_heat_capacities_for_multi_gases_physics from new to old metadata -INFO: Converting local name tprcp_ocean of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_ocean from new to old metadata -INFO: Converting local name vgrs of variable y_wind from new to old metadata -INFO: Converting local name me of variable mpi_rank from new to old metadata -INFO: Converting local name nseffr of variable index_for_snow_effective_radius from new to old metadata -INFO: Converting local name crtrh(1) of variable critical_relative_humidity_at_surface from new to old metadata -INFO: Converting local name nrcm of variable array_dimension_of_random_number from new to old metadata -INFO: Converting local name phy_f2d(:,2) of variable surface_air_pressure_at_previous_time_step from new to old metadata -INFO: Converting local name totice of variable accumulated_lwe_thickness_of_ice_amount from new to old metadata -INFO: Converting local name vdftra of variable vertically_diffused_tracer_concentration from new to old metadata -INFO: Converting local name clam_shal of variable entrainment_rate_coefficient_shallow_convection from new to old metadata -INFO: Converting local name ulwsfc of variable cumulative_surface_upwelling_longwave_flux_multiplied_by_timestep from new to old metadata -INFO: Converting local name cldf of variable cloud_area_fraction from new to old metadata -INFO: Converting local name prslk of variable dimensionless_exner_function_at_model_layers from new to old metadata -INFO: Converting local name imp_physics_wsm6 of variable flag_for_wsm6_microphysics_scheme from new to old metadata -INFO: Converting local name blksz(ccpp_block_number) of variable horizontal_loop_extent from new to old metadata -INFO: Converting local name dtp of variable time_step_for_physics from new to old metadata -INFO: Converting local name nnirdf_cpl of variable cumulative_surface_net_downward_diffuse_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name tsurf_ice of variable surface_skin_temperature_after_iteration_over_ice from new to old metadata -INFO: Converting local name snowfallac of variable total_accumulated_snowfall from new to old metadata -INFO: Converting local name solhr of variable forecast_hour_of_the_day from new to old metadata -INFO: Converting local name use_zmtnblck of variable flag_for_mountain_blocking from new to old metadata -INFO: Converting local name sfcflw_type of variable sfcflw_type from new to old metadata -INFO: Converting local name rhofr of variable density_of_frozen_precipitation from new to old metadata -INFO: Converting local name dxmax of variable maximum_scaling_factor_for_critical_relative_humidity from new to old metadata -INFO: Converting local name rainc_cpl of variable lwe_thickness_of_convective_precipitation_amount_for_coupling from new to old metadata -INFO: Converting local name prautco of variable coefficient_from_cloud_water_to_rain from new to old metadata -INFO: Converting local name cumabs of variable maximum_column_heating_rate from new to old metadata -INFO: Converting local name Statein of variable GFS_statein_type_instance from new to old metadata -INFO: Converting local name ntasks of variable mpi_size from new to old metadata -INFO: Converting local name qsq of variable q_prime_squared from new to old metadata -INFO: Converting local name bl_mynn_mixqt of variable mix_total_water_flag from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_turbulent_kinetic_energy) of variable tendency_of_turbulent_kinetic_energy_due_to_model_physics from new to old metadata -INFO: Converting local name ntke of variable index_for_turbulent_kinetic_energy from new to old metadata -INFO: Converting local name kmp of variable top_layer_index_for_fast_physics from new to old metadata -INFO: Converting local name ffhh_ice of variable Monin_Obukhov_similarity_function_for_heat_over_ice from new to old metadata -INFO: Converting local name dq3dt(:,:,1) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_PBL from new to old metadata -INFO: Converting local name con_hfus of variable latent_heat_of_fusion_of_water_at_0C from new to old metadata -INFO: Converting local name isubc_lw of variable flag_for_lw_clouds_without_sub_grid_approximation from new to old metadata -INFO: Converting local name du3dt(:,:,3) of variable cumulative_change_in_x_wind_due_to_deep_convection from new to old metadata -INFO: Converting local name clx of variable fraction_of_grid_box_with_subgrid_orography_higher_than_critical_height from new to old metadata -INFO: Converting local name shoc_parm(4) of variable shoc_implicit_TKE_integration_uncentering_term from new to old metadata -INFO: Converting local name gasvmr(:,:,7) of variable volume_mixing_ratio_cfc12 from new to old metadata -INFO: Converting local name cappa of variable cappa_moist_gas_constant_at_Lagrangian_surface from new to old metadata -INFO: Converting local name cf_upi of variable convective_cloud_fraction_for_microphysics from new to old metadata -INFO: Converting local name cdata of variable ccpp_t_instance from new to old metadata -INFO: Converting local name phy_myj_akhs of variable heat_exchange_coefficient_for_MYJ_schemes from new to old metadata -INFO: Converting local name sedim of variable instantaneous_sedimentation from new to old metadata -INFO: Converting local name graupelmp of variable lwe_thickness_of_graupel_amount from new to old metadata -INFO: Converting local name skebu_wts of variable weights_for_stochastic_skeb_perturbation_of_x_wind_flipped from new to old metadata -INFO: Converting local name GFS_control_type of variable GFS_control_type from new to old metadata -INFO: Converting local name yearlen of variable number_of_days_in_year from new to old metadata -INFO: Converting local name save_q(:,:,index_for_water_vapor) of variable water_vapor_specific_humidity_save from new to old metadata -INFO: Converting local name smois of variable volume_fraction_of_soil_moisture_for_land_surface_model from new to old metadata -INFO: Converting local name gq0(:,:,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio_updated_by_physics from new to old metadata -INFO: Converting local name pwat of variable column_precipitable_water from new to old metadata -INFO: Converting local name cld1d of variable cloud_work_function from new to old metadata -INFO: Converting local name qvi of variable gas_tracers_for_multi_gas_physics_at_Lagrangian_surface from new to old metadata -INFO: Converting local name gabsbdlw of variable surface_downwelling_longwave_flux_absorbed_by_ground from new to old metadata -INFO: Converting local name tau_ngw of variable time_integral_of_momentum_flux_due_to_nonstationary_gravity_wave from new to old metadata -INFO: Converting local name xlat_d of variable latitude_degree from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_for_ice_effective_radius) of variable effective_radius_of_stratiform_cloud_ice_particle_in_um from new to old metadata -INFO: Converting local name nieffr of variable index_for_ice_effective_radius from new to old metadata -INFO: Converting local name do_ca of variable flag_for_cellular_automata from new to old metadata -INFO: Converting local name wtxy of variable water_storage_in_aquifer_and_saturated_soil from new to old metadata -INFO: Converting local name srunoff of variable surface_runoff from new to old metadata -INFO: Converting local name ntrnc of variable index_for_rain_number_concentration from new to old metadata -INFO: Converting local name ustm of variable surface_friction_velocity_drag from new to old metadata -INFO: Converting local name cnvprcp of variable cumulative_lwe_thickness_of_convective_precipitation_amount from new to old metadata -INFO: Converting local name imfdeepcnv_samf of variable flag_for_samf_deep_convection_scheme from new to old metadata -INFO: Converting local name si of variable vertical_sigma_coordinate_for_radiation_initialization from new to old metadata -INFO: Converting local name gwdcu of variable tendency_of_x_wind_due_to_convective_gravity_wave_drag from new to old metadata -INFO: Converting local name elvmax of variable maximum_subgrid_orography from new to old metadata -INFO: Converting local name slimskin_cpl of variable sea_land_ice_mask_in from new to old metadata -INFO: Converting local name dtsfc_cice of variable surface_upward_sensible_heat_flux_for_coupling_interstitial from new to old metadata -INFO: Converting local name do_mynnedmf of variable do_mynnedmf from new to old metadata -INFO: Converting local name zorll of variable surface_roughness_length_over_land from new to old metadata -INFO: Converting local name nswsfci_cpl of variable instantaneous_surface_net_downward_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name do_cldice of variable mg_flag_for_cloud_ice_processes from new to old metadata -INFO: Converting local name alboldxy of variable snow_albedo_at_previous_time_step from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_graupel) of variable graupel_mixing_ratio from new to old metadata -INFO: Converting local name rhcmax of variable maximum_critical_relative_humidity from new to old metadata -INFO: Converting local name Stateout of variable GFS_stateout_type_instance from new to old metadata -INFO: Converting local name nirbmdi of variable surface_downwelling_direct_near_infrared_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name gfluxi of variable instantaneous_surface_ground_heat_flux from new to old metadata -INFO: Converting local name drainncprv of variable explicit_rainfall_rate_from_previous_timestep from new to old metadata -INFO: Converting local name gflx of variable upward_heat_flux_in_soil from new to old metadata -INFO: Converting local name hflx_ocean of variable kinematic_surface_upward_sensible_heat_flux_over_ocean from new to old metadata -INFO: Converting local name nvdiff of variable number_of_vertical_diffusion_tracers from new to old metadata -INFO: Converting local name dspheat of variable flag_TKE_dissipation_heating from new to old metadata -INFO: Converting local name fhswr of variable frequency_for_shortwave_radiation from new to old metadata -INFO: Converting local name nthreads of variable omp_threads from new to old metadata -INFO: Converting local name islmsk of variable sea_land_ice_mask from new to old metadata -INFO: Converting local name ntchmdiag of variable number_of_chemical_tracers_for_diagnostics from new to old metadata -INFO: Converting local name nstf_name(5) of variable vertical_temperature_average_range_upper_bound from new to old metadata -INFO: Converting local name forceq of variable moisture_tendency_due_to_dynamics from new to old metadata -INFO: Converting local name nseasalt of variable number_of_seasalt_bins_for_diagnostics from new to old metadata -INFO: Converting local name gasvmr(:,:,2) of variable volume_mixing_ratio_n2o from new to old metadata -INFO: Converting local name ctei_rml of variable grid_sensitive_critical_cloud_top_entrainment_instability_criteria from new to old metadata -INFO: Converting local name sfc_wts of variable weights_for_stochastic_surface_physics_perturbation from new to old metadata -INFO: Converting local name oc of variable convexity_of_subgrid_orography from new to old metadata -INFO: Converting local name ep1d of variable surface_upward_potential_latent_heat_flux from new to old metadata -INFO: Converting local name u10mmax of variable maximum_x_wind_at_10m from new to old metadata -INFO: Converting local name nca of variable number_of_independent_cellular_automata from new to old metadata -INFO: Converting local name rtmassxy of variable fine_root_mass from new to old metadata -INFO: Converting local name ffmm_ocean of variable Monin_Obukhov_similarity_function_for_momentum_over_ocean from new to old metadata -INFO: Converting local name pertlai of variable magnitude_of_perturbation_of_leaf_area_index from new to old metadata -INFO: Converting local name mg_ncnst of variable mg_drop_concentration_constant from new to old metadata -INFO: Converting local name pgcon_shal of variable momentum_transport_reduction_factor_pgf_shallow_convection from new to old metadata -INFO: Converting local name edmf_qc of variable emdf_updraft_cloud_water from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_graupel) of variable tendency_of_graupel_mixing_ratio_due_to_model_physics from new to old metadata -INFO: Converting local name acvt of variable largest_cloud_top_vertical_index_encountered_thus_far from new to old metadata -INFO: Converting local name cmm of variable surface_drag_wind_speed_for_momentum_in_air from new to old metadata -INFO: Converting local name dt_cool of variable sub_layer_cooling_amount from new to old metadata -INFO: Converting local name qc_r of variable cloud_liquid_water_mixing_ratio from new to old metadata -INFO: Converting local name ral_ts of variable time_scale_for_rayleigh_damping from new to old metadata -INFO: Converting local name GFS_diag_type of variable GFS_diag_type from new to old metadata -INFO: Converting local name dnirdfi_cpl of variable instantaneous_surface_downwelling_diffuse_near_infrared_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name chh_ice of variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_ice from new to old metadata -INFO: Converting local name flipv of variable flag_flip from new to old metadata -INFO: Converting local name ldiag_ugwp of variable diag_ugwp_flag from new to old metadata -INFO: Converting local name ctei_r of variable cloud_top_entrainment_instability_value from new to old metadata -INFO: Converting local name ccn_nm of variable ccn_number_concentration from new to old metadata -INFO: Converting local name edmf_ent of variable emdf_updraft_entrainment_rate from new to old metadata -INFO: Converting local name htswc of variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step from new to old metadata -INFO: Converting local name phy_myj_thz0 of variable potential_temperature_at_viscous_sublayer_top from new to old metadata -INFO: Converting local name bl_mynn_edmf of variable edmf_flag from new to old metadata -INFO: Converting local name con_rd of variable gas_constant_dry_air from new to old metadata -INFO: Converting local name qss_land of variable surface_specific_humidity_over_land from new to old metadata -INFO: Converting local name zt1d of variable perturbation_of_heat_to_momentum_roughness_length_ratio from new to old metadata -INFO: Converting local name imp_physics_zhao_carr of variable flag_for_zhao_carr_microphysics_scheme from new to old metadata -INFO: Converting local name delz of variable thickness_at_Lagrangian_surface from new to old metadata -INFO: Converting local name dtsfci of variable instantaneous_surface_upward_sensible_heat_flux_for_diag from new to old metadata -INFO: Converting local name dvsfc_fd of variable integrated_y_momentum_flux_from_form_drag from new to old metadata -INFO: Converting local name totprcpb of variable accumulated_lwe_thickness_of_precipitation_amount_in_bucket from new to old metadata -INFO: Converting local name tcr of variable cloud_phase_transition_threshold_temperature from new to old metadata -INFO: Converting local name clstp of variable convective_cloud_switch from new to old metadata -INFO: Converting local name isatmedmf_vdifq of variable choice_of_updated_scale_aware_TKE_moist_EDMF_PBL from new to old metadata -INFO: Converting local name coszen of variable cosine_of_zenith_angle from new to old metadata -INFO: Converting local name nifa2d of variable tendency_of_ice_friendly_aerosols_at_surface from new to old metadata -INFO: Converting local name icy of variable flag_nonzero_sea_ice_surface_fraction from new to old metadata -INFO: Converting local name dudt of variable tendency_of_x_wind_due_to_model_physics from new to old metadata -INFO: Converting local name bl_dnfr of variable downdraft_fraction_in_boundary_layer_mass_flux_scheme from new to old metadata -INFO: Converting local name snohf of variable snow_freezing_rain_upward_latent_heat_flux from new to old metadata -INFO: Converting local name bexp1d of variable perturbation_of_soil_type_b_parameter from new to old metadata -INFO: Converting local name faersw of variable aerosol_optical_properties_for_shortwave_bands_01_16 from new to old metadata -INFO: Converting local name dtdt of variable tendency_of_air_temperature_due_to_model_physics from new to old metadata -INFO: Converting local name nvisdf_cpl of variable cumulative_surface_net_downward_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name dqsfcin_cpl of variable surface_upward_latent_heat_flux_for_coupling from new to old metadata -INFO: Converting local name con_p0 of variable standard_atmospheric_pressure from new to old metadata -INFO: Converting local name con_epsq of variable minimum_value_of_specific_humidity from new to old metadata -INFO: Converting local name dusfci_cpl of variable instantaneous_surface_x_momentum_flux_for_coupling from new to old metadata -INFO: Converting local name ep1d_ice of variable surface_upward_potential_latent_heat_flux_over_ice from new to old metadata -INFO: Converting local name fhour of variable forecast_time from new to old metadata -INFO: Converting local name refl_10cm of variable radar_reflectivity_10cm from new to old metadata -INFO: Converting local name shum_wts of variable weights_for_stochastic_shum_perturbation_flipped from new to old metadata -INFO: Converting local name dspfac of variable tke_dissipative_heating_factor from new to old metadata -INFO: Converting local name nnirbmi_cpl of variable instantaneous_surface_net_downward_direct_near_infrared_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name c1_deep of variable detrainment_conversion_parameter_deep_convection from new to old metadata -INFO: Converting local name dt3dt(:,:,4) of variable cumulative_change_in_temperature_due_to_deep_convection from new to old metadata -INFO: Converting local name dv3dt(:,:,4) of variable cumulative_change_in_y_wind_due_to_convective_gravity_wave_drag from new to old metadata -INFO: Converting local name phy_myj_a1u of variable weight_for_momentum_at_viscous_sublayer_top from new to old metadata -INFO: Converting local name iopt_stc of variable flag_for_soil_and_snow_temperature_time_stepping_option from new to old metadata -INFO: Converting local name adjvisbmd of variable surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux from new to old metadata -INFO: Converting local name icloud_bl of variable couple_sgs_clouds_to_radiation_flag from new to old metadata -INFO: Converting local name rb of variable bulk_richardson_number_at_lowest_model_level from new to old metadata -INFO: Converting local name faerlw(:,:,:,2) of variable aerosol_single_scattering_albedo_for_longwave_bands_01_16 from new to old metadata -INFO: Converting local name phy_myj_elflx of variable kinematic_surface_latent_heat_flux from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_for_snow_effective_radius) of variable effective_radius_of_stratiform_cloud_snow_particle_in_um from new to old metadata -INFO: Converting local name iopt_tbot of variable flag_for_lower_boundary_soil_temperature_option from new to old metadata -INFO: Converting local name pdfflag of variable flag_for_pdf_for_morrison_gettelman_microphysics_scheme from new to old metadata -INFO: Converting local name do_aw of variable flag_for_Arakawa_Wu_adjustment from new to old metadata -INFO: Converting local name do_tofd of variable turb_oro_form_drag_flag from new to old metadata -INFO: Converting local name dqdti of variable instantaneous_water_vapor_specific_humidity_tendency_due_to_convection from new to old metadata -INFO: Converting local name qi_r of variable cloud_ice_mixing_ratio from new to old metadata -INFO: Converting local name flag_iter of variable flag_for_iteration from new to old metadata -INFO: Converting local name CLDFRA_BL of variable subgrid_cloud_fraction_pbl from new to old metadata -INFO: Converting local name zorl_ice of variable surface_roughness_length_over_ice_interstitial from new to old metadata -INFO: Converting local name dd_mf of variable instantaneous_atmosphere_downdraft_convective_mass_flux from new to old metadata -INFO: Converting local name visdfui of variable surface_upwelling_diffuse_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name julian of variable julian_day from new to old metadata -INFO: Converting local name cd_ice of variable surface_drag_coefficient_for_momentum_in_air_over_ice from new to old metadata -INFO: Converting local name iovr_lw of variable flag_for_max_random_overlap_clouds_for_longwave_radiation from new to old metadata -INFO: Converting local name lmp of variable adjusted_vertical_level_dimension_for_radiation from new to old metadata -INFO: Converting local name kdt of variable index_of_time_step from new to old metadata -INFO: Converting local name ushfsfci of variable instantaneous_surface_upward_sensible_heat_flux_for_chemistry_coupling from new to old metadata -INFO: Converting local name rb_land of variable bulk_richardson_number_at_lowest_model_level_over_land from new to old metadata -INFO: Converting local name uustar of variable surface_friction_velocity from new to old metadata -INFO: Converting local name adjnirbmu of variable surface_upwelling_direct_near_infrared_shortwave_flux from new to old metadata -INFO: Converting local name do_mynnsfclay of variable do_mynnsfclay from new to old metadata -INFO: Converting local name aero_in of variable flag_for_aerosol_input_MG from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_water_vapor) of variable tendency_of_water_vapor_specific_humidity_due_to_model_physics from new to old metadata -INFO: Converting local name mol of variable theta_star from new to old metadata -INFO: Converting local name fwetxy of variable area_fraction_of_wet_canopy from new to old metadata -INFO: Converting local name phy_f2d(:,1) of variable surface_air_pressure_two_time_steps_back from new to old metadata -INFO: Converting local name topflw of variable lw_fluxes_top_atmosphere from new to old metadata -INFO: Converting local name satmedmf of variable flag_for_scale_aware_TKE_moist_EDMF_PBL from new to old metadata -INFO: Converting local name waxy of variable water_storage_in_aquifer from new to old metadata -INFO: Converting local name snow of variable lwe_thickness_of_snow_amount_on_dynamics_timestep from new to old metadata -INFO: Converting local name ivegsrc of variable vegetation_type_dataset_choice from new to old metadata -INFO: Converting local name sigmaf of variable bounded_vegetation_area_fraction from new to old metadata -INFO: Converting local name f_rain of variable fraction_of_rain_water_cloud from new to old metadata -INFO: Converting local name dkt of variable instantaneous_atmosphere_heat_diffusivity from new to old metadata -INFO: Converting local name asolfac_deep of variable aerosol_aware_parameter_deep_convection from new to old metadata -INFO: Converting local name dv3dt(:,:,2) of variable cumulative_change_in_y_wind_due_to_orographic_gravity_wave_drag from new to old metadata -INFO: Converting local name ipr of variable horizontal_index_of_printed_column from new to old metadata -INFO: Converting local name npzcappa of variable vertical_dimension_for_cappa_at_Lagrangian_surface from new to old metadata -INFO: Converting local name clam_deep of variable entrainment_rate_coefficient_deep_convection from new to old metadata -INFO: Converting local name dusfci of variable instantaneous_surface_x_momentum_flux_for_diag from new to old metadata -INFO: Converting local name cs_parm(4) of variable detrainment_and_precipitation_tunable_parameter_4_CS from new to old metadata -INFO: Converting local name levsp1 of variable vertical_dimension_plus_one from new to old metadata -INFO: Converting local name con_cp of variable specific_heat_of_dry_air_at_constant_pressure from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_water_vapor) of variable water_vapor_specific_humidity from new to old metadata -INFO: Converting local name prsik(:,1) of variable dimensionless_exner_function_at_lowest_model_interface from new to old metadata -INFO: Converting local name gasvmr(:,:,5) of variable volume_mixing_ratio_co from new to old metadata -INFO: Converting local name mg_ngcons of variable mg_flag_graupel_concentration_constant from new to old metadata -INFO: Converting local name acsnow of variable accumulated_water_equivalent_of_frozen_precip from new to old metadata -INFO: Converting local name levsm1 of variable vertical_dimension_minus_one from new to old metadata -INFO: Converting local name phy_myj_a1t of variable weight_for_potental_temperature_at_viscous_sublayer_top from new to old metadata -INFO: Converting local name ntracp1 of variable number_of_tracers_plus_one from new to old metadata -INFO: Converting local name GFS_Data of variable GFS_data_type_instance_all_blocks from new to old metadata -INFO: Converting local name zol of variable surface_stability_parameter from new to old metadata -INFO: Converting local name CCPP_interstitial of variable CCPP_interstitial_type_instance from new to old metadata -INFO: Converting local name isd of variable starting_x_direction_index_domain from new to old metadata -INFO: Converting local name cplflx of variable flag_for_flux_coupling from new to old metadata -INFO: Converting local name lradar of variable flag_for_radar_reflectivity from new to old metadata -INFO: Converting local name iseed_ca of variable seed_for_random_number_generation_in_cellular_automata_scheme from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_for_convective_cloud_cover_in_phy_f3d) of variable convective_cloud_cover_in_phy_f3d from new to old metadata -INFO: Converting local name dqsfci of variable instantaneous_surface_upward_latent_heat_flux_for_diag from new to old metadata -INFO: Converting local name dxmin of variable minimum_scaling_factor_for_critical_relative_humidity from new to old metadata -INFO: Converting local name sppt_wts of variable weights_for_stochastic_sppt_perturbation from new to old metadata -INFO: Converting local name tahxy of variable canopy_air_temperature from new to old metadata -INFO: Converting local name imn of variable forecast_month from new to old metadata -INFO: Converting local name evcw of variable canopy_upward_latent_heat_flux from new to old metadata -INFO: Converting local name input_nml_file of variable namelist_filename_for_internal_file_reads from new to old metadata -INFO: Converting local name raddt of variable time_step_for_radiation from new to old metadata -INFO: Converting local name dvisbmi_cpl of variable instantaneous_surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name gwdcv of variable tendency_of_y_wind_due_to_convective_gravity_wave_drag from new to old metadata -INFO: Converting local name evbsa of variable cumulative_soil_upward_latent_heat_flux_multiplied_by_timestep from new to old metadata -INFO: Converting local name cldwrk of variable cumulative_cloud_work_function from new to old metadata -INFO: Converting local name npzdelz of variable vertical_dimension_for_thickness_at_Lagrangian_surface from new to old metadata -INFO: Converting local name dvsfc_cice of variable surface_y_momentum_flux_for_coupling_interstitial from new to old metadata -INFO: Converting local name ql of variable cloud_liquid_water_specific_humidity_at_Lagrangian_surface from new to old metadata -INFO: Converting local name imp_physics_fer_hires of variable flag_for_fer_hires_microphysics_scheme from new to old metadata -INFO: Converting local name dvdt of variable tendency_of_y_wind_due_to_model_physics from new to old metadata -INFO: Converting local name dusfc_cpl of variable cumulative_surface_x_momentum_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name prsl(:,1) of variable air_pressure_at_lowest_model_layer from new to old metadata -INFO: Converting local name ktop_shallow of variable k_level_of_highest_reaching_plume from new to old metadata -INFO: Converting local name sfcfsw of variable sw_fluxes_sfc from new to old metadata -INFO: Converting local name gv0 of variable y_wind_updated_by_physics from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_rain_water) of variable rain_water_mixing_ratio from new to old metadata -INFO: Converting local name cdq_ocean of variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_ocean from new to old metadata -INFO: Converting local name sfcalb(:,4) of variable surface_albedo_due_to_UV_and_VIS_diffused from new to old metadata -INFO: Converting local name gamq of variable countergradient_mixing_term_for_water_vapor from new to old metadata -INFO: Converting local name mdt of variable time_step_for_remapping_for_fast_physics from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_ice_cloud_condensate) of variable ice_water_mixing_ratio from new to old metadata -INFO: Converting local name sfcalb(:,2) of variable surface_albedo_due_to_near_IR_diffused from new to old metadata -INFO: Converting local name phy_fctd of variable cloud_base_mass_flux from new to old metadata -INFO: Converting local name weasd_land of variable water_equivalent_accumulated_snow_depth_over_land from new to old metadata -INFO: Converting local name nwfa2d of variable tendency_of_water_friendly_aerosols_at_surface from new to old metadata -INFO: Converting local name GFS_Control of variable GFS_control_type_instance from new to old metadata -INFO: Converting local name nncl of variable number_of_tracers_for_cloud_condensate from new to old metadata -INFO: Converting local name olyr of variable ozone_concentration_at_layer_for_radiation from new to old metadata -INFO: Converting local name tg3 of variable deep_soil_temperature from new to old metadata -INFO: Converting local name Radtend of variable GFS_radtend_type_instance from new to old metadata -INFO: Converting local name sinlat of variable sine_of_latitude from new to old metadata -INFO: Converting local name sppt_wts of variable weights_for_stochastic_sppt_perturbation_flipped from new to old metadata -INFO: Converting local name ng of variable number_of_ghost_zones from new to old metadata -INFO: Converting local name phil of variable geopotential from new to old metadata -INFO: Converting local name flag_frsoil of variable flag_for_frozen_soil_physics from new to old metadata -INFO: Converting local name faersw(:,:,:,2) of variable aerosol_single_scattering_albedo_for_shortwave_bands_01_16 from new to old metadata -INFO: Converting local name qc of variable cloud_fraction_at_Lagrangian_surface from new to old metadata -INFO: Converting local name do_sfcperts of variable flag_for_stochastic_surface_perturbations from new to old metadata -INFO: Converting local name betas_deep of variable downdraft_fraction_reaching_surface_over_ocean_deep_convection from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_rain_number_concentration) of variable rain_number_concentration from new to old metadata -INFO: Converting local name ifd of variable index_of_dtlm_start from new to old metadata -INFO: Converting local name area of variable cell_area_for_fast_physics from new to old metadata -INFO: Converting local name trans_trac of variable flag_for_convective_transport_of_tracers from new to old metadata -INFO: Converting local name isatmedmf of variable choice_of_scale_aware_TKE_moist_EDMF_PBL from new to old metadata -INFO: Converting local name old_monin of variable flag_for_old_PBL_scheme from new to old metadata -INFO: Converting local name cplchm of variable flag_for_chemistry_coupling from new to old metadata -INFO: Converting local name raincprv of variable lwe_thickness_of_convective_precipitation_amount_from_previous_timestep from new to old metadata -INFO: Converting local name u1 of variable x_wind_at_lowest_model_layer_for_diag from new to old metadata -INFO: Converting local name gw_dvdt of variable tendency_of_y_wind_due_to_ugwp from new to old metadata -INFO: Converting local name dtsfc1 of variable instantaneous_surface_upward_sensible_heat_flux from new to old metadata -INFO: Converting local name gasvmr(:,:,9) of variable volume_mixing_ratio_ccl4 from new to old metadata -INFO: Converting local name semis_ice of variable surface_longwave_emissivity_over_ice_interstitial from new to old metadata -INFO: Converting local name zmtb of variable time_integral_of_height_of_mountain_blocking from new to old metadata -INFO: Converting local name dtauy2d_fd of variable y_momentum_tendency_from_form_drag from new to old metadata -INFO: Converting local name lakefrac of variable lake_area_fraction from new to old metadata -INFO: Converting local name do_myjpbl of variable do_myjpbl from new to old metadata -INFO: Converting local name sncovr of variable surface_snow_area_fraction_over_land from new to old metadata -INFO: Converting local name spd10max of variable maximum_wind_at_10m_over_maximum_hourly_time_interval from new to old metadata -INFO: Converting local name faerlw(:,:,:,3) of variable aerosol_asymmetry_parameter_for_longwave_bands_01_16 from new to old metadata -INFO: Converting local name adjsfculw_ocean of variable surface_upwelling_longwave_flux_over_ocean_interstitial from new to old metadata -INFO: Converting local name nscfshoc of variable index_of_subgrid_scale_cloud_fraction_from_shoc_in_phy_f3d from new to old metadata -INFO: Converting local name qv_r of variable humidity_mixing_ratio from new to old metadata -INFO: Converting local name gq0(:,:,index_for_water_vapor) of variable water_vapor_specific_humidity_updated_by_physics from new to old metadata -INFO: Converting local name lsnow_lsm of variable snow_vertical_dimension_for_land_surface_model from new to old metadata -INFO: Converting local name dv3dt_ngw of variable time_integral_of_change_in_y_wind_due_to_nonstationary_gravity_wave from new to old metadata -INFO: Converting local name tlyr of variable air_temperature_at_layer_for_radiation from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_turbulent_kinetic_energy) of variable turbulent_kinetic_energy from new to old metadata -INFO: Converting local name h2opl of variable h2o_forcing from new to old metadata -INFO: Converting local name smc of variable volume_fraction_of_soil_moisture from new to old metadata -INFO: Converting local name latr of variable number_of_latitude_points from new to old metadata -INFO: Converting local name crick_proof of variable flag_for_CRICK_proof_cloud_water from new to old metadata -INFO: Converting local name ssem of variable instantaneous_seasalt_emission_flux from new to old metadata -INFO: Converting local name xlai1d of variable perturbation_of_leaf_area_index from new to old metadata -INFO: Converting local name tdoms of variable dominant_snow_type from new to old metadata -INFO: Converting local name canopy of variable canopy_water_amount from new to old metadata -INFO: Converting local name dtauy2d_ss of variable y_momentum_tendency_from_small_scale_gwd from new to old metadata -INFO: Converting local name forcet of variable temperature_tendency_due_to_dynamics from new to old metadata -INFO: Converting local name snowmt of variable surface_snow_melt from new to old metadata -INFO: Converting local name ttendlim of variable limit_for_temperature_tendency_for_microphysics from new to old metadata -INFO: Converting local name clouds(:,:,6) of variable cloud_rain_water_path from new to old metadata -INFO: Converting local name sigmafrac of variable convective_updraft_area_fraction from new to old metadata -INFO: Converting local name tau_tofd of variable instantaneous_momentum_flux_due_to_turbulent_orographic_form_drag from new to old metadata -INFO: Converting local name gq0(:,:,index_for_ice_friendly_aerosols) of variable ice_friendly_aerosol_number_concentration_updated_by_physics from new to old metadata -INFO: Converting local name nsswr of variable number_of_timesteps_between_shortwave_radiation_calls from new to old metadata -INFO: Converting local name ulwsfc_cice of variable surface_upwelling_longwave_flux_for_coupling_interstitial from new to old metadata -INFO: Converting local name dq3dt(:,:,8) of variable cumulative_change_in_ozone_concentration_due_to_temperature from new to old metadata -INFO: Converting local name stress_ice of variable surface_wind_stress_over_ice from new to old metadata -INFO: Converting local name is of variable starting_x_direction_index from new to old metadata -INFO: Converting local name sbsno of variable snow_deposition_sublimation_upward_latent_heat_flux from new to old metadata -INFO: Converting local name cnvprcpb of variable cumulative_lwe_thickness_of_convective_precipitation_amount_in_bucket from new to old metadata -INFO: Converting local name rdlai of variable flag_for_reading_leaf_area_index_from_input from new to old metadata -INFO: Converting local name phy_f3d(:,:,4) of variable water_vapor_specific_humidity_at_previous_time_step from new to old metadata -INFO: Converting local name area of variable cell_area from new to old metadata -INFO: Converting local name con_eps of variable ratio_of_dry_air_to_water_vapor_gas_constants from new to old metadata -INFO: Converting local name edmf_a of variable emdf_updraft_area from new to old metadata -INFO: Converting local name dusfc1 of variable instantaneous_surface_x_momentum_flux from new to old metadata -INFO: Converting local name qlcn of variable mass_fraction_of_convective_cloud_liquid_water from new to old metadata -INFO: Converting local name fh2_land of variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_land from new to old metadata -INFO: Converting local name tprcp_land of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_land from new to old metadata -INFO: Converting local name chh_land of variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_land from new to old metadata -INFO: Converting local name dt3dt(:,:,1) of variable cumulative_change_in_temperature_due_to_longwave_radiation from new to old metadata -INFO: Converting local name nfracseed of variable cellular_automata_seed_probability from new to old metadata -INFO: Converting local name cwm of variable total_cloud_condensate_mixing_ratio_updated_by_physics from new to old metadata -INFO: Converting local name u10max of variable maximum_u_wind_at_10m_over_maximum_hourly_time_interval from new to old metadata -INFO: Converting local name dvsfc_ss of variable integrated_y_momentum_flux_from_small_scale_gwd from new to old metadata -INFO: Converting local name smcref2 of variable threshold_volume_fraction_of_condensed_water_in_soil from new to old metadata -INFO: Converting local name kcnv of variable flag_deep_convection from new to old metadata -INFO: Converting local name keepsmfr of variable volume_fraction_of_frozen_soil_moisture_for_land_surface_model from new to old metadata -INFO: Converting local name frain of variable dynamics_to_physics_timestep_ratio from new to old metadata -INFO: Converting local name debug of variable flag_debug from new to old metadata -INFO: Converting local name qrn of variable local_rain_water_mixing_ratio from new to old metadata -INFO: Converting local name tsfc_ocean of variable surface_skin_temperature_over_ocean_interstitial from new to old metadata -INFO: Converting local name levr of variable number_of_vertical_layers_for_radiation_calculations from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_graupel_number_concentration) of variable graupel_number_concentration from new to old metadata -INFO: Converting local name bl_upfr of variable updraft_fraction_in_boundary_layer_mass_flux_scheme from new to old metadata -INFO: Converting local name nsfcpert of variable number_of_surface_perturbations from new to old metadata -INFO: Converting local name evpco of variable coefficient_for_evaporation_of_rainfall from new to old metadata -INFO: Converting local name iems of variable flag_for_surface_emissivity_control from new to old metadata -INFO: Converting local name dlwsfc of variable cumulative_surface_downwelling_longwave_flux_multiplied_by_timestep from new to old metadata -INFO: Converting local name cimin of variable minimum_sea_ice_concentration from new to old metadata -INFO: Converting local name zs of variable depth_of_soil_levels_for_land_surface_model from new to old metadata -INFO: Converting local name fm10_land of variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_land from new to old metadata -INFO: Converting local name lsm_noahmp of variable flag_for_noahmp_land_surface_scheme from new to old metadata -INFO: Converting local name cs_parm(1) of variable updraft_velocity_tunable_parameter_1_CS from new to old metadata -INFO: Converting local name z_c of variable sub_layer_cooling_thickness from new to old metadata -INFO: Converting local name rainc of variable lwe_thickness_of_convective_precipitation_amount_on_dynamics_timestep from new to old metadata -INFO: Converting local name do_cnvgwd of variable flag_for_convective_gravity_wave_drag from new to old metadata -INFO: Converting local name nlunit of variable iounit_namelist from new to old metadata -INFO: Converting local name gw_dtdt of variable tendency_of_air_temperature_due_to_ugwp from new to old metadata -INFO: Converting local name phy_myj_vz0 of variable v_wind_component_at_viscous_sublayer_top from new to old metadata -INFO: Converting local name dusfc_ss of variable integrated_x_momentum_flux_from_small_scale_gwd from new to old metadata -INFO: Converting local name reset of variable flag_reset_maximum_hourly_fields from new to old metadata -INFO: Converting local name idat of variable date_and_time_at_model_initialization from new to old metadata -INFO: Converting local name oceanfrac of variable sea_area_fraction from new to old metadata -INFO: Converting local name rho_h2o of variable density_of_fresh_water from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_ozone) of variable ozone_mixing_ratio from new to old metadata -INFO: Converting local name qv of variable water_vapor_specific_humidity_at_Lagrangian_surface from new to old metadata -INFO: Converting local name adjnirdfd of variable surface_downwelling_diffuse_near_infrared_shortwave_flux from new to old metadata -INFO: Converting local name ca_global of variable flag_for_global_cellular_automata from new to old metadata -INFO: Converting local name landfrac of variable land_area_fraction from new to old metadata -INFO: Converting local name iopt_btr of variable flag_for_soil_moisture_factor_stomatal_resistance_option from new to old metadata -INFO: Converting local name cqs2 of variable surface_exchange_coefficient_for_moisture_at_2m from new to old metadata -INFO: Converting local name snohfa of variable cumulative_snow_freezing_rain_upward_latent_heat_flux_multiplied_by_timestep from new to old metadata -INFO: Converting local name nvisbm_cpl of variable cumulative_surface_net_downward_direct_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name GFS_sfcprop_type of variable GFS_sfcprop_type from new to old metadata -INFO: Converting local name oz_phys of variable flag_for_ozone_physics from new to old metadata -INFO: Converting local name rhowater of variable liquid_water_density from new to old metadata -INFO: Converting local name zsnsoxy of variable layer_bottom_depth_from_snow_surface from new to old metadata -INFO: Converting local name nthresh of variable threshold_for_perturbed_vertical_velocity from new to old metadata -INFO: Converting local name phy_f3d(:,:,1) of variable air_temperature_two_time_steps_back from new to old metadata -INFO: Converting local name gq0(:,:,index_for_water_friendly_aerosols) of variable water_friendly_aerosol_number_concentration_updated_by_physics from new to old metadata -INFO: Converting local name wetness of variable normalized_soil_wetness_for_land_surface_model from new to old metadata -INFO: Converting local name v10mi_cpl of variable instantaneous_y_wind_at_10m_for_coupling from new to old metadata -INFO: Converting local name rh02min of variable minimum_relative_humidity_at_2m_over_maximum_hourly_time_interval from new to old metadata -INFO: Converting local name nf_aelw of variable number_of_aerosol_output_fields_for_longwave_radiation from new to old metadata -INFO: Converting local name isubc_sw of variable flag_for_sw_clouds_without_sub_grid_approximation from new to old metadata -INFO: Converting local name gq0(:,:,index_for_rain_number_concentration) of variable rain_number_concentration_updated_by_physics from new to old metadata -INFO: Converting local name dvsfc1 of variable instantaneous_surface_y_momentum_flux from new to old metadata -INFO: Converting local name nirdfdi of variable surface_downwelling_diffuse_near_infrared_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name isatmedmf_vdif of variable choice_of_original_scale_aware_TKE_moist_EDMF_PBL from new to old metadata -INFO: Converting local name fprcp of variable number_of_frozen_precipitation_species from new to old metadata -INFO: Converting local name tsurf_land of variable surface_skin_temperature_after_iteration_over_land from new to old metadata -INFO: Converting local name kd of variable vertical_index_difference_between_inout_and_local from new to old metadata -INFO: Converting local name LTP of variable extra_top_layer from new to old metadata -INFO: Converting local name solcon of variable solar_constant from new to old metadata -INFO: Converting local name gq0(:,:,index_for_snow_number_concentration) of variable snow_number_concentration_updated_by_physics from new to old metadata -INFO: Converting local name bl_mynn_tkebudget of variable tke_budget from new to old metadata -INFO: Converting local name xu of variable diurnal_thermocline_layer_x_current from new to old metadata -INFO: Converting local name bl_mynn_tkeadvect of variable tke_advect from new to old metadata -INFO: Converting local name hflx_ice of variable kinematic_surface_upward_sensible_heat_flux_over_ice from new to old metadata -INFO: Converting local name smcwlt2 of variable volume_fraction_of_condensed_water_in_soil_at_wilting_point from new to old metadata -INFO: Converting local name imfdeepcnv of variable flag_for_mass_flux_deep_convection_scheme from new to old metadata -INFO: Converting local name ntchm of variable number_of_chemical_tracers from new to old metadata -INFO: Converting local name ncpl of variable local_condesed_water_number_concentration from new to old metadata -INFO: Converting local name vvl of variable omega from new to old metadata -INFO: Converting local name xkzminv of variable atmosphere_heat_diffusivity_background_maximum from new to old metadata -INFO: Converting local name snowc of variable surface_snow_area_fraction from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_of_subgrid_scale_cloud_fraction_from_shoc_in_phy_f3d) of variable subgrid_scale_cloud_fraction_from_shoc from new to old metadata -INFO: Converting local name du3dt(:,:,4) of variable cumulative_change_in_x_wind_due_to_convective_gravity_wave_drag from new to old metadata -INFO: Converting local name jcap of variable number_of_spectral_wave_trancation_for_sas from new to old metadata -INFO: Converting local name cd_ocean of variable surface_drag_coefficient_for_momentum_in_air_over_ocean from new to old metadata -INFO: Converting local name vfrac of variable vegetation_area_fraction from new to old metadata -INFO: Converting local name dvdftra of variable tendency_of_vertically_diffused_tracer_concentration from new to old metadata -INFO: Converting local name npzp1 of variable vertical_dimension_for_fast_physics_plus_one from new to old metadata -INFO: Converting local name duem of variable instantaneous_dust_emission_flux from new to old metadata -INFO: Converting local name prslrd0 of variable pressure_cutoff_for_rayleigh_damping from new to old metadata -INFO: Converting local name q2m of variable specific_humidity_at_2m from new to old metadata -INFO: Converting local name chs2 of variable surface_exchange_coefficient_for_heat_at_2m from new to old metadata -INFO: Converting local name lfmassxy of variable leaf_mass from new to old metadata -INFO: Converting local name phy_f3d(:,:,2) of variable water_vapor_specific_humidity_two_time_steps_back from new to old metadata -INFO: Converting local name rainp of variable tendency_of_rain_water_mixing_ratio_due_to_microphysics from new to old metadata -INFO: Converting local name ud_mf of variable instantaneous_atmosphere_updraft_convective_mass_flux from new to old metadata -INFO: Converting local name dudt_tms of variable instantaneous_change_in_x_wind_due_to_turbulent_orographic_form_drag from new to old metadata -INFO: Converting local name mg3_as_mg2 of variable flag_mg3_as_mg2 from new to old metadata -INFO: Converting local name htlw0 of variable tendency_of_air_temperature_due_to_longwave_heating_assuming_clear_sky_on_radiation_time_step from new to old metadata -INFO: Converting local name w_d of variable coefficient_w_d from new to old metadata -INFO: Converting local name shdmax of variable maximum_vegetation_area_fraction from new to old metadata -INFO: Converting local name iccn of variable flag_for_in_ccn_forcing_for_morrison_gettelman_microphysics from new to old metadata -INFO: Converting local name htlwc of variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step from new to old metadata -INFO: Converting local name scmpsw of variable components_of_surface_downward_shortwave_fluxes from new to old metadata -INFO: Converting local name tgrs(:,1) of variable air_temperature_at_lowest_model_layer from new to old metadata -INFO: Converting local name cmxy of variable surface_drag_coefficient_for_momentum_for_noahmp from new to old metadata -INFO: Converting local name snowd_land of variable surface_snow_thickness_water_equivalent_over_land from new to old metadata -INFO: Converting local name clouds(:,:,5) of variable mean_effective_radius_for_ice_cloud from new to old metadata -INFO: Converting local name xz of variable diurnal_thermocline_layer_thickness from new to old metadata -INFO: Converting local name tsfg of variable surface_ground_temperature_for_radiation from new to old metadata -INFO: Converting local name dkt of variable atmosphere_heat_diffusivity from new to old metadata -INFO: Converting local name qgrs of variable tracer_concentration from new to old metadata -INFO: Converting local name pgcon_deep of variable momentum_transport_reduction_factor_pgf_deep_convection from new to old metadata -INFO: Converting local name wind10mmax of variable maximum_wind_at_10m from new to old metadata -INFO: Converting local name slopetype of variable surface_slope_classification from new to old metadata -INFO: Converting local name Intdiag of variable GFS_diag_type_instance from new to old metadata -INFO: Converting local name mg_nccons of variable mg_flag_drop_concentration_constant from new to old metadata -INFO: Converting local name adjvisdfd of variable surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_snow_water) of variable tendency_of_snow_water_mixing_ratio_due_to_model_physics from new to old metadata -INFO: Converting local name nlwsfc_cpl of variable cumulative_surface_net_downward_longwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name clouds(:,:,9) of variable mean_effective_radius_for_snow_flake from new to old metadata -INFO: Converting local name con_cvap of variable specific_heat_of_water_vapor_at_constant_pressure from new to old metadata -INFO: Converting local name drydep of variable instantaneous_dry_deposition from new to old metadata -INFO: Converting local name semis_ocean of variable surface_longwave_emissivity_over_ocean_interstitial from new to old metadata -INFO: Converting local name master of variable mpi_root from new to old metadata -INFO: Converting local name gamt of variable countergradient_mixing_term_for_temperature from new to old metadata -INFO: Converting local name redrag of variable flag_for_reduced_drag_coefficient_over_sea from new to old metadata -INFO: Converting local name gq0(:,:,index_for_ozone) of variable ozone_concentration_updated_by_physics from new to old metadata -INFO: Converting local name do_skeb of variable flag_for_stochastic_skeb_option from new to old metadata -INFO: Converting local name qg_r of variable mass_weighted_rime_factor_mixing_ratio from new to old metadata -INFO: Converting local name min_seaice of variable sea_ice_minimum from new to old metadata -INFO: Converting local name betal_deep of variable downdraft_fraction_reaching_surface_over_land_deep_convection from new to old metadata -INFO: Converting local name alvwf of variable mean_vis_albedo_with_weak_cosz_dependency from new to old metadata -INFO: Converting local name do_gwd of variable flag_for_gravity_wave_drag from new to old metadata -INFO: Converting local name nf_aesw of variable number_of_aerosol_output_fields_for_shortwave_radiation from new to old metadata -INFO: Converting local name avg_max_length of variable time_interval_for_maximum_hourly_fields from new to old metadata -INFO: Converting local name tdomzr of variable dominant_freezing_rain_type from new to old metadata -INFO: Converting local name toticeb of variable accumulated_lwe_thickness_of_ice_amount_in_bucket from new to old metadata -INFO: Converting local name isppt_deep of variable flag_for_combination_of_sppt_with_isppt_deep from new to old metadata -INFO: Converting local name ice of variable lwe_thickness_of_ice_amount_on_dynamics_timestep from new to old metadata -INFO: Converting local name dq3dt(:,:,9) of variable cumulative_change_in_ozone_concentration_due_to_overhead_ozone_column from new to old metadata -INFO: Converting local name lsidea of variable flag_idealized_physics from new to old metadata -INFO: Converting local name ico2 of variable flag_for_using_prescribed_global_mean_co2_value from new to old metadata -INFO: Converting local name evap_ice of variable kinematic_surface_upward_latent_heat_flux_over_ice from new to old metadata -INFO: Converting local name do_awdd of variable flag_arakawa_wu_downdraft from new to old metadata -INFO: Converting local name hetfrz_classnuc of variable mg_flag_for_heterogeneous_freezing from new to old metadata -INFO: Converting local name mpiroot of variable mpi_root_for_fast_physics from new to old metadata -INFO: Converting local name dq3dt(:,:,4) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_microphysics from new to old metadata -INFO: Converting local name GFS_coupling_type of variable GFS_coupling_type from new to old metadata -INFO: Converting local name psurfi_cpl of variable instantaneous_surface_air_pressure_for_coupling from new to old metadata -INFO: Converting local name xkzm_h of variable atmosphere_heat_diffusivity_background from new to old metadata -INFO: Converting local name rh02max of variable maximum_relative_humidity_at_2m_over_maximum_hourly_time_interval from new to old metadata -INFO: Converting local name tmpmax of variable maximum_temperature_at_2m from new to old metadata -INFO: Converting local name fscav of variable fraction_of_tracer_scavenged from new to old metadata -INFO: Converting local name ntiwx of variable index_for_ice_cloud_condensate_vertical_diffusion_tracer from new to old metadata -INFO: Converting local name gasvmr(:,:,4) of variable volume_mixing_ratio_o2 from new to old metadata -INFO: Converting local name dpt2m of variable dewpoint_temperature_at_2m from new to old metadata -INFO: Converting local name mg_do_liq_liu of variable mg_flag_for_liu_liquid_treatment from new to old metadata -INFO: Converting local name ffhh_land of variable Monin_Obukhov_similarity_function_for_heat_over_land from new to old metadata -INFO: Converting local name crtrh(3) of variable critical_relative_humidity_at_top_of_atmosphere from new to old metadata -INFO: Converting local name smcwtdxy of variable soil_water_content_between_soil_bottom_and_water_table from new to old metadata -INFO: Converting local name visbmdi of variable surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name cdq_ice of variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_ice from new to old metadata -INFO: Converting local name adjnirdfu of variable surface_upwelling_diffuse_near_infrared_shortwave_flux from new to old metadata -INFO: Converting local name wcbmax of variable maximum_updraft_velocity_at_cloud_base from new to old metadata -INFO: Converting local name tsflw of variable surface_midlayer_air_temperature_in_longwave_radiation from new to old metadata -INFO: Converting local name asolfac_shal of variable aerosol_aware_parameter_shallow_convection from new to old metadata -INFO: Converting local name gabsbdlw_ocean of variable surface_downwelling_longwave_flux_absorbed_by_ground_over_ocean from new to old metadata -INFO: Converting local name de_lgth of variable cloud_decorrelation_length from new to old metadata -INFO: Converting local name GFS_interstitial_type of variable GFS_interstitial_type from new to old metadata -INFO: Converting local name imap of variable map_of_block_column_number_to_global_i_index from new to old metadata -INFO: Converting local name plyr of variable air_pressure_at_layer_for_radiation_in_hPa from new to old metadata -INFO: Converting local name skip_macro of variable flag_skip_macro from new to old metadata -INFO: Converting local name tsnoxy of variable snow_temperature from new to old metadata -INFO: Converting local name sbsnoa of variable cumulative_snow_deposition_sublimation_upward_latent_heat_flux_multiplied_by_timestep from new to old metadata -INFO: Converting local name prcpmp of variable lwe_thickness_of_explicit_precipitation_amount from new to old metadata -INFO: Converting local name clcn of variable convective_cloud_volume_fraction from new to old metadata -INFO: Converting local name gt0 of variable air_temperature_updated_by_physics from new to old metadata -INFO: Converting local name gamma of variable anisotropy_of_subgrid_orography from new to old metadata -INFO: Converting local name uconvtend of variable tendency_of_x_wind_due_to_deep_convection_for_coupling_on_physics_timestep from new to old metadata -INFO: Converting local name dswsfci_cpl of variable instantaneous_surface_downwelling_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name delp of variable pressure_thickness_at_Lagrangian_surface from new to old metadata -INFO: Converting local name lsm_ruc of variable flag_for_ruc_land_surface_scheme from new to old metadata -INFO: Converting local name dt_mf of variable instantaneous_atmosphere_detrainment_convective_mass_flux from new to old metadata -INFO: Converting local name d_conv of variable free_convection_layer_thickness from new to old metadata -INFO: Converting local name nlwsfci_cpl of variable instantaneous_surface_net_downward_longwave_flux_for_coupling from new to old metadata -INFO: Converting local name shum_wts of variable weights_for_stochastic_shum_perturbation from new to old metadata -INFO: Converting local name dswsfci of variable surface_downwelling_shortwave_flux from new to old metadata -INFO: Converting local name do_ysu of variable flag_for_ysu from new to old metadata -INFO: Converting local name q_con of variable cloud_condensed_water_specific_humidity_at_Lagrangian_surface from new to old metadata -INFO: Converting local name mom4ice of variable flag_for_mom4_coupling from new to old metadata -INFO: Converting local name tref of variable sea_surface_reference_temperature from new to old metadata -INFO: Converting local name faersw(:,:,:,3) of variable aerosol_asymmetry_parameter_for_shortwave_bands_01_16 from new to old metadata -INFO: Converting local name ie of variable ending_x_direction_index from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_water_friendly_aerosols) of variable water_friendly_aerosol_number_concentration from new to old metadata -INFO: Converting local name dugwd of variable time_integral_of_x_stress_due_to_gravity_wave_drag from new to old metadata -INFO: Converting local name ntot3d of variable number_of_fields_in_phyf3d from new to old metadata -INFO: Converting local name GFS_data_type of variable GFS_data_type from new to old metadata -INFO: Converting local name graupelprv of variable lwe_thickness_of_graupel_amount_from_previous_timestep from new to old metadata -INFO: Converting local name nstf_name(4) of variable vertical_temperature_average_range_lower_bound from new to old metadata -INFO: Converting local name kind_dyn of variable kind_dyn from new to old metadata -INFO: Converting local name acv of variable accumulated_lwe_thickness_of_convective_precipitation_amount_cnvc90 from new to old metadata -INFO: Converting local name lsoil_lsm of variable soil_vertical_dimension_for_land_surface_model from new to old metadata -INFO: Converting local name phy_myj_chkqlm of variable surface_layer_evaporation_switch from new to old metadata -INFO: Converting local name dtf of variable time_step_for_dynamics from new to old metadata -INFO: Converting local name dqsfci_cpl of variable instantaneous_surface_upward_latent_heat_flux_for_coupling from new to old metadata -INFO: Converting local name mg_do_hail of variable mg_flag_for_hail from new to old metadata -INFO: Converting local name iopt_sfc of variable flag_for_surface_layer_drag_coefficient_option from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_ice_cloud_number_concentration) of variable tendency_of_ice_number_concentration_due_to_model_physics from new to old metadata -INFO: Converting local name kind_LOGICAL of variable kind_LOGICAL from new to old metadata -INFO: Converting local name hybedmf of variable flag_for_hedmf from new to old metadata -INFO: Converting local name dvisdfi_cpl of variable instantaneous_surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name exch_h of variable atmosphere_heat_diffusivity_for_mynnpbl from new to old metadata -INFO: Converting local name z01d of variable perturbation_of_momentum_roughness_length from new to old metadata -INFO: Converting local name prevst of variable temperature_from_previous_timestep from new to old metadata -INFO: Converting local name tracers_total of variable number_of_total_tracers from new to old metadata -INFO: Converting local name wind of variable wind_speed_at_lowest_model_layer from new to old metadata -INFO: Converting local name hprime of variable statistical_measures_of_subgrid_orography from new to old metadata -INFO: Converting local name oz_coeffp5 of variable number_of_coefficients_in_ozone_forcing_data_plus_five from new to old metadata -INFO: Converting local name tvxy of variable vegetation_temperature from new to old metadata -INFO: Converting local name ncps of variable local_snow_number_concentration from new to old metadata -INFO: Converting local name zlvl of variable height_above_ground_at_lowest_model_layer from new to old metadata -INFO: Converting local name restart of variable flag_for_restart from new to old metadata -INFO: Converting local name con_tice of variable freezing_point_temperature_of_seawater from new to old metadata -INFO: Converting local name sfcnsw of variable surface_net_downwelling_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name tau_mtb of variable time_integral_of_momentum_flux_due_to_mountain_blocking_drag from new to old metadata -INFO: Metadata table for model FV3 written to tests/build_fv3_23/FV3/ccpp/physics/CCPP_VARIABLES_FV3.html -INFO: Parsing metadata tables in physics scheme files ... -INFO: Parsed tables in scheme rayleigh_damp -INFO: Parsed tables in scheme GFS_surface_composites_pre -INFO: Parsed tables in scheme GFS_surface_composites_inter -INFO: Parsed tables in scheme GFS_surface_composites_post -INFO: Parsed tables in scheme rrtmg_sw -INFO: Parsed tables in scheme sfc_ocean -INFO: Parsed tables in scheme gwdc_pre -INFO: Parsed tables in scheme gwdc -INFO: Parsed tables in scheme gwdc_post -INFO: Parsed tables in scheme cu_gf_driver_pre -INFO: Parsed tables in scheme gfdl_cloud_microphys -INFO: Parsed tables in scheme GFS_time_vary_pre -INFO: Parsed tables in scheme GFS_rrtmg_setup -INFO: Parsed tables in scheme zhaocarr_gscond -INFO: Parsed tables in scheme ysuvdif -INFO: Parsed tables in scheme rrtmg_sw_post -INFO: Parsed tables in scheme GFS_SCNV_generic_pre -INFO: Parsed tables in scheme GFS_SCNV_generic_post -INFO: Parsed tables in scheme GFS_rrtmg_pre -INFO: Parsed tables in scheme sfc_sice -INFO: Parsed tables in scheme samfdeepcnv -INFO: Parsed tables in scheme satmedmfvdif -INFO: Parsed tables in scheme mynnrad_post -INFO: Parsed tables in scheme cu_gf_driver_post -INFO: Parsed tables in scheme cs_conv_aw_adj -INFO: Parsed tables in scheme GFS_phys_time_vary -INFO: Parsed tables in scheme ozphys_2015 -INFO: Parsed tables in scheme GFS_suite_interstitial_rad_reset -INFO: Parsed tables in scheme GFS_suite_interstitial_phys_reset -INFO: Parsed tables in scheme GFS_suite_interstitial_1 -INFO: Parsed tables in scheme GFS_suite_interstitial_2 -INFO: Parsed tables in scheme GFS_suite_stateout_reset -INFO: Parsed tables in scheme GFS_suite_stateout_update -INFO: Parsed tables in scheme GFS_suite_interstitial_3 -INFO: Parsed tables in scheme GFS_suite_interstitial_4 -INFO: Parsed tables in scheme samfshalcnv -INFO: Parsed tables in scheme zhaocarr_precpd -INFO: Parsed tables in scheme noahmpdrv -INFO: Parsed tables in scheme mp_fer_hires -INFO: Parsed tables in scheme myjpbl_wrapper -INFO: Parsed tables in scheme GFS_surface_generic_pre -INFO: Parsed tables in scheme GFS_surface_generic_post -INFO: Parsed tables in scheme cu_ntiedtke_post -INFO: Parsed tables in scheme sfc_diag -INFO: Parsed tables in scheme rrtmg_lw -INFO: Parsed tables in scheme GFS_diagtoscreen -INFO: Parsed tables in scheme GFS_interstitialtoscreen -INFO: Parsed tables in scheme GFS_abort -INFO: Parsed tables in scheme GFS_checkland -INFO: Parsed tables in scheme mynnrad_pre -INFO: Parsed tables in scheme satmedmfvdifq -INFO: Parsed tables in scheme cs_conv_pre -INFO: Parsed tables in scheme cs_conv_post -INFO: Parsed tables in scheme cs_conv -INFO: Parsed tables in scheme shinhongvdif -INFO: Parsed tables in scheme h2ophys -INFO: Parsed tables in scheme rrtmg_lw_post -INFO: Parsed tables in scheme sfc_nst -INFO: Parsed tables in scheme sfc_nst_pre -INFO: Parsed tables in scheme sfc_nst_post -INFO: Parsed tables in scheme cu_ntiedtke_pre -INFO: Parsed tables in scheme cu_ntiedtke -INFO: Parsed tables in scheme cires_ugwp_post -INFO: Parsed tables in scheme hedmf -INFO: Parsed tables in scheme sfc_diff -INFO: Parsed tables in scheme mp_thompson_pre -INFO: Parsed tables in scheme sfc_diag_post -INFO: Parsed tables in scheme m_micro_pre -INFO: Parsed tables in scheme m_micro_post -INFO: Parsed tables in scheme m_micro -INFO: Parsed tables in scheme fv_sat_adj -INFO: Parsed tables in scheme GFS_surface_loop_control_part1 -INFO: Parsed tables in scheme GFS_surface_loop_control_part2 -INFO: Parsed tables in scheme shoc -INFO: Parsed tables in scheme GFS_rrtmg_post -INFO: Parsed tables in scheme GFS_GWD_generic_pre -INFO: Parsed tables in scheme GFS_GWD_generic_post -INFO: Parsed tables in scheme rrtmg_sw_pre -INFO: Parsed tables in scheme GFS_MP_generic_pre -INFO: Parsed tables in scheme GFS_MP_generic_post -INFO: Parsed tables in scheme cu_gf_driver -INFO: Parsed tables in scheme GFS_PBL_generic_pre -INFO: Parsed tables in scheme GFS_PBL_generic_post -INFO: Parsed tables in scheme mp_thompson_post -INFO: Parsed tables in scheme mp_thompson -INFO: Parsed tables in scheme rrtmg_lw_pre -INFO: Parsed tables in scheme gwdps -INFO: Parsed tables in scheme shalcnv -INFO: Parsed tables in scheme cires_ugwp -INFO: Parsed tables in scheme get_prs_fv3 -INFO: Parsed tables in scheme get_phi_fv3 -INFO: Parsed tables in scheme mynnsfc_wrapper -INFO: Parsed tables in scheme GFS_suite_ini_fini_test -INFO: Parsed tables in scheme myjsfc_wrapper -INFO: Parsed tables in scheme mynnedmf_wrapper -INFO: Parsed tables in scheme ozphys -INFO: Parsed tables in scheme lsm_ruc -INFO: Parsed tables in scheme GFS_stochastics -INFO: Parsed tables in scheme drag_suite -INFO: Parsed tables in scheme sfc_cice -INFO: Parsed tables in scheme sascnvn -INFO: Parsed tables in scheme lsm_ruc_sfc_sice_pre -INFO: Parsed tables in scheme lsm_ruc_sfc_sice_post -INFO: Parsed tables in scheme GFS_DCNV_generic_pre -INFO: Parsed tables in scheme GFS_DCNV_generic_post -INFO: Parsed tables in scheme cnvc90 -INFO: Parsed tables in scheme GFS_rad_time_vary -INFO: Parsed tables in scheme maximum_hourly_diagnostics -INFO: Parsed tables in scheme lsm_noah -INFO: Parsed tables in scheme dcyc2t3 -INFO: Parsed tables in scheme dcyc2t3_post -INFO: Parsed tables in scheme moninshoc -INFO: filtering out variable GFS_stateout_type_instance -INFO: filtering out variable accumulated_change_of_air_temperature_due_to_FA_scheme -INFO: filtering out variable accumulated_water_equivalent_of_frozen_precip -INFO: filtering out variable aerosol_number_concentration_from_gocart_aerosol_climatology -INFO: filtering out variable air_temperature_at_previous_time_step -INFO: filtering out variable air_temperature_two_time_steps_back -INFO: filtering out variable area_fraction_of_wet_canopy -INFO: filtering out variable atmosphere_heat_diffusivity_for_mynnpbl -INFO: filtering out variable atmosphere_heat_diffusivity_from_shoc -INFO: filtering out variable atmosphere_momentum_diffusivity_for_mynnpbl -INFO: filtering out variable baseline_surface_roughness_length -INFO: filtering out variable canopy_air_temperature -INFO: filtering out variable canopy_air_vapor_pressure -INFO: filtering out variable canopy_intercepted_ice_mass -INFO: filtering out variable canopy_intercepted_liquid_water -INFO: filtering out variable ccn_number_concentration -INFO: filtering out variable ccpp_block_number -INFO: filtering out variable cell_size -INFO: filtering out variable characteristic_grid_length_scale -INFO: filtering out variable choice_of_original_scale_aware_TKE_moist_EDMF_PBL -INFO: filtering out variable cloud_area_fraction -INFO: filtering out variable cloud_base_mass_flux -INFO: filtering out variable cloud_condensed_water_conversion_threshold -INFO: filtering out variable cloud_condensed_water_mixing_ratio_at_lowest_model_layer -INFO: filtering out variable cloud_condensed_water_mixing_ratio_at_surface -INFO: filtering out variable cloud_droplet_number_concentration -INFO: filtering out variable cloud_droplet_number_concentration_updated_by_physics -INFO: filtering out variable cloud_fraction_for_MG -INFO: filtering out variable cloud_phase_transition_denominator -INFO: filtering out variable cloud_phase_transition_threshold_temperature -INFO: filtering out variable cloud_specie_mix_flag -INFO: filtering out variable cloudpdf -INFO: filtering out variable coefficient_for_evaporation_of_rainfall -INFO: filtering out variable coefficient_from_cloud_ice_to_snow -INFO: filtering out variable coefficient_from_cloud_water_to_rain -INFO: filtering out variable conv_activity_counter -INFO: filtering out variable convective_updraft_area_fraction -INFO: filtering out variable convective_updraft_area_fraction_at_model_interfaces -INFO: filtering out variable couple_sgs_clouds_to_radiation_flag -INFO: filtering out variable cumulative_change_in_x_wind_due_to_convective_gravity_wave_drag -INFO: filtering out variable cumulative_change_in_y_wind_due_to_convective_gravity_wave_drag -INFO: filtering out variable density_of_frozen_precipitation -INFO: filtering out variable depth_of_soil_levels_for_land_surface_model -INFO: filtering out variable detrainment_and_precipitation_tunable_parameter_3_CS -INFO: filtering out variable detrainment_and_precipitation_tunable_parameter_4_CS -INFO: filtering out variable do_myjsfc -INFO: filtering out variable do_mynnsfclay -INFO: filtering out variable edmf_flag -INFO: filtering out variable edmf_momentum_transport_flag -INFO: filtering out variable edmf_partition_flag -INFO: filtering out variable edmf_tke_transport_flag -INFO: filtering out variable emdf_updraft_area -INFO: filtering out variable emdf_updraft_cloud_water -INFO: filtering out variable emdf_updraft_entrainment_rate -INFO: filtering out variable emdf_updraft_theta_l -INFO: filtering out variable emdf_updraft_total_water -INFO: filtering out variable emdf_updraft_vertical_velocity -INFO: filtering out variable entrainment_efficiency_tunable_parameter_9_CS -INFO: filtering out variable equilibrium_soil_water_content -INFO: filtering out variable fa_threshold_relative_humidity_for_onset_of_condensation -INFO: filtering out variable fast_soil_pool_mass_content_of_carbon -INFO: filtering out variable fine_root_mass -INFO: filtering out variable flag_arakawa_wu_downdraft -INFO: filtering out variable flag_convective_tracer_transport -INFO: filtering out variable flag_flip -INFO: filtering out variable flag_flux_form_CS -INFO: filtering out variable flag_for_aerosol_input_MG -INFO: filtering out variable flag_for_canopy_stomatal_resistance_option -INFO: filtering out variable flag_for_dynamic_vegetation_option -INFO: filtering out variable flag_for_frozen_soil_permeability_option -INFO: filtering out variable flag_for_frozen_soil_physics -INFO: filtering out variable flag_for_ground_snow_surface_albedo_option -INFO: filtering out variable flag_for_in_ccn_forcing_for_morrison_gettelman_microphysics -INFO: filtering out variable flag_for_individual_cloud_species_advected -INFO: filtering out variable flag_for_lower_boundary_soil_temperature_option -INFO: filtering out variable flag_for_ozone_physics -INFO: filtering out variable flag_for_pdf_for_morrison_gettelman_microphysics_scheme -INFO: filtering out variable flag_for_precipitation_partition_option -INFO: filtering out variable flag_for_radiation_transfer_option -INFO: filtering out variable flag_for_reading_leaf_area_index_from_input -INFO: filtering out variable flag_for_restart -INFO: filtering out variable flag_for_runoff_and_groundwater_option -INFO: filtering out variable flag_for_sas_deep_convection_scheme -INFO: filtering out variable flag_for_shoc_after_convection -INFO: filtering out variable flag_for_soil_and_snow_temperature_time_stepping_option -INFO: filtering out variable flag_for_soil_moisture_factor_stomatal_resistance_option -INFO: filtering out variable flag_for_supercooled_liquid_water_option -INFO: filtering out variable flag_for_surface_layer_drag_coefficient_option -INFO: filtering out variable flag_mg3_as_mg2 -INFO: filtering out variable flag_skip_macro -INFO: filtering out variable fraction_of_cloud_top_water_scavenged -INFO: filtering out variable fraction_of_tracer_scavenged -INFO: filtering out variable gf_memory_counter -INFO: filtering out variable graupel_number_concentration_updated_by_physics -INFO: filtering out variable grav_settling -INFO: filtering out variable ground_temperature_for_noahmp -INFO: filtering out variable gwd_opt -INFO: filtering out variable heat_exchange_coefficient_for_MYJ_schemes -INFO: filtering out variable ice_friendly_aerosol_number_concentration -INFO: filtering out variable ice_friendly_aerosol_number_concentration_updated_by_physics -INFO: filtering out variable ice_number_concentration -INFO: filtering out variable ice_number_concentration_updated_by_physics -INFO: filtering out variable ice_supersaturation_threshold -INFO: filtering out variable ice_water_mixing_ratio -INFO: filtering out variable in_number_concentration -INFO: filtering out variable integrated_x_momentum_flux_from_blocking_drag -INFO: filtering out variable integrated_x_momentum_flux_from_form_drag -INFO: filtering out variable integrated_x_momentum_flux_from_large_scale_gwd -INFO: filtering out variable integrated_x_momentum_flux_from_small_scale_gwd -INFO: filtering out variable integrated_y_momentum_flux_from_blocking_drag -INFO: filtering out variable integrated_y_momentum_flux_from_form_drag -INFO: filtering out variable integrated_y_momentum_flux_from_large_scale_gwd -INFO: filtering out variable integrated_y_momentum_flux_from_small_scale_gwd -INFO: filtering out variable k_level_of_highest_reaching_plume -INFO: filtering out variable kinematic_buoyancy_flux_from_shoc -INFO: filtering out variable kinematic_surface_latent_heat_flux -INFO: filtering out variable lake_water_storage -INFO: filtering out variable latitude_index_in_debug_printouts -INFO: filtering out variable layer_bottom_depth_from_snow_surface -INFO: filtering out variable leaf_area_index -INFO: filtering out variable leaf_mass -INFO: filtering out variable limit_for_temperature_tendency_for_microphysics -INFO: filtering out variable liquid_water_density -INFO: filtering out variable local_graupel_mixing_ratio -INFO: filtering out variable local_graupel_number_concentration -INFO: filtering out variable local_rain_number_concentration -INFO: filtering out variable local_rain_water_mixing_ratio -INFO: filtering out variable local_snow_number_concentration -INFO: filtering out variable local_snow_water_mixing_ratio -INFO: filtering out variable mass_weighted_rime_factor_updated_by_physics -INFO: filtering out variable maximum_column_heating_rate -INFO: filtering out variable maximum_mass_flux -INFO: filtering out variable maximum_updraft_velocity_at_cloud_base -INFO: filtering out variable mean_nir_albedo_with_weak_cosz_dependency -INFO: filtering out variable mean_vis_albedo_with_weak_cosz_dependency -INFO: filtering out variable mg_allow_supersat_after_sed -INFO: filtering out variable mg_autoconversion_size_threshold_ice_snow -INFO: filtering out variable mg_bergeron_efficiency_factor -INFO: filtering out variable mg_cloud_water_variance -INFO: filtering out variable mg_drop_concentration_constant -INFO: filtering out variable mg_flag_drop_concentration_constant -INFO: filtering out variable mg_flag_for_cloud_ice_processes -INFO: filtering out variable mg_flag_for_gmao_ice_formulation -INFO: filtering out variable mg_flag_for_graupel -INFO: filtering out variable mg_flag_for_hail -INFO: filtering out variable mg_flag_for_heterogeneous_freezing -INFO: filtering out variable mg_flag_for_liu_liquid_treatment -INFO: filtering out variable mg_flag_for_sb2001_autoconversion -INFO: filtering out variable mg_flag_for_uniform_subcolumns -INFO: filtering out variable mg_flag_graupel_concentration_constant -INFO: filtering out variable mg_flag_ice_concentration_constant -INFO: filtering out variable mg_graupel_concentration_constant -INFO: filtering out variable mg_ice_concentration_constant -INFO: filtering out variable mg_minimum_cloud_condensed_water_and_ice_mixing_ratio -INFO: filtering out variable mg_minimum_rh_for_ice -INFO: filtering out variable mg_time_scale_for_autoconversion_of_ice -INFO: filtering out variable mg_tuning_factor_for_alphas -INFO: filtering out variable mg_type_of_precip_fraction_method -INFO: filtering out variable minimum_value_of_specific_humidity -INFO: filtering out variable mix_total_water_flag -INFO: filtering out variable mixing_length -INFO: filtering out variable mixing_length_flag -INFO: filtering out variable moisture_from_previous_timestep -INFO: filtering out variable moisture_tendency_due_to_dynamics -INFO: filtering out variable momentum_exchange_coefficient_for_MYJ_schemes -INFO: filtering out variable mpi_comm -INFO: filtering out variable nondimensional_snow_age -INFO: filtering out variable normalized_soil_wetness_for_land_surface_model -INFO: filtering out variable number_of_cloud_types_CS -INFO: filtering out variable number_of_frozen_precipitation_species -INFO: filtering out variable number_of_plumes -INFO: filtering out variable number_of_snow_layers -INFO: filtering out variable number_of_spectral_wave_trancation_for_sas -INFO: filtering out variable number_of_tracers_for_CS -INFO: filtering out variable number_of_tracers_plus_one -INFO: filtering out variable ozone_mixing_ratio -INFO: filtering out variable potential_temperature_at_2m -INFO: filtering out variable potential_temperature_at_viscous_sublayer_top -INFO: filtering out variable prandtl_number -INFO: filtering out variable q_prime_squared -INFO: filtering out variable rain_number_concentration_updated_by_physics -INFO: filtering out variable reciprocal_of_obukhov_length -INFO: filtering out variable shoc_flag_for_optional_surface_TKE_dissipation -INFO: filtering out variable shoc_implicit_TKE_integration_uncentering_term -INFO: filtering out variable shoc_tke_dissipatation_pressure_threshold -INFO: filtering out variable shoc_tke_dissipation_tunable_parameter -INFO: filtering out variable shoc_tke_dissipation_tunable_parameter_near_surface -INFO: filtering out variable slow_soil_pool_mass_content_of_carbon -INFO: filtering out variable snow_albedo_at_previous_time_step -INFO: filtering out variable snow_layer_ice -INFO: filtering out variable snow_layer_liquid_water -INFO: filtering out variable snow_mass_at_previous_time_step -INFO: filtering out variable snow_number_concentration_updated_by_physics -INFO: filtering out variable snow_precipitation_rate_at_surface -INFO: filtering out variable snow_temperature -INFO: filtering out variable snow_temperature_bottom_first_layer -INFO: filtering out variable soil_temperature_for_land_surface_model -INFO: filtering out variable soil_vertical_dimension_for_land_surface_model -INFO: filtering out variable soil_water_content_between_soil_bottom_and_water_table -INFO: filtering out variable specific_humidity_at_viscous_sublayer_top -INFO: filtering out variable stability_function_for_heat -INFO: filtering out variable stem_area_index -INFO: filtering out variable stem_mass -INFO: filtering out variable subgrid_cloud_fraction_pbl -INFO: filtering out variable subgrid_cloud_mixing_ratio_pbl -INFO: filtering out variable subgrid_scale_cloud_fraction_from_shoc -INFO: filtering out variable surface_air_pressure_at_previous_time_step -INFO: filtering out variable surface_air_pressure_two_time_steps_back -INFO: filtering out variable surface_condensation_mass -INFO: filtering out variable surface_drag_coefficient_for_heat_and_moisture_for_noahmp -INFO: filtering out variable surface_drag_coefficient_for_momentum_for_noahmp -INFO: filtering out variable surface_exchange_coefficient_for_heat -INFO: filtering out variable surface_exchange_coefficient_for_heat_at_2m -INFO: filtering out variable surface_exchange_coefficient_for_moisture -INFO: filtering out variable surface_exchange_coefficient_for_moisture_at_2m -INFO: filtering out variable surface_friction_velocity_drag -INFO: filtering out variable surface_latent_heat -INFO: filtering out variable surface_layer_evaporation_switch -INFO: filtering out variable surface_specific_humidity_for_MYJ_schemes -INFO: filtering out variable surface_stability_parameter -INFO: filtering out variable t_prime_q_prime -INFO: filtering out variable t_prime_squared -INFO: filtering out variable temperature_from_previous_timestep -INFO: filtering out variable temperature_tendency_due_to_dynamics -INFO: filtering out variable tendency_of_cloud_droplet_number_concentration_due_to_model_physics -INFO: filtering out variable tendency_of_ice_cloud_water_mixing_ratio_due_to_model_physics -INFO: filtering out variable tendency_of_ice_friendly_aerosol_number_concentration_due_to_model_physics -INFO: filtering out variable tendency_of_ice_friendly_aerosols_at_surface -INFO: filtering out variable tendency_of_ice_number_concentration_due_to_model_physics -INFO: filtering out variable tendency_of_liquid_cloud_water_mixing_ratio_due_to_model_physics -INFO: filtering out variable tendency_of_ozone_mixing_ratio_due_to_model_physics -INFO: filtering out variable tendency_of_rain_water_mixing_ratio_due_to_microphysics -INFO: filtering out variable tendency_of_water_friendly_aerosol_number_concentration_due_to_model_physics -INFO: filtering out variable tendency_of_water_friendly_aerosols_at_surface -INFO: filtering out variable tendency_of_water_vapor_specific_humidity_due_to_model_physics -INFO: filtering out variable tendency_of_x_wind_due_to_convective_gravity_wave_drag -INFO: filtering out variable tendency_of_y_wind_due_to_convective_gravity_wave_drag -INFO: filtering out variable theta_star -INFO: filtering out variable tke_advect -INFO: filtering out variable tke_at_mass_points -INFO: filtering out variable tke_budget -INFO: filtering out variable total_accumulated_snowfall -INFO: filtering out variable triple_point_temperature_of_water -INFO: filtering out variable turbulent_kinetic_energy_convective_transport_tracer -INFO: filtering out variable u_wind_component_at_viscous_sublayer_top -INFO: filtering out variable updraft_velocity_tunable_parameter_1_CS -INFO: filtering out variable updraft_velocity_tunable_parameter_2_CS -INFO: filtering out variable v_wind_component_at_viscous_sublayer_top -INFO: filtering out variable vegetation_temperature -INFO: filtering out variable volume_fraction_of_frozen_soil_moisture_for_land_surface_model -INFO: filtering out variable volume_fraction_of_soil_moisture_for_land_surface_model -INFO: filtering out variable volume_fraction_of_unfrozen_soil_moisture_for_land_surface_model -INFO: filtering out variable water_friendly_aerosol_number_concentration -INFO: filtering out variable water_friendly_aerosol_number_concentration_updated_by_physics -INFO: filtering out variable water_storage_in_aquifer -INFO: filtering out variable water_storage_in_aquifer_and_saturated_soil -INFO: filtering out variable water_table_depth -INFO: filtering out variable water_table_recharge_when_deep -INFO: filtering out variable water_table_recharge_when_shallow -INFO: filtering out variable water_vapor_mixing_ratio_at_surface -INFO: filtering out variable water_vapor_specific_humidity_at_previous_time_step -INFO: filtering out variable water_vapor_specific_humidity_two_time_steps_back -INFO: filtering out variable weight_for_momentum_at_viscous_sublayer_top -INFO: filtering out variable weight_for_potental_temperature_at_viscous_sublayer_top -INFO: filtering out variable weight_for_specific_humidity_at_viscous_sublayer_top -INFO: filtering out variable wood_mass -INFO: filtering out variable x_momentum_tendency_from_blocking_drag -INFO: filtering out variable x_momentum_tendency_from_form_drag -INFO: filtering out variable x_momentum_tendency_from_large_scale_gwd -INFO: filtering out variable x_momentum_tendency_from_small_scale_gwd -INFO: filtering out variable y_momentum_tendency_from_blocking_drag -INFO: filtering out variable y_momentum_tendency_from_form_drag -INFO: filtering out variable y_momentum_tendency_from_large_scale_gwd -INFO: filtering out variable y_momentum_tendency_from_small_scale_gwd -INFO: Checking optional arguments in physics schemes ... -INFO: Metadata table for model FV3 written to tests/build_fv3_23/FV3/ccpp/framework/doc/DevelopersGuide/CCPP_VARIABLES_FV3.tex -INFO: Comparing metadata for requested and provided variables ... -INFO: Automatic unit conversion from m to um for effective_radius_of_stratiform_cloud_ice_particle_in_um before entering MODULE_mp_thompson SCHEME_mp_thompson SUBROUTINE_mp_thompson_run -INFO: Automatic unit conversion from m to um for effective_radius_of_stratiform_cloud_liquid_water_particle_in_um before entering MODULE_mp_thompson SCHEME_mp_thompson SUBROUTINE_mp_thompson_run -INFO: Automatic unit conversion from m to um for effective_radius_of_stratiform_cloud_snow_particle_in_um before entering MODULE_mp_thompson SCHEME_mp_thompson SUBROUTINE_mp_thompson_run -INFO: Generating schemes makefile/cmakefile snippet ... -INFO: Added 168 schemes to tests/build_fv3_23/FV3/ccpp/physics/CCPP_SCHEMES.mk, tests/build_fv3_23/FV3/ccpp/physics/CCPP_SCHEMES.cmake, tests/build_fv3_23/FV3/ccpp/physics/CCPP_SCHEMES.sh -INFO: Generating suite and group caps ... -INFO: Generating static API ccpp_static_api.F90 in tests/build_fv3_23/FV3/ccpp/physics ... -INFO: Generating caps makefile/cmakefile snippet ... -INFO: Added 12 auto-generated caps to tests/build_fv3_23/FV3/ccpp/physics/CCPP_CAPS.mk and tests/build_fv3_23/FV3/ccpp/physics/CCPP_CAPS.cmake -INFO: CCPP prebuild step completed successfully. -+ source build_fv3_23/FV3/ccpp/physics/CCPP_SCHEMES.sh -++ export 'CCPP_SCHEMES=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/aer_cloud.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/aerclm_def.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/aerinterp.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/calpreciptype.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cldwat2m_micro.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cldmacro.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/date_def.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/funcphys.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gcycle.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/h2o_def.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/h2ointerp.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/iccn_def.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/iccninterp.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/iounitdef.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/machine.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mersenne_twister.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfpbl.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg_utils.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg2_0.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg3_0.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/multi_gases.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_model.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_parameters.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_radar.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_thompson.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MP_FER_HIRES.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_bl_mynn.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_mynn.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_orowam2017.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/namelist_soilveg.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfpblt.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfpbltq.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfscu.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfscuq.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/noahmp_tables.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/num_parthds.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozne_def.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozinterp.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/physcons.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/physparam.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radcons.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_aerosols.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_astronomy.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_clouds.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_gases.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_surface.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radlw_datatb.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radlw_param.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radsw_datatb.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radsw_param.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/samfaerosols.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfcsub.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sflx.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/set_soilveg.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/surface_perturbation.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_deep.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_sh.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/tridi.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/wv_saturation.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_soil_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rayleigh_damp.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radsw_main.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_ocean.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gwdc.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gscond.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ysuvdif.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_sice.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/samfdeepcnv.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/satmedmfvdif.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozphys_2015.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/samfshalcnv.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/precpd.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_fer_hires.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diag.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radlw_main.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_debug.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/satmedmfvdifq.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cs_conv.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/shinhongvdif.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/h2ophys.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_nst.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/moninedmf.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diff.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diag_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/m_micro.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gcm_shoc.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gwdps.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/shalcnv.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/get_prs_fv3.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozphys.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_stochastics.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/drag_suite.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_cice.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sascnvn.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cnvc90.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_drv.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/dcyc2.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/moninshoc.f' -++ CCPP_SCHEMES='/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/aer_cloud.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/aerclm_def.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/aerinterp.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/calpreciptype.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cldwat2m_micro.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cldmacro.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/date_def.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/funcphys.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gcycle.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/h2o_def.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/h2ointerp.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/iccn_def.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/iccninterp.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/iounitdef.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/machine.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mersenne_twister.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfpbl.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg_utils.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg2_0.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg3_0.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/multi_gases.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_model.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_parameters.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_radar.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_thompson.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MP_FER_HIRES.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_bl_mynn.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_mynn.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_orowam2017.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/namelist_soilveg.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfpblt.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfpbltq.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfscu.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfscuq.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/noahmp_tables.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/num_parthds.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozne_def.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozinterp.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/physcons.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/physparam.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radcons.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_aerosols.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_astronomy.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_clouds.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_gases.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_surface.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radlw_datatb.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radlw_param.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radsw_datatb.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radsw_param.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/samfaerosols.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfcsub.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sflx.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/set_soilveg.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/surface_perturbation.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_deep.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_sh.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/tridi.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/wv_saturation.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_soil_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rayleigh_damp.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radsw_main.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_ocean.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gwdc.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gscond.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ysuvdif.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_sice.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/samfdeepcnv.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/satmedmfvdif.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozphys_2015.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/samfshalcnv.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/precpd.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_fer_hires.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diag.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radlw_main.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_debug.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/satmedmfvdifq.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cs_conv.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/shinhongvdif.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/h2ophys.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_nst.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/moninedmf.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diff.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diag_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/m_micro.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gcm_shoc.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gwdps.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/shalcnv.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/get_prs_fv3.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozphys.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_stochastics.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/drag_suite.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_cice.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sascnvn.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cnvc90.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_drv.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/dcyc2.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/moninshoc.f' -+ source build_fv3_23/FV3/ccpp/physics/CCPP_CAPS.sh -++ export 'CCPP_CAPS=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_23/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_23/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_fast_physics_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_23/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_time_vary_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_23/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_radiation_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_23/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_physics_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_23/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_stochastics_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_23/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_23/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_fast_physics_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_23/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_time_vary_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_23/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_radiation_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_23/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_physics_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_23/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_stochastics_cap.F90' -++ CCPP_CAPS='/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_23/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_23/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_fast_physics_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_23/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_time_vary_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_23/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_radiation_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_23/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_physics_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_23/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_stochastics_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_23/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_23/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_fast_physics_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_23/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_time_vary_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_23/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_radiation_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_23/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_physics_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_23/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_stochastics_cap.F90' -+ source build_fv3_23/FV3/ccpp/physics/CCPP_STATIC_API.sh -++ export CCPP_STATIC_API=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_23/FV3/ccpp/physics/ccpp_static_api.F90 -++ CCPP_STATIC_API=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_23/FV3/ccpp/physics/ccpp_static_api.F90 -+ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta == *\N\A\M\_\p\h\y\s\=\Y* ]] -+ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta == *\W\W\3\=\Y* ]] -++ trim ' -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF' -++ local 'var= -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF' -++ var='-DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF' -++ var='-DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF' -++ echo -n '-DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF' -+ CCPP_CMAKE_FLAGS='-DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF' -+ source /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc -++ __ms_function_name=setup__test_function__299689 -++ eval 'setup__test_function__299689() { /bin/true ; }' -+++ eval '__text="text" ; if [[ $__text =~ ^(t).* ]] ; then printf "%s" ${.sh.match[1]} ; fi' -+++ cat -++ __ms_ksh_test= -+++ eval 'if ( set | grep setup__test_function__299689 | grep -v name > /dev/null 2>&1 ) ; then echo t ; fi ' -+++ cat -++ __ms_bash_test=t -++ [[ ! -z '' ]] -++ [[ ! -z t ]] -++ __ms_shell=bash -++ [[ -d /lfs3 ]] -++ [[ -d /scratch1 ]] -++ [[ ! -d /scratch ]] -++ eval module help -++ module purge -+++ /apps/lmod/7.7.18/libexec/lmod bash purge -++ eval unset 'BACIO_LIB4;' unset 'BACIO_LIB8;' unset 'BACIO_SRC;' unset 'BACIO_VER;' unset '__LMOD_REF_COUNT_CLASSPATH;' unset 'CLASSPATH;' unset 'CMAKE_CXX_COMPILER;' unset 'CMAKE_C_COMPILER;' unset 'CMAKE_Fortran_COMPILER;' unset 'CMAKE_Platform;' unset 'COMP;' unset '__LMOD_REF_COUNT_CPATH;' unset 'CPATH;' unset 'CRTM_FIX;' unset 'CRTM_INC;' unset 'CRTM_LIB;' unset 'CRTM_SRC;' unset 'CRTM_VER;' unset 'ESMFMKFILE;' unset 'G2TMPL_INC;' unset 'G2TMPL_LIB;' unset 'G2TMPL_SRC;' unset 'G2TMPL_VER;' unset 'G2_INC4;' unset 'G2_INCd;' unset 'G2_LIB4;' unset 'G2_LIBd;' unset 'G2_SRC;' unset 'G2_VER;' unset 'GDBSERVER_MIC;' unset 'GDB_CROSS;' unset '__LMOD_REF_COUNT_INFOPATH;' unset 'INFOPATH;' unset '__LMOD_REF_COUNT_INTEL_LICENSE_FILE;' unset 'INTEL_LICENSE_FILE;' unset 'INTEL_PYTHONHOME;' unset 'IPATH_NO_BACKTRACE;' unset 'IP_INC4;' unset 'IP_INC8;' unset 'IP_INCd;' unset 'IP_LIB4;' unset 'IP_LIB8;' unset 'IP_LIBd;' unset 'IP_SRC;' unset 'IP_VER;' unset 'I_MPI_CC;' unset 'I_MPI_F90;' unset 'I_MPI_HYDRA_BRANCH_COUNT;' unset 'I_MPI_HYDRA_PMI_CONNECT;' unset 'I_MPI_ROOT;' unset 'I_MPI_TMI_PROVIDER;' unset 'JASPER_INC;' unset 'JASPER_LIB;' unset 'JASPER_SRC;' unset 'JASPER_VER;' '__LMOD_REF_COUNT_LD_LIBRARY_PATH="/apps/slurm/default/lib:1";' export '__LMOD_REF_COUNT_LD_LIBRARY_PATH;' 'LD_LIBRARY_PATH=":/apps/slurm/default/lib";' export 'LD_LIBRARY_PATH;' unset '__LMOD_REF_COUNT_LIBRARY_PATH;' unset 'LIBRARY_PATH;' unset 'LIB_NAME;' unset 'LMOD_FAMILY_COMPILER;' unset 'LMOD_FAMILY_COMPILER_VERSION;' unset 'LMOD_FAMILY_MPI;' unset 'LMOD_FAMILY_MPI_VERSION;' unset '__LMOD_REF_COUNT_LOADEDMODULES;' unset 'LOADEDMODULES;' '__LMOD_REF_COUNT_MANPATH="/apps/lmod/lmod/share/man:1;/apps/local/man:1;/apps/slurm/default/share/man:1;/apps/slurm/tools/sbank/share/man:1";' export '__LMOD_REF_COUNT_MANPATH;' 'MANPATH="/apps/lmod/lmod/share/man::/apps/local/man:/apps/slurm/default/share/man:/apps/slurm/tools/sbank/share/man";' export 'MANPATH;' '__LMOD_REF_COUNT_MODULEPATH="/contrib/modulefiles:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:1;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1";' export '__LMOD_REF_COUNT_MODULEPATH;' 'MODULEPATH="/contrib/modulefiles:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles";' export 'MODULEPATH;' unset 'MPM_LAUNCHER;' unset 'NCEPLIBS;' unset 'NEMSIO_INC;' unset 'NEMSIO_LIB;' unset 'NEMSIO_SRC;' unset 'NEMSIO_VER;' unset 'NETCDF;' unset '__LMOD_REF_COUNT_NLSPATH;' unset 'NLSPATH;' '__LMOD_REF_COUNT_PATH="/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:1;/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/opt/ibutils/bin:1;/apps/local/bin:1;/apps/local/sbin:1;/apps/slurm/default/tools:1;/apps/slurm/default/bin:1;/apps/slurm/default/sbin:1;/apps/slurm/tools/sbank/bin:1;/home/Dusan.Jovic/bin:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/dbrowse:1";' export '__LMOD_REF_COUNT_PATH;' 'PATH="/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/opt/ibutils/bin:/apps/local/bin:/apps/local/sbin:/apps/slurm/default/tools:/apps/slurm/default/bin:/apps/slurm/default/sbin:/apps/slurm/tools/sbank/bin:/home/Dusan.Jovic/bin:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/dbrowse";' export 'PATH;' unset '__LMOD_REF_COUNT_PKG_CONFIG_PATH;' unset 'PKG_CONFIG_PATH;' unset 'PNG_INC;' unset 'PNG_LIB;' unset 'PNG_SRC;' unset 'PNG_VER;' unset 'POST_INC;' unset 'POST_LIB;' unset 'POST_SRC;' unset 'POST_VER;' unset 'SLURM_UTILS_PATH;' unset 'SP_LIB4;' unset 'SP_LIB8;' unset 'SP_LIBd;' unset 'SP_SRC;' unset 'SP_VER;' unset 'W3EMC_INC4;' unset 'W3EMC_INC8;' unset 'W3EMC_INCd;' unset 'W3EMC_LIB4;' unset 'W3EMC_LIB8;' unset 'W3EMC_LIBd;' unset 'W3EMC_SRC;' unset 'W3EMC_VER;' unset 'W3NCO_LIB4;' unset 'W3NCO_LIB8;' unset 'W3NCO_LIBd;' unset 'W3NCO_SRC;' unset 'W3NCO_VER;' unset 'Z_INC;' unset 'Z_LIB;' unset 'Z_SRC;' unset 'Z_VER;' unset '__LMOD_REF_COUNT__LMFILES_;' unset '_LMFILES_;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9jb250cmliL21vZHVsZWZpbGVzIiwiL3NjcmF0Y2gyL05DRVBERVYvZnYzLWNhbS9EdXNhbi5Kb3ZpYy91ZnMvcHIxOC91ZnMtd2VhdGhlci1tb2RlbC9tb2R1bGVmaWxlcy9oZXJhLmludGVsIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIs";' export '_ModuleTable001_;' '_ModuleTable002_="fSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ==";' export '_ModuleTable002_;' '_ModuleTable_Sz_="2";' export '_ModuleTable_Sz_;' unset '_ModuleTable004_;' unset '_ModuleTable005_;' unset '_ModuleTable006_;' unset '_ModuleTable007_;' unset '_ModuleTable008_;' unset '_ModuleTable009_;' unset '_ModuleTable010_;' unset '_ModuleTable011_;' unset '_ModuleTable012_;' unset '_ModuleTable013_;' -+++ unset BACIO_LIB4 -+++ unset BACIO_LIB8 -+++ unset BACIO_SRC -+++ unset BACIO_VER -+++ unset __LMOD_REF_COUNT_CLASSPATH -+++ unset CLASSPATH -+++ unset CMAKE_CXX_COMPILER -+++ unset CMAKE_C_COMPILER -+++ unset CMAKE_Fortran_COMPILER -+++ unset CMAKE_Platform -+++ unset COMP -+++ unset __LMOD_REF_COUNT_CPATH -+++ unset CPATH -+++ unset CRTM_FIX -+++ unset CRTM_INC -+++ unset CRTM_LIB -+++ unset CRTM_SRC -+++ unset CRTM_VER -+++ unset ESMFMKFILE -+++ unset G2TMPL_INC -+++ unset G2TMPL_LIB -+++ unset G2TMPL_SRC -+++ unset G2TMPL_VER -+++ unset G2_INC4 -+++ unset G2_INCd -+++ unset G2_LIB4 -+++ unset G2_LIBd -+++ unset G2_SRC -+++ unset G2_VER -+++ unset GDBSERVER_MIC -+++ unset GDB_CROSS -+++ unset __LMOD_REF_COUNT_INFOPATH -+++ unset INFOPATH -+++ unset __LMOD_REF_COUNT_INTEL_LICENSE_FILE -+++ unset INTEL_LICENSE_FILE -+++ unset INTEL_PYTHONHOME -+++ unset IPATH_NO_BACKTRACE -+++ unset IP_INC4 -+++ unset IP_INC8 -+++ unset IP_INCd -+++ unset IP_LIB4 -+++ unset IP_LIB8 -+++ unset IP_LIBd -+++ unset IP_SRC -+++ unset IP_VER -+++ unset I_MPI_CC -+++ unset I_MPI_F90 -+++ unset I_MPI_HYDRA_BRANCH_COUNT -+++ unset I_MPI_HYDRA_PMI_CONNECT -+++ unset I_MPI_ROOT -+++ unset I_MPI_TMI_PROVIDER -+++ unset JASPER_INC -+++ unset JASPER_LIB -+++ unset JASPER_SRC -+++ unset JASPER_VER -+++ __LMOD_REF_COUNT_LD_LIBRARY_PATH=/apps/slurm/default/lib:1 -+++ export __LMOD_REF_COUNT_LD_LIBRARY_PATH -+++ LD_LIBRARY_PATH=:/apps/slurm/default/lib -+++ export LD_LIBRARY_PATH -+++ unset __LMOD_REF_COUNT_LIBRARY_PATH -+++ unset LIBRARY_PATH -+++ unset LIB_NAME -+++ unset LMOD_FAMILY_COMPILER -+++ unset LMOD_FAMILY_COMPILER_VERSION -+++ unset LMOD_FAMILY_MPI -+++ unset LMOD_FAMILY_MPI_VERSION -+++ unset __LMOD_REF_COUNT_LOADEDMODULES -+++ unset LOADEDMODULES -+++ __LMOD_REF_COUNT_MANPATH='/apps/lmod/lmod/share/man:1;/apps/local/man:1;/apps/slurm/default/share/man:1;/apps/slurm/tools/sbank/share/man:1' -+++ export __LMOD_REF_COUNT_MANPATH -+++ MANPATH=/apps/lmod/lmod/share/man::/apps/local/man:/apps/slurm/default/share/man:/apps/slurm/tools/sbank/share/man -+++ export MANPATH -+++ __LMOD_REF_COUNT_MODULEPATH='/contrib/modulefiles:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:1;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1' -+++ export __LMOD_REF_COUNT_MODULEPATH -+++ MODULEPATH=/contrib/modulefiles:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles -+++ export MODULEPATH -+++ unset MPM_LAUNCHER -+++ unset NCEPLIBS -+++ unset NEMSIO_INC -+++ unset NEMSIO_LIB -+++ unset NEMSIO_SRC -+++ unset NEMSIO_VER -+++ unset NETCDF -+++ unset __LMOD_REF_COUNT_NLSPATH -+++ unset NLSPATH -+++ __LMOD_REF_COUNT_PATH='/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:1;/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/opt/ibutils/bin:1;/apps/local/bin:1;/apps/local/sbin:1;/apps/slurm/default/tools:1;/apps/slurm/default/bin:1;/apps/slurm/default/sbin:1;/apps/slurm/tools/sbank/bin:1;/home/Dusan.Jovic/bin:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/dbrowse:1' -+++ export __LMOD_REF_COUNT_PATH -+++ PATH=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/opt/ibutils/bin:/apps/local/bin:/apps/local/sbin:/apps/slurm/default/tools:/apps/slurm/default/bin:/apps/slurm/default/sbin:/apps/slurm/tools/sbank/bin:/home/Dusan.Jovic/bin:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/dbrowse -+++ export PATH -+++ unset __LMOD_REF_COUNT_PKG_CONFIG_PATH -+++ unset PKG_CONFIG_PATH -+++ unset PNG_INC -+++ unset PNG_LIB -+++ unset PNG_SRC -+++ unset PNG_VER -+++ unset POST_INC -+++ unset POST_LIB -+++ unset POST_SRC -+++ unset POST_VER -+++ unset SLURM_UTILS_PATH -+++ unset SP_LIB4 -+++ unset SP_LIB8 -+++ unset SP_LIBd -+++ unset SP_SRC -+++ unset SP_VER -+++ unset W3EMC_INC4 -+++ unset W3EMC_INC8 -+++ unset W3EMC_INCd -+++ unset W3EMC_LIB4 -+++ unset W3EMC_LIB8 -+++ unset W3EMC_LIBd -+++ unset W3EMC_SRC -+++ unset W3EMC_VER -+++ unset W3NCO_LIB4 -+++ unset W3NCO_LIB8 -+++ unset W3NCO_LIBd -+++ unset W3NCO_SRC -+++ unset W3NCO_VER -+++ unset Z_INC -+++ unset Z_LIB -+++ unset Z_SRC -+++ unset Z_VER -+++ unset __LMOD_REF_COUNT__LMFILES_ -+++ unset _LMFILES_ -+++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9jb250cmliL21vZHVsZWZpbGVzIiwiL3NjcmF0Y2gyL05DRVBERVYvZnYzLWNhbS9EdXNhbi5Kb3ZpYy91ZnMvcHIxOC91ZnMtd2VhdGhlci1tb2RlbC9tb2R1bGVmaWxlcy9oZXJhLmludGVsIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIs -+++ export _ModuleTable001_ -+++ _ModuleTable002_=fSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ== -+++ export _ModuleTable002_ -+++ _ModuleTable_Sz_=2 -+++ export _ModuleTable_Sz_ -+++ unset _ModuleTable004_ -+++ unset _ModuleTable005_ -+++ unset _ModuleTable006_ -+++ unset _ModuleTable007_ -+++ unset _ModuleTable008_ -+++ unset _ModuleTable009_ -+++ unset _ModuleTable010_ -+++ unset _ModuleTable011_ -+++ unset _ModuleTable012_ -+++ unset _ModuleTable013_ -+++ : -s sh -++ eval -++ unset __ms_shell -++ unset __ms_ksh_test -++ unset __ms_bash_test -++ unset setup__test_function__299689 -++ unset __ms_function_name -+ [[ hera.intel == macosx.* ]] -+ [[ hera.intel == linux.* ]] -+ module use /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel -++ /apps/lmod/7.7.18/libexec/lmod bash use /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel -+ eval '__LMOD_REF_COUNT_MODULEPATH="/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:2;/contrib/modulefiles:1;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1";' export '__LMOD_REF_COUNT_MODULEPATH;' 'MODULEPATH="/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:/contrib/modulefiles:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles";' export 'MODULEPATH;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9zY3JhdGNoMi9OQ0VQREVWL2Z2My1jYW0vRHVzYW4uSm92aWMvdWZzL3ByMTgvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvaGVyYS5pbnRlbCIsIi9jb250cmliL21vZHVsZWZpbGVzIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIs";' export '_ModuleTable001_;' '_ModuleTable002_="fSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ==";' export '_ModuleTable002_;' '_ModuleTable_Sz_="2";' export '_ModuleTable_Sz_;' -++ __LMOD_REF_COUNT_MODULEPATH='/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:2;/contrib/modulefiles:1;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1' -++ export __LMOD_REF_COUNT_MODULEPATH -++ MODULEPATH=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:/contrib/modulefiles:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles -++ export MODULEPATH -++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9zY3JhdGNoMi9OQ0VQREVWL2Z2My1jYW0vRHVzYW4uSm92aWMvdWZzL3ByMTgvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvaGVyYS5pbnRlbCIsIi9jb250cmliL21vZHVsZWZpbGVzIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIs -++ export _ModuleTable001_ -++ _ModuleTable002_=fSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ== -++ export _ModuleTable002_ -++ _ModuleTable_Sz_=2 -++ export _ModuleTable_Sz_ -++ : -s sh -+ eval -+ module load fv3 -++ /apps/lmod/7.7.18/libexec/lmod bash load fv3 -+ eval 'BACIO_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libbacio_v2.0.3_4.a";' export 'BACIO_LIB4;' 'BACIO_LIB8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libbacio_v2.0.3_8.a";' export 'BACIO_LIB8;' 'BACIO_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/bacio_v2.0.3";' export 'BACIO_SRC;' 'BACIO_VER="v2.0.3";' export 'BACIO_VER;' '__LMOD_REF_COUNT_CLASSPATH="/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/mpi.jar:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/daal.jar:1";' export '__LMOD_REF_COUNT_CLASSPATH;' 'CLASSPATH="/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/mpi.jar:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/daal.jar";' export 'CLASSPATH;' 'CMAKE_CXX_COMPILER="mpiicpc";' export 'CMAKE_CXX_COMPILER;' 'CMAKE_C_COMPILER="mpiicc";' export 'CMAKE_C_COMPILER;' 'CMAKE_Fortran_COMPILER="mpiifort";' export 'CMAKE_Fortran_COMPILER;' 'CMAKE_Platform="hera.intel";' export 'CMAKE_Platform;' 'COMP="intel";' export 'COMP;' '__LMOD_REF_COUNT_CPATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/include:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/include:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/pstl/include:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/include:2;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/include:1";' export '__LMOD_REF_COUNT_CPATH;' 'CPATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/include:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/include:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/pstl/include:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/include:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/include";' export 'CPATH;' 'CRTM_FIX="/scratch2/NCEPDEV/nwprod/NCEPLIBS/fix/crtm_v2.2.6";' export 'CRTM_FIX;' 'CRTM_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/crtm_v2.2.6";' export 'CRTM_INC;' 'CRTM_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libcrtm_v2.2.6.a";' export 'CRTM_LIB;' 'CRTM_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/crtm_v2.2.6";' export 'CRTM_SRC;' 'CRTM_VER="v2.2.6";' export 'CRTM_VER;' 'ESMFMKFILE="/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/lib/esmf.mk";' export 'ESMFMKFILE;' 'G2TMPL_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/g2tmpl_v1.6.0";' export 'G2TMPL_INC;' 'G2TMPL_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2tmpl_v1.6.0.a";' export 'G2TMPL_LIB;' 'G2TMPL_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/g2tmpl_v1.6.0/src";' export 'G2TMPL_SRC;' 'G2TMPL_VER="v1.6.0";' export 'G2TMPL_VER;' 'G2_INC4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/g2_v3.1.1_4";' export 'G2_INC4;' 'G2_INCd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/g2_v3.1.1_d";' export 'G2_INCd;' 'G2_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2_v3.1.1_4.a";' export 'G2_LIB4;' 'G2_LIBd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2_v3.1.1_d.a";' export 'G2_LIBd;' 'G2_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/g2_v3.1.1";' export 'G2_SRC;' 'G2_VER="v3.1.1";' export 'G2_VER;' 'GDBSERVER_MIC="/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/targets/intel64/x200/bin/gdbserver";' export 'GDBSERVER_MIC;' 'GDB_CROSS="/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/intel64/bin/gdb-ia";' export 'GDB_CROSS;' '__LMOD_REF_COUNT_INFOPATH="/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/info:1;/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/info:1";' export '__LMOD_REF_COUNT_INFOPATH;' 'INFOPATH="/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/info:/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/info";' export 'INFOPATH;' '__LMOD_REF_COUNT_INTEL_LICENSE_FILE="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/licenses:1;/apps/intel/licenses:1";' export '__LMOD_REF_COUNT_INTEL_LICENSE_FILE;' 'INTEL_LICENSE_FILE="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/licenses:/apps/intel/licenses";' export 'INTEL_LICENSE_FILE;' 'INTEL_PYTHONHOME="/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/python/intel64/";' export 'INTEL_PYTHONHOME;' 'IPATH_NO_BACKTRACE="1";' export 'IPATH_NO_BACKTRACE;' 'IP_INC4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ip_v3.0.2_4";' export 'IP_INC4;' 'IP_INC8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ip_v3.0.2_8";' export 'IP_INC8;' 'IP_INCd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ip_v3.0.2_d";' export 'IP_INCd;' 'IP_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libip_v3.0.2_4.a";' export 'IP_LIB4;' 'IP_LIB8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libip_v3.0.2_8.a";' export 'IP_LIB8;' 'IP_LIBd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libip_v3.0.2_d.a";' export 'IP_LIBd;' 'IP_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/ip_v3.0.2";' export 'IP_SRC;' 'IP_VER="v3.0.2";' export 'IP_VER;' 'I_MPI_CC="icc";' export 'I_MPI_CC;' 'I_MPI_F90="ifort";' export 'I_MPI_F90;' 'I_MPI_HYDRA_BRANCH_COUNT="128";' export 'I_MPI_HYDRA_BRANCH_COUNT;' 'I_MPI_HYDRA_PMI_CONNECT="alltoall";' export 'I_MPI_HYDRA_PMI_CONNECT;' 'I_MPI_ROOT="/apps/intel/compilers_and_libraries_2018/linux/mpi";' export 'I_MPI_ROOT;' 'I_MPI_TMI_PROVIDER="psm";' export 'I_MPI_TMI_PROVIDER;' 'JASPER_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/include/jasper_v1.900.1";' export 'JASPER_INC;' 'JASPER_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/lib/libjasper_v1.900.1.a";' export 'JASPER_LIB;' 'JASPER_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/thirdParty";' export 'JASPER_SRC;' 'JASPER_VER="v1.900.1";' export 'JASPER_VER;' '__LMOD_REF_COUNT_LD_LIBRARY_PATH="/apps/netcdf/4.7.0/intel/18.0.5.274/lib:1;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib:1;/apps/slurm/default/lib:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/lib/intel64:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:2;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:2;/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/libipt/intel64/lib:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4:1";' export '__LMOD_REF_COUNT_LD_LIBRARY_PATH;' 'LD_LIBRARY_PATH="/apps/netcdf/4.7.0/intel/18.0.5.274/lib:/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib::/apps/slurm/default/lib:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/lib/intel64:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/libipt/intel64/lib:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4";' export 'LD_LIBRARY_PATH;' '__LMOD_REF_COUNT_LIBRARY_PATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:2;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4:1";' export '__LMOD_REF_COUNT_LIBRARY_PATH;' 'LIBRARY_PATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4";' export 'LIBRARY_PATH;' 'LIB_NAME="POST";' export 'LIB_NAME;' 'LMOD_FAMILY_COMPILER="intel";' export 'LMOD_FAMILY_COMPILER;' 'LMOD_FAMILY_COMPILER_VERSION="18.0.5.274";' export 'LMOD_FAMILY_COMPILER_VERSION;' 'LMOD_FAMILY_MPI="impi";' export 'LMOD_FAMILY_MPI;' 'LMOD_FAMILY_MPI_VERSION="2018.0.4";' export 'LMOD_FAMILY_MPI_VERSION;' '__LMOD_REF_COUNT_LOADEDMODULES="contrib:1;sutils/default:1;intel/18.0.5.274:1;impi/2018.0.4:1;netcdf/4.7.0:1;bacio/2.0.3:1;ip/3.0.2:1;nemsio/2.2.4:1;sp/2.0.3:1;w3emc/2.3.1:1;w3nco/2.0.7:1;g2/3.1.1:1;g2tmpl/1.6.0:1;crtm/2.2.6:1;jasper/1.900.1:1;png/1.2.44:1;z/1.2.11:1;post/8.0.1:1;esmf/8.0.0:1;cmake/3.9.0:1;fv3:1";' export '__LMOD_REF_COUNT_LOADEDMODULES;' 'LOADEDMODULES="contrib:sutils/default:intel/18.0.5.274:impi/2018.0.4:netcdf/4.7.0:bacio/2.0.3:ip/3.0.2:nemsio/2.2.4:sp/2.0.3:w3emc/2.3.1:w3nco/2.0.7:g2/3.1.1:g2tmpl/1.6.0:crtm/2.2.6:jasper/1.900.1:png/1.2.44:z/1.2.11:post/8.0.1:esmf/8.0.0:cmake/3.9.0:fv3";' export 'LOADEDMODULES;' '__LMOD_REF_COUNT_MANPATH="/apps/netcdf/4.7.0/intel/18.0.5.274/share/man:1;/apps/intel/compilers_and_libraries_2018/linux/mpi/man:1;/apps/intel/parallel_studio_xe_2018.4.057/man/common:1;/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/man:1;/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/man:1;/apps/lmod/lmod/share/man:1;/apps/local/man:1;/apps/slurm/default/share/man:1;/apps/slurm/tools/sbank/share/man:1";' export '__LMOD_REF_COUNT_MANPATH;' 'MANPATH="/apps/netcdf/4.7.0/intel/18.0.5.274/share/man:/apps/intel/compilers_and_libraries_2018/linux/mpi/man:/apps/intel/parallel_studio_xe_2018.4.057/man/common:/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/man:/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/man:/apps/lmod/lmod/share/man::/apps/local/man:/apps/slurm/default/share/man:/apps/slurm/tools/sbank/share/man";' export 'MANPATH;' '__LMOD_REF_COUNT_MODULEPATH="/contrib/modulefiles:3;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:2;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1;/apps/modules/modulefamilies/intel:1;/apps/modules/modulefamilies/intel_impi:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles:1";' export '__LMOD_REF_COUNT_MODULEPATH;' 'MODULEPATH="/contrib/modulefiles:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles:/apps/modules/modulefamilies/intel:/apps/modules/modulefamilies/intel_impi:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles";' export 'MODULEPATH;' 'MPM_LAUNCHER="/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/mpm/mic/bin/start_mpm.sh";' export 'MPM_LAUNCHER;' 'NCEPLIBS="/scratch2/NCEPDEV/nwprod/NCEPLIBS";' export 'NCEPLIBS;' 'NEMSIO_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/nemsio_v2.2.4";' export 'NEMSIO_INC;' 'NEMSIO_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libnemsio_v2.2.4.a";' export 'NEMSIO_LIB;' 'NEMSIO_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/nemsio_v2.2.4";' export 'NEMSIO_SRC;' 'NEMSIO_VER="v2.2.4";' export 'NEMSIO_VER;' 'NETCDF="/apps/netcdf/4.7.0/intel/18.0.5.274";' export 'NETCDF;' '__LMOD_REF_COUNT_NLSPATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64/locale/%l_%t/%N:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin/locale/%l_%t/%N:1;/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/intel64/share/locale/%l_%t/%N:1";' export '__LMOD_REF_COUNT_NLSPATH;' 'NLSPATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64/locale/%l_%t/%N:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin/locale/%l_%t/%N:/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/intel64/share/locale/%l_%t/%N";' export 'NLSPATH;' '__LMOD_REF_COUNT_PATH="/contrib/cmake/3.9.0/bin:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/bin:1;/apps/netcdf/4.7.0/intel/18.0.5.274/bin:1;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/bin/intel64:1;/contrib/sutils/bin:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:1;/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/opt/ibutils/bin:1;/apps/local/bin:1;/apps/local/sbin:1;/apps/slurm/default/tools:1;/apps/slurm/default/bin:1;/apps/slurm/default/sbin:1;/apps/slurm/tools/sbank/bin:1;/home/Dusan.Jovic/bin:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/dbrowse:1";' export '__LMOD_REF_COUNT_PATH;' 'PATH="/contrib/cmake/3.9.0/bin:/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/bin:/apps/netcdf/4.7.0/intel/18.0.5.274/bin:/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/bin/intel64:/contrib/sutils/bin:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/opt/ibutils/bin:/apps/local/bin:/apps/local/sbin:/apps/slurm/default/tools:/apps/slurm/default/bin:/apps/slurm/default/sbin:/apps/slurm/tools/sbank/bin:/home/Dusan.Jovic/bin:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/dbrowse";' export 'PATH;' '__LMOD_REF_COUNT_PKG_CONFIG_PATH="/apps/intel/compilers_and_libraries_2018/linux/mkl/bin/pkgconfig:1";' export '__LMOD_REF_COUNT_PKG_CONFIG_PATH;' 'PKG_CONFIG_PATH="/apps/intel/compilers_and_libraries_2018/linux/mkl/bin/pkgconfig";' export 'PKG_CONFIG_PATH;' 'PNG_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/png_v1.2.44";' export 'PNG_INC;' 'PNG_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libpng_v1.2.44.a";' export 'PNG_LIB;' 'PNG_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/thirdParty";' export 'PNG_SRC;' 'PNG_VER="v1.2.44";' export 'PNG_VER;' 'POST_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ncep_post_v8.0.1_4";' export 'POST_INC;' 'POST_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libncep_post_v8.0.1_4.a";' export 'POST_LIB;' 'POST_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/post_v8.0.1";' export 'POST_SRC;' 'POST_VER="v8.0.1";' export 'POST_VER;' 'SLURM_UTILS_PATH="/contrib/sutils/bin";' export 'SLURM_UTILS_PATH;' 'SP_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_4.a";' export 'SP_LIB4;' 'SP_LIB8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_8.a";' export 'SP_LIB8;' 'SP_LIBd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_d.a";' export 'SP_LIBd;' 'SP_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/sp_v2.0.3";' export 'SP_SRC;' 'SP_VER="v2.0.3";' export 'SP_VER;' 'W3EMC_INC4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/w3emc_v2.3.1_4";' export 'W3EMC_INC4;' 'W3EMC_INC8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/w3emc_v2.3.1_8";' export 'W3EMC_INC8;' 'W3EMC_INCd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/w3emc_v2.3.1_d";' export 'W3EMC_INCd;' 'W3EMC_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_4.a";' export 'W3EMC_LIB4;' 'W3EMC_LIB8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_8.a";' export 'W3EMC_LIB8;' 'W3EMC_LIBd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_d.a";' export 'W3EMC_LIBd;' 'W3EMC_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/w3emc_v2.3.1";' export 'W3EMC_SRC;' 'W3EMC_VER="v2.3.1";' export 'W3EMC_VER;' 'W3NCO_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_4.a";' export 'W3NCO_LIB4;' 'W3NCO_LIB8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_8.a";' export 'W3NCO_LIB8;' 'W3NCO_LIBd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_d.a";' export 'W3NCO_LIBd;' 'W3NCO_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/w3nco_v2.0.7";' export 'W3NCO_SRC;' 'W3NCO_VER="v2.0.7";' export 'W3NCO_VER;' 'Z_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/z_v1.2.11";' export 'Z_INC;' 'Z_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libz_v1.2.11.a";' export 'Z_LIB;' 'Z_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/thirdParty";' export 'Z_SRC;' 'Z_VER="v1.2.11";' export 'Z_VER;' '__LMOD_REF_COUNT__LMFILES_="/apps/modules/modulefiles/contrib:1;/contrib/modulefiles/sutils/default:1;/apps/modules/modulefiles/intel/18.0.5.274:1;/apps/modules/modulefamilies/intel/impi/2018.0.4:1;/apps/modules/modulefamilies/intel/netcdf/4.7.0:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/bacio/2.0.3:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/ip/3.0.2:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/nemsio/2.2.4:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/sp/2.0.3:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3emc/2.3.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3nco/2.0.7:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2/3.1.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2tmpl/1.6.0:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/crtm/2.2.6:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/jasper/1.900.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/png/1.2.44:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/z/1.2.11:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/post/8.0.1:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles/esmf/8.0.0:1;/contrib/modulefiles/cmake/3.9.0:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel/fv3:1";' export '__LMOD_REF_COUNT__LMFILES_;' '_LMFILES_="/apps/modules/modulefiles/contrib:/contrib/modulefiles/sutils/default:/apps/modules/modulefiles/intel/18.0.5.274:/apps/modules/modulefamilies/intel/impi/2018.0.4:/apps/modules/modulefamilies/intel/netcdf/4.7.0:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/bacio/2.0.3:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/ip/3.0.2:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/nemsio/2.2.4:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/sp/2.0.3:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3emc/2.3.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3nco/2.0.7:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2/3.1.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2tmpl/1.6.0:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/crtm/2.2.6:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/jasper/1.900.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/png/1.2.44:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/z/1.2.11:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/post/8.0.1:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles/esmf/8.0.0:/contrib/modulefiles/cmake/3.9.0:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel/fv3";' export '_LMFILES_;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJpbXBpIix9LG1UPXtiYWNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvYmFjaW8vMi4wLjMiLFsiZnVsbE5hbWUiXT0iYmFjaW8vMi4wLjMiLFsibG9hZE9yZGVyIl09Nixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJiYWNpby8yLjAuMyIsfSxjbWFrZT17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9jbWFrZS8zLjkuMCIsWyJmdWxs";' export '_ModuleTable001_;' '_ModuleTable002_="TmFtZSJdPSJjbWFrZS8zLjkuMCIsWyJsb2FkT3JkZXIiXT0yMCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjbWFrZS8zLjkuMCIsfSxjb250cmliPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvY29udHJpYiIsWyJmdWxsTmFtZSJdPSJjb250cmliIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY29udHJpYiIsfSxjcnRtPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9jcnRtLzIuMi42IixbImZ1bGxOYW1lIl09ImNydG0vMi4yLjYiLFsibG9hZE9yZGVy";' export '_ModuleTable002_;' '_ModuleTable003_="Il09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL2Z2My1jYW0vRHVzYW4uSm92aWMvdWZzL3ByMTgvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvaGVyYS5pbnRlbC9mdjMiLFsi";' export '_ModuleTable003_;' '_ModuleTable004_="ZnVsbE5hbWUiXT0iZnYzIixbImxvYWRPcmRlciJdPTIxLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTAsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImZ2MyIsfSxnMj17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzIvMy4xLjEiLFsiZnVsbE5hbWUiXT0iZzIvMy4xLjEiLFsibG9hZE9yZGVyIl09MTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZzIvMy4xLjEiLH0sZzJ0bXBsPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9nMnRtcGwvMS42LjAiLFsiZnVsbE5hbWUiXT0iZzJ0bXBsLzEuNi4w";' export '_ModuleTable004_;' '_ModuleTable005_="IixbImxvYWRPcmRlciJdPTEzLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcydG1wbC8xLjYuMCIsfSxpbXBpPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwvaW1waS8yMDE4LjAuNCIsWyJmdWxsTmFtZSJdPSJpbXBpLzIwMTguMC40IixbImxvYWRPcmRlciJdPTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW1waS8yMDE4LjAuNCIsfSxpbnRlbD17WyJmbiJdPSIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL2ludGVsLzE4LjAuNS4yNzQiLFsiZnVsbE5hbWUiXT0iaW50ZWwvMTguMC41LjI3NCIsWyJsb2FkT3JkZXIi";' export '_ModuleTable005_;' '_ModuleTable006_="XT0zLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImludGVsLzE4LjAuNS4yNzQiLH0saXA9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2lwLzMuMC4yIixbImZ1bGxOYW1lIl09ImlwLzMuMC4yIixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaXAvMy4wLjIiLH0samFzcGVyPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9qYXNwZXIvMS45MDAuMSIsWyJmdWxsTmFtZSJdPSJqYXNwZXIvMS45MDAuMSIsWyJsb2FkT3JkZXIi";' export '_ModuleTable006_;' '_ModuleTable007_="XT0xNSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJqYXNwZXIvMS45MDAuMSIsfSxuZW1zaW89e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL25lbXNpby8yLjIuNCIsWyJmdWxsTmFtZSJdPSJuZW1zaW8vMi4yLjQiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZW1zaW8vMi4yLjQiLH0sbmV0Y2RmPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwvbmV0Y2RmLzQuNy4wIixbImZ1bGxOYW1lIl09Im5ldGNkZi80LjcuMCIsWyJsb2FkT3JkZXIi";' export '_ModuleTable007_;' '_ModuleTable008_="XT01LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5ldGNkZi80LjcuMCIsfSxwbmc9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3BuZy8xLjIuNDQiLFsiZnVsbE5hbWUiXT0icG5nLzEuMi40NCIsWyJsb2FkT3JkZXIiXT0xNixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJwbmcvMS4yLjQ0Iix9LHBvc3Q9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3Bvc3QvOC4wLjEiLFsiZnVsbE5hbWUiXT0icG9zdC84LjAuMSIsWyJsb2FkT3JkZXIiXT0xOCxw";' export '_ModuleTable008_;' '_ModuleTable009_="cm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJwb3N0LzguMC4xIix9LHNwPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9zcC8yLjAuMyIsWyJmdWxsTmFtZSJdPSJzcC8yLjAuMyIsWyJsb2FkT3JkZXIiXT05LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InNwLzIuMC4zIix9LHN1dGlscz17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9zdXRpbHMvZGVmYXVsdCIsWyJmdWxsTmFtZSJdPSJzdXRpbHMvZGVmYXVsdCIsWyJsb2FkT3JkZXIiXT0yLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0";' export '_ModuleTable009_;' '_ModuleTable010_="dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InN1dGlscyIsfSx3M2VtYz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNlbWMvMi4zLjEiLFsiZnVsbE5hbWUiXT0idzNlbWMvMi4zLjEiLFsibG9hZE9yZGVyIl09MTAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNlbWMvMi4zLjEiLH0sdzNuY289e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czbmNvLzIuMC43IixbImZ1bGxOYW1lIl09InczbmNvLzIuMC43IixbImxvYWRPcmRlciJdPTExLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMi";' export '_ModuleTable010_;' '_ModuleTable011_="XT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHo9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3ovMS4yLjExIixbImZ1bGxOYW1lIl09InovMS4yLjExIixbImxvYWRPcmRlciJdPTE3LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InovMS4yLjExIix9LH0sbXBhdGhBPXsiL2NvbnRyaWIvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDIvTkNFUERFVi9mdjMtY2FtL0R1c2FuLkpvdmljL3Vmcy9wcjE4L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL2hlcmEuaW50ZWwiLCIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi9hcHBz";' export '_ModuleTable011_;' '_ModuleTable012_="L21vZHVsZXMvbW9kdWxlZmlsZXMvTGludXgiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L2NyYXlwZS9kZWZhdWx0L21vZHVsZWZpbGVzIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbCIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWxfaW1waSIsIi9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcyIsIi9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmU6L2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9M";' export '_ModuleTable012_;' '_ModuleTable013_="aW51eDovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzOi9vcHQvY3JheS9tb2R1bGVmaWxlczovb3B0L2NyYXkvY3JheXBlL2RlZmF1bHQvbW9kdWxlZmlsZXMiLH0=";' export '_ModuleTable013_;' '_ModuleTable_Sz_="13";' export '_ModuleTable_Sz_;' -++ BACIO_LIB4=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libbacio_v2.0.3_4.a -++ export BACIO_LIB4 -++ BACIO_LIB8=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libbacio_v2.0.3_8.a -++ export BACIO_LIB8 -++ BACIO_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/bacio_v2.0.3 -++ export BACIO_SRC -++ BACIO_VER=v2.0.3 -++ export BACIO_VER -++ __LMOD_REF_COUNT_CLASSPATH='/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/mpi.jar:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/daal.jar:1' -++ export __LMOD_REF_COUNT_CLASSPATH -++ CLASSPATH=/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/mpi.jar:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/daal.jar -++ export CLASSPATH -++ CMAKE_CXX_COMPILER=mpiicpc -++ export CMAKE_CXX_COMPILER -++ CMAKE_C_COMPILER=mpiicc -++ export CMAKE_C_COMPILER -++ CMAKE_Fortran_COMPILER=mpiifort -++ export CMAKE_Fortran_COMPILER -++ CMAKE_Platform=hera.intel -++ export CMAKE_Platform -++ COMP=intel -++ export COMP -++ __LMOD_REF_COUNT_CPATH='/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/include:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/include:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/pstl/include:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/include:2;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/include:1' -++ export __LMOD_REF_COUNT_CPATH -++ CPATH=/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/include:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/include:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/pstl/include:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/include:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/include -++ export CPATH -++ CRTM_FIX=/scratch2/NCEPDEV/nwprod/NCEPLIBS/fix/crtm_v2.2.6 -++ export CRTM_FIX -++ CRTM_INC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/crtm_v2.2.6 -++ export CRTM_INC -++ CRTM_LIB=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libcrtm_v2.2.6.a -++ export CRTM_LIB -++ CRTM_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/crtm_v2.2.6 -++ export CRTM_SRC -++ CRTM_VER=v2.2.6 -++ export CRTM_VER -++ ESMFMKFILE=/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/lib/esmf.mk -++ export ESMFMKFILE -++ G2TMPL_INC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/g2tmpl_v1.6.0 -++ export G2TMPL_INC -++ G2TMPL_LIB=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2tmpl_v1.6.0.a -++ export G2TMPL_LIB -++ G2TMPL_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/g2tmpl_v1.6.0/src -++ export G2TMPL_SRC -++ G2TMPL_VER=v1.6.0 -++ export G2TMPL_VER -++ G2_INC4=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/g2_v3.1.1_4 -++ export G2_INC4 -++ G2_INCd=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/g2_v3.1.1_d -++ export G2_INCd -++ G2_LIB4=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2_v3.1.1_4.a -++ export G2_LIB4 -++ G2_LIBd=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2_v3.1.1_d.a -++ export G2_LIBd -++ G2_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/g2_v3.1.1 -++ export G2_SRC -++ G2_VER=v3.1.1 -++ export G2_VER -++ GDBSERVER_MIC=/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/targets/intel64/x200/bin/gdbserver -++ export GDBSERVER_MIC -++ GDB_CROSS=/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/intel64/bin/gdb-ia -++ export GDB_CROSS -++ __LMOD_REF_COUNT_INFOPATH='/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/info:1;/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/info:1' -++ export __LMOD_REF_COUNT_INFOPATH -++ INFOPATH=/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/info:/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/info -++ export INFOPATH -++ __LMOD_REF_COUNT_INTEL_LICENSE_FILE='/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/licenses:1;/apps/intel/licenses:1' -++ export __LMOD_REF_COUNT_INTEL_LICENSE_FILE -++ INTEL_LICENSE_FILE=/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/licenses:/apps/intel/licenses -++ export INTEL_LICENSE_FILE -++ INTEL_PYTHONHOME=/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/python/intel64/ -++ export INTEL_PYTHONHOME -++ IPATH_NO_BACKTRACE=1 -++ export IPATH_NO_BACKTRACE -++ IP_INC4=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ip_v3.0.2_4 -++ export IP_INC4 -++ IP_INC8=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ip_v3.0.2_8 -++ export IP_INC8 -++ IP_INCd=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ip_v3.0.2_d -++ export IP_INCd -++ IP_LIB4=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libip_v3.0.2_4.a -++ export IP_LIB4 -++ IP_LIB8=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libip_v3.0.2_8.a -++ export IP_LIB8 -++ IP_LIBd=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libip_v3.0.2_d.a -++ export IP_LIBd -++ IP_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/ip_v3.0.2 -++ export IP_SRC -++ IP_VER=v3.0.2 -++ export IP_VER -++ I_MPI_CC=icc -++ export I_MPI_CC -++ I_MPI_F90=ifort -++ export I_MPI_F90 -++ I_MPI_HYDRA_BRANCH_COUNT=128 -++ export I_MPI_HYDRA_BRANCH_COUNT -++ I_MPI_HYDRA_PMI_CONNECT=alltoall -++ export I_MPI_HYDRA_PMI_CONNECT -++ I_MPI_ROOT=/apps/intel/compilers_and_libraries_2018/linux/mpi -++ export I_MPI_ROOT -++ I_MPI_TMI_PROVIDER=psm -++ export I_MPI_TMI_PROVIDER -++ JASPER_INC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/include/jasper_v1.900.1 -++ export JASPER_INC -++ JASPER_LIB=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/lib/libjasper_v1.900.1.a -++ export JASPER_LIB -++ JASPER_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/thirdParty -++ export JASPER_SRC -++ JASPER_VER=v1.900.1 -++ export JASPER_VER -++ __LMOD_REF_COUNT_LD_LIBRARY_PATH='/apps/netcdf/4.7.0/intel/18.0.5.274/lib:1;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib:1;/apps/slurm/default/lib:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/lib/intel64:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:2;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:2;/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/libipt/intel64/lib:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4:1' -++ export __LMOD_REF_COUNT_LD_LIBRARY_PATH -++ LD_LIBRARY_PATH=/apps/netcdf/4.7.0/intel/18.0.5.274/lib:/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib::/apps/slurm/default/lib:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/lib/intel64:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/libipt/intel64/lib:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4 -++ export LD_LIBRARY_PATH -++ __LMOD_REF_COUNT_LIBRARY_PATH='/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:2;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4:1' -++ export __LMOD_REF_COUNT_LIBRARY_PATH -++ LIBRARY_PATH=/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4 -++ export LIBRARY_PATH -++ LIB_NAME=POST -++ export LIB_NAME -++ LMOD_FAMILY_COMPILER=intel -++ export LMOD_FAMILY_COMPILER -++ LMOD_FAMILY_COMPILER_VERSION=18.0.5.274 -++ export LMOD_FAMILY_COMPILER_VERSION -++ LMOD_FAMILY_MPI=impi -++ export LMOD_FAMILY_MPI -++ LMOD_FAMILY_MPI_VERSION=2018.0.4 -++ export LMOD_FAMILY_MPI_VERSION -++ __LMOD_REF_COUNT_LOADEDMODULES='contrib:1;sutils/default:1;intel/18.0.5.274:1;impi/2018.0.4:1;netcdf/4.7.0:1;bacio/2.0.3:1;ip/3.0.2:1;nemsio/2.2.4:1;sp/2.0.3:1;w3emc/2.3.1:1;w3nco/2.0.7:1;g2/3.1.1:1;g2tmpl/1.6.0:1;crtm/2.2.6:1;jasper/1.900.1:1;png/1.2.44:1;z/1.2.11:1;post/8.0.1:1;esmf/8.0.0:1;cmake/3.9.0:1;fv3:1' -++ export __LMOD_REF_COUNT_LOADEDMODULES -++ LOADEDMODULES=contrib:sutils/default:intel/18.0.5.274:impi/2018.0.4:netcdf/4.7.0:bacio/2.0.3:ip/3.0.2:nemsio/2.2.4:sp/2.0.3:w3emc/2.3.1:w3nco/2.0.7:g2/3.1.1:g2tmpl/1.6.0:crtm/2.2.6:jasper/1.900.1:png/1.2.44:z/1.2.11:post/8.0.1:esmf/8.0.0:cmake/3.9.0:fv3 -++ export LOADEDMODULES -++ __LMOD_REF_COUNT_MANPATH='/apps/netcdf/4.7.0/intel/18.0.5.274/share/man:1;/apps/intel/compilers_and_libraries_2018/linux/mpi/man:1;/apps/intel/parallel_studio_xe_2018.4.057/man/common:1;/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/man:1;/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/man:1;/apps/lmod/lmod/share/man:1;/apps/local/man:1;/apps/slurm/default/share/man:1;/apps/slurm/tools/sbank/share/man:1' -++ export __LMOD_REF_COUNT_MANPATH -++ MANPATH=/apps/netcdf/4.7.0/intel/18.0.5.274/share/man:/apps/intel/compilers_and_libraries_2018/linux/mpi/man:/apps/intel/parallel_studio_xe_2018.4.057/man/common:/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/man:/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/man:/apps/lmod/lmod/share/man::/apps/local/man:/apps/slurm/default/share/man:/apps/slurm/tools/sbank/share/man -++ export MANPATH -++ __LMOD_REF_COUNT_MODULEPATH='/contrib/modulefiles:3;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:2;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1;/apps/modules/modulefamilies/intel:1;/apps/modules/modulefamilies/intel_impi:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles:1' -++ export __LMOD_REF_COUNT_MODULEPATH -++ MODULEPATH=/contrib/modulefiles:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles:/apps/modules/modulefamilies/intel:/apps/modules/modulefamilies/intel_impi:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles -++ export MODULEPATH -++ MPM_LAUNCHER=/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/mpm/mic/bin/start_mpm.sh -++ export MPM_LAUNCHER -++ NCEPLIBS=/scratch2/NCEPDEV/nwprod/NCEPLIBS -++ export NCEPLIBS -++ NEMSIO_INC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/nemsio_v2.2.4 -++ export NEMSIO_INC -++ NEMSIO_LIB=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libnemsio_v2.2.4.a -++ export NEMSIO_LIB -++ NEMSIO_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/nemsio_v2.2.4 -++ export NEMSIO_SRC -++ NEMSIO_VER=v2.2.4 -++ export NEMSIO_VER -++ NETCDF=/apps/netcdf/4.7.0/intel/18.0.5.274 -++ export NETCDF -++ __LMOD_REF_COUNT_NLSPATH='/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64/locale/%l_%t/%N:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin/locale/%l_%t/%N:1;/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/intel64/share/locale/%l_%t/%N:1' -++ export __LMOD_REF_COUNT_NLSPATH -++ NLSPATH=/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64/locale/%l_%t/%N:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin/locale/%l_%t/%N:/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/intel64/share/locale/%l_%t/%N -++ export NLSPATH -++ __LMOD_REF_COUNT_PATH='/contrib/cmake/3.9.0/bin:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/bin:1;/apps/netcdf/4.7.0/intel/18.0.5.274/bin:1;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/bin/intel64:1;/contrib/sutils/bin:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:1;/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/opt/ibutils/bin:1;/apps/local/bin:1;/apps/local/sbin:1;/apps/slurm/default/tools:1;/apps/slurm/default/bin:1;/apps/slurm/default/sbin:1;/apps/slurm/tools/sbank/bin:1;/home/Dusan.Jovic/bin:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/dbrowse:1' -++ export __LMOD_REF_COUNT_PATH -++ PATH=/contrib/cmake/3.9.0/bin:/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/bin:/apps/netcdf/4.7.0/intel/18.0.5.274/bin:/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/bin/intel64:/contrib/sutils/bin:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/opt/ibutils/bin:/apps/local/bin:/apps/local/sbin:/apps/slurm/default/tools:/apps/slurm/default/bin:/apps/slurm/default/sbin:/apps/slurm/tools/sbank/bin:/home/Dusan.Jovic/bin:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/dbrowse -++ export PATH -++ __LMOD_REF_COUNT_PKG_CONFIG_PATH=/apps/intel/compilers_and_libraries_2018/linux/mkl/bin/pkgconfig:1 -++ export __LMOD_REF_COUNT_PKG_CONFIG_PATH -++ PKG_CONFIG_PATH=/apps/intel/compilers_and_libraries_2018/linux/mkl/bin/pkgconfig -++ export PKG_CONFIG_PATH -++ PNG_INC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/png_v1.2.44 -++ export PNG_INC -++ PNG_LIB=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libpng_v1.2.44.a -++ export PNG_LIB -++ PNG_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/thirdParty -++ export PNG_SRC -++ PNG_VER=v1.2.44 -++ export PNG_VER -++ POST_INC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ncep_post_v8.0.1_4 -++ export POST_INC -++ POST_LIB=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libncep_post_v8.0.1_4.a -++ export POST_LIB -++ POST_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/post_v8.0.1 -++ export POST_SRC -++ POST_VER=v8.0.1 -++ export POST_VER -++ SLURM_UTILS_PATH=/contrib/sutils/bin -++ export SLURM_UTILS_PATH -++ SP_LIB4=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_4.a -++ export SP_LIB4 -++ SP_LIB8=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_8.a -++ export SP_LIB8 -++ SP_LIBd=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_d.a -++ export SP_LIBd -++ SP_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/sp_v2.0.3 -++ export SP_SRC -++ SP_VER=v2.0.3 -++ export SP_VER -++ W3EMC_INC4=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/w3emc_v2.3.1_4 -++ export W3EMC_INC4 -++ W3EMC_INC8=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/w3emc_v2.3.1_8 -++ export W3EMC_INC8 -++ W3EMC_INCd=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/w3emc_v2.3.1_d -++ export W3EMC_INCd -++ W3EMC_LIB4=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_4.a -++ export W3EMC_LIB4 -++ W3EMC_LIB8=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_8.a -++ export W3EMC_LIB8 -++ W3EMC_LIBd=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_d.a -++ export W3EMC_LIBd -++ W3EMC_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/w3emc_v2.3.1 -++ export W3EMC_SRC -++ W3EMC_VER=v2.3.1 -++ export W3EMC_VER -++ W3NCO_LIB4=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_4.a -++ export W3NCO_LIB4 -++ W3NCO_LIB8=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_8.a -++ export W3NCO_LIB8 -++ W3NCO_LIBd=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_d.a -++ export W3NCO_LIBd -++ W3NCO_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/w3nco_v2.0.7 -++ export W3NCO_SRC -++ W3NCO_VER=v2.0.7 -++ export W3NCO_VER -++ Z_INC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/z_v1.2.11 -++ export Z_INC -++ Z_LIB=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libz_v1.2.11.a -++ export Z_LIB -++ Z_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/thirdParty -++ export Z_SRC -++ Z_VER=v1.2.11 -++ export Z_VER -++ __LMOD_REF_COUNT__LMFILES_='/apps/modules/modulefiles/contrib:1;/contrib/modulefiles/sutils/default:1;/apps/modules/modulefiles/intel/18.0.5.274:1;/apps/modules/modulefamilies/intel/impi/2018.0.4:1;/apps/modules/modulefamilies/intel/netcdf/4.7.0:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/bacio/2.0.3:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/ip/3.0.2:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/nemsio/2.2.4:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/sp/2.0.3:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3emc/2.3.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3nco/2.0.7:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2/3.1.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2tmpl/1.6.0:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/crtm/2.2.6:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/jasper/1.900.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/png/1.2.44:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/z/1.2.11:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/post/8.0.1:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles/esmf/8.0.0:1;/contrib/modulefiles/cmake/3.9.0:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel/fv3:1' -++ export __LMOD_REF_COUNT__LMFILES_ -++ _LMFILES_=/apps/modules/modulefiles/contrib:/contrib/modulefiles/sutils/default:/apps/modules/modulefiles/intel/18.0.5.274:/apps/modules/modulefamilies/intel/impi/2018.0.4:/apps/modules/modulefamilies/intel/netcdf/4.7.0:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/bacio/2.0.3:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/ip/3.0.2:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/nemsio/2.2.4:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/sp/2.0.3:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3emc/2.3.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3nco/2.0.7:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2/3.1.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2tmpl/1.6.0:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/crtm/2.2.6:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/jasper/1.900.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/png/1.2.44:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/z/1.2.11:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/post/8.0.1:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles/esmf/8.0.0:/contrib/modulefiles/cmake/3.9.0:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel/fv3 -++ export _LMFILES_ -++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJpbXBpIix9LG1UPXtiYWNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvYmFjaW8vMi4wLjMiLFsiZnVsbE5hbWUiXT0iYmFjaW8vMi4wLjMiLFsibG9hZE9yZGVyIl09Nixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJiYWNpby8yLjAuMyIsfSxjbWFrZT17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9jbWFrZS8zLjkuMCIsWyJmdWxs -++ export _ModuleTable001_ -++ _ModuleTable002_=TmFtZSJdPSJjbWFrZS8zLjkuMCIsWyJsb2FkT3JkZXIiXT0yMCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjbWFrZS8zLjkuMCIsfSxjb250cmliPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvY29udHJpYiIsWyJmdWxsTmFtZSJdPSJjb250cmliIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY29udHJpYiIsfSxjcnRtPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9jcnRtLzIuMi42IixbImZ1bGxOYW1lIl09ImNydG0vMi4yLjYiLFsibG9hZE9yZGVy -++ export _ModuleTable002_ -++ _ModuleTable003_=Il09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL2Z2My1jYW0vRHVzYW4uSm92aWMvdWZzL3ByMTgvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvaGVyYS5pbnRlbC9mdjMiLFsi -++ export _ModuleTable003_ -++ _ModuleTable004_=ZnVsbE5hbWUiXT0iZnYzIixbImxvYWRPcmRlciJdPTIxLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTAsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImZ2MyIsfSxnMj17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzIvMy4xLjEiLFsiZnVsbE5hbWUiXT0iZzIvMy4xLjEiLFsibG9hZE9yZGVyIl09MTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZzIvMy4xLjEiLH0sZzJ0bXBsPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9nMnRtcGwvMS42LjAiLFsiZnVsbE5hbWUiXT0iZzJ0bXBsLzEuNi4w -++ export _ModuleTable004_ -++ _ModuleTable005_=IixbImxvYWRPcmRlciJdPTEzLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcydG1wbC8xLjYuMCIsfSxpbXBpPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwvaW1waS8yMDE4LjAuNCIsWyJmdWxsTmFtZSJdPSJpbXBpLzIwMTguMC40IixbImxvYWRPcmRlciJdPTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW1waS8yMDE4LjAuNCIsfSxpbnRlbD17WyJmbiJdPSIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL2ludGVsLzE4LjAuNS4yNzQiLFsiZnVsbE5hbWUiXT0iaW50ZWwvMTguMC41LjI3NCIsWyJsb2FkT3JkZXIi -++ export _ModuleTable005_ -++ _ModuleTable006_=XT0zLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImludGVsLzE4LjAuNS4yNzQiLH0saXA9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2lwLzMuMC4yIixbImZ1bGxOYW1lIl09ImlwLzMuMC4yIixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaXAvMy4wLjIiLH0samFzcGVyPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9qYXNwZXIvMS45MDAuMSIsWyJmdWxsTmFtZSJdPSJqYXNwZXIvMS45MDAuMSIsWyJsb2FkT3JkZXIi -++ export _ModuleTable006_ -++ _ModuleTable007_=XT0xNSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJqYXNwZXIvMS45MDAuMSIsfSxuZW1zaW89e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL25lbXNpby8yLjIuNCIsWyJmdWxsTmFtZSJdPSJuZW1zaW8vMi4yLjQiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZW1zaW8vMi4yLjQiLH0sbmV0Y2RmPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwvbmV0Y2RmLzQuNy4wIixbImZ1bGxOYW1lIl09Im5ldGNkZi80LjcuMCIsWyJsb2FkT3JkZXIi -++ export _ModuleTable007_ -++ _ModuleTable008_=XT01LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5ldGNkZi80LjcuMCIsfSxwbmc9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3BuZy8xLjIuNDQiLFsiZnVsbE5hbWUiXT0icG5nLzEuMi40NCIsWyJsb2FkT3JkZXIiXT0xNixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJwbmcvMS4yLjQ0Iix9LHBvc3Q9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3Bvc3QvOC4wLjEiLFsiZnVsbE5hbWUiXT0icG9zdC84LjAuMSIsWyJsb2FkT3JkZXIiXT0xOCxw -++ export _ModuleTable008_ -++ _ModuleTable009_=cm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJwb3N0LzguMC4xIix9LHNwPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9zcC8yLjAuMyIsWyJmdWxsTmFtZSJdPSJzcC8yLjAuMyIsWyJsb2FkT3JkZXIiXT05LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InNwLzIuMC4zIix9LHN1dGlscz17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9zdXRpbHMvZGVmYXVsdCIsWyJmdWxsTmFtZSJdPSJzdXRpbHMvZGVmYXVsdCIsWyJsb2FkT3JkZXIiXT0yLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0 -++ export _ModuleTable009_ -++ _ModuleTable010_=dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InN1dGlscyIsfSx3M2VtYz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNlbWMvMi4zLjEiLFsiZnVsbE5hbWUiXT0idzNlbWMvMi4zLjEiLFsibG9hZE9yZGVyIl09MTAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNlbWMvMi4zLjEiLH0sdzNuY289e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czbmNvLzIuMC43IixbImZ1bGxOYW1lIl09InczbmNvLzIuMC43IixbImxvYWRPcmRlciJdPTExLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMi -++ export _ModuleTable010_ -++ _ModuleTable011_=XT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHo9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3ovMS4yLjExIixbImZ1bGxOYW1lIl09InovMS4yLjExIixbImxvYWRPcmRlciJdPTE3LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InovMS4yLjExIix9LH0sbXBhdGhBPXsiL2NvbnRyaWIvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDIvTkNFUERFVi9mdjMtY2FtL0R1c2FuLkpvdmljL3Vmcy9wcjE4L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL2hlcmEuaW50ZWwiLCIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi9hcHBz -++ export _ModuleTable011_ -++ _ModuleTable012_=L21vZHVsZXMvbW9kdWxlZmlsZXMvTGludXgiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L2NyYXlwZS9kZWZhdWx0L21vZHVsZWZpbGVzIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbCIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWxfaW1waSIsIi9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcyIsIi9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmU6L2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9M -++ export _ModuleTable012_ -++ _ModuleTable013_=aW51eDovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzOi9vcHQvY3JheS9tb2R1bGVmaWxlczovb3B0L2NyYXkvY3JheXBlL2RlZmF1bHQvbW9kdWxlZmlsZXMiLH0= -++ export _ModuleTable013_ -++ _ModuleTable_Sz_=13 -++ export _ModuleTable_Sz_ -++ : -s sh -+ eval -+ module list -++ /apps/lmod/7.7.18/libexec/lmod bash list -+ eval echo ''\'''\'';' echo ''\''Currently'\''' ''\''Loaded'\''' ''\''Modules:'\'';' echo ''\'''\''' ''\'''\''' ''\''1)'\''' ''\''contrib'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''7)'\''' ''\''ip/3.0.2'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''13)'\''' ''\''g2tmpl/1.6.0'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''19)'\''' ''\''esmf/8.0.0'\'';' echo ''\'''\''' ''\'''\''' ''\''2)'\''' ''\''sutils/default'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''8)'\''' ''\''nemsio/2.2.4'\''' ''\'''\''' ''\''14)'\''' ''\''crtm/2.2.6'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''20)'\''' ''\''cmake/3.9.0'\'';' echo ''\'''\''' ''\'''\''' ''\''3)'\''' ''\''intel/18.0.5.274'\''' ''\'''\''' ''\'''\''' ''\''9)'\''' ''\''sp/2.0.3'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''15)'\''' ''\''jasper/1.900.1'\''' ''\'''\''' ''\''21)'\''' ''\''fv3'\'';' echo ''\'''\''' ''\'''\''' ''\''4)'\''' ''\''impi/2018.0.4'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''10)'\''' ''\''w3emc/2.3.1'\''' ''\'''\''' ''\'''\''' ''\''16)'\''' ''\''png/1.2.44'\'';' echo ''\'''\''' ''\'''\''' ''\''5)'\''' ''\''netcdf/4.7.0'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''11)'\''' ''\''w3nco/2.0.7'\''' ''\'''\''' ''\'''\''' ''\''17)'\''' ''\''z/1.2.11'\'';' echo ''\'''\''' ''\'''\''' ''\''6)'\''' ''\''bacio/2.0.3'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''12)'\''' ''\''g2/3.1.1'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''18)'\''' ''\''post/8.0.1'\'';' echo ''\'''\'';' echo ''\'''\''' ''\'''\'';' echo ''\'''\'';' 'MODULEPATH="/contrib/modulefiles:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles:/apps/modules/modulefamilies/intel:/apps/modules/modulefamilies/intel_impi:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles";' export 'MODULEPATH;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJpbXBpIix9LG1UPXtiYWNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvYmFjaW8vMi4wLjMiLFsiZnVsbE5hbWUiXT0iYmFjaW8vMi4wLjMiLFsibG9hZE9yZGVyIl09Nixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJiYWNpby8yLjAuMyIsfSxjbWFrZT17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9jbWFrZS8zLjkuMCIsWyJmdWxs";' export '_ModuleTable001_;' '_ModuleTable002_="TmFtZSJdPSJjbWFrZS8zLjkuMCIsWyJsb2FkT3JkZXIiXT0yMCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjbWFrZS8zLjkuMCIsfSxjb250cmliPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvY29udHJpYiIsWyJmdWxsTmFtZSJdPSJjb250cmliIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY29udHJpYiIsfSxjcnRtPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9jcnRtLzIuMi42IixbImZ1bGxOYW1lIl09ImNydG0vMi4yLjYiLFsibG9hZE9yZGVy";' export '_ModuleTable002_;' '_ModuleTable003_="Il09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL2Z2My1jYW0vRHVzYW4uSm92aWMvdWZzL3ByMTgvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvaGVyYS5pbnRlbC9mdjMiLFsi";' export '_ModuleTable003_;' '_ModuleTable004_="ZnVsbE5hbWUiXT0iZnYzIixbImxvYWRPcmRlciJdPTIxLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTAsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImZ2MyIsfSxnMj17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzIvMy4xLjEiLFsiZnVsbE5hbWUiXT0iZzIvMy4xLjEiLFsibG9hZE9yZGVyIl09MTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZzIvMy4xLjEiLH0sZzJ0bXBsPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9nMnRtcGwvMS42LjAiLFsiZnVsbE5hbWUiXT0iZzJ0bXBsLzEuNi4w";' export '_ModuleTable004_;' '_ModuleTable005_="IixbImxvYWRPcmRlciJdPTEzLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcydG1wbC8xLjYuMCIsfSxpbXBpPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwvaW1waS8yMDE4LjAuNCIsWyJmdWxsTmFtZSJdPSJpbXBpLzIwMTguMC40IixbImxvYWRPcmRlciJdPTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW1waS8yMDE4LjAuNCIsfSxpbnRlbD17WyJmbiJdPSIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL2ludGVsLzE4LjAuNS4yNzQiLFsiZnVsbE5hbWUiXT0iaW50ZWwvMTguMC41LjI3NCIsWyJsb2FkT3JkZXIi";' export '_ModuleTable005_;' '_ModuleTable006_="XT0zLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImludGVsLzE4LjAuNS4yNzQiLH0saXA9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2lwLzMuMC4yIixbImZ1bGxOYW1lIl09ImlwLzMuMC4yIixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaXAvMy4wLjIiLH0samFzcGVyPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9qYXNwZXIvMS45MDAuMSIsWyJmdWxsTmFtZSJdPSJqYXNwZXIvMS45MDAuMSIsWyJsb2FkT3JkZXIi";' export '_ModuleTable006_;' '_ModuleTable007_="XT0xNSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJqYXNwZXIvMS45MDAuMSIsfSxuZW1zaW89e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL25lbXNpby8yLjIuNCIsWyJmdWxsTmFtZSJdPSJuZW1zaW8vMi4yLjQiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZW1zaW8vMi4yLjQiLH0sbmV0Y2RmPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwvbmV0Y2RmLzQuNy4wIixbImZ1bGxOYW1lIl09Im5ldGNkZi80LjcuMCIsWyJsb2FkT3JkZXIi";' export '_ModuleTable007_;' '_ModuleTable008_="XT01LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5ldGNkZi80LjcuMCIsfSxwbmc9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3BuZy8xLjIuNDQiLFsiZnVsbE5hbWUiXT0icG5nLzEuMi40NCIsWyJsb2FkT3JkZXIiXT0xNixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJwbmcvMS4yLjQ0Iix9LHBvc3Q9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3Bvc3QvOC4wLjEiLFsiZnVsbE5hbWUiXT0icG9zdC84LjAuMSIsWyJsb2FkT3JkZXIiXT0xOCxw";' export '_ModuleTable008_;' '_ModuleTable009_="cm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJwb3N0LzguMC4xIix9LHNwPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9zcC8yLjAuMyIsWyJmdWxsTmFtZSJdPSJzcC8yLjAuMyIsWyJsb2FkT3JkZXIiXT05LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InNwLzIuMC4zIix9LHN1dGlscz17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9zdXRpbHMvZGVmYXVsdCIsWyJmdWxsTmFtZSJdPSJzdXRpbHMvZGVmYXVsdCIsWyJsb2FkT3JkZXIiXT0yLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0";' export '_ModuleTable009_;' '_ModuleTable010_="dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InN1dGlscyIsfSx3M2VtYz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNlbWMvMi4zLjEiLFsiZnVsbE5hbWUiXT0idzNlbWMvMi4zLjEiLFsibG9hZE9yZGVyIl09MTAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNlbWMvMi4zLjEiLH0sdzNuY289e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czbmNvLzIuMC43IixbImZ1bGxOYW1lIl09InczbmNvLzIuMC43IixbImxvYWRPcmRlciJdPTExLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMi";' export '_ModuleTable010_;' '_ModuleTable011_="XT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHo9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3ovMS4yLjExIixbImZ1bGxOYW1lIl09InovMS4yLjExIixbImxvYWRPcmRlciJdPTE3LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InovMS4yLjExIix9LH0sbXBhdGhBPXsiL2NvbnRyaWIvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDIvTkNFUERFVi9mdjMtY2FtL0R1c2FuLkpvdmljL3Vmcy9wcjE4L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL2hlcmEuaW50ZWwiLCIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi9hcHBz";' export '_ModuleTable011_;' '_ModuleTable012_="L21vZHVsZXMvbW9kdWxlZmlsZXMvTGludXgiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L2NyYXlwZS9kZWZhdWx0L21vZHVsZWZpbGVzIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbCIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWxfaW1waSIsIi9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcyIsIi9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmU6L2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9M";' export '_ModuleTable012_;' '_ModuleTable013_="aW51eDovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzOi9vcHQvY3JheS9tb2R1bGVmaWxlczovb3B0L2NyYXkvY3JheXBlL2RlZmF1bHQvbW9kdWxlZmlsZXMiLH0=";' export '_ModuleTable013_;' '_ModuleTable_Sz_="13";' export '_ModuleTable_Sz_;' -++ echo '' - -++ echo Currently Loaded Modules: -Currently Loaded Modules: -++ echo '' '' '1)' contrib '' '' '' '' '' '' '' '' '' '' '' '7)' ip/3.0.2 '' '' '' '' '' '13)' g2tmpl/1.6.0 '' '' '' '19)' esmf/8.0.0 - 1) contrib 7) ip/3.0.2 13) g2tmpl/1.6.0 19) esmf/8.0.0 -++ echo '' '' '2)' sutils/default '' '' '' '' '8)' nemsio/2.2.4 '' '14)' crtm/2.2.6 '' '' '' '' '' '20)' cmake/3.9.0 - 2) sutils/default 8) nemsio/2.2.4 14) crtm/2.2.6 20) cmake/3.9.0 -++ echo '' '' '3)' intel/18.0.5.274 '' '' '9)' sp/2.0.3 '' '' '' '' '' '15)' jasper/1.900.1 '' '21)' fv3 - 3) intel/18.0.5.274 9) sp/2.0.3 15) jasper/1.900.1 21) fv3 -++ echo '' '' '4)' impi/2018.0.4 '' '' '' '' '10)' w3emc/2.3.1 '' '' '16)' png/1.2.44 - 4) impi/2018.0.4 10) w3emc/2.3.1 16) png/1.2.44 -++ echo '' '' '5)' netcdf/4.7.0 '' '' '' '' '' '11)' w3nco/2.0.7 '' '' '17)' z/1.2.11 - 5) netcdf/4.7.0 11) w3nco/2.0.7 17) z/1.2.11 -++ echo '' '' '6)' bacio/2.0.3 '' '' '' '' '' '' '12)' g2/3.1.1 '' '' '' '' '' '18)' post/8.0.1 - 6) bacio/2.0.3 12) g2/3.1.1 18) post/8.0.1 -++ echo '' - -++ echo '' '' - -++ echo '' - -++ MODULEPATH=/contrib/modulefiles:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles:/apps/modules/modulefamilies/intel:/apps/modules/modulefamilies/intel_impi:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles -++ export MODULEPATH -++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJpbXBpIix9LG1UPXtiYWNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvYmFjaW8vMi4wLjMiLFsiZnVsbE5hbWUiXT0iYmFjaW8vMi4wLjMiLFsibG9hZE9yZGVyIl09Nixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJiYWNpby8yLjAuMyIsfSxjbWFrZT17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9jbWFrZS8zLjkuMCIsWyJmdWxs -++ export _ModuleTable001_ -++ _ModuleTable002_=TmFtZSJdPSJjbWFrZS8zLjkuMCIsWyJsb2FkT3JkZXIiXT0yMCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjbWFrZS8zLjkuMCIsfSxjb250cmliPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvY29udHJpYiIsWyJmdWxsTmFtZSJdPSJjb250cmliIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY29udHJpYiIsfSxjcnRtPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9jcnRtLzIuMi42IixbImZ1bGxOYW1lIl09ImNydG0vMi4yLjYiLFsibG9hZE9yZGVy -++ export _ModuleTable002_ -++ _ModuleTable003_=Il09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL2Z2My1jYW0vRHVzYW4uSm92aWMvdWZzL3ByMTgvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvaGVyYS5pbnRlbC9mdjMiLFsi -++ export _ModuleTable003_ -++ _ModuleTable004_=ZnVsbE5hbWUiXT0iZnYzIixbImxvYWRPcmRlciJdPTIxLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTAsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImZ2MyIsfSxnMj17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzIvMy4xLjEiLFsiZnVsbE5hbWUiXT0iZzIvMy4xLjEiLFsibG9hZE9yZGVyIl09MTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZzIvMy4xLjEiLH0sZzJ0bXBsPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9nMnRtcGwvMS42LjAiLFsiZnVsbE5hbWUiXT0iZzJ0bXBsLzEuNi4w -++ export _ModuleTable004_ -++ _ModuleTable005_=IixbImxvYWRPcmRlciJdPTEzLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcydG1wbC8xLjYuMCIsfSxpbXBpPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwvaW1waS8yMDE4LjAuNCIsWyJmdWxsTmFtZSJdPSJpbXBpLzIwMTguMC40IixbImxvYWRPcmRlciJdPTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW1waS8yMDE4LjAuNCIsfSxpbnRlbD17WyJmbiJdPSIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL2ludGVsLzE4LjAuNS4yNzQiLFsiZnVsbE5hbWUiXT0iaW50ZWwvMTguMC41LjI3NCIsWyJsb2FkT3JkZXIi -++ export _ModuleTable005_ -++ _ModuleTable006_=XT0zLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImludGVsLzE4LjAuNS4yNzQiLH0saXA9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2lwLzMuMC4yIixbImZ1bGxOYW1lIl09ImlwLzMuMC4yIixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaXAvMy4wLjIiLH0samFzcGVyPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9qYXNwZXIvMS45MDAuMSIsWyJmdWxsTmFtZSJdPSJqYXNwZXIvMS45MDAuMSIsWyJsb2FkT3JkZXIi -++ export _ModuleTable006_ -++ _ModuleTable007_=XT0xNSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJqYXNwZXIvMS45MDAuMSIsfSxuZW1zaW89e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL25lbXNpby8yLjIuNCIsWyJmdWxsTmFtZSJdPSJuZW1zaW8vMi4yLjQiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZW1zaW8vMi4yLjQiLH0sbmV0Y2RmPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwvbmV0Y2RmLzQuNy4wIixbImZ1bGxOYW1lIl09Im5ldGNkZi80LjcuMCIsWyJsb2FkT3JkZXIi -++ export _ModuleTable007_ -++ _ModuleTable008_=XT01LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5ldGNkZi80LjcuMCIsfSxwbmc9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3BuZy8xLjIuNDQiLFsiZnVsbE5hbWUiXT0icG5nLzEuMi40NCIsWyJsb2FkT3JkZXIiXT0xNixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJwbmcvMS4yLjQ0Iix9LHBvc3Q9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3Bvc3QvOC4wLjEiLFsiZnVsbE5hbWUiXT0icG9zdC84LjAuMSIsWyJsb2FkT3JkZXIiXT0xOCxw -++ export _ModuleTable008_ -++ _ModuleTable009_=cm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJwb3N0LzguMC4xIix9LHNwPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9zcC8yLjAuMyIsWyJmdWxsTmFtZSJdPSJzcC8yLjAuMyIsWyJsb2FkT3JkZXIiXT05LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InNwLzIuMC4zIix9LHN1dGlscz17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9zdXRpbHMvZGVmYXVsdCIsWyJmdWxsTmFtZSJdPSJzdXRpbHMvZGVmYXVsdCIsWyJsb2FkT3JkZXIiXT0yLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0 -++ export _ModuleTable009_ -++ _ModuleTable010_=dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InN1dGlscyIsfSx3M2VtYz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNlbWMvMi4zLjEiLFsiZnVsbE5hbWUiXT0idzNlbWMvMi4zLjEiLFsibG9hZE9yZGVyIl09MTAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNlbWMvMi4zLjEiLH0sdzNuY289e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czbmNvLzIuMC43IixbImZ1bGxOYW1lIl09InczbmNvLzIuMC43IixbImxvYWRPcmRlciJdPTExLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMi -++ export _ModuleTable010_ -++ _ModuleTable011_=XT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHo9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3ovMS4yLjExIixbImZ1bGxOYW1lIl09InovMS4yLjExIixbImxvYWRPcmRlciJdPTE3LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InovMS4yLjExIix9LH0sbXBhdGhBPXsiL2NvbnRyaWIvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDIvTkNFUERFVi9mdjMtY2FtL0R1c2FuLkpvdmljL3Vmcy9wcjE4L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL2hlcmEuaW50ZWwiLCIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi9hcHBz -++ export _ModuleTable011_ -++ _ModuleTable012_=L21vZHVsZXMvbW9kdWxlZmlsZXMvTGludXgiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L2NyYXlwZS9kZWZhdWx0L21vZHVsZWZpbGVzIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbCIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWxfaW1waSIsIi9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcyIsIi9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmU6L2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9M -++ export _ModuleTable012_ -++ _ModuleTable013_=aW51eDovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzOi9vcHQvY3JheS9tb2R1bGVmaWxlczovb3B0L2NyYXkvY3JheXBlL2RlZmF1bHQvbW9kdWxlZmlsZXMiLH0= -++ export _ModuleTable013_ -++ _ModuleTable_Sz_=13 -++ export _ModuleTable_Sz_ -++ : -s sh -+ eval -+ cd build_fv3_23 -+ cmake /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF --- The C compiler identification is Intel 18.0.5.20180823 --- The CXX compiler identification is Intel 18.0.5.20180823 --- The Fortran compiler identification is Intel 18.0.5.20180823 --- Check for working C compiler: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiicc --- Check for working C compiler: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiicc -- works --- Detecting C compiler ABI info --- Detecting C compiler ABI info - done --- Detecting C compile features --- Detecting C compile features - done --- Check for working CXX compiler: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiicpc --- Check for working CXX compiler: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiicpc -- works --- Detecting CXX compiler ABI info --- Detecting CXX compiler ABI info - done --- Detecting CXX compile features --- Detecting CXX compile features - done --- Check for working Fortran compiler: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort --- Check for working Fortran compiler: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -- works --- Detecting Fortran compiler ABI info --- Detecting Fortran compiler ABI info - done --- Checking whether /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort supports Fortran 90 --- Checking whether /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort supports Fortran 90 -- yes --- Found MPI_C: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpifort.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/release_mt/libmpi.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpigi.a;/usr/lib64/libdl.so;/usr/lib64/librt.so;/usr/lib64/libpthread.so --- Found MPI_CXX: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpicxx.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpifort.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/release_mt/libmpi.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpigi.a;/usr/lib64/libdl.so;/usr/lib64/librt.so;/usr/lib64/libpthread.so --- Found MPI_Fortran: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpifort.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/release_mt/libmpi.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpigi.a;/usr/lib64/libdl.so;/usr/lib64/librt.so;/usr/lib64/libpthread.so -ESMFMKFILE: /scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/lib/esmf.mk - Found ESMF: -ESMF_VERSION_MAJOR: 8 -ESMF_F90COMPILEPATHS: /scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod;/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include;/apps/netcdf/4.6.1/intel/16.1.150/include -ESMF_F90ESMFLINKRPATHS: -Wl,-rpath,/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/lib -ESMF_F90ESMFLINKLIBS: -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf --- Found ESMF: /scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod;/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include;/apps/netcdf/4.6.1/intel/16.1.150/include (found version "8.0.0") - -Setting configuration for hera.intel - -C compiler: Intel 18.0.5.20180823 (mpiicc) -CXX compiler: Intel 18.0.5.20180823 (mpiicpc) -Fortran compiler: Intel 18.0.5.20180823 (mpiifort) - -DEBUG is disabled -REPRO is disabled -32BIT is disabled -OPENMP is ENABLED -AVX2 is ENABLED -INLINE_POST is ENABLED - - -Selected physics package: gfs - --- Detecting OpenMP flags for Intel C compiler: -qopenmp --- Detecting OpenMP flags for Intel C++ compiler: -qopenmp --- Detecting OpenMP flags for Intel Fortran compiler: -qopenmp --- Enable OpenMP support for C/C++/Fortran compiler --- Disable SIONlib support --- Disable Intel MKL support --- Enable netCDF support --- Disable ESMF support --- Disable multi-gases physics --- Detecting OpenMP flags for Intel C compiler: -qopenmp --- Detecting OpenMP flags for Intel C++ compiler: -qopenmp --- Detecting OpenMP flags for Intel Fortran compiler: -qopenmp --- Enable OpenMP support for C/C++/Fortran compiler --- Found LibXml2: /usr/lib64/libxml2.so (found version "2.9.1") --- Found Doxygen: /usr/bin/doxygen (found version "1.8.5") found components: doxygen dot --- Detecting OpenMP flags for Intel C compiler: -qopenmp --- Detecting OpenMP flags for Intel C++ compiler: -qopenmp --- Detecting OpenMP flags for Intel Fortran compiler: -qopenmp --- Enable OpenMP support for C/C++/Fortran compiler -INFOGot CCPP_SCHEMES from environment variable: /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/aer_cloud.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/aerclm_def.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/aerinterp.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/calpreciptype.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cldwat2m_micro.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cldmacro.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/date_def.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/funcphys.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gcycle.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/h2o_def.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/h2ointerp.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/iccn_def.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/iccninterp.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/iounitdef.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/machine.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mersenne_twister.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfpbl.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg_utils.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg2_0.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg3_0.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/multi_gases.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_model.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_parameters.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_radar.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_thompson.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MP_FER_HIRES.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_bl_mynn.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_mynn.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_orowam2017.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/namelist_soilveg.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfpblt.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfpbltq.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfscu.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfscuq.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/noahmp_tables.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/num_parthds.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozne_def.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozinterp.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/physcons.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/physparam.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radcons.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_aerosols.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_astronomy.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_clouds.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_gases.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_surface.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radlw_datatb.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radlw_param.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radsw_datatb.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radsw_param.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/samfaerosols.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfcsub.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sflx.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/set_soilveg.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/surface_perturbation.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_deep.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_sh.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/tridi.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/wv_saturation.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_soil_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rayleigh_damp.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radsw_main.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_ocean.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gwdc.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gscond.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ysuvdif.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_sice.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/samfdeepcnv.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/satmedmfvdif.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozphys_2015.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/samfshalcnv.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/precpd.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_fer_hires.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diag.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radlw_main.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_debug.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/satmedmfvdifq.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cs_conv.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/shinhongvdif.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/h2ophys.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_nst.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/moninedmf.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diff.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diag_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/m_micro.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gcm_shoc.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gwdps.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/shalcnv.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/get_prs_fv3.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozphys.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_stochastics.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/drag_suite.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_cice.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sascnvn.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cnvc90.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_drv.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/dcyc2.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/moninshoc.f -INFOGot CAPS from environment variable: /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_23/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_23/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_fast_physics_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_23/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_time_vary_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_23/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_radiation_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_23/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_physics_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_23/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_stochastics_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_23/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_23/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_fast_physics_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_23/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_time_vary_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_23/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_radiation_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_23/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_physics_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_23/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_stochastics_cap.F90 -Force 64 bits in CCPP_layer --- Configuring done --- Generating done --- Build files have been written to: /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_23 -+ make -j 8 -Scanning dependencies of target ccpp -Scanning dependencies of target fv3cpl -[ 0%] Building Fortran object FV3/ccpp/framework/src/CMakeFiles/ccpp.dir/ccpp_errors.F90.o -[ 0%] Building Fortran object FV3/ccpp/framework/src/CMakeFiles/ccpp.dir/ccpp_types.F90.o -[ 0%] Building Fortran object FV3/cpl/CMakeFiles/fv3cpl.dir/module_cplfields.F90.o -[ 0%] Building Fortran object FV3/cpl/CMakeFiles/fv3cpl.dir/module_cap_cpl.F90.o -[ 1%] Building Fortran object FV3/ccpp/framework/src/CMakeFiles/ccpp.dir/ccpp.F90.o -Scanning dependencies of target fms -[ 1%] Building Fortran object CMakeFiles/fms.dir/FMS/platform/platform.F90.o -[ 1%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_parameter.F90.o -[ 1%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_core.F90.o -[ 1%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_input.F90.o -[ 1%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/cloud_interpolator.F90.o -[ 1%] Building Fortran object FV3/ccpp/framework/src/CMakeFiles/ccpp.dir/ccpp_api.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_io.F90.o -[ 3%] Building Fortran object CMakeFiles/fms.dir/FMS/random_numbers/MersenneTwister.F90.o -[ 3%] Linking Fortran static library libccpp.a -[ 3%] Building Fortran object CMakeFiles/fms.dir/FMS/sat_vapor_pres/sat_vapor_pres_k.F90.o -[ 3%] Built target ccpp -[ 3%] Building Fortran object CMakeFiles/fms.dir/FMS/constants/constants.F90.o -[ 3%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_data.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 4%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp.F90.o -[ 5%] Linking Fortran static library libfv3cpl.a -Scanning dependencies of target ccppphys -[ 5%] Built target fv3cpl -[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/machine.F.o -[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mersenne_twister.f.o -[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_mp_radar.F90.o -[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFDL_parse_tracers.F90.o -[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/iounitdef.f.o -[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/namelist_soilveg.f.o -[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/namelist_soilveg_ruc.F90.o -[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_noahmp_glacier.f90.o -[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_noahmplsm.f90.o -[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/noahmp_tables.f90.o -[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_soil_pre.F90.o -[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/physcons.F90.o -[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/aerclm_def.F.o -[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/physparam.f.o -[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/h2o_def.f.o -[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/iccn_def.F.o -[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/micro_mg_utils.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozne_def.f.o -[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/surface_perturbation.F90.o -[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_deep.F90.o -[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_gfdl_cloud_microphys.F90.o -[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gfs_phy_tracer_config.F.o -[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radcons.f90.o -[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/set_soilveg.f.o -[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MP_FER_HIRES.F90.o -[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_BL_MYJPBL.F90.o -[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_mp_thompson.F90.o -[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gwdps.f.o -[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/date_def.f.o -[ 8%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_SF_JSFC.F90.o -[ 9%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_ruclsm.F90.o -[ 9%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/set_soilveg_ruc.F90.o -[ 9%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/__/__/gfsphysics/CCPP_layer/CCPP_typedefs.F90.o -[ 10%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_post.F90.o -[ 10%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cnvc90.f.o -[ 10%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_DCNV_generic.F90.o -[ 10%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_GWD_generic.F90.o -[ 10%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_MP_generic.F90.o -[ 10%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_PBL_generic.F90.o -[ 10%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_efp.F90.o -[ 10%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_memutils.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 11%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_pset.F90.o -[ 11%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_SCNV_generic.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 11%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_type.F90.o -[ 11%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_composites.F90.o -[ 11%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/gradient.F90.o -[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_loop_control.F90.o -[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/h2ophys.f.o -[ 12%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_domains.F90.o -[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/maximum_hourly_diagnostics.F90.o -[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozphys_2015.f.o -[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rayleigh_damp.f.o -[ 13%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_diag_post.F90.o -[ 13%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_diff.f.o -[ 13%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_stochastics.F90.o -[ 13%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/funcphys.f90.o -[ 13%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radlw_param.f.o -[ 13%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radsw_param.f.o -[ 14%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_nst_parameters.f90.o -[ 14%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_bl_mynn.F90.o -[ 14%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_initialize.F90.o -[ 14%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_astronomy.f.o -[ 14%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_surface.f.o -[ 14%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/samfaerosols.F.o -[ 15%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/aerinterp.F90.o -[ 15%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/h2ointerp.f90.o -[ 16%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/iccninterp.F90.o -[ 16%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozinterp.f90.o -[ 17%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_mp_thompson_make_number_concentrations.F90.o -[ 17%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gfdl_fv_sat_adj.F90.o -[ 17%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/aer_cloud.F.o -[ 17%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/get_prs_fv3.F90.o -[ 18%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gfdl_cloud_microphys.F90.o -[ 18%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_generic.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 19%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/wv_saturation.F.o -[ 19%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/__/__/gfsphysics/GFS_layer/GFS_typedefs.F90.o -[ 19%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_nst_water_prop.f90.o -[ 20%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_module.F90.o -[ 21%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_bfmicrophysics.f.o -[ 22%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radsw_datatb.f.o -[ 23%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_aerosols.f.o -[ 23%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_gases.f.o -[ 23%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radlw_datatb.f.o -[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_sh.F90.o -[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_mynn.F90.o -[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/moninedmf.f.o -[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_fast_physics_cap.F90.o -[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_drv.f.o -[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/samfdeepcnv.f.o -[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/samfshalcnv.f.o -[ 25%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_diag.f.o -[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_sice.f.o -[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_time_vary_pre.fv3.F90.o -[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v16beta_fast_physics_cap.F90.o -[ 27%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/satmedmfvdifq.F.o -[ 27%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_clouds.f.o -[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radsw_main.f.o -[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radlw_main.f.o -[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_nst_model.f90.o -[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cldmacro.F.o -[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cldwat2m_micro.F.o -[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/micro_mg2_0.F90.o -[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/micro_mg3_0.F90.o -[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp.F90.o -[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_nst.f.o -[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_setup.F90.o -[ 29%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_io.F90.o -[ 29%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_comm.F90.o -Compiling in MPI mode (with or without MPP) -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 29%] Building Fortran object CMakeFiles/fms.dir/FMS/fms/fms_io.F90.o -[ 29%] Building Fortran object CMakeFiles/fms.dir/FMS/memutils/memutils.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 30%] Building Fortran object CMakeFiles/fms.dir/FMS/fms/fms.F90.o -[ 30%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bilinear.F90.o -[ 31%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_spherical.F90.o -[ 31%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bicubic.F90.o -[ 31%] Building Fortran object CMakeFiles/fms.dir/FMS/time_manager/time_manager.F90.o -[ 31%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_grid.F90.o -[ 31%] Building Fortran object CMakeFiles/fms.dir/FMS/axis_utils/axis_utils.F90.o -[ 32%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_conserve.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 32%] Building Fortran object CMakeFiles/fms.dir/FMS/field_manager/field_manager.F90.o -[ 33%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/mosaic.F90.o -[ 33%] Building Fortran object CMakeFiles/fms.dir/FMS/topography/gaussian_topog.F90.o -[ 33%] Building Fortran object CMakeFiles/fms.dir/FMS/time_manager/get_cal_time.F90.o -[ 33%] Building Fortran object CMakeFiles/fms.dir/FMS/time_interp/time_interp.F90.o -[ 34%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_data.F90.o -[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_types.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_axis.F90.o -[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_manifest.F90.o -[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/write_ocean_data.F90.o -[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/xbt_drop_rate_adjust.f90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 36%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_output.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 36%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp.F90.o -[ 36%] Building Fortran object CMakeFiles/fms.dir/FMS/field_manager/fm_util.F90.o -[ 36%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/dcyc2.f.o -[ 36%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_post.F90.o -[ 37%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rrtmg_lw_post.F90.o -[ 38%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_suite_interstitial.F90.o -[ 38%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_pre.F90.o -[ 38%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rrtmg_lw_pre.F90.o -[ 38%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rrtmg_sw_post.F90.o -[ 38%] Building Fortran object CMakeFiles/fms.dir/FMS/time_interp/time_interp_external.F90.o -[ 38%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_util.F90.o -[ 39%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rrtmg_sw_pre.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 39%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_stochastics_cap.F90.o -[ 39%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_phys_time_vary.fv3.F90.o -[ 40%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_rad_time_vary.fv3.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 40%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v16beta_stochastics_cap.F90.o -[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_table.F90.o -[ 40%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_radiation_cap.F90.o -[ 40%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v16beta_physics_cap.F90.o -[ 40%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_physics_cap.F90.o -[ 41%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v16beta_radiation_cap.F90.o -[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_manager.F90.o -[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/data_override/data_override.F90.o -[ 41%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v16beta_time_vary_cap.F90.o -[ 42%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_time_vary_cap.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 42%] Building Fortran object CMakeFiles/fms.dir/FMS/exchange/stock_constants.F90.o -[ 43%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/coupler_types.F90.o -[ 43%] Building Fortran object CMakeFiles/fms.dir/FMS/amip_interp/amip_interp.F90.o -[ 43%] Building Fortran object CMakeFiles/fms.dir/FMS/astronomy/astronomy.F90.o -[ 44%] Building Fortran object CMakeFiles/fms.dir/FMS/block_control/block_control.F90.o -[ 44%] Building Fortran object CMakeFiles/fms.dir/FMS/column_diagnostics/column_diagnostics.F90.o -[ 44%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/atmos_ocean_fluxes.F90.o -[ 44%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/ensemble_manager.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 44%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters.F90.o -[ 44%] Building Fortran object CMakeFiles/fms.dir/FMS/exchange/xgrid.F90.o -[ 44%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft.F90.o -[ 45%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft99.F90.o -Compiling in MPI mode (with or without MPP) -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 45%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/grid.F90.o -[ 46%] Building Fortran object CMakeFiles/fms.dir/FMS/interpolator/interpolator.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 46%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_utilities.F90.o -[ 46%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core.F90.o -[ 46%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core_ecda.F90.o -[ 46%] Building Fortran object CMakeFiles/fms.dir/FMS/random_numbers/random_numbers.F90.o -[ 46%] Building Fortran object CMakeFiles/fms.dir/FMS/sat_vapor_pres/sat_vapor_pres.F90.o -[ 47%] Building Fortran object CMakeFiles/fms.dir/FMS/station_data/station_data.F90.o -[ 47%] Building Fortran object CMakeFiles/fms.dir/FMS/topography/topography.F90.o -[ 47%] Building Fortran object CMakeFiles/fms.dir/FMS/tracer_manager/tracer_manager.F90.o -[ 48%] Building Fortran object CMakeFiles/fms.dir/FMS/tridiagonal/tridiagonal.F90.o -[ 48%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/quicksort.F90.o -[ 48%] Building C object CMakeFiles/fms.dir/FMS/memutils/memuse.c.o -[ 48%] Building C object CMakeFiles/fms.dir/FMS/mosaic/create_xgrid.c.o -[ 48%] Building C object CMakeFiles/fms.dir/FMS/mosaic/gradient_c2l.c.o -[ 49%] Building C object CMakeFiles/fms.dir/FMS/mosaic/interp.c.o -[ 49%] Building C object CMakeFiles/fms.dir/FMS/mosaic/mosaic_util.c.o -[ 49%] Building C object CMakeFiles/fms.dir/FMS/mosaic/read_mosaic.c.o -[ 49%] Building C object CMakeFiles/fms.dir/FMS/affinity/affinity.c.o -[ 50%] Building C object CMakeFiles/fms.dir/FMS/mpp/nsclock.c.o -[ 50%] Building C object CMakeFiles/fms.dir/FMS/mpp/threadloc.c.o -[ 50%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_cap.F90.o -[ 51%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v16beta_cap.F90.o -[ 51%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_debug.F90.o -[ 52%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_suite_init_finalize_test.F90.o -[ 52%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cs_conv.F90.o -[ 52%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cs_conv_aw_adj.F90.o -[ 52%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver.F90.o -[ 53%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver_post.F90.o -[ 53%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver_pre.F90.o -[ 53%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke_post.F90.o -[ 53%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke.F90.o -[ 53%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke_pre.F90.o -[ 53%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/drag_suite.F90.o -[ 53%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gcm_shoc.F90.o -[ 53%] Linking Fortran static library FMS/libfms.a -[ 53%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gscond.f.o -[ 53%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gwdc.f.o -[ 53%] Built target fms -[ 53%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/lsm_ruc_sfc_sice_interstitial.F90.o -[ 53%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/m_micro.F90.o -[ 53%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/m_micro_interstitial.F90.o -[ 53%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYJPBL_wrapper.F90.o -[ 53%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYJSFC_wrapper.F90.o -[ 53%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNPBL_wrapper.F90.o -[ 53%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNSFC_wrapper.F90.o -[ 53%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNrad_pre.F90.o -[ 53%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNrad_post.F90.o -[ 54%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/moninshoc.f.o -[ 55%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_fer_hires.F90.o -[ 55%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_thompson.F90.o -[ 56%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_thompson_post.F90.o -[ 56%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_thompson_pre.F90.o -[ 56%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/multi_gases.F90.o -[ 56%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozphys.f.o -[ 56%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/precpd.f.o -[ 57%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sascnvn.F.o -[ 57%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/satmedmfvdif.F.o -[ 57%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_cice.f.o -[ 58%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_drv_ruc.F90.o -[ 58%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_noahmp_drv.f.o -[ 58%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_ocean.F.o -[ 58%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfcsub.F.o -[ 59%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/shalcnv.F.o -[ 59%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/shinhongvdif.F90.o -[ 59%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ugwp_driver_v0.F.o -[ 60%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ysuvdif.F90.o -[ 60%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/calpreciptype.f90.o -[ 60%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gcycle.F90.o -[ 61%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gocart_tracer_config_stub.f.o -[ 62%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfpbl.f.o -[ 62%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_triggers.F90.o -[ 63%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_solvers.F90.o -[ 63%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_utils.F90.o -[ 63%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_orowam2017.f.o -[ 63%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_vert_lsatdis.F90.o -[ 64%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_vert_orodis.F90.o -[ 64%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_vert_wmsdis.F90.o -[ 64%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfpblt.f.o -[ 65%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfpbltq.f.o -[ 65%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfscu.f.o -[ 65%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfscuq.f.o -[ 66%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/num_parthds.F.o -[ 67%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sflx.f.o -[ 67%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/tridi.f.o -[ 67%] Linking Fortran static library libccppphys.a -[ 67%] Built target ccppphys -Scanning dependencies of target gfsphysics -[ 68%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mersenne_twister.f.o -[ 68%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/namelist_soilveg.f.o -[ 68%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/machine.F.o -[ 68%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/GFDL_parse_tracers.F90.o -[ 68%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/CCPP_layer/CCPP_typedefs.F90.o -[ 68%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/physparam.f.o -[ 68%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/physcons.F90.o -[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radsw_param.f.o -[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radlw_param.f.o -[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_typedefs.F90.o -[ 70%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/CCPP_layer/CCPP_data.F90.o -[ 70%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_diagnostics.F90.o -[ 71%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_driver.F90.o -[ 71%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_restart.F90.o -[ 71%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_abstraction_layer.F90.o -[ 71%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/__/ccpp/physics/ccpp_static_api.F90.o -[ 71%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/noahmp_tables.f90.o -[ 71%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/set_soilveg.f.o -[ 71%] Linking Fortran static library libgfsphysics.a -[ 71%] Built target gfsphysics -Scanning dependencies of target ipd -Scanning dependencies of target ccppdriver -[ 71%] Building Fortran object FV3/ipd/CMakeFiles/ipd.dir/IPD_typedefs.F90.o -[ 71%] Building Fortran object FV3/ccpp/driver/CMakeFiles/ccppdriver.dir/CCPP_driver.F90.o -[ 71%] Building Fortran object FV3/ipd/CMakeFiles/ipd.dir/IPD_driver.F90.o -[ 72%] Linking Fortran static library libccppdriver.a -[ 72%] Built target ccppdriver -[ 73%] Linking Fortran static library libipd.a -[ 73%] Built target ipd -Scanning dependencies of target io -[ 74%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_internal_state.F90.o -[ 74%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_fv3_io_def.F90.o -Scanning dependencies of target fv3core -[ 74%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/external_sst.F90.o -[ 74%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_arrays.F90.o -[ 74%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_fill.F90.o -[ 74%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/sim_nc_mod.F90.o -[ 74%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/DYCORE_typedefs.F90.o -[ 74%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_netcdf.F90.o -[ 74%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_nemsio.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 74%] Building Fortran object FV3/io/CMakeFiles/io.dir/post_gfs.F90.o -[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_mp_mod.F90.o -[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/sorted_index.F90.o -[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_sg.F90.o -[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_eta.F90.o -[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_timing.F90.o -[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/boundary.F90.o -[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_grid_utils.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 76%] Building Fortran object FV3/io/CMakeFiles/io.dir/FV3GFS_io.F90.o -[ 76%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_wrt_grid_comp.F90.o -[ 78%] Building Fortran object FV3/io/CMakeFiles/io.dir/ffsync.F90.o -[ 78%] Building Fortran object FV3/io/CMakeFiles/io.dir/post_nems_routines.F90.o -[ 78%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/a2b_edge.F90.o -[ 79%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_mapz.F90.o -[ 79%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/tp_core.F90.o -[ 79%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_grid_tools.F90.o -[ 79%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_surf_map.F90.o -[ 79%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/init_hydro.F90.o -[ 79%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_treat_da_inc.F90.o -[ 79%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_iau_mod.F90.o -[ 79%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/sw_core.F90.o -[ 79%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_diagnostics.F90.o -[ 79%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_io.F90.o -[ 79%] Linking Fortran static library libio.a -[ 79%] Built target io -[ 80%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/nh_utils.F90.o -[ 80%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/nh_core.F90.o -[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_regional_bc.F90.o -[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/fv_nggps_diag.F90.o -[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/test_cases.F90.o -[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_nudge.F90.o -[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_tracer2d.F90.o -[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_update_phys.F90.o -[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/dyn_core.F90.o -[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/external_ic.F90.o -[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_restart.F90.o -[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_control.F90.o -[ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_nesting.F90.o -[ 85%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_dynamics.F90.o -[ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/atmosphere.F90.o -[ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/multi_gases.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 86%] Linking Fortran static library libfv3core.a -[ 86%] Built target fv3core -Scanning dependencies of target stochastic_physics -[ 86%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/spectral_layout.F90.o -[ 86%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_resol_def.f.o -[ 87%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/update_ca.f90.o -[ 87%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_layout_lag.f.o -[ 87%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_gg_def.f.o -[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/glats_stochy.f.o -[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_namelist_def.F90.o -[ 89%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/compns_stochy.F90.o -[ 89%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/get_lats_node_a_stochy.f.o -[ 89%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/setlats_lag_stochy.f.o -[ 90%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/gozrineo_stochy.f.o -[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/epslon_stochy.f.o -[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/get_ls_node_stochy.f.o -[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/setlats_a_stochy.f.o -[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/pln2eo_stochy.f.o -[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_internal_state_mod.F90.o -[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/dezouv_stochy.f.o -[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/dozeuv_stochy.f.o -[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/four_to_grid_stochy.F.o -[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_patterngenerator.F90.o -[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/sumfln_stochy.f.o -[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/getcon_lag_stochy.f.o -[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/getcon_spectral.F90.o -[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/initialize_spectral_mod.F90.o -[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_data_mod.F90.o -[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/get_stochy_pattern.F90.o -[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochastic_physics.F90.o -[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/cellular_automata.f90.o -[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/num_parthds_stochy.f.o -[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/plumes.f90.o -[ 94%] Linking Fortran static library libstochastic_physics.a -[ 94%] Built target stochastic_physics -Scanning dependencies of target fv3cap -[ 94%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/module_fv3_config.F90.o -[ 94%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/atmos_model.F90.o -[ 94%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/module_fcst_grid_comp.F90.o -[ 95%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/fv3_cap.F90.o -[ 95%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/time_utils.F90.o -[ 96%] Linking Fortran static library libfv3cap.a -[ 96%] Built target fv3cap -Scanning dependencies of target NEMS.exe -[ 96%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_EARTH_INTERNAL_STATE.F90.o -[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_MEDIATOR_methods.F90.o -[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_MEDIATOR_SpaceWeather.F90.o -[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/ENS_Cpl/ENS_CplComp_ESMFMod_STUB.F90.o -[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_UTILS.F90.o -[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_Rusage.F90.o -[ 98%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_INTERNAL_STATE.F90.o -[100%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_MEDIATOR.F90.o -[100%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_EARTH_GRID_COMP.F90.o -[100%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_GRID_COMP.F90.o -[100%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/MAIN_NEMS.F90.o -[100%] Building C object CMakeFiles/NEMS.exe.dir/NEMS/src/nems_c_rusage.c.o -[100%] Linking Fortran executable NEMS.exe -/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/lib/libjasper_v1.900.1.a(jas_stream.o): In function `jas_stream_tmpfile': -jas_stream.c:(.text+0x7a7): warning: the use of `tmpnam' is dangerous, better use `mkstemp' -[100%] Built target NEMS.exe -+ mv NEMS.exe ../fv3_23.exe -+ cp /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel/fv3 ../modules.fv3_23 -+ cd .. -+ '[' YES = YES ']' -+ rm -rf build_fv3_23 -+ elapsed=558 -+ echo 'Elapsed time 558 seconds. Compiling CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta finished' -Elapsed time 558 seconds. Compiling CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta finished -+ SECONDS=0 -+++ readlink -f /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/compile_cmake.sh -++ dirname /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/compile_cmake.sh -+ readonly MYDIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests -+ MYDIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests -+ readonly ARGC=4 -+ ARGC=4 -+ cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests -+ [[ 4 -eq 0 ]] -+ [[ 4 -lt 2 ]] -+ PATHTR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model -+ MACHINE_ID=hera.intel -+ MAKE_OPT='CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta DEBUG=Y' -+ BUILD_NAME=fv3_24 -+ clean_before=YES -+ clean_after=YES -+ BUILD_DIR=build_fv3_24 -+ [[ hera.intel == cheyenne.* ]] -+ [[ hera.intel == wcoss_dell_p3 ]] -+ MAKE_THREADS=8 -+ hostname -hfe01 -+ cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests -+ echo 'Compiling CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta DEBUG=Y into fv3_24.exe on hera.intel' -Compiling CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta DEBUG=Y into fv3_24.exe on hera.intel -+ '[' YES = YES ']' -+ rm -rf build_fv3_24 -+ mkdir -p build_fv3_24 -+ CCPP_CMAKE_FLAGS= -+ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta DEBUG=Y == *\D\E\B\U\G\=\Y* ]] -+ CCPP_CMAKE_FLAGS=' -DDEBUG=Y' -+ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta DEBUG=Y == *\3\2\B\I\T\=\Y* ]] -+ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta DEBUG=Y == *\O\P\E\N\M\P\=\N* ]] -+ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta DEBUG=Y == *\C\C\P\P\=\Y* ]] -+ CCPP_CMAKE_FLAGS=' -DDEBUG=Y -DCCPP=ON -DMPI=ON' -+ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta DEBUG=Y == *\D\E\B\U\G\=\Y* ]] -+ CCPP_CMAKE_FLAGS=' -DDEBUG=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug' -+ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta DEBUG=Y == *\3\2\B\I\T\=\Y* ]] -+ CCPP_CMAKE_FLAGS=' -DDEBUG=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DDYN32=OFF' -+ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta DEBUG=Y == *\S\T\A\T\I\C\=\Y* ]] -+ CCPP_CMAKE_FLAGS=' -DDEBUG=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DDYN32=OFF -DSTATIC=ON' -+ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta DEBUG=Y == *\M\U\L\T\I\_\G\A\S\E\S\=\Y* ]] -+ CCPP_CMAKE_FLAGS=' -DDEBUG=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF' -++ echo CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta DEBUG=Y -++ sed 's/.* SUITES=//' -++ sed 's/ .*//' -+ SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta -+ cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model -+ ./FV3/ccpp/framework/scripts/ccpp_prebuild.py --config=FV3/ccpp/config/ccpp_prebuild_config.py --static --suites=FV3_GFS_v15p2,FV3_GFS_v16beta --builddir=tests/build_fv3_24/FV3 -INFO: Logging level set to INFO -INFO: Found TYPEDEFS_NEW_METADATA dictionary in config, assume at least some data is in new metadata formet -INFO: Parsing suite definition files ... -INFO: Parsing suite definition file FV3/ccpp/suites/suite_FV3_GFS_v15p2.xml ... -INFO: Parsing suite definition file FV3/ccpp/suites/suite_FV3_GFS_v16beta.xml ... -INFO: Parsing metadata tables for variables provided by host model ... -INFO: Parsed variable definition tables in module machine -INFO: Parsed variable definition tables in module module_radsw_parameters -INFO: Parsed variable definition tables in module module_radlw_parameters -INFO: Parsed variable definition tables in module CCPP_typedefs -INFO: Parsed variable definition tables in module GFS_typedefs -INFO: Parsed variable definition tables in module CCPP_data -INFO: Parsed variable definition tables in module ccpp_types -INFO: Convert local names from new metadata format into old metadata format ... -INFO: Converting local name sfcflw of variable lw_fluxes_sfc from new to old metadata -INFO: Converting local name nslwr of variable number_of_timesteps_between_longwave_radiation_calls from new to old metadata -INFO: Converting local name hydrostatic of variable flag_for_hydrostatic_solver from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_of_kinematic_buoyancy_flux_from_shoc_in_phy_f3d) of variable kinematic_buoyancy_flux_from_shoc from new to old metadata -INFO: Converting local name nkbfshoc of variable index_of_kinematic_buoyancy_flux_from_shoc_in_phy_f3d from new to old metadata -INFO: Converting local name dvisbm_cpl of variable cumulative_surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name cnvw of variable convective_cloud_water_mixing_ratio from new to old metadata -INFO: Converting local name ltaerosol of variable flag_for_aerosol_physics from new to old metadata -INFO: Converting local name rainmcadj of variable lwe_thickness_of_moist_convective_adj_precipitation_amount from new to old metadata -INFO: Converting local name loop_cnt of variable ccpp_loop_counter from new to old metadata -INFO: Converting local name ncpi of variable local_ice_number_concentration from new to old metadata -INFO: Converting local name pt of variable virtual_temperature_at_Lagrangian_surface from new to old metadata -INFO: Converting local name nirbmui of variable surface_upwelling_direct_near_infrared_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name vconvtend of variable tendency_of_y_wind_due_to_deep_convection_for_coupling_on_physics_timestep from new to old metadata -INFO: Converting local name uustar_ice of variable surface_friction_velocity_over_ice from new to old metadata -INFO: Converting local name phy_myj_uz0 of variable u_wind_component_at_viscous_sublayer_top from new to old metadata -INFO: Converting local name evap_land of variable kinematic_surface_upward_latent_heat_flux_over_land from new to old metadata -INFO: Converting local name ocean of variable flag_nonzero_ocean_surface_fraction from new to old metadata -INFO: Converting local name ep1d_ocean of variable surface_upward_potential_latent_heat_flux_over_ocean from new to old metadata -INFO: Converting local name qconvtend of variable tendency_of_water_vapor_specific_humidity_due_to_deep_convection_for_coupling_on_physics_timestep from new to old metadata -INFO: Converting local name islmsk_cice of variable sea_land_ice_mask_cice from new to old metadata -INFO: Converting local name cmm_ice of variable surface_drag_wind_speed_for_momentum_in_air_over_ice from new to old metadata -INFO: Converting local name visdfdi of variable surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name cnv_ndrop of variable number_concentration_of_cloud_liquid_water_particles_for_detrainment from new to old metadata -INFO: Converting local name sh2o of variable volume_fraction_of_unfrozen_soil_moisture_for_land_surface_model from new to old metadata -INFO: Converting local name tau_tofd of variable time_integral_of_momentum_flux_due_to_turbulent_orographic_form_drag from new to old metadata -INFO: Converting local name dnirbmi_cpl of variable instantaneous_surface_downwelling_direct_near_infrared_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name refdmax263k of variable maximum_reflectivity_at_minus10c_over_maximum_hourly_time_interval from new to old metadata -INFO: Converting local name ulwsfci of variable surface_upwelling_longwave_flux from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_liquid_cloud_condensate) of variable tendency_of_liquid_cloud_water_mixing_ratio_due_to_model_physics from new to old metadata -INFO: Converting local name ntcw of variable index_for_liquid_cloud_condensate from new to old metadata -INFO: Converting local name lheatstrg of variable flag_for_canopy_heat_storage from new to old metadata -INFO: Converting local name slc of variable volume_fraction_of_unfrozen_soil_moisture from new to old metadata -INFO: Converting local name tsfc_land of variable surface_skin_temperature_over_land_interstitial from new to old metadata -INFO: Converting local name save_v of variable y_wind_save from new to old metadata -INFO: Converting local name xkzm_m of variable atmosphere_momentum_diffusivity_background from new to old metadata -INFO: Converting local name gabsbdlw_land of variable surface_downwelling_longwave_flux_absorbed_by_ground_over_land from new to old metadata -INFO: Converting local name tprcp_ice of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_ice from new to old metadata -INFO: Converting local name stblcpxy of variable slow_soil_pool_mass_content_of_carbon from new to old metadata -INFO: Converting local name cdq_land of variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_land from new to old metadata -INFO: Converting local name du3dt(:,:,2) of variable cumulative_change_in_x_wind_due_to_orographic_gravity_wave_drag from new to old metadata -INFO: Converting local name mg_berg_eff_factor of variable mg_bergeron_efficiency_factor from new to old metadata -INFO: Converting local name clouds(:,:,3) of variable mean_effective_radius_for_liquid_cloud from new to old metadata -INFO: Converting local name aer_nm of variable aerosol_number_concentration_from_gocart_aerosol_climatology from new to old metadata -INFO: Converting local name xzts of variable sensitivity_of_dtl_thickness_to_surface_temperature from new to old metadata -INFO: Converting local name lake of variable flag_nonzero_lake_surface_fraction from new to old metadata -INFO: Converting local name kb of variable vertical_index_difference_between_layer_and_lower_bound from new to old metadata -INFO: Converting local name ipt of variable index_for_diagnostic_printout from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_ice_friendly_aerosols) of variable ice_friendly_aerosol_number_concentration from new to old metadata -INFO: Converting local name ntia of variable index_for_ice_friendly_aerosols from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_rain_water) of variable tendency_of_rain_water_mixing_ratio_due_to_model_physics from new to old metadata -INFO: Converting local name ntrw of variable index_for_rain_water from new to old metadata -INFO: Converting local name con_epsm1 of variable ratio_of_dry_air_to_water_vapor_gas_constants_minus_one from new to old metadata -INFO: Converting local name dqsfc_cice of variable surface_upward_latent_heat_flux_for_coupling_interstitial from new to old metadata -INFO: Converting local name last_step of variable flag_for_the_last_step_of_k_split_remapping from new to old metadata -INFO: Converting local name huge of variable netcdf_float_fillvalue from new to old metadata -INFO: Converting local name save_q(:,:,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio_save from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_liquid_cloud_number_concentration) of variable cloud_droplet_number_concentration from new to old metadata -INFO: Converting local name ntlnc of variable index_for_liquid_cloud_number_concentration from new to old metadata -INFO: Converting local name dv3dt(:,:,1) of variable cumulative_change_in_y_wind_due_to_PBL from new to old metadata -INFO: Converting local name imp_physics_mg of variable flag_for_morrison_gettelman_microphysics_scheme from new to old metadata -INFO: Converting local name cldtaulw of variable cloud_optical_depth_layers_at_10mu_band from new to old metadata -INFO: Converting local name wet of variable flag_nonzero_wet_surface_fraction from new to old metadata -INFO: Converting local name qsnowxy of variable snow_precipitation_rate_at_surface from new to old metadata -INFO: Converting local name iopt_frz of variable flag_for_supercooled_liquid_water_option from new to old metadata -INFO: Converting local name dsnow_cpl of variable tendency_of_lwe_thickness_of_snow_amount_for_coupling from new to old metadata -INFO: Converting local name cldsa of variable cloud_area_fraction_for_radiation from new to old metadata -INFO: Converting local name totsnwb of variable accumulated_lwe_thickness_of_snow_amount_in_bucket from new to old metadata -INFO: Converting local name gq0(:,:,index_for_rain_water) of variable rain_water_mixing_ratio_updated_by_physics from new to old metadata -INFO: Converting local name totsnw of variable accumulated_lwe_thickness_of_snow_amount from new to old metadata -INFO: Converting local name xkzm_s of variable diffusivity_background_sigma_level from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_water_friendly_aerosols) of variable tendency_of_water_friendly_aerosol_number_concentration_due_to_model_physics from new to old metadata -INFO: Converting local name ntwa of variable index_for_water_friendly_aerosols from new to old metadata -INFO: Converting local name fswtr of variable fraction_of_cloud_top_water_scavenged from new to old metadata -INFO: Converting local name nvisbmi_cpl of variable instantaneous_surface_net_downward_direct_ultraviolet_and_visible_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_of_atmosphere_heat_diffusivity_from_shoc_in_phy_f3d) of variable atmosphere_heat_diffusivity_from_shoc from new to old metadata -INFO: Converting local name nahdshoc of variable index_of_atmosphere_heat_diffusivity_from_shoc_in_phy_f3d from new to old metadata -INFO: Converting local name nthreads of variable omp_threads_for_fast_physics from new to old metadata -INFO: Converting local name icemp of variable lwe_thickness_of_ice_amount from new to old metadata -INFO: Converting local name dqsfc_cpl of variable cumulative_surface_upward_latent_heat_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name con_jcal of variable joules_per_calorie_constant from new to old metadata -INFO: Converting local name xmu of variable zenith_angle_temporal_adjustment_factor_for_shortwave_fluxes from new to old metadata -INFO: Converting local name con_fvirt of variable ratio_of_vapor_to_dry_air_gas_constants_minus_one from new to old metadata -INFO: Converting local name evfactl_deep of variable rain_evaporation_coefficient_over_land_deep_convection from new to old metadata -INFO: Converting local name canliqxy of variable canopy_intercepted_liquid_water from new to old metadata -INFO: Converting local name phy_myj_qsfc of variable surface_specific_humidity_for_MYJ_schemes from new to old metadata -INFO: Converting local name rainncprv of variable lwe_thickness_of_explicit_rainfall_amount_from_previous_timestep from new to old metadata -INFO: Converting local name Tbd of variable GFS_tbd_type_instance from new to old metadata -INFO: Converting local name v1 of variable y_wind_at_lowest_model_layer_for_diag from new to old metadata -INFO: Converting local name det_mf of variable cumulative_atmosphere_detrainment_convective_mass_flux from new to old metadata -INFO: Converting local name psurf of variable surface_air_pressure_diag from new to old metadata -INFO: Converting local name gasvmr(:,:,10) of variable volume_mixing_ratio_cfc113 from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_for_rain_effective_radius) of variable effective_radius_of_stratiform_cloud_rain_particle_in_um from new to old metadata -INFO: Converting local name nreffr of variable index_for_rain_effective_radius from new to old metadata -INFO: Converting local name del_gz of variable geopotential_difference_between_midlayers_divided_by_midlayer_virtual_temperature from new to old metadata -INFO: Converting local name imfdeepcnv_ntiedtke of variable flag_for_ntiedtke_deep_convection_scheme from new to old metadata -INFO: Converting local name h2o_coeff of variable number_of_coefficients_in_h2o_forcing_data from new to old metadata -INFO: Converting local name tgrs of variable air_temperature from new to old metadata -INFO: Converting local name xlon of variable longitude from new to old metadata -INFO: Converting local name c_d of variable coefficient_c_d from new to old metadata -INFO: Converting local name tlvl of variable air_temperature_at_interface_for_radiation from new to old metadata -INFO: Converting local name f_rimef of variable rime_factor from new to old metadata -INFO: Converting local name mg_do_ice_gmao of variable mg_flag_for_gmao_ice_formulation from new to old metadata -INFO: Converting local name snowca of variable cumulative_surface_snow_area_fraction_multiplied_by_timestep from new to old metadata -INFO: Converting local name hflx of variable kinematic_surface_upward_sensible_heat_flux from new to old metadata -INFO: Converting local name dt3dt(:,:,6) of variable cumulative_change_in_temperature_due_to_microphysics from new to old metadata -INFO: Converting local name nirdfui of variable surface_upwelling_diffuse_near_infrared_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name trans of variable transpiration_flux from new to old metadata -INFO: Converting local name ntchs of variable index_for_first_chemical_tracer from new to old metadata -INFO: Converting local name idxday of variable daytime_points from new to old metadata -INFO: Converting local name iceprv of variable lwe_thickness_of_ice_amount_from_previous_timestep from new to old metadata -INFO: Converting local name mg_alf of variable mg_tuning_factor_for_alphas from new to old metadata -INFO: Converting local name nupdraft of variable number_of_plumes from new to old metadata -INFO: Converting local name qr_r of variable cloud_rain_water_mixing_ratio from new to old metadata -INFO: Converting local name sec of variable seconds_elapsed_since_model_initialization from new to old metadata -INFO: Converting local name epi of variable instantaneous_surface_potential_evaporation from new to old metadata -INFO: Converting local name gflx_land of variable upward_heat_flux_in_soil_over_land from new to old metadata -INFO: Converting local name du3dt_ngw of variable time_integral_of_change_in_x_wind_due_to_nonstationary_gravity_wave from new to old metadata -INFO: Converting local name bl_mynn_cloudpdf of variable cloudpdf from new to old metadata -INFO: Converting local name vtype of variable vegetation_type_classification_real from new to old metadata -INFO: Converting local name imfdeepcnv_gf of variable flag_for_gf_deep_convection_scheme from new to old metadata -INFO: Converting local name lssav of variable flag_diagnostics from new to old metadata -INFO: Converting local name sfalb of variable surface_diffused_shortwave_albedo from new to old metadata -INFO: Converting local name acvb of variable smallest_cloud_base_vertical_index_encountered_thus_far from new to old metadata -INFO: Converting local name c_0 of variable coefficient_c_0 from new to old metadata -INFO: Converting local name mpirank of variable mpi_rank_for_fast_physics from new to old metadata -INFO: Converting local name ntrac of variable number_of_tracers from new to old metadata -INFO: Converting local name dvsfci of variable instantaneous_surface_y_momentum_flux_for_diag from new to old metadata -INFO: Converting local name GFS_Interstitial of variable GFS_interstitial_type_instance_all_threads from new to old metadata -INFO: Converting local name in_nm of variable in_number_concentration from new to old metadata -INFO: Converting local name blksz2(ccpp_block_number) of variable horizontal_dimension from new to old metadata -INFO: Converting local name blk_no of variable ccpp_block_number from new to old metadata -INFO: Converting local name min_lakeice of variable lake_ice_minimum from new to old metadata -INFO: Converting local name canicexy of variable canopy_intercepted_ice_mass from new to old metadata -INFO: Converting local name mg_precip_frac_method of variable mg_type_of_precip_fraction_method from new to old metadata -INFO: Converting local name lonr of variable number_of_equatorial_longitude_points from new to old metadata -INFO: Converting local name dt3dt(:,:,7) of variable cumulative_change_in_temperature_due_to_orographic_gravity_wave_drag from new to old metadata -INFO: Converting local name dtzm of variable mean_change_over_depth_in_sea_water_temperature from new to old metadata -INFO: Converting local name du3dt_mtb of variable time_integral_of_change_in_x_wind_due_to_mountain_blocking_drag from new to old metadata -INFO: Converting local name stress_land of variable surface_wind_stress_over_land from new to old metadata -INFO: Converting local name nspinup of variable number_of_iterations_to_spin_up_cellular_automata from new to old metadata -INFO: Converting local name zogw of variable height_of_launch_level_of_orographic_gravity_wave from new to old metadata -INFO: Converting local name ntsw of variable index_for_snow_water from new to old metadata -INFO: Converting local name cov of variable t_prime_q_prime from new to old metadata -INFO: Converting local name sup of variable ice_supersaturation_threshold from new to old metadata -INFO: Converting local name dt3dt(:,:,3) of variable cumulative_change_in_temperature_due_to_PBL from new to old metadata -INFO: Converting local name mg_qcvar of variable mg_cloud_water_variance from new to old metadata -INFO: Converting local name ffmm_ice of variable Monin_Obukhov_similarity_function_for_momentum_over_ice from new to old metadata -INFO: Converting local name dtdt of variable tendency_of_air_temperature_at_Lagrangian_surface from new to old metadata -INFO: Converting local name GFS_statein_type of variable GFS_statein_type from new to old metadata -INFO: Converting local name train of variable accumulated_change_of_air_temperature_due_to_FA_scheme from new to old metadata -INFO: Converting local name fscav of variable coefficients_for_aerosol_scavenging from new to old metadata -INFO: Converting local name prslk(:,1) of variable dimensionless_exner_function_at_lowest_model_layer from new to old metadata -INFO: Converting local name tf of variable frozen_cloud_threshold_temperature from new to old metadata -INFO: Converting local name communicator of variable mpi_comm from new to old metadata -INFO: Converting local name qs_r of variable cloud_snow_mixing_ratio from new to old metadata -INFO: Converting local name skebv_wts of variable weights_for_stochastic_skeb_perturbation_of_y_wind from new to old metadata -INFO: Converting local name bl_mynn_edmf_part of variable edmf_partition_flag from new to old metadata -INFO: Converting local name dq3dt(:,:,7) of variable cumulative_change_in_ozone_concentration_due_to_ozone_mixing_ratio from new to old metadata -INFO: Converting local name swhc of variable tendency_of_air_temperature_due_to_shortwave_heating_assuming_clear_sky_on_radiation_timestep from new to old metadata -INFO: Converting local name mg_ngnst of variable mg_graupel_concentration_constant from new to old metadata -INFO: Converting local name GFS_grid_type of variable GFS_grid_type from new to old metadata -INFO: Converting local name js of variable starting_y_direction_index from new to old metadata -INFO: Converting local name out_dt of variable flag_for_tendency_of_air_temperature_at_Lagrangian_surface from new to old metadata -INFO: Converting local name delr of variable layer_pressure_thickness_for_radiation from new to old metadata -INFO: Converting local name ncgl of variable local_graupel_number_concentration from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_snow_water) of variable snow_water_mixing_ratio from new to old metadata -INFO: Converting local name totgrp of variable accumulated_lwe_thickness_of_graupel_amount from new to old metadata -INFO: Converting local name cldtausw of variable cloud_optical_depth_layers_at_0p55mu_band from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_ozone) of variable tendency_of_ozone_mixing_ratio_due_to_model_physics from new to old metadata -INFO: Converting local name ntoz of variable index_for_ozone from new to old metadata -INFO: Converting local name evap of variable kinematic_surface_upward_latent_heat_flux from new to old metadata -INFO: Converting local name oro of variable orography from new to old metadata -INFO: Converting local name topfsw of variable sw_fluxes_top_atmosphere from new to old metadata -INFO: Converting local name jmap of variable map_of_block_column_number_to_global_j_index from new to old metadata -INFO: Converting local name cdq of variable surface_drag_coefficient_for_heat_and_moisture_in_air from new to old metadata -INFO: Converting local name soiltype of variable soil_type_classification from new to old metadata -INFO: Converting local name evap_ocean of variable kinematic_surface_upward_latent_heat_flux_over_ocean from new to old metadata -INFO: Converting local name nblks of variable number_of_blocks from new to old metadata -INFO: Converting local name dxinv of variable inverse_scaling_factor_for_critical_relative_humidity from new to old metadata -INFO: Converting local name dvsfc of variable cumulative_surface_y_momentum_flux_for_diag_multiplied_by_timestep from new to old metadata -INFO: Converting local name GFS_stateout_type of variable GFS_stateout_type from new to old metadata -INFO: Converting local name qg of variable cloud_graupel_specific_humidity_at_Lagrangian_surface from new to old metadata -INFO: Converting local name nmtvr of variable number_of_statistical_measures_of_subgrid_orography from new to old metadata -INFO: Converting local name nseed of variable cellular_automata_seed_frequency from new to old metadata -INFO: Converting local name nlives of variable cellular_automata_lifetime from new to old metadata -INFO: Converting local name vegf1d of variable perturbation_of_vegetation_fraction from new to old metadata -INFO: Converting local name v10m of variable y_wind_at_10m from new to old metadata -INFO: Converting local name hice of variable sea_ice_thickness from new to old metadata -INFO: Converting local name mbota of variable model_layer_number_at_cloud_base from new to old metadata -INFO: Converting local name ncnvw of variable index_for_convective_cloud_water_mixing_ratio_in_phy_f3d from new to old metadata -INFO: Converting local name flqc of variable surface_exchange_coefficient_for_moisture from new to old metadata -INFO: Converting local name imfshalcnv_samf of variable flag_for_samf_shallow_convection_scheme from new to old metadata -INFO: Converting local name ntdiag of variable diagnostics_control_for_chemical_tracers from new to old metadata -INFO: Converting local name c1_shal of variable detrainment_conversion_parameter_shallow_convection from new to old metadata -INFO: Converting local name con_g of variable gravitational_acceleration from new to old metadata -INFO: Converting local name je of variable ending_y_direction_index from new to old metadata -INFO: Converting local name hprime(:,1) of variable standard_deviation_of_subgrid_orography from new to old metadata -INFO: Converting local name lh of variable surface_latent_heat from new to old metadata -INFO: Converting local name v10max of variable maximum_v_wind_at_10m_over_maximum_hourly_time_interval from new to old metadata -INFO: Converting local name dvsfcg of variable instantaneous_y_stress_due_to_gravity_wave_drag from new to old metadata -INFO: Converting local name mg_ninst of variable mg_ice_concentration_constant from new to old metadata -INFO: Converting local name lwhd of variable tendency_of_air_temperature_due_to_longwave_heating_for_idea from new to old metadata -INFO: Converting local name ntkev of variable index_for_turbulent_kinetic_energy_vertical_diffusion_tracer from new to old metadata -INFO: Converting local name fm10 of variable Monin_Obukhov_similarity_function_for_momentum_at_10m from new to old metadata -INFO: Converting local name phour of variable forecast_time_at_previous_timestep from new to old metadata -INFO: Converting local name phys_hydrostatic of variable flag_for_hydrostatic_heating_from_physics from new to old metadata -INFO: Converting local name nswsfci of variable surface_net_downwelling_shortwave_flux from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_for_graupel_effective_radius) of variable effective_radius_of_stratiform_cloud_graupel_particle_in_um from new to old metadata -INFO: Converting local name ngeffr of variable index_for_graupel_effective_radius from new to old metadata -INFO: Converting local name kt of variable vertical_index_difference_between_layer_and_upper_bound from new to old metadata -INFO: Converting local name GFS_tbd_type of variable GFS_tbd_type from new to old metadata -INFO: Converting local name tsurf_ocean of variable surface_skin_temperature_after_iteration_over_ocean from new to old metadata -INFO: Converting local name gu0(:,1) of variable x_wind_at_lowest_model_layer_updated_by_physics from new to old metadata -INFO: Converting local name akap of variable kappa_dry_for_fast_physics from new to old metadata -INFO: Converting local name lsm of variable flag_for_land_surface_scheme from new to old metadata -INFO: Converting local name nscav of variable number_of_tracers_scavenged from new to old metadata -INFO: Converting local name ffmm of variable Monin_Obukhov_similarity_function_for_momentum from new to old metadata -INFO: Converting local name nnirbm_cpl of variable cumulative_surface_net_downward_direct_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name tau_mtb of variable instantaneous_momentum_flux_due_to_mountain_blocking_drag from new to old metadata -INFO: Converting local name snicexy of variable snow_layer_ice from new to old metadata -INFO: Converting local name flag_guess of variable flag_for_guess_run from new to old metadata -INFO: Converting local name dnirbm_cpl of variable cumulative_surface_downwelling_direct_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name chh_ocean of variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_ocean from new to old metadata -INFO: Converting local name dtsfci_cpl of variable instantaneous_surface_upward_sensible_heat_flux_for_coupling from new to old metadata -INFO: Converting local name flgmin of variable minimum_large_ice_fraction from new to old metadata -INFO: Converting local name t02max of variable maximum_temperature_at_2m_over_maximum_hourly_time_interval from new to old metadata -INFO: Converting local name tconvtend of variable tendency_of_air_temperature_due_to_deep_convection_for_coupling_on_physics_timestep from new to old metadata -INFO: Converting local name zorl of variable surface_roughness_length from new to old metadata -INFO: Converting local name coslat of variable cosine_of_latitude from new to old metadata -INFO: Converting local name pertalb of variable magnitude_of_surface_albedo_perturbation from new to old metadata -INFO: Converting local name aecm of variable instantaneous_aerosol_column_mass_densities from new to old metadata -INFO: Converting local name con_rv of variable gas_constant_water_vapor from new to old metadata -INFO: Converting local name wminco of variable cloud_condensed_water_conversion_threshold from new to old metadata -INFO: Converting local name fastcpxy of variable fast_soil_pool_mass_content_of_carbon from new to old metadata -INFO: Converting local name kind_grid of variable kind_grid from new to old metadata -INFO: Converting local name stress of variable surface_wind_stress from new to old metadata -INFO: Converting local name qgrs(:,1,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio_at_lowest_model_layer from new to old metadata -INFO: Converting local name rhc of variable critical_relative_humidity from new to old metadata -INFO: Converting local name tsfco of variable sea_surface_temperature from new to old metadata -INFO: Converting local name tau_ngw of variable instantaneous_momentum_flux_due_to_nonstationary_gravity_wave from new to old metadata -INFO: Converting local name tsfcl of variable surface_skin_temperature_over_land from new to old metadata -INFO: Converting local name clouds(:,:,7) of variable mean_effective_radius_for_rain_drop from new to old metadata -INFO: Converting local name con_cliq of variable specific_heat_of_liquid_water_at_constant_pressure from new to old metadata -INFO: Converting local name zmtb of variable height_of_mountain_blocking from new to old metadata -INFO: Converting local name ulwsfcin_cpl of variable surface_upwelling_longwave_flux_for_coupling from new to old metadata -INFO: Converting local name dlwsfc_cpl of variable cumulative_surface_downwelling_longwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name sfcdlw of variable surface_downwelling_longwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name t1 of variable air_temperature_at_lowest_model_layer_for_diag from new to old metadata -INFO: Converting local name ntiw of variable index_for_ice_cloud_condensate from new to old metadata -INFO: Converting local name bl_mynn_mixlength of variable mixing_length_flag from new to old metadata -INFO: Converting local name faerlw(:,:,:,1) of variable aerosol_optical_depth_for_longwave_bands_01_16 from new to old metadata -INFO: Converting local name ozpl of variable ozone_forcing from new to old metadata -INFO: Converting local name dlength of variable characteristic_grid_length_scale from new to old metadata -INFO: Converting local name slag of variable equation_of_time from new to old metadata -INFO: Converting local name ntot2d of variable number_of_fields_in_phyf2d from new to old metadata -INFO: Converting local name iopt_run of variable flag_for_runoff_and_groundwater_option from new to old metadata -INFO: Converting local name gq0(:,:,index_for_liquid_cloud_number_concentration) of variable cloud_droplet_number_concentration_updated_by_physics from new to old metadata -INFO: Converting local name sneqvoxy of variable snow_mass_at_previous_time_step from new to old metadata -INFO: Converting local name con_rhw0 of variable sea_water_reference_density from new to old metadata -INFO: Converting local name mtopa of variable model_layer_number_at_cloud_top from new to old metadata -INFO: Converting local name pertshc of variable magnitude_of_perturbation_of_soil_type_b_parameter from new to old metadata -INFO: Converting local name levi of variable vertical_interface_dimension from new to old metadata -INFO: Converting local name do_shoc of variable flag_for_shoc from new to old metadata -INFO: Converting local name du3dt_tms of variable time_integral_of_change_in_x_wind_due_to_turbulent_orographic_form_drag from new to old metadata -INFO: Converting local name snow_cpl of variable lwe_thickness_of_snow_amount_for_coupling from new to old metadata -INFO: Converting local name pkz of variable finite_volume_mean_edge_pressure_raised_to_the_power_of_kappa from new to old metadata -INFO: Converting local name nn of variable number_of_tracers_for_convective_transport from new to old metadata -INFO: Converting local name do_sat_adj of variable flag_for_saturation_adjustment_for_microphysics_in_dynamics from new to old metadata -INFO: Converting local name dx of variable cell_size from new to old metadata -INFO: Converting local name do_ugwp of variable do_ugwp from new to old metadata -INFO: Converting local name rain of variable lwe_thickness_of_precipitation_amount_on_dynamics_timestep from new to old metadata -INFO: Converting local name iopt_crs of variable flag_for_canopy_stomatal_resistance_option from new to old metadata -INFO: Converting local name qgrs(:,1,index_for_water_vapor) of variable water_vapor_specific_humidity_at_lowest_model_layer from new to old metadata -INFO: Converting local name ntqv of variable index_for_water_vapor from new to old metadata -INFO: Converting local name t02min of variable minimum_temperature_at_2m_over_maximum_hourly_time_interval from new to old metadata -INFO: Converting local name imp_physics_gfdl of variable flag_for_gfdl_microphysics_scheme from new to old metadata -INFO: Converting local name lprnt of variable flag_print from new to old metadata -INFO: Converting local name gabsbdlw_ice of variable surface_downwelling_longwave_flux_absorbed_by_ground_over_ice from new to old metadata -INFO: Converting local name imp_physics_thompson of variable flag_for_thompson_microphysics_scheme from new to old metadata -INFO: Converting local name ctei_rm of variable critical_cloud_top_entrainment_instability_criteria from new to old metadata -INFO: Converting local name tseal of variable surface_skin_temperature_for_nsst from new to old metadata -INFO: Converting local name dusfc_fd of variable integrated_x_momentum_flux_from_form_drag from new to old metadata -INFO: Converting local name dusfcin_cpl of variable surface_x_momentum_flux_for_coupling from new to old metadata -INFO: Converting local name slope of variable surface_slope_classification_real from new to old metadata -INFO: Converting local name htrlw of variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_timestep from new to old metadata -INFO: Converting local name mg_qcmin(2) of variable mg_minimum_ice_mixing_ratio from new to old metadata -INFO: Converting local name tice of variable sea_ice_temperature_interstitial from new to old metadata -INFO: Converting local name adjvisbmu of variable surface_upwelling_direct_ultraviolet_and_visible_shortwave_flux from new to old metadata -INFO: Converting local name dvgwd of variable time_integral_of_y_stress_due_to_gravity_wave_drag from new to old metadata -INFO: Converting local name dusfc_cice of variable surface_x_momentum_flux_for_coupling_interstitial from new to old metadata -INFO: Converting local name errmsg of variable ccpp_error_message from new to old metadata -INFO: Converting local name flag_cice of variable flag_for_cice from new to old metadata -INFO: Converting local name Coupling of variable GFS_coupling_type_instance from new to old metadata -INFO: Converting local name cs_parm(3) of variable detrainment_and_precipitation_tunable_parameter_3_CS from new to old metadata -INFO: Converting local name snliqxy of variable snow_layer_liquid_water from new to old metadata -INFO: Converting local name mstrat of variable flag_for_moorthi_stratus from new to old metadata -INFO: Converting local name imfdeepcnv_sas of variable flag_for_sas_deep_convection_scheme from new to old metadata -INFO: Converting local name weasd_ice of variable water_equivalent_accumulated_snow_depth_over_ice from new to old metadata -INFO: Converting local name bl_mynn_edmf_mom of variable edmf_momentum_transport_flag from new to old metadata -INFO: Converting local name npdf3d of variable number_of_3d_arrays_associated_with_pdf_based_clouds from new to old metadata -INFO: Converting local name dq3dt(:,:,2) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_deep_convection from new to old metadata -INFO: Converting local name w_upi of variable vertical_velocity_for_updraft from new to old metadata -INFO: Converting local name qlyr of variable water_vapor_specific_humidity_at_layer_for_radiation from new to old metadata -INFO: Converting local name fm10_ice of variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_ice from new to old metadata -INFO: Converting local name qgl of variable local_graupel_mixing_ratio from new to old metadata -INFO: Converting local name gt0(:,1) of variable air_temperature_at_lowest_model_layer_updated_by_physics from new to old metadata -INFO: Converting local name ccpp_t of variable ccpp_t from new to old metadata -INFO: Converting local name clouds(:,:,4) of variable cloud_ice_water_path from new to old metadata -INFO: Converting local name rain_cpl of variable lwe_thickness_of_precipitation_amount_for_coupling from new to old metadata -INFO: Converting local name bl_mynn_cloudmix of variable cloud_specie_mix_flag from new to old metadata -INFO: Converting local name tgxy of variable ground_temperature_for_noahmp from new to old metadata -INFO: Converting local name oa4 of variable asymmetry_of_subgrid_orography from new to old metadata -INFO: Converting local name refdmax of variable maximum_reflectivity_at_1km_agl_over_maximum_hourly_time_interval from new to old metadata -INFO: Converting local name GFS_Data(ccpp_block_number) of variable GFS_data_type_instance from new to old metadata -INFO: Converting local name dvsfc_cpl of variable cumulative_surface_y_momentum_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name shocaftcnv of variable flag_for_shoc_after_convection from new to old metadata -INFO: Converting local name mg_rhmini of variable mg_minimum_rh_for_ice from new to old metadata -INFO: Converting local name t2mi_cpl of variable instantaneous_temperature_at_2m_for_coupling from new to old metadata -INFO: Converting local name GFS_Interstitial(ccpp_thread_number) of variable GFS_interstitial_type_instance from new to old metadata -INFO: Converting local name thrd_no of variable ccpp_thread_number from new to old metadata -INFO: Converting local name evbs of variable soil_upward_latent_heat_flux from new to old metadata -INFO: Converting local name dtdtr of variable tendency_of_air_temperature_due_to_radiative_heating_on_physics_time_step from new to old metadata -INFO: Converting local name spfhmin of variable minimum_specific_humidity_at_2m from new to old metadata -INFO: Converting local name xsaixy of variable stem_area_index from new to old metadata -INFO: Converting local name lsoil of variable soil_vertical_dimension from new to old metadata -INFO: Converting local name mg_ts_auto_ice of variable mg_time_scale_for_autoconversion_of_ice from new to old metadata -INFO: Converting local name ca_deep of variable fraction_of_cellular_automata_for_deep_convection from new to old metadata -INFO: Converting local name work1 of variable grid_size_related_coefficient_used_in_scale_sensitive_schemes from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_for_cloud_liquid_water_effective_radius) of variable effective_radius_of_stratiform_cloud_liquid_water_particle_in_um from new to old metadata -INFO: Converting local name nleffr of variable index_for_cloud_liquid_water_effective_radius from new to old metadata -INFO: Converting local name dlwsfci of variable surface_downwelling_longwave_flux from new to old metadata -INFO: Converting local name mg_nicons of variable mg_flag_ice_concentration_constant from new to old metadata -INFO: Converting local name faersw(:,:,:,1) of variable aerosol_optical_depth_for_shortwave_bands_01_16 from new to old metadata -INFO: Converting local name xt of variable diurnal_thermocline_layer_heat_content from new to old metadata -INFO: Converting local name prsl of variable air_pressure from new to old metadata -INFO: Converting local name cv of variable fraction_of_convective_cloud from new to old metadata -INFO: Converting local name blksz of variable horizontal_block_size from new to old metadata -INFO: Converting local name pertvegf of variable magnitude_of_perturbation_of_vegetation_fraction from new to old metadata -INFO: Converting local name gq0(:,:,index_for_cloud_amount) of variable cloud_fraction_updated_by_physics from new to old metadata -INFO: Converting local name ntclamt of variable index_for_cloud_amount from new to old metadata -INFO: Converting local name zorlo of variable surface_roughness_length_over_ocean from new to old metadata -INFO: Converting local name te0 of variable atmosphere_energy_content_at_Lagrangian_surface from new to old metadata -INFO: Converting local name ktop of variable vertical_index_at_cloud_top from new to old metadata -INFO: Converting local name prevsq of variable moisture_from_previous_timestep from new to old metadata -INFO: Converting local name kpbl of variable vertical_index_at_top_of_atmosphere_boundary_layer from new to old metadata -INFO: Converting local name ncells of variable cellular_automata_finer_grid from new to old metadata -INFO: Converting local name cnvc of variable convective_cloud_cover from new to old metadata -INFO: Converting local name totprcp of variable accumulated_lwe_thickness_of_precipitation_amount from new to old metadata -INFO: Converting local name cgwf of variable multiplication_factors_for_convective_gravity_wave_drag from new to old metadata -INFO: Converting local name do_shum of variable flag_for_stochastic_shum_option from new to old metadata -INFO: Converting local name save_q of variable tracer_concentration_save from new to old metadata -INFO: Converting local name h2o_pres of variable natural_log_of_h2o_forcing_data_pressure_levels from new to old metadata -INFO: Converting local name iopt_snf of variable flag_for_precipitation_partition_option from new to old metadata -INFO: Converting local name c0s_shal of variable rain_conversion_parameter_shallow_convection from new to old metadata -INFO: Converting local name zwtxy of variable water_table_depth from new to old metadata -INFO: Converting local name qr of variable cloud_rain_specific_humidity_at_Lagrangian_surface from new to old metadata -INFO: Converting local name dzlyr of variable layer_thickness_for_radiation from new to old metadata -INFO: Converting local name taussxy of variable nondimensional_snow_age from new to old metadata -INFO: Converting local name tsfa of variable surface_air_temperature_for_radiation from new to old metadata -INFO: Converting local name snoalb of variable upper_bound_on_max_albedo_over_deep_snow from new to old metadata -INFO: Converting local name xs of variable sea_water_salinity from new to old metadata -INFO: Converting local name dvsfci_cpl of variable instantaneous_surface_y_momentum_flux_for_coupling from new to old metadata -INFO: Converting local name xlat of variable latitude from new to old metadata -INFO: Converting local name ugrs of variable x_wind from new to old metadata -INFO: Converting local name shdmin of variable minimum_vegetation_area_fraction from new to old metadata -INFO: Converting local name nnirdfi_cpl of variable instantaneous_surface_net_downward_diffuse_near_infrared_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name microp_uniform of variable mg_flag_for_uniform_subcolumns from new to old metadata -INFO: Converting local name frland of variable land_area_fraction_for_microphysics from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_ice_friendly_aerosols) of variable tendency_of_ice_friendly_aerosol_number_concentration_due_to_model_physics from new to old metadata -INFO: Converting local name oz_pres of variable natural_log_of_ozone_forcing_data_pressure_levels from new to old metadata -INFO: Converting local name zlwb of variable time_integral_of_height_of_low_level_wave_breaking from new to old metadata -INFO: Converting local name gq0(:,:,index_for_ice_cloud_condensate) of variable ice_water_mixing_ratio_updated_by_physics from new to old metadata -INFO: Converting local name qss of variable surface_specific_humidity from new to old metadata -INFO: Converting local name dry of variable flag_nonzero_land_surface_fraction from new to old metadata -INFO: Converting local name bk of variable b_parameter_of_the_hybrid_coordinate from new to old metadata -INFO: Converting local name cdmbgwd of variable multiplication_factors_for_mountain_blocking_and_orographic_gravity_wave_drag from new to old metadata -INFO: Converting local name levs of variable vertical_dimension from new to old metadata -INFO: Converting local name swhtr of variable flag_for_output_of_shortwave_heating_rate from new to old metadata -INFO: Converting local name zorl_land of variable surface_roughness_length_over_land_interstitial from new to old metadata -INFO: Converting local name t2m of variable temperature_at_2m from new to old metadata -INFO: Converting local name tau_ogw of variable instantaneous_momentum_flux_due_to_orographic_gravity_wave_drag from new to old metadata -INFO: Converting local name shoc_parm(3) of variable shoc_tke_dissipation_tunable_parameter_near_surface from new to old metadata -INFO: Converting local name gflx_ice of variable upward_heat_flux_in_soil_over_ice from new to old metadata -INFO: Converting local name nspc1 of variable number_of_species_for_aerosol_optical_depth from new to old metadata -INFO: Converting local name drain_cpl of variable tendency_of_lwe_thickness_of_precipitation_amount_for_coupling from new to old metadata -INFO: Converting local name phis of variable surface_geopotential_at_Lagrangian_surface from new to old metadata -INFO: Converting local name q2mi_cpl of variable instantaneous_specific_humidity_at_2m_for_coupling from new to old metadata -INFO: Converting local name zogw of variable time_integral_of_height_of_launch_level_of_orographic_gravity_wave from new to old metadata -INFO: Converting local name prsi of variable air_pressure_at_interface from new to old metadata -INFO: Converting local name aerodp of variable atmosphere_optical_thickness_due_to_ambient_aerosol_particles from new to old metadata -INFO: Converting local name shal_cnv of variable flag_for_shallow_convection from new to old metadata -INFO: Converting local name icsdlw of variable seed_random_numbers_lw from new to old metadata -INFO: Converting local name ncld of variable number_of_hydrometeors from new to old metadata -INFO: Converting local name gasvmr(:,:,6) of variable volume_mixing_ratio_cfc11 from new to old metadata -INFO: Converting local name tracers_water of variable number_of_water_tracers from new to old metadata -INFO: Converting local name nscyc of variable number_of_timesteps_between_surface_cycling_calls from new to old metadata -INFO: Converting local name dswsfc_cpl of variable cumulative_surface_downwelling_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name adjvisdfu of variable surface_upwelling_diffuse_ultraviolet_and_visible_shortwave_flux from new to old metadata -INFO: Converting local name cs_parm(2) of variable updraft_velocity_tunable_parameter_2_CS from new to old metadata -INFO: Converting local name lsswr of variable flag_to_calc_sw from new to old metadata -INFO: Converting local name imfshalcnv_gf of variable flag_for_gf_shallow_convection_scheme from new to old metadata -INFO: Converting local name kinver of variable index_of_highest_temperature_inversion from new to old metadata -INFO: Converting local name tslb of variable soil_temperature_for_land_surface_model from new to old metadata -INFO: Converting local name weasd of variable water_equivalent_accumulated_snow_depth from new to old metadata -INFO: Converting local name tisfc of variable sea_ice_temperature from new to old metadata -INFO: Converting local name faerlw of variable aerosol_optical_properties_for_longwave_bands_01_16 from new to old metadata -INFO: Converting local name logunit of variable iounit_log from new to old metadata -INFO: Converting local name fast_mp_consv of variable flag_for_fast_microphysics_energy_conservation from new to old metadata -INFO: Converting local name cnv_mfd of variable detrained_mass_flux from new to old metadata -INFO: Converting local name zvir of variable ratio_of_vapor_to_dry_air_gas_constants_minus_one_default_kind from new to old metadata -INFO: Converting local name jed of variable ending_y_direction_index_domain from new to old metadata -INFO: Converting local name gasvmr(:,:,3) of variable volume_mixing_ratio_ch4 from new to old metadata -INFO: Converting local name sfcdsw of variable surface_downwelling_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name hydrostatic of variable flag_for_hydrostatic_solver_for_fast_physics from new to old metadata -INFO: Converting local name dvsfc_bl of variable integrated_y_momentum_flux_from_blocking_drag from new to old metadata -INFO: Converting local name Grid of variable GFS_grid_type_instance from new to old metadata -INFO: Converting local name ncnd of variable number_of_cloud_condensate_types from new to old metadata -INFO: Converting local name w_0 of variable coefficient_w_0 from new to old metadata -INFO: Converting local name zm of variable ocean_mixed_layer_thickness from new to old metadata -INFO: Converting local name shoc_parm(2) of variable shoc_tke_dissipation_tunable_parameter from new to old metadata -INFO: Converting local name cdec of variable cosine_of_solar_declination_angle from new to old metadata -INFO: Converting local name npzq_con of variable vertical_dimension_for_condensed_water_at_Lagrangian_surface from new to old metadata -INFO: Converting local name rmol of variable reciprocal_of_obukhov_length from new to old metadata -INFO: Converting local name snowxy of variable number_of_snow_layers from new to old metadata -INFO: Converting local name hflx_land of variable kinematic_surface_upward_sensible_heat_flux_over_land from new to old metadata -INFO: Converting local name clw of variable convective_transportable_tracers from new to old metadata -INFO: Converting local name srflag of variable flag_for_precipitation_type from new to old metadata -INFO: Converting local name suntim of variable duration_of_sunshine from new to old metadata -INFO: Converting local name isot of variable soil_type_dataset_choice from new to old metadata -INFO: Converting local name isol of variable flag_for_solar_constant from new to old metadata -INFO: Converting local name th2m of variable potential_temperature_at_2m from new to old metadata -INFO: Converting local name hpbl of variable atmosphere_boundary_layer_thickness from new to old metadata -INFO: Converting local name cd of variable surface_drag_coefficient_for_momentum_in_air from new to old metadata -INFO: Converting local name dusfc_ls of variable integrated_x_momentum_flux_from_large_scale_gwd from new to old metadata -INFO: Converting local name do_sppt of variable flag_for_stochastic_surface_physics_perturbations from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_for_convective_cloud_water_mixing_ratio_in_phy_f3d) of variable convective_cloud_water_mixing_ratio_in_phy_f3d from new to old metadata -INFO: Converting local name rb_ice of variable bulk_richardson_number_at_lowest_model_level_over_ice from new to old metadata -INFO: Converting local name itc of variable number_of_aerosol_tracers_for_convection from new to old metadata -INFO: Converting local name Cldprop of variable GFS_cldprop_type_instance from new to old metadata -INFO: Converting local name grav_settling of variable grav_settling from new to old metadata -INFO: Converting local name gq0(:,:,index_for_ice_cloud_number_concentration) of variable ice_number_concentration_updated_by_physics from new to old metadata -INFO: Converting local name ntinc of variable index_for_ice_cloud_number_concentration from new to old metadata -INFO: Converting local name iopt_inf of variable flag_for_frozen_soil_permeability_option from new to old metadata -INFO: Converting local name c0s_deep of variable rain_conversion_parameter_deep_convection from new to old metadata -INFO: Converting local name dtaux2d_ls of variable x_momentum_tendency_from_large_scale_gwd from new to old metadata -INFO: Converting local name phy_myj_qz0 of variable specific_humidity_at_viscous_sublayer_top from new to old metadata -INFO: Converting local name iovr_sw of variable flag_for_max_random_overlap_clouds_for_shortwave_radiation from new to old metadata -INFO: Converting local name icliq_sw of variable flag_for_optical_property_for_liquid_clouds_for_shortwave_radiation from new to old metadata -INFO: Converting local name psmean of variable cumulative_surface_pressure_multiplied_by_timestep from new to old metadata -INFO: Converting local name cmm_ocean of variable surface_drag_wind_speed_for_momentum_in_air_over_ocean from new to old metadata -INFO: Converting local name shcnvcw of variable flag_shallow_convective_cloud from new to old metadata -INFO: Converting local name drain of variable subsurface_runoff_flux from new to old metadata -INFO: Converting local name ak of variable a_parameter_of_the_hybrid_coordinate from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_liquid_cloud_number_concentration) of variable tendency_of_cloud_droplet_number_concentration_due_to_model_physics from new to old metadata -INFO: Converting local name sfc_z0_type of variable flag_for_surface_roughness_option_over_ocean from new to old metadata -INFO: Converting local name cvt of variable pressure_at_top_of_convective_cloud from new to old metadata -INFO: Converting local name gwd_opt of variable gwd_opt from new to old metadata -INFO: Converting local name snowmp of variable lwe_thickness_of_snow_amount from new to old metadata -INFO: Converting local name ncnvcld3d of variable number_of_convective_3d_cloud_fields from new to old metadata -INFO: Converting local name cape of variable convective_available_potential_energy_for_coupling from new to old metadata -INFO: Converting local name du3dt_ogw of variable time_integral_of_change_in_x_wind_due_to_orographic_gravity_wave_drag from new to old metadata -INFO: Converting local name te0_2d of variable atmosphere_energy_content_in_column from new to old metadata -INFO: Converting local name dsnowprv of variable snow_precipitation_rate_from_previous_timestep from new to old metadata -INFO: Converting local name chh of variable surface_drag_mass_flux_for_heat_and_moisture_in_air from new to old metadata -INFO: Converting local name dt3dt(:,:,5) of variable cumulative_change_in_temperature_due_to_shal_convection from new to old metadata -INFO: Converting local name cplwav of variable flag_for_wave_coupling from new to old metadata -INFO: Converting local name clw(:,:,2) of variable cloud_condensed_water_mixing_ratio_convective_transport_tracer from new to old metadata -INFO: Converting local name shoc_parm(1) of variable shoc_tke_dissipatation_pressure_threshold from new to old metadata -INFO: Converting local name oro_uf of variable orography_unfiltered from new to old metadata -INFO: Converting local name peln of variable log_pressure_at_Lagrangian_surface from new to old metadata -INFO: Converting local name gasvmr(:,:,8) of variable volume_mixing_ratio_cfc22 from new to old metadata -INFO: Converting local name pertzt of variable magnitude_of_perturbation_of_heat_to_momentum_roughness_length_ratio from new to old metadata -INFO: Converting local name clouds(:,:,1) of variable total_cloud_fraction from new to old metadata -INFO: Converting local name iaer of variable flag_for_default_aerosol_effect_in_shortwave_radiation from new to old metadata -INFO: Converting local name wet1 of variable normalized_soil_wetness from new to old metadata -INFO: Converting local name npz of variable vertical_dimension_for_fast_physics from new to old metadata -INFO: Converting local name cal_pre of variable flag_for_precipitation_type_algorithm from new to old metadata -INFO: Converting local name lmk of variable adjusted_vertical_layer_dimension_for_radiation from new to old metadata -INFO: Converting local name kind_phys of variable kind_phys from new to old metadata -INFO: Converting local name Sfcprop of variable GFS_sfcprop_type_instance from new to old metadata -INFO: Converting local name wslakexy of variable lake_water_storage from new to old metadata -INFO: Converting local name f10m of variable ratio_of_wind_at_lowest_model_layer_and_wind_at_10m from new to old metadata -INFO: Converting local name gasvmr(:,:,1) of variable volume_mixing_ratio_co2 from new to old metadata -INFO: Converting local name q2mp of variable specific_humidity_at_2m_from_noahmp from new to old metadata -INFO: Converting local name lwhc of variable tendency_of_air_temperature_due_to_longwave_heating_assuming_clear_sky_on_radiation_timestep from new to old metadata -INFO: Converting local name snowd_ice of variable surface_snow_thickness_water_equivalent_over_ice from new to old metadata -INFO: Converting local name lsnow_lsm_lbound of variable lower_bound_of_snow_vertical_dimension_for_land_surface_model from new to old metadata -INFO: Converting local name mg_dcs of variable mg_autoconversion_size_threshold_ice_snow from new to old metadata -INFO: Converting local name rhgrd of variable fa_threshold_relative_humidity_for_onset_of_condensation from new to old metadata -INFO: Converting local name dudt_ogw of variable instantaneous_change_in_x_wind_due_to_orographic_gravity_wave_drag from new to old metadata -INFO: Converting local name slmsk of variable sea_land_ice_mask_real from new to old metadata -INFO: Converting local name ictm of variable flag_for_initial_time_date_control from new to old metadata -INFO: Converting local name qss_ocean of variable surface_specific_humidity_over_ocean from new to old metadata -INFO: Converting local name tsfc of variable surface_skin_temperature from new to old metadata -INFO: Converting local name prsik of variable dimensionless_exner_function_at_model_interfaces from new to old metadata -INFO: Converting local name t2mmp of variable temperature_at_2m_from_noahmp from new to old metadata -INFO: Converting local name tau_ogw of variable time_integral_of_momentum_flux_due_to_orographic_gravity_wave_drag from new to old metadata -INFO: Converting local name topflw_type of variable topflw_type from new to old metadata -INFO: Converting local name cnv_nice of variable number_concentration_of_ice_crystals_for_detrainment from new to old metadata -INFO: Converting local name cscnv of variable flag_for_Chikira_Sugiyama_deep_convection from new to old metadata -INFO: Converting local name u10mi_cpl of variable instantaneous_x_wind_at_10m_for_coupling from new to old metadata -INFO: Converting local name fh2_ocean of variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_ocean from new to old metadata -INFO: Converting local name phii of variable geopotential_at_interface from new to old metadata -INFO: Converting local name gq0(:,:,index_for_graupel) of variable graupel_mixing_ratio_updated_by_physics from new to old metadata -INFO: Converting local name ntgl of variable index_for_graupel from new to old metadata -INFO: Converting local name nvisdfi_cpl of variable instantaneous_surface_net_downward_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name norad_precip of variable flag_for_precipitation_effect_on_radiation from new to old metadata -INFO: Converting local name dq3dt(:,:,5) of variable cumulative_change_in_ozone_mixing_ratio_due_to_PBL from new to old metadata -INFO: Converting local name dusfcg of variable instantaneous_x_stress_due_to_gravity_wave_drag from new to old metadata -INFO: Converting local name stype of variable soil_type_classification_real from new to old metadata -INFO: Converting local name lwhtr of variable flag_for_output_of_longwave_heating_rate from new to old metadata -INFO: Converting local name skebv_wts of variable weights_for_stochastic_skeb_perturbation_of_y_wind_flipped from new to old metadata -INFO: Converting local name prnum of variable prandtl_number from new to old metadata -INFO: Converting local name dtsfcin_cpl of variable surface_upward_sensible_heat_flux_for_coupling from new to old metadata -INFO: Converting local name sigmatot of variable convective_updraft_area_fraction_at_model_interfaces from new to old metadata -INFO: Converting local name rann of variable random_number_array from new to old metadata -INFO: Converting local name work2 of variable grid_size_related_coefficient_used_in_scale_sensitive_schemes_complement from new to old metadata -INFO: Converting local name ep1d_land of variable surface_upward_potential_latent_heat_flux_over_land from new to old metadata -INFO: Converting local name num_p3d of variable array_dimension_of_3d_arrays_for_microphysics from new to old metadata -INFO: Converting local name frac_grid of variable flag_for_fractional_grid from new to old metadata -INFO: Converting local name dtdtc of variable tendency_of_air_temperature_due_to_radiative_heating_assuming_clear_sky from new to old metadata -INFO: Converting local name chxy of variable surface_drag_coefficient_for_heat_and_moisture_for_noahmp from new to old metadata -INFO: Converting local name dtauy2d_bl of variable y_momentum_tendency_from_blocking_drag from new to old metadata -INFO: Converting local name dtsfc of variable cumulative_surface_upward_sensible_heat_flux_for_diag_multiplied_by_timestep from new to old metadata -INFO: Converting local name gflx_ocean of variable upward_heat_flux_in_soil_over_ocean from new to old metadata -INFO: Converting local name deeprechxy of variable water_table_recharge_when_deep from new to old metadata -INFO: Converting local name imfshalcnv_sas of variable flag_for_sas_shallow_convection_scheme from new to old metadata -INFO: Converting local name woodxy of variable wood_mass from new to old metadata -INFO: Converting local name phy_f3d(:,:,3) of variable air_temperature_at_previous_time_step from new to old metadata -INFO: Converting local name otspt of variable flag_convective_tracer_transport from new to old metadata -INFO: Converting local name tsurf of variable surface_skin_temperature_after_iteration from new to old metadata -INFO: Converting local name phy_f2d(:,array_dimension_of_2d_arrays_for_microphysics) of variable surface_wind_enhancement_due_to_convection from new to old metadata -INFO: Converting local name num_p2d of variable array_dimension_of_2d_arrays_for_microphysics from new to old metadata -INFO: Converting local name diss_est of variable dissipation_estimate_of_air_temperature_at_model_layers from new to old metadata -INFO: Converting local name ffmm_land of variable Monin_Obukhov_similarity_function_for_momentum_over_land from new to old metadata -INFO: Converting local name imfshalcnv of variable flag_for_mass_flux_shallow_convection_scheme from new to old metadata -INFO: Converting local name iopt_rad of variable flag_for_radiation_transfer_option from new to old metadata -INFO: Converting local name effr_in of variable flag_for_cloud_effective_radii from new to old metadata -INFO: Converting local name Sh3D of variable stability_function_for_heat from new to old metadata -INFO: Converting local name con_sbc of variable stefan_boltzmann_constant from new to old metadata -INFO: Converting local name phy_myj_z0base of variable baseline_surface_roughness_length from new to old metadata -INFO: Converting local name sdec of variable sine_of_solar_declination_angle from new to old metadata -INFO: Converting local name f_ice of variable fraction_of_ice_water_cloud from new to old metadata -INFO: Converting local name qs of variable cloud_snow_specific_humidity_at_Lagrangian_surface from new to old metadata -INFO: Converting local name iflip of variable flag_for_vertical_index_direction_control from new to old metadata -INFO: Converting local name draincprv of variable convective_precipitation_rate_from_previous_timestep from new to old metadata -INFO: Converting local name icsdsw of variable seed_random_numbers_sw from new to old metadata -INFO: Converting local name dtaux2d_bl of variable x_momentum_tendency_from_blocking_drag from new to old metadata -INFO: Converting local name uustar_ocean of variable surface_friction_velocity_over_ocean from new to old metadata -INFO: Converting local name zlwb of variable height_of_low_level_wave_breaking from new to old metadata -INFO: Converting local name sigma of variable slope_of_subgrid_orography from new to old metadata -INFO: Converting local name cd_land of variable surface_drag_coefficient_for_momentum_in_air_over_land from new to old metadata -INFO: Converting local name shoc_parm(5) of variable shoc_flag_for_optional_surface_TKE_dissipation from new to old metadata -INFO: Converting local name qss_ice of variable surface_specific_humidity_over_ice from new to old metadata -INFO: Converting local name graupel of variable lwe_thickness_of_graupel_amount_on_dynamics_timestep from new to old metadata -INFO: Converting local name do_myjsfc of variable do_myjsfc from new to old metadata -INFO: Converting local name htsw0 of variable tendency_of_air_temperature_due_to_shortwave_heating_assuming_clear_sky_on_radiation_time_step from new to old metadata -INFO: Converting local name ep of variable cumulative_surface_upward_potential_latent_heat_flux_multiplied_by_timestep from new to old metadata -INFO: Converting local name tprcp of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep from new to old metadata -INFO: Converting local name dnirdf_cpl of variable cumulative_surface_downwelling_diffuse_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name qwv_surf of variable water_vapor_mixing_ratio_at_surface from new to old metadata -INFO: Converting local name fm10_ocean of variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_ocean from new to old metadata -INFO: Converting local name QC_BL of variable subgrid_cloud_mixing_ratio_pbl from new to old metadata -INFO: Converting local name adjsfculw_ice of variable surface_upwelling_longwave_flux_over_ice_interstitial from new to old metadata -INFO: Converting local name tsfci_cpl of variable instantaneous_surface_skin_temperature_for_coupling from new to old metadata -INFO: Converting local name pertz0 of variable magnitude_of_perturbation_of_momentum_roughness_length from new to old metadata -INFO: Converting local name eahxy of variable canopy_air_vapor_pressure from new to old metadata -INFO: Converting local name cnv_dqldt of variable tendency_of_cloud_water_due_to_convective_microphysics from new to old metadata -INFO: Converting local name gq0 of variable tracer_concentration_updated_by_physics from new to old metadata -INFO: Converting local name iopt_dveg of variable flag_for_dynamic_vegetation_option from new to old metadata -INFO: Converting local name gv0(:,1) of variable y_wind_at_lowest_model_layer_updated_by_physics from new to old metadata -INFO: Converting local name first_time_step of variable flag_for_first_time_step from new to old metadata -INFO: Converting local name dtaux2d_ss of variable x_momentum_tendency_from_small_scale_gwd from new to old metadata -INFO: Converting local name wetdpl of variable instantaneous_large_scale_wet_deposition from new to old metadata -INFO: Converting local name cndm_surf of variable surface_condensation_mass from new to old metadata -INFO: Converting local name cmm_land of variable surface_drag_wind_speed_for_momentum_in_air_over_land from new to old metadata -INFO: Converting local name fh2 of variable Monin_Obukhov_similarity_function_for_heat_at_2m from new to old metadata -INFO: Converting local name gw_dudt of variable tendency_of_x_wind_due_to_ugwp from new to old metadata -INFO: Converting local name shinhong of variable flag_for_scale_aware_Shinhong_PBL from new to old metadata -INFO: Converting local name maxMF of variable maximum_mass_flux from new to old metadata -INFO: Converting local name gu0 of variable x_wind_updated_by_physics from new to old metadata -INFO: Converting local name ncstrac of variable number_of_tracers_for_CS from new to old metadata -INFO: Converting local name do_qa of variable flag_for_inline_cloud_fraction_calculation from new to old metadata -INFO: Converting local name pgr of variable surface_air_pressure from new to old metadata -INFO: Converting local name del of variable air_pressure_difference_between_midlayers from new to old metadata -INFO: Converting local name nqrimef of variable index_for_mass_weighted_rime_factor from new to old metadata -INFO: Converting local name du3dt(:,:,1) of variable cumulative_change_in_x_wind_due_to_PBL from new to old metadata -INFO: Converting local name raincs of variable lwe_thickness_of_shallow_convective_precipitation_amount from new to old metadata -INFO: Converting local name xlaixy of variable leaf_area_index from new to old metadata -INFO: Converting local name iopt_alb of variable flag_for_ground_snow_surface_albedo_option from new to old metadata -INFO: Converting local name moninq_fac of variable atmosphere_diffusivity_coefficient_factor from new to old metadata -INFO: Converting local name work3 of variable ratio_of_exner_function_between_midlayer_and_interface_at_lowest_model_layer from new to old metadata -INFO: Converting local name adjnirbmd of variable surface_downwelling_direct_near_infrared_shortwave_flux from new to old metadata -INFO: Converting local name imp_physics_zhao_carr_pdf of variable flag_for_zhao_carr_pdf_microphysics_scheme from new to old metadata -INFO: Converting local name dv3dt(:,:,3) of variable cumulative_change_in_y_wind_due_to_deep_convection from new to old metadata -INFO: Converting local name evcwa of variable cumulative_canopy_upward_latent_heat_flu_multiplied_by_timestep from new to old metadata -INFO: Converting local name lsm_noah of variable flag_for_noah_land_surface_scheme from new to old metadata -INFO: Converting local name ntk of variable index_for_turbulent_kinetic_energy_convective_transport_tracer from new to old metadata -INFO: Converting local name qsnw of variable local_snow_water_mixing_ratio from new to old metadata -INFO: Converting local name edmf_thl of variable emdf_updraft_theta_l from new to old metadata -INFO: Converting local name crtrh(2) of variable critical_relative_humidity_at_PBL_top from new to old metadata -INFO: Converting local name xv of variable diurnal_thermocline_layer_y_current from new to old metadata -INFO: Converting local name rlapse of variable air_temperature_lapse_rate_constant from new to old metadata -INFO: Converting local name clw(:,:,1) of variable ice_water_mixing_ratio_convective_transport_tracer from new to old metadata -INFO: Converting local name levozp of variable vertical_dimension_of_ozone_forcing_data from new to old metadata -INFO: Converting local name spfhmax of variable maximum_specific_humidity_at_2m from new to old metadata -INFO: Converting local name runoff of variable surface_runoff_flux from new to old metadata -INFO: Converting local name do_sb_physics of variable mg_flag_for_sb2001_autoconversion from new to old metadata -INFO: Converting local name phy_myj_a1q of variable weight_for_specific_humidity_at_viscous_sublayer_top from new to old metadata -INFO: Converting local name cactiv of variable conv_activity_counter from new to old metadata -INFO: Converting local name clw(:,:,index_for_turbulent_kinetic_energy_convective_transport_tracer) of variable turbulent_kinetic_energy_convective_transport_tracer from new to old metadata -INFO: Converting local name oz_phys_2015 of variable flag_for_2015_ozone_physics from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_snow_number_concentration) of variable snow_number_concentration from new to old metadata -INFO: Converting local name ntsnc of variable index_for_snow_number_concentration from new to old metadata -INFO: Converting local name dlwsfci_cpl of variable instantaneous_surface_downwelling_longwave_flux_for_coupling from new to old metadata -INFO: Converting local name errflg of variable ccpp_error_flag from new to old metadata -INFO: Converting local name kbot of variable vertical_index_at_cloud_base from new to old metadata -INFO: Converting local name clw_surf of variable cloud_condensed_water_mixing_ratio_at_surface from new to old metadata -INFO: Converting local name skebu_wts of variable weights_for_stochastic_skeb_perturbation_of_x_wind from new to old metadata -INFO: Converting local name snowprv of variable lwe_thickness_of_snow_amount_from_previous_timestep from new to old metadata -INFO: Converting local name spec_adv of variable flag_for_individual_cloud_species_advected from new to old metadata -INFO: Converting local name rainmp of variable lwe_thickness_of_explicit_rain_amount from new to old metadata -INFO: Converting local name jdat of variable forecast_date_and_time from new to old metadata -INFO: Converting local name ntrcaer of variable number_of_aerosol_tracers_MG from new to old metadata -INFO: Converting local name gflux of variable cumulative_surface_ground_heat_flux_multiplied_by_timestep from new to old metadata -INFO: Converting local name q1 of variable water_vapor_specific_humidity_at_lowest_model_layer_for_diag from new to old metadata -INFO: Converting local name gq0(:,1,index_for_water_vapor) of variable water_vapor_specific_humidity_at_lowest_model_layer_updated_by_physics from new to old metadata -INFO: Converting local name nday of variable daytime_points_dimension from new to old metadata -INFO: Converting local name cs_parm(9) of variable entrainment_efficiency_tunable_parameter_9_CS from new to old metadata -INFO: Converting local name flx_form of variable flag_flux_form_CS from new to old metadata -INFO: Converting local name dtsfc_cpl of variable cumulative_surface_upward_sensible_heat_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name nstf_name(1) of variable flag_for_nsstm_run from new to old metadata -INFO: Converting local name ca_sgs of variable flag_for_sgs_cellular_automata from new to old metadata -INFO: Converting local name mg_qcmin(1) of variable mg_minimum_cloud_condensed_water_mixing_ratio from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio from new to old metadata -INFO: Converting local name rilist of variable gas_constants_for_multi_gases_physics from new to old metadata -INFO: Converting local name dtauy2d_ls of variable y_momentum_tendency_from_large_scale_gwd from new to old metadata -INFO: Converting local name oz_coeff of variable number_of_coefficients_in_ozone_forcing_data from new to old metadata -INFO: Converting local name edmf_qt of variable emdf_updraft_total_water from new to old metadata -INFO: Converting local name stmassxy of variable stem_mass from new to old metadata -INFO: Converting local name dgraupelprv of variable graupel_precipitation_rate_from_previous_timestep from new to old metadata -INFO: Converting local name gq0(:,:,index_for_mass_weighted_rime_factor) of variable mass_weighted_rime_factor_updated_by_physics from new to old metadata -INFO: Converting local name alnwf of variable mean_nir_albedo_with_weak_cosz_dependency from new to old metadata -INFO: Converting local name smoiseq of variable equilibrium_soil_water_content from new to old metadata -INFO: Converting local name psautco of variable coefficient_from_cloud_ice_to_snow from new to old metadata -INFO: Converting local name fhlwr of variable frequency_for_longwave_radiation from new to old metadata -INFO: Converting local name xtts of variable sensitivity_of_dtl_heat_content_to_surface_temperature from new to old metadata -INFO: Converting local name tracers_start_index of variable start_index_of_other_tracers from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_ice_cloud_condensate) of variable tendency_of_ice_cloud_water_mixing_ratio_due_to_model_physics from new to old metadata -INFO: Converting local name jsd of variable starting_y_direction_index_domain from new to old metadata -INFO: Converting local name semis_land of variable surface_longwave_emissivity_over_land_interstitial from new to old metadata -INFO: Converting local name tdomr of variable dominant_rain_type from new to old metadata -INFO: Converting local name conv_act of variable gf_memory_counter from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_ice_cloud_number_concentration) of variable ice_number_concentration from new to old metadata -INFO: Converting local name ugrs(:,1) of variable x_wind_at_lowest_model_layer from new to old metadata -INFO: Converting local name qicn of variable mass_fraction_of_convective_cloud_ice from new to old metadata -INFO: Converting local name fh2_ice of variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_ice from new to old metadata -INFO: Converting local name tsq of variable t_prime_squared from new to old metadata -INFO: Converting local name tdomip of variable dominant_sleet_type from new to old metadata -INFO: Converting local name lslwr of variable flag_to_calc_lw from new to old metadata -INFO: Converting local name GFS_cldprop_type of variable GFS_cldprop_type from new to old metadata -INFO: Converting local name imp_physics of variable flag_for_microphysics_scheme from new to old metadata -INFO: Converting local name sfcalb(:,1) of variable surface_albedo_due_to_near_IR_direct from new to old metadata -INFO: Converting local name mg_do_graupel of variable mg_flag_for_graupel from new to old metadata -INFO: Converting local name soilm of variable soil_moisture_content from new to old metadata -INFO: Converting local name exch_m of variable atmosphere_momentum_diffusivity_for_mynnpbl from new to old metadata -INFO: Converting local name wetdpc of variable instantaneous_convective_scale_wet_deposition from new to old metadata -INFO: Converting local name el_pbl of variable mixing_length from new to old metadata -INFO: Converting local name ncnvc of variable index_for_convective_cloud_cover_in_phy_f3d from new to old metadata -INFO: Converting local name fn_nml of variable namelist_filename from new to old metadata -INFO: Converting local name weasd_ocean of variable water_equivalent_accumulated_snow_depth_over_ocean from new to old metadata -INFO: Converting local name evfact_deep of variable rain_evaporation_coefficient_deep_convection from new to old metadata -INFO: Converting local name dqsfc of variable cumulative_surface_upward_latent_heat_flux_for_diag_multiplied_by_timestep from new to old metadata -INFO: Converting local name totgrpb of variable accumulated_lwe_thickness_of_graupel_amount_in_bucket from new to old metadata -INFO: Converting local name trans_aero of variable flag_for_aerosol_convective_transport_and_PBL_diffusion from new to old metadata -INFO: Converting local name dusfc_bl of variable integrated_x_momentum_flux_from_blocking_drag from new to old metadata -INFO: Converting local name gw_kdis of variable eddy_mixing_due_to_ugwp from new to old metadata -INFO: Converting local name mg_qcmin of variable mg_minimum_cloud_condensed_water_and_ice_mixing_ratio from new to old metadata -INFO: Converting local name dq3dt(:,:,3) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_shal_convection from new to old metadata -INFO: Converting local name qi of variable cloud_ice_specific_humidity_at_Lagrangian_surface from new to old metadata -INFO: Converting local name imfshalcnv_gf of variable flag_for_ntiedtke_shallow_convection_scheme from new to old metadata -INFO: Converting local name zorl_ocean of variable surface_roughness_length_over_ocean_interstitial from new to old metadata -INFO: Converting local name tsfc_ice of variable surface_skin_temperature_over_ice_interstitial from new to old metadata -INFO: Converting local name input_nml_file_length of variable number_of_lines_of_namelist_filename_for_internal_file_reads from new to old metadata -INFO: Converting local name flhc of variable surface_exchange_coefficient_for_heat from new to old metadata -INFO: Converting local name qke of variable tke_at_mass_points from new to old metadata -INFO: Converting local name snowd of variable surface_snow_thickness_water_equivalent from new to old metadata -INFO: Converting local name ncpr of variable local_rain_number_concentration from new to old metadata -INFO: Converting local name ldiag3d of variable flag_diagnostics_3D from new to old metadata -INFO: Converting local name ffhh_ocean of variable Monin_Obukhov_similarity_function_for_heat_over_ocean from new to old metadata -INFO: Converting local name nsamftrac of variable number_of_tracers_for_samf from new to old metadata -INFO: Converting local name con_hvap of variable latent_heat_of_vaporization_of_water_at_0C from new to old metadata -INFO: Converting local name dtaux2d_fd of variable x_momentum_tendency_from_form_drag from new to old metadata -INFO: Converting local name levh2o of variable vertical_dimension_of_h2o_forcing_data from new to old metadata -INFO: Converting local name ras of variable flag_for_ras_deep_convection from new to old metadata -INFO: Converting local name ialb of variable flag_for_using_climatology_albedo from new to old metadata -INFO: Converting local name raincd of variable lwe_thickness_of_deep_convective_precipitation_amount from new to old metadata -INFO: Converting local name alb1d of variable surface_albedo_perturbation from new to old metadata -INFO: Converting local name nwat of variable number_of_water_species from new to old metadata -INFO: Converting local name dwn_mf of variable cumulative_atmosphere_downdraft_convective_mass_flux from new to old metadata -INFO: Converting local name save_t of variable air_temperature_save from new to old metadata -INFO: Converting local name fice of variable sea_ice_concentration from new to old metadata -INFO: Converting local name dvisdf_cpl of variable cumulative_surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name cvb of variable pressure_at_bottom_of_convective_cloud from new to old metadata -INFO: Converting local name save_q(:,:,index_for_ice_cloud_condensate) of variable ice_water_mixing_ratio_save from new to old metadata -INFO: Converting local name gq0(:,:,index_for_snow_water) of variable snow_water_mixing_ratio_updated_by_physics from new to old metadata -INFO: Converting local name qrain of variable sensible_heat_flux_due_to_rainfall from new to old metadata -INFO: Converting local name stress_ocean of variable surface_wind_stress_over_ocean from new to old metadata -INFO: Converting local name adjsfculw_land of variable surface_upwelling_longwave_flux_over_land_interstitial from new to old metadata -INFO: Converting local name ndust of variable number_of_dust_bins_for_diagnostics from new to old metadata -INFO: Converting local name GFS_radtend_type of variable GFS_radtend_type from new to old metadata -INFO: Converting local name ngas of variable number_of_gases_for_multi_gases_physics from new to old metadata -INFO: Converting local name diceprv of variable ice_precipitation_rate_from_previous_timestep from new to old metadata -INFO: Converting local name con_ttp of variable triple_point_temperature_of_water from new to old metadata -INFO: Converting local name rechxy of variable water_table_recharge_when_shallow from new to old metadata -INFO: Converting local name ffhh of variable Monin_Obukhov_similarity_function_for_heat from new to old metadata -INFO: Converting local name edmf_w of variable emdf_updraft_vertical_velocity from new to old metadata -INFO: Converting local name sed_supersat of variable mg_allow_supersat_after_sed from new to old metadata -INFO: Converting local name sr of variable ratio_of_snowfall_to_rainfall from new to old metadata -INFO: Converting local name stc of variable soil_temperature from new to old metadata -INFO: Converting local name idate of variable date_and_time_at_model_initialization_reordered from new to old metadata -INFO: Converting local name nctp of variable number_of_cloud_types_CS from new to old metadata -INFO: Converting local name levrp1 of variable number_of_vertical_layers_for_radiation_calculations_plus_one from new to old metadata -INFO: Converting local name v10mmax of variable maximum_y_wind_at_10m from new to old metadata -INFO: Converting local name clouds(:,:,8) of variable cloud_snow_water_path from new to old metadata -INFO: Converting local name dusfc of variable cumulative_surface_x_momentum_flux_for_diag_multiplied_by_timestep from new to old metadata -INFO: Converting local name sfcalb(:,3) of variable surface_albedo_due_to_UV_and_VIS_direct from new to old metadata -INFO: Converting local name zmtnblck of variable level_of_dividing_streamline from new to old metadata -INFO: Converting local name xcosz of variable instantaneous_cosine_of_zenith_angle from new to old metadata -INFO: Converting local name CCPP_interstitial_type of variable CCPP_interstitial_type from new to old metadata -INFO: Converting local name theta of variable angle_from_east_of_maximum_subgrid_orographic_variations from new to old metadata -INFO: Converting local name nbdsw of variable number_of_aerosol_bands_for_shortwave_radiation from new to old metadata -INFO: Converting local name dqsfc1 of variable instantaneous_surface_upward_latent_heat_flux from new to old metadata -INFO: Converting local name htrsw of variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_timestep from new to old metadata -INFO: Converting local name gq0(:,:,index_for_graupel_number_concentration) of variable graupel_number_concentration_updated_by_physics from new to old metadata -INFO: Converting local name ntgnc of variable index_for_graupel_number_concentration from new to old metadata -INFO: Converting local name semis of variable surface_longwave_emissivity from new to old metadata -INFO: Converting local name ca_smooth of variable flag_for_gaussian_spatial_filter from new to old metadata -INFO: Converting local name zhour of variable time_since_diagnostics_zeroed from new to old metadata -INFO: Converting local name uswsfci of variable surface_upwelling_shortwave_flux from new to old metadata -INFO: Converting local name dq3dt(:,:,6) of variable cumulative_change_in_ozone_concentration_due_to_production_and_loss_rate from new to old metadata -INFO: Converting local name con_t0c of variable temperature_at_zero_celsius from new to old metadata -INFO: Converting local name dvsfcin_cpl of variable surface_y_momentum_flux_for_coupling from new to old metadata -INFO: Converting local name runoff of variable total_runoff from new to old metadata -INFO: Converting local name upd_mf of variable cumulative_atmosphere_updraft_convective_mass_flux from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_for_cloud_fraction_in_3d_arrays_for_microphysics) of variable cloud_fraction_for_MG from new to old metadata -INFO: Converting local name indcld of variable index_for_cloud_fraction_in_3d_arrays_for_microphysics from new to old metadata -INFO: Converting local name vegtype of variable vegetation_type_classification from new to old metadata -INFO: Converting local name ied of variable ending_x_direction_index_domain from new to old metadata -INFO: Converting local name transa of variable cumulative_transpiration_flux_multiplied_by_timestep from new to old metadata -INFO: Converting local name dt3dt(:,:,2) of variable cumulative_change_in_temperature_due_to_shortwave_radiation from new to old metadata -INFO: Converting local name dvsfc_ls of variable integrated_y_momentum_flux_from_large_scale_gwd from new to old metadata -INFO: Converting local name snowd_ocean of variable surface_snow_thickness_water_equivalent_over_ocean from new to old metadata -INFO: Converting local name clouds(:,:,2) of variable cloud_liquid_water_path from new to old metadata -INFO: Converting local name visbmui of variable surface_upwelling_direct_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name plvl of variable air_pressure_at_interface_for_radiation_in_hPa from new to old metadata -INFO: Converting local name uustar_land of variable surface_friction_velocity_over_land from new to old metadata -INFO: Converting local name phy_myj_akms of variable momentum_exchange_coefficient_for_MYJ_schemes from new to old metadata -INFO: Converting local name cnv_fice of variable ice_fraction_in_convective_tower from new to old metadata -INFO: Converting local name nbdlw of variable number_of_aerosol_bands_for_longwave_radiation from new to old metadata -INFO: Converting local name dudt_mtb of variable instantaneous_change_in_x_wind_due_to_mountain_blocking_drag from new to old metadata -INFO: Converting local name rb_ocean of variable bulk_richardson_number_at_lowest_model_level_over_ocean from new to old metadata -INFO: Converting local name ccnorm of variable flag_for_cloud_condensate_normalized_by_cloud_cover from new to old metadata -INFO: Converting local name dqdt of variable tendency_of_tracers_due_to_model_physics from new to old metadata -INFO: Converting local name u10m of variable x_wind_at_10m from new to old metadata -INFO: Converting local name tmpmin of variable minimum_temperature_at_2m from new to old metadata -INFO: Converting local name save_u of variable x_wind_save from new to old metadata -INFO: Converting local name tsnow of variable snow_temperature_bottom_first_layer from new to old metadata -INFO: Converting local name kind_INTEGER of variable kind_INTEGER from new to old metadata -INFO: Converting local name nswsfc_cpl of variable cumulative_surface_net_downward_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name vgrs(:,1) of variable y_wind_at_lowest_model_layer from new to old metadata -INFO: Converting local name bl_mynn_edmf_tke of variable edmf_tke_transport_flag from new to old metadata -INFO: Converting local name tile_num of variable number_of_tile from new to old metadata -INFO: Converting local name con_pi of variable pi from new to old metadata -INFO: Converting local name abem of variable instantaneous_anthopogenic_and_biomass_burning_emissions from new to old metadata -INFO: Converting local name latidxprnt of variable latitude_index_in_debug_printouts from new to old metadata -INFO: Converting local name tcrf of variable cloud_phase_transition_denominator from new to old metadata -INFO: Converting local name cpilist of variable specific_heat_capacities_for_multi_gases_physics from new to old metadata -INFO: Converting local name tprcp_ocean of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_ocean from new to old metadata -INFO: Converting local name vgrs of variable y_wind from new to old metadata -INFO: Converting local name me of variable mpi_rank from new to old metadata -INFO: Converting local name nseffr of variable index_for_snow_effective_radius from new to old metadata -INFO: Converting local name crtrh(1) of variable critical_relative_humidity_at_surface from new to old metadata -INFO: Converting local name nrcm of variable array_dimension_of_random_number from new to old metadata -INFO: Converting local name phy_f2d(:,2) of variable surface_air_pressure_at_previous_time_step from new to old metadata -INFO: Converting local name totice of variable accumulated_lwe_thickness_of_ice_amount from new to old metadata -INFO: Converting local name vdftra of variable vertically_diffused_tracer_concentration from new to old metadata -INFO: Converting local name clam_shal of variable entrainment_rate_coefficient_shallow_convection from new to old metadata -INFO: Converting local name ulwsfc of variable cumulative_surface_upwelling_longwave_flux_multiplied_by_timestep from new to old metadata -INFO: Converting local name cldf of variable cloud_area_fraction from new to old metadata -INFO: Converting local name prslk of variable dimensionless_exner_function_at_model_layers from new to old metadata -INFO: Converting local name imp_physics_wsm6 of variable flag_for_wsm6_microphysics_scheme from new to old metadata -INFO: Converting local name blksz(ccpp_block_number) of variable horizontal_loop_extent from new to old metadata -INFO: Converting local name dtp of variable time_step_for_physics from new to old metadata -INFO: Converting local name nnirdf_cpl of variable cumulative_surface_net_downward_diffuse_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name tsurf_ice of variable surface_skin_temperature_after_iteration_over_ice from new to old metadata -INFO: Converting local name snowfallac of variable total_accumulated_snowfall from new to old metadata -INFO: Converting local name solhr of variable forecast_hour_of_the_day from new to old metadata -INFO: Converting local name use_zmtnblck of variable flag_for_mountain_blocking from new to old metadata -INFO: Converting local name sfcflw_type of variable sfcflw_type from new to old metadata -INFO: Converting local name rhofr of variable density_of_frozen_precipitation from new to old metadata -INFO: Converting local name dxmax of variable maximum_scaling_factor_for_critical_relative_humidity from new to old metadata -INFO: Converting local name rainc_cpl of variable lwe_thickness_of_convective_precipitation_amount_for_coupling from new to old metadata -INFO: Converting local name prautco of variable coefficient_from_cloud_water_to_rain from new to old metadata -INFO: Converting local name cumabs of variable maximum_column_heating_rate from new to old metadata -INFO: Converting local name Statein of variable GFS_statein_type_instance from new to old metadata -INFO: Converting local name ntasks of variable mpi_size from new to old metadata -INFO: Converting local name qsq of variable q_prime_squared from new to old metadata -INFO: Converting local name bl_mynn_mixqt of variable mix_total_water_flag from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_turbulent_kinetic_energy) of variable tendency_of_turbulent_kinetic_energy_due_to_model_physics from new to old metadata -INFO: Converting local name ntke of variable index_for_turbulent_kinetic_energy from new to old metadata -INFO: Converting local name kmp of variable top_layer_index_for_fast_physics from new to old metadata -INFO: Converting local name ffhh_ice of variable Monin_Obukhov_similarity_function_for_heat_over_ice from new to old metadata -INFO: Converting local name dq3dt(:,:,1) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_PBL from new to old metadata -INFO: Converting local name con_hfus of variable latent_heat_of_fusion_of_water_at_0C from new to old metadata -INFO: Converting local name isubc_lw of variable flag_for_lw_clouds_without_sub_grid_approximation from new to old metadata -INFO: Converting local name du3dt(:,:,3) of variable cumulative_change_in_x_wind_due_to_deep_convection from new to old metadata -INFO: Converting local name clx of variable fraction_of_grid_box_with_subgrid_orography_higher_than_critical_height from new to old metadata -INFO: Converting local name shoc_parm(4) of variable shoc_implicit_TKE_integration_uncentering_term from new to old metadata -INFO: Converting local name gasvmr(:,:,7) of variable volume_mixing_ratio_cfc12 from new to old metadata -INFO: Converting local name cappa of variable cappa_moist_gas_constant_at_Lagrangian_surface from new to old metadata -INFO: Converting local name cf_upi of variable convective_cloud_fraction_for_microphysics from new to old metadata -INFO: Converting local name cdata of variable ccpp_t_instance from new to old metadata -INFO: Converting local name phy_myj_akhs of variable heat_exchange_coefficient_for_MYJ_schemes from new to old metadata -INFO: Converting local name sedim of variable instantaneous_sedimentation from new to old metadata -INFO: Converting local name graupelmp of variable lwe_thickness_of_graupel_amount from new to old metadata -INFO: Converting local name skebu_wts of variable weights_for_stochastic_skeb_perturbation_of_x_wind_flipped from new to old metadata -INFO: Converting local name GFS_control_type of variable GFS_control_type from new to old metadata -INFO: Converting local name yearlen of variable number_of_days_in_year from new to old metadata -INFO: Converting local name save_q(:,:,index_for_water_vapor) of variable water_vapor_specific_humidity_save from new to old metadata -INFO: Converting local name smois of variable volume_fraction_of_soil_moisture_for_land_surface_model from new to old metadata -INFO: Converting local name gq0(:,:,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio_updated_by_physics from new to old metadata -INFO: Converting local name pwat of variable column_precipitable_water from new to old metadata -INFO: Converting local name cld1d of variable cloud_work_function from new to old metadata -INFO: Converting local name qvi of variable gas_tracers_for_multi_gas_physics_at_Lagrangian_surface from new to old metadata -INFO: Converting local name gabsbdlw of variable surface_downwelling_longwave_flux_absorbed_by_ground from new to old metadata -INFO: Converting local name tau_ngw of variable time_integral_of_momentum_flux_due_to_nonstationary_gravity_wave from new to old metadata -INFO: Converting local name xlat_d of variable latitude_degree from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_for_ice_effective_radius) of variable effective_radius_of_stratiform_cloud_ice_particle_in_um from new to old metadata -INFO: Converting local name nieffr of variable index_for_ice_effective_radius from new to old metadata -INFO: Converting local name do_ca of variable flag_for_cellular_automata from new to old metadata -INFO: Converting local name wtxy of variable water_storage_in_aquifer_and_saturated_soil from new to old metadata -INFO: Converting local name srunoff of variable surface_runoff from new to old metadata -INFO: Converting local name ntrnc of variable index_for_rain_number_concentration from new to old metadata -INFO: Converting local name ustm of variable surface_friction_velocity_drag from new to old metadata -INFO: Converting local name cnvprcp of variable cumulative_lwe_thickness_of_convective_precipitation_amount from new to old metadata -INFO: Converting local name imfdeepcnv_samf of variable flag_for_samf_deep_convection_scheme from new to old metadata -INFO: Converting local name si of variable vertical_sigma_coordinate_for_radiation_initialization from new to old metadata -INFO: Converting local name gwdcu of variable tendency_of_x_wind_due_to_convective_gravity_wave_drag from new to old metadata -INFO: Converting local name elvmax of variable maximum_subgrid_orography from new to old metadata -INFO: Converting local name slimskin_cpl of variable sea_land_ice_mask_in from new to old metadata -INFO: Converting local name dtsfc_cice of variable surface_upward_sensible_heat_flux_for_coupling_interstitial from new to old metadata -INFO: Converting local name do_mynnedmf of variable do_mynnedmf from new to old metadata -INFO: Converting local name zorll of variable surface_roughness_length_over_land from new to old metadata -INFO: Converting local name nswsfci_cpl of variable instantaneous_surface_net_downward_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name do_cldice of variable mg_flag_for_cloud_ice_processes from new to old metadata -INFO: Converting local name alboldxy of variable snow_albedo_at_previous_time_step from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_graupel) of variable graupel_mixing_ratio from new to old metadata -INFO: Converting local name rhcmax of variable maximum_critical_relative_humidity from new to old metadata -INFO: Converting local name Stateout of variable GFS_stateout_type_instance from new to old metadata -INFO: Converting local name nirbmdi of variable surface_downwelling_direct_near_infrared_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name gfluxi of variable instantaneous_surface_ground_heat_flux from new to old metadata -INFO: Converting local name drainncprv of variable explicit_rainfall_rate_from_previous_timestep from new to old metadata -INFO: Converting local name gflx of variable upward_heat_flux_in_soil from new to old metadata -INFO: Converting local name hflx_ocean of variable kinematic_surface_upward_sensible_heat_flux_over_ocean from new to old metadata -INFO: Converting local name nvdiff of variable number_of_vertical_diffusion_tracers from new to old metadata -INFO: Converting local name dspheat of variable flag_TKE_dissipation_heating from new to old metadata -INFO: Converting local name fhswr of variable frequency_for_shortwave_radiation from new to old metadata -INFO: Converting local name nthreads of variable omp_threads from new to old metadata -INFO: Converting local name islmsk of variable sea_land_ice_mask from new to old metadata -INFO: Converting local name ntchmdiag of variable number_of_chemical_tracers_for_diagnostics from new to old metadata -INFO: Converting local name nstf_name(5) of variable vertical_temperature_average_range_upper_bound from new to old metadata -INFO: Converting local name forceq of variable moisture_tendency_due_to_dynamics from new to old metadata -INFO: Converting local name nseasalt of variable number_of_seasalt_bins_for_diagnostics from new to old metadata -INFO: Converting local name gasvmr(:,:,2) of variable volume_mixing_ratio_n2o from new to old metadata -INFO: Converting local name ctei_rml of variable grid_sensitive_critical_cloud_top_entrainment_instability_criteria from new to old metadata -INFO: Converting local name sfc_wts of variable weights_for_stochastic_surface_physics_perturbation from new to old metadata -INFO: Converting local name oc of variable convexity_of_subgrid_orography from new to old metadata -INFO: Converting local name ep1d of variable surface_upward_potential_latent_heat_flux from new to old metadata -INFO: Converting local name u10mmax of variable maximum_x_wind_at_10m from new to old metadata -INFO: Converting local name nca of variable number_of_independent_cellular_automata from new to old metadata -INFO: Converting local name rtmassxy of variable fine_root_mass from new to old metadata -INFO: Converting local name ffmm_ocean of variable Monin_Obukhov_similarity_function_for_momentum_over_ocean from new to old metadata -INFO: Converting local name pertlai of variable magnitude_of_perturbation_of_leaf_area_index from new to old metadata -INFO: Converting local name mg_ncnst of variable mg_drop_concentration_constant from new to old metadata -INFO: Converting local name pgcon_shal of variable momentum_transport_reduction_factor_pgf_shallow_convection from new to old metadata -INFO: Converting local name edmf_qc of variable emdf_updraft_cloud_water from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_graupel) of variable tendency_of_graupel_mixing_ratio_due_to_model_physics from new to old metadata -INFO: Converting local name acvt of variable largest_cloud_top_vertical_index_encountered_thus_far from new to old metadata -INFO: Converting local name cmm of variable surface_drag_wind_speed_for_momentum_in_air from new to old metadata -INFO: Converting local name dt_cool of variable sub_layer_cooling_amount from new to old metadata -INFO: Converting local name qc_r of variable cloud_liquid_water_mixing_ratio from new to old metadata -INFO: Converting local name ral_ts of variable time_scale_for_rayleigh_damping from new to old metadata -INFO: Converting local name GFS_diag_type of variable GFS_diag_type from new to old metadata -INFO: Converting local name dnirdfi_cpl of variable instantaneous_surface_downwelling_diffuse_near_infrared_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name chh_ice of variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_ice from new to old metadata -INFO: Converting local name flipv of variable flag_flip from new to old metadata -INFO: Converting local name ldiag_ugwp of variable diag_ugwp_flag from new to old metadata -INFO: Converting local name ctei_r of variable cloud_top_entrainment_instability_value from new to old metadata -INFO: Converting local name ccn_nm of variable ccn_number_concentration from new to old metadata -INFO: Converting local name edmf_ent of variable emdf_updraft_entrainment_rate from new to old metadata -INFO: Converting local name htswc of variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step from new to old metadata -INFO: Converting local name phy_myj_thz0 of variable potential_temperature_at_viscous_sublayer_top from new to old metadata -INFO: Converting local name bl_mynn_edmf of variable edmf_flag from new to old metadata -INFO: Converting local name con_rd of variable gas_constant_dry_air from new to old metadata -INFO: Converting local name qss_land of variable surface_specific_humidity_over_land from new to old metadata -INFO: Converting local name zt1d of variable perturbation_of_heat_to_momentum_roughness_length_ratio from new to old metadata -INFO: Converting local name imp_physics_zhao_carr of variable flag_for_zhao_carr_microphysics_scheme from new to old metadata -INFO: Converting local name delz of variable thickness_at_Lagrangian_surface from new to old metadata -INFO: Converting local name dtsfci of variable instantaneous_surface_upward_sensible_heat_flux_for_diag from new to old metadata -INFO: Converting local name dvsfc_fd of variable integrated_y_momentum_flux_from_form_drag from new to old metadata -INFO: Converting local name totprcpb of variable accumulated_lwe_thickness_of_precipitation_amount_in_bucket from new to old metadata -INFO: Converting local name tcr of variable cloud_phase_transition_threshold_temperature from new to old metadata -INFO: Converting local name clstp of variable convective_cloud_switch from new to old metadata -INFO: Converting local name isatmedmf_vdifq of variable choice_of_updated_scale_aware_TKE_moist_EDMF_PBL from new to old metadata -INFO: Converting local name coszen of variable cosine_of_zenith_angle from new to old metadata -INFO: Converting local name nifa2d of variable tendency_of_ice_friendly_aerosols_at_surface from new to old metadata -INFO: Converting local name icy of variable flag_nonzero_sea_ice_surface_fraction from new to old metadata -INFO: Converting local name dudt of variable tendency_of_x_wind_due_to_model_physics from new to old metadata -INFO: Converting local name bl_dnfr of variable downdraft_fraction_in_boundary_layer_mass_flux_scheme from new to old metadata -INFO: Converting local name snohf of variable snow_freezing_rain_upward_latent_heat_flux from new to old metadata -INFO: Converting local name bexp1d of variable perturbation_of_soil_type_b_parameter from new to old metadata -INFO: Converting local name faersw of variable aerosol_optical_properties_for_shortwave_bands_01_16 from new to old metadata -INFO: Converting local name dtdt of variable tendency_of_air_temperature_due_to_model_physics from new to old metadata -INFO: Converting local name nvisdf_cpl of variable cumulative_surface_net_downward_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name dqsfcin_cpl of variable surface_upward_latent_heat_flux_for_coupling from new to old metadata -INFO: Converting local name con_p0 of variable standard_atmospheric_pressure from new to old metadata -INFO: Converting local name con_epsq of variable minimum_value_of_specific_humidity from new to old metadata -INFO: Converting local name dusfci_cpl of variable instantaneous_surface_x_momentum_flux_for_coupling from new to old metadata -INFO: Converting local name ep1d_ice of variable surface_upward_potential_latent_heat_flux_over_ice from new to old metadata -INFO: Converting local name fhour of variable forecast_time from new to old metadata -INFO: Converting local name refl_10cm of variable radar_reflectivity_10cm from new to old metadata -INFO: Converting local name shum_wts of variable weights_for_stochastic_shum_perturbation_flipped from new to old metadata -INFO: Converting local name dspfac of variable tke_dissipative_heating_factor from new to old metadata -INFO: Converting local name nnirbmi_cpl of variable instantaneous_surface_net_downward_direct_near_infrared_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name c1_deep of variable detrainment_conversion_parameter_deep_convection from new to old metadata -INFO: Converting local name dt3dt(:,:,4) of variable cumulative_change_in_temperature_due_to_deep_convection from new to old metadata -INFO: Converting local name dv3dt(:,:,4) of variable cumulative_change_in_y_wind_due_to_convective_gravity_wave_drag from new to old metadata -INFO: Converting local name phy_myj_a1u of variable weight_for_momentum_at_viscous_sublayer_top from new to old metadata -INFO: Converting local name iopt_stc of variable flag_for_soil_and_snow_temperature_time_stepping_option from new to old metadata -INFO: Converting local name adjvisbmd of variable surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux from new to old metadata -INFO: Converting local name icloud_bl of variable couple_sgs_clouds_to_radiation_flag from new to old metadata -INFO: Converting local name rb of variable bulk_richardson_number_at_lowest_model_level from new to old metadata -INFO: Converting local name faerlw(:,:,:,2) of variable aerosol_single_scattering_albedo_for_longwave_bands_01_16 from new to old metadata -INFO: Converting local name phy_myj_elflx of variable kinematic_surface_latent_heat_flux from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_for_snow_effective_radius) of variable effective_radius_of_stratiform_cloud_snow_particle_in_um from new to old metadata -INFO: Converting local name iopt_tbot of variable flag_for_lower_boundary_soil_temperature_option from new to old metadata -INFO: Converting local name pdfflag of variable flag_for_pdf_for_morrison_gettelman_microphysics_scheme from new to old metadata -INFO: Converting local name do_aw of variable flag_for_Arakawa_Wu_adjustment from new to old metadata -INFO: Converting local name do_tofd of variable turb_oro_form_drag_flag from new to old metadata -INFO: Converting local name dqdti of variable instantaneous_water_vapor_specific_humidity_tendency_due_to_convection from new to old metadata -INFO: Converting local name qi_r of variable cloud_ice_mixing_ratio from new to old metadata -INFO: Converting local name flag_iter of variable flag_for_iteration from new to old metadata -INFO: Converting local name CLDFRA_BL of variable subgrid_cloud_fraction_pbl from new to old metadata -INFO: Converting local name zorl_ice of variable surface_roughness_length_over_ice_interstitial from new to old metadata -INFO: Converting local name dd_mf of variable instantaneous_atmosphere_downdraft_convective_mass_flux from new to old metadata -INFO: Converting local name visdfui of variable surface_upwelling_diffuse_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name julian of variable julian_day from new to old metadata -INFO: Converting local name cd_ice of variable surface_drag_coefficient_for_momentum_in_air_over_ice from new to old metadata -INFO: Converting local name iovr_lw of variable flag_for_max_random_overlap_clouds_for_longwave_radiation from new to old metadata -INFO: Converting local name lmp of variable adjusted_vertical_level_dimension_for_radiation from new to old metadata -INFO: Converting local name kdt of variable index_of_time_step from new to old metadata -INFO: Converting local name ushfsfci of variable instantaneous_surface_upward_sensible_heat_flux_for_chemistry_coupling from new to old metadata -INFO: Converting local name rb_land of variable bulk_richardson_number_at_lowest_model_level_over_land from new to old metadata -INFO: Converting local name uustar of variable surface_friction_velocity from new to old metadata -INFO: Converting local name adjnirbmu of variable surface_upwelling_direct_near_infrared_shortwave_flux from new to old metadata -INFO: Converting local name do_mynnsfclay of variable do_mynnsfclay from new to old metadata -INFO: Converting local name aero_in of variable flag_for_aerosol_input_MG from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_water_vapor) of variable tendency_of_water_vapor_specific_humidity_due_to_model_physics from new to old metadata -INFO: Converting local name mol of variable theta_star from new to old metadata -INFO: Converting local name fwetxy of variable area_fraction_of_wet_canopy from new to old metadata -INFO: Converting local name phy_f2d(:,1) of variable surface_air_pressure_two_time_steps_back from new to old metadata -INFO: Converting local name topflw of variable lw_fluxes_top_atmosphere from new to old metadata -INFO: Converting local name satmedmf of variable flag_for_scale_aware_TKE_moist_EDMF_PBL from new to old metadata -INFO: Converting local name waxy of variable water_storage_in_aquifer from new to old metadata -INFO: Converting local name snow of variable lwe_thickness_of_snow_amount_on_dynamics_timestep from new to old metadata -INFO: Converting local name ivegsrc of variable vegetation_type_dataset_choice from new to old metadata -INFO: Converting local name sigmaf of variable bounded_vegetation_area_fraction from new to old metadata -INFO: Converting local name f_rain of variable fraction_of_rain_water_cloud from new to old metadata -INFO: Converting local name dkt of variable instantaneous_atmosphere_heat_diffusivity from new to old metadata -INFO: Converting local name asolfac_deep of variable aerosol_aware_parameter_deep_convection from new to old metadata -INFO: Converting local name dv3dt(:,:,2) of variable cumulative_change_in_y_wind_due_to_orographic_gravity_wave_drag from new to old metadata -INFO: Converting local name ipr of variable horizontal_index_of_printed_column from new to old metadata -INFO: Converting local name npzcappa of variable vertical_dimension_for_cappa_at_Lagrangian_surface from new to old metadata -INFO: Converting local name clam_deep of variable entrainment_rate_coefficient_deep_convection from new to old metadata -INFO: Converting local name dusfci of variable instantaneous_surface_x_momentum_flux_for_diag from new to old metadata -INFO: Converting local name cs_parm(4) of variable detrainment_and_precipitation_tunable_parameter_4_CS from new to old metadata -INFO: Converting local name levsp1 of variable vertical_dimension_plus_one from new to old metadata -INFO: Converting local name con_cp of variable specific_heat_of_dry_air_at_constant_pressure from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_water_vapor) of variable water_vapor_specific_humidity from new to old metadata -INFO: Converting local name prsik(:,1) of variable dimensionless_exner_function_at_lowest_model_interface from new to old metadata -INFO: Converting local name gasvmr(:,:,5) of variable volume_mixing_ratio_co from new to old metadata -INFO: Converting local name mg_ngcons of variable mg_flag_graupel_concentration_constant from new to old metadata -INFO: Converting local name acsnow of variable accumulated_water_equivalent_of_frozen_precip from new to old metadata -INFO: Converting local name levsm1 of variable vertical_dimension_minus_one from new to old metadata -INFO: Converting local name phy_myj_a1t of variable weight_for_potental_temperature_at_viscous_sublayer_top from new to old metadata -INFO: Converting local name ntracp1 of variable number_of_tracers_plus_one from new to old metadata -INFO: Converting local name GFS_Data of variable GFS_data_type_instance_all_blocks from new to old metadata -INFO: Converting local name zol of variable surface_stability_parameter from new to old metadata -INFO: Converting local name CCPP_interstitial of variable CCPP_interstitial_type_instance from new to old metadata -INFO: Converting local name isd of variable starting_x_direction_index_domain from new to old metadata -INFO: Converting local name cplflx of variable flag_for_flux_coupling from new to old metadata -INFO: Converting local name lradar of variable flag_for_radar_reflectivity from new to old metadata -INFO: Converting local name iseed_ca of variable seed_for_random_number_generation_in_cellular_automata_scheme from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_for_convective_cloud_cover_in_phy_f3d) of variable convective_cloud_cover_in_phy_f3d from new to old metadata -INFO: Converting local name dqsfci of variable instantaneous_surface_upward_latent_heat_flux_for_diag from new to old metadata -INFO: Converting local name dxmin of variable minimum_scaling_factor_for_critical_relative_humidity from new to old metadata -INFO: Converting local name sppt_wts of variable weights_for_stochastic_sppt_perturbation from new to old metadata -INFO: Converting local name tahxy of variable canopy_air_temperature from new to old metadata -INFO: Converting local name imn of variable forecast_month from new to old metadata -INFO: Converting local name evcw of variable canopy_upward_latent_heat_flux from new to old metadata -INFO: Converting local name input_nml_file of variable namelist_filename_for_internal_file_reads from new to old metadata -INFO: Converting local name raddt of variable time_step_for_radiation from new to old metadata -INFO: Converting local name dvisbmi_cpl of variable instantaneous_surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name gwdcv of variable tendency_of_y_wind_due_to_convective_gravity_wave_drag from new to old metadata -INFO: Converting local name evbsa of variable cumulative_soil_upward_latent_heat_flux_multiplied_by_timestep from new to old metadata -INFO: Converting local name cldwrk of variable cumulative_cloud_work_function from new to old metadata -INFO: Converting local name npzdelz of variable vertical_dimension_for_thickness_at_Lagrangian_surface from new to old metadata -INFO: Converting local name dvsfc_cice of variable surface_y_momentum_flux_for_coupling_interstitial from new to old metadata -INFO: Converting local name ql of variable cloud_liquid_water_specific_humidity_at_Lagrangian_surface from new to old metadata -INFO: Converting local name imp_physics_fer_hires of variable flag_for_fer_hires_microphysics_scheme from new to old metadata -INFO: Converting local name dvdt of variable tendency_of_y_wind_due_to_model_physics from new to old metadata -INFO: Converting local name dusfc_cpl of variable cumulative_surface_x_momentum_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name prsl(:,1) of variable air_pressure_at_lowest_model_layer from new to old metadata -INFO: Converting local name ktop_shallow of variable k_level_of_highest_reaching_plume from new to old metadata -INFO: Converting local name sfcfsw of variable sw_fluxes_sfc from new to old metadata -INFO: Converting local name gv0 of variable y_wind_updated_by_physics from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_rain_water) of variable rain_water_mixing_ratio from new to old metadata -INFO: Converting local name cdq_ocean of variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_ocean from new to old metadata -INFO: Converting local name sfcalb(:,4) of variable surface_albedo_due_to_UV_and_VIS_diffused from new to old metadata -INFO: Converting local name gamq of variable countergradient_mixing_term_for_water_vapor from new to old metadata -INFO: Converting local name mdt of variable time_step_for_remapping_for_fast_physics from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_ice_cloud_condensate) of variable ice_water_mixing_ratio from new to old metadata -INFO: Converting local name sfcalb(:,2) of variable surface_albedo_due_to_near_IR_diffused from new to old metadata -INFO: Converting local name phy_fctd of variable cloud_base_mass_flux from new to old metadata -INFO: Converting local name weasd_land of variable water_equivalent_accumulated_snow_depth_over_land from new to old metadata -INFO: Converting local name nwfa2d of variable tendency_of_water_friendly_aerosols_at_surface from new to old metadata -INFO: Converting local name GFS_Control of variable GFS_control_type_instance from new to old metadata -INFO: Converting local name nncl of variable number_of_tracers_for_cloud_condensate from new to old metadata -INFO: Converting local name olyr of variable ozone_concentration_at_layer_for_radiation from new to old metadata -INFO: Converting local name tg3 of variable deep_soil_temperature from new to old metadata -INFO: Converting local name Radtend of variable GFS_radtend_type_instance from new to old metadata -INFO: Converting local name sinlat of variable sine_of_latitude from new to old metadata -INFO: Converting local name sppt_wts of variable weights_for_stochastic_sppt_perturbation_flipped from new to old metadata -INFO: Converting local name ng of variable number_of_ghost_zones from new to old metadata -INFO: Converting local name phil of variable geopotential from new to old metadata -INFO: Converting local name flag_frsoil of variable flag_for_frozen_soil_physics from new to old metadata -INFO: Converting local name faersw(:,:,:,2) of variable aerosol_single_scattering_albedo_for_shortwave_bands_01_16 from new to old metadata -INFO: Converting local name qc of variable cloud_fraction_at_Lagrangian_surface from new to old metadata -INFO: Converting local name do_sfcperts of variable flag_for_stochastic_surface_perturbations from new to old metadata -INFO: Converting local name betas_deep of variable downdraft_fraction_reaching_surface_over_ocean_deep_convection from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_rain_number_concentration) of variable rain_number_concentration from new to old metadata -INFO: Converting local name ifd of variable index_of_dtlm_start from new to old metadata -INFO: Converting local name area of variable cell_area_for_fast_physics from new to old metadata -INFO: Converting local name trans_trac of variable flag_for_convective_transport_of_tracers from new to old metadata -INFO: Converting local name isatmedmf of variable choice_of_scale_aware_TKE_moist_EDMF_PBL from new to old metadata -INFO: Converting local name old_monin of variable flag_for_old_PBL_scheme from new to old metadata -INFO: Converting local name cplchm of variable flag_for_chemistry_coupling from new to old metadata -INFO: Converting local name raincprv of variable lwe_thickness_of_convective_precipitation_amount_from_previous_timestep from new to old metadata -INFO: Converting local name u1 of variable x_wind_at_lowest_model_layer_for_diag from new to old metadata -INFO: Converting local name gw_dvdt of variable tendency_of_y_wind_due_to_ugwp from new to old metadata -INFO: Converting local name dtsfc1 of variable instantaneous_surface_upward_sensible_heat_flux from new to old metadata -INFO: Converting local name gasvmr(:,:,9) of variable volume_mixing_ratio_ccl4 from new to old metadata -INFO: Converting local name semis_ice of variable surface_longwave_emissivity_over_ice_interstitial from new to old metadata -INFO: Converting local name zmtb of variable time_integral_of_height_of_mountain_blocking from new to old metadata -INFO: Converting local name dtauy2d_fd of variable y_momentum_tendency_from_form_drag from new to old metadata -INFO: Converting local name lakefrac of variable lake_area_fraction from new to old metadata -INFO: Converting local name do_myjpbl of variable do_myjpbl from new to old metadata -INFO: Converting local name sncovr of variable surface_snow_area_fraction_over_land from new to old metadata -INFO: Converting local name spd10max of variable maximum_wind_at_10m_over_maximum_hourly_time_interval from new to old metadata -INFO: Converting local name faerlw(:,:,:,3) of variable aerosol_asymmetry_parameter_for_longwave_bands_01_16 from new to old metadata -INFO: Converting local name adjsfculw_ocean of variable surface_upwelling_longwave_flux_over_ocean_interstitial from new to old metadata -INFO: Converting local name nscfshoc of variable index_of_subgrid_scale_cloud_fraction_from_shoc_in_phy_f3d from new to old metadata -INFO: Converting local name qv_r of variable humidity_mixing_ratio from new to old metadata -INFO: Converting local name gq0(:,:,index_for_water_vapor) of variable water_vapor_specific_humidity_updated_by_physics from new to old metadata -INFO: Converting local name lsnow_lsm of variable snow_vertical_dimension_for_land_surface_model from new to old metadata -INFO: Converting local name dv3dt_ngw of variable time_integral_of_change_in_y_wind_due_to_nonstationary_gravity_wave from new to old metadata -INFO: Converting local name tlyr of variable air_temperature_at_layer_for_radiation from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_turbulent_kinetic_energy) of variable turbulent_kinetic_energy from new to old metadata -INFO: Converting local name h2opl of variable h2o_forcing from new to old metadata -INFO: Converting local name smc of variable volume_fraction_of_soil_moisture from new to old metadata -INFO: Converting local name latr of variable number_of_latitude_points from new to old metadata -INFO: Converting local name crick_proof of variable flag_for_CRICK_proof_cloud_water from new to old metadata -INFO: Converting local name ssem of variable instantaneous_seasalt_emission_flux from new to old metadata -INFO: Converting local name xlai1d of variable perturbation_of_leaf_area_index from new to old metadata -INFO: Converting local name tdoms of variable dominant_snow_type from new to old metadata -INFO: Converting local name canopy of variable canopy_water_amount from new to old metadata -INFO: Converting local name dtauy2d_ss of variable y_momentum_tendency_from_small_scale_gwd from new to old metadata -INFO: Converting local name forcet of variable temperature_tendency_due_to_dynamics from new to old metadata -INFO: Converting local name snowmt of variable surface_snow_melt from new to old metadata -INFO: Converting local name ttendlim of variable limit_for_temperature_tendency_for_microphysics from new to old metadata -INFO: Converting local name clouds(:,:,6) of variable cloud_rain_water_path from new to old metadata -INFO: Converting local name sigmafrac of variable convective_updraft_area_fraction from new to old metadata -INFO: Converting local name tau_tofd of variable instantaneous_momentum_flux_due_to_turbulent_orographic_form_drag from new to old metadata -INFO: Converting local name gq0(:,:,index_for_ice_friendly_aerosols) of variable ice_friendly_aerosol_number_concentration_updated_by_physics from new to old metadata -INFO: Converting local name nsswr of variable number_of_timesteps_between_shortwave_radiation_calls from new to old metadata -INFO: Converting local name ulwsfc_cice of variable surface_upwelling_longwave_flux_for_coupling_interstitial from new to old metadata -INFO: Converting local name dq3dt(:,:,8) of variable cumulative_change_in_ozone_concentration_due_to_temperature from new to old metadata -INFO: Converting local name stress_ice of variable surface_wind_stress_over_ice from new to old metadata -INFO: Converting local name is of variable starting_x_direction_index from new to old metadata -INFO: Converting local name sbsno of variable snow_deposition_sublimation_upward_latent_heat_flux from new to old metadata -INFO: Converting local name cnvprcpb of variable cumulative_lwe_thickness_of_convective_precipitation_amount_in_bucket from new to old metadata -INFO: Converting local name rdlai of variable flag_for_reading_leaf_area_index_from_input from new to old metadata -INFO: Converting local name phy_f3d(:,:,4) of variable water_vapor_specific_humidity_at_previous_time_step from new to old metadata -INFO: Converting local name area of variable cell_area from new to old metadata -INFO: Converting local name con_eps of variable ratio_of_dry_air_to_water_vapor_gas_constants from new to old metadata -INFO: Converting local name edmf_a of variable emdf_updraft_area from new to old metadata -INFO: Converting local name dusfc1 of variable instantaneous_surface_x_momentum_flux from new to old metadata -INFO: Converting local name qlcn of variable mass_fraction_of_convective_cloud_liquid_water from new to old metadata -INFO: Converting local name fh2_land of variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_land from new to old metadata -INFO: Converting local name tprcp_land of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_land from new to old metadata -INFO: Converting local name chh_land of variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_land from new to old metadata -INFO: Converting local name dt3dt(:,:,1) of variable cumulative_change_in_temperature_due_to_longwave_radiation from new to old metadata -INFO: Converting local name nfracseed of variable cellular_automata_seed_probability from new to old metadata -INFO: Converting local name cwm of variable total_cloud_condensate_mixing_ratio_updated_by_physics from new to old metadata -INFO: Converting local name u10max of variable maximum_u_wind_at_10m_over_maximum_hourly_time_interval from new to old metadata -INFO: Converting local name dvsfc_ss of variable integrated_y_momentum_flux_from_small_scale_gwd from new to old metadata -INFO: Converting local name smcref2 of variable threshold_volume_fraction_of_condensed_water_in_soil from new to old metadata -INFO: Converting local name kcnv of variable flag_deep_convection from new to old metadata -INFO: Converting local name keepsmfr of variable volume_fraction_of_frozen_soil_moisture_for_land_surface_model from new to old metadata -INFO: Converting local name frain of variable dynamics_to_physics_timestep_ratio from new to old metadata -INFO: Converting local name debug of variable flag_debug from new to old metadata -INFO: Converting local name qrn of variable local_rain_water_mixing_ratio from new to old metadata -INFO: Converting local name tsfc_ocean of variable surface_skin_temperature_over_ocean_interstitial from new to old metadata -INFO: Converting local name levr of variable number_of_vertical_layers_for_radiation_calculations from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_graupel_number_concentration) of variable graupel_number_concentration from new to old metadata -INFO: Converting local name bl_upfr of variable updraft_fraction_in_boundary_layer_mass_flux_scheme from new to old metadata -INFO: Converting local name nsfcpert of variable number_of_surface_perturbations from new to old metadata -INFO: Converting local name evpco of variable coefficient_for_evaporation_of_rainfall from new to old metadata -INFO: Converting local name iems of variable flag_for_surface_emissivity_control from new to old metadata -INFO: Converting local name dlwsfc of variable cumulative_surface_downwelling_longwave_flux_multiplied_by_timestep from new to old metadata -INFO: Converting local name cimin of variable minimum_sea_ice_concentration from new to old metadata -INFO: Converting local name zs of variable depth_of_soil_levels_for_land_surface_model from new to old metadata -INFO: Converting local name fm10_land of variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_land from new to old metadata -INFO: Converting local name lsm_noahmp of variable flag_for_noahmp_land_surface_scheme from new to old metadata -INFO: Converting local name cs_parm(1) of variable updraft_velocity_tunable_parameter_1_CS from new to old metadata -INFO: Converting local name z_c of variable sub_layer_cooling_thickness from new to old metadata -INFO: Converting local name rainc of variable lwe_thickness_of_convective_precipitation_amount_on_dynamics_timestep from new to old metadata -INFO: Converting local name do_cnvgwd of variable flag_for_convective_gravity_wave_drag from new to old metadata -INFO: Converting local name nlunit of variable iounit_namelist from new to old metadata -INFO: Converting local name gw_dtdt of variable tendency_of_air_temperature_due_to_ugwp from new to old metadata -INFO: Converting local name phy_myj_vz0 of variable v_wind_component_at_viscous_sublayer_top from new to old metadata -INFO: Converting local name dusfc_ss of variable integrated_x_momentum_flux_from_small_scale_gwd from new to old metadata -INFO: Converting local name reset of variable flag_reset_maximum_hourly_fields from new to old metadata -INFO: Converting local name idat of variable date_and_time_at_model_initialization from new to old metadata -INFO: Converting local name oceanfrac of variable sea_area_fraction from new to old metadata -INFO: Converting local name rho_h2o of variable density_of_fresh_water from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_ozone) of variable ozone_mixing_ratio from new to old metadata -INFO: Converting local name qv of variable water_vapor_specific_humidity_at_Lagrangian_surface from new to old metadata -INFO: Converting local name adjnirdfd of variable surface_downwelling_diffuse_near_infrared_shortwave_flux from new to old metadata -INFO: Converting local name ca_global of variable flag_for_global_cellular_automata from new to old metadata -INFO: Converting local name landfrac of variable land_area_fraction from new to old metadata -INFO: Converting local name iopt_btr of variable flag_for_soil_moisture_factor_stomatal_resistance_option from new to old metadata -INFO: Converting local name cqs2 of variable surface_exchange_coefficient_for_moisture_at_2m from new to old metadata -INFO: Converting local name snohfa of variable cumulative_snow_freezing_rain_upward_latent_heat_flux_multiplied_by_timestep from new to old metadata -INFO: Converting local name nvisbm_cpl of variable cumulative_surface_net_downward_direct_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name GFS_sfcprop_type of variable GFS_sfcprop_type from new to old metadata -INFO: Converting local name oz_phys of variable flag_for_ozone_physics from new to old metadata -INFO: Converting local name rhowater of variable liquid_water_density from new to old metadata -INFO: Converting local name zsnsoxy of variable layer_bottom_depth_from_snow_surface from new to old metadata -INFO: Converting local name nthresh of variable threshold_for_perturbed_vertical_velocity from new to old metadata -INFO: Converting local name phy_f3d(:,:,1) of variable air_temperature_two_time_steps_back from new to old metadata -INFO: Converting local name gq0(:,:,index_for_water_friendly_aerosols) of variable water_friendly_aerosol_number_concentration_updated_by_physics from new to old metadata -INFO: Converting local name wetness of variable normalized_soil_wetness_for_land_surface_model from new to old metadata -INFO: Converting local name v10mi_cpl of variable instantaneous_y_wind_at_10m_for_coupling from new to old metadata -INFO: Converting local name rh02min of variable minimum_relative_humidity_at_2m_over_maximum_hourly_time_interval from new to old metadata -INFO: Converting local name nf_aelw of variable number_of_aerosol_output_fields_for_longwave_radiation from new to old metadata -INFO: Converting local name isubc_sw of variable flag_for_sw_clouds_without_sub_grid_approximation from new to old metadata -INFO: Converting local name gq0(:,:,index_for_rain_number_concentration) of variable rain_number_concentration_updated_by_physics from new to old metadata -INFO: Converting local name dvsfc1 of variable instantaneous_surface_y_momentum_flux from new to old metadata -INFO: Converting local name nirdfdi of variable surface_downwelling_diffuse_near_infrared_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name isatmedmf_vdif of variable choice_of_original_scale_aware_TKE_moist_EDMF_PBL from new to old metadata -INFO: Converting local name fprcp of variable number_of_frozen_precipitation_species from new to old metadata -INFO: Converting local name tsurf_land of variable surface_skin_temperature_after_iteration_over_land from new to old metadata -INFO: Converting local name kd of variable vertical_index_difference_between_inout_and_local from new to old metadata -INFO: Converting local name LTP of variable extra_top_layer from new to old metadata -INFO: Converting local name solcon of variable solar_constant from new to old metadata -INFO: Converting local name gq0(:,:,index_for_snow_number_concentration) of variable snow_number_concentration_updated_by_physics from new to old metadata -INFO: Converting local name bl_mynn_tkebudget of variable tke_budget from new to old metadata -INFO: Converting local name xu of variable diurnal_thermocline_layer_x_current from new to old metadata -INFO: Converting local name bl_mynn_tkeadvect of variable tke_advect from new to old metadata -INFO: Converting local name hflx_ice of variable kinematic_surface_upward_sensible_heat_flux_over_ice from new to old metadata -INFO: Converting local name smcwlt2 of variable volume_fraction_of_condensed_water_in_soil_at_wilting_point from new to old metadata -INFO: Converting local name imfdeepcnv of variable flag_for_mass_flux_deep_convection_scheme from new to old metadata -INFO: Converting local name ntchm of variable number_of_chemical_tracers from new to old metadata -INFO: Converting local name ncpl of variable local_condesed_water_number_concentration from new to old metadata -INFO: Converting local name vvl of variable omega from new to old metadata -INFO: Converting local name xkzminv of variable atmosphere_heat_diffusivity_background_maximum from new to old metadata -INFO: Converting local name snowc of variable surface_snow_area_fraction from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_of_subgrid_scale_cloud_fraction_from_shoc_in_phy_f3d) of variable subgrid_scale_cloud_fraction_from_shoc from new to old metadata -INFO: Converting local name du3dt(:,:,4) of variable cumulative_change_in_x_wind_due_to_convective_gravity_wave_drag from new to old metadata -INFO: Converting local name jcap of variable number_of_spectral_wave_trancation_for_sas from new to old metadata -INFO: Converting local name cd_ocean of variable surface_drag_coefficient_for_momentum_in_air_over_ocean from new to old metadata -INFO: Converting local name vfrac of variable vegetation_area_fraction from new to old metadata -INFO: Converting local name dvdftra of variable tendency_of_vertically_diffused_tracer_concentration from new to old metadata -INFO: Converting local name npzp1 of variable vertical_dimension_for_fast_physics_plus_one from new to old metadata -INFO: Converting local name duem of variable instantaneous_dust_emission_flux from new to old metadata -INFO: Converting local name prslrd0 of variable pressure_cutoff_for_rayleigh_damping from new to old metadata -INFO: Converting local name q2m of variable specific_humidity_at_2m from new to old metadata -INFO: Converting local name chs2 of variable surface_exchange_coefficient_for_heat_at_2m from new to old metadata -INFO: Converting local name lfmassxy of variable leaf_mass from new to old metadata -INFO: Converting local name phy_f3d(:,:,2) of variable water_vapor_specific_humidity_two_time_steps_back from new to old metadata -INFO: Converting local name rainp of variable tendency_of_rain_water_mixing_ratio_due_to_microphysics from new to old metadata -INFO: Converting local name ud_mf of variable instantaneous_atmosphere_updraft_convective_mass_flux from new to old metadata -INFO: Converting local name dudt_tms of variable instantaneous_change_in_x_wind_due_to_turbulent_orographic_form_drag from new to old metadata -INFO: Converting local name mg3_as_mg2 of variable flag_mg3_as_mg2 from new to old metadata -INFO: Converting local name htlw0 of variable tendency_of_air_temperature_due_to_longwave_heating_assuming_clear_sky_on_radiation_time_step from new to old metadata -INFO: Converting local name w_d of variable coefficient_w_d from new to old metadata -INFO: Converting local name shdmax of variable maximum_vegetation_area_fraction from new to old metadata -INFO: Converting local name iccn of variable flag_for_in_ccn_forcing_for_morrison_gettelman_microphysics from new to old metadata -INFO: Converting local name htlwc of variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step from new to old metadata -INFO: Converting local name scmpsw of variable components_of_surface_downward_shortwave_fluxes from new to old metadata -INFO: Converting local name tgrs(:,1) of variable air_temperature_at_lowest_model_layer from new to old metadata -INFO: Converting local name cmxy of variable surface_drag_coefficient_for_momentum_for_noahmp from new to old metadata -INFO: Converting local name snowd_land of variable surface_snow_thickness_water_equivalent_over_land from new to old metadata -INFO: Converting local name clouds(:,:,5) of variable mean_effective_radius_for_ice_cloud from new to old metadata -INFO: Converting local name xz of variable diurnal_thermocline_layer_thickness from new to old metadata -INFO: Converting local name tsfg of variable surface_ground_temperature_for_radiation from new to old metadata -INFO: Converting local name dkt of variable atmosphere_heat_diffusivity from new to old metadata -INFO: Converting local name qgrs of variable tracer_concentration from new to old metadata -INFO: Converting local name pgcon_deep of variable momentum_transport_reduction_factor_pgf_deep_convection from new to old metadata -INFO: Converting local name wind10mmax of variable maximum_wind_at_10m from new to old metadata -INFO: Converting local name slopetype of variable surface_slope_classification from new to old metadata -INFO: Converting local name Intdiag of variable GFS_diag_type_instance from new to old metadata -INFO: Converting local name mg_nccons of variable mg_flag_drop_concentration_constant from new to old metadata -INFO: Converting local name adjvisdfd of variable surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_snow_water) of variable tendency_of_snow_water_mixing_ratio_due_to_model_physics from new to old metadata -INFO: Converting local name nlwsfc_cpl of variable cumulative_surface_net_downward_longwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name clouds(:,:,9) of variable mean_effective_radius_for_snow_flake from new to old metadata -INFO: Converting local name con_cvap of variable specific_heat_of_water_vapor_at_constant_pressure from new to old metadata -INFO: Converting local name drydep of variable instantaneous_dry_deposition from new to old metadata -INFO: Converting local name semis_ocean of variable surface_longwave_emissivity_over_ocean_interstitial from new to old metadata -INFO: Converting local name master of variable mpi_root from new to old metadata -INFO: Converting local name gamt of variable countergradient_mixing_term_for_temperature from new to old metadata -INFO: Converting local name redrag of variable flag_for_reduced_drag_coefficient_over_sea from new to old metadata -INFO: Converting local name gq0(:,:,index_for_ozone) of variable ozone_concentration_updated_by_physics from new to old metadata -INFO: Converting local name do_skeb of variable flag_for_stochastic_skeb_option from new to old metadata -INFO: Converting local name qg_r of variable mass_weighted_rime_factor_mixing_ratio from new to old metadata -INFO: Converting local name min_seaice of variable sea_ice_minimum from new to old metadata -INFO: Converting local name betal_deep of variable downdraft_fraction_reaching_surface_over_land_deep_convection from new to old metadata -INFO: Converting local name alvwf of variable mean_vis_albedo_with_weak_cosz_dependency from new to old metadata -INFO: Converting local name do_gwd of variable flag_for_gravity_wave_drag from new to old metadata -INFO: Converting local name nf_aesw of variable number_of_aerosol_output_fields_for_shortwave_radiation from new to old metadata -INFO: Converting local name avg_max_length of variable time_interval_for_maximum_hourly_fields from new to old metadata -INFO: Converting local name tdomzr of variable dominant_freezing_rain_type from new to old metadata -INFO: Converting local name toticeb of variable accumulated_lwe_thickness_of_ice_amount_in_bucket from new to old metadata -INFO: Converting local name isppt_deep of variable flag_for_combination_of_sppt_with_isppt_deep from new to old metadata -INFO: Converting local name ice of variable lwe_thickness_of_ice_amount_on_dynamics_timestep from new to old metadata -INFO: Converting local name dq3dt(:,:,9) of variable cumulative_change_in_ozone_concentration_due_to_overhead_ozone_column from new to old metadata -INFO: Converting local name lsidea of variable flag_idealized_physics from new to old metadata -INFO: Converting local name ico2 of variable flag_for_using_prescribed_global_mean_co2_value from new to old metadata -INFO: Converting local name evap_ice of variable kinematic_surface_upward_latent_heat_flux_over_ice from new to old metadata -INFO: Converting local name do_awdd of variable flag_arakawa_wu_downdraft from new to old metadata -INFO: Converting local name hetfrz_classnuc of variable mg_flag_for_heterogeneous_freezing from new to old metadata -INFO: Converting local name mpiroot of variable mpi_root_for_fast_physics from new to old metadata -INFO: Converting local name dq3dt(:,:,4) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_microphysics from new to old metadata -INFO: Converting local name GFS_coupling_type of variable GFS_coupling_type from new to old metadata -INFO: Converting local name psurfi_cpl of variable instantaneous_surface_air_pressure_for_coupling from new to old metadata -INFO: Converting local name xkzm_h of variable atmosphere_heat_diffusivity_background from new to old metadata -INFO: Converting local name rh02max of variable maximum_relative_humidity_at_2m_over_maximum_hourly_time_interval from new to old metadata -INFO: Converting local name tmpmax of variable maximum_temperature_at_2m from new to old metadata -INFO: Converting local name fscav of variable fraction_of_tracer_scavenged from new to old metadata -INFO: Converting local name ntiwx of variable index_for_ice_cloud_condensate_vertical_diffusion_tracer from new to old metadata -INFO: Converting local name gasvmr(:,:,4) of variable volume_mixing_ratio_o2 from new to old metadata -INFO: Converting local name dpt2m of variable dewpoint_temperature_at_2m from new to old metadata -INFO: Converting local name mg_do_liq_liu of variable mg_flag_for_liu_liquid_treatment from new to old metadata -INFO: Converting local name ffhh_land of variable Monin_Obukhov_similarity_function_for_heat_over_land from new to old metadata -INFO: Converting local name crtrh(3) of variable critical_relative_humidity_at_top_of_atmosphere from new to old metadata -INFO: Converting local name smcwtdxy of variable soil_water_content_between_soil_bottom_and_water_table from new to old metadata -INFO: Converting local name visbmdi of variable surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name cdq_ice of variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_ice from new to old metadata -INFO: Converting local name adjnirdfu of variable surface_upwelling_diffuse_near_infrared_shortwave_flux from new to old metadata -INFO: Converting local name wcbmax of variable maximum_updraft_velocity_at_cloud_base from new to old metadata -INFO: Converting local name tsflw of variable surface_midlayer_air_temperature_in_longwave_radiation from new to old metadata -INFO: Converting local name asolfac_shal of variable aerosol_aware_parameter_shallow_convection from new to old metadata -INFO: Converting local name gabsbdlw_ocean of variable surface_downwelling_longwave_flux_absorbed_by_ground_over_ocean from new to old metadata -INFO: Converting local name de_lgth of variable cloud_decorrelation_length from new to old metadata -INFO: Converting local name GFS_interstitial_type of variable GFS_interstitial_type from new to old metadata -INFO: Converting local name imap of variable map_of_block_column_number_to_global_i_index from new to old metadata -INFO: Converting local name plyr of variable air_pressure_at_layer_for_radiation_in_hPa from new to old metadata -INFO: Converting local name skip_macro of variable flag_skip_macro from new to old metadata -INFO: Converting local name tsnoxy of variable snow_temperature from new to old metadata -INFO: Converting local name sbsnoa of variable cumulative_snow_deposition_sublimation_upward_latent_heat_flux_multiplied_by_timestep from new to old metadata -INFO: Converting local name prcpmp of variable lwe_thickness_of_explicit_precipitation_amount from new to old metadata -INFO: Converting local name clcn of variable convective_cloud_volume_fraction from new to old metadata -INFO: Converting local name gt0 of variable air_temperature_updated_by_physics from new to old metadata -INFO: Converting local name gamma of variable anisotropy_of_subgrid_orography from new to old metadata -INFO: Converting local name uconvtend of variable tendency_of_x_wind_due_to_deep_convection_for_coupling_on_physics_timestep from new to old metadata -INFO: Converting local name dswsfci_cpl of variable instantaneous_surface_downwelling_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name delp of variable pressure_thickness_at_Lagrangian_surface from new to old metadata -INFO: Converting local name lsm_ruc of variable flag_for_ruc_land_surface_scheme from new to old metadata -INFO: Converting local name dt_mf of variable instantaneous_atmosphere_detrainment_convective_mass_flux from new to old metadata -INFO: Converting local name d_conv of variable free_convection_layer_thickness from new to old metadata -INFO: Converting local name nlwsfci_cpl of variable instantaneous_surface_net_downward_longwave_flux_for_coupling from new to old metadata -INFO: Converting local name shum_wts of variable weights_for_stochastic_shum_perturbation from new to old metadata -INFO: Converting local name dswsfci of variable surface_downwelling_shortwave_flux from new to old metadata -INFO: Converting local name do_ysu of variable flag_for_ysu from new to old metadata -INFO: Converting local name q_con of variable cloud_condensed_water_specific_humidity_at_Lagrangian_surface from new to old metadata -INFO: Converting local name mom4ice of variable flag_for_mom4_coupling from new to old metadata -INFO: Converting local name tref of variable sea_surface_reference_temperature from new to old metadata -INFO: Converting local name faersw(:,:,:,3) of variable aerosol_asymmetry_parameter_for_shortwave_bands_01_16 from new to old metadata -INFO: Converting local name ie of variable ending_x_direction_index from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_water_friendly_aerosols) of variable water_friendly_aerosol_number_concentration from new to old metadata -INFO: Converting local name dugwd of variable time_integral_of_x_stress_due_to_gravity_wave_drag from new to old metadata -INFO: Converting local name ntot3d of variable number_of_fields_in_phyf3d from new to old metadata -INFO: Converting local name GFS_data_type of variable GFS_data_type from new to old metadata -INFO: Converting local name graupelprv of variable lwe_thickness_of_graupel_amount_from_previous_timestep from new to old metadata -INFO: Converting local name nstf_name(4) of variable vertical_temperature_average_range_lower_bound from new to old metadata -INFO: Converting local name kind_dyn of variable kind_dyn from new to old metadata -INFO: Converting local name acv of variable accumulated_lwe_thickness_of_convective_precipitation_amount_cnvc90 from new to old metadata -INFO: Converting local name lsoil_lsm of variable soil_vertical_dimension_for_land_surface_model from new to old metadata -INFO: Converting local name phy_myj_chkqlm of variable surface_layer_evaporation_switch from new to old metadata -INFO: Converting local name dtf of variable time_step_for_dynamics from new to old metadata -INFO: Converting local name dqsfci_cpl of variable instantaneous_surface_upward_latent_heat_flux_for_coupling from new to old metadata -INFO: Converting local name mg_do_hail of variable mg_flag_for_hail from new to old metadata -INFO: Converting local name iopt_sfc of variable flag_for_surface_layer_drag_coefficient_option from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_ice_cloud_number_concentration) of variable tendency_of_ice_number_concentration_due_to_model_physics from new to old metadata -INFO: Converting local name kind_LOGICAL of variable kind_LOGICAL from new to old metadata -INFO: Converting local name hybedmf of variable flag_for_hedmf from new to old metadata -INFO: Converting local name dvisdfi_cpl of variable instantaneous_surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name exch_h of variable atmosphere_heat_diffusivity_for_mynnpbl from new to old metadata -INFO: Converting local name z01d of variable perturbation_of_momentum_roughness_length from new to old metadata -INFO: Converting local name prevst of variable temperature_from_previous_timestep from new to old metadata -INFO: Converting local name tracers_total of variable number_of_total_tracers from new to old metadata -INFO: Converting local name wind of variable wind_speed_at_lowest_model_layer from new to old metadata -INFO: Converting local name hprime of variable statistical_measures_of_subgrid_orography from new to old metadata -INFO: Converting local name oz_coeffp5 of variable number_of_coefficients_in_ozone_forcing_data_plus_five from new to old metadata -INFO: Converting local name tvxy of variable vegetation_temperature from new to old metadata -INFO: Converting local name ncps of variable local_snow_number_concentration from new to old metadata -INFO: Converting local name zlvl of variable height_above_ground_at_lowest_model_layer from new to old metadata -INFO: Converting local name restart of variable flag_for_restart from new to old metadata -INFO: Converting local name con_tice of variable freezing_point_temperature_of_seawater from new to old metadata -INFO: Converting local name sfcnsw of variable surface_net_downwelling_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name tau_mtb of variable time_integral_of_momentum_flux_due_to_mountain_blocking_drag from new to old metadata -INFO: Metadata table for model FV3 written to tests/build_fv3_24/FV3/ccpp/physics/CCPP_VARIABLES_FV3.html -INFO: Parsing metadata tables in physics scheme files ... -INFO: Parsed tables in scheme rayleigh_damp -INFO: Parsed tables in scheme GFS_surface_composites_pre -INFO: Parsed tables in scheme GFS_surface_composites_inter -INFO: Parsed tables in scheme GFS_surface_composites_post -INFO: Parsed tables in scheme rrtmg_sw -INFO: Parsed tables in scheme sfc_ocean -INFO: Parsed tables in scheme gwdc_pre -INFO: Parsed tables in scheme gwdc -INFO: Parsed tables in scheme gwdc_post -INFO: Parsed tables in scheme cu_gf_driver_pre -INFO: Parsed tables in scheme gfdl_cloud_microphys -INFO: Parsed tables in scheme GFS_time_vary_pre -INFO: Parsed tables in scheme GFS_rrtmg_setup -INFO: Parsed tables in scheme zhaocarr_gscond -INFO: Parsed tables in scheme ysuvdif -INFO: Parsed tables in scheme rrtmg_sw_post -INFO: Parsed tables in scheme GFS_SCNV_generic_pre -INFO: Parsed tables in scheme GFS_SCNV_generic_post -INFO: Parsed tables in scheme GFS_rrtmg_pre -INFO: Parsed tables in scheme sfc_sice -INFO: Parsed tables in scheme samfdeepcnv -INFO: Parsed tables in scheme satmedmfvdif -INFO: Parsed tables in scheme mynnrad_post -INFO: Parsed tables in scheme cu_gf_driver_post -INFO: Parsed tables in scheme cs_conv_aw_adj -INFO: Parsed tables in scheme GFS_phys_time_vary -INFO: Parsed tables in scheme ozphys_2015 -INFO: Parsed tables in scheme GFS_suite_interstitial_rad_reset -INFO: Parsed tables in scheme GFS_suite_interstitial_phys_reset -INFO: Parsed tables in scheme GFS_suite_interstitial_1 -INFO: Parsed tables in scheme GFS_suite_interstitial_2 -INFO: Parsed tables in scheme GFS_suite_stateout_reset -INFO: Parsed tables in scheme GFS_suite_stateout_update -INFO: Parsed tables in scheme GFS_suite_interstitial_3 -INFO: Parsed tables in scheme GFS_suite_interstitial_4 -INFO: Parsed tables in scheme samfshalcnv -INFO: Parsed tables in scheme zhaocarr_precpd -INFO: Parsed tables in scheme noahmpdrv -INFO: Parsed tables in scheme mp_fer_hires -INFO: Parsed tables in scheme myjpbl_wrapper -INFO: Parsed tables in scheme GFS_surface_generic_pre -INFO: Parsed tables in scheme GFS_surface_generic_post -INFO: Parsed tables in scheme cu_ntiedtke_post -INFO: Parsed tables in scheme sfc_diag -INFO: Parsed tables in scheme rrtmg_lw -INFO: Parsed tables in scheme GFS_diagtoscreen -INFO: Parsed tables in scheme GFS_interstitialtoscreen -INFO: Parsed tables in scheme GFS_abort -INFO: Parsed tables in scheme GFS_checkland -INFO: Parsed tables in scheme mynnrad_pre -INFO: Parsed tables in scheme satmedmfvdifq -INFO: Parsed tables in scheme cs_conv_pre -INFO: Parsed tables in scheme cs_conv_post -INFO: Parsed tables in scheme cs_conv -INFO: Parsed tables in scheme shinhongvdif -INFO: Parsed tables in scheme h2ophys -INFO: Parsed tables in scheme rrtmg_lw_post -INFO: Parsed tables in scheme sfc_nst -INFO: Parsed tables in scheme sfc_nst_pre -INFO: Parsed tables in scheme sfc_nst_post -INFO: Parsed tables in scheme cu_ntiedtke_pre -INFO: Parsed tables in scheme cu_ntiedtke -INFO: Parsed tables in scheme cires_ugwp_post -INFO: Parsed tables in scheme hedmf -INFO: Parsed tables in scheme sfc_diff -INFO: Parsed tables in scheme mp_thompson_pre -INFO: Parsed tables in scheme sfc_diag_post -INFO: Parsed tables in scheme m_micro_pre -INFO: Parsed tables in scheme m_micro_post -INFO: Parsed tables in scheme m_micro -INFO: Parsed tables in scheme fv_sat_adj -INFO: Parsed tables in scheme GFS_surface_loop_control_part1 -INFO: Parsed tables in scheme GFS_surface_loop_control_part2 -INFO: Parsed tables in scheme shoc -INFO: Parsed tables in scheme GFS_rrtmg_post -INFO: Parsed tables in scheme GFS_GWD_generic_pre -INFO: Parsed tables in scheme GFS_GWD_generic_post -INFO: Parsed tables in scheme rrtmg_sw_pre -INFO: Parsed tables in scheme GFS_MP_generic_pre -INFO: Parsed tables in scheme GFS_MP_generic_post -INFO: Parsed tables in scheme cu_gf_driver -INFO: Parsed tables in scheme GFS_PBL_generic_pre -INFO: Parsed tables in scheme GFS_PBL_generic_post -INFO: Parsed tables in scheme mp_thompson_post -INFO: Parsed tables in scheme mp_thompson -INFO: Parsed tables in scheme rrtmg_lw_pre -INFO: Parsed tables in scheme gwdps -INFO: Parsed tables in scheme shalcnv -INFO: Parsed tables in scheme cires_ugwp -INFO: Parsed tables in scheme get_prs_fv3 -INFO: Parsed tables in scheme get_phi_fv3 -INFO: Parsed tables in scheme mynnsfc_wrapper -INFO: Parsed tables in scheme GFS_suite_ini_fini_test -INFO: Parsed tables in scheme myjsfc_wrapper -INFO: Parsed tables in scheme mynnedmf_wrapper -INFO: Parsed tables in scheme ozphys -INFO: Parsed tables in scheme lsm_ruc -INFO: Parsed tables in scheme GFS_stochastics -INFO: Parsed tables in scheme drag_suite -INFO: Parsed tables in scheme sfc_cice -INFO: Parsed tables in scheme sascnvn -INFO: Parsed tables in scheme lsm_ruc_sfc_sice_pre -INFO: Parsed tables in scheme lsm_ruc_sfc_sice_post -INFO: Parsed tables in scheme GFS_DCNV_generic_pre -INFO: Parsed tables in scheme GFS_DCNV_generic_post -INFO: Parsed tables in scheme cnvc90 -INFO: Parsed tables in scheme GFS_rad_time_vary -INFO: Parsed tables in scheme maximum_hourly_diagnostics -INFO: Parsed tables in scheme lsm_noah -INFO: Parsed tables in scheme dcyc2t3 -INFO: Parsed tables in scheme dcyc2t3_post -INFO: Parsed tables in scheme moninshoc -INFO: filtering out variable GFS_stateout_type_instance -INFO: filtering out variable accumulated_change_of_air_temperature_due_to_FA_scheme -INFO: filtering out variable accumulated_water_equivalent_of_frozen_precip -INFO: filtering out variable aerosol_number_concentration_from_gocart_aerosol_climatology -INFO: filtering out variable air_temperature_at_previous_time_step -INFO: filtering out variable air_temperature_two_time_steps_back -INFO: filtering out variable area_fraction_of_wet_canopy -INFO: filtering out variable atmosphere_heat_diffusivity_for_mynnpbl -INFO: filtering out variable atmosphere_heat_diffusivity_from_shoc -INFO: filtering out variable atmosphere_momentum_diffusivity_for_mynnpbl -INFO: filtering out variable baseline_surface_roughness_length -INFO: filtering out variable canopy_air_temperature -INFO: filtering out variable canopy_air_vapor_pressure -INFO: filtering out variable canopy_intercepted_ice_mass -INFO: filtering out variable canopy_intercepted_liquid_water -INFO: filtering out variable ccn_number_concentration -INFO: filtering out variable ccpp_block_number -INFO: filtering out variable cell_size -INFO: filtering out variable characteristic_grid_length_scale -INFO: filtering out variable choice_of_original_scale_aware_TKE_moist_EDMF_PBL -INFO: filtering out variable cloud_area_fraction -INFO: filtering out variable cloud_base_mass_flux -INFO: filtering out variable cloud_condensed_water_conversion_threshold -INFO: filtering out variable cloud_condensed_water_mixing_ratio_at_lowest_model_layer -INFO: filtering out variable cloud_condensed_water_mixing_ratio_at_surface -INFO: filtering out variable cloud_droplet_number_concentration -INFO: filtering out variable cloud_droplet_number_concentration_updated_by_physics -INFO: filtering out variable cloud_fraction_for_MG -INFO: filtering out variable cloud_phase_transition_denominator -INFO: filtering out variable cloud_phase_transition_threshold_temperature -INFO: filtering out variable cloud_specie_mix_flag -INFO: filtering out variable cloudpdf -INFO: filtering out variable coefficient_for_evaporation_of_rainfall -INFO: filtering out variable coefficient_from_cloud_ice_to_snow -INFO: filtering out variable coefficient_from_cloud_water_to_rain -INFO: filtering out variable conv_activity_counter -INFO: filtering out variable convective_updraft_area_fraction -INFO: filtering out variable convective_updraft_area_fraction_at_model_interfaces -INFO: filtering out variable couple_sgs_clouds_to_radiation_flag -INFO: filtering out variable cumulative_change_in_x_wind_due_to_convective_gravity_wave_drag -INFO: filtering out variable cumulative_change_in_y_wind_due_to_convective_gravity_wave_drag -INFO: filtering out variable density_of_frozen_precipitation -INFO: filtering out variable depth_of_soil_levels_for_land_surface_model -INFO: filtering out variable detrainment_and_precipitation_tunable_parameter_3_CS -INFO: filtering out variable detrainment_and_precipitation_tunable_parameter_4_CS -INFO: filtering out variable do_myjsfc -INFO: filtering out variable do_mynnsfclay -INFO: filtering out variable edmf_flag -INFO: filtering out variable edmf_momentum_transport_flag -INFO: filtering out variable edmf_partition_flag -INFO: filtering out variable edmf_tke_transport_flag -INFO: filtering out variable emdf_updraft_area -INFO: filtering out variable emdf_updraft_cloud_water -INFO: filtering out variable emdf_updraft_entrainment_rate -INFO: filtering out variable emdf_updraft_theta_l -INFO: filtering out variable emdf_updraft_total_water -INFO: filtering out variable emdf_updraft_vertical_velocity -INFO: filtering out variable entrainment_efficiency_tunable_parameter_9_CS -INFO: filtering out variable equilibrium_soil_water_content -INFO: filtering out variable fa_threshold_relative_humidity_for_onset_of_condensation -INFO: filtering out variable fast_soil_pool_mass_content_of_carbon -INFO: filtering out variable fine_root_mass -INFO: filtering out variable flag_arakawa_wu_downdraft -INFO: filtering out variable flag_convective_tracer_transport -INFO: filtering out variable flag_flip -INFO: filtering out variable flag_flux_form_CS -INFO: filtering out variable flag_for_aerosol_input_MG -INFO: filtering out variable flag_for_canopy_stomatal_resistance_option -INFO: filtering out variable flag_for_dynamic_vegetation_option -INFO: filtering out variable flag_for_frozen_soil_permeability_option -INFO: filtering out variable flag_for_frozen_soil_physics -INFO: filtering out variable flag_for_ground_snow_surface_albedo_option -INFO: filtering out variable flag_for_in_ccn_forcing_for_morrison_gettelman_microphysics -INFO: filtering out variable flag_for_individual_cloud_species_advected -INFO: filtering out variable flag_for_lower_boundary_soil_temperature_option -INFO: filtering out variable flag_for_ozone_physics -INFO: filtering out variable flag_for_pdf_for_morrison_gettelman_microphysics_scheme -INFO: filtering out variable flag_for_precipitation_partition_option -INFO: filtering out variable flag_for_radiation_transfer_option -INFO: filtering out variable flag_for_reading_leaf_area_index_from_input -INFO: filtering out variable flag_for_restart -INFO: filtering out variable flag_for_runoff_and_groundwater_option -INFO: filtering out variable flag_for_sas_deep_convection_scheme -INFO: filtering out variable flag_for_shoc_after_convection -INFO: filtering out variable flag_for_soil_and_snow_temperature_time_stepping_option -INFO: filtering out variable flag_for_soil_moisture_factor_stomatal_resistance_option -INFO: filtering out variable flag_for_supercooled_liquid_water_option -INFO: filtering out variable flag_for_surface_layer_drag_coefficient_option -INFO: filtering out variable flag_mg3_as_mg2 -INFO: filtering out variable flag_skip_macro -INFO: filtering out variable fraction_of_cloud_top_water_scavenged -INFO: filtering out variable fraction_of_tracer_scavenged -INFO: filtering out variable gf_memory_counter -INFO: filtering out variable graupel_number_concentration_updated_by_physics -INFO: filtering out variable grav_settling -INFO: filtering out variable ground_temperature_for_noahmp -INFO: filtering out variable gwd_opt -INFO: filtering out variable heat_exchange_coefficient_for_MYJ_schemes -INFO: filtering out variable ice_friendly_aerosol_number_concentration -INFO: filtering out variable ice_friendly_aerosol_number_concentration_updated_by_physics -INFO: filtering out variable ice_number_concentration -INFO: filtering out variable ice_number_concentration_updated_by_physics -INFO: filtering out variable ice_supersaturation_threshold -INFO: filtering out variable ice_water_mixing_ratio -INFO: filtering out variable in_number_concentration -INFO: filtering out variable integrated_x_momentum_flux_from_blocking_drag -INFO: filtering out variable integrated_x_momentum_flux_from_form_drag -INFO: filtering out variable integrated_x_momentum_flux_from_large_scale_gwd -INFO: filtering out variable integrated_x_momentum_flux_from_small_scale_gwd -INFO: filtering out variable integrated_y_momentum_flux_from_blocking_drag -INFO: filtering out variable integrated_y_momentum_flux_from_form_drag -INFO: filtering out variable integrated_y_momentum_flux_from_large_scale_gwd -INFO: filtering out variable integrated_y_momentum_flux_from_small_scale_gwd -INFO: filtering out variable k_level_of_highest_reaching_plume -INFO: filtering out variable kinematic_buoyancy_flux_from_shoc -INFO: filtering out variable kinematic_surface_latent_heat_flux -INFO: filtering out variable lake_water_storage -INFO: filtering out variable latitude_index_in_debug_printouts -INFO: filtering out variable layer_bottom_depth_from_snow_surface -INFO: filtering out variable leaf_area_index -INFO: filtering out variable leaf_mass -INFO: filtering out variable limit_for_temperature_tendency_for_microphysics -INFO: filtering out variable liquid_water_density -INFO: filtering out variable local_graupel_mixing_ratio -INFO: filtering out variable local_graupel_number_concentration -INFO: filtering out variable local_rain_number_concentration -INFO: filtering out variable local_rain_water_mixing_ratio -INFO: filtering out variable local_snow_number_concentration -INFO: filtering out variable local_snow_water_mixing_ratio -INFO: filtering out variable mass_weighted_rime_factor_updated_by_physics -INFO: filtering out variable maximum_column_heating_rate -INFO: filtering out variable maximum_mass_flux -INFO: filtering out variable maximum_updraft_velocity_at_cloud_base -INFO: filtering out variable mean_nir_albedo_with_weak_cosz_dependency -INFO: filtering out variable mean_vis_albedo_with_weak_cosz_dependency -INFO: filtering out variable mg_allow_supersat_after_sed -INFO: filtering out variable mg_autoconversion_size_threshold_ice_snow -INFO: filtering out variable mg_bergeron_efficiency_factor -INFO: filtering out variable mg_cloud_water_variance -INFO: filtering out variable mg_drop_concentration_constant -INFO: filtering out variable mg_flag_drop_concentration_constant -INFO: filtering out variable mg_flag_for_cloud_ice_processes -INFO: filtering out variable mg_flag_for_gmao_ice_formulation -INFO: filtering out variable mg_flag_for_graupel -INFO: filtering out variable mg_flag_for_hail -INFO: filtering out variable mg_flag_for_heterogeneous_freezing -INFO: filtering out variable mg_flag_for_liu_liquid_treatment -INFO: filtering out variable mg_flag_for_sb2001_autoconversion -INFO: filtering out variable mg_flag_for_uniform_subcolumns -INFO: filtering out variable mg_flag_graupel_concentration_constant -INFO: filtering out variable mg_flag_ice_concentration_constant -INFO: filtering out variable mg_graupel_concentration_constant -INFO: filtering out variable mg_ice_concentration_constant -INFO: filtering out variable mg_minimum_cloud_condensed_water_and_ice_mixing_ratio -INFO: filtering out variable mg_minimum_rh_for_ice -INFO: filtering out variable mg_time_scale_for_autoconversion_of_ice -INFO: filtering out variable mg_tuning_factor_for_alphas -INFO: filtering out variable mg_type_of_precip_fraction_method -INFO: filtering out variable minimum_value_of_specific_humidity -INFO: filtering out variable mix_total_water_flag -INFO: filtering out variable mixing_length -INFO: filtering out variable mixing_length_flag -INFO: filtering out variable moisture_from_previous_timestep -INFO: filtering out variable moisture_tendency_due_to_dynamics -INFO: filtering out variable momentum_exchange_coefficient_for_MYJ_schemes -INFO: filtering out variable mpi_comm -INFO: filtering out variable nondimensional_snow_age -INFO: filtering out variable normalized_soil_wetness_for_land_surface_model -INFO: filtering out variable number_of_cloud_types_CS -INFO: filtering out variable number_of_frozen_precipitation_species -INFO: filtering out variable number_of_plumes -INFO: filtering out variable number_of_snow_layers -INFO: filtering out variable number_of_spectral_wave_trancation_for_sas -INFO: filtering out variable number_of_tracers_for_CS -INFO: filtering out variable number_of_tracers_plus_one -INFO: filtering out variable ozone_mixing_ratio -INFO: filtering out variable potential_temperature_at_2m -INFO: filtering out variable potential_temperature_at_viscous_sublayer_top -INFO: filtering out variable prandtl_number -INFO: filtering out variable q_prime_squared -INFO: filtering out variable rain_number_concentration_updated_by_physics -INFO: filtering out variable reciprocal_of_obukhov_length -INFO: filtering out variable shoc_flag_for_optional_surface_TKE_dissipation -INFO: filtering out variable shoc_implicit_TKE_integration_uncentering_term -INFO: filtering out variable shoc_tke_dissipatation_pressure_threshold -INFO: filtering out variable shoc_tke_dissipation_tunable_parameter -INFO: filtering out variable shoc_tke_dissipation_tunable_parameter_near_surface -INFO: filtering out variable slow_soil_pool_mass_content_of_carbon -INFO: filtering out variable snow_albedo_at_previous_time_step -INFO: filtering out variable snow_layer_ice -INFO: filtering out variable snow_layer_liquid_water -INFO: filtering out variable snow_mass_at_previous_time_step -INFO: filtering out variable snow_number_concentration_updated_by_physics -INFO: filtering out variable snow_precipitation_rate_at_surface -INFO: filtering out variable snow_temperature -INFO: filtering out variable snow_temperature_bottom_first_layer -INFO: filtering out variable soil_temperature_for_land_surface_model -INFO: filtering out variable soil_vertical_dimension_for_land_surface_model -INFO: filtering out variable soil_water_content_between_soil_bottom_and_water_table -INFO: filtering out variable specific_humidity_at_viscous_sublayer_top -INFO: filtering out variable stability_function_for_heat -INFO: filtering out variable stem_area_index -INFO: filtering out variable stem_mass -INFO: filtering out variable subgrid_cloud_fraction_pbl -INFO: filtering out variable subgrid_cloud_mixing_ratio_pbl -INFO: filtering out variable subgrid_scale_cloud_fraction_from_shoc -INFO: filtering out variable surface_air_pressure_at_previous_time_step -INFO: filtering out variable surface_air_pressure_two_time_steps_back -INFO: filtering out variable surface_condensation_mass -INFO: filtering out variable surface_drag_coefficient_for_heat_and_moisture_for_noahmp -INFO: filtering out variable surface_drag_coefficient_for_momentum_for_noahmp -INFO: filtering out variable surface_exchange_coefficient_for_heat -INFO: filtering out variable surface_exchange_coefficient_for_heat_at_2m -INFO: filtering out variable surface_exchange_coefficient_for_moisture -INFO: filtering out variable surface_exchange_coefficient_for_moisture_at_2m -INFO: filtering out variable surface_friction_velocity_drag -INFO: filtering out variable surface_latent_heat -INFO: filtering out variable surface_layer_evaporation_switch -INFO: filtering out variable surface_specific_humidity_for_MYJ_schemes -INFO: filtering out variable surface_stability_parameter -INFO: filtering out variable t_prime_q_prime -INFO: filtering out variable t_prime_squared -INFO: filtering out variable temperature_from_previous_timestep -INFO: filtering out variable temperature_tendency_due_to_dynamics -INFO: filtering out variable tendency_of_cloud_droplet_number_concentration_due_to_model_physics -INFO: filtering out variable tendency_of_ice_cloud_water_mixing_ratio_due_to_model_physics -INFO: filtering out variable tendency_of_ice_friendly_aerosol_number_concentration_due_to_model_physics -INFO: filtering out variable tendency_of_ice_friendly_aerosols_at_surface -INFO: filtering out variable tendency_of_ice_number_concentration_due_to_model_physics -INFO: filtering out variable tendency_of_liquid_cloud_water_mixing_ratio_due_to_model_physics -INFO: filtering out variable tendency_of_ozone_mixing_ratio_due_to_model_physics -INFO: filtering out variable tendency_of_rain_water_mixing_ratio_due_to_microphysics -INFO: filtering out variable tendency_of_water_friendly_aerosol_number_concentration_due_to_model_physics -INFO: filtering out variable tendency_of_water_friendly_aerosols_at_surface -INFO: filtering out variable tendency_of_water_vapor_specific_humidity_due_to_model_physics -INFO: filtering out variable tendency_of_x_wind_due_to_convective_gravity_wave_drag -INFO: filtering out variable tendency_of_y_wind_due_to_convective_gravity_wave_drag -INFO: filtering out variable theta_star -INFO: filtering out variable tke_advect -INFO: filtering out variable tke_at_mass_points -INFO: filtering out variable tke_budget -INFO: filtering out variable total_accumulated_snowfall -INFO: filtering out variable triple_point_temperature_of_water -INFO: filtering out variable turbulent_kinetic_energy_convective_transport_tracer -INFO: filtering out variable u_wind_component_at_viscous_sublayer_top -INFO: filtering out variable updraft_velocity_tunable_parameter_1_CS -INFO: filtering out variable updraft_velocity_tunable_parameter_2_CS -INFO: filtering out variable v_wind_component_at_viscous_sublayer_top -INFO: filtering out variable vegetation_temperature -INFO: filtering out variable volume_fraction_of_frozen_soil_moisture_for_land_surface_model -INFO: filtering out variable volume_fraction_of_soil_moisture_for_land_surface_model -INFO: filtering out variable volume_fraction_of_unfrozen_soil_moisture_for_land_surface_model -INFO: filtering out variable water_friendly_aerosol_number_concentration -INFO: filtering out variable water_friendly_aerosol_number_concentration_updated_by_physics -INFO: filtering out variable water_storage_in_aquifer -INFO: filtering out variable water_storage_in_aquifer_and_saturated_soil -INFO: filtering out variable water_table_depth -INFO: filtering out variable water_table_recharge_when_deep -INFO: filtering out variable water_table_recharge_when_shallow -INFO: filtering out variable water_vapor_mixing_ratio_at_surface -INFO: filtering out variable water_vapor_specific_humidity_at_previous_time_step -INFO: filtering out variable water_vapor_specific_humidity_two_time_steps_back -INFO: filtering out variable weight_for_momentum_at_viscous_sublayer_top -INFO: filtering out variable weight_for_potental_temperature_at_viscous_sublayer_top -INFO: filtering out variable weight_for_specific_humidity_at_viscous_sublayer_top -INFO: filtering out variable wood_mass -INFO: filtering out variable x_momentum_tendency_from_blocking_drag -INFO: filtering out variable x_momentum_tendency_from_form_drag -INFO: filtering out variable x_momentum_tendency_from_large_scale_gwd -INFO: filtering out variable x_momentum_tendency_from_small_scale_gwd -INFO: filtering out variable y_momentum_tendency_from_blocking_drag -INFO: filtering out variable y_momentum_tendency_from_form_drag -INFO: filtering out variable y_momentum_tendency_from_large_scale_gwd -INFO: filtering out variable y_momentum_tendency_from_small_scale_gwd -INFO: Checking optional arguments in physics schemes ... -INFO: Metadata table for model FV3 written to tests/build_fv3_24/FV3/ccpp/framework/doc/DevelopersGuide/CCPP_VARIABLES_FV3.tex -INFO: Comparing metadata for requested and provided variables ... -INFO: Automatic unit conversion from m to um for effective_radius_of_stratiform_cloud_ice_particle_in_um before entering MODULE_mp_thompson SCHEME_mp_thompson SUBROUTINE_mp_thompson_run -INFO: Automatic unit conversion from m to um for effective_radius_of_stratiform_cloud_liquid_water_particle_in_um before entering MODULE_mp_thompson SCHEME_mp_thompson SUBROUTINE_mp_thompson_run -INFO: Automatic unit conversion from m to um for effective_radius_of_stratiform_cloud_snow_particle_in_um before entering MODULE_mp_thompson SCHEME_mp_thompson SUBROUTINE_mp_thompson_run -INFO: Generating schemes makefile/cmakefile snippet ... -INFO: Added 168 schemes to tests/build_fv3_24/FV3/ccpp/physics/CCPP_SCHEMES.mk, tests/build_fv3_24/FV3/ccpp/physics/CCPP_SCHEMES.cmake, tests/build_fv3_24/FV3/ccpp/physics/CCPP_SCHEMES.sh -INFO: Generating suite and group caps ... -INFO: Generating static API ccpp_static_api.F90 in tests/build_fv3_24/FV3/ccpp/physics ... -INFO: Generating caps makefile/cmakefile snippet ... -INFO: Added 12 auto-generated caps to tests/build_fv3_24/FV3/ccpp/physics/CCPP_CAPS.mk and tests/build_fv3_24/FV3/ccpp/physics/CCPP_CAPS.cmake -INFO: CCPP prebuild step completed successfully. -+ source build_fv3_24/FV3/ccpp/physics/CCPP_SCHEMES.sh -++ export 'CCPP_SCHEMES=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/aer_cloud.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/aerclm_def.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/aerinterp.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/calpreciptype.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cldwat2m_micro.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cldmacro.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/date_def.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/funcphys.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gcycle.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/h2o_def.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/h2ointerp.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/iccn_def.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/iccninterp.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/iounitdef.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/machine.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mersenne_twister.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfpbl.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg_utils.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg2_0.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg3_0.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/multi_gases.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_model.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_parameters.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_radar.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_thompson.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MP_FER_HIRES.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_bl_mynn.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_mynn.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_orowam2017.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/namelist_soilveg.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfpblt.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfpbltq.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfscu.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfscuq.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/noahmp_tables.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/num_parthds.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozne_def.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozinterp.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/physcons.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/physparam.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radcons.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_aerosols.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_astronomy.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_clouds.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_gases.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_surface.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radlw_datatb.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radlw_param.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radsw_datatb.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radsw_param.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/samfaerosols.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfcsub.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sflx.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/set_soilveg.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/surface_perturbation.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_deep.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_sh.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/tridi.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/wv_saturation.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_soil_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rayleigh_damp.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radsw_main.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_ocean.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gwdc.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gscond.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ysuvdif.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_sice.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/samfdeepcnv.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/satmedmfvdif.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozphys_2015.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/samfshalcnv.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/precpd.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_fer_hires.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diag.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radlw_main.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_debug.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/satmedmfvdifq.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cs_conv.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/shinhongvdif.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/h2ophys.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_nst.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/moninedmf.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diff.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diag_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/m_micro.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gcm_shoc.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gwdps.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/shalcnv.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/get_prs_fv3.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozphys.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_stochastics.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/drag_suite.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_cice.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sascnvn.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cnvc90.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_drv.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/dcyc2.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/moninshoc.f' -++ CCPP_SCHEMES='/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/aer_cloud.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/aerclm_def.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/aerinterp.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/calpreciptype.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cldwat2m_micro.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cldmacro.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/date_def.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/funcphys.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gcycle.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/h2o_def.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/h2ointerp.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/iccn_def.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/iccninterp.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/iounitdef.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/machine.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mersenne_twister.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfpbl.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg_utils.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg2_0.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg3_0.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/multi_gases.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_model.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_parameters.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_radar.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_thompson.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MP_FER_HIRES.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_bl_mynn.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_mynn.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_orowam2017.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/namelist_soilveg.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfpblt.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfpbltq.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfscu.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfscuq.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/noahmp_tables.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/num_parthds.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozne_def.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozinterp.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/physcons.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/physparam.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radcons.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_aerosols.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_astronomy.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_clouds.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_gases.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_surface.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radlw_datatb.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radlw_param.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radsw_datatb.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radsw_param.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/samfaerosols.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfcsub.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sflx.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/set_soilveg.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/surface_perturbation.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_deep.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_sh.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/tridi.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/wv_saturation.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_soil_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rayleigh_damp.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radsw_main.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_ocean.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gwdc.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gscond.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ysuvdif.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_sice.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/samfdeepcnv.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/satmedmfvdif.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozphys_2015.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/samfshalcnv.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/precpd.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_fer_hires.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diag.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radlw_main.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_debug.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/satmedmfvdifq.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cs_conv.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/shinhongvdif.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/h2ophys.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_nst.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/moninedmf.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diff.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diag_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/m_micro.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gcm_shoc.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gwdps.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/shalcnv.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/get_prs_fv3.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozphys.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_stochastics.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/drag_suite.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_cice.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sascnvn.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cnvc90.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_drv.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/dcyc2.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/moninshoc.f' -+ source build_fv3_24/FV3/ccpp/physics/CCPP_CAPS.sh -++ export 'CCPP_CAPS=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_24/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_24/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_fast_physics_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_24/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_time_vary_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_24/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_radiation_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_24/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_physics_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_24/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_stochastics_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_24/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_24/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_fast_physics_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_24/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_time_vary_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_24/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_radiation_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_24/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_physics_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_24/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_stochastics_cap.F90' -++ CCPP_CAPS='/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_24/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_24/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_fast_physics_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_24/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_time_vary_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_24/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_radiation_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_24/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_physics_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_24/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_stochastics_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_24/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_24/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_fast_physics_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_24/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_time_vary_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_24/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_radiation_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_24/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_physics_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_24/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_stochastics_cap.F90' -+ source build_fv3_24/FV3/ccpp/physics/CCPP_STATIC_API.sh -++ export CCPP_STATIC_API=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_24/FV3/ccpp/physics/ccpp_static_api.F90 -++ CCPP_STATIC_API=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_24/FV3/ccpp/physics/ccpp_static_api.F90 -+ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta DEBUG=Y == *\N\A\M\_\p\h\y\s\=\Y* ]] -+ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta DEBUG=Y == *\W\W\3\=\Y* ]] -++ trim ' -DDEBUG=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF' -++ local 'var= -DDEBUG=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF' -++ var='-DDEBUG=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF' -++ var='-DDEBUG=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF' -++ echo -n '-DDEBUG=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF' -+ CCPP_CMAKE_FLAGS='-DDEBUG=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF' -+ source /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc -++ __ms_function_name=setup__test_function__300770 -++ eval 'setup__test_function__300770() { /bin/true ; }' -+++ eval '__text="text" ; if [[ $__text =~ ^(t).* ]] ; then printf "%s" ${.sh.match[1]} ; fi' -+++ cat -++ __ms_ksh_test= -+++ eval 'if ( set | grep setup__test_function__300770 | grep -v name > /dev/null 2>&1 ) ; then echo t ; fi ' -+++ cat -++ __ms_bash_test=t -++ [[ ! -z '' ]] -++ [[ ! -z t ]] -++ __ms_shell=bash -++ [[ -d /lfs3 ]] -++ [[ -d /scratch1 ]] -++ [[ ! -d /scratch ]] -++ eval module help -++ module purge -+++ /apps/lmod/7.7.18/libexec/lmod bash purge -++ eval unset 'BACIO_LIB4;' unset 'BACIO_LIB8;' unset 'BACIO_SRC;' unset 'BACIO_VER;' unset '__LMOD_REF_COUNT_CLASSPATH;' unset 'CLASSPATH;' unset 'CMAKE_CXX_COMPILER;' unset 'CMAKE_C_COMPILER;' unset 'CMAKE_Fortran_COMPILER;' unset 'CMAKE_Platform;' unset 'COMP;' unset '__LMOD_REF_COUNT_CPATH;' unset 'CPATH;' unset 'CRTM_FIX;' unset 'CRTM_INC;' unset 'CRTM_LIB;' unset 'CRTM_SRC;' unset 'CRTM_VER;' unset 'ESMFMKFILE;' unset 'G2TMPL_INC;' unset 'G2TMPL_LIB;' unset 'G2TMPL_SRC;' unset 'G2TMPL_VER;' unset 'G2_INC4;' unset 'G2_INCd;' unset 'G2_LIB4;' unset 'G2_LIBd;' unset 'G2_SRC;' unset 'G2_VER;' unset 'GDBSERVER_MIC;' unset 'GDB_CROSS;' unset '__LMOD_REF_COUNT_INFOPATH;' unset 'INFOPATH;' unset '__LMOD_REF_COUNT_INTEL_LICENSE_FILE;' unset 'INTEL_LICENSE_FILE;' unset 'INTEL_PYTHONHOME;' unset 'IPATH_NO_BACKTRACE;' unset 'IP_INC4;' unset 'IP_INC8;' unset 'IP_INCd;' unset 'IP_LIB4;' unset 'IP_LIB8;' unset 'IP_LIBd;' unset 'IP_SRC;' unset 'IP_VER;' unset 'I_MPI_CC;' unset 'I_MPI_F90;' unset 'I_MPI_HYDRA_BRANCH_COUNT;' unset 'I_MPI_HYDRA_PMI_CONNECT;' unset 'I_MPI_ROOT;' unset 'I_MPI_TMI_PROVIDER;' unset 'JASPER_INC;' unset 'JASPER_LIB;' unset 'JASPER_SRC;' unset 'JASPER_VER;' '__LMOD_REF_COUNT_LD_LIBRARY_PATH="/apps/slurm/default/lib:1";' export '__LMOD_REF_COUNT_LD_LIBRARY_PATH;' 'LD_LIBRARY_PATH=":/apps/slurm/default/lib";' export 'LD_LIBRARY_PATH;' unset '__LMOD_REF_COUNT_LIBRARY_PATH;' unset 'LIBRARY_PATH;' unset 'LIB_NAME;' unset 'LMOD_FAMILY_COMPILER;' unset 'LMOD_FAMILY_COMPILER_VERSION;' unset 'LMOD_FAMILY_MPI;' unset 'LMOD_FAMILY_MPI_VERSION;' unset '__LMOD_REF_COUNT_LOADEDMODULES;' unset 'LOADEDMODULES;' '__LMOD_REF_COUNT_MANPATH="/apps/lmod/lmod/share/man:1;/apps/local/man:1;/apps/slurm/default/share/man:1;/apps/slurm/tools/sbank/share/man:1";' export '__LMOD_REF_COUNT_MANPATH;' 'MANPATH="/apps/lmod/lmod/share/man::/apps/local/man:/apps/slurm/default/share/man:/apps/slurm/tools/sbank/share/man";' export 'MANPATH;' '__LMOD_REF_COUNT_MODULEPATH="/contrib/modulefiles:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:1;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1";' export '__LMOD_REF_COUNT_MODULEPATH;' 'MODULEPATH="/contrib/modulefiles:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles";' export 'MODULEPATH;' unset 'MPM_LAUNCHER;' unset 'NCEPLIBS;' unset 'NEMSIO_INC;' unset 'NEMSIO_LIB;' unset 'NEMSIO_SRC;' unset 'NEMSIO_VER;' unset 'NETCDF;' unset '__LMOD_REF_COUNT_NLSPATH;' unset 'NLSPATH;' '__LMOD_REF_COUNT_PATH="/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:1;/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/opt/ibutils/bin:1;/apps/local/bin:1;/apps/local/sbin:1;/apps/slurm/default/tools:1;/apps/slurm/default/bin:1;/apps/slurm/default/sbin:1;/apps/slurm/tools/sbank/bin:1;/home/Dusan.Jovic/bin:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/dbrowse:1";' export '__LMOD_REF_COUNT_PATH;' 'PATH="/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/opt/ibutils/bin:/apps/local/bin:/apps/local/sbin:/apps/slurm/default/tools:/apps/slurm/default/bin:/apps/slurm/default/sbin:/apps/slurm/tools/sbank/bin:/home/Dusan.Jovic/bin:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/dbrowse";' export 'PATH;' unset '__LMOD_REF_COUNT_PKG_CONFIG_PATH;' unset 'PKG_CONFIG_PATH;' unset 'PNG_INC;' unset 'PNG_LIB;' unset 'PNG_SRC;' unset 'PNG_VER;' unset 'POST_INC;' unset 'POST_LIB;' unset 'POST_SRC;' unset 'POST_VER;' unset 'SLURM_UTILS_PATH;' unset 'SP_LIB4;' unset 'SP_LIB8;' unset 'SP_LIBd;' unset 'SP_SRC;' unset 'SP_VER;' unset 'W3EMC_INC4;' unset 'W3EMC_INC8;' unset 'W3EMC_INCd;' unset 'W3EMC_LIB4;' unset 'W3EMC_LIB8;' unset 'W3EMC_LIBd;' unset 'W3EMC_SRC;' unset 'W3EMC_VER;' unset 'W3NCO_LIB4;' unset 'W3NCO_LIB8;' unset 'W3NCO_LIBd;' unset 'W3NCO_SRC;' unset 'W3NCO_VER;' unset 'Z_INC;' unset 'Z_LIB;' unset 'Z_SRC;' unset 'Z_VER;' unset '__LMOD_REF_COUNT__LMFILES_;' unset '_LMFILES_;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9jb250cmliL21vZHVsZWZpbGVzIiwiL3NjcmF0Y2gyL05DRVBERVYvZnYzLWNhbS9EdXNhbi5Kb3ZpYy91ZnMvcHIxOC91ZnMtd2VhdGhlci1tb2RlbC9tb2R1bGVmaWxlcy9oZXJhLmludGVsIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIs";' export '_ModuleTable001_;' '_ModuleTable002_="fSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ==";' export '_ModuleTable002_;' '_ModuleTable_Sz_="2";' export '_ModuleTable_Sz_;' unset '_ModuleTable004_;' unset '_ModuleTable005_;' unset '_ModuleTable006_;' unset '_ModuleTable007_;' unset '_ModuleTable008_;' unset '_ModuleTable009_;' unset '_ModuleTable010_;' unset '_ModuleTable011_;' unset '_ModuleTable012_;' unset '_ModuleTable013_;' -+++ unset BACIO_LIB4 -+++ unset BACIO_LIB8 -+++ unset BACIO_SRC -+++ unset BACIO_VER -+++ unset __LMOD_REF_COUNT_CLASSPATH -+++ unset CLASSPATH -+++ unset CMAKE_CXX_COMPILER -+++ unset CMAKE_C_COMPILER -+++ unset CMAKE_Fortran_COMPILER -+++ unset CMAKE_Platform -+++ unset COMP -+++ unset __LMOD_REF_COUNT_CPATH -+++ unset CPATH -+++ unset CRTM_FIX -+++ unset CRTM_INC -+++ unset CRTM_LIB -+++ unset CRTM_SRC -+++ unset CRTM_VER -+++ unset ESMFMKFILE -+++ unset G2TMPL_INC -+++ unset G2TMPL_LIB -+++ unset G2TMPL_SRC -+++ unset G2TMPL_VER -+++ unset G2_INC4 -+++ unset G2_INCd -+++ unset G2_LIB4 -+++ unset G2_LIBd -+++ unset G2_SRC -+++ unset G2_VER -+++ unset GDBSERVER_MIC -+++ unset GDB_CROSS -+++ unset __LMOD_REF_COUNT_INFOPATH -+++ unset INFOPATH -+++ unset __LMOD_REF_COUNT_INTEL_LICENSE_FILE -+++ unset INTEL_LICENSE_FILE -+++ unset INTEL_PYTHONHOME -+++ unset IPATH_NO_BACKTRACE -+++ unset IP_INC4 -+++ unset IP_INC8 -+++ unset IP_INCd -+++ unset IP_LIB4 -+++ unset IP_LIB8 -+++ unset IP_LIBd -+++ unset IP_SRC -+++ unset IP_VER -+++ unset I_MPI_CC -+++ unset I_MPI_F90 -+++ unset I_MPI_HYDRA_BRANCH_COUNT -+++ unset I_MPI_HYDRA_PMI_CONNECT -+++ unset I_MPI_ROOT -+++ unset I_MPI_TMI_PROVIDER -+++ unset JASPER_INC -+++ unset JASPER_LIB -+++ unset JASPER_SRC -+++ unset JASPER_VER -+++ __LMOD_REF_COUNT_LD_LIBRARY_PATH=/apps/slurm/default/lib:1 -+++ export __LMOD_REF_COUNT_LD_LIBRARY_PATH -+++ LD_LIBRARY_PATH=:/apps/slurm/default/lib -+++ export LD_LIBRARY_PATH -+++ unset __LMOD_REF_COUNT_LIBRARY_PATH -+++ unset LIBRARY_PATH -+++ unset LIB_NAME -+++ unset LMOD_FAMILY_COMPILER -+++ unset LMOD_FAMILY_COMPILER_VERSION -+++ unset LMOD_FAMILY_MPI -+++ unset LMOD_FAMILY_MPI_VERSION -+++ unset __LMOD_REF_COUNT_LOADEDMODULES -+++ unset LOADEDMODULES -+++ __LMOD_REF_COUNT_MANPATH='/apps/lmod/lmod/share/man:1;/apps/local/man:1;/apps/slurm/default/share/man:1;/apps/slurm/tools/sbank/share/man:1' -+++ export __LMOD_REF_COUNT_MANPATH -+++ MANPATH=/apps/lmod/lmod/share/man::/apps/local/man:/apps/slurm/default/share/man:/apps/slurm/tools/sbank/share/man -+++ export MANPATH -+++ __LMOD_REF_COUNT_MODULEPATH='/contrib/modulefiles:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:1;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1' -+++ export __LMOD_REF_COUNT_MODULEPATH -+++ MODULEPATH=/contrib/modulefiles:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles -+++ export MODULEPATH -+++ unset MPM_LAUNCHER -+++ unset NCEPLIBS -+++ unset NEMSIO_INC -+++ unset NEMSIO_LIB -+++ unset NEMSIO_SRC -+++ unset NEMSIO_VER -+++ unset NETCDF -+++ unset __LMOD_REF_COUNT_NLSPATH -+++ unset NLSPATH -+++ __LMOD_REF_COUNT_PATH='/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:1;/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/opt/ibutils/bin:1;/apps/local/bin:1;/apps/local/sbin:1;/apps/slurm/default/tools:1;/apps/slurm/default/bin:1;/apps/slurm/default/sbin:1;/apps/slurm/tools/sbank/bin:1;/home/Dusan.Jovic/bin:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/dbrowse:1' -+++ export __LMOD_REF_COUNT_PATH -+++ PATH=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/opt/ibutils/bin:/apps/local/bin:/apps/local/sbin:/apps/slurm/default/tools:/apps/slurm/default/bin:/apps/slurm/default/sbin:/apps/slurm/tools/sbank/bin:/home/Dusan.Jovic/bin:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/dbrowse -+++ export PATH -+++ unset __LMOD_REF_COUNT_PKG_CONFIG_PATH -+++ unset PKG_CONFIG_PATH -+++ unset PNG_INC -+++ unset PNG_LIB -+++ unset PNG_SRC -+++ unset PNG_VER -+++ unset POST_INC -+++ unset POST_LIB -+++ unset POST_SRC -+++ unset POST_VER -+++ unset SLURM_UTILS_PATH -+++ unset SP_LIB4 -+++ unset SP_LIB8 -+++ unset SP_LIBd -+++ unset SP_SRC -+++ unset SP_VER -+++ unset W3EMC_INC4 -+++ unset W3EMC_INC8 -+++ unset W3EMC_INCd -+++ unset W3EMC_LIB4 -+++ unset W3EMC_LIB8 -+++ unset W3EMC_LIBd -+++ unset W3EMC_SRC -+++ unset W3EMC_VER -+++ unset W3NCO_LIB4 -+++ unset W3NCO_LIB8 -+++ unset W3NCO_LIBd -+++ unset W3NCO_SRC -+++ unset W3NCO_VER -+++ unset Z_INC -+++ unset Z_LIB -+++ unset Z_SRC -+++ unset Z_VER -+++ unset __LMOD_REF_COUNT__LMFILES_ -+++ unset _LMFILES_ -+++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9jb250cmliL21vZHVsZWZpbGVzIiwiL3NjcmF0Y2gyL05DRVBERVYvZnYzLWNhbS9EdXNhbi5Kb3ZpYy91ZnMvcHIxOC91ZnMtd2VhdGhlci1tb2RlbC9tb2R1bGVmaWxlcy9oZXJhLmludGVsIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIs -+++ export _ModuleTable001_ -+++ _ModuleTable002_=fSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ== -+++ export _ModuleTable002_ -+++ _ModuleTable_Sz_=2 -+++ export _ModuleTable_Sz_ -+++ unset _ModuleTable004_ -+++ unset _ModuleTable005_ -+++ unset _ModuleTable006_ -+++ unset _ModuleTable007_ -+++ unset _ModuleTable008_ -+++ unset _ModuleTable009_ -+++ unset _ModuleTable010_ -+++ unset _ModuleTable011_ -+++ unset _ModuleTable012_ -+++ unset _ModuleTable013_ -+++ : -s sh -++ eval -++ unset __ms_shell -++ unset __ms_ksh_test -++ unset __ms_bash_test -++ unset setup__test_function__300770 -++ unset __ms_function_name -+ [[ hera.intel == macosx.* ]] -+ [[ hera.intel == linux.* ]] -+ module use /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel -++ /apps/lmod/7.7.18/libexec/lmod bash use /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel -+ eval '__LMOD_REF_COUNT_MODULEPATH="/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:2;/contrib/modulefiles:1;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1";' export '__LMOD_REF_COUNT_MODULEPATH;' 'MODULEPATH="/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:/contrib/modulefiles:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles";' export 'MODULEPATH;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9zY3JhdGNoMi9OQ0VQREVWL2Z2My1jYW0vRHVzYW4uSm92aWMvdWZzL3ByMTgvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvaGVyYS5pbnRlbCIsIi9jb250cmliL21vZHVsZWZpbGVzIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIs";' export '_ModuleTable001_;' '_ModuleTable002_="fSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ==";' export '_ModuleTable002_;' '_ModuleTable_Sz_="2";' export '_ModuleTable_Sz_;' -++ __LMOD_REF_COUNT_MODULEPATH='/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:2;/contrib/modulefiles:1;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1' -++ export __LMOD_REF_COUNT_MODULEPATH -++ MODULEPATH=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:/contrib/modulefiles:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles -++ export MODULEPATH -++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9zY3JhdGNoMi9OQ0VQREVWL2Z2My1jYW0vRHVzYW4uSm92aWMvdWZzL3ByMTgvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvaGVyYS5pbnRlbCIsIi9jb250cmliL21vZHVsZWZpbGVzIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIs -++ export _ModuleTable001_ -++ _ModuleTable002_=fSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ== -++ export _ModuleTable002_ -++ _ModuleTable_Sz_=2 -++ export _ModuleTable_Sz_ -++ : -s sh -+ eval -+ module load fv3 -++ /apps/lmod/7.7.18/libexec/lmod bash load fv3 -+ eval 'BACIO_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libbacio_v2.0.3_4.a";' export 'BACIO_LIB4;' 'BACIO_LIB8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libbacio_v2.0.3_8.a";' export 'BACIO_LIB8;' 'BACIO_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/bacio_v2.0.3";' export 'BACIO_SRC;' 'BACIO_VER="v2.0.3";' export 'BACIO_VER;' '__LMOD_REF_COUNT_CLASSPATH="/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/mpi.jar:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/daal.jar:1";' export '__LMOD_REF_COUNT_CLASSPATH;' 'CLASSPATH="/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/mpi.jar:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/daal.jar";' export 'CLASSPATH;' 'CMAKE_CXX_COMPILER="mpiicpc";' export 'CMAKE_CXX_COMPILER;' 'CMAKE_C_COMPILER="mpiicc";' export 'CMAKE_C_COMPILER;' 'CMAKE_Fortran_COMPILER="mpiifort";' export 'CMAKE_Fortran_COMPILER;' 'CMAKE_Platform="hera.intel";' export 'CMAKE_Platform;' 'COMP="intel";' export 'COMP;' '__LMOD_REF_COUNT_CPATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/include:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/include:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/pstl/include:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/include:2;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/include:1";' export '__LMOD_REF_COUNT_CPATH;' 'CPATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/include:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/include:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/pstl/include:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/include:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/include";' export 'CPATH;' 'CRTM_FIX="/scratch2/NCEPDEV/nwprod/NCEPLIBS/fix/crtm_v2.2.6";' export 'CRTM_FIX;' 'CRTM_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/crtm_v2.2.6";' export 'CRTM_INC;' 'CRTM_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libcrtm_v2.2.6.a";' export 'CRTM_LIB;' 'CRTM_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/crtm_v2.2.6";' export 'CRTM_SRC;' 'CRTM_VER="v2.2.6";' export 'CRTM_VER;' 'ESMFMKFILE="/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/lib/esmf.mk";' export 'ESMFMKFILE;' 'G2TMPL_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/g2tmpl_v1.6.0";' export 'G2TMPL_INC;' 'G2TMPL_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2tmpl_v1.6.0.a";' export 'G2TMPL_LIB;' 'G2TMPL_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/g2tmpl_v1.6.0/src";' export 'G2TMPL_SRC;' 'G2TMPL_VER="v1.6.0";' export 'G2TMPL_VER;' 'G2_INC4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/g2_v3.1.1_4";' export 'G2_INC4;' 'G2_INCd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/g2_v3.1.1_d";' export 'G2_INCd;' 'G2_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2_v3.1.1_4.a";' export 'G2_LIB4;' 'G2_LIBd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2_v3.1.1_d.a";' export 'G2_LIBd;' 'G2_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/g2_v3.1.1";' export 'G2_SRC;' 'G2_VER="v3.1.1";' export 'G2_VER;' 'GDBSERVER_MIC="/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/targets/intel64/x200/bin/gdbserver";' export 'GDBSERVER_MIC;' 'GDB_CROSS="/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/intel64/bin/gdb-ia";' export 'GDB_CROSS;' '__LMOD_REF_COUNT_INFOPATH="/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/info:1;/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/info:1";' export '__LMOD_REF_COUNT_INFOPATH;' 'INFOPATH="/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/info:/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/info";' export 'INFOPATH;' '__LMOD_REF_COUNT_INTEL_LICENSE_FILE="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/licenses:1;/apps/intel/licenses:1";' export '__LMOD_REF_COUNT_INTEL_LICENSE_FILE;' 'INTEL_LICENSE_FILE="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/licenses:/apps/intel/licenses";' export 'INTEL_LICENSE_FILE;' 'INTEL_PYTHONHOME="/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/python/intel64/";' export 'INTEL_PYTHONHOME;' 'IPATH_NO_BACKTRACE="1";' export 'IPATH_NO_BACKTRACE;' 'IP_INC4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ip_v3.0.2_4";' export 'IP_INC4;' 'IP_INC8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ip_v3.0.2_8";' export 'IP_INC8;' 'IP_INCd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ip_v3.0.2_d";' export 'IP_INCd;' 'IP_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libip_v3.0.2_4.a";' export 'IP_LIB4;' 'IP_LIB8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libip_v3.0.2_8.a";' export 'IP_LIB8;' 'IP_LIBd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libip_v3.0.2_d.a";' export 'IP_LIBd;' 'IP_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/ip_v3.0.2";' export 'IP_SRC;' 'IP_VER="v3.0.2";' export 'IP_VER;' 'I_MPI_CC="icc";' export 'I_MPI_CC;' 'I_MPI_F90="ifort";' export 'I_MPI_F90;' 'I_MPI_HYDRA_BRANCH_COUNT="128";' export 'I_MPI_HYDRA_BRANCH_COUNT;' 'I_MPI_HYDRA_PMI_CONNECT="alltoall";' export 'I_MPI_HYDRA_PMI_CONNECT;' 'I_MPI_ROOT="/apps/intel/compilers_and_libraries_2018/linux/mpi";' export 'I_MPI_ROOT;' 'I_MPI_TMI_PROVIDER="psm";' export 'I_MPI_TMI_PROVIDER;' 'JASPER_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/include/jasper_v1.900.1";' export 'JASPER_INC;' 'JASPER_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/lib/libjasper_v1.900.1.a";' export 'JASPER_LIB;' 'JASPER_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/thirdParty";' export 'JASPER_SRC;' 'JASPER_VER="v1.900.1";' export 'JASPER_VER;' '__LMOD_REF_COUNT_LD_LIBRARY_PATH="/apps/netcdf/4.7.0/intel/18.0.5.274/lib:1;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib:1;/apps/slurm/default/lib:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/lib/intel64:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:2;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:2;/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/libipt/intel64/lib:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4:1";' export '__LMOD_REF_COUNT_LD_LIBRARY_PATH;' 'LD_LIBRARY_PATH="/apps/netcdf/4.7.0/intel/18.0.5.274/lib:/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib::/apps/slurm/default/lib:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/lib/intel64:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/libipt/intel64/lib:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4";' export 'LD_LIBRARY_PATH;' '__LMOD_REF_COUNT_LIBRARY_PATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:2;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4:1";' export '__LMOD_REF_COUNT_LIBRARY_PATH;' 'LIBRARY_PATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4";' export 'LIBRARY_PATH;' 'LIB_NAME="POST";' export 'LIB_NAME;' 'LMOD_FAMILY_COMPILER="intel";' export 'LMOD_FAMILY_COMPILER;' 'LMOD_FAMILY_COMPILER_VERSION="18.0.5.274";' export 'LMOD_FAMILY_COMPILER_VERSION;' 'LMOD_FAMILY_MPI="impi";' export 'LMOD_FAMILY_MPI;' 'LMOD_FAMILY_MPI_VERSION="2018.0.4";' export 'LMOD_FAMILY_MPI_VERSION;' '__LMOD_REF_COUNT_LOADEDMODULES="contrib:1;sutils/default:1;intel/18.0.5.274:1;impi/2018.0.4:1;netcdf/4.7.0:1;bacio/2.0.3:1;ip/3.0.2:1;nemsio/2.2.4:1;sp/2.0.3:1;w3emc/2.3.1:1;w3nco/2.0.7:1;g2/3.1.1:1;g2tmpl/1.6.0:1;crtm/2.2.6:1;jasper/1.900.1:1;png/1.2.44:1;z/1.2.11:1;post/8.0.1:1;esmf/8.0.0:1;cmake/3.9.0:1;fv3:1";' export '__LMOD_REF_COUNT_LOADEDMODULES;' 'LOADEDMODULES="contrib:sutils/default:intel/18.0.5.274:impi/2018.0.4:netcdf/4.7.0:bacio/2.0.3:ip/3.0.2:nemsio/2.2.4:sp/2.0.3:w3emc/2.3.1:w3nco/2.0.7:g2/3.1.1:g2tmpl/1.6.0:crtm/2.2.6:jasper/1.900.1:png/1.2.44:z/1.2.11:post/8.0.1:esmf/8.0.0:cmake/3.9.0:fv3";' export 'LOADEDMODULES;' '__LMOD_REF_COUNT_MANPATH="/apps/netcdf/4.7.0/intel/18.0.5.274/share/man:1;/apps/intel/compilers_and_libraries_2018/linux/mpi/man:1;/apps/intel/parallel_studio_xe_2018.4.057/man/common:1;/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/man:1;/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/man:1;/apps/lmod/lmod/share/man:1;/apps/local/man:1;/apps/slurm/default/share/man:1;/apps/slurm/tools/sbank/share/man:1";' export '__LMOD_REF_COUNT_MANPATH;' 'MANPATH="/apps/netcdf/4.7.0/intel/18.0.5.274/share/man:/apps/intel/compilers_and_libraries_2018/linux/mpi/man:/apps/intel/parallel_studio_xe_2018.4.057/man/common:/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/man:/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/man:/apps/lmod/lmod/share/man::/apps/local/man:/apps/slurm/default/share/man:/apps/slurm/tools/sbank/share/man";' export 'MANPATH;' '__LMOD_REF_COUNT_MODULEPATH="/contrib/modulefiles:3;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:2;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1;/apps/modules/modulefamilies/intel:1;/apps/modules/modulefamilies/intel_impi:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles:1";' export '__LMOD_REF_COUNT_MODULEPATH;' 'MODULEPATH="/contrib/modulefiles:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles:/apps/modules/modulefamilies/intel:/apps/modules/modulefamilies/intel_impi:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles";' export 'MODULEPATH;' 'MPM_LAUNCHER="/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/mpm/mic/bin/start_mpm.sh";' export 'MPM_LAUNCHER;' 'NCEPLIBS="/scratch2/NCEPDEV/nwprod/NCEPLIBS";' export 'NCEPLIBS;' 'NEMSIO_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/nemsio_v2.2.4";' export 'NEMSIO_INC;' 'NEMSIO_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libnemsio_v2.2.4.a";' export 'NEMSIO_LIB;' 'NEMSIO_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/nemsio_v2.2.4";' export 'NEMSIO_SRC;' 'NEMSIO_VER="v2.2.4";' export 'NEMSIO_VER;' 'NETCDF="/apps/netcdf/4.7.0/intel/18.0.5.274";' export 'NETCDF;' '__LMOD_REF_COUNT_NLSPATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64/locale/%l_%t/%N:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin/locale/%l_%t/%N:1;/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/intel64/share/locale/%l_%t/%N:1";' export '__LMOD_REF_COUNT_NLSPATH;' 'NLSPATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64/locale/%l_%t/%N:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin/locale/%l_%t/%N:/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/intel64/share/locale/%l_%t/%N";' export 'NLSPATH;' '__LMOD_REF_COUNT_PATH="/contrib/cmake/3.9.0/bin:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/bin:1;/apps/netcdf/4.7.0/intel/18.0.5.274/bin:1;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/bin/intel64:1;/contrib/sutils/bin:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:1;/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/opt/ibutils/bin:1;/apps/local/bin:1;/apps/local/sbin:1;/apps/slurm/default/tools:1;/apps/slurm/default/bin:1;/apps/slurm/default/sbin:1;/apps/slurm/tools/sbank/bin:1;/home/Dusan.Jovic/bin:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/dbrowse:1";' export '__LMOD_REF_COUNT_PATH;' 'PATH="/contrib/cmake/3.9.0/bin:/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/bin:/apps/netcdf/4.7.0/intel/18.0.5.274/bin:/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/bin/intel64:/contrib/sutils/bin:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/opt/ibutils/bin:/apps/local/bin:/apps/local/sbin:/apps/slurm/default/tools:/apps/slurm/default/bin:/apps/slurm/default/sbin:/apps/slurm/tools/sbank/bin:/home/Dusan.Jovic/bin:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/dbrowse";' export 'PATH;' '__LMOD_REF_COUNT_PKG_CONFIG_PATH="/apps/intel/compilers_and_libraries_2018/linux/mkl/bin/pkgconfig:1";' export '__LMOD_REF_COUNT_PKG_CONFIG_PATH;' 'PKG_CONFIG_PATH="/apps/intel/compilers_and_libraries_2018/linux/mkl/bin/pkgconfig";' export 'PKG_CONFIG_PATH;' 'PNG_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/png_v1.2.44";' export 'PNG_INC;' 'PNG_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libpng_v1.2.44.a";' export 'PNG_LIB;' 'PNG_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/thirdParty";' export 'PNG_SRC;' 'PNG_VER="v1.2.44";' export 'PNG_VER;' 'POST_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ncep_post_v8.0.1_4";' export 'POST_INC;' 'POST_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libncep_post_v8.0.1_4.a";' export 'POST_LIB;' 'POST_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/post_v8.0.1";' export 'POST_SRC;' 'POST_VER="v8.0.1";' export 'POST_VER;' 'SLURM_UTILS_PATH="/contrib/sutils/bin";' export 'SLURM_UTILS_PATH;' 'SP_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_4.a";' export 'SP_LIB4;' 'SP_LIB8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_8.a";' export 'SP_LIB8;' 'SP_LIBd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_d.a";' export 'SP_LIBd;' 'SP_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/sp_v2.0.3";' export 'SP_SRC;' 'SP_VER="v2.0.3";' export 'SP_VER;' 'W3EMC_INC4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/w3emc_v2.3.1_4";' export 'W3EMC_INC4;' 'W3EMC_INC8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/w3emc_v2.3.1_8";' export 'W3EMC_INC8;' 'W3EMC_INCd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/w3emc_v2.3.1_d";' export 'W3EMC_INCd;' 'W3EMC_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_4.a";' export 'W3EMC_LIB4;' 'W3EMC_LIB8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_8.a";' export 'W3EMC_LIB8;' 'W3EMC_LIBd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_d.a";' export 'W3EMC_LIBd;' 'W3EMC_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/w3emc_v2.3.1";' export 'W3EMC_SRC;' 'W3EMC_VER="v2.3.1";' export 'W3EMC_VER;' 'W3NCO_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_4.a";' export 'W3NCO_LIB4;' 'W3NCO_LIB8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_8.a";' export 'W3NCO_LIB8;' 'W3NCO_LIBd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_d.a";' export 'W3NCO_LIBd;' 'W3NCO_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/w3nco_v2.0.7";' export 'W3NCO_SRC;' 'W3NCO_VER="v2.0.7";' export 'W3NCO_VER;' 'Z_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/z_v1.2.11";' export 'Z_INC;' 'Z_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libz_v1.2.11.a";' export 'Z_LIB;' 'Z_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/thirdParty";' export 'Z_SRC;' 'Z_VER="v1.2.11";' export 'Z_VER;' '__LMOD_REF_COUNT__LMFILES_="/apps/modules/modulefiles/contrib:1;/contrib/modulefiles/sutils/default:1;/apps/modules/modulefiles/intel/18.0.5.274:1;/apps/modules/modulefamilies/intel/impi/2018.0.4:1;/apps/modules/modulefamilies/intel/netcdf/4.7.0:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/bacio/2.0.3:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/ip/3.0.2:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/nemsio/2.2.4:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/sp/2.0.3:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3emc/2.3.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3nco/2.0.7:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2/3.1.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2tmpl/1.6.0:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/crtm/2.2.6:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/jasper/1.900.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/png/1.2.44:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/z/1.2.11:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/post/8.0.1:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles/esmf/8.0.0:1;/contrib/modulefiles/cmake/3.9.0:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel/fv3:1";' export '__LMOD_REF_COUNT__LMFILES_;' '_LMFILES_="/apps/modules/modulefiles/contrib:/contrib/modulefiles/sutils/default:/apps/modules/modulefiles/intel/18.0.5.274:/apps/modules/modulefamilies/intel/impi/2018.0.4:/apps/modules/modulefamilies/intel/netcdf/4.7.0:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/bacio/2.0.3:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/ip/3.0.2:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/nemsio/2.2.4:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/sp/2.0.3:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3emc/2.3.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3nco/2.0.7:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2/3.1.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2tmpl/1.6.0:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/crtm/2.2.6:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/jasper/1.900.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/png/1.2.44:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/z/1.2.11:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/post/8.0.1:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles/esmf/8.0.0:/contrib/modulefiles/cmake/3.9.0:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel/fv3";' export '_LMFILES_;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJpbXBpIix9LG1UPXtiYWNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvYmFjaW8vMi4wLjMiLFsiZnVsbE5hbWUiXT0iYmFjaW8vMi4wLjMiLFsibG9hZE9yZGVyIl09Nixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJiYWNpby8yLjAuMyIsfSxjbWFrZT17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9jbWFrZS8zLjkuMCIsWyJmdWxs";' export '_ModuleTable001_;' '_ModuleTable002_="TmFtZSJdPSJjbWFrZS8zLjkuMCIsWyJsb2FkT3JkZXIiXT0yMCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjbWFrZS8zLjkuMCIsfSxjb250cmliPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvY29udHJpYiIsWyJmdWxsTmFtZSJdPSJjb250cmliIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY29udHJpYiIsfSxjcnRtPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9jcnRtLzIuMi42IixbImZ1bGxOYW1lIl09ImNydG0vMi4yLjYiLFsibG9hZE9yZGVy";' export '_ModuleTable002_;' '_ModuleTable003_="Il09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL2Z2My1jYW0vRHVzYW4uSm92aWMvdWZzL3ByMTgvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvaGVyYS5pbnRlbC9mdjMiLFsi";' export '_ModuleTable003_;' '_ModuleTable004_="ZnVsbE5hbWUiXT0iZnYzIixbImxvYWRPcmRlciJdPTIxLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTAsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImZ2MyIsfSxnMj17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzIvMy4xLjEiLFsiZnVsbE5hbWUiXT0iZzIvMy4xLjEiLFsibG9hZE9yZGVyIl09MTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZzIvMy4xLjEiLH0sZzJ0bXBsPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9nMnRtcGwvMS42LjAiLFsiZnVsbE5hbWUiXT0iZzJ0bXBsLzEuNi4w";' export '_ModuleTable004_;' '_ModuleTable005_="IixbImxvYWRPcmRlciJdPTEzLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcydG1wbC8xLjYuMCIsfSxpbXBpPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwvaW1waS8yMDE4LjAuNCIsWyJmdWxsTmFtZSJdPSJpbXBpLzIwMTguMC40IixbImxvYWRPcmRlciJdPTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW1waS8yMDE4LjAuNCIsfSxpbnRlbD17WyJmbiJdPSIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL2ludGVsLzE4LjAuNS4yNzQiLFsiZnVsbE5hbWUiXT0iaW50ZWwvMTguMC41LjI3NCIsWyJsb2FkT3JkZXIi";' export '_ModuleTable005_;' '_ModuleTable006_="XT0zLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImludGVsLzE4LjAuNS4yNzQiLH0saXA9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2lwLzMuMC4yIixbImZ1bGxOYW1lIl09ImlwLzMuMC4yIixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaXAvMy4wLjIiLH0samFzcGVyPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9qYXNwZXIvMS45MDAuMSIsWyJmdWxsTmFtZSJdPSJqYXNwZXIvMS45MDAuMSIsWyJsb2FkT3JkZXIi";' export '_ModuleTable006_;' '_ModuleTable007_="XT0xNSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJqYXNwZXIvMS45MDAuMSIsfSxuZW1zaW89e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL25lbXNpby8yLjIuNCIsWyJmdWxsTmFtZSJdPSJuZW1zaW8vMi4yLjQiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZW1zaW8vMi4yLjQiLH0sbmV0Y2RmPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwvbmV0Y2RmLzQuNy4wIixbImZ1bGxOYW1lIl09Im5ldGNkZi80LjcuMCIsWyJsb2FkT3JkZXIi";' export '_ModuleTable007_;' '_ModuleTable008_="XT01LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5ldGNkZi80LjcuMCIsfSxwbmc9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3BuZy8xLjIuNDQiLFsiZnVsbE5hbWUiXT0icG5nLzEuMi40NCIsWyJsb2FkT3JkZXIiXT0xNixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJwbmcvMS4yLjQ0Iix9LHBvc3Q9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3Bvc3QvOC4wLjEiLFsiZnVsbE5hbWUiXT0icG9zdC84LjAuMSIsWyJsb2FkT3JkZXIiXT0xOCxw";' export '_ModuleTable008_;' '_ModuleTable009_="cm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJwb3N0LzguMC4xIix9LHNwPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9zcC8yLjAuMyIsWyJmdWxsTmFtZSJdPSJzcC8yLjAuMyIsWyJsb2FkT3JkZXIiXT05LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InNwLzIuMC4zIix9LHN1dGlscz17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9zdXRpbHMvZGVmYXVsdCIsWyJmdWxsTmFtZSJdPSJzdXRpbHMvZGVmYXVsdCIsWyJsb2FkT3JkZXIiXT0yLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0";' export '_ModuleTable009_;' '_ModuleTable010_="dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InN1dGlscyIsfSx3M2VtYz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNlbWMvMi4zLjEiLFsiZnVsbE5hbWUiXT0idzNlbWMvMi4zLjEiLFsibG9hZE9yZGVyIl09MTAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNlbWMvMi4zLjEiLH0sdzNuY289e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czbmNvLzIuMC43IixbImZ1bGxOYW1lIl09InczbmNvLzIuMC43IixbImxvYWRPcmRlciJdPTExLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMi";' export '_ModuleTable010_;' '_ModuleTable011_="XT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHo9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3ovMS4yLjExIixbImZ1bGxOYW1lIl09InovMS4yLjExIixbImxvYWRPcmRlciJdPTE3LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InovMS4yLjExIix9LH0sbXBhdGhBPXsiL2NvbnRyaWIvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDIvTkNFUERFVi9mdjMtY2FtL0R1c2FuLkpvdmljL3Vmcy9wcjE4L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL2hlcmEuaW50ZWwiLCIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi9hcHBz";' export '_ModuleTable011_;' '_ModuleTable012_="L21vZHVsZXMvbW9kdWxlZmlsZXMvTGludXgiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L2NyYXlwZS9kZWZhdWx0L21vZHVsZWZpbGVzIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbCIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWxfaW1waSIsIi9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcyIsIi9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmU6L2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9M";' export '_ModuleTable012_;' '_ModuleTable013_="aW51eDovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzOi9vcHQvY3JheS9tb2R1bGVmaWxlczovb3B0L2NyYXkvY3JheXBlL2RlZmF1bHQvbW9kdWxlZmlsZXMiLH0=";' export '_ModuleTable013_;' '_ModuleTable_Sz_="13";' export '_ModuleTable_Sz_;' -++ BACIO_LIB4=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libbacio_v2.0.3_4.a -++ export BACIO_LIB4 -++ BACIO_LIB8=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libbacio_v2.0.3_8.a -++ export BACIO_LIB8 -++ BACIO_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/bacio_v2.0.3 -++ export BACIO_SRC -++ BACIO_VER=v2.0.3 -++ export BACIO_VER -++ __LMOD_REF_COUNT_CLASSPATH='/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/mpi.jar:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/daal.jar:1' -++ export __LMOD_REF_COUNT_CLASSPATH -++ CLASSPATH=/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/mpi.jar:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/daal.jar -++ export CLASSPATH -++ CMAKE_CXX_COMPILER=mpiicpc -++ export CMAKE_CXX_COMPILER -++ CMAKE_C_COMPILER=mpiicc -++ export CMAKE_C_COMPILER -++ CMAKE_Fortran_COMPILER=mpiifort -++ export CMAKE_Fortran_COMPILER -++ CMAKE_Platform=hera.intel -++ export CMAKE_Platform -++ COMP=intel -++ export COMP -++ __LMOD_REF_COUNT_CPATH='/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/include:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/include:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/pstl/include:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/include:2;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/include:1' -++ export __LMOD_REF_COUNT_CPATH -++ CPATH=/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/include:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/include:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/pstl/include:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/include:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/include -++ export CPATH -++ CRTM_FIX=/scratch2/NCEPDEV/nwprod/NCEPLIBS/fix/crtm_v2.2.6 -++ export CRTM_FIX -++ CRTM_INC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/crtm_v2.2.6 -++ export CRTM_INC -++ CRTM_LIB=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libcrtm_v2.2.6.a -++ export CRTM_LIB -++ CRTM_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/crtm_v2.2.6 -++ export CRTM_SRC -++ CRTM_VER=v2.2.6 -++ export CRTM_VER -++ ESMFMKFILE=/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/lib/esmf.mk -++ export ESMFMKFILE -++ G2TMPL_INC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/g2tmpl_v1.6.0 -++ export G2TMPL_INC -++ G2TMPL_LIB=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2tmpl_v1.6.0.a -++ export G2TMPL_LIB -++ G2TMPL_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/g2tmpl_v1.6.0/src -++ export G2TMPL_SRC -++ G2TMPL_VER=v1.6.0 -++ export G2TMPL_VER -++ G2_INC4=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/g2_v3.1.1_4 -++ export G2_INC4 -++ G2_INCd=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/g2_v3.1.1_d -++ export G2_INCd -++ G2_LIB4=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2_v3.1.1_4.a -++ export G2_LIB4 -++ G2_LIBd=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2_v3.1.1_d.a -++ export G2_LIBd -++ G2_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/g2_v3.1.1 -++ export G2_SRC -++ G2_VER=v3.1.1 -++ export G2_VER -++ GDBSERVER_MIC=/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/targets/intel64/x200/bin/gdbserver -++ export GDBSERVER_MIC -++ GDB_CROSS=/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/intel64/bin/gdb-ia -++ export GDB_CROSS -++ __LMOD_REF_COUNT_INFOPATH='/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/info:1;/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/info:1' -++ export __LMOD_REF_COUNT_INFOPATH -++ INFOPATH=/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/info:/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/info -++ export INFOPATH -++ __LMOD_REF_COUNT_INTEL_LICENSE_FILE='/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/licenses:1;/apps/intel/licenses:1' -++ export __LMOD_REF_COUNT_INTEL_LICENSE_FILE -++ INTEL_LICENSE_FILE=/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/licenses:/apps/intel/licenses -++ export INTEL_LICENSE_FILE -++ INTEL_PYTHONHOME=/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/python/intel64/ -++ export INTEL_PYTHONHOME -++ IPATH_NO_BACKTRACE=1 -++ export IPATH_NO_BACKTRACE -++ IP_INC4=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ip_v3.0.2_4 -++ export IP_INC4 -++ IP_INC8=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ip_v3.0.2_8 -++ export IP_INC8 -++ IP_INCd=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ip_v3.0.2_d -++ export IP_INCd -++ IP_LIB4=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libip_v3.0.2_4.a -++ export IP_LIB4 -++ IP_LIB8=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libip_v3.0.2_8.a -++ export IP_LIB8 -++ IP_LIBd=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libip_v3.0.2_d.a -++ export IP_LIBd -++ IP_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/ip_v3.0.2 -++ export IP_SRC -++ IP_VER=v3.0.2 -++ export IP_VER -++ I_MPI_CC=icc -++ export I_MPI_CC -++ I_MPI_F90=ifort -++ export I_MPI_F90 -++ I_MPI_HYDRA_BRANCH_COUNT=128 -++ export I_MPI_HYDRA_BRANCH_COUNT -++ I_MPI_HYDRA_PMI_CONNECT=alltoall -++ export I_MPI_HYDRA_PMI_CONNECT -++ I_MPI_ROOT=/apps/intel/compilers_and_libraries_2018/linux/mpi -++ export I_MPI_ROOT -++ I_MPI_TMI_PROVIDER=psm -++ export I_MPI_TMI_PROVIDER -++ JASPER_INC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/include/jasper_v1.900.1 -++ export JASPER_INC -++ JASPER_LIB=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/lib/libjasper_v1.900.1.a -++ export JASPER_LIB -++ JASPER_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/thirdParty -++ export JASPER_SRC -++ JASPER_VER=v1.900.1 -++ export JASPER_VER -++ __LMOD_REF_COUNT_LD_LIBRARY_PATH='/apps/netcdf/4.7.0/intel/18.0.5.274/lib:1;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib:1;/apps/slurm/default/lib:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/lib/intel64:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:2;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:2;/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/libipt/intel64/lib:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4:1' -++ export __LMOD_REF_COUNT_LD_LIBRARY_PATH -++ LD_LIBRARY_PATH=/apps/netcdf/4.7.0/intel/18.0.5.274/lib:/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib::/apps/slurm/default/lib:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/lib/intel64:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/libipt/intel64/lib:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4 -++ export LD_LIBRARY_PATH -++ __LMOD_REF_COUNT_LIBRARY_PATH='/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:2;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4:1' -++ export __LMOD_REF_COUNT_LIBRARY_PATH -++ LIBRARY_PATH=/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4 -++ export LIBRARY_PATH -++ LIB_NAME=POST -++ export LIB_NAME -++ LMOD_FAMILY_COMPILER=intel -++ export LMOD_FAMILY_COMPILER -++ LMOD_FAMILY_COMPILER_VERSION=18.0.5.274 -++ export LMOD_FAMILY_COMPILER_VERSION -++ LMOD_FAMILY_MPI=impi -++ export LMOD_FAMILY_MPI -++ LMOD_FAMILY_MPI_VERSION=2018.0.4 -++ export LMOD_FAMILY_MPI_VERSION -++ __LMOD_REF_COUNT_LOADEDMODULES='contrib:1;sutils/default:1;intel/18.0.5.274:1;impi/2018.0.4:1;netcdf/4.7.0:1;bacio/2.0.3:1;ip/3.0.2:1;nemsio/2.2.4:1;sp/2.0.3:1;w3emc/2.3.1:1;w3nco/2.0.7:1;g2/3.1.1:1;g2tmpl/1.6.0:1;crtm/2.2.6:1;jasper/1.900.1:1;png/1.2.44:1;z/1.2.11:1;post/8.0.1:1;esmf/8.0.0:1;cmake/3.9.0:1;fv3:1' -++ export __LMOD_REF_COUNT_LOADEDMODULES -++ LOADEDMODULES=contrib:sutils/default:intel/18.0.5.274:impi/2018.0.4:netcdf/4.7.0:bacio/2.0.3:ip/3.0.2:nemsio/2.2.4:sp/2.0.3:w3emc/2.3.1:w3nco/2.0.7:g2/3.1.1:g2tmpl/1.6.0:crtm/2.2.6:jasper/1.900.1:png/1.2.44:z/1.2.11:post/8.0.1:esmf/8.0.0:cmake/3.9.0:fv3 -++ export LOADEDMODULES -++ __LMOD_REF_COUNT_MANPATH='/apps/netcdf/4.7.0/intel/18.0.5.274/share/man:1;/apps/intel/compilers_and_libraries_2018/linux/mpi/man:1;/apps/intel/parallel_studio_xe_2018.4.057/man/common:1;/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/man:1;/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/man:1;/apps/lmod/lmod/share/man:1;/apps/local/man:1;/apps/slurm/default/share/man:1;/apps/slurm/tools/sbank/share/man:1' -++ export __LMOD_REF_COUNT_MANPATH -++ MANPATH=/apps/netcdf/4.7.0/intel/18.0.5.274/share/man:/apps/intel/compilers_and_libraries_2018/linux/mpi/man:/apps/intel/parallel_studio_xe_2018.4.057/man/common:/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/man:/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/man:/apps/lmod/lmod/share/man::/apps/local/man:/apps/slurm/default/share/man:/apps/slurm/tools/sbank/share/man -++ export MANPATH -++ __LMOD_REF_COUNT_MODULEPATH='/contrib/modulefiles:3;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:2;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1;/apps/modules/modulefamilies/intel:1;/apps/modules/modulefamilies/intel_impi:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles:1' -++ export __LMOD_REF_COUNT_MODULEPATH -++ MODULEPATH=/contrib/modulefiles:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles:/apps/modules/modulefamilies/intel:/apps/modules/modulefamilies/intel_impi:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles -++ export MODULEPATH -++ MPM_LAUNCHER=/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/mpm/mic/bin/start_mpm.sh -++ export MPM_LAUNCHER -++ NCEPLIBS=/scratch2/NCEPDEV/nwprod/NCEPLIBS -++ export NCEPLIBS -++ NEMSIO_INC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/nemsio_v2.2.4 -++ export NEMSIO_INC -++ NEMSIO_LIB=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libnemsio_v2.2.4.a -++ export NEMSIO_LIB -++ NEMSIO_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/nemsio_v2.2.4 -++ export NEMSIO_SRC -++ NEMSIO_VER=v2.2.4 -++ export NEMSIO_VER -++ NETCDF=/apps/netcdf/4.7.0/intel/18.0.5.274 -++ export NETCDF -++ __LMOD_REF_COUNT_NLSPATH='/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64/locale/%l_%t/%N:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin/locale/%l_%t/%N:1;/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/intel64/share/locale/%l_%t/%N:1' -++ export __LMOD_REF_COUNT_NLSPATH -++ NLSPATH=/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64/locale/%l_%t/%N:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin/locale/%l_%t/%N:/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/intel64/share/locale/%l_%t/%N -++ export NLSPATH -++ __LMOD_REF_COUNT_PATH='/contrib/cmake/3.9.0/bin:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/bin:1;/apps/netcdf/4.7.0/intel/18.0.5.274/bin:1;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/bin/intel64:1;/contrib/sutils/bin:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:1;/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/opt/ibutils/bin:1;/apps/local/bin:1;/apps/local/sbin:1;/apps/slurm/default/tools:1;/apps/slurm/default/bin:1;/apps/slurm/default/sbin:1;/apps/slurm/tools/sbank/bin:1;/home/Dusan.Jovic/bin:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/dbrowse:1' -++ export __LMOD_REF_COUNT_PATH -++ PATH=/contrib/cmake/3.9.0/bin:/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/bin:/apps/netcdf/4.7.0/intel/18.0.5.274/bin:/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/bin/intel64:/contrib/sutils/bin:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/opt/ibutils/bin:/apps/local/bin:/apps/local/sbin:/apps/slurm/default/tools:/apps/slurm/default/bin:/apps/slurm/default/sbin:/apps/slurm/tools/sbank/bin:/home/Dusan.Jovic/bin:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/dbrowse -++ export PATH -++ __LMOD_REF_COUNT_PKG_CONFIG_PATH=/apps/intel/compilers_and_libraries_2018/linux/mkl/bin/pkgconfig:1 -++ export __LMOD_REF_COUNT_PKG_CONFIG_PATH -++ PKG_CONFIG_PATH=/apps/intel/compilers_and_libraries_2018/linux/mkl/bin/pkgconfig -++ export PKG_CONFIG_PATH -++ PNG_INC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/png_v1.2.44 -++ export PNG_INC -++ PNG_LIB=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libpng_v1.2.44.a -++ export PNG_LIB -++ PNG_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/thirdParty -++ export PNG_SRC -++ PNG_VER=v1.2.44 -++ export PNG_VER -++ POST_INC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ncep_post_v8.0.1_4 -++ export POST_INC -++ POST_LIB=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libncep_post_v8.0.1_4.a -++ export POST_LIB -++ POST_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/post_v8.0.1 -++ export POST_SRC -++ POST_VER=v8.0.1 -++ export POST_VER -++ SLURM_UTILS_PATH=/contrib/sutils/bin -++ export SLURM_UTILS_PATH -++ SP_LIB4=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_4.a -++ export SP_LIB4 -++ SP_LIB8=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_8.a -++ export SP_LIB8 -++ SP_LIBd=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_d.a -++ export SP_LIBd -++ SP_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/sp_v2.0.3 -++ export SP_SRC -++ SP_VER=v2.0.3 -++ export SP_VER -++ W3EMC_INC4=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/w3emc_v2.3.1_4 -++ export W3EMC_INC4 -++ W3EMC_INC8=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/w3emc_v2.3.1_8 -++ export W3EMC_INC8 -++ W3EMC_INCd=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/w3emc_v2.3.1_d -++ export W3EMC_INCd -++ W3EMC_LIB4=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_4.a -++ export W3EMC_LIB4 -++ W3EMC_LIB8=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_8.a -++ export W3EMC_LIB8 -++ W3EMC_LIBd=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_d.a -++ export W3EMC_LIBd -++ W3EMC_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/w3emc_v2.3.1 -++ export W3EMC_SRC -++ W3EMC_VER=v2.3.1 -++ export W3EMC_VER -++ W3NCO_LIB4=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_4.a -++ export W3NCO_LIB4 -++ W3NCO_LIB8=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_8.a -++ export W3NCO_LIB8 -++ W3NCO_LIBd=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_d.a -++ export W3NCO_LIBd -++ W3NCO_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/w3nco_v2.0.7 -++ export W3NCO_SRC -++ W3NCO_VER=v2.0.7 -++ export W3NCO_VER -++ Z_INC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/z_v1.2.11 -++ export Z_INC -++ Z_LIB=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libz_v1.2.11.a -++ export Z_LIB -++ Z_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/thirdParty -++ export Z_SRC -++ Z_VER=v1.2.11 -++ export Z_VER -++ __LMOD_REF_COUNT__LMFILES_='/apps/modules/modulefiles/contrib:1;/contrib/modulefiles/sutils/default:1;/apps/modules/modulefiles/intel/18.0.5.274:1;/apps/modules/modulefamilies/intel/impi/2018.0.4:1;/apps/modules/modulefamilies/intel/netcdf/4.7.0:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/bacio/2.0.3:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/ip/3.0.2:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/nemsio/2.2.4:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/sp/2.0.3:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3emc/2.3.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3nco/2.0.7:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2/3.1.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2tmpl/1.6.0:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/crtm/2.2.6:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/jasper/1.900.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/png/1.2.44:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/z/1.2.11:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/post/8.0.1:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles/esmf/8.0.0:1;/contrib/modulefiles/cmake/3.9.0:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel/fv3:1' -++ export __LMOD_REF_COUNT__LMFILES_ -++ _LMFILES_=/apps/modules/modulefiles/contrib:/contrib/modulefiles/sutils/default:/apps/modules/modulefiles/intel/18.0.5.274:/apps/modules/modulefamilies/intel/impi/2018.0.4:/apps/modules/modulefamilies/intel/netcdf/4.7.0:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/bacio/2.0.3:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/ip/3.0.2:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/nemsio/2.2.4:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/sp/2.0.3:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3emc/2.3.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3nco/2.0.7:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2/3.1.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2tmpl/1.6.0:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/crtm/2.2.6:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/jasper/1.900.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/png/1.2.44:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/z/1.2.11:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/post/8.0.1:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles/esmf/8.0.0:/contrib/modulefiles/cmake/3.9.0:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel/fv3 -++ export _LMFILES_ -++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJpbXBpIix9LG1UPXtiYWNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvYmFjaW8vMi4wLjMiLFsiZnVsbE5hbWUiXT0iYmFjaW8vMi4wLjMiLFsibG9hZE9yZGVyIl09Nixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJiYWNpby8yLjAuMyIsfSxjbWFrZT17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9jbWFrZS8zLjkuMCIsWyJmdWxs -++ export _ModuleTable001_ -++ _ModuleTable002_=TmFtZSJdPSJjbWFrZS8zLjkuMCIsWyJsb2FkT3JkZXIiXT0yMCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjbWFrZS8zLjkuMCIsfSxjb250cmliPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvY29udHJpYiIsWyJmdWxsTmFtZSJdPSJjb250cmliIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY29udHJpYiIsfSxjcnRtPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9jcnRtLzIuMi42IixbImZ1bGxOYW1lIl09ImNydG0vMi4yLjYiLFsibG9hZE9yZGVy -++ export _ModuleTable002_ -++ _ModuleTable003_=Il09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL2Z2My1jYW0vRHVzYW4uSm92aWMvdWZzL3ByMTgvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvaGVyYS5pbnRlbC9mdjMiLFsi -++ export _ModuleTable003_ -++ _ModuleTable004_=ZnVsbE5hbWUiXT0iZnYzIixbImxvYWRPcmRlciJdPTIxLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTAsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImZ2MyIsfSxnMj17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzIvMy4xLjEiLFsiZnVsbE5hbWUiXT0iZzIvMy4xLjEiLFsibG9hZE9yZGVyIl09MTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZzIvMy4xLjEiLH0sZzJ0bXBsPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9nMnRtcGwvMS42LjAiLFsiZnVsbE5hbWUiXT0iZzJ0bXBsLzEuNi4w -++ export _ModuleTable004_ -++ _ModuleTable005_=IixbImxvYWRPcmRlciJdPTEzLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcydG1wbC8xLjYuMCIsfSxpbXBpPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwvaW1waS8yMDE4LjAuNCIsWyJmdWxsTmFtZSJdPSJpbXBpLzIwMTguMC40IixbImxvYWRPcmRlciJdPTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW1waS8yMDE4LjAuNCIsfSxpbnRlbD17WyJmbiJdPSIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL2ludGVsLzE4LjAuNS4yNzQiLFsiZnVsbE5hbWUiXT0iaW50ZWwvMTguMC41LjI3NCIsWyJsb2FkT3JkZXIi -++ export _ModuleTable005_ -++ _ModuleTable006_=XT0zLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImludGVsLzE4LjAuNS4yNzQiLH0saXA9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2lwLzMuMC4yIixbImZ1bGxOYW1lIl09ImlwLzMuMC4yIixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaXAvMy4wLjIiLH0samFzcGVyPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9qYXNwZXIvMS45MDAuMSIsWyJmdWxsTmFtZSJdPSJqYXNwZXIvMS45MDAuMSIsWyJsb2FkT3JkZXIi -++ export _ModuleTable006_ -++ _ModuleTable007_=XT0xNSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJqYXNwZXIvMS45MDAuMSIsfSxuZW1zaW89e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL25lbXNpby8yLjIuNCIsWyJmdWxsTmFtZSJdPSJuZW1zaW8vMi4yLjQiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZW1zaW8vMi4yLjQiLH0sbmV0Y2RmPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwvbmV0Y2RmLzQuNy4wIixbImZ1bGxOYW1lIl09Im5ldGNkZi80LjcuMCIsWyJsb2FkT3JkZXIi -++ export _ModuleTable007_ -++ _ModuleTable008_=XT01LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5ldGNkZi80LjcuMCIsfSxwbmc9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3BuZy8xLjIuNDQiLFsiZnVsbE5hbWUiXT0icG5nLzEuMi40NCIsWyJsb2FkT3JkZXIiXT0xNixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJwbmcvMS4yLjQ0Iix9LHBvc3Q9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3Bvc3QvOC4wLjEiLFsiZnVsbE5hbWUiXT0icG9zdC84LjAuMSIsWyJsb2FkT3JkZXIiXT0xOCxw -++ export _ModuleTable008_ -++ _ModuleTable009_=cm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJwb3N0LzguMC4xIix9LHNwPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9zcC8yLjAuMyIsWyJmdWxsTmFtZSJdPSJzcC8yLjAuMyIsWyJsb2FkT3JkZXIiXT05LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InNwLzIuMC4zIix9LHN1dGlscz17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9zdXRpbHMvZGVmYXVsdCIsWyJmdWxsTmFtZSJdPSJzdXRpbHMvZGVmYXVsdCIsWyJsb2FkT3JkZXIiXT0yLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0 -++ export _ModuleTable009_ -++ _ModuleTable010_=dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InN1dGlscyIsfSx3M2VtYz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNlbWMvMi4zLjEiLFsiZnVsbE5hbWUiXT0idzNlbWMvMi4zLjEiLFsibG9hZE9yZGVyIl09MTAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNlbWMvMi4zLjEiLH0sdzNuY289e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czbmNvLzIuMC43IixbImZ1bGxOYW1lIl09InczbmNvLzIuMC43IixbImxvYWRPcmRlciJdPTExLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMi -++ export _ModuleTable010_ -++ _ModuleTable011_=XT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHo9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3ovMS4yLjExIixbImZ1bGxOYW1lIl09InovMS4yLjExIixbImxvYWRPcmRlciJdPTE3LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InovMS4yLjExIix9LH0sbXBhdGhBPXsiL2NvbnRyaWIvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDIvTkNFUERFVi9mdjMtY2FtL0R1c2FuLkpvdmljL3Vmcy9wcjE4L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL2hlcmEuaW50ZWwiLCIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi9hcHBz -++ export _ModuleTable011_ -++ _ModuleTable012_=L21vZHVsZXMvbW9kdWxlZmlsZXMvTGludXgiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L2NyYXlwZS9kZWZhdWx0L21vZHVsZWZpbGVzIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbCIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWxfaW1waSIsIi9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcyIsIi9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmU6L2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9M -++ export _ModuleTable012_ -++ _ModuleTable013_=aW51eDovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzOi9vcHQvY3JheS9tb2R1bGVmaWxlczovb3B0L2NyYXkvY3JheXBlL2RlZmF1bHQvbW9kdWxlZmlsZXMiLH0= -++ export _ModuleTable013_ -++ _ModuleTable_Sz_=13 -++ export _ModuleTable_Sz_ -++ : -s sh -+ eval -+ module list -++ /apps/lmod/7.7.18/libexec/lmod bash list -+ eval echo ''\'''\'';' echo ''\''Currently'\''' ''\''Loaded'\''' ''\''Modules:'\'';' echo ''\'''\''' ''\'''\''' ''\''1)'\''' ''\''contrib'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''7)'\''' ''\''ip/3.0.2'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''13)'\''' ''\''g2tmpl/1.6.0'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''19)'\''' ''\''esmf/8.0.0'\'';' echo ''\'''\''' ''\'''\''' ''\''2)'\''' ''\''sutils/default'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''8)'\''' ''\''nemsio/2.2.4'\''' ''\'''\''' ''\''14)'\''' ''\''crtm/2.2.6'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''20)'\''' ''\''cmake/3.9.0'\'';' echo ''\'''\''' ''\'''\''' ''\''3)'\''' ''\''intel/18.0.5.274'\''' ''\'''\''' ''\'''\''' ''\''9)'\''' ''\''sp/2.0.3'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''15)'\''' ''\''jasper/1.900.1'\''' ''\'''\''' ''\''21)'\''' ''\''fv3'\'';' echo ''\'''\''' ''\'''\''' ''\''4)'\''' ''\''impi/2018.0.4'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''10)'\''' ''\''w3emc/2.3.1'\''' ''\'''\''' ''\'''\''' ''\''16)'\''' ''\''png/1.2.44'\'';' echo ''\'''\''' ''\'''\''' ''\''5)'\''' ''\''netcdf/4.7.0'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''11)'\''' ''\''w3nco/2.0.7'\''' ''\'''\''' ''\'''\''' ''\''17)'\''' ''\''z/1.2.11'\'';' echo ''\'''\''' ''\'''\''' ''\''6)'\''' ''\''bacio/2.0.3'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''12)'\''' ''\''g2/3.1.1'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''18)'\''' ''\''post/8.0.1'\'';' echo ''\'''\'';' echo ''\'''\''' ''\'''\'';' echo ''\'''\'';' 'MODULEPATH="/contrib/modulefiles:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles:/apps/modules/modulefamilies/intel:/apps/modules/modulefamilies/intel_impi:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles";' export 'MODULEPATH;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJpbXBpIix9LG1UPXtiYWNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvYmFjaW8vMi4wLjMiLFsiZnVsbE5hbWUiXT0iYmFjaW8vMi4wLjMiLFsibG9hZE9yZGVyIl09Nixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJiYWNpby8yLjAuMyIsfSxjbWFrZT17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9jbWFrZS8zLjkuMCIsWyJmdWxs";' export '_ModuleTable001_;' '_ModuleTable002_="TmFtZSJdPSJjbWFrZS8zLjkuMCIsWyJsb2FkT3JkZXIiXT0yMCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjbWFrZS8zLjkuMCIsfSxjb250cmliPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvY29udHJpYiIsWyJmdWxsTmFtZSJdPSJjb250cmliIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY29udHJpYiIsfSxjcnRtPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9jcnRtLzIuMi42IixbImZ1bGxOYW1lIl09ImNydG0vMi4yLjYiLFsibG9hZE9yZGVy";' export '_ModuleTable002_;' '_ModuleTable003_="Il09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL2Z2My1jYW0vRHVzYW4uSm92aWMvdWZzL3ByMTgvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvaGVyYS5pbnRlbC9mdjMiLFsi";' export '_ModuleTable003_;' '_ModuleTable004_="ZnVsbE5hbWUiXT0iZnYzIixbImxvYWRPcmRlciJdPTIxLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTAsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImZ2MyIsfSxnMj17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzIvMy4xLjEiLFsiZnVsbE5hbWUiXT0iZzIvMy4xLjEiLFsibG9hZE9yZGVyIl09MTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZzIvMy4xLjEiLH0sZzJ0bXBsPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9nMnRtcGwvMS42LjAiLFsiZnVsbE5hbWUiXT0iZzJ0bXBsLzEuNi4w";' export '_ModuleTable004_;' '_ModuleTable005_="IixbImxvYWRPcmRlciJdPTEzLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcydG1wbC8xLjYuMCIsfSxpbXBpPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwvaW1waS8yMDE4LjAuNCIsWyJmdWxsTmFtZSJdPSJpbXBpLzIwMTguMC40IixbImxvYWRPcmRlciJdPTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW1waS8yMDE4LjAuNCIsfSxpbnRlbD17WyJmbiJdPSIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL2ludGVsLzE4LjAuNS4yNzQiLFsiZnVsbE5hbWUiXT0iaW50ZWwvMTguMC41LjI3NCIsWyJsb2FkT3JkZXIi";' export '_ModuleTable005_;' '_ModuleTable006_="XT0zLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImludGVsLzE4LjAuNS4yNzQiLH0saXA9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2lwLzMuMC4yIixbImZ1bGxOYW1lIl09ImlwLzMuMC4yIixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaXAvMy4wLjIiLH0samFzcGVyPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9qYXNwZXIvMS45MDAuMSIsWyJmdWxsTmFtZSJdPSJqYXNwZXIvMS45MDAuMSIsWyJsb2FkT3JkZXIi";' export '_ModuleTable006_;' '_ModuleTable007_="XT0xNSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJqYXNwZXIvMS45MDAuMSIsfSxuZW1zaW89e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL25lbXNpby8yLjIuNCIsWyJmdWxsTmFtZSJdPSJuZW1zaW8vMi4yLjQiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZW1zaW8vMi4yLjQiLH0sbmV0Y2RmPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwvbmV0Y2RmLzQuNy4wIixbImZ1bGxOYW1lIl09Im5ldGNkZi80LjcuMCIsWyJsb2FkT3JkZXIi";' export '_ModuleTable007_;' '_ModuleTable008_="XT01LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5ldGNkZi80LjcuMCIsfSxwbmc9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3BuZy8xLjIuNDQiLFsiZnVsbE5hbWUiXT0icG5nLzEuMi40NCIsWyJsb2FkT3JkZXIiXT0xNixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJwbmcvMS4yLjQ0Iix9LHBvc3Q9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3Bvc3QvOC4wLjEiLFsiZnVsbE5hbWUiXT0icG9zdC84LjAuMSIsWyJsb2FkT3JkZXIiXT0xOCxw";' export '_ModuleTable008_;' '_ModuleTable009_="cm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJwb3N0LzguMC4xIix9LHNwPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9zcC8yLjAuMyIsWyJmdWxsTmFtZSJdPSJzcC8yLjAuMyIsWyJsb2FkT3JkZXIiXT05LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InNwLzIuMC4zIix9LHN1dGlscz17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9zdXRpbHMvZGVmYXVsdCIsWyJmdWxsTmFtZSJdPSJzdXRpbHMvZGVmYXVsdCIsWyJsb2FkT3JkZXIiXT0yLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0";' export '_ModuleTable009_;' '_ModuleTable010_="dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InN1dGlscyIsfSx3M2VtYz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNlbWMvMi4zLjEiLFsiZnVsbE5hbWUiXT0idzNlbWMvMi4zLjEiLFsibG9hZE9yZGVyIl09MTAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNlbWMvMi4zLjEiLH0sdzNuY289e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czbmNvLzIuMC43IixbImZ1bGxOYW1lIl09InczbmNvLzIuMC43IixbImxvYWRPcmRlciJdPTExLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMi";' export '_ModuleTable010_;' '_ModuleTable011_="XT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHo9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3ovMS4yLjExIixbImZ1bGxOYW1lIl09InovMS4yLjExIixbImxvYWRPcmRlciJdPTE3LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InovMS4yLjExIix9LH0sbXBhdGhBPXsiL2NvbnRyaWIvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDIvTkNFUERFVi9mdjMtY2FtL0R1c2FuLkpvdmljL3Vmcy9wcjE4L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL2hlcmEuaW50ZWwiLCIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi9hcHBz";' export '_ModuleTable011_;' '_ModuleTable012_="L21vZHVsZXMvbW9kdWxlZmlsZXMvTGludXgiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L2NyYXlwZS9kZWZhdWx0L21vZHVsZWZpbGVzIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbCIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWxfaW1waSIsIi9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcyIsIi9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmU6L2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9M";' export '_ModuleTable012_;' '_ModuleTable013_="aW51eDovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzOi9vcHQvY3JheS9tb2R1bGVmaWxlczovb3B0L2NyYXkvY3JheXBlL2RlZmF1bHQvbW9kdWxlZmlsZXMiLH0=";' export '_ModuleTable013_;' '_ModuleTable_Sz_="13";' export '_ModuleTable_Sz_;' -++ echo '' - -++ echo Currently Loaded Modules: -Currently Loaded Modules: -++ echo '' '' '1)' contrib '' '' '' '' '' '' '' '' '' '' '' '7)' ip/3.0.2 '' '' '' '' '' '13)' g2tmpl/1.6.0 '' '' '' '19)' esmf/8.0.0 - 1) contrib 7) ip/3.0.2 13) g2tmpl/1.6.0 19) esmf/8.0.0 -++ echo '' '' '2)' sutils/default '' '' '' '' '8)' nemsio/2.2.4 '' '14)' crtm/2.2.6 '' '' '' '' '' '20)' cmake/3.9.0 - 2) sutils/default 8) nemsio/2.2.4 14) crtm/2.2.6 20) cmake/3.9.0 -++ echo '' '' '3)' intel/18.0.5.274 '' '' '9)' sp/2.0.3 '' '' '' '' '' '15)' jasper/1.900.1 '' '21)' fv3 - 3) intel/18.0.5.274 9) sp/2.0.3 15) jasper/1.900.1 21) fv3 -++ echo '' '' '4)' impi/2018.0.4 '' '' '' '' '10)' w3emc/2.3.1 '' '' '16)' png/1.2.44 - 4) impi/2018.0.4 10) w3emc/2.3.1 16) png/1.2.44 -++ echo '' '' '5)' netcdf/4.7.0 '' '' '' '' '' '11)' w3nco/2.0.7 '' '' '17)' z/1.2.11 - 5) netcdf/4.7.0 11) w3nco/2.0.7 17) z/1.2.11 -++ echo '' '' '6)' bacio/2.0.3 '' '' '' '' '' '' '12)' g2/3.1.1 '' '' '' '' '' '18)' post/8.0.1 - 6) bacio/2.0.3 12) g2/3.1.1 18) post/8.0.1 -++ echo '' - -++ echo '' '' - -++ echo '' - -++ MODULEPATH=/contrib/modulefiles:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles:/apps/modules/modulefamilies/intel:/apps/modules/modulefamilies/intel_impi:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles -++ export MODULEPATH -++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJpbXBpIix9LG1UPXtiYWNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvYmFjaW8vMi4wLjMiLFsiZnVsbE5hbWUiXT0iYmFjaW8vMi4wLjMiLFsibG9hZE9yZGVyIl09Nixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJiYWNpby8yLjAuMyIsfSxjbWFrZT17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9jbWFrZS8zLjkuMCIsWyJmdWxs -++ export _ModuleTable001_ -++ _ModuleTable002_=TmFtZSJdPSJjbWFrZS8zLjkuMCIsWyJsb2FkT3JkZXIiXT0yMCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjbWFrZS8zLjkuMCIsfSxjb250cmliPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvY29udHJpYiIsWyJmdWxsTmFtZSJdPSJjb250cmliIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY29udHJpYiIsfSxjcnRtPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9jcnRtLzIuMi42IixbImZ1bGxOYW1lIl09ImNydG0vMi4yLjYiLFsibG9hZE9yZGVy -++ export _ModuleTable002_ -++ _ModuleTable003_=Il09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL2Z2My1jYW0vRHVzYW4uSm92aWMvdWZzL3ByMTgvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvaGVyYS5pbnRlbC9mdjMiLFsi -++ export _ModuleTable003_ -++ _ModuleTable004_=ZnVsbE5hbWUiXT0iZnYzIixbImxvYWRPcmRlciJdPTIxLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTAsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImZ2MyIsfSxnMj17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzIvMy4xLjEiLFsiZnVsbE5hbWUiXT0iZzIvMy4xLjEiLFsibG9hZE9yZGVyIl09MTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZzIvMy4xLjEiLH0sZzJ0bXBsPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9nMnRtcGwvMS42LjAiLFsiZnVsbE5hbWUiXT0iZzJ0bXBsLzEuNi4w -++ export _ModuleTable004_ -++ _ModuleTable005_=IixbImxvYWRPcmRlciJdPTEzLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcydG1wbC8xLjYuMCIsfSxpbXBpPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwvaW1waS8yMDE4LjAuNCIsWyJmdWxsTmFtZSJdPSJpbXBpLzIwMTguMC40IixbImxvYWRPcmRlciJdPTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW1waS8yMDE4LjAuNCIsfSxpbnRlbD17WyJmbiJdPSIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL2ludGVsLzE4LjAuNS4yNzQiLFsiZnVsbE5hbWUiXT0iaW50ZWwvMTguMC41LjI3NCIsWyJsb2FkT3JkZXIi -++ export _ModuleTable005_ -++ _ModuleTable006_=XT0zLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImludGVsLzE4LjAuNS4yNzQiLH0saXA9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2lwLzMuMC4yIixbImZ1bGxOYW1lIl09ImlwLzMuMC4yIixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaXAvMy4wLjIiLH0samFzcGVyPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9qYXNwZXIvMS45MDAuMSIsWyJmdWxsTmFtZSJdPSJqYXNwZXIvMS45MDAuMSIsWyJsb2FkT3JkZXIi -++ export _ModuleTable006_ -++ _ModuleTable007_=XT0xNSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJqYXNwZXIvMS45MDAuMSIsfSxuZW1zaW89e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL25lbXNpby8yLjIuNCIsWyJmdWxsTmFtZSJdPSJuZW1zaW8vMi4yLjQiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZW1zaW8vMi4yLjQiLH0sbmV0Y2RmPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwvbmV0Y2RmLzQuNy4wIixbImZ1bGxOYW1lIl09Im5ldGNkZi80LjcuMCIsWyJsb2FkT3JkZXIi -++ export _ModuleTable007_ -++ _ModuleTable008_=XT01LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5ldGNkZi80LjcuMCIsfSxwbmc9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3BuZy8xLjIuNDQiLFsiZnVsbE5hbWUiXT0icG5nLzEuMi40NCIsWyJsb2FkT3JkZXIiXT0xNixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJwbmcvMS4yLjQ0Iix9LHBvc3Q9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3Bvc3QvOC4wLjEiLFsiZnVsbE5hbWUiXT0icG9zdC84LjAuMSIsWyJsb2FkT3JkZXIiXT0xOCxw -++ export _ModuleTable008_ -++ _ModuleTable009_=cm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJwb3N0LzguMC4xIix9LHNwPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9zcC8yLjAuMyIsWyJmdWxsTmFtZSJdPSJzcC8yLjAuMyIsWyJsb2FkT3JkZXIiXT05LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InNwLzIuMC4zIix9LHN1dGlscz17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9zdXRpbHMvZGVmYXVsdCIsWyJmdWxsTmFtZSJdPSJzdXRpbHMvZGVmYXVsdCIsWyJsb2FkT3JkZXIiXT0yLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0 -++ export _ModuleTable009_ -++ _ModuleTable010_=dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InN1dGlscyIsfSx3M2VtYz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNlbWMvMi4zLjEiLFsiZnVsbE5hbWUiXT0idzNlbWMvMi4zLjEiLFsibG9hZE9yZGVyIl09MTAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNlbWMvMi4zLjEiLH0sdzNuY289e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czbmNvLzIuMC43IixbImZ1bGxOYW1lIl09InczbmNvLzIuMC43IixbImxvYWRPcmRlciJdPTExLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMi -++ export _ModuleTable010_ -++ _ModuleTable011_=XT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHo9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3ovMS4yLjExIixbImZ1bGxOYW1lIl09InovMS4yLjExIixbImxvYWRPcmRlciJdPTE3LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InovMS4yLjExIix9LH0sbXBhdGhBPXsiL2NvbnRyaWIvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDIvTkNFUERFVi9mdjMtY2FtL0R1c2FuLkpvdmljL3Vmcy9wcjE4L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL2hlcmEuaW50ZWwiLCIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi9hcHBz -++ export _ModuleTable011_ -++ _ModuleTable012_=L21vZHVsZXMvbW9kdWxlZmlsZXMvTGludXgiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L2NyYXlwZS9kZWZhdWx0L21vZHVsZWZpbGVzIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbCIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWxfaW1waSIsIi9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcyIsIi9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmU6L2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9M -++ export _ModuleTable012_ -++ _ModuleTable013_=aW51eDovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzOi9vcHQvY3JheS9tb2R1bGVmaWxlczovb3B0L2NyYXkvY3JheXBlL2RlZmF1bHQvbW9kdWxlZmlsZXMiLH0= -++ export _ModuleTable013_ -++ _ModuleTable_Sz_=13 -++ export _ModuleTable_Sz_ -++ : -s sh -+ eval -+ cd build_fv3_24 -+ cmake /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model -DDEBUG=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF --- The C compiler identification is Intel 18.0.5.20180823 --- The CXX compiler identification is Intel 18.0.5.20180823 --- The Fortran compiler identification is Intel 18.0.5.20180823 --- Check for working C compiler: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiicc --- Check for working C compiler: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiicc -- works --- Detecting C compiler ABI info --- Detecting C compiler ABI info - done --- Detecting C compile features --- Detecting C compile features - done --- Check for working CXX compiler: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiicpc --- Check for working CXX compiler: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiicpc -- works --- Detecting CXX compiler ABI info --- Detecting CXX compiler ABI info - done --- Detecting CXX compile features --- Detecting CXX compile features - done --- Check for working Fortran compiler: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort --- Check for working Fortran compiler: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -- works --- Detecting Fortran compiler ABI info --- Detecting Fortran compiler ABI info - done --- Checking whether /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort supports Fortran 90 --- Checking whether /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort supports Fortran 90 -- yes --- Found MPI_C: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpifort.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/release_mt/libmpi.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpigi.a;/usr/lib64/libdl.so;/usr/lib64/librt.so;/usr/lib64/libpthread.so --- Found MPI_CXX: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpicxx.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpifort.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/release_mt/libmpi.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpigi.a;/usr/lib64/libdl.so;/usr/lib64/librt.so;/usr/lib64/libpthread.so --- Found MPI_Fortran: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpifort.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/release_mt/libmpi.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpigi.a;/usr/lib64/libdl.so;/usr/lib64/librt.so;/usr/lib64/libpthread.so -ESMFMKFILE: /scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/lib/esmf.mk - Found ESMF: -ESMF_VERSION_MAJOR: 8 -ESMF_F90COMPILEPATHS: /scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod;/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include;/apps/netcdf/4.6.1/intel/16.1.150/include -ESMF_F90ESMFLINKRPATHS: -Wl,-rpath,/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/lib -ESMF_F90ESMFLINKLIBS: -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf --- Found ESMF: /scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod;/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include;/apps/netcdf/4.6.1/intel/16.1.150/include (found version "8.0.0") - -Setting configuration for hera.intel - -C compiler: Intel 18.0.5.20180823 (mpiicc) -CXX compiler: Intel 18.0.5.20180823 (mpiicpc) -Fortran compiler: Intel 18.0.5.20180823 (mpiifort) - -DEBUG is ENABLED -REPRO is disabled -32BIT is disabled -OPENMP is ENABLED -AVX2 is ENABLED -INLINE_POST is ENABLED - - -Selected physics package: gfs - --- Detecting OpenMP flags for Intel C compiler: -qopenmp --- Detecting OpenMP flags for Intel C++ compiler: -qopenmp --- Detecting OpenMP flags for Intel Fortran compiler: -qopenmp --- Enable OpenMP support for C/C++/Fortran compiler --- Disable SIONlib support --- Disable Intel MKL support --- Enable netCDF support --- Disable ESMF support --- Disable multi-gases physics --- Detecting OpenMP flags for Intel C compiler: -qopenmp --- Detecting OpenMP flags for Intel C++ compiler: -qopenmp --- Detecting OpenMP flags for Intel Fortran compiler: -qopenmp --- Enable OpenMP support for C/C++/Fortran compiler --- Found LibXml2: /usr/lib64/libxml2.so (found version "2.9.1") --- Found Doxygen: /usr/bin/doxygen (found version "1.8.5") found components: doxygen dot --- Detecting OpenMP flags for Intel C compiler: -qopenmp --- Detecting OpenMP flags for Intel C++ compiler: -qopenmp --- Detecting OpenMP flags for Intel Fortran compiler: -qopenmp --- Enable OpenMP support for C/C++/Fortran compiler -INFOGot CCPP_SCHEMES from environment variable: /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/aer_cloud.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/aerclm_def.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/aerinterp.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/calpreciptype.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cldwat2m_micro.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cldmacro.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/date_def.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/funcphys.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gcycle.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/h2o_def.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/h2ointerp.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/iccn_def.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/iccninterp.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/iounitdef.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/machine.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mersenne_twister.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfpbl.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg_utils.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg2_0.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg3_0.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/multi_gases.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_model.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_parameters.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_radar.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_thompson.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MP_FER_HIRES.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_bl_mynn.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_mynn.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_orowam2017.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/namelist_soilveg.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfpblt.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfpbltq.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfscu.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfscuq.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/noahmp_tables.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/num_parthds.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozne_def.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozinterp.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/physcons.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/physparam.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radcons.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_aerosols.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_astronomy.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_clouds.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_gases.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_surface.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radlw_datatb.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radlw_param.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radsw_datatb.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radsw_param.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/samfaerosols.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfcsub.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sflx.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/set_soilveg.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/surface_perturbation.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_deep.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_sh.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/tridi.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/wv_saturation.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_soil_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rayleigh_damp.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radsw_main.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_ocean.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gwdc.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gscond.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ysuvdif.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_sice.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/samfdeepcnv.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/satmedmfvdif.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozphys_2015.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/samfshalcnv.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/precpd.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_fer_hires.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diag.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radlw_main.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_debug.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/satmedmfvdifq.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cs_conv.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/shinhongvdif.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/h2ophys.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_nst.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/moninedmf.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diff.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diag_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/m_micro.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gcm_shoc.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gwdps.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/shalcnv.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/get_prs_fv3.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozphys.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_stochastics.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/drag_suite.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_cice.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sascnvn.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cnvc90.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_drv.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/dcyc2.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/moninshoc.f -INFOGot CAPS from environment variable: /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_24/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_24/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_fast_physics_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_24/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_time_vary_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_24/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_radiation_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_24/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_physics_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_24/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_stochastics_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_24/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_24/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_fast_physics_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_24/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_time_vary_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_24/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_radiation_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_24/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_physics_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_24/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_stochastics_cap.F90 -Force 64 bits in CCPP_layer --- Configuring done --- Generating done --- Build files have been written to: /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_24 -+ make -j 8 -Scanning dependencies of target fv3cpl -Scanning dependencies of target ccpp -[ 0%] Building Fortran object FV3/cpl/CMakeFiles/fv3cpl.dir/module_cap_cpl.F90.o -[ 0%] Building Fortran object FV3/cpl/CMakeFiles/fv3cpl.dir/module_cplfields.F90.o -[ 0%] Building Fortran object FV3/ccpp/framework/src/CMakeFiles/ccpp.dir/ccpp_errors.F90.o -[ 0%] Building Fortran object FV3/ccpp/framework/src/CMakeFiles/ccpp.dir/ccpp_types.F90.o -[ 1%] Building Fortran object FV3/ccpp/framework/src/CMakeFiles/ccpp.dir/ccpp.F90.o -Scanning dependencies of target fms -[ 1%] Building Fortran object CMakeFiles/fms.dir/FMS/platform/platform.F90.o -[ 1%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_parameter.F90.o -[ 1%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_core.F90.o -[ 1%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_input.F90.o -[ 1%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/cloud_interpolator.F90.o -[ 1%] Building Fortran object FV3/ccpp/framework/src/CMakeFiles/ccpp.dir/ccpp_api.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_io.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 3%] Building Fortran object CMakeFiles/fms.dir/FMS/random_numbers/MersenneTwister.F90.o -[ 3%] Building Fortran object CMakeFiles/fms.dir/FMS/sat_vapor_pres/sat_vapor_pres_k.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 3%] Linking Fortran static library libccpp.a -[ 3%] Building Fortran object CMakeFiles/fms.dir/FMS/constants/constants.F90.o -[ 3%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_data.F90.o -[ 3%] Built target ccpp -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 4%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp.F90.o -mpp_comm_mpi.inc(1386): #warning: macro redefined: MPP_TYPE_ -mpp_comm_mpi.inc(1387): #warning: macro redefined: MPI_TYPE_ -mpp_comm_mpi.inc(1390): #warning: macro redefined: MPP_TYPE_CREATE_ -mpp_comm_mpi.inc(1391): #warning: macro redefined: MPP_TYPE_ -mpp_comm_mpi.inc(1392): #warning: macro redefined: MPI_TYPE_ -mpp_comm_mpi.inc(1395): #warning: macro redefined: MPP_TYPE_CREATE_ -mpp_comm_mpi.inc(1396): #warning: macro redefined: MPP_TYPE_ -mpp_comm_mpi.inc(1397): #warning: macro redefined: MPI_TYPE_ -mpp_comm_mpi.inc(1400): #warning: macro redefined: MPP_TYPE_CREATE_ -mpp_comm_mpi.inc(1401): #warning: macro redefined: MPP_TYPE_ -mpp_comm_mpi.inc(1402): #warning: macro redefined: MPI_TYPE_ -mpp_comm_mpi.inc(1405): #warning: macro redefined: MPP_TYPE_CREATE_ -mpp_comm_mpi.inc(1406): #warning: macro redefined: MPP_TYPE_ -mpp_comm_mpi.inc(1407): #warning: macro redefined: MPI_TYPE_ -mpp_comm_mpi.inc(1410): #warning: macro redefined: MPP_TYPE_CREATE_ -mpp_comm_mpi.inc(1411): #warning: macro redefined: MPP_TYPE_ -mpp_comm_mpi.inc(1412): #warning: macro redefined: MPI_TYPE_ -[ 5%] Linking Fortran static library libfv3cpl.a -[ 5%] Built target fv3cpl -Scanning dependencies of target ccppphys -[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/machine.F.o -[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mersenne_twister.f.o -[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFDL_parse_tracers.F90.o -[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_mp_radar.F90.o -[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/namelist_soilveg.f.o -[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/iounitdef.f.o -[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/namelist_soilveg_ruc.F90.o -fpp: warning: keyword redefined: STATIC -[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_noahmp_glacier.f90.o -[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_noahmplsm.f90.o -[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/noahmp_tables.f90.o -[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_soil_pre.F90.o -[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/physcons.F90.o -[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/aerclm_def.F.o -[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/physparam.f.o -fpp: warning: keyword redefined: STATIC -[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/h2o_def.f.o -[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/iccn_def.F.o -[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/micro_mg_utils.F90.o -[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozne_def.f.o -[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/surface_perturbation.F90.o -fpp: warning: keyword redefined: STATIC -[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_deep.F90.o -[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_gfdl_cloud_microphys.F90.o -[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gfs_phy_tracer_config.F.o -[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radcons.f90.o -fpp: warning: keyword redefined: STATIC -[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/set_soilveg.f.o -[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MP_FER_HIRES.F90.o -[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_BL_MYJPBL.F90.o -[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/date_def.f.o -[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_mp_thompson.F90.o -[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gwdps.f.o -[ 8%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_SF_JSFC.F90.o -[ 9%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_ruclsm.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 9%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_memutils.F90.o -[ 9%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_efp.F90.o -[ 9%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/set_soilveg_ruc.F90.o -[ 10%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/__/__/gfsphysics/CCPP_layer/CCPP_typedefs.F90.o -[ 10%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_post.F90.o -[ 10%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cnvc90.f.o -[ 11%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_pset.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 11%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_type.F90.o -[ 11%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_DCNV_generic.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 11%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/gradient.F90.o -[ 11%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_domains.F90.o -[ 11%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_GWD_generic.F90.o -[ 11%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_MP_generic.F90.o -[ 11%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_SCNV_generic.F90.o -[ 11%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_PBL_generic.F90.o -[ 11%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_composites.F90.o -[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_loop_control.F90.o -[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/h2ophys.f.o -[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/maximum_hourly_diagnostics.F90.o -[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozphys_2015.f.o -[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rayleigh_damp.f.o -[ 13%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_diag_post.F90.o -[ 13%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_diff.f.o -[ 13%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_stochastics.F90.o -[ 13%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radlw_param.f.o -[ 13%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/funcphys.f90.o -[ 13%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radsw_param.f.o -[ 14%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_nst_parameters.f90.o -[ 14%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_bl_mynn.F90.o -[ 14%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_initialize.F90.o -[ 14%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_astronomy.f.o -[ 14%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_surface.f.o -[ 14%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/samfaerosols.F.o -[ 15%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/aerinterp.F90.o -[ 15%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/h2ointerp.f90.o -[ 16%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/iccninterp.F90.o -fpp: warning: keyword redefined: STATIC -[ 16%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozinterp.f90.o -[ 17%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_mp_thompson_make_number_concentrations.F90.o -[ 17%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/aer_cloud.F.o -[ 18%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_sh.F90.o -[ 18%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gfdl_fv_sat_adj.F90.o -fpp: warning: keyword redefined: STATIC -[ 18%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/get_prs_fv3.F90.o -[ 19%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gfdl_cloud_microphys.F90.o -[ 19%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_generic.F90.o -[ 19%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/wv_saturation.F.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -fpp: warning: keyword redefined: STATIC -[ 20%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_io.F90.o -[ 20%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_comm.F90.o -[ 21%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_nst_water_prop.f90.o -[ 21%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/__/__/gfsphysics/GFS_layer/GFS_typedefs.F90.o -[ 23%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_bfmicrophysics.f.o -[ 23%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_module.F90.o -[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radsw_datatb.f.o -[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_aerosols.f.o -Compiling in MPI mode (with or without MPP) -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 25%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_gases.f.o -[ 25%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radlw_datatb.f.o -[ 25%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_mynn.F90.o -[ 25%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_fast_physics_cap.F90.o -[ 25%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/moninedmf.f.o -[ 25%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_drv.f.o -[ 25%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/samfdeepcnv.f.o -[ 25%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/samfshalcnv.f.o -[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_diag.f.o -[ 27%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_sice.f.o -[ 27%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_time_vary_pre.fv3.F90.o -[ 27%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v16beta_fast_physics_cap.F90.o -[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/satmedmfvdifq.F.o -[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_clouds.f.o -[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radlw_main.f.o -fpp: warning: keyword redefined: STATIC -[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radsw_main.f.o -[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_nst_model.f90.o -[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cldmacro.F.o -fpp: warning: keyword redefined: STATIC -[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cldwat2m_micro.F.o -[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/micro_mg2_0.F90.o -[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/micro_mg3_0.F90.o -[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp.F90.o -fpp: warning: keyword redefined: STATIC -[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_nst.f.o -[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/dcyc2.f.o -[ 30%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_suite_interstitial.F90.o -[ 30%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_post.F90.o -[ 30%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_pre.F90.o -[ 31%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rrtmg_lw_post.F90.o -[ 31%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rrtmg_lw_pre.F90.o -[ 31%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rrtmg_sw_post.F90.o -[ 32%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rrtmg_sw_pre.F90.o -[ 32%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_stochastics_cap.F90.o -[ 32%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_phys_time_vary.fv3.F90.o -[ 33%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_rad_time_vary.fv3.F90.o -[ 33%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v16beta_stochastics_cap.F90.o -[ 33%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_physics_cap.F90.o -[ 33%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_radiation_cap.F90.o -[ 33%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_setup.F90.o -[ 33%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v16beta_physics_cap.F90.o -[ 34%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v16beta_radiation_cap.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 35%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_time_vary_cap.F90.o -[ 35%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v16beta_time_vary_cap.F90.o -[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/memutils/memutils.F90.o -[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/fms/fms_io.F90.o -[ 35%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_cap.F90.o -[ 36%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v16beta_cap.F90.o -[ 36%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_debug.F90.o -[ 37%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_suite_init_finalize_test.F90.o -[ 37%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cs_conv.F90.o -[ 37%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cs_conv_aw_adj.F90.o -[ 37%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver.F90.o -[ 38%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver_post.F90.o -[ 38%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver_pre.F90.o -[ 38%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke.F90.o -[ 38%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke_post.F90.o -[ 38%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke_pre.F90.o -[ 38%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/drag_suite.F90.o -[ 38%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gcm_shoc.F90.o -[ 38%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gscond.f.o -[ 38%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gwdc.f.o -[ 38%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/lsm_ruc_sfc_sice_interstitial.F90.o -[ 38%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/m_micro.F90.o -[ 38%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/m_micro_interstitial.F90.o -[ 38%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYJPBL_wrapper.F90.o -[ 38%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYJSFC_wrapper.F90.o -[ 38%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNPBL_wrapper.F90.o -[ 38%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNSFC_wrapper.F90.o -[ 38%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNrad_post.F90.o -[ 38%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNrad_pre.F90.o -[ 39%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/moninshoc.f.o -[ 40%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_fer_hires.F90.o -[ 40%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_thompson.F90.o -[ 41%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_thompson_post.F90.o -[ 41%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_thompson_pre.F90.o -[ 41%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/multi_gases.F90.o -[ 41%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozphys.f.o -[ 41%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/precpd.f.o -[ 42%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sascnvn.F.o -[ 42%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/satmedmfvdif.F.o -[ 42%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_cice.f.o -fpp: warning: keyword redefined: STATIC -[ 43%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_drv_ruc.F90.o -[ 43%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_noahmp_drv.f.o -fpp: warning: keyword redefined: STATIC -[ 43%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_ocean.F.o -[ 43%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfcsub.F.o -fpp: warning: keyword redefined: STATIC -fpp: warning: keyword redefined: STATIC -[ 44%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/shalcnv.F.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 44%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/shinhongvdif.F90.o -fpp: warning: keyword redefined: STATIC -[ 45%] Building Fortran object CMakeFiles/fms.dir/FMS/fms/fms.F90.o -[ 45%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ugwp_driver_v0.F.o -fpp: warning: keyword redefined: STATIC -[ 46%] Building Fortran object CMakeFiles/fms.dir/FMS/time_manager/time_manager.F90.o -[ 46%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bicubic.F90.o -[ 46%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bilinear.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 47%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ysuvdif.F90.o -[ 48%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_conserve.F90.o -[ 48%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_spherical.F90.o -[ 48%] Building Fortran object CMakeFiles/fms.dir/FMS/axis_utils/axis_utils.F90.o -[ 48%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/calpreciptype.f90.o -[ 48%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_grid.F90.o -[ 48%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gcycle.F90.o -[ 49%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gocart_tracer_config_stub.f.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 50%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfpbl.f.o -[ 50%] Building Fortran object CMakeFiles/fms.dir/FMS/field_manager/field_manager.F90.o -[ 50%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_triggers.F90.o -[ 51%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/mosaic.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 52%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_solvers.F90.o -[ 52%] Building Fortran object CMakeFiles/fms.dir/FMS/topography/gaussian_topog.F90.o -[ 52%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_utils.F90.o -[ 52%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_orowam2017.f.o -[ 52%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_vert_lsatdis.F90.o -[ 52%] Building Fortran object CMakeFiles/fms.dir/FMS/time_manager/get_cal_time.F90.o -[ 53%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_vert_orodis.F90.o -[ 53%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp.F90.o -[ 53%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_vert_wmsdis.F90.o -[ 53%] Building Fortran object CMakeFiles/fms.dir/FMS/time_interp/time_interp.F90.o -[ 53%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfpblt.f.o -[ 54%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_data.F90.o -[ 54%] Building Fortran object CMakeFiles/fms.dir/FMS/field_manager/fm_util.F90.o -[ 55%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_types.F90.o -[ 56%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfpbltq.f.o -[ 56%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfscu.f.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 56%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfscuq.f.o -[ 56%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_axis.F90.o -[ 57%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/num_parthds.F.o -[ 58%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sflx.f.o -[ 58%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_manifest.F90.o -fpp: warning: keyword redefined: STATIC -[ 58%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/xbt_drop_rate_adjust.f90.o -[ 58%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/tridi.f.o -[ 58%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/write_ocean_data.F90.o -[ 58%] Building Fortran object CMakeFiles/fms.dir/FMS/time_interp/time_interp_external.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 59%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_output.F90.o -[ 59%] Linking Fortran static library libccppphys.a -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 59%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_util.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 59%] Building Fortran object CMakeFiles/fms.dir/FMS/data_override/data_override.F90.o -[ 59%] Built target ccppphys -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -Scanning dependencies of target gfsphysics -[ 60%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/namelist_soilveg.f.o -[ 60%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/machine.F.o -[ 60%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mersenne_twister.f.o -[ 60%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/GFDL_parse_tracers.F90.o -[ 60%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_table.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -fpp: warning: keyword redefined: STATIC -[ 60%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/physcons.F90.o -[ 60%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/physparam.f.o -[ 60%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/CCPP_layer/CCPP_typedefs.F90.o -[ 60%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_manager.F90.o -[ 60%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radsw_param.f.o -[ 61%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radlw_param.f.o -[ 61%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_typedefs.F90.o -[ 62%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_diagnostics.F90.o -[ 63%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_driver.F90.o -[ 63%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/CCPP_layer/CCPP_data.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 63%] Building Fortran object CMakeFiles/fms.dir/FMS/exchange/stock_constants.F90.o -[ 64%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/coupler_types.F90.o -[ 64%] Building Fortran object CMakeFiles/fms.dir/FMS/amip_interp/amip_interp.F90.o -[ 64%] Building Fortran object CMakeFiles/fms.dir/FMS/astronomy/astronomy.F90.o -[ 65%] Building Fortran object CMakeFiles/fms.dir/FMS/block_control/block_control.F90.o -[ 65%] Building Fortran object CMakeFiles/fms.dir/FMS/column_diagnostics/column_diagnostics.F90.o -[ 65%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/atmos_ocean_fluxes.F90.o -[ 65%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/ensemble_manager.F90.o -[ 65%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 65%] Building Fortran object CMakeFiles/fms.dir/FMS/exchange/xgrid.F90.o -[ 65%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft.F90.o -[ 66%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft99.F90.o -[ 67%] Building Fortran object CMakeFiles/fms.dir/FMS/interpolator/interpolator.F90.o -[ 67%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/grid.F90.o -[ 67%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_utilities.F90.o -[ 67%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core.F90.o -Compiling in MPI mode (with or without MPP) -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 67%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core_ecda.F90.o -[ 67%] Building Fortran object CMakeFiles/fms.dir/FMS/random_numbers/random_numbers.F90.o -[ 67%] Building Fortran object CMakeFiles/fms.dir/FMS/sat_vapor_pres/sat_vapor_pres.F90.o -[ 68%] Building Fortran object CMakeFiles/fms.dir/FMS/station_data/station_data.F90.o -[ 68%] Building Fortran object CMakeFiles/fms.dir/FMS/topography/topography.F90.o -[ 68%] Building Fortran object CMakeFiles/fms.dir/FMS/tracer_manager/tracer_manager.F90.o -[ 69%] Building Fortran object CMakeFiles/fms.dir/FMS/tridiagonal/tridiagonal.F90.o -[ 69%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/quicksort.F90.o -[ 69%] Building C object CMakeFiles/fms.dir/FMS/memutils/memuse.c.o -[ 69%] Building C object CMakeFiles/fms.dir/FMS/mosaic/create_xgrid.c.o -[ 69%] Building C object CMakeFiles/fms.dir/FMS/mosaic/gradient_c2l.c.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 70%] Building C object CMakeFiles/fms.dir/FMS/mosaic/interp.c.o -[ 70%] Building C object CMakeFiles/fms.dir/FMS/mosaic/mosaic_util.c.o -[ 70%] Building C object CMakeFiles/fms.dir/FMS/mosaic/read_mosaic.c.o -[ 70%] Building C object CMakeFiles/fms.dir/FMS/affinity/affinity.c.o -[ 71%] Building C object CMakeFiles/fms.dir/FMS/mpp/nsclock.c.o -[ 71%] Building C object CMakeFiles/fms.dir/FMS/mpp/threadloc.c.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 71%] Linking Fortran static library FMS/libfms.a -[ 71%] Built target fms -[ 71%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_restart.F90.o -[ 71%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_abstraction_layer.F90.o -[ 71%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/__/ccpp/physics/ccpp_static_api.F90.o -[ 71%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/noahmp_tables.f90.o -[ 71%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/set_soilveg.f.o -[ 71%] Linking Fortran static library libgfsphysics.a -[ 71%] Built target gfsphysics -Scanning dependencies of target ipd -Scanning dependencies of target ccppdriver -[ 71%] Building Fortran object FV3/ccpp/driver/CMakeFiles/ccppdriver.dir/CCPP_driver.F90.o -[ 71%] Building Fortran object FV3/ipd/CMakeFiles/ipd.dir/IPD_typedefs.F90.o -[ 72%] Linking Fortran static library libccppdriver.a -[ 72%] Building Fortran object FV3/ipd/CMakeFiles/ipd.dir/IPD_driver.F90.o -[ 72%] Built target ccppdriver -[ 73%] Linking Fortran static library libipd.a -[ 73%] Built target ipd -Scanning dependencies of target io -[ 74%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_fv3_io_def.F90.o -[ 74%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_internal_state.F90.o -Scanning dependencies of target fv3core -[ 74%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/external_sst.F90.o -[ 74%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_arrays.F90.o -[ 74%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_fill.F90.o -[ 74%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/DYCORE_typedefs.F90.o -[ 74%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/sim_nc_mod.F90.o -[ 74%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_nemsio.F90.o -[ 74%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_netcdf.F90.o -[ 74%] Building Fortran object FV3/io/CMakeFiles/io.dir/post_gfs.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 74%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_mp_mod.F90.o -[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/sorted_index.F90.o -[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_timing.F90.o -[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_sg.F90.o -[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_eta.F90.o -[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/boundary.F90.o -[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_grid_utils.F90.o -[ 76%] Building Fortran object FV3/io/CMakeFiles/io.dir/FV3GFS_io.F90.o -[ 76%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_wrt_grid_comp.F90.o -[ 77%] Building Fortran object FV3/io/CMakeFiles/io.dir/ffsync.F90.o -[ 78%] Building Fortran object FV3/io/CMakeFiles/io.dir/post_nems_routines.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 78%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/tp_core.F90.o -[ 78%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/a2b_edge.F90.o -[ 78%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_mapz.F90.o -[ 79%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_grid_tools.F90.o -[ 79%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_surf_map.F90.o -[ 79%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/init_hydro.F90.o -[ 79%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_treat_da_inc.F90.o -[ 79%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/sw_core.F90.o -[ 79%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_iau_mod.F90.o -[ 79%] Linking Fortran static library libio.a -[ 79%] Built target io -[ 80%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/nh_utils.F90.o -[ 80%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_io.F90.o -[ 80%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/nh_core.F90.o -[ 80%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_diagnostics.F90.o -[ 80%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/fv_nggps_diag.F90.o -[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_regional_bc.F90.o -[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/test_cases.F90.o -[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_nudge.F90.o -[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_tracer2d.F90.o -[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_update_phys.F90.o -[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/dyn_core.F90.o -[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/external_ic.F90.o -[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_restart.F90.o -[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_control.F90.o -[ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_nesting.F90.o -[ 85%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_dynamics.F90.o -[ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/atmosphere.F90.o -[ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/multi_gases.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 86%] Linking Fortran static library libfv3core.a -[ 86%] Built target fv3core -Scanning dependencies of target stochastic_physics -[ 86%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_resol_def.f.o -[ 86%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/spectral_layout.F90.o -[ 86%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/update_ca.f90.o -[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_gg_def.f.o -[ 87%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_layout_lag.f.o -[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/glats_stochy.f.o -[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_namelist_def.F90.o -[ 89%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/compns_stochy.F90.o -[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/setlats_lag_stochy.f.o -[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/pln2eo_stochy.f.o -[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/gozrineo_stochy.f.o -[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/epslon_stochy.f.o -[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/get_ls_node_stochy.f.o -[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/get_lats_node_a_stochy.f.o -[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/setlats_a_stochy.f.o -[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_internal_state_mod.F90.o -[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/dezouv_stochy.f.o -[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/dozeuv_stochy.f.o -[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/four_to_grid_stochy.F.o -[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_patterngenerator.F90.o -[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/sumfln_stochy.f.o -[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/getcon_lag_stochy.f.o -fpp: warning: keyword redefined: STATIC -[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/getcon_spectral.F90.o -[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/initialize_spectral_mod.F90.o -[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_data_mod.F90.o -[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/get_stochy_pattern.F90.o -[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochastic_physics.F90.o -[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/cellular_automata.f90.o -[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/plumes.f90.o -[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/num_parthds_stochy.f.o -[ 94%] Linking Fortran static library libstochastic_physics.a -[ 94%] Built target stochastic_physics -Scanning dependencies of target fv3cap -[ 94%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/module_fv3_config.F90.o -[ 94%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/atmos_model.F90.o -[ 94%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/module_fcst_grid_comp.F90.o -[ 95%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/fv3_cap.F90.o -[ 95%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/time_utils.F90.o -[ 96%] Linking Fortran static library libfv3cap.a -[ 96%] Built target fv3cap -Scanning dependencies of target NEMS.exe -[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/ENS_Cpl/ENS_CplComp_ESMFMod_STUB.F90.o -[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_EARTH_INTERNAL_STATE.F90.o -[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_MEDIATOR_methods.F90.o -[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_MEDIATOR_SpaceWeather.F90.o -[ 98%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_INTERNAL_STATE.F90.o -[ 98%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_Rusage.F90.o -[ 98%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_UTILS.F90.o -[100%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_MEDIATOR.F90.o -[100%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_EARTH_GRID_COMP.F90.o -[100%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_GRID_COMP.F90.o -[100%] Building C object CMakeFiles/NEMS.exe.dir/NEMS/src/nems_c_rusage.c.o -[100%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/MAIN_NEMS.F90.o -[100%] Linking Fortran executable NEMS.exe -/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/lib/libjasper_v1.900.1.a(jas_stream.o): In function `jas_stream_tmpfile': -jas_stream.c:(.text+0x7a7): warning: the use of `tmpnam' is dangerous, better use `mkstemp' -[100%] Built target NEMS.exe -+ mv NEMS.exe ../fv3_24.exe -+ cp /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel/fv3 ../modules.fv3_24 -+ cd .. -+ '[' YES = YES ']' -+ rm -rf build_fv3_24 -+ elapsed=182 -+ echo 'Elapsed time 182 seconds. Compiling CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta DEBUG=Y finished' -Elapsed time 182 seconds. Compiling CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta DEBUG=Y finished -+ SECONDS=0 -+++ readlink -f /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/compile_cmake.sh -++ dirname /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/compile_cmake.sh -+ readonly MYDIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests -+ MYDIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests -+ readonly ARGC=4 -+ ARGC=4 -+ cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests -+ [[ 4 -eq 0 ]] -+ [[ 4 -lt 2 ]] -+ PATHTR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model -+ MACHINE_ID=hera.intel -+ MAKE_OPT=WW3=Y -+ BUILD_NAME=fv3_2 -+ clean_before=YES -+ clean_after=YES -+ BUILD_DIR=build_fv3_2 -+ [[ hera.intel == cheyenne.* ]] -+ [[ hera.intel == wcoss_dell_p3 ]] -+ MAKE_THREADS=8 -+ hostname -hfe01 -+ cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests -+ echo 'Compiling WW3=Y into fv3_2.exe on hera.intel' -Compiling WW3=Y into fv3_2.exe on hera.intel -+ '[' YES = YES ']' -+ rm -rf build_fv3_2 -+ mkdir -p build_fv3_2 -+ CCPP_CMAKE_FLAGS= -+ [[ WW3=Y == *\D\E\B\U\G\=\Y* ]] -+ [[ WW3=Y == *\R\E\P\R\O\=\Y* ]] -+ [[ WW3=Y == *\3\2\B\I\T\=\Y* ]] -+ [[ WW3=Y == *\O\P\E\N\M\P\=\N* ]] -+ [[ WW3=Y == *\C\C\P\P\=\Y* ]] -+ [[ WW3=Y == *\N\A\M\_\p\h\y\s\=\Y* ]] -+ [[ WW3=Y == *\W\W\3\=\Y* ]] -+ CCPP_CMAKE_FLAGS=' -DWW3=Y' -++ trim ' -DWW3=Y' -++ local 'var= -DWW3=Y' -++ var=-DWW3=Y -++ var=-DWW3=Y -++ echo -n -DWW3=Y -+ CCPP_CMAKE_FLAGS=-DWW3=Y -+ source /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc -++ __ms_function_name=setup__test_function__136804 -++ eval 'setup__test_function__136804() { /bin/true ; }' -+++ eval '__text="text" ; if [[ $__text =~ ^(t).* ]] ; then printf "%s" ${.sh.match[1]} ; fi' -+++ cat -++ __ms_ksh_test= -+++ eval 'if ( set | grep setup__test_function__136804 | grep -v name > /dev/null 2>&1 ) ; then echo t ; fi ' -+++ cat -++ __ms_bash_test=t -++ [[ ! -z '' ]] -++ [[ ! -z t ]] -++ __ms_shell=bash -++ [[ -d /lfs3 ]] -++ [[ -d /scratch1 ]] -++ [[ ! -d /scratch ]] -++ eval module help -++ module purge -+++ /apps/lmod/7.7.18/libexec/lmod bash purge -++ eval unset 'BACIO_LIB4;' unset 'BACIO_LIB8;' unset 'BACIO_SRC;' unset 'BACIO_VER;' unset '__LMOD_REF_COUNT_CLASSPATH;' unset 'CLASSPATH;' unset 'CMAKE_CXX_COMPILER;' unset 'CMAKE_C_COMPILER;' unset 'CMAKE_Fortran_COMPILER;' unset 'CMAKE_Platform;' unset 'COMP;' unset '__LMOD_REF_COUNT_CPATH;' unset 'CPATH;' unset 'CRTM_FIX;' unset 'CRTM_INC;' unset 'CRTM_LIB;' unset 'CRTM_SRC;' unset 'CRTM_VER;' unset 'ESMFMKFILE;' unset 'G2TMPL_INC;' unset 'G2TMPL_LIB;' unset 'G2TMPL_SRC;' unset 'G2TMPL_VER;' unset 'G2_INC4;' unset 'G2_INCd;' unset 'G2_LIB4;' unset 'G2_LIBd;' unset 'G2_SRC;' unset 'G2_VER;' unset 'GDBSERVER_MIC;' unset 'GDB_CROSS;' unset '__LMOD_REF_COUNT_INFOPATH;' unset 'INFOPATH;' unset '__LMOD_REF_COUNT_INTEL_LICENSE_FILE;' unset 'INTEL_LICENSE_FILE;' unset 'INTEL_PYTHONHOME;' unset 'IPATH_NO_BACKTRACE;' unset 'IP_INC4;' unset 'IP_INC8;' unset 'IP_INCd;' unset 'IP_LIB4;' unset 'IP_LIB8;' unset 'IP_LIBd;' unset 'IP_SRC;' unset 'IP_VER;' unset 'I_MPI_CC;' unset 'I_MPI_F90;' unset 'I_MPI_HYDRA_BRANCH_COUNT;' unset 'I_MPI_HYDRA_PMI_CONNECT;' unset 'I_MPI_ROOT;' unset 'I_MPI_TMI_PROVIDER;' unset 'JASPER_INC;' unset 'JASPER_LIB;' unset 'JASPER_SRC;' unset 'JASPER_VER;' '__LMOD_REF_COUNT_LD_LIBRARY_PATH="/apps/slurm/default/lib:1";' export '__LMOD_REF_COUNT_LD_LIBRARY_PATH;' 'LD_LIBRARY_PATH=":/apps/slurm/default/lib";' export 'LD_LIBRARY_PATH;' unset '__LMOD_REF_COUNT_LIBRARY_PATH;' unset 'LIBRARY_PATH;' unset 'LIB_NAME;' unset 'LMOD_FAMILY_COMPILER;' unset 'LMOD_FAMILY_COMPILER_VERSION;' unset 'LMOD_FAMILY_MPI;' unset 'LMOD_FAMILY_MPI_VERSION;' unset '__LMOD_REF_COUNT_LOADEDMODULES;' unset 'LOADEDMODULES;' '__LMOD_REF_COUNT_MANPATH="/apps/lmod/lmod/share/man:1;/apps/local/man:1;/apps/slurm/default/share/man:1;/apps/slurm/tools/sbank/share/man:1";' export '__LMOD_REF_COUNT_MANPATH;' 'MANPATH="/apps/lmod/lmod/share/man::/apps/local/man:/apps/slurm/default/share/man:/apps/slurm/tools/sbank/share/man";' export 'MANPATH;' '__LMOD_REF_COUNT_MODULEPATH="/contrib/modulefiles:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:1;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1";' export '__LMOD_REF_COUNT_MODULEPATH;' 'MODULEPATH="/contrib/modulefiles:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles";' export 'MODULEPATH;' unset 'MPM_LAUNCHER;' unset 'NCEPLIBS;' unset 'NEMSIO_INC;' unset 'NEMSIO_LIB;' unset 'NEMSIO_SRC;' unset 'NEMSIO_VER;' unset 'NETCDF;' unset '__LMOD_REF_COUNT_NLSPATH;' unset 'NLSPATH;' '__LMOD_REF_COUNT_PATH="/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:1;/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/opt/ibutils/bin:1;/apps/local/bin:1;/apps/local/sbin:1;/apps/slurm/default/tools:1;/apps/slurm/default/bin:1;/apps/slurm/default/sbin:1;/apps/slurm/tools/sbank/bin:1;/home/Dusan.Jovic/bin:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/dbrowse:1";' export '__LMOD_REF_COUNT_PATH;' 'PATH="/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/opt/ibutils/bin:/apps/local/bin:/apps/local/sbin:/apps/slurm/default/tools:/apps/slurm/default/bin:/apps/slurm/default/sbin:/apps/slurm/tools/sbank/bin:/home/Dusan.Jovic/bin:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/dbrowse";' export 'PATH;' unset '__LMOD_REF_COUNT_PKG_CONFIG_PATH;' unset 'PKG_CONFIG_PATH;' unset 'PNG_INC;' unset 'PNG_LIB;' unset 'PNG_SRC;' unset 'PNG_VER;' unset 'POST_INC;' unset 'POST_LIB;' unset 'POST_SRC;' unset 'POST_VER;' unset 'SLURM_UTILS_PATH;' unset 'SP_LIB4;' unset 'SP_LIB8;' unset 'SP_LIBd;' unset 'SP_SRC;' unset 'SP_VER;' unset 'W3EMC_INC4;' unset 'W3EMC_INC8;' unset 'W3EMC_INCd;' unset 'W3EMC_LIB4;' unset 'W3EMC_LIB8;' unset 'W3EMC_LIBd;' unset 'W3EMC_SRC;' unset 'W3EMC_VER;' unset 'W3NCO_LIB4;' unset 'W3NCO_LIB8;' unset 'W3NCO_LIBd;' unset 'W3NCO_SRC;' unset 'W3NCO_VER;' unset 'Z_INC;' unset 'Z_LIB;' unset 'Z_SRC;' unset 'Z_VER;' unset '__LMOD_REF_COUNT__LMFILES_;' unset '_LMFILES_;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9jb250cmliL21vZHVsZWZpbGVzIiwiL3NjcmF0Y2gyL05DRVBERVYvZnYzLWNhbS9EdXNhbi5Kb3ZpYy91ZnMvcHIxOC91ZnMtd2VhdGhlci1tb2RlbC9tb2R1bGVmaWxlcy9oZXJhLmludGVsIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIs";' export '_ModuleTable001_;' '_ModuleTable002_="fSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ==";' export '_ModuleTable002_;' '_ModuleTable_Sz_="2";' export '_ModuleTable_Sz_;' unset '_ModuleTable004_;' unset '_ModuleTable005_;' unset '_ModuleTable006_;' unset '_ModuleTable007_;' unset '_ModuleTable008_;' unset '_ModuleTable009_;' unset '_ModuleTable010_;' unset '_ModuleTable011_;' unset '_ModuleTable012_;' unset '_ModuleTable013_;' -+++ unset BACIO_LIB4 -+++ unset BACIO_LIB8 -+++ unset BACIO_SRC -+++ unset BACIO_VER -+++ unset __LMOD_REF_COUNT_CLASSPATH -+++ unset CLASSPATH -+++ unset CMAKE_CXX_COMPILER -+++ unset CMAKE_C_COMPILER -+++ unset CMAKE_Fortran_COMPILER -+++ unset CMAKE_Platform -+++ unset COMP -+++ unset __LMOD_REF_COUNT_CPATH -+++ unset CPATH -+++ unset CRTM_FIX -+++ unset CRTM_INC -+++ unset CRTM_LIB -+++ unset CRTM_SRC -+++ unset CRTM_VER -+++ unset ESMFMKFILE -+++ unset G2TMPL_INC -+++ unset G2TMPL_LIB -+++ unset G2TMPL_SRC -+++ unset G2TMPL_VER -+++ unset G2_INC4 -+++ unset G2_INCd -+++ unset G2_LIB4 -+++ unset G2_LIBd -+++ unset G2_SRC -+++ unset G2_VER -+++ unset GDBSERVER_MIC -+++ unset GDB_CROSS -+++ unset __LMOD_REF_COUNT_INFOPATH -+++ unset INFOPATH -+++ unset __LMOD_REF_COUNT_INTEL_LICENSE_FILE -+++ unset INTEL_LICENSE_FILE -+++ unset INTEL_PYTHONHOME -+++ unset IPATH_NO_BACKTRACE -+++ unset IP_INC4 -+++ unset IP_INC8 -+++ unset IP_INCd -+++ unset IP_LIB4 -+++ unset IP_LIB8 -+++ unset IP_LIBd -+++ unset IP_SRC -+++ unset IP_VER -+++ unset I_MPI_CC -+++ unset I_MPI_F90 -+++ unset I_MPI_HYDRA_BRANCH_COUNT -+++ unset I_MPI_HYDRA_PMI_CONNECT -+++ unset I_MPI_ROOT -+++ unset I_MPI_TMI_PROVIDER -+++ unset JASPER_INC -+++ unset JASPER_LIB -+++ unset JASPER_SRC -+++ unset JASPER_VER -+++ __LMOD_REF_COUNT_LD_LIBRARY_PATH=/apps/slurm/default/lib:1 -+++ export __LMOD_REF_COUNT_LD_LIBRARY_PATH -+++ LD_LIBRARY_PATH=:/apps/slurm/default/lib -+++ export LD_LIBRARY_PATH -+++ unset __LMOD_REF_COUNT_LIBRARY_PATH -+++ unset LIBRARY_PATH -+++ unset LIB_NAME -+++ unset LMOD_FAMILY_COMPILER -+++ unset LMOD_FAMILY_COMPILER_VERSION -+++ unset LMOD_FAMILY_MPI -+++ unset LMOD_FAMILY_MPI_VERSION -+++ unset __LMOD_REF_COUNT_LOADEDMODULES -+++ unset LOADEDMODULES -+++ __LMOD_REF_COUNT_MANPATH='/apps/lmod/lmod/share/man:1;/apps/local/man:1;/apps/slurm/default/share/man:1;/apps/slurm/tools/sbank/share/man:1' -+++ export __LMOD_REF_COUNT_MANPATH -+++ MANPATH=/apps/lmod/lmod/share/man::/apps/local/man:/apps/slurm/default/share/man:/apps/slurm/tools/sbank/share/man -+++ export MANPATH -+++ __LMOD_REF_COUNT_MODULEPATH='/contrib/modulefiles:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:1;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1' -+++ export __LMOD_REF_COUNT_MODULEPATH -+++ MODULEPATH=/contrib/modulefiles:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles -+++ export MODULEPATH -+++ unset MPM_LAUNCHER -+++ unset NCEPLIBS -+++ unset NEMSIO_INC -+++ unset NEMSIO_LIB -+++ unset NEMSIO_SRC -+++ unset NEMSIO_VER -+++ unset NETCDF -+++ unset __LMOD_REF_COUNT_NLSPATH -+++ unset NLSPATH -+++ __LMOD_REF_COUNT_PATH='/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:1;/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/opt/ibutils/bin:1;/apps/local/bin:1;/apps/local/sbin:1;/apps/slurm/default/tools:1;/apps/slurm/default/bin:1;/apps/slurm/default/sbin:1;/apps/slurm/tools/sbank/bin:1;/home/Dusan.Jovic/bin:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/dbrowse:1' -+++ export __LMOD_REF_COUNT_PATH -+++ PATH=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/opt/ibutils/bin:/apps/local/bin:/apps/local/sbin:/apps/slurm/default/tools:/apps/slurm/default/bin:/apps/slurm/default/sbin:/apps/slurm/tools/sbank/bin:/home/Dusan.Jovic/bin:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/dbrowse -+++ export PATH -+++ unset __LMOD_REF_COUNT_PKG_CONFIG_PATH -+++ unset PKG_CONFIG_PATH -+++ unset PNG_INC -+++ unset PNG_LIB -+++ unset PNG_SRC -+++ unset PNG_VER -+++ unset POST_INC -+++ unset POST_LIB -+++ unset POST_SRC -+++ unset POST_VER -+++ unset SLURM_UTILS_PATH -+++ unset SP_LIB4 -+++ unset SP_LIB8 -+++ unset SP_LIBd -+++ unset SP_SRC -+++ unset SP_VER -+++ unset W3EMC_INC4 -+++ unset W3EMC_INC8 -+++ unset W3EMC_INCd -+++ unset W3EMC_LIB4 -+++ unset W3EMC_LIB8 -+++ unset W3EMC_LIBd -+++ unset W3EMC_SRC -+++ unset W3EMC_VER -+++ unset W3NCO_LIB4 -+++ unset W3NCO_LIB8 -+++ unset W3NCO_LIBd -+++ unset W3NCO_SRC -+++ unset W3NCO_VER -+++ unset Z_INC -+++ unset Z_LIB -+++ unset Z_SRC -+++ unset Z_VER -+++ unset __LMOD_REF_COUNT__LMFILES_ -+++ unset _LMFILES_ -+++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9jb250cmliL21vZHVsZWZpbGVzIiwiL3NjcmF0Y2gyL05DRVBERVYvZnYzLWNhbS9EdXNhbi5Kb3ZpYy91ZnMvcHIxOC91ZnMtd2VhdGhlci1tb2RlbC9tb2R1bGVmaWxlcy9oZXJhLmludGVsIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIs -+++ export _ModuleTable001_ -+++ _ModuleTable002_=fSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ== -+++ export _ModuleTable002_ -+++ _ModuleTable_Sz_=2 -+++ export _ModuleTable_Sz_ -+++ unset _ModuleTable004_ -+++ unset _ModuleTable005_ -+++ unset _ModuleTable006_ -+++ unset _ModuleTable007_ -+++ unset _ModuleTable008_ -+++ unset _ModuleTable009_ -+++ unset _ModuleTable010_ -+++ unset _ModuleTable011_ -+++ unset _ModuleTable012_ -+++ unset _ModuleTable013_ -+++ : -s sh -++ eval -++ unset __ms_shell -++ unset __ms_ksh_test -++ unset __ms_bash_test -++ unset setup__test_function__136804 -++ unset __ms_function_name -+ [[ hera.intel == macosx.* ]] -+ [[ hera.intel == linux.* ]] -+ module use /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel -++ /apps/lmod/7.7.18/libexec/lmod bash use /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel -+ eval '__LMOD_REF_COUNT_MODULEPATH="/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:2;/contrib/modulefiles:1;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1";' export '__LMOD_REF_COUNT_MODULEPATH;' 'MODULEPATH="/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:/contrib/modulefiles:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles";' export 'MODULEPATH;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9zY3JhdGNoMi9OQ0VQREVWL2Z2My1jYW0vRHVzYW4uSm92aWMvdWZzL3ByMTgvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvaGVyYS5pbnRlbCIsIi9jb250cmliL21vZHVsZWZpbGVzIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIs";' export '_ModuleTable001_;' '_ModuleTable002_="fSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ==";' export '_ModuleTable002_;' '_ModuleTable_Sz_="2";' export '_ModuleTable_Sz_;' -++ __LMOD_REF_COUNT_MODULEPATH='/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:2;/contrib/modulefiles:1;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1' -++ export __LMOD_REF_COUNT_MODULEPATH -++ MODULEPATH=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:/contrib/modulefiles:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles -++ export MODULEPATH -++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9zY3JhdGNoMi9OQ0VQREVWL2Z2My1jYW0vRHVzYW4uSm92aWMvdWZzL3ByMTgvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvaGVyYS5pbnRlbCIsIi9jb250cmliL21vZHVsZWZpbGVzIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIs -++ export _ModuleTable001_ -++ _ModuleTable002_=fSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ== -++ export _ModuleTable002_ -++ _ModuleTable_Sz_=2 -++ export _ModuleTable_Sz_ -++ : -s sh -+ eval -+ module load fv3 -++ /apps/lmod/7.7.18/libexec/lmod bash load fv3 -+ eval 'BACIO_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libbacio_v2.0.3_4.a";' export 'BACIO_LIB4;' 'BACIO_LIB8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libbacio_v2.0.3_8.a";' export 'BACIO_LIB8;' 'BACIO_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/bacio_v2.0.3";' export 'BACIO_SRC;' 'BACIO_VER="v2.0.3";' export 'BACIO_VER;' '__LMOD_REF_COUNT_CLASSPATH="/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/mpi.jar:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/daal.jar:1";' export '__LMOD_REF_COUNT_CLASSPATH;' 'CLASSPATH="/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/mpi.jar:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/daal.jar";' export 'CLASSPATH;' 'CMAKE_CXX_COMPILER="mpiicpc";' export 'CMAKE_CXX_COMPILER;' 'CMAKE_C_COMPILER="mpiicc";' export 'CMAKE_C_COMPILER;' 'CMAKE_Fortran_COMPILER="mpiifort";' export 'CMAKE_Fortran_COMPILER;' 'CMAKE_Platform="hera.intel";' export 'CMAKE_Platform;' 'COMP="intel";' export 'COMP;' '__LMOD_REF_COUNT_CPATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/include:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/include:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/pstl/include:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/include:2;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/include:1";' export '__LMOD_REF_COUNT_CPATH;' 'CPATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/include:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/include:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/pstl/include:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/include:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/include";' export 'CPATH;' 'CRTM_FIX="/scratch2/NCEPDEV/nwprod/NCEPLIBS/fix/crtm_v2.2.6";' export 'CRTM_FIX;' 'CRTM_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/crtm_v2.2.6";' export 'CRTM_INC;' 'CRTM_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libcrtm_v2.2.6.a";' export 'CRTM_LIB;' 'CRTM_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/crtm_v2.2.6";' export 'CRTM_SRC;' 'CRTM_VER="v2.2.6";' export 'CRTM_VER;' 'ESMFMKFILE="/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/lib/esmf.mk";' export 'ESMFMKFILE;' 'G2TMPL_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/g2tmpl_v1.6.0";' export 'G2TMPL_INC;' 'G2TMPL_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2tmpl_v1.6.0.a";' export 'G2TMPL_LIB;' 'G2TMPL_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/g2tmpl_v1.6.0/src";' export 'G2TMPL_SRC;' 'G2TMPL_VER="v1.6.0";' export 'G2TMPL_VER;' 'G2_INC4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/g2_v3.1.1_4";' export 'G2_INC4;' 'G2_INCd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/g2_v3.1.1_d";' export 'G2_INCd;' 'G2_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2_v3.1.1_4.a";' export 'G2_LIB4;' 'G2_LIBd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2_v3.1.1_d.a";' export 'G2_LIBd;' 'G2_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/g2_v3.1.1";' export 'G2_SRC;' 'G2_VER="v3.1.1";' export 'G2_VER;' 'GDBSERVER_MIC="/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/targets/intel64/x200/bin/gdbserver";' export 'GDBSERVER_MIC;' 'GDB_CROSS="/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/intel64/bin/gdb-ia";' export 'GDB_CROSS;' '__LMOD_REF_COUNT_INFOPATH="/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/info:1;/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/info:1";' export '__LMOD_REF_COUNT_INFOPATH;' 'INFOPATH="/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/info:/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/info";' export 'INFOPATH;' '__LMOD_REF_COUNT_INTEL_LICENSE_FILE="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/licenses:1;/apps/intel/licenses:1";' export '__LMOD_REF_COUNT_INTEL_LICENSE_FILE;' 'INTEL_LICENSE_FILE="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/licenses:/apps/intel/licenses";' export 'INTEL_LICENSE_FILE;' 'INTEL_PYTHONHOME="/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/python/intel64/";' export 'INTEL_PYTHONHOME;' 'IPATH_NO_BACKTRACE="1";' export 'IPATH_NO_BACKTRACE;' 'IP_INC4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ip_v3.0.2_4";' export 'IP_INC4;' 'IP_INC8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ip_v3.0.2_8";' export 'IP_INC8;' 'IP_INCd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ip_v3.0.2_d";' export 'IP_INCd;' 'IP_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libip_v3.0.2_4.a";' export 'IP_LIB4;' 'IP_LIB8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libip_v3.0.2_8.a";' export 'IP_LIB8;' 'IP_LIBd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libip_v3.0.2_d.a";' export 'IP_LIBd;' 'IP_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/ip_v3.0.2";' export 'IP_SRC;' 'IP_VER="v3.0.2";' export 'IP_VER;' 'I_MPI_CC="icc";' export 'I_MPI_CC;' 'I_MPI_F90="ifort";' export 'I_MPI_F90;' 'I_MPI_HYDRA_BRANCH_COUNT="128";' export 'I_MPI_HYDRA_BRANCH_COUNT;' 'I_MPI_HYDRA_PMI_CONNECT="alltoall";' export 'I_MPI_HYDRA_PMI_CONNECT;' 'I_MPI_ROOT="/apps/intel/compilers_and_libraries_2018/linux/mpi";' export 'I_MPI_ROOT;' 'I_MPI_TMI_PROVIDER="psm";' export 'I_MPI_TMI_PROVIDER;' 'JASPER_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/include/jasper_v1.900.1";' export 'JASPER_INC;' 'JASPER_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/lib/libjasper_v1.900.1.a";' export 'JASPER_LIB;' 'JASPER_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/thirdParty";' export 'JASPER_SRC;' 'JASPER_VER="v1.900.1";' export 'JASPER_VER;' '__LMOD_REF_COUNT_LD_LIBRARY_PATH="/apps/netcdf/4.7.0/intel/18.0.5.274/lib:1;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib:1;/apps/slurm/default/lib:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/lib/intel64:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:2;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:2;/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/libipt/intel64/lib:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4:1";' export '__LMOD_REF_COUNT_LD_LIBRARY_PATH;' 'LD_LIBRARY_PATH="/apps/netcdf/4.7.0/intel/18.0.5.274/lib:/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib::/apps/slurm/default/lib:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/lib/intel64:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/libipt/intel64/lib:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4";' export 'LD_LIBRARY_PATH;' '__LMOD_REF_COUNT_LIBRARY_PATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:2;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4:1";' export '__LMOD_REF_COUNT_LIBRARY_PATH;' 'LIBRARY_PATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4";' export 'LIBRARY_PATH;' 'LIB_NAME="POST";' export 'LIB_NAME;' 'LMOD_FAMILY_COMPILER="intel";' export 'LMOD_FAMILY_COMPILER;' 'LMOD_FAMILY_COMPILER_VERSION="18.0.5.274";' export 'LMOD_FAMILY_COMPILER_VERSION;' 'LMOD_FAMILY_MPI="impi";' export 'LMOD_FAMILY_MPI;' 'LMOD_FAMILY_MPI_VERSION="2018.0.4";' export 'LMOD_FAMILY_MPI_VERSION;' '__LMOD_REF_COUNT_LOADEDMODULES="contrib:1;sutils/default:1;intel/18.0.5.274:1;impi/2018.0.4:1;netcdf/4.7.0:1;bacio/2.0.3:1;ip/3.0.2:1;nemsio/2.2.4:1;sp/2.0.3:1;w3emc/2.3.1:1;w3nco/2.0.7:1;g2/3.1.1:1;g2tmpl/1.6.0:1;crtm/2.2.6:1;jasper/1.900.1:1;png/1.2.44:1;z/1.2.11:1;post/8.0.1:1;esmf/8.0.0:1;cmake/3.9.0:1;fv3:1";' export '__LMOD_REF_COUNT_LOADEDMODULES;' 'LOADEDMODULES="contrib:sutils/default:intel/18.0.5.274:impi/2018.0.4:netcdf/4.7.0:bacio/2.0.3:ip/3.0.2:nemsio/2.2.4:sp/2.0.3:w3emc/2.3.1:w3nco/2.0.7:g2/3.1.1:g2tmpl/1.6.0:crtm/2.2.6:jasper/1.900.1:png/1.2.44:z/1.2.11:post/8.0.1:esmf/8.0.0:cmake/3.9.0:fv3";' export 'LOADEDMODULES;' '__LMOD_REF_COUNT_MANPATH="/apps/netcdf/4.7.0/intel/18.0.5.274/share/man:1;/apps/intel/compilers_and_libraries_2018/linux/mpi/man:1;/apps/intel/parallel_studio_xe_2018.4.057/man/common:1;/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/man:1;/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/man:1;/apps/lmod/lmod/share/man:1;/apps/local/man:1;/apps/slurm/default/share/man:1;/apps/slurm/tools/sbank/share/man:1";' export '__LMOD_REF_COUNT_MANPATH;' 'MANPATH="/apps/netcdf/4.7.0/intel/18.0.5.274/share/man:/apps/intel/compilers_and_libraries_2018/linux/mpi/man:/apps/intel/parallel_studio_xe_2018.4.057/man/common:/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/man:/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/man:/apps/lmod/lmod/share/man::/apps/local/man:/apps/slurm/default/share/man:/apps/slurm/tools/sbank/share/man";' export 'MANPATH;' '__LMOD_REF_COUNT_MODULEPATH="/contrib/modulefiles:3;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:2;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1;/apps/modules/modulefamilies/intel:1;/apps/modules/modulefamilies/intel_impi:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles:1";' export '__LMOD_REF_COUNT_MODULEPATH;' 'MODULEPATH="/contrib/modulefiles:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles:/apps/modules/modulefamilies/intel:/apps/modules/modulefamilies/intel_impi:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles";' export 'MODULEPATH;' 'MPM_LAUNCHER="/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/mpm/mic/bin/start_mpm.sh";' export 'MPM_LAUNCHER;' 'NCEPLIBS="/scratch2/NCEPDEV/nwprod/NCEPLIBS";' export 'NCEPLIBS;' 'NEMSIO_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/nemsio_v2.2.4";' export 'NEMSIO_INC;' 'NEMSIO_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libnemsio_v2.2.4.a";' export 'NEMSIO_LIB;' 'NEMSIO_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/nemsio_v2.2.4";' export 'NEMSIO_SRC;' 'NEMSIO_VER="v2.2.4";' export 'NEMSIO_VER;' 'NETCDF="/apps/netcdf/4.7.0/intel/18.0.5.274";' export 'NETCDF;' '__LMOD_REF_COUNT_NLSPATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64/locale/%l_%t/%N:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin/locale/%l_%t/%N:1;/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/intel64/share/locale/%l_%t/%N:1";' export '__LMOD_REF_COUNT_NLSPATH;' 'NLSPATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64/locale/%l_%t/%N:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin/locale/%l_%t/%N:/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/intel64/share/locale/%l_%t/%N";' export 'NLSPATH;' '__LMOD_REF_COUNT_PATH="/contrib/cmake/3.9.0/bin:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/bin:1;/apps/netcdf/4.7.0/intel/18.0.5.274/bin:1;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/bin/intel64:1;/contrib/sutils/bin:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:1;/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/opt/ibutils/bin:1;/apps/local/bin:1;/apps/local/sbin:1;/apps/slurm/default/tools:1;/apps/slurm/default/bin:1;/apps/slurm/default/sbin:1;/apps/slurm/tools/sbank/bin:1;/home/Dusan.Jovic/bin:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/dbrowse:1";' export '__LMOD_REF_COUNT_PATH;' 'PATH="/contrib/cmake/3.9.0/bin:/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/bin:/apps/netcdf/4.7.0/intel/18.0.5.274/bin:/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/bin/intel64:/contrib/sutils/bin:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/opt/ibutils/bin:/apps/local/bin:/apps/local/sbin:/apps/slurm/default/tools:/apps/slurm/default/bin:/apps/slurm/default/sbin:/apps/slurm/tools/sbank/bin:/home/Dusan.Jovic/bin:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/dbrowse";' export 'PATH;' '__LMOD_REF_COUNT_PKG_CONFIG_PATH="/apps/intel/compilers_and_libraries_2018/linux/mkl/bin/pkgconfig:1";' export '__LMOD_REF_COUNT_PKG_CONFIG_PATH;' 'PKG_CONFIG_PATH="/apps/intel/compilers_and_libraries_2018/linux/mkl/bin/pkgconfig";' export 'PKG_CONFIG_PATH;' 'PNG_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/png_v1.2.44";' export 'PNG_INC;' 'PNG_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libpng_v1.2.44.a";' export 'PNG_LIB;' 'PNG_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/thirdParty";' export 'PNG_SRC;' 'PNG_VER="v1.2.44";' export 'PNG_VER;' 'POST_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ncep_post_v8.0.1_4";' export 'POST_INC;' 'POST_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libncep_post_v8.0.1_4.a";' export 'POST_LIB;' 'POST_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/post_v8.0.1";' export 'POST_SRC;' 'POST_VER="v8.0.1";' export 'POST_VER;' 'SLURM_UTILS_PATH="/contrib/sutils/bin";' export 'SLURM_UTILS_PATH;' 'SP_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_4.a";' export 'SP_LIB4;' 'SP_LIB8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_8.a";' export 'SP_LIB8;' 'SP_LIBd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_d.a";' export 'SP_LIBd;' 'SP_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/sp_v2.0.3";' export 'SP_SRC;' 'SP_VER="v2.0.3";' export 'SP_VER;' 'W3EMC_INC4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/w3emc_v2.3.1_4";' export 'W3EMC_INC4;' 'W3EMC_INC8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/w3emc_v2.3.1_8";' export 'W3EMC_INC8;' 'W3EMC_INCd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/w3emc_v2.3.1_d";' export 'W3EMC_INCd;' 'W3EMC_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_4.a";' export 'W3EMC_LIB4;' 'W3EMC_LIB8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_8.a";' export 'W3EMC_LIB8;' 'W3EMC_LIBd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_d.a";' export 'W3EMC_LIBd;' 'W3EMC_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/w3emc_v2.3.1";' export 'W3EMC_SRC;' 'W3EMC_VER="v2.3.1";' export 'W3EMC_VER;' 'W3NCO_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_4.a";' export 'W3NCO_LIB4;' 'W3NCO_LIB8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_8.a";' export 'W3NCO_LIB8;' 'W3NCO_LIBd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_d.a";' export 'W3NCO_LIBd;' 'W3NCO_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/w3nco_v2.0.7";' export 'W3NCO_SRC;' 'W3NCO_VER="v2.0.7";' export 'W3NCO_VER;' 'Z_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/z_v1.2.11";' export 'Z_INC;' 'Z_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libz_v1.2.11.a";' export 'Z_LIB;' 'Z_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/thirdParty";' export 'Z_SRC;' 'Z_VER="v1.2.11";' export 'Z_VER;' '__LMOD_REF_COUNT__LMFILES_="/apps/modules/modulefiles/contrib:1;/contrib/modulefiles/sutils/default:1;/apps/modules/modulefiles/intel/18.0.5.274:1;/apps/modules/modulefamilies/intel/impi/2018.0.4:1;/apps/modules/modulefamilies/intel/netcdf/4.7.0:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/bacio/2.0.3:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/ip/3.0.2:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/nemsio/2.2.4:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/sp/2.0.3:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3emc/2.3.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3nco/2.0.7:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2/3.1.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2tmpl/1.6.0:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/crtm/2.2.6:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/jasper/1.900.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/png/1.2.44:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/z/1.2.11:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/post/8.0.1:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles/esmf/8.0.0:1;/contrib/modulefiles/cmake/3.9.0:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel/fv3:1";' export '__LMOD_REF_COUNT__LMFILES_;' '_LMFILES_="/apps/modules/modulefiles/contrib:/contrib/modulefiles/sutils/default:/apps/modules/modulefiles/intel/18.0.5.274:/apps/modules/modulefamilies/intel/impi/2018.0.4:/apps/modules/modulefamilies/intel/netcdf/4.7.0:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/bacio/2.0.3:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/ip/3.0.2:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/nemsio/2.2.4:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/sp/2.0.3:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3emc/2.3.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3nco/2.0.7:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2/3.1.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2tmpl/1.6.0:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/crtm/2.2.6:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/jasper/1.900.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/png/1.2.44:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/z/1.2.11:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/post/8.0.1:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles/esmf/8.0.0:/contrib/modulefiles/cmake/3.9.0:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel/fv3";' export '_LMFILES_;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJpbXBpIix9LG1UPXtiYWNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvYmFjaW8vMi4wLjMiLFsiZnVsbE5hbWUiXT0iYmFjaW8vMi4wLjMiLFsibG9hZE9yZGVyIl09Nixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJiYWNpby8yLjAuMyIsfSxjbWFrZT17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9jbWFrZS8zLjkuMCIsWyJmdWxs";' export '_ModuleTable001_;' '_ModuleTable002_="TmFtZSJdPSJjbWFrZS8zLjkuMCIsWyJsb2FkT3JkZXIiXT0yMCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjbWFrZS8zLjkuMCIsfSxjb250cmliPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvY29udHJpYiIsWyJmdWxsTmFtZSJdPSJjb250cmliIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY29udHJpYiIsfSxjcnRtPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9jcnRtLzIuMi42IixbImZ1bGxOYW1lIl09ImNydG0vMi4yLjYiLFsibG9hZE9yZGVy";' export '_ModuleTable002_;' '_ModuleTable003_="Il09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL2Z2My1jYW0vRHVzYW4uSm92aWMvdWZzL3ByMTgvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvaGVyYS5pbnRlbC9mdjMiLFsi";' export '_ModuleTable003_;' '_ModuleTable004_="ZnVsbE5hbWUiXT0iZnYzIixbImxvYWRPcmRlciJdPTIxLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTAsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImZ2MyIsfSxnMj17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzIvMy4xLjEiLFsiZnVsbE5hbWUiXT0iZzIvMy4xLjEiLFsibG9hZE9yZGVyIl09MTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZzIvMy4xLjEiLH0sZzJ0bXBsPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9nMnRtcGwvMS42LjAiLFsiZnVsbE5hbWUiXT0iZzJ0bXBsLzEuNi4w";' export '_ModuleTable004_;' '_ModuleTable005_="IixbImxvYWRPcmRlciJdPTEzLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcydG1wbC8xLjYuMCIsfSxpbXBpPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwvaW1waS8yMDE4LjAuNCIsWyJmdWxsTmFtZSJdPSJpbXBpLzIwMTguMC40IixbImxvYWRPcmRlciJdPTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW1waS8yMDE4LjAuNCIsfSxpbnRlbD17WyJmbiJdPSIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL2ludGVsLzE4LjAuNS4yNzQiLFsiZnVsbE5hbWUiXT0iaW50ZWwvMTguMC41LjI3NCIsWyJsb2FkT3JkZXIi";' export '_ModuleTable005_;' '_ModuleTable006_="XT0zLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImludGVsLzE4LjAuNS4yNzQiLH0saXA9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2lwLzMuMC4yIixbImZ1bGxOYW1lIl09ImlwLzMuMC4yIixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaXAvMy4wLjIiLH0samFzcGVyPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9qYXNwZXIvMS45MDAuMSIsWyJmdWxsTmFtZSJdPSJqYXNwZXIvMS45MDAuMSIsWyJsb2FkT3JkZXIi";' export '_ModuleTable006_;' '_ModuleTable007_="XT0xNSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJqYXNwZXIvMS45MDAuMSIsfSxuZW1zaW89e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL25lbXNpby8yLjIuNCIsWyJmdWxsTmFtZSJdPSJuZW1zaW8vMi4yLjQiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZW1zaW8vMi4yLjQiLH0sbmV0Y2RmPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwvbmV0Y2RmLzQuNy4wIixbImZ1bGxOYW1lIl09Im5ldGNkZi80LjcuMCIsWyJsb2FkT3JkZXIi";' export '_ModuleTable007_;' '_ModuleTable008_="XT01LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5ldGNkZi80LjcuMCIsfSxwbmc9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3BuZy8xLjIuNDQiLFsiZnVsbE5hbWUiXT0icG5nLzEuMi40NCIsWyJsb2FkT3JkZXIiXT0xNixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJwbmcvMS4yLjQ0Iix9LHBvc3Q9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3Bvc3QvOC4wLjEiLFsiZnVsbE5hbWUiXT0icG9zdC84LjAuMSIsWyJsb2FkT3JkZXIiXT0xOCxw";' export '_ModuleTable008_;' '_ModuleTable009_="cm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJwb3N0LzguMC4xIix9LHNwPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9zcC8yLjAuMyIsWyJmdWxsTmFtZSJdPSJzcC8yLjAuMyIsWyJsb2FkT3JkZXIiXT05LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InNwLzIuMC4zIix9LHN1dGlscz17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9zdXRpbHMvZGVmYXVsdCIsWyJmdWxsTmFtZSJdPSJzdXRpbHMvZGVmYXVsdCIsWyJsb2FkT3JkZXIiXT0yLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0";' export '_ModuleTable009_;' '_ModuleTable010_="dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InN1dGlscyIsfSx3M2VtYz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNlbWMvMi4zLjEiLFsiZnVsbE5hbWUiXT0idzNlbWMvMi4zLjEiLFsibG9hZE9yZGVyIl09MTAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNlbWMvMi4zLjEiLH0sdzNuY289e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czbmNvLzIuMC43IixbImZ1bGxOYW1lIl09InczbmNvLzIuMC43IixbImxvYWRPcmRlciJdPTExLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMi";' export '_ModuleTable010_;' '_ModuleTable011_="XT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHo9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3ovMS4yLjExIixbImZ1bGxOYW1lIl09InovMS4yLjExIixbImxvYWRPcmRlciJdPTE3LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InovMS4yLjExIix9LH0sbXBhdGhBPXsiL2NvbnRyaWIvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDIvTkNFUERFVi9mdjMtY2FtL0R1c2FuLkpvdmljL3Vmcy9wcjE4L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL2hlcmEuaW50ZWwiLCIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi9hcHBz";' export '_ModuleTable011_;' '_ModuleTable012_="L21vZHVsZXMvbW9kdWxlZmlsZXMvTGludXgiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L2NyYXlwZS9kZWZhdWx0L21vZHVsZWZpbGVzIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbCIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWxfaW1waSIsIi9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcyIsIi9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmU6L2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9M";' export '_ModuleTable012_;' '_ModuleTable013_="aW51eDovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzOi9vcHQvY3JheS9tb2R1bGVmaWxlczovb3B0L2NyYXkvY3JheXBlL2RlZmF1bHQvbW9kdWxlZmlsZXMiLH0=";' export '_ModuleTable013_;' '_ModuleTable_Sz_="13";' export '_ModuleTable_Sz_;' -++ BACIO_LIB4=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libbacio_v2.0.3_4.a -++ export BACIO_LIB4 -++ BACIO_LIB8=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libbacio_v2.0.3_8.a -++ export BACIO_LIB8 -++ BACIO_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/bacio_v2.0.3 -++ export BACIO_SRC -++ BACIO_VER=v2.0.3 -++ export BACIO_VER -++ __LMOD_REF_COUNT_CLASSPATH='/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/mpi.jar:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/daal.jar:1' -++ export __LMOD_REF_COUNT_CLASSPATH -++ CLASSPATH=/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/mpi.jar:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/daal.jar -++ export CLASSPATH -++ CMAKE_CXX_COMPILER=mpiicpc -++ export CMAKE_CXX_COMPILER -++ CMAKE_C_COMPILER=mpiicc -++ export CMAKE_C_COMPILER -++ CMAKE_Fortran_COMPILER=mpiifort -++ export CMAKE_Fortran_COMPILER -++ CMAKE_Platform=hera.intel -++ export CMAKE_Platform -++ COMP=intel -++ export COMP -++ __LMOD_REF_COUNT_CPATH='/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/include:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/include:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/pstl/include:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/include:2;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/include:1' -++ export __LMOD_REF_COUNT_CPATH -++ CPATH=/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/include:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/include:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/pstl/include:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/include:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/include -++ export CPATH -++ CRTM_FIX=/scratch2/NCEPDEV/nwprod/NCEPLIBS/fix/crtm_v2.2.6 -++ export CRTM_FIX -++ CRTM_INC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/crtm_v2.2.6 -++ export CRTM_INC -++ CRTM_LIB=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libcrtm_v2.2.6.a -++ export CRTM_LIB -++ CRTM_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/crtm_v2.2.6 -++ export CRTM_SRC -++ CRTM_VER=v2.2.6 -++ export CRTM_VER -++ ESMFMKFILE=/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/lib/esmf.mk -++ export ESMFMKFILE -++ G2TMPL_INC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/g2tmpl_v1.6.0 -++ export G2TMPL_INC -++ G2TMPL_LIB=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2tmpl_v1.6.0.a -++ export G2TMPL_LIB -++ G2TMPL_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/g2tmpl_v1.6.0/src -++ export G2TMPL_SRC -++ G2TMPL_VER=v1.6.0 -++ export G2TMPL_VER -++ G2_INC4=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/g2_v3.1.1_4 -++ export G2_INC4 -++ G2_INCd=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/g2_v3.1.1_d -++ export G2_INCd -++ G2_LIB4=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2_v3.1.1_4.a -++ export G2_LIB4 -++ G2_LIBd=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2_v3.1.1_d.a -++ export G2_LIBd -++ G2_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/g2_v3.1.1 -++ export G2_SRC -++ G2_VER=v3.1.1 -++ export G2_VER -++ GDBSERVER_MIC=/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/targets/intel64/x200/bin/gdbserver -++ export GDBSERVER_MIC -++ GDB_CROSS=/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/intel64/bin/gdb-ia -++ export GDB_CROSS -++ __LMOD_REF_COUNT_INFOPATH='/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/info:1;/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/info:1' -++ export __LMOD_REF_COUNT_INFOPATH -++ INFOPATH=/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/info:/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/info -++ export INFOPATH -++ __LMOD_REF_COUNT_INTEL_LICENSE_FILE='/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/licenses:1;/apps/intel/licenses:1' -++ export __LMOD_REF_COUNT_INTEL_LICENSE_FILE -++ INTEL_LICENSE_FILE=/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/licenses:/apps/intel/licenses -++ export INTEL_LICENSE_FILE -++ INTEL_PYTHONHOME=/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/python/intel64/ -++ export INTEL_PYTHONHOME -++ IPATH_NO_BACKTRACE=1 -++ export IPATH_NO_BACKTRACE -++ IP_INC4=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ip_v3.0.2_4 -++ export IP_INC4 -++ IP_INC8=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ip_v3.0.2_8 -++ export IP_INC8 -++ IP_INCd=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ip_v3.0.2_d -++ export IP_INCd -++ IP_LIB4=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libip_v3.0.2_4.a -++ export IP_LIB4 -++ IP_LIB8=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libip_v3.0.2_8.a -++ export IP_LIB8 -++ IP_LIBd=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libip_v3.0.2_d.a -++ export IP_LIBd -++ IP_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/ip_v3.0.2 -++ export IP_SRC -++ IP_VER=v3.0.2 -++ export IP_VER -++ I_MPI_CC=icc -++ export I_MPI_CC -++ I_MPI_F90=ifort -++ export I_MPI_F90 -++ I_MPI_HYDRA_BRANCH_COUNT=128 -++ export I_MPI_HYDRA_BRANCH_COUNT -++ I_MPI_HYDRA_PMI_CONNECT=alltoall -++ export I_MPI_HYDRA_PMI_CONNECT -++ I_MPI_ROOT=/apps/intel/compilers_and_libraries_2018/linux/mpi -++ export I_MPI_ROOT -++ I_MPI_TMI_PROVIDER=psm -++ export I_MPI_TMI_PROVIDER -++ JASPER_INC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/include/jasper_v1.900.1 -++ export JASPER_INC -++ JASPER_LIB=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/lib/libjasper_v1.900.1.a -++ export JASPER_LIB -++ JASPER_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/thirdParty -++ export JASPER_SRC -++ JASPER_VER=v1.900.1 -++ export JASPER_VER -++ __LMOD_REF_COUNT_LD_LIBRARY_PATH='/apps/netcdf/4.7.0/intel/18.0.5.274/lib:1;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib:1;/apps/slurm/default/lib:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/lib/intel64:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:2;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:2;/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/libipt/intel64/lib:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4:1' -++ export __LMOD_REF_COUNT_LD_LIBRARY_PATH -++ LD_LIBRARY_PATH=/apps/netcdf/4.7.0/intel/18.0.5.274/lib:/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib::/apps/slurm/default/lib:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/lib/intel64:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/libipt/intel64/lib:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4 -++ export LD_LIBRARY_PATH -++ __LMOD_REF_COUNT_LIBRARY_PATH='/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:2;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4:1' -++ export __LMOD_REF_COUNT_LIBRARY_PATH -++ LIBRARY_PATH=/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4 -++ export LIBRARY_PATH -++ LIB_NAME=POST -++ export LIB_NAME -++ LMOD_FAMILY_COMPILER=intel -++ export LMOD_FAMILY_COMPILER -++ LMOD_FAMILY_COMPILER_VERSION=18.0.5.274 -++ export LMOD_FAMILY_COMPILER_VERSION -++ LMOD_FAMILY_MPI=impi -++ export LMOD_FAMILY_MPI -++ LMOD_FAMILY_MPI_VERSION=2018.0.4 -++ export LMOD_FAMILY_MPI_VERSION -++ __LMOD_REF_COUNT_LOADEDMODULES='contrib:1;sutils/default:1;intel/18.0.5.274:1;impi/2018.0.4:1;netcdf/4.7.0:1;bacio/2.0.3:1;ip/3.0.2:1;nemsio/2.2.4:1;sp/2.0.3:1;w3emc/2.3.1:1;w3nco/2.0.7:1;g2/3.1.1:1;g2tmpl/1.6.0:1;crtm/2.2.6:1;jasper/1.900.1:1;png/1.2.44:1;z/1.2.11:1;post/8.0.1:1;esmf/8.0.0:1;cmake/3.9.0:1;fv3:1' -++ export __LMOD_REF_COUNT_LOADEDMODULES -++ LOADEDMODULES=contrib:sutils/default:intel/18.0.5.274:impi/2018.0.4:netcdf/4.7.0:bacio/2.0.3:ip/3.0.2:nemsio/2.2.4:sp/2.0.3:w3emc/2.3.1:w3nco/2.0.7:g2/3.1.1:g2tmpl/1.6.0:crtm/2.2.6:jasper/1.900.1:png/1.2.44:z/1.2.11:post/8.0.1:esmf/8.0.0:cmake/3.9.0:fv3 -++ export LOADEDMODULES -++ __LMOD_REF_COUNT_MANPATH='/apps/netcdf/4.7.0/intel/18.0.5.274/share/man:1;/apps/intel/compilers_and_libraries_2018/linux/mpi/man:1;/apps/intel/parallel_studio_xe_2018.4.057/man/common:1;/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/man:1;/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/man:1;/apps/lmod/lmod/share/man:1;/apps/local/man:1;/apps/slurm/default/share/man:1;/apps/slurm/tools/sbank/share/man:1' -++ export __LMOD_REF_COUNT_MANPATH -++ MANPATH=/apps/netcdf/4.7.0/intel/18.0.5.274/share/man:/apps/intel/compilers_and_libraries_2018/linux/mpi/man:/apps/intel/parallel_studio_xe_2018.4.057/man/common:/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/man:/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/man:/apps/lmod/lmod/share/man::/apps/local/man:/apps/slurm/default/share/man:/apps/slurm/tools/sbank/share/man -++ export MANPATH -++ __LMOD_REF_COUNT_MODULEPATH='/contrib/modulefiles:3;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:2;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1;/apps/modules/modulefamilies/intel:1;/apps/modules/modulefamilies/intel_impi:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles:1' -++ export __LMOD_REF_COUNT_MODULEPATH -++ MODULEPATH=/contrib/modulefiles:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles:/apps/modules/modulefamilies/intel:/apps/modules/modulefamilies/intel_impi:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles -++ export MODULEPATH -++ MPM_LAUNCHER=/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/mpm/mic/bin/start_mpm.sh -++ export MPM_LAUNCHER -++ NCEPLIBS=/scratch2/NCEPDEV/nwprod/NCEPLIBS -++ export NCEPLIBS -++ NEMSIO_INC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/nemsio_v2.2.4 -++ export NEMSIO_INC -++ NEMSIO_LIB=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libnemsio_v2.2.4.a -++ export NEMSIO_LIB -++ NEMSIO_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/nemsio_v2.2.4 -++ export NEMSIO_SRC -++ NEMSIO_VER=v2.2.4 -++ export NEMSIO_VER -++ NETCDF=/apps/netcdf/4.7.0/intel/18.0.5.274 -++ export NETCDF -++ __LMOD_REF_COUNT_NLSPATH='/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64/locale/%l_%t/%N:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin/locale/%l_%t/%N:1;/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/intel64/share/locale/%l_%t/%N:1' -++ export __LMOD_REF_COUNT_NLSPATH -++ NLSPATH=/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64/locale/%l_%t/%N:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin/locale/%l_%t/%N:/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/intel64/share/locale/%l_%t/%N -++ export NLSPATH -++ __LMOD_REF_COUNT_PATH='/contrib/cmake/3.9.0/bin:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/bin:1;/apps/netcdf/4.7.0/intel/18.0.5.274/bin:1;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/bin/intel64:1;/contrib/sutils/bin:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:1;/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/opt/ibutils/bin:1;/apps/local/bin:1;/apps/local/sbin:1;/apps/slurm/default/tools:1;/apps/slurm/default/bin:1;/apps/slurm/default/sbin:1;/apps/slurm/tools/sbank/bin:1;/home/Dusan.Jovic/bin:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/dbrowse:1' -++ export __LMOD_REF_COUNT_PATH -++ PATH=/contrib/cmake/3.9.0/bin:/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/bin:/apps/netcdf/4.7.0/intel/18.0.5.274/bin:/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/bin/intel64:/contrib/sutils/bin:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/opt/ibutils/bin:/apps/local/bin:/apps/local/sbin:/apps/slurm/default/tools:/apps/slurm/default/bin:/apps/slurm/default/sbin:/apps/slurm/tools/sbank/bin:/home/Dusan.Jovic/bin:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/dbrowse -++ export PATH -++ __LMOD_REF_COUNT_PKG_CONFIG_PATH=/apps/intel/compilers_and_libraries_2018/linux/mkl/bin/pkgconfig:1 -++ export __LMOD_REF_COUNT_PKG_CONFIG_PATH -++ PKG_CONFIG_PATH=/apps/intel/compilers_and_libraries_2018/linux/mkl/bin/pkgconfig -++ export PKG_CONFIG_PATH -++ PNG_INC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/png_v1.2.44 -++ export PNG_INC -++ PNG_LIB=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libpng_v1.2.44.a -++ export PNG_LIB -++ PNG_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/thirdParty -++ export PNG_SRC -++ PNG_VER=v1.2.44 -++ export PNG_VER -++ POST_INC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ncep_post_v8.0.1_4 -++ export POST_INC -++ POST_LIB=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libncep_post_v8.0.1_4.a -++ export POST_LIB -++ POST_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/post_v8.0.1 -++ export POST_SRC -++ POST_VER=v8.0.1 -++ export POST_VER -++ SLURM_UTILS_PATH=/contrib/sutils/bin -++ export SLURM_UTILS_PATH -++ SP_LIB4=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_4.a -++ export SP_LIB4 -++ SP_LIB8=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_8.a -++ export SP_LIB8 -++ SP_LIBd=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_d.a -++ export SP_LIBd -++ SP_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/sp_v2.0.3 -++ export SP_SRC -++ SP_VER=v2.0.3 -++ export SP_VER -++ W3EMC_INC4=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/w3emc_v2.3.1_4 -++ export W3EMC_INC4 -++ W3EMC_INC8=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/w3emc_v2.3.1_8 -++ export W3EMC_INC8 -++ W3EMC_INCd=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/w3emc_v2.3.1_d -++ export W3EMC_INCd -++ W3EMC_LIB4=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_4.a -++ export W3EMC_LIB4 -++ W3EMC_LIB8=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_8.a -++ export W3EMC_LIB8 -++ W3EMC_LIBd=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_d.a -++ export W3EMC_LIBd -++ W3EMC_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/w3emc_v2.3.1 -++ export W3EMC_SRC -++ W3EMC_VER=v2.3.1 -++ export W3EMC_VER -++ W3NCO_LIB4=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_4.a -++ export W3NCO_LIB4 -++ W3NCO_LIB8=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_8.a -++ export W3NCO_LIB8 -++ W3NCO_LIBd=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_d.a -++ export W3NCO_LIBd -++ W3NCO_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/w3nco_v2.0.7 -++ export W3NCO_SRC -++ W3NCO_VER=v2.0.7 -++ export W3NCO_VER -++ Z_INC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/z_v1.2.11 -++ export Z_INC -++ Z_LIB=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libz_v1.2.11.a -++ export Z_LIB -++ Z_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/thirdParty -++ export Z_SRC -++ Z_VER=v1.2.11 -++ export Z_VER -++ __LMOD_REF_COUNT__LMFILES_='/apps/modules/modulefiles/contrib:1;/contrib/modulefiles/sutils/default:1;/apps/modules/modulefiles/intel/18.0.5.274:1;/apps/modules/modulefamilies/intel/impi/2018.0.4:1;/apps/modules/modulefamilies/intel/netcdf/4.7.0:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/bacio/2.0.3:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/ip/3.0.2:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/nemsio/2.2.4:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/sp/2.0.3:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3emc/2.3.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3nco/2.0.7:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2/3.1.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2tmpl/1.6.0:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/crtm/2.2.6:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/jasper/1.900.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/png/1.2.44:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/z/1.2.11:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/post/8.0.1:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles/esmf/8.0.0:1;/contrib/modulefiles/cmake/3.9.0:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel/fv3:1' -++ export __LMOD_REF_COUNT__LMFILES_ -++ _LMFILES_=/apps/modules/modulefiles/contrib:/contrib/modulefiles/sutils/default:/apps/modules/modulefiles/intel/18.0.5.274:/apps/modules/modulefamilies/intel/impi/2018.0.4:/apps/modules/modulefamilies/intel/netcdf/4.7.0:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/bacio/2.0.3:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/ip/3.0.2:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/nemsio/2.2.4:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/sp/2.0.3:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3emc/2.3.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3nco/2.0.7:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2/3.1.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2tmpl/1.6.0:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/crtm/2.2.6:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/jasper/1.900.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/png/1.2.44:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/z/1.2.11:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/post/8.0.1:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles/esmf/8.0.0:/contrib/modulefiles/cmake/3.9.0:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel/fv3 -++ export _LMFILES_ -++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJpbXBpIix9LG1UPXtiYWNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvYmFjaW8vMi4wLjMiLFsiZnVsbE5hbWUiXT0iYmFjaW8vMi4wLjMiLFsibG9hZE9yZGVyIl09Nixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJiYWNpby8yLjAuMyIsfSxjbWFrZT17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9jbWFrZS8zLjkuMCIsWyJmdWxs -++ export _ModuleTable001_ -++ _ModuleTable002_=TmFtZSJdPSJjbWFrZS8zLjkuMCIsWyJsb2FkT3JkZXIiXT0yMCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjbWFrZS8zLjkuMCIsfSxjb250cmliPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvY29udHJpYiIsWyJmdWxsTmFtZSJdPSJjb250cmliIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY29udHJpYiIsfSxjcnRtPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9jcnRtLzIuMi42IixbImZ1bGxOYW1lIl09ImNydG0vMi4yLjYiLFsibG9hZE9yZGVy -++ export _ModuleTable002_ -++ _ModuleTable003_=Il09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL2Z2My1jYW0vRHVzYW4uSm92aWMvdWZzL3ByMTgvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvaGVyYS5pbnRlbC9mdjMiLFsi -++ export _ModuleTable003_ -++ _ModuleTable004_=ZnVsbE5hbWUiXT0iZnYzIixbImxvYWRPcmRlciJdPTIxLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTAsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImZ2MyIsfSxnMj17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzIvMy4xLjEiLFsiZnVsbE5hbWUiXT0iZzIvMy4xLjEiLFsibG9hZE9yZGVyIl09MTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZzIvMy4xLjEiLH0sZzJ0bXBsPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9nMnRtcGwvMS42LjAiLFsiZnVsbE5hbWUiXT0iZzJ0bXBsLzEuNi4w -++ export _ModuleTable004_ -++ _ModuleTable005_=IixbImxvYWRPcmRlciJdPTEzLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcydG1wbC8xLjYuMCIsfSxpbXBpPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwvaW1waS8yMDE4LjAuNCIsWyJmdWxsTmFtZSJdPSJpbXBpLzIwMTguMC40IixbImxvYWRPcmRlciJdPTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW1waS8yMDE4LjAuNCIsfSxpbnRlbD17WyJmbiJdPSIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL2ludGVsLzE4LjAuNS4yNzQiLFsiZnVsbE5hbWUiXT0iaW50ZWwvMTguMC41LjI3NCIsWyJsb2FkT3JkZXIi -++ export _ModuleTable005_ -++ _ModuleTable006_=XT0zLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImludGVsLzE4LjAuNS4yNzQiLH0saXA9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2lwLzMuMC4yIixbImZ1bGxOYW1lIl09ImlwLzMuMC4yIixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaXAvMy4wLjIiLH0samFzcGVyPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9qYXNwZXIvMS45MDAuMSIsWyJmdWxsTmFtZSJdPSJqYXNwZXIvMS45MDAuMSIsWyJsb2FkT3JkZXIi -++ export _ModuleTable006_ -++ _ModuleTable007_=XT0xNSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJqYXNwZXIvMS45MDAuMSIsfSxuZW1zaW89e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL25lbXNpby8yLjIuNCIsWyJmdWxsTmFtZSJdPSJuZW1zaW8vMi4yLjQiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZW1zaW8vMi4yLjQiLH0sbmV0Y2RmPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwvbmV0Y2RmLzQuNy4wIixbImZ1bGxOYW1lIl09Im5ldGNkZi80LjcuMCIsWyJsb2FkT3JkZXIi -++ export _ModuleTable007_ -++ _ModuleTable008_=XT01LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5ldGNkZi80LjcuMCIsfSxwbmc9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3BuZy8xLjIuNDQiLFsiZnVsbE5hbWUiXT0icG5nLzEuMi40NCIsWyJsb2FkT3JkZXIiXT0xNixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJwbmcvMS4yLjQ0Iix9LHBvc3Q9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3Bvc3QvOC4wLjEiLFsiZnVsbE5hbWUiXT0icG9zdC84LjAuMSIsWyJsb2FkT3JkZXIiXT0xOCxw -++ export _ModuleTable008_ -++ _ModuleTable009_=cm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJwb3N0LzguMC4xIix9LHNwPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9zcC8yLjAuMyIsWyJmdWxsTmFtZSJdPSJzcC8yLjAuMyIsWyJsb2FkT3JkZXIiXT05LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InNwLzIuMC4zIix9LHN1dGlscz17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9zdXRpbHMvZGVmYXVsdCIsWyJmdWxsTmFtZSJdPSJzdXRpbHMvZGVmYXVsdCIsWyJsb2FkT3JkZXIiXT0yLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0 -++ export _ModuleTable009_ -++ _ModuleTable010_=dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InN1dGlscyIsfSx3M2VtYz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNlbWMvMi4zLjEiLFsiZnVsbE5hbWUiXT0idzNlbWMvMi4zLjEiLFsibG9hZE9yZGVyIl09MTAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNlbWMvMi4zLjEiLH0sdzNuY289e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czbmNvLzIuMC43IixbImZ1bGxOYW1lIl09InczbmNvLzIuMC43IixbImxvYWRPcmRlciJdPTExLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMi -++ export _ModuleTable010_ -++ _ModuleTable011_=XT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHo9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3ovMS4yLjExIixbImZ1bGxOYW1lIl09InovMS4yLjExIixbImxvYWRPcmRlciJdPTE3LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InovMS4yLjExIix9LH0sbXBhdGhBPXsiL2NvbnRyaWIvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDIvTkNFUERFVi9mdjMtY2FtL0R1c2FuLkpvdmljL3Vmcy9wcjE4L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL2hlcmEuaW50ZWwiLCIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi9hcHBz -++ export _ModuleTable011_ -++ _ModuleTable012_=L21vZHVsZXMvbW9kdWxlZmlsZXMvTGludXgiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L2NyYXlwZS9kZWZhdWx0L21vZHVsZWZpbGVzIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbCIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWxfaW1waSIsIi9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcyIsIi9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmU6L2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9M -++ export _ModuleTable012_ -++ _ModuleTable013_=aW51eDovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzOi9vcHQvY3JheS9tb2R1bGVmaWxlczovb3B0L2NyYXkvY3JheXBlL2RlZmF1bHQvbW9kdWxlZmlsZXMiLH0= -++ export _ModuleTable013_ -++ _ModuleTable_Sz_=13 -++ export _ModuleTable_Sz_ -++ : -s sh -+ eval -+ module list -++ /apps/lmod/7.7.18/libexec/lmod bash list -+ eval echo ''\'''\'';' echo ''\''Currently'\''' ''\''Loaded'\''' ''\''Modules:'\'';' echo ''\'''\''' ''\'''\''' ''\''1)'\''' ''\''contrib'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''7)'\''' ''\''ip/3.0.2'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''13)'\''' ''\''g2tmpl/1.6.0'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''19)'\''' ''\''esmf/8.0.0'\'';' echo ''\'''\''' ''\'''\''' ''\''2)'\''' ''\''sutils/default'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''8)'\''' ''\''nemsio/2.2.4'\''' ''\'''\''' ''\''14)'\''' ''\''crtm/2.2.6'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''20)'\''' ''\''cmake/3.9.0'\'';' echo ''\'''\''' ''\'''\''' ''\''3)'\''' ''\''intel/18.0.5.274'\''' ''\'''\''' ''\'''\''' ''\''9)'\''' ''\''sp/2.0.3'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''15)'\''' ''\''jasper/1.900.1'\''' ''\'''\''' ''\''21)'\''' ''\''fv3'\'';' echo ''\'''\''' ''\'''\''' ''\''4)'\''' ''\''impi/2018.0.4'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''10)'\''' ''\''w3emc/2.3.1'\''' ''\'''\''' ''\'''\''' ''\''16)'\''' ''\''png/1.2.44'\'';' echo ''\'''\''' ''\'''\''' ''\''5)'\''' ''\''netcdf/4.7.0'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''11)'\''' ''\''w3nco/2.0.7'\''' ''\'''\''' ''\'''\''' ''\''17)'\''' ''\''z/1.2.11'\'';' echo ''\'''\''' ''\'''\''' ''\''6)'\''' ''\''bacio/2.0.3'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''12)'\''' ''\''g2/3.1.1'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''18)'\''' ''\''post/8.0.1'\'';' echo ''\'''\'';' echo ''\'''\''' ''\'''\'';' echo ''\'''\'';' 'MODULEPATH="/contrib/modulefiles:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles:/apps/modules/modulefamilies/intel:/apps/modules/modulefamilies/intel_impi:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles";' export 'MODULEPATH;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJpbXBpIix9LG1UPXtiYWNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvYmFjaW8vMi4wLjMiLFsiZnVsbE5hbWUiXT0iYmFjaW8vMi4wLjMiLFsibG9hZE9yZGVyIl09Nixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJiYWNpby8yLjAuMyIsfSxjbWFrZT17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9jbWFrZS8zLjkuMCIsWyJmdWxs";' export '_ModuleTable001_;' '_ModuleTable002_="TmFtZSJdPSJjbWFrZS8zLjkuMCIsWyJsb2FkT3JkZXIiXT0yMCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjbWFrZS8zLjkuMCIsfSxjb250cmliPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvY29udHJpYiIsWyJmdWxsTmFtZSJdPSJjb250cmliIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY29udHJpYiIsfSxjcnRtPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9jcnRtLzIuMi42IixbImZ1bGxOYW1lIl09ImNydG0vMi4yLjYiLFsibG9hZE9yZGVy";' export '_ModuleTable002_;' '_ModuleTable003_="Il09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL2Z2My1jYW0vRHVzYW4uSm92aWMvdWZzL3ByMTgvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvaGVyYS5pbnRlbC9mdjMiLFsi";' export '_ModuleTable003_;' '_ModuleTable004_="ZnVsbE5hbWUiXT0iZnYzIixbImxvYWRPcmRlciJdPTIxLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTAsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImZ2MyIsfSxnMj17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzIvMy4xLjEiLFsiZnVsbE5hbWUiXT0iZzIvMy4xLjEiLFsibG9hZE9yZGVyIl09MTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZzIvMy4xLjEiLH0sZzJ0bXBsPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9nMnRtcGwvMS42LjAiLFsiZnVsbE5hbWUiXT0iZzJ0bXBsLzEuNi4w";' export '_ModuleTable004_;' '_ModuleTable005_="IixbImxvYWRPcmRlciJdPTEzLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcydG1wbC8xLjYuMCIsfSxpbXBpPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwvaW1waS8yMDE4LjAuNCIsWyJmdWxsTmFtZSJdPSJpbXBpLzIwMTguMC40IixbImxvYWRPcmRlciJdPTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW1waS8yMDE4LjAuNCIsfSxpbnRlbD17WyJmbiJdPSIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL2ludGVsLzE4LjAuNS4yNzQiLFsiZnVsbE5hbWUiXT0iaW50ZWwvMTguMC41LjI3NCIsWyJsb2FkT3JkZXIi";' export '_ModuleTable005_;' '_ModuleTable006_="XT0zLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImludGVsLzE4LjAuNS4yNzQiLH0saXA9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2lwLzMuMC4yIixbImZ1bGxOYW1lIl09ImlwLzMuMC4yIixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaXAvMy4wLjIiLH0samFzcGVyPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9qYXNwZXIvMS45MDAuMSIsWyJmdWxsTmFtZSJdPSJqYXNwZXIvMS45MDAuMSIsWyJsb2FkT3JkZXIi";' export '_ModuleTable006_;' '_ModuleTable007_="XT0xNSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJqYXNwZXIvMS45MDAuMSIsfSxuZW1zaW89e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL25lbXNpby8yLjIuNCIsWyJmdWxsTmFtZSJdPSJuZW1zaW8vMi4yLjQiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZW1zaW8vMi4yLjQiLH0sbmV0Y2RmPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwvbmV0Y2RmLzQuNy4wIixbImZ1bGxOYW1lIl09Im5ldGNkZi80LjcuMCIsWyJsb2FkT3JkZXIi";' export '_ModuleTable007_;' '_ModuleTable008_="XT01LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5ldGNkZi80LjcuMCIsfSxwbmc9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3BuZy8xLjIuNDQiLFsiZnVsbE5hbWUiXT0icG5nLzEuMi40NCIsWyJsb2FkT3JkZXIiXT0xNixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJwbmcvMS4yLjQ0Iix9LHBvc3Q9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3Bvc3QvOC4wLjEiLFsiZnVsbE5hbWUiXT0icG9zdC84LjAuMSIsWyJsb2FkT3JkZXIiXT0xOCxw";' export '_ModuleTable008_;' '_ModuleTable009_="cm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJwb3N0LzguMC4xIix9LHNwPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9zcC8yLjAuMyIsWyJmdWxsTmFtZSJdPSJzcC8yLjAuMyIsWyJsb2FkT3JkZXIiXT05LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InNwLzIuMC4zIix9LHN1dGlscz17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9zdXRpbHMvZGVmYXVsdCIsWyJmdWxsTmFtZSJdPSJzdXRpbHMvZGVmYXVsdCIsWyJsb2FkT3JkZXIiXT0yLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0";' export '_ModuleTable009_;' '_ModuleTable010_="dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InN1dGlscyIsfSx3M2VtYz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNlbWMvMi4zLjEiLFsiZnVsbE5hbWUiXT0idzNlbWMvMi4zLjEiLFsibG9hZE9yZGVyIl09MTAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNlbWMvMi4zLjEiLH0sdzNuY289e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czbmNvLzIuMC43IixbImZ1bGxOYW1lIl09InczbmNvLzIuMC43IixbImxvYWRPcmRlciJdPTExLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMi";' export '_ModuleTable010_;' '_ModuleTable011_="XT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHo9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3ovMS4yLjExIixbImZ1bGxOYW1lIl09InovMS4yLjExIixbImxvYWRPcmRlciJdPTE3LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InovMS4yLjExIix9LH0sbXBhdGhBPXsiL2NvbnRyaWIvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDIvTkNFUERFVi9mdjMtY2FtL0R1c2FuLkpvdmljL3Vmcy9wcjE4L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL2hlcmEuaW50ZWwiLCIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi9hcHBz";' export '_ModuleTable011_;' '_ModuleTable012_="L21vZHVsZXMvbW9kdWxlZmlsZXMvTGludXgiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L2NyYXlwZS9kZWZhdWx0L21vZHVsZWZpbGVzIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbCIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWxfaW1waSIsIi9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcyIsIi9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmU6L2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9M";' export '_ModuleTable012_;' '_ModuleTable013_="aW51eDovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzOi9vcHQvY3JheS9tb2R1bGVmaWxlczovb3B0L2NyYXkvY3JheXBlL2RlZmF1bHQvbW9kdWxlZmlsZXMiLH0=";' export '_ModuleTable013_;' '_ModuleTable_Sz_="13";' export '_ModuleTable_Sz_;' -++ echo '' - -++ echo Currently Loaded Modules: -Currently Loaded Modules: -++ echo '' '' '1)' contrib '' '' '' '' '' '' '' '' '' '' '' '7)' ip/3.0.2 '' '' '' '' '' '13)' g2tmpl/1.6.0 '' '' '' '19)' esmf/8.0.0 - 1) contrib 7) ip/3.0.2 13) g2tmpl/1.6.0 19) esmf/8.0.0 -++ echo '' '' '2)' sutils/default '' '' '' '' '8)' nemsio/2.2.4 '' '14)' crtm/2.2.6 '' '' '' '' '' '20)' cmake/3.9.0 - 2) sutils/default 8) nemsio/2.2.4 14) crtm/2.2.6 20) cmake/3.9.0 -++ echo '' '' '3)' intel/18.0.5.274 '' '' '9)' sp/2.0.3 '' '' '' '' '' '15)' jasper/1.900.1 '' '21)' fv3 - 3) intel/18.0.5.274 9) sp/2.0.3 15) jasper/1.900.1 21) fv3 -++ echo '' '' '4)' impi/2018.0.4 '' '' '' '' '10)' w3emc/2.3.1 '' '' '16)' png/1.2.44 - 4) impi/2018.0.4 10) w3emc/2.3.1 16) png/1.2.44 -++ echo '' '' '5)' netcdf/4.7.0 '' '' '' '' '' '11)' w3nco/2.0.7 '' '' '17)' z/1.2.11 - 5) netcdf/4.7.0 11) w3nco/2.0.7 17) z/1.2.11 -++ echo '' '' '6)' bacio/2.0.3 '' '' '' '' '' '' '12)' g2/3.1.1 '' '' '' '' '' '18)' post/8.0.1 - 6) bacio/2.0.3 12) g2/3.1.1 18) post/8.0.1 -++ echo '' - -++ echo '' '' - -++ echo '' - -++ MODULEPATH=/contrib/modulefiles:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles:/apps/modules/modulefamilies/intel:/apps/modules/modulefamilies/intel_impi:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles -++ export MODULEPATH -++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJpbXBpIix9LG1UPXtiYWNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvYmFjaW8vMi4wLjMiLFsiZnVsbE5hbWUiXT0iYmFjaW8vMi4wLjMiLFsibG9hZE9yZGVyIl09Nixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJiYWNpby8yLjAuMyIsfSxjbWFrZT17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9jbWFrZS8zLjkuMCIsWyJmdWxs -++ export _ModuleTable001_ -++ _ModuleTable002_=TmFtZSJdPSJjbWFrZS8zLjkuMCIsWyJsb2FkT3JkZXIiXT0yMCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjbWFrZS8zLjkuMCIsfSxjb250cmliPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvY29udHJpYiIsWyJmdWxsTmFtZSJdPSJjb250cmliIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY29udHJpYiIsfSxjcnRtPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9jcnRtLzIuMi42IixbImZ1bGxOYW1lIl09ImNydG0vMi4yLjYiLFsibG9hZE9yZGVy -++ export _ModuleTable002_ -++ _ModuleTable003_=Il09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL2Z2My1jYW0vRHVzYW4uSm92aWMvdWZzL3ByMTgvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvaGVyYS5pbnRlbC9mdjMiLFsi -++ export _ModuleTable003_ -++ _ModuleTable004_=ZnVsbE5hbWUiXT0iZnYzIixbImxvYWRPcmRlciJdPTIxLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTAsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImZ2MyIsfSxnMj17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzIvMy4xLjEiLFsiZnVsbE5hbWUiXT0iZzIvMy4xLjEiLFsibG9hZE9yZGVyIl09MTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZzIvMy4xLjEiLH0sZzJ0bXBsPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9nMnRtcGwvMS42LjAiLFsiZnVsbE5hbWUiXT0iZzJ0bXBsLzEuNi4w -++ export _ModuleTable004_ -++ _ModuleTable005_=IixbImxvYWRPcmRlciJdPTEzLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcydG1wbC8xLjYuMCIsfSxpbXBpPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwvaW1waS8yMDE4LjAuNCIsWyJmdWxsTmFtZSJdPSJpbXBpLzIwMTguMC40IixbImxvYWRPcmRlciJdPTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW1waS8yMDE4LjAuNCIsfSxpbnRlbD17WyJmbiJdPSIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL2ludGVsLzE4LjAuNS4yNzQiLFsiZnVsbE5hbWUiXT0iaW50ZWwvMTguMC41LjI3NCIsWyJsb2FkT3JkZXIi -++ export _ModuleTable005_ -++ _ModuleTable006_=XT0zLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImludGVsLzE4LjAuNS4yNzQiLH0saXA9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2lwLzMuMC4yIixbImZ1bGxOYW1lIl09ImlwLzMuMC4yIixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaXAvMy4wLjIiLH0samFzcGVyPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9qYXNwZXIvMS45MDAuMSIsWyJmdWxsTmFtZSJdPSJqYXNwZXIvMS45MDAuMSIsWyJsb2FkT3JkZXIi -++ export _ModuleTable006_ -++ _ModuleTable007_=XT0xNSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJqYXNwZXIvMS45MDAuMSIsfSxuZW1zaW89e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL25lbXNpby8yLjIuNCIsWyJmdWxsTmFtZSJdPSJuZW1zaW8vMi4yLjQiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZW1zaW8vMi4yLjQiLH0sbmV0Y2RmPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwvbmV0Y2RmLzQuNy4wIixbImZ1bGxOYW1lIl09Im5ldGNkZi80LjcuMCIsWyJsb2FkT3JkZXIi -++ export _ModuleTable007_ -++ _ModuleTable008_=XT01LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5ldGNkZi80LjcuMCIsfSxwbmc9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3BuZy8xLjIuNDQiLFsiZnVsbE5hbWUiXT0icG5nLzEuMi40NCIsWyJsb2FkT3JkZXIiXT0xNixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJwbmcvMS4yLjQ0Iix9LHBvc3Q9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3Bvc3QvOC4wLjEiLFsiZnVsbE5hbWUiXT0icG9zdC84LjAuMSIsWyJsb2FkT3JkZXIiXT0xOCxw -++ export _ModuleTable008_ -++ _ModuleTable009_=cm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJwb3N0LzguMC4xIix9LHNwPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9zcC8yLjAuMyIsWyJmdWxsTmFtZSJdPSJzcC8yLjAuMyIsWyJsb2FkT3JkZXIiXT05LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InNwLzIuMC4zIix9LHN1dGlscz17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9zdXRpbHMvZGVmYXVsdCIsWyJmdWxsTmFtZSJdPSJzdXRpbHMvZGVmYXVsdCIsWyJsb2FkT3JkZXIiXT0yLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0 -++ export _ModuleTable009_ -++ _ModuleTable010_=dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InN1dGlscyIsfSx3M2VtYz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNlbWMvMi4zLjEiLFsiZnVsbE5hbWUiXT0idzNlbWMvMi4zLjEiLFsibG9hZE9yZGVyIl09MTAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNlbWMvMi4zLjEiLH0sdzNuY289e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czbmNvLzIuMC43IixbImZ1bGxOYW1lIl09InczbmNvLzIuMC43IixbImxvYWRPcmRlciJdPTExLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMi -++ export _ModuleTable010_ -++ _ModuleTable011_=XT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHo9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3ovMS4yLjExIixbImZ1bGxOYW1lIl09InovMS4yLjExIixbImxvYWRPcmRlciJdPTE3LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InovMS4yLjExIix9LH0sbXBhdGhBPXsiL2NvbnRyaWIvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDIvTkNFUERFVi9mdjMtY2FtL0R1c2FuLkpvdmljL3Vmcy9wcjE4L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL2hlcmEuaW50ZWwiLCIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi9hcHBz -++ export _ModuleTable011_ -++ _ModuleTable012_=L21vZHVsZXMvbW9kdWxlZmlsZXMvTGludXgiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L2NyYXlwZS9kZWZhdWx0L21vZHVsZWZpbGVzIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbCIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWxfaW1waSIsIi9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcyIsIi9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmU6L2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9M -++ export _ModuleTable012_ -++ _ModuleTable013_=aW51eDovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzOi9vcHQvY3JheS9tb2R1bGVmaWxlczovb3B0L2NyYXkvY3JheXBlL2RlZmF1bHQvbW9kdWxlZmlsZXMiLH0= -++ export _ModuleTable013_ -++ _ModuleTable_Sz_=13 -++ export _ModuleTable_Sz_ -++ : -s sh -+ eval -+ cd build_fv3_2 -+ cmake /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model -DWW3=Y --- The C compiler identification is Intel 18.0.5.20180823 --- The CXX compiler identification is Intel 18.0.5.20180823 --- The Fortran compiler identification is Intel 18.0.5.20180823 --- Check for working C compiler: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiicc --- Check for working C compiler: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiicc -- works --- Detecting C compiler ABI info --- Detecting C compiler ABI info - done --- Detecting C compile features --- Detecting C compile features - done --- Check for working CXX compiler: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiicpc --- Check for working CXX compiler: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiicpc -- works --- Detecting CXX compiler ABI info --- Detecting CXX compiler ABI info - done --- Detecting CXX compile features --- Detecting CXX compile features - done --- Check for working Fortran compiler: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort --- Check for working Fortran compiler: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -- works --- Detecting Fortran compiler ABI info --- Detecting Fortran compiler ABI info - done --- Checking whether /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort supports Fortran 90 --- Checking whether /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort supports Fortran 90 -- yes --- Found MPI_C: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpifort.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/release_mt/libmpi.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpigi.a;/usr/lib64/libdl.so;/usr/lib64/librt.so;/usr/lib64/libpthread.so --- Found MPI_CXX: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpicxx.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpifort.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/release_mt/libmpi.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpigi.a;/usr/lib64/libdl.so;/usr/lib64/librt.so;/usr/lib64/libpthread.so --- Found MPI_Fortran: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpifort.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/release_mt/libmpi.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpigi.a;/usr/lib64/libdl.so;/usr/lib64/librt.so;/usr/lib64/libpthread.so -ESMFMKFILE: /scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/lib/esmf.mk - Found ESMF: -ESMF_VERSION_MAJOR: 8 -ESMF_F90COMPILEPATHS: /scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod;/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include;/apps/netcdf/4.6.1/intel/16.1.150/include -ESMF_F90ESMFLINKRPATHS: -Wl,-rpath,/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/lib -ESMF_F90ESMFLINKLIBS: -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf --- Found ESMF: /scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod;/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include;/apps/netcdf/4.6.1/intel/16.1.150/include (found version "8.0.0") - -Setting configuration for hera.intel - -C compiler: Intel 18.0.5.20180823 (mpiicc) -CXX compiler: Intel 18.0.5.20180823 (mpiicpc) -Fortran compiler: Intel 18.0.5.20180823 (mpiifort) - -DEBUG is disabled -REPRO is disabled -32BIT is disabled -OPENMP is ENABLED -AVX2 is ENABLED -INLINE_POST is ENABLED - - -Selected physics package: gfs - -Build WW3: - run: /usr/bin/gmake WW3_PARCOMPN=4 WW3_COMP=hera ww3_nems - in: /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model/esmf - --- Configuring done --- Generating done --- Build files have been written to: /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_2 -+ make -j 8 -Scanning dependencies of target ww3_nems -Scanning dependencies of target fv3cpl -[ 0%] Building Fortran object FV3/cpl/CMakeFiles/fv3cpl.dir/module_cplfields.F90.o -[ 1%] Building Fortran object FV3/cpl/CMakeFiles/fv3cpl.dir/module_cap_cpl.F90.o -Scanning dependencies of target fms -Scanning dependencies of target gfsphysics -[ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/platform/platform.F90.o -[ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_parameter.F90.o -[ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_input.F90.o -[ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_core.F90.o -[ 2%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/machine.F.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/cloud_interpolator.F90.o -[ 3%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/co2hc.f.o -[ 3%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_io.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 3%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_composition.f.o -[ 4%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/efield.f.o -[ 5%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/wam_f107_kp_mod.f90.o -[ 5%] Building Fortran object CMakeFiles/fms.dir/FMS/random_numbers/MersenneTwister.F90.o -[ 6%] Building Fortran object CMakeFiles/fms.dir/FMS/sat_vapor_pres/sat_vapor_pres_k.F90.o -[ 6%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mersenne_twister.f.o -[ 6%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/GFDL_parse_tracers.F90.o -[ 6%] Linking Fortran static library libfv3cpl.a -[ 6%] Building Fortran object CMakeFiles/fms.dir/FMS/constants/constants.F90.o -[ 7%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/iounitdef.f.o -[ 7%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/namelist_soilveg.f.o -[ 7%] Built target fv3cpl -[ 7%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_wrf_utl.f90.o -[ 8%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_data.F90.o -[ 8%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/noahmp_tables.f90.o -[ 8%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_mp_radar.F90.o -[ 8%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/physcons.F90.o -[ 8%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/date_def.f.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 9%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/progtm_module.f.o -[ 9%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/aerclm_def.f.o -[ 9%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp.F90.o -[ 9%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2o_def.f.o -[ 9%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/physparam.f.o -[ 10%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ozne_def.f.o -[ 10%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gfs_phy_tracer_config.F.o -[ 10%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/surface_perturbation.F90.o -[ 10%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_sf_noahmp_glacier.f90.o -[ 11%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_sf_noahmplsm.f90.o -[ 11%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/iccn_def.f.o -[ 12%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/micro_mg_utils.F90.o -[ 12%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gfdl_cloud_microphys.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/tracer_const_h.f.o -[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/funcphys.f90.o -[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_ugwp_initialize.F90.o -[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radlw_param.f.o -[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radsw_param.f.o -[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_astronomy.f.o -[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_surface.f.o -[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_nst_parameters.f90.o -[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/aer_cloud.F.o -[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_mp_thompson_gfs.F90.o -[ 15%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_mp_wsm6_fv3.F90.o -[ 15%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/get_prs_fv3.f90.o -[ 16%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_cice.f.o -[ 16%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_diff.f.o -[ 16%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_ugwp_module.F90.o -[ 16%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/rascnvv2.f.o -[ 16%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_aerosols.f.o -[ 16%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_bfmicrophysics.f.o -[ 16%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_gases.f.o -[ 17%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radlw_datatb.f.o -ifort: command line warning #10121: overriding '-xCORE-AVX2' with '-xCORE-AVX-I' -[ 17%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_efp.F90.o -[ 18%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radsw_datatb.f.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 18%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_memutils.F90.o -[ 19%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_pset.F90.o -[ 19%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_nst_water_prop.f90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 20%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_type.F90.o -[ 20%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/wv_saturation.F.o -[ 21%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/gradient.F90.o -[ 21%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_domains.F90.o -[ 22%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cs_conv.F90.o -[ 22%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_diag.f.o -[ 22%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_ocean.f.o -[ 24%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_drv.f.o -[ 24%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_sice.f.o -[ 24%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_typedefs.F90.o -[ 25%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_clouds.f.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 25%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radlw_main.f.o -[ 25%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radsw_main.f.o -[ 25%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_nst_model.f90.o -[ 25%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cldmacro.F.o -[ 26%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cldwat2m_micro.F.o -[ 26%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/micro_mg2_0.F90.o -[ 26%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_nst.f.o -[ 26%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/micro_mg3_0.F90.o -[ 26%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_diagnostics.F90.o -[ 26%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_physics_driver.F90.o -[ 27%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_radiation_driver.F90.o -[ 27%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_restart.F90.o -[ 28%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_comm.F90.o -[ 28%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_io.F90.o -Compiling in MPI mode (with or without MPP) -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 28%] Building Fortran object CMakeFiles/fms.dir/FMS/memutils/memutils.F90.o -[ 28%] Building Fortran object CMakeFiles/fms.dir/FMS/fms/fms_io.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 29%] Building Fortran object CMakeFiles/fms.dir/FMS/fms/fms.F90.o -[ 29%] Building Fortran object CMakeFiles/fms.dir/FMS/time_manager/time_manager.F90.o -[ 29%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bicubic.F90.o -[ 29%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_conserve.F90.o -[ 29%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_spherical.F90.o -[ 29%] Building Fortran object CMakeFiles/fms.dir/FMS/axis_utils/axis_utils.F90.o -[ 30%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bilinear.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 30%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_grid.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 30%] Building Fortran object CMakeFiles/fms.dir/FMS/field_manager/field_manager.F90.o -[ 30%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/mosaic.F90.o -[ 31%] Building Fortran object CMakeFiles/fms.dir/FMS/topography/gaussian_topog.F90.o -[ 31%] Building Fortran object CMakeFiles/fms.dir/FMS/time_manager/get_cal_time.F90.o -[ 31%] Building Fortran object CMakeFiles/fms.dir/FMS/field_manager/fm_util.F90.o -[ 32%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp.F90.o -[ 32%] Building Fortran object CMakeFiles/fms.dir/FMS/time_interp/time_interp.F90.o -[ 32%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_data.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 33%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_types.F90.o -[ 34%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_axis.F90.o -[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_manifest.F90.o -[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/xbt_drop_rate_adjust.f90.o -[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/write_ocean_data.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_output.F90.o -[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/time_interp/time_interp_external.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 36%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_util.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 36%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_table.F90.o -[ 36%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_manager.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 36%] Building Fortran object CMakeFiles/fms.dir/FMS/data_override/data_override.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 36%] Building Fortran object CMakeFiles/fms.dir/FMS/exchange/stock_constants.F90.o -[ 37%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/coupler_types.F90.o -[ 37%] Building Fortran object CMakeFiles/fms.dir/FMS/astronomy/astronomy.F90.o -[ 38%] Building Fortran object CMakeFiles/fms.dir/FMS/block_control/block_control.F90.o -[ 39%] Building Fortran object CMakeFiles/fms.dir/FMS/column_diagnostics/column_diagnostics.F90.o -[ 39%] Building Fortran object CMakeFiles/fms.dir/FMS/amip_interp/amip_interp.F90.o -[ 39%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/atmos_ocean_fluxes.F90.o -[ 39%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/ensemble_manager.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters.F90.o -[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/exchange/xgrid.F90.o -[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft.F90.o -Compiling in MPI mode (with or without MPP) -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft99.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/interpolator/interpolator.F90.o -[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/grid.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_utilities.F90.o -[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core.F90.o -[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core_ecda.F90.o -[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/random_numbers/random_numbers.F90.o -[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/sat_vapor_pres/sat_vapor_pres.F90.o -[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/station_data/station_data.F90.o -[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/topography/topography.F90.o -[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/tracer_manager/tracer_manager.F90.o -[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/tridiagonal/tridiagonal.F90.o -[ 42%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/quicksort.F90.o -[ 43%] Building C object CMakeFiles/fms.dir/FMS/mosaic/create_xgrid.c.o -[ 43%] Building C object CMakeFiles/fms.dir/FMS/memutils/memuse.c.o -[ 43%] Building C object CMakeFiles/fms.dir/FMS/mosaic/gradient_c2l.c.o -[ 44%] Building C object CMakeFiles/fms.dir/FMS/mosaic/interp.c.o -[ 44%] Building C object CMakeFiles/fms.dir/FMS/mosaic/mosaic_util.c.o -[ 44%] Building C object CMakeFiles/fms.dir/FMS/mosaic/read_mosaic.c.o -[ 44%] Building C object CMakeFiles/fms.dir/FMS/affinity/affinity.c.o -[ 45%] Building C object CMakeFiles/fms.dir/FMS/mpp/nsclock.c.o -[ 45%] Building C object CMakeFiles/fms.dir/FMS/mpp/threadloc.c.o -[ 45%] Linking Fortran static library FMS/libfms.a -[ 45%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_driver.F90.o -[ 45%] Built target fms -[ 46%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_abstraction_layer.F90.o -[ 47%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2oc.f.o -[ 47%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_solar_heating.f.o -[ 48%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_tracer.f.o -[ 48%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ideaca.f.o -[ 48%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfcsub.F.o -[ 48%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ugwp_driver_v0.f.o -[ 48%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cnvc90.f.o -[ 48%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/dcyc2.f.o -[ 48%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/dcyc2.pre.rad.f.o -[ 48%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/get_prs.f.o -[ 48%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gocart_tracer_config_stub.f.o -[ 49%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gscond.f.o -[ 49%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gscondp.f.o -[ 49%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gwdc.f.o -[ 50%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gwdps.f.o -[ 50%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_orowam2017.f.o -[ 50%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2ohdc.f.o -[ 50%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2ophys.f.o -[ 50%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_co2.f.o -[ 50%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_dissipation.f.o -[ 51%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_ion.f.o -[ 51%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_h2o.f.o -[ 51%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_o2_o3.f.o -[ 52%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_phys.f.o -[ 52%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/lrgsclr.f.o -[ 52%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfpbl.f.o -[ 53%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfpblt.f.o -[ 53%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfpbltq.f.o -[ 53%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfscu.f.o -[ 54%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfscuq.f.o -[ 54%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninedmf.f.o -[ 54%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninedmf_hafs.f.o -[ 55%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninp.f.o -[ 55%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninp1.f.o -[ 55%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninq.f.o -[ 56%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninq1.f.o -[ 56%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninshoc.f.o -[ 56%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mstadb.f.o -[ 57%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mstadbtn2.f.o -[ 57%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mstadbtn.f.o -[ 57%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mstcnv.f.o -[ 58%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ozphys.f.o -[ 58%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ozphys_2015.f.o -[ 59%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/precpd_shoc.f.o -[ 59%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/precpd.f.o -[ 59%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/precpdp.f.o -[ 59%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/progt2.f.o -[ 59%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/rad_initialize.f.o -[ 60%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/rayleigh_damp.f.o -[ 60%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/rayleigh_damp_mesopause.f.o -[ 60%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/samfaerosols.f.o -[ 61%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/samfdeepcnv.f.o -[ 61%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/samfshalcnv.f.o -[ 61%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sascnv.f.o -[ 61%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sascnvn.f.o -[ 62%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/satmedmfvdif.f.o -[ 62%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/satmedmfvdifq.f.o -[ 62%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/set_soilveg.f.o -[ 62%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_noahmp_drv.f.o -[ 62%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sflx.f.o -[ 62%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcnv.f.o -[ 63%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcv.f.o -[ 63%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcv_1lyr.f.o -[ 63%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcv_fixdp.f.o -[ 63%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcv_opr.f.o -[ 63%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/tridi2t3.f.o -[ 63%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/calpreciptype.f90.o -[ 63%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gcm_shoc.f90.o -[ 64%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2ointerp.f90.o -[ 65%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ozinterp.f90.o -[ 65%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/iccninterp.f90.o -[ 65%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/aerinterp.f90.o -[ 66%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/num_parthds.F.o -[ 67%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gcycle.F90.o -[ 68%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_ugwp_utils.F90.o -[ 68%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_ugwp_triggers.F90.o -[ 68%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_ugwp_solvers.F90.o -[ 68%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_vert_lsatdis.F90.o -[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_vert_orodis.F90.o -[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_vert_wmsdis.F90.o -[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/m_micro_driver.F90.o -[ 70%] Linking Fortran static library libgfsphysics.a -[ 70%] Built target gfsphysics -Scanning dependencies of target ipd -[ 70%] Building Fortran object FV3/ipd/CMakeFiles/ipd.dir/IPD_typedefs.F90.o -[ 70%] Building Fortran object FV3/ipd/CMakeFiles/ipd.dir/IPD_driver.F90.o -[ 70%] Linking Fortran static library libipd.a -[ 70%] Built target ipd -Scanning dependencies of target io -[ 70%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_fv3_io_def.F90.o -[ 70%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_internal_state.F90.o -Scanning dependencies of target fv3core -[ 73%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/external_sst.F90.o -[ 73%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_fill.F90.o -[ 73%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_arrays.F90.o -[ 73%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/sim_nc_mod.F90.o -[ 73%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/DYCORE_typedefs.F90.o -[ 73%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_nemsio.F90.o -[ 74%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_netcdf.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 74%] Building Fortran object FV3/io/CMakeFiles/io.dir/post_gfs.F90.o -[ 74%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_mp_mod.F90.o -[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/sorted_index.F90.o -[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_timing.F90.o -[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_eta.F90.o -[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_cmp.F90.o -[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_sg.F90.o -[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/boundary.F90.o -[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_grid_utils.F90.o -[ 75%] Building Fortran object FV3/io/CMakeFiles/io.dir/FV3GFS_io.F90.o -[ 76%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_wrt_grid_comp.F90.o -[ 76%] Building Fortran object FV3/io/CMakeFiles/io.dir/post_nems_routines.F90.o -[ 76%] Building Fortran object FV3/io/CMakeFiles/io.dir/ffsync.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 77%] Linking Fortran static library libio.a -[ 77%] Built target io -[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_mapz.F90.o -[ 78%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/a2b_edge.F90.o -[ 78%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/tp_core.F90.o -[ 78%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_surf_map.F90.o -[ 78%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_grid_tools.F90.o -[ 78%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/init_hydro.F90.o -[ 79%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_treat_da_inc.F90.o -[ 79%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_iau_mod.F90.o -[ 79%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/sw_core.F90.o -[ 80%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_diagnostics.F90.o -[ 80%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_io.F90.o -[ 80%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/nh_utils.F90.o -[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/nh_core.F90.o -[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_nudge.F90.o -[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_regional_bc.F90.o -[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/test_cases.F90.o -[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/fv_nggps_diag.F90.o -[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_update_phys.F90.o -[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/dyn_core.F90.o -[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_tracer2d.F90.o -[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/external_ic.F90.o -[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_restart.F90.o -[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_control.F90.o -[ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_nesting.F90.o -[ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_dynamics.F90.o -[ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/atmosphere.F90.o -[ 85%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/multi_gases.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 85%] Linking Fortran static library libfv3core.a -[ 85%] Built target fv3core -Scanning dependencies of target stochastic_physics -[ 86%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_resol_def.f.o -[ 86%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/spectral_layout.F90.o -[ 86%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/update_ca.f90.o -[ 86%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_layout_lag.f.o -[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/glats_stochy.f.o -[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_namelist_def.F90.o -[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_gg_def.f.o -[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/compns_stochy.F90.o -[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/get_ls_node_stochy.f.o -[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/setlats_lag_stochy.f.o -[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/epslon_stochy.f.o -[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/get_lats_node_a_stochy.f.o -[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/gozrineo_stochy.f.o -[ 89%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/setlats_a_stochy.f.o -[ 90%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/pln2eo_stochy.f.o -[ 90%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/dezouv_stochy.f.o -[ 90%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/dozeuv_stochy.f.o -[ 90%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/four_to_grid_stochy.F.o -[ 90%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_patterngenerator.F90.o -[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/sumfln_stochy.f.o -[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_internal_state_mod.F90.o -[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/getcon_lag_stochy.f.o -[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/getcon_spectral.F90.o -[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/initialize_spectral_mod.F90.o -[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_data_mod.F90.o -[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/get_stochy_pattern.F90.o -[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochastic_physics.F90.o -[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/plumes.f90.o -[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/cellular_automata.f90.o -[ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/num_parthds_stochy.f.o -[ 95%] Linking Fortran static library libstochastic_physics.a -[ 95%] Built target stochastic_physics -Scanning dependencies of target fv3cap -[ 95%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/module_fv3_config.F90.o -[ 96%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/atmos_model.F90.o -[ 97%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/module_fcst_grid_comp.F90.o -[ 97%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/fv3_cap.F90.o -[ 97%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/time_utils.F90.o -[ 97%] Linking Fortran static library libfv3cap.a -[ 97%] Built target fv3cap -[ 97%] Built target ww3_nems -Scanning dependencies of target NEMS.exe -[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_EARTH_INTERNAL_STATE.F90.o -[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/ENS_Cpl/ENS_CplComp_ESMFMod_STUB.F90.o -[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_MEDIATOR_methods.F90.o -[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_INTERNAL_STATE.F90.o -[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_MEDIATOR_SpaceWeather.F90.o -[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_UTILS.F90.o -[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_Rusage.F90.o -[ 98%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_MEDIATOR.F90.o -[ 99%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_EARTH_GRID_COMP.F90.o -[ 99%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_GRID_COMP.F90.o -[100%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/MAIN_NEMS.F90.o -[100%] Building C object CMakeFiles/NEMS.exe.dir/NEMS/src/nems_c_rusage.c.o -[100%] Linking Fortran executable NEMS.exe -/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/lib/libjasper_v1.900.1.a(jas_stream.o): In function `jas_stream_tmpfile': -jas_stream.c:(.text+0x7a7): warning: the use of `tmpnam' is dangerous, better use `mkstemp' -[100%] Built target NEMS.exe -+ mv NEMS.exe ../fv3_2.exe -+ cp /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel/fv3 ../modules.fv3_2 -+ cd .. -+ '[' YES = YES ']' -+ rm -rf build_fv3_2 -+ elapsed=1038 -+ echo 'Elapsed time 1038 seconds. Compiling WW3=Y finished' -Elapsed time 1038 seconds. Compiling WW3=Y finished -+ SECONDS=0 -+++ readlink -f /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/compile_cmake.sh -++ dirname /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/compile_cmake.sh -+ readonly MYDIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests -+ MYDIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests -+ readonly ARGC=4 -+ ARGC=4 -+ cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests -+ [[ 4 -eq 0 ]] -+ [[ 4 -lt 2 ]] -+ PATHTR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model -+ MACHINE_ID=hera.intel -+ MAKE_OPT=32BIT=Y -+ BUILD_NAME=fv3_3 -+ clean_before=YES -+ clean_after=YES -+ BUILD_DIR=build_fv3_3 -+ [[ hera.intel == cheyenne.* ]] -+ [[ hera.intel == wcoss_dell_p3 ]] -+ MAKE_THREADS=8 -+ hostname -hfe01 -+ cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests -+ echo 'Compiling 32BIT=Y into fv3_3.exe on hera.intel' -Compiling 32BIT=Y into fv3_3.exe on hera.intel -+ '[' YES = YES ']' -+ rm -rf build_fv3_3 -+ mkdir -p build_fv3_3 -+ CCPP_CMAKE_FLAGS= -+ [[ 32BIT=Y == *\D\E\B\U\G\=\Y* ]] -+ [[ 32BIT=Y == *\R\E\P\R\O\=\Y* ]] -+ [[ 32BIT=Y == *\3\2\B\I\T\=\Y* ]] -+ CCPP_CMAKE_FLAGS=' -D32BIT=Y' -+ [[ 32BIT=Y == *\O\P\E\N\M\P\=\N* ]] -+ [[ 32BIT=Y == *\C\C\P\P\=\Y* ]] -+ [[ 32BIT=Y == *\N\A\M\_\p\h\y\s\=\Y* ]] -+ [[ 32BIT=Y == *\W\W\3\=\Y* ]] -++ trim ' -D32BIT=Y' -++ local 'var= -D32BIT=Y' -++ var=-D32BIT=Y -++ var=-D32BIT=Y -++ echo -n -D32BIT=Y -+ CCPP_CMAKE_FLAGS=-D32BIT=Y -+ source /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc -++ __ms_function_name=setup__test_function__136800 -++ eval 'setup__test_function__136800() { /bin/true ; }' -+++ eval '__text="text" ; if [[ $__text =~ ^(t).* ]] ; then printf "%s" ${.sh.match[1]} ; fi' -+++ cat -++ __ms_ksh_test= -+++ eval 'if ( set | grep setup__test_function__136800 | grep -v name > /dev/null 2>&1 ) ; then echo t ; fi ' -+++ cat -++ __ms_bash_test=t -++ [[ ! -z '' ]] -++ [[ ! -z t ]] -++ __ms_shell=bash -++ [[ -d /lfs3 ]] -++ [[ -d /scratch1 ]] -++ [[ ! -d /scratch ]] -++ eval module help -++ module purge -+++ /apps/lmod/7.7.18/libexec/lmod bash purge -++ eval unset 'BACIO_LIB4;' unset 'BACIO_LIB8;' unset 'BACIO_SRC;' unset 'BACIO_VER;' unset '__LMOD_REF_COUNT_CLASSPATH;' unset 'CLASSPATH;' unset 'CMAKE_CXX_COMPILER;' unset 'CMAKE_C_COMPILER;' unset 'CMAKE_Fortran_COMPILER;' unset 'CMAKE_Platform;' unset 'COMP;' unset '__LMOD_REF_COUNT_CPATH;' unset 'CPATH;' unset 'CRTM_FIX;' unset 'CRTM_INC;' unset 'CRTM_LIB;' unset 'CRTM_SRC;' unset 'CRTM_VER;' unset 'ESMFMKFILE;' unset 'G2TMPL_INC;' unset 'G2TMPL_LIB;' unset 'G2TMPL_SRC;' unset 'G2TMPL_VER;' unset 'G2_INC4;' unset 'G2_INCd;' unset 'G2_LIB4;' unset 'G2_LIBd;' unset 'G2_SRC;' unset 'G2_VER;' unset 'GDBSERVER_MIC;' unset 'GDB_CROSS;' unset '__LMOD_REF_COUNT_INFOPATH;' unset 'INFOPATH;' unset '__LMOD_REF_COUNT_INTEL_LICENSE_FILE;' unset 'INTEL_LICENSE_FILE;' unset 'INTEL_PYTHONHOME;' unset 'IPATH_NO_BACKTRACE;' unset 'IP_INC4;' unset 'IP_INC8;' unset 'IP_INCd;' unset 'IP_LIB4;' unset 'IP_LIB8;' unset 'IP_LIBd;' unset 'IP_SRC;' unset 'IP_VER;' unset 'I_MPI_CC;' unset 'I_MPI_F90;' unset 'I_MPI_HYDRA_BRANCH_COUNT;' unset 'I_MPI_HYDRA_PMI_CONNECT;' unset 'I_MPI_ROOT;' unset 'I_MPI_TMI_PROVIDER;' unset 'JASPER_INC;' unset 'JASPER_LIB;' unset 'JASPER_SRC;' unset 'JASPER_VER;' '__LMOD_REF_COUNT_LD_LIBRARY_PATH="/apps/slurm/default/lib:1";' export '__LMOD_REF_COUNT_LD_LIBRARY_PATH;' 'LD_LIBRARY_PATH=":/apps/slurm/default/lib";' export 'LD_LIBRARY_PATH;' unset '__LMOD_REF_COUNT_LIBRARY_PATH;' unset 'LIBRARY_PATH;' unset 'LIB_NAME;' unset 'LMOD_FAMILY_COMPILER;' unset 'LMOD_FAMILY_COMPILER_VERSION;' unset 'LMOD_FAMILY_MPI;' unset 'LMOD_FAMILY_MPI_VERSION;' unset '__LMOD_REF_COUNT_LOADEDMODULES;' unset 'LOADEDMODULES;' '__LMOD_REF_COUNT_MANPATH="/apps/lmod/lmod/share/man:1;/apps/local/man:1;/apps/slurm/default/share/man:1;/apps/slurm/tools/sbank/share/man:1";' export '__LMOD_REF_COUNT_MANPATH;' 'MANPATH="/apps/lmod/lmod/share/man::/apps/local/man:/apps/slurm/default/share/man:/apps/slurm/tools/sbank/share/man";' export 'MANPATH;' '__LMOD_REF_COUNT_MODULEPATH="/contrib/modulefiles:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:1;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1";' export '__LMOD_REF_COUNT_MODULEPATH;' 'MODULEPATH="/contrib/modulefiles:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles";' export 'MODULEPATH;' unset 'MPM_LAUNCHER;' unset 'NCEPLIBS;' unset 'NEMSIO_INC;' unset 'NEMSIO_LIB;' unset 'NEMSIO_SRC;' unset 'NEMSIO_VER;' unset 'NETCDF;' unset '__LMOD_REF_COUNT_NLSPATH;' unset 'NLSPATH;' '__LMOD_REF_COUNT_PATH="/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:1;/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/opt/ibutils/bin:1;/apps/local/bin:1;/apps/local/sbin:1;/apps/slurm/default/tools:1;/apps/slurm/default/bin:1;/apps/slurm/default/sbin:1;/apps/slurm/tools/sbank/bin:1;/home/Dusan.Jovic/bin:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/dbrowse:1";' export '__LMOD_REF_COUNT_PATH;' 'PATH="/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/opt/ibutils/bin:/apps/local/bin:/apps/local/sbin:/apps/slurm/default/tools:/apps/slurm/default/bin:/apps/slurm/default/sbin:/apps/slurm/tools/sbank/bin:/home/Dusan.Jovic/bin:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/dbrowse";' export 'PATH;' unset '__LMOD_REF_COUNT_PKG_CONFIG_PATH;' unset 'PKG_CONFIG_PATH;' unset 'PNG_INC;' unset 'PNG_LIB;' unset 'PNG_SRC;' unset 'PNG_VER;' unset 'POST_INC;' unset 'POST_LIB;' unset 'POST_SRC;' unset 'POST_VER;' unset 'SLURM_UTILS_PATH;' unset 'SP_LIB4;' unset 'SP_LIB8;' unset 'SP_LIBd;' unset 'SP_SRC;' unset 'SP_VER;' unset 'W3EMC_INC4;' unset 'W3EMC_INC8;' unset 'W3EMC_INCd;' unset 'W3EMC_LIB4;' unset 'W3EMC_LIB8;' unset 'W3EMC_LIBd;' unset 'W3EMC_SRC;' unset 'W3EMC_VER;' unset 'W3NCO_LIB4;' unset 'W3NCO_LIB8;' unset 'W3NCO_LIBd;' unset 'W3NCO_SRC;' unset 'W3NCO_VER;' unset 'Z_INC;' unset 'Z_LIB;' unset 'Z_SRC;' unset 'Z_VER;' unset '__LMOD_REF_COUNT__LMFILES_;' unset '_LMFILES_;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9jb250cmliL21vZHVsZWZpbGVzIiwiL3NjcmF0Y2gyL05DRVBERVYvZnYzLWNhbS9EdXNhbi5Kb3ZpYy91ZnMvcHIxOC91ZnMtd2VhdGhlci1tb2RlbC9tb2R1bGVmaWxlcy9oZXJhLmludGVsIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIs";' export '_ModuleTable001_;' '_ModuleTable002_="fSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ==";' export '_ModuleTable002_;' '_ModuleTable_Sz_="2";' export '_ModuleTable_Sz_;' unset '_ModuleTable004_;' unset '_ModuleTable005_;' unset '_ModuleTable006_;' unset '_ModuleTable007_;' unset '_ModuleTable008_;' unset '_ModuleTable009_;' unset '_ModuleTable010_;' unset '_ModuleTable011_;' unset '_ModuleTable012_;' unset '_ModuleTable013_;' -+++ unset BACIO_LIB4 -+++ unset BACIO_LIB8 -+++ unset BACIO_SRC -+++ unset BACIO_VER -+++ unset __LMOD_REF_COUNT_CLASSPATH -+++ unset CLASSPATH -+++ unset CMAKE_CXX_COMPILER -+++ unset CMAKE_C_COMPILER -+++ unset CMAKE_Fortran_COMPILER -+++ unset CMAKE_Platform -+++ unset COMP -+++ unset __LMOD_REF_COUNT_CPATH -+++ unset CPATH -+++ unset CRTM_FIX -+++ unset CRTM_INC -+++ unset CRTM_LIB -+++ unset CRTM_SRC -+++ unset CRTM_VER -+++ unset ESMFMKFILE -+++ unset G2TMPL_INC -+++ unset G2TMPL_LIB -+++ unset G2TMPL_SRC -+++ unset G2TMPL_VER -+++ unset G2_INC4 -+++ unset G2_INCd -+++ unset G2_LIB4 -+++ unset G2_LIBd -+++ unset G2_SRC -+++ unset G2_VER -+++ unset GDBSERVER_MIC -+++ unset GDB_CROSS -+++ unset __LMOD_REF_COUNT_INFOPATH -+++ unset INFOPATH -+++ unset __LMOD_REF_COUNT_INTEL_LICENSE_FILE -+++ unset INTEL_LICENSE_FILE -+++ unset INTEL_PYTHONHOME -+++ unset IPATH_NO_BACKTRACE -+++ unset IP_INC4 -+++ unset IP_INC8 -+++ unset IP_INCd -+++ unset IP_LIB4 -+++ unset IP_LIB8 -+++ unset IP_LIBd -+++ unset IP_SRC -+++ unset IP_VER -+++ unset I_MPI_CC -+++ unset I_MPI_F90 -+++ unset I_MPI_HYDRA_BRANCH_COUNT -+++ unset I_MPI_HYDRA_PMI_CONNECT -+++ unset I_MPI_ROOT -+++ unset I_MPI_TMI_PROVIDER -+++ unset JASPER_INC -+++ unset JASPER_LIB -+++ unset JASPER_SRC -+++ unset JASPER_VER -+++ __LMOD_REF_COUNT_LD_LIBRARY_PATH=/apps/slurm/default/lib:1 -+++ export __LMOD_REF_COUNT_LD_LIBRARY_PATH -+++ LD_LIBRARY_PATH=:/apps/slurm/default/lib -+++ export LD_LIBRARY_PATH -+++ unset __LMOD_REF_COUNT_LIBRARY_PATH -+++ unset LIBRARY_PATH -+++ unset LIB_NAME -+++ unset LMOD_FAMILY_COMPILER -+++ unset LMOD_FAMILY_COMPILER_VERSION -+++ unset LMOD_FAMILY_MPI -+++ unset LMOD_FAMILY_MPI_VERSION -+++ unset __LMOD_REF_COUNT_LOADEDMODULES -+++ unset LOADEDMODULES -+++ __LMOD_REF_COUNT_MANPATH='/apps/lmod/lmod/share/man:1;/apps/local/man:1;/apps/slurm/default/share/man:1;/apps/slurm/tools/sbank/share/man:1' -+++ export __LMOD_REF_COUNT_MANPATH -+++ MANPATH=/apps/lmod/lmod/share/man::/apps/local/man:/apps/slurm/default/share/man:/apps/slurm/tools/sbank/share/man -+++ export MANPATH -+++ __LMOD_REF_COUNT_MODULEPATH='/contrib/modulefiles:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:1;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1' -+++ export __LMOD_REF_COUNT_MODULEPATH -+++ MODULEPATH=/contrib/modulefiles:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles -+++ export MODULEPATH -+++ unset MPM_LAUNCHER -+++ unset NCEPLIBS -+++ unset NEMSIO_INC -+++ unset NEMSIO_LIB -+++ unset NEMSIO_SRC -+++ unset NEMSIO_VER -+++ unset NETCDF -+++ unset __LMOD_REF_COUNT_NLSPATH -+++ unset NLSPATH -+++ __LMOD_REF_COUNT_PATH='/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:1;/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/opt/ibutils/bin:1;/apps/local/bin:1;/apps/local/sbin:1;/apps/slurm/default/tools:1;/apps/slurm/default/bin:1;/apps/slurm/default/sbin:1;/apps/slurm/tools/sbank/bin:1;/home/Dusan.Jovic/bin:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/dbrowse:1' -+++ export __LMOD_REF_COUNT_PATH -+++ PATH=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/opt/ibutils/bin:/apps/local/bin:/apps/local/sbin:/apps/slurm/default/tools:/apps/slurm/default/bin:/apps/slurm/default/sbin:/apps/slurm/tools/sbank/bin:/home/Dusan.Jovic/bin:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/dbrowse -+++ export PATH -+++ unset __LMOD_REF_COUNT_PKG_CONFIG_PATH -+++ unset PKG_CONFIG_PATH -+++ unset PNG_INC -+++ unset PNG_LIB -+++ unset PNG_SRC -+++ unset PNG_VER -+++ unset POST_INC -+++ unset POST_LIB -+++ unset POST_SRC -+++ unset POST_VER -+++ unset SLURM_UTILS_PATH -+++ unset SP_LIB4 -+++ unset SP_LIB8 -+++ unset SP_LIBd -+++ unset SP_SRC -+++ unset SP_VER -+++ unset W3EMC_INC4 -+++ unset W3EMC_INC8 -+++ unset W3EMC_INCd -+++ unset W3EMC_LIB4 -+++ unset W3EMC_LIB8 -+++ unset W3EMC_LIBd -+++ unset W3EMC_SRC -+++ unset W3EMC_VER -+++ unset W3NCO_LIB4 -+++ unset W3NCO_LIB8 -+++ unset W3NCO_LIBd -+++ unset W3NCO_SRC -+++ unset W3NCO_VER -+++ unset Z_INC -+++ unset Z_LIB -+++ unset Z_SRC -+++ unset Z_VER -+++ unset __LMOD_REF_COUNT__LMFILES_ -+++ unset _LMFILES_ -+++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9jb250cmliL21vZHVsZWZpbGVzIiwiL3NjcmF0Y2gyL05DRVBERVYvZnYzLWNhbS9EdXNhbi5Kb3ZpYy91ZnMvcHIxOC91ZnMtd2VhdGhlci1tb2RlbC9tb2R1bGVmaWxlcy9oZXJhLmludGVsIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIs -+++ export _ModuleTable001_ -+++ _ModuleTable002_=fSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ== -+++ export _ModuleTable002_ -+++ _ModuleTable_Sz_=2 -+++ export _ModuleTable_Sz_ -+++ unset _ModuleTable004_ -+++ unset _ModuleTable005_ -+++ unset _ModuleTable006_ -+++ unset _ModuleTable007_ -+++ unset _ModuleTable008_ -+++ unset _ModuleTable009_ -+++ unset _ModuleTable010_ -+++ unset _ModuleTable011_ -+++ unset _ModuleTable012_ -+++ unset _ModuleTable013_ -+++ : -s sh -++ eval -++ unset __ms_shell -++ unset __ms_ksh_test -++ unset __ms_bash_test -++ unset setup__test_function__136800 -++ unset __ms_function_name -+ [[ hera.intel == macosx.* ]] -+ [[ hera.intel == linux.* ]] -+ module use /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel -++ /apps/lmod/7.7.18/libexec/lmod bash use /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel -+ eval '__LMOD_REF_COUNT_MODULEPATH="/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:2;/contrib/modulefiles:1;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1";' export '__LMOD_REF_COUNT_MODULEPATH;' 'MODULEPATH="/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:/contrib/modulefiles:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles";' export 'MODULEPATH;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9zY3JhdGNoMi9OQ0VQREVWL2Z2My1jYW0vRHVzYW4uSm92aWMvdWZzL3ByMTgvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvaGVyYS5pbnRlbCIsIi9jb250cmliL21vZHVsZWZpbGVzIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIs";' export '_ModuleTable001_;' '_ModuleTable002_="fSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ==";' export '_ModuleTable002_;' '_ModuleTable_Sz_="2";' export '_ModuleTable_Sz_;' -++ __LMOD_REF_COUNT_MODULEPATH='/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:2;/contrib/modulefiles:1;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1' -++ export __LMOD_REF_COUNT_MODULEPATH -++ MODULEPATH=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:/contrib/modulefiles:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles -++ export MODULEPATH -++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9zY3JhdGNoMi9OQ0VQREVWL2Z2My1jYW0vRHVzYW4uSm92aWMvdWZzL3ByMTgvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvaGVyYS5pbnRlbCIsIi9jb250cmliL21vZHVsZWZpbGVzIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIs -++ export _ModuleTable001_ -++ _ModuleTable002_=fSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ== -++ export _ModuleTable002_ -++ _ModuleTable_Sz_=2 -++ export _ModuleTable_Sz_ -++ : -s sh -+ eval -+ module load fv3 -++ /apps/lmod/7.7.18/libexec/lmod bash load fv3 -+ eval 'BACIO_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libbacio_v2.0.3_4.a";' export 'BACIO_LIB4;' 'BACIO_LIB8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libbacio_v2.0.3_8.a";' export 'BACIO_LIB8;' 'BACIO_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/bacio_v2.0.3";' export 'BACIO_SRC;' 'BACIO_VER="v2.0.3";' export 'BACIO_VER;' '__LMOD_REF_COUNT_CLASSPATH="/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/mpi.jar:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/daal.jar:1";' export '__LMOD_REF_COUNT_CLASSPATH;' 'CLASSPATH="/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/mpi.jar:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/daal.jar";' export 'CLASSPATH;' 'CMAKE_CXX_COMPILER="mpiicpc";' export 'CMAKE_CXX_COMPILER;' 'CMAKE_C_COMPILER="mpiicc";' export 'CMAKE_C_COMPILER;' 'CMAKE_Fortran_COMPILER="mpiifort";' export 'CMAKE_Fortran_COMPILER;' 'CMAKE_Platform="hera.intel";' export 'CMAKE_Platform;' 'COMP="intel";' export 'COMP;' '__LMOD_REF_COUNT_CPATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/include:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/include:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/pstl/include:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/include:2;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/include:1";' export '__LMOD_REF_COUNT_CPATH;' 'CPATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/include:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/include:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/pstl/include:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/include:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/include";' export 'CPATH;' 'CRTM_FIX="/scratch2/NCEPDEV/nwprod/NCEPLIBS/fix/crtm_v2.2.6";' export 'CRTM_FIX;' 'CRTM_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/crtm_v2.2.6";' export 'CRTM_INC;' 'CRTM_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libcrtm_v2.2.6.a";' export 'CRTM_LIB;' 'CRTM_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/crtm_v2.2.6";' export 'CRTM_SRC;' 'CRTM_VER="v2.2.6";' export 'CRTM_VER;' 'ESMFMKFILE="/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/lib/esmf.mk";' export 'ESMFMKFILE;' 'G2TMPL_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/g2tmpl_v1.6.0";' export 'G2TMPL_INC;' 'G2TMPL_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2tmpl_v1.6.0.a";' export 'G2TMPL_LIB;' 'G2TMPL_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/g2tmpl_v1.6.0/src";' export 'G2TMPL_SRC;' 'G2TMPL_VER="v1.6.0";' export 'G2TMPL_VER;' 'G2_INC4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/g2_v3.1.1_4";' export 'G2_INC4;' 'G2_INCd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/g2_v3.1.1_d";' export 'G2_INCd;' 'G2_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2_v3.1.1_4.a";' export 'G2_LIB4;' 'G2_LIBd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2_v3.1.1_d.a";' export 'G2_LIBd;' 'G2_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/g2_v3.1.1";' export 'G2_SRC;' 'G2_VER="v3.1.1";' export 'G2_VER;' 'GDBSERVER_MIC="/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/targets/intel64/x200/bin/gdbserver";' export 'GDBSERVER_MIC;' 'GDB_CROSS="/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/intel64/bin/gdb-ia";' export 'GDB_CROSS;' '__LMOD_REF_COUNT_INFOPATH="/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/info:1;/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/info:1";' export '__LMOD_REF_COUNT_INFOPATH;' 'INFOPATH="/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/info:/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/info";' export 'INFOPATH;' '__LMOD_REF_COUNT_INTEL_LICENSE_FILE="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/licenses:1;/apps/intel/licenses:1";' export '__LMOD_REF_COUNT_INTEL_LICENSE_FILE;' 'INTEL_LICENSE_FILE="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/licenses:/apps/intel/licenses";' export 'INTEL_LICENSE_FILE;' 'INTEL_PYTHONHOME="/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/python/intel64/";' export 'INTEL_PYTHONHOME;' 'IPATH_NO_BACKTRACE="1";' export 'IPATH_NO_BACKTRACE;' 'IP_INC4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ip_v3.0.2_4";' export 'IP_INC4;' 'IP_INC8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ip_v3.0.2_8";' export 'IP_INC8;' 'IP_INCd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ip_v3.0.2_d";' export 'IP_INCd;' 'IP_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libip_v3.0.2_4.a";' export 'IP_LIB4;' 'IP_LIB8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libip_v3.0.2_8.a";' export 'IP_LIB8;' 'IP_LIBd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libip_v3.0.2_d.a";' export 'IP_LIBd;' 'IP_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/ip_v3.0.2";' export 'IP_SRC;' 'IP_VER="v3.0.2";' export 'IP_VER;' 'I_MPI_CC="icc";' export 'I_MPI_CC;' 'I_MPI_F90="ifort";' export 'I_MPI_F90;' 'I_MPI_HYDRA_BRANCH_COUNT="128";' export 'I_MPI_HYDRA_BRANCH_COUNT;' 'I_MPI_HYDRA_PMI_CONNECT="alltoall";' export 'I_MPI_HYDRA_PMI_CONNECT;' 'I_MPI_ROOT="/apps/intel/compilers_and_libraries_2018/linux/mpi";' export 'I_MPI_ROOT;' 'I_MPI_TMI_PROVIDER="psm";' export 'I_MPI_TMI_PROVIDER;' 'JASPER_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/include/jasper_v1.900.1";' export 'JASPER_INC;' 'JASPER_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/lib/libjasper_v1.900.1.a";' export 'JASPER_LIB;' 'JASPER_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/thirdParty";' export 'JASPER_SRC;' 'JASPER_VER="v1.900.1";' export 'JASPER_VER;' '__LMOD_REF_COUNT_LD_LIBRARY_PATH="/apps/netcdf/4.7.0/intel/18.0.5.274/lib:1;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib:1;/apps/slurm/default/lib:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/lib/intel64:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:2;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:2;/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/libipt/intel64/lib:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4:1";' export '__LMOD_REF_COUNT_LD_LIBRARY_PATH;' 'LD_LIBRARY_PATH="/apps/netcdf/4.7.0/intel/18.0.5.274/lib:/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib::/apps/slurm/default/lib:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/lib/intel64:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/libipt/intel64/lib:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4";' export 'LD_LIBRARY_PATH;' '__LMOD_REF_COUNT_LIBRARY_PATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:2;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4:1";' export '__LMOD_REF_COUNT_LIBRARY_PATH;' 'LIBRARY_PATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4";' export 'LIBRARY_PATH;' 'LIB_NAME="POST";' export 'LIB_NAME;' 'LMOD_FAMILY_COMPILER="intel";' export 'LMOD_FAMILY_COMPILER;' 'LMOD_FAMILY_COMPILER_VERSION="18.0.5.274";' export 'LMOD_FAMILY_COMPILER_VERSION;' 'LMOD_FAMILY_MPI="impi";' export 'LMOD_FAMILY_MPI;' 'LMOD_FAMILY_MPI_VERSION="2018.0.4";' export 'LMOD_FAMILY_MPI_VERSION;' '__LMOD_REF_COUNT_LOADEDMODULES="contrib:1;sutils/default:1;intel/18.0.5.274:1;impi/2018.0.4:1;netcdf/4.7.0:1;bacio/2.0.3:1;ip/3.0.2:1;nemsio/2.2.4:1;sp/2.0.3:1;w3emc/2.3.1:1;w3nco/2.0.7:1;g2/3.1.1:1;g2tmpl/1.6.0:1;crtm/2.2.6:1;jasper/1.900.1:1;png/1.2.44:1;z/1.2.11:1;post/8.0.1:1;esmf/8.0.0:1;cmake/3.9.0:1;fv3:1";' export '__LMOD_REF_COUNT_LOADEDMODULES;' 'LOADEDMODULES="contrib:sutils/default:intel/18.0.5.274:impi/2018.0.4:netcdf/4.7.0:bacio/2.0.3:ip/3.0.2:nemsio/2.2.4:sp/2.0.3:w3emc/2.3.1:w3nco/2.0.7:g2/3.1.1:g2tmpl/1.6.0:crtm/2.2.6:jasper/1.900.1:png/1.2.44:z/1.2.11:post/8.0.1:esmf/8.0.0:cmake/3.9.0:fv3";' export 'LOADEDMODULES;' '__LMOD_REF_COUNT_MANPATH="/apps/netcdf/4.7.0/intel/18.0.5.274/share/man:1;/apps/intel/compilers_and_libraries_2018/linux/mpi/man:1;/apps/intel/parallel_studio_xe_2018.4.057/man/common:1;/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/man:1;/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/man:1;/apps/lmod/lmod/share/man:1;/apps/local/man:1;/apps/slurm/default/share/man:1;/apps/slurm/tools/sbank/share/man:1";' export '__LMOD_REF_COUNT_MANPATH;' 'MANPATH="/apps/netcdf/4.7.0/intel/18.0.5.274/share/man:/apps/intel/compilers_and_libraries_2018/linux/mpi/man:/apps/intel/parallel_studio_xe_2018.4.057/man/common:/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/man:/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/man:/apps/lmod/lmod/share/man::/apps/local/man:/apps/slurm/default/share/man:/apps/slurm/tools/sbank/share/man";' export 'MANPATH;' '__LMOD_REF_COUNT_MODULEPATH="/contrib/modulefiles:3;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:2;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1;/apps/modules/modulefamilies/intel:1;/apps/modules/modulefamilies/intel_impi:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles:1";' export '__LMOD_REF_COUNT_MODULEPATH;' 'MODULEPATH="/contrib/modulefiles:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles:/apps/modules/modulefamilies/intel:/apps/modules/modulefamilies/intel_impi:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles";' export 'MODULEPATH;' 'MPM_LAUNCHER="/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/mpm/mic/bin/start_mpm.sh";' export 'MPM_LAUNCHER;' 'NCEPLIBS="/scratch2/NCEPDEV/nwprod/NCEPLIBS";' export 'NCEPLIBS;' 'NEMSIO_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/nemsio_v2.2.4";' export 'NEMSIO_INC;' 'NEMSIO_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libnemsio_v2.2.4.a";' export 'NEMSIO_LIB;' 'NEMSIO_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/nemsio_v2.2.4";' export 'NEMSIO_SRC;' 'NEMSIO_VER="v2.2.4";' export 'NEMSIO_VER;' 'NETCDF="/apps/netcdf/4.7.0/intel/18.0.5.274";' export 'NETCDF;' '__LMOD_REF_COUNT_NLSPATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64/locale/%l_%t/%N:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin/locale/%l_%t/%N:1;/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/intel64/share/locale/%l_%t/%N:1";' export '__LMOD_REF_COUNT_NLSPATH;' 'NLSPATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64/locale/%l_%t/%N:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin/locale/%l_%t/%N:/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/intel64/share/locale/%l_%t/%N";' export 'NLSPATH;' '__LMOD_REF_COUNT_PATH="/contrib/cmake/3.9.0/bin:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/bin:1;/apps/netcdf/4.7.0/intel/18.0.5.274/bin:1;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/bin/intel64:1;/contrib/sutils/bin:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:1;/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/opt/ibutils/bin:1;/apps/local/bin:1;/apps/local/sbin:1;/apps/slurm/default/tools:1;/apps/slurm/default/bin:1;/apps/slurm/default/sbin:1;/apps/slurm/tools/sbank/bin:1;/home/Dusan.Jovic/bin:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/dbrowse:1";' export '__LMOD_REF_COUNT_PATH;' 'PATH="/contrib/cmake/3.9.0/bin:/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/bin:/apps/netcdf/4.7.0/intel/18.0.5.274/bin:/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/bin/intel64:/contrib/sutils/bin:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/opt/ibutils/bin:/apps/local/bin:/apps/local/sbin:/apps/slurm/default/tools:/apps/slurm/default/bin:/apps/slurm/default/sbin:/apps/slurm/tools/sbank/bin:/home/Dusan.Jovic/bin:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/dbrowse";' export 'PATH;' '__LMOD_REF_COUNT_PKG_CONFIG_PATH="/apps/intel/compilers_and_libraries_2018/linux/mkl/bin/pkgconfig:1";' export '__LMOD_REF_COUNT_PKG_CONFIG_PATH;' 'PKG_CONFIG_PATH="/apps/intel/compilers_and_libraries_2018/linux/mkl/bin/pkgconfig";' export 'PKG_CONFIG_PATH;' 'PNG_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/png_v1.2.44";' export 'PNG_INC;' 'PNG_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libpng_v1.2.44.a";' export 'PNG_LIB;' 'PNG_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/thirdParty";' export 'PNG_SRC;' 'PNG_VER="v1.2.44";' export 'PNG_VER;' 'POST_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ncep_post_v8.0.1_4";' export 'POST_INC;' 'POST_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libncep_post_v8.0.1_4.a";' export 'POST_LIB;' 'POST_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/post_v8.0.1";' export 'POST_SRC;' 'POST_VER="v8.0.1";' export 'POST_VER;' 'SLURM_UTILS_PATH="/contrib/sutils/bin";' export 'SLURM_UTILS_PATH;' 'SP_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_4.a";' export 'SP_LIB4;' 'SP_LIB8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_8.a";' export 'SP_LIB8;' 'SP_LIBd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_d.a";' export 'SP_LIBd;' 'SP_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/sp_v2.0.3";' export 'SP_SRC;' 'SP_VER="v2.0.3";' export 'SP_VER;' 'W3EMC_INC4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/w3emc_v2.3.1_4";' export 'W3EMC_INC4;' 'W3EMC_INC8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/w3emc_v2.3.1_8";' export 'W3EMC_INC8;' 'W3EMC_INCd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/w3emc_v2.3.1_d";' export 'W3EMC_INCd;' 'W3EMC_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_4.a";' export 'W3EMC_LIB4;' 'W3EMC_LIB8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_8.a";' export 'W3EMC_LIB8;' 'W3EMC_LIBd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_d.a";' export 'W3EMC_LIBd;' 'W3EMC_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/w3emc_v2.3.1";' export 'W3EMC_SRC;' 'W3EMC_VER="v2.3.1";' export 'W3EMC_VER;' 'W3NCO_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_4.a";' export 'W3NCO_LIB4;' 'W3NCO_LIB8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_8.a";' export 'W3NCO_LIB8;' 'W3NCO_LIBd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_d.a";' export 'W3NCO_LIBd;' 'W3NCO_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/w3nco_v2.0.7";' export 'W3NCO_SRC;' 'W3NCO_VER="v2.0.7";' export 'W3NCO_VER;' 'Z_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/z_v1.2.11";' export 'Z_INC;' 'Z_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libz_v1.2.11.a";' export 'Z_LIB;' 'Z_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/thirdParty";' export 'Z_SRC;' 'Z_VER="v1.2.11";' export 'Z_VER;' '__LMOD_REF_COUNT__LMFILES_="/apps/modules/modulefiles/contrib:1;/contrib/modulefiles/sutils/default:1;/apps/modules/modulefiles/intel/18.0.5.274:1;/apps/modules/modulefamilies/intel/impi/2018.0.4:1;/apps/modules/modulefamilies/intel/netcdf/4.7.0:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/bacio/2.0.3:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/ip/3.0.2:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/nemsio/2.2.4:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/sp/2.0.3:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3emc/2.3.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3nco/2.0.7:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2/3.1.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2tmpl/1.6.0:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/crtm/2.2.6:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/jasper/1.900.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/png/1.2.44:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/z/1.2.11:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/post/8.0.1:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles/esmf/8.0.0:1;/contrib/modulefiles/cmake/3.9.0:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel/fv3:1";' export '__LMOD_REF_COUNT__LMFILES_;' '_LMFILES_="/apps/modules/modulefiles/contrib:/contrib/modulefiles/sutils/default:/apps/modules/modulefiles/intel/18.0.5.274:/apps/modules/modulefamilies/intel/impi/2018.0.4:/apps/modules/modulefamilies/intel/netcdf/4.7.0:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/bacio/2.0.3:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/ip/3.0.2:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/nemsio/2.2.4:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/sp/2.0.3:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3emc/2.3.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3nco/2.0.7:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2/3.1.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2tmpl/1.6.0:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/crtm/2.2.6:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/jasper/1.900.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/png/1.2.44:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/z/1.2.11:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/post/8.0.1:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles/esmf/8.0.0:/contrib/modulefiles/cmake/3.9.0:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel/fv3";' export '_LMFILES_;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJpbXBpIix9LG1UPXtiYWNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvYmFjaW8vMi4wLjMiLFsiZnVsbE5hbWUiXT0iYmFjaW8vMi4wLjMiLFsibG9hZE9yZGVyIl09Nixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJiYWNpby8yLjAuMyIsfSxjbWFrZT17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9jbWFrZS8zLjkuMCIsWyJmdWxs";' export '_ModuleTable001_;' '_ModuleTable002_="TmFtZSJdPSJjbWFrZS8zLjkuMCIsWyJsb2FkT3JkZXIiXT0yMCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjbWFrZS8zLjkuMCIsfSxjb250cmliPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvY29udHJpYiIsWyJmdWxsTmFtZSJdPSJjb250cmliIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY29udHJpYiIsfSxjcnRtPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9jcnRtLzIuMi42IixbImZ1bGxOYW1lIl09ImNydG0vMi4yLjYiLFsibG9hZE9yZGVy";' export '_ModuleTable002_;' '_ModuleTable003_="Il09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL2Z2My1jYW0vRHVzYW4uSm92aWMvdWZzL3ByMTgvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvaGVyYS5pbnRlbC9mdjMiLFsi";' export '_ModuleTable003_;' '_ModuleTable004_="ZnVsbE5hbWUiXT0iZnYzIixbImxvYWRPcmRlciJdPTIxLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTAsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImZ2MyIsfSxnMj17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzIvMy4xLjEiLFsiZnVsbE5hbWUiXT0iZzIvMy4xLjEiLFsibG9hZE9yZGVyIl09MTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZzIvMy4xLjEiLH0sZzJ0bXBsPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9nMnRtcGwvMS42LjAiLFsiZnVsbE5hbWUiXT0iZzJ0bXBsLzEuNi4w";' export '_ModuleTable004_;' '_ModuleTable005_="IixbImxvYWRPcmRlciJdPTEzLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcydG1wbC8xLjYuMCIsfSxpbXBpPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwvaW1waS8yMDE4LjAuNCIsWyJmdWxsTmFtZSJdPSJpbXBpLzIwMTguMC40IixbImxvYWRPcmRlciJdPTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW1waS8yMDE4LjAuNCIsfSxpbnRlbD17WyJmbiJdPSIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL2ludGVsLzE4LjAuNS4yNzQiLFsiZnVsbE5hbWUiXT0iaW50ZWwvMTguMC41LjI3NCIsWyJsb2FkT3JkZXIi";' export '_ModuleTable005_;' '_ModuleTable006_="XT0zLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImludGVsLzE4LjAuNS4yNzQiLH0saXA9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2lwLzMuMC4yIixbImZ1bGxOYW1lIl09ImlwLzMuMC4yIixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaXAvMy4wLjIiLH0samFzcGVyPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9qYXNwZXIvMS45MDAuMSIsWyJmdWxsTmFtZSJdPSJqYXNwZXIvMS45MDAuMSIsWyJsb2FkT3JkZXIi";' export '_ModuleTable006_;' '_ModuleTable007_="XT0xNSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJqYXNwZXIvMS45MDAuMSIsfSxuZW1zaW89e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL25lbXNpby8yLjIuNCIsWyJmdWxsTmFtZSJdPSJuZW1zaW8vMi4yLjQiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZW1zaW8vMi4yLjQiLH0sbmV0Y2RmPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwvbmV0Y2RmLzQuNy4wIixbImZ1bGxOYW1lIl09Im5ldGNkZi80LjcuMCIsWyJsb2FkT3JkZXIi";' export '_ModuleTable007_;' '_ModuleTable008_="XT01LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5ldGNkZi80LjcuMCIsfSxwbmc9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3BuZy8xLjIuNDQiLFsiZnVsbE5hbWUiXT0icG5nLzEuMi40NCIsWyJsb2FkT3JkZXIiXT0xNixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJwbmcvMS4yLjQ0Iix9LHBvc3Q9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3Bvc3QvOC4wLjEiLFsiZnVsbE5hbWUiXT0icG9zdC84LjAuMSIsWyJsb2FkT3JkZXIiXT0xOCxw";' export '_ModuleTable008_;' '_ModuleTable009_="cm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJwb3N0LzguMC4xIix9LHNwPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9zcC8yLjAuMyIsWyJmdWxsTmFtZSJdPSJzcC8yLjAuMyIsWyJsb2FkT3JkZXIiXT05LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InNwLzIuMC4zIix9LHN1dGlscz17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9zdXRpbHMvZGVmYXVsdCIsWyJmdWxsTmFtZSJdPSJzdXRpbHMvZGVmYXVsdCIsWyJsb2FkT3JkZXIiXT0yLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0";' export '_ModuleTable009_;' '_ModuleTable010_="dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InN1dGlscyIsfSx3M2VtYz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNlbWMvMi4zLjEiLFsiZnVsbE5hbWUiXT0idzNlbWMvMi4zLjEiLFsibG9hZE9yZGVyIl09MTAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNlbWMvMi4zLjEiLH0sdzNuY289e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czbmNvLzIuMC43IixbImZ1bGxOYW1lIl09InczbmNvLzIuMC43IixbImxvYWRPcmRlciJdPTExLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMi";' export '_ModuleTable010_;' '_ModuleTable011_="XT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHo9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3ovMS4yLjExIixbImZ1bGxOYW1lIl09InovMS4yLjExIixbImxvYWRPcmRlciJdPTE3LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InovMS4yLjExIix9LH0sbXBhdGhBPXsiL2NvbnRyaWIvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDIvTkNFUERFVi9mdjMtY2FtL0R1c2FuLkpvdmljL3Vmcy9wcjE4L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL2hlcmEuaW50ZWwiLCIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi9hcHBz";' export '_ModuleTable011_;' '_ModuleTable012_="L21vZHVsZXMvbW9kdWxlZmlsZXMvTGludXgiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L2NyYXlwZS9kZWZhdWx0L21vZHVsZWZpbGVzIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbCIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWxfaW1waSIsIi9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcyIsIi9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmU6L2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9M";' export '_ModuleTable012_;' '_ModuleTable013_="aW51eDovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzOi9vcHQvY3JheS9tb2R1bGVmaWxlczovb3B0L2NyYXkvY3JheXBlL2RlZmF1bHQvbW9kdWxlZmlsZXMiLH0=";' export '_ModuleTable013_;' '_ModuleTable_Sz_="13";' export '_ModuleTable_Sz_;' -++ BACIO_LIB4=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libbacio_v2.0.3_4.a -++ export BACIO_LIB4 -++ BACIO_LIB8=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libbacio_v2.0.3_8.a -++ export BACIO_LIB8 -++ BACIO_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/bacio_v2.0.3 -++ export BACIO_SRC -++ BACIO_VER=v2.0.3 -++ export BACIO_VER -++ __LMOD_REF_COUNT_CLASSPATH='/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/mpi.jar:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/daal.jar:1' -++ export __LMOD_REF_COUNT_CLASSPATH -++ CLASSPATH=/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/mpi.jar:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/daal.jar -++ export CLASSPATH -++ CMAKE_CXX_COMPILER=mpiicpc -++ export CMAKE_CXX_COMPILER -++ CMAKE_C_COMPILER=mpiicc -++ export CMAKE_C_COMPILER -++ CMAKE_Fortran_COMPILER=mpiifort -++ export CMAKE_Fortran_COMPILER -++ CMAKE_Platform=hera.intel -++ export CMAKE_Platform -++ COMP=intel -++ export COMP -++ __LMOD_REF_COUNT_CPATH='/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/include:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/include:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/pstl/include:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/include:2;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/include:1' -++ export __LMOD_REF_COUNT_CPATH -++ CPATH=/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/include:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/include:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/pstl/include:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/include:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/include -++ export CPATH -++ CRTM_FIX=/scratch2/NCEPDEV/nwprod/NCEPLIBS/fix/crtm_v2.2.6 -++ export CRTM_FIX -++ CRTM_INC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/crtm_v2.2.6 -++ export CRTM_INC -++ CRTM_LIB=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libcrtm_v2.2.6.a -++ export CRTM_LIB -++ CRTM_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/crtm_v2.2.6 -++ export CRTM_SRC -++ CRTM_VER=v2.2.6 -++ export CRTM_VER -++ ESMFMKFILE=/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/lib/esmf.mk -++ export ESMFMKFILE -++ G2TMPL_INC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/g2tmpl_v1.6.0 -++ export G2TMPL_INC -++ G2TMPL_LIB=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2tmpl_v1.6.0.a -++ export G2TMPL_LIB -++ G2TMPL_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/g2tmpl_v1.6.0/src -++ export G2TMPL_SRC -++ G2TMPL_VER=v1.6.0 -++ export G2TMPL_VER -++ G2_INC4=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/g2_v3.1.1_4 -++ export G2_INC4 -++ G2_INCd=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/g2_v3.1.1_d -++ export G2_INCd -++ G2_LIB4=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2_v3.1.1_4.a -++ export G2_LIB4 -++ G2_LIBd=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2_v3.1.1_d.a -++ export G2_LIBd -++ G2_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/g2_v3.1.1 -++ export G2_SRC -++ G2_VER=v3.1.1 -++ export G2_VER -++ GDBSERVER_MIC=/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/targets/intel64/x200/bin/gdbserver -++ export GDBSERVER_MIC -++ GDB_CROSS=/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/intel64/bin/gdb-ia -++ export GDB_CROSS -++ __LMOD_REF_COUNT_INFOPATH='/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/info:1;/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/info:1' -++ export __LMOD_REF_COUNT_INFOPATH -++ INFOPATH=/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/info:/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/info -++ export INFOPATH -++ __LMOD_REF_COUNT_INTEL_LICENSE_FILE='/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/licenses:1;/apps/intel/licenses:1' -++ export __LMOD_REF_COUNT_INTEL_LICENSE_FILE -++ INTEL_LICENSE_FILE=/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/licenses:/apps/intel/licenses -++ export INTEL_LICENSE_FILE -++ INTEL_PYTHONHOME=/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/python/intel64/ -++ export INTEL_PYTHONHOME -++ IPATH_NO_BACKTRACE=1 -++ export IPATH_NO_BACKTRACE -++ IP_INC4=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ip_v3.0.2_4 -++ export IP_INC4 -++ IP_INC8=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ip_v3.0.2_8 -++ export IP_INC8 -++ IP_INCd=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ip_v3.0.2_d -++ export IP_INCd -++ IP_LIB4=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libip_v3.0.2_4.a -++ export IP_LIB4 -++ IP_LIB8=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libip_v3.0.2_8.a -++ export IP_LIB8 -++ IP_LIBd=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libip_v3.0.2_d.a -++ export IP_LIBd -++ IP_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/ip_v3.0.2 -++ export IP_SRC -++ IP_VER=v3.0.2 -++ export IP_VER -++ I_MPI_CC=icc -++ export I_MPI_CC -++ I_MPI_F90=ifort -++ export I_MPI_F90 -++ I_MPI_HYDRA_BRANCH_COUNT=128 -++ export I_MPI_HYDRA_BRANCH_COUNT -++ I_MPI_HYDRA_PMI_CONNECT=alltoall -++ export I_MPI_HYDRA_PMI_CONNECT -++ I_MPI_ROOT=/apps/intel/compilers_and_libraries_2018/linux/mpi -++ export I_MPI_ROOT -++ I_MPI_TMI_PROVIDER=psm -++ export I_MPI_TMI_PROVIDER -++ JASPER_INC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/include/jasper_v1.900.1 -++ export JASPER_INC -++ JASPER_LIB=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/lib/libjasper_v1.900.1.a -++ export JASPER_LIB -++ JASPER_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/thirdParty -++ export JASPER_SRC -++ JASPER_VER=v1.900.1 -++ export JASPER_VER -++ __LMOD_REF_COUNT_LD_LIBRARY_PATH='/apps/netcdf/4.7.0/intel/18.0.5.274/lib:1;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib:1;/apps/slurm/default/lib:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/lib/intel64:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:2;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:2;/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/libipt/intel64/lib:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4:1' -++ export __LMOD_REF_COUNT_LD_LIBRARY_PATH -++ LD_LIBRARY_PATH=/apps/netcdf/4.7.0/intel/18.0.5.274/lib:/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib::/apps/slurm/default/lib:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/lib/intel64:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/libipt/intel64/lib:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4 -++ export LD_LIBRARY_PATH -++ __LMOD_REF_COUNT_LIBRARY_PATH='/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:2;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4:1' -++ export __LMOD_REF_COUNT_LIBRARY_PATH -++ LIBRARY_PATH=/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4 -++ export LIBRARY_PATH -++ LIB_NAME=POST -++ export LIB_NAME -++ LMOD_FAMILY_COMPILER=intel -++ export LMOD_FAMILY_COMPILER -++ LMOD_FAMILY_COMPILER_VERSION=18.0.5.274 -++ export LMOD_FAMILY_COMPILER_VERSION -++ LMOD_FAMILY_MPI=impi -++ export LMOD_FAMILY_MPI -++ LMOD_FAMILY_MPI_VERSION=2018.0.4 -++ export LMOD_FAMILY_MPI_VERSION -++ __LMOD_REF_COUNT_LOADEDMODULES='contrib:1;sutils/default:1;intel/18.0.5.274:1;impi/2018.0.4:1;netcdf/4.7.0:1;bacio/2.0.3:1;ip/3.0.2:1;nemsio/2.2.4:1;sp/2.0.3:1;w3emc/2.3.1:1;w3nco/2.0.7:1;g2/3.1.1:1;g2tmpl/1.6.0:1;crtm/2.2.6:1;jasper/1.900.1:1;png/1.2.44:1;z/1.2.11:1;post/8.0.1:1;esmf/8.0.0:1;cmake/3.9.0:1;fv3:1' -++ export __LMOD_REF_COUNT_LOADEDMODULES -++ LOADEDMODULES=contrib:sutils/default:intel/18.0.5.274:impi/2018.0.4:netcdf/4.7.0:bacio/2.0.3:ip/3.0.2:nemsio/2.2.4:sp/2.0.3:w3emc/2.3.1:w3nco/2.0.7:g2/3.1.1:g2tmpl/1.6.0:crtm/2.2.6:jasper/1.900.1:png/1.2.44:z/1.2.11:post/8.0.1:esmf/8.0.0:cmake/3.9.0:fv3 -++ export LOADEDMODULES -++ __LMOD_REF_COUNT_MANPATH='/apps/netcdf/4.7.0/intel/18.0.5.274/share/man:1;/apps/intel/compilers_and_libraries_2018/linux/mpi/man:1;/apps/intel/parallel_studio_xe_2018.4.057/man/common:1;/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/man:1;/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/man:1;/apps/lmod/lmod/share/man:1;/apps/local/man:1;/apps/slurm/default/share/man:1;/apps/slurm/tools/sbank/share/man:1' -++ export __LMOD_REF_COUNT_MANPATH -++ MANPATH=/apps/netcdf/4.7.0/intel/18.0.5.274/share/man:/apps/intel/compilers_and_libraries_2018/linux/mpi/man:/apps/intel/parallel_studio_xe_2018.4.057/man/common:/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/man:/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/man:/apps/lmod/lmod/share/man::/apps/local/man:/apps/slurm/default/share/man:/apps/slurm/tools/sbank/share/man -++ export MANPATH -++ __LMOD_REF_COUNT_MODULEPATH='/contrib/modulefiles:3;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:2;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1;/apps/modules/modulefamilies/intel:1;/apps/modules/modulefamilies/intel_impi:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles:1' -++ export __LMOD_REF_COUNT_MODULEPATH -++ MODULEPATH=/contrib/modulefiles:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles:/apps/modules/modulefamilies/intel:/apps/modules/modulefamilies/intel_impi:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles -++ export MODULEPATH -++ MPM_LAUNCHER=/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/mpm/mic/bin/start_mpm.sh -++ export MPM_LAUNCHER -++ NCEPLIBS=/scratch2/NCEPDEV/nwprod/NCEPLIBS -++ export NCEPLIBS -++ NEMSIO_INC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/nemsio_v2.2.4 -++ export NEMSIO_INC -++ NEMSIO_LIB=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libnemsio_v2.2.4.a -++ export NEMSIO_LIB -++ NEMSIO_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/nemsio_v2.2.4 -++ export NEMSIO_SRC -++ NEMSIO_VER=v2.2.4 -++ export NEMSIO_VER -++ NETCDF=/apps/netcdf/4.7.0/intel/18.0.5.274 -++ export NETCDF -++ __LMOD_REF_COUNT_NLSPATH='/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64/locale/%l_%t/%N:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin/locale/%l_%t/%N:1;/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/intel64/share/locale/%l_%t/%N:1' -++ export __LMOD_REF_COUNT_NLSPATH -++ NLSPATH=/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64/locale/%l_%t/%N:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin/locale/%l_%t/%N:/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/intel64/share/locale/%l_%t/%N -++ export NLSPATH -++ __LMOD_REF_COUNT_PATH='/contrib/cmake/3.9.0/bin:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/bin:1;/apps/netcdf/4.7.0/intel/18.0.5.274/bin:1;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/bin/intel64:1;/contrib/sutils/bin:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:1;/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/opt/ibutils/bin:1;/apps/local/bin:1;/apps/local/sbin:1;/apps/slurm/default/tools:1;/apps/slurm/default/bin:1;/apps/slurm/default/sbin:1;/apps/slurm/tools/sbank/bin:1;/home/Dusan.Jovic/bin:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/dbrowse:1' -++ export __LMOD_REF_COUNT_PATH -++ PATH=/contrib/cmake/3.9.0/bin:/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/bin:/apps/netcdf/4.7.0/intel/18.0.5.274/bin:/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/bin/intel64:/contrib/sutils/bin:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/opt/ibutils/bin:/apps/local/bin:/apps/local/sbin:/apps/slurm/default/tools:/apps/slurm/default/bin:/apps/slurm/default/sbin:/apps/slurm/tools/sbank/bin:/home/Dusan.Jovic/bin:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/dbrowse -++ export PATH -++ __LMOD_REF_COUNT_PKG_CONFIG_PATH=/apps/intel/compilers_and_libraries_2018/linux/mkl/bin/pkgconfig:1 -++ export __LMOD_REF_COUNT_PKG_CONFIG_PATH -++ PKG_CONFIG_PATH=/apps/intel/compilers_and_libraries_2018/linux/mkl/bin/pkgconfig -++ export PKG_CONFIG_PATH -++ PNG_INC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/png_v1.2.44 -++ export PNG_INC -++ PNG_LIB=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libpng_v1.2.44.a -++ export PNG_LIB -++ PNG_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/thirdParty -++ export PNG_SRC -++ PNG_VER=v1.2.44 -++ export PNG_VER -++ POST_INC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ncep_post_v8.0.1_4 -++ export POST_INC -++ POST_LIB=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libncep_post_v8.0.1_4.a -++ export POST_LIB -++ POST_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/post_v8.0.1 -++ export POST_SRC -++ POST_VER=v8.0.1 -++ export POST_VER -++ SLURM_UTILS_PATH=/contrib/sutils/bin -++ export SLURM_UTILS_PATH -++ SP_LIB4=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_4.a -++ export SP_LIB4 -++ SP_LIB8=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_8.a -++ export SP_LIB8 -++ SP_LIBd=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_d.a -++ export SP_LIBd -++ SP_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/sp_v2.0.3 -++ export SP_SRC -++ SP_VER=v2.0.3 -++ export SP_VER -++ W3EMC_INC4=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/w3emc_v2.3.1_4 -++ export W3EMC_INC4 -++ W3EMC_INC8=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/w3emc_v2.3.1_8 -++ export W3EMC_INC8 -++ W3EMC_INCd=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/w3emc_v2.3.1_d -++ export W3EMC_INCd -++ W3EMC_LIB4=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_4.a -++ export W3EMC_LIB4 -++ W3EMC_LIB8=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_8.a -++ export W3EMC_LIB8 -++ W3EMC_LIBd=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_d.a -++ export W3EMC_LIBd -++ W3EMC_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/w3emc_v2.3.1 -++ export W3EMC_SRC -++ W3EMC_VER=v2.3.1 -++ export W3EMC_VER -++ W3NCO_LIB4=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_4.a -++ export W3NCO_LIB4 -++ W3NCO_LIB8=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_8.a -++ export W3NCO_LIB8 -++ W3NCO_LIBd=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_d.a -++ export W3NCO_LIBd -++ W3NCO_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/w3nco_v2.0.7 -++ export W3NCO_SRC -++ W3NCO_VER=v2.0.7 -++ export W3NCO_VER -++ Z_INC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/z_v1.2.11 -++ export Z_INC -++ Z_LIB=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libz_v1.2.11.a -++ export Z_LIB -++ Z_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/thirdParty -++ export Z_SRC -++ Z_VER=v1.2.11 -++ export Z_VER -++ __LMOD_REF_COUNT__LMFILES_='/apps/modules/modulefiles/contrib:1;/contrib/modulefiles/sutils/default:1;/apps/modules/modulefiles/intel/18.0.5.274:1;/apps/modules/modulefamilies/intel/impi/2018.0.4:1;/apps/modules/modulefamilies/intel/netcdf/4.7.0:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/bacio/2.0.3:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/ip/3.0.2:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/nemsio/2.2.4:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/sp/2.0.3:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3emc/2.3.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3nco/2.0.7:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2/3.1.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2tmpl/1.6.0:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/crtm/2.2.6:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/jasper/1.900.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/png/1.2.44:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/z/1.2.11:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/post/8.0.1:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles/esmf/8.0.0:1;/contrib/modulefiles/cmake/3.9.0:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel/fv3:1' -++ export __LMOD_REF_COUNT__LMFILES_ -++ _LMFILES_=/apps/modules/modulefiles/contrib:/contrib/modulefiles/sutils/default:/apps/modules/modulefiles/intel/18.0.5.274:/apps/modules/modulefamilies/intel/impi/2018.0.4:/apps/modules/modulefamilies/intel/netcdf/4.7.0:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/bacio/2.0.3:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/ip/3.0.2:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/nemsio/2.2.4:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/sp/2.0.3:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3emc/2.3.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3nco/2.0.7:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2/3.1.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2tmpl/1.6.0:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/crtm/2.2.6:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/jasper/1.900.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/png/1.2.44:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/z/1.2.11:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/post/8.0.1:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles/esmf/8.0.0:/contrib/modulefiles/cmake/3.9.0:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel/fv3 -++ export _LMFILES_ -++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJpbXBpIix9LG1UPXtiYWNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvYmFjaW8vMi4wLjMiLFsiZnVsbE5hbWUiXT0iYmFjaW8vMi4wLjMiLFsibG9hZE9yZGVyIl09Nixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJiYWNpby8yLjAuMyIsfSxjbWFrZT17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9jbWFrZS8zLjkuMCIsWyJmdWxs -++ export _ModuleTable001_ -++ _ModuleTable002_=TmFtZSJdPSJjbWFrZS8zLjkuMCIsWyJsb2FkT3JkZXIiXT0yMCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjbWFrZS8zLjkuMCIsfSxjb250cmliPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvY29udHJpYiIsWyJmdWxsTmFtZSJdPSJjb250cmliIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY29udHJpYiIsfSxjcnRtPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9jcnRtLzIuMi42IixbImZ1bGxOYW1lIl09ImNydG0vMi4yLjYiLFsibG9hZE9yZGVy -++ export _ModuleTable002_ -++ _ModuleTable003_=Il09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL2Z2My1jYW0vRHVzYW4uSm92aWMvdWZzL3ByMTgvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvaGVyYS5pbnRlbC9mdjMiLFsi -++ export _ModuleTable003_ -++ _ModuleTable004_=ZnVsbE5hbWUiXT0iZnYzIixbImxvYWRPcmRlciJdPTIxLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTAsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImZ2MyIsfSxnMj17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzIvMy4xLjEiLFsiZnVsbE5hbWUiXT0iZzIvMy4xLjEiLFsibG9hZE9yZGVyIl09MTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZzIvMy4xLjEiLH0sZzJ0bXBsPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9nMnRtcGwvMS42LjAiLFsiZnVsbE5hbWUiXT0iZzJ0bXBsLzEuNi4w -++ export _ModuleTable004_ -++ _ModuleTable005_=IixbImxvYWRPcmRlciJdPTEzLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcydG1wbC8xLjYuMCIsfSxpbXBpPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwvaW1waS8yMDE4LjAuNCIsWyJmdWxsTmFtZSJdPSJpbXBpLzIwMTguMC40IixbImxvYWRPcmRlciJdPTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW1waS8yMDE4LjAuNCIsfSxpbnRlbD17WyJmbiJdPSIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL2ludGVsLzE4LjAuNS4yNzQiLFsiZnVsbE5hbWUiXT0iaW50ZWwvMTguMC41LjI3NCIsWyJsb2FkT3JkZXIi -++ export _ModuleTable005_ -++ _ModuleTable006_=XT0zLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImludGVsLzE4LjAuNS4yNzQiLH0saXA9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2lwLzMuMC4yIixbImZ1bGxOYW1lIl09ImlwLzMuMC4yIixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaXAvMy4wLjIiLH0samFzcGVyPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9qYXNwZXIvMS45MDAuMSIsWyJmdWxsTmFtZSJdPSJqYXNwZXIvMS45MDAuMSIsWyJsb2FkT3JkZXIi -++ export _ModuleTable006_ -++ _ModuleTable007_=XT0xNSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJqYXNwZXIvMS45MDAuMSIsfSxuZW1zaW89e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL25lbXNpby8yLjIuNCIsWyJmdWxsTmFtZSJdPSJuZW1zaW8vMi4yLjQiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZW1zaW8vMi4yLjQiLH0sbmV0Y2RmPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwvbmV0Y2RmLzQuNy4wIixbImZ1bGxOYW1lIl09Im5ldGNkZi80LjcuMCIsWyJsb2FkT3JkZXIi -++ export _ModuleTable007_ -++ _ModuleTable008_=XT01LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5ldGNkZi80LjcuMCIsfSxwbmc9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3BuZy8xLjIuNDQiLFsiZnVsbE5hbWUiXT0icG5nLzEuMi40NCIsWyJsb2FkT3JkZXIiXT0xNixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJwbmcvMS4yLjQ0Iix9LHBvc3Q9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3Bvc3QvOC4wLjEiLFsiZnVsbE5hbWUiXT0icG9zdC84LjAuMSIsWyJsb2FkT3JkZXIiXT0xOCxw -++ export _ModuleTable008_ -++ _ModuleTable009_=cm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJwb3N0LzguMC4xIix9LHNwPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9zcC8yLjAuMyIsWyJmdWxsTmFtZSJdPSJzcC8yLjAuMyIsWyJsb2FkT3JkZXIiXT05LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InNwLzIuMC4zIix9LHN1dGlscz17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9zdXRpbHMvZGVmYXVsdCIsWyJmdWxsTmFtZSJdPSJzdXRpbHMvZGVmYXVsdCIsWyJsb2FkT3JkZXIiXT0yLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0 -++ export _ModuleTable009_ -++ _ModuleTable010_=dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InN1dGlscyIsfSx3M2VtYz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNlbWMvMi4zLjEiLFsiZnVsbE5hbWUiXT0idzNlbWMvMi4zLjEiLFsibG9hZE9yZGVyIl09MTAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNlbWMvMi4zLjEiLH0sdzNuY289e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czbmNvLzIuMC43IixbImZ1bGxOYW1lIl09InczbmNvLzIuMC43IixbImxvYWRPcmRlciJdPTExLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMi -++ export _ModuleTable010_ -++ _ModuleTable011_=XT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHo9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3ovMS4yLjExIixbImZ1bGxOYW1lIl09InovMS4yLjExIixbImxvYWRPcmRlciJdPTE3LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InovMS4yLjExIix9LH0sbXBhdGhBPXsiL2NvbnRyaWIvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDIvTkNFUERFVi9mdjMtY2FtL0R1c2FuLkpvdmljL3Vmcy9wcjE4L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL2hlcmEuaW50ZWwiLCIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi9hcHBz -++ export _ModuleTable011_ -++ _ModuleTable012_=L21vZHVsZXMvbW9kdWxlZmlsZXMvTGludXgiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L2NyYXlwZS9kZWZhdWx0L21vZHVsZWZpbGVzIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbCIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWxfaW1waSIsIi9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcyIsIi9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmU6L2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9M -++ export _ModuleTable012_ -++ _ModuleTable013_=aW51eDovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzOi9vcHQvY3JheS9tb2R1bGVmaWxlczovb3B0L2NyYXkvY3JheXBlL2RlZmF1bHQvbW9kdWxlZmlsZXMiLH0= -++ export _ModuleTable013_ -++ _ModuleTable_Sz_=13 -++ export _ModuleTable_Sz_ -++ : -s sh -+ eval -+ module list -++ /apps/lmod/7.7.18/libexec/lmod bash list -+ eval echo ''\'''\'';' echo ''\''Currently'\''' ''\''Loaded'\''' ''\''Modules:'\'';' echo ''\'''\''' ''\'''\''' ''\''1)'\''' ''\''contrib'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''7)'\''' ''\''ip/3.0.2'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''13)'\''' ''\''g2tmpl/1.6.0'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''19)'\''' ''\''esmf/8.0.0'\'';' echo ''\'''\''' ''\'''\''' ''\''2)'\''' ''\''sutils/default'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''8)'\''' ''\''nemsio/2.2.4'\''' ''\'''\''' ''\''14)'\''' ''\''crtm/2.2.6'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''20)'\''' ''\''cmake/3.9.0'\'';' echo ''\'''\''' ''\'''\''' ''\''3)'\''' ''\''intel/18.0.5.274'\''' ''\'''\''' ''\'''\''' ''\''9)'\''' ''\''sp/2.0.3'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''15)'\''' ''\''jasper/1.900.1'\''' ''\'''\''' ''\''21)'\''' ''\''fv3'\'';' echo ''\'''\''' ''\'''\''' ''\''4)'\''' ''\''impi/2018.0.4'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''10)'\''' ''\''w3emc/2.3.1'\''' ''\'''\''' ''\'''\''' ''\''16)'\''' ''\''png/1.2.44'\'';' echo ''\'''\''' ''\'''\''' ''\''5)'\''' ''\''netcdf/4.7.0'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''11)'\''' ''\''w3nco/2.0.7'\''' ''\'''\''' ''\'''\''' ''\''17)'\''' ''\''z/1.2.11'\'';' echo ''\'''\''' ''\'''\''' ''\''6)'\''' ''\''bacio/2.0.3'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''12)'\''' ''\''g2/3.1.1'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''18)'\''' ''\''post/8.0.1'\'';' echo ''\'''\'';' echo ''\'''\''' ''\'''\'';' echo ''\'''\'';' 'MODULEPATH="/contrib/modulefiles:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles:/apps/modules/modulefamilies/intel:/apps/modules/modulefamilies/intel_impi:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles";' export 'MODULEPATH;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJpbXBpIix9LG1UPXtiYWNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvYmFjaW8vMi4wLjMiLFsiZnVsbE5hbWUiXT0iYmFjaW8vMi4wLjMiLFsibG9hZE9yZGVyIl09Nixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJiYWNpby8yLjAuMyIsfSxjbWFrZT17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9jbWFrZS8zLjkuMCIsWyJmdWxs";' export '_ModuleTable001_;' '_ModuleTable002_="TmFtZSJdPSJjbWFrZS8zLjkuMCIsWyJsb2FkT3JkZXIiXT0yMCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjbWFrZS8zLjkuMCIsfSxjb250cmliPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvY29udHJpYiIsWyJmdWxsTmFtZSJdPSJjb250cmliIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY29udHJpYiIsfSxjcnRtPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9jcnRtLzIuMi42IixbImZ1bGxOYW1lIl09ImNydG0vMi4yLjYiLFsibG9hZE9yZGVy";' export '_ModuleTable002_;' '_ModuleTable003_="Il09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL2Z2My1jYW0vRHVzYW4uSm92aWMvdWZzL3ByMTgvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvaGVyYS5pbnRlbC9mdjMiLFsi";' export '_ModuleTable003_;' '_ModuleTable004_="ZnVsbE5hbWUiXT0iZnYzIixbImxvYWRPcmRlciJdPTIxLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTAsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImZ2MyIsfSxnMj17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzIvMy4xLjEiLFsiZnVsbE5hbWUiXT0iZzIvMy4xLjEiLFsibG9hZE9yZGVyIl09MTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZzIvMy4xLjEiLH0sZzJ0bXBsPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9nMnRtcGwvMS42LjAiLFsiZnVsbE5hbWUiXT0iZzJ0bXBsLzEuNi4w";' export '_ModuleTable004_;' '_ModuleTable005_="IixbImxvYWRPcmRlciJdPTEzLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcydG1wbC8xLjYuMCIsfSxpbXBpPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwvaW1waS8yMDE4LjAuNCIsWyJmdWxsTmFtZSJdPSJpbXBpLzIwMTguMC40IixbImxvYWRPcmRlciJdPTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW1waS8yMDE4LjAuNCIsfSxpbnRlbD17WyJmbiJdPSIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL2ludGVsLzE4LjAuNS4yNzQiLFsiZnVsbE5hbWUiXT0iaW50ZWwvMTguMC41LjI3NCIsWyJsb2FkT3JkZXIi";' export '_ModuleTable005_;' '_ModuleTable006_="XT0zLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImludGVsLzE4LjAuNS4yNzQiLH0saXA9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2lwLzMuMC4yIixbImZ1bGxOYW1lIl09ImlwLzMuMC4yIixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaXAvMy4wLjIiLH0samFzcGVyPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9qYXNwZXIvMS45MDAuMSIsWyJmdWxsTmFtZSJdPSJqYXNwZXIvMS45MDAuMSIsWyJsb2FkT3JkZXIi";' export '_ModuleTable006_;' '_ModuleTable007_="XT0xNSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJqYXNwZXIvMS45MDAuMSIsfSxuZW1zaW89e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL25lbXNpby8yLjIuNCIsWyJmdWxsTmFtZSJdPSJuZW1zaW8vMi4yLjQiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZW1zaW8vMi4yLjQiLH0sbmV0Y2RmPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwvbmV0Y2RmLzQuNy4wIixbImZ1bGxOYW1lIl09Im5ldGNkZi80LjcuMCIsWyJsb2FkT3JkZXIi";' export '_ModuleTable007_;' '_ModuleTable008_="XT01LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5ldGNkZi80LjcuMCIsfSxwbmc9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3BuZy8xLjIuNDQiLFsiZnVsbE5hbWUiXT0icG5nLzEuMi40NCIsWyJsb2FkT3JkZXIiXT0xNixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJwbmcvMS4yLjQ0Iix9LHBvc3Q9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3Bvc3QvOC4wLjEiLFsiZnVsbE5hbWUiXT0icG9zdC84LjAuMSIsWyJsb2FkT3JkZXIiXT0xOCxw";' export '_ModuleTable008_;' '_ModuleTable009_="cm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJwb3N0LzguMC4xIix9LHNwPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9zcC8yLjAuMyIsWyJmdWxsTmFtZSJdPSJzcC8yLjAuMyIsWyJsb2FkT3JkZXIiXT05LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InNwLzIuMC4zIix9LHN1dGlscz17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9zdXRpbHMvZGVmYXVsdCIsWyJmdWxsTmFtZSJdPSJzdXRpbHMvZGVmYXVsdCIsWyJsb2FkT3JkZXIiXT0yLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0";' export '_ModuleTable009_;' '_ModuleTable010_="dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InN1dGlscyIsfSx3M2VtYz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNlbWMvMi4zLjEiLFsiZnVsbE5hbWUiXT0idzNlbWMvMi4zLjEiLFsibG9hZE9yZGVyIl09MTAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNlbWMvMi4zLjEiLH0sdzNuY289e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czbmNvLzIuMC43IixbImZ1bGxOYW1lIl09InczbmNvLzIuMC43IixbImxvYWRPcmRlciJdPTExLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMi";' export '_ModuleTable010_;' '_ModuleTable011_="XT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHo9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3ovMS4yLjExIixbImZ1bGxOYW1lIl09InovMS4yLjExIixbImxvYWRPcmRlciJdPTE3LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InovMS4yLjExIix9LH0sbXBhdGhBPXsiL2NvbnRyaWIvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDIvTkNFUERFVi9mdjMtY2FtL0R1c2FuLkpvdmljL3Vmcy9wcjE4L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL2hlcmEuaW50ZWwiLCIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi9hcHBz";' export '_ModuleTable011_;' '_ModuleTable012_="L21vZHVsZXMvbW9kdWxlZmlsZXMvTGludXgiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L2NyYXlwZS9kZWZhdWx0L21vZHVsZWZpbGVzIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbCIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWxfaW1waSIsIi9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcyIsIi9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmU6L2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9M";' export '_ModuleTable012_;' '_ModuleTable013_="aW51eDovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzOi9vcHQvY3JheS9tb2R1bGVmaWxlczovb3B0L2NyYXkvY3JheXBlL2RlZmF1bHQvbW9kdWxlZmlsZXMiLH0=";' export '_ModuleTable013_;' '_ModuleTable_Sz_="13";' export '_ModuleTable_Sz_;' -++ echo '' - -++ echo Currently Loaded Modules: -Currently Loaded Modules: -++ echo '' '' '1)' contrib '' '' '' '' '' '' '' '' '' '' '' '7)' ip/3.0.2 '' '' '' '' '' '13)' g2tmpl/1.6.0 '' '' '' '19)' esmf/8.0.0 - 1) contrib 7) ip/3.0.2 13) g2tmpl/1.6.0 19) esmf/8.0.0 -++ echo '' '' '2)' sutils/default '' '' '' '' '8)' nemsio/2.2.4 '' '14)' crtm/2.2.6 '' '' '' '' '' '20)' cmake/3.9.0 - 2) sutils/default 8) nemsio/2.2.4 14) crtm/2.2.6 20) cmake/3.9.0 -++ echo '' '' '3)' intel/18.0.5.274 '' '' '9)' sp/2.0.3 '' '' '' '' '' '15)' jasper/1.900.1 '' '21)' fv3 - 3) intel/18.0.5.274 9) sp/2.0.3 15) jasper/1.900.1 21) fv3 -++ echo '' '' '4)' impi/2018.0.4 '' '' '' '' '10)' w3emc/2.3.1 '' '' '16)' png/1.2.44 - 4) impi/2018.0.4 10) w3emc/2.3.1 16) png/1.2.44 -++ echo '' '' '5)' netcdf/4.7.0 '' '' '' '' '' '11)' w3nco/2.0.7 '' '' '17)' z/1.2.11 - 5) netcdf/4.7.0 11) w3nco/2.0.7 17) z/1.2.11 -++ echo '' '' '6)' bacio/2.0.3 '' '' '' '' '' '' '12)' g2/3.1.1 '' '' '' '' '' '18)' post/8.0.1 - 6) bacio/2.0.3 12) g2/3.1.1 18) post/8.0.1 -++ echo '' - -++ echo '' '' - -++ echo '' - -++ MODULEPATH=/contrib/modulefiles:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles:/apps/modules/modulefamilies/intel:/apps/modules/modulefamilies/intel_impi:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles -++ export MODULEPATH -++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJpbXBpIix9LG1UPXtiYWNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvYmFjaW8vMi4wLjMiLFsiZnVsbE5hbWUiXT0iYmFjaW8vMi4wLjMiLFsibG9hZE9yZGVyIl09Nixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJiYWNpby8yLjAuMyIsfSxjbWFrZT17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9jbWFrZS8zLjkuMCIsWyJmdWxs -++ export _ModuleTable001_ -++ _ModuleTable002_=TmFtZSJdPSJjbWFrZS8zLjkuMCIsWyJsb2FkT3JkZXIiXT0yMCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjbWFrZS8zLjkuMCIsfSxjb250cmliPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvY29udHJpYiIsWyJmdWxsTmFtZSJdPSJjb250cmliIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY29udHJpYiIsfSxjcnRtPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9jcnRtLzIuMi42IixbImZ1bGxOYW1lIl09ImNydG0vMi4yLjYiLFsibG9hZE9yZGVy -++ export _ModuleTable002_ -++ _ModuleTable003_=Il09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL2Z2My1jYW0vRHVzYW4uSm92aWMvdWZzL3ByMTgvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvaGVyYS5pbnRlbC9mdjMiLFsi -++ export _ModuleTable003_ -++ _ModuleTable004_=ZnVsbE5hbWUiXT0iZnYzIixbImxvYWRPcmRlciJdPTIxLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTAsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImZ2MyIsfSxnMj17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzIvMy4xLjEiLFsiZnVsbE5hbWUiXT0iZzIvMy4xLjEiLFsibG9hZE9yZGVyIl09MTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZzIvMy4xLjEiLH0sZzJ0bXBsPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9nMnRtcGwvMS42LjAiLFsiZnVsbE5hbWUiXT0iZzJ0bXBsLzEuNi4w -++ export _ModuleTable004_ -++ _ModuleTable005_=IixbImxvYWRPcmRlciJdPTEzLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcydG1wbC8xLjYuMCIsfSxpbXBpPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwvaW1waS8yMDE4LjAuNCIsWyJmdWxsTmFtZSJdPSJpbXBpLzIwMTguMC40IixbImxvYWRPcmRlciJdPTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW1waS8yMDE4LjAuNCIsfSxpbnRlbD17WyJmbiJdPSIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL2ludGVsLzE4LjAuNS4yNzQiLFsiZnVsbE5hbWUiXT0iaW50ZWwvMTguMC41LjI3NCIsWyJsb2FkT3JkZXIi -++ export _ModuleTable005_ -++ _ModuleTable006_=XT0zLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImludGVsLzE4LjAuNS4yNzQiLH0saXA9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2lwLzMuMC4yIixbImZ1bGxOYW1lIl09ImlwLzMuMC4yIixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaXAvMy4wLjIiLH0samFzcGVyPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9qYXNwZXIvMS45MDAuMSIsWyJmdWxsTmFtZSJdPSJqYXNwZXIvMS45MDAuMSIsWyJsb2FkT3JkZXIi -++ export _ModuleTable006_ -++ _ModuleTable007_=XT0xNSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJqYXNwZXIvMS45MDAuMSIsfSxuZW1zaW89e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL25lbXNpby8yLjIuNCIsWyJmdWxsTmFtZSJdPSJuZW1zaW8vMi4yLjQiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZW1zaW8vMi4yLjQiLH0sbmV0Y2RmPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwvbmV0Y2RmLzQuNy4wIixbImZ1bGxOYW1lIl09Im5ldGNkZi80LjcuMCIsWyJsb2FkT3JkZXIi -++ export _ModuleTable007_ -++ _ModuleTable008_=XT01LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5ldGNkZi80LjcuMCIsfSxwbmc9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3BuZy8xLjIuNDQiLFsiZnVsbE5hbWUiXT0icG5nLzEuMi40NCIsWyJsb2FkT3JkZXIiXT0xNixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJwbmcvMS4yLjQ0Iix9LHBvc3Q9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3Bvc3QvOC4wLjEiLFsiZnVsbE5hbWUiXT0icG9zdC84LjAuMSIsWyJsb2FkT3JkZXIiXT0xOCxw -++ export _ModuleTable008_ -++ _ModuleTable009_=cm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJwb3N0LzguMC4xIix9LHNwPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9zcC8yLjAuMyIsWyJmdWxsTmFtZSJdPSJzcC8yLjAuMyIsWyJsb2FkT3JkZXIiXT05LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InNwLzIuMC4zIix9LHN1dGlscz17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9zdXRpbHMvZGVmYXVsdCIsWyJmdWxsTmFtZSJdPSJzdXRpbHMvZGVmYXVsdCIsWyJsb2FkT3JkZXIiXT0yLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0 -++ export _ModuleTable009_ -++ _ModuleTable010_=dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InN1dGlscyIsfSx3M2VtYz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNlbWMvMi4zLjEiLFsiZnVsbE5hbWUiXT0idzNlbWMvMi4zLjEiLFsibG9hZE9yZGVyIl09MTAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNlbWMvMi4zLjEiLH0sdzNuY289e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czbmNvLzIuMC43IixbImZ1bGxOYW1lIl09InczbmNvLzIuMC43IixbImxvYWRPcmRlciJdPTExLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMi -++ export _ModuleTable010_ -++ _ModuleTable011_=XT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHo9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3ovMS4yLjExIixbImZ1bGxOYW1lIl09InovMS4yLjExIixbImxvYWRPcmRlciJdPTE3LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InovMS4yLjExIix9LH0sbXBhdGhBPXsiL2NvbnRyaWIvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDIvTkNFUERFVi9mdjMtY2FtL0R1c2FuLkpvdmljL3Vmcy9wcjE4L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL2hlcmEuaW50ZWwiLCIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi9hcHBz -++ export _ModuleTable011_ -++ _ModuleTable012_=L21vZHVsZXMvbW9kdWxlZmlsZXMvTGludXgiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L2NyYXlwZS9kZWZhdWx0L21vZHVsZWZpbGVzIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbCIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWxfaW1waSIsIi9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcyIsIi9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmU6L2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9M -++ export _ModuleTable012_ -++ _ModuleTable013_=aW51eDovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzOi9vcHQvY3JheS9tb2R1bGVmaWxlczovb3B0L2NyYXkvY3JheXBlL2RlZmF1bHQvbW9kdWxlZmlsZXMiLH0= -++ export _ModuleTable013_ -++ _ModuleTable_Sz_=13 -++ export _ModuleTable_Sz_ -++ : -s sh -+ eval -+ cd build_fv3_3 -+ cmake /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model -D32BIT=Y --- The C compiler identification is Intel 18.0.5.20180823 --- The CXX compiler identification is Intel 18.0.5.20180823 --- The Fortran compiler identification is Intel 18.0.5.20180823 --- Check for working C compiler: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiicc --- Check for working C compiler: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiicc -- works --- Detecting C compiler ABI info --- Detecting C compiler ABI info - done --- Detecting C compile features --- Detecting C compile features - done --- Check for working CXX compiler: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiicpc --- Check for working CXX compiler: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiicpc -- works --- Detecting CXX compiler ABI info --- Detecting CXX compiler ABI info - done --- Detecting CXX compile features --- Detecting CXX compile features - done --- Check for working Fortran compiler: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort --- Check for working Fortran compiler: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -- works --- Detecting Fortran compiler ABI info --- Detecting Fortran compiler ABI info - done --- Checking whether /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort supports Fortran 90 --- Checking whether /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort supports Fortran 90 -- yes --- Found MPI_C: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpifort.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/release_mt/libmpi.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpigi.a;/usr/lib64/libdl.so;/usr/lib64/librt.so;/usr/lib64/libpthread.so --- Found MPI_CXX: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpicxx.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpifort.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/release_mt/libmpi.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpigi.a;/usr/lib64/libdl.so;/usr/lib64/librt.so;/usr/lib64/libpthread.so --- Found MPI_Fortran: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpifort.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/release_mt/libmpi.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpigi.a;/usr/lib64/libdl.so;/usr/lib64/librt.so;/usr/lib64/libpthread.so -ESMFMKFILE: /scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/lib/esmf.mk - Found ESMF: -ESMF_VERSION_MAJOR: 8 -ESMF_F90COMPILEPATHS: /scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod;/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include;/apps/netcdf/4.6.1/intel/16.1.150/include -ESMF_F90ESMFLINKRPATHS: -Wl,-rpath,/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/lib -ESMF_F90ESMFLINKLIBS: -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf --- Found ESMF: /scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod;/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include;/apps/netcdf/4.6.1/intel/16.1.150/include (found version "8.0.0") - -Setting configuration for hera.intel - -C compiler: Intel 18.0.5.20180823 (mpiicc) -CXX compiler: Intel 18.0.5.20180823 (mpiicpc) -Fortran compiler: Intel 18.0.5.20180823 (mpiifort) - -DEBUG is disabled -REPRO is disabled -32BIT is ENABLED -OPENMP is ENABLED -AVX2 is ENABLED -INLINE_POST is ENABLED - - -Selected physics package: gfs - -Force 64 bits in gfsphysics -Force 64 bits in ipd -Force 64 bits in stochastic_physics --- Configuring done --- Generating done --- Build files have been written to: /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_3 -+ make -j 8 -Scanning dependencies of target fv3cpl -[ 1%] Building Fortran object FV3/cpl/CMakeFiles/fv3cpl.dir/module_cap_cpl.F90.o -[ 1%] Building Fortran object FV3/cpl/CMakeFiles/fv3cpl.dir/module_cplfields.F90.o -Scanning dependencies of target gfsphysics -Scanning dependencies of target fms -[ 2%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/co2hc.f.o -[ 2%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_composition.f.o -[ 2%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/machine.F.o -[ 3%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/efield.f.o -[ 5%] Building Fortran object CMakeFiles/fms.dir/FMS/platform/platform.F90.o -[ 5%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/wam_f107_kp_mod.f90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 5%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_parameter.F90.o -[ 5%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mersenne_twister.f.o -[ 5%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_core.F90.o -[ 5%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_input.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 5%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/GFDL_parse_tracers.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 5%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/cloud_interpolator.F90.o -[ 5%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_io.F90.o -[ 5%] Building Fortran object CMakeFiles/fms.dir/FMS/random_numbers/MersenneTwister.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 6%] Building Fortran object CMakeFiles/fms.dir/FMS/sat_vapor_pres/sat_vapor_pres_k.F90.o -[ 6%] Linking Fortran static library libfv3cpl.a -[ 6%] Building Fortran object CMakeFiles/fms.dir/FMS/constants/constants.F90.o -[ 8%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/iounitdef.f.o -[ 8%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_data.F90.o -[ 8%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/namelist_soilveg.f.o -[ 8%] Built target fv3cpl -[ 8%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_wrf_utl.f90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 8%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/noahmp_tables.f90.o -[ 8%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_mp_radar.F90.o -[ 8%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/physcons.F90.o -[ 8%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/date_def.f.o -[ 9%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/progtm_module.f.o -[ 9%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp.F90.o -[ 9%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/aerclm_def.f.o -[ 9%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2o_def.f.o -[ 9%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/physparam.f.o -[ 10%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ozne_def.f.o -[ 10%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gfs_phy_tracer_config.F.o -[ 10%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/surface_perturbation.F90.o -[ 10%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_sf_noahmp_glacier.f90.o -[ 11%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_sf_noahmplsm.f90.o -[ 11%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/iccn_def.f.o -[ 12%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/micro_mg_utils.F90.o -[ 12%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gfdl_cloud_microphys.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/tracer_const_h.f.o -[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/funcphys.f90.o -[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_ugwp_initialize.F90.o -[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radlw_param.f.o -[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_astronomy.f.o -[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radsw_param.f.o -[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_surface.f.o -[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_nst_parameters.f90.o -[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/aer_cloud.F.o -[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_mp_thompson_gfs.F90.o -[ 15%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_mp_wsm6_fv3.F90.o -[ 15%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/get_prs_fv3.f90.o -[ 16%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_cice.f.o -[ 16%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_diff.f.o -[ 16%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_ugwp_module.F90.o -[ 16%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/rascnvv2.f.o -[ 16%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_aerosols.f.o -ifort: command line warning #10121: overriding '-xCORE-AVX2' with '-xCORE-AVX-I' -[ 16%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_bfmicrophysics.f.o -[ 16%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_gases.f.o -[ 17%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radlw_datatb.f.o -[ 18%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radsw_datatb.f.o -[ 18%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/wv_saturation.F.o -[ 19%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cs_conv.F90.o -[ 19%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_nst_water_prop.f90.o -[ 19%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_diag.f.o -[ 20%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_drv.f.o -[ 20%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_ocean.f.o -[ 21%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_sice.f.o -[ 21%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_efp.F90.o -[ 21%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_typedefs.F90.o -[ 21%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_memutils.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 22%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_pset.F90.o -[ 23%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_type.F90.o -[ 24%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/gradient.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 25%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_clouds.f.o -[ 25%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_nst_model.f90.o -[ 25%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radsw_main.f.o -[ 25%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radlw_main.f.o -[ 25%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_domains.F90.o -[ 25%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cldmacro.F.o -[ 26%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cldwat2m_micro.F.o -[ 26%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/micro_mg2_0.F90.o -[ 26%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/micro_mg3_0.F90.o -[ 26%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_nst.f.o -[ 26%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_diagnostics.F90.o -[ 27%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_radiation_driver.F90.o -[ 27%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_physics_driver.F90.o -[ 27%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_restart.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 28%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_io.F90.o -[ 28%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_comm.F90.o -Compiling in MPI mode (with or without MPP) -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 28%] Building Fortran object CMakeFiles/fms.dir/FMS/memutils/memutils.F90.o -[ 28%] Building Fortran object CMakeFiles/fms.dir/FMS/fms/fms_io.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 29%] Building Fortran object CMakeFiles/fms.dir/FMS/fms/fms.F90.o -[ 29%] Building Fortran object CMakeFiles/fms.dir/FMS/time_manager/time_manager.F90.o -[ 29%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_conserve.F90.o -[ 29%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_grid.F90.o -[ 29%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bicubic.F90.o -[ 29%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_spherical.F90.o -[ 29%] Building Fortran object CMakeFiles/fms.dir/FMS/axis_utils/axis_utils.F90.o -[ 30%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bilinear.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 30%] Building Fortran object CMakeFiles/fms.dir/FMS/field_manager/field_manager.F90.o -[ 30%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/mosaic.F90.o -[ 31%] Building Fortran object CMakeFiles/fms.dir/FMS/topography/gaussian_topog.F90.o -[ 31%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_data.F90.o -[ 33%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_types.F90.o -[ 33%] Building Fortran object CMakeFiles/fms.dir/FMS/time_manager/get_cal_time.F90.o -[ 33%] Building Fortran object CMakeFiles/fms.dir/FMS/time_interp/time_interp.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_manifest.F90.o -[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_axis.F90.o -[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/xbt_drop_rate_adjust.f90.o -[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/write_ocean_data.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_output.F90.o -[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/field_manager/fm_util.F90.o -[ 36%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_util.F90.o -[ 36%] Building Fortran object CMakeFiles/fms.dir/FMS/time_interp/time_interp_external.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 36%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_table.F90.o -[ 36%] Building Fortran object CMakeFiles/fms.dir/FMS/data_override/data_override.F90.o -[ 36%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_manager.F90.o -[ 36%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_driver.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 37%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_abstraction_layer.F90.o -[ 38%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_solar_heating.f.o -[ 38%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2oc.f.o -[ 38%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_tracer.f.o -[ 39%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ideaca.f.o -[ 39%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfcsub.F.o -[ 39%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ugwp_driver_v0.f.o -[ 39%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cnvc90.f.o -[ 39%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/dcyc2.f.o -[ 39%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/dcyc2.pre.rad.f.o -[ 39%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/get_prs.f.o -[ 39%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gocart_tracer_config_stub.f.o -[ 40%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gscond.f.o -[ 40%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gscondp.f.o -[ 40%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gwdc.f.o -[ 41%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gwdps.f.o -[ 41%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_orowam2017.f.o -[ 41%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2ohdc.f.o -[ 41%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2ophys.f.o -[ 41%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_co2.f.o -[ 41%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_dissipation.f.o -[ 42%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_h2o.f.o -[ 42%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_ion.f.o -[ 42%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_o2_o3.f.o -[ 43%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_phys.f.o -[ 43%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/lrgsclr.f.o -[ 44%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfpbl.f.o -[ 44%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfpblt.f.o -[ 44%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfpbltq.f.o -[ 45%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/coupler_types.F90.o -[ 45%] Building Fortran object CMakeFiles/fms.dir/FMS/exchange/stock_constants.F90.o -[ 45%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfscu.f.o -[ 46%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfscuq.f.o -[ 46%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninedmf.f.o -[ 46%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninedmf_hafs.f.o -[ 47%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninp.f.o -[ 47%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninp1.f.o -[ 47%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninq.f.o -[ 48%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninq1.f.o -[ 48%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninshoc.f.o -[ 48%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mstadb.f.o -[ 49%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mstadbtn.f.o -[ 49%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mstcnv.f.o -[ 49%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mstadbtn2.f.o -[ 50%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ozphys.f.o -[ 50%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ozphys_2015.f.o -[ 50%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/precpd.f.o -[ 51%] Building Fortran object CMakeFiles/fms.dir/FMS/amip_interp/amip_interp.F90.o -[ 51%] Building Fortran object CMakeFiles/fms.dir/FMS/astronomy/astronomy.F90.o -[ 51%] Building Fortran object CMakeFiles/fms.dir/FMS/block_control/block_control.F90.o -[ 52%] Building Fortran object CMakeFiles/fms.dir/FMS/column_diagnostics/column_diagnostics.F90.o -[ 52%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/atmos_ocean_fluxes.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 52%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/ensemble_manager.F90.o -[ 53%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters.F90.o -[ 54%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/precpd_shoc.f.o -[ 54%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/precpdp.f.o -Compiling in MPI mode (with or without MPP) -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 54%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/progt2.f.o -[ 54%] Building Fortran object CMakeFiles/fms.dir/FMS/exchange/xgrid.F90.o -[ 54%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft.F90.o -[ 54%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/rad_initialize.f.o -[ 55%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/rayleigh_damp.f.o -[ 55%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/rayleigh_damp_mesopause.f.o -[ 55%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/samfaerosols.f.o -[ 56%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft99.F90.o -[ 56%] Building Fortran object CMakeFiles/fms.dir/FMS/interpolator/interpolator.F90.o -[ 57%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/grid.F90.o -[ 57%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/samfdeepcnv.f.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 57%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_utilities.F90.o -[ 57%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/samfshalcnv.f.o -[ 57%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sascnv.f.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 57%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sascnvn.f.o -[ 57%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core.F90.o -[ 58%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/satmedmfvdif.f.o -[ 58%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core_ecda.F90.o -[ 58%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/satmedmfvdifq.f.o -[ 58%] Building Fortran object CMakeFiles/fms.dir/FMS/random_numbers/random_numbers.F90.o -[ 58%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/set_soilveg.f.o -[ 58%] Building Fortran object CMakeFiles/fms.dir/FMS/sat_vapor_pres/sat_vapor_pres.F90.o -[ 58%] Building Fortran object CMakeFiles/fms.dir/FMS/station_data/station_data.F90.o -[ 58%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_noahmp_drv.f.o -[ 58%] Building Fortran object CMakeFiles/fms.dir/FMS/topography/topography.F90.o -[ 58%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sflx.f.o -[ 58%] Building Fortran object CMakeFiles/fms.dir/FMS/tracer_manager/tracer_manager.F90.o -[ 58%] Building Fortran object CMakeFiles/fms.dir/FMS/tridiagonal/tridiagonal.F90.o -[ 58%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcnv.f.o -[ 59%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcv.f.o -[ 59%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcv_1lyr.f.o -[ 60%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/quicksort.F90.o -[ 60%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcv_fixdp.f.o -[ 61%] Building C object CMakeFiles/fms.dir/FMS/memutils/memuse.c.o -[ 61%] Building C object CMakeFiles/fms.dir/FMS/mosaic/create_xgrid.c.o -[ 61%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcv_opr.f.o -[ 61%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/tridi2t3.f.o -[ 61%] Building C object CMakeFiles/fms.dir/FMS/mosaic/gradient_c2l.c.o -[ 62%] Building C object CMakeFiles/fms.dir/FMS/mosaic/interp.c.o -[ 62%] Building C object CMakeFiles/fms.dir/FMS/mosaic/mosaic_util.c.o -[ 62%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/calpreciptype.f90.o -[ 62%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gcm_shoc.f90.o -[ 62%] Building C object CMakeFiles/fms.dir/FMS/mosaic/read_mosaic.c.o -[ 63%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2ointerp.f90.o -[ 64%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ozinterp.f90.o -[ 64%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/iccninterp.f90.o -[ 64%] Building C object CMakeFiles/fms.dir/FMS/affinity/affinity.c.o -[ 65%] Building C object CMakeFiles/fms.dir/FMS/mpp/nsclock.c.o -[ 65%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/aerinterp.f90.o -[ 66%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/num_parthds.F.o -[ 67%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gcycle.F90.o -[ 68%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_ugwp_utils.F90.o -[ 68%] Building C object CMakeFiles/fms.dir/FMS/mpp/threadloc.c.o -[ 68%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_ugwp_triggers.F90.o -[ 68%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_ugwp_solvers.F90.o -[ 68%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_vert_lsatdis.F90.o -[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_vert_orodis.F90.o -[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_vert_wmsdis.F90.o -[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/m_micro_driver.F90.o -[ 70%] Linking Fortran static library libgfsphysics.a -[ 70%] Built target gfsphysics -Scanning dependencies of target ipd -[ 70%] Building Fortran object FV3/ipd/CMakeFiles/ipd.dir/IPD_typedefs.F90.o -[ 70%] Building Fortran object FV3/ipd/CMakeFiles/ipd.dir/IPD_driver.F90.o -[ 70%] Linking Fortran static library libipd.a -[ 70%] Built target ipd -[ 70%] Linking Fortran static library FMS/libfms.a -[ 70%] Built target fms -Scanning dependencies of target io -[ 70%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_fv3_io_def.F90.o -[ 70%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_internal_state.F90.o -Scanning dependencies of target fv3core -[ 73%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/external_sst.F90.o -[ 73%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_arrays.F90.o -[ 73%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_fill.F90.o -[ 73%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/sim_nc_mod.F90.o -[ 73%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/DYCORE_typedefs.F90.o -[ 74%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_netcdf.F90.o -[ 74%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_nemsio.F90.o -[ 74%] Building Fortran object FV3/io/CMakeFiles/io.dir/post_gfs.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 74%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_mp_mod.F90.o -[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/sorted_index.F90.o -[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_timing.F90.o -[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_cmp.F90.o -[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_eta.F90.o -[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_sg.F90.o -[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/boundary.F90.o -[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_grid_utils.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/a2b_edge.F90.o -[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/tp_core.F90.o -[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_mapz.F90.o -[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_surf_map.F90.o -[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_grid_tools.F90.o -[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/init_hydro.F90.o -[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_treat_da_inc.F90.o -[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_iau_mod.F90.o -[ 77%] Building Fortran object FV3/io/CMakeFiles/io.dir/FV3GFS_io.F90.o -[ 78%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_wrt_grid_comp.F90.o -[ 78%] Building Fortran object FV3/io/CMakeFiles/io.dir/ffsync.F90.o -[ 78%] Building Fortran object FV3/io/CMakeFiles/io.dir/post_nems_routines.F90.o -[ 78%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/sw_core.F90.o -[ 79%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_diagnostics.F90.o -[ 79%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_io.F90.o -[ 79%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/nh_utils.F90.o -[ 80%] Linking Fortran static library libio.a -[ 80%] Built target io -[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/nh_core.F90.o -[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_nudge.F90.o -[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_regional_bc.F90.o -[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/test_cases.F90.o -[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/fv_nggps_diag.F90.o -[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_tracer2d.F90.o -[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_update_phys.F90.o -[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/dyn_core.F90.o -[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/external_ic.F90.o -[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_restart.F90.o -[ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_control.F90.o -[ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_nesting.F90.o -[ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_dynamics.F90.o -[ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/atmosphere.F90.o -[ 85%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/multi_gases.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 85%] Linking Fortran static library libfv3core.a -[ 85%] Built target fv3core -Scanning dependencies of target stochastic_physics -[ 85%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/update_ca.f90.o -[ 86%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_resol_def.f.o -[ 86%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/spectral_layout.F90.o -[ 86%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_layout_lag.f.o -[ 87%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_gg_def.f.o -[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/glats_stochy.f.o -[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_namelist_def.F90.o -[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/compns_stochy.F90.o -[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/setlats_lag_stochy.f.o -[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/epslon_stochy.f.o -[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/get_lats_node_a_stochy.f.o -[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/get_ls_node_stochy.f.o -[ 90%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/gozrineo_stochy.f.o -[ 90%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/pln2eo_stochy.f.o -[ 90%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/setlats_a_stochy.f.o -[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_internal_state_mod.F90.o -[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/dezouv_stochy.f.o -[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/dozeuv_stochy.f.o -[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/four_to_grid_stochy.F.o -[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_patterngenerator.F90.o -[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/sumfln_stochy.f.o -[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/getcon_lag_stochy.f.o -[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/getcon_spectral.F90.o -[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/initialize_spectral_mod.F90.o -[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_data_mod.F90.o -[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/get_stochy_pattern.F90.o -[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochastic_physics.F90.o -[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/cellular_automata.f90.o -[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/plumes.f90.o -[ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/num_parthds_stochy.f.o -[ 95%] Linking Fortran static library libstochastic_physics.a -[ 95%] Built target stochastic_physics -Scanning dependencies of target fv3cap -[ 95%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/module_fv3_config.F90.o -[ 96%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/atmos_model.F90.o -[ 97%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/module_fcst_grid_comp.F90.o -[ 97%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/fv3_cap.F90.o -[ 97%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/time_utils.F90.o -[ 97%] Linking Fortran static library libfv3cap.a -[ 97%] Built target fv3cap -Scanning dependencies of target NEMS.exe -[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_MEDIATOR_methods.F90.o -[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_MEDIATOR_SpaceWeather.F90.o -[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/ENS_Cpl/ENS_CplComp_ESMFMod_STUB.F90.o -[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_Rusage.F90.o -[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_INTERNAL_STATE.F90.o -[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_EARTH_INTERNAL_STATE.F90.o -[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_UTILS.F90.o -[ 98%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_MEDIATOR.F90.o -[ 99%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_EARTH_GRID_COMP.F90.o -[ 99%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_GRID_COMP.F90.o -[ 99%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/MAIN_NEMS.F90.o -[100%] Building C object CMakeFiles/NEMS.exe.dir/NEMS/src/nems_c_rusage.c.o -[100%] Linking Fortran executable NEMS.exe -/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/lib/libjasper_v1.900.1.a(jas_stream.o): In function `jas_stream_tmpfile': -jas_stream.c:(.text+0x7a7): warning: the use of `tmpnam' is dangerous, better use `mkstemp' -[100%] Built target NEMS.exe -+ mv NEMS.exe ../fv3_3.exe -+ cp /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel/fv3 ../modules.fv3_3 -+ cd .. -+ '[' YES = YES ']' -+ rm -rf build_fv3_3 -+ elapsed=764 -+ echo 'Elapsed time 764 seconds. Compiling 32BIT=Y finished' -Elapsed time 764 seconds. Compiling 32BIT=Y finished -+ SECONDS=0 -+++ readlink -f /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/compile_cmake.sh -++ dirname /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/compile_cmake.sh -+ readonly MYDIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests -+ MYDIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests -+ readonly ARGC=4 -+ ARGC=4 -+ cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests -+ [[ 4 -eq 0 ]] -+ [[ 4 -lt 2 ]] -+ PATHTR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model -+ MACHINE_ID=hera.intel -+ MAKE_OPT='32BIT=Y DEBUG=Y' -+ BUILD_NAME=fv3_4 -+ clean_before=YES -+ clean_after=YES -+ BUILD_DIR=build_fv3_4 -+ [[ hera.intel == cheyenne.* ]] -+ [[ hera.intel == wcoss_dell_p3 ]] -+ MAKE_THREADS=8 -+ hostname -hfe01 -+ cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests -+ echo 'Compiling 32BIT=Y DEBUG=Y into fv3_4.exe on hera.intel' -Compiling 32BIT=Y DEBUG=Y into fv3_4.exe on hera.intel -+ '[' YES = YES ']' -+ rm -rf build_fv3_4 -+ mkdir -p build_fv3_4 -+ CCPP_CMAKE_FLAGS= -+ [[ 32BIT=Y DEBUG=Y == *\D\E\B\U\G\=\Y* ]] -+ CCPP_CMAKE_FLAGS=' -DDEBUG=Y' -+ [[ 32BIT=Y DEBUG=Y == *\3\2\B\I\T\=\Y* ]] -+ CCPP_CMAKE_FLAGS=' -DDEBUG=Y -D32BIT=Y' -+ [[ 32BIT=Y DEBUG=Y == *\O\P\E\N\M\P\=\N* ]] -+ [[ 32BIT=Y DEBUG=Y == *\C\C\P\P\=\Y* ]] -+ [[ 32BIT=Y DEBUG=Y == *\N\A\M\_\p\h\y\s\=\Y* ]] -+ [[ 32BIT=Y DEBUG=Y == *\W\W\3\=\Y* ]] -++ trim ' -DDEBUG=Y -D32BIT=Y' -++ local 'var= -DDEBUG=Y -D32BIT=Y' -++ var='-DDEBUG=Y -D32BIT=Y' -++ var='-DDEBUG=Y -D32BIT=Y' -++ echo -n '-DDEBUG=Y -D32BIT=Y' -+ CCPP_CMAKE_FLAGS='-DDEBUG=Y -D32BIT=Y' -+ source /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc -++ __ms_function_name=setup__test_function__136806 -++ eval 'setup__test_function__136806() { /bin/true ; }' -+++ eval '__text="text" ; if [[ $__text =~ ^(t).* ]] ; then printf "%s" ${.sh.match[1]} ; fi' -+++ cat -++ __ms_ksh_test= -+++ eval 'if ( set | grep setup__test_function__136806 | grep -v name > /dev/null 2>&1 ) ; then echo t ; fi ' -+++ cat -++ __ms_bash_test=t -++ [[ ! -z '' ]] -++ [[ ! -z t ]] -++ __ms_shell=bash -++ [[ -d /lfs3 ]] -++ [[ -d /scratch1 ]] -++ [[ ! -d /scratch ]] -++ eval module help -++ module purge -+++ /apps/lmod/7.7.18/libexec/lmod bash purge -++ eval unset 'BACIO_LIB4;' unset 'BACIO_LIB8;' unset 'BACIO_SRC;' unset 'BACIO_VER;' unset '__LMOD_REF_COUNT_CLASSPATH;' unset 'CLASSPATH;' unset 'CMAKE_CXX_COMPILER;' unset 'CMAKE_C_COMPILER;' unset 'CMAKE_Fortran_COMPILER;' unset 'CMAKE_Platform;' unset 'COMP;' unset '__LMOD_REF_COUNT_CPATH;' unset 'CPATH;' unset 'CRTM_FIX;' unset 'CRTM_INC;' unset 'CRTM_LIB;' unset 'CRTM_SRC;' unset 'CRTM_VER;' unset 'ESMFMKFILE;' unset 'G2TMPL_INC;' unset 'G2TMPL_LIB;' unset 'G2TMPL_SRC;' unset 'G2TMPL_VER;' unset 'G2_INC4;' unset 'G2_INCd;' unset 'G2_LIB4;' unset 'G2_LIBd;' unset 'G2_SRC;' unset 'G2_VER;' unset 'GDBSERVER_MIC;' unset 'GDB_CROSS;' unset '__LMOD_REF_COUNT_INFOPATH;' unset 'INFOPATH;' unset '__LMOD_REF_COUNT_INTEL_LICENSE_FILE;' unset 'INTEL_LICENSE_FILE;' unset 'INTEL_PYTHONHOME;' unset 'IPATH_NO_BACKTRACE;' unset 'IP_INC4;' unset 'IP_INC8;' unset 'IP_INCd;' unset 'IP_LIB4;' unset 'IP_LIB8;' unset 'IP_LIBd;' unset 'IP_SRC;' unset 'IP_VER;' unset 'I_MPI_CC;' unset 'I_MPI_F90;' unset 'I_MPI_HYDRA_BRANCH_COUNT;' unset 'I_MPI_HYDRA_PMI_CONNECT;' unset 'I_MPI_ROOT;' unset 'I_MPI_TMI_PROVIDER;' unset 'JASPER_INC;' unset 'JASPER_LIB;' unset 'JASPER_SRC;' unset 'JASPER_VER;' '__LMOD_REF_COUNT_LD_LIBRARY_PATH="/apps/slurm/default/lib:1";' export '__LMOD_REF_COUNT_LD_LIBRARY_PATH;' 'LD_LIBRARY_PATH=":/apps/slurm/default/lib";' export 'LD_LIBRARY_PATH;' unset '__LMOD_REF_COUNT_LIBRARY_PATH;' unset 'LIBRARY_PATH;' unset 'LIB_NAME;' unset 'LMOD_FAMILY_COMPILER;' unset 'LMOD_FAMILY_COMPILER_VERSION;' unset 'LMOD_FAMILY_MPI;' unset 'LMOD_FAMILY_MPI_VERSION;' unset '__LMOD_REF_COUNT_LOADEDMODULES;' unset 'LOADEDMODULES;' '__LMOD_REF_COUNT_MANPATH="/apps/lmod/lmod/share/man:1;/apps/local/man:1;/apps/slurm/default/share/man:1;/apps/slurm/tools/sbank/share/man:1";' export '__LMOD_REF_COUNT_MANPATH;' 'MANPATH="/apps/lmod/lmod/share/man::/apps/local/man:/apps/slurm/default/share/man:/apps/slurm/tools/sbank/share/man";' export 'MANPATH;' '__LMOD_REF_COUNT_MODULEPATH="/contrib/modulefiles:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:1;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1";' export '__LMOD_REF_COUNT_MODULEPATH;' 'MODULEPATH="/contrib/modulefiles:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles";' export 'MODULEPATH;' unset 'MPM_LAUNCHER;' unset 'NCEPLIBS;' unset 'NEMSIO_INC;' unset 'NEMSIO_LIB;' unset 'NEMSIO_SRC;' unset 'NEMSIO_VER;' unset 'NETCDF;' unset '__LMOD_REF_COUNT_NLSPATH;' unset 'NLSPATH;' '__LMOD_REF_COUNT_PATH="/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:1;/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/opt/ibutils/bin:1;/apps/local/bin:1;/apps/local/sbin:1;/apps/slurm/default/tools:1;/apps/slurm/default/bin:1;/apps/slurm/default/sbin:1;/apps/slurm/tools/sbank/bin:1;/home/Dusan.Jovic/bin:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/dbrowse:1";' export '__LMOD_REF_COUNT_PATH;' 'PATH="/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/opt/ibutils/bin:/apps/local/bin:/apps/local/sbin:/apps/slurm/default/tools:/apps/slurm/default/bin:/apps/slurm/default/sbin:/apps/slurm/tools/sbank/bin:/home/Dusan.Jovic/bin:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/dbrowse";' export 'PATH;' unset '__LMOD_REF_COUNT_PKG_CONFIG_PATH;' unset 'PKG_CONFIG_PATH;' unset 'PNG_INC;' unset 'PNG_LIB;' unset 'PNG_SRC;' unset 'PNG_VER;' unset 'POST_INC;' unset 'POST_LIB;' unset 'POST_SRC;' unset 'POST_VER;' unset 'SLURM_UTILS_PATH;' unset 'SP_LIB4;' unset 'SP_LIB8;' unset 'SP_LIBd;' unset 'SP_SRC;' unset 'SP_VER;' unset 'W3EMC_INC4;' unset 'W3EMC_INC8;' unset 'W3EMC_INCd;' unset 'W3EMC_LIB4;' unset 'W3EMC_LIB8;' unset 'W3EMC_LIBd;' unset 'W3EMC_SRC;' unset 'W3EMC_VER;' unset 'W3NCO_LIB4;' unset 'W3NCO_LIB8;' unset 'W3NCO_LIBd;' unset 'W3NCO_SRC;' unset 'W3NCO_VER;' unset 'Z_INC;' unset 'Z_LIB;' unset 'Z_SRC;' unset 'Z_VER;' unset '__LMOD_REF_COUNT__LMFILES_;' unset '_LMFILES_;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9jb250cmliL21vZHVsZWZpbGVzIiwiL3NjcmF0Y2gyL05DRVBERVYvZnYzLWNhbS9EdXNhbi5Kb3ZpYy91ZnMvcHIxOC91ZnMtd2VhdGhlci1tb2RlbC9tb2R1bGVmaWxlcy9oZXJhLmludGVsIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIs";' export '_ModuleTable001_;' '_ModuleTable002_="fSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ==";' export '_ModuleTable002_;' '_ModuleTable_Sz_="2";' export '_ModuleTable_Sz_;' unset '_ModuleTable004_;' unset '_ModuleTable005_;' unset '_ModuleTable006_;' unset '_ModuleTable007_;' unset '_ModuleTable008_;' unset '_ModuleTable009_;' unset '_ModuleTable010_;' unset '_ModuleTable011_;' unset '_ModuleTable012_;' unset '_ModuleTable013_;' -+++ unset BACIO_LIB4 -+++ unset BACIO_LIB8 -+++ unset BACIO_SRC -+++ unset BACIO_VER -+++ unset __LMOD_REF_COUNT_CLASSPATH -+++ unset CLASSPATH -+++ unset CMAKE_CXX_COMPILER -+++ unset CMAKE_C_COMPILER -+++ unset CMAKE_Fortran_COMPILER -+++ unset CMAKE_Platform -+++ unset COMP -+++ unset __LMOD_REF_COUNT_CPATH -+++ unset CPATH -+++ unset CRTM_FIX -+++ unset CRTM_INC -+++ unset CRTM_LIB -+++ unset CRTM_SRC -+++ unset CRTM_VER -+++ unset ESMFMKFILE -+++ unset G2TMPL_INC -+++ unset G2TMPL_LIB -+++ unset G2TMPL_SRC -+++ unset G2TMPL_VER -+++ unset G2_INC4 -+++ unset G2_INCd -+++ unset G2_LIB4 -+++ unset G2_LIBd -+++ unset G2_SRC -+++ unset G2_VER -+++ unset GDBSERVER_MIC -+++ unset GDB_CROSS -+++ unset __LMOD_REF_COUNT_INFOPATH -+++ unset INFOPATH -+++ unset __LMOD_REF_COUNT_INTEL_LICENSE_FILE -+++ unset INTEL_LICENSE_FILE -+++ unset INTEL_PYTHONHOME -+++ unset IPATH_NO_BACKTRACE -+++ unset IP_INC4 -+++ unset IP_INC8 -+++ unset IP_INCd -+++ unset IP_LIB4 -+++ unset IP_LIB8 -+++ unset IP_LIBd -+++ unset IP_SRC -+++ unset IP_VER -+++ unset I_MPI_CC -+++ unset I_MPI_F90 -+++ unset I_MPI_HYDRA_BRANCH_COUNT -+++ unset I_MPI_HYDRA_PMI_CONNECT -+++ unset I_MPI_ROOT -+++ unset I_MPI_TMI_PROVIDER -+++ unset JASPER_INC -+++ unset JASPER_LIB -+++ unset JASPER_SRC -+++ unset JASPER_VER -+++ __LMOD_REF_COUNT_LD_LIBRARY_PATH=/apps/slurm/default/lib:1 -+++ export __LMOD_REF_COUNT_LD_LIBRARY_PATH -+++ LD_LIBRARY_PATH=:/apps/slurm/default/lib -+++ export LD_LIBRARY_PATH -+++ unset __LMOD_REF_COUNT_LIBRARY_PATH -+++ unset LIBRARY_PATH -+++ unset LIB_NAME -+++ unset LMOD_FAMILY_COMPILER -+++ unset LMOD_FAMILY_COMPILER_VERSION -+++ unset LMOD_FAMILY_MPI -+++ unset LMOD_FAMILY_MPI_VERSION -+++ unset __LMOD_REF_COUNT_LOADEDMODULES -+++ unset LOADEDMODULES -+++ __LMOD_REF_COUNT_MANPATH='/apps/lmod/lmod/share/man:1;/apps/local/man:1;/apps/slurm/default/share/man:1;/apps/slurm/tools/sbank/share/man:1' -+++ export __LMOD_REF_COUNT_MANPATH -+++ MANPATH=/apps/lmod/lmod/share/man::/apps/local/man:/apps/slurm/default/share/man:/apps/slurm/tools/sbank/share/man -+++ export MANPATH -+++ __LMOD_REF_COUNT_MODULEPATH='/contrib/modulefiles:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:1;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1' -+++ export __LMOD_REF_COUNT_MODULEPATH -+++ MODULEPATH=/contrib/modulefiles:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles -+++ export MODULEPATH -+++ unset MPM_LAUNCHER -+++ unset NCEPLIBS -+++ unset NEMSIO_INC -+++ unset NEMSIO_LIB -+++ unset NEMSIO_SRC -+++ unset NEMSIO_VER -+++ unset NETCDF -+++ unset __LMOD_REF_COUNT_NLSPATH -+++ unset NLSPATH -+++ __LMOD_REF_COUNT_PATH='/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:1;/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/opt/ibutils/bin:1;/apps/local/bin:1;/apps/local/sbin:1;/apps/slurm/default/tools:1;/apps/slurm/default/bin:1;/apps/slurm/default/sbin:1;/apps/slurm/tools/sbank/bin:1;/home/Dusan.Jovic/bin:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/dbrowse:1' -+++ export __LMOD_REF_COUNT_PATH -+++ PATH=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/opt/ibutils/bin:/apps/local/bin:/apps/local/sbin:/apps/slurm/default/tools:/apps/slurm/default/bin:/apps/slurm/default/sbin:/apps/slurm/tools/sbank/bin:/home/Dusan.Jovic/bin:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/dbrowse -+++ export PATH -+++ unset __LMOD_REF_COUNT_PKG_CONFIG_PATH -+++ unset PKG_CONFIG_PATH -+++ unset PNG_INC -+++ unset PNG_LIB -+++ unset PNG_SRC -+++ unset PNG_VER -+++ unset POST_INC -+++ unset POST_LIB -+++ unset POST_SRC -+++ unset POST_VER -+++ unset SLURM_UTILS_PATH -+++ unset SP_LIB4 -+++ unset SP_LIB8 -+++ unset SP_LIBd -+++ unset SP_SRC -+++ unset SP_VER -+++ unset W3EMC_INC4 -+++ unset W3EMC_INC8 -+++ unset W3EMC_INCd -+++ unset W3EMC_LIB4 -+++ unset W3EMC_LIB8 -+++ unset W3EMC_LIBd -+++ unset W3EMC_SRC -+++ unset W3EMC_VER -+++ unset W3NCO_LIB4 -+++ unset W3NCO_LIB8 -+++ unset W3NCO_LIBd -+++ unset W3NCO_SRC -+++ unset W3NCO_VER -+++ unset Z_INC -+++ unset Z_LIB -+++ unset Z_SRC -+++ unset Z_VER -+++ unset __LMOD_REF_COUNT__LMFILES_ -+++ unset _LMFILES_ -+++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9jb250cmliL21vZHVsZWZpbGVzIiwiL3NjcmF0Y2gyL05DRVBERVYvZnYzLWNhbS9EdXNhbi5Kb3ZpYy91ZnMvcHIxOC91ZnMtd2VhdGhlci1tb2RlbC9tb2R1bGVmaWxlcy9oZXJhLmludGVsIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIs -+++ export _ModuleTable001_ -+++ _ModuleTable002_=fSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ== -+++ export _ModuleTable002_ -+++ _ModuleTable_Sz_=2 -+++ export _ModuleTable_Sz_ -+++ unset _ModuleTable004_ -+++ unset _ModuleTable005_ -+++ unset _ModuleTable006_ -+++ unset _ModuleTable007_ -+++ unset _ModuleTable008_ -+++ unset _ModuleTable009_ -+++ unset _ModuleTable010_ -+++ unset _ModuleTable011_ -+++ unset _ModuleTable012_ -+++ unset _ModuleTable013_ -+++ : -s sh -++ eval -++ unset __ms_shell -++ unset __ms_ksh_test -++ unset __ms_bash_test -++ unset setup__test_function__136806 -++ unset __ms_function_name -+ [[ hera.intel == macosx.* ]] -+ [[ hera.intel == linux.* ]] -+ module use /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel -++ /apps/lmod/7.7.18/libexec/lmod bash use /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel -+ eval '__LMOD_REF_COUNT_MODULEPATH="/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:2;/contrib/modulefiles:1;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1";' export '__LMOD_REF_COUNT_MODULEPATH;' 'MODULEPATH="/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:/contrib/modulefiles:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles";' export 'MODULEPATH;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9zY3JhdGNoMi9OQ0VQREVWL2Z2My1jYW0vRHVzYW4uSm92aWMvdWZzL3ByMTgvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvaGVyYS5pbnRlbCIsIi9jb250cmliL21vZHVsZWZpbGVzIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIs";' export '_ModuleTable001_;' '_ModuleTable002_="fSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ==";' export '_ModuleTable002_;' '_ModuleTable_Sz_="2";' export '_ModuleTable_Sz_;' -++ __LMOD_REF_COUNT_MODULEPATH='/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:2;/contrib/modulefiles:1;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1' -++ export __LMOD_REF_COUNT_MODULEPATH -++ MODULEPATH=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:/contrib/modulefiles:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles -++ export MODULEPATH -++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9zY3JhdGNoMi9OQ0VQREVWL2Z2My1jYW0vRHVzYW4uSm92aWMvdWZzL3ByMTgvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvaGVyYS5pbnRlbCIsIi9jb250cmliL21vZHVsZWZpbGVzIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIs -++ export _ModuleTable001_ -++ _ModuleTable002_=fSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ== -++ export _ModuleTable002_ -++ _ModuleTable_Sz_=2 -++ export _ModuleTable_Sz_ -++ : -s sh -+ eval -+ module load fv3 -++ /apps/lmod/7.7.18/libexec/lmod bash load fv3 -+ eval 'BACIO_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libbacio_v2.0.3_4.a";' export 'BACIO_LIB4;' 'BACIO_LIB8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libbacio_v2.0.3_8.a";' export 'BACIO_LIB8;' 'BACIO_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/bacio_v2.0.3";' export 'BACIO_SRC;' 'BACIO_VER="v2.0.3";' export 'BACIO_VER;' '__LMOD_REF_COUNT_CLASSPATH="/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/mpi.jar:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/daal.jar:1";' export '__LMOD_REF_COUNT_CLASSPATH;' 'CLASSPATH="/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/mpi.jar:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/daal.jar";' export 'CLASSPATH;' 'CMAKE_CXX_COMPILER="mpiicpc";' export 'CMAKE_CXX_COMPILER;' 'CMAKE_C_COMPILER="mpiicc";' export 'CMAKE_C_COMPILER;' 'CMAKE_Fortran_COMPILER="mpiifort";' export 'CMAKE_Fortran_COMPILER;' 'CMAKE_Platform="hera.intel";' export 'CMAKE_Platform;' 'COMP="intel";' export 'COMP;' '__LMOD_REF_COUNT_CPATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/include:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/include:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/pstl/include:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/include:2;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/include:1";' export '__LMOD_REF_COUNT_CPATH;' 'CPATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/include:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/include:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/pstl/include:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/include:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/include";' export 'CPATH;' 'CRTM_FIX="/scratch2/NCEPDEV/nwprod/NCEPLIBS/fix/crtm_v2.2.6";' export 'CRTM_FIX;' 'CRTM_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/crtm_v2.2.6";' export 'CRTM_INC;' 'CRTM_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libcrtm_v2.2.6.a";' export 'CRTM_LIB;' 'CRTM_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/crtm_v2.2.6";' export 'CRTM_SRC;' 'CRTM_VER="v2.2.6";' export 'CRTM_VER;' 'ESMFMKFILE="/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/lib/esmf.mk";' export 'ESMFMKFILE;' 'G2TMPL_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/g2tmpl_v1.6.0";' export 'G2TMPL_INC;' 'G2TMPL_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2tmpl_v1.6.0.a";' export 'G2TMPL_LIB;' 'G2TMPL_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/g2tmpl_v1.6.0/src";' export 'G2TMPL_SRC;' 'G2TMPL_VER="v1.6.0";' export 'G2TMPL_VER;' 'G2_INC4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/g2_v3.1.1_4";' export 'G2_INC4;' 'G2_INCd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/g2_v3.1.1_d";' export 'G2_INCd;' 'G2_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2_v3.1.1_4.a";' export 'G2_LIB4;' 'G2_LIBd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2_v3.1.1_d.a";' export 'G2_LIBd;' 'G2_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/g2_v3.1.1";' export 'G2_SRC;' 'G2_VER="v3.1.1";' export 'G2_VER;' 'GDBSERVER_MIC="/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/targets/intel64/x200/bin/gdbserver";' export 'GDBSERVER_MIC;' 'GDB_CROSS="/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/intel64/bin/gdb-ia";' export 'GDB_CROSS;' '__LMOD_REF_COUNT_INFOPATH="/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/info:1;/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/info:1";' export '__LMOD_REF_COUNT_INFOPATH;' 'INFOPATH="/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/info:/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/info";' export 'INFOPATH;' '__LMOD_REF_COUNT_INTEL_LICENSE_FILE="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/licenses:1;/apps/intel/licenses:1";' export '__LMOD_REF_COUNT_INTEL_LICENSE_FILE;' 'INTEL_LICENSE_FILE="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/licenses:/apps/intel/licenses";' export 'INTEL_LICENSE_FILE;' 'INTEL_PYTHONHOME="/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/python/intel64/";' export 'INTEL_PYTHONHOME;' 'IPATH_NO_BACKTRACE="1";' export 'IPATH_NO_BACKTRACE;' 'IP_INC4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ip_v3.0.2_4";' export 'IP_INC4;' 'IP_INC8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ip_v3.0.2_8";' export 'IP_INC8;' 'IP_INCd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ip_v3.0.2_d";' export 'IP_INCd;' 'IP_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libip_v3.0.2_4.a";' export 'IP_LIB4;' 'IP_LIB8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libip_v3.0.2_8.a";' export 'IP_LIB8;' 'IP_LIBd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libip_v3.0.2_d.a";' export 'IP_LIBd;' 'IP_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/ip_v3.0.2";' export 'IP_SRC;' 'IP_VER="v3.0.2";' export 'IP_VER;' 'I_MPI_CC="icc";' export 'I_MPI_CC;' 'I_MPI_F90="ifort";' export 'I_MPI_F90;' 'I_MPI_HYDRA_BRANCH_COUNT="128";' export 'I_MPI_HYDRA_BRANCH_COUNT;' 'I_MPI_HYDRA_PMI_CONNECT="alltoall";' export 'I_MPI_HYDRA_PMI_CONNECT;' 'I_MPI_ROOT="/apps/intel/compilers_and_libraries_2018/linux/mpi";' export 'I_MPI_ROOT;' 'I_MPI_TMI_PROVIDER="psm";' export 'I_MPI_TMI_PROVIDER;' 'JASPER_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/include/jasper_v1.900.1";' export 'JASPER_INC;' 'JASPER_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/lib/libjasper_v1.900.1.a";' export 'JASPER_LIB;' 'JASPER_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/thirdParty";' export 'JASPER_SRC;' 'JASPER_VER="v1.900.1";' export 'JASPER_VER;' '__LMOD_REF_COUNT_LD_LIBRARY_PATH="/apps/netcdf/4.7.0/intel/18.0.5.274/lib:1;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib:1;/apps/slurm/default/lib:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/lib/intel64:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:2;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:2;/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/libipt/intel64/lib:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4:1";' export '__LMOD_REF_COUNT_LD_LIBRARY_PATH;' 'LD_LIBRARY_PATH="/apps/netcdf/4.7.0/intel/18.0.5.274/lib:/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib::/apps/slurm/default/lib:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/lib/intel64:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/libipt/intel64/lib:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4";' export 'LD_LIBRARY_PATH;' '__LMOD_REF_COUNT_LIBRARY_PATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:2;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4:1";' export '__LMOD_REF_COUNT_LIBRARY_PATH;' 'LIBRARY_PATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4";' export 'LIBRARY_PATH;' 'LIB_NAME="POST";' export 'LIB_NAME;' 'LMOD_FAMILY_COMPILER="intel";' export 'LMOD_FAMILY_COMPILER;' 'LMOD_FAMILY_COMPILER_VERSION="18.0.5.274";' export 'LMOD_FAMILY_COMPILER_VERSION;' 'LMOD_FAMILY_MPI="impi";' export 'LMOD_FAMILY_MPI;' 'LMOD_FAMILY_MPI_VERSION="2018.0.4";' export 'LMOD_FAMILY_MPI_VERSION;' '__LMOD_REF_COUNT_LOADEDMODULES="contrib:1;sutils/default:1;intel/18.0.5.274:1;impi/2018.0.4:1;netcdf/4.7.0:1;bacio/2.0.3:1;ip/3.0.2:1;nemsio/2.2.4:1;sp/2.0.3:1;w3emc/2.3.1:1;w3nco/2.0.7:1;g2/3.1.1:1;g2tmpl/1.6.0:1;crtm/2.2.6:1;jasper/1.900.1:1;png/1.2.44:1;z/1.2.11:1;post/8.0.1:1;esmf/8.0.0:1;cmake/3.9.0:1;fv3:1";' export '__LMOD_REF_COUNT_LOADEDMODULES;' 'LOADEDMODULES="contrib:sutils/default:intel/18.0.5.274:impi/2018.0.4:netcdf/4.7.0:bacio/2.0.3:ip/3.0.2:nemsio/2.2.4:sp/2.0.3:w3emc/2.3.1:w3nco/2.0.7:g2/3.1.1:g2tmpl/1.6.0:crtm/2.2.6:jasper/1.900.1:png/1.2.44:z/1.2.11:post/8.0.1:esmf/8.0.0:cmake/3.9.0:fv3";' export 'LOADEDMODULES;' '__LMOD_REF_COUNT_MANPATH="/apps/netcdf/4.7.0/intel/18.0.5.274/share/man:1;/apps/intel/compilers_and_libraries_2018/linux/mpi/man:1;/apps/intel/parallel_studio_xe_2018.4.057/man/common:1;/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/man:1;/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/man:1;/apps/lmod/lmod/share/man:1;/apps/local/man:1;/apps/slurm/default/share/man:1;/apps/slurm/tools/sbank/share/man:1";' export '__LMOD_REF_COUNT_MANPATH;' 'MANPATH="/apps/netcdf/4.7.0/intel/18.0.5.274/share/man:/apps/intel/compilers_and_libraries_2018/linux/mpi/man:/apps/intel/parallel_studio_xe_2018.4.057/man/common:/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/man:/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/man:/apps/lmod/lmod/share/man::/apps/local/man:/apps/slurm/default/share/man:/apps/slurm/tools/sbank/share/man";' export 'MANPATH;' '__LMOD_REF_COUNT_MODULEPATH="/contrib/modulefiles:3;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:2;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1;/apps/modules/modulefamilies/intel:1;/apps/modules/modulefamilies/intel_impi:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles:1";' export '__LMOD_REF_COUNT_MODULEPATH;' 'MODULEPATH="/contrib/modulefiles:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles:/apps/modules/modulefamilies/intel:/apps/modules/modulefamilies/intel_impi:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles";' export 'MODULEPATH;' 'MPM_LAUNCHER="/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/mpm/mic/bin/start_mpm.sh";' export 'MPM_LAUNCHER;' 'NCEPLIBS="/scratch2/NCEPDEV/nwprod/NCEPLIBS";' export 'NCEPLIBS;' 'NEMSIO_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/nemsio_v2.2.4";' export 'NEMSIO_INC;' 'NEMSIO_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libnemsio_v2.2.4.a";' export 'NEMSIO_LIB;' 'NEMSIO_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/nemsio_v2.2.4";' export 'NEMSIO_SRC;' 'NEMSIO_VER="v2.2.4";' export 'NEMSIO_VER;' 'NETCDF="/apps/netcdf/4.7.0/intel/18.0.5.274";' export 'NETCDF;' '__LMOD_REF_COUNT_NLSPATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64/locale/%l_%t/%N:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin/locale/%l_%t/%N:1;/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/intel64/share/locale/%l_%t/%N:1";' export '__LMOD_REF_COUNT_NLSPATH;' 'NLSPATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64/locale/%l_%t/%N:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin/locale/%l_%t/%N:/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/intel64/share/locale/%l_%t/%N";' export 'NLSPATH;' '__LMOD_REF_COUNT_PATH="/contrib/cmake/3.9.0/bin:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/bin:1;/apps/netcdf/4.7.0/intel/18.0.5.274/bin:1;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/bin/intel64:1;/contrib/sutils/bin:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:1;/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/opt/ibutils/bin:1;/apps/local/bin:1;/apps/local/sbin:1;/apps/slurm/default/tools:1;/apps/slurm/default/bin:1;/apps/slurm/default/sbin:1;/apps/slurm/tools/sbank/bin:1;/home/Dusan.Jovic/bin:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/dbrowse:1";' export '__LMOD_REF_COUNT_PATH;' 'PATH="/contrib/cmake/3.9.0/bin:/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/bin:/apps/netcdf/4.7.0/intel/18.0.5.274/bin:/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/bin/intel64:/contrib/sutils/bin:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/opt/ibutils/bin:/apps/local/bin:/apps/local/sbin:/apps/slurm/default/tools:/apps/slurm/default/bin:/apps/slurm/default/sbin:/apps/slurm/tools/sbank/bin:/home/Dusan.Jovic/bin:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/dbrowse";' export 'PATH;' '__LMOD_REF_COUNT_PKG_CONFIG_PATH="/apps/intel/compilers_and_libraries_2018/linux/mkl/bin/pkgconfig:1";' export '__LMOD_REF_COUNT_PKG_CONFIG_PATH;' 'PKG_CONFIG_PATH="/apps/intel/compilers_and_libraries_2018/linux/mkl/bin/pkgconfig";' export 'PKG_CONFIG_PATH;' 'PNG_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/png_v1.2.44";' export 'PNG_INC;' 'PNG_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libpng_v1.2.44.a";' export 'PNG_LIB;' 'PNG_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/thirdParty";' export 'PNG_SRC;' 'PNG_VER="v1.2.44";' export 'PNG_VER;' 'POST_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ncep_post_v8.0.1_4";' export 'POST_INC;' 'POST_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libncep_post_v8.0.1_4.a";' export 'POST_LIB;' 'POST_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/post_v8.0.1";' export 'POST_SRC;' 'POST_VER="v8.0.1";' export 'POST_VER;' 'SLURM_UTILS_PATH="/contrib/sutils/bin";' export 'SLURM_UTILS_PATH;' 'SP_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_4.a";' export 'SP_LIB4;' 'SP_LIB8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_8.a";' export 'SP_LIB8;' 'SP_LIBd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_d.a";' export 'SP_LIBd;' 'SP_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/sp_v2.0.3";' export 'SP_SRC;' 'SP_VER="v2.0.3";' export 'SP_VER;' 'W3EMC_INC4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/w3emc_v2.3.1_4";' export 'W3EMC_INC4;' 'W3EMC_INC8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/w3emc_v2.3.1_8";' export 'W3EMC_INC8;' 'W3EMC_INCd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/w3emc_v2.3.1_d";' export 'W3EMC_INCd;' 'W3EMC_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_4.a";' export 'W3EMC_LIB4;' 'W3EMC_LIB8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_8.a";' export 'W3EMC_LIB8;' 'W3EMC_LIBd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_d.a";' export 'W3EMC_LIBd;' 'W3EMC_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/w3emc_v2.3.1";' export 'W3EMC_SRC;' 'W3EMC_VER="v2.3.1";' export 'W3EMC_VER;' 'W3NCO_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_4.a";' export 'W3NCO_LIB4;' 'W3NCO_LIB8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_8.a";' export 'W3NCO_LIB8;' 'W3NCO_LIBd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_d.a";' export 'W3NCO_LIBd;' 'W3NCO_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/w3nco_v2.0.7";' export 'W3NCO_SRC;' 'W3NCO_VER="v2.0.7";' export 'W3NCO_VER;' 'Z_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/z_v1.2.11";' export 'Z_INC;' 'Z_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libz_v1.2.11.a";' export 'Z_LIB;' 'Z_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/thirdParty";' export 'Z_SRC;' 'Z_VER="v1.2.11";' export 'Z_VER;' '__LMOD_REF_COUNT__LMFILES_="/apps/modules/modulefiles/contrib:1;/contrib/modulefiles/sutils/default:1;/apps/modules/modulefiles/intel/18.0.5.274:1;/apps/modules/modulefamilies/intel/impi/2018.0.4:1;/apps/modules/modulefamilies/intel/netcdf/4.7.0:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/bacio/2.0.3:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/ip/3.0.2:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/nemsio/2.2.4:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/sp/2.0.3:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3emc/2.3.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3nco/2.0.7:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2/3.1.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2tmpl/1.6.0:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/crtm/2.2.6:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/jasper/1.900.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/png/1.2.44:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/z/1.2.11:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/post/8.0.1:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles/esmf/8.0.0:1;/contrib/modulefiles/cmake/3.9.0:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel/fv3:1";' export '__LMOD_REF_COUNT__LMFILES_;' '_LMFILES_="/apps/modules/modulefiles/contrib:/contrib/modulefiles/sutils/default:/apps/modules/modulefiles/intel/18.0.5.274:/apps/modules/modulefamilies/intel/impi/2018.0.4:/apps/modules/modulefamilies/intel/netcdf/4.7.0:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/bacio/2.0.3:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/ip/3.0.2:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/nemsio/2.2.4:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/sp/2.0.3:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3emc/2.3.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3nco/2.0.7:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2/3.1.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2tmpl/1.6.0:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/crtm/2.2.6:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/jasper/1.900.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/png/1.2.44:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/z/1.2.11:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/post/8.0.1:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles/esmf/8.0.0:/contrib/modulefiles/cmake/3.9.0:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel/fv3";' export '_LMFILES_;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJpbXBpIix9LG1UPXtiYWNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvYmFjaW8vMi4wLjMiLFsiZnVsbE5hbWUiXT0iYmFjaW8vMi4wLjMiLFsibG9hZE9yZGVyIl09Nixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJiYWNpby8yLjAuMyIsfSxjbWFrZT17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9jbWFrZS8zLjkuMCIsWyJmdWxs";' export '_ModuleTable001_;' '_ModuleTable002_="TmFtZSJdPSJjbWFrZS8zLjkuMCIsWyJsb2FkT3JkZXIiXT0yMCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjbWFrZS8zLjkuMCIsfSxjb250cmliPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvY29udHJpYiIsWyJmdWxsTmFtZSJdPSJjb250cmliIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY29udHJpYiIsfSxjcnRtPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9jcnRtLzIuMi42IixbImZ1bGxOYW1lIl09ImNydG0vMi4yLjYiLFsibG9hZE9yZGVy";' export '_ModuleTable002_;' '_ModuleTable003_="Il09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL2Z2My1jYW0vRHVzYW4uSm92aWMvdWZzL3ByMTgvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvaGVyYS5pbnRlbC9mdjMiLFsi";' export '_ModuleTable003_;' '_ModuleTable004_="ZnVsbE5hbWUiXT0iZnYzIixbImxvYWRPcmRlciJdPTIxLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTAsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImZ2MyIsfSxnMj17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzIvMy4xLjEiLFsiZnVsbE5hbWUiXT0iZzIvMy4xLjEiLFsibG9hZE9yZGVyIl09MTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZzIvMy4xLjEiLH0sZzJ0bXBsPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9nMnRtcGwvMS42LjAiLFsiZnVsbE5hbWUiXT0iZzJ0bXBsLzEuNi4w";' export '_ModuleTable004_;' '_ModuleTable005_="IixbImxvYWRPcmRlciJdPTEzLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcydG1wbC8xLjYuMCIsfSxpbXBpPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwvaW1waS8yMDE4LjAuNCIsWyJmdWxsTmFtZSJdPSJpbXBpLzIwMTguMC40IixbImxvYWRPcmRlciJdPTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW1waS8yMDE4LjAuNCIsfSxpbnRlbD17WyJmbiJdPSIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL2ludGVsLzE4LjAuNS4yNzQiLFsiZnVsbE5hbWUiXT0iaW50ZWwvMTguMC41LjI3NCIsWyJsb2FkT3JkZXIi";' export '_ModuleTable005_;' '_ModuleTable006_="XT0zLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImludGVsLzE4LjAuNS4yNzQiLH0saXA9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2lwLzMuMC4yIixbImZ1bGxOYW1lIl09ImlwLzMuMC4yIixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaXAvMy4wLjIiLH0samFzcGVyPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9qYXNwZXIvMS45MDAuMSIsWyJmdWxsTmFtZSJdPSJqYXNwZXIvMS45MDAuMSIsWyJsb2FkT3JkZXIi";' export '_ModuleTable006_;' '_ModuleTable007_="XT0xNSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJqYXNwZXIvMS45MDAuMSIsfSxuZW1zaW89e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL25lbXNpby8yLjIuNCIsWyJmdWxsTmFtZSJdPSJuZW1zaW8vMi4yLjQiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZW1zaW8vMi4yLjQiLH0sbmV0Y2RmPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwvbmV0Y2RmLzQuNy4wIixbImZ1bGxOYW1lIl09Im5ldGNkZi80LjcuMCIsWyJsb2FkT3JkZXIi";' export '_ModuleTable007_;' '_ModuleTable008_="XT01LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5ldGNkZi80LjcuMCIsfSxwbmc9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3BuZy8xLjIuNDQiLFsiZnVsbE5hbWUiXT0icG5nLzEuMi40NCIsWyJsb2FkT3JkZXIiXT0xNixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJwbmcvMS4yLjQ0Iix9LHBvc3Q9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3Bvc3QvOC4wLjEiLFsiZnVsbE5hbWUiXT0icG9zdC84LjAuMSIsWyJsb2FkT3JkZXIiXT0xOCxw";' export '_ModuleTable008_;' '_ModuleTable009_="cm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJwb3N0LzguMC4xIix9LHNwPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9zcC8yLjAuMyIsWyJmdWxsTmFtZSJdPSJzcC8yLjAuMyIsWyJsb2FkT3JkZXIiXT05LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InNwLzIuMC4zIix9LHN1dGlscz17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9zdXRpbHMvZGVmYXVsdCIsWyJmdWxsTmFtZSJdPSJzdXRpbHMvZGVmYXVsdCIsWyJsb2FkT3JkZXIiXT0yLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0";' export '_ModuleTable009_;' '_ModuleTable010_="dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InN1dGlscyIsfSx3M2VtYz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNlbWMvMi4zLjEiLFsiZnVsbE5hbWUiXT0idzNlbWMvMi4zLjEiLFsibG9hZE9yZGVyIl09MTAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNlbWMvMi4zLjEiLH0sdzNuY289e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czbmNvLzIuMC43IixbImZ1bGxOYW1lIl09InczbmNvLzIuMC43IixbImxvYWRPcmRlciJdPTExLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMi";' export '_ModuleTable010_;' '_ModuleTable011_="XT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHo9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3ovMS4yLjExIixbImZ1bGxOYW1lIl09InovMS4yLjExIixbImxvYWRPcmRlciJdPTE3LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InovMS4yLjExIix9LH0sbXBhdGhBPXsiL2NvbnRyaWIvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDIvTkNFUERFVi9mdjMtY2FtL0R1c2FuLkpvdmljL3Vmcy9wcjE4L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL2hlcmEuaW50ZWwiLCIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi9hcHBz";' export '_ModuleTable011_;' '_ModuleTable012_="L21vZHVsZXMvbW9kdWxlZmlsZXMvTGludXgiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L2NyYXlwZS9kZWZhdWx0L21vZHVsZWZpbGVzIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbCIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWxfaW1waSIsIi9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcyIsIi9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmU6L2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9M";' export '_ModuleTable012_;' '_ModuleTable013_="aW51eDovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzOi9vcHQvY3JheS9tb2R1bGVmaWxlczovb3B0L2NyYXkvY3JheXBlL2RlZmF1bHQvbW9kdWxlZmlsZXMiLH0=";' export '_ModuleTable013_;' '_ModuleTable_Sz_="13";' export '_ModuleTable_Sz_;' -++ BACIO_LIB4=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libbacio_v2.0.3_4.a -++ export BACIO_LIB4 -++ BACIO_LIB8=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libbacio_v2.0.3_8.a -++ export BACIO_LIB8 -++ BACIO_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/bacio_v2.0.3 -++ export BACIO_SRC -++ BACIO_VER=v2.0.3 -++ export BACIO_VER -++ __LMOD_REF_COUNT_CLASSPATH='/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/mpi.jar:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/daal.jar:1' -++ export __LMOD_REF_COUNT_CLASSPATH -++ CLASSPATH=/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/mpi.jar:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/daal.jar -++ export CLASSPATH -++ CMAKE_CXX_COMPILER=mpiicpc -++ export CMAKE_CXX_COMPILER -++ CMAKE_C_COMPILER=mpiicc -++ export CMAKE_C_COMPILER -++ CMAKE_Fortran_COMPILER=mpiifort -++ export CMAKE_Fortran_COMPILER -++ CMAKE_Platform=hera.intel -++ export CMAKE_Platform -++ COMP=intel -++ export COMP -++ __LMOD_REF_COUNT_CPATH='/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/include:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/include:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/pstl/include:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/include:2;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/include:1' -++ export __LMOD_REF_COUNT_CPATH -++ CPATH=/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/include:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/include:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/pstl/include:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/include:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/include -++ export CPATH -++ CRTM_FIX=/scratch2/NCEPDEV/nwprod/NCEPLIBS/fix/crtm_v2.2.6 -++ export CRTM_FIX -++ CRTM_INC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/crtm_v2.2.6 -++ export CRTM_INC -++ CRTM_LIB=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libcrtm_v2.2.6.a -++ export CRTM_LIB -++ CRTM_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/crtm_v2.2.6 -++ export CRTM_SRC -++ CRTM_VER=v2.2.6 -++ export CRTM_VER -++ ESMFMKFILE=/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/lib/esmf.mk -++ export ESMFMKFILE -++ G2TMPL_INC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/g2tmpl_v1.6.0 -++ export G2TMPL_INC -++ G2TMPL_LIB=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2tmpl_v1.6.0.a -++ export G2TMPL_LIB -++ G2TMPL_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/g2tmpl_v1.6.0/src -++ export G2TMPL_SRC -++ G2TMPL_VER=v1.6.0 -++ export G2TMPL_VER -++ G2_INC4=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/g2_v3.1.1_4 -++ export G2_INC4 -++ G2_INCd=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/g2_v3.1.1_d -++ export G2_INCd -++ G2_LIB4=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2_v3.1.1_4.a -++ export G2_LIB4 -++ G2_LIBd=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2_v3.1.1_d.a -++ export G2_LIBd -++ G2_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/g2_v3.1.1 -++ export G2_SRC -++ G2_VER=v3.1.1 -++ export G2_VER -++ GDBSERVER_MIC=/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/targets/intel64/x200/bin/gdbserver -++ export GDBSERVER_MIC -++ GDB_CROSS=/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/intel64/bin/gdb-ia -++ export GDB_CROSS -++ __LMOD_REF_COUNT_INFOPATH='/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/info:1;/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/info:1' -++ export __LMOD_REF_COUNT_INFOPATH -++ INFOPATH=/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/info:/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/info -++ export INFOPATH -++ __LMOD_REF_COUNT_INTEL_LICENSE_FILE='/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/licenses:1;/apps/intel/licenses:1' -++ export __LMOD_REF_COUNT_INTEL_LICENSE_FILE -++ INTEL_LICENSE_FILE=/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/licenses:/apps/intel/licenses -++ export INTEL_LICENSE_FILE -++ INTEL_PYTHONHOME=/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/python/intel64/ -++ export INTEL_PYTHONHOME -++ IPATH_NO_BACKTRACE=1 -++ export IPATH_NO_BACKTRACE -++ IP_INC4=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ip_v3.0.2_4 -++ export IP_INC4 -++ IP_INC8=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ip_v3.0.2_8 -++ export IP_INC8 -++ IP_INCd=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ip_v3.0.2_d -++ export IP_INCd -++ IP_LIB4=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libip_v3.0.2_4.a -++ export IP_LIB4 -++ IP_LIB8=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libip_v3.0.2_8.a -++ export IP_LIB8 -++ IP_LIBd=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libip_v3.0.2_d.a -++ export IP_LIBd -++ IP_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/ip_v3.0.2 -++ export IP_SRC -++ IP_VER=v3.0.2 -++ export IP_VER -++ I_MPI_CC=icc -++ export I_MPI_CC -++ I_MPI_F90=ifort -++ export I_MPI_F90 -++ I_MPI_HYDRA_BRANCH_COUNT=128 -++ export I_MPI_HYDRA_BRANCH_COUNT -++ I_MPI_HYDRA_PMI_CONNECT=alltoall -++ export I_MPI_HYDRA_PMI_CONNECT -++ I_MPI_ROOT=/apps/intel/compilers_and_libraries_2018/linux/mpi -++ export I_MPI_ROOT -++ I_MPI_TMI_PROVIDER=psm -++ export I_MPI_TMI_PROVIDER -++ JASPER_INC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/include/jasper_v1.900.1 -++ export JASPER_INC -++ JASPER_LIB=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/lib/libjasper_v1.900.1.a -++ export JASPER_LIB -++ JASPER_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/thirdParty -++ export JASPER_SRC -++ JASPER_VER=v1.900.1 -++ export JASPER_VER -++ __LMOD_REF_COUNT_LD_LIBRARY_PATH='/apps/netcdf/4.7.0/intel/18.0.5.274/lib:1;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib:1;/apps/slurm/default/lib:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/lib/intel64:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:2;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:2;/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/libipt/intel64/lib:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4:1' -++ export __LMOD_REF_COUNT_LD_LIBRARY_PATH -++ LD_LIBRARY_PATH=/apps/netcdf/4.7.0/intel/18.0.5.274/lib:/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib::/apps/slurm/default/lib:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/lib/intel64:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/libipt/intel64/lib:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4 -++ export LD_LIBRARY_PATH -++ __LMOD_REF_COUNT_LIBRARY_PATH='/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:2;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4:1' -++ export __LMOD_REF_COUNT_LIBRARY_PATH -++ LIBRARY_PATH=/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4 -++ export LIBRARY_PATH -++ LIB_NAME=POST -++ export LIB_NAME -++ LMOD_FAMILY_COMPILER=intel -++ export LMOD_FAMILY_COMPILER -++ LMOD_FAMILY_COMPILER_VERSION=18.0.5.274 -++ export LMOD_FAMILY_COMPILER_VERSION -++ LMOD_FAMILY_MPI=impi -++ export LMOD_FAMILY_MPI -++ LMOD_FAMILY_MPI_VERSION=2018.0.4 -++ export LMOD_FAMILY_MPI_VERSION -++ __LMOD_REF_COUNT_LOADEDMODULES='contrib:1;sutils/default:1;intel/18.0.5.274:1;impi/2018.0.4:1;netcdf/4.7.0:1;bacio/2.0.3:1;ip/3.0.2:1;nemsio/2.2.4:1;sp/2.0.3:1;w3emc/2.3.1:1;w3nco/2.0.7:1;g2/3.1.1:1;g2tmpl/1.6.0:1;crtm/2.2.6:1;jasper/1.900.1:1;png/1.2.44:1;z/1.2.11:1;post/8.0.1:1;esmf/8.0.0:1;cmake/3.9.0:1;fv3:1' -++ export __LMOD_REF_COUNT_LOADEDMODULES -++ LOADEDMODULES=contrib:sutils/default:intel/18.0.5.274:impi/2018.0.4:netcdf/4.7.0:bacio/2.0.3:ip/3.0.2:nemsio/2.2.4:sp/2.0.3:w3emc/2.3.1:w3nco/2.0.7:g2/3.1.1:g2tmpl/1.6.0:crtm/2.2.6:jasper/1.900.1:png/1.2.44:z/1.2.11:post/8.0.1:esmf/8.0.0:cmake/3.9.0:fv3 -++ export LOADEDMODULES -++ __LMOD_REF_COUNT_MANPATH='/apps/netcdf/4.7.0/intel/18.0.5.274/share/man:1;/apps/intel/compilers_and_libraries_2018/linux/mpi/man:1;/apps/intel/parallel_studio_xe_2018.4.057/man/common:1;/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/man:1;/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/man:1;/apps/lmod/lmod/share/man:1;/apps/local/man:1;/apps/slurm/default/share/man:1;/apps/slurm/tools/sbank/share/man:1' -++ export __LMOD_REF_COUNT_MANPATH -++ MANPATH=/apps/netcdf/4.7.0/intel/18.0.5.274/share/man:/apps/intel/compilers_and_libraries_2018/linux/mpi/man:/apps/intel/parallel_studio_xe_2018.4.057/man/common:/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/man:/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/man:/apps/lmod/lmod/share/man::/apps/local/man:/apps/slurm/default/share/man:/apps/slurm/tools/sbank/share/man -++ export MANPATH -++ __LMOD_REF_COUNT_MODULEPATH='/contrib/modulefiles:3;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:2;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1;/apps/modules/modulefamilies/intel:1;/apps/modules/modulefamilies/intel_impi:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles:1' -++ export __LMOD_REF_COUNT_MODULEPATH -++ MODULEPATH=/contrib/modulefiles:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles:/apps/modules/modulefamilies/intel:/apps/modules/modulefamilies/intel_impi:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles -++ export MODULEPATH -++ MPM_LAUNCHER=/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/mpm/mic/bin/start_mpm.sh -++ export MPM_LAUNCHER -++ NCEPLIBS=/scratch2/NCEPDEV/nwprod/NCEPLIBS -++ export NCEPLIBS -++ NEMSIO_INC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/nemsio_v2.2.4 -++ export NEMSIO_INC -++ NEMSIO_LIB=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libnemsio_v2.2.4.a -++ export NEMSIO_LIB -++ NEMSIO_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/nemsio_v2.2.4 -++ export NEMSIO_SRC -++ NEMSIO_VER=v2.2.4 -++ export NEMSIO_VER -++ NETCDF=/apps/netcdf/4.7.0/intel/18.0.5.274 -++ export NETCDF -++ __LMOD_REF_COUNT_NLSPATH='/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64/locale/%l_%t/%N:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin/locale/%l_%t/%N:1;/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/intel64/share/locale/%l_%t/%N:1' -++ export __LMOD_REF_COUNT_NLSPATH -++ NLSPATH=/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64/locale/%l_%t/%N:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin/locale/%l_%t/%N:/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/intel64/share/locale/%l_%t/%N -++ export NLSPATH -++ __LMOD_REF_COUNT_PATH='/contrib/cmake/3.9.0/bin:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/bin:1;/apps/netcdf/4.7.0/intel/18.0.5.274/bin:1;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/bin/intel64:1;/contrib/sutils/bin:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:1;/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/opt/ibutils/bin:1;/apps/local/bin:1;/apps/local/sbin:1;/apps/slurm/default/tools:1;/apps/slurm/default/bin:1;/apps/slurm/default/sbin:1;/apps/slurm/tools/sbank/bin:1;/home/Dusan.Jovic/bin:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/dbrowse:1' -++ export __LMOD_REF_COUNT_PATH -++ PATH=/contrib/cmake/3.9.0/bin:/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/bin:/apps/netcdf/4.7.0/intel/18.0.5.274/bin:/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/bin/intel64:/contrib/sutils/bin:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/opt/ibutils/bin:/apps/local/bin:/apps/local/sbin:/apps/slurm/default/tools:/apps/slurm/default/bin:/apps/slurm/default/sbin:/apps/slurm/tools/sbank/bin:/home/Dusan.Jovic/bin:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/dbrowse -++ export PATH -++ __LMOD_REF_COUNT_PKG_CONFIG_PATH=/apps/intel/compilers_and_libraries_2018/linux/mkl/bin/pkgconfig:1 -++ export __LMOD_REF_COUNT_PKG_CONFIG_PATH -++ PKG_CONFIG_PATH=/apps/intel/compilers_and_libraries_2018/linux/mkl/bin/pkgconfig -++ export PKG_CONFIG_PATH -++ PNG_INC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/png_v1.2.44 -++ export PNG_INC -++ PNG_LIB=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libpng_v1.2.44.a -++ export PNG_LIB -++ PNG_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/thirdParty -++ export PNG_SRC -++ PNG_VER=v1.2.44 -++ export PNG_VER -++ POST_INC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ncep_post_v8.0.1_4 -++ export POST_INC -++ POST_LIB=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libncep_post_v8.0.1_4.a -++ export POST_LIB -++ POST_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/post_v8.0.1 -++ export POST_SRC -++ POST_VER=v8.0.1 -++ export POST_VER -++ SLURM_UTILS_PATH=/contrib/sutils/bin -++ export SLURM_UTILS_PATH -++ SP_LIB4=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_4.a -++ export SP_LIB4 -++ SP_LIB8=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_8.a -++ export SP_LIB8 -++ SP_LIBd=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_d.a -++ export SP_LIBd -++ SP_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/sp_v2.0.3 -++ export SP_SRC -++ SP_VER=v2.0.3 -++ export SP_VER -++ W3EMC_INC4=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/w3emc_v2.3.1_4 -++ export W3EMC_INC4 -++ W3EMC_INC8=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/w3emc_v2.3.1_8 -++ export W3EMC_INC8 -++ W3EMC_INCd=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/w3emc_v2.3.1_d -++ export W3EMC_INCd -++ W3EMC_LIB4=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_4.a -++ export W3EMC_LIB4 -++ W3EMC_LIB8=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_8.a -++ export W3EMC_LIB8 -++ W3EMC_LIBd=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_d.a -++ export W3EMC_LIBd -++ W3EMC_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/w3emc_v2.3.1 -++ export W3EMC_SRC -++ W3EMC_VER=v2.3.1 -++ export W3EMC_VER -++ W3NCO_LIB4=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_4.a -++ export W3NCO_LIB4 -++ W3NCO_LIB8=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_8.a -++ export W3NCO_LIB8 -++ W3NCO_LIBd=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_d.a -++ export W3NCO_LIBd -++ W3NCO_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/w3nco_v2.0.7 -++ export W3NCO_SRC -++ W3NCO_VER=v2.0.7 -++ export W3NCO_VER -++ Z_INC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/z_v1.2.11 -++ export Z_INC -++ Z_LIB=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libz_v1.2.11.a -++ export Z_LIB -++ Z_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/thirdParty -++ export Z_SRC -++ Z_VER=v1.2.11 -++ export Z_VER -++ __LMOD_REF_COUNT__LMFILES_='/apps/modules/modulefiles/contrib:1;/contrib/modulefiles/sutils/default:1;/apps/modules/modulefiles/intel/18.0.5.274:1;/apps/modules/modulefamilies/intel/impi/2018.0.4:1;/apps/modules/modulefamilies/intel/netcdf/4.7.0:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/bacio/2.0.3:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/ip/3.0.2:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/nemsio/2.2.4:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/sp/2.0.3:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3emc/2.3.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3nco/2.0.7:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2/3.1.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2tmpl/1.6.0:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/crtm/2.2.6:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/jasper/1.900.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/png/1.2.44:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/z/1.2.11:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/post/8.0.1:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles/esmf/8.0.0:1;/contrib/modulefiles/cmake/3.9.0:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel/fv3:1' -++ export __LMOD_REF_COUNT__LMFILES_ -++ _LMFILES_=/apps/modules/modulefiles/contrib:/contrib/modulefiles/sutils/default:/apps/modules/modulefiles/intel/18.0.5.274:/apps/modules/modulefamilies/intel/impi/2018.0.4:/apps/modules/modulefamilies/intel/netcdf/4.7.0:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/bacio/2.0.3:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/ip/3.0.2:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/nemsio/2.2.4:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/sp/2.0.3:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3emc/2.3.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3nco/2.0.7:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2/3.1.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2tmpl/1.6.0:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/crtm/2.2.6:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/jasper/1.900.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/png/1.2.44:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/z/1.2.11:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/post/8.0.1:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles/esmf/8.0.0:/contrib/modulefiles/cmake/3.9.0:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel/fv3 -++ export _LMFILES_ -++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJpbXBpIix9LG1UPXtiYWNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvYmFjaW8vMi4wLjMiLFsiZnVsbE5hbWUiXT0iYmFjaW8vMi4wLjMiLFsibG9hZE9yZGVyIl09Nixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJiYWNpby8yLjAuMyIsfSxjbWFrZT17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9jbWFrZS8zLjkuMCIsWyJmdWxs -++ export _ModuleTable001_ -++ _ModuleTable002_=TmFtZSJdPSJjbWFrZS8zLjkuMCIsWyJsb2FkT3JkZXIiXT0yMCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjbWFrZS8zLjkuMCIsfSxjb250cmliPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvY29udHJpYiIsWyJmdWxsTmFtZSJdPSJjb250cmliIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY29udHJpYiIsfSxjcnRtPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9jcnRtLzIuMi42IixbImZ1bGxOYW1lIl09ImNydG0vMi4yLjYiLFsibG9hZE9yZGVy -++ export _ModuleTable002_ -++ _ModuleTable003_=Il09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL2Z2My1jYW0vRHVzYW4uSm92aWMvdWZzL3ByMTgvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvaGVyYS5pbnRlbC9mdjMiLFsi -++ export _ModuleTable003_ -++ _ModuleTable004_=ZnVsbE5hbWUiXT0iZnYzIixbImxvYWRPcmRlciJdPTIxLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTAsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImZ2MyIsfSxnMj17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzIvMy4xLjEiLFsiZnVsbE5hbWUiXT0iZzIvMy4xLjEiLFsibG9hZE9yZGVyIl09MTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZzIvMy4xLjEiLH0sZzJ0bXBsPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9nMnRtcGwvMS42LjAiLFsiZnVsbE5hbWUiXT0iZzJ0bXBsLzEuNi4w -++ export _ModuleTable004_ -++ _ModuleTable005_=IixbImxvYWRPcmRlciJdPTEzLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcydG1wbC8xLjYuMCIsfSxpbXBpPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwvaW1waS8yMDE4LjAuNCIsWyJmdWxsTmFtZSJdPSJpbXBpLzIwMTguMC40IixbImxvYWRPcmRlciJdPTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW1waS8yMDE4LjAuNCIsfSxpbnRlbD17WyJmbiJdPSIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL2ludGVsLzE4LjAuNS4yNzQiLFsiZnVsbE5hbWUiXT0iaW50ZWwvMTguMC41LjI3NCIsWyJsb2FkT3JkZXIi -++ export _ModuleTable005_ -++ _ModuleTable006_=XT0zLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImludGVsLzE4LjAuNS4yNzQiLH0saXA9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2lwLzMuMC4yIixbImZ1bGxOYW1lIl09ImlwLzMuMC4yIixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaXAvMy4wLjIiLH0samFzcGVyPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9qYXNwZXIvMS45MDAuMSIsWyJmdWxsTmFtZSJdPSJqYXNwZXIvMS45MDAuMSIsWyJsb2FkT3JkZXIi -++ export _ModuleTable006_ -++ _ModuleTable007_=XT0xNSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJqYXNwZXIvMS45MDAuMSIsfSxuZW1zaW89e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL25lbXNpby8yLjIuNCIsWyJmdWxsTmFtZSJdPSJuZW1zaW8vMi4yLjQiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZW1zaW8vMi4yLjQiLH0sbmV0Y2RmPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwvbmV0Y2RmLzQuNy4wIixbImZ1bGxOYW1lIl09Im5ldGNkZi80LjcuMCIsWyJsb2FkT3JkZXIi -++ export _ModuleTable007_ -++ _ModuleTable008_=XT01LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5ldGNkZi80LjcuMCIsfSxwbmc9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3BuZy8xLjIuNDQiLFsiZnVsbE5hbWUiXT0icG5nLzEuMi40NCIsWyJsb2FkT3JkZXIiXT0xNixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJwbmcvMS4yLjQ0Iix9LHBvc3Q9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3Bvc3QvOC4wLjEiLFsiZnVsbE5hbWUiXT0icG9zdC84LjAuMSIsWyJsb2FkT3JkZXIiXT0xOCxw -++ export _ModuleTable008_ -++ _ModuleTable009_=cm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJwb3N0LzguMC4xIix9LHNwPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9zcC8yLjAuMyIsWyJmdWxsTmFtZSJdPSJzcC8yLjAuMyIsWyJsb2FkT3JkZXIiXT05LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InNwLzIuMC4zIix9LHN1dGlscz17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9zdXRpbHMvZGVmYXVsdCIsWyJmdWxsTmFtZSJdPSJzdXRpbHMvZGVmYXVsdCIsWyJsb2FkT3JkZXIiXT0yLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0 -++ export _ModuleTable009_ -++ _ModuleTable010_=dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InN1dGlscyIsfSx3M2VtYz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNlbWMvMi4zLjEiLFsiZnVsbE5hbWUiXT0idzNlbWMvMi4zLjEiLFsibG9hZE9yZGVyIl09MTAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNlbWMvMi4zLjEiLH0sdzNuY289e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czbmNvLzIuMC43IixbImZ1bGxOYW1lIl09InczbmNvLzIuMC43IixbImxvYWRPcmRlciJdPTExLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMi -++ export _ModuleTable010_ -++ _ModuleTable011_=XT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHo9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3ovMS4yLjExIixbImZ1bGxOYW1lIl09InovMS4yLjExIixbImxvYWRPcmRlciJdPTE3LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InovMS4yLjExIix9LH0sbXBhdGhBPXsiL2NvbnRyaWIvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDIvTkNFUERFVi9mdjMtY2FtL0R1c2FuLkpvdmljL3Vmcy9wcjE4L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL2hlcmEuaW50ZWwiLCIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi9hcHBz -++ export _ModuleTable011_ -++ _ModuleTable012_=L21vZHVsZXMvbW9kdWxlZmlsZXMvTGludXgiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L2NyYXlwZS9kZWZhdWx0L21vZHVsZWZpbGVzIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbCIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWxfaW1waSIsIi9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcyIsIi9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmU6L2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9M -++ export _ModuleTable012_ -++ _ModuleTable013_=aW51eDovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzOi9vcHQvY3JheS9tb2R1bGVmaWxlczovb3B0L2NyYXkvY3JheXBlL2RlZmF1bHQvbW9kdWxlZmlsZXMiLH0= -++ export _ModuleTable013_ -++ _ModuleTable_Sz_=13 -++ export _ModuleTable_Sz_ -++ : -s sh -+ eval -+ module list -++ /apps/lmod/7.7.18/libexec/lmod bash list -+ eval echo ''\'''\'';' echo ''\''Currently'\''' ''\''Loaded'\''' ''\''Modules:'\'';' echo ''\'''\''' ''\'''\''' ''\''1)'\''' ''\''contrib'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''7)'\''' ''\''ip/3.0.2'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''13)'\''' ''\''g2tmpl/1.6.0'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''19)'\''' ''\''esmf/8.0.0'\'';' echo ''\'''\''' ''\'''\''' ''\''2)'\''' ''\''sutils/default'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''8)'\''' ''\''nemsio/2.2.4'\''' ''\'''\''' ''\''14)'\''' ''\''crtm/2.2.6'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''20)'\''' ''\''cmake/3.9.0'\'';' echo ''\'''\''' ''\'''\''' ''\''3)'\''' ''\''intel/18.0.5.274'\''' ''\'''\''' ''\'''\''' ''\''9)'\''' ''\''sp/2.0.3'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''15)'\''' ''\''jasper/1.900.1'\''' ''\'''\''' ''\''21)'\''' ''\''fv3'\'';' echo ''\'''\''' ''\'''\''' ''\''4)'\''' ''\''impi/2018.0.4'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''10)'\''' ''\''w3emc/2.3.1'\''' ''\'''\''' ''\'''\''' ''\''16)'\''' ''\''png/1.2.44'\'';' echo ''\'''\''' ''\'''\''' ''\''5)'\''' ''\''netcdf/4.7.0'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''11)'\''' ''\''w3nco/2.0.7'\''' ''\'''\''' ''\'''\''' ''\''17)'\''' ''\''z/1.2.11'\'';' echo ''\'''\''' ''\'''\''' ''\''6)'\''' ''\''bacio/2.0.3'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''12)'\''' ''\''g2/3.1.1'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''18)'\''' ''\''post/8.0.1'\'';' echo ''\'''\'';' echo ''\'''\''' ''\'''\'';' echo ''\'''\'';' 'MODULEPATH="/contrib/modulefiles:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles:/apps/modules/modulefamilies/intel:/apps/modules/modulefamilies/intel_impi:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles";' export 'MODULEPATH;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJpbXBpIix9LG1UPXtiYWNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvYmFjaW8vMi4wLjMiLFsiZnVsbE5hbWUiXT0iYmFjaW8vMi4wLjMiLFsibG9hZE9yZGVyIl09Nixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJiYWNpby8yLjAuMyIsfSxjbWFrZT17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9jbWFrZS8zLjkuMCIsWyJmdWxs";' export '_ModuleTable001_;' '_ModuleTable002_="TmFtZSJdPSJjbWFrZS8zLjkuMCIsWyJsb2FkT3JkZXIiXT0yMCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjbWFrZS8zLjkuMCIsfSxjb250cmliPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvY29udHJpYiIsWyJmdWxsTmFtZSJdPSJjb250cmliIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY29udHJpYiIsfSxjcnRtPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9jcnRtLzIuMi42IixbImZ1bGxOYW1lIl09ImNydG0vMi4yLjYiLFsibG9hZE9yZGVy";' export '_ModuleTable002_;' '_ModuleTable003_="Il09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL2Z2My1jYW0vRHVzYW4uSm92aWMvdWZzL3ByMTgvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvaGVyYS5pbnRlbC9mdjMiLFsi";' export '_ModuleTable003_;' '_ModuleTable004_="ZnVsbE5hbWUiXT0iZnYzIixbImxvYWRPcmRlciJdPTIxLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTAsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImZ2MyIsfSxnMj17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzIvMy4xLjEiLFsiZnVsbE5hbWUiXT0iZzIvMy4xLjEiLFsibG9hZE9yZGVyIl09MTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZzIvMy4xLjEiLH0sZzJ0bXBsPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9nMnRtcGwvMS42LjAiLFsiZnVsbE5hbWUiXT0iZzJ0bXBsLzEuNi4w";' export '_ModuleTable004_;' '_ModuleTable005_="IixbImxvYWRPcmRlciJdPTEzLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcydG1wbC8xLjYuMCIsfSxpbXBpPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwvaW1waS8yMDE4LjAuNCIsWyJmdWxsTmFtZSJdPSJpbXBpLzIwMTguMC40IixbImxvYWRPcmRlciJdPTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW1waS8yMDE4LjAuNCIsfSxpbnRlbD17WyJmbiJdPSIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL2ludGVsLzE4LjAuNS4yNzQiLFsiZnVsbE5hbWUiXT0iaW50ZWwvMTguMC41LjI3NCIsWyJsb2FkT3JkZXIi";' export '_ModuleTable005_;' '_ModuleTable006_="XT0zLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImludGVsLzE4LjAuNS4yNzQiLH0saXA9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2lwLzMuMC4yIixbImZ1bGxOYW1lIl09ImlwLzMuMC4yIixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaXAvMy4wLjIiLH0samFzcGVyPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9qYXNwZXIvMS45MDAuMSIsWyJmdWxsTmFtZSJdPSJqYXNwZXIvMS45MDAuMSIsWyJsb2FkT3JkZXIi";' export '_ModuleTable006_;' '_ModuleTable007_="XT0xNSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJqYXNwZXIvMS45MDAuMSIsfSxuZW1zaW89e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL25lbXNpby8yLjIuNCIsWyJmdWxsTmFtZSJdPSJuZW1zaW8vMi4yLjQiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZW1zaW8vMi4yLjQiLH0sbmV0Y2RmPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwvbmV0Y2RmLzQuNy4wIixbImZ1bGxOYW1lIl09Im5ldGNkZi80LjcuMCIsWyJsb2FkT3JkZXIi";' export '_ModuleTable007_;' '_ModuleTable008_="XT01LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5ldGNkZi80LjcuMCIsfSxwbmc9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3BuZy8xLjIuNDQiLFsiZnVsbE5hbWUiXT0icG5nLzEuMi40NCIsWyJsb2FkT3JkZXIiXT0xNixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJwbmcvMS4yLjQ0Iix9LHBvc3Q9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3Bvc3QvOC4wLjEiLFsiZnVsbE5hbWUiXT0icG9zdC84LjAuMSIsWyJsb2FkT3JkZXIiXT0xOCxw";' export '_ModuleTable008_;' '_ModuleTable009_="cm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJwb3N0LzguMC4xIix9LHNwPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9zcC8yLjAuMyIsWyJmdWxsTmFtZSJdPSJzcC8yLjAuMyIsWyJsb2FkT3JkZXIiXT05LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InNwLzIuMC4zIix9LHN1dGlscz17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9zdXRpbHMvZGVmYXVsdCIsWyJmdWxsTmFtZSJdPSJzdXRpbHMvZGVmYXVsdCIsWyJsb2FkT3JkZXIiXT0yLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0";' export '_ModuleTable009_;' '_ModuleTable010_="dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InN1dGlscyIsfSx3M2VtYz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNlbWMvMi4zLjEiLFsiZnVsbE5hbWUiXT0idzNlbWMvMi4zLjEiLFsibG9hZE9yZGVyIl09MTAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNlbWMvMi4zLjEiLH0sdzNuY289e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czbmNvLzIuMC43IixbImZ1bGxOYW1lIl09InczbmNvLzIuMC43IixbImxvYWRPcmRlciJdPTExLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMi";' export '_ModuleTable010_;' '_ModuleTable011_="XT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHo9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3ovMS4yLjExIixbImZ1bGxOYW1lIl09InovMS4yLjExIixbImxvYWRPcmRlciJdPTE3LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InovMS4yLjExIix9LH0sbXBhdGhBPXsiL2NvbnRyaWIvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDIvTkNFUERFVi9mdjMtY2FtL0R1c2FuLkpvdmljL3Vmcy9wcjE4L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL2hlcmEuaW50ZWwiLCIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi9hcHBz";' export '_ModuleTable011_;' '_ModuleTable012_="L21vZHVsZXMvbW9kdWxlZmlsZXMvTGludXgiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L2NyYXlwZS9kZWZhdWx0L21vZHVsZWZpbGVzIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbCIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWxfaW1waSIsIi9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcyIsIi9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmU6L2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9M";' export '_ModuleTable012_;' '_ModuleTable013_="aW51eDovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzOi9vcHQvY3JheS9tb2R1bGVmaWxlczovb3B0L2NyYXkvY3JheXBlL2RlZmF1bHQvbW9kdWxlZmlsZXMiLH0=";' export '_ModuleTable013_;' '_ModuleTable_Sz_="13";' export '_ModuleTable_Sz_;' -++ echo '' - -++ echo Currently Loaded Modules: -Currently Loaded Modules: -++ echo '' '' '1)' contrib '' '' '' '' '' '' '' '' '' '' '' '7)' ip/3.0.2 '' '' '' '' '' '13)' g2tmpl/1.6.0 '' '' '' '19)' esmf/8.0.0 - 1) contrib 7) ip/3.0.2 13) g2tmpl/1.6.0 19) esmf/8.0.0 -++ echo '' '' '2)' sutils/default '' '' '' '' '8)' nemsio/2.2.4 '' '14)' crtm/2.2.6 '' '' '' '' '' '20)' cmake/3.9.0 - 2) sutils/default 8) nemsio/2.2.4 14) crtm/2.2.6 20) cmake/3.9.0 -++ echo '' '' '3)' intel/18.0.5.274 '' '' '9)' sp/2.0.3 '' '' '' '' '' '15)' jasper/1.900.1 '' '21)' fv3 - 3) intel/18.0.5.274 9) sp/2.0.3 15) jasper/1.900.1 21) fv3 -++ echo '' '' '4)' impi/2018.0.4 '' '' '' '' '10)' w3emc/2.3.1 '' '' '16)' png/1.2.44 - 4) impi/2018.0.4 10) w3emc/2.3.1 16) png/1.2.44 -++ echo '' '' '5)' netcdf/4.7.0 '' '' '' '' '' '11)' w3nco/2.0.7 '' '' '17)' z/1.2.11 - 5) netcdf/4.7.0 11) w3nco/2.0.7 17) z/1.2.11 -++ echo '' '' '6)' bacio/2.0.3 '' '' '' '' '' '' '12)' g2/3.1.1 '' '' '' '' '' '18)' post/8.0.1 - 6) bacio/2.0.3 12) g2/3.1.1 18) post/8.0.1 -++ echo '' - -++ echo '' '' - -++ echo '' - -++ MODULEPATH=/contrib/modulefiles:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles:/apps/modules/modulefamilies/intel:/apps/modules/modulefamilies/intel_impi:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles -++ export MODULEPATH -++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJpbXBpIix9LG1UPXtiYWNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvYmFjaW8vMi4wLjMiLFsiZnVsbE5hbWUiXT0iYmFjaW8vMi4wLjMiLFsibG9hZE9yZGVyIl09Nixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJiYWNpby8yLjAuMyIsfSxjbWFrZT17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9jbWFrZS8zLjkuMCIsWyJmdWxs -++ export _ModuleTable001_ -++ _ModuleTable002_=TmFtZSJdPSJjbWFrZS8zLjkuMCIsWyJsb2FkT3JkZXIiXT0yMCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjbWFrZS8zLjkuMCIsfSxjb250cmliPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvY29udHJpYiIsWyJmdWxsTmFtZSJdPSJjb250cmliIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY29udHJpYiIsfSxjcnRtPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9jcnRtLzIuMi42IixbImZ1bGxOYW1lIl09ImNydG0vMi4yLjYiLFsibG9hZE9yZGVy -++ export _ModuleTable002_ -++ _ModuleTable003_=Il09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL2Z2My1jYW0vRHVzYW4uSm92aWMvdWZzL3ByMTgvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvaGVyYS5pbnRlbC9mdjMiLFsi -++ export _ModuleTable003_ -++ _ModuleTable004_=ZnVsbE5hbWUiXT0iZnYzIixbImxvYWRPcmRlciJdPTIxLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTAsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImZ2MyIsfSxnMj17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzIvMy4xLjEiLFsiZnVsbE5hbWUiXT0iZzIvMy4xLjEiLFsibG9hZE9yZGVyIl09MTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZzIvMy4xLjEiLH0sZzJ0bXBsPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9nMnRtcGwvMS42LjAiLFsiZnVsbE5hbWUiXT0iZzJ0bXBsLzEuNi4w -++ export _ModuleTable004_ -++ _ModuleTable005_=IixbImxvYWRPcmRlciJdPTEzLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcydG1wbC8xLjYuMCIsfSxpbXBpPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwvaW1waS8yMDE4LjAuNCIsWyJmdWxsTmFtZSJdPSJpbXBpLzIwMTguMC40IixbImxvYWRPcmRlciJdPTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW1waS8yMDE4LjAuNCIsfSxpbnRlbD17WyJmbiJdPSIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL2ludGVsLzE4LjAuNS4yNzQiLFsiZnVsbE5hbWUiXT0iaW50ZWwvMTguMC41LjI3NCIsWyJsb2FkT3JkZXIi -++ export _ModuleTable005_ -++ _ModuleTable006_=XT0zLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImludGVsLzE4LjAuNS4yNzQiLH0saXA9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2lwLzMuMC4yIixbImZ1bGxOYW1lIl09ImlwLzMuMC4yIixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaXAvMy4wLjIiLH0samFzcGVyPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9qYXNwZXIvMS45MDAuMSIsWyJmdWxsTmFtZSJdPSJqYXNwZXIvMS45MDAuMSIsWyJsb2FkT3JkZXIi -++ export _ModuleTable006_ -++ _ModuleTable007_=XT0xNSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJqYXNwZXIvMS45MDAuMSIsfSxuZW1zaW89e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL25lbXNpby8yLjIuNCIsWyJmdWxsTmFtZSJdPSJuZW1zaW8vMi4yLjQiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZW1zaW8vMi4yLjQiLH0sbmV0Y2RmPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwvbmV0Y2RmLzQuNy4wIixbImZ1bGxOYW1lIl09Im5ldGNkZi80LjcuMCIsWyJsb2FkT3JkZXIi -++ export _ModuleTable007_ -++ _ModuleTable008_=XT01LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5ldGNkZi80LjcuMCIsfSxwbmc9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3BuZy8xLjIuNDQiLFsiZnVsbE5hbWUiXT0icG5nLzEuMi40NCIsWyJsb2FkT3JkZXIiXT0xNixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJwbmcvMS4yLjQ0Iix9LHBvc3Q9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3Bvc3QvOC4wLjEiLFsiZnVsbE5hbWUiXT0icG9zdC84LjAuMSIsWyJsb2FkT3JkZXIiXT0xOCxw -++ export _ModuleTable008_ -++ _ModuleTable009_=cm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJwb3N0LzguMC4xIix9LHNwPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9zcC8yLjAuMyIsWyJmdWxsTmFtZSJdPSJzcC8yLjAuMyIsWyJsb2FkT3JkZXIiXT05LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InNwLzIuMC4zIix9LHN1dGlscz17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9zdXRpbHMvZGVmYXVsdCIsWyJmdWxsTmFtZSJdPSJzdXRpbHMvZGVmYXVsdCIsWyJsb2FkT3JkZXIiXT0yLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0 -++ export _ModuleTable009_ -++ _ModuleTable010_=dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InN1dGlscyIsfSx3M2VtYz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNlbWMvMi4zLjEiLFsiZnVsbE5hbWUiXT0idzNlbWMvMi4zLjEiLFsibG9hZE9yZGVyIl09MTAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNlbWMvMi4zLjEiLH0sdzNuY289e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czbmNvLzIuMC43IixbImZ1bGxOYW1lIl09InczbmNvLzIuMC43IixbImxvYWRPcmRlciJdPTExLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMi -++ export _ModuleTable010_ -++ _ModuleTable011_=XT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHo9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3ovMS4yLjExIixbImZ1bGxOYW1lIl09InovMS4yLjExIixbImxvYWRPcmRlciJdPTE3LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InovMS4yLjExIix9LH0sbXBhdGhBPXsiL2NvbnRyaWIvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDIvTkNFUERFVi9mdjMtY2FtL0R1c2FuLkpvdmljL3Vmcy9wcjE4L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL2hlcmEuaW50ZWwiLCIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi9hcHBz -++ export _ModuleTable011_ -++ _ModuleTable012_=L21vZHVsZXMvbW9kdWxlZmlsZXMvTGludXgiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L2NyYXlwZS9kZWZhdWx0L21vZHVsZWZpbGVzIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbCIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWxfaW1waSIsIi9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcyIsIi9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmU6L2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9M -++ export _ModuleTable012_ -++ _ModuleTable013_=aW51eDovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzOi9vcHQvY3JheS9tb2R1bGVmaWxlczovb3B0L2NyYXkvY3JheXBlL2RlZmF1bHQvbW9kdWxlZmlsZXMiLH0= -++ export _ModuleTable013_ -++ _ModuleTable_Sz_=13 -++ export _ModuleTable_Sz_ -++ : -s sh -+ eval -+ cd build_fv3_4 -+ cmake /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model -DDEBUG=Y -D32BIT=Y --- The C compiler identification is Intel 18.0.5.20180823 --- The CXX compiler identification is Intel 18.0.5.20180823 --- The Fortran compiler identification is Intel 18.0.5.20180823 --- Check for working C compiler: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiicc --- Check for working C compiler: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiicc -- works --- Detecting C compiler ABI info --- Detecting C compiler ABI info - done --- Detecting C compile features --- Detecting C compile features - done --- Check for working CXX compiler: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiicpc --- Check for working CXX compiler: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiicpc -- works --- Detecting CXX compiler ABI info --- Detecting CXX compiler ABI info - done --- Detecting CXX compile features --- Detecting CXX compile features - done --- Check for working Fortran compiler: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort --- Check for working Fortran compiler: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -- works --- Detecting Fortran compiler ABI info --- Detecting Fortran compiler ABI info - done --- Checking whether /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort supports Fortran 90 --- Checking whether /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort supports Fortran 90 -- yes --- Found MPI_C: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpifort.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/release_mt/libmpi.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpigi.a;/usr/lib64/libdl.so;/usr/lib64/librt.so;/usr/lib64/libpthread.so --- Found MPI_CXX: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpicxx.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpifort.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/release_mt/libmpi.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpigi.a;/usr/lib64/libdl.so;/usr/lib64/librt.so;/usr/lib64/libpthread.so --- Found MPI_Fortran: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpifort.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/release_mt/libmpi.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpigi.a;/usr/lib64/libdl.so;/usr/lib64/librt.so;/usr/lib64/libpthread.so -ESMFMKFILE: /scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/lib/esmf.mk - Found ESMF: -ESMF_VERSION_MAJOR: 8 -ESMF_F90COMPILEPATHS: /scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod;/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include;/apps/netcdf/4.6.1/intel/16.1.150/include -ESMF_F90ESMFLINKRPATHS: -Wl,-rpath,/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/lib -ESMF_F90ESMFLINKLIBS: -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf --- Found ESMF: /scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod;/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include;/apps/netcdf/4.6.1/intel/16.1.150/include (found version "8.0.0") - -Setting configuration for hera.intel - -C compiler: Intel 18.0.5.20180823 (mpiicc) -CXX compiler: Intel 18.0.5.20180823 (mpiicpc) -Fortran compiler: Intel 18.0.5.20180823 (mpiifort) - -DEBUG is ENABLED -REPRO is disabled -32BIT is ENABLED -OPENMP is ENABLED -AVX2 is ENABLED -INLINE_POST is ENABLED - - -Selected physics package: gfs - -Force 64 bits in gfsphysics -Force 64 bits in ipd -Force 64 bits in stochastic_physics --- Configuring done --- Generating done --- Build files have been written to: /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_4 -+ make -j 8 -Scanning dependencies of target fv3cpl -[ 1%] Building Fortran object FV3/cpl/CMakeFiles/fv3cpl.dir/module_cap_cpl.F90.o -[ 1%] Building Fortran object FV3/cpl/CMakeFiles/fv3cpl.dir/module_cplfields.F90.o -Scanning dependencies of target gfsphysics -Scanning dependencies of target fms -[ 2%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/co2hc.f.o -[ 2%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_composition.f.o -[ 2%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/machine.F.o -[ 4%] Building Fortran object CMakeFiles/fms.dir/FMS/platform/platform.F90.o -[ 4%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/wam_f107_kp_mod.f90.o -[ 5%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/efield.f.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 5%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_parameter.F90.o -[ 5%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_core.F90.o -[ 5%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_input.F90.o -[ 5%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/cloud_interpolator.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 5%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mersenne_twister.f.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 5%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/GFDL_parse_tracers.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 6%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/iounitdef.f.o -[ 6%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_io.F90.o -[ 6%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/namelist_soilveg.f.o -[ 6%] Building Fortran object CMakeFiles/fms.dir/FMS/random_numbers/MersenneTwister.F90.o -[ 7%] Building Fortran object CMakeFiles/fms.dir/FMS/sat_vapor_pres/sat_vapor_pres_k.F90.o -[ 7%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_wrf_utl.f90.o -[ 7%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/noahmp_tables.f90.o -[ 7%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_mp_radar.F90.o -[ 7%] Linking Fortran static library libfv3cpl.a -[ 7%] Building Fortran object CMakeFiles/fms.dir/FMS/constants/constants.F90.o -[ 8%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_data.F90.o -[ 8%] Built target fv3cpl -[ 8%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/date_def.f.o -[ 8%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/physcons.F90.o -[ 9%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/progtm_module.f.o -[ 9%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/aerclm_def.f.o -[ 9%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2o_def.f.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 9%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/physparam.f.o -[ 10%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ozne_def.f.o -[ 10%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp.F90.o -[ 10%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gfs_phy_tracer_config.F.o -[ 10%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/surface_perturbation.F90.o -[ 10%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_sf_noahmp_glacier.f90.o -[ 11%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_sf_noahmplsm.f90.o -[ 11%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/iccn_def.f.o -[ 12%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gfdl_cloud_microphys.F90.o -[ 12%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/micro_mg_utils.F90.o -mpp_comm_mpi.inc(1386): #warning: macro redefined: MPP_TYPE_ -mpp_comm_mpi.inc(1387): #warning: macro redefined: MPI_TYPE_ -mpp_comm_mpi.inc(1390): #warning: macro redefined: MPP_TYPE_CREATE_ -mpp_comm_mpi.inc(1391): #warning: macro redefined: MPP_TYPE_ -mpp_comm_mpi.inc(1392): #warning: macro redefined: MPI_TYPE_ -mpp_comm_mpi.inc(1395): #warning: macro redefined: MPP_TYPE_CREATE_ -mpp_comm_mpi.inc(1396): #warning: macro redefined: MPP_TYPE_ -mpp_comm_mpi.inc(1397): #warning: macro redefined: MPI_TYPE_ -mpp_comm_mpi.inc(1400): #warning: macro redefined: MPP_TYPE_CREATE_ -mpp_comm_mpi.inc(1401): #warning: macro redefined: MPP_TYPE_ -mpp_comm_mpi.inc(1402): #warning: macro redefined: MPI_TYPE_ -mpp_comm_mpi.inc(1405): #warning: macro redefined: MPP_TYPE_CREATE_ -mpp_comm_mpi.inc(1406): #warning: macro redefined: MPP_TYPE_ -mpp_comm_mpi.inc(1407): #warning: macro redefined: MPI_TYPE_ -mpp_comm_mpi.inc(1410): #warning: macro redefined: MPP_TYPE_CREATE_ -mpp_comm_mpi.inc(1411): #warning: macro redefined: MPP_TYPE_ -mpp_comm_mpi.inc(1412): #warning: macro redefined: MPI_TYPE_ -[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/tracer_const_h.f.o -[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/funcphys.f90.o -[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_ugwp_initialize.F90.o -[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radlw_param.f.o -[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radsw_param.f.o -[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_astronomy.f.o -[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_surface.f.o -[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_nst_parameters.f90.o -[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/aer_cloud.F.o -[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_mp_thompson_gfs.F90.o -[ 15%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_mp_wsm6_fv3.F90.o -[ 15%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/get_prs_fv3.f90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 16%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_cice.f.o -[ 16%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_diff.f.o -[ 16%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_efp.F90.o -[ 16%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/rascnvv2.f.o -[ 16%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_ugwp_module.F90.o -[ 16%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_memutils.F90.o -[ 17%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_pset.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 18%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_type.F90.o -[ 18%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_aerosols.f.o -[ 19%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/gradient.F90.o -[ 19%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_bfmicrophysics.f.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 19%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_gases.f.o -[ 20%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radlw_datatb.f.o -[ 20%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_domains.F90.o -[ 21%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radsw_datatb.f.o -[ 21%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_nst_water_prop.f90.o -[ 21%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/wv_saturation.F.o -[ 22%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_diag.f.o -[ 22%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cs_conv.F90.o -[ 23%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_drv.f.o -[ 23%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_ocean.f.o -[ 24%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_sice.f.o -[ 24%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_typedefs.F90.o -[ 25%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_clouds.f.o -[ 25%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radlw_main.f.o -[ 25%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_nst_model.f90.o -[ 25%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radsw_main.f.o -[ 25%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cldmacro.F.o -[ 26%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cldwat2m_micro.F.o -[ 26%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/micro_mg2_0.F90.o -[ 26%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_diagnostics.F90.o -[ 26%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_nst.f.o -[ 26%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/micro_mg3_0.F90.o -[ 27%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_radiation_driver.F90.o -[ 27%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_physics_driver.F90.o -[ 27%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_restart.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 27%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_comm.F90.o -[ 28%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_io.F90.o -Compiling in MPI mode (with or without MPP) -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 28%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_driver.F90.o -[ 29%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_abstraction_layer.F90.o -[ 30%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_solar_heating.f.o -[ 31%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_tracer.f.o -[ 31%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2oc.f.o -[ 31%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ideaca.f.o -[ 31%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfcsub.F.o -[ 31%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ugwp_driver_v0.f.o -[ 31%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cnvc90.f.o -[ 31%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/dcyc2.f.o -[ 31%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/dcyc2.pre.rad.f.o -[ 31%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/get_prs.f.o -[ 31%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gocart_tracer_config_stub.f.o -[ 32%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gscond.f.o -[ 32%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gscondp.f.o -[ 33%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gwdc.f.o -[ 33%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gwdps.f.o -[ 33%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_orowam2017.f.o -[ 33%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2ophys.f.o -[ 33%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2ohdc.f.o -[ 33%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_co2.f.o -[ 33%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_dissipation.f.o -[ 34%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_h2o.f.o -[ 34%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_ion.f.o -[ 34%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_o2_o3.f.o -[ 35%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_phys.f.o -[ 35%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/lrgsclr.f.o -[ 35%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfpbl.f.o -[ 36%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfpblt.f.o -[ 36%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfpbltq.f.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 36%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfscu.f.o -[ 37%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfscuq.f.o -[ 37%] Building Fortran object CMakeFiles/fms.dir/FMS/fms/fms_io.F90.o -[ 37%] Building Fortran object CMakeFiles/fms.dir/FMS/memutils/memutils.F90.o -[ 37%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninedmf.f.o -[ 37%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninedmf_hafs.f.o -[ 38%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninp.f.o -[ 38%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninp1.f.o -[ 38%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninq.f.o -[ 39%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninq1.f.o -[ 39%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninshoc.f.o -[ 39%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mstadb.f.o -[ 40%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mstadbtn.f.o -[ 40%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mstadbtn2.f.o -[ 40%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mstcnv.f.o -[ 41%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ozphys.f.o -[ 41%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/precpd.f.o -[ 41%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ozphys_2015.f.o -[ 42%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/precpd_shoc.f.o -[ 42%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/precpdp.f.o -[ 42%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/progt2.f.o -[ 42%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/rad_initialize.f.o -[ 43%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/rayleigh_damp.f.o -[ 43%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/rayleigh_damp_mesopause.f.o -[ 43%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/samfaerosols.f.o -[ 44%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/samfdeepcnv.f.o -[ 44%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/samfshalcnv.f.o -[ 44%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sascnvn.f.o -[ 44%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sascnv.f.o -[ 45%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/satmedmfvdif.f.o -[ 45%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/satmedmfvdifq.f.o -[ 45%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/set_soilveg.f.o -[ 45%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_noahmp_drv.f.o -[ 45%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sflx.f.o -[ 45%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcnv.f.o -[ 46%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcv_fixdp.f.o -[ 46%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcv_1lyr.f.o -[ 46%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcv.f.o -err_read_mod_file -[ 46%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcv_opr.f.o -[ 46%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/tridi2t3.f.o -[ 46%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/calpreciptype.f90.o -[ 46%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gcm_shoc.f90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 47%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2ointerp.f90.o -[ 48%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ozinterp.f90.o -[ 48%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/iccninterp.f90.o -[ 49%] Building Fortran object CMakeFiles/fms.dir/FMS/fms/fms.F90.o -[ 49%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/aerinterp.f90.o -[ 51%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/num_parthds.F.o -[ 51%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gcycle.F90.o -[ 52%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_ugwp_utils.F90.o -[ 52%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_ugwp_triggers.F90.o -[ 52%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_ugwp_solvers.F90.o -[ 52%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_vert_lsatdis.F90.o -[ 53%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_vert_orodis.F90.o -[ 53%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_vert_wmsdis.F90.o -[ 53%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/m_micro_driver.F90.o -[ 53%] Building Fortran object CMakeFiles/fms.dir/FMS/time_manager/time_manager.F90.o -[ 53%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bicubic.F90.o -[ 54%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bilinear.F90.o -[ 54%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_conserve.F90.o -[ 54%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_spherical.F90.o -[ 54%] Building Fortran object CMakeFiles/fms.dir/FMS/axis_utils/axis_utils.F90.o -[ 54%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_grid.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 54%] Building Fortran object CMakeFiles/fms.dir/FMS/field_manager/field_manager.F90.o -[ 54%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/mosaic.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 55%] Building Fortran object CMakeFiles/fms.dir/FMS/topography/gaussian_topog.F90.o -[ 55%] Building Fortran object CMakeFiles/fms.dir/FMS/time_manager/get_cal_time.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 56%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_data.F90.o -[ 56%] Building Fortran object CMakeFiles/fms.dir/FMS/time_interp/time_interp.F90.o -[ 57%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_types.F90.o -[ 57%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 57%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/write_ocean_data.F90.o -[ 57%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/xbt_drop_rate_adjust.f90.o -[ 59%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_axis.F90.o -[ 59%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_manifest.F90.o -[ 59%] Building Fortran object CMakeFiles/fms.dir/FMS/field_manager/fm_util.F90.o -[ 59%] Building Fortran object CMakeFiles/fms.dir/FMS/time_interp/time_interp_external.F90.o -[ 60%] Linking Fortran static library libgfsphysics.a -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 60%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_output.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 61%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_util.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 61%] Building Fortran object CMakeFiles/fms.dir/FMS/data_override/data_override.F90.o -[ 61%] Built target gfsphysics -Scanning dependencies of target ipd -[ 61%] Building Fortran object FV3/ipd/CMakeFiles/ipd.dir/IPD_typedefs.F90.o -[ 61%] Building Fortran object FV3/ipd/CMakeFiles/ipd.dir/IPD_driver.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 61%] Linking Fortran static library libipd.a -[ 61%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_table.F90.o -[ 61%] Built target ipd -[ 61%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_manager.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 61%] Building Fortran object CMakeFiles/fms.dir/FMS/exchange/stock_constants.F90.o -[ 62%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/coupler_types.F90.o -[ 63%] Building Fortran object CMakeFiles/fms.dir/FMS/amip_interp/amip_interp.F90.o -[ 63%] Building Fortran object CMakeFiles/fms.dir/FMS/block_control/block_control.F90.o -[ 64%] Building Fortran object CMakeFiles/fms.dir/FMS/column_diagnostics/column_diagnostics.F90.o -[ 64%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/atmos_ocean_fluxes.F90.o -[ 64%] Building Fortran object CMakeFiles/fms.dir/FMS/astronomy/astronomy.F90.o -[ 64%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/ensemble_manager.F90.o -[ 65%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters.F90.o -[ 65%] Building Fortran object CMakeFiles/fms.dir/FMS/exchange/xgrid.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 65%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft.F90.o -[ 66%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft99.F90.o -[ 66%] Building Fortran object CMakeFiles/fms.dir/FMS/interpolator/interpolator.F90.o -[ 66%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/grid.F90.o -[ 66%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_utilities.F90.o -[ 66%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core.F90.o -Compiling in MPI mode (with or without MPP) -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 66%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core_ecda.F90.o -[ 66%] Building Fortran object CMakeFiles/fms.dir/FMS/random_numbers/random_numbers.F90.o -[ 66%] Building Fortran object CMakeFiles/fms.dir/FMS/sat_vapor_pres/sat_vapor_pres.F90.o -[ 66%] Building Fortran object CMakeFiles/fms.dir/FMS/station_data/station_data.F90.o -[ 66%] Building Fortran object CMakeFiles/fms.dir/FMS/topography/topography.F90.o -[ 66%] Building Fortran object CMakeFiles/fms.dir/FMS/tracer_manager/tracer_manager.F90.o -[ 66%] Building Fortran object CMakeFiles/fms.dir/FMS/tridiagonal/tridiagonal.F90.o -[ 67%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/quicksort.F90.o -[ 68%] Building C object CMakeFiles/fms.dir/FMS/memutils/memuse.c.o -[ 68%] Building C object CMakeFiles/fms.dir/FMS/mosaic/create_xgrid.c.o -[ 68%] Building C object CMakeFiles/fms.dir/FMS/mosaic/gradient_c2l.c.o -[ 69%] Building C object CMakeFiles/fms.dir/FMS/mosaic/interp.c.o -[ 69%] Building C object CMakeFiles/fms.dir/FMS/mosaic/mosaic_util.c.o -[ 69%] Building C object CMakeFiles/fms.dir/FMS/mosaic/read_mosaic.c.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 69%] Building C object CMakeFiles/fms.dir/FMS/affinity/affinity.c.o -[ 70%] Building C object CMakeFiles/fms.dir/FMS/mpp/nsclock.c.o -[ 70%] Building C object CMakeFiles/fms.dir/FMS/mpp/threadloc.c.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 70%] Linking Fortran static library FMS/libfms.a -[ 70%] Built target fms -Scanning dependencies of target io -[ 70%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_internal_state.F90.o -[ 70%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_fv3_io_def.F90.o -Scanning dependencies of target fv3core -[ 73%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_arrays.F90.o -[ 73%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_fill.F90.o -[ 73%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/external_sst.F90.o -[ 73%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/sim_nc_mod.F90.o -[ 73%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/DYCORE_typedefs.F90.o -[ 74%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_nemsio.F90.o -[ 74%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_netcdf.F90.o -[ 74%] Building Fortran object FV3/io/CMakeFiles/io.dir/post_gfs.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 74%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_mp_mod.F90.o -[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/sorted_index.F90.o -[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_eta.F90.o -[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_cmp.F90.o -[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_timing.F90.o -[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_sg.F90.o -[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/boundary.F90.o -[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_grid_utils.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 75%] Building Fortran object FV3/io/CMakeFiles/io.dir/FV3GFS_io.F90.o -[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/a2b_edge.F90.o -[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_mapz.F90.o -[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/tp_core.F90.o -[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_grid_tools.F90.o -[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_surf_map.F90.o -[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/init_hydro.F90.o -[ 77%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_wrt_grid_comp.F90.o -[ 77%] Building Fortran object FV3/io/CMakeFiles/io.dir/ffsync.F90.o -[ 78%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_treat_da_inc.F90.o -[ 78%] Building Fortran object FV3/io/CMakeFiles/io.dir/post_nems_routines.F90.o -[ 78%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/sw_core.F90.o -[ 78%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_iau_mod.F90.o -[ 78%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/nh_utils.F90.o -[ 79%] Linking Fortran static library libio.a -[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/nh_core.F90.o -[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_io.F90.o -[ 81%] Built target io -[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_diagnostics.F90.o -[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/test_cases.F90.o -[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_regional_bc.F90.o -[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_nudge.F90.o -[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/fv_nggps_diag.F90.o -[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_update_phys.F90.o -[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_tracer2d.F90.o -[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/dyn_core.F90.o -[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/external_ic.F90.o -[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_restart.F90.o -[ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_nesting.F90.o -[ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_control.F90.o -[ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_dynamics.F90.o -[ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/atmosphere.F90.o -[ 85%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/multi_gases.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 85%] Linking Fortran static library libfv3core.a -[ 85%] Built target fv3core -Scanning dependencies of target stochastic_physics -[ 85%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_resol_def.f.o -[ 86%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/update_ca.f90.o -[ 86%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/spectral_layout.F90.o -[ 86%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_layout_lag.f.o -[ 87%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_gg_def.f.o -[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/glats_stochy.f.o -[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_namelist_def.F90.o -[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/compns_stochy.F90.o -[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/setlats_lag_stochy.f.o -[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/get_ls_node_stochy.f.o -[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/epslon_stochy.f.o -[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/gozrineo_stochy.f.o -[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/get_lats_node_a_stochy.f.o -[ 89%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/pln2eo_stochy.f.o -[ 90%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/setlats_a_stochy.f.o -[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_internal_state_mod.F90.o -[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/dezouv_stochy.f.o -[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/dozeuv_stochy.f.o -[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/four_to_grid_stochy.F.o -[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_patterngenerator.F90.o -[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/sumfln_stochy.f.o -[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/getcon_lag_stochy.f.o -[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/getcon_spectral.F90.o -[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/initialize_spectral_mod.F90.o -[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_data_mod.F90.o -[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/get_stochy_pattern.F90.o -[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochastic_physics.F90.o -[ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/cellular_automata.f90.o -[ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/plumes.f90.o -[ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/num_parthds_stochy.f.o -[ 95%] Linking Fortran static library libstochastic_physics.a -[ 95%] Built target stochastic_physics -Scanning dependencies of target fv3cap -[ 95%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/module_fv3_config.F90.o -[ 96%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/atmos_model.F90.o -[ 97%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/module_fcst_grid_comp.F90.o -[ 97%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/fv3_cap.F90.o -[ 97%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/time_utils.F90.o -[ 97%] Linking Fortran static library libfv3cap.a -[ 97%] Built target fv3cap -Scanning dependencies of target NEMS.exe -[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_MEDIATOR_methods.F90.o -[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_EARTH_INTERNAL_STATE.F90.o -[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/ENS_Cpl/ENS_CplComp_ESMFMod_STUB.F90.o -[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_UTILS.F90.o -[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_MEDIATOR_SpaceWeather.F90.o -[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_INTERNAL_STATE.F90.o -[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_Rusage.F90.o -[ 98%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_MEDIATOR.F90.o -[ 99%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_EARTH_GRID_COMP.F90.o -[ 99%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_GRID_COMP.F90.o -[ 99%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/MAIN_NEMS.F90.o -[100%] Building C object CMakeFiles/NEMS.exe.dir/NEMS/src/nems_c_rusage.c.o -[100%] Linking Fortran executable NEMS.exe -/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/lib/libjasper_v1.900.1.a(jas_stream.o): In function `jas_stream_tmpfile': -jas_stream.c:(.text+0x7a7): warning: the use of `tmpnam' is dangerous, better use `mkstemp' -[100%] Built target NEMS.exe -+ mv NEMS.exe ../fv3_4.exe -+ cp /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel/fv3 ../modules.fv3_4 -+ cd .. -+ '[' YES = YES ']' -+ rm -rf build_fv3_4 -+ elapsed=450 -+ echo 'Elapsed time 450 seconds. Compiling 32BIT=Y DEBUG=Y finished' -Elapsed time 450 seconds. Compiling 32BIT=Y DEBUG=Y finished -+ SECONDS=0 -+++ readlink -f /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/compile_cmake.sh -++ dirname /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/compile_cmake.sh -+ readonly MYDIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests -+ MYDIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests -+ readonly ARGC=4 -+ ARGC=4 -+ cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests -+ [[ 4 -eq 0 ]] -+ [[ 4 -lt 2 ]] -+ PATHTR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model -+ MACHINE_ID=hera.intel -+ MAKE_OPT=REPRO=Y -+ BUILD_NAME=fv3_5 -+ clean_before=YES -+ clean_after=YES -+ BUILD_DIR=build_fv3_5 -+ [[ hera.intel == cheyenne.* ]] -+ [[ hera.intel == wcoss_dell_p3 ]] -+ MAKE_THREADS=8 -+ hostname -hfe01 -+ cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests -+ echo 'Compiling REPRO=Y into fv3_5.exe on hera.intel' -Compiling REPRO=Y into fv3_5.exe on hera.intel -+ '[' YES = YES ']' -+ rm -rf build_fv3_5 -+ mkdir -p build_fv3_5 -+ CCPP_CMAKE_FLAGS= -+ [[ REPRO=Y == *\D\E\B\U\G\=\Y* ]] -+ [[ REPRO=Y == *\R\E\P\R\O\=\Y* ]] -+ CCPP_CMAKE_FLAGS=' -DREPRO=Y' -+ [[ REPRO=Y == *\3\2\B\I\T\=\Y* ]] -+ [[ REPRO=Y == *\O\P\E\N\M\P\=\N* ]] -+ [[ REPRO=Y == *\C\C\P\P\=\Y* ]] -+ [[ REPRO=Y == *\N\A\M\_\p\h\y\s\=\Y* ]] -+ [[ REPRO=Y == *\W\W\3\=\Y* ]] -++ trim ' -DREPRO=Y' -++ local 'var= -DREPRO=Y' -++ var=-DREPRO=Y -++ var=-DREPRO=Y -++ echo -n -DREPRO=Y -+ CCPP_CMAKE_FLAGS=-DREPRO=Y -+ source /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc -++ __ms_function_name=setup__test_function__136812 -++ eval 'setup__test_function__136812() { /bin/true ; }' -+++ eval '__text="text" ; if [[ $__text =~ ^(t).* ]] ; then printf "%s" ${.sh.match[1]} ; fi' -+++ cat -++ __ms_ksh_test= -+++ eval 'if ( set | grep setup__test_function__136812 | grep -v name > /dev/null 2>&1 ) ; then echo t ; fi ' -+++ cat -++ __ms_bash_test=t -++ [[ ! -z '' ]] -++ [[ ! -z t ]] -++ __ms_shell=bash -++ [[ -d /lfs3 ]] -++ [[ -d /scratch1 ]] -++ [[ ! -d /scratch ]] -++ eval module help -++ module purge -+++ /apps/lmod/7.7.18/libexec/lmod bash purge -++ eval unset 'BACIO_LIB4;' unset 'BACIO_LIB8;' unset 'BACIO_SRC;' unset 'BACIO_VER;' unset '__LMOD_REF_COUNT_CLASSPATH;' unset 'CLASSPATH;' unset 'CMAKE_CXX_COMPILER;' unset 'CMAKE_C_COMPILER;' unset 'CMAKE_Fortran_COMPILER;' unset 'CMAKE_Platform;' unset 'COMP;' unset '__LMOD_REF_COUNT_CPATH;' unset 'CPATH;' unset 'CRTM_FIX;' unset 'CRTM_INC;' unset 'CRTM_LIB;' unset 'CRTM_SRC;' unset 'CRTM_VER;' unset 'ESMFMKFILE;' unset 'G2TMPL_INC;' unset 'G2TMPL_LIB;' unset 'G2TMPL_SRC;' unset 'G2TMPL_VER;' unset 'G2_INC4;' unset 'G2_INCd;' unset 'G2_LIB4;' unset 'G2_LIBd;' unset 'G2_SRC;' unset 'G2_VER;' unset 'GDBSERVER_MIC;' unset 'GDB_CROSS;' unset '__LMOD_REF_COUNT_INFOPATH;' unset 'INFOPATH;' unset '__LMOD_REF_COUNT_INTEL_LICENSE_FILE;' unset 'INTEL_LICENSE_FILE;' unset 'INTEL_PYTHONHOME;' unset 'IPATH_NO_BACKTRACE;' unset 'IP_INC4;' unset 'IP_INC8;' unset 'IP_INCd;' unset 'IP_LIB4;' unset 'IP_LIB8;' unset 'IP_LIBd;' unset 'IP_SRC;' unset 'IP_VER;' unset 'I_MPI_CC;' unset 'I_MPI_F90;' unset 'I_MPI_HYDRA_BRANCH_COUNT;' unset 'I_MPI_HYDRA_PMI_CONNECT;' unset 'I_MPI_ROOT;' unset 'I_MPI_TMI_PROVIDER;' unset 'JASPER_INC;' unset 'JASPER_LIB;' unset 'JASPER_SRC;' unset 'JASPER_VER;' '__LMOD_REF_COUNT_LD_LIBRARY_PATH="/apps/slurm/default/lib:1";' export '__LMOD_REF_COUNT_LD_LIBRARY_PATH;' 'LD_LIBRARY_PATH=":/apps/slurm/default/lib";' export 'LD_LIBRARY_PATH;' unset '__LMOD_REF_COUNT_LIBRARY_PATH;' unset 'LIBRARY_PATH;' unset 'LIB_NAME;' unset 'LMOD_FAMILY_COMPILER;' unset 'LMOD_FAMILY_COMPILER_VERSION;' unset 'LMOD_FAMILY_MPI;' unset 'LMOD_FAMILY_MPI_VERSION;' unset '__LMOD_REF_COUNT_LOADEDMODULES;' unset 'LOADEDMODULES;' '__LMOD_REF_COUNT_MANPATH="/apps/lmod/lmod/share/man:1;/apps/local/man:1;/apps/slurm/default/share/man:1;/apps/slurm/tools/sbank/share/man:1";' export '__LMOD_REF_COUNT_MANPATH;' 'MANPATH="/apps/lmod/lmod/share/man::/apps/local/man:/apps/slurm/default/share/man:/apps/slurm/tools/sbank/share/man";' export 'MANPATH;' '__LMOD_REF_COUNT_MODULEPATH="/contrib/modulefiles:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:1;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1";' export '__LMOD_REF_COUNT_MODULEPATH;' 'MODULEPATH="/contrib/modulefiles:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles";' export 'MODULEPATH;' unset 'MPM_LAUNCHER;' unset 'NCEPLIBS;' unset 'NEMSIO_INC;' unset 'NEMSIO_LIB;' unset 'NEMSIO_SRC;' unset 'NEMSIO_VER;' unset 'NETCDF;' unset '__LMOD_REF_COUNT_NLSPATH;' unset 'NLSPATH;' '__LMOD_REF_COUNT_PATH="/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:1;/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/opt/ibutils/bin:1;/apps/local/bin:1;/apps/local/sbin:1;/apps/slurm/default/tools:1;/apps/slurm/default/bin:1;/apps/slurm/default/sbin:1;/apps/slurm/tools/sbank/bin:1;/home/Dusan.Jovic/bin:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/dbrowse:1";' export '__LMOD_REF_COUNT_PATH;' 'PATH="/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/opt/ibutils/bin:/apps/local/bin:/apps/local/sbin:/apps/slurm/default/tools:/apps/slurm/default/bin:/apps/slurm/default/sbin:/apps/slurm/tools/sbank/bin:/home/Dusan.Jovic/bin:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/dbrowse";' export 'PATH;' unset '__LMOD_REF_COUNT_PKG_CONFIG_PATH;' unset 'PKG_CONFIG_PATH;' unset 'PNG_INC;' unset 'PNG_LIB;' unset 'PNG_SRC;' unset 'PNG_VER;' unset 'POST_INC;' unset 'POST_LIB;' unset 'POST_SRC;' unset 'POST_VER;' unset 'SLURM_UTILS_PATH;' unset 'SP_LIB4;' unset 'SP_LIB8;' unset 'SP_LIBd;' unset 'SP_SRC;' unset 'SP_VER;' unset 'W3EMC_INC4;' unset 'W3EMC_INC8;' unset 'W3EMC_INCd;' unset 'W3EMC_LIB4;' unset 'W3EMC_LIB8;' unset 'W3EMC_LIBd;' unset 'W3EMC_SRC;' unset 'W3EMC_VER;' unset 'W3NCO_LIB4;' unset 'W3NCO_LIB8;' unset 'W3NCO_LIBd;' unset 'W3NCO_SRC;' unset 'W3NCO_VER;' unset 'Z_INC;' unset 'Z_LIB;' unset 'Z_SRC;' unset 'Z_VER;' unset '__LMOD_REF_COUNT__LMFILES_;' unset '_LMFILES_;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9jb250cmliL21vZHVsZWZpbGVzIiwiL3NjcmF0Y2gyL05DRVBERVYvZnYzLWNhbS9EdXNhbi5Kb3ZpYy91ZnMvcHIxOC91ZnMtd2VhdGhlci1tb2RlbC9tb2R1bGVmaWxlcy9oZXJhLmludGVsIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIs";' export '_ModuleTable001_;' '_ModuleTable002_="fSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ==";' export '_ModuleTable002_;' '_ModuleTable_Sz_="2";' export '_ModuleTable_Sz_;' unset '_ModuleTable004_;' unset '_ModuleTable005_;' unset '_ModuleTable006_;' unset '_ModuleTable007_;' unset '_ModuleTable008_;' unset '_ModuleTable009_;' unset '_ModuleTable010_;' unset '_ModuleTable011_;' unset '_ModuleTable012_;' unset '_ModuleTable013_;' -+++ unset BACIO_LIB4 -+++ unset BACIO_LIB8 -+++ unset BACIO_SRC -+++ unset BACIO_VER -+++ unset __LMOD_REF_COUNT_CLASSPATH -+++ unset CLASSPATH -+++ unset CMAKE_CXX_COMPILER -+++ unset CMAKE_C_COMPILER -+++ unset CMAKE_Fortran_COMPILER -+++ unset CMAKE_Platform -+++ unset COMP -+++ unset __LMOD_REF_COUNT_CPATH -+++ unset CPATH -+++ unset CRTM_FIX -+++ unset CRTM_INC -+++ unset CRTM_LIB -+++ unset CRTM_SRC -+++ unset CRTM_VER -+++ unset ESMFMKFILE -+++ unset G2TMPL_INC -+++ unset G2TMPL_LIB -+++ unset G2TMPL_SRC -+++ unset G2TMPL_VER -+++ unset G2_INC4 -+++ unset G2_INCd -+++ unset G2_LIB4 -+++ unset G2_LIBd -+++ unset G2_SRC -+++ unset G2_VER -+++ unset GDBSERVER_MIC -+++ unset GDB_CROSS -+++ unset __LMOD_REF_COUNT_INFOPATH -+++ unset INFOPATH -+++ unset __LMOD_REF_COUNT_INTEL_LICENSE_FILE -+++ unset INTEL_LICENSE_FILE -+++ unset INTEL_PYTHONHOME -+++ unset IPATH_NO_BACKTRACE -+++ unset IP_INC4 -+++ unset IP_INC8 -+++ unset IP_INCd -+++ unset IP_LIB4 -+++ unset IP_LIB8 -+++ unset IP_LIBd -+++ unset IP_SRC -+++ unset IP_VER -+++ unset I_MPI_CC -+++ unset I_MPI_F90 -+++ unset I_MPI_HYDRA_BRANCH_COUNT -+++ unset I_MPI_HYDRA_PMI_CONNECT -+++ unset I_MPI_ROOT -+++ unset I_MPI_TMI_PROVIDER -+++ unset JASPER_INC -+++ unset JASPER_LIB -+++ unset JASPER_SRC -+++ unset JASPER_VER -+++ __LMOD_REF_COUNT_LD_LIBRARY_PATH=/apps/slurm/default/lib:1 -+++ export __LMOD_REF_COUNT_LD_LIBRARY_PATH -+++ LD_LIBRARY_PATH=:/apps/slurm/default/lib -+++ export LD_LIBRARY_PATH -+++ unset __LMOD_REF_COUNT_LIBRARY_PATH -+++ unset LIBRARY_PATH -+++ unset LIB_NAME -+++ unset LMOD_FAMILY_COMPILER -+++ unset LMOD_FAMILY_COMPILER_VERSION -+++ unset LMOD_FAMILY_MPI -+++ unset LMOD_FAMILY_MPI_VERSION -+++ unset __LMOD_REF_COUNT_LOADEDMODULES -+++ unset LOADEDMODULES -+++ __LMOD_REF_COUNT_MANPATH='/apps/lmod/lmod/share/man:1;/apps/local/man:1;/apps/slurm/default/share/man:1;/apps/slurm/tools/sbank/share/man:1' -+++ export __LMOD_REF_COUNT_MANPATH -+++ MANPATH=/apps/lmod/lmod/share/man::/apps/local/man:/apps/slurm/default/share/man:/apps/slurm/tools/sbank/share/man -+++ export MANPATH -+++ __LMOD_REF_COUNT_MODULEPATH='/contrib/modulefiles:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:1;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1' -+++ export __LMOD_REF_COUNT_MODULEPATH -+++ MODULEPATH=/contrib/modulefiles:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles -+++ export MODULEPATH -+++ unset MPM_LAUNCHER -+++ unset NCEPLIBS -+++ unset NEMSIO_INC -+++ unset NEMSIO_LIB -+++ unset NEMSIO_SRC -+++ unset NEMSIO_VER -+++ unset NETCDF -+++ unset __LMOD_REF_COUNT_NLSPATH -+++ unset NLSPATH -+++ __LMOD_REF_COUNT_PATH='/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:1;/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/opt/ibutils/bin:1;/apps/local/bin:1;/apps/local/sbin:1;/apps/slurm/default/tools:1;/apps/slurm/default/bin:1;/apps/slurm/default/sbin:1;/apps/slurm/tools/sbank/bin:1;/home/Dusan.Jovic/bin:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/dbrowse:1' -+++ export __LMOD_REF_COUNT_PATH -+++ PATH=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/opt/ibutils/bin:/apps/local/bin:/apps/local/sbin:/apps/slurm/default/tools:/apps/slurm/default/bin:/apps/slurm/default/sbin:/apps/slurm/tools/sbank/bin:/home/Dusan.Jovic/bin:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/dbrowse -+++ export PATH -+++ unset __LMOD_REF_COUNT_PKG_CONFIG_PATH -+++ unset PKG_CONFIG_PATH -+++ unset PNG_INC -+++ unset PNG_LIB -+++ unset PNG_SRC -+++ unset PNG_VER -+++ unset POST_INC -+++ unset POST_LIB -+++ unset POST_SRC -+++ unset POST_VER -+++ unset SLURM_UTILS_PATH -+++ unset SP_LIB4 -+++ unset SP_LIB8 -+++ unset SP_LIBd -+++ unset SP_SRC -+++ unset SP_VER -+++ unset W3EMC_INC4 -+++ unset W3EMC_INC8 -+++ unset W3EMC_INCd -+++ unset W3EMC_LIB4 -+++ unset W3EMC_LIB8 -+++ unset W3EMC_LIBd -+++ unset W3EMC_SRC -+++ unset W3EMC_VER -+++ unset W3NCO_LIB4 -+++ unset W3NCO_LIB8 -+++ unset W3NCO_LIBd -+++ unset W3NCO_SRC -+++ unset W3NCO_VER -+++ unset Z_INC -+++ unset Z_LIB -+++ unset Z_SRC -+++ unset Z_VER -+++ unset __LMOD_REF_COUNT__LMFILES_ -+++ unset _LMFILES_ -+++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9jb250cmliL21vZHVsZWZpbGVzIiwiL3NjcmF0Y2gyL05DRVBERVYvZnYzLWNhbS9EdXNhbi5Kb3ZpYy91ZnMvcHIxOC91ZnMtd2VhdGhlci1tb2RlbC9tb2R1bGVmaWxlcy9oZXJhLmludGVsIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIs -+++ export _ModuleTable001_ -+++ _ModuleTable002_=fSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ== -+++ export _ModuleTable002_ -+++ _ModuleTable_Sz_=2 -+++ export _ModuleTable_Sz_ -+++ unset _ModuleTable004_ -+++ unset _ModuleTable005_ -+++ unset _ModuleTable006_ -+++ unset _ModuleTable007_ -+++ unset _ModuleTable008_ -+++ unset _ModuleTable009_ -+++ unset _ModuleTable010_ -+++ unset _ModuleTable011_ -+++ unset _ModuleTable012_ -+++ unset _ModuleTable013_ -+++ : -s sh -++ eval -++ unset __ms_shell -++ unset __ms_ksh_test -++ unset __ms_bash_test -++ unset setup__test_function__136812 -++ unset __ms_function_name -+ [[ hera.intel == macosx.* ]] -+ [[ hera.intel == linux.* ]] -+ module use /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel -++ /apps/lmod/7.7.18/libexec/lmod bash use /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel -+ eval '__LMOD_REF_COUNT_MODULEPATH="/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:2;/contrib/modulefiles:1;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1";' export '__LMOD_REF_COUNT_MODULEPATH;' 'MODULEPATH="/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:/contrib/modulefiles:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles";' export 'MODULEPATH;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9zY3JhdGNoMi9OQ0VQREVWL2Z2My1jYW0vRHVzYW4uSm92aWMvdWZzL3ByMTgvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvaGVyYS5pbnRlbCIsIi9jb250cmliL21vZHVsZWZpbGVzIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIs";' export '_ModuleTable001_;' '_ModuleTable002_="fSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ==";' export '_ModuleTable002_;' '_ModuleTable_Sz_="2";' export '_ModuleTable_Sz_;' -++ __LMOD_REF_COUNT_MODULEPATH='/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:2;/contrib/modulefiles:1;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1' -++ export __LMOD_REF_COUNT_MODULEPATH -++ MODULEPATH=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:/contrib/modulefiles:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles -++ export MODULEPATH -++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9zY3JhdGNoMi9OQ0VQREVWL2Z2My1jYW0vRHVzYW4uSm92aWMvdWZzL3ByMTgvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvaGVyYS5pbnRlbCIsIi9jb250cmliL21vZHVsZWZpbGVzIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIs -++ export _ModuleTable001_ -++ _ModuleTable002_=fSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ== -++ export _ModuleTable002_ -++ _ModuleTable_Sz_=2 -++ export _ModuleTable_Sz_ -++ : -s sh -+ eval -+ module load fv3 -++ /apps/lmod/7.7.18/libexec/lmod bash load fv3 -+ eval 'BACIO_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libbacio_v2.0.3_4.a";' export 'BACIO_LIB4;' 'BACIO_LIB8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libbacio_v2.0.3_8.a";' export 'BACIO_LIB8;' 'BACIO_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/bacio_v2.0.3";' export 'BACIO_SRC;' 'BACIO_VER="v2.0.3";' export 'BACIO_VER;' '__LMOD_REF_COUNT_CLASSPATH="/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/mpi.jar:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/daal.jar:1";' export '__LMOD_REF_COUNT_CLASSPATH;' 'CLASSPATH="/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/mpi.jar:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/daal.jar";' export 'CLASSPATH;' 'CMAKE_CXX_COMPILER="mpiicpc";' export 'CMAKE_CXX_COMPILER;' 'CMAKE_C_COMPILER="mpiicc";' export 'CMAKE_C_COMPILER;' 'CMAKE_Fortran_COMPILER="mpiifort";' export 'CMAKE_Fortran_COMPILER;' 'CMAKE_Platform="hera.intel";' export 'CMAKE_Platform;' 'COMP="intel";' export 'COMP;' '__LMOD_REF_COUNT_CPATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/include:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/include:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/pstl/include:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/include:2;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/include:1";' export '__LMOD_REF_COUNT_CPATH;' 'CPATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/include:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/include:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/pstl/include:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/include:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/include";' export 'CPATH;' 'CRTM_FIX="/scratch2/NCEPDEV/nwprod/NCEPLIBS/fix/crtm_v2.2.6";' export 'CRTM_FIX;' 'CRTM_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/crtm_v2.2.6";' export 'CRTM_INC;' 'CRTM_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libcrtm_v2.2.6.a";' export 'CRTM_LIB;' 'CRTM_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/crtm_v2.2.6";' export 'CRTM_SRC;' 'CRTM_VER="v2.2.6";' export 'CRTM_VER;' 'ESMFMKFILE="/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/lib/esmf.mk";' export 'ESMFMKFILE;' 'G2TMPL_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/g2tmpl_v1.6.0";' export 'G2TMPL_INC;' 'G2TMPL_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2tmpl_v1.6.0.a";' export 'G2TMPL_LIB;' 'G2TMPL_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/g2tmpl_v1.6.0/src";' export 'G2TMPL_SRC;' 'G2TMPL_VER="v1.6.0";' export 'G2TMPL_VER;' 'G2_INC4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/g2_v3.1.1_4";' export 'G2_INC4;' 'G2_INCd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/g2_v3.1.1_d";' export 'G2_INCd;' 'G2_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2_v3.1.1_4.a";' export 'G2_LIB4;' 'G2_LIBd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2_v3.1.1_d.a";' export 'G2_LIBd;' 'G2_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/g2_v3.1.1";' export 'G2_SRC;' 'G2_VER="v3.1.1";' export 'G2_VER;' 'GDBSERVER_MIC="/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/targets/intel64/x200/bin/gdbserver";' export 'GDBSERVER_MIC;' 'GDB_CROSS="/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/intel64/bin/gdb-ia";' export 'GDB_CROSS;' '__LMOD_REF_COUNT_INFOPATH="/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/info:1;/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/info:1";' export '__LMOD_REF_COUNT_INFOPATH;' 'INFOPATH="/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/info:/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/info";' export 'INFOPATH;' '__LMOD_REF_COUNT_INTEL_LICENSE_FILE="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/licenses:1;/apps/intel/licenses:1";' export '__LMOD_REF_COUNT_INTEL_LICENSE_FILE;' 'INTEL_LICENSE_FILE="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/licenses:/apps/intel/licenses";' export 'INTEL_LICENSE_FILE;' 'INTEL_PYTHONHOME="/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/python/intel64/";' export 'INTEL_PYTHONHOME;' 'IPATH_NO_BACKTRACE="1";' export 'IPATH_NO_BACKTRACE;' 'IP_INC4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ip_v3.0.2_4";' export 'IP_INC4;' 'IP_INC8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ip_v3.0.2_8";' export 'IP_INC8;' 'IP_INCd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ip_v3.0.2_d";' export 'IP_INCd;' 'IP_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libip_v3.0.2_4.a";' export 'IP_LIB4;' 'IP_LIB8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libip_v3.0.2_8.a";' export 'IP_LIB8;' 'IP_LIBd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libip_v3.0.2_d.a";' export 'IP_LIBd;' 'IP_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/ip_v3.0.2";' export 'IP_SRC;' 'IP_VER="v3.0.2";' export 'IP_VER;' 'I_MPI_CC="icc";' export 'I_MPI_CC;' 'I_MPI_F90="ifort";' export 'I_MPI_F90;' 'I_MPI_HYDRA_BRANCH_COUNT="128";' export 'I_MPI_HYDRA_BRANCH_COUNT;' 'I_MPI_HYDRA_PMI_CONNECT="alltoall";' export 'I_MPI_HYDRA_PMI_CONNECT;' 'I_MPI_ROOT="/apps/intel/compilers_and_libraries_2018/linux/mpi";' export 'I_MPI_ROOT;' 'I_MPI_TMI_PROVIDER="psm";' export 'I_MPI_TMI_PROVIDER;' 'JASPER_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/include/jasper_v1.900.1";' export 'JASPER_INC;' 'JASPER_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/lib/libjasper_v1.900.1.a";' export 'JASPER_LIB;' 'JASPER_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/thirdParty";' export 'JASPER_SRC;' 'JASPER_VER="v1.900.1";' export 'JASPER_VER;' '__LMOD_REF_COUNT_LD_LIBRARY_PATH="/apps/netcdf/4.7.0/intel/18.0.5.274/lib:1;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib:1;/apps/slurm/default/lib:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/lib/intel64:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:2;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:2;/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/libipt/intel64/lib:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4:1";' export '__LMOD_REF_COUNT_LD_LIBRARY_PATH;' 'LD_LIBRARY_PATH="/apps/netcdf/4.7.0/intel/18.0.5.274/lib:/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib::/apps/slurm/default/lib:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/lib/intel64:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/libipt/intel64/lib:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4";' export 'LD_LIBRARY_PATH;' '__LMOD_REF_COUNT_LIBRARY_PATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:2;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4:1";' export '__LMOD_REF_COUNT_LIBRARY_PATH;' 'LIBRARY_PATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4";' export 'LIBRARY_PATH;' 'LIB_NAME="POST";' export 'LIB_NAME;' 'LMOD_FAMILY_COMPILER="intel";' export 'LMOD_FAMILY_COMPILER;' 'LMOD_FAMILY_COMPILER_VERSION="18.0.5.274";' export 'LMOD_FAMILY_COMPILER_VERSION;' 'LMOD_FAMILY_MPI="impi";' export 'LMOD_FAMILY_MPI;' 'LMOD_FAMILY_MPI_VERSION="2018.0.4";' export 'LMOD_FAMILY_MPI_VERSION;' '__LMOD_REF_COUNT_LOADEDMODULES="contrib:1;sutils/default:1;intel/18.0.5.274:1;impi/2018.0.4:1;netcdf/4.7.0:1;bacio/2.0.3:1;ip/3.0.2:1;nemsio/2.2.4:1;sp/2.0.3:1;w3emc/2.3.1:1;w3nco/2.0.7:1;g2/3.1.1:1;g2tmpl/1.6.0:1;crtm/2.2.6:1;jasper/1.900.1:1;png/1.2.44:1;z/1.2.11:1;post/8.0.1:1;esmf/8.0.0:1;cmake/3.9.0:1;fv3:1";' export '__LMOD_REF_COUNT_LOADEDMODULES;' 'LOADEDMODULES="contrib:sutils/default:intel/18.0.5.274:impi/2018.0.4:netcdf/4.7.0:bacio/2.0.3:ip/3.0.2:nemsio/2.2.4:sp/2.0.3:w3emc/2.3.1:w3nco/2.0.7:g2/3.1.1:g2tmpl/1.6.0:crtm/2.2.6:jasper/1.900.1:png/1.2.44:z/1.2.11:post/8.0.1:esmf/8.0.0:cmake/3.9.0:fv3";' export 'LOADEDMODULES;' '__LMOD_REF_COUNT_MANPATH="/apps/netcdf/4.7.0/intel/18.0.5.274/share/man:1;/apps/intel/compilers_and_libraries_2018/linux/mpi/man:1;/apps/intel/parallel_studio_xe_2018.4.057/man/common:1;/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/man:1;/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/man:1;/apps/lmod/lmod/share/man:1;/apps/local/man:1;/apps/slurm/default/share/man:1;/apps/slurm/tools/sbank/share/man:1";' export '__LMOD_REF_COUNT_MANPATH;' 'MANPATH="/apps/netcdf/4.7.0/intel/18.0.5.274/share/man:/apps/intel/compilers_and_libraries_2018/linux/mpi/man:/apps/intel/parallel_studio_xe_2018.4.057/man/common:/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/man:/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/man:/apps/lmod/lmod/share/man::/apps/local/man:/apps/slurm/default/share/man:/apps/slurm/tools/sbank/share/man";' export 'MANPATH;' '__LMOD_REF_COUNT_MODULEPATH="/contrib/modulefiles:3;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:2;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1;/apps/modules/modulefamilies/intel:1;/apps/modules/modulefamilies/intel_impi:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles:1";' export '__LMOD_REF_COUNT_MODULEPATH;' 'MODULEPATH="/contrib/modulefiles:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles:/apps/modules/modulefamilies/intel:/apps/modules/modulefamilies/intel_impi:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles";' export 'MODULEPATH;' 'MPM_LAUNCHER="/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/mpm/mic/bin/start_mpm.sh";' export 'MPM_LAUNCHER;' 'NCEPLIBS="/scratch2/NCEPDEV/nwprod/NCEPLIBS";' export 'NCEPLIBS;' 'NEMSIO_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/nemsio_v2.2.4";' export 'NEMSIO_INC;' 'NEMSIO_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libnemsio_v2.2.4.a";' export 'NEMSIO_LIB;' 'NEMSIO_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/nemsio_v2.2.4";' export 'NEMSIO_SRC;' 'NEMSIO_VER="v2.2.4";' export 'NEMSIO_VER;' 'NETCDF="/apps/netcdf/4.7.0/intel/18.0.5.274";' export 'NETCDF;' '__LMOD_REF_COUNT_NLSPATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64/locale/%l_%t/%N:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin/locale/%l_%t/%N:1;/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/intel64/share/locale/%l_%t/%N:1";' export '__LMOD_REF_COUNT_NLSPATH;' 'NLSPATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64/locale/%l_%t/%N:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin/locale/%l_%t/%N:/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/intel64/share/locale/%l_%t/%N";' export 'NLSPATH;' '__LMOD_REF_COUNT_PATH="/contrib/cmake/3.9.0/bin:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/bin:1;/apps/netcdf/4.7.0/intel/18.0.5.274/bin:1;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/bin/intel64:1;/contrib/sutils/bin:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:1;/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/opt/ibutils/bin:1;/apps/local/bin:1;/apps/local/sbin:1;/apps/slurm/default/tools:1;/apps/slurm/default/bin:1;/apps/slurm/default/sbin:1;/apps/slurm/tools/sbank/bin:1;/home/Dusan.Jovic/bin:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/dbrowse:1";' export '__LMOD_REF_COUNT_PATH;' 'PATH="/contrib/cmake/3.9.0/bin:/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/bin:/apps/netcdf/4.7.0/intel/18.0.5.274/bin:/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/bin/intel64:/contrib/sutils/bin:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/opt/ibutils/bin:/apps/local/bin:/apps/local/sbin:/apps/slurm/default/tools:/apps/slurm/default/bin:/apps/slurm/default/sbin:/apps/slurm/tools/sbank/bin:/home/Dusan.Jovic/bin:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/dbrowse";' export 'PATH;' '__LMOD_REF_COUNT_PKG_CONFIG_PATH="/apps/intel/compilers_and_libraries_2018/linux/mkl/bin/pkgconfig:1";' export '__LMOD_REF_COUNT_PKG_CONFIG_PATH;' 'PKG_CONFIG_PATH="/apps/intel/compilers_and_libraries_2018/linux/mkl/bin/pkgconfig";' export 'PKG_CONFIG_PATH;' 'PNG_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/png_v1.2.44";' export 'PNG_INC;' 'PNG_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libpng_v1.2.44.a";' export 'PNG_LIB;' 'PNG_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/thirdParty";' export 'PNG_SRC;' 'PNG_VER="v1.2.44";' export 'PNG_VER;' 'POST_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ncep_post_v8.0.1_4";' export 'POST_INC;' 'POST_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libncep_post_v8.0.1_4.a";' export 'POST_LIB;' 'POST_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/post_v8.0.1";' export 'POST_SRC;' 'POST_VER="v8.0.1";' export 'POST_VER;' 'SLURM_UTILS_PATH="/contrib/sutils/bin";' export 'SLURM_UTILS_PATH;' 'SP_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_4.a";' export 'SP_LIB4;' 'SP_LIB8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_8.a";' export 'SP_LIB8;' 'SP_LIBd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_d.a";' export 'SP_LIBd;' 'SP_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/sp_v2.0.3";' export 'SP_SRC;' 'SP_VER="v2.0.3";' export 'SP_VER;' 'W3EMC_INC4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/w3emc_v2.3.1_4";' export 'W3EMC_INC4;' 'W3EMC_INC8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/w3emc_v2.3.1_8";' export 'W3EMC_INC8;' 'W3EMC_INCd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/w3emc_v2.3.1_d";' export 'W3EMC_INCd;' 'W3EMC_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_4.a";' export 'W3EMC_LIB4;' 'W3EMC_LIB8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_8.a";' export 'W3EMC_LIB8;' 'W3EMC_LIBd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_d.a";' export 'W3EMC_LIBd;' 'W3EMC_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/w3emc_v2.3.1";' export 'W3EMC_SRC;' 'W3EMC_VER="v2.3.1";' export 'W3EMC_VER;' 'W3NCO_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_4.a";' export 'W3NCO_LIB4;' 'W3NCO_LIB8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_8.a";' export 'W3NCO_LIB8;' 'W3NCO_LIBd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_d.a";' export 'W3NCO_LIBd;' 'W3NCO_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/w3nco_v2.0.7";' export 'W3NCO_SRC;' 'W3NCO_VER="v2.0.7";' export 'W3NCO_VER;' 'Z_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/z_v1.2.11";' export 'Z_INC;' 'Z_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libz_v1.2.11.a";' export 'Z_LIB;' 'Z_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/thirdParty";' export 'Z_SRC;' 'Z_VER="v1.2.11";' export 'Z_VER;' '__LMOD_REF_COUNT__LMFILES_="/apps/modules/modulefiles/contrib:1;/contrib/modulefiles/sutils/default:1;/apps/modules/modulefiles/intel/18.0.5.274:1;/apps/modules/modulefamilies/intel/impi/2018.0.4:1;/apps/modules/modulefamilies/intel/netcdf/4.7.0:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/bacio/2.0.3:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/ip/3.0.2:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/nemsio/2.2.4:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/sp/2.0.3:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3emc/2.3.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3nco/2.0.7:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2/3.1.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2tmpl/1.6.0:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/crtm/2.2.6:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/jasper/1.900.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/png/1.2.44:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/z/1.2.11:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/post/8.0.1:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles/esmf/8.0.0:1;/contrib/modulefiles/cmake/3.9.0:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel/fv3:1";' export '__LMOD_REF_COUNT__LMFILES_;' '_LMFILES_="/apps/modules/modulefiles/contrib:/contrib/modulefiles/sutils/default:/apps/modules/modulefiles/intel/18.0.5.274:/apps/modules/modulefamilies/intel/impi/2018.0.4:/apps/modules/modulefamilies/intel/netcdf/4.7.0:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/bacio/2.0.3:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/ip/3.0.2:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/nemsio/2.2.4:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/sp/2.0.3:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3emc/2.3.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3nco/2.0.7:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2/3.1.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2tmpl/1.6.0:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/crtm/2.2.6:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/jasper/1.900.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/png/1.2.44:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/z/1.2.11:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/post/8.0.1:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles/esmf/8.0.0:/contrib/modulefiles/cmake/3.9.0:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel/fv3";' export '_LMFILES_;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJpbXBpIix9LG1UPXtiYWNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvYmFjaW8vMi4wLjMiLFsiZnVsbE5hbWUiXT0iYmFjaW8vMi4wLjMiLFsibG9hZE9yZGVyIl09Nixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJiYWNpby8yLjAuMyIsfSxjbWFrZT17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9jbWFrZS8zLjkuMCIsWyJmdWxs";' export '_ModuleTable001_;' '_ModuleTable002_="TmFtZSJdPSJjbWFrZS8zLjkuMCIsWyJsb2FkT3JkZXIiXT0yMCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjbWFrZS8zLjkuMCIsfSxjb250cmliPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvY29udHJpYiIsWyJmdWxsTmFtZSJdPSJjb250cmliIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY29udHJpYiIsfSxjcnRtPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9jcnRtLzIuMi42IixbImZ1bGxOYW1lIl09ImNydG0vMi4yLjYiLFsibG9hZE9yZGVy";' export '_ModuleTable002_;' '_ModuleTable003_="Il09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL2Z2My1jYW0vRHVzYW4uSm92aWMvdWZzL3ByMTgvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvaGVyYS5pbnRlbC9mdjMiLFsi";' export '_ModuleTable003_;' '_ModuleTable004_="ZnVsbE5hbWUiXT0iZnYzIixbImxvYWRPcmRlciJdPTIxLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTAsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImZ2MyIsfSxnMj17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzIvMy4xLjEiLFsiZnVsbE5hbWUiXT0iZzIvMy4xLjEiLFsibG9hZE9yZGVyIl09MTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZzIvMy4xLjEiLH0sZzJ0bXBsPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9nMnRtcGwvMS42LjAiLFsiZnVsbE5hbWUiXT0iZzJ0bXBsLzEuNi4w";' export '_ModuleTable004_;' '_ModuleTable005_="IixbImxvYWRPcmRlciJdPTEzLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcydG1wbC8xLjYuMCIsfSxpbXBpPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwvaW1waS8yMDE4LjAuNCIsWyJmdWxsTmFtZSJdPSJpbXBpLzIwMTguMC40IixbImxvYWRPcmRlciJdPTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW1waS8yMDE4LjAuNCIsfSxpbnRlbD17WyJmbiJdPSIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL2ludGVsLzE4LjAuNS4yNzQiLFsiZnVsbE5hbWUiXT0iaW50ZWwvMTguMC41LjI3NCIsWyJsb2FkT3JkZXIi";' export '_ModuleTable005_;' '_ModuleTable006_="XT0zLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImludGVsLzE4LjAuNS4yNzQiLH0saXA9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2lwLzMuMC4yIixbImZ1bGxOYW1lIl09ImlwLzMuMC4yIixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaXAvMy4wLjIiLH0samFzcGVyPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9qYXNwZXIvMS45MDAuMSIsWyJmdWxsTmFtZSJdPSJqYXNwZXIvMS45MDAuMSIsWyJsb2FkT3JkZXIi";' export '_ModuleTable006_;' '_ModuleTable007_="XT0xNSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJqYXNwZXIvMS45MDAuMSIsfSxuZW1zaW89e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL25lbXNpby8yLjIuNCIsWyJmdWxsTmFtZSJdPSJuZW1zaW8vMi4yLjQiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZW1zaW8vMi4yLjQiLH0sbmV0Y2RmPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwvbmV0Y2RmLzQuNy4wIixbImZ1bGxOYW1lIl09Im5ldGNkZi80LjcuMCIsWyJsb2FkT3JkZXIi";' export '_ModuleTable007_;' '_ModuleTable008_="XT01LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5ldGNkZi80LjcuMCIsfSxwbmc9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3BuZy8xLjIuNDQiLFsiZnVsbE5hbWUiXT0icG5nLzEuMi40NCIsWyJsb2FkT3JkZXIiXT0xNixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJwbmcvMS4yLjQ0Iix9LHBvc3Q9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3Bvc3QvOC4wLjEiLFsiZnVsbE5hbWUiXT0icG9zdC84LjAuMSIsWyJsb2FkT3JkZXIiXT0xOCxw";' export '_ModuleTable008_;' '_ModuleTable009_="cm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJwb3N0LzguMC4xIix9LHNwPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9zcC8yLjAuMyIsWyJmdWxsTmFtZSJdPSJzcC8yLjAuMyIsWyJsb2FkT3JkZXIiXT05LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InNwLzIuMC4zIix9LHN1dGlscz17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9zdXRpbHMvZGVmYXVsdCIsWyJmdWxsTmFtZSJdPSJzdXRpbHMvZGVmYXVsdCIsWyJsb2FkT3JkZXIiXT0yLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0";' export '_ModuleTable009_;' '_ModuleTable010_="dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InN1dGlscyIsfSx3M2VtYz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNlbWMvMi4zLjEiLFsiZnVsbE5hbWUiXT0idzNlbWMvMi4zLjEiLFsibG9hZE9yZGVyIl09MTAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNlbWMvMi4zLjEiLH0sdzNuY289e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czbmNvLzIuMC43IixbImZ1bGxOYW1lIl09InczbmNvLzIuMC43IixbImxvYWRPcmRlciJdPTExLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMi";' export '_ModuleTable010_;' '_ModuleTable011_="XT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHo9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3ovMS4yLjExIixbImZ1bGxOYW1lIl09InovMS4yLjExIixbImxvYWRPcmRlciJdPTE3LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InovMS4yLjExIix9LH0sbXBhdGhBPXsiL2NvbnRyaWIvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDIvTkNFUERFVi9mdjMtY2FtL0R1c2FuLkpvdmljL3Vmcy9wcjE4L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL2hlcmEuaW50ZWwiLCIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi9hcHBz";' export '_ModuleTable011_;' '_ModuleTable012_="L21vZHVsZXMvbW9kdWxlZmlsZXMvTGludXgiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L2NyYXlwZS9kZWZhdWx0L21vZHVsZWZpbGVzIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbCIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWxfaW1waSIsIi9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcyIsIi9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmU6L2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9M";' export '_ModuleTable012_;' '_ModuleTable013_="aW51eDovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzOi9vcHQvY3JheS9tb2R1bGVmaWxlczovb3B0L2NyYXkvY3JheXBlL2RlZmF1bHQvbW9kdWxlZmlsZXMiLH0=";' export '_ModuleTable013_;' '_ModuleTable_Sz_="13";' export '_ModuleTable_Sz_;' -++ BACIO_LIB4=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libbacio_v2.0.3_4.a -++ export BACIO_LIB4 -++ BACIO_LIB8=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libbacio_v2.0.3_8.a -++ export BACIO_LIB8 -++ BACIO_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/bacio_v2.0.3 -++ export BACIO_SRC -++ BACIO_VER=v2.0.3 -++ export BACIO_VER -++ __LMOD_REF_COUNT_CLASSPATH='/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/mpi.jar:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/daal.jar:1' -++ export __LMOD_REF_COUNT_CLASSPATH -++ CLASSPATH=/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/mpi.jar:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/daal.jar -++ export CLASSPATH -++ CMAKE_CXX_COMPILER=mpiicpc -++ export CMAKE_CXX_COMPILER -++ CMAKE_C_COMPILER=mpiicc -++ export CMAKE_C_COMPILER -++ CMAKE_Fortran_COMPILER=mpiifort -++ export CMAKE_Fortran_COMPILER -++ CMAKE_Platform=hera.intel -++ export CMAKE_Platform -++ COMP=intel -++ export COMP -++ __LMOD_REF_COUNT_CPATH='/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/include:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/include:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/pstl/include:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/include:2;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/include:1' -++ export __LMOD_REF_COUNT_CPATH -++ CPATH=/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/include:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/include:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/pstl/include:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/include:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/include -++ export CPATH -++ CRTM_FIX=/scratch2/NCEPDEV/nwprod/NCEPLIBS/fix/crtm_v2.2.6 -++ export CRTM_FIX -++ CRTM_INC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/crtm_v2.2.6 -++ export CRTM_INC -++ CRTM_LIB=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libcrtm_v2.2.6.a -++ export CRTM_LIB -++ CRTM_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/crtm_v2.2.6 -++ export CRTM_SRC -++ CRTM_VER=v2.2.6 -++ export CRTM_VER -++ ESMFMKFILE=/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/lib/esmf.mk -++ export ESMFMKFILE -++ G2TMPL_INC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/g2tmpl_v1.6.0 -++ export G2TMPL_INC -++ G2TMPL_LIB=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2tmpl_v1.6.0.a -++ export G2TMPL_LIB -++ G2TMPL_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/g2tmpl_v1.6.0/src -++ export G2TMPL_SRC -++ G2TMPL_VER=v1.6.0 -++ export G2TMPL_VER -++ G2_INC4=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/g2_v3.1.1_4 -++ export G2_INC4 -++ G2_INCd=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/g2_v3.1.1_d -++ export G2_INCd -++ G2_LIB4=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2_v3.1.1_4.a -++ export G2_LIB4 -++ G2_LIBd=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2_v3.1.1_d.a -++ export G2_LIBd -++ G2_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/g2_v3.1.1 -++ export G2_SRC -++ G2_VER=v3.1.1 -++ export G2_VER -++ GDBSERVER_MIC=/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/targets/intel64/x200/bin/gdbserver -++ export GDBSERVER_MIC -++ GDB_CROSS=/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/intel64/bin/gdb-ia -++ export GDB_CROSS -++ __LMOD_REF_COUNT_INFOPATH='/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/info:1;/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/info:1' -++ export __LMOD_REF_COUNT_INFOPATH -++ INFOPATH=/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/info:/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/info -++ export INFOPATH -++ __LMOD_REF_COUNT_INTEL_LICENSE_FILE='/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/licenses:1;/apps/intel/licenses:1' -++ export __LMOD_REF_COUNT_INTEL_LICENSE_FILE -++ INTEL_LICENSE_FILE=/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/licenses:/apps/intel/licenses -++ export INTEL_LICENSE_FILE -++ INTEL_PYTHONHOME=/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/python/intel64/ -++ export INTEL_PYTHONHOME -++ IPATH_NO_BACKTRACE=1 -++ export IPATH_NO_BACKTRACE -++ IP_INC4=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ip_v3.0.2_4 -++ export IP_INC4 -++ IP_INC8=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ip_v3.0.2_8 -++ export IP_INC8 -++ IP_INCd=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ip_v3.0.2_d -++ export IP_INCd -++ IP_LIB4=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libip_v3.0.2_4.a -++ export IP_LIB4 -++ IP_LIB8=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libip_v3.0.2_8.a -++ export IP_LIB8 -++ IP_LIBd=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libip_v3.0.2_d.a -++ export IP_LIBd -++ IP_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/ip_v3.0.2 -++ export IP_SRC -++ IP_VER=v3.0.2 -++ export IP_VER -++ I_MPI_CC=icc -++ export I_MPI_CC -++ I_MPI_F90=ifort -++ export I_MPI_F90 -++ I_MPI_HYDRA_BRANCH_COUNT=128 -++ export I_MPI_HYDRA_BRANCH_COUNT -++ I_MPI_HYDRA_PMI_CONNECT=alltoall -++ export I_MPI_HYDRA_PMI_CONNECT -++ I_MPI_ROOT=/apps/intel/compilers_and_libraries_2018/linux/mpi -++ export I_MPI_ROOT -++ I_MPI_TMI_PROVIDER=psm -++ export I_MPI_TMI_PROVIDER -++ JASPER_INC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/include/jasper_v1.900.1 -++ export JASPER_INC -++ JASPER_LIB=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/lib/libjasper_v1.900.1.a -++ export JASPER_LIB -++ JASPER_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/thirdParty -++ export JASPER_SRC -++ JASPER_VER=v1.900.1 -++ export JASPER_VER -++ __LMOD_REF_COUNT_LD_LIBRARY_PATH='/apps/netcdf/4.7.0/intel/18.0.5.274/lib:1;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib:1;/apps/slurm/default/lib:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/lib/intel64:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:2;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:2;/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/libipt/intel64/lib:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4:1' -++ export __LMOD_REF_COUNT_LD_LIBRARY_PATH -++ LD_LIBRARY_PATH=/apps/netcdf/4.7.0/intel/18.0.5.274/lib:/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib::/apps/slurm/default/lib:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/lib/intel64:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/libipt/intel64/lib:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4 -++ export LD_LIBRARY_PATH -++ __LMOD_REF_COUNT_LIBRARY_PATH='/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:2;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4:1' -++ export __LMOD_REF_COUNT_LIBRARY_PATH -++ LIBRARY_PATH=/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4 -++ export LIBRARY_PATH -++ LIB_NAME=POST -++ export LIB_NAME -++ LMOD_FAMILY_COMPILER=intel -++ export LMOD_FAMILY_COMPILER -++ LMOD_FAMILY_COMPILER_VERSION=18.0.5.274 -++ export LMOD_FAMILY_COMPILER_VERSION -++ LMOD_FAMILY_MPI=impi -++ export LMOD_FAMILY_MPI -++ LMOD_FAMILY_MPI_VERSION=2018.0.4 -++ export LMOD_FAMILY_MPI_VERSION -++ __LMOD_REF_COUNT_LOADEDMODULES='contrib:1;sutils/default:1;intel/18.0.5.274:1;impi/2018.0.4:1;netcdf/4.7.0:1;bacio/2.0.3:1;ip/3.0.2:1;nemsio/2.2.4:1;sp/2.0.3:1;w3emc/2.3.1:1;w3nco/2.0.7:1;g2/3.1.1:1;g2tmpl/1.6.0:1;crtm/2.2.6:1;jasper/1.900.1:1;png/1.2.44:1;z/1.2.11:1;post/8.0.1:1;esmf/8.0.0:1;cmake/3.9.0:1;fv3:1' -++ export __LMOD_REF_COUNT_LOADEDMODULES -++ LOADEDMODULES=contrib:sutils/default:intel/18.0.5.274:impi/2018.0.4:netcdf/4.7.0:bacio/2.0.3:ip/3.0.2:nemsio/2.2.4:sp/2.0.3:w3emc/2.3.1:w3nco/2.0.7:g2/3.1.1:g2tmpl/1.6.0:crtm/2.2.6:jasper/1.900.1:png/1.2.44:z/1.2.11:post/8.0.1:esmf/8.0.0:cmake/3.9.0:fv3 -++ export LOADEDMODULES -++ __LMOD_REF_COUNT_MANPATH='/apps/netcdf/4.7.0/intel/18.0.5.274/share/man:1;/apps/intel/compilers_and_libraries_2018/linux/mpi/man:1;/apps/intel/parallel_studio_xe_2018.4.057/man/common:1;/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/man:1;/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/man:1;/apps/lmod/lmod/share/man:1;/apps/local/man:1;/apps/slurm/default/share/man:1;/apps/slurm/tools/sbank/share/man:1' -++ export __LMOD_REF_COUNT_MANPATH -++ MANPATH=/apps/netcdf/4.7.0/intel/18.0.5.274/share/man:/apps/intel/compilers_and_libraries_2018/linux/mpi/man:/apps/intel/parallel_studio_xe_2018.4.057/man/common:/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/man:/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/man:/apps/lmod/lmod/share/man::/apps/local/man:/apps/slurm/default/share/man:/apps/slurm/tools/sbank/share/man -++ export MANPATH -++ __LMOD_REF_COUNT_MODULEPATH='/contrib/modulefiles:3;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:2;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1;/apps/modules/modulefamilies/intel:1;/apps/modules/modulefamilies/intel_impi:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles:1' -++ export __LMOD_REF_COUNT_MODULEPATH -++ MODULEPATH=/contrib/modulefiles:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles:/apps/modules/modulefamilies/intel:/apps/modules/modulefamilies/intel_impi:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles -++ export MODULEPATH -++ MPM_LAUNCHER=/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/mpm/mic/bin/start_mpm.sh -++ export MPM_LAUNCHER -++ NCEPLIBS=/scratch2/NCEPDEV/nwprod/NCEPLIBS -++ export NCEPLIBS -++ NEMSIO_INC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/nemsio_v2.2.4 -++ export NEMSIO_INC -++ NEMSIO_LIB=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libnemsio_v2.2.4.a -++ export NEMSIO_LIB -++ NEMSIO_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/nemsio_v2.2.4 -++ export NEMSIO_SRC -++ NEMSIO_VER=v2.2.4 -++ export NEMSIO_VER -++ NETCDF=/apps/netcdf/4.7.0/intel/18.0.5.274 -++ export NETCDF -++ __LMOD_REF_COUNT_NLSPATH='/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64/locale/%l_%t/%N:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin/locale/%l_%t/%N:1;/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/intel64/share/locale/%l_%t/%N:1' -++ export __LMOD_REF_COUNT_NLSPATH -++ NLSPATH=/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64/locale/%l_%t/%N:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin/locale/%l_%t/%N:/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/intel64/share/locale/%l_%t/%N -++ export NLSPATH -++ __LMOD_REF_COUNT_PATH='/contrib/cmake/3.9.0/bin:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/bin:1;/apps/netcdf/4.7.0/intel/18.0.5.274/bin:1;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/bin/intel64:1;/contrib/sutils/bin:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:1;/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/opt/ibutils/bin:1;/apps/local/bin:1;/apps/local/sbin:1;/apps/slurm/default/tools:1;/apps/slurm/default/bin:1;/apps/slurm/default/sbin:1;/apps/slurm/tools/sbank/bin:1;/home/Dusan.Jovic/bin:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/dbrowse:1' -++ export __LMOD_REF_COUNT_PATH -++ PATH=/contrib/cmake/3.9.0/bin:/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/bin:/apps/netcdf/4.7.0/intel/18.0.5.274/bin:/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/bin/intel64:/contrib/sutils/bin:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/opt/ibutils/bin:/apps/local/bin:/apps/local/sbin:/apps/slurm/default/tools:/apps/slurm/default/bin:/apps/slurm/default/sbin:/apps/slurm/tools/sbank/bin:/home/Dusan.Jovic/bin:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/dbrowse -++ export PATH -++ __LMOD_REF_COUNT_PKG_CONFIG_PATH=/apps/intel/compilers_and_libraries_2018/linux/mkl/bin/pkgconfig:1 -++ export __LMOD_REF_COUNT_PKG_CONFIG_PATH -++ PKG_CONFIG_PATH=/apps/intel/compilers_and_libraries_2018/linux/mkl/bin/pkgconfig -++ export PKG_CONFIG_PATH -++ PNG_INC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/png_v1.2.44 -++ export PNG_INC -++ PNG_LIB=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libpng_v1.2.44.a -++ export PNG_LIB -++ PNG_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/thirdParty -++ export PNG_SRC -++ PNG_VER=v1.2.44 -++ export PNG_VER -++ POST_INC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ncep_post_v8.0.1_4 -++ export POST_INC -++ POST_LIB=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libncep_post_v8.0.1_4.a -++ export POST_LIB -++ POST_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/post_v8.0.1 -++ export POST_SRC -++ POST_VER=v8.0.1 -++ export POST_VER -++ SLURM_UTILS_PATH=/contrib/sutils/bin -++ export SLURM_UTILS_PATH -++ SP_LIB4=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_4.a -++ export SP_LIB4 -++ SP_LIB8=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_8.a -++ export SP_LIB8 -++ SP_LIBd=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_d.a -++ export SP_LIBd -++ SP_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/sp_v2.0.3 -++ export SP_SRC -++ SP_VER=v2.0.3 -++ export SP_VER -++ W3EMC_INC4=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/w3emc_v2.3.1_4 -++ export W3EMC_INC4 -++ W3EMC_INC8=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/w3emc_v2.3.1_8 -++ export W3EMC_INC8 -++ W3EMC_INCd=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/w3emc_v2.3.1_d -++ export W3EMC_INCd -++ W3EMC_LIB4=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_4.a -++ export W3EMC_LIB4 -++ W3EMC_LIB8=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_8.a -++ export W3EMC_LIB8 -++ W3EMC_LIBd=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_d.a -++ export W3EMC_LIBd -++ W3EMC_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/w3emc_v2.3.1 -++ export W3EMC_SRC -++ W3EMC_VER=v2.3.1 -++ export W3EMC_VER -++ W3NCO_LIB4=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_4.a -++ export W3NCO_LIB4 -++ W3NCO_LIB8=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_8.a -++ export W3NCO_LIB8 -++ W3NCO_LIBd=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_d.a -++ export W3NCO_LIBd -++ W3NCO_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/w3nco_v2.0.7 -++ export W3NCO_SRC -++ W3NCO_VER=v2.0.7 -++ export W3NCO_VER -++ Z_INC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/z_v1.2.11 -++ export Z_INC -++ Z_LIB=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libz_v1.2.11.a -++ export Z_LIB -++ Z_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/thirdParty -++ export Z_SRC -++ Z_VER=v1.2.11 -++ export Z_VER -++ __LMOD_REF_COUNT__LMFILES_='/apps/modules/modulefiles/contrib:1;/contrib/modulefiles/sutils/default:1;/apps/modules/modulefiles/intel/18.0.5.274:1;/apps/modules/modulefamilies/intel/impi/2018.0.4:1;/apps/modules/modulefamilies/intel/netcdf/4.7.0:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/bacio/2.0.3:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/ip/3.0.2:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/nemsio/2.2.4:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/sp/2.0.3:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3emc/2.3.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3nco/2.0.7:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2/3.1.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2tmpl/1.6.0:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/crtm/2.2.6:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/jasper/1.900.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/png/1.2.44:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/z/1.2.11:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/post/8.0.1:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles/esmf/8.0.0:1;/contrib/modulefiles/cmake/3.9.0:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel/fv3:1' -++ export __LMOD_REF_COUNT__LMFILES_ -++ _LMFILES_=/apps/modules/modulefiles/contrib:/contrib/modulefiles/sutils/default:/apps/modules/modulefiles/intel/18.0.5.274:/apps/modules/modulefamilies/intel/impi/2018.0.4:/apps/modules/modulefamilies/intel/netcdf/4.7.0:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/bacio/2.0.3:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/ip/3.0.2:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/nemsio/2.2.4:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/sp/2.0.3:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3emc/2.3.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3nco/2.0.7:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2/3.1.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2tmpl/1.6.0:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/crtm/2.2.6:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/jasper/1.900.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/png/1.2.44:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/z/1.2.11:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/post/8.0.1:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles/esmf/8.0.0:/contrib/modulefiles/cmake/3.9.0:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel/fv3 -++ export _LMFILES_ -++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJpbXBpIix9LG1UPXtiYWNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvYmFjaW8vMi4wLjMiLFsiZnVsbE5hbWUiXT0iYmFjaW8vMi4wLjMiLFsibG9hZE9yZGVyIl09Nixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJiYWNpby8yLjAuMyIsfSxjbWFrZT17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9jbWFrZS8zLjkuMCIsWyJmdWxs -++ export _ModuleTable001_ -++ _ModuleTable002_=TmFtZSJdPSJjbWFrZS8zLjkuMCIsWyJsb2FkT3JkZXIiXT0yMCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjbWFrZS8zLjkuMCIsfSxjb250cmliPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvY29udHJpYiIsWyJmdWxsTmFtZSJdPSJjb250cmliIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY29udHJpYiIsfSxjcnRtPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9jcnRtLzIuMi42IixbImZ1bGxOYW1lIl09ImNydG0vMi4yLjYiLFsibG9hZE9yZGVy -++ export _ModuleTable002_ -++ _ModuleTable003_=Il09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL2Z2My1jYW0vRHVzYW4uSm92aWMvdWZzL3ByMTgvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvaGVyYS5pbnRlbC9mdjMiLFsi -++ export _ModuleTable003_ -++ _ModuleTable004_=ZnVsbE5hbWUiXT0iZnYzIixbImxvYWRPcmRlciJdPTIxLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTAsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImZ2MyIsfSxnMj17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzIvMy4xLjEiLFsiZnVsbE5hbWUiXT0iZzIvMy4xLjEiLFsibG9hZE9yZGVyIl09MTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZzIvMy4xLjEiLH0sZzJ0bXBsPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9nMnRtcGwvMS42LjAiLFsiZnVsbE5hbWUiXT0iZzJ0bXBsLzEuNi4w -++ export _ModuleTable004_ -++ _ModuleTable005_=IixbImxvYWRPcmRlciJdPTEzLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcydG1wbC8xLjYuMCIsfSxpbXBpPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwvaW1waS8yMDE4LjAuNCIsWyJmdWxsTmFtZSJdPSJpbXBpLzIwMTguMC40IixbImxvYWRPcmRlciJdPTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW1waS8yMDE4LjAuNCIsfSxpbnRlbD17WyJmbiJdPSIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL2ludGVsLzE4LjAuNS4yNzQiLFsiZnVsbE5hbWUiXT0iaW50ZWwvMTguMC41LjI3NCIsWyJsb2FkT3JkZXIi -++ export _ModuleTable005_ -++ _ModuleTable006_=XT0zLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImludGVsLzE4LjAuNS4yNzQiLH0saXA9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2lwLzMuMC4yIixbImZ1bGxOYW1lIl09ImlwLzMuMC4yIixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaXAvMy4wLjIiLH0samFzcGVyPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9qYXNwZXIvMS45MDAuMSIsWyJmdWxsTmFtZSJdPSJqYXNwZXIvMS45MDAuMSIsWyJsb2FkT3JkZXIi -++ export _ModuleTable006_ -++ _ModuleTable007_=XT0xNSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJqYXNwZXIvMS45MDAuMSIsfSxuZW1zaW89e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL25lbXNpby8yLjIuNCIsWyJmdWxsTmFtZSJdPSJuZW1zaW8vMi4yLjQiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZW1zaW8vMi4yLjQiLH0sbmV0Y2RmPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwvbmV0Y2RmLzQuNy4wIixbImZ1bGxOYW1lIl09Im5ldGNkZi80LjcuMCIsWyJsb2FkT3JkZXIi -++ export _ModuleTable007_ -++ _ModuleTable008_=XT01LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5ldGNkZi80LjcuMCIsfSxwbmc9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3BuZy8xLjIuNDQiLFsiZnVsbE5hbWUiXT0icG5nLzEuMi40NCIsWyJsb2FkT3JkZXIiXT0xNixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJwbmcvMS4yLjQ0Iix9LHBvc3Q9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3Bvc3QvOC4wLjEiLFsiZnVsbE5hbWUiXT0icG9zdC84LjAuMSIsWyJsb2FkT3JkZXIiXT0xOCxw -++ export _ModuleTable008_ -++ _ModuleTable009_=cm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJwb3N0LzguMC4xIix9LHNwPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9zcC8yLjAuMyIsWyJmdWxsTmFtZSJdPSJzcC8yLjAuMyIsWyJsb2FkT3JkZXIiXT05LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InNwLzIuMC4zIix9LHN1dGlscz17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9zdXRpbHMvZGVmYXVsdCIsWyJmdWxsTmFtZSJdPSJzdXRpbHMvZGVmYXVsdCIsWyJsb2FkT3JkZXIiXT0yLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0 -++ export _ModuleTable009_ -++ _ModuleTable010_=dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InN1dGlscyIsfSx3M2VtYz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNlbWMvMi4zLjEiLFsiZnVsbE5hbWUiXT0idzNlbWMvMi4zLjEiLFsibG9hZE9yZGVyIl09MTAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNlbWMvMi4zLjEiLH0sdzNuY289e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czbmNvLzIuMC43IixbImZ1bGxOYW1lIl09InczbmNvLzIuMC43IixbImxvYWRPcmRlciJdPTExLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMi -++ export _ModuleTable010_ -++ _ModuleTable011_=XT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHo9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3ovMS4yLjExIixbImZ1bGxOYW1lIl09InovMS4yLjExIixbImxvYWRPcmRlciJdPTE3LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InovMS4yLjExIix9LH0sbXBhdGhBPXsiL2NvbnRyaWIvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDIvTkNFUERFVi9mdjMtY2FtL0R1c2FuLkpvdmljL3Vmcy9wcjE4L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL2hlcmEuaW50ZWwiLCIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi9hcHBz -++ export _ModuleTable011_ -++ _ModuleTable012_=L21vZHVsZXMvbW9kdWxlZmlsZXMvTGludXgiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L2NyYXlwZS9kZWZhdWx0L21vZHVsZWZpbGVzIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbCIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWxfaW1waSIsIi9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcyIsIi9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmU6L2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9M -++ export _ModuleTable012_ -++ _ModuleTable013_=aW51eDovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzOi9vcHQvY3JheS9tb2R1bGVmaWxlczovb3B0L2NyYXkvY3JheXBlL2RlZmF1bHQvbW9kdWxlZmlsZXMiLH0= -++ export _ModuleTable013_ -++ _ModuleTable_Sz_=13 -++ export _ModuleTable_Sz_ -++ : -s sh -+ eval -+ module list -++ /apps/lmod/7.7.18/libexec/lmod bash list -+ eval echo ''\'''\'';' echo ''\''Currently'\''' ''\''Loaded'\''' ''\''Modules:'\'';' echo ''\'''\''' ''\'''\''' ''\''1)'\''' ''\''contrib'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''7)'\''' ''\''ip/3.0.2'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''13)'\''' ''\''g2tmpl/1.6.0'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''19)'\''' ''\''esmf/8.0.0'\'';' echo ''\'''\''' ''\'''\''' ''\''2)'\''' ''\''sutils/default'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''8)'\''' ''\''nemsio/2.2.4'\''' ''\'''\''' ''\''14)'\''' ''\''crtm/2.2.6'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''20)'\''' ''\''cmake/3.9.0'\'';' echo ''\'''\''' ''\'''\''' ''\''3)'\''' ''\''intel/18.0.5.274'\''' ''\'''\''' ''\'''\''' ''\''9)'\''' ''\''sp/2.0.3'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''15)'\''' ''\''jasper/1.900.1'\''' ''\'''\''' ''\''21)'\''' ''\''fv3'\'';' echo ''\'''\''' ''\'''\''' ''\''4)'\''' ''\''impi/2018.0.4'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''10)'\''' ''\''w3emc/2.3.1'\''' ''\'''\''' ''\'''\''' ''\''16)'\''' ''\''png/1.2.44'\'';' echo ''\'''\''' ''\'''\''' ''\''5)'\''' ''\''netcdf/4.7.0'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''11)'\''' ''\''w3nco/2.0.7'\''' ''\'''\''' ''\'''\''' ''\''17)'\''' ''\''z/1.2.11'\'';' echo ''\'''\''' ''\'''\''' ''\''6)'\''' ''\''bacio/2.0.3'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''12)'\''' ''\''g2/3.1.1'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''18)'\''' ''\''post/8.0.1'\'';' echo ''\'''\'';' echo ''\'''\''' ''\'''\'';' echo ''\'''\'';' 'MODULEPATH="/contrib/modulefiles:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles:/apps/modules/modulefamilies/intel:/apps/modules/modulefamilies/intel_impi:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles";' export 'MODULEPATH;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJpbXBpIix9LG1UPXtiYWNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvYmFjaW8vMi4wLjMiLFsiZnVsbE5hbWUiXT0iYmFjaW8vMi4wLjMiLFsibG9hZE9yZGVyIl09Nixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJiYWNpby8yLjAuMyIsfSxjbWFrZT17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9jbWFrZS8zLjkuMCIsWyJmdWxs";' export '_ModuleTable001_;' '_ModuleTable002_="TmFtZSJdPSJjbWFrZS8zLjkuMCIsWyJsb2FkT3JkZXIiXT0yMCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjbWFrZS8zLjkuMCIsfSxjb250cmliPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvY29udHJpYiIsWyJmdWxsTmFtZSJdPSJjb250cmliIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY29udHJpYiIsfSxjcnRtPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9jcnRtLzIuMi42IixbImZ1bGxOYW1lIl09ImNydG0vMi4yLjYiLFsibG9hZE9yZGVy";' export '_ModuleTable002_;' '_ModuleTable003_="Il09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL2Z2My1jYW0vRHVzYW4uSm92aWMvdWZzL3ByMTgvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvaGVyYS5pbnRlbC9mdjMiLFsi";' export '_ModuleTable003_;' '_ModuleTable004_="ZnVsbE5hbWUiXT0iZnYzIixbImxvYWRPcmRlciJdPTIxLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTAsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImZ2MyIsfSxnMj17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzIvMy4xLjEiLFsiZnVsbE5hbWUiXT0iZzIvMy4xLjEiLFsibG9hZE9yZGVyIl09MTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZzIvMy4xLjEiLH0sZzJ0bXBsPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9nMnRtcGwvMS42LjAiLFsiZnVsbE5hbWUiXT0iZzJ0bXBsLzEuNi4w";' export '_ModuleTable004_;' '_ModuleTable005_="IixbImxvYWRPcmRlciJdPTEzLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcydG1wbC8xLjYuMCIsfSxpbXBpPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwvaW1waS8yMDE4LjAuNCIsWyJmdWxsTmFtZSJdPSJpbXBpLzIwMTguMC40IixbImxvYWRPcmRlciJdPTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW1waS8yMDE4LjAuNCIsfSxpbnRlbD17WyJmbiJdPSIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL2ludGVsLzE4LjAuNS4yNzQiLFsiZnVsbE5hbWUiXT0iaW50ZWwvMTguMC41LjI3NCIsWyJsb2FkT3JkZXIi";' export '_ModuleTable005_;' '_ModuleTable006_="XT0zLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImludGVsLzE4LjAuNS4yNzQiLH0saXA9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2lwLzMuMC4yIixbImZ1bGxOYW1lIl09ImlwLzMuMC4yIixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaXAvMy4wLjIiLH0samFzcGVyPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9qYXNwZXIvMS45MDAuMSIsWyJmdWxsTmFtZSJdPSJqYXNwZXIvMS45MDAuMSIsWyJsb2FkT3JkZXIi";' export '_ModuleTable006_;' '_ModuleTable007_="XT0xNSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJqYXNwZXIvMS45MDAuMSIsfSxuZW1zaW89e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL25lbXNpby8yLjIuNCIsWyJmdWxsTmFtZSJdPSJuZW1zaW8vMi4yLjQiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZW1zaW8vMi4yLjQiLH0sbmV0Y2RmPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwvbmV0Y2RmLzQuNy4wIixbImZ1bGxOYW1lIl09Im5ldGNkZi80LjcuMCIsWyJsb2FkT3JkZXIi";' export '_ModuleTable007_;' '_ModuleTable008_="XT01LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5ldGNkZi80LjcuMCIsfSxwbmc9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3BuZy8xLjIuNDQiLFsiZnVsbE5hbWUiXT0icG5nLzEuMi40NCIsWyJsb2FkT3JkZXIiXT0xNixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJwbmcvMS4yLjQ0Iix9LHBvc3Q9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3Bvc3QvOC4wLjEiLFsiZnVsbE5hbWUiXT0icG9zdC84LjAuMSIsWyJsb2FkT3JkZXIiXT0xOCxw";' export '_ModuleTable008_;' '_ModuleTable009_="cm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJwb3N0LzguMC4xIix9LHNwPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9zcC8yLjAuMyIsWyJmdWxsTmFtZSJdPSJzcC8yLjAuMyIsWyJsb2FkT3JkZXIiXT05LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InNwLzIuMC4zIix9LHN1dGlscz17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9zdXRpbHMvZGVmYXVsdCIsWyJmdWxsTmFtZSJdPSJzdXRpbHMvZGVmYXVsdCIsWyJsb2FkT3JkZXIiXT0yLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0";' export '_ModuleTable009_;' '_ModuleTable010_="dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InN1dGlscyIsfSx3M2VtYz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNlbWMvMi4zLjEiLFsiZnVsbE5hbWUiXT0idzNlbWMvMi4zLjEiLFsibG9hZE9yZGVyIl09MTAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNlbWMvMi4zLjEiLH0sdzNuY289e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czbmNvLzIuMC43IixbImZ1bGxOYW1lIl09InczbmNvLzIuMC43IixbImxvYWRPcmRlciJdPTExLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMi";' export '_ModuleTable010_;' '_ModuleTable011_="XT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHo9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3ovMS4yLjExIixbImZ1bGxOYW1lIl09InovMS4yLjExIixbImxvYWRPcmRlciJdPTE3LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InovMS4yLjExIix9LH0sbXBhdGhBPXsiL2NvbnRyaWIvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDIvTkNFUERFVi9mdjMtY2FtL0R1c2FuLkpvdmljL3Vmcy9wcjE4L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL2hlcmEuaW50ZWwiLCIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi9hcHBz";' export '_ModuleTable011_;' '_ModuleTable012_="L21vZHVsZXMvbW9kdWxlZmlsZXMvTGludXgiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L2NyYXlwZS9kZWZhdWx0L21vZHVsZWZpbGVzIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbCIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWxfaW1waSIsIi9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcyIsIi9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmU6L2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9M";' export '_ModuleTable012_;' '_ModuleTable013_="aW51eDovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzOi9vcHQvY3JheS9tb2R1bGVmaWxlczovb3B0L2NyYXkvY3JheXBlL2RlZmF1bHQvbW9kdWxlZmlsZXMiLH0=";' export '_ModuleTable013_;' '_ModuleTable_Sz_="13";' export '_ModuleTable_Sz_;' -++ echo '' - -++ echo Currently Loaded Modules: -Currently Loaded Modules: -++ echo '' '' '1)' contrib '' '' '' '' '' '' '' '' '' '' '' '7)' ip/3.0.2 '' '' '' '' '' '13)' g2tmpl/1.6.0 '' '' '' '19)' esmf/8.0.0 - 1) contrib 7) ip/3.0.2 13) g2tmpl/1.6.0 19) esmf/8.0.0 -++ echo '' '' '2)' sutils/default '' '' '' '' '8)' nemsio/2.2.4 '' '14)' crtm/2.2.6 '' '' '' '' '' '20)' cmake/3.9.0 - 2) sutils/default 8) nemsio/2.2.4 14) crtm/2.2.6 20) cmake/3.9.0 -++ echo '' '' '3)' intel/18.0.5.274 '' '' '9)' sp/2.0.3 '' '' '' '' '' '15)' jasper/1.900.1 '' '21)' fv3 - 3) intel/18.0.5.274 9) sp/2.0.3 15) jasper/1.900.1 21) fv3 -++ echo '' '' '4)' impi/2018.0.4 '' '' '' '' '10)' w3emc/2.3.1 '' '' '16)' png/1.2.44 - 4) impi/2018.0.4 10) w3emc/2.3.1 16) png/1.2.44 -++ echo '' '' '5)' netcdf/4.7.0 '' '' '' '' '' '11)' w3nco/2.0.7 '' '' '17)' z/1.2.11 - 5) netcdf/4.7.0 11) w3nco/2.0.7 17) z/1.2.11 -++ echo '' '' '6)' bacio/2.0.3 '' '' '' '' '' '' '12)' g2/3.1.1 '' '' '' '' '' '18)' post/8.0.1 - 6) bacio/2.0.3 12) g2/3.1.1 18) post/8.0.1 -++ echo '' - -++ echo '' '' - -++ echo '' - -++ MODULEPATH=/contrib/modulefiles:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles:/apps/modules/modulefamilies/intel:/apps/modules/modulefamilies/intel_impi:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles -++ export MODULEPATH -++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJpbXBpIix9LG1UPXtiYWNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvYmFjaW8vMi4wLjMiLFsiZnVsbE5hbWUiXT0iYmFjaW8vMi4wLjMiLFsibG9hZE9yZGVyIl09Nixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJiYWNpby8yLjAuMyIsfSxjbWFrZT17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9jbWFrZS8zLjkuMCIsWyJmdWxs -++ export _ModuleTable001_ -++ _ModuleTable002_=TmFtZSJdPSJjbWFrZS8zLjkuMCIsWyJsb2FkT3JkZXIiXT0yMCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjbWFrZS8zLjkuMCIsfSxjb250cmliPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvY29udHJpYiIsWyJmdWxsTmFtZSJdPSJjb250cmliIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY29udHJpYiIsfSxjcnRtPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9jcnRtLzIuMi42IixbImZ1bGxOYW1lIl09ImNydG0vMi4yLjYiLFsibG9hZE9yZGVy -++ export _ModuleTable002_ -++ _ModuleTable003_=Il09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL2Z2My1jYW0vRHVzYW4uSm92aWMvdWZzL3ByMTgvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvaGVyYS5pbnRlbC9mdjMiLFsi -++ export _ModuleTable003_ -++ _ModuleTable004_=ZnVsbE5hbWUiXT0iZnYzIixbImxvYWRPcmRlciJdPTIxLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTAsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImZ2MyIsfSxnMj17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzIvMy4xLjEiLFsiZnVsbE5hbWUiXT0iZzIvMy4xLjEiLFsibG9hZE9yZGVyIl09MTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZzIvMy4xLjEiLH0sZzJ0bXBsPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9nMnRtcGwvMS42LjAiLFsiZnVsbE5hbWUiXT0iZzJ0bXBsLzEuNi4w -++ export _ModuleTable004_ -++ _ModuleTable005_=IixbImxvYWRPcmRlciJdPTEzLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcydG1wbC8xLjYuMCIsfSxpbXBpPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwvaW1waS8yMDE4LjAuNCIsWyJmdWxsTmFtZSJdPSJpbXBpLzIwMTguMC40IixbImxvYWRPcmRlciJdPTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW1waS8yMDE4LjAuNCIsfSxpbnRlbD17WyJmbiJdPSIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL2ludGVsLzE4LjAuNS4yNzQiLFsiZnVsbE5hbWUiXT0iaW50ZWwvMTguMC41LjI3NCIsWyJsb2FkT3JkZXIi -++ export _ModuleTable005_ -++ _ModuleTable006_=XT0zLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImludGVsLzE4LjAuNS4yNzQiLH0saXA9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2lwLzMuMC4yIixbImZ1bGxOYW1lIl09ImlwLzMuMC4yIixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaXAvMy4wLjIiLH0samFzcGVyPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9qYXNwZXIvMS45MDAuMSIsWyJmdWxsTmFtZSJdPSJqYXNwZXIvMS45MDAuMSIsWyJsb2FkT3JkZXIi -++ export _ModuleTable006_ -++ _ModuleTable007_=XT0xNSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJqYXNwZXIvMS45MDAuMSIsfSxuZW1zaW89e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL25lbXNpby8yLjIuNCIsWyJmdWxsTmFtZSJdPSJuZW1zaW8vMi4yLjQiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZW1zaW8vMi4yLjQiLH0sbmV0Y2RmPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwvbmV0Y2RmLzQuNy4wIixbImZ1bGxOYW1lIl09Im5ldGNkZi80LjcuMCIsWyJsb2FkT3JkZXIi -++ export _ModuleTable007_ -++ _ModuleTable008_=XT01LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5ldGNkZi80LjcuMCIsfSxwbmc9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3BuZy8xLjIuNDQiLFsiZnVsbE5hbWUiXT0icG5nLzEuMi40NCIsWyJsb2FkT3JkZXIiXT0xNixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJwbmcvMS4yLjQ0Iix9LHBvc3Q9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3Bvc3QvOC4wLjEiLFsiZnVsbE5hbWUiXT0icG9zdC84LjAuMSIsWyJsb2FkT3JkZXIiXT0xOCxw -++ export _ModuleTable008_ -++ _ModuleTable009_=cm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJwb3N0LzguMC4xIix9LHNwPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9zcC8yLjAuMyIsWyJmdWxsTmFtZSJdPSJzcC8yLjAuMyIsWyJsb2FkT3JkZXIiXT05LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InNwLzIuMC4zIix9LHN1dGlscz17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9zdXRpbHMvZGVmYXVsdCIsWyJmdWxsTmFtZSJdPSJzdXRpbHMvZGVmYXVsdCIsWyJsb2FkT3JkZXIiXT0yLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0 -++ export _ModuleTable009_ -++ _ModuleTable010_=dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InN1dGlscyIsfSx3M2VtYz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNlbWMvMi4zLjEiLFsiZnVsbE5hbWUiXT0idzNlbWMvMi4zLjEiLFsibG9hZE9yZGVyIl09MTAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNlbWMvMi4zLjEiLH0sdzNuY289e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czbmNvLzIuMC43IixbImZ1bGxOYW1lIl09InczbmNvLzIuMC43IixbImxvYWRPcmRlciJdPTExLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMi -++ export _ModuleTable010_ -++ _ModuleTable011_=XT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHo9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3ovMS4yLjExIixbImZ1bGxOYW1lIl09InovMS4yLjExIixbImxvYWRPcmRlciJdPTE3LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InovMS4yLjExIix9LH0sbXBhdGhBPXsiL2NvbnRyaWIvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDIvTkNFUERFVi9mdjMtY2FtL0R1c2FuLkpvdmljL3Vmcy9wcjE4L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL2hlcmEuaW50ZWwiLCIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi9hcHBz -++ export _ModuleTable011_ -++ _ModuleTable012_=L21vZHVsZXMvbW9kdWxlZmlsZXMvTGludXgiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L2NyYXlwZS9kZWZhdWx0L21vZHVsZWZpbGVzIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbCIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWxfaW1waSIsIi9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcyIsIi9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmU6L2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9M -++ export _ModuleTable012_ -++ _ModuleTable013_=aW51eDovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzOi9vcHQvY3JheS9tb2R1bGVmaWxlczovb3B0L2NyYXkvY3JheXBlL2RlZmF1bHQvbW9kdWxlZmlsZXMiLH0= -++ export _ModuleTable013_ -++ _ModuleTable_Sz_=13 -++ export _ModuleTable_Sz_ -++ : -s sh -+ eval -+ cd build_fv3_5 -+ cmake /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model -DREPRO=Y --- The C compiler identification is Intel 18.0.5.20180823 --- The CXX compiler identification is Intel 18.0.5.20180823 --- The Fortran compiler identification is Intel 18.0.5.20180823 --- Check for working C compiler: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiicc --- Check for working C compiler: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiicc -- works --- Detecting C compiler ABI info --- Detecting C compiler ABI info - done --- Detecting C compile features --- Detecting C compile features - done --- Check for working CXX compiler: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiicpc --- Check for working CXX compiler: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiicpc -- works --- Detecting CXX compiler ABI info --- Detecting CXX compiler ABI info - done --- Detecting CXX compile features --- Detecting CXX compile features - done --- Check for working Fortran compiler: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort --- Check for working Fortran compiler: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -- works --- Detecting Fortran compiler ABI info --- Detecting Fortran compiler ABI info - done --- Checking whether /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort supports Fortran 90 --- Checking whether /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort supports Fortran 90 -- yes --- Found MPI_C: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpifort.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/release_mt/libmpi.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpigi.a;/usr/lib64/libdl.so;/usr/lib64/librt.so;/usr/lib64/libpthread.so --- Found MPI_CXX: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpicxx.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpifort.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/release_mt/libmpi.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpigi.a;/usr/lib64/libdl.so;/usr/lib64/librt.so;/usr/lib64/libpthread.so --- Found MPI_Fortran: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpifort.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/release_mt/libmpi.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpigi.a;/usr/lib64/libdl.so;/usr/lib64/librt.so;/usr/lib64/libpthread.so -ESMFMKFILE: /scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/lib/esmf.mk - Found ESMF: -ESMF_VERSION_MAJOR: 8 -ESMF_F90COMPILEPATHS: /scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod;/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include;/apps/netcdf/4.6.1/intel/16.1.150/include -ESMF_F90ESMFLINKRPATHS: -Wl,-rpath,/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/lib -ESMF_F90ESMFLINKLIBS: -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf --- Found ESMF: /scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod;/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include;/apps/netcdf/4.6.1/intel/16.1.150/include (found version "8.0.0") - -Setting configuration for hera.intel - -C compiler: Intel 18.0.5.20180823 (mpiicc) -CXX compiler: Intel 18.0.5.20180823 (mpiicpc) -Fortran compiler: Intel 18.0.5.20180823 (mpiifort) - -DEBUG is disabled -REPRO is ENABLED -32BIT is disabled -OPENMP is ENABLED -AVX2 is ENABLED -INLINE_POST is ENABLED - - -Selected physics package: gfs - --- Configuring done --- Generating done --- Build files have been written to: /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_5 -+ make -j 8 -Scanning dependencies of target fv3cpl -[ 1%] Building Fortran object FV3/cpl/CMakeFiles/fv3cpl.dir/module_cap_cpl.F90.o -[ 1%] Building Fortran object FV3/cpl/CMakeFiles/fv3cpl.dir/module_cplfields.F90.o -Scanning dependencies of target fms -Scanning dependencies of target gfsphysics -[ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/platform/platform.F90.o -[ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_core.F90.o -[ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/cloud_interpolator.F90.o -[ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_input.F90.o -[ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_parameter.F90.o -[ 2%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/machine.F.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 3%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/co2hc.f.o -[ 3%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_composition.f.o -[ 3%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_io.F90.o -[ 4%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/efield.f.o -[ 5%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/wam_f107_kp_mod.f90.o -[ 5%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mersenne_twister.f.o -[ 5%] Building Fortran object CMakeFiles/fms.dir/FMS/random_numbers/MersenneTwister.F90.o -[ 5%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/GFDL_parse_tracers.F90.o -[ 6%] Building Fortran object CMakeFiles/fms.dir/FMS/sat_vapor_pres/sat_vapor_pres_k.F90.o -[ 7%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/iounitdef.f.o -[ 7%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/namelist_soilveg.f.o -[ 7%] Linking Fortran static library libfv3cpl.a -[ 7%] Building Fortran object CMakeFiles/fms.dir/FMS/constants/constants.F90.o -[ 8%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_data.F90.o -[ 8%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_wrf_utl.f90.o -[ 8%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/noahmp_tables.f90.o -[ 8%] Built target fv3cpl -[ 8%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_mp_radar.F90.o -[ 8%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/physcons.F90.o -[ 8%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/date_def.f.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 9%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/progtm_module.f.o -[ 9%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/aerclm_def.f.o -[ 9%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp.F90.o -[ 9%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2o_def.f.o -[ 9%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/physparam.f.o -[ 10%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ozne_def.f.o -[ 10%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gfs_phy_tracer_config.F.o -[ 10%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/surface_perturbation.F90.o -[ 10%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_sf_noahmp_glacier.f90.o -[ 11%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_sf_noahmplsm.f90.o -[ 11%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/iccn_def.f.o -[ 12%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/micro_mg_utils.F90.o -[ 12%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gfdl_cloud_microphys.F90.o -[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/tracer_const_h.f.o -[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/funcphys.f90.o -[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_ugwp_initialize.F90.o -[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radlw_param.f.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_astronomy.f.o -[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radsw_param.f.o -[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_surface.f.o -[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/aer_cloud.F.o -[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_nst_parameters.f90.o -[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_mp_thompson_gfs.F90.o -[ 15%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_mp_wsm6_fv3.F90.o -[ 15%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/get_prs_fv3.f90.o -[ 16%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_cice.f.o -[ 16%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_diff.f.o -[ 16%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_ugwp_module.F90.o -[ 16%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/rascnvv2.f.o -[ 16%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_aerosols.f.o -[ 16%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_bfmicrophysics.f.o -[ 17%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radlw_datatb.f.o -[ 17%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_gases.f.o -[ 18%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radsw_datatb.f.o -[ 18%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_nst_water_prop.f90.o -[ 18%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/wv_saturation.F.o -[ 19%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cs_conv.F90.o -[ 19%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_diag.f.o -[ 19%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_efp.F90.o -[ 19%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_memutils.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 20%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_pset.F90.o -[ 21%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_type.F90.o -[ 22%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_drv.f.o -[ 22%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_ocean.f.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 23%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/gradient.F90.o -[ 24%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_sice.f.o -[ 24%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_typedefs.F90.o -[ 25%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_clouds.f.o -[ 25%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radlw_main.f.o -[ 25%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radsw_main.f.o -[ 25%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cldmacro.F.o -[ 25%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_nst_model.f90.o -[ 26%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_domains.F90.o -[ 26%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cldwat2m_micro.F.o -[ 26%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/micro_mg2_0.F90.o -[ 26%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_nst.f.o -[ 26%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/micro_mg3_0.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 27%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_diagnostics.F90.o -[ 27%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_radiation_driver.F90.o -[ 27%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_physics_driver.F90.o -[ 27%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_restart.F90.o -[ 27%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_comm.F90.o -[ 28%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_io.F90.o -Compiling in MPI mode (with or without MPP) -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 28%] Building Fortran object CMakeFiles/fms.dir/FMS/memutils/memutils.F90.o -[ 28%] Building Fortran object CMakeFiles/fms.dir/FMS/fms/fms_io.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 29%] Building Fortran object CMakeFiles/fms.dir/FMS/fms/fms.F90.o -[ 29%] Building Fortran object CMakeFiles/fms.dir/FMS/time_manager/time_manager.F90.o -[ 30%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bicubic.F90.o -[ 30%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_conserve.F90.o -[ 30%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bilinear.F90.o -[ 30%] Building Fortran object CMakeFiles/fms.dir/FMS/axis_utils/axis_utils.F90.o -[ 30%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_spherical.F90.o -[ 30%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_grid.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 30%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/mosaic.F90.o -[ 30%] Building Fortran object CMakeFiles/fms.dir/FMS/field_manager/field_manager.F90.o -[ 31%] Building Fortran object CMakeFiles/fms.dir/FMS/topography/gaussian_topog.F90.o -[ 31%] Building Fortran object CMakeFiles/fms.dir/FMS/time_manager/get_cal_time.F90.o -[ 32%] Building Fortran object CMakeFiles/fms.dir/FMS/time_interp/time_interp.F90.o -[ 32%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_data.F90.o -[ 32%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp.F90.o -[ 33%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_types.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 34%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_axis.F90.o -[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_manifest.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/write_ocean_data.F90.o -[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/xbt_drop_rate_adjust.f90.o -[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_output.F90.o -[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/time_interp/time_interp_external.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 36%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_util.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 36%] Building Fortran object CMakeFiles/fms.dir/FMS/field_manager/fm_util.F90.o -[ 36%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_table.F90.o -[ 36%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_manager.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 36%] Building Fortran object CMakeFiles/fms.dir/FMS/data_override/data_override.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 37%] Building Fortran object CMakeFiles/fms.dir/FMS/exchange/stock_constants.F90.o -[ 37%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/coupler_types.F90.o -[ 38%] Building Fortran object CMakeFiles/fms.dir/FMS/astronomy/astronomy.F90.o -[ 38%] Building Fortran object CMakeFiles/fms.dir/FMS/amip_interp/amip_interp.F90.o -[ 39%] Building Fortran object CMakeFiles/fms.dir/FMS/block_control/block_control.F90.o -[ 39%] Building Fortran object CMakeFiles/fms.dir/FMS/column_diagnostics/column_diagnostics.F90.o -[ 39%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/atmos_ocean_fluxes.F90.o -[ 39%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/ensemble_manager.F90.o -[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -Compiling in MPI mode (with or without MPP) -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/exchange/xgrid.F90.o -[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft.F90.o -[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft99.F90.o -[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/interpolator/interpolator.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/grid.F90.o -[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_utilities.F90.o -[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core.F90.o -[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/random_numbers/random_numbers.F90.o -[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core_ecda.F90.o -[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/sat_vapor_pres/sat_vapor_pres.F90.o -[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/station_data/station_data.F90.o -[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/topography/topography.F90.o -[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/tracer_manager/tracer_manager.F90.o -[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/tridiagonal/tridiagonal.F90.o -[ 42%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/quicksort.F90.o -[ 43%] Building C object CMakeFiles/fms.dir/FMS/memutils/memuse.c.o -[ 43%] Building C object CMakeFiles/fms.dir/FMS/mosaic/create_xgrid.c.o -[ 43%] Building C object CMakeFiles/fms.dir/FMS/mosaic/gradient_c2l.c.o -[ 44%] Building C object CMakeFiles/fms.dir/FMS/mosaic/interp.c.o -[ 44%] Building C object CMakeFiles/fms.dir/FMS/mosaic/mosaic_util.c.o -[ 44%] Building C object CMakeFiles/fms.dir/FMS/mosaic/read_mosaic.c.o -[ 45%] Building C object CMakeFiles/fms.dir/FMS/mpp/threadloc.c.o -[ 45%] Building C object CMakeFiles/fms.dir/FMS/mpp/nsclock.c.o -[ 45%] Building C object CMakeFiles/fms.dir/FMS/affinity/affinity.c.o -[ 45%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_driver.F90.o -[ 45%] Linking Fortran static library FMS/libfms.a -[ 46%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_abstraction_layer.F90.o -[ 47%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2oc.f.o -[ 47%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_solar_heating.f.o -[ 47%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_tracer.f.o -[ 48%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ideaca.f.o -[ 48%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfcsub.F.o -[ 48%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ugwp_driver_v0.f.o -[ 48%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cnvc90.f.o -[ 48%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/dcyc2.f.o -[ 48%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/dcyc2.pre.rad.f.o -[ 48%] Built target fms -[ 48%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/get_prs.f.o -[ 48%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gocart_tracer_config_stub.f.o -[ 49%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gscond.f.o -[ 49%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gscondp.f.o -[ 49%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gwdc.f.o -[ 50%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gwdps.f.o -[ 50%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_orowam2017.f.o -[ 50%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2ohdc.f.o -[ 50%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2ophys.f.o -[ 50%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_co2.f.o -[ 50%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_dissipation.f.o -[ 51%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_h2o.f.o -[ 51%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_ion.f.o -[ 51%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_o2_o3.f.o -[ 52%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_phys.f.o -[ 52%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/lrgsclr.f.o -[ 52%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfpbl.f.o -[ 53%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfpblt.f.o -[ 53%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfpbltq.f.o -[ 53%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfscu.f.o -[ 54%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfscuq.f.o -[ 54%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninedmf.f.o -[ 54%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninedmf_hafs.f.o -[ 54%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninp1.f.o -[ 55%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninp.f.o -[ 55%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninq.f.o -[ 56%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninq1.f.o -[ 56%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninshoc.f.o -[ 56%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mstadb.f.o -[ 57%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mstadbtn.f.o -[ 57%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mstadbtn2.f.o -[ 57%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mstcnv.f.o -[ 58%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ozphys.f.o -[ 58%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ozphys_2015.f.o -[ 58%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/precpd.f.o -[ 58%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/precpdp.f.o -[ 59%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/progt2.f.o -[ 59%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/precpd_shoc.f.o -[ 60%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/rad_initialize.f.o -[ 60%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/rayleigh_damp.f.o -[ 60%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/rayleigh_damp_mesopause.f.o -[ 60%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/samfaerosols.f.o -[ 61%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/samfdeepcnv.f.o -[ 61%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/samfshalcnv.f.o -[ 61%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sascnv.f.o -[ 61%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sascnvn.f.o -[ 62%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/satmedmfvdif.f.o -[ 62%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/satmedmfvdifq.f.o -[ 62%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/set_soilveg.f.o -[ 62%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_noahmp_drv.f.o -[ 62%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sflx.f.o -[ 62%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcnv.f.o -[ 63%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcv_1lyr.f.o -[ 63%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcv.f.o -[ 63%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcv_fixdp.f.o -[ 63%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcv_opr.f.o -[ 63%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/tridi2t3.f.o -[ 63%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/calpreciptype.f90.o -[ 63%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gcm_shoc.f90.o -[ 64%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2ointerp.f90.o -[ 65%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ozinterp.f90.o -[ 65%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/iccninterp.f90.o -[ 65%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/aerinterp.f90.o -[ 66%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/num_parthds.F.o -[ 67%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gcycle.F90.o -[ 68%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_ugwp_utils.F90.o -[ 68%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_ugwp_triggers.F90.o -[ 68%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_ugwp_solvers.F90.o -[ 68%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_vert_lsatdis.F90.o -[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_vert_orodis.F90.o -[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_vert_wmsdis.F90.o -[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/m_micro_driver.F90.o -[ 70%] Linking Fortran static library libgfsphysics.a -[ 70%] Built target gfsphysics -Scanning dependencies of target ipd -[ 70%] Building Fortran object FV3/ipd/CMakeFiles/ipd.dir/IPD_typedefs.F90.o -[ 70%] Building Fortran object FV3/ipd/CMakeFiles/ipd.dir/IPD_driver.F90.o -[ 70%] Linking Fortran static library libipd.a -[ 70%] Built target ipd -Scanning dependencies of target io -Scanning dependencies of target fv3core -[ 70%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_fv3_io_def.F90.o -[ 70%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_internal_state.F90.o -[ 73%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/external_sst.F90.o -[ 73%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_fill.F90.o -[ 73%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_arrays.F90.o -[ 73%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/sim_nc_mod.F90.o -[ 73%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/DYCORE_typedefs.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 74%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_nemsio.F90.o -[ 74%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_netcdf.F90.o -[ 74%] Building Fortran object FV3/io/CMakeFiles/io.dir/post_gfs.F90.o -[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_mp_mod.F90.o -[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/sorted_index.F90.o -[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_cmp.F90.o -[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_eta.F90.o -[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_timing.F90.o -[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_sg.F90.o -[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/boundary.F90.o -[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_grid_utils.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 75%] Building Fortran object FV3/io/CMakeFiles/io.dir/FV3GFS_io.F90.o -[ 76%] Building Fortran object FV3/io/CMakeFiles/io.dir/ffsync.F90.o -[ 76%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_wrt_grid_comp.F90.o -[ 76%] Building Fortran object FV3/io/CMakeFiles/io.dir/post_nems_routines.F90.o -[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_mapz.F90.o -[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/a2b_edge.F90.o -[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_surf_map.F90.o -[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/tp_core.F90.o -[ 78%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_treat_da_inc.F90.o -[ 78%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/init_hydro.F90.o -[ 78%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_grid_tools.F90.o -[ 78%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_iau_mod.F90.o -[ 78%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/sw_core.F90.o -[ 79%] Linking Fortran static library libio.a -[ 79%] Built target io -[ 80%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_diagnostics.F90.o -[ 80%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_io.F90.o -[ 80%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/nh_utils.F90.o -[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/nh_core.F90.o -[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_nudge.F90.o -[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_regional_bc.F90.o -[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/test_cases.F90.o -[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/fv_nggps_diag.F90.o -[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_tracer2d.F90.o -[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/dyn_core.F90.o -[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_update_phys.F90.o -[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/external_ic.F90.o -[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_restart.F90.o -[ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_control.F90.o -[ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_nesting.F90.o -[ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_dynamics.F90.o -[ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/atmosphere.F90.o -[ 85%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/multi_gases.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 85%] Linking Fortran static library libfv3core.a -[ 85%] Built target fv3core -Scanning dependencies of target stochastic_physics -[ 86%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_resol_def.f.o -[ 87%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/update_ca.f90.o -[ 87%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/spectral_layout.F90.o -[ 87%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_gg_def.f.o -[ 87%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_layout_lag.f.o -[ 87%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_namelist_def.F90.o -[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/glats_stochy.f.o -[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/compns_stochy.F90.o -[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/setlats_lag_stochy.f.o -[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/get_lats_node_a_stochy.f.o -[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/epslon_stochy.f.o -[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/get_ls_node_stochy.f.o -[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/gozrineo_stochy.f.o -[ 89%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/pln2eo_stochy.f.o -[ 90%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/setlats_a_stochy.f.o -[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_internal_state_mod.F90.o -[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/dezouv_stochy.f.o -[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/dozeuv_stochy.f.o -[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/four_to_grid_stochy.F.o -[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_patterngenerator.F90.o -[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/sumfln_stochy.f.o -[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/getcon_lag_stochy.f.o -[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/getcon_spectral.F90.o -[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/initialize_spectral_mod.F90.o -[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_data_mod.F90.o -[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/get_stochy_pattern.F90.o -[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochastic_physics.F90.o -[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/plumes.f90.o -[ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/cellular_automata.f90.o -[ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/num_parthds_stochy.f.o -[ 95%] Linking Fortran static library libstochastic_physics.a -[ 95%] Built target stochastic_physics -Scanning dependencies of target fv3cap -[ 95%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/module_fv3_config.F90.o -[ 96%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/atmos_model.F90.o -[ 97%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/module_fcst_grid_comp.F90.o -[ 97%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/fv3_cap.F90.o -[ 97%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/time_utils.F90.o -[ 97%] Linking Fortran static library libfv3cap.a -[ 97%] Built target fv3cap -Scanning dependencies of target NEMS.exe -[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/ENS_Cpl/ENS_CplComp_ESMFMod_STUB.F90.o -[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_EARTH_INTERNAL_STATE.F90.o -[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_MEDIATOR_methods.F90.o -[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_MEDIATOR_SpaceWeather.F90.o -[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_UTILS.F90.o -[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_INTERNAL_STATE.F90.o -[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_Rusage.F90.o -[ 98%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_MEDIATOR.F90.o -[ 99%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_EARTH_GRID_COMP.F90.o -[ 99%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_GRID_COMP.F90.o -[ 99%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/MAIN_NEMS.F90.o -[100%] Building C object CMakeFiles/NEMS.exe.dir/NEMS/src/nems_c_rusage.c.o -[100%] Linking Fortran executable NEMS.exe -/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/lib/libjasper_v1.900.1.a(jas_stream.o): In function `jas_stream_tmpfile': -jas_stream.c:(.text+0x7a7): warning: the use of `tmpnam' is dangerous, better use `mkstemp' -[100%] Built target NEMS.exe -+ mv NEMS.exe ../fv3_5.exe -+ cp /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel/fv3 ../modules.fv3_5 -+ cd .. -+ '[' YES = YES ']' -+ rm -rf build_fv3_5 -+ elapsed=742 -+ echo 'Elapsed time 742 seconds. Compiling REPRO=Y finished' -Elapsed time 742 seconds. Compiling REPRO=Y finished -+ SECONDS=0 -+++ readlink -f /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/compile_cmake.sh -++ dirname /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/compile_cmake.sh -+ readonly MYDIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests -+ MYDIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests -+ readonly ARGC=4 -+ ARGC=4 -+ cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests -+ [[ 4 -eq 0 ]] -+ [[ 4 -lt 2 ]] -+ PATHTR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model -+ MACHINE_ID=hera.intel -+ MAKE_OPT='REPRO=Y WW3=Y' -+ BUILD_NAME=fv3_6 -+ clean_before=YES -+ clean_after=YES -+ BUILD_DIR=build_fv3_6 -+ [[ hera.intel == cheyenne.* ]] -+ [[ hera.intel == wcoss_dell_p3 ]] -+ MAKE_THREADS=8 -+ hostname -hfe01 -+ cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests -+ echo 'Compiling REPRO=Y WW3=Y into fv3_6.exe on hera.intel' -Compiling REPRO=Y WW3=Y into fv3_6.exe on hera.intel -+ '[' YES = YES ']' -+ rm -rf build_fv3_6 -+ mkdir -p build_fv3_6 -+ CCPP_CMAKE_FLAGS= -+ [[ REPRO=Y WW3=Y == *\D\E\B\U\G\=\Y* ]] -+ [[ REPRO=Y WW3=Y == *\R\E\P\R\O\=\Y* ]] -+ CCPP_CMAKE_FLAGS=' -DREPRO=Y' -+ [[ REPRO=Y WW3=Y == *\3\2\B\I\T\=\Y* ]] -+ [[ REPRO=Y WW3=Y == *\O\P\E\N\M\P\=\N* ]] -+ [[ REPRO=Y WW3=Y == *\C\C\P\P\=\Y* ]] -+ [[ REPRO=Y WW3=Y == *\N\A\M\_\p\h\y\s\=\Y* ]] -+ [[ REPRO=Y WW3=Y == *\W\W\3\=\Y* ]] -+ CCPP_CMAKE_FLAGS=' -DREPRO=Y -DWW3=Y' -++ trim ' -DREPRO=Y -DWW3=Y' -++ local 'var= -DREPRO=Y -DWW3=Y' -++ var='-DREPRO=Y -DWW3=Y' -++ var='-DREPRO=Y -DWW3=Y' -++ echo -n '-DREPRO=Y -DWW3=Y' -+ CCPP_CMAKE_FLAGS='-DREPRO=Y -DWW3=Y' -+ source /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc -++ __ms_function_name=setup__test_function__17262 -++ eval 'setup__test_function__17262() { /bin/true ; }' -+++ eval '__text="text" ; if [[ $__text =~ ^(t).* ]] ; then printf "%s" ${.sh.match[1]} ; fi' -+++ cat -++ __ms_ksh_test= -+++ eval 'if ( set | grep setup__test_function__17262 | grep -v name > /dev/null 2>&1 ) ; then echo t ; fi ' -+++ cat -++ __ms_bash_test=t -++ [[ ! -z '' ]] -++ [[ ! -z t ]] -++ __ms_shell=bash -++ [[ -d /lfs3 ]] -++ [[ -d /scratch1 ]] -++ [[ ! -d /scratch ]] -++ eval module help -++ module purge -+++ /apps/lmod/7.7.18/libexec/lmod bash purge -++ eval unset 'BACIO_LIB4;' unset 'BACIO_LIB8;' unset 'BACIO_SRC;' unset 'BACIO_VER;' unset '__LMOD_REF_COUNT_CLASSPATH;' unset 'CLASSPATH;' unset 'CMAKE_CXX_COMPILER;' unset 'CMAKE_C_COMPILER;' unset 'CMAKE_Fortran_COMPILER;' unset 'CMAKE_Platform;' unset 'COMP;' unset '__LMOD_REF_COUNT_CPATH;' unset 'CPATH;' unset 'CRTM_FIX;' unset 'CRTM_INC;' unset 'CRTM_LIB;' unset 'CRTM_SRC;' unset 'CRTM_VER;' unset 'ESMFMKFILE;' unset 'G2TMPL_INC;' unset 'G2TMPL_LIB;' unset 'G2TMPL_SRC;' unset 'G2TMPL_VER;' unset 'G2_INC4;' unset 'G2_INCd;' unset 'G2_LIB4;' unset 'G2_LIBd;' unset 'G2_SRC;' unset 'G2_VER;' unset 'GDBSERVER_MIC;' unset 'GDB_CROSS;' unset '__LMOD_REF_COUNT_INFOPATH;' unset 'INFOPATH;' unset '__LMOD_REF_COUNT_INTEL_LICENSE_FILE;' unset 'INTEL_LICENSE_FILE;' unset 'INTEL_PYTHONHOME;' unset 'IPATH_NO_BACKTRACE;' unset 'IP_INC4;' unset 'IP_INC8;' unset 'IP_INCd;' unset 'IP_LIB4;' unset 'IP_LIB8;' unset 'IP_LIBd;' unset 'IP_SRC;' unset 'IP_VER;' unset 'I_MPI_CC;' unset 'I_MPI_F90;' unset 'I_MPI_HYDRA_BRANCH_COUNT;' unset 'I_MPI_HYDRA_PMI_CONNECT;' unset 'I_MPI_ROOT;' unset 'I_MPI_TMI_PROVIDER;' unset 'JASPER_INC;' unset 'JASPER_LIB;' unset 'JASPER_SRC;' unset 'JASPER_VER;' '__LMOD_REF_COUNT_LD_LIBRARY_PATH="/apps/slurm/default/lib:1";' export '__LMOD_REF_COUNT_LD_LIBRARY_PATH;' 'LD_LIBRARY_PATH=":/apps/slurm/default/lib";' export 'LD_LIBRARY_PATH;' unset '__LMOD_REF_COUNT_LIBRARY_PATH;' unset 'LIBRARY_PATH;' unset 'LIB_NAME;' unset 'LMOD_FAMILY_COMPILER;' unset 'LMOD_FAMILY_COMPILER_VERSION;' unset 'LMOD_FAMILY_MPI;' unset 'LMOD_FAMILY_MPI_VERSION;' unset '__LMOD_REF_COUNT_LOADEDMODULES;' unset 'LOADEDMODULES;' '__LMOD_REF_COUNT_MANPATH="/apps/lmod/lmod/share/man:1;/apps/local/man:1;/apps/slurm/default/share/man:1;/apps/slurm/tools/sbank/share/man:1";' export '__LMOD_REF_COUNT_MANPATH;' 'MANPATH="/apps/lmod/lmod/share/man::/apps/local/man:/apps/slurm/default/share/man:/apps/slurm/tools/sbank/share/man";' export 'MANPATH;' '__LMOD_REF_COUNT_MODULEPATH="/contrib/modulefiles:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:1;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1";' export '__LMOD_REF_COUNT_MODULEPATH;' 'MODULEPATH="/contrib/modulefiles:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles";' export 'MODULEPATH;' unset 'MPM_LAUNCHER;' unset 'NCEPLIBS;' unset 'NEMSIO_INC;' unset 'NEMSIO_LIB;' unset 'NEMSIO_SRC;' unset 'NEMSIO_VER;' unset 'NETCDF;' unset '__LMOD_REF_COUNT_NLSPATH;' unset 'NLSPATH;' '__LMOD_REF_COUNT_PATH="/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:1;/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/opt/ibutils/bin:1;/apps/local/bin:1;/apps/local/sbin:1;/apps/slurm/default/tools:1;/apps/slurm/default/bin:1;/apps/slurm/default/sbin:1;/apps/slurm/tools/sbank/bin:1;/home/Dusan.Jovic/bin:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/dbrowse:1";' export '__LMOD_REF_COUNT_PATH;' 'PATH="/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/opt/ibutils/bin:/apps/local/bin:/apps/local/sbin:/apps/slurm/default/tools:/apps/slurm/default/bin:/apps/slurm/default/sbin:/apps/slurm/tools/sbank/bin:/home/Dusan.Jovic/bin:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/dbrowse";' export 'PATH;' unset '__LMOD_REF_COUNT_PKG_CONFIG_PATH;' unset 'PKG_CONFIG_PATH;' unset 'PNG_INC;' unset 'PNG_LIB;' unset 'PNG_SRC;' unset 'PNG_VER;' unset 'POST_INC;' unset 'POST_LIB;' unset 'POST_SRC;' unset 'POST_VER;' unset 'SLURM_UTILS_PATH;' unset 'SP_LIB4;' unset 'SP_LIB8;' unset 'SP_LIBd;' unset 'SP_SRC;' unset 'SP_VER;' unset 'W3EMC_INC4;' unset 'W3EMC_INC8;' unset 'W3EMC_INCd;' unset 'W3EMC_LIB4;' unset 'W3EMC_LIB8;' unset 'W3EMC_LIBd;' unset 'W3EMC_SRC;' unset 'W3EMC_VER;' unset 'W3NCO_LIB4;' unset 'W3NCO_LIB8;' unset 'W3NCO_LIBd;' unset 'W3NCO_SRC;' unset 'W3NCO_VER;' unset 'Z_INC;' unset 'Z_LIB;' unset 'Z_SRC;' unset 'Z_VER;' unset '__LMOD_REF_COUNT__LMFILES_;' unset '_LMFILES_;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9jb250cmliL21vZHVsZWZpbGVzIiwiL3NjcmF0Y2gyL05DRVBERVYvZnYzLWNhbS9EdXNhbi5Kb3ZpYy91ZnMvcHIxOC91ZnMtd2VhdGhlci1tb2RlbC9tb2R1bGVmaWxlcy9oZXJhLmludGVsIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIs";' export '_ModuleTable001_;' '_ModuleTable002_="fSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ==";' export '_ModuleTable002_;' '_ModuleTable_Sz_="2";' export '_ModuleTable_Sz_;' unset '_ModuleTable004_;' unset '_ModuleTable005_;' unset '_ModuleTable006_;' unset '_ModuleTable007_;' unset '_ModuleTable008_;' unset '_ModuleTable009_;' unset '_ModuleTable010_;' unset '_ModuleTable011_;' unset '_ModuleTable012_;' unset '_ModuleTable013_;' -+++ unset BACIO_LIB4 -+++ unset BACIO_LIB8 -+++ unset BACIO_SRC -+++ unset BACIO_VER -+++ unset __LMOD_REF_COUNT_CLASSPATH -+++ unset CLASSPATH -+++ unset CMAKE_CXX_COMPILER -+++ unset CMAKE_C_COMPILER -+++ unset CMAKE_Fortran_COMPILER -+++ unset CMAKE_Platform -+++ unset COMP -+++ unset __LMOD_REF_COUNT_CPATH -+++ unset CPATH -+++ unset CRTM_FIX -+++ unset CRTM_INC -+++ unset CRTM_LIB -+++ unset CRTM_SRC -+++ unset CRTM_VER -+++ unset ESMFMKFILE -+++ unset G2TMPL_INC -+++ unset G2TMPL_LIB -+++ unset G2TMPL_SRC -+++ unset G2TMPL_VER -+++ unset G2_INC4 -+++ unset G2_INCd -+++ unset G2_LIB4 -+++ unset G2_LIBd -+++ unset G2_SRC -+++ unset G2_VER -+++ unset GDBSERVER_MIC -+++ unset GDB_CROSS -+++ unset __LMOD_REF_COUNT_INFOPATH -+++ unset INFOPATH -+++ unset __LMOD_REF_COUNT_INTEL_LICENSE_FILE -+++ unset INTEL_LICENSE_FILE -+++ unset INTEL_PYTHONHOME -+++ unset IPATH_NO_BACKTRACE -+++ unset IP_INC4 -+++ unset IP_INC8 -+++ unset IP_INCd -+++ unset IP_LIB4 -+++ unset IP_LIB8 -+++ unset IP_LIBd -+++ unset IP_SRC -+++ unset IP_VER -+++ unset I_MPI_CC -+++ unset I_MPI_F90 -+++ unset I_MPI_HYDRA_BRANCH_COUNT -+++ unset I_MPI_HYDRA_PMI_CONNECT -+++ unset I_MPI_ROOT -+++ unset I_MPI_TMI_PROVIDER -+++ unset JASPER_INC -+++ unset JASPER_LIB -+++ unset JASPER_SRC -+++ unset JASPER_VER -+++ __LMOD_REF_COUNT_LD_LIBRARY_PATH=/apps/slurm/default/lib:1 -+++ export __LMOD_REF_COUNT_LD_LIBRARY_PATH -+++ LD_LIBRARY_PATH=:/apps/slurm/default/lib -+++ export LD_LIBRARY_PATH -+++ unset __LMOD_REF_COUNT_LIBRARY_PATH -+++ unset LIBRARY_PATH -+++ unset LIB_NAME -+++ unset LMOD_FAMILY_COMPILER -+++ unset LMOD_FAMILY_COMPILER_VERSION -+++ unset LMOD_FAMILY_MPI -+++ unset LMOD_FAMILY_MPI_VERSION -+++ unset __LMOD_REF_COUNT_LOADEDMODULES -+++ unset LOADEDMODULES -+++ __LMOD_REF_COUNT_MANPATH='/apps/lmod/lmod/share/man:1;/apps/local/man:1;/apps/slurm/default/share/man:1;/apps/slurm/tools/sbank/share/man:1' -+++ export __LMOD_REF_COUNT_MANPATH -+++ MANPATH=/apps/lmod/lmod/share/man::/apps/local/man:/apps/slurm/default/share/man:/apps/slurm/tools/sbank/share/man -+++ export MANPATH -+++ __LMOD_REF_COUNT_MODULEPATH='/contrib/modulefiles:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:1;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1' -+++ export __LMOD_REF_COUNT_MODULEPATH -+++ MODULEPATH=/contrib/modulefiles:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles -+++ export MODULEPATH -+++ unset MPM_LAUNCHER -+++ unset NCEPLIBS -+++ unset NEMSIO_INC -+++ unset NEMSIO_LIB -+++ unset NEMSIO_SRC -+++ unset NEMSIO_VER -+++ unset NETCDF -+++ unset __LMOD_REF_COUNT_NLSPATH -+++ unset NLSPATH -+++ __LMOD_REF_COUNT_PATH='/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:1;/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/opt/ibutils/bin:1;/apps/local/bin:1;/apps/local/sbin:1;/apps/slurm/default/tools:1;/apps/slurm/default/bin:1;/apps/slurm/default/sbin:1;/apps/slurm/tools/sbank/bin:1;/home/Dusan.Jovic/bin:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/dbrowse:1' -+++ export __LMOD_REF_COUNT_PATH -+++ PATH=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/opt/ibutils/bin:/apps/local/bin:/apps/local/sbin:/apps/slurm/default/tools:/apps/slurm/default/bin:/apps/slurm/default/sbin:/apps/slurm/tools/sbank/bin:/home/Dusan.Jovic/bin:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/dbrowse -+++ export PATH -+++ unset __LMOD_REF_COUNT_PKG_CONFIG_PATH -+++ unset PKG_CONFIG_PATH -+++ unset PNG_INC -+++ unset PNG_LIB -+++ unset PNG_SRC -+++ unset PNG_VER -+++ unset POST_INC -+++ unset POST_LIB -+++ unset POST_SRC -+++ unset POST_VER -+++ unset SLURM_UTILS_PATH -+++ unset SP_LIB4 -+++ unset SP_LIB8 -+++ unset SP_LIBd -+++ unset SP_SRC -+++ unset SP_VER -+++ unset W3EMC_INC4 -+++ unset W3EMC_INC8 -+++ unset W3EMC_INCd -+++ unset W3EMC_LIB4 -+++ unset W3EMC_LIB8 -+++ unset W3EMC_LIBd -+++ unset W3EMC_SRC -+++ unset W3EMC_VER -+++ unset W3NCO_LIB4 -+++ unset W3NCO_LIB8 -+++ unset W3NCO_LIBd -+++ unset W3NCO_SRC -+++ unset W3NCO_VER -+++ unset Z_INC -+++ unset Z_LIB -+++ unset Z_SRC -+++ unset Z_VER -+++ unset __LMOD_REF_COUNT__LMFILES_ -+++ unset _LMFILES_ -+++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9jb250cmliL21vZHVsZWZpbGVzIiwiL3NjcmF0Y2gyL05DRVBERVYvZnYzLWNhbS9EdXNhbi5Kb3ZpYy91ZnMvcHIxOC91ZnMtd2VhdGhlci1tb2RlbC9tb2R1bGVmaWxlcy9oZXJhLmludGVsIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIs -+++ export _ModuleTable001_ -+++ _ModuleTable002_=fSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ== -+++ export _ModuleTable002_ -+++ _ModuleTable_Sz_=2 -+++ export _ModuleTable_Sz_ -+++ unset _ModuleTable004_ -+++ unset _ModuleTable005_ -+++ unset _ModuleTable006_ -+++ unset _ModuleTable007_ -+++ unset _ModuleTable008_ -+++ unset _ModuleTable009_ -+++ unset _ModuleTable010_ -+++ unset _ModuleTable011_ -+++ unset _ModuleTable012_ -+++ unset _ModuleTable013_ -+++ : -s sh -++ eval -++ unset __ms_shell -++ unset __ms_ksh_test -++ unset __ms_bash_test -++ unset setup__test_function__17262 -++ unset __ms_function_name -+ [[ hera.intel == macosx.* ]] -+ [[ hera.intel == linux.* ]] -+ module use /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel -++ /apps/lmod/7.7.18/libexec/lmod bash use /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel -+ eval '__LMOD_REF_COUNT_MODULEPATH="/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:2;/contrib/modulefiles:1;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1";' export '__LMOD_REF_COUNT_MODULEPATH;' 'MODULEPATH="/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:/contrib/modulefiles:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles";' export 'MODULEPATH;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9zY3JhdGNoMi9OQ0VQREVWL2Z2My1jYW0vRHVzYW4uSm92aWMvdWZzL3ByMTgvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvaGVyYS5pbnRlbCIsIi9jb250cmliL21vZHVsZWZpbGVzIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIs";' export '_ModuleTable001_;' '_ModuleTable002_="fSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ==";' export '_ModuleTable002_;' '_ModuleTable_Sz_="2";' export '_ModuleTable_Sz_;' -++ __LMOD_REF_COUNT_MODULEPATH='/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:2;/contrib/modulefiles:1;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1' -++ export __LMOD_REF_COUNT_MODULEPATH -++ MODULEPATH=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:/contrib/modulefiles:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles -++ export MODULEPATH -++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9zY3JhdGNoMi9OQ0VQREVWL2Z2My1jYW0vRHVzYW4uSm92aWMvdWZzL3ByMTgvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvaGVyYS5pbnRlbCIsIi9jb250cmliL21vZHVsZWZpbGVzIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIs -++ export _ModuleTable001_ -++ _ModuleTable002_=fSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ== -++ export _ModuleTable002_ -++ _ModuleTable_Sz_=2 -++ export _ModuleTable_Sz_ -++ : -s sh -+ eval -+ module load fv3 -++ /apps/lmod/7.7.18/libexec/lmod bash load fv3 -+ eval 'BACIO_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libbacio_v2.0.3_4.a";' export 'BACIO_LIB4;' 'BACIO_LIB8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libbacio_v2.0.3_8.a";' export 'BACIO_LIB8;' 'BACIO_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/bacio_v2.0.3";' export 'BACIO_SRC;' 'BACIO_VER="v2.0.3";' export 'BACIO_VER;' '__LMOD_REF_COUNT_CLASSPATH="/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/mpi.jar:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/daal.jar:1";' export '__LMOD_REF_COUNT_CLASSPATH;' 'CLASSPATH="/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/mpi.jar:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/daal.jar";' export 'CLASSPATH;' 'CMAKE_CXX_COMPILER="mpiicpc";' export 'CMAKE_CXX_COMPILER;' 'CMAKE_C_COMPILER="mpiicc";' export 'CMAKE_C_COMPILER;' 'CMAKE_Fortran_COMPILER="mpiifort";' export 'CMAKE_Fortran_COMPILER;' 'CMAKE_Platform="hera.intel";' export 'CMAKE_Platform;' 'COMP="intel";' export 'COMP;' '__LMOD_REF_COUNT_CPATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/include:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/include:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/pstl/include:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/include:2;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/include:1";' export '__LMOD_REF_COUNT_CPATH;' 'CPATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/include:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/include:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/pstl/include:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/include:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/include";' export 'CPATH;' 'CRTM_FIX="/scratch2/NCEPDEV/nwprod/NCEPLIBS/fix/crtm_v2.2.6";' export 'CRTM_FIX;' 'CRTM_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/crtm_v2.2.6";' export 'CRTM_INC;' 'CRTM_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libcrtm_v2.2.6.a";' export 'CRTM_LIB;' 'CRTM_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/crtm_v2.2.6";' export 'CRTM_SRC;' 'CRTM_VER="v2.2.6";' export 'CRTM_VER;' 'ESMFMKFILE="/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/lib/esmf.mk";' export 'ESMFMKFILE;' 'G2TMPL_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/g2tmpl_v1.6.0";' export 'G2TMPL_INC;' 'G2TMPL_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2tmpl_v1.6.0.a";' export 'G2TMPL_LIB;' 'G2TMPL_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/g2tmpl_v1.6.0/src";' export 'G2TMPL_SRC;' 'G2TMPL_VER="v1.6.0";' export 'G2TMPL_VER;' 'G2_INC4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/g2_v3.1.1_4";' export 'G2_INC4;' 'G2_INCd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/g2_v3.1.1_d";' export 'G2_INCd;' 'G2_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2_v3.1.1_4.a";' export 'G2_LIB4;' 'G2_LIBd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2_v3.1.1_d.a";' export 'G2_LIBd;' 'G2_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/g2_v3.1.1";' export 'G2_SRC;' 'G2_VER="v3.1.1";' export 'G2_VER;' 'GDBSERVER_MIC="/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/targets/intel64/x200/bin/gdbserver";' export 'GDBSERVER_MIC;' 'GDB_CROSS="/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/intel64/bin/gdb-ia";' export 'GDB_CROSS;' '__LMOD_REF_COUNT_INFOPATH="/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/info:1;/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/info:1";' export '__LMOD_REF_COUNT_INFOPATH;' 'INFOPATH="/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/info:/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/info";' export 'INFOPATH;' '__LMOD_REF_COUNT_INTEL_LICENSE_FILE="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/licenses:1;/apps/intel/licenses:1";' export '__LMOD_REF_COUNT_INTEL_LICENSE_FILE;' 'INTEL_LICENSE_FILE="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/licenses:/apps/intel/licenses";' export 'INTEL_LICENSE_FILE;' 'INTEL_PYTHONHOME="/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/python/intel64/";' export 'INTEL_PYTHONHOME;' 'IPATH_NO_BACKTRACE="1";' export 'IPATH_NO_BACKTRACE;' 'IP_INC4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ip_v3.0.2_4";' export 'IP_INC4;' 'IP_INC8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ip_v3.0.2_8";' export 'IP_INC8;' 'IP_INCd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ip_v3.0.2_d";' export 'IP_INCd;' 'IP_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libip_v3.0.2_4.a";' export 'IP_LIB4;' 'IP_LIB8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libip_v3.0.2_8.a";' export 'IP_LIB8;' 'IP_LIBd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libip_v3.0.2_d.a";' export 'IP_LIBd;' 'IP_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/ip_v3.0.2";' export 'IP_SRC;' 'IP_VER="v3.0.2";' export 'IP_VER;' 'I_MPI_CC="icc";' export 'I_MPI_CC;' 'I_MPI_F90="ifort";' export 'I_MPI_F90;' 'I_MPI_HYDRA_BRANCH_COUNT="128";' export 'I_MPI_HYDRA_BRANCH_COUNT;' 'I_MPI_HYDRA_PMI_CONNECT="alltoall";' export 'I_MPI_HYDRA_PMI_CONNECT;' 'I_MPI_ROOT="/apps/intel/compilers_and_libraries_2018/linux/mpi";' export 'I_MPI_ROOT;' 'I_MPI_TMI_PROVIDER="psm";' export 'I_MPI_TMI_PROVIDER;' 'JASPER_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/include/jasper_v1.900.1";' export 'JASPER_INC;' 'JASPER_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/lib/libjasper_v1.900.1.a";' export 'JASPER_LIB;' 'JASPER_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/thirdParty";' export 'JASPER_SRC;' 'JASPER_VER="v1.900.1";' export 'JASPER_VER;' '__LMOD_REF_COUNT_LD_LIBRARY_PATH="/apps/netcdf/4.7.0/intel/18.0.5.274/lib:1;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib:1;/apps/slurm/default/lib:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/lib/intel64:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:2;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:2;/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/libipt/intel64/lib:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4:1";' export '__LMOD_REF_COUNT_LD_LIBRARY_PATH;' 'LD_LIBRARY_PATH="/apps/netcdf/4.7.0/intel/18.0.5.274/lib:/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib::/apps/slurm/default/lib:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/lib/intel64:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/libipt/intel64/lib:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4";' export 'LD_LIBRARY_PATH;' '__LMOD_REF_COUNT_LIBRARY_PATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:2;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4:1";' export '__LMOD_REF_COUNT_LIBRARY_PATH;' 'LIBRARY_PATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4";' export 'LIBRARY_PATH;' 'LIB_NAME="POST";' export 'LIB_NAME;' 'LMOD_FAMILY_COMPILER="intel";' export 'LMOD_FAMILY_COMPILER;' 'LMOD_FAMILY_COMPILER_VERSION="18.0.5.274";' export 'LMOD_FAMILY_COMPILER_VERSION;' 'LMOD_FAMILY_MPI="impi";' export 'LMOD_FAMILY_MPI;' 'LMOD_FAMILY_MPI_VERSION="2018.0.4";' export 'LMOD_FAMILY_MPI_VERSION;' '__LMOD_REF_COUNT_LOADEDMODULES="contrib:1;sutils/default:1;intel/18.0.5.274:1;impi/2018.0.4:1;netcdf/4.7.0:1;bacio/2.0.3:1;ip/3.0.2:1;nemsio/2.2.4:1;sp/2.0.3:1;w3emc/2.3.1:1;w3nco/2.0.7:1;g2/3.1.1:1;g2tmpl/1.6.0:1;crtm/2.2.6:1;jasper/1.900.1:1;png/1.2.44:1;z/1.2.11:1;post/8.0.1:1;esmf/8.0.0:1;cmake/3.9.0:1;fv3:1";' export '__LMOD_REF_COUNT_LOADEDMODULES;' 'LOADEDMODULES="contrib:sutils/default:intel/18.0.5.274:impi/2018.0.4:netcdf/4.7.0:bacio/2.0.3:ip/3.0.2:nemsio/2.2.4:sp/2.0.3:w3emc/2.3.1:w3nco/2.0.7:g2/3.1.1:g2tmpl/1.6.0:crtm/2.2.6:jasper/1.900.1:png/1.2.44:z/1.2.11:post/8.0.1:esmf/8.0.0:cmake/3.9.0:fv3";' export 'LOADEDMODULES;' '__LMOD_REF_COUNT_MANPATH="/apps/netcdf/4.7.0/intel/18.0.5.274/share/man:1;/apps/intel/compilers_and_libraries_2018/linux/mpi/man:1;/apps/intel/parallel_studio_xe_2018.4.057/man/common:1;/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/man:1;/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/man:1;/apps/lmod/lmod/share/man:1;/apps/local/man:1;/apps/slurm/default/share/man:1;/apps/slurm/tools/sbank/share/man:1";' export '__LMOD_REF_COUNT_MANPATH;' 'MANPATH="/apps/netcdf/4.7.0/intel/18.0.5.274/share/man:/apps/intel/compilers_and_libraries_2018/linux/mpi/man:/apps/intel/parallel_studio_xe_2018.4.057/man/common:/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/man:/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/man:/apps/lmod/lmod/share/man::/apps/local/man:/apps/slurm/default/share/man:/apps/slurm/tools/sbank/share/man";' export 'MANPATH;' '__LMOD_REF_COUNT_MODULEPATH="/contrib/modulefiles:3;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:2;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1;/apps/modules/modulefamilies/intel:1;/apps/modules/modulefamilies/intel_impi:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles:1";' export '__LMOD_REF_COUNT_MODULEPATH;' 'MODULEPATH="/contrib/modulefiles:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles:/apps/modules/modulefamilies/intel:/apps/modules/modulefamilies/intel_impi:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles";' export 'MODULEPATH;' 'MPM_LAUNCHER="/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/mpm/mic/bin/start_mpm.sh";' export 'MPM_LAUNCHER;' 'NCEPLIBS="/scratch2/NCEPDEV/nwprod/NCEPLIBS";' export 'NCEPLIBS;' 'NEMSIO_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/nemsio_v2.2.4";' export 'NEMSIO_INC;' 'NEMSIO_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libnemsio_v2.2.4.a";' export 'NEMSIO_LIB;' 'NEMSIO_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/nemsio_v2.2.4";' export 'NEMSIO_SRC;' 'NEMSIO_VER="v2.2.4";' export 'NEMSIO_VER;' 'NETCDF="/apps/netcdf/4.7.0/intel/18.0.5.274";' export 'NETCDF;' '__LMOD_REF_COUNT_NLSPATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64/locale/%l_%t/%N:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin/locale/%l_%t/%N:1;/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/intel64/share/locale/%l_%t/%N:1";' export '__LMOD_REF_COUNT_NLSPATH;' 'NLSPATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64/locale/%l_%t/%N:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin/locale/%l_%t/%N:/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/intel64/share/locale/%l_%t/%N";' export 'NLSPATH;' '__LMOD_REF_COUNT_PATH="/contrib/cmake/3.9.0/bin:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/bin:1;/apps/netcdf/4.7.0/intel/18.0.5.274/bin:1;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/bin/intel64:1;/contrib/sutils/bin:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:1;/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/opt/ibutils/bin:1;/apps/local/bin:1;/apps/local/sbin:1;/apps/slurm/default/tools:1;/apps/slurm/default/bin:1;/apps/slurm/default/sbin:1;/apps/slurm/tools/sbank/bin:1;/home/Dusan.Jovic/bin:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/dbrowse:1";' export '__LMOD_REF_COUNT_PATH;' 'PATH="/contrib/cmake/3.9.0/bin:/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/bin:/apps/netcdf/4.7.0/intel/18.0.5.274/bin:/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/bin/intel64:/contrib/sutils/bin:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/opt/ibutils/bin:/apps/local/bin:/apps/local/sbin:/apps/slurm/default/tools:/apps/slurm/default/bin:/apps/slurm/default/sbin:/apps/slurm/tools/sbank/bin:/home/Dusan.Jovic/bin:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/dbrowse";' export 'PATH;' '__LMOD_REF_COUNT_PKG_CONFIG_PATH="/apps/intel/compilers_and_libraries_2018/linux/mkl/bin/pkgconfig:1";' export '__LMOD_REF_COUNT_PKG_CONFIG_PATH;' 'PKG_CONFIG_PATH="/apps/intel/compilers_and_libraries_2018/linux/mkl/bin/pkgconfig";' export 'PKG_CONFIG_PATH;' 'PNG_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/png_v1.2.44";' export 'PNG_INC;' 'PNG_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libpng_v1.2.44.a";' export 'PNG_LIB;' 'PNG_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/thirdParty";' export 'PNG_SRC;' 'PNG_VER="v1.2.44";' export 'PNG_VER;' 'POST_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ncep_post_v8.0.1_4";' export 'POST_INC;' 'POST_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libncep_post_v8.0.1_4.a";' export 'POST_LIB;' 'POST_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/post_v8.0.1";' export 'POST_SRC;' 'POST_VER="v8.0.1";' export 'POST_VER;' 'SLURM_UTILS_PATH="/contrib/sutils/bin";' export 'SLURM_UTILS_PATH;' 'SP_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_4.a";' export 'SP_LIB4;' 'SP_LIB8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_8.a";' export 'SP_LIB8;' 'SP_LIBd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_d.a";' export 'SP_LIBd;' 'SP_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/sp_v2.0.3";' export 'SP_SRC;' 'SP_VER="v2.0.3";' export 'SP_VER;' 'W3EMC_INC4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/w3emc_v2.3.1_4";' export 'W3EMC_INC4;' 'W3EMC_INC8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/w3emc_v2.3.1_8";' export 'W3EMC_INC8;' 'W3EMC_INCd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/w3emc_v2.3.1_d";' export 'W3EMC_INCd;' 'W3EMC_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_4.a";' export 'W3EMC_LIB4;' 'W3EMC_LIB8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_8.a";' export 'W3EMC_LIB8;' 'W3EMC_LIBd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_d.a";' export 'W3EMC_LIBd;' 'W3EMC_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/w3emc_v2.3.1";' export 'W3EMC_SRC;' 'W3EMC_VER="v2.3.1";' export 'W3EMC_VER;' 'W3NCO_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_4.a";' export 'W3NCO_LIB4;' 'W3NCO_LIB8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_8.a";' export 'W3NCO_LIB8;' 'W3NCO_LIBd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_d.a";' export 'W3NCO_LIBd;' 'W3NCO_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/w3nco_v2.0.7";' export 'W3NCO_SRC;' 'W3NCO_VER="v2.0.7";' export 'W3NCO_VER;' 'Z_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/z_v1.2.11";' export 'Z_INC;' 'Z_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libz_v1.2.11.a";' export 'Z_LIB;' 'Z_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/thirdParty";' export 'Z_SRC;' 'Z_VER="v1.2.11";' export 'Z_VER;' '__LMOD_REF_COUNT__LMFILES_="/apps/modules/modulefiles/contrib:1;/contrib/modulefiles/sutils/default:1;/apps/modules/modulefiles/intel/18.0.5.274:1;/apps/modules/modulefamilies/intel/impi/2018.0.4:1;/apps/modules/modulefamilies/intel/netcdf/4.7.0:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/bacio/2.0.3:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/ip/3.0.2:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/nemsio/2.2.4:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/sp/2.0.3:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3emc/2.3.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3nco/2.0.7:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2/3.1.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2tmpl/1.6.0:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/crtm/2.2.6:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/jasper/1.900.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/png/1.2.44:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/z/1.2.11:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/post/8.0.1:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles/esmf/8.0.0:1;/contrib/modulefiles/cmake/3.9.0:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel/fv3:1";' export '__LMOD_REF_COUNT__LMFILES_;' '_LMFILES_="/apps/modules/modulefiles/contrib:/contrib/modulefiles/sutils/default:/apps/modules/modulefiles/intel/18.0.5.274:/apps/modules/modulefamilies/intel/impi/2018.0.4:/apps/modules/modulefamilies/intel/netcdf/4.7.0:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/bacio/2.0.3:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/ip/3.0.2:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/nemsio/2.2.4:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/sp/2.0.3:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3emc/2.3.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3nco/2.0.7:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2/3.1.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2tmpl/1.6.0:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/crtm/2.2.6:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/jasper/1.900.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/png/1.2.44:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/z/1.2.11:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/post/8.0.1:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles/esmf/8.0.0:/contrib/modulefiles/cmake/3.9.0:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel/fv3";' export '_LMFILES_;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJpbXBpIix9LG1UPXtiYWNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvYmFjaW8vMi4wLjMiLFsiZnVsbE5hbWUiXT0iYmFjaW8vMi4wLjMiLFsibG9hZE9yZGVyIl09Nixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJiYWNpby8yLjAuMyIsfSxjbWFrZT17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9jbWFrZS8zLjkuMCIsWyJmdWxs";' export '_ModuleTable001_;' '_ModuleTable002_="TmFtZSJdPSJjbWFrZS8zLjkuMCIsWyJsb2FkT3JkZXIiXT0yMCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjbWFrZS8zLjkuMCIsfSxjb250cmliPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvY29udHJpYiIsWyJmdWxsTmFtZSJdPSJjb250cmliIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY29udHJpYiIsfSxjcnRtPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9jcnRtLzIuMi42IixbImZ1bGxOYW1lIl09ImNydG0vMi4yLjYiLFsibG9hZE9yZGVy";' export '_ModuleTable002_;' '_ModuleTable003_="Il09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL2Z2My1jYW0vRHVzYW4uSm92aWMvdWZzL3ByMTgvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvaGVyYS5pbnRlbC9mdjMiLFsi";' export '_ModuleTable003_;' '_ModuleTable004_="ZnVsbE5hbWUiXT0iZnYzIixbImxvYWRPcmRlciJdPTIxLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTAsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImZ2MyIsfSxnMj17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzIvMy4xLjEiLFsiZnVsbE5hbWUiXT0iZzIvMy4xLjEiLFsibG9hZE9yZGVyIl09MTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZzIvMy4xLjEiLH0sZzJ0bXBsPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9nMnRtcGwvMS42LjAiLFsiZnVsbE5hbWUiXT0iZzJ0bXBsLzEuNi4w";' export '_ModuleTable004_;' '_ModuleTable005_="IixbImxvYWRPcmRlciJdPTEzLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcydG1wbC8xLjYuMCIsfSxpbXBpPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwvaW1waS8yMDE4LjAuNCIsWyJmdWxsTmFtZSJdPSJpbXBpLzIwMTguMC40IixbImxvYWRPcmRlciJdPTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW1waS8yMDE4LjAuNCIsfSxpbnRlbD17WyJmbiJdPSIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL2ludGVsLzE4LjAuNS4yNzQiLFsiZnVsbE5hbWUiXT0iaW50ZWwvMTguMC41LjI3NCIsWyJsb2FkT3JkZXIi";' export '_ModuleTable005_;' '_ModuleTable006_="XT0zLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImludGVsLzE4LjAuNS4yNzQiLH0saXA9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2lwLzMuMC4yIixbImZ1bGxOYW1lIl09ImlwLzMuMC4yIixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaXAvMy4wLjIiLH0samFzcGVyPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9qYXNwZXIvMS45MDAuMSIsWyJmdWxsTmFtZSJdPSJqYXNwZXIvMS45MDAuMSIsWyJsb2FkT3JkZXIi";' export '_ModuleTable006_;' '_ModuleTable007_="XT0xNSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJqYXNwZXIvMS45MDAuMSIsfSxuZW1zaW89e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL25lbXNpby8yLjIuNCIsWyJmdWxsTmFtZSJdPSJuZW1zaW8vMi4yLjQiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZW1zaW8vMi4yLjQiLH0sbmV0Y2RmPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwvbmV0Y2RmLzQuNy4wIixbImZ1bGxOYW1lIl09Im5ldGNkZi80LjcuMCIsWyJsb2FkT3JkZXIi";' export '_ModuleTable007_;' '_ModuleTable008_="XT01LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5ldGNkZi80LjcuMCIsfSxwbmc9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3BuZy8xLjIuNDQiLFsiZnVsbE5hbWUiXT0icG5nLzEuMi40NCIsWyJsb2FkT3JkZXIiXT0xNixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJwbmcvMS4yLjQ0Iix9LHBvc3Q9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3Bvc3QvOC4wLjEiLFsiZnVsbE5hbWUiXT0icG9zdC84LjAuMSIsWyJsb2FkT3JkZXIiXT0xOCxw";' export '_ModuleTable008_;' '_ModuleTable009_="cm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJwb3N0LzguMC4xIix9LHNwPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9zcC8yLjAuMyIsWyJmdWxsTmFtZSJdPSJzcC8yLjAuMyIsWyJsb2FkT3JkZXIiXT05LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InNwLzIuMC4zIix9LHN1dGlscz17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9zdXRpbHMvZGVmYXVsdCIsWyJmdWxsTmFtZSJdPSJzdXRpbHMvZGVmYXVsdCIsWyJsb2FkT3JkZXIiXT0yLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0";' export '_ModuleTable009_;' '_ModuleTable010_="dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InN1dGlscyIsfSx3M2VtYz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNlbWMvMi4zLjEiLFsiZnVsbE5hbWUiXT0idzNlbWMvMi4zLjEiLFsibG9hZE9yZGVyIl09MTAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNlbWMvMi4zLjEiLH0sdzNuY289e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czbmNvLzIuMC43IixbImZ1bGxOYW1lIl09InczbmNvLzIuMC43IixbImxvYWRPcmRlciJdPTExLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMi";' export '_ModuleTable010_;' '_ModuleTable011_="XT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHo9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3ovMS4yLjExIixbImZ1bGxOYW1lIl09InovMS4yLjExIixbImxvYWRPcmRlciJdPTE3LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InovMS4yLjExIix9LH0sbXBhdGhBPXsiL2NvbnRyaWIvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDIvTkNFUERFVi9mdjMtY2FtL0R1c2FuLkpvdmljL3Vmcy9wcjE4L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL2hlcmEuaW50ZWwiLCIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi9hcHBz";' export '_ModuleTable011_;' '_ModuleTable012_="L21vZHVsZXMvbW9kdWxlZmlsZXMvTGludXgiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L2NyYXlwZS9kZWZhdWx0L21vZHVsZWZpbGVzIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbCIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWxfaW1waSIsIi9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcyIsIi9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmU6L2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9M";' export '_ModuleTable012_;' '_ModuleTable013_="aW51eDovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzOi9vcHQvY3JheS9tb2R1bGVmaWxlczovb3B0L2NyYXkvY3JheXBlL2RlZmF1bHQvbW9kdWxlZmlsZXMiLH0=";' export '_ModuleTable013_;' '_ModuleTable_Sz_="13";' export '_ModuleTable_Sz_;' -++ BACIO_LIB4=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libbacio_v2.0.3_4.a -++ export BACIO_LIB4 -++ BACIO_LIB8=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libbacio_v2.0.3_8.a -++ export BACIO_LIB8 -++ BACIO_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/bacio_v2.0.3 -++ export BACIO_SRC -++ BACIO_VER=v2.0.3 -++ export BACIO_VER -++ __LMOD_REF_COUNT_CLASSPATH='/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/mpi.jar:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/daal.jar:1' -++ export __LMOD_REF_COUNT_CLASSPATH -++ CLASSPATH=/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/mpi.jar:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/daal.jar -++ export CLASSPATH -++ CMAKE_CXX_COMPILER=mpiicpc -++ export CMAKE_CXX_COMPILER -++ CMAKE_C_COMPILER=mpiicc -++ export CMAKE_C_COMPILER -++ CMAKE_Fortran_COMPILER=mpiifort -++ export CMAKE_Fortran_COMPILER -++ CMAKE_Platform=hera.intel -++ export CMAKE_Platform -++ COMP=intel -++ export COMP -++ __LMOD_REF_COUNT_CPATH='/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/include:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/include:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/pstl/include:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/include:2;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/include:1' -++ export __LMOD_REF_COUNT_CPATH -++ CPATH=/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/include:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/include:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/pstl/include:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/include:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/include -++ export CPATH -++ CRTM_FIX=/scratch2/NCEPDEV/nwprod/NCEPLIBS/fix/crtm_v2.2.6 -++ export CRTM_FIX -++ CRTM_INC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/crtm_v2.2.6 -++ export CRTM_INC -++ CRTM_LIB=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libcrtm_v2.2.6.a -++ export CRTM_LIB -++ CRTM_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/crtm_v2.2.6 -++ export CRTM_SRC -++ CRTM_VER=v2.2.6 -++ export CRTM_VER -++ ESMFMKFILE=/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/lib/esmf.mk -++ export ESMFMKFILE -++ G2TMPL_INC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/g2tmpl_v1.6.0 -++ export G2TMPL_INC -++ G2TMPL_LIB=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2tmpl_v1.6.0.a -++ export G2TMPL_LIB -++ G2TMPL_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/g2tmpl_v1.6.0/src -++ export G2TMPL_SRC -++ G2TMPL_VER=v1.6.0 -++ export G2TMPL_VER -++ G2_INC4=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/g2_v3.1.1_4 -++ export G2_INC4 -++ G2_INCd=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/g2_v3.1.1_d -++ export G2_INCd -++ G2_LIB4=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2_v3.1.1_4.a -++ export G2_LIB4 -++ G2_LIBd=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2_v3.1.1_d.a -++ export G2_LIBd -++ G2_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/g2_v3.1.1 -++ export G2_SRC -++ G2_VER=v3.1.1 -++ export G2_VER -++ GDBSERVER_MIC=/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/targets/intel64/x200/bin/gdbserver -++ export GDBSERVER_MIC -++ GDB_CROSS=/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/intel64/bin/gdb-ia -++ export GDB_CROSS -++ __LMOD_REF_COUNT_INFOPATH='/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/info:1;/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/info:1' -++ export __LMOD_REF_COUNT_INFOPATH -++ INFOPATH=/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/info:/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/info -++ export INFOPATH -++ __LMOD_REF_COUNT_INTEL_LICENSE_FILE='/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/licenses:1;/apps/intel/licenses:1' -++ export __LMOD_REF_COUNT_INTEL_LICENSE_FILE -++ INTEL_LICENSE_FILE=/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/licenses:/apps/intel/licenses -++ export INTEL_LICENSE_FILE -++ INTEL_PYTHONHOME=/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/python/intel64/ -++ export INTEL_PYTHONHOME -++ IPATH_NO_BACKTRACE=1 -++ export IPATH_NO_BACKTRACE -++ IP_INC4=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ip_v3.0.2_4 -++ export IP_INC4 -++ IP_INC8=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ip_v3.0.2_8 -++ export IP_INC8 -++ IP_INCd=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ip_v3.0.2_d -++ export IP_INCd -++ IP_LIB4=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libip_v3.0.2_4.a -++ export IP_LIB4 -++ IP_LIB8=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libip_v3.0.2_8.a -++ export IP_LIB8 -++ IP_LIBd=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libip_v3.0.2_d.a -++ export IP_LIBd -++ IP_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/ip_v3.0.2 -++ export IP_SRC -++ IP_VER=v3.0.2 -++ export IP_VER -++ I_MPI_CC=icc -++ export I_MPI_CC -++ I_MPI_F90=ifort -++ export I_MPI_F90 -++ I_MPI_HYDRA_BRANCH_COUNT=128 -++ export I_MPI_HYDRA_BRANCH_COUNT -++ I_MPI_HYDRA_PMI_CONNECT=alltoall -++ export I_MPI_HYDRA_PMI_CONNECT -++ I_MPI_ROOT=/apps/intel/compilers_and_libraries_2018/linux/mpi -++ export I_MPI_ROOT -++ I_MPI_TMI_PROVIDER=psm -++ export I_MPI_TMI_PROVIDER -++ JASPER_INC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/include/jasper_v1.900.1 -++ export JASPER_INC -++ JASPER_LIB=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/lib/libjasper_v1.900.1.a -++ export JASPER_LIB -++ JASPER_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/thirdParty -++ export JASPER_SRC -++ JASPER_VER=v1.900.1 -++ export JASPER_VER -++ __LMOD_REF_COUNT_LD_LIBRARY_PATH='/apps/netcdf/4.7.0/intel/18.0.5.274/lib:1;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib:1;/apps/slurm/default/lib:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/lib/intel64:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:2;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:2;/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/libipt/intel64/lib:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4:1' -++ export __LMOD_REF_COUNT_LD_LIBRARY_PATH -++ LD_LIBRARY_PATH=/apps/netcdf/4.7.0/intel/18.0.5.274/lib:/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib::/apps/slurm/default/lib:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/lib/intel64:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/libipt/intel64/lib:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4 -++ export LD_LIBRARY_PATH -++ __LMOD_REF_COUNT_LIBRARY_PATH='/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:2;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4:1' -++ export __LMOD_REF_COUNT_LIBRARY_PATH -++ LIBRARY_PATH=/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4 -++ export LIBRARY_PATH -++ LIB_NAME=POST -++ export LIB_NAME -++ LMOD_FAMILY_COMPILER=intel -++ export LMOD_FAMILY_COMPILER -++ LMOD_FAMILY_COMPILER_VERSION=18.0.5.274 -++ export LMOD_FAMILY_COMPILER_VERSION -++ LMOD_FAMILY_MPI=impi -++ export LMOD_FAMILY_MPI -++ LMOD_FAMILY_MPI_VERSION=2018.0.4 -++ export LMOD_FAMILY_MPI_VERSION -++ __LMOD_REF_COUNT_LOADEDMODULES='contrib:1;sutils/default:1;intel/18.0.5.274:1;impi/2018.0.4:1;netcdf/4.7.0:1;bacio/2.0.3:1;ip/3.0.2:1;nemsio/2.2.4:1;sp/2.0.3:1;w3emc/2.3.1:1;w3nco/2.0.7:1;g2/3.1.1:1;g2tmpl/1.6.0:1;crtm/2.2.6:1;jasper/1.900.1:1;png/1.2.44:1;z/1.2.11:1;post/8.0.1:1;esmf/8.0.0:1;cmake/3.9.0:1;fv3:1' -++ export __LMOD_REF_COUNT_LOADEDMODULES -++ LOADEDMODULES=contrib:sutils/default:intel/18.0.5.274:impi/2018.0.4:netcdf/4.7.0:bacio/2.0.3:ip/3.0.2:nemsio/2.2.4:sp/2.0.3:w3emc/2.3.1:w3nco/2.0.7:g2/3.1.1:g2tmpl/1.6.0:crtm/2.2.6:jasper/1.900.1:png/1.2.44:z/1.2.11:post/8.0.1:esmf/8.0.0:cmake/3.9.0:fv3 -++ export LOADEDMODULES -++ __LMOD_REF_COUNT_MANPATH='/apps/netcdf/4.7.0/intel/18.0.5.274/share/man:1;/apps/intel/compilers_and_libraries_2018/linux/mpi/man:1;/apps/intel/parallel_studio_xe_2018.4.057/man/common:1;/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/man:1;/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/man:1;/apps/lmod/lmod/share/man:1;/apps/local/man:1;/apps/slurm/default/share/man:1;/apps/slurm/tools/sbank/share/man:1' -++ export __LMOD_REF_COUNT_MANPATH -++ MANPATH=/apps/netcdf/4.7.0/intel/18.0.5.274/share/man:/apps/intel/compilers_and_libraries_2018/linux/mpi/man:/apps/intel/parallel_studio_xe_2018.4.057/man/common:/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/man:/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/man:/apps/lmod/lmod/share/man::/apps/local/man:/apps/slurm/default/share/man:/apps/slurm/tools/sbank/share/man -++ export MANPATH -++ __LMOD_REF_COUNT_MODULEPATH='/contrib/modulefiles:3;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:2;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1;/apps/modules/modulefamilies/intel:1;/apps/modules/modulefamilies/intel_impi:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles:1' -++ export __LMOD_REF_COUNT_MODULEPATH -++ MODULEPATH=/contrib/modulefiles:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles:/apps/modules/modulefamilies/intel:/apps/modules/modulefamilies/intel_impi:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles -++ export MODULEPATH -++ MPM_LAUNCHER=/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/mpm/mic/bin/start_mpm.sh -++ export MPM_LAUNCHER -++ NCEPLIBS=/scratch2/NCEPDEV/nwprod/NCEPLIBS -++ export NCEPLIBS -++ NEMSIO_INC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/nemsio_v2.2.4 -++ export NEMSIO_INC -++ NEMSIO_LIB=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libnemsio_v2.2.4.a -++ export NEMSIO_LIB -++ NEMSIO_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/nemsio_v2.2.4 -++ export NEMSIO_SRC -++ NEMSIO_VER=v2.2.4 -++ export NEMSIO_VER -++ NETCDF=/apps/netcdf/4.7.0/intel/18.0.5.274 -++ export NETCDF -++ __LMOD_REF_COUNT_NLSPATH='/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64/locale/%l_%t/%N:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin/locale/%l_%t/%N:1;/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/intel64/share/locale/%l_%t/%N:1' -++ export __LMOD_REF_COUNT_NLSPATH -++ NLSPATH=/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64/locale/%l_%t/%N:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin/locale/%l_%t/%N:/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/intel64/share/locale/%l_%t/%N -++ export NLSPATH -++ __LMOD_REF_COUNT_PATH='/contrib/cmake/3.9.0/bin:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/bin:1;/apps/netcdf/4.7.0/intel/18.0.5.274/bin:1;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/bin/intel64:1;/contrib/sutils/bin:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:1;/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/opt/ibutils/bin:1;/apps/local/bin:1;/apps/local/sbin:1;/apps/slurm/default/tools:1;/apps/slurm/default/bin:1;/apps/slurm/default/sbin:1;/apps/slurm/tools/sbank/bin:1;/home/Dusan.Jovic/bin:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/dbrowse:1' -++ export __LMOD_REF_COUNT_PATH -++ PATH=/contrib/cmake/3.9.0/bin:/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/bin:/apps/netcdf/4.7.0/intel/18.0.5.274/bin:/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/bin/intel64:/contrib/sutils/bin:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/opt/ibutils/bin:/apps/local/bin:/apps/local/sbin:/apps/slurm/default/tools:/apps/slurm/default/bin:/apps/slurm/default/sbin:/apps/slurm/tools/sbank/bin:/home/Dusan.Jovic/bin:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/dbrowse -++ export PATH -++ __LMOD_REF_COUNT_PKG_CONFIG_PATH=/apps/intel/compilers_and_libraries_2018/linux/mkl/bin/pkgconfig:1 -++ export __LMOD_REF_COUNT_PKG_CONFIG_PATH -++ PKG_CONFIG_PATH=/apps/intel/compilers_and_libraries_2018/linux/mkl/bin/pkgconfig -++ export PKG_CONFIG_PATH -++ PNG_INC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/png_v1.2.44 -++ export PNG_INC -++ PNG_LIB=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libpng_v1.2.44.a -++ export PNG_LIB -++ PNG_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/thirdParty -++ export PNG_SRC -++ PNG_VER=v1.2.44 -++ export PNG_VER -++ POST_INC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ncep_post_v8.0.1_4 -++ export POST_INC -++ POST_LIB=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libncep_post_v8.0.1_4.a -++ export POST_LIB -++ POST_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/post_v8.0.1 -++ export POST_SRC -++ POST_VER=v8.0.1 -++ export POST_VER -++ SLURM_UTILS_PATH=/contrib/sutils/bin -++ export SLURM_UTILS_PATH -++ SP_LIB4=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_4.a -++ export SP_LIB4 -++ SP_LIB8=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_8.a -++ export SP_LIB8 -++ SP_LIBd=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_d.a -++ export SP_LIBd -++ SP_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/sp_v2.0.3 -++ export SP_SRC -++ SP_VER=v2.0.3 -++ export SP_VER -++ W3EMC_INC4=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/w3emc_v2.3.1_4 -++ export W3EMC_INC4 -++ W3EMC_INC8=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/w3emc_v2.3.1_8 -++ export W3EMC_INC8 -++ W3EMC_INCd=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/w3emc_v2.3.1_d -++ export W3EMC_INCd -++ W3EMC_LIB4=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_4.a -++ export W3EMC_LIB4 -++ W3EMC_LIB8=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_8.a -++ export W3EMC_LIB8 -++ W3EMC_LIBd=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_d.a -++ export W3EMC_LIBd -++ W3EMC_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/w3emc_v2.3.1 -++ export W3EMC_SRC -++ W3EMC_VER=v2.3.1 -++ export W3EMC_VER -++ W3NCO_LIB4=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_4.a -++ export W3NCO_LIB4 -++ W3NCO_LIB8=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_8.a -++ export W3NCO_LIB8 -++ W3NCO_LIBd=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_d.a -++ export W3NCO_LIBd -++ W3NCO_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/w3nco_v2.0.7 -++ export W3NCO_SRC -++ W3NCO_VER=v2.0.7 -++ export W3NCO_VER -++ Z_INC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/z_v1.2.11 -++ export Z_INC -++ Z_LIB=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libz_v1.2.11.a -++ export Z_LIB -++ Z_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/thirdParty -++ export Z_SRC -++ Z_VER=v1.2.11 -++ export Z_VER -++ __LMOD_REF_COUNT__LMFILES_='/apps/modules/modulefiles/contrib:1;/contrib/modulefiles/sutils/default:1;/apps/modules/modulefiles/intel/18.0.5.274:1;/apps/modules/modulefamilies/intel/impi/2018.0.4:1;/apps/modules/modulefamilies/intel/netcdf/4.7.0:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/bacio/2.0.3:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/ip/3.0.2:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/nemsio/2.2.4:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/sp/2.0.3:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3emc/2.3.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3nco/2.0.7:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2/3.1.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2tmpl/1.6.0:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/crtm/2.2.6:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/jasper/1.900.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/png/1.2.44:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/z/1.2.11:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/post/8.0.1:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles/esmf/8.0.0:1;/contrib/modulefiles/cmake/3.9.0:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel/fv3:1' -++ export __LMOD_REF_COUNT__LMFILES_ -++ _LMFILES_=/apps/modules/modulefiles/contrib:/contrib/modulefiles/sutils/default:/apps/modules/modulefiles/intel/18.0.5.274:/apps/modules/modulefamilies/intel/impi/2018.0.4:/apps/modules/modulefamilies/intel/netcdf/4.7.0:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/bacio/2.0.3:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/ip/3.0.2:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/nemsio/2.2.4:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/sp/2.0.3:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3emc/2.3.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3nco/2.0.7:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2/3.1.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2tmpl/1.6.0:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/crtm/2.2.6:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/jasper/1.900.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/png/1.2.44:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/z/1.2.11:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/post/8.0.1:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles/esmf/8.0.0:/contrib/modulefiles/cmake/3.9.0:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel/fv3 -++ export _LMFILES_ -++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJpbXBpIix9LG1UPXtiYWNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvYmFjaW8vMi4wLjMiLFsiZnVsbE5hbWUiXT0iYmFjaW8vMi4wLjMiLFsibG9hZE9yZGVyIl09Nixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJiYWNpby8yLjAuMyIsfSxjbWFrZT17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9jbWFrZS8zLjkuMCIsWyJmdWxs -++ export _ModuleTable001_ -++ _ModuleTable002_=TmFtZSJdPSJjbWFrZS8zLjkuMCIsWyJsb2FkT3JkZXIiXT0yMCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjbWFrZS8zLjkuMCIsfSxjb250cmliPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvY29udHJpYiIsWyJmdWxsTmFtZSJdPSJjb250cmliIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY29udHJpYiIsfSxjcnRtPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9jcnRtLzIuMi42IixbImZ1bGxOYW1lIl09ImNydG0vMi4yLjYiLFsibG9hZE9yZGVy -++ export _ModuleTable002_ -++ _ModuleTable003_=Il09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL2Z2My1jYW0vRHVzYW4uSm92aWMvdWZzL3ByMTgvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvaGVyYS5pbnRlbC9mdjMiLFsi -++ export _ModuleTable003_ -++ _ModuleTable004_=ZnVsbE5hbWUiXT0iZnYzIixbImxvYWRPcmRlciJdPTIxLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTAsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImZ2MyIsfSxnMj17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzIvMy4xLjEiLFsiZnVsbE5hbWUiXT0iZzIvMy4xLjEiLFsibG9hZE9yZGVyIl09MTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZzIvMy4xLjEiLH0sZzJ0bXBsPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9nMnRtcGwvMS42LjAiLFsiZnVsbE5hbWUiXT0iZzJ0bXBsLzEuNi4w -++ export _ModuleTable004_ -++ _ModuleTable005_=IixbImxvYWRPcmRlciJdPTEzLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcydG1wbC8xLjYuMCIsfSxpbXBpPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwvaW1waS8yMDE4LjAuNCIsWyJmdWxsTmFtZSJdPSJpbXBpLzIwMTguMC40IixbImxvYWRPcmRlciJdPTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW1waS8yMDE4LjAuNCIsfSxpbnRlbD17WyJmbiJdPSIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL2ludGVsLzE4LjAuNS4yNzQiLFsiZnVsbE5hbWUiXT0iaW50ZWwvMTguMC41LjI3NCIsWyJsb2FkT3JkZXIi -++ export _ModuleTable005_ -++ _ModuleTable006_=XT0zLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImludGVsLzE4LjAuNS4yNzQiLH0saXA9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2lwLzMuMC4yIixbImZ1bGxOYW1lIl09ImlwLzMuMC4yIixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaXAvMy4wLjIiLH0samFzcGVyPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9qYXNwZXIvMS45MDAuMSIsWyJmdWxsTmFtZSJdPSJqYXNwZXIvMS45MDAuMSIsWyJsb2FkT3JkZXIi -++ export _ModuleTable006_ -++ _ModuleTable007_=XT0xNSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJqYXNwZXIvMS45MDAuMSIsfSxuZW1zaW89e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL25lbXNpby8yLjIuNCIsWyJmdWxsTmFtZSJdPSJuZW1zaW8vMi4yLjQiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZW1zaW8vMi4yLjQiLH0sbmV0Y2RmPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwvbmV0Y2RmLzQuNy4wIixbImZ1bGxOYW1lIl09Im5ldGNkZi80LjcuMCIsWyJsb2FkT3JkZXIi -++ export _ModuleTable007_ -++ _ModuleTable008_=XT01LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5ldGNkZi80LjcuMCIsfSxwbmc9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3BuZy8xLjIuNDQiLFsiZnVsbE5hbWUiXT0icG5nLzEuMi40NCIsWyJsb2FkT3JkZXIiXT0xNixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJwbmcvMS4yLjQ0Iix9LHBvc3Q9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3Bvc3QvOC4wLjEiLFsiZnVsbE5hbWUiXT0icG9zdC84LjAuMSIsWyJsb2FkT3JkZXIiXT0xOCxw -++ export _ModuleTable008_ -++ _ModuleTable009_=cm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJwb3N0LzguMC4xIix9LHNwPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9zcC8yLjAuMyIsWyJmdWxsTmFtZSJdPSJzcC8yLjAuMyIsWyJsb2FkT3JkZXIiXT05LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InNwLzIuMC4zIix9LHN1dGlscz17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9zdXRpbHMvZGVmYXVsdCIsWyJmdWxsTmFtZSJdPSJzdXRpbHMvZGVmYXVsdCIsWyJsb2FkT3JkZXIiXT0yLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0 -++ export _ModuleTable009_ -++ _ModuleTable010_=dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InN1dGlscyIsfSx3M2VtYz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNlbWMvMi4zLjEiLFsiZnVsbE5hbWUiXT0idzNlbWMvMi4zLjEiLFsibG9hZE9yZGVyIl09MTAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNlbWMvMi4zLjEiLH0sdzNuY289e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czbmNvLzIuMC43IixbImZ1bGxOYW1lIl09InczbmNvLzIuMC43IixbImxvYWRPcmRlciJdPTExLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMi -++ export _ModuleTable010_ -++ _ModuleTable011_=XT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHo9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3ovMS4yLjExIixbImZ1bGxOYW1lIl09InovMS4yLjExIixbImxvYWRPcmRlciJdPTE3LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InovMS4yLjExIix9LH0sbXBhdGhBPXsiL2NvbnRyaWIvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDIvTkNFUERFVi9mdjMtY2FtL0R1c2FuLkpvdmljL3Vmcy9wcjE4L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL2hlcmEuaW50ZWwiLCIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi9hcHBz -++ export _ModuleTable011_ -++ _ModuleTable012_=L21vZHVsZXMvbW9kdWxlZmlsZXMvTGludXgiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L2NyYXlwZS9kZWZhdWx0L21vZHVsZWZpbGVzIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbCIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWxfaW1waSIsIi9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcyIsIi9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmU6L2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9M -++ export _ModuleTable012_ -++ _ModuleTable013_=aW51eDovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzOi9vcHQvY3JheS9tb2R1bGVmaWxlczovb3B0L2NyYXkvY3JheXBlL2RlZmF1bHQvbW9kdWxlZmlsZXMiLH0= -++ export _ModuleTable013_ -++ _ModuleTable_Sz_=13 -++ export _ModuleTable_Sz_ -++ : -s sh -+ eval -+ module list -++ /apps/lmod/7.7.18/libexec/lmod bash list -+ eval echo ''\'''\'';' echo ''\''Currently'\''' ''\''Loaded'\''' ''\''Modules:'\'';' echo ''\'''\''' ''\'''\''' ''\''1)'\''' ''\''contrib'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''7)'\''' ''\''ip/3.0.2'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''13)'\''' ''\''g2tmpl/1.6.0'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''19)'\''' ''\''esmf/8.0.0'\'';' echo ''\'''\''' ''\'''\''' ''\''2)'\''' ''\''sutils/default'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''8)'\''' ''\''nemsio/2.2.4'\''' ''\'''\''' ''\''14)'\''' ''\''crtm/2.2.6'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''20)'\''' ''\''cmake/3.9.0'\'';' echo ''\'''\''' ''\'''\''' ''\''3)'\''' ''\''intel/18.0.5.274'\''' ''\'''\''' ''\'''\''' ''\''9)'\''' ''\''sp/2.0.3'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''15)'\''' ''\''jasper/1.900.1'\''' ''\'''\''' ''\''21)'\''' ''\''fv3'\'';' echo ''\'''\''' ''\'''\''' ''\''4)'\''' ''\''impi/2018.0.4'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''10)'\''' ''\''w3emc/2.3.1'\''' ''\'''\''' ''\'''\''' ''\''16)'\''' ''\''png/1.2.44'\'';' echo ''\'''\''' ''\'''\''' ''\''5)'\''' ''\''netcdf/4.7.0'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''11)'\''' ''\''w3nco/2.0.7'\''' ''\'''\''' ''\'''\''' ''\''17)'\''' ''\''z/1.2.11'\'';' echo ''\'''\''' ''\'''\''' ''\''6)'\''' ''\''bacio/2.0.3'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''12)'\''' ''\''g2/3.1.1'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''18)'\''' ''\''post/8.0.1'\'';' echo ''\'''\'';' echo ''\'''\''' ''\'''\'';' echo ''\'''\'';' 'MODULEPATH="/contrib/modulefiles:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles:/apps/modules/modulefamilies/intel:/apps/modules/modulefamilies/intel_impi:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles";' export 'MODULEPATH;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJpbXBpIix9LG1UPXtiYWNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvYmFjaW8vMi4wLjMiLFsiZnVsbE5hbWUiXT0iYmFjaW8vMi4wLjMiLFsibG9hZE9yZGVyIl09Nixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJiYWNpby8yLjAuMyIsfSxjbWFrZT17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9jbWFrZS8zLjkuMCIsWyJmdWxs";' export '_ModuleTable001_;' '_ModuleTable002_="TmFtZSJdPSJjbWFrZS8zLjkuMCIsWyJsb2FkT3JkZXIiXT0yMCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjbWFrZS8zLjkuMCIsfSxjb250cmliPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvY29udHJpYiIsWyJmdWxsTmFtZSJdPSJjb250cmliIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY29udHJpYiIsfSxjcnRtPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9jcnRtLzIuMi42IixbImZ1bGxOYW1lIl09ImNydG0vMi4yLjYiLFsibG9hZE9yZGVy";' export '_ModuleTable002_;' '_ModuleTable003_="Il09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL2Z2My1jYW0vRHVzYW4uSm92aWMvdWZzL3ByMTgvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvaGVyYS5pbnRlbC9mdjMiLFsi";' export '_ModuleTable003_;' '_ModuleTable004_="ZnVsbE5hbWUiXT0iZnYzIixbImxvYWRPcmRlciJdPTIxLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTAsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImZ2MyIsfSxnMj17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzIvMy4xLjEiLFsiZnVsbE5hbWUiXT0iZzIvMy4xLjEiLFsibG9hZE9yZGVyIl09MTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZzIvMy4xLjEiLH0sZzJ0bXBsPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9nMnRtcGwvMS42LjAiLFsiZnVsbE5hbWUiXT0iZzJ0bXBsLzEuNi4w";' export '_ModuleTable004_;' '_ModuleTable005_="IixbImxvYWRPcmRlciJdPTEzLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcydG1wbC8xLjYuMCIsfSxpbXBpPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwvaW1waS8yMDE4LjAuNCIsWyJmdWxsTmFtZSJdPSJpbXBpLzIwMTguMC40IixbImxvYWRPcmRlciJdPTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW1waS8yMDE4LjAuNCIsfSxpbnRlbD17WyJmbiJdPSIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL2ludGVsLzE4LjAuNS4yNzQiLFsiZnVsbE5hbWUiXT0iaW50ZWwvMTguMC41LjI3NCIsWyJsb2FkT3JkZXIi";' export '_ModuleTable005_;' '_ModuleTable006_="XT0zLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImludGVsLzE4LjAuNS4yNzQiLH0saXA9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2lwLzMuMC4yIixbImZ1bGxOYW1lIl09ImlwLzMuMC4yIixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaXAvMy4wLjIiLH0samFzcGVyPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9qYXNwZXIvMS45MDAuMSIsWyJmdWxsTmFtZSJdPSJqYXNwZXIvMS45MDAuMSIsWyJsb2FkT3JkZXIi";' export '_ModuleTable006_;' '_ModuleTable007_="XT0xNSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJqYXNwZXIvMS45MDAuMSIsfSxuZW1zaW89e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL25lbXNpby8yLjIuNCIsWyJmdWxsTmFtZSJdPSJuZW1zaW8vMi4yLjQiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZW1zaW8vMi4yLjQiLH0sbmV0Y2RmPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwvbmV0Y2RmLzQuNy4wIixbImZ1bGxOYW1lIl09Im5ldGNkZi80LjcuMCIsWyJsb2FkT3JkZXIi";' export '_ModuleTable007_;' '_ModuleTable008_="XT01LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5ldGNkZi80LjcuMCIsfSxwbmc9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3BuZy8xLjIuNDQiLFsiZnVsbE5hbWUiXT0icG5nLzEuMi40NCIsWyJsb2FkT3JkZXIiXT0xNixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJwbmcvMS4yLjQ0Iix9LHBvc3Q9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3Bvc3QvOC4wLjEiLFsiZnVsbE5hbWUiXT0icG9zdC84LjAuMSIsWyJsb2FkT3JkZXIiXT0xOCxw";' export '_ModuleTable008_;' '_ModuleTable009_="cm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJwb3N0LzguMC4xIix9LHNwPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9zcC8yLjAuMyIsWyJmdWxsTmFtZSJdPSJzcC8yLjAuMyIsWyJsb2FkT3JkZXIiXT05LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InNwLzIuMC4zIix9LHN1dGlscz17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9zdXRpbHMvZGVmYXVsdCIsWyJmdWxsTmFtZSJdPSJzdXRpbHMvZGVmYXVsdCIsWyJsb2FkT3JkZXIiXT0yLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0";' export '_ModuleTable009_;' '_ModuleTable010_="dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InN1dGlscyIsfSx3M2VtYz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNlbWMvMi4zLjEiLFsiZnVsbE5hbWUiXT0idzNlbWMvMi4zLjEiLFsibG9hZE9yZGVyIl09MTAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNlbWMvMi4zLjEiLH0sdzNuY289e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czbmNvLzIuMC43IixbImZ1bGxOYW1lIl09InczbmNvLzIuMC43IixbImxvYWRPcmRlciJdPTExLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMi";' export '_ModuleTable010_;' '_ModuleTable011_="XT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHo9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3ovMS4yLjExIixbImZ1bGxOYW1lIl09InovMS4yLjExIixbImxvYWRPcmRlciJdPTE3LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InovMS4yLjExIix9LH0sbXBhdGhBPXsiL2NvbnRyaWIvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDIvTkNFUERFVi9mdjMtY2FtL0R1c2FuLkpvdmljL3Vmcy9wcjE4L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL2hlcmEuaW50ZWwiLCIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi9hcHBz";' export '_ModuleTable011_;' '_ModuleTable012_="L21vZHVsZXMvbW9kdWxlZmlsZXMvTGludXgiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L2NyYXlwZS9kZWZhdWx0L21vZHVsZWZpbGVzIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbCIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWxfaW1waSIsIi9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcyIsIi9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmU6L2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9M";' export '_ModuleTable012_;' '_ModuleTable013_="aW51eDovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzOi9vcHQvY3JheS9tb2R1bGVmaWxlczovb3B0L2NyYXkvY3JheXBlL2RlZmF1bHQvbW9kdWxlZmlsZXMiLH0=";' export '_ModuleTable013_;' '_ModuleTable_Sz_="13";' export '_ModuleTable_Sz_;' -++ echo '' - -++ echo Currently Loaded Modules: -Currently Loaded Modules: -++ echo '' '' '1)' contrib '' '' '' '' '' '' '' '' '' '' '' '7)' ip/3.0.2 '' '' '' '' '' '13)' g2tmpl/1.6.0 '' '' '' '19)' esmf/8.0.0 - 1) contrib 7) ip/3.0.2 13) g2tmpl/1.6.0 19) esmf/8.0.0 -++ echo '' '' '2)' sutils/default '' '' '' '' '8)' nemsio/2.2.4 '' '14)' crtm/2.2.6 '' '' '' '' '' '20)' cmake/3.9.0 - 2) sutils/default 8) nemsio/2.2.4 14) crtm/2.2.6 20) cmake/3.9.0 -++ echo '' '' '3)' intel/18.0.5.274 '' '' '9)' sp/2.0.3 '' '' '' '' '' '15)' jasper/1.900.1 '' '21)' fv3 - 3) intel/18.0.5.274 9) sp/2.0.3 15) jasper/1.900.1 21) fv3 -++ echo '' '' '4)' impi/2018.0.4 '' '' '' '' '10)' w3emc/2.3.1 '' '' '16)' png/1.2.44 - 4) impi/2018.0.4 10) w3emc/2.3.1 16) png/1.2.44 -++ echo '' '' '5)' netcdf/4.7.0 '' '' '' '' '' '11)' w3nco/2.0.7 '' '' '17)' z/1.2.11 - 5) netcdf/4.7.0 11) w3nco/2.0.7 17) z/1.2.11 -++ echo '' '' '6)' bacio/2.0.3 '' '' '' '' '' '' '12)' g2/3.1.1 '' '' '' '' '' '18)' post/8.0.1 - 6) bacio/2.0.3 12) g2/3.1.1 18) post/8.0.1 -++ echo '' - -++ echo '' '' - -++ echo '' - -++ MODULEPATH=/contrib/modulefiles:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles:/apps/modules/modulefamilies/intel:/apps/modules/modulefamilies/intel_impi:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles -++ export MODULEPATH -++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJpbXBpIix9LG1UPXtiYWNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvYmFjaW8vMi4wLjMiLFsiZnVsbE5hbWUiXT0iYmFjaW8vMi4wLjMiLFsibG9hZE9yZGVyIl09Nixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJiYWNpby8yLjAuMyIsfSxjbWFrZT17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9jbWFrZS8zLjkuMCIsWyJmdWxs -++ export _ModuleTable001_ -++ _ModuleTable002_=TmFtZSJdPSJjbWFrZS8zLjkuMCIsWyJsb2FkT3JkZXIiXT0yMCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjbWFrZS8zLjkuMCIsfSxjb250cmliPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvY29udHJpYiIsWyJmdWxsTmFtZSJdPSJjb250cmliIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY29udHJpYiIsfSxjcnRtPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9jcnRtLzIuMi42IixbImZ1bGxOYW1lIl09ImNydG0vMi4yLjYiLFsibG9hZE9yZGVy -++ export _ModuleTable002_ -++ _ModuleTable003_=Il09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL2Z2My1jYW0vRHVzYW4uSm92aWMvdWZzL3ByMTgvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvaGVyYS5pbnRlbC9mdjMiLFsi -++ export _ModuleTable003_ -++ _ModuleTable004_=ZnVsbE5hbWUiXT0iZnYzIixbImxvYWRPcmRlciJdPTIxLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTAsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImZ2MyIsfSxnMj17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzIvMy4xLjEiLFsiZnVsbE5hbWUiXT0iZzIvMy4xLjEiLFsibG9hZE9yZGVyIl09MTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZzIvMy4xLjEiLH0sZzJ0bXBsPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9nMnRtcGwvMS42LjAiLFsiZnVsbE5hbWUiXT0iZzJ0bXBsLzEuNi4w -++ export _ModuleTable004_ -++ _ModuleTable005_=IixbImxvYWRPcmRlciJdPTEzLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcydG1wbC8xLjYuMCIsfSxpbXBpPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwvaW1waS8yMDE4LjAuNCIsWyJmdWxsTmFtZSJdPSJpbXBpLzIwMTguMC40IixbImxvYWRPcmRlciJdPTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW1waS8yMDE4LjAuNCIsfSxpbnRlbD17WyJmbiJdPSIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL2ludGVsLzE4LjAuNS4yNzQiLFsiZnVsbE5hbWUiXT0iaW50ZWwvMTguMC41LjI3NCIsWyJsb2FkT3JkZXIi -++ export _ModuleTable005_ -++ _ModuleTable006_=XT0zLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImludGVsLzE4LjAuNS4yNzQiLH0saXA9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2lwLzMuMC4yIixbImZ1bGxOYW1lIl09ImlwLzMuMC4yIixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaXAvMy4wLjIiLH0samFzcGVyPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9qYXNwZXIvMS45MDAuMSIsWyJmdWxsTmFtZSJdPSJqYXNwZXIvMS45MDAuMSIsWyJsb2FkT3JkZXIi -++ export _ModuleTable006_ -++ _ModuleTable007_=XT0xNSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJqYXNwZXIvMS45MDAuMSIsfSxuZW1zaW89e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL25lbXNpby8yLjIuNCIsWyJmdWxsTmFtZSJdPSJuZW1zaW8vMi4yLjQiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZW1zaW8vMi4yLjQiLH0sbmV0Y2RmPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwvbmV0Y2RmLzQuNy4wIixbImZ1bGxOYW1lIl09Im5ldGNkZi80LjcuMCIsWyJsb2FkT3JkZXIi -++ export _ModuleTable007_ -++ _ModuleTable008_=XT01LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5ldGNkZi80LjcuMCIsfSxwbmc9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3BuZy8xLjIuNDQiLFsiZnVsbE5hbWUiXT0icG5nLzEuMi40NCIsWyJsb2FkT3JkZXIiXT0xNixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJwbmcvMS4yLjQ0Iix9LHBvc3Q9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3Bvc3QvOC4wLjEiLFsiZnVsbE5hbWUiXT0icG9zdC84LjAuMSIsWyJsb2FkT3JkZXIiXT0xOCxw -++ export _ModuleTable008_ -++ _ModuleTable009_=cm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJwb3N0LzguMC4xIix9LHNwPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9zcC8yLjAuMyIsWyJmdWxsTmFtZSJdPSJzcC8yLjAuMyIsWyJsb2FkT3JkZXIiXT05LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InNwLzIuMC4zIix9LHN1dGlscz17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9zdXRpbHMvZGVmYXVsdCIsWyJmdWxsTmFtZSJdPSJzdXRpbHMvZGVmYXVsdCIsWyJsb2FkT3JkZXIiXT0yLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0 -++ export _ModuleTable009_ -++ _ModuleTable010_=dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InN1dGlscyIsfSx3M2VtYz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNlbWMvMi4zLjEiLFsiZnVsbE5hbWUiXT0idzNlbWMvMi4zLjEiLFsibG9hZE9yZGVyIl09MTAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNlbWMvMi4zLjEiLH0sdzNuY289e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czbmNvLzIuMC43IixbImZ1bGxOYW1lIl09InczbmNvLzIuMC43IixbImxvYWRPcmRlciJdPTExLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMi -++ export _ModuleTable010_ -++ _ModuleTable011_=XT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHo9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3ovMS4yLjExIixbImZ1bGxOYW1lIl09InovMS4yLjExIixbImxvYWRPcmRlciJdPTE3LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InovMS4yLjExIix9LH0sbXBhdGhBPXsiL2NvbnRyaWIvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDIvTkNFUERFVi9mdjMtY2FtL0R1c2FuLkpvdmljL3Vmcy9wcjE4L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL2hlcmEuaW50ZWwiLCIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi9hcHBz -++ export _ModuleTable011_ -++ _ModuleTable012_=L21vZHVsZXMvbW9kdWxlZmlsZXMvTGludXgiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L2NyYXlwZS9kZWZhdWx0L21vZHVsZWZpbGVzIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbCIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWxfaW1waSIsIi9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcyIsIi9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmU6L2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9M -++ export _ModuleTable012_ -++ _ModuleTable013_=aW51eDovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzOi9vcHQvY3JheS9tb2R1bGVmaWxlczovb3B0L2NyYXkvY3JheXBlL2RlZmF1bHQvbW9kdWxlZmlsZXMiLH0= -++ export _ModuleTable013_ -++ _ModuleTable_Sz_=13 -++ export _ModuleTable_Sz_ -++ : -s sh -+ eval -+ cd build_fv3_6 -+ cmake /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model -DREPRO=Y -DWW3=Y --- The C compiler identification is Intel 18.0.5.20180823 --- The CXX compiler identification is Intel 18.0.5.20180823 --- The Fortran compiler identification is Intel 18.0.5.20180823 --- Check for working C compiler: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiicc --- Check for working C compiler: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiicc -- works --- Detecting C compiler ABI info --- Detecting C compiler ABI info - done --- Detecting C compile features --- Detecting C compile features - done --- Check for working CXX compiler: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiicpc --- Check for working CXX compiler: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiicpc -- works --- Detecting CXX compiler ABI info --- Detecting CXX compiler ABI info - done --- Detecting CXX compile features --- Detecting CXX compile features - done --- Check for working Fortran compiler: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort --- Check for working Fortran compiler: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -- works --- Detecting Fortran compiler ABI info --- Detecting Fortran compiler ABI info - done --- Checking whether /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort supports Fortran 90 --- Checking whether /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort supports Fortran 90 -- yes --- Found MPI_C: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpifort.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/release_mt/libmpi.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpigi.a;/usr/lib64/libdl.so;/usr/lib64/librt.so;/usr/lib64/libpthread.so --- Found MPI_CXX: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpicxx.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpifort.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/release_mt/libmpi.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpigi.a;/usr/lib64/libdl.so;/usr/lib64/librt.so;/usr/lib64/libpthread.so --- Found MPI_Fortran: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpifort.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/release_mt/libmpi.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpigi.a;/usr/lib64/libdl.so;/usr/lib64/librt.so;/usr/lib64/libpthread.so -ESMFMKFILE: /scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/lib/esmf.mk - Found ESMF: -ESMF_VERSION_MAJOR: 8 -ESMF_F90COMPILEPATHS: /scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod;/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include;/apps/netcdf/4.6.1/intel/16.1.150/include -ESMF_F90ESMFLINKRPATHS: -Wl,-rpath,/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/lib -ESMF_F90ESMFLINKLIBS: -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf --- Found ESMF: /scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod;/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include;/apps/netcdf/4.6.1/intel/16.1.150/include (found version "8.0.0") - -Setting configuration for hera.intel - -C compiler: Intel 18.0.5.20180823 (mpiicc) -CXX compiler: Intel 18.0.5.20180823 (mpiicpc) -Fortran compiler: Intel 18.0.5.20180823 (mpiifort) - -DEBUG is disabled -REPRO is ENABLED -32BIT is disabled -OPENMP is ENABLED -AVX2 is ENABLED -INLINE_POST is ENABLED - - -Selected physics package: gfs - -Build WW3: - run: /usr/bin/gmake WW3_PARCOMPN=4 WW3_COMP=hera ww3_nems - in: /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model/esmf - --- Configuring done --- Generating done --- Build files have been written to: /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_6 -+ make -j 8 -Scanning dependencies of target ww3_nems -Scanning dependencies of target fv3cpl -[ 1%] Building Fortran object FV3/cpl/CMakeFiles/fv3cpl.dir/module_cplfields.F90.o -[ 1%] Building Fortran object FV3/cpl/CMakeFiles/fv3cpl.dir/module_cap_cpl.F90.o -Scanning dependencies of target fms -Scanning dependencies of target gfsphysics -[ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/platform/platform.F90.o -[ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_parameter.F90.o -[ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_core.F90.o -[ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_input.F90.o -[ 2%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/machine.F.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 3%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/co2hc.f.o -[ 3%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_composition.f.o -[ 3%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/cloud_interpolator.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 4%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/efield.f.o -[ 4%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_io.F90.o -[ 5%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/wam_f107_kp_mod.f90.o -[ 5%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mersenne_twister.f.o -[ 5%] Building Fortran object CMakeFiles/fms.dir/FMS/random_numbers/MersenneTwister.F90.o -[ 6%] Building Fortran object CMakeFiles/fms.dir/FMS/sat_vapor_pres/sat_vapor_pres_k.F90.o -[ 6%] Linking Fortran static library libfv3cpl.a -[ 6%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/GFDL_parse_tracers.F90.o -[ 6%] Building Fortran object CMakeFiles/fms.dir/FMS/constants/constants.F90.o -[ 6%] Built target fv3cpl -[ 7%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/iounitdef.f.o -[ 8%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_data.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 8%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/namelist_soilveg.f.o -[ 8%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_wrf_utl.f90.o -[ 8%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/noahmp_tables.f90.o -[ 8%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_mp_radar.F90.o -[ 8%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp.F90.o -[ 8%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/physcons.F90.o -[ 8%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/date_def.f.o -[ 9%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/progtm_module.f.o -[ 9%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/aerclm_def.f.o -[ 9%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2o_def.f.o -[ 9%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/physparam.f.o -[ 10%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ozne_def.f.o -[ 10%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gfs_phy_tracer_config.F.o -[ 10%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/surface_perturbation.F90.o -[ 10%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_sf_noahmp_glacier.f90.o -[ 11%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_sf_noahmplsm.f90.o -[ 11%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/iccn_def.f.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 12%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/micro_mg_utils.F90.o -[ 12%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gfdl_cloud_microphys.F90.o -[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/tracer_const_h.f.o -[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/funcphys.f90.o -[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_ugwp_initialize.F90.o -[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radlw_param.f.o -[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radsw_param.f.o -[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_astronomy.f.o -[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_surface.f.o -[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_nst_parameters.f90.o -[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/aer_cloud.F.o -[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_mp_thompson_gfs.F90.o -[ 15%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_mp_wsm6_fv3.F90.o -[ 15%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/get_prs_fv3.f90.o -[ 16%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_cice.f.o -[ 16%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_diff.f.o -[ 16%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/rascnvv2.f.o -[ 16%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_ugwp_module.F90.o -[ 16%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_aerosols.f.o -[ 16%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_bfmicrophysics.f.o -[ 16%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_gases.f.o -[ 17%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radlw_datatb.f.o -[ 18%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radsw_datatb.f.o -[ 18%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_nst_water_prop.f90.o -[ 18%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/wv_saturation.F.o -[ 19%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cs_conv.F90.o -[ 19%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_diag.f.o -[ 20%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_drv.f.o -[ 20%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_ocean.f.o -[ 21%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_sice.f.o -[ 21%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_typedefs.F90.o -[ 22%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_clouds.f.o -[ 22%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radlw_main.f.o -[ 22%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radsw_main.f.o -[ 22%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_nst_model.f90.o -[ 22%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_efp.F90.o -[ 22%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cldmacro.F.o -[ 22%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/micro_mg2_0.F90.o -[ 23%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/micro_mg3_0.F90.o -[ 23%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cldwat2m_micro.F.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 23%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_memutils.F90.o -[ 23%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_nst.f.o -[ 24%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_pset.F90.o -[ 25%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_type.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 26%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/gradient.F90.o -[ 26%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_domains.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 26%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_diagnostics.F90.o -[ 27%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_radiation_driver.F90.o -[ 27%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_physics_driver.F90.o -[ 27%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_restart.F90.o -[ 28%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_comm.F90.o -[ 28%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_io.F90.o -Compiling in MPI mode (with or without MPP) -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 28%] Built target ww3_nems -[ 28%] Building Fortran object CMakeFiles/fms.dir/FMS/fms/fms_io.F90.o -[ 28%] Building Fortran object CMakeFiles/fms.dir/FMS/memutils/memutils.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 29%] Building Fortran object CMakeFiles/fms.dir/FMS/fms/fms.F90.o -[ 30%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_conserve.F90.o -[ 30%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bicubic.F90.o -[ 30%] Building Fortran object CMakeFiles/fms.dir/FMS/time_manager/time_manager.F90.o -[ 30%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_spherical.F90.o -[ 30%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bilinear.F90.o -[ 30%] Building Fortran object CMakeFiles/fms.dir/FMS/axis_utils/axis_utils.F90.o -[ 30%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_grid.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 30%] Building Fortran object CMakeFiles/fms.dir/FMS/field_manager/field_manager.F90.o -[ 30%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/mosaic.F90.o -[ 31%] Building Fortran object CMakeFiles/fms.dir/FMS/topography/gaussian_topog.F90.o -[ 31%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_data.F90.o -[ 32%] Building Fortran object CMakeFiles/fms.dir/FMS/time_manager/get_cal_time.F90.o -[ 33%] Building Fortran object CMakeFiles/fms.dir/FMS/time_interp/time_interp.F90.o -[ 33%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_types.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_axis.F90.o -[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_manifest.F90.o -[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/xbt_drop_rate_adjust.f90.o -[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp.F90.o -[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/write_ocean_data.F90.o -[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/field_manager/fm_util.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_output.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/time_interp/time_interp_external.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 36%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_util.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 36%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_table.F90.o -[ 36%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_manager.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 36%] Building Fortran object CMakeFiles/fms.dir/FMS/data_override/data_override.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 36%] Building Fortran object CMakeFiles/fms.dir/FMS/exchange/stock_constants.F90.o -[ 37%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/coupler_types.F90.o -[ 38%] Building Fortran object CMakeFiles/fms.dir/FMS/amip_interp/amip_interp.F90.o -[ 38%] Building Fortran object CMakeFiles/fms.dir/FMS/astronomy/astronomy.F90.o -[ 38%] Building Fortran object CMakeFiles/fms.dir/FMS/block_control/block_control.F90.o -[ 39%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/atmos_ocean_fluxes.F90.o -[ 39%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/ensemble_manager.F90.o -[ 39%] Building Fortran object CMakeFiles/fms.dir/FMS/column_diagnostics/column_diagnostics.F90.o -[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -Compiling in MPI mode (with or without MPP) -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/exchange/xgrid.F90.o -[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft.F90.o -[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft99.F90.o -[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/interpolator/interpolator.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/grid.F90.o -[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_utilities.F90.o -[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core.F90.o -[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core_ecda.F90.o -[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/random_numbers/random_numbers.F90.o -[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/sat_vapor_pres/sat_vapor_pres.F90.o -[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/station_data/station_data.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/topography/topography.F90.o -[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/tracer_manager/tracer_manager.F90.o -[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/tridiagonal/tridiagonal.F90.o -[ 42%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/quicksort.F90.o -[ 43%] Building C object CMakeFiles/fms.dir/FMS/memutils/memuse.c.o -[ 43%] Building C object CMakeFiles/fms.dir/FMS/mosaic/create_xgrid.c.o -[ 43%] Building C object CMakeFiles/fms.dir/FMS/mosaic/gradient_c2l.c.o -[ 44%] Building C object CMakeFiles/fms.dir/FMS/mosaic/interp.c.o -[ 44%] Building C object CMakeFiles/fms.dir/FMS/mosaic/mosaic_util.c.o -[ 44%] Building C object CMakeFiles/fms.dir/FMS/mosaic/read_mosaic.c.o -[ 44%] Building C object CMakeFiles/fms.dir/FMS/affinity/affinity.c.o -[ 45%] Building C object CMakeFiles/fms.dir/FMS/mpp/nsclock.c.o -[ 45%] Building C object CMakeFiles/fms.dir/FMS/mpp/threadloc.c.o -[ 45%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_driver.F90.o -[ 46%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_abstraction_layer.F90.o -[ 46%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_solar_heating.f.o -[ 47%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2oc.f.o -[ 47%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_tracer.f.o -[ 48%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ideaca.f.o -[ 48%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfcsub.F.o -[ 48%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ugwp_driver_v0.f.o -[ 48%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cnvc90.f.o -[ 48%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/dcyc2.f.o -[ 48%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/dcyc2.pre.rad.f.o -[ 48%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/get_prs.f.o -[ 48%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gocart_tracer_config_stub.f.o -[ 49%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gscond.f.o -[ 49%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gscondp.f.o -[ 49%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gwdc.f.o -[ 50%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gwdps.f.o -[ 50%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_orowam2017.f.o -[ 50%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2ohdc.f.o -[ 50%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2ophys.f.o -[ 50%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_co2.f.o -[ 50%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_dissipation.f.o -[ 51%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_h2o.f.o -[ 51%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_ion.f.o -[ 51%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_o2_o3.f.o -[ 52%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_phys.f.o -[ 52%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/lrgsclr.f.o -[ 52%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfpbl.f.o -[ 53%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfpblt.f.o -[ 53%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfpbltq.f.o -[ 53%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfscu.f.o -[ 54%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfscuq.f.o -[ 54%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninedmf.f.o -[ 54%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninedmf_hafs.f.o -[ 55%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninp.f.o -[ 55%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninp1.f.o -[ 55%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninq.f.o -[ 56%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninq1.f.o -[ 56%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninshoc.f.o -[ 56%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mstadb.f.o -[ 57%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mstadbtn.f.o -[ 57%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mstadbtn2.f.o -[ 57%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mstcnv.f.o -[ 58%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ozphys.f.o -[ 58%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ozphys_2015.f.o -[ 58%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/precpd.f.o -[ 59%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/precpd_shoc.f.o -[ 59%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/precpdp.f.o -[ 59%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/progt2.f.o -[ 59%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/rad_initialize.f.o -[ 60%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/rayleigh_damp.f.o -[ 60%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/rayleigh_damp_mesopause.f.o -[ 60%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/samfaerosols.f.o -[ 61%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/samfdeepcnv.f.o -[ 61%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/samfshalcnv.f.o -[ 61%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sascnv.f.o -[ 61%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sascnvn.f.o -[ 62%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/satmedmfvdif.f.o -[ 62%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/satmedmfvdifq.f.o -[ 62%] Linking Fortran static library FMS/libfms.a -[ 62%] Built target fms -[ 62%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/set_soilveg.f.o -[ 62%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_noahmp_drv.f.o -[ 62%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sflx.f.o -[ 62%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcnv.f.o -[ 63%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcv.f.o -[ 63%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcv_1lyr.f.o -[ 63%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcv_fixdp.f.o -[ 63%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcv_opr.f.o -[ 63%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/tridi2t3.f.o -[ 63%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/calpreciptype.f90.o -[ 63%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gcm_shoc.f90.o -[ 64%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2ointerp.f90.o -[ 65%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ozinterp.f90.o -[ 65%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/iccninterp.f90.o -[ 65%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/aerinterp.f90.o -[ 66%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/num_parthds.F.o -[ 67%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gcycle.F90.o -[ 68%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_ugwp_utils.F90.o -[ 68%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_ugwp_triggers.F90.o -[ 68%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_ugwp_solvers.F90.o -[ 68%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_vert_lsatdis.F90.o -[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_vert_orodis.F90.o -[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_vert_wmsdis.F90.o -[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/m_micro_driver.F90.o -[ 70%] Linking Fortran static library libgfsphysics.a -[ 70%] Built target gfsphysics -Scanning dependencies of target ipd -[ 70%] Building Fortran object FV3/ipd/CMakeFiles/ipd.dir/IPD_typedefs.F90.o -[ 70%] Building Fortran object FV3/ipd/CMakeFiles/ipd.dir/IPD_driver.F90.o -[ 70%] Linking Fortran static library libipd.a -[ 70%] Built target ipd -Scanning dependencies of target io -[ 70%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_fv3_io_def.F90.o -[ 70%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_internal_state.F90.o -Scanning dependencies of target fv3core -[ 73%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_arrays.F90.o -[ 73%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_fill.F90.o -[ 73%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/external_sst.F90.o -[ 73%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/sim_nc_mod.F90.o -[ 73%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/DYCORE_typedefs.F90.o -[ 74%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_netcdf.F90.o -[ 74%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_nemsio.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 74%] Building Fortran object FV3/io/CMakeFiles/io.dir/post_gfs.F90.o -[ 74%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_mp_mod.F90.o -[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/sorted_index.F90.o -[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_timing.F90.o -[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_eta.F90.o -[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_sg.F90.o -[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_cmp.F90.o -[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/boundary.F90.o -[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_grid_utils.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 75%] Building Fortran object FV3/io/CMakeFiles/io.dir/FV3GFS_io.F90.o -[ 75%] Building Fortran object FV3/io/CMakeFiles/io.dir/ffsync.F90.o -[ 76%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_wrt_grid_comp.F90.o -[ 76%] Building Fortran object FV3/io/CMakeFiles/io.dir/post_nems_routines.F90.o -[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/a2b_edge.F90.o -[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_mapz.F90.o -[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/tp_core.F90.o -[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_surf_map.F90.o -[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_grid_tools.F90.o -[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/init_hydro.F90.o -[ 78%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_treat_da_inc.F90.o -[ 78%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/sw_core.F90.o -[ 78%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_iau_mod.F90.o -[ 79%] Linking Fortran static library libio.a -[ 79%] Built target io -[ 80%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_io.F90.o -[ 80%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_diagnostics.F90.o -[ 80%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/nh_utils.F90.o -[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/nh_core.F90.o -[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_regional_bc.F90.o -[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/test_cases.F90.o -[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_nudge.F90.o -[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/fv_nggps_diag.F90.o -[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_tracer2d.F90.o -[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/dyn_core.F90.o -[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_update_phys.F90.o -[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/external_ic.F90.o -[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_restart.F90.o -[ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_nesting.F90.o -[ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_control.F90.o -[ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_dynamics.F90.o -[ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/atmosphere.F90.o -[ 85%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/multi_gases.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 85%] Linking Fortran static library libfv3core.a -[ 85%] Built target fv3core -Scanning dependencies of target stochastic_physics -[ 86%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/update_ca.f90.o -[ 86%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/spectral_layout.F90.o -[ 86%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_resol_def.f.o -[ 87%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_layout_lag.f.o -[ 87%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_gg_def.f.o -[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/glats_stochy.f.o -[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_namelist_def.F90.o -[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/compns_stochy.F90.o -[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/setlats_lag_stochy.f.o -[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/epslon_stochy.f.o -[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/get_lats_node_a_stochy.f.o -[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/get_ls_node_stochy.f.o -[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/gozrineo_stochy.f.o -[ 89%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/pln2eo_stochy.f.o -[ 90%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/setlats_a_stochy.f.o -[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/dezouv_stochy.f.o -[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_internal_state_mod.F90.o -[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/dozeuv_stochy.f.o -[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/four_to_grid_stochy.F.o -[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_patterngenerator.F90.o -[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/sumfln_stochy.f.o -[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/getcon_lag_stochy.f.o -[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/getcon_spectral.F90.o -[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/initialize_spectral_mod.F90.o -[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_data_mod.F90.o -[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/get_stochy_pattern.F90.o -[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochastic_physics.F90.o -[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/plumes.f90.o -[ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/cellular_automata.f90.o -[ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/num_parthds_stochy.f.o -[ 95%] Linking Fortran static library libstochastic_physics.a -[ 95%] Built target stochastic_physics -Scanning dependencies of target fv3cap -[ 95%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/module_fv3_config.F90.o -[ 96%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/atmos_model.F90.o -[ 97%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/module_fcst_grid_comp.F90.o -[ 97%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/fv3_cap.F90.o -[ 97%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/time_utils.F90.o -[ 97%] Linking Fortran static library libfv3cap.a -[ 97%] Built target fv3cap -Scanning dependencies of target NEMS.exe -[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/ENS_Cpl/ENS_CplComp_ESMFMod_STUB.F90.o -[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_EARTH_INTERNAL_STATE.F90.o -[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_MEDIATOR_methods.F90.o -[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_MEDIATOR_SpaceWeather.F90.o -[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_UTILS.F90.o -[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_INTERNAL_STATE.F90.o -[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_Rusage.F90.o -[ 98%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_MEDIATOR.F90.o -[ 99%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_EARTH_GRID_COMP.F90.o -[ 99%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_GRID_COMP.F90.o -[ 99%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/MAIN_NEMS.F90.o -[100%] Building C object CMakeFiles/NEMS.exe.dir/NEMS/src/nems_c_rusage.c.o -[100%] Linking Fortran executable NEMS.exe -/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/lib/libjasper_v1.900.1.a(jas_stream.o): In function `jas_stream_tmpfile': -jas_stream.c:(.text+0x7a7): warning: the use of `tmpnam' is dangerous, better use `mkstemp' -[100%] Built target NEMS.exe -+ mv NEMS.exe ../fv3_6.exe -+ cp /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel/fv3 ../modules.fv3_6 -+ cd .. -+ '[' YES = YES ']' -+ rm -rf build_fv3_6 -+ elapsed=428 -+ echo 'Elapsed time 428 seconds. Compiling REPRO=Y WW3=Y finished' -Elapsed time 428 seconds. Compiling REPRO=Y WW3=Y finished -+ SECONDS=0 -+++ readlink -f /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/compile_cmake.sh -++ dirname /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/compile_cmake.sh -+ readonly MYDIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests -+ MYDIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests -+ readonly ARGC=4 -+ ARGC=4 -+ cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests -+ [[ 4 -eq 0 ]] -+ [[ 4 -lt 2 ]] -+ PATHTR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model -+ MACHINE_ID=hera.intel -+ MAKE_OPT='REPRO=Y 32BIT=Y' -+ BUILD_NAME=fv3_7 -+ clean_before=YES -+ clean_after=YES -+ BUILD_DIR=build_fv3_7 -+ [[ hera.intel == cheyenne.* ]] -+ [[ hera.intel == wcoss_dell_p3 ]] -+ MAKE_THREADS=8 -+ hostname -hfe01 -+ cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests -+ echo 'Compiling REPRO=Y 32BIT=Y into fv3_7.exe on hera.intel' -Compiling REPRO=Y 32BIT=Y into fv3_7.exe on hera.intel -+ '[' YES = YES ']' -+ rm -rf build_fv3_7 -+ mkdir -p build_fv3_7 -+ CCPP_CMAKE_FLAGS= -+ [[ REPRO=Y 32BIT=Y == *\D\E\B\U\G\=\Y* ]] -+ [[ REPRO=Y 32BIT=Y == *\R\E\P\R\O\=\Y* ]] -+ CCPP_CMAKE_FLAGS=' -DREPRO=Y' -+ [[ REPRO=Y 32BIT=Y == *\3\2\B\I\T\=\Y* ]] -+ CCPP_CMAKE_FLAGS=' -DREPRO=Y -D32BIT=Y' -+ [[ REPRO=Y 32BIT=Y == *\O\P\E\N\M\P\=\N* ]] -+ [[ REPRO=Y 32BIT=Y == *\C\C\P\P\=\Y* ]] -+ [[ REPRO=Y 32BIT=Y == *\N\A\M\_\p\h\y\s\=\Y* ]] -+ [[ REPRO=Y 32BIT=Y == *\W\W\3\=\Y* ]] -++ trim ' -DREPRO=Y -D32BIT=Y' -++ local 'var= -DREPRO=Y -D32BIT=Y' -++ var='-DREPRO=Y -D32BIT=Y' -++ var='-DREPRO=Y -D32BIT=Y' -++ echo -n '-DREPRO=Y -D32BIT=Y' -+ CCPP_CMAKE_FLAGS='-DREPRO=Y -D32BIT=Y' -+ source /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc -++ __ms_function_name=setup__test_function__136819 -++ eval 'setup__test_function__136819() { /bin/true ; }' -+++ eval '__text="text" ; if [[ $__text =~ ^(t).* ]] ; then printf "%s" ${.sh.match[1]} ; fi' -+++ cat -++ __ms_ksh_test= -+++ eval 'if ( set | grep setup__test_function__136819 | grep -v name > /dev/null 2>&1 ) ; then echo t ; fi ' -+++ cat -++ __ms_bash_test=t -++ [[ ! -z '' ]] -++ [[ ! -z t ]] -++ __ms_shell=bash -++ [[ -d /lfs3 ]] -++ [[ -d /scratch1 ]] -++ [[ ! -d /scratch ]] -++ eval module help -++ module purge -+++ /apps/lmod/7.7.18/libexec/lmod bash purge -++ eval unset 'BACIO_LIB4;' unset 'BACIO_LIB8;' unset 'BACIO_SRC;' unset 'BACIO_VER;' unset '__LMOD_REF_COUNT_CLASSPATH;' unset 'CLASSPATH;' unset 'CMAKE_CXX_COMPILER;' unset 'CMAKE_C_COMPILER;' unset 'CMAKE_Fortran_COMPILER;' unset 'CMAKE_Platform;' unset 'COMP;' unset '__LMOD_REF_COUNT_CPATH;' unset 'CPATH;' unset 'CRTM_FIX;' unset 'CRTM_INC;' unset 'CRTM_LIB;' unset 'CRTM_SRC;' unset 'CRTM_VER;' unset 'ESMFMKFILE;' unset 'G2TMPL_INC;' unset 'G2TMPL_LIB;' unset 'G2TMPL_SRC;' unset 'G2TMPL_VER;' unset 'G2_INC4;' unset 'G2_INCd;' unset 'G2_LIB4;' unset 'G2_LIBd;' unset 'G2_SRC;' unset 'G2_VER;' unset 'GDBSERVER_MIC;' unset 'GDB_CROSS;' unset '__LMOD_REF_COUNT_INFOPATH;' unset 'INFOPATH;' unset '__LMOD_REF_COUNT_INTEL_LICENSE_FILE;' unset 'INTEL_LICENSE_FILE;' unset 'INTEL_PYTHONHOME;' unset 'IPATH_NO_BACKTRACE;' unset 'IP_INC4;' unset 'IP_INC8;' unset 'IP_INCd;' unset 'IP_LIB4;' unset 'IP_LIB8;' unset 'IP_LIBd;' unset 'IP_SRC;' unset 'IP_VER;' unset 'I_MPI_CC;' unset 'I_MPI_F90;' unset 'I_MPI_HYDRA_BRANCH_COUNT;' unset 'I_MPI_HYDRA_PMI_CONNECT;' unset 'I_MPI_ROOT;' unset 'I_MPI_TMI_PROVIDER;' unset 'JASPER_INC;' unset 'JASPER_LIB;' unset 'JASPER_SRC;' unset 'JASPER_VER;' '__LMOD_REF_COUNT_LD_LIBRARY_PATH="/apps/slurm/default/lib:1";' export '__LMOD_REF_COUNT_LD_LIBRARY_PATH;' 'LD_LIBRARY_PATH=":/apps/slurm/default/lib";' export 'LD_LIBRARY_PATH;' unset '__LMOD_REF_COUNT_LIBRARY_PATH;' unset 'LIBRARY_PATH;' unset 'LIB_NAME;' unset 'LMOD_FAMILY_COMPILER;' unset 'LMOD_FAMILY_COMPILER_VERSION;' unset 'LMOD_FAMILY_MPI;' unset 'LMOD_FAMILY_MPI_VERSION;' unset '__LMOD_REF_COUNT_LOADEDMODULES;' unset 'LOADEDMODULES;' '__LMOD_REF_COUNT_MANPATH="/apps/lmod/lmod/share/man:1;/apps/local/man:1;/apps/slurm/default/share/man:1;/apps/slurm/tools/sbank/share/man:1";' export '__LMOD_REF_COUNT_MANPATH;' 'MANPATH="/apps/lmod/lmod/share/man::/apps/local/man:/apps/slurm/default/share/man:/apps/slurm/tools/sbank/share/man";' export 'MANPATH;' '__LMOD_REF_COUNT_MODULEPATH="/contrib/modulefiles:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:1;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1";' export '__LMOD_REF_COUNT_MODULEPATH;' 'MODULEPATH="/contrib/modulefiles:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles";' export 'MODULEPATH;' unset 'MPM_LAUNCHER;' unset 'NCEPLIBS;' unset 'NEMSIO_INC;' unset 'NEMSIO_LIB;' unset 'NEMSIO_SRC;' unset 'NEMSIO_VER;' unset 'NETCDF;' unset '__LMOD_REF_COUNT_NLSPATH;' unset 'NLSPATH;' '__LMOD_REF_COUNT_PATH="/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:1;/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/opt/ibutils/bin:1;/apps/local/bin:1;/apps/local/sbin:1;/apps/slurm/default/tools:1;/apps/slurm/default/bin:1;/apps/slurm/default/sbin:1;/apps/slurm/tools/sbank/bin:1;/home/Dusan.Jovic/bin:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/dbrowse:1";' export '__LMOD_REF_COUNT_PATH;' 'PATH="/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/opt/ibutils/bin:/apps/local/bin:/apps/local/sbin:/apps/slurm/default/tools:/apps/slurm/default/bin:/apps/slurm/default/sbin:/apps/slurm/tools/sbank/bin:/home/Dusan.Jovic/bin:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/dbrowse";' export 'PATH;' unset '__LMOD_REF_COUNT_PKG_CONFIG_PATH;' unset 'PKG_CONFIG_PATH;' unset 'PNG_INC;' unset 'PNG_LIB;' unset 'PNG_SRC;' unset 'PNG_VER;' unset 'POST_INC;' unset 'POST_LIB;' unset 'POST_SRC;' unset 'POST_VER;' unset 'SLURM_UTILS_PATH;' unset 'SP_LIB4;' unset 'SP_LIB8;' unset 'SP_LIBd;' unset 'SP_SRC;' unset 'SP_VER;' unset 'W3EMC_INC4;' unset 'W3EMC_INC8;' unset 'W3EMC_INCd;' unset 'W3EMC_LIB4;' unset 'W3EMC_LIB8;' unset 'W3EMC_LIBd;' unset 'W3EMC_SRC;' unset 'W3EMC_VER;' unset 'W3NCO_LIB4;' unset 'W3NCO_LIB8;' unset 'W3NCO_LIBd;' unset 'W3NCO_SRC;' unset 'W3NCO_VER;' unset 'Z_INC;' unset 'Z_LIB;' unset 'Z_SRC;' unset 'Z_VER;' unset '__LMOD_REF_COUNT__LMFILES_;' unset '_LMFILES_;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9jb250cmliL21vZHVsZWZpbGVzIiwiL3NjcmF0Y2gyL05DRVBERVYvZnYzLWNhbS9EdXNhbi5Kb3ZpYy91ZnMvcHIxOC91ZnMtd2VhdGhlci1tb2RlbC9tb2R1bGVmaWxlcy9oZXJhLmludGVsIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIs";' export '_ModuleTable001_;' '_ModuleTable002_="fSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ==";' export '_ModuleTable002_;' '_ModuleTable_Sz_="2";' export '_ModuleTable_Sz_;' unset '_ModuleTable004_;' unset '_ModuleTable005_;' unset '_ModuleTable006_;' unset '_ModuleTable007_;' unset '_ModuleTable008_;' unset '_ModuleTable009_;' unset '_ModuleTable010_;' unset '_ModuleTable011_;' unset '_ModuleTable012_;' unset '_ModuleTable013_;' -+++ unset BACIO_LIB4 -+++ unset BACIO_LIB8 -+++ unset BACIO_SRC -+++ unset BACIO_VER -+++ unset __LMOD_REF_COUNT_CLASSPATH -+++ unset CLASSPATH -+++ unset CMAKE_CXX_COMPILER -+++ unset CMAKE_C_COMPILER -+++ unset CMAKE_Fortran_COMPILER -+++ unset CMAKE_Platform -+++ unset COMP -+++ unset __LMOD_REF_COUNT_CPATH -+++ unset CPATH -+++ unset CRTM_FIX -+++ unset CRTM_INC -+++ unset CRTM_LIB -+++ unset CRTM_SRC -+++ unset CRTM_VER -+++ unset ESMFMKFILE -+++ unset G2TMPL_INC -+++ unset G2TMPL_LIB -+++ unset G2TMPL_SRC -+++ unset G2TMPL_VER -+++ unset G2_INC4 -+++ unset G2_INCd -+++ unset G2_LIB4 -+++ unset G2_LIBd -+++ unset G2_SRC -+++ unset G2_VER -+++ unset GDBSERVER_MIC -+++ unset GDB_CROSS -+++ unset __LMOD_REF_COUNT_INFOPATH -+++ unset INFOPATH -+++ unset __LMOD_REF_COUNT_INTEL_LICENSE_FILE -+++ unset INTEL_LICENSE_FILE -+++ unset INTEL_PYTHONHOME -+++ unset IPATH_NO_BACKTRACE -+++ unset IP_INC4 -+++ unset IP_INC8 -+++ unset IP_INCd -+++ unset IP_LIB4 -+++ unset IP_LIB8 -+++ unset IP_LIBd -+++ unset IP_SRC -+++ unset IP_VER -+++ unset I_MPI_CC -+++ unset I_MPI_F90 -+++ unset I_MPI_HYDRA_BRANCH_COUNT -+++ unset I_MPI_HYDRA_PMI_CONNECT -+++ unset I_MPI_ROOT -+++ unset I_MPI_TMI_PROVIDER -+++ unset JASPER_INC -+++ unset JASPER_LIB -+++ unset JASPER_SRC -+++ unset JASPER_VER -+++ __LMOD_REF_COUNT_LD_LIBRARY_PATH=/apps/slurm/default/lib:1 -+++ export __LMOD_REF_COUNT_LD_LIBRARY_PATH -+++ LD_LIBRARY_PATH=:/apps/slurm/default/lib -+++ export LD_LIBRARY_PATH -+++ unset __LMOD_REF_COUNT_LIBRARY_PATH -+++ unset LIBRARY_PATH -+++ unset LIB_NAME -+++ unset LMOD_FAMILY_COMPILER -+++ unset LMOD_FAMILY_COMPILER_VERSION -+++ unset LMOD_FAMILY_MPI -+++ unset LMOD_FAMILY_MPI_VERSION -+++ unset __LMOD_REF_COUNT_LOADEDMODULES -+++ unset LOADEDMODULES -+++ __LMOD_REF_COUNT_MANPATH='/apps/lmod/lmod/share/man:1;/apps/local/man:1;/apps/slurm/default/share/man:1;/apps/slurm/tools/sbank/share/man:1' -+++ export __LMOD_REF_COUNT_MANPATH -+++ MANPATH=/apps/lmod/lmod/share/man::/apps/local/man:/apps/slurm/default/share/man:/apps/slurm/tools/sbank/share/man -+++ export MANPATH -+++ __LMOD_REF_COUNT_MODULEPATH='/contrib/modulefiles:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:1;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1' -+++ export __LMOD_REF_COUNT_MODULEPATH -+++ MODULEPATH=/contrib/modulefiles:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles -+++ export MODULEPATH -+++ unset MPM_LAUNCHER -+++ unset NCEPLIBS -+++ unset NEMSIO_INC -+++ unset NEMSIO_LIB -+++ unset NEMSIO_SRC -+++ unset NEMSIO_VER -+++ unset NETCDF -+++ unset __LMOD_REF_COUNT_NLSPATH -+++ unset NLSPATH -+++ __LMOD_REF_COUNT_PATH='/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:1;/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/opt/ibutils/bin:1;/apps/local/bin:1;/apps/local/sbin:1;/apps/slurm/default/tools:1;/apps/slurm/default/bin:1;/apps/slurm/default/sbin:1;/apps/slurm/tools/sbank/bin:1;/home/Dusan.Jovic/bin:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/dbrowse:1' -+++ export __LMOD_REF_COUNT_PATH -+++ PATH=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/opt/ibutils/bin:/apps/local/bin:/apps/local/sbin:/apps/slurm/default/tools:/apps/slurm/default/bin:/apps/slurm/default/sbin:/apps/slurm/tools/sbank/bin:/home/Dusan.Jovic/bin:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/dbrowse -+++ export PATH -+++ unset __LMOD_REF_COUNT_PKG_CONFIG_PATH -+++ unset PKG_CONFIG_PATH -+++ unset PNG_INC -+++ unset PNG_LIB -+++ unset PNG_SRC -+++ unset PNG_VER -+++ unset POST_INC -+++ unset POST_LIB -+++ unset POST_SRC -+++ unset POST_VER -+++ unset SLURM_UTILS_PATH -+++ unset SP_LIB4 -+++ unset SP_LIB8 -+++ unset SP_LIBd -+++ unset SP_SRC -+++ unset SP_VER -+++ unset W3EMC_INC4 -+++ unset W3EMC_INC8 -+++ unset W3EMC_INCd -+++ unset W3EMC_LIB4 -+++ unset W3EMC_LIB8 -+++ unset W3EMC_LIBd -+++ unset W3EMC_SRC -+++ unset W3EMC_VER -+++ unset W3NCO_LIB4 -+++ unset W3NCO_LIB8 -+++ unset W3NCO_LIBd -+++ unset W3NCO_SRC -+++ unset W3NCO_VER -+++ unset Z_INC -+++ unset Z_LIB -+++ unset Z_SRC -+++ unset Z_VER -+++ unset __LMOD_REF_COUNT__LMFILES_ -+++ unset _LMFILES_ -+++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9jb250cmliL21vZHVsZWZpbGVzIiwiL3NjcmF0Y2gyL05DRVBERVYvZnYzLWNhbS9EdXNhbi5Kb3ZpYy91ZnMvcHIxOC91ZnMtd2VhdGhlci1tb2RlbC9tb2R1bGVmaWxlcy9oZXJhLmludGVsIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIs -+++ export _ModuleTable001_ -+++ _ModuleTable002_=fSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ== -+++ export _ModuleTable002_ -+++ _ModuleTable_Sz_=2 -+++ export _ModuleTable_Sz_ -+++ unset _ModuleTable004_ -+++ unset _ModuleTable005_ -+++ unset _ModuleTable006_ -+++ unset _ModuleTable007_ -+++ unset _ModuleTable008_ -+++ unset _ModuleTable009_ -+++ unset _ModuleTable010_ -+++ unset _ModuleTable011_ -+++ unset _ModuleTable012_ -+++ unset _ModuleTable013_ -+++ : -s sh -++ eval -++ unset __ms_shell -++ unset __ms_ksh_test -++ unset __ms_bash_test -++ unset setup__test_function__136819 -++ unset __ms_function_name -+ [[ hera.intel == macosx.* ]] -+ [[ hera.intel == linux.* ]] -+ module use /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel -++ /apps/lmod/7.7.18/libexec/lmod bash use /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel -+ eval '__LMOD_REF_COUNT_MODULEPATH="/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:2;/contrib/modulefiles:1;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1";' export '__LMOD_REF_COUNT_MODULEPATH;' 'MODULEPATH="/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:/contrib/modulefiles:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles";' export 'MODULEPATH;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9zY3JhdGNoMi9OQ0VQREVWL2Z2My1jYW0vRHVzYW4uSm92aWMvdWZzL3ByMTgvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvaGVyYS5pbnRlbCIsIi9jb250cmliL21vZHVsZWZpbGVzIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIs";' export '_ModuleTable001_;' '_ModuleTable002_="fSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ==";' export '_ModuleTable002_;' '_ModuleTable_Sz_="2";' export '_ModuleTable_Sz_;' -++ __LMOD_REF_COUNT_MODULEPATH='/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:2;/contrib/modulefiles:1;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1' -++ export __LMOD_REF_COUNT_MODULEPATH -++ MODULEPATH=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:/contrib/modulefiles:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles -++ export MODULEPATH -++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9zY3JhdGNoMi9OQ0VQREVWL2Z2My1jYW0vRHVzYW4uSm92aWMvdWZzL3ByMTgvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvaGVyYS5pbnRlbCIsIi9jb250cmliL21vZHVsZWZpbGVzIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIs -++ export _ModuleTable001_ -++ _ModuleTable002_=fSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ== -++ export _ModuleTable002_ -++ _ModuleTable_Sz_=2 -++ export _ModuleTable_Sz_ -++ : -s sh -+ eval -+ module load fv3 -++ /apps/lmod/7.7.18/libexec/lmod bash load fv3 -+ eval 'BACIO_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libbacio_v2.0.3_4.a";' export 'BACIO_LIB4;' 'BACIO_LIB8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libbacio_v2.0.3_8.a";' export 'BACIO_LIB8;' 'BACIO_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/bacio_v2.0.3";' export 'BACIO_SRC;' 'BACIO_VER="v2.0.3";' export 'BACIO_VER;' '__LMOD_REF_COUNT_CLASSPATH="/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/mpi.jar:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/daal.jar:1";' export '__LMOD_REF_COUNT_CLASSPATH;' 'CLASSPATH="/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/mpi.jar:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/daal.jar";' export 'CLASSPATH;' 'CMAKE_CXX_COMPILER="mpiicpc";' export 'CMAKE_CXX_COMPILER;' 'CMAKE_C_COMPILER="mpiicc";' export 'CMAKE_C_COMPILER;' 'CMAKE_Fortran_COMPILER="mpiifort";' export 'CMAKE_Fortran_COMPILER;' 'CMAKE_Platform="hera.intel";' export 'CMAKE_Platform;' 'COMP="intel";' export 'COMP;' '__LMOD_REF_COUNT_CPATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/include:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/include:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/pstl/include:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/include:2;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/include:1";' export '__LMOD_REF_COUNT_CPATH;' 'CPATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/include:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/include:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/pstl/include:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/include:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/include";' export 'CPATH;' 'CRTM_FIX="/scratch2/NCEPDEV/nwprod/NCEPLIBS/fix/crtm_v2.2.6";' export 'CRTM_FIX;' 'CRTM_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/crtm_v2.2.6";' export 'CRTM_INC;' 'CRTM_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libcrtm_v2.2.6.a";' export 'CRTM_LIB;' 'CRTM_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/crtm_v2.2.6";' export 'CRTM_SRC;' 'CRTM_VER="v2.2.6";' export 'CRTM_VER;' 'ESMFMKFILE="/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/lib/esmf.mk";' export 'ESMFMKFILE;' 'G2TMPL_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/g2tmpl_v1.6.0";' export 'G2TMPL_INC;' 'G2TMPL_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2tmpl_v1.6.0.a";' export 'G2TMPL_LIB;' 'G2TMPL_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/g2tmpl_v1.6.0/src";' export 'G2TMPL_SRC;' 'G2TMPL_VER="v1.6.0";' export 'G2TMPL_VER;' 'G2_INC4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/g2_v3.1.1_4";' export 'G2_INC4;' 'G2_INCd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/g2_v3.1.1_d";' export 'G2_INCd;' 'G2_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2_v3.1.1_4.a";' export 'G2_LIB4;' 'G2_LIBd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2_v3.1.1_d.a";' export 'G2_LIBd;' 'G2_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/g2_v3.1.1";' export 'G2_SRC;' 'G2_VER="v3.1.1";' export 'G2_VER;' 'GDBSERVER_MIC="/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/targets/intel64/x200/bin/gdbserver";' export 'GDBSERVER_MIC;' 'GDB_CROSS="/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/intel64/bin/gdb-ia";' export 'GDB_CROSS;' '__LMOD_REF_COUNT_INFOPATH="/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/info:1;/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/info:1";' export '__LMOD_REF_COUNT_INFOPATH;' 'INFOPATH="/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/info:/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/info";' export 'INFOPATH;' '__LMOD_REF_COUNT_INTEL_LICENSE_FILE="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/licenses:1;/apps/intel/licenses:1";' export '__LMOD_REF_COUNT_INTEL_LICENSE_FILE;' 'INTEL_LICENSE_FILE="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/licenses:/apps/intel/licenses";' export 'INTEL_LICENSE_FILE;' 'INTEL_PYTHONHOME="/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/python/intel64/";' export 'INTEL_PYTHONHOME;' 'IPATH_NO_BACKTRACE="1";' export 'IPATH_NO_BACKTRACE;' 'IP_INC4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ip_v3.0.2_4";' export 'IP_INC4;' 'IP_INC8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ip_v3.0.2_8";' export 'IP_INC8;' 'IP_INCd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ip_v3.0.2_d";' export 'IP_INCd;' 'IP_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libip_v3.0.2_4.a";' export 'IP_LIB4;' 'IP_LIB8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libip_v3.0.2_8.a";' export 'IP_LIB8;' 'IP_LIBd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libip_v3.0.2_d.a";' export 'IP_LIBd;' 'IP_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/ip_v3.0.2";' export 'IP_SRC;' 'IP_VER="v3.0.2";' export 'IP_VER;' 'I_MPI_CC="icc";' export 'I_MPI_CC;' 'I_MPI_F90="ifort";' export 'I_MPI_F90;' 'I_MPI_HYDRA_BRANCH_COUNT="128";' export 'I_MPI_HYDRA_BRANCH_COUNT;' 'I_MPI_HYDRA_PMI_CONNECT="alltoall";' export 'I_MPI_HYDRA_PMI_CONNECT;' 'I_MPI_ROOT="/apps/intel/compilers_and_libraries_2018/linux/mpi";' export 'I_MPI_ROOT;' 'I_MPI_TMI_PROVIDER="psm";' export 'I_MPI_TMI_PROVIDER;' 'JASPER_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/include/jasper_v1.900.1";' export 'JASPER_INC;' 'JASPER_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/lib/libjasper_v1.900.1.a";' export 'JASPER_LIB;' 'JASPER_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/thirdParty";' export 'JASPER_SRC;' 'JASPER_VER="v1.900.1";' export 'JASPER_VER;' '__LMOD_REF_COUNT_LD_LIBRARY_PATH="/apps/netcdf/4.7.0/intel/18.0.5.274/lib:1;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib:1;/apps/slurm/default/lib:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/lib/intel64:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:2;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:2;/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/libipt/intel64/lib:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4:1";' export '__LMOD_REF_COUNT_LD_LIBRARY_PATH;' 'LD_LIBRARY_PATH="/apps/netcdf/4.7.0/intel/18.0.5.274/lib:/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib::/apps/slurm/default/lib:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/lib/intel64:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/libipt/intel64/lib:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4";' export 'LD_LIBRARY_PATH;' '__LMOD_REF_COUNT_LIBRARY_PATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:2;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4:1";' export '__LMOD_REF_COUNT_LIBRARY_PATH;' 'LIBRARY_PATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4";' export 'LIBRARY_PATH;' 'LIB_NAME="POST";' export 'LIB_NAME;' 'LMOD_FAMILY_COMPILER="intel";' export 'LMOD_FAMILY_COMPILER;' 'LMOD_FAMILY_COMPILER_VERSION="18.0.5.274";' export 'LMOD_FAMILY_COMPILER_VERSION;' 'LMOD_FAMILY_MPI="impi";' export 'LMOD_FAMILY_MPI;' 'LMOD_FAMILY_MPI_VERSION="2018.0.4";' export 'LMOD_FAMILY_MPI_VERSION;' '__LMOD_REF_COUNT_LOADEDMODULES="contrib:1;sutils/default:1;intel/18.0.5.274:1;impi/2018.0.4:1;netcdf/4.7.0:1;bacio/2.0.3:1;ip/3.0.2:1;nemsio/2.2.4:1;sp/2.0.3:1;w3emc/2.3.1:1;w3nco/2.0.7:1;g2/3.1.1:1;g2tmpl/1.6.0:1;crtm/2.2.6:1;jasper/1.900.1:1;png/1.2.44:1;z/1.2.11:1;post/8.0.1:1;esmf/8.0.0:1;cmake/3.9.0:1;fv3:1";' export '__LMOD_REF_COUNT_LOADEDMODULES;' 'LOADEDMODULES="contrib:sutils/default:intel/18.0.5.274:impi/2018.0.4:netcdf/4.7.0:bacio/2.0.3:ip/3.0.2:nemsio/2.2.4:sp/2.0.3:w3emc/2.3.1:w3nco/2.0.7:g2/3.1.1:g2tmpl/1.6.0:crtm/2.2.6:jasper/1.900.1:png/1.2.44:z/1.2.11:post/8.0.1:esmf/8.0.0:cmake/3.9.0:fv3";' export 'LOADEDMODULES;' '__LMOD_REF_COUNT_MANPATH="/apps/netcdf/4.7.0/intel/18.0.5.274/share/man:1;/apps/intel/compilers_and_libraries_2018/linux/mpi/man:1;/apps/intel/parallel_studio_xe_2018.4.057/man/common:1;/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/man:1;/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/man:1;/apps/lmod/lmod/share/man:1;/apps/local/man:1;/apps/slurm/default/share/man:1;/apps/slurm/tools/sbank/share/man:1";' export '__LMOD_REF_COUNT_MANPATH;' 'MANPATH="/apps/netcdf/4.7.0/intel/18.0.5.274/share/man:/apps/intel/compilers_and_libraries_2018/linux/mpi/man:/apps/intel/parallel_studio_xe_2018.4.057/man/common:/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/man:/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/man:/apps/lmod/lmod/share/man::/apps/local/man:/apps/slurm/default/share/man:/apps/slurm/tools/sbank/share/man";' export 'MANPATH;' '__LMOD_REF_COUNT_MODULEPATH="/contrib/modulefiles:3;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:2;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1;/apps/modules/modulefamilies/intel:1;/apps/modules/modulefamilies/intel_impi:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles:1";' export '__LMOD_REF_COUNT_MODULEPATH;' 'MODULEPATH="/contrib/modulefiles:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles:/apps/modules/modulefamilies/intel:/apps/modules/modulefamilies/intel_impi:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles";' export 'MODULEPATH;' 'MPM_LAUNCHER="/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/mpm/mic/bin/start_mpm.sh";' export 'MPM_LAUNCHER;' 'NCEPLIBS="/scratch2/NCEPDEV/nwprod/NCEPLIBS";' export 'NCEPLIBS;' 'NEMSIO_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/nemsio_v2.2.4";' export 'NEMSIO_INC;' 'NEMSIO_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libnemsio_v2.2.4.a";' export 'NEMSIO_LIB;' 'NEMSIO_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/nemsio_v2.2.4";' export 'NEMSIO_SRC;' 'NEMSIO_VER="v2.2.4";' export 'NEMSIO_VER;' 'NETCDF="/apps/netcdf/4.7.0/intel/18.0.5.274";' export 'NETCDF;' '__LMOD_REF_COUNT_NLSPATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64/locale/%l_%t/%N:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin/locale/%l_%t/%N:1;/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/intel64/share/locale/%l_%t/%N:1";' export '__LMOD_REF_COUNT_NLSPATH;' 'NLSPATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64/locale/%l_%t/%N:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin/locale/%l_%t/%N:/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/intel64/share/locale/%l_%t/%N";' export 'NLSPATH;' '__LMOD_REF_COUNT_PATH="/contrib/cmake/3.9.0/bin:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/bin:1;/apps/netcdf/4.7.0/intel/18.0.5.274/bin:1;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/bin/intel64:1;/contrib/sutils/bin:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:1;/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/opt/ibutils/bin:1;/apps/local/bin:1;/apps/local/sbin:1;/apps/slurm/default/tools:1;/apps/slurm/default/bin:1;/apps/slurm/default/sbin:1;/apps/slurm/tools/sbank/bin:1;/home/Dusan.Jovic/bin:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/dbrowse:1";' export '__LMOD_REF_COUNT_PATH;' 'PATH="/contrib/cmake/3.9.0/bin:/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/bin:/apps/netcdf/4.7.0/intel/18.0.5.274/bin:/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/bin/intel64:/contrib/sutils/bin:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/opt/ibutils/bin:/apps/local/bin:/apps/local/sbin:/apps/slurm/default/tools:/apps/slurm/default/bin:/apps/slurm/default/sbin:/apps/slurm/tools/sbank/bin:/home/Dusan.Jovic/bin:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/dbrowse";' export 'PATH;' '__LMOD_REF_COUNT_PKG_CONFIG_PATH="/apps/intel/compilers_and_libraries_2018/linux/mkl/bin/pkgconfig:1";' export '__LMOD_REF_COUNT_PKG_CONFIG_PATH;' 'PKG_CONFIG_PATH="/apps/intel/compilers_and_libraries_2018/linux/mkl/bin/pkgconfig";' export 'PKG_CONFIG_PATH;' 'PNG_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/png_v1.2.44";' export 'PNG_INC;' 'PNG_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libpng_v1.2.44.a";' export 'PNG_LIB;' 'PNG_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/thirdParty";' export 'PNG_SRC;' 'PNG_VER="v1.2.44";' export 'PNG_VER;' 'POST_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ncep_post_v8.0.1_4";' export 'POST_INC;' 'POST_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libncep_post_v8.0.1_4.a";' export 'POST_LIB;' 'POST_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/post_v8.0.1";' export 'POST_SRC;' 'POST_VER="v8.0.1";' export 'POST_VER;' 'SLURM_UTILS_PATH="/contrib/sutils/bin";' export 'SLURM_UTILS_PATH;' 'SP_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_4.a";' export 'SP_LIB4;' 'SP_LIB8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_8.a";' export 'SP_LIB8;' 'SP_LIBd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_d.a";' export 'SP_LIBd;' 'SP_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/sp_v2.0.3";' export 'SP_SRC;' 'SP_VER="v2.0.3";' export 'SP_VER;' 'W3EMC_INC4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/w3emc_v2.3.1_4";' export 'W3EMC_INC4;' 'W3EMC_INC8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/w3emc_v2.3.1_8";' export 'W3EMC_INC8;' 'W3EMC_INCd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/w3emc_v2.3.1_d";' export 'W3EMC_INCd;' 'W3EMC_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_4.a";' export 'W3EMC_LIB4;' 'W3EMC_LIB8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_8.a";' export 'W3EMC_LIB8;' 'W3EMC_LIBd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_d.a";' export 'W3EMC_LIBd;' 'W3EMC_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/w3emc_v2.3.1";' export 'W3EMC_SRC;' 'W3EMC_VER="v2.3.1";' export 'W3EMC_VER;' 'W3NCO_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_4.a";' export 'W3NCO_LIB4;' 'W3NCO_LIB8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_8.a";' export 'W3NCO_LIB8;' 'W3NCO_LIBd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_d.a";' export 'W3NCO_LIBd;' 'W3NCO_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/w3nco_v2.0.7";' export 'W3NCO_SRC;' 'W3NCO_VER="v2.0.7";' export 'W3NCO_VER;' 'Z_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/z_v1.2.11";' export 'Z_INC;' 'Z_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libz_v1.2.11.a";' export 'Z_LIB;' 'Z_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/thirdParty";' export 'Z_SRC;' 'Z_VER="v1.2.11";' export 'Z_VER;' '__LMOD_REF_COUNT__LMFILES_="/apps/modules/modulefiles/contrib:1;/contrib/modulefiles/sutils/default:1;/apps/modules/modulefiles/intel/18.0.5.274:1;/apps/modules/modulefamilies/intel/impi/2018.0.4:1;/apps/modules/modulefamilies/intel/netcdf/4.7.0:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/bacio/2.0.3:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/ip/3.0.2:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/nemsio/2.2.4:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/sp/2.0.3:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3emc/2.3.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3nco/2.0.7:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2/3.1.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2tmpl/1.6.0:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/crtm/2.2.6:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/jasper/1.900.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/png/1.2.44:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/z/1.2.11:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/post/8.0.1:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles/esmf/8.0.0:1;/contrib/modulefiles/cmake/3.9.0:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel/fv3:1";' export '__LMOD_REF_COUNT__LMFILES_;' '_LMFILES_="/apps/modules/modulefiles/contrib:/contrib/modulefiles/sutils/default:/apps/modules/modulefiles/intel/18.0.5.274:/apps/modules/modulefamilies/intel/impi/2018.0.4:/apps/modules/modulefamilies/intel/netcdf/4.7.0:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/bacio/2.0.3:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/ip/3.0.2:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/nemsio/2.2.4:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/sp/2.0.3:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3emc/2.3.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3nco/2.0.7:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2/3.1.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2tmpl/1.6.0:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/crtm/2.2.6:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/jasper/1.900.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/png/1.2.44:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/z/1.2.11:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/post/8.0.1:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles/esmf/8.0.0:/contrib/modulefiles/cmake/3.9.0:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel/fv3";' export '_LMFILES_;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJpbXBpIix9LG1UPXtiYWNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvYmFjaW8vMi4wLjMiLFsiZnVsbE5hbWUiXT0iYmFjaW8vMi4wLjMiLFsibG9hZE9yZGVyIl09Nixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJiYWNpby8yLjAuMyIsfSxjbWFrZT17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9jbWFrZS8zLjkuMCIsWyJmdWxs";' export '_ModuleTable001_;' '_ModuleTable002_="TmFtZSJdPSJjbWFrZS8zLjkuMCIsWyJsb2FkT3JkZXIiXT0yMCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjbWFrZS8zLjkuMCIsfSxjb250cmliPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvY29udHJpYiIsWyJmdWxsTmFtZSJdPSJjb250cmliIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY29udHJpYiIsfSxjcnRtPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9jcnRtLzIuMi42IixbImZ1bGxOYW1lIl09ImNydG0vMi4yLjYiLFsibG9hZE9yZGVy";' export '_ModuleTable002_;' '_ModuleTable003_="Il09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL2Z2My1jYW0vRHVzYW4uSm92aWMvdWZzL3ByMTgvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvaGVyYS5pbnRlbC9mdjMiLFsi";' export '_ModuleTable003_;' '_ModuleTable004_="ZnVsbE5hbWUiXT0iZnYzIixbImxvYWRPcmRlciJdPTIxLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTAsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImZ2MyIsfSxnMj17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzIvMy4xLjEiLFsiZnVsbE5hbWUiXT0iZzIvMy4xLjEiLFsibG9hZE9yZGVyIl09MTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZzIvMy4xLjEiLH0sZzJ0bXBsPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9nMnRtcGwvMS42LjAiLFsiZnVsbE5hbWUiXT0iZzJ0bXBsLzEuNi4w";' export '_ModuleTable004_;' '_ModuleTable005_="IixbImxvYWRPcmRlciJdPTEzLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcydG1wbC8xLjYuMCIsfSxpbXBpPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwvaW1waS8yMDE4LjAuNCIsWyJmdWxsTmFtZSJdPSJpbXBpLzIwMTguMC40IixbImxvYWRPcmRlciJdPTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW1waS8yMDE4LjAuNCIsfSxpbnRlbD17WyJmbiJdPSIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL2ludGVsLzE4LjAuNS4yNzQiLFsiZnVsbE5hbWUiXT0iaW50ZWwvMTguMC41LjI3NCIsWyJsb2FkT3JkZXIi";' export '_ModuleTable005_;' '_ModuleTable006_="XT0zLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImludGVsLzE4LjAuNS4yNzQiLH0saXA9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2lwLzMuMC4yIixbImZ1bGxOYW1lIl09ImlwLzMuMC4yIixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaXAvMy4wLjIiLH0samFzcGVyPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9qYXNwZXIvMS45MDAuMSIsWyJmdWxsTmFtZSJdPSJqYXNwZXIvMS45MDAuMSIsWyJsb2FkT3JkZXIi";' export '_ModuleTable006_;' '_ModuleTable007_="XT0xNSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJqYXNwZXIvMS45MDAuMSIsfSxuZW1zaW89e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL25lbXNpby8yLjIuNCIsWyJmdWxsTmFtZSJdPSJuZW1zaW8vMi4yLjQiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZW1zaW8vMi4yLjQiLH0sbmV0Y2RmPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwvbmV0Y2RmLzQuNy4wIixbImZ1bGxOYW1lIl09Im5ldGNkZi80LjcuMCIsWyJsb2FkT3JkZXIi";' export '_ModuleTable007_;' '_ModuleTable008_="XT01LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5ldGNkZi80LjcuMCIsfSxwbmc9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3BuZy8xLjIuNDQiLFsiZnVsbE5hbWUiXT0icG5nLzEuMi40NCIsWyJsb2FkT3JkZXIiXT0xNixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJwbmcvMS4yLjQ0Iix9LHBvc3Q9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3Bvc3QvOC4wLjEiLFsiZnVsbE5hbWUiXT0icG9zdC84LjAuMSIsWyJsb2FkT3JkZXIiXT0xOCxw";' export '_ModuleTable008_;' '_ModuleTable009_="cm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJwb3N0LzguMC4xIix9LHNwPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9zcC8yLjAuMyIsWyJmdWxsTmFtZSJdPSJzcC8yLjAuMyIsWyJsb2FkT3JkZXIiXT05LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InNwLzIuMC4zIix9LHN1dGlscz17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9zdXRpbHMvZGVmYXVsdCIsWyJmdWxsTmFtZSJdPSJzdXRpbHMvZGVmYXVsdCIsWyJsb2FkT3JkZXIiXT0yLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0";' export '_ModuleTable009_;' '_ModuleTable010_="dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InN1dGlscyIsfSx3M2VtYz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNlbWMvMi4zLjEiLFsiZnVsbE5hbWUiXT0idzNlbWMvMi4zLjEiLFsibG9hZE9yZGVyIl09MTAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNlbWMvMi4zLjEiLH0sdzNuY289e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czbmNvLzIuMC43IixbImZ1bGxOYW1lIl09InczbmNvLzIuMC43IixbImxvYWRPcmRlciJdPTExLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMi";' export '_ModuleTable010_;' '_ModuleTable011_="XT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHo9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3ovMS4yLjExIixbImZ1bGxOYW1lIl09InovMS4yLjExIixbImxvYWRPcmRlciJdPTE3LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InovMS4yLjExIix9LH0sbXBhdGhBPXsiL2NvbnRyaWIvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDIvTkNFUERFVi9mdjMtY2FtL0R1c2FuLkpvdmljL3Vmcy9wcjE4L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL2hlcmEuaW50ZWwiLCIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi9hcHBz";' export '_ModuleTable011_;' '_ModuleTable012_="L21vZHVsZXMvbW9kdWxlZmlsZXMvTGludXgiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L2NyYXlwZS9kZWZhdWx0L21vZHVsZWZpbGVzIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbCIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWxfaW1waSIsIi9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcyIsIi9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmU6L2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9M";' export '_ModuleTable012_;' '_ModuleTable013_="aW51eDovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzOi9vcHQvY3JheS9tb2R1bGVmaWxlczovb3B0L2NyYXkvY3JheXBlL2RlZmF1bHQvbW9kdWxlZmlsZXMiLH0=";' export '_ModuleTable013_;' '_ModuleTable_Sz_="13";' export '_ModuleTable_Sz_;' -++ BACIO_LIB4=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libbacio_v2.0.3_4.a -++ export BACIO_LIB4 -++ BACIO_LIB8=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libbacio_v2.0.3_8.a -++ export BACIO_LIB8 -++ BACIO_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/bacio_v2.0.3 -++ export BACIO_SRC -++ BACIO_VER=v2.0.3 -++ export BACIO_VER -++ __LMOD_REF_COUNT_CLASSPATH='/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/mpi.jar:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/daal.jar:1' -++ export __LMOD_REF_COUNT_CLASSPATH -++ CLASSPATH=/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/mpi.jar:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/daal.jar -++ export CLASSPATH -++ CMAKE_CXX_COMPILER=mpiicpc -++ export CMAKE_CXX_COMPILER -++ CMAKE_C_COMPILER=mpiicc -++ export CMAKE_C_COMPILER -++ CMAKE_Fortran_COMPILER=mpiifort -++ export CMAKE_Fortran_COMPILER -++ CMAKE_Platform=hera.intel -++ export CMAKE_Platform -++ COMP=intel -++ export COMP -++ __LMOD_REF_COUNT_CPATH='/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/include:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/include:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/pstl/include:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/include:2;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/include:1' -++ export __LMOD_REF_COUNT_CPATH -++ CPATH=/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/include:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/include:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/pstl/include:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/include:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/include -++ export CPATH -++ CRTM_FIX=/scratch2/NCEPDEV/nwprod/NCEPLIBS/fix/crtm_v2.2.6 -++ export CRTM_FIX -++ CRTM_INC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/crtm_v2.2.6 -++ export CRTM_INC -++ CRTM_LIB=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libcrtm_v2.2.6.a -++ export CRTM_LIB -++ CRTM_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/crtm_v2.2.6 -++ export CRTM_SRC -++ CRTM_VER=v2.2.6 -++ export CRTM_VER -++ ESMFMKFILE=/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/lib/esmf.mk -++ export ESMFMKFILE -++ G2TMPL_INC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/g2tmpl_v1.6.0 -++ export G2TMPL_INC -++ G2TMPL_LIB=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2tmpl_v1.6.0.a -++ export G2TMPL_LIB -++ G2TMPL_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/g2tmpl_v1.6.0/src -++ export G2TMPL_SRC -++ G2TMPL_VER=v1.6.0 -++ export G2TMPL_VER -++ G2_INC4=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/g2_v3.1.1_4 -++ export G2_INC4 -++ G2_INCd=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/g2_v3.1.1_d -++ export G2_INCd -++ G2_LIB4=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2_v3.1.1_4.a -++ export G2_LIB4 -++ G2_LIBd=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2_v3.1.1_d.a -++ export G2_LIBd -++ G2_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/g2_v3.1.1 -++ export G2_SRC -++ G2_VER=v3.1.1 -++ export G2_VER -++ GDBSERVER_MIC=/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/targets/intel64/x200/bin/gdbserver -++ export GDBSERVER_MIC -++ GDB_CROSS=/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/intel64/bin/gdb-ia -++ export GDB_CROSS -++ __LMOD_REF_COUNT_INFOPATH='/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/info:1;/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/info:1' -++ export __LMOD_REF_COUNT_INFOPATH -++ INFOPATH=/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/info:/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/info -++ export INFOPATH -++ __LMOD_REF_COUNT_INTEL_LICENSE_FILE='/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/licenses:1;/apps/intel/licenses:1' -++ export __LMOD_REF_COUNT_INTEL_LICENSE_FILE -++ INTEL_LICENSE_FILE=/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/licenses:/apps/intel/licenses -++ export INTEL_LICENSE_FILE -++ INTEL_PYTHONHOME=/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/python/intel64/ -++ export INTEL_PYTHONHOME -++ IPATH_NO_BACKTRACE=1 -++ export IPATH_NO_BACKTRACE -++ IP_INC4=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ip_v3.0.2_4 -++ export IP_INC4 -++ IP_INC8=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ip_v3.0.2_8 -++ export IP_INC8 -++ IP_INCd=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ip_v3.0.2_d -++ export IP_INCd -++ IP_LIB4=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libip_v3.0.2_4.a -++ export IP_LIB4 -++ IP_LIB8=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libip_v3.0.2_8.a -++ export IP_LIB8 -++ IP_LIBd=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libip_v3.0.2_d.a -++ export IP_LIBd -++ IP_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/ip_v3.0.2 -++ export IP_SRC -++ IP_VER=v3.0.2 -++ export IP_VER -++ I_MPI_CC=icc -++ export I_MPI_CC -++ I_MPI_F90=ifort -++ export I_MPI_F90 -++ I_MPI_HYDRA_BRANCH_COUNT=128 -++ export I_MPI_HYDRA_BRANCH_COUNT -++ I_MPI_HYDRA_PMI_CONNECT=alltoall -++ export I_MPI_HYDRA_PMI_CONNECT -++ I_MPI_ROOT=/apps/intel/compilers_and_libraries_2018/linux/mpi -++ export I_MPI_ROOT -++ I_MPI_TMI_PROVIDER=psm -++ export I_MPI_TMI_PROVIDER -++ JASPER_INC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/include/jasper_v1.900.1 -++ export JASPER_INC -++ JASPER_LIB=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/lib/libjasper_v1.900.1.a -++ export JASPER_LIB -++ JASPER_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/thirdParty -++ export JASPER_SRC -++ JASPER_VER=v1.900.1 -++ export JASPER_VER -++ __LMOD_REF_COUNT_LD_LIBRARY_PATH='/apps/netcdf/4.7.0/intel/18.0.5.274/lib:1;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib:1;/apps/slurm/default/lib:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/lib/intel64:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:2;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:2;/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/libipt/intel64/lib:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4:1' -++ export __LMOD_REF_COUNT_LD_LIBRARY_PATH -++ LD_LIBRARY_PATH=/apps/netcdf/4.7.0/intel/18.0.5.274/lib:/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib::/apps/slurm/default/lib:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/lib/intel64:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/libipt/intel64/lib:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4 -++ export LD_LIBRARY_PATH -++ __LMOD_REF_COUNT_LIBRARY_PATH='/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:2;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4:1' -++ export __LMOD_REF_COUNT_LIBRARY_PATH -++ LIBRARY_PATH=/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4 -++ export LIBRARY_PATH -++ LIB_NAME=POST -++ export LIB_NAME -++ LMOD_FAMILY_COMPILER=intel -++ export LMOD_FAMILY_COMPILER -++ LMOD_FAMILY_COMPILER_VERSION=18.0.5.274 -++ export LMOD_FAMILY_COMPILER_VERSION -++ LMOD_FAMILY_MPI=impi -++ export LMOD_FAMILY_MPI -++ LMOD_FAMILY_MPI_VERSION=2018.0.4 -++ export LMOD_FAMILY_MPI_VERSION -++ __LMOD_REF_COUNT_LOADEDMODULES='contrib:1;sutils/default:1;intel/18.0.5.274:1;impi/2018.0.4:1;netcdf/4.7.0:1;bacio/2.0.3:1;ip/3.0.2:1;nemsio/2.2.4:1;sp/2.0.3:1;w3emc/2.3.1:1;w3nco/2.0.7:1;g2/3.1.1:1;g2tmpl/1.6.0:1;crtm/2.2.6:1;jasper/1.900.1:1;png/1.2.44:1;z/1.2.11:1;post/8.0.1:1;esmf/8.0.0:1;cmake/3.9.0:1;fv3:1' -++ export __LMOD_REF_COUNT_LOADEDMODULES -++ LOADEDMODULES=contrib:sutils/default:intel/18.0.5.274:impi/2018.0.4:netcdf/4.7.0:bacio/2.0.3:ip/3.0.2:nemsio/2.2.4:sp/2.0.3:w3emc/2.3.1:w3nco/2.0.7:g2/3.1.1:g2tmpl/1.6.0:crtm/2.2.6:jasper/1.900.1:png/1.2.44:z/1.2.11:post/8.0.1:esmf/8.0.0:cmake/3.9.0:fv3 -++ export LOADEDMODULES -++ __LMOD_REF_COUNT_MANPATH='/apps/netcdf/4.7.0/intel/18.0.5.274/share/man:1;/apps/intel/compilers_and_libraries_2018/linux/mpi/man:1;/apps/intel/parallel_studio_xe_2018.4.057/man/common:1;/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/man:1;/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/man:1;/apps/lmod/lmod/share/man:1;/apps/local/man:1;/apps/slurm/default/share/man:1;/apps/slurm/tools/sbank/share/man:1' -++ export __LMOD_REF_COUNT_MANPATH -++ MANPATH=/apps/netcdf/4.7.0/intel/18.0.5.274/share/man:/apps/intel/compilers_and_libraries_2018/linux/mpi/man:/apps/intel/parallel_studio_xe_2018.4.057/man/common:/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/man:/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/man:/apps/lmod/lmod/share/man::/apps/local/man:/apps/slurm/default/share/man:/apps/slurm/tools/sbank/share/man -++ export MANPATH -++ __LMOD_REF_COUNT_MODULEPATH='/contrib/modulefiles:3;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:2;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1;/apps/modules/modulefamilies/intel:1;/apps/modules/modulefamilies/intel_impi:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles:1' -++ export __LMOD_REF_COUNT_MODULEPATH -++ MODULEPATH=/contrib/modulefiles:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles:/apps/modules/modulefamilies/intel:/apps/modules/modulefamilies/intel_impi:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles -++ export MODULEPATH -++ MPM_LAUNCHER=/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/mpm/mic/bin/start_mpm.sh -++ export MPM_LAUNCHER -++ NCEPLIBS=/scratch2/NCEPDEV/nwprod/NCEPLIBS -++ export NCEPLIBS -++ NEMSIO_INC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/nemsio_v2.2.4 -++ export NEMSIO_INC -++ NEMSIO_LIB=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libnemsio_v2.2.4.a -++ export NEMSIO_LIB -++ NEMSIO_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/nemsio_v2.2.4 -++ export NEMSIO_SRC -++ NEMSIO_VER=v2.2.4 -++ export NEMSIO_VER -++ NETCDF=/apps/netcdf/4.7.0/intel/18.0.5.274 -++ export NETCDF -++ __LMOD_REF_COUNT_NLSPATH='/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64/locale/%l_%t/%N:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin/locale/%l_%t/%N:1;/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/intel64/share/locale/%l_%t/%N:1' -++ export __LMOD_REF_COUNT_NLSPATH -++ NLSPATH=/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64/locale/%l_%t/%N:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin/locale/%l_%t/%N:/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/intel64/share/locale/%l_%t/%N -++ export NLSPATH -++ __LMOD_REF_COUNT_PATH='/contrib/cmake/3.9.0/bin:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/bin:1;/apps/netcdf/4.7.0/intel/18.0.5.274/bin:1;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/bin/intel64:1;/contrib/sutils/bin:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:1;/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/opt/ibutils/bin:1;/apps/local/bin:1;/apps/local/sbin:1;/apps/slurm/default/tools:1;/apps/slurm/default/bin:1;/apps/slurm/default/sbin:1;/apps/slurm/tools/sbank/bin:1;/home/Dusan.Jovic/bin:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/dbrowse:1' -++ export __LMOD_REF_COUNT_PATH -++ PATH=/contrib/cmake/3.9.0/bin:/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/bin:/apps/netcdf/4.7.0/intel/18.0.5.274/bin:/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/bin/intel64:/contrib/sutils/bin:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/opt/ibutils/bin:/apps/local/bin:/apps/local/sbin:/apps/slurm/default/tools:/apps/slurm/default/bin:/apps/slurm/default/sbin:/apps/slurm/tools/sbank/bin:/home/Dusan.Jovic/bin:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/dbrowse -++ export PATH -++ __LMOD_REF_COUNT_PKG_CONFIG_PATH=/apps/intel/compilers_and_libraries_2018/linux/mkl/bin/pkgconfig:1 -++ export __LMOD_REF_COUNT_PKG_CONFIG_PATH -++ PKG_CONFIG_PATH=/apps/intel/compilers_and_libraries_2018/linux/mkl/bin/pkgconfig -++ export PKG_CONFIG_PATH -++ PNG_INC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/png_v1.2.44 -++ export PNG_INC -++ PNG_LIB=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libpng_v1.2.44.a -++ export PNG_LIB -++ PNG_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/thirdParty -++ export PNG_SRC -++ PNG_VER=v1.2.44 -++ export PNG_VER -++ POST_INC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ncep_post_v8.0.1_4 -++ export POST_INC -++ POST_LIB=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libncep_post_v8.0.1_4.a -++ export POST_LIB -++ POST_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/post_v8.0.1 -++ export POST_SRC -++ POST_VER=v8.0.1 -++ export POST_VER -++ SLURM_UTILS_PATH=/contrib/sutils/bin -++ export SLURM_UTILS_PATH -++ SP_LIB4=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_4.a -++ export SP_LIB4 -++ SP_LIB8=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_8.a -++ export SP_LIB8 -++ SP_LIBd=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_d.a -++ export SP_LIBd -++ SP_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/sp_v2.0.3 -++ export SP_SRC -++ SP_VER=v2.0.3 -++ export SP_VER -++ W3EMC_INC4=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/w3emc_v2.3.1_4 -++ export W3EMC_INC4 -++ W3EMC_INC8=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/w3emc_v2.3.1_8 -++ export W3EMC_INC8 -++ W3EMC_INCd=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/w3emc_v2.3.1_d -++ export W3EMC_INCd -++ W3EMC_LIB4=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_4.a -++ export W3EMC_LIB4 -++ W3EMC_LIB8=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_8.a -++ export W3EMC_LIB8 -++ W3EMC_LIBd=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_d.a -++ export W3EMC_LIBd -++ W3EMC_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/w3emc_v2.3.1 -++ export W3EMC_SRC -++ W3EMC_VER=v2.3.1 -++ export W3EMC_VER -++ W3NCO_LIB4=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_4.a -++ export W3NCO_LIB4 -++ W3NCO_LIB8=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_8.a -++ export W3NCO_LIB8 -++ W3NCO_LIBd=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_d.a -++ export W3NCO_LIBd -++ W3NCO_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/w3nco_v2.0.7 -++ export W3NCO_SRC -++ W3NCO_VER=v2.0.7 -++ export W3NCO_VER -++ Z_INC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/z_v1.2.11 -++ export Z_INC -++ Z_LIB=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libz_v1.2.11.a -++ export Z_LIB -++ Z_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/thirdParty -++ export Z_SRC -++ Z_VER=v1.2.11 -++ export Z_VER -++ __LMOD_REF_COUNT__LMFILES_='/apps/modules/modulefiles/contrib:1;/contrib/modulefiles/sutils/default:1;/apps/modules/modulefiles/intel/18.0.5.274:1;/apps/modules/modulefamilies/intel/impi/2018.0.4:1;/apps/modules/modulefamilies/intel/netcdf/4.7.0:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/bacio/2.0.3:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/ip/3.0.2:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/nemsio/2.2.4:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/sp/2.0.3:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3emc/2.3.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3nco/2.0.7:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2/3.1.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2tmpl/1.6.0:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/crtm/2.2.6:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/jasper/1.900.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/png/1.2.44:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/z/1.2.11:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/post/8.0.1:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles/esmf/8.0.0:1;/contrib/modulefiles/cmake/3.9.0:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel/fv3:1' -++ export __LMOD_REF_COUNT__LMFILES_ -++ _LMFILES_=/apps/modules/modulefiles/contrib:/contrib/modulefiles/sutils/default:/apps/modules/modulefiles/intel/18.0.5.274:/apps/modules/modulefamilies/intel/impi/2018.0.4:/apps/modules/modulefamilies/intel/netcdf/4.7.0:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/bacio/2.0.3:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/ip/3.0.2:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/nemsio/2.2.4:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/sp/2.0.3:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3emc/2.3.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3nco/2.0.7:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2/3.1.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2tmpl/1.6.0:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/crtm/2.2.6:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/jasper/1.900.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/png/1.2.44:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/z/1.2.11:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/post/8.0.1:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles/esmf/8.0.0:/contrib/modulefiles/cmake/3.9.0:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel/fv3 -++ export _LMFILES_ -++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJpbXBpIix9LG1UPXtiYWNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvYmFjaW8vMi4wLjMiLFsiZnVsbE5hbWUiXT0iYmFjaW8vMi4wLjMiLFsibG9hZE9yZGVyIl09Nixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJiYWNpby8yLjAuMyIsfSxjbWFrZT17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9jbWFrZS8zLjkuMCIsWyJmdWxs -++ export _ModuleTable001_ -++ _ModuleTable002_=TmFtZSJdPSJjbWFrZS8zLjkuMCIsWyJsb2FkT3JkZXIiXT0yMCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjbWFrZS8zLjkuMCIsfSxjb250cmliPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvY29udHJpYiIsWyJmdWxsTmFtZSJdPSJjb250cmliIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY29udHJpYiIsfSxjcnRtPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9jcnRtLzIuMi42IixbImZ1bGxOYW1lIl09ImNydG0vMi4yLjYiLFsibG9hZE9yZGVy -++ export _ModuleTable002_ -++ _ModuleTable003_=Il09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL2Z2My1jYW0vRHVzYW4uSm92aWMvdWZzL3ByMTgvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvaGVyYS5pbnRlbC9mdjMiLFsi -++ export _ModuleTable003_ -++ _ModuleTable004_=ZnVsbE5hbWUiXT0iZnYzIixbImxvYWRPcmRlciJdPTIxLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTAsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImZ2MyIsfSxnMj17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzIvMy4xLjEiLFsiZnVsbE5hbWUiXT0iZzIvMy4xLjEiLFsibG9hZE9yZGVyIl09MTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZzIvMy4xLjEiLH0sZzJ0bXBsPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9nMnRtcGwvMS42LjAiLFsiZnVsbE5hbWUiXT0iZzJ0bXBsLzEuNi4w -++ export _ModuleTable004_ -++ _ModuleTable005_=IixbImxvYWRPcmRlciJdPTEzLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcydG1wbC8xLjYuMCIsfSxpbXBpPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwvaW1waS8yMDE4LjAuNCIsWyJmdWxsTmFtZSJdPSJpbXBpLzIwMTguMC40IixbImxvYWRPcmRlciJdPTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW1waS8yMDE4LjAuNCIsfSxpbnRlbD17WyJmbiJdPSIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL2ludGVsLzE4LjAuNS4yNzQiLFsiZnVsbE5hbWUiXT0iaW50ZWwvMTguMC41LjI3NCIsWyJsb2FkT3JkZXIi -++ export _ModuleTable005_ -++ _ModuleTable006_=XT0zLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImludGVsLzE4LjAuNS4yNzQiLH0saXA9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2lwLzMuMC4yIixbImZ1bGxOYW1lIl09ImlwLzMuMC4yIixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaXAvMy4wLjIiLH0samFzcGVyPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9qYXNwZXIvMS45MDAuMSIsWyJmdWxsTmFtZSJdPSJqYXNwZXIvMS45MDAuMSIsWyJsb2FkT3JkZXIi -++ export _ModuleTable006_ -++ _ModuleTable007_=XT0xNSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJqYXNwZXIvMS45MDAuMSIsfSxuZW1zaW89e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL25lbXNpby8yLjIuNCIsWyJmdWxsTmFtZSJdPSJuZW1zaW8vMi4yLjQiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZW1zaW8vMi4yLjQiLH0sbmV0Y2RmPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwvbmV0Y2RmLzQuNy4wIixbImZ1bGxOYW1lIl09Im5ldGNkZi80LjcuMCIsWyJsb2FkT3JkZXIi -++ export _ModuleTable007_ -++ _ModuleTable008_=XT01LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5ldGNkZi80LjcuMCIsfSxwbmc9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3BuZy8xLjIuNDQiLFsiZnVsbE5hbWUiXT0icG5nLzEuMi40NCIsWyJsb2FkT3JkZXIiXT0xNixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJwbmcvMS4yLjQ0Iix9LHBvc3Q9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3Bvc3QvOC4wLjEiLFsiZnVsbE5hbWUiXT0icG9zdC84LjAuMSIsWyJsb2FkT3JkZXIiXT0xOCxw -++ export _ModuleTable008_ -++ _ModuleTable009_=cm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJwb3N0LzguMC4xIix9LHNwPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9zcC8yLjAuMyIsWyJmdWxsTmFtZSJdPSJzcC8yLjAuMyIsWyJsb2FkT3JkZXIiXT05LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InNwLzIuMC4zIix9LHN1dGlscz17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9zdXRpbHMvZGVmYXVsdCIsWyJmdWxsTmFtZSJdPSJzdXRpbHMvZGVmYXVsdCIsWyJsb2FkT3JkZXIiXT0yLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0 -++ export _ModuleTable009_ -++ _ModuleTable010_=dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InN1dGlscyIsfSx3M2VtYz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNlbWMvMi4zLjEiLFsiZnVsbE5hbWUiXT0idzNlbWMvMi4zLjEiLFsibG9hZE9yZGVyIl09MTAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNlbWMvMi4zLjEiLH0sdzNuY289e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czbmNvLzIuMC43IixbImZ1bGxOYW1lIl09InczbmNvLzIuMC43IixbImxvYWRPcmRlciJdPTExLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMi -++ export _ModuleTable010_ -++ _ModuleTable011_=XT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHo9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3ovMS4yLjExIixbImZ1bGxOYW1lIl09InovMS4yLjExIixbImxvYWRPcmRlciJdPTE3LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InovMS4yLjExIix9LH0sbXBhdGhBPXsiL2NvbnRyaWIvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDIvTkNFUERFVi9mdjMtY2FtL0R1c2FuLkpvdmljL3Vmcy9wcjE4L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL2hlcmEuaW50ZWwiLCIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi9hcHBz -++ export _ModuleTable011_ -++ _ModuleTable012_=L21vZHVsZXMvbW9kdWxlZmlsZXMvTGludXgiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L2NyYXlwZS9kZWZhdWx0L21vZHVsZWZpbGVzIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbCIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWxfaW1waSIsIi9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcyIsIi9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmU6L2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9M -++ export _ModuleTable012_ -++ _ModuleTable013_=aW51eDovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzOi9vcHQvY3JheS9tb2R1bGVmaWxlczovb3B0L2NyYXkvY3JheXBlL2RlZmF1bHQvbW9kdWxlZmlsZXMiLH0= -++ export _ModuleTable013_ -++ _ModuleTable_Sz_=13 -++ export _ModuleTable_Sz_ -++ : -s sh -+ eval -+ module list -++ /apps/lmod/7.7.18/libexec/lmod bash list -+ eval echo ''\'''\'';' echo ''\''Currently'\''' ''\''Loaded'\''' ''\''Modules:'\'';' echo ''\'''\''' ''\'''\''' ''\''1)'\''' ''\''contrib'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''7)'\''' ''\''ip/3.0.2'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''13)'\''' ''\''g2tmpl/1.6.0'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''19)'\''' ''\''esmf/8.0.0'\'';' echo ''\'''\''' ''\'''\''' ''\''2)'\''' ''\''sutils/default'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''8)'\''' ''\''nemsio/2.2.4'\''' ''\'''\''' ''\''14)'\''' ''\''crtm/2.2.6'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''20)'\''' ''\''cmake/3.9.0'\'';' echo ''\'''\''' ''\'''\''' ''\''3)'\''' ''\''intel/18.0.5.274'\''' ''\'''\''' ''\'''\''' ''\''9)'\''' ''\''sp/2.0.3'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''15)'\''' ''\''jasper/1.900.1'\''' ''\'''\''' ''\''21)'\''' ''\''fv3'\'';' echo ''\'''\''' ''\'''\''' ''\''4)'\''' ''\''impi/2018.0.4'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''10)'\''' ''\''w3emc/2.3.1'\''' ''\'''\''' ''\'''\''' ''\''16)'\''' ''\''png/1.2.44'\'';' echo ''\'''\''' ''\'''\''' ''\''5)'\''' ''\''netcdf/4.7.0'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''11)'\''' ''\''w3nco/2.0.7'\''' ''\'''\''' ''\'''\''' ''\''17)'\''' ''\''z/1.2.11'\'';' echo ''\'''\''' ''\'''\''' ''\''6)'\''' ''\''bacio/2.0.3'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''12)'\''' ''\''g2/3.1.1'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''18)'\''' ''\''post/8.0.1'\'';' echo ''\'''\'';' echo ''\'''\''' ''\'''\'';' echo ''\'''\'';' 'MODULEPATH="/contrib/modulefiles:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles:/apps/modules/modulefamilies/intel:/apps/modules/modulefamilies/intel_impi:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles";' export 'MODULEPATH;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJpbXBpIix9LG1UPXtiYWNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvYmFjaW8vMi4wLjMiLFsiZnVsbE5hbWUiXT0iYmFjaW8vMi4wLjMiLFsibG9hZE9yZGVyIl09Nixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJiYWNpby8yLjAuMyIsfSxjbWFrZT17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9jbWFrZS8zLjkuMCIsWyJmdWxs";' export '_ModuleTable001_;' '_ModuleTable002_="TmFtZSJdPSJjbWFrZS8zLjkuMCIsWyJsb2FkT3JkZXIiXT0yMCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjbWFrZS8zLjkuMCIsfSxjb250cmliPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvY29udHJpYiIsWyJmdWxsTmFtZSJdPSJjb250cmliIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY29udHJpYiIsfSxjcnRtPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9jcnRtLzIuMi42IixbImZ1bGxOYW1lIl09ImNydG0vMi4yLjYiLFsibG9hZE9yZGVy";' export '_ModuleTable002_;' '_ModuleTable003_="Il09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL2Z2My1jYW0vRHVzYW4uSm92aWMvdWZzL3ByMTgvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvaGVyYS5pbnRlbC9mdjMiLFsi";' export '_ModuleTable003_;' '_ModuleTable004_="ZnVsbE5hbWUiXT0iZnYzIixbImxvYWRPcmRlciJdPTIxLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTAsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImZ2MyIsfSxnMj17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzIvMy4xLjEiLFsiZnVsbE5hbWUiXT0iZzIvMy4xLjEiLFsibG9hZE9yZGVyIl09MTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZzIvMy4xLjEiLH0sZzJ0bXBsPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9nMnRtcGwvMS42LjAiLFsiZnVsbE5hbWUiXT0iZzJ0bXBsLzEuNi4w";' export '_ModuleTable004_;' '_ModuleTable005_="IixbImxvYWRPcmRlciJdPTEzLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcydG1wbC8xLjYuMCIsfSxpbXBpPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwvaW1waS8yMDE4LjAuNCIsWyJmdWxsTmFtZSJdPSJpbXBpLzIwMTguMC40IixbImxvYWRPcmRlciJdPTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW1waS8yMDE4LjAuNCIsfSxpbnRlbD17WyJmbiJdPSIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL2ludGVsLzE4LjAuNS4yNzQiLFsiZnVsbE5hbWUiXT0iaW50ZWwvMTguMC41LjI3NCIsWyJsb2FkT3JkZXIi";' export '_ModuleTable005_;' '_ModuleTable006_="XT0zLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImludGVsLzE4LjAuNS4yNzQiLH0saXA9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2lwLzMuMC4yIixbImZ1bGxOYW1lIl09ImlwLzMuMC4yIixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaXAvMy4wLjIiLH0samFzcGVyPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9qYXNwZXIvMS45MDAuMSIsWyJmdWxsTmFtZSJdPSJqYXNwZXIvMS45MDAuMSIsWyJsb2FkT3JkZXIi";' export '_ModuleTable006_;' '_ModuleTable007_="XT0xNSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJqYXNwZXIvMS45MDAuMSIsfSxuZW1zaW89e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL25lbXNpby8yLjIuNCIsWyJmdWxsTmFtZSJdPSJuZW1zaW8vMi4yLjQiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZW1zaW8vMi4yLjQiLH0sbmV0Y2RmPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwvbmV0Y2RmLzQuNy4wIixbImZ1bGxOYW1lIl09Im5ldGNkZi80LjcuMCIsWyJsb2FkT3JkZXIi";' export '_ModuleTable007_;' '_ModuleTable008_="XT01LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5ldGNkZi80LjcuMCIsfSxwbmc9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3BuZy8xLjIuNDQiLFsiZnVsbE5hbWUiXT0icG5nLzEuMi40NCIsWyJsb2FkT3JkZXIiXT0xNixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJwbmcvMS4yLjQ0Iix9LHBvc3Q9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3Bvc3QvOC4wLjEiLFsiZnVsbE5hbWUiXT0icG9zdC84LjAuMSIsWyJsb2FkT3JkZXIiXT0xOCxw";' export '_ModuleTable008_;' '_ModuleTable009_="cm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJwb3N0LzguMC4xIix9LHNwPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9zcC8yLjAuMyIsWyJmdWxsTmFtZSJdPSJzcC8yLjAuMyIsWyJsb2FkT3JkZXIiXT05LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InNwLzIuMC4zIix9LHN1dGlscz17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9zdXRpbHMvZGVmYXVsdCIsWyJmdWxsTmFtZSJdPSJzdXRpbHMvZGVmYXVsdCIsWyJsb2FkT3JkZXIiXT0yLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0";' export '_ModuleTable009_;' '_ModuleTable010_="dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InN1dGlscyIsfSx3M2VtYz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNlbWMvMi4zLjEiLFsiZnVsbE5hbWUiXT0idzNlbWMvMi4zLjEiLFsibG9hZE9yZGVyIl09MTAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNlbWMvMi4zLjEiLH0sdzNuY289e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czbmNvLzIuMC43IixbImZ1bGxOYW1lIl09InczbmNvLzIuMC43IixbImxvYWRPcmRlciJdPTExLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMi";' export '_ModuleTable010_;' '_ModuleTable011_="XT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHo9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3ovMS4yLjExIixbImZ1bGxOYW1lIl09InovMS4yLjExIixbImxvYWRPcmRlciJdPTE3LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InovMS4yLjExIix9LH0sbXBhdGhBPXsiL2NvbnRyaWIvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDIvTkNFUERFVi9mdjMtY2FtL0R1c2FuLkpvdmljL3Vmcy9wcjE4L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL2hlcmEuaW50ZWwiLCIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi9hcHBz";' export '_ModuleTable011_;' '_ModuleTable012_="L21vZHVsZXMvbW9kdWxlZmlsZXMvTGludXgiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L2NyYXlwZS9kZWZhdWx0L21vZHVsZWZpbGVzIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbCIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWxfaW1waSIsIi9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcyIsIi9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmU6L2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9M";' export '_ModuleTable012_;' '_ModuleTable013_="aW51eDovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzOi9vcHQvY3JheS9tb2R1bGVmaWxlczovb3B0L2NyYXkvY3JheXBlL2RlZmF1bHQvbW9kdWxlZmlsZXMiLH0=";' export '_ModuleTable013_;' '_ModuleTable_Sz_="13";' export '_ModuleTable_Sz_;' -++ echo '' - -++ echo Currently Loaded Modules: -Currently Loaded Modules: -++ echo '' '' '1)' contrib '' '' '' '' '' '' '' '' '' '' '' '7)' ip/3.0.2 '' '' '' '' '' '13)' g2tmpl/1.6.0 '' '' '' '19)' esmf/8.0.0 - 1) contrib 7) ip/3.0.2 13) g2tmpl/1.6.0 19) esmf/8.0.0 -++ echo '' '' '2)' sutils/default '' '' '' '' '8)' nemsio/2.2.4 '' '14)' crtm/2.2.6 '' '' '' '' '' '20)' cmake/3.9.0 - 2) sutils/default 8) nemsio/2.2.4 14) crtm/2.2.6 20) cmake/3.9.0 -++ echo '' '' '3)' intel/18.0.5.274 '' '' '9)' sp/2.0.3 '' '' '' '' '' '15)' jasper/1.900.1 '' '21)' fv3 - 3) intel/18.0.5.274 9) sp/2.0.3 15) jasper/1.900.1 21) fv3 -++ echo '' '' '4)' impi/2018.0.4 '' '' '' '' '10)' w3emc/2.3.1 '' '' '16)' png/1.2.44 - 4) impi/2018.0.4 10) w3emc/2.3.1 16) png/1.2.44 -++ echo '' '' '5)' netcdf/4.7.0 '' '' '' '' '' '11)' w3nco/2.0.7 '' '' '17)' z/1.2.11 - 5) netcdf/4.7.0 11) w3nco/2.0.7 17) z/1.2.11 -++ echo '' '' '6)' bacio/2.0.3 '' '' '' '' '' '' '12)' g2/3.1.1 '' '' '' '' '' '18)' post/8.0.1 - 6) bacio/2.0.3 12) g2/3.1.1 18) post/8.0.1 -++ echo '' - -++ echo '' '' - -++ echo '' - -++ MODULEPATH=/contrib/modulefiles:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles:/apps/modules/modulefamilies/intel:/apps/modules/modulefamilies/intel_impi:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles -++ export MODULEPATH -++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJpbXBpIix9LG1UPXtiYWNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvYmFjaW8vMi4wLjMiLFsiZnVsbE5hbWUiXT0iYmFjaW8vMi4wLjMiLFsibG9hZE9yZGVyIl09Nixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJiYWNpby8yLjAuMyIsfSxjbWFrZT17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9jbWFrZS8zLjkuMCIsWyJmdWxs -++ export _ModuleTable001_ -++ _ModuleTable002_=TmFtZSJdPSJjbWFrZS8zLjkuMCIsWyJsb2FkT3JkZXIiXT0yMCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjbWFrZS8zLjkuMCIsfSxjb250cmliPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvY29udHJpYiIsWyJmdWxsTmFtZSJdPSJjb250cmliIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY29udHJpYiIsfSxjcnRtPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9jcnRtLzIuMi42IixbImZ1bGxOYW1lIl09ImNydG0vMi4yLjYiLFsibG9hZE9yZGVy -++ export _ModuleTable002_ -++ _ModuleTable003_=Il09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL2Z2My1jYW0vRHVzYW4uSm92aWMvdWZzL3ByMTgvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvaGVyYS5pbnRlbC9mdjMiLFsi -++ export _ModuleTable003_ -++ _ModuleTable004_=ZnVsbE5hbWUiXT0iZnYzIixbImxvYWRPcmRlciJdPTIxLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTAsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImZ2MyIsfSxnMj17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzIvMy4xLjEiLFsiZnVsbE5hbWUiXT0iZzIvMy4xLjEiLFsibG9hZE9yZGVyIl09MTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZzIvMy4xLjEiLH0sZzJ0bXBsPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9nMnRtcGwvMS42LjAiLFsiZnVsbE5hbWUiXT0iZzJ0bXBsLzEuNi4w -++ export _ModuleTable004_ -++ _ModuleTable005_=IixbImxvYWRPcmRlciJdPTEzLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcydG1wbC8xLjYuMCIsfSxpbXBpPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwvaW1waS8yMDE4LjAuNCIsWyJmdWxsTmFtZSJdPSJpbXBpLzIwMTguMC40IixbImxvYWRPcmRlciJdPTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW1waS8yMDE4LjAuNCIsfSxpbnRlbD17WyJmbiJdPSIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL2ludGVsLzE4LjAuNS4yNzQiLFsiZnVsbE5hbWUiXT0iaW50ZWwvMTguMC41LjI3NCIsWyJsb2FkT3JkZXIi -++ export _ModuleTable005_ -++ _ModuleTable006_=XT0zLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImludGVsLzE4LjAuNS4yNzQiLH0saXA9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2lwLzMuMC4yIixbImZ1bGxOYW1lIl09ImlwLzMuMC4yIixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaXAvMy4wLjIiLH0samFzcGVyPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9qYXNwZXIvMS45MDAuMSIsWyJmdWxsTmFtZSJdPSJqYXNwZXIvMS45MDAuMSIsWyJsb2FkT3JkZXIi -++ export _ModuleTable006_ -++ _ModuleTable007_=XT0xNSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJqYXNwZXIvMS45MDAuMSIsfSxuZW1zaW89e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL25lbXNpby8yLjIuNCIsWyJmdWxsTmFtZSJdPSJuZW1zaW8vMi4yLjQiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZW1zaW8vMi4yLjQiLH0sbmV0Y2RmPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwvbmV0Y2RmLzQuNy4wIixbImZ1bGxOYW1lIl09Im5ldGNkZi80LjcuMCIsWyJsb2FkT3JkZXIi -++ export _ModuleTable007_ -++ _ModuleTable008_=XT01LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5ldGNkZi80LjcuMCIsfSxwbmc9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3BuZy8xLjIuNDQiLFsiZnVsbE5hbWUiXT0icG5nLzEuMi40NCIsWyJsb2FkT3JkZXIiXT0xNixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJwbmcvMS4yLjQ0Iix9LHBvc3Q9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3Bvc3QvOC4wLjEiLFsiZnVsbE5hbWUiXT0icG9zdC84LjAuMSIsWyJsb2FkT3JkZXIiXT0xOCxw -++ export _ModuleTable008_ -++ _ModuleTable009_=cm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJwb3N0LzguMC4xIix9LHNwPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9zcC8yLjAuMyIsWyJmdWxsTmFtZSJdPSJzcC8yLjAuMyIsWyJsb2FkT3JkZXIiXT05LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InNwLzIuMC4zIix9LHN1dGlscz17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9zdXRpbHMvZGVmYXVsdCIsWyJmdWxsTmFtZSJdPSJzdXRpbHMvZGVmYXVsdCIsWyJsb2FkT3JkZXIiXT0yLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0 -++ export _ModuleTable009_ -++ _ModuleTable010_=dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InN1dGlscyIsfSx3M2VtYz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNlbWMvMi4zLjEiLFsiZnVsbE5hbWUiXT0idzNlbWMvMi4zLjEiLFsibG9hZE9yZGVyIl09MTAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNlbWMvMi4zLjEiLH0sdzNuY289e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czbmNvLzIuMC43IixbImZ1bGxOYW1lIl09InczbmNvLzIuMC43IixbImxvYWRPcmRlciJdPTExLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMi -++ export _ModuleTable010_ -++ _ModuleTable011_=XT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHo9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3ovMS4yLjExIixbImZ1bGxOYW1lIl09InovMS4yLjExIixbImxvYWRPcmRlciJdPTE3LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InovMS4yLjExIix9LH0sbXBhdGhBPXsiL2NvbnRyaWIvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDIvTkNFUERFVi9mdjMtY2FtL0R1c2FuLkpvdmljL3Vmcy9wcjE4L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL2hlcmEuaW50ZWwiLCIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi9hcHBz -++ export _ModuleTable011_ -++ _ModuleTable012_=L21vZHVsZXMvbW9kdWxlZmlsZXMvTGludXgiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L2NyYXlwZS9kZWZhdWx0L21vZHVsZWZpbGVzIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbCIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWxfaW1waSIsIi9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcyIsIi9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmU6L2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9M -++ export _ModuleTable012_ -++ _ModuleTable013_=aW51eDovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzOi9vcHQvY3JheS9tb2R1bGVmaWxlczovb3B0L2NyYXkvY3JheXBlL2RlZmF1bHQvbW9kdWxlZmlsZXMiLH0= -++ export _ModuleTable013_ -++ _ModuleTable_Sz_=13 -++ export _ModuleTable_Sz_ -++ : -s sh -+ eval -+ cd build_fv3_7 -+ cmake /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model -DREPRO=Y -D32BIT=Y --- The C compiler identification is Intel 18.0.5.20180823 --- The CXX compiler identification is Intel 18.0.5.20180823 --- The Fortran compiler identification is Intel 18.0.5.20180823 --- Check for working C compiler: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiicc --- Check for working C compiler: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiicc -- works --- Detecting C compiler ABI info --- Detecting C compiler ABI info - done --- Detecting C compile features --- Detecting C compile features - done --- Check for working CXX compiler: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiicpc --- Check for working CXX compiler: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiicpc -- works --- Detecting CXX compiler ABI info --- Detecting CXX compiler ABI info - done --- Detecting CXX compile features --- Detecting CXX compile features - done --- Check for working Fortran compiler: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort --- Check for working Fortran compiler: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -- works --- Detecting Fortran compiler ABI info --- Detecting Fortran compiler ABI info - done --- Checking whether /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort supports Fortran 90 --- Checking whether /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort supports Fortran 90 -- yes --- Found MPI_C: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpifort.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/release_mt/libmpi.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpigi.a;/usr/lib64/libdl.so;/usr/lib64/librt.so;/usr/lib64/libpthread.so --- Found MPI_CXX: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpicxx.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpifort.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/release_mt/libmpi.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpigi.a;/usr/lib64/libdl.so;/usr/lib64/librt.so;/usr/lib64/libpthread.so --- Found MPI_Fortran: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpifort.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/release_mt/libmpi.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpigi.a;/usr/lib64/libdl.so;/usr/lib64/librt.so;/usr/lib64/libpthread.so -ESMFMKFILE: /scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/lib/esmf.mk - Found ESMF: -ESMF_VERSION_MAJOR: 8 -ESMF_F90COMPILEPATHS: /scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod;/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include;/apps/netcdf/4.6.1/intel/16.1.150/include -ESMF_F90ESMFLINKRPATHS: -Wl,-rpath,/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/lib -ESMF_F90ESMFLINKLIBS: -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf --- Found ESMF: /scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod;/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include;/apps/netcdf/4.6.1/intel/16.1.150/include (found version "8.0.0") - -Setting configuration for hera.intel - -C compiler: Intel 18.0.5.20180823 (mpiicc) -CXX compiler: Intel 18.0.5.20180823 (mpiicpc) -Fortran compiler: Intel 18.0.5.20180823 (mpiifort) - -DEBUG is disabled -REPRO is ENABLED -32BIT is ENABLED -OPENMP is ENABLED -AVX2 is ENABLED -INLINE_POST is ENABLED - - -Selected physics package: gfs - -Force 64 bits in gfsphysics -Force 64 bits in ipd -Force 64 bits in stochastic_physics --- Configuring done --- Generating done --- Build files have been written to: /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_7 -+ make -j 8 -Scanning dependencies of target fv3cpl -[ 1%] Building Fortran object FV3/cpl/CMakeFiles/fv3cpl.dir/module_cplfields.F90.o -[ 1%] Building Fortran object FV3/cpl/CMakeFiles/fv3cpl.dir/module_cap_cpl.F90.o -Scanning dependencies of target gfsphysics -Scanning dependencies of target fms -[ 2%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/wam_f107_kp_mod.f90.o -[ 3%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/machine.F.o -[ 3%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/co2hc.f.o -[ 4%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/efield.f.o -[ 4%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_composition.f.o -[ 5%] Building Fortran object CMakeFiles/fms.dir/FMS/platform/platform.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 5%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_parameter.F90.o -[ 5%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_core.F90.o -[ 5%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mersenne_twister.f.o -[ 5%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_input.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 5%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/cloud_interpolator.F90.o -[ 5%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/GFDL_parse_tracers.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 5%] Linking Fortran static library libfv3cpl.a -[ 5%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_io.F90.o -[ 6%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/iounitdef.f.o -[ 6%] Building Fortran object CMakeFiles/fms.dir/FMS/random_numbers/MersenneTwister.F90.o -[ 6%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/namelist_soilveg.f.o -[ 6%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_wrf_utl.f90.o -[ 6%] Built target fv3cpl -[ 6%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/noahmp_tables.f90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 7%] Building Fortran object CMakeFiles/fms.dir/FMS/sat_vapor_pres/sat_vapor_pres_k.F90.o -[ 7%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_mp_radar.F90.o -[ 7%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/physcons.F90.o -[ 7%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/date_def.f.o -[ 7%] Building Fortran object CMakeFiles/fms.dir/FMS/constants/constants.F90.o -[ 8%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/progtm_module.f.o -[ 9%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_data.F90.o -[ 9%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/aerclm_def.f.o -[ 9%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2o_def.f.o -[ 9%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/physparam.f.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 10%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ozne_def.f.o -[ 10%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gfs_phy_tracer_config.F.o -[ 10%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/surface_perturbation.F90.o -[ 10%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp.F90.o -[ 10%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_sf_noahmp_glacier.f90.o -[ 11%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_sf_noahmplsm.f90.o -[ 11%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/iccn_def.f.o -[ 12%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/micro_mg_utils.F90.o -[ 12%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gfdl_cloud_microphys.F90.o -[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/tracer_const_h.f.o -[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/funcphys.f90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_ugwp_initialize.F90.o -[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radlw_param.f.o -[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radsw_param.f.o -[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_astronomy.f.o -[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_surface.f.o -[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_nst_parameters.f90.o -[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/aer_cloud.F.o -[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_mp_thompson_gfs.F90.o -[ 15%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_mp_wsm6_fv3.F90.o -[ 15%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/get_prs_fv3.f90.o -[ 15%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_diff.f.o -[ 16%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_cice.f.o -[ 16%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_ugwp_module.F90.o -[ 16%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/rascnvv2.f.o -[ 16%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_aerosols.f.o -[ 16%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_bfmicrophysics.f.o -[ 17%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radlw_datatb.f.o -[ 17%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_gases.f.o -[ 17%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_nst_water_prop.f90.o -[ 18%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radsw_datatb.f.o -[ 18%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/wv_saturation.F.o -[ 19%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cs_conv.F90.o -[ 19%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_diag.f.o -[ 19%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_efp.F90.o -[ 19%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_memutils.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 20%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_pset.F90.o -[ 21%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_drv.f.o -[ 21%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_ocean.f.o -[ 22%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_sice.f.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 23%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_type.F90.o -[ 24%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/gradient.F90.o -[ 24%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_typedefs.F90.o -[ 25%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_clouds.f.o -[ 25%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_nst_model.f90.o -[ 25%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radsw_main.f.o -[ 25%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radlw_main.f.o -[ 25%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cldmacro.F.o -[ 25%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_domains.F90.o -[ 26%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cldwat2m_micro.F.o -[ 26%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_nst.f.o -[ 26%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/micro_mg3_0.F90.o -[ 26%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/micro_mg2_0.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 26%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_diagnostics.F90.o -[ 26%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_physics_driver.F90.o -[ 27%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_radiation_driver.F90.o -[ 27%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_restart.F90.o -[ 27%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_comm.F90.o -[ 28%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_io.F90.o -Compiling in MPI mode (with or without MPP) -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 28%] Building Fortran object CMakeFiles/fms.dir/FMS/fms/fms_io.F90.o -[ 28%] Building Fortran object CMakeFiles/fms.dir/FMS/memutils/memutils.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 29%] Building Fortran object CMakeFiles/fms.dir/FMS/fms/fms.F90.o -[ 30%] Building Fortran object CMakeFiles/fms.dir/FMS/time_manager/time_manager.F90.o -[ 30%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_conserve.F90.o -[ 30%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_spherical.F90.o -[ 30%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bicubic.F90.o -[ 30%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bilinear.F90.o -[ 30%] Building Fortran object CMakeFiles/fms.dir/FMS/axis_utils/axis_utils.F90.o -[ 30%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_grid.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 30%] Building Fortran object CMakeFiles/fms.dir/FMS/field_manager/field_manager.F90.o -[ 30%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/mosaic.F90.o -[ 31%] Building Fortran object CMakeFiles/fms.dir/FMS/topography/gaussian_topog.F90.o -[ 32%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_data.F90.o -[ 32%] Building Fortran object CMakeFiles/fms.dir/FMS/time_manager/get_cal_time.F90.o -[ 33%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_types.F90.o -[ 33%] Building Fortran object CMakeFiles/fms.dir/FMS/time_interp/time_interp.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 33%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/xbt_drop_rate_adjust.f90.o -[ 33%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/write_ocean_data.F90.o -[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_axis.F90.o -[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_manifest.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp.F90.o -[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_output.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/field_manager/fm_util.F90.o -[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/time_interp/time_interp_external.F90.o -[ 36%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_util.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 36%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_table.F90.o -[ 36%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_manager.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 36%] Building Fortran object CMakeFiles/fms.dir/FMS/data_override/data_override.F90.o -[ 36%] Building Fortran object CMakeFiles/fms.dir/FMS/exchange/stock_constants.F90.o -[ 36%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_driver.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 37%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/coupler_types.F90.o -[ 38%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_abstraction_layer.F90.o -[ 39%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2oc.f.o -[ 39%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_solar_heating.f.o -[ 39%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_tracer.f.o -[ 40%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ideaca.f.o -[ 40%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ugwp_driver_v0.f.o -[ 40%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfcsub.F.o -[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/amip_interp/amip_interp.F90.o -[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/astronomy/astronomy.F90.o -[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/block_control/block_control.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 41%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cnvc90.f.o -[ 42%] Building Fortran object CMakeFiles/fms.dir/FMS/column_diagnostics/column_diagnostics.F90.o -[ 42%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/atmos_ocean_fluxes.F90.o -[ 42%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/ensemble_manager.F90.o -[ 42%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/dcyc2.f.o -[ 43%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters.F90.o -[ 43%] Building Fortran object CMakeFiles/fms.dir/FMS/exchange/xgrid.F90.o -[ 43%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/dcyc2.pre.rad.f.o -[ 43%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft.F90.o -Compiling in MPI mode (with or without MPP) -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 43%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/get_prs.f.o -[ 43%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gocart_tracer_config_stub.f.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 44%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gscond.f.o -[ 45%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gwdc.f.o -[ 45%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gscondp.f.o -[ 45%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft99.F90.o -[ 46%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gwdps.f.o -[ 46%] Building Fortran object CMakeFiles/fms.dir/FMS/interpolator/interpolator.F90.o -[ 46%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/grid.F90.o -[ 46%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_utilities.F90.o -[ 46%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 46%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_orowam2017.f.o -[ 46%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2ohdc.f.o -[ 46%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core_ecda.F90.o -[ 46%] Building Fortran object CMakeFiles/fms.dir/FMS/random_numbers/random_numbers.F90.o -[ 46%] Building Fortran object CMakeFiles/fms.dir/FMS/sat_vapor_pres/sat_vapor_pres.F90.o -[ 46%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2ophys.f.o -[ 46%] Building Fortran object CMakeFiles/fms.dir/FMS/station_data/station_data.F90.o -[ 46%] Building Fortran object CMakeFiles/fms.dir/FMS/topography/topography.F90.o -[ 46%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_co2.f.o -[ 46%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_dissipation.f.o -[ 47%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_h2o.f.o -[ 47%] Building Fortran object CMakeFiles/fms.dir/FMS/tracer_manager/tracer_manager.F90.o -[ 47%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_ion.f.o -[ 47%] Building Fortran object CMakeFiles/fms.dir/FMS/tridiagonal/tridiagonal.F90.o -[ 48%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/quicksort.F90.o -[ 48%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_o2_o3.f.o -[ 49%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_phys.f.o -[ 49%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/lrgsclr.f.o -[ 50%] Building C object CMakeFiles/fms.dir/FMS/memutils/memuse.c.o -[ 50%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfpbl.f.o -[ 50%] Building C object CMakeFiles/fms.dir/FMS/mosaic/create_xgrid.c.o -[ 50%] Building C object CMakeFiles/fms.dir/FMS/mosaic/gradient_c2l.c.o -[ 51%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfpblt.f.o -[ 52%] Building C object CMakeFiles/fms.dir/FMS/mosaic/interp.c.o -[ 52%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfscu.f.o -[ 52%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfpbltq.f.o -[ 52%] Building C object CMakeFiles/fms.dir/FMS/mosaic/mosaic_util.c.o -[ 53%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfscuq.f.o -[ 53%] Building C object CMakeFiles/fms.dir/FMS/mosaic/read_mosaic.c.o -[ 53%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninedmf.f.o -[ 53%] Building C object CMakeFiles/fms.dir/FMS/affinity/affinity.c.o -[ 54%] Building C object CMakeFiles/fms.dir/FMS/mpp/nsclock.c.o -[ 54%] Building C object CMakeFiles/fms.dir/FMS/mpp/threadloc.c.o -[ 54%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninedmf_hafs.f.o -[ 55%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninp.f.o -[ 55%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninp1.f.o -[ 55%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninq.f.o -[ 56%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninq1.f.o -[ 56%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninshoc.f.o -[ 56%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mstadb.f.o -[ 57%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mstadbtn.f.o -[ 57%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mstadbtn2.f.o -[ 57%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mstcnv.f.o -[ 58%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ozphys.f.o -[ 58%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ozphys_2015.f.o -[ 58%] Linking Fortran static library FMS/libfms.a -[ 58%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/precpd.f.o -[ 59%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/precpd_shoc.f.o -[ 59%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/precpdp.f.o -[ 59%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/progt2.f.o -[ 59%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/rad_initialize.f.o -[ 60%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/rayleigh_damp.f.o -[ 60%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/rayleigh_damp_mesopause.f.o -[ 60%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/samfaerosols.f.o -[ 60%] Built target fms -[ 61%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/samfdeepcnv.f.o -[ 61%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/samfshalcnv.f.o -[ 61%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sascnv.f.o -[ 61%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sascnvn.f.o -[ 62%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/satmedmfvdif.f.o -[ 62%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/satmedmfvdifq.f.o -[ 62%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/set_soilveg.f.o -[ 62%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_noahmp_drv.f.o -[ 62%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sflx.f.o -[ 62%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcnv.f.o -[ 63%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcv.f.o -[ 63%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcv_1lyr.f.o -[ 63%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcv_fixdp.f.o -[ 63%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcv_opr.f.o -[ 63%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/tridi2t3.f.o -[ 63%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/calpreciptype.f90.o -[ 63%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gcm_shoc.f90.o -[ 64%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2ointerp.f90.o -[ 65%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ozinterp.f90.o -[ 65%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/iccninterp.f90.o -[ 65%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/aerinterp.f90.o -[ 66%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/num_parthds.F.o -[ 67%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gcycle.F90.o -[ 68%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_ugwp_utils.F90.o -[ 68%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_ugwp_triggers.F90.o -[ 68%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_ugwp_solvers.F90.o -[ 68%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_vert_lsatdis.F90.o -[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_vert_orodis.F90.o -[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_vert_wmsdis.F90.o -[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/m_micro_driver.F90.o -[ 70%] Linking Fortran static library libgfsphysics.a -[ 70%] Built target gfsphysics -Scanning dependencies of target ipd -[ 70%] Building Fortran object FV3/ipd/CMakeFiles/ipd.dir/IPD_typedefs.F90.o -[ 70%] Building Fortran object FV3/ipd/CMakeFiles/ipd.dir/IPD_driver.F90.o -[ 70%] Linking Fortran static library libipd.a -[ 70%] Built target ipd -Scanning dependencies of target io -[ 70%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_fv3_io_def.F90.o -[ 70%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_internal_state.F90.o -Scanning dependencies of target fv3core -[ 72%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_arrays.F90.o -[ 73%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/DYCORE_typedefs.F90.o -[ 73%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_fill.F90.o -[ 73%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/external_sst.F90.o -[ 73%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/sim_nc_mod.F90.o -[ 73%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_nemsio.F90.o -[ 74%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_netcdf.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 74%] Building Fortran object FV3/io/CMakeFiles/io.dir/post_gfs.F90.o -[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_mp_mod.F90.o -[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/sorted_index.F90.o -[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_timing.F90.o -[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_eta.F90.o -[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_sg.F90.o -[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_cmp.F90.o -[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/boundary.F90.o -[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_grid_utils.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 75%] Building Fortran object FV3/io/CMakeFiles/io.dir/FV3GFS_io.F90.o -[ 76%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_wrt_grid_comp.F90.o -[ 76%] Building Fortran object FV3/io/CMakeFiles/io.dir/post_nems_routines.F90.o -[ 76%] Building Fortran object FV3/io/CMakeFiles/io.dir/ffsync.F90.o -[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/a2b_edge.F90.o -[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/tp_core.F90.o -[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_mapz.F90.o -[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_grid_tools.F90.o -[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/init_hydro.F90.o -[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_surf_map.F90.o -[ 78%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_treat_da_inc.F90.o -[ 78%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/sw_core.F90.o -[ 78%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_iau_mod.F90.o -[ 79%] Linking Fortran static library libio.a -[ 79%] Built target io -[ 79%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_diagnostics.F90.o -[ 80%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_io.F90.o -[ 80%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/nh_utils.F90.o -[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/nh_core.F90.o -[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_nudge.F90.o -[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_regional_bc.F90.o -[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/test_cases.F90.o -[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/fv_nggps_diag.F90.o -[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_tracer2d.F90.o -[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_update_phys.F90.o -[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/dyn_core.F90.o -[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/external_ic.F90.o -[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_restart.F90.o -[ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_control.F90.o -[ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_nesting.F90.o -[ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_dynamics.F90.o -[ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/atmosphere.F90.o -[ 85%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/multi_gases.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 85%] Linking Fortran static library libfv3core.a -[ 85%] Built target fv3core -Scanning dependencies of target stochastic_physics -[ 87%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/update_ca.f90.o -[ 87%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_resol_def.f.o -[ 87%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/spectral_layout.F90.o -[ 87%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_gg_def.f.o -[ 87%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_layout_lag.f.o -[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_namelist_def.F90.o -[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/glats_stochy.f.o -[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/compns_stochy.F90.o -[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/setlats_lag_stochy.f.o -[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/epslon_stochy.f.o -[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/gozrineo_stochy.f.o -[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/get_lats_node_a_stochy.f.o -[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/get_ls_node_stochy.f.o -[ 89%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/pln2eo_stochy.f.o -[ 90%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/setlats_a_stochy.f.o -[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_internal_state_mod.F90.o -[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/dezouv_stochy.f.o -[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/dozeuv_stochy.f.o -[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/four_to_grid_stochy.F.o -[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_patterngenerator.F90.o -[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/sumfln_stochy.f.o -[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/getcon_lag_stochy.f.o -[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/getcon_spectral.F90.o -[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/initialize_spectral_mod.F90.o -[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_data_mod.F90.o -[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/get_stochy_pattern.F90.o -[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochastic_physics.F90.o -[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/plumes.f90.o -[ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/cellular_automata.f90.o -[ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/num_parthds_stochy.f.o -[ 95%] Linking Fortran static library libstochastic_physics.a -[ 95%] Built target stochastic_physics -Scanning dependencies of target fv3cap -[ 95%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/module_fv3_config.F90.o -[ 96%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/atmos_model.F90.o -[ 97%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/module_fcst_grid_comp.F90.o -[ 97%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/fv3_cap.F90.o -[ 97%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/time_utils.F90.o -[ 97%] Linking Fortran static library libfv3cap.a -[ 97%] Built target fv3cap -Scanning dependencies of target NEMS.exe -[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/ENS_Cpl/ENS_CplComp_ESMFMod_STUB.F90.o -[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_MEDIATOR_SpaceWeather.F90.o -[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_MEDIATOR_methods.F90.o -[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_EARTH_INTERNAL_STATE.F90.o -[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_UTILS.F90.o -[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_INTERNAL_STATE.F90.o -[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_Rusage.F90.o -[ 98%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_MEDIATOR.F90.o -[ 99%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_EARTH_GRID_COMP.F90.o -[ 99%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_GRID_COMP.F90.o -[100%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/MAIN_NEMS.F90.o -[100%] Building C object CMakeFiles/NEMS.exe.dir/NEMS/src/nems_c_rusage.c.o -[100%] Linking Fortran executable NEMS.exe -/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/lib/libjasper_v1.900.1.a(jas_stream.o): In function `jas_stream_tmpfile': -jas_stream.c:(.text+0x7a7): warning: the use of `tmpnam' is dangerous, better use `mkstemp' -[100%] Built target NEMS.exe -+ mv NEMS.exe ../fv3_7.exe -+ cp /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel/fv3 ../modules.fv3_7 -+ cd .. -+ '[' YES = YES ']' -+ rm -rf build_fv3_7 -+ elapsed=711 -+ echo 'Elapsed time 711 seconds. Compiling REPRO=Y 32BIT=Y finished' -Elapsed time 711 seconds. Compiling REPRO=Y 32BIT=Y finished -+ SECONDS=0 -+++ readlink -f /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/compile_cmake.sh -++ dirname /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/compile_cmake.sh -+ readonly MYDIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests -+ MYDIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests -+ readonly ARGC=4 -+ ARGC=4 -+ cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests -+ [[ 4 -eq 0 ]] -+ [[ 4 -lt 2 ]] -+ PATHTR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model -+ MACHINE_ID=hera.intel -+ MAKE_OPT='REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017' -+ BUILD_NAME=fv3_8 -+ clean_before=YES -+ clean_after=YES -+ BUILD_DIR=build_fv3_8 -+ [[ hera.intel == cheyenne.* ]] -+ [[ hera.intel == wcoss_dell_p3 ]] -+ MAKE_THREADS=8 -+ hostname -hfe01 -+ cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests -+ echo 'Compiling REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017 into fv3_8.exe on hera.intel' -Compiling REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017 into fv3_8.exe on hera.intel -+ '[' YES = YES ']' -+ rm -rf build_fv3_8 -+ mkdir -p build_fv3_8 -+ CCPP_CMAKE_FLAGS= -+ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017 == *\D\E\B\U\G\=\Y* ]] -+ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017 == *\R\E\P\R\O\=\Y* ]] -+ CCPP_CMAKE_FLAGS=' -DREPRO=Y' -+ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017 == *\3\2\B\I\T\=\Y* ]] -+ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017 == *\O\P\E\N\M\P\=\N* ]] -+ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017 == *\C\C\P\P\=\Y* ]] -+ CCPP_CMAKE_FLAGS=' -DREPRO=Y -DCCPP=ON -DMPI=ON' -+ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017 == *\D\E\B\U\G\=\Y* ]] -+ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017 == *\R\E\P\R\O\=\Y* ]] -+ CCPP_CMAKE_FLAGS=' -DREPRO=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit' -+ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017 == *\3\2\B\I\T\=\Y* ]] -+ CCPP_CMAKE_FLAGS=' -DREPRO=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -DDYN32=OFF' -+ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017 == *\S\T\A\T\I\C\=\Y* ]] -+ CCPP_CMAKE_FLAGS=' -DREPRO=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -DDYN32=OFF -DSTATIC=ON' -+ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017 == *\M\U\L\T\I\_\G\A\S\E\S\=\Y* ]] -+ CCPP_CMAKE_FLAGS=' -DREPRO=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF' -++ echo REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017 -++ sed 's/.* SUITES=//' -++ sed 's/ .*//' -+ SUITES=FV3_GFS_2017 -+ cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model -+ ./FV3/ccpp/framework/scripts/ccpp_prebuild.py --config=FV3/ccpp/config/ccpp_prebuild_config.py --static --suites=FV3_GFS_2017 --builddir=tests/build_fv3_8/FV3 -INFO: Logging level set to INFO -INFO: Found TYPEDEFS_NEW_METADATA dictionary in config, assume at least some data is in new metadata formet -INFO: Parsing suite definition files ... -INFO: Parsing suite definition file FV3/ccpp/suites/suite_FV3_GFS_2017.xml ... -INFO: Parsing metadata tables for variables provided by host model ... -INFO: Parsed variable definition tables in module machine -INFO: Parsed variable definition tables in module module_radsw_parameters -INFO: Parsed variable definition tables in module module_radlw_parameters -INFO: Parsed variable definition tables in module CCPP_typedefs -INFO: Parsed variable definition tables in module GFS_typedefs -INFO: Parsed variable definition tables in module CCPP_data -INFO: Parsed variable definition tables in module ccpp_types -INFO: Convert local names from new metadata format into old metadata format ... -INFO: Converting local name sfcflw of variable lw_fluxes_sfc from new to old metadata -INFO: Converting local name nslwr of variable number_of_timesteps_between_longwave_radiation_calls from new to old metadata -INFO: Converting local name hydrostatic of variable flag_for_hydrostatic_solver from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_of_kinematic_buoyancy_flux_from_shoc_in_phy_f3d) of variable kinematic_buoyancy_flux_from_shoc from new to old metadata -INFO: Converting local name nkbfshoc of variable index_of_kinematic_buoyancy_flux_from_shoc_in_phy_f3d from new to old metadata -INFO: Converting local name dvisbm_cpl of variable cumulative_surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name cnvw of variable convective_cloud_water_mixing_ratio from new to old metadata -INFO: Converting local name ltaerosol of variable flag_for_aerosol_physics from new to old metadata -INFO: Converting local name rainmcadj of variable lwe_thickness_of_moist_convective_adj_precipitation_amount from new to old metadata -INFO: Converting local name loop_cnt of variable ccpp_loop_counter from new to old metadata -INFO: Converting local name ncpi of variable local_ice_number_concentration from new to old metadata -INFO: Converting local name pt of variable virtual_temperature_at_Lagrangian_surface from new to old metadata -INFO: Converting local name nirbmui of variable surface_upwelling_direct_near_infrared_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name vconvtend of variable tendency_of_y_wind_due_to_deep_convection_for_coupling_on_physics_timestep from new to old metadata -INFO: Converting local name uustar_ice of variable surface_friction_velocity_over_ice from new to old metadata -INFO: Converting local name phy_myj_uz0 of variable u_wind_component_at_viscous_sublayer_top from new to old metadata -INFO: Converting local name evap_land of variable kinematic_surface_upward_latent_heat_flux_over_land from new to old metadata -INFO: Converting local name ocean of variable flag_nonzero_ocean_surface_fraction from new to old metadata -INFO: Converting local name ep1d_ocean of variable surface_upward_potential_latent_heat_flux_over_ocean from new to old metadata -INFO: Converting local name qconvtend of variable tendency_of_water_vapor_specific_humidity_due_to_deep_convection_for_coupling_on_physics_timestep from new to old metadata -INFO: Converting local name islmsk_cice of variable sea_land_ice_mask_cice from new to old metadata -INFO: Converting local name cmm_ice of variable surface_drag_wind_speed_for_momentum_in_air_over_ice from new to old metadata -INFO: Converting local name visdfdi of variable surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name cnv_ndrop of variable number_concentration_of_cloud_liquid_water_particles_for_detrainment from new to old metadata -INFO: Converting local name sh2o of variable volume_fraction_of_unfrozen_soil_moisture_for_land_surface_model from new to old metadata -INFO: Converting local name tau_tofd of variable time_integral_of_momentum_flux_due_to_turbulent_orographic_form_drag from new to old metadata -INFO: Converting local name dnirbmi_cpl of variable instantaneous_surface_downwelling_direct_near_infrared_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name refdmax263k of variable maximum_reflectivity_at_minus10c_over_maximum_hourly_time_interval from new to old metadata -INFO: Converting local name ulwsfci of variable surface_upwelling_longwave_flux from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_liquid_cloud_condensate) of variable tendency_of_liquid_cloud_water_mixing_ratio_due_to_model_physics from new to old metadata -INFO: Converting local name ntcw of variable index_for_liquid_cloud_condensate from new to old metadata -INFO: Converting local name lheatstrg of variable flag_for_canopy_heat_storage from new to old metadata -INFO: Converting local name slc of variable volume_fraction_of_unfrozen_soil_moisture from new to old metadata -INFO: Converting local name tsfc_land of variable surface_skin_temperature_over_land_interstitial from new to old metadata -INFO: Converting local name save_v of variable y_wind_save from new to old metadata -INFO: Converting local name xkzm_m of variable atmosphere_momentum_diffusivity_background from new to old metadata -INFO: Converting local name gabsbdlw_land of variable surface_downwelling_longwave_flux_absorbed_by_ground_over_land from new to old metadata -INFO: Converting local name tprcp_ice of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_ice from new to old metadata -INFO: Converting local name stblcpxy of variable slow_soil_pool_mass_content_of_carbon from new to old metadata -INFO: Converting local name cdq_land of variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_land from new to old metadata -INFO: Converting local name du3dt(:,:,2) of variable cumulative_change_in_x_wind_due_to_orographic_gravity_wave_drag from new to old metadata -INFO: Converting local name mg_berg_eff_factor of variable mg_bergeron_efficiency_factor from new to old metadata -INFO: Converting local name clouds(:,:,3) of variable mean_effective_radius_for_liquid_cloud from new to old metadata -INFO: Converting local name aer_nm of variable aerosol_number_concentration_from_gocart_aerosol_climatology from new to old metadata -INFO: Converting local name xzts of variable sensitivity_of_dtl_thickness_to_surface_temperature from new to old metadata -INFO: Converting local name lake of variable flag_nonzero_lake_surface_fraction from new to old metadata -INFO: Converting local name kb of variable vertical_index_difference_between_layer_and_lower_bound from new to old metadata -INFO: Converting local name ipt of variable index_for_diagnostic_printout from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_ice_friendly_aerosols) of variable ice_friendly_aerosol_number_concentration from new to old metadata -INFO: Converting local name ntia of variable index_for_ice_friendly_aerosols from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_rain_water) of variable tendency_of_rain_water_mixing_ratio_due_to_model_physics from new to old metadata -INFO: Converting local name ntrw of variable index_for_rain_water from new to old metadata -INFO: Converting local name con_epsm1 of variable ratio_of_dry_air_to_water_vapor_gas_constants_minus_one from new to old metadata -INFO: Converting local name dqsfc_cice of variable surface_upward_latent_heat_flux_for_coupling_interstitial from new to old metadata -INFO: Converting local name last_step of variable flag_for_the_last_step_of_k_split_remapping from new to old metadata -INFO: Converting local name huge of variable netcdf_float_fillvalue from new to old metadata -INFO: Converting local name save_q(:,:,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio_save from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_liquid_cloud_number_concentration) of variable cloud_droplet_number_concentration from new to old metadata -INFO: Converting local name ntlnc of variable index_for_liquid_cloud_number_concentration from new to old metadata -INFO: Converting local name dv3dt(:,:,1) of variable cumulative_change_in_y_wind_due_to_PBL from new to old metadata -INFO: Converting local name imp_physics_mg of variable flag_for_morrison_gettelman_microphysics_scheme from new to old metadata -INFO: Converting local name cldtaulw of variable cloud_optical_depth_layers_at_10mu_band from new to old metadata -INFO: Converting local name wet of variable flag_nonzero_wet_surface_fraction from new to old metadata -INFO: Converting local name qsnowxy of variable snow_precipitation_rate_at_surface from new to old metadata -INFO: Converting local name iopt_frz of variable flag_for_supercooled_liquid_water_option from new to old metadata -INFO: Converting local name dsnow_cpl of variable tendency_of_lwe_thickness_of_snow_amount_for_coupling from new to old metadata -INFO: Converting local name cldsa of variable cloud_area_fraction_for_radiation from new to old metadata -INFO: Converting local name totsnwb of variable accumulated_lwe_thickness_of_snow_amount_in_bucket from new to old metadata -INFO: Converting local name gq0(:,:,index_for_rain_water) of variable rain_water_mixing_ratio_updated_by_physics from new to old metadata -INFO: Converting local name totsnw of variable accumulated_lwe_thickness_of_snow_amount from new to old metadata -INFO: Converting local name xkzm_s of variable diffusivity_background_sigma_level from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_water_friendly_aerosols) of variable tendency_of_water_friendly_aerosol_number_concentration_due_to_model_physics from new to old metadata -INFO: Converting local name ntwa of variable index_for_water_friendly_aerosols from new to old metadata -INFO: Converting local name fswtr of variable fraction_of_cloud_top_water_scavenged from new to old metadata -INFO: Converting local name nvisbmi_cpl of variable instantaneous_surface_net_downward_direct_ultraviolet_and_visible_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_of_atmosphere_heat_diffusivity_from_shoc_in_phy_f3d) of variable atmosphere_heat_diffusivity_from_shoc from new to old metadata -INFO: Converting local name nahdshoc of variable index_of_atmosphere_heat_diffusivity_from_shoc_in_phy_f3d from new to old metadata -INFO: Converting local name nthreads of variable omp_threads_for_fast_physics from new to old metadata -INFO: Converting local name icemp of variable lwe_thickness_of_ice_amount from new to old metadata -INFO: Converting local name dqsfc_cpl of variable cumulative_surface_upward_latent_heat_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name con_jcal of variable joules_per_calorie_constant from new to old metadata -INFO: Converting local name xmu of variable zenith_angle_temporal_adjustment_factor_for_shortwave_fluxes from new to old metadata -INFO: Converting local name con_fvirt of variable ratio_of_vapor_to_dry_air_gas_constants_minus_one from new to old metadata -INFO: Converting local name evfactl_deep of variable rain_evaporation_coefficient_over_land_deep_convection from new to old metadata -INFO: Converting local name canliqxy of variable canopy_intercepted_liquid_water from new to old metadata -INFO: Converting local name phy_myj_qsfc of variable surface_specific_humidity_for_MYJ_schemes from new to old metadata -INFO: Converting local name rainncprv of variable lwe_thickness_of_explicit_rainfall_amount_from_previous_timestep from new to old metadata -INFO: Converting local name Tbd of variable GFS_tbd_type_instance from new to old metadata -INFO: Converting local name v1 of variable y_wind_at_lowest_model_layer_for_diag from new to old metadata -INFO: Converting local name det_mf of variable cumulative_atmosphere_detrainment_convective_mass_flux from new to old metadata -INFO: Converting local name psurf of variable surface_air_pressure_diag from new to old metadata -INFO: Converting local name gasvmr(:,:,10) of variable volume_mixing_ratio_cfc113 from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_for_rain_effective_radius) of variable effective_radius_of_stratiform_cloud_rain_particle_in_um from new to old metadata -INFO: Converting local name nreffr of variable index_for_rain_effective_radius from new to old metadata -INFO: Converting local name del_gz of variable geopotential_difference_between_midlayers_divided_by_midlayer_virtual_temperature from new to old metadata -INFO: Converting local name imfdeepcnv_ntiedtke of variable flag_for_ntiedtke_deep_convection_scheme from new to old metadata -INFO: Converting local name h2o_coeff of variable number_of_coefficients_in_h2o_forcing_data from new to old metadata -INFO: Converting local name tgrs of variable air_temperature from new to old metadata -INFO: Converting local name xlon of variable longitude from new to old metadata -INFO: Converting local name c_d of variable coefficient_c_d from new to old metadata -INFO: Converting local name tlvl of variable air_temperature_at_interface_for_radiation from new to old metadata -INFO: Converting local name f_rimef of variable rime_factor from new to old metadata -INFO: Converting local name mg_do_ice_gmao of variable mg_flag_for_gmao_ice_formulation from new to old metadata -INFO: Converting local name snowca of variable cumulative_surface_snow_area_fraction_multiplied_by_timestep from new to old metadata -INFO: Converting local name hflx of variable kinematic_surface_upward_sensible_heat_flux from new to old metadata -INFO: Converting local name dt3dt(:,:,6) of variable cumulative_change_in_temperature_due_to_microphysics from new to old metadata -INFO: Converting local name nirdfui of variable surface_upwelling_diffuse_near_infrared_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name trans of variable transpiration_flux from new to old metadata -INFO: Converting local name ntchs of variable index_for_first_chemical_tracer from new to old metadata -INFO: Converting local name idxday of variable daytime_points from new to old metadata -INFO: Converting local name iceprv of variable lwe_thickness_of_ice_amount_from_previous_timestep from new to old metadata -INFO: Converting local name mg_alf of variable mg_tuning_factor_for_alphas from new to old metadata -INFO: Converting local name nupdraft of variable number_of_plumes from new to old metadata -INFO: Converting local name qr_r of variable cloud_rain_water_mixing_ratio from new to old metadata -INFO: Converting local name sec of variable seconds_elapsed_since_model_initialization from new to old metadata -INFO: Converting local name epi of variable instantaneous_surface_potential_evaporation from new to old metadata -INFO: Converting local name gflx_land of variable upward_heat_flux_in_soil_over_land from new to old metadata -INFO: Converting local name du3dt_ngw of variable time_integral_of_change_in_x_wind_due_to_nonstationary_gravity_wave from new to old metadata -INFO: Converting local name bl_mynn_cloudpdf of variable cloudpdf from new to old metadata -INFO: Converting local name vtype of variable vegetation_type_classification_real from new to old metadata -INFO: Converting local name imfdeepcnv_gf of variable flag_for_gf_deep_convection_scheme from new to old metadata -INFO: Converting local name lssav of variable flag_diagnostics from new to old metadata -INFO: Converting local name sfalb of variable surface_diffused_shortwave_albedo from new to old metadata -INFO: Converting local name acvb of variable smallest_cloud_base_vertical_index_encountered_thus_far from new to old metadata -INFO: Converting local name c_0 of variable coefficient_c_0 from new to old metadata -INFO: Converting local name mpirank of variable mpi_rank_for_fast_physics from new to old metadata -INFO: Converting local name ntrac of variable number_of_tracers from new to old metadata -INFO: Converting local name dvsfci of variable instantaneous_surface_y_momentum_flux_for_diag from new to old metadata -INFO: Converting local name GFS_Interstitial of variable GFS_interstitial_type_instance_all_threads from new to old metadata -INFO: Converting local name in_nm of variable in_number_concentration from new to old metadata -INFO: Converting local name blksz2(ccpp_block_number) of variable horizontal_dimension from new to old metadata -INFO: Converting local name blk_no of variable ccpp_block_number from new to old metadata -INFO: Converting local name min_lakeice of variable lake_ice_minimum from new to old metadata -INFO: Converting local name canicexy of variable canopy_intercepted_ice_mass from new to old metadata -INFO: Converting local name mg_precip_frac_method of variable mg_type_of_precip_fraction_method from new to old metadata -INFO: Converting local name lonr of variable number_of_equatorial_longitude_points from new to old metadata -INFO: Converting local name dt3dt(:,:,7) of variable cumulative_change_in_temperature_due_to_orographic_gravity_wave_drag from new to old metadata -INFO: Converting local name dtzm of variable mean_change_over_depth_in_sea_water_temperature from new to old metadata -INFO: Converting local name du3dt_mtb of variable time_integral_of_change_in_x_wind_due_to_mountain_blocking_drag from new to old metadata -INFO: Converting local name stress_land of variable surface_wind_stress_over_land from new to old metadata -INFO: Converting local name nspinup of variable number_of_iterations_to_spin_up_cellular_automata from new to old metadata -INFO: Converting local name zogw of variable height_of_launch_level_of_orographic_gravity_wave from new to old metadata -INFO: Converting local name ntsw of variable index_for_snow_water from new to old metadata -INFO: Converting local name cov of variable t_prime_q_prime from new to old metadata -INFO: Converting local name sup of variable ice_supersaturation_threshold from new to old metadata -INFO: Converting local name dt3dt(:,:,3) of variable cumulative_change_in_temperature_due_to_PBL from new to old metadata -INFO: Converting local name mg_qcvar of variable mg_cloud_water_variance from new to old metadata -INFO: Converting local name ffmm_ice of variable Monin_Obukhov_similarity_function_for_momentum_over_ice from new to old metadata -INFO: Converting local name dtdt of variable tendency_of_air_temperature_at_Lagrangian_surface from new to old metadata -INFO: Converting local name GFS_statein_type of variable GFS_statein_type from new to old metadata -INFO: Converting local name train of variable accumulated_change_of_air_temperature_due_to_FA_scheme from new to old metadata -INFO: Converting local name fscav of variable coefficients_for_aerosol_scavenging from new to old metadata -INFO: Converting local name prslk(:,1) of variable dimensionless_exner_function_at_lowest_model_layer from new to old metadata -INFO: Converting local name tf of variable frozen_cloud_threshold_temperature from new to old metadata -INFO: Converting local name communicator of variable mpi_comm from new to old metadata -INFO: Converting local name qs_r of variable cloud_snow_mixing_ratio from new to old metadata -INFO: Converting local name skebv_wts of variable weights_for_stochastic_skeb_perturbation_of_y_wind from new to old metadata -INFO: Converting local name bl_mynn_edmf_part of variable edmf_partition_flag from new to old metadata -INFO: Converting local name dq3dt(:,:,7) of variable cumulative_change_in_ozone_concentration_due_to_ozone_mixing_ratio from new to old metadata -INFO: Converting local name swhc of variable tendency_of_air_temperature_due_to_shortwave_heating_assuming_clear_sky_on_radiation_timestep from new to old metadata -INFO: Converting local name mg_ngnst of variable mg_graupel_concentration_constant from new to old metadata -INFO: Converting local name GFS_grid_type of variable GFS_grid_type from new to old metadata -INFO: Converting local name js of variable starting_y_direction_index from new to old metadata -INFO: Converting local name out_dt of variable flag_for_tendency_of_air_temperature_at_Lagrangian_surface from new to old metadata -INFO: Converting local name delr of variable layer_pressure_thickness_for_radiation from new to old metadata -INFO: Converting local name ncgl of variable local_graupel_number_concentration from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_snow_water) of variable snow_water_mixing_ratio from new to old metadata -INFO: Converting local name totgrp of variable accumulated_lwe_thickness_of_graupel_amount from new to old metadata -INFO: Converting local name cldtausw of variable cloud_optical_depth_layers_at_0p55mu_band from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_ozone) of variable tendency_of_ozone_mixing_ratio_due_to_model_physics from new to old metadata -INFO: Converting local name ntoz of variable index_for_ozone from new to old metadata -INFO: Converting local name evap of variable kinematic_surface_upward_latent_heat_flux from new to old metadata -INFO: Converting local name oro of variable orography from new to old metadata -INFO: Converting local name topfsw of variable sw_fluxes_top_atmosphere from new to old metadata -INFO: Converting local name jmap of variable map_of_block_column_number_to_global_j_index from new to old metadata -INFO: Converting local name cdq of variable surface_drag_coefficient_for_heat_and_moisture_in_air from new to old metadata -INFO: Converting local name soiltype of variable soil_type_classification from new to old metadata -INFO: Converting local name evap_ocean of variable kinematic_surface_upward_latent_heat_flux_over_ocean from new to old metadata -INFO: Converting local name nblks of variable number_of_blocks from new to old metadata -INFO: Converting local name dxinv of variable inverse_scaling_factor_for_critical_relative_humidity from new to old metadata -INFO: Converting local name dvsfc of variable cumulative_surface_y_momentum_flux_for_diag_multiplied_by_timestep from new to old metadata -INFO: Converting local name GFS_stateout_type of variable GFS_stateout_type from new to old metadata -INFO: Converting local name qg of variable cloud_graupel_specific_humidity_at_Lagrangian_surface from new to old metadata -INFO: Converting local name nmtvr of variable number_of_statistical_measures_of_subgrid_orography from new to old metadata -INFO: Converting local name nseed of variable cellular_automata_seed_frequency from new to old metadata -INFO: Converting local name nlives of variable cellular_automata_lifetime from new to old metadata -INFO: Converting local name vegf1d of variable perturbation_of_vegetation_fraction from new to old metadata -INFO: Converting local name v10m of variable y_wind_at_10m from new to old metadata -INFO: Converting local name hice of variable sea_ice_thickness from new to old metadata -INFO: Converting local name mbota of variable model_layer_number_at_cloud_base from new to old metadata -INFO: Converting local name ncnvw of variable index_for_convective_cloud_water_mixing_ratio_in_phy_f3d from new to old metadata -INFO: Converting local name flqc of variable surface_exchange_coefficient_for_moisture from new to old metadata -INFO: Converting local name imfshalcnv_samf of variable flag_for_samf_shallow_convection_scheme from new to old metadata -INFO: Converting local name ntdiag of variable diagnostics_control_for_chemical_tracers from new to old metadata -INFO: Converting local name c1_shal of variable detrainment_conversion_parameter_shallow_convection from new to old metadata -INFO: Converting local name con_g of variable gravitational_acceleration from new to old metadata -INFO: Converting local name je of variable ending_y_direction_index from new to old metadata -INFO: Converting local name hprime(:,1) of variable standard_deviation_of_subgrid_orography from new to old metadata -INFO: Converting local name lh of variable surface_latent_heat from new to old metadata -INFO: Converting local name v10max of variable maximum_v_wind_at_10m_over_maximum_hourly_time_interval from new to old metadata -INFO: Converting local name dvsfcg of variable instantaneous_y_stress_due_to_gravity_wave_drag from new to old metadata -INFO: Converting local name mg_ninst of variable mg_ice_concentration_constant from new to old metadata -INFO: Converting local name lwhd of variable tendency_of_air_temperature_due_to_longwave_heating_for_idea from new to old metadata -INFO: Converting local name ntkev of variable index_for_turbulent_kinetic_energy_vertical_diffusion_tracer from new to old metadata -INFO: Converting local name fm10 of variable Monin_Obukhov_similarity_function_for_momentum_at_10m from new to old metadata -INFO: Converting local name phour of variable forecast_time_at_previous_timestep from new to old metadata -INFO: Converting local name phys_hydrostatic of variable flag_for_hydrostatic_heating_from_physics from new to old metadata -INFO: Converting local name nswsfci of variable surface_net_downwelling_shortwave_flux from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_for_graupel_effective_radius) of variable effective_radius_of_stratiform_cloud_graupel_particle_in_um from new to old metadata -INFO: Converting local name ngeffr of variable index_for_graupel_effective_radius from new to old metadata -INFO: Converting local name kt of variable vertical_index_difference_between_layer_and_upper_bound from new to old metadata -INFO: Converting local name GFS_tbd_type of variable GFS_tbd_type from new to old metadata -INFO: Converting local name tsurf_ocean of variable surface_skin_temperature_after_iteration_over_ocean from new to old metadata -INFO: Converting local name gu0(:,1) of variable x_wind_at_lowest_model_layer_updated_by_physics from new to old metadata -INFO: Converting local name akap of variable kappa_dry_for_fast_physics from new to old metadata -INFO: Converting local name lsm of variable flag_for_land_surface_scheme from new to old metadata -INFO: Converting local name nscav of variable number_of_tracers_scavenged from new to old metadata -INFO: Converting local name ffmm of variable Monin_Obukhov_similarity_function_for_momentum from new to old metadata -INFO: Converting local name nnirbm_cpl of variable cumulative_surface_net_downward_direct_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name tau_mtb of variable instantaneous_momentum_flux_due_to_mountain_blocking_drag from new to old metadata -INFO: Converting local name snicexy of variable snow_layer_ice from new to old metadata -INFO: Converting local name flag_guess of variable flag_for_guess_run from new to old metadata -INFO: Converting local name dnirbm_cpl of variable cumulative_surface_downwelling_direct_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name chh_ocean of variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_ocean from new to old metadata -INFO: Converting local name dtsfci_cpl of variable instantaneous_surface_upward_sensible_heat_flux_for_coupling from new to old metadata -INFO: Converting local name flgmin of variable minimum_large_ice_fraction from new to old metadata -INFO: Converting local name t02max of variable maximum_temperature_at_2m_over_maximum_hourly_time_interval from new to old metadata -INFO: Converting local name tconvtend of variable tendency_of_air_temperature_due_to_deep_convection_for_coupling_on_physics_timestep from new to old metadata -INFO: Converting local name zorl of variable surface_roughness_length from new to old metadata -INFO: Converting local name coslat of variable cosine_of_latitude from new to old metadata -INFO: Converting local name pertalb of variable magnitude_of_surface_albedo_perturbation from new to old metadata -INFO: Converting local name aecm of variable instantaneous_aerosol_column_mass_densities from new to old metadata -INFO: Converting local name con_rv of variable gas_constant_water_vapor from new to old metadata -INFO: Converting local name wminco of variable cloud_condensed_water_conversion_threshold from new to old metadata -INFO: Converting local name fastcpxy of variable fast_soil_pool_mass_content_of_carbon from new to old metadata -INFO: Converting local name kind_grid of variable kind_grid from new to old metadata -INFO: Converting local name stress of variable surface_wind_stress from new to old metadata -INFO: Converting local name qgrs(:,1,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio_at_lowest_model_layer from new to old metadata -INFO: Converting local name rhc of variable critical_relative_humidity from new to old metadata -INFO: Converting local name tsfco of variable sea_surface_temperature from new to old metadata -INFO: Converting local name tau_ngw of variable instantaneous_momentum_flux_due_to_nonstationary_gravity_wave from new to old metadata -INFO: Converting local name tsfcl of variable surface_skin_temperature_over_land from new to old metadata -INFO: Converting local name clouds(:,:,7) of variable mean_effective_radius_for_rain_drop from new to old metadata -INFO: Converting local name con_cliq of variable specific_heat_of_liquid_water_at_constant_pressure from new to old metadata -INFO: Converting local name zmtb of variable height_of_mountain_blocking from new to old metadata -INFO: Converting local name ulwsfcin_cpl of variable surface_upwelling_longwave_flux_for_coupling from new to old metadata -INFO: Converting local name dlwsfc_cpl of variable cumulative_surface_downwelling_longwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name sfcdlw of variable surface_downwelling_longwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name t1 of variable air_temperature_at_lowest_model_layer_for_diag from new to old metadata -INFO: Converting local name ntiw of variable index_for_ice_cloud_condensate from new to old metadata -INFO: Converting local name bl_mynn_mixlength of variable mixing_length_flag from new to old metadata -INFO: Converting local name faerlw(:,:,:,1) of variable aerosol_optical_depth_for_longwave_bands_01_16 from new to old metadata -INFO: Converting local name ozpl of variable ozone_forcing from new to old metadata -INFO: Converting local name dlength of variable characteristic_grid_length_scale from new to old metadata -INFO: Converting local name slag of variable equation_of_time from new to old metadata -INFO: Converting local name ntot2d of variable number_of_fields_in_phyf2d from new to old metadata -INFO: Converting local name iopt_run of variable flag_for_runoff_and_groundwater_option from new to old metadata -INFO: Converting local name gq0(:,:,index_for_liquid_cloud_number_concentration) of variable cloud_droplet_number_concentration_updated_by_physics from new to old metadata -INFO: Converting local name sneqvoxy of variable snow_mass_at_previous_time_step from new to old metadata -INFO: Converting local name con_rhw0 of variable sea_water_reference_density from new to old metadata -INFO: Converting local name mtopa of variable model_layer_number_at_cloud_top from new to old metadata -INFO: Converting local name pertshc of variable magnitude_of_perturbation_of_soil_type_b_parameter from new to old metadata -INFO: Converting local name levi of variable vertical_interface_dimension from new to old metadata -INFO: Converting local name do_shoc of variable flag_for_shoc from new to old metadata -INFO: Converting local name du3dt_tms of variable time_integral_of_change_in_x_wind_due_to_turbulent_orographic_form_drag from new to old metadata -INFO: Converting local name snow_cpl of variable lwe_thickness_of_snow_amount_for_coupling from new to old metadata -INFO: Converting local name pkz of variable finite_volume_mean_edge_pressure_raised_to_the_power_of_kappa from new to old metadata -INFO: Converting local name nn of variable number_of_tracers_for_convective_transport from new to old metadata -INFO: Converting local name do_sat_adj of variable flag_for_saturation_adjustment_for_microphysics_in_dynamics from new to old metadata -INFO: Converting local name dx of variable cell_size from new to old metadata -INFO: Converting local name do_ugwp of variable do_ugwp from new to old metadata -INFO: Converting local name rain of variable lwe_thickness_of_precipitation_amount_on_dynamics_timestep from new to old metadata -INFO: Converting local name iopt_crs of variable flag_for_canopy_stomatal_resistance_option from new to old metadata -INFO: Converting local name qgrs(:,1,index_for_water_vapor) of variable water_vapor_specific_humidity_at_lowest_model_layer from new to old metadata -INFO: Converting local name ntqv of variable index_for_water_vapor from new to old metadata -INFO: Converting local name t02min of variable minimum_temperature_at_2m_over_maximum_hourly_time_interval from new to old metadata -INFO: Converting local name imp_physics_gfdl of variable flag_for_gfdl_microphysics_scheme from new to old metadata -INFO: Converting local name lprnt of variable flag_print from new to old metadata -INFO: Converting local name gabsbdlw_ice of variable surface_downwelling_longwave_flux_absorbed_by_ground_over_ice from new to old metadata -INFO: Converting local name imp_physics_thompson of variable flag_for_thompson_microphysics_scheme from new to old metadata -INFO: Converting local name ctei_rm of variable critical_cloud_top_entrainment_instability_criteria from new to old metadata -INFO: Converting local name tseal of variable surface_skin_temperature_for_nsst from new to old metadata -INFO: Converting local name dusfc_fd of variable integrated_x_momentum_flux_from_form_drag from new to old metadata -INFO: Converting local name dusfcin_cpl of variable surface_x_momentum_flux_for_coupling from new to old metadata -INFO: Converting local name slope of variable surface_slope_classification_real from new to old metadata -INFO: Converting local name htrlw of variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_timestep from new to old metadata -INFO: Converting local name mg_qcmin(2) of variable mg_minimum_ice_mixing_ratio from new to old metadata -INFO: Converting local name tice of variable sea_ice_temperature_interstitial from new to old metadata -INFO: Converting local name adjvisbmu of variable surface_upwelling_direct_ultraviolet_and_visible_shortwave_flux from new to old metadata -INFO: Converting local name dvgwd of variable time_integral_of_y_stress_due_to_gravity_wave_drag from new to old metadata -INFO: Converting local name dusfc_cice of variable surface_x_momentum_flux_for_coupling_interstitial from new to old metadata -INFO: Converting local name errmsg of variable ccpp_error_message from new to old metadata -INFO: Converting local name flag_cice of variable flag_for_cice from new to old metadata -INFO: Converting local name Coupling of variable GFS_coupling_type_instance from new to old metadata -INFO: Converting local name cs_parm(3) of variable detrainment_and_precipitation_tunable_parameter_3_CS from new to old metadata -INFO: Converting local name snliqxy of variable snow_layer_liquid_water from new to old metadata -INFO: Converting local name mstrat of variable flag_for_moorthi_stratus from new to old metadata -INFO: Converting local name imfdeepcnv_sas of variable flag_for_sas_deep_convection_scheme from new to old metadata -INFO: Converting local name weasd_ice of variable water_equivalent_accumulated_snow_depth_over_ice from new to old metadata -INFO: Converting local name bl_mynn_edmf_mom of variable edmf_momentum_transport_flag from new to old metadata -INFO: Converting local name npdf3d of variable number_of_3d_arrays_associated_with_pdf_based_clouds from new to old metadata -INFO: Converting local name dq3dt(:,:,2) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_deep_convection from new to old metadata -INFO: Converting local name w_upi of variable vertical_velocity_for_updraft from new to old metadata -INFO: Converting local name qlyr of variable water_vapor_specific_humidity_at_layer_for_radiation from new to old metadata -INFO: Converting local name fm10_ice of variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_ice from new to old metadata -INFO: Converting local name qgl of variable local_graupel_mixing_ratio from new to old metadata -INFO: Converting local name gt0(:,1) of variable air_temperature_at_lowest_model_layer_updated_by_physics from new to old metadata -INFO: Converting local name ccpp_t of variable ccpp_t from new to old metadata -INFO: Converting local name clouds(:,:,4) of variable cloud_ice_water_path from new to old metadata -INFO: Converting local name rain_cpl of variable lwe_thickness_of_precipitation_amount_for_coupling from new to old metadata -INFO: Converting local name bl_mynn_cloudmix of variable cloud_specie_mix_flag from new to old metadata -INFO: Converting local name tgxy of variable ground_temperature_for_noahmp from new to old metadata -INFO: Converting local name oa4 of variable asymmetry_of_subgrid_orography from new to old metadata -INFO: Converting local name refdmax of variable maximum_reflectivity_at_1km_agl_over_maximum_hourly_time_interval from new to old metadata -INFO: Converting local name GFS_Data(ccpp_block_number) of variable GFS_data_type_instance from new to old metadata -INFO: Converting local name dvsfc_cpl of variable cumulative_surface_y_momentum_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name shocaftcnv of variable flag_for_shoc_after_convection from new to old metadata -INFO: Converting local name mg_rhmini of variable mg_minimum_rh_for_ice from new to old metadata -INFO: Converting local name t2mi_cpl of variable instantaneous_temperature_at_2m_for_coupling from new to old metadata -INFO: Converting local name GFS_Interstitial(ccpp_thread_number) of variable GFS_interstitial_type_instance from new to old metadata -INFO: Converting local name thrd_no of variable ccpp_thread_number from new to old metadata -INFO: Converting local name evbs of variable soil_upward_latent_heat_flux from new to old metadata -INFO: Converting local name dtdtr of variable tendency_of_air_temperature_due_to_radiative_heating_on_physics_time_step from new to old metadata -INFO: Converting local name spfhmin of variable minimum_specific_humidity_at_2m from new to old metadata -INFO: Converting local name xsaixy of variable stem_area_index from new to old metadata -INFO: Converting local name lsoil of variable soil_vertical_dimension from new to old metadata -INFO: Converting local name mg_ts_auto_ice of variable mg_time_scale_for_autoconversion_of_ice from new to old metadata -INFO: Converting local name ca_deep of variable fraction_of_cellular_automata_for_deep_convection from new to old metadata -INFO: Converting local name work1 of variable grid_size_related_coefficient_used_in_scale_sensitive_schemes from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_for_cloud_liquid_water_effective_radius) of variable effective_radius_of_stratiform_cloud_liquid_water_particle_in_um from new to old metadata -INFO: Converting local name nleffr of variable index_for_cloud_liquid_water_effective_radius from new to old metadata -INFO: Converting local name dlwsfci of variable surface_downwelling_longwave_flux from new to old metadata -INFO: Converting local name mg_nicons of variable mg_flag_ice_concentration_constant from new to old metadata -INFO: Converting local name faersw(:,:,:,1) of variable aerosol_optical_depth_for_shortwave_bands_01_16 from new to old metadata -INFO: Converting local name xt of variable diurnal_thermocline_layer_heat_content from new to old metadata -INFO: Converting local name prsl of variable air_pressure from new to old metadata -INFO: Converting local name cv of variable fraction_of_convective_cloud from new to old metadata -INFO: Converting local name blksz of variable horizontal_block_size from new to old metadata -INFO: Converting local name pertvegf of variable magnitude_of_perturbation_of_vegetation_fraction from new to old metadata -INFO: Converting local name gq0(:,:,index_for_cloud_amount) of variable cloud_fraction_updated_by_physics from new to old metadata -INFO: Converting local name ntclamt of variable index_for_cloud_amount from new to old metadata -INFO: Converting local name zorlo of variable surface_roughness_length_over_ocean from new to old metadata -INFO: Converting local name te0 of variable atmosphere_energy_content_at_Lagrangian_surface from new to old metadata -INFO: Converting local name ktop of variable vertical_index_at_cloud_top from new to old metadata -INFO: Converting local name prevsq of variable moisture_from_previous_timestep from new to old metadata -INFO: Converting local name kpbl of variable vertical_index_at_top_of_atmosphere_boundary_layer from new to old metadata -INFO: Converting local name ncells of variable cellular_automata_finer_grid from new to old metadata -INFO: Converting local name cnvc of variable convective_cloud_cover from new to old metadata -INFO: Converting local name totprcp of variable accumulated_lwe_thickness_of_precipitation_amount from new to old metadata -INFO: Converting local name cgwf of variable multiplication_factors_for_convective_gravity_wave_drag from new to old metadata -INFO: Converting local name do_shum of variable flag_for_stochastic_shum_option from new to old metadata -INFO: Converting local name save_q of variable tracer_concentration_save from new to old metadata -INFO: Converting local name h2o_pres of variable natural_log_of_h2o_forcing_data_pressure_levels from new to old metadata -INFO: Converting local name iopt_snf of variable flag_for_precipitation_partition_option from new to old metadata -INFO: Converting local name c0s_shal of variable rain_conversion_parameter_shallow_convection from new to old metadata -INFO: Converting local name zwtxy of variable water_table_depth from new to old metadata -INFO: Converting local name qr of variable cloud_rain_specific_humidity_at_Lagrangian_surface from new to old metadata -INFO: Converting local name dzlyr of variable layer_thickness_for_radiation from new to old metadata -INFO: Converting local name taussxy of variable nondimensional_snow_age from new to old metadata -INFO: Converting local name tsfa of variable surface_air_temperature_for_radiation from new to old metadata -INFO: Converting local name snoalb of variable upper_bound_on_max_albedo_over_deep_snow from new to old metadata -INFO: Converting local name xs of variable sea_water_salinity from new to old metadata -INFO: Converting local name dvsfci_cpl of variable instantaneous_surface_y_momentum_flux_for_coupling from new to old metadata -INFO: Converting local name xlat of variable latitude from new to old metadata -INFO: Converting local name ugrs of variable x_wind from new to old metadata -INFO: Converting local name shdmin of variable minimum_vegetation_area_fraction from new to old metadata -INFO: Converting local name nnirdfi_cpl of variable instantaneous_surface_net_downward_diffuse_near_infrared_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name microp_uniform of variable mg_flag_for_uniform_subcolumns from new to old metadata -INFO: Converting local name frland of variable land_area_fraction_for_microphysics from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_ice_friendly_aerosols) of variable tendency_of_ice_friendly_aerosol_number_concentration_due_to_model_physics from new to old metadata -INFO: Converting local name oz_pres of variable natural_log_of_ozone_forcing_data_pressure_levels from new to old metadata -INFO: Converting local name zlwb of variable time_integral_of_height_of_low_level_wave_breaking from new to old metadata -INFO: Converting local name gq0(:,:,index_for_ice_cloud_condensate) of variable ice_water_mixing_ratio_updated_by_physics from new to old metadata -INFO: Converting local name qss of variable surface_specific_humidity from new to old metadata -INFO: Converting local name dry of variable flag_nonzero_land_surface_fraction from new to old metadata -INFO: Converting local name bk of variable b_parameter_of_the_hybrid_coordinate from new to old metadata -INFO: Converting local name cdmbgwd of variable multiplication_factors_for_mountain_blocking_and_orographic_gravity_wave_drag from new to old metadata -INFO: Converting local name levs of variable vertical_dimension from new to old metadata -INFO: Converting local name swhtr of variable flag_for_output_of_shortwave_heating_rate from new to old metadata -INFO: Converting local name zorl_land of variable surface_roughness_length_over_land_interstitial from new to old metadata -INFO: Converting local name t2m of variable temperature_at_2m from new to old metadata -INFO: Converting local name tau_ogw of variable instantaneous_momentum_flux_due_to_orographic_gravity_wave_drag from new to old metadata -INFO: Converting local name shoc_parm(3) of variable shoc_tke_dissipation_tunable_parameter_near_surface from new to old metadata -INFO: Converting local name gflx_ice of variable upward_heat_flux_in_soil_over_ice from new to old metadata -INFO: Converting local name nspc1 of variable number_of_species_for_aerosol_optical_depth from new to old metadata -INFO: Converting local name drain_cpl of variable tendency_of_lwe_thickness_of_precipitation_amount_for_coupling from new to old metadata -INFO: Converting local name phis of variable surface_geopotential_at_Lagrangian_surface from new to old metadata -INFO: Converting local name q2mi_cpl of variable instantaneous_specific_humidity_at_2m_for_coupling from new to old metadata -INFO: Converting local name zogw of variable time_integral_of_height_of_launch_level_of_orographic_gravity_wave from new to old metadata -INFO: Converting local name prsi of variable air_pressure_at_interface from new to old metadata -INFO: Converting local name aerodp of variable atmosphere_optical_thickness_due_to_ambient_aerosol_particles from new to old metadata -INFO: Converting local name shal_cnv of variable flag_for_shallow_convection from new to old metadata -INFO: Converting local name icsdlw of variable seed_random_numbers_lw from new to old metadata -INFO: Converting local name ncld of variable number_of_hydrometeors from new to old metadata -INFO: Converting local name gasvmr(:,:,6) of variable volume_mixing_ratio_cfc11 from new to old metadata -INFO: Converting local name tracers_water of variable number_of_water_tracers from new to old metadata -INFO: Converting local name nscyc of variable number_of_timesteps_between_surface_cycling_calls from new to old metadata -INFO: Converting local name dswsfc_cpl of variable cumulative_surface_downwelling_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name adjvisdfu of variable surface_upwelling_diffuse_ultraviolet_and_visible_shortwave_flux from new to old metadata -INFO: Converting local name cs_parm(2) of variable updraft_velocity_tunable_parameter_2_CS from new to old metadata -INFO: Converting local name lsswr of variable flag_to_calc_sw from new to old metadata -INFO: Converting local name imfshalcnv_gf of variable flag_for_gf_shallow_convection_scheme from new to old metadata -INFO: Converting local name kinver of variable index_of_highest_temperature_inversion from new to old metadata -INFO: Converting local name tslb of variable soil_temperature_for_land_surface_model from new to old metadata -INFO: Converting local name weasd of variable water_equivalent_accumulated_snow_depth from new to old metadata -INFO: Converting local name tisfc of variable sea_ice_temperature from new to old metadata -INFO: Converting local name faerlw of variable aerosol_optical_properties_for_longwave_bands_01_16 from new to old metadata -INFO: Converting local name logunit of variable iounit_log from new to old metadata -INFO: Converting local name fast_mp_consv of variable flag_for_fast_microphysics_energy_conservation from new to old metadata -INFO: Converting local name cnv_mfd of variable detrained_mass_flux from new to old metadata -INFO: Converting local name zvir of variable ratio_of_vapor_to_dry_air_gas_constants_minus_one_default_kind from new to old metadata -INFO: Converting local name jed of variable ending_y_direction_index_domain from new to old metadata -INFO: Converting local name gasvmr(:,:,3) of variable volume_mixing_ratio_ch4 from new to old metadata -INFO: Converting local name sfcdsw of variable surface_downwelling_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name hydrostatic of variable flag_for_hydrostatic_solver_for_fast_physics from new to old metadata -INFO: Converting local name dvsfc_bl of variable integrated_y_momentum_flux_from_blocking_drag from new to old metadata -INFO: Converting local name Grid of variable GFS_grid_type_instance from new to old metadata -INFO: Converting local name ncnd of variable number_of_cloud_condensate_types from new to old metadata -INFO: Converting local name w_0 of variable coefficient_w_0 from new to old metadata -INFO: Converting local name zm of variable ocean_mixed_layer_thickness from new to old metadata -INFO: Converting local name shoc_parm(2) of variable shoc_tke_dissipation_tunable_parameter from new to old metadata -INFO: Converting local name cdec of variable cosine_of_solar_declination_angle from new to old metadata -INFO: Converting local name npzq_con of variable vertical_dimension_for_condensed_water_at_Lagrangian_surface from new to old metadata -INFO: Converting local name rmol of variable reciprocal_of_obukhov_length from new to old metadata -INFO: Converting local name snowxy of variable number_of_snow_layers from new to old metadata -INFO: Converting local name hflx_land of variable kinematic_surface_upward_sensible_heat_flux_over_land from new to old metadata -INFO: Converting local name clw of variable convective_transportable_tracers from new to old metadata -INFO: Converting local name srflag of variable flag_for_precipitation_type from new to old metadata -INFO: Converting local name suntim of variable duration_of_sunshine from new to old metadata -INFO: Converting local name isot of variable soil_type_dataset_choice from new to old metadata -INFO: Converting local name isol of variable flag_for_solar_constant from new to old metadata -INFO: Converting local name th2m of variable potential_temperature_at_2m from new to old metadata -INFO: Converting local name hpbl of variable atmosphere_boundary_layer_thickness from new to old metadata -INFO: Converting local name cd of variable surface_drag_coefficient_for_momentum_in_air from new to old metadata -INFO: Converting local name dusfc_ls of variable integrated_x_momentum_flux_from_large_scale_gwd from new to old metadata -INFO: Converting local name do_sppt of variable flag_for_stochastic_surface_physics_perturbations from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_for_convective_cloud_water_mixing_ratio_in_phy_f3d) of variable convective_cloud_water_mixing_ratio_in_phy_f3d from new to old metadata -INFO: Converting local name rb_ice of variable bulk_richardson_number_at_lowest_model_level_over_ice from new to old metadata -INFO: Converting local name itc of variable number_of_aerosol_tracers_for_convection from new to old metadata -INFO: Converting local name Cldprop of variable GFS_cldprop_type_instance from new to old metadata -INFO: Converting local name grav_settling of variable grav_settling from new to old metadata -INFO: Converting local name gq0(:,:,index_for_ice_cloud_number_concentration) of variable ice_number_concentration_updated_by_physics from new to old metadata -INFO: Converting local name ntinc of variable index_for_ice_cloud_number_concentration from new to old metadata -INFO: Converting local name iopt_inf of variable flag_for_frozen_soil_permeability_option from new to old metadata -INFO: Converting local name c0s_deep of variable rain_conversion_parameter_deep_convection from new to old metadata -INFO: Converting local name dtaux2d_ls of variable x_momentum_tendency_from_large_scale_gwd from new to old metadata -INFO: Converting local name phy_myj_qz0 of variable specific_humidity_at_viscous_sublayer_top from new to old metadata -INFO: Converting local name iovr_sw of variable flag_for_max_random_overlap_clouds_for_shortwave_radiation from new to old metadata -INFO: Converting local name icliq_sw of variable flag_for_optical_property_for_liquid_clouds_for_shortwave_radiation from new to old metadata -INFO: Converting local name psmean of variable cumulative_surface_pressure_multiplied_by_timestep from new to old metadata -INFO: Converting local name cmm_ocean of variable surface_drag_wind_speed_for_momentum_in_air_over_ocean from new to old metadata -INFO: Converting local name shcnvcw of variable flag_shallow_convective_cloud from new to old metadata -INFO: Converting local name drain of variable subsurface_runoff_flux from new to old metadata -INFO: Converting local name ak of variable a_parameter_of_the_hybrid_coordinate from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_liquid_cloud_number_concentration) of variable tendency_of_cloud_droplet_number_concentration_due_to_model_physics from new to old metadata -INFO: Converting local name sfc_z0_type of variable flag_for_surface_roughness_option_over_ocean from new to old metadata -INFO: Converting local name cvt of variable pressure_at_top_of_convective_cloud from new to old metadata -INFO: Converting local name gwd_opt of variable gwd_opt from new to old metadata -INFO: Converting local name snowmp of variable lwe_thickness_of_snow_amount from new to old metadata -INFO: Converting local name ncnvcld3d of variable number_of_convective_3d_cloud_fields from new to old metadata -INFO: Converting local name cape of variable convective_available_potential_energy_for_coupling from new to old metadata -INFO: Converting local name du3dt_ogw of variable time_integral_of_change_in_x_wind_due_to_orographic_gravity_wave_drag from new to old metadata -INFO: Converting local name te0_2d of variable atmosphere_energy_content_in_column from new to old metadata -INFO: Converting local name dsnowprv of variable snow_precipitation_rate_from_previous_timestep from new to old metadata -INFO: Converting local name chh of variable surface_drag_mass_flux_for_heat_and_moisture_in_air from new to old metadata -INFO: Converting local name dt3dt(:,:,5) of variable cumulative_change_in_temperature_due_to_shal_convection from new to old metadata -INFO: Converting local name cplwav of variable flag_for_wave_coupling from new to old metadata -INFO: Converting local name clw(:,:,2) of variable cloud_condensed_water_mixing_ratio_convective_transport_tracer from new to old metadata -INFO: Converting local name shoc_parm(1) of variable shoc_tke_dissipatation_pressure_threshold from new to old metadata -INFO: Converting local name oro_uf of variable orography_unfiltered from new to old metadata -INFO: Converting local name peln of variable log_pressure_at_Lagrangian_surface from new to old metadata -INFO: Converting local name gasvmr(:,:,8) of variable volume_mixing_ratio_cfc22 from new to old metadata -INFO: Converting local name pertzt of variable magnitude_of_perturbation_of_heat_to_momentum_roughness_length_ratio from new to old metadata -INFO: Converting local name clouds(:,:,1) of variable total_cloud_fraction from new to old metadata -INFO: Converting local name iaer of variable flag_for_default_aerosol_effect_in_shortwave_radiation from new to old metadata -INFO: Converting local name wet1 of variable normalized_soil_wetness from new to old metadata -INFO: Converting local name npz of variable vertical_dimension_for_fast_physics from new to old metadata -INFO: Converting local name cal_pre of variable flag_for_precipitation_type_algorithm from new to old metadata -INFO: Converting local name lmk of variable adjusted_vertical_layer_dimension_for_radiation from new to old metadata -INFO: Converting local name kind_phys of variable kind_phys from new to old metadata -INFO: Converting local name Sfcprop of variable GFS_sfcprop_type_instance from new to old metadata -INFO: Converting local name wslakexy of variable lake_water_storage from new to old metadata -INFO: Converting local name f10m of variable ratio_of_wind_at_lowest_model_layer_and_wind_at_10m from new to old metadata -INFO: Converting local name gasvmr(:,:,1) of variable volume_mixing_ratio_co2 from new to old metadata -INFO: Converting local name q2mp of variable specific_humidity_at_2m_from_noahmp from new to old metadata -INFO: Converting local name lwhc of variable tendency_of_air_temperature_due_to_longwave_heating_assuming_clear_sky_on_radiation_timestep from new to old metadata -INFO: Converting local name snowd_ice of variable surface_snow_thickness_water_equivalent_over_ice from new to old metadata -INFO: Converting local name lsnow_lsm_lbound of variable lower_bound_of_snow_vertical_dimension_for_land_surface_model from new to old metadata -INFO: Converting local name mg_dcs of variable mg_autoconversion_size_threshold_ice_snow from new to old metadata -INFO: Converting local name rhgrd of variable fa_threshold_relative_humidity_for_onset_of_condensation from new to old metadata -INFO: Converting local name dudt_ogw of variable instantaneous_change_in_x_wind_due_to_orographic_gravity_wave_drag from new to old metadata -INFO: Converting local name slmsk of variable sea_land_ice_mask_real from new to old metadata -INFO: Converting local name ictm of variable flag_for_initial_time_date_control from new to old metadata -INFO: Converting local name qss_ocean of variable surface_specific_humidity_over_ocean from new to old metadata -INFO: Converting local name tsfc of variable surface_skin_temperature from new to old metadata -INFO: Converting local name prsik of variable dimensionless_exner_function_at_model_interfaces from new to old metadata -INFO: Converting local name t2mmp of variable temperature_at_2m_from_noahmp from new to old metadata -INFO: Converting local name tau_ogw of variable time_integral_of_momentum_flux_due_to_orographic_gravity_wave_drag from new to old metadata -INFO: Converting local name topflw_type of variable topflw_type from new to old metadata -INFO: Converting local name cnv_nice of variable number_concentration_of_ice_crystals_for_detrainment from new to old metadata -INFO: Converting local name cscnv of variable flag_for_Chikira_Sugiyama_deep_convection from new to old metadata -INFO: Converting local name u10mi_cpl of variable instantaneous_x_wind_at_10m_for_coupling from new to old metadata -INFO: Converting local name fh2_ocean of variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_ocean from new to old metadata -INFO: Converting local name phii of variable geopotential_at_interface from new to old metadata -INFO: Converting local name gq0(:,:,index_for_graupel) of variable graupel_mixing_ratio_updated_by_physics from new to old metadata -INFO: Converting local name ntgl of variable index_for_graupel from new to old metadata -INFO: Converting local name nvisdfi_cpl of variable instantaneous_surface_net_downward_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name norad_precip of variable flag_for_precipitation_effect_on_radiation from new to old metadata -INFO: Converting local name dq3dt(:,:,5) of variable cumulative_change_in_ozone_mixing_ratio_due_to_PBL from new to old metadata -INFO: Converting local name dusfcg of variable instantaneous_x_stress_due_to_gravity_wave_drag from new to old metadata -INFO: Converting local name stype of variable soil_type_classification_real from new to old metadata -INFO: Converting local name lwhtr of variable flag_for_output_of_longwave_heating_rate from new to old metadata -INFO: Converting local name skebv_wts of variable weights_for_stochastic_skeb_perturbation_of_y_wind_flipped from new to old metadata -INFO: Converting local name prnum of variable prandtl_number from new to old metadata -INFO: Converting local name dtsfcin_cpl of variable surface_upward_sensible_heat_flux_for_coupling from new to old metadata -INFO: Converting local name sigmatot of variable convective_updraft_area_fraction_at_model_interfaces from new to old metadata -INFO: Converting local name rann of variable random_number_array from new to old metadata -INFO: Converting local name work2 of variable grid_size_related_coefficient_used_in_scale_sensitive_schemes_complement from new to old metadata -INFO: Converting local name ep1d_land of variable surface_upward_potential_latent_heat_flux_over_land from new to old metadata -INFO: Converting local name num_p3d of variable array_dimension_of_3d_arrays_for_microphysics from new to old metadata -INFO: Converting local name frac_grid of variable flag_for_fractional_grid from new to old metadata -INFO: Converting local name dtdtc of variable tendency_of_air_temperature_due_to_radiative_heating_assuming_clear_sky from new to old metadata -INFO: Converting local name chxy of variable surface_drag_coefficient_for_heat_and_moisture_for_noahmp from new to old metadata -INFO: Converting local name dtauy2d_bl of variable y_momentum_tendency_from_blocking_drag from new to old metadata -INFO: Converting local name dtsfc of variable cumulative_surface_upward_sensible_heat_flux_for_diag_multiplied_by_timestep from new to old metadata -INFO: Converting local name gflx_ocean of variable upward_heat_flux_in_soil_over_ocean from new to old metadata -INFO: Converting local name deeprechxy of variable water_table_recharge_when_deep from new to old metadata -INFO: Converting local name imfshalcnv_sas of variable flag_for_sas_shallow_convection_scheme from new to old metadata -INFO: Converting local name woodxy of variable wood_mass from new to old metadata -INFO: Converting local name phy_f3d(:,:,3) of variable air_temperature_at_previous_time_step from new to old metadata -INFO: Converting local name otspt of variable flag_convective_tracer_transport from new to old metadata -INFO: Converting local name tsurf of variable surface_skin_temperature_after_iteration from new to old metadata -INFO: Converting local name phy_f2d(:,array_dimension_of_2d_arrays_for_microphysics) of variable surface_wind_enhancement_due_to_convection from new to old metadata -INFO: Converting local name num_p2d of variable array_dimension_of_2d_arrays_for_microphysics from new to old metadata -INFO: Converting local name diss_est of variable dissipation_estimate_of_air_temperature_at_model_layers from new to old metadata -INFO: Converting local name ffmm_land of variable Monin_Obukhov_similarity_function_for_momentum_over_land from new to old metadata -INFO: Converting local name imfshalcnv of variable flag_for_mass_flux_shallow_convection_scheme from new to old metadata -INFO: Converting local name iopt_rad of variable flag_for_radiation_transfer_option from new to old metadata -INFO: Converting local name effr_in of variable flag_for_cloud_effective_radii from new to old metadata -INFO: Converting local name Sh3D of variable stability_function_for_heat from new to old metadata -INFO: Converting local name con_sbc of variable stefan_boltzmann_constant from new to old metadata -INFO: Converting local name phy_myj_z0base of variable baseline_surface_roughness_length from new to old metadata -INFO: Converting local name sdec of variable sine_of_solar_declination_angle from new to old metadata -INFO: Converting local name f_ice of variable fraction_of_ice_water_cloud from new to old metadata -INFO: Converting local name qs of variable cloud_snow_specific_humidity_at_Lagrangian_surface from new to old metadata -INFO: Converting local name iflip of variable flag_for_vertical_index_direction_control from new to old metadata -INFO: Converting local name draincprv of variable convective_precipitation_rate_from_previous_timestep from new to old metadata -INFO: Converting local name icsdsw of variable seed_random_numbers_sw from new to old metadata -INFO: Converting local name dtaux2d_bl of variable x_momentum_tendency_from_blocking_drag from new to old metadata -INFO: Converting local name uustar_ocean of variable surface_friction_velocity_over_ocean from new to old metadata -INFO: Converting local name zlwb of variable height_of_low_level_wave_breaking from new to old metadata -INFO: Converting local name sigma of variable slope_of_subgrid_orography from new to old metadata -INFO: Converting local name cd_land of variable surface_drag_coefficient_for_momentum_in_air_over_land from new to old metadata -INFO: Converting local name shoc_parm(5) of variable shoc_flag_for_optional_surface_TKE_dissipation from new to old metadata -INFO: Converting local name qss_ice of variable surface_specific_humidity_over_ice from new to old metadata -INFO: Converting local name graupel of variable lwe_thickness_of_graupel_amount_on_dynamics_timestep from new to old metadata -INFO: Converting local name do_myjsfc of variable do_myjsfc from new to old metadata -INFO: Converting local name htsw0 of variable tendency_of_air_temperature_due_to_shortwave_heating_assuming_clear_sky_on_radiation_time_step from new to old metadata -INFO: Converting local name ep of variable cumulative_surface_upward_potential_latent_heat_flux_multiplied_by_timestep from new to old metadata -INFO: Converting local name tprcp of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep from new to old metadata -INFO: Converting local name dnirdf_cpl of variable cumulative_surface_downwelling_diffuse_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name qwv_surf of variable water_vapor_mixing_ratio_at_surface from new to old metadata -INFO: Converting local name fm10_ocean of variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_ocean from new to old metadata -INFO: Converting local name QC_BL of variable subgrid_cloud_mixing_ratio_pbl from new to old metadata -INFO: Converting local name adjsfculw_ice of variable surface_upwelling_longwave_flux_over_ice_interstitial from new to old metadata -INFO: Converting local name tsfci_cpl of variable instantaneous_surface_skin_temperature_for_coupling from new to old metadata -INFO: Converting local name pertz0 of variable magnitude_of_perturbation_of_momentum_roughness_length from new to old metadata -INFO: Converting local name eahxy of variable canopy_air_vapor_pressure from new to old metadata -INFO: Converting local name cnv_dqldt of variable tendency_of_cloud_water_due_to_convective_microphysics from new to old metadata -INFO: Converting local name gq0 of variable tracer_concentration_updated_by_physics from new to old metadata -INFO: Converting local name iopt_dveg of variable flag_for_dynamic_vegetation_option from new to old metadata -INFO: Converting local name gv0(:,1) of variable y_wind_at_lowest_model_layer_updated_by_physics from new to old metadata -INFO: Converting local name first_time_step of variable flag_for_first_time_step from new to old metadata -INFO: Converting local name dtaux2d_ss of variable x_momentum_tendency_from_small_scale_gwd from new to old metadata -INFO: Converting local name wetdpl of variable instantaneous_large_scale_wet_deposition from new to old metadata -INFO: Converting local name cndm_surf of variable surface_condensation_mass from new to old metadata -INFO: Converting local name cmm_land of variable surface_drag_wind_speed_for_momentum_in_air_over_land from new to old metadata -INFO: Converting local name fh2 of variable Monin_Obukhov_similarity_function_for_heat_at_2m from new to old metadata -INFO: Converting local name gw_dudt of variable tendency_of_x_wind_due_to_ugwp from new to old metadata -INFO: Converting local name shinhong of variable flag_for_scale_aware_Shinhong_PBL from new to old metadata -INFO: Converting local name maxMF of variable maximum_mass_flux from new to old metadata -INFO: Converting local name gu0 of variable x_wind_updated_by_physics from new to old metadata -INFO: Converting local name ncstrac of variable number_of_tracers_for_CS from new to old metadata -INFO: Converting local name do_qa of variable flag_for_inline_cloud_fraction_calculation from new to old metadata -INFO: Converting local name pgr of variable surface_air_pressure from new to old metadata -INFO: Converting local name del of variable air_pressure_difference_between_midlayers from new to old metadata -INFO: Converting local name nqrimef of variable index_for_mass_weighted_rime_factor from new to old metadata -INFO: Converting local name du3dt(:,:,1) of variable cumulative_change_in_x_wind_due_to_PBL from new to old metadata -INFO: Converting local name raincs of variable lwe_thickness_of_shallow_convective_precipitation_amount from new to old metadata -INFO: Converting local name xlaixy of variable leaf_area_index from new to old metadata -INFO: Converting local name iopt_alb of variable flag_for_ground_snow_surface_albedo_option from new to old metadata -INFO: Converting local name moninq_fac of variable atmosphere_diffusivity_coefficient_factor from new to old metadata -INFO: Converting local name work3 of variable ratio_of_exner_function_between_midlayer_and_interface_at_lowest_model_layer from new to old metadata -INFO: Converting local name adjnirbmd of variable surface_downwelling_direct_near_infrared_shortwave_flux from new to old metadata -INFO: Converting local name imp_physics_zhao_carr_pdf of variable flag_for_zhao_carr_pdf_microphysics_scheme from new to old metadata -INFO: Converting local name dv3dt(:,:,3) of variable cumulative_change_in_y_wind_due_to_deep_convection from new to old metadata -INFO: Converting local name evcwa of variable cumulative_canopy_upward_latent_heat_flu_multiplied_by_timestep from new to old metadata -INFO: Converting local name lsm_noah of variable flag_for_noah_land_surface_scheme from new to old metadata -INFO: Converting local name ntk of variable index_for_turbulent_kinetic_energy_convective_transport_tracer from new to old metadata -INFO: Converting local name qsnw of variable local_snow_water_mixing_ratio from new to old metadata -INFO: Converting local name edmf_thl of variable emdf_updraft_theta_l from new to old metadata -INFO: Converting local name crtrh(2) of variable critical_relative_humidity_at_PBL_top from new to old metadata -INFO: Converting local name xv of variable diurnal_thermocline_layer_y_current from new to old metadata -INFO: Converting local name rlapse of variable air_temperature_lapse_rate_constant from new to old metadata -INFO: Converting local name clw(:,:,1) of variable ice_water_mixing_ratio_convective_transport_tracer from new to old metadata -INFO: Converting local name levozp of variable vertical_dimension_of_ozone_forcing_data from new to old metadata -INFO: Converting local name spfhmax of variable maximum_specific_humidity_at_2m from new to old metadata -INFO: Converting local name runoff of variable surface_runoff_flux from new to old metadata -INFO: Converting local name do_sb_physics of variable mg_flag_for_sb2001_autoconversion from new to old metadata -INFO: Converting local name phy_myj_a1q of variable weight_for_specific_humidity_at_viscous_sublayer_top from new to old metadata -INFO: Converting local name cactiv of variable conv_activity_counter from new to old metadata -INFO: Converting local name clw(:,:,index_for_turbulent_kinetic_energy_convective_transport_tracer) of variable turbulent_kinetic_energy_convective_transport_tracer from new to old metadata -INFO: Converting local name oz_phys_2015 of variable flag_for_2015_ozone_physics from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_snow_number_concentration) of variable snow_number_concentration from new to old metadata -INFO: Converting local name ntsnc of variable index_for_snow_number_concentration from new to old metadata -INFO: Converting local name dlwsfci_cpl of variable instantaneous_surface_downwelling_longwave_flux_for_coupling from new to old metadata -INFO: Converting local name errflg of variable ccpp_error_flag from new to old metadata -INFO: Converting local name kbot of variable vertical_index_at_cloud_base from new to old metadata -INFO: Converting local name clw_surf of variable cloud_condensed_water_mixing_ratio_at_surface from new to old metadata -INFO: Converting local name skebu_wts of variable weights_for_stochastic_skeb_perturbation_of_x_wind from new to old metadata -INFO: Converting local name snowprv of variable lwe_thickness_of_snow_amount_from_previous_timestep from new to old metadata -INFO: Converting local name spec_adv of variable flag_for_individual_cloud_species_advected from new to old metadata -INFO: Converting local name rainmp of variable lwe_thickness_of_explicit_rain_amount from new to old metadata -INFO: Converting local name jdat of variable forecast_date_and_time from new to old metadata -INFO: Converting local name ntrcaer of variable number_of_aerosol_tracers_MG from new to old metadata -INFO: Converting local name gflux of variable cumulative_surface_ground_heat_flux_multiplied_by_timestep from new to old metadata -INFO: Converting local name q1 of variable water_vapor_specific_humidity_at_lowest_model_layer_for_diag from new to old metadata -INFO: Converting local name gq0(:,1,index_for_water_vapor) of variable water_vapor_specific_humidity_at_lowest_model_layer_updated_by_physics from new to old metadata -INFO: Converting local name nday of variable daytime_points_dimension from new to old metadata -INFO: Converting local name cs_parm(9) of variable entrainment_efficiency_tunable_parameter_9_CS from new to old metadata -INFO: Converting local name flx_form of variable flag_flux_form_CS from new to old metadata -INFO: Converting local name dtsfc_cpl of variable cumulative_surface_upward_sensible_heat_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name nstf_name(1) of variable flag_for_nsstm_run from new to old metadata -INFO: Converting local name ca_sgs of variable flag_for_sgs_cellular_automata from new to old metadata -INFO: Converting local name mg_qcmin(1) of variable mg_minimum_cloud_condensed_water_mixing_ratio from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio from new to old metadata -INFO: Converting local name rilist of variable gas_constants_for_multi_gases_physics from new to old metadata -INFO: Converting local name dtauy2d_ls of variable y_momentum_tendency_from_large_scale_gwd from new to old metadata -INFO: Converting local name oz_coeff of variable number_of_coefficients_in_ozone_forcing_data from new to old metadata -INFO: Converting local name edmf_qt of variable emdf_updraft_total_water from new to old metadata -INFO: Converting local name stmassxy of variable stem_mass from new to old metadata -INFO: Converting local name dgraupelprv of variable graupel_precipitation_rate_from_previous_timestep from new to old metadata -INFO: Converting local name gq0(:,:,index_for_mass_weighted_rime_factor) of variable mass_weighted_rime_factor_updated_by_physics from new to old metadata -INFO: Converting local name alnwf of variable mean_nir_albedo_with_weak_cosz_dependency from new to old metadata -INFO: Converting local name smoiseq of variable equilibrium_soil_water_content from new to old metadata -INFO: Converting local name psautco of variable coefficient_from_cloud_ice_to_snow from new to old metadata -INFO: Converting local name fhlwr of variable frequency_for_longwave_radiation from new to old metadata -INFO: Converting local name xtts of variable sensitivity_of_dtl_heat_content_to_surface_temperature from new to old metadata -INFO: Converting local name tracers_start_index of variable start_index_of_other_tracers from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_ice_cloud_condensate) of variable tendency_of_ice_cloud_water_mixing_ratio_due_to_model_physics from new to old metadata -INFO: Converting local name jsd of variable starting_y_direction_index_domain from new to old metadata -INFO: Converting local name semis_land of variable surface_longwave_emissivity_over_land_interstitial from new to old metadata -INFO: Converting local name tdomr of variable dominant_rain_type from new to old metadata -INFO: Converting local name conv_act of variable gf_memory_counter from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_ice_cloud_number_concentration) of variable ice_number_concentration from new to old metadata -INFO: Converting local name ugrs(:,1) of variable x_wind_at_lowest_model_layer from new to old metadata -INFO: Converting local name qicn of variable mass_fraction_of_convective_cloud_ice from new to old metadata -INFO: Converting local name fh2_ice of variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_ice from new to old metadata -INFO: Converting local name tsq of variable t_prime_squared from new to old metadata -INFO: Converting local name tdomip of variable dominant_sleet_type from new to old metadata -INFO: Converting local name lslwr of variable flag_to_calc_lw from new to old metadata -INFO: Converting local name GFS_cldprop_type of variable GFS_cldprop_type from new to old metadata -INFO: Converting local name imp_physics of variable flag_for_microphysics_scheme from new to old metadata -INFO: Converting local name sfcalb(:,1) of variable surface_albedo_due_to_near_IR_direct from new to old metadata -INFO: Converting local name mg_do_graupel of variable mg_flag_for_graupel from new to old metadata -INFO: Converting local name soilm of variable soil_moisture_content from new to old metadata -INFO: Converting local name exch_m of variable atmosphere_momentum_diffusivity_for_mynnpbl from new to old metadata -INFO: Converting local name wetdpc of variable instantaneous_convective_scale_wet_deposition from new to old metadata -INFO: Converting local name el_pbl of variable mixing_length from new to old metadata -INFO: Converting local name ncnvc of variable index_for_convective_cloud_cover_in_phy_f3d from new to old metadata -INFO: Converting local name fn_nml of variable namelist_filename from new to old metadata -INFO: Converting local name weasd_ocean of variable water_equivalent_accumulated_snow_depth_over_ocean from new to old metadata -INFO: Converting local name evfact_deep of variable rain_evaporation_coefficient_deep_convection from new to old metadata -INFO: Converting local name dqsfc of variable cumulative_surface_upward_latent_heat_flux_for_diag_multiplied_by_timestep from new to old metadata -INFO: Converting local name totgrpb of variable accumulated_lwe_thickness_of_graupel_amount_in_bucket from new to old metadata -INFO: Converting local name trans_aero of variable flag_for_aerosol_convective_transport_and_PBL_diffusion from new to old metadata -INFO: Converting local name dusfc_bl of variable integrated_x_momentum_flux_from_blocking_drag from new to old metadata -INFO: Converting local name gw_kdis of variable eddy_mixing_due_to_ugwp from new to old metadata -INFO: Converting local name mg_qcmin of variable mg_minimum_cloud_condensed_water_and_ice_mixing_ratio from new to old metadata -INFO: Converting local name dq3dt(:,:,3) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_shal_convection from new to old metadata -INFO: Converting local name qi of variable cloud_ice_specific_humidity_at_Lagrangian_surface from new to old metadata -INFO: Converting local name imfshalcnv_gf of variable flag_for_ntiedtke_shallow_convection_scheme from new to old metadata -INFO: Converting local name zorl_ocean of variable surface_roughness_length_over_ocean_interstitial from new to old metadata -INFO: Converting local name tsfc_ice of variable surface_skin_temperature_over_ice_interstitial from new to old metadata -INFO: Converting local name input_nml_file_length of variable number_of_lines_of_namelist_filename_for_internal_file_reads from new to old metadata -INFO: Converting local name flhc of variable surface_exchange_coefficient_for_heat from new to old metadata -INFO: Converting local name qke of variable tke_at_mass_points from new to old metadata -INFO: Converting local name snowd of variable surface_snow_thickness_water_equivalent from new to old metadata -INFO: Converting local name ncpr of variable local_rain_number_concentration from new to old metadata -INFO: Converting local name ldiag3d of variable flag_diagnostics_3D from new to old metadata -INFO: Converting local name ffhh_ocean of variable Monin_Obukhov_similarity_function_for_heat_over_ocean from new to old metadata -INFO: Converting local name nsamftrac of variable number_of_tracers_for_samf from new to old metadata -INFO: Converting local name con_hvap of variable latent_heat_of_vaporization_of_water_at_0C from new to old metadata -INFO: Converting local name dtaux2d_fd of variable x_momentum_tendency_from_form_drag from new to old metadata -INFO: Converting local name levh2o of variable vertical_dimension_of_h2o_forcing_data from new to old metadata -INFO: Converting local name ras of variable flag_for_ras_deep_convection from new to old metadata -INFO: Converting local name ialb of variable flag_for_using_climatology_albedo from new to old metadata -INFO: Converting local name raincd of variable lwe_thickness_of_deep_convective_precipitation_amount from new to old metadata -INFO: Converting local name alb1d of variable surface_albedo_perturbation from new to old metadata -INFO: Converting local name nwat of variable number_of_water_species from new to old metadata -INFO: Converting local name dwn_mf of variable cumulative_atmosphere_downdraft_convective_mass_flux from new to old metadata -INFO: Converting local name save_t of variable air_temperature_save from new to old metadata -INFO: Converting local name fice of variable sea_ice_concentration from new to old metadata -INFO: Converting local name dvisdf_cpl of variable cumulative_surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name cvb of variable pressure_at_bottom_of_convective_cloud from new to old metadata -INFO: Converting local name save_q(:,:,index_for_ice_cloud_condensate) of variable ice_water_mixing_ratio_save from new to old metadata -INFO: Converting local name gq0(:,:,index_for_snow_water) of variable snow_water_mixing_ratio_updated_by_physics from new to old metadata -INFO: Converting local name qrain of variable sensible_heat_flux_due_to_rainfall from new to old metadata -INFO: Converting local name stress_ocean of variable surface_wind_stress_over_ocean from new to old metadata -INFO: Converting local name adjsfculw_land of variable surface_upwelling_longwave_flux_over_land_interstitial from new to old metadata -INFO: Converting local name ndust of variable number_of_dust_bins_for_diagnostics from new to old metadata -INFO: Converting local name GFS_radtend_type of variable GFS_radtend_type from new to old metadata -INFO: Converting local name ngas of variable number_of_gases_for_multi_gases_physics from new to old metadata -INFO: Converting local name diceprv of variable ice_precipitation_rate_from_previous_timestep from new to old metadata -INFO: Converting local name con_ttp of variable triple_point_temperature_of_water from new to old metadata -INFO: Converting local name rechxy of variable water_table_recharge_when_shallow from new to old metadata -INFO: Converting local name ffhh of variable Monin_Obukhov_similarity_function_for_heat from new to old metadata -INFO: Converting local name edmf_w of variable emdf_updraft_vertical_velocity from new to old metadata -INFO: Converting local name sed_supersat of variable mg_allow_supersat_after_sed from new to old metadata -INFO: Converting local name sr of variable ratio_of_snowfall_to_rainfall from new to old metadata -INFO: Converting local name stc of variable soil_temperature from new to old metadata -INFO: Converting local name idate of variable date_and_time_at_model_initialization_reordered from new to old metadata -INFO: Converting local name nctp of variable number_of_cloud_types_CS from new to old metadata -INFO: Converting local name levrp1 of variable number_of_vertical_layers_for_radiation_calculations_plus_one from new to old metadata -INFO: Converting local name v10mmax of variable maximum_y_wind_at_10m from new to old metadata -INFO: Converting local name clouds(:,:,8) of variable cloud_snow_water_path from new to old metadata -INFO: Converting local name dusfc of variable cumulative_surface_x_momentum_flux_for_diag_multiplied_by_timestep from new to old metadata -INFO: Converting local name sfcalb(:,3) of variable surface_albedo_due_to_UV_and_VIS_direct from new to old metadata -INFO: Converting local name zmtnblck of variable level_of_dividing_streamline from new to old metadata -INFO: Converting local name xcosz of variable instantaneous_cosine_of_zenith_angle from new to old metadata -INFO: Converting local name CCPP_interstitial_type of variable CCPP_interstitial_type from new to old metadata -INFO: Converting local name theta of variable angle_from_east_of_maximum_subgrid_orographic_variations from new to old metadata -INFO: Converting local name nbdsw of variable number_of_aerosol_bands_for_shortwave_radiation from new to old metadata -INFO: Converting local name dqsfc1 of variable instantaneous_surface_upward_latent_heat_flux from new to old metadata -INFO: Converting local name htrsw of variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_timestep from new to old metadata -INFO: Converting local name gq0(:,:,index_for_graupel_number_concentration) of variable graupel_number_concentration_updated_by_physics from new to old metadata -INFO: Converting local name ntgnc of variable index_for_graupel_number_concentration from new to old metadata -INFO: Converting local name semis of variable surface_longwave_emissivity from new to old metadata -INFO: Converting local name ca_smooth of variable flag_for_gaussian_spatial_filter from new to old metadata -INFO: Converting local name zhour of variable time_since_diagnostics_zeroed from new to old metadata -INFO: Converting local name uswsfci of variable surface_upwelling_shortwave_flux from new to old metadata -INFO: Converting local name dq3dt(:,:,6) of variable cumulative_change_in_ozone_concentration_due_to_production_and_loss_rate from new to old metadata -INFO: Converting local name con_t0c of variable temperature_at_zero_celsius from new to old metadata -INFO: Converting local name dvsfcin_cpl of variable surface_y_momentum_flux_for_coupling from new to old metadata -INFO: Converting local name runoff of variable total_runoff from new to old metadata -INFO: Converting local name upd_mf of variable cumulative_atmosphere_updraft_convective_mass_flux from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_for_cloud_fraction_in_3d_arrays_for_microphysics) of variable cloud_fraction_for_MG from new to old metadata -INFO: Converting local name indcld of variable index_for_cloud_fraction_in_3d_arrays_for_microphysics from new to old metadata -INFO: Converting local name vegtype of variable vegetation_type_classification from new to old metadata -INFO: Converting local name ied of variable ending_x_direction_index_domain from new to old metadata -INFO: Converting local name transa of variable cumulative_transpiration_flux_multiplied_by_timestep from new to old metadata -INFO: Converting local name dt3dt(:,:,2) of variable cumulative_change_in_temperature_due_to_shortwave_radiation from new to old metadata -INFO: Converting local name dvsfc_ls of variable integrated_y_momentum_flux_from_large_scale_gwd from new to old metadata -INFO: Converting local name snowd_ocean of variable surface_snow_thickness_water_equivalent_over_ocean from new to old metadata -INFO: Converting local name clouds(:,:,2) of variable cloud_liquid_water_path from new to old metadata -INFO: Converting local name visbmui of variable surface_upwelling_direct_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name plvl of variable air_pressure_at_interface_for_radiation_in_hPa from new to old metadata -INFO: Converting local name uustar_land of variable surface_friction_velocity_over_land from new to old metadata -INFO: Converting local name phy_myj_akms of variable momentum_exchange_coefficient_for_MYJ_schemes from new to old metadata -INFO: Converting local name cnv_fice of variable ice_fraction_in_convective_tower from new to old metadata -INFO: Converting local name nbdlw of variable number_of_aerosol_bands_for_longwave_radiation from new to old metadata -INFO: Converting local name dudt_mtb of variable instantaneous_change_in_x_wind_due_to_mountain_blocking_drag from new to old metadata -INFO: Converting local name rb_ocean of variable bulk_richardson_number_at_lowest_model_level_over_ocean from new to old metadata -INFO: Converting local name ccnorm of variable flag_for_cloud_condensate_normalized_by_cloud_cover from new to old metadata -INFO: Converting local name dqdt of variable tendency_of_tracers_due_to_model_physics from new to old metadata -INFO: Converting local name u10m of variable x_wind_at_10m from new to old metadata -INFO: Converting local name tmpmin of variable minimum_temperature_at_2m from new to old metadata -INFO: Converting local name save_u of variable x_wind_save from new to old metadata -INFO: Converting local name tsnow of variable snow_temperature_bottom_first_layer from new to old metadata -INFO: Converting local name kind_INTEGER of variable kind_INTEGER from new to old metadata -INFO: Converting local name nswsfc_cpl of variable cumulative_surface_net_downward_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name vgrs(:,1) of variable y_wind_at_lowest_model_layer from new to old metadata -INFO: Converting local name bl_mynn_edmf_tke of variable edmf_tke_transport_flag from new to old metadata -INFO: Converting local name tile_num of variable number_of_tile from new to old metadata -INFO: Converting local name con_pi of variable pi from new to old metadata -INFO: Converting local name abem of variable instantaneous_anthopogenic_and_biomass_burning_emissions from new to old metadata -INFO: Converting local name latidxprnt of variable latitude_index_in_debug_printouts from new to old metadata -INFO: Converting local name tcrf of variable cloud_phase_transition_denominator from new to old metadata -INFO: Converting local name cpilist of variable specific_heat_capacities_for_multi_gases_physics from new to old metadata -INFO: Converting local name tprcp_ocean of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_ocean from new to old metadata -INFO: Converting local name vgrs of variable y_wind from new to old metadata -INFO: Converting local name me of variable mpi_rank from new to old metadata -INFO: Converting local name nseffr of variable index_for_snow_effective_radius from new to old metadata -INFO: Converting local name crtrh(1) of variable critical_relative_humidity_at_surface from new to old metadata -INFO: Converting local name nrcm of variable array_dimension_of_random_number from new to old metadata -INFO: Converting local name phy_f2d(:,2) of variable surface_air_pressure_at_previous_time_step from new to old metadata -INFO: Converting local name totice of variable accumulated_lwe_thickness_of_ice_amount from new to old metadata -INFO: Converting local name vdftra of variable vertically_diffused_tracer_concentration from new to old metadata -INFO: Converting local name clam_shal of variable entrainment_rate_coefficient_shallow_convection from new to old metadata -INFO: Converting local name ulwsfc of variable cumulative_surface_upwelling_longwave_flux_multiplied_by_timestep from new to old metadata -INFO: Converting local name cldf of variable cloud_area_fraction from new to old metadata -INFO: Converting local name prslk of variable dimensionless_exner_function_at_model_layers from new to old metadata -INFO: Converting local name imp_physics_wsm6 of variable flag_for_wsm6_microphysics_scheme from new to old metadata -INFO: Converting local name blksz(ccpp_block_number) of variable horizontal_loop_extent from new to old metadata -INFO: Converting local name dtp of variable time_step_for_physics from new to old metadata -INFO: Converting local name nnirdf_cpl of variable cumulative_surface_net_downward_diffuse_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name tsurf_ice of variable surface_skin_temperature_after_iteration_over_ice from new to old metadata -INFO: Converting local name snowfallac of variable total_accumulated_snowfall from new to old metadata -INFO: Converting local name solhr of variable forecast_hour_of_the_day from new to old metadata -INFO: Converting local name use_zmtnblck of variable flag_for_mountain_blocking from new to old metadata -INFO: Converting local name sfcflw_type of variable sfcflw_type from new to old metadata -INFO: Converting local name rhofr of variable density_of_frozen_precipitation from new to old metadata -INFO: Converting local name dxmax of variable maximum_scaling_factor_for_critical_relative_humidity from new to old metadata -INFO: Converting local name rainc_cpl of variable lwe_thickness_of_convective_precipitation_amount_for_coupling from new to old metadata -INFO: Converting local name prautco of variable coefficient_from_cloud_water_to_rain from new to old metadata -INFO: Converting local name cumabs of variable maximum_column_heating_rate from new to old metadata -INFO: Converting local name Statein of variable GFS_statein_type_instance from new to old metadata -INFO: Converting local name ntasks of variable mpi_size from new to old metadata -INFO: Converting local name qsq of variable q_prime_squared from new to old metadata -INFO: Converting local name bl_mynn_mixqt of variable mix_total_water_flag from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_turbulent_kinetic_energy) of variable tendency_of_turbulent_kinetic_energy_due_to_model_physics from new to old metadata -INFO: Converting local name ntke of variable index_for_turbulent_kinetic_energy from new to old metadata -INFO: Converting local name kmp of variable top_layer_index_for_fast_physics from new to old metadata -INFO: Converting local name ffhh_ice of variable Monin_Obukhov_similarity_function_for_heat_over_ice from new to old metadata -INFO: Converting local name dq3dt(:,:,1) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_PBL from new to old metadata -INFO: Converting local name con_hfus of variable latent_heat_of_fusion_of_water_at_0C from new to old metadata -INFO: Converting local name isubc_lw of variable flag_for_lw_clouds_without_sub_grid_approximation from new to old metadata -INFO: Converting local name du3dt(:,:,3) of variable cumulative_change_in_x_wind_due_to_deep_convection from new to old metadata -INFO: Converting local name clx of variable fraction_of_grid_box_with_subgrid_orography_higher_than_critical_height from new to old metadata -INFO: Converting local name shoc_parm(4) of variable shoc_implicit_TKE_integration_uncentering_term from new to old metadata -INFO: Converting local name gasvmr(:,:,7) of variable volume_mixing_ratio_cfc12 from new to old metadata -INFO: Converting local name cappa of variable cappa_moist_gas_constant_at_Lagrangian_surface from new to old metadata -INFO: Converting local name cf_upi of variable convective_cloud_fraction_for_microphysics from new to old metadata -INFO: Converting local name cdata of variable ccpp_t_instance from new to old metadata -INFO: Converting local name phy_myj_akhs of variable heat_exchange_coefficient_for_MYJ_schemes from new to old metadata -INFO: Converting local name sedim of variable instantaneous_sedimentation from new to old metadata -INFO: Converting local name graupelmp of variable lwe_thickness_of_graupel_amount from new to old metadata -INFO: Converting local name skebu_wts of variable weights_for_stochastic_skeb_perturbation_of_x_wind_flipped from new to old metadata -INFO: Converting local name GFS_control_type of variable GFS_control_type from new to old metadata -INFO: Converting local name yearlen of variable number_of_days_in_year from new to old metadata -INFO: Converting local name save_q(:,:,index_for_water_vapor) of variable water_vapor_specific_humidity_save from new to old metadata -INFO: Converting local name smois of variable volume_fraction_of_soil_moisture_for_land_surface_model from new to old metadata -INFO: Converting local name gq0(:,:,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio_updated_by_physics from new to old metadata -INFO: Converting local name pwat of variable column_precipitable_water from new to old metadata -INFO: Converting local name cld1d of variable cloud_work_function from new to old metadata -INFO: Converting local name qvi of variable gas_tracers_for_multi_gas_physics_at_Lagrangian_surface from new to old metadata -INFO: Converting local name gabsbdlw of variable surface_downwelling_longwave_flux_absorbed_by_ground from new to old metadata -INFO: Converting local name tau_ngw of variable time_integral_of_momentum_flux_due_to_nonstationary_gravity_wave from new to old metadata -INFO: Converting local name xlat_d of variable latitude_degree from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_for_ice_effective_radius) of variable effective_radius_of_stratiform_cloud_ice_particle_in_um from new to old metadata -INFO: Converting local name nieffr of variable index_for_ice_effective_radius from new to old metadata -INFO: Converting local name do_ca of variable flag_for_cellular_automata from new to old metadata -INFO: Converting local name wtxy of variable water_storage_in_aquifer_and_saturated_soil from new to old metadata -INFO: Converting local name srunoff of variable surface_runoff from new to old metadata -INFO: Converting local name ntrnc of variable index_for_rain_number_concentration from new to old metadata -INFO: Converting local name ustm of variable surface_friction_velocity_drag from new to old metadata -INFO: Converting local name cnvprcp of variable cumulative_lwe_thickness_of_convective_precipitation_amount from new to old metadata -INFO: Converting local name imfdeepcnv_samf of variable flag_for_samf_deep_convection_scheme from new to old metadata -INFO: Converting local name si of variable vertical_sigma_coordinate_for_radiation_initialization from new to old metadata -INFO: Converting local name gwdcu of variable tendency_of_x_wind_due_to_convective_gravity_wave_drag from new to old metadata -INFO: Converting local name elvmax of variable maximum_subgrid_orography from new to old metadata -INFO: Converting local name slimskin_cpl of variable sea_land_ice_mask_in from new to old metadata -INFO: Converting local name dtsfc_cice of variable surface_upward_sensible_heat_flux_for_coupling_interstitial from new to old metadata -INFO: Converting local name do_mynnedmf of variable do_mynnedmf from new to old metadata -INFO: Converting local name zorll of variable surface_roughness_length_over_land from new to old metadata -INFO: Converting local name nswsfci_cpl of variable instantaneous_surface_net_downward_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name do_cldice of variable mg_flag_for_cloud_ice_processes from new to old metadata -INFO: Converting local name alboldxy of variable snow_albedo_at_previous_time_step from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_graupel) of variable graupel_mixing_ratio from new to old metadata -INFO: Converting local name rhcmax of variable maximum_critical_relative_humidity from new to old metadata -INFO: Converting local name Stateout of variable GFS_stateout_type_instance from new to old metadata -INFO: Converting local name nirbmdi of variable surface_downwelling_direct_near_infrared_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name gfluxi of variable instantaneous_surface_ground_heat_flux from new to old metadata -INFO: Converting local name drainncprv of variable explicit_rainfall_rate_from_previous_timestep from new to old metadata -INFO: Converting local name gflx of variable upward_heat_flux_in_soil from new to old metadata -INFO: Converting local name hflx_ocean of variable kinematic_surface_upward_sensible_heat_flux_over_ocean from new to old metadata -INFO: Converting local name nvdiff of variable number_of_vertical_diffusion_tracers from new to old metadata -INFO: Converting local name dspheat of variable flag_TKE_dissipation_heating from new to old metadata -INFO: Converting local name fhswr of variable frequency_for_shortwave_radiation from new to old metadata -INFO: Converting local name nthreads of variable omp_threads from new to old metadata -INFO: Converting local name islmsk of variable sea_land_ice_mask from new to old metadata -INFO: Converting local name ntchmdiag of variable number_of_chemical_tracers_for_diagnostics from new to old metadata -INFO: Converting local name nstf_name(5) of variable vertical_temperature_average_range_upper_bound from new to old metadata -INFO: Converting local name forceq of variable moisture_tendency_due_to_dynamics from new to old metadata -INFO: Converting local name nseasalt of variable number_of_seasalt_bins_for_diagnostics from new to old metadata -INFO: Converting local name gasvmr(:,:,2) of variable volume_mixing_ratio_n2o from new to old metadata -INFO: Converting local name ctei_rml of variable grid_sensitive_critical_cloud_top_entrainment_instability_criteria from new to old metadata -INFO: Converting local name sfc_wts of variable weights_for_stochastic_surface_physics_perturbation from new to old metadata -INFO: Converting local name oc of variable convexity_of_subgrid_orography from new to old metadata -INFO: Converting local name ep1d of variable surface_upward_potential_latent_heat_flux from new to old metadata -INFO: Converting local name u10mmax of variable maximum_x_wind_at_10m from new to old metadata -INFO: Converting local name nca of variable number_of_independent_cellular_automata from new to old metadata -INFO: Converting local name rtmassxy of variable fine_root_mass from new to old metadata -INFO: Converting local name ffmm_ocean of variable Monin_Obukhov_similarity_function_for_momentum_over_ocean from new to old metadata -INFO: Converting local name pertlai of variable magnitude_of_perturbation_of_leaf_area_index from new to old metadata -INFO: Converting local name mg_ncnst of variable mg_drop_concentration_constant from new to old metadata -INFO: Converting local name pgcon_shal of variable momentum_transport_reduction_factor_pgf_shallow_convection from new to old metadata -INFO: Converting local name edmf_qc of variable emdf_updraft_cloud_water from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_graupel) of variable tendency_of_graupel_mixing_ratio_due_to_model_physics from new to old metadata -INFO: Converting local name acvt of variable largest_cloud_top_vertical_index_encountered_thus_far from new to old metadata -INFO: Converting local name cmm of variable surface_drag_wind_speed_for_momentum_in_air from new to old metadata -INFO: Converting local name dt_cool of variable sub_layer_cooling_amount from new to old metadata -INFO: Converting local name qc_r of variable cloud_liquid_water_mixing_ratio from new to old metadata -INFO: Converting local name ral_ts of variable time_scale_for_rayleigh_damping from new to old metadata -INFO: Converting local name GFS_diag_type of variable GFS_diag_type from new to old metadata -INFO: Converting local name dnirdfi_cpl of variable instantaneous_surface_downwelling_diffuse_near_infrared_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name chh_ice of variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_ice from new to old metadata -INFO: Converting local name flipv of variable flag_flip from new to old metadata -INFO: Converting local name ldiag_ugwp of variable diag_ugwp_flag from new to old metadata -INFO: Converting local name ctei_r of variable cloud_top_entrainment_instability_value from new to old metadata -INFO: Converting local name ccn_nm of variable ccn_number_concentration from new to old metadata -INFO: Converting local name edmf_ent of variable emdf_updraft_entrainment_rate from new to old metadata -INFO: Converting local name htswc of variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step from new to old metadata -INFO: Converting local name phy_myj_thz0 of variable potential_temperature_at_viscous_sublayer_top from new to old metadata -INFO: Converting local name bl_mynn_edmf of variable edmf_flag from new to old metadata -INFO: Converting local name con_rd of variable gas_constant_dry_air from new to old metadata -INFO: Converting local name qss_land of variable surface_specific_humidity_over_land from new to old metadata -INFO: Converting local name zt1d of variable perturbation_of_heat_to_momentum_roughness_length_ratio from new to old metadata -INFO: Converting local name imp_physics_zhao_carr of variable flag_for_zhao_carr_microphysics_scheme from new to old metadata -INFO: Converting local name delz of variable thickness_at_Lagrangian_surface from new to old metadata -INFO: Converting local name dtsfci of variable instantaneous_surface_upward_sensible_heat_flux_for_diag from new to old metadata -INFO: Converting local name dvsfc_fd of variable integrated_y_momentum_flux_from_form_drag from new to old metadata -INFO: Converting local name totprcpb of variable accumulated_lwe_thickness_of_precipitation_amount_in_bucket from new to old metadata -INFO: Converting local name tcr of variable cloud_phase_transition_threshold_temperature from new to old metadata -INFO: Converting local name clstp of variable convective_cloud_switch from new to old metadata -INFO: Converting local name isatmedmf_vdifq of variable choice_of_updated_scale_aware_TKE_moist_EDMF_PBL from new to old metadata -INFO: Converting local name coszen of variable cosine_of_zenith_angle from new to old metadata -INFO: Converting local name nifa2d of variable tendency_of_ice_friendly_aerosols_at_surface from new to old metadata -INFO: Converting local name icy of variable flag_nonzero_sea_ice_surface_fraction from new to old metadata -INFO: Converting local name dudt of variable tendency_of_x_wind_due_to_model_physics from new to old metadata -INFO: Converting local name bl_dnfr of variable downdraft_fraction_in_boundary_layer_mass_flux_scheme from new to old metadata -INFO: Converting local name snohf of variable snow_freezing_rain_upward_latent_heat_flux from new to old metadata -INFO: Converting local name bexp1d of variable perturbation_of_soil_type_b_parameter from new to old metadata -INFO: Converting local name faersw of variable aerosol_optical_properties_for_shortwave_bands_01_16 from new to old metadata -INFO: Converting local name dtdt of variable tendency_of_air_temperature_due_to_model_physics from new to old metadata -INFO: Converting local name nvisdf_cpl of variable cumulative_surface_net_downward_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name dqsfcin_cpl of variable surface_upward_latent_heat_flux_for_coupling from new to old metadata -INFO: Converting local name con_p0 of variable standard_atmospheric_pressure from new to old metadata -INFO: Converting local name con_epsq of variable minimum_value_of_specific_humidity from new to old metadata -INFO: Converting local name dusfci_cpl of variable instantaneous_surface_x_momentum_flux_for_coupling from new to old metadata -INFO: Converting local name ep1d_ice of variable surface_upward_potential_latent_heat_flux_over_ice from new to old metadata -INFO: Converting local name fhour of variable forecast_time from new to old metadata -INFO: Converting local name refl_10cm of variable radar_reflectivity_10cm from new to old metadata -INFO: Converting local name shum_wts of variable weights_for_stochastic_shum_perturbation_flipped from new to old metadata -INFO: Converting local name dspfac of variable tke_dissipative_heating_factor from new to old metadata -INFO: Converting local name nnirbmi_cpl of variable instantaneous_surface_net_downward_direct_near_infrared_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name c1_deep of variable detrainment_conversion_parameter_deep_convection from new to old metadata -INFO: Converting local name dt3dt(:,:,4) of variable cumulative_change_in_temperature_due_to_deep_convection from new to old metadata -INFO: Converting local name dv3dt(:,:,4) of variable cumulative_change_in_y_wind_due_to_convective_gravity_wave_drag from new to old metadata -INFO: Converting local name phy_myj_a1u of variable weight_for_momentum_at_viscous_sublayer_top from new to old metadata -INFO: Converting local name iopt_stc of variable flag_for_soil_and_snow_temperature_time_stepping_option from new to old metadata -INFO: Converting local name adjvisbmd of variable surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux from new to old metadata -INFO: Converting local name icloud_bl of variable couple_sgs_clouds_to_radiation_flag from new to old metadata -INFO: Converting local name rb of variable bulk_richardson_number_at_lowest_model_level from new to old metadata -INFO: Converting local name faerlw(:,:,:,2) of variable aerosol_single_scattering_albedo_for_longwave_bands_01_16 from new to old metadata -INFO: Converting local name phy_myj_elflx of variable kinematic_surface_latent_heat_flux from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_for_snow_effective_radius) of variable effective_radius_of_stratiform_cloud_snow_particle_in_um from new to old metadata -INFO: Converting local name iopt_tbot of variable flag_for_lower_boundary_soil_temperature_option from new to old metadata -INFO: Converting local name pdfflag of variable flag_for_pdf_for_morrison_gettelman_microphysics_scheme from new to old metadata -INFO: Converting local name do_aw of variable flag_for_Arakawa_Wu_adjustment from new to old metadata -INFO: Converting local name do_tofd of variable turb_oro_form_drag_flag from new to old metadata -INFO: Converting local name dqdti of variable instantaneous_water_vapor_specific_humidity_tendency_due_to_convection from new to old metadata -INFO: Converting local name qi_r of variable cloud_ice_mixing_ratio from new to old metadata -INFO: Converting local name flag_iter of variable flag_for_iteration from new to old metadata -INFO: Converting local name CLDFRA_BL of variable subgrid_cloud_fraction_pbl from new to old metadata -INFO: Converting local name zorl_ice of variable surface_roughness_length_over_ice_interstitial from new to old metadata -INFO: Converting local name dd_mf of variable instantaneous_atmosphere_downdraft_convective_mass_flux from new to old metadata -INFO: Converting local name visdfui of variable surface_upwelling_diffuse_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name julian of variable julian_day from new to old metadata -INFO: Converting local name cd_ice of variable surface_drag_coefficient_for_momentum_in_air_over_ice from new to old metadata -INFO: Converting local name iovr_lw of variable flag_for_max_random_overlap_clouds_for_longwave_radiation from new to old metadata -INFO: Converting local name lmp of variable adjusted_vertical_level_dimension_for_radiation from new to old metadata -INFO: Converting local name kdt of variable index_of_time_step from new to old metadata -INFO: Converting local name ushfsfci of variable instantaneous_surface_upward_sensible_heat_flux_for_chemistry_coupling from new to old metadata -INFO: Converting local name rb_land of variable bulk_richardson_number_at_lowest_model_level_over_land from new to old metadata -INFO: Converting local name uustar of variable surface_friction_velocity from new to old metadata -INFO: Converting local name adjnirbmu of variable surface_upwelling_direct_near_infrared_shortwave_flux from new to old metadata -INFO: Converting local name do_mynnsfclay of variable do_mynnsfclay from new to old metadata -INFO: Converting local name aero_in of variable flag_for_aerosol_input_MG from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_water_vapor) of variable tendency_of_water_vapor_specific_humidity_due_to_model_physics from new to old metadata -INFO: Converting local name mol of variable theta_star from new to old metadata -INFO: Converting local name fwetxy of variable area_fraction_of_wet_canopy from new to old metadata -INFO: Converting local name phy_f2d(:,1) of variable surface_air_pressure_two_time_steps_back from new to old metadata -INFO: Converting local name topflw of variable lw_fluxes_top_atmosphere from new to old metadata -INFO: Converting local name satmedmf of variable flag_for_scale_aware_TKE_moist_EDMF_PBL from new to old metadata -INFO: Converting local name waxy of variable water_storage_in_aquifer from new to old metadata -INFO: Converting local name snow of variable lwe_thickness_of_snow_amount_on_dynamics_timestep from new to old metadata -INFO: Converting local name ivegsrc of variable vegetation_type_dataset_choice from new to old metadata -INFO: Converting local name sigmaf of variable bounded_vegetation_area_fraction from new to old metadata -INFO: Converting local name f_rain of variable fraction_of_rain_water_cloud from new to old metadata -INFO: Converting local name dkt of variable instantaneous_atmosphere_heat_diffusivity from new to old metadata -INFO: Converting local name asolfac_deep of variable aerosol_aware_parameter_deep_convection from new to old metadata -INFO: Converting local name dv3dt(:,:,2) of variable cumulative_change_in_y_wind_due_to_orographic_gravity_wave_drag from new to old metadata -INFO: Converting local name ipr of variable horizontal_index_of_printed_column from new to old metadata -INFO: Converting local name npzcappa of variable vertical_dimension_for_cappa_at_Lagrangian_surface from new to old metadata -INFO: Converting local name clam_deep of variable entrainment_rate_coefficient_deep_convection from new to old metadata -INFO: Converting local name dusfci of variable instantaneous_surface_x_momentum_flux_for_diag from new to old metadata -INFO: Converting local name cs_parm(4) of variable detrainment_and_precipitation_tunable_parameter_4_CS from new to old metadata -INFO: Converting local name levsp1 of variable vertical_dimension_plus_one from new to old metadata -INFO: Converting local name con_cp of variable specific_heat_of_dry_air_at_constant_pressure from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_water_vapor) of variable water_vapor_specific_humidity from new to old metadata -INFO: Converting local name prsik(:,1) of variable dimensionless_exner_function_at_lowest_model_interface from new to old metadata -INFO: Converting local name gasvmr(:,:,5) of variable volume_mixing_ratio_co from new to old metadata -INFO: Converting local name mg_ngcons of variable mg_flag_graupel_concentration_constant from new to old metadata -INFO: Converting local name acsnow of variable accumulated_water_equivalent_of_frozen_precip from new to old metadata -INFO: Converting local name levsm1 of variable vertical_dimension_minus_one from new to old metadata -INFO: Converting local name phy_myj_a1t of variable weight_for_potental_temperature_at_viscous_sublayer_top from new to old metadata -INFO: Converting local name ntracp1 of variable number_of_tracers_plus_one from new to old metadata -INFO: Converting local name GFS_Data of variable GFS_data_type_instance_all_blocks from new to old metadata -INFO: Converting local name zol of variable surface_stability_parameter from new to old metadata -INFO: Converting local name CCPP_interstitial of variable CCPP_interstitial_type_instance from new to old metadata -INFO: Converting local name isd of variable starting_x_direction_index_domain from new to old metadata -INFO: Converting local name cplflx of variable flag_for_flux_coupling from new to old metadata -INFO: Converting local name lradar of variable flag_for_radar_reflectivity from new to old metadata -INFO: Converting local name iseed_ca of variable seed_for_random_number_generation_in_cellular_automata_scheme from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_for_convective_cloud_cover_in_phy_f3d) of variable convective_cloud_cover_in_phy_f3d from new to old metadata -INFO: Converting local name dqsfci of variable instantaneous_surface_upward_latent_heat_flux_for_diag from new to old metadata -INFO: Converting local name dxmin of variable minimum_scaling_factor_for_critical_relative_humidity from new to old metadata -INFO: Converting local name sppt_wts of variable weights_for_stochastic_sppt_perturbation from new to old metadata -INFO: Converting local name tahxy of variable canopy_air_temperature from new to old metadata -INFO: Converting local name imn of variable forecast_month from new to old metadata -INFO: Converting local name evcw of variable canopy_upward_latent_heat_flux from new to old metadata -INFO: Converting local name input_nml_file of variable namelist_filename_for_internal_file_reads from new to old metadata -INFO: Converting local name raddt of variable time_step_for_radiation from new to old metadata -INFO: Converting local name dvisbmi_cpl of variable instantaneous_surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name gwdcv of variable tendency_of_y_wind_due_to_convective_gravity_wave_drag from new to old metadata -INFO: Converting local name evbsa of variable cumulative_soil_upward_latent_heat_flux_multiplied_by_timestep from new to old metadata -INFO: Converting local name cldwrk of variable cumulative_cloud_work_function from new to old metadata -INFO: Converting local name npzdelz of variable vertical_dimension_for_thickness_at_Lagrangian_surface from new to old metadata -INFO: Converting local name dvsfc_cice of variable surface_y_momentum_flux_for_coupling_interstitial from new to old metadata -INFO: Converting local name ql of variable cloud_liquid_water_specific_humidity_at_Lagrangian_surface from new to old metadata -INFO: Converting local name imp_physics_fer_hires of variable flag_for_fer_hires_microphysics_scheme from new to old metadata -INFO: Converting local name dvdt of variable tendency_of_y_wind_due_to_model_physics from new to old metadata -INFO: Converting local name dusfc_cpl of variable cumulative_surface_x_momentum_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name prsl(:,1) of variable air_pressure_at_lowest_model_layer from new to old metadata -INFO: Converting local name ktop_shallow of variable k_level_of_highest_reaching_plume from new to old metadata -INFO: Converting local name sfcfsw of variable sw_fluxes_sfc from new to old metadata -INFO: Converting local name gv0 of variable y_wind_updated_by_physics from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_rain_water) of variable rain_water_mixing_ratio from new to old metadata -INFO: Converting local name cdq_ocean of variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_ocean from new to old metadata -INFO: Converting local name sfcalb(:,4) of variable surface_albedo_due_to_UV_and_VIS_diffused from new to old metadata -INFO: Converting local name gamq of variable countergradient_mixing_term_for_water_vapor from new to old metadata -INFO: Converting local name mdt of variable time_step_for_remapping_for_fast_physics from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_ice_cloud_condensate) of variable ice_water_mixing_ratio from new to old metadata -INFO: Converting local name sfcalb(:,2) of variable surface_albedo_due_to_near_IR_diffused from new to old metadata -INFO: Converting local name phy_fctd of variable cloud_base_mass_flux from new to old metadata -INFO: Converting local name weasd_land of variable water_equivalent_accumulated_snow_depth_over_land from new to old metadata -INFO: Converting local name nwfa2d of variable tendency_of_water_friendly_aerosols_at_surface from new to old metadata -INFO: Converting local name GFS_Control of variable GFS_control_type_instance from new to old metadata -INFO: Converting local name nncl of variable number_of_tracers_for_cloud_condensate from new to old metadata -INFO: Converting local name olyr of variable ozone_concentration_at_layer_for_radiation from new to old metadata -INFO: Converting local name tg3 of variable deep_soil_temperature from new to old metadata -INFO: Converting local name Radtend of variable GFS_radtend_type_instance from new to old metadata -INFO: Converting local name sinlat of variable sine_of_latitude from new to old metadata -INFO: Converting local name sppt_wts of variable weights_for_stochastic_sppt_perturbation_flipped from new to old metadata -INFO: Converting local name ng of variable number_of_ghost_zones from new to old metadata -INFO: Converting local name phil of variable geopotential from new to old metadata -INFO: Converting local name flag_frsoil of variable flag_for_frozen_soil_physics from new to old metadata -INFO: Converting local name faersw(:,:,:,2) of variable aerosol_single_scattering_albedo_for_shortwave_bands_01_16 from new to old metadata -INFO: Converting local name qc of variable cloud_fraction_at_Lagrangian_surface from new to old metadata -INFO: Converting local name do_sfcperts of variable flag_for_stochastic_surface_perturbations from new to old metadata -INFO: Converting local name betas_deep of variable downdraft_fraction_reaching_surface_over_ocean_deep_convection from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_rain_number_concentration) of variable rain_number_concentration from new to old metadata -INFO: Converting local name ifd of variable index_of_dtlm_start from new to old metadata -INFO: Converting local name area of variable cell_area_for_fast_physics from new to old metadata -INFO: Converting local name trans_trac of variable flag_for_convective_transport_of_tracers from new to old metadata -INFO: Converting local name isatmedmf of variable choice_of_scale_aware_TKE_moist_EDMF_PBL from new to old metadata -INFO: Converting local name old_monin of variable flag_for_old_PBL_scheme from new to old metadata -INFO: Converting local name cplchm of variable flag_for_chemistry_coupling from new to old metadata -INFO: Converting local name raincprv of variable lwe_thickness_of_convective_precipitation_amount_from_previous_timestep from new to old metadata -INFO: Converting local name u1 of variable x_wind_at_lowest_model_layer_for_diag from new to old metadata -INFO: Converting local name gw_dvdt of variable tendency_of_y_wind_due_to_ugwp from new to old metadata -INFO: Converting local name dtsfc1 of variable instantaneous_surface_upward_sensible_heat_flux from new to old metadata -INFO: Converting local name gasvmr(:,:,9) of variable volume_mixing_ratio_ccl4 from new to old metadata -INFO: Converting local name semis_ice of variable surface_longwave_emissivity_over_ice_interstitial from new to old metadata -INFO: Converting local name zmtb of variable time_integral_of_height_of_mountain_blocking from new to old metadata -INFO: Converting local name dtauy2d_fd of variable y_momentum_tendency_from_form_drag from new to old metadata -INFO: Converting local name lakefrac of variable lake_area_fraction from new to old metadata -INFO: Converting local name do_myjpbl of variable do_myjpbl from new to old metadata -INFO: Converting local name sncovr of variable surface_snow_area_fraction_over_land from new to old metadata -INFO: Converting local name spd10max of variable maximum_wind_at_10m_over_maximum_hourly_time_interval from new to old metadata -INFO: Converting local name faerlw(:,:,:,3) of variable aerosol_asymmetry_parameter_for_longwave_bands_01_16 from new to old metadata -INFO: Converting local name adjsfculw_ocean of variable surface_upwelling_longwave_flux_over_ocean_interstitial from new to old metadata -INFO: Converting local name nscfshoc of variable index_of_subgrid_scale_cloud_fraction_from_shoc_in_phy_f3d from new to old metadata -INFO: Converting local name qv_r of variable humidity_mixing_ratio from new to old metadata -INFO: Converting local name gq0(:,:,index_for_water_vapor) of variable water_vapor_specific_humidity_updated_by_physics from new to old metadata -INFO: Converting local name lsnow_lsm of variable snow_vertical_dimension_for_land_surface_model from new to old metadata -INFO: Converting local name dv3dt_ngw of variable time_integral_of_change_in_y_wind_due_to_nonstationary_gravity_wave from new to old metadata -INFO: Converting local name tlyr of variable air_temperature_at_layer_for_radiation from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_turbulent_kinetic_energy) of variable turbulent_kinetic_energy from new to old metadata -INFO: Converting local name h2opl of variable h2o_forcing from new to old metadata -INFO: Converting local name smc of variable volume_fraction_of_soil_moisture from new to old metadata -INFO: Converting local name latr of variable number_of_latitude_points from new to old metadata -INFO: Converting local name crick_proof of variable flag_for_CRICK_proof_cloud_water from new to old metadata -INFO: Converting local name ssem of variable instantaneous_seasalt_emission_flux from new to old metadata -INFO: Converting local name xlai1d of variable perturbation_of_leaf_area_index from new to old metadata -INFO: Converting local name tdoms of variable dominant_snow_type from new to old metadata -INFO: Converting local name canopy of variable canopy_water_amount from new to old metadata -INFO: Converting local name dtauy2d_ss of variable y_momentum_tendency_from_small_scale_gwd from new to old metadata -INFO: Converting local name forcet of variable temperature_tendency_due_to_dynamics from new to old metadata -INFO: Converting local name snowmt of variable surface_snow_melt from new to old metadata -INFO: Converting local name ttendlim of variable limit_for_temperature_tendency_for_microphysics from new to old metadata -INFO: Converting local name clouds(:,:,6) of variable cloud_rain_water_path from new to old metadata -INFO: Converting local name sigmafrac of variable convective_updraft_area_fraction from new to old metadata -INFO: Converting local name tau_tofd of variable instantaneous_momentum_flux_due_to_turbulent_orographic_form_drag from new to old metadata -INFO: Converting local name gq0(:,:,index_for_ice_friendly_aerosols) of variable ice_friendly_aerosol_number_concentration_updated_by_physics from new to old metadata -INFO: Converting local name nsswr of variable number_of_timesteps_between_shortwave_radiation_calls from new to old metadata -INFO: Converting local name ulwsfc_cice of variable surface_upwelling_longwave_flux_for_coupling_interstitial from new to old metadata -INFO: Converting local name dq3dt(:,:,8) of variable cumulative_change_in_ozone_concentration_due_to_temperature from new to old metadata -INFO: Converting local name stress_ice of variable surface_wind_stress_over_ice from new to old metadata -INFO: Converting local name is of variable starting_x_direction_index from new to old metadata -INFO: Converting local name sbsno of variable snow_deposition_sublimation_upward_latent_heat_flux from new to old metadata -INFO: Converting local name cnvprcpb of variable cumulative_lwe_thickness_of_convective_precipitation_amount_in_bucket from new to old metadata -INFO: Converting local name rdlai of variable flag_for_reading_leaf_area_index_from_input from new to old metadata -INFO: Converting local name phy_f3d(:,:,4) of variable water_vapor_specific_humidity_at_previous_time_step from new to old metadata -INFO: Converting local name area of variable cell_area from new to old metadata -INFO: Converting local name con_eps of variable ratio_of_dry_air_to_water_vapor_gas_constants from new to old metadata -INFO: Converting local name edmf_a of variable emdf_updraft_area from new to old metadata -INFO: Converting local name dusfc1 of variable instantaneous_surface_x_momentum_flux from new to old metadata -INFO: Converting local name qlcn of variable mass_fraction_of_convective_cloud_liquid_water from new to old metadata -INFO: Converting local name fh2_land of variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_land from new to old metadata -INFO: Converting local name tprcp_land of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_land from new to old metadata -INFO: Converting local name chh_land of variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_land from new to old metadata -INFO: Converting local name dt3dt(:,:,1) of variable cumulative_change_in_temperature_due_to_longwave_radiation from new to old metadata -INFO: Converting local name nfracseed of variable cellular_automata_seed_probability from new to old metadata -INFO: Converting local name cwm of variable total_cloud_condensate_mixing_ratio_updated_by_physics from new to old metadata -INFO: Converting local name u10max of variable maximum_u_wind_at_10m_over_maximum_hourly_time_interval from new to old metadata -INFO: Converting local name dvsfc_ss of variable integrated_y_momentum_flux_from_small_scale_gwd from new to old metadata -INFO: Converting local name smcref2 of variable threshold_volume_fraction_of_condensed_water_in_soil from new to old metadata -INFO: Converting local name kcnv of variable flag_deep_convection from new to old metadata -INFO: Converting local name keepsmfr of variable volume_fraction_of_frozen_soil_moisture_for_land_surface_model from new to old metadata -INFO: Converting local name frain of variable dynamics_to_physics_timestep_ratio from new to old metadata -INFO: Converting local name debug of variable flag_debug from new to old metadata -INFO: Converting local name qrn of variable local_rain_water_mixing_ratio from new to old metadata -INFO: Converting local name tsfc_ocean of variable surface_skin_temperature_over_ocean_interstitial from new to old metadata -INFO: Converting local name levr of variable number_of_vertical_layers_for_radiation_calculations from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_graupel_number_concentration) of variable graupel_number_concentration from new to old metadata -INFO: Converting local name bl_upfr of variable updraft_fraction_in_boundary_layer_mass_flux_scheme from new to old metadata -INFO: Converting local name nsfcpert of variable number_of_surface_perturbations from new to old metadata -INFO: Converting local name evpco of variable coefficient_for_evaporation_of_rainfall from new to old metadata -INFO: Converting local name iems of variable flag_for_surface_emissivity_control from new to old metadata -INFO: Converting local name dlwsfc of variable cumulative_surface_downwelling_longwave_flux_multiplied_by_timestep from new to old metadata -INFO: Converting local name cimin of variable minimum_sea_ice_concentration from new to old metadata -INFO: Converting local name zs of variable depth_of_soil_levels_for_land_surface_model from new to old metadata -INFO: Converting local name fm10_land of variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_land from new to old metadata -INFO: Converting local name lsm_noahmp of variable flag_for_noahmp_land_surface_scheme from new to old metadata -INFO: Converting local name cs_parm(1) of variable updraft_velocity_tunable_parameter_1_CS from new to old metadata -INFO: Converting local name z_c of variable sub_layer_cooling_thickness from new to old metadata -INFO: Converting local name rainc of variable lwe_thickness_of_convective_precipitation_amount_on_dynamics_timestep from new to old metadata -INFO: Converting local name do_cnvgwd of variable flag_for_convective_gravity_wave_drag from new to old metadata -INFO: Converting local name nlunit of variable iounit_namelist from new to old metadata -INFO: Converting local name gw_dtdt of variable tendency_of_air_temperature_due_to_ugwp from new to old metadata -INFO: Converting local name phy_myj_vz0 of variable v_wind_component_at_viscous_sublayer_top from new to old metadata -INFO: Converting local name dusfc_ss of variable integrated_x_momentum_flux_from_small_scale_gwd from new to old metadata -INFO: Converting local name reset of variable flag_reset_maximum_hourly_fields from new to old metadata -INFO: Converting local name idat of variable date_and_time_at_model_initialization from new to old metadata -INFO: Converting local name oceanfrac of variable sea_area_fraction from new to old metadata -INFO: Converting local name rho_h2o of variable density_of_fresh_water from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_ozone) of variable ozone_mixing_ratio from new to old metadata -INFO: Converting local name qv of variable water_vapor_specific_humidity_at_Lagrangian_surface from new to old metadata -INFO: Converting local name adjnirdfd of variable surface_downwelling_diffuse_near_infrared_shortwave_flux from new to old metadata -INFO: Converting local name ca_global of variable flag_for_global_cellular_automata from new to old metadata -INFO: Converting local name landfrac of variable land_area_fraction from new to old metadata -INFO: Converting local name iopt_btr of variable flag_for_soil_moisture_factor_stomatal_resistance_option from new to old metadata -INFO: Converting local name cqs2 of variable surface_exchange_coefficient_for_moisture_at_2m from new to old metadata -INFO: Converting local name snohfa of variable cumulative_snow_freezing_rain_upward_latent_heat_flux_multiplied_by_timestep from new to old metadata -INFO: Converting local name nvisbm_cpl of variable cumulative_surface_net_downward_direct_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name GFS_sfcprop_type of variable GFS_sfcprop_type from new to old metadata -INFO: Converting local name oz_phys of variable flag_for_ozone_physics from new to old metadata -INFO: Converting local name rhowater of variable liquid_water_density from new to old metadata -INFO: Converting local name zsnsoxy of variable layer_bottom_depth_from_snow_surface from new to old metadata -INFO: Converting local name nthresh of variable threshold_for_perturbed_vertical_velocity from new to old metadata -INFO: Converting local name phy_f3d(:,:,1) of variable air_temperature_two_time_steps_back from new to old metadata -INFO: Converting local name gq0(:,:,index_for_water_friendly_aerosols) of variable water_friendly_aerosol_number_concentration_updated_by_physics from new to old metadata -INFO: Converting local name wetness of variable normalized_soil_wetness_for_land_surface_model from new to old metadata -INFO: Converting local name v10mi_cpl of variable instantaneous_y_wind_at_10m_for_coupling from new to old metadata -INFO: Converting local name rh02min of variable minimum_relative_humidity_at_2m_over_maximum_hourly_time_interval from new to old metadata -INFO: Converting local name nf_aelw of variable number_of_aerosol_output_fields_for_longwave_radiation from new to old metadata -INFO: Converting local name isubc_sw of variable flag_for_sw_clouds_without_sub_grid_approximation from new to old metadata -INFO: Converting local name gq0(:,:,index_for_rain_number_concentration) of variable rain_number_concentration_updated_by_physics from new to old metadata -INFO: Converting local name dvsfc1 of variable instantaneous_surface_y_momentum_flux from new to old metadata -INFO: Converting local name nirdfdi of variable surface_downwelling_diffuse_near_infrared_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name isatmedmf_vdif of variable choice_of_original_scale_aware_TKE_moist_EDMF_PBL from new to old metadata -INFO: Converting local name fprcp of variable number_of_frozen_precipitation_species from new to old metadata -INFO: Converting local name tsurf_land of variable surface_skin_temperature_after_iteration_over_land from new to old metadata -INFO: Converting local name kd of variable vertical_index_difference_between_inout_and_local from new to old metadata -INFO: Converting local name LTP of variable extra_top_layer from new to old metadata -INFO: Converting local name solcon of variable solar_constant from new to old metadata -INFO: Converting local name gq0(:,:,index_for_snow_number_concentration) of variable snow_number_concentration_updated_by_physics from new to old metadata -INFO: Converting local name bl_mynn_tkebudget of variable tke_budget from new to old metadata -INFO: Converting local name xu of variable diurnal_thermocline_layer_x_current from new to old metadata -INFO: Converting local name bl_mynn_tkeadvect of variable tke_advect from new to old metadata -INFO: Converting local name hflx_ice of variable kinematic_surface_upward_sensible_heat_flux_over_ice from new to old metadata -INFO: Converting local name smcwlt2 of variable volume_fraction_of_condensed_water_in_soil_at_wilting_point from new to old metadata -INFO: Converting local name imfdeepcnv of variable flag_for_mass_flux_deep_convection_scheme from new to old metadata -INFO: Converting local name ntchm of variable number_of_chemical_tracers from new to old metadata -INFO: Converting local name ncpl of variable local_condesed_water_number_concentration from new to old metadata -INFO: Converting local name vvl of variable omega from new to old metadata -INFO: Converting local name xkzminv of variable atmosphere_heat_diffusivity_background_maximum from new to old metadata -INFO: Converting local name snowc of variable surface_snow_area_fraction from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_of_subgrid_scale_cloud_fraction_from_shoc_in_phy_f3d) of variable subgrid_scale_cloud_fraction_from_shoc from new to old metadata -INFO: Converting local name du3dt(:,:,4) of variable cumulative_change_in_x_wind_due_to_convective_gravity_wave_drag from new to old metadata -INFO: Converting local name jcap of variable number_of_spectral_wave_trancation_for_sas from new to old metadata -INFO: Converting local name cd_ocean of variable surface_drag_coefficient_for_momentum_in_air_over_ocean from new to old metadata -INFO: Converting local name vfrac of variable vegetation_area_fraction from new to old metadata -INFO: Converting local name dvdftra of variable tendency_of_vertically_diffused_tracer_concentration from new to old metadata -INFO: Converting local name npzp1 of variable vertical_dimension_for_fast_physics_plus_one from new to old metadata -INFO: Converting local name duem of variable instantaneous_dust_emission_flux from new to old metadata -INFO: Converting local name prslrd0 of variable pressure_cutoff_for_rayleigh_damping from new to old metadata -INFO: Converting local name q2m of variable specific_humidity_at_2m from new to old metadata -INFO: Converting local name chs2 of variable surface_exchange_coefficient_for_heat_at_2m from new to old metadata -INFO: Converting local name lfmassxy of variable leaf_mass from new to old metadata -INFO: Converting local name phy_f3d(:,:,2) of variable water_vapor_specific_humidity_two_time_steps_back from new to old metadata -INFO: Converting local name rainp of variable tendency_of_rain_water_mixing_ratio_due_to_microphysics from new to old metadata -INFO: Converting local name ud_mf of variable instantaneous_atmosphere_updraft_convective_mass_flux from new to old metadata -INFO: Converting local name dudt_tms of variable instantaneous_change_in_x_wind_due_to_turbulent_orographic_form_drag from new to old metadata -INFO: Converting local name mg3_as_mg2 of variable flag_mg3_as_mg2 from new to old metadata -INFO: Converting local name htlw0 of variable tendency_of_air_temperature_due_to_longwave_heating_assuming_clear_sky_on_radiation_time_step from new to old metadata -INFO: Converting local name w_d of variable coefficient_w_d from new to old metadata -INFO: Converting local name shdmax of variable maximum_vegetation_area_fraction from new to old metadata -INFO: Converting local name iccn of variable flag_for_in_ccn_forcing_for_morrison_gettelman_microphysics from new to old metadata -INFO: Converting local name htlwc of variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step from new to old metadata -INFO: Converting local name scmpsw of variable components_of_surface_downward_shortwave_fluxes from new to old metadata -INFO: Converting local name tgrs(:,1) of variable air_temperature_at_lowest_model_layer from new to old metadata -INFO: Converting local name cmxy of variable surface_drag_coefficient_for_momentum_for_noahmp from new to old metadata -INFO: Converting local name snowd_land of variable surface_snow_thickness_water_equivalent_over_land from new to old metadata -INFO: Converting local name clouds(:,:,5) of variable mean_effective_radius_for_ice_cloud from new to old metadata -INFO: Converting local name xz of variable diurnal_thermocline_layer_thickness from new to old metadata -INFO: Converting local name tsfg of variable surface_ground_temperature_for_radiation from new to old metadata -INFO: Converting local name dkt of variable atmosphere_heat_diffusivity from new to old metadata -INFO: Converting local name qgrs of variable tracer_concentration from new to old metadata -INFO: Converting local name pgcon_deep of variable momentum_transport_reduction_factor_pgf_deep_convection from new to old metadata -INFO: Converting local name wind10mmax of variable maximum_wind_at_10m from new to old metadata -INFO: Converting local name slopetype of variable surface_slope_classification from new to old metadata -INFO: Converting local name Intdiag of variable GFS_diag_type_instance from new to old metadata -INFO: Converting local name mg_nccons of variable mg_flag_drop_concentration_constant from new to old metadata -INFO: Converting local name adjvisdfd of variable surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_snow_water) of variable tendency_of_snow_water_mixing_ratio_due_to_model_physics from new to old metadata -INFO: Converting local name nlwsfc_cpl of variable cumulative_surface_net_downward_longwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name clouds(:,:,9) of variable mean_effective_radius_for_snow_flake from new to old metadata -INFO: Converting local name con_cvap of variable specific_heat_of_water_vapor_at_constant_pressure from new to old metadata -INFO: Converting local name drydep of variable instantaneous_dry_deposition from new to old metadata -INFO: Converting local name semis_ocean of variable surface_longwave_emissivity_over_ocean_interstitial from new to old metadata -INFO: Converting local name master of variable mpi_root from new to old metadata -INFO: Converting local name gamt of variable countergradient_mixing_term_for_temperature from new to old metadata -INFO: Converting local name redrag of variable flag_for_reduced_drag_coefficient_over_sea from new to old metadata -INFO: Converting local name gq0(:,:,index_for_ozone) of variable ozone_concentration_updated_by_physics from new to old metadata -INFO: Converting local name do_skeb of variable flag_for_stochastic_skeb_option from new to old metadata -INFO: Converting local name qg_r of variable mass_weighted_rime_factor_mixing_ratio from new to old metadata -INFO: Converting local name min_seaice of variable sea_ice_minimum from new to old metadata -INFO: Converting local name betal_deep of variable downdraft_fraction_reaching_surface_over_land_deep_convection from new to old metadata -INFO: Converting local name alvwf of variable mean_vis_albedo_with_weak_cosz_dependency from new to old metadata -INFO: Converting local name do_gwd of variable flag_for_gravity_wave_drag from new to old metadata -INFO: Converting local name nf_aesw of variable number_of_aerosol_output_fields_for_shortwave_radiation from new to old metadata -INFO: Converting local name avg_max_length of variable time_interval_for_maximum_hourly_fields from new to old metadata -INFO: Converting local name tdomzr of variable dominant_freezing_rain_type from new to old metadata -INFO: Converting local name toticeb of variable accumulated_lwe_thickness_of_ice_amount_in_bucket from new to old metadata -INFO: Converting local name isppt_deep of variable flag_for_combination_of_sppt_with_isppt_deep from new to old metadata -INFO: Converting local name ice of variable lwe_thickness_of_ice_amount_on_dynamics_timestep from new to old metadata -INFO: Converting local name dq3dt(:,:,9) of variable cumulative_change_in_ozone_concentration_due_to_overhead_ozone_column from new to old metadata -INFO: Converting local name lsidea of variable flag_idealized_physics from new to old metadata -INFO: Converting local name ico2 of variable flag_for_using_prescribed_global_mean_co2_value from new to old metadata -INFO: Converting local name evap_ice of variable kinematic_surface_upward_latent_heat_flux_over_ice from new to old metadata -INFO: Converting local name do_awdd of variable flag_arakawa_wu_downdraft from new to old metadata -INFO: Converting local name hetfrz_classnuc of variable mg_flag_for_heterogeneous_freezing from new to old metadata -INFO: Converting local name mpiroot of variable mpi_root_for_fast_physics from new to old metadata -INFO: Converting local name dq3dt(:,:,4) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_microphysics from new to old metadata -INFO: Converting local name GFS_coupling_type of variable GFS_coupling_type from new to old metadata -INFO: Converting local name psurfi_cpl of variable instantaneous_surface_air_pressure_for_coupling from new to old metadata -INFO: Converting local name xkzm_h of variable atmosphere_heat_diffusivity_background from new to old metadata -INFO: Converting local name rh02max of variable maximum_relative_humidity_at_2m_over_maximum_hourly_time_interval from new to old metadata -INFO: Converting local name tmpmax of variable maximum_temperature_at_2m from new to old metadata -INFO: Converting local name fscav of variable fraction_of_tracer_scavenged from new to old metadata -INFO: Converting local name ntiwx of variable index_for_ice_cloud_condensate_vertical_diffusion_tracer from new to old metadata -INFO: Converting local name gasvmr(:,:,4) of variable volume_mixing_ratio_o2 from new to old metadata -INFO: Converting local name dpt2m of variable dewpoint_temperature_at_2m from new to old metadata -INFO: Converting local name mg_do_liq_liu of variable mg_flag_for_liu_liquid_treatment from new to old metadata -INFO: Converting local name ffhh_land of variable Monin_Obukhov_similarity_function_for_heat_over_land from new to old metadata -INFO: Converting local name crtrh(3) of variable critical_relative_humidity_at_top_of_atmosphere from new to old metadata -INFO: Converting local name smcwtdxy of variable soil_water_content_between_soil_bottom_and_water_table from new to old metadata -INFO: Converting local name visbmdi of variable surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name cdq_ice of variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_ice from new to old metadata -INFO: Converting local name adjnirdfu of variable surface_upwelling_diffuse_near_infrared_shortwave_flux from new to old metadata -INFO: Converting local name wcbmax of variable maximum_updraft_velocity_at_cloud_base from new to old metadata -INFO: Converting local name tsflw of variable surface_midlayer_air_temperature_in_longwave_radiation from new to old metadata -INFO: Converting local name asolfac_shal of variable aerosol_aware_parameter_shallow_convection from new to old metadata -INFO: Converting local name gabsbdlw_ocean of variable surface_downwelling_longwave_flux_absorbed_by_ground_over_ocean from new to old metadata -INFO: Converting local name de_lgth of variable cloud_decorrelation_length from new to old metadata -INFO: Converting local name GFS_interstitial_type of variable GFS_interstitial_type from new to old metadata -INFO: Converting local name imap of variable map_of_block_column_number_to_global_i_index from new to old metadata -INFO: Converting local name plyr of variable air_pressure_at_layer_for_radiation_in_hPa from new to old metadata -INFO: Converting local name skip_macro of variable flag_skip_macro from new to old metadata -INFO: Converting local name tsnoxy of variable snow_temperature from new to old metadata -INFO: Converting local name sbsnoa of variable cumulative_snow_deposition_sublimation_upward_latent_heat_flux_multiplied_by_timestep from new to old metadata -INFO: Converting local name prcpmp of variable lwe_thickness_of_explicit_precipitation_amount from new to old metadata -INFO: Converting local name clcn of variable convective_cloud_volume_fraction from new to old metadata -INFO: Converting local name gt0 of variable air_temperature_updated_by_physics from new to old metadata -INFO: Converting local name gamma of variable anisotropy_of_subgrid_orography from new to old metadata -INFO: Converting local name uconvtend of variable tendency_of_x_wind_due_to_deep_convection_for_coupling_on_physics_timestep from new to old metadata -INFO: Converting local name dswsfci_cpl of variable instantaneous_surface_downwelling_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name delp of variable pressure_thickness_at_Lagrangian_surface from new to old metadata -INFO: Converting local name lsm_ruc of variable flag_for_ruc_land_surface_scheme from new to old metadata -INFO: Converting local name dt_mf of variable instantaneous_atmosphere_detrainment_convective_mass_flux from new to old metadata -INFO: Converting local name d_conv of variable free_convection_layer_thickness from new to old metadata -INFO: Converting local name nlwsfci_cpl of variable instantaneous_surface_net_downward_longwave_flux_for_coupling from new to old metadata -INFO: Converting local name shum_wts of variable weights_for_stochastic_shum_perturbation from new to old metadata -INFO: Converting local name dswsfci of variable surface_downwelling_shortwave_flux from new to old metadata -INFO: Converting local name do_ysu of variable flag_for_ysu from new to old metadata -INFO: Converting local name q_con of variable cloud_condensed_water_specific_humidity_at_Lagrangian_surface from new to old metadata -INFO: Converting local name mom4ice of variable flag_for_mom4_coupling from new to old metadata -INFO: Converting local name tref of variable sea_surface_reference_temperature from new to old metadata -INFO: Converting local name faersw(:,:,:,3) of variable aerosol_asymmetry_parameter_for_shortwave_bands_01_16 from new to old metadata -INFO: Converting local name ie of variable ending_x_direction_index from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_water_friendly_aerosols) of variable water_friendly_aerosol_number_concentration from new to old metadata -INFO: Converting local name dugwd of variable time_integral_of_x_stress_due_to_gravity_wave_drag from new to old metadata -INFO: Converting local name ntot3d of variable number_of_fields_in_phyf3d from new to old metadata -INFO: Converting local name GFS_data_type of variable GFS_data_type from new to old metadata -INFO: Converting local name graupelprv of variable lwe_thickness_of_graupel_amount_from_previous_timestep from new to old metadata -INFO: Converting local name nstf_name(4) of variable vertical_temperature_average_range_lower_bound from new to old metadata -INFO: Converting local name kind_dyn of variable kind_dyn from new to old metadata -INFO: Converting local name acv of variable accumulated_lwe_thickness_of_convective_precipitation_amount_cnvc90 from new to old metadata -INFO: Converting local name lsoil_lsm of variable soil_vertical_dimension_for_land_surface_model from new to old metadata -INFO: Converting local name phy_myj_chkqlm of variable surface_layer_evaporation_switch from new to old metadata -INFO: Converting local name dtf of variable time_step_for_dynamics from new to old metadata -INFO: Converting local name dqsfci_cpl of variable instantaneous_surface_upward_latent_heat_flux_for_coupling from new to old metadata -INFO: Converting local name mg_do_hail of variable mg_flag_for_hail from new to old metadata -INFO: Converting local name iopt_sfc of variable flag_for_surface_layer_drag_coefficient_option from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_ice_cloud_number_concentration) of variable tendency_of_ice_number_concentration_due_to_model_physics from new to old metadata -INFO: Converting local name kind_LOGICAL of variable kind_LOGICAL from new to old metadata -INFO: Converting local name hybedmf of variable flag_for_hedmf from new to old metadata -INFO: Converting local name dvisdfi_cpl of variable instantaneous_surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name exch_h of variable atmosphere_heat_diffusivity_for_mynnpbl from new to old metadata -INFO: Converting local name z01d of variable perturbation_of_momentum_roughness_length from new to old metadata -INFO: Converting local name prevst of variable temperature_from_previous_timestep from new to old metadata -INFO: Converting local name tracers_total of variable number_of_total_tracers from new to old metadata -INFO: Converting local name wind of variable wind_speed_at_lowest_model_layer from new to old metadata -INFO: Converting local name hprime of variable statistical_measures_of_subgrid_orography from new to old metadata -INFO: Converting local name oz_coeffp5 of variable number_of_coefficients_in_ozone_forcing_data_plus_five from new to old metadata -INFO: Converting local name tvxy of variable vegetation_temperature from new to old metadata -INFO: Converting local name ncps of variable local_snow_number_concentration from new to old metadata -INFO: Converting local name zlvl of variable height_above_ground_at_lowest_model_layer from new to old metadata -INFO: Converting local name restart of variable flag_for_restart from new to old metadata -INFO: Converting local name con_tice of variable freezing_point_temperature_of_seawater from new to old metadata -INFO: Converting local name sfcnsw of variable surface_net_downwelling_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name tau_mtb of variable time_integral_of_momentum_flux_due_to_mountain_blocking_drag from new to old metadata -INFO: Metadata table for model FV3 written to tests/build_fv3_8/FV3/ccpp/physics/CCPP_VARIABLES_FV3.html -INFO: Parsing metadata tables in physics scheme files ... -INFO: Parsed tables in scheme rayleigh_damp -INFO: Parsed tables in scheme GFS_surface_composites_pre -INFO: Parsed tables in scheme GFS_surface_composites_inter -INFO: Parsed tables in scheme GFS_surface_composites_post -INFO: Parsed tables in scheme rrtmg_sw -INFO: Parsed tables in scheme sfc_ocean -INFO: Parsed tables in scheme gwdc_pre -INFO: Parsed tables in scheme gwdc -INFO: Parsed tables in scheme gwdc_post -INFO: Parsed tables in scheme cu_gf_driver_pre -INFO: Parsed tables in scheme gfdl_cloud_microphys -INFO: Parsed tables in scheme GFS_time_vary_pre -INFO: Parsed tables in scheme GFS_rrtmg_setup -INFO: Parsed tables in scheme zhaocarr_gscond -INFO: Parsed tables in scheme ysuvdif -INFO: Parsed tables in scheme rrtmg_sw_post -INFO: Parsed tables in scheme GFS_SCNV_generic_pre -INFO: Parsed tables in scheme GFS_SCNV_generic_post -INFO: Parsed tables in scheme GFS_rrtmg_pre -INFO: Parsed tables in scheme sfc_sice -INFO: Parsed tables in scheme samfdeepcnv -INFO: Parsed tables in scheme satmedmfvdif -INFO: Parsed tables in scheme mynnrad_post -INFO: Parsed tables in scheme cu_gf_driver_post -INFO: Parsed tables in scheme cs_conv_aw_adj -INFO: Parsed tables in scheme GFS_phys_time_vary -INFO: Parsed tables in scheme ozphys_2015 -INFO: Parsed tables in scheme GFS_suite_interstitial_rad_reset -INFO: Parsed tables in scheme GFS_suite_interstitial_phys_reset -INFO: Parsed tables in scheme GFS_suite_interstitial_1 -INFO: Parsed tables in scheme GFS_suite_interstitial_2 -INFO: Parsed tables in scheme GFS_suite_stateout_reset -INFO: Parsed tables in scheme GFS_suite_stateout_update -INFO: Parsed tables in scheme GFS_suite_interstitial_3 -INFO: Parsed tables in scheme GFS_suite_interstitial_4 -INFO: Parsed tables in scheme samfshalcnv -INFO: Parsed tables in scheme zhaocarr_precpd -INFO: Parsed tables in scheme noahmpdrv -INFO: Parsed tables in scheme mp_fer_hires -INFO: Parsed tables in scheme myjpbl_wrapper -INFO: Parsed tables in scheme GFS_surface_generic_pre -INFO: Parsed tables in scheme GFS_surface_generic_post -INFO: Parsed tables in scheme cu_ntiedtke_post -INFO: Parsed tables in scheme sfc_diag -INFO: Parsed tables in scheme rrtmg_lw -INFO: Parsed tables in scheme GFS_diagtoscreen -INFO: Parsed tables in scheme GFS_interstitialtoscreen -INFO: Parsed tables in scheme GFS_abort -INFO: Parsed tables in scheme GFS_checkland -INFO: Parsed tables in scheme mynnrad_pre -INFO: Parsed tables in scheme satmedmfvdifq -INFO: Parsed tables in scheme cs_conv_pre -INFO: Parsed tables in scheme cs_conv_post -INFO: Parsed tables in scheme cs_conv -INFO: Parsed tables in scheme shinhongvdif -INFO: Parsed tables in scheme h2ophys -INFO: Parsed tables in scheme rrtmg_lw_post -INFO: Parsed tables in scheme sfc_nst -INFO: Parsed tables in scheme sfc_nst_pre -INFO: Parsed tables in scheme sfc_nst_post -INFO: Parsed tables in scheme cu_ntiedtke_pre -INFO: Parsed tables in scheme cu_ntiedtke -INFO: Parsed tables in scheme cires_ugwp_post -INFO: Parsed tables in scheme hedmf -INFO: Parsed tables in scheme sfc_diff -INFO: Parsed tables in scheme mp_thompson_pre -INFO: Parsed tables in scheme sfc_diag_post -INFO: Parsed tables in scheme m_micro_pre -INFO: Parsed tables in scheme m_micro_post -INFO: Parsed tables in scheme m_micro -INFO: Parsed tables in scheme fv_sat_adj -INFO: Parsed tables in scheme GFS_surface_loop_control_part1 -INFO: Parsed tables in scheme GFS_surface_loop_control_part2 -INFO: Parsed tables in scheme shoc -INFO: Parsed tables in scheme GFS_rrtmg_post -INFO: Parsed tables in scheme GFS_GWD_generic_pre -INFO: Parsed tables in scheme GFS_GWD_generic_post -INFO: Parsed tables in scheme rrtmg_sw_pre -INFO: Parsed tables in scheme GFS_MP_generic_pre -INFO: Parsed tables in scheme GFS_MP_generic_post -INFO: Parsed tables in scheme cu_gf_driver -INFO: Parsed tables in scheme GFS_PBL_generic_pre -INFO: Parsed tables in scheme GFS_PBL_generic_post -INFO: Parsed tables in scheme mp_thompson_post -INFO: Parsed tables in scheme mp_thompson -INFO: Parsed tables in scheme rrtmg_lw_pre -INFO: Parsed tables in scheme gwdps -INFO: Parsed tables in scheme shalcnv -INFO: Parsed tables in scheme cires_ugwp -INFO: Parsed tables in scheme get_prs_fv3 -INFO: Parsed tables in scheme get_phi_fv3 -INFO: Parsed tables in scheme mynnsfc_wrapper -INFO: Parsed tables in scheme GFS_suite_ini_fini_test -INFO: Parsed tables in scheme myjsfc_wrapper -INFO: Parsed tables in scheme mynnedmf_wrapper -INFO: Parsed tables in scheme ozphys -INFO: Parsed tables in scheme lsm_ruc -INFO: Parsed tables in scheme GFS_stochastics -INFO: Parsed tables in scheme drag_suite -INFO: Parsed tables in scheme sfc_cice -INFO: Parsed tables in scheme sascnvn -INFO: Parsed tables in scheme lsm_ruc_sfc_sice_pre -INFO: Parsed tables in scheme lsm_ruc_sfc_sice_post -INFO: Parsed tables in scheme GFS_DCNV_generic_pre -INFO: Parsed tables in scheme GFS_DCNV_generic_post -INFO: Parsed tables in scheme cnvc90 -INFO: Parsed tables in scheme GFS_rad_time_vary -INFO: Parsed tables in scheme maximum_hourly_diagnostics -INFO: Parsed tables in scheme lsm_noah -INFO: Parsed tables in scheme dcyc2t3 -INFO: Parsed tables in scheme dcyc2t3_post -INFO: Parsed tables in scheme moninshoc -INFO: filtering out variable GFS_stateout_type_instance -INFO: filtering out variable accumulated_change_of_air_temperature_due_to_FA_scheme -INFO: filtering out variable accumulated_water_equivalent_of_frozen_precip -INFO: filtering out variable aerosol_number_concentration_from_gocart_aerosol_climatology -INFO: filtering out variable area_fraction_of_wet_canopy -INFO: filtering out variable atmosphere_energy_content_at_Lagrangian_surface -INFO: filtering out variable atmosphere_energy_content_in_column -INFO: filtering out variable atmosphere_heat_diffusivity_for_mynnpbl -INFO: filtering out variable atmosphere_heat_diffusivity_from_shoc -INFO: filtering out variable atmosphere_momentum_diffusivity_for_mynnpbl -INFO: filtering out variable baseline_surface_roughness_length -INFO: filtering out variable canopy_air_temperature -INFO: filtering out variable canopy_air_vapor_pressure -INFO: filtering out variable canopy_intercepted_ice_mass -INFO: filtering out variable canopy_intercepted_liquid_water -INFO: filtering out variable cappa_moist_gas_constant_at_Lagrangian_surface -INFO: filtering out variable ccn_number_concentration -INFO: filtering out variable ccpp_block_number -INFO: filtering out variable cell_area_for_fast_physics -INFO: filtering out variable cell_size -INFO: filtering out variable characteristic_grid_length_scale -INFO: filtering out variable choice_of_original_scale_aware_TKE_moist_EDMF_PBL -INFO: filtering out variable choice_of_scale_aware_TKE_moist_EDMF_PBL -INFO: filtering out variable choice_of_updated_scale_aware_TKE_moist_EDMF_PBL -INFO: filtering out variable cloud_area_fraction -INFO: filtering out variable cloud_base_mass_flux -INFO: filtering out variable cloud_condensed_water_mixing_ratio_at_lowest_model_layer -INFO: filtering out variable cloud_condensed_water_mixing_ratio_at_surface -INFO: filtering out variable cloud_condensed_water_specific_humidity_at_Lagrangian_surface -INFO: filtering out variable cloud_droplet_number_concentration -INFO: filtering out variable cloud_droplet_number_concentration_updated_by_physics -INFO: filtering out variable cloud_fraction_at_Lagrangian_surface -INFO: filtering out variable cloud_fraction_for_MG -INFO: filtering out variable cloud_fraction_updated_by_physics -INFO: filtering out variable cloud_graupel_specific_humidity_at_Lagrangian_surface -INFO: filtering out variable cloud_ice_specific_humidity_at_Lagrangian_surface -INFO: filtering out variable cloud_liquid_water_specific_humidity_at_Lagrangian_surface -INFO: filtering out variable cloud_phase_transition_denominator -INFO: filtering out variable cloud_phase_transition_threshold_temperature -INFO: filtering out variable cloud_rain_specific_humidity_at_Lagrangian_surface -INFO: filtering out variable cloud_snow_specific_humidity_at_Lagrangian_surface -INFO: filtering out variable cloud_specie_mix_flag -INFO: filtering out variable cloudpdf -INFO: filtering out variable conv_activity_counter -INFO: filtering out variable convective_updraft_area_fraction -INFO: filtering out variable convective_updraft_area_fraction_at_model_interfaces -INFO: filtering out variable couple_sgs_clouds_to_radiation_flag -INFO: filtering out variable cumulative_change_in_x_wind_due_to_convective_gravity_wave_drag -INFO: filtering out variable cumulative_change_in_y_wind_due_to_convective_gravity_wave_drag -INFO: filtering out variable density_of_frozen_precipitation -INFO: filtering out variable depth_of_soil_levels_for_land_surface_model -INFO: filtering out variable detrainment_and_precipitation_tunable_parameter_3_CS -INFO: filtering out variable detrainment_and_precipitation_tunable_parameter_4_CS -INFO: filtering out variable do_myjsfc -INFO: filtering out variable do_mynnsfclay -INFO: filtering out variable downdraft_fraction_in_boundary_layer_mass_flux_scheme -INFO: filtering out variable edmf_flag -INFO: filtering out variable edmf_momentum_transport_flag -INFO: filtering out variable edmf_partition_flag -INFO: filtering out variable edmf_tke_transport_flag -INFO: filtering out variable effective_radius_of_stratiform_cloud_graupel_particle_in_um -INFO: filtering out variable effective_radius_of_stratiform_cloud_ice_particle_in_um -INFO: filtering out variable effective_radius_of_stratiform_cloud_liquid_water_particle_in_um -INFO: filtering out variable effective_radius_of_stratiform_cloud_rain_particle_in_um -INFO: filtering out variable effective_radius_of_stratiform_cloud_snow_particle_in_um -INFO: filtering out variable emdf_updraft_area -INFO: filtering out variable emdf_updraft_cloud_water -INFO: filtering out variable emdf_updraft_entrainment_rate -INFO: filtering out variable emdf_updraft_theta_l -INFO: filtering out variable emdf_updraft_total_water -INFO: filtering out variable emdf_updraft_vertical_velocity -INFO: filtering out variable ending_x_direction_index -INFO: filtering out variable ending_x_direction_index_domain -INFO: filtering out variable ending_y_direction_index -INFO: filtering out variable ending_y_direction_index_domain -INFO: filtering out variable entrainment_efficiency_tunable_parameter_9_CS -INFO: filtering out variable equilibrium_soil_water_content -INFO: filtering out variable fa_threshold_relative_humidity_for_onset_of_condensation -INFO: filtering out variable fast_soil_pool_mass_content_of_carbon -INFO: filtering out variable fine_root_mass -INFO: filtering out variable finite_volume_mean_edge_pressure_raised_to_the_power_of_kappa -INFO: filtering out variable flag_arakawa_wu_downdraft -INFO: filtering out variable flag_convective_tracer_transport -INFO: filtering out variable flag_flip -INFO: filtering out variable flag_flux_form_CS -INFO: filtering out variable flag_for_2015_ozone_physics -INFO: filtering out variable flag_for_aerosol_input_MG -INFO: filtering out variable flag_for_canopy_stomatal_resistance_option -INFO: filtering out variable flag_for_cloud_effective_radii -INFO: filtering out variable flag_for_dynamic_vegetation_option -INFO: filtering out variable flag_for_fast_microphysics_energy_conservation -INFO: filtering out variable flag_for_frozen_soil_permeability_option -INFO: filtering out variable flag_for_frozen_soil_physics -INFO: filtering out variable flag_for_ground_snow_surface_albedo_option -INFO: filtering out variable flag_for_hydrostatic_heating_from_physics -INFO: filtering out variable flag_for_hydrostatic_solver -INFO: filtering out variable flag_for_hydrostatic_solver_for_fast_physics -INFO: filtering out variable flag_for_in_ccn_forcing_for_morrison_gettelman_microphysics -INFO: filtering out variable flag_for_individual_cloud_species_advected -INFO: filtering out variable flag_for_inline_cloud_fraction_calculation -INFO: filtering out variable flag_for_lower_boundary_soil_temperature_option -INFO: filtering out variable flag_for_pdf_for_morrison_gettelman_microphysics_scheme -INFO: filtering out variable flag_for_precipitation_partition_option -INFO: filtering out variable flag_for_radiation_transfer_option -INFO: filtering out variable flag_for_reading_leaf_area_index_from_input -INFO: filtering out variable flag_for_restart -INFO: filtering out variable flag_for_runoff_and_groundwater_option -INFO: filtering out variable flag_for_sas_deep_convection_scheme -INFO: filtering out variable flag_for_saturation_adjustment_for_microphysics_in_dynamics -INFO: filtering out variable flag_for_shoc_after_convection -INFO: filtering out variable flag_for_soil_and_snow_temperature_time_stepping_option -INFO: filtering out variable flag_for_soil_moisture_factor_stomatal_resistance_option -INFO: filtering out variable flag_for_supercooled_liquid_water_option -INFO: filtering out variable flag_for_surface_layer_drag_coefficient_option -INFO: filtering out variable flag_for_tendency_of_air_temperature_at_Lagrangian_surface -INFO: filtering out variable flag_for_the_last_step_of_k_split_remapping -INFO: filtering out variable flag_mg3_as_mg2 -INFO: filtering out variable flag_skip_macro -INFO: filtering out variable fraction_of_cloud_top_water_scavenged -INFO: filtering out variable fraction_of_tracer_scavenged -INFO: filtering out variable gas_constants_for_multi_gases_physics -INFO: filtering out variable gas_tracers_for_multi_gas_physics_at_Lagrangian_surface -INFO: filtering out variable gf_memory_counter -INFO: filtering out variable graupel_mixing_ratio_updated_by_physics -INFO: filtering out variable graupel_number_concentration_updated_by_physics -INFO: filtering out variable grav_settling -INFO: filtering out variable ground_temperature_for_noahmp -INFO: filtering out variable gwd_opt -INFO: filtering out variable h2o_forcing -INFO: filtering out variable heat_exchange_coefficient_for_MYJ_schemes -INFO: filtering out variable ice_friendly_aerosol_number_concentration -INFO: filtering out variable ice_friendly_aerosol_number_concentration_updated_by_physics -INFO: filtering out variable ice_number_concentration -INFO: filtering out variable ice_number_concentration_updated_by_physics -INFO: filtering out variable ice_supersaturation_threshold -INFO: filtering out variable ice_water_mixing_ratio -INFO: filtering out variable ice_water_mixing_ratio_updated_by_physics -INFO: filtering out variable in_number_concentration -INFO: filtering out variable index_for_ice_cloud_condensate_vertical_diffusion_tracer -INFO: filtering out variable integrated_x_momentum_flux_from_blocking_drag -INFO: filtering out variable integrated_x_momentum_flux_from_form_drag -INFO: filtering out variable integrated_x_momentum_flux_from_large_scale_gwd -INFO: filtering out variable integrated_x_momentum_flux_from_small_scale_gwd -INFO: filtering out variable integrated_y_momentum_flux_from_blocking_drag -INFO: filtering out variable integrated_y_momentum_flux_from_form_drag -INFO: filtering out variable integrated_y_momentum_flux_from_large_scale_gwd -INFO: filtering out variable integrated_y_momentum_flux_from_small_scale_gwd -INFO: filtering out variable k_level_of_highest_reaching_plume -INFO: filtering out variable kappa_dry_for_fast_physics -INFO: filtering out variable kinematic_buoyancy_flux_from_shoc -INFO: filtering out variable kinematic_surface_latent_heat_flux -INFO: filtering out variable lake_water_storage -INFO: filtering out variable latitude_index_in_debug_printouts -INFO: filtering out variable layer_bottom_depth_from_snow_surface -INFO: filtering out variable leaf_area_index -INFO: filtering out variable leaf_mass -INFO: filtering out variable limit_for_temperature_tendency_for_microphysics -INFO: filtering out variable liquid_water_density -INFO: filtering out variable local_graupel_mixing_ratio -INFO: filtering out variable local_graupel_number_concentration -INFO: filtering out variable local_rain_number_concentration -INFO: filtering out variable local_rain_water_mixing_ratio -INFO: filtering out variable local_snow_number_concentration -INFO: filtering out variable local_snow_water_mixing_ratio -INFO: filtering out variable log_pressure_at_Lagrangian_surface -INFO: filtering out variable mass_weighted_rime_factor_updated_by_physics -INFO: filtering out variable maximum_column_heating_rate -INFO: filtering out variable maximum_mass_flux -INFO: filtering out variable maximum_updraft_velocity_at_cloud_base -INFO: filtering out variable mean_nir_albedo_with_weak_cosz_dependency -INFO: filtering out variable mean_vis_albedo_with_weak_cosz_dependency -INFO: filtering out variable mg_allow_supersat_after_sed -INFO: filtering out variable mg_autoconversion_size_threshold_ice_snow -INFO: filtering out variable mg_bergeron_efficiency_factor -INFO: filtering out variable mg_cloud_water_variance -INFO: filtering out variable mg_drop_concentration_constant -INFO: filtering out variable mg_flag_drop_concentration_constant -INFO: filtering out variable mg_flag_for_cloud_ice_processes -INFO: filtering out variable mg_flag_for_gmao_ice_formulation -INFO: filtering out variable mg_flag_for_graupel -INFO: filtering out variable mg_flag_for_hail -INFO: filtering out variable mg_flag_for_heterogeneous_freezing -INFO: filtering out variable mg_flag_for_liu_liquid_treatment -INFO: filtering out variable mg_flag_for_sb2001_autoconversion -INFO: filtering out variable mg_flag_for_uniform_subcolumns -INFO: filtering out variable mg_flag_graupel_concentration_constant -INFO: filtering out variable mg_flag_ice_concentration_constant -INFO: filtering out variable mg_graupel_concentration_constant -INFO: filtering out variable mg_ice_concentration_constant -INFO: filtering out variable mg_minimum_cloud_condensed_water_and_ice_mixing_ratio -INFO: filtering out variable mg_minimum_rh_for_ice -INFO: filtering out variable mg_time_scale_for_autoconversion_of_ice -INFO: filtering out variable mg_tuning_factor_for_alphas -INFO: filtering out variable mg_type_of_precip_fraction_method -INFO: filtering out variable minimum_value_of_specific_humidity -INFO: filtering out variable mix_total_water_flag -INFO: filtering out variable mixing_length -INFO: filtering out variable mixing_length_flag -INFO: filtering out variable moisture_from_previous_timestep -INFO: filtering out variable moisture_tendency_due_to_dynamics -INFO: filtering out variable momentum_exchange_coefficient_for_MYJ_schemes -INFO: filtering out variable mpi_comm -INFO: filtering out variable mpi_rank_for_fast_physics -INFO: filtering out variable mpi_root_for_fast_physics -INFO: filtering out variable natural_log_of_h2o_forcing_data_pressure_levels -INFO: filtering out variable nondimensional_snow_age -INFO: filtering out variable normalized_soil_wetness_for_land_surface_model -INFO: filtering out variable number_of_cloud_types_CS -INFO: filtering out variable number_of_coefficients_in_h2o_forcing_data -INFO: filtering out variable number_of_frozen_precipitation_species -INFO: filtering out variable number_of_gases_for_multi_gases_physics -INFO: filtering out variable number_of_ghost_zones -INFO: filtering out variable number_of_plumes -INFO: filtering out variable number_of_snow_layers -INFO: filtering out variable number_of_spectral_wave_trancation_for_sas -INFO: filtering out variable number_of_tracers_for_CS -INFO: filtering out variable number_of_tracers_plus_one -INFO: filtering out variable number_of_water_species -INFO: filtering out variable omp_threads_for_fast_physics -INFO: filtering out variable ozone_mixing_ratio -INFO: filtering out variable potential_temperature_at_2m -INFO: filtering out variable potential_temperature_at_viscous_sublayer_top -INFO: filtering out variable prandtl_number -INFO: filtering out variable pressure_thickness_at_Lagrangian_surface -INFO: filtering out variable q_prime_squared -INFO: filtering out variable rain_number_concentration_updated_by_physics -INFO: filtering out variable rain_water_mixing_ratio_updated_by_physics -INFO: filtering out variable ratio_of_vapor_to_dry_air_gas_constants_minus_one_default_kind -INFO: filtering out variable reciprocal_of_obukhov_length -INFO: filtering out variable shoc_flag_for_optional_surface_TKE_dissipation -INFO: filtering out variable shoc_implicit_TKE_integration_uncentering_term -INFO: filtering out variable shoc_tke_dissipatation_pressure_threshold -INFO: filtering out variable shoc_tke_dissipation_tunable_parameter -INFO: filtering out variable shoc_tke_dissipation_tunable_parameter_near_surface -INFO: filtering out variable slow_soil_pool_mass_content_of_carbon -INFO: filtering out variable snow_albedo_at_previous_time_step -INFO: filtering out variable snow_layer_ice -INFO: filtering out variable snow_layer_liquid_water -INFO: filtering out variable snow_mass_at_previous_time_step -INFO: filtering out variable snow_number_concentration_updated_by_physics -INFO: filtering out variable snow_precipitation_rate_at_surface -INFO: filtering out variable snow_temperature -INFO: filtering out variable snow_temperature_bottom_first_layer -INFO: filtering out variable snow_water_mixing_ratio_updated_by_physics -INFO: filtering out variable soil_temperature_for_land_surface_model -INFO: filtering out variable soil_vertical_dimension_for_land_surface_model -INFO: filtering out variable soil_water_content_between_soil_bottom_and_water_table -INFO: filtering out variable specific_heat_capacities_for_multi_gases_physics -INFO: filtering out variable specific_humidity_at_viscous_sublayer_top -INFO: filtering out variable stability_function_for_heat -INFO: filtering out variable starting_x_direction_index -INFO: filtering out variable starting_x_direction_index_domain -INFO: filtering out variable starting_y_direction_index -INFO: filtering out variable starting_y_direction_index_domain -INFO: filtering out variable stem_area_index -INFO: filtering out variable stem_mass -INFO: filtering out variable subgrid_cloud_fraction_pbl -INFO: filtering out variable subgrid_cloud_mixing_ratio_pbl -INFO: filtering out variable subgrid_scale_cloud_fraction_from_shoc -INFO: filtering out variable surface_condensation_mass -INFO: filtering out variable surface_drag_coefficient_for_heat_and_moisture_for_noahmp -INFO: filtering out variable surface_drag_coefficient_for_momentum_for_noahmp -INFO: filtering out variable surface_exchange_coefficient_for_heat -INFO: filtering out variable surface_exchange_coefficient_for_heat_at_2m -INFO: filtering out variable surface_exchange_coefficient_for_moisture -INFO: filtering out variable surface_exchange_coefficient_for_moisture_at_2m -INFO: filtering out variable surface_friction_velocity_drag -INFO: filtering out variable surface_geopotential_at_Lagrangian_surface -INFO: filtering out variable surface_latent_heat -INFO: filtering out variable surface_layer_evaporation_switch -INFO: filtering out variable surface_specific_humidity_for_MYJ_schemes -INFO: filtering out variable surface_stability_parameter -INFO: filtering out variable t_prime_q_prime -INFO: filtering out variable t_prime_squared -INFO: filtering out variable temperature_from_previous_timestep -INFO: filtering out variable temperature_tendency_due_to_dynamics -INFO: filtering out variable tendency_of_air_temperature_at_Lagrangian_surface -INFO: filtering out variable tendency_of_cloud_droplet_number_concentration_due_to_model_physics -INFO: filtering out variable tendency_of_ice_cloud_water_mixing_ratio_due_to_model_physics -INFO: filtering out variable tendency_of_ice_friendly_aerosol_number_concentration_due_to_model_physics -INFO: filtering out variable tendency_of_ice_friendly_aerosols_at_surface -INFO: filtering out variable tendency_of_ice_number_concentration_due_to_model_physics -INFO: filtering out variable tendency_of_liquid_cloud_water_mixing_ratio_due_to_model_physics -INFO: filtering out variable tendency_of_ozone_mixing_ratio_due_to_model_physics -INFO: filtering out variable tendency_of_water_friendly_aerosol_number_concentration_due_to_model_physics -INFO: filtering out variable tendency_of_water_friendly_aerosols_at_surface -INFO: filtering out variable tendency_of_water_vapor_specific_humidity_due_to_model_physics -INFO: filtering out variable tendency_of_x_wind_due_to_convective_gravity_wave_drag -INFO: filtering out variable tendency_of_y_wind_due_to_convective_gravity_wave_drag -INFO: filtering out variable theta_star -INFO: filtering out variable thickness_at_Lagrangian_surface -INFO: filtering out variable time_step_for_remapping_for_fast_physics -INFO: filtering out variable tke_advect -INFO: filtering out variable tke_at_mass_points -INFO: filtering out variable tke_budget -INFO: filtering out variable tke_dissipative_heating_factor -INFO: filtering out variable top_layer_index_for_fast_physics -INFO: filtering out variable total_accumulated_snowfall -INFO: filtering out variable triple_point_temperature_of_water -INFO: filtering out variable turbulent_kinetic_energy_convective_transport_tracer -INFO: filtering out variable u_wind_component_at_viscous_sublayer_top -INFO: filtering out variable updraft_fraction_in_boundary_layer_mass_flux_scheme -INFO: filtering out variable updraft_velocity_tunable_parameter_1_CS -INFO: filtering out variable updraft_velocity_tunable_parameter_2_CS -INFO: filtering out variable v_wind_component_at_viscous_sublayer_top -INFO: filtering out variable vegetation_temperature -INFO: filtering out variable vertical_dimension_for_fast_physics -INFO: filtering out variable vertical_dimension_for_thickness_at_Lagrangian_surface -INFO: filtering out variable vertical_dimension_of_h2o_forcing_data -INFO: filtering out variable virtual_temperature_at_Lagrangian_surface -INFO: filtering out variable volume_fraction_of_frozen_soil_moisture_for_land_surface_model -INFO: filtering out variable volume_fraction_of_soil_moisture_for_land_surface_model -INFO: filtering out variable volume_fraction_of_unfrozen_soil_moisture_for_land_surface_model -INFO: filtering out variable water_friendly_aerosol_number_concentration -INFO: filtering out variable water_friendly_aerosol_number_concentration_updated_by_physics -INFO: filtering out variable water_storage_in_aquifer -INFO: filtering out variable water_storage_in_aquifer_and_saturated_soil -INFO: filtering out variable water_table_depth -INFO: filtering out variable water_table_recharge_when_deep -INFO: filtering out variable water_table_recharge_when_shallow -INFO: filtering out variable water_vapor_mixing_ratio_at_surface -INFO: filtering out variable water_vapor_specific_humidity_at_Lagrangian_surface -INFO: filtering out variable weight_for_momentum_at_viscous_sublayer_top -INFO: filtering out variable weight_for_potental_temperature_at_viscous_sublayer_top -INFO: filtering out variable weight_for_specific_humidity_at_viscous_sublayer_top -INFO: filtering out variable wood_mass -INFO: filtering out variable x_momentum_tendency_from_blocking_drag -INFO: filtering out variable x_momentum_tendency_from_form_drag -INFO: filtering out variable x_momentum_tendency_from_large_scale_gwd -INFO: filtering out variable x_momentum_tendency_from_small_scale_gwd -INFO: filtering out variable y_momentum_tendency_from_blocking_drag -INFO: filtering out variable y_momentum_tendency_from_form_drag -INFO: filtering out variable y_momentum_tendency_from_large_scale_gwd -INFO: filtering out variable y_momentum_tendency_from_small_scale_gwd -INFO: Checking optional arguments in physics schemes ... -INFO: Metadata table for model FV3 written to tests/build_fv3_8/FV3/ccpp/framework/doc/DevelopersGuide/CCPP_VARIABLES_FV3.tex -INFO: Comparing metadata for requested and provided variables ... -INFO: Generating schemes makefile/cmakefile snippet ... -INFO: Added 168 schemes to tests/build_fv3_8/FV3/ccpp/physics/CCPP_SCHEMES.mk, tests/build_fv3_8/FV3/ccpp/physics/CCPP_SCHEMES.cmake, tests/build_fv3_8/FV3/ccpp/physics/CCPP_SCHEMES.sh -INFO: Generating suite and group caps ... -INFO: Generating static API ccpp_static_api.F90 in tests/build_fv3_8/FV3/ccpp/physics ... -INFO: Generating caps makefile/cmakefile snippet ... -INFO: Added 5 auto-generated caps to tests/build_fv3_8/FV3/ccpp/physics/CCPP_CAPS.mk and tests/build_fv3_8/FV3/ccpp/physics/CCPP_CAPS.cmake -INFO: CCPP prebuild step completed successfully. -+ source build_fv3_8/FV3/ccpp/physics/CCPP_SCHEMES.sh -++ export 'CCPP_SCHEMES=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/aer_cloud.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/aerclm_def.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/aerinterp.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/calpreciptype.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cldwat2m_micro.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cldmacro.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/date_def.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/funcphys.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gcycle.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/h2o_def.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/h2ointerp.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/iccn_def.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/iccninterp.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/iounitdef.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/machine.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mersenne_twister.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfpbl.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg_utils.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg2_0.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg3_0.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/multi_gases.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_model.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_parameters.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_radar.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_thompson.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MP_FER_HIRES.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_bl_mynn.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_mynn.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_orowam2017.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/namelist_soilveg.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfpblt.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfpbltq.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfscu.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfscuq.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/noahmp_tables.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/num_parthds.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozne_def.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozinterp.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/physcons.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/physparam.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radcons.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_aerosols.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_astronomy.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_clouds.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_gases.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_surface.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radlw_datatb.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radlw_param.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radsw_datatb.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radsw_param.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/samfaerosols.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfcsub.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sflx.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/set_soilveg.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/surface_perturbation.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_deep.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_sh.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/tridi.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/wv_saturation.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_soil_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rayleigh_damp.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radsw_main.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_ocean.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gwdc.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gscond.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ysuvdif.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_sice.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/samfdeepcnv.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/satmedmfvdif.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozphys_2015.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/samfshalcnv.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/precpd.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_fer_hires.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diag.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radlw_main.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_debug.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/satmedmfvdifq.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cs_conv.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/shinhongvdif.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/h2ophys.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_nst.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/moninedmf.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diff.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diag_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/m_micro.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gcm_shoc.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gwdps.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/shalcnv.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/get_prs_fv3.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozphys.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_stochastics.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/drag_suite.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_cice.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sascnvn.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cnvc90.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_drv.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/dcyc2.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/moninshoc.f' -++ CCPP_SCHEMES='/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/aer_cloud.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/aerclm_def.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/aerinterp.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/calpreciptype.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cldwat2m_micro.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cldmacro.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/date_def.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/funcphys.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gcycle.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/h2o_def.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/h2ointerp.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/iccn_def.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/iccninterp.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/iounitdef.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/machine.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mersenne_twister.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfpbl.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg_utils.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg2_0.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg3_0.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/multi_gases.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_model.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_parameters.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_radar.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_thompson.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MP_FER_HIRES.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_bl_mynn.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_mynn.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_orowam2017.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/namelist_soilveg.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfpblt.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfpbltq.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfscu.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfscuq.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/noahmp_tables.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/num_parthds.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozne_def.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozinterp.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/physcons.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/physparam.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radcons.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_aerosols.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_astronomy.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_clouds.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_gases.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_surface.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radlw_datatb.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radlw_param.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radsw_datatb.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radsw_param.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/samfaerosols.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfcsub.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sflx.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/set_soilveg.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/surface_perturbation.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_deep.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_sh.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/tridi.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/wv_saturation.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_soil_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rayleigh_damp.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radsw_main.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_ocean.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gwdc.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gscond.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ysuvdif.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_sice.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/samfdeepcnv.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/satmedmfvdif.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozphys_2015.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/samfshalcnv.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/precpd.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_fer_hires.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diag.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radlw_main.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_debug.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/satmedmfvdifq.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cs_conv.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/shinhongvdif.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/h2ophys.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_nst.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/moninedmf.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diff.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diag_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/m_micro.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gcm_shoc.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gwdps.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/shalcnv.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/get_prs_fv3.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozphys.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_stochastics.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/drag_suite.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_cice.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sascnvn.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cnvc90.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_drv.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/dcyc2.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/moninshoc.f' -+ source build_fv3_8/FV3/ccpp/physics/CCPP_CAPS.sh -++ export 'CCPP_CAPS=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_8/FV3/ccpp/physics/ccpp_FV3_GFS_2017_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_8/FV3/ccpp/physics/ccpp_FV3_GFS_2017_time_vary_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_8/FV3/ccpp/physics/ccpp_FV3_GFS_2017_radiation_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_8/FV3/ccpp/physics/ccpp_FV3_GFS_2017_physics_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_8/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stochastics_cap.F90' -++ CCPP_CAPS='/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_8/FV3/ccpp/physics/ccpp_FV3_GFS_2017_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_8/FV3/ccpp/physics/ccpp_FV3_GFS_2017_time_vary_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_8/FV3/ccpp/physics/ccpp_FV3_GFS_2017_radiation_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_8/FV3/ccpp/physics/ccpp_FV3_GFS_2017_physics_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_8/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stochastics_cap.F90' -+ source build_fv3_8/FV3/ccpp/physics/CCPP_STATIC_API.sh -++ export CCPP_STATIC_API=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_8/FV3/ccpp/physics/ccpp_static_api.F90 -++ CCPP_STATIC_API=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_8/FV3/ccpp/physics/ccpp_static_api.F90 -+ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017 == *\N\A\M\_\p\h\y\s\=\Y* ]] -+ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017 == *\W\W\3\=\Y* ]] -++ trim ' -DREPRO=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF' -++ local 'var= -DREPRO=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF' -++ var='-DREPRO=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF' -++ var='-DREPRO=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF' -++ echo -n '-DREPRO=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF' -+ CCPP_CMAKE_FLAGS='-DREPRO=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF' -+ source /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc -++ __ms_function_name=setup__test_function__280358 -++ eval 'setup__test_function__280358() { /bin/true ; }' -+++ eval '__text="text" ; if [[ $__text =~ ^(t).* ]] ; then printf "%s" ${.sh.match[1]} ; fi' -+++ cat -++ __ms_ksh_test= -+++ eval 'if ( set | grep setup__test_function__280358 | grep -v name > /dev/null 2>&1 ) ; then echo t ; fi ' -+++ cat -++ __ms_bash_test=t -++ [[ ! -z '' ]] -++ [[ ! -z t ]] -++ __ms_shell=bash -++ [[ -d /lfs3 ]] -++ [[ -d /scratch1 ]] -++ [[ ! -d /scratch ]] -++ eval module help -++ module purge -+++ /apps/lmod/7.7.18/libexec/lmod bash purge -++ eval unset 'BACIO_LIB4;' unset 'BACIO_LIB8;' unset 'BACIO_SRC;' unset 'BACIO_VER;' unset '__LMOD_REF_COUNT_CLASSPATH;' unset 'CLASSPATH;' unset 'CMAKE_CXX_COMPILER;' unset 'CMAKE_C_COMPILER;' unset 'CMAKE_Fortran_COMPILER;' unset 'CMAKE_Platform;' unset 'COMP;' unset '__LMOD_REF_COUNT_CPATH;' unset 'CPATH;' unset 'CRTM_FIX;' unset 'CRTM_INC;' unset 'CRTM_LIB;' unset 'CRTM_SRC;' unset 'CRTM_VER;' unset 'ESMFMKFILE;' unset 'G2TMPL_INC;' unset 'G2TMPL_LIB;' unset 'G2TMPL_SRC;' unset 'G2TMPL_VER;' unset 'G2_INC4;' unset 'G2_INCd;' unset 'G2_LIB4;' unset 'G2_LIBd;' unset 'G2_SRC;' unset 'G2_VER;' unset 'GDBSERVER_MIC;' unset 'GDB_CROSS;' unset '__LMOD_REF_COUNT_INFOPATH;' unset 'INFOPATH;' unset '__LMOD_REF_COUNT_INTEL_LICENSE_FILE;' unset 'INTEL_LICENSE_FILE;' unset 'INTEL_PYTHONHOME;' unset 'IPATH_NO_BACKTRACE;' unset 'IP_INC4;' unset 'IP_INC8;' unset 'IP_INCd;' unset 'IP_LIB4;' unset 'IP_LIB8;' unset 'IP_LIBd;' unset 'IP_SRC;' unset 'IP_VER;' unset 'I_MPI_CC;' unset 'I_MPI_F90;' unset 'I_MPI_HYDRA_BRANCH_COUNT;' unset 'I_MPI_HYDRA_PMI_CONNECT;' unset 'I_MPI_ROOT;' unset 'I_MPI_TMI_PROVIDER;' unset 'JASPER_INC;' unset 'JASPER_LIB;' unset 'JASPER_SRC;' unset 'JASPER_VER;' '__LMOD_REF_COUNT_LD_LIBRARY_PATH="/apps/slurm/default/lib:1";' export '__LMOD_REF_COUNT_LD_LIBRARY_PATH;' 'LD_LIBRARY_PATH=":/apps/slurm/default/lib";' export 'LD_LIBRARY_PATH;' unset '__LMOD_REF_COUNT_LIBRARY_PATH;' unset 'LIBRARY_PATH;' unset 'LIB_NAME;' unset 'LMOD_FAMILY_COMPILER;' unset 'LMOD_FAMILY_COMPILER_VERSION;' unset 'LMOD_FAMILY_MPI;' unset 'LMOD_FAMILY_MPI_VERSION;' unset '__LMOD_REF_COUNT_LOADEDMODULES;' unset 'LOADEDMODULES;' '__LMOD_REF_COUNT_MANPATH="/apps/lmod/lmod/share/man:1;/apps/local/man:1;/apps/slurm/default/share/man:1;/apps/slurm/tools/sbank/share/man:1";' export '__LMOD_REF_COUNT_MANPATH;' 'MANPATH="/apps/lmod/lmod/share/man::/apps/local/man:/apps/slurm/default/share/man:/apps/slurm/tools/sbank/share/man";' export 'MANPATH;' '__LMOD_REF_COUNT_MODULEPATH="/contrib/modulefiles:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:1;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1";' export '__LMOD_REF_COUNT_MODULEPATH;' 'MODULEPATH="/contrib/modulefiles:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles";' export 'MODULEPATH;' unset 'MPM_LAUNCHER;' unset 'NCEPLIBS;' unset 'NEMSIO_INC;' unset 'NEMSIO_LIB;' unset 'NEMSIO_SRC;' unset 'NEMSIO_VER;' unset 'NETCDF;' unset '__LMOD_REF_COUNT_NLSPATH;' unset 'NLSPATH;' '__LMOD_REF_COUNT_PATH="/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:1;/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/opt/ibutils/bin:1;/apps/local/bin:1;/apps/local/sbin:1;/apps/slurm/default/tools:1;/apps/slurm/default/bin:1;/apps/slurm/default/sbin:1;/apps/slurm/tools/sbank/bin:1;/home/Dusan.Jovic/bin:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/dbrowse:1";' export '__LMOD_REF_COUNT_PATH;' 'PATH="/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/opt/ibutils/bin:/apps/local/bin:/apps/local/sbin:/apps/slurm/default/tools:/apps/slurm/default/bin:/apps/slurm/default/sbin:/apps/slurm/tools/sbank/bin:/home/Dusan.Jovic/bin:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/dbrowse";' export 'PATH;' unset '__LMOD_REF_COUNT_PKG_CONFIG_PATH;' unset 'PKG_CONFIG_PATH;' unset 'PNG_INC;' unset 'PNG_LIB;' unset 'PNG_SRC;' unset 'PNG_VER;' unset 'POST_INC;' unset 'POST_LIB;' unset 'POST_SRC;' unset 'POST_VER;' unset 'SLURM_UTILS_PATH;' unset 'SP_LIB4;' unset 'SP_LIB8;' unset 'SP_LIBd;' unset 'SP_SRC;' unset 'SP_VER;' unset 'W3EMC_INC4;' unset 'W3EMC_INC8;' unset 'W3EMC_INCd;' unset 'W3EMC_LIB4;' unset 'W3EMC_LIB8;' unset 'W3EMC_LIBd;' unset 'W3EMC_SRC;' unset 'W3EMC_VER;' unset 'W3NCO_LIB4;' unset 'W3NCO_LIB8;' unset 'W3NCO_LIBd;' unset 'W3NCO_SRC;' unset 'W3NCO_VER;' unset 'Z_INC;' unset 'Z_LIB;' unset 'Z_SRC;' unset 'Z_VER;' unset '__LMOD_REF_COUNT__LMFILES_;' unset '_LMFILES_;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9jb250cmliL21vZHVsZWZpbGVzIiwiL3NjcmF0Y2gyL05DRVBERVYvZnYzLWNhbS9EdXNhbi5Kb3ZpYy91ZnMvcHIxOC91ZnMtd2VhdGhlci1tb2RlbC9tb2R1bGVmaWxlcy9oZXJhLmludGVsIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIs";' export '_ModuleTable001_;' '_ModuleTable002_="fSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ==";' export '_ModuleTable002_;' '_ModuleTable_Sz_="2";' export '_ModuleTable_Sz_;' unset '_ModuleTable004_;' unset '_ModuleTable005_;' unset '_ModuleTable006_;' unset '_ModuleTable007_;' unset '_ModuleTable008_;' unset '_ModuleTable009_;' unset '_ModuleTable010_;' unset '_ModuleTable011_;' unset '_ModuleTable012_;' unset '_ModuleTable013_;' -+++ unset BACIO_LIB4 -+++ unset BACIO_LIB8 -+++ unset BACIO_SRC -+++ unset BACIO_VER -+++ unset __LMOD_REF_COUNT_CLASSPATH -+++ unset CLASSPATH -+++ unset CMAKE_CXX_COMPILER -+++ unset CMAKE_C_COMPILER -+++ unset CMAKE_Fortran_COMPILER -+++ unset CMAKE_Platform -+++ unset COMP -+++ unset __LMOD_REF_COUNT_CPATH -+++ unset CPATH -+++ unset CRTM_FIX -+++ unset CRTM_INC -+++ unset CRTM_LIB -+++ unset CRTM_SRC -+++ unset CRTM_VER -+++ unset ESMFMKFILE -+++ unset G2TMPL_INC -+++ unset G2TMPL_LIB -+++ unset G2TMPL_SRC -+++ unset G2TMPL_VER -+++ unset G2_INC4 -+++ unset G2_INCd -+++ unset G2_LIB4 -+++ unset G2_LIBd -+++ unset G2_SRC -+++ unset G2_VER -+++ unset GDBSERVER_MIC -+++ unset GDB_CROSS -+++ unset __LMOD_REF_COUNT_INFOPATH -+++ unset INFOPATH -+++ unset __LMOD_REF_COUNT_INTEL_LICENSE_FILE -+++ unset INTEL_LICENSE_FILE -+++ unset INTEL_PYTHONHOME -+++ unset IPATH_NO_BACKTRACE -+++ unset IP_INC4 -+++ unset IP_INC8 -+++ unset IP_INCd -+++ unset IP_LIB4 -+++ unset IP_LIB8 -+++ unset IP_LIBd -+++ unset IP_SRC -+++ unset IP_VER -+++ unset I_MPI_CC -+++ unset I_MPI_F90 -+++ unset I_MPI_HYDRA_BRANCH_COUNT -+++ unset I_MPI_HYDRA_PMI_CONNECT -+++ unset I_MPI_ROOT -+++ unset I_MPI_TMI_PROVIDER -+++ unset JASPER_INC -+++ unset JASPER_LIB -+++ unset JASPER_SRC -+++ unset JASPER_VER -+++ __LMOD_REF_COUNT_LD_LIBRARY_PATH=/apps/slurm/default/lib:1 -+++ export __LMOD_REF_COUNT_LD_LIBRARY_PATH -+++ LD_LIBRARY_PATH=:/apps/slurm/default/lib -+++ export LD_LIBRARY_PATH -+++ unset __LMOD_REF_COUNT_LIBRARY_PATH -+++ unset LIBRARY_PATH -+++ unset LIB_NAME -+++ unset LMOD_FAMILY_COMPILER -+++ unset LMOD_FAMILY_COMPILER_VERSION -+++ unset LMOD_FAMILY_MPI -+++ unset LMOD_FAMILY_MPI_VERSION -+++ unset __LMOD_REF_COUNT_LOADEDMODULES -+++ unset LOADEDMODULES -+++ __LMOD_REF_COUNT_MANPATH='/apps/lmod/lmod/share/man:1;/apps/local/man:1;/apps/slurm/default/share/man:1;/apps/slurm/tools/sbank/share/man:1' -+++ export __LMOD_REF_COUNT_MANPATH -+++ MANPATH=/apps/lmod/lmod/share/man::/apps/local/man:/apps/slurm/default/share/man:/apps/slurm/tools/sbank/share/man -+++ export MANPATH -+++ __LMOD_REF_COUNT_MODULEPATH='/contrib/modulefiles:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:1;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1' -+++ export __LMOD_REF_COUNT_MODULEPATH -+++ MODULEPATH=/contrib/modulefiles:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles -+++ export MODULEPATH -+++ unset MPM_LAUNCHER -+++ unset NCEPLIBS -+++ unset NEMSIO_INC -+++ unset NEMSIO_LIB -+++ unset NEMSIO_SRC -+++ unset NEMSIO_VER -+++ unset NETCDF -+++ unset __LMOD_REF_COUNT_NLSPATH -+++ unset NLSPATH -+++ __LMOD_REF_COUNT_PATH='/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:1;/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/opt/ibutils/bin:1;/apps/local/bin:1;/apps/local/sbin:1;/apps/slurm/default/tools:1;/apps/slurm/default/bin:1;/apps/slurm/default/sbin:1;/apps/slurm/tools/sbank/bin:1;/home/Dusan.Jovic/bin:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/dbrowse:1' -+++ export __LMOD_REF_COUNT_PATH -+++ PATH=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/opt/ibutils/bin:/apps/local/bin:/apps/local/sbin:/apps/slurm/default/tools:/apps/slurm/default/bin:/apps/slurm/default/sbin:/apps/slurm/tools/sbank/bin:/home/Dusan.Jovic/bin:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/dbrowse -+++ export PATH -+++ unset __LMOD_REF_COUNT_PKG_CONFIG_PATH -+++ unset PKG_CONFIG_PATH -+++ unset PNG_INC -+++ unset PNG_LIB -+++ unset PNG_SRC -+++ unset PNG_VER -+++ unset POST_INC -+++ unset POST_LIB -+++ unset POST_SRC -+++ unset POST_VER -+++ unset SLURM_UTILS_PATH -+++ unset SP_LIB4 -+++ unset SP_LIB8 -+++ unset SP_LIBd -+++ unset SP_SRC -+++ unset SP_VER -+++ unset W3EMC_INC4 -+++ unset W3EMC_INC8 -+++ unset W3EMC_INCd -+++ unset W3EMC_LIB4 -+++ unset W3EMC_LIB8 -+++ unset W3EMC_LIBd -+++ unset W3EMC_SRC -+++ unset W3EMC_VER -+++ unset W3NCO_LIB4 -+++ unset W3NCO_LIB8 -+++ unset W3NCO_LIBd -+++ unset W3NCO_SRC -+++ unset W3NCO_VER -+++ unset Z_INC -+++ unset Z_LIB -+++ unset Z_SRC -+++ unset Z_VER -+++ unset __LMOD_REF_COUNT__LMFILES_ -+++ unset _LMFILES_ -+++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9jb250cmliL21vZHVsZWZpbGVzIiwiL3NjcmF0Y2gyL05DRVBERVYvZnYzLWNhbS9EdXNhbi5Kb3ZpYy91ZnMvcHIxOC91ZnMtd2VhdGhlci1tb2RlbC9tb2R1bGVmaWxlcy9oZXJhLmludGVsIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIs -+++ export _ModuleTable001_ -+++ _ModuleTable002_=fSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ== -+++ export _ModuleTable002_ -+++ _ModuleTable_Sz_=2 -+++ export _ModuleTable_Sz_ -+++ unset _ModuleTable004_ -+++ unset _ModuleTable005_ -+++ unset _ModuleTable006_ -+++ unset _ModuleTable007_ -+++ unset _ModuleTable008_ -+++ unset _ModuleTable009_ -+++ unset _ModuleTable010_ -+++ unset _ModuleTable011_ -+++ unset _ModuleTable012_ -+++ unset _ModuleTable013_ -+++ : -s sh -++ eval -++ unset __ms_shell -++ unset __ms_ksh_test -++ unset __ms_bash_test -++ unset setup__test_function__280358 -++ unset __ms_function_name -+ [[ hera.intel == macosx.* ]] -+ [[ hera.intel == linux.* ]] -+ module use /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel -++ /apps/lmod/7.7.18/libexec/lmod bash use /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel -+ eval '__LMOD_REF_COUNT_MODULEPATH="/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:2;/contrib/modulefiles:1;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1";' export '__LMOD_REF_COUNT_MODULEPATH;' 'MODULEPATH="/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:/contrib/modulefiles:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles";' export 'MODULEPATH;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9zY3JhdGNoMi9OQ0VQREVWL2Z2My1jYW0vRHVzYW4uSm92aWMvdWZzL3ByMTgvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvaGVyYS5pbnRlbCIsIi9jb250cmliL21vZHVsZWZpbGVzIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIs";' export '_ModuleTable001_;' '_ModuleTable002_="fSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ==";' export '_ModuleTable002_;' '_ModuleTable_Sz_="2";' export '_ModuleTable_Sz_;' -++ __LMOD_REF_COUNT_MODULEPATH='/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:2;/contrib/modulefiles:1;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1' -++ export __LMOD_REF_COUNT_MODULEPATH -++ MODULEPATH=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:/contrib/modulefiles:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles -++ export MODULEPATH -++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9zY3JhdGNoMi9OQ0VQREVWL2Z2My1jYW0vRHVzYW4uSm92aWMvdWZzL3ByMTgvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvaGVyYS5pbnRlbCIsIi9jb250cmliL21vZHVsZWZpbGVzIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIs -++ export _ModuleTable001_ -++ _ModuleTable002_=fSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ== -++ export _ModuleTable002_ -++ _ModuleTable_Sz_=2 -++ export _ModuleTable_Sz_ -++ : -s sh -+ eval -+ module load fv3 -++ /apps/lmod/7.7.18/libexec/lmod bash load fv3 -+ eval 'BACIO_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libbacio_v2.0.3_4.a";' export 'BACIO_LIB4;' 'BACIO_LIB8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libbacio_v2.0.3_8.a";' export 'BACIO_LIB8;' 'BACIO_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/bacio_v2.0.3";' export 'BACIO_SRC;' 'BACIO_VER="v2.0.3";' export 'BACIO_VER;' '__LMOD_REF_COUNT_CLASSPATH="/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/mpi.jar:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/daal.jar:1";' export '__LMOD_REF_COUNT_CLASSPATH;' 'CLASSPATH="/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/mpi.jar:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/daal.jar";' export 'CLASSPATH;' 'CMAKE_CXX_COMPILER="mpiicpc";' export 'CMAKE_CXX_COMPILER;' 'CMAKE_C_COMPILER="mpiicc";' export 'CMAKE_C_COMPILER;' 'CMAKE_Fortran_COMPILER="mpiifort";' export 'CMAKE_Fortran_COMPILER;' 'CMAKE_Platform="hera.intel";' export 'CMAKE_Platform;' 'COMP="intel";' export 'COMP;' '__LMOD_REF_COUNT_CPATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/include:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/include:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/pstl/include:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/include:2;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/include:1";' export '__LMOD_REF_COUNT_CPATH;' 'CPATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/include:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/include:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/pstl/include:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/include:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/include";' export 'CPATH;' 'CRTM_FIX="/scratch2/NCEPDEV/nwprod/NCEPLIBS/fix/crtm_v2.2.6";' export 'CRTM_FIX;' 'CRTM_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/crtm_v2.2.6";' export 'CRTM_INC;' 'CRTM_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libcrtm_v2.2.6.a";' export 'CRTM_LIB;' 'CRTM_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/crtm_v2.2.6";' export 'CRTM_SRC;' 'CRTM_VER="v2.2.6";' export 'CRTM_VER;' 'ESMFMKFILE="/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/lib/esmf.mk";' export 'ESMFMKFILE;' 'G2TMPL_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/g2tmpl_v1.6.0";' export 'G2TMPL_INC;' 'G2TMPL_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2tmpl_v1.6.0.a";' export 'G2TMPL_LIB;' 'G2TMPL_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/g2tmpl_v1.6.0/src";' export 'G2TMPL_SRC;' 'G2TMPL_VER="v1.6.0";' export 'G2TMPL_VER;' 'G2_INC4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/g2_v3.1.1_4";' export 'G2_INC4;' 'G2_INCd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/g2_v3.1.1_d";' export 'G2_INCd;' 'G2_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2_v3.1.1_4.a";' export 'G2_LIB4;' 'G2_LIBd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2_v3.1.1_d.a";' export 'G2_LIBd;' 'G2_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/g2_v3.1.1";' export 'G2_SRC;' 'G2_VER="v3.1.1";' export 'G2_VER;' 'GDBSERVER_MIC="/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/targets/intel64/x200/bin/gdbserver";' export 'GDBSERVER_MIC;' 'GDB_CROSS="/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/intel64/bin/gdb-ia";' export 'GDB_CROSS;' '__LMOD_REF_COUNT_INFOPATH="/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/info:1;/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/info:1";' export '__LMOD_REF_COUNT_INFOPATH;' 'INFOPATH="/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/info:/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/info";' export 'INFOPATH;' '__LMOD_REF_COUNT_INTEL_LICENSE_FILE="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/licenses:1;/apps/intel/licenses:1";' export '__LMOD_REF_COUNT_INTEL_LICENSE_FILE;' 'INTEL_LICENSE_FILE="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/licenses:/apps/intel/licenses";' export 'INTEL_LICENSE_FILE;' 'INTEL_PYTHONHOME="/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/python/intel64/";' export 'INTEL_PYTHONHOME;' 'IPATH_NO_BACKTRACE="1";' export 'IPATH_NO_BACKTRACE;' 'IP_INC4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ip_v3.0.2_4";' export 'IP_INC4;' 'IP_INC8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ip_v3.0.2_8";' export 'IP_INC8;' 'IP_INCd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ip_v3.0.2_d";' export 'IP_INCd;' 'IP_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libip_v3.0.2_4.a";' export 'IP_LIB4;' 'IP_LIB8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libip_v3.0.2_8.a";' export 'IP_LIB8;' 'IP_LIBd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libip_v3.0.2_d.a";' export 'IP_LIBd;' 'IP_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/ip_v3.0.2";' export 'IP_SRC;' 'IP_VER="v3.0.2";' export 'IP_VER;' 'I_MPI_CC="icc";' export 'I_MPI_CC;' 'I_MPI_F90="ifort";' export 'I_MPI_F90;' 'I_MPI_HYDRA_BRANCH_COUNT="128";' export 'I_MPI_HYDRA_BRANCH_COUNT;' 'I_MPI_HYDRA_PMI_CONNECT="alltoall";' export 'I_MPI_HYDRA_PMI_CONNECT;' 'I_MPI_ROOT="/apps/intel/compilers_and_libraries_2018/linux/mpi";' export 'I_MPI_ROOT;' 'I_MPI_TMI_PROVIDER="psm";' export 'I_MPI_TMI_PROVIDER;' 'JASPER_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/include/jasper_v1.900.1";' export 'JASPER_INC;' 'JASPER_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/lib/libjasper_v1.900.1.a";' export 'JASPER_LIB;' 'JASPER_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/thirdParty";' export 'JASPER_SRC;' 'JASPER_VER="v1.900.1";' export 'JASPER_VER;' '__LMOD_REF_COUNT_LD_LIBRARY_PATH="/apps/netcdf/4.7.0/intel/18.0.5.274/lib:1;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib:1;/apps/slurm/default/lib:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/lib/intel64:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:2;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:2;/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/libipt/intel64/lib:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4:1";' export '__LMOD_REF_COUNT_LD_LIBRARY_PATH;' 'LD_LIBRARY_PATH="/apps/netcdf/4.7.0/intel/18.0.5.274/lib:/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib::/apps/slurm/default/lib:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/lib/intel64:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/libipt/intel64/lib:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4";' export 'LD_LIBRARY_PATH;' '__LMOD_REF_COUNT_LIBRARY_PATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:2;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4:1";' export '__LMOD_REF_COUNT_LIBRARY_PATH;' 'LIBRARY_PATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4";' export 'LIBRARY_PATH;' 'LIB_NAME="POST";' export 'LIB_NAME;' 'LMOD_FAMILY_COMPILER="intel";' export 'LMOD_FAMILY_COMPILER;' 'LMOD_FAMILY_COMPILER_VERSION="18.0.5.274";' export 'LMOD_FAMILY_COMPILER_VERSION;' 'LMOD_FAMILY_MPI="impi";' export 'LMOD_FAMILY_MPI;' 'LMOD_FAMILY_MPI_VERSION="2018.0.4";' export 'LMOD_FAMILY_MPI_VERSION;' '__LMOD_REF_COUNT_LOADEDMODULES="contrib:1;sutils/default:1;intel/18.0.5.274:1;impi/2018.0.4:1;netcdf/4.7.0:1;bacio/2.0.3:1;ip/3.0.2:1;nemsio/2.2.4:1;sp/2.0.3:1;w3emc/2.3.1:1;w3nco/2.0.7:1;g2/3.1.1:1;g2tmpl/1.6.0:1;crtm/2.2.6:1;jasper/1.900.1:1;png/1.2.44:1;z/1.2.11:1;post/8.0.1:1;esmf/8.0.0:1;cmake/3.9.0:1;fv3:1";' export '__LMOD_REF_COUNT_LOADEDMODULES;' 'LOADEDMODULES="contrib:sutils/default:intel/18.0.5.274:impi/2018.0.4:netcdf/4.7.0:bacio/2.0.3:ip/3.0.2:nemsio/2.2.4:sp/2.0.3:w3emc/2.3.1:w3nco/2.0.7:g2/3.1.1:g2tmpl/1.6.0:crtm/2.2.6:jasper/1.900.1:png/1.2.44:z/1.2.11:post/8.0.1:esmf/8.0.0:cmake/3.9.0:fv3";' export 'LOADEDMODULES;' '__LMOD_REF_COUNT_MANPATH="/apps/netcdf/4.7.0/intel/18.0.5.274/share/man:1;/apps/intel/compilers_and_libraries_2018/linux/mpi/man:1;/apps/intel/parallel_studio_xe_2018.4.057/man/common:1;/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/man:1;/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/man:1;/apps/lmod/lmod/share/man:1;/apps/local/man:1;/apps/slurm/default/share/man:1;/apps/slurm/tools/sbank/share/man:1";' export '__LMOD_REF_COUNT_MANPATH;' 'MANPATH="/apps/netcdf/4.7.0/intel/18.0.5.274/share/man:/apps/intel/compilers_and_libraries_2018/linux/mpi/man:/apps/intel/parallel_studio_xe_2018.4.057/man/common:/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/man:/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/man:/apps/lmod/lmod/share/man::/apps/local/man:/apps/slurm/default/share/man:/apps/slurm/tools/sbank/share/man";' export 'MANPATH;' '__LMOD_REF_COUNT_MODULEPATH="/contrib/modulefiles:3;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:2;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1;/apps/modules/modulefamilies/intel:1;/apps/modules/modulefamilies/intel_impi:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles:1";' export '__LMOD_REF_COUNT_MODULEPATH;' 'MODULEPATH="/contrib/modulefiles:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles:/apps/modules/modulefamilies/intel:/apps/modules/modulefamilies/intel_impi:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles";' export 'MODULEPATH;' 'MPM_LAUNCHER="/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/mpm/mic/bin/start_mpm.sh";' export 'MPM_LAUNCHER;' 'NCEPLIBS="/scratch2/NCEPDEV/nwprod/NCEPLIBS";' export 'NCEPLIBS;' 'NEMSIO_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/nemsio_v2.2.4";' export 'NEMSIO_INC;' 'NEMSIO_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libnemsio_v2.2.4.a";' export 'NEMSIO_LIB;' 'NEMSIO_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/nemsio_v2.2.4";' export 'NEMSIO_SRC;' 'NEMSIO_VER="v2.2.4";' export 'NEMSIO_VER;' 'NETCDF="/apps/netcdf/4.7.0/intel/18.0.5.274";' export 'NETCDF;' '__LMOD_REF_COUNT_NLSPATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64/locale/%l_%t/%N:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin/locale/%l_%t/%N:1;/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/intel64/share/locale/%l_%t/%N:1";' export '__LMOD_REF_COUNT_NLSPATH;' 'NLSPATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64/locale/%l_%t/%N:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin/locale/%l_%t/%N:/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/intel64/share/locale/%l_%t/%N";' export 'NLSPATH;' '__LMOD_REF_COUNT_PATH="/contrib/cmake/3.9.0/bin:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/bin:1;/apps/netcdf/4.7.0/intel/18.0.5.274/bin:1;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/bin/intel64:1;/contrib/sutils/bin:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:1;/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/opt/ibutils/bin:1;/apps/local/bin:1;/apps/local/sbin:1;/apps/slurm/default/tools:1;/apps/slurm/default/bin:1;/apps/slurm/default/sbin:1;/apps/slurm/tools/sbank/bin:1;/home/Dusan.Jovic/bin:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/dbrowse:1";' export '__LMOD_REF_COUNT_PATH;' 'PATH="/contrib/cmake/3.9.0/bin:/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/bin:/apps/netcdf/4.7.0/intel/18.0.5.274/bin:/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/bin/intel64:/contrib/sutils/bin:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/opt/ibutils/bin:/apps/local/bin:/apps/local/sbin:/apps/slurm/default/tools:/apps/slurm/default/bin:/apps/slurm/default/sbin:/apps/slurm/tools/sbank/bin:/home/Dusan.Jovic/bin:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/dbrowse";' export 'PATH;' '__LMOD_REF_COUNT_PKG_CONFIG_PATH="/apps/intel/compilers_and_libraries_2018/linux/mkl/bin/pkgconfig:1";' export '__LMOD_REF_COUNT_PKG_CONFIG_PATH;' 'PKG_CONFIG_PATH="/apps/intel/compilers_and_libraries_2018/linux/mkl/bin/pkgconfig";' export 'PKG_CONFIG_PATH;' 'PNG_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/png_v1.2.44";' export 'PNG_INC;' 'PNG_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libpng_v1.2.44.a";' export 'PNG_LIB;' 'PNG_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/thirdParty";' export 'PNG_SRC;' 'PNG_VER="v1.2.44";' export 'PNG_VER;' 'POST_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ncep_post_v8.0.1_4";' export 'POST_INC;' 'POST_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libncep_post_v8.0.1_4.a";' export 'POST_LIB;' 'POST_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/post_v8.0.1";' export 'POST_SRC;' 'POST_VER="v8.0.1";' export 'POST_VER;' 'SLURM_UTILS_PATH="/contrib/sutils/bin";' export 'SLURM_UTILS_PATH;' 'SP_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_4.a";' export 'SP_LIB4;' 'SP_LIB8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_8.a";' export 'SP_LIB8;' 'SP_LIBd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_d.a";' export 'SP_LIBd;' 'SP_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/sp_v2.0.3";' export 'SP_SRC;' 'SP_VER="v2.0.3";' export 'SP_VER;' 'W3EMC_INC4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/w3emc_v2.3.1_4";' export 'W3EMC_INC4;' 'W3EMC_INC8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/w3emc_v2.3.1_8";' export 'W3EMC_INC8;' 'W3EMC_INCd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/w3emc_v2.3.1_d";' export 'W3EMC_INCd;' 'W3EMC_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_4.a";' export 'W3EMC_LIB4;' 'W3EMC_LIB8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_8.a";' export 'W3EMC_LIB8;' 'W3EMC_LIBd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_d.a";' export 'W3EMC_LIBd;' 'W3EMC_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/w3emc_v2.3.1";' export 'W3EMC_SRC;' 'W3EMC_VER="v2.3.1";' export 'W3EMC_VER;' 'W3NCO_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_4.a";' export 'W3NCO_LIB4;' 'W3NCO_LIB8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_8.a";' export 'W3NCO_LIB8;' 'W3NCO_LIBd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_d.a";' export 'W3NCO_LIBd;' 'W3NCO_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/w3nco_v2.0.7";' export 'W3NCO_SRC;' 'W3NCO_VER="v2.0.7";' export 'W3NCO_VER;' 'Z_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/z_v1.2.11";' export 'Z_INC;' 'Z_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libz_v1.2.11.a";' export 'Z_LIB;' 'Z_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/thirdParty";' export 'Z_SRC;' 'Z_VER="v1.2.11";' export 'Z_VER;' '__LMOD_REF_COUNT__LMFILES_="/apps/modules/modulefiles/contrib:1;/contrib/modulefiles/sutils/default:1;/apps/modules/modulefiles/intel/18.0.5.274:1;/apps/modules/modulefamilies/intel/impi/2018.0.4:1;/apps/modules/modulefamilies/intel/netcdf/4.7.0:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/bacio/2.0.3:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/ip/3.0.2:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/nemsio/2.2.4:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/sp/2.0.3:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3emc/2.3.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3nco/2.0.7:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2/3.1.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2tmpl/1.6.0:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/crtm/2.2.6:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/jasper/1.900.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/png/1.2.44:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/z/1.2.11:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/post/8.0.1:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles/esmf/8.0.0:1;/contrib/modulefiles/cmake/3.9.0:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel/fv3:1";' export '__LMOD_REF_COUNT__LMFILES_;' '_LMFILES_="/apps/modules/modulefiles/contrib:/contrib/modulefiles/sutils/default:/apps/modules/modulefiles/intel/18.0.5.274:/apps/modules/modulefamilies/intel/impi/2018.0.4:/apps/modules/modulefamilies/intel/netcdf/4.7.0:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/bacio/2.0.3:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/ip/3.0.2:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/nemsio/2.2.4:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/sp/2.0.3:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3emc/2.3.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3nco/2.0.7:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2/3.1.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2tmpl/1.6.0:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/crtm/2.2.6:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/jasper/1.900.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/png/1.2.44:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/z/1.2.11:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/post/8.0.1:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles/esmf/8.0.0:/contrib/modulefiles/cmake/3.9.0:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel/fv3";' export '_LMFILES_;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJpbXBpIix9LG1UPXtiYWNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvYmFjaW8vMi4wLjMiLFsiZnVsbE5hbWUiXT0iYmFjaW8vMi4wLjMiLFsibG9hZE9yZGVyIl09Nixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJiYWNpby8yLjAuMyIsfSxjbWFrZT17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9jbWFrZS8zLjkuMCIsWyJmdWxs";' export '_ModuleTable001_;' '_ModuleTable002_="TmFtZSJdPSJjbWFrZS8zLjkuMCIsWyJsb2FkT3JkZXIiXT0yMCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjbWFrZS8zLjkuMCIsfSxjb250cmliPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvY29udHJpYiIsWyJmdWxsTmFtZSJdPSJjb250cmliIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY29udHJpYiIsfSxjcnRtPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9jcnRtLzIuMi42IixbImZ1bGxOYW1lIl09ImNydG0vMi4yLjYiLFsibG9hZE9yZGVy";' export '_ModuleTable002_;' '_ModuleTable003_="Il09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL2Z2My1jYW0vRHVzYW4uSm92aWMvdWZzL3ByMTgvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvaGVyYS5pbnRlbC9mdjMiLFsi";' export '_ModuleTable003_;' '_ModuleTable004_="ZnVsbE5hbWUiXT0iZnYzIixbImxvYWRPcmRlciJdPTIxLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTAsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImZ2MyIsfSxnMj17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzIvMy4xLjEiLFsiZnVsbE5hbWUiXT0iZzIvMy4xLjEiLFsibG9hZE9yZGVyIl09MTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZzIvMy4xLjEiLH0sZzJ0bXBsPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9nMnRtcGwvMS42LjAiLFsiZnVsbE5hbWUiXT0iZzJ0bXBsLzEuNi4w";' export '_ModuleTable004_;' '_ModuleTable005_="IixbImxvYWRPcmRlciJdPTEzLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcydG1wbC8xLjYuMCIsfSxpbXBpPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwvaW1waS8yMDE4LjAuNCIsWyJmdWxsTmFtZSJdPSJpbXBpLzIwMTguMC40IixbImxvYWRPcmRlciJdPTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW1waS8yMDE4LjAuNCIsfSxpbnRlbD17WyJmbiJdPSIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL2ludGVsLzE4LjAuNS4yNzQiLFsiZnVsbE5hbWUiXT0iaW50ZWwvMTguMC41LjI3NCIsWyJsb2FkT3JkZXIi";' export '_ModuleTable005_;' '_ModuleTable006_="XT0zLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImludGVsLzE4LjAuNS4yNzQiLH0saXA9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2lwLzMuMC4yIixbImZ1bGxOYW1lIl09ImlwLzMuMC4yIixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaXAvMy4wLjIiLH0samFzcGVyPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9qYXNwZXIvMS45MDAuMSIsWyJmdWxsTmFtZSJdPSJqYXNwZXIvMS45MDAuMSIsWyJsb2FkT3JkZXIi";' export '_ModuleTable006_;' '_ModuleTable007_="XT0xNSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJqYXNwZXIvMS45MDAuMSIsfSxuZW1zaW89e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL25lbXNpby8yLjIuNCIsWyJmdWxsTmFtZSJdPSJuZW1zaW8vMi4yLjQiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZW1zaW8vMi4yLjQiLH0sbmV0Y2RmPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwvbmV0Y2RmLzQuNy4wIixbImZ1bGxOYW1lIl09Im5ldGNkZi80LjcuMCIsWyJsb2FkT3JkZXIi";' export '_ModuleTable007_;' '_ModuleTable008_="XT01LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5ldGNkZi80LjcuMCIsfSxwbmc9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3BuZy8xLjIuNDQiLFsiZnVsbE5hbWUiXT0icG5nLzEuMi40NCIsWyJsb2FkT3JkZXIiXT0xNixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJwbmcvMS4yLjQ0Iix9LHBvc3Q9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3Bvc3QvOC4wLjEiLFsiZnVsbE5hbWUiXT0icG9zdC84LjAuMSIsWyJsb2FkT3JkZXIiXT0xOCxw";' export '_ModuleTable008_;' '_ModuleTable009_="cm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJwb3N0LzguMC4xIix9LHNwPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9zcC8yLjAuMyIsWyJmdWxsTmFtZSJdPSJzcC8yLjAuMyIsWyJsb2FkT3JkZXIiXT05LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InNwLzIuMC4zIix9LHN1dGlscz17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9zdXRpbHMvZGVmYXVsdCIsWyJmdWxsTmFtZSJdPSJzdXRpbHMvZGVmYXVsdCIsWyJsb2FkT3JkZXIiXT0yLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0";' export '_ModuleTable009_;' '_ModuleTable010_="dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InN1dGlscyIsfSx3M2VtYz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNlbWMvMi4zLjEiLFsiZnVsbE5hbWUiXT0idzNlbWMvMi4zLjEiLFsibG9hZE9yZGVyIl09MTAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNlbWMvMi4zLjEiLH0sdzNuY289e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czbmNvLzIuMC43IixbImZ1bGxOYW1lIl09InczbmNvLzIuMC43IixbImxvYWRPcmRlciJdPTExLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMi";' export '_ModuleTable010_;' '_ModuleTable011_="XT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHo9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3ovMS4yLjExIixbImZ1bGxOYW1lIl09InovMS4yLjExIixbImxvYWRPcmRlciJdPTE3LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InovMS4yLjExIix9LH0sbXBhdGhBPXsiL2NvbnRyaWIvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDIvTkNFUERFVi9mdjMtY2FtL0R1c2FuLkpvdmljL3Vmcy9wcjE4L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL2hlcmEuaW50ZWwiLCIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi9hcHBz";' export '_ModuleTable011_;' '_ModuleTable012_="L21vZHVsZXMvbW9kdWxlZmlsZXMvTGludXgiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L2NyYXlwZS9kZWZhdWx0L21vZHVsZWZpbGVzIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbCIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWxfaW1waSIsIi9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcyIsIi9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmU6L2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9M";' export '_ModuleTable012_;' '_ModuleTable013_="aW51eDovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzOi9vcHQvY3JheS9tb2R1bGVmaWxlczovb3B0L2NyYXkvY3JheXBlL2RlZmF1bHQvbW9kdWxlZmlsZXMiLH0=";' export '_ModuleTable013_;' '_ModuleTable_Sz_="13";' export '_ModuleTable_Sz_;' -++ BACIO_LIB4=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libbacio_v2.0.3_4.a -++ export BACIO_LIB4 -++ BACIO_LIB8=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libbacio_v2.0.3_8.a -++ export BACIO_LIB8 -++ BACIO_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/bacio_v2.0.3 -++ export BACIO_SRC -++ BACIO_VER=v2.0.3 -++ export BACIO_VER -++ __LMOD_REF_COUNT_CLASSPATH='/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/mpi.jar:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/daal.jar:1' -++ export __LMOD_REF_COUNT_CLASSPATH -++ CLASSPATH=/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/mpi.jar:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/daal.jar -++ export CLASSPATH -++ CMAKE_CXX_COMPILER=mpiicpc -++ export CMAKE_CXX_COMPILER -++ CMAKE_C_COMPILER=mpiicc -++ export CMAKE_C_COMPILER -++ CMAKE_Fortran_COMPILER=mpiifort -++ export CMAKE_Fortran_COMPILER -++ CMAKE_Platform=hera.intel -++ export CMAKE_Platform -++ COMP=intel -++ export COMP -++ __LMOD_REF_COUNT_CPATH='/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/include:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/include:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/pstl/include:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/include:2;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/include:1' -++ export __LMOD_REF_COUNT_CPATH -++ CPATH=/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/include:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/include:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/pstl/include:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/include:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/include -++ export CPATH -++ CRTM_FIX=/scratch2/NCEPDEV/nwprod/NCEPLIBS/fix/crtm_v2.2.6 -++ export CRTM_FIX -++ CRTM_INC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/crtm_v2.2.6 -++ export CRTM_INC -++ CRTM_LIB=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libcrtm_v2.2.6.a -++ export CRTM_LIB -++ CRTM_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/crtm_v2.2.6 -++ export CRTM_SRC -++ CRTM_VER=v2.2.6 -++ export CRTM_VER -++ ESMFMKFILE=/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/lib/esmf.mk -++ export ESMFMKFILE -++ G2TMPL_INC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/g2tmpl_v1.6.0 -++ export G2TMPL_INC -++ G2TMPL_LIB=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2tmpl_v1.6.0.a -++ export G2TMPL_LIB -++ G2TMPL_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/g2tmpl_v1.6.0/src -++ export G2TMPL_SRC -++ G2TMPL_VER=v1.6.0 -++ export G2TMPL_VER -++ G2_INC4=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/g2_v3.1.1_4 -++ export G2_INC4 -++ G2_INCd=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/g2_v3.1.1_d -++ export G2_INCd -++ G2_LIB4=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2_v3.1.1_4.a -++ export G2_LIB4 -++ G2_LIBd=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2_v3.1.1_d.a -++ export G2_LIBd -++ G2_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/g2_v3.1.1 -++ export G2_SRC -++ G2_VER=v3.1.1 -++ export G2_VER -++ GDBSERVER_MIC=/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/targets/intel64/x200/bin/gdbserver -++ export GDBSERVER_MIC -++ GDB_CROSS=/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/intel64/bin/gdb-ia -++ export GDB_CROSS -++ __LMOD_REF_COUNT_INFOPATH='/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/info:1;/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/info:1' -++ export __LMOD_REF_COUNT_INFOPATH -++ INFOPATH=/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/info:/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/info -++ export INFOPATH -++ __LMOD_REF_COUNT_INTEL_LICENSE_FILE='/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/licenses:1;/apps/intel/licenses:1' -++ export __LMOD_REF_COUNT_INTEL_LICENSE_FILE -++ INTEL_LICENSE_FILE=/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/licenses:/apps/intel/licenses -++ export INTEL_LICENSE_FILE -++ INTEL_PYTHONHOME=/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/python/intel64/ -++ export INTEL_PYTHONHOME -++ IPATH_NO_BACKTRACE=1 -++ export IPATH_NO_BACKTRACE -++ IP_INC4=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ip_v3.0.2_4 -++ export IP_INC4 -++ IP_INC8=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ip_v3.0.2_8 -++ export IP_INC8 -++ IP_INCd=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ip_v3.0.2_d -++ export IP_INCd -++ IP_LIB4=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libip_v3.0.2_4.a -++ export IP_LIB4 -++ IP_LIB8=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libip_v3.0.2_8.a -++ export IP_LIB8 -++ IP_LIBd=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libip_v3.0.2_d.a -++ export IP_LIBd -++ IP_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/ip_v3.0.2 -++ export IP_SRC -++ IP_VER=v3.0.2 -++ export IP_VER -++ I_MPI_CC=icc -++ export I_MPI_CC -++ I_MPI_F90=ifort -++ export I_MPI_F90 -++ I_MPI_HYDRA_BRANCH_COUNT=128 -++ export I_MPI_HYDRA_BRANCH_COUNT -++ I_MPI_HYDRA_PMI_CONNECT=alltoall -++ export I_MPI_HYDRA_PMI_CONNECT -++ I_MPI_ROOT=/apps/intel/compilers_and_libraries_2018/linux/mpi -++ export I_MPI_ROOT -++ I_MPI_TMI_PROVIDER=psm -++ export I_MPI_TMI_PROVIDER -++ JASPER_INC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/include/jasper_v1.900.1 -++ export JASPER_INC -++ JASPER_LIB=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/lib/libjasper_v1.900.1.a -++ export JASPER_LIB -++ JASPER_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/thirdParty -++ export JASPER_SRC -++ JASPER_VER=v1.900.1 -++ export JASPER_VER -++ __LMOD_REF_COUNT_LD_LIBRARY_PATH='/apps/netcdf/4.7.0/intel/18.0.5.274/lib:1;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib:1;/apps/slurm/default/lib:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/lib/intel64:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:2;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:2;/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/libipt/intel64/lib:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4:1' -++ export __LMOD_REF_COUNT_LD_LIBRARY_PATH -++ LD_LIBRARY_PATH=/apps/netcdf/4.7.0/intel/18.0.5.274/lib:/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib::/apps/slurm/default/lib:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/lib/intel64:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/libipt/intel64/lib:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4 -++ export LD_LIBRARY_PATH -++ __LMOD_REF_COUNT_LIBRARY_PATH='/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:2;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4:1' -++ export __LMOD_REF_COUNT_LIBRARY_PATH -++ LIBRARY_PATH=/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4 -++ export LIBRARY_PATH -++ LIB_NAME=POST -++ export LIB_NAME -++ LMOD_FAMILY_COMPILER=intel -++ export LMOD_FAMILY_COMPILER -++ LMOD_FAMILY_COMPILER_VERSION=18.0.5.274 -++ export LMOD_FAMILY_COMPILER_VERSION -++ LMOD_FAMILY_MPI=impi -++ export LMOD_FAMILY_MPI -++ LMOD_FAMILY_MPI_VERSION=2018.0.4 -++ export LMOD_FAMILY_MPI_VERSION -++ __LMOD_REF_COUNT_LOADEDMODULES='contrib:1;sutils/default:1;intel/18.0.5.274:1;impi/2018.0.4:1;netcdf/4.7.0:1;bacio/2.0.3:1;ip/3.0.2:1;nemsio/2.2.4:1;sp/2.0.3:1;w3emc/2.3.1:1;w3nco/2.0.7:1;g2/3.1.1:1;g2tmpl/1.6.0:1;crtm/2.2.6:1;jasper/1.900.1:1;png/1.2.44:1;z/1.2.11:1;post/8.0.1:1;esmf/8.0.0:1;cmake/3.9.0:1;fv3:1' -++ export __LMOD_REF_COUNT_LOADEDMODULES -++ LOADEDMODULES=contrib:sutils/default:intel/18.0.5.274:impi/2018.0.4:netcdf/4.7.0:bacio/2.0.3:ip/3.0.2:nemsio/2.2.4:sp/2.0.3:w3emc/2.3.1:w3nco/2.0.7:g2/3.1.1:g2tmpl/1.6.0:crtm/2.2.6:jasper/1.900.1:png/1.2.44:z/1.2.11:post/8.0.1:esmf/8.0.0:cmake/3.9.0:fv3 -++ export LOADEDMODULES -++ __LMOD_REF_COUNT_MANPATH='/apps/netcdf/4.7.0/intel/18.0.5.274/share/man:1;/apps/intel/compilers_and_libraries_2018/linux/mpi/man:1;/apps/intel/parallel_studio_xe_2018.4.057/man/common:1;/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/man:1;/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/man:1;/apps/lmod/lmod/share/man:1;/apps/local/man:1;/apps/slurm/default/share/man:1;/apps/slurm/tools/sbank/share/man:1' -++ export __LMOD_REF_COUNT_MANPATH -++ MANPATH=/apps/netcdf/4.7.0/intel/18.0.5.274/share/man:/apps/intel/compilers_and_libraries_2018/linux/mpi/man:/apps/intel/parallel_studio_xe_2018.4.057/man/common:/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/man:/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/man:/apps/lmod/lmod/share/man::/apps/local/man:/apps/slurm/default/share/man:/apps/slurm/tools/sbank/share/man -++ export MANPATH -++ __LMOD_REF_COUNT_MODULEPATH='/contrib/modulefiles:3;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:2;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1;/apps/modules/modulefamilies/intel:1;/apps/modules/modulefamilies/intel_impi:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles:1' -++ export __LMOD_REF_COUNT_MODULEPATH -++ MODULEPATH=/contrib/modulefiles:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles:/apps/modules/modulefamilies/intel:/apps/modules/modulefamilies/intel_impi:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles -++ export MODULEPATH -++ MPM_LAUNCHER=/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/mpm/mic/bin/start_mpm.sh -++ export MPM_LAUNCHER -++ NCEPLIBS=/scratch2/NCEPDEV/nwprod/NCEPLIBS -++ export NCEPLIBS -++ NEMSIO_INC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/nemsio_v2.2.4 -++ export NEMSIO_INC -++ NEMSIO_LIB=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libnemsio_v2.2.4.a -++ export NEMSIO_LIB -++ NEMSIO_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/nemsio_v2.2.4 -++ export NEMSIO_SRC -++ NEMSIO_VER=v2.2.4 -++ export NEMSIO_VER -++ NETCDF=/apps/netcdf/4.7.0/intel/18.0.5.274 -++ export NETCDF -++ __LMOD_REF_COUNT_NLSPATH='/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64/locale/%l_%t/%N:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin/locale/%l_%t/%N:1;/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/intel64/share/locale/%l_%t/%N:1' -++ export __LMOD_REF_COUNT_NLSPATH -++ NLSPATH=/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64/locale/%l_%t/%N:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin/locale/%l_%t/%N:/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/intel64/share/locale/%l_%t/%N -++ export NLSPATH -++ __LMOD_REF_COUNT_PATH='/contrib/cmake/3.9.0/bin:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/bin:1;/apps/netcdf/4.7.0/intel/18.0.5.274/bin:1;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/bin/intel64:1;/contrib/sutils/bin:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:1;/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/opt/ibutils/bin:1;/apps/local/bin:1;/apps/local/sbin:1;/apps/slurm/default/tools:1;/apps/slurm/default/bin:1;/apps/slurm/default/sbin:1;/apps/slurm/tools/sbank/bin:1;/home/Dusan.Jovic/bin:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/dbrowse:1' -++ export __LMOD_REF_COUNT_PATH -++ PATH=/contrib/cmake/3.9.0/bin:/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/bin:/apps/netcdf/4.7.0/intel/18.0.5.274/bin:/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/bin/intel64:/contrib/sutils/bin:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/opt/ibutils/bin:/apps/local/bin:/apps/local/sbin:/apps/slurm/default/tools:/apps/slurm/default/bin:/apps/slurm/default/sbin:/apps/slurm/tools/sbank/bin:/home/Dusan.Jovic/bin:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/dbrowse -++ export PATH -++ __LMOD_REF_COUNT_PKG_CONFIG_PATH=/apps/intel/compilers_and_libraries_2018/linux/mkl/bin/pkgconfig:1 -++ export __LMOD_REF_COUNT_PKG_CONFIG_PATH -++ PKG_CONFIG_PATH=/apps/intel/compilers_and_libraries_2018/linux/mkl/bin/pkgconfig -++ export PKG_CONFIG_PATH -++ PNG_INC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/png_v1.2.44 -++ export PNG_INC -++ PNG_LIB=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libpng_v1.2.44.a -++ export PNG_LIB -++ PNG_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/thirdParty -++ export PNG_SRC -++ PNG_VER=v1.2.44 -++ export PNG_VER -++ POST_INC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ncep_post_v8.0.1_4 -++ export POST_INC -++ POST_LIB=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libncep_post_v8.0.1_4.a -++ export POST_LIB -++ POST_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/post_v8.0.1 -++ export POST_SRC -++ POST_VER=v8.0.1 -++ export POST_VER -++ SLURM_UTILS_PATH=/contrib/sutils/bin -++ export SLURM_UTILS_PATH -++ SP_LIB4=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_4.a -++ export SP_LIB4 -++ SP_LIB8=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_8.a -++ export SP_LIB8 -++ SP_LIBd=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_d.a -++ export SP_LIBd -++ SP_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/sp_v2.0.3 -++ export SP_SRC -++ SP_VER=v2.0.3 -++ export SP_VER -++ W3EMC_INC4=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/w3emc_v2.3.1_4 -++ export W3EMC_INC4 -++ W3EMC_INC8=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/w3emc_v2.3.1_8 -++ export W3EMC_INC8 -++ W3EMC_INCd=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/w3emc_v2.3.1_d -++ export W3EMC_INCd -++ W3EMC_LIB4=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_4.a -++ export W3EMC_LIB4 -++ W3EMC_LIB8=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_8.a -++ export W3EMC_LIB8 -++ W3EMC_LIBd=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_d.a -++ export W3EMC_LIBd -++ W3EMC_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/w3emc_v2.3.1 -++ export W3EMC_SRC -++ W3EMC_VER=v2.3.1 -++ export W3EMC_VER -++ W3NCO_LIB4=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_4.a -++ export W3NCO_LIB4 -++ W3NCO_LIB8=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_8.a -++ export W3NCO_LIB8 -++ W3NCO_LIBd=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_d.a -++ export W3NCO_LIBd -++ W3NCO_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/w3nco_v2.0.7 -++ export W3NCO_SRC -++ W3NCO_VER=v2.0.7 -++ export W3NCO_VER -++ Z_INC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/z_v1.2.11 -++ export Z_INC -++ Z_LIB=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libz_v1.2.11.a -++ export Z_LIB -++ Z_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/thirdParty -++ export Z_SRC -++ Z_VER=v1.2.11 -++ export Z_VER -++ __LMOD_REF_COUNT__LMFILES_='/apps/modules/modulefiles/contrib:1;/contrib/modulefiles/sutils/default:1;/apps/modules/modulefiles/intel/18.0.5.274:1;/apps/modules/modulefamilies/intel/impi/2018.0.4:1;/apps/modules/modulefamilies/intel/netcdf/4.7.0:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/bacio/2.0.3:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/ip/3.0.2:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/nemsio/2.2.4:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/sp/2.0.3:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3emc/2.3.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3nco/2.0.7:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2/3.1.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2tmpl/1.6.0:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/crtm/2.2.6:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/jasper/1.900.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/png/1.2.44:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/z/1.2.11:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/post/8.0.1:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles/esmf/8.0.0:1;/contrib/modulefiles/cmake/3.9.0:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel/fv3:1' -++ export __LMOD_REF_COUNT__LMFILES_ -++ _LMFILES_=/apps/modules/modulefiles/contrib:/contrib/modulefiles/sutils/default:/apps/modules/modulefiles/intel/18.0.5.274:/apps/modules/modulefamilies/intel/impi/2018.0.4:/apps/modules/modulefamilies/intel/netcdf/4.7.0:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/bacio/2.0.3:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/ip/3.0.2:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/nemsio/2.2.4:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/sp/2.0.3:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3emc/2.3.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3nco/2.0.7:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2/3.1.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2tmpl/1.6.0:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/crtm/2.2.6:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/jasper/1.900.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/png/1.2.44:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/z/1.2.11:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/post/8.0.1:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles/esmf/8.0.0:/contrib/modulefiles/cmake/3.9.0:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel/fv3 -++ export _LMFILES_ -++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJpbXBpIix9LG1UPXtiYWNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvYmFjaW8vMi4wLjMiLFsiZnVsbE5hbWUiXT0iYmFjaW8vMi4wLjMiLFsibG9hZE9yZGVyIl09Nixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJiYWNpby8yLjAuMyIsfSxjbWFrZT17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9jbWFrZS8zLjkuMCIsWyJmdWxs -++ export _ModuleTable001_ -++ _ModuleTable002_=TmFtZSJdPSJjbWFrZS8zLjkuMCIsWyJsb2FkT3JkZXIiXT0yMCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjbWFrZS8zLjkuMCIsfSxjb250cmliPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvY29udHJpYiIsWyJmdWxsTmFtZSJdPSJjb250cmliIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY29udHJpYiIsfSxjcnRtPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9jcnRtLzIuMi42IixbImZ1bGxOYW1lIl09ImNydG0vMi4yLjYiLFsibG9hZE9yZGVy -++ export _ModuleTable002_ -++ _ModuleTable003_=Il09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL2Z2My1jYW0vRHVzYW4uSm92aWMvdWZzL3ByMTgvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvaGVyYS5pbnRlbC9mdjMiLFsi -++ export _ModuleTable003_ -++ _ModuleTable004_=ZnVsbE5hbWUiXT0iZnYzIixbImxvYWRPcmRlciJdPTIxLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTAsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImZ2MyIsfSxnMj17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzIvMy4xLjEiLFsiZnVsbE5hbWUiXT0iZzIvMy4xLjEiLFsibG9hZE9yZGVyIl09MTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZzIvMy4xLjEiLH0sZzJ0bXBsPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9nMnRtcGwvMS42LjAiLFsiZnVsbE5hbWUiXT0iZzJ0bXBsLzEuNi4w -++ export _ModuleTable004_ -++ _ModuleTable005_=IixbImxvYWRPcmRlciJdPTEzLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcydG1wbC8xLjYuMCIsfSxpbXBpPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwvaW1waS8yMDE4LjAuNCIsWyJmdWxsTmFtZSJdPSJpbXBpLzIwMTguMC40IixbImxvYWRPcmRlciJdPTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW1waS8yMDE4LjAuNCIsfSxpbnRlbD17WyJmbiJdPSIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL2ludGVsLzE4LjAuNS4yNzQiLFsiZnVsbE5hbWUiXT0iaW50ZWwvMTguMC41LjI3NCIsWyJsb2FkT3JkZXIi -++ export _ModuleTable005_ -++ _ModuleTable006_=XT0zLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImludGVsLzE4LjAuNS4yNzQiLH0saXA9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2lwLzMuMC4yIixbImZ1bGxOYW1lIl09ImlwLzMuMC4yIixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaXAvMy4wLjIiLH0samFzcGVyPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9qYXNwZXIvMS45MDAuMSIsWyJmdWxsTmFtZSJdPSJqYXNwZXIvMS45MDAuMSIsWyJsb2FkT3JkZXIi -++ export _ModuleTable006_ -++ _ModuleTable007_=XT0xNSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJqYXNwZXIvMS45MDAuMSIsfSxuZW1zaW89e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL25lbXNpby8yLjIuNCIsWyJmdWxsTmFtZSJdPSJuZW1zaW8vMi4yLjQiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZW1zaW8vMi4yLjQiLH0sbmV0Y2RmPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwvbmV0Y2RmLzQuNy4wIixbImZ1bGxOYW1lIl09Im5ldGNkZi80LjcuMCIsWyJsb2FkT3JkZXIi -++ export _ModuleTable007_ -++ _ModuleTable008_=XT01LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5ldGNkZi80LjcuMCIsfSxwbmc9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3BuZy8xLjIuNDQiLFsiZnVsbE5hbWUiXT0icG5nLzEuMi40NCIsWyJsb2FkT3JkZXIiXT0xNixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJwbmcvMS4yLjQ0Iix9LHBvc3Q9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3Bvc3QvOC4wLjEiLFsiZnVsbE5hbWUiXT0icG9zdC84LjAuMSIsWyJsb2FkT3JkZXIiXT0xOCxw -++ export _ModuleTable008_ -++ _ModuleTable009_=cm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJwb3N0LzguMC4xIix9LHNwPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9zcC8yLjAuMyIsWyJmdWxsTmFtZSJdPSJzcC8yLjAuMyIsWyJsb2FkT3JkZXIiXT05LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InNwLzIuMC4zIix9LHN1dGlscz17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9zdXRpbHMvZGVmYXVsdCIsWyJmdWxsTmFtZSJdPSJzdXRpbHMvZGVmYXVsdCIsWyJsb2FkT3JkZXIiXT0yLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0 -++ export _ModuleTable009_ -++ _ModuleTable010_=dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InN1dGlscyIsfSx3M2VtYz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNlbWMvMi4zLjEiLFsiZnVsbE5hbWUiXT0idzNlbWMvMi4zLjEiLFsibG9hZE9yZGVyIl09MTAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNlbWMvMi4zLjEiLH0sdzNuY289e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czbmNvLzIuMC43IixbImZ1bGxOYW1lIl09InczbmNvLzIuMC43IixbImxvYWRPcmRlciJdPTExLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMi -++ export _ModuleTable010_ -++ _ModuleTable011_=XT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHo9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3ovMS4yLjExIixbImZ1bGxOYW1lIl09InovMS4yLjExIixbImxvYWRPcmRlciJdPTE3LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InovMS4yLjExIix9LH0sbXBhdGhBPXsiL2NvbnRyaWIvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDIvTkNFUERFVi9mdjMtY2FtL0R1c2FuLkpvdmljL3Vmcy9wcjE4L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL2hlcmEuaW50ZWwiLCIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi9hcHBz -++ export _ModuleTable011_ -++ _ModuleTable012_=L21vZHVsZXMvbW9kdWxlZmlsZXMvTGludXgiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L2NyYXlwZS9kZWZhdWx0L21vZHVsZWZpbGVzIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbCIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWxfaW1waSIsIi9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcyIsIi9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmU6L2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9M -++ export _ModuleTable012_ -++ _ModuleTable013_=aW51eDovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzOi9vcHQvY3JheS9tb2R1bGVmaWxlczovb3B0L2NyYXkvY3JheXBlL2RlZmF1bHQvbW9kdWxlZmlsZXMiLH0= -++ export _ModuleTable013_ -++ _ModuleTable_Sz_=13 -++ export _ModuleTable_Sz_ -++ : -s sh -+ eval -+ module list -++ /apps/lmod/7.7.18/libexec/lmod bash list -+ eval echo ''\'''\'';' echo ''\''Currently'\''' ''\''Loaded'\''' ''\''Modules:'\'';' echo ''\'''\''' ''\'''\''' ''\''1)'\''' ''\''contrib'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''7)'\''' ''\''ip/3.0.2'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''13)'\''' ''\''g2tmpl/1.6.0'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''19)'\''' ''\''esmf/8.0.0'\'';' echo ''\'''\''' ''\'''\''' ''\''2)'\''' ''\''sutils/default'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''8)'\''' ''\''nemsio/2.2.4'\''' ''\'''\''' ''\''14)'\''' ''\''crtm/2.2.6'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''20)'\''' ''\''cmake/3.9.0'\'';' echo ''\'''\''' ''\'''\''' ''\''3)'\''' ''\''intel/18.0.5.274'\''' ''\'''\''' ''\'''\''' ''\''9)'\''' ''\''sp/2.0.3'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''15)'\''' ''\''jasper/1.900.1'\''' ''\'''\''' ''\''21)'\''' ''\''fv3'\'';' echo ''\'''\''' ''\'''\''' ''\''4)'\''' ''\''impi/2018.0.4'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''10)'\''' ''\''w3emc/2.3.1'\''' ''\'''\''' ''\'''\''' ''\''16)'\''' ''\''png/1.2.44'\'';' echo ''\'''\''' ''\'''\''' ''\''5)'\''' ''\''netcdf/4.7.0'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''11)'\''' ''\''w3nco/2.0.7'\''' ''\'''\''' ''\'''\''' ''\''17)'\''' ''\''z/1.2.11'\'';' echo ''\'''\''' ''\'''\''' ''\''6)'\''' ''\''bacio/2.0.3'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''12)'\''' ''\''g2/3.1.1'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''18)'\''' ''\''post/8.0.1'\'';' echo ''\'''\'';' echo ''\'''\''' ''\'''\'';' echo ''\'''\'';' 'MODULEPATH="/contrib/modulefiles:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles:/apps/modules/modulefamilies/intel:/apps/modules/modulefamilies/intel_impi:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles";' export 'MODULEPATH;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJpbXBpIix9LG1UPXtiYWNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvYmFjaW8vMi4wLjMiLFsiZnVsbE5hbWUiXT0iYmFjaW8vMi4wLjMiLFsibG9hZE9yZGVyIl09Nixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJiYWNpby8yLjAuMyIsfSxjbWFrZT17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9jbWFrZS8zLjkuMCIsWyJmdWxs";' export '_ModuleTable001_;' '_ModuleTable002_="TmFtZSJdPSJjbWFrZS8zLjkuMCIsWyJsb2FkT3JkZXIiXT0yMCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjbWFrZS8zLjkuMCIsfSxjb250cmliPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvY29udHJpYiIsWyJmdWxsTmFtZSJdPSJjb250cmliIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY29udHJpYiIsfSxjcnRtPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9jcnRtLzIuMi42IixbImZ1bGxOYW1lIl09ImNydG0vMi4yLjYiLFsibG9hZE9yZGVy";' export '_ModuleTable002_;' '_ModuleTable003_="Il09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL2Z2My1jYW0vRHVzYW4uSm92aWMvdWZzL3ByMTgvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvaGVyYS5pbnRlbC9mdjMiLFsi";' export '_ModuleTable003_;' '_ModuleTable004_="ZnVsbE5hbWUiXT0iZnYzIixbImxvYWRPcmRlciJdPTIxLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTAsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImZ2MyIsfSxnMj17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzIvMy4xLjEiLFsiZnVsbE5hbWUiXT0iZzIvMy4xLjEiLFsibG9hZE9yZGVyIl09MTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZzIvMy4xLjEiLH0sZzJ0bXBsPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9nMnRtcGwvMS42LjAiLFsiZnVsbE5hbWUiXT0iZzJ0bXBsLzEuNi4w";' export '_ModuleTable004_;' '_ModuleTable005_="IixbImxvYWRPcmRlciJdPTEzLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcydG1wbC8xLjYuMCIsfSxpbXBpPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwvaW1waS8yMDE4LjAuNCIsWyJmdWxsTmFtZSJdPSJpbXBpLzIwMTguMC40IixbImxvYWRPcmRlciJdPTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW1waS8yMDE4LjAuNCIsfSxpbnRlbD17WyJmbiJdPSIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL2ludGVsLzE4LjAuNS4yNzQiLFsiZnVsbE5hbWUiXT0iaW50ZWwvMTguMC41LjI3NCIsWyJsb2FkT3JkZXIi";' export '_ModuleTable005_;' '_ModuleTable006_="XT0zLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImludGVsLzE4LjAuNS4yNzQiLH0saXA9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2lwLzMuMC4yIixbImZ1bGxOYW1lIl09ImlwLzMuMC4yIixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaXAvMy4wLjIiLH0samFzcGVyPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9qYXNwZXIvMS45MDAuMSIsWyJmdWxsTmFtZSJdPSJqYXNwZXIvMS45MDAuMSIsWyJsb2FkT3JkZXIi";' export '_ModuleTable006_;' '_ModuleTable007_="XT0xNSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJqYXNwZXIvMS45MDAuMSIsfSxuZW1zaW89e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL25lbXNpby8yLjIuNCIsWyJmdWxsTmFtZSJdPSJuZW1zaW8vMi4yLjQiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZW1zaW8vMi4yLjQiLH0sbmV0Y2RmPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwvbmV0Y2RmLzQuNy4wIixbImZ1bGxOYW1lIl09Im5ldGNkZi80LjcuMCIsWyJsb2FkT3JkZXIi";' export '_ModuleTable007_;' '_ModuleTable008_="XT01LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5ldGNkZi80LjcuMCIsfSxwbmc9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3BuZy8xLjIuNDQiLFsiZnVsbE5hbWUiXT0icG5nLzEuMi40NCIsWyJsb2FkT3JkZXIiXT0xNixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJwbmcvMS4yLjQ0Iix9LHBvc3Q9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3Bvc3QvOC4wLjEiLFsiZnVsbE5hbWUiXT0icG9zdC84LjAuMSIsWyJsb2FkT3JkZXIiXT0xOCxw";' export '_ModuleTable008_;' '_ModuleTable009_="cm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJwb3N0LzguMC4xIix9LHNwPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9zcC8yLjAuMyIsWyJmdWxsTmFtZSJdPSJzcC8yLjAuMyIsWyJsb2FkT3JkZXIiXT05LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InNwLzIuMC4zIix9LHN1dGlscz17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9zdXRpbHMvZGVmYXVsdCIsWyJmdWxsTmFtZSJdPSJzdXRpbHMvZGVmYXVsdCIsWyJsb2FkT3JkZXIiXT0yLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0";' export '_ModuleTable009_;' '_ModuleTable010_="dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InN1dGlscyIsfSx3M2VtYz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNlbWMvMi4zLjEiLFsiZnVsbE5hbWUiXT0idzNlbWMvMi4zLjEiLFsibG9hZE9yZGVyIl09MTAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNlbWMvMi4zLjEiLH0sdzNuY289e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czbmNvLzIuMC43IixbImZ1bGxOYW1lIl09InczbmNvLzIuMC43IixbImxvYWRPcmRlciJdPTExLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMi";' export '_ModuleTable010_;' '_ModuleTable011_="XT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHo9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3ovMS4yLjExIixbImZ1bGxOYW1lIl09InovMS4yLjExIixbImxvYWRPcmRlciJdPTE3LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InovMS4yLjExIix9LH0sbXBhdGhBPXsiL2NvbnRyaWIvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDIvTkNFUERFVi9mdjMtY2FtL0R1c2FuLkpvdmljL3Vmcy9wcjE4L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL2hlcmEuaW50ZWwiLCIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi9hcHBz";' export '_ModuleTable011_;' '_ModuleTable012_="L21vZHVsZXMvbW9kdWxlZmlsZXMvTGludXgiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L2NyYXlwZS9kZWZhdWx0L21vZHVsZWZpbGVzIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbCIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWxfaW1waSIsIi9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcyIsIi9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmU6L2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9M";' export '_ModuleTable012_;' '_ModuleTable013_="aW51eDovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzOi9vcHQvY3JheS9tb2R1bGVmaWxlczovb3B0L2NyYXkvY3JheXBlL2RlZmF1bHQvbW9kdWxlZmlsZXMiLH0=";' export '_ModuleTable013_;' '_ModuleTable_Sz_="13";' export '_ModuleTable_Sz_;' -++ echo '' - -++ echo Currently Loaded Modules: -Currently Loaded Modules: -++ echo '' '' '1)' contrib '' '' '' '' '' '' '' '' '' '' '' '7)' ip/3.0.2 '' '' '' '' '' '13)' g2tmpl/1.6.0 '' '' '' '19)' esmf/8.0.0 - 1) contrib 7) ip/3.0.2 13) g2tmpl/1.6.0 19) esmf/8.0.0 -++ echo '' '' '2)' sutils/default '' '' '' '' '8)' nemsio/2.2.4 '' '14)' crtm/2.2.6 '' '' '' '' '' '20)' cmake/3.9.0 - 2) sutils/default 8) nemsio/2.2.4 14) crtm/2.2.6 20) cmake/3.9.0 -++ echo '' '' '3)' intel/18.0.5.274 '' '' '9)' sp/2.0.3 '' '' '' '' '' '15)' jasper/1.900.1 '' '21)' fv3 - 3) intel/18.0.5.274 9) sp/2.0.3 15) jasper/1.900.1 21) fv3 -++ echo '' '' '4)' impi/2018.0.4 '' '' '' '' '10)' w3emc/2.3.1 '' '' '16)' png/1.2.44 - 4) impi/2018.0.4 10) w3emc/2.3.1 16) png/1.2.44 -++ echo '' '' '5)' netcdf/4.7.0 '' '' '' '' '' '11)' w3nco/2.0.7 '' '' '17)' z/1.2.11 - 5) netcdf/4.7.0 11) w3nco/2.0.7 17) z/1.2.11 -++ echo '' '' '6)' bacio/2.0.3 '' '' '' '' '' '' '12)' g2/3.1.1 '' '' '' '' '' '18)' post/8.0.1 - 6) bacio/2.0.3 12) g2/3.1.1 18) post/8.0.1 -++ echo '' - -++ echo '' '' - -++ echo '' - -++ MODULEPATH=/contrib/modulefiles:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles:/apps/modules/modulefamilies/intel:/apps/modules/modulefamilies/intel_impi:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles -++ export MODULEPATH -++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJpbXBpIix9LG1UPXtiYWNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvYmFjaW8vMi4wLjMiLFsiZnVsbE5hbWUiXT0iYmFjaW8vMi4wLjMiLFsibG9hZE9yZGVyIl09Nixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJiYWNpby8yLjAuMyIsfSxjbWFrZT17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9jbWFrZS8zLjkuMCIsWyJmdWxs -++ export _ModuleTable001_ -++ _ModuleTable002_=TmFtZSJdPSJjbWFrZS8zLjkuMCIsWyJsb2FkT3JkZXIiXT0yMCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjbWFrZS8zLjkuMCIsfSxjb250cmliPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvY29udHJpYiIsWyJmdWxsTmFtZSJdPSJjb250cmliIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY29udHJpYiIsfSxjcnRtPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9jcnRtLzIuMi42IixbImZ1bGxOYW1lIl09ImNydG0vMi4yLjYiLFsibG9hZE9yZGVy -++ export _ModuleTable002_ -++ _ModuleTable003_=Il09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL2Z2My1jYW0vRHVzYW4uSm92aWMvdWZzL3ByMTgvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvaGVyYS5pbnRlbC9mdjMiLFsi -++ export _ModuleTable003_ -++ _ModuleTable004_=ZnVsbE5hbWUiXT0iZnYzIixbImxvYWRPcmRlciJdPTIxLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTAsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImZ2MyIsfSxnMj17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzIvMy4xLjEiLFsiZnVsbE5hbWUiXT0iZzIvMy4xLjEiLFsibG9hZE9yZGVyIl09MTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZzIvMy4xLjEiLH0sZzJ0bXBsPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9nMnRtcGwvMS42LjAiLFsiZnVsbE5hbWUiXT0iZzJ0bXBsLzEuNi4w -++ export _ModuleTable004_ -++ _ModuleTable005_=IixbImxvYWRPcmRlciJdPTEzLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcydG1wbC8xLjYuMCIsfSxpbXBpPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwvaW1waS8yMDE4LjAuNCIsWyJmdWxsTmFtZSJdPSJpbXBpLzIwMTguMC40IixbImxvYWRPcmRlciJdPTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW1waS8yMDE4LjAuNCIsfSxpbnRlbD17WyJmbiJdPSIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL2ludGVsLzE4LjAuNS4yNzQiLFsiZnVsbE5hbWUiXT0iaW50ZWwvMTguMC41LjI3NCIsWyJsb2FkT3JkZXIi -++ export _ModuleTable005_ -++ _ModuleTable006_=XT0zLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImludGVsLzE4LjAuNS4yNzQiLH0saXA9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2lwLzMuMC4yIixbImZ1bGxOYW1lIl09ImlwLzMuMC4yIixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaXAvMy4wLjIiLH0samFzcGVyPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9qYXNwZXIvMS45MDAuMSIsWyJmdWxsTmFtZSJdPSJqYXNwZXIvMS45MDAuMSIsWyJsb2FkT3JkZXIi -++ export _ModuleTable006_ -++ _ModuleTable007_=XT0xNSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJqYXNwZXIvMS45MDAuMSIsfSxuZW1zaW89e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL25lbXNpby8yLjIuNCIsWyJmdWxsTmFtZSJdPSJuZW1zaW8vMi4yLjQiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZW1zaW8vMi4yLjQiLH0sbmV0Y2RmPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwvbmV0Y2RmLzQuNy4wIixbImZ1bGxOYW1lIl09Im5ldGNkZi80LjcuMCIsWyJsb2FkT3JkZXIi -++ export _ModuleTable007_ -++ _ModuleTable008_=XT01LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5ldGNkZi80LjcuMCIsfSxwbmc9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3BuZy8xLjIuNDQiLFsiZnVsbE5hbWUiXT0icG5nLzEuMi40NCIsWyJsb2FkT3JkZXIiXT0xNixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJwbmcvMS4yLjQ0Iix9LHBvc3Q9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3Bvc3QvOC4wLjEiLFsiZnVsbE5hbWUiXT0icG9zdC84LjAuMSIsWyJsb2FkT3JkZXIiXT0xOCxw -++ export _ModuleTable008_ -++ _ModuleTable009_=cm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJwb3N0LzguMC4xIix9LHNwPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9zcC8yLjAuMyIsWyJmdWxsTmFtZSJdPSJzcC8yLjAuMyIsWyJsb2FkT3JkZXIiXT05LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InNwLzIuMC4zIix9LHN1dGlscz17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9zdXRpbHMvZGVmYXVsdCIsWyJmdWxsTmFtZSJdPSJzdXRpbHMvZGVmYXVsdCIsWyJsb2FkT3JkZXIiXT0yLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0 -++ export _ModuleTable009_ -++ _ModuleTable010_=dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InN1dGlscyIsfSx3M2VtYz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNlbWMvMi4zLjEiLFsiZnVsbE5hbWUiXT0idzNlbWMvMi4zLjEiLFsibG9hZE9yZGVyIl09MTAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNlbWMvMi4zLjEiLH0sdzNuY289e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czbmNvLzIuMC43IixbImZ1bGxOYW1lIl09InczbmNvLzIuMC43IixbImxvYWRPcmRlciJdPTExLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMi -++ export _ModuleTable010_ -++ _ModuleTable011_=XT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHo9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3ovMS4yLjExIixbImZ1bGxOYW1lIl09InovMS4yLjExIixbImxvYWRPcmRlciJdPTE3LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InovMS4yLjExIix9LH0sbXBhdGhBPXsiL2NvbnRyaWIvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDIvTkNFUERFVi9mdjMtY2FtL0R1c2FuLkpvdmljL3Vmcy9wcjE4L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL2hlcmEuaW50ZWwiLCIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi9hcHBz -++ export _ModuleTable011_ -++ _ModuleTable012_=L21vZHVsZXMvbW9kdWxlZmlsZXMvTGludXgiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L2NyYXlwZS9kZWZhdWx0L21vZHVsZWZpbGVzIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbCIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWxfaW1waSIsIi9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcyIsIi9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmU6L2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9M -++ export _ModuleTable012_ -++ _ModuleTable013_=aW51eDovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzOi9vcHQvY3JheS9tb2R1bGVmaWxlczovb3B0L2NyYXkvY3JheXBlL2RlZmF1bHQvbW9kdWxlZmlsZXMiLH0= -++ export _ModuleTable013_ -++ _ModuleTable_Sz_=13 -++ export _ModuleTable_Sz_ -++ : -s sh -+ eval -+ cd build_fv3_8 -+ cmake /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model -DREPRO=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF --- The C compiler identification is Intel 18.0.5.20180823 --- The CXX compiler identification is Intel 18.0.5.20180823 --- The Fortran compiler identification is Intel 18.0.5.20180823 --- Check for working C compiler: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiicc --- Check for working C compiler: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiicc -- works --- Detecting C compiler ABI info --- Detecting C compiler ABI info - done --- Detecting C compile features --- Detecting C compile features - done --- Check for working CXX compiler: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiicpc --- Check for working CXX compiler: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiicpc -- works --- Detecting CXX compiler ABI info --- Detecting CXX compiler ABI info - done --- Detecting CXX compile features --- Detecting CXX compile features - done --- Check for working Fortran compiler: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort --- Check for working Fortran compiler: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -- works --- Detecting Fortran compiler ABI info --- Detecting Fortran compiler ABI info - done --- Checking whether /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort supports Fortran 90 --- Checking whether /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort supports Fortran 90 -- yes --- Found MPI_C: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpifort.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/release_mt/libmpi.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpigi.a;/usr/lib64/libdl.so;/usr/lib64/librt.so;/usr/lib64/libpthread.so --- Found MPI_CXX: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpicxx.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpifort.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/release_mt/libmpi.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpigi.a;/usr/lib64/libdl.so;/usr/lib64/librt.so;/usr/lib64/libpthread.so --- Found MPI_Fortran: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpifort.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/release_mt/libmpi.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpigi.a;/usr/lib64/libdl.so;/usr/lib64/librt.so;/usr/lib64/libpthread.so -ESMFMKFILE: /scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/lib/esmf.mk - Found ESMF: -ESMF_VERSION_MAJOR: 8 -ESMF_F90COMPILEPATHS: /scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod;/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include;/apps/netcdf/4.6.1/intel/16.1.150/include -ESMF_F90ESMFLINKRPATHS: -Wl,-rpath,/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/lib -ESMF_F90ESMFLINKLIBS: -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf --- Found ESMF: /scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod;/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include;/apps/netcdf/4.6.1/intel/16.1.150/include (found version "8.0.0") - -Setting configuration for hera.intel - -C compiler: Intel 18.0.5.20180823 (mpiicc) -CXX compiler: Intel 18.0.5.20180823 (mpiicpc) -Fortran compiler: Intel 18.0.5.20180823 (mpiifort) - -DEBUG is disabled -REPRO is ENABLED -32BIT is disabled -OPENMP is ENABLED -AVX2 is ENABLED -INLINE_POST is ENABLED - - -Selected physics package: gfs - --- Detecting OpenMP flags for Intel C compiler: -qopenmp --- Detecting OpenMP flags for Intel C++ compiler: -qopenmp --- Detecting OpenMP flags for Intel Fortran compiler: -qopenmp --- Enable OpenMP support for C/C++/Fortran compiler --- Disable SIONlib support --- Disable Intel MKL support --- Enable netCDF support --- Disable ESMF support --- Disable multi-gases physics --- Detecting OpenMP flags for Intel C compiler: -qopenmp --- Detecting OpenMP flags for Intel C++ compiler: -qopenmp --- Detecting OpenMP flags for Intel Fortran compiler: -qopenmp --- Enable OpenMP support for C/C++/Fortran compiler --- Found LibXml2: /usr/lib64/libxml2.so (found version "2.9.1") --- Found Doxygen: /usr/bin/doxygen (found version "1.8.5") found components: doxygen dot --- Detecting OpenMP flags for Intel C compiler: -qopenmp --- Detecting OpenMP flags for Intel C++ compiler: -qopenmp --- Detecting OpenMP flags for Intel Fortran compiler: -qopenmp --- Enable OpenMP support for C/C++/Fortran compiler -INFOGot CCPP_SCHEMES from environment variable: /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/aer_cloud.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/aerclm_def.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/aerinterp.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/calpreciptype.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cldwat2m_micro.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cldmacro.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/date_def.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/funcphys.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gcycle.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/h2o_def.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/h2ointerp.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/iccn_def.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/iccninterp.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/iounitdef.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/machine.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mersenne_twister.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfpbl.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg_utils.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg2_0.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg3_0.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/multi_gases.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_model.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_parameters.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_radar.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_thompson.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MP_FER_HIRES.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_bl_mynn.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_mynn.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_orowam2017.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/namelist_soilveg.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfpblt.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfpbltq.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfscu.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfscuq.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/noahmp_tables.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/num_parthds.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozne_def.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozinterp.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/physcons.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/physparam.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radcons.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_aerosols.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_astronomy.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_clouds.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_gases.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_surface.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radlw_datatb.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radlw_param.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radsw_datatb.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radsw_param.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/samfaerosols.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfcsub.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sflx.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/set_soilveg.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/surface_perturbation.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_deep.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_sh.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/tridi.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/wv_saturation.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_soil_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rayleigh_damp.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radsw_main.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_ocean.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gwdc.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gscond.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ysuvdif.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_sice.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/samfdeepcnv.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/satmedmfvdif.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozphys_2015.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/samfshalcnv.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/precpd.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_fer_hires.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diag.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radlw_main.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_debug.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/satmedmfvdifq.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cs_conv.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/shinhongvdif.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/h2ophys.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_nst.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/moninedmf.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diff.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diag_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/m_micro.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gcm_shoc.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gwdps.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/shalcnv.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/get_prs_fv3.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozphys.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_stochastics.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/drag_suite.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_cice.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sascnvn.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cnvc90.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_drv.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/dcyc2.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/moninshoc.f -INFOGot CAPS from environment variable: /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_8/FV3/ccpp/physics/ccpp_FV3_GFS_2017_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_8/FV3/ccpp/physics/ccpp_FV3_GFS_2017_time_vary_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_8/FV3/ccpp/physics/ccpp_FV3_GFS_2017_radiation_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_8/FV3/ccpp/physics/ccpp_FV3_GFS_2017_physics_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_8/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stochastics_cap.F90 -Force 64 bits in CCPP_layer --- Configuring done --- Generating done --- Build files have been written to: /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_8 -+ make -j 8 -Scanning dependencies of target ccpp -Scanning dependencies of target fv3cpl -[ 0%] Building Fortran object FV3/ccpp/framework/src/CMakeFiles/ccpp.dir/ccpp_errors.F90.o -[ 0%] Building Fortran object FV3/ccpp/framework/src/CMakeFiles/ccpp.dir/ccpp_types.F90.o -[ 0%] Building Fortran object FV3/cpl/CMakeFiles/fv3cpl.dir/module_cap_cpl.F90.o -[ 0%] Building Fortran object FV3/cpl/CMakeFiles/fv3cpl.dir/module_cplfields.F90.o -[ 1%] Building Fortran object FV3/ccpp/framework/src/CMakeFiles/ccpp.dir/ccpp.F90.o -Scanning dependencies of target fms -[ 1%] Building Fortran object CMakeFiles/fms.dir/FMS/platform/platform.F90.o -[ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_parameter.F90.o -[ 3%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_core.F90.o -[ 4%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_input.F90.o -[ 4%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/cloud_interpolator.F90.o -[ 4%] Building Fortran object FV3/ccpp/framework/src/CMakeFiles/ccpp.dir/ccpp_api.F90.o +[ 1%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_parameter.F90.o +[ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/platform/platform.F90.o +[ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_core.F90.o +[ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/cloud_interpolator.F90.o +[ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_input.F90.o +Scanning dependencies of target gfsphysics +[ 2%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/machine.F.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. @@ -54304,140 +2827,110 @@ Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. +[ 3%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/co2hc.f.o +[ 3%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_composition.f.o +[ 4%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/efield.f.o +[ 4%] Linking Fortran static library libfv3cpl.a [ 4%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_io.F90.o -[ 4%] Building Fortran object CMakeFiles/fms.dir/FMS/random_numbers/MersenneTwister.F90.o -[ 4%] Linking Fortran static library libccpp.a -[ 4%] Building Fortran object CMakeFiles/fms.dir/FMS/sat_vapor_pres/sat_vapor_pres_k.F90.o -[ 4%] Built target ccpp -[ 4%] Building Fortran object CMakeFiles/fms.dir/FMS/constants/constants.F90.o -[ 4%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_data.F90.o +[ 5%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/wam_f107_kp_mod.f90.o +[ 5%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mersenne_twister.f.o +[ 5%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/GFDL_parse_tracers.F90.o +[ 5%] Built target fv3cpl +[ 5%] Building Fortran object CMakeFiles/fms.dir/FMS/random_numbers/MersenneTwister.F90.o +[ 6%] Building Fortran object CMakeFiles/fms.dir/FMS/sat_vapor_pres/sat_vapor_pres_k.F90.o +[ 7%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/iounitdef.f.o +[ 7%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/namelist_soilveg.f.o +[ 7%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_wrf_utl.f90.o +[ 7%] Building Fortran object CMakeFiles/fms.dir/FMS/constants/constants.F90.o +[ 7%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/noahmp_tables.f90.o +[ 8%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_mp_radar.F90.o +[ 8%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_data.F90.o +[ 8%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/physcons.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 4%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp.F90.o -[ 4%] Linking Fortran static library libfv3cpl.a -Scanning dependencies of target ccppphys -[ 4%] Built target fv3cpl -[ 4%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/machine.F.o -[ 4%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFDL_parse_tracers.F90.o -[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_mp_radar.F90.o -[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mersenne_twister.f.o -[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/iounitdef.f.o -[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/namelist_soilveg.f.o -[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/namelist_soilveg_ruc.F90.o -[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_noahmp_glacier.f90.o -[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_noahmplsm.f90.o -[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/noahmp_tables.f90.o -[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_soil_pre.F90.o -[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/physcons.F90.o -[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/aerclm_def.F.o -[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/physparam.f.o -[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/h2o_def.f.o -[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/iccn_def.F.o -[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/micro_mg_utils.F90.o +[ 8%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/date_def.f.o +[ 9%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/progtm_module.f.o +[ 9%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/aerclm_def.f.o +[ 9%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2o_def.f.o +[ 9%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp.F90.o +[ 9%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/physparam.f.o +[ 10%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ozne_def.f.o +[ 10%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gfs_phy_tracer_config.F.o +[ 10%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/surface_perturbation.F90.o +[ 11%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_sf_noahmplsm.f90.o +[ 11%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_sf_noahmp_glacier.f90.o +[ 11%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/iccn_def.f.o +[ 12%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/micro_mg_utils.F90.o +[ 12%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gfdl_cloud_microphys.F90.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/tracer_const_h.f.o +[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/funcphys.f90.o +[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_ugwp_initialize.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozne_def.f.o -[ 8%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/surface_perturbation.F90.o -[ 8%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_deep.F90.o -[ 8%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_gfdl_cloud_microphys.F90.o -[ 8%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gfs_phy_tracer_config.F.o -[ 8%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radcons.f90.o -[ 8%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/set_soilveg.f.o -[ 8%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MP_FER_HIRES.F90.o -[ 8%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_BL_MYJPBL.F90.o -[ 9%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/date_def.f.o -[ 10%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_mp_thompson.F90.o -[ 10%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gwdps.f.o -[ 10%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_SF_JSFC.F90.o -[ 10%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_ruclsm.F90.o -[ 10%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/set_soilveg_ruc.F90.o -[ 10%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_post.F90.o -[ 10%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cnvc90.f.o -[ 10%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_DCNV_generic.F90.o -[ 10%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_GWD_generic.F90.o -[ 11%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_MP_generic.F90.o -[ 11%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_PBL_generic.F90.o -[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_SCNV_generic.F90.o -[ 13%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_composites.F90.o -[ 13%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_loop_control.F90.o -[ 13%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/maximum_hourly_diagnostics.F90.o -[ 13%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozphys.f.o -[ 13%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rayleigh_damp.f.o -[ 13%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_diag_post.F90.o -[ 13%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_diff.f.o -[ 14%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_stochastics.F90.o -[ 14%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/funcphys.f90.o -[ 14%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radlw_param.f.o -[ 14%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radsw_param.f.o -[ 14%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_nst_parameters.f90.o -[ 14%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_bl_mynn.F90.o -[ 15%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_initialize.F90.o -[ 16%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_astronomy.f.o -[ 16%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_surface.f.o -[ 17%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/samfaerosols.F.o -[ 18%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/aerinterp.F90.o -[ 19%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_efp.F90.o -[ 19%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/h2ointerp.f90.o -[ 20%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/iccninterp.F90.o -[ 20%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_memutils.F90.o -[ 21%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozinterp.f90.o +[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radlw_param.f.o +[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radsw_param.f.o +[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_astronomy.f.o +[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_surface.f.o +[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_nst_parameters.f90.o +[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/aer_cloud.F.o +[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_mp_thompson_gfs.F90.o +[ 15%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_mp_wsm6_fv3.F90.o +[ 15%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/get_prs_fv3.f90.o +[ 16%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_cice.f.o +[ 16%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_diff.f.o +[ 16%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_ugwp_module.F90.o +[ 16%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/rascnvv2.f.o +[ 16%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_aerosols.f.o +ifort: command line warning #10121: overriding '-xCORE-AVX2' with '-xCORE-AVX-I' +[ 16%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_bfmicrophysics.f.o +[ 16%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_gases.f.o +[ 17%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radsw_datatb.f.o +[ 18%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radlw_datatb.f.o +[ 18%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_nst_water_prop.f90.o +[ 18%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/wv_saturation.F.o +[ 19%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cs_conv.F90.o +[ 19%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_diag.f.o +[ 20%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_drv.f.o +[ 20%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_ocean.f.o +[ 21%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_sice.f.o +[ 22%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_clouds.f.o +[ 22%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radsw_main.f.o +[ 22%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_nst_model.f90.o +[ 22%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cldmacro.F.o +[ 23%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cldwat2m_micro.F.o +[ 23%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/micro_mg2_0.F90.o +[ 23%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/micro_mg3_0.F90.o +[ 23%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_typedefs.F90.o +[ 24%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_efp.F90.o +[ 24%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_memutils.F90.o +[ 24%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_pset.F90.o +[ 24%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radlw_main.f.o +[ 24%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_nst.f.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 21%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_mp_thompson_make_number_concentrations.F90.o -[ 21%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_pset.F90.o -[ 22%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_type.F90.o -[ 22%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/gradient.F90.o -[ 22%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/aer_cloud.F.o -[ 22%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/get_prs_fv3.F90.o -[ 23%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_generic.F90.o -[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/__/__/gfsphysics/GFS_layer/GFS_typedefs.F90.o -[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/wv_saturation.F.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 24%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_domains.F90.o -[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_nst_water_prop.f90.o -[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_module.F90.o -[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_bfmicrophysics.f.o -[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radsw_datatb.f.o -[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_aerosols.f.o -[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_gases.f.o -[ 25%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radlw_datatb.f.o -[ 25%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_sh.F90.o -[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_mynn.F90.o -[ 27%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/moninedmf.f.o -[ 27%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_drv.f.o -[ 27%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/samfdeepcnv.f.o +[ 25%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_type.F90.o +[ 26%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/gradient.F90.o +[ 26%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_domains.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 27%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/samfshalcnv.f.o -[ 27%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_diag.f.o -[ 27%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_sice.f.o -[ 27%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gscond.f.o -[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/precpd.f.o -[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_time_vary_pre.fv3.F90.o -[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_clouds.f.o -[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radlw_main.f.o -[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radsw_main.f.o -[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_nst_model.f90.o -[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cldmacro.F.o -[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cldwat2m_micro.F.o -[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/micro_mg2_0.F90.o -[ 30%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/micro_mg3_0.F90.o -[ 31%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp.F90.o -[ 32%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_nst.f.o -[ 33%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_setup.F90.o -[ 33%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_io.F90.o -[ 33%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_comm.F90.o +[ 27%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_physics_driver.F90.o +[ 27%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_diagnostics.F90.o +[ 27%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_radiation_driver.F90.o +[ 27%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_restart.F90.o +[ 27%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_comm.F90.o +[ 28%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_io.F90.o Compiling in MPI mode (with or without MPP) Using 8-byte addressing Using pure routines. @@ -54447,29 +2940,20 @@ Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 33%] Building Fortran object CMakeFiles/fms.dir/FMS/memutils/memutils.F90.o -[ 33%] Building Fortran object CMakeFiles/fms.dir/FMS/fms/fms_io.F90.o +[ 28%] Building Fortran object CMakeFiles/fms.dir/FMS/memutils/memutils.F90.o +[ 28%] Building Fortran object CMakeFiles/fms.dir/FMS/fms/fms_io.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 33%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/dcyc2.f.o -[ 33%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_suite_interstitial.F90.o -[ 33%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_post.F90.o -[ 33%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_pre.F90.o -[ 33%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rrtmg_lw_post.F90.o -[ 33%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rrtmg_lw_pre.F90.o -[ 33%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rrtmg_sw_post.F90.o -[ 33%] Building Fortran object CMakeFiles/fms.dir/FMS/fms/fms.F90.o -[ 33%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rrtmg_sw_pre.F90.o -[ 34%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_stochastics_cap.F90.o -[ 34%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_rad_time_vary.fv3.F90.o -[ 35%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_phys_time_vary.fv3.F90.o -[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/time_manager/time_manager.F90.o -[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bicubic.F90.o -[ 36%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bilinear.F90.o -[ 36%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_conserve.F90.o -[ 36%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_spherical.F90.o +[ 29%] Building Fortran object CMakeFiles/fms.dir/FMS/fms/fms.F90.o +[ 29%] Building Fortran object CMakeFiles/fms.dir/FMS/axis_utils/axis_utils.F90.o +[ 30%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_conserve.F90.o +[ 30%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bicubic.F90.o +[ 30%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_spherical.F90.o +[ 30%] Building Fortran object CMakeFiles/fms.dir/FMS/time_manager/time_manager.F90.o +[ 30%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_grid.F90.o +[ 30%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bilinear.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. @@ -54478,71 +2962,66 @@ Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 36%] Building Fortran object CMakeFiles/fms.dir/FMS/axis_utils/axis_utils.F90.o -[ 36%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_grid.F90.o -[ 36%] Building Fortran object CMakeFiles/fms.dir/FMS/field_manager/field_manager.F90.o -[ 36%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/mosaic.F90.o -[ 36%] Building Fortran object CMakeFiles/fms.dir/FMS/topography/gaussian_topog.F90.o -[ 37%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_radiation_cap.F90.o -[ 37%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_physics_cap.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 37%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_time_vary_cap.F90.o -[ 37%] Building Fortran object CMakeFiles/fms.dir/FMS/time_manager/get_cal_time.F90.o -[ 38%] Building Fortran object CMakeFiles/fms.dir/FMS/time_interp/time_interp.F90.o -[ 39%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_data.F90.o -[ 39%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_types.F90.o -[ 39%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp.F90.o +[ 30%] Building Fortran object CMakeFiles/fms.dir/FMS/field_manager/field_manager.F90.o +[ 30%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/mosaic.F90.o +[ 31%] Building Fortran object CMakeFiles/fms.dir/FMS/topography/gaussian_topog.F90.o +[ 32%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_data.F90.o +[ 32%] Building Fortran object CMakeFiles/fms.dir/FMS/time_manager/get_cal_time.F90.o +[ 33%] Building Fortran object CMakeFiles/fms.dir/FMS/time_interp/time_interp.F90.o +[ 33%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_types.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 39%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_manifest.F90.o -[ 39%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_axis.F90.o -[ 39%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/write_ocean_data.F90.o -[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/xbt_drop_rate_adjust.f90.o +[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_manifest.F90.o +[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_axis.F90.o +[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/xbt_drop_rate_adjust.f90.o +[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/write_ocean_data.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_output.F90.o -[ 42%] Building Fortran object CMakeFiles/fms.dir/FMS/field_manager/fm_util.F90.o -[ 42%] Building Fortran object CMakeFiles/fms.dir/FMS/time_interp/time_interp_external.F90.o +[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp.F90.o +[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_output.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. +[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/field_manager/fm_util.F90.o +[ 36%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_util.F90.o +[ 36%] Building Fortran object CMakeFiles/fms.dir/FMS/time_interp/time_interp_external.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 42%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_util.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 42%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_table.F90.o -[ 42%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_manager.F90.o -[ 42%] Building Fortran object CMakeFiles/fms.dir/FMS/data_override/data_override.F90.o +[ 36%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_table.F90.o +[ 36%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_manager.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. +[ 36%] Building Fortran object CMakeFiles/fms.dir/FMS/data_override/data_override.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 43%] Building Fortran object CMakeFiles/fms.dir/FMS/exchange/stock_constants.F90.o -[ 43%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/coupler_types.F90.o -[ 43%] Building Fortran object CMakeFiles/fms.dir/FMS/astronomy/astronomy.F90.o -[ 43%] Building Fortran object CMakeFiles/fms.dir/FMS/amip_interp/amip_interp.F90.o -[ 43%] Building Fortran object CMakeFiles/fms.dir/FMS/column_diagnostics/column_diagnostics.F90.o -[ 44%] Building Fortran object CMakeFiles/fms.dir/FMS/block_control/block_control.F90.o -[ 44%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/atmos_ocean_fluxes.F90.o -[ 44%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/ensemble_manager.F90.o -[ 44%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters.F90.o +[ 36%] Building Fortran object CMakeFiles/fms.dir/FMS/exchange/stock_constants.F90.o +[ 37%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/coupler_types.F90.o +[ 39%] Building Fortran object CMakeFiles/fms.dir/FMS/astronomy/astronomy.F90.o +[ 39%] Building Fortran object CMakeFiles/fms.dir/FMS/block_control/block_control.F90.o +[ 39%] Building Fortran object CMakeFiles/fms.dir/FMS/column_diagnostics/column_diagnostics.F90.o +[ 39%] Building Fortran object CMakeFiles/fms.dir/FMS/amip_interp/amip_interp.F90.o +[ 39%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/atmos_ocean_fluxes.F90.o +[ 39%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/ensemble_manager.F90.o +[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. @@ -54552,10 +3031,10 @@ Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 45%] Building Fortran object CMakeFiles/fms.dir/FMS/exchange/xgrid.F90.o -[ 45%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft.F90.o -[ 45%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft99.F90.o -[ 45%] Building Fortran object CMakeFiles/fms.dir/FMS/interpolator/interpolator.F90.o +[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/exchange/xgrid.F90.o +[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft.F90.o +[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft99.F90.o +[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/interpolator/interpolator.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. @@ -54564,2081 +3043,301 @@ Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 46%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/grid.F90.o -[ 46%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_utilities.F90.o -[ 46%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core.F90.o -[ 47%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core_ecda.F90.o -[ 47%] Building Fortran object CMakeFiles/fms.dir/FMS/random_numbers/random_numbers.F90.o -[ 48%] Building Fortran object CMakeFiles/fms.dir/FMS/sat_vapor_pres/sat_vapor_pres.F90.o -[ 48%] Building Fortran object CMakeFiles/fms.dir/FMS/station_data/station_data.F90.o -[ 49%] Building Fortran object CMakeFiles/fms.dir/FMS/topography/topography.F90.o -[ 49%] Building Fortran object CMakeFiles/fms.dir/FMS/tracer_manager/tracer_manager.F90.o -[ 49%] Building Fortran object CMakeFiles/fms.dir/FMS/tridiagonal/tridiagonal.F90.o -[ 49%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/quicksort.F90.o -[ 49%] Building C object CMakeFiles/fms.dir/FMS/memutils/memuse.c.o -[ 50%] Building C object CMakeFiles/fms.dir/FMS/mosaic/create_xgrid.c.o -[ 50%] Building C object CMakeFiles/fms.dir/FMS/mosaic/gradient_c2l.c.o -[ 50%] Building C object CMakeFiles/fms.dir/FMS/mosaic/interp.c.o -[ 50%] Building C object CMakeFiles/fms.dir/FMS/mosaic/mosaic_util.c.o -[ 51%] Building C object CMakeFiles/fms.dir/FMS/mosaic/read_mosaic.c.o -[ 51%] Building C object CMakeFiles/fms.dir/FMS/mpp/nsclock.c.o -[ 51%] Building C object CMakeFiles/fms.dir/FMS/affinity/affinity.c.o -[ 51%] Building C object CMakeFiles/fms.dir/FMS/mpp/threadloc.c.o -[ 51%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/__/__/gfsphysics/CCPP_layer/CCPP_typedefs.F90.o -[ 51%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_cap.F90.o -[ 52%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_debug.F90.o -[ 52%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_suite_init_finalize_test.F90.o -[ 52%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cs_conv_aw_adj.F90.o -[ 52%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cs_conv.F90.o -[ 52%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver.F90.o -[ 52%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver_post.F90.o -[ 52%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver_pre.F90.o -[ 52%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke.F90.o -[ 52%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke_post.F90.o -[ 52%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke_pre.F90.o -[ 52%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/drag_suite.F90.o -[ 53%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gcm_shoc.F90.o -[ 53%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gfdl_cloud_microphys.F90.o -[ 53%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gfdl_fv_sat_adj.F90.o -[ 54%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gwdc.f.o -[ 54%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/h2ophys.f.o -[ 54%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/lsm_ruc_sfc_sice_interstitial.F90.o -[ 54%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/m_micro.F90.o -[ 55%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/m_micro_interstitial.F90.o -[ 55%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYJPBL_wrapper.F90.o -[ 56%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYJSFC_wrapper.F90.o -[ 56%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNPBL_wrapper.F90.o -[ 56%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNSFC_wrapper.F90.o -[ 56%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNrad_pre.F90.o -[ 56%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNrad_post.F90.o -[ 57%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/moninshoc.f.o -[ 57%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_fer_hires.F90.o -[ 58%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_thompson.F90.o -[ 58%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_thompson_post.F90.o -[ 58%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_thompson_pre.F90.o -[ 58%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/multi_gases.F90.o -[ 58%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozphys_2015.f.o -[ 59%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sascnvn.F.o -[ 60%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/satmedmfvdif.F.o -[ 60%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/satmedmfvdifq.F.o -[ 60%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_cice.f.o -[ 60%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_drv_ruc.F90.o -[ 60%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_noahmp_drv.f.o -[ 60%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_ocean.F.o -[ 60%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfcsub.F.o -[ 60%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/shalcnv.F.o -[ 61%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/shinhongvdif.F90.o -[ 61%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ugwp_driver_v0.F.o -[ 61%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/calpreciptype.f90.o -[ 61%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ysuvdif.F90.o -[ 61%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gcycle.F90.o -[ 62%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gocart_tracer_config_stub.f.o -[ 62%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfpbl.f.o -[ 62%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_triggers.F90.o -[ 62%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_solvers.F90.o -[ 62%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_utils.F90.o -[ 62%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_orowam2017.f.o -[ 63%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_vert_lsatdis.F90.o -[ 63%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_vert_orodis.F90.o -[ 63%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_vert_wmsdis.F90.o -[ 64%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfpblt.f.o -[ 64%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfpbltq.f.o -[ 64%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfscu.f.o -[ 65%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfscuq.f.o -[ 65%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/num_parthds.F.o -[ 65%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sflx.f.o -[ 65%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/tridi.f.o -[ 65%] Linking Fortran static library libccppphys.a -[ 65%] Built target ccppphys -Scanning dependencies of target gfsphysics -[ 65%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/namelist_soilveg.f.o -[ 65%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/machine.F.o -[ 67%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mersenne_twister.f.o -[ 67%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/GFDL_parse_tracers.F90.o -[ 67%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/CCPP_layer/CCPP_typedefs.F90.o -[ 67%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/physcons.F90.o -[ 67%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/physparam.f.o -[ 67%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radlw_param.f.o -[ 68%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radsw_param.f.o -[ 68%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_typedefs.F90.o +[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/grid.F90.o +[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_utilities.F90.o +[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core.F90.o +[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core_ecda.F90.o +[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/random_numbers/random_numbers.F90.o +[ 41%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_driver.F90.o +[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/sat_vapor_pres/sat_vapor_pres.F90.o +[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/station_data/station_data.F90.o +[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/topography/topography.F90.o +[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/tracer_manager/tracer_manager.F90.o +[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/tridiagonal/tridiagonal.F90.o +[ 42%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/quicksort.F90.o +[ 43%] Building C object CMakeFiles/fms.dir/FMS/memutils/memuse.c.o +[ 43%] Building C object CMakeFiles/fms.dir/FMS/mosaic/create_xgrid.c.o +[ 43%] Building C object CMakeFiles/fms.dir/FMS/mosaic/gradient_c2l.c.o +[ 44%] Building C object CMakeFiles/fms.dir/FMS/mosaic/interp.c.o +[ 44%] Building C object CMakeFiles/fms.dir/FMS/mosaic/mosaic_util.c.o +[ 44%] Building C object CMakeFiles/fms.dir/FMS/mosaic/read_mosaic.c.o +[ 44%] Building C object CMakeFiles/fms.dir/FMS/affinity/affinity.c.o +[ 45%] Building C object CMakeFiles/fms.dir/FMS/mpp/nsclock.c.o +[ 45%] Building C object CMakeFiles/fms.dir/FMS/mpp/threadloc.c.o +[ 46%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_abstraction_layer.F90.o +[ 47%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_solar_heating.f.o +[ 47%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2oc.f.o +[ 47%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_tracer.f.o +[ 48%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ideaca.f.o +[ 48%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfcsub.F.o +[ 48%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ugwp_driver_v0.f.o +[ 48%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cnvc90.f.o +[ 48%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/dcyc2.f.o +[ 48%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/dcyc2.pre.rad.f.o +[ 48%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/get_prs.f.o +[ 48%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gocart_tracer_config_stub.f.o +[ 49%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gscond.f.o +[ 49%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gscondp.f.o +[ 49%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gwdc.f.o +[ 50%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gwdps.f.o +[ 50%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_orowam2017.f.o +[ 50%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2ohdc.f.o +[ 50%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2ophys.f.o +[ 50%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_co2.f.o +[ 50%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_dissipation.f.o +[ 51%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_h2o.f.o +[ 51%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_ion.f.o +[ 51%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_o2_o3.f.o +[ 52%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/lrgsclr.f.o +[ 52%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_phys.f.o +[ 52%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfpbl.f.o +[ 53%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfpblt.f.o +[ 53%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfpbltq.f.o +[ 53%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfscu.f.o +[ 54%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninp1.f.o +[ 54%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninedmf.f.o +[ 54%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninedmf_hafs.f.o +[ 54%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfscuq.f.o +[ 55%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninp.f.o +[ 55%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninq.f.o +[ 56%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninq1.f.o +[ 56%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninshoc.f.o +[ 56%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mstadb.f.o +[ 57%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mstadbtn.f.o +[ 57%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mstadbtn2.f.o +[ 57%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mstcnv.f.o +[ 58%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ozphys.f.o +[ 58%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ozphys_2015.f.o +[ 58%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/precpd.f.o +[ 59%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/precpd_shoc.f.o +[ 59%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/precpdp.f.o +[ 59%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/progt2.f.o +[ 59%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/rad_initialize.f.o +[ 60%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/rayleigh_damp_mesopause.f.o +[ 60%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/rayleigh_damp.f.o +[ 60%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/samfaerosols.f.o +[ 61%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/samfdeepcnv.f.o +[ 61%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/samfshalcnv.f.o +[ 61%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sascnv.f.o +[ 61%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sascnvn.f.o +[ 62%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/satmedmfvdif.f.o +[ 62%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/satmedmfvdifq.f.o +[ 62%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/set_soilveg.f.o +[ 62%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_noahmp_drv.f.o +[ 62%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sflx.f.o +[ 62%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcnv.f.o +[ 63%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcv.f.o +[ 63%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcv_1lyr.f.o +[ 63%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcv_fixdp.f.o +[ 63%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcv_opr.f.o +[ 63%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/tridi2t3.f.o +[ 63%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/calpreciptype.f90.o +[ 63%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gcm_shoc.f90.o +[ 64%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2ointerp.f90.o +[ 65%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ozinterp.f90.o +[ 65%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/iccninterp.f90.o +[ 65%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/aerinterp.f90.o +[ 66%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/num_parthds.F.o +[ 67%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gcycle.F90.o +[ 68%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_ugwp_utils.F90.o +[ 68%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_ugwp_triggers.F90.o +[ 68%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_ugwp_solvers.F90.o +[ 68%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_vert_lsatdis.F90.o +[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_vert_orodis.F90.o +[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_vert_wmsdis.F90.o +[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/m_micro_driver.F90.o [ 69%] Linking Fortran static library FMS/libfms.a [ 69%] Built target fms -[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/CCPP_layer/CCPP_data.F90.o -[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_driver.F90.o -[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_diagnostics.F90.o -[ 70%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_restart.F90.o -[ 70%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_abstraction_layer.F90.o -[ 71%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/__/ccpp/physics/ccpp_static_api.F90.o -[ 71%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/noahmp_tables.f90.o -[ 71%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/set_soilveg.f.o -[ 71%] Linking Fortran static library libgfsphysics.a -[ 71%] Built target gfsphysics +[ 70%] Linking Fortran static library libgfsphysics.a +[ 70%] Built target gfsphysics Scanning dependencies of target ipd -Scanning dependencies of target ccppdriver -[ 71%] Building Fortran object FV3/ipd/CMakeFiles/ipd.dir/IPD_typedefs.F90.o -[ 71%] Building Fortran object FV3/ccpp/driver/CMakeFiles/ccppdriver.dir/CCPP_driver.F90.o -[ 71%] Building Fortran object FV3/ipd/CMakeFiles/ipd.dir/IPD_driver.F90.o -[ 72%] Linking Fortran static library libccppdriver.a -[ 72%] Built target ccppdriver -[ 73%] Linking Fortran static library libipd.a -[ 73%] Built target ipd +[ 70%] Building Fortran object FV3/ipd/CMakeFiles/ipd.dir/IPD_typedefs.F90.o +[ 70%] Building Fortran object FV3/ipd/CMakeFiles/ipd.dir/IPD_driver.F90.o +[ 70%] Linking Fortran static library libipd.a +[ 70%] Built target ipd Scanning dependencies of target io -[ 73%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_fv3_io_def.F90.o -[ 74%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_internal_state.F90.o +[ 70%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_fv3_io_def.F90.o +[ 70%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_internal_state.F90.o Scanning dependencies of target fv3core -[ 74%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_fill.F90.o -[ 74%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/sim_nc_mod.F90.o -[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/DYCORE_typedefs.F90.o -[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_arrays.F90.o -[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/external_sst.F90.o -[ 76%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_netcdf.F90.o -[ 76%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_nemsio.F90.o -[ 76%] Building Fortran object FV3/io/CMakeFiles/io.dir/post_gfs.F90.o +[ 73%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_arrays.F90.o +[ 73%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/external_sst.F90.o +[ 73%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_fill.F90.o +[ 73%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/DYCORE_typedefs.F90.o +[ 73%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/sim_nc_mod.F90.o +[ 74%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_nemsio.F90.o +[ 74%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_netcdf.F90.o +[ 74%] Building Fortran object FV3/io/CMakeFiles/io.dir/post_gfs.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_mp_mod.F90.o -[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/sorted_index.F90.o -[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_eta.F90.o -[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_sg.F90.o -[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_timing.F90.o -[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/boundary.F90.o -[ 78%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_grid_utils.F90.o +[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_mp_mod.F90.o +[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/sorted_index.F90.o +[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_timing.F90.o +[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_sg.F90.o +[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_eta.F90.o +[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_cmp.F90.o +[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/boundary.F90.o +[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_grid_utils.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 79%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_wrt_grid_comp.F90.o -[ 79%] Building Fortran object FV3/io/CMakeFiles/io.dir/FV3GFS_io.F90.o -[ 79%] Building Fortran object FV3/io/CMakeFiles/io.dir/ffsync.F90.o -[ 80%] Building Fortran object FV3/io/CMakeFiles/io.dir/post_nems_routines.F90.o +[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_mapz.F90.o +[ 76%] Building Fortran object FV3/io/CMakeFiles/io.dir/FV3GFS_io.F90.o +[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_grid_tools.F90.o +[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/tp_core.F90.o +[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/a2b_edge.F90.o +[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/init_hydro.F90.o +[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_surf_map.F90.o +[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_treat_da_inc.F90.o +[ 78%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_wrt_grid_comp.F90.o +[ 78%] Building Fortran object FV3/io/CMakeFiles/io.dir/ffsync.F90.o +[ 78%] Building Fortran object FV3/io/CMakeFiles/io.dir/post_nems_routines.F90.o +[ 78%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_iau_mod.F90.o +[ 78%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/sw_core.F90.o +[ 78%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_diagnostics.F90.o +[ 79%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_io.F90.o [ 80%] Linking Fortran static library libio.a -[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/a2b_edge.F90.o -[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_mapz.F90.o -[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_surf_map.F90.o -[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/tp_core.F90.o -[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_grid_tools.F90.o -[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/init_hydro.F90.o -[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_treat_da_inc.F90.o -[ 83%] Built target io -[ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_iau_mod.F90.o -[ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/sw_core.F90.o -[ 85%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_diagnostics.F90.o -[ 85%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_io.F90.o -[ 85%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/nh_utils.F90.o -[ 85%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/nh_core.F90.o -[ 85%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_nudge.F90.o -[ 85%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/fv_nggps_diag.F90.o -[ 85%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_regional_bc.F90.o -[ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/test_cases.F90.o -[ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_tracer2d.F90.o -[ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_update_phys.F90.o -[ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/dyn_core.F90.o -[ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/external_ic.F90.o -[ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_restart.F90.o -[ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_nesting.F90.o -[ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_control.F90.o -[ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_dynamics.F90.o -[ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/atmosphere.F90.o -[ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/multi_gases.F90.o +[ 80%] Built target io +[ 80%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/nh_utils.F90.o +[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/nh_core.F90.o +[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/test_cases.F90.o +[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_nudge.F90.o +[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_regional_bc.F90.o +[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/fv_nggps_diag.F90.o +[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_tracer2d.F90.o +[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_update_phys.F90.o +[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/dyn_core.F90.o +[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/external_ic.F90.o +[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_restart.F90.o +[ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_control.F90.o +[ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_nesting.F90.o +[ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_dynamics.F90.o +[ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/atmosphere.F90.o +[ 85%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/multi_gases.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 87%] Linking Fortran static library libfv3core.a -[ 87%] Built target fv3core +[ 85%] Linking Fortran static library libfv3core.a +[ 85%] Built target fv3core Scanning dependencies of target stochastic_physics [ 87%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/update_ca.f90.o -[ 87%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_resol_def.f.o -[ 87%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/spectral_layout.F90.o -[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_layout_lag.f.o +[ 86%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_resol_def.f.o +[ 87%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_layout_lag.f.o +[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/spectral_layout.F90.o [ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_gg_def.f.o -[ 89%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_namelist_def.F90.o -[ 89%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/glats_stochy.f.o +[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/glats_stochy.f.o +[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_namelist_def.F90.o +[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/compns_stochy.F90.o +[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/get_ls_node_stochy.f.o [ 89%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/setlats_lag_stochy.f.o -[ 89%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/get_lats_node_a_stochy.f.o -[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/epslon_stochy.f.o -[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/compns_stochy.F90.o -[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/get_ls_node_stochy.f.o -[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/gozrineo_stochy.f.o -[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/pln2eo_stochy.f.o -[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/setlats_a_stochy.f.o -[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_internal_state_mod.F90.o -[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/dezouv_stochy.f.o -[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/dozeuv_stochy.f.o -[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/four_to_grid_stochy.F.o -[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_patterngenerator.F90.o -[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/sumfln_stochy.f.o -[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/getcon_lag_stochy.f.o -[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/getcon_spectral.F90.o -[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/initialize_spectral_mod.F90.o -[ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_data_mod.F90.o -[ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/get_stochy_pattern.F90.o -[ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochastic_physics.F90.o +[ 90%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/gozrineo_stochy.f.o +[ 90%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/get_lats_node_a_stochy.f.o +[ 89%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/epslon_stochy.f.o +[ 90%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/setlats_a_stochy.f.o +[ 90%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/pln2eo_stochy.f.o +[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_internal_state_mod.F90.o +[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/dezouv_stochy.f.o +[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/dozeuv_stochy.f.o +[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/four_to_grid_stochy.F.o +[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_patterngenerator.F90.o +[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/sumfln_stochy.f.o +[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/getcon_lag_stochy.f.o +[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/getcon_spectral.F90.o +[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/initialize_spectral_mod.F90.o +[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_data_mod.F90.o +[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/get_stochy_pattern.F90.o +[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochastic_physics.F90.o +[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/plumes.f90.o [ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/cellular_automata.f90.o -[ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/plumes.f90.o [ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/num_parthds_stochy.f.o [ 95%] Linking Fortran static library libstochastic_physics.a [ 95%] Built target stochastic_physics Scanning dependencies of target fv3cap [ 95%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/module_fv3_config.F90.o -[ 95%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/atmos_model.F90.o -[ 96%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/module_fcst_grid_comp.F90.o -[ 96%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/fv3_cap.F90.o -[ 96%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/time_utils.F90.o -[ 96%] Linking Fortran static library libfv3cap.a -[ 96%] Built target fv3cap +[ 96%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/atmos_model.F90.o +[ 97%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/module_fcst_grid_comp.F90.o +[ 97%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/fv3_cap.F90.o +[ 97%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/time_utils.F90.o +[ 97%] Linking Fortran static library libfv3cap.a +[ 97%] Built target fv3cap Scanning dependencies of target NEMS.exe -[ 96%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_EARTH_INTERNAL_STATE.F90.o -[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_MEDIATOR_methods.F90.o [ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/ENS_Cpl/ENS_CplComp_ESMFMod_STUB.F90.o +[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_EARTH_INTERNAL_STATE.F90.o [ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_MEDIATOR_SpaceWeather.F90.o -[ 98%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_Rusage.F90.o -[ 98%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_UTILS.F90.o -[ 98%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_INTERNAL_STATE.F90.o -[100%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_MEDIATOR.F90.o -[100%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_EARTH_GRID_COMP.F90.o -[100%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_GRID_COMP.F90.o +[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_INTERNAL_STATE.F90.o +[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_MEDIATOR_methods.F90.o +[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_UTILS.F90.o +[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_Rusage.F90.o +[ 98%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_MEDIATOR.F90.o +[ 99%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_EARTH_GRID_COMP.F90.o +[ 99%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_GRID_COMP.F90.o +[ 99%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/MAIN_NEMS.F90.o [100%] Building C object CMakeFiles/NEMS.exe.dir/NEMS/src/nems_c_rusage.c.o -[100%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/MAIN_NEMS.F90.o [100%] Linking Fortran executable NEMS.exe /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/lib/libjasper_v1.900.1.a(jas_stream.o): In function `jas_stream_tmpfile': jas_stream.c:(.text+0x7a7): warning: the use of `tmpnam' is dangerous, better use `mkstemp' [100%] Built target NEMS.exe -+ mv NEMS.exe ../fv3_8.exe -+ cp /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel/fv3 ../modules.fv3_8 ++ mv NEMS.exe ../fv3_3.exe ++ cp /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/hera.intel/fv3 ../modules.fv3_3 + cd .. + '[' YES = YES ']' -+ rm -rf build_fv3_8 -+ elapsed=634 -+ echo 'Elapsed time 634 seconds. Compiling REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017 finished' -Elapsed time 634 seconds. Compiling REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017 finished ++ rm -rf build_fv3_3 ++ elapsed=479 ++ echo 'Elapsed time 479 seconds. Compiling 32BIT=Y finished' +Elapsed time 479 seconds. Compiling 32BIT=Y finished + SECONDS=0 -+++ readlink -f /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/compile_cmake.sh -++ dirname /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/compile_cmake.sh -+ readonly MYDIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests -+ MYDIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests ++++ readlink -f /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/tests/compile_cmake.sh +++ dirname /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/tests/compile_cmake.sh ++ readonly MYDIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/tests ++ MYDIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/tests + readonly ARGC=4 + ARGC=4 -+ cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests ++ cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/tests + [[ 4 -eq 0 ]] + [[ 4 -lt 2 ]] -+ PATHTR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model ++ PATHTR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model + MACHINE_ID=hera.intel -+ MAKE_OPT='REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_gfdlmp WW3=Y' -+ BUILD_NAME=fv3_9 ++ MAKE_OPT='32BIT=Y DEBUG=Y' ++ BUILD_NAME=fv3_4 + clean_before=YES + clean_after=YES -+ BUILD_DIR=build_fv3_9 ++ BUILD_DIR=build_fv3_4 + [[ hera.intel == cheyenne.* ]] + [[ hera.intel == wcoss_dell_p3 ]] + MAKE_THREADS=8 + hostname hfe01 -+ cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests -+ echo 'Compiling REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_gfdlmp WW3=Y into fv3_9.exe on hera.intel' -Compiling REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_gfdlmp WW3=Y into fv3_9.exe on hera.intel ++ cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/tests ++ echo 'Compiling 32BIT=Y DEBUG=Y into fv3_4.exe on hera.intel' +Compiling 32BIT=Y DEBUG=Y into fv3_4.exe on hera.intel + '[' YES = YES ']' -+ rm -rf build_fv3_9 -+ mkdir -p build_fv3_9 ++ rm -rf build_fv3_4 ++ mkdir -p build_fv3_4 + CCPP_CMAKE_FLAGS= -+ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_gfdlmp WW3=Y == *\D\E\B\U\G\=\Y* ]] -+ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_gfdlmp WW3=Y == *\R\E\P\R\O\=\Y* ]] -+ CCPP_CMAKE_FLAGS=' -DREPRO=Y' -+ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_gfdlmp WW3=Y == *\3\2\B\I\T\=\Y* ]] -+ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_gfdlmp WW3=Y == *\O\P\E\N\M\P\=\N* ]] -+ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_gfdlmp WW3=Y == *\C\C\P\P\=\Y* ]] -+ CCPP_CMAKE_FLAGS=' -DREPRO=Y -DCCPP=ON -DMPI=ON' -+ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_gfdlmp WW3=Y == *\D\E\B\U\G\=\Y* ]] -+ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_gfdlmp WW3=Y == *\R\E\P\R\O\=\Y* ]] -+ CCPP_CMAKE_FLAGS=' -DREPRO=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit' -+ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_gfdlmp WW3=Y == *\3\2\B\I\T\=\Y* ]] -+ CCPP_CMAKE_FLAGS=' -DREPRO=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -DDYN32=OFF' -+ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_gfdlmp WW3=Y == *\S\T\A\T\I\C\=\Y* ]] -+ CCPP_CMAKE_FLAGS=' -DREPRO=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -DDYN32=OFF -DSTATIC=ON' -+ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_gfdlmp WW3=Y == *\M\U\L\T\I\_\G\A\S\E\S\=\Y* ]] -+ CCPP_CMAKE_FLAGS=' -DREPRO=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF' -++ echo REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_gfdlmp WW3=Y -++ sed 's/.* SUITES=//' -++ sed 's/ .*//' -+ SUITES=FV3_GFS_2017,FV3_GFS_2017_gfdlmp -+ cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model -+ ./FV3/ccpp/framework/scripts/ccpp_prebuild.py --config=FV3/ccpp/config/ccpp_prebuild_config.py --static --suites=FV3_GFS_2017,FV3_GFS_2017_gfdlmp --builddir=tests/build_fv3_9/FV3 -INFO: Logging level set to INFO -INFO: Found TYPEDEFS_NEW_METADATA dictionary in config, assume at least some data is in new metadata formet -INFO: Parsing suite definition files ... -INFO: Parsing suite definition file FV3/ccpp/suites/suite_FV3_GFS_2017.xml ... -INFO: Parsing suite definition file FV3/ccpp/suites/suite_FV3_GFS_2017_gfdlmp.xml ... -INFO: Parsing metadata tables for variables provided by host model ... -INFO: Parsed variable definition tables in module machine -INFO: Parsed variable definition tables in module module_radsw_parameters -INFO: Parsed variable definition tables in module module_radlw_parameters -INFO: Parsed variable definition tables in module CCPP_typedefs -INFO: Parsed variable definition tables in module GFS_typedefs -INFO: Parsed variable definition tables in module CCPP_data -INFO: Parsed variable definition tables in module ccpp_types -INFO: Convert local names from new metadata format into old metadata format ... -INFO: Converting local name sfcflw of variable lw_fluxes_sfc from new to old metadata -INFO: Converting local name nslwr of variable number_of_timesteps_between_longwave_radiation_calls from new to old metadata -INFO: Converting local name hydrostatic of variable flag_for_hydrostatic_solver from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_of_kinematic_buoyancy_flux_from_shoc_in_phy_f3d) of variable kinematic_buoyancy_flux_from_shoc from new to old metadata -INFO: Converting local name nkbfshoc of variable index_of_kinematic_buoyancy_flux_from_shoc_in_phy_f3d from new to old metadata -INFO: Converting local name dvisbm_cpl of variable cumulative_surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name cnvw of variable convective_cloud_water_mixing_ratio from new to old metadata -INFO: Converting local name ltaerosol of variable flag_for_aerosol_physics from new to old metadata -INFO: Converting local name rainmcadj of variable lwe_thickness_of_moist_convective_adj_precipitation_amount from new to old metadata -INFO: Converting local name loop_cnt of variable ccpp_loop_counter from new to old metadata -INFO: Converting local name ncpi of variable local_ice_number_concentration from new to old metadata -INFO: Converting local name pt of variable virtual_temperature_at_Lagrangian_surface from new to old metadata -INFO: Converting local name nirbmui of variable surface_upwelling_direct_near_infrared_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name vconvtend of variable tendency_of_y_wind_due_to_deep_convection_for_coupling_on_physics_timestep from new to old metadata -INFO: Converting local name uustar_ice of variable surface_friction_velocity_over_ice from new to old metadata -INFO: Converting local name phy_myj_uz0 of variable u_wind_component_at_viscous_sublayer_top from new to old metadata -INFO: Converting local name evap_land of variable kinematic_surface_upward_latent_heat_flux_over_land from new to old metadata -INFO: Converting local name ocean of variable flag_nonzero_ocean_surface_fraction from new to old metadata -INFO: Converting local name ep1d_ocean of variable surface_upward_potential_latent_heat_flux_over_ocean from new to old metadata -INFO: Converting local name qconvtend of variable tendency_of_water_vapor_specific_humidity_due_to_deep_convection_for_coupling_on_physics_timestep from new to old metadata -INFO: Converting local name islmsk_cice of variable sea_land_ice_mask_cice from new to old metadata -INFO: Converting local name cmm_ice of variable surface_drag_wind_speed_for_momentum_in_air_over_ice from new to old metadata -INFO: Converting local name visdfdi of variable surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name cnv_ndrop of variable number_concentration_of_cloud_liquid_water_particles_for_detrainment from new to old metadata -INFO: Converting local name sh2o of variable volume_fraction_of_unfrozen_soil_moisture_for_land_surface_model from new to old metadata -INFO: Converting local name tau_tofd of variable time_integral_of_momentum_flux_due_to_turbulent_orographic_form_drag from new to old metadata -INFO: Converting local name dnirbmi_cpl of variable instantaneous_surface_downwelling_direct_near_infrared_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name refdmax263k of variable maximum_reflectivity_at_minus10c_over_maximum_hourly_time_interval from new to old metadata -INFO: Converting local name ulwsfci of variable surface_upwelling_longwave_flux from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_liquid_cloud_condensate) of variable tendency_of_liquid_cloud_water_mixing_ratio_due_to_model_physics from new to old metadata -INFO: Converting local name ntcw of variable index_for_liquid_cloud_condensate from new to old metadata -INFO: Converting local name lheatstrg of variable flag_for_canopy_heat_storage from new to old metadata -INFO: Converting local name slc of variable volume_fraction_of_unfrozen_soil_moisture from new to old metadata -INFO: Converting local name tsfc_land of variable surface_skin_temperature_over_land_interstitial from new to old metadata -INFO: Converting local name save_v of variable y_wind_save from new to old metadata -INFO: Converting local name xkzm_m of variable atmosphere_momentum_diffusivity_background from new to old metadata -INFO: Converting local name gabsbdlw_land of variable surface_downwelling_longwave_flux_absorbed_by_ground_over_land from new to old metadata -INFO: Converting local name tprcp_ice of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_ice from new to old metadata -INFO: Converting local name stblcpxy of variable slow_soil_pool_mass_content_of_carbon from new to old metadata -INFO: Converting local name cdq_land of variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_land from new to old metadata -INFO: Converting local name du3dt(:,:,2) of variable cumulative_change_in_x_wind_due_to_orographic_gravity_wave_drag from new to old metadata -INFO: Converting local name mg_berg_eff_factor of variable mg_bergeron_efficiency_factor from new to old metadata -INFO: Converting local name clouds(:,:,3) of variable mean_effective_radius_for_liquid_cloud from new to old metadata -INFO: Converting local name aer_nm of variable aerosol_number_concentration_from_gocart_aerosol_climatology from new to old metadata -INFO: Converting local name xzts of variable sensitivity_of_dtl_thickness_to_surface_temperature from new to old metadata -INFO: Converting local name lake of variable flag_nonzero_lake_surface_fraction from new to old metadata -INFO: Converting local name kb of variable vertical_index_difference_between_layer_and_lower_bound from new to old metadata -INFO: Converting local name ipt of variable index_for_diagnostic_printout from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_ice_friendly_aerosols) of variable ice_friendly_aerosol_number_concentration from new to old metadata -INFO: Converting local name ntia of variable index_for_ice_friendly_aerosols from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_rain_water) of variable tendency_of_rain_water_mixing_ratio_due_to_model_physics from new to old metadata -INFO: Converting local name ntrw of variable index_for_rain_water from new to old metadata -INFO: Converting local name con_epsm1 of variable ratio_of_dry_air_to_water_vapor_gas_constants_minus_one from new to old metadata -INFO: Converting local name dqsfc_cice of variable surface_upward_latent_heat_flux_for_coupling_interstitial from new to old metadata -INFO: Converting local name last_step of variable flag_for_the_last_step_of_k_split_remapping from new to old metadata -INFO: Converting local name huge of variable netcdf_float_fillvalue from new to old metadata -INFO: Converting local name save_q(:,:,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio_save from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_liquid_cloud_number_concentration) of variable cloud_droplet_number_concentration from new to old metadata -INFO: Converting local name ntlnc of variable index_for_liquid_cloud_number_concentration from new to old metadata -INFO: Converting local name dv3dt(:,:,1) of variable cumulative_change_in_y_wind_due_to_PBL from new to old metadata -INFO: Converting local name imp_physics_mg of variable flag_for_morrison_gettelman_microphysics_scheme from new to old metadata -INFO: Converting local name cldtaulw of variable cloud_optical_depth_layers_at_10mu_band from new to old metadata -INFO: Converting local name wet of variable flag_nonzero_wet_surface_fraction from new to old metadata -INFO: Converting local name qsnowxy of variable snow_precipitation_rate_at_surface from new to old metadata -INFO: Converting local name iopt_frz of variable flag_for_supercooled_liquid_water_option from new to old metadata -INFO: Converting local name dsnow_cpl of variable tendency_of_lwe_thickness_of_snow_amount_for_coupling from new to old metadata -INFO: Converting local name cldsa of variable cloud_area_fraction_for_radiation from new to old metadata -INFO: Converting local name totsnwb of variable accumulated_lwe_thickness_of_snow_amount_in_bucket from new to old metadata -INFO: Converting local name gq0(:,:,index_for_rain_water) of variable rain_water_mixing_ratio_updated_by_physics from new to old metadata -INFO: Converting local name totsnw of variable accumulated_lwe_thickness_of_snow_amount from new to old metadata -INFO: Converting local name xkzm_s of variable diffusivity_background_sigma_level from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_water_friendly_aerosols) of variable tendency_of_water_friendly_aerosol_number_concentration_due_to_model_physics from new to old metadata -INFO: Converting local name ntwa of variable index_for_water_friendly_aerosols from new to old metadata -INFO: Converting local name fswtr of variable fraction_of_cloud_top_water_scavenged from new to old metadata -INFO: Converting local name nvisbmi_cpl of variable instantaneous_surface_net_downward_direct_ultraviolet_and_visible_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_of_atmosphere_heat_diffusivity_from_shoc_in_phy_f3d) of variable atmosphere_heat_diffusivity_from_shoc from new to old metadata -INFO: Converting local name nahdshoc of variable index_of_atmosphere_heat_diffusivity_from_shoc_in_phy_f3d from new to old metadata -INFO: Converting local name nthreads of variable omp_threads_for_fast_physics from new to old metadata -INFO: Converting local name icemp of variable lwe_thickness_of_ice_amount from new to old metadata -INFO: Converting local name dqsfc_cpl of variable cumulative_surface_upward_latent_heat_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name con_jcal of variable joules_per_calorie_constant from new to old metadata -INFO: Converting local name xmu of variable zenith_angle_temporal_adjustment_factor_for_shortwave_fluxes from new to old metadata -INFO: Converting local name con_fvirt of variable ratio_of_vapor_to_dry_air_gas_constants_minus_one from new to old metadata -INFO: Converting local name evfactl_deep of variable rain_evaporation_coefficient_over_land_deep_convection from new to old metadata -INFO: Converting local name canliqxy of variable canopy_intercepted_liquid_water from new to old metadata -INFO: Converting local name phy_myj_qsfc of variable surface_specific_humidity_for_MYJ_schemes from new to old metadata -INFO: Converting local name rainncprv of variable lwe_thickness_of_explicit_rainfall_amount_from_previous_timestep from new to old metadata -INFO: Converting local name Tbd of variable GFS_tbd_type_instance from new to old metadata -INFO: Converting local name v1 of variable y_wind_at_lowest_model_layer_for_diag from new to old metadata -INFO: Converting local name det_mf of variable cumulative_atmosphere_detrainment_convective_mass_flux from new to old metadata -INFO: Converting local name psurf of variable surface_air_pressure_diag from new to old metadata -INFO: Converting local name gasvmr(:,:,10) of variable volume_mixing_ratio_cfc113 from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_for_rain_effective_radius) of variable effective_radius_of_stratiform_cloud_rain_particle_in_um from new to old metadata -INFO: Converting local name nreffr of variable index_for_rain_effective_radius from new to old metadata -INFO: Converting local name del_gz of variable geopotential_difference_between_midlayers_divided_by_midlayer_virtual_temperature from new to old metadata -INFO: Converting local name imfdeepcnv_ntiedtke of variable flag_for_ntiedtke_deep_convection_scheme from new to old metadata -INFO: Converting local name h2o_coeff of variable number_of_coefficients_in_h2o_forcing_data from new to old metadata -INFO: Converting local name tgrs of variable air_temperature from new to old metadata -INFO: Converting local name xlon of variable longitude from new to old metadata -INFO: Converting local name c_d of variable coefficient_c_d from new to old metadata -INFO: Converting local name tlvl of variable air_temperature_at_interface_for_radiation from new to old metadata -INFO: Converting local name f_rimef of variable rime_factor from new to old metadata -INFO: Converting local name mg_do_ice_gmao of variable mg_flag_for_gmao_ice_formulation from new to old metadata -INFO: Converting local name snowca of variable cumulative_surface_snow_area_fraction_multiplied_by_timestep from new to old metadata -INFO: Converting local name hflx of variable kinematic_surface_upward_sensible_heat_flux from new to old metadata -INFO: Converting local name dt3dt(:,:,6) of variable cumulative_change_in_temperature_due_to_microphysics from new to old metadata -INFO: Converting local name nirdfui of variable surface_upwelling_diffuse_near_infrared_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name trans of variable transpiration_flux from new to old metadata -INFO: Converting local name ntchs of variable index_for_first_chemical_tracer from new to old metadata -INFO: Converting local name idxday of variable daytime_points from new to old metadata -INFO: Converting local name iceprv of variable lwe_thickness_of_ice_amount_from_previous_timestep from new to old metadata -INFO: Converting local name mg_alf of variable mg_tuning_factor_for_alphas from new to old metadata -INFO: Converting local name nupdraft of variable number_of_plumes from new to old metadata -INFO: Converting local name qr_r of variable cloud_rain_water_mixing_ratio from new to old metadata -INFO: Converting local name sec of variable seconds_elapsed_since_model_initialization from new to old metadata -INFO: Converting local name epi of variable instantaneous_surface_potential_evaporation from new to old metadata -INFO: Converting local name gflx_land of variable upward_heat_flux_in_soil_over_land from new to old metadata -INFO: Converting local name du3dt_ngw of variable time_integral_of_change_in_x_wind_due_to_nonstationary_gravity_wave from new to old metadata -INFO: Converting local name bl_mynn_cloudpdf of variable cloudpdf from new to old metadata -INFO: Converting local name vtype of variable vegetation_type_classification_real from new to old metadata -INFO: Converting local name imfdeepcnv_gf of variable flag_for_gf_deep_convection_scheme from new to old metadata -INFO: Converting local name lssav of variable flag_diagnostics from new to old metadata -INFO: Converting local name sfalb of variable surface_diffused_shortwave_albedo from new to old metadata -INFO: Converting local name acvb of variable smallest_cloud_base_vertical_index_encountered_thus_far from new to old metadata -INFO: Converting local name c_0 of variable coefficient_c_0 from new to old metadata -INFO: Converting local name mpirank of variable mpi_rank_for_fast_physics from new to old metadata -INFO: Converting local name ntrac of variable number_of_tracers from new to old metadata -INFO: Converting local name dvsfci of variable instantaneous_surface_y_momentum_flux_for_diag from new to old metadata -INFO: Converting local name GFS_Interstitial of variable GFS_interstitial_type_instance_all_threads from new to old metadata -INFO: Converting local name in_nm of variable in_number_concentration from new to old metadata -INFO: Converting local name blksz2(ccpp_block_number) of variable horizontal_dimension from new to old metadata -INFO: Converting local name blk_no of variable ccpp_block_number from new to old metadata -INFO: Converting local name min_lakeice of variable lake_ice_minimum from new to old metadata -INFO: Converting local name canicexy of variable canopy_intercepted_ice_mass from new to old metadata -INFO: Converting local name mg_precip_frac_method of variable mg_type_of_precip_fraction_method from new to old metadata -INFO: Converting local name lonr of variable number_of_equatorial_longitude_points from new to old metadata -INFO: Converting local name dt3dt(:,:,7) of variable cumulative_change_in_temperature_due_to_orographic_gravity_wave_drag from new to old metadata -INFO: Converting local name dtzm of variable mean_change_over_depth_in_sea_water_temperature from new to old metadata -INFO: Converting local name du3dt_mtb of variable time_integral_of_change_in_x_wind_due_to_mountain_blocking_drag from new to old metadata -INFO: Converting local name stress_land of variable surface_wind_stress_over_land from new to old metadata -INFO: Converting local name nspinup of variable number_of_iterations_to_spin_up_cellular_automata from new to old metadata -INFO: Converting local name zogw of variable height_of_launch_level_of_orographic_gravity_wave from new to old metadata -INFO: Converting local name ntsw of variable index_for_snow_water from new to old metadata -INFO: Converting local name cov of variable t_prime_q_prime from new to old metadata -INFO: Converting local name sup of variable ice_supersaturation_threshold from new to old metadata -INFO: Converting local name dt3dt(:,:,3) of variable cumulative_change_in_temperature_due_to_PBL from new to old metadata -INFO: Converting local name mg_qcvar of variable mg_cloud_water_variance from new to old metadata -INFO: Converting local name ffmm_ice of variable Monin_Obukhov_similarity_function_for_momentum_over_ice from new to old metadata -INFO: Converting local name dtdt of variable tendency_of_air_temperature_at_Lagrangian_surface from new to old metadata -INFO: Converting local name GFS_statein_type of variable GFS_statein_type from new to old metadata -INFO: Converting local name train of variable accumulated_change_of_air_temperature_due_to_FA_scheme from new to old metadata -INFO: Converting local name fscav of variable coefficients_for_aerosol_scavenging from new to old metadata -INFO: Converting local name prslk(:,1) of variable dimensionless_exner_function_at_lowest_model_layer from new to old metadata -INFO: Converting local name tf of variable frozen_cloud_threshold_temperature from new to old metadata -INFO: Converting local name communicator of variable mpi_comm from new to old metadata -INFO: Converting local name qs_r of variable cloud_snow_mixing_ratio from new to old metadata -INFO: Converting local name skebv_wts of variable weights_for_stochastic_skeb_perturbation_of_y_wind from new to old metadata -INFO: Converting local name bl_mynn_edmf_part of variable edmf_partition_flag from new to old metadata -INFO: Converting local name dq3dt(:,:,7) of variable cumulative_change_in_ozone_concentration_due_to_ozone_mixing_ratio from new to old metadata -INFO: Converting local name swhc of variable tendency_of_air_temperature_due_to_shortwave_heating_assuming_clear_sky_on_radiation_timestep from new to old metadata -INFO: Converting local name mg_ngnst of variable mg_graupel_concentration_constant from new to old metadata -INFO: Converting local name GFS_grid_type of variable GFS_grid_type from new to old metadata -INFO: Converting local name js of variable starting_y_direction_index from new to old metadata -INFO: Converting local name out_dt of variable flag_for_tendency_of_air_temperature_at_Lagrangian_surface from new to old metadata -INFO: Converting local name delr of variable layer_pressure_thickness_for_radiation from new to old metadata -INFO: Converting local name ncgl of variable local_graupel_number_concentration from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_snow_water) of variable snow_water_mixing_ratio from new to old metadata -INFO: Converting local name totgrp of variable accumulated_lwe_thickness_of_graupel_amount from new to old metadata -INFO: Converting local name cldtausw of variable cloud_optical_depth_layers_at_0p55mu_band from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_ozone) of variable tendency_of_ozone_mixing_ratio_due_to_model_physics from new to old metadata -INFO: Converting local name ntoz of variable index_for_ozone from new to old metadata -INFO: Converting local name evap of variable kinematic_surface_upward_latent_heat_flux from new to old metadata -INFO: Converting local name oro of variable orography from new to old metadata -INFO: Converting local name topfsw of variable sw_fluxes_top_atmosphere from new to old metadata -INFO: Converting local name jmap of variable map_of_block_column_number_to_global_j_index from new to old metadata -INFO: Converting local name cdq of variable surface_drag_coefficient_for_heat_and_moisture_in_air from new to old metadata -INFO: Converting local name soiltype of variable soil_type_classification from new to old metadata -INFO: Converting local name evap_ocean of variable kinematic_surface_upward_latent_heat_flux_over_ocean from new to old metadata -INFO: Converting local name nblks of variable number_of_blocks from new to old metadata -INFO: Converting local name dxinv of variable inverse_scaling_factor_for_critical_relative_humidity from new to old metadata -INFO: Converting local name dvsfc of variable cumulative_surface_y_momentum_flux_for_diag_multiplied_by_timestep from new to old metadata -INFO: Converting local name GFS_stateout_type of variable GFS_stateout_type from new to old metadata -INFO: Converting local name qg of variable cloud_graupel_specific_humidity_at_Lagrangian_surface from new to old metadata -INFO: Converting local name nmtvr of variable number_of_statistical_measures_of_subgrid_orography from new to old metadata -INFO: Converting local name nseed of variable cellular_automata_seed_frequency from new to old metadata -INFO: Converting local name nlives of variable cellular_automata_lifetime from new to old metadata -INFO: Converting local name vegf1d of variable perturbation_of_vegetation_fraction from new to old metadata -INFO: Converting local name v10m of variable y_wind_at_10m from new to old metadata -INFO: Converting local name hice of variable sea_ice_thickness from new to old metadata -INFO: Converting local name mbota of variable model_layer_number_at_cloud_base from new to old metadata -INFO: Converting local name ncnvw of variable index_for_convective_cloud_water_mixing_ratio_in_phy_f3d from new to old metadata -INFO: Converting local name flqc of variable surface_exchange_coefficient_for_moisture from new to old metadata -INFO: Converting local name imfshalcnv_samf of variable flag_for_samf_shallow_convection_scheme from new to old metadata -INFO: Converting local name ntdiag of variable diagnostics_control_for_chemical_tracers from new to old metadata -INFO: Converting local name c1_shal of variable detrainment_conversion_parameter_shallow_convection from new to old metadata -INFO: Converting local name con_g of variable gravitational_acceleration from new to old metadata -INFO: Converting local name je of variable ending_y_direction_index from new to old metadata -INFO: Converting local name hprime(:,1) of variable standard_deviation_of_subgrid_orography from new to old metadata -INFO: Converting local name lh of variable surface_latent_heat from new to old metadata -INFO: Converting local name v10max of variable maximum_v_wind_at_10m_over_maximum_hourly_time_interval from new to old metadata -INFO: Converting local name dvsfcg of variable instantaneous_y_stress_due_to_gravity_wave_drag from new to old metadata -INFO: Converting local name mg_ninst of variable mg_ice_concentration_constant from new to old metadata -INFO: Converting local name lwhd of variable tendency_of_air_temperature_due_to_longwave_heating_for_idea from new to old metadata -INFO: Converting local name ntkev of variable index_for_turbulent_kinetic_energy_vertical_diffusion_tracer from new to old metadata -INFO: Converting local name fm10 of variable Monin_Obukhov_similarity_function_for_momentum_at_10m from new to old metadata -INFO: Converting local name phour of variable forecast_time_at_previous_timestep from new to old metadata -INFO: Converting local name phys_hydrostatic of variable flag_for_hydrostatic_heating_from_physics from new to old metadata -INFO: Converting local name nswsfci of variable surface_net_downwelling_shortwave_flux from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_for_graupel_effective_radius) of variable effective_radius_of_stratiform_cloud_graupel_particle_in_um from new to old metadata -INFO: Converting local name ngeffr of variable index_for_graupel_effective_radius from new to old metadata -INFO: Converting local name kt of variable vertical_index_difference_between_layer_and_upper_bound from new to old metadata -INFO: Converting local name GFS_tbd_type of variable GFS_tbd_type from new to old metadata -INFO: Converting local name tsurf_ocean of variable surface_skin_temperature_after_iteration_over_ocean from new to old metadata -INFO: Converting local name gu0(:,1) of variable x_wind_at_lowest_model_layer_updated_by_physics from new to old metadata -INFO: Converting local name akap of variable kappa_dry_for_fast_physics from new to old metadata -INFO: Converting local name lsm of variable flag_for_land_surface_scheme from new to old metadata -INFO: Converting local name nscav of variable number_of_tracers_scavenged from new to old metadata -INFO: Converting local name ffmm of variable Monin_Obukhov_similarity_function_for_momentum from new to old metadata -INFO: Converting local name nnirbm_cpl of variable cumulative_surface_net_downward_direct_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name tau_mtb of variable instantaneous_momentum_flux_due_to_mountain_blocking_drag from new to old metadata -INFO: Converting local name snicexy of variable snow_layer_ice from new to old metadata -INFO: Converting local name flag_guess of variable flag_for_guess_run from new to old metadata -INFO: Converting local name dnirbm_cpl of variable cumulative_surface_downwelling_direct_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name chh_ocean of variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_ocean from new to old metadata -INFO: Converting local name dtsfci_cpl of variable instantaneous_surface_upward_sensible_heat_flux_for_coupling from new to old metadata -INFO: Converting local name flgmin of variable minimum_large_ice_fraction from new to old metadata -INFO: Converting local name t02max of variable maximum_temperature_at_2m_over_maximum_hourly_time_interval from new to old metadata -INFO: Converting local name tconvtend of variable tendency_of_air_temperature_due_to_deep_convection_for_coupling_on_physics_timestep from new to old metadata -INFO: Converting local name zorl of variable surface_roughness_length from new to old metadata -INFO: Converting local name coslat of variable cosine_of_latitude from new to old metadata -INFO: Converting local name pertalb of variable magnitude_of_surface_albedo_perturbation from new to old metadata -INFO: Converting local name aecm of variable instantaneous_aerosol_column_mass_densities from new to old metadata -INFO: Converting local name con_rv of variable gas_constant_water_vapor from new to old metadata -INFO: Converting local name wminco of variable cloud_condensed_water_conversion_threshold from new to old metadata -INFO: Converting local name fastcpxy of variable fast_soil_pool_mass_content_of_carbon from new to old metadata -INFO: Converting local name kind_grid of variable kind_grid from new to old metadata -INFO: Converting local name stress of variable surface_wind_stress from new to old metadata -INFO: Converting local name qgrs(:,1,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio_at_lowest_model_layer from new to old metadata -INFO: Converting local name rhc of variable critical_relative_humidity from new to old metadata -INFO: Converting local name tsfco of variable sea_surface_temperature from new to old metadata -INFO: Converting local name tau_ngw of variable instantaneous_momentum_flux_due_to_nonstationary_gravity_wave from new to old metadata -INFO: Converting local name tsfcl of variable surface_skin_temperature_over_land from new to old metadata -INFO: Converting local name clouds(:,:,7) of variable mean_effective_radius_for_rain_drop from new to old metadata -INFO: Converting local name con_cliq of variable specific_heat_of_liquid_water_at_constant_pressure from new to old metadata -INFO: Converting local name zmtb of variable height_of_mountain_blocking from new to old metadata -INFO: Converting local name ulwsfcin_cpl of variable surface_upwelling_longwave_flux_for_coupling from new to old metadata -INFO: Converting local name dlwsfc_cpl of variable cumulative_surface_downwelling_longwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name sfcdlw of variable surface_downwelling_longwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name t1 of variable air_temperature_at_lowest_model_layer_for_diag from new to old metadata -INFO: Converting local name ntiw of variable index_for_ice_cloud_condensate from new to old metadata -INFO: Converting local name bl_mynn_mixlength of variable mixing_length_flag from new to old metadata -INFO: Converting local name faerlw(:,:,:,1) of variable aerosol_optical_depth_for_longwave_bands_01_16 from new to old metadata -INFO: Converting local name ozpl of variable ozone_forcing from new to old metadata -INFO: Converting local name dlength of variable characteristic_grid_length_scale from new to old metadata -INFO: Converting local name slag of variable equation_of_time from new to old metadata -INFO: Converting local name ntot2d of variable number_of_fields_in_phyf2d from new to old metadata -INFO: Converting local name iopt_run of variable flag_for_runoff_and_groundwater_option from new to old metadata -INFO: Converting local name gq0(:,:,index_for_liquid_cloud_number_concentration) of variable cloud_droplet_number_concentration_updated_by_physics from new to old metadata -INFO: Converting local name sneqvoxy of variable snow_mass_at_previous_time_step from new to old metadata -INFO: Converting local name con_rhw0 of variable sea_water_reference_density from new to old metadata -INFO: Converting local name mtopa of variable model_layer_number_at_cloud_top from new to old metadata -INFO: Converting local name pertshc of variable magnitude_of_perturbation_of_soil_type_b_parameter from new to old metadata -INFO: Converting local name levi of variable vertical_interface_dimension from new to old metadata -INFO: Converting local name do_shoc of variable flag_for_shoc from new to old metadata -INFO: Converting local name du3dt_tms of variable time_integral_of_change_in_x_wind_due_to_turbulent_orographic_form_drag from new to old metadata -INFO: Converting local name snow_cpl of variable lwe_thickness_of_snow_amount_for_coupling from new to old metadata -INFO: Converting local name pkz of variable finite_volume_mean_edge_pressure_raised_to_the_power_of_kappa from new to old metadata -INFO: Converting local name nn of variable number_of_tracers_for_convective_transport from new to old metadata -INFO: Converting local name do_sat_adj of variable flag_for_saturation_adjustment_for_microphysics_in_dynamics from new to old metadata -INFO: Converting local name dx of variable cell_size from new to old metadata -INFO: Converting local name do_ugwp of variable do_ugwp from new to old metadata -INFO: Converting local name rain of variable lwe_thickness_of_precipitation_amount_on_dynamics_timestep from new to old metadata -INFO: Converting local name iopt_crs of variable flag_for_canopy_stomatal_resistance_option from new to old metadata -INFO: Converting local name qgrs(:,1,index_for_water_vapor) of variable water_vapor_specific_humidity_at_lowest_model_layer from new to old metadata -INFO: Converting local name ntqv of variable index_for_water_vapor from new to old metadata -INFO: Converting local name t02min of variable minimum_temperature_at_2m_over_maximum_hourly_time_interval from new to old metadata -INFO: Converting local name imp_physics_gfdl of variable flag_for_gfdl_microphysics_scheme from new to old metadata -INFO: Converting local name lprnt of variable flag_print from new to old metadata -INFO: Converting local name gabsbdlw_ice of variable surface_downwelling_longwave_flux_absorbed_by_ground_over_ice from new to old metadata -INFO: Converting local name imp_physics_thompson of variable flag_for_thompson_microphysics_scheme from new to old metadata -INFO: Converting local name ctei_rm of variable critical_cloud_top_entrainment_instability_criteria from new to old metadata -INFO: Converting local name tseal of variable surface_skin_temperature_for_nsst from new to old metadata -INFO: Converting local name dusfc_fd of variable integrated_x_momentum_flux_from_form_drag from new to old metadata -INFO: Converting local name dusfcin_cpl of variable surface_x_momentum_flux_for_coupling from new to old metadata -INFO: Converting local name slope of variable surface_slope_classification_real from new to old metadata -INFO: Converting local name htrlw of variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_timestep from new to old metadata -INFO: Converting local name mg_qcmin(2) of variable mg_minimum_ice_mixing_ratio from new to old metadata -INFO: Converting local name tice of variable sea_ice_temperature_interstitial from new to old metadata -INFO: Converting local name adjvisbmu of variable surface_upwelling_direct_ultraviolet_and_visible_shortwave_flux from new to old metadata -INFO: Converting local name dvgwd of variable time_integral_of_y_stress_due_to_gravity_wave_drag from new to old metadata -INFO: Converting local name dusfc_cice of variable surface_x_momentum_flux_for_coupling_interstitial from new to old metadata -INFO: Converting local name errmsg of variable ccpp_error_message from new to old metadata -INFO: Converting local name flag_cice of variable flag_for_cice from new to old metadata -INFO: Converting local name Coupling of variable GFS_coupling_type_instance from new to old metadata -INFO: Converting local name cs_parm(3) of variable detrainment_and_precipitation_tunable_parameter_3_CS from new to old metadata -INFO: Converting local name snliqxy of variable snow_layer_liquid_water from new to old metadata -INFO: Converting local name mstrat of variable flag_for_moorthi_stratus from new to old metadata -INFO: Converting local name imfdeepcnv_sas of variable flag_for_sas_deep_convection_scheme from new to old metadata -INFO: Converting local name weasd_ice of variable water_equivalent_accumulated_snow_depth_over_ice from new to old metadata -INFO: Converting local name bl_mynn_edmf_mom of variable edmf_momentum_transport_flag from new to old metadata -INFO: Converting local name npdf3d of variable number_of_3d_arrays_associated_with_pdf_based_clouds from new to old metadata -INFO: Converting local name dq3dt(:,:,2) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_deep_convection from new to old metadata -INFO: Converting local name w_upi of variable vertical_velocity_for_updraft from new to old metadata -INFO: Converting local name qlyr of variable water_vapor_specific_humidity_at_layer_for_radiation from new to old metadata -INFO: Converting local name fm10_ice of variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_ice from new to old metadata -INFO: Converting local name qgl of variable local_graupel_mixing_ratio from new to old metadata -INFO: Converting local name gt0(:,1) of variable air_temperature_at_lowest_model_layer_updated_by_physics from new to old metadata -INFO: Converting local name ccpp_t of variable ccpp_t from new to old metadata -INFO: Converting local name clouds(:,:,4) of variable cloud_ice_water_path from new to old metadata -INFO: Converting local name rain_cpl of variable lwe_thickness_of_precipitation_amount_for_coupling from new to old metadata -INFO: Converting local name bl_mynn_cloudmix of variable cloud_specie_mix_flag from new to old metadata -INFO: Converting local name tgxy of variable ground_temperature_for_noahmp from new to old metadata -INFO: Converting local name oa4 of variable asymmetry_of_subgrid_orography from new to old metadata -INFO: Converting local name refdmax of variable maximum_reflectivity_at_1km_agl_over_maximum_hourly_time_interval from new to old metadata -INFO: Converting local name GFS_Data(ccpp_block_number) of variable GFS_data_type_instance from new to old metadata -INFO: Converting local name dvsfc_cpl of variable cumulative_surface_y_momentum_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name shocaftcnv of variable flag_for_shoc_after_convection from new to old metadata -INFO: Converting local name mg_rhmini of variable mg_minimum_rh_for_ice from new to old metadata -INFO: Converting local name t2mi_cpl of variable instantaneous_temperature_at_2m_for_coupling from new to old metadata -INFO: Converting local name GFS_Interstitial(ccpp_thread_number) of variable GFS_interstitial_type_instance from new to old metadata -INFO: Converting local name thrd_no of variable ccpp_thread_number from new to old metadata -INFO: Converting local name evbs of variable soil_upward_latent_heat_flux from new to old metadata -INFO: Converting local name dtdtr of variable tendency_of_air_temperature_due_to_radiative_heating_on_physics_time_step from new to old metadata -INFO: Converting local name spfhmin of variable minimum_specific_humidity_at_2m from new to old metadata -INFO: Converting local name xsaixy of variable stem_area_index from new to old metadata -INFO: Converting local name lsoil of variable soil_vertical_dimension from new to old metadata -INFO: Converting local name mg_ts_auto_ice of variable mg_time_scale_for_autoconversion_of_ice from new to old metadata -INFO: Converting local name ca_deep of variable fraction_of_cellular_automata_for_deep_convection from new to old metadata -INFO: Converting local name work1 of variable grid_size_related_coefficient_used_in_scale_sensitive_schemes from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_for_cloud_liquid_water_effective_radius) of variable effective_radius_of_stratiform_cloud_liquid_water_particle_in_um from new to old metadata -INFO: Converting local name nleffr of variable index_for_cloud_liquid_water_effective_radius from new to old metadata -INFO: Converting local name dlwsfci of variable surface_downwelling_longwave_flux from new to old metadata -INFO: Converting local name mg_nicons of variable mg_flag_ice_concentration_constant from new to old metadata -INFO: Converting local name faersw(:,:,:,1) of variable aerosol_optical_depth_for_shortwave_bands_01_16 from new to old metadata -INFO: Converting local name xt of variable diurnal_thermocline_layer_heat_content from new to old metadata -INFO: Converting local name prsl of variable air_pressure from new to old metadata -INFO: Converting local name cv of variable fraction_of_convective_cloud from new to old metadata -INFO: Converting local name blksz of variable horizontal_block_size from new to old metadata -INFO: Converting local name pertvegf of variable magnitude_of_perturbation_of_vegetation_fraction from new to old metadata -INFO: Converting local name gq0(:,:,index_for_cloud_amount) of variable cloud_fraction_updated_by_physics from new to old metadata -INFO: Converting local name ntclamt of variable index_for_cloud_amount from new to old metadata -INFO: Converting local name zorlo of variable surface_roughness_length_over_ocean from new to old metadata -INFO: Converting local name te0 of variable atmosphere_energy_content_at_Lagrangian_surface from new to old metadata -INFO: Converting local name ktop of variable vertical_index_at_cloud_top from new to old metadata -INFO: Converting local name prevsq of variable moisture_from_previous_timestep from new to old metadata -INFO: Converting local name kpbl of variable vertical_index_at_top_of_atmosphere_boundary_layer from new to old metadata -INFO: Converting local name ncells of variable cellular_automata_finer_grid from new to old metadata -INFO: Converting local name cnvc of variable convective_cloud_cover from new to old metadata -INFO: Converting local name totprcp of variable accumulated_lwe_thickness_of_precipitation_amount from new to old metadata -INFO: Converting local name cgwf of variable multiplication_factors_for_convective_gravity_wave_drag from new to old metadata -INFO: Converting local name do_shum of variable flag_for_stochastic_shum_option from new to old metadata -INFO: Converting local name save_q of variable tracer_concentration_save from new to old metadata -INFO: Converting local name h2o_pres of variable natural_log_of_h2o_forcing_data_pressure_levels from new to old metadata -INFO: Converting local name iopt_snf of variable flag_for_precipitation_partition_option from new to old metadata -INFO: Converting local name c0s_shal of variable rain_conversion_parameter_shallow_convection from new to old metadata -INFO: Converting local name zwtxy of variable water_table_depth from new to old metadata -INFO: Converting local name qr of variable cloud_rain_specific_humidity_at_Lagrangian_surface from new to old metadata -INFO: Converting local name dzlyr of variable layer_thickness_for_radiation from new to old metadata -INFO: Converting local name taussxy of variable nondimensional_snow_age from new to old metadata -INFO: Converting local name tsfa of variable surface_air_temperature_for_radiation from new to old metadata -INFO: Converting local name snoalb of variable upper_bound_on_max_albedo_over_deep_snow from new to old metadata -INFO: Converting local name xs of variable sea_water_salinity from new to old metadata -INFO: Converting local name dvsfci_cpl of variable instantaneous_surface_y_momentum_flux_for_coupling from new to old metadata -INFO: Converting local name xlat of variable latitude from new to old metadata -INFO: Converting local name ugrs of variable x_wind from new to old metadata -INFO: Converting local name shdmin of variable minimum_vegetation_area_fraction from new to old metadata -INFO: Converting local name nnirdfi_cpl of variable instantaneous_surface_net_downward_diffuse_near_infrared_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name microp_uniform of variable mg_flag_for_uniform_subcolumns from new to old metadata -INFO: Converting local name frland of variable land_area_fraction_for_microphysics from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_ice_friendly_aerosols) of variable tendency_of_ice_friendly_aerosol_number_concentration_due_to_model_physics from new to old metadata -INFO: Converting local name oz_pres of variable natural_log_of_ozone_forcing_data_pressure_levels from new to old metadata -INFO: Converting local name zlwb of variable time_integral_of_height_of_low_level_wave_breaking from new to old metadata -INFO: Converting local name gq0(:,:,index_for_ice_cloud_condensate) of variable ice_water_mixing_ratio_updated_by_physics from new to old metadata -INFO: Converting local name qss of variable surface_specific_humidity from new to old metadata -INFO: Converting local name dry of variable flag_nonzero_land_surface_fraction from new to old metadata -INFO: Converting local name bk of variable b_parameter_of_the_hybrid_coordinate from new to old metadata -INFO: Converting local name cdmbgwd of variable multiplication_factors_for_mountain_blocking_and_orographic_gravity_wave_drag from new to old metadata -INFO: Converting local name levs of variable vertical_dimension from new to old metadata -INFO: Converting local name swhtr of variable flag_for_output_of_shortwave_heating_rate from new to old metadata -INFO: Converting local name zorl_land of variable surface_roughness_length_over_land_interstitial from new to old metadata -INFO: Converting local name t2m of variable temperature_at_2m from new to old metadata -INFO: Converting local name tau_ogw of variable instantaneous_momentum_flux_due_to_orographic_gravity_wave_drag from new to old metadata -INFO: Converting local name shoc_parm(3) of variable shoc_tke_dissipation_tunable_parameter_near_surface from new to old metadata -INFO: Converting local name gflx_ice of variable upward_heat_flux_in_soil_over_ice from new to old metadata -INFO: Converting local name nspc1 of variable number_of_species_for_aerosol_optical_depth from new to old metadata -INFO: Converting local name drain_cpl of variable tendency_of_lwe_thickness_of_precipitation_amount_for_coupling from new to old metadata -INFO: Converting local name phis of variable surface_geopotential_at_Lagrangian_surface from new to old metadata -INFO: Converting local name q2mi_cpl of variable instantaneous_specific_humidity_at_2m_for_coupling from new to old metadata -INFO: Converting local name zogw of variable time_integral_of_height_of_launch_level_of_orographic_gravity_wave from new to old metadata -INFO: Converting local name prsi of variable air_pressure_at_interface from new to old metadata -INFO: Converting local name aerodp of variable atmosphere_optical_thickness_due_to_ambient_aerosol_particles from new to old metadata -INFO: Converting local name shal_cnv of variable flag_for_shallow_convection from new to old metadata -INFO: Converting local name icsdlw of variable seed_random_numbers_lw from new to old metadata -INFO: Converting local name ncld of variable number_of_hydrometeors from new to old metadata -INFO: Converting local name gasvmr(:,:,6) of variable volume_mixing_ratio_cfc11 from new to old metadata -INFO: Converting local name tracers_water of variable number_of_water_tracers from new to old metadata -INFO: Converting local name nscyc of variable number_of_timesteps_between_surface_cycling_calls from new to old metadata -INFO: Converting local name dswsfc_cpl of variable cumulative_surface_downwelling_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name adjvisdfu of variable surface_upwelling_diffuse_ultraviolet_and_visible_shortwave_flux from new to old metadata -INFO: Converting local name cs_parm(2) of variable updraft_velocity_tunable_parameter_2_CS from new to old metadata -INFO: Converting local name lsswr of variable flag_to_calc_sw from new to old metadata -INFO: Converting local name imfshalcnv_gf of variable flag_for_gf_shallow_convection_scheme from new to old metadata -INFO: Converting local name kinver of variable index_of_highest_temperature_inversion from new to old metadata -INFO: Converting local name tslb of variable soil_temperature_for_land_surface_model from new to old metadata -INFO: Converting local name weasd of variable water_equivalent_accumulated_snow_depth from new to old metadata -INFO: Converting local name tisfc of variable sea_ice_temperature from new to old metadata -INFO: Converting local name faerlw of variable aerosol_optical_properties_for_longwave_bands_01_16 from new to old metadata -INFO: Converting local name logunit of variable iounit_log from new to old metadata -INFO: Converting local name fast_mp_consv of variable flag_for_fast_microphysics_energy_conservation from new to old metadata -INFO: Converting local name cnv_mfd of variable detrained_mass_flux from new to old metadata -INFO: Converting local name zvir of variable ratio_of_vapor_to_dry_air_gas_constants_minus_one_default_kind from new to old metadata -INFO: Converting local name jed of variable ending_y_direction_index_domain from new to old metadata -INFO: Converting local name gasvmr(:,:,3) of variable volume_mixing_ratio_ch4 from new to old metadata -INFO: Converting local name sfcdsw of variable surface_downwelling_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name hydrostatic of variable flag_for_hydrostatic_solver_for_fast_physics from new to old metadata -INFO: Converting local name dvsfc_bl of variable integrated_y_momentum_flux_from_blocking_drag from new to old metadata -INFO: Converting local name Grid of variable GFS_grid_type_instance from new to old metadata -INFO: Converting local name ncnd of variable number_of_cloud_condensate_types from new to old metadata -INFO: Converting local name w_0 of variable coefficient_w_0 from new to old metadata -INFO: Converting local name zm of variable ocean_mixed_layer_thickness from new to old metadata -INFO: Converting local name shoc_parm(2) of variable shoc_tke_dissipation_tunable_parameter from new to old metadata -INFO: Converting local name cdec of variable cosine_of_solar_declination_angle from new to old metadata -INFO: Converting local name npzq_con of variable vertical_dimension_for_condensed_water_at_Lagrangian_surface from new to old metadata -INFO: Converting local name rmol of variable reciprocal_of_obukhov_length from new to old metadata -INFO: Converting local name snowxy of variable number_of_snow_layers from new to old metadata -INFO: Converting local name hflx_land of variable kinematic_surface_upward_sensible_heat_flux_over_land from new to old metadata -INFO: Converting local name clw of variable convective_transportable_tracers from new to old metadata -INFO: Converting local name srflag of variable flag_for_precipitation_type from new to old metadata -INFO: Converting local name suntim of variable duration_of_sunshine from new to old metadata -INFO: Converting local name isot of variable soil_type_dataset_choice from new to old metadata -INFO: Converting local name isol of variable flag_for_solar_constant from new to old metadata -INFO: Converting local name th2m of variable potential_temperature_at_2m from new to old metadata -INFO: Converting local name hpbl of variable atmosphere_boundary_layer_thickness from new to old metadata -INFO: Converting local name cd of variable surface_drag_coefficient_for_momentum_in_air from new to old metadata -INFO: Converting local name dusfc_ls of variable integrated_x_momentum_flux_from_large_scale_gwd from new to old metadata -INFO: Converting local name do_sppt of variable flag_for_stochastic_surface_physics_perturbations from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_for_convective_cloud_water_mixing_ratio_in_phy_f3d) of variable convective_cloud_water_mixing_ratio_in_phy_f3d from new to old metadata -INFO: Converting local name rb_ice of variable bulk_richardson_number_at_lowest_model_level_over_ice from new to old metadata -INFO: Converting local name itc of variable number_of_aerosol_tracers_for_convection from new to old metadata -INFO: Converting local name Cldprop of variable GFS_cldprop_type_instance from new to old metadata -INFO: Converting local name grav_settling of variable grav_settling from new to old metadata -INFO: Converting local name gq0(:,:,index_for_ice_cloud_number_concentration) of variable ice_number_concentration_updated_by_physics from new to old metadata -INFO: Converting local name ntinc of variable index_for_ice_cloud_number_concentration from new to old metadata -INFO: Converting local name iopt_inf of variable flag_for_frozen_soil_permeability_option from new to old metadata -INFO: Converting local name c0s_deep of variable rain_conversion_parameter_deep_convection from new to old metadata -INFO: Converting local name dtaux2d_ls of variable x_momentum_tendency_from_large_scale_gwd from new to old metadata -INFO: Converting local name phy_myj_qz0 of variable specific_humidity_at_viscous_sublayer_top from new to old metadata -INFO: Converting local name iovr_sw of variable flag_for_max_random_overlap_clouds_for_shortwave_radiation from new to old metadata -INFO: Converting local name icliq_sw of variable flag_for_optical_property_for_liquid_clouds_for_shortwave_radiation from new to old metadata -INFO: Converting local name psmean of variable cumulative_surface_pressure_multiplied_by_timestep from new to old metadata -INFO: Converting local name cmm_ocean of variable surface_drag_wind_speed_for_momentum_in_air_over_ocean from new to old metadata -INFO: Converting local name shcnvcw of variable flag_shallow_convective_cloud from new to old metadata -INFO: Converting local name drain of variable subsurface_runoff_flux from new to old metadata -INFO: Converting local name ak of variable a_parameter_of_the_hybrid_coordinate from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_liquid_cloud_number_concentration) of variable tendency_of_cloud_droplet_number_concentration_due_to_model_physics from new to old metadata -INFO: Converting local name sfc_z0_type of variable flag_for_surface_roughness_option_over_ocean from new to old metadata -INFO: Converting local name cvt of variable pressure_at_top_of_convective_cloud from new to old metadata -INFO: Converting local name gwd_opt of variable gwd_opt from new to old metadata -INFO: Converting local name snowmp of variable lwe_thickness_of_snow_amount from new to old metadata -INFO: Converting local name ncnvcld3d of variable number_of_convective_3d_cloud_fields from new to old metadata -INFO: Converting local name cape of variable convective_available_potential_energy_for_coupling from new to old metadata -INFO: Converting local name du3dt_ogw of variable time_integral_of_change_in_x_wind_due_to_orographic_gravity_wave_drag from new to old metadata -INFO: Converting local name te0_2d of variable atmosphere_energy_content_in_column from new to old metadata -INFO: Converting local name dsnowprv of variable snow_precipitation_rate_from_previous_timestep from new to old metadata -INFO: Converting local name chh of variable surface_drag_mass_flux_for_heat_and_moisture_in_air from new to old metadata -INFO: Converting local name dt3dt(:,:,5) of variable cumulative_change_in_temperature_due_to_shal_convection from new to old metadata -INFO: Converting local name cplwav of variable flag_for_wave_coupling from new to old metadata -INFO: Converting local name clw(:,:,2) of variable cloud_condensed_water_mixing_ratio_convective_transport_tracer from new to old metadata -INFO: Converting local name shoc_parm(1) of variable shoc_tke_dissipatation_pressure_threshold from new to old metadata -INFO: Converting local name oro_uf of variable orography_unfiltered from new to old metadata -INFO: Converting local name peln of variable log_pressure_at_Lagrangian_surface from new to old metadata -INFO: Converting local name gasvmr(:,:,8) of variable volume_mixing_ratio_cfc22 from new to old metadata -INFO: Converting local name pertzt of variable magnitude_of_perturbation_of_heat_to_momentum_roughness_length_ratio from new to old metadata -INFO: Converting local name clouds(:,:,1) of variable total_cloud_fraction from new to old metadata -INFO: Converting local name iaer of variable flag_for_default_aerosol_effect_in_shortwave_radiation from new to old metadata -INFO: Converting local name wet1 of variable normalized_soil_wetness from new to old metadata -INFO: Converting local name npz of variable vertical_dimension_for_fast_physics from new to old metadata -INFO: Converting local name cal_pre of variable flag_for_precipitation_type_algorithm from new to old metadata -INFO: Converting local name lmk of variable adjusted_vertical_layer_dimension_for_radiation from new to old metadata -INFO: Converting local name kind_phys of variable kind_phys from new to old metadata -INFO: Converting local name Sfcprop of variable GFS_sfcprop_type_instance from new to old metadata -INFO: Converting local name wslakexy of variable lake_water_storage from new to old metadata -INFO: Converting local name f10m of variable ratio_of_wind_at_lowest_model_layer_and_wind_at_10m from new to old metadata -INFO: Converting local name gasvmr(:,:,1) of variable volume_mixing_ratio_co2 from new to old metadata -INFO: Converting local name q2mp of variable specific_humidity_at_2m_from_noahmp from new to old metadata -INFO: Converting local name lwhc of variable tendency_of_air_temperature_due_to_longwave_heating_assuming_clear_sky_on_radiation_timestep from new to old metadata -INFO: Converting local name snowd_ice of variable surface_snow_thickness_water_equivalent_over_ice from new to old metadata -INFO: Converting local name lsnow_lsm_lbound of variable lower_bound_of_snow_vertical_dimension_for_land_surface_model from new to old metadata -INFO: Converting local name mg_dcs of variable mg_autoconversion_size_threshold_ice_snow from new to old metadata -INFO: Converting local name rhgrd of variable fa_threshold_relative_humidity_for_onset_of_condensation from new to old metadata -INFO: Converting local name dudt_ogw of variable instantaneous_change_in_x_wind_due_to_orographic_gravity_wave_drag from new to old metadata -INFO: Converting local name slmsk of variable sea_land_ice_mask_real from new to old metadata -INFO: Converting local name ictm of variable flag_for_initial_time_date_control from new to old metadata -INFO: Converting local name qss_ocean of variable surface_specific_humidity_over_ocean from new to old metadata -INFO: Converting local name tsfc of variable surface_skin_temperature from new to old metadata -INFO: Converting local name prsik of variable dimensionless_exner_function_at_model_interfaces from new to old metadata -INFO: Converting local name t2mmp of variable temperature_at_2m_from_noahmp from new to old metadata -INFO: Converting local name tau_ogw of variable time_integral_of_momentum_flux_due_to_orographic_gravity_wave_drag from new to old metadata -INFO: Converting local name topflw_type of variable topflw_type from new to old metadata -INFO: Converting local name cnv_nice of variable number_concentration_of_ice_crystals_for_detrainment from new to old metadata -INFO: Converting local name cscnv of variable flag_for_Chikira_Sugiyama_deep_convection from new to old metadata -INFO: Converting local name u10mi_cpl of variable instantaneous_x_wind_at_10m_for_coupling from new to old metadata -INFO: Converting local name fh2_ocean of variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_ocean from new to old metadata -INFO: Converting local name phii of variable geopotential_at_interface from new to old metadata -INFO: Converting local name gq0(:,:,index_for_graupel) of variable graupel_mixing_ratio_updated_by_physics from new to old metadata -INFO: Converting local name ntgl of variable index_for_graupel from new to old metadata -INFO: Converting local name nvisdfi_cpl of variable instantaneous_surface_net_downward_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name norad_precip of variable flag_for_precipitation_effect_on_radiation from new to old metadata -INFO: Converting local name dq3dt(:,:,5) of variable cumulative_change_in_ozone_mixing_ratio_due_to_PBL from new to old metadata -INFO: Converting local name dusfcg of variable instantaneous_x_stress_due_to_gravity_wave_drag from new to old metadata -INFO: Converting local name stype of variable soil_type_classification_real from new to old metadata -INFO: Converting local name lwhtr of variable flag_for_output_of_longwave_heating_rate from new to old metadata -INFO: Converting local name skebv_wts of variable weights_for_stochastic_skeb_perturbation_of_y_wind_flipped from new to old metadata -INFO: Converting local name prnum of variable prandtl_number from new to old metadata -INFO: Converting local name dtsfcin_cpl of variable surface_upward_sensible_heat_flux_for_coupling from new to old metadata -INFO: Converting local name sigmatot of variable convective_updraft_area_fraction_at_model_interfaces from new to old metadata -INFO: Converting local name rann of variable random_number_array from new to old metadata -INFO: Converting local name work2 of variable grid_size_related_coefficient_used_in_scale_sensitive_schemes_complement from new to old metadata -INFO: Converting local name ep1d_land of variable surface_upward_potential_latent_heat_flux_over_land from new to old metadata -INFO: Converting local name num_p3d of variable array_dimension_of_3d_arrays_for_microphysics from new to old metadata -INFO: Converting local name frac_grid of variable flag_for_fractional_grid from new to old metadata -INFO: Converting local name dtdtc of variable tendency_of_air_temperature_due_to_radiative_heating_assuming_clear_sky from new to old metadata -INFO: Converting local name chxy of variable surface_drag_coefficient_for_heat_and_moisture_for_noahmp from new to old metadata -INFO: Converting local name dtauy2d_bl of variable y_momentum_tendency_from_blocking_drag from new to old metadata -INFO: Converting local name dtsfc of variable cumulative_surface_upward_sensible_heat_flux_for_diag_multiplied_by_timestep from new to old metadata -INFO: Converting local name gflx_ocean of variable upward_heat_flux_in_soil_over_ocean from new to old metadata -INFO: Converting local name deeprechxy of variable water_table_recharge_when_deep from new to old metadata -INFO: Converting local name imfshalcnv_sas of variable flag_for_sas_shallow_convection_scheme from new to old metadata -INFO: Converting local name woodxy of variable wood_mass from new to old metadata -INFO: Converting local name phy_f3d(:,:,3) of variable air_temperature_at_previous_time_step from new to old metadata -INFO: Converting local name otspt of variable flag_convective_tracer_transport from new to old metadata -INFO: Converting local name tsurf of variable surface_skin_temperature_after_iteration from new to old metadata -INFO: Converting local name phy_f2d(:,array_dimension_of_2d_arrays_for_microphysics) of variable surface_wind_enhancement_due_to_convection from new to old metadata -INFO: Converting local name num_p2d of variable array_dimension_of_2d_arrays_for_microphysics from new to old metadata -INFO: Converting local name diss_est of variable dissipation_estimate_of_air_temperature_at_model_layers from new to old metadata -INFO: Converting local name ffmm_land of variable Monin_Obukhov_similarity_function_for_momentum_over_land from new to old metadata -INFO: Converting local name imfshalcnv of variable flag_for_mass_flux_shallow_convection_scheme from new to old metadata -INFO: Converting local name iopt_rad of variable flag_for_radiation_transfer_option from new to old metadata -INFO: Converting local name effr_in of variable flag_for_cloud_effective_radii from new to old metadata -INFO: Converting local name Sh3D of variable stability_function_for_heat from new to old metadata -INFO: Converting local name con_sbc of variable stefan_boltzmann_constant from new to old metadata -INFO: Converting local name phy_myj_z0base of variable baseline_surface_roughness_length from new to old metadata -INFO: Converting local name sdec of variable sine_of_solar_declination_angle from new to old metadata -INFO: Converting local name f_ice of variable fraction_of_ice_water_cloud from new to old metadata -INFO: Converting local name qs of variable cloud_snow_specific_humidity_at_Lagrangian_surface from new to old metadata -INFO: Converting local name iflip of variable flag_for_vertical_index_direction_control from new to old metadata -INFO: Converting local name draincprv of variable convective_precipitation_rate_from_previous_timestep from new to old metadata -INFO: Converting local name icsdsw of variable seed_random_numbers_sw from new to old metadata -INFO: Converting local name dtaux2d_bl of variable x_momentum_tendency_from_blocking_drag from new to old metadata -INFO: Converting local name uustar_ocean of variable surface_friction_velocity_over_ocean from new to old metadata -INFO: Converting local name zlwb of variable height_of_low_level_wave_breaking from new to old metadata -INFO: Converting local name sigma of variable slope_of_subgrid_orography from new to old metadata -INFO: Converting local name cd_land of variable surface_drag_coefficient_for_momentum_in_air_over_land from new to old metadata -INFO: Converting local name shoc_parm(5) of variable shoc_flag_for_optional_surface_TKE_dissipation from new to old metadata -INFO: Converting local name qss_ice of variable surface_specific_humidity_over_ice from new to old metadata -INFO: Converting local name graupel of variable lwe_thickness_of_graupel_amount_on_dynamics_timestep from new to old metadata -INFO: Converting local name do_myjsfc of variable do_myjsfc from new to old metadata -INFO: Converting local name htsw0 of variable tendency_of_air_temperature_due_to_shortwave_heating_assuming_clear_sky_on_radiation_time_step from new to old metadata -INFO: Converting local name ep of variable cumulative_surface_upward_potential_latent_heat_flux_multiplied_by_timestep from new to old metadata -INFO: Converting local name tprcp of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep from new to old metadata -INFO: Converting local name dnirdf_cpl of variable cumulative_surface_downwelling_diffuse_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name qwv_surf of variable water_vapor_mixing_ratio_at_surface from new to old metadata -INFO: Converting local name fm10_ocean of variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_ocean from new to old metadata -INFO: Converting local name QC_BL of variable subgrid_cloud_mixing_ratio_pbl from new to old metadata -INFO: Converting local name adjsfculw_ice of variable surface_upwelling_longwave_flux_over_ice_interstitial from new to old metadata -INFO: Converting local name tsfci_cpl of variable instantaneous_surface_skin_temperature_for_coupling from new to old metadata -INFO: Converting local name pertz0 of variable magnitude_of_perturbation_of_momentum_roughness_length from new to old metadata -INFO: Converting local name eahxy of variable canopy_air_vapor_pressure from new to old metadata -INFO: Converting local name cnv_dqldt of variable tendency_of_cloud_water_due_to_convective_microphysics from new to old metadata -INFO: Converting local name gq0 of variable tracer_concentration_updated_by_physics from new to old metadata -INFO: Converting local name iopt_dveg of variable flag_for_dynamic_vegetation_option from new to old metadata -INFO: Converting local name gv0(:,1) of variable y_wind_at_lowest_model_layer_updated_by_physics from new to old metadata -INFO: Converting local name first_time_step of variable flag_for_first_time_step from new to old metadata -INFO: Converting local name dtaux2d_ss of variable x_momentum_tendency_from_small_scale_gwd from new to old metadata -INFO: Converting local name wetdpl of variable instantaneous_large_scale_wet_deposition from new to old metadata -INFO: Converting local name cndm_surf of variable surface_condensation_mass from new to old metadata -INFO: Converting local name cmm_land of variable surface_drag_wind_speed_for_momentum_in_air_over_land from new to old metadata -INFO: Converting local name fh2 of variable Monin_Obukhov_similarity_function_for_heat_at_2m from new to old metadata -INFO: Converting local name gw_dudt of variable tendency_of_x_wind_due_to_ugwp from new to old metadata -INFO: Converting local name shinhong of variable flag_for_scale_aware_Shinhong_PBL from new to old metadata -INFO: Converting local name maxMF of variable maximum_mass_flux from new to old metadata -INFO: Converting local name gu0 of variable x_wind_updated_by_physics from new to old metadata -INFO: Converting local name ncstrac of variable number_of_tracers_for_CS from new to old metadata -INFO: Converting local name do_qa of variable flag_for_inline_cloud_fraction_calculation from new to old metadata -INFO: Converting local name pgr of variable surface_air_pressure from new to old metadata -INFO: Converting local name del of variable air_pressure_difference_between_midlayers from new to old metadata -INFO: Converting local name nqrimef of variable index_for_mass_weighted_rime_factor from new to old metadata -INFO: Converting local name du3dt(:,:,1) of variable cumulative_change_in_x_wind_due_to_PBL from new to old metadata -INFO: Converting local name raincs of variable lwe_thickness_of_shallow_convective_precipitation_amount from new to old metadata -INFO: Converting local name xlaixy of variable leaf_area_index from new to old metadata -INFO: Converting local name iopt_alb of variable flag_for_ground_snow_surface_albedo_option from new to old metadata -INFO: Converting local name moninq_fac of variable atmosphere_diffusivity_coefficient_factor from new to old metadata -INFO: Converting local name work3 of variable ratio_of_exner_function_between_midlayer_and_interface_at_lowest_model_layer from new to old metadata -INFO: Converting local name adjnirbmd of variable surface_downwelling_direct_near_infrared_shortwave_flux from new to old metadata -INFO: Converting local name imp_physics_zhao_carr_pdf of variable flag_for_zhao_carr_pdf_microphysics_scheme from new to old metadata -INFO: Converting local name dv3dt(:,:,3) of variable cumulative_change_in_y_wind_due_to_deep_convection from new to old metadata -INFO: Converting local name evcwa of variable cumulative_canopy_upward_latent_heat_flu_multiplied_by_timestep from new to old metadata -INFO: Converting local name lsm_noah of variable flag_for_noah_land_surface_scheme from new to old metadata -INFO: Converting local name ntk of variable index_for_turbulent_kinetic_energy_convective_transport_tracer from new to old metadata -INFO: Converting local name qsnw of variable local_snow_water_mixing_ratio from new to old metadata -INFO: Converting local name edmf_thl of variable emdf_updraft_theta_l from new to old metadata -INFO: Converting local name crtrh(2) of variable critical_relative_humidity_at_PBL_top from new to old metadata -INFO: Converting local name xv of variable diurnal_thermocline_layer_y_current from new to old metadata -INFO: Converting local name rlapse of variable air_temperature_lapse_rate_constant from new to old metadata -INFO: Converting local name clw(:,:,1) of variable ice_water_mixing_ratio_convective_transport_tracer from new to old metadata -INFO: Converting local name levozp of variable vertical_dimension_of_ozone_forcing_data from new to old metadata -INFO: Converting local name spfhmax of variable maximum_specific_humidity_at_2m from new to old metadata -INFO: Converting local name runoff of variable surface_runoff_flux from new to old metadata -INFO: Converting local name do_sb_physics of variable mg_flag_for_sb2001_autoconversion from new to old metadata -INFO: Converting local name phy_myj_a1q of variable weight_for_specific_humidity_at_viscous_sublayer_top from new to old metadata -INFO: Converting local name cactiv of variable conv_activity_counter from new to old metadata -INFO: Converting local name clw(:,:,index_for_turbulent_kinetic_energy_convective_transport_tracer) of variable turbulent_kinetic_energy_convective_transport_tracer from new to old metadata -INFO: Converting local name oz_phys_2015 of variable flag_for_2015_ozone_physics from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_snow_number_concentration) of variable snow_number_concentration from new to old metadata -INFO: Converting local name ntsnc of variable index_for_snow_number_concentration from new to old metadata -INFO: Converting local name dlwsfci_cpl of variable instantaneous_surface_downwelling_longwave_flux_for_coupling from new to old metadata -INFO: Converting local name errflg of variable ccpp_error_flag from new to old metadata -INFO: Converting local name kbot of variable vertical_index_at_cloud_base from new to old metadata -INFO: Converting local name clw_surf of variable cloud_condensed_water_mixing_ratio_at_surface from new to old metadata -INFO: Converting local name skebu_wts of variable weights_for_stochastic_skeb_perturbation_of_x_wind from new to old metadata -INFO: Converting local name snowprv of variable lwe_thickness_of_snow_amount_from_previous_timestep from new to old metadata -INFO: Converting local name spec_adv of variable flag_for_individual_cloud_species_advected from new to old metadata -INFO: Converting local name rainmp of variable lwe_thickness_of_explicit_rain_amount from new to old metadata -INFO: Converting local name jdat of variable forecast_date_and_time from new to old metadata -INFO: Converting local name ntrcaer of variable number_of_aerosol_tracers_MG from new to old metadata -INFO: Converting local name gflux of variable cumulative_surface_ground_heat_flux_multiplied_by_timestep from new to old metadata -INFO: Converting local name q1 of variable water_vapor_specific_humidity_at_lowest_model_layer_for_diag from new to old metadata -INFO: Converting local name gq0(:,1,index_for_water_vapor) of variable water_vapor_specific_humidity_at_lowest_model_layer_updated_by_physics from new to old metadata -INFO: Converting local name nday of variable daytime_points_dimension from new to old metadata -INFO: Converting local name cs_parm(9) of variable entrainment_efficiency_tunable_parameter_9_CS from new to old metadata -INFO: Converting local name flx_form of variable flag_flux_form_CS from new to old metadata -INFO: Converting local name dtsfc_cpl of variable cumulative_surface_upward_sensible_heat_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name nstf_name(1) of variable flag_for_nsstm_run from new to old metadata -INFO: Converting local name ca_sgs of variable flag_for_sgs_cellular_automata from new to old metadata -INFO: Converting local name mg_qcmin(1) of variable mg_minimum_cloud_condensed_water_mixing_ratio from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio from new to old metadata -INFO: Converting local name rilist of variable gas_constants_for_multi_gases_physics from new to old metadata -INFO: Converting local name dtauy2d_ls of variable y_momentum_tendency_from_large_scale_gwd from new to old metadata -INFO: Converting local name oz_coeff of variable number_of_coefficients_in_ozone_forcing_data from new to old metadata -INFO: Converting local name edmf_qt of variable emdf_updraft_total_water from new to old metadata -INFO: Converting local name stmassxy of variable stem_mass from new to old metadata -INFO: Converting local name dgraupelprv of variable graupel_precipitation_rate_from_previous_timestep from new to old metadata -INFO: Converting local name gq0(:,:,index_for_mass_weighted_rime_factor) of variable mass_weighted_rime_factor_updated_by_physics from new to old metadata -INFO: Converting local name alnwf of variable mean_nir_albedo_with_weak_cosz_dependency from new to old metadata -INFO: Converting local name smoiseq of variable equilibrium_soil_water_content from new to old metadata -INFO: Converting local name psautco of variable coefficient_from_cloud_ice_to_snow from new to old metadata -INFO: Converting local name fhlwr of variable frequency_for_longwave_radiation from new to old metadata -INFO: Converting local name xtts of variable sensitivity_of_dtl_heat_content_to_surface_temperature from new to old metadata -INFO: Converting local name tracers_start_index of variable start_index_of_other_tracers from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_ice_cloud_condensate) of variable tendency_of_ice_cloud_water_mixing_ratio_due_to_model_physics from new to old metadata -INFO: Converting local name jsd of variable starting_y_direction_index_domain from new to old metadata -INFO: Converting local name semis_land of variable surface_longwave_emissivity_over_land_interstitial from new to old metadata -INFO: Converting local name tdomr of variable dominant_rain_type from new to old metadata -INFO: Converting local name conv_act of variable gf_memory_counter from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_ice_cloud_number_concentration) of variable ice_number_concentration from new to old metadata -INFO: Converting local name ugrs(:,1) of variable x_wind_at_lowest_model_layer from new to old metadata -INFO: Converting local name qicn of variable mass_fraction_of_convective_cloud_ice from new to old metadata -INFO: Converting local name fh2_ice of variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_ice from new to old metadata -INFO: Converting local name tsq of variable t_prime_squared from new to old metadata -INFO: Converting local name tdomip of variable dominant_sleet_type from new to old metadata -INFO: Converting local name lslwr of variable flag_to_calc_lw from new to old metadata -INFO: Converting local name GFS_cldprop_type of variable GFS_cldprop_type from new to old metadata -INFO: Converting local name imp_physics of variable flag_for_microphysics_scheme from new to old metadata -INFO: Converting local name sfcalb(:,1) of variable surface_albedo_due_to_near_IR_direct from new to old metadata -INFO: Converting local name mg_do_graupel of variable mg_flag_for_graupel from new to old metadata -INFO: Converting local name soilm of variable soil_moisture_content from new to old metadata -INFO: Converting local name exch_m of variable atmosphere_momentum_diffusivity_for_mynnpbl from new to old metadata -INFO: Converting local name wetdpc of variable instantaneous_convective_scale_wet_deposition from new to old metadata -INFO: Converting local name el_pbl of variable mixing_length from new to old metadata -INFO: Converting local name ncnvc of variable index_for_convective_cloud_cover_in_phy_f3d from new to old metadata -INFO: Converting local name fn_nml of variable namelist_filename from new to old metadata -INFO: Converting local name weasd_ocean of variable water_equivalent_accumulated_snow_depth_over_ocean from new to old metadata -INFO: Converting local name evfact_deep of variable rain_evaporation_coefficient_deep_convection from new to old metadata -INFO: Converting local name dqsfc of variable cumulative_surface_upward_latent_heat_flux_for_diag_multiplied_by_timestep from new to old metadata -INFO: Converting local name totgrpb of variable accumulated_lwe_thickness_of_graupel_amount_in_bucket from new to old metadata -INFO: Converting local name trans_aero of variable flag_for_aerosol_convective_transport_and_PBL_diffusion from new to old metadata -INFO: Converting local name dusfc_bl of variable integrated_x_momentum_flux_from_blocking_drag from new to old metadata -INFO: Converting local name gw_kdis of variable eddy_mixing_due_to_ugwp from new to old metadata -INFO: Converting local name mg_qcmin of variable mg_minimum_cloud_condensed_water_and_ice_mixing_ratio from new to old metadata -INFO: Converting local name dq3dt(:,:,3) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_shal_convection from new to old metadata -INFO: Converting local name qi of variable cloud_ice_specific_humidity_at_Lagrangian_surface from new to old metadata -INFO: Converting local name imfshalcnv_gf of variable flag_for_ntiedtke_shallow_convection_scheme from new to old metadata -INFO: Converting local name zorl_ocean of variable surface_roughness_length_over_ocean_interstitial from new to old metadata -INFO: Converting local name tsfc_ice of variable surface_skin_temperature_over_ice_interstitial from new to old metadata -INFO: Converting local name input_nml_file_length of variable number_of_lines_of_namelist_filename_for_internal_file_reads from new to old metadata -INFO: Converting local name flhc of variable surface_exchange_coefficient_for_heat from new to old metadata -INFO: Converting local name qke of variable tke_at_mass_points from new to old metadata -INFO: Converting local name snowd of variable surface_snow_thickness_water_equivalent from new to old metadata -INFO: Converting local name ncpr of variable local_rain_number_concentration from new to old metadata -INFO: Converting local name ldiag3d of variable flag_diagnostics_3D from new to old metadata -INFO: Converting local name ffhh_ocean of variable Monin_Obukhov_similarity_function_for_heat_over_ocean from new to old metadata -INFO: Converting local name nsamftrac of variable number_of_tracers_for_samf from new to old metadata -INFO: Converting local name con_hvap of variable latent_heat_of_vaporization_of_water_at_0C from new to old metadata -INFO: Converting local name dtaux2d_fd of variable x_momentum_tendency_from_form_drag from new to old metadata -INFO: Converting local name levh2o of variable vertical_dimension_of_h2o_forcing_data from new to old metadata -INFO: Converting local name ras of variable flag_for_ras_deep_convection from new to old metadata -INFO: Converting local name ialb of variable flag_for_using_climatology_albedo from new to old metadata -INFO: Converting local name raincd of variable lwe_thickness_of_deep_convective_precipitation_amount from new to old metadata -INFO: Converting local name alb1d of variable surface_albedo_perturbation from new to old metadata -INFO: Converting local name nwat of variable number_of_water_species from new to old metadata -INFO: Converting local name dwn_mf of variable cumulative_atmosphere_downdraft_convective_mass_flux from new to old metadata -INFO: Converting local name save_t of variable air_temperature_save from new to old metadata -INFO: Converting local name fice of variable sea_ice_concentration from new to old metadata -INFO: Converting local name dvisdf_cpl of variable cumulative_surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name cvb of variable pressure_at_bottom_of_convective_cloud from new to old metadata -INFO: Converting local name save_q(:,:,index_for_ice_cloud_condensate) of variable ice_water_mixing_ratio_save from new to old metadata -INFO: Converting local name gq0(:,:,index_for_snow_water) of variable snow_water_mixing_ratio_updated_by_physics from new to old metadata -INFO: Converting local name qrain of variable sensible_heat_flux_due_to_rainfall from new to old metadata -INFO: Converting local name stress_ocean of variable surface_wind_stress_over_ocean from new to old metadata -INFO: Converting local name adjsfculw_land of variable surface_upwelling_longwave_flux_over_land_interstitial from new to old metadata -INFO: Converting local name ndust of variable number_of_dust_bins_for_diagnostics from new to old metadata -INFO: Converting local name GFS_radtend_type of variable GFS_radtend_type from new to old metadata -INFO: Converting local name ngas of variable number_of_gases_for_multi_gases_physics from new to old metadata -INFO: Converting local name diceprv of variable ice_precipitation_rate_from_previous_timestep from new to old metadata -INFO: Converting local name con_ttp of variable triple_point_temperature_of_water from new to old metadata -INFO: Converting local name rechxy of variable water_table_recharge_when_shallow from new to old metadata -INFO: Converting local name ffhh of variable Monin_Obukhov_similarity_function_for_heat from new to old metadata -INFO: Converting local name edmf_w of variable emdf_updraft_vertical_velocity from new to old metadata -INFO: Converting local name sed_supersat of variable mg_allow_supersat_after_sed from new to old metadata -INFO: Converting local name sr of variable ratio_of_snowfall_to_rainfall from new to old metadata -INFO: Converting local name stc of variable soil_temperature from new to old metadata -INFO: Converting local name idate of variable date_and_time_at_model_initialization_reordered from new to old metadata -INFO: Converting local name nctp of variable number_of_cloud_types_CS from new to old metadata -INFO: Converting local name levrp1 of variable number_of_vertical_layers_for_radiation_calculations_plus_one from new to old metadata -INFO: Converting local name v10mmax of variable maximum_y_wind_at_10m from new to old metadata -INFO: Converting local name clouds(:,:,8) of variable cloud_snow_water_path from new to old metadata -INFO: Converting local name dusfc of variable cumulative_surface_x_momentum_flux_for_diag_multiplied_by_timestep from new to old metadata -INFO: Converting local name sfcalb(:,3) of variable surface_albedo_due_to_UV_and_VIS_direct from new to old metadata -INFO: Converting local name zmtnblck of variable level_of_dividing_streamline from new to old metadata -INFO: Converting local name xcosz of variable instantaneous_cosine_of_zenith_angle from new to old metadata -INFO: Converting local name CCPP_interstitial_type of variable CCPP_interstitial_type from new to old metadata -INFO: Converting local name theta of variable angle_from_east_of_maximum_subgrid_orographic_variations from new to old metadata -INFO: Converting local name nbdsw of variable number_of_aerosol_bands_for_shortwave_radiation from new to old metadata -INFO: Converting local name dqsfc1 of variable instantaneous_surface_upward_latent_heat_flux from new to old metadata -INFO: Converting local name htrsw of variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_timestep from new to old metadata -INFO: Converting local name gq0(:,:,index_for_graupel_number_concentration) of variable graupel_number_concentration_updated_by_physics from new to old metadata -INFO: Converting local name ntgnc of variable index_for_graupel_number_concentration from new to old metadata -INFO: Converting local name semis of variable surface_longwave_emissivity from new to old metadata -INFO: Converting local name ca_smooth of variable flag_for_gaussian_spatial_filter from new to old metadata -INFO: Converting local name zhour of variable time_since_diagnostics_zeroed from new to old metadata -INFO: Converting local name uswsfci of variable surface_upwelling_shortwave_flux from new to old metadata -INFO: Converting local name dq3dt(:,:,6) of variable cumulative_change_in_ozone_concentration_due_to_production_and_loss_rate from new to old metadata -INFO: Converting local name con_t0c of variable temperature_at_zero_celsius from new to old metadata -INFO: Converting local name dvsfcin_cpl of variable surface_y_momentum_flux_for_coupling from new to old metadata -INFO: Converting local name runoff of variable total_runoff from new to old metadata -INFO: Converting local name upd_mf of variable cumulative_atmosphere_updraft_convective_mass_flux from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_for_cloud_fraction_in_3d_arrays_for_microphysics) of variable cloud_fraction_for_MG from new to old metadata -INFO: Converting local name indcld of variable index_for_cloud_fraction_in_3d_arrays_for_microphysics from new to old metadata -INFO: Converting local name vegtype of variable vegetation_type_classification from new to old metadata -INFO: Converting local name ied of variable ending_x_direction_index_domain from new to old metadata -INFO: Converting local name transa of variable cumulative_transpiration_flux_multiplied_by_timestep from new to old metadata -INFO: Converting local name dt3dt(:,:,2) of variable cumulative_change_in_temperature_due_to_shortwave_radiation from new to old metadata -INFO: Converting local name dvsfc_ls of variable integrated_y_momentum_flux_from_large_scale_gwd from new to old metadata -INFO: Converting local name snowd_ocean of variable surface_snow_thickness_water_equivalent_over_ocean from new to old metadata -INFO: Converting local name clouds(:,:,2) of variable cloud_liquid_water_path from new to old metadata -INFO: Converting local name visbmui of variable surface_upwelling_direct_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name plvl of variable air_pressure_at_interface_for_radiation_in_hPa from new to old metadata -INFO: Converting local name uustar_land of variable surface_friction_velocity_over_land from new to old metadata -INFO: Converting local name phy_myj_akms of variable momentum_exchange_coefficient_for_MYJ_schemes from new to old metadata -INFO: Converting local name cnv_fice of variable ice_fraction_in_convective_tower from new to old metadata -INFO: Converting local name nbdlw of variable number_of_aerosol_bands_for_longwave_radiation from new to old metadata -INFO: Converting local name dudt_mtb of variable instantaneous_change_in_x_wind_due_to_mountain_blocking_drag from new to old metadata -INFO: Converting local name rb_ocean of variable bulk_richardson_number_at_lowest_model_level_over_ocean from new to old metadata -INFO: Converting local name ccnorm of variable flag_for_cloud_condensate_normalized_by_cloud_cover from new to old metadata -INFO: Converting local name dqdt of variable tendency_of_tracers_due_to_model_physics from new to old metadata -INFO: Converting local name u10m of variable x_wind_at_10m from new to old metadata -INFO: Converting local name tmpmin of variable minimum_temperature_at_2m from new to old metadata -INFO: Converting local name save_u of variable x_wind_save from new to old metadata -INFO: Converting local name tsnow of variable snow_temperature_bottom_first_layer from new to old metadata -INFO: Converting local name kind_INTEGER of variable kind_INTEGER from new to old metadata -INFO: Converting local name nswsfc_cpl of variable cumulative_surface_net_downward_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name vgrs(:,1) of variable y_wind_at_lowest_model_layer from new to old metadata -INFO: Converting local name bl_mynn_edmf_tke of variable edmf_tke_transport_flag from new to old metadata -INFO: Converting local name tile_num of variable number_of_tile from new to old metadata -INFO: Converting local name con_pi of variable pi from new to old metadata -INFO: Converting local name abem of variable instantaneous_anthopogenic_and_biomass_burning_emissions from new to old metadata -INFO: Converting local name latidxprnt of variable latitude_index_in_debug_printouts from new to old metadata -INFO: Converting local name tcrf of variable cloud_phase_transition_denominator from new to old metadata -INFO: Converting local name cpilist of variable specific_heat_capacities_for_multi_gases_physics from new to old metadata -INFO: Converting local name tprcp_ocean of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_ocean from new to old metadata -INFO: Converting local name vgrs of variable y_wind from new to old metadata -INFO: Converting local name me of variable mpi_rank from new to old metadata -INFO: Converting local name nseffr of variable index_for_snow_effective_radius from new to old metadata -INFO: Converting local name crtrh(1) of variable critical_relative_humidity_at_surface from new to old metadata -INFO: Converting local name nrcm of variable array_dimension_of_random_number from new to old metadata -INFO: Converting local name phy_f2d(:,2) of variable surface_air_pressure_at_previous_time_step from new to old metadata -INFO: Converting local name totice of variable accumulated_lwe_thickness_of_ice_amount from new to old metadata -INFO: Converting local name vdftra of variable vertically_diffused_tracer_concentration from new to old metadata -INFO: Converting local name clam_shal of variable entrainment_rate_coefficient_shallow_convection from new to old metadata -INFO: Converting local name ulwsfc of variable cumulative_surface_upwelling_longwave_flux_multiplied_by_timestep from new to old metadata -INFO: Converting local name cldf of variable cloud_area_fraction from new to old metadata -INFO: Converting local name prslk of variable dimensionless_exner_function_at_model_layers from new to old metadata -INFO: Converting local name imp_physics_wsm6 of variable flag_for_wsm6_microphysics_scheme from new to old metadata -INFO: Converting local name blksz(ccpp_block_number) of variable horizontal_loop_extent from new to old metadata -INFO: Converting local name dtp of variable time_step_for_physics from new to old metadata -INFO: Converting local name nnirdf_cpl of variable cumulative_surface_net_downward_diffuse_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name tsurf_ice of variable surface_skin_temperature_after_iteration_over_ice from new to old metadata -INFO: Converting local name snowfallac of variable total_accumulated_snowfall from new to old metadata -INFO: Converting local name solhr of variable forecast_hour_of_the_day from new to old metadata -INFO: Converting local name use_zmtnblck of variable flag_for_mountain_blocking from new to old metadata -INFO: Converting local name sfcflw_type of variable sfcflw_type from new to old metadata -INFO: Converting local name rhofr of variable density_of_frozen_precipitation from new to old metadata -INFO: Converting local name dxmax of variable maximum_scaling_factor_for_critical_relative_humidity from new to old metadata -INFO: Converting local name rainc_cpl of variable lwe_thickness_of_convective_precipitation_amount_for_coupling from new to old metadata -INFO: Converting local name prautco of variable coefficient_from_cloud_water_to_rain from new to old metadata -INFO: Converting local name cumabs of variable maximum_column_heating_rate from new to old metadata -INFO: Converting local name Statein of variable GFS_statein_type_instance from new to old metadata -INFO: Converting local name ntasks of variable mpi_size from new to old metadata -INFO: Converting local name qsq of variable q_prime_squared from new to old metadata -INFO: Converting local name bl_mynn_mixqt of variable mix_total_water_flag from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_turbulent_kinetic_energy) of variable tendency_of_turbulent_kinetic_energy_due_to_model_physics from new to old metadata -INFO: Converting local name ntke of variable index_for_turbulent_kinetic_energy from new to old metadata -INFO: Converting local name kmp of variable top_layer_index_for_fast_physics from new to old metadata -INFO: Converting local name ffhh_ice of variable Monin_Obukhov_similarity_function_for_heat_over_ice from new to old metadata -INFO: Converting local name dq3dt(:,:,1) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_PBL from new to old metadata -INFO: Converting local name con_hfus of variable latent_heat_of_fusion_of_water_at_0C from new to old metadata -INFO: Converting local name isubc_lw of variable flag_for_lw_clouds_without_sub_grid_approximation from new to old metadata -INFO: Converting local name du3dt(:,:,3) of variable cumulative_change_in_x_wind_due_to_deep_convection from new to old metadata -INFO: Converting local name clx of variable fraction_of_grid_box_with_subgrid_orography_higher_than_critical_height from new to old metadata -INFO: Converting local name shoc_parm(4) of variable shoc_implicit_TKE_integration_uncentering_term from new to old metadata -INFO: Converting local name gasvmr(:,:,7) of variable volume_mixing_ratio_cfc12 from new to old metadata -INFO: Converting local name cappa of variable cappa_moist_gas_constant_at_Lagrangian_surface from new to old metadata -INFO: Converting local name cf_upi of variable convective_cloud_fraction_for_microphysics from new to old metadata -INFO: Converting local name cdata of variable ccpp_t_instance from new to old metadata -INFO: Converting local name phy_myj_akhs of variable heat_exchange_coefficient_for_MYJ_schemes from new to old metadata -INFO: Converting local name sedim of variable instantaneous_sedimentation from new to old metadata -INFO: Converting local name graupelmp of variable lwe_thickness_of_graupel_amount from new to old metadata -INFO: Converting local name skebu_wts of variable weights_for_stochastic_skeb_perturbation_of_x_wind_flipped from new to old metadata -INFO: Converting local name GFS_control_type of variable GFS_control_type from new to old metadata -INFO: Converting local name yearlen of variable number_of_days_in_year from new to old metadata -INFO: Converting local name save_q(:,:,index_for_water_vapor) of variable water_vapor_specific_humidity_save from new to old metadata -INFO: Converting local name smois of variable volume_fraction_of_soil_moisture_for_land_surface_model from new to old metadata -INFO: Converting local name gq0(:,:,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio_updated_by_physics from new to old metadata -INFO: Converting local name pwat of variable column_precipitable_water from new to old metadata -INFO: Converting local name cld1d of variable cloud_work_function from new to old metadata -INFO: Converting local name qvi of variable gas_tracers_for_multi_gas_physics_at_Lagrangian_surface from new to old metadata -INFO: Converting local name gabsbdlw of variable surface_downwelling_longwave_flux_absorbed_by_ground from new to old metadata -INFO: Converting local name tau_ngw of variable time_integral_of_momentum_flux_due_to_nonstationary_gravity_wave from new to old metadata -INFO: Converting local name xlat_d of variable latitude_degree from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_for_ice_effective_radius) of variable effective_radius_of_stratiform_cloud_ice_particle_in_um from new to old metadata -INFO: Converting local name nieffr of variable index_for_ice_effective_radius from new to old metadata -INFO: Converting local name do_ca of variable flag_for_cellular_automata from new to old metadata -INFO: Converting local name wtxy of variable water_storage_in_aquifer_and_saturated_soil from new to old metadata -INFO: Converting local name srunoff of variable surface_runoff from new to old metadata -INFO: Converting local name ntrnc of variable index_for_rain_number_concentration from new to old metadata -INFO: Converting local name ustm of variable surface_friction_velocity_drag from new to old metadata -INFO: Converting local name cnvprcp of variable cumulative_lwe_thickness_of_convective_precipitation_amount from new to old metadata -INFO: Converting local name imfdeepcnv_samf of variable flag_for_samf_deep_convection_scheme from new to old metadata -INFO: Converting local name si of variable vertical_sigma_coordinate_for_radiation_initialization from new to old metadata -INFO: Converting local name gwdcu of variable tendency_of_x_wind_due_to_convective_gravity_wave_drag from new to old metadata -INFO: Converting local name elvmax of variable maximum_subgrid_orography from new to old metadata -INFO: Converting local name slimskin_cpl of variable sea_land_ice_mask_in from new to old metadata -INFO: Converting local name dtsfc_cice of variable surface_upward_sensible_heat_flux_for_coupling_interstitial from new to old metadata -INFO: Converting local name do_mynnedmf of variable do_mynnedmf from new to old metadata -INFO: Converting local name zorll of variable surface_roughness_length_over_land from new to old metadata -INFO: Converting local name nswsfci_cpl of variable instantaneous_surface_net_downward_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name do_cldice of variable mg_flag_for_cloud_ice_processes from new to old metadata -INFO: Converting local name alboldxy of variable snow_albedo_at_previous_time_step from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_graupel) of variable graupel_mixing_ratio from new to old metadata -INFO: Converting local name rhcmax of variable maximum_critical_relative_humidity from new to old metadata -INFO: Converting local name Stateout of variable GFS_stateout_type_instance from new to old metadata -INFO: Converting local name nirbmdi of variable surface_downwelling_direct_near_infrared_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name gfluxi of variable instantaneous_surface_ground_heat_flux from new to old metadata -INFO: Converting local name drainncprv of variable explicit_rainfall_rate_from_previous_timestep from new to old metadata -INFO: Converting local name gflx of variable upward_heat_flux_in_soil from new to old metadata -INFO: Converting local name hflx_ocean of variable kinematic_surface_upward_sensible_heat_flux_over_ocean from new to old metadata -INFO: Converting local name nvdiff of variable number_of_vertical_diffusion_tracers from new to old metadata -INFO: Converting local name dspheat of variable flag_TKE_dissipation_heating from new to old metadata -INFO: Converting local name fhswr of variable frequency_for_shortwave_radiation from new to old metadata -INFO: Converting local name nthreads of variable omp_threads from new to old metadata -INFO: Converting local name islmsk of variable sea_land_ice_mask from new to old metadata -INFO: Converting local name ntchmdiag of variable number_of_chemical_tracers_for_diagnostics from new to old metadata -INFO: Converting local name nstf_name(5) of variable vertical_temperature_average_range_upper_bound from new to old metadata -INFO: Converting local name forceq of variable moisture_tendency_due_to_dynamics from new to old metadata -INFO: Converting local name nseasalt of variable number_of_seasalt_bins_for_diagnostics from new to old metadata -INFO: Converting local name gasvmr(:,:,2) of variable volume_mixing_ratio_n2o from new to old metadata -INFO: Converting local name ctei_rml of variable grid_sensitive_critical_cloud_top_entrainment_instability_criteria from new to old metadata -INFO: Converting local name sfc_wts of variable weights_for_stochastic_surface_physics_perturbation from new to old metadata -INFO: Converting local name oc of variable convexity_of_subgrid_orography from new to old metadata -INFO: Converting local name ep1d of variable surface_upward_potential_latent_heat_flux from new to old metadata -INFO: Converting local name u10mmax of variable maximum_x_wind_at_10m from new to old metadata -INFO: Converting local name nca of variable number_of_independent_cellular_automata from new to old metadata -INFO: Converting local name rtmassxy of variable fine_root_mass from new to old metadata -INFO: Converting local name ffmm_ocean of variable Monin_Obukhov_similarity_function_for_momentum_over_ocean from new to old metadata -INFO: Converting local name pertlai of variable magnitude_of_perturbation_of_leaf_area_index from new to old metadata -INFO: Converting local name mg_ncnst of variable mg_drop_concentration_constant from new to old metadata -INFO: Converting local name pgcon_shal of variable momentum_transport_reduction_factor_pgf_shallow_convection from new to old metadata -INFO: Converting local name edmf_qc of variable emdf_updraft_cloud_water from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_graupel) of variable tendency_of_graupel_mixing_ratio_due_to_model_physics from new to old metadata -INFO: Converting local name acvt of variable largest_cloud_top_vertical_index_encountered_thus_far from new to old metadata -INFO: Converting local name cmm of variable surface_drag_wind_speed_for_momentum_in_air from new to old metadata -INFO: Converting local name dt_cool of variable sub_layer_cooling_amount from new to old metadata -INFO: Converting local name qc_r of variable cloud_liquid_water_mixing_ratio from new to old metadata -INFO: Converting local name ral_ts of variable time_scale_for_rayleigh_damping from new to old metadata -INFO: Converting local name GFS_diag_type of variable GFS_diag_type from new to old metadata -INFO: Converting local name dnirdfi_cpl of variable instantaneous_surface_downwelling_diffuse_near_infrared_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name chh_ice of variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_ice from new to old metadata -INFO: Converting local name flipv of variable flag_flip from new to old metadata -INFO: Converting local name ldiag_ugwp of variable diag_ugwp_flag from new to old metadata -INFO: Converting local name ctei_r of variable cloud_top_entrainment_instability_value from new to old metadata -INFO: Converting local name ccn_nm of variable ccn_number_concentration from new to old metadata -INFO: Converting local name edmf_ent of variable emdf_updraft_entrainment_rate from new to old metadata -INFO: Converting local name htswc of variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step from new to old metadata -INFO: Converting local name phy_myj_thz0 of variable potential_temperature_at_viscous_sublayer_top from new to old metadata -INFO: Converting local name bl_mynn_edmf of variable edmf_flag from new to old metadata -INFO: Converting local name con_rd of variable gas_constant_dry_air from new to old metadata -INFO: Converting local name qss_land of variable surface_specific_humidity_over_land from new to old metadata -INFO: Converting local name zt1d of variable perturbation_of_heat_to_momentum_roughness_length_ratio from new to old metadata -INFO: Converting local name imp_physics_zhao_carr of variable flag_for_zhao_carr_microphysics_scheme from new to old metadata -INFO: Converting local name delz of variable thickness_at_Lagrangian_surface from new to old metadata -INFO: Converting local name dtsfci of variable instantaneous_surface_upward_sensible_heat_flux_for_diag from new to old metadata -INFO: Converting local name dvsfc_fd of variable integrated_y_momentum_flux_from_form_drag from new to old metadata -INFO: Converting local name totprcpb of variable accumulated_lwe_thickness_of_precipitation_amount_in_bucket from new to old metadata -INFO: Converting local name tcr of variable cloud_phase_transition_threshold_temperature from new to old metadata -INFO: Converting local name clstp of variable convective_cloud_switch from new to old metadata -INFO: Converting local name isatmedmf_vdifq of variable choice_of_updated_scale_aware_TKE_moist_EDMF_PBL from new to old metadata -INFO: Converting local name coszen of variable cosine_of_zenith_angle from new to old metadata -INFO: Converting local name nifa2d of variable tendency_of_ice_friendly_aerosols_at_surface from new to old metadata -INFO: Converting local name icy of variable flag_nonzero_sea_ice_surface_fraction from new to old metadata -INFO: Converting local name dudt of variable tendency_of_x_wind_due_to_model_physics from new to old metadata -INFO: Converting local name bl_dnfr of variable downdraft_fraction_in_boundary_layer_mass_flux_scheme from new to old metadata -INFO: Converting local name snohf of variable snow_freezing_rain_upward_latent_heat_flux from new to old metadata -INFO: Converting local name bexp1d of variable perturbation_of_soil_type_b_parameter from new to old metadata -INFO: Converting local name faersw of variable aerosol_optical_properties_for_shortwave_bands_01_16 from new to old metadata -INFO: Converting local name dtdt of variable tendency_of_air_temperature_due_to_model_physics from new to old metadata -INFO: Converting local name nvisdf_cpl of variable cumulative_surface_net_downward_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name dqsfcin_cpl of variable surface_upward_latent_heat_flux_for_coupling from new to old metadata -INFO: Converting local name con_p0 of variable standard_atmospheric_pressure from new to old metadata -INFO: Converting local name con_epsq of variable minimum_value_of_specific_humidity from new to old metadata -INFO: Converting local name dusfci_cpl of variable instantaneous_surface_x_momentum_flux_for_coupling from new to old metadata -INFO: Converting local name ep1d_ice of variable surface_upward_potential_latent_heat_flux_over_ice from new to old metadata -INFO: Converting local name fhour of variable forecast_time from new to old metadata -INFO: Converting local name refl_10cm of variable radar_reflectivity_10cm from new to old metadata -INFO: Converting local name shum_wts of variable weights_for_stochastic_shum_perturbation_flipped from new to old metadata -INFO: Converting local name dspfac of variable tke_dissipative_heating_factor from new to old metadata -INFO: Converting local name nnirbmi_cpl of variable instantaneous_surface_net_downward_direct_near_infrared_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name c1_deep of variable detrainment_conversion_parameter_deep_convection from new to old metadata -INFO: Converting local name dt3dt(:,:,4) of variable cumulative_change_in_temperature_due_to_deep_convection from new to old metadata -INFO: Converting local name dv3dt(:,:,4) of variable cumulative_change_in_y_wind_due_to_convective_gravity_wave_drag from new to old metadata -INFO: Converting local name phy_myj_a1u of variable weight_for_momentum_at_viscous_sublayer_top from new to old metadata -INFO: Converting local name iopt_stc of variable flag_for_soil_and_snow_temperature_time_stepping_option from new to old metadata -INFO: Converting local name adjvisbmd of variable surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux from new to old metadata -INFO: Converting local name icloud_bl of variable couple_sgs_clouds_to_radiation_flag from new to old metadata -INFO: Converting local name rb of variable bulk_richardson_number_at_lowest_model_level from new to old metadata -INFO: Converting local name faerlw(:,:,:,2) of variable aerosol_single_scattering_albedo_for_longwave_bands_01_16 from new to old metadata -INFO: Converting local name phy_myj_elflx of variable kinematic_surface_latent_heat_flux from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_for_snow_effective_radius) of variable effective_radius_of_stratiform_cloud_snow_particle_in_um from new to old metadata -INFO: Converting local name iopt_tbot of variable flag_for_lower_boundary_soil_temperature_option from new to old metadata -INFO: Converting local name pdfflag of variable flag_for_pdf_for_morrison_gettelman_microphysics_scheme from new to old metadata -INFO: Converting local name do_aw of variable flag_for_Arakawa_Wu_adjustment from new to old metadata -INFO: Converting local name do_tofd of variable turb_oro_form_drag_flag from new to old metadata -INFO: Converting local name dqdti of variable instantaneous_water_vapor_specific_humidity_tendency_due_to_convection from new to old metadata -INFO: Converting local name qi_r of variable cloud_ice_mixing_ratio from new to old metadata -INFO: Converting local name flag_iter of variable flag_for_iteration from new to old metadata -INFO: Converting local name CLDFRA_BL of variable subgrid_cloud_fraction_pbl from new to old metadata -INFO: Converting local name zorl_ice of variable surface_roughness_length_over_ice_interstitial from new to old metadata -INFO: Converting local name dd_mf of variable instantaneous_atmosphere_downdraft_convective_mass_flux from new to old metadata -INFO: Converting local name visdfui of variable surface_upwelling_diffuse_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name julian of variable julian_day from new to old metadata -INFO: Converting local name cd_ice of variable surface_drag_coefficient_for_momentum_in_air_over_ice from new to old metadata -INFO: Converting local name iovr_lw of variable flag_for_max_random_overlap_clouds_for_longwave_radiation from new to old metadata -INFO: Converting local name lmp of variable adjusted_vertical_level_dimension_for_radiation from new to old metadata -INFO: Converting local name kdt of variable index_of_time_step from new to old metadata -INFO: Converting local name ushfsfci of variable instantaneous_surface_upward_sensible_heat_flux_for_chemistry_coupling from new to old metadata -INFO: Converting local name rb_land of variable bulk_richardson_number_at_lowest_model_level_over_land from new to old metadata -INFO: Converting local name uustar of variable surface_friction_velocity from new to old metadata -INFO: Converting local name adjnirbmu of variable surface_upwelling_direct_near_infrared_shortwave_flux from new to old metadata -INFO: Converting local name do_mynnsfclay of variable do_mynnsfclay from new to old metadata -INFO: Converting local name aero_in of variable flag_for_aerosol_input_MG from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_water_vapor) of variable tendency_of_water_vapor_specific_humidity_due_to_model_physics from new to old metadata -INFO: Converting local name mol of variable theta_star from new to old metadata -INFO: Converting local name fwetxy of variable area_fraction_of_wet_canopy from new to old metadata -INFO: Converting local name phy_f2d(:,1) of variable surface_air_pressure_two_time_steps_back from new to old metadata -INFO: Converting local name topflw of variable lw_fluxes_top_atmosphere from new to old metadata -INFO: Converting local name satmedmf of variable flag_for_scale_aware_TKE_moist_EDMF_PBL from new to old metadata -INFO: Converting local name waxy of variable water_storage_in_aquifer from new to old metadata -INFO: Converting local name snow of variable lwe_thickness_of_snow_amount_on_dynamics_timestep from new to old metadata -INFO: Converting local name ivegsrc of variable vegetation_type_dataset_choice from new to old metadata -INFO: Converting local name sigmaf of variable bounded_vegetation_area_fraction from new to old metadata -INFO: Converting local name f_rain of variable fraction_of_rain_water_cloud from new to old metadata -INFO: Converting local name dkt of variable instantaneous_atmosphere_heat_diffusivity from new to old metadata -INFO: Converting local name asolfac_deep of variable aerosol_aware_parameter_deep_convection from new to old metadata -INFO: Converting local name dv3dt(:,:,2) of variable cumulative_change_in_y_wind_due_to_orographic_gravity_wave_drag from new to old metadata -INFO: Converting local name ipr of variable horizontal_index_of_printed_column from new to old metadata -INFO: Converting local name npzcappa of variable vertical_dimension_for_cappa_at_Lagrangian_surface from new to old metadata -INFO: Converting local name clam_deep of variable entrainment_rate_coefficient_deep_convection from new to old metadata -INFO: Converting local name dusfci of variable instantaneous_surface_x_momentum_flux_for_diag from new to old metadata -INFO: Converting local name cs_parm(4) of variable detrainment_and_precipitation_tunable_parameter_4_CS from new to old metadata -INFO: Converting local name levsp1 of variable vertical_dimension_plus_one from new to old metadata -INFO: Converting local name con_cp of variable specific_heat_of_dry_air_at_constant_pressure from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_water_vapor) of variable water_vapor_specific_humidity from new to old metadata -INFO: Converting local name prsik(:,1) of variable dimensionless_exner_function_at_lowest_model_interface from new to old metadata -INFO: Converting local name gasvmr(:,:,5) of variable volume_mixing_ratio_co from new to old metadata -INFO: Converting local name mg_ngcons of variable mg_flag_graupel_concentration_constant from new to old metadata -INFO: Converting local name acsnow of variable accumulated_water_equivalent_of_frozen_precip from new to old metadata -INFO: Converting local name levsm1 of variable vertical_dimension_minus_one from new to old metadata -INFO: Converting local name phy_myj_a1t of variable weight_for_potental_temperature_at_viscous_sublayer_top from new to old metadata -INFO: Converting local name ntracp1 of variable number_of_tracers_plus_one from new to old metadata -INFO: Converting local name GFS_Data of variable GFS_data_type_instance_all_blocks from new to old metadata -INFO: Converting local name zol of variable surface_stability_parameter from new to old metadata -INFO: Converting local name CCPP_interstitial of variable CCPP_interstitial_type_instance from new to old metadata -INFO: Converting local name isd of variable starting_x_direction_index_domain from new to old metadata -INFO: Converting local name cplflx of variable flag_for_flux_coupling from new to old metadata -INFO: Converting local name lradar of variable flag_for_radar_reflectivity from new to old metadata -INFO: Converting local name iseed_ca of variable seed_for_random_number_generation_in_cellular_automata_scheme from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_for_convective_cloud_cover_in_phy_f3d) of variable convective_cloud_cover_in_phy_f3d from new to old metadata -INFO: Converting local name dqsfci of variable instantaneous_surface_upward_latent_heat_flux_for_diag from new to old metadata -INFO: Converting local name dxmin of variable minimum_scaling_factor_for_critical_relative_humidity from new to old metadata -INFO: Converting local name sppt_wts of variable weights_for_stochastic_sppt_perturbation from new to old metadata -INFO: Converting local name tahxy of variable canopy_air_temperature from new to old metadata -INFO: Converting local name imn of variable forecast_month from new to old metadata -INFO: Converting local name evcw of variable canopy_upward_latent_heat_flux from new to old metadata -INFO: Converting local name input_nml_file of variable namelist_filename_for_internal_file_reads from new to old metadata -INFO: Converting local name raddt of variable time_step_for_radiation from new to old metadata -INFO: Converting local name dvisbmi_cpl of variable instantaneous_surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name gwdcv of variable tendency_of_y_wind_due_to_convective_gravity_wave_drag from new to old metadata -INFO: Converting local name evbsa of variable cumulative_soil_upward_latent_heat_flux_multiplied_by_timestep from new to old metadata -INFO: Converting local name cldwrk of variable cumulative_cloud_work_function from new to old metadata -INFO: Converting local name npzdelz of variable vertical_dimension_for_thickness_at_Lagrangian_surface from new to old metadata -INFO: Converting local name dvsfc_cice of variable surface_y_momentum_flux_for_coupling_interstitial from new to old metadata -INFO: Converting local name ql of variable cloud_liquid_water_specific_humidity_at_Lagrangian_surface from new to old metadata -INFO: Converting local name imp_physics_fer_hires of variable flag_for_fer_hires_microphysics_scheme from new to old metadata -INFO: Converting local name dvdt of variable tendency_of_y_wind_due_to_model_physics from new to old metadata -INFO: Converting local name dusfc_cpl of variable cumulative_surface_x_momentum_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name prsl(:,1) of variable air_pressure_at_lowest_model_layer from new to old metadata -INFO: Converting local name ktop_shallow of variable k_level_of_highest_reaching_plume from new to old metadata -INFO: Converting local name sfcfsw of variable sw_fluxes_sfc from new to old metadata -INFO: Converting local name gv0 of variable y_wind_updated_by_physics from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_rain_water) of variable rain_water_mixing_ratio from new to old metadata -INFO: Converting local name cdq_ocean of variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_ocean from new to old metadata -INFO: Converting local name sfcalb(:,4) of variable surface_albedo_due_to_UV_and_VIS_diffused from new to old metadata -INFO: Converting local name gamq of variable countergradient_mixing_term_for_water_vapor from new to old metadata -INFO: Converting local name mdt of variable time_step_for_remapping_for_fast_physics from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_ice_cloud_condensate) of variable ice_water_mixing_ratio from new to old metadata -INFO: Converting local name sfcalb(:,2) of variable surface_albedo_due_to_near_IR_diffused from new to old metadata -INFO: Converting local name phy_fctd of variable cloud_base_mass_flux from new to old metadata -INFO: Converting local name weasd_land of variable water_equivalent_accumulated_snow_depth_over_land from new to old metadata -INFO: Converting local name nwfa2d of variable tendency_of_water_friendly_aerosols_at_surface from new to old metadata -INFO: Converting local name GFS_Control of variable GFS_control_type_instance from new to old metadata -INFO: Converting local name nncl of variable number_of_tracers_for_cloud_condensate from new to old metadata -INFO: Converting local name olyr of variable ozone_concentration_at_layer_for_radiation from new to old metadata -INFO: Converting local name tg3 of variable deep_soil_temperature from new to old metadata -INFO: Converting local name Radtend of variable GFS_radtend_type_instance from new to old metadata -INFO: Converting local name sinlat of variable sine_of_latitude from new to old metadata -INFO: Converting local name sppt_wts of variable weights_for_stochastic_sppt_perturbation_flipped from new to old metadata -INFO: Converting local name ng of variable number_of_ghost_zones from new to old metadata -INFO: Converting local name phil of variable geopotential from new to old metadata -INFO: Converting local name flag_frsoil of variable flag_for_frozen_soil_physics from new to old metadata -INFO: Converting local name faersw(:,:,:,2) of variable aerosol_single_scattering_albedo_for_shortwave_bands_01_16 from new to old metadata -INFO: Converting local name qc of variable cloud_fraction_at_Lagrangian_surface from new to old metadata -INFO: Converting local name do_sfcperts of variable flag_for_stochastic_surface_perturbations from new to old metadata -INFO: Converting local name betas_deep of variable downdraft_fraction_reaching_surface_over_ocean_deep_convection from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_rain_number_concentration) of variable rain_number_concentration from new to old metadata -INFO: Converting local name ifd of variable index_of_dtlm_start from new to old metadata -INFO: Converting local name area of variable cell_area_for_fast_physics from new to old metadata -INFO: Converting local name trans_trac of variable flag_for_convective_transport_of_tracers from new to old metadata -INFO: Converting local name isatmedmf of variable choice_of_scale_aware_TKE_moist_EDMF_PBL from new to old metadata -INFO: Converting local name old_monin of variable flag_for_old_PBL_scheme from new to old metadata -INFO: Converting local name cplchm of variable flag_for_chemistry_coupling from new to old metadata -INFO: Converting local name raincprv of variable lwe_thickness_of_convective_precipitation_amount_from_previous_timestep from new to old metadata -INFO: Converting local name u1 of variable x_wind_at_lowest_model_layer_for_diag from new to old metadata -INFO: Converting local name gw_dvdt of variable tendency_of_y_wind_due_to_ugwp from new to old metadata -INFO: Converting local name dtsfc1 of variable instantaneous_surface_upward_sensible_heat_flux from new to old metadata -INFO: Converting local name gasvmr(:,:,9) of variable volume_mixing_ratio_ccl4 from new to old metadata -INFO: Converting local name semis_ice of variable surface_longwave_emissivity_over_ice_interstitial from new to old metadata -INFO: Converting local name zmtb of variable time_integral_of_height_of_mountain_blocking from new to old metadata -INFO: Converting local name dtauy2d_fd of variable y_momentum_tendency_from_form_drag from new to old metadata -INFO: Converting local name lakefrac of variable lake_area_fraction from new to old metadata -INFO: Converting local name do_myjpbl of variable do_myjpbl from new to old metadata -INFO: Converting local name sncovr of variable surface_snow_area_fraction_over_land from new to old metadata -INFO: Converting local name spd10max of variable maximum_wind_at_10m_over_maximum_hourly_time_interval from new to old metadata -INFO: Converting local name faerlw(:,:,:,3) of variable aerosol_asymmetry_parameter_for_longwave_bands_01_16 from new to old metadata -INFO: Converting local name adjsfculw_ocean of variable surface_upwelling_longwave_flux_over_ocean_interstitial from new to old metadata -INFO: Converting local name nscfshoc of variable index_of_subgrid_scale_cloud_fraction_from_shoc_in_phy_f3d from new to old metadata -INFO: Converting local name qv_r of variable humidity_mixing_ratio from new to old metadata -INFO: Converting local name gq0(:,:,index_for_water_vapor) of variable water_vapor_specific_humidity_updated_by_physics from new to old metadata -INFO: Converting local name lsnow_lsm of variable snow_vertical_dimension_for_land_surface_model from new to old metadata -INFO: Converting local name dv3dt_ngw of variable time_integral_of_change_in_y_wind_due_to_nonstationary_gravity_wave from new to old metadata -INFO: Converting local name tlyr of variable air_temperature_at_layer_for_radiation from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_turbulent_kinetic_energy) of variable turbulent_kinetic_energy from new to old metadata -INFO: Converting local name h2opl of variable h2o_forcing from new to old metadata -INFO: Converting local name smc of variable volume_fraction_of_soil_moisture from new to old metadata -INFO: Converting local name latr of variable number_of_latitude_points from new to old metadata -INFO: Converting local name crick_proof of variable flag_for_CRICK_proof_cloud_water from new to old metadata -INFO: Converting local name ssem of variable instantaneous_seasalt_emission_flux from new to old metadata -INFO: Converting local name xlai1d of variable perturbation_of_leaf_area_index from new to old metadata -INFO: Converting local name tdoms of variable dominant_snow_type from new to old metadata -INFO: Converting local name canopy of variable canopy_water_amount from new to old metadata -INFO: Converting local name dtauy2d_ss of variable y_momentum_tendency_from_small_scale_gwd from new to old metadata -INFO: Converting local name forcet of variable temperature_tendency_due_to_dynamics from new to old metadata -INFO: Converting local name snowmt of variable surface_snow_melt from new to old metadata -INFO: Converting local name ttendlim of variable limit_for_temperature_tendency_for_microphysics from new to old metadata -INFO: Converting local name clouds(:,:,6) of variable cloud_rain_water_path from new to old metadata -INFO: Converting local name sigmafrac of variable convective_updraft_area_fraction from new to old metadata -INFO: Converting local name tau_tofd of variable instantaneous_momentum_flux_due_to_turbulent_orographic_form_drag from new to old metadata -INFO: Converting local name gq0(:,:,index_for_ice_friendly_aerosols) of variable ice_friendly_aerosol_number_concentration_updated_by_physics from new to old metadata -INFO: Converting local name nsswr of variable number_of_timesteps_between_shortwave_radiation_calls from new to old metadata -INFO: Converting local name ulwsfc_cice of variable surface_upwelling_longwave_flux_for_coupling_interstitial from new to old metadata -INFO: Converting local name dq3dt(:,:,8) of variable cumulative_change_in_ozone_concentration_due_to_temperature from new to old metadata -INFO: Converting local name stress_ice of variable surface_wind_stress_over_ice from new to old metadata -INFO: Converting local name is of variable starting_x_direction_index from new to old metadata -INFO: Converting local name sbsno of variable snow_deposition_sublimation_upward_latent_heat_flux from new to old metadata -INFO: Converting local name cnvprcpb of variable cumulative_lwe_thickness_of_convective_precipitation_amount_in_bucket from new to old metadata -INFO: Converting local name rdlai of variable flag_for_reading_leaf_area_index_from_input from new to old metadata -INFO: Converting local name phy_f3d(:,:,4) of variable water_vapor_specific_humidity_at_previous_time_step from new to old metadata -INFO: Converting local name area of variable cell_area from new to old metadata -INFO: Converting local name con_eps of variable ratio_of_dry_air_to_water_vapor_gas_constants from new to old metadata -INFO: Converting local name edmf_a of variable emdf_updraft_area from new to old metadata -INFO: Converting local name dusfc1 of variable instantaneous_surface_x_momentum_flux from new to old metadata -INFO: Converting local name qlcn of variable mass_fraction_of_convective_cloud_liquid_water from new to old metadata -INFO: Converting local name fh2_land of variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_land from new to old metadata -INFO: Converting local name tprcp_land of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_land from new to old metadata -INFO: Converting local name chh_land of variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_land from new to old metadata -INFO: Converting local name dt3dt(:,:,1) of variable cumulative_change_in_temperature_due_to_longwave_radiation from new to old metadata -INFO: Converting local name nfracseed of variable cellular_automata_seed_probability from new to old metadata -INFO: Converting local name cwm of variable total_cloud_condensate_mixing_ratio_updated_by_physics from new to old metadata -INFO: Converting local name u10max of variable maximum_u_wind_at_10m_over_maximum_hourly_time_interval from new to old metadata -INFO: Converting local name dvsfc_ss of variable integrated_y_momentum_flux_from_small_scale_gwd from new to old metadata -INFO: Converting local name smcref2 of variable threshold_volume_fraction_of_condensed_water_in_soil from new to old metadata -INFO: Converting local name kcnv of variable flag_deep_convection from new to old metadata -INFO: Converting local name keepsmfr of variable volume_fraction_of_frozen_soil_moisture_for_land_surface_model from new to old metadata -INFO: Converting local name frain of variable dynamics_to_physics_timestep_ratio from new to old metadata -INFO: Converting local name debug of variable flag_debug from new to old metadata -INFO: Converting local name qrn of variable local_rain_water_mixing_ratio from new to old metadata -INFO: Converting local name tsfc_ocean of variable surface_skin_temperature_over_ocean_interstitial from new to old metadata -INFO: Converting local name levr of variable number_of_vertical_layers_for_radiation_calculations from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_graupel_number_concentration) of variable graupel_number_concentration from new to old metadata -INFO: Converting local name bl_upfr of variable updraft_fraction_in_boundary_layer_mass_flux_scheme from new to old metadata -INFO: Converting local name nsfcpert of variable number_of_surface_perturbations from new to old metadata -INFO: Converting local name evpco of variable coefficient_for_evaporation_of_rainfall from new to old metadata -INFO: Converting local name iems of variable flag_for_surface_emissivity_control from new to old metadata -INFO: Converting local name dlwsfc of variable cumulative_surface_downwelling_longwave_flux_multiplied_by_timestep from new to old metadata -INFO: Converting local name cimin of variable minimum_sea_ice_concentration from new to old metadata -INFO: Converting local name zs of variable depth_of_soil_levels_for_land_surface_model from new to old metadata -INFO: Converting local name fm10_land of variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_land from new to old metadata -INFO: Converting local name lsm_noahmp of variable flag_for_noahmp_land_surface_scheme from new to old metadata -INFO: Converting local name cs_parm(1) of variable updraft_velocity_tunable_parameter_1_CS from new to old metadata -INFO: Converting local name z_c of variable sub_layer_cooling_thickness from new to old metadata -INFO: Converting local name rainc of variable lwe_thickness_of_convective_precipitation_amount_on_dynamics_timestep from new to old metadata -INFO: Converting local name do_cnvgwd of variable flag_for_convective_gravity_wave_drag from new to old metadata -INFO: Converting local name nlunit of variable iounit_namelist from new to old metadata -INFO: Converting local name gw_dtdt of variable tendency_of_air_temperature_due_to_ugwp from new to old metadata -INFO: Converting local name phy_myj_vz0 of variable v_wind_component_at_viscous_sublayer_top from new to old metadata -INFO: Converting local name dusfc_ss of variable integrated_x_momentum_flux_from_small_scale_gwd from new to old metadata -INFO: Converting local name reset of variable flag_reset_maximum_hourly_fields from new to old metadata -INFO: Converting local name idat of variable date_and_time_at_model_initialization from new to old metadata -INFO: Converting local name oceanfrac of variable sea_area_fraction from new to old metadata -INFO: Converting local name rho_h2o of variable density_of_fresh_water from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_ozone) of variable ozone_mixing_ratio from new to old metadata -INFO: Converting local name qv of variable water_vapor_specific_humidity_at_Lagrangian_surface from new to old metadata -INFO: Converting local name adjnirdfd of variable surface_downwelling_diffuse_near_infrared_shortwave_flux from new to old metadata -INFO: Converting local name ca_global of variable flag_for_global_cellular_automata from new to old metadata -INFO: Converting local name landfrac of variable land_area_fraction from new to old metadata -INFO: Converting local name iopt_btr of variable flag_for_soil_moisture_factor_stomatal_resistance_option from new to old metadata -INFO: Converting local name cqs2 of variable surface_exchange_coefficient_for_moisture_at_2m from new to old metadata -INFO: Converting local name snohfa of variable cumulative_snow_freezing_rain_upward_latent_heat_flux_multiplied_by_timestep from new to old metadata -INFO: Converting local name nvisbm_cpl of variable cumulative_surface_net_downward_direct_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name GFS_sfcprop_type of variable GFS_sfcprop_type from new to old metadata -INFO: Converting local name oz_phys of variable flag_for_ozone_physics from new to old metadata -INFO: Converting local name rhowater of variable liquid_water_density from new to old metadata -INFO: Converting local name zsnsoxy of variable layer_bottom_depth_from_snow_surface from new to old metadata -INFO: Converting local name nthresh of variable threshold_for_perturbed_vertical_velocity from new to old metadata -INFO: Converting local name phy_f3d(:,:,1) of variable air_temperature_two_time_steps_back from new to old metadata -INFO: Converting local name gq0(:,:,index_for_water_friendly_aerosols) of variable water_friendly_aerosol_number_concentration_updated_by_physics from new to old metadata -INFO: Converting local name wetness of variable normalized_soil_wetness_for_land_surface_model from new to old metadata -INFO: Converting local name v10mi_cpl of variable instantaneous_y_wind_at_10m_for_coupling from new to old metadata -INFO: Converting local name rh02min of variable minimum_relative_humidity_at_2m_over_maximum_hourly_time_interval from new to old metadata -INFO: Converting local name nf_aelw of variable number_of_aerosol_output_fields_for_longwave_radiation from new to old metadata -INFO: Converting local name isubc_sw of variable flag_for_sw_clouds_without_sub_grid_approximation from new to old metadata -INFO: Converting local name gq0(:,:,index_for_rain_number_concentration) of variable rain_number_concentration_updated_by_physics from new to old metadata -INFO: Converting local name dvsfc1 of variable instantaneous_surface_y_momentum_flux from new to old metadata -INFO: Converting local name nirdfdi of variable surface_downwelling_diffuse_near_infrared_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name isatmedmf_vdif of variable choice_of_original_scale_aware_TKE_moist_EDMF_PBL from new to old metadata -INFO: Converting local name fprcp of variable number_of_frozen_precipitation_species from new to old metadata -INFO: Converting local name tsurf_land of variable surface_skin_temperature_after_iteration_over_land from new to old metadata -INFO: Converting local name kd of variable vertical_index_difference_between_inout_and_local from new to old metadata -INFO: Converting local name LTP of variable extra_top_layer from new to old metadata -INFO: Converting local name solcon of variable solar_constant from new to old metadata -INFO: Converting local name gq0(:,:,index_for_snow_number_concentration) of variable snow_number_concentration_updated_by_physics from new to old metadata -INFO: Converting local name bl_mynn_tkebudget of variable tke_budget from new to old metadata -INFO: Converting local name xu of variable diurnal_thermocline_layer_x_current from new to old metadata -INFO: Converting local name bl_mynn_tkeadvect of variable tke_advect from new to old metadata -INFO: Converting local name hflx_ice of variable kinematic_surface_upward_sensible_heat_flux_over_ice from new to old metadata -INFO: Converting local name smcwlt2 of variable volume_fraction_of_condensed_water_in_soil_at_wilting_point from new to old metadata -INFO: Converting local name imfdeepcnv of variable flag_for_mass_flux_deep_convection_scheme from new to old metadata -INFO: Converting local name ntchm of variable number_of_chemical_tracers from new to old metadata -INFO: Converting local name ncpl of variable local_condesed_water_number_concentration from new to old metadata -INFO: Converting local name vvl of variable omega from new to old metadata -INFO: Converting local name xkzminv of variable atmosphere_heat_diffusivity_background_maximum from new to old metadata -INFO: Converting local name snowc of variable surface_snow_area_fraction from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_of_subgrid_scale_cloud_fraction_from_shoc_in_phy_f3d) of variable subgrid_scale_cloud_fraction_from_shoc from new to old metadata -INFO: Converting local name du3dt(:,:,4) of variable cumulative_change_in_x_wind_due_to_convective_gravity_wave_drag from new to old metadata -INFO: Converting local name jcap of variable number_of_spectral_wave_trancation_for_sas from new to old metadata -INFO: Converting local name cd_ocean of variable surface_drag_coefficient_for_momentum_in_air_over_ocean from new to old metadata -INFO: Converting local name vfrac of variable vegetation_area_fraction from new to old metadata -INFO: Converting local name dvdftra of variable tendency_of_vertically_diffused_tracer_concentration from new to old metadata -INFO: Converting local name npzp1 of variable vertical_dimension_for_fast_physics_plus_one from new to old metadata -INFO: Converting local name duem of variable instantaneous_dust_emission_flux from new to old metadata -INFO: Converting local name prslrd0 of variable pressure_cutoff_for_rayleigh_damping from new to old metadata -INFO: Converting local name q2m of variable specific_humidity_at_2m from new to old metadata -INFO: Converting local name chs2 of variable surface_exchange_coefficient_for_heat_at_2m from new to old metadata -INFO: Converting local name lfmassxy of variable leaf_mass from new to old metadata -INFO: Converting local name phy_f3d(:,:,2) of variable water_vapor_specific_humidity_two_time_steps_back from new to old metadata -INFO: Converting local name rainp of variable tendency_of_rain_water_mixing_ratio_due_to_microphysics from new to old metadata -INFO: Converting local name ud_mf of variable instantaneous_atmosphere_updraft_convective_mass_flux from new to old metadata -INFO: Converting local name dudt_tms of variable instantaneous_change_in_x_wind_due_to_turbulent_orographic_form_drag from new to old metadata -INFO: Converting local name mg3_as_mg2 of variable flag_mg3_as_mg2 from new to old metadata -INFO: Converting local name htlw0 of variable tendency_of_air_temperature_due_to_longwave_heating_assuming_clear_sky_on_radiation_time_step from new to old metadata -INFO: Converting local name w_d of variable coefficient_w_d from new to old metadata -INFO: Converting local name shdmax of variable maximum_vegetation_area_fraction from new to old metadata -INFO: Converting local name iccn of variable flag_for_in_ccn_forcing_for_morrison_gettelman_microphysics from new to old metadata -INFO: Converting local name htlwc of variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step from new to old metadata -INFO: Converting local name scmpsw of variable components_of_surface_downward_shortwave_fluxes from new to old metadata -INFO: Converting local name tgrs(:,1) of variable air_temperature_at_lowest_model_layer from new to old metadata -INFO: Converting local name cmxy of variable surface_drag_coefficient_for_momentum_for_noahmp from new to old metadata -INFO: Converting local name snowd_land of variable surface_snow_thickness_water_equivalent_over_land from new to old metadata -INFO: Converting local name clouds(:,:,5) of variable mean_effective_radius_for_ice_cloud from new to old metadata -INFO: Converting local name xz of variable diurnal_thermocline_layer_thickness from new to old metadata -INFO: Converting local name tsfg of variable surface_ground_temperature_for_radiation from new to old metadata -INFO: Converting local name dkt of variable atmosphere_heat_diffusivity from new to old metadata -INFO: Converting local name qgrs of variable tracer_concentration from new to old metadata -INFO: Converting local name pgcon_deep of variable momentum_transport_reduction_factor_pgf_deep_convection from new to old metadata -INFO: Converting local name wind10mmax of variable maximum_wind_at_10m from new to old metadata -INFO: Converting local name slopetype of variable surface_slope_classification from new to old metadata -INFO: Converting local name Intdiag of variable GFS_diag_type_instance from new to old metadata -INFO: Converting local name mg_nccons of variable mg_flag_drop_concentration_constant from new to old metadata -INFO: Converting local name adjvisdfd of variable surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_snow_water) of variable tendency_of_snow_water_mixing_ratio_due_to_model_physics from new to old metadata -INFO: Converting local name nlwsfc_cpl of variable cumulative_surface_net_downward_longwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name clouds(:,:,9) of variable mean_effective_radius_for_snow_flake from new to old metadata -INFO: Converting local name con_cvap of variable specific_heat_of_water_vapor_at_constant_pressure from new to old metadata -INFO: Converting local name drydep of variable instantaneous_dry_deposition from new to old metadata -INFO: Converting local name semis_ocean of variable surface_longwave_emissivity_over_ocean_interstitial from new to old metadata -INFO: Converting local name master of variable mpi_root from new to old metadata -INFO: Converting local name gamt of variable countergradient_mixing_term_for_temperature from new to old metadata -INFO: Converting local name redrag of variable flag_for_reduced_drag_coefficient_over_sea from new to old metadata -INFO: Converting local name gq0(:,:,index_for_ozone) of variable ozone_concentration_updated_by_physics from new to old metadata -INFO: Converting local name do_skeb of variable flag_for_stochastic_skeb_option from new to old metadata -INFO: Converting local name qg_r of variable mass_weighted_rime_factor_mixing_ratio from new to old metadata -INFO: Converting local name min_seaice of variable sea_ice_minimum from new to old metadata -INFO: Converting local name betal_deep of variable downdraft_fraction_reaching_surface_over_land_deep_convection from new to old metadata -INFO: Converting local name alvwf of variable mean_vis_albedo_with_weak_cosz_dependency from new to old metadata -INFO: Converting local name do_gwd of variable flag_for_gravity_wave_drag from new to old metadata -INFO: Converting local name nf_aesw of variable number_of_aerosol_output_fields_for_shortwave_radiation from new to old metadata -INFO: Converting local name avg_max_length of variable time_interval_for_maximum_hourly_fields from new to old metadata -INFO: Converting local name tdomzr of variable dominant_freezing_rain_type from new to old metadata -INFO: Converting local name toticeb of variable accumulated_lwe_thickness_of_ice_amount_in_bucket from new to old metadata -INFO: Converting local name isppt_deep of variable flag_for_combination_of_sppt_with_isppt_deep from new to old metadata -INFO: Converting local name ice of variable lwe_thickness_of_ice_amount_on_dynamics_timestep from new to old metadata -INFO: Converting local name dq3dt(:,:,9) of variable cumulative_change_in_ozone_concentration_due_to_overhead_ozone_column from new to old metadata -INFO: Converting local name lsidea of variable flag_idealized_physics from new to old metadata -INFO: Converting local name ico2 of variable flag_for_using_prescribed_global_mean_co2_value from new to old metadata -INFO: Converting local name evap_ice of variable kinematic_surface_upward_latent_heat_flux_over_ice from new to old metadata -INFO: Converting local name do_awdd of variable flag_arakawa_wu_downdraft from new to old metadata -INFO: Converting local name hetfrz_classnuc of variable mg_flag_for_heterogeneous_freezing from new to old metadata -INFO: Converting local name mpiroot of variable mpi_root_for_fast_physics from new to old metadata -INFO: Converting local name dq3dt(:,:,4) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_microphysics from new to old metadata -INFO: Converting local name GFS_coupling_type of variable GFS_coupling_type from new to old metadata -INFO: Converting local name psurfi_cpl of variable instantaneous_surface_air_pressure_for_coupling from new to old metadata -INFO: Converting local name xkzm_h of variable atmosphere_heat_diffusivity_background from new to old metadata -INFO: Converting local name rh02max of variable maximum_relative_humidity_at_2m_over_maximum_hourly_time_interval from new to old metadata -INFO: Converting local name tmpmax of variable maximum_temperature_at_2m from new to old metadata -INFO: Converting local name fscav of variable fraction_of_tracer_scavenged from new to old metadata -INFO: Converting local name ntiwx of variable index_for_ice_cloud_condensate_vertical_diffusion_tracer from new to old metadata -INFO: Converting local name gasvmr(:,:,4) of variable volume_mixing_ratio_o2 from new to old metadata -INFO: Converting local name dpt2m of variable dewpoint_temperature_at_2m from new to old metadata -INFO: Converting local name mg_do_liq_liu of variable mg_flag_for_liu_liquid_treatment from new to old metadata -INFO: Converting local name ffhh_land of variable Monin_Obukhov_similarity_function_for_heat_over_land from new to old metadata -INFO: Converting local name crtrh(3) of variable critical_relative_humidity_at_top_of_atmosphere from new to old metadata -INFO: Converting local name smcwtdxy of variable soil_water_content_between_soil_bottom_and_water_table from new to old metadata -INFO: Converting local name visbmdi of variable surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name cdq_ice of variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_ice from new to old metadata -INFO: Converting local name adjnirdfu of variable surface_upwelling_diffuse_near_infrared_shortwave_flux from new to old metadata -INFO: Converting local name wcbmax of variable maximum_updraft_velocity_at_cloud_base from new to old metadata -INFO: Converting local name tsflw of variable surface_midlayer_air_temperature_in_longwave_radiation from new to old metadata -INFO: Converting local name asolfac_shal of variable aerosol_aware_parameter_shallow_convection from new to old metadata -INFO: Converting local name gabsbdlw_ocean of variable surface_downwelling_longwave_flux_absorbed_by_ground_over_ocean from new to old metadata -INFO: Converting local name de_lgth of variable cloud_decorrelation_length from new to old metadata -INFO: Converting local name GFS_interstitial_type of variable GFS_interstitial_type from new to old metadata -INFO: Converting local name imap of variable map_of_block_column_number_to_global_i_index from new to old metadata -INFO: Converting local name plyr of variable air_pressure_at_layer_for_radiation_in_hPa from new to old metadata -INFO: Converting local name skip_macro of variable flag_skip_macro from new to old metadata -INFO: Converting local name tsnoxy of variable snow_temperature from new to old metadata -INFO: Converting local name sbsnoa of variable cumulative_snow_deposition_sublimation_upward_latent_heat_flux_multiplied_by_timestep from new to old metadata -INFO: Converting local name prcpmp of variable lwe_thickness_of_explicit_precipitation_amount from new to old metadata -INFO: Converting local name clcn of variable convective_cloud_volume_fraction from new to old metadata -INFO: Converting local name gt0 of variable air_temperature_updated_by_physics from new to old metadata -INFO: Converting local name gamma of variable anisotropy_of_subgrid_orography from new to old metadata -INFO: Converting local name uconvtend of variable tendency_of_x_wind_due_to_deep_convection_for_coupling_on_physics_timestep from new to old metadata -INFO: Converting local name dswsfci_cpl of variable instantaneous_surface_downwelling_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name delp of variable pressure_thickness_at_Lagrangian_surface from new to old metadata -INFO: Converting local name lsm_ruc of variable flag_for_ruc_land_surface_scheme from new to old metadata -INFO: Converting local name dt_mf of variable instantaneous_atmosphere_detrainment_convective_mass_flux from new to old metadata -INFO: Converting local name d_conv of variable free_convection_layer_thickness from new to old metadata -INFO: Converting local name nlwsfci_cpl of variable instantaneous_surface_net_downward_longwave_flux_for_coupling from new to old metadata -INFO: Converting local name shum_wts of variable weights_for_stochastic_shum_perturbation from new to old metadata -INFO: Converting local name dswsfci of variable surface_downwelling_shortwave_flux from new to old metadata -INFO: Converting local name do_ysu of variable flag_for_ysu from new to old metadata -INFO: Converting local name q_con of variable cloud_condensed_water_specific_humidity_at_Lagrangian_surface from new to old metadata -INFO: Converting local name mom4ice of variable flag_for_mom4_coupling from new to old metadata -INFO: Converting local name tref of variable sea_surface_reference_temperature from new to old metadata -INFO: Converting local name faersw(:,:,:,3) of variable aerosol_asymmetry_parameter_for_shortwave_bands_01_16 from new to old metadata -INFO: Converting local name ie of variable ending_x_direction_index from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_water_friendly_aerosols) of variable water_friendly_aerosol_number_concentration from new to old metadata -INFO: Converting local name dugwd of variable time_integral_of_x_stress_due_to_gravity_wave_drag from new to old metadata -INFO: Converting local name ntot3d of variable number_of_fields_in_phyf3d from new to old metadata -INFO: Converting local name GFS_data_type of variable GFS_data_type from new to old metadata -INFO: Converting local name graupelprv of variable lwe_thickness_of_graupel_amount_from_previous_timestep from new to old metadata -INFO: Converting local name nstf_name(4) of variable vertical_temperature_average_range_lower_bound from new to old metadata -INFO: Converting local name kind_dyn of variable kind_dyn from new to old metadata -INFO: Converting local name acv of variable accumulated_lwe_thickness_of_convective_precipitation_amount_cnvc90 from new to old metadata -INFO: Converting local name lsoil_lsm of variable soil_vertical_dimension_for_land_surface_model from new to old metadata -INFO: Converting local name phy_myj_chkqlm of variable surface_layer_evaporation_switch from new to old metadata -INFO: Converting local name dtf of variable time_step_for_dynamics from new to old metadata -INFO: Converting local name dqsfci_cpl of variable instantaneous_surface_upward_latent_heat_flux_for_coupling from new to old metadata -INFO: Converting local name mg_do_hail of variable mg_flag_for_hail from new to old metadata -INFO: Converting local name iopt_sfc of variable flag_for_surface_layer_drag_coefficient_option from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_ice_cloud_number_concentration) of variable tendency_of_ice_number_concentration_due_to_model_physics from new to old metadata -INFO: Converting local name kind_LOGICAL of variable kind_LOGICAL from new to old metadata -INFO: Converting local name hybedmf of variable flag_for_hedmf from new to old metadata -INFO: Converting local name dvisdfi_cpl of variable instantaneous_surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name exch_h of variable atmosphere_heat_diffusivity_for_mynnpbl from new to old metadata -INFO: Converting local name z01d of variable perturbation_of_momentum_roughness_length from new to old metadata -INFO: Converting local name prevst of variable temperature_from_previous_timestep from new to old metadata -INFO: Converting local name tracers_total of variable number_of_total_tracers from new to old metadata -INFO: Converting local name wind of variable wind_speed_at_lowest_model_layer from new to old metadata -INFO: Converting local name hprime of variable statistical_measures_of_subgrid_orography from new to old metadata -INFO: Converting local name oz_coeffp5 of variable number_of_coefficients_in_ozone_forcing_data_plus_five from new to old metadata -INFO: Converting local name tvxy of variable vegetation_temperature from new to old metadata -INFO: Converting local name ncps of variable local_snow_number_concentration from new to old metadata -INFO: Converting local name zlvl of variable height_above_ground_at_lowest_model_layer from new to old metadata -INFO: Converting local name restart of variable flag_for_restart from new to old metadata -INFO: Converting local name con_tice of variable freezing_point_temperature_of_seawater from new to old metadata -INFO: Converting local name sfcnsw of variable surface_net_downwelling_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name tau_mtb of variable time_integral_of_momentum_flux_due_to_mountain_blocking_drag from new to old metadata -INFO: Metadata table for model FV3 written to tests/build_fv3_9/FV3/ccpp/physics/CCPP_VARIABLES_FV3.html -INFO: Parsing metadata tables in physics scheme files ... -INFO: Parsed tables in scheme rayleigh_damp -INFO: Parsed tables in scheme GFS_surface_composites_pre -INFO: Parsed tables in scheme GFS_surface_composites_inter -INFO: Parsed tables in scheme GFS_surface_composites_post -INFO: Parsed tables in scheme rrtmg_sw -INFO: Parsed tables in scheme sfc_ocean -INFO: Parsed tables in scheme gwdc_pre -INFO: Parsed tables in scheme gwdc -INFO: Parsed tables in scheme gwdc_post -INFO: Parsed tables in scheme cu_gf_driver_pre -INFO: Parsed tables in scheme gfdl_cloud_microphys -INFO: Parsed tables in scheme GFS_time_vary_pre -INFO: Parsed tables in scheme GFS_rrtmg_setup -INFO: Parsed tables in scheme zhaocarr_gscond -INFO: Parsed tables in scheme ysuvdif -INFO: Parsed tables in scheme rrtmg_sw_post -INFO: Parsed tables in scheme GFS_SCNV_generic_pre -INFO: Parsed tables in scheme GFS_SCNV_generic_post -INFO: Parsed tables in scheme GFS_rrtmg_pre -INFO: Parsed tables in scheme sfc_sice -INFO: Parsed tables in scheme samfdeepcnv -INFO: Parsed tables in scheme satmedmfvdif -INFO: Parsed tables in scheme mynnrad_post -INFO: Parsed tables in scheme cu_gf_driver_post -INFO: Parsed tables in scheme cs_conv_aw_adj -INFO: Parsed tables in scheme GFS_phys_time_vary -INFO: Parsed tables in scheme ozphys_2015 -INFO: Parsed tables in scheme GFS_suite_interstitial_rad_reset -INFO: Parsed tables in scheme GFS_suite_interstitial_phys_reset -INFO: Parsed tables in scheme GFS_suite_interstitial_1 -INFO: Parsed tables in scheme GFS_suite_interstitial_2 -INFO: Parsed tables in scheme GFS_suite_stateout_reset -INFO: Parsed tables in scheme GFS_suite_stateout_update -INFO: Parsed tables in scheme GFS_suite_interstitial_3 -INFO: Parsed tables in scheme GFS_suite_interstitial_4 -INFO: Parsed tables in scheme samfshalcnv -INFO: Parsed tables in scheme zhaocarr_precpd -INFO: Parsed tables in scheme noahmpdrv -INFO: Parsed tables in scheme mp_fer_hires -INFO: Parsed tables in scheme myjpbl_wrapper -INFO: Parsed tables in scheme GFS_surface_generic_pre -INFO: Parsed tables in scheme GFS_surface_generic_post -INFO: Parsed tables in scheme cu_ntiedtke_post -INFO: Parsed tables in scheme sfc_diag -INFO: Parsed tables in scheme rrtmg_lw -INFO: Parsed tables in scheme GFS_diagtoscreen -INFO: Parsed tables in scheme GFS_interstitialtoscreen -INFO: Parsed tables in scheme GFS_abort -INFO: Parsed tables in scheme GFS_checkland -INFO: Parsed tables in scheme mynnrad_pre -INFO: Parsed tables in scheme satmedmfvdifq -INFO: Parsed tables in scheme cs_conv_pre -INFO: Parsed tables in scheme cs_conv_post -INFO: Parsed tables in scheme cs_conv -INFO: Parsed tables in scheme shinhongvdif -INFO: Parsed tables in scheme h2ophys -INFO: Parsed tables in scheme rrtmg_lw_post -INFO: Parsed tables in scheme sfc_nst -INFO: Parsed tables in scheme sfc_nst_pre -INFO: Parsed tables in scheme sfc_nst_post -INFO: Parsed tables in scheme cu_ntiedtke_pre -INFO: Parsed tables in scheme cu_ntiedtke -INFO: Parsed tables in scheme cires_ugwp_post -INFO: Parsed tables in scheme hedmf -INFO: Parsed tables in scheme sfc_diff -INFO: Parsed tables in scheme mp_thompson_pre -INFO: Parsed tables in scheme sfc_diag_post -INFO: Parsed tables in scheme m_micro_pre -INFO: Parsed tables in scheme m_micro_post -INFO: Parsed tables in scheme m_micro -INFO: Parsed tables in scheme fv_sat_adj -INFO: Parsed tables in scheme GFS_surface_loop_control_part1 -INFO: Parsed tables in scheme GFS_surface_loop_control_part2 -INFO: Parsed tables in scheme shoc -INFO: Parsed tables in scheme GFS_rrtmg_post -INFO: Parsed tables in scheme GFS_GWD_generic_pre -INFO: Parsed tables in scheme GFS_GWD_generic_post -INFO: Parsed tables in scheme rrtmg_sw_pre -INFO: Parsed tables in scheme GFS_MP_generic_pre -INFO: Parsed tables in scheme GFS_MP_generic_post -INFO: Parsed tables in scheme cu_gf_driver -INFO: Parsed tables in scheme GFS_PBL_generic_pre -INFO: Parsed tables in scheme GFS_PBL_generic_post -INFO: Parsed tables in scheme mp_thompson_post -INFO: Parsed tables in scheme mp_thompson -INFO: Parsed tables in scheme rrtmg_lw_pre -INFO: Parsed tables in scheme gwdps -INFO: Parsed tables in scheme shalcnv -INFO: Parsed tables in scheme cires_ugwp -INFO: Parsed tables in scheme get_prs_fv3 -INFO: Parsed tables in scheme get_phi_fv3 -INFO: Parsed tables in scheme mynnsfc_wrapper -INFO: Parsed tables in scheme GFS_suite_ini_fini_test -INFO: Parsed tables in scheme myjsfc_wrapper -INFO: Parsed tables in scheme mynnedmf_wrapper -INFO: Parsed tables in scheme ozphys -INFO: Parsed tables in scheme lsm_ruc -INFO: Parsed tables in scheme GFS_stochastics -INFO: Parsed tables in scheme drag_suite -INFO: Parsed tables in scheme sfc_cice -INFO: Parsed tables in scheme sascnvn -INFO: Parsed tables in scheme lsm_ruc_sfc_sice_pre -INFO: Parsed tables in scheme lsm_ruc_sfc_sice_post -INFO: Parsed tables in scheme GFS_DCNV_generic_pre -INFO: Parsed tables in scheme GFS_DCNV_generic_post -INFO: Parsed tables in scheme cnvc90 -INFO: Parsed tables in scheme GFS_rad_time_vary -INFO: Parsed tables in scheme maximum_hourly_diagnostics -INFO: Parsed tables in scheme lsm_noah -INFO: Parsed tables in scheme dcyc2t3 -INFO: Parsed tables in scheme dcyc2t3_post -INFO: Parsed tables in scheme moninshoc -INFO: filtering out variable GFS_stateout_type_instance -INFO: filtering out variable accumulated_change_of_air_temperature_due_to_FA_scheme -INFO: filtering out variable accumulated_water_equivalent_of_frozen_precip -INFO: filtering out variable aerosol_number_concentration_from_gocart_aerosol_climatology -INFO: filtering out variable area_fraction_of_wet_canopy -INFO: filtering out variable atmosphere_heat_diffusivity_for_mynnpbl -INFO: filtering out variable atmosphere_heat_diffusivity_from_shoc -INFO: filtering out variable atmosphere_momentum_diffusivity_for_mynnpbl -INFO: filtering out variable baseline_surface_roughness_length -INFO: filtering out variable canopy_air_temperature -INFO: filtering out variable canopy_air_vapor_pressure -INFO: filtering out variable canopy_intercepted_ice_mass -INFO: filtering out variable canopy_intercepted_liquid_water -INFO: filtering out variable ccn_number_concentration -INFO: filtering out variable ccpp_block_number -INFO: filtering out variable cell_size -INFO: filtering out variable characteristic_grid_length_scale -INFO: filtering out variable choice_of_original_scale_aware_TKE_moist_EDMF_PBL -INFO: filtering out variable choice_of_scale_aware_TKE_moist_EDMF_PBL -INFO: filtering out variable choice_of_updated_scale_aware_TKE_moist_EDMF_PBL -INFO: filtering out variable cloud_area_fraction -INFO: filtering out variable cloud_base_mass_flux -INFO: filtering out variable cloud_condensed_water_mixing_ratio_at_lowest_model_layer -INFO: filtering out variable cloud_condensed_water_mixing_ratio_at_surface -INFO: filtering out variable cloud_droplet_number_concentration -INFO: filtering out variable cloud_droplet_number_concentration_updated_by_physics -INFO: filtering out variable cloud_fraction_for_MG -INFO: filtering out variable cloud_phase_transition_denominator -INFO: filtering out variable cloud_phase_transition_threshold_temperature -INFO: filtering out variable cloud_specie_mix_flag -INFO: filtering out variable cloudpdf -INFO: filtering out variable conv_activity_counter -INFO: filtering out variable convective_updraft_area_fraction -INFO: filtering out variable convective_updraft_area_fraction_at_model_interfaces -INFO: filtering out variable couple_sgs_clouds_to_radiation_flag -INFO: filtering out variable cumulative_change_in_x_wind_due_to_convective_gravity_wave_drag -INFO: filtering out variable cumulative_change_in_y_wind_due_to_convective_gravity_wave_drag -INFO: filtering out variable density_of_frozen_precipitation -INFO: filtering out variable depth_of_soil_levels_for_land_surface_model -INFO: filtering out variable detrainment_and_precipitation_tunable_parameter_3_CS -INFO: filtering out variable detrainment_and_precipitation_tunable_parameter_4_CS -INFO: filtering out variable do_myjsfc -INFO: filtering out variable do_mynnsfclay -INFO: filtering out variable downdraft_fraction_in_boundary_layer_mass_flux_scheme -INFO: filtering out variable edmf_flag -INFO: filtering out variable edmf_momentum_transport_flag -INFO: filtering out variable edmf_partition_flag -INFO: filtering out variable edmf_tke_transport_flag -INFO: filtering out variable emdf_updraft_area -INFO: filtering out variable emdf_updraft_cloud_water -INFO: filtering out variable emdf_updraft_entrainment_rate -INFO: filtering out variable emdf_updraft_theta_l -INFO: filtering out variable emdf_updraft_total_water -INFO: filtering out variable emdf_updraft_vertical_velocity -INFO: filtering out variable entrainment_efficiency_tunable_parameter_9_CS -INFO: filtering out variable equilibrium_soil_water_content -INFO: filtering out variable fa_threshold_relative_humidity_for_onset_of_condensation -INFO: filtering out variable fast_soil_pool_mass_content_of_carbon -INFO: filtering out variable fine_root_mass -INFO: filtering out variable flag_arakawa_wu_downdraft -INFO: filtering out variable flag_convective_tracer_transport -INFO: filtering out variable flag_flip -INFO: filtering out variable flag_flux_form_CS -INFO: filtering out variable flag_for_2015_ozone_physics -INFO: filtering out variable flag_for_aerosol_input_MG -INFO: filtering out variable flag_for_canopy_stomatal_resistance_option -INFO: filtering out variable flag_for_dynamic_vegetation_option -INFO: filtering out variable flag_for_frozen_soil_permeability_option -INFO: filtering out variable flag_for_frozen_soil_physics -INFO: filtering out variable flag_for_ground_snow_surface_albedo_option -INFO: filtering out variable flag_for_in_ccn_forcing_for_morrison_gettelman_microphysics -INFO: filtering out variable flag_for_individual_cloud_species_advected -INFO: filtering out variable flag_for_lower_boundary_soil_temperature_option -INFO: filtering out variable flag_for_pdf_for_morrison_gettelman_microphysics_scheme -INFO: filtering out variable flag_for_precipitation_partition_option -INFO: filtering out variable flag_for_radiation_transfer_option -INFO: filtering out variable flag_for_reading_leaf_area_index_from_input -INFO: filtering out variable flag_for_restart -INFO: filtering out variable flag_for_runoff_and_groundwater_option -INFO: filtering out variable flag_for_sas_deep_convection_scheme -INFO: filtering out variable flag_for_shoc_after_convection -INFO: filtering out variable flag_for_soil_and_snow_temperature_time_stepping_option -INFO: filtering out variable flag_for_soil_moisture_factor_stomatal_resistance_option -INFO: filtering out variable flag_for_supercooled_liquid_water_option -INFO: filtering out variable flag_for_surface_layer_drag_coefficient_option -INFO: filtering out variable flag_mg3_as_mg2 -INFO: filtering out variable flag_skip_macro -INFO: filtering out variable fraction_of_cloud_top_water_scavenged -INFO: filtering out variable fraction_of_tracer_scavenged -INFO: filtering out variable gf_memory_counter -INFO: filtering out variable graupel_number_concentration_updated_by_physics -INFO: filtering out variable grav_settling -INFO: filtering out variable ground_temperature_for_noahmp -INFO: filtering out variable gwd_opt -INFO: filtering out variable h2o_forcing -INFO: filtering out variable heat_exchange_coefficient_for_MYJ_schemes -INFO: filtering out variable ice_friendly_aerosol_number_concentration -INFO: filtering out variable ice_friendly_aerosol_number_concentration_updated_by_physics -INFO: filtering out variable ice_number_concentration -INFO: filtering out variable ice_number_concentration_updated_by_physics -INFO: filtering out variable ice_supersaturation_threshold -INFO: filtering out variable ice_water_mixing_ratio -INFO: filtering out variable in_number_concentration -INFO: filtering out variable index_for_ice_cloud_condensate_vertical_diffusion_tracer -INFO: filtering out variable integrated_x_momentum_flux_from_blocking_drag -INFO: filtering out variable integrated_x_momentum_flux_from_form_drag -INFO: filtering out variable integrated_x_momentum_flux_from_large_scale_gwd -INFO: filtering out variable integrated_x_momentum_flux_from_small_scale_gwd -INFO: filtering out variable integrated_y_momentum_flux_from_blocking_drag -INFO: filtering out variable integrated_y_momentum_flux_from_form_drag -INFO: filtering out variable integrated_y_momentum_flux_from_large_scale_gwd -INFO: filtering out variable integrated_y_momentum_flux_from_small_scale_gwd -INFO: filtering out variable k_level_of_highest_reaching_plume -INFO: filtering out variable kinematic_buoyancy_flux_from_shoc -INFO: filtering out variable kinematic_surface_latent_heat_flux -INFO: filtering out variable lake_water_storage -INFO: filtering out variable latitude_index_in_debug_printouts -INFO: filtering out variable layer_bottom_depth_from_snow_surface -INFO: filtering out variable leaf_area_index -INFO: filtering out variable leaf_mass -INFO: filtering out variable limit_for_temperature_tendency_for_microphysics -INFO: filtering out variable liquid_water_density -INFO: filtering out variable local_graupel_mixing_ratio -INFO: filtering out variable local_graupel_number_concentration -INFO: filtering out variable local_rain_number_concentration -INFO: filtering out variable local_rain_water_mixing_ratio -INFO: filtering out variable local_snow_number_concentration -INFO: filtering out variable local_snow_water_mixing_ratio -INFO: filtering out variable mass_weighted_rime_factor_updated_by_physics -INFO: filtering out variable maximum_column_heating_rate -INFO: filtering out variable maximum_mass_flux -INFO: filtering out variable maximum_updraft_velocity_at_cloud_base -INFO: filtering out variable mean_nir_albedo_with_weak_cosz_dependency -INFO: filtering out variable mean_vis_albedo_with_weak_cosz_dependency -INFO: filtering out variable mg_allow_supersat_after_sed -INFO: filtering out variable mg_autoconversion_size_threshold_ice_snow -INFO: filtering out variable mg_bergeron_efficiency_factor -INFO: filtering out variable mg_cloud_water_variance -INFO: filtering out variable mg_drop_concentration_constant -INFO: filtering out variable mg_flag_drop_concentration_constant -INFO: filtering out variable mg_flag_for_cloud_ice_processes -INFO: filtering out variable mg_flag_for_gmao_ice_formulation -INFO: filtering out variable mg_flag_for_graupel -INFO: filtering out variable mg_flag_for_hail -INFO: filtering out variable mg_flag_for_heterogeneous_freezing -INFO: filtering out variable mg_flag_for_liu_liquid_treatment -INFO: filtering out variable mg_flag_for_sb2001_autoconversion -INFO: filtering out variable mg_flag_for_uniform_subcolumns -INFO: filtering out variable mg_flag_graupel_concentration_constant -INFO: filtering out variable mg_flag_ice_concentration_constant -INFO: filtering out variable mg_graupel_concentration_constant -INFO: filtering out variable mg_ice_concentration_constant -INFO: filtering out variable mg_minimum_cloud_condensed_water_and_ice_mixing_ratio -INFO: filtering out variable mg_minimum_rh_for_ice -INFO: filtering out variable mg_time_scale_for_autoconversion_of_ice -INFO: filtering out variable mg_tuning_factor_for_alphas -INFO: filtering out variable mg_type_of_precip_fraction_method -INFO: filtering out variable minimum_value_of_specific_humidity -INFO: filtering out variable mix_total_water_flag -INFO: filtering out variable mixing_length -INFO: filtering out variable mixing_length_flag -INFO: filtering out variable moisture_from_previous_timestep -INFO: filtering out variable moisture_tendency_due_to_dynamics -INFO: filtering out variable momentum_exchange_coefficient_for_MYJ_schemes -INFO: filtering out variable mpi_comm -INFO: filtering out variable natural_log_of_h2o_forcing_data_pressure_levels -INFO: filtering out variable nondimensional_snow_age -INFO: filtering out variable normalized_soil_wetness_for_land_surface_model -INFO: filtering out variable number_of_cloud_types_CS -INFO: filtering out variable number_of_coefficients_in_h2o_forcing_data -INFO: filtering out variable number_of_frozen_precipitation_species -INFO: filtering out variable number_of_plumes -INFO: filtering out variable number_of_snow_layers -INFO: filtering out variable number_of_spectral_wave_trancation_for_sas -INFO: filtering out variable number_of_tracers_for_CS -INFO: filtering out variable number_of_tracers_plus_one -INFO: filtering out variable ozone_mixing_ratio -INFO: filtering out variable potential_temperature_at_2m -INFO: filtering out variable potential_temperature_at_viscous_sublayer_top -INFO: filtering out variable prandtl_number -INFO: filtering out variable q_prime_squared -INFO: filtering out variable rain_number_concentration_updated_by_physics -INFO: filtering out variable reciprocal_of_obukhov_length -INFO: filtering out variable shoc_flag_for_optional_surface_TKE_dissipation -INFO: filtering out variable shoc_implicit_TKE_integration_uncentering_term -INFO: filtering out variable shoc_tke_dissipatation_pressure_threshold -INFO: filtering out variable shoc_tke_dissipation_tunable_parameter -INFO: filtering out variable shoc_tke_dissipation_tunable_parameter_near_surface -INFO: filtering out variable slow_soil_pool_mass_content_of_carbon -INFO: filtering out variable snow_albedo_at_previous_time_step -INFO: filtering out variable snow_layer_ice -INFO: filtering out variable snow_layer_liquid_water -INFO: filtering out variable snow_mass_at_previous_time_step -INFO: filtering out variable snow_number_concentration_updated_by_physics -INFO: filtering out variable snow_precipitation_rate_at_surface -INFO: filtering out variable snow_temperature -INFO: filtering out variable snow_temperature_bottom_first_layer -INFO: filtering out variable soil_temperature_for_land_surface_model -INFO: filtering out variable soil_vertical_dimension_for_land_surface_model -INFO: filtering out variable soil_water_content_between_soil_bottom_and_water_table -INFO: filtering out variable specific_humidity_at_viscous_sublayer_top -INFO: filtering out variable stability_function_for_heat -INFO: filtering out variable stem_area_index -INFO: filtering out variable stem_mass -INFO: filtering out variable subgrid_cloud_fraction_pbl -INFO: filtering out variable subgrid_cloud_mixing_ratio_pbl -INFO: filtering out variable subgrid_scale_cloud_fraction_from_shoc -INFO: filtering out variable surface_condensation_mass -INFO: filtering out variable surface_drag_coefficient_for_heat_and_moisture_for_noahmp -INFO: filtering out variable surface_drag_coefficient_for_momentum_for_noahmp -INFO: filtering out variable surface_exchange_coefficient_for_heat -INFO: filtering out variable surface_exchange_coefficient_for_heat_at_2m -INFO: filtering out variable surface_exchange_coefficient_for_moisture -INFO: filtering out variable surface_exchange_coefficient_for_moisture_at_2m -INFO: filtering out variable surface_friction_velocity_drag -INFO: filtering out variable surface_latent_heat -INFO: filtering out variable surface_layer_evaporation_switch -INFO: filtering out variable surface_specific_humidity_for_MYJ_schemes -INFO: filtering out variable surface_stability_parameter -INFO: filtering out variable t_prime_q_prime -INFO: filtering out variable t_prime_squared -INFO: filtering out variable temperature_from_previous_timestep -INFO: filtering out variable temperature_tendency_due_to_dynamics -INFO: filtering out variable tendency_of_cloud_droplet_number_concentration_due_to_model_physics -INFO: filtering out variable tendency_of_ice_cloud_water_mixing_ratio_due_to_model_physics -INFO: filtering out variable tendency_of_ice_friendly_aerosol_number_concentration_due_to_model_physics -INFO: filtering out variable tendency_of_ice_friendly_aerosols_at_surface -INFO: filtering out variable tendency_of_ice_number_concentration_due_to_model_physics -INFO: filtering out variable tendency_of_liquid_cloud_water_mixing_ratio_due_to_model_physics -INFO: filtering out variable tendency_of_ozone_mixing_ratio_due_to_model_physics -INFO: filtering out variable tendency_of_water_friendly_aerosol_number_concentration_due_to_model_physics -INFO: filtering out variable tendency_of_water_friendly_aerosols_at_surface -INFO: filtering out variable tendency_of_water_vapor_specific_humidity_due_to_model_physics -INFO: filtering out variable tendency_of_x_wind_due_to_convective_gravity_wave_drag -INFO: filtering out variable tendency_of_y_wind_due_to_convective_gravity_wave_drag -INFO: filtering out variable theta_star -INFO: filtering out variable tke_advect -INFO: filtering out variable tke_at_mass_points -INFO: filtering out variable tke_budget -INFO: filtering out variable tke_dissipative_heating_factor -INFO: filtering out variable total_accumulated_snowfall -INFO: filtering out variable triple_point_temperature_of_water -INFO: filtering out variable turbulent_kinetic_energy_convective_transport_tracer -INFO: filtering out variable u_wind_component_at_viscous_sublayer_top -INFO: filtering out variable updraft_fraction_in_boundary_layer_mass_flux_scheme -INFO: filtering out variable updraft_velocity_tunable_parameter_1_CS -INFO: filtering out variable updraft_velocity_tunable_parameter_2_CS -INFO: filtering out variable v_wind_component_at_viscous_sublayer_top -INFO: filtering out variable vegetation_temperature -INFO: filtering out variable vertical_dimension_of_h2o_forcing_data -INFO: filtering out variable volume_fraction_of_frozen_soil_moisture_for_land_surface_model -INFO: filtering out variable volume_fraction_of_soil_moisture_for_land_surface_model -INFO: filtering out variable volume_fraction_of_unfrozen_soil_moisture_for_land_surface_model -INFO: filtering out variable water_friendly_aerosol_number_concentration -INFO: filtering out variable water_friendly_aerosol_number_concentration_updated_by_physics -INFO: filtering out variable water_storage_in_aquifer -INFO: filtering out variable water_storage_in_aquifer_and_saturated_soil -INFO: filtering out variable water_table_depth -INFO: filtering out variable water_table_recharge_when_deep -INFO: filtering out variable water_table_recharge_when_shallow -INFO: filtering out variable water_vapor_mixing_ratio_at_surface -INFO: filtering out variable weight_for_momentum_at_viscous_sublayer_top -INFO: filtering out variable weight_for_potental_temperature_at_viscous_sublayer_top -INFO: filtering out variable weight_for_specific_humidity_at_viscous_sublayer_top -INFO: filtering out variable wood_mass -INFO: filtering out variable x_momentum_tendency_from_blocking_drag -INFO: filtering out variable x_momentum_tendency_from_form_drag -INFO: filtering out variable x_momentum_tendency_from_large_scale_gwd -INFO: filtering out variable x_momentum_tendency_from_small_scale_gwd -INFO: filtering out variable y_momentum_tendency_from_blocking_drag -INFO: filtering out variable y_momentum_tendency_from_form_drag -INFO: filtering out variable y_momentum_tendency_from_large_scale_gwd -INFO: filtering out variable y_momentum_tendency_from_small_scale_gwd -INFO: Checking optional arguments in physics schemes ... -INFO: Metadata table for model FV3 written to tests/build_fv3_9/FV3/ccpp/framework/doc/DevelopersGuide/CCPP_VARIABLES_FV3.tex -INFO: Comparing metadata for requested and provided variables ... -INFO: Automatic unit conversion from m to um for effective_radius_of_stratiform_cloud_ice_particle_in_um before entering MODULE_mp_thompson SCHEME_mp_thompson SUBROUTINE_mp_thompson_run -INFO: Automatic unit conversion from m to um for effective_radius_of_stratiform_cloud_liquid_water_particle_in_um before entering MODULE_mp_thompson SCHEME_mp_thompson SUBROUTINE_mp_thompson_run -INFO: Automatic unit conversion from m to um for effective_radius_of_stratiform_cloud_snow_particle_in_um before entering MODULE_mp_thompson SCHEME_mp_thompson SUBROUTINE_mp_thompson_run -INFO: Generating schemes makefile/cmakefile snippet ... -INFO: Added 168 schemes to tests/build_fv3_9/FV3/ccpp/physics/CCPP_SCHEMES.mk, tests/build_fv3_9/FV3/ccpp/physics/CCPP_SCHEMES.cmake, tests/build_fv3_9/FV3/ccpp/physics/CCPP_SCHEMES.sh -INFO: Generating suite and group caps ... -INFO: Generating static API ccpp_static_api.F90 in tests/build_fv3_9/FV3/ccpp/physics ... -INFO: Generating caps makefile/cmakefile snippet ... -INFO: Added 11 auto-generated caps to tests/build_fv3_9/FV3/ccpp/physics/CCPP_CAPS.mk and tests/build_fv3_9/FV3/ccpp/physics/CCPP_CAPS.cmake -INFO: CCPP prebuild step completed successfully. -+ source build_fv3_9/FV3/ccpp/physics/CCPP_SCHEMES.sh -++ export 'CCPP_SCHEMES=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/aer_cloud.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/aerclm_def.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/aerinterp.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/calpreciptype.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cldwat2m_micro.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cldmacro.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/date_def.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/funcphys.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gcycle.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/h2o_def.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/h2ointerp.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/iccn_def.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/iccninterp.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/iounitdef.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/machine.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mersenne_twister.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfpbl.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg_utils.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg2_0.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg3_0.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/multi_gases.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_model.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_parameters.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_radar.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_thompson.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MP_FER_HIRES.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_bl_mynn.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_mynn.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_orowam2017.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/namelist_soilveg.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfpblt.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfpbltq.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfscu.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfscuq.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/noahmp_tables.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/num_parthds.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozne_def.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozinterp.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/physcons.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/physparam.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radcons.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_aerosols.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_astronomy.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_clouds.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_gases.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_surface.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radlw_datatb.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radlw_param.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radsw_datatb.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radsw_param.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/samfaerosols.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfcsub.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sflx.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/set_soilveg.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/surface_perturbation.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_deep.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_sh.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/tridi.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/wv_saturation.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_soil_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rayleigh_damp.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radsw_main.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_ocean.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gwdc.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gscond.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ysuvdif.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_sice.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/samfdeepcnv.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/satmedmfvdif.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozphys_2015.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/samfshalcnv.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/precpd.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_fer_hires.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diag.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radlw_main.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_debug.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/satmedmfvdifq.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cs_conv.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/shinhongvdif.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/h2ophys.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_nst.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/moninedmf.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diff.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diag_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/m_micro.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gcm_shoc.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gwdps.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/shalcnv.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/get_prs_fv3.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozphys.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_stochastics.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/drag_suite.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_cice.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sascnvn.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cnvc90.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_drv.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/dcyc2.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/moninshoc.f' -++ CCPP_SCHEMES='/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/aer_cloud.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/aerclm_def.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/aerinterp.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/calpreciptype.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cldwat2m_micro.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cldmacro.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/date_def.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/funcphys.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gcycle.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/h2o_def.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/h2ointerp.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/iccn_def.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/iccninterp.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/iounitdef.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/machine.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mersenne_twister.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfpbl.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg_utils.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg2_0.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg3_0.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/multi_gases.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_model.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_parameters.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_radar.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_thompson.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MP_FER_HIRES.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_bl_mynn.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_mynn.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_orowam2017.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/namelist_soilveg.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfpblt.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfpbltq.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfscu.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfscuq.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/noahmp_tables.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/num_parthds.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozne_def.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozinterp.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/physcons.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/physparam.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radcons.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_aerosols.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_astronomy.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_clouds.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_gases.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_surface.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radlw_datatb.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radlw_param.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radsw_datatb.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radsw_param.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/samfaerosols.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfcsub.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sflx.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/set_soilveg.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/surface_perturbation.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_deep.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_sh.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/tridi.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/wv_saturation.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_soil_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rayleigh_damp.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radsw_main.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_ocean.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gwdc.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gscond.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ysuvdif.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_sice.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/samfdeepcnv.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/satmedmfvdif.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozphys_2015.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/samfshalcnv.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/precpd.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_fer_hires.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diag.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radlw_main.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_debug.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/satmedmfvdifq.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cs_conv.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/shinhongvdif.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/h2ophys.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_nst.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/moninedmf.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diff.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diag_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/m_micro.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gcm_shoc.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gwdps.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/shalcnv.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/get_prs_fv3.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozphys.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_stochastics.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/drag_suite.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_cice.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sascnvn.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cnvc90.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_drv.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/dcyc2.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/moninshoc.f' -+ source build_fv3_9/FV3/ccpp/physics/CCPP_CAPS.sh -++ export 'CCPP_CAPS=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_9/FV3/ccpp/physics/ccpp_FV3_GFS_2017_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_9/FV3/ccpp/physics/ccpp_FV3_GFS_2017_time_vary_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_9/FV3/ccpp/physics/ccpp_FV3_GFS_2017_radiation_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_9/FV3/ccpp/physics/ccpp_FV3_GFS_2017_physics_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_9/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stochastics_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_9/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_9/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_fast_physics_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_9/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_time_vary_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_9/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_radiation_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_9/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_physics_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_9/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_stochastics_cap.F90' -++ CCPP_CAPS='/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_9/FV3/ccpp/physics/ccpp_FV3_GFS_2017_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_9/FV3/ccpp/physics/ccpp_FV3_GFS_2017_time_vary_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_9/FV3/ccpp/physics/ccpp_FV3_GFS_2017_radiation_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_9/FV3/ccpp/physics/ccpp_FV3_GFS_2017_physics_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_9/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stochastics_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_9/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_9/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_fast_physics_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_9/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_time_vary_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_9/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_radiation_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_9/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_physics_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_9/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_stochastics_cap.F90' -+ source build_fv3_9/FV3/ccpp/physics/CCPP_STATIC_API.sh -++ export CCPP_STATIC_API=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_9/FV3/ccpp/physics/ccpp_static_api.F90 -++ CCPP_STATIC_API=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_9/FV3/ccpp/physics/ccpp_static_api.F90 -+ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_gfdlmp WW3=Y == *\N\A\M\_\p\h\y\s\=\Y* ]] -+ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_gfdlmp WW3=Y == *\W\W\3\=\Y* ]] -+ CCPP_CMAKE_FLAGS=' -DREPRO=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF -DWW3=Y' -++ trim ' -DREPRO=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF -DWW3=Y' -++ local 'var= -DREPRO=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF -DWW3=Y' -++ var='-DREPRO=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF -DWW3=Y' -++ var='-DREPRO=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF -DWW3=Y' -++ echo -n '-DREPRO=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF -DWW3=Y' -+ CCPP_CMAKE_FLAGS='-DREPRO=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF -DWW3=Y' -+ source /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc -++ __ms_function_name=setup__test_function__216805 -++ eval 'setup__test_function__216805() { /bin/true ; }' ++ [[ 32BIT=Y DEBUG=Y == *\D\E\B\U\G\=\Y* ]] ++ CCPP_CMAKE_FLAGS=' -DDEBUG=Y' ++ [[ 32BIT=Y DEBUG=Y == *\3\2\B\I\T\=\Y* ]] ++ CCPP_CMAKE_FLAGS=' -DDEBUG=Y -D32BIT=Y' ++ [[ 32BIT=Y DEBUG=Y == *\O\P\E\N\M\P\=\N* ]] ++ [[ 32BIT=Y DEBUG=Y == *\C\C\P\P\=\Y* ]] ++ [[ 32BIT=Y DEBUG=Y == *\N\A\M\_\p\h\y\s\=\Y* ]] ++ [[ 32BIT=Y DEBUG=Y == *\W\W\3\=\Y* ]] +++ trim ' -DDEBUG=Y -D32BIT=Y' +++ local 'var= -DDEBUG=Y -D32BIT=Y' +++ var='-DDEBUG=Y -D32BIT=Y' +++ var='-DDEBUG=Y -D32BIT=Y' +++ echo -n '-DDEBUG=Y -D32BIT=Y' ++ CCPP_CMAKE_FLAGS='-DDEBUG=Y -D32BIT=Y' ++ source /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc +++ __ms_function_name=setup__test_function__104512 +++ eval 'setup__test_function__104512() { /bin/true ; }' +++ eval '__text="text" ; if [[ $__text =~ ^(t).* ]] ; then printf "%s" ${.sh.match[1]} ; fi' +++ cat ++ __ms_ksh_test= -+++ eval 'if ( set | grep setup__test_function__216805 | grep -v name > /dev/null 2>&1 ) ; then echo t ; fi ' ++++ eval 'if ( set | grep setup__test_function__104512 | grep -v name > /dev/null 2>&1 ) ; then echo t ; fi ' +++ cat ++ __ms_bash_test=t ++ [[ ! -z '' ]] @@ -56650,7 +3349,7 @@ INFO: CCPP prebuild step completed successfully. ++ eval module help ++ module purge +++ /apps/lmod/7.7.18/libexec/lmod bash purge -++ eval unset 'BACIO_LIB4;' unset 'BACIO_LIB8;' unset 'BACIO_SRC;' unset 'BACIO_VER;' unset '__LMOD_REF_COUNT_CLASSPATH;' unset 'CLASSPATH;' unset 'CMAKE_CXX_COMPILER;' unset 'CMAKE_C_COMPILER;' unset 'CMAKE_Fortran_COMPILER;' unset 'CMAKE_Platform;' unset 'COMP;' unset '__LMOD_REF_COUNT_CPATH;' unset 'CPATH;' unset 'CRTM_FIX;' unset 'CRTM_INC;' unset 'CRTM_LIB;' unset 'CRTM_SRC;' unset 'CRTM_VER;' unset 'ESMFMKFILE;' unset 'G2TMPL_INC;' unset 'G2TMPL_LIB;' unset 'G2TMPL_SRC;' unset 'G2TMPL_VER;' unset 'G2_INC4;' unset 'G2_INCd;' unset 'G2_LIB4;' unset 'G2_LIBd;' unset 'G2_SRC;' unset 'G2_VER;' unset 'GDBSERVER_MIC;' unset 'GDB_CROSS;' unset '__LMOD_REF_COUNT_INFOPATH;' unset 'INFOPATH;' unset '__LMOD_REF_COUNT_INTEL_LICENSE_FILE;' unset 'INTEL_LICENSE_FILE;' unset 'INTEL_PYTHONHOME;' unset 'IPATH_NO_BACKTRACE;' unset 'IP_INC4;' unset 'IP_INC8;' unset 'IP_INCd;' unset 'IP_LIB4;' unset 'IP_LIB8;' unset 'IP_LIBd;' unset 'IP_SRC;' unset 'IP_VER;' unset 'I_MPI_CC;' unset 'I_MPI_F90;' unset 'I_MPI_HYDRA_BRANCH_COUNT;' unset 'I_MPI_HYDRA_PMI_CONNECT;' unset 'I_MPI_ROOT;' unset 'I_MPI_TMI_PROVIDER;' unset 'JASPER_INC;' unset 'JASPER_LIB;' unset 'JASPER_SRC;' unset 'JASPER_VER;' '__LMOD_REF_COUNT_LD_LIBRARY_PATH="/apps/slurm/default/lib:1";' export '__LMOD_REF_COUNT_LD_LIBRARY_PATH;' 'LD_LIBRARY_PATH=":/apps/slurm/default/lib";' export 'LD_LIBRARY_PATH;' unset '__LMOD_REF_COUNT_LIBRARY_PATH;' unset 'LIBRARY_PATH;' unset 'LIB_NAME;' unset 'LMOD_FAMILY_COMPILER;' unset 'LMOD_FAMILY_COMPILER_VERSION;' unset 'LMOD_FAMILY_MPI;' unset 'LMOD_FAMILY_MPI_VERSION;' unset '__LMOD_REF_COUNT_LOADEDMODULES;' unset 'LOADEDMODULES;' '__LMOD_REF_COUNT_MANPATH="/apps/lmod/lmod/share/man:1;/apps/local/man:1;/apps/slurm/default/share/man:1;/apps/slurm/tools/sbank/share/man:1";' export '__LMOD_REF_COUNT_MANPATH;' 'MANPATH="/apps/lmod/lmod/share/man::/apps/local/man:/apps/slurm/default/share/man:/apps/slurm/tools/sbank/share/man";' export 'MANPATH;' '__LMOD_REF_COUNT_MODULEPATH="/contrib/modulefiles:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:1;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1";' export '__LMOD_REF_COUNT_MODULEPATH;' 'MODULEPATH="/contrib/modulefiles:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles";' export 'MODULEPATH;' unset 'MPM_LAUNCHER;' unset 'NCEPLIBS;' unset 'NEMSIO_INC;' unset 'NEMSIO_LIB;' unset 'NEMSIO_SRC;' unset 'NEMSIO_VER;' unset 'NETCDF;' unset '__LMOD_REF_COUNT_NLSPATH;' unset 'NLSPATH;' '__LMOD_REF_COUNT_PATH="/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:1;/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/opt/ibutils/bin:1;/apps/local/bin:1;/apps/local/sbin:1;/apps/slurm/default/tools:1;/apps/slurm/default/bin:1;/apps/slurm/default/sbin:1;/apps/slurm/tools/sbank/bin:1;/home/Dusan.Jovic/bin:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/dbrowse:1";' export '__LMOD_REF_COUNT_PATH;' 'PATH="/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/opt/ibutils/bin:/apps/local/bin:/apps/local/sbin:/apps/slurm/default/tools:/apps/slurm/default/bin:/apps/slurm/default/sbin:/apps/slurm/tools/sbank/bin:/home/Dusan.Jovic/bin:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/dbrowse";' export 'PATH;' unset '__LMOD_REF_COUNT_PKG_CONFIG_PATH;' unset 'PKG_CONFIG_PATH;' unset 'PNG_INC;' unset 'PNG_LIB;' unset 'PNG_SRC;' unset 'PNG_VER;' unset 'POST_INC;' unset 'POST_LIB;' unset 'POST_SRC;' unset 'POST_VER;' unset 'SLURM_UTILS_PATH;' unset 'SP_LIB4;' unset 'SP_LIB8;' unset 'SP_LIBd;' unset 'SP_SRC;' unset 'SP_VER;' unset 'W3EMC_INC4;' unset 'W3EMC_INC8;' unset 'W3EMC_INCd;' unset 'W3EMC_LIB4;' unset 'W3EMC_LIB8;' unset 'W3EMC_LIBd;' unset 'W3EMC_SRC;' unset 'W3EMC_VER;' unset 'W3NCO_LIB4;' unset 'W3NCO_LIB8;' unset 'W3NCO_LIBd;' unset 'W3NCO_SRC;' unset 'W3NCO_VER;' unset 'Z_INC;' unset 'Z_LIB;' unset 'Z_SRC;' unset 'Z_VER;' unset '__LMOD_REF_COUNT__LMFILES_;' unset '_LMFILES_;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9jb250cmliL21vZHVsZWZpbGVzIiwiL3NjcmF0Y2gyL05DRVBERVYvZnYzLWNhbS9EdXNhbi5Kb3ZpYy91ZnMvcHIxOC91ZnMtd2VhdGhlci1tb2RlbC9tb2R1bGVmaWxlcy9oZXJhLmludGVsIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIs";' export '_ModuleTable001_;' '_ModuleTable002_="fSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ==";' export '_ModuleTable002_;' '_ModuleTable_Sz_="2";' export '_ModuleTable_Sz_;' unset '_ModuleTable004_;' unset '_ModuleTable005_;' unset '_ModuleTable006_;' unset '_ModuleTable007_;' unset '_ModuleTable008_;' unset '_ModuleTable009_;' unset '_ModuleTable010_;' unset '_ModuleTable011_;' unset '_ModuleTable012_;' unset '_ModuleTable013_;' +++ eval unset 'BACIO_LIB4;' unset 'BACIO_LIB8;' unset 'BACIO_SRC;' unset 'BACIO_VER;' unset '__LMOD_REF_COUNT_CLASSPATH;' unset 'CLASSPATH;' unset 'CMAKE_CXX_COMPILER;' unset 'CMAKE_C_COMPILER;' unset 'CMAKE_Fortran_COMPILER;' unset 'CMAKE_Platform;' unset 'COMP;' unset '__LMOD_REF_COUNT_CPATH;' unset 'CPATH;' unset 'CRTM_FIX;' unset 'CRTM_INC;' unset 'CRTM_LIB;' unset 'CRTM_SRC;' unset 'CRTM_VER;' unset 'ESMFMKFILE;' unset 'G2TMPL_INC;' unset 'G2TMPL_LIB;' unset 'G2TMPL_SRC;' unset 'G2TMPL_VER;' unset 'G2_INC4;' unset 'G2_INCd;' unset 'G2_LIB4;' unset 'G2_LIBd;' unset 'G2_SRC;' unset 'G2_VER;' unset 'GDBSERVER_MIC;' unset 'GDB_CROSS;' unset '__LMOD_REF_COUNT_INFOPATH;' unset 'INFOPATH;' unset '__LMOD_REF_COUNT_INTEL_LICENSE_FILE;' unset 'INTEL_LICENSE_FILE;' unset 'INTEL_PYTHONHOME;' unset 'IPATH_NO_BACKTRACE;' unset 'IP_INC4;' unset 'IP_INC8;' unset 'IP_INCd;' unset 'IP_LIB4;' unset 'IP_LIB8;' unset 'IP_LIBd;' unset 'IP_SRC;' unset 'IP_VER;' unset 'I_MPI_CC;' unset 'I_MPI_F90;' unset 'I_MPI_HYDRA_BRANCH_COUNT;' unset 'I_MPI_HYDRA_PMI_CONNECT;' unset 'I_MPI_ROOT;' unset 'I_MPI_TMI_PROVIDER;' unset 'JASPER_INC;' unset 'JASPER_LIB;' unset 'JASPER_SRC;' unset 'JASPER_VER;' '__LMOD_REF_COUNT_LD_LIBRARY_PATH="/apps/slurm/default/lib:1";' export '__LMOD_REF_COUNT_LD_LIBRARY_PATH;' 'LD_LIBRARY_PATH=":/apps/slurm/default/lib";' export 'LD_LIBRARY_PATH;' unset '__LMOD_REF_COUNT_LIBRARY_PATH;' unset 'LIBRARY_PATH;' unset 'LIB_NAME;' unset 'LMOD_FAMILY_COMPILER;' unset 'LMOD_FAMILY_COMPILER_VERSION;' unset 'LMOD_FAMILY_MPI;' unset 'LMOD_FAMILY_MPI_VERSION;' unset '__LMOD_REF_COUNT_LOADEDMODULES;' unset 'LOADEDMODULES;' '__LMOD_REF_COUNT_MANPATH="/apps/lmod/lmod/share/man:1;/apps/local/man:1;/apps/slurm/default/share/man:1;/apps/slurm/tools/sbank/share/man:1";' export '__LMOD_REF_COUNT_MANPATH;' 'MANPATH="/apps/lmod/lmod/share/man::/apps/local/man:/apps/slurm/default/share/man:/apps/slurm/tools/sbank/share/man";' export 'MANPATH;' '__LMOD_REF_COUNT_MODULEPATH="/contrib/modulefiles:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/hera.intel:1;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1";' export '__LMOD_REF_COUNT_MODULEPATH;' 'MODULEPATH="/contrib/modulefiles:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles";' export 'MODULEPATH;' unset 'MPM_LAUNCHER;' unset 'NCEPLIBS;' unset 'NEMSIO_INC;' unset 'NEMSIO_LIB;' unset 'NEMSIO_SRC;' unset 'NEMSIO_VER;' unset 'NETCDF;' unset '__LMOD_REF_COUNT_NLSPATH;' unset 'NLSPATH;' '__LMOD_REF_COUNT_PATH="/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:1;/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/opt/ibutils/bin:1;/apps/local/bin:1;/apps/local/sbin:1;/apps/slurm/default/tools:1;/apps/slurm/default/bin:1;/apps/slurm/default/sbin:1;/apps/slurm/tools/sbank/bin:1;/home/Dusan.Jovic/bin:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/dbrowse:1";' export '__LMOD_REF_COUNT_PATH;' 'PATH="/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/opt/ibutils/bin:/apps/local/bin:/apps/local/sbin:/apps/slurm/default/tools:/apps/slurm/default/bin:/apps/slurm/default/sbin:/apps/slurm/tools/sbank/bin:/home/Dusan.Jovic/bin:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/dbrowse";' export 'PATH;' unset '__LMOD_REF_COUNT_PKG_CONFIG_PATH;' unset 'PKG_CONFIG_PATH;' unset 'PNG_INC;' unset 'PNG_LIB;' unset 'PNG_SRC;' unset 'PNG_VER;' unset 'POST_INC;' unset 'POST_LIB;' unset 'POST_SRC;' unset 'POST_VER;' unset 'SLURM_UTILS_PATH;' unset 'SP_LIB4;' unset 'SP_LIB8;' unset 'SP_LIBd;' unset 'SP_SRC;' unset 'SP_VER;' unset 'W3EMC_INC4;' unset 'W3EMC_INC8;' unset 'W3EMC_INCd;' unset 'W3EMC_LIB4;' unset 'W3EMC_LIB8;' unset 'W3EMC_LIBd;' unset 'W3EMC_SRC;' unset 'W3EMC_VER;' unset 'W3NCO_LIB4;' unset 'W3NCO_LIB8;' unset 'W3NCO_LIBd;' unset 'W3NCO_SRC;' unset 'W3NCO_VER;' unset 'Z_INC;' unset 'Z_LIB;' unset 'Z_SRC;' unset 'Z_VER;' unset '__LMOD_REF_COUNT__LMFILES_;' unset '_LMFILES_;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9jb250cmliL21vZHVsZWZpbGVzIiwiL3NjcmF0Y2gyL05DRVBERVYvZnYzLWNhbS9EdXNhbi5Kb3ZpYy91ZnMvcHJfbmV3L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL2hlcmEuaW50ZWwiLCIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvTGludXgiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L2NyYXlwZS9kZWZhdWx0L21vZHVsZWZpbGVz";' export '_ModuleTable001_;' '_ModuleTable002_="Iix9LFsic3lzdGVtQmFzZU1QQVRIIl09Ii9hcHBzL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlOi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvTGludXg6L2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlczovb3B0L2NyYXkvbW9kdWxlZmlsZXM6L29wdC9jcmF5L2NyYXlwZS9kZWZhdWx0L21vZHVsZWZpbGVzIix9";' export '_ModuleTable002_;' '_ModuleTable_Sz_="2";' export '_ModuleTable_Sz_;' unset '_ModuleTable004_;' unset '_ModuleTable005_;' unset '_ModuleTable006_;' unset '_ModuleTable007_;' unset '_ModuleTable008_;' unset '_ModuleTable009_;' unset '_ModuleTable010_;' unset '_ModuleTable011_;' unset '_ModuleTable012_;' unset '_ModuleTable013_;' +++ unset BACIO_LIB4 +++ unset BACIO_LIB8 +++ unset BACIO_SRC @@ -56723,9 +3422,9 @@ INFO: CCPP prebuild step completed successfully. +++ export __LMOD_REF_COUNT_MANPATH +++ MANPATH=/apps/lmod/lmod/share/man::/apps/local/man:/apps/slurm/default/share/man:/apps/slurm/tools/sbank/share/man +++ export MANPATH -+++ __LMOD_REF_COUNT_MODULEPATH='/contrib/modulefiles:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:1;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1' ++++ __LMOD_REF_COUNT_MODULEPATH='/contrib/modulefiles:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/hera.intel:1;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1' +++ export __LMOD_REF_COUNT_MODULEPATH -+++ MODULEPATH=/contrib/modulefiles:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles ++++ MODULEPATH=/contrib/modulefiles:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles +++ export MODULEPATH +++ unset MPM_LAUNCHER +++ unset NCEPLIBS @@ -56775,9 +3474,9 @@ INFO: CCPP prebuild step completed successfully. +++ unset Z_VER +++ unset __LMOD_REF_COUNT__LMFILES_ +++ unset _LMFILES_ -+++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9jb250cmliL21vZHVsZWZpbGVzIiwiL3NjcmF0Y2gyL05DRVBERVYvZnYzLWNhbS9EdXNhbi5Kb3ZpYy91ZnMvcHIxOC91ZnMtd2VhdGhlci1tb2RlbC9tb2R1bGVmaWxlcy9oZXJhLmludGVsIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIs ++++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9jb250cmliL21vZHVsZWZpbGVzIiwiL3NjcmF0Y2gyL05DRVBERVYvZnYzLWNhbS9EdXNhbi5Kb3ZpYy91ZnMvcHJfbmV3L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL2hlcmEuaW50ZWwiLCIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvTGludXgiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L2NyYXlwZS9kZWZhdWx0L21vZHVsZWZpbGVz +++ export _ModuleTable001_ -+++ _ModuleTable002_=fSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ== ++++ _ModuleTable002_=Iix9LFsic3lzdGVtQmFzZU1QQVRIIl09Ii9hcHBzL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlOi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvTGludXg6L2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlczovb3B0L2NyYXkvbW9kdWxlZmlsZXM6L29wdC9jcmF5L2NyYXlwZS9kZWZhdWx0L21vZHVsZWZpbGVzIix9 +++ export _ModuleTable002_ +++ _ModuleTable_Sz_=2 +++ export _ModuleTable_Sz_ @@ -56796,20 +3495,20 @@ INFO: CCPP prebuild step completed successfully. ++ unset __ms_shell ++ unset __ms_ksh_test ++ unset __ms_bash_test -++ unset setup__test_function__216805 +++ unset setup__test_function__104512 ++ unset __ms_function_name + [[ hera.intel == macosx.* ]] + [[ hera.intel == linux.* ]] -+ module use /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel -++ /apps/lmod/7.7.18/libexec/lmod bash use /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel -+ eval '__LMOD_REF_COUNT_MODULEPATH="/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:2;/contrib/modulefiles:1;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1";' export '__LMOD_REF_COUNT_MODULEPATH;' 'MODULEPATH="/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:/contrib/modulefiles:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles";' export 'MODULEPATH;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9zY3JhdGNoMi9OQ0VQREVWL2Z2My1jYW0vRHVzYW4uSm92aWMvdWZzL3ByMTgvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvaGVyYS5pbnRlbCIsIi9jb250cmliL21vZHVsZWZpbGVzIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIs";' export '_ModuleTable001_;' '_ModuleTable002_="fSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ==";' export '_ModuleTable002_;' '_ModuleTable_Sz_="2";' export '_ModuleTable_Sz_;' -++ __LMOD_REF_COUNT_MODULEPATH='/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:2;/contrib/modulefiles:1;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1' ++ module use /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/hera.intel +++ /apps/lmod/7.7.18/libexec/lmod bash use /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/hera.intel ++ eval '__LMOD_REF_COUNT_MODULEPATH="/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/hera.intel:2;/contrib/modulefiles:1;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1";' export '__LMOD_REF_COUNT_MODULEPATH;' 'MODULEPATH="/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/hera.intel:/contrib/modulefiles:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles";' export 'MODULEPATH;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9zY3JhdGNoMi9OQ0VQREVWL2Z2My1jYW0vRHVzYW4uSm92aWMvdWZzL3ByX25ldy91ZnMtd2VhdGhlci1tb2RlbC9tb2R1bGVmaWxlcy9oZXJhLmludGVsIiwiL2NvbnRyaWIvbW9kdWxlZmlsZXMiLCIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvTGludXgiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L2NyYXlwZS9kZWZhdWx0L21vZHVsZWZpbGVz";' export '_ModuleTable001_;' '_ModuleTable002_="Iix9LFsic3lzdGVtQmFzZU1QQVRIIl09Ii9hcHBzL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlOi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvTGludXg6L2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlczovb3B0L2NyYXkvbW9kdWxlZmlsZXM6L29wdC9jcmF5L2NyYXlwZS9kZWZhdWx0L21vZHVsZWZpbGVzIix9";' export '_ModuleTable002_;' '_ModuleTable_Sz_="2";' export '_ModuleTable_Sz_;' +++ __LMOD_REF_COUNT_MODULEPATH='/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/hera.intel:2;/contrib/modulefiles:1;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1' ++ export __LMOD_REF_COUNT_MODULEPATH -++ MODULEPATH=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:/contrib/modulefiles:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles +++ MODULEPATH=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/hera.intel:/contrib/modulefiles:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles ++ export MODULEPATH -++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9zY3JhdGNoMi9OQ0VQREVWL2Z2My1jYW0vRHVzYW4uSm92aWMvdWZzL3ByMTgvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvaGVyYS5pbnRlbCIsIi9jb250cmliL21vZHVsZWZpbGVzIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIs +++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9zY3JhdGNoMi9OQ0VQREVWL2Z2My1jYW0vRHVzYW4uSm92aWMvdWZzL3ByX25ldy91ZnMtd2VhdGhlci1tb2RlbC9tb2R1bGVmaWxlcy9oZXJhLmludGVsIiwiL2NvbnRyaWIvbW9kdWxlZmlsZXMiLCIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvTGludXgiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L2NyYXlwZS9kZWZhdWx0L21vZHVsZWZpbGVz ++ export _ModuleTable001_ -++ _ModuleTable002_=fSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ== +++ _ModuleTable002_=Iix9LFsic3lzdGVtQmFzZU1QQVRIIl09Ii9hcHBzL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlOi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvTGludXg6L2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlczovb3B0L2NyYXkvbW9kdWxlZmlsZXM6L29wdC9jcmF5L2NyYXlwZS9kZWZhdWx0L21vZHVsZWZpbGVzIix9 ++ export _ModuleTable002_ ++ _ModuleTable_Sz_=2 ++ export _ModuleTable_Sz_ @@ -56817,7 +3516,7 @@ INFO: CCPP prebuild step completed successfully. + eval + module load fv3 ++ /apps/lmod/7.7.18/libexec/lmod bash load fv3 -+ eval 'BACIO_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libbacio_v2.0.3_4.a";' export 'BACIO_LIB4;' 'BACIO_LIB8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libbacio_v2.0.3_8.a";' export 'BACIO_LIB8;' 'BACIO_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/bacio_v2.0.3";' export 'BACIO_SRC;' 'BACIO_VER="v2.0.3";' export 'BACIO_VER;' '__LMOD_REF_COUNT_CLASSPATH="/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/mpi.jar:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/daal.jar:1";' export '__LMOD_REF_COUNT_CLASSPATH;' 'CLASSPATH="/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/mpi.jar:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/daal.jar";' export 'CLASSPATH;' 'CMAKE_CXX_COMPILER="mpiicpc";' export 'CMAKE_CXX_COMPILER;' 'CMAKE_C_COMPILER="mpiicc";' export 'CMAKE_C_COMPILER;' 'CMAKE_Fortran_COMPILER="mpiifort";' export 'CMAKE_Fortran_COMPILER;' 'CMAKE_Platform="hera.intel";' export 'CMAKE_Platform;' 'COMP="intel";' export 'COMP;' '__LMOD_REF_COUNT_CPATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/include:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/include:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/pstl/include:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/include:2;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/include:1";' export '__LMOD_REF_COUNT_CPATH;' 'CPATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/include:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/include:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/pstl/include:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/include:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/include";' export 'CPATH;' 'CRTM_FIX="/scratch2/NCEPDEV/nwprod/NCEPLIBS/fix/crtm_v2.2.6";' export 'CRTM_FIX;' 'CRTM_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/crtm_v2.2.6";' export 'CRTM_INC;' 'CRTM_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libcrtm_v2.2.6.a";' export 'CRTM_LIB;' 'CRTM_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/crtm_v2.2.6";' export 'CRTM_SRC;' 'CRTM_VER="v2.2.6";' export 'CRTM_VER;' 'ESMFMKFILE="/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/lib/esmf.mk";' export 'ESMFMKFILE;' 'G2TMPL_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/g2tmpl_v1.6.0";' export 'G2TMPL_INC;' 'G2TMPL_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2tmpl_v1.6.0.a";' export 'G2TMPL_LIB;' 'G2TMPL_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/g2tmpl_v1.6.0/src";' export 'G2TMPL_SRC;' 'G2TMPL_VER="v1.6.0";' export 'G2TMPL_VER;' 'G2_INC4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/g2_v3.1.1_4";' export 'G2_INC4;' 'G2_INCd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/g2_v3.1.1_d";' export 'G2_INCd;' 'G2_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2_v3.1.1_4.a";' export 'G2_LIB4;' 'G2_LIBd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2_v3.1.1_d.a";' export 'G2_LIBd;' 'G2_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/g2_v3.1.1";' export 'G2_SRC;' 'G2_VER="v3.1.1";' export 'G2_VER;' 'GDBSERVER_MIC="/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/targets/intel64/x200/bin/gdbserver";' export 'GDBSERVER_MIC;' 'GDB_CROSS="/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/intel64/bin/gdb-ia";' export 'GDB_CROSS;' '__LMOD_REF_COUNT_INFOPATH="/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/info:1;/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/info:1";' export '__LMOD_REF_COUNT_INFOPATH;' 'INFOPATH="/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/info:/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/info";' export 'INFOPATH;' '__LMOD_REF_COUNT_INTEL_LICENSE_FILE="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/licenses:1;/apps/intel/licenses:1";' export '__LMOD_REF_COUNT_INTEL_LICENSE_FILE;' 'INTEL_LICENSE_FILE="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/licenses:/apps/intel/licenses";' export 'INTEL_LICENSE_FILE;' 'INTEL_PYTHONHOME="/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/python/intel64/";' export 'INTEL_PYTHONHOME;' 'IPATH_NO_BACKTRACE="1";' export 'IPATH_NO_BACKTRACE;' 'IP_INC4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ip_v3.0.2_4";' export 'IP_INC4;' 'IP_INC8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ip_v3.0.2_8";' export 'IP_INC8;' 'IP_INCd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ip_v3.0.2_d";' export 'IP_INCd;' 'IP_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libip_v3.0.2_4.a";' export 'IP_LIB4;' 'IP_LIB8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libip_v3.0.2_8.a";' export 'IP_LIB8;' 'IP_LIBd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libip_v3.0.2_d.a";' export 'IP_LIBd;' 'IP_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/ip_v3.0.2";' export 'IP_SRC;' 'IP_VER="v3.0.2";' export 'IP_VER;' 'I_MPI_CC="icc";' export 'I_MPI_CC;' 'I_MPI_F90="ifort";' export 'I_MPI_F90;' 'I_MPI_HYDRA_BRANCH_COUNT="128";' export 'I_MPI_HYDRA_BRANCH_COUNT;' 'I_MPI_HYDRA_PMI_CONNECT="alltoall";' export 'I_MPI_HYDRA_PMI_CONNECT;' 'I_MPI_ROOT="/apps/intel/compilers_and_libraries_2018/linux/mpi";' export 'I_MPI_ROOT;' 'I_MPI_TMI_PROVIDER="psm";' export 'I_MPI_TMI_PROVIDER;' 'JASPER_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/include/jasper_v1.900.1";' export 'JASPER_INC;' 'JASPER_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/lib/libjasper_v1.900.1.a";' export 'JASPER_LIB;' 'JASPER_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/thirdParty";' export 'JASPER_SRC;' 'JASPER_VER="v1.900.1";' export 'JASPER_VER;' '__LMOD_REF_COUNT_LD_LIBRARY_PATH="/apps/netcdf/4.7.0/intel/18.0.5.274/lib:1;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib:1;/apps/slurm/default/lib:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/lib/intel64:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:2;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:2;/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/libipt/intel64/lib:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4:1";' export '__LMOD_REF_COUNT_LD_LIBRARY_PATH;' 'LD_LIBRARY_PATH="/apps/netcdf/4.7.0/intel/18.0.5.274/lib:/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib::/apps/slurm/default/lib:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/lib/intel64:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/libipt/intel64/lib:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4";' export 'LD_LIBRARY_PATH;' '__LMOD_REF_COUNT_LIBRARY_PATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:2;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4:1";' export '__LMOD_REF_COUNT_LIBRARY_PATH;' 'LIBRARY_PATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4";' export 'LIBRARY_PATH;' 'LIB_NAME="POST";' export 'LIB_NAME;' 'LMOD_FAMILY_COMPILER="intel";' export 'LMOD_FAMILY_COMPILER;' 'LMOD_FAMILY_COMPILER_VERSION="18.0.5.274";' export 'LMOD_FAMILY_COMPILER_VERSION;' 'LMOD_FAMILY_MPI="impi";' export 'LMOD_FAMILY_MPI;' 'LMOD_FAMILY_MPI_VERSION="2018.0.4";' export 'LMOD_FAMILY_MPI_VERSION;' '__LMOD_REF_COUNT_LOADEDMODULES="contrib:1;sutils/default:1;intel/18.0.5.274:1;impi/2018.0.4:1;netcdf/4.7.0:1;bacio/2.0.3:1;ip/3.0.2:1;nemsio/2.2.4:1;sp/2.0.3:1;w3emc/2.3.1:1;w3nco/2.0.7:1;g2/3.1.1:1;g2tmpl/1.6.0:1;crtm/2.2.6:1;jasper/1.900.1:1;png/1.2.44:1;z/1.2.11:1;post/8.0.1:1;esmf/8.0.0:1;cmake/3.9.0:1;fv3:1";' export '__LMOD_REF_COUNT_LOADEDMODULES;' 'LOADEDMODULES="contrib:sutils/default:intel/18.0.5.274:impi/2018.0.4:netcdf/4.7.0:bacio/2.0.3:ip/3.0.2:nemsio/2.2.4:sp/2.0.3:w3emc/2.3.1:w3nco/2.0.7:g2/3.1.1:g2tmpl/1.6.0:crtm/2.2.6:jasper/1.900.1:png/1.2.44:z/1.2.11:post/8.0.1:esmf/8.0.0:cmake/3.9.0:fv3";' export 'LOADEDMODULES;' '__LMOD_REF_COUNT_MANPATH="/apps/netcdf/4.7.0/intel/18.0.5.274/share/man:1;/apps/intel/compilers_and_libraries_2018/linux/mpi/man:1;/apps/intel/parallel_studio_xe_2018.4.057/man/common:1;/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/man:1;/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/man:1;/apps/lmod/lmod/share/man:1;/apps/local/man:1;/apps/slurm/default/share/man:1;/apps/slurm/tools/sbank/share/man:1";' export '__LMOD_REF_COUNT_MANPATH;' 'MANPATH="/apps/netcdf/4.7.0/intel/18.0.5.274/share/man:/apps/intel/compilers_and_libraries_2018/linux/mpi/man:/apps/intel/parallel_studio_xe_2018.4.057/man/common:/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/man:/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/man:/apps/lmod/lmod/share/man::/apps/local/man:/apps/slurm/default/share/man:/apps/slurm/tools/sbank/share/man";' export 'MANPATH;' '__LMOD_REF_COUNT_MODULEPATH="/contrib/modulefiles:3;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:2;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1;/apps/modules/modulefamilies/intel:1;/apps/modules/modulefamilies/intel_impi:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles:1";' export '__LMOD_REF_COUNT_MODULEPATH;' 'MODULEPATH="/contrib/modulefiles:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles:/apps/modules/modulefamilies/intel:/apps/modules/modulefamilies/intel_impi:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles";' export 'MODULEPATH;' 'MPM_LAUNCHER="/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/mpm/mic/bin/start_mpm.sh";' export 'MPM_LAUNCHER;' 'NCEPLIBS="/scratch2/NCEPDEV/nwprod/NCEPLIBS";' export 'NCEPLIBS;' 'NEMSIO_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/nemsio_v2.2.4";' export 'NEMSIO_INC;' 'NEMSIO_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libnemsio_v2.2.4.a";' export 'NEMSIO_LIB;' 'NEMSIO_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/nemsio_v2.2.4";' export 'NEMSIO_SRC;' 'NEMSIO_VER="v2.2.4";' export 'NEMSIO_VER;' 'NETCDF="/apps/netcdf/4.7.0/intel/18.0.5.274";' export 'NETCDF;' '__LMOD_REF_COUNT_NLSPATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64/locale/%l_%t/%N:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin/locale/%l_%t/%N:1;/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/intel64/share/locale/%l_%t/%N:1";' export '__LMOD_REF_COUNT_NLSPATH;' 'NLSPATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64/locale/%l_%t/%N:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin/locale/%l_%t/%N:/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/intel64/share/locale/%l_%t/%N";' export 'NLSPATH;' '__LMOD_REF_COUNT_PATH="/contrib/cmake/3.9.0/bin:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/bin:1;/apps/netcdf/4.7.0/intel/18.0.5.274/bin:1;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/bin/intel64:1;/contrib/sutils/bin:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:1;/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/opt/ibutils/bin:1;/apps/local/bin:1;/apps/local/sbin:1;/apps/slurm/default/tools:1;/apps/slurm/default/bin:1;/apps/slurm/default/sbin:1;/apps/slurm/tools/sbank/bin:1;/home/Dusan.Jovic/bin:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/dbrowse:1";' export '__LMOD_REF_COUNT_PATH;' 'PATH="/contrib/cmake/3.9.0/bin:/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/bin:/apps/netcdf/4.7.0/intel/18.0.5.274/bin:/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/bin/intel64:/contrib/sutils/bin:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/opt/ibutils/bin:/apps/local/bin:/apps/local/sbin:/apps/slurm/default/tools:/apps/slurm/default/bin:/apps/slurm/default/sbin:/apps/slurm/tools/sbank/bin:/home/Dusan.Jovic/bin:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/dbrowse";' export 'PATH;' '__LMOD_REF_COUNT_PKG_CONFIG_PATH="/apps/intel/compilers_and_libraries_2018/linux/mkl/bin/pkgconfig:1";' export '__LMOD_REF_COUNT_PKG_CONFIG_PATH;' 'PKG_CONFIG_PATH="/apps/intel/compilers_and_libraries_2018/linux/mkl/bin/pkgconfig";' export 'PKG_CONFIG_PATH;' 'PNG_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/png_v1.2.44";' export 'PNG_INC;' 'PNG_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libpng_v1.2.44.a";' export 'PNG_LIB;' 'PNG_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/thirdParty";' export 'PNG_SRC;' 'PNG_VER="v1.2.44";' export 'PNG_VER;' 'POST_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ncep_post_v8.0.1_4";' export 'POST_INC;' 'POST_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libncep_post_v8.0.1_4.a";' export 'POST_LIB;' 'POST_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/post_v8.0.1";' export 'POST_SRC;' 'POST_VER="v8.0.1";' export 'POST_VER;' 'SLURM_UTILS_PATH="/contrib/sutils/bin";' export 'SLURM_UTILS_PATH;' 'SP_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_4.a";' export 'SP_LIB4;' 'SP_LIB8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_8.a";' export 'SP_LIB8;' 'SP_LIBd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_d.a";' export 'SP_LIBd;' 'SP_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/sp_v2.0.3";' export 'SP_SRC;' 'SP_VER="v2.0.3";' export 'SP_VER;' 'W3EMC_INC4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/w3emc_v2.3.1_4";' export 'W3EMC_INC4;' 'W3EMC_INC8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/w3emc_v2.3.1_8";' export 'W3EMC_INC8;' 'W3EMC_INCd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/w3emc_v2.3.1_d";' export 'W3EMC_INCd;' 'W3EMC_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_4.a";' export 'W3EMC_LIB4;' 'W3EMC_LIB8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_8.a";' export 'W3EMC_LIB8;' 'W3EMC_LIBd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_d.a";' export 'W3EMC_LIBd;' 'W3EMC_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/w3emc_v2.3.1";' export 'W3EMC_SRC;' 'W3EMC_VER="v2.3.1";' export 'W3EMC_VER;' 'W3NCO_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_4.a";' export 'W3NCO_LIB4;' 'W3NCO_LIB8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_8.a";' export 'W3NCO_LIB8;' 'W3NCO_LIBd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_d.a";' export 'W3NCO_LIBd;' 'W3NCO_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/w3nco_v2.0.7";' export 'W3NCO_SRC;' 'W3NCO_VER="v2.0.7";' export 'W3NCO_VER;' 'Z_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/z_v1.2.11";' export 'Z_INC;' 'Z_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libz_v1.2.11.a";' export 'Z_LIB;' 'Z_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/thirdParty";' export 'Z_SRC;' 'Z_VER="v1.2.11";' export 'Z_VER;' '__LMOD_REF_COUNT__LMFILES_="/apps/modules/modulefiles/contrib:1;/contrib/modulefiles/sutils/default:1;/apps/modules/modulefiles/intel/18.0.5.274:1;/apps/modules/modulefamilies/intel/impi/2018.0.4:1;/apps/modules/modulefamilies/intel/netcdf/4.7.0:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/bacio/2.0.3:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/ip/3.0.2:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/nemsio/2.2.4:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/sp/2.0.3:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3emc/2.3.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3nco/2.0.7:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2/3.1.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2tmpl/1.6.0:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/crtm/2.2.6:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/jasper/1.900.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/png/1.2.44:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/z/1.2.11:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/post/8.0.1:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles/esmf/8.0.0:1;/contrib/modulefiles/cmake/3.9.0:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel/fv3:1";' export '__LMOD_REF_COUNT__LMFILES_;' '_LMFILES_="/apps/modules/modulefiles/contrib:/contrib/modulefiles/sutils/default:/apps/modules/modulefiles/intel/18.0.5.274:/apps/modules/modulefamilies/intel/impi/2018.0.4:/apps/modules/modulefamilies/intel/netcdf/4.7.0:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/bacio/2.0.3:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/ip/3.0.2:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/nemsio/2.2.4:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/sp/2.0.3:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3emc/2.3.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3nco/2.0.7:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2/3.1.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2tmpl/1.6.0:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/crtm/2.2.6:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/jasper/1.900.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/png/1.2.44:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/z/1.2.11:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/post/8.0.1:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles/esmf/8.0.0:/contrib/modulefiles/cmake/3.9.0:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel/fv3";' export '_LMFILES_;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJpbXBpIix9LG1UPXtiYWNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvYmFjaW8vMi4wLjMiLFsiZnVsbE5hbWUiXT0iYmFjaW8vMi4wLjMiLFsibG9hZE9yZGVyIl09Nixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJiYWNpby8yLjAuMyIsfSxjbWFrZT17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9jbWFrZS8zLjkuMCIsWyJmdWxs";' export '_ModuleTable001_;' '_ModuleTable002_="TmFtZSJdPSJjbWFrZS8zLjkuMCIsWyJsb2FkT3JkZXIiXT0yMCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjbWFrZS8zLjkuMCIsfSxjb250cmliPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvY29udHJpYiIsWyJmdWxsTmFtZSJdPSJjb250cmliIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY29udHJpYiIsfSxjcnRtPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9jcnRtLzIuMi42IixbImZ1bGxOYW1lIl09ImNydG0vMi4yLjYiLFsibG9hZE9yZGVy";' export '_ModuleTable002_;' '_ModuleTable003_="Il09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL2Z2My1jYW0vRHVzYW4uSm92aWMvdWZzL3ByMTgvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvaGVyYS5pbnRlbC9mdjMiLFsi";' export '_ModuleTable003_;' '_ModuleTable004_="ZnVsbE5hbWUiXT0iZnYzIixbImxvYWRPcmRlciJdPTIxLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTAsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImZ2MyIsfSxnMj17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzIvMy4xLjEiLFsiZnVsbE5hbWUiXT0iZzIvMy4xLjEiLFsibG9hZE9yZGVyIl09MTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZzIvMy4xLjEiLH0sZzJ0bXBsPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9nMnRtcGwvMS42LjAiLFsiZnVsbE5hbWUiXT0iZzJ0bXBsLzEuNi4w";' export '_ModuleTable004_;' '_ModuleTable005_="IixbImxvYWRPcmRlciJdPTEzLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcydG1wbC8xLjYuMCIsfSxpbXBpPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwvaW1waS8yMDE4LjAuNCIsWyJmdWxsTmFtZSJdPSJpbXBpLzIwMTguMC40IixbImxvYWRPcmRlciJdPTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW1waS8yMDE4LjAuNCIsfSxpbnRlbD17WyJmbiJdPSIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL2ludGVsLzE4LjAuNS4yNzQiLFsiZnVsbE5hbWUiXT0iaW50ZWwvMTguMC41LjI3NCIsWyJsb2FkT3JkZXIi";' export '_ModuleTable005_;' '_ModuleTable006_="XT0zLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImludGVsLzE4LjAuNS4yNzQiLH0saXA9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2lwLzMuMC4yIixbImZ1bGxOYW1lIl09ImlwLzMuMC4yIixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaXAvMy4wLjIiLH0samFzcGVyPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9qYXNwZXIvMS45MDAuMSIsWyJmdWxsTmFtZSJdPSJqYXNwZXIvMS45MDAuMSIsWyJsb2FkT3JkZXIi";' export '_ModuleTable006_;' '_ModuleTable007_="XT0xNSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJqYXNwZXIvMS45MDAuMSIsfSxuZW1zaW89e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL25lbXNpby8yLjIuNCIsWyJmdWxsTmFtZSJdPSJuZW1zaW8vMi4yLjQiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZW1zaW8vMi4yLjQiLH0sbmV0Y2RmPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwvbmV0Y2RmLzQuNy4wIixbImZ1bGxOYW1lIl09Im5ldGNkZi80LjcuMCIsWyJsb2FkT3JkZXIi";' export '_ModuleTable007_;' '_ModuleTable008_="XT01LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5ldGNkZi80LjcuMCIsfSxwbmc9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3BuZy8xLjIuNDQiLFsiZnVsbE5hbWUiXT0icG5nLzEuMi40NCIsWyJsb2FkT3JkZXIiXT0xNixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJwbmcvMS4yLjQ0Iix9LHBvc3Q9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3Bvc3QvOC4wLjEiLFsiZnVsbE5hbWUiXT0icG9zdC84LjAuMSIsWyJsb2FkT3JkZXIiXT0xOCxw";' export '_ModuleTable008_;' '_ModuleTable009_="cm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJwb3N0LzguMC4xIix9LHNwPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9zcC8yLjAuMyIsWyJmdWxsTmFtZSJdPSJzcC8yLjAuMyIsWyJsb2FkT3JkZXIiXT05LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InNwLzIuMC4zIix9LHN1dGlscz17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9zdXRpbHMvZGVmYXVsdCIsWyJmdWxsTmFtZSJdPSJzdXRpbHMvZGVmYXVsdCIsWyJsb2FkT3JkZXIiXT0yLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0";' export '_ModuleTable009_;' '_ModuleTable010_="dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InN1dGlscyIsfSx3M2VtYz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNlbWMvMi4zLjEiLFsiZnVsbE5hbWUiXT0idzNlbWMvMi4zLjEiLFsibG9hZE9yZGVyIl09MTAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNlbWMvMi4zLjEiLH0sdzNuY289e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czbmNvLzIuMC43IixbImZ1bGxOYW1lIl09InczbmNvLzIuMC43IixbImxvYWRPcmRlciJdPTExLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMi";' export '_ModuleTable010_;' '_ModuleTable011_="XT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHo9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3ovMS4yLjExIixbImZ1bGxOYW1lIl09InovMS4yLjExIixbImxvYWRPcmRlciJdPTE3LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InovMS4yLjExIix9LH0sbXBhdGhBPXsiL2NvbnRyaWIvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDIvTkNFUERFVi9mdjMtY2FtL0R1c2FuLkpvdmljL3Vmcy9wcjE4L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL2hlcmEuaW50ZWwiLCIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi9hcHBz";' export '_ModuleTable011_;' '_ModuleTable012_="L21vZHVsZXMvbW9kdWxlZmlsZXMvTGludXgiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L2NyYXlwZS9kZWZhdWx0L21vZHVsZWZpbGVzIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbCIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWxfaW1waSIsIi9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcyIsIi9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmU6L2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9M";' export '_ModuleTable012_;' '_ModuleTable013_="aW51eDovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzOi9vcHQvY3JheS9tb2R1bGVmaWxlczovb3B0L2NyYXkvY3JheXBlL2RlZmF1bHQvbW9kdWxlZmlsZXMiLH0=";' export '_ModuleTable013_;' '_ModuleTable_Sz_="13";' export '_ModuleTable_Sz_;' ++ eval 'BACIO_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libbacio_v2.0.3_4.a";' export 'BACIO_LIB4;' 'BACIO_LIB8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libbacio_v2.0.3_8.a";' export 'BACIO_LIB8;' 'BACIO_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/bacio_v2.0.3";' export 'BACIO_SRC;' 'BACIO_VER="v2.0.3";' export 'BACIO_VER;' '__LMOD_REF_COUNT_CLASSPATH="/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/mpi.jar:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/daal.jar:1";' export '__LMOD_REF_COUNT_CLASSPATH;' 'CLASSPATH="/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/mpi.jar:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/daal.jar";' export 'CLASSPATH;' 'CMAKE_CXX_COMPILER="mpiicpc";' export 'CMAKE_CXX_COMPILER;' 'CMAKE_C_COMPILER="mpiicc";' export 'CMAKE_C_COMPILER;' 'CMAKE_Fortran_COMPILER="mpiifort";' export 'CMAKE_Fortran_COMPILER;' 'CMAKE_Platform="hera.intel";' export 'CMAKE_Platform;' 'COMP="intel";' export 'COMP;' '__LMOD_REF_COUNT_CPATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/include:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/include:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/pstl/include:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/include:2;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/include:1";' export '__LMOD_REF_COUNT_CPATH;' 'CPATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/include:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/include:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/pstl/include:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/include:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/include";' export 'CPATH;' 'CRTM_FIX="/scratch2/NCEPDEV/nwprod/NCEPLIBS/fix/crtm_v2.2.6";' export 'CRTM_FIX;' 'CRTM_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/crtm_v2.2.6";' export 'CRTM_INC;' 'CRTM_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libcrtm_v2.2.6.a";' export 'CRTM_LIB;' 'CRTM_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/crtm_v2.2.6";' export 'CRTM_SRC;' 'CRTM_VER="v2.2.6";' export 'CRTM_VER;' 'ESMFMKFILE="/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/lib/esmf.mk";' export 'ESMFMKFILE;' 'G2TMPL_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/g2tmpl_v1.6.0";' export 'G2TMPL_INC;' 'G2TMPL_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2tmpl_v1.6.0.a";' export 'G2TMPL_LIB;' 'G2TMPL_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/g2tmpl_v1.6.0/src";' export 'G2TMPL_SRC;' 'G2TMPL_VER="v1.6.0";' export 'G2TMPL_VER;' 'G2_INC4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/g2_v3.1.1_4";' export 'G2_INC4;' 'G2_INCd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/g2_v3.1.1_d";' export 'G2_INCd;' 'G2_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2_v3.1.1_4.a";' export 'G2_LIB4;' 'G2_LIBd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2_v3.1.1_d.a";' export 'G2_LIBd;' 'G2_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/g2_v3.1.1";' export 'G2_SRC;' 'G2_VER="v3.1.1";' export 'G2_VER;' 'GDBSERVER_MIC="/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/targets/intel64/x200/bin/gdbserver";' export 'GDBSERVER_MIC;' 'GDB_CROSS="/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/intel64/bin/gdb-ia";' export 'GDB_CROSS;' '__LMOD_REF_COUNT_INFOPATH="/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/info:1;/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/info:1";' export '__LMOD_REF_COUNT_INFOPATH;' 'INFOPATH="/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/info:/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/info";' export 'INFOPATH;' '__LMOD_REF_COUNT_INTEL_LICENSE_FILE="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/licenses:1;/apps/intel/licenses:1";' export '__LMOD_REF_COUNT_INTEL_LICENSE_FILE;' 'INTEL_LICENSE_FILE="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/licenses:/apps/intel/licenses";' export 'INTEL_LICENSE_FILE;' 'INTEL_PYTHONHOME="/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/python/intel64/";' export 'INTEL_PYTHONHOME;' 'IPATH_NO_BACKTRACE="1";' export 'IPATH_NO_BACKTRACE;' 'IP_INC4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ip_v3.0.2_4";' export 'IP_INC4;' 'IP_INC8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ip_v3.0.2_8";' export 'IP_INC8;' 'IP_INCd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ip_v3.0.2_d";' export 'IP_INCd;' 'IP_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libip_v3.0.2_4.a";' export 'IP_LIB4;' 'IP_LIB8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libip_v3.0.2_8.a";' export 'IP_LIB8;' 'IP_LIBd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libip_v3.0.2_d.a";' export 'IP_LIBd;' 'IP_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/ip_v3.0.2";' export 'IP_SRC;' 'IP_VER="v3.0.2";' export 'IP_VER;' 'I_MPI_CC="icc";' export 'I_MPI_CC;' 'I_MPI_F90="ifort";' export 'I_MPI_F90;' 'I_MPI_HYDRA_BRANCH_COUNT="128";' export 'I_MPI_HYDRA_BRANCH_COUNT;' 'I_MPI_HYDRA_PMI_CONNECT="alltoall";' export 'I_MPI_HYDRA_PMI_CONNECT;' 'I_MPI_ROOT="/apps/intel/compilers_and_libraries_2018/linux/mpi";' export 'I_MPI_ROOT;' 'I_MPI_TMI_PROVIDER="psm";' export 'I_MPI_TMI_PROVIDER;' 'JASPER_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/include/jasper_v1.900.1";' export 'JASPER_INC;' 'JASPER_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/lib/libjasper_v1.900.1.a";' export 'JASPER_LIB;' 'JASPER_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/thirdParty";' export 'JASPER_SRC;' 'JASPER_VER="v1.900.1";' export 'JASPER_VER;' '__LMOD_REF_COUNT_LD_LIBRARY_PATH="/apps/netcdf/4.7.0/intel/18.0.5.274/lib:1;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib:1;/apps/slurm/default/lib:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/lib/intel64:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:2;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:2;/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/libipt/intel64/lib:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4:1";' export '__LMOD_REF_COUNT_LD_LIBRARY_PATH;' 'LD_LIBRARY_PATH="/apps/netcdf/4.7.0/intel/18.0.5.274/lib:/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib::/apps/slurm/default/lib:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/lib/intel64:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/libipt/intel64/lib:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4";' export 'LD_LIBRARY_PATH;' '__LMOD_REF_COUNT_LIBRARY_PATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:2;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4:1";' export '__LMOD_REF_COUNT_LIBRARY_PATH;' 'LIBRARY_PATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4";' export 'LIBRARY_PATH;' 'LIB_NAME="POST";' export 'LIB_NAME;' 'LMOD_FAMILY_COMPILER="intel";' export 'LMOD_FAMILY_COMPILER;' 'LMOD_FAMILY_COMPILER_VERSION="18.0.5.274";' export 'LMOD_FAMILY_COMPILER_VERSION;' 'LMOD_FAMILY_MPI="impi";' export 'LMOD_FAMILY_MPI;' 'LMOD_FAMILY_MPI_VERSION="2018.0.4";' export 'LMOD_FAMILY_MPI_VERSION;' '__LMOD_REF_COUNT_LOADEDMODULES="contrib:1;sutils/default:1;intel/18.0.5.274:1;impi/2018.0.4:1;netcdf/4.7.0:1;bacio/2.0.3:1;ip/3.0.2:1;nemsio/2.2.4:1;sp/2.0.3:1;w3emc/2.3.1:1;w3nco/2.0.7:1;g2/3.1.1:1;g2tmpl/1.6.0:1;crtm/2.2.6:1;jasper/1.900.1:1;png/1.2.44:1;z/1.2.11:1;post/8.0.1:1;esmf/8.0.0:1;cmake/3.9.0:1;fv3:1";' export '__LMOD_REF_COUNT_LOADEDMODULES;' 'LOADEDMODULES="contrib:sutils/default:intel/18.0.5.274:impi/2018.0.4:netcdf/4.7.0:bacio/2.0.3:ip/3.0.2:nemsio/2.2.4:sp/2.0.3:w3emc/2.3.1:w3nco/2.0.7:g2/3.1.1:g2tmpl/1.6.0:crtm/2.2.6:jasper/1.900.1:png/1.2.44:z/1.2.11:post/8.0.1:esmf/8.0.0:cmake/3.9.0:fv3";' export 'LOADEDMODULES;' '__LMOD_REF_COUNT_MANPATH="/apps/netcdf/4.7.0/intel/18.0.5.274/share/man:1;/apps/intel/compilers_and_libraries_2018/linux/mpi/man:1;/apps/intel/parallel_studio_xe_2018.4.057/man/common:1;/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/man:1;/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/man:1;/apps/lmod/lmod/share/man:1;/apps/local/man:1;/apps/slurm/default/share/man:1;/apps/slurm/tools/sbank/share/man:1";' export '__LMOD_REF_COUNT_MANPATH;' 'MANPATH="/apps/netcdf/4.7.0/intel/18.0.5.274/share/man:/apps/intel/compilers_and_libraries_2018/linux/mpi/man:/apps/intel/parallel_studio_xe_2018.4.057/man/common:/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/man:/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/man:/apps/lmod/lmod/share/man::/apps/local/man:/apps/slurm/default/share/man:/apps/slurm/tools/sbank/share/man";' export 'MANPATH;' '__LMOD_REF_COUNT_MODULEPATH="/contrib/modulefiles:3;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/hera.intel:2;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1;/apps/modules/modulefamilies/intel:1;/apps/modules/modulefamilies/intel_impi:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles:1";' export '__LMOD_REF_COUNT_MODULEPATH;' 'MODULEPATH="/contrib/modulefiles:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles:/apps/modules/modulefamilies/intel:/apps/modules/modulefamilies/intel_impi:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles";' export 'MODULEPATH;' 'MPM_LAUNCHER="/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/mpm/mic/bin/start_mpm.sh";' export 'MPM_LAUNCHER;' 'NCEPLIBS="/scratch2/NCEPDEV/nwprod/NCEPLIBS";' export 'NCEPLIBS;' 'NEMSIO_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/nemsio_v2.2.4";' export 'NEMSIO_INC;' 'NEMSIO_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libnemsio_v2.2.4.a";' export 'NEMSIO_LIB;' 'NEMSIO_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/nemsio_v2.2.4";' export 'NEMSIO_SRC;' 'NEMSIO_VER="v2.2.4";' export 'NEMSIO_VER;' 'NETCDF="/apps/netcdf/4.7.0/intel/18.0.5.274";' export 'NETCDF;' '__LMOD_REF_COUNT_NLSPATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64/locale/%l_%t/%N:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin/locale/%l_%t/%N:1;/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/intel64/share/locale/%l_%t/%N:1";' export '__LMOD_REF_COUNT_NLSPATH;' 'NLSPATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64/locale/%l_%t/%N:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin/locale/%l_%t/%N:/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/intel64/share/locale/%l_%t/%N";' export 'NLSPATH;' '__LMOD_REF_COUNT_PATH="/contrib/cmake/3.9.0/bin:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/bin:1;/apps/netcdf/4.7.0/intel/18.0.5.274/bin:1;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/bin/intel64:1;/contrib/sutils/bin:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:1;/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/opt/ibutils/bin:1;/apps/local/bin:1;/apps/local/sbin:1;/apps/slurm/default/tools:1;/apps/slurm/default/bin:1;/apps/slurm/default/sbin:1;/apps/slurm/tools/sbank/bin:1;/home/Dusan.Jovic/bin:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/dbrowse:1";' export '__LMOD_REF_COUNT_PATH;' 'PATH="/contrib/cmake/3.9.0/bin:/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/bin:/apps/netcdf/4.7.0/intel/18.0.5.274/bin:/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/bin/intel64:/contrib/sutils/bin:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/opt/ibutils/bin:/apps/local/bin:/apps/local/sbin:/apps/slurm/default/tools:/apps/slurm/default/bin:/apps/slurm/default/sbin:/apps/slurm/tools/sbank/bin:/home/Dusan.Jovic/bin:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/dbrowse";' export 'PATH;' '__LMOD_REF_COUNT_PKG_CONFIG_PATH="/apps/intel/compilers_and_libraries_2018/linux/mkl/bin/pkgconfig:1";' export '__LMOD_REF_COUNT_PKG_CONFIG_PATH;' 'PKG_CONFIG_PATH="/apps/intel/compilers_and_libraries_2018/linux/mkl/bin/pkgconfig";' export 'PKG_CONFIG_PATH;' 'PNG_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/png_v1.2.44";' export 'PNG_INC;' 'PNG_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libpng_v1.2.44.a";' export 'PNG_LIB;' 'PNG_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/thirdParty";' export 'PNG_SRC;' 'PNG_VER="v1.2.44";' export 'PNG_VER;' 'POST_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ncep_post_v8.0.1_4";' export 'POST_INC;' 'POST_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libncep_post_v8.0.1_4.a";' export 'POST_LIB;' 'POST_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/post_v8.0.1";' export 'POST_SRC;' 'POST_VER="v8.0.1";' export 'POST_VER;' 'SLURM_UTILS_PATH="/contrib/sutils/bin";' export 'SLURM_UTILS_PATH;' 'SP_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_4.a";' export 'SP_LIB4;' 'SP_LIB8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_8.a";' export 'SP_LIB8;' 'SP_LIBd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_d.a";' export 'SP_LIBd;' 'SP_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/sp_v2.0.3";' export 'SP_SRC;' 'SP_VER="v2.0.3";' export 'SP_VER;' 'W3EMC_INC4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/w3emc_v2.3.1_4";' export 'W3EMC_INC4;' 'W3EMC_INC8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/w3emc_v2.3.1_8";' export 'W3EMC_INC8;' 'W3EMC_INCd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/w3emc_v2.3.1_d";' export 'W3EMC_INCd;' 'W3EMC_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_4.a";' export 'W3EMC_LIB4;' 'W3EMC_LIB8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_8.a";' export 'W3EMC_LIB8;' 'W3EMC_LIBd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_d.a";' export 'W3EMC_LIBd;' 'W3EMC_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/w3emc_v2.3.1";' export 'W3EMC_SRC;' 'W3EMC_VER="v2.3.1";' export 'W3EMC_VER;' 'W3NCO_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_4.a";' export 'W3NCO_LIB4;' 'W3NCO_LIB8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_8.a";' export 'W3NCO_LIB8;' 'W3NCO_LIBd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_d.a";' export 'W3NCO_LIBd;' 'W3NCO_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/w3nco_v2.0.7";' export 'W3NCO_SRC;' 'W3NCO_VER="v2.0.7";' export 'W3NCO_VER;' 'Z_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/z_v1.2.11";' export 'Z_INC;' 'Z_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libz_v1.2.11.a";' export 'Z_LIB;' 'Z_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/thirdParty";' export 'Z_SRC;' 'Z_VER="v1.2.11";' export 'Z_VER;' '__LMOD_REF_COUNT__LMFILES_="/apps/modules/modulefiles/contrib:1;/contrib/modulefiles/sutils/default:1;/apps/modules/modulefiles/intel/18.0.5.274:1;/apps/modules/modulefamilies/intel/impi/2018.0.4:1;/apps/modules/modulefamilies/intel/netcdf/4.7.0:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/bacio/2.0.3:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/ip/3.0.2:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/nemsio/2.2.4:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/sp/2.0.3:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3emc/2.3.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3nco/2.0.7:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2/3.1.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2tmpl/1.6.0:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/crtm/2.2.6:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/jasper/1.900.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/png/1.2.44:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/z/1.2.11:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/post/8.0.1:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles/esmf/8.0.0:1;/contrib/modulefiles/cmake/3.9.0:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/hera.intel/fv3:1";' export '__LMOD_REF_COUNT__LMFILES_;' '_LMFILES_="/apps/modules/modulefiles/contrib:/contrib/modulefiles/sutils/default:/apps/modules/modulefiles/intel/18.0.5.274:/apps/modules/modulefamilies/intel/impi/2018.0.4:/apps/modules/modulefamilies/intel/netcdf/4.7.0:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/bacio/2.0.3:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/ip/3.0.2:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/nemsio/2.2.4:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/sp/2.0.3:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3emc/2.3.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3nco/2.0.7:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2/3.1.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2tmpl/1.6.0:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/crtm/2.2.6:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/jasper/1.900.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/png/1.2.44:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/z/1.2.11:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/post/8.0.1:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles/esmf/8.0.0:/contrib/modulefiles/cmake/3.9.0:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/hera.intel/fv3";' export '_LMFILES_;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJpbXBpIix9LG1UPXtiYWNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvYmFjaW8vMi4wLjMiLFsiZnVsbE5hbWUiXT0iYmFjaW8vMi4wLjMiLFsibG9hZE9yZGVyIl09Nixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJiYWNpby8yLjAuMyIsfSxjbWFrZT17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9jbWFrZS8zLjkuMCIsWyJmdWxs";' export '_ModuleTable001_;' '_ModuleTable002_="TmFtZSJdPSJjbWFrZS8zLjkuMCIsWyJsb2FkT3JkZXIiXT0yMCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjbWFrZS8zLjkuMCIsfSxjb250cmliPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvY29udHJpYiIsWyJmdWxsTmFtZSJdPSJjb250cmliIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY29udHJpYiIsfSxjcnRtPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9jcnRtLzIuMi42IixbImZ1bGxOYW1lIl09ImNydG0vMi4yLjYiLFsibG9hZE9yZGVy";' export '_ModuleTable002_;' '_ModuleTable003_="Il09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL2Z2My1jYW0vRHVzYW4uSm92aWMvdWZzL3ByX25ldy91ZnMtd2VhdGhlci1tb2RlbC9tb2R1bGVmaWxlcy9oZXJhLmludGVsL2Z2MyIs";' export '_ModuleTable003_;' '_ModuleTable004_="WyJmdWxsTmFtZSJdPSJmdjMiLFsibG9hZE9yZGVyIl09MjEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MCxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZnYzIix9LGcyPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9nMi8zLjEuMSIsWyJmdWxsTmFtZSJdPSJnMi8zLjEuMSIsWyJsb2FkT3JkZXIiXT0xMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMi8zLjEuMSIsfSxnMnRtcGw9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2cydG1wbC8xLjYuMCIsWyJmdWxsTmFtZSJdPSJnMnRtcGwvMS42";' export '_ModuleTable004_;' '_ModuleTable005_="LjAiLFsibG9hZE9yZGVyIl09MTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZzJ0bXBsLzEuNi4wIix9LGltcGk9e1siZm4iXT0iL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbC9pbXBpLzIwMTguMC40IixbImZ1bGxOYW1lIl09ImltcGkvMjAxOC4wLjQiLFsibG9hZE9yZGVyIl09NCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJpbXBpLzIwMTguMC40Iix9LGludGVsPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvaW50ZWwvMTguMC41LjI3NCIsWyJmdWxsTmFtZSJdPSJpbnRlbC8xOC4wLjUuMjc0IixbImxvYWRPcmRl";' export '_ModuleTable005_;' '_ModuleTable006_="ciJdPTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW50ZWwvMTguMC41LjI3NCIsfSxpcD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvaXAvMy4wLjIiLFsiZnVsbE5hbWUiXT0iaXAvMy4wLjIiLFsibG9hZE9yZGVyIl09Nyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJpcC8zLjAuMiIsfSxqYXNwZXI9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2phc3Blci8xLjkwMC4xIixbImZ1bGxOYW1lIl09Imphc3Blci8xLjkwMC4xIixbImxvYWRPcmRl";' export '_ModuleTable006_;' '_ModuleTable007_="ciJdPTE1LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Imphc3Blci8xLjkwMC4xIix9LG5lbXNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvbmVtc2lvLzIuMi40IixbImZ1bGxOYW1lIl09Im5lbXNpby8yLjIuNCIsWyJsb2FkT3JkZXIiXT04LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5lbXNpby8yLjIuNCIsfSxuZXRjZGY9e1siZm4iXT0iL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbC9uZXRjZGYvNC43LjAiLFsiZnVsbE5hbWUiXT0ibmV0Y2RmLzQuNy4wIixbImxvYWRPcmRl";' export '_ModuleTable007_;' '_ModuleTable008_="ciJdPTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmV0Y2RmLzQuNy4wIix9LHBuZz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvcG5nLzEuMi40NCIsWyJmdWxsTmFtZSJdPSJwbmcvMS4yLjQ0IixbImxvYWRPcmRlciJdPTE2LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InBuZy8xLjIuNDQiLH0scG9zdD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvcG9zdC84LjAuMSIsWyJmdWxsTmFtZSJdPSJwb3N0LzguMC4xIixbImxvYWRPcmRlciJdPTE4";' export '_ModuleTable008_;' '_ModuleTable009_="LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InBvc3QvOC4wLjEiLH0sc3A9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3NwLzIuMC4zIixbImZ1bGxOYW1lIl09InNwLzIuMC4zIixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ic3AvMi4wLjMiLH0sc3V0aWxzPXtbImZuIl09Ii9jb250cmliL21vZHVsZWZpbGVzL3N1dGlscy9kZWZhdWx0IixbImZ1bGxOYW1lIl09InN1dGlscy9kZWZhdWx0IixbImxvYWRPcmRlciJdPTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0";' export '_ModuleTable009_;' '_ModuleTable010_="YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ic3V0aWxzIix9LHczZW1jPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy93M2VtYy8yLjMuMSIsWyJmdWxsTmFtZSJdPSJ3M2VtYy8yLjMuMSIsWyJsb2FkT3JkZXIiXT0xMCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ3M2VtYy8yLjMuMSIsfSx3M25jbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNuY28vMi4wLjciLFsiZnVsbE5hbWUiXT0idzNuY28vMi4wLjciLFsibG9hZE9yZGVyIl09MTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1";' export '_ModuleTable010_;' '_ModuleTable011_="cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNuY28vMi4wLjciLH0sej17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvei8xLjIuMTEiLFsiZnVsbE5hbWUiXT0iei8xLjIuMTEiLFsibG9hZE9yZGVyIl09MTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iei8xLjIuMTEiLH0sfSxtcGF0aEE9eyIvY29udHJpYi9tb2R1bGVmaWxlcyIsIi9zY3JhdGNoMi9OQ0VQREVWL2Z2My1jYW0vRHVzYW4uSm92aWMvdWZzL3ByX25ldy91ZnMtd2VhdGhlci1tb2RlbC9tb2R1bGVmaWxlcy9oZXJhLmludGVsIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIv";' export '_ModuleTable011_;' '_ModuleTable012_="YXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZhbWlsaWVzL2ludGVsX2ltcGkiLCIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDEvTkNFUERFVi9uZW1zL2VtYy5uZW1zcGFyYS9zb2Z0L21vZHVsZWZpbGVzIix9LFsic3lzdGVtQmFzZU1QQVRIIl09Ii9hcHBzL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlOi9hcHBzL21vZHVsZXMvbW9kdWxlZmls";' export '_ModuleTable012_;' '_ModuleTable013_="ZXMvTGludXg6L2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlczovb3B0L2NyYXkvbW9kdWxlZmlsZXM6L29wdC9jcmF5L2NyYXlwZS9kZWZhdWx0L21vZHVsZWZpbGVzIix9";' export '_ModuleTable013_;' '_ModuleTable_Sz_="13";' export '_ModuleTable_Sz_;' ++ BACIO_LIB4=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libbacio_v2.0.3_4.a ++ export BACIO_LIB4 ++ BACIO_LIB8=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libbacio_v2.0.3_8.a @@ -56954,9 +3653,9 @@ INFO: CCPP prebuild step completed successfully. ++ export __LMOD_REF_COUNT_MANPATH ++ MANPATH=/apps/netcdf/4.7.0/intel/18.0.5.274/share/man:/apps/intel/compilers_and_libraries_2018/linux/mpi/man:/apps/intel/parallel_studio_xe_2018.4.057/man/common:/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/man:/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/man:/apps/lmod/lmod/share/man::/apps/local/man:/apps/slurm/default/share/man:/apps/slurm/tools/sbank/share/man ++ export MANPATH -++ __LMOD_REF_COUNT_MODULEPATH='/contrib/modulefiles:3;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:2;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1;/apps/modules/modulefamilies/intel:1;/apps/modules/modulefamilies/intel_impi:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles:1' +++ __LMOD_REF_COUNT_MODULEPATH='/contrib/modulefiles:3;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/hera.intel:2;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1;/apps/modules/modulefamilies/intel:1;/apps/modules/modulefamilies/intel_impi:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles:1' ++ export __LMOD_REF_COUNT_MODULEPATH -++ MODULEPATH=/contrib/modulefiles:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles:/apps/modules/modulefamilies/intel:/apps/modules/modulefamilies/intel_impi:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles +++ MODULEPATH=/contrib/modulefiles:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles:/apps/modules/modulefamilies/intel:/apps/modules/modulefamilies/intel_impi:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles ++ export MODULEPATH ++ MPM_LAUNCHER=/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/mpm/mic/bin/start_mpm.sh ++ export MPM_LAUNCHER @@ -57046,35 +3745,35 @@ INFO: CCPP prebuild step completed successfully. ++ export Z_SRC ++ Z_VER=v1.2.11 ++ export Z_VER -++ __LMOD_REF_COUNT__LMFILES_='/apps/modules/modulefiles/contrib:1;/contrib/modulefiles/sutils/default:1;/apps/modules/modulefiles/intel/18.0.5.274:1;/apps/modules/modulefamilies/intel/impi/2018.0.4:1;/apps/modules/modulefamilies/intel/netcdf/4.7.0:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/bacio/2.0.3:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/ip/3.0.2:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/nemsio/2.2.4:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/sp/2.0.3:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3emc/2.3.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3nco/2.0.7:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2/3.1.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2tmpl/1.6.0:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/crtm/2.2.6:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/jasper/1.900.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/png/1.2.44:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/z/1.2.11:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/post/8.0.1:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles/esmf/8.0.0:1;/contrib/modulefiles/cmake/3.9.0:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel/fv3:1' +++ __LMOD_REF_COUNT__LMFILES_='/apps/modules/modulefiles/contrib:1;/contrib/modulefiles/sutils/default:1;/apps/modules/modulefiles/intel/18.0.5.274:1;/apps/modules/modulefamilies/intel/impi/2018.0.4:1;/apps/modules/modulefamilies/intel/netcdf/4.7.0:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/bacio/2.0.3:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/ip/3.0.2:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/nemsio/2.2.4:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/sp/2.0.3:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3emc/2.3.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3nco/2.0.7:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2/3.1.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2tmpl/1.6.0:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/crtm/2.2.6:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/jasper/1.900.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/png/1.2.44:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/z/1.2.11:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/post/8.0.1:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles/esmf/8.0.0:1;/contrib/modulefiles/cmake/3.9.0:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/hera.intel/fv3:1' ++ export __LMOD_REF_COUNT__LMFILES_ -++ _LMFILES_=/apps/modules/modulefiles/contrib:/contrib/modulefiles/sutils/default:/apps/modules/modulefiles/intel/18.0.5.274:/apps/modules/modulefamilies/intel/impi/2018.0.4:/apps/modules/modulefamilies/intel/netcdf/4.7.0:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/bacio/2.0.3:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/ip/3.0.2:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/nemsio/2.2.4:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/sp/2.0.3:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3emc/2.3.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3nco/2.0.7:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2/3.1.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2tmpl/1.6.0:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/crtm/2.2.6:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/jasper/1.900.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/png/1.2.44:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/z/1.2.11:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/post/8.0.1:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles/esmf/8.0.0:/contrib/modulefiles/cmake/3.9.0:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel/fv3 +++ _LMFILES_=/apps/modules/modulefiles/contrib:/contrib/modulefiles/sutils/default:/apps/modules/modulefiles/intel/18.0.5.274:/apps/modules/modulefamilies/intel/impi/2018.0.4:/apps/modules/modulefamilies/intel/netcdf/4.7.0:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/bacio/2.0.3:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/ip/3.0.2:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/nemsio/2.2.4:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/sp/2.0.3:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3emc/2.3.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3nco/2.0.7:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2/3.1.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2tmpl/1.6.0:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/crtm/2.2.6:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/jasper/1.900.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/png/1.2.44:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/z/1.2.11:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/post/8.0.1:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles/esmf/8.0.0:/contrib/modulefiles/cmake/3.9.0:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/hera.intel/fv3 ++ export _LMFILES_ ++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJpbXBpIix9LG1UPXtiYWNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvYmFjaW8vMi4wLjMiLFsiZnVsbE5hbWUiXT0iYmFjaW8vMi4wLjMiLFsibG9hZE9yZGVyIl09Nixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJiYWNpby8yLjAuMyIsfSxjbWFrZT17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9jbWFrZS8zLjkuMCIsWyJmdWxs ++ export _ModuleTable001_ ++ _ModuleTable002_=TmFtZSJdPSJjbWFrZS8zLjkuMCIsWyJsb2FkT3JkZXIiXT0yMCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjbWFrZS8zLjkuMCIsfSxjb250cmliPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvY29udHJpYiIsWyJmdWxsTmFtZSJdPSJjb250cmliIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY29udHJpYiIsfSxjcnRtPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9jcnRtLzIuMi42IixbImZ1bGxOYW1lIl09ImNydG0vMi4yLjYiLFsibG9hZE9yZGVy ++ export _ModuleTable002_ -++ _ModuleTable003_=Il09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL2Z2My1jYW0vRHVzYW4uSm92aWMvdWZzL3ByMTgvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvaGVyYS5pbnRlbC9mdjMiLFsi +++ _ModuleTable003_=Il09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL2Z2My1jYW0vRHVzYW4uSm92aWMvdWZzL3ByX25ldy91ZnMtd2VhdGhlci1tb2RlbC9tb2R1bGVmaWxlcy9oZXJhLmludGVsL2Z2MyIs ++ export _ModuleTable003_ -++ _ModuleTable004_=ZnVsbE5hbWUiXT0iZnYzIixbImxvYWRPcmRlciJdPTIxLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTAsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImZ2MyIsfSxnMj17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzIvMy4xLjEiLFsiZnVsbE5hbWUiXT0iZzIvMy4xLjEiLFsibG9hZE9yZGVyIl09MTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZzIvMy4xLjEiLH0sZzJ0bXBsPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9nMnRtcGwvMS42LjAiLFsiZnVsbE5hbWUiXT0iZzJ0bXBsLzEuNi4w +++ _ModuleTable004_=WyJmdWxsTmFtZSJdPSJmdjMiLFsibG9hZE9yZGVyIl09MjEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MCxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZnYzIix9LGcyPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9nMi8zLjEuMSIsWyJmdWxsTmFtZSJdPSJnMi8zLjEuMSIsWyJsb2FkT3JkZXIiXT0xMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMi8zLjEuMSIsfSxnMnRtcGw9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2cydG1wbC8xLjYuMCIsWyJmdWxsTmFtZSJdPSJnMnRtcGwvMS42 ++ export _ModuleTable004_ -++ _ModuleTable005_=IixbImxvYWRPcmRlciJdPTEzLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcydG1wbC8xLjYuMCIsfSxpbXBpPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwvaW1waS8yMDE4LjAuNCIsWyJmdWxsTmFtZSJdPSJpbXBpLzIwMTguMC40IixbImxvYWRPcmRlciJdPTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW1waS8yMDE4LjAuNCIsfSxpbnRlbD17WyJmbiJdPSIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL2ludGVsLzE4LjAuNS4yNzQiLFsiZnVsbE5hbWUiXT0iaW50ZWwvMTguMC41LjI3NCIsWyJsb2FkT3JkZXIi +++ _ModuleTable005_=LjAiLFsibG9hZE9yZGVyIl09MTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZzJ0bXBsLzEuNi4wIix9LGltcGk9e1siZm4iXT0iL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbC9pbXBpLzIwMTguMC40IixbImZ1bGxOYW1lIl09ImltcGkvMjAxOC4wLjQiLFsibG9hZE9yZGVyIl09NCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJpbXBpLzIwMTguMC40Iix9LGludGVsPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvaW50ZWwvMTguMC41LjI3NCIsWyJmdWxsTmFtZSJdPSJpbnRlbC8xOC4wLjUuMjc0IixbImxvYWRPcmRl ++ export _ModuleTable005_ -++ _ModuleTable006_=XT0zLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImludGVsLzE4LjAuNS4yNzQiLH0saXA9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2lwLzMuMC4yIixbImZ1bGxOYW1lIl09ImlwLzMuMC4yIixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaXAvMy4wLjIiLH0samFzcGVyPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9qYXNwZXIvMS45MDAuMSIsWyJmdWxsTmFtZSJdPSJqYXNwZXIvMS45MDAuMSIsWyJsb2FkT3JkZXIi +++ _ModuleTable006_=ciJdPTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW50ZWwvMTguMC41LjI3NCIsfSxpcD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvaXAvMy4wLjIiLFsiZnVsbE5hbWUiXT0iaXAvMy4wLjIiLFsibG9hZE9yZGVyIl09Nyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJpcC8zLjAuMiIsfSxqYXNwZXI9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2phc3Blci8xLjkwMC4xIixbImZ1bGxOYW1lIl09Imphc3Blci8xLjkwMC4xIixbImxvYWRPcmRl ++ export _ModuleTable006_ -++ _ModuleTable007_=XT0xNSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJqYXNwZXIvMS45MDAuMSIsfSxuZW1zaW89e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL25lbXNpby8yLjIuNCIsWyJmdWxsTmFtZSJdPSJuZW1zaW8vMi4yLjQiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZW1zaW8vMi4yLjQiLH0sbmV0Y2RmPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwvbmV0Y2RmLzQuNy4wIixbImZ1bGxOYW1lIl09Im5ldGNkZi80LjcuMCIsWyJsb2FkT3JkZXIi +++ _ModuleTable007_=ciJdPTE1LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Imphc3Blci8xLjkwMC4xIix9LG5lbXNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvbmVtc2lvLzIuMi40IixbImZ1bGxOYW1lIl09Im5lbXNpby8yLjIuNCIsWyJsb2FkT3JkZXIiXT04LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5lbXNpby8yLjIuNCIsfSxuZXRjZGY9e1siZm4iXT0iL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbC9uZXRjZGYvNC43LjAiLFsiZnVsbE5hbWUiXT0ibmV0Y2RmLzQuNy4wIixbImxvYWRPcmRl ++ export _ModuleTable007_ -++ _ModuleTable008_=XT01LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5ldGNkZi80LjcuMCIsfSxwbmc9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3BuZy8xLjIuNDQiLFsiZnVsbE5hbWUiXT0icG5nLzEuMi40NCIsWyJsb2FkT3JkZXIiXT0xNixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJwbmcvMS4yLjQ0Iix9LHBvc3Q9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3Bvc3QvOC4wLjEiLFsiZnVsbE5hbWUiXT0icG9zdC84LjAuMSIsWyJsb2FkT3JkZXIiXT0xOCxw +++ _ModuleTable008_=ciJdPTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmV0Y2RmLzQuNy4wIix9LHBuZz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvcG5nLzEuMi40NCIsWyJmdWxsTmFtZSJdPSJwbmcvMS4yLjQ0IixbImxvYWRPcmRlciJdPTE2LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InBuZy8xLjIuNDQiLH0scG9zdD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvcG9zdC84LjAuMSIsWyJmdWxsTmFtZSJdPSJwb3N0LzguMC4xIixbImxvYWRPcmRlciJdPTE4 ++ export _ModuleTable008_ -++ _ModuleTable009_=cm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJwb3N0LzguMC4xIix9LHNwPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9zcC8yLjAuMyIsWyJmdWxsTmFtZSJdPSJzcC8yLjAuMyIsWyJsb2FkT3JkZXIiXT05LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InNwLzIuMC4zIix9LHN1dGlscz17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9zdXRpbHMvZGVmYXVsdCIsWyJmdWxsTmFtZSJdPSJzdXRpbHMvZGVmYXVsdCIsWyJsb2FkT3JkZXIiXT0yLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0 +++ _ModuleTable009_=LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InBvc3QvOC4wLjEiLH0sc3A9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3NwLzIuMC4zIixbImZ1bGxOYW1lIl09InNwLzIuMC4zIixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ic3AvMi4wLjMiLH0sc3V0aWxzPXtbImZuIl09Ii9jb250cmliL21vZHVsZWZpbGVzL3N1dGlscy9kZWZhdWx0IixbImZ1bGxOYW1lIl09InN1dGlscy9kZWZhdWx0IixbImxvYWRPcmRlciJdPTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0 ++ export _ModuleTable009_ -++ _ModuleTable010_=dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InN1dGlscyIsfSx3M2VtYz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNlbWMvMi4zLjEiLFsiZnVsbE5hbWUiXT0idzNlbWMvMi4zLjEiLFsibG9hZE9yZGVyIl09MTAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNlbWMvMi4zLjEiLH0sdzNuY289e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czbmNvLzIuMC43IixbImZ1bGxOYW1lIl09InczbmNvLzIuMC43IixbImxvYWRPcmRlciJdPTExLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMi +++ _ModuleTable010_=YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ic3V0aWxzIix9LHczZW1jPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy93M2VtYy8yLjMuMSIsWyJmdWxsTmFtZSJdPSJ3M2VtYy8yLjMuMSIsWyJsb2FkT3JkZXIiXT0xMCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ3M2VtYy8yLjMuMSIsfSx3M25jbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNuY28vMi4wLjciLFsiZnVsbE5hbWUiXT0idzNuY28vMi4wLjciLFsibG9hZE9yZGVyIl09MTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1 ++ export _ModuleTable010_ -++ _ModuleTable011_=XT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHo9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3ovMS4yLjExIixbImZ1bGxOYW1lIl09InovMS4yLjExIixbImxvYWRPcmRlciJdPTE3LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InovMS4yLjExIix9LH0sbXBhdGhBPXsiL2NvbnRyaWIvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDIvTkNFUERFVi9mdjMtY2FtL0R1c2FuLkpvdmljL3Vmcy9wcjE4L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL2hlcmEuaW50ZWwiLCIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi9hcHBz +++ _ModuleTable011_=cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNuY28vMi4wLjciLH0sej17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvei8xLjIuMTEiLFsiZnVsbE5hbWUiXT0iei8xLjIuMTEiLFsibG9hZE9yZGVyIl09MTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iei8xLjIuMTEiLH0sfSxtcGF0aEE9eyIvY29udHJpYi9tb2R1bGVmaWxlcyIsIi9zY3JhdGNoMi9OQ0VQREVWL2Z2My1jYW0vRHVzYW4uSm92aWMvdWZzL3ByX25ldy91ZnMtd2VhdGhlci1tb2RlbC9tb2R1bGVmaWxlcy9oZXJhLmludGVsIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIv ++ export _ModuleTable011_ -++ _ModuleTable012_=L21vZHVsZXMvbW9kdWxlZmlsZXMvTGludXgiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L2NyYXlwZS9kZWZhdWx0L21vZHVsZWZpbGVzIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbCIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWxfaW1waSIsIi9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcyIsIi9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmU6L2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9M +++ _ModuleTable012_=YXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZhbWlsaWVzL2ludGVsX2ltcGkiLCIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDEvTkNFUERFVi9uZW1zL2VtYy5uZW1zcGFyYS9zb2Z0L21vZHVsZWZpbGVzIix9LFsic3lzdGVtQmFzZU1QQVRIIl09Ii9hcHBzL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlOi9hcHBzL21vZHVsZXMvbW9kdWxlZmls ++ export _ModuleTable012_ -++ _ModuleTable013_=aW51eDovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzOi9vcHQvY3JheS9tb2R1bGVmaWxlczovb3B0L2NyYXkvY3JheXBlL2RlZmF1bHQvbW9kdWxlZmlsZXMiLH0= +++ _ModuleTable013_=ZXMvTGludXg6L2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlczovb3B0L2NyYXkvbW9kdWxlZmlsZXM6L29wdC9jcmF5L2NyYXlwZS9kZWZhdWx0L21vZHVsZWZpbGVzIix9 ++ export _ModuleTable013_ ++ _ModuleTable_Sz_=13 ++ export _ModuleTable_Sz_ @@ -57082,7 +3781,7 @@ INFO: CCPP prebuild step completed successfully. + eval + module list ++ /apps/lmod/7.7.18/libexec/lmod bash list -+ eval echo ''\'''\'';' echo ''\''Currently'\''' ''\''Loaded'\''' ''\''Modules:'\'';' echo ''\'''\''' ''\'''\''' ''\''1)'\''' ''\''contrib'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''7)'\''' ''\''ip/3.0.2'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''13)'\''' ''\''g2tmpl/1.6.0'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''19)'\''' ''\''esmf/8.0.0'\'';' echo ''\'''\''' ''\'''\''' ''\''2)'\''' ''\''sutils/default'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''8)'\''' ''\''nemsio/2.2.4'\''' ''\'''\''' ''\''14)'\''' ''\''crtm/2.2.6'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''20)'\''' ''\''cmake/3.9.0'\'';' echo ''\'''\''' ''\'''\''' ''\''3)'\''' ''\''intel/18.0.5.274'\''' ''\'''\''' ''\'''\''' ''\''9)'\''' ''\''sp/2.0.3'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''15)'\''' ''\''jasper/1.900.1'\''' ''\'''\''' ''\''21)'\''' ''\''fv3'\'';' echo ''\'''\''' ''\'''\''' ''\''4)'\''' ''\''impi/2018.0.4'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''10)'\''' ''\''w3emc/2.3.1'\''' ''\'''\''' ''\'''\''' ''\''16)'\''' ''\''png/1.2.44'\'';' echo ''\'''\''' ''\'''\''' ''\''5)'\''' ''\''netcdf/4.7.0'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''11)'\''' ''\''w3nco/2.0.7'\''' ''\'''\''' ''\'''\''' ''\''17)'\''' ''\''z/1.2.11'\'';' echo ''\'''\''' ''\'''\''' ''\''6)'\''' ''\''bacio/2.0.3'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''12)'\''' ''\''g2/3.1.1'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''18)'\''' ''\''post/8.0.1'\'';' echo ''\'''\'';' echo ''\'''\''' ''\'''\'';' echo ''\'''\'';' 'MODULEPATH="/contrib/modulefiles:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles:/apps/modules/modulefamilies/intel:/apps/modules/modulefamilies/intel_impi:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles";' export 'MODULEPATH;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJpbXBpIix9LG1UPXtiYWNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvYmFjaW8vMi4wLjMiLFsiZnVsbE5hbWUiXT0iYmFjaW8vMi4wLjMiLFsibG9hZE9yZGVyIl09Nixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJiYWNpby8yLjAuMyIsfSxjbWFrZT17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9jbWFrZS8zLjkuMCIsWyJmdWxs";' export '_ModuleTable001_;' '_ModuleTable002_="TmFtZSJdPSJjbWFrZS8zLjkuMCIsWyJsb2FkT3JkZXIiXT0yMCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjbWFrZS8zLjkuMCIsfSxjb250cmliPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvY29udHJpYiIsWyJmdWxsTmFtZSJdPSJjb250cmliIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY29udHJpYiIsfSxjcnRtPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9jcnRtLzIuMi42IixbImZ1bGxOYW1lIl09ImNydG0vMi4yLjYiLFsibG9hZE9yZGVy";' export '_ModuleTable002_;' '_ModuleTable003_="Il09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL2Z2My1jYW0vRHVzYW4uSm92aWMvdWZzL3ByMTgvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvaGVyYS5pbnRlbC9mdjMiLFsi";' export '_ModuleTable003_;' '_ModuleTable004_="ZnVsbE5hbWUiXT0iZnYzIixbImxvYWRPcmRlciJdPTIxLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTAsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImZ2MyIsfSxnMj17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzIvMy4xLjEiLFsiZnVsbE5hbWUiXT0iZzIvMy4xLjEiLFsibG9hZE9yZGVyIl09MTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZzIvMy4xLjEiLH0sZzJ0bXBsPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9nMnRtcGwvMS42LjAiLFsiZnVsbE5hbWUiXT0iZzJ0bXBsLzEuNi4w";' export '_ModuleTable004_;' '_ModuleTable005_="IixbImxvYWRPcmRlciJdPTEzLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcydG1wbC8xLjYuMCIsfSxpbXBpPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwvaW1waS8yMDE4LjAuNCIsWyJmdWxsTmFtZSJdPSJpbXBpLzIwMTguMC40IixbImxvYWRPcmRlciJdPTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW1waS8yMDE4LjAuNCIsfSxpbnRlbD17WyJmbiJdPSIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL2ludGVsLzE4LjAuNS4yNzQiLFsiZnVsbE5hbWUiXT0iaW50ZWwvMTguMC41LjI3NCIsWyJsb2FkT3JkZXIi";' export '_ModuleTable005_;' '_ModuleTable006_="XT0zLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImludGVsLzE4LjAuNS4yNzQiLH0saXA9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2lwLzMuMC4yIixbImZ1bGxOYW1lIl09ImlwLzMuMC4yIixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaXAvMy4wLjIiLH0samFzcGVyPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9qYXNwZXIvMS45MDAuMSIsWyJmdWxsTmFtZSJdPSJqYXNwZXIvMS45MDAuMSIsWyJsb2FkT3JkZXIi";' export '_ModuleTable006_;' '_ModuleTable007_="XT0xNSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJqYXNwZXIvMS45MDAuMSIsfSxuZW1zaW89e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL25lbXNpby8yLjIuNCIsWyJmdWxsTmFtZSJdPSJuZW1zaW8vMi4yLjQiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZW1zaW8vMi4yLjQiLH0sbmV0Y2RmPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwvbmV0Y2RmLzQuNy4wIixbImZ1bGxOYW1lIl09Im5ldGNkZi80LjcuMCIsWyJsb2FkT3JkZXIi";' export '_ModuleTable007_;' '_ModuleTable008_="XT01LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5ldGNkZi80LjcuMCIsfSxwbmc9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3BuZy8xLjIuNDQiLFsiZnVsbE5hbWUiXT0icG5nLzEuMi40NCIsWyJsb2FkT3JkZXIiXT0xNixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJwbmcvMS4yLjQ0Iix9LHBvc3Q9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3Bvc3QvOC4wLjEiLFsiZnVsbE5hbWUiXT0icG9zdC84LjAuMSIsWyJsb2FkT3JkZXIiXT0xOCxw";' export '_ModuleTable008_;' '_ModuleTable009_="cm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJwb3N0LzguMC4xIix9LHNwPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9zcC8yLjAuMyIsWyJmdWxsTmFtZSJdPSJzcC8yLjAuMyIsWyJsb2FkT3JkZXIiXT05LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InNwLzIuMC4zIix9LHN1dGlscz17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9zdXRpbHMvZGVmYXVsdCIsWyJmdWxsTmFtZSJdPSJzdXRpbHMvZGVmYXVsdCIsWyJsb2FkT3JkZXIiXT0yLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0";' export '_ModuleTable009_;' '_ModuleTable010_="dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InN1dGlscyIsfSx3M2VtYz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNlbWMvMi4zLjEiLFsiZnVsbE5hbWUiXT0idzNlbWMvMi4zLjEiLFsibG9hZE9yZGVyIl09MTAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNlbWMvMi4zLjEiLH0sdzNuY289e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czbmNvLzIuMC43IixbImZ1bGxOYW1lIl09InczbmNvLzIuMC43IixbImxvYWRPcmRlciJdPTExLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMi";' export '_ModuleTable010_;' '_ModuleTable011_="XT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHo9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3ovMS4yLjExIixbImZ1bGxOYW1lIl09InovMS4yLjExIixbImxvYWRPcmRlciJdPTE3LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InovMS4yLjExIix9LH0sbXBhdGhBPXsiL2NvbnRyaWIvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDIvTkNFUERFVi9mdjMtY2FtL0R1c2FuLkpvdmljL3Vmcy9wcjE4L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL2hlcmEuaW50ZWwiLCIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi9hcHBz";' export '_ModuleTable011_;' '_ModuleTable012_="L21vZHVsZXMvbW9kdWxlZmlsZXMvTGludXgiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L2NyYXlwZS9kZWZhdWx0L21vZHVsZWZpbGVzIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbCIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWxfaW1waSIsIi9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcyIsIi9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmU6L2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9M";' export '_ModuleTable012_;' '_ModuleTable013_="aW51eDovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzOi9vcHQvY3JheS9tb2R1bGVmaWxlczovb3B0L2NyYXkvY3JheXBlL2RlZmF1bHQvbW9kdWxlZmlsZXMiLH0=";' export '_ModuleTable013_;' '_ModuleTable_Sz_="13";' export '_ModuleTable_Sz_;' ++ eval echo ''\'''\'';' echo ''\''Currently'\''' ''\''Loaded'\''' ''\''Modules:'\'';' echo ''\'''\''' ''\'''\''' ''\''1)'\''' ''\''contrib'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''7)'\''' ''\''ip/3.0.2'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''13)'\''' ''\''g2tmpl/1.6.0'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''19)'\''' ''\''esmf/8.0.0'\'';' echo ''\'''\''' ''\'''\''' ''\''2)'\''' ''\''sutils/default'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''8)'\''' ''\''nemsio/2.2.4'\''' ''\'''\''' ''\''14)'\''' ''\''crtm/2.2.6'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''20)'\''' ''\''cmake/3.9.0'\'';' echo ''\'''\''' ''\'''\''' ''\''3)'\''' ''\''intel/18.0.5.274'\''' ''\'''\''' ''\'''\''' ''\''9)'\''' ''\''sp/2.0.3'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''15)'\''' ''\''jasper/1.900.1'\''' ''\'''\''' ''\''21)'\''' ''\''fv3'\'';' echo ''\'''\''' ''\'''\''' ''\''4)'\''' ''\''impi/2018.0.4'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''10)'\''' ''\''w3emc/2.3.1'\''' ''\'''\''' ''\'''\''' ''\''16)'\''' ''\''png/1.2.44'\'';' echo ''\'''\''' ''\'''\''' ''\''5)'\''' ''\''netcdf/4.7.0'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''11)'\''' ''\''w3nco/2.0.7'\''' ''\'''\''' ''\'''\''' ''\''17)'\''' ''\''z/1.2.11'\'';' echo ''\'''\''' ''\'''\''' ''\''6)'\''' ''\''bacio/2.0.3'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''12)'\''' ''\''g2/3.1.1'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''18)'\''' ''\''post/8.0.1'\'';' echo ''\'''\'';' echo ''\'''\''' ''\'''\'';' echo ''\'''\'';' 'MODULEPATH="/contrib/modulefiles:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles:/apps/modules/modulefamilies/intel:/apps/modules/modulefamilies/intel_impi:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles";' export 'MODULEPATH;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJpbXBpIix9LG1UPXtiYWNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvYmFjaW8vMi4wLjMiLFsiZnVsbE5hbWUiXT0iYmFjaW8vMi4wLjMiLFsibG9hZE9yZGVyIl09Nixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJiYWNpby8yLjAuMyIsfSxjbWFrZT17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9jbWFrZS8zLjkuMCIsWyJmdWxs";' export '_ModuleTable001_;' '_ModuleTable002_="TmFtZSJdPSJjbWFrZS8zLjkuMCIsWyJsb2FkT3JkZXIiXT0yMCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjbWFrZS8zLjkuMCIsfSxjb250cmliPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvY29udHJpYiIsWyJmdWxsTmFtZSJdPSJjb250cmliIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY29udHJpYiIsfSxjcnRtPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9jcnRtLzIuMi42IixbImZ1bGxOYW1lIl09ImNydG0vMi4yLjYiLFsibG9hZE9yZGVy";' export '_ModuleTable002_;' '_ModuleTable003_="Il09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL2Z2My1jYW0vRHVzYW4uSm92aWMvdWZzL3ByX25ldy91ZnMtd2VhdGhlci1tb2RlbC9tb2R1bGVmaWxlcy9oZXJhLmludGVsL2Z2MyIs";' export '_ModuleTable003_;' '_ModuleTable004_="WyJmdWxsTmFtZSJdPSJmdjMiLFsibG9hZE9yZGVyIl09MjEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MCxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZnYzIix9LGcyPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9nMi8zLjEuMSIsWyJmdWxsTmFtZSJdPSJnMi8zLjEuMSIsWyJsb2FkT3JkZXIiXT0xMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMi8zLjEuMSIsfSxnMnRtcGw9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2cydG1wbC8xLjYuMCIsWyJmdWxsTmFtZSJdPSJnMnRtcGwvMS42";' export '_ModuleTable004_;' '_ModuleTable005_="LjAiLFsibG9hZE9yZGVyIl09MTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZzJ0bXBsLzEuNi4wIix9LGltcGk9e1siZm4iXT0iL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbC9pbXBpLzIwMTguMC40IixbImZ1bGxOYW1lIl09ImltcGkvMjAxOC4wLjQiLFsibG9hZE9yZGVyIl09NCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJpbXBpLzIwMTguMC40Iix9LGludGVsPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvaW50ZWwvMTguMC41LjI3NCIsWyJmdWxsTmFtZSJdPSJpbnRlbC8xOC4wLjUuMjc0IixbImxvYWRPcmRl";' export '_ModuleTable005_;' '_ModuleTable006_="ciJdPTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW50ZWwvMTguMC41LjI3NCIsfSxpcD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvaXAvMy4wLjIiLFsiZnVsbE5hbWUiXT0iaXAvMy4wLjIiLFsibG9hZE9yZGVyIl09Nyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJpcC8zLjAuMiIsfSxqYXNwZXI9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2phc3Blci8xLjkwMC4xIixbImZ1bGxOYW1lIl09Imphc3Blci8xLjkwMC4xIixbImxvYWRPcmRl";' export '_ModuleTable006_;' '_ModuleTable007_="ciJdPTE1LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Imphc3Blci8xLjkwMC4xIix9LG5lbXNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvbmVtc2lvLzIuMi40IixbImZ1bGxOYW1lIl09Im5lbXNpby8yLjIuNCIsWyJsb2FkT3JkZXIiXT04LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5lbXNpby8yLjIuNCIsfSxuZXRjZGY9e1siZm4iXT0iL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbC9uZXRjZGYvNC43LjAiLFsiZnVsbE5hbWUiXT0ibmV0Y2RmLzQuNy4wIixbImxvYWRPcmRl";' export '_ModuleTable007_;' '_ModuleTable008_="ciJdPTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmV0Y2RmLzQuNy4wIix9LHBuZz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvcG5nLzEuMi40NCIsWyJmdWxsTmFtZSJdPSJwbmcvMS4yLjQ0IixbImxvYWRPcmRlciJdPTE2LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InBuZy8xLjIuNDQiLH0scG9zdD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvcG9zdC84LjAuMSIsWyJmdWxsTmFtZSJdPSJwb3N0LzguMC4xIixbImxvYWRPcmRlciJdPTE4";' export '_ModuleTable008_;' '_ModuleTable009_="LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InBvc3QvOC4wLjEiLH0sc3A9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3NwLzIuMC4zIixbImZ1bGxOYW1lIl09InNwLzIuMC4zIixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ic3AvMi4wLjMiLH0sc3V0aWxzPXtbImZuIl09Ii9jb250cmliL21vZHVsZWZpbGVzL3N1dGlscy9kZWZhdWx0IixbImZ1bGxOYW1lIl09InN1dGlscy9kZWZhdWx0IixbImxvYWRPcmRlciJdPTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0";' export '_ModuleTable009_;' '_ModuleTable010_="YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ic3V0aWxzIix9LHczZW1jPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy93M2VtYy8yLjMuMSIsWyJmdWxsTmFtZSJdPSJ3M2VtYy8yLjMuMSIsWyJsb2FkT3JkZXIiXT0xMCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ3M2VtYy8yLjMuMSIsfSx3M25jbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNuY28vMi4wLjciLFsiZnVsbE5hbWUiXT0idzNuY28vMi4wLjciLFsibG9hZE9yZGVyIl09MTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1";' export '_ModuleTable010_;' '_ModuleTable011_="cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNuY28vMi4wLjciLH0sej17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvei8xLjIuMTEiLFsiZnVsbE5hbWUiXT0iei8xLjIuMTEiLFsibG9hZE9yZGVyIl09MTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iei8xLjIuMTEiLH0sfSxtcGF0aEE9eyIvY29udHJpYi9tb2R1bGVmaWxlcyIsIi9zY3JhdGNoMi9OQ0VQREVWL2Z2My1jYW0vRHVzYW4uSm92aWMvdWZzL3ByX25ldy91ZnMtd2VhdGhlci1tb2RlbC9tb2R1bGVmaWxlcy9oZXJhLmludGVsIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIv";' export '_ModuleTable011_;' '_ModuleTable012_="YXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZhbWlsaWVzL2ludGVsX2ltcGkiLCIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDEvTkNFUERFVi9uZW1zL2VtYy5uZW1zcGFyYS9zb2Z0L21vZHVsZWZpbGVzIix9LFsic3lzdGVtQmFzZU1QQVRIIl09Ii9hcHBzL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlOi9hcHBzL21vZHVsZXMvbW9kdWxlZmls";' export '_ModuleTable012_;' '_ModuleTable013_="ZXMvTGludXg6L2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlczovb3B0L2NyYXkvbW9kdWxlZmlsZXM6L29wdC9jcmF5L2NyYXlwZS9kZWZhdWx0L21vZHVsZWZpbGVzIix9";' export '_ModuleTable013_;' '_ModuleTable_Sz_="13";' export '_ModuleTable_Sz_;' ++ echo '' ++ echo Currently Loaded Modules: @@ -57105,40 +3804,40 @@ Currently Loaded Modules: ++ echo '' -++ MODULEPATH=/contrib/modulefiles:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles:/apps/modules/modulefamilies/intel:/apps/modules/modulefamilies/intel_impi:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles +++ MODULEPATH=/contrib/modulefiles:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles:/apps/modules/modulefamilies/intel:/apps/modules/modulefamilies/intel_impi:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles ++ export MODULEPATH ++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJpbXBpIix9LG1UPXtiYWNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvYmFjaW8vMi4wLjMiLFsiZnVsbE5hbWUiXT0iYmFjaW8vMi4wLjMiLFsibG9hZE9yZGVyIl09Nixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJiYWNpby8yLjAuMyIsfSxjbWFrZT17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9jbWFrZS8zLjkuMCIsWyJmdWxs ++ export _ModuleTable001_ ++ _ModuleTable002_=TmFtZSJdPSJjbWFrZS8zLjkuMCIsWyJsb2FkT3JkZXIiXT0yMCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjbWFrZS8zLjkuMCIsfSxjb250cmliPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvY29udHJpYiIsWyJmdWxsTmFtZSJdPSJjb250cmliIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY29udHJpYiIsfSxjcnRtPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9jcnRtLzIuMi42IixbImZ1bGxOYW1lIl09ImNydG0vMi4yLjYiLFsibG9hZE9yZGVy ++ export _ModuleTable002_ -++ _ModuleTable003_=Il09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL2Z2My1jYW0vRHVzYW4uSm92aWMvdWZzL3ByMTgvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvaGVyYS5pbnRlbC9mdjMiLFsi +++ _ModuleTable003_=Il09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL2Z2My1jYW0vRHVzYW4uSm92aWMvdWZzL3ByX25ldy91ZnMtd2VhdGhlci1tb2RlbC9tb2R1bGVmaWxlcy9oZXJhLmludGVsL2Z2MyIs ++ export _ModuleTable003_ -++ _ModuleTable004_=ZnVsbE5hbWUiXT0iZnYzIixbImxvYWRPcmRlciJdPTIxLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTAsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImZ2MyIsfSxnMj17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzIvMy4xLjEiLFsiZnVsbE5hbWUiXT0iZzIvMy4xLjEiLFsibG9hZE9yZGVyIl09MTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZzIvMy4xLjEiLH0sZzJ0bXBsPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9nMnRtcGwvMS42LjAiLFsiZnVsbE5hbWUiXT0iZzJ0bXBsLzEuNi4w +++ _ModuleTable004_=WyJmdWxsTmFtZSJdPSJmdjMiLFsibG9hZE9yZGVyIl09MjEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MCxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZnYzIix9LGcyPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9nMi8zLjEuMSIsWyJmdWxsTmFtZSJdPSJnMi8zLjEuMSIsWyJsb2FkT3JkZXIiXT0xMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMi8zLjEuMSIsfSxnMnRtcGw9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2cydG1wbC8xLjYuMCIsWyJmdWxsTmFtZSJdPSJnMnRtcGwvMS42 ++ export _ModuleTable004_ -++ _ModuleTable005_=IixbImxvYWRPcmRlciJdPTEzLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcydG1wbC8xLjYuMCIsfSxpbXBpPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwvaW1waS8yMDE4LjAuNCIsWyJmdWxsTmFtZSJdPSJpbXBpLzIwMTguMC40IixbImxvYWRPcmRlciJdPTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW1waS8yMDE4LjAuNCIsfSxpbnRlbD17WyJmbiJdPSIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL2ludGVsLzE4LjAuNS4yNzQiLFsiZnVsbE5hbWUiXT0iaW50ZWwvMTguMC41LjI3NCIsWyJsb2FkT3JkZXIi +++ _ModuleTable005_=LjAiLFsibG9hZE9yZGVyIl09MTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZzJ0bXBsLzEuNi4wIix9LGltcGk9e1siZm4iXT0iL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbC9pbXBpLzIwMTguMC40IixbImZ1bGxOYW1lIl09ImltcGkvMjAxOC4wLjQiLFsibG9hZE9yZGVyIl09NCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJpbXBpLzIwMTguMC40Iix9LGludGVsPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvaW50ZWwvMTguMC41LjI3NCIsWyJmdWxsTmFtZSJdPSJpbnRlbC8xOC4wLjUuMjc0IixbImxvYWRPcmRl ++ export _ModuleTable005_ -++ _ModuleTable006_=XT0zLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImludGVsLzE4LjAuNS4yNzQiLH0saXA9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2lwLzMuMC4yIixbImZ1bGxOYW1lIl09ImlwLzMuMC4yIixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaXAvMy4wLjIiLH0samFzcGVyPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9qYXNwZXIvMS45MDAuMSIsWyJmdWxsTmFtZSJdPSJqYXNwZXIvMS45MDAuMSIsWyJsb2FkT3JkZXIi +++ _ModuleTable006_=ciJdPTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW50ZWwvMTguMC41LjI3NCIsfSxpcD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvaXAvMy4wLjIiLFsiZnVsbE5hbWUiXT0iaXAvMy4wLjIiLFsibG9hZE9yZGVyIl09Nyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJpcC8zLjAuMiIsfSxqYXNwZXI9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2phc3Blci8xLjkwMC4xIixbImZ1bGxOYW1lIl09Imphc3Blci8xLjkwMC4xIixbImxvYWRPcmRl ++ export _ModuleTable006_ -++ _ModuleTable007_=XT0xNSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJqYXNwZXIvMS45MDAuMSIsfSxuZW1zaW89e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL25lbXNpby8yLjIuNCIsWyJmdWxsTmFtZSJdPSJuZW1zaW8vMi4yLjQiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZW1zaW8vMi4yLjQiLH0sbmV0Y2RmPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwvbmV0Y2RmLzQuNy4wIixbImZ1bGxOYW1lIl09Im5ldGNkZi80LjcuMCIsWyJsb2FkT3JkZXIi +++ _ModuleTable007_=ciJdPTE1LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Imphc3Blci8xLjkwMC4xIix9LG5lbXNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvbmVtc2lvLzIuMi40IixbImZ1bGxOYW1lIl09Im5lbXNpby8yLjIuNCIsWyJsb2FkT3JkZXIiXT04LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5lbXNpby8yLjIuNCIsfSxuZXRjZGY9e1siZm4iXT0iL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbC9uZXRjZGYvNC43LjAiLFsiZnVsbE5hbWUiXT0ibmV0Y2RmLzQuNy4wIixbImxvYWRPcmRl ++ export _ModuleTable007_ -++ _ModuleTable008_=XT01LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5ldGNkZi80LjcuMCIsfSxwbmc9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3BuZy8xLjIuNDQiLFsiZnVsbE5hbWUiXT0icG5nLzEuMi40NCIsWyJsb2FkT3JkZXIiXT0xNixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJwbmcvMS4yLjQ0Iix9LHBvc3Q9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3Bvc3QvOC4wLjEiLFsiZnVsbE5hbWUiXT0icG9zdC84LjAuMSIsWyJsb2FkT3JkZXIiXT0xOCxw +++ _ModuleTable008_=ciJdPTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmV0Y2RmLzQuNy4wIix9LHBuZz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvcG5nLzEuMi40NCIsWyJmdWxsTmFtZSJdPSJwbmcvMS4yLjQ0IixbImxvYWRPcmRlciJdPTE2LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InBuZy8xLjIuNDQiLH0scG9zdD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvcG9zdC84LjAuMSIsWyJmdWxsTmFtZSJdPSJwb3N0LzguMC4xIixbImxvYWRPcmRlciJdPTE4 ++ export _ModuleTable008_ -++ _ModuleTable009_=cm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJwb3N0LzguMC4xIix9LHNwPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9zcC8yLjAuMyIsWyJmdWxsTmFtZSJdPSJzcC8yLjAuMyIsWyJsb2FkT3JkZXIiXT05LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InNwLzIuMC4zIix9LHN1dGlscz17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9zdXRpbHMvZGVmYXVsdCIsWyJmdWxsTmFtZSJdPSJzdXRpbHMvZGVmYXVsdCIsWyJsb2FkT3JkZXIiXT0yLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0 +++ _ModuleTable009_=LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InBvc3QvOC4wLjEiLH0sc3A9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3NwLzIuMC4zIixbImZ1bGxOYW1lIl09InNwLzIuMC4zIixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ic3AvMi4wLjMiLH0sc3V0aWxzPXtbImZuIl09Ii9jb250cmliL21vZHVsZWZpbGVzL3N1dGlscy9kZWZhdWx0IixbImZ1bGxOYW1lIl09InN1dGlscy9kZWZhdWx0IixbImxvYWRPcmRlciJdPTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0 ++ export _ModuleTable009_ -++ _ModuleTable010_=dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InN1dGlscyIsfSx3M2VtYz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNlbWMvMi4zLjEiLFsiZnVsbE5hbWUiXT0idzNlbWMvMi4zLjEiLFsibG9hZE9yZGVyIl09MTAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNlbWMvMi4zLjEiLH0sdzNuY289e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czbmNvLzIuMC43IixbImZ1bGxOYW1lIl09InczbmNvLzIuMC43IixbImxvYWRPcmRlciJdPTExLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMi +++ _ModuleTable010_=YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ic3V0aWxzIix9LHczZW1jPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy93M2VtYy8yLjMuMSIsWyJmdWxsTmFtZSJdPSJ3M2VtYy8yLjMuMSIsWyJsb2FkT3JkZXIiXT0xMCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ3M2VtYy8yLjMuMSIsfSx3M25jbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNuY28vMi4wLjciLFsiZnVsbE5hbWUiXT0idzNuY28vMi4wLjciLFsibG9hZE9yZGVyIl09MTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1 ++ export _ModuleTable010_ -++ _ModuleTable011_=XT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHo9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3ovMS4yLjExIixbImZ1bGxOYW1lIl09InovMS4yLjExIixbImxvYWRPcmRlciJdPTE3LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InovMS4yLjExIix9LH0sbXBhdGhBPXsiL2NvbnRyaWIvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDIvTkNFUERFVi9mdjMtY2FtL0R1c2FuLkpvdmljL3Vmcy9wcjE4L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL2hlcmEuaW50ZWwiLCIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi9hcHBz +++ _ModuleTable011_=cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNuY28vMi4wLjciLH0sej17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvei8xLjIuMTEiLFsiZnVsbE5hbWUiXT0iei8xLjIuMTEiLFsibG9hZE9yZGVyIl09MTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iei8xLjIuMTEiLH0sfSxtcGF0aEE9eyIvY29udHJpYi9tb2R1bGVmaWxlcyIsIi9zY3JhdGNoMi9OQ0VQREVWL2Z2My1jYW0vRHVzYW4uSm92aWMvdWZzL3ByX25ldy91ZnMtd2VhdGhlci1tb2RlbC9tb2R1bGVmaWxlcy9oZXJhLmludGVsIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIv ++ export _ModuleTable011_ -++ _ModuleTable012_=L21vZHVsZXMvbW9kdWxlZmlsZXMvTGludXgiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L2NyYXlwZS9kZWZhdWx0L21vZHVsZWZpbGVzIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbCIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWxfaW1waSIsIi9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcyIsIi9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmU6L2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9M +++ _ModuleTable012_=YXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZhbWlsaWVzL2ludGVsX2ltcGkiLCIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDEvTkNFUERFVi9uZW1zL2VtYy5uZW1zcGFyYS9zb2Z0L21vZHVsZWZpbGVzIix9LFsic3lzdGVtQmFzZU1QQVRIIl09Ii9hcHBzL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlOi9hcHBzL21vZHVsZXMvbW9kdWxlZmls ++ export _ModuleTable012_ -++ _ModuleTable013_=aW51eDovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzOi9vcHQvY3JheS9tb2R1bGVmaWxlczovb3B0L2NyYXkvY3JheXBlL2RlZmF1bHQvbW9kdWxlZmlsZXMiLH0= +++ _ModuleTable013_=ZXMvTGludXg6L2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlczovb3B0L2NyYXkvbW9kdWxlZmlsZXM6L29wdC9jcmF5L2NyYXlwZS9kZWZhdWx0L21vZHVsZWZpbGVzIix9 ++ export _ModuleTable013_ ++ _ModuleTable_Sz_=13 ++ export _ModuleTable_Sz_ ++ : -s sh + eval -+ cd build_fv3_9 -+ cmake /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model -DREPRO=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF -DWW3=Y ++ cd build_fv3_4 ++ cmake /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model -DDEBUG=Y -D32BIT=Y -- The C compiler identification is Intel 18.0.5.20180823 -- The CXX compiler identification is Intel 18.0.5.20180823 -- The Fortran compiler identification is Intel 18.0.5.20180823 @@ -57177,64 +3876,34 @@ C compiler: Intel 18.0.5.20180823 (mpiicc) CXX compiler: Intel 18.0.5.20180823 (mpiicpc) Fortran compiler: Intel 18.0.5.20180823 (mpiifort) -DEBUG is disabled -REPRO is ENABLED -32BIT is disabled +DEBUG is ENABLED +REPRO is disabled +32BIT is ENABLED OPENMP is ENABLED AVX2 is ENABLED INLINE_POST is ENABLED -Selected physics package: gfs - --- Detecting OpenMP flags for Intel C compiler: -qopenmp --- Detecting OpenMP flags for Intel C++ compiler: -qopenmp --- Detecting OpenMP flags for Intel Fortran compiler: -qopenmp --- Enable OpenMP support for C/C++/Fortran compiler --- Disable SIONlib support --- Disable Intel MKL support --- Enable netCDF support --- Disable ESMF support --- Disable multi-gases physics --- Detecting OpenMP flags for Intel C compiler: -qopenmp --- Detecting OpenMP flags for Intel C++ compiler: -qopenmp --- Detecting OpenMP flags for Intel Fortran compiler: -qopenmp --- Enable OpenMP support for C/C++/Fortran compiler --- Found LibXml2: /usr/lib64/libxml2.so (found version "2.9.1") --- Found Doxygen: /usr/bin/doxygen (found version "1.8.5") found components: doxygen dot --- Detecting OpenMP flags for Intel C compiler: -qopenmp --- Detecting OpenMP flags for Intel C++ compiler: -qopenmp --- Detecting OpenMP flags for Intel Fortran compiler: -qopenmp --- Enable OpenMP support for C/C++/Fortran compiler -INFOGot CCPP_SCHEMES from environment variable: /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/aer_cloud.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/aerclm_def.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/aerinterp.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/calpreciptype.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cldwat2m_micro.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cldmacro.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/date_def.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/funcphys.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gcycle.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/h2o_def.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/h2ointerp.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/iccn_def.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/iccninterp.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/iounitdef.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/machine.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mersenne_twister.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfpbl.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg_utils.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg2_0.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg3_0.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/multi_gases.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_model.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_parameters.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_radar.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_thompson.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MP_FER_HIRES.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_bl_mynn.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_mynn.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_orowam2017.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/namelist_soilveg.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfpblt.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfpbltq.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfscu.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfscuq.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/noahmp_tables.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/num_parthds.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozne_def.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozinterp.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/physcons.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/physparam.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radcons.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_aerosols.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_astronomy.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_clouds.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_gases.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_surface.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radlw_datatb.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radlw_param.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radsw_datatb.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radsw_param.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/samfaerosols.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfcsub.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sflx.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/set_soilveg.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/surface_perturbation.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_deep.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_sh.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/tridi.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/wv_saturation.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_soil_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rayleigh_damp.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radsw_main.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_ocean.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gwdc.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gscond.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ysuvdif.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_sice.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/samfdeepcnv.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/satmedmfvdif.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozphys_2015.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/samfshalcnv.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/precpd.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_fer_hires.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diag.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radlw_main.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_debug.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/satmedmfvdifq.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cs_conv.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/shinhongvdif.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/h2ophys.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_nst.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/moninedmf.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diff.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diag_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/m_micro.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gcm_shoc.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gwdps.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/shalcnv.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/get_prs_fv3.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozphys.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_stochastics.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/drag_suite.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_cice.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sascnvn.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cnvc90.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_drv.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/dcyc2.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/moninshoc.f -INFOGot CAPS from environment variable: /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_9/FV3/ccpp/physics/ccpp_FV3_GFS_2017_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_9/FV3/ccpp/physics/ccpp_FV3_GFS_2017_time_vary_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_9/FV3/ccpp/physics/ccpp_FV3_GFS_2017_radiation_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_9/FV3/ccpp/physics/ccpp_FV3_GFS_2017_physics_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_9/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stochastics_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_9/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_9/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_fast_physics_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_9/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_time_vary_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_9/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_radiation_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_9/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_physics_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_9/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_stochastics_cap.F90 -Force 64 bits in CCPP_layer -Build WW3: - run: /usr/bin/gmake WW3_PARCOMPN=4 WW3_COMP=hera ww3_nems - in: /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model/esmf - +Selected physics package: gfs + +Force 64 bits in gfsphysics +Force 64 bits in ipd +Force 64 bits in stochastic_physics -- Configuring done -- Generating done --- Build files have been written to: /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_9 +-- Build files have been written to: /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/tests/build_fv3_4 + make -j 8 -Scanning dependencies of target ww3_nems Scanning dependencies of target fv3cpl -Scanning dependencies of target ccpp -[ 0%] Building Fortran object FV3/cpl/CMakeFiles/fv3cpl.dir/module_cap_cpl.F90.o -[ 0%] Building Fortran object FV3/ccpp/framework/src/CMakeFiles/ccpp.dir/ccpp_errors.F90.o -[ 0%] Building Fortran object FV3/cpl/CMakeFiles/fv3cpl.dir/module_cplfields.F90.o -[ 0%] Building Fortran object FV3/ccpp/framework/src/CMakeFiles/ccpp.dir/ccpp_types.F90.o -[ 1%] Building Fortran object FV3/ccpp/framework/src/CMakeFiles/ccpp.dir/ccpp.F90.o +[ 1%] Building Fortran object FV3/cpl/CMakeFiles/fv3cpl.dir/module_cplfields.F90.o +[ 1%] Building Fortran object FV3/cpl/CMakeFiles/fv3cpl.dir/module_cap_cpl.F90.o Scanning dependencies of target fms -[ 1%] Building Fortran object CMakeFiles/fms.dir/FMS/platform/platform.F90.o -[ 1%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_parameter.F90.o -[ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_core.F90.o +[ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/platform/platform.F90.o +[ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_parameter.F90.o [ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_input.F90.o -[ 2%] Building Fortran object FV3/ccpp/framework/src/CMakeFiles/ccpp.dir/ccpp_api.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. +[ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_core.F90.o +[ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/cloud_interpolator.F90.o +Scanning dependencies of target gfsphysics +[ 2%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/machine.F.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. @@ -57247,171 +3916,248 @@ Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/cloud_interpolator.F90.o -[ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_io.F90.o -[ 2%] Linking Fortran static library libccpp.a +[ 3%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/co2hc.f.o +[ 3%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_composition.f.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 2%] Built target ccpp -[ 3%] Building Fortran object CMakeFiles/fms.dir/FMS/random_numbers/MersenneTwister.F90.o -[ 3%] Building Fortran object CMakeFiles/fms.dir/FMS/constants/constants.F90.o -[ 3%] Building Fortran object CMakeFiles/fms.dir/FMS/sat_vapor_pres/sat_vapor_pres_k.F90.o -[ 3%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_data.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 4%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp.F90.o +[ 4%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/efield.f.o +[ 5%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/wam_f107_kp_mod.f90.o [ 5%] Linking Fortran static library libfv3cpl.a +[ 5%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_io.F90.o +[ 5%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mersenne_twister.f.o +[ 5%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/GFDL_parse_tracers.F90.o [ 5%] Built target fv3cpl -Scanning dependencies of target ccppphys -[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mersenne_twister.f.o -[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFDL_parse_tracers.F90.o -[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_mp_radar.F90.o -[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/iounitdef.f.o -[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/machine.F.o -[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/namelist_soilveg_ruc.F90.o -[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/namelist_soilveg.f.o -[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_noahmp_glacier.f90.o -[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_noahmplsm.f90.o -[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/noahmp_tables.f90.o -[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_soil_pre.F90.o -[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/physcons.F90.o -[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/aerclm_def.F.o -[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/physparam.f.o +[ 5%] Building Fortran object CMakeFiles/fms.dir/FMS/random_numbers/MersenneTwister.F90.o +[ 6%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/iounitdef.f.o +[ 7%] Building Fortran object CMakeFiles/fms.dir/FMS/sat_vapor_pres/sat_vapor_pres_k.F90.o +[ 7%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/namelist_soilveg.f.o +[ 7%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_wrf_utl.f90.o +[ 7%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/noahmp_tables.f90.o +[ 7%] Building Fortran object CMakeFiles/fms.dir/FMS/constants/constants.F90.o +[ 8%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_data.F90.o +[ 8%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_mp_radar.F90.o +[ 8%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/physcons.F90.o +[ 8%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/date_def.f.o +[ 9%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/progtm_module.f.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/h2o_def.f.o -[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/iccn_def.F.o -[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/micro_mg_utils.F90.o -[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozne_def.f.o -[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/surface_perturbation.F90.o -[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_deep.F90.o -[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_gfdl_cloud_microphys.F90.o -[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gfs_phy_tracer_config.F.o -[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radcons.f90.o -[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/set_soilveg.f.o -[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MP_FER_HIRES.F90.o -[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_BL_MYJPBL.F90.o -[ 8%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_mp_thompson.F90.o -[ 8%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/date_def.f.o -[ 9%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gwdps.f.o -[ 10%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/set_soilveg_ruc.F90.o -[ 10%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_ruclsm.F90.o -[ 11%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_post.F90.o -[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_SF_JSFC.F90.o -[ 13%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cnvc90.f.o -[ 13%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_DCNV_generic.F90.o -[ 14%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_GWD_generic.F90.o -[ 14%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_efp.F90.o +[ 9%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/aerclm_def.f.o +[ 9%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2o_def.f.o +[ 9%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/physparam.f.o +[ 10%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ozne_def.f.o +[ 10%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp.F90.o +[ 10%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gfs_phy_tracer_config.F.o +[ 10%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/surface_perturbation.F90.o +[ 10%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_sf_noahmp_glacier.f90.o +[ 11%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_sf_noahmplsm.f90.o +[ 11%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/iccn_def.f.o +[ 12%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/micro_mg_utils.F90.o +mpp_comm_mpi.inc(1386): #warning: macro redefined: MPP_TYPE_ +mpp_comm_mpi.inc(1387): #warning: macro redefined: MPI_TYPE_ +mpp_comm_mpi.inc(1390): #warning: macro redefined: MPP_TYPE_CREATE_ +mpp_comm_mpi.inc(1391): #warning: macro redefined: MPP_TYPE_ +mpp_comm_mpi.inc(1392): #warning: macro redefined: MPI_TYPE_ +mpp_comm_mpi.inc(1395): #warning: macro redefined: MPP_TYPE_CREATE_ +mpp_comm_mpi.inc(1396): #warning: macro redefined: MPP_TYPE_ +mpp_comm_mpi.inc(1397): #warning: macro redefined: MPI_TYPE_ +mpp_comm_mpi.inc(1400): #warning: macro redefined: MPP_TYPE_CREATE_ +mpp_comm_mpi.inc(1401): #warning: macro redefined: MPP_TYPE_ +mpp_comm_mpi.inc(1402): #warning: macro redefined: MPI_TYPE_ +mpp_comm_mpi.inc(1405): #warning: macro redefined: MPP_TYPE_CREATE_ +mpp_comm_mpi.inc(1406): #warning: macro redefined: MPP_TYPE_ +mpp_comm_mpi.inc(1407): #warning: macro redefined: MPI_TYPE_ +mpp_comm_mpi.inc(1410): #warning: macro redefined: MPP_TYPE_CREATE_ +mpp_comm_mpi.inc(1411): #warning: macro redefined: MPP_TYPE_ +mpp_comm_mpi.inc(1412): #warning: macro redefined: MPI_TYPE_ +[ 12%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gfdl_cloud_microphys.F90.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/tracer_const_h.f.o +[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/funcphys.f90.o +[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_ugwp_initialize.F90.o +[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radlw_param.f.o +[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radsw_param.f.o +[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_astronomy.f.o +[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_surface.f.o +[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_nst_parameters.f90.o +[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/aer_cloud.F.o +[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_mp_thompson_gfs.F90.o +[ 15%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_mp_wsm6_fv3.F90.o +[ 15%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/get_prs_fv3.f90.o +[ 16%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_cice.f.o +[ 16%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_diff.f.o +[ 16%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_ugwp_module.F90.o +[ 16%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/rascnvv2.f.o +[ 16%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_aerosols.f.o +[ 16%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_bfmicrophysics.f.o +[ 16%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_gases.f.o +[ 17%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radlw_datatb.f.o +[ 18%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radsw_datatb.f.o +[ 18%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_nst_water_prop.f90.o +[ 18%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/wv_saturation.F.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 14%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_memutils.F90.o -[ 15%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_pset.F90.o -[ 15%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_type.F90.o -[ 15%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_MP_generic.F90.o -[ 15%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/gradient.F90.o +[ 19%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cs_conv.F90.o +[ 19%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_efp.F90.o +[ 19%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_memutils.F90.o +[ 20%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_pset.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 16%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_PBL_generic.F90.o -[ 16%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_SCNV_generic.F90.o -[ 16%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_domains.F90.o -[ 16%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_composites.F90.o -[ 17%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_loop_control.F90.o -[ 17%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/maximum_hourly_diagnostics.F90.o -[ 17%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rayleigh_damp.f.o -[ 18%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozphys.f.o -[ 19%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_diag_post.F90.o -[ 19%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_diff.f.o -[ 19%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_stochastics.F90.o -[ 19%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/__/__/gfsphysics/CCPP_layer/CCPP_typedefs.F90.o -[ 19%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/funcphys.f90.o -[ 20%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radlw_param.f.o -[ 20%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radsw_param.f.o -[ 21%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_nst_parameters.f90.o -[ 21%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_bl_mynn.F90.o -[ 21%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_initialize.F90.o -[ 21%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_astronomy.f.o -[ 21%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_surface.f.o +[ 20%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_diag.f.o +[ 21%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_type.F90.o +[ 22%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_drv.f.o +[ 23%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/gradient.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 21%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/samfaerosols.F.o -[ 22%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/aerinterp.F90.o -[ 22%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/h2ointerp.f90.o -[ 23%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/iccninterp.F90.o -[ 23%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozinterp.f90.o -[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_mp_thompson_make_number_concentrations.F90.o -[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/aer_cloud.F.o -[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_sh.F90.o -[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/get_prs_fv3.F90.o -[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_generic.F90.o -[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gfdl_fv_sat_adj.F90.o -[ 25%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gfdl_cloud_microphys.F90.o -[ 25%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/wv_saturation.F.o -[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/__/__/gfsphysics/GFS_layer/GFS_typedefs.F90.o -[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radsw_datatb.f.o -[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_aerosols.f.o -[ 27%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_nst_water_prop.f90.o -[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_bfmicrophysics.f.o -[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_module.F90.o -[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_gases.f.o -[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_mynn.F90.o -[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radlw_datatb.f.o -[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/moninedmf.f.o -[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/samfdeepcnv.f.o -[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_drv.f.o -[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/samfshalcnv.f.o -[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_diag.f.o -[ 30%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_sice.f.o -[ 30%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gscond.f.o -[ 30%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/precpd.f.o -[ 30%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_time_vary_pre.fv3.F90.o -[ 30%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_gfdlmp_fast_physics_cap.F90.o -[ 31%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_clouds.f.o -[ 31%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radlw_main.f.o -[ 32%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_nst_model.f90.o -[ 32%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cldmacro.F.o -[ 32%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radsw_main.f.o -[ 32%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cldwat2m_micro.F.o -[ 32%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_io.F90.o -[ 32%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_comm.F90.o +[ 23%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_ocean.f.o +[ 24%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_sice.f.o +[ 24%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_domains.F90.o +[ 25%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_clouds.f.o +[ 25%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radsw_main.f.o +[ 25%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_nst_model.f90.o +[ 25%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cldmacro.F.o +[ 25%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/micro_mg2_0.F90.o +[ 26%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cldwat2m_micro.F.o +[ 26%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/micro_mg3_0.F90.o +[ 26%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_typedefs.F90.o +[ 26%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radlw_main.f.o +[ 26%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_nst.f.o +[ 26%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_diagnostics.F90.o +[ 26%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_physics_driver.F90.o +[ 27%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_radiation_driver.F90.o +[ 27%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_driver.F90.o +[ 27%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_restart.F90.o +[ 28%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_abstraction_layer.F90.o +[ 29%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2oc.f.o +[ 29%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_solar_heating.f.o +[ 29%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_tracer.f.o +[ 30%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ideaca.f.o +[ 30%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfcsub.F.o +[ 30%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ugwp_driver_v0.f.o +[ 30%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cnvc90.f.o +[ 30%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/dcyc2.f.o +[ 30%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/dcyc2.pre.rad.f.o +[ 30%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/get_prs.f.o +[ 30%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gocart_tracer_config_stub.f.o +[ 31%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gscond.f.o +[ 31%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gscondp.f.o +[ 31%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gwdc.f.o +[ 32%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gwdps.f.o +[ 32%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_orowam2017.f.o +[ 32%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2ohdc.f.o +[ 32%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2ophys.f.o +[ 32%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_co2.f.o +[ 32%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_dissipation.f.o +[ 33%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_h2o.f.o +[ 33%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_ion.f.o +[ 33%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_o2_o3.f.o +[ 34%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_phys.f.o +[ 34%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/lrgsclr.f.o +[ 34%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfpbl.f.o +[ 35%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfpblt.f.o +[ 35%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfpbltq.f.o +[ 35%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfscu.f.o +[ 35%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninedmf.f.o +[ 36%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfscuq.f.o +[ 36%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninedmf_hafs.f.o +[ 37%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninp.f.o +[ 37%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninp1.f.o +[ 37%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninq.f.o +[ 38%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninq1.f.o +[ 38%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninshoc.f.o +[ 38%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mstadb.f.o +[ 39%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mstadbtn.f.o +[ 39%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mstadbtn2.f.o +[ 39%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mstcnv.f.o +[ 40%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ozphys.f.o +[ 40%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/precpd.f.o +[ 40%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ozphys_2015.f.o +[ 41%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/precpd_shoc.f.o +[ 41%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/precpdp.f.o +[ 41%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/rad_initialize.f.o +[ 41%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/progt2.f.o +[ 42%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/rayleigh_damp.f.o +[ 42%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/rayleigh_damp_mesopause.f.o +[ 42%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/samfaerosols.f.o +[ 43%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/samfdeepcnv.f.o +[ 43%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/samfshalcnv.f.o +[ 43%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sascnv.f.o +[ 43%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sascnvn.f.o +[ 44%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/satmedmfvdif.f.o +[ 44%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/satmedmfvdifq.f.o +[ 44%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/set_soilveg.f.o +[ 44%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_noahmp_drv.f.o +[ 44%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sflx.f.o +[ 44%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcnv.f.o +[ 45%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcv.f.o +[ 45%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcv_1lyr.f.o +[ 45%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcv_fixdp.f.o +[ 45%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcv_opr.f.o +[ 45%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/tridi2t3.f.o +[ 45%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/calpreciptype.f90.o +[ 45%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gcm_shoc.f90.o +[ 46%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2ointerp.f90.o +[ 47%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ozinterp.f90.o +[ 47%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/iccninterp.f90.o +[ 47%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/aerinterp.f90.o +[ 48%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/num_parthds.F.o +[ 49%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gcycle.F90.o +[ 50%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_ugwp_utils.F90.o +[ 50%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_ugwp_triggers.F90.o +[ 50%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_ugwp_solvers.F90.o +[ 50%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_vert_lsatdis.F90.o +[ 51%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_vert_orodis.F90.o +[ 51%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_vert_wmsdis.F90.o +[ 51%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/m_micro_driver.F90.o +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 52%] Linking Fortran static library libgfsphysics.a +[ 53%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_comm.F90.o +[ 53%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_io.F90.o Compiling in MPI mode (with or without MPP) Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 32%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/micro_mg2_0.F90.o +[ 53%] Built target gfsphysics +Scanning dependencies of target ipd +[ 53%] Building Fortran object FV3/ipd/CMakeFiles/ipd.dir/IPD_typedefs.F90.o +[ 53%] Building Fortran object FV3/ipd/CMakeFiles/ipd.dir/IPD_driver.F90.o +[ 53%] Linking Fortran static library libipd.a +[ 53%] Built target ipd Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 32%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/micro_mg3_0.F90.o -[ 32%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp.F90.o -[ 32%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_nst.f.o -[ 32%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_setup.F90.o -[ 32%] Building Fortran object CMakeFiles/fms.dir/FMS/memutils/memutils.F90.o -[ 33%] Building Fortran object CMakeFiles/fms.dir/FMS/fms/fms_io.F90.o +[ 53%] Building Fortran object CMakeFiles/fms.dir/FMS/fms/fms_io.F90.o +[ 53%] Building Fortran object CMakeFiles/fms.dir/FMS/memutils/memutils.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 33%] Building Fortran object CMakeFiles/fms.dir/FMS/fms/fms.F90.o -[ 33%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bicubic.F90.o -[ 34%] Building Fortran object CMakeFiles/fms.dir/FMS/time_manager/time_manager.F90.o -[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_spherical.F90.o -[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_conserve.F90.o -[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bilinear.F90.o -[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/axis_utils/axis_utils.F90.o +[ 54%] Building Fortran object CMakeFiles/fms.dir/FMS/fms/fms.F90.o +[ 54%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_conserve.F90.o +[ 54%] Building Fortran object CMakeFiles/fms.dir/FMS/time_manager/time_manager.F90.o +[ 54%] Building Fortran object CMakeFiles/fms.dir/FMS/axis_utils/axis_utils.F90.o +[ 54%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_spherical.F90.o +[ 54%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_grid.F90.o +[ 54%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bicubic.F90.o +[ 54%] Building Fortran object CMakeFiles/fms.dir/FMS/field_manager/field_manager.F90.o +[ 55%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bilinear.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. @@ -57420,352 +4166,238 @@ Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 36%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_grid.F90.o -[ 36%] Building Fortran object CMakeFiles/fms.dir/FMS/field_manager/field_manager.F90.o +[ 56%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/mosaic.F90.o +[ 56%] Building Fortran object CMakeFiles/fms.dir/FMS/topography/gaussian_topog.F90.o +[ 56%] Building Fortran object CMakeFiles/fms.dir/FMS/time_manager/get_cal_time.F90.o +[ 57%] Building Fortran object CMakeFiles/fms.dir/FMS/time_interp/time_interp.F90.o +[ 57%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_data.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 37%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/mosaic.F90.o -[ 37%] Building Fortran object CMakeFiles/fms.dir/FMS/topography/gaussian_topog.F90.o -[ 37%] Building Fortran object CMakeFiles/fms.dir/FMS/time_manager/get_cal_time.F90.o -[ 37%] Building Fortran object CMakeFiles/fms.dir/FMS/time_interp/time_interp.F90.o -[ 37%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_data.F90.o -[ 38%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_types.F90.o +[ 58%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_types.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 38%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_axis.F90.o -[ 38%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_manifest.F90.o -[ 38%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/xbt_drop_rate_adjust.f90.o -[ 38%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/write_ocean_data.F90.o +[ 58%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp.F90.o +[ 58%] Building Fortran object CMakeFiles/fms.dir/FMS/field_manager/fm_util.F90.o +[ 60%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_axis.F90.o +[ 60%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_manifest.F90.o +[ 60%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/write_ocean_data.F90.o +[ 60%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/xbt_drop_rate_adjust.f90.o +[ 60%] Building Fortran object CMakeFiles/fms.dir/FMS/time_interp/time_interp_external.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 38%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_output.F90.o -[ 38%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp.F90.o -[ 38%] Building Fortran object CMakeFiles/fms.dir/FMS/field_manager/fm_util.F90.o +[ 60%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_output.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 38%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_util.F90.o -[ 38%] Building Fortran object CMakeFiles/fms.dir/FMS/time_interp/time_interp_external.F90.o +[ 61%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_util.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. +[ 61%] Building Fortran object CMakeFiles/fms.dir/FMS/data_override/data_override.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 39%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_table.F90.o -[ 39%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_manager.F90.o +[ 61%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_table.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 39%] Building Fortran object CMakeFiles/fms.dir/FMS/data_override/data_override.F90.o +[ 61%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_manager.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 39%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/coupler_types.F90.o -[ 39%] Building Fortran object CMakeFiles/fms.dir/FMS/exchange/stock_constants.F90.o -[ 39%] Built target ww3_nems -[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/astronomy/astronomy.F90.o -[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/amip_interp/amip_interp.F90.o -[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/block_control/block_control.F90.o -[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/column_diagnostics/column_diagnostics.F90.o -[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/atmos_ocean_fluxes.F90.o -[ 42%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/ensemble_manager.F90.o -[ 42%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters.F90.o +[ 61%] Building Fortran object CMakeFiles/fms.dir/FMS/exchange/stock_constants.F90.o +[ 62%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/coupler_types.F90.o +[ 62%] Building Fortran object CMakeFiles/fms.dir/FMS/astronomy/astronomy.F90.o +[ 63%] Building Fortran object CMakeFiles/fms.dir/FMS/block_control/block_control.F90.o +[ 63%] Building Fortran object CMakeFiles/fms.dir/FMS/amip_interp/amip_interp.F90.o +[ 64%] Building Fortran object CMakeFiles/fms.dir/FMS/column_diagnostics/column_diagnostics.F90.o +[ 64%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/atmos_ocean_fluxes.F90.o +[ 64%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/ensemble_manager.F90.o +[ 65%] Building Fortran object CMakeFiles/fms.dir/FMS/exchange/xgrid.F90.o +[ 65%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. +[ 65%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft.F90.o +[ 66%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft99.F90.o +[ 66%] Building Fortran object CMakeFiles/fms.dir/FMS/interpolator/interpolator.F90.o +[ 66%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/grid.F90.o +[ 66%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_utilities.F90.o +[ 66%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core.F90.o +[ 66%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core_ecda.F90.o +[ 66%] Building Fortran object CMakeFiles/fms.dir/FMS/random_numbers/random_numbers.F90.o Compiling in MPI mode (with or without MPP) Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 42%] Building Fortran object CMakeFiles/fms.dir/FMS/exchange/xgrid.F90.o -[ 43%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft.F90.o -[ 43%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft99.F90.o +[ 66%] Building Fortran object CMakeFiles/fms.dir/FMS/sat_vapor_pres/sat_vapor_pres.F90.o +[ 66%] Building Fortran object CMakeFiles/fms.dir/FMS/station_data/station_data.F90.o +[ 66%] Building Fortran object CMakeFiles/fms.dir/FMS/topography/topography.F90.o +[ 66%] Building Fortran object CMakeFiles/fms.dir/FMS/tracer_manager/tracer_manager.F90.o +[ 66%] Building Fortran object CMakeFiles/fms.dir/FMS/tridiagonal/tridiagonal.F90.o +[ 67%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/quicksort.F90.o +[ 68%] Building C object CMakeFiles/fms.dir/FMS/memutils/memuse.c.o +[ 68%] Building C object CMakeFiles/fms.dir/FMS/mosaic/create_xgrid.c.o +[ 68%] Building C object CMakeFiles/fms.dir/FMS/mosaic/gradient_c2l.c.o +[ 69%] Building C object CMakeFiles/fms.dir/FMS/mosaic/interp.c.o +[ 69%] Building C object CMakeFiles/fms.dir/FMS/mosaic/mosaic_util.c.o +[ 69%] Building C object CMakeFiles/fms.dir/FMS/mosaic/read_mosaic.c.o +[ 69%] Building C object CMakeFiles/fms.dir/FMS/affinity/affinity.c.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 44%] Building Fortran object CMakeFiles/fms.dir/FMS/interpolator/interpolator.F90.o -[ 44%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/grid.F90.o -[ 44%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_utilities.F90.o -[ 44%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core.F90.o -[ 44%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core_ecda.F90.o -[ 44%] Building Fortran object CMakeFiles/fms.dir/FMS/random_numbers/random_numbers.F90.o +[ 70%] Building C object CMakeFiles/fms.dir/FMS/mpp/nsclock.c.o +[ 70%] Building C object CMakeFiles/fms.dir/FMS/mpp/threadloc.c.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 44%] Building Fortran object CMakeFiles/fms.dir/FMS/sat_vapor_pres/sat_vapor_pres.F90.o -[ 45%] Building Fortran object CMakeFiles/fms.dir/FMS/station_data/station_data.F90.o -[ 46%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/dcyc2.f.o -[ 46%] Building Fortran object CMakeFiles/fms.dir/FMS/topography/topography.F90.o -[ 47%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_suite_interstitial.F90.o -[ 47%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_post.F90.o -[ 47%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_pre.F90.o -[ 48%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rrtmg_lw_post.F90.o -[ 48%] Building Fortran object CMakeFiles/fms.dir/FMS/tracer_manager/tracer_manager.F90.o -[ 49%] Building Fortran object CMakeFiles/fms.dir/FMS/tridiagonal/tridiagonal.F90.o -[ 50%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/quicksort.F90.o -[ 50%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rrtmg_lw_pre.F90.o -[ 50%] Building C object CMakeFiles/fms.dir/FMS/memutils/memuse.c.o -[ 50%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rrtmg_sw_post.F90.o -[ 50%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rrtmg_sw_pre.F90.o -[ 50%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_stochastics_cap.F90.o -[ 50%] Building C object CMakeFiles/fms.dir/FMS/mosaic/create_xgrid.c.o -[ 50%] Building C object CMakeFiles/fms.dir/FMS/mosaic/gradient_c2l.c.o -[ 51%] Building C object CMakeFiles/fms.dir/FMS/mosaic/interp.c.o -[ 51%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_phys_time_vary.fv3.F90.o -[ 51%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_rad_time_vary.fv3.F90.o -[ 51%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_gfdlmp_stochastics_cap.F90.o -[ 51%] Building C object CMakeFiles/fms.dir/FMS/mosaic/mosaic_util.c.o -[ 51%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_physics_cap.F90.o -[ 51%] Building C object CMakeFiles/fms.dir/FMS/mosaic/read_mosaic.c.o -[ 52%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_gfdlmp_physics_cap.F90.o -[ 52%] Building C object CMakeFiles/fms.dir/FMS/affinity/affinity.c.o -[ 53%] Building C object CMakeFiles/fms.dir/FMS/mpp/nsclock.c.o -[ 53%] Building C object CMakeFiles/fms.dir/FMS/mpp/threadloc.c.o -[ 53%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_radiation_cap.F90.o -[ 53%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_gfdlmp_radiation_cap.F90.o -[ 54%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_time_vary_cap.F90.o -[ 54%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_gfdlmp_time_vary_cap.F90.o -[ 54%] Linking Fortran static library FMS/libfms.a -[ 54%] Built target fms -[ 54%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_cap.F90.o -[ 55%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_gfdlmp_cap.F90.o -[ 55%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_debug.F90.o -[ 55%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_suite_init_finalize_test.F90.o -[ 55%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cs_conv_aw_adj.F90.o -[ 55%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver.F90.o -[ 56%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver_post.F90.o -[ 56%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cs_conv.F90.o -[ 56%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver_pre.F90.o -[ 56%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke.F90.o -[ 56%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke_post.F90.o -[ 56%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke_pre.F90.o -[ 56%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/drag_suite.F90.o -[ 56%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gcm_shoc.F90.o -[ 56%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gwdc.f.o -[ 56%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/h2ophys.f.o -[ 56%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/lsm_ruc_sfc_sice_interstitial.F90.o -[ 56%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/m_micro.F90.o -[ 56%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/m_micro_interstitial.F90.o -[ 56%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYJPBL_wrapper.F90.o -[ 56%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYJSFC_wrapper.F90.o -[ 56%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNPBL_wrapper.F90.o -[ 57%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNSFC_wrapper.F90.o -[ 57%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNrad_post.F90.o -[ 57%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNrad_pre.F90.o -[ 57%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/moninshoc.f.o -[ 58%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_fer_hires.F90.o -[ 58%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_thompson.F90.o -[ 58%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_thompson_post.F90.o -[ 58%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_thompson_pre.F90.o -[ 58%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/multi_gases.F90.o -[ 58%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozphys_2015.f.o -[ 58%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sascnvn.F.o -[ 58%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/satmedmfvdif.F.o -[ 60%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/satmedmfvdifq.F.o -[ 60%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_cice.f.o -[ 60%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_drv_ruc.F90.o -[ 60%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_noahmp_drv.f.o -[ 60%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_ocean.F.o -[ 61%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfcsub.F.o -[ 61%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/shalcnv.F.o -[ 61%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/shinhongvdif.F90.o -[ 61%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ugwp_driver_v0.F.o -[ 62%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ysuvdif.F90.o -[ 62%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/calpreciptype.f90.o -[ 62%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gcycle.F90.o -[ 63%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gocart_tracer_config_stub.f.o -[ 64%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfpbl.f.o -[ 64%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_triggers.F90.o -[ 65%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_solvers.F90.o -[ 65%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_utils.F90.o -[ 65%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_orowam2017.f.o -[ 65%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_vert_lsatdis.F90.o -[ 66%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_vert_orodis.F90.o -[ 66%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_vert_wmsdis.F90.o -[ 66%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfpblt.f.o -[ 67%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfpbltq.f.o -[ 67%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfscu.f.o -[ 67%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfscuq.f.o -[ 68%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/num_parthds.F.o -[ 68%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sflx.f.o -[ 68%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/tridi.f.o -[ 68%] Linking Fortran static library libccppphys.a -[ 68%] Built target ccppphys -Scanning dependencies of target gfsphysics -[ 68%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/namelist_soilveg.f.o -[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mersenne_twister.f.o -[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/machine.F.o -[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/GFDL_parse_tracers.F90.o -[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/physparam.f.o -[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/CCPP_layer/CCPP_typedefs.F90.o -[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/physcons.F90.o -[ 70%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radsw_param.f.o -[ 70%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radlw_param.f.o -[ 70%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_typedefs.F90.o -[ 72%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_diagnostics.F90.o -[ 72%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/CCPP_layer/CCPP_data.F90.o -[ 72%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_driver.F90.o -[ 72%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_restart.F90.o -[ 72%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_abstraction_layer.F90.o -[ 72%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/__/ccpp/physics/ccpp_static_api.F90.o -[ 72%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/noahmp_tables.f90.o -[ 72%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/set_soilveg.f.o -[ 72%] Linking Fortran static library libgfsphysics.a -[ 72%] Built target gfsphysics -Scanning dependencies of target ipd -Scanning dependencies of target ccppdriver -[ 72%] Building Fortran object FV3/ccpp/driver/CMakeFiles/ccppdriver.dir/CCPP_driver.F90.o -[ 72%] Building Fortran object FV3/ipd/CMakeFiles/ipd.dir/IPD_typedefs.F90.o -[ 72%] Building Fortran object FV3/ipd/CMakeFiles/ipd.dir/IPD_driver.F90.o -[ 73%] Linking Fortran static library libccppdriver.a -[ 73%] Built target ccppdriver -[ 74%] Linking Fortran static library libipd.a -[ 74%] Built target ipd +[ 70%] Linking Fortran static library FMS/libfms.a +[ 70%] Built target fms Scanning dependencies of target io -[ 75%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_fv3_io_def.F90.o -[ 75%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_internal_state.F90.o Scanning dependencies of target fv3core -[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_arrays.F90.o -[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/external_sst.F90.o -[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/sim_nc_mod.F90.o -[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_fill.F90.o -[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/DYCORE_typedefs.F90.o -[ 76%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_nemsio.F90.o -[ 76%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_netcdf.F90.o +[ 70%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_fv3_io_def.F90.o +[ 70%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_internal_state.F90.o +[ 71%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/external_sst.F90.o +[ 73%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_fill.F90.o +[ 73%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_arrays.F90.o +[ 73%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/DYCORE_typedefs.F90.o +[ 73%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/sim_nc_mod.F90.o +[ 73%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_nemsio.F90.o +[ 74%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_netcdf.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 76%] Building Fortran object FV3/io/CMakeFiles/io.dir/post_gfs.F90.o -[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/sorted_index.F90.o -[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_mp_mod.F90.o -[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_timing.F90.o -[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_eta.F90.o -[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_sg.F90.o -[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/boundary.F90.o -[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_grid_utils.F90.o +[ 74%] Building Fortran object FV3/io/CMakeFiles/io.dir/post_gfs.F90.o +[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_mp_mod.F90.o +[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/sorted_index.F90.o +[ 75%] Building Fortran object FV3/io/CMakeFiles/io.dir/FV3GFS_io.F90.o +[ 76%] Building Fortran object FV3/io/CMakeFiles/io.dir/ffsync.F90.o +[ 76%] Building Fortran object FV3/io/CMakeFiles/io.dir/post_nems_routines.F90.o +[ 76%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_wrt_grid_comp.F90.o +[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_timing.F90.o +[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_eta.F90.o +[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_cmp.F90.o +[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_sg.F90.o +[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/boundary.F90.o +[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_grid_utils.F90.o +[ 77%] Linking Fortran static library libio.a +[ 77%] Built target io Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 77%] Building Fortran object FV3/io/CMakeFiles/io.dir/FV3GFS_io.F90.o -[ 77%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_wrt_grid_comp.F90.o -[ 78%] Building Fortran object FV3/io/CMakeFiles/io.dir/ffsync.F90.o -[ 79%] Building Fortran object FV3/io/CMakeFiles/io.dir/post_nems_routines.F90.o +[ 78%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/init_hydro.F90.o +[ 79%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_mapz.F90.o [ 79%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/a2b_edge.F90.o -[ 80%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/tp_core.F90.o -[ 80%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_surf_map.F90.o -[ 80%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_mapz.F90.o -[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_grid_tools.F90.o -[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/init_hydro.F90.o -[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_treat_da_inc.F90.o -[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/sw_core.F90.o -[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_diagnostics.F90.o -[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_io.F90.o -[ 82%] Linking Fortran static library libio.a -[ 82%] Built target io -[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_iau_mod.F90.o -[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/nh_utils.F90.o -[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/nh_core.F90.o -[ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_nudge.F90.o -[ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_regional_bc.F90.o -[ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/test_cases.F90.o -[ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/fv_nggps_diag.F90.o -[ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_tracer2d.F90.o -[ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_update_phys.F90.o -[ 85%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/dyn_core.F90.o -[ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/external_ic.F90.o -[ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_restart.F90.o -[ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_nesting.F90.o -[ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_control.F90.o -[ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_dynamics.F90.o -[ 87%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/atmosphere.F90.o -[ 87%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/multi_gases.F90.o +[ 79%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/tp_core.F90.o +[ 79%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_treat_da_inc.F90.o +[ 79%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_surf_map.F90.o +[ 79%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_grid_tools.F90.o +[ 79%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/sw_core.F90.o +[ 79%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_iau_mod.F90.o +[ 79%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/nh_utils.F90.o +[ 79%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_diagnostics.F90.o +[ 80%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_io.F90.o +[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/nh_core.F90.o +[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_regional_bc.F90.o +[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_nudge.F90.o +[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/test_cases.F90.o +[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/fv_nggps_diag.F90.o +[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_tracer2d.F90.o +[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_update_phys.F90.o +[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/dyn_core.F90.o +[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/external_ic.F90.o +[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_restart.F90.o +[ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_control.F90.o +[ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_nesting.F90.o +[ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_dynamics.F90.o +[ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/atmosphere.F90.o +[ 85%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/multi_gases.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 87%] Linking Fortran static library libfv3core.a -[ 87%] Built target fv3core +[ 85%] Linking Fortran static library libfv3core.a +[ 85%] Built target fv3core Scanning dependencies of target stochastic_physics -[ 87%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_resol_def.f.o -[ 87%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/update_ca.f90.o +[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/glats_stochy.f.o +[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_resol_def.f.o [ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/spectral_layout.F90.o [ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_gg_def.f.o [ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_layout_lag.f.o -[ 89%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/glats_stochy.f.o -[ 89%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_namelist_def.F90.o -[ 90%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/compns_stochy.F90.o -[ 90%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/get_lats_node_a_stochy.f.o -[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/epslon_stochy.f.o -[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/setlats_lag_stochy.f.o -[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/get_ls_node_stochy.f.o -[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/gozrineo_stochy.f.o -[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/pln2eo_stochy.f.o -[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/setlats_a_stochy.f.o -[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_internal_state_mod.F90.o -[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/dezouv_stochy.f.o -[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/dozeuv_stochy.f.o -[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_patterngenerator.F90.o -[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/four_to_grid_stochy.F.o -[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/sumfln_stochy.f.o -[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/getcon_lag_stochy.f.o -[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/getcon_spectral.F90.o -[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/initialize_spectral_mod.F90.o -[ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_data_mod.F90.o -[ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/get_stochy_pattern.F90.o -[ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochastic_physics.F90.o +[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/update_ca.f90.o +[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_namelist_def.F90.o +[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/compns_stochy.F90.o +[ 89%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/get_ls_node_stochy.f.o +[ 89%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/gozrineo_stochy.f.o +[ 89%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/get_lats_node_a_stochy.f.o +[ 89%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/setlats_lag_stochy.f.o +[ 89%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/epslon_stochy.f.o +[ 89%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/pln2eo_stochy.f.o +[ 90%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/setlats_a_stochy.f.o +[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_internal_state_mod.F90.o +[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/dezouv_stochy.f.o +[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/dozeuv_stochy.f.o +[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/four_to_grid_stochy.F.o +[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_patterngenerator.F90.o +[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/sumfln_stochy.f.o +[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/getcon_lag_stochy.f.o +[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/getcon_spectral.F90.o +[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/initialize_spectral_mod.F90.o +[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_data_mod.F90.o +[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/get_stochy_pattern.F90.o +[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochastic_physics.F90.o +[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/plumes.f90.o [ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/cellular_automata.f90.o -[ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/plumes.f90.o [ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/num_parthds_stochy.f.o [ 95%] Linking Fortran static library libstochastic_physics.a [ 95%] Built target stochastic_physics Scanning dependencies of target fv3cap [ 95%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/module_fv3_config.F90.o -[ 95%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/atmos_model.F90.o -[ 95%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/module_fcst_grid_comp.F90.o -[ 96%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/time_utils.F90.o -[ 96%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/fv3_cap.F90.o +[ 96%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/atmos_model.F90.o +[ 97%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/module_fcst_grid_comp.F90.o +[ 97%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/fv3_cap.F90.o +[ 97%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/time_utils.F90.o [ 97%] Linking Fortran static library libfv3cap.a [ 97%] Built target fv3cap Scanning dependencies of target NEMS.exe +[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_UTILS.F90.o +[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_MEDIATOR_SpaceWeather.F90.o +[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_MEDIATOR_methods.F90.o +[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_INTERNAL_STATE.F90.o [ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_EARTH_INTERNAL_STATE.F90.o -[ 98%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_MEDIATOR_methods.F90.o -[ 98%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_MEDIATOR_SpaceWeather.F90.o -[ 98%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/ENS_Cpl/ENS_CplComp_ESMFMod_STUB.F90.o -[ 98%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_UTILS.F90.o -[ 99%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_Rusage.F90.o -[ 99%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_INTERNAL_STATE.F90.o -[100%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_MEDIATOR.F90.o -[100%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_EARTH_GRID_COMP.F90.o -[100%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_GRID_COMP.F90.o -[100%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/MAIN_NEMS.F90.o +[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/ENS_Cpl/ENS_CplComp_ESMFMod_STUB.F90.o +[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_Rusage.F90.o +[ 98%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_MEDIATOR.F90.o +[ 99%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_EARTH_GRID_COMP.F90.o +[ 99%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_GRID_COMP.F90.o +[ 99%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/MAIN_NEMS.F90.o [100%] Building C object CMakeFiles/NEMS.exe.dir/NEMS/src/nems_c_rusage.c.o [100%] Linking Fortran executable NEMS.exe /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/lib/libjasper_v1.900.1.a(jas_stream.o): In function `jas_stream_tmpfile': jas_stream.c:(.text+0x7a7): warning: the use of `tmpnam' is dangerous, better use `mkstemp' [100%] Built target NEMS.exe -+ mv NEMS.exe ../fv3_9.exe -+ cp /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/hera.intel/fv3 ../modules.fv3_9 ++ mv NEMS.exe ../fv3_4.exe ++ cp /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/hera.intel/fv3 ../modules.fv3_4 + cd .. + '[' YES = YES ']' -+ rm -rf build_fv3_9 -+ elapsed=546 -+ echo 'Elapsed time 546 seconds. Compiling REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_gfdlmp WW3=Y finished' -Elapsed time 546 seconds. Compiling REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_gfdlmp WW3=Y finished ++ rm -rf build_fv3_4 ++ elapsed=244 ++ echo 'Elapsed time 244 seconds. Compiling 32BIT=Y DEBUG=Y finished' +Elapsed time 244 seconds. Compiling 32BIT=Y DEBUG=Y finished diff --git a/tests/Compile_wcoss_cray.log b/tests/Compile_wcoss_cray.log index 8fd57aaab8..226e8620db 100644 --- a/tests/Compile_wcoss_cray.log +++ b/tests/Compile_wcoss_cray.log @@ -1,14 +1,14 @@ + SECONDS=0 -+++ readlink -f /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/compile_cmake.sh -++ dirname /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/compile_cmake.sh -+ readonly MYDIR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests -+ MYDIR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests ++++ readlink -f /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/tests/compile_cmake.sh +++ dirname /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/tests/compile_cmake.sh ++ readonly MYDIR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/tests ++ MYDIR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/tests + readonly ARGC=4 + ARGC=4 -+ cd /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests ++ cd /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/tests + [[ 4 -eq 0 ]] + [[ 4 -lt 2 ]] -+ PATHTR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model ++ PATHTR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model + MACHINE_ID=wcoss_cray + MAKE_OPT= + BUILD_NAME=fv3_1 @@ -19,8 +19,8 @@ + [[ wcoss_cray == wcoss_dell_p3 ]] + MAKE_THREADS=8 + hostname -llogin1 -+ cd /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests +llogin2 ++ cd /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/tests + echo 'Compiling into fv3_1.exe on wcoss_cray' Compiling into fv3_1.exe on wcoss_cray + '[' YES = YES ']' @@ -40,13 +40,13 @@ Compiling into fv3_1.exe on wcoss_cray ++ var= ++ echo -n '' + CCPP_CMAKE_FLAGS= -+ source /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc -++ __ms_function_name=setup__test_function__22548 -++ eval 'setup__test_function__22548() { /bin/true ; }' ++ source /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc +++ __ms_function_name=setup__test_function__44053 +++ eval 'setup__test_function__44053() { /bin/true ; }' +++ eval '__text="text" ; if [[ $__text =~ ^(t).* ]] ; then printf "%s" ${.sh.match[1]} ; fi' +++ cat ++ __ms_ksh_test= -+++ eval 'if ( set | grep setup__test_function__22548 | grep -v name > /dev/null 2>&1 ) ; then echo t ; fi ' ++++ eval 'if ( set | grep setup__test_function__44053 | grep -v name > /dev/null 2>&1 ) ; then echo t ; fi ' +++ cat ++ __ms_bash_test=t ++ [[ ! -z '' ]] @@ -70,15 +70,17 @@ fv3(74):ERROR:105: Unable to locate a modulefile for 'w3emc/2.3.1' fv3(75):ERROR:105: Unable to locate a modulefile for 'nemsio/2.2.4' fv3(78):ERROR:105: Unable to locate a modulefile for 'post/8.0.1' fv3(19):ERROR:105: Unable to locate a modulefile for 'esmf/8.0.0' -++ eval INFOPATH=/usr/local/info:/usr/share/info:/usr/info ';export' 'INFOPATH;MANPATH=/opt/cray/share/man:/usr/local/man:/usr/share/man:/opt/cray/share/man:/cm/local/apps/environment-modules/current/share/man' ';export' 'MANPATH;MODULEPATH=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_cray:/usrx/local/emc_rocoto/modulefiles:/usrx/local/dev/modulefiles:/usrx/local/prod/modulefiles:/gpfs/hps/nco/ops/nwprod/lib/modulefiles:/gpfs/hps/nco/ops/nwprod/modulefiles:/opt/cray/alt-modulefiles:/opt/cray/craype/default/alt-modulefiles:/opt/modulefiles' ';export' 'MODULEPATH;PATH=/u/Dusan.Jovic/bin:/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/X11R6/bin:/usr/games:/opt/bin:/usr/lib/mit/bin:/usr/lib/mit/sbin:/sbin:/usr/sbin:.:/usr/lib/qt3/bin:/u/Dusan.Jovic/bin:/gpfs/hps3/emc/meso/noscrub/Dusan.Jovic/dbrowse' ';export' 'PATH;unset' 'ATP_HOME;unset' 'ATP_MRNET_COMM_PATH;unset' 'ATP_POST_LINK_OPTS;unset' 'BACIO_LIB4;unset' 'BACIO_LIB8;unset' 'BACIO_SRC;unset' 'BACIO_VER;unset' 'CMAKE_CXX_COMPILER;unset' 'CMAKE_C_COMPILER;unset' 'CMAKE_Fortran_COMPILER;unset' 'CMAKE_Platform;unset' 'COMP;unset' 'CPATH;unset' 'CRAYOS_VERSION;unset' 'CRAYPE_DIR;unset' 'CRAYPE_NETWORK_TARGET;unset' 'CRAYPE_VERSION;unset' 'CRAY_ALPS_INCLUDE_OPTS;unset' 'CRAY_ALPS_POST_LINK_OPTS;unset' 'CRAY_CPU_TARGET;unset' 'CRAY_DMAPP_INCLUDE_OPTS;unset' 'CRAY_DMAPP_POST_LINK_OPTS;unset' 'CRAY_GNI_HEADERS_INCLUDE_OPTS;unset' 'CRAY_HDF5_DIR;unset' 'CRAY_HDF5_VERSION;unset' 'CRAY_LD_LIBRARY_PATH;unset' 'CRAY_LIBSCI_BASE_DIR;unset' 'CRAY_LIBSCI_DIR;unset' 'CRAY_LIBSCI_PREFIX_DIR;unset' 'CRAY_LIBSCI_VERSION;unset' 'CRAY_NETCDF_VERSION;unset' 'CRAY_PE_MODULES;unset' 'CRAY_PMI_INCLUDE_OPTS;unset' 'CRAY_PMI_POST_LINK_OPTS;unset' 'CRAY_PRE_COMPILE_OPTS;unset' 'CRAY_PRGENVINTEL;unset' 'CRAY_RCA_INCLUDE_OPTS;unset' 'CRAY_RCA_POST_LINK_OPTS;unset' 'CRAY_UDREG_INCLUDE_OPTS;unset' 'CRAY_UDREG_POST_LINK_OPTS;unset' 'CRAY_UGNI_INCLUDE_OPTS;unset' 'CRAY_UGNI_POST_LINK_OPTS;unset' 'CRAY_XPMEM_INCLUDE_OPTS;unset' 'CRAY_XPMEM_POST_LINK_OPTS;unset' 'CRTM_FIX;unset' 'CRTM_INC;unset' 'CRTM_LIB;unset' 'CRTM_SRC;unset' 'CRTM_VER;unset' 'DMAPP_ABORT_ON_ERROR;unset' 'DVS_INCLUDE_OPTS;unset' 'DVS_VERSION;unset' 'ECF_HOSTFILE;unset' 'ECF_PORT;unset' 'ECF_ROOT;unset' 'ESMFMKFILE;unset' 'G2TMPL_INC;unset' 'G2TMPL_LIB;unset' 'G2TMPL_SRC;unset' 'G2TMPL_VER;unset' 'G2_INC4;unset' 'G2_INCd;unset' 'G2_LIB4;unset' 'G2_LIBd;unset' 'G2_SRC;unset' 'G2_VER;unset' 'GCC_PATH;unset' 'GCC_VERSION;unset' 'GDBSERVER_MIC;unset' 'GDB_CROSS;unset' 'GDB_HOST;unset' 'GNU_VERSION;unset' 'HDF5_DIR;unset' 'HDF5_INCLUDE_OPTS;unset' 'HDF5_ROOT;unset' 'INTEL_LICENSE_FILE;unset' 'INTEL_MAJOR_VERSION;unset' 'INTEL_MINOR_VERSION;unset' 'INTEL_PATH;unset' 'INTEL_PYTHONHOME;unset' 'INTEL_VERSION;unset' 'IPPROOT;unset' 'IP_INC4;unset' 'IP_INC8;unset' 'IP_INCd;unset' 'IP_LIB4;unset' 'IP_LIB8;unset' 'IP_LIBd;unset' 'IP_SRC;unset' 'IP_VER;unset' 'JASPER_INC;unset' 'JASPER_LIB;unset' 'JASPER_LIBDIR;unset' 'JASPER_LIBl;unset' 'JASPER_SRC;unset' 'JASPER_VER;unset' 'LD_LIBRARY_PATH;unset' 'LIBRARY_PATH;unset' 'LIBSCI_BASE_DIR;unset' 'LIBSCI_VERSION;unset' 'LIB_NAME;unset' 'LOADEDMODULES;unset' 'LSF_BINDIR;unset' 'LSF_ENVDIR;unset' 'LSF_LIBDIR;unset' 'LSF_SERVERDIR;unset' 'MIC_LD_LIBRARY_PATH;unset' 'MIC_LIBRARY_PATH;unset' 'MKLROOT;unset' 'MPICH_ABORT_ON_ERROR;unset' 'MPM_LAUNCHER;unset' 'NEMSIO_INC;unset' 'NEMSIO_LIB;unset' 'NEMSIO_SRC;unset' 'NEMSIO_VER;unset' 'NETCDF_DIR;unset' 'NLSPATH;unset' 'PE_CRAY_DEFAULT_FIXED_PKGCONFIG_PATH;unset' 'PE_CRAY_FIXED_PKGCONFIG_PATH;unset' 'PE_CXX_PKGCONFIG_LIBS;unset' 'PE_ENV;unset' 'PE_FFTW_DEFAULT_REQUIRED_PRODUCTS;unset' 'PE_FFTW_DEFAULT_TARGET_haswell;unset' 'PE_FFTW_DEFAULT_TARGET_interlagos;unset' 'PE_FFTW_DEFAULT_TARGET_sandybridge;unset' 'PE_FFTW_DEFAULT_TARGET_x86_64;unset' 'PE_FFTW_DEFAULT_VOLATILE_PKGCONFIG_PATH;unset' 'PE_FORTRAN_PKGCONFIG_LIBS;unset' 'PE_GA_DEFAULT_FIXED_PRGENV;unset' 'PE_GA_DEFAULT_GENCOMPS_GNU;unset' 'PE_GA_DEFAULT_VOLATILE_PKGCONFIG_PATH;unset' 'PE_GA_DEFAULT_VOLATILE_PRGENV;unset' 'PE_HDF5_CXX_PKGCONFIG_LIBS;unset' 'PE_HDF5_DEFAULT_FIXED_PRGENV;unset' 'PE_HDF5_DEFAULT_GENCOMPS_GNU;unset' 'PE_HDF5_DEFAULT_VOLATILE_PKGCONFIG_PATH;unset' 'PE_HDF5_DEFAULT_VOLATILE_PRGENV;unset' 'PE_HDF5_DIR;unset' 'PE_HDF5_FIXED_PRGENV;unset' 'PE_HDF5_FORTRAN_PKGCONFIG_LIBS;unset' 'PE_HDF5_GENCOMPILERS_GNU;unset' 'PE_HDF5_GENCOMPS_GNU;unset' 'PE_HDF5_MODULE_NAME;unset' 'PE_HDF5_PARALLEL_DEFAULT_FIXED_PRGENV;unset' 'PE_HDF5_PARALLEL_DEFAULT_GENCOMPS_GNU;unset' 'PE_HDF5_PARALLEL_DEFAULT_REQUIRED_PRODUCTS;unset' 'PE_HDF5_PARALLEL_DEFAULT_VOLATILE_PKGCONFIG_PATH;unset' 'PE_HDF5_PARALLEL_DEFAULT_VOLATILE_PRGENV;unset' 'PE_HDF5_PKGCONFIG_LIBS;unset' 'PE_HDF5_VOLATILE_PKGCONFIG_PATH;unset' 'PE_HDF5_VOLATILE_PRGENV;unset' 'PE_INTEL_DEFAULT_FIXED_PKGCONFIG_PATH;unset' 'PE_INTEL_FIXED_PKGCONFIG_PATH;unset' 'PE_LIBSCI_DEFAULT_GENCOMPS_CRAY_x86_64;unset' 'PE_LIBSCI_DEFAULT_GENCOMPS_GNU_x86_64;unset' 'PE_LIBSCI_DEFAULT_GENCOMPS_INTEL_x86_64;unset' 'PE_LIBSCI_DEFAULT_OMP_REQUIRES;unset' 'PE_LIBSCI_DEFAULT_OMP_REQUIRES_openmp;unset' 'PE_LIBSCI_DEFAULT_PKGCONFIG_VARIABLES;unset' 'PE_LIBSCI_DEFAULT_REQUIRED_PRODUCTS;unset' 'PE_LIBSCI_DEFAULT_VOLATILE_PKGCONFIG_PATH;unset' 'PE_LIBSCI_DEFAULT_VOLATILE_PRGENV;unset' 'PE_LIBSCI_GENCOMPS_CRAY_x86_64;unset' 'PE_LIBSCI_GENCOMPS_GNU_x86_64;unset' 'PE_LIBSCI_GENCOMPS_INTEL_x86_64;unset' 'PE_LIBSCI_MODULE_NAME;unset' 'PE_LIBSCI_OMP_REQUIRES;unset' 'PE_LIBSCI_OMP_REQUIRES_openmp;unset' 'PE_LIBSCI_PKGCONFIG_LIBS;unset' 'PE_LIBSCI_PKGCONFIG_VARIABLES;unset' 'PE_LIBSCI_REQUIRED_PRODUCTS;unset' 'PE_LIBSCI_VOLATILE_PKGCONFIG_PATH;unset' 'PE_LIBSCI_VOLATILE_PRGENV;unset' 'PE_MPICH_DEFAULT_DIR_CRAY_DEFAULT64;unset' 'PE_MPICH_DEFAULT_FIXED_PRGENV;unset' 'PE_MPICH_DEFAULT_GENCOMPS_CRAY;unset' 'PE_MPICH_DEFAULT_GENCOMPS_GNU;unset' 'PE_MPICH_DEFAULT_VOLATILE_PKGCONFIG_PATH;unset' 'PE_MPICH_DEFAULT_VOLATILE_PRGENV;unset' 'PE_MPICH_MULTITHREADED_LIBS_multithreaded;unset' 'PE_MPICH_NV_LIBS;unset' 'PE_MPICH_NV_LIBS_nvidia20;unset' 'PE_MPICH_NV_LIBS_nvidia35;unset' 'PE_MPICH_PKGCONFIG_VARIABLES;unset' 'PE_MPICH_TARGET_VAR_nvidia20;unset' 'PE_MPICH_TARGET_VAR_nvidia35;unset' 'PE_NETCDF_BASEDIR;unset' 'PE_NETCDF_CXX_PKGCONFIG_LIBS;unset' 'PE_NETCDF_DEFAULT_FIXED_PRGENV;unset' 'PE_NETCDF_DEFAULT_GENCOMPS_GNU;unset' 'PE_NETCDF_DEFAULT_REQUIRED_PRODUCTS;unset' 'PE_NETCDF_DEFAULT_VOLATILE_PKGCONFIG_PATH;unset' 'PE_NETCDF_DEFAULT_VOLATILE_PRGENV;unset' 'PE_NETCDF_FIXED_PRGENV;unset' 'PE_NETCDF_FORTRAN_PKGCONFIG_LIBS;unset' 'PE_NETCDF_GENCOMPILERS_GNU;unset' 'PE_NETCDF_GENCOMPS_GNU;unset' 'PE_NETCDF_HDF5PARALLEL_DEFAULT_FIXED_PRGENV;unset' 'PE_NETCDF_HDF5PARALLEL_DEFAULT_GENCOMPS_GNU;unset' 'PE_NETCDF_HDF5PARALLEL_DEFAULT_REQUIRED_PRODUCTS;unset' 'PE_NETCDF_HDF5PARALLEL_DEFAULT_VOLATILE_PKGCONFIG_PATH;unset' 'PE_NETCDF_HDF5PARALLEL_DEFAULT_VOLATILE_PRGENV;unset' 'PE_NETCDF_MODULE_NAME;unset' 'PE_NETCDF_PKGCONFIG_LIBS;unset' 'PE_NETCDF_REQUIRED_PRODUCTS;unset' 'PE_NETCDF_VOLATILE_PKGCONFIG_PATH;unset' 'PE_NETCDF_VOLATILE_PRGENV;unset' 'PE_PAPI_DEFAULT_ACCEL_LIBS;unset' 'PE_PAPI_DEFAULT_ACCEL_LIBS_nvidia35;unset' 'PE_PAPI_DEFAULT_PKGCONFIG_VARIABLES;unset' 'PE_PAPI_DEFAULT_TARGET_VAR_nvidia35;unset' 'PE_PARALLEL_NETCDF_DEFAULT_FIXED_PRGENV;unset' 'PE_PARALLEL_NETCDF_DEFAULT_GENCOMPILERS_GNU;unset' 'PE_PARALLEL_NETCDF_DEFAULT_GENCOMPS_GNU;unset' 'PE_PARALLEL_NETCDF_DEFAULT_VOLATILE_PKGCONFIG_PATH;unset' 'PE_PARALLEL_NETCDF_DEFAULT_VOLATILE_PRGENV;unset' 'PE_PETSC_DEFAULT_GENCOMPS_CRAY_haswell;unset' 'PE_PETSC_DEFAULT_GENCOMPS_CRAY_interlagos;unset' 'PE_PETSC_DEFAULT_GENCOMPS_CRAY_sandybridge;unset' 'PE_PETSC_DEFAULT_GENCOMPS_CRAY_x86_64;unset' 'PE_PETSC_DEFAULT_GENCOMPS_GNU_haswell;unset' 'PE_PETSC_DEFAULT_GENCOMPS_GNU_interlagos;unset' 'PE_PETSC_DEFAULT_GENCOMPS_GNU_sandybridge;unset' 'PE_PETSC_DEFAULT_GENCOMPS_GNU_x86_64;unset' 'PE_PETSC_DEFAULT_GENCOMPS_INTEL_haswell;unset' 'PE_PETSC_DEFAULT_GENCOMPS_INTEL_interlagos;unset' 'PE_PETSC_DEFAULT_GENCOMPS_INTEL_sandybridge;unset' 'PE_PETSC_DEFAULT_GENCOMPS_INTEL_x86_64;unset' 'PE_PETSC_DEFAULT_REQUIRED_PRODUCTS;unset' 'PE_PETSC_DEFAULT_VOLATILE_PKGCONFIG_PATH;unset' 'PE_PETSC_DEFAULT_VOLATILE_PRGENV;unset' 'PE_PKGCONFIG_DEFAULT_PRODUCTS;unset' 'PE_PKGCONFIG_LIBS;unset' 'PE_PKGCONFIG_PRODUCTS;unset' 'PE_PKGCONFIG_PRODUCTS_DEFAULT;unset' 'PE_PKG_CONFIG_PATH;unset' 'PE_PRODUCT_LIST;unset' 'PE_SMA_DIR_CRAY_DEFAULT64;unset' 'PE_SMA_DIR_PGI_DEFAULT64;unset' 'PE_SMA_VOLATILE_PKGCONFIG_PATH;unset' 'PE_TPSL_DEFAULT_GENCOMPS_CRAY_haswell;unset' 'PE_TPSL_DEFAULT_GENCOMPS_CRAY_interlagos;unset' 'PE_TPSL_DEFAULT_GENCOMPS_CRAY_sandybridge;unset' 'PE_TPSL_DEFAULT_GENCOMPS_CRAY_x86_64;unset' 'PE_TPSL_DEFAULT_GENCOMPS_GNU_haswell;unset' 'PE_TPSL_DEFAULT_GENCOMPS_GNU_interlagos;unset' 'PE_TPSL_DEFAULT_GENCOMPS_GNU_sandybridge;unset' 'PE_TPSL_DEFAULT_GENCOMPS_GNU_x86_64;unset' 'PE_TPSL_DEFAULT_GENCOMPS_INTEL_haswell;unset' 'PE_TPSL_DEFAULT_GENCOMPS_INTEL_interlagos;unset' 'PE_TPSL_DEFAULT_GENCOMPS_INTEL_sandybridge;unset' 'PE_TPSL_DEFAULT_GENCOMPS_INTEL_x86_64;unset' 'PE_TPSL_DEFAULT_REQUIRED_PRODUCTS;unset' 'PE_TPSL_DEFAULT_VOLATILE_PKGCONFIG_PATH;unset' 'PE_TPSL_DEFAULT_VOLATILE_PRGENV;unset' 'PE_TRILINOS_DEFAULT_GENCOMPS_CRAY_x86_64;unset' 'PE_TRILINOS_DEFAULT_GENCOMPS_GNU_x86_64;unset' 'PE_TRILINOS_DEFAULT_GENCOMPS_INTEL_x86_64;unset' 'PE_TRILINOS_DEFAULT_REQUIRED_PRODUCTS;unset' 'PE_TRILINOS_DEFAULT_VOLATILE_PKGCONFIG_PATH;unset' 'PE_TRILINOS_DEFAULT_VOLATILE_PRGENV;unset' 'PKGCONFIG_ENABLED;unset' 'PKG_CONFIG_PATH;unset' 'PKG_CONFIG_PATH_DEFAULT;unset' 'PNG_INC;unset' 'PNG_LIB;unset' 'PNG_LIB12;unset' 'PNG_LIBDIR;unset' 'PNG_LIBso;unset' 'PNG_SRC;unset' 'PNG_VER;unset' 'POST_INC;unset' 'POST_LIB;unset' 'POST_SRC;unset' 'POST_VER;unset' 'PYTHONPATH;unset' 'QT_PLUGIN_PATH;unset' 'SHMEM_ABORT_ON_ERROR;unset' 'SLURM_PROLOG;unset' 'SP_LIB4;unset' 'SP_LIB8;unset' 'SP_LIBd;unset' 'SP_SRC;unset' 'SP_VER;unset' 'TBBROOT;unset' 'W3EMC_INC4;unset' 'W3EMC_INC8;unset' 'W3EMC_INCd;unset' 'W3EMC_LIB4;unset' 'W3EMC_LIB8;unset' 'W3EMC_LIBd;unset' 'W3EMC_SRC;unset' 'W3EMC_VER;unset' 'W3NCO_INC4;unset' 'W3NCO_INC8;unset' 'W3NCO_INCd;unset' 'W3NCO_LIB4;unset' 'W3NCO_LIB8;unset' 'W3NCO_LIBd;unset' 'W3NCO_SRC;unset' 'W3NCO_VER;unset' 'XLSF_UIDDIR;unset' 'XTOS_VERSION;unset' 'XTPE_NETWORK_TARGET;unset' 'Z_INC;unset' 'Z_LIB;unset' 'Z_SRC;unset' 'Z_VER;unset' '_LMFILES_;' +++ eval INFOPATH=/usr/local/info:/usr/share/info:/usr/info ';export' 'INFOPATH;MANPATH=/opt/cray/share/man:/usr/local/man:/usr/share/man:/opt/cray/share/man:/cm/local/apps/environment-modules/current/share/man' ';export' 'MANPATH;MODULEPATH=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/wcoss_cray:/usrx/local/emc_rocoto/modulefiles:/usrx/local/dev/modulefiles:/usrx/local/prod/modulefiles:/gpfs/hps/nco/ops/nwprod/lib/modulefiles:/gpfs/hps/nco/ops/nwprod/modulefiles:/opt/cray/alt-modulefiles:/opt/cray/craype/default/alt-modulefiles:/opt/modulefiles' ';export' 'MODULEPATH;PATH=/u/Dusan.Jovic/bin:/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/X11R6/bin:/usr/games:/opt/bin:/usr/lib/mit/bin:/usr/lib/mit/sbin:/sbin:/usr/sbin:.:/usr/lib/qt3/bin:/u/Dusan.Jovic/bin:/gpfs/hps3/emc/meso/noscrub/Dusan.Jovic/dbrowse' ';export' 'PATH;PE_HDF5_DEFAULT_REQUIRED_PRODUCTS=PE_MPICH' ';export' 'PE_HDF5_DEFAULT_REQUIRED_PRODUCTS;unset' 'ATP_HOME;unset' 'ATP_MRNET_COMM_PATH;unset' 'ATP_POST_LINK_OPTS;unset' 'BACIO_LIB4;unset' 'BACIO_LIB8;unset' 'BACIO_SRC;unset' 'BACIO_VER;unset' 'CMAKE_CXX_COMPILER;unset' 'CMAKE_C_COMPILER;unset' 'CMAKE_Fortran_COMPILER;unset' 'CMAKE_Platform;unset' 'COMP;unset' 'CPATH;unset' 'CRAYOS_VERSION;unset' 'CRAYPE_DIR;unset' 'CRAYPE_NETWORK_TARGET;unset' 'CRAYPE_VERSION;unset' 'CRAY_ALPS_INCLUDE_OPTS;unset' 'CRAY_ALPS_POST_LINK_OPTS;unset' 'CRAY_CPU_TARGET;unset' 'CRAY_DMAPP_INCLUDE_OPTS;unset' 'CRAY_DMAPP_POST_LINK_OPTS;unset' 'CRAY_GNI_HEADERS_INCLUDE_OPTS;unset' 'CRAY_HDF5_DIR;unset' 'CRAY_HDF5_VERSION;unset' 'CRAY_LD_LIBRARY_PATH;unset' 'CRAY_LIBSCI_BASE_DIR;unset' 'CRAY_LIBSCI_DIR;unset' 'CRAY_LIBSCI_PREFIX_DIR;unset' 'CRAY_LIBSCI_VERSION;unset' 'CRAY_NETCDF_VERSION;unset' 'CRAY_PE_MODULES;unset' 'CRAY_PMI_INCLUDE_OPTS;unset' 'CRAY_PMI_POST_LINK_OPTS;unset' 'CRAY_PRE_COMPILE_OPTS;unset' 'CRAY_PRGENVINTEL;unset' 'CRAY_RCA_INCLUDE_OPTS;unset' 'CRAY_RCA_POST_LINK_OPTS;unset' 'CRAY_UDREG_INCLUDE_OPTS;unset' 'CRAY_UDREG_POST_LINK_OPTS;unset' 'CRAY_UGNI_INCLUDE_OPTS;unset' 'CRAY_UGNI_POST_LINK_OPTS;unset' 'CRAY_XPMEM_INCLUDE_OPTS;unset' 'CRAY_XPMEM_POST_LINK_OPTS;unset' 'CRTM_FIX;unset' 'CRTM_INC;unset' 'CRTM_LIB;unset' 'CRTM_SRC;unset' 'CRTM_VER;unset' 'DMAPP_ABORT_ON_ERROR;unset' 'DVS_INCLUDE_OPTS;unset' 'DVS_VERSION;unset' 'ECF_HOSTFILE;unset' 'ECF_PORT;unset' 'ECF_ROOT;unset' 'ESMFMKFILE;unset' 'G2TMPL_INC;unset' 'G2TMPL_LIB;unset' 'G2TMPL_SRC;unset' 'G2TMPL_VER;unset' 'G2_INC4;unset' 'G2_INCd;unset' 'G2_LIB4;unset' 'G2_LIBd;unset' 'G2_SRC;unset' 'G2_VER;unset' 'GCC_PATH;unset' 'GCC_VERSION;unset' 'GDBSERVER_MIC;unset' 'GDB_CROSS;unset' 'GDB_HOST;unset' 'GNU_VERSION;unset' 'HDF5_DIR;unset' 'HDF5_INCLUDE_OPTS;unset' 'HDF5_ROOT;unset' 'INTEL_LICENSE_FILE;unset' 'INTEL_MAJOR_VERSION;unset' 'INTEL_MINOR_VERSION;unset' 'INTEL_PATH;unset' 'INTEL_PYTHONHOME;unset' 'INTEL_VERSION;unset' 'IPPROOT;unset' 'IP_INC4;unset' 'IP_INC8;unset' 'IP_INCd;unset' 'IP_LIB4;unset' 'IP_LIB8;unset' 'IP_LIBd;unset' 'IP_SRC;unset' 'IP_VER;unset' 'JASPER_INC;unset' 'JASPER_LIB;unset' 'JASPER_LIBDIR;unset' 'JASPER_LIBl;unset' 'JASPER_SRC;unset' 'JASPER_VER;unset' 'LD_LIBRARY_PATH;unset' 'LIBRARY_PATH;unset' 'LIBSCI_BASE_DIR;unset' 'LIBSCI_VERSION;unset' 'LIB_NAME;unset' 'LOADEDMODULES;unset' 'LSF_BINDIR;unset' 'LSF_ENVDIR;unset' 'LSF_LIBDIR;unset' 'LSF_SERVERDIR;unset' 'MIC_LD_LIBRARY_PATH;unset' 'MIC_LIBRARY_PATH;unset' 'MKLROOT;unset' 'MPICH_ABORT_ON_ERROR;unset' 'MPM_LAUNCHER;unset' 'NEMSIO_INC;unset' 'NEMSIO_LIB;unset' 'NEMSIO_SRC;unset' 'NEMSIO_VER;unset' 'NETCDF_DIR;unset' 'NLSPATH;unset' 'PE_CRAY_DEFAULT_FIXED_PKGCONFIG_PATH;unset' 'PE_CRAY_FIXED_PKGCONFIG_PATH;unset' 'PE_CXX_PKGCONFIG_LIBS;unset' 'PE_ENV;unset' 'PE_FFTW_DEFAULT_REQUIRED_PRODUCTS;unset' 'PE_FFTW_DEFAULT_TARGET_haswell;unset' 'PE_FFTW_DEFAULT_TARGET_interlagos;unset' 'PE_FFTW_DEFAULT_TARGET_sandybridge;unset' 'PE_FFTW_DEFAULT_TARGET_x86_64;unset' 'PE_FFTW_DEFAULT_VOLATILE_PKGCONFIG_PATH;unset' 'PE_FORTRAN_PKGCONFIG_LIBS;unset' 'PE_GA_DEFAULT_FIXED_PRGENV;unset' 'PE_GA_DEFAULT_GENCOMPS_GNU;unset' 'PE_GA_DEFAULT_VOLATILE_PKGCONFIG_PATH;unset' 'PE_GA_DEFAULT_VOLATILE_PRGENV;unset' 'PE_HDF5_CXX_PKGCONFIG_LIBS;unset' 'PE_HDF5_DEFAULT_FIXED_PRGENV;unset' 'PE_HDF5_DEFAULT_GENCOMPS_GNU;unset' 'PE_HDF5_DEFAULT_VOLATILE_PKGCONFIG_PATH;unset' 'PE_HDF5_DEFAULT_VOLATILE_PRGENV;unset' 'PE_HDF5_DIR;unset' 'PE_HDF5_FIXED_PRGENV;unset' 'PE_HDF5_FORTRAN_PKGCONFIG_LIBS;unset' 'PE_HDF5_GENCOMPILERS_GNU;unset' 'PE_HDF5_GENCOMPS_GNU;unset' 'PE_HDF5_MODULE_NAME;unset' 'PE_HDF5_PARALLEL_DEFAULT_FIXED_PRGENV;unset' 'PE_HDF5_PARALLEL_DEFAULT_GENCOMPS_GNU;unset' 'PE_HDF5_PARALLEL_DEFAULT_REQUIRED_PRODUCTS;unset' 'PE_HDF5_PARALLEL_DEFAULT_VOLATILE_PKGCONFIG_PATH;unset' 'PE_HDF5_PARALLEL_DEFAULT_VOLATILE_PRGENV;unset' 'PE_HDF5_PKGCONFIG_LIBS;unset' 'PE_HDF5_VOLATILE_PKGCONFIG_PATH;unset' 'PE_HDF5_VOLATILE_PRGENV;unset' 'PE_INTEL_DEFAULT_FIXED_PKGCONFIG_PATH;unset' 'PE_INTEL_FIXED_PKGCONFIG_PATH;unset' 'PE_LIBSCI_DEFAULT_GENCOMPS_CRAY_x86_64;unset' 'PE_LIBSCI_DEFAULT_GENCOMPS_GNU_x86_64;unset' 'PE_LIBSCI_DEFAULT_GENCOMPS_INTEL_x86_64;unset' 'PE_LIBSCI_DEFAULT_OMP_REQUIRES;unset' 'PE_LIBSCI_DEFAULT_OMP_REQUIRES_openmp;unset' 'PE_LIBSCI_DEFAULT_PKGCONFIG_VARIABLES;unset' 'PE_LIBSCI_DEFAULT_REQUIRED_PRODUCTS;unset' 'PE_LIBSCI_DEFAULT_VOLATILE_PKGCONFIG_PATH;unset' 'PE_LIBSCI_DEFAULT_VOLATILE_PRGENV;unset' 'PE_LIBSCI_GENCOMPS_CRAY_x86_64;unset' 'PE_LIBSCI_GENCOMPS_GNU_x86_64;unset' 'PE_LIBSCI_GENCOMPS_INTEL_x86_64;unset' 'PE_LIBSCI_MODULE_NAME;unset' 'PE_LIBSCI_OMP_REQUIRES;unset' 'PE_LIBSCI_OMP_REQUIRES_openmp;unset' 'PE_LIBSCI_PKGCONFIG_LIBS;unset' 'PE_LIBSCI_PKGCONFIG_VARIABLES;unset' 'PE_LIBSCI_REQUIRED_PRODUCTS;unset' 'PE_LIBSCI_VOLATILE_PKGCONFIG_PATH;unset' 'PE_LIBSCI_VOLATILE_PRGENV;unset' 'PE_MPICH_DEFAULT_DIR_CRAY_DEFAULT64;unset' 'PE_MPICH_DEFAULT_FIXED_PRGENV;unset' 'PE_MPICH_DEFAULT_GENCOMPS_CRAY;unset' 'PE_MPICH_DEFAULT_GENCOMPS_GNU;unset' 'PE_MPICH_DEFAULT_VOLATILE_PKGCONFIG_PATH;unset' 'PE_MPICH_DEFAULT_VOLATILE_PRGENV;unset' 'PE_MPICH_MULTITHREADED_LIBS_multithreaded;unset' 'PE_MPICH_NV_LIBS;unset' 'PE_MPICH_NV_LIBS_nvidia20;unset' 'PE_MPICH_NV_LIBS_nvidia35;unset' 'PE_MPICH_PKGCONFIG_VARIABLES;unset' 'PE_MPICH_TARGET_VAR_nvidia20;unset' 'PE_MPICH_TARGET_VAR_nvidia35;unset' 'PE_NETCDF_BASEDIR;unset' 'PE_NETCDF_CXX_PKGCONFIG_LIBS;unset' 'PE_NETCDF_DEFAULT_FIXED_PRGENV;unset' 'PE_NETCDF_DEFAULT_GENCOMPS_GNU;unset' 'PE_NETCDF_DEFAULT_REQUIRED_PRODUCTS;unset' 'PE_NETCDF_DEFAULT_VOLATILE_PKGCONFIG_PATH;unset' 'PE_NETCDF_DEFAULT_VOLATILE_PRGENV;unset' 'PE_NETCDF_FIXED_PRGENV;unset' 'PE_NETCDF_FORTRAN_PKGCONFIG_LIBS;unset' 'PE_NETCDF_GENCOMPILERS_GNU;unset' 'PE_NETCDF_GENCOMPS_GNU;unset' 'PE_NETCDF_HDF5PARALLEL_DEFAULT_FIXED_PRGENV;unset' 'PE_NETCDF_HDF5PARALLEL_DEFAULT_GENCOMPS_GNU;unset' 'PE_NETCDF_HDF5PARALLEL_DEFAULT_REQUIRED_PRODUCTS;unset' 'PE_NETCDF_HDF5PARALLEL_DEFAULT_VOLATILE_PKGCONFIG_PATH;unset' 'PE_NETCDF_HDF5PARALLEL_DEFAULT_VOLATILE_PRGENV;unset' 'PE_NETCDF_MODULE_NAME;unset' 'PE_NETCDF_PKGCONFIG_LIBS;unset' 'PE_NETCDF_REQUIRED_PRODUCTS;unset' 'PE_NETCDF_VOLATILE_PKGCONFIG_PATH;unset' 'PE_NETCDF_VOLATILE_PRGENV;unset' 'PE_PAPI_DEFAULT_ACCEL_LIBS;unset' 'PE_PAPI_DEFAULT_ACCEL_LIBS_nvidia35;unset' 'PE_PAPI_DEFAULT_PKGCONFIG_VARIABLES;unset' 'PE_PAPI_DEFAULT_TARGET_VAR_nvidia35;unset' 'PE_PARALLEL_NETCDF_DEFAULT_FIXED_PRGENV;unset' 'PE_PARALLEL_NETCDF_DEFAULT_GENCOMPILERS_GNU;unset' 'PE_PARALLEL_NETCDF_DEFAULT_GENCOMPS_GNU;unset' 'PE_PARALLEL_NETCDF_DEFAULT_VOLATILE_PKGCONFIG_PATH;unset' 'PE_PARALLEL_NETCDF_DEFAULT_VOLATILE_PRGENV;unset' 'PE_PETSC_DEFAULT_GENCOMPS_CRAY_haswell;unset' 'PE_PETSC_DEFAULT_GENCOMPS_CRAY_interlagos;unset' 'PE_PETSC_DEFAULT_GENCOMPS_CRAY_sandybridge;unset' 'PE_PETSC_DEFAULT_GENCOMPS_CRAY_x86_64;unset' 'PE_PETSC_DEFAULT_GENCOMPS_GNU_haswell;unset' 'PE_PETSC_DEFAULT_GENCOMPS_GNU_interlagos;unset' 'PE_PETSC_DEFAULT_GENCOMPS_GNU_sandybridge;unset' 'PE_PETSC_DEFAULT_GENCOMPS_GNU_x86_64;unset' 'PE_PETSC_DEFAULT_GENCOMPS_INTEL_haswell;unset' 'PE_PETSC_DEFAULT_GENCOMPS_INTEL_interlagos;unset' 'PE_PETSC_DEFAULT_GENCOMPS_INTEL_sandybridge;unset' 'PE_PETSC_DEFAULT_GENCOMPS_INTEL_x86_64;unset' 'PE_PETSC_DEFAULT_REQUIRED_PRODUCTS;unset' 'PE_PETSC_DEFAULT_VOLATILE_PKGCONFIG_PATH;unset' 'PE_PETSC_DEFAULT_VOLATILE_PRGENV;unset' 'PE_PKGCONFIG_DEFAULT_PRODUCTS;unset' 'PE_PKGCONFIG_LIBS;unset' 'PE_PKGCONFIG_PRODUCTS;unset' 'PE_PKGCONFIG_PRODUCTS_DEFAULT;unset' 'PE_PKG_CONFIG_PATH;unset' 'PE_PRODUCT_LIST;unset' 'PE_SMA_DIR_CRAY_DEFAULT64;unset' 'PE_SMA_DIR_PGI_DEFAULT64;unset' 'PE_SMA_VOLATILE_PKGCONFIG_PATH;unset' 'PE_TPSL_DEFAULT_GENCOMPS_CRAY_haswell;unset' 'PE_TPSL_DEFAULT_GENCOMPS_CRAY_interlagos;unset' 'PE_TPSL_DEFAULT_GENCOMPS_CRAY_sandybridge;unset' 'PE_TPSL_DEFAULT_GENCOMPS_CRAY_x86_64;unset' 'PE_TPSL_DEFAULT_GENCOMPS_GNU_haswell;unset' 'PE_TPSL_DEFAULT_GENCOMPS_GNU_interlagos;unset' 'PE_TPSL_DEFAULT_GENCOMPS_GNU_sandybridge;unset' 'PE_TPSL_DEFAULT_GENCOMPS_GNU_x86_64;unset' 'PE_TPSL_DEFAULT_GENCOMPS_INTEL_haswell;unset' 'PE_TPSL_DEFAULT_GENCOMPS_INTEL_interlagos;unset' 'PE_TPSL_DEFAULT_GENCOMPS_INTEL_sandybridge;unset' 'PE_TPSL_DEFAULT_GENCOMPS_INTEL_x86_64;unset' 'PE_TPSL_DEFAULT_REQUIRED_PRODUCTS;unset' 'PE_TPSL_DEFAULT_VOLATILE_PKGCONFIG_PATH;unset' 'PE_TPSL_DEFAULT_VOLATILE_PRGENV;unset' 'PE_TRILINOS_DEFAULT_GENCOMPS_CRAY_x86_64;unset' 'PE_TRILINOS_DEFAULT_GENCOMPS_GNU_x86_64;unset' 'PE_TRILINOS_DEFAULT_GENCOMPS_INTEL_x86_64;unset' 'PE_TRILINOS_DEFAULT_REQUIRED_PRODUCTS;unset' 'PE_TRILINOS_DEFAULT_VOLATILE_PKGCONFIG_PATH;unset' 'PE_TRILINOS_DEFAULT_VOLATILE_PRGENV;unset' 'PKGCONFIG_ENABLED;unset' 'PKG_CONFIG_PATH;unset' 'PKG_CONFIG_PATH_DEFAULT;unset' 'PNG_INC;unset' 'PNG_LIB;unset' 'PNG_LIB12;unset' 'PNG_LIBDIR;unset' 'PNG_LIBso;unset' 'PNG_SRC;unset' 'PNG_VER;unset' 'POST_INC;unset' 'POST_LIB;unset' 'POST_SRC;unset' 'POST_VER;unset' 'PYTHONPATH;unset' 'QT_PLUGIN_PATH;unset' 'SHMEM_ABORT_ON_ERROR;unset' 'SLURM_PROLOG;unset' 'SP_LIB4;unset' 'SP_LIB8;unset' 'SP_LIBd;unset' 'SP_SRC;unset' 'SP_VER;unset' 'TBBROOT;unset' 'W3EMC_INC4;unset' 'W3EMC_INC8;unset' 'W3EMC_INCd;unset' 'W3EMC_LIB4;unset' 'W3EMC_LIB8;unset' 'W3EMC_LIBd;unset' 'W3EMC_SRC;unset' 'W3EMC_VER;unset' 'W3NCO_INC4;unset' 'W3NCO_INC8;unset' 'W3NCO_INCd;unset' 'W3NCO_LIB4;unset' 'W3NCO_LIB8;unset' 'W3NCO_LIBd;unset' 'W3NCO_SRC;unset' 'W3NCO_VER;unset' 'XLSF_UIDDIR;unset' 'XTOS_VERSION;unset' 'XTPE_NETWORK_TARGET;unset' 'Z_INC;unset' 'Z_LIB;unset' 'Z_SRC;unset' 'Z_VER;unset' '_LMFILES_;' +++ INFOPATH=/usr/local/info:/usr/share/info:/usr/info +++ export INFOPATH +++ MANPATH=/opt/cray/share/man:/usr/local/man:/usr/share/man:/opt/cray/share/man:/cm/local/apps/environment-modules/current/share/man +++ export MANPATH -+++ MODULEPATH=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_cray:/usrx/local/emc_rocoto/modulefiles:/usrx/local/dev/modulefiles:/usrx/local/prod/modulefiles:/gpfs/hps/nco/ops/nwprod/lib/modulefiles:/gpfs/hps/nco/ops/nwprod/modulefiles:/opt/cray/alt-modulefiles:/opt/cray/craype/default/alt-modulefiles:/opt/modulefiles ++++ MODULEPATH=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/wcoss_cray:/usrx/local/emc_rocoto/modulefiles:/usrx/local/dev/modulefiles:/usrx/local/prod/modulefiles:/gpfs/hps/nco/ops/nwprod/lib/modulefiles:/gpfs/hps/nco/ops/nwprod/modulefiles:/opt/cray/alt-modulefiles:/opt/cray/craype/default/alt-modulefiles:/opt/modulefiles +++ export MODULEPATH +++ PATH=/u/Dusan.Jovic/bin:/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/X11R6/bin:/usr/games:/opt/bin:/usr/lib/mit/bin:/usr/lib/mit/sbin:/sbin:/usr/sbin:.:/usr/lib/qt3/bin:/u/Dusan.Jovic/bin:/gpfs/hps3/emc/meso/noscrub/Dusan.Jovic/dbrowse +++ export PATH ++++ PE_HDF5_DEFAULT_REQUIRED_PRODUCTS=PE_MPICH ++++ export PE_HDF5_DEFAULT_REQUIRED_PRODUCTS +++ unset ATP_HOME +++ unset ATP_MRNET_COMM_PATH +++ unset ATP_POST_LINK_OPTS @@ -398,8 +400,8 @@ fv3(19):ERROR:105: Unable to locate a modulefile for 'esmf/8.0.0' ++ eval ++ module use /opt/cray/ari/modulefiles +++ /opt/modules/3.2.10.3/bin/modulecmd bash use /opt/cray/ari/modulefiles -++ eval MODULEPATH=/opt/cray/ari/modulefiles:/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_cray:/usrx/local/emc_rocoto/modulefiles:/usrx/local/dev/modulefiles:/usrx/local/prod/modulefiles:/gpfs/hps/nco/ops/nwprod/lib/modulefiles:/gpfs/hps/nco/ops/nwprod/modulefiles:/opt/cray/alt-modulefiles:/opt/cray/craype/default/alt-modulefiles:/opt/modulefiles ';export' 'MODULEPATH;' -+++ MODULEPATH=/opt/cray/ari/modulefiles:/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_cray:/usrx/local/emc_rocoto/modulefiles:/usrx/local/dev/modulefiles:/usrx/local/prod/modulefiles:/gpfs/hps/nco/ops/nwprod/lib/modulefiles:/gpfs/hps/nco/ops/nwprod/modulefiles:/opt/cray/alt-modulefiles:/opt/cray/craype/default/alt-modulefiles:/opt/modulefiles +++ eval MODULEPATH=/opt/cray/ari/modulefiles:/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/wcoss_cray:/usrx/local/emc_rocoto/modulefiles:/usrx/local/dev/modulefiles:/usrx/local/prod/modulefiles:/gpfs/hps/nco/ops/nwprod/lib/modulefiles:/gpfs/hps/nco/ops/nwprod/modulefiles:/opt/cray/alt-modulefiles:/opt/cray/craype/default/alt-modulefiles:/opt/modulefiles ';export' 'MODULEPATH;' ++++ MODULEPATH=/opt/cray/ari/modulefiles:/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/wcoss_cray:/usrx/local/emc_rocoto/modulefiles:/usrx/local/dev/modulefiles:/usrx/local/prod/modulefiles:/gpfs/hps/nco/ops/nwprod/lib/modulefiles:/gpfs/hps/nco/ops/nwprod/modulefiles:/opt/cray/alt-modulefiles:/opt/cray/craype/default/alt-modulefiles:/opt/modulefiles +++ export MODULEPATH ++ module use /opt/cray/craype/default/alt-modulefiles +++ /opt/modules/3.2.10.3/bin/modulecmd bash use /opt/cray/craype/default/alt-modulefiles @@ -419,16 +421,16 @@ fv3(19):ERROR:105: Unable to locate a modulefile for 'esmf/8.0.0' ++ unset __ms_shell ++ unset __ms_ksh_test ++ unset __ms_bash_test -++ unset setup__test_function__22548 +++ unset setup__test_function__44053 ++ unset __ms_function_name + [[ wcoss_cray == macosx.* ]] + [[ wcoss_cray == linux.* ]] -+ module use /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_cray -++ /opt/modules/3.2.10.3/bin/modulecmd bash use /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_cray ++ module use /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/wcoss_cray +++ /opt/modules/3.2.10.3/bin/modulecmd bash use /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/wcoss_cray + eval + module load fv3 ++ /opt/modules/3.2.10.3/bin/modulecmd bash load fv3 -+ eval ATP_HOME=/opt/cray/atp/1.8.1 ';export' 'ATP_HOME;ATP_MRNET_COMM_PATH=/opt/cray/atp/1.8.1/libexec/atp_mrnet_commnode_wrapper' ';export' 'ATP_MRNET_COMM_PATH;ATP_POST_LINK_OPTS=-Wl,-L/opt/cray/atp/1.8.1/libApp/\' ';export' 'ATP_POST_LINK_OPTS;BACIO_LIB4=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libbacio_v2.0.3_4.a' ';export' 'BACIO_LIB4;BACIO_LIB8=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libbacio_v2.0.3_8.a' ';export' 'BACIO_LIB8;BACIO_SRC=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/src/bacio_v2.0.3' ';export' 'BACIO_SRC;BACIO_VER=v2.0.3' ';export' 'BACIO_VER;CMAKE_CXX_COMPILER=CC' ';export' 'CMAKE_CXX_COMPILER;CMAKE_C_COMPILER=cc' ';export' 'CMAKE_C_COMPILER;CMAKE_Fortran_COMPILER=ftn' ';export' 'CMAKE_Fortran_COMPILER;CMAKE_Platform=wcoss_cray' ';export' 'CMAKE_Platform;COMP=intel' ';export' 'COMP;CPATH=/opt/intel/compilers_and_libraries_2016.3.210/linux/ipp/include:/opt/intel/compilers_and_libraries_2016.3.210/linux/mkl/include:/opt/intel/compilers_and_libraries_2016.3.210/linux/tbb/include' ';export' 'CPATH;CRAYOS_VERSION=5.2.82' ';export' 'CRAYOS_VERSION;CRAYPE_DIR=/opt/cray/craype/2.3.0' ';export' 'CRAYPE_DIR;CRAYPE_NETWORK_TARGET=aries' ';export' 'CRAYPE_NETWORK_TARGET;CRAYPE_VERSION=2.3.0' ';export' 'CRAYPE_VERSION;CRAY_ALPS_INCLUDE_OPTS=-I/opt/cray/alps/5.2.4-2.0502.9822.32.1.ari/include' ';export' 'CRAY_ALPS_INCLUDE_OPTS;CRAY_ALPS_POST_LINK_OPTS=-L/opt/cray/alps/5.2.4-2.0502.9822.32.1.ari/lib64' ';export' 'CRAY_ALPS_POST_LINK_OPTS;CRAY_CPU_TARGET=haswell' ';export' 'CRAY_CPU_TARGET;CRAY_DMAPP_INCLUDE_OPTS=-I/opt/cray/dmapp/7.0.1-1.0502.11080.8.76.ari/include\' '-I/opt/cray/gni-headers/4.0-1.0502.10859.7.8.ari/include\' ';export' 'CRAY_DMAPP_INCLUDE_OPTS;CRAY_DMAPP_POST_LINK_OPTS=-L/opt/cray/dmapp/7.0.1-1.0502.11080.8.76.ari/lib64' ';export' 'CRAY_DMAPP_POST_LINK_OPTS;CRAY_GNI_HEADERS_INCLUDE_OPTS=-I/opt/cray/gni-headers/4.0-1.0502.10859.7.8.ari/include' ';export' 'CRAY_GNI_HEADERS_INCLUDE_OPTS;CRAY_HDF5_DIR=/opt/cray/hdf5/1.8.14' ';export' 'CRAY_HDF5_DIR;CRAY_HDF5_VERSION=1.8.14' ';export' 'CRAY_HDF5_VERSION;CRAY_LD_LIBRARY_PATH=/opt/cray/alps/5.2.4-2.0502.9822.32.1.ari/lib64:/opt/cray/hdf5/1.8.14/INTEL/14.0/lib:/opt/cray/netcdf/4.3.3.1/INTEL/14.0/lib:/opt/cray/rca/1.0.0-2.0502.60530.1.62.ari/lib64:/opt/cray/alps/5.2.4-2.0502.9774.31.11.ari/lib64:/opt/cray/xpmem/0.1-2.0502.64982.5.3.ari/lib64:/opt/cray/dmapp/7.0.1-1.0502.11080.8.76.ari/lib64:/opt/cray/pmi/5.0.11/lib64:/opt/cray/ugni/6.0-1.0502.10863.8.29.ari/lib64:/opt/cray/udreg/2.3.2-1.0502.10518.2.17.ari/lib64:/opt/cray/libsci/13.0.3/INTEL/140/x86_64/lib' ';export' 'CRAY_LD_LIBRARY_PATH;CRAY_LIBSCI_BASE_DIR=/opt/cray/libsci/13.0.3' ';export' 'CRAY_LIBSCI_BASE_DIR;CRAY_LIBSCI_DIR=/opt/cray/libsci/13.0.3' ';export' 'CRAY_LIBSCI_DIR;CRAY_LIBSCI_PREFIX_DIR=/opt/cray/libsci/13.0.3/INTEL/140/x86_64' ';export' 'CRAY_LIBSCI_PREFIX_DIR;CRAY_LIBSCI_VERSION=13.0.3' ';export' 'CRAY_LIBSCI_VERSION;CRAY_NETCDF_VERSION=4.3.3.1' ';export' 'CRAY_NETCDF_VERSION;CRAY_PE_MODULES=cray-hdf5:cray-netcdf' ';export' 'CRAY_PE_MODULES;CRAY_PMI_INCLUDE_OPTS=-I/opt/cray/pmi/5.0.11/include' ';export' 'CRAY_PMI_INCLUDE_OPTS;CRAY_PMI_POST_LINK_OPTS=-L/opt/cray/pmi/5.0.11/lib64' ';export' 'CRAY_PMI_POST_LINK_OPTS;CRAY_PRE_COMPILE_OPTS=-hnetwork=aries' ';export' 'CRAY_PRE_COMPILE_OPTS;CRAY_PRGENVINTEL=loaded' ';export' 'CRAY_PRGENVINTEL;CRAY_RCA_INCLUDE_OPTS=-I/opt/cray/rca/1.0.0-2.0502.60530.1.62.ari/include\' '-I/opt/cray/krca/1.0.0-2.0502.67049.8.22.ari/include\' '-I/opt/cray-hss-devel/7.2.0/include\' ';export' 'CRAY_RCA_INCLUDE_OPTS;CRAY_RCA_POST_LINK_OPTS=-L/opt/cray/rca/1.0.0-2.0502.60530.1.62.ari/lib64\' '-lrca\' ';export' 'CRAY_RCA_POST_LINK_OPTS;CRAY_UDREG_INCLUDE_OPTS=-I/opt/cray/udreg/2.3.2-1.0502.10518.2.17.ari/include' ';export' 'CRAY_UDREG_INCLUDE_OPTS;CRAY_UDREG_POST_LINK_OPTS=-L/opt/cray/udreg/2.3.2-1.0502.10518.2.17.ari/lib64' ';export' 'CRAY_UDREG_POST_LINK_OPTS;CRAY_UGNI_INCLUDE_OPTS=-I/opt/cray/ugni/6.0-1.0502.10863.8.29.ari/include' ';export' 'CRAY_UGNI_INCLUDE_OPTS;CRAY_UGNI_POST_LINK_OPTS=-L/opt/cray/ugni/6.0-1.0502.10863.8.29.ari/lib64' ';export' 'CRAY_UGNI_POST_LINK_OPTS;CRAY_XPMEM_INCLUDE_OPTS=-I/opt/cray/xpmem/0.1-2.0502.64982.5.3.ari/include' ';export' 'CRAY_XPMEM_INCLUDE_OPTS;CRAY_XPMEM_POST_LINK_OPTS=-L/opt/cray/xpmem/0.1-2.0502.64982.5.3.ari/lib64' ';export' 'CRAY_XPMEM_POST_LINK_OPTS;CRTM_FIX=/gpfs/hps/nco/ops/nwprod/lib/crtm/v2.2.6/fix' ';export' 'CRTM_FIX;CRTM_INC=/gpfs/hps/nco/ops/nwprod/lib/crtm/v2.2.6/intel/include/crtm_v2.2.6' ';export' 'CRTM_INC;CRTM_LIB=/gpfs/hps/nco/ops/nwprod/lib/crtm/v2.2.6/intel/libcrtm_v2.2.6.a' ';export' 'CRTM_LIB;CRTM_SRC=/gpfs/hps/nco/ops/nwprod/lib/crtm/v2.2.6/src' ';export' 'CRTM_SRC;CRTM_VER=v2.2.6' ';export' 'CRTM_VER;DMAPP_ABORT_ON_ERROR=1' ';export' 'DMAPP_ABORT_ON_ERROR;DVS_INCLUDE_OPTS=-I/opt/cray/dvs/2.5_0.9.0-1.0502.2188.1.116.ari/include' ';export' 'DVS_INCLUDE_OPTS;DVS_VERSION=0.9.0' ';export' 'DVS_VERSION;ESMFMKFILE=/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/lib/esmf.mk' ';export' 'ESMFMKFILE;G2TMPL_INC=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/g2tmpl_v1.6.0' ';export' 'G2TMPL_INC;G2TMPL_LIB=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libg2tmpl_v1.6.0.a' ';export' 'G2TMPL_LIB;G2TMPL_SRC=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/src/g2tmpl_v1.6.0/src' ';export' 'G2TMPL_SRC;G2TMPL_VER=v1.6.0' ';export' 'G2TMPL_VER;G2_INC4=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/g2_v3.1.1_4' ';export' 'G2_INC4;G2_INCd=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/g2_v3.1.1_d' ';export' 'G2_INCd;G2_LIB4=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libg2_v3.1.1_4.a' ';export' 'G2_LIB4;G2_LIBd=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libg2_v3.1.1_d.a' ';export' 'G2_LIBd;G2_SRC=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/src/g2_v3.1.1' ';export' 'G2_SRC;G2_VER=v3.1.1' ';export' 'G2_VER;GCC_PATH=/opt/gcc/4.9.2' ';export' 'GCC_PATH;GCC_VERSION=4.9.2' ';export' 'GCC_VERSION;GDBSERVER_MIC=/opt/intel/compilers_and_libraries_2016.3.210/linux/debugger/gdb/target/mic/bin/gdbserver' ';export' 'GDBSERVER_MIC;GDB_CROSS=/opt/intel/compilers_and_libraries_2016.3.210/linux/debugger/gdb/intel64_mic/bin/gdb-mic' ';export' 'GDB_CROSS;GDB_HOST=/opt/intel/compilers_and_libraries_2016.3.210/linux/debugger/gdb/intel64_mic/bin/gdb-ia-mic' ';export' 'GDB_HOST;GNU_VERSION=4.9.2' ';export' 'GNU_VERSION;HDF5_DIR=/opt/cray/hdf5/1.8.14/INTEL/14.0' ';export' 'HDF5_DIR;HDF5_INCLUDE_OPTS=/opt/cray/hdf5/1.8.14/INTEL/14.0/include' ';export' 'HDF5_INCLUDE_OPTS;HDF5_ROOT=/opt/cray/hdf5/1.8.14/INTEL/14.0' ';export' 'HDF5_ROOT;INFOPATH=/opt/gcc/4.9.2/snos/share/info:/opt/intel/compilers_and_libraries_2016.3.210/linux/debugger/gdb/intel64/share/info/:/opt/intel/compilers_and_libraries_2016.3.210/linux/debugger/gdb/intel64_mic/share/info/:/usr/local/info:/usr/share/info:/usr/info' ';export' 'INFOPATH;INTEL_LICENSE_FILE=/opt/intel/compilers_and_libraries_2016.3.210/linux/licenses:/opt/intel/licenses:/intel/licenses' ';export' 'INTEL_LICENSE_FILE;INTEL_MAJOR_VERSION=16.0' ';export' 'INTEL_MAJOR_VERSION;INTEL_MINOR_VERSION=3.210' ';export' 'INTEL_MINOR_VERSION;INTEL_PATH=/opt/intel/compilers_and_libraries_2016.3.210/linux' ';export' 'INTEL_PATH;INTEL_PYTHONHOME=/opt/intel/compilers_and_libraries_2016.3.210/linux/debugger/python/intel64/' ';export' 'INTEL_PYTHONHOME;INTEL_VERSION=16.0.3.210' ';export' 'INTEL_VERSION;IPPROOT=/opt/intel/compilers_and_libraries_2016.3.210/linux/ipp' ';export' 'IPPROOT;IP_INC4=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/ip_v3.0.2_4' ';export' 'IP_INC4;IP_INC8=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/ip_v3.0.2_8' ';export' 'IP_INC8;IP_INCd=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/ip_v3.0.2_d' ';export' 'IP_INCd;IP_LIB4=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libip_v3.0.2_4.a' ';export' 'IP_LIB4;IP_LIB8=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libip_v3.0.2_8.a' ';export' 'IP_LIB8;IP_LIBd=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libip_v3.0.2_d.a' ';export' 'IP_LIBd;IP_SRC=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/src/ip_v3.0.2' ';export' 'IP_SRC;IP_VER=v3.0.2' ';export' 'IP_VER;JASPER_INC=/usrx/local/prod//jasper/1.900.1/gnu/sandybridge/include' ';export' 'JASPER_INC;JASPER_LIB=/usrx/local/prod//jasper/1.900.1/gnu/sandybridge/lib/libjasper.a' ';export' 'JASPER_LIB;JASPER_LIBDIR=/usrx/local/prod//jasper/1.900.1/gnu/sandybridge/lib' ';export' 'JASPER_LIBDIR;JASPER_LIBl=/usrx/local/prod//jasper/1.900.1/gnu/sandybridge/lib/libjasper.la' ';export' 'JASPER_LIBl;JASPER_SRC=/usrx/local/prod//jasper/1.900.1/gnu/sandybridge/sorc/jasper_v1.900.1' ';export' 'JASPER_SRC;JASPER_VER=1.900.1' ';export' 'JASPER_VER;LD_LIBRARY_PATH=/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/lib:/usrx/local/dev/zlib/1.2.7/intel/sandybridge/lib:/opt/gcc/4.9.2/snos/lib64:/usrx/local/dev/python/2.7.14/lib:/gpfs/llsf/xt-lsfhpc/9.1/linux2.6-glibc2.3-x86_64-cray/lib:/opt/intel/compilers_and_libraries_2016.3.210/linux/compiler/lib/intel64:/opt/intel/mic/coi/host-linux-release/lib:/opt/intel/mic/myo/lib:/opt/intel/compilers_and_libraries_2016.3.210/linux/mpirt/lib/intel64:/opt/intel/compilers_and_libraries_2016.3.210/linux/ipp/../compiler/lib/intel64:/opt/intel/compilers_and_libraries_2016.3.210/linux/ipp/lib/intel64:/opt/intel/compilers_and_libraries_2016.3.210/linux/ipp/tools/intel64/perfsys:/opt/intel/mic/coi/host-linux-release/lib:/opt/intel/mic/myo/lib:/opt/intel/compilers_and_libraries_2016.3.210/linux/compiler/lib/intel64:/opt/intel/compilers_and_libraries_2016.3.210/linux/mkl/lib/intel64:/opt/intel/compilers_and_libraries_2016.3.210/linux/tbb/lib/intel64/gcc4.1:/opt/intel/compilers_and_libraries_2016.3.210/linux/debugger/libipt/intel64/lib' ';export' 'LD_LIBRARY_PATH;LIBRARY_PATH=/opt/intel/compilers_and_libraries_2016.3.210/linux/compiler/lib/intel64:/opt/intel/compilers_and_libraries_2016.3.210/linux/ipp/../compiler/lib/intel64:/opt/intel/compilers_and_libraries_2016.3.210/linux/ipp/lib/intel64:/opt/intel/compilers_and_libraries_2016.3.210/linux/compiler/lib/intel64:/opt/intel/compilers_and_libraries_2016.3.210/linux/mkl/lib/intel64:/opt/intel/compilers_and_libraries_2016.3.210/linux/tbb/lib/intel64/gcc4.1' ';export' 'LIBRARY_PATH;LIBSCI_BASE_DIR=/opt/cray/libsci/13.0.3' ';export' 'LIBSCI_BASE_DIR;LIBSCI_VERSION=13.0.3' ';export' 'LIBSCI_VERSION;LIB_NAME=POST' ';export' 'LIB_NAME;LOADEDMODULES=craype-network-aries:craype/2.3.0:cray-libsci/13.0.3:udreg/2.3.2-1.0502.10518.2.17.ari:ugni/6.0-1.0502.10863.8.29.ari:pmi/5.0.11:dmapp/7.0.1-1.0502.11080.8.76.ari:gni-headers/4.0-1.0502.10859.7.8.ari:xpmem/0.1-2.0502.64982.5.3.ari:dvs/2.5_0.9.0-1.0502.2188.1.116.ari:alps/5.2.4-2.0502.9774.31.11.ari:rca/1.0.0-2.0502.60530.1.62.ari:atp/1.8.1:PrgEnv-intel/5.2.82:intel/16.3.210:cray-netcdf/4.3.3.1:cray-hdf5/1.8.14:xt-lsfhpc/9.1.3:craype-haswell:python/2.7.14:cmake/3.6.2:gcc/4.9.2:jasper-gnu-sandybridge/1.900.1:png-intel-sandybridge/1.2.49:zlib-intel-sandybridge/1.2.7:crtm-intel/2.2.6:g2/3.1.1:g2tmpl/1.6.0:bacio/2.0.3:ip/3.0.2:sp/2.0.3:w3nco/2.0.7:w3emc/2.3.1:nemsio/2.2.4:post/8.0.1:alps/5.2.4-2.0502.9822.32.1.ari:esmf/8.0.0:fv3' ';export' 'LOADEDMODULES;LSF_BINDIR=/gpfs/llsf/xt-lsfhpc/9.1/linux2.6-glibc2.3-x86_64-cray/bin' ';export' 'LSF_BINDIR;LSF_ENVDIR=/gpfs/llsf/xt-lsfhpc/conf' ';export' 'LSF_ENVDIR;LSF_LIBDIR=/gpfs/llsf/xt-lsfhpc/9.1/linux2.6-glibc2.3-x86_64-cray/lib' ';export' 'LSF_LIBDIR;LSF_SERVERDIR=/gpfs/llsf/xt-lsfhpc/9.1/linux2.6-glibc2.3-x86_64-cray/etc' ';export' 'LSF_SERVERDIR;MANPATH=/opt/cray/pmi/5.0.11/man:/opt/cray/alps/5.2.4-2.0502.9822.32.1.ari/man:/usrx/local/dev/zlib/1.2.7/intel/sandybridge/share/man:/opt/gcc/4.9.2/snos/share/man:/usrx/local/dev/cmake/3.6.2/share/man:/usrx/local/dev/python/2.7.14/share/man:/gpfs/llsf/xt-lsfhpc/9.1/man:/opt/cray/netcdf/4.3.3.1/share/man:/opt/intel/compilers_and_libraries_2016.3.210/linux/man/en_US:/opt/intel/compilers_and_libraries_2016.3.210/linux/man/en_US:/opt/intel/compilers_and_libraries_2016.3.210/linux/debugger/gdb/intel64/share/man/:/opt/intel/compilers_and_libraries_2016.3.210/linux/debugger/gdb/intel64_mic/share/man/:/opt/intel/compilers_and_libraries_2016.3.210/linux/man/common:/opt/cray/atp/1.8.1/man:/opt/cray/alps/5.2.4-2.0502.9774.31.11.ari/man:/opt/cray/libsci/13.0.3/man:/opt/cray/man/csmlversion:/opt/cray/craype/2.3.0/man:/opt/cray/share/man:/usr/local/man:/usr/share/man:/opt/cray/share/man:/cm/local/apps/environment-modules/current/share/man:/opt/cray/man' ';export' 'MANPATH;MIC_LD_LIBRARY_PATH=/opt/intel/compilers_and_libraries_2016.3.210/linux/compiler/lib/mic:/opt/intel/compilers_and_libraries_2016.3.210/linux/mpirt/lib/mic:/opt/intel/mic/coi/device-linux-release/lib:/opt/intel/mic/myo/lib:/opt/intel/compilers_and_libraries_2016.3.210/linux/ipp/lib/lib/mic:/opt/intel/mic/coi/device-linux-release/lib:/opt/intel/mic/myo/lib:/opt/intel/compilers_and_libraries_2016.3.210/linux/compiler/lib/mic:/opt/intel/compilers_and_libraries_2016.3.210/linux/mkl/lib/mic:/opt/intel/compilers_and_libraries_2016.3.210/linux/tbb/lib/mic' ';export' 'MIC_LD_LIBRARY_PATH;MIC_LIBRARY_PATH=/opt/intel/compilers_and_libraries_2016.3.210/linux/compiler/lib/mic:/opt/intel/compilers_and_libraries_2016.3.210/linux/mpirt/lib/mic:/opt/intel/compilers_and_libraries_2016.3.210/linux/tbb/lib/mic' ';export' 'MIC_LIBRARY_PATH;MKLROOT=/opt/intel/compilers_and_libraries_2016.3.210/linux/mkl' ';export' 'MKLROOT;MODULEPATH=/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/modulefiles:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles:/opt/cray/ari/modulefiles:/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_cray:/usrx/local/emc_rocoto/modulefiles:/usrx/local/dev/modulefiles:/usrx/local/prod/modulefiles:/gpfs/hps/nco/ops/nwprod/lib/modulefiles:/gpfs/hps/nco/ops/nwprod/modulefiles:/opt/cray/alt-modulefiles:/opt/cray/craype/default/alt-modulefiles:/opt/modulefiles' ';export' 'MODULEPATH;MPICH_ABORT_ON_ERROR=1' ';export' 'MPICH_ABORT_ON_ERROR;MPM_LAUNCHER=/opt/intel/compilers_and_libraries_2016.3.210/linux/debugger/mpm/bin/start_mpm.sh' ';export' 'MPM_LAUNCHER;NEMSIO_INC=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/nemsio_v2.2.4' ';export' 'NEMSIO_INC;NEMSIO_LIB=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libnemsio_v2.2.4.a' ';export' 'NEMSIO_LIB;NEMSIO_SRC=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/src/nemsio_v2.2.4' ';export' 'NEMSIO_SRC;NEMSIO_VER=v2.2.4' ';export' 'NEMSIO_VER;NETCDF_DIR=/opt/cray/netcdf/4.3.3.1/INTEL/14.0' ';export' 'NETCDF_DIR;NLSPATH=/opt/intel/compilers_and_libraries_2016.3.210/linux/compiler/lib/intel64/locale/%l_%t/%N:/opt/intel/compilers_and_libraries_2016.3.210/linux/ipp/lib/intel64/locale/%l_%t/%N:/opt/intel/compilers_and_libraries_2016.3.210/linux/mkl/lib/intel64/locale/%l_%t/%N:/opt/intel/compilers_and_libraries_2016.3.210/linux/debugger/gdb/intel64_mic/share/locale/%l_%t/%N:/opt/intel/compilers_and_libraries_2016.3.210/linux/debugger/gdb/intel64/share/locale/%l_%t/%N' ';export' 'NLSPATH;PATH=/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/bin:/opt/cray/alps/5.2.4-2.0502.9822.32.1.ari/sbin:/opt/cray/alps/5.2.4-2.0502.9822.32.1.ari/bin:/opt/gcc/4.9.2/bin:/usrx/local/dev/cmake/3.6.2/bin:/usrx/local/dev/python/2.7.14/bin:/gpfs/llsf/xt-lsfhpc/9.1/linux2.6-glibc2.3-x86_64-cray/etc:/gpfs/llsf/xt-lsfhpc/9.1/linux2.6-glibc2.3-x86_64-cray/bin:/opt/cray/hdf5/1.8.14/bin:/opt/cray/netcdf/4.3.3.1/bin:/opt/intel/compilers_and_libraries_2016.3.210/linux/bin/intel64:/opt/intel/compilers_and_libraries_2016.3.210/linux/debugger/gdb/intel64_mic/bin:/opt/cray/rca/1.0.0-2.0502.60530.1.62.ari/bin:/opt/cray/alps/5.2.4-2.0502.9774.31.11.ari/sbin:/opt/cray/dvs/2.5_0.9.0-1.0502.2188.1.116.ari/bin:/opt/cray/xpmem/0.1-2.0502.64982.5.3.ari/bin:/opt/cray/ugni/6.0-1.0502.10863.8.29.ari/bin:/opt/cray/udreg/2.3.2-1.0502.10518.2.17.ari/bin:/opt/cray/craype/2.3.0/bin:/u/Dusan.Jovic/bin:/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/X11R6/bin:/usr/games:/opt/bin:/usr/lib/mit/bin:/usr/lib/mit/sbin:/sbin:/usr/sbin:.:/usr/lib/qt3/bin:/u/Dusan.Jovic/bin:/gpfs/hps3/emc/meso/noscrub/Dusan.Jovic/dbrowse:/opt/cray/bin:/usrx/local/dev/zlib/1.2.7/intel/sandybridge/include' ';export' 'PATH;PE_CRAY_DEFAULT_FIXED_PKGCONFIG_PATH=/opt/cray/netcdf/4.3.2/CRAY/83/lib/pkgconfig:/opt/cray/netcdf-hdf5parallel/4.3.2/CRAY/83/lib/pkgconfig:/opt/cray/parallel-netcdf/1.6.0/CRAY/8.3/lib/pkgconfig:/opt/cray/ga/5.3.0.1/CRAY/83/lib/pkgconfig:/opt/cray/hdf5/1.8.13/CRAY/83/lib/pkgconfig:/opt/cray/hdf5-parallel/1.8.13/CRAY/83/lib/pkgconfig' ';export' 'PE_CRAY_DEFAULT_FIXED_PKGCONFIG_PATH;PE_CRAY_FIXED_PKGCONFIG_PATH=/opt/cray/hdf5/1.8.14/CRAY/8.3/lib/pkgconfig:/opt/cray/netcdf/4.3.3.1/CRAY/8.3/lib/pkgconfig' ';export' 'PE_CRAY_FIXED_PKGCONFIG_PATH;PE_CXX_PKGCONFIG_LIBS=hdf5_hl_cpp:hdf5_cpp:netcdf_c++4' ';export' 'PE_CXX_PKGCONFIG_LIBS;PE_ENV=INTEL' ';export' 'PE_ENV;PE_FFTW_DEFAULT_REQUIRED_PRODUCTS=PE_MPICH' ';export' 'PE_FFTW_DEFAULT_REQUIRED_PRODUCTS;PE_FFTW_DEFAULT_TARGET_haswell=haswell' ';export' 'PE_FFTW_DEFAULT_TARGET_haswell;PE_FFTW_DEFAULT_TARGET_interlagos=interlagos' ';export' 'PE_FFTW_DEFAULT_TARGET_interlagos;PE_FFTW_DEFAULT_TARGET_sandybridge=sandybridge' ';export' 'PE_FFTW_DEFAULT_TARGET_sandybridge;PE_FFTW_DEFAULT_TARGET_x86_64=x86_64' ';export' 'PE_FFTW_DEFAULT_TARGET_x86_64;PE_FFTW_DEFAULT_VOLATILE_PKGCONFIG_PATH=/opt/cray/fftw/3.3.4.2/@PE_FFTW_DEFAULT_TARGET@/lib/pkgconfig' ';export' 'PE_FFTW_DEFAULT_VOLATILE_PKGCONFIG_PATH;PE_FORTRAN_PKGCONFIG_LIBS=hdf5hl_fortran:hdf5_fortran:netcdff' ';export' 'PE_FORTRAN_PKGCONFIG_LIBS;PE_GA_DEFAULT_FIXED_PRGENV=CRAY\' INTEL ';export' 'PE_GA_DEFAULT_FIXED_PRGENV;PE_GA_DEFAULT_GENCOMPS_GNU=49\' 48 ';export' 'PE_GA_DEFAULT_GENCOMPS_GNU;PE_GA_DEFAULT_VOLATILE_PKGCONFIG_PATH=/opt/cray/ga/5.3.0.1/@PRGENV@/@PE_GA_DEFAULT_GENCOMPS@/lib/pkgconfig' ';export' 'PE_GA_DEFAULT_VOLATILE_PKGCONFIG_PATH;PE_GA_DEFAULT_VOLATILE_PRGENV=GNU' ';export' 'PE_GA_DEFAULT_VOLATILE_PRGENV;PE_HDF5_CXX_PKGCONFIG_LIBS=hdf5_hl_cpp:hdf5_cpp' ';export' 'PE_HDF5_CXX_PKGCONFIG_LIBS;PE_HDF5_DEFAULT_FIXED_PRGENV=CRAY\' INTEL ';export' 'PE_HDF5_DEFAULT_FIXED_PRGENV;PE_HDF5_DEFAULT_GENCOMPS_GNU=49\' 48 ';export' 'PE_HDF5_DEFAULT_GENCOMPS_GNU;PE_HDF5_DEFAULT_VOLATILE_PKGCONFIG_PATH=/opt/cray/hdf5/1.8.13/@PRGENV@/@PE_HDF5_DEFAULT_GENCOMPS@/lib/pkgconfig' ';export' 'PE_HDF5_DEFAULT_VOLATILE_PKGCONFIG_PATH;PE_HDF5_DEFAULT_VOLATILE_PRGENV=GNU' ';export' 'PE_HDF5_DEFAULT_VOLATILE_PRGENV;PE_HDF5_DIR=/opt/cray/hdf5/1.8.14' ';export' 'PE_HDF5_DIR;PE_HDF5_FIXED_PRGENV=CRAY\' INTEL ';export' 'PE_HDF5_FIXED_PRGENV;PE_HDF5_FORTRAN_PKGCONFIG_LIBS=hdf5hl_fortran:hdf5_fortran' ';export' 'PE_HDF5_FORTRAN_PKGCONFIG_LIBS;PE_HDF5_GENCOMPILERS_GNU=5.1\' '4.9\' 4.8 ';export' 'PE_HDF5_GENCOMPILERS_GNU;PE_HDF5_GENCOMPS_GNU=51\' '49\' 48 ';export' 'PE_HDF5_GENCOMPS_GNU;PE_HDF5_MODULE_NAME=cray-hdf5' ';export' 'PE_HDF5_MODULE_NAME;PE_HDF5_PARALLEL_DEFAULT_FIXED_PRGENV=CRAY\' INTEL ';export' 'PE_HDF5_PARALLEL_DEFAULT_FIXED_PRGENV;PE_HDF5_PARALLEL_DEFAULT_GENCOMPS_GNU=49\' 48 ';export' 'PE_HDF5_PARALLEL_DEFAULT_GENCOMPS_GNU;PE_HDF5_PARALLEL_DEFAULT_REQUIRED_PRODUCTS=PE_MPICH' ';export' 'PE_HDF5_PARALLEL_DEFAULT_REQUIRED_PRODUCTS;PE_HDF5_PARALLEL_DEFAULT_VOLATILE_PKGCONFIG_PATH=/opt/cray/hdf5-parallel/1.8.13/@PRGENV@/@PE_HDF5_PARALLEL_DEFAULT_GENCOMPS@/lib/pkgconfig' ';export' 'PE_HDF5_PARALLEL_DEFAULT_VOLATILE_PKGCONFIG_PATH;PE_HDF5_PARALLEL_DEFAULT_VOLATILE_PRGENV=GNU' ';export' 'PE_HDF5_PARALLEL_DEFAULT_VOLATILE_PRGENV;PE_HDF5_PKGCONFIG_LIBS=hdf5_hl:hdf5' ';export' 'PE_HDF5_PKGCONFIG_LIBS;PE_HDF5_VOLATILE_PKGCONFIG_PATH=/opt/cray/hdf5/1.8.14/@PRGENV@/@PE_HDF5_GENCOMPS@/lib/pkgconfig' ';export' 'PE_HDF5_VOLATILE_PKGCONFIG_PATH;PE_HDF5_VOLATILE_PRGENV=GNU' ';export' 'PE_HDF5_VOLATILE_PRGENV;PE_INTEL_DEFAULT_FIXED_PKGCONFIG_PATH=/opt/cray/netcdf/4.3.2/INTEL/140/lib/pkgconfig:/opt/cray/netcdf-hdf5parallel/4.3.2/INTEL/140/lib/pkgconfig:/opt/cray/parallel-netcdf/1.6.0/INTEL/14.0/lib/pkgconfig:/opt/cray/ga/5.3.0.1/INTEL/140/lib/pkgconfig:/opt/cray/hdf5/1.8.13/INTEL/140/lib/pkgconfig:/opt/cray/mpt/7.2.0/gni/mpich2-intel/140/lib/pkgconfig:/opt/cray/hdf5-parallel/1.8.13/INTEL/140/lib/pkgconfig' ';export' 'PE_INTEL_DEFAULT_FIXED_PKGCONFIG_PATH;PE_INTEL_FIXED_PKGCONFIG_PATH=/opt/cray/hdf5/1.8.14/INTEL/14.0/lib/pkgconfig:/opt/cray/netcdf/4.3.3.1/INTEL/14.0/lib/pkgconfig' ';export' 'PE_INTEL_FIXED_PKGCONFIG_PATH;PE_LIBSCI_DEFAULT_GENCOMPS_CRAY_x86_64=83' ';export' 'PE_LIBSCI_DEFAULT_GENCOMPS_CRAY_x86_64;PE_LIBSCI_DEFAULT_GENCOMPS_GNU_x86_64=49\' 48 ';export' 'PE_LIBSCI_DEFAULT_GENCOMPS_GNU_x86_64;PE_LIBSCI_DEFAULT_GENCOMPS_INTEL_x86_64=140' ';export' 'PE_LIBSCI_DEFAULT_GENCOMPS_INTEL_x86_64;PE_LIBSCI_DEFAULT_OMP_REQUIRES_openmp=_mp' ';export' 'PE_LIBSCI_DEFAULT_OMP_REQUIRES_openmp;PE_LIBSCI_DEFAULT_PKGCONFIG_VARIABLES=PE_LIBSCI_DEFAULT_OMP_REQUIRES_@openmp@' ';export' 'PE_LIBSCI_DEFAULT_PKGCONFIG_VARIABLES;PE_LIBSCI_DEFAULT_REQUIRED_PRODUCTS=PE_MPICH' ';export' 'PE_LIBSCI_DEFAULT_REQUIRED_PRODUCTS;PE_LIBSCI_DEFAULT_VOLATILE_PKGCONFIG_PATH=/opt/cray/libsci/13.0.3/@PRGENV@/@PE_LIBSCI_DEFAULT_GENCOMPS@/@PE_LIBSCI_DEFAULT_TARGET@/lib/pkgconfig' ';export' 'PE_LIBSCI_DEFAULT_VOLATILE_PKGCONFIG_PATH;PE_LIBSCI_DEFAULT_VOLATILE_PRGENV=CRAY\' 'GNU\' INTEL ';export' 'PE_LIBSCI_DEFAULT_VOLATILE_PRGENV;PE_LIBSCI_GENCOMPS_CRAY_x86_64=83' ';export' 'PE_LIBSCI_GENCOMPS_CRAY_x86_64;PE_LIBSCI_GENCOMPS_GNU_x86_64=49\' 48 ';export' 'PE_LIBSCI_GENCOMPS_GNU_x86_64;PE_LIBSCI_GENCOMPS_INTEL_x86_64=140' ';export' 'PE_LIBSCI_GENCOMPS_INTEL_x86_64;PE_LIBSCI_MODULE_NAME=cray-libsci/13.0.3' ';export' 'PE_LIBSCI_MODULE_NAME;PE_LIBSCI_OMP_REQUIRES_openmp=_mp' ';export' 'PE_LIBSCI_OMP_REQUIRES_openmp;PE_LIBSCI_PKGCONFIG_LIBS=libsci_mpi:libsci' ';export' 'PE_LIBSCI_PKGCONFIG_LIBS;PE_LIBSCI_PKGCONFIG_VARIABLES=PE_LIBSCI_OMP_REQUIRES_@openmp@' ';export' 'PE_LIBSCI_PKGCONFIG_VARIABLES;PE_LIBSCI_REQUIRED_PRODUCTS=PE_MPICH' ';export' 'PE_LIBSCI_REQUIRED_PRODUCTS;PE_LIBSCI_VOLATILE_PKGCONFIG_PATH=/opt/cray/libsci/13.0.3/@PRGENV@/@PE_LIBSCI_GENCOMPS@/@PE_LIBSCI_TARGET@/lib/pkgconfig' ';export' 'PE_LIBSCI_VOLATILE_PKGCONFIG_PATH;PE_LIBSCI_VOLATILE_PRGENV=CRAY\' 'GNU\' INTEL ';export' 'PE_LIBSCI_VOLATILE_PRGENV;PE_MPICH_DEFAULT_DIR_CRAY_DEFAULT64=64' ';export' 'PE_MPICH_DEFAULT_DIR_CRAY_DEFAULT64;PE_MPICH_DEFAULT_FIXED_PRGENV=INTEL' ';export' 'PE_MPICH_DEFAULT_FIXED_PRGENV;PE_MPICH_DEFAULT_GENCOMPS_CRAY=83' ';export' 'PE_MPICH_DEFAULT_GENCOMPS_CRAY;PE_MPICH_DEFAULT_GENCOMPS_GNU=49\' 48 ';export' 'PE_MPICH_DEFAULT_GENCOMPS_GNU;PE_MPICH_DEFAULT_VOLATILE_PKGCONFIG_PATH=/opt/cray/mpt/7.2.0/gni/mpich2-@PRGENV@@PE_MPICH_DEFAULT_DIR_DEFAULT64@/@PE_MPICH_DEFAULT_GENCOMPS@/lib/pkgconfig' ';export' 'PE_MPICH_DEFAULT_VOLATILE_PKGCONFIG_PATH;PE_MPICH_DEFAULT_VOLATILE_PRGENV=CRAY\' GNU ';export' 'PE_MPICH_DEFAULT_VOLATILE_PRGENV;PE_MPICH_MULTITHREADED_LIBS_multithreaded=_mt' ';export' 'PE_MPICH_MULTITHREADED_LIBS_multithreaded;PE_MPICH_NV_LIBS_nvidia20=-lcudart' ';export' 'PE_MPICH_NV_LIBS_nvidia20;PE_MPICH_NV_LIBS_nvidia35=-lcudart' ';export' 'PE_MPICH_NV_LIBS_nvidia35;PE_MPICH_PKGCONFIG_VARIABLES=PE_MPICH_NV_LIBS_@accelerator@:PE_MPICH_MULTITHREADED_LIBS_@multithreaded@' ';export' 'PE_MPICH_PKGCONFIG_VARIABLES;PE_MPICH_TARGET_VAR_nvidia20=-lcudart' ';export' 'PE_MPICH_TARGET_VAR_nvidia20;PE_MPICH_TARGET_VAR_nvidia35=-lcudart' ';export' 'PE_MPICH_TARGET_VAR_nvidia35;PE_NETCDF_BASEDIR=/opt/cray/netcdf/4.3.3.1' ';export' 'PE_NETCDF_BASEDIR;PE_NETCDF_CXX_PKGCONFIG_LIBS=netcdf_c++4' ';export' 'PE_NETCDF_CXX_PKGCONFIG_LIBS;PE_NETCDF_DEFAULT_FIXED_PRGENV=CRAY\' INTEL ';export' 'PE_NETCDF_DEFAULT_FIXED_PRGENV;PE_NETCDF_DEFAULT_GENCOMPS_GNU=49\' 48 ';export' 'PE_NETCDF_DEFAULT_GENCOMPS_GNU;PE_NETCDF_DEFAULT_REQUIRED_PRODUCTS=PE_HDF5' ';export' 'PE_NETCDF_DEFAULT_REQUIRED_PRODUCTS;PE_NETCDF_DEFAULT_VOLATILE_PKGCONFIG_PATH=/opt/cray/netcdf/4.3.2/@PRGENV@/@PE_NETCDF_DEFAULT_GENCOMPS@/lib/pkgconfig' ';export' 'PE_NETCDF_DEFAULT_VOLATILE_PKGCONFIG_PATH;PE_NETCDF_DEFAULT_VOLATILE_PRGENV=GNU' ';export' 'PE_NETCDF_DEFAULT_VOLATILE_PRGENV;PE_NETCDF_FIXED_PRGENV=CRAY\' INTEL ';export' 'PE_NETCDF_FIXED_PRGENV;PE_NETCDF_FORTRAN_PKGCONFIG_LIBS=netcdff' ';export' 'PE_NETCDF_FORTRAN_PKGCONFIG_LIBS;PE_NETCDF_GENCOMPILERS_GNU=5.1\' '4.9\' 4.8 ';export' 'PE_NETCDF_GENCOMPILERS_GNU;PE_NETCDF_GENCOMPS_GNU=51\' '49\' 48 ';export' 'PE_NETCDF_GENCOMPS_GNU;PE_NETCDF_HDF5PARALLEL_DEFAULT_FIXED_PRGENV=CRAY\' INTEL ';export' 'PE_NETCDF_HDF5PARALLEL_DEFAULT_FIXED_PRGENV;PE_NETCDF_HDF5PARALLEL_DEFAULT_GENCOMPS_GNU=49\' 48 ';export' 'PE_NETCDF_HDF5PARALLEL_DEFAULT_GENCOMPS_GNU;PE_NETCDF_HDF5PARALLEL_DEFAULT_REQUIRED_PRODUCTS=PE_HDF5_PARALLEL\' PE_MPICH ';export' 'PE_NETCDF_HDF5PARALLEL_DEFAULT_REQUIRED_PRODUCTS;PE_NETCDF_HDF5PARALLEL_DEFAULT_VOLATILE_PKGCONFIG_PATH=/opt/cray/netcdf-hdf5parallel/4.3.2/@PRGENV@/@PE_NETCDF_HDF5PARALLEL_DEFAULT_GENCOMPS@/lib/pkgconfig' ';export' 'PE_NETCDF_HDF5PARALLEL_DEFAULT_VOLATILE_PKGCONFIG_PATH;PE_NETCDF_HDF5PARALLEL_DEFAULT_VOLATILE_PRGENV=GNU' ';export' 'PE_NETCDF_HDF5PARALLEL_DEFAULT_VOLATILE_PRGENV;PE_NETCDF_MODULE_NAME=cray-netcdf' ';export' 'PE_NETCDF_MODULE_NAME;PE_NETCDF_PKGCONFIG_LIBS=netcdf' ';export' 'PE_NETCDF_PKGCONFIG_LIBS;PE_NETCDF_REQUIRED_PRODUCTS=PE_HDF5' ';export' 'PE_NETCDF_REQUIRED_PRODUCTS;PE_NETCDF_VOLATILE_PKGCONFIG_PATH=/opt/cray/netcdf/4.3.3.1/@PRGENV@/@PE_NETCDF_GENCOMPS@/lib/pkgconfig' ';export' 'PE_NETCDF_VOLATILE_PKGCONFIG_PATH;PE_NETCDF_VOLATILE_PRGENV=GNU' ';export' 'PE_NETCDF_VOLATILE_PRGENV;PE_PAPI_DEFAULT_ACCEL_LIBS_nvidia35=,-lcupti,-lcudart,-lcuda' ';export' 'PE_PAPI_DEFAULT_ACCEL_LIBS_nvidia35;PE_PAPI_DEFAULT_PKGCONFIG_VARIABLES=PE_PAPI_ACCEL_LIBS_@accelerator@' ';export' 'PE_PAPI_DEFAULT_PKGCONFIG_VARIABLES;PE_PAPI_DEFAULT_TARGET_VAR_nvidia35=,-lcupti,-lcudart,-lcuda' ';export' 'PE_PAPI_DEFAULT_TARGET_VAR_nvidia35;PE_PARALLEL_NETCDF_DEFAULT_FIXED_PRGENV=CRAY\' INTEL ';export' 'PE_PARALLEL_NETCDF_DEFAULT_FIXED_PRGENV;PE_PARALLEL_NETCDF_DEFAULT_GENCOMPILERS_GNU=4.9\' 4.8 ';export' 'PE_PARALLEL_NETCDF_DEFAULT_GENCOMPILERS_GNU;PE_PARALLEL_NETCDF_DEFAULT_GENCOMPS_GNU=49\' 48 ';export' 'PE_PARALLEL_NETCDF_DEFAULT_GENCOMPS_GNU;PE_PARALLEL_NETCDF_DEFAULT_VOLATILE_PKGCONFIG_PATH=/opt/cray/parallel-netcdf/1.6.0/@PRGENV@/@PE_PARALLEL_NETCDF_DEFAULT_GENCOMPS@/lib/pkgconfig' ';export' 'PE_PARALLEL_NETCDF_DEFAULT_VOLATILE_PKGCONFIG_PATH;PE_PARALLEL_NETCDF_DEFAULT_VOLATILE_PRGENV=GNU' ';export' 'PE_PARALLEL_NETCDF_DEFAULT_VOLATILE_PRGENV;PE_PETSC_DEFAULT_GENCOMPS_CRAY_haswell=83' ';export' 'PE_PETSC_DEFAULT_GENCOMPS_CRAY_haswell;PE_PETSC_DEFAULT_GENCOMPS_CRAY_interlagos=83' ';export' 'PE_PETSC_DEFAULT_GENCOMPS_CRAY_interlagos;PE_PETSC_DEFAULT_GENCOMPS_CRAY_sandybridge=83' ';export' 'PE_PETSC_DEFAULT_GENCOMPS_CRAY_sandybridge;PE_PETSC_DEFAULT_GENCOMPS_CRAY_x86_64=83' ';export' 'PE_PETSC_DEFAULT_GENCOMPS_CRAY_x86_64;PE_PETSC_DEFAULT_GENCOMPS_GNU_haswell=49\' 48 ';export' 'PE_PETSC_DEFAULT_GENCOMPS_GNU_haswell;PE_PETSC_DEFAULT_GENCOMPS_GNU_interlagos=49\' 48 ';export' 'PE_PETSC_DEFAULT_GENCOMPS_GNU_interlagos;PE_PETSC_DEFAULT_GENCOMPS_GNU_sandybridge=49\' 48 ';export' 'PE_PETSC_DEFAULT_GENCOMPS_GNU_sandybridge;PE_PETSC_DEFAULT_GENCOMPS_GNU_x86_64=49\' 48 ';export' 'PE_PETSC_DEFAULT_GENCOMPS_GNU_x86_64;PE_PETSC_DEFAULT_GENCOMPS_INTEL_haswell=140' ';export' 'PE_PETSC_DEFAULT_GENCOMPS_INTEL_haswell;PE_PETSC_DEFAULT_GENCOMPS_INTEL_interlagos=140' ';export' 'PE_PETSC_DEFAULT_GENCOMPS_INTEL_interlagos;PE_PETSC_DEFAULT_GENCOMPS_INTEL_sandybridge=140' ';export' 'PE_PETSC_DEFAULT_GENCOMPS_INTEL_sandybridge;PE_PETSC_DEFAULT_GENCOMPS_INTEL_x86_64=140' ';export' 'PE_PETSC_DEFAULT_GENCOMPS_INTEL_x86_64;PE_PETSC_DEFAULT_REQUIRED_PRODUCTS=PE_MPICH:PE_LIBSCI:PE_TPSL' ';export' 'PE_PETSC_DEFAULT_REQUIRED_PRODUCTS;PE_PETSC_DEFAULT_VOLATILE_PKGCONFIG_PATH=/opt/cray/petsc/3.5.3.0/real/@PRGENV@/@PE_PETSC_DEFAULT_GENCOMPS@/@PE_PETSC_DEFAULT_TARGET@/lib/pkgconfig' ';export' 'PE_PETSC_DEFAULT_VOLATILE_PKGCONFIG_PATH;PE_PETSC_DEFAULT_VOLATILE_PRGENV=CRAY\' 'GNU\' INTEL ';export' 'PE_PETSC_DEFAULT_VOLATILE_PRGENV;PE_PKGCONFIG_DEFAULT_PRODUCTS=PE_TRILINOS:PE_TPSL:PE_NETCDF:PE_NETCDF_HDF5PARALLEL:PE_PARALLEL_NETCDF:PE_LIBSCI:PE_GA:PE_PETSC:PE_HDF5:PE_FFTW:PE_MPICH:PE_HDF5_PARALLEL' ';export' 'PE_PKGCONFIG_DEFAULT_PRODUCTS;PE_PKGCONFIG_LIBS=hdf5_hl:hdf5:netcdf:AtpSigHandler:cray-rca:libsci_mpi:libsci' ';export' 'PE_PKGCONFIG_LIBS;PE_PKGCONFIG_PRODUCTS=PE_HDF5:PE_NETCDF:PE_LIBSCI' ';export' 'PE_PKGCONFIG_PRODUCTS;PE_PKGCONFIG_PRODUCTS_DEFAULT=PE_PAPI' ';export' 'PE_PKGCONFIG_PRODUCTS_DEFAULT;PE_PKG_CONFIG_PATH=/opt/cray/cti/1.0.2/lib/pkgconfig' ';export' 'PE_PKG_CONFIG_PATH;PE_PRODUCT_LIST=CRAYPE_HASWELL:CRAY_RCA:CRAY_ALPS:DVS:CRAY_XPMEM:CRAY_DMAPP:CRAY_PMI:CRAY_UGNI:CRAY_UDREG:CRAY_LIBSCI:CRAYPE:INTEL' ';export' 'PE_PRODUCT_LIST;PE_SMA_DIR_CRAY_DEFAULT64=64' ';export' 'PE_SMA_DIR_CRAY_DEFAULT64;PE_SMA_DIR_PGI_DEFAULT64=64' ';export' 'PE_SMA_DIR_PGI_DEFAULT64;PE_SMA_VOLATILE_PKGCONFIG_PATH=/opt/cray/mpt/7.2.0/gni/sma@PE_SMA_DIR_DEFAULT64@/lib64/pkgconfig' ';export' 'PE_SMA_VOLATILE_PKGCONFIG_PATH;PE_TPSL_DEFAULT_GENCOMPS_CRAY_haswell=83' ';export' 'PE_TPSL_DEFAULT_GENCOMPS_CRAY_haswell;PE_TPSL_DEFAULT_GENCOMPS_CRAY_interlagos=83' ';export' 'PE_TPSL_DEFAULT_GENCOMPS_CRAY_interlagos;PE_TPSL_DEFAULT_GENCOMPS_CRAY_sandybridge=83' ';export' 'PE_TPSL_DEFAULT_GENCOMPS_CRAY_sandybridge;PE_TPSL_DEFAULT_GENCOMPS_CRAY_x86_64=83' ';export' 'PE_TPSL_DEFAULT_GENCOMPS_CRAY_x86_64;PE_TPSL_DEFAULT_GENCOMPS_GNU_haswell=49\' 48 ';export' 'PE_TPSL_DEFAULT_GENCOMPS_GNU_haswell;PE_TPSL_DEFAULT_GENCOMPS_GNU_interlagos=49\' 48 ';export' 'PE_TPSL_DEFAULT_GENCOMPS_GNU_interlagos;PE_TPSL_DEFAULT_GENCOMPS_GNU_sandybridge=49\' 48 ';export' 'PE_TPSL_DEFAULT_GENCOMPS_GNU_sandybridge;PE_TPSL_DEFAULT_GENCOMPS_GNU_x86_64=49\' 48 ';export' 'PE_TPSL_DEFAULT_GENCOMPS_GNU_x86_64;PE_TPSL_DEFAULT_GENCOMPS_INTEL_haswell=140' ';export' 'PE_TPSL_DEFAULT_GENCOMPS_INTEL_haswell;PE_TPSL_DEFAULT_GENCOMPS_INTEL_interlagos=140' ';export' 'PE_TPSL_DEFAULT_GENCOMPS_INTEL_interlagos;PE_TPSL_DEFAULT_GENCOMPS_INTEL_sandybridge=140' ';export' 'PE_TPSL_DEFAULT_GENCOMPS_INTEL_sandybridge;PE_TPSL_DEFAULT_GENCOMPS_INTEL_x86_64=140' ';export' 'PE_TPSL_DEFAULT_GENCOMPS_INTEL_x86_64;PE_TPSL_DEFAULT_REQUIRED_PRODUCTS=PE_MPICH:PE_LIBSCI' ';export' 'PE_TPSL_DEFAULT_REQUIRED_PRODUCTS;PE_TPSL_DEFAULT_VOLATILE_PKGCONFIG_PATH=/opt/cray/tpsl/1.4.4/@PRGENV@/@PE_TPSL_DEFAULT_GENCOMPS@/@PE_TPSL_DEFAULT_TARGET@/lib/pkgconfig' ';export' 'PE_TPSL_DEFAULT_VOLATILE_PKGCONFIG_PATH;PE_TPSL_DEFAULT_VOLATILE_PRGENV=CRAY\' 'GNU\' INTEL ';export' 'PE_TPSL_DEFAULT_VOLATILE_PRGENV;PE_TRILINOS_DEFAULT_GENCOMPS_CRAY_x86_64=83' ';export' 'PE_TRILINOS_DEFAULT_GENCOMPS_CRAY_x86_64;PE_TRILINOS_DEFAULT_GENCOMPS_GNU_x86_64=49\' 48 ';export' 'PE_TRILINOS_DEFAULT_GENCOMPS_GNU_x86_64;PE_TRILINOS_DEFAULT_GENCOMPS_INTEL_x86_64=140' ';export' 'PE_TRILINOS_DEFAULT_GENCOMPS_INTEL_x86_64;PE_TRILINOS_DEFAULT_REQUIRED_PRODUCTS=PE_MPICH:PE_HDF5_PARALLEL:PE_NETCDF_HDF5PARALLEL:PE_LIBSCI:PE_TPSL' ';export' 'PE_TRILINOS_DEFAULT_REQUIRED_PRODUCTS;PE_TRILINOS_DEFAULT_VOLATILE_PKGCONFIG_PATH=/opt/cray/trilinos/11.12.1.2/@PRGENV@/@PE_TRILINOS_DEFAULT_GENCOMPS@/@PE_TRILINOS_DEFAULT_TARGET@/lib/pkgconfig' ';export' 'PE_TRILINOS_DEFAULT_VOLATILE_PKGCONFIG_PATH;PE_TRILINOS_DEFAULT_VOLATILE_PRGENV=CRAY\' 'GNU\' INTEL ';export' 'PE_TRILINOS_DEFAULT_VOLATILE_PRGENV;PKGCONFIG_ENABLED=1' ';export' 'PKGCONFIG_ENABLED;PKG_CONFIG_PATH=/opt/cray/alps/5.2.4-2.0502.9822.32.1.ari/lib64/pkgconfig:/opt/cray/rca/1.0.0-2.0502.60530.1.62.ari/lib64/pkgconfig:/opt/cray/alps/5.2.4-2.0502.9774.31.11.ari/lib64/pkgconfig:/opt/cray/xpmem/0.1-2.0502.64982.5.3.ari/lib64/pkgconfig:/opt/cray/gni-headers/4.0-1.0502.10859.7.8.ari/lib64/pkgconfig:/opt/cray/dmapp/7.0.1-1.0502.11080.8.76.ari/lib64/pkgconfig:/opt/cray/pmi/5.0.11/lib64/pkgconfig:/opt/cray/ugni/6.0-1.0502.10863.8.29.ari/lib64/pkgconfig:/opt/cray/udreg/2.3.2-1.0502.10518.2.17.ari/lib64/pkgconfig:/opt/cray/craype/2.3.0/pkg-config:/opt/cray/atp/1.8.1/lib/pkgconfig' ';export' 'PKG_CONFIG_PATH;PKG_CONFIG_PATH_DEFAULT=/opt/cray/papi/5.4.0.1/lib64/pkgconfig' ';export' 'PKG_CONFIG_PATH_DEFAULT;PNG_INC=/usrx/local/prod//png/1.2.49/intel/sandybridge/include' ';export' 'PNG_INC;PNG_LIB=/usrx/local/prod//png/1.2.49/intel/sandybridge/lib/libpng.a' ';export' 'PNG_LIB;PNG_LIB12=/usrx/local/prod//png/1.2.49/intel/sandybridge/lib/libpng12.a' ';export' 'PNG_LIB12;PNG_LIBDIR=/usrx/local/prod//png/1.2.49/intel/sandybridge/lib' ';export' 'PNG_LIBDIR;PNG_LIBso=/usrx/local/prod//png/1.2.49/intel/sandybridge/lib/libpng.so' ';export' 'PNG_LIBso;PNG_SRC=/usrx/local/prod//png/1.2.49/intel/sandybridge/src' ';export' 'PNG_SRC;PNG_VER=1.2.49' ';export' 'PNG_VER;POST_INC=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/ncep_post_v8.0.1_4' ';export' 'POST_INC;POST_LIB=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libncep_post_v8.0.1_4.a' ';export' 'POST_LIB;POST_SRC=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/src/post_v8.0.1' ';export' 'POST_SRC;POST_VER=v8.0.1' ';export' 'POST_VER;SHMEM_ABORT_ON_ERROR=1' ';export' 'SHMEM_ABORT_ON_ERROR;SLURM_PROLOG=/opt/cray/atp/1.8.1/libexec/slurm_prolog.ksh' ';export' 'SLURM_PROLOG;SP_LIB4=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libsp_v2.0.3_4.a' ';export' 'SP_LIB4;SP_LIB8=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libsp_v2.0.3_8.a' ';export' 'SP_LIB8;SP_LIBd=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libsp_v2.0.3_d.a' ';export' 'SP_LIBd;SP_SRC=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/src/sp_v2.0.3' ';export' 'SP_SRC;SP_VER=v2.0.3' ';export' 'SP_VER;TBBROOT=/opt/intel/compilers_and_libraries_2016.3.210/linux/tbb' ';export' 'TBBROOT;W3EMC_INC4=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/w3emc_v2.3.1_4' ';export' 'W3EMC_INC4;W3EMC_INC8=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/w3emc_v2.3.1_8' ';export' 'W3EMC_INC8;W3EMC_INCd=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/w3emc_v2.3.1_d' ';export' 'W3EMC_INCd;W3EMC_LIB4=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libw3emc_v2.3.1_4.a' ';export' 'W3EMC_LIB4;W3EMC_LIB8=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libw3emc_v2.3.1_8.a' ';export' 'W3EMC_LIB8;W3EMC_LIBd=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libw3emc_v2.3.1_d.a' ';export' 'W3EMC_LIBd;W3EMC_SRC=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/src/w3emc_v2.3.1' ';export' 'W3EMC_SRC;W3EMC_VER=v2.3.1' ';export' 'W3EMC_VER;W3NCO_INC4=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/w3nco_v2.0.7_4' ';export' 'W3NCO_INC4;W3NCO_INC8=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/w3nco_v2.0.7_8' ';export' 'W3NCO_INC8;W3NCO_INCd=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/w3nco_v2.0.7_d' ';export' 'W3NCO_INCd;W3NCO_LIB4=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libw3nco_v2.0.7_4.a' ';export' 'W3NCO_LIB4;W3NCO_LIB8=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libw3nco_v2.0.7_8.a' ';export' 'W3NCO_LIB8;W3NCO_LIBd=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libw3nco_v2.0.7_d.a' ';export' 'W3NCO_LIBd;W3NCO_SRC=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/src/w3nco_v2.0.7' ';export' 'W3NCO_SRC;W3NCO_VER=v2.0.7' ';export' 'W3NCO_VER;XLSF_UIDDIR=/gpfs/llsf/xt-lsfhpc/9.1/linux2.6-glibc2.3-x86_64-cray/lib/uid' ';export' 'XLSF_UIDDIR;XTOS_VERSION=5.2.82' ';export' 'XTOS_VERSION;XTPE_NETWORK_TARGET=aries' ';export' 'XTPE_NETWORK_TARGET;Z_INC=/usrx/local/dev/zlib/1.2.7/intel/sandybridge/include' ';export' 'Z_INC;Z_LIB=/usrx/local/dev/zlib/1.2.7/intel/sandybridge/lib/libz.a' ';export' 'Z_LIB;Z_SRC=/usrx/local/dev/zlib/1.2.7/intel/sandybridge/src' ';export' 'Z_SRC;Z_VER=1.2.7' ';export' 'Z_VER;_LMFILES_=/opt/cray/craype/default/alt-modulefiles/craype-network-aries:/opt/cray/alt-modulefiles/craype/2.3.0:/opt/cray/alt-modulefiles/cray-libsci/13.0.3:/opt/cray/ari/modulefiles/udreg/2.3.2-1.0502.10518.2.17.ari:/opt/cray/ari/modulefiles/ugni/6.0-1.0502.10863.8.29.ari:/opt/cray/ari/modulefiles/pmi/5.0.11:/opt/cray/ari/modulefiles/dmapp/7.0.1-1.0502.11080.8.76.ari:/opt/cray/ari/modulefiles/gni-headers/4.0-1.0502.10859.7.8.ari:/opt/cray/ari/modulefiles/xpmem/0.1-2.0502.64982.5.3.ari:/opt/cray/ari/modulefiles/dvs/2.5_0.9.0-1.0502.2188.1.116.ari:/opt/cray/ari/modulefiles/alps/5.2.4-2.0502.9774.31.11.ari:/opt/cray/ari/modulefiles/rca/1.0.0-2.0502.60530.1.62.ari:/opt/cray/alt-modulefiles/atp/1.8.1:/opt/cray/alt-modulefiles/PrgEnv-intel/5.2.82:/opt/modulefiles/intel/16.3.210:/opt/cray/alt-modulefiles/cray-netcdf/4.3.3.1:/opt/cray/alt-modulefiles/cray-hdf5/1.8.14:/opt/modulefiles/xt-lsfhpc/9.1.3:/opt/cray/craype/default/alt-modulefiles/craype-haswell:/usrx/local/dev/modulefiles/python/2.7.14:/usrx/local/dev/modulefiles/cmake/3.6.2:/opt/modulefiles/gcc/4.9.2:/usrx/local/prod/modulefiles/jasper-gnu-sandybridge/1.900.1:/usrx/local/prod/modulefiles/png-intel-sandybridge/1.2.49:/usrx/local/dev/modulefiles/zlib-intel-sandybridge/1.2.7:/gpfs/hps/nco/ops/nwprod/lib/modulefiles/crtm-intel/2.2.6:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles/g2/3.1.1:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles/g2tmpl/1.6.0:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles/bacio/2.0.3:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles/ip/3.0.2:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles/sp/2.0.3:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles/w3nco/2.0.7:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles/w3emc/2.3.1:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles/nemsio/2.2.4:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles/post/8.0.1:/opt/cray/ari/modulefiles/alps/5.2.4-2.0502.9822.32.1.ari:/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/modulefiles/esmf/8.0.0:/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_cray/fv3' ';export' '_LMFILES_;' ++ eval ATP_HOME=/opt/cray/atp/1.8.1 ';export' 'ATP_HOME;ATP_MRNET_COMM_PATH=/opt/cray/atp/1.8.1/libexec/atp_mrnet_commnode_wrapper' ';export' 'ATP_MRNET_COMM_PATH;ATP_POST_LINK_OPTS=-Wl,-L/opt/cray/atp/1.8.1/libApp/\' ';export' 'ATP_POST_LINK_OPTS;BACIO_LIB4=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libbacio_v2.0.3_4.a' ';export' 'BACIO_LIB4;BACIO_LIB8=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libbacio_v2.0.3_8.a' ';export' 'BACIO_LIB8;BACIO_SRC=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/src/bacio_v2.0.3' ';export' 'BACIO_SRC;BACIO_VER=v2.0.3' ';export' 'BACIO_VER;CMAKE_CXX_COMPILER=CC' ';export' 'CMAKE_CXX_COMPILER;CMAKE_C_COMPILER=cc' ';export' 'CMAKE_C_COMPILER;CMAKE_Fortran_COMPILER=ftn' ';export' 'CMAKE_Fortran_COMPILER;CMAKE_Platform=wcoss_cray' ';export' 'CMAKE_Platform;COMP=intel' ';export' 'COMP;CPATH=/opt/intel/compilers_and_libraries_2016.3.210/linux/ipp/include:/opt/intel/compilers_and_libraries_2016.3.210/linux/mkl/include:/opt/intel/compilers_and_libraries_2016.3.210/linux/tbb/include' ';export' 'CPATH;CRAYOS_VERSION=5.2.82' ';export' 'CRAYOS_VERSION;CRAYPE_DIR=/opt/cray/craype/2.3.0' ';export' 'CRAYPE_DIR;CRAYPE_NETWORK_TARGET=aries' ';export' 'CRAYPE_NETWORK_TARGET;CRAYPE_VERSION=2.3.0' ';export' 'CRAYPE_VERSION;CRAY_ALPS_INCLUDE_OPTS=-I/opt/cray/alps/5.2.4-2.0502.9822.32.1.ari/include' ';export' 'CRAY_ALPS_INCLUDE_OPTS;CRAY_ALPS_POST_LINK_OPTS=-L/opt/cray/alps/5.2.4-2.0502.9822.32.1.ari/lib64' ';export' 'CRAY_ALPS_POST_LINK_OPTS;CRAY_CPU_TARGET=haswell' ';export' 'CRAY_CPU_TARGET;CRAY_DMAPP_INCLUDE_OPTS=-I/opt/cray/dmapp/7.0.1-1.0502.11080.8.76.ari/include\' '-I/opt/cray/gni-headers/4.0-1.0502.10859.7.8.ari/include\' ';export' 'CRAY_DMAPP_INCLUDE_OPTS;CRAY_DMAPP_POST_LINK_OPTS=-L/opt/cray/dmapp/7.0.1-1.0502.11080.8.76.ari/lib64' ';export' 'CRAY_DMAPP_POST_LINK_OPTS;CRAY_GNI_HEADERS_INCLUDE_OPTS=-I/opt/cray/gni-headers/4.0-1.0502.10859.7.8.ari/include' ';export' 'CRAY_GNI_HEADERS_INCLUDE_OPTS;CRAY_HDF5_DIR=/opt/cray/hdf5/1.8.14' ';export' 'CRAY_HDF5_DIR;CRAY_HDF5_VERSION=1.8.14' ';export' 'CRAY_HDF5_VERSION;CRAY_LD_LIBRARY_PATH=/opt/cray/alps/5.2.4-2.0502.9822.32.1.ari/lib64:/opt/cray/hdf5/1.8.14/INTEL/14.0/lib:/opt/cray/netcdf/4.3.3.1/INTEL/14.0/lib:/opt/cray/rca/1.0.0-2.0502.60530.1.62.ari/lib64:/opt/cray/alps/5.2.4-2.0502.9774.31.11.ari/lib64:/opt/cray/xpmem/0.1-2.0502.64982.5.3.ari/lib64:/opt/cray/dmapp/7.0.1-1.0502.11080.8.76.ari/lib64:/opt/cray/pmi/5.0.11/lib64:/opt/cray/ugni/6.0-1.0502.10863.8.29.ari/lib64:/opt/cray/udreg/2.3.2-1.0502.10518.2.17.ari/lib64:/opt/cray/libsci/13.0.3/INTEL/140/x86_64/lib' ';export' 'CRAY_LD_LIBRARY_PATH;CRAY_LIBSCI_BASE_DIR=/opt/cray/libsci/13.0.3' ';export' 'CRAY_LIBSCI_BASE_DIR;CRAY_LIBSCI_DIR=/opt/cray/libsci/13.0.3' ';export' 'CRAY_LIBSCI_DIR;CRAY_LIBSCI_PREFIX_DIR=/opt/cray/libsci/13.0.3/INTEL/140/x86_64' ';export' 'CRAY_LIBSCI_PREFIX_DIR;CRAY_LIBSCI_VERSION=13.0.3' ';export' 'CRAY_LIBSCI_VERSION;CRAY_NETCDF_VERSION=4.3.3.1' ';export' 'CRAY_NETCDF_VERSION;CRAY_PE_MODULES=cray-hdf5:cray-netcdf' ';export' 'CRAY_PE_MODULES;CRAY_PMI_INCLUDE_OPTS=-I/opt/cray/pmi/5.0.11/include' ';export' 'CRAY_PMI_INCLUDE_OPTS;CRAY_PMI_POST_LINK_OPTS=-L/opt/cray/pmi/5.0.11/lib64' ';export' 'CRAY_PMI_POST_LINK_OPTS;CRAY_PRE_COMPILE_OPTS=-hnetwork=aries' ';export' 'CRAY_PRE_COMPILE_OPTS;CRAY_PRGENVINTEL=loaded' ';export' 'CRAY_PRGENVINTEL;CRAY_RCA_INCLUDE_OPTS=-I/opt/cray/rca/1.0.0-2.0502.60530.1.62.ari/include\' '-I/opt/cray/krca/1.0.0-2.0502.67049.8.22.ari/include\' '-I/opt/cray-hss-devel/7.2.0/include\' ';export' 'CRAY_RCA_INCLUDE_OPTS;CRAY_RCA_POST_LINK_OPTS=-L/opt/cray/rca/1.0.0-2.0502.60530.1.62.ari/lib64\' '-lrca\' ';export' 'CRAY_RCA_POST_LINK_OPTS;CRAY_UDREG_INCLUDE_OPTS=-I/opt/cray/udreg/2.3.2-1.0502.10518.2.17.ari/include' ';export' 'CRAY_UDREG_INCLUDE_OPTS;CRAY_UDREG_POST_LINK_OPTS=-L/opt/cray/udreg/2.3.2-1.0502.10518.2.17.ari/lib64' ';export' 'CRAY_UDREG_POST_LINK_OPTS;CRAY_UGNI_INCLUDE_OPTS=-I/opt/cray/ugni/6.0-1.0502.10863.8.29.ari/include' ';export' 'CRAY_UGNI_INCLUDE_OPTS;CRAY_UGNI_POST_LINK_OPTS=-L/opt/cray/ugni/6.0-1.0502.10863.8.29.ari/lib64' ';export' 'CRAY_UGNI_POST_LINK_OPTS;CRAY_XPMEM_INCLUDE_OPTS=-I/opt/cray/xpmem/0.1-2.0502.64982.5.3.ari/include' ';export' 'CRAY_XPMEM_INCLUDE_OPTS;CRAY_XPMEM_POST_LINK_OPTS=-L/opt/cray/xpmem/0.1-2.0502.64982.5.3.ari/lib64' ';export' 'CRAY_XPMEM_POST_LINK_OPTS;CRTM_FIX=/gpfs/hps/nco/ops/nwprod/lib/crtm/v2.2.6/fix' ';export' 'CRTM_FIX;CRTM_INC=/gpfs/hps/nco/ops/nwprod/lib/crtm/v2.2.6/intel/include/crtm_v2.2.6' ';export' 'CRTM_INC;CRTM_LIB=/gpfs/hps/nco/ops/nwprod/lib/crtm/v2.2.6/intel/libcrtm_v2.2.6.a' ';export' 'CRTM_LIB;CRTM_SRC=/gpfs/hps/nco/ops/nwprod/lib/crtm/v2.2.6/src' ';export' 'CRTM_SRC;CRTM_VER=v2.2.6' ';export' 'CRTM_VER;DMAPP_ABORT_ON_ERROR=1' ';export' 'DMAPP_ABORT_ON_ERROR;DVS_INCLUDE_OPTS=-I/opt/cray/dvs/2.5_0.9.0-1.0502.2188.1.116.ari/include' ';export' 'DVS_INCLUDE_OPTS;DVS_VERSION=0.9.0' ';export' 'DVS_VERSION;ESMFMKFILE=/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/lib/esmf.mk' ';export' 'ESMFMKFILE;G2TMPL_INC=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/g2tmpl_v1.6.0' ';export' 'G2TMPL_INC;G2TMPL_LIB=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libg2tmpl_v1.6.0.a' ';export' 'G2TMPL_LIB;G2TMPL_SRC=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/src/g2tmpl_v1.6.0/src' ';export' 'G2TMPL_SRC;G2TMPL_VER=v1.6.0' ';export' 'G2TMPL_VER;G2_INC4=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/g2_v3.1.1_4' ';export' 'G2_INC4;G2_INCd=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/g2_v3.1.1_d' ';export' 'G2_INCd;G2_LIB4=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libg2_v3.1.1_4.a' ';export' 'G2_LIB4;G2_LIBd=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libg2_v3.1.1_d.a' ';export' 'G2_LIBd;G2_SRC=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/src/g2_v3.1.1' ';export' 'G2_SRC;G2_VER=v3.1.1' ';export' 'G2_VER;GCC_PATH=/opt/gcc/4.9.2' ';export' 'GCC_PATH;GCC_VERSION=4.9.2' ';export' 'GCC_VERSION;GDBSERVER_MIC=/opt/intel/compilers_and_libraries_2016.3.210/linux/debugger/gdb/target/mic/bin/gdbserver' ';export' 'GDBSERVER_MIC;GDB_CROSS=/opt/intel/compilers_and_libraries_2016.3.210/linux/debugger/gdb/intel64_mic/bin/gdb-mic' ';export' 'GDB_CROSS;GDB_HOST=/opt/intel/compilers_and_libraries_2016.3.210/linux/debugger/gdb/intel64_mic/bin/gdb-ia-mic' ';export' 'GDB_HOST;GNU_VERSION=4.9.2' ';export' 'GNU_VERSION;HDF5_DIR=/opt/cray/hdf5/1.8.14/INTEL/14.0' ';export' 'HDF5_DIR;HDF5_INCLUDE_OPTS=/opt/cray/hdf5/1.8.14/INTEL/14.0/include' ';export' 'HDF5_INCLUDE_OPTS;HDF5_ROOT=/opt/cray/hdf5/1.8.14/INTEL/14.0' ';export' 'HDF5_ROOT;INFOPATH=/opt/gcc/4.9.2/snos/share/info:/opt/intel/compilers_and_libraries_2016.3.210/linux/debugger/gdb/intel64/share/info/:/opt/intel/compilers_and_libraries_2016.3.210/linux/debugger/gdb/intel64_mic/share/info/:/usr/local/info:/usr/share/info:/usr/info' ';export' 'INFOPATH;INTEL_LICENSE_FILE=/opt/intel/compilers_and_libraries_2016.3.210/linux/licenses:/opt/intel/licenses:/intel/licenses' ';export' 'INTEL_LICENSE_FILE;INTEL_MAJOR_VERSION=16.0' ';export' 'INTEL_MAJOR_VERSION;INTEL_MINOR_VERSION=3.210' ';export' 'INTEL_MINOR_VERSION;INTEL_PATH=/opt/intel/compilers_and_libraries_2016.3.210/linux' ';export' 'INTEL_PATH;INTEL_PYTHONHOME=/opt/intel/compilers_and_libraries_2016.3.210/linux/debugger/python/intel64/' ';export' 'INTEL_PYTHONHOME;INTEL_VERSION=16.0.3.210' ';export' 'INTEL_VERSION;IPPROOT=/opt/intel/compilers_and_libraries_2016.3.210/linux/ipp' ';export' 'IPPROOT;IP_INC4=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/ip_v3.0.2_4' ';export' 'IP_INC4;IP_INC8=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/ip_v3.0.2_8' ';export' 'IP_INC8;IP_INCd=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/ip_v3.0.2_d' ';export' 'IP_INCd;IP_LIB4=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libip_v3.0.2_4.a' ';export' 'IP_LIB4;IP_LIB8=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libip_v3.0.2_8.a' ';export' 'IP_LIB8;IP_LIBd=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libip_v3.0.2_d.a' ';export' 'IP_LIBd;IP_SRC=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/src/ip_v3.0.2' ';export' 'IP_SRC;IP_VER=v3.0.2' ';export' 'IP_VER;JASPER_INC=/usrx/local/prod//jasper/1.900.1/gnu/sandybridge/include' ';export' 'JASPER_INC;JASPER_LIB=/usrx/local/prod//jasper/1.900.1/gnu/sandybridge/lib/libjasper.a' ';export' 'JASPER_LIB;JASPER_LIBDIR=/usrx/local/prod//jasper/1.900.1/gnu/sandybridge/lib' ';export' 'JASPER_LIBDIR;JASPER_LIBl=/usrx/local/prod//jasper/1.900.1/gnu/sandybridge/lib/libjasper.la' ';export' 'JASPER_LIBl;JASPER_SRC=/usrx/local/prod//jasper/1.900.1/gnu/sandybridge/sorc/jasper_v1.900.1' ';export' 'JASPER_SRC;JASPER_VER=1.900.1' ';export' 'JASPER_VER;LD_LIBRARY_PATH=/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/lib:/usrx/local/dev/zlib/1.2.7/intel/sandybridge/lib:/opt/gcc/4.9.2/snos/lib64:/usrx/local/dev/python/2.7.14/lib:/gpfs/llsf/xt-lsfhpc/9.1/linux2.6-glibc2.3-x86_64-cray/lib:/opt/intel/compilers_and_libraries_2016.3.210/linux/compiler/lib/intel64:/opt/intel/mic/coi/host-linux-release/lib:/opt/intel/mic/myo/lib:/opt/intel/compilers_and_libraries_2016.3.210/linux/mpirt/lib/intel64:/opt/intel/compilers_and_libraries_2016.3.210/linux/ipp/../compiler/lib/intel64:/opt/intel/compilers_and_libraries_2016.3.210/linux/ipp/lib/intel64:/opt/intel/compilers_and_libraries_2016.3.210/linux/ipp/tools/intel64/perfsys:/opt/intel/mic/coi/host-linux-release/lib:/opt/intel/mic/myo/lib:/opt/intel/compilers_and_libraries_2016.3.210/linux/compiler/lib/intel64:/opt/intel/compilers_and_libraries_2016.3.210/linux/mkl/lib/intel64:/opt/intel/compilers_and_libraries_2016.3.210/linux/tbb/lib/intel64/gcc4.1:/opt/intel/compilers_and_libraries_2016.3.210/linux/debugger/libipt/intel64/lib' ';export' 'LD_LIBRARY_PATH;LIBRARY_PATH=/opt/intel/compilers_and_libraries_2016.3.210/linux/compiler/lib/intel64:/opt/intel/compilers_and_libraries_2016.3.210/linux/ipp/../compiler/lib/intel64:/opt/intel/compilers_and_libraries_2016.3.210/linux/ipp/lib/intel64:/opt/intel/compilers_and_libraries_2016.3.210/linux/compiler/lib/intel64:/opt/intel/compilers_and_libraries_2016.3.210/linux/mkl/lib/intel64:/opt/intel/compilers_and_libraries_2016.3.210/linux/tbb/lib/intel64/gcc4.1' ';export' 'LIBRARY_PATH;LIBSCI_BASE_DIR=/opt/cray/libsci/13.0.3' ';export' 'LIBSCI_BASE_DIR;LIBSCI_VERSION=13.0.3' ';export' 'LIBSCI_VERSION;LIB_NAME=POST' ';export' 'LIB_NAME;LOADEDMODULES=craype-network-aries:craype/2.3.0:cray-libsci/13.0.3:udreg/2.3.2-1.0502.10518.2.17.ari:ugni/6.0-1.0502.10863.8.29.ari:pmi/5.0.11:dmapp/7.0.1-1.0502.11080.8.76.ari:gni-headers/4.0-1.0502.10859.7.8.ari:xpmem/0.1-2.0502.64982.5.3.ari:dvs/2.5_0.9.0-1.0502.2188.1.116.ari:alps/5.2.4-2.0502.9774.31.11.ari:rca/1.0.0-2.0502.60530.1.62.ari:atp/1.8.1:PrgEnv-intel/5.2.82:intel/16.3.210:cray-netcdf/4.3.3.1:cray-hdf5/1.8.14:xt-lsfhpc/9.1.3:craype-haswell:python/2.7.14:cmake/3.6.2:gcc/4.9.2:jasper-gnu-sandybridge/1.900.1:png-intel-sandybridge/1.2.49:zlib-intel-sandybridge/1.2.7:crtm-intel/2.2.6:g2/3.1.1:g2tmpl/1.6.0:bacio/2.0.3:ip/3.0.2:sp/2.0.3:w3nco/2.0.7:w3emc/2.3.1:nemsio/2.2.4:post/8.0.1:alps/5.2.4-2.0502.9822.32.1.ari:esmf/8.0.0:fv3' ';export' 'LOADEDMODULES;LSF_BINDIR=/gpfs/llsf/xt-lsfhpc/9.1/linux2.6-glibc2.3-x86_64-cray/bin' ';export' 'LSF_BINDIR;LSF_ENVDIR=/gpfs/llsf/xt-lsfhpc/conf' ';export' 'LSF_ENVDIR;LSF_LIBDIR=/gpfs/llsf/xt-lsfhpc/9.1/linux2.6-glibc2.3-x86_64-cray/lib' ';export' 'LSF_LIBDIR;LSF_SERVERDIR=/gpfs/llsf/xt-lsfhpc/9.1/linux2.6-glibc2.3-x86_64-cray/etc' ';export' 'LSF_SERVERDIR;MANPATH=/opt/cray/pmi/5.0.11/man:/opt/cray/alps/5.2.4-2.0502.9822.32.1.ari/man:/usrx/local/dev/zlib/1.2.7/intel/sandybridge/share/man:/opt/gcc/4.9.2/snos/share/man:/usrx/local/dev/cmake/3.6.2/share/man:/usrx/local/dev/python/2.7.14/share/man:/gpfs/llsf/xt-lsfhpc/9.1/man:/opt/cray/netcdf/4.3.3.1/share/man:/opt/intel/compilers_and_libraries_2016.3.210/linux/man/en_US:/opt/intel/compilers_and_libraries_2016.3.210/linux/man/en_US:/opt/intel/compilers_and_libraries_2016.3.210/linux/debugger/gdb/intel64/share/man/:/opt/intel/compilers_and_libraries_2016.3.210/linux/debugger/gdb/intel64_mic/share/man/:/opt/intel/compilers_and_libraries_2016.3.210/linux/man/common:/opt/cray/atp/1.8.1/man:/opt/cray/alps/5.2.4-2.0502.9774.31.11.ari/man:/opt/cray/libsci/13.0.3/man:/opt/cray/man/csmlversion:/opt/cray/craype/2.3.0/man:/opt/cray/share/man:/usr/local/man:/usr/share/man:/opt/cray/share/man:/cm/local/apps/environment-modules/current/share/man:/opt/cray/man' ';export' 'MANPATH;MIC_LD_LIBRARY_PATH=/opt/intel/compilers_and_libraries_2016.3.210/linux/compiler/lib/mic:/opt/intel/compilers_and_libraries_2016.3.210/linux/mpirt/lib/mic:/opt/intel/mic/coi/device-linux-release/lib:/opt/intel/mic/myo/lib:/opt/intel/compilers_and_libraries_2016.3.210/linux/ipp/lib/lib/mic:/opt/intel/mic/coi/device-linux-release/lib:/opt/intel/mic/myo/lib:/opt/intel/compilers_and_libraries_2016.3.210/linux/compiler/lib/mic:/opt/intel/compilers_and_libraries_2016.3.210/linux/mkl/lib/mic:/opt/intel/compilers_and_libraries_2016.3.210/linux/tbb/lib/mic' ';export' 'MIC_LD_LIBRARY_PATH;MIC_LIBRARY_PATH=/opt/intel/compilers_and_libraries_2016.3.210/linux/compiler/lib/mic:/opt/intel/compilers_and_libraries_2016.3.210/linux/mpirt/lib/mic:/opt/intel/compilers_and_libraries_2016.3.210/linux/tbb/lib/mic' ';export' 'MIC_LIBRARY_PATH;MKLROOT=/opt/intel/compilers_and_libraries_2016.3.210/linux/mkl' ';export' 'MKLROOT;MODULEPATH=/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/modulefiles:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles:/opt/cray/ari/modulefiles:/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/wcoss_cray:/usrx/local/emc_rocoto/modulefiles:/usrx/local/dev/modulefiles:/usrx/local/prod/modulefiles:/gpfs/hps/nco/ops/nwprod/lib/modulefiles:/gpfs/hps/nco/ops/nwprod/modulefiles:/opt/cray/alt-modulefiles:/opt/cray/craype/default/alt-modulefiles:/opt/modulefiles' ';export' 'MODULEPATH;MPICH_ABORT_ON_ERROR=1' ';export' 'MPICH_ABORT_ON_ERROR;MPM_LAUNCHER=/opt/intel/compilers_and_libraries_2016.3.210/linux/debugger/mpm/bin/start_mpm.sh' ';export' 'MPM_LAUNCHER;NEMSIO_INC=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/nemsio_v2.2.4' ';export' 'NEMSIO_INC;NEMSIO_LIB=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libnemsio_v2.2.4.a' ';export' 'NEMSIO_LIB;NEMSIO_SRC=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/src/nemsio_v2.2.4' ';export' 'NEMSIO_SRC;NEMSIO_VER=v2.2.4' ';export' 'NEMSIO_VER;NETCDF_DIR=/opt/cray/netcdf/4.3.3.1/INTEL/14.0' ';export' 'NETCDF_DIR;NLSPATH=/opt/intel/compilers_and_libraries_2016.3.210/linux/compiler/lib/intel64/locale/%l_%t/%N:/opt/intel/compilers_and_libraries_2016.3.210/linux/ipp/lib/intel64/locale/%l_%t/%N:/opt/intel/compilers_and_libraries_2016.3.210/linux/mkl/lib/intel64/locale/%l_%t/%N:/opt/intel/compilers_and_libraries_2016.3.210/linux/debugger/gdb/intel64_mic/share/locale/%l_%t/%N:/opt/intel/compilers_and_libraries_2016.3.210/linux/debugger/gdb/intel64/share/locale/%l_%t/%N' ';export' 'NLSPATH;PATH=/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/bin:/opt/cray/alps/5.2.4-2.0502.9822.32.1.ari/sbin:/opt/cray/alps/5.2.4-2.0502.9822.32.1.ari/bin:/opt/gcc/4.9.2/bin:/usrx/local/dev/cmake/3.6.2/bin:/usrx/local/dev/python/2.7.14/bin:/gpfs/llsf/xt-lsfhpc/9.1/linux2.6-glibc2.3-x86_64-cray/etc:/gpfs/llsf/xt-lsfhpc/9.1/linux2.6-glibc2.3-x86_64-cray/bin:/opt/cray/hdf5/1.8.14/bin:/opt/cray/netcdf/4.3.3.1/bin:/opt/intel/compilers_and_libraries_2016.3.210/linux/bin/intel64:/opt/intel/compilers_and_libraries_2016.3.210/linux/debugger/gdb/intel64_mic/bin:/opt/cray/rca/1.0.0-2.0502.60530.1.62.ari/bin:/opt/cray/alps/5.2.4-2.0502.9774.31.11.ari/sbin:/opt/cray/dvs/2.5_0.9.0-1.0502.2188.1.116.ari/bin:/opt/cray/xpmem/0.1-2.0502.64982.5.3.ari/bin:/opt/cray/ugni/6.0-1.0502.10863.8.29.ari/bin:/opt/cray/udreg/2.3.2-1.0502.10518.2.17.ari/bin:/opt/cray/craype/2.3.0/bin:/u/Dusan.Jovic/bin:/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/X11R6/bin:/usr/games:/opt/bin:/usr/lib/mit/bin:/usr/lib/mit/sbin:/sbin:/usr/sbin:.:/usr/lib/qt3/bin:/u/Dusan.Jovic/bin:/gpfs/hps3/emc/meso/noscrub/Dusan.Jovic/dbrowse:/opt/cray/bin:/usrx/local/dev/zlib/1.2.7/intel/sandybridge/include' ';export' 'PATH;PE_CRAY_DEFAULT_FIXED_PKGCONFIG_PATH=/opt/cray/parallel-netcdf/1.6.0/CRAY/8.3/lib/pkgconfig:/opt/cray/ga/5.3.0.1/CRAY/83/lib/pkgconfig:/opt/cray/netcdf-hdf5parallel/4.3.2/CRAY/83/lib/pkgconfig:/opt/cray/hdf5-parallel/1.8.13/CRAY/83/lib/pkgconfig:/opt/cray/netcdf/4.3.2/CRAY/83/lib/pkgconfig:/opt/cray/hdf5/1.8.13/CRAY/83/lib/pkgconfig' ';export' 'PE_CRAY_DEFAULT_FIXED_PKGCONFIG_PATH;PE_CRAY_FIXED_PKGCONFIG_PATH=/opt/cray/hdf5/1.8.14/CRAY/8.3/lib/pkgconfig:/opt/cray/netcdf/4.3.3.1/CRAY/8.3/lib/pkgconfig' ';export' 'PE_CRAY_FIXED_PKGCONFIG_PATH;PE_CXX_PKGCONFIG_LIBS=hdf5_hl_cpp:hdf5_cpp:netcdf_c++4' ';export' 'PE_CXX_PKGCONFIG_LIBS;PE_ENV=INTEL' ';export' 'PE_ENV;PE_FFTW_DEFAULT_REQUIRED_PRODUCTS=PE_MPICH' ';export' 'PE_FFTW_DEFAULT_REQUIRED_PRODUCTS;PE_FFTW_DEFAULT_TARGET_haswell=haswell' ';export' 'PE_FFTW_DEFAULT_TARGET_haswell;PE_FFTW_DEFAULT_TARGET_interlagos=interlagos' ';export' 'PE_FFTW_DEFAULT_TARGET_interlagos;PE_FFTW_DEFAULT_TARGET_sandybridge=sandybridge' ';export' 'PE_FFTW_DEFAULT_TARGET_sandybridge;PE_FFTW_DEFAULT_TARGET_x86_64=x86_64' ';export' 'PE_FFTW_DEFAULT_TARGET_x86_64;PE_FFTW_DEFAULT_VOLATILE_PKGCONFIG_PATH=/opt/cray/fftw/3.3.4.2/@PE_FFTW_DEFAULT_TARGET@/lib/pkgconfig' ';export' 'PE_FFTW_DEFAULT_VOLATILE_PKGCONFIG_PATH;PE_FORTRAN_PKGCONFIG_LIBS=hdf5hl_fortran:hdf5_fortran:netcdff' ';export' 'PE_FORTRAN_PKGCONFIG_LIBS;PE_GA_DEFAULT_FIXED_PRGENV=CRAY\' INTEL ';export' 'PE_GA_DEFAULT_FIXED_PRGENV;PE_GA_DEFAULT_GENCOMPS_GNU=49\' 48 ';export' 'PE_GA_DEFAULT_GENCOMPS_GNU;PE_GA_DEFAULT_VOLATILE_PKGCONFIG_PATH=/opt/cray/ga/5.3.0.1/@PRGENV@/@PE_GA_DEFAULT_GENCOMPS@/lib/pkgconfig' ';export' 'PE_GA_DEFAULT_VOLATILE_PKGCONFIG_PATH;PE_GA_DEFAULT_VOLATILE_PRGENV=GNU' ';export' 'PE_GA_DEFAULT_VOLATILE_PRGENV;PE_HDF5_CXX_PKGCONFIG_LIBS=hdf5_hl_cpp:hdf5_cpp' ';export' 'PE_HDF5_CXX_PKGCONFIG_LIBS;PE_HDF5_DEFAULT_FIXED_PRGENV=CRAY\' INTEL ';export' 'PE_HDF5_DEFAULT_FIXED_PRGENV;PE_HDF5_DEFAULT_GENCOMPS_GNU=49\' 48 ';export' 'PE_HDF5_DEFAULT_GENCOMPS_GNU;PE_HDF5_DEFAULT_VOLATILE_PKGCONFIG_PATH=/opt/cray/hdf5/1.8.13/@PRGENV@/@PE_HDF5_DEFAULT_GENCOMPS@/lib/pkgconfig' ';export' 'PE_HDF5_DEFAULT_VOLATILE_PKGCONFIG_PATH;PE_HDF5_DEFAULT_VOLATILE_PRGENV=GNU' ';export' 'PE_HDF5_DEFAULT_VOLATILE_PRGENV;PE_HDF5_DIR=/opt/cray/hdf5/1.8.14' ';export' 'PE_HDF5_DIR;PE_HDF5_FIXED_PRGENV=CRAY\' INTEL ';export' 'PE_HDF5_FIXED_PRGENV;PE_HDF5_FORTRAN_PKGCONFIG_LIBS=hdf5hl_fortran:hdf5_fortran' ';export' 'PE_HDF5_FORTRAN_PKGCONFIG_LIBS;PE_HDF5_GENCOMPILERS_GNU=5.1\' '4.9\' 4.8 ';export' 'PE_HDF5_GENCOMPILERS_GNU;PE_HDF5_GENCOMPS_GNU=51\' '49\' 48 ';export' 'PE_HDF5_GENCOMPS_GNU;PE_HDF5_MODULE_NAME=cray-hdf5' ';export' 'PE_HDF5_MODULE_NAME;PE_HDF5_PARALLEL_DEFAULT_FIXED_PRGENV=CRAY\' INTEL ';export' 'PE_HDF5_PARALLEL_DEFAULT_FIXED_PRGENV;PE_HDF5_PARALLEL_DEFAULT_GENCOMPS_GNU=49\' 48 ';export' 'PE_HDF5_PARALLEL_DEFAULT_GENCOMPS_GNU;PE_HDF5_PARALLEL_DEFAULT_REQUIRED_PRODUCTS=PE_MPICH' ';export' 'PE_HDF5_PARALLEL_DEFAULT_REQUIRED_PRODUCTS;PE_HDF5_PARALLEL_DEFAULT_VOLATILE_PKGCONFIG_PATH=/opt/cray/hdf5-parallel/1.8.13/@PRGENV@/@PE_HDF5_PARALLEL_DEFAULT_GENCOMPS@/lib/pkgconfig' ';export' 'PE_HDF5_PARALLEL_DEFAULT_VOLATILE_PKGCONFIG_PATH;PE_HDF5_PARALLEL_DEFAULT_VOLATILE_PRGENV=GNU' ';export' 'PE_HDF5_PARALLEL_DEFAULT_VOLATILE_PRGENV;PE_HDF5_PKGCONFIG_LIBS=hdf5_hl:hdf5' ';export' 'PE_HDF5_PKGCONFIG_LIBS;PE_HDF5_VOLATILE_PKGCONFIG_PATH=/opt/cray/hdf5/1.8.14/@PRGENV@/@PE_HDF5_GENCOMPS@/lib/pkgconfig' ';export' 'PE_HDF5_VOLATILE_PKGCONFIG_PATH;PE_HDF5_VOLATILE_PRGENV=GNU' ';export' 'PE_HDF5_VOLATILE_PRGENV;PE_INTEL_DEFAULT_FIXED_PKGCONFIG_PATH=/opt/cray/parallel-netcdf/1.6.0/INTEL/14.0/lib/pkgconfig:/opt/cray/ga/5.3.0.1/INTEL/140/lib/pkgconfig:/opt/cray/netcdf-hdf5parallel/4.3.2/INTEL/140/lib/pkgconfig:/opt/cray/mpt/7.2.0/gni/mpich2-intel/140/lib/pkgconfig:/opt/cray/hdf5-parallel/1.8.13/INTEL/140/lib/pkgconfig:/opt/cray/netcdf/4.3.2/INTEL/140/lib/pkgconfig:/opt/cray/hdf5/1.8.13/INTEL/140/lib/pkgconfig' ';export' 'PE_INTEL_DEFAULT_FIXED_PKGCONFIG_PATH;PE_INTEL_FIXED_PKGCONFIG_PATH=/opt/cray/hdf5/1.8.14/INTEL/14.0/lib/pkgconfig:/opt/cray/netcdf/4.3.3.1/INTEL/14.0/lib/pkgconfig' ';export' 'PE_INTEL_FIXED_PKGCONFIG_PATH;PE_LIBSCI_DEFAULT_GENCOMPS_CRAY_x86_64=83' ';export' 'PE_LIBSCI_DEFAULT_GENCOMPS_CRAY_x86_64;PE_LIBSCI_DEFAULT_GENCOMPS_GNU_x86_64=49\' 48 ';export' 'PE_LIBSCI_DEFAULT_GENCOMPS_GNU_x86_64;PE_LIBSCI_DEFAULT_GENCOMPS_INTEL_x86_64=140' ';export' 'PE_LIBSCI_DEFAULT_GENCOMPS_INTEL_x86_64;PE_LIBSCI_DEFAULT_OMP_REQUIRES_openmp=_mp' ';export' 'PE_LIBSCI_DEFAULT_OMP_REQUIRES_openmp;PE_LIBSCI_DEFAULT_PKGCONFIG_VARIABLES=PE_LIBSCI_DEFAULT_OMP_REQUIRES_@openmp@' ';export' 'PE_LIBSCI_DEFAULT_PKGCONFIG_VARIABLES;PE_LIBSCI_DEFAULT_REQUIRED_PRODUCTS=PE_MPICH' ';export' 'PE_LIBSCI_DEFAULT_REQUIRED_PRODUCTS;PE_LIBSCI_DEFAULT_VOLATILE_PKGCONFIG_PATH=/opt/cray/libsci/13.0.3/@PRGENV@/@PE_LIBSCI_DEFAULT_GENCOMPS@/@PE_LIBSCI_DEFAULT_TARGET@/lib/pkgconfig' ';export' 'PE_LIBSCI_DEFAULT_VOLATILE_PKGCONFIG_PATH;PE_LIBSCI_DEFAULT_VOLATILE_PRGENV=CRAY\' 'GNU\' INTEL ';export' 'PE_LIBSCI_DEFAULT_VOLATILE_PRGENV;PE_LIBSCI_GENCOMPS_CRAY_x86_64=83' ';export' 'PE_LIBSCI_GENCOMPS_CRAY_x86_64;PE_LIBSCI_GENCOMPS_GNU_x86_64=49\' 48 ';export' 'PE_LIBSCI_GENCOMPS_GNU_x86_64;PE_LIBSCI_GENCOMPS_INTEL_x86_64=140' ';export' 'PE_LIBSCI_GENCOMPS_INTEL_x86_64;PE_LIBSCI_MODULE_NAME=cray-libsci/13.0.3' ';export' 'PE_LIBSCI_MODULE_NAME;PE_LIBSCI_OMP_REQUIRES_openmp=_mp' ';export' 'PE_LIBSCI_OMP_REQUIRES_openmp;PE_LIBSCI_PKGCONFIG_LIBS=libsci_mpi:libsci' ';export' 'PE_LIBSCI_PKGCONFIG_LIBS;PE_LIBSCI_PKGCONFIG_VARIABLES=PE_LIBSCI_OMP_REQUIRES_@openmp@' ';export' 'PE_LIBSCI_PKGCONFIG_VARIABLES;PE_LIBSCI_REQUIRED_PRODUCTS=PE_MPICH' ';export' 'PE_LIBSCI_REQUIRED_PRODUCTS;PE_LIBSCI_VOLATILE_PKGCONFIG_PATH=/opt/cray/libsci/13.0.3/@PRGENV@/@PE_LIBSCI_GENCOMPS@/@PE_LIBSCI_TARGET@/lib/pkgconfig' ';export' 'PE_LIBSCI_VOLATILE_PKGCONFIG_PATH;PE_LIBSCI_VOLATILE_PRGENV=CRAY\' 'GNU\' INTEL ';export' 'PE_LIBSCI_VOLATILE_PRGENV;PE_MPICH_DEFAULT_DIR_CRAY_DEFAULT64=64' ';export' 'PE_MPICH_DEFAULT_DIR_CRAY_DEFAULT64;PE_MPICH_DEFAULT_FIXED_PRGENV=INTEL' ';export' 'PE_MPICH_DEFAULT_FIXED_PRGENV;PE_MPICH_DEFAULT_GENCOMPS_CRAY=83' ';export' 'PE_MPICH_DEFAULT_GENCOMPS_CRAY;PE_MPICH_DEFAULT_GENCOMPS_GNU=49\' 48 ';export' 'PE_MPICH_DEFAULT_GENCOMPS_GNU;PE_MPICH_DEFAULT_VOLATILE_PKGCONFIG_PATH=/opt/cray/mpt/7.2.0/gni/mpich2-@PRGENV@@PE_MPICH_DEFAULT_DIR_DEFAULT64@/@PE_MPICH_DEFAULT_GENCOMPS@/lib/pkgconfig' ';export' 'PE_MPICH_DEFAULT_VOLATILE_PKGCONFIG_PATH;PE_MPICH_DEFAULT_VOLATILE_PRGENV=CRAY\' GNU ';export' 'PE_MPICH_DEFAULT_VOLATILE_PRGENV;PE_MPICH_MULTITHREADED_LIBS_multithreaded=_mt' ';export' 'PE_MPICH_MULTITHREADED_LIBS_multithreaded;PE_MPICH_NV_LIBS_nvidia20=-lcudart' ';export' 'PE_MPICH_NV_LIBS_nvidia20;PE_MPICH_NV_LIBS_nvidia35=-lcudart' ';export' 'PE_MPICH_NV_LIBS_nvidia35;PE_MPICH_PKGCONFIG_VARIABLES=PE_MPICH_NV_LIBS_@accelerator@:PE_MPICH_MULTITHREADED_LIBS_@multithreaded@' ';export' 'PE_MPICH_PKGCONFIG_VARIABLES;PE_MPICH_TARGET_VAR_nvidia20=-lcudart' ';export' 'PE_MPICH_TARGET_VAR_nvidia20;PE_MPICH_TARGET_VAR_nvidia35=-lcudart' ';export' 'PE_MPICH_TARGET_VAR_nvidia35;PE_NETCDF_BASEDIR=/opt/cray/netcdf/4.3.3.1' ';export' 'PE_NETCDF_BASEDIR;PE_NETCDF_CXX_PKGCONFIG_LIBS=netcdf_c++4' ';export' 'PE_NETCDF_CXX_PKGCONFIG_LIBS;PE_NETCDF_DEFAULT_FIXED_PRGENV=CRAY\' INTEL ';export' 'PE_NETCDF_DEFAULT_FIXED_PRGENV;PE_NETCDF_DEFAULT_GENCOMPS_GNU=49\' 48 ';export' 'PE_NETCDF_DEFAULT_GENCOMPS_GNU;PE_NETCDF_DEFAULT_REQUIRED_PRODUCTS=PE_HDF5' ';export' 'PE_NETCDF_DEFAULT_REQUIRED_PRODUCTS;PE_NETCDF_DEFAULT_VOLATILE_PKGCONFIG_PATH=/opt/cray/netcdf/4.3.2/@PRGENV@/@PE_NETCDF_DEFAULT_GENCOMPS@/lib/pkgconfig' ';export' 'PE_NETCDF_DEFAULT_VOLATILE_PKGCONFIG_PATH;PE_NETCDF_DEFAULT_VOLATILE_PRGENV=GNU' ';export' 'PE_NETCDF_DEFAULT_VOLATILE_PRGENV;PE_NETCDF_FIXED_PRGENV=CRAY\' INTEL ';export' 'PE_NETCDF_FIXED_PRGENV;PE_NETCDF_FORTRAN_PKGCONFIG_LIBS=netcdff' ';export' 'PE_NETCDF_FORTRAN_PKGCONFIG_LIBS;PE_NETCDF_GENCOMPILERS_GNU=5.1\' '4.9\' 4.8 ';export' 'PE_NETCDF_GENCOMPILERS_GNU;PE_NETCDF_GENCOMPS_GNU=51\' '49\' 48 ';export' 'PE_NETCDF_GENCOMPS_GNU;PE_NETCDF_HDF5PARALLEL_DEFAULT_FIXED_PRGENV=CRAY\' INTEL ';export' 'PE_NETCDF_HDF5PARALLEL_DEFAULT_FIXED_PRGENV;PE_NETCDF_HDF5PARALLEL_DEFAULT_GENCOMPS_GNU=49\' 48 ';export' 'PE_NETCDF_HDF5PARALLEL_DEFAULT_GENCOMPS_GNU;PE_NETCDF_HDF5PARALLEL_DEFAULT_REQUIRED_PRODUCTS=PE_HDF5_PARALLEL\' PE_MPICH ';export' 'PE_NETCDF_HDF5PARALLEL_DEFAULT_REQUIRED_PRODUCTS;PE_NETCDF_HDF5PARALLEL_DEFAULT_VOLATILE_PKGCONFIG_PATH=/opt/cray/netcdf-hdf5parallel/4.3.2/@PRGENV@/@PE_NETCDF_HDF5PARALLEL_DEFAULT_GENCOMPS@/lib/pkgconfig' ';export' 'PE_NETCDF_HDF5PARALLEL_DEFAULT_VOLATILE_PKGCONFIG_PATH;PE_NETCDF_HDF5PARALLEL_DEFAULT_VOLATILE_PRGENV=GNU' ';export' 'PE_NETCDF_HDF5PARALLEL_DEFAULT_VOLATILE_PRGENV;PE_NETCDF_MODULE_NAME=cray-netcdf' ';export' 'PE_NETCDF_MODULE_NAME;PE_NETCDF_PKGCONFIG_LIBS=netcdf' ';export' 'PE_NETCDF_PKGCONFIG_LIBS;PE_NETCDF_REQUIRED_PRODUCTS=PE_HDF5' ';export' 'PE_NETCDF_REQUIRED_PRODUCTS;PE_NETCDF_VOLATILE_PKGCONFIG_PATH=/opt/cray/netcdf/4.3.3.1/@PRGENV@/@PE_NETCDF_GENCOMPS@/lib/pkgconfig' ';export' 'PE_NETCDF_VOLATILE_PKGCONFIG_PATH;PE_NETCDF_VOLATILE_PRGENV=GNU' ';export' 'PE_NETCDF_VOLATILE_PRGENV;PE_PAPI_DEFAULT_ACCEL_LIBS_nvidia35=,-lcupti,-lcudart,-lcuda' ';export' 'PE_PAPI_DEFAULT_ACCEL_LIBS_nvidia35;PE_PAPI_DEFAULT_PKGCONFIG_VARIABLES=PE_PAPI_ACCEL_LIBS_@accelerator@' ';export' 'PE_PAPI_DEFAULT_PKGCONFIG_VARIABLES;PE_PAPI_DEFAULT_TARGET_VAR_nvidia35=,-lcupti,-lcudart,-lcuda' ';export' 'PE_PAPI_DEFAULT_TARGET_VAR_nvidia35;PE_PARALLEL_NETCDF_DEFAULT_FIXED_PRGENV=CRAY\' INTEL ';export' 'PE_PARALLEL_NETCDF_DEFAULT_FIXED_PRGENV;PE_PARALLEL_NETCDF_DEFAULT_GENCOMPILERS_GNU=4.9\' 4.8 ';export' 'PE_PARALLEL_NETCDF_DEFAULT_GENCOMPILERS_GNU;PE_PARALLEL_NETCDF_DEFAULT_GENCOMPS_GNU=49\' 48 ';export' 'PE_PARALLEL_NETCDF_DEFAULT_GENCOMPS_GNU;PE_PARALLEL_NETCDF_DEFAULT_VOLATILE_PKGCONFIG_PATH=/opt/cray/parallel-netcdf/1.6.0/@PRGENV@/@PE_PARALLEL_NETCDF_DEFAULT_GENCOMPS@/lib/pkgconfig' ';export' 'PE_PARALLEL_NETCDF_DEFAULT_VOLATILE_PKGCONFIG_PATH;PE_PARALLEL_NETCDF_DEFAULT_VOLATILE_PRGENV=GNU' ';export' 'PE_PARALLEL_NETCDF_DEFAULT_VOLATILE_PRGENV;PE_PETSC_DEFAULT_GENCOMPS_CRAY_haswell=83' ';export' 'PE_PETSC_DEFAULT_GENCOMPS_CRAY_haswell;PE_PETSC_DEFAULT_GENCOMPS_CRAY_interlagos=83' ';export' 'PE_PETSC_DEFAULT_GENCOMPS_CRAY_interlagos;PE_PETSC_DEFAULT_GENCOMPS_CRAY_sandybridge=83' ';export' 'PE_PETSC_DEFAULT_GENCOMPS_CRAY_sandybridge;PE_PETSC_DEFAULT_GENCOMPS_CRAY_x86_64=83' ';export' 'PE_PETSC_DEFAULT_GENCOMPS_CRAY_x86_64;PE_PETSC_DEFAULT_GENCOMPS_GNU_haswell=49\' 48 ';export' 'PE_PETSC_DEFAULT_GENCOMPS_GNU_haswell;PE_PETSC_DEFAULT_GENCOMPS_GNU_interlagos=49\' 48 ';export' 'PE_PETSC_DEFAULT_GENCOMPS_GNU_interlagos;PE_PETSC_DEFAULT_GENCOMPS_GNU_sandybridge=49\' 48 ';export' 'PE_PETSC_DEFAULT_GENCOMPS_GNU_sandybridge;PE_PETSC_DEFAULT_GENCOMPS_GNU_x86_64=49\' 48 ';export' 'PE_PETSC_DEFAULT_GENCOMPS_GNU_x86_64;PE_PETSC_DEFAULT_GENCOMPS_INTEL_haswell=140' ';export' 'PE_PETSC_DEFAULT_GENCOMPS_INTEL_haswell;PE_PETSC_DEFAULT_GENCOMPS_INTEL_interlagos=140' ';export' 'PE_PETSC_DEFAULT_GENCOMPS_INTEL_interlagos;PE_PETSC_DEFAULT_GENCOMPS_INTEL_sandybridge=140' ';export' 'PE_PETSC_DEFAULT_GENCOMPS_INTEL_sandybridge;PE_PETSC_DEFAULT_GENCOMPS_INTEL_x86_64=140' ';export' 'PE_PETSC_DEFAULT_GENCOMPS_INTEL_x86_64;PE_PETSC_DEFAULT_REQUIRED_PRODUCTS=PE_MPICH:PE_LIBSCI:PE_TPSL' ';export' 'PE_PETSC_DEFAULT_REQUIRED_PRODUCTS;PE_PETSC_DEFAULT_VOLATILE_PKGCONFIG_PATH=/opt/cray/petsc/3.5.3.0/real/@PRGENV@/@PE_PETSC_DEFAULT_GENCOMPS@/@PE_PETSC_DEFAULT_TARGET@/lib/pkgconfig' ';export' 'PE_PETSC_DEFAULT_VOLATILE_PKGCONFIG_PATH;PE_PETSC_DEFAULT_VOLATILE_PRGENV=CRAY\' 'GNU\' INTEL ';export' 'PE_PETSC_DEFAULT_VOLATILE_PRGENV;PE_PKGCONFIG_DEFAULT_PRODUCTS=PE_TPSL:PE_LIBSCI:PE_TRILINOS:PE_FFTW:PE_PARALLEL_NETCDF:PE_GA:PE_NETCDF_HDF5PARALLEL:PE_MPICH:PE_HDF5_PARALLEL:PE_PETSC:PE_NETCDF:PE_HDF5' ';export' 'PE_PKGCONFIG_DEFAULT_PRODUCTS;PE_PKGCONFIG_LIBS=hdf5_hl:hdf5:netcdf:AtpSigHandler:cray-rca:libsci_mpi:libsci' ';export' 'PE_PKGCONFIG_LIBS;PE_PKGCONFIG_PRODUCTS=PE_HDF5:PE_NETCDF:PE_LIBSCI' ';export' 'PE_PKGCONFIG_PRODUCTS;PE_PKGCONFIG_PRODUCTS_DEFAULT=PE_PAPI' ';export' 'PE_PKGCONFIG_PRODUCTS_DEFAULT;PE_PKG_CONFIG_PATH=/opt/cray/cti/1.0.2/lib/pkgconfig' ';export' 'PE_PKG_CONFIG_PATH;PE_PRODUCT_LIST=CRAYPE_HASWELL:CRAY_RCA:CRAY_ALPS:DVS:CRAY_XPMEM:CRAY_DMAPP:CRAY_PMI:CRAY_UGNI:CRAY_UDREG:CRAY_LIBSCI:CRAYPE:INTEL' ';export' 'PE_PRODUCT_LIST;PE_SMA_DIR_CRAY_DEFAULT64=64' ';export' 'PE_SMA_DIR_CRAY_DEFAULT64;PE_SMA_DIR_PGI_DEFAULT64=64' ';export' 'PE_SMA_DIR_PGI_DEFAULT64;PE_SMA_VOLATILE_PKGCONFIG_PATH=/opt/cray/mpt/7.2.0/gni/sma@PE_SMA_DIR_DEFAULT64@/lib64/pkgconfig' ';export' 'PE_SMA_VOLATILE_PKGCONFIG_PATH;PE_TPSL_DEFAULT_GENCOMPS_CRAY_haswell=83' ';export' 'PE_TPSL_DEFAULT_GENCOMPS_CRAY_haswell;PE_TPSL_DEFAULT_GENCOMPS_CRAY_interlagos=83' ';export' 'PE_TPSL_DEFAULT_GENCOMPS_CRAY_interlagos;PE_TPSL_DEFAULT_GENCOMPS_CRAY_sandybridge=83' ';export' 'PE_TPSL_DEFAULT_GENCOMPS_CRAY_sandybridge;PE_TPSL_DEFAULT_GENCOMPS_CRAY_x86_64=83' ';export' 'PE_TPSL_DEFAULT_GENCOMPS_CRAY_x86_64;PE_TPSL_DEFAULT_GENCOMPS_GNU_haswell=49\' 48 ';export' 'PE_TPSL_DEFAULT_GENCOMPS_GNU_haswell;PE_TPSL_DEFAULT_GENCOMPS_GNU_interlagos=49\' 48 ';export' 'PE_TPSL_DEFAULT_GENCOMPS_GNU_interlagos;PE_TPSL_DEFAULT_GENCOMPS_GNU_sandybridge=49\' 48 ';export' 'PE_TPSL_DEFAULT_GENCOMPS_GNU_sandybridge;PE_TPSL_DEFAULT_GENCOMPS_GNU_x86_64=49\' 48 ';export' 'PE_TPSL_DEFAULT_GENCOMPS_GNU_x86_64;PE_TPSL_DEFAULT_GENCOMPS_INTEL_haswell=140' ';export' 'PE_TPSL_DEFAULT_GENCOMPS_INTEL_haswell;PE_TPSL_DEFAULT_GENCOMPS_INTEL_interlagos=140' ';export' 'PE_TPSL_DEFAULT_GENCOMPS_INTEL_interlagos;PE_TPSL_DEFAULT_GENCOMPS_INTEL_sandybridge=140' ';export' 'PE_TPSL_DEFAULT_GENCOMPS_INTEL_sandybridge;PE_TPSL_DEFAULT_GENCOMPS_INTEL_x86_64=140' ';export' 'PE_TPSL_DEFAULT_GENCOMPS_INTEL_x86_64;PE_TPSL_DEFAULT_REQUIRED_PRODUCTS=PE_MPICH:PE_LIBSCI' ';export' 'PE_TPSL_DEFAULT_REQUIRED_PRODUCTS;PE_TPSL_DEFAULT_VOLATILE_PKGCONFIG_PATH=/opt/cray/tpsl/1.4.4/@PRGENV@/@PE_TPSL_DEFAULT_GENCOMPS@/@PE_TPSL_DEFAULT_TARGET@/lib/pkgconfig' ';export' 'PE_TPSL_DEFAULT_VOLATILE_PKGCONFIG_PATH;PE_TPSL_DEFAULT_VOLATILE_PRGENV=CRAY\' 'GNU\' INTEL ';export' 'PE_TPSL_DEFAULT_VOLATILE_PRGENV;PE_TRILINOS_DEFAULT_GENCOMPS_CRAY_x86_64=83' ';export' 'PE_TRILINOS_DEFAULT_GENCOMPS_CRAY_x86_64;PE_TRILINOS_DEFAULT_GENCOMPS_GNU_x86_64=49\' 48 ';export' 'PE_TRILINOS_DEFAULT_GENCOMPS_GNU_x86_64;PE_TRILINOS_DEFAULT_GENCOMPS_INTEL_x86_64=140' ';export' 'PE_TRILINOS_DEFAULT_GENCOMPS_INTEL_x86_64;PE_TRILINOS_DEFAULT_REQUIRED_PRODUCTS=PE_MPICH:PE_HDF5_PARALLEL:PE_NETCDF_HDF5PARALLEL:PE_LIBSCI:PE_TPSL' ';export' 'PE_TRILINOS_DEFAULT_REQUIRED_PRODUCTS;PE_TRILINOS_DEFAULT_VOLATILE_PKGCONFIG_PATH=/opt/cray/trilinos/11.12.1.2/@PRGENV@/@PE_TRILINOS_DEFAULT_GENCOMPS@/@PE_TRILINOS_DEFAULT_TARGET@/lib/pkgconfig' ';export' 'PE_TRILINOS_DEFAULT_VOLATILE_PKGCONFIG_PATH;PE_TRILINOS_DEFAULT_VOLATILE_PRGENV=CRAY\' 'GNU\' INTEL ';export' 'PE_TRILINOS_DEFAULT_VOLATILE_PRGENV;PKGCONFIG_ENABLED=1' ';export' 'PKGCONFIG_ENABLED;PKG_CONFIG_PATH=/opt/cray/alps/5.2.4-2.0502.9822.32.1.ari/lib64/pkgconfig:/opt/cray/rca/1.0.0-2.0502.60530.1.62.ari/lib64/pkgconfig:/opt/cray/alps/5.2.4-2.0502.9774.31.11.ari/lib64/pkgconfig:/opt/cray/xpmem/0.1-2.0502.64982.5.3.ari/lib64/pkgconfig:/opt/cray/gni-headers/4.0-1.0502.10859.7.8.ari/lib64/pkgconfig:/opt/cray/dmapp/7.0.1-1.0502.11080.8.76.ari/lib64/pkgconfig:/opt/cray/pmi/5.0.11/lib64/pkgconfig:/opt/cray/ugni/6.0-1.0502.10863.8.29.ari/lib64/pkgconfig:/opt/cray/udreg/2.3.2-1.0502.10518.2.17.ari/lib64/pkgconfig:/opt/cray/craype/2.3.0/pkg-config:/opt/cray/atp/1.8.1/lib/pkgconfig' ';export' 'PKG_CONFIG_PATH;PKG_CONFIG_PATH_DEFAULT=/opt/cray/papi/5.4.0.1/lib64/pkgconfig' ';export' 'PKG_CONFIG_PATH_DEFAULT;PNG_INC=/usrx/local/prod//png/1.2.49/intel/sandybridge/include' ';export' 'PNG_INC;PNG_LIB=/usrx/local/prod//png/1.2.49/intel/sandybridge/lib/libpng.a' ';export' 'PNG_LIB;PNG_LIB12=/usrx/local/prod//png/1.2.49/intel/sandybridge/lib/libpng12.a' ';export' 'PNG_LIB12;PNG_LIBDIR=/usrx/local/prod//png/1.2.49/intel/sandybridge/lib' ';export' 'PNG_LIBDIR;PNG_LIBso=/usrx/local/prod//png/1.2.49/intel/sandybridge/lib/libpng.so' ';export' 'PNG_LIBso;PNG_SRC=/usrx/local/prod//png/1.2.49/intel/sandybridge/src' ';export' 'PNG_SRC;PNG_VER=1.2.49' ';export' 'PNG_VER;POST_INC=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/ncep_post_v8.0.1_4' ';export' 'POST_INC;POST_LIB=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libncep_post_v8.0.1_4.a' ';export' 'POST_LIB;POST_SRC=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/src/post_v8.0.1' ';export' 'POST_SRC;POST_VER=v8.0.1' ';export' 'POST_VER;SHMEM_ABORT_ON_ERROR=1' ';export' 'SHMEM_ABORT_ON_ERROR;SLURM_PROLOG=/opt/cray/atp/1.8.1/libexec/slurm_prolog.ksh' ';export' 'SLURM_PROLOG;SP_LIB4=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libsp_v2.0.3_4.a' ';export' 'SP_LIB4;SP_LIB8=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libsp_v2.0.3_8.a' ';export' 'SP_LIB8;SP_LIBd=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libsp_v2.0.3_d.a' ';export' 'SP_LIBd;SP_SRC=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/src/sp_v2.0.3' ';export' 'SP_SRC;SP_VER=v2.0.3' ';export' 'SP_VER;TBBROOT=/opt/intel/compilers_and_libraries_2016.3.210/linux/tbb' ';export' 'TBBROOT;W3EMC_INC4=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/w3emc_v2.3.1_4' ';export' 'W3EMC_INC4;W3EMC_INC8=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/w3emc_v2.3.1_8' ';export' 'W3EMC_INC8;W3EMC_INCd=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/w3emc_v2.3.1_d' ';export' 'W3EMC_INCd;W3EMC_LIB4=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libw3emc_v2.3.1_4.a' ';export' 'W3EMC_LIB4;W3EMC_LIB8=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libw3emc_v2.3.1_8.a' ';export' 'W3EMC_LIB8;W3EMC_LIBd=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libw3emc_v2.3.1_d.a' ';export' 'W3EMC_LIBd;W3EMC_SRC=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/src/w3emc_v2.3.1' ';export' 'W3EMC_SRC;W3EMC_VER=v2.3.1' ';export' 'W3EMC_VER;W3NCO_INC4=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/w3nco_v2.0.7_4' ';export' 'W3NCO_INC4;W3NCO_INC8=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/w3nco_v2.0.7_8' ';export' 'W3NCO_INC8;W3NCO_INCd=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/w3nco_v2.0.7_d' ';export' 'W3NCO_INCd;W3NCO_LIB4=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libw3nco_v2.0.7_4.a' ';export' 'W3NCO_LIB4;W3NCO_LIB8=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libw3nco_v2.0.7_8.a' ';export' 'W3NCO_LIB8;W3NCO_LIBd=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libw3nco_v2.0.7_d.a' ';export' 'W3NCO_LIBd;W3NCO_SRC=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/src/w3nco_v2.0.7' ';export' 'W3NCO_SRC;W3NCO_VER=v2.0.7' ';export' 'W3NCO_VER;XLSF_UIDDIR=/gpfs/llsf/xt-lsfhpc/9.1/linux2.6-glibc2.3-x86_64-cray/lib/uid' ';export' 'XLSF_UIDDIR;XTOS_VERSION=5.2.82' ';export' 'XTOS_VERSION;XTPE_NETWORK_TARGET=aries' ';export' 'XTPE_NETWORK_TARGET;Z_INC=/usrx/local/dev/zlib/1.2.7/intel/sandybridge/include' ';export' 'Z_INC;Z_LIB=/usrx/local/dev/zlib/1.2.7/intel/sandybridge/lib/libz.a' ';export' 'Z_LIB;Z_SRC=/usrx/local/dev/zlib/1.2.7/intel/sandybridge/src' ';export' 'Z_SRC;Z_VER=1.2.7' ';export' 'Z_VER;_LMFILES_=/opt/cray/craype/default/alt-modulefiles/craype-network-aries:/opt/cray/alt-modulefiles/craype/2.3.0:/opt/cray/alt-modulefiles/cray-libsci/13.0.3:/opt/cray/ari/modulefiles/udreg/2.3.2-1.0502.10518.2.17.ari:/opt/cray/ari/modulefiles/ugni/6.0-1.0502.10863.8.29.ari:/opt/cray/ari/modulefiles/pmi/5.0.11:/opt/cray/ari/modulefiles/dmapp/7.0.1-1.0502.11080.8.76.ari:/opt/cray/ari/modulefiles/gni-headers/4.0-1.0502.10859.7.8.ari:/opt/cray/ari/modulefiles/xpmem/0.1-2.0502.64982.5.3.ari:/opt/cray/ari/modulefiles/dvs/2.5_0.9.0-1.0502.2188.1.116.ari:/opt/cray/ari/modulefiles/alps/5.2.4-2.0502.9774.31.11.ari:/opt/cray/ari/modulefiles/rca/1.0.0-2.0502.60530.1.62.ari:/opt/cray/alt-modulefiles/atp/1.8.1:/opt/cray/alt-modulefiles/PrgEnv-intel/5.2.82:/opt/modulefiles/intel/16.3.210:/opt/cray/alt-modulefiles/cray-netcdf/4.3.3.1:/opt/cray/alt-modulefiles/cray-hdf5/1.8.14:/opt/modulefiles/xt-lsfhpc/9.1.3:/opt/cray/craype/default/alt-modulefiles/craype-haswell:/usrx/local/dev/modulefiles/python/2.7.14:/usrx/local/dev/modulefiles/cmake/3.6.2:/opt/modulefiles/gcc/4.9.2:/usrx/local/prod/modulefiles/jasper-gnu-sandybridge/1.900.1:/usrx/local/prod/modulefiles/png-intel-sandybridge/1.2.49:/usrx/local/dev/modulefiles/zlib-intel-sandybridge/1.2.7:/gpfs/hps/nco/ops/nwprod/lib/modulefiles/crtm-intel/2.2.6:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles/g2/3.1.1:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles/g2tmpl/1.6.0:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles/bacio/2.0.3:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles/ip/3.0.2:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles/sp/2.0.3:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles/w3nco/2.0.7:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles/w3emc/2.3.1:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles/nemsio/2.2.4:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles/post/8.0.1:/opt/cray/ari/modulefiles/alps/5.2.4-2.0502.9822.32.1.ari:/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/modulefiles/esmf/8.0.0:/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/wcoss_cray/fv3' ';export' '_LMFILES_;' ++ ATP_HOME=/opt/cray/atp/1.8.1 ++ export ATP_HOME ++ ATP_MRNET_COMM_PATH=/opt/cray/atp/1.8.1/libexec/atp_mrnet_commnode_wrapper @@ -645,7 +647,7 @@ fv3(19):ERROR:105: Unable to locate a modulefile for 'esmf/8.0.0' ++ export MIC_LIBRARY_PATH ++ MKLROOT=/opt/intel/compilers_and_libraries_2016.3.210/linux/mkl ++ export MKLROOT -++ MODULEPATH=/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/modulefiles:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles:/opt/cray/ari/modulefiles:/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_cray:/usrx/local/emc_rocoto/modulefiles:/usrx/local/dev/modulefiles:/usrx/local/prod/modulefiles:/gpfs/hps/nco/ops/nwprod/lib/modulefiles:/gpfs/hps/nco/ops/nwprod/modulefiles:/opt/cray/alt-modulefiles:/opt/cray/craype/default/alt-modulefiles:/opt/modulefiles +++ MODULEPATH=/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/modulefiles:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles:/opt/cray/ari/modulefiles:/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/wcoss_cray:/usrx/local/emc_rocoto/modulefiles:/usrx/local/dev/modulefiles:/usrx/local/prod/modulefiles:/gpfs/hps/nco/ops/nwprod/lib/modulefiles:/gpfs/hps/nco/ops/nwprod/modulefiles:/opt/cray/alt-modulefiles:/opt/cray/craype/default/alt-modulefiles:/opt/modulefiles ++ export MODULEPATH ++ MPICH_ABORT_ON_ERROR=1 ++ export MPICH_ABORT_ON_ERROR @@ -665,7 +667,7 @@ fv3(19):ERROR:105: Unable to locate a modulefile for 'esmf/8.0.0' ++ export NLSPATH ++ PATH=/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/bin:/opt/cray/alps/5.2.4-2.0502.9822.32.1.ari/sbin:/opt/cray/alps/5.2.4-2.0502.9822.32.1.ari/bin:/opt/gcc/4.9.2/bin:/usrx/local/dev/cmake/3.6.2/bin:/usrx/local/dev/python/2.7.14/bin:/gpfs/llsf/xt-lsfhpc/9.1/linux2.6-glibc2.3-x86_64-cray/etc:/gpfs/llsf/xt-lsfhpc/9.1/linux2.6-glibc2.3-x86_64-cray/bin:/opt/cray/hdf5/1.8.14/bin:/opt/cray/netcdf/4.3.3.1/bin:/opt/intel/compilers_and_libraries_2016.3.210/linux/bin/intel64:/opt/intel/compilers_and_libraries_2016.3.210/linux/debugger/gdb/intel64_mic/bin:/opt/cray/rca/1.0.0-2.0502.60530.1.62.ari/bin:/opt/cray/alps/5.2.4-2.0502.9774.31.11.ari/sbin:/opt/cray/dvs/2.5_0.9.0-1.0502.2188.1.116.ari/bin:/opt/cray/xpmem/0.1-2.0502.64982.5.3.ari/bin:/opt/cray/ugni/6.0-1.0502.10863.8.29.ari/bin:/opt/cray/udreg/2.3.2-1.0502.10518.2.17.ari/bin:/opt/cray/craype/2.3.0/bin:/u/Dusan.Jovic/bin:/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/X11R6/bin:/usr/games:/opt/bin:/usr/lib/mit/bin:/usr/lib/mit/sbin:/sbin:/usr/sbin:.:/usr/lib/qt3/bin:/u/Dusan.Jovic/bin:/gpfs/hps3/emc/meso/noscrub/Dusan.Jovic/dbrowse:/opt/cray/bin:/usrx/local/dev/zlib/1.2.7/intel/sandybridge/include ++ export PATH -++ PE_CRAY_DEFAULT_FIXED_PKGCONFIG_PATH=/opt/cray/netcdf/4.3.2/CRAY/83/lib/pkgconfig:/opt/cray/netcdf-hdf5parallel/4.3.2/CRAY/83/lib/pkgconfig:/opt/cray/parallel-netcdf/1.6.0/CRAY/8.3/lib/pkgconfig:/opt/cray/ga/5.3.0.1/CRAY/83/lib/pkgconfig:/opt/cray/hdf5/1.8.13/CRAY/83/lib/pkgconfig:/opt/cray/hdf5-parallel/1.8.13/CRAY/83/lib/pkgconfig +++ PE_CRAY_DEFAULT_FIXED_PKGCONFIG_PATH=/opt/cray/parallel-netcdf/1.6.0/CRAY/8.3/lib/pkgconfig:/opt/cray/ga/5.3.0.1/CRAY/83/lib/pkgconfig:/opt/cray/netcdf-hdf5parallel/4.3.2/CRAY/83/lib/pkgconfig:/opt/cray/hdf5-parallel/1.8.13/CRAY/83/lib/pkgconfig:/opt/cray/netcdf/4.3.2/CRAY/83/lib/pkgconfig:/opt/cray/hdf5/1.8.13/CRAY/83/lib/pkgconfig ++ export PE_CRAY_DEFAULT_FIXED_PKGCONFIG_PATH ++ PE_CRAY_FIXED_PKGCONFIG_PATH=/opt/cray/hdf5/1.8.14/CRAY/8.3/lib/pkgconfig:/opt/cray/netcdf/4.3.3.1/CRAY/8.3/lib/pkgconfig ++ export PE_CRAY_FIXED_PKGCONFIG_PATH @@ -733,7 +735,7 @@ fv3(19):ERROR:105: Unable to locate a modulefile for 'esmf/8.0.0' ++ export PE_HDF5_VOLATILE_PKGCONFIG_PATH ++ PE_HDF5_VOLATILE_PRGENV=GNU ++ export PE_HDF5_VOLATILE_PRGENV -++ PE_INTEL_DEFAULT_FIXED_PKGCONFIG_PATH=/opt/cray/netcdf/4.3.2/INTEL/140/lib/pkgconfig:/opt/cray/netcdf-hdf5parallel/4.3.2/INTEL/140/lib/pkgconfig:/opt/cray/parallel-netcdf/1.6.0/INTEL/14.0/lib/pkgconfig:/opt/cray/ga/5.3.0.1/INTEL/140/lib/pkgconfig:/opt/cray/hdf5/1.8.13/INTEL/140/lib/pkgconfig:/opt/cray/mpt/7.2.0/gni/mpich2-intel/140/lib/pkgconfig:/opt/cray/hdf5-parallel/1.8.13/INTEL/140/lib/pkgconfig +++ PE_INTEL_DEFAULT_FIXED_PKGCONFIG_PATH=/opt/cray/parallel-netcdf/1.6.0/INTEL/14.0/lib/pkgconfig:/opt/cray/ga/5.3.0.1/INTEL/140/lib/pkgconfig:/opt/cray/netcdf-hdf5parallel/4.3.2/INTEL/140/lib/pkgconfig:/opt/cray/mpt/7.2.0/gni/mpich2-intel/140/lib/pkgconfig:/opt/cray/hdf5-parallel/1.8.13/INTEL/140/lib/pkgconfig:/opt/cray/netcdf/4.3.2/INTEL/140/lib/pkgconfig:/opt/cray/hdf5/1.8.13/INTEL/140/lib/pkgconfig ++ export PE_INTEL_DEFAULT_FIXED_PKGCONFIG_PATH ++ PE_INTEL_FIXED_PKGCONFIG_PATH=/opt/cray/hdf5/1.8.14/INTEL/14.0/lib/pkgconfig:/opt/cray/netcdf/4.3.3.1/INTEL/14.0/lib/pkgconfig ++ export PE_INTEL_FIXED_PKGCONFIG_PATH @@ -885,7 +887,7 @@ fv3(19):ERROR:105: Unable to locate a modulefile for 'esmf/8.0.0' ++ export PE_PETSC_DEFAULT_VOLATILE_PKGCONFIG_PATH ++ PE_PETSC_DEFAULT_VOLATILE_PRGENV='CRAY GNU INTEL' ++ export PE_PETSC_DEFAULT_VOLATILE_PRGENV -++ PE_PKGCONFIG_DEFAULT_PRODUCTS=PE_TRILINOS:PE_TPSL:PE_NETCDF:PE_NETCDF_HDF5PARALLEL:PE_PARALLEL_NETCDF:PE_LIBSCI:PE_GA:PE_PETSC:PE_HDF5:PE_FFTW:PE_MPICH:PE_HDF5_PARALLEL +++ PE_PKGCONFIG_DEFAULT_PRODUCTS=PE_TPSL:PE_LIBSCI:PE_TRILINOS:PE_FFTW:PE_PARALLEL_NETCDF:PE_GA:PE_NETCDF_HDF5PARALLEL:PE_MPICH:PE_HDF5_PARALLEL:PE_PETSC:PE_NETCDF:PE_HDF5 ++ export PE_PKGCONFIG_DEFAULT_PRODUCTS ++ PE_PKGCONFIG_LIBS=hdf5_hl:hdf5:netcdf:AtpSigHandler:cray-rca:libsci_mpi:libsci ++ export PE_PKGCONFIG_LIBS @@ -1035,7 +1037,7 @@ fv3(19):ERROR:105: Unable to locate a modulefile for 'esmf/8.0.0' ++ export Z_SRC ++ Z_VER=1.2.7 ++ export Z_VER -++ _LMFILES_=/opt/cray/craype/default/alt-modulefiles/craype-network-aries:/opt/cray/alt-modulefiles/craype/2.3.0:/opt/cray/alt-modulefiles/cray-libsci/13.0.3:/opt/cray/ari/modulefiles/udreg/2.3.2-1.0502.10518.2.17.ari:/opt/cray/ari/modulefiles/ugni/6.0-1.0502.10863.8.29.ari:/opt/cray/ari/modulefiles/pmi/5.0.11:/opt/cray/ari/modulefiles/dmapp/7.0.1-1.0502.11080.8.76.ari:/opt/cray/ari/modulefiles/gni-headers/4.0-1.0502.10859.7.8.ari:/opt/cray/ari/modulefiles/xpmem/0.1-2.0502.64982.5.3.ari:/opt/cray/ari/modulefiles/dvs/2.5_0.9.0-1.0502.2188.1.116.ari:/opt/cray/ari/modulefiles/alps/5.2.4-2.0502.9774.31.11.ari:/opt/cray/ari/modulefiles/rca/1.0.0-2.0502.60530.1.62.ari:/opt/cray/alt-modulefiles/atp/1.8.1:/opt/cray/alt-modulefiles/PrgEnv-intel/5.2.82:/opt/modulefiles/intel/16.3.210:/opt/cray/alt-modulefiles/cray-netcdf/4.3.3.1:/opt/cray/alt-modulefiles/cray-hdf5/1.8.14:/opt/modulefiles/xt-lsfhpc/9.1.3:/opt/cray/craype/default/alt-modulefiles/craype-haswell:/usrx/local/dev/modulefiles/python/2.7.14:/usrx/local/dev/modulefiles/cmake/3.6.2:/opt/modulefiles/gcc/4.9.2:/usrx/local/prod/modulefiles/jasper-gnu-sandybridge/1.900.1:/usrx/local/prod/modulefiles/png-intel-sandybridge/1.2.49:/usrx/local/dev/modulefiles/zlib-intel-sandybridge/1.2.7:/gpfs/hps/nco/ops/nwprod/lib/modulefiles/crtm-intel/2.2.6:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles/g2/3.1.1:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles/g2tmpl/1.6.0:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles/bacio/2.0.3:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles/ip/3.0.2:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles/sp/2.0.3:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles/w3nco/2.0.7:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles/w3emc/2.3.1:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles/nemsio/2.2.4:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles/post/8.0.1:/opt/cray/ari/modulefiles/alps/5.2.4-2.0502.9822.32.1.ari:/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/modulefiles/esmf/8.0.0:/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_cray/fv3 +++ _LMFILES_=/opt/cray/craype/default/alt-modulefiles/craype-network-aries:/opt/cray/alt-modulefiles/craype/2.3.0:/opt/cray/alt-modulefiles/cray-libsci/13.0.3:/opt/cray/ari/modulefiles/udreg/2.3.2-1.0502.10518.2.17.ari:/opt/cray/ari/modulefiles/ugni/6.0-1.0502.10863.8.29.ari:/opt/cray/ari/modulefiles/pmi/5.0.11:/opt/cray/ari/modulefiles/dmapp/7.0.1-1.0502.11080.8.76.ari:/opt/cray/ari/modulefiles/gni-headers/4.0-1.0502.10859.7.8.ari:/opt/cray/ari/modulefiles/xpmem/0.1-2.0502.64982.5.3.ari:/opt/cray/ari/modulefiles/dvs/2.5_0.9.0-1.0502.2188.1.116.ari:/opt/cray/ari/modulefiles/alps/5.2.4-2.0502.9774.31.11.ari:/opt/cray/ari/modulefiles/rca/1.0.0-2.0502.60530.1.62.ari:/opt/cray/alt-modulefiles/atp/1.8.1:/opt/cray/alt-modulefiles/PrgEnv-intel/5.2.82:/opt/modulefiles/intel/16.3.210:/opt/cray/alt-modulefiles/cray-netcdf/4.3.3.1:/opt/cray/alt-modulefiles/cray-hdf5/1.8.14:/opt/modulefiles/xt-lsfhpc/9.1.3:/opt/cray/craype/default/alt-modulefiles/craype-haswell:/usrx/local/dev/modulefiles/python/2.7.14:/usrx/local/dev/modulefiles/cmake/3.6.2:/opt/modulefiles/gcc/4.9.2:/usrx/local/prod/modulefiles/jasper-gnu-sandybridge/1.900.1:/usrx/local/prod/modulefiles/png-intel-sandybridge/1.2.49:/usrx/local/dev/modulefiles/zlib-intel-sandybridge/1.2.7:/gpfs/hps/nco/ops/nwprod/lib/modulefiles/crtm-intel/2.2.6:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles/g2/3.1.1:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles/g2tmpl/1.6.0:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles/bacio/2.0.3:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles/ip/3.0.2:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles/sp/2.0.3:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles/w3nco/2.0.7:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles/w3emc/2.3.1:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles/nemsio/2.2.4:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles/post/8.0.1:/opt/cray/ari/modulefiles/alps/5.2.4-2.0502.9822.32.1.ari:/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/modulefiles/esmf/8.0.0:/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/wcoss_cray/fv3 ++ export _LMFILES_ + module list ++ /opt/modules/3.2.10.3/bin/modulecmd bash list @@ -1080,7 +1082,7 @@ Currently Loaded Modulefiles: 38) fv3 + eval + cd build_fv3_1 -+ cmake /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model ++ cmake /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model -- The C compiler identification is Intel 16.0.3.20160415 -- The CXX compiler identification is Intel 16.0.3.20160415 -- The Fortran compiler identification is Intel 16.0.3.20160415 @@ -1134,82 +1136,82 @@ Selected physics package: gfs -- Configuring done -- Generating done --- Build files have been written to: /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_1 +-- Build files have been written to: /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/tests/build_fv3_1 + make -j 8 Scanning dependencies of target fv3cpl -[ 1%] Building Fortran object FV3/cpl/CMakeFiles/fv3cpl.dir/module_cplfields.F90.o [ 1%] Building Fortran object FV3/cpl/CMakeFiles/fv3cpl.dir/module_cap_cpl.F90.o -Scanning dependencies of target gfsphysics -[ 1%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/machine.F.o -[ 2%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_composition.f.o -[ 4%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/efield.f.o -[ 4%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/wam_f107_kp_mod.f90.o -[ 4%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/co2hc.f.o +[ 1%] Building Fortran object FV3/cpl/CMakeFiles/fv3cpl.dir/module_cplfields.F90.o Scanning dependencies of target fms -[ 5%] Building Fortran object CMakeFiles/fms.dir/FMS/platform/platform.F90.o -[ 5%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_parameter.F90.o -[ 5%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mersenne_twister.f.o -[ 5%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/GFDL_parse_tracers.F90.o -[ 5%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_core.F90.o -[ 6%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/iounitdef.f.o -[ 6%] Linking Fortran static library libfv3cpl.a -[ 6%] Built target fv3cpl -[ 6%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_input.F90.o +[ 1%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_parameter.F90.o +[ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/platform/platform.F90.o +[ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_core.F90.o +[ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_input.F90.o +[ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/cloud_interpolator.F90.o +Scanning dependencies of target gfsphysics +[ 2%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/machine.F.o +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 6%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/cloud_interpolator.F90.o -[ 6%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/namelist_soilveg.f.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 6%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_wrf_utl.f90.o -[ 6%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_io.F90.o -[ 6%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/noahmp_tables.f90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 6%] Building Fortran object CMakeFiles/fms.dir/FMS/random_numbers/MersenneTwister.F90.o -[ 7%] Building Fortran object CMakeFiles/fms.dir/FMS/sat_vapor_pres/sat_vapor_pres_k.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. +[ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_io.F90.o +[ 3%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/co2hc.f.o +[ 3%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_composition.f.o +[ 3%] Building Fortran object CMakeFiles/fms.dir/FMS/random_numbers/MersenneTwister.F90.o +[ 4%] Building Fortran object CMakeFiles/fms.dir/FMS/sat_vapor_pres/sat_vapor_pres_k.F90.o +[ 5%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/efield.f.o +[ 6%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/wam_f107_kp_mod.f90.o +[ 6%] Linking Fortran static library libfv3cpl.a +[ 6%] Built target fv3cpl +[ 6%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mersenne_twister.f.o +[ 6%] Building Fortran object CMakeFiles/fms.dir/FMS/constants/constants.F90.o +[ 6%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/GFDL_parse_tracers.F90.o +[ 7%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_data.F90.o +[ 8%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/iounitdef.f.o +[ 8%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/namelist_soilveg.f.o +[ 8%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_wrf_utl.f90.o +[ 8%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/noahmp_tables.f90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 7%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_mp_radar.F90.o -[ 7%] Building Fortran object CMakeFiles/fms.dir/FMS/constants/constants.F90.o -[ 7%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/physcons.F90.o -[ 7%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/date_def.f.o -[ 8%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_data.F90.o +[ 8%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_mp_radar.F90.o +[ 8%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp.F90.o +[ 8%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/physcons.F90.o +[ 8%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/date_def.f.o [ 9%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/progtm_module.f.o [ 9%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/aerclm_def.f.o [ 9%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2o_def.f.o [ 9%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/physparam.f.o [ 10%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ozne_def.f.o [ 10%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gfs_phy_tracer_config.F.o +[ 10%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/surface_perturbation.F90.o +[ 10%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_sf_noahmp_glacier.f90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 10%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/surface_perturbation.F90.o -[ 10%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp.F90.o -[ 10%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_sf_noahmp_glacier.f90.o [ 11%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_sf_noahmplsm.f90.o [ 11%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/iccn_def.f.o [ 12%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/micro_mg_utils.F90.o [ 12%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gfdl_cloud_microphys.F90.o [ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/tracer_const_h.f.o [ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/funcphys.f90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. [ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_ugwp_initialize.F90.o [ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radlw_param.f.o [ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radsw_param.f.o @@ -1233,43 +1235,42 @@ ifort: command line warning #10121: overriding '-xCORE-AVX2' with '-xCORE-AVX-I' [ 18%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_nst_water_prop.f90.o [ 18%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/wv_saturation.F.o [ 19%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cs_conv.F90.o -[ 19%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_diag.f.o -[ 20%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_drv.f.o -[ 20%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_ocean.f.o -[ 21%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_sice.f.o -[ 21%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_typedefs.F90.o -[ 22%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_clouds.f.o -[ 22%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_efp.F90.o -[ 22%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_memutils.F90.o -[ 23%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_pset.F90.o -[ 23%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radsw_main.f.o -[ 23%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_nst_model.f90.o +[ 19%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_efp.F90.o +[ 19%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_memutils.F90.o +[ 20%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_pset.F90.o +[ 21%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_type.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. +[ 21%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_diag.f.o +[ 22%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/gradient.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 24%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_type.F90.o -[ 25%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/gradient.F90.o -[ 25%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_domains.F90.o +[ 23%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_drv.f.o +[ 23%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_ocean.f.o +[ 24%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_sice.f.o +[ 24%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_domains.F90.o +[ 24%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_typedefs.F90.o +[ 25%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_clouds.f.o +[ 25%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radsw_main.f.o [ 25%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cldmacro.F.o +[ 25%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_nst_model.f90.o [ 26%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cldwat2m_micro.F.o [ 26%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/micro_mg2_0.F90.o [ 26%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/micro_mg3_0.F90.o -[ 26%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radlw_main.f.o -[ 26%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_nst.f.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 27%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_radiation_driver.F90.o +[ 26%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radlw_main.f.o +[ 26%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_nst.f.o [ 27%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_diagnostics.F90.o -[ 27%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_physics_driver.F90.o +[ 27%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_radiation_driver.F90.o [ 27%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_restart.F90.o -[ 27%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_comm.F90.o +[ 28%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_comm.F90.o [ 28%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_io.F90.o Compiling in MPI mode (with or without MPP) Using 8-byte addressing @@ -1286,10 +1287,13 @@ Using pure routines. Using allocatable derived type array members. Using cray pointers. [ 29%] Building Fortran object CMakeFiles/fms.dir/FMS/fms/fms.F90.o -[ 29%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bicubic.F90.o -[ 29%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_conserve.F90.o -[ 30%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_spherical.F90.o +[ 30%] Building Fortran object CMakeFiles/fms.dir/FMS/time_manager/time_manager.F90.o +[ 30%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bicubic.F90.o +[ 30%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_conserve.F90.o [ 30%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bilinear.F90.o +[ 30%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_spherical.F90.o +[ 30%] Building Fortran object CMakeFiles/fms.dir/FMS/axis_utils/axis_utils.F90.o +[ 30%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_grid.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. @@ -1305,20 +1309,19 @@ Using cray pointers. [ 30%] Building Fortran object CMakeFiles/fms.dir/FMS/field_manager/field_manager.F90.o [ 30%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/mosaic.F90.o [ 31%] Building Fortran object CMakeFiles/fms.dir/FMS/topography/gaussian_topog.F90.o -[ 32%] Building Fortran object CMakeFiles/fms.dir/FMS/time_manager/get_cal_time.F90.o +[ 31%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_data.F90.o [ 32%] Building Fortran object CMakeFiles/fms.dir/FMS/time_interp/time_interp.F90.o -[ 32%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_data.F90.o [ 33%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_types.F90.o [ 33%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_axis.F90.o [ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_manifest.F90.o +[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_axis.F90.o +[ 35%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_driver.F90.o [ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/xbt_drop_rate_adjust.f90.o [ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/write_ocean_data.F90.o -[ 35%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_driver.F90.o [ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/field_manager/fm_util.F90.o Using 8-byte addressing Using pure routines. @@ -1337,8 +1340,8 @@ Using cray pointers. [ 36%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_util.F90.o [ 37%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_abstraction_layer.F90.o [ 37%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_solar_heating.f.o -[ 37%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_tracer.f.o -[ 39%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2oc.f.o +[ 38%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2oc.f.o +[ 39%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_tracer.f.o [ 39%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ideaca.f.o [ 39%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfcsub.F.o Using 8-byte addressing @@ -1349,14 +1352,14 @@ Using cray pointers. [ 39%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cnvc90.f.o [ 39%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/dcyc2.f.o [ 39%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/dcyc2.pre.rad.f.o -[ 39%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/get_prs.f.o [ 39%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_table.F90.o +[ 39%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/get_prs.f.o [ 39%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gocart_tracer_config_stub.f.o [ 40%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gscond.f.o [ 40%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gscondp.f.o -[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/data_override/data_override.F90.o -[ 40%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gwdc.f.o [ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_manager.F90.o +[ 40%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gwdc.f.o +[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/data_override/data_override.F90.o [ 41%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gwdps.f.o [ 41%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_orowam2017.f.o [ 41%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2ohdc.f.o @@ -1376,8 +1379,8 @@ Using cray pointers. [ 42%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_o2_o3.f.o [ 43%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_phys.f.o [ 43%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/lrgsclr.f.o -[ 43%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfpbl.f.o [ 44%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfpblt.f.o +[ 44%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfpbl.f.o [ 44%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfpbltq.f.o [ 44%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfscu.f.o [ 45%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfscuq.f.o @@ -1402,14 +1405,14 @@ Using cray pointers. [ 51%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/rayleigh_damp.f.o [ 51%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/rayleigh_damp_mesopause.f.o [ 51%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/samfaerosols.f.o -[ 52%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/coupler_types.F90.o -[ 52%] Building Fortran object CMakeFiles/fms.dir/FMS/exchange/stock_constants.F90.o -[ 53%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/samfdeepcnv.f.o -[ 53%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/samfshalcnv.f.o -[ 53%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sascnv.f.o -[ 53%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sascnvn.f.o -[ 54%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/satmedmfvdif.f.o -[ 54%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/satmedmfvdifq.f.o +[ 52%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/samfdeepcnv.f.o +[ 52%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/samfshalcnv.f.o +[ 52%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sascnv.f.o +[ 52%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sascnvn.f.o +[ 53%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/satmedmfvdif.f.o +[ 53%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/satmedmfvdifq.f.o +[ 54%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/coupler_types.F90.o +[ 54%] Building Fortran object CMakeFiles/fms.dir/FMS/exchange/stock_constants.F90.o [ 54%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/set_soilveg.f.o [ 54%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_noahmp_drv.f.o [ 54%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sflx.f.o @@ -1423,110 +1426,108 @@ Using cray pointers. [ 55%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gcm_shoc.f90.o [ 56%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2ointerp.f90.o [ 57%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ozinterp.f90.o -[ 58%] Building Fortran object CMakeFiles/fms.dir/FMS/amip_interp/amip_interp.F90.o -[ 58%] Building Fortran object CMakeFiles/fms.dir/FMS/astronomy/astronomy.F90.o -[ 58%] Building Fortran object CMakeFiles/fms.dir/FMS/block_control/block_control.F90.o -[ 58%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/iccninterp.f90.o -[ 58%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/aerinterp.f90.o -[ 59%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/num_parthds.F.o -[ 60%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gcycle.F90.o -[ 61%] Building Fortran object CMakeFiles/fms.dir/FMS/column_diagnostics/column_diagnostics.F90.o +[ 57%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/iccninterp.f90.o +[ 57%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/aerinterp.f90.o +[ 58%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/num_parthds.F.o +[ 59%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gcycle.F90.o +[ 60%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_ugwp_utils.F90.o +[ 60%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_ugwp_triggers.F90.o +[ 60%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_ugwp_solvers.F90.o +[ 61%] Building Fortran object CMakeFiles/fms.dir/FMS/amip_interp/amip_interp.F90.o +[ 61%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_vert_lsatdis.F90.o +[ 61%] Building Fortran object CMakeFiles/fms.dir/FMS/astronomy/astronomy.F90.o +[ 61%] Building Fortran object CMakeFiles/fms.dir/FMS/block_control/block_control.F90.o +[ 62%] Building Fortran object CMakeFiles/fms.dir/FMS/column_diagnostics/column_diagnostics.F90.o +[ 62%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/atmos_ocean_fluxes.F90.o +[ 63%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_vert_orodis.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 61%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/atmos_ocean_fluxes.F90.o -[ 61%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/ensemble_manager.F90.o -[ 62%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters.F90.o -[ 62%] Building Fortran object CMakeFiles/fms.dir/FMS/exchange/xgrid.F90.o -[ 63%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_ugwp_utils.F90.o -[ 63%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_ugwp_triggers.F90.o -[ 63%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft.F90.o -[ 63%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_ugwp_solvers.F90.o +[ 63%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/ensemble_manager.F90.o +[ 63%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_vert_wmsdis.F90.o +[ 63%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/m_micro_driver.F90.o +[ 64%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters.F90.o +[ 64%] Building Fortran object CMakeFiles/fms.dir/FMS/exchange/xgrid.F90.o +[ 64%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft.F90.o +[ 65%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft99.F90.o Compiling in MPI mode (with or without MPP) Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 64%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft99.F90.o +[ 65%] Building Fortran object CMakeFiles/fms.dir/FMS/interpolator/interpolator.F90.o +[ 65%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/grid.F90.o +[ 65%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_utilities.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 64%] Building Fortran object CMakeFiles/fms.dir/FMS/interpolator/interpolator.F90.o -[ 64%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_vert_lsatdis.F90.o -[ 65%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_vert_orodis.F90.o -[ 65%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/grid.F90.o -[ 65%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_utilities.F90.o [ 65%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core.F90.o +[ 65%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core_ecda.F90.o +[ 65%] Building Fortran object CMakeFiles/fms.dir/FMS/random_numbers/random_numbers.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 65%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core_ecda.F90.o -[ 65%] Building Fortran object CMakeFiles/fms.dir/FMS/random_numbers/random_numbers.F90.o -[ 65%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_vert_wmsdis.F90.o [ 65%] Building Fortran object CMakeFiles/fms.dir/FMS/sat_vapor_pres/sat_vapor_pres.F90.o [ 65%] Building Fortran object CMakeFiles/fms.dir/FMS/station_data/station_data.F90.o [ 65%] Building Fortran object CMakeFiles/fms.dir/FMS/topography/topography.F90.o -[ 65%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/m_micro_driver.F90.o -[ 65%] Building Fortran object CMakeFiles/fms.dir/FMS/tracer_manager/tracer_manager.F90.o -[ 65%] Building Fortran object CMakeFiles/fms.dir/FMS/tridiagonal/tridiagonal.F90.o -[ 66%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/quicksort.F90.o -[ 67%] Building C object CMakeFiles/fms.dir/FMS/memutils/memuse.c.o -[ 67%] Building C object CMakeFiles/fms.dir/FMS/mosaic/create_xgrid.c.o -[ 67%] Building C object CMakeFiles/fms.dir/FMS/mosaic/gradient_c2l.c.o -[ 68%] Building C object CMakeFiles/fms.dir/FMS/mosaic/interp.c.o -[ 68%] Building C object CMakeFiles/fms.dir/FMS/mosaic/mosaic_util.c.o -[ 69%] Linking Fortran static library libgfsphysics.a -[ 69%] Building C object CMakeFiles/fms.dir/FMS/mosaic/read_mosaic.c.o -[ 69%] Built target gfsphysics +[ 66%] Linking Fortran static library libgfsphysics.a +[ 66%] Built target gfsphysics Scanning dependencies of target ipd -[ 69%] Building Fortran object FV3/ipd/CMakeFiles/ipd.dir/IPD_typedefs.F90.o +[ 66%] Building Fortran object FV3/ipd/CMakeFiles/ipd.dir/IPD_typedefs.F90.o +[ 66%] Building Fortran object CMakeFiles/fms.dir/FMS/tracer_manager/tracer_manager.F90.o +[ 66%] Building Fortran object FV3/ipd/CMakeFiles/ipd.dir/IPD_driver.F90.o +[ 66%] Building Fortran object CMakeFiles/fms.dir/FMS/tridiagonal/tridiagonal.F90.o +[ 67%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/quicksort.F90.o +[ 68%] Building C object CMakeFiles/fms.dir/FMS/memutils/memuse.c.o +[ 68%] Building C object CMakeFiles/fms.dir/FMS/mosaic/create_xgrid.c.o +[ 68%] Linking Fortran static library libipd.a +[ 68%] Built target ipd +[ 68%] Building C object CMakeFiles/fms.dir/FMS/mosaic/gradient_c2l.c.o +[ 69%] Building C object CMakeFiles/fms.dir/FMS/mosaic/interp.c.o +[ 69%] Building C object CMakeFiles/fms.dir/FMS/mosaic/mosaic_util.c.o +[ 69%] Building C object CMakeFiles/fms.dir/FMS/mosaic/read_mosaic.c.o [ 69%] Building C object CMakeFiles/fms.dir/FMS/affinity/affinity.c.o [ 70%] Building C object CMakeFiles/fms.dir/FMS/mpp/nsclock.c.o [ 70%] Building C object CMakeFiles/fms.dir/FMS/mpp/threadloc.c.o -[ 70%] Building Fortran object FV3/ipd/CMakeFiles/ipd.dir/IPD_driver.F90.o -[ 70%] Linking Fortran static library libipd.a -[ 70%] Built target ipd [ 70%] Linking Fortran static library FMS/libfms.a [ 70%] Built target fms Scanning dependencies of target io -[ 70%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_internal_state.F90.o [ 70%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_fv3_io_def.F90.o +[ 70%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_internal_state.F90.o Scanning dependencies of target fv3core -[ 71%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_arrays.F90.o -[ 72%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/external_sst.F90.o -[ 73%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/sim_nc_mod.F90.o +[ 72%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_arrays.F90.o [ 73%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_fill.F90.o +[ 73%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/sim_nc_mod.F90.o [ 73%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/DYCORE_typedefs.F90.o -[ 73%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_nemsio.F90.o +[ 74%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_nemsio.F90.o [ 74%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_netcdf.F90.o [ 74%] Building Fortran object FV3/io/CMakeFiles/io.dir/post_gfs.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/sorted_index.F90.o [ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_mp_mod.F90.o -[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_cmp.F90.o +[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/sorted_index.F90.o [ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_timing.F90.o -[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_eta.F90.o [ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_sg.F90.o +[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_cmp.F90.o [ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/boundary.F90.o [ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_grid_utils.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 75%] Building Fortran object FV3/io/CMakeFiles/io.dir/FV3GFS_io.F90.o -[ 75%] Building Fortran object FV3/io/CMakeFiles/io.dir/post_nems_routines.F90.o -[ 75%] Building Fortran object FV3/io/CMakeFiles/io.dir/ffsync.F90.o +[ 76%] Building Fortran object FV3/io/CMakeFiles/io.dir/FV3GFS_io.F90.o [ 76%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_wrt_grid_comp.F90.o +[ 76%] Building Fortran object FV3/io/CMakeFiles/io.dir/ffsync.F90.o +[ 76%] Building Fortran object FV3/io/CMakeFiles/io.dir/post_nems_routines.F90.o [ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/a2b_edge.F90.o -[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_mapz.F90.o -[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/tp_core.F90.o +[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_mapz.F90.o [ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_surf_map.F90.o +[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/tp_core.F90.o [ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_grid_tools.F90.o [ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/init_hydro.F90.o [ 78%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_treat_da_inc.F90.o @@ -1534,16 +1535,15 @@ Using cray pointers. [ 78%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_iau_mod.F90.o [ 79%] Linking Fortran static library libio.a [ 79%] Built target io -[ 79%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_diagnostics.F90.o +[ 80%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_diagnostics.F90.o [ 80%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_io.F90.o [ 80%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/nh_utils.F90.o [ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/nh_core.F90.o [ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_regional_bc.F90.o -[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_nudge.F90.o [ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/test_cases.F90.o +[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/fv_nggps_diag.F90.o [ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_tracer2d.F90.o [ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/dyn_core.F90.o -[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_update_phys.F90.o [ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/external_ic.F90.o [ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_restart.F90.o [ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_control.F90.o @@ -1558,51 +1558,54 @@ Using cray pointers. [ 85%] Linking Fortran static library libfv3core.a [ 85%] Built target fv3core Scanning dependencies of target stochastic_physics -[ 85%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_layout_lag.f.o -[ 86%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_resol_def.f.o -[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_namelist_def.F90.o +[ 85%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_resol_def.f.o +[ 85%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/update_ca.f90.o +[ 86%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_layout_lag.f.o +[ 86%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/spectral_layout.F90.o +[ 87%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_gg_def.f.o [ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/glats_stochy.f.o -[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/update_ca.f90.o -[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/spectral_layout.F90.o -[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_gg_def.f.o +[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_namelist_def.F90.o [ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/compns_stochy.F90.o [ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/setlats_lag_stochy.f.o +f.o [ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/epslon_stochy.f.o -[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/get_lats_node_a_stochy.f.o [ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/get_ls_node_stochy.f.o -[ 89%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/pln2eo_stochy.f.o [ 89%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/gozrineo_stochy.f.o +[ 89%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/pln2eo_stochy.f.o [ 90%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/setlats_a_stochy.f.o [ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_internal_state_mod.F90.o [ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/dezouv_stochy.f.o [ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/dozeuv_stochy.f.o -[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/four_to_grid_stochy.F.o [ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_patterngenerator.F90.o +[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/four_to_grid_stochy.F.o [ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/sumfln_stochy.f.o [ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/getcon_lag_stochy.f.o [ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/getcon_spectral.F90.o [ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/initialize_spectral_mod.F90.o [ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_data_mod.F90.o [ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/get_stochy_pattern.F90.o -[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/plumes.f90.o -[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/num_parthds_stochy.f.o -[ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochastic_physics.F90.o +[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochastic_physics.F90.o +[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/plumes.f90.o [ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/cellular_automata.f90.o +[ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/num_parthds_stochy.f.o [ 95%] Linking Fortran static library libstochastic_physics.a [ 95%] Built target stochastic_physics Scanning dependencies of target fv3cap [ 95%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/module_fv3_config.F90.o [ 96%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/atmos_model.F90.o [ 97%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/module_fcst_grid_comp.F90.o +[ 97%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/fv3_cap.F90.o [ 97%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/time_utils.F90.o [ 97%] Linking Fortran static library libfv3cap.a [ 97%] Built target fv3cap Scanning dependencies of target NEMS.exe +[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/ENS_Cpl/ENS_CplComp_ESMFMod_STUB.F90.o [ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_MEDIATOR_methods.F90.o [ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_EARTH_INTERNAL_STATE.F90.o [ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_UTILS.F90.o [ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_INTERNAL_STATE.F90.o [ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_Rusage.F90.o +[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_MEDIATOR_SpaceWeather.F90.o [ 98%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_MEDIATOR.F90.o [ 99%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_EARTH_GRID_COMP.F90.o [ 99%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_GRID_COMP.F90.o @@ -1617,24 +1620,24 @@ H5PL.c:(.text+0x3b7): warning: Using 'dlopen' in statically linked applications ESMCI_VMKernel.C:(.text+0x14ad1): warning: Using 'gethostbyname' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking [100%] Built target NEMS.exe + mv NEMS.exe ../fv3_1.exe -+ cp /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_cray/fv3 ../modules.fv3_1 ++ cp /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/wcoss_cray/fv3 ../modules.fv3_1 + cd .. + '[' YES = YES ']' + rm -rf build_fv3_1 -+ elapsed=807 -+ echo 'Elapsed time 807 seconds. Compiling finished' -Elapsed time 807 seconds. Compiling finished ++ elapsed=766 ++ echo 'Elapsed time 766 seconds. Compiling finished' +Elapsed time 766 seconds. Compiling finished + SECONDS=0 -+++ readlink -f /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/compile_cmake.sh -++ dirname /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/compile_cmake.sh -+ readonly MYDIR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests -+ MYDIR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests ++++ readlink -f /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/tests/compile_cmake.sh +++ dirname /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/tests/compile_cmake.sh ++ readonly MYDIR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/tests ++ MYDIR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/tests + readonly ARGC=4 + ARGC=4 -+ cd /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests ++ cd /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/tests + [[ 4 -eq 0 ]] + [[ 4 -lt 2 ]] -+ PATHTR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model ++ PATHTR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model + MACHINE_ID=wcoss_cray + MAKE_OPT=WW3=Y + BUILD_NAME=fv3_2 @@ -1645,8 +1648,8 @@ Elapsed time 807 seconds. Compiling finished + [[ wcoss_cray == wcoss_dell_p3 ]] + MAKE_THREADS=8 + hostname -llogin1 -+ cd /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests +llogin2 ++ cd /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/tests + echo 'Compiling WW3=Y into fv3_2.exe on wcoss_cray' Compiling WW3=Y into fv3_2.exe on wcoss_cray + '[' YES = YES ']' @@ -1667,13 +1670,13 @@ Compiling WW3=Y into fv3_2.exe on wcoss_cray ++ var=-DWW3=Y ++ echo -n -DWW3=Y + CCPP_CMAKE_FLAGS=-DWW3=Y -+ source /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc -++ __ms_function_name=setup__test_function__22549 -++ eval 'setup__test_function__22549() { /bin/true ; }' ++ source /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc +++ __ms_function_name=setup__test_function__44052 +++ eval 'setup__test_function__44052() { /bin/true ; }' +++ eval '__text="text" ; if [[ $__text =~ ^(t).* ]] ; then printf "%s" ${.sh.match[1]} ; fi' +++ cat ++ __ms_ksh_test= -+++ eval 'if ( set | grep setup__test_function__22549 | grep -v name > /dev/null 2>&1 ) ; then echo t ; fi ' ++++ eval 'if ( set | grep setup__test_function__44052 | grep -v name > /dev/null 2>&1 ) ; then echo t ; fi ' +++ cat ++ __ms_bash_test=t ++ [[ ! -z '' ]] @@ -1697,15 +1700,17 @@ fv3(74):ERROR:105: Unable to locate a modulefile for 'w3emc/2.3.1' fv3(75):ERROR:105: Unable to locate a modulefile for 'nemsio/2.2.4' fv3(78):ERROR:105: Unable to locate a modulefile for 'post/8.0.1' fv3(19):ERROR:105: Unable to locate a modulefile for 'esmf/8.0.0' -++ eval INFOPATH=/usr/local/info:/usr/share/info:/usr/info ';export' 'INFOPATH;MANPATH=/opt/cray/share/man:/usr/local/man:/usr/share/man:/opt/cray/share/man:/cm/local/apps/environment-modules/current/share/man' ';export' 'MANPATH;MODULEPATH=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_cray:/usrx/local/emc_rocoto/modulefiles:/usrx/local/dev/modulefiles:/usrx/local/prod/modulefiles:/gpfs/hps/nco/ops/nwprod/lib/modulefiles:/gpfs/hps/nco/ops/nwprod/modulefiles:/opt/cray/alt-modulefiles:/opt/cray/craype/default/alt-modulefiles:/opt/modulefiles' ';export' 'MODULEPATH;PATH=/u/Dusan.Jovic/bin:/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/X11R6/bin:/usr/games:/opt/bin:/usr/lib/mit/bin:/usr/lib/mit/sbin:/sbin:/usr/sbin:.:/usr/lib/qt3/bin:/u/Dusan.Jovic/bin:/gpfs/hps3/emc/meso/noscrub/Dusan.Jovic/dbrowse' ';export' 'PATH;unset' 'ATP_HOME;unset' 'ATP_MRNET_COMM_PATH;unset' 'ATP_POST_LINK_OPTS;unset' 'BACIO_LIB4;unset' 'BACIO_LIB8;unset' 'BACIO_SRC;unset' 'BACIO_VER;unset' 'CMAKE_CXX_COMPILER;unset' 'CMAKE_C_COMPILER;unset' 'CMAKE_Fortran_COMPILER;unset' 'CMAKE_Platform;unset' 'COMP;unset' 'CPATH;unset' 'CRAYOS_VERSION;unset' 'CRAYPE_DIR;unset' 'CRAYPE_NETWORK_TARGET;unset' 'CRAYPE_VERSION;unset' 'CRAY_ALPS_INCLUDE_OPTS;unset' 'CRAY_ALPS_POST_LINK_OPTS;unset' 'CRAY_CPU_TARGET;unset' 'CRAY_DMAPP_INCLUDE_OPTS;unset' 'CRAY_DMAPP_POST_LINK_OPTS;unset' 'CRAY_GNI_HEADERS_INCLUDE_OPTS;unset' 'CRAY_HDF5_DIR;unset' 'CRAY_HDF5_VERSION;unset' 'CRAY_LD_LIBRARY_PATH;unset' 'CRAY_LIBSCI_BASE_DIR;unset' 'CRAY_LIBSCI_DIR;unset' 'CRAY_LIBSCI_PREFIX_DIR;unset' 'CRAY_LIBSCI_VERSION;unset' 'CRAY_NETCDF_VERSION;unset' 'CRAY_PE_MODULES;unset' 'CRAY_PMI_INCLUDE_OPTS;unset' 'CRAY_PMI_POST_LINK_OPTS;unset' 'CRAY_PRE_COMPILE_OPTS;unset' 'CRAY_PRGENVINTEL;unset' 'CRAY_RCA_INCLUDE_OPTS;unset' 'CRAY_RCA_POST_LINK_OPTS;unset' 'CRAY_UDREG_INCLUDE_OPTS;unset' 'CRAY_UDREG_POST_LINK_OPTS;unset' 'CRAY_UGNI_INCLUDE_OPTS;unset' 'CRAY_UGNI_POST_LINK_OPTS;unset' 'CRAY_XPMEM_INCLUDE_OPTS;unset' 'CRAY_XPMEM_POST_LINK_OPTS;unset' 'CRTM_FIX;unset' 'CRTM_INC;unset' 'CRTM_LIB;unset' 'CRTM_SRC;unset' 'CRTM_VER;unset' 'DMAPP_ABORT_ON_ERROR;unset' 'DVS_INCLUDE_OPTS;unset' 'DVS_VERSION;unset' 'ECF_HOSTFILE;unset' 'ECF_PORT;unset' 'ECF_ROOT;unset' 'ESMFMKFILE;unset' 'G2TMPL_INC;unset' 'G2TMPL_LIB;unset' 'G2TMPL_SRC;unset' 'G2TMPL_VER;unset' 'G2_INC4;unset' 'G2_INCd;unset' 'G2_LIB4;unset' 'G2_LIBd;unset' 'G2_SRC;unset' 'G2_VER;unset' 'GCC_PATH;unset' 'GCC_VERSION;unset' 'GDBSERVER_MIC;unset' 'GDB_CROSS;unset' 'GDB_HOST;unset' 'GNU_VERSION;unset' 'HDF5_DIR;unset' 'HDF5_INCLUDE_OPTS;unset' 'HDF5_ROOT;unset' 'INTEL_LICENSE_FILE;unset' 'INTEL_MAJOR_VERSION;unset' 'INTEL_MINOR_VERSION;unset' 'INTEL_PATH;unset' 'INTEL_PYTHONHOME;unset' 'INTEL_VERSION;unset' 'IPPROOT;unset' 'IP_INC4;unset' 'IP_INC8;unset' 'IP_INCd;unset' 'IP_LIB4;unset' 'IP_LIB8;unset' 'IP_LIBd;unset' 'IP_SRC;unset' 'IP_VER;unset' 'JASPER_INC;unset' 'JASPER_LIB;unset' 'JASPER_LIBDIR;unset' 'JASPER_LIBl;unset' 'JASPER_SRC;unset' 'JASPER_VER;unset' 'LD_LIBRARY_PATH;unset' 'LIBRARY_PATH;unset' 'LIBSCI_BASE_DIR;unset' 'LIBSCI_VERSION;unset' 'LIB_NAME;unset' 'LOADEDMODULES;unset' 'LSF_BINDIR;unset' 'LSF_ENVDIR;unset' 'LSF_LIBDIR;unset' 'LSF_SERVERDIR;unset' 'MIC_LD_LIBRARY_PATH;unset' 'MIC_LIBRARY_PATH;unset' 'MKLROOT;unset' 'MPICH_ABORT_ON_ERROR;unset' 'MPM_LAUNCHER;unset' 'NEMSIO_INC;unset' 'NEMSIO_LIB;unset' 'NEMSIO_SRC;unset' 'NEMSIO_VER;unset' 'NETCDF_DIR;unset' 'NLSPATH;unset' 'PE_CRAY_DEFAULT_FIXED_PKGCONFIG_PATH;unset' 'PE_CRAY_FIXED_PKGCONFIG_PATH;unset' 'PE_CXX_PKGCONFIG_LIBS;unset' 'PE_ENV;unset' 'PE_FFTW_DEFAULT_REQUIRED_PRODUCTS;unset' 'PE_FFTW_DEFAULT_TARGET_haswell;unset' 'PE_FFTW_DEFAULT_TARGET_interlagos;unset' 'PE_FFTW_DEFAULT_TARGET_sandybridge;unset' 'PE_FFTW_DEFAULT_TARGET_x86_64;unset' 'PE_FFTW_DEFAULT_VOLATILE_PKGCONFIG_PATH;unset' 'PE_FORTRAN_PKGCONFIG_LIBS;unset' 'PE_GA_DEFAULT_FIXED_PRGENV;unset' 'PE_GA_DEFAULT_GENCOMPS_GNU;unset' 'PE_GA_DEFAULT_VOLATILE_PKGCONFIG_PATH;unset' 'PE_GA_DEFAULT_VOLATILE_PRGENV;unset' 'PE_HDF5_CXX_PKGCONFIG_LIBS;unset' 'PE_HDF5_DEFAULT_FIXED_PRGENV;unset' 'PE_HDF5_DEFAULT_GENCOMPS_GNU;unset' 'PE_HDF5_DEFAULT_VOLATILE_PKGCONFIG_PATH;unset' 'PE_HDF5_DEFAULT_VOLATILE_PRGENV;unset' 'PE_HDF5_DIR;unset' 'PE_HDF5_FIXED_PRGENV;unset' 'PE_HDF5_FORTRAN_PKGCONFIG_LIBS;unset' 'PE_HDF5_GENCOMPILERS_GNU;unset' 'PE_HDF5_GENCOMPS_GNU;unset' 'PE_HDF5_MODULE_NAME;unset' 'PE_HDF5_PARALLEL_DEFAULT_FIXED_PRGENV;unset' 'PE_HDF5_PARALLEL_DEFAULT_GENCOMPS_GNU;unset' 'PE_HDF5_PARALLEL_DEFAULT_REQUIRED_PRODUCTS;unset' 'PE_HDF5_PARALLEL_DEFAULT_VOLATILE_PKGCONFIG_PATH;unset' 'PE_HDF5_PARALLEL_DEFAULT_VOLATILE_PRGENV;unset' 'PE_HDF5_PKGCONFIG_LIBS;unset' 'PE_HDF5_VOLATILE_PKGCONFIG_PATH;unset' 'PE_HDF5_VOLATILE_PRGENV;unset' 'PE_INTEL_DEFAULT_FIXED_PKGCONFIG_PATH;unset' 'PE_INTEL_FIXED_PKGCONFIG_PATH;unset' 'PE_LIBSCI_DEFAULT_GENCOMPS_CRAY_x86_64;unset' 'PE_LIBSCI_DEFAULT_GENCOMPS_GNU_x86_64;unset' 'PE_LIBSCI_DEFAULT_GENCOMPS_INTEL_x86_64;unset' 'PE_LIBSCI_DEFAULT_OMP_REQUIRES;unset' 'PE_LIBSCI_DEFAULT_OMP_REQUIRES_openmp;unset' 'PE_LIBSCI_DEFAULT_PKGCONFIG_VARIABLES;unset' 'PE_LIBSCI_DEFAULT_REQUIRED_PRODUCTS;unset' 'PE_LIBSCI_DEFAULT_VOLATILE_PKGCONFIG_PATH;unset' 'PE_LIBSCI_DEFAULT_VOLATILE_PRGENV;unset' 'PE_LIBSCI_GENCOMPS_CRAY_x86_64;unset' 'PE_LIBSCI_GENCOMPS_GNU_x86_64;unset' 'PE_LIBSCI_GENCOMPS_INTEL_x86_64;unset' 'PE_LIBSCI_MODULE_NAME;unset' 'PE_LIBSCI_OMP_REQUIRES;unset' 'PE_LIBSCI_OMP_REQUIRES_openmp;unset' 'PE_LIBSCI_PKGCONFIG_LIBS;unset' 'PE_LIBSCI_PKGCONFIG_VARIABLES;unset' 'PE_LIBSCI_REQUIRED_PRODUCTS;unset' 'PE_LIBSCI_VOLATILE_PKGCONFIG_PATH;unset' 'PE_LIBSCI_VOLATILE_PRGENV;unset' 'PE_MPICH_DEFAULT_DIR_CRAY_DEFAULT64;unset' 'PE_MPICH_DEFAULT_FIXED_PRGENV;unset' 'PE_MPICH_DEFAULT_GENCOMPS_CRAY;unset' 'PE_MPICH_DEFAULT_GENCOMPS_GNU;unset' 'PE_MPICH_DEFAULT_VOLATILE_PKGCONFIG_PATH;unset' 'PE_MPICH_DEFAULT_VOLATILE_PRGENV;unset' 'PE_MPICH_MULTITHREADED_LIBS_multithreaded;unset' 'PE_MPICH_NV_LIBS;unset' 'PE_MPICH_NV_LIBS_nvidia20;unset' 'PE_MPICH_NV_LIBS_nvidia35;unset' 'PE_MPICH_PKGCONFIG_VARIABLES;unset' 'PE_MPICH_TARGET_VAR_nvidia20;unset' 'PE_MPICH_TARGET_VAR_nvidia35;unset' 'PE_NETCDF_BASEDIR;unset' 'PE_NETCDF_CXX_PKGCONFIG_LIBS;unset' 'PE_NETCDF_DEFAULT_FIXED_PRGENV;unset' 'PE_NETCDF_DEFAULT_GENCOMPS_GNU;unset' 'PE_NETCDF_DEFAULT_REQUIRED_PRODUCTS;unset' 'PE_NETCDF_DEFAULT_VOLATILE_PKGCONFIG_PATH;unset' 'PE_NETCDF_DEFAULT_VOLATILE_PRGENV;unset' 'PE_NETCDF_FIXED_PRGENV;unset' 'PE_NETCDF_FORTRAN_PKGCONFIG_LIBS;unset' 'PE_NETCDF_GENCOMPILERS_GNU;unset' 'PE_NETCDF_GENCOMPS_GNU;unset' 'PE_NETCDF_HDF5PARALLEL_DEFAULT_FIXED_PRGENV;unset' 'PE_NETCDF_HDF5PARALLEL_DEFAULT_GENCOMPS_GNU;unset' 'PE_NETCDF_HDF5PARALLEL_DEFAULT_REQUIRED_PRODUCTS;unset' 'PE_NETCDF_HDF5PARALLEL_DEFAULT_VOLATILE_PKGCONFIG_PATH;unset' 'PE_NETCDF_HDF5PARALLEL_DEFAULT_VOLATILE_PRGENV;unset' 'PE_NETCDF_MODULE_NAME;unset' 'PE_NETCDF_PKGCONFIG_LIBS;unset' 'PE_NETCDF_REQUIRED_PRODUCTS;unset' 'PE_NETCDF_VOLATILE_PKGCONFIG_PATH;unset' 'PE_NETCDF_VOLATILE_PRGENV;unset' 'PE_PAPI_DEFAULT_ACCEL_LIBS;unset' 'PE_PAPI_DEFAULT_ACCEL_LIBS_nvidia35;unset' 'PE_PAPI_DEFAULT_PKGCONFIG_VARIABLES;unset' 'PE_PAPI_DEFAULT_TARGET_VAR_nvidia35;unset' 'PE_PARALLEL_NETCDF_DEFAULT_FIXED_PRGENV;unset' 'PE_PARALLEL_NETCDF_DEFAULT_GENCOMPILERS_GNU;unset' 'PE_PARALLEL_NETCDF_DEFAULT_GENCOMPS_GNU;unset' 'PE_PARALLEL_NETCDF_DEFAULT_VOLATILE_PKGCONFIG_PATH;unset' 'PE_PARALLEL_NETCDF_DEFAULT_VOLATILE_PRGENV;unset' 'PE_PETSC_DEFAULT_GENCOMPS_CRAY_haswell;unset' 'PE_PETSC_DEFAULT_GENCOMPS_CRAY_interlagos;unset' 'PE_PETSC_DEFAULT_GENCOMPS_CRAY_sandybridge;unset' 'PE_PETSC_DEFAULT_GENCOMPS_CRAY_x86_64;unset' 'PE_PETSC_DEFAULT_GENCOMPS_GNU_haswell;unset' 'PE_PETSC_DEFAULT_GENCOMPS_GNU_interlagos;unset' 'PE_PETSC_DEFAULT_GENCOMPS_GNU_sandybridge;unset' 'PE_PETSC_DEFAULT_GENCOMPS_GNU_x86_64;unset' 'PE_PETSC_DEFAULT_GENCOMPS_INTEL_haswell;unset' 'PE_PETSC_DEFAULT_GENCOMPS_INTEL_interlagos;unset' 'PE_PETSC_DEFAULT_GENCOMPS_INTEL_sandybridge;unset' 'PE_PETSC_DEFAULT_GENCOMPS_INTEL_x86_64;unset' 'PE_PETSC_DEFAULT_REQUIRED_PRODUCTS;unset' 'PE_PETSC_DEFAULT_VOLATILE_PKGCONFIG_PATH;unset' 'PE_PETSC_DEFAULT_VOLATILE_PRGENV;unset' 'PE_PKGCONFIG_DEFAULT_PRODUCTS;unset' 'PE_PKGCONFIG_LIBS;unset' 'PE_PKGCONFIG_PRODUCTS;unset' 'PE_PKGCONFIG_PRODUCTS_DEFAULT;unset' 'PE_PKG_CONFIG_PATH;unset' 'PE_PRODUCT_LIST;unset' 'PE_SMA_DIR_CRAY_DEFAULT64;unset' 'PE_SMA_DIR_PGI_DEFAULT64;unset' 'PE_SMA_VOLATILE_PKGCONFIG_PATH;unset' 'PE_TPSL_DEFAULT_GENCOMPS_CRAY_haswell;unset' 'PE_TPSL_DEFAULT_GENCOMPS_CRAY_interlagos;unset' 'PE_TPSL_DEFAULT_GENCOMPS_CRAY_sandybridge;unset' 'PE_TPSL_DEFAULT_GENCOMPS_CRAY_x86_64;unset' 'PE_TPSL_DEFAULT_GENCOMPS_GNU_haswell;unset' 'PE_TPSL_DEFAULT_GENCOMPS_GNU_interlagos;unset' 'PE_TPSL_DEFAULT_GENCOMPS_GNU_sandybridge;unset' 'PE_TPSL_DEFAULT_GENCOMPS_GNU_x86_64;unset' 'PE_TPSL_DEFAULT_GENCOMPS_INTEL_haswell;unset' 'PE_TPSL_DEFAULT_GENCOMPS_INTEL_interlagos;unset' 'PE_TPSL_DEFAULT_GENCOMPS_INTEL_sandybridge;unset' 'PE_TPSL_DEFAULT_GENCOMPS_INTEL_x86_64;unset' 'PE_TPSL_DEFAULT_REQUIRED_PRODUCTS;unset' 'PE_TPSL_DEFAULT_VOLATILE_PKGCONFIG_PATH;unset' 'PE_TPSL_DEFAULT_VOLATILE_PRGENV;unset' 'PE_TRILINOS_DEFAULT_GENCOMPS_CRAY_x86_64;unset' 'PE_TRILINOS_DEFAULT_GENCOMPS_GNU_x86_64;unset' 'PE_TRILINOS_DEFAULT_GENCOMPS_INTEL_x86_64;unset' 'PE_TRILINOS_DEFAULT_REQUIRED_PRODUCTS;unset' 'PE_TRILINOS_DEFAULT_VOLATILE_PKGCONFIG_PATH;unset' 'PE_TRILINOS_DEFAULT_VOLATILE_PRGENV;unset' 'PKGCONFIG_ENABLED;unset' 'PKG_CONFIG_PATH;unset' 'PKG_CONFIG_PATH_DEFAULT;unset' 'PNG_INC;unset' 'PNG_LIB;unset' 'PNG_LIB12;unset' 'PNG_LIBDIR;unset' 'PNG_LIBso;unset' 'PNG_SRC;unset' 'PNG_VER;unset' 'POST_INC;unset' 'POST_LIB;unset' 'POST_SRC;unset' 'POST_VER;unset' 'PYTHONPATH;unset' 'QT_PLUGIN_PATH;unset' 'SHMEM_ABORT_ON_ERROR;unset' 'SLURM_PROLOG;unset' 'SP_LIB4;unset' 'SP_LIB8;unset' 'SP_LIBd;unset' 'SP_SRC;unset' 'SP_VER;unset' 'TBBROOT;unset' 'W3EMC_INC4;unset' 'W3EMC_INC8;unset' 'W3EMC_INCd;unset' 'W3EMC_LIB4;unset' 'W3EMC_LIB8;unset' 'W3EMC_LIBd;unset' 'W3EMC_SRC;unset' 'W3EMC_VER;unset' 'W3NCO_INC4;unset' 'W3NCO_INC8;unset' 'W3NCO_INCd;unset' 'W3NCO_LIB4;unset' 'W3NCO_LIB8;unset' 'W3NCO_LIBd;unset' 'W3NCO_SRC;unset' 'W3NCO_VER;unset' 'XLSF_UIDDIR;unset' 'XTOS_VERSION;unset' 'XTPE_NETWORK_TARGET;unset' 'Z_INC;unset' 'Z_LIB;unset' 'Z_SRC;unset' 'Z_VER;unset' '_LMFILES_;' +++ eval INFOPATH=/usr/local/info:/usr/share/info:/usr/info ';export' 'INFOPATH;MANPATH=/opt/cray/share/man:/usr/local/man:/usr/share/man:/opt/cray/share/man:/cm/local/apps/environment-modules/current/share/man' ';export' 'MANPATH;MODULEPATH=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/wcoss_cray:/usrx/local/emc_rocoto/modulefiles:/usrx/local/dev/modulefiles:/usrx/local/prod/modulefiles:/gpfs/hps/nco/ops/nwprod/lib/modulefiles:/gpfs/hps/nco/ops/nwprod/modulefiles:/opt/cray/alt-modulefiles:/opt/cray/craype/default/alt-modulefiles:/opt/modulefiles' ';export' 'MODULEPATH;PATH=/u/Dusan.Jovic/bin:/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/X11R6/bin:/usr/games:/opt/bin:/usr/lib/mit/bin:/usr/lib/mit/sbin:/sbin:/usr/sbin:.:/usr/lib/qt3/bin:/u/Dusan.Jovic/bin:/gpfs/hps3/emc/meso/noscrub/Dusan.Jovic/dbrowse' ';export' 'PATH;PE_HDF5_DEFAULT_REQUIRED_PRODUCTS=PE_MPICH' ';export' 'PE_HDF5_DEFAULT_REQUIRED_PRODUCTS;unset' 'ATP_HOME;unset' 'ATP_MRNET_COMM_PATH;unset' 'ATP_POST_LINK_OPTS;unset' 'BACIO_LIB4;unset' 'BACIO_LIB8;unset' 'BACIO_SRC;unset' 'BACIO_VER;unset' 'CMAKE_CXX_COMPILER;unset' 'CMAKE_C_COMPILER;unset' 'CMAKE_Fortran_COMPILER;unset' 'CMAKE_Platform;unset' 'COMP;unset' 'CPATH;unset' 'CRAYOS_VERSION;unset' 'CRAYPE_DIR;unset' 'CRAYPE_NETWORK_TARGET;unset' 'CRAYPE_VERSION;unset' 'CRAY_ALPS_INCLUDE_OPTS;unset' 'CRAY_ALPS_POST_LINK_OPTS;unset' 'CRAY_CPU_TARGET;unset' 'CRAY_DMAPP_INCLUDE_OPTS;unset' 'CRAY_DMAPP_POST_LINK_OPTS;unset' 'CRAY_GNI_HEADERS_INCLUDE_OPTS;unset' 'CRAY_HDF5_DIR;unset' 'CRAY_HDF5_VERSION;unset' 'CRAY_LD_LIBRARY_PATH;unset' 'CRAY_LIBSCI_BASE_DIR;unset' 'CRAY_LIBSCI_DIR;unset' 'CRAY_LIBSCI_PREFIX_DIR;unset' 'CRAY_LIBSCI_VERSION;unset' 'CRAY_NETCDF_VERSION;unset' 'CRAY_PE_MODULES;unset' 'CRAY_PMI_INCLUDE_OPTS;unset' 'CRAY_PMI_POST_LINK_OPTS;unset' 'CRAY_PRE_COMPILE_OPTS;unset' 'CRAY_PRGENVINTEL;unset' 'CRAY_RCA_INCLUDE_OPTS;unset' 'CRAY_RCA_POST_LINK_OPTS;unset' 'CRAY_UDREG_INCLUDE_OPTS;unset' 'CRAY_UDREG_POST_LINK_OPTS;unset' 'CRAY_UGNI_INCLUDE_OPTS;unset' 'CRAY_UGNI_POST_LINK_OPTS;unset' 'CRAY_XPMEM_INCLUDE_OPTS;unset' 'CRAY_XPMEM_POST_LINK_OPTS;unset' 'CRTM_FIX;unset' 'CRTM_INC;unset' 'CRTM_LIB;unset' 'CRTM_SRC;unset' 'CRTM_VER;unset' 'DMAPP_ABORT_ON_ERROR;unset' 'DVS_INCLUDE_OPTS;unset' 'DVS_VERSION;unset' 'ECF_HOSTFILE;unset' 'ECF_PORT;unset' 'ECF_ROOT;unset' 'ESMFMKFILE;unset' 'G2TMPL_INC;unset' 'G2TMPL_LIB;unset' 'G2TMPL_SRC;unset' 'G2TMPL_VER;unset' 'G2_INC4;unset' 'G2_INCd;unset' 'G2_LIB4;unset' 'G2_LIBd;unset' 'G2_SRC;unset' 'G2_VER;unset' 'GCC_PATH;unset' 'GCC_VERSION;unset' 'GDBSERVER_MIC;unset' 'GDB_CROSS;unset' 'GDB_HOST;unset' 'GNU_VERSION;unset' 'HDF5_DIR;unset' 'HDF5_INCLUDE_OPTS;unset' 'HDF5_ROOT;unset' 'INTEL_LICENSE_FILE;unset' 'INTEL_MAJOR_VERSION;unset' 'INTEL_MINOR_VERSION;unset' 'INTEL_PATH;unset' 'INTEL_PYTHONHOME;unset' 'INTEL_VERSION;unset' 'IPPROOT;unset' 'IP_INC4;unset' 'IP_INC8;unset' 'IP_INCd;unset' 'IP_LIB4;unset' 'IP_LIB8;unset' 'IP_LIBd;unset' 'IP_SRC;unset' 'IP_VER;unset' 'JASPER_INC;unset' 'JASPER_LIB;unset' 'JASPER_LIBDIR;unset' 'JASPER_LIBl;unset' 'JASPER_SRC;unset' 'JASPER_VER;unset' 'LD_LIBRARY_PATH;unset' 'LIBRARY_PATH;unset' 'LIBSCI_BASE_DIR;unset' 'LIBSCI_VERSION;unset' 'LIB_NAME;unset' 'LOADEDMODULES;unset' 'LSF_BINDIR;unset' 'LSF_ENVDIR;unset' 'LSF_LIBDIR;unset' 'LSF_SERVERDIR;unset' 'MIC_LD_LIBRARY_PATH;unset' 'MIC_LIBRARY_PATH;unset' 'MKLROOT;unset' 'MPICH_ABORT_ON_ERROR;unset' 'MPM_LAUNCHER;unset' 'NEMSIO_INC;unset' 'NEMSIO_LIB;unset' 'NEMSIO_SRC;unset' 'NEMSIO_VER;unset' 'NETCDF_DIR;unset' 'NLSPATH;unset' 'PE_CRAY_DEFAULT_FIXED_PKGCONFIG_PATH;unset' 'PE_CRAY_FIXED_PKGCONFIG_PATH;unset' 'PE_CXX_PKGCONFIG_LIBS;unset' 'PE_ENV;unset' 'PE_FFTW_DEFAULT_REQUIRED_PRODUCTS;unset' 'PE_FFTW_DEFAULT_TARGET_haswell;unset' 'PE_FFTW_DEFAULT_TARGET_interlagos;unset' 'PE_FFTW_DEFAULT_TARGET_sandybridge;unset' 'PE_FFTW_DEFAULT_TARGET_x86_64;unset' 'PE_FFTW_DEFAULT_VOLATILE_PKGCONFIG_PATH;unset' 'PE_FORTRAN_PKGCONFIG_LIBS;unset' 'PE_GA_DEFAULT_FIXED_PRGENV;unset' 'PE_GA_DEFAULT_GENCOMPS_GNU;unset' 'PE_GA_DEFAULT_VOLATILE_PKGCONFIG_PATH;unset' 'PE_GA_DEFAULT_VOLATILE_PRGENV;unset' 'PE_HDF5_CXX_PKGCONFIG_LIBS;unset' 'PE_HDF5_DEFAULT_FIXED_PRGENV;unset' 'PE_HDF5_DEFAULT_GENCOMPS_GNU;unset' 'PE_HDF5_DEFAULT_VOLATILE_PKGCONFIG_PATH;unset' 'PE_HDF5_DEFAULT_VOLATILE_PRGENV;unset' 'PE_HDF5_DIR;unset' 'PE_HDF5_FIXED_PRGENV;unset' 'PE_HDF5_FORTRAN_PKGCONFIG_LIBS;unset' 'PE_HDF5_GENCOMPILERS_GNU;unset' 'PE_HDF5_GENCOMPS_GNU;unset' 'PE_HDF5_MODULE_NAME;unset' 'PE_HDF5_PARALLEL_DEFAULT_FIXED_PRGENV;unset' 'PE_HDF5_PARALLEL_DEFAULT_GENCOMPS_GNU;unset' 'PE_HDF5_PARALLEL_DEFAULT_REQUIRED_PRODUCTS;unset' 'PE_HDF5_PARALLEL_DEFAULT_VOLATILE_PKGCONFIG_PATH;unset' 'PE_HDF5_PARALLEL_DEFAULT_VOLATILE_PRGENV;unset' 'PE_HDF5_PKGCONFIG_LIBS;unset' 'PE_HDF5_VOLATILE_PKGCONFIG_PATH;unset' 'PE_HDF5_VOLATILE_PRGENV;unset' 'PE_INTEL_DEFAULT_FIXED_PKGCONFIG_PATH;unset' 'PE_INTEL_FIXED_PKGCONFIG_PATH;unset' 'PE_LIBSCI_DEFAULT_GENCOMPS_CRAY_x86_64;unset' 'PE_LIBSCI_DEFAULT_GENCOMPS_GNU_x86_64;unset' 'PE_LIBSCI_DEFAULT_GENCOMPS_INTEL_x86_64;unset' 'PE_LIBSCI_DEFAULT_OMP_REQUIRES;unset' 'PE_LIBSCI_DEFAULT_OMP_REQUIRES_openmp;unset' 'PE_LIBSCI_DEFAULT_PKGCONFIG_VARIABLES;unset' 'PE_LIBSCI_DEFAULT_REQUIRED_PRODUCTS;unset' 'PE_LIBSCI_DEFAULT_VOLATILE_PKGCONFIG_PATH;unset' 'PE_LIBSCI_DEFAULT_VOLATILE_PRGENV;unset' 'PE_LIBSCI_GENCOMPS_CRAY_x86_64;unset' 'PE_LIBSCI_GENCOMPS_GNU_x86_64;unset' 'PE_LIBSCI_GENCOMPS_INTEL_x86_64;unset' 'PE_LIBSCI_MODULE_NAME;unset' 'PE_LIBSCI_OMP_REQUIRES;unset' 'PE_LIBSCI_OMP_REQUIRES_openmp;unset' 'PE_LIBSCI_PKGCONFIG_LIBS;unset' 'PE_LIBSCI_PKGCONFIG_VARIABLES;unset' 'PE_LIBSCI_REQUIRED_PRODUCTS;unset' 'PE_LIBSCI_VOLATILE_PKGCONFIG_PATH;unset' 'PE_LIBSCI_VOLATILE_PRGENV;unset' 'PE_MPICH_DEFAULT_DIR_CRAY_DEFAULT64;unset' 'PE_MPICH_DEFAULT_FIXED_PRGENV;unset' 'PE_MPICH_DEFAULT_GENCOMPS_CRAY;unset' 'PE_MPICH_DEFAULT_GENCOMPS_GNU;unset' 'PE_MPICH_DEFAULT_VOLATILE_PKGCONFIG_PATH;unset' 'PE_MPICH_DEFAULT_VOLATILE_PRGENV;unset' 'PE_MPICH_MULTITHREADED_LIBS_multithreaded;unset' 'PE_MPICH_NV_LIBS;unset' 'PE_MPICH_NV_LIBS_nvidia20;unset' 'PE_MPICH_NV_LIBS_nvidia35;unset' 'PE_MPICH_PKGCONFIG_VARIABLES;unset' 'PE_MPICH_TARGET_VAR_nvidia20;unset' 'PE_MPICH_TARGET_VAR_nvidia35;unset' 'PE_NETCDF_BASEDIR;unset' 'PE_NETCDF_CXX_PKGCONFIG_LIBS;unset' 'PE_NETCDF_DEFAULT_FIXED_PRGENV;unset' 'PE_NETCDF_DEFAULT_GENCOMPS_GNU;unset' 'PE_NETCDF_DEFAULT_REQUIRED_PRODUCTS;unset' 'PE_NETCDF_DEFAULT_VOLATILE_PKGCONFIG_PATH;unset' 'PE_NETCDF_DEFAULT_VOLATILE_PRGENV;unset' 'PE_NETCDF_FIXED_PRGENV;unset' 'PE_NETCDF_FORTRAN_PKGCONFIG_LIBS;unset' 'PE_NETCDF_GENCOMPILERS_GNU;unset' 'PE_NETCDF_GENCOMPS_GNU;unset' 'PE_NETCDF_HDF5PARALLEL_DEFAULT_FIXED_PRGENV;unset' 'PE_NETCDF_HDF5PARALLEL_DEFAULT_GENCOMPS_GNU;unset' 'PE_NETCDF_HDF5PARALLEL_DEFAULT_REQUIRED_PRODUCTS;unset' 'PE_NETCDF_HDF5PARALLEL_DEFAULT_VOLATILE_PKGCONFIG_PATH;unset' 'PE_NETCDF_HDF5PARALLEL_DEFAULT_VOLATILE_PRGENV;unset' 'PE_NETCDF_MODULE_NAME;unset' 'PE_NETCDF_PKGCONFIG_LIBS;unset' 'PE_NETCDF_REQUIRED_PRODUCTS;unset' 'PE_NETCDF_VOLATILE_PKGCONFIG_PATH;unset' 'PE_NETCDF_VOLATILE_PRGENV;unset' 'PE_PAPI_DEFAULT_ACCEL_LIBS;unset' 'PE_PAPI_DEFAULT_ACCEL_LIBS_nvidia35;unset' 'PE_PAPI_DEFAULT_PKGCONFIG_VARIABLES;unset' 'PE_PAPI_DEFAULT_TARGET_VAR_nvidia35;unset' 'PE_PARALLEL_NETCDF_DEFAULT_FIXED_PRGENV;unset' 'PE_PARALLEL_NETCDF_DEFAULT_GENCOMPILERS_GNU;unset' 'PE_PARALLEL_NETCDF_DEFAULT_GENCOMPS_GNU;unset' 'PE_PARALLEL_NETCDF_DEFAULT_VOLATILE_PKGCONFIG_PATH;unset' 'PE_PARALLEL_NETCDF_DEFAULT_VOLATILE_PRGENV;unset' 'PE_PETSC_DEFAULT_GENCOMPS_CRAY_haswell;unset' 'PE_PETSC_DEFAULT_GENCOMPS_CRAY_interlagos;unset' 'PE_PETSC_DEFAULT_GENCOMPS_CRAY_sandybridge;unset' 'PE_PETSC_DEFAULT_GENCOMPS_CRAY_x86_64;unset' 'PE_PETSC_DEFAULT_GENCOMPS_GNU_haswell;unset' 'PE_PETSC_DEFAULT_GENCOMPS_GNU_interlagos;unset' 'PE_PETSC_DEFAULT_GENCOMPS_GNU_sandybridge;unset' 'PE_PETSC_DEFAULT_GENCOMPS_GNU_x86_64;unset' 'PE_PETSC_DEFAULT_GENCOMPS_INTEL_haswell;unset' 'PE_PETSC_DEFAULT_GENCOMPS_INTEL_interlagos;unset' 'PE_PETSC_DEFAULT_GENCOMPS_INTEL_sandybridge;unset' 'PE_PETSC_DEFAULT_GENCOMPS_INTEL_x86_64;unset' 'PE_PETSC_DEFAULT_REQUIRED_PRODUCTS;unset' 'PE_PETSC_DEFAULT_VOLATILE_PKGCONFIG_PATH;unset' 'PE_PETSC_DEFAULT_VOLATILE_PRGENV;unset' 'PE_PKGCONFIG_DEFAULT_PRODUCTS;unset' 'PE_PKGCONFIG_LIBS;unset' 'PE_PKGCONFIG_PRODUCTS;unset' 'PE_PKGCONFIG_PRODUCTS_DEFAULT;unset' 'PE_PKG_CONFIG_PATH;unset' 'PE_PRODUCT_LIST;unset' 'PE_SMA_DIR_CRAY_DEFAULT64;unset' 'PE_SMA_DIR_PGI_DEFAULT64;unset' 'PE_SMA_VOLATILE_PKGCONFIG_PATH;unset' 'PE_TPSL_DEFAULT_GENCOMPS_CRAY_haswell;unset' 'PE_TPSL_DEFAULT_GENCOMPS_CRAY_interlagos;unset' 'PE_TPSL_DEFAULT_GENCOMPS_CRAY_sandybridge;unset' 'PE_TPSL_DEFAULT_GENCOMPS_CRAY_x86_64;unset' 'PE_TPSL_DEFAULT_GENCOMPS_GNU_haswell;unset' 'PE_TPSL_DEFAULT_GENCOMPS_GNU_interlagos;unset' 'PE_TPSL_DEFAULT_GENCOMPS_GNU_sandybridge;unset' 'PE_TPSL_DEFAULT_GENCOMPS_GNU_x86_64;unset' 'PE_TPSL_DEFAULT_GENCOMPS_INTEL_haswell;unset' 'PE_TPSL_DEFAULT_GENCOMPS_INTEL_interlagos;unset' 'PE_TPSL_DEFAULT_GENCOMPS_INTEL_sandybridge;unset' 'PE_TPSL_DEFAULT_GENCOMPS_INTEL_x86_64;unset' 'PE_TPSL_DEFAULT_REQUIRED_PRODUCTS;unset' 'PE_TPSL_DEFAULT_VOLATILE_PKGCONFIG_PATH;unset' 'PE_TPSL_DEFAULT_VOLATILE_PRGENV;unset' 'PE_TRILINOS_DEFAULT_GENCOMPS_CRAY_x86_64;unset' 'PE_TRILINOS_DEFAULT_GENCOMPS_GNU_x86_64;unset' 'PE_TRILINOS_DEFAULT_GENCOMPS_INTEL_x86_64;unset' 'PE_TRILINOS_DEFAULT_REQUIRED_PRODUCTS;unset' 'PE_TRILINOS_DEFAULT_VOLATILE_PKGCONFIG_PATH;unset' 'PE_TRILINOS_DEFAULT_VOLATILE_PRGENV;unset' 'PKGCONFIG_ENABLED;unset' 'PKG_CONFIG_PATH;unset' 'PKG_CONFIG_PATH_DEFAULT;unset' 'PNG_INC;unset' 'PNG_LIB;unset' 'PNG_LIB12;unset' 'PNG_LIBDIR;unset' 'PNG_LIBso;unset' 'PNG_SRC;unset' 'PNG_VER;unset' 'POST_INC;unset' 'POST_LIB;unset' 'POST_SRC;unset' 'POST_VER;unset' 'PYTHONPATH;unset' 'QT_PLUGIN_PATH;unset' 'SHMEM_ABORT_ON_ERROR;unset' 'SLURM_PROLOG;unset' 'SP_LIB4;unset' 'SP_LIB8;unset' 'SP_LIBd;unset' 'SP_SRC;unset' 'SP_VER;unset' 'TBBROOT;unset' 'W3EMC_INC4;unset' 'W3EMC_INC8;unset' 'W3EMC_INCd;unset' 'W3EMC_LIB4;unset' 'W3EMC_LIB8;unset' 'W3EMC_LIBd;unset' 'W3EMC_SRC;unset' 'W3EMC_VER;unset' 'W3NCO_INC4;unset' 'W3NCO_INC8;unset' 'W3NCO_INCd;unset' 'W3NCO_LIB4;unset' 'W3NCO_LIB8;unset' 'W3NCO_LIBd;unset' 'W3NCO_SRC;unset' 'W3NCO_VER;unset' 'XLSF_UIDDIR;unset' 'XTOS_VERSION;unset' 'XTPE_NETWORK_TARGET;unset' 'Z_INC;unset' 'Z_LIB;unset' 'Z_SRC;unset' 'Z_VER;unset' '_LMFILES_;' +++ INFOPATH=/usr/local/info:/usr/share/info:/usr/info +++ export INFOPATH +++ MANPATH=/opt/cray/share/man:/usr/local/man:/usr/share/man:/opt/cray/share/man:/cm/local/apps/environment-modules/current/share/man +++ export MANPATH -+++ MODULEPATH=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_cray:/usrx/local/emc_rocoto/modulefiles:/usrx/local/dev/modulefiles:/usrx/local/prod/modulefiles:/gpfs/hps/nco/ops/nwprod/lib/modulefiles:/gpfs/hps/nco/ops/nwprod/modulefiles:/opt/cray/alt-modulefiles:/opt/cray/craype/default/alt-modulefiles:/opt/modulefiles ++++ MODULEPATH=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/wcoss_cray:/usrx/local/emc_rocoto/modulefiles:/usrx/local/dev/modulefiles:/usrx/local/prod/modulefiles:/gpfs/hps/nco/ops/nwprod/lib/modulefiles:/gpfs/hps/nco/ops/nwprod/modulefiles:/opt/cray/alt-modulefiles:/opt/cray/craype/default/alt-modulefiles:/opt/modulefiles +++ export MODULEPATH +++ PATH=/u/Dusan.Jovic/bin:/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/X11R6/bin:/usr/games:/opt/bin:/usr/lib/mit/bin:/usr/lib/mit/sbin:/sbin:/usr/sbin:.:/usr/lib/qt3/bin:/u/Dusan.Jovic/bin:/gpfs/hps3/emc/meso/noscrub/Dusan.Jovic/dbrowse +++ export PATH ++++ PE_HDF5_DEFAULT_REQUIRED_PRODUCTS=PE_MPICH ++++ export PE_HDF5_DEFAULT_REQUIRED_PRODUCTS +++ unset ATP_HOME +++ unset ATP_MRNET_COMM_PATH +++ unset ATP_POST_LINK_OPTS @@ -2025,8 +2030,8 @@ fv3(19):ERROR:105: Unable to locate a modulefile for 'esmf/8.0.0' ++ eval ++ module use /opt/cray/ari/modulefiles +++ /opt/modules/3.2.10.3/bin/modulecmd bash use /opt/cray/ari/modulefiles -++ eval MODULEPATH=/opt/cray/ari/modulefiles:/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_cray:/usrx/local/emc_rocoto/modulefiles:/usrx/local/dev/modulefiles:/usrx/local/prod/modulefiles:/gpfs/hps/nco/ops/nwprod/lib/modulefiles:/gpfs/hps/nco/ops/nwprod/modulefiles:/opt/cray/alt-modulefiles:/opt/cray/craype/default/alt-modulefiles:/opt/modulefiles ';export' 'MODULEPATH;' -+++ MODULEPATH=/opt/cray/ari/modulefiles:/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_cray:/usrx/local/emc_rocoto/modulefiles:/usrx/local/dev/modulefiles:/usrx/local/prod/modulefiles:/gpfs/hps/nco/ops/nwprod/lib/modulefiles:/gpfs/hps/nco/ops/nwprod/modulefiles:/opt/cray/alt-modulefiles:/opt/cray/craype/default/alt-modulefiles:/opt/modulefiles +++ eval MODULEPATH=/opt/cray/ari/modulefiles:/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/wcoss_cray:/usrx/local/emc_rocoto/modulefiles:/usrx/local/dev/modulefiles:/usrx/local/prod/modulefiles:/gpfs/hps/nco/ops/nwprod/lib/modulefiles:/gpfs/hps/nco/ops/nwprod/modulefiles:/opt/cray/alt-modulefiles:/opt/cray/craype/default/alt-modulefiles:/opt/modulefiles ';export' 'MODULEPATH;' ++++ MODULEPATH=/opt/cray/ari/modulefiles:/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/wcoss_cray:/usrx/local/emc_rocoto/modulefiles:/usrx/local/dev/modulefiles:/usrx/local/prod/modulefiles:/gpfs/hps/nco/ops/nwprod/lib/modulefiles:/gpfs/hps/nco/ops/nwprod/modulefiles:/opt/cray/alt-modulefiles:/opt/cray/craype/default/alt-modulefiles:/opt/modulefiles +++ export MODULEPATH ++ module use /opt/cray/craype/default/alt-modulefiles +++ /opt/modules/3.2.10.3/bin/modulecmd bash use /opt/cray/craype/default/alt-modulefiles @@ -2046,16 +2051,16 @@ fv3(19):ERROR:105: Unable to locate a modulefile for 'esmf/8.0.0' ++ unset __ms_shell ++ unset __ms_ksh_test ++ unset __ms_bash_test -++ unset setup__test_function__22549 +++ unset setup__test_function__44052 ++ unset __ms_function_name + [[ wcoss_cray == macosx.* ]] + [[ wcoss_cray == linux.* ]] -+ module use /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_cray -++ /opt/modules/3.2.10.3/bin/modulecmd bash use /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_cray ++ module use /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/wcoss_cray +++ /opt/modules/3.2.10.3/bin/modulecmd bash use /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/wcoss_cray + eval + module load fv3 ++ /opt/modules/3.2.10.3/bin/modulecmd bash load fv3 -+ eval ATP_HOME=/opt/cray/atp/1.8.1 ';export' 'ATP_HOME;ATP_MRNET_COMM_PATH=/opt/cray/atp/1.8.1/libexec/atp_mrnet_commnode_wrapper' ';export' 'ATP_MRNET_COMM_PATH;ATP_POST_LINK_OPTS=-Wl,-L/opt/cray/atp/1.8.1/libApp/\' ';export' 'ATP_POST_LINK_OPTS;BACIO_LIB4=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libbacio_v2.0.3_4.a' ';export' 'BACIO_LIB4;BACIO_LIB8=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libbacio_v2.0.3_8.a' ';export' 'BACIO_LIB8;BACIO_SRC=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/src/bacio_v2.0.3' ';export' 'BACIO_SRC;BACIO_VER=v2.0.3' ';export' 'BACIO_VER;CMAKE_CXX_COMPILER=CC' ';export' 'CMAKE_CXX_COMPILER;CMAKE_C_COMPILER=cc' ';export' 'CMAKE_C_COMPILER;CMAKE_Fortran_COMPILER=ftn' ';export' 'CMAKE_Fortran_COMPILER;CMAKE_Platform=wcoss_cray' ';export' 'CMAKE_Platform;COMP=intel' ';export' 'COMP;CPATH=/opt/intel/compilers_and_libraries_2016.3.210/linux/ipp/include:/opt/intel/compilers_and_libraries_2016.3.210/linux/mkl/include:/opt/intel/compilers_and_libraries_2016.3.210/linux/tbb/include' ';export' 'CPATH;CRAYOS_VERSION=5.2.82' ';export' 'CRAYOS_VERSION;CRAYPE_DIR=/opt/cray/craype/2.3.0' ';export' 'CRAYPE_DIR;CRAYPE_NETWORK_TARGET=aries' ';export' 'CRAYPE_NETWORK_TARGET;CRAYPE_VERSION=2.3.0' ';export' 'CRAYPE_VERSION;CRAY_ALPS_INCLUDE_OPTS=-I/opt/cray/alps/5.2.4-2.0502.9822.32.1.ari/include' ';export' 'CRAY_ALPS_INCLUDE_OPTS;CRAY_ALPS_POST_LINK_OPTS=-L/opt/cray/alps/5.2.4-2.0502.9822.32.1.ari/lib64' ';export' 'CRAY_ALPS_POST_LINK_OPTS;CRAY_CPU_TARGET=haswell' ';export' 'CRAY_CPU_TARGET;CRAY_DMAPP_INCLUDE_OPTS=-I/opt/cray/dmapp/7.0.1-1.0502.11080.8.76.ari/include\' '-I/opt/cray/gni-headers/4.0-1.0502.10859.7.8.ari/include\' ';export' 'CRAY_DMAPP_INCLUDE_OPTS;CRAY_DMAPP_POST_LINK_OPTS=-L/opt/cray/dmapp/7.0.1-1.0502.11080.8.76.ari/lib64' ';export' 'CRAY_DMAPP_POST_LINK_OPTS;CRAY_GNI_HEADERS_INCLUDE_OPTS=-I/opt/cray/gni-headers/4.0-1.0502.10859.7.8.ari/include' ';export' 'CRAY_GNI_HEADERS_INCLUDE_OPTS;CRAY_HDF5_DIR=/opt/cray/hdf5/1.8.14' ';export' 'CRAY_HDF5_DIR;CRAY_HDF5_VERSION=1.8.14' ';export' 'CRAY_HDF5_VERSION;CRAY_LD_LIBRARY_PATH=/opt/cray/alps/5.2.4-2.0502.9822.32.1.ari/lib64:/opt/cray/hdf5/1.8.14/INTEL/14.0/lib:/opt/cray/netcdf/4.3.3.1/INTEL/14.0/lib:/opt/cray/rca/1.0.0-2.0502.60530.1.62.ari/lib64:/opt/cray/alps/5.2.4-2.0502.9774.31.11.ari/lib64:/opt/cray/xpmem/0.1-2.0502.64982.5.3.ari/lib64:/opt/cray/dmapp/7.0.1-1.0502.11080.8.76.ari/lib64:/opt/cray/pmi/5.0.11/lib64:/opt/cray/ugni/6.0-1.0502.10863.8.29.ari/lib64:/opt/cray/udreg/2.3.2-1.0502.10518.2.17.ari/lib64:/opt/cray/libsci/13.0.3/INTEL/140/x86_64/lib' ';export' 'CRAY_LD_LIBRARY_PATH;CRAY_LIBSCI_BASE_DIR=/opt/cray/libsci/13.0.3' ';export' 'CRAY_LIBSCI_BASE_DIR;CRAY_LIBSCI_DIR=/opt/cray/libsci/13.0.3' ';export' 'CRAY_LIBSCI_DIR;CRAY_LIBSCI_PREFIX_DIR=/opt/cray/libsci/13.0.3/INTEL/140/x86_64' ';export' 'CRAY_LIBSCI_PREFIX_DIR;CRAY_LIBSCI_VERSION=13.0.3' ';export' 'CRAY_LIBSCI_VERSION;CRAY_NETCDF_VERSION=4.3.3.1' ';export' 'CRAY_NETCDF_VERSION;CRAY_PE_MODULES=cray-hdf5:cray-netcdf' ';export' 'CRAY_PE_MODULES;CRAY_PMI_INCLUDE_OPTS=-I/opt/cray/pmi/5.0.11/include' ';export' 'CRAY_PMI_INCLUDE_OPTS;CRAY_PMI_POST_LINK_OPTS=-L/opt/cray/pmi/5.0.11/lib64' ';export' 'CRAY_PMI_POST_LINK_OPTS;CRAY_PRE_COMPILE_OPTS=-hnetwork=aries' ';export' 'CRAY_PRE_COMPILE_OPTS;CRAY_PRGENVINTEL=loaded' ';export' 'CRAY_PRGENVINTEL;CRAY_RCA_INCLUDE_OPTS=-I/opt/cray/rca/1.0.0-2.0502.60530.1.62.ari/include\' '-I/opt/cray/krca/1.0.0-2.0502.67049.8.22.ari/include\' '-I/opt/cray-hss-devel/7.2.0/include\' ';export' 'CRAY_RCA_INCLUDE_OPTS;CRAY_RCA_POST_LINK_OPTS=-L/opt/cray/rca/1.0.0-2.0502.60530.1.62.ari/lib64\' '-lrca\' ';export' 'CRAY_RCA_POST_LINK_OPTS;CRAY_UDREG_INCLUDE_OPTS=-I/opt/cray/udreg/2.3.2-1.0502.10518.2.17.ari/include' ';export' 'CRAY_UDREG_INCLUDE_OPTS;CRAY_UDREG_POST_LINK_OPTS=-L/opt/cray/udreg/2.3.2-1.0502.10518.2.17.ari/lib64' ';export' 'CRAY_UDREG_POST_LINK_OPTS;CRAY_UGNI_INCLUDE_OPTS=-I/opt/cray/ugni/6.0-1.0502.10863.8.29.ari/include' ';export' 'CRAY_UGNI_INCLUDE_OPTS;CRAY_UGNI_POST_LINK_OPTS=-L/opt/cray/ugni/6.0-1.0502.10863.8.29.ari/lib64' ';export' 'CRAY_UGNI_POST_LINK_OPTS;CRAY_XPMEM_INCLUDE_OPTS=-I/opt/cray/xpmem/0.1-2.0502.64982.5.3.ari/include' ';export' 'CRAY_XPMEM_INCLUDE_OPTS;CRAY_XPMEM_POST_LINK_OPTS=-L/opt/cray/xpmem/0.1-2.0502.64982.5.3.ari/lib64' ';export' 'CRAY_XPMEM_POST_LINK_OPTS;CRTM_FIX=/gpfs/hps/nco/ops/nwprod/lib/crtm/v2.2.6/fix' ';export' 'CRTM_FIX;CRTM_INC=/gpfs/hps/nco/ops/nwprod/lib/crtm/v2.2.6/intel/include/crtm_v2.2.6' ';export' 'CRTM_INC;CRTM_LIB=/gpfs/hps/nco/ops/nwprod/lib/crtm/v2.2.6/intel/libcrtm_v2.2.6.a' ';export' 'CRTM_LIB;CRTM_SRC=/gpfs/hps/nco/ops/nwprod/lib/crtm/v2.2.6/src' ';export' 'CRTM_SRC;CRTM_VER=v2.2.6' ';export' 'CRTM_VER;DMAPP_ABORT_ON_ERROR=1' ';export' 'DMAPP_ABORT_ON_ERROR;DVS_INCLUDE_OPTS=-I/opt/cray/dvs/2.5_0.9.0-1.0502.2188.1.116.ari/include' ';export' 'DVS_INCLUDE_OPTS;DVS_VERSION=0.9.0' ';export' 'DVS_VERSION;ESMFMKFILE=/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/lib/esmf.mk' ';export' 'ESMFMKFILE;G2TMPL_INC=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/g2tmpl_v1.6.0' ';export' 'G2TMPL_INC;G2TMPL_LIB=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libg2tmpl_v1.6.0.a' ';export' 'G2TMPL_LIB;G2TMPL_SRC=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/src/g2tmpl_v1.6.0/src' ';export' 'G2TMPL_SRC;G2TMPL_VER=v1.6.0' ';export' 'G2TMPL_VER;G2_INC4=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/g2_v3.1.1_4' ';export' 'G2_INC4;G2_INCd=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/g2_v3.1.1_d' ';export' 'G2_INCd;G2_LIB4=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libg2_v3.1.1_4.a' ';export' 'G2_LIB4;G2_LIBd=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libg2_v3.1.1_d.a' ';export' 'G2_LIBd;G2_SRC=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/src/g2_v3.1.1' ';export' 'G2_SRC;G2_VER=v3.1.1' ';export' 'G2_VER;GCC_PATH=/opt/gcc/4.9.2' ';export' 'GCC_PATH;GCC_VERSION=4.9.2' ';export' 'GCC_VERSION;GDBSERVER_MIC=/opt/intel/compilers_and_libraries_2016.3.210/linux/debugger/gdb/target/mic/bin/gdbserver' ';export' 'GDBSERVER_MIC;GDB_CROSS=/opt/intel/compilers_and_libraries_2016.3.210/linux/debugger/gdb/intel64_mic/bin/gdb-mic' ';export' 'GDB_CROSS;GDB_HOST=/opt/intel/compilers_and_libraries_2016.3.210/linux/debugger/gdb/intel64_mic/bin/gdb-ia-mic' ';export' 'GDB_HOST;GNU_VERSION=4.9.2' ';export' 'GNU_VERSION;HDF5_DIR=/opt/cray/hdf5/1.8.14/INTEL/14.0' ';export' 'HDF5_DIR;HDF5_INCLUDE_OPTS=/opt/cray/hdf5/1.8.14/INTEL/14.0/include' ';export' 'HDF5_INCLUDE_OPTS;HDF5_ROOT=/opt/cray/hdf5/1.8.14/INTEL/14.0' ';export' 'HDF5_ROOT;INFOPATH=/opt/gcc/4.9.2/snos/share/info:/opt/intel/compilers_and_libraries_2016.3.210/linux/debugger/gdb/intel64/share/info/:/opt/intel/compilers_and_libraries_2016.3.210/linux/debugger/gdb/intel64_mic/share/info/:/usr/local/info:/usr/share/info:/usr/info' ';export' 'INFOPATH;INTEL_LICENSE_FILE=/opt/intel/compilers_and_libraries_2016.3.210/linux/licenses:/opt/intel/licenses:/intel/licenses' ';export' 'INTEL_LICENSE_FILE;INTEL_MAJOR_VERSION=16.0' ';export' 'INTEL_MAJOR_VERSION;INTEL_MINOR_VERSION=3.210' ';export' 'INTEL_MINOR_VERSION;INTEL_PATH=/opt/intel/compilers_and_libraries_2016.3.210/linux' ';export' 'INTEL_PATH;INTEL_PYTHONHOME=/opt/intel/compilers_and_libraries_2016.3.210/linux/debugger/python/intel64/' ';export' 'INTEL_PYTHONHOME;INTEL_VERSION=16.0.3.210' ';export' 'INTEL_VERSION;IPPROOT=/opt/intel/compilers_and_libraries_2016.3.210/linux/ipp' ';export' 'IPPROOT;IP_INC4=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/ip_v3.0.2_4' ';export' 'IP_INC4;IP_INC8=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/ip_v3.0.2_8' ';export' 'IP_INC8;IP_INCd=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/ip_v3.0.2_d' ';export' 'IP_INCd;IP_LIB4=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libip_v3.0.2_4.a' ';export' 'IP_LIB4;IP_LIB8=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libip_v3.0.2_8.a' ';export' 'IP_LIB8;IP_LIBd=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libip_v3.0.2_d.a' ';export' 'IP_LIBd;IP_SRC=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/src/ip_v3.0.2' ';export' 'IP_SRC;IP_VER=v3.0.2' ';export' 'IP_VER;JASPER_INC=/usrx/local/prod//jasper/1.900.1/gnu/sandybridge/include' ';export' 'JASPER_INC;JASPER_LIB=/usrx/local/prod//jasper/1.900.1/gnu/sandybridge/lib/libjasper.a' ';export' 'JASPER_LIB;JASPER_LIBDIR=/usrx/local/prod//jasper/1.900.1/gnu/sandybridge/lib' ';export' 'JASPER_LIBDIR;JASPER_LIBl=/usrx/local/prod//jasper/1.900.1/gnu/sandybridge/lib/libjasper.la' ';export' 'JASPER_LIBl;JASPER_SRC=/usrx/local/prod//jasper/1.900.1/gnu/sandybridge/sorc/jasper_v1.900.1' ';export' 'JASPER_SRC;JASPER_VER=1.900.1' ';export' 'JASPER_VER;LD_LIBRARY_PATH=/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/lib:/usrx/local/dev/zlib/1.2.7/intel/sandybridge/lib:/opt/gcc/4.9.2/snos/lib64:/usrx/local/dev/python/2.7.14/lib:/gpfs/llsf/xt-lsfhpc/9.1/linux2.6-glibc2.3-x86_64-cray/lib:/opt/intel/compilers_and_libraries_2016.3.210/linux/compiler/lib/intel64:/opt/intel/mic/coi/host-linux-release/lib:/opt/intel/mic/myo/lib:/opt/intel/compilers_and_libraries_2016.3.210/linux/mpirt/lib/intel64:/opt/intel/compilers_and_libraries_2016.3.210/linux/ipp/../compiler/lib/intel64:/opt/intel/compilers_and_libraries_2016.3.210/linux/ipp/lib/intel64:/opt/intel/compilers_and_libraries_2016.3.210/linux/ipp/tools/intel64/perfsys:/opt/intel/mic/coi/host-linux-release/lib:/opt/intel/mic/myo/lib:/opt/intel/compilers_and_libraries_2016.3.210/linux/compiler/lib/intel64:/opt/intel/compilers_and_libraries_2016.3.210/linux/mkl/lib/intel64:/opt/intel/compilers_and_libraries_2016.3.210/linux/tbb/lib/intel64/gcc4.1:/opt/intel/compilers_and_libraries_2016.3.210/linux/debugger/libipt/intel64/lib' ';export' 'LD_LIBRARY_PATH;LIBRARY_PATH=/opt/intel/compilers_and_libraries_2016.3.210/linux/compiler/lib/intel64:/opt/intel/compilers_and_libraries_2016.3.210/linux/ipp/../compiler/lib/intel64:/opt/intel/compilers_and_libraries_2016.3.210/linux/ipp/lib/intel64:/opt/intel/compilers_and_libraries_2016.3.210/linux/compiler/lib/intel64:/opt/intel/compilers_and_libraries_2016.3.210/linux/mkl/lib/intel64:/opt/intel/compilers_and_libraries_2016.3.210/linux/tbb/lib/intel64/gcc4.1' ';export' 'LIBRARY_PATH;LIBSCI_BASE_DIR=/opt/cray/libsci/13.0.3' ';export' 'LIBSCI_BASE_DIR;LIBSCI_VERSION=13.0.3' ';export' 'LIBSCI_VERSION;LIB_NAME=POST' ';export' 'LIB_NAME;LOADEDMODULES=craype-network-aries:craype/2.3.0:cray-libsci/13.0.3:udreg/2.3.2-1.0502.10518.2.17.ari:ugni/6.0-1.0502.10863.8.29.ari:pmi/5.0.11:dmapp/7.0.1-1.0502.11080.8.76.ari:gni-headers/4.0-1.0502.10859.7.8.ari:xpmem/0.1-2.0502.64982.5.3.ari:dvs/2.5_0.9.0-1.0502.2188.1.116.ari:alps/5.2.4-2.0502.9774.31.11.ari:rca/1.0.0-2.0502.60530.1.62.ari:atp/1.8.1:PrgEnv-intel/5.2.82:intel/16.3.210:cray-netcdf/4.3.3.1:cray-hdf5/1.8.14:xt-lsfhpc/9.1.3:craype-haswell:python/2.7.14:cmake/3.6.2:gcc/4.9.2:jasper-gnu-sandybridge/1.900.1:png-intel-sandybridge/1.2.49:zlib-intel-sandybridge/1.2.7:crtm-intel/2.2.6:g2/3.1.1:g2tmpl/1.6.0:bacio/2.0.3:ip/3.0.2:sp/2.0.3:w3nco/2.0.7:w3emc/2.3.1:nemsio/2.2.4:post/8.0.1:alps/5.2.4-2.0502.9822.32.1.ari:esmf/8.0.0:fv3' ';export' 'LOADEDMODULES;LSF_BINDIR=/gpfs/llsf/xt-lsfhpc/9.1/linux2.6-glibc2.3-x86_64-cray/bin' ';export' 'LSF_BINDIR;LSF_ENVDIR=/gpfs/llsf/xt-lsfhpc/conf' ';export' 'LSF_ENVDIR;LSF_LIBDIR=/gpfs/llsf/xt-lsfhpc/9.1/linux2.6-glibc2.3-x86_64-cray/lib' ';export' 'LSF_LIBDIR;LSF_SERVERDIR=/gpfs/llsf/xt-lsfhpc/9.1/linux2.6-glibc2.3-x86_64-cray/etc' ';export' 'LSF_SERVERDIR;MANPATH=/opt/cray/pmi/5.0.11/man:/opt/cray/alps/5.2.4-2.0502.9822.32.1.ari/man:/usrx/local/dev/zlib/1.2.7/intel/sandybridge/share/man:/opt/gcc/4.9.2/snos/share/man:/usrx/local/dev/cmake/3.6.2/share/man:/usrx/local/dev/python/2.7.14/share/man:/gpfs/llsf/xt-lsfhpc/9.1/man:/opt/cray/netcdf/4.3.3.1/share/man:/opt/intel/compilers_and_libraries_2016.3.210/linux/man/en_US:/opt/intel/compilers_and_libraries_2016.3.210/linux/man/en_US:/opt/intel/compilers_and_libraries_2016.3.210/linux/debugger/gdb/intel64/share/man/:/opt/intel/compilers_and_libraries_2016.3.210/linux/debugger/gdb/intel64_mic/share/man/:/opt/intel/compilers_and_libraries_2016.3.210/linux/man/common:/opt/cray/atp/1.8.1/man:/opt/cray/alps/5.2.4-2.0502.9774.31.11.ari/man:/opt/cray/libsci/13.0.3/man:/opt/cray/man/csmlversion:/opt/cray/craype/2.3.0/man:/opt/cray/share/man:/usr/local/man:/usr/share/man:/opt/cray/share/man:/cm/local/apps/environment-modules/current/share/man:/opt/cray/man' ';export' 'MANPATH;MIC_LD_LIBRARY_PATH=/opt/intel/compilers_and_libraries_2016.3.210/linux/compiler/lib/mic:/opt/intel/compilers_and_libraries_2016.3.210/linux/mpirt/lib/mic:/opt/intel/mic/coi/device-linux-release/lib:/opt/intel/mic/myo/lib:/opt/intel/compilers_and_libraries_2016.3.210/linux/ipp/lib/lib/mic:/opt/intel/mic/coi/device-linux-release/lib:/opt/intel/mic/myo/lib:/opt/intel/compilers_and_libraries_2016.3.210/linux/compiler/lib/mic:/opt/intel/compilers_and_libraries_2016.3.210/linux/mkl/lib/mic:/opt/intel/compilers_and_libraries_2016.3.210/linux/tbb/lib/mic' ';export' 'MIC_LD_LIBRARY_PATH;MIC_LIBRARY_PATH=/opt/intel/compilers_and_libraries_2016.3.210/linux/compiler/lib/mic:/opt/intel/compilers_and_libraries_2016.3.210/linux/mpirt/lib/mic:/opt/intel/compilers_and_libraries_2016.3.210/linux/tbb/lib/mic' ';export' 'MIC_LIBRARY_PATH;MKLROOT=/opt/intel/compilers_and_libraries_2016.3.210/linux/mkl' ';export' 'MKLROOT;MODULEPATH=/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/modulefiles:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles:/opt/cray/ari/modulefiles:/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_cray:/usrx/local/emc_rocoto/modulefiles:/usrx/local/dev/modulefiles:/usrx/local/prod/modulefiles:/gpfs/hps/nco/ops/nwprod/lib/modulefiles:/gpfs/hps/nco/ops/nwprod/modulefiles:/opt/cray/alt-modulefiles:/opt/cray/craype/default/alt-modulefiles:/opt/modulefiles' ';export' 'MODULEPATH;MPICH_ABORT_ON_ERROR=1' ';export' 'MPICH_ABORT_ON_ERROR;MPM_LAUNCHER=/opt/intel/compilers_and_libraries_2016.3.210/linux/debugger/mpm/bin/start_mpm.sh' ';export' 'MPM_LAUNCHER;NEMSIO_INC=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/nemsio_v2.2.4' ';export' 'NEMSIO_INC;NEMSIO_LIB=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libnemsio_v2.2.4.a' ';export' 'NEMSIO_LIB;NEMSIO_SRC=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/src/nemsio_v2.2.4' ';export' 'NEMSIO_SRC;NEMSIO_VER=v2.2.4' ';export' 'NEMSIO_VER;NETCDF_DIR=/opt/cray/netcdf/4.3.3.1/INTEL/14.0' ';export' 'NETCDF_DIR;NLSPATH=/opt/intel/compilers_and_libraries_2016.3.210/linux/compiler/lib/intel64/locale/%l_%t/%N:/opt/intel/compilers_and_libraries_2016.3.210/linux/ipp/lib/intel64/locale/%l_%t/%N:/opt/intel/compilers_and_libraries_2016.3.210/linux/mkl/lib/intel64/locale/%l_%t/%N:/opt/intel/compilers_and_libraries_2016.3.210/linux/debugger/gdb/intel64_mic/share/locale/%l_%t/%N:/opt/intel/compilers_and_libraries_2016.3.210/linux/debugger/gdb/intel64/share/locale/%l_%t/%N' ';export' 'NLSPATH;PATH=/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/bin:/opt/cray/alps/5.2.4-2.0502.9822.32.1.ari/sbin:/opt/cray/alps/5.2.4-2.0502.9822.32.1.ari/bin:/opt/gcc/4.9.2/bin:/usrx/local/dev/cmake/3.6.2/bin:/usrx/local/dev/python/2.7.14/bin:/gpfs/llsf/xt-lsfhpc/9.1/linux2.6-glibc2.3-x86_64-cray/etc:/gpfs/llsf/xt-lsfhpc/9.1/linux2.6-glibc2.3-x86_64-cray/bin:/opt/cray/hdf5/1.8.14/bin:/opt/cray/netcdf/4.3.3.1/bin:/opt/intel/compilers_and_libraries_2016.3.210/linux/bin/intel64:/opt/intel/compilers_and_libraries_2016.3.210/linux/debugger/gdb/intel64_mic/bin:/opt/cray/rca/1.0.0-2.0502.60530.1.62.ari/bin:/opt/cray/alps/5.2.4-2.0502.9774.31.11.ari/sbin:/opt/cray/dvs/2.5_0.9.0-1.0502.2188.1.116.ari/bin:/opt/cray/xpmem/0.1-2.0502.64982.5.3.ari/bin:/opt/cray/ugni/6.0-1.0502.10863.8.29.ari/bin:/opt/cray/udreg/2.3.2-1.0502.10518.2.17.ari/bin:/opt/cray/craype/2.3.0/bin:/u/Dusan.Jovic/bin:/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/X11R6/bin:/usr/games:/opt/bin:/usr/lib/mit/bin:/usr/lib/mit/sbin:/sbin:/usr/sbin:.:/usr/lib/qt3/bin:/u/Dusan.Jovic/bin:/gpfs/hps3/emc/meso/noscrub/Dusan.Jovic/dbrowse:/opt/cray/bin:/usrx/local/dev/zlib/1.2.7/intel/sandybridge/include' ';export' 'PATH;PE_CRAY_DEFAULT_FIXED_PKGCONFIG_PATH=/opt/cray/netcdf/4.3.2/CRAY/83/lib/pkgconfig:/opt/cray/netcdf-hdf5parallel/4.3.2/CRAY/83/lib/pkgconfig:/opt/cray/parallel-netcdf/1.6.0/CRAY/8.3/lib/pkgconfig:/opt/cray/ga/5.3.0.1/CRAY/83/lib/pkgconfig:/opt/cray/hdf5/1.8.13/CRAY/83/lib/pkgconfig:/opt/cray/hdf5-parallel/1.8.13/CRAY/83/lib/pkgconfig' ';export' 'PE_CRAY_DEFAULT_FIXED_PKGCONFIG_PATH;PE_CRAY_FIXED_PKGCONFIG_PATH=/opt/cray/hdf5/1.8.14/CRAY/8.3/lib/pkgconfig:/opt/cray/netcdf/4.3.3.1/CRAY/8.3/lib/pkgconfig' ';export' 'PE_CRAY_FIXED_PKGCONFIG_PATH;PE_CXX_PKGCONFIG_LIBS=hdf5_hl_cpp:hdf5_cpp:netcdf_c++4' ';export' 'PE_CXX_PKGCONFIG_LIBS;PE_ENV=INTEL' ';export' 'PE_ENV;PE_FFTW_DEFAULT_REQUIRED_PRODUCTS=PE_MPICH' ';export' 'PE_FFTW_DEFAULT_REQUIRED_PRODUCTS;PE_FFTW_DEFAULT_TARGET_haswell=haswell' ';export' 'PE_FFTW_DEFAULT_TARGET_haswell;PE_FFTW_DEFAULT_TARGET_interlagos=interlagos' ';export' 'PE_FFTW_DEFAULT_TARGET_interlagos;PE_FFTW_DEFAULT_TARGET_sandybridge=sandybridge' ';export' 'PE_FFTW_DEFAULT_TARGET_sandybridge;PE_FFTW_DEFAULT_TARGET_x86_64=x86_64' ';export' 'PE_FFTW_DEFAULT_TARGET_x86_64;PE_FFTW_DEFAULT_VOLATILE_PKGCONFIG_PATH=/opt/cray/fftw/3.3.4.2/@PE_FFTW_DEFAULT_TARGET@/lib/pkgconfig' ';export' 'PE_FFTW_DEFAULT_VOLATILE_PKGCONFIG_PATH;PE_FORTRAN_PKGCONFIG_LIBS=hdf5hl_fortran:hdf5_fortran:netcdff' ';export' 'PE_FORTRAN_PKGCONFIG_LIBS;PE_GA_DEFAULT_FIXED_PRGENV=CRAY\' INTEL ';export' 'PE_GA_DEFAULT_FIXED_PRGENV;PE_GA_DEFAULT_GENCOMPS_GNU=49\' 48 ';export' 'PE_GA_DEFAULT_GENCOMPS_GNU;PE_GA_DEFAULT_VOLATILE_PKGCONFIG_PATH=/opt/cray/ga/5.3.0.1/@PRGENV@/@PE_GA_DEFAULT_GENCOMPS@/lib/pkgconfig' ';export' 'PE_GA_DEFAULT_VOLATILE_PKGCONFIG_PATH;PE_GA_DEFAULT_VOLATILE_PRGENV=GNU' ';export' 'PE_GA_DEFAULT_VOLATILE_PRGENV;PE_HDF5_CXX_PKGCONFIG_LIBS=hdf5_hl_cpp:hdf5_cpp' ';export' 'PE_HDF5_CXX_PKGCONFIG_LIBS;PE_HDF5_DEFAULT_FIXED_PRGENV=CRAY\' INTEL ';export' 'PE_HDF5_DEFAULT_FIXED_PRGENV;PE_HDF5_DEFAULT_GENCOMPS_GNU=49\' 48 ';export' 'PE_HDF5_DEFAULT_GENCOMPS_GNU;PE_HDF5_DEFAULT_VOLATILE_PKGCONFIG_PATH=/opt/cray/hdf5/1.8.13/@PRGENV@/@PE_HDF5_DEFAULT_GENCOMPS@/lib/pkgconfig' ';export' 'PE_HDF5_DEFAULT_VOLATILE_PKGCONFIG_PATH;PE_HDF5_DEFAULT_VOLATILE_PRGENV=GNU' ';export' 'PE_HDF5_DEFAULT_VOLATILE_PRGENV;PE_HDF5_DIR=/opt/cray/hdf5/1.8.14' ';export' 'PE_HDF5_DIR;PE_HDF5_FIXED_PRGENV=CRAY\' INTEL ';export' 'PE_HDF5_FIXED_PRGENV;PE_HDF5_FORTRAN_PKGCONFIG_LIBS=hdf5hl_fortran:hdf5_fortran' ';export' 'PE_HDF5_FORTRAN_PKGCONFIG_LIBS;PE_HDF5_GENCOMPILERS_GNU=5.1\' '4.9\' 4.8 ';export' 'PE_HDF5_GENCOMPILERS_GNU;PE_HDF5_GENCOMPS_GNU=51\' '49\' 48 ';export' 'PE_HDF5_GENCOMPS_GNU;PE_HDF5_MODULE_NAME=cray-hdf5' ';export' 'PE_HDF5_MODULE_NAME;PE_HDF5_PARALLEL_DEFAULT_FIXED_PRGENV=CRAY\' INTEL ';export' 'PE_HDF5_PARALLEL_DEFAULT_FIXED_PRGENV;PE_HDF5_PARALLEL_DEFAULT_GENCOMPS_GNU=49\' 48 ';export' 'PE_HDF5_PARALLEL_DEFAULT_GENCOMPS_GNU;PE_HDF5_PARALLEL_DEFAULT_REQUIRED_PRODUCTS=PE_MPICH' ';export' 'PE_HDF5_PARALLEL_DEFAULT_REQUIRED_PRODUCTS;PE_HDF5_PARALLEL_DEFAULT_VOLATILE_PKGCONFIG_PATH=/opt/cray/hdf5-parallel/1.8.13/@PRGENV@/@PE_HDF5_PARALLEL_DEFAULT_GENCOMPS@/lib/pkgconfig' ';export' 'PE_HDF5_PARALLEL_DEFAULT_VOLATILE_PKGCONFIG_PATH;PE_HDF5_PARALLEL_DEFAULT_VOLATILE_PRGENV=GNU' ';export' 'PE_HDF5_PARALLEL_DEFAULT_VOLATILE_PRGENV;PE_HDF5_PKGCONFIG_LIBS=hdf5_hl:hdf5' ';export' 'PE_HDF5_PKGCONFIG_LIBS;PE_HDF5_VOLATILE_PKGCONFIG_PATH=/opt/cray/hdf5/1.8.14/@PRGENV@/@PE_HDF5_GENCOMPS@/lib/pkgconfig' ';export' 'PE_HDF5_VOLATILE_PKGCONFIG_PATH;PE_HDF5_VOLATILE_PRGENV=GNU' ';export' 'PE_HDF5_VOLATILE_PRGENV;PE_INTEL_DEFAULT_FIXED_PKGCONFIG_PATH=/opt/cray/netcdf/4.3.2/INTEL/140/lib/pkgconfig:/opt/cray/netcdf-hdf5parallel/4.3.2/INTEL/140/lib/pkgconfig:/opt/cray/parallel-netcdf/1.6.0/INTEL/14.0/lib/pkgconfig:/opt/cray/ga/5.3.0.1/INTEL/140/lib/pkgconfig:/opt/cray/hdf5/1.8.13/INTEL/140/lib/pkgconfig:/opt/cray/mpt/7.2.0/gni/mpich2-intel/140/lib/pkgconfig:/opt/cray/hdf5-parallel/1.8.13/INTEL/140/lib/pkgconfig' ';export' 'PE_INTEL_DEFAULT_FIXED_PKGCONFIG_PATH;PE_INTEL_FIXED_PKGCONFIG_PATH=/opt/cray/hdf5/1.8.14/INTEL/14.0/lib/pkgconfig:/opt/cray/netcdf/4.3.3.1/INTEL/14.0/lib/pkgconfig' ';export' 'PE_INTEL_FIXED_PKGCONFIG_PATH;PE_LIBSCI_DEFAULT_GENCOMPS_CRAY_x86_64=83' ';export' 'PE_LIBSCI_DEFAULT_GENCOMPS_CRAY_x86_64;PE_LIBSCI_DEFAULT_GENCOMPS_GNU_x86_64=49\' 48 ';export' 'PE_LIBSCI_DEFAULT_GENCOMPS_GNU_x86_64;PE_LIBSCI_DEFAULT_GENCOMPS_INTEL_x86_64=140' ';export' 'PE_LIBSCI_DEFAULT_GENCOMPS_INTEL_x86_64;PE_LIBSCI_DEFAULT_OMP_REQUIRES_openmp=_mp' ';export' 'PE_LIBSCI_DEFAULT_OMP_REQUIRES_openmp;PE_LIBSCI_DEFAULT_PKGCONFIG_VARIABLES=PE_LIBSCI_DEFAULT_OMP_REQUIRES_@openmp@' ';export' 'PE_LIBSCI_DEFAULT_PKGCONFIG_VARIABLES;PE_LIBSCI_DEFAULT_REQUIRED_PRODUCTS=PE_MPICH' ';export' 'PE_LIBSCI_DEFAULT_REQUIRED_PRODUCTS;PE_LIBSCI_DEFAULT_VOLATILE_PKGCONFIG_PATH=/opt/cray/libsci/13.0.3/@PRGENV@/@PE_LIBSCI_DEFAULT_GENCOMPS@/@PE_LIBSCI_DEFAULT_TARGET@/lib/pkgconfig' ';export' 'PE_LIBSCI_DEFAULT_VOLATILE_PKGCONFIG_PATH;PE_LIBSCI_DEFAULT_VOLATILE_PRGENV=CRAY\' 'GNU\' INTEL ';export' 'PE_LIBSCI_DEFAULT_VOLATILE_PRGENV;PE_LIBSCI_GENCOMPS_CRAY_x86_64=83' ';export' 'PE_LIBSCI_GENCOMPS_CRAY_x86_64;PE_LIBSCI_GENCOMPS_GNU_x86_64=49\' 48 ';export' 'PE_LIBSCI_GENCOMPS_GNU_x86_64;PE_LIBSCI_GENCOMPS_INTEL_x86_64=140' ';export' 'PE_LIBSCI_GENCOMPS_INTEL_x86_64;PE_LIBSCI_MODULE_NAME=cray-libsci/13.0.3' ';export' 'PE_LIBSCI_MODULE_NAME;PE_LIBSCI_OMP_REQUIRES_openmp=_mp' ';export' 'PE_LIBSCI_OMP_REQUIRES_openmp;PE_LIBSCI_PKGCONFIG_LIBS=libsci_mpi:libsci' ';export' 'PE_LIBSCI_PKGCONFIG_LIBS;PE_LIBSCI_PKGCONFIG_VARIABLES=PE_LIBSCI_OMP_REQUIRES_@openmp@' ';export' 'PE_LIBSCI_PKGCONFIG_VARIABLES;PE_LIBSCI_REQUIRED_PRODUCTS=PE_MPICH' ';export' 'PE_LIBSCI_REQUIRED_PRODUCTS;PE_LIBSCI_VOLATILE_PKGCONFIG_PATH=/opt/cray/libsci/13.0.3/@PRGENV@/@PE_LIBSCI_GENCOMPS@/@PE_LIBSCI_TARGET@/lib/pkgconfig' ';export' 'PE_LIBSCI_VOLATILE_PKGCONFIG_PATH;PE_LIBSCI_VOLATILE_PRGENV=CRAY\' 'GNU\' INTEL ';export' 'PE_LIBSCI_VOLATILE_PRGENV;PE_MPICH_DEFAULT_DIR_CRAY_DEFAULT64=64' ';export' 'PE_MPICH_DEFAULT_DIR_CRAY_DEFAULT64;PE_MPICH_DEFAULT_FIXED_PRGENV=INTEL' ';export' 'PE_MPICH_DEFAULT_FIXED_PRGENV;PE_MPICH_DEFAULT_GENCOMPS_CRAY=83' ';export' 'PE_MPICH_DEFAULT_GENCOMPS_CRAY;PE_MPICH_DEFAULT_GENCOMPS_GNU=49\' 48 ';export' 'PE_MPICH_DEFAULT_GENCOMPS_GNU;PE_MPICH_DEFAULT_VOLATILE_PKGCONFIG_PATH=/opt/cray/mpt/7.2.0/gni/mpich2-@PRGENV@@PE_MPICH_DEFAULT_DIR_DEFAULT64@/@PE_MPICH_DEFAULT_GENCOMPS@/lib/pkgconfig' ';export' 'PE_MPICH_DEFAULT_VOLATILE_PKGCONFIG_PATH;PE_MPICH_DEFAULT_VOLATILE_PRGENV=CRAY\' GNU ';export' 'PE_MPICH_DEFAULT_VOLATILE_PRGENV;PE_MPICH_MULTITHREADED_LIBS_multithreaded=_mt' ';export' 'PE_MPICH_MULTITHREADED_LIBS_multithreaded;PE_MPICH_NV_LIBS_nvidia20=-lcudart' ';export' 'PE_MPICH_NV_LIBS_nvidia20;PE_MPICH_NV_LIBS_nvidia35=-lcudart' ';export' 'PE_MPICH_NV_LIBS_nvidia35;PE_MPICH_PKGCONFIG_VARIABLES=PE_MPICH_NV_LIBS_@accelerator@:PE_MPICH_MULTITHREADED_LIBS_@multithreaded@' ';export' 'PE_MPICH_PKGCONFIG_VARIABLES;PE_MPICH_TARGET_VAR_nvidia20=-lcudart' ';export' 'PE_MPICH_TARGET_VAR_nvidia20;PE_MPICH_TARGET_VAR_nvidia35=-lcudart' ';export' 'PE_MPICH_TARGET_VAR_nvidia35;PE_NETCDF_BASEDIR=/opt/cray/netcdf/4.3.3.1' ';export' 'PE_NETCDF_BASEDIR;PE_NETCDF_CXX_PKGCONFIG_LIBS=netcdf_c++4' ';export' 'PE_NETCDF_CXX_PKGCONFIG_LIBS;PE_NETCDF_DEFAULT_FIXED_PRGENV=CRAY\' INTEL ';export' 'PE_NETCDF_DEFAULT_FIXED_PRGENV;PE_NETCDF_DEFAULT_GENCOMPS_GNU=49\' 48 ';export' 'PE_NETCDF_DEFAULT_GENCOMPS_GNU;PE_NETCDF_DEFAULT_REQUIRED_PRODUCTS=PE_HDF5' ';export' 'PE_NETCDF_DEFAULT_REQUIRED_PRODUCTS;PE_NETCDF_DEFAULT_VOLATILE_PKGCONFIG_PATH=/opt/cray/netcdf/4.3.2/@PRGENV@/@PE_NETCDF_DEFAULT_GENCOMPS@/lib/pkgconfig' ';export' 'PE_NETCDF_DEFAULT_VOLATILE_PKGCONFIG_PATH;PE_NETCDF_DEFAULT_VOLATILE_PRGENV=GNU' ';export' 'PE_NETCDF_DEFAULT_VOLATILE_PRGENV;PE_NETCDF_FIXED_PRGENV=CRAY\' INTEL ';export' 'PE_NETCDF_FIXED_PRGENV;PE_NETCDF_FORTRAN_PKGCONFIG_LIBS=netcdff' ';export' 'PE_NETCDF_FORTRAN_PKGCONFIG_LIBS;PE_NETCDF_GENCOMPILERS_GNU=5.1\' '4.9\' 4.8 ';export' 'PE_NETCDF_GENCOMPILERS_GNU;PE_NETCDF_GENCOMPS_GNU=51\' '49\' 48 ';export' 'PE_NETCDF_GENCOMPS_GNU;PE_NETCDF_HDF5PARALLEL_DEFAULT_FIXED_PRGENV=CRAY\' INTEL ';export' 'PE_NETCDF_HDF5PARALLEL_DEFAULT_FIXED_PRGENV;PE_NETCDF_HDF5PARALLEL_DEFAULT_GENCOMPS_GNU=49\' 48 ';export' 'PE_NETCDF_HDF5PARALLEL_DEFAULT_GENCOMPS_GNU;PE_NETCDF_HDF5PARALLEL_DEFAULT_REQUIRED_PRODUCTS=PE_HDF5_PARALLEL\' PE_MPICH ';export' 'PE_NETCDF_HDF5PARALLEL_DEFAULT_REQUIRED_PRODUCTS;PE_NETCDF_HDF5PARALLEL_DEFAULT_VOLATILE_PKGCONFIG_PATH=/opt/cray/netcdf-hdf5parallel/4.3.2/@PRGENV@/@PE_NETCDF_HDF5PARALLEL_DEFAULT_GENCOMPS@/lib/pkgconfig' ';export' 'PE_NETCDF_HDF5PARALLEL_DEFAULT_VOLATILE_PKGCONFIG_PATH;PE_NETCDF_HDF5PARALLEL_DEFAULT_VOLATILE_PRGENV=GNU' ';export' 'PE_NETCDF_HDF5PARALLEL_DEFAULT_VOLATILE_PRGENV;PE_NETCDF_MODULE_NAME=cray-netcdf' ';export' 'PE_NETCDF_MODULE_NAME;PE_NETCDF_PKGCONFIG_LIBS=netcdf' ';export' 'PE_NETCDF_PKGCONFIG_LIBS;PE_NETCDF_REQUIRED_PRODUCTS=PE_HDF5' ';export' 'PE_NETCDF_REQUIRED_PRODUCTS;PE_NETCDF_VOLATILE_PKGCONFIG_PATH=/opt/cray/netcdf/4.3.3.1/@PRGENV@/@PE_NETCDF_GENCOMPS@/lib/pkgconfig' ';export' 'PE_NETCDF_VOLATILE_PKGCONFIG_PATH;PE_NETCDF_VOLATILE_PRGENV=GNU' ';export' 'PE_NETCDF_VOLATILE_PRGENV;PE_PAPI_DEFAULT_ACCEL_LIBS_nvidia35=,-lcupti,-lcudart,-lcuda' ';export' 'PE_PAPI_DEFAULT_ACCEL_LIBS_nvidia35;PE_PAPI_DEFAULT_PKGCONFIG_VARIABLES=PE_PAPI_ACCEL_LIBS_@accelerator@' ';export' 'PE_PAPI_DEFAULT_PKGCONFIG_VARIABLES;PE_PAPI_DEFAULT_TARGET_VAR_nvidia35=,-lcupti,-lcudart,-lcuda' ';export' 'PE_PAPI_DEFAULT_TARGET_VAR_nvidia35;PE_PARALLEL_NETCDF_DEFAULT_FIXED_PRGENV=CRAY\' INTEL ';export' 'PE_PARALLEL_NETCDF_DEFAULT_FIXED_PRGENV;PE_PARALLEL_NETCDF_DEFAULT_GENCOMPILERS_GNU=4.9\' 4.8 ';export' 'PE_PARALLEL_NETCDF_DEFAULT_GENCOMPILERS_GNU;PE_PARALLEL_NETCDF_DEFAULT_GENCOMPS_GNU=49\' 48 ';export' 'PE_PARALLEL_NETCDF_DEFAULT_GENCOMPS_GNU;PE_PARALLEL_NETCDF_DEFAULT_VOLATILE_PKGCONFIG_PATH=/opt/cray/parallel-netcdf/1.6.0/@PRGENV@/@PE_PARALLEL_NETCDF_DEFAULT_GENCOMPS@/lib/pkgconfig' ';export' 'PE_PARALLEL_NETCDF_DEFAULT_VOLATILE_PKGCONFIG_PATH;PE_PARALLEL_NETCDF_DEFAULT_VOLATILE_PRGENV=GNU' ';export' 'PE_PARALLEL_NETCDF_DEFAULT_VOLATILE_PRGENV;PE_PETSC_DEFAULT_GENCOMPS_CRAY_haswell=83' ';export' 'PE_PETSC_DEFAULT_GENCOMPS_CRAY_haswell;PE_PETSC_DEFAULT_GENCOMPS_CRAY_interlagos=83' ';export' 'PE_PETSC_DEFAULT_GENCOMPS_CRAY_interlagos;PE_PETSC_DEFAULT_GENCOMPS_CRAY_sandybridge=83' ';export' 'PE_PETSC_DEFAULT_GENCOMPS_CRAY_sandybridge;PE_PETSC_DEFAULT_GENCOMPS_CRAY_x86_64=83' ';export' 'PE_PETSC_DEFAULT_GENCOMPS_CRAY_x86_64;PE_PETSC_DEFAULT_GENCOMPS_GNU_haswell=49\' 48 ';export' 'PE_PETSC_DEFAULT_GENCOMPS_GNU_haswell;PE_PETSC_DEFAULT_GENCOMPS_GNU_interlagos=49\' 48 ';export' 'PE_PETSC_DEFAULT_GENCOMPS_GNU_interlagos;PE_PETSC_DEFAULT_GENCOMPS_GNU_sandybridge=49\' 48 ';export' 'PE_PETSC_DEFAULT_GENCOMPS_GNU_sandybridge;PE_PETSC_DEFAULT_GENCOMPS_GNU_x86_64=49\' 48 ';export' 'PE_PETSC_DEFAULT_GENCOMPS_GNU_x86_64;PE_PETSC_DEFAULT_GENCOMPS_INTEL_haswell=140' ';export' 'PE_PETSC_DEFAULT_GENCOMPS_INTEL_haswell;PE_PETSC_DEFAULT_GENCOMPS_INTEL_interlagos=140' ';export' 'PE_PETSC_DEFAULT_GENCOMPS_INTEL_interlagos;PE_PETSC_DEFAULT_GENCOMPS_INTEL_sandybridge=140' ';export' 'PE_PETSC_DEFAULT_GENCOMPS_INTEL_sandybridge;PE_PETSC_DEFAULT_GENCOMPS_INTEL_x86_64=140' ';export' 'PE_PETSC_DEFAULT_GENCOMPS_INTEL_x86_64;PE_PETSC_DEFAULT_REQUIRED_PRODUCTS=PE_MPICH:PE_LIBSCI:PE_TPSL' ';export' 'PE_PETSC_DEFAULT_REQUIRED_PRODUCTS;PE_PETSC_DEFAULT_VOLATILE_PKGCONFIG_PATH=/opt/cray/petsc/3.5.3.0/real/@PRGENV@/@PE_PETSC_DEFAULT_GENCOMPS@/@PE_PETSC_DEFAULT_TARGET@/lib/pkgconfig' ';export' 'PE_PETSC_DEFAULT_VOLATILE_PKGCONFIG_PATH;PE_PETSC_DEFAULT_VOLATILE_PRGENV=CRAY\' 'GNU\' INTEL ';export' 'PE_PETSC_DEFAULT_VOLATILE_PRGENV;PE_PKGCONFIG_DEFAULT_PRODUCTS=PE_TRILINOS:PE_TPSL:PE_NETCDF:PE_NETCDF_HDF5PARALLEL:PE_PARALLEL_NETCDF:PE_LIBSCI:PE_GA:PE_PETSC:PE_HDF5:PE_FFTW:PE_MPICH:PE_HDF5_PARALLEL' ';export' 'PE_PKGCONFIG_DEFAULT_PRODUCTS;PE_PKGCONFIG_LIBS=hdf5_hl:hdf5:netcdf:AtpSigHandler:cray-rca:libsci_mpi:libsci' ';export' 'PE_PKGCONFIG_LIBS;PE_PKGCONFIG_PRODUCTS=PE_HDF5:PE_NETCDF:PE_LIBSCI' ';export' 'PE_PKGCONFIG_PRODUCTS;PE_PKGCONFIG_PRODUCTS_DEFAULT=PE_PAPI' ';export' 'PE_PKGCONFIG_PRODUCTS_DEFAULT;PE_PKG_CONFIG_PATH=/opt/cray/cti/1.0.2/lib/pkgconfig' ';export' 'PE_PKG_CONFIG_PATH;PE_PRODUCT_LIST=CRAYPE_HASWELL:CRAY_RCA:CRAY_ALPS:DVS:CRAY_XPMEM:CRAY_DMAPP:CRAY_PMI:CRAY_UGNI:CRAY_UDREG:CRAY_LIBSCI:CRAYPE:INTEL' ';export' 'PE_PRODUCT_LIST;PE_SMA_DIR_CRAY_DEFAULT64=64' ';export' 'PE_SMA_DIR_CRAY_DEFAULT64;PE_SMA_DIR_PGI_DEFAULT64=64' ';export' 'PE_SMA_DIR_PGI_DEFAULT64;PE_SMA_VOLATILE_PKGCONFIG_PATH=/opt/cray/mpt/7.2.0/gni/sma@PE_SMA_DIR_DEFAULT64@/lib64/pkgconfig' ';export' 'PE_SMA_VOLATILE_PKGCONFIG_PATH;PE_TPSL_DEFAULT_GENCOMPS_CRAY_haswell=83' ';export' 'PE_TPSL_DEFAULT_GENCOMPS_CRAY_haswell;PE_TPSL_DEFAULT_GENCOMPS_CRAY_interlagos=83' ';export' 'PE_TPSL_DEFAULT_GENCOMPS_CRAY_interlagos;PE_TPSL_DEFAULT_GENCOMPS_CRAY_sandybridge=83' ';export' 'PE_TPSL_DEFAULT_GENCOMPS_CRAY_sandybridge;PE_TPSL_DEFAULT_GENCOMPS_CRAY_x86_64=83' ';export' 'PE_TPSL_DEFAULT_GENCOMPS_CRAY_x86_64;PE_TPSL_DEFAULT_GENCOMPS_GNU_haswell=49\' 48 ';export' 'PE_TPSL_DEFAULT_GENCOMPS_GNU_haswell;PE_TPSL_DEFAULT_GENCOMPS_GNU_interlagos=49\' 48 ';export' 'PE_TPSL_DEFAULT_GENCOMPS_GNU_interlagos;PE_TPSL_DEFAULT_GENCOMPS_GNU_sandybridge=49\' 48 ';export' 'PE_TPSL_DEFAULT_GENCOMPS_GNU_sandybridge;PE_TPSL_DEFAULT_GENCOMPS_GNU_x86_64=49\' 48 ';export' 'PE_TPSL_DEFAULT_GENCOMPS_GNU_x86_64;PE_TPSL_DEFAULT_GENCOMPS_INTEL_haswell=140' ';export' 'PE_TPSL_DEFAULT_GENCOMPS_INTEL_haswell;PE_TPSL_DEFAULT_GENCOMPS_INTEL_interlagos=140' ';export' 'PE_TPSL_DEFAULT_GENCOMPS_INTEL_interlagos;PE_TPSL_DEFAULT_GENCOMPS_INTEL_sandybridge=140' ';export' 'PE_TPSL_DEFAULT_GENCOMPS_INTEL_sandybridge;PE_TPSL_DEFAULT_GENCOMPS_INTEL_x86_64=140' ';export' 'PE_TPSL_DEFAULT_GENCOMPS_INTEL_x86_64;PE_TPSL_DEFAULT_REQUIRED_PRODUCTS=PE_MPICH:PE_LIBSCI' ';export' 'PE_TPSL_DEFAULT_REQUIRED_PRODUCTS;PE_TPSL_DEFAULT_VOLATILE_PKGCONFIG_PATH=/opt/cray/tpsl/1.4.4/@PRGENV@/@PE_TPSL_DEFAULT_GENCOMPS@/@PE_TPSL_DEFAULT_TARGET@/lib/pkgconfig' ';export' 'PE_TPSL_DEFAULT_VOLATILE_PKGCONFIG_PATH;PE_TPSL_DEFAULT_VOLATILE_PRGENV=CRAY\' 'GNU\' INTEL ';export' 'PE_TPSL_DEFAULT_VOLATILE_PRGENV;PE_TRILINOS_DEFAULT_GENCOMPS_CRAY_x86_64=83' ';export' 'PE_TRILINOS_DEFAULT_GENCOMPS_CRAY_x86_64;PE_TRILINOS_DEFAULT_GENCOMPS_GNU_x86_64=49\' 48 ';export' 'PE_TRILINOS_DEFAULT_GENCOMPS_GNU_x86_64;PE_TRILINOS_DEFAULT_GENCOMPS_INTEL_x86_64=140' ';export' 'PE_TRILINOS_DEFAULT_GENCOMPS_INTEL_x86_64;PE_TRILINOS_DEFAULT_REQUIRED_PRODUCTS=PE_MPICH:PE_HDF5_PARALLEL:PE_NETCDF_HDF5PARALLEL:PE_LIBSCI:PE_TPSL' ';export' 'PE_TRILINOS_DEFAULT_REQUIRED_PRODUCTS;PE_TRILINOS_DEFAULT_VOLATILE_PKGCONFIG_PATH=/opt/cray/trilinos/11.12.1.2/@PRGENV@/@PE_TRILINOS_DEFAULT_GENCOMPS@/@PE_TRILINOS_DEFAULT_TARGET@/lib/pkgconfig' ';export' 'PE_TRILINOS_DEFAULT_VOLATILE_PKGCONFIG_PATH;PE_TRILINOS_DEFAULT_VOLATILE_PRGENV=CRAY\' 'GNU\' INTEL ';export' 'PE_TRILINOS_DEFAULT_VOLATILE_PRGENV;PKGCONFIG_ENABLED=1' ';export' 'PKGCONFIG_ENABLED;PKG_CONFIG_PATH=/opt/cray/alps/5.2.4-2.0502.9822.32.1.ari/lib64/pkgconfig:/opt/cray/rca/1.0.0-2.0502.60530.1.62.ari/lib64/pkgconfig:/opt/cray/alps/5.2.4-2.0502.9774.31.11.ari/lib64/pkgconfig:/opt/cray/xpmem/0.1-2.0502.64982.5.3.ari/lib64/pkgconfig:/opt/cray/gni-headers/4.0-1.0502.10859.7.8.ari/lib64/pkgconfig:/opt/cray/dmapp/7.0.1-1.0502.11080.8.76.ari/lib64/pkgconfig:/opt/cray/pmi/5.0.11/lib64/pkgconfig:/opt/cray/ugni/6.0-1.0502.10863.8.29.ari/lib64/pkgconfig:/opt/cray/udreg/2.3.2-1.0502.10518.2.17.ari/lib64/pkgconfig:/opt/cray/craype/2.3.0/pkg-config:/opt/cray/atp/1.8.1/lib/pkgconfig' ';export' 'PKG_CONFIG_PATH;PKG_CONFIG_PATH_DEFAULT=/opt/cray/papi/5.4.0.1/lib64/pkgconfig' ';export' 'PKG_CONFIG_PATH_DEFAULT;PNG_INC=/usrx/local/prod//png/1.2.49/intel/sandybridge/include' ';export' 'PNG_INC;PNG_LIB=/usrx/local/prod//png/1.2.49/intel/sandybridge/lib/libpng.a' ';export' 'PNG_LIB;PNG_LIB12=/usrx/local/prod//png/1.2.49/intel/sandybridge/lib/libpng12.a' ';export' 'PNG_LIB12;PNG_LIBDIR=/usrx/local/prod//png/1.2.49/intel/sandybridge/lib' ';export' 'PNG_LIBDIR;PNG_LIBso=/usrx/local/prod//png/1.2.49/intel/sandybridge/lib/libpng.so' ';export' 'PNG_LIBso;PNG_SRC=/usrx/local/prod//png/1.2.49/intel/sandybridge/src' ';export' 'PNG_SRC;PNG_VER=1.2.49' ';export' 'PNG_VER;POST_INC=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/ncep_post_v8.0.1_4' ';export' 'POST_INC;POST_LIB=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libncep_post_v8.0.1_4.a' ';export' 'POST_LIB;POST_SRC=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/src/post_v8.0.1' ';export' 'POST_SRC;POST_VER=v8.0.1' ';export' 'POST_VER;SHMEM_ABORT_ON_ERROR=1' ';export' 'SHMEM_ABORT_ON_ERROR;SLURM_PROLOG=/opt/cray/atp/1.8.1/libexec/slurm_prolog.ksh' ';export' 'SLURM_PROLOG;SP_LIB4=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libsp_v2.0.3_4.a' ';export' 'SP_LIB4;SP_LIB8=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libsp_v2.0.3_8.a' ';export' 'SP_LIB8;SP_LIBd=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libsp_v2.0.3_d.a' ';export' 'SP_LIBd;SP_SRC=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/src/sp_v2.0.3' ';export' 'SP_SRC;SP_VER=v2.0.3' ';export' 'SP_VER;TBBROOT=/opt/intel/compilers_and_libraries_2016.3.210/linux/tbb' ';export' 'TBBROOT;W3EMC_INC4=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/w3emc_v2.3.1_4' ';export' 'W3EMC_INC4;W3EMC_INC8=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/w3emc_v2.3.1_8' ';export' 'W3EMC_INC8;W3EMC_INCd=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/w3emc_v2.3.1_d' ';export' 'W3EMC_INCd;W3EMC_LIB4=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libw3emc_v2.3.1_4.a' ';export' 'W3EMC_LIB4;W3EMC_LIB8=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libw3emc_v2.3.1_8.a' ';export' 'W3EMC_LIB8;W3EMC_LIBd=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libw3emc_v2.3.1_d.a' ';export' 'W3EMC_LIBd;W3EMC_SRC=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/src/w3emc_v2.3.1' ';export' 'W3EMC_SRC;W3EMC_VER=v2.3.1' ';export' 'W3EMC_VER;W3NCO_INC4=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/w3nco_v2.0.7_4' ';export' 'W3NCO_INC4;W3NCO_INC8=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/w3nco_v2.0.7_8' ';export' 'W3NCO_INC8;W3NCO_INCd=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/w3nco_v2.0.7_d' ';export' 'W3NCO_INCd;W3NCO_LIB4=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libw3nco_v2.0.7_4.a' ';export' 'W3NCO_LIB4;W3NCO_LIB8=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libw3nco_v2.0.7_8.a' ';export' 'W3NCO_LIB8;W3NCO_LIBd=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libw3nco_v2.0.7_d.a' ';export' 'W3NCO_LIBd;W3NCO_SRC=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/src/w3nco_v2.0.7' ';export' 'W3NCO_SRC;W3NCO_VER=v2.0.7' ';export' 'W3NCO_VER;XLSF_UIDDIR=/gpfs/llsf/xt-lsfhpc/9.1/linux2.6-glibc2.3-x86_64-cray/lib/uid' ';export' 'XLSF_UIDDIR;XTOS_VERSION=5.2.82' ';export' 'XTOS_VERSION;XTPE_NETWORK_TARGET=aries' ';export' 'XTPE_NETWORK_TARGET;Z_INC=/usrx/local/dev/zlib/1.2.7/intel/sandybridge/include' ';export' 'Z_INC;Z_LIB=/usrx/local/dev/zlib/1.2.7/intel/sandybridge/lib/libz.a' ';export' 'Z_LIB;Z_SRC=/usrx/local/dev/zlib/1.2.7/intel/sandybridge/src' ';export' 'Z_SRC;Z_VER=1.2.7' ';export' 'Z_VER;_LMFILES_=/opt/cray/craype/default/alt-modulefiles/craype-network-aries:/opt/cray/alt-modulefiles/craype/2.3.0:/opt/cray/alt-modulefiles/cray-libsci/13.0.3:/opt/cray/ari/modulefiles/udreg/2.3.2-1.0502.10518.2.17.ari:/opt/cray/ari/modulefiles/ugni/6.0-1.0502.10863.8.29.ari:/opt/cray/ari/modulefiles/pmi/5.0.11:/opt/cray/ari/modulefiles/dmapp/7.0.1-1.0502.11080.8.76.ari:/opt/cray/ari/modulefiles/gni-headers/4.0-1.0502.10859.7.8.ari:/opt/cray/ari/modulefiles/xpmem/0.1-2.0502.64982.5.3.ari:/opt/cray/ari/modulefiles/dvs/2.5_0.9.0-1.0502.2188.1.116.ari:/opt/cray/ari/modulefiles/alps/5.2.4-2.0502.9774.31.11.ari:/opt/cray/ari/modulefiles/rca/1.0.0-2.0502.60530.1.62.ari:/opt/cray/alt-modulefiles/atp/1.8.1:/opt/cray/alt-modulefiles/PrgEnv-intel/5.2.82:/opt/modulefiles/intel/16.3.210:/opt/cray/alt-modulefiles/cray-netcdf/4.3.3.1:/opt/cray/alt-modulefiles/cray-hdf5/1.8.14:/opt/modulefiles/xt-lsfhpc/9.1.3:/opt/cray/craype/default/alt-modulefiles/craype-haswell:/usrx/local/dev/modulefiles/python/2.7.14:/usrx/local/dev/modulefiles/cmake/3.6.2:/opt/modulefiles/gcc/4.9.2:/usrx/local/prod/modulefiles/jasper-gnu-sandybridge/1.900.1:/usrx/local/prod/modulefiles/png-intel-sandybridge/1.2.49:/usrx/local/dev/modulefiles/zlib-intel-sandybridge/1.2.7:/gpfs/hps/nco/ops/nwprod/lib/modulefiles/crtm-intel/2.2.6:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles/g2/3.1.1:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles/g2tmpl/1.6.0:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles/bacio/2.0.3:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles/ip/3.0.2:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles/sp/2.0.3:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles/w3nco/2.0.7:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles/w3emc/2.3.1:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles/nemsio/2.2.4:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles/post/8.0.1:/opt/cray/ari/modulefiles/alps/5.2.4-2.0502.9822.32.1.ari:/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/modulefiles/esmf/8.0.0:/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_cray/fv3' ';export' '_LMFILES_;' ++ eval ATP_HOME=/opt/cray/atp/1.8.1 ';export' 'ATP_HOME;ATP_MRNET_COMM_PATH=/opt/cray/atp/1.8.1/libexec/atp_mrnet_commnode_wrapper' ';export' 'ATP_MRNET_COMM_PATH;ATP_POST_LINK_OPTS=-Wl,-L/opt/cray/atp/1.8.1/libApp/\' ';export' 'ATP_POST_LINK_OPTS;BACIO_LIB4=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libbacio_v2.0.3_4.a' ';export' 'BACIO_LIB4;BACIO_LIB8=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libbacio_v2.0.3_8.a' ';export' 'BACIO_LIB8;BACIO_SRC=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/src/bacio_v2.0.3' ';export' 'BACIO_SRC;BACIO_VER=v2.0.3' ';export' 'BACIO_VER;CMAKE_CXX_COMPILER=CC' ';export' 'CMAKE_CXX_COMPILER;CMAKE_C_COMPILER=cc' ';export' 'CMAKE_C_COMPILER;CMAKE_Fortran_COMPILER=ftn' ';export' 'CMAKE_Fortran_COMPILER;CMAKE_Platform=wcoss_cray' ';export' 'CMAKE_Platform;COMP=intel' ';export' 'COMP;CPATH=/opt/intel/compilers_and_libraries_2016.3.210/linux/ipp/include:/opt/intel/compilers_and_libraries_2016.3.210/linux/mkl/include:/opt/intel/compilers_and_libraries_2016.3.210/linux/tbb/include' ';export' 'CPATH;CRAYOS_VERSION=5.2.82' ';export' 'CRAYOS_VERSION;CRAYPE_DIR=/opt/cray/craype/2.3.0' ';export' 'CRAYPE_DIR;CRAYPE_NETWORK_TARGET=aries' ';export' 'CRAYPE_NETWORK_TARGET;CRAYPE_VERSION=2.3.0' ';export' 'CRAYPE_VERSION;CRAY_ALPS_INCLUDE_OPTS=-I/opt/cray/alps/5.2.4-2.0502.9822.32.1.ari/include' ';export' 'CRAY_ALPS_INCLUDE_OPTS;CRAY_ALPS_POST_LINK_OPTS=-L/opt/cray/alps/5.2.4-2.0502.9822.32.1.ari/lib64' ';export' 'CRAY_ALPS_POST_LINK_OPTS;CRAY_CPU_TARGET=haswell' ';export' 'CRAY_CPU_TARGET;CRAY_DMAPP_INCLUDE_OPTS=-I/opt/cray/dmapp/7.0.1-1.0502.11080.8.76.ari/include\' '-I/opt/cray/gni-headers/4.0-1.0502.10859.7.8.ari/include\' ';export' 'CRAY_DMAPP_INCLUDE_OPTS;CRAY_DMAPP_POST_LINK_OPTS=-L/opt/cray/dmapp/7.0.1-1.0502.11080.8.76.ari/lib64' ';export' 'CRAY_DMAPP_POST_LINK_OPTS;CRAY_GNI_HEADERS_INCLUDE_OPTS=-I/opt/cray/gni-headers/4.0-1.0502.10859.7.8.ari/include' ';export' 'CRAY_GNI_HEADERS_INCLUDE_OPTS;CRAY_HDF5_DIR=/opt/cray/hdf5/1.8.14' ';export' 'CRAY_HDF5_DIR;CRAY_HDF5_VERSION=1.8.14' ';export' 'CRAY_HDF5_VERSION;CRAY_LD_LIBRARY_PATH=/opt/cray/alps/5.2.4-2.0502.9822.32.1.ari/lib64:/opt/cray/hdf5/1.8.14/INTEL/14.0/lib:/opt/cray/netcdf/4.3.3.1/INTEL/14.0/lib:/opt/cray/rca/1.0.0-2.0502.60530.1.62.ari/lib64:/opt/cray/alps/5.2.4-2.0502.9774.31.11.ari/lib64:/opt/cray/xpmem/0.1-2.0502.64982.5.3.ari/lib64:/opt/cray/dmapp/7.0.1-1.0502.11080.8.76.ari/lib64:/opt/cray/pmi/5.0.11/lib64:/opt/cray/ugni/6.0-1.0502.10863.8.29.ari/lib64:/opt/cray/udreg/2.3.2-1.0502.10518.2.17.ari/lib64:/opt/cray/libsci/13.0.3/INTEL/140/x86_64/lib' ';export' 'CRAY_LD_LIBRARY_PATH;CRAY_LIBSCI_BASE_DIR=/opt/cray/libsci/13.0.3' ';export' 'CRAY_LIBSCI_BASE_DIR;CRAY_LIBSCI_DIR=/opt/cray/libsci/13.0.3' ';export' 'CRAY_LIBSCI_DIR;CRAY_LIBSCI_PREFIX_DIR=/opt/cray/libsci/13.0.3/INTEL/140/x86_64' ';export' 'CRAY_LIBSCI_PREFIX_DIR;CRAY_LIBSCI_VERSION=13.0.3' ';export' 'CRAY_LIBSCI_VERSION;CRAY_NETCDF_VERSION=4.3.3.1' ';export' 'CRAY_NETCDF_VERSION;CRAY_PE_MODULES=cray-hdf5:cray-netcdf' ';export' 'CRAY_PE_MODULES;CRAY_PMI_INCLUDE_OPTS=-I/opt/cray/pmi/5.0.11/include' ';export' 'CRAY_PMI_INCLUDE_OPTS;CRAY_PMI_POST_LINK_OPTS=-L/opt/cray/pmi/5.0.11/lib64' ';export' 'CRAY_PMI_POST_LINK_OPTS;CRAY_PRE_COMPILE_OPTS=-hnetwork=aries' ';export' 'CRAY_PRE_COMPILE_OPTS;CRAY_PRGENVINTEL=loaded' ';export' 'CRAY_PRGENVINTEL;CRAY_RCA_INCLUDE_OPTS=-I/opt/cray/rca/1.0.0-2.0502.60530.1.62.ari/include\' '-I/opt/cray/krca/1.0.0-2.0502.67049.8.22.ari/include\' '-I/opt/cray-hss-devel/7.2.0/include\' ';export' 'CRAY_RCA_INCLUDE_OPTS;CRAY_RCA_POST_LINK_OPTS=-L/opt/cray/rca/1.0.0-2.0502.60530.1.62.ari/lib64\' '-lrca\' ';export' 'CRAY_RCA_POST_LINK_OPTS;CRAY_UDREG_INCLUDE_OPTS=-I/opt/cray/udreg/2.3.2-1.0502.10518.2.17.ari/include' ';export' 'CRAY_UDREG_INCLUDE_OPTS;CRAY_UDREG_POST_LINK_OPTS=-L/opt/cray/udreg/2.3.2-1.0502.10518.2.17.ari/lib64' ';export' 'CRAY_UDREG_POST_LINK_OPTS;CRAY_UGNI_INCLUDE_OPTS=-I/opt/cray/ugni/6.0-1.0502.10863.8.29.ari/include' ';export' 'CRAY_UGNI_INCLUDE_OPTS;CRAY_UGNI_POST_LINK_OPTS=-L/opt/cray/ugni/6.0-1.0502.10863.8.29.ari/lib64' ';export' 'CRAY_UGNI_POST_LINK_OPTS;CRAY_XPMEM_INCLUDE_OPTS=-I/opt/cray/xpmem/0.1-2.0502.64982.5.3.ari/include' ';export' 'CRAY_XPMEM_INCLUDE_OPTS;CRAY_XPMEM_POST_LINK_OPTS=-L/opt/cray/xpmem/0.1-2.0502.64982.5.3.ari/lib64' ';export' 'CRAY_XPMEM_POST_LINK_OPTS;CRTM_FIX=/gpfs/hps/nco/ops/nwprod/lib/crtm/v2.2.6/fix' ';export' 'CRTM_FIX;CRTM_INC=/gpfs/hps/nco/ops/nwprod/lib/crtm/v2.2.6/intel/include/crtm_v2.2.6' ';export' 'CRTM_INC;CRTM_LIB=/gpfs/hps/nco/ops/nwprod/lib/crtm/v2.2.6/intel/libcrtm_v2.2.6.a' ';export' 'CRTM_LIB;CRTM_SRC=/gpfs/hps/nco/ops/nwprod/lib/crtm/v2.2.6/src' ';export' 'CRTM_SRC;CRTM_VER=v2.2.6' ';export' 'CRTM_VER;DMAPP_ABORT_ON_ERROR=1' ';export' 'DMAPP_ABORT_ON_ERROR;DVS_INCLUDE_OPTS=-I/opt/cray/dvs/2.5_0.9.0-1.0502.2188.1.116.ari/include' ';export' 'DVS_INCLUDE_OPTS;DVS_VERSION=0.9.0' ';export' 'DVS_VERSION;ESMFMKFILE=/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/lib/esmf.mk' ';export' 'ESMFMKFILE;G2TMPL_INC=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/g2tmpl_v1.6.0' ';export' 'G2TMPL_INC;G2TMPL_LIB=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libg2tmpl_v1.6.0.a' ';export' 'G2TMPL_LIB;G2TMPL_SRC=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/src/g2tmpl_v1.6.0/src' ';export' 'G2TMPL_SRC;G2TMPL_VER=v1.6.0' ';export' 'G2TMPL_VER;G2_INC4=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/g2_v3.1.1_4' ';export' 'G2_INC4;G2_INCd=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/g2_v3.1.1_d' ';export' 'G2_INCd;G2_LIB4=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libg2_v3.1.1_4.a' ';export' 'G2_LIB4;G2_LIBd=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libg2_v3.1.1_d.a' ';export' 'G2_LIBd;G2_SRC=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/src/g2_v3.1.1' ';export' 'G2_SRC;G2_VER=v3.1.1' ';export' 'G2_VER;GCC_PATH=/opt/gcc/4.9.2' ';export' 'GCC_PATH;GCC_VERSION=4.9.2' ';export' 'GCC_VERSION;GDBSERVER_MIC=/opt/intel/compilers_and_libraries_2016.3.210/linux/debugger/gdb/target/mic/bin/gdbserver' ';export' 'GDBSERVER_MIC;GDB_CROSS=/opt/intel/compilers_and_libraries_2016.3.210/linux/debugger/gdb/intel64_mic/bin/gdb-mic' ';export' 'GDB_CROSS;GDB_HOST=/opt/intel/compilers_and_libraries_2016.3.210/linux/debugger/gdb/intel64_mic/bin/gdb-ia-mic' ';export' 'GDB_HOST;GNU_VERSION=4.9.2' ';export' 'GNU_VERSION;HDF5_DIR=/opt/cray/hdf5/1.8.14/INTEL/14.0' ';export' 'HDF5_DIR;HDF5_INCLUDE_OPTS=/opt/cray/hdf5/1.8.14/INTEL/14.0/include' ';export' 'HDF5_INCLUDE_OPTS;HDF5_ROOT=/opt/cray/hdf5/1.8.14/INTEL/14.0' ';export' 'HDF5_ROOT;INFOPATH=/opt/gcc/4.9.2/snos/share/info:/opt/intel/compilers_and_libraries_2016.3.210/linux/debugger/gdb/intel64/share/info/:/opt/intel/compilers_and_libraries_2016.3.210/linux/debugger/gdb/intel64_mic/share/info/:/usr/local/info:/usr/share/info:/usr/info' ';export' 'INFOPATH;INTEL_LICENSE_FILE=/opt/intel/compilers_and_libraries_2016.3.210/linux/licenses:/opt/intel/licenses:/intel/licenses' ';export' 'INTEL_LICENSE_FILE;INTEL_MAJOR_VERSION=16.0' ';export' 'INTEL_MAJOR_VERSION;INTEL_MINOR_VERSION=3.210' ';export' 'INTEL_MINOR_VERSION;INTEL_PATH=/opt/intel/compilers_and_libraries_2016.3.210/linux' ';export' 'INTEL_PATH;INTEL_PYTHONHOME=/opt/intel/compilers_and_libraries_2016.3.210/linux/debugger/python/intel64/' ';export' 'INTEL_PYTHONHOME;INTEL_VERSION=16.0.3.210' ';export' 'INTEL_VERSION;IPPROOT=/opt/intel/compilers_and_libraries_2016.3.210/linux/ipp' ';export' 'IPPROOT;IP_INC4=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/ip_v3.0.2_4' ';export' 'IP_INC4;IP_INC8=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/ip_v3.0.2_8' ';export' 'IP_INC8;IP_INCd=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/ip_v3.0.2_d' ';export' 'IP_INCd;IP_LIB4=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libip_v3.0.2_4.a' ';export' 'IP_LIB4;IP_LIB8=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libip_v3.0.2_8.a' ';export' 'IP_LIB8;IP_LIBd=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libip_v3.0.2_d.a' ';export' 'IP_LIBd;IP_SRC=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/src/ip_v3.0.2' ';export' 'IP_SRC;IP_VER=v3.0.2' ';export' 'IP_VER;JASPER_INC=/usrx/local/prod//jasper/1.900.1/gnu/sandybridge/include' ';export' 'JASPER_INC;JASPER_LIB=/usrx/local/prod//jasper/1.900.1/gnu/sandybridge/lib/libjasper.a' ';export' 'JASPER_LIB;JASPER_LIBDIR=/usrx/local/prod//jasper/1.900.1/gnu/sandybridge/lib' ';export' 'JASPER_LIBDIR;JASPER_LIBl=/usrx/local/prod//jasper/1.900.1/gnu/sandybridge/lib/libjasper.la' ';export' 'JASPER_LIBl;JASPER_SRC=/usrx/local/prod//jasper/1.900.1/gnu/sandybridge/sorc/jasper_v1.900.1' ';export' 'JASPER_SRC;JASPER_VER=1.900.1' ';export' 'JASPER_VER;LD_LIBRARY_PATH=/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/lib:/usrx/local/dev/zlib/1.2.7/intel/sandybridge/lib:/opt/gcc/4.9.2/snos/lib64:/usrx/local/dev/python/2.7.14/lib:/gpfs/llsf/xt-lsfhpc/9.1/linux2.6-glibc2.3-x86_64-cray/lib:/opt/intel/compilers_and_libraries_2016.3.210/linux/compiler/lib/intel64:/opt/intel/mic/coi/host-linux-release/lib:/opt/intel/mic/myo/lib:/opt/intel/compilers_and_libraries_2016.3.210/linux/mpirt/lib/intel64:/opt/intel/compilers_and_libraries_2016.3.210/linux/ipp/../compiler/lib/intel64:/opt/intel/compilers_and_libraries_2016.3.210/linux/ipp/lib/intel64:/opt/intel/compilers_and_libraries_2016.3.210/linux/ipp/tools/intel64/perfsys:/opt/intel/mic/coi/host-linux-release/lib:/opt/intel/mic/myo/lib:/opt/intel/compilers_and_libraries_2016.3.210/linux/compiler/lib/intel64:/opt/intel/compilers_and_libraries_2016.3.210/linux/mkl/lib/intel64:/opt/intel/compilers_and_libraries_2016.3.210/linux/tbb/lib/intel64/gcc4.1:/opt/intel/compilers_and_libraries_2016.3.210/linux/debugger/libipt/intel64/lib' ';export' 'LD_LIBRARY_PATH;LIBRARY_PATH=/opt/intel/compilers_and_libraries_2016.3.210/linux/compiler/lib/intel64:/opt/intel/compilers_and_libraries_2016.3.210/linux/ipp/../compiler/lib/intel64:/opt/intel/compilers_and_libraries_2016.3.210/linux/ipp/lib/intel64:/opt/intel/compilers_and_libraries_2016.3.210/linux/compiler/lib/intel64:/opt/intel/compilers_and_libraries_2016.3.210/linux/mkl/lib/intel64:/opt/intel/compilers_and_libraries_2016.3.210/linux/tbb/lib/intel64/gcc4.1' ';export' 'LIBRARY_PATH;LIBSCI_BASE_DIR=/opt/cray/libsci/13.0.3' ';export' 'LIBSCI_BASE_DIR;LIBSCI_VERSION=13.0.3' ';export' 'LIBSCI_VERSION;LIB_NAME=POST' ';export' 'LIB_NAME;LOADEDMODULES=craype-network-aries:craype/2.3.0:cray-libsci/13.0.3:udreg/2.3.2-1.0502.10518.2.17.ari:ugni/6.0-1.0502.10863.8.29.ari:pmi/5.0.11:dmapp/7.0.1-1.0502.11080.8.76.ari:gni-headers/4.0-1.0502.10859.7.8.ari:xpmem/0.1-2.0502.64982.5.3.ari:dvs/2.5_0.9.0-1.0502.2188.1.116.ari:alps/5.2.4-2.0502.9774.31.11.ari:rca/1.0.0-2.0502.60530.1.62.ari:atp/1.8.1:PrgEnv-intel/5.2.82:intel/16.3.210:cray-netcdf/4.3.3.1:cray-hdf5/1.8.14:xt-lsfhpc/9.1.3:craype-haswell:python/2.7.14:cmake/3.6.2:gcc/4.9.2:jasper-gnu-sandybridge/1.900.1:png-intel-sandybridge/1.2.49:zlib-intel-sandybridge/1.2.7:crtm-intel/2.2.6:g2/3.1.1:g2tmpl/1.6.0:bacio/2.0.3:ip/3.0.2:sp/2.0.3:w3nco/2.0.7:w3emc/2.3.1:nemsio/2.2.4:post/8.0.1:alps/5.2.4-2.0502.9822.32.1.ari:esmf/8.0.0:fv3' ';export' 'LOADEDMODULES;LSF_BINDIR=/gpfs/llsf/xt-lsfhpc/9.1/linux2.6-glibc2.3-x86_64-cray/bin' ';export' 'LSF_BINDIR;LSF_ENVDIR=/gpfs/llsf/xt-lsfhpc/conf' ';export' 'LSF_ENVDIR;LSF_LIBDIR=/gpfs/llsf/xt-lsfhpc/9.1/linux2.6-glibc2.3-x86_64-cray/lib' ';export' 'LSF_LIBDIR;LSF_SERVERDIR=/gpfs/llsf/xt-lsfhpc/9.1/linux2.6-glibc2.3-x86_64-cray/etc' ';export' 'LSF_SERVERDIR;MANPATH=/opt/cray/pmi/5.0.11/man:/opt/cray/alps/5.2.4-2.0502.9822.32.1.ari/man:/usrx/local/dev/zlib/1.2.7/intel/sandybridge/share/man:/opt/gcc/4.9.2/snos/share/man:/usrx/local/dev/cmake/3.6.2/share/man:/usrx/local/dev/python/2.7.14/share/man:/gpfs/llsf/xt-lsfhpc/9.1/man:/opt/cray/netcdf/4.3.3.1/share/man:/opt/intel/compilers_and_libraries_2016.3.210/linux/man/en_US:/opt/intel/compilers_and_libraries_2016.3.210/linux/man/en_US:/opt/intel/compilers_and_libraries_2016.3.210/linux/debugger/gdb/intel64/share/man/:/opt/intel/compilers_and_libraries_2016.3.210/linux/debugger/gdb/intel64_mic/share/man/:/opt/intel/compilers_and_libraries_2016.3.210/linux/man/common:/opt/cray/atp/1.8.1/man:/opt/cray/alps/5.2.4-2.0502.9774.31.11.ari/man:/opt/cray/libsci/13.0.3/man:/opt/cray/man/csmlversion:/opt/cray/craype/2.3.0/man:/opt/cray/share/man:/usr/local/man:/usr/share/man:/opt/cray/share/man:/cm/local/apps/environment-modules/current/share/man:/opt/cray/man' ';export' 'MANPATH;MIC_LD_LIBRARY_PATH=/opt/intel/compilers_and_libraries_2016.3.210/linux/compiler/lib/mic:/opt/intel/compilers_and_libraries_2016.3.210/linux/mpirt/lib/mic:/opt/intel/mic/coi/device-linux-release/lib:/opt/intel/mic/myo/lib:/opt/intel/compilers_and_libraries_2016.3.210/linux/ipp/lib/lib/mic:/opt/intel/mic/coi/device-linux-release/lib:/opt/intel/mic/myo/lib:/opt/intel/compilers_and_libraries_2016.3.210/linux/compiler/lib/mic:/opt/intel/compilers_and_libraries_2016.3.210/linux/mkl/lib/mic:/opt/intel/compilers_and_libraries_2016.3.210/linux/tbb/lib/mic' ';export' 'MIC_LD_LIBRARY_PATH;MIC_LIBRARY_PATH=/opt/intel/compilers_and_libraries_2016.3.210/linux/compiler/lib/mic:/opt/intel/compilers_and_libraries_2016.3.210/linux/mpirt/lib/mic:/opt/intel/compilers_and_libraries_2016.3.210/linux/tbb/lib/mic' ';export' 'MIC_LIBRARY_PATH;MKLROOT=/opt/intel/compilers_and_libraries_2016.3.210/linux/mkl' ';export' 'MKLROOT;MODULEPATH=/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/modulefiles:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles:/opt/cray/ari/modulefiles:/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/wcoss_cray:/usrx/local/emc_rocoto/modulefiles:/usrx/local/dev/modulefiles:/usrx/local/prod/modulefiles:/gpfs/hps/nco/ops/nwprod/lib/modulefiles:/gpfs/hps/nco/ops/nwprod/modulefiles:/opt/cray/alt-modulefiles:/opt/cray/craype/default/alt-modulefiles:/opt/modulefiles' ';export' 'MODULEPATH;MPICH_ABORT_ON_ERROR=1' ';export' 'MPICH_ABORT_ON_ERROR;MPM_LAUNCHER=/opt/intel/compilers_and_libraries_2016.3.210/linux/debugger/mpm/bin/start_mpm.sh' ';export' 'MPM_LAUNCHER;NEMSIO_INC=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/nemsio_v2.2.4' ';export' 'NEMSIO_INC;NEMSIO_LIB=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libnemsio_v2.2.4.a' ';export' 'NEMSIO_LIB;NEMSIO_SRC=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/src/nemsio_v2.2.4' ';export' 'NEMSIO_SRC;NEMSIO_VER=v2.2.4' ';export' 'NEMSIO_VER;NETCDF_DIR=/opt/cray/netcdf/4.3.3.1/INTEL/14.0' ';export' 'NETCDF_DIR;NLSPATH=/opt/intel/compilers_and_libraries_2016.3.210/linux/compiler/lib/intel64/locale/%l_%t/%N:/opt/intel/compilers_and_libraries_2016.3.210/linux/ipp/lib/intel64/locale/%l_%t/%N:/opt/intel/compilers_and_libraries_2016.3.210/linux/mkl/lib/intel64/locale/%l_%t/%N:/opt/intel/compilers_and_libraries_2016.3.210/linux/debugger/gdb/intel64_mic/share/locale/%l_%t/%N:/opt/intel/compilers_and_libraries_2016.3.210/linux/debugger/gdb/intel64/share/locale/%l_%t/%N' ';export' 'NLSPATH;PATH=/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/bin:/opt/cray/alps/5.2.4-2.0502.9822.32.1.ari/sbin:/opt/cray/alps/5.2.4-2.0502.9822.32.1.ari/bin:/opt/gcc/4.9.2/bin:/usrx/local/dev/cmake/3.6.2/bin:/usrx/local/dev/python/2.7.14/bin:/gpfs/llsf/xt-lsfhpc/9.1/linux2.6-glibc2.3-x86_64-cray/etc:/gpfs/llsf/xt-lsfhpc/9.1/linux2.6-glibc2.3-x86_64-cray/bin:/opt/cray/hdf5/1.8.14/bin:/opt/cray/netcdf/4.3.3.1/bin:/opt/intel/compilers_and_libraries_2016.3.210/linux/bin/intel64:/opt/intel/compilers_and_libraries_2016.3.210/linux/debugger/gdb/intel64_mic/bin:/opt/cray/rca/1.0.0-2.0502.60530.1.62.ari/bin:/opt/cray/alps/5.2.4-2.0502.9774.31.11.ari/sbin:/opt/cray/dvs/2.5_0.9.0-1.0502.2188.1.116.ari/bin:/opt/cray/xpmem/0.1-2.0502.64982.5.3.ari/bin:/opt/cray/ugni/6.0-1.0502.10863.8.29.ari/bin:/opt/cray/udreg/2.3.2-1.0502.10518.2.17.ari/bin:/opt/cray/craype/2.3.0/bin:/u/Dusan.Jovic/bin:/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/X11R6/bin:/usr/games:/opt/bin:/usr/lib/mit/bin:/usr/lib/mit/sbin:/sbin:/usr/sbin:.:/usr/lib/qt3/bin:/u/Dusan.Jovic/bin:/gpfs/hps3/emc/meso/noscrub/Dusan.Jovic/dbrowse:/opt/cray/bin:/usrx/local/dev/zlib/1.2.7/intel/sandybridge/include' ';export' 'PATH;PE_CRAY_DEFAULT_FIXED_PKGCONFIG_PATH=/opt/cray/parallel-netcdf/1.6.0/CRAY/8.3/lib/pkgconfig:/opt/cray/ga/5.3.0.1/CRAY/83/lib/pkgconfig:/opt/cray/netcdf-hdf5parallel/4.3.2/CRAY/83/lib/pkgconfig:/opt/cray/hdf5-parallel/1.8.13/CRAY/83/lib/pkgconfig:/opt/cray/netcdf/4.3.2/CRAY/83/lib/pkgconfig:/opt/cray/hdf5/1.8.13/CRAY/83/lib/pkgconfig' ';export' 'PE_CRAY_DEFAULT_FIXED_PKGCONFIG_PATH;PE_CRAY_FIXED_PKGCONFIG_PATH=/opt/cray/hdf5/1.8.14/CRAY/8.3/lib/pkgconfig:/opt/cray/netcdf/4.3.3.1/CRAY/8.3/lib/pkgconfig' ';export' 'PE_CRAY_FIXED_PKGCONFIG_PATH;PE_CXX_PKGCONFIG_LIBS=hdf5_hl_cpp:hdf5_cpp:netcdf_c++4' ';export' 'PE_CXX_PKGCONFIG_LIBS;PE_ENV=INTEL' ';export' 'PE_ENV;PE_FFTW_DEFAULT_REQUIRED_PRODUCTS=PE_MPICH' ';export' 'PE_FFTW_DEFAULT_REQUIRED_PRODUCTS;PE_FFTW_DEFAULT_TARGET_haswell=haswell' ';export' 'PE_FFTW_DEFAULT_TARGET_haswell;PE_FFTW_DEFAULT_TARGET_interlagos=interlagos' ';export' 'PE_FFTW_DEFAULT_TARGET_interlagos;PE_FFTW_DEFAULT_TARGET_sandybridge=sandybridge' ';export' 'PE_FFTW_DEFAULT_TARGET_sandybridge;PE_FFTW_DEFAULT_TARGET_x86_64=x86_64' ';export' 'PE_FFTW_DEFAULT_TARGET_x86_64;PE_FFTW_DEFAULT_VOLATILE_PKGCONFIG_PATH=/opt/cray/fftw/3.3.4.2/@PE_FFTW_DEFAULT_TARGET@/lib/pkgconfig' ';export' 'PE_FFTW_DEFAULT_VOLATILE_PKGCONFIG_PATH;PE_FORTRAN_PKGCONFIG_LIBS=hdf5hl_fortran:hdf5_fortran:netcdff' ';export' 'PE_FORTRAN_PKGCONFIG_LIBS;PE_GA_DEFAULT_FIXED_PRGENV=CRAY\' INTEL ';export' 'PE_GA_DEFAULT_FIXED_PRGENV;PE_GA_DEFAULT_GENCOMPS_GNU=49\' 48 ';export' 'PE_GA_DEFAULT_GENCOMPS_GNU;PE_GA_DEFAULT_VOLATILE_PKGCONFIG_PATH=/opt/cray/ga/5.3.0.1/@PRGENV@/@PE_GA_DEFAULT_GENCOMPS@/lib/pkgconfig' ';export' 'PE_GA_DEFAULT_VOLATILE_PKGCONFIG_PATH;PE_GA_DEFAULT_VOLATILE_PRGENV=GNU' ';export' 'PE_GA_DEFAULT_VOLATILE_PRGENV;PE_HDF5_CXX_PKGCONFIG_LIBS=hdf5_hl_cpp:hdf5_cpp' ';export' 'PE_HDF5_CXX_PKGCONFIG_LIBS;PE_HDF5_DEFAULT_FIXED_PRGENV=CRAY\' INTEL ';export' 'PE_HDF5_DEFAULT_FIXED_PRGENV;PE_HDF5_DEFAULT_GENCOMPS_GNU=49\' 48 ';export' 'PE_HDF5_DEFAULT_GENCOMPS_GNU;PE_HDF5_DEFAULT_VOLATILE_PKGCONFIG_PATH=/opt/cray/hdf5/1.8.13/@PRGENV@/@PE_HDF5_DEFAULT_GENCOMPS@/lib/pkgconfig' ';export' 'PE_HDF5_DEFAULT_VOLATILE_PKGCONFIG_PATH;PE_HDF5_DEFAULT_VOLATILE_PRGENV=GNU' ';export' 'PE_HDF5_DEFAULT_VOLATILE_PRGENV;PE_HDF5_DIR=/opt/cray/hdf5/1.8.14' ';export' 'PE_HDF5_DIR;PE_HDF5_FIXED_PRGENV=CRAY\' INTEL ';export' 'PE_HDF5_FIXED_PRGENV;PE_HDF5_FORTRAN_PKGCONFIG_LIBS=hdf5hl_fortran:hdf5_fortran' ';export' 'PE_HDF5_FORTRAN_PKGCONFIG_LIBS;PE_HDF5_GENCOMPILERS_GNU=5.1\' '4.9\' 4.8 ';export' 'PE_HDF5_GENCOMPILERS_GNU;PE_HDF5_GENCOMPS_GNU=51\' '49\' 48 ';export' 'PE_HDF5_GENCOMPS_GNU;PE_HDF5_MODULE_NAME=cray-hdf5' ';export' 'PE_HDF5_MODULE_NAME;PE_HDF5_PARALLEL_DEFAULT_FIXED_PRGENV=CRAY\' INTEL ';export' 'PE_HDF5_PARALLEL_DEFAULT_FIXED_PRGENV;PE_HDF5_PARALLEL_DEFAULT_GENCOMPS_GNU=49\' 48 ';export' 'PE_HDF5_PARALLEL_DEFAULT_GENCOMPS_GNU;PE_HDF5_PARALLEL_DEFAULT_REQUIRED_PRODUCTS=PE_MPICH' ';export' 'PE_HDF5_PARALLEL_DEFAULT_REQUIRED_PRODUCTS;PE_HDF5_PARALLEL_DEFAULT_VOLATILE_PKGCONFIG_PATH=/opt/cray/hdf5-parallel/1.8.13/@PRGENV@/@PE_HDF5_PARALLEL_DEFAULT_GENCOMPS@/lib/pkgconfig' ';export' 'PE_HDF5_PARALLEL_DEFAULT_VOLATILE_PKGCONFIG_PATH;PE_HDF5_PARALLEL_DEFAULT_VOLATILE_PRGENV=GNU' ';export' 'PE_HDF5_PARALLEL_DEFAULT_VOLATILE_PRGENV;PE_HDF5_PKGCONFIG_LIBS=hdf5_hl:hdf5' ';export' 'PE_HDF5_PKGCONFIG_LIBS;PE_HDF5_VOLATILE_PKGCONFIG_PATH=/opt/cray/hdf5/1.8.14/@PRGENV@/@PE_HDF5_GENCOMPS@/lib/pkgconfig' ';export' 'PE_HDF5_VOLATILE_PKGCONFIG_PATH;PE_HDF5_VOLATILE_PRGENV=GNU' ';export' 'PE_HDF5_VOLATILE_PRGENV;PE_INTEL_DEFAULT_FIXED_PKGCONFIG_PATH=/opt/cray/parallel-netcdf/1.6.0/INTEL/14.0/lib/pkgconfig:/opt/cray/ga/5.3.0.1/INTEL/140/lib/pkgconfig:/opt/cray/netcdf-hdf5parallel/4.3.2/INTEL/140/lib/pkgconfig:/opt/cray/mpt/7.2.0/gni/mpich2-intel/140/lib/pkgconfig:/opt/cray/hdf5-parallel/1.8.13/INTEL/140/lib/pkgconfig:/opt/cray/netcdf/4.3.2/INTEL/140/lib/pkgconfig:/opt/cray/hdf5/1.8.13/INTEL/140/lib/pkgconfig' ';export' 'PE_INTEL_DEFAULT_FIXED_PKGCONFIG_PATH;PE_INTEL_FIXED_PKGCONFIG_PATH=/opt/cray/hdf5/1.8.14/INTEL/14.0/lib/pkgconfig:/opt/cray/netcdf/4.3.3.1/INTEL/14.0/lib/pkgconfig' ';export' 'PE_INTEL_FIXED_PKGCONFIG_PATH;PE_LIBSCI_DEFAULT_GENCOMPS_CRAY_x86_64=83' ';export' 'PE_LIBSCI_DEFAULT_GENCOMPS_CRAY_x86_64;PE_LIBSCI_DEFAULT_GENCOMPS_GNU_x86_64=49\' 48 ';export' 'PE_LIBSCI_DEFAULT_GENCOMPS_GNU_x86_64;PE_LIBSCI_DEFAULT_GENCOMPS_INTEL_x86_64=140' ';export' 'PE_LIBSCI_DEFAULT_GENCOMPS_INTEL_x86_64;PE_LIBSCI_DEFAULT_OMP_REQUIRES_openmp=_mp' ';export' 'PE_LIBSCI_DEFAULT_OMP_REQUIRES_openmp;PE_LIBSCI_DEFAULT_PKGCONFIG_VARIABLES=PE_LIBSCI_DEFAULT_OMP_REQUIRES_@openmp@' ';export' 'PE_LIBSCI_DEFAULT_PKGCONFIG_VARIABLES;PE_LIBSCI_DEFAULT_REQUIRED_PRODUCTS=PE_MPICH' ';export' 'PE_LIBSCI_DEFAULT_REQUIRED_PRODUCTS;PE_LIBSCI_DEFAULT_VOLATILE_PKGCONFIG_PATH=/opt/cray/libsci/13.0.3/@PRGENV@/@PE_LIBSCI_DEFAULT_GENCOMPS@/@PE_LIBSCI_DEFAULT_TARGET@/lib/pkgconfig' ';export' 'PE_LIBSCI_DEFAULT_VOLATILE_PKGCONFIG_PATH;PE_LIBSCI_DEFAULT_VOLATILE_PRGENV=CRAY\' 'GNU\' INTEL ';export' 'PE_LIBSCI_DEFAULT_VOLATILE_PRGENV;PE_LIBSCI_GENCOMPS_CRAY_x86_64=83' ';export' 'PE_LIBSCI_GENCOMPS_CRAY_x86_64;PE_LIBSCI_GENCOMPS_GNU_x86_64=49\' 48 ';export' 'PE_LIBSCI_GENCOMPS_GNU_x86_64;PE_LIBSCI_GENCOMPS_INTEL_x86_64=140' ';export' 'PE_LIBSCI_GENCOMPS_INTEL_x86_64;PE_LIBSCI_MODULE_NAME=cray-libsci/13.0.3' ';export' 'PE_LIBSCI_MODULE_NAME;PE_LIBSCI_OMP_REQUIRES_openmp=_mp' ';export' 'PE_LIBSCI_OMP_REQUIRES_openmp;PE_LIBSCI_PKGCONFIG_LIBS=libsci_mpi:libsci' ';export' 'PE_LIBSCI_PKGCONFIG_LIBS;PE_LIBSCI_PKGCONFIG_VARIABLES=PE_LIBSCI_OMP_REQUIRES_@openmp@' ';export' 'PE_LIBSCI_PKGCONFIG_VARIABLES;PE_LIBSCI_REQUIRED_PRODUCTS=PE_MPICH' ';export' 'PE_LIBSCI_REQUIRED_PRODUCTS;PE_LIBSCI_VOLATILE_PKGCONFIG_PATH=/opt/cray/libsci/13.0.3/@PRGENV@/@PE_LIBSCI_GENCOMPS@/@PE_LIBSCI_TARGET@/lib/pkgconfig' ';export' 'PE_LIBSCI_VOLATILE_PKGCONFIG_PATH;PE_LIBSCI_VOLATILE_PRGENV=CRAY\' 'GNU\' INTEL ';export' 'PE_LIBSCI_VOLATILE_PRGENV;PE_MPICH_DEFAULT_DIR_CRAY_DEFAULT64=64' ';export' 'PE_MPICH_DEFAULT_DIR_CRAY_DEFAULT64;PE_MPICH_DEFAULT_FIXED_PRGENV=INTEL' ';export' 'PE_MPICH_DEFAULT_FIXED_PRGENV;PE_MPICH_DEFAULT_GENCOMPS_CRAY=83' ';export' 'PE_MPICH_DEFAULT_GENCOMPS_CRAY;PE_MPICH_DEFAULT_GENCOMPS_GNU=49\' 48 ';export' 'PE_MPICH_DEFAULT_GENCOMPS_GNU;PE_MPICH_DEFAULT_VOLATILE_PKGCONFIG_PATH=/opt/cray/mpt/7.2.0/gni/mpich2-@PRGENV@@PE_MPICH_DEFAULT_DIR_DEFAULT64@/@PE_MPICH_DEFAULT_GENCOMPS@/lib/pkgconfig' ';export' 'PE_MPICH_DEFAULT_VOLATILE_PKGCONFIG_PATH;PE_MPICH_DEFAULT_VOLATILE_PRGENV=CRAY\' GNU ';export' 'PE_MPICH_DEFAULT_VOLATILE_PRGENV;PE_MPICH_MULTITHREADED_LIBS_multithreaded=_mt' ';export' 'PE_MPICH_MULTITHREADED_LIBS_multithreaded;PE_MPICH_NV_LIBS_nvidia20=-lcudart' ';export' 'PE_MPICH_NV_LIBS_nvidia20;PE_MPICH_NV_LIBS_nvidia35=-lcudart' ';export' 'PE_MPICH_NV_LIBS_nvidia35;PE_MPICH_PKGCONFIG_VARIABLES=PE_MPICH_NV_LIBS_@accelerator@:PE_MPICH_MULTITHREADED_LIBS_@multithreaded@' ';export' 'PE_MPICH_PKGCONFIG_VARIABLES;PE_MPICH_TARGET_VAR_nvidia20=-lcudart' ';export' 'PE_MPICH_TARGET_VAR_nvidia20;PE_MPICH_TARGET_VAR_nvidia35=-lcudart' ';export' 'PE_MPICH_TARGET_VAR_nvidia35;PE_NETCDF_BASEDIR=/opt/cray/netcdf/4.3.3.1' ';export' 'PE_NETCDF_BASEDIR;PE_NETCDF_CXX_PKGCONFIG_LIBS=netcdf_c++4' ';export' 'PE_NETCDF_CXX_PKGCONFIG_LIBS;PE_NETCDF_DEFAULT_FIXED_PRGENV=CRAY\' INTEL ';export' 'PE_NETCDF_DEFAULT_FIXED_PRGENV;PE_NETCDF_DEFAULT_GENCOMPS_GNU=49\' 48 ';export' 'PE_NETCDF_DEFAULT_GENCOMPS_GNU;PE_NETCDF_DEFAULT_REQUIRED_PRODUCTS=PE_HDF5' ';export' 'PE_NETCDF_DEFAULT_REQUIRED_PRODUCTS;PE_NETCDF_DEFAULT_VOLATILE_PKGCONFIG_PATH=/opt/cray/netcdf/4.3.2/@PRGENV@/@PE_NETCDF_DEFAULT_GENCOMPS@/lib/pkgconfig' ';export' 'PE_NETCDF_DEFAULT_VOLATILE_PKGCONFIG_PATH;PE_NETCDF_DEFAULT_VOLATILE_PRGENV=GNU' ';export' 'PE_NETCDF_DEFAULT_VOLATILE_PRGENV;PE_NETCDF_FIXED_PRGENV=CRAY\' INTEL ';export' 'PE_NETCDF_FIXED_PRGENV;PE_NETCDF_FORTRAN_PKGCONFIG_LIBS=netcdff' ';export' 'PE_NETCDF_FORTRAN_PKGCONFIG_LIBS;PE_NETCDF_GENCOMPILERS_GNU=5.1\' '4.9\' 4.8 ';export' 'PE_NETCDF_GENCOMPILERS_GNU;PE_NETCDF_GENCOMPS_GNU=51\' '49\' 48 ';export' 'PE_NETCDF_GENCOMPS_GNU;PE_NETCDF_HDF5PARALLEL_DEFAULT_FIXED_PRGENV=CRAY\' INTEL ';export' 'PE_NETCDF_HDF5PARALLEL_DEFAULT_FIXED_PRGENV;PE_NETCDF_HDF5PARALLEL_DEFAULT_GENCOMPS_GNU=49\' 48 ';export' 'PE_NETCDF_HDF5PARALLEL_DEFAULT_GENCOMPS_GNU;PE_NETCDF_HDF5PARALLEL_DEFAULT_REQUIRED_PRODUCTS=PE_HDF5_PARALLEL\' PE_MPICH ';export' 'PE_NETCDF_HDF5PARALLEL_DEFAULT_REQUIRED_PRODUCTS;PE_NETCDF_HDF5PARALLEL_DEFAULT_VOLATILE_PKGCONFIG_PATH=/opt/cray/netcdf-hdf5parallel/4.3.2/@PRGENV@/@PE_NETCDF_HDF5PARALLEL_DEFAULT_GENCOMPS@/lib/pkgconfig' ';export' 'PE_NETCDF_HDF5PARALLEL_DEFAULT_VOLATILE_PKGCONFIG_PATH;PE_NETCDF_HDF5PARALLEL_DEFAULT_VOLATILE_PRGENV=GNU' ';export' 'PE_NETCDF_HDF5PARALLEL_DEFAULT_VOLATILE_PRGENV;PE_NETCDF_MODULE_NAME=cray-netcdf' ';export' 'PE_NETCDF_MODULE_NAME;PE_NETCDF_PKGCONFIG_LIBS=netcdf' ';export' 'PE_NETCDF_PKGCONFIG_LIBS;PE_NETCDF_REQUIRED_PRODUCTS=PE_HDF5' ';export' 'PE_NETCDF_REQUIRED_PRODUCTS;PE_NETCDF_VOLATILE_PKGCONFIG_PATH=/opt/cray/netcdf/4.3.3.1/@PRGENV@/@PE_NETCDF_GENCOMPS@/lib/pkgconfig' ';export' 'PE_NETCDF_VOLATILE_PKGCONFIG_PATH;PE_NETCDF_VOLATILE_PRGENV=GNU' ';export' 'PE_NETCDF_VOLATILE_PRGENV;PE_PAPI_DEFAULT_ACCEL_LIBS_nvidia35=,-lcupti,-lcudart,-lcuda' ';export' 'PE_PAPI_DEFAULT_ACCEL_LIBS_nvidia35;PE_PAPI_DEFAULT_PKGCONFIG_VARIABLES=PE_PAPI_ACCEL_LIBS_@accelerator@' ';export' 'PE_PAPI_DEFAULT_PKGCONFIG_VARIABLES;PE_PAPI_DEFAULT_TARGET_VAR_nvidia35=,-lcupti,-lcudart,-lcuda' ';export' 'PE_PAPI_DEFAULT_TARGET_VAR_nvidia35;PE_PARALLEL_NETCDF_DEFAULT_FIXED_PRGENV=CRAY\' INTEL ';export' 'PE_PARALLEL_NETCDF_DEFAULT_FIXED_PRGENV;PE_PARALLEL_NETCDF_DEFAULT_GENCOMPILERS_GNU=4.9\' 4.8 ';export' 'PE_PARALLEL_NETCDF_DEFAULT_GENCOMPILERS_GNU;PE_PARALLEL_NETCDF_DEFAULT_GENCOMPS_GNU=49\' 48 ';export' 'PE_PARALLEL_NETCDF_DEFAULT_GENCOMPS_GNU;PE_PARALLEL_NETCDF_DEFAULT_VOLATILE_PKGCONFIG_PATH=/opt/cray/parallel-netcdf/1.6.0/@PRGENV@/@PE_PARALLEL_NETCDF_DEFAULT_GENCOMPS@/lib/pkgconfig' ';export' 'PE_PARALLEL_NETCDF_DEFAULT_VOLATILE_PKGCONFIG_PATH;PE_PARALLEL_NETCDF_DEFAULT_VOLATILE_PRGENV=GNU' ';export' 'PE_PARALLEL_NETCDF_DEFAULT_VOLATILE_PRGENV;PE_PETSC_DEFAULT_GENCOMPS_CRAY_haswell=83' ';export' 'PE_PETSC_DEFAULT_GENCOMPS_CRAY_haswell;PE_PETSC_DEFAULT_GENCOMPS_CRAY_interlagos=83' ';export' 'PE_PETSC_DEFAULT_GENCOMPS_CRAY_interlagos;PE_PETSC_DEFAULT_GENCOMPS_CRAY_sandybridge=83' ';export' 'PE_PETSC_DEFAULT_GENCOMPS_CRAY_sandybridge;PE_PETSC_DEFAULT_GENCOMPS_CRAY_x86_64=83' ';export' 'PE_PETSC_DEFAULT_GENCOMPS_CRAY_x86_64;PE_PETSC_DEFAULT_GENCOMPS_GNU_haswell=49\' 48 ';export' 'PE_PETSC_DEFAULT_GENCOMPS_GNU_haswell;PE_PETSC_DEFAULT_GENCOMPS_GNU_interlagos=49\' 48 ';export' 'PE_PETSC_DEFAULT_GENCOMPS_GNU_interlagos;PE_PETSC_DEFAULT_GENCOMPS_GNU_sandybridge=49\' 48 ';export' 'PE_PETSC_DEFAULT_GENCOMPS_GNU_sandybridge;PE_PETSC_DEFAULT_GENCOMPS_GNU_x86_64=49\' 48 ';export' 'PE_PETSC_DEFAULT_GENCOMPS_GNU_x86_64;PE_PETSC_DEFAULT_GENCOMPS_INTEL_haswell=140' ';export' 'PE_PETSC_DEFAULT_GENCOMPS_INTEL_haswell;PE_PETSC_DEFAULT_GENCOMPS_INTEL_interlagos=140' ';export' 'PE_PETSC_DEFAULT_GENCOMPS_INTEL_interlagos;PE_PETSC_DEFAULT_GENCOMPS_INTEL_sandybridge=140' ';export' 'PE_PETSC_DEFAULT_GENCOMPS_INTEL_sandybridge;PE_PETSC_DEFAULT_GENCOMPS_INTEL_x86_64=140' ';export' 'PE_PETSC_DEFAULT_GENCOMPS_INTEL_x86_64;PE_PETSC_DEFAULT_REQUIRED_PRODUCTS=PE_MPICH:PE_LIBSCI:PE_TPSL' ';export' 'PE_PETSC_DEFAULT_REQUIRED_PRODUCTS;PE_PETSC_DEFAULT_VOLATILE_PKGCONFIG_PATH=/opt/cray/petsc/3.5.3.0/real/@PRGENV@/@PE_PETSC_DEFAULT_GENCOMPS@/@PE_PETSC_DEFAULT_TARGET@/lib/pkgconfig' ';export' 'PE_PETSC_DEFAULT_VOLATILE_PKGCONFIG_PATH;PE_PETSC_DEFAULT_VOLATILE_PRGENV=CRAY\' 'GNU\' INTEL ';export' 'PE_PETSC_DEFAULT_VOLATILE_PRGENV;PE_PKGCONFIG_DEFAULT_PRODUCTS=PE_TPSL:PE_LIBSCI:PE_TRILINOS:PE_FFTW:PE_PARALLEL_NETCDF:PE_GA:PE_NETCDF_HDF5PARALLEL:PE_MPICH:PE_HDF5_PARALLEL:PE_PETSC:PE_NETCDF:PE_HDF5' ';export' 'PE_PKGCONFIG_DEFAULT_PRODUCTS;PE_PKGCONFIG_LIBS=hdf5_hl:hdf5:netcdf:AtpSigHandler:cray-rca:libsci_mpi:libsci' ';export' 'PE_PKGCONFIG_LIBS;PE_PKGCONFIG_PRODUCTS=PE_HDF5:PE_NETCDF:PE_LIBSCI' ';export' 'PE_PKGCONFIG_PRODUCTS;PE_PKGCONFIG_PRODUCTS_DEFAULT=PE_PAPI' ';export' 'PE_PKGCONFIG_PRODUCTS_DEFAULT;PE_PKG_CONFIG_PATH=/opt/cray/cti/1.0.2/lib/pkgconfig' ';export' 'PE_PKG_CONFIG_PATH;PE_PRODUCT_LIST=CRAYPE_HASWELL:CRAY_RCA:CRAY_ALPS:DVS:CRAY_XPMEM:CRAY_DMAPP:CRAY_PMI:CRAY_UGNI:CRAY_UDREG:CRAY_LIBSCI:CRAYPE:INTEL' ';export' 'PE_PRODUCT_LIST;PE_SMA_DIR_CRAY_DEFAULT64=64' ';export' 'PE_SMA_DIR_CRAY_DEFAULT64;PE_SMA_DIR_PGI_DEFAULT64=64' ';export' 'PE_SMA_DIR_PGI_DEFAULT64;PE_SMA_VOLATILE_PKGCONFIG_PATH=/opt/cray/mpt/7.2.0/gni/sma@PE_SMA_DIR_DEFAULT64@/lib64/pkgconfig' ';export' 'PE_SMA_VOLATILE_PKGCONFIG_PATH;PE_TPSL_DEFAULT_GENCOMPS_CRAY_haswell=83' ';export' 'PE_TPSL_DEFAULT_GENCOMPS_CRAY_haswell;PE_TPSL_DEFAULT_GENCOMPS_CRAY_interlagos=83' ';export' 'PE_TPSL_DEFAULT_GENCOMPS_CRAY_interlagos;PE_TPSL_DEFAULT_GENCOMPS_CRAY_sandybridge=83' ';export' 'PE_TPSL_DEFAULT_GENCOMPS_CRAY_sandybridge;PE_TPSL_DEFAULT_GENCOMPS_CRAY_x86_64=83' ';export' 'PE_TPSL_DEFAULT_GENCOMPS_CRAY_x86_64;PE_TPSL_DEFAULT_GENCOMPS_GNU_haswell=49\' 48 ';export' 'PE_TPSL_DEFAULT_GENCOMPS_GNU_haswell;PE_TPSL_DEFAULT_GENCOMPS_GNU_interlagos=49\' 48 ';export' 'PE_TPSL_DEFAULT_GENCOMPS_GNU_interlagos;PE_TPSL_DEFAULT_GENCOMPS_GNU_sandybridge=49\' 48 ';export' 'PE_TPSL_DEFAULT_GENCOMPS_GNU_sandybridge;PE_TPSL_DEFAULT_GENCOMPS_GNU_x86_64=49\' 48 ';export' 'PE_TPSL_DEFAULT_GENCOMPS_GNU_x86_64;PE_TPSL_DEFAULT_GENCOMPS_INTEL_haswell=140' ';export' 'PE_TPSL_DEFAULT_GENCOMPS_INTEL_haswell;PE_TPSL_DEFAULT_GENCOMPS_INTEL_interlagos=140' ';export' 'PE_TPSL_DEFAULT_GENCOMPS_INTEL_interlagos;PE_TPSL_DEFAULT_GENCOMPS_INTEL_sandybridge=140' ';export' 'PE_TPSL_DEFAULT_GENCOMPS_INTEL_sandybridge;PE_TPSL_DEFAULT_GENCOMPS_INTEL_x86_64=140' ';export' 'PE_TPSL_DEFAULT_GENCOMPS_INTEL_x86_64;PE_TPSL_DEFAULT_REQUIRED_PRODUCTS=PE_MPICH:PE_LIBSCI' ';export' 'PE_TPSL_DEFAULT_REQUIRED_PRODUCTS;PE_TPSL_DEFAULT_VOLATILE_PKGCONFIG_PATH=/opt/cray/tpsl/1.4.4/@PRGENV@/@PE_TPSL_DEFAULT_GENCOMPS@/@PE_TPSL_DEFAULT_TARGET@/lib/pkgconfig' ';export' 'PE_TPSL_DEFAULT_VOLATILE_PKGCONFIG_PATH;PE_TPSL_DEFAULT_VOLATILE_PRGENV=CRAY\' 'GNU\' INTEL ';export' 'PE_TPSL_DEFAULT_VOLATILE_PRGENV;PE_TRILINOS_DEFAULT_GENCOMPS_CRAY_x86_64=83' ';export' 'PE_TRILINOS_DEFAULT_GENCOMPS_CRAY_x86_64;PE_TRILINOS_DEFAULT_GENCOMPS_GNU_x86_64=49\' 48 ';export' 'PE_TRILINOS_DEFAULT_GENCOMPS_GNU_x86_64;PE_TRILINOS_DEFAULT_GENCOMPS_INTEL_x86_64=140' ';export' 'PE_TRILINOS_DEFAULT_GENCOMPS_INTEL_x86_64;PE_TRILINOS_DEFAULT_REQUIRED_PRODUCTS=PE_MPICH:PE_HDF5_PARALLEL:PE_NETCDF_HDF5PARALLEL:PE_LIBSCI:PE_TPSL' ';export' 'PE_TRILINOS_DEFAULT_REQUIRED_PRODUCTS;PE_TRILINOS_DEFAULT_VOLATILE_PKGCONFIG_PATH=/opt/cray/trilinos/11.12.1.2/@PRGENV@/@PE_TRILINOS_DEFAULT_GENCOMPS@/@PE_TRILINOS_DEFAULT_TARGET@/lib/pkgconfig' ';export' 'PE_TRILINOS_DEFAULT_VOLATILE_PKGCONFIG_PATH;PE_TRILINOS_DEFAULT_VOLATILE_PRGENV=CRAY\' 'GNU\' INTEL ';export' 'PE_TRILINOS_DEFAULT_VOLATILE_PRGENV;PKGCONFIG_ENABLED=1' ';export' 'PKGCONFIG_ENABLED;PKG_CONFIG_PATH=/opt/cray/alps/5.2.4-2.0502.9822.32.1.ari/lib64/pkgconfig:/opt/cray/rca/1.0.0-2.0502.60530.1.62.ari/lib64/pkgconfig:/opt/cray/alps/5.2.4-2.0502.9774.31.11.ari/lib64/pkgconfig:/opt/cray/xpmem/0.1-2.0502.64982.5.3.ari/lib64/pkgconfig:/opt/cray/gni-headers/4.0-1.0502.10859.7.8.ari/lib64/pkgconfig:/opt/cray/dmapp/7.0.1-1.0502.11080.8.76.ari/lib64/pkgconfig:/opt/cray/pmi/5.0.11/lib64/pkgconfig:/opt/cray/ugni/6.0-1.0502.10863.8.29.ari/lib64/pkgconfig:/opt/cray/udreg/2.3.2-1.0502.10518.2.17.ari/lib64/pkgconfig:/opt/cray/craype/2.3.0/pkg-config:/opt/cray/atp/1.8.1/lib/pkgconfig' ';export' 'PKG_CONFIG_PATH;PKG_CONFIG_PATH_DEFAULT=/opt/cray/papi/5.4.0.1/lib64/pkgconfig' ';export' 'PKG_CONFIG_PATH_DEFAULT;PNG_INC=/usrx/local/prod//png/1.2.49/intel/sandybridge/include' ';export' 'PNG_INC;PNG_LIB=/usrx/local/prod//png/1.2.49/intel/sandybridge/lib/libpng.a' ';export' 'PNG_LIB;PNG_LIB12=/usrx/local/prod//png/1.2.49/intel/sandybridge/lib/libpng12.a' ';export' 'PNG_LIB12;PNG_LIBDIR=/usrx/local/prod//png/1.2.49/intel/sandybridge/lib' ';export' 'PNG_LIBDIR;PNG_LIBso=/usrx/local/prod//png/1.2.49/intel/sandybridge/lib/libpng.so' ';export' 'PNG_LIBso;PNG_SRC=/usrx/local/prod//png/1.2.49/intel/sandybridge/src' ';export' 'PNG_SRC;PNG_VER=1.2.49' ';export' 'PNG_VER;POST_INC=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/ncep_post_v8.0.1_4' ';export' 'POST_INC;POST_LIB=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libncep_post_v8.0.1_4.a' ';export' 'POST_LIB;POST_SRC=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/src/post_v8.0.1' ';export' 'POST_SRC;POST_VER=v8.0.1' ';export' 'POST_VER;SHMEM_ABORT_ON_ERROR=1' ';export' 'SHMEM_ABORT_ON_ERROR;SLURM_PROLOG=/opt/cray/atp/1.8.1/libexec/slurm_prolog.ksh' ';export' 'SLURM_PROLOG;SP_LIB4=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libsp_v2.0.3_4.a' ';export' 'SP_LIB4;SP_LIB8=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libsp_v2.0.3_8.a' ';export' 'SP_LIB8;SP_LIBd=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libsp_v2.0.3_d.a' ';export' 'SP_LIBd;SP_SRC=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/src/sp_v2.0.3' ';export' 'SP_SRC;SP_VER=v2.0.3' ';export' 'SP_VER;TBBROOT=/opt/intel/compilers_and_libraries_2016.3.210/linux/tbb' ';export' 'TBBROOT;W3EMC_INC4=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/w3emc_v2.3.1_4' ';export' 'W3EMC_INC4;W3EMC_INC8=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/w3emc_v2.3.1_8' ';export' 'W3EMC_INC8;W3EMC_INCd=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/w3emc_v2.3.1_d' ';export' 'W3EMC_INCd;W3EMC_LIB4=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libw3emc_v2.3.1_4.a' ';export' 'W3EMC_LIB4;W3EMC_LIB8=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libw3emc_v2.3.1_8.a' ';export' 'W3EMC_LIB8;W3EMC_LIBd=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libw3emc_v2.3.1_d.a' ';export' 'W3EMC_LIBd;W3EMC_SRC=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/src/w3emc_v2.3.1' ';export' 'W3EMC_SRC;W3EMC_VER=v2.3.1' ';export' 'W3EMC_VER;W3NCO_INC4=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/w3nco_v2.0.7_4' ';export' 'W3NCO_INC4;W3NCO_INC8=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/w3nco_v2.0.7_8' ';export' 'W3NCO_INC8;W3NCO_INCd=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/w3nco_v2.0.7_d' ';export' 'W3NCO_INCd;W3NCO_LIB4=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libw3nco_v2.0.7_4.a' ';export' 'W3NCO_LIB4;W3NCO_LIB8=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libw3nco_v2.0.7_8.a' ';export' 'W3NCO_LIB8;W3NCO_LIBd=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libw3nco_v2.0.7_d.a' ';export' 'W3NCO_LIBd;W3NCO_SRC=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/src/w3nco_v2.0.7' ';export' 'W3NCO_SRC;W3NCO_VER=v2.0.7' ';export' 'W3NCO_VER;XLSF_UIDDIR=/gpfs/llsf/xt-lsfhpc/9.1/linux2.6-glibc2.3-x86_64-cray/lib/uid' ';export' 'XLSF_UIDDIR;XTOS_VERSION=5.2.82' ';export' 'XTOS_VERSION;XTPE_NETWORK_TARGET=aries' ';export' 'XTPE_NETWORK_TARGET;Z_INC=/usrx/local/dev/zlib/1.2.7/intel/sandybridge/include' ';export' 'Z_INC;Z_LIB=/usrx/local/dev/zlib/1.2.7/intel/sandybridge/lib/libz.a' ';export' 'Z_LIB;Z_SRC=/usrx/local/dev/zlib/1.2.7/intel/sandybridge/src' ';export' 'Z_SRC;Z_VER=1.2.7' ';export' 'Z_VER;_LMFILES_=/opt/cray/craype/default/alt-modulefiles/craype-network-aries:/opt/cray/alt-modulefiles/craype/2.3.0:/opt/cray/alt-modulefiles/cray-libsci/13.0.3:/opt/cray/ari/modulefiles/udreg/2.3.2-1.0502.10518.2.17.ari:/opt/cray/ari/modulefiles/ugni/6.0-1.0502.10863.8.29.ari:/opt/cray/ari/modulefiles/pmi/5.0.11:/opt/cray/ari/modulefiles/dmapp/7.0.1-1.0502.11080.8.76.ari:/opt/cray/ari/modulefiles/gni-headers/4.0-1.0502.10859.7.8.ari:/opt/cray/ari/modulefiles/xpmem/0.1-2.0502.64982.5.3.ari:/opt/cray/ari/modulefiles/dvs/2.5_0.9.0-1.0502.2188.1.116.ari:/opt/cray/ari/modulefiles/alps/5.2.4-2.0502.9774.31.11.ari:/opt/cray/ari/modulefiles/rca/1.0.0-2.0502.60530.1.62.ari:/opt/cray/alt-modulefiles/atp/1.8.1:/opt/cray/alt-modulefiles/PrgEnv-intel/5.2.82:/opt/modulefiles/intel/16.3.210:/opt/cray/alt-modulefiles/cray-netcdf/4.3.3.1:/opt/cray/alt-modulefiles/cray-hdf5/1.8.14:/opt/modulefiles/xt-lsfhpc/9.1.3:/opt/cray/craype/default/alt-modulefiles/craype-haswell:/usrx/local/dev/modulefiles/python/2.7.14:/usrx/local/dev/modulefiles/cmake/3.6.2:/opt/modulefiles/gcc/4.9.2:/usrx/local/prod/modulefiles/jasper-gnu-sandybridge/1.900.1:/usrx/local/prod/modulefiles/png-intel-sandybridge/1.2.49:/usrx/local/dev/modulefiles/zlib-intel-sandybridge/1.2.7:/gpfs/hps/nco/ops/nwprod/lib/modulefiles/crtm-intel/2.2.6:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles/g2/3.1.1:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles/g2tmpl/1.6.0:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles/bacio/2.0.3:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles/ip/3.0.2:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles/sp/2.0.3:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles/w3nco/2.0.7:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles/w3emc/2.3.1:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles/nemsio/2.2.4:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles/post/8.0.1:/opt/cray/ari/modulefiles/alps/5.2.4-2.0502.9822.32.1.ari:/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/modulefiles/esmf/8.0.0:/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/wcoss_cray/fv3' ';export' '_LMFILES_;' ++ ATP_HOME=/opt/cray/atp/1.8.1 ++ export ATP_HOME ++ ATP_MRNET_COMM_PATH=/opt/cray/atp/1.8.1/libexec/atp_mrnet_commnode_wrapper @@ -2272,7 +2277,7 @@ fv3(19):ERROR:105: Unable to locate a modulefile for 'esmf/8.0.0' ++ export MIC_LIBRARY_PATH ++ MKLROOT=/opt/intel/compilers_and_libraries_2016.3.210/linux/mkl ++ export MKLROOT -++ MODULEPATH=/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/modulefiles:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles:/opt/cray/ari/modulefiles:/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_cray:/usrx/local/emc_rocoto/modulefiles:/usrx/local/dev/modulefiles:/usrx/local/prod/modulefiles:/gpfs/hps/nco/ops/nwprod/lib/modulefiles:/gpfs/hps/nco/ops/nwprod/modulefiles:/opt/cray/alt-modulefiles:/opt/cray/craype/default/alt-modulefiles:/opt/modulefiles +++ MODULEPATH=/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/modulefiles:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles:/opt/cray/ari/modulefiles:/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/wcoss_cray:/usrx/local/emc_rocoto/modulefiles:/usrx/local/dev/modulefiles:/usrx/local/prod/modulefiles:/gpfs/hps/nco/ops/nwprod/lib/modulefiles:/gpfs/hps/nco/ops/nwprod/modulefiles:/opt/cray/alt-modulefiles:/opt/cray/craype/default/alt-modulefiles:/opt/modulefiles ++ export MODULEPATH ++ MPICH_ABORT_ON_ERROR=1 ++ export MPICH_ABORT_ON_ERROR @@ -2292,7 +2297,7 @@ fv3(19):ERROR:105: Unable to locate a modulefile for 'esmf/8.0.0' ++ export NLSPATH ++ PATH=/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/bin:/opt/cray/alps/5.2.4-2.0502.9822.32.1.ari/sbin:/opt/cray/alps/5.2.4-2.0502.9822.32.1.ari/bin:/opt/gcc/4.9.2/bin:/usrx/local/dev/cmake/3.6.2/bin:/usrx/local/dev/python/2.7.14/bin:/gpfs/llsf/xt-lsfhpc/9.1/linux2.6-glibc2.3-x86_64-cray/etc:/gpfs/llsf/xt-lsfhpc/9.1/linux2.6-glibc2.3-x86_64-cray/bin:/opt/cray/hdf5/1.8.14/bin:/opt/cray/netcdf/4.3.3.1/bin:/opt/intel/compilers_and_libraries_2016.3.210/linux/bin/intel64:/opt/intel/compilers_and_libraries_2016.3.210/linux/debugger/gdb/intel64_mic/bin:/opt/cray/rca/1.0.0-2.0502.60530.1.62.ari/bin:/opt/cray/alps/5.2.4-2.0502.9774.31.11.ari/sbin:/opt/cray/dvs/2.5_0.9.0-1.0502.2188.1.116.ari/bin:/opt/cray/xpmem/0.1-2.0502.64982.5.3.ari/bin:/opt/cray/ugni/6.0-1.0502.10863.8.29.ari/bin:/opt/cray/udreg/2.3.2-1.0502.10518.2.17.ari/bin:/opt/cray/craype/2.3.0/bin:/u/Dusan.Jovic/bin:/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/X11R6/bin:/usr/games:/opt/bin:/usr/lib/mit/bin:/usr/lib/mit/sbin:/sbin:/usr/sbin:.:/usr/lib/qt3/bin:/u/Dusan.Jovic/bin:/gpfs/hps3/emc/meso/noscrub/Dusan.Jovic/dbrowse:/opt/cray/bin:/usrx/local/dev/zlib/1.2.7/intel/sandybridge/include ++ export PATH -++ PE_CRAY_DEFAULT_FIXED_PKGCONFIG_PATH=/opt/cray/netcdf/4.3.2/CRAY/83/lib/pkgconfig:/opt/cray/netcdf-hdf5parallel/4.3.2/CRAY/83/lib/pkgconfig:/opt/cray/parallel-netcdf/1.6.0/CRAY/8.3/lib/pkgconfig:/opt/cray/ga/5.3.0.1/CRAY/83/lib/pkgconfig:/opt/cray/hdf5/1.8.13/CRAY/83/lib/pkgconfig:/opt/cray/hdf5-parallel/1.8.13/CRAY/83/lib/pkgconfig +++ PE_CRAY_DEFAULT_FIXED_PKGCONFIG_PATH=/opt/cray/parallel-netcdf/1.6.0/CRAY/8.3/lib/pkgconfig:/opt/cray/ga/5.3.0.1/CRAY/83/lib/pkgconfig:/opt/cray/netcdf-hdf5parallel/4.3.2/CRAY/83/lib/pkgconfig:/opt/cray/hdf5-parallel/1.8.13/CRAY/83/lib/pkgconfig:/opt/cray/netcdf/4.3.2/CRAY/83/lib/pkgconfig:/opt/cray/hdf5/1.8.13/CRAY/83/lib/pkgconfig ++ export PE_CRAY_DEFAULT_FIXED_PKGCONFIG_PATH ++ PE_CRAY_FIXED_PKGCONFIG_PATH=/opt/cray/hdf5/1.8.14/CRAY/8.3/lib/pkgconfig:/opt/cray/netcdf/4.3.3.1/CRAY/8.3/lib/pkgconfig ++ export PE_CRAY_FIXED_PKGCONFIG_PATH @@ -2360,7 +2365,7 @@ fv3(19):ERROR:105: Unable to locate a modulefile for 'esmf/8.0.0' ++ export PE_HDF5_VOLATILE_PKGCONFIG_PATH ++ PE_HDF5_VOLATILE_PRGENV=GNU ++ export PE_HDF5_VOLATILE_PRGENV -++ PE_INTEL_DEFAULT_FIXED_PKGCONFIG_PATH=/opt/cray/netcdf/4.3.2/INTEL/140/lib/pkgconfig:/opt/cray/netcdf-hdf5parallel/4.3.2/INTEL/140/lib/pkgconfig:/opt/cray/parallel-netcdf/1.6.0/INTEL/14.0/lib/pkgconfig:/opt/cray/ga/5.3.0.1/INTEL/140/lib/pkgconfig:/opt/cray/hdf5/1.8.13/INTEL/140/lib/pkgconfig:/opt/cray/mpt/7.2.0/gni/mpich2-intel/140/lib/pkgconfig:/opt/cray/hdf5-parallel/1.8.13/INTEL/140/lib/pkgconfig +++ PE_INTEL_DEFAULT_FIXED_PKGCONFIG_PATH=/opt/cray/parallel-netcdf/1.6.0/INTEL/14.0/lib/pkgconfig:/opt/cray/ga/5.3.0.1/INTEL/140/lib/pkgconfig:/opt/cray/netcdf-hdf5parallel/4.3.2/INTEL/140/lib/pkgconfig:/opt/cray/mpt/7.2.0/gni/mpich2-intel/140/lib/pkgconfig:/opt/cray/hdf5-parallel/1.8.13/INTEL/140/lib/pkgconfig:/opt/cray/netcdf/4.3.2/INTEL/140/lib/pkgconfig:/opt/cray/hdf5/1.8.13/INTEL/140/lib/pkgconfig ++ export PE_INTEL_DEFAULT_FIXED_PKGCONFIG_PATH ++ PE_INTEL_FIXED_PKGCONFIG_PATH=/opt/cray/hdf5/1.8.14/INTEL/14.0/lib/pkgconfig:/opt/cray/netcdf/4.3.3.1/INTEL/14.0/lib/pkgconfig ++ export PE_INTEL_FIXED_PKGCONFIG_PATH @@ -2512,7 +2517,7 @@ fv3(19):ERROR:105: Unable to locate a modulefile for 'esmf/8.0.0' ++ export PE_PETSC_DEFAULT_VOLATILE_PKGCONFIG_PATH ++ PE_PETSC_DEFAULT_VOLATILE_PRGENV='CRAY GNU INTEL' ++ export PE_PETSC_DEFAULT_VOLATILE_PRGENV -++ PE_PKGCONFIG_DEFAULT_PRODUCTS=PE_TRILINOS:PE_TPSL:PE_NETCDF:PE_NETCDF_HDF5PARALLEL:PE_PARALLEL_NETCDF:PE_LIBSCI:PE_GA:PE_PETSC:PE_HDF5:PE_FFTW:PE_MPICH:PE_HDF5_PARALLEL +++ PE_PKGCONFIG_DEFAULT_PRODUCTS=PE_TPSL:PE_LIBSCI:PE_TRILINOS:PE_FFTW:PE_PARALLEL_NETCDF:PE_GA:PE_NETCDF_HDF5PARALLEL:PE_MPICH:PE_HDF5_PARALLEL:PE_PETSC:PE_NETCDF:PE_HDF5 ++ export PE_PKGCONFIG_DEFAULT_PRODUCTS ++ PE_PKGCONFIG_LIBS=hdf5_hl:hdf5:netcdf:AtpSigHandler:cray-rca:libsci_mpi:libsci ++ export PE_PKGCONFIG_LIBS @@ -2662,7 +2667,7 @@ fv3(19):ERROR:105: Unable to locate a modulefile for 'esmf/8.0.0' ++ export Z_SRC ++ Z_VER=1.2.7 ++ export Z_VER -++ _LMFILES_=/opt/cray/craype/default/alt-modulefiles/craype-network-aries:/opt/cray/alt-modulefiles/craype/2.3.0:/opt/cray/alt-modulefiles/cray-libsci/13.0.3:/opt/cray/ari/modulefiles/udreg/2.3.2-1.0502.10518.2.17.ari:/opt/cray/ari/modulefiles/ugni/6.0-1.0502.10863.8.29.ari:/opt/cray/ari/modulefiles/pmi/5.0.11:/opt/cray/ari/modulefiles/dmapp/7.0.1-1.0502.11080.8.76.ari:/opt/cray/ari/modulefiles/gni-headers/4.0-1.0502.10859.7.8.ari:/opt/cray/ari/modulefiles/xpmem/0.1-2.0502.64982.5.3.ari:/opt/cray/ari/modulefiles/dvs/2.5_0.9.0-1.0502.2188.1.116.ari:/opt/cray/ari/modulefiles/alps/5.2.4-2.0502.9774.31.11.ari:/opt/cray/ari/modulefiles/rca/1.0.0-2.0502.60530.1.62.ari:/opt/cray/alt-modulefiles/atp/1.8.1:/opt/cray/alt-modulefiles/PrgEnv-intel/5.2.82:/opt/modulefiles/intel/16.3.210:/opt/cray/alt-modulefiles/cray-netcdf/4.3.3.1:/opt/cray/alt-modulefiles/cray-hdf5/1.8.14:/opt/modulefiles/xt-lsfhpc/9.1.3:/opt/cray/craype/default/alt-modulefiles/craype-haswell:/usrx/local/dev/modulefiles/python/2.7.14:/usrx/local/dev/modulefiles/cmake/3.6.2:/opt/modulefiles/gcc/4.9.2:/usrx/local/prod/modulefiles/jasper-gnu-sandybridge/1.900.1:/usrx/local/prod/modulefiles/png-intel-sandybridge/1.2.49:/usrx/local/dev/modulefiles/zlib-intel-sandybridge/1.2.7:/gpfs/hps/nco/ops/nwprod/lib/modulefiles/crtm-intel/2.2.6:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles/g2/3.1.1:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles/g2tmpl/1.6.0:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles/bacio/2.0.3:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles/ip/3.0.2:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles/sp/2.0.3:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles/w3nco/2.0.7:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles/w3emc/2.3.1:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles/nemsio/2.2.4:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles/post/8.0.1:/opt/cray/ari/modulefiles/alps/5.2.4-2.0502.9822.32.1.ari:/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/modulefiles/esmf/8.0.0:/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_cray/fv3 +++ _LMFILES_=/opt/cray/craype/default/alt-modulefiles/craype-network-aries:/opt/cray/alt-modulefiles/craype/2.3.0:/opt/cray/alt-modulefiles/cray-libsci/13.0.3:/opt/cray/ari/modulefiles/udreg/2.3.2-1.0502.10518.2.17.ari:/opt/cray/ari/modulefiles/ugni/6.0-1.0502.10863.8.29.ari:/opt/cray/ari/modulefiles/pmi/5.0.11:/opt/cray/ari/modulefiles/dmapp/7.0.1-1.0502.11080.8.76.ari:/opt/cray/ari/modulefiles/gni-headers/4.0-1.0502.10859.7.8.ari:/opt/cray/ari/modulefiles/xpmem/0.1-2.0502.64982.5.3.ari:/opt/cray/ari/modulefiles/dvs/2.5_0.9.0-1.0502.2188.1.116.ari:/opt/cray/ari/modulefiles/alps/5.2.4-2.0502.9774.31.11.ari:/opt/cray/ari/modulefiles/rca/1.0.0-2.0502.60530.1.62.ari:/opt/cray/alt-modulefiles/atp/1.8.1:/opt/cray/alt-modulefiles/PrgEnv-intel/5.2.82:/opt/modulefiles/intel/16.3.210:/opt/cray/alt-modulefiles/cray-netcdf/4.3.3.1:/opt/cray/alt-modulefiles/cray-hdf5/1.8.14:/opt/modulefiles/xt-lsfhpc/9.1.3:/opt/cray/craype/default/alt-modulefiles/craype-haswell:/usrx/local/dev/modulefiles/python/2.7.14:/usrx/local/dev/modulefiles/cmake/3.6.2:/opt/modulefiles/gcc/4.9.2:/usrx/local/prod/modulefiles/jasper-gnu-sandybridge/1.900.1:/usrx/local/prod/modulefiles/png-intel-sandybridge/1.2.49:/usrx/local/dev/modulefiles/zlib-intel-sandybridge/1.2.7:/gpfs/hps/nco/ops/nwprod/lib/modulefiles/crtm-intel/2.2.6:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles/g2/3.1.1:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles/g2tmpl/1.6.0:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles/bacio/2.0.3:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles/ip/3.0.2:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles/sp/2.0.3:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles/w3nco/2.0.7:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles/w3emc/2.3.1:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles/nemsio/2.2.4:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles/post/8.0.1:/opt/cray/ari/modulefiles/alps/5.2.4-2.0502.9822.32.1.ari:/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/modulefiles/esmf/8.0.0:/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/wcoss_cray/fv3 ++ export _LMFILES_ + module list ++ /opt/modules/3.2.10.3/bin/modulecmd bash list @@ -2707,7 +2712,7 @@ Currently Loaded Modulefiles: 38) fv3 + eval + cd build_fv3_2 -+ cmake /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model -DWW3=Y ++ cmake /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model -DWW3=Y -- The C compiler identification is Intel 16.0.3.20160415 -- The CXX compiler identification is Intel 16.0.3.20160415 -- The Fortran compiler identification is Intel 16.0.3.20160415 @@ -2761,86 +2766,85 @@ Selected physics package: gfs Build WW3: run: /usr/bin/gmake WW3_PARCOMPN=4 WW3_COMP=wcoss_cray ww3_nems - in: /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model/esmf + in: /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/esmf -- Configuring done -- Generating done --- Build files have been written to: /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_2 +-- Build files have been written to: /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/tests/build_fv3_2 + make -j 8 Scanning dependencies of target ww3_nems Scanning dependencies of target fv3cpl -[ 0%] Building Fortran object FV3/cpl/CMakeFiles/fv3cpl.dir/module_cplfields.F90.o [ 1%] Building Fortran object FV3/cpl/CMakeFiles/fv3cpl.dir/module_cap_cpl.F90.o +[ 1%] Building Fortran object FV3/cpl/CMakeFiles/fv3cpl.dir/module_cplfields.F90.o Scanning dependencies of target gfsphysics [ 1%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/machine.F.o -[ 1%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_composition.f.o -[ 2%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/efield.f.o +[ 3%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/efield.f.o [ 3%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/co2hc.f.o Scanning dependencies of target fms [ 4%] Building Fortran object CMakeFiles/fms.dir/FMS/platform/platform.F90.o [ 5%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/wam_f107_kp_mod.f90.o -[ 5%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mersenne_twister.f.o -[ 5%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/GFDL_parse_tracers.F90.o [ 5%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_parameter.F90.o +[ 5%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_core.F90.o +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 5%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_input.F90.o +[ 5%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mersenne_twister.f.o [ 5%] Linking Fortran static library libfv3cpl.a [ 5%] Built target fv3cpl -[ 6%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/iounitdef.f.o +[ 5%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/cloud_interpolator.F90.o +[ 5%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_io.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 6%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_core.F90.o -[ 6%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/namelist_soilveg.f.o -[ 6%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_wrf_utl.f90.o +[ 5%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/GFDL_parse_tracers.F90.o +[ 5%] Building Fortran object CMakeFiles/fms.dir/FMS/random_numbers/MersenneTwister.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 6%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_input.F90.o -[ 6%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/cloud_interpolator.F90.o -[ 6%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/noahmp_tables.f90.o -[ 6%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_io.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 6%] Building Fortran object CMakeFiles/fms.dir/FMS/random_numbers/MersenneTwister.F90.o -[ 6%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_mp_radar.F90.o -[ 7%] Building Fortran object CMakeFiles/fms.dir/FMS/sat_vapor_pres/sat_vapor_pres_k.F90.o +[ 6%] Building Fortran object CMakeFiles/fms.dir/FMS/sat_vapor_pres/sat_vapor_pres_k.F90.o +[ 6%] Building Fortran object CMakeFiles/fms.dir/FMS/constants/constants.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. +[ 7%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_data.F90.o +[ 8%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/iounitdef.f.o +[ 8%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/namelist_soilveg.f.o +[ 8%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_wrf_utl.f90.o +[ 8%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/noahmp_tables.f90.o +[ 8%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_mp_radar.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 7%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/physcons.F90.o -[ 7%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/date_def.f.o -[ 7%] Building Fortran object CMakeFiles/fms.dir/FMS/constants/constants.F90.o -[ 8%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/progtm_module.f.o -[ 9%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_data.F90.o +[ 8%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp.F90.o +[ 8%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/physcons.F90.o +[ 8%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/date_def.f.o +[ 9%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/progtm_module.f.o [ 9%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/aerclm_def.f.o [ 9%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2o_def.f.o [ 9%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/physparam.f.o [ 10%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ozne_def.f.o [ 10%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gfs_phy_tracer_config.F.o +[ 10%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/surface_perturbation.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 10%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/surface_perturbation.F90.o -[ 10%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp.F90.o [ 10%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_sf_noahmp_glacier.f90.o [ 11%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_sf_noahmplsm.f90.o [ 11%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/iccn_def.f.o [ 12%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/micro_mg_utils.F90.o [ 12%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gfdl_cloud_microphys.F90.o [ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/tracer_const_h.f.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. [ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/funcphys.f90.o [ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_ugwp_initialize.F90.o [ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radlw_param.f.o @@ -2861,48 +2865,48 @@ Using cray pointers. ifort: command line warning #10121: overriding '-xCORE-AVX2' with '-xCORE-AVX-I' [ 16%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_gases.f.o [ 17%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radlw_datatb.f.o +[ 17%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_efp.F90.o +[ 17%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_memutils.F90.o [ 18%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radsw_datatb.f.o [ 18%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_nst_water_prop.f90.o -[ 18%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/wv_saturation.F.o -[ 19%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cs_conv.F90.o -[ 19%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_efp.F90.o -[ 19%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_diag.f.o -[ 20%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_drv.f.o -[ 20%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_ocean.f.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 20%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_memutils.F90.o -[ 21%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_sice.f.o -[ 21%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_typedefs.F90.o -[ 22%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_clouds.f.o -[ 22%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radsw_main.f.o -[ 22%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_nst_model.f90.o -[ 23%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_pset.F90.o -[ 23%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cldmacro.F.o +[ 18%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/wv_saturation.F.o +[ 19%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_pset.F90.o +[ 20%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_type.F90.o +[ 21%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cs_conv.F90.o +[ 21%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_diag.f.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 24%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cldwat2m_micro.F.o -[ 24%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/micro_mg2_0.F90.o -[ 25%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_type.F90.o -[ 25%] Built target ww3_nems -[ 26%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/gradient.F90.o -[ 26%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/micro_mg3_0.F90.o -[ 26%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_domains.F90.o -[ 26%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radlw_main.f.o -[ 26%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_nst.f.o +[ 22%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_drv.f.o +[ 23%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/gradient.F90.o +[ 23%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_domains.F90.o +[ 23%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_ocean.f.o +[ 24%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_sice.f.o +[ 24%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_typedefs.F90.o +[ 25%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_clouds.f.o +[ 25%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radlw_main.f.o +[ 25%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radsw_main.f.o +[ 25%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_nst_model.f90.o +[ 25%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cldmacro.F.o +[ 26%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cldwat2m_micro.F.o +[ 26%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/micro_mg2_0.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 27%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_radiation_driver.F90.o +[ 26%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/micro_mg3_0.F90.o +[ 26%] Built target ww3_nems +[ 26%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_nst.f.o [ 27%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_diagnostics.F90.o [ 27%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_physics_driver.F90.o +[ 27%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_radiation_driver.F90.o [ 27%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_restart.F90.o -[ 27%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_comm.F90.o +[ 28%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_comm.F90.o [ 28%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_io.F90.o Compiling in MPI mode (with or without MPP) Using 8-byte addressing @@ -2913,17 +2917,18 @@ Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. +[ 28%] Building Fortran object CMakeFiles/fms.dir/FMS/memutils/memutils.F90.o [ 28%] Building Fortran object CMakeFiles/fms.dir/FMS/fms/fms_io.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. [ 29%] Building Fortran object CMakeFiles/fms.dir/FMS/fms/fms.F90.o -[ 29%] Building Fortran object CMakeFiles/fms.dir/FMS/time_manager/time_manager.F90.o -[ 30%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_conserve.F90.o +[ 29%] Building Fortran object CMakeFiles/fms.dir/FMS/axis_utils/axis_utils.F90.o [ 30%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bilinear.F90.o +[ 30%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_conserve.F90.o [ 30%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_spherical.F90.o -[ 30%] Building Fortran object CMakeFiles/fms.dir/FMS/axis_utils/axis_utils.F90.o +[ 30%] Building Fortran object CMakeFiles/fms.dir/FMS/time_manager/time_manager.F90.o [ 30%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_grid.F90.o Using 8-byte addressing Using pure routines. @@ -2940,8 +2945,8 @@ Using cray pointers. [ 30%] Building Fortran object CMakeFiles/fms.dir/FMS/field_manager/field_manager.F90.o [ 30%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/mosaic.F90.o [ 31%] Building Fortran object CMakeFiles/fms.dir/FMS/topography/gaussian_topog.F90.o -[ 32%] Building Fortran object CMakeFiles/fms.dir/FMS/time_interp/time_interp.F90.o [ 32%] Building Fortran object CMakeFiles/fms.dir/FMS/time_manager/get_cal_time.F90.o +[ 32%] Building Fortran object CMakeFiles/fms.dir/FMS/time_interp/time_interp.F90.o [ 32%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_data.F90.o [ 33%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_types.F90.o [ 33%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp.F90.o @@ -2949,7 +2954,7 @@ Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 34%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_axis.F90.o +[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_axis.F90.o [ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_manifest.F90.o [ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/xbt_drop_rate_adjust.f90.o [ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/write_ocean_data.F90.o @@ -2974,7 +2979,6 @@ Using pure routines. Using allocatable derived type array members. Using cray pointers. [ 36%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_table.F90.o -[ 36%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_driver.F90.o [ 36%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_manager.F90.o [ 36%] Building Fortran object CMakeFiles/fms.dir/FMS/data_override/data_override.F90.o Using 8-byte addressing @@ -2985,9 +2989,10 @@ Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. +[ 36%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_driver.F90.o [ 37%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_abstraction_layer.F90.o -[ 38%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_solar_heating.f.o -[ 38%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_tracer.f.o +[ 37%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_solar_heating.f.o +[ 37%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_tracer.f.o [ 39%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2oc.f.o [ 39%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ideaca.f.o [ 39%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfcsub.F.o @@ -2997,126 +3002,126 @@ Using cray pointers. [ 39%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/dcyc2.pre.rad.f.o [ 39%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/get_prs.f.o [ 39%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gocart_tracer_config_stub.f.o -[ 40%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gscond.f.o -[ 40%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gscondp.f.o -[ 40%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gwdc.f.o -[ 41%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gwdps.f.o -[ 41%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_orowam2017.f.o -[ 41%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2ohdc.f.o -[ 41%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2ophys.f.o -[ 41%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_co2.f.o -[ 41%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_dissipation.f.o -[ 42%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_h2o.f.o -[ 42%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_ion.f.o -[ 42%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_o2_o3.f.o -[ 43%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_phys.f.o -[ 43%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/lrgsclr.f.o -[ 43%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfpbl.f.o -[ 44%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfpblt.f.o -[ 44%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfpbltq.f.o +[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/coupler_types.F90.o +[ 41%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gscond.f.o +[ 41%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gscondp.f.o +[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/exchange/stock_constants.F90.o +[ 41%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gwdc.f.o +[ 42%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gwdps.f.o +[ 42%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_orowam2017.f.o +[ 42%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2ohdc.f.o +[ 42%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2ophys.f.o +[ 42%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_co2.f.o +[ 42%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_dissipation.f.o +[ 43%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_h2o.f.o +[ 43%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_ion.f.o +[ 43%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_o2_o3.f.o +[ 44%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_phys.f.o +[ 44%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/lrgsclr.f.o +[ 44%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfpbl.f.o +[ 45%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfpblt.f.o +[ 45%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfpbltq.f.o [ 45%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfscu.f.o -[ 45%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfscuq.f.o -[ 45%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninedmf.f.o -[ 46%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/coupler_types.F90.o -[ 46%] Building Fortran object CMakeFiles/fms.dir/FMS/exchange/stock_constants.F90.o +[ 46%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfscuq.f.o +[ 46%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninedmf.f.o [ 46%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninedmf_hafs.f.o [ 47%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninp.f.o [ 47%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninp1.f.o [ 47%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninq.f.o [ 48%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninq1.f.o [ 48%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninshoc.f.o -[ 48%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mstadb.f.o -[ 49%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mstadbtn.f.o -[ 49%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mstadbtn2.f.o -[ 49%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mstcnv.f.o -[ 50%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ozphys.f.o -[ 50%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ozphys_2015.f.o -[ 50%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/precpd.f.o -[ 51%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/precpd_shoc.f.o -[ 51%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/precpdp.f.o -[ 51%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/progt2.f.o -[ 51%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/rad_initialize.f.o -[ 52%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/rayleigh_damp.f.o -[ 52%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/rayleigh_damp_mesopause.f.o -[ 52%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/samfaerosols.f.o -[ 53%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/samfdeepcnv.f.o -[ 53%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/samfshalcnv.f.o -[ 53%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sascnv.f.o -[ 53%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sascnvn.f.o -[ 54%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/satmedmfvdif.f.o -[ 54%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/satmedmfvdifq.f.o -[ 54%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/set_soilveg.f.o -[ 55%] Building Fortran object CMakeFiles/fms.dir/FMS/amip_interp/amip_interp.F90.o -[ 55%] Building Fortran object CMakeFiles/fms.dir/FMS/astronomy/astronomy.F90.o -[ 55%] Building Fortran object CMakeFiles/fms.dir/FMS/block_control/block_control.F90.o -[ 55%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_noahmp_drv.f.o -[ 56%] Building Fortran object CMakeFiles/fms.dir/FMS/column_diagnostics/column_diagnostics.F90.o -[ 56%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sflx.f.o -[ 56%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcnv.f.o -[ 57%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcv.f.o +[ 49%] Building Fortran object CMakeFiles/fms.dir/FMS/amip_interp/amip_interp.F90.o +[ 49%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mstadb.f.o +[ 49%] Building Fortran object CMakeFiles/fms.dir/FMS/astronomy/astronomy.F90.o +[ 49%] Building Fortran object CMakeFiles/fms.dir/FMS/block_control/block_control.F90.o +[ 50%] Building Fortran object CMakeFiles/fms.dir/FMS/column_diagnostics/column_diagnostics.F90.o +[ 51%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mstadbtn.f.o +[ 51%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/atmos_ocean_fluxes.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 57%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/atmos_ocean_fluxes.F90.o -[ 57%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/ensemble_manager.F90.o -[ 58%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters.F90.o -[ 58%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcv_1lyr.f.o -[ 58%] Building Fortran object CMakeFiles/fms.dir/FMS/exchange/xgrid.F90.o -[ 58%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcv_fixdp.f.o +[ 51%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mstadbtn2.f.o +[ 51%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mstcnv.f.o +[ 51%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/ensemble_manager.F90.o +[ 52%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters.F90.o +[ 52%] Building Fortran object CMakeFiles/fms.dir/FMS/exchange/xgrid.F90.o +[ 52%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft.F90.o +[ 53%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ozphys.f.o +[ 53%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ozphys_2015.f.o +[ 53%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/precpd.f.o +[ 54%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft99.F90.o Compiling in MPI mode (with or without MPP) Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 58%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft.F90.o -[ 58%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcv_opr.f.o -[ 59%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft99.F90.o -[ 59%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/tridi2t3.f.o -[ 59%] Building Fortran object CMakeFiles/fms.dir/FMS/interpolator/interpolator.F90.o -[ 59%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/grid.F90.o +[ 55%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/precpd_shoc.f.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 59%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_utilities.F90.o -[ 59%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core.F90.o -[ 59%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/calpreciptype.f90.o -[ 59%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gcm_shoc.f90.o +[ 55%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/precpdp.f.o +[ 55%] Building Fortran object CMakeFiles/fms.dir/FMS/interpolator/interpolator.F90.o +[ 55%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/grid.F90.o +[ 55%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_utilities.F90.o +[ 55%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/progt2.f.o +[ 55%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core.F90.o +[ 55%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core_ecda.F90.o +[ 55%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/rad_initialize.f.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 59%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core_ecda.F90.o -[ 59%] Building Fortran object CMakeFiles/fms.dir/FMS/random_numbers/random_numbers.F90.o -[ 60%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2ointerp.f90.o -[ 60%] Building Fortran object CMakeFiles/fms.dir/FMS/sat_vapor_pres/sat_vapor_pres.F90.o -[ 61%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ozinterp.f90.o -[ 61%] Building Fortran object CMakeFiles/fms.dir/FMS/station_data/station_data.F90.o -[ 61%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/iccninterp.f90.o -[ 61%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/aerinterp.f90.o -[ 61%] Building Fortran object CMakeFiles/fms.dir/FMS/topography/topography.F90.o -[ 61%] Building Fortran object CMakeFiles/fms.dir/FMS/tracer_manager/tracer_manager.F90.o -[ 62%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/num_parthds.F.o -[ 62%] Building Fortran object CMakeFiles/fms.dir/FMS/tridiagonal/tridiagonal.F90.o -[ 63%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gcycle.F90.o -[ 64%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_ugwp_utils.F90.o -[ 65%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/quicksort.F90.o -[ 65%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_ugwp_triggers.F90.o -[ 66%] Building C object CMakeFiles/fms.dir/FMS/memutils/memuse.c.o -[ 66%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_ugwp_solvers.F90.o -[ 66%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_vert_lsatdis.F90.o -[ 67%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_vert_orodis.F90.o -[ 67%] Building C object CMakeFiles/fms.dir/FMS/mosaic/create_xgrid.c.o -[ 67%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_vert_wmsdis.F90.o -[ 67%] Building C object CMakeFiles/fms.dir/FMS/mosaic/gradient_c2l.c.o -[ 68%] Building C object CMakeFiles/fms.dir/FMS/mosaic/interp.c.o -[ 68%] Building C object CMakeFiles/fms.dir/FMS/mosaic/mosaic_util.c.o -[ 68%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/m_micro_driver.F90.o -[ 68%] Building C object CMakeFiles/fms.dir/FMS/mosaic/read_mosaic.c.o -[ 68%] Building C object CMakeFiles/fms.dir/FMS/affinity/affinity.c.o -[ 69%] Building C object CMakeFiles/fms.dir/FMS/mpp/nsclock.c.o -[ 69%] Building C object CMakeFiles/fms.dir/FMS/mpp/threadloc.c.o +[ 55%] Building Fortran object CMakeFiles/fms.dir/FMS/random_numbers/random_numbers.F90.o +[ 56%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/rayleigh_damp.f.o +[ 56%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/rayleigh_damp_mesopause.f.o +[ 56%] Building Fortran object CMakeFiles/fms.dir/FMS/sat_vapor_pres/sat_vapor_pres.F90.o +[ 56%] Building Fortran object CMakeFiles/fms.dir/FMS/station_data/station_data.F90.o +[ 56%] Building Fortran object CMakeFiles/fms.dir/FMS/topography/topography.F90.o +[ 56%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/samfaerosols.f.o +[ 56%] Building Fortran object CMakeFiles/fms.dir/FMS/tracer_manager/tracer_manager.F90.o +[ 56%] Building Fortran object CMakeFiles/fms.dir/FMS/tridiagonal/tridiagonal.F90.o +[ 57%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/quicksort.F90.o +[ 58%] Building C object CMakeFiles/fms.dir/FMS/memutils/memuse.c.o +[ 59%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/samfdeepcnv.f.o +[ 59%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/samfshalcnv.f.o +[ 59%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sascnv.f.o +[ 59%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sascnvn.f.o +[ 60%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/satmedmfvdif.f.o +[ 60%] Building C object CMakeFiles/fms.dir/FMS/mosaic/create_xgrid.c.o +[ 60%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/satmedmfvdifq.f.o +[ 60%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/set_soilveg.f.o +[ 60%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_noahmp_drv.f.o +[ 60%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sflx.f.o +[ 60%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcnv.f.o +[ 61%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcv.f.o +[ 61%] Building C object CMakeFiles/fms.dir/FMS/mosaic/gradient_c2l.c.o +[ 62%] Building C object CMakeFiles/fms.dir/FMS/mosaic/interp.c.o +[ 62%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcv_1lyr.f.o +[ 62%] Building C object CMakeFiles/fms.dir/FMS/mosaic/mosaic_util.c.o +[ 62%] Building C object CMakeFiles/fms.dir/FMS/mosaic/read_mosaic.c.o +[ 62%] Building C object CMakeFiles/fms.dir/FMS/affinity/affinity.c.o +[ 63%] Building C object CMakeFiles/fms.dir/FMS/mpp/nsclock.c.o +[ 63%] Building C object CMakeFiles/fms.dir/FMS/mpp/threadloc.c.o +[ 63%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcv_fixdp.f.o +[ 63%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcv_opr.f.o +[ 63%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/tridi2t3.f.o +[ 63%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/calpreciptype.f90.o +[ 63%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gcm_shoc.f90.o +[ 64%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2ointerp.f90.o +[ 65%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ozinterp.f90.o +[ 65%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/iccninterp.f90.o +[ 65%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/aerinterp.f90.o +[ 66%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/num_parthds.F.o +[ 67%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gcycle.F90.o +[ 68%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_ugwp_utils.F90.o +[ 68%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_ugwp_triggers.F90.o +[ 68%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_ugwp_solvers.F90.o +[ 68%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_vert_lsatdis.F90.o +[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_vert_orodis.F90.o +[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_vert_wmsdis.F90.o +[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/m_micro_driver.F90.o [ 70%] Linking Fortran static library libgfsphysics.a [ 70%] Built target gfsphysics Scanning dependencies of target ipd @@ -3130,61 +3135,60 @@ Scanning dependencies of target io [ 70%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_fv3_io_def.F90.o [ 70%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_internal_state.F90.o Scanning dependencies of target fv3core -[ 72%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_arrays.F90.o -[ 72%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/external_sst.F90.o -[ 73%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/sim_nc_mod.F90.o +[ 73%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/external_sst.F90.o +[ 73%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_arrays.F90.o [ 73%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_fill.F90.o [ 73%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/DYCORE_typedefs.F90.o +[ 73%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_nemsio.F90.o [ 74%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_netcdf.F90.o -[ 74%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_nemsio.F90.o [ 74%] Building Fortran object FV3/io/CMakeFiles/io.dir/post_gfs.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 74%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_mp_mod.F90.o +[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_mp_mod.F90.o [ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/sorted_index.F90.o -[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_sg.F90.o +[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_timing.F90.o [ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_eta.F90.o [ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_cmp.F90.o -[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_timing.F90.o +[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_sg.F90.o [ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/boundary.F90.o [ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_grid_utils.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 75%] Building Fortran object FV3/io/CMakeFiles/io.dir/FV3GFS_io.F90.o +[ 76%] Building Fortran object FV3/io/CMakeFiles/io.dir/FV3GFS_io.F90.o [ 76%] Building Fortran object FV3/io/CMakeFiles/io.dir/post_nems_routines.F90.o [ 76%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_wrt_grid_comp.F90.o [ 76%] Building Fortran object FV3/io/CMakeFiles/io.dir/ffsync.F90.o -[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/a2b_edge.F90.o -[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_mapz.F90.o +[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/a2b_edge.F90.o [ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/tp_core.F90.o +[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_mapz.F90.o [ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_surf_map.F90.o -[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/init_hydro.F90.o [ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_grid_tools.F90.o +[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/init_hydro.F90.o [ 78%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_treat_da_inc.F90.o -[ 78%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_iau_mod.F90.o [ 78%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/sw_core.F90.o +[ 78%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_iau_mod.F90.o [ 79%] Linking Fortran static library libio.a [ 79%] Built target io -[ 79%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_diagnostics.F90.o +[ 80%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_diagnostics.F90.o [ 80%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_io.F90.o [ 80%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/nh_utils.F90.o [ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/nh_core.F90.o -[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_regional_bc.F90.o -[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_nudge.F90.o +[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_nudge.F90.o [ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/test_cases.F90.o +[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/fv_nggps_diag.F90.o [ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_tracer2d.F90.o [ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/dyn_core.F90.o [ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_update_phys.F90.o [ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/external_ic.F90.o [ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_restart.F90.o -[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_control.F90.o [ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_nesting.F90.o +[ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_control.F90.o [ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_dynamics.F90.o -[ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/atmosphere.F90.o +[ 85%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/atmosphere.F90.o [ 85%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/multi_gases.F90.o Using 8-byte addressing Using pure routines. @@ -3193,19 +3197,16 @@ Using cray pointers. [ 85%] Linking Fortran static library libfv3core.a [ 85%] Built target fv3core Scanning dependencies of target stochastic_physics -[ 86%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/update_ca.f90.o -[ 86%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_resol_def.f.o -[ 86%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/spectral_layout.F90.o -[ 87%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_gg_def.f.o +[ 86%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_gg_def.f.o [ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/glats_stochy.f.o +[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_resol_def.f.o +[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/update_ca.f90.o +F90.o [ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_layout_lag.f.o -[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_namelist_def.F90.o [ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/compns_stochy.F90.o -[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/setlats_lag_stochy.f.o -[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/epslon_stochy.f.o [ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/get_lats_node_a_stochy.f.o +[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/gozrineo_stochy.f.o [ 89%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/pln2eo_stochy.f.o -[ 89%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/get_ls_node_stochy.f.o [ 90%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/setlats_a_stochy.f.o [ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_internal_state_mod.F90.o [ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/dezouv_stochy.f.o @@ -3218,9 +3219,9 @@ Scanning dependencies of target stochastic_physics [ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/initialize_spectral_mod.F90.o [ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_data_mod.F90.o [ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/get_stochy_pattern.F90.o -[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochastic_physics.F90.o +[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochastic_physics.F90.o +[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/cellular_automata.f90.o [ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/plumes.f90.o -[ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/cellular_automata.f90.o [ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/num_parthds_stochy.f.o [ 95%] Linking Fortran static library libstochastic_physics.a [ 95%] Built target stochastic_physics @@ -3233,14 +3234,16 @@ Scanning dependencies of target fv3cap [ 97%] Linking Fortran static library libfv3cap.a [ 97%] Built target fv3cap Scanning dependencies of target NEMS.exe -[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_MEDIATOR_SpaceWeather.F90.o [ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/ENS_Cpl/ENS_CplComp_ESMFMod_STUB.F90.o -[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_EARTH_INTERNAL_STATE.F90.o +[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_MEDIATOR_methods.F90.o +[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_MEDIATOR_SpaceWeather.F90.o +[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_UTILS.F90.o +[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_INTERNAL_STATE.F90.o [ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_Rusage.F90.o [ 98%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_MEDIATOR.F90.o [ 99%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_EARTH_GRID_COMP.F90.o [ 99%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_GRID_COMP.F90.o -[ 99%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/MAIN_NEMS.F90.o +[100%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/MAIN_NEMS.F90.o [100%] Building C object CMakeFiles/NEMS.exe.dir/NEMS/src/nems_c_rusage.c.o [100%] Linking Fortran executable NEMS.exe /opt/cray/hdf5/1.8.14/INTEL/14.0/lib/libhdf5.a(H5PL.o): In function `H5PL_load': @@ -3251,24 +3254,24 @@ H5PL.c:(.text+0x3b7): warning: Using 'dlopen' in statically linked applications ESMCI_VMKernel.C:(.text+0x14ad1): warning: Using 'gethostbyname' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking [100%] Built target NEMS.exe + mv NEMS.exe ../fv3_2.exe -+ cp /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_cray/fv3 ../modules.fv3_2 ++ cp /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/wcoss_cray/fv3 ../modules.fv3_2 + cd .. + '[' YES = YES ']' + rm -rf build_fv3_2 -+ elapsed=822 -+ echo 'Elapsed time 822 seconds. Compiling WW3=Y finished' -Elapsed time 822 seconds. Compiling WW3=Y finished ++ elapsed=765 ++ echo 'Elapsed time 765 seconds. Compiling WW3=Y finished' +Elapsed time 765 seconds. Compiling WW3=Y finished + SECONDS=0 -+++ readlink -f /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/compile_cmake.sh -++ dirname /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/compile_cmake.sh -+ readonly MYDIR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests -+ MYDIR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests ++++ readlink -f /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/tests/compile_cmake.sh +++ dirname /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/tests/compile_cmake.sh ++ readonly MYDIR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/tests ++ MYDIR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/tests + readonly ARGC=4 + ARGC=4 -+ cd /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests ++ cd /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/tests + [[ 4 -eq 0 ]] + [[ 4 -lt 2 ]] -+ PATHTR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model ++ PATHTR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model + MACHINE_ID=wcoss_cray + MAKE_OPT=32BIT=Y + BUILD_NAME=fv3_3 @@ -3279,8 +3282,8 @@ Elapsed time 822 seconds. Compiling WW3=Y finished + [[ wcoss_cray == wcoss_dell_p3 ]] + MAKE_THREADS=8 + hostname -llogin1 -+ cd /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests +llogin2 ++ cd /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/tests + echo 'Compiling 32BIT=Y into fv3_3.exe on wcoss_cray' Compiling 32BIT=Y into fv3_3.exe on wcoss_cray + '[' YES = YES ']' @@ -3301,13 +3304,13 @@ Compiling 32BIT=Y into fv3_3.exe on wcoss_cray ++ var=-D32BIT=Y ++ echo -n -D32BIT=Y + CCPP_CMAKE_FLAGS=-D32BIT=Y -+ source /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc -++ __ms_function_name=setup__test_function__22550 -++ eval 'setup__test_function__22550() { /bin/true ; }' ++ source /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc +++ __ms_function_name=setup__test_function__44054 +++ eval 'setup__test_function__44054() { /bin/true ; }' +++ eval '__text="text" ; if [[ $__text =~ ^(t).* ]] ; then printf "%s" ${.sh.match[1]} ; fi' +++ cat ++ __ms_ksh_test= -+++ eval 'if ( set | grep setup__test_function__22550 | grep -v name > /dev/null 2>&1 ) ; then echo t ; fi ' ++++ eval 'if ( set | grep setup__test_function__44054 | grep -v name > /dev/null 2>&1 ) ; then echo t ; fi ' +++ cat ++ __ms_bash_test=t ++ [[ ! -z '' ]] @@ -3331,15 +3334,17 @@ fv3(74):ERROR:105: Unable to locate a modulefile for 'w3emc/2.3.1' fv3(75):ERROR:105: Unable to locate a modulefile for 'nemsio/2.2.4' fv3(78):ERROR:105: Unable to locate a modulefile for 'post/8.0.1' fv3(19):ERROR:105: Unable to locate a modulefile for 'esmf/8.0.0' -++ eval INFOPATH=/usr/local/info:/usr/share/info:/usr/info ';export' 'INFOPATH;MANPATH=/opt/cray/share/man:/usr/local/man:/usr/share/man:/opt/cray/share/man:/cm/local/apps/environment-modules/current/share/man' ';export' 'MANPATH;MODULEPATH=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_cray:/usrx/local/emc_rocoto/modulefiles:/usrx/local/dev/modulefiles:/usrx/local/prod/modulefiles:/gpfs/hps/nco/ops/nwprod/lib/modulefiles:/gpfs/hps/nco/ops/nwprod/modulefiles:/opt/cray/alt-modulefiles:/opt/cray/craype/default/alt-modulefiles:/opt/modulefiles' ';export' 'MODULEPATH;PATH=/u/Dusan.Jovic/bin:/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/X11R6/bin:/usr/games:/opt/bin:/usr/lib/mit/bin:/usr/lib/mit/sbin:/sbin:/usr/sbin:.:/usr/lib/qt3/bin:/u/Dusan.Jovic/bin:/gpfs/hps3/emc/meso/noscrub/Dusan.Jovic/dbrowse' ';export' 'PATH;unset' 'ATP_HOME;unset' 'ATP_MRNET_COMM_PATH;unset' 'ATP_POST_LINK_OPTS;unset' 'BACIO_LIB4;unset' 'BACIO_LIB8;unset' 'BACIO_SRC;unset' 'BACIO_VER;unset' 'CMAKE_CXX_COMPILER;unset' 'CMAKE_C_COMPILER;unset' 'CMAKE_Fortran_COMPILER;unset' 'CMAKE_Platform;unset' 'COMP;unset' 'CPATH;unset' 'CRAYOS_VERSION;unset' 'CRAYPE_DIR;unset' 'CRAYPE_NETWORK_TARGET;unset' 'CRAYPE_VERSION;unset' 'CRAY_ALPS_INCLUDE_OPTS;unset' 'CRAY_ALPS_POST_LINK_OPTS;unset' 'CRAY_CPU_TARGET;unset' 'CRAY_DMAPP_INCLUDE_OPTS;unset' 'CRAY_DMAPP_POST_LINK_OPTS;unset' 'CRAY_GNI_HEADERS_INCLUDE_OPTS;unset' 'CRAY_HDF5_DIR;unset' 'CRAY_HDF5_VERSION;unset' 'CRAY_LD_LIBRARY_PATH;unset' 'CRAY_LIBSCI_BASE_DIR;unset' 'CRAY_LIBSCI_DIR;unset' 'CRAY_LIBSCI_PREFIX_DIR;unset' 'CRAY_LIBSCI_VERSION;unset' 'CRAY_NETCDF_VERSION;unset' 'CRAY_PE_MODULES;unset' 'CRAY_PMI_INCLUDE_OPTS;unset' 'CRAY_PMI_POST_LINK_OPTS;unset' 'CRAY_PRE_COMPILE_OPTS;unset' 'CRAY_PRGENVINTEL;unset' 'CRAY_RCA_INCLUDE_OPTS;unset' 'CRAY_RCA_POST_LINK_OPTS;unset' 'CRAY_UDREG_INCLUDE_OPTS;unset' 'CRAY_UDREG_POST_LINK_OPTS;unset' 'CRAY_UGNI_INCLUDE_OPTS;unset' 'CRAY_UGNI_POST_LINK_OPTS;unset' 'CRAY_XPMEM_INCLUDE_OPTS;unset' 'CRAY_XPMEM_POST_LINK_OPTS;unset' 'CRTM_FIX;unset' 'CRTM_INC;unset' 'CRTM_LIB;unset' 'CRTM_SRC;unset' 'CRTM_VER;unset' 'DMAPP_ABORT_ON_ERROR;unset' 'DVS_INCLUDE_OPTS;unset' 'DVS_VERSION;unset' 'ECF_HOSTFILE;unset' 'ECF_PORT;unset' 'ECF_ROOT;unset' 'ESMFMKFILE;unset' 'G2TMPL_INC;unset' 'G2TMPL_LIB;unset' 'G2TMPL_SRC;unset' 'G2TMPL_VER;unset' 'G2_INC4;unset' 'G2_INCd;unset' 'G2_LIB4;unset' 'G2_LIBd;unset' 'G2_SRC;unset' 'G2_VER;unset' 'GCC_PATH;unset' 'GCC_VERSION;unset' 'GDBSERVER_MIC;unset' 'GDB_CROSS;unset' 'GDB_HOST;unset' 'GNU_VERSION;unset' 'HDF5_DIR;unset' 'HDF5_INCLUDE_OPTS;unset' 'HDF5_ROOT;unset' 'INTEL_LICENSE_FILE;unset' 'INTEL_MAJOR_VERSION;unset' 'INTEL_MINOR_VERSION;unset' 'INTEL_PATH;unset' 'INTEL_PYTHONHOME;unset' 'INTEL_VERSION;unset' 'IPPROOT;unset' 'IP_INC4;unset' 'IP_INC8;unset' 'IP_INCd;unset' 'IP_LIB4;unset' 'IP_LIB8;unset' 'IP_LIBd;unset' 'IP_SRC;unset' 'IP_VER;unset' 'JASPER_INC;unset' 'JASPER_LIB;unset' 'JASPER_LIBDIR;unset' 'JASPER_LIBl;unset' 'JASPER_SRC;unset' 'JASPER_VER;unset' 'LD_LIBRARY_PATH;unset' 'LIBRARY_PATH;unset' 'LIBSCI_BASE_DIR;unset' 'LIBSCI_VERSION;unset' 'LIB_NAME;unset' 'LOADEDMODULES;unset' 'LSF_BINDIR;unset' 'LSF_ENVDIR;unset' 'LSF_LIBDIR;unset' 'LSF_SERVERDIR;unset' 'MIC_LD_LIBRARY_PATH;unset' 'MIC_LIBRARY_PATH;unset' 'MKLROOT;unset' 'MPICH_ABORT_ON_ERROR;unset' 'MPM_LAUNCHER;unset' 'NEMSIO_INC;unset' 'NEMSIO_LIB;unset' 'NEMSIO_SRC;unset' 'NEMSIO_VER;unset' 'NETCDF_DIR;unset' 'NLSPATH;unset' 'PE_CRAY_DEFAULT_FIXED_PKGCONFIG_PATH;unset' 'PE_CRAY_FIXED_PKGCONFIG_PATH;unset' 'PE_CXX_PKGCONFIG_LIBS;unset' 'PE_ENV;unset' 'PE_FFTW_DEFAULT_REQUIRED_PRODUCTS;unset' 'PE_FFTW_DEFAULT_TARGET_haswell;unset' 'PE_FFTW_DEFAULT_TARGET_interlagos;unset' 'PE_FFTW_DEFAULT_TARGET_sandybridge;unset' 'PE_FFTW_DEFAULT_TARGET_x86_64;unset' 'PE_FFTW_DEFAULT_VOLATILE_PKGCONFIG_PATH;unset' 'PE_FORTRAN_PKGCONFIG_LIBS;unset' 'PE_GA_DEFAULT_FIXED_PRGENV;unset' 'PE_GA_DEFAULT_GENCOMPS_GNU;unset' 'PE_GA_DEFAULT_VOLATILE_PKGCONFIG_PATH;unset' 'PE_GA_DEFAULT_VOLATILE_PRGENV;unset' 'PE_HDF5_CXX_PKGCONFIG_LIBS;unset' 'PE_HDF5_DEFAULT_FIXED_PRGENV;unset' 'PE_HDF5_DEFAULT_GENCOMPS_GNU;unset' 'PE_HDF5_DEFAULT_VOLATILE_PKGCONFIG_PATH;unset' 'PE_HDF5_DEFAULT_VOLATILE_PRGENV;unset' 'PE_HDF5_DIR;unset' 'PE_HDF5_FIXED_PRGENV;unset' 'PE_HDF5_FORTRAN_PKGCONFIG_LIBS;unset' 'PE_HDF5_GENCOMPILERS_GNU;unset' 'PE_HDF5_GENCOMPS_GNU;unset' 'PE_HDF5_MODULE_NAME;unset' 'PE_HDF5_PARALLEL_DEFAULT_FIXED_PRGENV;unset' 'PE_HDF5_PARALLEL_DEFAULT_GENCOMPS_GNU;unset' 'PE_HDF5_PARALLEL_DEFAULT_REQUIRED_PRODUCTS;unset' 'PE_HDF5_PARALLEL_DEFAULT_VOLATILE_PKGCONFIG_PATH;unset' 'PE_HDF5_PARALLEL_DEFAULT_VOLATILE_PRGENV;unset' 'PE_HDF5_PKGCONFIG_LIBS;unset' 'PE_HDF5_VOLATILE_PKGCONFIG_PATH;unset' 'PE_HDF5_VOLATILE_PRGENV;unset' 'PE_INTEL_DEFAULT_FIXED_PKGCONFIG_PATH;unset' 'PE_INTEL_FIXED_PKGCONFIG_PATH;unset' 'PE_LIBSCI_DEFAULT_GENCOMPS_CRAY_x86_64;unset' 'PE_LIBSCI_DEFAULT_GENCOMPS_GNU_x86_64;unset' 'PE_LIBSCI_DEFAULT_GENCOMPS_INTEL_x86_64;unset' 'PE_LIBSCI_DEFAULT_OMP_REQUIRES;unset' 'PE_LIBSCI_DEFAULT_OMP_REQUIRES_openmp;unset' 'PE_LIBSCI_DEFAULT_PKGCONFIG_VARIABLES;unset' 'PE_LIBSCI_DEFAULT_REQUIRED_PRODUCTS;unset' 'PE_LIBSCI_DEFAULT_VOLATILE_PKGCONFIG_PATH;unset' 'PE_LIBSCI_DEFAULT_VOLATILE_PRGENV;unset' 'PE_LIBSCI_GENCOMPS_CRAY_x86_64;unset' 'PE_LIBSCI_GENCOMPS_GNU_x86_64;unset' 'PE_LIBSCI_GENCOMPS_INTEL_x86_64;unset' 'PE_LIBSCI_MODULE_NAME;unset' 'PE_LIBSCI_OMP_REQUIRES;unset' 'PE_LIBSCI_OMP_REQUIRES_openmp;unset' 'PE_LIBSCI_PKGCONFIG_LIBS;unset' 'PE_LIBSCI_PKGCONFIG_VARIABLES;unset' 'PE_LIBSCI_REQUIRED_PRODUCTS;unset' 'PE_LIBSCI_VOLATILE_PKGCONFIG_PATH;unset' 'PE_LIBSCI_VOLATILE_PRGENV;unset' 'PE_MPICH_DEFAULT_DIR_CRAY_DEFAULT64;unset' 'PE_MPICH_DEFAULT_FIXED_PRGENV;unset' 'PE_MPICH_DEFAULT_GENCOMPS_CRAY;unset' 'PE_MPICH_DEFAULT_GENCOMPS_GNU;unset' 'PE_MPICH_DEFAULT_VOLATILE_PKGCONFIG_PATH;unset' 'PE_MPICH_DEFAULT_VOLATILE_PRGENV;unset' 'PE_MPICH_MULTITHREADED_LIBS_multithreaded;unset' 'PE_MPICH_NV_LIBS;unset' 'PE_MPICH_NV_LIBS_nvidia20;unset' 'PE_MPICH_NV_LIBS_nvidia35;unset' 'PE_MPICH_PKGCONFIG_VARIABLES;unset' 'PE_MPICH_TARGET_VAR_nvidia20;unset' 'PE_MPICH_TARGET_VAR_nvidia35;unset' 'PE_NETCDF_BASEDIR;unset' 'PE_NETCDF_CXX_PKGCONFIG_LIBS;unset' 'PE_NETCDF_DEFAULT_FIXED_PRGENV;unset' 'PE_NETCDF_DEFAULT_GENCOMPS_GNU;unset' 'PE_NETCDF_DEFAULT_REQUIRED_PRODUCTS;unset' 'PE_NETCDF_DEFAULT_VOLATILE_PKGCONFIG_PATH;unset' 'PE_NETCDF_DEFAULT_VOLATILE_PRGENV;unset' 'PE_NETCDF_FIXED_PRGENV;unset' 'PE_NETCDF_FORTRAN_PKGCONFIG_LIBS;unset' 'PE_NETCDF_GENCOMPILERS_GNU;unset' 'PE_NETCDF_GENCOMPS_GNU;unset' 'PE_NETCDF_HDF5PARALLEL_DEFAULT_FIXED_PRGENV;unset' 'PE_NETCDF_HDF5PARALLEL_DEFAULT_GENCOMPS_GNU;unset' 'PE_NETCDF_HDF5PARALLEL_DEFAULT_REQUIRED_PRODUCTS;unset' 'PE_NETCDF_HDF5PARALLEL_DEFAULT_VOLATILE_PKGCONFIG_PATH;unset' 'PE_NETCDF_HDF5PARALLEL_DEFAULT_VOLATILE_PRGENV;unset' 'PE_NETCDF_MODULE_NAME;unset' 'PE_NETCDF_PKGCONFIG_LIBS;unset' 'PE_NETCDF_REQUIRED_PRODUCTS;unset' 'PE_NETCDF_VOLATILE_PKGCONFIG_PATH;unset' 'PE_NETCDF_VOLATILE_PRGENV;unset' 'PE_PAPI_DEFAULT_ACCEL_LIBS;unset' 'PE_PAPI_DEFAULT_ACCEL_LIBS_nvidia35;unset' 'PE_PAPI_DEFAULT_PKGCONFIG_VARIABLES;unset' 'PE_PAPI_DEFAULT_TARGET_VAR_nvidia35;unset' 'PE_PARALLEL_NETCDF_DEFAULT_FIXED_PRGENV;unset' 'PE_PARALLEL_NETCDF_DEFAULT_GENCOMPILERS_GNU;unset' 'PE_PARALLEL_NETCDF_DEFAULT_GENCOMPS_GNU;unset' 'PE_PARALLEL_NETCDF_DEFAULT_VOLATILE_PKGCONFIG_PATH;unset' 'PE_PARALLEL_NETCDF_DEFAULT_VOLATILE_PRGENV;unset' 'PE_PETSC_DEFAULT_GENCOMPS_CRAY_haswell;unset' 'PE_PETSC_DEFAULT_GENCOMPS_CRAY_interlagos;unset' 'PE_PETSC_DEFAULT_GENCOMPS_CRAY_sandybridge;unset' 'PE_PETSC_DEFAULT_GENCOMPS_CRAY_x86_64;unset' 'PE_PETSC_DEFAULT_GENCOMPS_GNU_haswell;unset' 'PE_PETSC_DEFAULT_GENCOMPS_GNU_interlagos;unset' 'PE_PETSC_DEFAULT_GENCOMPS_GNU_sandybridge;unset' 'PE_PETSC_DEFAULT_GENCOMPS_GNU_x86_64;unset' 'PE_PETSC_DEFAULT_GENCOMPS_INTEL_haswell;unset' 'PE_PETSC_DEFAULT_GENCOMPS_INTEL_interlagos;unset' 'PE_PETSC_DEFAULT_GENCOMPS_INTEL_sandybridge;unset' 'PE_PETSC_DEFAULT_GENCOMPS_INTEL_x86_64;unset' 'PE_PETSC_DEFAULT_REQUIRED_PRODUCTS;unset' 'PE_PETSC_DEFAULT_VOLATILE_PKGCONFIG_PATH;unset' 'PE_PETSC_DEFAULT_VOLATILE_PRGENV;unset' 'PE_PKGCONFIG_DEFAULT_PRODUCTS;unset' 'PE_PKGCONFIG_LIBS;unset' 'PE_PKGCONFIG_PRODUCTS;unset' 'PE_PKGCONFIG_PRODUCTS_DEFAULT;unset' 'PE_PKG_CONFIG_PATH;unset' 'PE_PRODUCT_LIST;unset' 'PE_SMA_DIR_CRAY_DEFAULT64;unset' 'PE_SMA_DIR_PGI_DEFAULT64;unset' 'PE_SMA_VOLATILE_PKGCONFIG_PATH;unset' 'PE_TPSL_DEFAULT_GENCOMPS_CRAY_haswell;unset' 'PE_TPSL_DEFAULT_GENCOMPS_CRAY_interlagos;unset' 'PE_TPSL_DEFAULT_GENCOMPS_CRAY_sandybridge;unset' 'PE_TPSL_DEFAULT_GENCOMPS_CRAY_x86_64;unset' 'PE_TPSL_DEFAULT_GENCOMPS_GNU_haswell;unset' 'PE_TPSL_DEFAULT_GENCOMPS_GNU_interlagos;unset' 'PE_TPSL_DEFAULT_GENCOMPS_GNU_sandybridge;unset' 'PE_TPSL_DEFAULT_GENCOMPS_GNU_x86_64;unset' 'PE_TPSL_DEFAULT_GENCOMPS_INTEL_haswell;unset' 'PE_TPSL_DEFAULT_GENCOMPS_INTEL_interlagos;unset' 'PE_TPSL_DEFAULT_GENCOMPS_INTEL_sandybridge;unset' 'PE_TPSL_DEFAULT_GENCOMPS_INTEL_x86_64;unset' 'PE_TPSL_DEFAULT_REQUIRED_PRODUCTS;unset' 'PE_TPSL_DEFAULT_VOLATILE_PKGCONFIG_PATH;unset' 'PE_TPSL_DEFAULT_VOLATILE_PRGENV;unset' 'PE_TRILINOS_DEFAULT_GENCOMPS_CRAY_x86_64;unset' 'PE_TRILINOS_DEFAULT_GENCOMPS_GNU_x86_64;unset' 'PE_TRILINOS_DEFAULT_GENCOMPS_INTEL_x86_64;unset' 'PE_TRILINOS_DEFAULT_REQUIRED_PRODUCTS;unset' 'PE_TRILINOS_DEFAULT_VOLATILE_PKGCONFIG_PATH;unset' 'PE_TRILINOS_DEFAULT_VOLATILE_PRGENV;unset' 'PKGCONFIG_ENABLED;unset' 'PKG_CONFIG_PATH;unset' 'PKG_CONFIG_PATH_DEFAULT;unset' 'PNG_INC;unset' 'PNG_LIB;unset' 'PNG_LIB12;unset' 'PNG_LIBDIR;unset' 'PNG_LIBso;unset' 'PNG_SRC;unset' 'PNG_VER;unset' 'POST_INC;unset' 'POST_LIB;unset' 'POST_SRC;unset' 'POST_VER;unset' 'PYTHONPATH;unset' 'QT_PLUGIN_PATH;unset' 'SHMEM_ABORT_ON_ERROR;unset' 'SLURM_PROLOG;unset' 'SP_LIB4;unset' 'SP_LIB8;unset' 'SP_LIBd;unset' 'SP_SRC;unset' 'SP_VER;unset' 'TBBROOT;unset' 'W3EMC_INC4;unset' 'W3EMC_INC8;unset' 'W3EMC_INCd;unset' 'W3EMC_LIB4;unset' 'W3EMC_LIB8;unset' 'W3EMC_LIBd;unset' 'W3EMC_SRC;unset' 'W3EMC_VER;unset' 'W3NCO_INC4;unset' 'W3NCO_INC8;unset' 'W3NCO_INCd;unset' 'W3NCO_LIB4;unset' 'W3NCO_LIB8;unset' 'W3NCO_LIBd;unset' 'W3NCO_SRC;unset' 'W3NCO_VER;unset' 'XLSF_UIDDIR;unset' 'XTOS_VERSION;unset' 'XTPE_NETWORK_TARGET;unset' 'Z_INC;unset' 'Z_LIB;unset' 'Z_SRC;unset' 'Z_VER;unset' '_LMFILES_;' +++ eval INFOPATH=/usr/local/info:/usr/share/info:/usr/info ';export' 'INFOPATH;MANPATH=/opt/cray/share/man:/usr/local/man:/usr/share/man:/opt/cray/share/man:/cm/local/apps/environment-modules/current/share/man' ';export' 'MANPATH;MODULEPATH=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/wcoss_cray:/usrx/local/emc_rocoto/modulefiles:/usrx/local/dev/modulefiles:/usrx/local/prod/modulefiles:/gpfs/hps/nco/ops/nwprod/lib/modulefiles:/gpfs/hps/nco/ops/nwprod/modulefiles:/opt/cray/alt-modulefiles:/opt/cray/craype/default/alt-modulefiles:/opt/modulefiles' ';export' 'MODULEPATH;PATH=/u/Dusan.Jovic/bin:/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/X11R6/bin:/usr/games:/opt/bin:/usr/lib/mit/bin:/usr/lib/mit/sbin:/sbin:/usr/sbin:.:/usr/lib/qt3/bin:/u/Dusan.Jovic/bin:/gpfs/hps3/emc/meso/noscrub/Dusan.Jovic/dbrowse' ';export' 'PATH;PE_HDF5_DEFAULT_REQUIRED_PRODUCTS=PE_MPICH' ';export' 'PE_HDF5_DEFAULT_REQUIRED_PRODUCTS;unset' 'ATP_HOME;unset' 'ATP_MRNET_COMM_PATH;unset' 'ATP_POST_LINK_OPTS;unset' 'BACIO_LIB4;unset' 'BACIO_LIB8;unset' 'BACIO_SRC;unset' 'BACIO_VER;unset' 'CMAKE_CXX_COMPILER;unset' 'CMAKE_C_COMPILER;unset' 'CMAKE_Fortran_COMPILER;unset' 'CMAKE_Platform;unset' 'COMP;unset' 'CPATH;unset' 'CRAYOS_VERSION;unset' 'CRAYPE_DIR;unset' 'CRAYPE_NETWORK_TARGET;unset' 'CRAYPE_VERSION;unset' 'CRAY_ALPS_INCLUDE_OPTS;unset' 'CRAY_ALPS_POST_LINK_OPTS;unset' 'CRAY_CPU_TARGET;unset' 'CRAY_DMAPP_INCLUDE_OPTS;unset' 'CRAY_DMAPP_POST_LINK_OPTS;unset' 'CRAY_GNI_HEADERS_INCLUDE_OPTS;unset' 'CRAY_HDF5_DIR;unset' 'CRAY_HDF5_VERSION;unset' 'CRAY_LD_LIBRARY_PATH;unset' 'CRAY_LIBSCI_BASE_DIR;unset' 'CRAY_LIBSCI_DIR;unset' 'CRAY_LIBSCI_PREFIX_DIR;unset' 'CRAY_LIBSCI_VERSION;unset' 'CRAY_NETCDF_VERSION;unset' 'CRAY_PE_MODULES;unset' 'CRAY_PMI_INCLUDE_OPTS;unset' 'CRAY_PMI_POST_LINK_OPTS;unset' 'CRAY_PRE_COMPILE_OPTS;unset' 'CRAY_PRGENVINTEL;unset' 'CRAY_RCA_INCLUDE_OPTS;unset' 'CRAY_RCA_POST_LINK_OPTS;unset' 'CRAY_UDREG_INCLUDE_OPTS;unset' 'CRAY_UDREG_POST_LINK_OPTS;unset' 'CRAY_UGNI_INCLUDE_OPTS;unset' 'CRAY_UGNI_POST_LINK_OPTS;unset' 'CRAY_XPMEM_INCLUDE_OPTS;unset' 'CRAY_XPMEM_POST_LINK_OPTS;unset' 'CRTM_FIX;unset' 'CRTM_INC;unset' 'CRTM_LIB;unset' 'CRTM_SRC;unset' 'CRTM_VER;unset' 'DMAPP_ABORT_ON_ERROR;unset' 'DVS_INCLUDE_OPTS;unset' 'DVS_VERSION;unset' 'ECF_HOSTFILE;unset' 'ECF_PORT;unset' 'ECF_ROOT;unset' 'ESMFMKFILE;unset' 'G2TMPL_INC;unset' 'G2TMPL_LIB;unset' 'G2TMPL_SRC;unset' 'G2TMPL_VER;unset' 'G2_INC4;unset' 'G2_INCd;unset' 'G2_LIB4;unset' 'G2_LIBd;unset' 'G2_SRC;unset' 'G2_VER;unset' 'GCC_PATH;unset' 'GCC_VERSION;unset' 'GDBSERVER_MIC;unset' 'GDB_CROSS;unset' 'GDB_HOST;unset' 'GNU_VERSION;unset' 'HDF5_DIR;unset' 'HDF5_INCLUDE_OPTS;unset' 'HDF5_ROOT;unset' 'INTEL_LICENSE_FILE;unset' 'INTEL_MAJOR_VERSION;unset' 'INTEL_MINOR_VERSION;unset' 'INTEL_PATH;unset' 'INTEL_PYTHONHOME;unset' 'INTEL_VERSION;unset' 'IPPROOT;unset' 'IP_INC4;unset' 'IP_INC8;unset' 'IP_INCd;unset' 'IP_LIB4;unset' 'IP_LIB8;unset' 'IP_LIBd;unset' 'IP_SRC;unset' 'IP_VER;unset' 'JASPER_INC;unset' 'JASPER_LIB;unset' 'JASPER_LIBDIR;unset' 'JASPER_LIBl;unset' 'JASPER_SRC;unset' 'JASPER_VER;unset' 'LD_LIBRARY_PATH;unset' 'LIBRARY_PATH;unset' 'LIBSCI_BASE_DIR;unset' 'LIBSCI_VERSION;unset' 'LIB_NAME;unset' 'LOADEDMODULES;unset' 'LSF_BINDIR;unset' 'LSF_ENVDIR;unset' 'LSF_LIBDIR;unset' 'LSF_SERVERDIR;unset' 'MIC_LD_LIBRARY_PATH;unset' 'MIC_LIBRARY_PATH;unset' 'MKLROOT;unset' 'MPICH_ABORT_ON_ERROR;unset' 'MPM_LAUNCHER;unset' 'NEMSIO_INC;unset' 'NEMSIO_LIB;unset' 'NEMSIO_SRC;unset' 'NEMSIO_VER;unset' 'NETCDF_DIR;unset' 'NLSPATH;unset' 'PE_CRAY_DEFAULT_FIXED_PKGCONFIG_PATH;unset' 'PE_CRAY_FIXED_PKGCONFIG_PATH;unset' 'PE_CXX_PKGCONFIG_LIBS;unset' 'PE_ENV;unset' 'PE_FFTW_DEFAULT_REQUIRED_PRODUCTS;unset' 'PE_FFTW_DEFAULT_TARGET_haswell;unset' 'PE_FFTW_DEFAULT_TARGET_interlagos;unset' 'PE_FFTW_DEFAULT_TARGET_sandybridge;unset' 'PE_FFTW_DEFAULT_TARGET_x86_64;unset' 'PE_FFTW_DEFAULT_VOLATILE_PKGCONFIG_PATH;unset' 'PE_FORTRAN_PKGCONFIG_LIBS;unset' 'PE_GA_DEFAULT_FIXED_PRGENV;unset' 'PE_GA_DEFAULT_GENCOMPS_GNU;unset' 'PE_GA_DEFAULT_VOLATILE_PKGCONFIG_PATH;unset' 'PE_GA_DEFAULT_VOLATILE_PRGENV;unset' 'PE_HDF5_CXX_PKGCONFIG_LIBS;unset' 'PE_HDF5_DEFAULT_FIXED_PRGENV;unset' 'PE_HDF5_DEFAULT_GENCOMPS_GNU;unset' 'PE_HDF5_DEFAULT_VOLATILE_PKGCONFIG_PATH;unset' 'PE_HDF5_DEFAULT_VOLATILE_PRGENV;unset' 'PE_HDF5_DIR;unset' 'PE_HDF5_FIXED_PRGENV;unset' 'PE_HDF5_FORTRAN_PKGCONFIG_LIBS;unset' 'PE_HDF5_GENCOMPILERS_GNU;unset' 'PE_HDF5_GENCOMPS_GNU;unset' 'PE_HDF5_MODULE_NAME;unset' 'PE_HDF5_PARALLEL_DEFAULT_FIXED_PRGENV;unset' 'PE_HDF5_PARALLEL_DEFAULT_GENCOMPS_GNU;unset' 'PE_HDF5_PARALLEL_DEFAULT_REQUIRED_PRODUCTS;unset' 'PE_HDF5_PARALLEL_DEFAULT_VOLATILE_PKGCONFIG_PATH;unset' 'PE_HDF5_PARALLEL_DEFAULT_VOLATILE_PRGENV;unset' 'PE_HDF5_PKGCONFIG_LIBS;unset' 'PE_HDF5_VOLATILE_PKGCONFIG_PATH;unset' 'PE_HDF5_VOLATILE_PRGENV;unset' 'PE_INTEL_DEFAULT_FIXED_PKGCONFIG_PATH;unset' 'PE_INTEL_FIXED_PKGCONFIG_PATH;unset' 'PE_LIBSCI_DEFAULT_GENCOMPS_CRAY_x86_64;unset' 'PE_LIBSCI_DEFAULT_GENCOMPS_GNU_x86_64;unset' 'PE_LIBSCI_DEFAULT_GENCOMPS_INTEL_x86_64;unset' 'PE_LIBSCI_DEFAULT_OMP_REQUIRES;unset' 'PE_LIBSCI_DEFAULT_OMP_REQUIRES_openmp;unset' 'PE_LIBSCI_DEFAULT_PKGCONFIG_VARIABLES;unset' 'PE_LIBSCI_DEFAULT_REQUIRED_PRODUCTS;unset' 'PE_LIBSCI_DEFAULT_VOLATILE_PKGCONFIG_PATH;unset' 'PE_LIBSCI_DEFAULT_VOLATILE_PRGENV;unset' 'PE_LIBSCI_GENCOMPS_CRAY_x86_64;unset' 'PE_LIBSCI_GENCOMPS_GNU_x86_64;unset' 'PE_LIBSCI_GENCOMPS_INTEL_x86_64;unset' 'PE_LIBSCI_MODULE_NAME;unset' 'PE_LIBSCI_OMP_REQUIRES;unset' 'PE_LIBSCI_OMP_REQUIRES_openmp;unset' 'PE_LIBSCI_PKGCONFIG_LIBS;unset' 'PE_LIBSCI_PKGCONFIG_VARIABLES;unset' 'PE_LIBSCI_REQUIRED_PRODUCTS;unset' 'PE_LIBSCI_VOLATILE_PKGCONFIG_PATH;unset' 'PE_LIBSCI_VOLATILE_PRGENV;unset' 'PE_MPICH_DEFAULT_DIR_CRAY_DEFAULT64;unset' 'PE_MPICH_DEFAULT_FIXED_PRGENV;unset' 'PE_MPICH_DEFAULT_GENCOMPS_CRAY;unset' 'PE_MPICH_DEFAULT_GENCOMPS_GNU;unset' 'PE_MPICH_DEFAULT_VOLATILE_PKGCONFIG_PATH;unset' 'PE_MPICH_DEFAULT_VOLATILE_PRGENV;unset' 'PE_MPICH_MULTITHREADED_LIBS_multithreaded;unset' 'PE_MPICH_NV_LIBS;unset' 'PE_MPICH_NV_LIBS_nvidia20;unset' 'PE_MPICH_NV_LIBS_nvidia35;unset' 'PE_MPICH_PKGCONFIG_VARIABLES;unset' 'PE_MPICH_TARGET_VAR_nvidia20;unset' 'PE_MPICH_TARGET_VAR_nvidia35;unset' 'PE_NETCDF_BASEDIR;unset' 'PE_NETCDF_CXX_PKGCONFIG_LIBS;unset' 'PE_NETCDF_DEFAULT_FIXED_PRGENV;unset' 'PE_NETCDF_DEFAULT_GENCOMPS_GNU;unset' 'PE_NETCDF_DEFAULT_REQUIRED_PRODUCTS;unset' 'PE_NETCDF_DEFAULT_VOLATILE_PKGCONFIG_PATH;unset' 'PE_NETCDF_DEFAULT_VOLATILE_PRGENV;unset' 'PE_NETCDF_FIXED_PRGENV;unset' 'PE_NETCDF_FORTRAN_PKGCONFIG_LIBS;unset' 'PE_NETCDF_GENCOMPILERS_GNU;unset' 'PE_NETCDF_GENCOMPS_GNU;unset' 'PE_NETCDF_HDF5PARALLEL_DEFAULT_FIXED_PRGENV;unset' 'PE_NETCDF_HDF5PARALLEL_DEFAULT_GENCOMPS_GNU;unset' 'PE_NETCDF_HDF5PARALLEL_DEFAULT_REQUIRED_PRODUCTS;unset' 'PE_NETCDF_HDF5PARALLEL_DEFAULT_VOLATILE_PKGCONFIG_PATH;unset' 'PE_NETCDF_HDF5PARALLEL_DEFAULT_VOLATILE_PRGENV;unset' 'PE_NETCDF_MODULE_NAME;unset' 'PE_NETCDF_PKGCONFIG_LIBS;unset' 'PE_NETCDF_REQUIRED_PRODUCTS;unset' 'PE_NETCDF_VOLATILE_PKGCONFIG_PATH;unset' 'PE_NETCDF_VOLATILE_PRGENV;unset' 'PE_PAPI_DEFAULT_ACCEL_LIBS;unset' 'PE_PAPI_DEFAULT_ACCEL_LIBS_nvidia35;unset' 'PE_PAPI_DEFAULT_PKGCONFIG_VARIABLES;unset' 'PE_PAPI_DEFAULT_TARGET_VAR_nvidia35;unset' 'PE_PARALLEL_NETCDF_DEFAULT_FIXED_PRGENV;unset' 'PE_PARALLEL_NETCDF_DEFAULT_GENCOMPILERS_GNU;unset' 'PE_PARALLEL_NETCDF_DEFAULT_GENCOMPS_GNU;unset' 'PE_PARALLEL_NETCDF_DEFAULT_VOLATILE_PKGCONFIG_PATH;unset' 'PE_PARALLEL_NETCDF_DEFAULT_VOLATILE_PRGENV;unset' 'PE_PETSC_DEFAULT_GENCOMPS_CRAY_haswell;unset' 'PE_PETSC_DEFAULT_GENCOMPS_CRAY_interlagos;unset' 'PE_PETSC_DEFAULT_GENCOMPS_CRAY_sandybridge;unset' 'PE_PETSC_DEFAULT_GENCOMPS_CRAY_x86_64;unset' 'PE_PETSC_DEFAULT_GENCOMPS_GNU_haswell;unset' 'PE_PETSC_DEFAULT_GENCOMPS_GNU_interlagos;unset' 'PE_PETSC_DEFAULT_GENCOMPS_GNU_sandybridge;unset' 'PE_PETSC_DEFAULT_GENCOMPS_GNU_x86_64;unset' 'PE_PETSC_DEFAULT_GENCOMPS_INTEL_haswell;unset' 'PE_PETSC_DEFAULT_GENCOMPS_INTEL_interlagos;unset' 'PE_PETSC_DEFAULT_GENCOMPS_INTEL_sandybridge;unset' 'PE_PETSC_DEFAULT_GENCOMPS_INTEL_x86_64;unset' 'PE_PETSC_DEFAULT_REQUIRED_PRODUCTS;unset' 'PE_PETSC_DEFAULT_VOLATILE_PKGCONFIG_PATH;unset' 'PE_PETSC_DEFAULT_VOLATILE_PRGENV;unset' 'PE_PKGCONFIG_DEFAULT_PRODUCTS;unset' 'PE_PKGCONFIG_LIBS;unset' 'PE_PKGCONFIG_PRODUCTS;unset' 'PE_PKGCONFIG_PRODUCTS_DEFAULT;unset' 'PE_PKG_CONFIG_PATH;unset' 'PE_PRODUCT_LIST;unset' 'PE_SMA_DIR_CRAY_DEFAULT64;unset' 'PE_SMA_DIR_PGI_DEFAULT64;unset' 'PE_SMA_VOLATILE_PKGCONFIG_PATH;unset' 'PE_TPSL_DEFAULT_GENCOMPS_CRAY_haswell;unset' 'PE_TPSL_DEFAULT_GENCOMPS_CRAY_interlagos;unset' 'PE_TPSL_DEFAULT_GENCOMPS_CRAY_sandybridge;unset' 'PE_TPSL_DEFAULT_GENCOMPS_CRAY_x86_64;unset' 'PE_TPSL_DEFAULT_GENCOMPS_GNU_haswell;unset' 'PE_TPSL_DEFAULT_GENCOMPS_GNU_interlagos;unset' 'PE_TPSL_DEFAULT_GENCOMPS_GNU_sandybridge;unset' 'PE_TPSL_DEFAULT_GENCOMPS_GNU_x86_64;unset' 'PE_TPSL_DEFAULT_GENCOMPS_INTEL_haswell;unset' 'PE_TPSL_DEFAULT_GENCOMPS_INTEL_interlagos;unset' 'PE_TPSL_DEFAULT_GENCOMPS_INTEL_sandybridge;unset' 'PE_TPSL_DEFAULT_GENCOMPS_INTEL_x86_64;unset' 'PE_TPSL_DEFAULT_REQUIRED_PRODUCTS;unset' 'PE_TPSL_DEFAULT_VOLATILE_PKGCONFIG_PATH;unset' 'PE_TPSL_DEFAULT_VOLATILE_PRGENV;unset' 'PE_TRILINOS_DEFAULT_GENCOMPS_CRAY_x86_64;unset' 'PE_TRILINOS_DEFAULT_GENCOMPS_GNU_x86_64;unset' 'PE_TRILINOS_DEFAULT_GENCOMPS_INTEL_x86_64;unset' 'PE_TRILINOS_DEFAULT_REQUIRED_PRODUCTS;unset' 'PE_TRILINOS_DEFAULT_VOLATILE_PKGCONFIG_PATH;unset' 'PE_TRILINOS_DEFAULT_VOLATILE_PRGENV;unset' 'PKGCONFIG_ENABLED;unset' 'PKG_CONFIG_PATH;unset' 'PKG_CONFIG_PATH_DEFAULT;unset' 'PNG_INC;unset' 'PNG_LIB;unset' 'PNG_LIB12;unset' 'PNG_LIBDIR;unset' 'PNG_LIBso;unset' 'PNG_SRC;unset' 'PNG_VER;unset' 'POST_INC;unset' 'POST_LIB;unset' 'POST_SRC;unset' 'POST_VER;unset' 'PYTHONPATH;unset' 'QT_PLUGIN_PATH;unset' 'SHMEM_ABORT_ON_ERROR;unset' 'SLURM_PROLOG;unset' 'SP_LIB4;unset' 'SP_LIB8;unset' 'SP_LIBd;unset' 'SP_SRC;unset' 'SP_VER;unset' 'TBBROOT;unset' 'W3EMC_INC4;unset' 'W3EMC_INC8;unset' 'W3EMC_INCd;unset' 'W3EMC_LIB4;unset' 'W3EMC_LIB8;unset' 'W3EMC_LIBd;unset' 'W3EMC_SRC;unset' 'W3EMC_VER;unset' 'W3NCO_INC4;unset' 'W3NCO_INC8;unset' 'W3NCO_INCd;unset' 'W3NCO_LIB4;unset' 'W3NCO_LIB8;unset' 'W3NCO_LIBd;unset' 'W3NCO_SRC;unset' 'W3NCO_VER;unset' 'XLSF_UIDDIR;unset' 'XTOS_VERSION;unset' 'XTPE_NETWORK_TARGET;unset' 'Z_INC;unset' 'Z_LIB;unset' 'Z_SRC;unset' 'Z_VER;unset' '_LMFILES_;' +++ INFOPATH=/usr/local/info:/usr/share/info:/usr/info +++ export INFOPATH +++ MANPATH=/opt/cray/share/man:/usr/local/man:/usr/share/man:/opt/cray/share/man:/cm/local/apps/environment-modules/current/share/man +++ export MANPATH -+++ MODULEPATH=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_cray:/usrx/local/emc_rocoto/modulefiles:/usrx/local/dev/modulefiles:/usrx/local/prod/modulefiles:/gpfs/hps/nco/ops/nwprod/lib/modulefiles:/gpfs/hps/nco/ops/nwprod/modulefiles:/opt/cray/alt-modulefiles:/opt/cray/craype/default/alt-modulefiles:/opt/modulefiles ++++ MODULEPATH=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/wcoss_cray:/usrx/local/emc_rocoto/modulefiles:/usrx/local/dev/modulefiles:/usrx/local/prod/modulefiles:/gpfs/hps/nco/ops/nwprod/lib/modulefiles:/gpfs/hps/nco/ops/nwprod/modulefiles:/opt/cray/alt-modulefiles:/opt/cray/craype/default/alt-modulefiles:/opt/modulefiles +++ export MODULEPATH +++ PATH=/u/Dusan.Jovic/bin:/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/X11R6/bin:/usr/games:/opt/bin:/usr/lib/mit/bin:/usr/lib/mit/sbin:/sbin:/usr/sbin:.:/usr/lib/qt3/bin:/u/Dusan.Jovic/bin:/gpfs/hps3/emc/meso/noscrub/Dusan.Jovic/dbrowse +++ export PATH ++++ PE_HDF5_DEFAULT_REQUIRED_PRODUCTS=PE_MPICH ++++ export PE_HDF5_DEFAULT_REQUIRED_PRODUCTS +++ unset ATP_HOME +++ unset ATP_MRNET_COMM_PATH +++ unset ATP_POST_LINK_OPTS @@ -3659,8 +3664,8 @@ fv3(19):ERROR:105: Unable to locate a modulefile for 'esmf/8.0.0' ++ eval ++ module use /opt/cray/ari/modulefiles +++ /opt/modules/3.2.10.3/bin/modulecmd bash use /opt/cray/ari/modulefiles -++ eval MODULEPATH=/opt/cray/ari/modulefiles:/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_cray:/usrx/local/emc_rocoto/modulefiles:/usrx/local/dev/modulefiles:/usrx/local/prod/modulefiles:/gpfs/hps/nco/ops/nwprod/lib/modulefiles:/gpfs/hps/nco/ops/nwprod/modulefiles:/opt/cray/alt-modulefiles:/opt/cray/craype/default/alt-modulefiles:/opt/modulefiles ';export' 'MODULEPATH;' -+++ MODULEPATH=/opt/cray/ari/modulefiles:/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_cray:/usrx/local/emc_rocoto/modulefiles:/usrx/local/dev/modulefiles:/usrx/local/prod/modulefiles:/gpfs/hps/nco/ops/nwprod/lib/modulefiles:/gpfs/hps/nco/ops/nwprod/modulefiles:/opt/cray/alt-modulefiles:/opt/cray/craype/default/alt-modulefiles:/opt/modulefiles +++ eval MODULEPATH=/opt/cray/ari/modulefiles:/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/wcoss_cray:/usrx/local/emc_rocoto/modulefiles:/usrx/local/dev/modulefiles:/usrx/local/prod/modulefiles:/gpfs/hps/nco/ops/nwprod/lib/modulefiles:/gpfs/hps/nco/ops/nwprod/modulefiles:/opt/cray/alt-modulefiles:/opt/cray/craype/default/alt-modulefiles:/opt/modulefiles ';export' 'MODULEPATH;' ++++ MODULEPATH=/opt/cray/ari/modulefiles:/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/wcoss_cray:/usrx/local/emc_rocoto/modulefiles:/usrx/local/dev/modulefiles:/usrx/local/prod/modulefiles:/gpfs/hps/nco/ops/nwprod/lib/modulefiles:/gpfs/hps/nco/ops/nwprod/modulefiles:/opt/cray/alt-modulefiles:/opt/cray/craype/default/alt-modulefiles:/opt/modulefiles +++ export MODULEPATH ++ module use /opt/cray/craype/default/alt-modulefiles +++ /opt/modules/3.2.10.3/bin/modulecmd bash use /opt/cray/craype/default/alt-modulefiles @@ -3680,16 +3685,16 @@ fv3(19):ERROR:105: Unable to locate a modulefile for 'esmf/8.0.0' ++ unset __ms_shell ++ unset __ms_ksh_test ++ unset __ms_bash_test -++ unset setup__test_function__22550 +++ unset setup__test_function__44054 ++ unset __ms_function_name + [[ wcoss_cray == macosx.* ]] + [[ wcoss_cray == linux.* ]] -+ module use /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_cray -++ /opt/modules/3.2.10.3/bin/modulecmd bash use /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_cray ++ module use /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/wcoss_cray +++ /opt/modules/3.2.10.3/bin/modulecmd bash use /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/wcoss_cray + eval + module load fv3 ++ /opt/modules/3.2.10.3/bin/modulecmd bash load fv3 -+ eval ATP_HOME=/opt/cray/atp/1.8.1 ';export' 'ATP_HOME;ATP_MRNET_COMM_PATH=/opt/cray/atp/1.8.1/libexec/atp_mrnet_commnode_wrapper' ';export' 'ATP_MRNET_COMM_PATH;ATP_POST_LINK_OPTS=-Wl,-L/opt/cray/atp/1.8.1/libApp/\' ';export' 'ATP_POST_LINK_OPTS;BACIO_LIB4=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libbacio_v2.0.3_4.a' ';export' 'BACIO_LIB4;BACIO_LIB8=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libbacio_v2.0.3_8.a' ';export' 'BACIO_LIB8;BACIO_SRC=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/src/bacio_v2.0.3' ';export' 'BACIO_SRC;BACIO_VER=v2.0.3' ';export' 'BACIO_VER;CMAKE_CXX_COMPILER=CC' ';export' 'CMAKE_CXX_COMPILER;CMAKE_C_COMPILER=cc' ';export' 'CMAKE_C_COMPILER;CMAKE_Fortran_COMPILER=ftn' ';export' 'CMAKE_Fortran_COMPILER;CMAKE_Platform=wcoss_cray' ';export' 'CMAKE_Platform;COMP=intel' ';export' 'COMP;CPATH=/opt/intel/compilers_and_libraries_2016.3.210/linux/ipp/include:/opt/intel/compilers_and_libraries_2016.3.210/linux/mkl/include:/opt/intel/compilers_and_libraries_2016.3.210/linux/tbb/include' ';export' 'CPATH;CRAYOS_VERSION=5.2.82' ';export' 'CRAYOS_VERSION;CRAYPE_DIR=/opt/cray/craype/2.3.0' ';export' 'CRAYPE_DIR;CRAYPE_NETWORK_TARGET=aries' ';export' 'CRAYPE_NETWORK_TARGET;CRAYPE_VERSION=2.3.0' ';export' 'CRAYPE_VERSION;CRAY_ALPS_INCLUDE_OPTS=-I/opt/cray/alps/5.2.4-2.0502.9822.32.1.ari/include' ';export' 'CRAY_ALPS_INCLUDE_OPTS;CRAY_ALPS_POST_LINK_OPTS=-L/opt/cray/alps/5.2.4-2.0502.9822.32.1.ari/lib64' ';export' 'CRAY_ALPS_POST_LINK_OPTS;CRAY_CPU_TARGET=haswell' ';export' 'CRAY_CPU_TARGET;CRAY_DMAPP_INCLUDE_OPTS=-I/opt/cray/dmapp/7.0.1-1.0502.11080.8.76.ari/include\' '-I/opt/cray/gni-headers/4.0-1.0502.10859.7.8.ari/include\' ';export' 'CRAY_DMAPP_INCLUDE_OPTS;CRAY_DMAPP_POST_LINK_OPTS=-L/opt/cray/dmapp/7.0.1-1.0502.11080.8.76.ari/lib64' ';export' 'CRAY_DMAPP_POST_LINK_OPTS;CRAY_GNI_HEADERS_INCLUDE_OPTS=-I/opt/cray/gni-headers/4.0-1.0502.10859.7.8.ari/include' ';export' 'CRAY_GNI_HEADERS_INCLUDE_OPTS;CRAY_HDF5_DIR=/opt/cray/hdf5/1.8.14' ';export' 'CRAY_HDF5_DIR;CRAY_HDF5_VERSION=1.8.14' ';export' 'CRAY_HDF5_VERSION;CRAY_LD_LIBRARY_PATH=/opt/cray/alps/5.2.4-2.0502.9822.32.1.ari/lib64:/opt/cray/hdf5/1.8.14/INTEL/14.0/lib:/opt/cray/netcdf/4.3.3.1/INTEL/14.0/lib:/opt/cray/rca/1.0.0-2.0502.60530.1.62.ari/lib64:/opt/cray/alps/5.2.4-2.0502.9774.31.11.ari/lib64:/opt/cray/xpmem/0.1-2.0502.64982.5.3.ari/lib64:/opt/cray/dmapp/7.0.1-1.0502.11080.8.76.ari/lib64:/opt/cray/pmi/5.0.11/lib64:/opt/cray/ugni/6.0-1.0502.10863.8.29.ari/lib64:/opt/cray/udreg/2.3.2-1.0502.10518.2.17.ari/lib64:/opt/cray/libsci/13.0.3/INTEL/140/x86_64/lib' ';export' 'CRAY_LD_LIBRARY_PATH;CRAY_LIBSCI_BASE_DIR=/opt/cray/libsci/13.0.3' ';export' 'CRAY_LIBSCI_BASE_DIR;CRAY_LIBSCI_DIR=/opt/cray/libsci/13.0.3' ';export' 'CRAY_LIBSCI_DIR;CRAY_LIBSCI_PREFIX_DIR=/opt/cray/libsci/13.0.3/INTEL/140/x86_64' ';export' 'CRAY_LIBSCI_PREFIX_DIR;CRAY_LIBSCI_VERSION=13.0.3' ';export' 'CRAY_LIBSCI_VERSION;CRAY_NETCDF_VERSION=4.3.3.1' ';export' 'CRAY_NETCDF_VERSION;CRAY_PE_MODULES=cray-hdf5:cray-netcdf' ';export' 'CRAY_PE_MODULES;CRAY_PMI_INCLUDE_OPTS=-I/opt/cray/pmi/5.0.11/include' ';export' 'CRAY_PMI_INCLUDE_OPTS;CRAY_PMI_POST_LINK_OPTS=-L/opt/cray/pmi/5.0.11/lib64' ';export' 'CRAY_PMI_POST_LINK_OPTS;CRAY_PRE_COMPILE_OPTS=-hnetwork=aries' ';export' 'CRAY_PRE_COMPILE_OPTS;CRAY_PRGENVINTEL=loaded' ';export' 'CRAY_PRGENVINTEL;CRAY_RCA_INCLUDE_OPTS=-I/opt/cray/rca/1.0.0-2.0502.60530.1.62.ari/include\' '-I/opt/cray/krca/1.0.0-2.0502.67049.8.22.ari/include\' '-I/opt/cray-hss-devel/7.2.0/include\' ';export' 'CRAY_RCA_INCLUDE_OPTS;CRAY_RCA_POST_LINK_OPTS=-L/opt/cray/rca/1.0.0-2.0502.60530.1.62.ari/lib64\' '-lrca\' ';export' 'CRAY_RCA_POST_LINK_OPTS;CRAY_UDREG_INCLUDE_OPTS=-I/opt/cray/udreg/2.3.2-1.0502.10518.2.17.ari/include' ';export' 'CRAY_UDREG_INCLUDE_OPTS;CRAY_UDREG_POST_LINK_OPTS=-L/opt/cray/udreg/2.3.2-1.0502.10518.2.17.ari/lib64' ';export' 'CRAY_UDREG_POST_LINK_OPTS;CRAY_UGNI_INCLUDE_OPTS=-I/opt/cray/ugni/6.0-1.0502.10863.8.29.ari/include' ';export' 'CRAY_UGNI_INCLUDE_OPTS;CRAY_UGNI_POST_LINK_OPTS=-L/opt/cray/ugni/6.0-1.0502.10863.8.29.ari/lib64' ';export' 'CRAY_UGNI_POST_LINK_OPTS;CRAY_XPMEM_INCLUDE_OPTS=-I/opt/cray/xpmem/0.1-2.0502.64982.5.3.ari/include' ';export' 'CRAY_XPMEM_INCLUDE_OPTS;CRAY_XPMEM_POST_LINK_OPTS=-L/opt/cray/xpmem/0.1-2.0502.64982.5.3.ari/lib64' ';export' 'CRAY_XPMEM_POST_LINK_OPTS;CRTM_FIX=/gpfs/hps/nco/ops/nwprod/lib/crtm/v2.2.6/fix' ';export' 'CRTM_FIX;CRTM_INC=/gpfs/hps/nco/ops/nwprod/lib/crtm/v2.2.6/intel/include/crtm_v2.2.6' ';export' 'CRTM_INC;CRTM_LIB=/gpfs/hps/nco/ops/nwprod/lib/crtm/v2.2.6/intel/libcrtm_v2.2.6.a' ';export' 'CRTM_LIB;CRTM_SRC=/gpfs/hps/nco/ops/nwprod/lib/crtm/v2.2.6/src' ';export' 'CRTM_SRC;CRTM_VER=v2.2.6' ';export' 'CRTM_VER;DMAPP_ABORT_ON_ERROR=1' ';export' 'DMAPP_ABORT_ON_ERROR;DVS_INCLUDE_OPTS=-I/opt/cray/dvs/2.5_0.9.0-1.0502.2188.1.116.ari/include' ';export' 'DVS_INCLUDE_OPTS;DVS_VERSION=0.9.0' ';export' 'DVS_VERSION;ESMFMKFILE=/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/lib/esmf.mk' ';export' 'ESMFMKFILE;G2TMPL_INC=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/g2tmpl_v1.6.0' ';export' 'G2TMPL_INC;G2TMPL_LIB=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libg2tmpl_v1.6.0.a' ';export' 'G2TMPL_LIB;G2TMPL_SRC=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/src/g2tmpl_v1.6.0/src' ';export' 'G2TMPL_SRC;G2TMPL_VER=v1.6.0' ';export' 'G2TMPL_VER;G2_INC4=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/g2_v3.1.1_4' ';export' 'G2_INC4;G2_INCd=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/g2_v3.1.1_d' ';export' 'G2_INCd;G2_LIB4=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libg2_v3.1.1_4.a' ';export' 'G2_LIB4;G2_LIBd=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libg2_v3.1.1_d.a' ';export' 'G2_LIBd;G2_SRC=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/src/g2_v3.1.1' ';export' 'G2_SRC;G2_VER=v3.1.1' ';export' 'G2_VER;GCC_PATH=/opt/gcc/4.9.2' ';export' 'GCC_PATH;GCC_VERSION=4.9.2' ';export' 'GCC_VERSION;GDBSERVER_MIC=/opt/intel/compilers_and_libraries_2016.3.210/linux/debugger/gdb/target/mic/bin/gdbserver' ';export' 'GDBSERVER_MIC;GDB_CROSS=/opt/intel/compilers_and_libraries_2016.3.210/linux/debugger/gdb/intel64_mic/bin/gdb-mic' ';export' 'GDB_CROSS;GDB_HOST=/opt/intel/compilers_and_libraries_2016.3.210/linux/debugger/gdb/intel64_mic/bin/gdb-ia-mic' ';export' 'GDB_HOST;GNU_VERSION=4.9.2' ';export' 'GNU_VERSION;HDF5_DIR=/opt/cray/hdf5/1.8.14/INTEL/14.0' ';export' 'HDF5_DIR;HDF5_INCLUDE_OPTS=/opt/cray/hdf5/1.8.14/INTEL/14.0/include' ';export' 'HDF5_INCLUDE_OPTS;HDF5_ROOT=/opt/cray/hdf5/1.8.14/INTEL/14.0' ';export' 'HDF5_ROOT;INFOPATH=/opt/gcc/4.9.2/snos/share/info:/opt/intel/compilers_and_libraries_2016.3.210/linux/debugger/gdb/intel64/share/info/:/opt/intel/compilers_and_libraries_2016.3.210/linux/debugger/gdb/intel64_mic/share/info/:/usr/local/info:/usr/share/info:/usr/info' ';export' 'INFOPATH;INTEL_LICENSE_FILE=/opt/intel/compilers_and_libraries_2016.3.210/linux/licenses:/opt/intel/licenses:/intel/licenses' ';export' 'INTEL_LICENSE_FILE;INTEL_MAJOR_VERSION=16.0' ';export' 'INTEL_MAJOR_VERSION;INTEL_MINOR_VERSION=3.210' ';export' 'INTEL_MINOR_VERSION;INTEL_PATH=/opt/intel/compilers_and_libraries_2016.3.210/linux' ';export' 'INTEL_PATH;INTEL_PYTHONHOME=/opt/intel/compilers_and_libraries_2016.3.210/linux/debugger/python/intel64/' ';export' 'INTEL_PYTHONHOME;INTEL_VERSION=16.0.3.210' ';export' 'INTEL_VERSION;IPPROOT=/opt/intel/compilers_and_libraries_2016.3.210/linux/ipp' ';export' 'IPPROOT;IP_INC4=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/ip_v3.0.2_4' ';export' 'IP_INC4;IP_INC8=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/ip_v3.0.2_8' ';export' 'IP_INC8;IP_INCd=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/ip_v3.0.2_d' ';export' 'IP_INCd;IP_LIB4=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libip_v3.0.2_4.a' ';export' 'IP_LIB4;IP_LIB8=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libip_v3.0.2_8.a' ';export' 'IP_LIB8;IP_LIBd=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libip_v3.0.2_d.a' ';export' 'IP_LIBd;IP_SRC=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/src/ip_v3.0.2' ';export' 'IP_SRC;IP_VER=v3.0.2' ';export' 'IP_VER;JASPER_INC=/usrx/local/prod//jasper/1.900.1/gnu/sandybridge/include' ';export' 'JASPER_INC;JASPER_LIB=/usrx/local/prod//jasper/1.900.1/gnu/sandybridge/lib/libjasper.a' ';export' 'JASPER_LIB;JASPER_LIBDIR=/usrx/local/prod//jasper/1.900.1/gnu/sandybridge/lib' ';export' 'JASPER_LIBDIR;JASPER_LIBl=/usrx/local/prod//jasper/1.900.1/gnu/sandybridge/lib/libjasper.la' ';export' 'JASPER_LIBl;JASPER_SRC=/usrx/local/prod//jasper/1.900.1/gnu/sandybridge/sorc/jasper_v1.900.1' ';export' 'JASPER_SRC;JASPER_VER=1.900.1' ';export' 'JASPER_VER;LD_LIBRARY_PATH=/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/lib:/usrx/local/dev/zlib/1.2.7/intel/sandybridge/lib:/opt/gcc/4.9.2/snos/lib64:/usrx/local/dev/python/2.7.14/lib:/gpfs/llsf/xt-lsfhpc/9.1/linux2.6-glibc2.3-x86_64-cray/lib:/opt/intel/compilers_and_libraries_2016.3.210/linux/compiler/lib/intel64:/opt/intel/mic/coi/host-linux-release/lib:/opt/intel/mic/myo/lib:/opt/intel/compilers_and_libraries_2016.3.210/linux/mpirt/lib/intel64:/opt/intel/compilers_and_libraries_2016.3.210/linux/ipp/../compiler/lib/intel64:/opt/intel/compilers_and_libraries_2016.3.210/linux/ipp/lib/intel64:/opt/intel/compilers_and_libraries_2016.3.210/linux/ipp/tools/intel64/perfsys:/opt/intel/mic/coi/host-linux-release/lib:/opt/intel/mic/myo/lib:/opt/intel/compilers_and_libraries_2016.3.210/linux/compiler/lib/intel64:/opt/intel/compilers_and_libraries_2016.3.210/linux/mkl/lib/intel64:/opt/intel/compilers_and_libraries_2016.3.210/linux/tbb/lib/intel64/gcc4.1:/opt/intel/compilers_and_libraries_2016.3.210/linux/debugger/libipt/intel64/lib' ';export' 'LD_LIBRARY_PATH;LIBRARY_PATH=/opt/intel/compilers_and_libraries_2016.3.210/linux/compiler/lib/intel64:/opt/intel/compilers_and_libraries_2016.3.210/linux/ipp/../compiler/lib/intel64:/opt/intel/compilers_and_libraries_2016.3.210/linux/ipp/lib/intel64:/opt/intel/compilers_and_libraries_2016.3.210/linux/compiler/lib/intel64:/opt/intel/compilers_and_libraries_2016.3.210/linux/mkl/lib/intel64:/opt/intel/compilers_and_libraries_2016.3.210/linux/tbb/lib/intel64/gcc4.1' ';export' 'LIBRARY_PATH;LIBSCI_BASE_DIR=/opt/cray/libsci/13.0.3' ';export' 'LIBSCI_BASE_DIR;LIBSCI_VERSION=13.0.3' ';export' 'LIBSCI_VERSION;LIB_NAME=POST' ';export' 'LIB_NAME;LOADEDMODULES=craype-network-aries:craype/2.3.0:cray-libsci/13.0.3:udreg/2.3.2-1.0502.10518.2.17.ari:ugni/6.0-1.0502.10863.8.29.ari:pmi/5.0.11:dmapp/7.0.1-1.0502.11080.8.76.ari:gni-headers/4.0-1.0502.10859.7.8.ari:xpmem/0.1-2.0502.64982.5.3.ari:dvs/2.5_0.9.0-1.0502.2188.1.116.ari:alps/5.2.4-2.0502.9774.31.11.ari:rca/1.0.0-2.0502.60530.1.62.ari:atp/1.8.1:PrgEnv-intel/5.2.82:intel/16.3.210:cray-netcdf/4.3.3.1:cray-hdf5/1.8.14:xt-lsfhpc/9.1.3:craype-haswell:python/2.7.14:cmake/3.6.2:gcc/4.9.2:jasper-gnu-sandybridge/1.900.1:png-intel-sandybridge/1.2.49:zlib-intel-sandybridge/1.2.7:crtm-intel/2.2.6:g2/3.1.1:g2tmpl/1.6.0:bacio/2.0.3:ip/3.0.2:sp/2.0.3:w3nco/2.0.7:w3emc/2.3.1:nemsio/2.2.4:post/8.0.1:alps/5.2.4-2.0502.9822.32.1.ari:esmf/8.0.0:fv3' ';export' 'LOADEDMODULES;LSF_BINDIR=/gpfs/llsf/xt-lsfhpc/9.1/linux2.6-glibc2.3-x86_64-cray/bin' ';export' 'LSF_BINDIR;LSF_ENVDIR=/gpfs/llsf/xt-lsfhpc/conf' ';export' 'LSF_ENVDIR;LSF_LIBDIR=/gpfs/llsf/xt-lsfhpc/9.1/linux2.6-glibc2.3-x86_64-cray/lib' ';export' 'LSF_LIBDIR;LSF_SERVERDIR=/gpfs/llsf/xt-lsfhpc/9.1/linux2.6-glibc2.3-x86_64-cray/etc' ';export' 'LSF_SERVERDIR;MANPATH=/opt/cray/pmi/5.0.11/man:/opt/cray/alps/5.2.4-2.0502.9822.32.1.ari/man:/usrx/local/dev/zlib/1.2.7/intel/sandybridge/share/man:/opt/gcc/4.9.2/snos/share/man:/usrx/local/dev/cmake/3.6.2/share/man:/usrx/local/dev/python/2.7.14/share/man:/gpfs/llsf/xt-lsfhpc/9.1/man:/opt/cray/netcdf/4.3.3.1/share/man:/opt/intel/compilers_and_libraries_2016.3.210/linux/man/en_US:/opt/intel/compilers_and_libraries_2016.3.210/linux/man/en_US:/opt/intel/compilers_and_libraries_2016.3.210/linux/debugger/gdb/intel64/share/man/:/opt/intel/compilers_and_libraries_2016.3.210/linux/debugger/gdb/intel64_mic/share/man/:/opt/intel/compilers_and_libraries_2016.3.210/linux/man/common:/opt/cray/atp/1.8.1/man:/opt/cray/alps/5.2.4-2.0502.9774.31.11.ari/man:/opt/cray/libsci/13.0.3/man:/opt/cray/man/csmlversion:/opt/cray/craype/2.3.0/man:/opt/cray/share/man:/usr/local/man:/usr/share/man:/opt/cray/share/man:/cm/local/apps/environment-modules/current/share/man:/opt/cray/man' ';export' 'MANPATH;MIC_LD_LIBRARY_PATH=/opt/intel/compilers_and_libraries_2016.3.210/linux/compiler/lib/mic:/opt/intel/compilers_and_libraries_2016.3.210/linux/mpirt/lib/mic:/opt/intel/mic/coi/device-linux-release/lib:/opt/intel/mic/myo/lib:/opt/intel/compilers_and_libraries_2016.3.210/linux/ipp/lib/lib/mic:/opt/intel/mic/coi/device-linux-release/lib:/opt/intel/mic/myo/lib:/opt/intel/compilers_and_libraries_2016.3.210/linux/compiler/lib/mic:/opt/intel/compilers_and_libraries_2016.3.210/linux/mkl/lib/mic:/opt/intel/compilers_and_libraries_2016.3.210/linux/tbb/lib/mic' ';export' 'MIC_LD_LIBRARY_PATH;MIC_LIBRARY_PATH=/opt/intel/compilers_and_libraries_2016.3.210/linux/compiler/lib/mic:/opt/intel/compilers_and_libraries_2016.3.210/linux/mpirt/lib/mic:/opt/intel/compilers_and_libraries_2016.3.210/linux/tbb/lib/mic' ';export' 'MIC_LIBRARY_PATH;MKLROOT=/opt/intel/compilers_and_libraries_2016.3.210/linux/mkl' ';export' 'MKLROOT;MODULEPATH=/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/modulefiles:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles:/opt/cray/ari/modulefiles:/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_cray:/usrx/local/emc_rocoto/modulefiles:/usrx/local/dev/modulefiles:/usrx/local/prod/modulefiles:/gpfs/hps/nco/ops/nwprod/lib/modulefiles:/gpfs/hps/nco/ops/nwprod/modulefiles:/opt/cray/alt-modulefiles:/opt/cray/craype/default/alt-modulefiles:/opt/modulefiles' ';export' 'MODULEPATH;MPICH_ABORT_ON_ERROR=1' ';export' 'MPICH_ABORT_ON_ERROR;MPM_LAUNCHER=/opt/intel/compilers_and_libraries_2016.3.210/linux/debugger/mpm/bin/start_mpm.sh' ';export' 'MPM_LAUNCHER;NEMSIO_INC=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/nemsio_v2.2.4' ';export' 'NEMSIO_INC;NEMSIO_LIB=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libnemsio_v2.2.4.a' ';export' 'NEMSIO_LIB;NEMSIO_SRC=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/src/nemsio_v2.2.4' ';export' 'NEMSIO_SRC;NEMSIO_VER=v2.2.4' ';export' 'NEMSIO_VER;NETCDF_DIR=/opt/cray/netcdf/4.3.3.1/INTEL/14.0' ';export' 'NETCDF_DIR;NLSPATH=/opt/intel/compilers_and_libraries_2016.3.210/linux/compiler/lib/intel64/locale/%l_%t/%N:/opt/intel/compilers_and_libraries_2016.3.210/linux/ipp/lib/intel64/locale/%l_%t/%N:/opt/intel/compilers_and_libraries_2016.3.210/linux/mkl/lib/intel64/locale/%l_%t/%N:/opt/intel/compilers_and_libraries_2016.3.210/linux/debugger/gdb/intel64_mic/share/locale/%l_%t/%N:/opt/intel/compilers_and_libraries_2016.3.210/linux/debugger/gdb/intel64/share/locale/%l_%t/%N' ';export' 'NLSPATH;PATH=/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/bin:/opt/cray/alps/5.2.4-2.0502.9822.32.1.ari/sbin:/opt/cray/alps/5.2.4-2.0502.9822.32.1.ari/bin:/opt/gcc/4.9.2/bin:/usrx/local/dev/cmake/3.6.2/bin:/usrx/local/dev/python/2.7.14/bin:/gpfs/llsf/xt-lsfhpc/9.1/linux2.6-glibc2.3-x86_64-cray/etc:/gpfs/llsf/xt-lsfhpc/9.1/linux2.6-glibc2.3-x86_64-cray/bin:/opt/cray/hdf5/1.8.14/bin:/opt/cray/netcdf/4.3.3.1/bin:/opt/intel/compilers_and_libraries_2016.3.210/linux/bin/intel64:/opt/intel/compilers_and_libraries_2016.3.210/linux/debugger/gdb/intel64_mic/bin:/opt/cray/rca/1.0.0-2.0502.60530.1.62.ari/bin:/opt/cray/alps/5.2.4-2.0502.9774.31.11.ari/sbin:/opt/cray/dvs/2.5_0.9.0-1.0502.2188.1.116.ari/bin:/opt/cray/xpmem/0.1-2.0502.64982.5.3.ari/bin:/opt/cray/ugni/6.0-1.0502.10863.8.29.ari/bin:/opt/cray/udreg/2.3.2-1.0502.10518.2.17.ari/bin:/opt/cray/craype/2.3.0/bin:/u/Dusan.Jovic/bin:/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/X11R6/bin:/usr/games:/opt/bin:/usr/lib/mit/bin:/usr/lib/mit/sbin:/sbin:/usr/sbin:.:/usr/lib/qt3/bin:/u/Dusan.Jovic/bin:/gpfs/hps3/emc/meso/noscrub/Dusan.Jovic/dbrowse:/opt/cray/bin:/usrx/local/dev/zlib/1.2.7/intel/sandybridge/include' ';export' 'PATH;PE_CRAY_DEFAULT_FIXED_PKGCONFIG_PATH=/opt/cray/netcdf/4.3.2/CRAY/83/lib/pkgconfig:/opt/cray/netcdf-hdf5parallel/4.3.2/CRAY/83/lib/pkgconfig:/opt/cray/parallel-netcdf/1.6.0/CRAY/8.3/lib/pkgconfig:/opt/cray/ga/5.3.0.1/CRAY/83/lib/pkgconfig:/opt/cray/hdf5/1.8.13/CRAY/83/lib/pkgconfig:/opt/cray/hdf5-parallel/1.8.13/CRAY/83/lib/pkgconfig' ';export' 'PE_CRAY_DEFAULT_FIXED_PKGCONFIG_PATH;PE_CRAY_FIXED_PKGCONFIG_PATH=/opt/cray/hdf5/1.8.14/CRAY/8.3/lib/pkgconfig:/opt/cray/netcdf/4.3.3.1/CRAY/8.3/lib/pkgconfig' ';export' 'PE_CRAY_FIXED_PKGCONFIG_PATH;PE_CXX_PKGCONFIG_LIBS=hdf5_hl_cpp:hdf5_cpp:netcdf_c++4' ';export' 'PE_CXX_PKGCONFIG_LIBS;PE_ENV=INTEL' ';export' 'PE_ENV;PE_FFTW_DEFAULT_REQUIRED_PRODUCTS=PE_MPICH' ';export' 'PE_FFTW_DEFAULT_REQUIRED_PRODUCTS;PE_FFTW_DEFAULT_TARGET_haswell=haswell' ';export' 'PE_FFTW_DEFAULT_TARGET_haswell;PE_FFTW_DEFAULT_TARGET_interlagos=interlagos' ';export' 'PE_FFTW_DEFAULT_TARGET_interlagos;PE_FFTW_DEFAULT_TARGET_sandybridge=sandybridge' ';export' 'PE_FFTW_DEFAULT_TARGET_sandybridge;PE_FFTW_DEFAULT_TARGET_x86_64=x86_64' ';export' 'PE_FFTW_DEFAULT_TARGET_x86_64;PE_FFTW_DEFAULT_VOLATILE_PKGCONFIG_PATH=/opt/cray/fftw/3.3.4.2/@PE_FFTW_DEFAULT_TARGET@/lib/pkgconfig' ';export' 'PE_FFTW_DEFAULT_VOLATILE_PKGCONFIG_PATH;PE_FORTRAN_PKGCONFIG_LIBS=hdf5hl_fortran:hdf5_fortran:netcdff' ';export' 'PE_FORTRAN_PKGCONFIG_LIBS;PE_GA_DEFAULT_FIXED_PRGENV=CRAY\' INTEL ';export' 'PE_GA_DEFAULT_FIXED_PRGENV;PE_GA_DEFAULT_GENCOMPS_GNU=49\' 48 ';export' 'PE_GA_DEFAULT_GENCOMPS_GNU;PE_GA_DEFAULT_VOLATILE_PKGCONFIG_PATH=/opt/cray/ga/5.3.0.1/@PRGENV@/@PE_GA_DEFAULT_GENCOMPS@/lib/pkgconfig' ';export' 'PE_GA_DEFAULT_VOLATILE_PKGCONFIG_PATH;PE_GA_DEFAULT_VOLATILE_PRGENV=GNU' ';export' 'PE_GA_DEFAULT_VOLATILE_PRGENV;PE_HDF5_CXX_PKGCONFIG_LIBS=hdf5_hl_cpp:hdf5_cpp' ';export' 'PE_HDF5_CXX_PKGCONFIG_LIBS;PE_HDF5_DEFAULT_FIXED_PRGENV=CRAY\' INTEL ';export' 'PE_HDF5_DEFAULT_FIXED_PRGENV;PE_HDF5_DEFAULT_GENCOMPS_GNU=49\' 48 ';export' 'PE_HDF5_DEFAULT_GENCOMPS_GNU;PE_HDF5_DEFAULT_VOLATILE_PKGCONFIG_PATH=/opt/cray/hdf5/1.8.13/@PRGENV@/@PE_HDF5_DEFAULT_GENCOMPS@/lib/pkgconfig' ';export' 'PE_HDF5_DEFAULT_VOLATILE_PKGCONFIG_PATH;PE_HDF5_DEFAULT_VOLATILE_PRGENV=GNU' ';export' 'PE_HDF5_DEFAULT_VOLATILE_PRGENV;PE_HDF5_DIR=/opt/cray/hdf5/1.8.14' ';export' 'PE_HDF5_DIR;PE_HDF5_FIXED_PRGENV=CRAY\' INTEL ';export' 'PE_HDF5_FIXED_PRGENV;PE_HDF5_FORTRAN_PKGCONFIG_LIBS=hdf5hl_fortran:hdf5_fortran' ';export' 'PE_HDF5_FORTRAN_PKGCONFIG_LIBS;PE_HDF5_GENCOMPILERS_GNU=5.1\' '4.9\' 4.8 ';export' 'PE_HDF5_GENCOMPILERS_GNU;PE_HDF5_GENCOMPS_GNU=51\' '49\' 48 ';export' 'PE_HDF5_GENCOMPS_GNU;PE_HDF5_MODULE_NAME=cray-hdf5' ';export' 'PE_HDF5_MODULE_NAME;PE_HDF5_PARALLEL_DEFAULT_FIXED_PRGENV=CRAY\' INTEL ';export' 'PE_HDF5_PARALLEL_DEFAULT_FIXED_PRGENV;PE_HDF5_PARALLEL_DEFAULT_GENCOMPS_GNU=49\' 48 ';export' 'PE_HDF5_PARALLEL_DEFAULT_GENCOMPS_GNU;PE_HDF5_PARALLEL_DEFAULT_REQUIRED_PRODUCTS=PE_MPICH' ';export' 'PE_HDF5_PARALLEL_DEFAULT_REQUIRED_PRODUCTS;PE_HDF5_PARALLEL_DEFAULT_VOLATILE_PKGCONFIG_PATH=/opt/cray/hdf5-parallel/1.8.13/@PRGENV@/@PE_HDF5_PARALLEL_DEFAULT_GENCOMPS@/lib/pkgconfig' ';export' 'PE_HDF5_PARALLEL_DEFAULT_VOLATILE_PKGCONFIG_PATH;PE_HDF5_PARALLEL_DEFAULT_VOLATILE_PRGENV=GNU' ';export' 'PE_HDF5_PARALLEL_DEFAULT_VOLATILE_PRGENV;PE_HDF5_PKGCONFIG_LIBS=hdf5_hl:hdf5' ';export' 'PE_HDF5_PKGCONFIG_LIBS;PE_HDF5_VOLATILE_PKGCONFIG_PATH=/opt/cray/hdf5/1.8.14/@PRGENV@/@PE_HDF5_GENCOMPS@/lib/pkgconfig' ';export' 'PE_HDF5_VOLATILE_PKGCONFIG_PATH;PE_HDF5_VOLATILE_PRGENV=GNU' ';export' 'PE_HDF5_VOLATILE_PRGENV;PE_INTEL_DEFAULT_FIXED_PKGCONFIG_PATH=/opt/cray/netcdf/4.3.2/INTEL/140/lib/pkgconfig:/opt/cray/netcdf-hdf5parallel/4.3.2/INTEL/140/lib/pkgconfig:/opt/cray/parallel-netcdf/1.6.0/INTEL/14.0/lib/pkgconfig:/opt/cray/ga/5.3.0.1/INTEL/140/lib/pkgconfig:/opt/cray/hdf5/1.8.13/INTEL/140/lib/pkgconfig:/opt/cray/mpt/7.2.0/gni/mpich2-intel/140/lib/pkgconfig:/opt/cray/hdf5-parallel/1.8.13/INTEL/140/lib/pkgconfig' ';export' 'PE_INTEL_DEFAULT_FIXED_PKGCONFIG_PATH;PE_INTEL_FIXED_PKGCONFIG_PATH=/opt/cray/hdf5/1.8.14/INTEL/14.0/lib/pkgconfig:/opt/cray/netcdf/4.3.3.1/INTEL/14.0/lib/pkgconfig' ';export' 'PE_INTEL_FIXED_PKGCONFIG_PATH;PE_LIBSCI_DEFAULT_GENCOMPS_CRAY_x86_64=83' ';export' 'PE_LIBSCI_DEFAULT_GENCOMPS_CRAY_x86_64;PE_LIBSCI_DEFAULT_GENCOMPS_GNU_x86_64=49\' 48 ';export' 'PE_LIBSCI_DEFAULT_GENCOMPS_GNU_x86_64;PE_LIBSCI_DEFAULT_GENCOMPS_INTEL_x86_64=140' ';export' 'PE_LIBSCI_DEFAULT_GENCOMPS_INTEL_x86_64;PE_LIBSCI_DEFAULT_OMP_REQUIRES_openmp=_mp' ';export' 'PE_LIBSCI_DEFAULT_OMP_REQUIRES_openmp;PE_LIBSCI_DEFAULT_PKGCONFIG_VARIABLES=PE_LIBSCI_DEFAULT_OMP_REQUIRES_@openmp@' ';export' 'PE_LIBSCI_DEFAULT_PKGCONFIG_VARIABLES;PE_LIBSCI_DEFAULT_REQUIRED_PRODUCTS=PE_MPICH' ';export' 'PE_LIBSCI_DEFAULT_REQUIRED_PRODUCTS;PE_LIBSCI_DEFAULT_VOLATILE_PKGCONFIG_PATH=/opt/cray/libsci/13.0.3/@PRGENV@/@PE_LIBSCI_DEFAULT_GENCOMPS@/@PE_LIBSCI_DEFAULT_TARGET@/lib/pkgconfig' ';export' 'PE_LIBSCI_DEFAULT_VOLATILE_PKGCONFIG_PATH;PE_LIBSCI_DEFAULT_VOLATILE_PRGENV=CRAY\' 'GNU\' INTEL ';export' 'PE_LIBSCI_DEFAULT_VOLATILE_PRGENV;PE_LIBSCI_GENCOMPS_CRAY_x86_64=83' ';export' 'PE_LIBSCI_GENCOMPS_CRAY_x86_64;PE_LIBSCI_GENCOMPS_GNU_x86_64=49\' 48 ';export' 'PE_LIBSCI_GENCOMPS_GNU_x86_64;PE_LIBSCI_GENCOMPS_INTEL_x86_64=140' ';export' 'PE_LIBSCI_GENCOMPS_INTEL_x86_64;PE_LIBSCI_MODULE_NAME=cray-libsci/13.0.3' ';export' 'PE_LIBSCI_MODULE_NAME;PE_LIBSCI_OMP_REQUIRES_openmp=_mp' ';export' 'PE_LIBSCI_OMP_REQUIRES_openmp;PE_LIBSCI_PKGCONFIG_LIBS=libsci_mpi:libsci' ';export' 'PE_LIBSCI_PKGCONFIG_LIBS;PE_LIBSCI_PKGCONFIG_VARIABLES=PE_LIBSCI_OMP_REQUIRES_@openmp@' ';export' 'PE_LIBSCI_PKGCONFIG_VARIABLES;PE_LIBSCI_REQUIRED_PRODUCTS=PE_MPICH' ';export' 'PE_LIBSCI_REQUIRED_PRODUCTS;PE_LIBSCI_VOLATILE_PKGCONFIG_PATH=/opt/cray/libsci/13.0.3/@PRGENV@/@PE_LIBSCI_GENCOMPS@/@PE_LIBSCI_TARGET@/lib/pkgconfig' ';export' 'PE_LIBSCI_VOLATILE_PKGCONFIG_PATH;PE_LIBSCI_VOLATILE_PRGENV=CRAY\' 'GNU\' INTEL ';export' 'PE_LIBSCI_VOLATILE_PRGENV;PE_MPICH_DEFAULT_DIR_CRAY_DEFAULT64=64' ';export' 'PE_MPICH_DEFAULT_DIR_CRAY_DEFAULT64;PE_MPICH_DEFAULT_FIXED_PRGENV=INTEL' ';export' 'PE_MPICH_DEFAULT_FIXED_PRGENV;PE_MPICH_DEFAULT_GENCOMPS_CRAY=83' ';export' 'PE_MPICH_DEFAULT_GENCOMPS_CRAY;PE_MPICH_DEFAULT_GENCOMPS_GNU=49\' 48 ';export' 'PE_MPICH_DEFAULT_GENCOMPS_GNU;PE_MPICH_DEFAULT_VOLATILE_PKGCONFIG_PATH=/opt/cray/mpt/7.2.0/gni/mpich2-@PRGENV@@PE_MPICH_DEFAULT_DIR_DEFAULT64@/@PE_MPICH_DEFAULT_GENCOMPS@/lib/pkgconfig' ';export' 'PE_MPICH_DEFAULT_VOLATILE_PKGCONFIG_PATH;PE_MPICH_DEFAULT_VOLATILE_PRGENV=CRAY\' GNU ';export' 'PE_MPICH_DEFAULT_VOLATILE_PRGENV;PE_MPICH_MULTITHREADED_LIBS_multithreaded=_mt' ';export' 'PE_MPICH_MULTITHREADED_LIBS_multithreaded;PE_MPICH_NV_LIBS_nvidia20=-lcudart' ';export' 'PE_MPICH_NV_LIBS_nvidia20;PE_MPICH_NV_LIBS_nvidia35=-lcudart' ';export' 'PE_MPICH_NV_LIBS_nvidia35;PE_MPICH_PKGCONFIG_VARIABLES=PE_MPICH_NV_LIBS_@accelerator@:PE_MPICH_MULTITHREADED_LIBS_@multithreaded@' ';export' 'PE_MPICH_PKGCONFIG_VARIABLES;PE_MPICH_TARGET_VAR_nvidia20=-lcudart' ';export' 'PE_MPICH_TARGET_VAR_nvidia20;PE_MPICH_TARGET_VAR_nvidia35=-lcudart' ';export' 'PE_MPICH_TARGET_VAR_nvidia35;PE_NETCDF_BASEDIR=/opt/cray/netcdf/4.3.3.1' ';export' 'PE_NETCDF_BASEDIR;PE_NETCDF_CXX_PKGCONFIG_LIBS=netcdf_c++4' ';export' 'PE_NETCDF_CXX_PKGCONFIG_LIBS;PE_NETCDF_DEFAULT_FIXED_PRGENV=CRAY\' INTEL ';export' 'PE_NETCDF_DEFAULT_FIXED_PRGENV;PE_NETCDF_DEFAULT_GENCOMPS_GNU=49\' 48 ';export' 'PE_NETCDF_DEFAULT_GENCOMPS_GNU;PE_NETCDF_DEFAULT_REQUIRED_PRODUCTS=PE_HDF5' ';export' 'PE_NETCDF_DEFAULT_REQUIRED_PRODUCTS;PE_NETCDF_DEFAULT_VOLATILE_PKGCONFIG_PATH=/opt/cray/netcdf/4.3.2/@PRGENV@/@PE_NETCDF_DEFAULT_GENCOMPS@/lib/pkgconfig' ';export' 'PE_NETCDF_DEFAULT_VOLATILE_PKGCONFIG_PATH;PE_NETCDF_DEFAULT_VOLATILE_PRGENV=GNU' ';export' 'PE_NETCDF_DEFAULT_VOLATILE_PRGENV;PE_NETCDF_FIXED_PRGENV=CRAY\' INTEL ';export' 'PE_NETCDF_FIXED_PRGENV;PE_NETCDF_FORTRAN_PKGCONFIG_LIBS=netcdff' ';export' 'PE_NETCDF_FORTRAN_PKGCONFIG_LIBS;PE_NETCDF_GENCOMPILERS_GNU=5.1\' '4.9\' 4.8 ';export' 'PE_NETCDF_GENCOMPILERS_GNU;PE_NETCDF_GENCOMPS_GNU=51\' '49\' 48 ';export' 'PE_NETCDF_GENCOMPS_GNU;PE_NETCDF_HDF5PARALLEL_DEFAULT_FIXED_PRGENV=CRAY\' INTEL ';export' 'PE_NETCDF_HDF5PARALLEL_DEFAULT_FIXED_PRGENV;PE_NETCDF_HDF5PARALLEL_DEFAULT_GENCOMPS_GNU=49\' 48 ';export' 'PE_NETCDF_HDF5PARALLEL_DEFAULT_GENCOMPS_GNU;PE_NETCDF_HDF5PARALLEL_DEFAULT_REQUIRED_PRODUCTS=PE_HDF5_PARALLEL\' PE_MPICH ';export' 'PE_NETCDF_HDF5PARALLEL_DEFAULT_REQUIRED_PRODUCTS;PE_NETCDF_HDF5PARALLEL_DEFAULT_VOLATILE_PKGCONFIG_PATH=/opt/cray/netcdf-hdf5parallel/4.3.2/@PRGENV@/@PE_NETCDF_HDF5PARALLEL_DEFAULT_GENCOMPS@/lib/pkgconfig' ';export' 'PE_NETCDF_HDF5PARALLEL_DEFAULT_VOLATILE_PKGCONFIG_PATH;PE_NETCDF_HDF5PARALLEL_DEFAULT_VOLATILE_PRGENV=GNU' ';export' 'PE_NETCDF_HDF5PARALLEL_DEFAULT_VOLATILE_PRGENV;PE_NETCDF_MODULE_NAME=cray-netcdf' ';export' 'PE_NETCDF_MODULE_NAME;PE_NETCDF_PKGCONFIG_LIBS=netcdf' ';export' 'PE_NETCDF_PKGCONFIG_LIBS;PE_NETCDF_REQUIRED_PRODUCTS=PE_HDF5' ';export' 'PE_NETCDF_REQUIRED_PRODUCTS;PE_NETCDF_VOLATILE_PKGCONFIG_PATH=/opt/cray/netcdf/4.3.3.1/@PRGENV@/@PE_NETCDF_GENCOMPS@/lib/pkgconfig' ';export' 'PE_NETCDF_VOLATILE_PKGCONFIG_PATH;PE_NETCDF_VOLATILE_PRGENV=GNU' ';export' 'PE_NETCDF_VOLATILE_PRGENV;PE_PAPI_DEFAULT_ACCEL_LIBS_nvidia35=,-lcupti,-lcudart,-lcuda' ';export' 'PE_PAPI_DEFAULT_ACCEL_LIBS_nvidia35;PE_PAPI_DEFAULT_PKGCONFIG_VARIABLES=PE_PAPI_ACCEL_LIBS_@accelerator@' ';export' 'PE_PAPI_DEFAULT_PKGCONFIG_VARIABLES;PE_PAPI_DEFAULT_TARGET_VAR_nvidia35=,-lcupti,-lcudart,-lcuda' ';export' 'PE_PAPI_DEFAULT_TARGET_VAR_nvidia35;PE_PARALLEL_NETCDF_DEFAULT_FIXED_PRGENV=CRAY\' INTEL ';export' 'PE_PARALLEL_NETCDF_DEFAULT_FIXED_PRGENV;PE_PARALLEL_NETCDF_DEFAULT_GENCOMPILERS_GNU=4.9\' 4.8 ';export' 'PE_PARALLEL_NETCDF_DEFAULT_GENCOMPILERS_GNU;PE_PARALLEL_NETCDF_DEFAULT_GENCOMPS_GNU=49\' 48 ';export' 'PE_PARALLEL_NETCDF_DEFAULT_GENCOMPS_GNU;PE_PARALLEL_NETCDF_DEFAULT_VOLATILE_PKGCONFIG_PATH=/opt/cray/parallel-netcdf/1.6.0/@PRGENV@/@PE_PARALLEL_NETCDF_DEFAULT_GENCOMPS@/lib/pkgconfig' ';export' 'PE_PARALLEL_NETCDF_DEFAULT_VOLATILE_PKGCONFIG_PATH;PE_PARALLEL_NETCDF_DEFAULT_VOLATILE_PRGENV=GNU' ';export' 'PE_PARALLEL_NETCDF_DEFAULT_VOLATILE_PRGENV;PE_PETSC_DEFAULT_GENCOMPS_CRAY_haswell=83' ';export' 'PE_PETSC_DEFAULT_GENCOMPS_CRAY_haswell;PE_PETSC_DEFAULT_GENCOMPS_CRAY_interlagos=83' ';export' 'PE_PETSC_DEFAULT_GENCOMPS_CRAY_interlagos;PE_PETSC_DEFAULT_GENCOMPS_CRAY_sandybridge=83' ';export' 'PE_PETSC_DEFAULT_GENCOMPS_CRAY_sandybridge;PE_PETSC_DEFAULT_GENCOMPS_CRAY_x86_64=83' ';export' 'PE_PETSC_DEFAULT_GENCOMPS_CRAY_x86_64;PE_PETSC_DEFAULT_GENCOMPS_GNU_haswell=49\' 48 ';export' 'PE_PETSC_DEFAULT_GENCOMPS_GNU_haswell;PE_PETSC_DEFAULT_GENCOMPS_GNU_interlagos=49\' 48 ';export' 'PE_PETSC_DEFAULT_GENCOMPS_GNU_interlagos;PE_PETSC_DEFAULT_GENCOMPS_GNU_sandybridge=49\' 48 ';export' 'PE_PETSC_DEFAULT_GENCOMPS_GNU_sandybridge;PE_PETSC_DEFAULT_GENCOMPS_GNU_x86_64=49\' 48 ';export' 'PE_PETSC_DEFAULT_GENCOMPS_GNU_x86_64;PE_PETSC_DEFAULT_GENCOMPS_INTEL_haswell=140' ';export' 'PE_PETSC_DEFAULT_GENCOMPS_INTEL_haswell;PE_PETSC_DEFAULT_GENCOMPS_INTEL_interlagos=140' ';export' 'PE_PETSC_DEFAULT_GENCOMPS_INTEL_interlagos;PE_PETSC_DEFAULT_GENCOMPS_INTEL_sandybridge=140' ';export' 'PE_PETSC_DEFAULT_GENCOMPS_INTEL_sandybridge;PE_PETSC_DEFAULT_GENCOMPS_INTEL_x86_64=140' ';export' 'PE_PETSC_DEFAULT_GENCOMPS_INTEL_x86_64;PE_PETSC_DEFAULT_REQUIRED_PRODUCTS=PE_MPICH:PE_LIBSCI:PE_TPSL' ';export' 'PE_PETSC_DEFAULT_REQUIRED_PRODUCTS;PE_PETSC_DEFAULT_VOLATILE_PKGCONFIG_PATH=/opt/cray/petsc/3.5.3.0/real/@PRGENV@/@PE_PETSC_DEFAULT_GENCOMPS@/@PE_PETSC_DEFAULT_TARGET@/lib/pkgconfig' ';export' 'PE_PETSC_DEFAULT_VOLATILE_PKGCONFIG_PATH;PE_PETSC_DEFAULT_VOLATILE_PRGENV=CRAY\' 'GNU\' INTEL ';export' 'PE_PETSC_DEFAULT_VOLATILE_PRGENV;PE_PKGCONFIG_DEFAULT_PRODUCTS=PE_TRILINOS:PE_TPSL:PE_NETCDF:PE_NETCDF_HDF5PARALLEL:PE_PARALLEL_NETCDF:PE_LIBSCI:PE_GA:PE_PETSC:PE_HDF5:PE_FFTW:PE_MPICH:PE_HDF5_PARALLEL' ';export' 'PE_PKGCONFIG_DEFAULT_PRODUCTS;PE_PKGCONFIG_LIBS=hdf5_hl:hdf5:netcdf:AtpSigHandler:cray-rca:libsci_mpi:libsci' ';export' 'PE_PKGCONFIG_LIBS;PE_PKGCONFIG_PRODUCTS=PE_HDF5:PE_NETCDF:PE_LIBSCI' ';export' 'PE_PKGCONFIG_PRODUCTS;PE_PKGCONFIG_PRODUCTS_DEFAULT=PE_PAPI' ';export' 'PE_PKGCONFIG_PRODUCTS_DEFAULT;PE_PKG_CONFIG_PATH=/opt/cray/cti/1.0.2/lib/pkgconfig' ';export' 'PE_PKG_CONFIG_PATH;PE_PRODUCT_LIST=CRAYPE_HASWELL:CRAY_RCA:CRAY_ALPS:DVS:CRAY_XPMEM:CRAY_DMAPP:CRAY_PMI:CRAY_UGNI:CRAY_UDREG:CRAY_LIBSCI:CRAYPE:INTEL' ';export' 'PE_PRODUCT_LIST;PE_SMA_DIR_CRAY_DEFAULT64=64' ';export' 'PE_SMA_DIR_CRAY_DEFAULT64;PE_SMA_DIR_PGI_DEFAULT64=64' ';export' 'PE_SMA_DIR_PGI_DEFAULT64;PE_SMA_VOLATILE_PKGCONFIG_PATH=/opt/cray/mpt/7.2.0/gni/sma@PE_SMA_DIR_DEFAULT64@/lib64/pkgconfig' ';export' 'PE_SMA_VOLATILE_PKGCONFIG_PATH;PE_TPSL_DEFAULT_GENCOMPS_CRAY_haswell=83' ';export' 'PE_TPSL_DEFAULT_GENCOMPS_CRAY_haswell;PE_TPSL_DEFAULT_GENCOMPS_CRAY_interlagos=83' ';export' 'PE_TPSL_DEFAULT_GENCOMPS_CRAY_interlagos;PE_TPSL_DEFAULT_GENCOMPS_CRAY_sandybridge=83' ';export' 'PE_TPSL_DEFAULT_GENCOMPS_CRAY_sandybridge;PE_TPSL_DEFAULT_GENCOMPS_CRAY_x86_64=83' ';export' 'PE_TPSL_DEFAULT_GENCOMPS_CRAY_x86_64;PE_TPSL_DEFAULT_GENCOMPS_GNU_haswell=49\' 48 ';export' 'PE_TPSL_DEFAULT_GENCOMPS_GNU_haswell;PE_TPSL_DEFAULT_GENCOMPS_GNU_interlagos=49\' 48 ';export' 'PE_TPSL_DEFAULT_GENCOMPS_GNU_interlagos;PE_TPSL_DEFAULT_GENCOMPS_GNU_sandybridge=49\' 48 ';export' 'PE_TPSL_DEFAULT_GENCOMPS_GNU_sandybridge;PE_TPSL_DEFAULT_GENCOMPS_GNU_x86_64=49\' 48 ';export' 'PE_TPSL_DEFAULT_GENCOMPS_GNU_x86_64;PE_TPSL_DEFAULT_GENCOMPS_INTEL_haswell=140' ';export' 'PE_TPSL_DEFAULT_GENCOMPS_INTEL_haswell;PE_TPSL_DEFAULT_GENCOMPS_INTEL_interlagos=140' ';export' 'PE_TPSL_DEFAULT_GENCOMPS_INTEL_interlagos;PE_TPSL_DEFAULT_GENCOMPS_INTEL_sandybridge=140' ';export' 'PE_TPSL_DEFAULT_GENCOMPS_INTEL_sandybridge;PE_TPSL_DEFAULT_GENCOMPS_INTEL_x86_64=140' ';export' 'PE_TPSL_DEFAULT_GENCOMPS_INTEL_x86_64;PE_TPSL_DEFAULT_REQUIRED_PRODUCTS=PE_MPICH:PE_LIBSCI' ';export' 'PE_TPSL_DEFAULT_REQUIRED_PRODUCTS;PE_TPSL_DEFAULT_VOLATILE_PKGCONFIG_PATH=/opt/cray/tpsl/1.4.4/@PRGENV@/@PE_TPSL_DEFAULT_GENCOMPS@/@PE_TPSL_DEFAULT_TARGET@/lib/pkgconfig' ';export' 'PE_TPSL_DEFAULT_VOLATILE_PKGCONFIG_PATH;PE_TPSL_DEFAULT_VOLATILE_PRGENV=CRAY\' 'GNU\' INTEL ';export' 'PE_TPSL_DEFAULT_VOLATILE_PRGENV;PE_TRILINOS_DEFAULT_GENCOMPS_CRAY_x86_64=83' ';export' 'PE_TRILINOS_DEFAULT_GENCOMPS_CRAY_x86_64;PE_TRILINOS_DEFAULT_GENCOMPS_GNU_x86_64=49\' 48 ';export' 'PE_TRILINOS_DEFAULT_GENCOMPS_GNU_x86_64;PE_TRILINOS_DEFAULT_GENCOMPS_INTEL_x86_64=140' ';export' 'PE_TRILINOS_DEFAULT_GENCOMPS_INTEL_x86_64;PE_TRILINOS_DEFAULT_REQUIRED_PRODUCTS=PE_MPICH:PE_HDF5_PARALLEL:PE_NETCDF_HDF5PARALLEL:PE_LIBSCI:PE_TPSL' ';export' 'PE_TRILINOS_DEFAULT_REQUIRED_PRODUCTS;PE_TRILINOS_DEFAULT_VOLATILE_PKGCONFIG_PATH=/opt/cray/trilinos/11.12.1.2/@PRGENV@/@PE_TRILINOS_DEFAULT_GENCOMPS@/@PE_TRILINOS_DEFAULT_TARGET@/lib/pkgconfig' ';export' 'PE_TRILINOS_DEFAULT_VOLATILE_PKGCONFIG_PATH;PE_TRILINOS_DEFAULT_VOLATILE_PRGENV=CRAY\' 'GNU\' INTEL ';export' 'PE_TRILINOS_DEFAULT_VOLATILE_PRGENV;PKGCONFIG_ENABLED=1' ';export' 'PKGCONFIG_ENABLED;PKG_CONFIG_PATH=/opt/cray/alps/5.2.4-2.0502.9822.32.1.ari/lib64/pkgconfig:/opt/cray/rca/1.0.0-2.0502.60530.1.62.ari/lib64/pkgconfig:/opt/cray/alps/5.2.4-2.0502.9774.31.11.ari/lib64/pkgconfig:/opt/cray/xpmem/0.1-2.0502.64982.5.3.ari/lib64/pkgconfig:/opt/cray/gni-headers/4.0-1.0502.10859.7.8.ari/lib64/pkgconfig:/opt/cray/dmapp/7.0.1-1.0502.11080.8.76.ari/lib64/pkgconfig:/opt/cray/pmi/5.0.11/lib64/pkgconfig:/opt/cray/ugni/6.0-1.0502.10863.8.29.ari/lib64/pkgconfig:/opt/cray/udreg/2.3.2-1.0502.10518.2.17.ari/lib64/pkgconfig:/opt/cray/craype/2.3.0/pkg-config:/opt/cray/atp/1.8.1/lib/pkgconfig' ';export' 'PKG_CONFIG_PATH;PKG_CONFIG_PATH_DEFAULT=/opt/cray/papi/5.4.0.1/lib64/pkgconfig' ';export' 'PKG_CONFIG_PATH_DEFAULT;PNG_INC=/usrx/local/prod//png/1.2.49/intel/sandybridge/include' ';export' 'PNG_INC;PNG_LIB=/usrx/local/prod//png/1.2.49/intel/sandybridge/lib/libpng.a' ';export' 'PNG_LIB;PNG_LIB12=/usrx/local/prod//png/1.2.49/intel/sandybridge/lib/libpng12.a' ';export' 'PNG_LIB12;PNG_LIBDIR=/usrx/local/prod//png/1.2.49/intel/sandybridge/lib' ';export' 'PNG_LIBDIR;PNG_LIBso=/usrx/local/prod//png/1.2.49/intel/sandybridge/lib/libpng.so' ';export' 'PNG_LIBso;PNG_SRC=/usrx/local/prod//png/1.2.49/intel/sandybridge/src' ';export' 'PNG_SRC;PNG_VER=1.2.49' ';export' 'PNG_VER;POST_INC=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/ncep_post_v8.0.1_4' ';export' 'POST_INC;POST_LIB=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libncep_post_v8.0.1_4.a' ';export' 'POST_LIB;POST_SRC=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/src/post_v8.0.1' ';export' 'POST_SRC;POST_VER=v8.0.1' ';export' 'POST_VER;SHMEM_ABORT_ON_ERROR=1' ';export' 'SHMEM_ABORT_ON_ERROR;SLURM_PROLOG=/opt/cray/atp/1.8.1/libexec/slurm_prolog.ksh' ';export' 'SLURM_PROLOG;SP_LIB4=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libsp_v2.0.3_4.a' ';export' 'SP_LIB4;SP_LIB8=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libsp_v2.0.3_8.a' ';export' 'SP_LIB8;SP_LIBd=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libsp_v2.0.3_d.a' ';export' 'SP_LIBd;SP_SRC=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/src/sp_v2.0.3' ';export' 'SP_SRC;SP_VER=v2.0.3' ';export' 'SP_VER;TBBROOT=/opt/intel/compilers_and_libraries_2016.3.210/linux/tbb' ';export' 'TBBROOT;W3EMC_INC4=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/w3emc_v2.3.1_4' ';export' 'W3EMC_INC4;W3EMC_INC8=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/w3emc_v2.3.1_8' ';export' 'W3EMC_INC8;W3EMC_INCd=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/w3emc_v2.3.1_d' ';export' 'W3EMC_INCd;W3EMC_LIB4=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libw3emc_v2.3.1_4.a' ';export' 'W3EMC_LIB4;W3EMC_LIB8=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libw3emc_v2.3.1_8.a' ';export' 'W3EMC_LIB8;W3EMC_LIBd=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libw3emc_v2.3.1_d.a' ';export' 'W3EMC_LIBd;W3EMC_SRC=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/src/w3emc_v2.3.1' ';export' 'W3EMC_SRC;W3EMC_VER=v2.3.1' ';export' 'W3EMC_VER;W3NCO_INC4=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/w3nco_v2.0.7_4' ';export' 'W3NCO_INC4;W3NCO_INC8=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/w3nco_v2.0.7_8' ';export' 'W3NCO_INC8;W3NCO_INCd=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/w3nco_v2.0.7_d' ';export' 'W3NCO_INCd;W3NCO_LIB4=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libw3nco_v2.0.7_4.a' ';export' 'W3NCO_LIB4;W3NCO_LIB8=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libw3nco_v2.0.7_8.a' ';export' 'W3NCO_LIB8;W3NCO_LIBd=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libw3nco_v2.0.7_d.a' ';export' 'W3NCO_LIBd;W3NCO_SRC=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/src/w3nco_v2.0.7' ';export' 'W3NCO_SRC;W3NCO_VER=v2.0.7' ';export' 'W3NCO_VER;XLSF_UIDDIR=/gpfs/llsf/xt-lsfhpc/9.1/linux2.6-glibc2.3-x86_64-cray/lib/uid' ';export' 'XLSF_UIDDIR;XTOS_VERSION=5.2.82' ';export' 'XTOS_VERSION;XTPE_NETWORK_TARGET=aries' ';export' 'XTPE_NETWORK_TARGET;Z_INC=/usrx/local/dev/zlib/1.2.7/intel/sandybridge/include' ';export' 'Z_INC;Z_LIB=/usrx/local/dev/zlib/1.2.7/intel/sandybridge/lib/libz.a' ';export' 'Z_LIB;Z_SRC=/usrx/local/dev/zlib/1.2.7/intel/sandybridge/src' ';export' 'Z_SRC;Z_VER=1.2.7' ';export' 'Z_VER;_LMFILES_=/opt/cray/craype/default/alt-modulefiles/craype-network-aries:/opt/cray/alt-modulefiles/craype/2.3.0:/opt/cray/alt-modulefiles/cray-libsci/13.0.3:/opt/cray/ari/modulefiles/udreg/2.3.2-1.0502.10518.2.17.ari:/opt/cray/ari/modulefiles/ugni/6.0-1.0502.10863.8.29.ari:/opt/cray/ari/modulefiles/pmi/5.0.11:/opt/cray/ari/modulefiles/dmapp/7.0.1-1.0502.11080.8.76.ari:/opt/cray/ari/modulefiles/gni-headers/4.0-1.0502.10859.7.8.ari:/opt/cray/ari/modulefiles/xpmem/0.1-2.0502.64982.5.3.ari:/opt/cray/ari/modulefiles/dvs/2.5_0.9.0-1.0502.2188.1.116.ari:/opt/cray/ari/modulefiles/alps/5.2.4-2.0502.9774.31.11.ari:/opt/cray/ari/modulefiles/rca/1.0.0-2.0502.60530.1.62.ari:/opt/cray/alt-modulefiles/atp/1.8.1:/opt/cray/alt-modulefiles/PrgEnv-intel/5.2.82:/opt/modulefiles/intel/16.3.210:/opt/cray/alt-modulefiles/cray-netcdf/4.3.3.1:/opt/cray/alt-modulefiles/cray-hdf5/1.8.14:/opt/modulefiles/xt-lsfhpc/9.1.3:/opt/cray/craype/default/alt-modulefiles/craype-haswell:/usrx/local/dev/modulefiles/python/2.7.14:/usrx/local/dev/modulefiles/cmake/3.6.2:/opt/modulefiles/gcc/4.9.2:/usrx/local/prod/modulefiles/jasper-gnu-sandybridge/1.900.1:/usrx/local/prod/modulefiles/png-intel-sandybridge/1.2.49:/usrx/local/dev/modulefiles/zlib-intel-sandybridge/1.2.7:/gpfs/hps/nco/ops/nwprod/lib/modulefiles/crtm-intel/2.2.6:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles/g2/3.1.1:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles/g2tmpl/1.6.0:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles/bacio/2.0.3:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles/ip/3.0.2:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles/sp/2.0.3:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles/w3nco/2.0.7:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles/w3emc/2.3.1:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles/nemsio/2.2.4:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles/post/8.0.1:/opt/cray/ari/modulefiles/alps/5.2.4-2.0502.9822.32.1.ari:/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/modulefiles/esmf/8.0.0:/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_cray/fv3' ';export' '_LMFILES_;' ++ eval ATP_HOME=/opt/cray/atp/1.8.1 ';export' 'ATP_HOME;ATP_MRNET_COMM_PATH=/opt/cray/atp/1.8.1/libexec/atp_mrnet_commnode_wrapper' ';export' 'ATP_MRNET_COMM_PATH;ATP_POST_LINK_OPTS=-Wl,-L/opt/cray/atp/1.8.1/libApp/\' ';export' 'ATP_POST_LINK_OPTS;BACIO_LIB4=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libbacio_v2.0.3_4.a' ';export' 'BACIO_LIB4;BACIO_LIB8=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libbacio_v2.0.3_8.a' ';export' 'BACIO_LIB8;BACIO_SRC=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/src/bacio_v2.0.3' ';export' 'BACIO_SRC;BACIO_VER=v2.0.3' ';export' 'BACIO_VER;CMAKE_CXX_COMPILER=CC' ';export' 'CMAKE_CXX_COMPILER;CMAKE_C_COMPILER=cc' ';export' 'CMAKE_C_COMPILER;CMAKE_Fortran_COMPILER=ftn' ';export' 'CMAKE_Fortran_COMPILER;CMAKE_Platform=wcoss_cray' ';export' 'CMAKE_Platform;COMP=intel' ';export' 'COMP;CPATH=/opt/intel/compilers_and_libraries_2016.3.210/linux/ipp/include:/opt/intel/compilers_and_libraries_2016.3.210/linux/mkl/include:/opt/intel/compilers_and_libraries_2016.3.210/linux/tbb/include' ';export' 'CPATH;CRAYOS_VERSION=5.2.82' ';export' 'CRAYOS_VERSION;CRAYPE_DIR=/opt/cray/craype/2.3.0' ';export' 'CRAYPE_DIR;CRAYPE_NETWORK_TARGET=aries' ';export' 'CRAYPE_NETWORK_TARGET;CRAYPE_VERSION=2.3.0' ';export' 'CRAYPE_VERSION;CRAY_ALPS_INCLUDE_OPTS=-I/opt/cray/alps/5.2.4-2.0502.9822.32.1.ari/include' ';export' 'CRAY_ALPS_INCLUDE_OPTS;CRAY_ALPS_POST_LINK_OPTS=-L/opt/cray/alps/5.2.4-2.0502.9822.32.1.ari/lib64' ';export' 'CRAY_ALPS_POST_LINK_OPTS;CRAY_CPU_TARGET=haswell' ';export' 'CRAY_CPU_TARGET;CRAY_DMAPP_INCLUDE_OPTS=-I/opt/cray/dmapp/7.0.1-1.0502.11080.8.76.ari/include\' '-I/opt/cray/gni-headers/4.0-1.0502.10859.7.8.ari/include\' ';export' 'CRAY_DMAPP_INCLUDE_OPTS;CRAY_DMAPP_POST_LINK_OPTS=-L/opt/cray/dmapp/7.0.1-1.0502.11080.8.76.ari/lib64' ';export' 'CRAY_DMAPP_POST_LINK_OPTS;CRAY_GNI_HEADERS_INCLUDE_OPTS=-I/opt/cray/gni-headers/4.0-1.0502.10859.7.8.ari/include' ';export' 'CRAY_GNI_HEADERS_INCLUDE_OPTS;CRAY_HDF5_DIR=/opt/cray/hdf5/1.8.14' ';export' 'CRAY_HDF5_DIR;CRAY_HDF5_VERSION=1.8.14' ';export' 'CRAY_HDF5_VERSION;CRAY_LD_LIBRARY_PATH=/opt/cray/alps/5.2.4-2.0502.9822.32.1.ari/lib64:/opt/cray/hdf5/1.8.14/INTEL/14.0/lib:/opt/cray/netcdf/4.3.3.1/INTEL/14.0/lib:/opt/cray/rca/1.0.0-2.0502.60530.1.62.ari/lib64:/opt/cray/alps/5.2.4-2.0502.9774.31.11.ari/lib64:/opt/cray/xpmem/0.1-2.0502.64982.5.3.ari/lib64:/opt/cray/dmapp/7.0.1-1.0502.11080.8.76.ari/lib64:/opt/cray/pmi/5.0.11/lib64:/opt/cray/ugni/6.0-1.0502.10863.8.29.ari/lib64:/opt/cray/udreg/2.3.2-1.0502.10518.2.17.ari/lib64:/opt/cray/libsci/13.0.3/INTEL/140/x86_64/lib' ';export' 'CRAY_LD_LIBRARY_PATH;CRAY_LIBSCI_BASE_DIR=/opt/cray/libsci/13.0.3' ';export' 'CRAY_LIBSCI_BASE_DIR;CRAY_LIBSCI_DIR=/opt/cray/libsci/13.0.3' ';export' 'CRAY_LIBSCI_DIR;CRAY_LIBSCI_PREFIX_DIR=/opt/cray/libsci/13.0.3/INTEL/140/x86_64' ';export' 'CRAY_LIBSCI_PREFIX_DIR;CRAY_LIBSCI_VERSION=13.0.3' ';export' 'CRAY_LIBSCI_VERSION;CRAY_NETCDF_VERSION=4.3.3.1' ';export' 'CRAY_NETCDF_VERSION;CRAY_PE_MODULES=cray-hdf5:cray-netcdf' ';export' 'CRAY_PE_MODULES;CRAY_PMI_INCLUDE_OPTS=-I/opt/cray/pmi/5.0.11/include' ';export' 'CRAY_PMI_INCLUDE_OPTS;CRAY_PMI_POST_LINK_OPTS=-L/opt/cray/pmi/5.0.11/lib64' ';export' 'CRAY_PMI_POST_LINK_OPTS;CRAY_PRE_COMPILE_OPTS=-hnetwork=aries' ';export' 'CRAY_PRE_COMPILE_OPTS;CRAY_PRGENVINTEL=loaded' ';export' 'CRAY_PRGENVINTEL;CRAY_RCA_INCLUDE_OPTS=-I/opt/cray/rca/1.0.0-2.0502.60530.1.62.ari/include\' '-I/opt/cray/krca/1.0.0-2.0502.67049.8.22.ari/include\' '-I/opt/cray-hss-devel/7.2.0/include\' ';export' 'CRAY_RCA_INCLUDE_OPTS;CRAY_RCA_POST_LINK_OPTS=-L/opt/cray/rca/1.0.0-2.0502.60530.1.62.ari/lib64\' '-lrca\' ';export' 'CRAY_RCA_POST_LINK_OPTS;CRAY_UDREG_INCLUDE_OPTS=-I/opt/cray/udreg/2.3.2-1.0502.10518.2.17.ari/include' ';export' 'CRAY_UDREG_INCLUDE_OPTS;CRAY_UDREG_POST_LINK_OPTS=-L/opt/cray/udreg/2.3.2-1.0502.10518.2.17.ari/lib64' ';export' 'CRAY_UDREG_POST_LINK_OPTS;CRAY_UGNI_INCLUDE_OPTS=-I/opt/cray/ugni/6.0-1.0502.10863.8.29.ari/include' ';export' 'CRAY_UGNI_INCLUDE_OPTS;CRAY_UGNI_POST_LINK_OPTS=-L/opt/cray/ugni/6.0-1.0502.10863.8.29.ari/lib64' ';export' 'CRAY_UGNI_POST_LINK_OPTS;CRAY_XPMEM_INCLUDE_OPTS=-I/opt/cray/xpmem/0.1-2.0502.64982.5.3.ari/include' ';export' 'CRAY_XPMEM_INCLUDE_OPTS;CRAY_XPMEM_POST_LINK_OPTS=-L/opt/cray/xpmem/0.1-2.0502.64982.5.3.ari/lib64' ';export' 'CRAY_XPMEM_POST_LINK_OPTS;CRTM_FIX=/gpfs/hps/nco/ops/nwprod/lib/crtm/v2.2.6/fix' ';export' 'CRTM_FIX;CRTM_INC=/gpfs/hps/nco/ops/nwprod/lib/crtm/v2.2.6/intel/include/crtm_v2.2.6' ';export' 'CRTM_INC;CRTM_LIB=/gpfs/hps/nco/ops/nwprod/lib/crtm/v2.2.6/intel/libcrtm_v2.2.6.a' ';export' 'CRTM_LIB;CRTM_SRC=/gpfs/hps/nco/ops/nwprod/lib/crtm/v2.2.6/src' ';export' 'CRTM_SRC;CRTM_VER=v2.2.6' ';export' 'CRTM_VER;DMAPP_ABORT_ON_ERROR=1' ';export' 'DMAPP_ABORT_ON_ERROR;DVS_INCLUDE_OPTS=-I/opt/cray/dvs/2.5_0.9.0-1.0502.2188.1.116.ari/include' ';export' 'DVS_INCLUDE_OPTS;DVS_VERSION=0.9.0' ';export' 'DVS_VERSION;ESMFMKFILE=/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/lib/esmf.mk' ';export' 'ESMFMKFILE;G2TMPL_INC=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/g2tmpl_v1.6.0' ';export' 'G2TMPL_INC;G2TMPL_LIB=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libg2tmpl_v1.6.0.a' ';export' 'G2TMPL_LIB;G2TMPL_SRC=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/src/g2tmpl_v1.6.0/src' ';export' 'G2TMPL_SRC;G2TMPL_VER=v1.6.0' ';export' 'G2TMPL_VER;G2_INC4=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/g2_v3.1.1_4' ';export' 'G2_INC4;G2_INCd=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/g2_v3.1.1_d' ';export' 'G2_INCd;G2_LIB4=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libg2_v3.1.1_4.a' ';export' 'G2_LIB4;G2_LIBd=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libg2_v3.1.1_d.a' ';export' 'G2_LIBd;G2_SRC=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/src/g2_v3.1.1' ';export' 'G2_SRC;G2_VER=v3.1.1' ';export' 'G2_VER;GCC_PATH=/opt/gcc/4.9.2' ';export' 'GCC_PATH;GCC_VERSION=4.9.2' ';export' 'GCC_VERSION;GDBSERVER_MIC=/opt/intel/compilers_and_libraries_2016.3.210/linux/debugger/gdb/target/mic/bin/gdbserver' ';export' 'GDBSERVER_MIC;GDB_CROSS=/opt/intel/compilers_and_libraries_2016.3.210/linux/debugger/gdb/intel64_mic/bin/gdb-mic' ';export' 'GDB_CROSS;GDB_HOST=/opt/intel/compilers_and_libraries_2016.3.210/linux/debugger/gdb/intel64_mic/bin/gdb-ia-mic' ';export' 'GDB_HOST;GNU_VERSION=4.9.2' ';export' 'GNU_VERSION;HDF5_DIR=/opt/cray/hdf5/1.8.14/INTEL/14.0' ';export' 'HDF5_DIR;HDF5_INCLUDE_OPTS=/opt/cray/hdf5/1.8.14/INTEL/14.0/include' ';export' 'HDF5_INCLUDE_OPTS;HDF5_ROOT=/opt/cray/hdf5/1.8.14/INTEL/14.0' ';export' 'HDF5_ROOT;INFOPATH=/opt/gcc/4.9.2/snos/share/info:/opt/intel/compilers_and_libraries_2016.3.210/linux/debugger/gdb/intel64/share/info/:/opt/intel/compilers_and_libraries_2016.3.210/linux/debugger/gdb/intel64_mic/share/info/:/usr/local/info:/usr/share/info:/usr/info' ';export' 'INFOPATH;INTEL_LICENSE_FILE=/opt/intel/compilers_and_libraries_2016.3.210/linux/licenses:/opt/intel/licenses:/intel/licenses' ';export' 'INTEL_LICENSE_FILE;INTEL_MAJOR_VERSION=16.0' ';export' 'INTEL_MAJOR_VERSION;INTEL_MINOR_VERSION=3.210' ';export' 'INTEL_MINOR_VERSION;INTEL_PATH=/opt/intel/compilers_and_libraries_2016.3.210/linux' ';export' 'INTEL_PATH;INTEL_PYTHONHOME=/opt/intel/compilers_and_libraries_2016.3.210/linux/debugger/python/intel64/' ';export' 'INTEL_PYTHONHOME;INTEL_VERSION=16.0.3.210' ';export' 'INTEL_VERSION;IPPROOT=/opt/intel/compilers_and_libraries_2016.3.210/linux/ipp' ';export' 'IPPROOT;IP_INC4=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/ip_v3.0.2_4' ';export' 'IP_INC4;IP_INC8=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/ip_v3.0.2_8' ';export' 'IP_INC8;IP_INCd=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/ip_v3.0.2_d' ';export' 'IP_INCd;IP_LIB4=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libip_v3.0.2_4.a' ';export' 'IP_LIB4;IP_LIB8=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libip_v3.0.2_8.a' ';export' 'IP_LIB8;IP_LIBd=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libip_v3.0.2_d.a' ';export' 'IP_LIBd;IP_SRC=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/src/ip_v3.0.2' ';export' 'IP_SRC;IP_VER=v3.0.2' ';export' 'IP_VER;JASPER_INC=/usrx/local/prod//jasper/1.900.1/gnu/sandybridge/include' ';export' 'JASPER_INC;JASPER_LIB=/usrx/local/prod//jasper/1.900.1/gnu/sandybridge/lib/libjasper.a' ';export' 'JASPER_LIB;JASPER_LIBDIR=/usrx/local/prod//jasper/1.900.1/gnu/sandybridge/lib' ';export' 'JASPER_LIBDIR;JASPER_LIBl=/usrx/local/prod//jasper/1.900.1/gnu/sandybridge/lib/libjasper.la' ';export' 'JASPER_LIBl;JASPER_SRC=/usrx/local/prod//jasper/1.900.1/gnu/sandybridge/sorc/jasper_v1.900.1' ';export' 'JASPER_SRC;JASPER_VER=1.900.1' ';export' 'JASPER_VER;LD_LIBRARY_PATH=/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/lib:/usrx/local/dev/zlib/1.2.7/intel/sandybridge/lib:/opt/gcc/4.9.2/snos/lib64:/usrx/local/dev/python/2.7.14/lib:/gpfs/llsf/xt-lsfhpc/9.1/linux2.6-glibc2.3-x86_64-cray/lib:/opt/intel/compilers_and_libraries_2016.3.210/linux/compiler/lib/intel64:/opt/intel/mic/coi/host-linux-release/lib:/opt/intel/mic/myo/lib:/opt/intel/compilers_and_libraries_2016.3.210/linux/mpirt/lib/intel64:/opt/intel/compilers_and_libraries_2016.3.210/linux/ipp/../compiler/lib/intel64:/opt/intel/compilers_and_libraries_2016.3.210/linux/ipp/lib/intel64:/opt/intel/compilers_and_libraries_2016.3.210/linux/ipp/tools/intel64/perfsys:/opt/intel/mic/coi/host-linux-release/lib:/opt/intel/mic/myo/lib:/opt/intel/compilers_and_libraries_2016.3.210/linux/compiler/lib/intel64:/opt/intel/compilers_and_libraries_2016.3.210/linux/mkl/lib/intel64:/opt/intel/compilers_and_libraries_2016.3.210/linux/tbb/lib/intel64/gcc4.1:/opt/intel/compilers_and_libraries_2016.3.210/linux/debugger/libipt/intel64/lib' ';export' 'LD_LIBRARY_PATH;LIBRARY_PATH=/opt/intel/compilers_and_libraries_2016.3.210/linux/compiler/lib/intel64:/opt/intel/compilers_and_libraries_2016.3.210/linux/ipp/../compiler/lib/intel64:/opt/intel/compilers_and_libraries_2016.3.210/linux/ipp/lib/intel64:/opt/intel/compilers_and_libraries_2016.3.210/linux/compiler/lib/intel64:/opt/intel/compilers_and_libraries_2016.3.210/linux/mkl/lib/intel64:/opt/intel/compilers_and_libraries_2016.3.210/linux/tbb/lib/intel64/gcc4.1' ';export' 'LIBRARY_PATH;LIBSCI_BASE_DIR=/opt/cray/libsci/13.0.3' ';export' 'LIBSCI_BASE_DIR;LIBSCI_VERSION=13.0.3' ';export' 'LIBSCI_VERSION;LIB_NAME=POST' ';export' 'LIB_NAME;LOADEDMODULES=craype-network-aries:craype/2.3.0:cray-libsci/13.0.3:udreg/2.3.2-1.0502.10518.2.17.ari:ugni/6.0-1.0502.10863.8.29.ari:pmi/5.0.11:dmapp/7.0.1-1.0502.11080.8.76.ari:gni-headers/4.0-1.0502.10859.7.8.ari:xpmem/0.1-2.0502.64982.5.3.ari:dvs/2.5_0.9.0-1.0502.2188.1.116.ari:alps/5.2.4-2.0502.9774.31.11.ari:rca/1.0.0-2.0502.60530.1.62.ari:atp/1.8.1:PrgEnv-intel/5.2.82:intel/16.3.210:cray-netcdf/4.3.3.1:cray-hdf5/1.8.14:xt-lsfhpc/9.1.3:craype-haswell:python/2.7.14:cmake/3.6.2:gcc/4.9.2:jasper-gnu-sandybridge/1.900.1:png-intel-sandybridge/1.2.49:zlib-intel-sandybridge/1.2.7:crtm-intel/2.2.6:g2/3.1.1:g2tmpl/1.6.0:bacio/2.0.3:ip/3.0.2:sp/2.0.3:w3nco/2.0.7:w3emc/2.3.1:nemsio/2.2.4:post/8.0.1:alps/5.2.4-2.0502.9822.32.1.ari:esmf/8.0.0:fv3' ';export' 'LOADEDMODULES;LSF_BINDIR=/gpfs/llsf/xt-lsfhpc/9.1/linux2.6-glibc2.3-x86_64-cray/bin' ';export' 'LSF_BINDIR;LSF_ENVDIR=/gpfs/llsf/xt-lsfhpc/conf' ';export' 'LSF_ENVDIR;LSF_LIBDIR=/gpfs/llsf/xt-lsfhpc/9.1/linux2.6-glibc2.3-x86_64-cray/lib' ';export' 'LSF_LIBDIR;LSF_SERVERDIR=/gpfs/llsf/xt-lsfhpc/9.1/linux2.6-glibc2.3-x86_64-cray/etc' ';export' 'LSF_SERVERDIR;MANPATH=/opt/cray/pmi/5.0.11/man:/opt/cray/alps/5.2.4-2.0502.9822.32.1.ari/man:/usrx/local/dev/zlib/1.2.7/intel/sandybridge/share/man:/opt/gcc/4.9.2/snos/share/man:/usrx/local/dev/cmake/3.6.2/share/man:/usrx/local/dev/python/2.7.14/share/man:/gpfs/llsf/xt-lsfhpc/9.1/man:/opt/cray/netcdf/4.3.3.1/share/man:/opt/intel/compilers_and_libraries_2016.3.210/linux/man/en_US:/opt/intel/compilers_and_libraries_2016.3.210/linux/man/en_US:/opt/intel/compilers_and_libraries_2016.3.210/linux/debugger/gdb/intel64/share/man/:/opt/intel/compilers_and_libraries_2016.3.210/linux/debugger/gdb/intel64_mic/share/man/:/opt/intel/compilers_and_libraries_2016.3.210/linux/man/common:/opt/cray/atp/1.8.1/man:/opt/cray/alps/5.2.4-2.0502.9774.31.11.ari/man:/opt/cray/libsci/13.0.3/man:/opt/cray/man/csmlversion:/opt/cray/craype/2.3.0/man:/opt/cray/share/man:/usr/local/man:/usr/share/man:/opt/cray/share/man:/cm/local/apps/environment-modules/current/share/man:/opt/cray/man' ';export' 'MANPATH;MIC_LD_LIBRARY_PATH=/opt/intel/compilers_and_libraries_2016.3.210/linux/compiler/lib/mic:/opt/intel/compilers_and_libraries_2016.3.210/linux/mpirt/lib/mic:/opt/intel/mic/coi/device-linux-release/lib:/opt/intel/mic/myo/lib:/opt/intel/compilers_and_libraries_2016.3.210/linux/ipp/lib/lib/mic:/opt/intel/mic/coi/device-linux-release/lib:/opt/intel/mic/myo/lib:/opt/intel/compilers_and_libraries_2016.3.210/linux/compiler/lib/mic:/opt/intel/compilers_and_libraries_2016.3.210/linux/mkl/lib/mic:/opt/intel/compilers_and_libraries_2016.3.210/linux/tbb/lib/mic' ';export' 'MIC_LD_LIBRARY_PATH;MIC_LIBRARY_PATH=/opt/intel/compilers_and_libraries_2016.3.210/linux/compiler/lib/mic:/opt/intel/compilers_and_libraries_2016.3.210/linux/mpirt/lib/mic:/opt/intel/compilers_and_libraries_2016.3.210/linux/tbb/lib/mic' ';export' 'MIC_LIBRARY_PATH;MKLROOT=/opt/intel/compilers_and_libraries_2016.3.210/linux/mkl' ';export' 'MKLROOT;MODULEPATH=/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/modulefiles:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles:/opt/cray/ari/modulefiles:/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/wcoss_cray:/usrx/local/emc_rocoto/modulefiles:/usrx/local/dev/modulefiles:/usrx/local/prod/modulefiles:/gpfs/hps/nco/ops/nwprod/lib/modulefiles:/gpfs/hps/nco/ops/nwprod/modulefiles:/opt/cray/alt-modulefiles:/opt/cray/craype/default/alt-modulefiles:/opt/modulefiles' ';export' 'MODULEPATH;MPICH_ABORT_ON_ERROR=1' ';export' 'MPICH_ABORT_ON_ERROR;MPM_LAUNCHER=/opt/intel/compilers_and_libraries_2016.3.210/linux/debugger/mpm/bin/start_mpm.sh' ';export' 'MPM_LAUNCHER;NEMSIO_INC=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/nemsio_v2.2.4' ';export' 'NEMSIO_INC;NEMSIO_LIB=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libnemsio_v2.2.4.a' ';export' 'NEMSIO_LIB;NEMSIO_SRC=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/src/nemsio_v2.2.4' ';export' 'NEMSIO_SRC;NEMSIO_VER=v2.2.4' ';export' 'NEMSIO_VER;NETCDF_DIR=/opt/cray/netcdf/4.3.3.1/INTEL/14.0' ';export' 'NETCDF_DIR;NLSPATH=/opt/intel/compilers_and_libraries_2016.3.210/linux/compiler/lib/intel64/locale/%l_%t/%N:/opt/intel/compilers_and_libraries_2016.3.210/linux/ipp/lib/intel64/locale/%l_%t/%N:/opt/intel/compilers_and_libraries_2016.3.210/linux/mkl/lib/intel64/locale/%l_%t/%N:/opt/intel/compilers_and_libraries_2016.3.210/linux/debugger/gdb/intel64_mic/share/locale/%l_%t/%N:/opt/intel/compilers_and_libraries_2016.3.210/linux/debugger/gdb/intel64/share/locale/%l_%t/%N' ';export' 'NLSPATH;PATH=/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/bin:/opt/cray/alps/5.2.4-2.0502.9822.32.1.ari/sbin:/opt/cray/alps/5.2.4-2.0502.9822.32.1.ari/bin:/opt/gcc/4.9.2/bin:/usrx/local/dev/cmake/3.6.2/bin:/usrx/local/dev/python/2.7.14/bin:/gpfs/llsf/xt-lsfhpc/9.1/linux2.6-glibc2.3-x86_64-cray/etc:/gpfs/llsf/xt-lsfhpc/9.1/linux2.6-glibc2.3-x86_64-cray/bin:/opt/cray/hdf5/1.8.14/bin:/opt/cray/netcdf/4.3.3.1/bin:/opt/intel/compilers_and_libraries_2016.3.210/linux/bin/intel64:/opt/intel/compilers_and_libraries_2016.3.210/linux/debugger/gdb/intel64_mic/bin:/opt/cray/rca/1.0.0-2.0502.60530.1.62.ari/bin:/opt/cray/alps/5.2.4-2.0502.9774.31.11.ari/sbin:/opt/cray/dvs/2.5_0.9.0-1.0502.2188.1.116.ari/bin:/opt/cray/xpmem/0.1-2.0502.64982.5.3.ari/bin:/opt/cray/ugni/6.0-1.0502.10863.8.29.ari/bin:/opt/cray/udreg/2.3.2-1.0502.10518.2.17.ari/bin:/opt/cray/craype/2.3.0/bin:/u/Dusan.Jovic/bin:/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/X11R6/bin:/usr/games:/opt/bin:/usr/lib/mit/bin:/usr/lib/mit/sbin:/sbin:/usr/sbin:.:/usr/lib/qt3/bin:/u/Dusan.Jovic/bin:/gpfs/hps3/emc/meso/noscrub/Dusan.Jovic/dbrowse:/opt/cray/bin:/usrx/local/dev/zlib/1.2.7/intel/sandybridge/include' ';export' 'PATH;PE_CRAY_DEFAULT_FIXED_PKGCONFIG_PATH=/opt/cray/parallel-netcdf/1.6.0/CRAY/8.3/lib/pkgconfig:/opt/cray/ga/5.3.0.1/CRAY/83/lib/pkgconfig:/opt/cray/netcdf-hdf5parallel/4.3.2/CRAY/83/lib/pkgconfig:/opt/cray/hdf5-parallel/1.8.13/CRAY/83/lib/pkgconfig:/opt/cray/netcdf/4.3.2/CRAY/83/lib/pkgconfig:/opt/cray/hdf5/1.8.13/CRAY/83/lib/pkgconfig' ';export' 'PE_CRAY_DEFAULT_FIXED_PKGCONFIG_PATH;PE_CRAY_FIXED_PKGCONFIG_PATH=/opt/cray/hdf5/1.8.14/CRAY/8.3/lib/pkgconfig:/opt/cray/netcdf/4.3.3.1/CRAY/8.3/lib/pkgconfig' ';export' 'PE_CRAY_FIXED_PKGCONFIG_PATH;PE_CXX_PKGCONFIG_LIBS=hdf5_hl_cpp:hdf5_cpp:netcdf_c++4' ';export' 'PE_CXX_PKGCONFIG_LIBS;PE_ENV=INTEL' ';export' 'PE_ENV;PE_FFTW_DEFAULT_REQUIRED_PRODUCTS=PE_MPICH' ';export' 'PE_FFTW_DEFAULT_REQUIRED_PRODUCTS;PE_FFTW_DEFAULT_TARGET_haswell=haswell' ';export' 'PE_FFTW_DEFAULT_TARGET_haswell;PE_FFTW_DEFAULT_TARGET_interlagos=interlagos' ';export' 'PE_FFTW_DEFAULT_TARGET_interlagos;PE_FFTW_DEFAULT_TARGET_sandybridge=sandybridge' ';export' 'PE_FFTW_DEFAULT_TARGET_sandybridge;PE_FFTW_DEFAULT_TARGET_x86_64=x86_64' ';export' 'PE_FFTW_DEFAULT_TARGET_x86_64;PE_FFTW_DEFAULT_VOLATILE_PKGCONFIG_PATH=/opt/cray/fftw/3.3.4.2/@PE_FFTW_DEFAULT_TARGET@/lib/pkgconfig' ';export' 'PE_FFTW_DEFAULT_VOLATILE_PKGCONFIG_PATH;PE_FORTRAN_PKGCONFIG_LIBS=hdf5hl_fortran:hdf5_fortran:netcdff' ';export' 'PE_FORTRAN_PKGCONFIG_LIBS;PE_GA_DEFAULT_FIXED_PRGENV=CRAY\' INTEL ';export' 'PE_GA_DEFAULT_FIXED_PRGENV;PE_GA_DEFAULT_GENCOMPS_GNU=49\' 48 ';export' 'PE_GA_DEFAULT_GENCOMPS_GNU;PE_GA_DEFAULT_VOLATILE_PKGCONFIG_PATH=/opt/cray/ga/5.3.0.1/@PRGENV@/@PE_GA_DEFAULT_GENCOMPS@/lib/pkgconfig' ';export' 'PE_GA_DEFAULT_VOLATILE_PKGCONFIG_PATH;PE_GA_DEFAULT_VOLATILE_PRGENV=GNU' ';export' 'PE_GA_DEFAULT_VOLATILE_PRGENV;PE_HDF5_CXX_PKGCONFIG_LIBS=hdf5_hl_cpp:hdf5_cpp' ';export' 'PE_HDF5_CXX_PKGCONFIG_LIBS;PE_HDF5_DEFAULT_FIXED_PRGENV=CRAY\' INTEL ';export' 'PE_HDF5_DEFAULT_FIXED_PRGENV;PE_HDF5_DEFAULT_GENCOMPS_GNU=49\' 48 ';export' 'PE_HDF5_DEFAULT_GENCOMPS_GNU;PE_HDF5_DEFAULT_VOLATILE_PKGCONFIG_PATH=/opt/cray/hdf5/1.8.13/@PRGENV@/@PE_HDF5_DEFAULT_GENCOMPS@/lib/pkgconfig' ';export' 'PE_HDF5_DEFAULT_VOLATILE_PKGCONFIG_PATH;PE_HDF5_DEFAULT_VOLATILE_PRGENV=GNU' ';export' 'PE_HDF5_DEFAULT_VOLATILE_PRGENV;PE_HDF5_DIR=/opt/cray/hdf5/1.8.14' ';export' 'PE_HDF5_DIR;PE_HDF5_FIXED_PRGENV=CRAY\' INTEL ';export' 'PE_HDF5_FIXED_PRGENV;PE_HDF5_FORTRAN_PKGCONFIG_LIBS=hdf5hl_fortran:hdf5_fortran' ';export' 'PE_HDF5_FORTRAN_PKGCONFIG_LIBS;PE_HDF5_GENCOMPILERS_GNU=5.1\' '4.9\' 4.8 ';export' 'PE_HDF5_GENCOMPILERS_GNU;PE_HDF5_GENCOMPS_GNU=51\' '49\' 48 ';export' 'PE_HDF5_GENCOMPS_GNU;PE_HDF5_MODULE_NAME=cray-hdf5' ';export' 'PE_HDF5_MODULE_NAME;PE_HDF5_PARALLEL_DEFAULT_FIXED_PRGENV=CRAY\' INTEL ';export' 'PE_HDF5_PARALLEL_DEFAULT_FIXED_PRGENV;PE_HDF5_PARALLEL_DEFAULT_GENCOMPS_GNU=49\' 48 ';export' 'PE_HDF5_PARALLEL_DEFAULT_GENCOMPS_GNU;PE_HDF5_PARALLEL_DEFAULT_REQUIRED_PRODUCTS=PE_MPICH' ';export' 'PE_HDF5_PARALLEL_DEFAULT_REQUIRED_PRODUCTS;PE_HDF5_PARALLEL_DEFAULT_VOLATILE_PKGCONFIG_PATH=/opt/cray/hdf5-parallel/1.8.13/@PRGENV@/@PE_HDF5_PARALLEL_DEFAULT_GENCOMPS@/lib/pkgconfig' ';export' 'PE_HDF5_PARALLEL_DEFAULT_VOLATILE_PKGCONFIG_PATH;PE_HDF5_PARALLEL_DEFAULT_VOLATILE_PRGENV=GNU' ';export' 'PE_HDF5_PARALLEL_DEFAULT_VOLATILE_PRGENV;PE_HDF5_PKGCONFIG_LIBS=hdf5_hl:hdf5' ';export' 'PE_HDF5_PKGCONFIG_LIBS;PE_HDF5_VOLATILE_PKGCONFIG_PATH=/opt/cray/hdf5/1.8.14/@PRGENV@/@PE_HDF5_GENCOMPS@/lib/pkgconfig' ';export' 'PE_HDF5_VOLATILE_PKGCONFIG_PATH;PE_HDF5_VOLATILE_PRGENV=GNU' ';export' 'PE_HDF5_VOLATILE_PRGENV;PE_INTEL_DEFAULT_FIXED_PKGCONFIG_PATH=/opt/cray/parallel-netcdf/1.6.0/INTEL/14.0/lib/pkgconfig:/opt/cray/ga/5.3.0.1/INTEL/140/lib/pkgconfig:/opt/cray/netcdf-hdf5parallel/4.3.2/INTEL/140/lib/pkgconfig:/opt/cray/mpt/7.2.0/gni/mpich2-intel/140/lib/pkgconfig:/opt/cray/hdf5-parallel/1.8.13/INTEL/140/lib/pkgconfig:/opt/cray/netcdf/4.3.2/INTEL/140/lib/pkgconfig:/opt/cray/hdf5/1.8.13/INTEL/140/lib/pkgconfig' ';export' 'PE_INTEL_DEFAULT_FIXED_PKGCONFIG_PATH;PE_INTEL_FIXED_PKGCONFIG_PATH=/opt/cray/hdf5/1.8.14/INTEL/14.0/lib/pkgconfig:/opt/cray/netcdf/4.3.3.1/INTEL/14.0/lib/pkgconfig' ';export' 'PE_INTEL_FIXED_PKGCONFIG_PATH;PE_LIBSCI_DEFAULT_GENCOMPS_CRAY_x86_64=83' ';export' 'PE_LIBSCI_DEFAULT_GENCOMPS_CRAY_x86_64;PE_LIBSCI_DEFAULT_GENCOMPS_GNU_x86_64=49\' 48 ';export' 'PE_LIBSCI_DEFAULT_GENCOMPS_GNU_x86_64;PE_LIBSCI_DEFAULT_GENCOMPS_INTEL_x86_64=140' ';export' 'PE_LIBSCI_DEFAULT_GENCOMPS_INTEL_x86_64;PE_LIBSCI_DEFAULT_OMP_REQUIRES_openmp=_mp' ';export' 'PE_LIBSCI_DEFAULT_OMP_REQUIRES_openmp;PE_LIBSCI_DEFAULT_PKGCONFIG_VARIABLES=PE_LIBSCI_DEFAULT_OMP_REQUIRES_@openmp@' ';export' 'PE_LIBSCI_DEFAULT_PKGCONFIG_VARIABLES;PE_LIBSCI_DEFAULT_REQUIRED_PRODUCTS=PE_MPICH' ';export' 'PE_LIBSCI_DEFAULT_REQUIRED_PRODUCTS;PE_LIBSCI_DEFAULT_VOLATILE_PKGCONFIG_PATH=/opt/cray/libsci/13.0.3/@PRGENV@/@PE_LIBSCI_DEFAULT_GENCOMPS@/@PE_LIBSCI_DEFAULT_TARGET@/lib/pkgconfig' ';export' 'PE_LIBSCI_DEFAULT_VOLATILE_PKGCONFIG_PATH;PE_LIBSCI_DEFAULT_VOLATILE_PRGENV=CRAY\' 'GNU\' INTEL ';export' 'PE_LIBSCI_DEFAULT_VOLATILE_PRGENV;PE_LIBSCI_GENCOMPS_CRAY_x86_64=83' ';export' 'PE_LIBSCI_GENCOMPS_CRAY_x86_64;PE_LIBSCI_GENCOMPS_GNU_x86_64=49\' 48 ';export' 'PE_LIBSCI_GENCOMPS_GNU_x86_64;PE_LIBSCI_GENCOMPS_INTEL_x86_64=140' ';export' 'PE_LIBSCI_GENCOMPS_INTEL_x86_64;PE_LIBSCI_MODULE_NAME=cray-libsci/13.0.3' ';export' 'PE_LIBSCI_MODULE_NAME;PE_LIBSCI_OMP_REQUIRES_openmp=_mp' ';export' 'PE_LIBSCI_OMP_REQUIRES_openmp;PE_LIBSCI_PKGCONFIG_LIBS=libsci_mpi:libsci' ';export' 'PE_LIBSCI_PKGCONFIG_LIBS;PE_LIBSCI_PKGCONFIG_VARIABLES=PE_LIBSCI_OMP_REQUIRES_@openmp@' ';export' 'PE_LIBSCI_PKGCONFIG_VARIABLES;PE_LIBSCI_REQUIRED_PRODUCTS=PE_MPICH' ';export' 'PE_LIBSCI_REQUIRED_PRODUCTS;PE_LIBSCI_VOLATILE_PKGCONFIG_PATH=/opt/cray/libsci/13.0.3/@PRGENV@/@PE_LIBSCI_GENCOMPS@/@PE_LIBSCI_TARGET@/lib/pkgconfig' ';export' 'PE_LIBSCI_VOLATILE_PKGCONFIG_PATH;PE_LIBSCI_VOLATILE_PRGENV=CRAY\' 'GNU\' INTEL ';export' 'PE_LIBSCI_VOLATILE_PRGENV;PE_MPICH_DEFAULT_DIR_CRAY_DEFAULT64=64' ';export' 'PE_MPICH_DEFAULT_DIR_CRAY_DEFAULT64;PE_MPICH_DEFAULT_FIXED_PRGENV=INTEL' ';export' 'PE_MPICH_DEFAULT_FIXED_PRGENV;PE_MPICH_DEFAULT_GENCOMPS_CRAY=83' ';export' 'PE_MPICH_DEFAULT_GENCOMPS_CRAY;PE_MPICH_DEFAULT_GENCOMPS_GNU=49\' 48 ';export' 'PE_MPICH_DEFAULT_GENCOMPS_GNU;PE_MPICH_DEFAULT_VOLATILE_PKGCONFIG_PATH=/opt/cray/mpt/7.2.0/gni/mpich2-@PRGENV@@PE_MPICH_DEFAULT_DIR_DEFAULT64@/@PE_MPICH_DEFAULT_GENCOMPS@/lib/pkgconfig' ';export' 'PE_MPICH_DEFAULT_VOLATILE_PKGCONFIG_PATH;PE_MPICH_DEFAULT_VOLATILE_PRGENV=CRAY\' GNU ';export' 'PE_MPICH_DEFAULT_VOLATILE_PRGENV;PE_MPICH_MULTITHREADED_LIBS_multithreaded=_mt' ';export' 'PE_MPICH_MULTITHREADED_LIBS_multithreaded;PE_MPICH_NV_LIBS_nvidia20=-lcudart' ';export' 'PE_MPICH_NV_LIBS_nvidia20;PE_MPICH_NV_LIBS_nvidia35=-lcudart' ';export' 'PE_MPICH_NV_LIBS_nvidia35;PE_MPICH_PKGCONFIG_VARIABLES=PE_MPICH_NV_LIBS_@accelerator@:PE_MPICH_MULTITHREADED_LIBS_@multithreaded@' ';export' 'PE_MPICH_PKGCONFIG_VARIABLES;PE_MPICH_TARGET_VAR_nvidia20=-lcudart' ';export' 'PE_MPICH_TARGET_VAR_nvidia20;PE_MPICH_TARGET_VAR_nvidia35=-lcudart' ';export' 'PE_MPICH_TARGET_VAR_nvidia35;PE_NETCDF_BASEDIR=/opt/cray/netcdf/4.3.3.1' ';export' 'PE_NETCDF_BASEDIR;PE_NETCDF_CXX_PKGCONFIG_LIBS=netcdf_c++4' ';export' 'PE_NETCDF_CXX_PKGCONFIG_LIBS;PE_NETCDF_DEFAULT_FIXED_PRGENV=CRAY\' INTEL ';export' 'PE_NETCDF_DEFAULT_FIXED_PRGENV;PE_NETCDF_DEFAULT_GENCOMPS_GNU=49\' 48 ';export' 'PE_NETCDF_DEFAULT_GENCOMPS_GNU;PE_NETCDF_DEFAULT_REQUIRED_PRODUCTS=PE_HDF5' ';export' 'PE_NETCDF_DEFAULT_REQUIRED_PRODUCTS;PE_NETCDF_DEFAULT_VOLATILE_PKGCONFIG_PATH=/opt/cray/netcdf/4.3.2/@PRGENV@/@PE_NETCDF_DEFAULT_GENCOMPS@/lib/pkgconfig' ';export' 'PE_NETCDF_DEFAULT_VOLATILE_PKGCONFIG_PATH;PE_NETCDF_DEFAULT_VOLATILE_PRGENV=GNU' ';export' 'PE_NETCDF_DEFAULT_VOLATILE_PRGENV;PE_NETCDF_FIXED_PRGENV=CRAY\' INTEL ';export' 'PE_NETCDF_FIXED_PRGENV;PE_NETCDF_FORTRAN_PKGCONFIG_LIBS=netcdff' ';export' 'PE_NETCDF_FORTRAN_PKGCONFIG_LIBS;PE_NETCDF_GENCOMPILERS_GNU=5.1\' '4.9\' 4.8 ';export' 'PE_NETCDF_GENCOMPILERS_GNU;PE_NETCDF_GENCOMPS_GNU=51\' '49\' 48 ';export' 'PE_NETCDF_GENCOMPS_GNU;PE_NETCDF_HDF5PARALLEL_DEFAULT_FIXED_PRGENV=CRAY\' INTEL ';export' 'PE_NETCDF_HDF5PARALLEL_DEFAULT_FIXED_PRGENV;PE_NETCDF_HDF5PARALLEL_DEFAULT_GENCOMPS_GNU=49\' 48 ';export' 'PE_NETCDF_HDF5PARALLEL_DEFAULT_GENCOMPS_GNU;PE_NETCDF_HDF5PARALLEL_DEFAULT_REQUIRED_PRODUCTS=PE_HDF5_PARALLEL\' PE_MPICH ';export' 'PE_NETCDF_HDF5PARALLEL_DEFAULT_REQUIRED_PRODUCTS;PE_NETCDF_HDF5PARALLEL_DEFAULT_VOLATILE_PKGCONFIG_PATH=/opt/cray/netcdf-hdf5parallel/4.3.2/@PRGENV@/@PE_NETCDF_HDF5PARALLEL_DEFAULT_GENCOMPS@/lib/pkgconfig' ';export' 'PE_NETCDF_HDF5PARALLEL_DEFAULT_VOLATILE_PKGCONFIG_PATH;PE_NETCDF_HDF5PARALLEL_DEFAULT_VOLATILE_PRGENV=GNU' ';export' 'PE_NETCDF_HDF5PARALLEL_DEFAULT_VOLATILE_PRGENV;PE_NETCDF_MODULE_NAME=cray-netcdf' ';export' 'PE_NETCDF_MODULE_NAME;PE_NETCDF_PKGCONFIG_LIBS=netcdf' ';export' 'PE_NETCDF_PKGCONFIG_LIBS;PE_NETCDF_REQUIRED_PRODUCTS=PE_HDF5' ';export' 'PE_NETCDF_REQUIRED_PRODUCTS;PE_NETCDF_VOLATILE_PKGCONFIG_PATH=/opt/cray/netcdf/4.3.3.1/@PRGENV@/@PE_NETCDF_GENCOMPS@/lib/pkgconfig' ';export' 'PE_NETCDF_VOLATILE_PKGCONFIG_PATH;PE_NETCDF_VOLATILE_PRGENV=GNU' ';export' 'PE_NETCDF_VOLATILE_PRGENV;PE_PAPI_DEFAULT_ACCEL_LIBS_nvidia35=,-lcupti,-lcudart,-lcuda' ';export' 'PE_PAPI_DEFAULT_ACCEL_LIBS_nvidia35;PE_PAPI_DEFAULT_PKGCONFIG_VARIABLES=PE_PAPI_ACCEL_LIBS_@accelerator@' ';export' 'PE_PAPI_DEFAULT_PKGCONFIG_VARIABLES;PE_PAPI_DEFAULT_TARGET_VAR_nvidia35=,-lcupti,-lcudart,-lcuda' ';export' 'PE_PAPI_DEFAULT_TARGET_VAR_nvidia35;PE_PARALLEL_NETCDF_DEFAULT_FIXED_PRGENV=CRAY\' INTEL ';export' 'PE_PARALLEL_NETCDF_DEFAULT_FIXED_PRGENV;PE_PARALLEL_NETCDF_DEFAULT_GENCOMPILERS_GNU=4.9\' 4.8 ';export' 'PE_PARALLEL_NETCDF_DEFAULT_GENCOMPILERS_GNU;PE_PARALLEL_NETCDF_DEFAULT_GENCOMPS_GNU=49\' 48 ';export' 'PE_PARALLEL_NETCDF_DEFAULT_GENCOMPS_GNU;PE_PARALLEL_NETCDF_DEFAULT_VOLATILE_PKGCONFIG_PATH=/opt/cray/parallel-netcdf/1.6.0/@PRGENV@/@PE_PARALLEL_NETCDF_DEFAULT_GENCOMPS@/lib/pkgconfig' ';export' 'PE_PARALLEL_NETCDF_DEFAULT_VOLATILE_PKGCONFIG_PATH;PE_PARALLEL_NETCDF_DEFAULT_VOLATILE_PRGENV=GNU' ';export' 'PE_PARALLEL_NETCDF_DEFAULT_VOLATILE_PRGENV;PE_PETSC_DEFAULT_GENCOMPS_CRAY_haswell=83' ';export' 'PE_PETSC_DEFAULT_GENCOMPS_CRAY_haswell;PE_PETSC_DEFAULT_GENCOMPS_CRAY_interlagos=83' ';export' 'PE_PETSC_DEFAULT_GENCOMPS_CRAY_interlagos;PE_PETSC_DEFAULT_GENCOMPS_CRAY_sandybridge=83' ';export' 'PE_PETSC_DEFAULT_GENCOMPS_CRAY_sandybridge;PE_PETSC_DEFAULT_GENCOMPS_CRAY_x86_64=83' ';export' 'PE_PETSC_DEFAULT_GENCOMPS_CRAY_x86_64;PE_PETSC_DEFAULT_GENCOMPS_GNU_haswell=49\' 48 ';export' 'PE_PETSC_DEFAULT_GENCOMPS_GNU_haswell;PE_PETSC_DEFAULT_GENCOMPS_GNU_interlagos=49\' 48 ';export' 'PE_PETSC_DEFAULT_GENCOMPS_GNU_interlagos;PE_PETSC_DEFAULT_GENCOMPS_GNU_sandybridge=49\' 48 ';export' 'PE_PETSC_DEFAULT_GENCOMPS_GNU_sandybridge;PE_PETSC_DEFAULT_GENCOMPS_GNU_x86_64=49\' 48 ';export' 'PE_PETSC_DEFAULT_GENCOMPS_GNU_x86_64;PE_PETSC_DEFAULT_GENCOMPS_INTEL_haswell=140' ';export' 'PE_PETSC_DEFAULT_GENCOMPS_INTEL_haswell;PE_PETSC_DEFAULT_GENCOMPS_INTEL_interlagos=140' ';export' 'PE_PETSC_DEFAULT_GENCOMPS_INTEL_interlagos;PE_PETSC_DEFAULT_GENCOMPS_INTEL_sandybridge=140' ';export' 'PE_PETSC_DEFAULT_GENCOMPS_INTEL_sandybridge;PE_PETSC_DEFAULT_GENCOMPS_INTEL_x86_64=140' ';export' 'PE_PETSC_DEFAULT_GENCOMPS_INTEL_x86_64;PE_PETSC_DEFAULT_REQUIRED_PRODUCTS=PE_MPICH:PE_LIBSCI:PE_TPSL' ';export' 'PE_PETSC_DEFAULT_REQUIRED_PRODUCTS;PE_PETSC_DEFAULT_VOLATILE_PKGCONFIG_PATH=/opt/cray/petsc/3.5.3.0/real/@PRGENV@/@PE_PETSC_DEFAULT_GENCOMPS@/@PE_PETSC_DEFAULT_TARGET@/lib/pkgconfig' ';export' 'PE_PETSC_DEFAULT_VOLATILE_PKGCONFIG_PATH;PE_PETSC_DEFAULT_VOLATILE_PRGENV=CRAY\' 'GNU\' INTEL ';export' 'PE_PETSC_DEFAULT_VOLATILE_PRGENV;PE_PKGCONFIG_DEFAULT_PRODUCTS=PE_TPSL:PE_LIBSCI:PE_TRILINOS:PE_FFTW:PE_PARALLEL_NETCDF:PE_GA:PE_NETCDF_HDF5PARALLEL:PE_MPICH:PE_HDF5_PARALLEL:PE_PETSC:PE_NETCDF:PE_HDF5' ';export' 'PE_PKGCONFIG_DEFAULT_PRODUCTS;PE_PKGCONFIG_LIBS=hdf5_hl:hdf5:netcdf:AtpSigHandler:cray-rca:libsci_mpi:libsci' ';export' 'PE_PKGCONFIG_LIBS;PE_PKGCONFIG_PRODUCTS=PE_HDF5:PE_NETCDF:PE_LIBSCI' ';export' 'PE_PKGCONFIG_PRODUCTS;PE_PKGCONFIG_PRODUCTS_DEFAULT=PE_PAPI' ';export' 'PE_PKGCONFIG_PRODUCTS_DEFAULT;PE_PKG_CONFIG_PATH=/opt/cray/cti/1.0.2/lib/pkgconfig' ';export' 'PE_PKG_CONFIG_PATH;PE_PRODUCT_LIST=CRAYPE_HASWELL:CRAY_RCA:CRAY_ALPS:DVS:CRAY_XPMEM:CRAY_DMAPP:CRAY_PMI:CRAY_UGNI:CRAY_UDREG:CRAY_LIBSCI:CRAYPE:INTEL' ';export' 'PE_PRODUCT_LIST;PE_SMA_DIR_CRAY_DEFAULT64=64' ';export' 'PE_SMA_DIR_CRAY_DEFAULT64;PE_SMA_DIR_PGI_DEFAULT64=64' ';export' 'PE_SMA_DIR_PGI_DEFAULT64;PE_SMA_VOLATILE_PKGCONFIG_PATH=/opt/cray/mpt/7.2.0/gni/sma@PE_SMA_DIR_DEFAULT64@/lib64/pkgconfig' ';export' 'PE_SMA_VOLATILE_PKGCONFIG_PATH;PE_TPSL_DEFAULT_GENCOMPS_CRAY_haswell=83' ';export' 'PE_TPSL_DEFAULT_GENCOMPS_CRAY_haswell;PE_TPSL_DEFAULT_GENCOMPS_CRAY_interlagos=83' ';export' 'PE_TPSL_DEFAULT_GENCOMPS_CRAY_interlagos;PE_TPSL_DEFAULT_GENCOMPS_CRAY_sandybridge=83' ';export' 'PE_TPSL_DEFAULT_GENCOMPS_CRAY_sandybridge;PE_TPSL_DEFAULT_GENCOMPS_CRAY_x86_64=83' ';export' 'PE_TPSL_DEFAULT_GENCOMPS_CRAY_x86_64;PE_TPSL_DEFAULT_GENCOMPS_GNU_haswell=49\' 48 ';export' 'PE_TPSL_DEFAULT_GENCOMPS_GNU_haswell;PE_TPSL_DEFAULT_GENCOMPS_GNU_interlagos=49\' 48 ';export' 'PE_TPSL_DEFAULT_GENCOMPS_GNU_interlagos;PE_TPSL_DEFAULT_GENCOMPS_GNU_sandybridge=49\' 48 ';export' 'PE_TPSL_DEFAULT_GENCOMPS_GNU_sandybridge;PE_TPSL_DEFAULT_GENCOMPS_GNU_x86_64=49\' 48 ';export' 'PE_TPSL_DEFAULT_GENCOMPS_GNU_x86_64;PE_TPSL_DEFAULT_GENCOMPS_INTEL_haswell=140' ';export' 'PE_TPSL_DEFAULT_GENCOMPS_INTEL_haswell;PE_TPSL_DEFAULT_GENCOMPS_INTEL_interlagos=140' ';export' 'PE_TPSL_DEFAULT_GENCOMPS_INTEL_interlagos;PE_TPSL_DEFAULT_GENCOMPS_INTEL_sandybridge=140' ';export' 'PE_TPSL_DEFAULT_GENCOMPS_INTEL_sandybridge;PE_TPSL_DEFAULT_GENCOMPS_INTEL_x86_64=140' ';export' 'PE_TPSL_DEFAULT_GENCOMPS_INTEL_x86_64;PE_TPSL_DEFAULT_REQUIRED_PRODUCTS=PE_MPICH:PE_LIBSCI' ';export' 'PE_TPSL_DEFAULT_REQUIRED_PRODUCTS;PE_TPSL_DEFAULT_VOLATILE_PKGCONFIG_PATH=/opt/cray/tpsl/1.4.4/@PRGENV@/@PE_TPSL_DEFAULT_GENCOMPS@/@PE_TPSL_DEFAULT_TARGET@/lib/pkgconfig' ';export' 'PE_TPSL_DEFAULT_VOLATILE_PKGCONFIG_PATH;PE_TPSL_DEFAULT_VOLATILE_PRGENV=CRAY\' 'GNU\' INTEL ';export' 'PE_TPSL_DEFAULT_VOLATILE_PRGENV;PE_TRILINOS_DEFAULT_GENCOMPS_CRAY_x86_64=83' ';export' 'PE_TRILINOS_DEFAULT_GENCOMPS_CRAY_x86_64;PE_TRILINOS_DEFAULT_GENCOMPS_GNU_x86_64=49\' 48 ';export' 'PE_TRILINOS_DEFAULT_GENCOMPS_GNU_x86_64;PE_TRILINOS_DEFAULT_GENCOMPS_INTEL_x86_64=140' ';export' 'PE_TRILINOS_DEFAULT_GENCOMPS_INTEL_x86_64;PE_TRILINOS_DEFAULT_REQUIRED_PRODUCTS=PE_MPICH:PE_HDF5_PARALLEL:PE_NETCDF_HDF5PARALLEL:PE_LIBSCI:PE_TPSL' ';export' 'PE_TRILINOS_DEFAULT_REQUIRED_PRODUCTS;PE_TRILINOS_DEFAULT_VOLATILE_PKGCONFIG_PATH=/opt/cray/trilinos/11.12.1.2/@PRGENV@/@PE_TRILINOS_DEFAULT_GENCOMPS@/@PE_TRILINOS_DEFAULT_TARGET@/lib/pkgconfig' ';export' 'PE_TRILINOS_DEFAULT_VOLATILE_PKGCONFIG_PATH;PE_TRILINOS_DEFAULT_VOLATILE_PRGENV=CRAY\' 'GNU\' INTEL ';export' 'PE_TRILINOS_DEFAULT_VOLATILE_PRGENV;PKGCONFIG_ENABLED=1' ';export' 'PKGCONFIG_ENABLED;PKG_CONFIG_PATH=/opt/cray/alps/5.2.4-2.0502.9822.32.1.ari/lib64/pkgconfig:/opt/cray/rca/1.0.0-2.0502.60530.1.62.ari/lib64/pkgconfig:/opt/cray/alps/5.2.4-2.0502.9774.31.11.ari/lib64/pkgconfig:/opt/cray/xpmem/0.1-2.0502.64982.5.3.ari/lib64/pkgconfig:/opt/cray/gni-headers/4.0-1.0502.10859.7.8.ari/lib64/pkgconfig:/opt/cray/dmapp/7.0.1-1.0502.11080.8.76.ari/lib64/pkgconfig:/opt/cray/pmi/5.0.11/lib64/pkgconfig:/opt/cray/ugni/6.0-1.0502.10863.8.29.ari/lib64/pkgconfig:/opt/cray/udreg/2.3.2-1.0502.10518.2.17.ari/lib64/pkgconfig:/opt/cray/craype/2.3.0/pkg-config:/opt/cray/atp/1.8.1/lib/pkgconfig' ';export' 'PKG_CONFIG_PATH;PKG_CONFIG_PATH_DEFAULT=/opt/cray/papi/5.4.0.1/lib64/pkgconfig' ';export' 'PKG_CONFIG_PATH_DEFAULT;PNG_INC=/usrx/local/prod//png/1.2.49/intel/sandybridge/include' ';export' 'PNG_INC;PNG_LIB=/usrx/local/prod//png/1.2.49/intel/sandybridge/lib/libpng.a' ';export' 'PNG_LIB;PNG_LIB12=/usrx/local/prod//png/1.2.49/intel/sandybridge/lib/libpng12.a' ';export' 'PNG_LIB12;PNG_LIBDIR=/usrx/local/prod//png/1.2.49/intel/sandybridge/lib' ';export' 'PNG_LIBDIR;PNG_LIBso=/usrx/local/prod//png/1.2.49/intel/sandybridge/lib/libpng.so' ';export' 'PNG_LIBso;PNG_SRC=/usrx/local/prod//png/1.2.49/intel/sandybridge/src' ';export' 'PNG_SRC;PNG_VER=1.2.49' ';export' 'PNG_VER;POST_INC=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/ncep_post_v8.0.1_4' ';export' 'POST_INC;POST_LIB=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libncep_post_v8.0.1_4.a' ';export' 'POST_LIB;POST_SRC=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/src/post_v8.0.1' ';export' 'POST_SRC;POST_VER=v8.0.1' ';export' 'POST_VER;SHMEM_ABORT_ON_ERROR=1' ';export' 'SHMEM_ABORT_ON_ERROR;SLURM_PROLOG=/opt/cray/atp/1.8.1/libexec/slurm_prolog.ksh' ';export' 'SLURM_PROLOG;SP_LIB4=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libsp_v2.0.3_4.a' ';export' 'SP_LIB4;SP_LIB8=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libsp_v2.0.3_8.a' ';export' 'SP_LIB8;SP_LIBd=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libsp_v2.0.3_d.a' ';export' 'SP_LIBd;SP_SRC=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/src/sp_v2.0.3' ';export' 'SP_SRC;SP_VER=v2.0.3' ';export' 'SP_VER;TBBROOT=/opt/intel/compilers_and_libraries_2016.3.210/linux/tbb' ';export' 'TBBROOT;W3EMC_INC4=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/w3emc_v2.3.1_4' ';export' 'W3EMC_INC4;W3EMC_INC8=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/w3emc_v2.3.1_8' ';export' 'W3EMC_INC8;W3EMC_INCd=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/w3emc_v2.3.1_d' ';export' 'W3EMC_INCd;W3EMC_LIB4=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libw3emc_v2.3.1_4.a' ';export' 'W3EMC_LIB4;W3EMC_LIB8=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libw3emc_v2.3.1_8.a' ';export' 'W3EMC_LIB8;W3EMC_LIBd=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libw3emc_v2.3.1_d.a' ';export' 'W3EMC_LIBd;W3EMC_SRC=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/src/w3emc_v2.3.1' ';export' 'W3EMC_SRC;W3EMC_VER=v2.3.1' ';export' 'W3EMC_VER;W3NCO_INC4=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/w3nco_v2.0.7_4' ';export' 'W3NCO_INC4;W3NCO_INC8=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/w3nco_v2.0.7_8' ';export' 'W3NCO_INC8;W3NCO_INCd=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/w3nco_v2.0.7_d' ';export' 'W3NCO_INCd;W3NCO_LIB4=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libw3nco_v2.0.7_4.a' ';export' 'W3NCO_LIB4;W3NCO_LIB8=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libw3nco_v2.0.7_8.a' ';export' 'W3NCO_LIB8;W3NCO_LIBd=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libw3nco_v2.0.7_d.a' ';export' 'W3NCO_LIBd;W3NCO_SRC=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/src/w3nco_v2.0.7' ';export' 'W3NCO_SRC;W3NCO_VER=v2.0.7' ';export' 'W3NCO_VER;XLSF_UIDDIR=/gpfs/llsf/xt-lsfhpc/9.1/linux2.6-glibc2.3-x86_64-cray/lib/uid' ';export' 'XLSF_UIDDIR;XTOS_VERSION=5.2.82' ';export' 'XTOS_VERSION;XTPE_NETWORK_TARGET=aries' ';export' 'XTPE_NETWORK_TARGET;Z_INC=/usrx/local/dev/zlib/1.2.7/intel/sandybridge/include' ';export' 'Z_INC;Z_LIB=/usrx/local/dev/zlib/1.2.7/intel/sandybridge/lib/libz.a' ';export' 'Z_LIB;Z_SRC=/usrx/local/dev/zlib/1.2.7/intel/sandybridge/src' ';export' 'Z_SRC;Z_VER=1.2.7' ';export' 'Z_VER;_LMFILES_=/opt/cray/craype/default/alt-modulefiles/craype-network-aries:/opt/cray/alt-modulefiles/craype/2.3.0:/opt/cray/alt-modulefiles/cray-libsci/13.0.3:/opt/cray/ari/modulefiles/udreg/2.3.2-1.0502.10518.2.17.ari:/opt/cray/ari/modulefiles/ugni/6.0-1.0502.10863.8.29.ari:/opt/cray/ari/modulefiles/pmi/5.0.11:/opt/cray/ari/modulefiles/dmapp/7.0.1-1.0502.11080.8.76.ari:/opt/cray/ari/modulefiles/gni-headers/4.0-1.0502.10859.7.8.ari:/opt/cray/ari/modulefiles/xpmem/0.1-2.0502.64982.5.3.ari:/opt/cray/ari/modulefiles/dvs/2.5_0.9.0-1.0502.2188.1.116.ari:/opt/cray/ari/modulefiles/alps/5.2.4-2.0502.9774.31.11.ari:/opt/cray/ari/modulefiles/rca/1.0.0-2.0502.60530.1.62.ari:/opt/cray/alt-modulefiles/atp/1.8.1:/opt/cray/alt-modulefiles/PrgEnv-intel/5.2.82:/opt/modulefiles/intel/16.3.210:/opt/cray/alt-modulefiles/cray-netcdf/4.3.3.1:/opt/cray/alt-modulefiles/cray-hdf5/1.8.14:/opt/modulefiles/xt-lsfhpc/9.1.3:/opt/cray/craype/default/alt-modulefiles/craype-haswell:/usrx/local/dev/modulefiles/python/2.7.14:/usrx/local/dev/modulefiles/cmake/3.6.2:/opt/modulefiles/gcc/4.9.2:/usrx/local/prod/modulefiles/jasper-gnu-sandybridge/1.900.1:/usrx/local/prod/modulefiles/png-intel-sandybridge/1.2.49:/usrx/local/dev/modulefiles/zlib-intel-sandybridge/1.2.7:/gpfs/hps/nco/ops/nwprod/lib/modulefiles/crtm-intel/2.2.6:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles/g2/3.1.1:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles/g2tmpl/1.6.0:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles/bacio/2.0.3:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles/ip/3.0.2:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles/sp/2.0.3:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles/w3nco/2.0.7:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles/w3emc/2.3.1:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles/nemsio/2.2.4:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles/post/8.0.1:/opt/cray/ari/modulefiles/alps/5.2.4-2.0502.9822.32.1.ari:/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/modulefiles/esmf/8.0.0:/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/wcoss_cray/fv3' ';export' '_LMFILES_;' ++ ATP_HOME=/opt/cray/atp/1.8.1 ++ export ATP_HOME ++ ATP_MRNET_COMM_PATH=/opt/cray/atp/1.8.1/libexec/atp_mrnet_commnode_wrapper @@ -3906,7 +3911,7 @@ fv3(19):ERROR:105: Unable to locate a modulefile for 'esmf/8.0.0' ++ export MIC_LIBRARY_PATH ++ MKLROOT=/opt/intel/compilers_and_libraries_2016.3.210/linux/mkl ++ export MKLROOT -++ MODULEPATH=/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/modulefiles:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles:/opt/cray/ari/modulefiles:/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_cray:/usrx/local/emc_rocoto/modulefiles:/usrx/local/dev/modulefiles:/usrx/local/prod/modulefiles:/gpfs/hps/nco/ops/nwprod/lib/modulefiles:/gpfs/hps/nco/ops/nwprod/modulefiles:/opt/cray/alt-modulefiles:/opt/cray/craype/default/alt-modulefiles:/opt/modulefiles +++ MODULEPATH=/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/modulefiles:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles:/opt/cray/ari/modulefiles:/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/wcoss_cray:/usrx/local/emc_rocoto/modulefiles:/usrx/local/dev/modulefiles:/usrx/local/prod/modulefiles:/gpfs/hps/nco/ops/nwprod/lib/modulefiles:/gpfs/hps/nco/ops/nwprod/modulefiles:/opt/cray/alt-modulefiles:/opt/cray/craype/default/alt-modulefiles:/opt/modulefiles ++ export MODULEPATH ++ MPICH_ABORT_ON_ERROR=1 ++ export MPICH_ABORT_ON_ERROR @@ -3926,7 +3931,7 @@ fv3(19):ERROR:105: Unable to locate a modulefile for 'esmf/8.0.0' ++ export NLSPATH ++ PATH=/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/bin:/opt/cray/alps/5.2.4-2.0502.9822.32.1.ari/sbin:/opt/cray/alps/5.2.4-2.0502.9822.32.1.ari/bin:/opt/gcc/4.9.2/bin:/usrx/local/dev/cmake/3.6.2/bin:/usrx/local/dev/python/2.7.14/bin:/gpfs/llsf/xt-lsfhpc/9.1/linux2.6-glibc2.3-x86_64-cray/etc:/gpfs/llsf/xt-lsfhpc/9.1/linux2.6-glibc2.3-x86_64-cray/bin:/opt/cray/hdf5/1.8.14/bin:/opt/cray/netcdf/4.3.3.1/bin:/opt/intel/compilers_and_libraries_2016.3.210/linux/bin/intel64:/opt/intel/compilers_and_libraries_2016.3.210/linux/debugger/gdb/intel64_mic/bin:/opt/cray/rca/1.0.0-2.0502.60530.1.62.ari/bin:/opt/cray/alps/5.2.4-2.0502.9774.31.11.ari/sbin:/opt/cray/dvs/2.5_0.9.0-1.0502.2188.1.116.ari/bin:/opt/cray/xpmem/0.1-2.0502.64982.5.3.ari/bin:/opt/cray/ugni/6.0-1.0502.10863.8.29.ari/bin:/opt/cray/udreg/2.3.2-1.0502.10518.2.17.ari/bin:/opt/cray/craype/2.3.0/bin:/u/Dusan.Jovic/bin:/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/X11R6/bin:/usr/games:/opt/bin:/usr/lib/mit/bin:/usr/lib/mit/sbin:/sbin:/usr/sbin:.:/usr/lib/qt3/bin:/u/Dusan.Jovic/bin:/gpfs/hps3/emc/meso/noscrub/Dusan.Jovic/dbrowse:/opt/cray/bin:/usrx/local/dev/zlib/1.2.7/intel/sandybridge/include ++ export PATH -++ PE_CRAY_DEFAULT_FIXED_PKGCONFIG_PATH=/opt/cray/netcdf/4.3.2/CRAY/83/lib/pkgconfig:/opt/cray/netcdf-hdf5parallel/4.3.2/CRAY/83/lib/pkgconfig:/opt/cray/parallel-netcdf/1.6.0/CRAY/8.3/lib/pkgconfig:/opt/cray/ga/5.3.0.1/CRAY/83/lib/pkgconfig:/opt/cray/hdf5/1.8.13/CRAY/83/lib/pkgconfig:/opt/cray/hdf5-parallel/1.8.13/CRAY/83/lib/pkgconfig +++ PE_CRAY_DEFAULT_FIXED_PKGCONFIG_PATH=/opt/cray/parallel-netcdf/1.6.0/CRAY/8.3/lib/pkgconfig:/opt/cray/ga/5.3.0.1/CRAY/83/lib/pkgconfig:/opt/cray/netcdf-hdf5parallel/4.3.2/CRAY/83/lib/pkgconfig:/opt/cray/hdf5-parallel/1.8.13/CRAY/83/lib/pkgconfig:/opt/cray/netcdf/4.3.2/CRAY/83/lib/pkgconfig:/opt/cray/hdf5/1.8.13/CRAY/83/lib/pkgconfig ++ export PE_CRAY_DEFAULT_FIXED_PKGCONFIG_PATH ++ PE_CRAY_FIXED_PKGCONFIG_PATH=/opt/cray/hdf5/1.8.14/CRAY/8.3/lib/pkgconfig:/opt/cray/netcdf/4.3.3.1/CRAY/8.3/lib/pkgconfig ++ export PE_CRAY_FIXED_PKGCONFIG_PATH @@ -3994,7 +3999,7 @@ fv3(19):ERROR:105: Unable to locate a modulefile for 'esmf/8.0.0' ++ export PE_HDF5_VOLATILE_PKGCONFIG_PATH ++ PE_HDF5_VOLATILE_PRGENV=GNU ++ export PE_HDF5_VOLATILE_PRGENV -++ PE_INTEL_DEFAULT_FIXED_PKGCONFIG_PATH=/opt/cray/netcdf/4.3.2/INTEL/140/lib/pkgconfig:/opt/cray/netcdf-hdf5parallel/4.3.2/INTEL/140/lib/pkgconfig:/opt/cray/parallel-netcdf/1.6.0/INTEL/14.0/lib/pkgconfig:/opt/cray/ga/5.3.0.1/INTEL/140/lib/pkgconfig:/opt/cray/hdf5/1.8.13/INTEL/140/lib/pkgconfig:/opt/cray/mpt/7.2.0/gni/mpich2-intel/140/lib/pkgconfig:/opt/cray/hdf5-parallel/1.8.13/INTEL/140/lib/pkgconfig +++ PE_INTEL_DEFAULT_FIXED_PKGCONFIG_PATH=/opt/cray/parallel-netcdf/1.6.0/INTEL/14.0/lib/pkgconfig:/opt/cray/ga/5.3.0.1/INTEL/140/lib/pkgconfig:/opt/cray/netcdf-hdf5parallel/4.3.2/INTEL/140/lib/pkgconfig:/opt/cray/mpt/7.2.0/gni/mpich2-intel/140/lib/pkgconfig:/opt/cray/hdf5-parallel/1.8.13/INTEL/140/lib/pkgconfig:/opt/cray/netcdf/4.3.2/INTEL/140/lib/pkgconfig:/opt/cray/hdf5/1.8.13/INTEL/140/lib/pkgconfig ++ export PE_INTEL_DEFAULT_FIXED_PKGCONFIG_PATH ++ PE_INTEL_FIXED_PKGCONFIG_PATH=/opt/cray/hdf5/1.8.14/INTEL/14.0/lib/pkgconfig:/opt/cray/netcdf/4.3.3.1/INTEL/14.0/lib/pkgconfig ++ export PE_INTEL_FIXED_PKGCONFIG_PATH @@ -4146,7 +4151,7 @@ fv3(19):ERROR:105: Unable to locate a modulefile for 'esmf/8.0.0' ++ export PE_PETSC_DEFAULT_VOLATILE_PKGCONFIG_PATH ++ PE_PETSC_DEFAULT_VOLATILE_PRGENV='CRAY GNU INTEL' ++ export PE_PETSC_DEFAULT_VOLATILE_PRGENV -++ PE_PKGCONFIG_DEFAULT_PRODUCTS=PE_TRILINOS:PE_TPSL:PE_NETCDF:PE_NETCDF_HDF5PARALLEL:PE_PARALLEL_NETCDF:PE_LIBSCI:PE_GA:PE_PETSC:PE_HDF5:PE_FFTW:PE_MPICH:PE_HDF5_PARALLEL +++ PE_PKGCONFIG_DEFAULT_PRODUCTS=PE_TPSL:PE_LIBSCI:PE_TRILINOS:PE_FFTW:PE_PARALLEL_NETCDF:PE_GA:PE_NETCDF_HDF5PARALLEL:PE_MPICH:PE_HDF5_PARALLEL:PE_PETSC:PE_NETCDF:PE_HDF5 ++ export PE_PKGCONFIG_DEFAULT_PRODUCTS ++ PE_PKGCONFIG_LIBS=hdf5_hl:hdf5:netcdf:AtpSigHandler:cray-rca:libsci_mpi:libsci ++ export PE_PKGCONFIG_LIBS @@ -4296,7 +4301,7 @@ fv3(19):ERROR:105: Unable to locate a modulefile for 'esmf/8.0.0' ++ export Z_SRC ++ Z_VER=1.2.7 ++ export Z_VER -++ _LMFILES_=/opt/cray/craype/default/alt-modulefiles/craype-network-aries:/opt/cray/alt-modulefiles/craype/2.3.0:/opt/cray/alt-modulefiles/cray-libsci/13.0.3:/opt/cray/ari/modulefiles/udreg/2.3.2-1.0502.10518.2.17.ari:/opt/cray/ari/modulefiles/ugni/6.0-1.0502.10863.8.29.ari:/opt/cray/ari/modulefiles/pmi/5.0.11:/opt/cray/ari/modulefiles/dmapp/7.0.1-1.0502.11080.8.76.ari:/opt/cray/ari/modulefiles/gni-headers/4.0-1.0502.10859.7.8.ari:/opt/cray/ari/modulefiles/xpmem/0.1-2.0502.64982.5.3.ari:/opt/cray/ari/modulefiles/dvs/2.5_0.9.0-1.0502.2188.1.116.ari:/opt/cray/ari/modulefiles/alps/5.2.4-2.0502.9774.31.11.ari:/opt/cray/ari/modulefiles/rca/1.0.0-2.0502.60530.1.62.ari:/opt/cray/alt-modulefiles/atp/1.8.1:/opt/cray/alt-modulefiles/PrgEnv-intel/5.2.82:/opt/modulefiles/intel/16.3.210:/opt/cray/alt-modulefiles/cray-netcdf/4.3.3.1:/opt/cray/alt-modulefiles/cray-hdf5/1.8.14:/opt/modulefiles/xt-lsfhpc/9.1.3:/opt/cray/craype/default/alt-modulefiles/craype-haswell:/usrx/local/dev/modulefiles/python/2.7.14:/usrx/local/dev/modulefiles/cmake/3.6.2:/opt/modulefiles/gcc/4.9.2:/usrx/local/prod/modulefiles/jasper-gnu-sandybridge/1.900.1:/usrx/local/prod/modulefiles/png-intel-sandybridge/1.2.49:/usrx/local/dev/modulefiles/zlib-intel-sandybridge/1.2.7:/gpfs/hps/nco/ops/nwprod/lib/modulefiles/crtm-intel/2.2.6:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles/g2/3.1.1:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles/g2tmpl/1.6.0:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles/bacio/2.0.3:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles/ip/3.0.2:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles/sp/2.0.3:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles/w3nco/2.0.7:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles/w3emc/2.3.1:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles/nemsio/2.2.4:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles/post/8.0.1:/opt/cray/ari/modulefiles/alps/5.2.4-2.0502.9822.32.1.ari:/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/modulefiles/esmf/8.0.0:/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_cray/fv3 +++ _LMFILES_=/opt/cray/craype/default/alt-modulefiles/craype-network-aries:/opt/cray/alt-modulefiles/craype/2.3.0:/opt/cray/alt-modulefiles/cray-libsci/13.0.3:/opt/cray/ari/modulefiles/udreg/2.3.2-1.0502.10518.2.17.ari:/opt/cray/ari/modulefiles/ugni/6.0-1.0502.10863.8.29.ari:/opt/cray/ari/modulefiles/pmi/5.0.11:/opt/cray/ari/modulefiles/dmapp/7.0.1-1.0502.11080.8.76.ari:/opt/cray/ari/modulefiles/gni-headers/4.0-1.0502.10859.7.8.ari:/opt/cray/ari/modulefiles/xpmem/0.1-2.0502.64982.5.3.ari:/opt/cray/ari/modulefiles/dvs/2.5_0.9.0-1.0502.2188.1.116.ari:/opt/cray/ari/modulefiles/alps/5.2.4-2.0502.9774.31.11.ari:/opt/cray/ari/modulefiles/rca/1.0.0-2.0502.60530.1.62.ari:/opt/cray/alt-modulefiles/atp/1.8.1:/opt/cray/alt-modulefiles/PrgEnv-intel/5.2.82:/opt/modulefiles/intel/16.3.210:/opt/cray/alt-modulefiles/cray-netcdf/4.3.3.1:/opt/cray/alt-modulefiles/cray-hdf5/1.8.14:/opt/modulefiles/xt-lsfhpc/9.1.3:/opt/cray/craype/default/alt-modulefiles/craype-haswell:/usrx/local/dev/modulefiles/python/2.7.14:/usrx/local/dev/modulefiles/cmake/3.6.2:/opt/modulefiles/gcc/4.9.2:/usrx/local/prod/modulefiles/jasper-gnu-sandybridge/1.900.1:/usrx/local/prod/modulefiles/png-intel-sandybridge/1.2.49:/usrx/local/dev/modulefiles/zlib-intel-sandybridge/1.2.7:/gpfs/hps/nco/ops/nwprod/lib/modulefiles/crtm-intel/2.2.6:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles/g2/3.1.1:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles/g2tmpl/1.6.0:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles/bacio/2.0.3:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles/ip/3.0.2:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles/sp/2.0.3:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles/w3nco/2.0.7:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles/w3emc/2.3.1:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles/nemsio/2.2.4:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles/post/8.0.1:/opt/cray/ari/modulefiles/alps/5.2.4-2.0502.9822.32.1.ari:/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/modulefiles/esmf/8.0.0:/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/wcoss_cray/fv3 ++ export _LMFILES_ + module list ++ /opt/modules/3.2.10.3/bin/modulecmd bash list @@ -4341,7 +4346,7 @@ Currently Loaded Modulefiles: 38) fv3 + eval + cd build_fv3_3 -+ cmake /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model -D32BIT=Y ++ cmake /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model -D32BIT=Y -- The C compiler identification is Intel 16.0.3.20160415 -- The CXX compiler identification is Intel 16.0.3.20160415 -- The Fortran compiler identification is Intel 16.0.3.20160415 @@ -4398,86 +4403,86 @@ Force 64 bits in ipd Force 64 bits in stochastic_physics -- Configuring done -- Generating done --- Build files have been written to: /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_3 +-- Build files have been written to: /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/tests/build_fv3_3 + make -j 8 Scanning dependencies of target fv3cpl +[ 0%] Building Fortran object FV3/cpl/CMakeFiles/fv3cpl.dir/module_cplfields.F90.o [ 1%] Building Fortran object FV3/cpl/CMakeFiles/fv3cpl.dir/module_cap_cpl.F90.o -[ 1%] Building Fortran object FV3/cpl/CMakeFiles/fv3cpl.dir/module_cplfields.F90.o -Scanning dependencies of target gfsphysics -[ 1%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/machine.F.o -[ 2%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_composition.f.o -[ 4%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/co2hc.f.o -[ 4%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/efield.f.o -[ 4%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/wam_f107_kp_mod.f90.o Scanning dependencies of target fms -[ 5%] Building Fortran object CMakeFiles/fms.dir/FMS/platform/platform.F90.o -[ 5%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_parameter.F90.o -[ 5%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mersenne_twister.f.o -[ 5%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/GFDL_parse_tracers.F90.o -[ 6%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/iounitdef.f.o -[ 6%] Linking Fortran static library libfv3cpl.a -[ 6%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/namelist_soilveg.f.o -[ 6%] Built target fv3cpl -[ 6%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_wrf_utl.f90.o +[ 1%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_parameter.F90.o +[ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/platform/platform.F90.o +[ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_core.F90.o +[ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/cloud_interpolator.F90.o +[ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_input.F90.o +Scanning dependencies of target gfsphysics +[ 2%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/machine.F.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 6%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/noahmp_tables.f90.o -[ 6%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_core.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 6%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_mp_radar.F90.o -[ 6%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/physcons.F90.o -[ 6%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/date_def.f.o -[ 6%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_input.F90.o -[ 7%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/progtm_module.f.o -[ 7%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/aerclm_def.f.o -[ 7%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2o_def.f.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 7%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/cloud_interpolator.F90.o -[ 7%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_io.F90.o -[ 7%] Building Fortran object CMakeFiles/fms.dir/FMS/random_numbers/MersenneTwister.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 8%] Building Fortran object CMakeFiles/fms.dir/FMS/sat_vapor_pres/sat_vapor_pres_k.F90.o -[ 8%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/physparam.f.o -[ 9%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ozne_def.f.o -[ 9%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gfs_phy_tracer_config.F.o -[ 9%] Building Fortran object CMakeFiles/fms.dir/FMS/constants/constants.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 10%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_data.F90.o +[ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_io.F90.o +[ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/random_numbers/MersenneTwister.F90.o +[ 3%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/co2hc.f.o +[ 4%] Building Fortran object CMakeFiles/fms.dir/FMS/sat_vapor_pres/sat_vapor_pres_k.F90.o +[ 4%] Building Fortran object CMakeFiles/fms.dir/FMS/constants/constants.F90.o +[ 5%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_data.F90.o +[ 5%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_composition.f.o +[ 5%] Linking Fortran static library libfv3cpl.a +[ 5%] Built target fv3cpl +[ 6%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/efield.f.o +[ 7%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/wam_f107_kp_mod.f90.o +[ 7%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mersenne_twister.f.o +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 7%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp.F90.o +[ 7%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/GFDL_parse_tracers.F90.o +[ 8%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/iounitdef.f.o +[ 8%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/namelist_soilveg.f.o +[ 8%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_wrf_utl.f90.o +[ 8%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/noahmp_tables.f90.o +[ 8%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_mp_radar.F90.o +[ 8%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/physcons.F90.o +[ 8%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/date_def.f.o +[ 9%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/progtm_module.f.o +[ 9%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/aerclm_def.f.o +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 9%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2o_def.f.o +[ 9%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/physparam.f.o +[ 10%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ozne_def.f.o +[ 10%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gfs_phy_tracer_config.F.o [ 10%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/surface_perturbation.F90.o [ 10%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_sf_noahmp_glacier.f90.o -[ 11%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/iccn_def.f.o [ 11%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_sf_noahmplsm.f90.o +[ 11%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/iccn_def.f.o [ 12%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/micro_mg_utils.F90.o [ 12%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gfdl_cloud_microphys.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 12%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp.F90.o [ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/tracer_const_h.f.o [ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/funcphys.f90.o [ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_ugwp_initialize.F90.o [ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radlw_param.f.o [ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radsw_param.f.o [ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_astronomy.f.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. [ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_surface.f.o [ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_nst_parameters.f90.o [ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/aer_cloud.F.o @@ -4497,32 +4502,32 @@ ifort: command line warning #10121: overriding '-xCORE-AVX2' with '-xCORE-AVX-I' [ 18%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_nst_water_prop.f90.o [ 18%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/wv_saturation.F.o [ 19%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cs_conv.F90.o -[ 19%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_diag.f.o -[ 20%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_drv.f.o -[ 20%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_ocean.f.o -[ 21%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_sice.f.o -[ 22%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_clouds.f.o -[ 22%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radsw_main.f.o -[ 22%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_nst_model.f90.o -[ 22%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cldmacro.F.o -[ 23%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cldwat2m_micro.F.o -[ 23%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/micro_mg2_0.F90.o -[ 23%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_efp.F90.o -[ 23%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_memutils.F90.o -[ 23%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/micro_mg3_0.F90.o +[ 19%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_efp.F90.o +[ 19%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_memutils.F90.o +[ 20%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_pset.F90.o +[ 21%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_type.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 24%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_pset.F90.o -[ 25%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_type.F90.o -[ 25%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_typedefs.F90.o +[ 22%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/gradient.F90.o +[ 22%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_diag.f.o +[ 23%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_drv.f.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 26%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/gradient.F90.o -[ 26%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_domains.F90.o +[ 23%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_ocean.f.o +[ 24%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_sice.f.o +[ 24%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_domains.F90.o +[ 24%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_typedefs.F90.o +[ 25%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_clouds.f.o +[ 25%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radsw_main.f.o +[ 25%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_nst_model.f90.o +[ 25%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cldmacro.F.o +[ 26%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cldwat2m_micro.F.o +[ 26%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/micro_mg2_0.F90.o +[ 26%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/micro_mg3_0.F90.o [ 26%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radlw_main.f.o [ 26%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_nst.f.o Using 8-byte addressing @@ -4530,10 +4535,10 @@ Using pure routines. Using allocatable derived type array members. Using cray pointers. [ 27%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_diagnostics.F90.o -[ 27%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_radiation_driver.F90.o [ 27%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_physics_driver.F90.o +[ 27%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_radiation_driver.F90.o [ 27%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_restart.F90.o -[ 27%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_comm.F90.o +[ 28%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_comm.F90.o [ 28%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_io.F90.o Compiling in MPI mode (with or without MPP) Using 8-byte addressing @@ -4544,178 +4549,179 @@ Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. +[ 28%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_driver.F90.o [ 28%] Building Fortran object CMakeFiles/fms.dir/FMS/fms/fms_io.F90.o [ 28%] Building Fortran object CMakeFiles/fms.dir/FMS/memutils/memutils.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 28%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_driver.F90.o -[ 29%] Building Fortran object CMakeFiles/fms.dir/FMS/fms/fms.F90.o -[ 29%] Building Fortran object CMakeFiles/fms.dir/FMS/time_manager/time_manager.F90.o -[ 29%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bicubic.F90.o -[ 30%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bilinear.F90.o -[ 30%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_conserve.F90.o -[ 30%] Building Fortran object CMakeFiles/fms.dir/FMS/axis_utils/axis_utils.F90.o -[ 30%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_grid.F90.o -[ 30%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_spherical.F90.o +[ 29%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_abstraction_layer.F90.o +[ 30%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2oc.f.o +[ 30%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_tracer.f.o +[ 30%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_solar_heating.f.o +[ 31%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ideaca.f.o +[ 31%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfcsub.F.o +[ 31%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ugwp_driver_v0.f.o +[ 31%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cnvc90.f.o +[ 31%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/dcyc2.f.o +[ 31%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/dcyc2.pre.rad.f.o +[ 31%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/get_prs.f.o +[ 31%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gocart_tracer_config_stub.f.o +[ 32%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gscond.f.o +[ 32%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gscondp.f.o +[ 32%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gwdc.f.o +[ 33%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gwdps.f.o +[ 33%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_orowam2017.f.o +[ 33%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2ohdc.f.o +[ 33%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2ophys.f.o +[ 33%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_co2.f.o +[ 33%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_dissipation.f.o +[ 34%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_h2o.f.o +[ 34%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_ion.f.o +[ 34%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_o2_o3.f.o +[ 35%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_phys.f.o +[ 35%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/lrgsclr.f.o +[ 35%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfpbl.f.o +[ 36%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfpblt.f.o +[ 36%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfpbltq.f.o +[ 36%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfscu.f.o +[ 37%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfscuq.f.o +[ 37%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninedmf.f.o +[ 37%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninedmf_hafs.f.o +[ 38%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninp.f.o +[ 38%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninp1.f.o +[ 38%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninq.f.o +[ 39%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninq1.f.o +[ 39%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninshoc.f.o +[ 39%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mstadb.f.o +[ 40%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mstadbtn.f.o +[ 40%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mstadbtn2.f.o +[ 40%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mstcnv.f.o +[ 41%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ozphys.f.o +[ 41%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ozphys_2015.f.o +[ 41%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/precpd.f.o +[ 42%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/precpd_shoc.f.o +[ 42%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/precpdp.f.o +[ 42%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/progt2.f.o +[ 42%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/rad_initialize.f.o +[ 43%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/rayleigh_damp.f.o +[ 43%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/rayleigh_damp_mesopause.f.o +[ 43%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/samfaerosols.f.o +[ 44%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/samfdeepcnv.f.o +[ 44%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/samfshalcnv.f.o +[ 44%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sascnv.f.o +[ 45%] Building Fortran object CMakeFiles/fms.dir/FMS/fms/fms.F90.o +[ 45%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sascnvn.f.o +[ 46%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/satmedmfvdif.f.o +[ 46%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/satmedmfvdifq.f.o +[ 46%] Building Fortran object CMakeFiles/fms.dir/FMS/time_manager/time_manager.F90.o +[ 46%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/set_soilveg.f.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. +[ 46%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_noahmp_drv.f.o +[ 46%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bicubic.F90.o +[ 47%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bilinear.F90.o +[ 47%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_conserve.F90.o +[ 47%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_spherical.F90.o +[ 47%] Building Fortran object CMakeFiles/fms.dir/FMS/axis_utils/axis_utils.F90.o +[ 47%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sflx.f.o +[ 47%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_grid.F90.o +[ 47%] Building Fortran object CMakeFiles/fms.dir/FMS/field_manager/field_manager.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. +[ 47%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/mosaic.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 30%] Building Fortran object CMakeFiles/fms.dir/FMS/field_manager/field_manager.F90.o -[ 30%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/mosaic.F90.o -[ 31%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_abstraction_layer.F90.o -[ 32%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2oc.f.o -[ 33%] Building Fortran object CMakeFiles/fms.dir/FMS/topography/gaussian_topog.F90.o -[ 33%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_solar_heating.f.o -[ 33%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_tracer.f.o -[ 34%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ideaca.f.o -[ 34%] Building Fortran object CMakeFiles/fms.dir/FMS/time_manager/get_cal_time.F90.o -[ 34%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfcsub.F.o -[ 34%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp.F90.o -[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/time_interp/time_interp.F90.o -[ 35%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ugwp_driver_v0.f.o -[ 35%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cnvc90.f.o -[ 35%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/dcyc2.f.o -[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_data.F90.o -[ 36%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_types.F90.o -[ 36%] Building Fortran object CMakeFiles/fms.dir/FMS/field_manager/fm_util.F90.o -[ 36%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/dcyc2.pre.rad.f.o -[ 36%] Building Fortran object CMakeFiles/fms.dir/FMS/time_interp/time_interp_external.F90.o -[ 36%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/get_prs.f.o +[ 48%] Building Fortran object CMakeFiles/fms.dir/FMS/topography/gaussian_topog.F90.o +[ 48%] Building Fortran object CMakeFiles/fms.dir/FMS/time_manager/get_cal_time.F90.o +[ 49%] Building Fortran object CMakeFiles/fms.dir/FMS/time_interp/time_interp.F90.o +[ 49%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_data.F90.o +[ 50%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_types.F90.o +[ 50%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcnv.f.o +[ 50%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp.F90.o +[ 51%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcv.f.o +[ 51%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcv_1lyr.f.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 36%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gocart_tracer_config_stub.f.o -[ 37%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_axis.F90.o -[ 38%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_manifest.F90.o +[ 52%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_axis.F90.o +[ 53%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_manifest.F90.o +[ 53%] Building Fortran object CMakeFiles/fms.dir/FMS/field_manager/fm_util.F90.o +[ 53%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/xbt_drop_rate_adjust.f90.o +[ 53%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcv_fixdp.f.o +[ 53%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcv_opr.f.o +[ 53%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/write_ocean_data.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 38%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/xbt_drop_rate_adjust.f90.o -[ 38%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/write_ocean_data.F90.o -[ 39%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gscond.f.o -[ 39%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gscondp.f.o +[ 53%] Building Fortran object CMakeFiles/fms.dir/FMS/time_interp/time_interp_external.F90.o +[ 53%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/tridi2t3.f.o +[ 53%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/calpreciptype.f90.o +[ 53%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_output.F90.o +[ 53%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gcm_shoc.f90.o +[ 54%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2ointerp.f90.o +[ 55%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ozinterp.f90.o +[ 55%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/iccninterp.f90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 39%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_output.F90.o -[ 39%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gwdc.f.o -[ 40%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gwdps.f.o -[ 40%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_orowam2017.f.o -[ 40%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2ohdc.f.o -[ 40%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2ophys.f.o +[ 55%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/aerinterp.f90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_util.F90.o -[ 41%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_co2.f.o -[ 41%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_dissipation.f.o -[ 42%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_h2o.f.o -[ 42%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_ion.f.o -[ 42%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_o2_o3.f.o +[ 56%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/num_parthds.F.o +[ 57%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gcycle.F90.o +[ 58%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_ugwp_utils.F90.o +[ 59%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_util.F90.o +[ 59%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_ugwp_triggers.F90.o +[ 59%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_ugwp_solvers.F90.o +[ 59%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_vert_lsatdis.F90.o +[ 60%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_vert_orodis.F90.o +[ 60%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_vert_wmsdis.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 43%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_phys.f.o -[ 43%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/lrgsclr.f.o -[ 43%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfpbl.f.o -[ 44%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfpblt.f.o -[ 44%] Building Fortran object CMakeFiles/fms.dir/FMS/data_override/data_override.F90.o -[ 44%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfpbltq.f.o -[ 44%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfscu.f.o -[ 45%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfscuq.f.o -[ 45%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_table.F90.o -[ 45%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninedmf.f.o -[ 45%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninedmf_hafs.f.o +[ 60%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/m_micro_driver.F90.o +[ 60%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_table.F90.o +[ 60%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_manager.F90.o +[ 60%] Building Fortran object CMakeFiles/fms.dir/FMS/data_override/data_override.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 46%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninp.f.o -[ 46%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninp1.f.o -[ 46%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninq.f.o -[ 47%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninq1.f.o -[ 47%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_manager.F90.o -[ 47%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninshoc.f.o -[ 47%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mstadb.f.o -[ 48%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mstadbtn.f.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 48%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mstadbtn2.f.o -[ 48%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mstcnv.f.o -[ 49%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ozphys.f.o -[ 49%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ozphys_2015.f.o -[ 49%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/precpd.f.o -[ 50%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/precpd_shoc.f.o -[ 50%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/precpdp.f.o -[ 50%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/progt2.f.o -[ 50%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/rad_initialize.f.o -[ 51%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/rayleigh_damp.f.o -[ 51%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/rayleigh_damp_mesopause.f.o -[ 51%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/samfaerosols.f.o -[ 52%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/samfdeepcnv.f.o -[ 52%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/samfshalcnv.f.o -[ 52%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sascnv.f.o -[ 52%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sascnvn.f.o -[ 53%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/satmedmfvdif.f.o -[ 53%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/satmedmfvdifq.f.o -[ 53%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/set_soilveg.f.o -[ 53%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_noahmp_drv.f.o -[ 53%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sflx.f.o -[ 53%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcnv.f.o -[ 54%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcv.f.o -[ 54%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcv_1lyr.f.o -[ 54%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcv_fixdp.f.o -[ 54%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcv_opr.f.o -[ 54%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/tridi2t3.f.o -[ 54%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/calpreciptype.f90.o -[ 54%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gcm_shoc.f90.o -[ 55%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2ointerp.f90.o -[ 56%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ozinterp.f90.o -[ 56%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/iccninterp.f90.o -[ 56%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/aerinterp.f90.o -[ 57%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/num_parthds.F.o -[ 58%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gcycle.F90.o -[ 59%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_ugwp_utils.F90.o -[ 59%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_ugwp_triggers.F90.o -[ 59%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_ugwp_solvers.F90.o -[ 60%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_vert_orodis.F90.o -[ 60%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_vert_lsatdis.F90.o -[ 60%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_vert_wmsdis.F90.o -[ 60%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/m_micro_driver.F90.o -[ 61%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/coupler_types.F90.o -[ 61%] Building Fortran object CMakeFiles/fms.dir/FMS/exchange/stock_constants.F90.o -[ 62%] Linking Fortran static library libgfsphysics.a -[ 62%] Built target gfsphysics +[ 61%] Linking Fortran static library libgfsphysics.a +[ 61%] Built target gfsphysics Scanning dependencies of target ipd -[ 62%] Building Fortran object FV3/ipd/CMakeFiles/ipd.dir/IPD_typedefs.F90.o -[ 62%] Building Fortran object FV3/ipd/CMakeFiles/ipd.dir/IPD_driver.F90.o -[ 62%] Linking Fortran static library libipd.a -[ 62%] Built target ipd -[ 63%] Building Fortran object CMakeFiles/fms.dir/FMS/amip_interp/amip_interp.F90.o +[ 61%] Building Fortran object FV3/ipd/CMakeFiles/ipd.dir/IPD_typedefs.F90.o +[ 61%] Building Fortran object FV3/ipd/CMakeFiles/ipd.dir/IPD_driver.F90.o +[ 61%] Linking Fortran static library libipd.a +[ 61%] Built target ipd +[ 62%] Building Fortran object CMakeFiles/fms.dir/FMS/exchange/stock_constants.F90.o +[ 62%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/coupler_types.F90.o [ 63%] Building Fortran object CMakeFiles/fms.dir/FMS/astronomy/astronomy.F90.o -[ 64%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/atmos_ocean_fluxes.F90.o +[ 64%] Building Fortran object CMakeFiles/fms.dir/FMS/amip_interp/amip_interp.F90.o +[ 64%] Building Fortran object CMakeFiles/fms.dir/FMS/block_control/block_control.F90.o [ 64%] Building Fortran object CMakeFiles/fms.dir/FMS/column_diagnostics/column_diagnostics.F90.o +[ 64%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/atmos_ocean_fluxes.F90.o [ 64%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/ensemble_manager.F90.o -[ 65%] Building Fortran object CMakeFiles/fms.dir/FMS/exchange/xgrid.F90.o [ 65%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters.F90.o +[ 65%] Building Fortran object CMakeFiles/fms.dir/FMS/exchange/xgrid.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. @@ -4727,11 +4733,11 @@ Using allocatable derived type array members. Using cray pointers. [ 65%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft.F90.o [ 66%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft99.F90.o +[ 66%] Building Fortran object CMakeFiles/fms.dir/FMS/interpolator/interpolator.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 66%] Building Fortran object CMakeFiles/fms.dir/FMS/interpolator/interpolator.F90.o [ 66%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/grid.F90.o [ 66%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_utilities.F90.o [ 66%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core.F90.o @@ -4760,25 +4766,22 @@ Using cray pointers. [ 70%] Built target fms Scanning dependencies of target io [ 70%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_internal_state.F90.o -[ 70%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_fv3_io_def.F90.o Scanning dependencies of target fv3core -[ 71%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_fill.F90.o -[ 71%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/sim_nc_mod.F90.o -[ 71%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/DYCORE_typedefs.F90.o -[ 72%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_arrays.F90.o +[ 73%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/sim_nc_mod.F90.o [ 73%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/external_sst.F90.o +[ 73%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_arrays.F90.o +[ 73%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_fill.F90.o +[ 73%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/DYCORE_typedefs.F90.o [ 73%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_nemsio.F90.o [ 74%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_netcdf.F90.o -[ 74%] Building Fortran object FV3/io/CMakeFiles/io.dir/post_gfs.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_mp_mod.F90.o +[ 74%] Building Fortran object FV3/io/CMakeFiles/io.dir/post_gfs.F90.o +[ 74%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_mp_mod.F90.o [ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/sorted_index.F90.o [ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_timing.F90.o -[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_eta.F90.o -[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_sg.F90.o [ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_cmp.F90.o [ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/boundary.F90.o [ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_grid_utils.F90.o @@ -4786,34 +4789,33 @@ Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 75%] Building Fortran object FV3/io/CMakeFiles/io.dir/FV3GFS_io.F90.o -[ 76%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_wrt_grid_comp.F90.o -[ 76%] Building Fortran object FV3/io/CMakeFiles/io.dir/ffsync.F90.o -[ 76%] Building Fortran object FV3/io/CMakeFiles/io.dir/post_nems_routines.F90.o -[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/tp_core.F90.o -[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/a2b_edge.F90.o -[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_mapz.F90.o -[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_surf_map.F90.o -[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_grid_tools.F90.o -[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/init_hydro.F90.o -[ 78%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_treat_da_inc.F90.o -[ 78%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/sw_core.F90.o +[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/a2b_edge.F90.o +[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/tp_core.F90.o +[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_grid_tools.F90.o +[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_surf_map.F90.o +[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/init_hydro.F90.o +[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_treat_da_inc.F90.o +[ 77%] Building Fortran object FV3/io/CMakeFiles/io.dir/FV3GFS_io.F90.o +[ 78%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_wrt_grid_comp.F90.o [ 78%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_iau_mod.F90.o -[ 79%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_io.F90.o +[ 78%] Building Fortran object FV3/io/CMakeFiles/io.dir/ffsync.F90.o +[ 78%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/sw_core.F90.o +[ 78%] Building Fortran object FV3/io/CMakeFiles/io.dir/post_nems_routines.F90.o [ 79%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_diagnostics.F90.o +[ 79%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_io.F90.o +[ 79%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/nh_utils.F90.o [ 80%] Linking Fortran static library libio.a [ 80%] Built target io -[ 80%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/nh_utils.F90.o [ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/nh_core.F90.o +[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_nudge.F90.o [ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/test_cases.F90.o [ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/fv_nggps_diag.F90.o -[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_regional_bc.F90.o -[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_nudge.F90.o [ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_tracer2d.F90.o [ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/dyn_core.F90.o [ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_update_phys.F90.o [ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/external_ic.F90.o [ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_restart.F90.o +[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_control.F90.o [ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_nesting.F90.o [ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_dynamics.F90.o [ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/atmosphere.F90.o @@ -4825,25 +4827,22 @@ Using cray pointers. [ 85%] Linking Fortran static library libfv3core.a [ 85%] Built target fv3core Scanning dependencies of target stochastic_physics -[ 85%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_layout_lag.f.o -[ 85%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_resol_def.f.o -[ 85%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/update_ca.f90.o -[ 86%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_gg_def.f.o -[ 87%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/glats_stochy.f.o -[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/spectral_layout.F90.o +[ 86%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/update_ca.f90.o +[ 86%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/spectral_layout.F90.o +[ 87%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_resol_def.f.o +[ 87%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_layout_lag.f.o +[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/glats_stochy.f.o [ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_namelist_def.F90.o [ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/compns_stochy.F90.o -[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/epslon_stochy.f.o [ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/setlats_lag_stochy.f.o +[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/epslon_stochy.f.o [ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/get_ls_node_stochy.f.o -[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/get_lats_node_a_stochy.f.o -[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/gozrineo_stochy.f.o [ 89%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/pln2eo_stochy.f.o [ 90%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/setlats_a_stochy.f.o [ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_internal_state_mod.F90.o [ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/dezouv_stochy.f.o -[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/four_to_grid_stochy.F.o [ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/dozeuv_stochy.f.o +[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/four_to_grid_stochy.F.o [ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_patterngenerator.F90.o [ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/sumfln_stochy.f.o [ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/getcon_lag_stochy.f.o @@ -4851,26 +4850,26 @@ Scanning dependencies of target stochastic_physics [ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/initialize_spectral_mod.F90.o [ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_data_mod.F90.o [ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/get_stochy_pattern.F90.o -[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochastic_physics.F90.o -[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/cellular_automata.f90.o +[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochastic_physics.F90.o +[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/plumes.f90.o +[ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/cellular_automata.f90.o [ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/num_parthds_stochy.f.o -[ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/plumes.f90.o [ 95%] Linking Fortran static library libstochastic_physics.a [ 95%] Built target stochastic_physics Scanning dependencies of target fv3cap [ 95%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/module_fv3_config.F90.o [ 96%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/atmos_model.F90.o [ 97%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/module_fcst_grid_comp.F90.o -[ 97%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/fv3_cap.F90.o [ 97%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/time_utils.F90.o +[ 97%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/fv3_cap.F90.o [ 97%] Linking Fortran static library libfv3cap.a [ 97%] Built target fv3cap Scanning dependencies of target NEMS.exe -[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_INTERNAL_STATE.F90.o +[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_EARTH_INTERNAL_STATE.F90.o [ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_MEDIATOR_SpaceWeather.F90.o +[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_UTILS.F90.o +[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_INTERNAL_STATE.F90.o [ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_Rusage.F90.o -[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_MEDIATOR_methods.F90.o -[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_EARTH_INTERNAL_STATE.F90.o [ 98%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_MEDIATOR.F90.o [ 99%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_EARTH_GRID_COMP.F90.o [ 99%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_GRID_COMP.F90.o @@ -4885,10 +4884,10 @@ H5PL.c:(.text+0x3b7): warning: Using 'dlopen' in statically linked applications ESMCI_VMKernel.C:(.text+0x14ad1): warning: Using 'gethostbyname' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking [100%] Built target NEMS.exe + mv NEMS.exe ../fv3_3.exe -+ cp /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_cray/fv3 ../modules.fv3_3 ++ cp /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/wcoss_cray/fv3 ../modules.fv3_3 + cd .. + '[' YES = YES ']' + rm -rf build_fv3_3 -+ elapsed=810 -+ echo 'Elapsed time 810 seconds. Compiling 32BIT=Y finished' -Elapsed time 810 seconds. Compiling 32BIT=Y finished ++ elapsed=779 ++ echo 'Elapsed time 779 seconds. Compiling 32BIT=Y finished' +Elapsed time 779 seconds. Compiling 32BIT=Y finished diff --git a/tests/Compile_wcoss_dell_p3.log b/tests/Compile_wcoss_dell_p3.log index 3f330ea049..e87823319b 100644 --- a/tests/Compile_wcoss_dell_p3.log +++ b/tests/Compile_wcoss_dell_p3.log @@ -1,1888 +1,53 @@ + SECONDS=0 -+++ readlink -f /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/compile_cmake.sh -++ dirname /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/compile_cmake.sh -+ readonly MYDIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests -+ MYDIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests ++++ readlink -f /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/tests/compile_cmake.sh +++ dirname /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/tests/compile_cmake.sh ++ readonly MYDIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/tests ++ MYDIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/tests + readonly ARGC=4 + ARGC=4 -+ cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests ++ cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/tests + [[ 4 -eq 0 ]] + [[ 4 -lt 2 ]] -+ PATHTR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model ++ PATHTR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model + MACHINE_ID=wcoss_dell_p3 -+ MAKE_OPT='REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp_regional,FV3_GFS_2017_gfdlmp_regional_c768 32BIT=Y' -+ BUILD_NAME=fv3_10 ++ MAKE_OPT= ++ BUILD_NAME=fv3_1 + clean_before=YES + clean_after=YES -+ BUILD_DIR=build_fv3_10 ++ BUILD_DIR=build_fv3_1 + [[ wcoss_dell_p3 == cheyenne.* ]] + [[ wcoss_dell_p3 == wcoss_dell_p3 ]] + MAKE_THREADS=4 + MAKE_THREADS=4 + hostname m72a3 -+ cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests -+ echo 'Compiling REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp_regional,FV3_GFS_2017_gfdlmp_regional_c768 32BIT=Y into fv3_10.exe on wcoss_dell_p3' -Compiling REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp_regional,FV3_GFS_2017_gfdlmp_regional_c768 32BIT=Y into fv3_10.exe on wcoss_dell_p3 ++ cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/tests ++ echo 'Compiling into fv3_1.exe on wcoss_dell_p3' +Compiling into fv3_1.exe on wcoss_dell_p3 + '[' YES = YES ']' -+ rm -rf build_fv3_10 -+ mkdir -p build_fv3_10 ++ rm -rf build_fv3_1 ++ mkdir -p build_fv3_1 ++ CCPP_CMAKE_FLAGS= ++ [[ '' == *\D\E\B\U\G\=\Y* ]] ++ [[ '' == *\R\E\P\R\O\=\Y* ]] ++ [[ '' == *\3\2\B\I\T\=\Y* ]] ++ [[ '' == *\O\P\E\N\M\P\=\N* ]] ++ [[ '' == *\C\C\P\P\=\Y* ]] ++ [[ '' == *\N\A\M\_\p\h\y\s\=\Y* ]] ++ [[ '' == *\W\W\3\=\Y* ]] +++ trim '' +++ local var= +++ var= +++ var= +++ echo -n '' + CCPP_CMAKE_FLAGS= -+ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp_regional,FV3_GFS_2017_gfdlmp_regional_c768 32BIT=Y == *\D\E\B\U\G\=\Y* ]] -+ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp_regional,FV3_GFS_2017_gfdlmp_regional_c768 32BIT=Y == *\R\E\P\R\O\=\Y* ]] -+ CCPP_CMAKE_FLAGS=' -DREPRO=Y' -+ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp_regional,FV3_GFS_2017_gfdlmp_regional_c768 32BIT=Y == *\3\2\B\I\T\=\Y* ]] -+ CCPP_CMAKE_FLAGS=' -DREPRO=Y -D32BIT=Y' -+ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp_regional,FV3_GFS_2017_gfdlmp_regional_c768 32BIT=Y == *\O\P\E\N\M\P\=\N* ]] -+ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp_regional,FV3_GFS_2017_gfdlmp_regional_c768 32BIT=Y == *\C\C\P\P\=\Y* ]] -+ CCPP_CMAKE_FLAGS=' -DREPRO=Y -D32BIT=Y -DCCPP=ON -DMPI=ON' -+ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp_regional,FV3_GFS_2017_gfdlmp_regional_c768 32BIT=Y == *\D\E\B\U\G\=\Y* ]] -+ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp_regional,FV3_GFS_2017_gfdlmp_regional_c768 32BIT=Y == *\R\E\P\R\O\=\Y* ]] -+ CCPP_CMAKE_FLAGS=' -DREPRO=Y -D32BIT=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit' -+ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp_regional,FV3_GFS_2017_gfdlmp_regional_c768 32BIT=Y == *\3\2\B\I\T\=\Y* ]] -+ CCPP_CMAKE_FLAGS=' -DREPRO=Y -D32BIT=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -DDYN32=ON' -+ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp_regional,FV3_GFS_2017_gfdlmp_regional_c768 32BIT=Y == *\S\T\A\T\I\C\=\Y* ]] -+ CCPP_CMAKE_FLAGS=' -DREPRO=Y -D32BIT=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -DDYN32=ON -DSTATIC=ON' -+ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp_regional,FV3_GFS_2017_gfdlmp_regional_c768 32BIT=Y == *\M\U\L\T\I\_\G\A\S\E\S\=\Y* ]] -+ CCPP_CMAKE_FLAGS=' -DREPRO=Y -D32BIT=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -DDYN32=ON -DSTATIC=ON -DMULTI_GASES=OFF' -++ echo REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp_regional,FV3_GFS_2017_gfdlmp_regional_c768 32BIT=Y -++ sed 's/.* SUITES=//' -++ sed 's/ .*//' -+ SUITES=FV3_GFS_2017_gfdlmp_regional,FV3_GFS_2017_gfdlmp_regional_c768 -+ cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model -+ ./FV3/ccpp/framework/scripts/ccpp_prebuild.py --config=FV3/ccpp/config/ccpp_prebuild_config.py --static --suites=FV3_GFS_2017_gfdlmp_regional,FV3_GFS_2017_gfdlmp_regional_c768 --builddir=tests/build_fv3_10/FV3 -INFO: Logging level set to INFO -INFO: Found TYPEDEFS_NEW_METADATA dictionary in config, assume at least some data is in new metadata formet -INFO: Parsing suite definition files ... -INFO: Parsing suite definition file FV3/ccpp/suites/suite_FV3_GFS_2017_gfdlmp_regional.xml ... -INFO: Parsing suite definition file FV3/ccpp/suites/suite_FV3_GFS_2017_gfdlmp_regional_c768.xml ... -INFO: Parsing metadata tables for variables provided by host model ... -INFO: Parsed variable definition tables in module machine -INFO: Parsed variable definition tables in module module_radsw_parameters -INFO: Parsed variable definition tables in module module_radlw_parameters -INFO: Parsed variable definition tables in module CCPP_typedefs -INFO: Parsed variable definition tables in module GFS_typedefs -INFO: Parsed variable definition tables in module CCPP_data -INFO: Parsed variable definition tables in module ccpp_types -INFO: Convert local names from new metadata format into old metadata format ... -INFO: Converting local name sfcflw of variable lw_fluxes_sfc from new to old metadata -INFO: Converting local name nslwr of variable number_of_timesteps_between_longwave_radiation_calls from new to old metadata -INFO: Converting local name hydrostatic of variable flag_for_hydrostatic_solver from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_of_kinematic_buoyancy_flux_from_shoc_in_phy_f3d) of variable kinematic_buoyancy_flux_from_shoc from new to old metadata -INFO: Converting local name nkbfshoc of variable index_of_kinematic_buoyancy_flux_from_shoc_in_phy_f3d from new to old metadata -INFO: Converting local name dvisbm_cpl of variable cumulative_surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name cnvw of variable convective_cloud_water_mixing_ratio from new to old metadata -INFO: Converting local name ltaerosol of variable flag_for_aerosol_physics from new to old metadata -INFO: Converting local name rainmcadj of variable lwe_thickness_of_moist_convective_adj_precipitation_amount from new to old metadata -INFO: Converting local name loop_cnt of variable ccpp_loop_counter from new to old metadata -INFO: Converting local name ncpi of variable local_ice_number_concentration from new to old metadata -INFO: Converting local name pt of variable virtual_temperature_at_Lagrangian_surface from new to old metadata -INFO: Converting local name nirbmui of variable surface_upwelling_direct_near_infrared_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name vconvtend of variable tendency_of_y_wind_due_to_deep_convection_for_coupling_on_physics_timestep from new to old metadata -INFO: Converting local name uustar_ice of variable surface_friction_velocity_over_ice from new to old metadata -INFO: Converting local name phy_myj_uz0 of variable u_wind_component_at_viscous_sublayer_top from new to old metadata -INFO: Converting local name evap_land of variable kinematic_surface_upward_latent_heat_flux_over_land from new to old metadata -INFO: Converting local name ocean of variable flag_nonzero_ocean_surface_fraction from new to old metadata -INFO: Converting local name ep1d_ocean of variable surface_upward_potential_latent_heat_flux_over_ocean from new to old metadata -INFO: Converting local name qconvtend of variable tendency_of_water_vapor_specific_humidity_due_to_deep_convection_for_coupling_on_physics_timestep from new to old metadata -INFO: Converting local name islmsk_cice of variable sea_land_ice_mask_cice from new to old metadata -INFO: Converting local name cmm_ice of variable surface_drag_wind_speed_for_momentum_in_air_over_ice from new to old metadata -INFO: Converting local name visdfdi of variable surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name cnv_ndrop of variable number_concentration_of_cloud_liquid_water_particles_for_detrainment from new to old metadata -INFO: Converting local name sh2o of variable volume_fraction_of_unfrozen_soil_moisture_for_land_surface_model from new to old metadata -INFO: Converting local name tau_tofd of variable time_integral_of_momentum_flux_due_to_turbulent_orographic_form_drag from new to old metadata -INFO: Converting local name dnirbmi_cpl of variable instantaneous_surface_downwelling_direct_near_infrared_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name refdmax263k of variable maximum_reflectivity_at_minus10c_over_maximum_hourly_time_interval from new to old metadata -INFO: Converting local name ulwsfci of variable surface_upwelling_longwave_flux from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_liquid_cloud_condensate) of variable tendency_of_liquid_cloud_water_mixing_ratio_due_to_model_physics from new to old metadata -INFO: Converting local name ntcw of variable index_for_liquid_cloud_condensate from new to old metadata -INFO: Converting local name lheatstrg of variable flag_for_canopy_heat_storage from new to old metadata -INFO: Converting local name slc of variable volume_fraction_of_unfrozen_soil_moisture from new to old metadata -INFO: Converting local name tsfc_land of variable surface_skin_temperature_over_land_interstitial from new to old metadata -INFO: Converting local name save_v of variable y_wind_save from new to old metadata -INFO: Converting local name xkzm_m of variable atmosphere_momentum_diffusivity_background from new to old metadata -INFO: Converting local name gabsbdlw_land of variable surface_downwelling_longwave_flux_absorbed_by_ground_over_land from new to old metadata -INFO: Converting local name tprcp_ice of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_ice from new to old metadata -INFO: Converting local name stblcpxy of variable slow_soil_pool_mass_content_of_carbon from new to old metadata -INFO: Converting local name cdq_land of variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_land from new to old metadata -INFO: Converting local name du3dt(:,:,2) of variable cumulative_change_in_x_wind_due_to_orographic_gravity_wave_drag from new to old metadata -INFO: Converting local name mg_berg_eff_factor of variable mg_bergeron_efficiency_factor from new to old metadata -INFO: Converting local name clouds(:,:,3) of variable mean_effective_radius_for_liquid_cloud from new to old metadata -INFO: Converting local name aer_nm of variable aerosol_number_concentration_from_gocart_aerosol_climatology from new to old metadata -INFO: Converting local name xzts of variable sensitivity_of_dtl_thickness_to_surface_temperature from new to old metadata -INFO: Converting local name lake of variable flag_nonzero_lake_surface_fraction from new to old metadata -INFO: Converting local name kb of variable vertical_index_difference_between_layer_and_lower_bound from new to old metadata -INFO: Converting local name ipt of variable index_for_diagnostic_printout from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_ice_friendly_aerosols) of variable ice_friendly_aerosol_number_concentration from new to old metadata -INFO: Converting local name ntia of variable index_for_ice_friendly_aerosols from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_rain_water) of variable tendency_of_rain_water_mixing_ratio_due_to_model_physics from new to old metadata -INFO: Converting local name ntrw of variable index_for_rain_water from new to old metadata -INFO: Converting local name con_epsm1 of variable ratio_of_dry_air_to_water_vapor_gas_constants_minus_one from new to old metadata -INFO: Converting local name dqsfc_cice of variable surface_upward_latent_heat_flux_for_coupling_interstitial from new to old metadata -INFO: Converting local name last_step of variable flag_for_the_last_step_of_k_split_remapping from new to old metadata -INFO: Converting local name huge of variable netcdf_float_fillvalue from new to old metadata -INFO: Converting local name save_q(:,:,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio_save from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_liquid_cloud_number_concentration) of variable cloud_droplet_number_concentration from new to old metadata -INFO: Converting local name ntlnc of variable index_for_liquid_cloud_number_concentration from new to old metadata -INFO: Converting local name dv3dt(:,:,1) of variable cumulative_change_in_y_wind_due_to_PBL from new to old metadata -INFO: Converting local name imp_physics_mg of variable flag_for_morrison_gettelman_microphysics_scheme from new to old metadata -INFO: Converting local name cldtaulw of variable cloud_optical_depth_layers_at_10mu_band from new to old metadata -INFO: Converting local name wet of variable flag_nonzero_wet_surface_fraction from new to old metadata -INFO: Converting local name qsnowxy of variable snow_precipitation_rate_at_surface from new to old metadata -INFO: Converting local name iopt_frz of variable flag_for_supercooled_liquid_water_option from new to old metadata -INFO: Converting local name dsnow_cpl of variable tendency_of_lwe_thickness_of_snow_amount_for_coupling from new to old metadata -INFO: Converting local name cldsa of variable cloud_area_fraction_for_radiation from new to old metadata -INFO: Converting local name totsnwb of variable accumulated_lwe_thickness_of_snow_amount_in_bucket from new to old metadata -INFO: Converting local name gq0(:,:,index_for_rain_water) of variable rain_water_mixing_ratio_updated_by_physics from new to old metadata -INFO: Converting local name totsnw of variable accumulated_lwe_thickness_of_snow_amount from new to old metadata -INFO: Converting local name xkzm_s of variable diffusivity_background_sigma_level from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_water_friendly_aerosols) of variable tendency_of_water_friendly_aerosol_number_concentration_due_to_model_physics from new to old metadata -INFO: Converting local name ntwa of variable index_for_water_friendly_aerosols from new to old metadata -INFO: Converting local name fswtr of variable fraction_of_cloud_top_water_scavenged from new to old metadata -INFO: Converting local name nvisbmi_cpl of variable instantaneous_surface_net_downward_direct_ultraviolet_and_visible_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_of_atmosphere_heat_diffusivity_from_shoc_in_phy_f3d) of variable atmosphere_heat_diffusivity_from_shoc from new to old metadata -INFO: Converting local name nahdshoc of variable index_of_atmosphere_heat_diffusivity_from_shoc_in_phy_f3d from new to old metadata -INFO: Converting local name nthreads of variable omp_threads_for_fast_physics from new to old metadata -INFO: Converting local name icemp of variable lwe_thickness_of_ice_amount from new to old metadata -INFO: Converting local name dqsfc_cpl of variable cumulative_surface_upward_latent_heat_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name con_jcal of variable joules_per_calorie_constant from new to old metadata -INFO: Converting local name xmu of variable zenith_angle_temporal_adjustment_factor_for_shortwave_fluxes from new to old metadata -INFO: Converting local name con_fvirt of variable ratio_of_vapor_to_dry_air_gas_constants_minus_one from new to old metadata -INFO: Converting local name evfactl_deep of variable rain_evaporation_coefficient_over_land_deep_convection from new to old metadata -INFO: Converting local name canliqxy of variable canopy_intercepted_liquid_water from new to old metadata -INFO: Converting local name phy_myj_qsfc of variable surface_specific_humidity_for_MYJ_schemes from new to old metadata -INFO: Converting local name rainncprv of variable lwe_thickness_of_explicit_rainfall_amount_from_previous_timestep from new to old metadata -INFO: Converting local name Tbd of variable GFS_tbd_type_instance from new to old metadata -INFO: Converting local name v1 of variable y_wind_at_lowest_model_layer_for_diag from new to old metadata -INFO: Converting local name det_mf of variable cumulative_atmosphere_detrainment_convective_mass_flux from new to old metadata -INFO: Converting local name psurf of variable surface_air_pressure_diag from new to old metadata -INFO: Converting local name gasvmr(:,:,10) of variable volume_mixing_ratio_cfc113 from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_for_rain_effective_radius) of variable effective_radius_of_stratiform_cloud_rain_particle_in_um from new to old metadata -INFO: Converting local name nreffr of variable index_for_rain_effective_radius from new to old metadata -INFO: Converting local name del_gz of variable geopotential_difference_between_midlayers_divided_by_midlayer_virtual_temperature from new to old metadata -INFO: Converting local name imfdeepcnv_ntiedtke of variable flag_for_ntiedtke_deep_convection_scheme from new to old metadata -INFO: Converting local name h2o_coeff of variable number_of_coefficients_in_h2o_forcing_data from new to old metadata -INFO: Converting local name tgrs of variable air_temperature from new to old metadata -INFO: Converting local name xlon of variable longitude from new to old metadata -INFO: Converting local name c_d of variable coefficient_c_d from new to old metadata -INFO: Converting local name tlvl of variable air_temperature_at_interface_for_radiation from new to old metadata -INFO: Converting local name f_rimef of variable rime_factor from new to old metadata -INFO: Converting local name mg_do_ice_gmao of variable mg_flag_for_gmao_ice_formulation from new to old metadata -INFO: Converting local name snowca of variable cumulative_surface_snow_area_fraction_multiplied_by_timestep from new to old metadata -INFO: Converting local name hflx of variable kinematic_surface_upward_sensible_heat_flux from new to old metadata -INFO: Converting local name dt3dt(:,:,6) of variable cumulative_change_in_temperature_due_to_microphysics from new to old metadata -INFO: Converting local name nirdfui of variable surface_upwelling_diffuse_near_infrared_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name trans of variable transpiration_flux from new to old metadata -INFO: Converting local name ntchs of variable index_for_first_chemical_tracer from new to old metadata -INFO: Converting local name idxday of variable daytime_points from new to old metadata -INFO: Converting local name iceprv of variable lwe_thickness_of_ice_amount_from_previous_timestep from new to old metadata -INFO: Converting local name mg_alf of variable mg_tuning_factor_for_alphas from new to old metadata -INFO: Converting local name nupdraft of variable number_of_plumes from new to old metadata -INFO: Converting local name qr_r of variable cloud_rain_water_mixing_ratio from new to old metadata -INFO: Converting local name sec of variable seconds_elapsed_since_model_initialization from new to old metadata -INFO: Converting local name epi of variable instantaneous_surface_potential_evaporation from new to old metadata -INFO: Converting local name gflx_land of variable upward_heat_flux_in_soil_over_land from new to old metadata -INFO: Converting local name du3dt_ngw of variable time_integral_of_change_in_x_wind_due_to_nonstationary_gravity_wave from new to old metadata -INFO: Converting local name bl_mynn_cloudpdf of variable cloudpdf from new to old metadata -INFO: Converting local name vtype of variable vegetation_type_classification_real from new to old metadata -INFO: Converting local name imfdeepcnv_gf of variable flag_for_gf_deep_convection_scheme from new to old metadata -INFO: Converting local name lssav of variable flag_diagnostics from new to old metadata -INFO: Converting local name sfalb of variable surface_diffused_shortwave_albedo from new to old metadata -INFO: Converting local name acvb of variable smallest_cloud_base_vertical_index_encountered_thus_far from new to old metadata -INFO: Converting local name c_0 of variable coefficient_c_0 from new to old metadata -INFO: Converting local name mpirank of variable mpi_rank_for_fast_physics from new to old metadata -INFO: Converting local name ntrac of variable number_of_tracers from new to old metadata -INFO: Converting local name dvsfci of variable instantaneous_surface_y_momentum_flux_for_diag from new to old metadata -INFO: Converting local name GFS_Interstitial of variable GFS_interstitial_type_instance_all_threads from new to old metadata -INFO: Converting local name in_nm of variable in_number_concentration from new to old metadata -INFO: Converting local name blksz2(ccpp_block_number) of variable horizontal_dimension from new to old metadata -INFO: Converting local name blk_no of variable ccpp_block_number from new to old metadata -INFO: Converting local name min_lakeice of variable lake_ice_minimum from new to old metadata -INFO: Converting local name canicexy of variable canopy_intercepted_ice_mass from new to old metadata -INFO: Converting local name mg_precip_frac_method of variable mg_type_of_precip_fraction_method from new to old metadata -INFO: Converting local name lonr of variable number_of_equatorial_longitude_points from new to old metadata -INFO: Converting local name dt3dt(:,:,7) of variable cumulative_change_in_temperature_due_to_orographic_gravity_wave_drag from new to old metadata -INFO: Converting local name dtzm of variable mean_change_over_depth_in_sea_water_temperature from new to old metadata -INFO: Converting local name du3dt_mtb of variable time_integral_of_change_in_x_wind_due_to_mountain_blocking_drag from new to old metadata -INFO: Converting local name stress_land of variable surface_wind_stress_over_land from new to old metadata -INFO: Converting local name nspinup of variable number_of_iterations_to_spin_up_cellular_automata from new to old metadata -INFO: Converting local name zogw of variable height_of_launch_level_of_orographic_gravity_wave from new to old metadata -INFO: Converting local name ntsw of variable index_for_snow_water from new to old metadata -INFO: Converting local name cov of variable t_prime_q_prime from new to old metadata -INFO: Converting local name sup of variable ice_supersaturation_threshold from new to old metadata -INFO: Converting local name dt3dt(:,:,3) of variable cumulative_change_in_temperature_due_to_PBL from new to old metadata -INFO: Converting local name mg_qcvar of variable mg_cloud_water_variance from new to old metadata -INFO: Converting local name ffmm_ice of variable Monin_Obukhov_similarity_function_for_momentum_over_ice from new to old metadata -INFO: Converting local name dtdt of variable tendency_of_air_temperature_at_Lagrangian_surface from new to old metadata -INFO: Converting local name GFS_statein_type of variable GFS_statein_type from new to old metadata -INFO: Converting local name train of variable accumulated_change_of_air_temperature_due_to_FA_scheme from new to old metadata -INFO: Converting local name fscav of variable coefficients_for_aerosol_scavenging from new to old metadata -INFO: Converting local name prslk(:,1) of variable dimensionless_exner_function_at_lowest_model_layer from new to old metadata -INFO: Converting local name tf of variable frozen_cloud_threshold_temperature from new to old metadata -INFO: Converting local name communicator of variable mpi_comm from new to old metadata -INFO: Converting local name qs_r of variable cloud_snow_mixing_ratio from new to old metadata -INFO: Converting local name skebv_wts of variable weights_for_stochastic_skeb_perturbation_of_y_wind from new to old metadata -INFO: Converting local name bl_mynn_edmf_part of variable edmf_partition_flag from new to old metadata -INFO: Converting local name dq3dt(:,:,7) of variable cumulative_change_in_ozone_concentration_due_to_ozone_mixing_ratio from new to old metadata -INFO: Converting local name swhc of variable tendency_of_air_temperature_due_to_shortwave_heating_assuming_clear_sky_on_radiation_timestep from new to old metadata -INFO: Converting local name mg_ngnst of variable mg_graupel_concentration_constant from new to old metadata -INFO: Converting local name GFS_grid_type of variable GFS_grid_type from new to old metadata -INFO: Converting local name js of variable starting_y_direction_index from new to old metadata -INFO: Converting local name out_dt of variable flag_for_tendency_of_air_temperature_at_Lagrangian_surface from new to old metadata -INFO: Converting local name delr of variable layer_pressure_thickness_for_radiation from new to old metadata -INFO: Converting local name ncgl of variable local_graupel_number_concentration from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_snow_water) of variable snow_water_mixing_ratio from new to old metadata -INFO: Converting local name totgrp of variable accumulated_lwe_thickness_of_graupel_amount from new to old metadata -INFO: Converting local name cldtausw of variable cloud_optical_depth_layers_at_0p55mu_band from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_ozone) of variable tendency_of_ozone_mixing_ratio_due_to_model_physics from new to old metadata -INFO: Converting local name ntoz of variable index_for_ozone from new to old metadata -INFO: Converting local name evap of variable kinematic_surface_upward_latent_heat_flux from new to old metadata -INFO: Converting local name oro of variable orography from new to old metadata -INFO: Converting local name topfsw of variable sw_fluxes_top_atmosphere from new to old metadata -INFO: Converting local name jmap of variable map_of_block_column_number_to_global_j_index from new to old metadata -INFO: Converting local name cdq of variable surface_drag_coefficient_for_heat_and_moisture_in_air from new to old metadata -INFO: Converting local name soiltype of variable soil_type_classification from new to old metadata -INFO: Converting local name evap_ocean of variable kinematic_surface_upward_latent_heat_flux_over_ocean from new to old metadata -INFO: Converting local name nblks of variable number_of_blocks from new to old metadata -INFO: Converting local name dxinv of variable inverse_scaling_factor_for_critical_relative_humidity from new to old metadata -INFO: Converting local name dvsfc of variable cumulative_surface_y_momentum_flux_for_diag_multiplied_by_timestep from new to old metadata -INFO: Converting local name GFS_stateout_type of variable GFS_stateout_type from new to old metadata -INFO: Converting local name qg of variable cloud_graupel_specific_humidity_at_Lagrangian_surface from new to old metadata -INFO: Converting local name nmtvr of variable number_of_statistical_measures_of_subgrid_orography from new to old metadata -INFO: Converting local name nseed of variable cellular_automata_seed_frequency from new to old metadata -INFO: Converting local name nlives of variable cellular_automata_lifetime from new to old metadata -INFO: Converting local name vegf1d of variable perturbation_of_vegetation_fraction from new to old metadata -INFO: Converting local name v10m of variable y_wind_at_10m from new to old metadata -INFO: Converting local name hice of variable sea_ice_thickness from new to old metadata -INFO: Converting local name mbota of variable model_layer_number_at_cloud_base from new to old metadata -INFO: Converting local name ncnvw of variable index_for_convective_cloud_water_mixing_ratio_in_phy_f3d from new to old metadata -INFO: Converting local name flqc of variable surface_exchange_coefficient_for_moisture from new to old metadata -INFO: Converting local name imfshalcnv_samf of variable flag_for_samf_shallow_convection_scheme from new to old metadata -INFO: Converting local name ntdiag of variable diagnostics_control_for_chemical_tracers from new to old metadata -INFO: Converting local name c1_shal of variable detrainment_conversion_parameter_shallow_convection from new to old metadata -INFO: Converting local name con_g of variable gravitational_acceleration from new to old metadata -INFO: Converting local name je of variable ending_y_direction_index from new to old metadata -INFO: Converting local name hprime(:,1) of variable standard_deviation_of_subgrid_orography from new to old metadata -INFO: Converting local name lh of variable surface_latent_heat from new to old metadata -INFO: Converting local name v10max of variable maximum_v_wind_at_10m_over_maximum_hourly_time_interval from new to old metadata -INFO: Converting local name dvsfcg of variable instantaneous_y_stress_due_to_gravity_wave_drag from new to old metadata -INFO: Converting local name mg_ninst of variable mg_ice_concentration_constant from new to old metadata -INFO: Converting local name lwhd of variable tendency_of_air_temperature_due_to_longwave_heating_for_idea from new to old metadata -INFO: Converting local name ntkev of variable index_for_turbulent_kinetic_energy_vertical_diffusion_tracer from new to old metadata -INFO: Converting local name fm10 of variable Monin_Obukhov_similarity_function_for_momentum_at_10m from new to old metadata -INFO: Converting local name phour of variable forecast_time_at_previous_timestep from new to old metadata -INFO: Converting local name phys_hydrostatic of variable flag_for_hydrostatic_heating_from_physics from new to old metadata -INFO: Converting local name nswsfci of variable surface_net_downwelling_shortwave_flux from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_for_graupel_effective_radius) of variable effective_radius_of_stratiform_cloud_graupel_particle_in_um from new to old metadata -INFO: Converting local name ngeffr of variable index_for_graupel_effective_radius from new to old metadata -INFO: Converting local name kt of variable vertical_index_difference_between_layer_and_upper_bound from new to old metadata -INFO: Converting local name GFS_tbd_type of variable GFS_tbd_type from new to old metadata -INFO: Converting local name tsurf_ocean of variable surface_skin_temperature_after_iteration_over_ocean from new to old metadata -INFO: Converting local name gu0(:,1) of variable x_wind_at_lowest_model_layer_updated_by_physics from new to old metadata -INFO: Converting local name akap of variable kappa_dry_for_fast_physics from new to old metadata -INFO: Converting local name lsm of variable flag_for_land_surface_scheme from new to old metadata -INFO: Converting local name nscav of variable number_of_tracers_scavenged from new to old metadata -INFO: Converting local name ffmm of variable Monin_Obukhov_similarity_function_for_momentum from new to old metadata -INFO: Converting local name nnirbm_cpl of variable cumulative_surface_net_downward_direct_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name tau_mtb of variable instantaneous_momentum_flux_due_to_mountain_blocking_drag from new to old metadata -INFO: Converting local name snicexy of variable snow_layer_ice from new to old metadata -INFO: Converting local name flag_guess of variable flag_for_guess_run from new to old metadata -INFO: Converting local name dnirbm_cpl of variable cumulative_surface_downwelling_direct_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name chh_ocean of variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_ocean from new to old metadata -INFO: Converting local name dtsfci_cpl of variable instantaneous_surface_upward_sensible_heat_flux_for_coupling from new to old metadata -INFO: Converting local name flgmin of variable minimum_large_ice_fraction from new to old metadata -INFO: Converting local name t02max of variable maximum_temperature_at_2m_over_maximum_hourly_time_interval from new to old metadata -INFO: Converting local name tconvtend of variable tendency_of_air_temperature_due_to_deep_convection_for_coupling_on_physics_timestep from new to old metadata -INFO: Converting local name zorl of variable surface_roughness_length from new to old metadata -INFO: Converting local name coslat of variable cosine_of_latitude from new to old metadata -INFO: Converting local name pertalb of variable magnitude_of_surface_albedo_perturbation from new to old metadata -INFO: Converting local name aecm of variable instantaneous_aerosol_column_mass_densities from new to old metadata -INFO: Converting local name con_rv of variable gas_constant_water_vapor from new to old metadata -INFO: Converting local name wminco of variable cloud_condensed_water_conversion_threshold from new to old metadata -INFO: Converting local name fastcpxy of variable fast_soil_pool_mass_content_of_carbon from new to old metadata -INFO: Converting local name kind_grid of variable kind_grid from new to old metadata -INFO: Converting local name stress of variable surface_wind_stress from new to old metadata -INFO: Converting local name qgrs(:,1,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio_at_lowest_model_layer from new to old metadata -INFO: Converting local name rhc of variable critical_relative_humidity from new to old metadata -INFO: Converting local name tsfco of variable sea_surface_temperature from new to old metadata -INFO: Converting local name tau_ngw of variable instantaneous_momentum_flux_due_to_nonstationary_gravity_wave from new to old metadata -INFO: Converting local name tsfcl of variable surface_skin_temperature_over_land from new to old metadata -INFO: Converting local name clouds(:,:,7) of variable mean_effective_radius_for_rain_drop from new to old metadata -INFO: Converting local name con_cliq of variable specific_heat_of_liquid_water_at_constant_pressure from new to old metadata -INFO: Converting local name zmtb of variable height_of_mountain_blocking from new to old metadata -INFO: Converting local name ulwsfcin_cpl of variable surface_upwelling_longwave_flux_for_coupling from new to old metadata -INFO: Converting local name dlwsfc_cpl of variable cumulative_surface_downwelling_longwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name sfcdlw of variable surface_downwelling_longwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name t1 of variable air_temperature_at_lowest_model_layer_for_diag from new to old metadata -INFO: Converting local name ntiw of variable index_for_ice_cloud_condensate from new to old metadata -INFO: Converting local name bl_mynn_mixlength of variable mixing_length_flag from new to old metadata -INFO: Converting local name faerlw(:,:,:,1) of variable aerosol_optical_depth_for_longwave_bands_01_16 from new to old metadata -INFO: Converting local name ozpl of variable ozone_forcing from new to old metadata -INFO: Converting local name dlength of variable characteristic_grid_length_scale from new to old metadata -INFO: Converting local name slag of variable equation_of_time from new to old metadata -INFO: Converting local name ntot2d of variable number_of_fields_in_phyf2d from new to old metadata -INFO: Converting local name iopt_run of variable flag_for_runoff_and_groundwater_option from new to old metadata -INFO: Converting local name gq0(:,:,index_for_liquid_cloud_number_concentration) of variable cloud_droplet_number_concentration_updated_by_physics from new to old metadata -INFO: Converting local name sneqvoxy of variable snow_mass_at_previous_time_step from new to old metadata -INFO: Converting local name con_rhw0 of variable sea_water_reference_density from new to old metadata -INFO: Converting local name mtopa of variable model_layer_number_at_cloud_top from new to old metadata -INFO: Converting local name pertshc of variable magnitude_of_perturbation_of_soil_type_b_parameter from new to old metadata -INFO: Converting local name levi of variable vertical_interface_dimension from new to old metadata -INFO: Converting local name do_shoc of variable flag_for_shoc from new to old metadata -INFO: Converting local name du3dt_tms of variable time_integral_of_change_in_x_wind_due_to_turbulent_orographic_form_drag from new to old metadata -INFO: Converting local name snow_cpl of variable lwe_thickness_of_snow_amount_for_coupling from new to old metadata -INFO: Converting local name pkz of variable finite_volume_mean_edge_pressure_raised_to_the_power_of_kappa from new to old metadata -INFO: Converting local name nn of variable number_of_tracers_for_convective_transport from new to old metadata -INFO: Converting local name do_sat_adj of variable flag_for_saturation_adjustment_for_microphysics_in_dynamics from new to old metadata -INFO: Converting local name dx of variable cell_size from new to old metadata -INFO: Converting local name do_ugwp of variable do_ugwp from new to old metadata -INFO: Converting local name rain of variable lwe_thickness_of_precipitation_amount_on_dynamics_timestep from new to old metadata -INFO: Converting local name iopt_crs of variable flag_for_canopy_stomatal_resistance_option from new to old metadata -INFO: Converting local name qgrs(:,1,index_for_water_vapor) of variable water_vapor_specific_humidity_at_lowest_model_layer from new to old metadata -INFO: Converting local name ntqv of variable index_for_water_vapor from new to old metadata -INFO: Converting local name t02min of variable minimum_temperature_at_2m_over_maximum_hourly_time_interval from new to old metadata -INFO: Converting local name imp_physics_gfdl of variable flag_for_gfdl_microphysics_scheme from new to old metadata -INFO: Converting local name lprnt of variable flag_print from new to old metadata -INFO: Converting local name gabsbdlw_ice of variable surface_downwelling_longwave_flux_absorbed_by_ground_over_ice from new to old metadata -INFO: Converting local name imp_physics_thompson of variable flag_for_thompson_microphysics_scheme from new to old metadata -INFO: Converting local name ctei_rm of variable critical_cloud_top_entrainment_instability_criteria from new to old metadata -INFO: Converting local name tseal of variable surface_skin_temperature_for_nsst from new to old metadata -INFO: Converting local name dusfc_fd of variable integrated_x_momentum_flux_from_form_drag from new to old metadata -INFO: Converting local name dusfcin_cpl of variable surface_x_momentum_flux_for_coupling from new to old metadata -INFO: Converting local name slope of variable surface_slope_classification_real from new to old metadata -INFO: Converting local name htrlw of variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_timestep from new to old metadata -INFO: Converting local name mg_qcmin(2) of variable mg_minimum_ice_mixing_ratio from new to old metadata -INFO: Converting local name tice of variable sea_ice_temperature_interstitial from new to old metadata -INFO: Converting local name adjvisbmu of variable surface_upwelling_direct_ultraviolet_and_visible_shortwave_flux from new to old metadata -INFO: Converting local name dvgwd of variable time_integral_of_y_stress_due_to_gravity_wave_drag from new to old metadata -INFO: Converting local name dusfc_cice of variable surface_x_momentum_flux_for_coupling_interstitial from new to old metadata -INFO: Converting local name errmsg of variable ccpp_error_message from new to old metadata -INFO: Converting local name flag_cice of variable flag_for_cice from new to old metadata -INFO: Converting local name Coupling of variable GFS_coupling_type_instance from new to old metadata -INFO: Converting local name cs_parm(3) of variable detrainment_and_precipitation_tunable_parameter_3_CS from new to old metadata -INFO: Converting local name snliqxy of variable snow_layer_liquid_water from new to old metadata -INFO: Converting local name mstrat of variable flag_for_moorthi_stratus from new to old metadata -INFO: Converting local name imfdeepcnv_sas of variable flag_for_sas_deep_convection_scheme from new to old metadata -INFO: Converting local name weasd_ice of variable water_equivalent_accumulated_snow_depth_over_ice from new to old metadata -INFO: Converting local name bl_mynn_edmf_mom of variable edmf_momentum_transport_flag from new to old metadata -INFO: Converting local name npdf3d of variable number_of_3d_arrays_associated_with_pdf_based_clouds from new to old metadata -INFO: Converting local name dq3dt(:,:,2) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_deep_convection from new to old metadata -INFO: Converting local name w_upi of variable vertical_velocity_for_updraft from new to old metadata -INFO: Converting local name qlyr of variable water_vapor_specific_humidity_at_layer_for_radiation from new to old metadata -INFO: Converting local name fm10_ice of variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_ice from new to old metadata -INFO: Converting local name qgl of variable local_graupel_mixing_ratio from new to old metadata -INFO: Converting local name gt0(:,1) of variable air_temperature_at_lowest_model_layer_updated_by_physics from new to old metadata -INFO: Converting local name ccpp_t of variable ccpp_t from new to old metadata -INFO: Converting local name clouds(:,:,4) of variable cloud_ice_water_path from new to old metadata -INFO: Converting local name rain_cpl of variable lwe_thickness_of_precipitation_amount_for_coupling from new to old metadata -INFO: Converting local name bl_mynn_cloudmix of variable cloud_specie_mix_flag from new to old metadata -INFO: Converting local name tgxy of variable ground_temperature_for_noahmp from new to old metadata -INFO: Converting local name oa4 of variable asymmetry_of_subgrid_orography from new to old metadata -INFO: Converting local name refdmax of variable maximum_reflectivity_at_1km_agl_over_maximum_hourly_time_interval from new to old metadata -INFO: Converting local name GFS_Data(ccpp_block_number) of variable GFS_data_type_instance from new to old metadata -INFO: Converting local name dvsfc_cpl of variable cumulative_surface_y_momentum_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name shocaftcnv of variable flag_for_shoc_after_convection from new to old metadata -INFO: Converting local name mg_rhmini of variable mg_minimum_rh_for_ice from new to old metadata -INFO: Converting local name t2mi_cpl of variable instantaneous_temperature_at_2m_for_coupling from new to old metadata -INFO: Converting local name GFS_Interstitial(ccpp_thread_number) of variable GFS_interstitial_type_instance from new to old metadata -INFO: Converting local name thrd_no of variable ccpp_thread_number from new to old metadata -INFO: Converting local name evbs of variable soil_upward_latent_heat_flux from new to old metadata -INFO: Converting local name dtdtr of variable tendency_of_air_temperature_due_to_radiative_heating_on_physics_time_step from new to old metadata -INFO: Converting local name spfhmin of variable minimum_specific_humidity_at_2m from new to old metadata -INFO: Converting local name xsaixy of variable stem_area_index from new to old metadata -INFO: Converting local name lsoil of variable soil_vertical_dimension from new to old metadata -INFO: Converting local name mg_ts_auto_ice of variable mg_time_scale_for_autoconversion_of_ice from new to old metadata -INFO: Converting local name ca_deep of variable fraction_of_cellular_automata_for_deep_convection from new to old metadata -INFO: Converting local name work1 of variable grid_size_related_coefficient_used_in_scale_sensitive_schemes from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_for_cloud_liquid_water_effective_radius) of variable effective_radius_of_stratiform_cloud_liquid_water_particle_in_um from new to old metadata -INFO: Converting local name nleffr of variable index_for_cloud_liquid_water_effective_radius from new to old metadata -INFO: Converting local name dlwsfci of variable surface_downwelling_longwave_flux from new to old metadata -INFO: Converting local name mg_nicons of variable mg_flag_ice_concentration_constant from new to old metadata -INFO: Converting local name faersw(:,:,:,1) of variable aerosol_optical_depth_for_shortwave_bands_01_16 from new to old metadata -INFO: Converting local name xt of variable diurnal_thermocline_layer_heat_content from new to old metadata -INFO: Converting local name prsl of variable air_pressure from new to old metadata -INFO: Converting local name cv of variable fraction_of_convective_cloud from new to old metadata -INFO: Converting local name blksz of variable horizontal_block_size from new to old metadata -INFO: Converting local name pertvegf of variable magnitude_of_perturbation_of_vegetation_fraction from new to old metadata -INFO: Converting local name gq0(:,:,index_for_cloud_amount) of variable cloud_fraction_updated_by_physics from new to old metadata -INFO: Converting local name ntclamt of variable index_for_cloud_amount from new to old metadata -INFO: Converting local name zorlo of variable surface_roughness_length_over_ocean from new to old metadata -INFO: Converting local name te0 of variable atmosphere_energy_content_at_Lagrangian_surface from new to old metadata -INFO: Converting local name ktop of variable vertical_index_at_cloud_top from new to old metadata -INFO: Converting local name prevsq of variable moisture_from_previous_timestep from new to old metadata -INFO: Converting local name kpbl of variable vertical_index_at_top_of_atmosphere_boundary_layer from new to old metadata -INFO: Converting local name ncells of variable cellular_automata_finer_grid from new to old metadata -INFO: Converting local name cnvc of variable convective_cloud_cover from new to old metadata -INFO: Converting local name totprcp of variable accumulated_lwe_thickness_of_precipitation_amount from new to old metadata -INFO: Converting local name cgwf of variable multiplication_factors_for_convective_gravity_wave_drag from new to old metadata -INFO: Converting local name do_shum of variable flag_for_stochastic_shum_option from new to old metadata -INFO: Converting local name save_q of variable tracer_concentration_save from new to old metadata -INFO: Converting local name h2o_pres of variable natural_log_of_h2o_forcing_data_pressure_levels from new to old metadata -INFO: Converting local name iopt_snf of variable flag_for_precipitation_partition_option from new to old metadata -INFO: Converting local name c0s_shal of variable rain_conversion_parameter_shallow_convection from new to old metadata -INFO: Converting local name zwtxy of variable water_table_depth from new to old metadata -INFO: Converting local name qr of variable cloud_rain_specific_humidity_at_Lagrangian_surface from new to old metadata -INFO: Converting local name dzlyr of variable layer_thickness_for_radiation from new to old metadata -INFO: Converting local name taussxy of variable nondimensional_snow_age from new to old metadata -INFO: Converting local name tsfa of variable surface_air_temperature_for_radiation from new to old metadata -INFO: Converting local name snoalb of variable upper_bound_on_max_albedo_over_deep_snow from new to old metadata -INFO: Converting local name xs of variable sea_water_salinity from new to old metadata -INFO: Converting local name dvsfci_cpl of variable instantaneous_surface_y_momentum_flux_for_coupling from new to old metadata -INFO: Converting local name xlat of variable latitude from new to old metadata -INFO: Converting local name ugrs of variable x_wind from new to old metadata -INFO: Converting local name shdmin of variable minimum_vegetation_area_fraction from new to old metadata -INFO: Converting local name nnirdfi_cpl of variable instantaneous_surface_net_downward_diffuse_near_infrared_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name microp_uniform of variable mg_flag_for_uniform_subcolumns from new to old metadata -INFO: Converting local name frland of variable land_area_fraction_for_microphysics from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_ice_friendly_aerosols) of variable tendency_of_ice_friendly_aerosol_number_concentration_due_to_model_physics from new to old metadata -INFO: Converting local name oz_pres of variable natural_log_of_ozone_forcing_data_pressure_levels from new to old metadata -INFO: Converting local name zlwb of variable time_integral_of_height_of_low_level_wave_breaking from new to old metadata -INFO: Converting local name gq0(:,:,index_for_ice_cloud_condensate) of variable ice_water_mixing_ratio_updated_by_physics from new to old metadata -INFO: Converting local name qss of variable surface_specific_humidity from new to old metadata -INFO: Converting local name dry of variable flag_nonzero_land_surface_fraction from new to old metadata -INFO: Converting local name bk of variable b_parameter_of_the_hybrid_coordinate from new to old metadata -INFO: Converting local name cdmbgwd of variable multiplication_factors_for_mountain_blocking_and_orographic_gravity_wave_drag from new to old metadata -INFO: Converting local name levs of variable vertical_dimension from new to old metadata -INFO: Converting local name swhtr of variable flag_for_output_of_shortwave_heating_rate from new to old metadata -INFO: Converting local name zorl_land of variable surface_roughness_length_over_land_interstitial from new to old metadata -INFO: Converting local name t2m of variable temperature_at_2m from new to old metadata -INFO: Converting local name tau_ogw of variable instantaneous_momentum_flux_due_to_orographic_gravity_wave_drag from new to old metadata -INFO: Converting local name shoc_parm(3) of variable shoc_tke_dissipation_tunable_parameter_near_surface from new to old metadata -INFO: Converting local name gflx_ice of variable upward_heat_flux_in_soil_over_ice from new to old metadata -INFO: Converting local name nspc1 of variable number_of_species_for_aerosol_optical_depth from new to old metadata -INFO: Converting local name drain_cpl of variable tendency_of_lwe_thickness_of_precipitation_amount_for_coupling from new to old metadata -INFO: Converting local name phis of variable surface_geopotential_at_Lagrangian_surface from new to old metadata -INFO: Converting local name q2mi_cpl of variable instantaneous_specific_humidity_at_2m_for_coupling from new to old metadata -INFO: Converting local name zogw of variable time_integral_of_height_of_launch_level_of_orographic_gravity_wave from new to old metadata -INFO: Converting local name prsi of variable air_pressure_at_interface from new to old metadata -INFO: Converting local name aerodp of variable atmosphere_optical_thickness_due_to_ambient_aerosol_particles from new to old metadata -INFO: Converting local name shal_cnv of variable flag_for_shallow_convection from new to old metadata -INFO: Converting local name icsdlw of variable seed_random_numbers_lw from new to old metadata -INFO: Converting local name ncld of variable number_of_hydrometeors from new to old metadata -INFO: Converting local name gasvmr(:,:,6) of variable volume_mixing_ratio_cfc11 from new to old metadata -INFO: Converting local name tracers_water of variable number_of_water_tracers from new to old metadata -INFO: Converting local name nscyc of variable number_of_timesteps_between_surface_cycling_calls from new to old metadata -INFO: Converting local name dswsfc_cpl of variable cumulative_surface_downwelling_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name adjvisdfu of variable surface_upwelling_diffuse_ultraviolet_and_visible_shortwave_flux from new to old metadata -INFO: Converting local name cs_parm(2) of variable updraft_velocity_tunable_parameter_2_CS from new to old metadata -INFO: Converting local name lsswr of variable flag_to_calc_sw from new to old metadata -INFO: Converting local name imfshalcnv_gf of variable flag_for_gf_shallow_convection_scheme from new to old metadata -INFO: Converting local name kinver of variable index_of_highest_temperature_inversion from new to old metadata -INFO: Converting local name tslb of variable soil_temperature_for_land_surface_model from new to old metadata -INFO: Converting local name weasd of variable water_equivalent_accumulated_snow_depth from new to old metadata -INFO: Converting local name tisfc of variable sea_ice_temperature from new to old metadata -INFO: Converting local name faerlw of variable aerosol_optical_properties_for_longwave_bands_01_16 from new to old metadata -INFO: Converting local name logunit of variable iounit_log from new to old metadata -INFO: Converting local name fast_mp_consv of variable flag_for_fast_microphysics_energy_conservation from new to old metadata -INFO: Converting local name cnv_mfd of variable detrained_mass_flux from new to old metadata -INFO: Converting local name zvir of variable ratio_of_vapor_to_dry_air_gas_constants_minus_one_default_kind from new to old metadata -INFO: Converting local name jed of variable ending_y_direction_index_domain from new to old metadata -INFO: Converting local name gasvmr(:,:,3) of variable volume_mixing_ratio_ch4 from new to old metadata -INFO: Converting local name sfcdsw of variable surface_downwelling_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name hydrostatic of variable flag_for_hydrostatic_solver_for_fast_physics from new to old metadata -INFO: Converting local name dvsfc_bl of variable integrated_y_momentum_flux_from_blocking_drag from new to old metadata -INFO: Converting local name Grid of variable GFS_grid_type_instance from new to old metadata -INFO: Converting local name ncnd of variable number_of_cloud_condensate_types from new to old metadata -INFO: Converting local name w_0 of variable coefficient_w_0 from new to old metadata -INFO: Converting local name zm of variable ocean_mixed_layer_thickness from new to old metadata -INFO: Converting local name shoc_parm(2) of variable shoc_tke_dissipation_tunable_parameter from new to old metadata -INFO: Converting local name cdec of variable cosine_of_solar_declination_angle from new to old metadata -INFO: Converting local name npzq_con of variable vertical_dimension_for_condensed_water_at_Lagrangian_surface from new to old metadata -INFO: Converting local name rmol of variable reciprocal_of_obukhov_length from new to old metadata -INFO: Converting local name snowxy of variable number_of_snow_layers from new to old metadata -INFO: Converting local name hflx_land of variable kinematic_surface_upward_sensible_heat_flux_over_land from new to old metadata -INFO: Converting local name clw of variable convective_transportable_tracers from new to old metadata -INFO: Converting local name srflag of variable flag_for_precipitation_type from new to old metadata -INFO: Converting local name suntim of variable duration_of_sunshine from new to old metadata -INFO: Converting local name isot of variable soil_type_dataset_choice from new to old metadata -INFO: Converting local name isol of variable flag_for_solar_constant from new to old metadata -INFO: Converting local name th2m of variable potential_temperature_at_2m from new to old metadata -INFO: Converting local name hpbl of variable atmosphere_boundary_layer_thickness from new to old metadata -INFO: Converting local name cd of variable surface_drag_coefficient_for_momentum_in_air from new to old metadata -INFO: Converting local name dusfc_ls of variable integrated_x_momentum_flux_from_large_scale_gwd from new to old metadata -INFO: Converting local name do_sppt of variable flag_for_stochastic_surface_physics_perturbations from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_for_convective_cloud_water_mixing_ratio_in_phy_f3d) of variable convective_cloud_water_mixing_ratio_in_phy_f3d from new to old metadata -INFO: Converting local name rb_ice of variable bulk_richardson_number_at_lowest_model_level_over_ice from new to old metadata -INFO: Converting local name itc of variable number_of_aerosol_tracers_for_convection from new to old metadata -INFO: Converting local name Cldprop of variable GFS_cldprop_type_instance from new to old metadata -INFO: Converting local name grav_settling of variable grav_settling from new to old metadata -INFO: Converting local name gq0(:,:,index_for_ice_cloud_number_concentration) of variable ice_number_concentration_updated_by_physics from new to old metadata -INFO: Converting local name ntinc of variable index_for_ice_cloud_number_concentration from new to old metadata -INFO: Converting local name iopt_inf of variable flag_for_frozen_soil_permeability_option from new to old metadata -INFO: Converting local name c0s_deep of variable rain_conversion_parameter_deep_convection from new to old metadata -INFO: Converting local name dtaux2d_ls of variable x_momentum_tendency_from_large_scale_gwd from new to old metadata -INFO: Converting local name phy_myj_qz0 of variable specific_humidity_at_viscous_sublayer_top from new to old metadata -INFO: Converting local name iovr_sw of variable flag_for_max_random_overlap_clouds_for_shortwave_radiation from new to old metadata -INFO: Converting local name icliq_sw of variable flag_for_optical_property_for_liquid_clouds_for_shortwave_radiation from new to old metadata -INFO: Converting local name psmean of variable cumulative_surface_pressure_multiplied_by_timestep from new to old metadata -INFO: Converting local name cmm_ocean of variable surface_drag_wind_speed_for_momentum_in_air_over_ocean from new to old metadata -INFO: Converting local name shcnvcw of variable flag_shallow_convective_cloud from new to old metadata -INFO: Converting local name drain of variable subsurface_runoff_flux from new to old metadata -INFO: Converting local name ak of variable a_parameter_of_the_hybrid_coordinate from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_liquid_cloud_number_concentration) of variable tendency_of_cloud_droplet_number_concentration_due_to_model_physics from new to old metadata -INFO: Converting local name sfc_z0_type of variable flag_for_surface_roughness_option_over_ocean from new to old metadata -INFO: Converting local name cvt of variable pressure_at_top_of_convective_cloud from new to old metadata -INFO: Converting local name gwd_opt of variable gwd_opt from new to old metadata -INFO: Converting local name snowmp of variable lwe_thickness_of_snow_amount from new to old metadata -INFO: Converting local name ncnvcld3d of variable number_of_convective_3d_cloud_fields from new to old metadata -INFO: Converting local name cape of variable convective_available_potential_energy_for_coupling from new to old metadata -INFO: Converting local name du3dt_ogw of variable time_integral_of_change_in_x_wind_due_to_orographic_gravity_wave_drag from new to old metadata -INFO: Converting local name te0_2d of variable atmosphere_energy_content_in_column from new to old metadata -INFO: Converting local name dsnowprv of variable snow_precipitation_rate_from_previous_timestep from new to old metadata -INFO: Converting local name chh of variable surface_drag_mass_flux_for_heat_and_moisture_in_air from new to old metadata -INFO: Converting local name dt3dt(:,:,5) of variable cumulative_change_in_temperature_due_to_shal_convection from new to old metadata -INFO: Converting local name cplwav of variable flag_for_wave_coupling from new to old metadata -INFO: Converting local name clw(:,:,2) of variable cloud_condensed_water_mixing_ratio_convective_transport_tracer from new to old metadata -INFO: Converting local name shoc_parm(1) of variable shoc_tke_dissipatation_pressure_threshold from new to old metadata -INFO: Converting local name oro_uf of variable orography_unfiltered from new to old metadata -INFO: Converting local name peln of variable log_pressure_at_Lagrangian_surface from new to old metadata -INFO: Converting local name gasvmr(:,:,8) of variable volume_mixing_ratio_cfc22 from new to old metadata -INFO: Converting local name pertzt of variable magnitude_of_perturbation_of_heat_to_momentum_roughness_length_ratio from new to old metadata -INFO: Converting local name clouds(:,:,1) of variable total_cloud_fraction from new to old metadata -INFO: Converting local name iaer of variable flag_for_default_aerosol_effect_in_shortwave_radiation from new to old metadata -INFO: Converting local name wet1 of variable normalized_soil_wetness from new to old metadata -INFO: Converting local name npz of variable vertical_dimension_for_fast_physics from new to old metadata -INFO: Converting local name cal_pre of variable flag_for_precipitation_type_algorithm from new to old metadata -INFO: Converting local name lmk of variable adjusted_vertical_layer_dimension_for_radiation from new to old metadata -INFO: Converting local name kind_phys of variable kind_phys from new to old metadata -INFO: Converting local name Sfcprop of variable GFS_sfcprop_type_instance from new to old metadata -INFO: Converting local name wslakexy of variable lake_water_storage from new to old metadata -INFO: Converting local name f10m of variable ratio_of_wind_at_lowest_model_layer_and_wind_at_10m from new to old metadata -INFO: Converting local name gasvmr(:,:,1) of variable volume_mixing_ratio_co2 from new to old metadata -INFO: Converting local name q2mp of variable specific_humidity_at_2m_from_noahmp from new to old metadata -INFO: Converting local name lwhc of variable tendency_of_air_temperature_due_to_longwave_heating_assuming_clear_sky_on_radiation_timestep from new to old metadata -INFO: Converting local name snowd_ice of variable surface_snow_thickness_water_equivalent_over_ice from new to old metadata -INFO: Converting local name lsnow_lsm_lbound of variable lower_bound_of_snow_vertical_dimension_for_land_surface_model from new to old metadata -INFO: Converting local name mg_dcs of variable mg_autoconversion_size_threshold_ice_snow from new to old metadata -INFO: Converting local name rhgrd of variable fa_threshold_relative_humidity_for_onset_of_condensation from new to old metadata -INFO: Converting local name dudt_ogw of variable instantaneous_change_in_x_wind_due_to_orographic_gravity_wave_drag from new to old metadata -INFO: Converting local name slmsk of variable sea_land_ice_mask_real from new to old metadata -INFO: Converting local name ictm of variable flag_for_initial_time_date_control from new to old metadata -INFO: Converting local name qss_ocean of variable surface_specific_humidity_over_ocean from new to old metadata -INFO: Converting local name tsfc of variable surface_skin_temperature from new to old metadata -INFO: Converting local name prsik of variable dimensionless_exner_function_at_model_interfaces from new to old metadata -INFO: Converting local name t2mmp of variable temperature_at_2m_from_noahmp from new to old metadata -INFO: Converting local name tau_ogw of variable time_integral_of_momentum_flux_due_to_orographic_gravity_wave_drag from new to old metadata -INFO: Converting local name topflw_type of variable topflw_type from new to old metadata -INFO: Converting local name cnv_nice of variable number_concentration_of_ice_crystals_for_detrainment from new to old metadata -INFO: Converting local name cscnv of variable flag_for_Chikira_Sugiyama_deep_convection from new to old metadata -INFO: Converting local name u10mi_cpl of variable instantaneous_x_wind_at_10m_for_coupling from new to old metadata -INFO: Converting local name fh2_ocean of variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_ocean from new to old metadata -INFO: Converting local name phii of variable geopotential_at_interface from new to old metadata -INFO: Converting local name gq0(:,:,index_for_graupel) of variable graupel_mixing_ratio_updated_by_physics from new to old metadata -INFO: Converting local name ntgl of variable index_for_graupel from new to old metadata -INFO: Converting local name nvisdfi_cpl of variable instantaneous_surface_net_downward_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name norad_precip of variable flag_for_precipitation_effect_on_radiation from new to old metadata -INFO: Converting local name dq3dt(:,:,5) of variable cumulative_change_in_ozone_mixing_ratio_due_to_PBL from new to old metadata -INFO: Converting local name dusfcg of variable instantaneous_x_stress_due_to_gravity_wave_drag from new to old metadata -INFO: Converting local name stype of variable soil_type_classification_real from new to old metadata -INFO: Converting local name lwhtr of variable flag_for_output_of_longwave_heating_rate from new to old metadata -INFO: Converting local name skebv_wts of variable weights_for_stochastic_skeb_perturbation_of_y_wind_flipped from new to old metadata -INFO: Converting local name prnum of variable prandtl_number from new to old metadata -INFO: Converting local name dtsfcin_cpl of variable surface_upward_sensible_heat_flux_for_coupling from new to old metadata -INFO: Converting local name sigmatot of variable convective_updraft_area_fraction_at_model_interfaces from new to old metadata -INFO: Converting local name rann of variable random_number_array from new to old metadata -INFO: Converting local name work2 of variable grid_size_related_coefficient_used_in_scale_sensitive_schemes_complement from new to old metadata -INFO: Converting local name ep1d_land of variable surface_upward_potential_latent_heat_flux_over_land from new to old metadata -INFO: Converting local name num_p3d of variable array_dimension_of_3d_arrays_for_microphysics from new to old metadata -INFO: Converting local name frac_grid of variable flag_for_fractional_grid from new to old metadata -INFO: Converting local name dtdtc of variable tendency_of_air_temperature_due_to_radiative_heating_assuming_clear_sky from new to old metadata -INFO: Converting local name chxy of variable surface_drag_coefficient_for_heat_and_moisture_for_noahmp from new to old metadata -INFO: Converting local name dtauy2d_bl of variable y_momentum_tendency_from_blocking_drag from new to old metadata -INFO: Converting local name dtsfc of variable cumulative_surface_upward_sensible_heat_flux_for_diag_multiplied_by_timestep from new to old metadata -INFO: Converting local name gflx_ocean of variable upward_heat_flux_in_soil_over_ocean from new to old metadata -INFO: Converting local name deeprechxy of variable water_table_recharge_when_deep from new to old metadata -INFO: Converting local name imfshalcnv_sas of variable flag_for_sas_shallow_convection_scheme from new to old metadata -INFO: Converting local name woodxy of variable wood_mass from new to old metadata -INFO: Converting local name phy_f3d(:,:,3) of variable air_temperature_at_previous_time_step from new to old metadata -INFO: Converting local name otspt of variable flag_convective_tracer_transport from new to old metadata -INFO: Converting local name tsurf of variable surface_skin_temperature_after_iteration from new to old metadata -INFO: Converting local name phy_f2d(:,array_dimension_of_2d_arrays_for_microphysics) of variable surface_wind_enhancement_due_to_convection from new to old metadata -INFO: Converting local name num_p2d of variable array_dimension_of_2d_arrays_for_microphysics from new to old metadata -INFO: Converting local name diss_est of variable dissipation_estimate_of_air_temperature_at_model_layers from new to old metadata -INFO: Converting local name ffmm_land of variable Monin_Obukhov_similarity_function_for_momentum_over_land from new to old metadata -INFO: Converting local name imfshalcnv of variable flag_for_mass_flux_shallow_convection_scheme from new to old metadata -INFO: Converting local name iopt_rad of variable flag_for_radiation_transfer_option from new to old metadata -INFO: Converting local name effr_in of variable flag_for_cloud_effective_radii from new to old metadata -INFO: Converting local name Sh3D of variable stability_function_for_heat from new to old metadata -INFO: Converting local name con_sbc of variable stefan_boltzmann_constant from new to old metadata -INFO: Converting local name phy_myj_z0base of variable baseline_surface_roughness_length from new to old metadata -INFO: Converting local name sdec of variable sine_of_solar_declination_angle from new to old metadata -INFO: Converting local name f_ice of variable fraction_of_ice_water_cloud from new to old metadata -INFO: Converting local name qs of variable cloud_snow_specific_humidity_at_Lagrangian_surface from new to old metadata -INFO: Converting local name iflip of variable flag_for_vertical_index_direction_control from new to old metadata -INFO: Converting local name draincprv of variable convective_precipitation_rate_from_previous_timestep from new to old metadata -INFO: Converting local name icsdsw of variable seed_random_numbers_sw from new to old metadata -INFO: Converting local name dtaux2d_bl of variable x_momentum_tendency_from_blocking_drag from new to old metadata -INFO: Converting local name uustar_ocean of variable surface_friction_velocity_over_ocean from new to old metadata -INFO: Converting local name zlwb of variable height_of_low_level_wave_breaking from new to old metadata -INFO: Converting local name sigma of variable slope_of_subgrid_orography from new to old metadata -INFO: Converting local name cd_land of variable surface_drag_coefficient_for_momentum_in_air_over_land from new to old metadata -INFO: Converting local name shoc_parm(5) of variable shoc_flag_for_optional_surface_TKE_dissipation from new to old metadata -INFO: Converting local name qss_ice of variable surface_specific_humidity_over_ice from new to old metadata -INFO: Converting local name graupel of variable lwe_thickness_of_graupel_amount_on_dynamics_timestep from new to old metadata -INFO: Converting local name do_myjsfc of variable do_myjsfc from new to old metadata -INFO: Converting local name htsw0 of variable tendency_of_air_temperature_due_to_shortwave_heating_assuming_clear_sky_on_radiation_time_step from new to old metadata -INFO: Converting local name ep of variable cumulative_surface_upward_potential_latent_heat_flux_multiplied_by_timestep from new to old metadata -INFO: Converting local name tprcp of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep from new to old metadata -INFO: Converting local name dnirdf_cpl of variable cumulative_surface_downwelling_diffuse_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name qwv_surf of variable water_vapor_mixing_ratio_at_surface from new to old metadata -INFO: Converting local name fm10_ocean of variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_ocean from new to old metadata -INFO: Converting local name QC_BL of variable subgrid_cloud_mixing_ratio_pbl from new to old metadata -INFO: Converting local name adjsfculw_ice of variable surface_upwelling_longwave_flux_over_ice_interstitial from new to old metadata -INFO: Converting local name tsfci_cpl of variable instantaneous_surface_skin_temperature_for_coupling from new to old metadata -INFO: Converting local name pertz0 of variable magnitude_of_perturbation_of_momentum_roughness_length from new to old metadata -INFO: Converting local name eahxy of variable canopy_air_vapor_pressure from new to old metadata -INFO: Converting local name cnv_dqldt of variable tendency_of_cloud_water_due_to_convective_microphysics from new to old metadata -INFO: Converting local name gq0 of variable tracer_concentration_updated_by_physics from new to old metadata -INFO: Converting local name iopt_dveg of variable flag_for_dynamic_vegetation_option from new to old metadata -INFO: Converting local name gv0(:,1) of variable y_wind_at_lowest_model_layer_updated_by_physics from new to old metadata -INFO: Converting local name first_time_step of variable flag_for_first_time_step from new to old metadata -INFO: Converting local name dtaux2d_ss of variable x_momentum_tendency_from_small_scale_gwd from new to old metadata -INFO: Converting local name wetdpl of variable instantaneous_large_scale_wet_deposition from new to old metadata -INFO: Converting local name cndm_surf of variable surface_condensation_mass from new to old metadata -INFO: Converting local name cmm_land of variable surface_drag_wind_speed_for_momentum_in_air_over_land from new to old metadata -INFO: Converting local name fh2 of variable Monin_Obukhov_similarity_function_for_heat_at_2m from new to old metadata -INFO: Converting local name gw_dudt of variable tendency_of_x_wind_due_to_ugwp from new to old metadata -INFO: Converting local name shinhong of variable flag_for_scale_aware_Shinhong_PBL from new to old metadata -INFO: Converting local name maxMF of variable maximum_mass_flux from new to old metadata -INFO: Converting local name gu0 of variable x_wind_updated_by_physics from new to old metadata -INFO: Converting local name ncstrac of variable number_of_tracers_for_CS from new to old metadata -INFO: Converting local name do_qa of variable flag_for_inline_cloud_fraction_calculation from new to old metadata -INFO: Converting local name pgr of variable surface_air_pressure from new to old metadata -INFO: Converting local name del of variable air_pressure_difference_between_midlayers from new to old metadata -INFO: Converting local name nqrimef of variable index_for_mass_weighted_rime_factor from new to old metadata -INFO: Converting local name du3dt(:,:,1) of variable cumulative_change_in_x_wind_due_to_PBL from new to old metadata -INFO: Converting local name raincs of variable lwe_thickness_of_shallow_convective_precipitation_amount from new to old metadata -INFO: Converting local name xlaixy of variable leaf_area_index from new to old metadata -INFO: Converting local name iopt_alb of variable flag_for_ground_snow_surface_albedo_option from new to old metadata -INFO: Converting local name moninq_fac of variable atmosphere_diffusivity_coefficient_factor from new to old metadata -INFO: Converting local name work3 of variable ratio_of_exner_function_between_midlayer_and_interface_at_lowest_model_layer from new to old metadata -INFO: Converting local name adjnirbmd of variable surface_downwelling_direct_near_infrared_shortwave_flux from new to old metadata -INFO: Converting local name imp_physics_zhao_carr_pdf of variable flag_for_zhao_carr_pdf_microphysics_scheme from new to old metadata -INFO: Converting local name dv3dt(:,:,3) of variable cumulative_change_in_y_wind_due_to_deep_convection from new to old metadata -INFO: Converting local name evcwa of variable cumulative_canopy_upward_latent_heat_flu_multiplied_by_timestep from new to old metadata -INFO: Converting local name lsm_noah of variable flag_for_noah_land_surface_scheme from new to old metadata -INFO: Converting local name ntk of variable index_for_turbulent_kinetic_energy_convective_transport_tracer from new to old metadata -INFO: Converting local name qsnw of variable local_snow_water_mixing_ratio from new to old metadata -INFO: Converting local name edmf_thl of variable emdf_updraft_theta_l from new to old metadata -INFO: Converting local name crtrh(2) of variable critical_relative_humidity_at_PBL_top from new to old metadata -INFO: Converting local name xv of variable diurnal_thermocline_layer_y_current from new to old metadata -INFO: Converting local name rlapse of variable air_temperature_lapse_rate_constant from new to old metadata -INFO: Converting local name clw(:,:,1) of variable ice_water_mixing_ratio_convective_transport_tracer from new to old metadata -INFO: Converting local name levozp of variable vertical_dimension_of_ozone_forcing_data from new to old metadata -INFO: Converting local name spfhmax of variable maximum_specific_humidity_at_2m from new to old metadata -INFO: Converting local name runoff of variable surface_runoff_flux from new to old metadata -INFO: Converting local name do_sb_physics of variable mg_flag_for_sb2001_autoconversion from new to old metadata -INFO: Converting local name phy_myj_a1q of variable weight_for_specific_humidity_at_viscous_sublayer_top from new to old metadata -INFO: Converting local name cactiv of variable conv_activity_counter from new to old metadata -INFO: Converting local name clw(:,:,index_for_turbulent_kinetic_energy_convective_transport_tracer) of variable turbulent_kinetic_energy_convective_transport_tracer from new to old metadata -INFO: Converting local name oz_phys_2015 of variable flag_for_2015_ozone_physics from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_snow_number_concentration) of variable snow_number_concentration from new to old metadata -INFO: Converting local name ntsnc of variable index_for_snow_number_concentration from new to old metadata -INFO: Converting local name dlwsfci_cpl of variable instantaneous_surface_downwelling_longwave_flux_for_coupling from new to old metadata -INFO: Converting local name errflg of variable ccpp_error_flag from new to old metadata -INFO: Converting local name kbot of variable vertical_index_at_cloud_base from new to old metadata -INFO: Converting local name clw_surf of variable cloud_condensed_water_mixing_ratio_at_surface from new to old metadata -INFO: Converting local name skebu_wts of variable weights_for_stochastic_skeb_perturbation_of_x_wind from new to old metadata -INFO: Converting local name snowprv of variable lwe_thickness_of_snow_amount_from_previous_timestep from new to old metadata -INFO: Converting local name spec_adv of variable flag_for_individual_cloud_species_advected from new to old metadata -INFO: Converting local name rainmp of variable lwe_thickness_of_explicit_rain_amount from new to old metadata -INFO: Converting local name jdat of variable forecast_date_and_time from new to old metadata -INFO: Converting local name ntrcaer of variable number_of_aerosol_tracers_MG from new to old metadata -INFO: Converting local name gflux of variable cumulative_surface_ground_heat_flux_multiplied_by_timestep from new to old metadata -INFO: Converting local name q1 of variable water_vapor_specific_humidity_at_lowest_model_layer_for_diag from new to old metadata -INFO: Converting local name gq0(:,1,index_for_water_vapor) of variable water_vapor_specific_humidity_at_lowest_model_layer_updated_by_physics from new to old metadata -INFO: Converting local name nday of variable daytime_points_dimension from new to old metadata -INFO: Converting local name cs_parm(9) of variable entrainment_efficiency_tunable_parameter_9_CS from new to old metadata -INFO: Converting local name flx_form of variable flag_flux_form_CS from new to old metadata -INFO: Converting local name dtsfc_cpl of variable cumulative_surface_upward_sensible_heat_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name nstf_name(1) of variable flag_for_nsstm_run from new to old metadata -INFO: Converting local name ca_sgs of variable flag_for_sgs_cellular_automata from new to old metadata -INFO: Converting local name mg_qcmin(1) of variable mg_minimum_cloud_condensed_water_mixing_ratio from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio from new to old metadata -INFO: Converting local name rilist of variable gas_constants_for_multi_gases_physics from new to old metadata -INFO: Converting local name dtauy2d_ls of variable y_momentum_tendency_from_large_scale_gwd from new to old metadata -INFO: Converting local name oz_coeff of variable number_of_coefficients_in_ozone_forcing_data from new to old metadata -INFO: Converting local name edmf_qt of variable emdf_updraft_total_water from new to old metadata -INFO: Converting local name stmassxy of variable stem_mass from new to old metadata -INFO: Converting local name dgraupelprv of variable graupel_precipitation_rate_from_previous_timestep from new to old metadata -INFO: Converting local name gq0(:,:,index_for_mass_weighted_rime_factor) of variable mass_weighted_rime_factor_updated_by_physics from new to old metadata -INFO: Converting local name alnwf of variable mean_nir_albedo_with_weak_cosz_dependency from new to old metadata -INFO: Converting local name smoiseq of variable equilibrium_soil_water_content from new to old metadata -INFO: Converting local name psautco of variable coefficient_from_cloud_ice_to_snow from new to old metadata -INFO: Converting local name fhlwr of variable frequency_for_longwave_radiation from new to old metadata -INFO: Converting local name xtts of variable sensitivity_of_dtl_heat_content_to_surface_temperature from new to old metadata -INFO: Converting local name tracers_start_index of variable start_index_of_other_tracers from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_ice_cloud_condensate) of variable tendency_of_ice_cloud_water_mixing_ratio_due_to_model_physics from new to old metadata -INFO: Converting local name jsd of variable starting_y_direction_index_domain from new to old metadata -INFO: Converting local name semis_land of variable surface_longwave_emissivity_over_land_interstitial from new to old metadata -INFO: Converting local name tdomr of variable dominant_rain_type from new to old metadata -INFO: Converting local name conv_act of variable gf_memory_counter from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_ice_cloud_number_concentration) of variable ice_number_concentration from new to old metadata -INFO: Converting local name ugrs(:,1) of variable x_wind_at_lowest_model_layer from new to old metadata -INFO: Converting local name qicn of variable mass_fraction_of_convective_cloud_ice from new to old metadata -INFO: Converting local name fh2_ice of variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_ice from new to old metadata -INFO: Converting local name tsq of variable t_prime_squared from new to old metadata -INFO: Converting local name tdomip of variable dominant_sleet_type from new to old metadata -INFO: Converting local name lslwr of variable flag_to_calc_lw from new to old metadata -INFO: Converting local name GFS_cldprop_type of variable GFS_cldprop_type from new to old metadata -INFO: Converting local name imp_physics of variable flag_for_microphysics_scheme from new to old metadata -INFO: Converting local name sfcalb(:,1) of variable surface_albedo_due_to_near_IR_direct from new to old metadata -INFO: Converting local name mg_do_graupel of variable mg_flag_for_graupel from new to old metadata -INFO: Converting local name soilm of variable soil_moisture_content from new to old metadata -INFO: Converting local name exch_m of variable atmosphere_momentum_diffusivity_for_mynnpbl from new to old metadata -INFO: Converting local name wetdpc of variable instantaneous_convective_scale_wet_deposition from new to old metadata -INFO: Converting local name el_pbl of variable mixing_length from new to old metadata -INFO: Converting local name ncnvc of variable index_for_convective_cloud_cover_in_phy_f3d from new to old metadata -INFO: Converting local name fn_nml of variable namelist_filename from new to old metadata -INFO: Converting local name weasd_ocean of variable water_equivalent_accumulated_snow_depth_over_ocean from new to old metadata -INFO: Converting local name evfact_deep of variable rain_evaporation_coefficient_deep_convection from new to old metadata -INFO: Converting local name dqsfc of variable cumulative_surface_upward_latent_heat_flux_for_diag_multiplied_by_timestep from new to old metadata -INFO: Converting local name totgrpb of variable accumulated_lwe_thickness_of_graupel_amount_in_bucket from new to old metadata -INFO: Converting local name trans_aero of variable flag_for_aerosol_convective_transport_and_PBL_diffusion from new to old metadata -INFO: Converting local name dusfc_bl of variable integrated_x_momentum_flux_from_blocking_drag from new to old metadata -INFO: Converting local name gw_kdis of variable eddy_mixing_due_to_ugwp from new to old metadata -INFO: Converting local name mg_qcmin of variable mg_minimum_cloud_condensed_water_and_ice_mixing_ratio from new to old metadata -INFO: Converting local name dq3dt(:,:,3) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_shal_convection from new to old metadata -INFO: Converting local name qi of variable cloud_ice_specific_humidity_at_Lagrangian_surface from new to old metadata -INFO: Converting local name imfshalcnv_gf of variable flag_for_ntiedtke_shallow_convection_scheme from new to old metadata -INFO: Converting local name zorl_ocean of variable surface_roughness_length_over_ocean_interstitial from new to old metadata -INFO: Converting local name tsfc_ice of variable surface_skin_temperature_over_ice_interstitial from new to old metadata -INFO: Converting local name input_nml_file_length of variable number_of_lines_of_namelist_filename_for_internal_file_reads from new to old metadata -INFO: Converting local name flhc of variable surface_exchange_coefficient_for_heat from new to old metadata -INFO: Converting local name qke of variable tke_at_mass_points from new to old metadata -INFO: Converting local name snowd of variable surface_snow_thickness_water_equivalent from new to old metadata -INFO: Converting local name ncpr of variable local_rain_number_concentration from new to old metadata -INFO: Converting local name ldiag3d of variable flag_diagnostics_3D from new to old metadata -INFO: Converting local name ffhh_ocean of variable Monin_Obukhov_similarity_function_for_heat_over_ocean from new to old metadata -INFO: Converting local name nsamftrac of variable number_of_tracers_for_samf from new to old metadata -INFO: Converting local name con_hvap of variable latent_heat_of_vaporization_of_water_at_0C from new to old metadata -INFO: Converting local name dtaux2d_fd of variable x_momentum_tendency_from_form_drag from new to old metadata -INFO: Converting local name levh2o of variable vertical_dimension_of_h2o_forcing_data from new to old metadata -INFO: Converting local name ras of variable flag_for_ras_deep_convection from new to old metadata -INFO: Converting local name ialb of variable flag_for_using_climatology_albedo from new to old metadata -INFO: Converting local name raincd of variable lwe_thickness_of_deep_convective_precipitation_amount from new to old metadata -INFO: Converting local name alb1d of variable surface_albedo_perturbation from new to old metadata -INFO: Converting local name nwat of variable number_of_water_species from new to old metadata -INFO: Converting local name dwn_mf of variable cumulative_atmosphere_downdraft_convective_mass_flux from new to old metadata -INFO: Converting local name save_t of variable air_temperature_save from new to old metadata -INFO: Converting local name fice of variable sea_ice_concentration from new to old metadata -INFO: Converting local name dvisdf_cpl of variable cumulative_surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name cvb of variable pressure_at_bottom_of_convective_cloud from new to old metadata -INFO: Converting local name save_q(:,:,index_for_ice_cloud_condensate) of variable ice_water_mixing_ratio_save from new to old metadata -INFO: Converting local name gq0(:,:,index_for_snow_water) of variable snow_water_mixing_ratio_updated_by_physics from new to old metadata -INFO: Converting local name qrain of variable sensible_heat_flux_due_to_rainfall from new to old metadata -INFO: Converting local name stress_ocean of variable surface_wind_stress_over_ocean from new to old metadata -INFO: Converting local name adjsfculw_land of variable surface_upwelling_longwave_flux_over_land_interstitial from new to old metadata -INFO: Converting local name ndust of variable number_of_dust_bins_for_diagnostics from new to old metadata -INFO: Converting local name GFS_radtend_type of variable GFS_radtend_type from new to old metadata -INFO: Converting local name ngas of variable number_of_gases_for_multi_gases_physics from new to old metadata -INFO: Converting local name diceprv of variable ice_precipitation_rate_from_previous_timestep from new to old metadata -INFO: Converting local name con_ttp of variable triple_point_temperature_of_water from new to old metadata -INFO: Converting local name rechxy of variable water_table_recharge_when_shallow from new to old metadata -INFO: Converting local name ffhh of variable Monin_Obukhov_similarity_function_for_heat from new to old metadata -INFO: Converting local name edmf_w of variable emdf_updraft_vertical_velocity from new to old metadata -INFO: Converting local name sed_supersat of variable mg_allow_supersat_after_sed from new to old metadata -INFO: Converting local name sr of variable ratio_of_snowfall_to_rainfall from new to old metadata -INFO: Converting local name stc of variable soil_temperature from new to old metadata -INFO: Converting local name idate of variable date_and_time_at_model_initialization_reordered from new to old metadata -INFO: Converting local name nctp of variable number_of_cloud_types_CS from new to old metadata -INFO: Converting local name levrp1 of variable number_of_vertical_layers_for_radiation_calculations_plus_one from new to old metadata -INFO: Converting local name v10mmax of variable maximum_y_wind_at_10m from new to old metadata -INFO: Converting local name clouds(:,:,8) of variable cloud_snow_water_path from new to old metadata -INFO: Converting local name dusfc of variable cumulative_surface_x_momentum_flux_for_diag_multiplied_by_timestep from new to old metadata -INFO: Converting local name sfcalb(:,3) of variable surface_albedo_due_to_UV_and_VIS_direct from new to old metadata -INFO: Converting local name zmtnblck of variable level_of_dividing_streamline from new to old metadata -INFO: Converting local name xcosz of variable instantaneous_cosine_of_zenith_angle from new to old metadata -INFO: Converting local name CCPP_interstitial_type of variable CCPP_interstitial_type from new to old metadata -INFO: Converting local name theta of variable angle_from_east_of_maximum_subgrid_orographic_variations from new to old metadata -INFO: Converting local name nbdsw of variable number_of_aerosol_bands_for_shortwave_radiation from new to old metadata -INFO: Converting local name dqsfc1 of variable instantaneous_surface_upward_latent_heat_flux from new to old metadata -INFO: Converting local name htrsw of variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_timestep from new to old metadata -INFO: Converting local name gq0(:,:,index_for_graupel_number_concentration) of variable graupel_number_concentration_updated_by_physics from new to old metadata -INFO: Converting local name ntgnc of variable index_for_graupel_number_concentration from new to old metadata -INFO: Converting local name semis of variable surface_longwave_emissivity from new to old metadata -INFO: Converting local name ca_smooth of variable flag_for_gaussian_spatial_filter from new to old metadata -INFO: Converting local name zhour of variable time_since_diagnostics_zeroed from new to old metadata -INFO: Converting local name uswsfci of variable surface_upwelling_shortwave_flux from new to old metadata -INFO: Converting local name dq3dt(:,:,6) of variable cumulative_change_in_ozone_concentration_due_to_production_and_loss_rate from new to old metadata -INFO: Converting local name con_t0c of variable temperature_at_zero_celsius from new to old metadata -INFO: Converting local name dvsfcin_cpl of variable surface_y_momentum_flux_for_coupling from new to old metadata -INFO: Converting local name runoff of variable total_runoff from new to old metadata -INFO: Converting local name upd_mf of variable cumulative_atmosphere_updraft_convective_mass_flux from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_for_cloud_fraction_in_3d_arrays_for_microphysics) of variable cloud_fraction_for_MG from new to old metadata -INFO: Converting local name indcld of variable index_for_cloud_fraction_in_3d_arrays_for_microphysics from new to old metadata -INFO: Converting local name vegtype of variable vegetation_type_classification from new to old metadata -INFO: Converting local name ied of variable ending_x_direction_index_domain from new to old metadata -INFO: Converting local name transa of variable cumulative_transpiration_flux_multiplied_by_timestep from new to old metadata -INFO: Converting local name dt3dt(:,:,2) of variable cumulative_change_in_temperature_due_to_shortwave_radiation from new to old metadata -INFO: Converting local name dvsfc_ls of variable integrated_y_momentum_flux_from_large_scale_gwd from new to old metadata -INFO: Converting local name snowd_ocean of variable surface_snow_thickness_water_equivalent_over_ocean from new to old metadata -INFO: Converting local name clouds(:,:,2) of variable cloud_liquid_water_path from new to old metadata -INFO: Converting local name visbmui of variable surface_upwelling_direct_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name plvl of variable air_pressure_at_interface_for_radiation_in_hPa from new to old metadata -INFO: Converting local name uustar_land of variable surface_friction_velocity_over_land from new to old metadata -INFO: Converting local name phy_myj_akms of variable momentum_exchange_coefficient_for_MYJ_schemes from new to old metadata -INFO: Converting local name cnv_fice of variable ice_fraction_in_convective_tower from new to old metadata -INFO: Converting local name nbdlw of variable number_of_aerosol_bands_for_longwave_radiation from new to old metadata -INFO: Converting local name dudt_mtb of variable instantaneous_change_in_x_wind_due_to_mountain_blocking_drag from new to old metadata -INFO: Converting local name rb_ocean of variable bulk_richardson_number_at_lowest_model_level_over_ocean from new to old metadata -INFO: Converting local name ccnorm of variable flag_for_cloud_condensate_normalized_by_cloud_cover from new to old metadata -INFO: Converting local name dqdt of variable tendency_of_tracers_due_to_model_physics from new to old metadata -INFO: Converting local name u10m of variable x_wind_at_10m from new to old metadata -INFO: Converting local name tmpmin of variable minimum_temperature_at_2m from new to old metadata -INFO: Converting local name save_u of variable x_wind_save from new to old metadata -INFO: Converting local name tsnow of variable snow_temperature_bottom_first_layer from new to old metadata -INFO: Converting local name kind_INTEGER of variable kind_INTEGER from new to old metadata -INFO: Converting local name nswsfc_cpl of variable cumulative_surface_net_downward_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name vgrs(:,1) of variable y_wind_at_lowest_model_layer from new to old metadata -INFO: Converting local name bl_mynn_edmf_tke of variable edmf_tke_transport_flag from new to old metadata -INFO: Converting local name tile_num of variable number_of_tile from new to old metadata -INFO: Converting local name con_pi of variable pi from new to old metadata -INFO: Converting local name abem of variable instantaneous_anthopogenic_and_biomass_burning_emissions from new to old metadata -INFO: Converting local name latidxprnt of variable latitude_index_in_debug_printouts from new to old metadata -INFO: Converting local name tcrf of variable cloud_phase_transition_denominator from new to old metadata -INFO: Converting local name cpilist of variable specific_heat_capacities_for_multi_gases_physics from new to old metadata -INFO: Converting local name tprcp_ocean of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_ocean from new to old metadata -INFO: Converting local name vgrs of variable y_wind from new to old metadata -INFO: Converting local name me of variable mpi_rank from new to old metadata -INFO: Converting local name nseffr of variable index_for_snow_effective_radius from new to old metadata -INFO: Converting local name crtrh(1) of variable critical_relative_humidity_at_surface from new to old metadata -INFO: Converting local name nrcm of variable array_dimension_of_random_number from new to old metadata -INFO: Converting local name phy_f2d(:,2) of variable surface_air_pressure_at_previous_time_step from new to old metadata -INFO: Converting local name totice of variable accumulated_lwe_thickness_of_ice_amount from new to old metadata -INFO: Converting local name vdftra of variable vertically_diffused_tracer_concentration from new to old metadata -INFO: Converting local name clam_shal of variable entrainment_rate_coefficient_shallow_convection from new to old metadata -INFO: Converting local name ulwsfc of variable cumulative_surface_upwelling_longwave_flux_multiplied_by_timestep from new to old metadata -INFO: Converting local name cldf of variable cloud_area_fraction from new to old metadata -INFO: Converting local name prslk of variable dimensionless_exner_function_at_model_layers from new to old metadata -INFO: Converting local name imp_physics_wsm6 of variable flag_for_wsm6_microphysics_scheme from new to old metadata -INFO: Converting local name blksz(ccpp_block_number) of variable horizontal_loop_extent from new to old metadata -INFO: Converting local name dtp of variable time_step_for_physics from new to old metadata -INFO: Converting local name nnirdf_cpl of variable cumulative_surface_net_downward_diffuse_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name tsurf_ice of variable surface_skin_temperature_after_iteration_over_ice from new to old metadata -INFO: Converting local name snowfallac of variable total_accumulated_snowfall from new to old metadata -INFO: Converting local name solhr of variable forecast_hour_of_the_day from new to old metadata -INFO: Converting local name use_zmtnblck of variable flag_for_mountain_blocking from new to old metadata -INFO: Converting local name sfcflw_type of variable sfcflw_type from new to old metadata -INFO: Converting local name rhofr of variable density_of_frozen_precipitation from new to old metadata -INFO: Converting local name dxmax of variable maximum_scaling_factor_for_critical_relative_humidity from new to old metadata -INFO: Converting local name rainc_cpl of variable lwe_thickness_of_convective_precipitation_amount_for_coupling from new to old metadata -INFO: Converting local name prautco of variable coefficient_from_cloud_water_to_rain from new to old metadata -INFO: Converting local name cumabs of variable maximum_column_heating_rate from new to old metadata -INFO: Converting local name Statein of variable GFS_statein_type_instance from new to old metadata -INFO: Converting local name ntasks of variable mpi_size from new to old metadata -INFO: Converting local name qsq of variable q_prime_squared from new to old metadata -INFO: Converting local name bl_mynn_mixqt of variable mix_total_water_flag from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_turbulent_kinetic_energy) of variable tendency_of_turbulent_kinetic_energy_due_to_model_physics from new to old metadata -INFO: Converting local name ntke of variable index_for_turbulent_kinetic_energy from new to old metadata -INFO: Converting local name kmp of variable top_layer_index_for_fast_physics from new to old metadata -INFO: Converting local name ffhh_ice of variable Monin_Obukhov_similarity_function_for_heat_over_ice from new to old metadata -INFO: Converting local name dq3dt(:,:,1) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_PBL from new to old metadata -INFO: Converting local name con_hfus of variable latent_heat_of_fusion_of_water_at_0C from new to old metadata -INFO: Converting local name isubc_lw of variable flag_for_lw_clouds_without_sub_grid_approximation from new to old metadata -INFO: Converting local name du3dt(:,:,3) of variable cumulative_change_in_x_wind_due_to_deep_convection from new to old metadata -INFO: Converting local name clx of variable fraction_of_grid_box_with_subgrid_orography_higher_than_critical_height from new to old metadata -INFO: Converting local name shoc_parm(4) of variable shoc_implicit_TKE_integration_uncentering_term from new to old metadata -INFO: Converting local name gasvmr(:,:,7) of variable volume_mixing_ratio_cfc12 from new to old metadata -INFO: Converting local name cappa of variable cappa_moist_gas_constant_at_Lagrangian_surface from new to old metadata -INFO: Converting local name cf_upi of variable convective_cloud_fraction_for_microphysics from new to old metadata -INFO: Converting local name cdata of variable ccpp_t_instance from new to old metadata -INFO: Converting local name phy_myj_akhs of variable heat_exchange_coefficient_for_MYJ_schemes from new to old metadata -INFO: Converting local name sedim of variable instantaneous_sedimentation from new to old metadata -INFO: Converting local name graupelmp of variable lwe_thickness_of_graupel_amount from new to old metadata -INFO: Converting local name skebu_wts of variable weights_for_stochastic_skeb_perturbation_of_x_wind_flipped from new to old metadata -INFO: Converting local name GFS_control_type of variable GFS_control_type from new to old metadata -INFO: Converting local name yearlen of variable number_of_days_in_year from new to old metadata -INFO: Converting local name save_q(:,:,index_for_water_vapor) of variable water_vapor_specific_humidity_save from new to old metadata -INFO: Converting local name smois of variable volume_fraction_of_soil_moisture_for_land_surface_model from new to old metadata -INFO: Converting local name gq0(:,:,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio_updated_by_physics from new to old metadata -INFO: Converting local name pwat of variable column_precipitable_water from new to old metadata -INFO: Converting local name cld1d of variable cloud_work_function from new to old metadata -INFO: Converting local name qvi of variable gas_tracers_for_multi_gas_physics_at_Lagrangian_surface from new to old metadata -INFO: Converting local name gabsbdlw of variable surface_downwelling_longwave_flux_absorbed_by_ground from new to old metadata -INFO: Converting local name tau_ngw of variable time_integral_of_momentum_flux_due_to_nonstationary_gravity_wave from new to old metadata -INFO: Converting local name xlat_d of variable latitude_degree from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_for_ice_effective_radius) of variable effective_radius_of_stratiform_cloud_ice_particle_in_um from new to old metadata -INFO: Converting local name nieffr of variable index_for_ice_effective_radius from new to old metadata -INFO: Converting local name do_ca of variable flag_for_cellular_automata from new to old metadata -INFO: Converting local name wtxy of variable water_storage_in_aquifer_and_saturated_soil from new to old metadata -INFO: Converting local name srunoff of variable surface_runoff from new to old metadata -INFO: Converting local name ntrnc of variable index_for_rain_number_concentration from new to old metadata -INFO: Converting local name ustm of variable surface_friction_velocity_drag from new to old metadata -INFO: Converting local name cnvprcp of variable cumulative_lwe_thickness_of_convective_precipitation_amount from new to old metadata -INFO: Converting local name imfdeepcnv_samf of variable flag_for_samf_deep_convection_scheme from new to old metadata -INFO: Converting local name si of variable vertical_sigma_coordinate_for_radiation_initialization from new to old metadata -INFO: Converting local name gwdcu of variable tendency_of_x_wind_due_to_convective_gravity_wave_drag from new to old metadata -INFO: Converting local name elvmax of variable maximum_subgrid_orography from new to old metadata -INFO: Converting local name slimskin_cpl of variable sea_land_ice_mask_in from new to old metadata -INFO: Converting local name dtsfc_cice of variable surface_upward_sensible_heat_flux_for_coupling_interstitial from new to old metadata -INFO: Converting local name do_mynnedmf of variable do_mynnedmf from new to old metadata -INFO: Converting local name zorll of variable surface_roughness_length_over_land from new to old metadata -INFO: Converting local name nswsfci_cpl of variable instantaneous_surface_net_downward_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name do_cldice of variable mg_flag_for_cloud_ice_processes from new to old metadata -INFO: Converting local name alboldxy of variable snow_albedo_at_previous_time_step from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_graupel) of variable graupel_mixing_ratio from new to old metadata -INFO: Converting local name rhcmax of variable maximum_critical_relative_humidity from new to old metadata -INFO: Converting local name Stateout of variable GFS_stateout_type_instance from new to old metadata -INFO: Converting local name nirbmdi of variable surface_downwelling_direct_near_infrared_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name gfluxi of variable instantaneous_surface_ground_heat_flux from new to old metadata -INFO: Converting local name drainncprv of variable explicit_rainfall_rate_from_previous_timestep from new to old metadata -INFO: Converting local name gflx of variable upward_heat_flux_in_soil from new to old metadata -INFO: Converting local name hflx_ocean of variable kinematic_surface_upward_sensible_heat_flux_over_ocean from new to old metadata -INFO: Converting local name nvdiff of variable number_of_vertical_diffusion_tracers from new to old metadata -INFO: Converting local name dspheat of variable flag_TKE_dissipation_heating from new to old metadata -INFO: Converting local name fhswr of variable frequency_for_shortwave_radiation from new to old metadata -INFO: Converting local name nthreads of variable omp_threads from new to old metadata -INFO: Converting local name islmsk of variable sea_land_ice_mask from new to old metadata -INFO: Converting local name ntchmdiag of variable number_of_chemical_tracers_for_diagnostics from new to old metadata -INFO: Converting local name nstf_name(5) of variable vertical_temperature_average_range_upper_bound from new to old metadata -INFO: Converting local name forceq of variable moisture_tendency_due_to_dynamics from new to old metadata -INFO: Converting local name nseasalt of variable number_of_seasalt_bins_for_diagnostics from new to old metadata -INFO: Converting local name gasvmr(:,:,2) of variable volume_mixing_ratio_n2o from new to old metadata -INFO: Converting local name ctei_rml of variable grid_sensitive_critical_cloud_top_entrainment_instability_criteria from new to old metadata -INFO: Converting local name sfc_wts of variable weights_for_stochastic_surface_physics_perturbation from new to old metadata -INFO: Converting local name oc of variable convexity_of_subgrid_orography from new to old metadata -INFO: Converting local name ep1d of variable surface_upward_potential_latent_heat_flux from new to old metadata -INFO: Converting local name u10mmax of variable maximum_x_wind_at_10m from new to old metadata -INFO: Converting local name nca of variable number_of_independent_cellular_automata from new to old metadata -INFO: Converting local name rtmassxy of variable fine_root_mass from new to old metadata -INFO: Converting local name ffmm_ocean of variable Monin_Obukhov_similarity_function_for_momentum_over_ocean from new to old metadata -INFO: Converting local name pertlai of variable magnitude_of_perturbation_of_leaf_area_index from new to old metadata -INFO: Converting local name mg_ncnst of variable mg_drop_concentration_constant from new to old metadata -INFO: Converting local name pgcon_shal of variable momentum_transport_reduction_factor_pgf_shallow_convection from new to old metadata -INFO: Converting local name edmf_qc of variable emdf_updraft_cloud_water from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_graupel) of variable tendency_of_graupel_mixing_ratio_due_to_model_physics from new to old metadata -INFO: Converting local name acvt of variable largest_cloud_top_vertical_index_encountered_thus_far from new to old metadata -INFO: Converting local name cmm of variable surface_drag_wind_speed_for_momentum_in_air from new to old metadata -INFO: Converting local name dt_cool of variable sub_layer_cooling_amount from new to old metadata -INFO: Converting local name qc_r of variable cloud_liquid_water_mixing_ratio from new to old metadata -INFO: Converting local name ral_ts of variable time_scale_for_rayleigh_damping from new to old metadata -INFO: Converting local name GFS_diag_type of variable GFS_diag_type from new to old metadata -INFO: Converting local name dnirdfi_cpl of variable instantaneous_surface_downwelling_diffuse_near_infrared_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name chh_ice of variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_ice from new to old metadata -INFO: Converting local name flipv of variable flag_flip from new to old metadata -INFO: Converting local name ldiag_ugwp of variable diag_ugwp_flag from new to old metadata -INFO: Converting local name ctei_r of variable cloud_top_entrainment_instability_value from new to old metadata -INFO: Converting local name ccn_nm of variable ccn_number_concentration from new to old metadata -INFO: Converting local name edmf_ent of variable emdf_updraft_entrainment_rate from new to old metadata -INFO: Converting local name htswc of variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step from new to old metadata -INFO: Converting local name phy_myj_thz0 of variable potential_temperature_at_viscous_sublayer_top from new to old metadata -INFO: Converting local name bl_mynn_edmf of variable edmf_flag from new to old metadata -INFO: Converting local name con_rd of variable gas_constant_dry_air from new to old metadata -INFO: Converting local name qss_land of variable surface_specific_humidity_over_land from new to old metadata -INFO: Converting local name zt1d of variable perturbation_of_heat_to_momentum_roughness_length_ratio from new to old metadata -INFO: Converting local name imp_physics_zhao_carr of variable flag_for_zhao_carr_microphysics_scheme from new to old metadata -INFO: Converting local name delz of variable thickness_at_Lagrangian_surface from new to old metadata -INFO: Converting local name dtsfci of variable instantaneous_surface_upward_sensible_heat_flux_for_diag from new to old metadata -INFO: Converting local name dvsfc_fd of variable integrated_y_momentum_flux_from_form_drag from new to old metadata -INFO: Converting local name totprcpb of variable accumulated_lwe_thickness_of_precipitation_amount_in_bucket from new to old metadata -INFO: Converting local name tcr of variable cloud_phase_transition_threshold_temperature from new to old metadata -INFO: Converting local name clstp of variable convective_cloud_switch from new to old metadata -INFO: Converting local name isatmedmf_vdifq of variable choice_of_updated_scale_aware_TKE_moist_EDMF_PBL from new to old metadata -INFO: Converting local name coszen of variable cosine_of_zenith_angle from new to old metadata -INFO: Converting local name nifa2d of variable tendency_of_ice_friendly_aerosols_at_surface from new to old metadata -INFO: Converting local name icy of variable flag_nonzero_sea_ice_surface_fraction from new to old metadata -INFO: Converting local name dudt of variable tendency_of_x_wind_due_to_model_physics from new to old metadata -INFO: Converting local name bl_dnfr of variable downdraft_fraction_in_boundary_layer_mass_flux_scheme from new to old metadata -INFO: Converting local name snohf of variable snow_freezing_rain_upward_latent_heat_flux from new to old metadata -INFO: Converting local name bexp1d of variable perturbation_of_soil_type_b_parameter from new to old metadata -INFO: Converting local name faersw of variable aerosol_optical_properties_for_shortwave_bands_01_16 from new to old metadata -INFO: Converting local name dtdt of variable tendency_of_air_temperature_due_to_model_physics from new to old metadata -INFO: Converting local name nvisdf_cpl of variable cumulative_surface_net_downward_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name dqsfcin_cpl of variable surface_upward_latent_heat_flux_for_coupling from new to old metadata -INFO: Converting local name con_p0 of variable standard_atmospheric_pressure from new to old metadata -INFO: Converting local name con_epsq of variable minimum_value_of_specific_humidity from new to old metadata -INFO: Converting local name dusfci_cpl of variable instantaneous_surface_x_momentum_flux_for_coupling from new to old metadata -INFO: Converting local name ep1d_ice of variable surface_upward_potential_latent_heat_flux_over_ice from new to old metadata -INFO: Converting local name fhour of variable forecast_time from new to old metadata -INFO: Converting local name refl_10cm of variable radar_reflectivity_10cm from new to old metadata -INFO: Converting local name shum_wts of variable weights_for_stochastic_shum_perturbation_flipped from new to old metadata -INFO: Converting local name dspfac of variable tke_dissipative_heating_factor from new to old metadata -INFO: Converting local name nnirbmi_cpl of variable instantaneous_surface_net_downward_direct_near_infrared_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name c1_deep of variable detrainment_conversion_parameter_deep_convection from new to old metadata -INFO: Converting local name dt3dt(:,:,4) of variable cumulative_change_in_temperature_due_to_deep_convection from new to old metadata -INFO: Converting local name dv3dt(:,:,4) of variable cumulative_change_in_y_wind_due_to_convective_gravity_wave_drag from new to old metadata -INFO: Converting local name phy_myj_a1u of variable weight_for_momentum_at_viscous_sublayer_top from new to old metadata -INFO: Converting local name iopt_stc of variable flag_for_soil_and_snow_temperature_time_stepping_option from new to old metadata -INFO: Converting local name adjvisbmd of variable surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux from new to old metadata -INFO: Converting local name icloud_bl of variable couple_sgs_clouds_to_radiation_flag from new to old metadata -INFO: Converting local name rb of variable bulk_richardson_number_at_lowest_model_level from new to old metadata -INFO: Converting local name faerlw(:,:,:,2) of variable aerosol_single_scattering_albedo_for_longwave_bands_01_16 from new to old metadata -INFO: Converting local name phy_myj_elflx of variable kinematic_surface_latent_heat_flux from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_for_snow_effective_radius) of variable effective_radius_of_stratiform_cloud_snow_particle_in_um from new to old metadata -INFO: Converting local name iopt_tbot of variable flag_for_lower_boundary_soil_temperature_option from new to old metadata -INFO: Converting local name pdfflag of variable flag_for_pdf_for_morrison_gettelman_microphysics_scheme from new to old metadata -INFO: Converting local name do_aw of variable flag_for_Arakawa_Wu_adjustment from new to old metadata -INFO: Converting local name do_tofd of variable turb_oro_form_drag_flag from new to old metadata -INFO: Converting local name dqdti of variable instantaneous_water_vapor_specific_humidity_tendency_due_to_convection from new to old metadata -INFO: Converting local name qi_r of variable cloud_ice_mixing_ratio from new to old metadata -INFO: Converting local name flag_iter of variable flag_for_iteration from new to old metadata -INFO: Converting local name CLDFRA_BL of variable subgrid_cloud_fraction_pbl from new to old metadata -INFO: Converting local name zorl_ice of variable surface_roughness_length_over_ice_interstitial from new to old metadata -INFO: Converting local name dd_mf of variable instantaneous_atmosphere_downdraft_convective_mass_flux from new to old metadata -INFO: Converting local name visdfui of variable surface_upwelling_diffuse_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name julian of variable julian_day from new to old metadata -INFO: Converting local name cd_ice of variable surface_drag_coefficient_for_momentum_in_air_over_ice from new to old metadata -INFO: Converting local name iovr_lw of variable flag_for_max_random_overlap_clouds_for_longwave_radiation from new to old metadata -INFO: Converting local name lmp of variable adjusted_vertical_level_dimension_for_radiation from new to old metadata -INFO: Converting local name kdt of variable index_of_time_step from new to old metadata -INFO: Converting local name ushfsfci of variable instantaneous_surface_upward_sensible_heat_flux_for_chemistry_coupling from new to old metadata -INFO: Converting local name rb_land of variable bulk_richardson_number_at_lowest_model_level_over_land from new to old metadata -INFO: Converting local name uustar of variable surface_friction_velocity from new to old metadata -INFO: Converting local name adjnirbmu of variable surface_upwelling_direct_near_infrared_shortwave_flux from new to old metadata -INFO: Converting local name do_mynnsfclay of variable do_mynnsfclay from new to old metadata -INFO: Converting local name aero_in of variable flag_for_aerosol_input_MG from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_water_vapor) of variable tendency_of_water_vapor_specific_humidity_due_to_model_physics from new to old metadata -INFO: Converting local name mol of variable theta_star from new to old metadata -INFO: Converting local name fwetxy of variable area_fraction_of_wet_canopy from new to old metadata -INFO: Converting local name phy_f2d(:,1) of variable surface_air_pressure_two_time_steps_back from new to old metadata -INFO: Converting local name topflw of variable lw_fluxes_top_atmosphere from new to old metadata -INFO: Converting local name satmedmf of variable flag_for_scale_aware_TKE_moist_EDMF_PBL from new to old metadata -INFO: Converting local name waxy of variable water_storage_in_aquifer from new to old metadata -INFO: Converting local name snow of variable lwe_thickness_of_snow_amount_on_dynamics_timestep from new to old metadata -INFO: Converting local name ivegsrc of variable vegetation_type_dataset_choice from new to old metadata -INFO: Converting local name sigmaf of variable bounded_vegetation_area_fraction from new to old metadata -INFO: Converting local name f_rain of variable fraction_of_rain_water_cloud from new to old metadata -INFO: Converting local name dkt of variable instantaneous_atmosphere_heat_diffusivity from new to old metadata -INFO: Converting local name asolfac_deep of variable aerosol_aware_parameter_deep_convection from new to old metadata -INFO: Converting local name dv3dt(:,:,2) of variable cumulative_change_in_y_wind_due_to_orographic_gravity_wave_drag from new to old metadata -INFO: Converting local name ipr of variable horizontal_index_of_printed_column from new to old metadata -INFO: Converting local name npzcappa of variable vertical_dimension_for_cappa_at_Lagrangian_surface from new to old metadata -INFO: Converting local name clam_deep of variable entrainment_rate_coefficient_deep_convection from new to old metadata -INFO: Converting local name dusfci of variable instantaneous_surface_x_momentum_flux_for_diag from new to old metadata -INFO: Converting local name cs_parm(4) of variable detrainment_and_precipitation_tunable_parameter_4_CS from new to old metadata -INFO: Converting local name levsp1 of variable vertical_dimension_plus_one from new to old metadata -INFO: Converting local name con_cp of variable specific_heat_of_dry_air_at_constant_pressure from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_water_vapor) of variable water_vapor_specific_humidity from new to old metadata -INFO: Converting local name prsik(:,1) of variable dimensionless_exner_function_at_lowest_model_interface from new to old metadata -INFO: Converting local name gasvmr(:,:,5) of variable volume_mixing_ratio_co from new to old metadata -INFO: Converting local name mg_ngcons of variable mg_flag_graupel_concentration_constant from new to old metadata -INFO: Converting local name acsnow of variable accumulated_water_equivalent_of_frozen_precip from new to old metadata -INFO: Converting local name levsm1 of variable vertical_dimension_minus_one from new to old metadata -INFO: Converting local name phy_myj_a1t of variable weight_for_potental_temperature_at_viscous_sublayer_top from new to old metadata -INFO: Converting local name ntracp1 of variable number_of_tracers_plus_one from new to old metadata -INFO: Converting local name GFS_Data of variable GFS_data_type_instance_all_blocks from new to old metadata -INFO: Converting local name zol of variable surface_stability_parameter from new to old metadata -INFO: Converting local name CCPP_interstitial of variable CCPP_interstitial_type_instance from new to old metadata -INFO: Converting local name isd of variable starting_x_direction_index_domain from new to old metadata -INFO: Converting local name cplflx of variable flag_for_flux_coupling from new to old metadata -INFO: Converting local name lradar of variable flag_for_radar_reflectivity from new to old metadata -INFO: Converting local name iseed_ca of variable seed_for_random_number_generation_in_cellular_automata_scheme from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_for_convective_cloud_cover_in_phy_f3d) of variable convective_cloud_cover_in_phy_f3d from new to old metadata -INFO: Converting local name dqsfci of variable instantaneous_surface_upward_latent_heat_flux_for_diag from new to old metadata -INFO: Converting local name dxmin of variable minimum_scaling_factor_for_critical_relative_humidity from new to old metadata -INFO: Converting local name sppt_wts of variable weights_for_stochastic_sppt_perturbation from new to old metadata -INFO: Converting local name tahxy of variable canopy_air_temperature from new to old metadata -INFO: Converting local name imn of variable forecast_month from new to old metadata -INFO: Converting local name evcw of variable canopy_upward_latent_heat_flux from new to old metadata -INFO: Converting local name input_nml_file of variable namelist_filename_for_internal_file_reads from new to old metadata -INFO: Converting local name raddt of variable time_step_for_radiation from new to old metadata -INFO: Converting local name dvisbmi_cpl of variable instantaneous_surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name gwdcv of variable tendency_of_y_wind_due_to_convective_gravity_wave_drag from new to old metadata -INFO: Converting local name evbsa of variable cumulative_soil_upward_latent_heat_flux_multiplied_by_timestep from new to old metadata -INFO: Converting local name cldwrk of variable cumulative_cloud_work_function from new to old metadata -INFO: Converting local name npzdelz of variable vertical_dimension_for_thickness_at_Lagrangian_surface from new to old metadata -INFO: Converting local name dvsfc_cice of variable surface_y_momentum_flux_for_coupling_interstitial from new to old metadata -INFO: Converting local name ql of variable cloud_liquid_water_specific_humidity_at_Lagrangian_surface from new to old metadata -INFO: Converting local name imp_physics_fer_hires of variable flag_for_fer_hires_microphysics_scheme from new to old metadata -INFO: Converting local name dvdt of variable tendency_of_y_wind_due_to_model_physics from new to old metadata -INFO: Converting local name dusfc_cpl of variable cumulative_surface_x_momentum_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name prsl(:,1) of variable air_pressure_at_lowest_model_layer from new to old metadata -INFO: Converting local name ktop_shallow of variable k_level_of_highest_reaching_plume from new to old metadata -INFO: Converting local name sfcfsw of variable sw_fluxes_sfc from new to old metadata -INFO: Converting local name gv0 of variable y_wind_updated_by_physics from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_rain_water) of variable rain_water_mixing_ratio from new to old metadata -INFO: Converting local name cdq_ocean of variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_ocean from new to old metadata -INFO: Converting local name sfcalb(:,4) of variable surface_albedo_due_to_UV_and_VIS_diffused from new to old metadata -INFO: Converting local name gamq of variable countergradient_mixing_term_for_water_vapor from new to old metadata -INFO: Converting local name mdt of variable time_step_for_remapping_for_fast_physics from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_ice_cloud_condensate) of variable ice_water_mixing_ratio from new to old metadata -INFO: Converting local name sfcalb(:,2) of variable surface_albedo_due_to_near_IR_diffused from new to old metadata -INFO: Converting local name phy_fctd of variable cloud_base_mass_flux from new to old metadata -INFO: Converting local name weasd_land of variable water_equivalent_accumulated_snow_depth_over_land from new to old metadata -INFO: Converting local name nwfa2d of variable tendency_of_water_friendly_aerosols_at_surface from new to old metadata -INFO: Converting local name GFS_Control of variable GFS_control_type_instance from new to old metadata -INFO: Converting local name nncl of variable number_of_tracers_for_cloud_condensate from new to old metadata -INFO: Converting local name olyr of variable ozone_concentration_at_layer_for_radiation from new to old metadata -INFO: Converting local name tg3 of variable deep_soil_temperature from new to old metadata -INFO: Converting local name Radtend of variable GFS_radtend_type_instance from new to old metadata -INFO: Converting local name sinlat of variable sine_of_latitude from new to old metadata -INFO: Converting local name sppt_wts of variable weights_for_stochastic_sppt_perturbation_flipped from new to old metadata -INFO: Converting local name ng of variable number_of_ghost_zones from new to old metadata -INFO: Converting local name phil of variable geopotential from new to old metadata -INFO: Converting local name flag_frsoil of variable flag_for_frozen_soil_physics from new to old metadata -INFO: Converting local name faersw(:,:,:,2) of variable aerosol_single_scattering_albedo_for_shortwave_bands_01_16 from new to old metadata -INFO: Converting local name qc of variable cloud_fraction_at_Lagrangian_surface from new to old metadata -INFO: Converting local name do_sfcperts of variable flag_for_stochastic_surface_perturbations from new to old metadata -INFO: Converting local name betas_deep of variable downdraft_fraction_reaching_surface_over_ocean_deep_convection from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_rain_number_concentration) of variable rain_number_concentration from new to old metadata -INFO: Converting local name ifd of variable index_of_dtlm_start from new to old metadata -INFO: Converting local name area of variable cell_area_for_fast_physics from new to old metadata -INFO: Converting local name trans_trac of variable flag_for_convective_transport_of_tracers from new to old metadata -INFO: Converting local name isatmedmf of variable choice_of_scale_aware_TKE_moist_EDMF_PBL from new to old metadata -INFO: Converting local name old_monin of variable flag_for_old_PBL_scheme from new to old metadata -INFO: Converting local name cplchm of variable flag_for_chemistry_coupling from new to old metadata -INFO: Converting local name raincprv of variable lwe_thickness_of_convective_precipitation_amount_from_previous_timestep from new to old metadata -INFO: Converting local name u1 of variable x_wind_at_lowest_model_layer_for_diag from new to old metadata -INFO: Converting local name gw_dvdt of variable tendency_of_y_wind_due_to_ugwp from new to old metadata -INFO: Converting local name dtsfc1 of variable instantaneous_surface_upward_sensible_heat_flux from new to old metadata -INFO: Converting local name gasvmr(:,:,9) of variable volume_mixing_ratio_ccl4 from new to old metadata -INFO: Converting local name semis_ice of variable surface_longwave_emissivity_over_ice_interstitial from new to old metadata -INFO: Converting local name zmtb of variable time_integral_of_height_of_mountain_blocking from new to old metadata -INFO: Converting local name dtauy2d_fd of variable y_momentum_tendency_from_form_drag from new to old metadata -INFO: Converting local name lakefrac of variable lake_area_fraction from new to old metadata -INFO: Converting local name do_myjpbl of variable do_myjpbl from new to old metadata -INFO: Converting local name sncovr of variable surface_snow_area_fraction_over_land from new to old metadata -INFO: Converting local name spd10max of variable maximum_wind_at_10m_over_maximum_hourly_time_interval from new to old metadata -INFO: Converting local name faerlw(:,:,:,3) of variable aerosol_asymmetry_parameter_for_longwave_bands_01_16 from new to old metadata -INFO: Converting local name adjsfculw_ocean of variable surface_upwelling_longwave_flux_over_ocean_interstitial from new to old metadata -INFO: Converting local name nscfshoc of variable index_of_subgrid_scale_cloud_fraction_from_shoc_in_phy_f3d from new to old metadata -INFO: Converting local name qv_r of variable humidity_mixing_ratio from new to old metadata -INFO: Converting local name gq0(:,:,index_for_water_vapor) of variable water_vapor_specific_humidity_updated_by_physics from new to old metadata -INFO: Converting local name lsnow_lsm of variable snow_vertical_dimension_for_land_surface_model from new to old metadata -INFO: Converting local name dv3dt_ngw of variable time_integral_of_change_in_y_wind_due_to_nonstationary_gravity_wave from new to old metadata -INFO: Converting local name tlyr of variable air_temperature_at_layer_for_radiation from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_turbulent_kinetic_energy) of variable turbulent_kinetic_energy from new to old metadata -INFO: Converting local name h2opl of variable h2o_forcing from new to old metadata -INFO: Converting local name smc of variable volume_fraction_of_soil_moisture from new to old metadata -INFO: Converting local name latr of variable number_of_latitude_points from new to old metadata -INFO: Converting local name crick_proof of variable flag_for_CRICK_proof_cloud_water from new to old metadata -INFO: Converting local name ssem of variable instantaneous_seasalt_emission_flux from new to old metadata -INFO: Converting local name xlai1d of variable perturbation_of_leaf_area_index from new to old metadata -INFO: Converting local name tdoms of variable dominant_snow_type from new to old metadata -INFO: Converting local name canopy of variable canopy_water_amount from new to old metadata -INFO: Converting local name dtauy2d_ss of variable y_momentum_tendency_from_small_scale_gwd from new to old metadata -INFO: Converting local name forcet of variable temperature_tendency_due_to_dynamics from new to old metadata -INFO: Converting local name snowmt of variable surface_snow_melt from new to old metadata -INFO: Converting local name ttendlim of variable limit_for_temperature_tendency_for_microphysics from new to old metadata -INFO: Converting local name clouds(:,:,6) of variable cloud_rain_water_path from new to old metadata -INFO: Converting local name sigmafrac of variable convective_updraft_area_fraction from new to old metadata -INFO: Converting local name tau_tofd of variable instantaneous_momentum_flux_due_to_turbulent_orographic_form_drag from new to old metadata -INFO: Converting local name gq0(:,:,index_for_ice_friendly_aerosols) of variable ice_friendly_aerosol_number_concentration_updated_by_physics from new to old metadata -INFO: Converting local name nsswr of variable number_of_timesteps_between_shortwave_radiation_calls from new to old metadata -INFO: Converting local name ulwsfc_cice of variable surface_upwelling_longwave_flux_for_coupling_interstitial from new to old metadata -INFO: Converting local name dq3dt(:,:,8) of variable cumulative_change_in_ozone_concentration_due_to_temperature from new to old metadata -INFO: Converting local name stress_ice of variable surface_wind_stress_over_ice from new to old metadata -INFO: Converting local name is of variable starting_x_direction_index from new to old metadata -INFO: Converting local name sbsno of variable snow_deposition_sublimation_upward_latent_heat_flux from new to old metadata -INFO: Converting local name cnvprcpb of variable cumulative_lwe_thickness_of_convective_precipitation_amount_in_bucket from new to old metadata -INFO: Converting local name rdlai of variable flag_for_reading_leaf_area_index_from_input from new to old metadata -INFO: Converting local name phy_f3d(:,:,4) of variable water_vapor_specific_humidity_at_previous_time_step from new to old metadata -INFO: Converting local name area of variable cell_area from new to old metadata -INFO: Converting local name con_eps of variable ratio_of_dry_air_to_water_vapor_gas_constants from new to old metadata -INFO: Converting local name edmf_a of variable emdf_updraft_area from new to old metadata -INFO: Converting local name dusfc1 of variable instantaneous_surface_x_momentum_flux from new to old metadata -INFO: Converting local name qlcn of variable mass_fraction_of_convective_cloud_liquid_water from new to old metadata -INFO: Converting local name fh2_land of variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_land from new to old metadata -INFO: Converting local name tprcp_land of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_land from new to old metadata -INFO: Converting local name chh_land of variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_land from new to old metadata -INFO: Converting local name dt3dt(:,:,1) of variable cumulative_change_in_temperature_due_to_longwave_radiation from new to old metadata -INFO: Converting local name nfracseed of variable cellular_automata_seed_probability from new to old metadata -INFO: Converting local name cwm of variable total_cloud_condensate_mixing_ratio_updated_by_physics from new to old metadata -INFO: Converting local name u10max of variable maximum_u_wind_at_10m_over_maximum_hourly_time_interval from new to old metadata -INFO: Converting local name dvsfc_ss of variable integrated_y_momentum_flux_from_small_scale_gwd from new to old metadata -INFO: Converting local name smcref2 of variable threshold_volume_fraction_of_condensed_water_in_soil from new to old metadata -INFO: Converting local name kcnv of variable flag_deep_convection from new to old metadata -INFO: Converting local name keepsmfr of variable volume_fraction_of_frozen_soil_moisture_for_land_surface_model from new to old metadata -INFO: Converting local name frain of variable dynamics_to_physics_timestep_ratio from new to old metadata -INFO: Converting local name debug of variable flag_debug from new to old metadata -INFO: Converting local name qrn of variable local_rain_water_mixing_ratio from new to old metadata -INFO: Converting local name tsfc_ocean of variable surface_skin_temperature_over_ocean_interstitial from new to old metadata -INFO: Converting local name levr of variable number_of_vertical_layers_for_radiation_calculations from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_graupel_number_concentration) of variable graupel_number_concentration from new to old metadata -INFO: Converting local name bl_upfr of variable updraft_fraction_in_boundary_layer_mass_flux_scheme from new to old metadata -INFO: Converting local name nsfcpert of variable number_of_surface_perturbations from new to old metadata -INFO: Converting local name evpco of variable coefficient_for_evaporation_of_rainfall from new to old metadata -INFO: Converting local name iems of variable flag_for_surface_emissivity_control from new to old metadata -INFO: Converting local name dlwsfc of variable cumulative_surface_downwelling_longwave_flux_multiplied_by_timestep from new to old metadata -INFO: Converting local name cimin of variable minimum_sea_ice_concentration from new to old metadata -INFO: Converting local name zs of variable depth_of_soil_levels_for_land_surface_model from new to old metadata -INFO: Converting local name fm10_land of variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_land from new to old metadata -INFO: Converting local name lsm_noahmp of variable flag_for_noahmp_land_surface_scheme from new to old metadata -INFO: Converting local name cs_parm(1) of variable updraft_velocity_tunable_parameter_1_CS from new to old metadata -INFO: Converting local name z_c of variable sub_layer_cooling_thickness from new to old metadata -INFO: Converting local name rainc of variable lwe_thickness_of_convective_precipitation_amount_on_dynamics_timestep from new to old metadata -INFO: Converting local name do_cnvgwd of variable flag_for_convective_gravity_wave_drag from new to old metadata -INFO: Converting local name nlunit of variable iounit_namelist from new to old metadata -INFO: Converting local name gw_dtdt of variable tendency_of_air_temperature_due_to_ugwp from new to old metadata -INFO: Converting local name phy_myj_vz0 of variable v_wind_component_at_viscous_sublayer_top from new to old metadata -INFO: Converting local name dusfc_ss of variable integrated_x_momentum_flux_from_small_scale_gwd from new to old metadata -INFO: Converting local name reset of variable flag_reset_maximum_hourly_fields from new to old metadata -INFO: Converting local name idat of variable date_and_time_at_model_initialization from new to old metadata -INFO: Converting local name oceanfrac of variable sea_area_fraction from new to old metadata -INFO: Converting local name rho_h2o of variable density_of_fresh_water from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_ozone) of variable ozone_mixing_ratio from new to old metadata -INFO: Converting local name qv of variable water_vapor_specific_humidity_at_Lagrangian_surface from new to old metadata -INFO: Converting local name adjnirdfd of variable surface_downwelling_diffuse_near_infrared_shortwave_flux from new to old metadata -INFO: Converting local name ca_global of variable flag_for_global_cellular_automata from new to old metadata -INFO: Converting local name landfrac of variable land_area_fraction from new to old metadata -INFO: Converting local name iopt_btr of variable flag_for_soil_moisture_factor_stomatal_resistance_option from new to old metadata -INFO: Converting local name cqs2 of variable surface_exchange_coefficient_for_moisture_at_2m from new to old metadata -INFO: Converting local name snohfa of variable cumulative_snow_freezing_rain_upward_latent_heat_flux_multiplied_by_timestep from new to old metadata -INFO: Converting local name nvisbm_cpl of variable cumulative_surface_net_downward_direct_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name GFS_sfcprop_type of variable GFS_sfcprop_type from new to old metadata -INFO: Converting local name oz_phys of variable flag_for_ozone_physics from new to old metadata -INFO: Converting local name rhowater of variable liquid_water_density from new to old metadata -INFO: Converting local name zsnsoxy of variable layer_bottom_depth_from_snow_surface from new to old metadata -INFO: Converting local name nthresh of variable threshold_for_perturbed_vertical_velocity from new to old metadata -INFO: Converting local name phy_f3d(:,:,1) of variable air_temperature_two_time_steps_back from new to old metadata -INFO: Converting local name gq0(:,:,index_for_water_friendly_aerosols) of variable water_friendly_aerosol_number_concentration_updated_by_physics from new to old metadata -INFO: Converting local name wetness of variable normalized_soil_wetness_for_land_surface_model from new to old metadata -INFO: Converting local name v10mi_cpl of variable instantaneous_y_wind_at_10m_for_coupling from new to old metadata -INFO: Converting local name rh02min of variable minimum_relative_humidity_at_2m_over_maximum_hourly_time_interval from new to old metadata -INFO: Converting local name nf_aelw of variable number_of_aerosol_output_fields_for_longwave_radiation from new to old metadata -INFO: Converting local name isubc_sw of variable flag_for_sw_clouds_without_sub_grid_approximation from new to old metadata -INFO: Converting local name gq0(:,:,index_for_rain_number_concentration) of variable rain_number_concentration_updated_by_physics from new to old metadata -INFO: Converting local name dvsfc1 of variable instantaneous_surface_y_momentum_flux from new to old metadata -INFO: Converting local name nirdfdi of variable surface_downwelling_diffuse_near_infrared_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name isatmedmf_vdif of variable choice_of_original_scale_aware_TKE_moist_EDMF_PBL from new to old metadata -INFO: Converting local name fprcp of variable number_of_frozen_precipitation_species from new to old metadata -INFO: Converting local name tsurf_land of variable surface_skin_temperature_after_iteration_over_land from new to old metadata -INFO: Converting local name kd of variable vertical_index_difference_between_inout_and_local from new to old metadata -INFO: Converting local name LTP of variable extra_top_layer from new to old metadata -INFO: Converting local name solcon of variable solar_constant from new to old metadata -INFO: Converting local name gq0(:,:,index_for_snow_number_concentration) of variable snow_number_concentration_updated_by_physics from new to old metadata -INFO: Converting local name bl_mynn_tkebudget of variable tke_budget from new to old metadata -INFO: Converting local name xu of variable diurnal_thermocline_layer_x_current from new to old metadata -INFO: Converting local name bl_mynn_tkeadvect of variable tke_advect from new to old metadata -INFO: Converting local name hflx_ice of variable kinematic_surface_upward_sensible_heat_flux_over_ice from new to old metadata -INFO: Converting local name smcwlt2 of variable volume_fraction_of_condensed_water_in_soil_at_wilting_point from new to old metadata -INFO: Converting local name imfdeepcnv of variable flag_for_mass_flux_deep_convection_scheme from new to old metadata -INFO: Converting local name ntchm of variable number_of_chemical_tracers from new to old metadata -INFO: Converting local name ncpl of variable local_condesed_water_number_concentration from new to old metadata -INFO: Converting local name vvl of variable omega from new to old metadata -INFO: Converting local name xkzminv of variable atmosphere_heat_diffusivity_background_maximum from new to old metadata -INFO: Converting local name snowc of variable surface_snow_area_fraction from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_of_subgrid_scale_cloud_fraction_from_shoc_in_phy_f3d) of variable subgrid_scale_cloud_fraction_from_shoc from new to old metadata -INFO: Converting local name du3dt(:,:,4) of variable cumulative_change_in_x_wind_due_to_convective_gravity_wave_drag from new to old metadata -INFO: Converting local name jcap of variable number_of_spectral_wave_trancation_for_sas from new to old metadata -INFO: Converting local name cd_ocean of variable surface_drag_coefficient_for_momentum_in_air_over_ocean from new to old metadata -INFO: Converting local name vfrac of variable vegetation_area_fraction from new to old metadata -INFO: Converting local name dvdftra of variable tendency_of_vertically_diffused_tracer_concentration from new to old metadata -INFO: Converting local name npzp1 of variable vertical_dimension_for_fast_physics_plus_one from new to old metadata -INFO: Converting local name duem of variable instantaneous_dust_emission_flux from new to old metadata -INFO: Converting local name prslrd0 of variable pressure_cutoff_for_rayleigh_damping from new to old metadata -INFO: Converting local name q2m of variable specific_humidity_at_2m from new to old metadata -INFO: Converting local name chs2 of variable surface_exchange_coefficient_for_heat_at_2m from new to old metadata -INFO: Converting local name lfmassxy of variable leaf_mass from new to old metadata -INFO: Converting local name phy_f3d(:,:,2) of variable water_vapor_specific_humidity_two_time_steps_back from new to old metadata -INFO: Converting local name rainp of variable tendency_of_rain_water_mixing_ratio_due_to_microphysics from new to old metadata -INFO: Converting local name ud_mf of variable instantaneous_atmosphere_updraft_convective_mass_flux from new to old metadata -INFO: Converting local name dudt_tms of variable instantaneous_change_in_x_wind_due_to_turbulent_orographic_form_drag from new to old metadata -INFO: Converting local name mg3_as_mg2 of variable flag_mg3_as_mg2 from new to old metadata -INFO: Converting local name htlw0 of variable tendency_of_air_temperature_due_to_longwave_heating_assuming_clear_sky_on_radiation_time_step from new to old metadata -INFO: Converting local name w_d of variable coefficient_w_d from new to old metadata -INFO: Converting local name shdmax of variable maximum_vegetation_area_fraction from new to old metadata -INFO: Converting local name iccn of variable flag_for_in_ccn_forcing_for_morrison_gettelman_microphysics from new to old metadata -INFO: Converting local name htlwc of variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step from new to old metadata -INFO: Converting local name scmpsw of variable components_of_surface_downward_shortwave_fluxes from new to old metadata -INFO: Converting local name tgrs(:,1) of variable air_temperature_at_lowest_model_layer from new to old metadata -INFO: Converting local name cmxy of variable surface_drag_coefficient_for_momentum_for_noahmp from new to old metadata -INFO: Converting local name snowd_land of variable surface_snow_thickness_water_equivalent_over_land from new to old metadata -INFO: Converting local name clouds(:,:,5) of variable mean_effective_radius_for_ice_cloud from new to old metadata -INFO: Converting local name xz of variable diurnal_thermocline_layer_thickness from new to old metadata -INFO: Converting local name tsfg of variable surface_ground_temperature_for_radiation from new to old metadata -INFO: Converting local name dkt of variable atmosphere_heat_diffusivity from new to old metadata -INFO: Converting local name qgrs of variable tracer_concentration from new to old metadata -INFO: Converting local name pgcon_deep of variable momentum_transport_reduction_factor_pgf_deep_convection from new to old metadata -INFO: Converting local name wind10mmax of variable maximum_wind_at_10m from new to old metadata -INFO: Converting local name slopetype of variable surface_slope_classification from new to old metadata -INFO: Converting local name Intdiag of variable GFS_diag_type_instance from new to old metadata -INFO: Converting local name mg_nccons of variable mg_flag_drop_concentration_constant from new to old metadata -INFO: Converting local name adjvisdfd of variable surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_snow_water) of variable tendency_of_snow_water_mixing_ratio_due_to_model_physics from new to old metadata -INFO: Converting local name nlwsfc_cpl of variable cumulative_surface_net_downward_longwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name clouds(:,:,9) of variable mean_effective_radius_for_snow_flake from new to old metadata -INFO: Converting local name con_cvap of variable specific_heat_of_water_vapor_at_constant_pressure from new to old metadata -INFO: Converting local name drydep of variable instantaneous_dry_deposition from new to old metadata -INFO: Converting local name semis_ocean of variable surface_longwave_emissivity_over_ocean_interstitial from new to old metadata -INFO: Converting local name master of variable mpi_root from new to old metadata -INFO: Converting local name gamt of variable countergradient_mixing_term_for_temperature from new to old metadata -INFO: Converting local name redrag of variable flag_for_reduced_drag_coefficient_over_sea from new to old metadata -INFO: Converting local name gq0(:,:,index_for_ozone) of variable ozone_concentration_updated_by_physics from new to old metadata -INFO: Converting local name do_skeb of variable flag_for_stochastic_skeb_option from new to old metadata -INFO: Converting local name qg_r of variable mass_weighted_rime_factor_mixing_ratio from new to old metadata -INFO: Converting local name min_seaice of variable sea_ice_minimum from new to old metadata -INFO: Converting local name betal_deep of variable downdraft_fraction_reaching_surface_over_land_deep_convection from new to old metadata -INFO: Converting local name alvwf of variable mean_vis_albedo_with_weak_cosz_dependency from new to old metadata -INFO: Converting local name do_gwd of variable flag_for_gravity_wave_drag from new to old metadata -INFO: Converting local name nf_aesw of variable number_of_aerosol_output_fields_for_shortwave_radiation from new to old metadata -INFO: Converting local name avg_max_length of variable time_interval_for_maximum_hourly_fields from new to old metadata -INFO: Converting local name tdomzr of variable dominant_freezing_rain_type from new to old metadata -INFO: Converting local name toticeb of variable accumulated_lwe_thickness_of_ice_amount_in_bucket from new to old metadata -INFO: Converting local name isppt_deep of variable flag_for_combination_of_sppt_with_isppt_deep from new to old metadata -INFO: Converting local name ice of variable lwe_thickness_of_ice_amount_on_dynamics_timestep from new to old metadata -INFO: Converting local name dq3dt(:,:,9) of variable cumulative_change_in_ozone_concentration_due_to_overhead_ozone_column from new to old metadata -INFO: Converting local name lsidea of variable flag_idealized_physics from new to old metadata -INFO: Converting local name ico2 of variable flag_for_using_prescribed_global_mean_co2_value from new to old metadata -INFO: Converting local name evap_ice of variable kinematic_surface_upward_latent_heat_flux_over_ice from new to old metadata -INFO: Converting local name do_awdd of variable flag_arakawa_wu_downdraft from new to old metadata -INFO: Converting local name hetfrz_classnuc of variable mg_flag_for_heterogeneous_freezing from new to old metadata -INFO: Converting local name mpiroot of variable mpi_root_for_fast_physics from new to old metadata -INFO: Converting local name dq3dt(:,:,4) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_microphysics from new to old metadata -INFO: Converting local name GFS_coupling_type of variable GFS_coupling_type from new to old metadata -INFO: Converting local name psurfi_cpl of variable instantaneous_surface_air_pressure_for_coupling from new to old metadata -INFO: Converting local name xkzm_h of variable atmosphere_heat_diffusivity_background from new to old metadata -INFO: Converting local name rh02max of variable maximum_relative_humidity_at_2m_over_maximum_hourly_time_interval from new to old metadata -INFO: Converting local name tmpmax of variable maximum_temperature_at_2m from new to old metadata -INFO: Converting local name fscav of variable fraction_of_tracer_scavenged from new to old metadata -INFO: Converting local name ntiwx of variable index_for_ice_cloud_condensate_vertical_diffusion_tracer from new to old metadata -INFO: Converting local name gasvmr(:,:,4) of variable volume_mixing_ratio_o2 from new to old metadata -INFO: Converting local name dpt2m of variable dewpoint_temperature_at_2m from new to old metadata -INFO: Converting local name mg_do_liq_liu of variable mg_flag_for_liu_liquid_treatment from new to old metadata -INFO: Converting local name ffhh_land of variable Monin_Obukhov_similarity_function_for_heat_over_land from new to old metadata -INFO: Converting local name crtrh(3) of variable critical_relative_humidity_at_top_of_atmosphere from new to old metadata -INFO: Converting local name smcwtdxy of variable soil_water_content_between_soil_bottom_and_water_table from new to old metadata -INFO: Converting local name visbmdi of variable surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name cdq_ice of variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_ice from new to old metadata -INFO: Converting local name adjnirdfu of variable surface_upwelling_diffuse_near_infrared_shortwave_flux from new to old metadata -INFO: Converting local name wcbmax of variable maximum_updraft_velocity_at_cloud_base from new to old metadata -INFO: Converting local name tsflw of variable surface_midlayer_air_temperature_in_longwave_radiation from new to old metadata -INFO: Converting local name asolfac_shal of variable aerosol_aware_parameter_shallow_convection from new to old metadata -INFO: Converting local name gabsbdlw_ocean of variable surface_downwelling_longwave_flux_absorbed_by_ground_over_ocean from new to old metadata -INFO: Converting local name de_lgth of variable cloud_decorrelation_length from new to old metadata -INFO: Converting local name GFS_interstitial_type of variable GFS_interstitial_type from new to old metadata -INFO: Converting local name imap of variable map_of_block_column_number_to_global_i_index from new to old metadata -INFO: Converting local name plyr of variable air_pressure_at_layer_for_radiation_in_hPa from new to old metadata -INFO: Converting local name skip_macro of variable flag_skip_macro from new to old metadata -INFO: Converting local name tsnoxy of variable snow_temperature from new to old metadata -INFO: Converting local name sbsnoa of variable cumulative_snow_deposition_sublimation_upward_latent_heat_flux_multiplied_by_timestep from new to old metadata -INFO: Converting local name prcpmp of variable lwe_thickness_of_explicit_precipitation_amount from new to old metadata -INFO: Converting local name clcn of variable convective_cloud_volume_fraction from new to old metadata -INFO: Converting local name gt0 of variable air_temperature_updated_by_physics from new to old metadata -INFO: Converting local name gamma of variable anisotropy_of_subgrid_orography from new to old metadata -INFO: Converting local name uconvtend of variable tendency_of_x_wind_due_to_deep_convection_for_coupling_on_physics_timestep from new to old metadata -INFO: Converting local name dswsfci_cpl of variable instantaneous_surface_downwelling_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name delp of variable pressure_thickness_at_Lagrangian_surface from new to old metadata -INFO: Converting local name lsm_ruc of variable flag_for_ruc_land_surface_scheme from new to old metadata -INFO: Converting local name dt_mf of variable instantaneous_atmosphere_detrainment_convective_mass_flux from new to old metadata -INFO: Converting local name d_conv of variable free_convection_layer_thickness from new to old metadata -INFO: Converting local name nlwsfci_cpl of variable instantaneous_surface_net_downward_longwave_flux_for_coupling from new to old metadata -INFO: Converting local name shum_wts of variable weights_for_stochastic_shum_perturbation from new to old metadata -INFO: Converting local name dswsfci of variable surface_downwelling_shortwave_flux from new to old metadata -INFO: Converting local name do_ysu of variable flag_for_ysu from new to old metadata -INFO: Converting local name q_con of variable cloud_condensed_water_specific_humidity_at_Lagrangian_surface from new to old metadata -INFO: Converting local name mom4ice of variable flag_for_mom4_coupling from new to old metadata -INFO: Converting local name tref of variable sea_surface_reference_temperature from new to old metadata -INFO: Converting local name faersw(:,:,:,3) of variable aerosol_asymmetry_parameter_for_shortwave_bands_01_16 from new to old metadata -INFO: Converting local name ie of variable ending_x_direction_index from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_water_friendly_aerosols) of variable water_friendly_aerosol_number_concentration from new to old metadata -INFO: Converting local name dugwd of variable time_integral_of_x_stress_due_to_gravity_wave_drag from new to old metadata -INFO: Converting local name ntot3d of variable number_of_fields_in_phyf3d from new to old metadata -INFO: Converting local name GFS_data_type of variable GFS_data_type from new to old metadata -INFO: Converting local name graupelprv of variable lwe_thickness_of_graupel_amount_from_previous_timestep from new to old metadata -INFO: Converting local name nstf_name(4) of variable vertical_temperature_average_range_lower_bound from new to old metadata -INFO: Converting local name kind_dyn of variable kind_dyn from new to old metadata -INFO: Converting local name acv of variable accumulated_lwe_thickness_of_convective_precipitation_amount_cnvc90 from new to old metadata -INFO: Converting local name lsoil_lsm of variable soil_vertical_dimension_for_land_surface_model from new to old metadata -INFO: Converting local name phy_myj_chkqlm of variable surface_layer_evaporation_switch from new to old metadata -INFO: Converting local name dtf of variable time_step_for_dynamics from new to old metadata -INFO: Converting local name dqsfci_cpl of variable instantaneous_surface_upward_latent_heat_flux_for_coupling from new to old metadata -INFO: Converting local name mg_do_hail of variable mg_flag_for_hail from new to old metadata -INFO: Converting local name iopt_sfc of variable flag_for_surface_layer_drag_coefficient_option from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_ice_cloud_number_concentration) of variable tendency_of_ice_number_concentration_due_to_model_physics from new to old metadata -INFO: Converting local name kind_LOGICAL of variable kind_LOGICAL from new to old metadata -INFO: Converting local name hybedmf of variable flag_for_hedmf from new to old metadata -INFO: Converting local name dvisdfi_cpl of variable instantaneous_surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name exch_h of variable atmosphere_heat_diffusivity_for_mynnpbl from new to old metadata -INFO: Converting local name z01d of variable perturbation_of_momentum_roughness_length from new to old metadata -INFO: Converting local name prevst of variable temperature_from_previous_timestep from new to old metadata -INFO: Converting local name tracers_total of variable number_of_total_tracers from new to old metadata -INFO: Converting local name wind of variable wind_speed_at_lowest_model_layer from new to old metadata -INFO: Converting local name hprime of variable statistical_measures_of_subgrid_orography from new to old metadata -INFO: Converting local name oz_coeffp5 of variable number_of_coefficients_in_ozone_forcing_data_plus_five from new to old metadata -INFO: Converting local name tvxy of variable vegetation_temperature from new to old metadata -INFO: Converting local name ncps of variable local_snow_number_concentration from new to old metadata -INFO: Converting local name zlvl of variable height_above_ground_at_lowest_model_layer from new to old metadata -INFO: Converting local name restart of variable flag_for_restart from new to old metadata -INFO: Converting local name con_tice of variable freezing_point_temperature_of_seawater from new to old metadata -INFO: Converting local name sfcnsw of variable surface_net_downwelling_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name tau_mtb of variable time_integral_of_momentum_flux_due_to_mountain_blocking_drag from new to old metadata -INFO: Metadata table for model FV3 written to tests/build_fv3_10/FV3/ccpp/physics/CCPP_VARIABLES_FV3.html -INFO: Parsing metadata tables in physics scheme files ... -INFO: Parsed tables in scheme rayleigh_damp -INFO: Parsed tables in scheme GFS_surface_composites_pre -INFO: Parsed tables in scheme GFS_surface_composites_inter -INFO: Parsed tables in scheme GFS_surface_composites_post -INFO: Parsed tables in scheme rrtmg_sw -INFO: Parsed tables in scheme sfc_ocean -INFO: Parsed tables in scheme gwdc_pre -INFO: Parsed tables in scheme gwdc -INFO: Parsed tables in scheme gwdc_post -INFO: Parsed tables in scheme cu_gf_driver_pre -INFO: Parsed tables in scheme gfdl_cloud_microphys -INFO: Parsed tables in scheme GFS_time_vary_pre -INFO: Parsed tables in scheme GFS_rrtmg_setup -INFO: Parsed tables in scheme zhaocarr_gscond -INFO: Parsed tables in scheme ysuvdif -INFO: Parsed tables in scheme rrtmg_sw_post -INFO: Parsed tables in scheme GFS_SCNV_generic_pre -INFO: Parsed tables in scheme GFS_SCNV_generic_post -INFO: Parsed tables in scheme GFS_rrtmg_pre -INFO: Parsed tables in scheme sfc_sice -INFO: Parsed tables in scheme samfdeepcnv -INFO: Parsed tables in scheme satmedmfvdif -INFO: Parsed tables in scheme mynnrad_post -INFO: Parsed tables in scheme cu_gf_driver_post -INFO: Parsed tables in scheme cs_conv_aw_adj -INFO: Parsed tables in scheme GFS_phys_time_vary -INFO: Parsed tables in scheme ozphys_2015 -INFO: Parsed tables in scheme GFS_suite_interstitial_rad_reset -INFO: Parsed tables in scheme GFS_suite_interstitial_phys_reset -INFO: Parsed tables in scheme GFS_suite_interstitial_1 -INFO: Parsed tables in scheme GFS_suite_interstitial_2 -INFO: Parsed tables in scheme GFS_suite_stateout_reset -INFO: Parsed tables in scheme GFS_suite_stateout_update -INFO: Parsed tables in scheme GFS_suite_interstitial_3 -INFO: Parsed tables in scheme GFS_suite_interstitial_4 -INFO: Parsed tables in scheme samfshalcnv -INFO: Parsed tables in scheme zhaocarr_precpd -INFO: Parsed tables in scheme noahmpdrv -INFO: Parsed tables in scheme mp_fer_hires -INFO: Parsed tables in scheme myjpbl_wrapper -INFO: Parsed tables in scheme GFS_surface_generic_pre -INFO: Parsed tables in scheme GFS_surface_generic_post -INFO: Parsed tables in scheme cu_ntiedtke_post -INFO: Parsed tables in scheme sfc_diag -INFO: Parsed tables in scheme rrtmg_lw -INFO: Parsed tables in scheme GFS_diagtoscreen -INFO: Parsed tables in scheme GFS_interstitialtoscreen -INFO: Parsed tables in scheme GFS_abort -INFO: Parsed tables in scheme GFS_checkland -INFO: Parsed tables in scheme mynnrad_pre -INFO: Parsed tables in scheme satmedmfvdifq -INFO: Parsed tables in scheme cs_conv_pre -INFO: Parsed tables in scheme cs_conv_post -INFO: Parsed tables in scheme cs_conv -INFO: Parsed tables in scheme shinhongvdif -INFO: Parsed tables in scheme h2ophys -INFO: Parsed tables in scheme rrtmg_lw_post -INFO: Parsed tables in scheme sfc_nst -INFO: Parsed tables in scheme sfc_nst_pre -INFO: Parsed tables in scheme sfc_nst_post -INFO: Parsed tables in scheme cu_ntiedtke_pre -INFO: Parsed tables in scheme cu_ntiedtke -INFO: Parsed tables in scheme cires_ugwp_post -INFO: Parsed tables in scheme hedmf -INFO: Parsed tables in scheme sfc_diff -INFO: Parsed tables in scheme mp_thompson_pre -INFO: Parsed tables in scheme sfc_diag_post -INFO: Parsed tables in scheme m_micro_pre -INFO: Parsed tables in scheme m_micro_post -INFO: Parsed tables in scheme m_micro -INFO: Parsed tables in scheme fv_sat_adj -INFO: Parsed tables in scheme GFS_surface_loop_control_part1 -INFO: Parsed tables in scheme GFS_surface_loop_control_part2 -INFO: Parsed tables in scheme shoc -INFO: Parsed tables in scheme GFS_rrtmg_post -INFO: Parsed tables in scheme GFS_GWD_generic_pre -INFO: Parsed tables in scheme GFS_GWD_generic_post -INFO: Parsed tables in scheme rrtmg_sw_pre -INFO: Parsed tables in scheme GFS_MP_generic_pre -INFO: Parsed tables in scheme GFS_MP_generic_post -INFO: Parsed tables in scheme cu_gf_driver -INFO: Parsed tables in scheme GFS_PBL_generic_pre -INFO: Parsed tables in scheme GFS_PBL_generic_post -INFO: Parsed tables in scheme mp_thompson_post -INFO: Parsed tables in scheme mp_thompson -INFO: Parsed tables in scheme rrtmg_lw_pre -INFO: Parsed tables in scheme gwdps -INFO: Parsed tables in scheme shalcnv -INFO: Parsed tables in scheme cires_ugwp -INFO: Parsed tables in scheme get_prs_fv3 -INFO: Parsed tables in scheme get_phi_fv3 -INFO: Parsed tables in scheme mynnsfc_wrapper -INFO: Parsed tables in scheme GFS_suite_ini_fini_test -INFO: Parsed tables in scheme myjsfc_wrapper -INFO: Parsed tables in scheme mynnedmf_wrapper -INFO: Parsed tables in scheme ozphys -INFO: Parsed tables in scheme lsm_ruc -INFO: Parsed tables in scheme GFS_stochastics -INFO: Parsed tables in scheme drag_suite -INFO: Parsed tables in scheme sfc_cice -INFO: Parsed tables in scheme sascnvn -INFO: Parsed tables in scheme lsm_ruc_sfc_sice_pre -INFO: Parsed tables in scheme lsm_ruc_sfc_sice_post -INFO: Parsed tables in scheme GFS_DCNV_generic_pre -INFO: Parsed tables in scheme GFS_DCNV_generic_post -INFO: Parsed tables in scheme cnvc90 -INFO: Parsed tables in scheme GFS_rad_time_vary -INFO: Parsed tables in scheme maximum_hourly_diagnostics -INFO: Parsed tables in scheme lsm_noah -INFO: Parsed tables in scheme dcyc2t3 -INFO: Parsed tables in scheme dcyc2t3_post -INFO: Parsed tables in scheme moninshoc -INFO: filtering out variable GFS_stateout_type_instance -INFO: filtering out variable accumulated_change_of_air_temperature_due_to_FA_scheme -INFO: filtering out variable accumulated_water_equivalent_of_frozen_precip -INFO: filtering out variable aerosol_number_concentration_from_gocart_aerosol_climatology -INFO: filtering out variable air_temperature_at_previous_time_step -INFO: filtering out variable air_temperature_two_time_steps_back -INFO: filtering out variable area_fraction_of_wet_canopy -INFO: filtering out variable atmosphere_energy_content_at_Lagrangian_surface -INFO: filtering out variable atmosphere_energy_content_in_column -INFO: filtering out variable atmosphere_heat_diffusivity_for_mynnpbl -INFO: filtering out variable atmosphere_heat_diffusivity_from_shoc -INFO: filtering out variable atmosphere_momentum_diffusivity_for_mynnpbl -INFO: filtering out variable baseline_surface_roughness_length -INFO: filtering out variable canopy_air_temperature -INFO: filtering out variable canopy_air_vapor_pressure -INFO: filtering out variable canopy_intercepted_ice_mass -INFO: filtering out variable canopy_intercepted_liquid_water -INFO: filtering out variable cappa_moist_gas_constant_at_Lagrangian_surface -INFO: filtering out variable ccn_number_concentration -INFO: filtering out variable ccpp_block_number -INFO: filtering out variable cell_area_for_fast_physics -INFO: filtering out variable cell_size -INFO: filtering out variable characteristic_grid_length_scale -INFO: filtering out variable choice_of_original_scale_aware_TKE_moist_EDMF_PBL -INFO: filtering out variable choice_of_scale_aware_TKE_moist_EDMF_PBL -INFO: filtering out variable choice_of_updated_scale_aware_TKE_moist_EDMF_PBL -INFO: filtering out variable cloud_area_fraction -INFO: filtering out variable cloud_base_mass_flux -INFO: filtering out variable cloud_condensed_water_conversion_threshold -INFO: filtering out variable cloud_condensed_water_mixing_ratio_at_lowest_model_layer -INFO: filtering out variable cloud_condensed_water_mixing_ratio_at_surface -INFO: filtering out variable cloud_condensed_water_specific_humidity_at_Lagrangian_surface -INFO: filtering out variable cloud_droplet_number_concentration -INFO: filtering out variable cloud_droplet_number_concentration_updated_by_physics -INFO: filtering out variable cloud_fraction_at_Lagrangian_surface -INFO: filtering out variable cloud_fraction_for_MG -INFO: filtering out variable cloud_graupel_specific_humidity_at_Lagrangian_surface -INFO: filtering out variable cloud_ice_specific_humidity_at_Lagrangian_surface -INFO: filtering out variable cloud_liquid_water_specific_humidity_at_Lagrangian_surface -INFO: filtering out variable cloud_phase_transition_denominator -INFO: filtering out variable cloud_phase_transition_threshold_temperature -INFO: filtering out variable cloud_rain_specific_humidity_at_Lagrangian_surface -INFO: filtering out variable cloud_snow_specific_humidity_at_Lagrangian_surface -INFO: filtering out variable cloud_specie_mix_flag -INFO: filtering out variable cloudpdf -INFO: filtering out variable coefficient_for_evaporation_of_rainfall -INFO: filtering out variable coefficient_from_cloud_ice_to_snow -INFO: filtering out variable coefficient_from_cloud_water_to_rain -INFO: filtering out variable conv_activity_counter -INFO: filtering out variable convective_updraft_area_fraction -INFO: filtering out variable convective_updraft_area_fraction_at_model_interfaces -INFO: filtering out variable couple_sgs_clouds_to_radiation_flag -INFO: filtering out variable cumulative_change_in_x_wind_due_to_convective_gravity_wave_drag -INFO: filtering out variable cumulative_change_in_y_wind_due_to_convective_gravity_wave_drag -INFO: filtering out variable density_of_frozen_precipitation -INFO: filtering out variable depth_of_soil_levels_for_land_surface_model -INFO: filtering out variable detrainment_and_precipitation_tunable_parameter_3_CS -INFO: filtering out variable detrainment_and_precipitation_tunable_parameter_4_CS -INFO: filtering out variable do_myjsfc -INFO: filtering out variable do_mynnsfclay -INFO: filtering out variable downdraft_fraction_in_boundary_layer_mass_flux_scheme -INFO: filtering out variable edmf_flag -INFO: filtering out variable edmf_momentum_transport_flag -INFO: filtering out variable edmf_partition_flag -INFO: filtering out variable edmf_tke_transport_flag -INFO: filtering out variable emdf_updraft_area -INFO: filtering out variable emdf_updraft_cloud_water -INFO: filtering out variable emdf_updraft_entrainment_rate -INFO: filtering out variable emdf_updraft_theta_l -INFO: filtering out variable emdf_updraft_total_water -INFO: filtering out variable emdf_updraft_vertical_velocity -INFO: filtering out variable ending_x_direction_index -INFO: filtering out variable ending_x_direction_index_domain -INFO: filtering out variable ending_y_direction_index -INFO: filtering out variable ending_y_direction_index_domain -INFO: filtering out variable entrainment_efficiency_tunable_parameter_9_CS -INFO: filtering out variable equilibrium_soil_water_content -INFO: filtering out variable fa_threshold_relative_humidity_for_onset_of_condensation -INFO: filtering out variable fast_soil_pool_mass_content_of_carbon -INFO: filtering out variable fine_root_mass -INFO: filtering out variable finite_volume_mean_edge_pressure_raised_to_the_power_of_kappa -INFO: filtering out variable flag_arakawa_wu_downdraft -INFO: filtering out variable flag_convective_tracer_transport -INFO: filtering out variable flag_flip -INFO: filtering out variable flag_flux_form_CS -INFO: filtering out variable flag_for_2015_ozone_physics -INFO: filtering out variable flag_for_aerosol_input_MG -INFO: filtering out variable flag_for_canopy_stomatal_resistance_option -INFO: filtering out variable flag_for_dynamic_vegetation_option -INFO: filtering out variable flag_for_fast_microphysics_energy_conservation -INFO: filtering out variable flag_for_frozen_soil_permeability_option -INFO: filtering out variable flag_for_frozen_soil_physics -INFO: filtering out variable flag_for_ground_snow_surface_albedo_option -INFO: filtering out variable flag_for_hydrostatic_solver_for_fast_physics -INFO: filtering out variable flag_for_in_ccn_forcing_for_morrison_gettelman_microphysics -INFO: filtering out variable flag_for_individual_cloud_species_advected -INFO: filtering out variable flag_for_inline_cloud_fraction_calculation -INFO: filtering out variable flag_for_lower_boundary_soil_temperature_option -INFO: filtering out variable flag_for_pdf_for_morrison_gettelman_microphysics_scheme -INFO: filtering out variable flag_for_precipitation_partition_option -INFO: filtering out variable flag_for_radiation_transfer_option -INFO: filtering out variable flag_for_reading_leaf_area_index_from_input -INFO: filtering out variable flag_for_restart -INFO: filtering out variable flag_for_runoff_and_groundwater_option -INFO: filtering out variable flag_for_sas_deep_convection_scheme -INFO: filtering out variable flag_for_saturation_adjustment_for_microphysics_in_dynamics -INFO: filtering out variable flag_for_shoc_after_convection -INFO: filtering out variable flag_for_soil_and_snow_temperature_time_stepping_option -INFO: filtering out variable flag_for_soil_moisture_factor_stomatal_resistance_option -INFO: filtering out variable flag_for_supercooled_liquid_water_option -INFO: filtering out variable flag_for_surface_layer_drag_coefficient_option -INFO: filtering out variable flag_for_tendency_of_air_temperature_at_Lagrangian_surface -INFO: filtering out variable flag_for_the_last_step_of_k_split_remapping -INFO: filtering out variable flag_mg3_as_mg2 -INFO: filtering out variable flag_skip_macro -INFO: filtering out variable fraction_of_cloud_top_water_scavenged -INFO: filtering out variable fraction_of_tracer_scavenged -INFO: filtering out variable gas_constants_for_multi_gases_physics -INFO: filtering out variable gas_tracers_for_multi_gas_physics_at_Lagrangian_surface -INFO: filtering out variable gf_memory_counter -INFO: filtering out variable graupel_number_concentration_updated_by_physics -INFO: filtering out variable grav_settling -INFO: filtering out variable ground_temperature_for_noahmp -INFO: filtering out variable gwd_opt -INFO: filtering out variable h2o_forcing -INFO: filtering out variable heat_exchange_coefficient_for_MYJ_schemes -INFO: filtering out variable ice_friendly_aerosol_number_concentration -INFO: filtering out variable ice_friendly_aerosol_number_concentration_updated_by_physics -INFO: filtering out variable ice_number_concentration -INFO: filtering out variable ice_number_concentration_updated_by_physics -INFO: filtering out variable ice_supersaturation_threshold -INFO: filtering out variable ice_water_mixing_ratio -INFO: filtering out variable in_number_concentration -INFO: filtering out variable index_for_ice_cloud_condensate_vertical_diffusion_tracer -INFO: filtering out variable integrated_x_momentum_flux_from_blocking_drag -INFO: filtering out variable integrated_x_momentum_flux_from_form_drag -INFO: filtering out variable integrated_x_momentum_flux_from_large_scale_gwd -INFO: filtering out variable integrated_x_momentum_flux_from_small_scale_gwd -INFO: filtering out variable integrated_y_momentum_flux_from_blocking_drag -INFO: filtering out variable integrated_y_momentum_flux_from_form_drag -INFO: filtering out variable integrated_y_momentum_flux_from_large_scale_gwd -INFO: filtering out variable integrated_y_momentum_flux_from_small_scale_gwd -INFO: filtering out variable k_level_of_highest_reaching_plume -INFO: filtering out variable kappa_dry_for_fast_physics -INFO: filtering out variable kinematic_buoyancy_flux_from_shoc -INFO: filtering out variable kinematic_surface_latent_heat_flux -INFO: filtering out variable lake_water_storage -INFO: filtering out variable latitude_index_in_debug_printouts -INFO: filtering out variable layer_bottom_depth_from_snow_surface -INFO: filtering out variable leaf_area_index -INFO: filtering out variable leaf_mass -INFO: filtering out variable limit_for_temperature_tendency_for_microphysics -INFO: filtering out variable liquid_water_density -INFO: filtering out variable local_graupel_mixing_ratio -INFO: filtering out variable local_graupel_number_concentration -INFO: filtering out variable local_rain_number_concentration -INFO: filtering out variable local_rain_water_mixing_ratio -INFO: filtering out variable local_snow_number_concentration -INFO: filtering out variable local_snow_water_mixing_ratio -INFO: filtering out variable log_pressure_at_Lagrangian_surface -INFO: filtering out variable mass_weighted_rime_factor_updated_by_physics -INFO: filtering out variable maximum_column_heating_rate -INFO: filtering out variable maximum_mass_flux -INFO: filtering out variable maximum_updraft_velocity_at_cloud_base -INFO: filtering out variable mean_nir_albedo_with_weak_cosz_dependency -INFO: filtering out variable mean_vis_albedo_with_weak_cosz_dependency -INFO: filtering out variable mg_allow_supersat_after_sed -INFO: filtering out variable mg_autoconversion_size_threshold_ice_snow -INFO: filtering out variable mg_bergeron_efficiency_factor -INFO: filtering out variable mg_cloud_water_variance -INFO: filtering out variable mg_drop_concentration_constant -INFO: filtering out variable mg_flag_drop_concentration_constant -INFO: filtering out variable mg_flag_for_cloud_ice_processes -INFO: filtering out variable mg_flag_for_gmao_ice_formulation -INFO: filtering out variable mg_flag_for_graupel -INFO: filtering out variable mg_flag_for_hail -INFO: filtering out variable mg_flag_for_heterogeneous_freezing -INFO: filtering out variable mg_flag_for_liu_liquid_treatment -INFO: filtering out variable mg_flag_for_sb2001_autoconversion -INFO: filtering out variable mg_flag_for_uniform_subcolumns -INFO: filtering out variable mg_flag_graupel_concentration_constant -INFO: filtering out variable mg_flag_ice_concentration_constant -INFO: filtering out variable mg_graupel_concentration_constant -INFO: filtering out variable mg_ice_concentration_constant -INFO: filtering out variable mg_minimum_cloud_condensed_water_and_ice_mixing_ratio -INFO: filtering out variable mg_minimum_rh_for_ice -INFO: filtering out variable mg_time_scale_for_autoconversion_of_ice -INFO: filtering out variable mg_tuning_factor_for_alphas -INFO: filtering out variable mg_type_of_precip_fraction_method -INFO: filtering out variable minimum_value_of_specific_humidity -INFO: filtering out variable mix_total_water_flag -INFO: filtering out variable mixing_length -INFO: filtering out variable mixing_length_flag -INFO: filtering out variable moisture_from_previous_timestep -INFO: filtering out variable moisture_tendency_due_to_dynamics -INFO: filtering out variable momentum_exchange_coefficient_for_MYJ_schemes -INFO: filtering out variable mpi_comm -INFO: filtering out variable mpi_rank_for_fast_physics -INFO: filtering out variable mpi_root_for_fast_physics -INFO: filtering out variable natural_log_of_h2o_forcing_data_pressure_levels -INFO: filtering out variable nondimensional_snow_age -INFO: filtering out variable normalized_soil_wetness_for_land_surface_model -INFO: filtering out variable number_of_cloud_types_CS -INFO: filtering out variable number_of_coefficients_in_h2o_forcing_data -INFO: filtering out variable number_of_frozen_precipitation_species -INFO: filtering out variable number_of_gases_for_multi_gases_physics -INFO: filtering out variable number_of_ghost_zones -INFO: filtering out variable number_of_plumes -INFO: filtering out variable number_of_snow_layers -INFO: filtering out variable number_of_spectral_wave_trancation_for_sas -INFO: filtering out variable number_of_tracers_for_CS -INFO: filtering out variable number_of_tracers_plus_one -INFO: filtering out variable number_of_water_species -INFO: filtering out variable omp_threads_for_fast_physics -INFO: filtering out variable ozone_mixing_ratio -INFO: filtering out variable potential_temperature_at_2m -INFO: filtering out variable potential_temperature_at_viscous_sublayer_top -INFO: filtering out variable prandtl_number -INFO: filtering out variable pressure_thickness_at_Lagrangian_surface -INFO: filtering out variable q_prime_squared -INFO: filtering out variable rain_number_concentration_updated_by_physics -INFO: filtering out variable ratio_of_vapor_to_dry_air_gas_constants_minus_one_default_kind -INFO: filtering out variable reciprocal_of_obukhov_length -INFO: filtering out variable shoc_flag_for_optional_surface_TKE_dissipation -INFO: filtering out variable shoc_implicit_TKE_integration_uncentering_term -INFO: filtering out variable shoc_tke_dissipatation_pressure_threshold -INFO: filtering out variable shoc_tke_dissipation_tunable_parameter -INFO: filtering out variable shoc_tke_dissipation_tunable_parameter_near_surface -INFO: filtering out variable slow_soil_pool_mass_content_of_carbon -INFO: filtering out variable snow_albedo_at_previous_time_step -INFO: filtering out variable snow_layer_ice -INFO: filtering out variable snow_layer_liquid_water -INFO: filtering out variable snow_mass_at_previous_time_step -INFO: filtering out variable snow_number_concentration_updated_by_physics -INFO: filtering out variable snow_precipitation_rate_at_surface -INFO: filtering out variable snow_temperature -INFO: filtering out variable snow_temperature_bottom_first_layer -INFO: filtering out variable soil_temperature_for_land_surface_model -INFO: filtering out variable soil_vertical_dimension_for_land_surface_model -INFO: filtering out variable soil_water_content_between_soil_bottom_and_water_table -INFO: filtering out variable specific_heat_capacities_for_multi_gases_physics -INFO: filtering out variable specific_humidity_at_viscous_sublayer_top -INFO: filtering out variable stability_function_for_heat -INFO: filtering out variable starting_x_direction_index -INFO: filtering out variable starting_x_direction_index_domain -INFO: filtering out variable starting_y_direction_index -INFO: filtering out variable starting_y_direction_index_domain -INFO: filtering out variable stem_area_index -INFO: filtering out variable stem_mass -INFO: filtering out variable subgrid_cloud_fraction_pbl -INFO: filtering out variable subgrid_cloud_mixing_ratio_pbl -INFO: filtering out variable subgrid_scale_cloud_fraction_from_shoc -INFO: filtering out variable surface_air_pressure_at_previous_time_step -INFO: filtering out variable surface_air_pressure_two_time_steps_back -INFO: filtering out variable surface_condensation_mass -INFO: filtering out variable surface_drag_coefficient_for_heat_and_moisture_for_noahmp -INFO: filtering out variable surface_drag_coefficient_for_momentum_for_noahmp -INFO: filtering out variable surface_exchange_coefficient_for_heat -INFO: filtering out variable surface_exchange_coefficient_for_heat_at_2m -INFO: filtering out variable surface_exchange_coefficient_for_moisture -INFO: filtering out variable surface_exchange_coefficient_for_moisture_at_2m -INFO: filtering out variable surface_friction_velocity_drag -INFO: filtering out variable surface_geopotential_at_Lagrangian_surface -INFO: filtering out variable surface_latent_heat -INFO: filtering out variable surface_layer_evaporation_switch -INFO: filtering out variable surface_specific_humidity_for_MYJ_schemes -INFO: filtering out variable surface_stability_parameter -INFO: filtering out variable t_prime_q_prime -INFO: filtering out variable t_prime_squared -INFO: filtering out variable temperature_from_previous_timestep -INFO: filtering out variable temperature_tendency_due_to_dynamics -INFO: filtering out variable tendency_of_air_temperature_at_Lagrangian_surface -INFO: filtering out variable tendency_of_cloud_droplet_number_concentration_due_to_model_physics -INFO: filtering out variable tendency_of_ice_cloud_water_mixing_ratio_due_to_model_physics -INFO: filtering out variable tendency_of_ice_friendly_aerosol_number_concentration_due_to_model_physics -INFO: filtering out variable tendency_of_ice_friendly_aerosols_at_surface -INFO: filtering out variable tendency_of_ice_number_concentration_due_to_model_physics -INFO: filtering out variable tendency_of_liquid_cloud_water_mixing_ratio_due_to_model_physics -INFO: filtering out variable tendency_of_ozone_mixing_ratio_due_to_model_physics -INFO: filtering out variable tendency_of_rain_water_mixing_ratio_due_to_microphysics -INFO: filtering out variable tendency_of_water_friendly_aerosol_number_concentration_due_to_model_physics -INFO: filtering out variable tendency_of_water_friendly_aerosols_at_surface -INFO: filtering out variable tendency_of_water_vapor_specific_humidity_due_to_model_physics -INFO: filtering out variable tendency_of_x_wind_due_to_convective_gravity_wave_drag -INFO: filtering out variable tendency_of_y_wind_due_to_convective_gravity_wave_drag -INFO: filtering out variable theta_star -INFO: filtering out variable thickness_at_Lagrangian_surface -INFO: filtering out variable time_step_for_remapping_for_fast_physics -INFO: filtering out variable tke_advect -INFO: filtering out variable tke_at_mass_points -INFO: filtering out variable tke_budget -INFO: filtering out variable tke_dissipative_heating_factor -INFO: filtering out variable top_layer_index_for_fast_physics -INFO: filtering out variable total_accumulated_snowfall -INFO: filtering out variable triple_point_temperature_of_water -INFO: filtering out variable turbulent_kinetic_energy_convective_transport_tracer -INFO: filtering out variable u_wind_component_at_viscous_sublayer_top -INFO: filtering out variable updraft_fraction_in_boundary_layer_mass_flux_scheme -INFO: filtering out variable updraft_velocity_tunable_parameter_1_CS -INFO: filtering out variable updraft_velocity_tunable_parameter_2_CS -INFO: filtering out variable v_wind_component_at_viscous_sublayer_top -INFO: filtering out variable vegetation_temperature -INFO: filtering out variable vertical_dimension_for_fast_physics -INFO: filtering out variable vertical_dimension_for_thickness_at_Lagrangian_surface -INFO: filtering out variable vertical_dimension_of_h2o_forcing_data -INFO: filtering out variable virtual_temperature_at_Lagrangian_surface -INFO: filtering out variable volume_fraction_of_frozen_soil_moisture_for_land_surface_model -INFO: filtering out variable volume_fraction_of_soil_moisture_for_land_surface_model -INFO: filtering out variable volume_fraction_of_unfrozen_soil_moisture_for_land_surface_model -INFO: filtering out variable water_friendly_aerosol_number_concentration -INFO: filtering out variable water_friendly_aerosol_number_concentration_updated_by_physics -INFO: filtering out variable water_storage_in_aquifer -INFO: filtering out variable water_storage_in_aquifer_and_saturated_soil -INFO: filtering out variable water_table_depth -INFO: filtering out variable water_table_recharge_when_deep -INFO: filtering out variable water_table_recharge_when_shallow -INFO: filtering out variable water_vapor_mixing_ratio_at_surface -INFO: filtering out variable water_vapor_specific_humidity_at_Lagrangian_surface -INFO: filtering out variable water_vapor_specific_humidity_at_previous_time_step -INFO: filtering out variable water_vapor_specific_humidity_two_time_steps_back -INFO: filtering out variable weight_for_momentum_at_viscous_sublayer_top -INFO: filtering out variable weight_for_potental_temperature_at_viscous_sublayer_top -INFO: filtering out variable weight_for_specific_humidity_at_viscous_sublayer_top -INFO: filtering out variable wood_mass -INFO: filtering out variable x_momentum_tendency_from_blocking_drag -INFO: filtering out variable x_momentum_tendency_from_form_drag -INFO: filtering out variable x_momentum_tendency_from_large_scale_gwd -INFO: filtering out variable x_momentum_tendency_from_small_scale_gwd -INFO: filtering out variable y_momentum_tendency_from_blocking_drag -INFO: filtering out variable y_momentum_tendency_from_form_drag -INFO: filtering out variable y_momentum_tendency_from_large_scale_gwd -INFO: filtering out variable y_momentum_tendency_from_small_scale_gwd -INFO: Checking optional arguments in physics schemes ... -INFO: Metadata table for model FV3 written to tests/build_fv3_10/FV3/ccpp/framework/doc/DevelopersGuide/CCPP_VARIABLES_FV3.tex -INFO: Comparing metadata for requested and provided variables ... -INFO: Automatic unit conversion from m to um for effective_radius_of_stratiform_cloud_ice_particle_in_um before entering MODULE_mp_thompson SCHEME_mp_thompson SUBROUTINE_mp_thompson_run -INFO: Automatic unit conversion from m to um for effective_radius_of_stratiform_cloud_liquid_water_particle_in_um before entering MODULE_mp_thompson SCHEME_mp_thompson SUBROUTINE_mp_thompson_run -INFO: Automatic unit conversion from m to um for effective_radius_of_stratiform_cloud_snow_particle_in_um before entering MODULE_mp_thompson SCHEME_mp_thompson SUBROUTINE_mp_thompson_run -INFO: Generating schemes makefile/cmakefile snippet ... -INFO: Added 168 schemes to tests/build_fv3_10/FV3/ccpp/physics/CCPP_SCHEMES.mk, tests/build_fv3_10/FV3/ccpp/physics/CCPP_SCHEMES.cmake, tests/build_fv3_10/FV3/ccpp/physics/CCPP_SCHEMES.sh -INFO: Generating suite and group caps ... -INFO: Generating static API ccpp_static_api.F90 in tests/build_fv3_10/FV3/ccpp/physics ... -INFO: Generating caps makefile/cmakefile snippet ... -INFO: Added 10 auto-generated caps to tests/build_fv3_10/FV3/ccpp/physics/CCPP_CAPS.mk and tests/build_fv3_10/FV3/ccpp/physics/CCPP_CAPS.cmake -INFO: CCPP prebuild step completed successfully. -+ source build_fv3_10/FV3/ccpp/physics/CCPP_SCHEMES.sh -++ export 'CCPP_SCHEMES=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/aer_cloud.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/aerclm_def.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/aerinterp.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/calpreciptype.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cldwat2m_micro.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cldmacro.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/date_def.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/funcphys.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gcycle.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/h2o_def.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/h2ointerp.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/iccn_def.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/iccninterp.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/iounitdef.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/machine.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mersenne_twister.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfpbl.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg_utils.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg2_0.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg3_0.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/multi_gases.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_model.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_parameters.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_radar.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_thompson.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MP_FER_HIRES.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_bl_mynn.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_mynn.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_orowam2017.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/namelist_soilveg.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfpblt.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfpbltq.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfscu.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfscuq.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/noahmp_tables.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/num_parthds.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozne_def.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozinterp.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/physcons.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/physparam.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radcons.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_aerosols.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_astronomy.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_clouds.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_gases.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_surface.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radlw_datatb.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radlw_param.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radsw_datatb.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radsw_param.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/samfaerosols.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfcsub.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sflx.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/set_soilveg.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/surface_perturbation.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_deep.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_sh.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/tridi.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/wv_saturation.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_soil_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rayleigh_damp.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radsw_main.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_ocean.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gwdc.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gscond.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ysuvdif.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_sice.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/samfdeepcnv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/satmedmfvdif.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozphys_2015.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/samfshalcnv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/precpd.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_fer_hires.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diag.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radlw_main.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_debug.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/satmedmfvdifq.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cs_conv.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/shinhongvdif.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/h2ophys.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_nst.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/moninedmf.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diff.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diag_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/m_micro.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gcm_shoc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gwdps.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/shalcnv.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/get_prs_fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozphys.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_stochastics.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/drag_suite.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_cice.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sascnvn.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cnvc90.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_drv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/dcyc2.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/moninshoc.f' -++ CCPP_SCHEMES='/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/aer_cloud.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/aerclm_def.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/aerinterp.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/calpreciptype.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cldwat2m_micro.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cldmacro.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/date_def.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/funcphys.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gcycle.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/h2o_def.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/h2ointerp.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/iccn_def.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/iccninterp.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/iounitdef.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/machine.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mersenne_twister.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfpbl.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg_utils.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg2_0.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg3_0.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/multi_gases.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_model.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_parameters.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_radar.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_thompson.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MP_FER_HIRES.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_bl_mynn.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_mynn.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_orowam2017.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/namelist_soilveg.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfpblt.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfpbltq.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfscu.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfscuq.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/noahmp_tables.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/num_parthds.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozne_def.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozinterp.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/physcons.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/physparam.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radcons.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_aerosols.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_astronomy.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_clouds.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_gases.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_surface.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radlw_datatb.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radlw_param.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radsw_datatb.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radsw_param.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/samfaerosols.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfcsub.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sflx.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/set_soilveg.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/surface_perturbation.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_deep.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_sh.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/tridi.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/wv_saturation.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_soil_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rayleigh_damp.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radsw_main.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_ocean.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gwdc.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gscond.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ysuvdif.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_sice.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/samfdeepcnv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/satmedmfvdif.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozphys_2015.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/samfshalcnv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/precpd.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_fer_hires.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diag.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radlw_main.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_debug.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/satmedmfvdifq.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cs_conv.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/shinhongvdif.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/h2ophys.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_nst.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/moninedmf.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diff.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diag_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/m_micro.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gcm_shoc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gwdps.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/shalcnv.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/get_prs_fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozphys.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_stochastics.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/drag_suite.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_cice.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sascnvn.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cnvc90.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_drv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/dcyc2.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/moninshoc.f' -+ source build_fv3_10/FV3/ccpp/physics/CCPP_CAPS.sh -++ export 'CCPP_CAPS=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_10/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_regional_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_10/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_regional_time_vary_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_10/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_regional_radiation_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_10/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_regional_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_10/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_regional_stochastics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_10/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_regional_c768_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_10/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_regional_c768_time_vary_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_10/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_regional_c768_radiation_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_10/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_regional_c768_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_10/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_regional_c768_stochastics_cap.F90' -++ CCPP_CAPS='/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_10/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_regional_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_10/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_regional_time_vary_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_10/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_regional_radiation_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_10/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_regional_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_10/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_regional_stochastics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_10/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_regional_c768_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_10/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_regional_c768_time_vary_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_10/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_regional_c768_radiation_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_10/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_regional_c768_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_10/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_regional_c768_stochastics_cap.F90' -+ source build_fv3_10/FV3/ccpp/physics/CCPP_STATIC_API.sh -++ export CCPP_STATIC_API=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_10/FV3/ccpp/physics/ccpp_static_api.F90 -++ CCPP_STATIC_API=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_10/FV3/ccpp/physics/ccpp_static_api.F90 -+ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp_regional,FV3_GFS_2017_gfdlmp_regional_c768 32BIT=Y == *\N\A\M\_\p\h\y\s\=\Y* ]] -+ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp_regional,FV3_GFS_2017_gfdlmp_regional_c768 32BIT=Y == *\W\W\3\=\Y* ]] -++ trim ' -DREPRO=Y -D32BIT=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -DDYN32=ON -DSTATIC=ON -DMULTI_GASES=OFF' -++ local 'var= -DREPRO=Y -D32BIT=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -DDYN32=ON -DSTATIC=ON -DMULTI_GASES=OFF' -++ var='-DREPRO=Y -D32BIT=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -DDYN32=ON -DSTATIC=ON -DMULTI_GASES=OFF' -++ var='-DREPRO=Y -D32BIT=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -DDYN32=ON -DSTATIC=ON -DMULTI_GASES=OFF' -++ echo -n '-DREPRO=Y -D32BIT=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -DDYN32=ON -DSTATIC=ON -DMULTI_GASES=OFF' -+ CCPP_CMAKE_FLAGS='-DREPRO=Y -D32BIT=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -DDYN32=ON -DSTATIC=ON -DMULTI_GASES=OFF' -+ source /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc -++ __ms_function_name=setup__test_function__189078 -++ eval 'setup__test_function__189078() { /bin/true ; }' ++ source /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc +++ __ms_function_name=setup__test_function__189427 +++ eval 'setup__test_function__189427() { /bin/true ; }' +++ eval '__text="text" ; if [[ $__text =~ ^(t).* ]] ; then printf "%s" ${.sh.match[1]} ; fi' +++ cat ++ __ms_ksh_test= -+++ eval 'if ( set | grep setup__test_function__189078 | grep -v name > /dev/null 2>&1 ) ; then echo t ; fi ' ++++ eval 'if ( set | grep setup__test_function__189427 | grep -v name > /dev/null 2>&1 ) ; then echo t ; fi ' +++ cat ++ __ms_bash_test=t ++ [[ ! -z '' ]] @@ -1899,7 +64,7 @@ INFO: CCPP prebuild step completed successfully. ++ eval module help ++ module purge +++ /usrx/local/prod/lmod/lmod/libexec/lmod bash purge -++ eval unset 'ADVISOR_2018_DIR;' unset 'BACIO_LIB4;' unset 'BACIO_LIB8;' unset 'BACIO_SRC;' unset 'BACIO_VER;' unset 'BINARY_TYPE_HPC;' unset '__LMOD_REF_COUNT_CLASSPATH;' unset 'CLASSPATH;' unset 'CLCK_ROOT;' unset 'CMAKE_CXX_COMPILER;' unset 'CMAKE_C_COMPILER;' unset 'CMAKE_Fortran_COMPILER;' unset 'CMAKE_Platform;' unset 'COMP;' unset '__LMOD_REF_COUNT_CPATH;' unset 'CPATH;' unset '__LMOD_REF_COUNT_CPLUS_INCLUDE_PATH;' unset 'CPLUS_INCLUDE_PATH;' unset 'CRTM_FIX;' unset 'CRTM_INC;' unset 'CRTM_LIB;' unset 'CRTM_SRC;' unset 'CRTM_VER;' unset 'DAALROOT;' unset 'ECF_HOSTFILE;' unset 'ECF_PORT;' unset 'ECF_ROOT;' unset 'ESMFMKFILE;' unset 'G2TMPL_INC;' unset 'G2TMPL_LIB;' unset 'G2TMPL_SRC;' unset 'G2TMPL_VER;' unset 'G2_INC4;' unset 'G2_INCd;' unset 'G2_LIB4;' unset 'G2_LIBd;' unset 'G2_SRC;' unset 'G2_VER;' unset 'GDBSERVER_MIC;' unset 'GDB_CROSS;' unset 'HDF5;' unset 'HDF5_CFLAGS;' unset 'HDF5_CXXFLAGS;' unset 'HDF5_FFLAGS;' unset 'HDF5_INCLUDE;' unset 'HDF5_LDFLAGS;' unset 'HDF5_LDFLAGS_C;' unset 'HDF5_LDFLAGS_CXX;' unset 'HDF5_LDFLAGS_F;' unset '__LMOD_REF_COUNT_INFOPATH;' unset 'INFOPATH;' unset 'INSPECTOR_2018_DIR;' unset 'INTEL_LICENSE_FILE;' unset 'INTEL_PYTHONHOME;' unset 'IPPROOT;' unset 'IP_INC4;' unset 'IP_INC8;' unset 'IP_INCd;' unset 'IP_LIB4;' unset 'IP_LIB8;' unset 'IP_LIBd;' unset 'IP_SRC;' unset 'IP_VER;' unset 'I_MPI_CC;' unset 'I_MPI_CXX;' unset 'I_MPI_EXTRA_FILESYSTEM;' unset 'I_MPI_EXTRA_FILESYSTEM_LIST;' unset 'I_MPI_F77;' unset 'I_MPI_F90;' unset 'I_MPI_FC;' unset 'I_MPI_HYDRA_BOOTSTRAP;' unset 'I_MPI_HYDRA_IFACE;' unset 'I_MPI_LSF_USE_COLLECTIVE_LAUNCH;' unset 'I_MPI_ROOT;' unset 'JASPER_INC;' unset 'JASPER_LIB;' unset 'JASPER_LIBDIR;' unset 'JASPER_SRC;' unset 'JASPER_VER;' unset 'KMP_AFFINITY;' unset '__LMOD_REF_COUNT_LD_LIBRARY_PATH;' unset 'LD_LIBRARY_PATH;' unset '__LMOD_REF_COUNT_LIBRARY_PATH;' unset 'LIBRARY_PATH;' unset 'LIB_NAME;' unset 'LMOD_FAMILY_COMPILER;' unset 'LMOD_FAMILY_COMPILER_VERSION;' unset 'LMOD_FAMILY_CONMPILER;' unset 'LMOD_FAMILY_CONMPILER_VERSION;' unset 'LMOD_FAMILY_MPI;' unset 'LMOD_FAMILY_MPI_VERSION;' unset '__LMOD_REF_COUNT_LOADEDMODULES;' unset 'LOADEDMODULES;' unset 'LSF_BINDIR;' unset 'LSF_ENVDIR;' unset 'LSF_LIBDIR;' unset 'LSF_SERVERDIR;' '__LMOD_REF_COUNT_MANPATH="/usrx/local/prod/lmod/lmod/share/man:1";' export '__LMOD_REF_COUNT_MANPATH;' 'MANPATH="/usrx/local/prod/lmod/lmod/share/man::";' export 'MANPATH;' unset 'MKLROOT;' 'MODULEPATH="/usrx/local/dev/emc_rocoto/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod";' export 'MODULEPATH;' unset 'MPM_LAUNCHER;' unset 'NEMSIO_INC;' unset 'NEMSIO_LIB;' unset 'NEMSIO_SRC;' unset 'NEMSIO_VER;' unset 'NETCDF;' unset 'NETCDF_CFLAGS;' unset 'NETCDF_CXX4FLAGS;' unset 'NETCDF_CXXFLAGS;' unset 'NETCDF_FFLAGS;' unset 'NETCDF_INC;' unset 'NETCDF_INCLUDE;' unset 'NETCDF_LDFLAGS;' unset 'NETCDF_LDFLAGS_C;' unset 'NETCDF_LDFLAGS_CXX;' unset 'NETCDF_LDFLAGS_CXX4;' unset 'NETCDF_LDFLAGS_F;' unset 'NETCDF_LIB;' unset 'NETCDF_ROOT;' unset '__LMOD_REF_COUNT_NLSPATH;' unset 'NLSPATH;' '__LMOD_REF_COUNT_PATH="/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/usr/lpp/mmfs/bin:1;/opt/ibutils/bin:1;/opt/dell/srvadmin/bin:1;/u/Dusan.Jovic/bin:2;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/dbrowse:1;/u/Dusan.Jovic/.local/bin:1";' export '__LMOD_REF_COUNT_PATH;' 'PATH="/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/usr/lpp/mmfs/bin:/opt/ibutils/bin:/opt/dell/srvadmin/bin:/u/Dusan.Jovic/bin:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/dbrowse:/u/Dusan.Jovic/.local/bin";' export 'PATH;' unset 'PKG_CONFIG_PATH;' unset 'PNG_INC;' unset 'PNG_LIB;' unset 'PNG_LIB12;' unset 'PNG_LIBDIR;' unset 'PNG_LIBso;' unset 'PNG_SRC;' unset 'PNG_VER;' unset 'POST_INC;' unset 'POST_LIB;' unset 'POST_SRC;' unset 'POST_VER;' unset 'PSTLROOT;' unset 'PYTHONPATH;' unset '__LMOD_REF_COUNT_QT_PLUGIN_PATH;' unset 'QT_PLUGIN_PATH;' unset 'SP_LIB4;' unset 'SP_LIB8;' unset 'SP_LIBd;' unset 'SP_SRC;' unset 'SP_VER;' unset 'TBBROOT;' unset 'VT_ADD_LIBS;' unset 'VT_ARCH;' unset 'VT_LIB_DIR;' unset 'VT_MPI;' unset 'VT_ROOT;' unset 'VT_SLIB_DIR;' unset 'W3EMC_INC4;' unset 'W3EMC_INC8;' unset 'W3EMC_INCd;' unset 'W3EMC_LIB4;' unset 'W3EMC_LIB8;' unset 'W3EMC_LIBd;' unset 'W3EMC_SRC;' unset 'W3EMC_VER;' unset 'W3NCO_INC4;' unset 'W3NCO_INC8;' unset 'W3NCO_INCd;' unset 'W3NCO_LIB4;' unset 'W3NCO_LIB8;' unset 'W3NCO_LIBd;' unset 'W3NCO_SRC;' unset 'W3NCO_VER;' unset 'XLSF_UIDDIR;' unset 'Z_INC;' unset 'Z_LIB;' unset 'Z_SRC;' unset 'Z_VER;' unset '__LMOD_REF_COUNT__LMFILES_;' unset '_LMFILES_;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii91c3J4L2xvY2FsL2Rldi9lbWNfcm9jb3RvL21vZHVsZWZpbGVzIiwiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvRHVzYW4uSm92aWMvdWZzL3ByMTgvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvd2Nvc3NfZGVsbF9wMyIsIi91c3J4L2xvY2FsL2Rldi9tb2R1bGVmaWxlcyIsIi91c3J4L2xvY2FsL3Byb2QvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQiLCIvdXNyeC9sb2NhbC9w";' export '_ModuleTable001_;' '_ModuleTable002_="cm9kL21vZHVsZWZpbGVzL2RlZnMiLCIvZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb3JlX3Byb2QiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQ6L3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9kZWZzOi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsfQ==";' export '_ModuleTable002_;' '_ModuleTable_Sz_="2";' export '_ModuleTable_Sz_;' unset '_ModuleTable004_;' unset '_ModuleTable005_;' unset '_ModuleTable006_;' unset '_ModuleTable007_;' unset '_ModuleTable008_;' unset '_ModuleTable009_;' unset '_ModuleTable010_;' unset '_ModuleTable011_;' unset '_ModuleTable012_;' unset '_ModuleTable013_;' unset '_ModuleTable014_;' unset '_ModuleTable015_;' unset '_ModuleTable016_;' +++ eval unset 'ADVISOR_2018_DIR;' unset 'BACIO_LIB4;' unset 'BACIO_LIB8;' unset 'BACIO_SRC;' unset 'BACIO_VER;' unset 'BINARY_TYPE_HPC;' unset '__LMOD_REF_COUNT_CLASSPATH;' unset 'CLASSPATH;' unset 'CLCK_ROOT;' unset 'CMAKE_CXX_COMPILER;' unset 'CMAKE_C_COMPILER;' unset 'CMAKE_Fortran_COMPILER;' unset 'CMAKE_Platform;' unset 'COMP;' unset '__LMOD_REF_COUNT_CPATH;' unset 'CPATH;' unset '__LMOD_REF_COUNT_CPLUS_INCLUDE_PATH;' unset 'CPLUS_INCLUDE_PATH;' unset 'CRTM_FIX;' unset 'CRTM_INC;' unset 'CRTM_LIB;' unset 'CRTM_SRC;' unset 'CRTM_VER;' unset 'DAALROOT;' unset 'ECF_HOSTFILE;' unset 'ECF_PORT;' unset 'ECF_ROOT;' unset 'ESMFMKFILE;' unset 'G2TMPL_INC;' unset 'G2TMPL_LIB;' unset 'G2TMPL_SRC;' unset 'G2TMPL_VER;' unset 'G2_INC4;' unset 'G2_INCd;' unset 'G2_LIB4;' unset 'G2_LIBd;' unset 'G2_SRC;' unset 'G2_VER;' unset 'GDBSERVER_MIC;' unset 'GDB_CROSS;' unset 'HDF5;' unset 'HDF5_CFLAGS;' unset 'HDF5_CXXFLAGS;' unset 'HDF5_FFLAGS;' unset 'HDF5_INCLUDE;' unset 'HDF5_LDFLAGS;' unset 'HDF5_LDFLAGS_C;' unset 'HDF5_LDFLAGS_CXX;' unset 'HDF5_LDFLAGS_F;' unset '__LMOD_REF_COUNT_INFOPATH;' unset 'INFOPATH;' unset 'INSPECTOR_2018_DIR;' unset 'INTEL_LICENSE_FILE;' unset 'INTEL_PYTHONHOME;' unset 'IPPROOT;' unset 'IP_INC4;' unset 'IP_INC8;' unset 'IP_INCd;' unset 'IP_LIB4;' unset 'IP_LIB8;' unset 'IP_LIBd;' unset 'IP_SRC;' unset 'IP_VER;' unset 'I_MPI_CC;' unset 'I_MPI_CXX;' unset 'I_MPI_EXTRA_FILESYSTEM;' unset 'I_MPI_EXTRA_FILESYSTEM_LIST;' unset 'I_MPI_F77;' unset 'I_MPI_F90;' unset 'I_MPI_FC;' unset 'I_MPI_HYDRA_BOOTSTRAP;' unset 'I_MPI_HYDRA_IFACE;' unset 'I_MPI_LSF_USE_COLLECTIVE_LAUNCH;' unset 'I_MPI_ROOT;' unset 'JASPER_INC;' unset 'JASPER_LIB;' unset 'JASPER_LIBDIR;' unset 'JASPER_SRC;' unset 'JASPER_VER;' unset 'KMP_AFFINITY;' unset '__LMOD_REF_COUNT_LD_LIBRARY_PATH;' unset 'LD_LIBRARY_PATH;' unset '__LMOD_REF_COUNT_LIBRARY_PATH;' unset 'LIBRARY_PATH;' unset 'LIB_NAME;' unset 'LMOD_FAMILY_COMPILER;' unset 'LMOD_FAMILY_COMPILER_VERSION;' unset 'LMOD_FAMILY_CONMPILER;' unset 'LMOD_FAMILY_CONMPILER_VERSION;' unset 'LMOD_FAMILY_MPI;' unset 'LMOD_FAMILY_MPI_VERSION;' unset '__LMOD_REF_COUNT_LOADEDMODULES;' unset 'LOADEDMODULES;' unset 'LSF_BINDIR;' unset 'LSF_ENVDIR;' unset 'LSF_LIBDIR;' unset 'LSF_SERVERDIR;' '__LMOD_REF_COUNT_MANPATH="/usrx/local/prod/lmod/lmod/share/man:1";' export '__LMOD_REF_COUNT_MANPATH;' 'MANPATH="/usrx/local/prod/lmod/lmod/share/man::";' export 'MANPATH;' unset 'MKLROOT;' 'MODULEPATH="/usrx/local/dev/emc_rocoto/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod";' export 'MODULEPATH;' unset 'MPM_LAUNCHER;' unset 'NEMSIO_INC;' unset 'NEMSIO_LIB;' unset 'NEMSIO_SRC;' unset 'NEMSIO_VER;' unset 'NETCDF;' unset 'NETCDF_CFLAGS;' unset 'NETCDF_CXX4FLAGS;' unset 'NETCDF_CXXFLAGS;' unset 'NETCDF_FFLAGS;' unset 'NETCDF_INC;' unset 'NETCDF_INCLUDE;' unset 'NETCDF_LDFLAGS;' unset 'NETCDF_LDFLAGS_C;' unset 'NETCDF_LDFLAGS_CXX;' unset 'NETCDF_LDFLAGS_CXX4;' unset 'NETCDF_LDFLAGS_F;' unset 'NETCDF_LIB;' unset 'NETCDF_ROOT;' unset '__LMOD_REF_COUNT_NLSPATH;' unset 'NLSPATH;' '__LMOD_REF_COUNT_PATH="/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/usr/lpp/mmfs/bin:1;/opt/ibutils/bin:1;/opt/dell/srvadmin/bin:1;/u/Dusan.Jovic/bin:2;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/dbrowse:1;/u/Dusan.Jovic/.local/bin:1";' export '__LMOD_REF_COUNT_PATH;' 'PATH="/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/usr/lpp/mmfs/bin:/opt/ibutils/bin:/opt/dell/srvadmin/bin:/u/Dusan.Jovic/bin:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/dbrowse:/u/Dusan.Jovic/.local/bin";' export 'PATH;' unset 'PKG_CONFIG_PATH;' unset 'PNG_INC;' unset 'PNG_LIB;' unset 'PNG_LIB12;' unset 'PNG_LIBDIR;' unset 'PNG_LIBso;' unset 'PNG_SRC;' unset 'PNG_VER;' unset 'POST_INC;' unset 'POST_LIB;' unset 'POST_SRC;' unset 'POST_VER;' unset 'PSTLROOT;' unset 'PYTHONPATH;' unset '__LMOD_REF_COUNT_QT_PLUGIN_PATH;' unset 'QT_PLUGIN_PATH;' unset 'SP_LIB4;' unset 'SP_LIB8;' unset 'SP_LIBd;' unset 'SP_SRC;' unset 'SP_VER;' unset 'TBBROOT;' unset 'VT_ADD_LIBS;' unset 'VT_ARCH;' unset 'VT_LIB_DIR;' unset 'VT_MPI;' unset 'VT_ROOT;' unset 'VT_SLIB_DIR;' unset 'W3EMC_INC4;' unset 'W3EMC_INC8;' unset 'W3EMC_INCd;' unset 'W3EMC_LIB4;' unset 'W3EMC_LIB8;' unset 'W3EMC_LIBd;' unset 'W3EMC_SRC;' unset 'W3EMC_VER;' unset 'W3NCO_INC4;' unset 'W3NCO_INC8;' unset 'W3NCO_INCd;' unset 'W3NCO_LIB4;' unset 'W3NCO_LIB8;' unset 'W3NCO_LIBd;' unset 'W3NCO_SRC;' unset 'W3NCO_VER;' unset 'XLSF_UIDDIR;' unset 'Z_INC;' unset 'Z_LIB;' unset 'Z_SRC;' unset 'Z_VER;' unset '__LMOD_REF_COUNT__LMFILES_;' unset '_LMFILES_;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii91c3J4L2xvY2FsL2Rldi9lbWNfcm9jb3RvL21vZHVsZWZpbGVzIiwiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvRHVzYW4uSm92aWMvdWZzL3ByX25ldy91ZnMtd2VhdGhlci1tb2RlbC9tb2R1bGVmaWxlcy93Y29zc19kZWxsX3AzIiwiL3VzcngvbG9jYWwvZGV2L21vZHVsZWZpbGVzIiwiL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZCIsIi91c3J4L2xvY2Fs";' export '_ModuleTable001_;' '_ModuleTable002_="L3Byb2QvbW9kdWxlZmlsZXMvZGVmcyIsIi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvdXNyeC9sb2NhbC9wcm9kL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlOi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZDovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2RlZnM6L2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29yZV9wcm9kIix9";' export '_ModuleTable002_;' '_ModuleTable_Sz_="2";' export '_ModuleTable_Sz_;' unset '_ModuleTable004_;' unset '_ModuleTable005_;' unset '_ModuleTable006_;' unset '_ModuleTable007_;' unset '_ModuleTable008_;' unset '_ModuleTable009_;' unset '_ModuleTable010_;' unset '_ModuleTable011_;' unset '_ModuleTable012_;' unset '_ModuleTable013_;' unset '_ModuleTable014_;' unset '_ModuleTable015_;' unset '_ModuleTable016_;' +++ unset ADVISOR_2018_DIR +++ unset BACIO_LIB4 +++ unset BACIO_LIB8 @@ -2002,7 +167,7 @@ INFO: CCPP prebuild step completed successfully. +++ MANPATH=/usrx/local/prod/lmod/lmod/share/man:: +++ export MANPATH +++ unset MKLROOT -+++ MODULEPATH=/usrx/local/dev/emc_rocoto/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod ++++ MODULEPATH=/usrx/local/dev/emc_rocoto/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod +++ export MODULEPATH +++ unset MPM_LAUNCHER +++ unset NEMSIO_INC @@ -2080,9 +245,9 @@ INFO: CCPP prebuild step completed successfully. +++ unset Z_VER +++ unset __LMOD_REF_COUNT__LMFILES_ +++ unset _LMFILES_ -+++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii91c3J4L2xvY2FsL2Rldi9lbWNfcm9jb3RvL21vZHVsZWZpbGVzIiwiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvRHVzYW4uSm92aWMvdWZzL3ByMTgvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvd2Nvc3NfZGVsbF9wMyIsIi91c3J4L2xvY2FsL2Rldi9tb2R1bGVmaWxlcyIsIi91c3J4L2xvY2FsL3Byb2QvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQiLCIvdXNyeC9sb2NhbC9w ++++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii91c3J4L2xvY2FsL2Rldi9lbWNfcm9jb3RvL21vZHVsZWZpbGVzIiwiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvRHVzYW4uSm92aWMvdWZzL3ByX25ldy91ZnMtd2VhdGhlci1tb2RlbC9tb2R1bGVmaWxlcy93Y29zc19kZWxsX3AzIiwiL3VzcngvbG9jYWwvZGV2L21vZHVsZWZpbGVzIiwiL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZCIsIi91c3J4L2xvY2Fs +++ export _ModuleTable001_ -+++ _ModuleTable002_=cm9kL21vZHVsZWZpbGVzL2RlZnMiLCIvZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb3JlX3Byb2QiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQ6L3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9kZWZzOi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsfQ== ++++ _ModuleTable002_=L3Byb2QvbW9kdWxlZmlsZXMvZGVmcyIsIi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvdXNyeC9sb2NhbC9wcm9kL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlOi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZDovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2RlZnM6L2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29yZV9wcm9kIix9 +++ export _ModuleTable002_ +++ _ModuleTable_Sz_=2 +++ export _ModuleTable_Sz_ @@ -2104,18 +269,18 @@ INFO: CCPP prebuild step completed successfully. ++ unset __ms_shell ++ unset __ms_ksh_test ++ unset __ms_bash_test -++ unset setup__test_function__189078 +++ unset setup__test_function__189427 ++ unset __ms_function_name + [[ wcoss_dell_p3 == macosx.* ]] + [[ wcoss_dell_p3 == linux.* ]] -+ module use /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3 -++ /usrx/local/prod/lmod/lmod/libexec/lmod bash use /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3 -+ eval 'MODULEPATH="/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/dev/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod";' export 'MODULEPATH;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcjE4L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL3djb3NzX2RlbGxfcDMiLCIvdXNyeC9sb2NhbC9kZXYvZW1jX3JvY290by9tb2R1bGVmaWxlcyIsIi91c3J4L2xvY2FsL2Rldi9tb2R1bGVmaWxlcyIsIi91c3J4L2xvY2FsL3Byb2QvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQiLCIvdXNyeC9sb2NhbC9w";' export '_ModuleTable001_;' '_ModuleTable002_="cm9kL21vZHVsZWZpbGVzL2RlZnMiLCIvZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb3JlX3Byb2QiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQ6L3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9kZWZzOi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsfQ==";' export '_ModuleTable002_;' '_ModuleTable_Sz_="2";' export '_ModuleTable_Sz_;' -++ MODULEPATH=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/dev/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod ++ module use /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/wcoss_dell_p3 +++ /usrx/local/prod/lmod/lmod/libexec/lmod bash use /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/wcoss_dell_p3 ++ eval 'MODULEPATH="/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/dev/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod";' export 'MODULEPATH;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcl9uZXcvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvd2Nvc3NfZGVsbF9wMyIsIi91c3J4L2xvY2FsL2Rldi9lbWNfcm9jb3RvL21vZHVsZWZpbGVzIiwiL3VzcngvbG9jYWwvZGV2L21vZHVsZWZpbGVzIiwiL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZCIsIi91c3J4L2xvY2Fs";' export '_ModuleTable001_;' '_ModuleTable002_="L3Byb2QvbW9kdWxlZmlsZXMvZGVmcyIsIi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvdXNyeC9sb2NhbC9wcm9kL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlOi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZDovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2RlZnM6L2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29yZV9wcm9kIix9";' export '_ModuleTable002_;' '_ModuleTable_Sz_="2";' export '_ModuleTable_Sz_;' +++ MODULEPATH=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/dev/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod ++ export MODULEPATH -++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcjE4L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL3djb3NzX2RlbGxfcDMiLCIvdXNyeC9sb2NhbC9kZXYvZW1jX3JvY290by9tb2R1bGVmaWxlcyIsIi91c3J4L2xvY2FsL2Rldi9tb2R1bGVmaWxlcyIsIi91c3J4L2xvY2FsL3Byb2QvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQiLCIvdXNyeC9sb2NhbC9w +++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcl9uZXcvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvd2Nvc3NfZGVsbF9wMyIsIi91c3J4L2xvY2FsL2Rldi9lbWNfcm9jb3RvL21vZHVsZWZpbGVzIiwiL3VzcngvbG9jYWwvZGV2L21vZHVsZWZpbGVzIiwiL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZCIsIi91c3J4L2xvY2Fs ++ export _ModuleTable001_ -++ _ModuleTable002_=cm9kL21vZHVsZWZpbGVzL2RlZnMiLCIvZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb3JlX3Byb2QiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQ6L3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9kZWZzOi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsfQ== +++ _ModuleTable002_=L3Byb2QvbW9kdWxlZmlsZXMvZGVmcyIsIi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvdXNyeC9sb2NhbC9wcm9kL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlOi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZDovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2RlZnM6L2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29yZV9wcm9kIix9 ++ export _ModuleTable002_ ++ _ModuleTable_Sz_=2 ++ export _ModuleTable_Sz_ @@ -2123,7 +288,7 @@ INFO: CCPP prebuild step completed successfully. + eval + module load fv3 ++ /usrx/local/prod/lmod/lmod/libexec/lmod bash load fv3 -+ eval 'ADVISOR_2018_DIR="/usrx/local/prod/intel/2018UP01/advisor_2018";' export 'ADVISOR_2018_DIR;' 'BACIO_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libbacio_v2.0.3_4.a";' export 'BACIO_LIB4;' 'BACIO_LIB8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libbacio_v2.0.3_8.a";' export 'BACIO_LIB8;' 'BACIO_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/bacio_v2.0.3";' export 'BACIO_SRC;' 'BACIO_VER="v2.0.3";' export 'BACIO_VER;' 'BINARY_TYPE_HPC="";' export 'BINARY_TYPE_HPC;' '__LMOD_REF_COUNT_CLASSPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64/mpi.jar:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/daal.jar:1";' export '__LMOD_REF_COUNT_CLASSPATH;' 'CLASSPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64/mpi.jar:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/daal.jar";' export 'CLASSPATH;' 'CLCK_ROOT="/usrx/local/prod/intel/2018UP01/clck_latest";' export 'CLCK_ROOT;' 'CMAKE_CXX_COMPILER="mpiicpc";' export 'CMAKE_CXX_COMPILER;' 'CMAKE_C_COMPILER="mpiicc";' export 'CMAKE_C_COMPILER;' 'CMAKE_Fortran_COMPILER="mpiifort";' export 'CMAKE_Fortran_COMPILER;' 'CMAKE_Platform="wcoss_dell_p3";' export 'CMAKE_Platform;' 'COMP="ips";' export 'COMP;' '__LMOD_REF_COUNT_CPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/pstl/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/include:1";' export '__LMOD_REF_COUNT_CPATH;' 'CPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/pstl/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/include";' export 'CPATH;' '__LMOD_REF_COUNT_CPLUS_INCLUDE_PATH="/usrx/local/prod/intel/2018UP01/clck_latest/include:1";' export '__LMOD_REF_COUNT_CPLUS_INCLUDE_PATH;' 'CPLUS_INCLUDE_PATH="/usrx/local/prod/intel/2018UP01/clck_latest/include";' export 'CPLUS_INCLUDE_PATH;' 'CRTM_FIX="/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/fix";' export 'CRTM_FIX;' 'CRTM_INC="/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/ips/18.0.1/include/crtm_v2.2.6";' export 'CRTM_INC;' 'CRTM_LIB="/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/ips/18.0.1/libcrtm_v2.2.6.a";' export 'CRTM_LIB;' 'CRTM_SRC="/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/src";' export 'CRTM_SRC;' 'CRTM_VER="v2.2.6";' export 'CRTM_VER;' 'DAALROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal";' export 'DAALROOT;' 'ESMFMKFILE="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/lib/esmf.mk";' export 'ESMFMKFILE;' 'G2TMPL_INC="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/g2tmpl_v1.6.0";' export 'G2TMPL_INC;' 'G2TMPL_LIB="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2tmpl_v1.6.0.a";' export 'G2TMPL_LIB;' 'G2TMPL_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/g2tmpl_v1.6.0/src";' export 'G2TMPL_SRC;' 'G2TMPL_VER="v1.6.0";' export 'G2TMPL_VER;' 'G2_INC4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/g2_v3.1.1_4";' export 'G2_INC4;' 'G2_INCd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/g2_v3.1.1_d";' export 'G2_INCd;' 'G2_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2_v3.1.1_4.a";' export 'G2_LIB4;' 'G2_LIBd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2_v3.1.1_d.a";' export 'G2_LIBd;' 'G2_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/g2_v3.1.1";' export 'G2_SRC;' 'G2_VER="v3.1.1";' export 'G2_VER;' 'GDBSERVER_MIC="/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/targets/intel64/x200/bin/gdbserver";' export 'GDBSERVER_MIC;' 'GDB_CROSS="/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/bin/gdb-ia";' export 'GDB_CROSS;' 'HDF5="/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1";' export 'HDF5;' 'HDF5_CFLAGS="-I/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/include";' export 'HDF5_CFLAGS;' 'HDF5_CXXFLAGS="-I/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/include";' export 'HDF5_CXXFLAGS;' 'HDF5_FFLAGS="-I/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/include";' export 'HDF5_FFLAGS;' 'HDF5_INCLUDE="-I/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/include";' export 'HDF5_INCLUDE;' 'HDF5_LDFLAGS="-L/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib' -lhdf5_hl -lhdf5hl_fortran -lhdf5 '-lhdf5_fortran";' export 'HDF5_LDFLAGS;' 'HDF5_LDFLAGS_C="-L/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib' -lhdf5_hl '-lhdf5";' export 'HDF5_LDFLAGS_C;' 'HDF5_LDFLAGS_CXX="-L/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib' -lhdf5_hl -hdf5_hl_cpp -lhdf5 '-lhdf5_cpp";' export 'HDF5_LDFLAGS_CXX;' 'HDF5_LDFLAGS_F="-L/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib' -lhdf5_hl -lhdf5hl_fortran -lhdf5 '-lhdf5_fortran";' export 'HDF5_LDFLAGS_F;' '__LMOD_REF_COUNT_INFOPATH="/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/info:1;info_gdb_igfx:1";' export '__LMOD_REF_COUNT_INFOPATH;' 'INFOPATH="/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/info:info_gdb_igfx";' export 'INFOPATH;' 'INSPECTOR_2018_DIR="/usrx/local/prod/intel/2018UP01/inspector_2018";' export 'INSPECTOR_2018_DIR;' 'INTEL_LICENSE_FILE="/usrx/local/prod/intel/licenses";' export 'INTEL_LICENSE_FILE;' 'INTEL_PYTHONHOME="/usrx/local/prod/intel/2018UP01/debugger_2018/python/intel64";' export 'INTEL_PYTHONHOME;' 'IPPROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp";' export 'IPPROOT;' 'IP_INC4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ip_v3.0.2_4";' export 'IP_INC4;' 'IP_INC8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ip_v3.0.2_8";' export 'IP_INC8;' 'IP_INCd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ip_v3.0.2_d";' export 'IP_INCd;' 'IP_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libip_v3.0.2_4.a";' export 'IP_LIB4;' 'IP_LIB8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libip_v3.0.2_8.a";' export 'IP_LIB8;' 'IP_LIBd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libip_v3.0.2_d.a";' export 'IP_LIBd;' 'IP_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/ip_v3.0.2";' export 'IP_SRC;' 'IP_VER="v3.0.2";' export 'IP_VER;' 'I_MPI_CC="icc";' export 'I_MPI_CC;' 'I_MPI_CXX="icpc";' export 'I_MPI_CXX;' 'I_MPI_EXTRA_FILESYSTEM="yes";' export 'I_MPI_EXTRA_FILESYSTEM;' 'I_MPI_EXTRA_FILESYSTEM_LIST="gpfs";' export 'I_MPI_EXTRA_FILESYSTEM_LIST;' 'I_MPI_F77="ifort";' export 'I_MPI_F77;' 'I_MPI_F90="ifort";' export 'I_MPI_F90;' 'I_MPI_FC="ifort";' export 'I_MPI_FC;' 'I_MPI_HYDRA_BOOTSTRAP="lsf";' export 'I_MPI_HYDRA_BOOTSTRAP;' 'I_MPI_HYDRA_IFACE="ib0";' export 'I_MPI_HYDRA_IFACE;' 'I_MPI_LSF_USE_COLLECTIVE_LAUNCH="1";' export 'I_MPI_LSF_USE_COLLECTIVE_LAUNCH;' 'I_MPI_ROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi";' export 'I_MPI_ROOT;' 'JASPER_INC="/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/include";' export 'JASPER_INC;' 'JASPER_LIB="/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib/libjasper.a";' export 'JASPER_LIB;' 'JASPER_LIBDIR="/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib";' export 'JASPER_LIBDIR;' 'JASPER_SRC="/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/src/jasper-1.900.29";' export 'JASPER_SRC;' 'JASPER_VER="1.900.29";' export 'JASPER_VER;' 'KMP_AFFINITY="scatter";' export 'KMP_AFFINITY;' unset 'LAUNCH;' '__LMOD_REF_COUNT_LD_LIBRARY_PATH="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/lib:1;/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib:1;/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib:1;/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib:1;/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:1;/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib:1;/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib:1;/usrx/local/prod/intel/2018UP01/itac_latest/slib:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:1;/usrx/local/prod/intel/2018UP01/debugger_2018/iga/lib:1;/usrx/local/prod/intel/2018UP01/debugger_2018/libipt/intel64/lib:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4:1";' export '__LMOD_REF_COUNT_LD_LIBRARY_PATH;' 'LD_LIBRARY_PATH="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/lib:/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib:/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib:/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib:/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib:/usrx/local/prod/intel/2018UP01/itac_latest/slib:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:/usrx/local/prod/intel/2018UP01/debugger_2018/iga/lib:/usrx/local/prod/intel/2018UP01/debugger_2018/libipt/intel64/lib:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4";' export 'LD_LIBRARY_PATH;' '__LMOD_REF_COUNT_LIBRARY_PATH="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:1;/usrx/local/prod/intel/2018UP01/clck_latest/lib/intel64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4:1";' export '__LMOD_REF_COUNT_LIBRARY_PATH;' 'LIBRARY_PATH="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:/usrx/local/prod/intel/2018UP01/clck_latest/lib/intel64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4";' export 'LIBRARY_PATH;' 'LIB_NAME="POST";' export 'LIB_NAME;' 'LMOD_FAMILY_COMPILER="ips";' export 'LMOD_FAMILY_COMPILER;' 'LMOD_FAMILY_COMPILER_VERSION="18.0.1.163";' export 'LMOD_FAMILY_COMPILER_VERSION;' 'LMOD_FAMILY_CONMPILER="HDF5-serial";' export 'LMOD_FAMILY_CONMPILER;' 'LMOD_FAMILY_CONMPILER_VERSION="1.10.1";' export 'LMOD_FAMILY_CONMPILER_VERSION;' 'LMOD_FAMILY_MPI="impi";' export 'LMOD_FAMILY_MPI;' 'LMOD_FAMILY_MPI_VERSION="18.0.1";' export 'LMOD_FAMILY_MPI_VERSION;' '__LMOD_REF_COUNT_LOADEDMODULES="ips/18.0.1.163:1;impi/18.0.1:1;NetCDF/4.5.0:1;HDF5-serial/1.10.1:1;lsf/10.1:1;bacio/2.0.3:1;ip/3.0.2:1;sp/2.0.3:1;w3nco/2.0.7:1;w3emc/2.3.1:1;nemsio/2.2.4:1;g2/3.1.1:1;g2tmpl/1.6.0:1;crtm/2.2.6:1;jasper/1.900.29:1;libpng/1.2.59:1;zlib/1.2.11:1;post/8.0.1:1;esmf/8.0.0:1;cmake/3.10.0:1;fv3:1";' export '__LMOD_REF_COUNT_LOADEDMODULES;' 'LOADEDMODULES="ips/18.0.1.163:impi/18.0.1:NetCDF/4.5.0:HDF5-serial/1.10.1:lsf/10.1:bacio/2.0.3:ip/3.0.2:sp/2.0.3:w3nco/2.0.7:w3emc/2.3.1:nemsio/2.2.4:g2/3.1.1:g2tmpl/1.6.0:crtm/2.2.6:jasper/1.900.29:libpng/1.2.59:zlib/1.2.11:post/8.0.1:esmf/8.0.0:cmake/3.10.0:fv3";' export 'LOADEDMODULES;' 'LSF_BINDIR="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin";' export 'LSF_BINDIR;' 'LSF_ENVDIR="/gpfs/lsf/conf";' export 'LSF_ENVDIR;' 'LSF_LIBDIR="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib";' export 'LSF_LIBDIR;' 'LSF_SERVERDIR="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc";' export 'LSF_SERVERDIR;' '__LMOD_REF_COUNT_MANPATH="/usrx/local/dev/packages/cmake/3.10.0/share/man:1;/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/share/man:1;/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/share/man:1;/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/man:1;/gpfs/lsf/10.1/man:1;/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/share/man:1;/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/share/man:1;/usrx/local/prod/intel/2018UP01/itac_latest/man:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/man/common:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/man:1;/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/man:1;/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-igfx/man:1;/usrx/local/prod/lmod/lmod/share/man:1;/usrx/local/prod/intel/2018UP01/inspector_2018/man:1;/usrx/local/prod/intel/2018UP01/advisor_2018/man:1";' export '__LMOD_REF_COUNT_MANPATH;' 'MANPATH="/usrx/local/dev/packages/cmake/3.10.0/share/man:/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/share/man:/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/share/man:/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/man:/gpfs/lsf/10.1/man:/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/share/man:/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/share/man:/usrx/local/prod/intel/2018UP01/itac_latest/man:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/man/common:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/man:/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/man:/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-igfx/man:/usrx/local/prod/lmod/lmod/share/man::/usrx/local/prod/intel/2018UP01/inspector_2018/man:/usrx/local/prod/intel/2018UP01/advisor_2018/man";' export 'MANPATH;' 'MKLROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl";' export 'MKLROOT;' 'MODULEPATH="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/dev/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1:/usrx/local/prod/modulefiles/mpi_third/ips/18.0.1/impi/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/mpi_prod/ips/18.0.1/impi/18.0.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles";' export 'MODULEPATH;' 'MPM_LAUNCHER="/usrx/local/prod/intel/2018UP01/debugger_2018/mpm/mic/bin/start_mpm.sh";' export 'MPM_LAUNCHER;' 'NEMSIO_INC="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/nemsio_v2.2.4";' export 'NEMSIO_INC;' 'NEMSIO_LIB="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libnemsio_v2.2.4.a";' export 'NEMSIO_LIB;' 'NEMSIO_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/nemsio_v2.2.4";' export 'NEMSIO_SRC;' 'NEMSIO_VER="v2.2.4";' export 'NEMSIO_VER;' 'NETCDF="/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0";' export 'NETCDF;' 'NETCDF_CFLAGS="-I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include";' export 'NETCDF_CFLAGS;' 'NETCDF_CXX4FLAGS="-I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include";' export 'NETCDF_CXX4FLAGS;' 'NETCDF_CXXFLAGS="-I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include";' export 'NETCDF_CXXFLAGS;' 'NETCDF_FFLAGS="-I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include";' export 'NETCDF_FFLAGS;' 'NETCDF_INC="/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include";' export 'NETCDF_INC;' 'NETCDF_INCLUDE="-I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include";' export 'NETCDF_INCLUDE;' 'NETCDF_LDFLAGS="-L/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib' '-lnetcdff";' export 'NETCDF_LDFLAGS;' 'NETCDF_LDFLAGS_C="-L/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib' '-lnetcdf";' export 'NETCDF_LDFLAGS_C;' 'NETCDF_LDFLAGS_CXX="-L/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib' -lnetcdf '-lnetcdf_c++";' export 'NETCDF_LDFLAGS_CXX;' 'NETCDF_LDFLAGS_CXX4="-L/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib' -lnetcdf '-lnetcdf_c++4";' export 'NETCDF_LDFLAGS_CXX4;' 'NETCDF_LDFLAGS_F="-L/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib' '-lnetcdff";' export 'NETCDF_LDFLAGS_F;' 'NETCDF_LIB="/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib";' export 'NETCDF_LIB;' 'NETCDF_ROOT="/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0";' export 'NETCDF_ROOT;' '__LMOD_REF_COUNT_NLSPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin/locale/%l_%t/%N:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin/locale/%l_%t/%N:1;/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/share/locale/%l_%t/%N:1";' export '__LMOD_REF_COUNT_NLSPATH;' 'NLSPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin/locale/%l_%t/%N:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin/locale/%l_%t/%N::/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/share/locale/%l_%t/%N";' export 'NLSPATH;' '__LMOD_REF_COUNT_PATH="/usrx/local/dev/packages/cmake/3.10.0/bin:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/bin:1;/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/bin:1;/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/bin:1;/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc:1;/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin:1;/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1:1;/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/bin:1;/usrx/local/prod/intel/2018UP01/advisor_2018/bin64:1;/usrx/local/prod/intel/2018UP01/vtune_amplifier_2018/bin64:1;/usrx/local/prod/intel/2018UP01/inspector_2018/bin64:1;/usrx/local/prod/intel/2018UP01/itac_latest/bin:1;/usrx/local/prod/intel/2018UP01/clck_latest/bin/intel64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/bin/intel64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64:1;/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/targets/intel64/x200/bin:1;/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/bin:1;/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/usr/lpp/mmfs/bin:1;/opt/ibutils/bin:1;/opt/dell/srvadmin/bin:1;/u/Dusan.Jovic/bin:2;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/dbrowse:1;/u/Dusan.Jovic/.local/bin:1;/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/include:1";' export '__LMOD_REF_COUNT_PATH;' 'PATH="/usrx/local/dev/packages/cmake/3.10.0/bin:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/bin:/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/bin:/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/bin:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin:/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1:/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/bin:/usrx/local/prod/intel/2018UP01/advisor_2018/bin64:/usrx/local/prod/intel/2018UP01/vtune_amplifier_2018/bin64:/usrx/local/prod/intel/2018UP01/inspector_2018/bin64:/usrx/local/prod/intel/2018UP01/itac_latest/bin:/usrx/local/prod/intel/2018UP01/clck_latest/bin/intel64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/bin/intel64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64:/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/targets/intel64/x200/bin:/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/usr/lpp/mmfs/bin:/opt/ibutils/bin:/opt/dell/srvadmin/bin:/u/Dusan.Jovic/bin:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/dbrowse:/u/Dusan.Jovic/.local/bin:/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/include";' export 'PATH;' 'PKG_CONFIG_PATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/bin/pkgconfig";' export 'PKG_CONFIG_PATH;' 'PNG_INC="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/include";' export 'PNG_INC;' 'PNG_LIB="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng.a";' export 'PNG_LIB;' 'PNG_LIB12="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng12.a";' export 'PNG_LIB12;' 'PNG_LIBDIR="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib";' export 'PNG_LIBDIR;' 'PNG_LIBso="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng.so";' export 'PNG_LIBso;' 'PNG_SRC="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/src/libpng-1.2.59";' export 'PNG_SRC;' 'PNG_VER="1.2.59";' export 'PNG_VER;' 'POST_INC="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ncep_post_v8.0.1_4";' export 'POST_INC;' 'POST_LIB="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libncep_post_v8.0.1_4.a";' export 'POST_LIB;' 'POST_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/post_v8.0.1";' export 'POST_SRC;' 'POST_VER="v8.0.1";' export 'POST_VER;' 'PSTLROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/pstl";' export 'PSTLROOT;' 'PYTHONPATH="/usrx/local/prod/intel/2018UP01/advisor_2018/pythonapi";' export 'PYTHONPATH;' 'SP_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_4.a";' export 'SP_LIB4;' 'SP_LIB8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_8.a";' export 'SP_LIB8;' 'SP_LIBd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_d.a";' export 'SP_LIBd;' 'SP_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/sp_v2.0.3";' export 'SP_SRC;' 'SP_VER="v2.0.3";' export 'SP_VER;' 'TBBROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb";' export 'TBBROOT;' 'VT_ADD_LIBS="-ldwarf' -lelf -lvtunwind -lm '-lpthread";' export 'VT_ADD_LIBS;' 'VT_ARCH="intel64";' export 'VT_ARCH;' 'VT_LIB_DIR="/usrx/local/prod/intel/2018UP01/itac_latest/lib";' export 'VT_LIB_DIR;' 'VT_MPI="impi4";' export 'VT_MPI;' 'VT_ROOT="/usrx/local/prod/intel/2018UP01/itac_latest";' export 'VT_ROOT;' 'VT_SLIB_DIR="/usrx/local/prod/intel/2018UP01/itac_latest/slib";' export 'VT_SLIB_DIR;' 'W3EMC_INC4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3emc_v2.3.1_4";' export 'W3EMC_INC4;' 'W3EMC_INC8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3emc_v2.3.1_8";' export 'W3EMC_INC8;' 'W3EMC_INCd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3emc_v2.3.1_d";' export 'W3EMC_INCd;' 'W3EMC_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_4.a";' export 'W3EMC_LIB4;' 'W3EMC_LIB8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_8.a";' export 'W3EMC_LIB8;' 'W3EMC_LIBd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_d.a";' export 'W3EMC_LIBd;' 'W3EMC_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/w3emc_v2.3.1";' export 'W3EMC_SRC;' 'W3EMC_VER="v2.3.1";' export 'W3EMC_VER;' 'W3NCO_INC4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3nco_v2.0.7_4";' export 'W3NCO_INC4;' 'W3NCO_INC8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3nco_v2.0.7_8";' export 'W3NCO_INC8;' 'W3NCO_INCd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3nco_v2.0.7_d";' export 'W3NCO_INCd;' 'W3NCO_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_4.a";' export 'W3NCO_LIB4;' 'W3NCO_LIB8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_8.a";' export 'W3NCO_LIB8;' 'W3NCO_LIBd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_d.a";' export 'W3NCO_LIBd;' 'W3NCO_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/w3nco_v2.0.7";' export 'W3NCO_SRC;' 'W3NCO_VER="v2.0.7";' export 'W3NCO_VER;' 'XLSF_UIDDIR="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib/uid";' export 'XLSF_UIDDIR;' 'Z_INC="/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/include";' export 'Z_INC;' 'Z_LIB="/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib/libz.a";' export 'Z_LIB;' 'Z_SRC="/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/src";' export 'Z_SRC;' 'Z_VER="1.2.11";' export 'Z_VER;' '__LMOD_REF_COUNT__LMFILES_="/usrx/local/prod/modulefiles/core_third/ips/18.0.1.163:1;/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1/impi/18.0.1.lua:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/NetCDF/4.5.0:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/HDF5-serial/1.10.1:1;/usrx/local/prod/modulefiles/core_third/lsf/10.1:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/bacio/2.0.3:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/ip/3.0.2:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/sp/2.0.3:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3nco/2.0.7:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3emc/2.3.1:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/nemsio/2.2.4:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2/3.1.1:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2tmpl/1.6.0:1;/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/crtm/2.2.6:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/jasper/1.900.29:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/libpng/1.2.59:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/zlib/1.2.11:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/post/8.0.1:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/esmf/8.0.0:1;/usrx/local/dev/modulefiles/cmake/3.10.0:1;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3:1";' export '__LMOD_REF_COUNT__LMFILES_;' '_LMFILES_="/usrx/local/prod/modulefiles/core_third/ips/18.0.1.163:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1/impi/18.0.1.lua:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/NetCDF/4.5.0:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/HDF5-serial/1.10.1:/usrx/local/prod/modulefiles/core_third/lsf/10.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/bacio/2.0.3:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/ip/3.0.2:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/sp/2.0.3:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3nco/2.0.7:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3emc/2.3.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/nemsio/2.2.4:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2/3.1.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2tmpl/1.6.0:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/crtm/2.2.6:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/jasper/1.900.29:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/libpng/1.2.59:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/zlib/1.2.11:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/post/8.0.1:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/esmf/8.0.0:/usrx/local/dev/modulefiles/cmake/3.10.0:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3";' export '_LMFILES_;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImlwcyIsWyJjb25tcGlsZXIiXT0iSERGNS1zZXJpYWwiLFsibXBpIl09ImltcGkiLH0sbVQ9e1siSERGNS1zZXJpYWwiXT17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvSERGNS1zZXJpYWwvMS4xMC4xIixbImZ1bGxOYW1lIl09IkhERjUtc2VyaWFsLzEuMTAuMSIsWyJsb2FkT3JkZXIiXT00LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09IkhERjUtc2VyaWFs";' export '_ModuleTable001_;' '_ModuleTable002_="LzEuMTAuMSIsfSxOZXRDREY9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xL05ldENERi80LjUuMCIsWyJmdWxsTmFtZSJdPSJOZXRDREYvNC41LjAiLFsibG9hZE9yZGVyIl09Myxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJOZXRDREYvNC41LjAiLH0sYmFjaW89e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2JhY2lvLzIuMC4zIixbImZ1bGxOYW1lIl09ImJhY2lvLzIuMC4zIixbImxvYWRPcmRlciJdPTYscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNl";' export '_ModuleTable002_;' '_ModuleTable003_="ck5hbWUiXT0iYmFjaW8vMi4wLjMiLH0sY21ha2U9e1siZm4iXT0iL3VzcngvbG9jYWwvZGV2L21vZHVsZWZpbGVzL2NtYWtlLzMuMTAuMCIsWyJmdWxsTmFtZSJdPSJjbWFrZS8zLjEwLjAiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY21ha2UvMy4xMC4wIix9LGNydG09e1siZm4iXT0iL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfcHJvZC9pcHMvMTguMC4xL2NydG0vMi4yLjYiLFsiZnVsbE5hbWUiXT0iY3J0bS8yLjIuNiIsWyJsb2FkT3JkZXIiXT0xNCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1";' export '_ModuleTable003_;' '_ModuleTable004_="c2VyTmFtZSJdPSJjcnRtLzIuMi42Iix9LGVzbWY9e1siZm4iXT0iL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcjE4L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL3djb3NzX2RlbGxfcDMvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT0yMSxw";' export '_ModuleTable004_;' '_ModuleTable005_="cm9wVD17fSxbInN0YWNrRGVwdGgiXT0wLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZzI9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2cyLzMuMS4xIixbImZ1bGxOYW1lIl09ImcyLzMuMS4xIixbImxvYWRPcmRlciJdPTEyLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcyLzMuMS4xIix9LGcydG1wbD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzJ0bXBsLzEuNi4wIixbImZ1bGxOYW1lIl09ImcydG1wbC8xLjYuMCIsWyJsb2FkT3JkZXIiXT0xMyxwcm9wVD17fSxbInN0YWNr";' export '_ModuleTable005_;' '_ModuleTable006_="RGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMnRtcGwvMS42LjAiLH0saW1waT17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX21waS9pcHMvMTguMC4xL2ltcGkvMTguMC4xLmx1YSIsWyJmdWxsTmFtZSJdPSJpbXBpLzE4LjAuMSIsWyJsb2FkT3JkZXIiXT0yLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImltcGkvMTguMC4xIix9LGlwPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9pcC8zLjAuMiIsWyJmdWxsTmFtZSJdPSJpcC8zLjAuMiIsWyJsb2FkT3JkZXIiXT03LHByb3BUPXt9LFsic3Rh";' export '_ModuleTable006_;' '_ModuleTable007_="Y2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImlwLzMuMC4yIix9LGlwcz17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQvaXBzLzE4LjAuMS4xNjMiLFsiZnVsbE5hbWUiXT0iaXBzLzE4LjAuMS4xNjMiLFsibG9hZE9yZGVyIl09MSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJpcHMvMTguMC4xLjE2MyIsfSxqYXNwZXI9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xL2phc3Blci8xLjkwMC4yOSIsWyJmdWxsTmFtZSJdPSJqYXNwZXIvMS45MDAuMjkiLFsibG9hZE9yZGVyIl09";' export '_ModuleTable007_;' '_ModuleTable008_="MTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iamFzcGVyLzEuOTAwLjI5Iix9LGxpYnBuZz17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvbGlicG5nLzEuMi41OSIsWyJmdWxsTmFtZSJdPSJsaWJwbmcvMS4yLjU5IixbImxvYWRPcmRlciJdPTE2LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImxpYnBuZy8xLjIuNTkiLH0sbHNmPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZC9sc2YvMTAuMSIsWyJmdWxsTmFtZSJdPSJsc2YvMTAuMSIsWyJsb2Fk";' export '_ModuleTable008_;' '_ModuleTable009_="T3JkZXIiXT01LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImxzZi8xMC4xIix9LG5lbXNpbz17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvbmVtc2lvLzIuMi40IixbImZ1bGxOYW1lIl09Im5lbXNpby8yLjIuNCIsWyJsb2FkT3JkZXIiXT0xMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZW1zaW8vMi4yLjQiLH0scG9zdD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvcG9zdC84LjAuMSIsWyJmdWxsTmFtZSJdPSJwb3N0LzguMC4xIixbImxvYWRP";' export '_ModuleTable009_;' '_ModuleTable010_="cmRlciJdPTE4LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InBvc3QvOC4wLjEiLH0sc3A9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL3NwLzIuMC4zIixbImZ1bGxOYW1lIl09InNwLzIuMC4zIixbImxvYWRPcmRlciJdPTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ic3AvMi4wLjMiLH0sdzNlbWM9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL3czZW1jLzIuMy4xIixbImZ1bGxOYW1lIl09InczZW1jLzIuMy4xIixbImxvYWRPcmRlciJdPTEwLHBy";' export '_ModuleTable010_;' '_ModuleTable011_="b3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczZW1jLzIuMy4xIix9LHczbmNvPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy93M25jby8yLjAuNyIsWyJmdWxsTmFtZSJdPSJ3M25jby8yLjAuNyIsWyJsb2FkT3JkZXIiXT05LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHpsaWI9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xL3psaWIvMS4yLjExIixbImZ1bGxOYW1lIl09InpsaWIvMS4yLjExIixbImxvYWRPcmRl";' export '_ModuleTable011_;' '_ModuleTable012_="ciJdPTE3LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InpsaWIvMS4yLjExIix9LH0sbXBhdGhBPXsiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMiLCIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9EdXNhbi5Kb3ZpYy91ZnMvcHIxOC91ZnMtd2VhdGhlci1tb2RlbC9tb2R1bGVmaWxlcy93Y29zc19kZWxsX3AzIiwiL3VzcngvbG9jYWwvZGV2L2VtY19yb2NvdG8vbW9kdWxlZmlsZXMiLCIvdXNyeC9sb2NhbC9kZXYvbW9kdWxlZmlsZXMiLCIvdXNyeC9sb2NhbC9wcm9kL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlIiwiL3VzcngvbG9j";' export '_ModuleTable012_;' '_ModuleTable013_="YWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9kZWZzIiwiL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29yZV9wcm9kIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xIiwiL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfcHJvZC9pcHMvMTguMC4xIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl9tcGkvaXBzLzE4LjAuMSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvbXBpX3RoaXJkL2lwcy8xOC4wLjEvaW1waS8xOC4wLjEiLCIvZ3Bmcy9kZWxsMS9uY28vb3BzL253";' export '_ModuleTable013_;' '_ModuleTable014_="cHJvZC9tb2R1bGVmaWxlcy9tcGlfcHJvZC9pcHMvMTguMC4xL2ltcGkvMTguMC4xIiwiL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzIix9LFsic3lzdGVtQmFzZU1QQVRIIl09Ii91c3J4L2xvY2FsL3Byb2QvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmU6L3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkOi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvZGVmczovZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb3JlX3Byb2QiLH0=";' export '_ModuleTable014_;' '_ModuleTable_Sz_="14";' export '_ModuleTable_Sz_;' ++ eval 'ADVISOR_2018_DIR="/usrx/local/prod/intel/2018UP01/advisor_2018";' export 'ADVISOR_2018_DIR;' 'BACIO_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libbacio_v2.0.3_4.a";' export 'BACIO_LIB4;' 'BACIO_LIB8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libbacio_v2.0.3_8.a";' export 'BACIO_LIB8;' 'BACIO_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/bacio_v2.0.3";' export 'BACIO_SRC;' 'BACIO_VER="v2.0.3";' export 'BACIO_VER;' 'BINARY_TYPE_HPC="";' export 'BINARY_TYPE_HPC;' '__LMOD_REF_COUNT_CLASSPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64/mpi.jar:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/daal.jar:1";' export '__LMOD_REF_COUNT_CLASSPATH;' 'CLASSPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64/mpi.jar:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/daal.jar";' export 'CLASSPATH;' 'CLCK_ROOT="/usrx/local/prod/intel/2018UP01/clck_latest";' export 'CLCK_ROOT;' 'CMAKE_CXX_COMPILER="mpiicpc";' export 'CMAKE_CXX_COMPILER;' 'CMAKE_C_COMPILER="mpiicc";' export 'CMAKE_C_COMPILER;' 'CMAKE_Fortran_COMPILER="mpiifort";' export 'CMAKE_Fortran_COMPILER;' 'CMAKE_Platform="wcoss_dell_p3";' export 'CMAKE_Platform;' 'COMP="ips";' export 'COMP;' '__LMOD_REF_COUNT_CPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/pstl/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/include:1";' export '__LMOD_REF_COUNT_CPATH;' 'CPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/pstl/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/include";' export 'CPATH;' '__LMOD_REF_COUNT_CPLUS_INCLUDE_PATH="/usrx/local/prod/intel/2018UP01/clck_latest/include:1";' export '__LMOD_REF_COUNT_CPLUS_INCLUDE_PATH;' 'CPLUS_INCLUDE_PATH="/usrx/local/prod/intel/2018UP01/clck_latest/include";' export 'CPLUS_INCLUDE_PATH;' 'CRTM_FIX="/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/fix";' export 'CRTM_FIX;' 'CRTM_INC="/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/ips/18.0.1/include/crtm_v2.2.6";' export 'CRTM_INC;' 'CRTM_LIB="/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/ips/18.0.1/libcrtm_v2.2.6.a";' export 'CRTM_LIB;' 'CRTM_SRC="/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/src";' export 'CRTM_SRC;' 'CRTM_VER="v2.2.6";' export 'CRTM_VER;' 'DAALROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal";' export 'DAALROOT;' 'ESMFMKFILE="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/lib/esmf.mk";' export 'ESMFMKFILE;' 'G2TMPL_INC="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/g2tmpl_v1.6.0";' export 'G2TMPL_INC;' 'G2TMPL_LIB="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2tmpl_v1.6.0.a";' export 'G2TMPL_LIB;' 'G2TMPL_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/g2tmpl_v1.6.0/src";' export 'G2TMPL_SRC;' 'G2TMPL_VER="v1.6.0";' export 'G2TMPL_VER;' 'G2_INC4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/g2_v3.1.1_4";' export 'G2_INC4;' 'G2_INCd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/g2_v3.1.1_d";' export 'G2_INCd;' 'G2_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2_v3.1.1_4.a";' export 'G2_LIB4;' 'G2_LIBd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2_v3.1.1_d.a";' export 'G2_LIBd;' 'G2_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/g2_v3.1.1";' export 'G2_SRC;' 'G2_VER="v3.1.1";' export 'G2_VER;' 'GDBSERVER_MIC="/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/targets/intel64/x200/bin/gdbserver";' export 'GDBSERVER_MIC;' 'GDB_CROSS="/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/bin/gdb-ia";' export 'GDB_CROSS;' 'HDF5="/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1";' export 'HDF5;' 'HDF5_CFLAGS="-I/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/include";' export 'HDF5_CFLAGS;' 'HDF5_CXXFLAGS="-I/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/include";' export 'HDF5_CXXFLAGS;' 'HDF5_FFLAGS="-I/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/include";' export 'HDF5_FFLAGS;' 'HDF5_INCLUDE="-I/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/include";' export 'HDF5_INCLUDE;' 'HDF5_LDFLAGS="-L/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib' -lhdf5_hl -lhdf5hl_fortran -lhdf5 '-lhdf5_fortran";' export 'HDF5_LDFLAGS;' 'HDF5_LDFLAGS_C="-L/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib' -lhdf5_hl '-lhdf5";' export 'HDF5_LDFLAGS_C;' 'HDF5_LDFLAGS_CXX="-L/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib' -lhdf5_hl -hdf5_hl_cpp -lhdf5 '-lhdf5_cpp";' export 'HDF5_LDFLAGS_CXX;' 'HDF5_LDFLAGS_F="-L/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib' -lhdf5_hl -lhdf5hl_fortran -lhdf5 '-lhdf5_fortran";' export 'HDF5_LDFLAGS_F;' '__LMOD_REF_COUNT_INFOPATH="/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/info:1;info_gdb_igfx:1";' export '__LMOD_REF_COUNT_INFOPATH;' 'INFOPATH="/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/info:info_gdb_igfx";' export 'INFOPATH;' 'INSPECTOR_2018_DIR="/usrx/local/prod/intel/2018UP01/inspector_2018";' export 'INSPECTOR_2018_DIR;' 'INTEL_LICENSE_FILE="/usrx/local/prod/intel/licenses";' export 'INTEL_LICENSE_FILE;' 'INTEL_PYTHONHOME="/usrx/local/prod/intel/2018UP01/debugger_2018/python/intel64";' export 'INTEL_PYTHONHOME;' 'IPPROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp";' export 'IPPROOT;' 'IP_INC4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ip_v3.0.2_4";' export 'IP_INC4;' 'IP_INC8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ip_v3.0.2_8";' export 'IP_INC8;' 'IP_INCd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ip_v3.0.2_d";' export 'IP_INCd;' 'IP_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libip_v3.0.2_4.a";' export 'IP_LIB4;' 'IP_LIB8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libip_v3.0.2_8.a";' export 'IP_LIB8;' 'IP_LIBd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libip_v3.0.2_d.a";' export 'IP_LIBd;' 'IP_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/ip_v3.0.2";' export 'IP_SRC;' 'IP_VER="v3.0.2";' export 'IP_VER;' 'I_MPI_CC="icc";' export 'I_MPI_CC;' 'I_MPI_CXX="icpc";' export 'I_MPI_CXX;' 'I_MPI_EXTRA_FILESYSTEM="yes";' export 'I_MPI_EXTRA_FILESYSTEM;' 'I_MPI_EXTRA_FILESYSTEM_LIST="gpfs";' export 'I_MPI_EXTRA_FILESYSTEM_LIST;' 'I_MPI_F77="ifort";' export 'I_MPI_F77;' 'I_MPI_F90="ifort";' export 'I_MPI_F90;' 'I_MPI_FC="ifort";' export 'I_MPI_FC;' 'I_MPI_HYDRA_BOOTSTRAP="lsf";' export 'I_MPI_HYDRA_BOOTSTRAP;' 'I_MPI_HYDRA_IFACE="ib0";' export 'I_MPI_HYDRA_IFACE;' 'I_MPI_LSF_USE_COLLECTIVE_LAUNCH="1";' export 'I_MPI_LSF_USE_COLLECTIVE_LAUNCH;' 'I_MPI_ROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi";' export 'I_MPI_ROOT;' 'JASPER_INC="/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/include";' export 'JASPER_INC;' 'JASPER_LIB="/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib/libjasper.a";' export 'JASPER_LIB;' 'JASPER_LIBDIR="/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib";' export 'JASPER_LIBDIR;' 'JASPER_SRC="/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/src/jasper-1.900.29";' export 'JASPER_SRC;' 'JASPER_VER="1.900.29";' export 'JASPER_VER;' 'KMP_AFFINITY="scatter";' export 'KMP_AFFINITY;' unset 'LAUNCH;' '__LMOD_REF_COUNT_LD_LIBRARY_PATH="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/lib:1;/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib:1;/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib:1;/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib:1;/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:1;/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib:1;/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib:1;/usrx/local/prod/intel/2018UP01/itac_latest/slib:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:1;/usrx/local/prod/intel/2018UP01/debugger_2018/iga/lib:1;/usrx/local/prod/intel/2018UP01/debugger_2018/libipt/intel64/lib:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4:1";' export '__LMOD_REF_COUNT_LD_LIBRARY_PATH;' 'LD_LIBRARY_PATH="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/lib:/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib:/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib:/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib:/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib:/usrx/local/prod/intel/2018UP01/itac_latest/slib:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:/usrx/local/prod/intel/2018UP01/debugger_2018/iga/lib:/usrx/local/prod/intel/2018UP01/debugger_2018/libipt/intel64/lib:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4";' export 'LD_LIBRARY_PATH;' '__LMOD_REF_COUNT_LIBRARY_PATH="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:1;/usrx/local/prod/intel/2018UP01/clck_latest/lib/intel64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4:1";' export '__LMOD_REF_COUNT_LIBRARY_PATH;' 'LIBRARY_PATH="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:/usrx/local/prod/intel/2018UP01/clck_latest/lib/intel64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4";' export 'LIBRARY_PATH;' 'LIB_NAME="POST";' export 'LIB_NAME;' 'LMOD_FAMILY_COMPILER="ips";' export 'LMOD_FAMILY_COMPILER;' 'LMOD_FAMILY_COMPILER_VERSION="18.0.1.163";' export 'LMOD_FAMILY_COMPILER_VERSION;' 'LMOD_FAMILY_CONMPILER="HDF5-serial";' export 'LMOD_FAMILY_CONMPILER;' 'LMOD_FAMILY_CONMPILER_VERSION="1.10.1";' export 'LMOD_FAMILY_CONMPILER_VERSION;' 'LMOD_FAMILY_MPI="impi";' export 'LMOD_FAMILY_MPI;' 'LMOD_FAMILY_MPI_VERSION="18.0.1";' export 'LMOD_FAMILY_MPI_VERSION;' '__LMOD_REF_COUNT_LOADEDMODULES="ips/18.0.1.163:1;impi/18.0.1:1;NetCDF/4.5.0:1;HDF5-serial/1.10.1:1;lsf/10.1:1;bacio/2.0.3:1;ip/3.0.2:1;sp/2.0.3:1;w3nco/2.0.7:1;w3emc/2.3.1:1;nemsio/2.2.4:1;g2/3.1.1:1;g2tmpl/1.6.0:1;crtm/2.2.6:1;jasper/1.900.29:1;libpng/1.2.59:1;zlib/1.2.11:1;post/8.0.1:1;esmf/8.0.0:1;cmake/3.10.0:1;fv3:1";' export '__LMOD_REF_COUNT_LOADEDMODULES;' 'LOADEDMODULES="ips/18.0.1.163:impi/18.0.1:NetCDF/4.5.0:HDF5-serial/1.10.1:lsf/10.1:bacio/2.0.3:ip/3.0.2:sp/2.0.3:w3nco/2.0.7:w3emc/2.3.1:nemsio/2.2.4:g2/3.1.1:g2tmpl/1.6.0:crtm/2.2.6:jasper/1.900.29:libpng/1.2.59:zlib/1.2.11:post/8.0.1:esmf/8.0.0:cmake/3.10.0:fv3";' export 'LOADEDMODULES;' 'LSF_BINDIR="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin";' export 'LSF_BINDIR;' 'LSF_ENVDIR="/gpfs/lsf/conf";' export 'LSF_ENVDIR;' 'LSF_LIBDIR="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib";' export 'LSF_LIBDIR;' 'LSF_SERVERDIR="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc";' export 'LSF_SERVERDIR;' '__LMOD_REF_COUNT_MANPATH="/usrx/local/dev/packages/cmake/3.10.0/share/man:1;/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/share/man:1;/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/share/man:1;/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/man:1;/gpfs/lsf/10.1/man:1;/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/share/man:1;/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/share/man:1;/usrx/local/prod/intel/2018UP01/itac_latest/man:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/man/common:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/man:1;/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/man:1;/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-igfx/man:1;/usrx/local/prod/lmod/lmod/share/man:1;/usrx/local/prod/intel/2018UP01/inspector_2018/man:1;/usrx/local/prod/intel/2018UP01/advisor_2018/man:1";' export '__LMOD_REF_COUNT_MANPATH;' 'MANPATH="/usrx/local/dev/packages/cmake/3.10.0/share/man:/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/share/man:/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/share/man:/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/man:/gpfs/lsf/10.1/man:/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/share/man:/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/share/man:/usrx/local/prod/intel/2018UP01/itac_latest/man:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/man/common:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/man:/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/man:/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-igfx/man:/usrx/local/prod/lmod/lmod/share/man::/usrx/local/prod/intel/2018UP01/inspector_2018/man:/usrx/local/prod/intel/2018UP01/advisor_2018/man";' export 'MANPATH;' 'MKLROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl";' export 'MKLROOT;' 'MODULEPATH="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/dev/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1:/usrx/local/prod/modulefiles/mpi_third/ips/18.0.1/impi/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/mpi_prod/ips/18.0.1/impi/18.0.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles";' export 'MODULEPATH;' 'MPM_LAUNCHER="/usrx/local/prod/intel/2018UP01/debugger_2018/mpm/mic/bin/start_mpm.sh";' export 'MPM_LAUNCHER;' 'NEMSIO_INC="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/nemsio_v2.2.4";' export 'NEMSIO_INC;' 'NEMSIO_LIB="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libnemsio_v2.2.4.a";' export 'NEMSIO_LIB;' 'NEMSIO_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/nemsio_v2.2.4";' export 'NEMSIO_SRC;' 'NEMSIO_VER="v2.2.4";' export 'NEMSIO_VER;' 'NETCDF="/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0";' export 'NETCDF;' 'NETCDF_CFLAGS="-I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include";' export 'NETCDF_CFLAGS;' 'NETCDF_CXX4FLAGS="-I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include";' export 'NETCDF_CXX4FLAGS;' 'NETCDF_CXXFLAGS="-I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include";' export 'NETCDF_CXXFLAGS;' 'NETCDF_FFLAGS="-I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include";' export 'NETCDF_FFLAGS;' 'NETCDF_INC="/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include";' export 'NETCDF_INC;' 'NETCDF_INCLUDE="-I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include";' export 'NETCDF_INCLUDE;' 'NETCDF_LDFLAGS="-L/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib' '-lnetcdff";' export 'NETCDF_LDFLAGS;' 'NETCDF_LDFLAGS_C="-L/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib' '-lnetcdf";' export 'NETCDF_LDFLAGS_C;' 'NETCDF_LDFLAGS_CXX="-L/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib' -lnetcdf '-lnetcdf_c++";' export 'NETCDF_LDFLAGS_CXX;' 'NETCDF_LDFLAGS_CXX4="-L/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib' -lnetcdf '-lnetcdf_c++4";' export 'NETCDF_LDFLAGS_CXX4;' 'NETCDF_LDFLAGS_F="-L/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib' '-lnetcdff";' export 'NETCDF_LDFLAGS_F;' 'NETCDF_LIB="/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib";' export 'NETCDF_LIB;' 'NETCDF_ROOT="/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0";' export 'NETCDF_ROOT;' '__LMOD_REF_COUNT_NLSPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin/locale/%l_%t/%N:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin/locale/%l_%t/%N:1;/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/share/locale/%l_%t/%N:1";' export '__LMOD_REF_COUNT_NLSPATH;' 'NLSPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin/locale/%l_%t/%N:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin/locale/%l_%t/%N::/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/share/locale/%l_%t/%N";' export 'NLSPATH;' '__LMOD_REF_COUNT_PATH="/usrx/local/dev/packages/cmake/3.10.0/bin:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/bin:1;/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/bin:1;/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/bin:1;/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc:1;/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin:1;/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1:1;/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/bin:1;/usrx/local/prod/intel/2018UP01/advisor_2018/bin64:1;/usrx/local/prod/intel/2018UP01/vtune_amplifier_2018/bin64:1;/usrx/local/prod/intel/2018UP01/inspector_2018/bin64:1;/usrx/local/prod/intel/2018UP01/itac_latest/bin:1;/usrx/local/prod/intel/2018UP01/clck_latest/bin/intel64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/bin/intel64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64:1;/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/targets/intel64/x200/bin:1;/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/bin:1;/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/usr/lpp/mmfs/bin:1;/opt/ibutils/bin:1;/opt/dell/srvadmin/bin:1;/u/Dusan.Jovic/bin:2;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/dbrowse:1;/u/Dusan.Jovic/.local/bin:1;/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/include:1";' export '__LMOD_REF_COUNT_PATH;' 'PATH="/usrx/local/dev/packages/cmake/3.10.0/bin:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/bin:/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/bin:/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/bin:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin:/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1:/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/bin:/usrx/local/prod/intel/2018UP01/advisor_2018/bin64:/usrx/local/prod/intel/2018UP01/vtune_amplifier_2018/bin64:/usrx/local/prod/intel/2018UP01/inspector_2018/bin64:/usrx/local/prod/intel/2018UP01/itac_latest/bin:/usrx/local/prod/intel/2018UP01/clck_latest/bin/intel64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/bin/intel64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64:/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/targets/intel64/x200/bin:/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/usr/lpp/mmfs/bin:/opt/ibutils/bin:/opt/dell/srvadmin/bin:/u/Dusan.Jovic/bin:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/dbrowse:/u/Dusan.Jovic/.local/bin:/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/include";' export 'PATH;' 'PKG_CONFIG_PATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/bin/pkgconfig";' export 'PKG_CONFIG_PATH;' 'PNG_INC="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/include";' export 'PNG_INC;' 'PNG_LIB="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng.a";' export 'PNG_LIB;' 'PNG_LIB12="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng12.a";' export 'PNG_LIB12;' 'PNG_LIBDIR="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib";' export 'PNG_LIBDIR;' 'PNG_LIBso="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng.so";' export 'PNG_LIBso;' 'PNG_SRC="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/src/libpng-1.2.59";' export 'PNG_SRC;' 'PNG_VER="1.2.59";' export 'PNG_VER;' 'POST_INC="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ncep_post_v8.0.1_4";' export 'POST_INC;' 'POST_LIB="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libncep_post_v8.0.1_4.a";' export 'POST_LIB;' 'POST_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/post_v8.0.1";' export 'POST_SRC;' 'POST_VER="v8.0.1";' export 'POST_VER;' 'PSTLROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/pstl";' export 'PSTLROOT;' 'PYTHONPATH="/usrx/local/prod/intel/2018UP01/advisor_2018/pythonapi";' export 'PYTHONPATH;' 'SP_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_4.a";' export 'SP_LIB4;' 'SP_LIB8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_8.a";' export 'SP_LIB8;' 'SP_LIBd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_d.a";' export 'SP_LIBd;' 'SP_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/sp_v2.0.3";' export 'SP_SRC;' 'SP_VER="v2.0.3";' export 'SP_VER;' 'TBBROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb";' export 'TBBROOT;' 'VT_ADD_LIBS="-ldwarf' -lelf -lvtunwind -lm '-lpthread";' export 'VT_ADD_LIBS;' 'VT_ARCH="intel64";' export 'VT_ARCH;' 'VT_LIB_DIR="/usrx/local/prod/intel/2018UP01/itac_latest/lib";' export 'VT_LIB_DIR;' 'VT_MPI="impi4";' export 'VT_MPI;' 'VT_ROOT="/usrx/local/prod/intel/2018UP01/itac_latest";' export 'VT_ROOT;' 'VT_SLIB_DIR="/usrx/local/prod/intel/2018UP01/itac_latest/slib";' export 'VT_SLIB_DIR;' 'W3EMC_INC4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3emc_v2.3.1_4";' export 'W3EMC_INC4;' 'W3EMC_INC8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3emc_v2.3.1_8";' export 'W3EMC_INC8;' 'W3EMC_INCd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3emc_v2.3.1_d";' export 'W3EMC_INCd;' 'W3EMC_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_4.a";' export 'W3EMC_LIB4;' 'W3EMC_LIB8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_8.a";' export 'W3EMC_LIB8;' 'W3EMC_LIBd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_d.a";' export 'W3EMC_LIBd;' 'W3EMC_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/w3emc_v2.3.1";' export 'W3EMC_SRC;' 'W3EMC_VER="v2.3.1";' export 'W3EMC_VER;' 'W3NCO_INC4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3nco_v2.0.7_4";' export 'W3NCO_INC4;' 'W3NCO_INC8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3nco_v2.0.7_8";' export 'W3NCO_INC8;' 'W3NCO_INCd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3nco_v2.0.7_d";' export 'W3NCO_INCd;' 'W3NCO_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_4.a";' export 'W3NCO_LIB4;' 'W3NCO_LIB8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_8.a";' export 'W3NCO_LIB8;' 'W3NCO_LIBd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_d.a";' export 'W3NCO_LIBd;' 'W3NCO_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/w3nco_v2.0.7";' export 'W3NCO_SRC;' 'W3NCO_VER="v2.0.7";' export 'W3NCO_VER;' 'XLSF_UIDDIR="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib/uid";' export 'XLSF_UIDDIR;' 'Z_INC="/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/include";' export 'Z_INC;' 'Z_LIB="/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib/libz.a";' export 'Z_LIB;' 'Z_SRC="/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/src";' export 'Z_SRC;' 'Z_VER="1.2.11";' export 'Z_VER;' '__LMOD_REF_COUNT__LMFILES_="/usrx/local/prod/modulefiles/core_third/ips/18.0.1.163:1;/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1/impi/18.0.1.lua:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/NetCDF/4.5.0:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/HDF5-serial/1.10.1:1;/usrx/local/prod/modulefiles/core_third/lsf/10.1:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/bacio/2.0.3:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/ip/3.0.2:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/sp/2.0.3:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3nco/2.0.7:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3emc/2.3.1:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/nemsio/2.2.4:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2/3.1.1:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2tmpl/1.6.0:1;/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/crtm/2.2.6:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/jasper/1.900.29:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/libpng/1.2.59:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/zlib/1.2.11:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/post/8.0.1:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/esmf/8.0.0:1;/usrx/local/dev/modulefiles/cmake/3.10.0:1;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3:1";' export '__LMOD_REF_COUNT__LMFILES_;' '_LMFILES_="/usrx/local/prod/modulefiles/core_third/ips/18.0.1.163:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1/impi/18.0.1.lua:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/NetCDF/4.5.0:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/HDF5-serial/1.10.1:/usrx/local/prod/modulefiles/core_third/lsf/10.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/bacio/2.0.3:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/ip/3.0.2:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/sp/2.0.3:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3nco/2.0.7:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3emc/2.3.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/nemsio/2.2.4:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2/3.1.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2tmpl/1.6.0:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/crtm/2.2.6:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/jasper/1.900.29:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/libpng/1.2.59:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/zlib/1.2.11:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/post/8.0.1:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/esmf/8.0.0:/usrx/local/dev/modulefiles/cmake/3.10.0:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3";' export '_LMFILES_;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImlwcyIsWyJjb25tcGlsZXIiXT0iSERGNS1zZXJpYWwiLFsibXBpIl09ImltcGkiLH0sbVQ9e1siSERGNS1zZXJpYWwiXT17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvSERGNS1zZXJpYWwvMS4xMC4xIixbImZ1bGxOYW1lIl09IkhERjUtc2VyaWFsLzEuMTAuMSIsWyJsb2FkT3JkZXIiXT00LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09IkhERjUtc2VyaWFs";' export '_ModuleTable001_;' '_ModuleTable002_="LzEuMTAuMSIsfSxOZXRDREY9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xL05ldENERi80LjUuMCIsWyJmdWxsTmFtZSJdPSJOZXRDREYvNC41LjAiLFsibG9hZE9yZGVyIl09Myxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJOZXRDREYvNC41LjAiLH0sYmFjaW89e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2JhY2lvLzIuMC4zIixbImZ1bGxOYW1lIl09ImJhY2lvLzIuMC4zIixbImxvYWRPcmRlciJdPTYscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNl";' export '_ModuleTable002_;' '_ModuleTable003_="ck5hbWUiXT0iYmFjaW8vMi4wLjMiLH0sY21ha2U9e1siZm4iXT0iL3VzcngvbG9jYWwvZGV2L21vZHVsZWZpbGVzL2NtYWtlLzMuMTAuMCIsWyJmdWxsTmFtZSJdPSJjbWFrZS8zLjEwLjAiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY21ha2UvMy4xMC4wIix9LGNydG09e1siZm4iXT0iL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfcHJvZC9pcHMvMTguMC4xL2NydG0vMi4yLjYiLFsiZnVsbE5hbWUiXT0iY3J0bS8yLjIuNiIsWyJsb2FkT3JkZXIiXT0xNCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1";' export '_ModuleTable003_;' '_ModuleTable004_="c2VyTmFtZSJdPSJjcnRtLzIuMi42Iix9LGVzbWY9e1siZm4iXT0iL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcl9uZXcvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvd2Nvc3NfZGVsbF9wMy9mdjMiLFsiZnVsbE5hbWUiXT0iZnYzIixbImxvYWRPcmRlciJdPTIx";' export '_ModuleTable004_;' '_ModuleTable005_="LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTAsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImZ2MyIsfSxnMj17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzIvMy4xLjEiLFsiZnVsbE5hbWUiXT0iZzIvMy4xLjEiLFsibG9hZE9yZGVyIl09MTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZzIvMy4xLjEiLH0sZzJ0bXBsPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9nMnRtcGwvMS42LjAiLFsiZnVsbE5hbWUiXT0iZzJ0bXBsLzEuNi4wIixbImxvYWRPcmRlciJdPTEzLHByb3BUPXt9LFsic3Rh";' export '_ModuleTable005_;' '_ModuleTable006_="Y2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcydG1wbC8xLjYuMCIsfSxpbXBpPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfbXBpL2lwcy8xOC4wLjEvaW1waS8xOC4wLjEubHVhIixbImZ1bGxOYW1lIl09ImltcGkvMTguMC4xIixbImxvYWRPcmRlciJdPTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW1waS8xOC4wLjEiLH0saXA9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2lwLzMuMC4yIixbImZ1bGxOYW1lIl09ImlwLzMuMC4yIixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJz";' export '_ModuleTable006_;' '_ModuleTable007_="dGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaXAvMy4wLjIiLH0saXBzPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZC9pcHMvMTguMC4xLjE2MyIsWyJmdWxsTmFtZSJdPSJpcHMvMTguMC4xLjE2MyIsWyJsb2FkT3JkZXIiXT0xLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Imlwcy8xOC4wLjEuMTYzIix9LGphc3Blcj17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvamFzcGVyLzEuOTAwLjI5IixbImZ1bGxOYW1lIl09Imphc3Blci8xLjkwMC4yOSIsWyJsb2FkT3JkZXIi";' export '_ModuleTable007_;' '_ModuleTable008_="XT0xNSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJqYXNwZXIvMS45MDAuMjkiLH0sbGlicG5nPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBzLzE4LjAuMS9saWJwbmcvMS4yLjU5IixbImZ1bGxOYW1lIl09ImxpYnBuZy8xLjIuNTkiLFsibG9hZE9yZGVyIl09MTYscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibGlicG5nLzEuMi41OSIsfSxsc2Y9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkL2xzZi8xMC4xIixbImZ1bGxOYW1lIl09ImxzZi8xMC4xIixbImxv";' export '_ModuleTable008_;' '_ModuleTable009_="YWRPcmRlciJdPTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibHNmLzEwLjEiLH0sbmVtc2lvPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9uZW1zaW8vMi4yLjQiLFsiZnVsbE5hbWUiXT0ibmVtc2lvLzIuMi40IixbImxvYWRPcmRlciJdPTExLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5lbXNpby8yLjIuNCIsfSxwb3N0PXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wb3N0LzguMC4xIixbImZ1bGxOYW1lIl09InBvc3QvOC4wLjEiLFsibG9h";' export '_ModuleTable009_;' '_ModuleTable010_="ZE9yZGVyIl09MTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG9zdC84LjAuMSIsfSxzcD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvc3AvMi4wLjMiLFsiZnVsbE5hbWUiXT0ic3AvMi4wLjMiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzcC8yLjAuMyIsfSx3M2VtYz17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNlbWMvMi4zLjEiLFsiZnVsbE5hbWUiXT0idzNlbWMvMi4zLjEiLFsibG9hZE9yZGVyIl09MTAs";' export '_ModuleTable010_;' '_ModuleTable011_="cHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNlbWMvMi4zLjEiLH0sdzNuY289e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL3czbmNvLzIuMC43IixbImZ1bGxOYW1lIl09InczbmNvLzIuMC43IixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNuY28vMi4wLjciLH0semxpYj17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvemxpYi8xLjIuMTEiLFsiZnVsbE5hbWUiXT0iemxpYi8xLjIuMTEiLFsibG9hZE9y";' export '_ModuleTable011_;' '_ModuleTable012_="ZGVyIl09MTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iemxpYi8xLjIuMTEiLH0sfSxtcGF0aEE9eyIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcyIsIi9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcl9uZXcvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvd2Nvc3NfZGVsbF9wMyIsIi91c3J4L2xvY2FsL2Rldi9lbWNfcm9jb3RvL21vZHVsZWZpbGVzIiwiL3VzcngvbG9jYWwvZGV2L21vZHVsZWZpbGVzIiwiL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi91c3J4";' export '_ModuleTable012_;' '_ModuleTable013_="L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZCIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvZGVmcyIsIi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBzLzE4LjAuMSIsIi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3Byb2QvaXBzLzE4LjAuMSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfbXBpL2lwcy8xOC4wLjEiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL21waV90aGlyZC9pcHMvMTguMC4xL2ltcGkvMTguMC4xIiwiL2dwZnMvZGVsbDEvbmNvL29w";' export '_ModuleTable013_;' '_ModuleTable014_="cy9ud3Byb2QvbW9kdWxlZmlsZXMvbXBpX3Byb2QvaXBzLzE4LjAuMS9pbXBpLzE4LjAuMSIsIi91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvdXNyeC9sb2NhbC9wcm9kL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlOi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZDovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2RlZnM6L2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29yZV9wcm9kIix9";' export '_ModuleTable014_;' '_ModuleTable_Sz_="14";' export '_ModuleTable_Sz_;' ++ ADVISOR_2018_DIR=/usrx/local/prod/intel/2018UP01/advisor_2018 ++ export ADVISOR_2018_DIR ++ BACIO_LIB4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libbacio_v2.0.3_4.a @@ -2319,7 +484,7 @@ INFO: CCPP prebuild step completed successfully. ++ export MANPATH ++ MKLROOT=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl ++ export MKLROOT -++ MODULEPATH=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/dev/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1:/usrx/local/prod/modulefiles/mpi_third/ips/18.0.1/impi/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/mpi_prod/ips/18.0.1/impi/18.0.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles +++ MODULEPATH=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/dev/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1:/usrx/local/prod/modulefiles/mpi_third/ips/18.0.1/impi/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/mpi_prod/ips/18.0.1/impi/18.0.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles ++ export MODULEPATH ++ MPM_LAUNCHER=/usrx/local/prod/intel/2018UP01/debugger_2018/mpm/mic/bin/start_mpm.sh ++ export MPM_LAUNCHER @@ -2461,9 +626,9 @@ INFO: CCPP prebuild step completed successfully. ++ export Z_SRC ++ Z_VER=1.2.11 ++ export Z_VER -++ __LMOD_REF_COUNT__LMFILES_='/usrx/local/prod/modulefiles/core_third/ips/18.0.1.163:1;/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1/impi/18.0.1.lua:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/NetCDF/4.5.0:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/HDF5-serial/1.10.1:1;/usrx/local/prod/modulefiles/core_third/lsf/10.1:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/bacio/2.0.3:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/ip/3.0.2:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/sp/2.0.3:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3nco/2.0.7:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3emc/2.3.1:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/nemsio/2.2.4:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2/3.1.1:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2tmpl/1.6.0:1;/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/crtm/2.2.6:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/jasper/1.900.29:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/libpng/1.2.59:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/zlib/1.2.11:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/post/8.0.1:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/esmf/8.0.0:1;/usrx/local/dev/modulefiles/cmake/3.10.0:1;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3:1' +++ __LMOD_REF_COUNT__LMFILES_='/usrx/local/prod/modulefiles/core_third/ips/18.0.1.163:1;/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1/impi/18.0.1.lua:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/NetCDF/4.5.0:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/HDF5-serial/1.10.1:1;/usrx/local/prod/modulefiles/core_third/lsf/10.1:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/bacio/2.0.3:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/ip/3.0.2:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/sp/2.0.3:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3nco/2.0.7:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3emc/2.3.1:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/nemsio/2.2.4:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2/3.1.1:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2tmpl/1.6.0:1;/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/crtm/2.2.6:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/jasper/1.900.29:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/libpng/1.2.59:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/zlib/1.2.11:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/post/8.0.1:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/esmf/8.0.0:1;/usrx/local/dev/modulefiles/cmake/3.10.0:1;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3:1' ++ export __LMOD_REF_COUNT__LMFILES_ -++ _LMFILES_=/usrx/local/prod/modulefiles/core_third/ips/18.0.1.163:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1/impi/18.0.1.lua:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/NetCDF/4.5.0:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/HDF5-serial/1.10.1:/usrx/local/prod/modulefiles/core_third/lsf/10.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/bacio/2.0.3:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/ip/3.0.2:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/sp/2.0.3:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3nco/2.0.7:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3emc/2.3.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/nemsio/2.2.4:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2/3.1.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2tmpl/1.6.0:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/crtm/2.2.6:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/jasper/1.900.29:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/libpng/1.2.59:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/zlib/1.2.11:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/post/8.0.1:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/esmf/8.0.0:/usrx/local/dev/modulefiles/cmake/3.10.0:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3 +++ _LMFILES_=/usrx/local/prod/modulefiles/core_third/ips/18.0.1.163:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1/impi/18.0.1.lua:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/NetCDF/4.5.0:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/HDF5-serial/1.10.1:/usrx/local/prod/modulefiles/core_third/lsf/10.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/bacio/2.0.3:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/ip/3.0.2:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/sp/2.0.3:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3nco/2.0.7:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3emc/2.3.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/nemsio/2.2.4:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2/3.1.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2tmpl/1.6.0:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/crtm/2.2.6:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/jasper/1.900.29:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/libpng/1.2.59:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/zlib/1.2.11:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/post/8.0.1:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/esmf/8.0.0:/usrx/local/dev/modulefiles/cmake/3.10.0:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3 ++ export _LMFILES_ ++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImlwcyIsWyJjb25tcGlsZXIiXT0iSERGNS1zZXJpYWwiLFsibXBpIl09ImltcGkiLH0sbVQ9e1siSERGNS1zZXJpYWwiXT17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvSERGNS1zZXJpYWwvMS4xMC4xIixbImZ1bGxOYW1lIl09IkhERjUtc2VyaWFsLzEuMTAuMSIsWyJsb2FkT3JkZXIiXT00LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09IkhERjUtc2VyaWFs ++ export _ModuleTable001_ @@ -2471,27 +636,27 @@ INFO: CCPP prebuild step completed successfully. ++ export _ModuleTable002_ ++ _ModuleTable003_=ck5hbWUiXT0iYmFjaW8vMi4wLjMiLH0sY21ha2U9e1siZm4iXT0iL3VzcngvbG9jYWwvZGV2L21vZHVsZWZpbGVzL2NtYWtlLzMuMTAuMCIsWyJmdWxsTmFtZSJdPSJjbWFrZS8zLjEwLjAiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY21ha2UvMy4xMC4wIix9LGNydG09e1siZm4iXT0iL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfcHJvZC9pcHMvMTguMC4xL2NydG0vMi4yLjYiLFsiZnVsbE5hbWUiXT0iY3J0bS8yLjIuNiIsWyJsb2FkT3JkZXIiXT0xNCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1 ++ export _ModuleTable003_ -++ _ModuleTable004_=c2VyTmFtZSJdPSJjcnRtLzIuMi42Iix9LGVzbWY9e1siZm4iXT0iL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcjE4L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL3djb3NzX2RlbGxfcDMvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT0yMSxw +++ _ModuleTable004_=c2VyTmFtZSJdPSJjcnRtLzIuMi42Iix9LGVzbWY9e1siZm4iXT0iL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcl9uZXcvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvd2Nvc3NfZGVsbF9wMy9mdjMiLFsiZnVsbE5hbWUiXT0iZnYzIixbImxvYWRPcmRlciJdPTIx ++ export _ModuleTable004_ -++ _ModuleTable005_=cm9wVD17fSxbInN0YWNrRGVwdGgiXT0wLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZzI9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2cyLzMuMS4xIixbImZ1bGxOYW1lIl09ImcyLzMuMS4xIixbImxvYWRPcmRlciJdPTEyLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcyLzMuMS4xIix9LGcydG1wbD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzJ0bXBsLzEuNi4wIixbImZ1bGxOYW1lIl09ImcydG1wbC8xLjYuMCIsWyJsb2FkT3JkZXIiXT0xMyxwcm9wVD17fSxbInN0YWNr +++ _ModuleTable005_=LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTAsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImZ2MyIsfSxnMj17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzIvMy4xLjEiLFsiZnVsbE5hbWUiXT0iZzIvMy4xLjEiLFsibG9hZE9yZGVyIl09MTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZzIvMy4xLjEiLH0sZzJ0bXBsPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9nMnRtcGwvMS42LjAiLFsiZnVsbE5hbWUiXT0iZzJ0bXBsLzEuNi4wIixbImxvYWRPcmRlciJdPTEzLHByb3BUPXt9LFsic3Rh ++ export _ModuleTable005_ -++ _ModuleTable006_=RGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMnRtcGwvMS42LjAiLH0saW1waT17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX21waS9pcHMvMTguMC4xL2ltcGkvMTguMC4xLmx1YSIsWyJmdWxsTmFtZSJdPSJpbXBpLzE4LjAuMSIsWyJsb2FkT3JkZXIiXT0yLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImltcGkvMTguMC4xIix9LGlwPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9pcC8zLjAuMiIsWyJmdWxsTmFtZSJdPSJpcC8zLjAuMiIsWyJsb2FkT3JkZXIiXT03LHByb3BUPXt9LFsic3Rh +++ _ModuleTable006_=Y2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcydG1wbC8xLjYuMCIsfSxpbXBpPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfbXBpL2lwcy8xOC4wLjEvaW1waS8xOC4wLjEubHVhIixbImZ1bGxOYW1lIl09ImltcGkvMTguMC4xIixbImxvYWRPcmRlciJdPTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW1waS8xOC4wLjEiLH0saXA9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2lwLzMuMC4yIixbImZ1bGxOYW1lIl09ImlwLzMuMC4yIixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJz ++ export _ModuleTable006_ -++ _ModuleTable007_=Y2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImlwLzMuMC4yIix9LGlwcz17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQvaXBzLzE4LjAuMS4xNjMiLFsiZnVsbE5hbWUiXT0iaXBzLzE4LjAuMS4xNjMiLFsibG9hZE9yZGVyIl09MSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJpcHMvMTguMC4xLjE2MyIsfSxqYXNwZXI9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xL2phc3Blci8xLjkwMC4yOSIsWyJmdWxsTmFtZSJdPSJqYXNwZXIvMS45MDAuMjkiLFsibG9hZE9yZGVyIl09 +++ _ModuleTable007_=dGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaXAvMy4wLjIiLH0saXBzPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZC9pcHMvMTguMC4xLjE2MyIsWyJmdWxsTmFtZSJdPSJpcHMvMTguMC4xLjE2MyIsWyJsb2FkT3JkZXIiXT0xLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Imlwcy8xOC4wLjEuMTYzIix9LGphc3Blcj17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvamFzcGVyLzEuOTAwLjI5IixbImZ1bGxOYW1lIl09Imphc3Blci8xLjkwMC4yOSIsWyJsb2FkT3JkZXIi ++ export _ModuleTable007_ -++ _ModuleTable008_=MTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iamFzcGVyLzEuOTAwLjI5Iix9LGxpYnBuZz17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvbGlicG5nLzEuMi41OSIsWyJmdWxsTmFtZSJdPSJsaWJwbmcvMS4yLjU5IixbImxvYWRPcmRlciJdPTE2LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImxpYnBuZy8xLjIuNTkiLH0sbHNmPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZC9sc2YvMTAuMSIsWyJmdWxsTmFtZSJdPSJsc2YvMTAuMSIsWyJsb2Fk +++ _ModuleTable008_=XT0xNSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJqYXNwZXIvMS45MDAuMjkiLH0sbGlicG5nPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBzLzE4LjAuMS9saWJwbmcvMS4yLjU5IixbImZ1bGxOYW1lIl09ImxpYnBuZy8xLjIuNTkiLFsibG9hZE9yZGVyIl09MTYscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibGlicG5nLzEuMi41OSIsfSxsc2Y9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkL2xzZi8xMC4xIixbImZ1bGxOYW1lIl09ImxzZi8xMC4xIixbImxv ++ export _ModuleTable008_ -++ _ModuleTable009_=T3JkZXIiXT01LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImxzZi8xMC4xIix9LG5lbXNpbz17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvbmVtc2lvLzIuMi40IixbImZ1bGxOYW1lIl09Im5lbXNpby8yLjIuNCIsWyJsb2FkT3JkZXIiXT0xMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZW1zaW8vMi4yLjQiLH0scG9zdD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvcG9zdC84LjAuMSIsWyJmdWxsTmFtZSJdPSJwb3N0LzguMC4xIixbImxvYWRP +++ _ModuleTable009_=YWRPcmRlciJdPTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibHNmLzEwLjEiLH0sbmVtc2lvPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9uZW1zaW8vMi4yLjQiLFsiZnVsbE5hbWUiXT0ibmVtc2lvLzIuMi40IixbImxvYWRPcmRlciJdPTExLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5lbXNpby8yLjIuNCIsfSxwb3N0PXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wb3N0LzguMC4xIixbImZ1bGxOYW1lIl09InBvc3QvOC4wLjEiLFsibG9h ++ export _ModuleTable009_ -++ _ModuleTable010_=cmRlciJdPTE4LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InBvc3QvOC4wLjEiLH0sc3A9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL3NwLzIuMC4zIixbImZ1bGxOYW1lIl09InNwLzIuMC4zIixbImxvYWRPcmRlciJdPTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ic3AvMi4wLjMiLH0sdzNlbWM9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL3czZW1jLzIuMy4xIixbImZ1bGxOYW1lIl09InczZW1jLzIuMy4xIixbImxvYWRPcmRlciJdPTEwLHBy +++ _ModuleTable010_=ZE9yZGVyIl09MTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG9zdC84LjAuMSIsfSxzcD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvc3AvMi4wLjMiLFsiZnVsbE5hbWUiXT0ic3AvMi4wLjMiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzcC8yLjAuMyIsfSx3M2VtYz17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNlbWMvMi4zLjEiLFsiZnVsbE5hbWUiXT0idzNlbWMvMi4zLjEiLFsibG9hZE9yZGVyIl09MTAs ++ export _ModuleTable010_ -++ _ModuleTable011_=b3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczZW1jLzIuMy4xIix9LHczbmNvPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy93M25jby8yLjAuNyIsWyJmdWxsTmFtZSJdPSJ3M25jby8yLjAuNyIsWyJsb2FkT3JkZXIiXT05LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHpsaWI9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xL3psaWIvMS4yLjExIixbImZ1bGxOYW1lIl09InpsaWIvMS4yLjExIixbImxvYWRPcmRl +++ _ModuleTable011_=cHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNlbWMvMi4zLjEiLH0sdzNuY289e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL3czbmNvLzIuMC43IixbImZ1bGxOYW1lIl09InczbmNvLzIuMC43IixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNuY28vMi4wLjciLH0semxpYj17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvemxpYi8xLjIuMTEiLFsiZnVsbE5hbWUiXT0iemxpYi8xLjIuMTEiLFsibG9hZE9y ++ export _ModuleTable011_ -++ _ModuleTable012_=ciJdPTE3LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InpsaWIvMS4yLjExIix9LH0sbXBhdGhBPXsiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMiLCIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9EdXNhbi5Kb3ZpYy91ZnMvcHIxOC91ZnMtd2VhdGhlci1tb2RlbC9tb2R1bGVmaWxlcy93Y29zc19kZWxsX3AzIiwiL3VzcngvbG9jYWwvZGV2L2VtY19yb2NvdG8vbW9kdWxlZmlsZXMiLCIvdXNyeC9sb2NhbC9kZXYvbW9kdWxlZmlsZXMiLCIvdXNyeC9sb2NhbC9wcm9kL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlIiwiL3VzcngvbG9j +++ _ModuleTable012_=ZGVyIl09MTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iemxpYi8xLjIuMTEiLH0sfSxtcGF0aEE9eyIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcyIsIi9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcl9uZXcvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvd2Nvc3NfZGVsbF9wMyIsIi91c3J4L2xvY2FsL2Rldi9lbWNfcm9jb3RvL21vZHVsZWZpbGVzIiwiL3VzcngvbG9jYWwvZGV2L21vZHVsZWZpbGVzIiwiL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi91c3J4 ++ export _ModuleTable012_ -++ _ModuleTable013_=YWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9kZWZzIiwiL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29yZV9wcm9kIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xIiwiL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfcHJvZC9pcHMvMTguMC4xIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl9tcGkvaXBzLzE4LjAuMSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvbXBpX3RoaXJkL2lwcy8xOC4wLjEvaW1waS8xOC4wLjEiLCIvZ3Bmcy9kZWxsMS9uY28vb3BzL253 +++ _ModuleTable013_=L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZCIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvZGVmcyIsIi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBzLzE4LjAuMSIsIi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3Byb2QvaXBzLzE4LjAuMSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfbXBpL2lwcy8xOC4wLjEiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL21waV90aGlyZC9pcHMvMTguMC4xL2ltcGkvMTguMC4xIiwiL2dwZnMvZGVsbDEvbmNvL29w ++ export _ModuleTable013_ -++ _ModuleTable014_=cHJvZC9tb2R1bGVmaWxlcy9tcGlfcHJvZC9pcHMvMTguMC4xL2ltcGkvMTguMC4xIiwiL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzIix9LFsic3lzdGVtQmFzZU1QQVRIIl09Ii91c3J4L2xvY2FsL3Byb2QvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmU6L3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkOi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvZGVmczovZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb3JlX3Byb2QiLH0= +++ _ModuleTable014_=cy9ud3Byb2QvbW9kdWxlZmlsZXMvbXBpX3Byb2QvaXBzLzE4LjAuMS9pbXBpLzE4LjAuMSIsIi91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvdXNyeC9sb2NhbC9wcm9kL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlOi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZDovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2RlZnM6L2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29yZV9wcm9kIix9 ++ export _ModuleTable014_ ++ _ModuleTable_Sz_=14 ++ export _ModuleTable_Sz_ @@ -2511,8 +676,8 @@ Currently Loaded Modules: -+ eval 'MODULEPATH="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/dev/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1:/usrx/local/prod/modulefiles/mpi_third/ips/18.0.1/impi/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/mpi_prod/ips/18.0.1/impi/18.0.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles";' export 'MODULEPATH;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImlwcyIsWyJjb25tcGlsZXIiXT0iSERGNS1zZXJpYWwiLFsibXBpIl09ImltcGkiLH0sbVQ9e1siSERGNS1zZXJpYWwiXT17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvSERGNS1zZXJpYWwvMS4xMC4xIixbImZ1bGxOYW1lIl09IkhERjUtc2VyaWFsLzEuMTAuMSIsWyJsb2FkT3JkZXIiXT00LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09IkhERjUtc2VyaWFs";' export '_ModuleTable001_;' '_ModuleTable002_="LzEuMTAuMSIsfSxOZXRDREY9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xL05ldENERi80LjUuMCIsWyJmdWxsTmFtZSJdPSJOZXRDREYvNC41LjAiLFsibG9hZE9yZGVyIl09Myxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJOZXRDREYvNC41LjAiLH0sYmFjaW89e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2JhY2lvLzIuMC4zIixbImZ1bGxOYW1lIl09ImJhY2lvLzIuMC4zIixbImxvYWRPcmRlciJdPTYscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNl";' export '_ModuleTable002_;' '_ModuleTable003_="ck5hbWUiXT0iYmFjaW8vMi4wLjMiLH0sY21ha2U9e1siZm4iXT0iL3VzcngvbG9jYWwvZGV2L21vZHVsZWZpbGVzL2NtYWtlLzMuMTAuMCIsWyJmdWxsTmFtZSJdPSJjbWFrZS8zLjEwLjAiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY21ha2UvMy4xMC4wIix9LGNydG09e1siZm4iXT0iL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfcHJvZC9pcHMvMTguMC4xL2NydG0vMi4yLjYiLFsiZnVsbE5hbWUiXT0iY3J0bS8yLjIuNiIsWyJsb2FkT3JkZXIiXT0xNCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1";' export '_ModuleTable003_;' '_ModuleTable004_="c2VyTmFtZSJdPSJjcnRtLzIuMi42Iix9LGVzbWY9e1siZm4iXT0iL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcjE4L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL3djb3NzX2RlbGxfcDMvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT0yMSxw";' export '_ModuleTable004_;' '_ModuleTable005_="cm9wVD17fSxbInN0YWNrRGVwdGgiXT0wLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZzI9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2cyLzMuMS4xIixbImZ1bGxOYW1lIl09ImcyLzMuMS4xIixbImxvYWRPcmRlciJdPTEyLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcyLzMuMS4xIix9LGcydG1wbD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzJ0bXBsLzEuNi4wIixbImZ1bGxOYW1lIl09ImcydG1wbC8xLjYuMCIsWyJsb2FkT3JkZXIiXT0xMyxwcm9wVD17fSxbInN0YWNr";' export '_ModuleTable005_;' '_ModuleTable006_="RGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMnRtcGwvMS42LjAiLH0saW1waT17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX21waS9pcHMvMTguMC4xL2ltcGkvMTguMC4xLmx1YSIsWyJmdWxsTmFtZSJdPSJpbXBpLzE4LjAuMSIsWyJsb2FkT3JkZXIiXT0yLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImltcGkvMTguMC4xIix9LGlwPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9pcC8zLjAuMiIsWyJmdWxsTmFtZSJdPSJpcC8zLjAuMiIsWyJsb2FkT3JkZXIiXT03LHByb3BUPXt9LFsic3Rh";' export '_ModuleTable006_;' '_ModuleTable007_="Y2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImlwLzMuMC4yIix9LGlwcz17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQvaXBzLzE4LjAuMS4xNjMiLFsiZnVsbE5hbWUiXT0iaXBzLzE4LjAuMS4xNjMiLFsibG9hZE9yZGVyIl09MSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJpcHMvMTguMC4xLjE2MyIsfSxqYXNwZXI9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xL2phc3Blci8xLjkwMC4yOSIsWyJmdWxsTmFtZSJdPSJqYXNwZXIvMS45MDAuMjkiLFsibG9hZE9yZGVyIl09";' export '_ModuleTable007_;' '_ModuleTable008_="MTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iamFzcGVyLzEuOTAwLjI5Iix9LGxpYnBuZz17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvbGlicG5nLzEuMi41OSIsWyJmdWxsTmFtZSJdPSJsaWJwbmcvMS4yLjU5IixbImxvYWRPcmRlciJdPTE2LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImxpYnBuZy8xLjIuNTkiLH0sbHNmPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZC9sc2YvMTAuMSIsWyJmdWxsTmFtZSJdPSJsc2YvMTAuMSIsWyJsb2Fk";' export '_ModuleTable008_;' '_ModuleTable009_="T3JkZXIiXT01LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImxzZi8xMC4xIix9LG5lbXNpbz17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvbmVtc2lvLzIuMi40IixbImZ1bGxOYW1lIl09Im5lbXNpby8yLjIuNCIsWyJsb2FkT3JkZXIiXT0xMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZW1zaW8vMi4yLjQiLH0scG9zdD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvcG9zdC84LjAuMSIsWyJmdWxsTmFtZSJdPSJwb3N0LzguMC4xIixbImxvYWRP";' export '_ModuleTable009_;' '_ModuleTable010_="cmRlciJdPTE4LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InBvc3QvOC4wLjEiLH0sc3A9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL3NwLzIuMC4zIixbImZ1bGxOYW1lIl09InNwLzIuMC4zIixbImxvYWRPcmRlciJdPTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ic3AvMi4wLjMiLH0sdzNlbWM9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL3czZW1jLzIuMy4xIixbImZ1bGxOYW1lIl09InczZW1jLzIuMy4xIixbImxvYWRPcmRlciJdPTEwLHBy";' export '_ModuleTable010_;' '_ModuleTable011_="b3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczZW1jLzIuMy4xIix9LHczbmNvPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy93M25jby8yLjAuNyIsWyJmdWxsTmFtZSJdPSJ3M25jby8yLjAuNyIsWyJsb2FkT3JkZXIiXT05LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHpsaWI9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xL3psaWIvMS4yLjExIixbImZ1bGxOYW1lIl09InpsaWIvMS4yLjExIixbImxvYWRPcmRl";' export '_ModuleTable011_;' '_ModuleTable012_="ciJdPTE3LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InpsaWIvMS4yLjExIix9LH0sbXBhdGhBPXsiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMiLCIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9EdXNhbi5Kb3ZpYy91ZnMvcHIxOC91ZnMtd2VhdGhlci1tb2RlbC9tb2R1bGVmaWxlcy93Y29zc19kZWxsX3AzIiwiL3VzcngvbG9jYWwvZGV2L2VtY19yb2NvdG8vbW9kdWxlZmlsZXMiLCIvdXNyeC9sb2NhbC9kZXYvbW9kdWxlZmlsZXMiLCIvdXNyeC9sb2NhbC9wcm9kL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlIiwiL3VzcngvbG9j";' export '_ModuleTable012_;' '_ModuleTable013_="YWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9kZWZzIiwiL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29yZV9wcm9kIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xIiwiL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfcHJvZC9pcHMvMTguMC4xIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl9tcGkvaXBzLzE4LjAuMSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvbXBpX3RoaXJkL2lwcy8xOC4wLjEvaW1waS8xOC4wLjEiLCIvZ3Bmcy9kZWxsMS9uY28vb3BzL253";' export '_ModuleTable013_;' '_ModuleTable014_="cHJvZC9tb2R1bGVmaWxlcy9tcGlfcHJvZC9pcHMvMTguMC4xL2ltcGkvMTguMC4xIiwiL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzIix9LFsic3lzdGVtQmFzZU1QQVRIIl09Ii91c3J4L2xvY2FsL3Byb2QvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmU6L3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkOi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvZGVmczovZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb3JlX3Byb2QiLH0=";' export '_ModuleTable014_;' '_ModuleTable_Sz_="14";' export '_ModuleTable_Sz_;' -++ MODULEPATH=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/dev/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1:/usrx/local/prod/modulefiles/mpi_third/ips/18.0.1/impi/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/mpi_prod/ips/18.0.1/impi/18.0.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles ++ eval 'MODULEPATH="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/dev/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1:/usrx/local/prod/modulefiles/mpi_third/ips/18.0.1/impi/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/mpi_prod/ips/18.0.1/impi/18.0.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles";' export 'MODULEPATH;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImlwcyIsWyJjb25tcGlsZXIiXT0iSERGNS1zZXJpYWwiLFsibXBpIl09ImltcGkiLH0sbVQ9e1siSERGNS1zZXJpYWwiXT17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvSERGNS1zZXJpYWwvMS4xMC4xIixbImZ1bGxOYW1lIl09IkhERjUtc2VyaWFsLzEuMTAuMSIsWyJsb2FkT3JkZXIiXT00LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09IkhERjUtc2VyaWFs";' export '_ModuleTable001_;' '_ModuleTable002_="LzEuMTAuMSIsfSxOZXRDREY9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xL05ldENERi80LjUuMCIsWyJmdWxsTmFtZSJdPSJOZXRDREYvNC41LjAiLFsibG9hZE9yZGVyIl09Myxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJOZXRDREYvNC41LjAiLH0sYmFjaW89e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2JhY2lvLzIuMC4zIixbImZ1bGxOYW1lIl09ImJhY2lvLzIuMC4zIixbImxvYWRPcmRlciJdPTYscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNl";' export '_ModuleTable002_;' '_ModuleTable003_="ck5hbWUiXT0iYmFjaW8vMi4wLjMiLH0sY21ha2U9e1siZm4iXT0iL3VzcngvbG9jYWwvZGV2L21vZHVsZWZpbGVzL2NtYWtlLzMuMTAuMCIsWyJmdWxsTmFtZSJdPSJjbWFrZS8zLjEwLjAiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY21ha2UvMy4xMC4wIix9LGNydG09e1siZm4iXT0iL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfcHJvZC9pcHMvMTguMC4xL2NydG0vMi4yLjYiLFsiZnVsbE5hbWUiXT0iY3J0bS8yLjIuNiIsWyJsb2FkT3JkZXIiXT0xNCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1";' export '_ModuleTable003_;' '_ModuleTable004_="c2VyTmFtZSJdPSJjcnRtLzIuMi42Iix9LGVzbWY9e1siZm4iXT0iL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcl9uZXcvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvd2Nvc3NfZGVsbF9wMy9mdjMiLFsiZnVsbE5hbWUiXT0iZnYzIixbImxvYWRPcmRlciJdPTIx";' export '_ModuleTable004_;' '_ModuleTable005_="LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTAsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImZ2MyIsfSxnMj17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzIvMy4xLjEiLFsiZnVsbE5hbWUiXT0iZzIvMy4xLjEiLFsibG9hZE9yZGVyIl09MTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZzIvMy4xLjEiLH0sZzJ0bXBsPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9nMnRtcGwvMS42LjAiLFsiZnVsbE5hbWUiXT0iZzJ0bXBsLzEuNi4wIixbImxvYWRPcmRlciJdPTEzLHByb3BUPXt9LFsic3Rh";' export '_ModuleTable005_;' '_ModuleTable006_="Y2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcydG1wbC8xLjYuMCIsfSxpbXBpPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfbXBpL2lwcy8xOC4wLjEvaW1waS8xOC4wLjEubHVhIixbImZ1bGxOYW1lIl09ImltcGkvMTguMC4xIixbImxvYWRPcmRlciJdPTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW1waS8xOC4wLjEiLH0saXA9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2lwLzMuMC4yIixbImZ1bGxOYW1lIl09ImlwLzMuMC4yIixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJz";' export '_ModuleTable006_;' '_ModuleTable007_="dGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaXAvMy4wLjIiLH0saXBzPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZC9pcHMvMTguMC4xLjE2MyIsWyJmdWxsTmFtZSJdPSJpcHMvMTguMC4xLjE2MyIsWyJsb2FkT3JkZXIiXT0xLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Imlwcy8xOC4wLjEuMTYzIix9LGphc3Blcj17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvamFzcGVyLzEuOTAwLjI5IixbImZ1bGxOYW1lIl09Imphc3Blci8xLjkwMC4yOSIsWyJsb2FkT3JkZXIi";' export '_ModuleTable007_;' '_ModuleTable008_="XT0xNSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJqYXNwZXIvMS45MDAuMjkiLH0sbGlicG5nPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBzLzE4LjAuMS9saWJwbmcvMS4yLjU5IixbImZ1bGxOYW1lIl09ImxpYnBuZy8xLjIuNTkiLFsibG9hZE9yZGVyIl09MTYscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibGlicG5nLzEuMi41OSIsfSxsc2Y9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkL2xzZi8xMC4xIixbImZ1bGxOYW1lIl09ImxzZi8xMC4xIixbImxv";' export '_ModuleTable008_;' '_ModuleTable009_="YWRPcmRlciJdPTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibHNmLzEwLjEiLH0sbmVtc2lvPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9uZW1zaW8vMi4yLjQiLFsiZnVsbE5hbWUiXT0ibmVtc2lvLzIuMi40IixbImxvYWRPcmRlciJdPTExLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5lbXNpby8yLjIuNCIsfSxwb3N0PXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wb3N0LzguMC4xIixbImZ1bGxOYW1lIl09InBvc3QvOC4wLjEiLFsibG9h";' export '_ModuleTable009_;' '_ModuleTable010_="ZE9yZGVyIl09MTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG9zdC84LjAuMSIsfSxzcD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvc3AvMi4wLjMiLFsiZnVsbE5hbWUiXT0ic3AvMi4wLjMiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzcC8yLjAuMyIsfSx3M2VtYz17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNlbWMvMi4zLjEiLFsiZnVsbE5hbWUiXT0idzNlbWMvMi4zLjEiLFsibG9hZE9yZGVyIl09MTAs";' export '_ModuleTable010_;' '_ModuleTable011_="cHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNlbWMvMi4zLjEiLH0sdzNuY289e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL3czbmNvLzIuMC43IixbImZ1bGxOYW1lIl09InczbmNvLzIuMC43IixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNuY28vMi4wLjciLH0semxpYj17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvemxpYi8xLjIuMTEiLFsiZnVsbE5hbWUiXT0iemxpYi8xLjIuMTEiLFsibG9hZE9y";' export '_ModuleTable011_;' '_ModuleTable012_="ZGVyIl09MTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iemxpYi8xLjIuMTEiLH0sfSxtcGF0aEE9eyIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcyIsIi9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcl9uZXcvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvd2Nvc3NfZGVsbF9wMyIsIi91c3J4L2xvY2FsL2Rldi9lbWNfcm9jb3RvL21vZHVsZWZpbGVzIiwiL3VzcngvbG9jYWwvZGV2L21vZHVsZWZpbGVzIiwiL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi91c3J4";' export '_ModuleTable012_;' '_ModuleTable013_="L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZCIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvZGVmcyIsIi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBzLzE4LjAuMSIsIi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3Byb2QvaXBzLzE4LjAuMSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfbXBpL2lwcy8xOC4wLjEiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL21waV90aGlyZC9pcHMvMTguMC4xL2ltcGkvMTguMC4xIiwiL2dwZnMvZGVsbDEvbmNvL29w";' export '_ModuleTable013_;' '_ModuleTable014_="cy9ud3Byb2QvbW9kdWxlZmlsZXMvbXBpX3Byb2QvaXBzLzE4LjAuMS9pbXBpLzE4LjAuMSIsIi91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvdXNyeC9sb2NhbC9wcm9kL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlOi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZDovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2RlZnM6L2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29yZV9wcm9kIix9";' export '_ModuleTable014_;' '_ModuleTable_Sz_="14";' export '_ModuleTable_Sz_;' +++ MODULEPATH=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/dev/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1:/usrx/local/prod/modulefiles/mpi_third/ips/18.0.1/impi/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/mpi_prod/ips/18.0.1/impi/18.0.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles ++ export MODULEPATH ++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImlwcyIsWyJjb25tcGlsZXIiXT0iSERGNS1zZXJpYWwiLFsibXBpIl09ImltcGkiLH0sbVQ9e1siSERGNS1zZXJpYWwiXT17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvSERGNS1zZXJpYWwvMS4xMC4xIixbImZ1bGxOYW1lIl09IkhERjUtc2VyaWFsLzEuMTAuMSIsWyJsb2FkT3JkZXIiXT00LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09IkhERjUtc2VyaWFs ++ export _ModuleTable001_ @@ -2520,34 +685,34 @@ Currently Loaded Modules: ++ export _ModuleTable002_ ++ _ModuleTable003_=ck5hbWUiXT0iYmFjaW8vMi4wLjMiLH0sY21ha2U9e1siZm4iXT0iL3VzcngvbG9jYWwvZGV2L21vZHVsZWZpbGVzL2NtYWtlLzMuMTAuMCIsWyJmdWxsTmFtZSJdPSJjbWFrZS8zLjEwLjAiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY21ha2UvMy4xMC4wIix9LGNydG09e1siZm4iXT0iL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfcHJvZC9pcHMvMTguMC4xL2NydG0vMi4yLjYiLFsiZnVsbE5hbWUiXT0iY3J0bS8yLjIuNiIsWyJsb2FkT3JkZXIiXT0xNCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1 ++ export _ModuleTable003_ -++ _ModuleTable004_=c2VyTmFtZSJdPSJjcnRtLzIuMi42Iix9LGVzbWY9e1siZm4iXT0iL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcjE4L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL3djb3NzX2RlbGxfcDMvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT0yMSxw +++ _ModuleTable004_=c2VyTmFtZSJdPSJjcnRtLzIuMi42Iix9LGVzbWY9e1siZm4iXT0iL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcl9uZXcvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvd2Nvc3NfZGVsbF9wMy9mdjMiLFsiZnVsbE5hbWUiXT0iZnYzIixbImxvYWRPcmRlciJdPTIx ++ export _ModuleTable004_ -++ _ModuleTable005_=cm9wVD17fSxbInN0YWNrRGVwdGgiXT0wLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZzI9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2cyLzMuMS4xIixbImZ1bGxOYW1lIl09ImcyLzMuMS4xIixbImxvYWRPcmRlciJdPTEyLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcyLzMuMS4xIix9LGcydG1wbD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzJ0bXBsLzEuNi4wIixbImZ1bGxOYW1lIl09ImcydG1wbC8xLjYuMCIsWyJsb2FkT3JkZXIiXT0xMyxwcm9wVD17fSxbInN0YWNr +++ _ModuleTable005_=LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTAsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImZ2MyIsfSxnMj17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzIvMy4xLjEiLFsiZnVsbE5hbWUiXT0iZzIvMy4xLjEiLFsibG9hZE9yZGVyIl09MTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZzIvMy4xLjEiLH0sZzJ0bXBsPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9nMnRtcGwvMS42LjAiLFsiZnVsbE5hbWUiXT0iZzJ0bXBsLzEuNi4wIixbImxvYWRPcmRlciJdPTEzLHByb3BUPXt9LFsic3Rh ++ export _ModuleTable005_ -++ _ModuleTable006_=RGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMnRtcGwvMS42LjAiLH0saW1waT17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX21waS9pcHMvMTguMC4xL2ltcGkvMTguMC4xLmx1YSIsWyJmdWxsTmFtZSJdPSJpbXBpLzE4LjAuMSIsWyJsb2FkT3JkZXIiXT0yLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImltcGkvMTguMC4xIix9LGlwPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9pcC8zLjAuMiIsWyJmdWxsTmFtZSJdPSJpcC8zLjAuMiIsWyJsb2FkT3JkZXIiXT03LHByb3BUPXt9LFsic3Rh +++ _ModuleTable006_=Y2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcydG1wbC8xLjYuMCIsfSxpbXBpPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfbXBpL2lwcy8xOC4wLjEvaW1waS8xOC4wLjEubHVhIixbImZ1bGxOYW1lIl09ImltcGkvMTguMC4xIixbImxvYWRPcmRlciJdPTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW1waS8xOC4wLjEiLH0saXA9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2lwLzMuMC4yIixbImZ1bGxOYW1lIl09ImlwLzMuMC4yIixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJz ++ export _ModuleTable006_ -++ _ModuleTable007_=Y2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImlwLzMuMC4yIix9LGlwcz17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQvaXBzLzE4LjAuMS4xNjMiLFsiZnVsbE5hbWUiXT0iaXBzLzE4LjAuMS4xNjMiLFsibG9hZE9yZGVyIl09MSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJpcHMvMTguMC4xLjE2MyIsfSxqYXNwZXI9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xL2phc3Blci8xLjkwMC4yOSIsWyJmdWxsTmFtZSJdPSJqYXNwZXIvMS45MDAuMjkiLFsibG9hZE9yZGVyIl09 +++ _ModuleTable007_=dGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaXAvMy4wLjIiLH0saXBzPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZC9pcHMvMTguMC4xLjE2MyIsWyJmdWxsTmFtZSJdPSJpcHMvMTguMC4xLjE2MyIsWyJsb2FkT3JkZXIiXT0xLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Imlwcy8xOC4wLjEuMTYzIix9LGphc3Blcj17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvamFzcGVyLzEuOTAwLjI5IixbImZ1bGxOYW1lIl09Imphc3Blci8xLjkwMC4yOSIsWyJsb2FkT3JkZXIi ++ export _ModuleTable007_ -++ _ModuleTable008_=MTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iamFzcGVyLzEuOTAwLjI5Iix9LGxpYnBuZz17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvbGlicG5nLzEuMi41OSIsWyJmdWxsTmFtZSJdPSJsaWJwbmcvMS4yLjU5IixbImxvYWRPcmRlciJdPTE2LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImxpYnBuZy8xLjIuNTkiLH0sbHNmPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZC9sc2YvMTAuMSIsWyJmdWxsTmFtZSJdPSJsc2YvMTAuMSIsWyJsb2Fk +++ _ModuleTable008_=XT0xNSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJqYXNwZXIvMS45MDAuMjkiLH0sbGlicG5nPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBzLzE4LjAuMS9saWJwbmcvMS4yLjU5IixbImZ1bGxOYW1lIl09ImxpYnBuZy8xLjIuNTkiLFsibG9hZE9yZGVyIl09MTYscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibGlicG5nLzEuMi41OSIsfSxsc2Y9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkL2xzZi8xMC4xIixbImZ1bGxOYW1lIl09ImxzZi8xMC4xIixbImxv ++ export _ModuleTable008_ -++ _ModuleTable009_=T3JkZXIiXT01LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImxzZi8xMC4xIix9LG5lbXNpbz17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvbmVtc2lvLzIuMi40IixbImZ1bGxOYW1lIl09Im5lbXNpby8yLjIuNCIsWyJsb2FkT3JkZXIiXT0xMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZW1zaW8vMi4yLjQiLH0scG9zdD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvcG9zdC84LjAuMSIsWyJmdWxsTmFtZSJdPSJwb3N0LzguMC4xIixbImxvYWRP +++ _ModuleTable009_=YWRPcmRlciJdPTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibHNmLzEwLjEiLH0sbmVtc2lvPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9uZW1zaW8vMi4yLjQiLFsiZnVsbE5hbWUiXT0ibmVtc2lvLzIuMi40IixbImxvYWRPcmRlciJdPTExLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5lbXNpby8yLjIuNCIsfSxwb3N0PXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wb3N0LzguMC4xIixbImZ1bGxOYW1lIl09InBvc3QvOC4wLjEiLFsibG9h ++ export _ModuleTable009_ -++ _ModuleTable010_=cmRlciJdPTE4LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InBvc3QvOC4wLjEiLH0sc3A9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL3NwLzIuMC4zIixbImZ1bGxOYW1lIl09InNwLzIuMC4zIixbImxvYWRPcmRlciJdPTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ic3AvMi4wLjMiLH0sdzNlbWM9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL3czZW1jLzIuMy4xIixbImZ1bGxOYW1lIl09InczZW1jLzIuMy4xIixbImxvYWRPcmRlciJdPTEwLHBy +++ _ModuleTable010_=ZE9yZGVyIl09MTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG9zdC84LjAuMSIsfSxzcD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvc3AvMi4wLjMiLFsiZnVsbE5hbWUiXT0ic3AvMi4wLjMiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzcC8yLjAuMyIsfSx3M2VtYz17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNlbWMvMi4zLjEiLFsiZnVsbE5hbWUiXT0idzNlbWMvMi4zLjEiLFsibG9hZE9yZGVyIl09MTAs ++ export _ModuleTable010_ -++ _ModuleTable011_=b3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczZW1jLzIuMy4xIix9LHczbmNvPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy93M25jby8yLjAuNyIsWyJmdWxsTmFtZSJdPSJ3M25jby8yLjAuNyIsWyJsb2FkT3JkZXIiXT05LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHpsaWI9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xL3psaWIvMS4yLjExIixbImZ1bGxOYW1lIl09InpsaWIvMS4yLjExIixbImxvYWRPcmRl +++ _ModuleTable011_=cHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNlbWMvMi4zLjEiLH0sdzNuY289e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL3czbmNvLzIuMC43IixbImZ1bGxOYW1lIl09InczbmNvLzIuMC43IixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNuY28vMi4wLjciLH0semxpYj17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvemxpYi8xLjIuMTEiLFsiZnVsbE5hbWUiXT0iemxpYi8xLjIuMTEiLFsibG9hZE9y ++ export _ModuleTable011_ -++ _ModuleTable012_=ciJdPTE3LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InpsaWIvMS4yLjExIix9LH0sbXBhdGhBPXsiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMiLCIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9EdXNhbi5Kb3ZpYy91ZnMvcHIxOC91ZnMtd2VhdGhlci1tb2RlbC9tb2R1bGVmaWxlcy93Y29zc19kZWxsX3AzIiwiL3VzcngvbG9jYWwvZGV2L2VtY19yb2NvdG8vbW9kdWxlZmlsZXMiLCIvdXNyeC9sb2NhbC9kZXYvbW9kdWxlZmlsZXMiLCIvdXNyeC9sb2NhbC9wcm9kL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlIiwiL3VzcngvbG9j +++ _ModuleTable012_=ZGVyIl09MTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iemxpYi8xLjIuMTEiLH0sfSxtcGF0aEE9eyIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcyIsIi9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcl9uZXcvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvd2Nvc3NfZGVsbF9wMyIsIi91c3J4L2xvY2FsL2Rldi9lbWNfcm9jb3RvL21vZHVsZWZpbGVzIiwiL3VzcngvbG9jYWwvZGV2L21vZHVsZWZpbGVzIiwiL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi91c3J4 ++ export _ModuleTable012_ -++ _ModuleTable013_=YWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9kZWZzIiwiL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29yZV9wcm9kIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xIiwiL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfcHJvZC9pcHMvMTguMC4xIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl9tcGkvaXBzLzE4LjAuMSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvbXBpX3RoaXJkL2lwcy8xOC4wLjEvaW1waS8xOC4wLjEiLCIvZ3Bmcy9kZWxsMS9uY28vb3BzL253 +++ _ModuleTable013_=L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZCIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvZGVmcyIsIi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBzLzE4LjAuMSIsIi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3Byb2QvaXBzLzE4LjAuMSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfbXBpL2lwcy8xOC4wLjEiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL21waV90aGlyZC9pcHMvMTguMC4xL2ltcGkvMTguMC4xIiwiL2dwZnMvZGVsbDEvbmNvL29w ++ export _ModuleTable013_ -++ _ModuleTable014_=cHJvZC9tb2R1bGVmaWxlcy9tcGlfcHJvZC9pcHMvMTguMC4xL2ltcGkvMTguMC4xIiwiL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzIix9LFsic3lzdGVtQmFzZU1QQVRIIl09Ii91c3J4L2xvY2FsL3Byb2QvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmU6L3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkOi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvZGVmczovZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb3JlX3Byb2QiLH0= +++ _ModuleTable014_=cy9ud3Byb2QvbW9kdWxlZmlsZXMvbXBpX3Byb2QvaXBzLzE4LjAuMS9pbXBpLzE4LjAuMSIsIi91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvdXNyeC9sb2NhbC9wcm9kL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlOi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZDovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2RlZnM6L2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29yZV9wcm9kIix9 ++ export _ModuleTable014_ ++ _ModuleTable_Sz_=14 ++ export _ModuleTable_Sz_ ++ : -s sh + eval -+ cd build_fv3_10 -+ cmake /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model -DREPRO=Y -D32BIT=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -DDYN32=ON -DSTATIC=ON -DMULTI_GASES=OFF ++ cd build_fv3_1 ++ cmake /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model -- The C compiler identification is Intel 18.0.1.20171018 -- The CXX compiler identification is Intel 18.0.1.20171018 -- The Fortran compiler identification is Intel 18.0.1.20171018 @@ -2588,8 +753,8 @@ CXX compiler: Intel 18.0.1.20171018 (mpiicpc) Fortran compiler: Intel 18.0.1.20171018 (mpiifort) DEBUG is disabled -REPRO is ENABLED -32BIT is ENABLED +REPRO is disabled +32BIT is disabled OPENMP is ENABLED AVX2 is disabled INLINE_POST is ENABLED @@ -2597,201 +762,143 @@ INLINE_POST is ENABLED Selected physics package: gfs -Force 64 bits in gfsphysics -Force 64 bits in ipd --- Dynamics compiled with 32-bit option, adjust fv_sat_adj types --- Detecting OpenMP flags for Intel C compiler: -qopenmp --- Detecting OpenMP flags for Intel C++ compiler: -qopenmp --- Detecting OpenMP flags for Intel Fortran compiler: -qopenmp --- Enable OpenMP support for C/C++/Fortran compiler --- Disable SIONlib support --- Disable Intel MKL support --- Enable netCDF support --- Disable ESMF support --- Disable multi-gases physics --- Detecting OpenMP flags for Intel C compiler: -qopenmp --- Detecting OpenMP flags for Intel C++ compiler: -qopenmp --- Detecting OpenMP flags for Intel Fortran compiler: -qopenmp --- Enable OpenMP support for C/C++/Fortran compiler --- Found LibXml2: /usr/lib64/libxml2.so (found version "2.9.1") --- Found Doxygen: /usr/bin/doxygen (found version "1.8.5") found components: doxygen dot --- Detecting OpenMP flags for Intel C compiler: -qopenmp --- Detecting OpenMP flags for Intel C++ compiler: -qopenmp --- Detecting OpenMP flags for Intel Fortran compiler: -qopenmp --- Enable OpenMP support for C/C++/Fortran compiler -INFOGot CCPP_SCHEMES from environment variable: /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/aer_cloud.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/aerclm_def.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/aerinterp.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/calpreciptype.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cldwat2m_micro.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cldmacro.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/date_def.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/funcphys.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gcycle.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/h2o_def.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/h2ointerp.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/iccn_def.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/iccninterp.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/iounitdef.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/machine.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mersenne_twister.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfpbl.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg_utils.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg2_0.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg3_0.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/multi_gases.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_model.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_parameters.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_radar.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_thompson.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MP_FER_HIRES.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_bl_mynn.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_mynn.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_orowam2017.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/namelist_soilveg.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfpblt.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfpbltq.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfscu.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfscuq.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/noahmp_tables.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/num_parthds.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozne_def.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozinterp.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/physcons.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/physparam.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radcons.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_aerosols.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_astronomy.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_clouds.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_gases.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_surface.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radlw_datatb.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radlw_param.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radsw_datatb.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radsw_param.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/samfaerosols.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfcsub.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sflx.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/set_soilveg.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/surface_perturbation.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_deep.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_sh.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/tridi.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/wv_saturation.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_soil_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rayleigh_damp.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radsw_main.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_ocean.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gwdc.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gscond.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ysuvdif.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_sice.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/samfdeepcnv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/satmedmfvdif.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozphys_2015.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/samfshalcnv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/precpd.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_fer_hires.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diag.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radlw_main.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_debug.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/satmedmfvdifq.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cs_conv.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/shinhongvdif.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/h2ophys.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_nst.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/moninedmf.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diff.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diag_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/m_micro.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gcm_shoc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gwdps.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/shalcnv.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/get_prs_fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozphys.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_stochastics.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/drag_suite.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_cice.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sascnvn.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cnvc90.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_drv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/dcyc2.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/moninshoc.f -INFOGot CAPS from environment variable: /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_10/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_regional_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_10/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_regional_time_vary_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_10/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_regional_radiation_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_10/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_regional_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_10/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_regional_stochastics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_10/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_regional_c768_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_10/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_regional_c768_time_vary_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_10/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_regional_c768_radiation_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_10/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_regional_c768_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_10/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_regional_c768_stochastics_cap.F90 -Force 64 bits in CCPP_layer -Force 64 bits in stochastic_physics -- Configuring done -- Generating done --- Build files have been written to: /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_10 +-- Build files have been written to: /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/tests/build_fv3_1 + make -j 4 -Scanning dependencies of target ccpp Scanning dependencies of target fv3cpl -[ 0%] Building Fortran object FV3/ccpp/framework/src/CMakeFiles/ccpp.dir/ccpp_errors.F90.o -[ 0%] Building Fortran object FV3/ccpp/framework/src/CMakeFiles/ccpp.dir/ccpp_types.F90.o -[ 0%] Building Fortran object FV3/cpl/CMakeFiles/fv3cpl.dir/module_cap_cpl.F90.o [ 0%] Building Fortran object FV3/cpl/CMakeFiles/fv3cpl.dir/module_cplfields.F90.o -[ 1%] Building Fortran object FV3/ccpp/framework/src/CMakeFiles/ccpp.dir/ccpp.F90.o -[ 1%] Building Fortran object FV3/ccpp/framework/src/CMakeFiles/ccpp.dir/ccpp_api.F90.o -[ 1%] Linking Fortran static library libccpp.a -[ 1%] Built target ccpp -[ 2%] Linking Fortran static library libfv3cpl.a -[ 2%] Built target fv3cpl -Scanning dependencies of target ccppphys -[ 2%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/machine.F.o -[ 2%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mersenne_twister.f.o -[ 2%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFDL_parse_tracers.F90.o -[ 2%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_mp_radar.F90.o -[ 2%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/iounitdef.f.o -[ 2%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/namelist_soilveg.f.o -[ 2%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/namelist_soilveg_ruc.F90.o -[ 2%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_noahmp_glacier.f90.o -[ 2%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_noahmplsm.f90.o -[ 3%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/noahmp_tables.f90.o +[ 1%] Building Fortran object FV3/cpl/CMakeFiles/fv3cpl.dir/module_cap_cpl.F90.o +Scanning dependencies of target gfsphysics +[ 1%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/machine.F.o +[ 2%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/co2hc.f.o Scanning dependencies of target fms [ 3%] Building Fortran object CMakeFiles/fms.dir/FMS/platform/platform.F90.o -[ 3%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_parameter.F90.o +[ 3%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_composition.f.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. +[ 3%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_parameter.F90.o +[ 3%] Linking Fortran static library libfv3cpl.a Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 3%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_soil_pre.F90.o +[ 4%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/efield.f.o [ 4%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_core.F90.o +[ 4%] Built target fv3cpl +[ 5%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/wam_f107_kp_mod.f90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 4%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_input.F90.o +[ 5%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/cloud_interpolator.F90.o +[ 5%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_input.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 4%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/cloud_interpolator.F90.o -[ 4%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_io.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/physcons.F90.o -[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/aerclm_def.F.o +[ 5%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mersenne_twister.f.o +[ 5%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/GFDL_parse_tracers.F90.o +[ 5%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_io.F90.o [ 5%] Building Fortran object CMakeFiles/fms.dir/FMS/random_numbers/MersenneTwister.F90.o -[ 5%] Building Fortran object CMakeFiles/fms.dir/FMS/sat_vapor_pres/sat_vapor_pres_k.F90.o -[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/physparam.f.o -[ 5%] Building Fortran object CMakeFiles/fms.dir/FMS/constants/constants.F90.o -[ 6%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_data.F90.o +[ 6%] Building Fortran object CMakeFiles/fms.dir/FMS/sat_vapor_pres/sat_vapor_pres_k.F90.o +[ 7%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/iounitdef.f.o +[ 7%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/namelist_soilveg.f.o +[ 7%] Building Fortran object CMakeFiles/fms.dir/FMS/constants/constants.F90.o +[ 7%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_wrf_utl.f90.o +[ 7%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/noahmp_tables.f90.o +[ 8%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_data.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/h2o_def.f.o -[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/iccn_def.F.o -[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/micro_mg_utils.F90.o -[ 6%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp.F90.o -[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozne_def.f.o -[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/surface_perturbation.F90.o -[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_deep.F90.o -[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_gfdl_cloud_microphys.F90.o +[ 8%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_mp_radar.F90.o +[ 8%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp.F90.o +[ 8%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/physcons.F90.o +[ 8%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/date_def.f.o +[ 9%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/progtm_module.f.o +[ 9%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/aerclm_def.f.o +[ 9%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2o_def.f.o +[ 9%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/physparam.f.o +[ 10%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ozne_def.f.o +[ 10%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gfs_phy_tracer_config.F.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gfs_phy_tracer_config.F.o -[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radcons.f90.o -[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/set_soilveg.f.o -[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MP_FER_HIRES.F90.o -[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_BL_MYJPBL.F90.o -[ 8%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/date_def.f.o -[ 8%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_mp_thompson.F90.o -[ 9%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gwdps.f.o -[ 10%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_SF_JSFC.F90.o -[ 10%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_efp.F90.o -[ 10%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_memutils.F90.o +[ 10%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/surface_perturbation.F90.o +[ 10%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_sf_noahmp_glacier.f90.o +[ 11%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_sf_noahmplsm.f90.o +[ 11%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/iccn_def.f.o +[ 12%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/micro_mg_utils.F90.o +[ 12%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gfdl_cloud_microphys.F90.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/tracer_const_h.f.o +[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/funcphys.f90.o +[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_ugwp_initialize.F90.o +[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radlw_param.f.o +[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radsw_param.f.o +[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_astronomy.f.o +[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_surface.f.o +[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_nst_parameters.f90.o +[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/aer_cloud.F.o +[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_mp_thompson_gfs.F90.o +[ 15%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_mp_wsm6_fv3.F90.o +[ 15%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/get_prs_fv3.f90.o +[ 16%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_cice.f.o +[ 16%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_diff.f.o +[ 16%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_ugwp_module.F90.o +[ 16%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/rascnvv2.f.o +[ 16%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_aerosols.f.o +ifort: command line warning #10121: overriding '-xHOST' with '-xCORE-AVX-I' +[ 16%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_bfmicrophysics.f.o +[ 16%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_gases.f.o +[ 16%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_efp.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 11%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_ruclsm.F90.o -[ 11%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_pset.F90.o +[ 17%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radlw_datatb.f.o +[ 17%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_memutils.F90.o +[ 18%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_pset.F90.o +[ 19%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radsw_datatb.f.o +[ 20%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_type.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 11%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_type.F90.o -[ 11%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/gradient.F90.o -[ 11%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_domains.F90.o -[ 11%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/set_soilveg_ruc.F90.o -[ 11%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_post.F90.o -[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cnvc90.f.o -[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_DCNV_generic.F90.o -[ 13%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_GWD_generic.F90.o -[ 13%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_MP_generic.F90.o -[ 14%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_PBL_generic.F90.o -[ 14%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_SCNV_generic.F90.o -[ 14%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_composites.F90.o -[ 14%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_loop_control.F90.o -[ 14%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/maximum_hourly_diagnostics.F90.o -[ 15%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozphys.f.o -[ 15%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rayleigh_damp.f.o -[ 15%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_diag_post.F90.o -[ 15%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_diff.f.o -[ 15%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_stochastics.F90.o -[ 15%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/funcphys.f90.o -[ 16%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radlw_param.f.o -[ 16%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radsw_param.f.o -[ 17%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_nst_parameters.f90.o -[ 17%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_bl_mynn.F90.o -[ 17%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_initialize.F90.o -[ 17%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_astronomy.f.o -[ 17%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_surface.f.o -[ 17%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/samfaerosols.F.o -[ 18%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/aerinterp.F90.o -[ 18%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/h2ointerp.f90.o -[ 19%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/iccninterp.F90.o -[ 19%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozinterp.f90.o -[ 20%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_mp_thompson_make_number_concentrations.F90.o -[ 20%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/aer_cloud.F.o -[ 20%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_sh.F90.o +[ 20%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_nst_water_prop.f90.o +[ 21%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/gradient.F90.o +[ 21%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/wv_saturation.F.o +[ 21%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_domains.F90.o +[ 22%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cs_conv.F90.o +[ 22%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_diag.f.o +[ 23%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_drv.f.o +[ 23%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_ocean.f.o +[ 24%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_sice.f.o +[ 24%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_typedefs.F90.o +[ 25%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_clouds.f.o +[ 25%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radlw_main.f.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 20%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/get_prs_fv3.F90.o -[ 21%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gfdl_cloud_microphys.F90.o -[ 21%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_generic.F90.o -[ 21%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/wv_saturation.F.o -[ 22%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/__/__/gfsphysics/GFS_layer/GFS_typedefs.F90.o -[ 22%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_nst_water_prop.f90.o -[ 23%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_module.F90.o -[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_bfmicrophysics.f.o -[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radsw_datatb.f.o -[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_aerosols.f.o -[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_gases.f.o -[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radlw_datatb.f.o -[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_mynn.F90.o -[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/moninedmf.f.o -[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_drv.f.o -[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/samfdeepcnv.f.o -[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/samfshalcnv.f.o -[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_diag.f.o -[ 25%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_sice.f.o -[ 25%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_time_vary_pre.fv3.F90.o -[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_clouds.f.o -[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radlw_main.f.o -[ 27%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radsw_main.f.o -[ 27%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_nst_model.f90.o -[ 27%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cldmacro.F.o -[ 27%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cldwat2m_micro.F.o -[ 27%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/micro_mg2_0.F90.o -[ 27%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/micro_mg3_0.F90.o -[ 27%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp.F90.o -[ 27%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_nst.f.o -[ 27%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_setup.F90.o +[ 25%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radsw_main.f.o +[ 25%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_nst_model.f90.o +[ 25%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cldmacro.F.o +[ 26%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cldwat2m_micro.F.o +[ 26%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/micro_mg2_0.F90.o +[ 26%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/micro_mg3_0.F90.o +[ 27%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_radiation_driver.F90.o +[ 27%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_diagnostics.F90.o +[ 27%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_nst.f.o +[ 27%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_physics_driver.F90.o +[ 27%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_restart.F90.o [ 28%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_io.F90.o [ 28%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_comm.F90.o Compiling in MPI mode (with or without MPP) @@ -2803,2168 +910,405 @@ Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 30%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_post.F90.o -[ 30%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/dcyc2.f.o -[ 30%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_suite_interstitial.F90.o -[ 30%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_pre.F90.o -[ 30%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rrtmg_lw_post.F90.o -[ 30%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rrtmg_lw_pre.F90.o -[ 30%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rrtmg_sw_post.F90.o -[ 30%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rrtmg_sw_pre.F90.o -[ 30%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_gfdlmp_regional_stochastics_cap.F90.o -[ 30%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_phys_time_vary.fv3.F90.o -[ 30%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_rad_time_vary.fv3.F90.o -[ 30%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_gfdlmp_regional_c768_stochastics_cap.F90.o -[ 30%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_gfdlmp_regional_physics_cap.F90.o -[ 31%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_gfdlmp_regional_c768_physics_cap.F90.o -[ 31%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_gfdlmp_regional_radiation_cap.F90.o -[ 32%] Building Fortran object CMakeFiles/fms.dir/FMS/fms/fms_io.F90.o +[ 28%] Building Fortran object CMakeFiles/fms.dir/FMS/memutils/memutils.F90.o +[ 28%] Building Fortran object CMakeFiles/fms.dir/FMS/fms/fms_io.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 33%] Building Fortran object CMakeFiles/fms.dir/FMS/memutils/memutils.F90.o -[ 34%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_gfdlmp_regional_time_vary_cap.F90.o -[ 34%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_gfdlmp_regional_c768_radiation_cap.F90.o -[ 34%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_gfdlmp_regional_c768_time_vary_cap.F90.o -[ 34%] Building Fortran object CMakeFiles/fms.dir/FMS/fms/fms.F90.o -[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/time_manager/time_manager.F90.o -[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bicubic.F90.o +[ 29%] Building Fortran object CMakeFiles/fms.dir/FMS/fms/fms.F90.o +[ 29%] Building Fortran object CMakeFiles/fms.dir/FMS/time_manager/time_manager.F90.o +[ 30%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bicubic.F90.o +[ 30%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bilinear.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bilinear.F90.o -[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_conserve.F90.o +[ 30%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_conserve.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_spherical.F90.o -[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/axis_utils/axis_utils.F90.o -[ 36%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_grid.F90.o +[ 30%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_spherical.F90.o +[ 30%] Building Fortran object CMakeFiles/fms.dir/FMS/axis_utils/axis_utils.F90.o +[ 30%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_grid.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 36%] Building Fortran object CMakeFiles/fms.dir/FMS/field_manager/field_manager.F90.o -[ 36%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/mosaic.F90.o -[ 36%] Building Fortran object CMakeFiles/fms.dir/FMS/topography/gaussian_topog.F90.o -[ 36%] Building Fortran object CMakeFiles/fms.dir/FMS/time_manager/get_cal_time.F90.o -[ 37%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp.F90.o -[ 37%] Building Fortran object CMakeFiles/fms.dir/FMS/time_interp/time_interp.F90.o -[ 37%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_data.F90.o +[ 30%] Building Fortran object CMakeFiles/fms.dir/FMS/field_manager/field_manager.F90.o +[ 30%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/mosaic.F90.o +[ 31%] Building Fortran object CMakeFiles/fms.dir/FMS/topography/gaussian_topog.F90.o +[ 31%] Building Fortran object CMakeFiles/fms.dir/FMS/time_manager/get_cal_time.F90.o +[ 31%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp.F90.o +[ 32%] Building Fortran object CMakeFiles/fms.dir/FMS/time_interp/time_interp.F90.o +[ 32%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_data.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 37%] Building Fortran object CMakeFiles/fms.dir/FMS/field_manager/fm_util.F90.o -[ 37%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_types.F90.o -[ 37%] Building Fortran object CMakeFiles/fms.dir/FMS/time_interp/time_interp_external.F90.o +[ 33%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_types.F90.o +[ 34%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_axis.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 37%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_axis.F90.o +[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_manifest.F90.o +[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/xbt_drop_rate_adjust.f90.o +[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/write_ocean_data.F90.o +[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/time_interp/time_interp_external.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 37%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_manifest.F90.o -[ 37%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/xbt_drop_rate_adjust.f90.o -[ 38%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/write_ocean_data.F90.o -[ 38%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_output.F90.o +[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/field_manager/fm_util.F90.o +[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_output.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 38%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_util.F90.o +[ 36%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_util.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 39%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_table.F90.o -[ 39%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_manager.F90.o +[ 36%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_table.F90.o +[ 36%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_manager.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 39%] Building Fortran object CMakeFiles/fms.dir/FMS/data_override/data_override.F90.o +[ 36%] Building Fortran object CMakeFiles/fms.dir/FMS/data_override/data_override.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 39%] Building Fortran object CMakeFiles/fms.dir/FMS/exchange/stock_constants.F90.o -[ 39%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/coupler_types.F90.o -[ 39%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/__/__/gfsphysics/CCPP_layer/CCPP_typedefs.F90.o -[ 40%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_gfdlmp_regional_c768_cap.F90.o -[ 40%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_gfdlmp_regional_cap.F90.o -[ 40%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_debug.F90.o -[ 40%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_suite_init_finalize_test.F90.o -[ 40%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cs_conv.F90.o -[ 40%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cs_conv_aw_adj.F90.o -[ 40%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver.F90.o -[ 41%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver_post.F90.o -[ 41%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver_pre.F90.o -[ 42%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke.F90.o -[ 43%] Building Fortran object CMakeFiles/fms.dir/FMS/amip_interp/amip_interp.F90.o -[ 43%] Building Fortran object CMakeFiles/fms.dir/FMS/astronomy/astronomy.F90.o -[ 43%] Building Fortran object CMakeFiles/fms.dir/FMS/block_control/block_control.F90.o +[ 36%] Building Fortran object CMakeFiles/fms.dir/FMS/exchange/stock_constants.F90.o +[ 37%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/coupler_types.F90.o +[ 38%] Building Fortran object CMakeFiles/fms.dir/FMS/amip_interp/amip_interp.F90.o +[ 38%] Building Fortran object CMakeFiles/fms.dir/FMS/block_control/block_control.F90.o +[ 38%] Building Fortran object CMakeFiles/fms.dir/FMS/astronomy/astronomy.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 44%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke_post.F90.o -[ 45%] Building Fortran object CMakeFiles/fms.dir/FMS/column_diagnostics/column_diagnostics.F90.o -[ 45%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke_pre.F90.o -[ 45%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/atmos_ocean_fluxes.F90.o -[ 45%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/drag_suite.F90.o -[ 46%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/ensemble_manager.F90.o -[ 46%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters.F90.o +[ 38%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_driver.F90.o +[ 39%] Building Fortran object CMakeFiles/fms.dir/FMS/column_diagnostics/column_diagnostics.F90.o +[ 39%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/atmos_ocean_fluxes.F90.o +[ 39%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/ensemble_manager.F90.o +[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters.F90.o +[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/exchange/xgrid.F90.o Compiling in MPI mode (with or without MPP) Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 46%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gcm_shoc.F90.o -[ 47%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gfdl_fv_sat_adj.F90.o -[ 47%] Building Fortran object CMakeFiles/fms.dir/FMS/exchange/xgrid.F90.o -[ 47%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gscond.f.o -[ 48%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft.F90.o -[ 48%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gwdc.f.o +[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft.F90.o +[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft99.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 48%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft99.F90.o -[ 49%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/h2ophys.f.o -[ 49%] Building Fortran object CMakeFiles/fms.dir/FMS/interpolator/interpolator.F90.o +[ 42%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_abstraction_layer.F90.o +[ 43%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2oc.f.o +[ 43%] Building Fortran object CMakeFiles/fms.dir/FMS/interpolator/interpolator.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 49%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/grid.F90.o -[ 49%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/lsm_ruc_sfc_sice_interstitial.F90.o -[ 49%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/m_micro.F90.o -[ 49%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/m_micro_interstitial.F90.o -[ 50%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_utilities.F90.o -[ 50%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYJPBL_wrapper.F90.o -[ 50%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core.F90.o -[ 50%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYJSFC_wrapper.F90.o -[ 50%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNPBL_wrapper.F90.o -[ 51%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNSFC_wrapper.F90.o -[ 51%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core_ecda.F90.o -[ 51%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNrad_post.F90.o -[ 52%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNrad_pre.F90.o -[ 52%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/moninshoc.f.o -[ 53%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_fer_hires.F90.o -[ 53%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_thompson.F90.o -[ 53%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_thompson_post.F90.o -[ 54%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_thompson_pre.F90.o -[ 54%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/multi_gases.F90.o -[ 54%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozphys_2015.f.o -[ 54%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/precpd.f.o -[ 54%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sascnvn.F.o -[ 54%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/satmedmfvdif.F.o -[ 54%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/satmedmfvdifq.F.o -[ 55%] Building Fortran object CMakeFiles/fms.dir/FMS/random_numbers/random_numbers.F90.o -[ 56%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_cice.f.o -[ 56%] Building Fortran object CMakeFiles/fms.dir/FMS/sat_vapor_pres/sat_vapor_pres.F90.o -[ 56%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_drv_ruc.F90.o -[ 57%] Building Fortran object CMakeFiles/fms.dir/FMS/station_data/station_data.F90.o -[ 57%] Building Fortran object CMakeFiles/fms.dir/FMS/topography/topography.F90.o -[ 57%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_noahmp_drv.f.o -[ 57%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_ocean.F.o -[ 57%] Building Fortran object CMakeFiles/fms.dir/FMS/tracer_manager/tracer_manager.F90.o -[ 58%] Building Fortran object CMakeFiles/fms.dir/FMS/tridiagonal/tridiagonal.F90.o -[ 59%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfcsub.F.o -[ 59%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/shalcnv.F.o -[ 60%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/quicksort.F90.o -[ 60%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/shinhongvdif.F90.o -[ 60%] Building C object CMakeFiles/fms.dir/FMS/memutils/memuse.c.o -[ 60%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ugwp_driver_v0.F.o -[ 60%] Building C object CMakeFiles/fms.dir/FMS/mosaic/create_xgrid.c.o -[ 60%] Building C object CMakeFiles/fms.dir/FMS/mosaic/gradient_c2l.c.o -[ 61%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ysuvdif.F90.o -[ 61%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/calpreciptype.f90.o -[ 62%] Building C object CMakeFiles/fms.dir/FMS/mosaic/interp.c.o -[ 62%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gcycle.F90.o -[ 62%] Building C object CMakeFiles/fms.dir/FMS/mosaic/mosaic_util.c.o -[ 63%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gocart_tracer_config_stub.f.o -[ 63%] Building C object CMakeFiles/fms.dir/FMS/mosaic/read_mosaic.c.o -[ 64%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfpbl.f.o -[ 64%] Building C object CMakeFiles/fms.dir/FMS/affinity/affinity.c.o -[ 64%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_triggers.F90.o -[ 65%] Building C object CMakeFiles/fms.dir/FMS/mpp/nsclock.c.o -[ 65%] Building C object CMakeFiles/fms.dir/FMS/mpp/threadloc.c.o -[ 66%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_solvers.F90.o -[ 66%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_utils.F90.o -[ 66%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_orowam2017.f.o -[ 67%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_vert_lsatdis.F90.o -[ 67%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_vert_orodis.F90.o -[ 67%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_vert_wmsdis.F90.o -[ 68%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfpblt.f.o -[ 68%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfpbltq.f.o -[ 68%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfscu.f.o -[ 68%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfscuq.f.o -[ 68%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/num_parthds.F.o -[ 68%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sflx.f.o -[ 68%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/tridi.f.o -[ 68%] Linking Fortran static library libccppphys.a -[ 68%] Built target ccppphys -Scanning dependencies of target gfsphysics -[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mersenne_twister.f.o -[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/namelist_soilveg.f.o -[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/machine.F.o -[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/GFDL_parse_tracers.F90.o -[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/physparam.f.o -[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/CCPP_layer/CCPP_typedefs.F90.o -[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/physcons.F90.o -[ 70%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radlw_param.f.o -[ 70%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radsw_param.f.o -[ 70%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_typedefs.F90.o -[ 70%] Linking Fortran static library FMS/libfms.a -[ 70%] Built target fms -[ 71%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_diagnostics.F90.o -[ 72%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_driver.F90.o -[ 72%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/CCPP_layer/CCPP_data.F90.o -[ 72%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_restart.F90.o -[ 72%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_abstraction_layer.F90.o -[ 72%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/__/ccpp/physics/ccpp_static_api.F90.o -[ 72%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/noahmp_tables.f90.o -[ 72%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/set_soilveg.f.o -[ 72%] Linking Fortran static library libgfsphysics.a -[ 72%] Built target gfsphysics +[ 43%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_solar_heating.f.o +[ 43%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/grid.F90.o +[ 43%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_tracer.f.o +[ 44%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ideaca.f.o +[ 44%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfcsub.F.o +[ 44%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_utilities.F90.o +[ 44%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ugwp_driver_v0.f.o +[ 44%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cnvc90.f.o +[ 44%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/dcyc2.f.o +[ 44%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/dcyc2.pre.rad.f.o +[ 44%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/get_prs.f.o +[ 44%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gocart_tracer_config_stub.f.o +[ 44%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core.F90.o +[ 45%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gscond.f.o +[ 45%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gscondp.f.o +[ 45%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core_ecda.F90.o +[ 45%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gwdc.f.o +[ 46%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gwdps.f.o +[ 46%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_orowam2017.f.o +[ 46%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2ohdc.f.o +[ 46%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2ophys.f.o +[ 46%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_co2.f.o +[ 46%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_dissipation.f.o +[ 47%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_h2o.f.o +[ 47%] Building Fortran object CMakeFiles/fms.dir/FMS/random_numbers/random_numbers.F90.o +[ 47%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_ion.f.o +[ 47%] Building Fortran object CMakeFiles/fms.dir/FMS/sat_vapor_pres/sat_vapor_pres.F90.o +[ 47%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_o2_o3.f.o +[ 48%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_phys.f.o +[ 48%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/lrgsclr.f.o +[ 48%] Building Fortran object CMakeFiles/fms.dir/FMS/station_data/station_data.F90.o +[ 48%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfpbl.f.o +[ 49%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfpblt.f.o +[ 49%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfpbltq.f.o +[ 49%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfscu.f.o +[ 49%] Building Fortran object CMakeFiles/fms.dir/FMS/topography/topography.F90.o +[ 50%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfscuq.f.o +[ 50%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninedmf.f.o +[ 50%] Building Fortran object CMakeFiles/fms.dir/FMS/tracer_manager/tracer_manager.F90.o +[ 50%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninedmf_hafs.f.o +[ 51%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninp.f.o +[ 51%] Building Fortran object CMakeFiles/fms.dir/FMS/tridiagonal/tridiagonal.F90.o +[ 52%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/quicksort.F90.o +[ 53%] Building C object CMakeFiles/fms.dir/FMS/memutils/memuse.c.o +[ 53%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninp1.f.o +[ 53%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninq.f.o +[ 53%] Building C object CMakeFiles/fms.dir/FMS/mosaic/create_xgrid.c.o +[ 54%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninq1.f.o +[ 54%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninshoc.f.o +[ 54%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mstadb.f.o +[ 55%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mstadbtn.f.o +[ 55%] Building C object CMakeFiles/fms.dir/FMS/mosaic/gradient_c2l.c.o +[ 56%] Building C object CMakeFiles/fms.dir/FMS/mosaic/interp.c.o +[ 56%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mstadbtn2.f.o +[ 56%] Building C object CMakeFiles/fms.dir/FMS/mosaic/mosaic_util.c.o +[ 56%] Building C object CMakeFiles/fms.dir/FMS/mosaic/read_mosaic.c.o +[ 56%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mstcnv.f.o +[ 57%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ozphys.f.o +[ 57%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ozphys_2015.f.o +[ 57%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/precpd.f.o +[ 57%] Building C object CMakeFiles/fms.dir/FMS/affinity/affinity.c.o +[ 58%] Building C object CMakeFiles/fms.dir/FMS/mpp/nsclock.c.o +[ 59%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/precpd_shoc.f.o +[ 59%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/precpdp.f.o +[ 59%] Building C object CMakeFiles/fms.dir/FMS/mpp/threadloc.c.o +[ 59%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/progt2.f.o +[ 59%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/rad_initialize.f.o +[ 60%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/rayleigh_damp.f.o +[ 60%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/samfaerosols.f.o +[ 60%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/rayleigh_damp_mesopause.f.o +[ 61%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/samfdeepcnv.f.o +[ 61%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/samfshalcnv.f.o +[ 61%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sascnv.f.o +[ 61%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sascnvn.f.o +[ 62%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/satmedmfvdif.f.o +[ 62%] Linking Fortran static library FMS/libfms.a +[ 62%] Built target fms +[ 62%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/satmedmfvdifq.f.o +[ 62%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/set_soilveg.f.o +[ 62%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_noahmp_drv.f.o +[ 62%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sflx.f.o +[ 62%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcnv.f.o +[ 63%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcv.f.o +[ 63%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcv_1lyr.f.o +[ 63%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcv_fixdp.f.o +[ 63%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcv_opr.f.o +[ 63%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/tridi2t3.f.o +[ 63%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/calpreciptype.f90.o +[ 63%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gcm_shoc.f90.o +[ 64%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2ointerp.f90.o +[ 65%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ozinterp.f90.o +[ 65%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/iccninterp.f90.o +[ 65%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/aerinterp.f90.o +[ 66%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/num_parthds.F.o +[ 67%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gcycle.F90.o +[ 68%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_ugwp_utils.F90.o +[ 68%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_ugwp_triggers.F90.o +[ 68%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_ugwp_solvers.F90.o +[ 68%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_vert_lsatdis.F90.o +[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_vert_orodis.F90.o +[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_vert_wmsdis.F90.o +[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/m_micro_driver.F90.o +[ 70%] Linking Fortran static library libgfsphysics.a +[ 70%] Built target gfsphysics Scanning dependencies of target ipd -Scanning dependencies of target ccppdriver -[ 72%] Building Fortran object FV3/ipd/CMakeFiles/ipd.dir/IPD_typedefs.F90.o -[ 72%] Building Fortran object FV3/ccpp/driver/CMakeFiles/ccppdriver.dir/CCPP_driver.F90.o -[ 72%] Building Fortran object FV3/ipd/CMakeFiles/ipd.dir/IPD_driver.F90.o -[ 73%] Linking Fortran static library libccppdriver.a -[ 73%] Built target ccppdriver -[ 74%] Linking Fortran static library libipd.a -[ 74%] Built target ipd +[ 70%] Building Fortran object FV3/ipd/CMakeFiles/ipd.dir/IPD_typedefs.F90.o +[ 70%] Building Fortran object FV3/ipd/CMakeFiles/ipd.dir/IPD_driver.F90.o +[ 70%] Linking Fortran static library libipd.a +[ 70%] Built target ipd Scanning dependencies of target io -[ 75%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_internal_state.F90.o -[ 75%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_fv3_io_def.F90.o -Scanning dependencies of target fv3core -[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/external_sst.F90.o -[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_arrays.F90.o -[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_fill.F90.o -[ 76%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_nemsio.F90.o -[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/sim_nc_mod.F90.o -Using 8-byte addressing +[ 70%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_internal_state.F90.o +[ 70%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_fv3_io_def.F90.o +[ 71%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_nemsio.F90.o +[ 71%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_netcdf.F90.o +Scanning dependencies of target fv3core +[ 72%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_arrays.F90.o +[ 73%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/external_sst.F90.o +Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 76%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_netcdf.F90.o -[ 76%] Building Fortran object FV3/io/CMakeFiles/io.dir/post_gfs.F90.o -[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/DYCORE_typedefs.F90.o -[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/sorted_index.F90.o -[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_mp_mod.F90.o -[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_sg.F90.o -[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_eta.F90.o -[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_timing.F90.o -[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/boundary.F90.o -[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_grid_utils.F90.o +[ 73%] Building Fortran object FV3/io/CMakeFiles/io.dir/post_gfs.F90.o +[ 74%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_fill.F90.o +[ 74%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/sim_nc_mod.F90.o +[ 74%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/DYCORE_typedefs.F90.o +[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/sorted_index.F90.o +[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_mp_mod.F90.o +[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_eta.F90.o +[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_cmp.F90.o +[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_timing.F90.o +[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_sg.F90.o +[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_grid_utils.F90.o +[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/boundary.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 77%] Building Fortran object FV3/io/CMakeFiles/io.dir/FV3GFS_io.F90.o -[ 78%] Building Fortran object FV3/io/CMakeFiles/io.dir/ffsync.F90.o -[ 78%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_wrt_grid_comp.F90.o -[ 79%] Building Fortran object FV3/io/CMakeFiles/io.dir/post_nems_routines.F90.o -[ 79%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/a2b_edge.F90.o -[ 79%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_mapz.F90.o -[ 79%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_surf_map.F90.o -[ 79%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/tp_core.F90.o -[ 80%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_grid_tools.F90.o -[ 80%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/init_hydro.F90.o -[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_treat_da_inc.F90.o -[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/sw_core.F90.o -[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_iau_mod.F90.o -[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_diagnostics.F90.o -[ 82%] Linking Fortran static library libio.a -[ 82%] Built target io -[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_io.F90.o -[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/nh_utils.F90.o -[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/nh_core.F90.o -[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_nudge.F90.o -[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_regional_bc.F90.o -[ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/fv_nggps_diag.F90.o -[ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/test_cases.F90.o -[ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_tracer2d.F90.o -[ 85%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_update_phys.F90.o -[ 85%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/dyn_core.F90.o -[ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/external_ic.F90.o -[ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_restart.F90.o -[ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_nesting.F90.o -[ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_control.F90.o -[ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_dynamics.F90.o -[ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/atmosphere.F90.o -[ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/multi_gases.F90.o +[ 76%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_wrt_grid_comp.F90.o +[ 76%] Building Fortran object FV3/io/CMakeFiles/io.dir/ffsync.F90.o +[ 76%] Building Fortran object FV3/io/CMakeFiles/io.dir/FV3GFS_io.F90.o +[ 76%] Building Fortran object FV3/io/CMakeFiles/io.dir/post_nems_routines.F90.o +[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_mapz.F90.o +[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/a2b_edge.F90.o +[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_surf_map.F90.o +[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/tp_core.F90.o +[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_grid_tools.F90.o +[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/init_hydro.F90.o +[ 78%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_treat_da_inc.F90.o +[ 78%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/sw_core.F90.o +[ 79%] Linking Fortran static library libio.a +[ 79%] Built target io +[ 79%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_iau_mod.F90.o +[ 79%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_diagnostics.F90.o +[ 80%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_io.F90.o +[ 80%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/nh_utils.F90.o +[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/nh_core.F90.o +[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_nudge.F90.o +[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_regional_bc.F90.o +[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/fv_nggps_diag.F90.o +[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/test_cases.F90.o +[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_tracer2d.F90.o +[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/dyn_core.F90.o +[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_update_phys.F90.o +[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/external_ic.F90.o +[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_restart.F90.o +[ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_control.F90.o +[ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_nesting.F90.o +[ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_dynamics.F90.o +[ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/atmosphere.F90.o +[ 85%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/multi_gases.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 87%] Linking Fortran static library libfv3core.a -[ 87%] Built target fv3core +[ 85%] Linking Fortran static library libfv3core.a +[ 85%] Built target fv3core Scanning dependencies of target stochastic_physics -[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/spectral_layout.F90.o -[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/update_ca.f90.o -[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_resol_def.f.o -[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_gg_def.f.o -[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_layout_lag.f.o -[ 89%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/glats_stochy.f.o -[ 89%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_namelist_def.F90.o -[ 90%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/epslon_stochy.f.o -[ 90%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/setlats_lag_stochy.f.o -[ 90%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/get_lats_node_a_stochy.f.o -[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/get_ls_node_stochy.f.o -[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/gozrineo_stochy.f.o -[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/pln2eo_stochy.f.o -[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/setlats_a_stochy.f.o +[ 86%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_resol_def.f.o +[ 87%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/update_ca.f90.o +[ 87%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/spectral_layout.F90.o +[ 87%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_gg_def.f.o +[ 87%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_layout_lag.f.o +[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/glats_stochy.f.o +[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_namelist_def.F90.o +[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/compns_stochy.F90.o +[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/setlats_lag_stochy.f.o +[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/epslon_stochy.f.o +[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/get_lats_node_a_stochy.f.o +[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/get_ls_node_stochy.f.o +[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/gozrineo_stochy.f.o +[ 89%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/pln2eo_stochy.f.o +[ 90%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/setlats_a_stochy.f.o [ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_internal_state_mod.F90.o -[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/dezouv_stochy.f.o -[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/dozeuv_stochy.f.o -[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/four_to_grid_stochy.F.o -[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/compns_stochy.F90.o -[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_patterngenerator.F90.o -[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/sumfln_stochy.f.o -[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/getcon_lag_stochy.f.o -[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/getcon_spectral.F90.o -[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/initialize_spectral_mod.F90.o -[ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_data_mod.F90.o -[ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/get_stochy_pattern.F90.o -[ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochastic_physics.F90.o -[ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/plumes.f90.o +[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/dezouv_stochy.f.o +[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/dozeuv_stochy.f.o +[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/four_to_grid_stochy.F.o +[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_patterngenerator.F90.o +[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/sumfln_stochy.f.o +[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/getcon_lag_stochy.f.o +[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/getcon_spectral.F90.o +[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/initialize_spectral_mod.F90.o +[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_data_mod.F90.o +[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/get_stochy_pattern.F90.o +[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochastic_physics.F90.o +[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/plumes.f90.o +[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/cellular_automata.f90.o [ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/num_parthds_stochy.f.o -[ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/cellular_automata.f90.o [ 95%] Linking Fortran static library libstochastic_physics.a [ 95%] Built target stochastic_physics Scanning dependencies of target fv3cap [ 95%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/module_fv3_config.F90.o -[ 95%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/atmos_model.F90.o -[ 95%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/module_fcst_grid_comp.F90.o -[ 96%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/fv3_cap.F90.o -[ 96%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/time_utils.F90.o +[ 96%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/atmos_model.F90.o +[ 97%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/module_fcst_grid_comp.F90.o +[ 97%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/time_utils.F90.o +[ 97%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/fv3_cap.F90.o [ 97%] Linking Fortran static library libfv3cap.a [ 97%] Built target fv3cap Scanning dependencies of target NEMS.exe -[ 98%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_EARTH_INTERNAL_STATE.F90.o -[ 98%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_MEDIATOR_methods.F90.o -[ 98%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/ENS_Cpl/ENS_CplComp_ESMFMod_STUB.F90.o -[ 98%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_MEDIATOR_SpaceWeather.F90.o -[ 98%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_UTILS.F90.o -[ 99%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_INTERNAL_STATE.F90.o -[ 99%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_Rusage.F90.o -[100%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_MEDIATOR.F90.o -[100%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_EARTH_GRID_COMP.F90.o -[100%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_GRID_COMP.F90.o +[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/ENS_Cpl/ENS_CplComp_ESMFMod_STUB.F90.o +[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_EARTH_INTERNAL_STATE.F90.o +[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_MEDIATOR_methods.F90.o +[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_MEDIATOR_SpaceWeather.F90.o +[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_UTILS.F90.o +[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_INTERNAL_STATE.F90.o +[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_Rusage.F90.o +[ 98%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_MEDIATOR.F90.o +[ 99%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_EARTH_GRID_COMP.F90.o +[ 99%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_GRID_COMP.F90.o [100%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/MAIN_NEMS.F90.o [100%] Building C object CMakeFiles/NEMS.exe.dir/NEMS/src/nems_c_rusage.c.o [100%] Linking Fortran executable NEMS.exe /usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib/libjasper.a(jas_stream.o): In function `jas_stream_tmpfile': /usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/src/jasper-1.900.29/src/libjasper/base/jas_stream.c:520: warning: the use of `tmpnam' is dangerous, better use `mkstemp' [100%] Built target NEMS.exe -+ mv NEMS.exe ../fv3_10.exe -+ cp /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3 ../modules.fv3_10 ++ mv NEMS.exe ../fv3_1.exe ++ cp /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3 ../modules.fv3_1 + cd .. + '[' YES = YES ']' -+ rm -rf build_fv3_10 -+ elapsed=653 -+ echo 'Elapsed time 653 seconds. Compiling REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp_regional,FV3_GFS_2017_gfdlmp_regional_c768 32BIT=Y finished' -Elapsed time 653 seconds. Compiling REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp_regional,FV3_GFS_2017_gfdlmp_regional_c768 32BIT=Y finished ++ rm -rf build_fv3_1 ++ elapsed=610 ++ echo 'Elapsed time 610 seconds. Compiling finished' +Elapsed time 610 seconds. Compiling finished + SECONDS=0 -+++ readlink -f /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/compile_cmake.sh -++ dirname /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/compile_cmake.sh -+ readonly MYDIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests -+ MYDIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests ++++ readlink -f /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/tests/compile_cmake.sh +++ dirname /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/tests/compile_cmake.sh ++ readonly MYDIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/tests ++ MYDIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/tests + readonly ARGC=4 + ARGC=4 -+ cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests ++ cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/tests + [[ 4 -eq 0 ]] + [[ 4 -lt 2 ]] -+ PATHTR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model ++ PATHTR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model + MACHINE_ID=wcoss_dell_p3 -+ MAKE_OPT='REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp' -+ BUILD_NAME=fv3_11 ++ MAKE_OPT=WW3=Y ++ BUILD_NAME=fv3_2 + clean_before=YES + clean_after=YES -+ BUILD_DIR=build_fv3_11 ++ BUILD_DIR=build_fv3_2 + [[ wcoss_dell_p3 == cheyenne.* ]] + [[ wcoss_dell_p3 == wcoss_dell_p3 ]] + MAKE_THREADS=4 + MAKE_THREADS=4 + hostname m72a3 -+ cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests -+ echo 'Compiling REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp into fv3_11.exe on wcoss_dell_p3' -Compiling REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp into fv3_11.exe on wcoss_dell_p3 ++ cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/tests ++ echo 'Compiling WW3=Y into fv3_2.exe on wcoss_dell_p3' +Compiling WW3=Y into fv3_2.exe on wcoss_dell_p3 + '[' YES = YES ']' -+ rm -rf build_fv3_11 -+ mkdir -p build_fv3_11 ++ rm -rf build_fv3_2 ++ mkdir -p build_fv3_2 + CCPP_CMAKE_FLAGS= -+ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp == *\D\E\B\U\G\=\Y* ]] -+ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp == *\R\E\P\R\O\=\Y* ]] -+ CCPP_CMAKE_FLAGS=' -DREPRO=Y' -+ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp == *\3\2\B\I\T\=\Y* ]] -+ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp == *\O\P\E\N\M\P\=\N* ]] -+ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp == *\C\C\P\P\=\Y* ]] -+ CCPP_CMAKE_FLAGS=' -DREPRO=Y -DCCPP=ON -DMPI=ON' -+ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp == *\D\E\B\U\G\=\Y* ]] -+ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp == *\R\E\P\R\O\=\Y* ]] -+ CCPP_CMAKE_FLAGS=' -DREPRO=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit' -+ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp == *\3\2\B\I\T\=\Y* ]] -+ CCPP_CMAKE_FLAGS=' -DREPRO=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -DDYN32=OFF' -+ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp == *\S\T\A\T\I\C\=\Y* ]] -+ CCPP_CMAKE_FLAGS=' -DREPRO=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -DDYN32=OFF -DSTATIC=ON' -+ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp == *\M\U\L\T\I\_\G\A\S\E\S\=\Y* ]] -+ CCPP_CMAKE_FLAGS=' -DREPRO=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF' -++ echo REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp -++ sed 's/.* SUITES=//' -++ sed 's/ .*//' -+ SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp -+ cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model -+ ./FV3/ccpp/framework/scripts/ccpp_prebuild.py --config=FV3/ccpp/config/ccpp_prebuild_config.py --static --suites=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp --builddir=tests/build_fv3_11/FV3 -INFO: Logging level set to INFO -INFO: Found TYPEDEFS_NEW_METADATA dictionary in config, assume at least some data is in new metadata formet -INFO: Parsing suite definition files ... -INFO: Parsing suite definition file FV3/ccpp/suites/suite_FV3_GFS_2017_gfdlmp.xml ... -INFO: Parsing suite definition file FV3/ccpp/suites/suite_FV3_GFS_2017_gfdlmp_noahmp.xml ... -INFO: Parsing metadata tables for variables provided by host model ... -INFO: Parsed variable definition tables in module machine -INFO: Parsed variable definition tables in module module_radsw_parameters -INFO: Parsed variable definition tables in module module_radlw_parameters -INFO: Parsed variable definition tables in module CCPP_typedefs -INFO: Parsed variable definition tables in module GFS_typedefs -INFO: Parsed variable definition tables in module CCPP_data -INFO: Parsed variable definition tables in module ccpp_types -INFO: Convert local names from new metadata format into old metadata format ... -INFO: Converting local name sfcflw of variable lw_fluxes_sfc from new to old metadata -INFO: Converting local name nslwr of variable number_of_timesteps_between_longwave_radiation_calls from new to old metadata -INFO: Converting local name hydrostatic of variable flag_for_hydrostatic_solver from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_of_kinematic_buoyancy_flux_from_shoc_in_phy_f3d) of variable kinematic_buoyancy_flux_from_shoc from new to old metadata -INFO: Converting local name nkbfshoc of variable index_of_kinematic_buoyancy_flux_from_shoc_in_phy_f3d from new to old metadata -INFO: Converting local name dvisbm_cpl of variable cumulative_surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name cnvw of variable convective_cloud_water_mixing_ratio from new to old metadata -INFO: Converting local name ltaerosol of variable flag_for_aerosol_physics from new to old metadata -INFO: Converting local name rainmcadj of variable lwe_thickness_of_moist_convective_adj_precipitation_amount from new to old metadata -INFO: Converting local name loop_cnt of variable ccpp_loop_counter from new to old metadata -INFO: Converting local name ncpi of variable local_ice_number_concentration from new to old metadata -INFO: Converting local name pt of variable virtual_temperature_at_Lagrangian_surface from new to old metadata -INFO: Converting local name nirbmui of variable surface_upwelling_direct_near_infrared_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name vconvtend of variable tendency_of_y_wind_due_to_deep_convection_for_coupling_on_physics_timestep from new to old metadata -INFO: Converting local name uustar_ice of variable surface_friction_velocity_over_ice from new to old metadata -INFO: Converting local name phy_myj_uz0 of variable u_wind_component_at_viscous_sublayer_top from new to old metadata -INFO: Converting local name evap_land of variable kinematic_surface_upward_latent_heat_flux_over_land from new to old metadata -INFO: Converting local name ocean of variable flag_nonzero_ocean_surface_fraction from new to old metadata -INFO: Converting local name ep1d_ocean of variable surface_upward_potential_latent_heat_flux_over_ocean from new to old metadata -INFO: Converting local name qconvtend of variable tendency_of_water_vapor_specific_humidity_due_to_deep_convection_for_coupling_on_physics_timestep from new to old metadata -INFO: Converting local name islmsk_cice of variable sea_land_ice_mask_cice from new to old metadata -INFO: Converting local name cmm_ice of variable surface_drag_wind_speed_for_momentum_in_air_over_ice from new to old metadata -INFO: Converting local name visdfdi of variable surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name cnv_ndrop of variable number_concentration_of_cloud_liquid_water_particles_for_detrainment from new to old metadata -INFO: Converting local name sh2o of variable volume_fraction_of_unfrozen_soil_moisture_for_land_surface_model from new to old metadata -INFO: Converting local name tau_tofd of variable time_integral_of_momentum_flux_due_to_turbulent_orographic_form_drag from new to old metadata -INFO: Converting local name dnirbmi_cpl of variable instantaneous_surface_downwelling_direct_near_infrared_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name refdmax263k of variable maximum_reflectivity_at_minus10c_over_maximum_hourly_time_interval from new to old metadata -INFO: Converting local name ulwsfci of variable surface_upwelling_longwave_flux from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_liquid_cloud_condensate) of variable tendency_of_liquid_cloud_water_mixing_ratio_due_to_model_physics from new to old metadata -INFO: Converting local name ntcw of variable index_for_liquid_cloud_condensate from new to old metadata -INFO: Converting local name lheatstrg of variable flag_for_canopy_heat_storage from new to old metadata -INFO: Converting local name slc of variable volume_fraction_of_unfrozen_soil_moisture from new to old metadata -INFO: Converting local name tsfc_land of variable surface_skin_temperature_over_land_interstitial from new to old metadata -INFO: Converting local name save_v of variable y_wind_save from new to old metadata -INFO: Converting local name xkzm_m of variable atmosphere_momentum_diffusivity_background from new to old metadata -INFO: Converting local name gabsbdlw_land of variable surface_downwelling_longwave_flux_absorbed_by_ground_over_land from new to old metadata -INFO: Converting local name tprcp_ice of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_ice from new to old metadata -INFO: Converting local name stblcpxy of variable slow_soil_pool_mass_content_of_carbon from new to old metadata -INFO: Converting local name cdq_land of variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_land from new to old metadata -INFO: Converting local name du3dt(:,:,2) of variable cumulative_change_in_x_wind_due_to_orographic_gravity_wave_drag from new to old metadata -INFO: Converting local name mg_berg_eff_factor of variable mg_bergeron_efficiency_factor from new to old metadata -INFO: Converting local name clouds(:,:,3) of variable mean_effective_radius_for_liquid_cloud from new to old metadata -INFO: Converting local name aer_nm of variable aerosol_number_concentration_from_gocart_aerosol_climatology from new to old metadata -INFO: Converting local name xzts of variable sensitivity_of_dtl_thickness_to_surface_temperature from new to old metadata -INFO: Converting local name lake of variable flag_nonzero_lake_surface_fraction from new to old metadata -INFO: Converting local name kb of variable vertical_index_difference_between_layer_and_lower_bound from new to old metadata -INFO: Converting local name ipt of variable index_for_diagnostic_printout from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_ice_friendly_aerosols) of variable ice_friendly_aerosol_number_concentration from new to old metadata -INFO: Converting local name ntia of variable index_for_ice_friendly_aerosols from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_rain_water) of variable tendency_of_rain_water_mixing_ratio_due_to_model_physics from new to old metadata -INFO: Converting local name ntrw of variable index_for_rain_water from new to old metadata -INFO: Converting local name con_epsm1 of variable ratio_of_dry_air_to_water_vapor_gas_constants_minus_one from new to old metadata -INFO: Converting local name dqsfc_cice of variable surface_upward_latent_heat_flux_for_coupling_interstitial from new to old metadata -INFO: Converting local name last_step of variable flag_for_the_last_step_of_k_split_remapping from new to old metadata -INFO: Converting local name huge of variable netcdf_float_fillvalue from new to old metadata -INFO: Converting local name save_q(:,:,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio_save from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_liquid_cloud_number_concentration) of variable cloud_droplet_number_concentration from new to old metadata -INFO: Converting local name ntlnc of variable index_for_liquid_cloud_number_concentration from new to old metadata -INFO: Converting local name dv3dt(:,:,1) of variable cumulative_change_in_y_wind_due_to_PBL from new to old metadata -INFO: Converting local name imp_physics_mg of variable flag_for_morrison_gettelman_microphysics_scheme from new to old metadata -INFO: Converting local name cldtaulw of variable cloud_optical_depth_layers_at_10mu_band from new to old metadata -INFO: Converting local name wet of variable flag_nonzero_wet_surface_fraction from new to old metadata -INFO: Converting local name qsnowxy of variable snow_precipitation_rate_at_surface from new to old metadata -INFO: Converting local name iopt_frz of variable flag_for_supercooled_liquid_water_option from new to old metadata -INFO: Converting local name dsnow_cpl of variable tendency_of_lwe_thickness_of_snow_amount_for_coupling from new to old metadata -INFO: Converting local name cldsa of variable cloud_area_fraction_for_radiation from new to old metadata -INFO: Converting local name totsnwb of variable accumulated_lwe_thickness_of_snow_amount_in_bucket from new to old metadata -INFO: Converting local name gq0(:,:,index_for_rain_water) of variable rain_water_mixing_ratio_updated_by_physics from new to old metadata -INFO: Converting local name totsnw of variable accumulated_lwe_thickness_of_snow_amount from new to old metadata -INFO: Converting local name xkzm_s of variable diffusivity_background_sigma_level from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_water_friendly_aerosols) of variable tendency_of_water_friendly_aerosol_number_concentration_due_to_model_physics from new to old metadata -INFO: Converting local name ntwa of variable index_for_water_friendly_aerosols from new to old metadata -INFO: Converting local name fswtr of variable fraction_of_cloud_top_water_scavenged from new to old metadata -INFO: Converting local name nvisbmi_cpl of variable instantaneous_surface_net_downward_direct_ultraviolet_and_visible_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_of_atmosphere_heat_diffusivity_from_shoc_in_phy_f3d) of variable atmosphere_heat_diffusivity_from_shoc from new to old metadata -INFO: Converting local name nahdshoc of variable index_of_atmosphere_heat_diffusivity_from_shoc_in_phy_f3d from new to old metadata -INFO: Converting local name nthreads of variable omp_threads_for_fast_physics from new to old metadata -INFO: Converting local name icemp of variable lwe_thickness_of_ice_amount from new to old metadata -INFO: Converting local name dqsfc_cpl of variable cumulative_surface_upward_latent_heat_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name con_jcal of variable joules_per_calorie_constant from new to old metadata -INFO: Converting local name xmu of variable zenith_angle_temporal_adjustment_factor_for_shortwave_fluxes from new to old metadata -INFO: Converting local name con_fvirt of variable ratio_of_vapor_to_dry_air_gas_constants_minus_one from new to old metadata -INFO: Converting local name evfactl_deep of variable rain_evaporation_coefficient_over_land_deep_convection from new to old metadata -INFO: Converting local name canliqxy of variable canopy_intercepted_liquid_water from new to old metadata -INFO: Converting local name phy_myj_qsfc of variable surface_specific_humidity_for_MYJ_schemes from new to old metadata -INFO: Converting local name rainncprv of variable lwe_thickness_of_explicit_rainfall_amount_from_previous_timestep from new to old metadata -INFO: Converting local name Tbd of variable GFS_tbd_type_instance from new to old metadata -INFO: Converting local name v1 of variable y_wind_at_lowest_model_layer_for_diag from new to old metadata -INFO: Converting local name det_mf of variable cumulative_atmosphere_detrainment_convective_mass_flux from new to old metadata -INFO: Converting local name psurf of variable surface_air_pressure_diag from new to old metadata -INFO: Converting local name gasvmr(:,:,10) of variable volume_mixing_ratio_cfc113 from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_for_rain_effective_radius) of variable effective_radius_of_stratiform_cloud_rain_particle_in_um from new to old metadata -INFO: Converting local name nreffr of variable index_for_rain_effective_radius from new to old metadata -INFO: Converting local name del_gz of variable geopotential_difference_between_midlayers_divided_by_midlayer_virtual_temperature from new to old metadata -INFO: Converting local name imfdeepcnv_ntiedtke of variable flag_for_ntiedtke_deep_convection_scheme from new to old metadata -INFO: Converting local name h2o_coeff of variable number_of_coefficients_in_h2o_forcing_data from new to old metadata -INFO: Converting local name tgrs of variable air_temperature from new to old metadata -INFO: Converting local name xlon of variable longitude from new to old metadata -INFO: Converting local name c_d of variable coefficient_c_d from new to old metadata -INFO: Converting local name tlvl of variable air_temperature_at_interface_for_radiation from new to old metadata -INFO: Converting local name f_rimef of variable rime_factor from new to old metadata -INFO: Converting local name mg_do_ice_gmao of variable mg_flag_for_gmao_ice_formulation from new to old metadata -INFO: Converting local name snowca of variable cumulative_surface_snow_area_fraction_multiplied_by_timestep from new to old metadata -INFO: Converting local name hflx of variable kinematic_surface_upward_sensible_heat_flux from new to old metadata -INFO: Converting local name dt3dt(:,:,6) of variable cumulative_change_in_temperature_due_to_microphysics from new to old metadata -INFO: Converting local name nirdfui of variable surface_upwelling_diffuse_near_infrared_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name trans of variable transpiration_flux from new to old metadata -INFO: Converting local name ntchs of variable index_for_first_chemical_tracer from new to old metadata -INFO: Converting local name idxday of variable daytime_points from new to old metadata -INFO: Converting local name iceprv of variable lwe_thickness_of_ice_amount_from_previous_timestep from new to old metadata -INFO: Converting local name mg_alf of variable mg_tuning_factor_for_alphas from new to old metadata -INFO: Converting local name nupdraft of variable number_of_plumes from new to old metadata -INFO: Converting local name qr_r of variable cloud_rain_water_mixing_ratio from new to old metadata -INFO: Converting local name sec of variable seconds_elapsed_since_model_initialization from new to old metadata -INFO: Converting local name epi of variable instantaneous_surface_potential_evaporation from new to old metadata -INFO: Converting local name gflx_land of variable upward_heat_flux_in_soil_over_land from new to old metadata -INFO: Converting local name du3dt_ngw of variable time_integral_of_change_in_x_wind_due_to_nonstationary_gravity_wave from new to old metadata -INFO: Converting local name bl_mynn_cloudpdf of variable cloudpdf from new to old metadata -INFO: Converting local name vtype of variable vegetation_type_classification_real from new to old metadata -INFO: Converting local name imfdeepcnv_gf of variable flag_for_gf_deep_convection_scheme from new to old metadata -INFO: Converting local name lssav of variable flag_diagnostics from new to old metadata -INFO: Converting local name sfalb of variable surface_diffused_shortwave_albedo from new to old metadata -INFO: Converting local name acvb of variable smallest_cloud_base_vertical_index_encountered_thus_far from new to old metadata -INFO: Converting local name c_0 of variable coefficient_c_0 from new to old metadata -INFO: Converting local name mpirank of variable mpi_rank_for_fast_physics from new to old metadata -INFO: Converting local name ntrac of variable number_of_tracers from new to old metadata -INFO: Converting local name dvsfci of variable instantaneous_surface_y_momentum_flux_for_diag from new to old metadata -INFO: Converting local name GFS_Interstitial of variable GFS_interstitial_type_instance_all_threads from new to old metadata -INFO: Converting local name in_nm of variable in_number_concentration from new to old metadata -INFO: Converting local name blksz2(ccpp_block_number) of variable horizontal_dimension from new to old metadata -INFO: Converting local name blk_no of variable ccpp_block_number from new to old metadata -INFO: Converting local name min_lakeice of variable lake_ice_minimum from new to old metadata -INFO: Converting local name canicexy of variable canopy_intercepted_ice_mass from new to old metadata -INFO: Converting local name mg_precip_frac_method of variable mg_type_of_precip_fraction_method from new to old metadata -INFO: Converting local name lonr of variable number_of_equatorial_longitude_points from new to old metadata -INFO: Converting local name dt3dt(:,:,7) of variable cumulative_change_in_temperature_due_to_orographic_gravity_wave_drag from new to old metadata -INFO: Converting local name dtzm of variable mean_change_over_depth_in_sea_water_temperature from new to old metadata -INFO: Converting local name du3dt_mtb of variable time_integral_of_change_in_x_wind_due_to_mountain_blocking_drag from new to old metadata -INFO: Converting local name stress_land of variable surface_wind_stress_over_land from new to old metadata -INFO: Converting local name nspinup of variable number_of_iterations_to_spin_up_cellular_automata from new to old metadata -INFO: Converting local name zogw of variable height_of_launch_level_of_orographic_gravity_wave from new to old metadata -INFO: Converting local name ntsw of variable index_for_snow_water from new to old metadata -INFO: Converting local name cov of variable t_prime_q_prime from new to old metadata -INFO: Converting local name sup of variable ice_supersaturation_threshold from new to old metadata -INFO: Converting local name dt3dt(:,:,3) of variable cumulative_change_in_temperature_due_to_PBL from new to old metadata -INFO: Converting local name mg_qcvar of variable mg_cloud_water_variance from new to old metadata -INFO: Converting local name ffmm_ice of variable Monin_Obukhov_similarity_function_for_momentum_over_ice from new to old metadata -INFO: Converting local name dtdt of variable tendency_of_air_temperature_at_Lagrangian_surface from new to old metadata -INFO: Converting local name GFS_statein_type of variable GFS_statein_type from new to old metadata -INFO: Converting local name train of variable accumulated_change_of_air_temperature_due_to_FA_scheme from new to old metadata -INFO: Converting local name fscav of variable coefficients_for_aerosol_scavenging from new to old metadata -INFO: Converting local name prslk(:,1) of variable dimensionless_exner_function_at_lowest_model_layer from new to old metadata -INFO: Converting local name tf of variable frozen_cloud_threshold_temperature from new to old metadata -INFO: Converting local name communicator of variable mpi_comm from new to old metadata -INFO: Converting local name qs_r of variable cloud_snow_mixing_ratio from new to old metadata -INFO: Converting local name skebv_wts of variable weights_for_stochastic_skeb_perturbation_of_y_wind from new to old metadata -INFO: Converting local name bl_mynn_edmf_part of variable edmf_partition_flag from new to old metadata -INFO: Converting local name dq3dt(:,:,7) of variable cumulative_change_in_ozone_concentration_due_to_ozone_mixing_ratio from new to old metadata -INFO: Converting local name swhc of variable tendency_of_air_temperature_due_to_shortwave_heating_assuming_clear_sky_on_radiation_timestep from new to old metadata -INFO: Converting local name mg_ngnst of variable mg_graupel_concentration_constant from new to old metadata -INFO: Converting local name GFS_grid_type of variable GFS_grid_type from new to old metadata -INFO: Converting local name js of variable starting_y_direction_index from new to old metadata -INFO: Converting local name out_dt of variable flag_for_tendency_of_air_temperature_at_Lagrangian_surface from new to old metadata -INFO: Converting local name delr of variable layer_pressure_thickness_for_radiation from new to old metadata -INFO: Converting local name ncgl of variable local_graupel_number_concentration from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_snow_water) of variable snow_water_mixing_ratio from new to old metadata -INFO: Converting local name totgrp of variable accumulated_lwe_thickness_of_graupel_amount from new to old metadata -INFO: Converting local name cldtausw of variable cloud_optical_depth_layers_at_0p55mu_band from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_ozone) of variable tendency_of_ozone_mixing_ratio_due_to_model_physics from new to old metadata -INFO: Converting local name ntoz of variable index_for_ozone from new to old metadata -INFO: Converting local name evap of variable kinematic_surface_upward_latent_heat_flux from new to old metadata -INFO: Converting local name oro of variable orography from new to old metadata -INFO: Converting local name topfsw of variable sw_fluxes_top_atmosphere from new to old metadata -INFO: Converting local name jmap of variable map_of_block_column_number_to_global_j_index from new to old metadata -INFO: Converting local name cdq of variable surface_drag_coefficient_for_heat_and_moisture_in_air from new to old metadata -INFO: Converting local name soiltype of variable soil_type_classification from new to old metadata -INFO: Converting local name evap_ocean of variable kinematic_surface_upward_latent_heat_flux_over_ocean from new to old metadata -INFO: Converting local name nblks of variable number_of_blocks from new to old metadata -INFO: Converting local name dxinv of variable inverse_scaling_factor_for_critical_relative_humidity from new to old metadata -INFO: Converting local name dvsfc of variable cumulative_surface_y_momentum_flux_for_diag_multiplied_by_timestep from new to old metadata -INFO: Converting local name GFS_stateout_type of variable GFS_stateout_type from new to old metadata -INFO: Converting local name qg of variable cloud_graupel_specific_humidity_at_Lagrangian_surface from new to old metadata -INFO: Converting local name nmtvr of variable number_of_statistical_measures_of_subgrid_orography from new to old metadata -INFO: Converting local name nseed of variable cellular_automata_seed_frequency from new to old metadata -INFO: Converting local name nlives of variable cellular_automata_lifetime from new to old metadata -INFO: Converting local name vegf1d of variable perturbation_of_vegetation_fraction from new to old metadata -INFO: Converting local name v10m of variable y_wind_at_10m from new to old metadata -INFO: Converting local name hice of variable sea_ice_thickness from new to old metadata -INFO: Converting local name mbota of variable model_layer_number_at_cloud_base from new to old metadata -INFO: Converting local name ncnvw of variable index_for_convective_cloud_water_mixing_ratio_in_phy_f3d from new to old metadata -INFO: Converting local name flqc of variable surface_exchange_coefficient_for_moisture from new to old metadata -INFO: Converting local name imfshalcnv_samf of variable flag_for_samf_shallow_convection_scheme from new to old metadata -INFO: Converting local name ntdiag of variable diagnostics_control_for_chemical_tracers from new to old metadata -INFO: Converting local name c1_shal of variable detrainment_conversion_parameter_shallow_convection from new to old metadata -INFO: Converting local name con_g of variable gravitational_acceleration from new to old metadata -INFO: Converting local name je of variable ending_y_direction_index from new to old metadata -INFO: Converting local name hprime(:,1) of variable standard_deviation_of_subgrid_orography from new to old metadata -INFO: Converting local name lh of variable surface_latent_heat from new to old metadata -INFO: Converting local name v10max of variable maximum_v_wind_at_10m_over_maximum_hourly_time_interval from new to old metadata -INFO: Converting local name dvsfcg of variable instantaneous_y_stress_due_to_gravity_wave_drag from new to old metadata -INFO: Converting local name mg_ninst of variable mg_ice_concentration_constant from new to old metadata -INFO: Converting local name lwhd of variable tendency_of_air_temperature_due_to_longwave_heating_for_idea from new to old metadata -INFO: Converting local name ntkev of variable index_for_turbulent_kinetic_energy_vertical_diffusion_tracer from new to old metadata -INFO: Converting local name fm10 of variable Monin_Obukhov_similarity_function_for_momentum_at_10m from new to old metadata -INFO: Converting local name phour of variable forecast_time_at_previous_timestep from new to old metadata -INFO: Converting local name phys_hydrostatic of variable flag_for_hydrostatic_heating_from_physics from new to old metadata -INFO: Converting local name nswsfci of variable surface_net_downwelling_shortwave_flux from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_for_graupel_effective_radius) of variable effective_radius_of_stratiform_cloud_graupel_particle_in_um from new to old metadata -INFO: Converting local name ngeffr of variable index_for_graupel_effective_radius from new to old metadata -INFO: Converting local name kt of variable vertical_index_difference_between_layer_and_upper_bound from new to old metadata -INFO: Converting local name GFS_tbd_type of variable GFS_tbd_type from new to old metadata -INFO: Converting local name tsurf_ocean of variable surface_skin_temperature_after_iteration_over_ocean from new to old metadata -INFO: Converting local name gu0(:,1) of variable x_wind_at_lowest_model_layer_updated_by_physics from new to old metadata -INFO: Converting local name akap of variable kappa_dry_for_fast_physics from new to old metadata -INFO: Converting local name lsm of variable flag_for_land_surface_scheme from new to old metadata -INFO: Converting local name nscav of variable number_of_tracers_scavenged from new to old metadata -INFO: Converting local name ffmm of variable Monin_Obukhov_similarity_function_for_momentum from new to old metadata -INFO: Converting local name nnirbm_cpl of variable cumulative_surface_net_downward_direct_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name tau_mtb of variable instantaneous_momentum_flux_due_to_mountain_blocking_drag from new to old metadata -INFO: Converting local name snicexy of variable snow_layer_ice from new to old metadata -INFO: Converting local name flag_guess of variable flag_for_guess_run from new to old metadata -INFO: Converting local name dnirbm_cpl of variable cumulative_surface_downwelling_direct_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name chh_ocean of variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_ocean from new to old metadata -INFO: Converting local name dtsfci_cpl of variable instantaneous_surface_upward_sensible_heat_flux_for_coupling from new to old metadata -INFO: Converting local name flgmin of variable minimum_large_ice_fraction from new to old metadata -INFO: Converting local name t02max of variable maximum_temperature_at_2m_over_maximum_hourly_time_interval from new to old metadata -INFO: Converting local name tconvtend of variable tendency_of_air_temperature_due_to_deep_convection_for_coupling_on_physics_timestep from new to old metadata -INFO: Converting local name zorl of variable surface_roughness_length from new to old metadata -INFO: Converting local name coslat of variable cosine_of_latitude from new to old metadata -INFO: Converting local name pertalb of variable magnitude_of_surface_albedo_perturbation from new to old metadata -INFO: Converting local name aecm of variable instantaneous_aerosol_column_mass_densities from new to old metadata -INFO: Converting local name con_rv of variable gas_constant_water_vapor from new to old metadata -INFO: Converting local name wminco of variable cloud_condensed_water_conversion_threshold from new to old metadata -INFO: Converting local name fastcpxy of variable fast_soil_pool_mass_content_of_carbon from new to old metadata -INFO: Converting local name kind_grid of variable kind_grid from new to old metadata -INFO: Converting local name stress of variable surface_wind_stress from new to old metadata -INFO: Converting local name qgrs(:,1,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio_at_lowest_model_layer from new to old metadata -INFO: Converting local name rhc of variable critical_relative_humidity from new to old metadata -INFO: Converting local name tsfco of variable sea_surface_temperature from new to old metadata -INFO: Converting local name tau_ngw of variable instantaneous_momentum_flux_due_to_nonstationary_gravity_wave from new to old metadata -INFO: Converting local name tsfcl of variable surface_skin_temperature_over_land from new to old metadata -INFO: Converting local name clouds(:,:,7) of variable mean_effective_radius_for_rain_drop from new to old metadata -INFO: Converting local name con_cliq of variable specific_heat_of_liquid_water_at_constant_pressure from new to old metadata -INFO: Converting local name zmtb of variable height_of_mountain_blocking from new to old metadata -INFO: Converting local name ulwsfcin_cpl of variable surface_upwelling_longwave_flux_for_coupling from new to old metadata -INFO: Converting local name dlwsfc_cpl of variable cumulative_surface_downwelling_longwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name sfcdlw of variable surface_downwelling_longwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name t1 of variable air_temperature_at_lowest_model_layer_for_diag from new to old metadata -INFO: Converting local name ntiw of variable index_for_ice_cloud_condensate from new to old metadata -INFO: Converting local name bl_mynn_mixlength of variable mixing_length_flag from new to old metadata -INFO: Converting local name faerlw(:,:,:,1) of variable aerosol_optical_depth_for_longwave_bands_01_16 from new to old metadata -INFO: Converting local name ozpl of variable ozone_forcing from new to old metadata -INFO: Converting local name dlength of variable characteristic_grid_length_scale from new to old metadata -INFO: Converting local name slag of variable equation_of_time from new to old metadata -INFO: Converting local name ntot2d of variable number_of_fields_in_phyf2d from new to old metadata -INFO: Converting local name iopt_run of variable flag_for_runoff_and_groundwater_option from new to old metadata -INFO: Converting local name gq0(:,:,index_for_liquid_cloud_number_concentration) of variable cloud_droplet_number_concentration_updated_by_physics from new to old metadata -INFO: Converting local name sneqvoxy of variable snow_mass_at_previous_time_step from new to old metadata -INFO: Converting local name con_rhw0 of variable sea_water_reference_density from new to old metadata -INFO: Converting local name mtopa of variable model_layer_number_at_cloud_top from new to old metadata -INFO: Converting local name pertshc of variable magnitude_of_perturbation_of_soil_type_b_parameter from new to old metadata -INFO: Converting local name levi of variable vertical_interface_dimension from new to old metadata -INFO: Converting local name do_shoc of variable flag_for_shoc from new to old metadata -INFO: Converting local name du3dt_tms of variable time_integral_of_change_in_x_wind_due_to_turbulent_orographic_form_drag from new to old metadata -INFO: Converting local name snow_cpl of variable lwe_thickness_of_snow_amount_for_coupling from new to old metadata -INFO: Converting local name pkz of variable finite_volume_mean_edge_pressure_raised_to_the_power_of_kappa from new to old metadata -INFO: Converting local name nn of variable number_of_tracers_for_convective_transport from new to old metadata -INFO: Converting local name do_sat_adj of variable flag_for_saturation_adjustment_for_microphysics_in_dynamics from new to old metadata -INFO: Converting local name dx of variable cell_size from new to old metadata -INFO: Converting local name do_ugwp of variable do_ugwp from new to old metadata -INFO: Converting local name rain of variable lwe_thickness_of_precipitation_amount_on_dynamics_timestep from new to old metadata -INFO: Converting local name iopt_crs of variable flag_for_canopy_stomatal_resistance_option from new to old metadata -INFO: Converting local name qgrs(:,1,index_for_water_vapor) of variable water_vapor_specific_humidity_at_lowest_model_layer from new to old metadata -INFO: Converting local name ntqv of variable index_for_water_vapor from new to old metadata -INFO: Converting local name t02min of variable minimum_temperature_at_2m_over_maximum_hourly_time_interval from new to old metadata -INFO: Converting local name imp_physics_gfdl of variable flag_for_gfdl_microphysics_scheme from new to old metadata -INFO: Converting local name lprnt of variable flag_print from new to old metadata -INFO: Converting local name gabsbdlw_ice of variable surface_downwelling_longwave_flux_absorbed_by_ground_over_ice from new to old metadata -INFO: Converting local name imp_physics_thompson of variable flag_for_thompson_microphysics_scheme from new to old metadata -INFO: Converting local name ctei_rm of variable critical_cloud_top_entrainment_instability_criteria from new to old metadata -INFO: Converting local name tseal of variable surface_skin_temperature_for_nsst from new to old metadata -INFO: Converting local name dusfc_fd of variable integrated_x_momentum_flux_from_form_drag from new to old metadata -INFO: Converting local name dusfcin_cpl of variable surface_x_momentum_flux_for_coupling from new to old metadata -INFO: Converting local name slope of variable surface_slope_classification_real from new to old metadata -INFO: Converting local name htrlw of variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_timestep from new to old metadata -INFO: Converting local name mg_qcmin(2) of variable mg_minimum_ice_mixing_ratio from new to old metadata -INFO: Converting local name tice of variable sea_ice_temperature_interstitial from new to old metadata -INFO: Converting local name adjvisbmu of variable surface_upwelling_direct_ultraviolet_and_visible_shortwave_flux from new to old metadata -INFO: Converting local name dvgwd of variable time_integral_of_y_stress_due_to_gravity_wave_drag from new to old metadata -INFO: Converting local name dusfc_cice of variable surface_x_momentum_flux_for_coupling_interstitial from new to old metadata -INFO: Converting local name errmsg of variable ccpp_error_message from new to old metadata -INFO: Converting local name flag_cice of variable flag_for_cice from new to old metadata -INFO: Converting local name Coupling of variable GFS_coupling_type_instance from new to old metadata -INFO: Converting local name cs_parm(3) of variable detrainment_and_precipitation_tunable_parameter_3_CS from new to old metadata -INFO: Converting local name snliqxy of variable snow_layer_liquid_water from new to old metadata -INFO: Converting local name mstrat of variable flag_for_moorthi_stratus from new to old metadata -INFO: Converting local name imfdeepcnv_sas of variable flag_for_sas_deep_convection_scheme from new to old metadata -INFO: Converting local name weasd_ice of variable water_equivalent_accumulated_snow_depth_over_ice from new to old metadata -INFO: Converting local name bl_mynn_edmf_mom of variable edmf_momentum_transport_flag from new to old metadata -INFO: Converting local name npdf3d of variable number_of_3d_arrays_associated_with_pdf_based_clouds from new to old metadata -INFO: Converting local name dq3dt(:,:,2) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_deep_convection from new to old metadata -INFO: Converting local name w_upi of variable vertical_velocity_for_updraft from new to old metadata -INFO: Converting local name qlyr of variable water_vapor_specific_humidity_at_layer_for_radiation from new to old metadata -INFO: Converting local name fm10_ice of variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_ice from new to old metadata -INFO: Converting local name qgl of variable local_graupel_mixing_ratio from new to old metadata -INFO: Converting local name gt0(:,1) of variable air_temperature_at_lowest_model_layer_updated_by_physics from new to old metadata -INFO: Converting local name ccpp_t of variable ccpp_t from new to old metadata -INFO: Converting local name clouds(:,:,4) of variable cloud_ice_water_path from new to old metadata -INFO: Converting local name rain_cpl of variable lwe_thickness_of_precipitation_amount_for_coupling from new to old metadata -INFO: Converting local name bl_mynn_cloudmix of variable cloud_specie_mix_flag from new to old metadata -INFO: Converting local name tgxy of variable ground_temperature_for_noahmp from new to old metadata -INFO: Converting local name oa4 of variable asymmetry_of_subgrid_orography from new to old metadata -INFO: Converting local name refdmax of variable maximum_reflectivity_at_1km_agl_over_maximum_hourly_time_interval from new to old metadata -INFO: Converting local name GFS_Data(ccpp_block_number) of variable GFS_data_type_instance from new to old metadata -INFO: Converting local name dvsfc_cpl of variable cumulative_surface_y_momentum_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name shocaftcnv of variable flag_for_shoc_after_convection from new to old metadata -INFO: Converting local name mg_rhmini of variable mg_minimum_rh_for_ice from new to old metadata -INFO: Converting local name t2mi_cpl of variable instantaneous_temperature_at_2m_for_coupling from new to old metadata -INFO: Converting local name GFS_Interstitial(ccpp_thread_number) of variable GFS_interstitial_type_instance from new to old metadata -INFO: Converting local name thrd_no of variable ccpp_thread_number from new to old metadata -INFO: Converting local name evbs of variable soil_upward_latent_heat_flux from new to old metadata -INFO: Converting local name dtdtr of variable tendency_of_air_temperature_due_to_radiative_heating_on_physics_time_step from new to old metadata -INFO: Converting local name spfhmin of variable minimum_specific_humidity_at_2m from new to old metadata -INFO: Converting local name xsaixy of variable stem_area_index from new to old metadata -INFO: Converting local name lsoil of variable soil_vertical_dimension from new to old metadata -INFO: Converting local name mg_ts_auto_ice of variable mg_time_scale_for_autoconversion_of_ice from new to old metadata -INFO: Converting local name ca_deep of variable fraction_of_cellular_automata_for_deep_convection from new to old metadata -INFO: Converting local name work1 of variable grid_size_related_coefficient_used_in_scale_sensitive_schemes from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_for_cloud_liquid_water_effective_radius) of variable effective_radius_of_stratiform_cloud_liquid_water_particle_in_um from new to old metadata -INFO: Converting local name nleffr of variable index_for_cloud_liquid_water_effective_radius from new to old metadata -INFO: Converting local name dlwsfci of variable surface_downwelling_longwave_flux from new to old metadata -INFO: Converting local name mg_nicons of variable mg_flag_ice_concentration_constant from new to old metadata -INFO: Converting local name faersw(:,:,:,1) of variable aerosol_optical_depth_for_shortwave_bands_01_16 from new to old metadata -INFO: Converting local name xt of variable diurnal_thermocline_layer_heat_content from new to old metadata -INFO: Converting local name prsl of variable air_pressure from new to old metadata -INFO: Converting local name cv of variable fraction_of_convective_cloud from new to old metadata -INFO: Converting local name blksz of variable horizontal_block_size from new to old metadata -INFO: Converting local name pertvegf of variable magnitude_of_perturbation_of_vegetation_fraction from new to old metadata -INFO: Converting local name gq0(:,:,index_for_cloud_amount) of variable cloud_fraction_updated_by_physics from new to old metadata -INFO: Converting local name ntclamt of variable index_for_cloud_amount from new to old metadata -INFO: Converting local name zorlo of variable surface_roughness_length_over_ocean from new to old metadata -INFO: Converting local name te0 of variable atmosphere_energy_content_at_Lagrangian_surface from new to old metadata -INFO: Converting local name ktop of variable vertical_index_at_cloud_top from new to old metadata -INFO: Converting local name prevsq of variable moisture_from_previous_timestep from new to old metadata -INFO: Converting local name kpbl of variable vertical_index_at_top_of_atmosphere_boundary_layer from new to old metadata -INFO: Converting local name ncells of variable cellular_automata_finer_grid from new to old metadata -INFO: Converting local name cnvc of variable convective_cloud_cover from new to old metadata -INFO: Converting local name totprcp of variable accumulated_lwe_thickness_of_precipitation_amount from new to old metadata -INFO: Converting local name cgwf of variable multiplication_factors_for_convective_gravity_wave_drag from new to old metadata -INFO: Converting local name do_shum of variable flag_for_stochastic_shum_option from new to old metadata -INFO: Converting local name save_q of variable tracer_concentration_save from new to old metadata -INFO: Converting local name h2o_pres of variable natural_log_of_h2o_forcing_data_pressure_levels from new to old metadata -INFO: Converting local name iopt_snf of variable flag_for_precipitation_partition_option from new to old metadata -INFO: Converting local name c0s_shal of variable rain_conversion_parameter_shallow_convection from new to old metadata -INFO: Converting local name zwtxy of variable water_table_depth from new to old metadata -INFO: Converting local name qr of variable cloud_rain_specific_humidity_at_Lagrangian_surface from new to old metadata -INFO: Converting local name dzlyr of variable layer_thickness_for_radiation from new to old metadata -INFO: Converting local name taussxy of variable nondimensional_snow_age from new to old metadata -INFO: Converting local name tsfa of variable surface_air_temperature_for_radiation from new to old metadata -INFO: Converting local name snoalb of variable upper_bound_on_max_albedo_over_deep_snow from new to old metadata -INFO: Converting local name xs of variable sea_water_salinity from new to old metadata -INFO: Converting local name dvsfci_cpl of variable instantaneous_surface_y_momentum_flux_for_coupling from new to old metadata -INFO: Converting local name xlat of variable latitude from new to old metadata -INFO: Converting local name ugrs of variable x_wind from new to old metadata -INFO: Converting local name shdmin of variable minimum_vegetation_area_fraction from new to old metadata -INFO: Converting local name nnirdfi_cpl of variable instantaneous_surface_net_downward_diffuse_near_infrared_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name microp_uniform of variable mg_flag_for_uniform_subcolumns from new to old metadata -INFO: Converting local name frland of variable land_area_fraction_for_microphysics from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_ice_friendly_aerosols) of variable tendency_of_ice_friendly_aerosol_number_concentration_due_to_model_physics from new to old metadata -INFO: Converting local name oz_pres of variable natural_log_of_ozone_forcing_data_pressure_levels from new to old metadata -INFO: Converting local name zlwb of variable time_integral_of_height_of_low_level_wave_breaking from new to old metadata -INFO: Converting local name gq0(:,:,index_for_ice_cloud_condensate) of variable ice_water_mixing_ratio_updated_by_physics from new to old metadata -INFO: Converting local name qss of variable surface_specific_humidity from new to old metadata -INFO: Converting local name dry of variable flag_nonzero_land_surface_fraction from new to old metadata -INFO: Converting local name bk of variable b_parameter_of_the_hybrid_coordinate from new to old metadata -INFO: Converting local name cdmbgwd of variable multiplication_factors_for_mountain_blocking_and_orographic_gravity_wave_drag from new to old metadata -INFO: Converting local name levs of variable vertical_dimension from new to old metadata -INFO: Converting local name swhtr of variable flag_for_output_of_shortwave_heating_rate from new to old metadata -INFO: Converting local name zorl_land of variable surface_roughness_length_over_land_interstitial from new to old metadata -INFO: Converting local name t2m of variable temperature_at_2m from new to old metadata -INFO: Converting local name tau_ogw of variable instantaneous_momentum_flux_due_to_orographic_gravity_wave_drag from new to old metadata -INFO: Converting local name shoc_parm(3) of variable shoc_tke_dissipation_tunable_parameter_near_surface from new to old metadata -INFO: Converting local name gflx_ice of variable upward_heat_flux_in_soil_over_ice from new to old metadata -INFO: Converting local name nspc1 of variable number_of_species_for_aerosol_optical_depth from new to old metadata -INFO: Converting local name drain_cpl of variable tendency_of_lwe_thickness_of_precipitation_amount_for_coupling from new to old metadata -INFO: Converting local name phis of variable surface_geopotential_at_Lagrangian_surface from new to old metadata -INFO: Converting local name q2mi_cpl of variable instantaneous_specific_humidity_at_2m_for_coupling from new to old metadata -INFO: Converting local name zogw of variable time_integral_of_height_of_launch_level_of_orographic_gravity_wave from new to old metadata -INFO: Converting local name prsi of variable air_pressure_at_interface from new to old metadata -INFO: Converting local name aerodp of variable atmosphere_optical_thickness_due_to_ambient_aerosol_particles from new to old metadata -INFO: Converting local name shal_cnv of variable flag_for_shallow_convection from new to old metadata -INFO: Converting local name icsdlw of variable seed_random_numbers_lw from new to old metadata -INFO: Converting local name ncld of variable number_of_hydrometeors from new to old metadata -INFO: Converting local name gasvmr(:,:,6) of variable volume_mixing_ratio_cfc11 from new to old metadata -INFO: Converting local name tracers_water of variable number_of_water_tracers from new to old metadata -INFO: Converting local name nscyc of variable number_of_timesteps_between_surface_cycling_calls from new to old metadata -INFO: Converting local name dswsfc_cpl of variable cumulative_surface_downwelling_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name adjvisdfu of variable surface_upwelling_diffuse_ultraviolet_and_visible_shortwave_flux from new to old metadata -INFO: Converting local name cs_parm(2) of variable updraft_velocity_tunable_parameter_2_CS from new to old metadata -INFO: Converting local name lsswr of variable flag_to_calc_sw from new to old metadata -INFO: Converting local name imfshalcnv_gf of variable flag_for_gf_shallow_convection_scheme from new to old metadata -INFO: Converting local name kinver of variable index_of_highest_temperature_inversion from new to old metadata -INFO: Converting local name tslb of variable soil_temperature_for_land_surface_model from new to old metadata -INFO: Converting local name weasd of variable water_equivalent_accumulated_snow_depth from new to old metadata -INFO: Converting local name tisfc of variable sea_ice_temperature from new to old metadata -INFO: Converting local name faerlw of variable aerosol_optical_properties_for_longwave_bands_01_16 from new to old metadata -INFO: Converting local name logunit of variable iounit_log from new to old metadata -INFO: Converting local name fast_mp_consv of variable flag_for_fast_microphysics_energy_conservation from new to old metadata -INFO: Converting local name cnv_mfd of variable detrained_mass_flux from new to old metadata -INFO: Converting local name zvir of variable ratio_of_vapor_to_dry_air_gas_constants_minus_one_default_kind from new to old metadata -INFO: Converting local name jed of variable ending_y_direction_index_domain from new to old metadata -INFO: Converting local name gasvmr(:,:,3) of variable volume_mixing_ratio_ch4 from new to old metadata -INFO: Converting local name sfcdsw of variable surface_downwelling_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name hydrostatic of variable flag_for_hydrostatic_solver_for_fast_physics from new to old metadata -INFO: Converting local name dvsfc_bl of variable integrated_y_momentum_flux_from_blocking_drag from new to old metadata -INFO: Converting local name Grid of variable GFS_grid_type_instance from new to old metadata -INFO: Converting local name ncnd of variable number_of_cloud_condensate_types from new to old metadata -INFO: Converting local name w_0 of variable coefficient_w_0 from new to old metadata -INFO: Converting local name zm of variable ocean_mixed_layer_thickness from new to old metadata -INFO: Converting local name shoc_parm(2) of variable shoc_tke_dissipation_tunable_parameter from new to old metadata -INFO: Converting local name cdec of variable cosine_of_solar_declination_angle from new to old metadata -INFO: Converting local name npzq_con of variable vertical_dimension_for_condensed_water_at_Lagrangian_surface from new to old metadata -INFO: Converting local name rmol of variable reciprocal_of_obukhov_length from new to old metadata -INFO: Converting local name snowxy of variable number_of_snow_layers from new to old metadata -INFO: Converting local name hflx_land of variable kinematic_surface_upward_sensible_heat_flux_over_land from new to old metadata -INFO: Converting local name clw of variable convective_transportable_tracers from new to old metadata -INFO: Converting local name srflag of variable flag_for_precipitation_type from new to old metadata -INFO: Converting local name suntim of variable duration_of_sunshine from new to old metadata -INFO: Converting local name isot of variable soil_type_dataset_choice from new to old metadata -INFO: Converting local name isol of variable flag_for_solar_constant from new to old metadata -INFO: Converting local name th2m of variable potential_temperature_at_2m from new to old metadata -INFO: Converting local name hpbl of variable atmosphere_boundary_layer_thickness from new to old metadata -INFO: Converting local name cd of variable surface_drag_coefficient_for_momentum_in_air from new to old metadata -INFO: Converting local name dusfc_ls of variable integrated_x_momentum_flux_from_large_scale_gwd from new to old metadata -INFO: Converting local name do_sppt of variable flag_for_stochastic_surface_physics_perturbations from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_for_convective_cloud_water_mixing_ratio_in_phy_f3d) of variable convective_cloud_water_mixing_ratio_in_phy_f3d from new to old metadata -INFO: Converting local name rb_ice of variable bulk_richardson_number_at_lowest_model_level_over_ice from new to old metadata -INFO: Converting local name itc of variable number_of_aerosol_tracers_for_convection from new to old metadata -INFO: Converting local name Cldprop of variable GFS_cldprop_type_instance from new to old metadata -INFO: Converting local name grav_settling of variable grav_settling from new to old metadata -INFO: Converting local name gq0(:,:,index_for_ice_cloud_number_concentration) of variable ice_number_concentration_updated_by_physics from new to old metadata -INFO: Converting local name ntinc of variable index_for_ice_cloud_number_concentration from new to old metadata -INFO: Converting local name iopt_inf of variable flag_for_frozen_soil_permeability_option from new to old metadata -INFO: Converting local name c0s_deep of variable rain_conversion_parameter_deep_convection from new to old metadata -INFO: Converting local name dtaux2d_ls of variable x_momentum_tendency_from_large_scale_gwd from new to old metadata -INFO: Converting local name phy_myj_qz0 of variable specific_humidity_at_viscous_sublayer_top from new to old metadata -INFO: Converting local name iovr_sw of variable flag_for_max_random_overlap_clouds_for_shortwave_radiation from new to old metadata -INFO: Converting local name icliq_sw of variable flag_for_optical_property_for_liquid_clouds_for_shortwave_radiation from new to old metadata -INFO: Converting local name psmean of variable cumulative_surface_pressure_multiplied_by_timestep from new to old metadata -INFO: Converting local name cmm_ocean of variable surface_drag_wind_speed_for_momentum_in_air_over_ocean from new to old metadata -INFO: Converting local name shcnvcw of variable flag_shallow_convective_cloud from new to old metadata -INFO: Converting local name drain of variable subsurface_runoff_flux from new to old metadata -INFO: Converting local name ak of variable a_parameter_of_the_hybrid_coordinate from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_liquid_cloud_number_concentration) of variable tendency_of_cloud_droplet_number_concentration_due_to_model_physics from new to old metadata -INFO: Converting local name sfc_z0_type of variable flag_for_surface_roughness_option_over_ocean from new to old metadata -INFO: Converting local name cvt of variable pressure_at_top_of_convective_cloud from new to old metadata -INFO: Converting local name gwd_opt of variable gwd_opt from new to old metadata -INFO: Converting local name snowmp of variable lwe_thickness_of_snow_amount from new to old metadata -INFO: Converting local name ncnvcld3d of variable number_of_convective_3d_cloud_fields from new to old metadata -INFO: Converting local name cape of variable convective_available_potential_energy_for_coupling from new to old metadata -INFO: Converting local name du3dt_ogw of variable time_integral_of_change_in_x_wind_due_to_orographic_gravity_wave_drag from new to old metadata -INFO: Converting local name te0_2d of variable atmosphere_energy_content_in_column from new to old metadata -INFO: Converting local name dsnowprv of variable snow_precipitation_rate_from_previous_timestep from new to old metadata -INFO: Converting local name chh of variable surface_drag_mass_flux_for_heat_and_moisture_in_air from new to old metadata -INFO: Converting local name dt3dt(:,:,5) of variable cumulative_change_in_temperature_due_to_shal_convection from new to old metadata -INFO: Converting local name cplwav of variable flag_for_wave_coupling from new to old metadata -INFO: Converting local name clw(:,:,2) of variable cloud_condensed_water_mixing_ratio_convective_transport_tracer from new to old metadata -INFO: Converting local name shoc_parm(1) of variable shoc_tke_dissipatation_pressure_threshold from new to old metadata -INFO: Converting local name oro_uf of variable orography_unfiltered from new to old metadata -INFO: Converting local name peln of variable log_pressure_at_Lagrangian_surface from new to old metadata -INFO: Converting local name gasvmr(:,:,8) of variable volume_mixing_ratio_cfc22 from new to old metadata -INFO: Converting local name pertzt of variable magnitude_of_perturbation_of_heat_to_momentum_roughness_length_ratio from new to old metadata -INFO: Converting local name clouds(:,:,1) of variable total_cloud_fraction from new to old metadata -INFO: Converting local name iaer of variable flag_for_default_aerosol_effect_in_shortwave_radiation from new to old metadata -INFO: Converting local name wet1 of variable normalized_soil_wetness from new to old metadata -INFO: Converting local name npz of variable vertical_dimension_for_fast_physics from new to old metadata -INFO: Converting local name cal_pre of variable flag_for_precipitation_type_algorithm from new to old metadata -INFO: Converting local name lmk of variable adjusted_vertical_layer_dimension_for_radiation from new to old metadata -INFO: Converting local name kind_phys of variable kind_phys from new to old metadata -INFO: Converting local name Sfcprop of variable GFS_sfcprop_type_instance from new to old metadata -INFO: Converting local name wslakexy of variable lake_water_storage from new to old metadata -INFO: Converting local name f10m of variable ratio_of_wind_at_lowest_model_layer_and_wind_at_10m from new to old metadata -INFO: Converting local name gasvmr(:,:,1) of variable volume_mixing_ratio_co2 from new to old metadata -INFO: Converting local name q2mp of variable specific_humidity_at_2m_from_noahmp from new to old metadata -INFO: Converting local name lwhc of variable tendency_of_air_temperature_due_to_longwave_heating_assuming_clear_sky_on_radiation_timestep from new to old metadata -INFO: Converting local name snowd_ice of variable surface_snow_thickness_water_equivalent_over_ice from new to old metadata -INFO: Converting local name lsnow_lsm_lbound of variable lower_bound_of_snow_vertical_dimension_for_land_surface_model from new to old metadata -INFO: Converting local name mg_dcs of variable mg_autoconversion_size_threshold_ice_snow from new to old metadata -INFO: Converting local name rhgrd of variable fa_threshold_relative_humidity_for_onset_of_condensation from new to old metadata -INFO: Converting local name dudt_ogw of variable instantaneous_change_in_x_wind_due_to_orographic_gravity_wave_drag from new to old metadata -INFO: Converting local name slmsk of variable sea_land_ice_mask_real from new to old metadata -INFO: Converting local name ictm of variable flag_for_initial_time_date_control from new to old metadata -INFO: Converting local name qss_ocean of variable surface_specific_humidity_over_ocean from new to old metadata -INFO: Converting local name tsfc of variable surface_skin_temperature from new to old metadata -INFO: Converting local name prsik of variable dimensionless_exner_function_at_model_interfaces from new to old metadata -INFO: Converting local name t2mmp of variable temperature_at_2m_from_noahmp from new to old metadata -INFO: Converting local name tau_ogw of variable time_integral_of_momentum_flux_due_to_orographic_gravity_wave_drag from new to old metadata -INFO: Converting local name topflw_type of variable topflw_type from new to old metadata -INFO: Converting local name cnv_nice of variable number_concentration_of_ice_crystals_for_detrainment from new to old metadata -INFO: Converting local name cscnv of variable flag_for_Chikira_Sugiyama_deep_convection from new to old metadata -INFO: Converting local name u10mi_cpl of variable instantaneous_x_wind_at_10m_for_coupling from new to old metadata -INFO: Converting local name fh2_ocean of variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_ocean from new to old metadata -INFO: Converting local name phii of variable geopotential_at_interface from new to old metadata -INFO: Converting local name gq0(:,:,index_for_graupel) of variable graupel_mixing_ratio_updated_by_physics from new to old metadata -INFO: Converting local name ntgl of variable index_for_graupel from new to old metadata -INFO: Converting local name nvisdfi_cpl of variable instantaneous_surface_net_downward_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name norad_precip of variable flag_for_precipitation_effect_on_radiation from new to old metadata -INFO: Converting local name dq3dt(:,:,5) of variable cumulative_change_in_ozone_mixing_ratio_due_to_PBL from new to old metadata -INFO: Converting local name dusfcg of variable instantaneous_x_stress_due_to_gravity_wave_drag from new to old metadata -INFO: Converting local name stype of variable soil_type_classification_real from new to old metadata -INFO: Converting local name lwhtr of variable flag_for_output_of_longwave_heating_rate from new to old metadata -INFO: Converting local name skebv_wts of variable weights_for_stochastic_skeb_perturbation_of_y_wind_flipped from new to old metadata -INFO: Converting local name prnum of variable prandtl_number from new to old metadata -INFO: Converting local name dtsfcin_cpl of variable surface_upward_sensible_heat_flux_for_coupling from new to old metadata -INFO: Converting local name sigmatot of variable convective_updraft_area_fraction_at_model_interfaces from new to old metadata -INFO: Converting local name rann of variable random_number_array from new to old metadata -INFO: Converting local name work2 of variable grid_size_related_coefficient_used_in_scale_sensitive_schemes_complement from new to old metadata -INFO: Converting local name ep1d_land of variable surface_upward_potential_latent_heat_flux_over_land from new to old metadata -INFO: Converting local name num_p3d of variable array_dimension_of_3d_arrays_for_microphysics from new to old metadata -INFO: Converting local name frac_grid of variable flag_for_fractional_grid from new to old metadata -INFO: Converting local name dtdtc of variable tendency_of_air_temperature_due_to_radiative_heating_assuming_clear_sky from new to old metadata -INFO: Converting local name chxy of variable surface_drag_coefficient_for_heat_and_moisture_for_noahmp from new to old metadata -INFO: Converting local name dtauy2d_bl of variable y_momentum_tendency_from_blocking_drag from new to old metadata -INFO: Converting local name dtsfc of variable cumulative_surface_upward_sensible_heat_flux_for_diag_multiplied_by_timestep from new to old metadata -INFO: Converting local name gflx_ocean of variable upward_heat_flux_in_soil_over_ocean from new to old metadata -INFO: Converting local name deeprechxy of variable water_table_recharge_when_deep from new to old metadata -INFO: Converting local name imfshalcnv_sas of variable flag_for_sas_shallow_convection_scheme from new to old metadata -INFO: Converting local name woodxy of variable wood_mass from new to old metadata -INFO: Converting local name phy_f3d(:,:,3) of variable air_temperature_at_previous_time_step from new to old metadata -INFO: Converting local name otspt of variable flag_convective_tracer_transport from new to old metadata -INFO: Converting local name tsurf of variable surface_skin_temperature_after_iteration from new to old metadata -INFO: Converting local name phy_f2d(:,array_dimension_of_2d_arrays_for_microphysics) of variable surface_wind_enhancement_due_to_convection from new to old metadata -INFO: Converting local name num_p2d of variable array_dimension_of_2d_arrays_for_microphysics from new to old metadata -INFO: Converting local name diss_est of variable dissipation_estimate_of_air_temperature_at_model_layers from new to old metadata -INFO: Converting local name ffmm_land of variable Monin_Obukhov_similarity_function_for_momentum_over_land from new to old metadata -INFO: Converting local name imfshalcnv of variable flag_for_mass_flux_shallow_convection_scheme from new to old metadata -INFO: Converting local name iopt_rad of variable flag_for_radiation_transfer_option from new to old metadata -INFO: Converting local name effr_in of variable flag_for_cloud_effective_radii from new to old metadata -INFO: Converting local name Sh3D of variable stability_function_for_heat from new to old metadata -INFO: Converting local name con_sbc of variable stefan_boltzmann_constant from new to old metadata -INFO: Converting local name phy_myj_z0base of variable baseline_surface_roughness_length from new to old metadata -INFO: Converting local name sdec of variable sine_of_solar_declination_angle from new to old metadata -INFO: Converting local name f_ice of variable fraction_of_ice_water_cloud from new to old metadata -INFO: Converting local name qs of variable cloud_snow_specific_humidity_at_Lagrangian_surface from new to old metadata -INFO: Converting local name iflip of variable flag_for_vertical_index_direction_control from new to old metadata -INFO: Converting local name draincprv of variable convective_precipitation_rate_from_previous_timestep from new to old metadata -INFO: Converting local name icsdsw of variable seed_random_numbers_sw from new to old metadata -INFO: Converting local name dtaux2d_bl of variable x_momentum_tendency_from_blocking_drag from new to old metadata -INFO: Converting local name uustar_ocean of variable surface_friction_velocity_over_ocean from new to old metadata -INFO: Converting local name zlwb of variable height_of_low_level_wave_breaking from new to old metadata -INFO: Converting local name sigma of variable slope_of_subgrid_orography from new to old metadata -INFO: Converting local name cd_land of variable surface_drag_coefficient_for_momentum_in_air_over_land from new to old metadata -INFO: Converting local name shoc_parm(5) of variable shoc_flag_for_optional_surface_TKE_dissipation from new to old metadata -INFO: Converting local name qss_ice of variable surface_specific_humidity_over_ice from new to old metadata -INFO: Converting local name graupel of variable lwe_thickness_of_graupel_amount_on_dynamics_timestep from new to old metadata -INFO: Converting local name do_myjsfc of variable do_myjsfc from new to old metadata -INFO: Converting local name htsw0 of variable tendency_of_air_temperature_due_to_shortwave_heating_assuming_clear_sky_on_radiation_time_step from new to old metadata -INFO: Converting local name ep of variable cumulative_surface_upward_potential_latent_heat_flux_multiplied_by_timestep from new to old metadata -INFO: Converting local name tprcp of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep from new to old metadata -INFO: Converting local name dnirdf_cpl of variable cumulative_surface_downwelling_diffuse_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name qwv_surf of variable water_vapor_mixing_ratio_at_surface from new to old metadata -INFO: Converting local name fm10_ocean of variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_ocean from new to old metadata -INFO: Converting local name QC_BL of variable subgrid_cloud_mixing_ratio_pbl from new to old metadata -INFO: Converting local name adjsfculw_ice of variable surface_upwelling_longwave_flux_over_ice_interstitial from new to old metadata -INFO: Converting local name tsfci_cpl of variable instantaneous_surface_skin_temperature_for_coupling from new to old metadata -INFO: Converting local name pertz0 of variable magnitude_of_perturbation_of_momentum_roughness_length from new to old metadata -INFO: Converting local name eahxy of variable canopy_air_vapor_pressure from new to old metadata -INFO: Converting local name cnv_dqldt of variable tendency_of_cloud_water_due_to_convective_microphysics from new to old metadata -INFO: Converting local name gq0 of variable tracer_concentration_updated_by_physics from new to old metadata -INFO: Converting local name iopt_dveg of variable flag_for_dynamic_vegetation_option from new to old metadata -INFO: Converting local name gv0(:,1) of variable y_wind_at_lowest_model_layer_updated_by_physics from new to old metadata -INFO: Converting local name first_time_step of variable flag_for_first_time_step from new to old metadata -INFO: Converting local name dtaux2d_ss of variable x_momentum_tendency_from_small_scale_gwd from new to old metadata -INFO: Converting local name wetdpl of variable instantaneous_large_scale_wet_deposition from new to old metadata -INFO: Converting local name cndm_surf of variable surface_condensation_mass from new to old metadata -INFO: Converting local name cmm_land of variable surface_drag_wind_speed_for_momentum_in_air_over_land from new to old metadata -INFO: Converting local name fh2 of variable Monin_Obukhov_similarity_function_for_heat_at_2m from new to old metadata -INFO: Converting local name gw_dudt of variable tendency_of_x_wind_due_to_ugwp from new to old metadata -INFO: Converting local name shinhong of variable flag_for_scale_aware_Shinhong_PBL from new to old metadata -INFO: Converting local name maxMF of variable maximum_mass_flux from new to old metadata -INFO: Converting local name gu0 of variable x_wind_updated_by_physics from new to old metadata -INFO: Converting local name ncstrac of variable number_of_tracers_for_CS from new to old metadata -INFO: Converting local name do_qa of variable flag_for_inline_cloud_fraction_calculation from new to old metadata -INFO: Converting local name pgr of variable surface_air_pressure from new to old metadata -INFO: Converting local name del of variable air_pressure_difference_between_midlayers from new to old metadata -INFO: Converting local name nqrimef of variable index_for_mass_weighted_rime_factor from new to old metadata -INFO: Converting local name du3dt(:,:,1) of variable cumulative_change_in_x_wind_due_to_PBL from new to old metadata -INFO: Converting local name raincs of variable lwe_thickness_of_shallow_convective_precipitation_amount from new to old metadata -INFO: Converting local name xlaixy of variable leaf_area_index from new to old metadata -INFO: Converting local name iopt_alb of variable flag_for_ground_snow_surface_albedo_option from new to old metadata -INFO: Converting local name moninq_fac of variable atmosphere_diffusivity_coefficient_factor from new to old metadata -INFO: Converting local name work3 of variable ratio_of_exner_function_between_midlayer_and_interface_at_lowest_model_layer from new to old metadata -INFO: Converting local name adjnirbmd of variable surface_downwelling_direct_near_infrared_shortwave_flux from new to old metadata -INFO: Converting local name imp_physics_zhao_carr_pdf of variable flag_for_zhao_carr_pdf_microphysics_scheme from new to old metadata -INFO: Converting local name dv3dt(:,:,3) of variable cumulative_change_in_y_wind_due_to_deep_convection from new to old metadata -INFO: Converting local name evcwa of variable cumulative_canopy_upward_latent_heat_flu_multiplied_by_timestep from new to old metadata -INFO: Converting local name lsm_noah of variable flag_for_noah_land_surface_scheme from new to old metadata -INFO: Converting local name ntk of variable index_for_turbulent_kinetic_energy_convective_transport_tracer from new to old metadata -INFO: Converting local name qsnw of variable local_snow_water_mixing_ratio from new to old metadata -INFO: Converting local name edmf_thl of variable emdf_updraft_theta_l from new to old metadata -INFO: Converting local name crtrh(2) of variable critical_relative_humidity_at_PBL_top from new to old metadata -INFO: Converting local name xv of variable diurnal_thermocline_layer_y_current from new to old metadata -INFO: Converting local name rlapse of variable air_temperature_lapse_rate_constant from new to old metadata -INFO: Converting local name clw(:,:,1) of variable ice_water_mixing_ratio_convective_transport_tracer from new to old metadata -INFO: Converting local name levozp of variable vertical_dimension_of_ozone_forcing_data from new to old metadata -INFO: Converting local name spfhmax of variable maximum_specific_humidity_at_2m from new to old metadata -INFO: Converting local name runoff of variable surface_runoff_flux from new to old metadata -INFO: Converting local name do_sb_physics of variable mg_flag_for_sb2001_autoconversion from new to old metadata -INFO: Converting local name phy_myj_a1q of variable weight_for_specific_humidity_at_viscous_sublayer_top from new to old metadata -INFO: Converting local name cactiv of variable conv_activity_counter from new to old metadata -INFO: Converting local name clw(:,:,index_for_turbulent_kinetic_energy_convective_transport_tracer) of variable turbulent_kinetic_energy_convective_transport_tracer from new to old metadata -INFO: Converting local name oz_phys_2015 of variable flag_for_2015_ozone_physics from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_snow_number_concentration) of variable snow_number_concentration from new to old metadata -INFO: Converting local name ntsnc of variable index_for_snow_number_concentration from new to old metadata -INFO: Converting local name dlwsfci_cpl of variable instantaneous_surface_downwelling_longwave_flux_for_coupling from new to old metadata -INFO: Converting local name errflg of variable ccpp_error_flag from new to old metadata -INFO: Converting local name kbot of variable vertical_index_at_cloud_base from new to old metadata -INFO: Converting local name clw_surf of variable cloud_condensed_water_mixing_ratio_at_surface from new to old metadata -INFO: Converting local name skebu_wts of variable weights_for_stochastic_skeb_perturbation_of_x_wind from new to old metadata -INFO: Converting local name snowprv of variable lwe_thickness_of_snow_amount_from_previous_timestep from new to old metadata -INFO: Converting local name spec_adv of variable flag_for_individual_cloud_species_advected from new to old metadata -INFO: Converting local name rainmp of variable lwe_thickness_of_explicit_rain_amount from new to old metadata -INFO: Converting local name jdat of variable forecast_date_and_time from new to old metadata -INFO: Converting local name ntrcaer of variable number_of_aerosol_tracers_MG from new to old metadata -INFO: Converting local name gflux of variable cumulative_surface_ground_heat_flux_multiplied_by_timestep from new to old metadata -INFO: Converting local name q1 of variable water_vapor_specific_humidity_at_lowest_model_layer_for_diag from new to old metadata -INFO: Converting local name gq0(:,1,index_for_water_vapor) of variable water_vapor_specific_humidity_at_lowest_model_layer_updated_by_physics from new to old metadata -INFO: Converting local name nday of variable daytime_points_dimension from new to old metadata -INFO: Converting local name cs_parm(9) of variable entrainment_efficiency_tunable_parameter_9_CS from new to old metadata -INFO: Converting local name flx_form of variable flag_flux_form_CS from new to old metadata -INFO: Converting local name dtsfc_cpl of variable cumulative_surface_upward_sensible_heat_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name nstf_name(1) of variable flag_for_nsstm_run from new to old metadata -INFO: Converting local name ca_sgs of variable flag_for_sgs_cellular_automata from new to old metadata -INFO: Converting local name mg_qcmin(1) of variable mg_minimum_cloud_condensed_water_mixing_ratio from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio from new to old metadata -INFO: Converting local name rilist of variable gas_constants_for_multi_gases_physics from new to old metadata -INFO: Converting local name dtauy2d_ls of variable y_momentum_tendency_from_large_scale_gwd from new to old metadata -INFO: Converting local name oz_coeff of variable number_of_coefficients_in_ozone_forcing_data from new to old metadata -INFO: Converting local name edmf_qt of variable emdf_updraft_total_water from new to old metadata -INFO: Converting local name stmassxy of variable stem_mass from new to old metadata -INFO: Converting local name dgraupelprv of variable graupel_precipitation_rate_from_previous_timestep from new to old metadata -INFO: Converting local name gq0(:,:,index_for_mass_weighted_rime_factor) of variable mass_weighted_rime_factor_updated_by_physics from new to old metadata -INFO: Converting local name alnwf of variable mean_nir_albedo_with_weak_cosz_dependency from new to old metadata -INFO: Converting local name smoiseq of variable equilibrium_soil_water_content from new to old metadata -INFO: Converting local name psautco of variable coefficient_from_cloud_ice_to_snow from new to old metadata -INFO: Converting local name fhlwr of variable frequency_for_longwave_radiation from new to old metadata -INFO: Converting local name xtts of variable sensitivity_of_dtl_heat_content_to_surface_temperature from new to old metadata -INFO: Converting local name tracers_start_index of variable start_index_of_other_tracers from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_ice_cloud_condensate) of variable tendency_of_ice_cloud_water_mixing_ratio_due_to_model_physics from new to old metadata -INFO: Converting local name jsd of variable starting_y_direction_index_domain from new to old metadata -INFO: Converting local name semis_land of variable surface_longwave_emissivity_over_land_interstitial from new to old metadata -INFO: Converting local name tdomr of variable dominant_rain_type from new to old metadata -INFO: Converting local name conv_act of variable gf_memory_counter from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_ice_cloud_number_concentration) of variable ice_number_concentration from new to old metadata -INFO: Converting local name ugrs(:,1) of variable x_wind_at_lowest_model_layer from new to old metadata -INFO: Converting local name qicn of variable mass_fraction_of_convective_cloud_ice from new to old metadata -INFO: Converting local name fh2_ice of variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_ice from new to old metadata -INFO: Converting local name tsq of variable t_prime_squared from new to old metadata -INFO: Converting local name tdomip of variable dominant_sleet_type from new to old metadata -INFO: Converting local name lslwr of variable flag_to_calc_lw from new to old metadata -INFO: Converting local name GFS_cldprop_type of variable GFS_cldprop_type from new to old metadata -INFO: Converting local name imp_physics of variable flag_for_microphysics_scheme from new to old metadata -INFO: Converting local name sfcalb(:,1) of variable surface_albedo_due_to_near_IR_direct from new to old metadata -INFO: Converting local name mg_do_graupel of variable mg_flag_for_graupel from new to old metadata -INFO: Converting local name soilm of variable soil_moisture_content from new to old metadata -INFO: Converting local name exch_m of variable atmosphere_momentum_diffusivity_for_mynnpbl from new to old metadata -INFO: Converting local name wetdpc of variable instantaneous_convective_scale_wet_deposition from new to old metadata -INFO: Converting local name el_pbl of variable mixing_length from new to old metadata -INFO: Converting local name ncnvc of variable index_for_convective_cloud_cover_in_phy_f3d from new to old metadata -INFO: Converting local name fn_nml of variable namelist_filename from new to old metadata -INFO: Converting local name weasd_ocean of variable water_equivalent_accumulated_snow_depth_over_ocean from new to old metadata -INFO: Converting local name evfact_deep of variable rain_evaporation_coefficient_deep_convection from new to old metadata -INFO: Converting local name dqsfc of variable cumulative_surface_upward_latent_heat_flux_for_diag_multiplied_by_timestep from new to old metadata -INFO: Converting local name totgrpb of variable accumulated_lwe_thickness_of_graupel_amount_in_bucket from new to old metadata -INFO: Converting local name trans_aero of variable flag_for_aerosol_convective_transport_and_PBL_diffusion from new to old metadata -INFO: Converting local name dusfc_bl of variable integrated_x_momentum_flux_from_blocking_drag from new to old metadata -INFO: Converting local name gw_kdis of variable eddy_mixing_due_to_ugwp from new to old metadata -INFO: Converting local name mg_qcmin of variable mg_minimum_cloud_condensed_water_and_ice_mixing_ratio from new to old metadata -INFO: Converting local name dq3dt(:,:,3) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_shal_convection from new to old metadata -INFO: Converting local name qi of variable cloud_ice_specific_humidity_at_Lagrangian_surface from new to old metadata -INFO: Converting local name imfshalcnv_gf of variable flag_for_ntiedtke_shallow_convection_scheme from new to old metadata -INFO: Converting local name zorl_ocean of variable surface_roughness_length_over_ocean_interstitial from new to old metadata -INFO: Converting local name tsfc_ice of variable surface_skin_temperature_over_ice_interstitial from new to old metadata -INFO: Converting local name input_nml_file_length of variable number_of_lines_of_namelist_filename_for_internal_file_reads from new to old metadata -INFO: Converting local name flhc of variable surface_exchange_coefficient_for_heat from new to old metadata -INFO: Converting local name qke of variable tke_at_mass_points from new to old metadata -INFO: Converting local name snowd of variable surface_snow_thickness_water_equivalent from new to old metadata -INFO: Converting local name ncpr of variable local_rain_number_concentration from new to old metadata -INFO: Converting local name ldiag3d of variable flag_diagnostics_3D from new to old metadata -INFO: Converting local name ffhh_ocean of variable Monin_Obukhov_similarity_function_for_heat_over_ocean from new to old metadata -INFO: Converting local name nsamftrac of variable number_of_tracers_for_samf from new to old metadata -INFO: Converting local name con_hvap of variable latent_heat_of_vaporization_of_water_at_0C from new to old metadata -INFO: Converting local name dtaux2d_fd of variable x_momentum_tendency_from_form_drag from new to old metadata -INFO: Converting local name levh2o of variable vertical_dimension_of_h2o_forcing_data from new to old metadata -INFO: Converting local name ras of variable flag_for_ras_deep_convection from new to old metadata -INFO: Converting local name ialb of variable flag_for_using_climatology_albedo from new to old metadata -INFO: Converting local name raincd of variable lwe_thickness_of_deep_convective_precipitation_amount from new to old metadata -INFO: Converting local name alb1d of variable surface_albedo_perturbation from new to old metadata -INFO: Converting local name nwat of variable number_of_water_species from new to old metadata -INFO: Converting local name dwn_mf of variable cumulative_atmosphere_downdraft_convective_mass_flux from new to old metadata -INFO: Converting local name save_t of variable air_temperature_save from new to old metadata -INFO: Converting local name fice of variable sea_ice_concentration from new to old metadata -INFO: Converting local name dvisdf_cpl of variable cumulative_surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name cvb of variable pressure_at_bottom_of_convective_cloud from new to old metadata -INFO: Converting local name save_q(:,:,index_for_ice_cloud_condensate) of variable ice_water_mixing_ratio_save from new to old metadata -INFO: Converting local name gq0(:,:,index_for_snow_water) of variable snow_water_mixing_ratio_updated_by_physics from new to old metadata -INFO: Converting local name qrain of variable sensible_heat_flux_due_to_rainfall from new to old metadata -INFO: Converting local name stress_ocean of variable surface_wind_stress_over_ocean from new to old metadata -INFO: Converting local name adjsfculw_land of variable surface_upwelling_longwave_flux_over_land_interstitial from new to old metadata -INFO: Converting local name ndust of variable number_of_dust_bins_for_diagnostics from new to old metadata -INFO: Converting local name GFS_radtend_type of variable GFS_radtend_type from new to old metadata -INFO: Converting local name ngas of variable number_of_gases_for_multi_gases_physics from new to old metadata -INFO: Converting local name diceprv of variable ice_precipitation_rate_from_previous_timestep from new to old metadata -INFO: Converting local name con_ttp of variable triple_point_temperature_of_water from new to old metadata -INFO: Converting local name rechxy of variable water_table_recharge_when_shallow from new to old metadata -INFO: Converting local name ffhh of variable Monin_Obukhov_similarity_function_for_heat from new to old metadata -INFO: Converting local name edmf_w of variable emdf_updraft_vertical_velocity from new to old metadata -INFO: Converting local name sed_supersat of variable mg_allow_supersat_after_sed from new to old metadata -INFO: Converting local name sr of variable ratio_of_snowfall_to_rainfall from new to old metadata -INFO: Converting local name stc of variable soil_temperature from new to old metadata -INFO: Converting local name idate of variable date_and_time_at_model_initialization_reordered from new to old metadata -INFO: Converting local name nctp of variable number_of_cloud_types_CS from new to old metadata -INFO: Converting local name levrp1 of variable number_of_vertical_layers_for_radiation_calculations_plus_one from new to old metadata -INFO: Converting local name v10mmax of variable maximum_y_wind_at_10m from new to old metadata -INFO: Converting local name clouds(:,:,8) of variable cloud_snow_water_path from new to old metadata -INFO: Converting local name dusfc of variable cumulative_surface_x_momentum_flux_for_diag_multiplied_by_timestep from new to old metadata -INFO: Converting local name sfcalb(:,3) of variable surface_albedo_due_to_UV_and_VIS_direct from new to old metadata -INFO: Converting local name zmtnblck of variable level_of_dividing_streamline from new to old metadata -INFO: Converting local name xcosz of variable instantaneous_cosine_of_zenith_angle from new to old metadata -INFO: Converting local name CCPP_interstitial_type of variable CCPP_interstitial_type from new to old metadata -INFO: Converting local name theta of variable angle_from_east_of_maximum_subgrid_orographic_variations from new to old metadata -INFO: Converting local name nbdsw of variable number_of_aerosol_bands_for_shortwave_radiation from new to old metadata -INFO: Converting local name dqsfc1 of variable instantaneous_surface_upward_latent_heat_flux from new to old metadata -INFO: Converting local name htrsw of variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_timestep from new to old metadata -INFO: Converting local name gq0(:,:,index_for_graupel_number_concentration) of variable graupel_number_concentration_updated_by_physics from new to old metadata -INFO: Converting local name ntgnc of variable index_for_graupel_number_concentration from new to old metadata -INFO: Converting local name semis of variable surface_longwave_emissivity from new to old metadata -INFO: Converting local name ca_smooth of variable flag_for_gaussian_spatial_filter from new to old metadata -INFO: Converting local name zhour of variable time_since_diagnostics_zeroed from new to old metadata -INFO: Converting local name uswsfci of variable surface_upwelling_shortwave_flux from new to old metadata -INFO: Converting local name dq3dt(:,:,6) of variable cumulative_change_in_ozone_concentration_due_to_production_and_loss_rate from new to old metadata -INFO: Converting local name con_t0c of variable temperature_at_zero_celsius from new to old metadata -INFO: Converting local name dvsfcin_cpl of variable surface_y_momentum_flux_for_coupling from new to old metadata -INFO: Converting local name runoff of variable total_runoff from new to old metadata -INFO: Converting local name upd_mf of variable cumulative_atmosphere_updraft_convective_mass_flux from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_for_cloud_fraction_in_3d_arrays_for_microphysics) of variable cloud_fraction_for_MG from new to old metadata -INFO: Converting local name indcld of variable index_for_cloud_fraction_in_3d_arrays_for_microphysics from new to old metadata -INFO: Converting local name vegtype of variable vegetation_type_classification from new to old metadata -INFO: Converting local name ied of variable ending_x_direction_index_domain from new to old metadata -INFO: Converting local name transa of variable cumulative_transpiration_flux_multiplied_by_timestep from new to old metadata -INFO: Converting local name dt3dt(:,:,2) of variable cumulative_change_in_temperature_due_to_shortwave_radiation from new to old metadata -INFO: Converting local name dvsfc_ls of variable integrated_y_momentum_flux_from_large_scale_gwd from new to old metadata -INFO: Converting local name snowd_ocean of variable surface_snow_thickness_water_equivalent_over_ocean from new to old metadata -INFO: Converting local name clouds(:,:,2) of variable cloud_liquid_water_path from new to old metadata -INFO: Converting local name visbmui of variable surface_upwelling_direct_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name plvl of variable air_pressure_at_interface_for_radiation_in_hPa from new to old metadata -INFO: Converting local name uustar_land of variable surface_friction_velocity_over_land from new to old metadata -INFO: Converting local name phy_myj_akms of variable momentum_exchange_coefficient_for_MYJ_schemes from new to old metadata -INFO: Converting local name cnv_fice of variable ice_fraction_in_convective_tower from new to old metadata -INFO: Converting local name nbdlw of variable number_of_aerosol_bands_for_longwave_radiation from new to old metadata -INFO: Converting local name dudt_mtb of variable instantaneous_change_in_x_wind_due_to_mountain_blocking_drag from new to old metadata -INFO: Converting local name rb_ocean of variable bulk_richardson_number_at_lowest_model_level_over_ocean from new to old metadata -INFO: Converting local name ccnorm of variable flag_for_cloud_condensate_normalized_by_cloud_cover from new to old metadata -INFO: Converting local name dqdt of variable tendency_of_tracers_due_to_model_physics from new to old metadata -INFO: Converting local name u10m of variable x_wind_at_10m from new to old metadata -INFO: Converting local name tmpmin of variable minimum_temperature_at_2m from new to old metadata -INFO: Converting local name save_u of variable x_wind_save from new to old metadata -INFO: Converting local name tsnow of variable snow_temperature_bottom_first_layer from new to old metadata -INFO: Converting local name kind_INTEGER of variable kind_INTEGER from new to old metadata -INFO: Converting local name nswsfc_cpl of variable cumulative_surface_net_downward_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name vgrs(:,1) of variable y_wind_at_lowest_model_layer from new to old metadata -INFO: Converting local name bl_mynn_edmf_tke of variable edmf_tke_transport_flag from new to old metadata -INFO: Converting local name tile_num of variable number_of_tile from new to old metadata -INFO: Converting local name con_pi of variable pi from new to old metadata -INFO: Converting local name abem of variable instantaneous_anthopogenic_and_biomass_burning_emissions from new to old metadata -INFO: Converting local name latidxprnt of variable latitude_index_in_debug_printouts from new to old metadata -INFO: Converting local name tcrf of variable cloud_phase_transition_denominator from new to old metadata -INFO: Converting local name cpilist of variable specific_heat_capacities_for_multi_gases_physics from new to old metadata -INFO: Converting local name tprcp_ocean of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_ocean from new to old metadata -INFO: Converting local name vgrs of variable y_wind from new to old metadata -INFO: Converting local name me of variable mpi_rank from new to old metadata -INFO: Converting local name nseffr of variable index_for_snow_effective_radius from new to old metadata -INFO: Converting local name crtrh(1) of variable critical_relative_humidity_at_surface from new to old metadata -INFO: Converting local name nrcm of variable array_dimension_of_random_number from new to old metadata -INFO: Converting local name phy_f2d(:,2) of variable surface_air_pressure_at_previous_time_step from new to old metadata -INFO: Converting local name totice of variable accumulated_lwe_thickness_of_ice_amount from new to old metadata -INFO: Converting local name vdftra of variable vertically_diffused_tracer_concentration from new to old metadata -INFO: Converting local name clam_shal of variable entrainment_rate_coefficient_shallow_convection from new to old metadata -INFO: Converting local name ulwsfc of variable cumulative_surface_upwelling_longwave_flux_multiplied_by_timestep from new to old metadata -INFO: Converting local name cldf of variable cloud_area_fraction from new to old metadata -INFO: Converting local name prslk of variable dimensionless_exner_function_at_model_layers from new to old metadata -INFO: Converting local name imp_physics_wsm6 of variable flag_for_wsm6_microphysics_scheme from new to old metadata -INFO: Converting local name blksz(ccpp_block_number) of variable horizontal_loop_extent from new to old metadata -INFO: Converting local name dtp of variable time_step_for_physics from new to old metadata -INFO: Converting local name nnirdf_cpl of variable cumulative_surface_net_downward_diffuse_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name tsurf_ice of variable surface_skin_temperature_after_iteration_over_ice from new to old metadata -INFO: Converting local name snowfallac of variable total_accumulated_snowfall from new to old metadata -INFO: Converting local name solhr of variable forecast_hour_of_the_day from new to old metadata -INFO: Converting local name use_zmtnblck of variable flag_for_mountain_blocking from new to old metadata -INFO: Converting local name sfcflw_type of variable sfcflw_type from new to old metadata -INFO: Converting local name rhofr of variable density_of_frozen_precipitation from new to old metadata -INFO: Converting local name dxmax of variable maximum_scaling_factor_for_critical_relative_humidity from new to old metadata -INFO: Converting local name rainc_cpl of variable lwe_thickness_of_convective_precipitation_amount_for_coupling from new to old metadata -INFO: Converting local name prautco of variable coefficient_from_cloud_water_to_rain from new to old metadata -INFO: Converting local name cumabs of variable maximum_column_heating_rate from new to old metadata -INFO: Converting local name Statein of variable GFS_statein_type_instance from new to old metadata -INFO: Converting local name ntasks of variable mpi_size from new to old metadata -INFO: Converting local name qsq of variable q_prime_squared from new to old metadata -INFO: Converting local name bl_mynn_mixqt of variable mix_total_water_flag from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_turbulent_kinetic_energy) of variable tendency_of_turbulent_kinetic_energy_due_to_model_physics from new to old metadata -INFO: Converting local name ntke of variable index_for_turbulent_kinetic_energy from new to old metadata -INFO: Converting local name kmp of variable top_layer_index_for_fast_physics from new to old metadata -INFO: Converting local name ffhh_ice of variable Monin_Obukhov_similarity_function_for_heat_over_ice from new to old metadata -INFO: Converting local name dq3dt(:,:,1) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_PBL from new to old metadata -INFO: Converting local name con_hfus of variable latent_heat_of_fusion_of_water_at_0C from new to old metadata -INFO: Converting local name isubc_lw of variable flag_for_lw_clouds_without_sub_grid_approximation from new to old metadata -INFO: Converting local name du3dt(:,:,3) of variable cumulative_change_in_x_wind_due_to_deep_convection from new to old metadata -INFO: Converting local name clx of variable fraction_of_grid_box_with_subgrid_orography_higher_than_critical_height from new to old metadata -INFO: Converting local name shoc_parm(4) of variable shoc_implicit_TKE_integration_uncentering_term from new to old metadata -INFO: Converting local name gasvmr(:,:,7) of variable volume_mixing_ratio_cfc12 from new to old metadata -INFO: Converting local name cappa of variable cappa_moist_gas_constant_at_Lagrangian_surface from new to old metadata -INFO: Converting local name cf_upi of variable convective_cloud_fraction_for_microphysics from new to old metadata -INFO: Converting local name cdata of variable ccpp_t_instance from new to old metadata -INFO: Converting local name phy_myj_akhs of variable heat_exchange_coefficient_for_MYJ_schemes from new to old metadata -INFO: Converting local name sedim of variable instantaneous_sedimentation from new to old metadata -INFO: Converting local name graupelmp of variable lwe_thickness_of_graupel_amount from new to old metadata -INFO: Converting local name skebu_wts of variable weights_for_stochastic_skeb_perturbation_of_x_wind_flipped from new to old metadata -INFO: Converting local name GFS_control_type of variable GFS_control_type from new to old metadata -INFO: Converting local name yearlen of variable number_of_days_in_year from new to old metadata -INFO: Converting local name save_q(:,:,index_for_water_vapor) of variable water_vapor_specific_humidity_save from new to old metadata -INFO: Converting local name smois of variable volume_fraction_of_soil_moisture_for_land_surface_model from new to old metadata -INFO: Converting local name gq0(:,:,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio_updated_by_physics from new to old metadata -INFO: Converting local name pwat of variable column_precipitable_water from new to old metadata -INFO: Converting local name cld1d of variable cloud_work_function from new to old metadata -INFO: Converting local name qvi of variable gas_tracers_for_multi_gas_physics_at_Lagrangian_surface from new to old metadata -INFO: Converting local name gabsbdlw of variable surface_downwelling_longwave_flux_absorbed_by_ground from new to old metadata -INFO: Converting local name tau_ngw of variable time_integral_of_momentum_flux_due_to_nonstationary_gravity_wave from new to old metadata -INFO: Converting local name xlat_d of variable latitude_degree from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_for_ice_effective_radius) of variable effective_radius_of_stratiform_cloud_ice_particle_in_um from new to old metadata -INFO: Converting local name nieffr of variable index_for_ice_effective_radius from new to old metadata -INFO: Converting local name do_ca of variable flag_for_cellular_automata from new to old metadata -INFO: Converting local name wtxy of variable water_storage_in_aquifer_and_saturated_soil from new to old metadata -INFO: Converting local name srunoff of variable surface_runoff from new to old metadata -INFO: Converting local name ntrnc of variable index_for_rain_number_concentration from new to old metadata -INFO: Converting local name ustm of variable surface_friction_velocity_drag from new to old metadata -INFO: Converting local name cnvprcp of variable cumulative_lwe_thickness_of_convective_precipitation_amount from new to old metadata -INFO: Converting local name imfdeepcnv_samf of variable flag_for_samf_deep_convection_scheme from new to old metadata -INFO: Converting local name si of variable vertical_sigma_coordinate_for_radiation_initialization from new to old metadata -INFO: Converting local name gwdcu of variable tendency_of_x_wind_due_to_convective_gravity_wave_drag from new to old metadata -INFO: Converting local name elvmax of variable maximum_subgrid_orography from new to old metadata -INFO: Converting local name slimskin_cpl of variable sea_land_ice_mask_in from new to old metadata -INFO: Converting local name dtsfc_cice of variable surface_upward_sensible_heat_flux_for_coupling_interstitial from new to old metadata -INFO: Converting local name do_mynnedmf of variable do_mynnedmf from new to old metadata -INFO: Converting local name zorll of variable surface_roughness_length_over_land from new to old metadata -INFO: Converting local name nswsfci_cpl of variable instantaneous_surface_net_downward_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name do_cldice of variable mg_flag_for_cloud_ice_processes from new to old metadata -INFO: Converting local name alboldxy of variable snow_albedo_at_previous_time_step from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_graupel) of variable graupel_mixing_ratio from new to old metadata -INFO: Converting local name rhcmax of variable maximum_critical_relative_humidity from new to old metadata -INFO: Converting local name Stateout of variable GFS_stateout_type_instance from new to old metadata -INFO: Converting local name nirbmdi of variable surface_downwelling_direct_near_infrared_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name gfluxi of variable instantaneous_surface_ground_heat_flux from new to old metadata -INFO: Converting local name drainncprv of variable explicit_rainfall_rate_from_previous_timestep from new to old metadata -INFO: Converting local name gflx of variable upward_heat_flux_in_soil from new to old metadata -INFO: Converting local name hflx_ocean of variable kinematic_surface_upward_sensible_heat_flux_over_ocean from new to old metadata -INFO: Converting local name nvdiff of variable number_of_vertical_diffusion_tracers from new to old metadata -INFO: Converting local name dspheat of variable flag_TKE_dissipation_heating from new to old metadata -INFO: Converting local name fhswr of variable frequency_for_shortwave_radiation from new to old metadata -INFO: Converting local name nthreads of variable omp_threads from new to old metadata -INFO: Converting local name islmsk of variable sea_land_ice_mask from new to old metadata -INFO: Converting local name ntchmdiag of variable number_of_chemical_tracers_for_diagnostics from new to old metadata -INFO: Converting local name nstf_name(5) of variable vertical_temperature_average_range_upper_bound from new to old metadata -INFO: Converting local name forceq of variable moisture_tendency_due_to_dynamics from new to old metadata -INFO: Converting local name nseasalt of variable number_of_seasalt_bins_for_diagnostics from new to old metadata -INFO: Converting local name gasvmr(:,:,2) of variable volume_mixing_ratio_n2o from new to old metadata -INFO: Converting local name ctei_rml of variable grid_sensitive_critical_cloud_top_entrainment_instability_criteria from new to old metadata -INFO: Converting local name sfc_wts of variable weights_for_stochastic_surface_physics_perturbation from new to old metadata -INFO: Converting local name oc of variable convexity_of_subgrid_orography from new to old metadata -INFO: Converting local name ep1d of variable surface_upward_potential_latent_heat_flux from new to old metadata -INFO: Converting local name u10mmax of variable maximum_x_wind_at_10m from new to old metadata -INFO: Converting local name nca of variable number_of_independent_cellular_automata from new to old metadata -INFO: Converting local name rtmassxy of variable fine_root_mass from new to old metadata -INFO: Converting local name ffmm_ocean of variable Monin_Obukhov_similarity_function_for_momentum_over_ocean from new to old metadata -INFO: Converting local name pertlai of variable magnitude_of_perturbation_of_leaf_area_index from new to old metadata -INFO: Converting local name mg_ncnst of variable mg_drop_concentration_constant from new to old metadata -INFO: Converting local name pgcon_shal of variable momentum_transport_reduction_factor_pgf_shallow_convection from new to old metadata -INFO: Converting local name edmf_qc of variable emdf_updraft_cloud_water from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_graupel) of variable tendency_of_graupel_mixing_ratio_due_to_model_physics from new to old metadata -INFO: Converting local name acvt of variable largest_cloud_top_vertical_index_encountered_thus_far from new to old metadata -INFO: Converting local name cmm of variable surface_drag_wind_speed_for_momentum_in_air from new to old metadata -INFO: Converting local name dt_cool of variable sub_layer_cooling_amount from new to old metadata -INFO: Converting local name qc_r of variable cloud_liquid_water_mixing_ratio from new to old metadata -INFO: Converting local name ral_ts of variable time_scale_for_rayleigh_damping from new to old metadata -INFO: Converting local name GFS_diag_type of variable GFS_diag_type from new to old metadata -INFO: Converting local name dnirdfi_cpl of variable instantaneous_surface_downwelling_diffuse_near_infrared_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name chh_ice of variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_ice from new to old metadata -INFO: Converting local name flipv of variable flag_flip from new to old metadata -INFO: Converting local name ldiag_ugwp of variable diag_ugwp_flag from new to old metadata -INFO: Converting local name ctei_r of variable cloud_top_entrainment_instability_value from new to old metadata -INFO: Converting local name ccn_nm of variable ccn_number_concentration from new to old metadata -INFO: Converting local name edmf_ent of variable emdf_updraft_entrainment_rate from new to old metadata -INFO: Converting local name htswc of variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step from new to old metadata -INFO: Converting local name phy_myj_thz0 of variable potential_temperature_at_viscous_sublayer_top from new to old metadata -INFO: Converting local name bl_mynn_edmf of variable edmf_flag from new to old metadata -INFO: Converting local name con_rd of variable gas_constant_dry_air from new to old metadata -INFO: Converting local name qss_land of variable surface_specific_humidity_over_land from new to old metadata -INFO: Converting local name zt1d of variable perturbation_of_heat_to_momentum_roughness_length_ratio from new to old metadata -INFO: Converting local name imp_physics_zhao_carr of variable flag_for_zhao_carr_microphysics_scheme from new to old metadata -INFO: Converting local name delz of variable thickness_at_Lagrangian_surface from new to old metadata -INFO: Converting local name dtsfci of variable instantaneous_surface_upward_sensible_heat_flux_for_diag from new to old metadata -INFO: Converting local name dvsfc_fd of variable integrated_y_momentum_flux_from_form_drag from new to old metadata -INFO: Converting local name totprcpb of variable accumulated_lwe_thickness_of_precipitation_amount_in_bucket from new to old metadata -INFO: Converting local name tcr of variable cloud_phase_transition_threshold_temperature from new to old metadata -INFO: Converting local name clstp of variable convective_cloud_switch from new to old metadata -INFO: Converting local name isatmedmf_vdifq of variable choice_of_updated_scale_aware_TKE_moist_EDMF_PBL from new to old metadata -INFO: Converting local name coszen of variable cosine_of_zenith_angle from new to old metadata -INFO: Converting local name nifa2d of variable tendency_of_ice_friendly_aerosols_at_surface from new to old metadata -INFO: Converting local name icy of variable flag_nonzero_sea_ice_surface_fraction from new to old metadata -INFO: Converting local name dudt of variable tendency_of_x_wind_due_to_model_physics from new to old metadata -INFO: Converting local name bl_dnfr of variable downdraft_fraction_in_boundary_layer_mass_flux_scheme from new to old metadata -INFO: Converting local name snohf of variable snow_freezing_rain_upward_latent_heat_flux from new to old metadata -INFO: Converting local name bexp1d of variable perturbation_of_soil_type_b_parameter from new to old metadata -INFO: Converting local name faersw of variable aerosol_optical_properties_for_shortwave_bands_01_16 from new to old metadata -INFO: Converting local name dtdt of variable tendency_of_air_temperature_due_to_model_physics from new to old metadata -INFO: Converting local name nvisdf_cpl of variable cumulative_surface_net_downward_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name dqsfcin_cpl of variable surface_upward_latent_heat_flux_for_coupling from new to old metadata -INFO: Converting local name con_p0 of variable standard_atmospheric_pressure from new to old metadata -INFO: Converting local name con_epsq of variable minimum_value_of_specific_humidity from new to old metadata -INFO: Converting local name dusfci_cpl of variable instantaneous_surface_x_momentum_flux_for_coupling from new to old metadata -INFO: Converting local name ep1d_ice of variable surface_upward_potential_latent_heat_flux_over_ice from new to old metadata -INFO: Converting local name fhour of variable forecast_time from new to old metadata -INFO: Converting local name refl_10cm of variable radar_reflectivity_10cm from new to old metadata -INFO: Converting local name shum_wts of variable weights_for_stochastic_shum_perturbation_flipped from new to old metadata -INFO: Converting local name dspfac of variable tke_dissipative_heating_factor from new to old metadata -INFO: Converting local name nnirbmi_cpl of variable instantaneous_surface_net_downward_direct_near_infrared_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name c1_deep of variable detrainment_conversion_parameter_deep_convection from new to old metadata -INFO: Converting local name dt3dt(:,:,4) of variable cumulative_change_in_temperature_due_to_deep_convection from new to old metadata -INFO: Converting local name dv3dt(:,:,4) of variable cumulative_change_in_y_wind_due_to_convective_gravity_wave_drag from new to old metadata -INFO: Converting local name phy_myj_a1u of variable weight_for_momentum_at_viscous_sublayer_top from new to old metadata -INFO: Converting local name iopt_stc of variable flag_for_soil_and_snow_temperature_time_stepping_option from new to old metadata -INFO: Converting local name adjvisbmd of variable surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux from new to old metadata -INFO: Converting local name icloud_bl of variable couple_sgs_clouds_to_radiation_flag from new to old metadata -INFO: Converting local name rb of variable bulk_richardson_number_at_lowest_model_level from new to old metadata -INFO: Converting local name faerlw(:,:,:,2) of variable aerosol_single_scattering_albedo_for_longwave_bands_01_16 from new to old metadata -INFO: Converting local name phy_myj_elflx of variable kinematic_surface_latent_heat_flux from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_for_snow_effective_radius) of variable effective_radius_of_stratiform_cloud_snow_particle_in_um from new to old metadata -INFO: Converting local name iopt_tbot of variable flag_for_lower_boundary_soil_temperature_option from new to old metadata -INFO: Converting local name pdfflag of variable flag_for_pdf_for_morrison_gettelman_microphysics_scheme from new to old metadata -INFO: Converting local name do_aw of variable flag_for_Arakawa_Wu_adjustment from new to old metadata -INFO: Converting local name do_tofd of variable turb_oro_form_drag_flag from new to old metadata -INFO: Converting local name dqdti of variable instantaneous_water_vapor_specific_humidity_tendency_due_to_convection from new to old metadata -INFO: Converting local name qi_r of variable cloud_ice_mixing_ratio from new to old metadata -INFO: Converting local name flag_iter of variable flag_for_iteration from new to old metadata -INFO: Converting local name CLDFRA_BL of variable subgrid_cloud_fraction_pbl from new to old metadata -INFO: Converting local name zorl_ice of variable surface_roughness_length_over_ice_interstitial from new to old metadata -INFO: Converting local name dd_mf of variable instantaneous_atmosphere_downdraft_convective_mass_flux from new to old metadata -INFO: Converting local name visdfui of variable surface_upwelling_diffuse_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name julian of variable julian_day from new to old metadata -INFO: Converting local name cd_ice of variable surface_drag_coefficient_for_momentum_in_air_over_ice from new to old metadata -INFO: Converting local name iovr_lw of variable flag_for_max_random_overlap_clouds_for_longwave_radiation from new to old metadata -INFO: Converting local name lmp of variable adjusted_vertical_level_dimension_for_radiation from new to old metadata -INFO: Converting local name kdt of variable index_of_time_step from new to old metadata -INFO: Converting local name ushfsfci of variable instantaneous_surface_upward_sensible_heat_flux_for_chemistry_coupling from new to old metadata -INFO: Converting local name rb_land of variable bulk_richardson_number_at_lowest_model_level_over_land from new to old metadata -INFO: Converting local name uustar of variable surface_friction_velocity from new to old metadata -INFO: Converting local name adjnirbmu of variable surface_upwelling_direct_near_infrared_shortwave_flux from new to old metadata -INFO: Converting local name do_mynnsfclay of variable do_mynnsfclay from new to old metadata -INFO: Converting local name aero_in of variable flag_for_aerosol_input_MG from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_water_vapor) of variable tendency_of_water_vapor_specific_humidity_due_to_model_physics from new to old metadata -INFO: Converting local name mol of variable theta_star from new to old metadata -INFO: Converting local name fwetxy of variable area_fraction_of_wet_canopy from new to old metadata -INFO: Converting local name phy_f2d(:,1) of variable surface_air_pressure_two_time_steps_back from new to old metadata -INFO: Converting local name topflw of variable lw_fluxes_top_atmosphere from new to old metadata -INFO: Converting local name satmedmf of variable flag_for_scale_aware_TKE_moist_EDMF_PBL from new to old metadata -INFO: Converting local name waxy of variable water_storage_in_aquifer from new to old metadata -INFO: Converting local name snow of variable lwe_thickness_of_snow_amount_on_dynamics_timestep from new to old metadata -INFO: Converting local name ivegsrc of variable vegetation_type_dataset_choice from new to old metadata -INFO: Converting local name sigmaf of variable bounded_vegetation_area_fraction from new to old metadata -INFO: Converting local name f_rain of variable fraction_of_rain_water_cloud from new to old metadata -INFO: Converting local name dkt of variable instantaneous_atmosphere_heat_diffusivity from new to old metadata -INFO: Converting local name asolfac_deep of variable aerosol_aware_parameter_deep_convection from new to old metadata -INFO: Converting local name dv3dt(:,:,2) of variable cumulative_change_in_y_wind_due_to_orographic_gravity_wave_drag from new to old metadata -INFO: Converting local name ipr of variable horizontal_index_of_printed_column from new to old metadata -INFO: Converting local name npzcappa of variable vertical_dimension_for_cappa_at_Lagrangian_surface from new to old metadata -INFO: Converting local name clam_deep of variable entrainment_rate_coefficient_deep_convection from new to old metadata -INFO: Converting local name dusfci of variable instantaneous_surface_x_momentum_flux_for_diag from new to old metadata -INFO: Converting local name cs_parm(4) of variable detrainment_and_precipitation_tunable_parameter_4_CS from new to old metadata -INFO: Converting local name levsp1 of variable vertical_dimension_plus_one from new to old metadata -INFO: Converting local name con_cp of variable specific_heat_of_dry_air_at_constant_pressure from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_water_vapor) of variable water_vapor_specific_humidity from new to old metadata -INFO: Converting local name prsik(:,1) of variable dimensionless_exner_function_at_lowest_model_interface from new to old metadata -INFO: Converting local name gasvmr(:,:,5) of variable volume_mixing_ratio_co from new to old metadata -INFO: Converting local name mg_ngcons of variable mg_flag_graupel_concentration_constant from new to old metadata -INFO: Converting local name acsnow of variable accumulated_water_equivalent_of_frozen_precip from new to old metadata -INFO: Converting local name levsm1 of variable vertical_dimension_minus_one from new to old metadata -INFO: Converting local name phy_myj_a1t of variable weight_for_potental_temperature_at_viscous_sublayer_top from new to old metadata -INFO: Converting local name ntracp1 of variable number_of_tracers_plus_one from new to old metadata -INFO: Converting local name GFS_Data of variable GFS_data_type_instance_all_blocks from new to old metadata -INFO: Converting local name zol of variable surface_stability_parameter from new to old metadata -INFO: Converting local name CCPP_interstitial of variable CCPP_interstitial_type_instance from new to old metadata -INFO: Converting local name isd of variable starting_x_direction_index_domain from new to old metadata -INFO: Converting local name cplflx of variable flag_for_flux_coupling from new to old metadata -INFO: Converting local name lradar of variable flag_for_radar_reflectivity from new to old metadata -INFO: Converting local name iseed_ca of variable seed_for_random_number_generation_in_cellular_automata_scheme from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_for_convective_cloud_cover_in_phy_f3d) of variable convective_cloud_cover_in_phy_f3d from new to old metadata -INFO: Converting local name dqsfci of variable instantaneous_surface_upward_latent_heat_flux_for_diag from new to old metadata -INFO: Converting local name dxmin of variable minimum_scaling_factor_for_critical_relative_humidity from new to old metadata -INFO: Converting local name sppt_wts of variable weights_for_stochastic_sppt_perturbation from new to old metadata -INFO: Converting local name tahxy of variable canopy_air_temperature from new to old metadata -INFO: Converting local name imn of variable forecast_month from new to old metadata -INFO: Converting local name evcw of variable canopy_upward_latent_heat_flux from new to old metadata -INFO: Converting local name input_nml_file of variable namelist_filename_for_internal_file_reads from new to old metadata -INFO: Converting local name raddt of variable time_step_for_radiation from new to old metadata -INFO: Converting local name dvisbmi_cpl of variable instantaneous_surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name gwdcv of variable tendency_of_y_wind_due_to_convective_gravity_wave_drag from new to old metadata -INFO: Converting local name evbsa of variable cumulative_soil_upward_latent_heat_flux_multiplied_by_timestep from new to old metadata -INFO: Converting local name cldwrk of variable cumulative_cloud_work_function from new to old metadata -INFO: Converting local name npzdelz of variable vertical_dimension_for_thickness_at_Lagrangian_surface from new to old metadata -INFO: Converting local name dvsfc_cice of variable surface_y_momentum_flux_for_coupling_interstitial from new to old metadata -INFO: Converting local name ql of variable cloud_liquid_water_specific_humidity_at_Lagrangian_surface from new to old metadata -INFO: Converting local name imp_physics_fer_hires of variable flag_for_fer_hires_microphysics_scheme from new to old metadata -INFO: Converting local name dvdt of variable tendency_of_y_wind_due_to_model_physics from new to old metadata -INFO: Converting local name dusfc_cpl of variable cumulative_surface_x_momentum_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name prsl(:,1) of variable air_pressure_at_lowest_model_layer from new to old metadata -INFO: Converting local name ktop_shallow of variable k_level_of_highest_reaching_plume from new to old metadata -INFO: Converting local name sfcfsw of variable sw_fluxes_sfc from new to old metadata -INFO: Converting local name gv0 of variable y_wind_updated_by_physics from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_rain_water) of variable rain_water_mixing_ratio from new to old metadata -INFO: Converting local name cdq_ocean of variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_ocean from new to old metadata -INFO: Converting local name sfcalb(:,4) of variable surface_albedo_due_to_UV_and_VIS_diffused from new to old metadata -INFO: Converting local name gamq of variable countergradient_mixing_term_for_water_vapor from new to old metadata -INFO: Converting local name mdt of variable time_step_for_remapping_for_fast_physics from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_ice_cloud_condensate) of variable ice_water_mixing_ratio from new to old metadata -INFO: Converting local name sfcalb(:,2) of variable surface_albedo_due_to_near_IR_diffused from new to old metadata -INFO: Converting local name phy_fctd of variable cloud_base_mass_flux from new to old metadata -INFO: Converting local name weasd_land of variable water_equivalent_accumulated_snow_depth_over_land from new to old metadata -INFO: Converting local name nwfa2d of variable tendency_of_water_friendly_aerosols_at_surface from new to old metadata -INFO: Converting local name GFS_Control of variable GFS_control_type_instance from new to old metadata -INFO: Converting local name nncl of variable number_of_tracers_for_cloud_condensate from new to old metadata -INFO: Converting local name olyr of variable ozone_concentration_at_layer_for_radiation from new to old metadata -INFO: Converting local name tg3 of variable deep_soil_temperature from new to old metadata -INFO: Converting local name Radtend of variable GFS_radtend_type_instance from new to old metadata -INFO: Converting local name sinlat of variable sine_of_latitude from new to old metadata -INFO: Converting local name sppt_wts of variable weights_for_stochastic_sppt_perturbation_flipped from new to old metadata -INFO: Converting local name ng of variable number_of_ghost_zones from new to old metadata -INFO: Converting local name phil of variable geopotential from new to old metadata -INFO: Converting local name flag_frsoil of variable flag_for_frozen_soil_physics from new to old metadata -INFO: Converting local name faersw(:,:,:,2) of variable aerosol_single_scattering_albedo_for_shortwave_bands_01_16 from new to old metadata -INFO: Converting local name qc of variable cloud_fraction_at_Lagrangian_surface from new to old metadata -INFO: Converting local name do_sfcperts of variable flag_for_stochastic_surface_perturbations from new to old metadata -INFO: Converting local name betas_deep of variable downdraft_fraction_reaching_surface_over_ocean_deep_convection from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_rain_number_concentration) of variable rain_number_concentration from new to old metadata -INFO: Converting local name ifd of variable index_of_dtlm_start from new to old metadata -INFO: Converting local name area of variable cell_area_for_fast_physics from new to old metadata -INFO: Converting local name trans_trac of variable flag_for_convective_transport_of_tracers from new to old metadata -INFO: Converting local name isatmedmf of variable choice_of_scale_aware_TKE_moist_EDMF_PBL from new to old metadata -INFO: Converting local name old_monin of variable flag_for_old_PBL_scheme from new to old metadata -INFO: Converting local name cplchm of variable flag_for_chemistry_coupling from new to old metadata -INFO: Converting local name raincprv of variable lwe_thickness_of_convective_precipitation_amount_from_previous_timestep from new to old metadata -INFO: Converting local name u1 of variable x_wind_at_lowest_model_layer_for_diag from new to old metadata -INFO: Converting local name gw_dvdt of variable tendency_of_y_wind_due_to_ugwp from new to old metadata -INFO: Converting local name dtsfc1 of variable instantaneous_surface_upward_sensible_heat_flux from new to old metadata -INFO: Converting local name gasvmr(:,:,9) of variable volume_mixing_ratio_ccl4 from new to old metadata -INFO: Converting local name semis_ice of variable surface_longwave_emissivity_over_ice_interstitial from new to old metadata -INFO: Converting local name zmtb of variable time_integral_of_height_of_mountain_blocking from new to old metadata -INFO: Converting local name dtauy2d_fd of variable y_momentum_tendency_from_form_drag from new to old metadata -INFO: Converting local name lakefrac of variable lake_area_fraction from new to old metadata -INFO: Converting local name do_myjpbl of variable do_myjpbl from new to old metadata -INFO: Converting local name sncovr of variable surface_snow_area_fraction_over_land from new to old metadata -INFO: Converting local name spd10max of variable maximum_wind_at_10m_over_maximum_hourly_time_interval from new to old metadata -INFO: Converting local name faerlw(:,:,:,3) of variable aerosol_asymmetry_parameter_for_longwave_bands_01_16 from new to old metadata -INFO: Converting local name adjsfculw_ocean of variable surface_upwelling_longwave_flux_over_ocean_interstitial from new to old metadata -INFO: Converting local name nscfshoc of variable index_of_subgrid_scale_cloud_fraction_from_shoc_in_phy_f3d from new to old metadata -INFO: Converting local name qv_r of variable humidity_mixing_ratio from new to old metadata -INFO: Converting local name gq0(:,:,index_for_water_vapor) of variable water_vapor_specific_humidity_updated_by_physics from new to old metadata -INFO: Converting local name lsnow_lsm of variable snow_vertical_dimension_for_land_surface_model from new to old metadata -INFO: Converting local name dv3dt_ngw of variable time_integral_of_change_in_y_wind_due_to_nonstationary_gravity_wave from new to old metadata -INFO: Converting local name tlyr of variable air_temperature_at_layer_for_radiation from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_turbulent_kinetic_energy) of variable turbulent_kinetic_energy from new to old metadata -INFO: Converting local name h2opl of variable h2o_forcing from new to old metadata -INFO: Converting local name smc of variable volume_fraction_of_soil_moisture from new to old metadata -INFO: Converting local name latr of variable number_of_latitude_points from new to old metadata -INFO: Converting local name crick_proof of variable flag_for_CRICK_proof_cloud_water from new to old metadata -INFO: Converting local name ssem of variable instantaneous_seasalt_emission_flux from new to old metadata -INFO: Converting local name xlai1d of variable perturbation_of_leaf_area_index from new to old metadata -INFO: Converting local name tdoms of variable dominant_snow_type from new to old metadata -INFO: Converting local name canopy of variable canopy_water_amount from new to old metadata -INFO: Converting local name dtauy2d_ss of variable y_momentum_tendency_from_small_scale_gwd from new to old metadata -INFO: Converting local name forcet of variable temperature_tendency_due_to_dynamics from new to old metadata -INFO: Converting local name snowmt of variable surface_snow_melt from new to old metadata -INFO: Converting local name ttendlim of variable limit_for_temperature_tendency_for_microphysics from new to old metadata -INFO: Converting local name clouds(:,:,6) of variable cloud_rain_water_path from new to old metadata -INFO: Converting local name sigmafrac of variable convective_updraft_area_fraction from new to old metadata -INFO: Converting local name tau_tofd of variable instantaneous_momentum_flux_due_to_turbulent_orographic_form_drag from new to old metadata -INFO: Converting local name gq0(:,:,index_for_ice_friendly_aerosols) of variable ice_friendly_aerosol_number_concentration_updated_by_physics from new to old metadata -INFO: Converting local name nsswr of variable number_of_timesteps_between_shortwave_radiation_calls from new to old metadata -INFO: Converting local name ulwsfc_cice of variable surface_upwelling_longwave_flux_for_coupling_interstitial from new to old metadata -INFO: Converting local name dq3dt(:,:,8) of variable cumulative_change_in_ozone_concentration_due_to_temperature from new to old metadata -INFO: Converting local name stress_ice of variable surface_wind_stress_over_ice from new to old metadata -INFO: Converting local name is of variable starting_x_direction_index from new to old metadata -INFO: Converting local name sbsno of variable snow_deposition_sublimation_upward_latent_heat_flux from new to old metadata -INFO: Converting local name cnvprcpb of variable cumulative_lwe_thickness_of_convective_precipitation_amount_in_bucket from new to old metadata -INFO: Converting local name rdlai of variable flag_for_reading_leaf_area_index_from_input from new to old metadata -INFO: Converting local name phy_f3d(:,:,4) of variable water_vapor_specific_humidity_at_previous_time_step from new to old metadata -INFO: Converting local name area of variable cell_area from new to old metadata -INFO: Converting local name con_eps of variable ratio_of_dry_air_to_water_vapor_gas_constants from new to old metadata -INFO: Converting local name edmf_a of variable emdf_updraft_area from new to old metadata -INFO: Converting local name dusfc1 of variable instantaneous_surface_x_momentum_flux from new to old metadata -INFO: Converting local name qlcn of variable mass_fraction_of_convective_cloud_liquid_water from new to old metadata -INFO: Converting local name fh2_land of variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_land from new to old metadata -INFO: Converting local name tprcp_land of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_land from new to old metadata -INFO: Converting local name chh_land of variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_land from new to old metadata -INFO: Converting local name dt3dt(:,:,1) of variable cumulative_change_in_temperature_due_to_longwave_radiation from new to old metadata -INFO: Converting local name nfracseed of variable cellular_automata_seed_probability from new to old metadata -INFO: Converting local name cwm of variable total_cloud_condensate_mixing_ratio_updated_by_physics from new to old metadata -INFO: Converting local name u10max of variable maximum_u_wind_at_10m_over_maximum_hourly_time_interval from new to old metadata -INFO: Converting local name dvsfc_ss of variable integrated_y_momentum_flux_from_small_scale_gwd from new to old metadata -INFO: Converting local name smcref2 of variable threshold_volume_fraction_of_condensed_water_in_soil from new to old metadata -INFO: Converting local name kcnv of variable flag_deep_convection from new to old metadata -INFO: Converting local name keepsmfr of variable volume_fraction_of_frozen_soil_moisture_for_land_surface_model from new to old metadata -INFO: Converting local name frain of variable dynamics_to_physics_timestep_ratio from new to old metadata -INFO: Converting local name debug of variable flag_debug from new to old metadata -INFO: Converting local name qrn of variable local_rain_water_mixing_ratio from new to old metadata -INFO: Converting local name tsfc_ocean of variable surface_skin_temperature_over_ocean_interstitial from new to old metadata -INFO: Converting local name levr of variable number_of_vertical_layers_for_radiation_calculations from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_graupel_number_concentration) of variable graupel_number_concentration from new to old metadata -INFO: Converting local name bl_upfr of variable updraft_fraction_in_boundary_layer_mass_flux_scheme from new to old metadata -INFO: Converting local name nsfcpert of variable number_of_surface_perturbations from new to old metadata -INFO: Converting local name evpco of variable coefficient_for_evaporation_of_rainfall from new to old metadata -INFO: Converting local name iems of variable flag_for_surface_emissivity_control from new to old metadata -INFO: Converting local name dlwsfc of variable cumulative_surface_downwelling_longwave_flux_multiplied_by_timestep from new to old metadata -INFO: Converting local name cimin of variable minimum_sea_ice_concentration from new to old metadata -INFO: Converting local name zs of variable depth_of_soil_levels_for_land_surface_model from new to old metadata -INFO: Converting local name fm10_land of variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_land from new to old metadata -INFO: Converting local name lsm_noahmp of variable flag_for_noahmp_land_surface_scheme from new to old metadata -INFO: Converting local name cs_parm(1) of variable updraft_velocity_tunable_parameter_1_CS from new to old metadata -INFO: Converting local name z_c of variable sub_layer_cooling_thickness from new to old metadata -INFO: Converting local name rainc of variable lwe_thickness_of_convective_precipitation_amount_on_dynamics_timestep from new to old metadata -INFO: Converting local name do_cnvgwd of variable flag_for_convective_gravity_wave_drag from new to old metadata -INFO: Converting local name nlunit of variable iounit_namelist from new to old metadata -INFO: Converting local name gw_dtdt of variable tendency_of_air_temperature_due_to_ugwp from new to old metadata -INFO: Converting local name phy_myj_vz0 of variable v_wind_component_at_viscous_sublayer_top from new to old metadata -INFO: Converting local name dusfc_ss of variable integrated_x_momentum_flux_from_small_scale_gwd from new to old metadata -INFO: Converting local name reset of variable flag_reset_maximum_hourly_fields from new to old metadata -INFO: Converting local name idat of variable date_and_time_at_model_initialization from new to old metadata -INFO: Converting local name oceanfrac of variable sea_area_fraction from new to old metadata -INFO: Converting local name rho_h2o of variable density_of_fresh_water from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_ozone) of variable ozone_mixing_ratio from new to old metadata -INFO: Converting local name qv of variable water_vapor_specific_humidity_at_Lagrangian_surface from new to old metadata -INFO: Converting local name adjnirdfd of variable surface_downwelling_diffuse_near_infrared_shortwave_flux from new to old metadata -INFO: Converting local name ca_global of variable flag_for_global_cellular_automata from new to old metadata -INFO: Converting local name landfrac of variable land_area_fraction from new to old metadata -INFO: Converting local name iopt_btr of variable flag_for_soil_moisture_factor_stomatal_resistance_option from new to old metadata -INFO: Converting local name cqs2 of variable surface_exchange_coefficient_for_moisture_at_2m from new to old metadata -INFO: Converting local name snohfa of variable cumulative_snow_freezing_rain_upward_latent_heat_flux_multiplied_by_timestep from new to old metadata -INFO: Converting local name nvisbm_cpl of variable cumulative_surface_net_downward_direct_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name GFS_sfcprop_type of variable GFS_sfcprop_type from new to old metadata -INFO: Converting local name oz_phys of variable flag_for_ozone_physics from new to old metadata -INFO: Converting local name rhowater of variable liquid_water_density from new to old metadata -INFO: Converting local name zsnsoxy of variable layer_bottom_depth_from_snow_surface from new to old metadata -INFO: Converting local name nthresh of variable threshold_for_perturbed_vertical_velocity from new to old metadata -INFO: Converting local name phy_f3d(:,:,1) of variable air_temperature_two_time_steps_back from new to old metadata -INFO: Converting local name gq0(:,:,index_for_water_friendly_aerosols) of variable water_friendly_aerosol_number_concentration_updated_by_physics from new to old metadata -INFO: Converting local name wetness of variable normalized_soil_wetness_for_land_surface_model from new to old metadata -INFO: Converting local name v10mi_cpl of variable instantaneous_y_wind_at_10m_for_coupling from new to old metadata -INFO: Converting local name rh02min of variable minimum_relative_humidity_at_2m_over_maximum_hourly_time_interval from new to old metadata -INFO: Converting local name nf_aelw of variable number_of_aerosol_output_fields_for_longwave_radiation from new to old metadata -INFO: Converting local name isubc_sw of variable flag_for_sw_clouds_without_sub_grid_approximation from new to old metadata -INFO: Converting local name gq0(:,:,index_for_rain_number_concentration) of variable rain_number_concentration_updated_by_physics from new to old metadata -INFO: Converting local name dvsfc1 of variable instantaneous_surface_y_momentum_flux from new to old metadata -INFO: Converting local name nirdfdi of variable surface_downwelling_diffuse_near_infrared_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name isatmedmf_vdif of variable choice_of_original_scale_aware_TKE_moist_EDMF_PBL from new to old metadata -INFO: Converting local name fprcp of variable number_of_frozen_precipitation_species from new to old metadata -INFO: Converting local name tsurf_land of variable surface_skin_temperature_after_iteration_over_land from new to old metadata -INFO: Converting local name kd of variable vertical_index_difference_between_inout_and_local from new to old metadata -INFO: Converting local name LTP of variable extra_top_layer from new to old metadata -INFO: Converting local name solcon of variable solar_constant from new to old metadata -INFO: Converting local name gq0(:,:,index_for_snow_number_concentration) of variable snow_number_concentration_updated_by_physics from new to old metadata -INFO: Converting local name bl_mynn_tkebudget of variable tke_budget from new to old metadata -INFO: Converting local name xu of variable diurnal_thermocline_layer_x_current from new to old metadata -INFO: Converting local name bl_mynn_tkeadvect of variable tke_advect from new to old metadata -INFO: Converting local name hflx_ice of variable kinematic_surface_upward_sensible_heat_flux_over_ice from new to old metadata -INFO: Converting local name smcwlt2 of variable volume_fraction_of_condensed_water_in_soil_at_wilting_point from new to old metadata -INFO: Converting local name imfdeepcnv of variable flag_for_mass_flux_deep_convection_scheme from new to old metadata -INFO: Converting local name ntchm of variable number_of_chemical_tracers from new to old metadata -INFO: Converting local name ncpl of variable local_condesed_water_number_concentration from new to old metadata -INFO: Converting local name vvl of variable omega from new to old metadata -INFO: Converting local name xkzminv of variable atmosphere_heat_diffusivity_background_maximum from new to old metadata -INFO: Converting local name snowc of variable surface_snow_area_fraction from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_of_subgrid_scale_cloud_fraction_from_shoc_in_phy_f3d) of variable subgrid_scale_cloud_fraction_from_shoc from new to old metadata -INFO: Converting local name du3dt(:,:,4) of variable cumulative_change_in_x_wind_due_to_convective_gravity_wave_drag from new to old metadata -INFO: Converting local name jcap of variable number_of_spectral_wave_trancation_for_sas from new to old metadata -INFO: Converting local name cd_ocean of variable surface_drag_coefficient_for_momentum_in_air_over_ocean from new to old metadata -INFO: Converting local name vfrac of variable vegetation_area_fraction from new to old metadata -INFO: Converting local name dvdftra of variable tendency_of_vertically_diffused_tracer_concentration from new to old metadata -INFO: Converting local name npzp1 of variable vertical_dimension_for_fast_physics_plus_one from new to old metadata -INFO: Converting local name duem of variable instantaneous_dust_emission_flux from new to old metadata -INFO: Converting local name prslrd0 of variable pressure_cutoff_for_rayleigh_damping from new to old metadata -INFO: Converting local name q2m of variable specific_humidity_at_2m from new to old metadata -INFO: Converting local name chs2 of variable surface_exchange_coefficient_for_heat_at_2m from new to old metadata -INFO: Converting local name lfmassxy of variable leaf_mass from new to old metadata -INFO: Converting local name phy_f3d(:,:,2) of variable water_vapor_specific_humidity_two_time_steps_back from new to old metadata -INFO: Converting local name rainp of variable tendency_of_rain_water_mixing_ratio_due_to_microphysics from new to old metadata -INFO: Converting local name ud_mf of variable instantaneous_atmosphere_updraft_convective_mass_flux from new to old metadata -INFO: Converting local name dudt_tms of variable instantaneous_change_in_x_wind_due_to_turbulent_orographic_form_drag from new to old metadata -INFO: Converting local name mg3_as_mg2 of variable flag_mg3_as_mg2 from new to old metadata -INFO: Converting local name htlw0 of variable tendency_of_air_temperature_due_to_longwave_heating_assuming_clear_sky_on_radiation_time_step from new to old metadata -INFO: Converting local name w_d of variable coefficient_w_d from new to old metadata -INFO: Converting local name shdmax of variable maximum_vegetation_area_fraction from new to old metadata -INFO: Converting local name iccn of variable flag_for_in_ccn_forcing_for_morrison_gettelman_microphysics from new to old metadata -INFO: Converting local name htlwc of variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step from new to old metadata -INFO: Converting local name scmpsw of variable components_of_surface_downward_shortwave_fluxes from new to old metadata -INFO: Converting local name tgrs(:,1) of variable air_temperature_at_lowest_model_layer from new to old metadata -INFO: Converting local name cmxy of variable surface_drag_coefficient_for_momentum_for_noahmp from new to old metadata -INFO: Converting local name snowd_land of variable surface_snow_thickness_water_equivalent_over_land from new to old metadata -INFO: Converting local name clouds(:,:,5) of variable mean_effective_radius_for_ice_cloud from new to old metadata -INFO: Converting local name xz of variable diurnal_thermocline_layer_thickness from new to old metadata -INFO: Converting local name tsfg of variable surface_ground_temperature_for_radiation from new to old metadata -INFO: Converting local name dkt of variable atmosphere_heat_diffusivity from new to old metadata -INFO: Converting local name qgrs of variable tracer_concentration from new to old metadata -INFO: Converting local name pgcon_deep of variable momentum_transport_reduction_factor_pgf_deep_convection from new to old metadata -INFO: Converting local name wind10mmax of variable maximum_wind_at_10m from new to old metadata -INFO: Converting local name slopetype of variable surface_slope_classification from new to old metadata -INFO: Converting local name Intdiag of variable GFS_diag_type_instance from new to old metadata -INFO: Converting local name mg_nccons of variable mg_flag_drop_concentration_constant from new to old metadata -INFO: Converting local name adjvisdfd of variable surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_snow_water) of variable tendency_of_snow_water_mixing_ratio_due_to_model_physics from new to old metadata -INFO: Converting local name nlwsfc_cpl of variable cumulative_surface_net_downward_longwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name clouds(:,:,9) of variable mean_effective_radius_for_snow_flake from new to old metadata -INFO: Converting local name con_cvap of variable specific_heat_of_water_vapor_at_constant_pressure from new to old metadata -INFO: Converting local name drydep of variable instantaneous_dry_deposition from new to old metadata -INFO: Converting local name semis_ocean of variable surface_longwave_emissivity_over_ocean_interstitial from new to old metadata -INFO: Converting local name master of variable mpi_root from new to old metadata -INFO: Converting local name gamt of variable countergradient_mixing_term_for_temperature from new to old metadata -INFO: Converting local name redrag of variable flag_for_reduced_drag_coefficient_over_sea from new to old metadata -INFO: Converting local name gq0(:,:,index_for_ozone) of variable ozone_concentration_updated_by_physics from new to old metadata -INFO: Converting local name do_skeb of variable flag_for_stochastic_skeb_option from new to old metadata -INFO: Converting local name qg_r of variable mass_weighted_rime_factor_mixing_ratio from new to old metadata -INFO: Converting local name min_seaice of variable sea_ice_minimum from new to old metadata -INFO: Converting local name betal_deep of variable downdraft_fraction_reaching_surface_over_land_deep_convection from new to old metadata -INFO: Converting local name alvwf of variable mean_vis_albedo_with_weak_cosz_dependency from new to old metadata -INFO: Converting local name do_gwd of variable flag_for_gravity_wave_drag from new to old metadata -INFO: Converting local name nf_aesw of variable number_of_aerosol_output_fields_for_shortwave_radiation from new to old metadata -INFO: Converting local name avg_max_length of variable time_interval_for_maximum_hourly_fields from new to old metadata -INFO: Converting local name tdomzr of variable dominant_freezing_rain_type from new to old metadata -INFO: Converting local name toticeb of variable accumulated_lwe_thickness_of_ice_amount_in_bucket from new to old metadata -INFO: Converting local name isppt_deep of variable flag_for_combination_of_sppt_with_isppt_deep from new to old metadata -INFO: Converting local name ice of variable lwe_thickness_of_ice_amount_on_dynamics_timestep from new to old metadata -INFO: Converting local name dq3dt(:,:,9) of variable cumulative_change_in_ozone_concentration_due_to_overhead_ozone_column from new to old metadata -INFO: Converting local name lsidea of variable flag_idealized_physics from new to old metadata -INFO: Converting local name ico2 of variable flag_for_using_prescribed_global_mean_co2_value from new to old metadata -INFO: Converting local name evap_ice of variable kinematic_surface_upward_latent_heat_flux_over_ice from new to old metadata -INFO: Converting local name do_awdd of variable flag_arakawa_wu_downdraft from new to old metadata -INFO: Converting local name hetfrz_classnuc of variable mg_flag_for_heterogeneous_freezing from new to old metadata -INFO: Converting local name mpiroot of variable mpi_root_for_fast_physics from new to old metadata -INFO: Converting local name dq3dt(:,:,4) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_microphysics from new to old metadata -INFO: Converting local name GFS_coupling_type of variable GFS_coupling_type from new to old metadata -INFO: Converting local name psurfi_cpl of variable instantaneous_surface_air_pressure_for_coupling from new to old metadata -INFO: Converting local name xkzm_h of variable atmosphere_heat_diffusivity_background from new to old metadata -INFO: Converting local name rh02max of variable maximum_relative_humidity_at_2m_over_maximum_hourly_time_interval from new to old metadata -INFO: Converting local name tmpmax of variable maximum_temperature_at_2m from new to old metadata -INFO: Converting local name fscav of variable fraction_of_tracer_scavenged from new to old metadata -INFO: Converting local name ntiwx of variable index_for_ice_cloud_condensate_vertical_diffusion_tracer from new to old metadata -INFO: Converting local name gasvmr(:,:,4) of variable volume_mixing_ratio_o2 from new to old metadata -INFO: Converting local name dpt2m of variable dewpoint_temperature_at_2m from new to old metadata -INFO: Converting local name mg_do_liq_liu of variable mg_flag_for_liu_liquid_treatment from new to old metadata -INFO: Converting local name ffhh_land of variable Monin_Obukhov_similarity_function_for_heat_over_land from new to old metadata -INFO: Converting local name crtrh(3) of variable critical_relative_humidity_at_top_of_atmosphere from new to old metadata -INFO: Converting local name smcwtdxy of variable soil_water_content_between_soil_bottom_and_water_table from new to old metadata -INFO: Converting local name visbmdi of variable surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name cdq_ice of variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_ice from new to old metadata -INFO: Converting local name adjnirdfu of variable surface_upwelling_diffuse_near_infrared_shortwave_flux from new to old metadata -INFO: Converting local name wcbmax of variable maximum_updraft_velocity_at_cloud_base from new to old metadata -INFO: Converting local name tsflw of variable surface_midlayer_air_temperature_in_longwave_radiation from new to old metadata -INFO: Converting local name asolfac_shal of variable aerosol_aware_parameter_shallow_convection from new to old metadata -INFO: Converting local name gabsbdlw_ocean of variable surface_downwelling_longwave_flux_absorbed_by_ground_over_ocean from new to old metadata -INFO: Converting local name de_lgth of variable cloud_decorrelation_length from new to old metadata -INFO: Converting local name GFS_interstitial_type of variable GFS_interstitial_type from new to old metadata -INFO: Converting local name imap of variable map_of_block_column_number_to_global_i_index from new to old metadata -INFO: Converting local name plyr of variable air_pressure_at_layer_for_radiation_in_hPa from new to old metadata -INFO: Converting local name skip_macro of variable flag_skip_macro from new to old metadata -INFO: Converting local name tsnoxy of variable snow_temperature from new to old metadata -INFO: Converting local name sbsnoa of variable cumulative_snow_deposition_sublimation_upward_latent_heat_flux_multiplied_by_timestep from new to old metadata -INFO: Converting local name prcpmp of variable lwe_thickness_of_explicit_precipitation_amount from new to old metadata -INFO: Converting local name clcn of variable convective_cloud_volume_fraction from new to old metadata -INFO: Converting local name gt0 of variable air_temperature_updated_by_physics from new to old metadata -INFO: Converting local name gamma of variable anisotropy_of_subgrid_orography from new to old metadata -INFO: Converting local name uconvtend of variable tendency_of_x_wind_due_to_deep_convection_for_coupling_on_physics_timestep from new to old metadata -INFO: Converting local name dswsfci_cpl of variable instantaneous_surface_downwelling_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name delp of variable pressure_thickness_at_Lagrangian_surface from new to old metadata -INFO: Converting local name lsm_ruc of variable flag_for_ruc_land_surface_scheme from new to old metadata -INFO: Converting local name dt_mf of variable instantaneous_atmosphere_detrainment_convective_mass_flux from new to old metadata -INFO: Converting local name d_conv of variable free_convection_layer_thickness from new to old metadata -INFO: Converting local name nlwsfci_cpl of variable instantaneous_surface_net_downward_longwave_flux_for_coupling from new to old metadata -INFO: Converting local name shum_wts of variable weights_for_stochastic_shum_perturbation from new to old metadata -INFO: Converting local name dswsfci of variable surface_downwelling_shortwave_flux from new to old metadata -INFO: Converting local name do_ysu of variable flag_for_ysu from new to old metadata -INFO: Converting local name q_con of variable cloud_condensed_water_specific_humidity_at_Lagrangian_surface from new to old metadata -INFO: Converting local name mom4ice of variable flag_for_mom4_coupling from new to old metadata -INFO: Converting local name tref of variable sea_surface_reference_temperature from new to old metadata -INFO: Converting local name faersw(:,:,:,3) of variable aerosol_asymmetry_parameter_for_shortwave_bands_01_16 from new to old metadata -INFO: Converting local name ie of variable ending_x_direction_index from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_water_friendly_aerosols) of variable water_friendly_aerosol_number_concentration from new to old metadata -INFO: Converting local name dugwd of variable time_integral_of_x_stress_due_to_gravity_wave_drag from new to old metadata -INFO: Converting local name ntot3d of variable number_of_fields_in_phyf3d from new to old metadata -INFO: Converting local name GFS_data_type of variable GFS_data_type from new to old metadata -INFO: Converting local name graupelprv of variable lwe_thickness_of_graupel_amount_from_previous_timestep from new to old metadata -INFO: Converting local name nstf_name(4) of variable vertical_temperature_average_range_lower_bound from new to old metadata -INFO: Converting local name kind_dyn of variable kind_dyn from new to old metadata -INFO: Converting local name acv of variable accumulated_lwe_thickness_of_convective_precipitation_amount_cnvc90 from new to old metadata -INFO: Converting local name lsoil_lsm of variable soil_vertical_dimension_for_land_surface_model from new to old metadata -INFO: Converting local name phy_myj_chkqlm of variable surface_layer_evaporation_switch from new to old metadata -INFO: Converting local name dtf of variable time_step_for_dynamics from new to old metadata -INFO: Converting local name dqsfci_cpl of variable instantaneous_surface_upward_latent_heat_flux_for_coupling from new to old metadata -INFO: Converting local name mg_do_hail of variable mg_flag_for_hail from new to old metadata -INFO: Converting local name iopt_sfc of variable flag_for_surface_layer_drag_coefficient_option from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_ice_cloud_number_concentration) of variable tendency_of_ice_number_concentration_due_to_model_physics from new to old metadata -INFO: Converting local name kind_LOGICAL of variable kind_LOGICAL from new to old metadata -INFO: Converting local name hybedmf of variable flag_for_hedmf from new to old metadata -INFO: Converting local name dvisdfi_cpl of variable instantaneous_surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name exch_h of variable atmosphere_heat_diffusivity_for_mynnpbl from new to old metadata -INFO: Converting local name z01d of variable perturbation_of_momentum_roughness_length from new to old metadata -INFO: Converting local name prevst of variable temperature_from_previous_timestep from new to old metadata -INFO: Converting local name tracers_total of variable number_of_total_tracers from new to old metadata -INFO: Converting local name wind of variable wind_speed_at_lowest_model_layer from new to old metadata -INFO: Converting local name hprime of variable statistical_measures_of_subgrid_orography from new to old metadata -INFO: Converting local name oz_coeffp5 of variable number_of_coefficients_in_ozone_forcing_data_plus_five from new to old metadata -INFO: Converting local name tvxy of variable vegetation_temperature from new to old metadata -INFO: Converting local name ncps of variable local_snow_number_concentration from new to old metadata -INFO: Converting local name zlvl of variable height_above_ground_at_lowest_model_layer from new to old metadata -INFO: Converting local name restart of variable flag_for_restart from new to old metadata -INFO: Converting local name con_tice of variable freezing_point_temperature_of_seawater from new to old metadata -INFO: Converting local name sfcnsw of variable surface_net_downwelling_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name tau_mtb of variable time_integral_of_momentum_flux_due_to_mountain_blocking_drag from new to old metadata -INFO: Metadata table for model FV3 written to tests/build_fv3_11/FV3/ccpp/physics/CCPP_VARIABLES_FV3.html -INFO: Parsing metadata tables in physics scheme files ... -INFO: Parsed tables in scheme rayleigh_damp -INFO: Parsed tables in scheme GFS_surface_composites_pre -INFO: Parsed tables in scheme GFS_surface_composites_inter -INFO: Parsed tables in scheme GFS_surface_composites_post -INFO: Parsed tables in scheme rrtmg_sw -INFO: Parsed tables in scheme sfc_ocean -INFO: Parsed tables in scheme gwdc_pre -INFO: Parsed tables in scheme gwdc -INFO: Parsed tables in scheme gwdc_post -INFO: Parsed tables in scheme cu_gf_driver_pre -INFO: Parsed tables in scheme gfdl_cloud_microphys -INFO: Parsed tables in scheme GFS_time_vary_pre -INFO: Parsed tables in scheme GFS_rrtmg_setup -INFO: Parsed tables in scheme zhaocarr_gscond -INFO: Parsed tables in scheme ysuvdif -INFO: Parsed tables in scheme rrtmg_sw_post -INFO: Parsed tables in scheme GFS_SCNV_generic_pre -INFO: Parsed tables in scheme GFS_SCNV_generic_post -INFO: Parsed tables in scheme GFS_rrtmg_pre -INFO: Parsed tables in scheme sfc_sice -INFO: Parsed tables in scheme samfdeepcnv -INFO: Parsed tables in scheme satmedmfvdif -INFO: Parsed tables in scheme mynnrad_post -INFO: Parsed tables in scheme cu_gf_driver_post -INFO: Parsed tables in scheme cs_conv_aw_adj -INFO: Parsed tables in scheme GFS_phys_time_vary -INFO: Parsed tables in scheme ozphys_2015 -INFO: Parsed tables in scheme GFS_suite_interstitial_rad_reset -INFO: Parsed tables in scheme GFS_suite_interstitial_phys_reset -INFO: Parsed tables in scheme GFS_suite_interstitial_1 -INFO: Parsed tables in scheme GFS_suite_interstitial_2 -INFO: Parsed tables in scheme GFS_suite_stateout_reset -INFO: Parsed tables in scheme GFS_suite_stateout_update -INFO: Parsed tables in scheme GFS_suite_interstitial_3 -INFO: Parsed tables in scheme GFS_suite_interstitial_4 -INFO: Parsed tables in scheme samfshalcnv -INFO: Parsed tables in scheme zhaocarr_precpd -INFO: Parsed tables in scheme noahmpdrv -INFO: Parsed tables in scheme mp_fer_hires -INFO: Parsed tables in scheme myjpbl_wrapper -INFO: Parsed tables in scheme GFS_surface_generic_pre -INFO: Parsed tables in scheme GFS_surface_generic_post -INFO: Parsed tables in scheme cu_ntiedtke_post -INFO: Parsed tables in scheme sfc_diag -INFO: Parsed tables in scheme rrtmg_lw -INFO: Parsed tables in scheme GFS_diagtoscreen -INFO: Parsed tables in scheme GFS_interstitialtoscreen -INFO: Parsed tables in scheme GFS_abort -INFO: Parsed tables in scheme GFS_checkland -INFO: Parsed tables in scheme mynnrad_pre -INFO: Parsed tables in scheme satmedmfvdifq -INFO: Parsed tables in scheme cs_conv_pre -INFO: Parsed tables in scheme cs_conv_post -INFO: Parsed tables in scheme cs_conv -INFO: Parsed tables in scheme shinhongvdif -INFO: Parsed tables in scheme h2ophys -INFO: Parsed tables in scheme rrtmg_lw_post -INFO: Parsed tables in scheme sfc_nst -INFO: Parsed tables in scheme sfc_nst_pre -INFO: Parsed tables in scheme sfc_nst_post -INFO: Parsed tables in scheme cu_ntiedtke_pre -INFO: Parsed tables in scheme cu_ntiedtke -INFO: Parsed tables in scheme cires_ugwp_post -INFO: Parsed tables in scheme hedmf -INFO: Parsed tables in scheme sfc_diff -INFO: Parsed tables in scheme mp_thompson_pre -INFO: Parsed tables in scheme sfc_diag_post -INFO: Parsed tables in scheme m_micro_pre -INFO: Parsed tables in scheme m_micro_post -INFO: Parsed tables in scheme m_micro -INFO: Parsed tables in scheme fv_sat_adj -INFO: Parsed tables in scheme GFS_surface_loop_control_part1 -INFO: Parsed tables in scheme GFS_surface_loop_control_part2 -INFO: Parsed tables in scheme shoc -INFO: Parsed tables in scheme GFS_rrtmg_post -INFO: Parsed tables in scheme GFS_GWD_generic_pre -INFO: Parsed tables in scheme GFS_GWD_generic_post -INFO: Parsed tables in scheme rrtmg_sw_pre -INFO: Parsed tables in scheme GFS_MP_generic_pre -INFO: Parsed tables in scheme GFS_MP_generic_post -INFO: Parsed tables in scheme cu_gf_driver -INFO: Parsed tables in scheme GFS_PBL_generic_pre -INFO: Parsed tables in scheme GFS_PBL_generic_post -INFO: Parsed tables in scheme mp_thompson_post -INFO: Parsed tables in scheme mp_thompson -INFO: Parsed tables in scheme rrtmg_lw_pre -INFO: Parsed tables in scheme gwdps -INFO: Parsed tables in scheme shalcnv -INFO: Parsed tables in scheme cires_ugwp -INFO: Parsed tables in scheme get_prs_fv3 -INFO: Parsed tables in scheme get_phi_fv3 -INFO: Parsed tables in scheme mynnsfc_wrapper -INFO: Parsed tables in scheme GFS_suite_ini_fini_test -INFO: Parsed tables in scheme myjsfc_wrapper -INFO: Parsed tables in scheme mynnedmf_wrapper -INFO: Parsed tables in scheme ozphys -INFO: Parsed tables in scheme lsm_ruc -INFO: Parsed tables in scheme GFS_stochastics -INFO: Parsed tables in scheme drag_suite -INFO: Parsed tables in scheme sfc_cice -INFO: Parsed tables in scheme sascnvn -INFO: Parsed tables in scheme lsm_ruc_sfc_sice_pre -INFO: Parsed tables in scheme lsm_ruc_sfc_sice_post -INFO: Parsed tables in scheme GFS_DCNV_generic_pre -INFO: Parsed tables in scheme GFS_DCNV_generic_post -INFO: Parsed tables in scheme cnvc90 -INFO: Parsed tables in scheme GFS_rad_time_vary -INFO: Parsed tables in scheme maximum_hourly_diagnostics -INFO: Parsed tables in scheme lsm_noah -INFO: Parsed tables in scheme dcyc2t3 -INFO: Parsed tables in scheme dcyc2t3_post -INFO: Parsed tables in scheme moninshoc -INFO: filtering out variable GFS_stateout_type_instance -INFO: filtering out variable accumulated_change_of_air_temperature_due_to_FA_scheme -INFO: filtering out variable accumulated_water_equivalent_of_frozen_precip -INFO: filtering out variable aerosol_number_concentration_from_gocart_aerosol_climatology -INFO: filtering out variable air_temperature_at_previous_time_step -INFO: filtering out variable air_temperature_two_time_steps_back -INFO: filtering out variable atmosphere_heat_diffusivity_for_mynnpbl -INFO: filtering out variable atmosphere_heat_diffusivity_from_shoc -INFO: filtering out variable atmosphere_momentum_diffusivity_for_mynnpbl -INFO: filtering out variable baseline_surface_roughness_length -INFO: filtering out variable ccn_number_concentration -INFO: filtering out variable ccpp_block_number -INFO: filtering out variable cell_size -INFO: filtering out variable characteristic_grid_length_scale -INFO: filtering out variable choice_of_original_scale_aware_TKE_moist_EDMF_PBL -INFO: filtering out variable choice_of_scale_aware_TKE_moist_EDMF_PBL -INFO: filtering out variable choice_of_updated_scale_aware_TKE_moist_EDMF_PBL -INFO: filtering out variable cloud_area_fraction -INFO: filtering out variable cloud_base_mass_flux -INFO: filtering out variable cloud_condensed_water_conversion_threshold -INFO: filtering out variable cloud_condensed_water_mixing_ratio_at_lowest_model_layer -INFO: filtering out variable cloud_condensed_water_mixing_ratio_at_surface -INFO: filtering out variable cloud_droplet_number_concentration -INFO: filtering out variable cloud_droplet_number_concentration_updated_by_physics -INFO: filtering out variable cloud_fraction_for_MG -INFO: filtering out variable cloud_phase_transition_denominator -INFO: filtering out variable cloud_phase_transition_threshold_temperature -INFO: filtering out variable cloud_specie_mix_flag -INFO: filtering out variable cloudpdf -INFO: filtering out variable coefficient_for_evaporation_of_rainfall -INFO: filtering out variable coefficient_from_cloud_ice_to_snow -INFO: filtering out variable coefficient_from_cloud_water_to_rain -INFO: filtering out variable conv_activity_counter -INFO: filtering out variable convective_updraft_area_fraction -INFO: filtering out variable convective_updraft_area_fraction_at_model_interfaces -INFO: filtering out variable couple_sgs_clouds_to_radiation_flag -INFO: filtering out variable cumulative_change_in_x_wind_due_to_convective_gravity_wave_drag -INFO: filtering out variable cumulative_change_in_y_wind_due_to_convective_gravity_wave_drag -INFO: filtering out variable density_of_frozen_precipitation -INFO: filtering out variable depth_of_soil_levels_for_land_surface_model -INFO: filtering out variable detrainment_and_precipitation_tunable_parameter_3_CS -INFO: filtering out variable detrainment_and_precipitation_tunable_parameter_4_CS -INFO: filtering out variable do_myjsfc -INFO: filtering out variable do_mynnsfclay -INFO: filtering out variable downdraft_fraction_in_boundary_layer_mass_flux_scheme -INFO: filtering out variable edmf_flag -INFO: filtering out variable edmf_momentum_transport_flag -INFO: filtering out variable edmf_partition_flag -INFO: filtering out variable edmf_tke_transport_flag -INFO: filtering out variable emdf_updraft_area -INFO: filtering out variable emdf_updraft_cloud_water -INFO: filtering out variable emdf_updraft_entrainment_rate -INFO: filtering out variable emdf_updraft_theta_l -INFO: filtering out variable emdf_updraft_total_water -INFO: filtering out variable emdf_updraft_vertical_velocity -INFO: filtering out variable entrainment_efficiency_tunable_parameter_9_CS -INFO: filtering out variable fa_threshold_relative_humidity_for_onset_of_condensation -INFO: filtering out variable flag_arakawa_wu_downdraft -INFO: filtering out variable flag_convective_tracer_transport -INFO: filtering out variable flag_flip -INFO: filtering out variable flag_flux_form_CS -INFO: filtering out variable flag_for_2015_ozone_physics -INFO: filtering out variable flag_for_aerosol_input_MG -INFO: filtering out variable flag_for_frozen_soil_physics -INFO: filtering out variable flag_for_in_ccn_forcing_for_morrison_gettelman_microphysics -INFO: filtering out variable flag_for_individual_cloud_species_advected -INFO: filtering out variable flag_for_pdf_for_morrison_gettelman_microphysics_scheme -INFO: filtering out variable flag_for_reading_leaf_area_index_from_input -INFO: filtering out variable flag_for_restart -INFO: filtering out variable flag_for_sas_deep_convection_scheme -INFO: filtering out variable flag_for_shoc_after_convection -INFO: filtering out variable flag_mg3_as_mg2 -INFO: filtering out variable flag_skip_macro -INFO: filtering out variable fraction_of_cloud_top_water_scavenged -INFO: filtering out variable fraction_of_tracer_scavenged -INFO: filtering out variable gf_memory_counter -INFO: filtering out variable graupel_number_concentration_updated_by_physics -INFO: filtering out variable grav_settling -INFO: filtering out variable gwd_opt -INFO: filtering out variable h2o_forcing -INFO: filtering out variable heat_exchange_coefficient_for_MYJ_schemes -INFO: filtering out variable ice_friendly_aerosol_number_concentration -INFO: filtering out variable ice_friendly_aerosol_number_concentration_updated_by_physics -INFO: filtering out variable ice_number_concentration -INFO: filtering out variable ice_number_concentration_updated_by_physics -INFO: filtering out variable ice_supersaturation_threshold -INFO: filtering out variable ice_water_mixing_ratio -INFO: filtering out variable in_number_concentration -INFO: filtering out variable index_for_ice_cloud_condensate_vertical_diffusion_tracer -INFO: filtering out variable integrated_x_momentum_flux_from_blocking_drag -INFO: filtering out variable integrated_x_momentum_flux_from_form_drag -INFO: filtering out variable integrated_x_momentum_flux_from_large_scale_gwd -INFO: filtering out variable integrated_x_momentum_flux_from_small_scale_gwd -INFO: filtering out variable integrated_y_momentum_flux_from_blocking_drag -INFO: filtering out variable integrated_y_momentum_flux_from_form_drag -INFO: filtering out variable integrated_y_momentum_flux_from_large_scale_gwd -INFO: filtering out variable integrated_y_momentum_flux_from_small_scale_gwd -INFO: filtering out variable k_level_of_highest_reaching_plume -INFO: filtering out variable kinematic_buoyancy_flux_from_shoc -INFO: filtering out variable kinematic_surface_latent_heat_flux -INFO: filtering out variable latitude_index_in_debug_printouts -INFO: filtering out variable limit_for_temperature_tendency_for_microphysics -INFO: filtering out variable local_graupel_mixing_ratio -INFO: filtering out variable local_graupel_number_concentration -INFO: filtering out variable local_rain_number_concentration -INFO: filtering out variable local_rain_water_mixing_ratio -INFO: filtering out variable local_snow_number_concentration -INFO: filtering out variable local_snow_water_mixing_ratio -INFO: filtering out variable mass_weighted_rime_factor_updated_by_physics -INFO: filtering out variable maximum_column_heating_rate -INFO: filtering out variable maximum_mass_flux -INFO: filtering out variable maximum_updraft_velocity_at_cloud_base -INFO: filtering out variable mean_nir_albedo_with_weak_cosz_dependency -INFO: filtering out variable mean_vis_albedo_with_weak_cosz_dependency -INFO: filtering out variable mg_allow_supersat_after_sed -INFO: filtering out variable mg_autoconversion_size_threshold_ice_snow -INFO: filtering out variable mg_bergeron_efficiency_factor -INFO: filtering out variable mg_cloud_water_variance -INFO: filtering out variable mg_drop_concentration_constant -INFO: filtering out variable mg_flag_drop_concentration_constant -INFO: filtering out variable mg_flag_for_cloud_ice_processes -INFO: filtering out variable mg_flag_for_gmao_ice_formulation -INFO: filtering out variable mg_flag_for_graupel -INFO: filtering out variable mg_flag_for_hail -INFO: filtering out variable mg_flag_for_heterogeneous_freezing -INFO: filtering out variable mg_flag_for_liu_liquid_treatment -INFO: filtering out variable mg_flag_for_sb2001_autoconversion -INFO: filtering out variable mg_flag_for_uniform_subcolumns -INFO: filtering out variable mg_flag_graupel_concentration_constant -INFO: filtering out variable mg_flag_ice_concentration_constant -INFO: filtering out variable mg_graupel_concentration_constant -INFO: filtering out variable mg_ice_concentration_constant -INFO: filtering out variable mg_minimum_cloud_condensed_water_and_ice_mixing_ratio -INFO: filtering out variable mg_minimum_rh_for_ice -INFO: filtering out variable mg_time_scale_for_autoconversion_of_ice -INFO: filtering out variable mg_tuning_factor_for_alphas -INFO: filtering out variable mg_type_of_precip_fraction_method -INFO: filtering out variable minimum_value_of_specific_humidity -INFO: filtering out variable mix_total_water_flag -INFO: filtering out variable mixing_length -INFO: filtering out variable mixing_length_flag -INFO: filtering out variable moisture_from_previous_timestep -INFO: filtering out variable moisture_tendency_due_to_dynamics -INFO: filtering out variable momentum_exchange_coefficient_for_MYJ_schemes -INFO: filtering out variable mpi_comm -INFO: filtering out variable natural_log_of_h2o_forcing_data_pressure_levels -INFO: filtering out variable normalized_soil_wetness_for_land_surface_model -INFO: filtering out variable number_of_cloud_types_CS -INFO: filtering out variable number_of_coefficients_in_h2o_forcing_data -INFO: filtering out variable number_of_frozen_precipitation_species -INFO: filtering out variable number_of_plumes -INFO: filtering out variable number_of_spectral_wave_trancation_for_sas -INFO: filtering out variable number_of_tracers_for_CS -INFO: filtering out variable number_of_tracers_plus_one -INFO: filtering out variable ozone_mixing_ratio -INFO: filtering out variable potential_temperature_at_2m -INFO: filtering out variable potential_temperature_at_viscous_sublayer_top -INFO: filtering out variable prandtl_number -INFO: filtering out variable q_prime_squared -INFO: filtering out variable rain_number_concentration_updated_by_physics -INFO: filtering out variable reciprocal_of_obukhov_length -INFO: filtering out variable shoc_flag_for_optional_surface_TKE_dissipation -INFO: filtering out variable shoc_implicit_TKE_integration_uncentering_term -INFO: filtering out variable shoc_tke_dissipatation_pressure_threshold -INFO: filtering out variable shoc_tke_dissipation_tunable_parameter -INFO: filtering out variable shoc_tke_dissipation_tunable_parameter_near_surface -INFO: filtering out variable snow_number_concentration_updated_by_physics -INFO: filtering out variable snow_temperature_bottom_first_layer -INFO: filtering out variable soil_temperature_for_land_surface_model -INFO: filtering out variable soil_vertical_dimension_for_land_surface_model -INFO: filtering out variable specific_humidity_at_viscous_sublayer_top -INFO: filtering out variable stability_function_for_heat -INFO: filtering out variable subgrid_cloud_fraction_pbl -INFO: filtering out variable subgrid_cloud_mixing_ratio_pbl -INFO: filtering out variable subgrid_scale_cloud_fraction_from_shoc -INFO: filtering out variable surface_air_pressure_at_previous_time_step -INFO: filtering out variable surface_air_pressure_two_time_steps_back -INFO: filtering out variable surface_condensation_mass -INFO: filtering out variable surface_exchange_coefficient_for_heat -INFO: filtering out variable surface_exchange_coefficient_for_heat_at_2m -INFO: filtering out variable surface_exchange_coefficient_for_moisture -INFO: filtering out variable surface_exchange_coefficient_for_moisture_at_2m -INFO: filtering out variable surface_friction_velocity_drag -INFO: filtering out variable surface_latent_heat -INFO: filtering out variable surface_layer_evaporation_switch -INFO: filtering out variable surface_specific_humidity_for_MYJ_schemes -INFO: filtering out variable surface_stability_parameter -INFO: filtering out variable t_prime_q_prime -INFO: filtering out variable t_prime_squared -INFO: filtering out variable temperature_from_previous_timestep -INFO: filtering out variable temperature_tendency_due_to_dynamics -INFO: filtering out variable tendency_of_cloud_droplet_number_concentration_due_to_model_physics -INFO: filtering out variable tendency_of_ice_cloud_water_mixing_ratio_due_to_model_physics -INFO: filtering out variable tendency_of_ice_friendly_aerosol_number_concentration_due_to_model_physics -INFO: filtering out variable tendency_of_ice_friendly_aerosols_at_surface -INFO: filtering out variable tendency_of_ice_number_concentration_due_to_model_physics -INFO: filtering out variable tendency_of_liquid_cloud_water_mixing_ratio_due_to_model_physics -INFO: filtering out variable tendency_of_ozone_mixing_ratio_due_to_model_physics -INFO: filtering out variable tendency_of_rain_water_mixing_ratio_due_to_microphysics -INFO: filtering out variable tendency_of_water_friendly_aerosol_number_concentration_due_to_model_physics -INFO: filtering out variable tendency_of_water_friendly_aerosols_at_surface -INFO: filtering out variable tendency_of_water_vapor_specific_humidity_due_to_model_physics -INFO: filtering out variable tendency_of_x_wind_due_to_convective_gravity_wave_drag -INFO: filtering out variable tendency_of_y_wind_due_to_convective_gravity_wave_drag -INFO: filtering out variable theta_star -INFO: filtering out variable tke_advect -INFO: filtering out variable tke_at_mass_points -INFO: filtering out variable tke_budget -INFO: filtering out variable tke_dissipative_heating_factor -INFO: filtering out variable total_accumulated_snowfall -INFO: filtering out variable triple_point_temperature_of_water -INFO: filtering out variable turbulent_kinetic_energy_convective_transport_tracer -INFO: filtering out variable u_wind_component_at_viscous_sublayer_top -INFO: filtering out variable updraft_fraction_in_boundary_layer_mass_flux_scheme -INFO: filtering out variable updraft_velocity_tunable_parameter_1_CS -INFO: filtering out variable updraft_velocity_tunable_parameter_2_CS -INFO: filtering out variable v_wind_component_at_viscous_sublayer_top -INFO: filtering out variable vertical_dimension_of_h2o_forcing_data -INFO: filtering out variable volume_fraction_of_frozen_soil_moisture_for_land_surface_model -INFO: filtering out variable volume_fraction_of_soil_moisture_for_land_surface_model -INFO: filtering out variable volume_fraction_of_unfrozen_soil_moisture_for_land_surface_model -INFO: filtering out variable water_friendly_aerosol_number_concentration -INFO: filtering out variable water_friendly_aerosol_number_concentration_updated_by_physics -INFO: filtering out variable water_vapor_mixing_ratio_at_surface -INFO: filtering out variable water_vapor_specific_humidity_at_previous_time_step -INFO: filtering out variable water_vapor_specific_humidity_two_time_steps_back -INFO: filtering out variable weight_for_momentum_at_viscous_sublayer_top -INFO: filtering out variable weight_for_potental_temperature_at_viscous_sublayer_top -INFO: filtering out variable weight_for_specific_humidity_at_viscous_sublayer_top -INFO: filtering out variable x_momentum_tendency_from_blocking_drag -INFO: filtering out variable x_momentum_tendency_from_form_drag -INFO: filtering out variable x_momentum_tendency_from_large_scale_gwd -INFO: filtering out variable x_momentum_tendency_from_small_scale_gwd -INFO: filtering out variable y_momentum_tendency_from_blocking_drag -INFO: filtering out variable y_momentum_tendency_from_form_drag -INFO: filtering out variable y_momentum_tendency_from_large_scale_gwd -INFO: filtering out variable y_momentum_tendency_from_small_scale_gwd -INFO: Checking optional arguments in physics schemes ... -INFO: Metadata table for model FV3 written to tests/build_fv3_11/FV3/ccpp/framework/doc/DevelopersGuide/CCPP_VARIABLES_FV3.tex -INFO: Comparing metadata for requested and provided variables ... -INFO: Automatic unit conversion from m to um for effective_radius_of_stratiform_cloud_ice_particle_in_um before entering MODULE_mp_thompson SCHEME_mp_thompson SUBROUTINE_mp_thompson_run -INFO: Automatic unit conversion from m to um for effective_radius_of_stratiform_cloud_liquid_water_particle_in_um before entering MODULE_mp_thompson SCHEME_mp_thompson SUBROUTINE_mp_thompson_run -INFO: Automatic unit conversion from m to um for effective_radius_of_stratiform_cloud_snow_particle_in_um before entering MODULE_mp_thompson SCHEME_mp_thompson SUBROUTINE_mp_thompson_run -INFO: Generating schemes makefile/cmakefile snippet ... -INFO: Added 168 schemes to tests/build_fv3_11/FV3/ccpp/physics/CCPP_SCHEMES.mk, tests/build_fv3_11/FV3/ccpp/physics/CCPP_SCHEMES.cmake, tests/build_fv3_11/FV3/ccpp/physics/CCPP_SCHEMES.sh -INFO: Generating suite and group caps ... -INFO: Generating static API ccpp_static_api.F90 in tests/build_fv3_11/FV3/ccpp/physics ... -INFO: Generating caps makefile/cmakefile snippet ... -INFO: Added 12 auto-generated caps to tests/build_fv3_11/FV3/ccpp/physics/CCPP_CAPS.mk and tests/build_fv3_11/FV3/ccpp/physics/CCPP_CAPS.cmake -INFO: CCPP prebuild step completed successfully. -+ source build_fv3_11/FV3/ccpp/physics/CCPP_SCHEMES.sh -++ export 'CCPP_SCHEMES=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/aer_cloud.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/aerclm_def.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/aerinterp.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/calpreciptype.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cldwat2m_micro.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cldmacro.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/date_def.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/funcphys.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gcycle.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/h2o_def.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/h2ointerp.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/iccn_def.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/iccninterp.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/iounitdef.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/machine.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mersenne_twister.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfpbl.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg_utils.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg2_0.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg3_0.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/multi_gases.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_model.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_parameters.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_radar.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_thompson.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MP_FER_HIRES.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_bl_mynn.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_mynn.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_orowam2017.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/namelist_soilveg.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfpblt.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfpbltq.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfscu.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfscuq.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/noahmp_tables.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/num_parthds.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozne_def.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozinterp.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/physcons.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/physparam.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radcons.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_aerosols.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_astronomy.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_clouds.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_gases.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_surface.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radlw_datatb.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radlw_param.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radsw_datatb.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radsw_param.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/samfaerosols.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfcsub.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sflx.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/set_soilveg.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/surface_perturbation.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_deep.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_sh.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/tridi.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/wv_saturation.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_soil_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rayleigh_damp.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radsw_main.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_ocean.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gwdc.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gscond.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ysuvdif.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_sice.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/samfdeepcnv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/satmedmfvdif.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozphys_2015.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/samfshalcnv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/precpd.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_fer_hires.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diag.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radlw_main.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_debug.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/satmedmfvdifq.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cs_conv.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/shinhongvdif.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/h2ophys.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_nst.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/moninedmf.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diff.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diag_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/m_micro.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gcm_shoc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gwdps.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/shalcnv.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/get_prs_fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozphys.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_stochastics.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/drag_suite.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_cice.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sascnvn.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cnvc90.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_drv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/dcyc2.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/moninshoc.f' -++ CCPP_SCHEMES='/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/aer_cloud.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/aerclm_def.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/aerinterp.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/calpreciptype.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cldwat2m_micro.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cldmacro.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/date_def.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/funcphys.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gcycle.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/h2o_def.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/h2ointerp.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/iccn_def.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/iccninterp.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/iounitdef.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/machine.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mersenne_twister.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfpbl.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg_utils.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg2_0.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg3_0.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/multi_gases.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_model.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_parameters.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_radar.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_thompson.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MP_FER_HIRES.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_bl_mynn.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_mynn.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_orowam2017.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/namelist_soilveg.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfpblt.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfpbltq.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfscu.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfscuq.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/noahmp_tables.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/num_parthds.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozne_def.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozinterp.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/physcons.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/physparam.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radcons.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_aerosols.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_astronomy.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_clouds.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_gases.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_surface.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radlw_datatb.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radlw_param.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radsw_datatb.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radsw_param.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/samfaerosols.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfcsub.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sflx.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/set_soilveg.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/surface_perturbation.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_deep.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_sh.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/tridi.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/wv_saturation.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_soil_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rayleigh_damp.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radsw_main.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_ocean.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gwdc.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gscond.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ysuvdif.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_sice.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/samfdeepcnv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/satmedmfvdif.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozphys_2015.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/samfshalcnv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/precpd.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_fer_hires.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diag.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radlw_main.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_debug.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/satmedmfvdifq.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cs_conv.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/shinhongvdif.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/h2ophys.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_nst.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/moninedmf.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diff.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diag_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/m_micro.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gcm_shoc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gwdps.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/shalcnv.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/get_prs_fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozphys.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_stochastics.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/drag_suite.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_cice.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sascnvn.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cnvc90.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_drv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/dcyc2.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/moninshoc.f' -+ source build_fv3_11/FV3/ccpp/physics/CCPP_CAPS.sh -++ export 'CCPP_CAPS=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_11/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_11/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_fast_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_11/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_time_vary_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_11/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_radiation_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_11/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_11/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_stochastics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_11/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_noahmp_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_11/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_noahmp_fast_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_11/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_noahmp_time_vary_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_11/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_noahmp_radiation_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_11/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_noahmp_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_11/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_noahmp_stochastics_cap.F90' -++ CCPP_CAPS='/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_11/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_11/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_fast_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_11/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_time_vary_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_11/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_radiation_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_11/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_11/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_stochastics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_11/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_noahmp_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_11/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_noahmp_fast_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_11/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_noahmp_time_vary_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_11/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_noahmp_radiation_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_11/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_noahmp_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_11/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_noahmp_stochastics_cap.F90' -+ source build_fv3_11/FV3/ccpp/physics/CCPP_STATIC_API.sh -++ export CCPP_STATIC_API=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_11/FV3/ccpp/physics/ccpp_static_api.F90 -++ CCPP_STATIC_API=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_11/FV3/ccpp/physics/ccpp_static_api.F90 -+ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp == *\N\A\M\_\p\h\y\s\=\Y* ]] -+ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp == *\W\W\3\=\Y* ]] -++ trim ' -DREPRO=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF' -++ local 'var= -DREPRO=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF' -++ var='-DREPRO=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF' -++ var='-DREPRO=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF' -++ echo -n '-DREPRO=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF' -+ CCPP_CMAKE_FLAGS='-DREPRO=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF' -+ source /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc -++ __ms_function_name=setup__test_function__3534 -++ eval 'setup__test_function__3534() { /bin/true ; }' ++ [[ WW3=Y == *\D\E\B\U\G\=\Y* ]] ++ [[ WW3=Y == *\R\E\P\R\O\=\Y* ]] ++ [[ WW3=Y == *\3\2\B\I\T\=\Y* ]] ++ [[ WW3=Y == *\O\P\E\N\M\P\=\N* ]] ++ [[ WW3=Y == *\C\C\P\P\=\Y* ]] ++ [[ WW3=Y == *\N\A\M\_\p\h\y\s\=\Y* ]] ++ [[ WW3=Y == *\W\W\3\=\Y* ]] ++ CCPP_CMAKE_FLAGS=' -DWW3=Y' +++ trim ' -DWW3=Y' +++ local 'var= -DWW3=Y' +++ var=-DWW3=Y +++ var=-DWW3=Y +++ echo -n -DWW3=Y ++ CCPP_CMAKE_FLAGS=-DWW3=Y ++ source /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc +++ __ms_function_name=setup__test_function__189425 +++ eval 'setup__test_function__189425() { /bin/true ; }' +++ eval '__text="text" ; if [[ $__text =~ ^(t).* ]] ; then printf "%s" ${.sh.match[1]} ; fi' +++ cat ++ __ms_ksh_test= -+++ eval 'if ( set | grep setup__test_function__3534 | grep -v name > /dev/null 2>&1 ) ; then echo t ; fi ' ++++ eval 'if ( set | grep setup__test_function__189425 | grep -v name > /dev/null 2>&1 ) ; then echo t ; fi ' +++ cat ++ __ms_bash_test=t ++ [[ ! -z '' ]] @@ -4981,7 +1325,7 @@ INFO: CCPP prebuild step completed successfully. ++ eval module help ++ module purge +++ /usrx/local/prod/lmod/lmod/libexec/lmod bash purge -++ eval unset 'ADVISOR_2018_DIR;' unset 'BACIO_LIB4;' unset 'BACIO_LIB8;' unset 'BACIO_SRC;' unset 'BACIO_VER;' unset 'BINARY_TYPE_HPC;' unset '__LMOD_REF_COUNT_CLASSPATH;' unset 'CLASSPATH;' unset 'CLCK_ROOT;' unset 'CMAKE_CXX_COMPILER;' unset 'CMAKE_C_COMPILER;' unset 'CMAKE_Fortran_COMPILER;' unset 'CMAKE_Platform;' unset 'COMP;' unset '__LMOD_REF_COUNT_CPATH;' unset 'CPATH;' unset '__LMOD_REF_COUNT_CPLUS_INCLUDE_PATH;' unset 'CPLUS_INCLUDE_PATH;' unset 'CRTM_FIX;' unset 'CRTM_INC;' unset 'CRTM_LIB;' unset 'CRTM_SRC;' unset 'CRTM_VER;' unset 'DAALROOT;' unset 'ECF_HOSTFILE;' unset 'ECF_PORT;' unset 'ECF_ROOT;' unset 'ESMFMKFILE;' unset 'G2TMPL_INC;' unset 'G2TMPL_LIB;' unset 'G2TMPL_SRC;' unset 'G2TMPL_VER;' unset 'G2_INC4;' unset 'G2_INCd;' unset 'G2_LIB4;' unset 'G2_LIBd;' unset 'G2_SRC;' unset 'G2_VER;' unset 'GDBSERVER_MIC;' unset 'GDB_CROSS;' unset 'HDF5;' unset 'HDF5_CFLAGS;' unset 'HDF5_CXXFLAGS;' unset 'HDF5_FFLAGS;' unset 'HDF5_INCLUDE;' unset 'HDF5_LDFLAGS;' unset 'HDF5_LDFLAGS_C;' unset 'HDF5_LDFLAGS_CXX;' unset 'HDF5_LDFLAGS_F;' unset '__LMOD_REF_COUNT_INFOPATH;' unset 'INFOPATH;' unset 'INSPECTOR_2018_DIR;' unset 'INTEL_LICENSE_FILE;' unset 'INTEL_PYTHONHOME;' unset 'IPPROOT;' unset 'IP_INC4;' unset 'IP_INC8;' unset 'IP_INCd;' unset 'IP_LIB4;' unset 'IP_LIB8;' unset 'IP_LIBd;' unset 'IP_SRC;' unset 'IP_VER;' unset 'I_MPI_CC;' unset 'I_MPI_CXX;' unset 'I_MPI_EXTRA_FILESYSTEM;' unset 'I_MPI_EXTRA_FILESYSTEM_LIST;' unset 'I_MPI_F77;' unset 'I_MPI_F90;' unset 'I_MPI_FC;' unset 'I_MPI_HYDRA_BOOTSTRAP;' unset 'I_MPI_HYDRA_IFACE;' unset 'I_MPI_LSF_USE_COLLECTIVE_LAUNCH;' unset 'I_MPI_ROOT;' unset 'JASPER_INC;' unset 'JASPER_LIB;' unset 'JASPER_LIBDIR;' unset 'JASPER_SRC;' unset 'JASPER_VER;' unset 'KMP_AFFINITY;' unset '__LMOD_REF_COUNT_LD_LIBRARY_PATH;' unset 'LD_LIBRARY_PATH;' unset '__LMOD_REF_COUNT_LIBRARY_PATH;' unset 'LIBRARY_PATH;' unset 'LIB_NAME;' unset 'LMOD_FAMILY_COMPILER;' unset 'LMOD_FAMILY_COMPILER_VERSION;' unset 'LMOD_FAMILY_CONMPILER;' unset 'LMOD_FAMILY_CONMPILER_VERSION;' unset 'LMOD_FAMILY_MPI;' unset 'LMOD_FAMILY_MPI_VERSION;' unset '__LMOD_REF_COUNT_LOADEDMODULES;' unset 'LOADEDMODULES;' unset 'LSF_BINDIR;' unset 'LSF_ENVDIR;' unset 'LSF_LIBDIR;' unset 'LSF_SERVERDIR;' '__LMOD_REF_COUNT_MANPATH="/usrx/local/prod/lmod/lmod/share/man:1";' export '__LMOD_REF_COUNT_MANPATH;' 'MANPATH="/usrx/local/prod/lmod/lmod/share/man::";' export 'MANPATH;' unset 'MKLROOT;' 'MODULEPATH="/usrx/local/dev/emc_rocoto/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod";' export 'MODULEPATH;' unset 'MPM_LAUNCHER;' unset 'NEMSIO_INC;' unset 'NEMSIO_LIB;' unset 'NEMSIO_SRC;' unset 'NEMSIO_VER;' unset 'NETCDF;' unset 'NETCDF_CFLAGS;' unset 'NETCDF_CXX4FLAGS;' unset 'NETCDF_CXXFLAGS;' unset 'NETCDF_FFLAGS;' unset 'NETCDF_INC;' unset 'NETCDF_INCLUDE;' unset 'NETCDF_LDFLAGS;' unset 'NETCDF_LDFLAGS_C;' unset 'NETCDF_LDFLAGS_CXX;' unset 'NETCDF_LDFLAGS_CXX4;' unset 'NETCDF_LDFLAGS_F;' unset 'NETCDF_LIB;' unset 'NETCDF_ROOT;' unset '__LMOD_REF_COUNT_NLSPATH;' unset 'NLSPATH;' '__LMOD_REF_COUNT_PATH="/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/usr/lpp/mmfs/bin:1;/opt/ibutils/bin:1;/opt/dell/srvadmin/bin:1;/u/Dusan.Jovic/bin:2;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/dbrowse:1;/u/Dusan.Jovic/.local/bin:1";' export '__LMOD_REF_COUNT_PATH;' 'PATH="/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/usr/lpp/mmfs/bin:/opt/ibutils/bin:/opt/dell/srvadmin/bin:/u/Dusan.Jovic/bin:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/dbrowse:/u/Dusan.Jovic/.local/bin";' export 'PATH;' unset 'PKG_CONFIG_PATH;' unset 'PNG_INC;' unset 'PNG_LIB;' unset 'PNG_LIB12;' unset 'PNG_LIBDIR;' unset 'PNG_LIBso;' unset 'PNG_SRC;' unset 'PNG_VER;' unset 'POST_INC;' unset 'POST_LIB;' unset 'POST_SRC;' unset 'POST_VER;' unset 'PSTLROOT;' unset 'PYTHONPATH;' unset '__LMOD_REF_COUNT_QT_PLUGIN_PATH;' unset 'QT_PLUGIN_PATH;' unset 'SP_LIB4;' unset 'SP_LIB8;' unset 'SP_LIBd;' unset 'SP_SRC;' unset 'SP_VER;' unset 'TBBROOT;' unset 'VT_ADD_LIBS;' unset 'VT_ARCH;' unset 'VT_LIB_DIR;' unset 'VT_MPI;' unset 'VT_ROOT;' unset 'VT_SLIB_DIR;' unset 'W3EMC_INC4;' unset 'W3EMC_INC8;' unset 'W3EMC_INCd;' unset 'W3EMC_LIB4;' unset 'W3EMC_LIB8;' unset 'W3EMC_LIBd;' unset 'W3EMC_SRC;' unset 'W3EMC_VER;' unset 'W3NCO_INC4;' unset 'W3NCO_INC8;' unset 'W3NCO_INCd;' unset 'W3NCO_LIB4;' unset 'W3NCO_LIB8;' unset 'W3NCO_LIBd;' unset 'W3NCO_SRC;' unset 'W3NCO_VER;' unset 'XLSF_UIDDIR;' unset 'Z_INC;' unset 'Z_LIB;' unset 'Z_SRC;' unset 'Z_VER;' unset '__LMOD_REF_COUNT__LMFILES_;' unset '_LMFILES_;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii91c3J4L2xvY2FsL2Rldi9lbWNfcm9jb3RvL21vZHVsZWZpbGVzIiwiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvRHVzYW4uSm92aWMvdWZzL3ByMTgvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvd2Nvc3NfZGVsbF9wMyIsIi91c3J4L2xvY2FsL2Rldi9tb2R1bGVmaWxlcyIsIi91c3J4L2xvY2FsL3Byb2QvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQiLCIvdXNyeC9sb2NhbC9w";' export '_ModuleTable001_;' '_ModuleTable002_="cm9kL21vZHVsZWZpbGVzL2RlZnMiLCIvZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb3JlX3Byb2QiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQ6L3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9kZWZzOi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsfQ==";' export '_ModuleTable002_;' '_ModuleTable_Sz_="2";' export '_ModuleTable_Sz_;' unset '_ModuleTable004_;' unset '_ModuleTable005_;' unset '_ModuleTable006_;' unset '_ModuleTable007_;' unset '_ModuleTable008_;' unset '_ModuleTable009_;' unset '_ModuleTable010_;' unset '_ModuleTable011_;' unset '_ModuleTable012_;' unset '_ModuleTable013_;' unset '_ModuleTable014_;' unset '_ModuleTable015_;' unset '_ModuleTable016_;' +++ eval unset 'ADVISOR_2018_DIR;' unset 'BACIO_LIB4;' unset 'BACIO_LIB8;' unset 'BACIO_SRC;' unset 'BACIO_VER;' unset 'BINARY_TYPE_HPC;' unset '__LMOD_REF_COUNT_CLASSPATH;' unset 'CLASSPATH;' unset 'CLCK_ROOT;' unset 'CMAKE_CXX_COMPILER;' unset 'CMAKE_C_COMPILER;' unset 'CMAKE_Fortran_COMPILER;' unset 'CMAKE_Platform;' unset 'COMP;' unset '__LMOD_REF_COUNT_CPATH;' unset 'CPATH;' unset '__LMOD_REF_COUNT_CPLUS_INCLUDE_PATH;' unset 'CPLUS_INCLUDE_PATH;' unset 'CRTM_FIX;' unset 'CRTM_INC;' unset 'CRTM_LIB;' unset 'CRTM_SRC;' unset 'CRTM_VER;' unset 'DAALROOT;' unset 'ECF_HOSTFILE;' unset 'ECF_PORT;' unset 'ECF_ROOT;' unset 'ESMFMKFILE;' unset 'G2TMPL_INC;' unset 'G2TMPL_LIB;' unset 'G2TMPL_SRC;' unset 'G2TMPL_VER;' unset 'G2_INC4;' unset 'G2_INCd;' unset 'G2_LIB4;' unset 'G2_LIBd;' unset 'G2_SRC;' unset 'G2_VER;' unset 'GDBSERVER_MIC;' unset 'GDB_CROSS;' unset 'HDF5;' unset 'HDF5_CFLAGS;' unset 'HDF5_CXXFLAGS;' unset 'HDF5_FFLAGS;' unset 'HDF5_INCLUDE;' unset 'HDF5_LDFLAGS;' unset 'HDF5_LDFLAGS_C;' unset 'HDF5_LDFLAGS_CXX;' unset 'HDF5_LDFLAGS_F;' unset '__LMOD_REF_COUNT_INFOPATH;' unset 'INFOPATH;' unset 'INSPECTOR_2018_DIR;' unset 'INTEL_LICENSE_FILE;' unset 'INTEL_PYTHONHOME;' unset 'IPPROOT;' unset 'IP_INC4;' unset 'IP_INC8;' unset 'IP_INCd;' unset 'IP_LIB4;' unset 'IP_LIB8;' unset 'IP_LIBd;' unset 'IP_SRC;' unset 'IP_VER;' unset 'I_MPI_CC;' unset 'I_MPI_CXX;' unset 'I_MPI_EXTRA_FILESYSTEM;' unset 'I_MPI_EXTRA_FILESYSTEM_LIST;' unset 'I_MPI_F77;' unset 'I_MPI_F90;' unset 'I_MPI_FC;' unset 'I_MPI_HYDRA_BOOTSTRAP;' unset 'I_MPI_HYDRA_IFACE;' unset 'I_MPI_LSF_USE_COLLECTIVE_LAUNCH;' unset 'I_MPI_ROOT;' unset 'JASPER_INC;' unset 'JASPER_LIB;' unset 'JASPER_LIBDIR;' unset 'JASPER_SRC;' unset 'JASPER_VER;' unset 'KMP_AFFINITY;' unset '__LMOD_REF_COUNT_LD_LIBRARY_PATH;' unset 'LD_LIBRARY_PATH;' unset '__LMOD_REF_COUNT_LIBRARY_PATH;' unset 'LIBRARY_PATH;' unset 'LIB_NAME;' unset 'LMOD_FAMILY_COMPILER;' unset 'LMOD_FAMILY_COMPILER_VERSION;' unset 'LMOD_FAMILY_CONMPILER;' unset 'LMOD_FAMILY_CONMPILER_VERSION;' unset 'LMOD_FAMILY_MPI;' unset 'LMOD_FAMILY_MPI_VERSION;' unset '__LMOD_REF_COUNT_LOADEDMODULES;' unset 'LOADEDMODULES;' unset 'LSF_BINDIR;' unset 'LSF_ENVDIR;' unset 'LSF_LIBDIR;' unset 'LSF_SERVERDIR;' '__LMOD_REF_COUNT_MANPATH="/usrx/local/prod/lmod/lmod/share/man:1";' export '__LMOD_REF_COUNT_MANPATH;' 'MANPATH="/usrx/local/prod/lmod/lmod/share/man::";' export 'MANPATH;' unset 'MKLROOT;' 'MODULEPATH="/usrx/local/dev/emc_rocoto/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod";' export 'MODULEPATH;' unset 'MPM_LAUNCHER;' unset 'NEMSIO_INC;' unset 'NEMSIO_LIB;' unset 'NEMSIO_SRC;' unset 'NEMSIO_VER;' unset 'NETCDF;' unset 'NETCDF_CFLAGS;' unset 'NETCDF_CXX4FLAGS;' unset 'NETCDF_CXXFLAGS;' unset 'NETCDF_FFLAGS;' unset 'NETCDF_INC;' unset 'NETCDF_INCLUDE;' unset 'NETCDF_LDFLAGS;' unset 'NETCDF_LDFLAGS_C;' unset 'NETCDF_LDFLAGS_CXX;' unset 'NETCDF_LDFLAGS_CXX4;' unset 'NETCDF_LDFLAGS_F;' unset 'NETCDF_LIB;' unset 'NETCDF_ROOT;' unset '__LMOD_REF_COUNT_NLSPATH;' unset 'NLSPATH;' '__LMOD_REF_COUNT_PATH="/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/usr/lpp/mmfs/bin:1;/opt/ibutils/bin:1;/opt/dell/srvadmin/bin:1;/u/Dusan.Jovic/bin:2;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/dbrowse:1;/u/Dusan.Jovic/.local/bin:1";' export '__LMOD_REF_COUNT_PATH;' 'PATH="/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/usr/lpp/mmfs/bin:/opt/ibutils/bin:/opt/dell/srvadmin/bin:/u/Dusan.Jovic/bin:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/dbrowse:/u/Dusan.Jovic/.local/bin";' export 'PATH;' unset 'PKG_CONFIG_PATH;' unset 'PNG_INC;' unset 'PNG_LIB;' unset 'PNG_LIB12;' unset 'PNG_LIBDIR;' unset 'PNG_LIBso;' unset 'PNG_SRC;' unset 'PNG_VER;' unset 'POST_INC;' unset 'POST_LIB;' unset 'POST_SRC;' unset 'POST_VER;' unset 'PSTLROOT;' unset 'PYTHONPATH;' unset '__LMOD_REF_COUNT_QT_PLUGIN_PATH;' unset 'QT_PLUGIN_PATH;' unset 'SP_LIB4;' unset 'SP_LIB8;' unset 'SP_LIBd;' unset 'SP_SRC;' unset 'SP_VER;' unset 'TBBROOT;' unset 'VT_ADD_LIBS;' unset 'VT_ARCH;' unset 'VT_LIB_DIR;' unset 'VT_MPI;' unset 'VT_ROOT;' unset 'VT_SLIB_DIR;' unset 'W3EMC_INC4;' unset 'W3EMC_INC8;' unset 'W3EMC_INCd;' unset 'W3EMC_LIB4;' unset 'W3EMC_LIB8;' unset 'W3EMC_LIBd;' unset 'W3EMC_SRC;' unset 'W3EMC_VER;' unset 'W3NCO_INC4;' unset 'W3NCO_INC8;' unset 'W3NCO_INCd;' unset 'W3NCO_LIB4;' unset 'W3NCO_LIB8;' unset 'W3NCO_LIBd;' unset 'W3NCO_SRC;' unset 'W3NCO_VER;' unset 'XLSF_UIDDIR;' unset 'Z_INC;' unset 'Z_LIB;' unset 'Z_SRC;' unset 'Z_VER;' unset '__LMOD_REF_COUNT__LMFILES_;' unset '_LMFILES_;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii91c3J4L2xvY2FsL2Rldi9lbWNfcm9jb3RvL21vZHVsZWZpbGVzIiwiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvRHVzYW4uSm92aWMvdWZzL3ByX25ldy91ZnMtd2VhdGhlci1tb2RlbC9tb2R1bGVmaWxlcy93Y29zc19kZWxsX3AzIiwiL3VzcngvbG9jYWwvZGV2L21vZHVsZWZpbGVzIiwiL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZCIsIi91c3J4L2xvY2Fs";' export '_ModuleTable001_;' '_ModuleTable002_="L3Byb2QvbW9kdWxlZmlsZXMvZGVmcyIsIi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvdXNyeC9sb2NhbC9wcm9kL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlOi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZDovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2RlZnM6L2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29yZV9wcm9kIix9";' export '_ModuleTable002_;' '_ModuleTable_Sz_="2";' export '_ModuleTable_Sz_;' unset '_ModuleTable004_;' unset '_ModuleTable005_;' unset '_ModuleTable006_;' unset '_ModuleTable007_;' unset '_ModuleTable008_;' unset '_ModuleTable009_;' unset '_ModuleTable010_;' unset '_ModuleTable011_;' unset '_ModuleTable012_;' unset '_ModuleTable013_;' unset '_ModuleTable014_;' unset '_ModuleTable015_;' unset '_ModuleTable016_;' +++ unset ADVISOR_2018_DIR +++ unset BACIO_LIB4 +++ unset BACIO_LIB8 @@ -5084,7 +1428,7 @@ INFO: CCPP prebuild step completed successfully. +++ MANPATH=/usrx/local/prod/lmod/lmod/share/man:: +++ export MANPATH +++ unset MKLROOT -+++ MODULEPATH=/usrx/local/dev/emc_rocoto/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod ++++ MODULEPATH=/usrx/local/dev/emc_rocoto/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod +++ export MODULEPATH +++ unset MPM_LAUNCHER +++ unset NEMSIO_INC @@ -5162,9 +1506,9 @@ INFO: CCPP prebuild step completed successfully. +++ unset Z_VER +++ unset __LMOD_REF_COUNT__LMFILES_ +++ unset _LMFILES_ -+++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii91c3J4L2xvY2FsL2Rldi9lbWNfcm9jb3RvL21vZHVsZWZpbGVzIiwiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvRHVzYW4uSm92aWMvdWZzL3ByMTgvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvd2Nvc3NfZGVsbF9wMyIsIi91c3J4L2xvY2FsL2Rldi9tb2R1bGVmaWxlcyIsIi91c3J4L2xvY2FsL3Byb2QvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQiLCIvdXNyeC9sb2NhbC9w ++++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii91c3J4L2xvY2FsL2Rldi9lbWNfcm9jb3RvL21vZHVsZWZpbGVzIiwiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvRHVzYW4uSm92aWMvdWZzL3ByX25ldy91ZnMtd2VhdGhlci1tb2RlbC9tb2R1bGVmaWxlcy93Y29zc19kZWxsX3AzIiwiL3VzcngvbG9jYWwvZGV2L21vZHVsZWZpbGVzIiwiL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZCIsIi91c3J4L2xvY2Fs +++ export _ModuleTable001_ -+++ _ModuleTable002_=cm9kL21vZHVsZWZpbGVzL2RlZnMiLCIvZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb3JlX3Byb2QiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQ6L3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9kZWZzOi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsfQ== ++++ _ModuleTable002_=L3Byb2QvbW9kdWxlZmlsZXMvZGVmcyIsIi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvdXNyeC9sb2NhbC9wcm9kL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlOi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZDovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2RlZnM6L2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29yZV9wcm9kIix9 +++ export _ModuleTable002_ +++ _ModuleTable_Sz_=2 +++ export _ModuleTable_Sz_ @@ -5186,18 +1530,18 @@ INFO: CCPP prebuild step completed successfully. ++ unset __ms_shell ++ unset __ms_ksh_test ++ unset __ms_bash_test -++ unset setup__test_function__3534 +++ unset setup__test_function__189425 ++ unset __ms_function_name + [[ wcoss_dell_p3 == macosx.* ]] + [[ wcoss_dell_p3 == linux.* ]] -+ module use /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3 -++ /usrx/local/prod/lmod/lmod/libexec/lmod bash use /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3 -+ eval 'MODULEPATH="/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/dev/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod";' export 'MODULEPATH;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcjE4L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL3djb3NzX2RlbGxfcDMiLCIvdXNyeC9sb2NhbC9kZXYvZW1jX3JvY290by9tb2R1bGVmaWxlcyIsIi91c3J4L2xvY2FsL2Rldi9tb2R1bGVmaWxlcyIsIi91c3J4L2xvY2FsL3Byb2QvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQiLCIvdXNyeC9sb2NhbC9w";' export '_ModuleTable001_;' '_ModuleTable002_="cm9kL21vZHVsZWZpbGVzL2RlZnMiLCIvZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb3JlX3Byb2QiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQ6L3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9kZWZzOi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsfQ==";' export '_ModuleTable002_;' '_ModuleTable_Sz_="2";' export '_ModuleTable_Sz_;' -++ MODULEPATH=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/dev/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod ++ module use /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/wcoss_dell_p3 +++ /usrx/local/prod/lmod/lmod/libexec/lmod bash use /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/wcoss_dell_p3 ++ eval 'MODULEPATH="/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/dev/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod";' export 'MODULEPATH;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcl9uZXcvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvd2Nvc3NfZGVsbF9wMyIsIi91c3J4L2xvY2FsL2Rldi9lbWNfcm9jb3RvL21vZHVsZWZpbGVzIiwiL3VzcngvbG9jYWwvZGV2L21vZHVsZWZpbGVzIiwiL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZCIsIi91c3J4L2xvY2Fs";' export '_ModuleTable001_;' '_ModuleTable002_="L3Byb2QvbW9kdWxlZmlsZXMvZGVmcyIsIi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvdXNyeC9sb2NhbC9wcm9kL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlOi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZDovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2RlZnM6L2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29yZV9wcm9kIix9";' export '_ModuleTable002_;' '_ModuleTable_Sz_="2";' export '_ModuleTable_Sz_;' +++ MODULEPATH=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/dev/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod ++ export MODULEPATH -++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcjE4L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL3djb3NzX2RlbGxfcDMiLCIvdXNyeC9sb2NhbC9kZXYvZW1jX3JvY290by9tb2R1bGVmaWxlcyIsIi91c3J4L2xvY2FsL2Rldi9tb2R1bGVmaWxlcyIsIi91c3J4L2xvY2FsL3Byb2QvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQiLCIvdXNyeC9sb2NhbC9w +++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcl9uZXcvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvd2Nvc3NfZGVsbF9wMyIsIi91c3J4L2xvY2FsL2Rldi9lbWNfcm9jb3RvL21vZHVsZWZpbGVzIiwiL3VzcngvbG9jYWwvZGV2L21vZHVsZWZpbGVzIiwiL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZCIsIi91c3J4L2xvY2Fs ++ export _ModuleTable001_ -++ _ModuleTable002_=cm9kL21vZHVsZWZpbGVzL2RlZnMiLCIvZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb3JlX3Byb2QiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQ6L3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9kZWZzOi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsfQ== +++ _ModuleTable002_=L3Byb2QvbW9kdWxlZmlsZXMvZGVmcyIsIi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvdXNyeC9sb2NhbC9wcm9kL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlOi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZDovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2RlZnM6L2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29yZV9wcm9kIix9 ++ export _ModuleTable002_ ++ _ModuleTable_Sz_=2 ++ export _ModuleTable_Sz_ @@ -5205,7 +1549,7 @@ INFO: CCPP prebuild step completed successfully. + eval + module load fv3 ++ /usrx/local/prod/lmod/lmod/libexec/lmod bash load fv3 -+ eval 'ADVISOR_2018_DIR="/usrx/local/prod/intel/2018UP01/advisor_2018";' export 'ADVISOR_2018_DIR;' 'BACIO_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libbacio_v2.0.3_4.a";' export 'BACIO_LIB4;' 'BACIO_LIB8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libbacio_v2.0.3_8.a";' export 'BACIO_LIB8;' 'BACIO_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/bacio_v2.0.3";' export 'BACIO_SRC;' 'BACIO_VER="v2.0.3";' export 'BACIO_VER;' 'BINARY_TYPE_HPC="";' export 'BINARY_TYPE_HPC;' '__LMOD_REF_COUNT_CLASSPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64/mpi.jar:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/daal.jar:1";' export '__LMOD_REF_COUNT_CLASSPATH;' 'CLASSPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64/mpi.jar:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/daal.jar";' export 'CLASSPATH;' 'CLCK_ROOT="/usrx/local/prod/intel/2018UP01/clck_latest";' export 'CLCK_ROOT;' 'CMAKE_CXX_COMPILER="mpiicpc";' export 'CMAKE_CXX_COMPILER;' 'CMAKE_C_COMPILER="mpiicc";' export 'CMAKE_C_COMPILER;' 'CMAKE_Fortran_COMPILER="mpiifort";' export 'CMAKE_Fortran_COMPILER;' 'CMAKE_Platform="wcoss_dell_p3";' export 'CMAKE_Platform;' 'COMP="ips";' export 'COMP;' '__LMOD_REF_COUNT_CPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/pstl/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/include:1";' export '__LMOD_REF_COUNT_CPATH;' 'CPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/pstl/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/include";' export 'CPATH;' '__LMOD_REF_COUNT_CPLUS_INCLUDE_PATH="/usrx/local/prod/intel/2018UP01/clck_latest/include:1";' export '__LMOD_REF_COUNT_CPLUS_INCLUDE_PATH;' 'CPLUS_INCLUDE_PATH="/usrx/local/prod/intel/2018UP01/clck_latest/include";' export 'CPLUS_INCLUDE_PATH;' 'CRTM_FIX="/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/fix";' export 'CRTM_FIX;' 'CRTM_INC="/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/ips/18.0.1/include/crtm_v2.2.6";' export 'CRTM_INC;' 'CRTM_LIB="/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/ips/18.0.1/libcrtm_v2.2.6.a";' export 'CRTM_LIB;' 'CRTM_SRC="/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/src";' export 'CRTM_SRC;' 'CRTM_VER="v2.2.6";' export 'CRTM_VER;' 'DAALROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal";' export 'DAALROOT;' 'ESMFMKFILE="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/lib/esmf.mk";' export 'ESMFMKFILE;' 'G2TMPL_INC="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/g2tmpl_v1.6.0";' export 'G2TMPL_INC;' 'G2TMPL_LIB="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2tmpl_v1.6.0.a";' export 'G2TMPL_LIB;' 'G2TMPL_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/g2tmpl_v1.6.0/src";' export 'G2TMPL_SRC;' 'G2TMPL_VER="v1.6.0";' export 'G2TMPL_VER;' 'G2_INC4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/g2_v3.1.1_4";' export 'G2_INC4;' 'G2_INCd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/g2_v3.1.1_d";' export 'G2_INCd;' 'G2_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2_v3.1.1_4.a";' export 'G2_LIB4;' 'G2_LIBd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2_v3.1.1_d.a";' export 'G2_LIBd;' 'G2_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/g2_v3.1.1";' export 'G2_SRC;' 'G2_VER="v3.1.1";' export 'G2_VER;' 'GDBSERVER_MIC="/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/targets/intel64/x200/bin/gdbserver";' export 'GDBSERVER_MIC;' 'GDB_CROSS="/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/bin/gdb-ia";' export 'GDB_CROSS;' 'HDF5="/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1";' export 'HDF5;' 'HDF5_CFLAGS="-I/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/include";' export 'HDF5_CFLAGS;' 'HDF5_CXXFLAGS="-I/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/include";' export 'HDF5_CXXFLAGS;' 'HDF5_FFLAGS="-I/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/include";' export 'HDF5_FFLAGS;' 'HDF5_INCLUDE="-I/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/include";' export 'HDF5_INCLUDE;' 'HDF5_LDFLAGS="-L/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib' -lhdf5_hl -lhdf5hl_fortran -lhdf5 '-lhdf5_fortran";' export 'HDF5_LDFLAGS;' 'HDF5_LDFLAGS_C="-L/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib' -lhdf5_hl '-lhdf5";' export 'HDF5_LDFLAGS_C;' 'HDF5_LDFLAGS_CXX="-L/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib' -lhdf5_hl -hdf5_hl_cpp -lhdf5 '-lhdf5_cpp";' export 'HDF5_LDFLAGS_CXX;' 'HDF5_LDFLAGS_F="-L/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib' -lhdf5_hl -lhdf5hl_fortran -lhdf5 '-lhdf5_fortran";' export 'HDF5_LDFLAGS_F;' '__LMOD_REF_COUNT_INFOPATH="/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/info:1;info_gdb_igfx:1";' export '__LMOD_REF_COUNT_INFOPATH;' 'INFOPATH="/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/info:info_gdb_igfx";' export 'INFOPATH;' 'INSPECTOR_2018_DIR="/usrx/local/prod/intel/2018UP01/inspector_2018";' export 'INSPECTOR_2018_DIR;' 'INTEL_LICENSE_FILE="/usrx/local/prod/intel/licenses";' export 'INTEL_LICENSE_FILE;' 'INTEL_PYTHONHOME="/usrx/local/prod/intel/2018UP01/debugger_2018/python/intel64";' export 'INTEL_PYTHONHOME;' 'IPPROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp";' export 'IPPROOT;' 'IP_INC4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ip_v3.0.2_4";' export 'IP_INC4;' 'IP_INC8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ip_v3.0.2_8";' export 'IP_INC8;' 'IP_INCd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ip_v3.0.2_d";' export 'IP_INCd;' 'IP_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libip_v3.0.2_4.a";' export 'IP_LIB4;' 'IP_LIB8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libip_v3.0.2_8.a";' export 'IP_LIB8;' 'IP_LIBd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libip_v3.0.2_d.a";' export 'IP_LIBd;' 'IP_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/ip_v3.0.2";' export 'IP_SRC;' 'IP_VER="v3.0.2";' export 'IP_VER;' 'I_MPI_CC="icc";' export 'I_MPI_CC;' 'I_MPI_CXX="icpc";' export 'I_MPI_CXX;' 'I_MPI_EXTRA_FILESYSTEM="yes";' export 'I_MPI_EXTRA_FILESYSTEM;' 'I_MPI_EXTRA_FILESYSTEM_LIST="gpfs";' export 'I_MPI_EXTRA_FILESYSTEM_LIST;' 'I_MPI_F77="ifort";' export 'I_MPI_F77;' 'I_MPI_F90="ifort";' export 'I_MPI_F90;' 'I_MPI_FC="ifort";' export 'I_MPI_FC;' 'I_MPI_HYDRA_BOOTSTRAP="lsf";' export 'I_MPI_HYDRA_BOOTSTRAP;' 'I_MPI_HYDRA_IFACE="ib0";' export 'I_MPI_HYDRA_IFACE;' 'I_MPI_LSF_USE_COLLECTIVE_LAUNCH="1";' export 'I_MPI_LSF_USE_COLLECTIVE_LAUNCH;' 'I_MPI_ROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi";' export 'I_MPI_ROOT;' 'JASPER_INC="/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/include";' export 'JASPER_INC;' 'JASPER_LIB="/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib/libjasper.a";' export 'JASPER_LIB;' 'JASPER_LIBDIR="/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib";' export 'JASPER_LIBDIR;' 'JASPER_SRC="/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/src/jasper-1.900.29";' export 'JASPER_SRC;' 'JASPER_VER="1.900.29";' export 'JASPER_VER;' 'KMP_AFFINITY="scatter";' export 'KMP_AFFINITY;' unset 'LAUNCH;' '__LMOD_REF_COUNT_LD_LIBRARY_PATH="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/lib:1;/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib:1;/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib:1;/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib:1;/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:1;/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib:1;/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib:1;/usrx/local/prod/intel/2018UP01/itac_latest/slib:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:1;/usrx/local/prod/intel/2018UP01/debugger_2018/iga/lib:1;/usrx/local/prod/intel/2018UP01/debugger_2018/libipt/intel64/lib:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4:1";' export '__LMOD_REF_COUNT_LD_LIBRARY_PATH;' 'LD_LIBRARY_PATH="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/lib:/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib:/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib:/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib:/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib:/usrx/local/prod/intel/2018UP01/itac_latest/slib:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:/usrx/local/prod/intel/2018UP01/debugger_2018/iga/lib:/usrx/local/prod/intel/2018UP01/debugger_2018/libipt/intel64/lib:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4";' export 'LD_LIBRARY_PATH;' '__LMOD_REF_COUNT_LIBRARY_PATH="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:1;/usrx/local/prod/intel/2018UP01/clck_latest/lib/intel64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4:1";' export '__LMOD_REF_COUNT_LIBRARY_PATH;' 'LIBRARY_PATH="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:/usrx/local/prod/intel/2018UP01/clck_latest/lib/intel64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4";' export 'LIBRARY_PATH;' 'LIB_NAME="POST";' export 'LIB_NAME;' 'LMOD_FAMILY_COMPILER="ips";' export 'LMOD_FAMILY_COMPILER;' 'LMOD_FAMILY_COMPILER_VERSION="18.0.1.163";' export 'LMOD_FAMILY_COMPILER_VERSION;' 'LMOD_FAMILY_CONMPILER="HDF5-serial";' export 'LMOD_FAMILY_CONMPILER;' 'LMOD_FAMILY_CONMPILER_VERSION="1.10.1";' export 'LMOD_FAMILY_CONMPILER_VERSION;' 'LMOD_FAMILY_MPI="impi";' export 'LMOD_FAMILY_MPI;' 'LMOD_FAMILY_MPI_VERSION="18.0.1";' export 'LMOD_FAMILY_MPI_VERSION;' '__LMOD_REF_COUNT_LOADEDMODULES="ips/18.0.1.163:1;impi/18.0.1:1;NetCDF/4.5.0:1;HDF5-serial/1.10.1:1;lsf/10.1:1;bacio/2.0.3:1;ip/3.0.2:1;sp/2.0.3:1;w3nco/2.0.7:1;w3emc/2.3.1:1;nemsio/2.2.4:1;g2/3.1.1:1;g2tmpl/1.6.0:1;crtm/2.2.6:1;jasper/1.900.29:1;libpng/1.2.59:1;zlib/1.2.11:1;post/8.0.1:1;esmf/8.0.0:1;cmake/3.10.0:1;fv3:1";' export '__LMOD_REF_COUNT_LOADEDMODULES;' 'LOADEDMODULES="ips/18.0.1.163:impi/18.0.1:NetCDF/4.5.0:HDF5-serial/1.10.1:lsf/10.1:bacio/2.0.3:ip/3.0.2:sp/2.0.3:w3nco/2.0.7:w3emc/2.3.1:nemsio/2.2.4:g2/3.1.1:g2tmpl/1.6.0:crtm/2.2.6:jasper/1.900.29:libpng/1.2.59:zlib/1.2.11:post/8.0.1:esmf/8.0.0:cmake/3.10.0:fv3";' export 'LOADEDMODULES;' 'LSF_BINDIR="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin";' export 'LSF_BINDIR;' 'LSF_ENVDIR="/gpfs/lsf/conf";' export 'LSF_ENVDIR;' 'LSF_LIBDIR="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib";' export 'LSF_LIBDIR;' 'LSF_SERVERDIR="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc";' export 'LSF_SERVERDIR;' '__LMOD_REF_COUNT_MANPATH="/usrx/local/dev/packages/cmake/3.10.0/share/man:1;/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/share/man:1;/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/share/man:1;/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/man:1;/gpfs/lsf/10.1/man:1;/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/share/man:1;/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/share/man:1;/usrx/local/prod/intel/2018UP01/itac_latest/man:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/man/common:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/man:1;/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/man:1;/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-igfx/man:1;/usrx/local/prod/lmod/lmod/share/man:1;/usrx/local/prod/intel/2018UP01/inspector_2018/man:1;/usrx/local/prod/intel/2018UP01/advisor_2018/man:1";' export '__LMOD_REF_COUNT_MANPATH;' 'MANPATH="/usrx/local/dev/packages/cmake/3.10.0/share/man:/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/share/man:/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/share/man:/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/man:/gpfs/lsf/10.1/man:/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/share/man:/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/share/man:/usrx/local/prod/intel/2018UP01/itac_latest/man:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/man/common:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/man:/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/man:/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-igfx/man:/usrx/local/prod/lmod/lmod/share/man::/usrx/local/prod/intel/2018UP01/inspector_2018/man:/usrx/local/prod/intel/2018UP01/advisor_2018/man";' export 'MANPATH;' 'MKLROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl";' export 'MKLROOT;' 'MODULEPATH="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/dev/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1:/usrx/local/prod/modulefiles/mpi_third/ips/18.0.1/impi/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/mpi_prod/ips/18.0.1/impi/18.0.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles";' export 'MODULEPATH;' 'MPM_LAUNCHER="/usrx/local/prod/intel/2018UP01/debugger_2018/mpm/mic/bin/start_mpm.sh";' export 'MPM_LAUNCHER;' 'NEMSIO_INC="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/nemsio_v2.2.4";' export 'NEMSIO_INC;' 'NEMSIO_LIB="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libnemsio_v2.2.4.a";' export 'NEMSIO_LIB;' 'NEMSIO_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/nemsio_v2.2.4";' export 'NEMSIO_SRC;' 'NEMSIO_VER="v2.2.4";' export 'NEMSIO_VER;' 'NETCDF="/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0";' export 'NETCDF;' 'NETCDF_CFLAGS="-I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include";' export 'NETCDF_CFLAGS;' 'NETCDF_CXX4FLAGS="-I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include";' export 'NETCDF_CXX4FLAGS;' 'NETCDF_CXXFLAGS="-I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include";' export 'NETCDF_CXXFLAGS;' 'NETCDF_FFLAGS="-I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include";' export 'NETCDF_FFLAGS;' 'NETCDF_INC="/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include";' export 'NETCDF_INC;' 'NETCDF_INCLUDE="-I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include";' export 'NETCDF_INCLUDE;' 'NETCDF_LDFLAGS="-L/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib' '-lnetcdff";' export 'NETCDF_LDFLAGS;' 'NETCDF_LDFLAGS_C="-L/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib' '-lnetcdf";' export 'NETCDF_LDFLAGS_C;' 'NETCDF_LDFLAGS_CXX="-L/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib' -lnetcdf '-lnetcdf_c++";' export 'NETCDF_LDFLAGS_CXX;' 'NETCDF_LDFLAGS_CXX4="-L/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib' -lnetcdf '-lnetcdf_c++4";' export 'NETCDF_LDFLAGS_CXX4;' 'NETCDF_LDFLAGS_F="-L/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib' '-lnetcdff";' export 'NETCDF_LDFLAGS_F;' 'NETCDF_LIB="/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib";' export 'NETCDF_LIB;' 'NETCDF_ROOT="/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0";' export 'NETCDF_ROOT;' '__LMOD_REF_COUNT_NLSPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin/locale/%l_%t/%N:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin/locale/%l_%t/%N:1;/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/share/locale/%l_%t/%N:1";' export '__LMOD_REF_COUNT_NLSPATH;' 'NLSPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin/locale/%l_%t/%N:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin/locale/%l_%t/%N::/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/share/locale/%l_%t/%N";' export 'NLSPATH;' '__LMOD_REF_COUNT_PATH="/usrx/local/dev/packages/cmake/3.10.0/bin:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/bin:1;/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/bin:1;/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/bin:1;/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc:1;/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin:1;/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1:1;/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/bin:1;/usrx/local/prod/intel/2018UP01/advisor_2018/bin64:1;/usrx/local/prod/intel/2018UP01/vtune_amplifier_2018/bin64:1;/usrx/local/prod/intel/2018UP01/inspector_2018/bin64:1;/usrx/local/prod/intel/2018UP01/itac_latest/bin:1;/usrx/local/prod/intel/2018UP01/clck_latest/bin/intel64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/bin/intel64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64:1;/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/targets/intel64/x200/bin:1;/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/bin:1;/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/usr/lpp/mmfs/bin:1;/opt/ibutils/bin:1;/opt/dell/srvadmin/bin:1;/u/Dusan.Jovic/bin:2;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/dbrowse:1;/u/Dusan.Jovic/.local/bin:1;/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/include:1";' export '__LMOD_REF_COUNT_PATH;' 'PATH="/usrx/local/dev/packages/cmake/3.10.0/bin:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/bin:/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/bin:/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/bin:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin:/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1:/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/bin:/usrx/local/prod/intel/2018UP01/advisor_2018/bin64:/usrx/local/prod/intel/2018UP01/vtune_amplifier_2018/bin64:/usrx/local/prod/intel/2018UP01/inspector_2018/bin64:/usrx/local/prod/intel/2018UP01/itac_latest/bin:/usrx/local/prod/intel/2018UP01/clck_latest/bin/intel64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/bin/intel64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64:/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/targets/intel64/x200/bin:/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/usr/lpp/mmfs/bin:/opt/ibutils/bin:/opt/dell/srvadmin/bin:/u/Dusan.Jovic/bin:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/dbrowse:/u/Dusan.Jovic/.local/bin:/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/include";' export 'PATH;' 'PKG_CONFIG_PATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/bin/pkgconfig";' export 'PKG_CONFIG_PATH;' 'PNG_INC="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/include";' export 'PNG_INC;' 'PNG_LIB="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng.a";' export 'PNG_LIB;' 'PNG_LIB12="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng12.a";' export 'PNG_LIB12;' 'PNG_LIBDIR="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib";' export 'PNG_LIBDIR;' 'PNG_LIBso="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng.so";' export 'PNG_LIBso;' 'PNG_SRC="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/src/libpng-1.2.59";' export 'PNG_SRC;' 'PNG_VER="1.2.59";' export 'PNG_VER;' 'POST_INC="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ncep_post_v8.0.1_4";' export 'POST_INC;' 'POST_LIB="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libncep_post_v8.0.1_4.a";' export 'POST_LIB;' 'POST_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/post_v8.0.1";' export 'POST_SRC;' 'POST_VER="v8.0.1";' export 'POST_VER;' 'PSTLROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/pstl";' export 'PSTLROOT;' 'PYTHONPATH="/usrx/local/prod/intel/2018UP01/advisor_2018/pythonapi";' export 'PYTHONPATH;' 'SP_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_4.a";' export 'SP_LIB4;' 'SP_LIB8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_8.a";' export 'SP_LIB8;' 'SP_LIBd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_d.a";' export 'SP_LIBd;' 'SP_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/sp_v2.0.3";' export 'SP_SRC;' 'SP_VER="v2.0.3";' export 'SP_VER;' 'TBBROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb";' export 'TBBROOT;' 'VT_ADD_LIBS="-ldwarf' -lelf -lvtunwind -lm '-lpthread";' export 'VT_ADD_LIBS;' 'VT_ARCH="intel64";' export 'VT_ARCH;' 'VT_LIB_DIR="/usrx/local/prod/intel/2018UP01/itac_latest/lib";' export 'VT_LIB_DIR;' 'VT_MPI="impi4";' export 'VT_MPI;' 'VT_ROOT="/usrx/local/prod/intel/2018UP01/itac_latest";' export 'VT_ROOT;' 'VT_SLIB_DIR="/usrx/local/prod/intel/2018UP01/itac_latest/slib";' export 'VT_SLIB_DIR;' 'W3EMC_INC4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3emc_v2.3.1_4";' export 'W3EMC_INC4;' 'W3EMC_INC8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3emc_v2.3.1_8";' export 'W3EMC_INC8;' 'W3EMC_INCd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3emc_v2.3.1_d";' export 'W3EMC_INCd;' 'W3EMC_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_4.a";' export 'W3EMC_LIB4;' 'W3EMC_LIB8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_8.a";' export 'W3EMC_LIB8;' 'W3EMC_LIBd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_d.a";' export 'W3EMC_LIBd;' 'W3EMC_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/w3emc_v2.3.1";' export 'W3EMC_SRC;' 'W3EMC_VER="v2.3.1";' export 'W3EMC_VER;' 'W3NCO_INC4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3nco_v2.0.7_4";' export 'W3NCO_INC4;' 'W3NCO_INC8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3nco_v2.0.7_8";' export 'W3NCO_INC8;' 'W3NCO_INCd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3nco_v2.0.7_d";' export 'W3NCO_INCd;' 'W3NCO_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_4.a";' export 'W3NCO_LIB4;' 'W3NCO_LIB8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_8.a";' export 'W3NCO_LIB8;' 'W3NCO_LIBd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_d.a";' export 'W3NCO_LIBd;' 'W3NCO_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/w3nco_v2.0.7";' export 'W3NCO_SRC;' 'W3NCO_VER="v2.0.7";' export 'W3NCO_VER;' 'XLSF_UIDDIR="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib/uid";' export 'XLSF_UIDDIR;' 'Z_INC="/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/include";' export 'Z_INC;' 'Z_LIB="/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib/libz.a";' export 'Z_LIB;' 'Z_SRC="/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/src";' export 'Z_SRC;' 'Z_VER="1.2.11";' export 'Z_VER;' '__LMOD_REF_COUNT__LMFILES_="/usrx/local/prod/modulefiles/core_third/ips/18.0.1.163:1;/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1/impi/18.0.1.lua:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/NetCDF/4.5.0:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/HDF5-serial/1.10.1:1;/usrx/local/prod/modulefiles/core_third/lsf/10.1:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/bacio/2.0.3:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/ip/3.0.2:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/sp/2.0.3:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3nco/2.0.7:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3emc/2.3.1:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/nemsio/2.2.4:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2/3.1.1:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2tmpl/1.6.0:1;/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/crtm/2.2.6:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/jasper/1.900.29:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/libpng/1.2.59:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/zlib/1.2.11:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/post/8.0.1:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/esmf/8.0.0:1;/usrx/local/dev/modulefiles/cmake/3.10.0:1;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3:1";' export '__LMOD_REF_COUNT__LMFILES_;' '_LMFILES_="/usrx/local/prod/modulefiles/core_third/ips/18.0.1.163:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1/impi/18.0.1.lua:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/NetCDF/4.5.0:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/HDF5-serial/1.10.1:/usrx/local/prod/modulefiles/core_third/lsf/10.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/bacio/2.0.3:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/ip/3.0.2:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/sp/2.0.3:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3nco/2.0.7:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3emc/2.3.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/nemsio/2.2.4:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2/3.1.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2tmpl/1.6.0:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/crtm/2.2.6:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/jasper/1.900.29:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/libpng/1.2.59:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/zlib/1.2.11:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/post/8.0.1:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/esmf/8.0.0:/usrx/local/dev/modulefiles/cmake/3.10.0:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3";' export '_LMFILES_;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImlwcyIsWyJjb25tcGlsZXIiXT0iSERGNS1zZXJpYWwiLFsibXBpIl09ImltcGkiLH0sbVQ9e1siSERGNS1zZXJpYWwiXT17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvSERGNS1zZXJpYWwvMS4xMC4xIixbImZ1bGxOYW1lIl09IkhERjUtc2VyaWFsLzEuMTAuMSIsWyJsb2FkT3JkZXIiXT00LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09IkhERjUtc2VyaWFs";' export '_ModuleTable001_;' '_ModuleTable002_="LzEuMTAuMSIsfSxOZXRDREY9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xL05ldENERi80LjUuMCIsWyJmdWxsTmFtZSJdPSJOZXRDREYvNC41LjAiLFsibG9hZE9yZGVyIl09Myxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJOZXRDREYvNC41LjAiLH0sYmFjaW89e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2JhY2lvLzIuMC4zIixbImZ1bGxOYW1lIl09ImJhY2lvLzIuMC4zIixbImxvYWRPcmRlciJdPTYscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNl";' export '_ModuleTable002_;' '_ModuleTable003_="ck5hbWUiXT0iYmFjaW8vMi4wLjMiLH0sY21ha2U9e1siZm4iXT0iL3VzcngvbG9jYWwvZGV2L21vZHVsZWZpbGVzL2NtYWtlLzMuMTAuMCIsWyJmdWxsTmFtZSJdPSJjbWFrZS8zLjEwLjAiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY21ha2UvMy4xMC4wIix9LGNydG09e1siZm4iXT0iL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfcHJvZC9pcHMvMTguMC4xL2NydG0vMi4yLjYiLFsiZnVsbE5hbWUiXT0iY3J0bS8yLjIuNiIsWyJsb2FkT3JkZXIiXT0xNCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1";' export '_ModuleTable003_;' '_ModuleTable004_="c2VyTmFtZSJdPSJjcnRtLzIuMi42Iix9LGVzbWY9e1siZm4iXT0iL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcjE4L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL3djb3NzX2RlbGxfcDMvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT0yMSxw";' export '_ModuleTable004_;' '_ModuleTable005_="cm9wVD17fSxbInN0YWNrRGVwdGgiXT0wLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZzI9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2cyLzMuMS4xIixbImZ1bGxOYW1lIl09ImcyLzMuMS4xIixbImxvYWRPcmRlciJdPTEyLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcyLzMuMS4xIix9LGcydG1wbD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzJ0bXBsLzEuNi4wIixbImZ1bGxOYW1lIl09ImcydG1wbC8xLjYuMCIsWyJsb2FkT3JkZXIiXT0xMyxwcm9wVD17fSxbInN0YWNr";' export '_ModuleTable005_;' '_ModuleTable006_="RGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMnRtcGwvMS42LjAiLH0saW1waT17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX21waS9pcHMvMTguMC4xL2ltcGkvMTguMC4xLmx1YSIsWyJmdWxsTmFtZSJdPSJpbXBpLzE4LjAuMSIsWyJsb2FkT3JkZXIiXT0yLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImltcGkvMTguMC4xIix9LGlwPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9pcC8zLjAuMiIsWyJmdWxsTmFtZSJdPSJpcC8zLjAuMiIsWyJsb2FkT3JkZXIiXT03LHByb3BUPXt9LFsic3Rh";' export '_ModuleTable006_;' '_ModuleTable007_="Y2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImlwLzMuMC4yIix9LGlwcz17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQvaXBzLzE4LjAuMS4xNjMiLFsiZnVsbE5hbWUiXT0iaXBzLzE4LjAuMS4xNjMiLFsibG9hZE9yZGVyIl09MSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJpcHMvMTguMC4xLjE2MyIsfSxqYXNwZXI9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xL2phc3Blci8xLjkwMC4yOSIsWyJmdWxsTmFtZSJdPSJqYXNwZXIvMS45MDAuMjkiLFsibG9hZE9yZGVyIl09";' export '_ModuleTable007_;' '_ModuleTable008_="MTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iamFzcGVyLzEuOTAwLjI5Iix9LGxpYnBuZz17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvbGlicG5nLzEuMi41OSIsWyJmdWxsTmFtZSJdPSJsaWJwbmcvMS4yLjU5IixbImxvYWRPcmRlciJdPTE2LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImxpYnBuZy8xLjIuNTkiLH0sbHNmPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZC9sc2YvMTAuMSIsWyJmdWxsTmFtZSJdPSJsc2YvMTAuMSIsWyJsb2Fk";' export '_ModuleTable008_;' '_ModuleTable009_="T3JkZXIiXT01LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImxzZi8xMC4xIix9LG5lbXNpbz17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvbmVtc2lvLzIuMi40IixbImZ1bGxOYW1lIl09Im5lbXNpby8yLjIuNCIsWyJsb2FkT3JkZXIiXT0xMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZW1zaW8vMi4yLjQiLH0scG9zdD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvcG9zdC84LjAuMSIsWyJmdWxsTmFtZSJdPSJwb3N0LzguMC4xIixbImxvYWRP";' export '_ModuleTable009_;' '_ModuleTable010_="cmRlciJdPTE4LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InBvc3QvOC4wLjEiLH0sc3A9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL3NwLzIuMC4zIixbImZ1bGxOYW1lIl09InNwLzIuMC4zIixbImxvYWRPcmRlciJdPTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ic3AvMi4wLjMiLH0sdzNlbWM9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL3czZW1jLzIuMy4xIixbImZ1bGxOYW1lIl09InczZW1jLzIuMy4xIixbImxvYWRPcmRlciJdPTEwLHBy";' export '_ModuleTable010_;' '_ModuleTable011_="b3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczZW1jLzIuMy4xIix9LHczbmNvPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy93M25jby8yLjAuNyIsWyJmdWxsTmFtZSJdPSJ3M25jby8yLjAuNyIsWyJsb2FkT3JkZXIiXT05LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHpsaWI9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xL3psaWIvMS4yLjExIixbImZ1bGxOYW1lIl09InpsaWIvMS4yLjExIixbImxvYWRPcmRl";' export '_ModuleTable011_;' '_ModuleTable012_="ciJdPTE3LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InpsaWIvMS4yLjExIix9LH0sbXBhdGhBPXsiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMiLCIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9EdXNhbi5Kb3ZpYy91ZnMvcHIxOC91ZnMtd2VhdGhlci1tb2RlbC9tb2R1bGVmaWxlcy93Y29zc19kZWxsX3AzIiwiL3VzcngvbG9jYWwvZGV2L2VtY19yb2NvdG8vbW9kdWxlZmlsZXMiLCIvdXNyeC9sb2NhbC9kZXYvbW9kdWxlZmlsZXMiLCIvdXNyeC9sb2NhbC9wcm9kL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlIiwiL3VzcngvbG9j";' export '_ModuleTable012_;' '_ModuleTable013_="YWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9kZWZzIiwiL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29yZV9wcm9kIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xIiwiL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfcHJvZC9pcHMvMTguMC4xIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl9tcGkvaXBzLzE4LjAuMSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvbXBpX3RoaXJkL2lwcy8xOC4wLjEvaW1waS8xOC4wLjEiLCIvZ3Bmcy9kZWxsMS9uY28vb3BzL253";' export '_ModuleTable013_;' '_ModuleTable014_="cHJvZC9tb2R1bGVmaWxlcy9tcGlfcHJvZC9pcHMvMTguMC4xL2ltcGkvMTguMC4xIiwiL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzIix9LFsic3lzdGVtQmFzZU1QQVRIIl09Ii91c3J4L2xvY2FsL3Byb2QvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmU6L3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkOi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvZGVmczovZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb3JlX3Byb2QiLH0=";' export '_ModuleTable014_;' '_ModuleTable_Sz_="14";' export '_ModuleTable_Sz_;' ++ eval 'ADVISOR_2018_DIR="/usrx/local/prod/intel/2018UP01/advisor_2018";' export 'ADVISOR_2018_DIR;' 'BACIO_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libbacio_v2.0.3_4.a";' export 'BACIO_LIB4;' 'BACIO_LIB8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libbacio_v2.0.3_8.a";' export 'BACIO_LIB8;' 'BACIO_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/bacio_v2.0.3";' export 'BACIO_SRC;' 'BACIO_VER="v2.0.3";' export 'BACIO_VER;' 'BINARY_TYPE_HPC="";' export 'BINARY_TYPE_HPC;' '__LMOD_REF_COUNT_CLASSPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64/mpi.jar:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/daal.jar:1";' export '__LMOD_REF_COUNT_CLASSPATH;' 'CLASSPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64/mpi.jar:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/daal.jar";' export 'CLASSPATH;' 'CLCK_ROOT="/usrx/local/prod/intel/2018UP01/clck_latest";' export 'CLCK_ROOT;' 'CMAKE_CXX_COMPILER="mpiicpc";' export 'CMAKE_CXX_COMPILER;' 'CMAKE_C_COMPILER="mpiicc";' export 'CMAKE_C_COMPILER;' 'CMAKE_Fortran_COMPILER="mpiifort";' export 'CMAKE_Fortran_COMPILER;' 'CMAKE_Platform="wcoss_dell_p3";' export 'CMAKE_Platform;' 'COMP="ips";' export 'COMP;' '__LMOD_REF_COUNT_CPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/pstl/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/include:1";' export '__LMOD_REF_COUNT_CPATH;' 'CPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/pstl/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/include";' export 'CPATH;' '__LMOD_REF_COUNT_CPLUS_INCLUDE_PATH="/usrx/local/prod/intel/2018UP01/clck_latest/include:1";' export '__LMOD_REF_COUNT_CPLUS_INCLUDE_PATH;' 'CPLUS_INCLUDE_PATH="/usrx/local/prod/intel/2018UP01/clck_latest/include";' export 'CPLUS_INCLUDE_PATH;' 'CRTM_FIX="/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/fix";' export 'CRTM_FIX;' 'CRTM_INC="/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/ips/18.0.1/include/crtm_v2.2.6";' export 'CRTM_INC;' 'CRTM_LIB="/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/ips/18.0.1/libcrtm_v2.2.6.a";' export 'CRTM_LIB;' 'CRTM_SRC="/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/src";' export 'CRTM_SRC;' 'CRTM_VER="v2.2.6";' export 'CRTM_VER;' 'DAALROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal";' export 'DAALROOT;' 'ESMFMKFILE="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/lib/esmf.mk";' export 'ESMFMKFILE;' 'G2TMPL_INC="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/g2tmpl_v1.6.0";' export 'G2TMPL_INC;' 'G2TMPL_LIB="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2tmpl_v1.6.0.a";' export 'G2TMPL_LIB;' 'G2TMPL_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/g2tmpl_v1.6.0/src";' export 'G2TMPL_SRC;' 'G2TMPL_VER="v1.6.0";' export 'G2TMPL_VER;' 'G2_INC4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/g2_v3.1.1_4";' export 'G2_INC4;' 'G2_INCd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/g2_v3.1.1_d";' export 'G2_INCd;' 'G2_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2_v3.1.1_4.a";' export 'G2_LIB4;' 'G2_LIBd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2_v3.1.1_d.a";' export 'G2_LIBd;' 'G2_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/g2_v3.1.1";' export 'G2_SRC;' 'G2_VER="v3.1.1";' export 'G2_VER;' 'GDBSERVER_MIC="/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/targets/intel64/x200/bin/gdbserver";' export 'GDBSERVER_MIC;' 'GDB_CROSS="/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/bin/gdb-ia";' export 'GDB_CROSS;' 'HDF5="/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1";' export 'HDF5;' 'HDF5_CFLAGS="-I/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/include";' export 'HDF5_CFLAGS;' 'HDF5_CXXFLAGS="-I/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/include";' export 'HDF5_CXXFLAGS;' 'HDF5_FFLAGS="-I/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/include";' export 'HDF5_FFLAGS;' 'HDF5_INCLUDE="-I/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/include";' export 'HDF5_INCLUDE;' 'HDF5_LDFLAGS="-L/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib' -lhdf5_hl -lhdf5hl_fortran -lhdf5 '-lhdf5_fortran";' export 'HDF5_LDFLAGS;' 'HDF5_LDFLAGS_C="-L/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib' -lhdf5_hl '-lhdf5";' export 'HDF5_LDFLAGS_C;' 'HDF5_LDFLAGS_CXX="-L/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib' -lhdf5_hl -hdf5_hl_cpp -lhdf5 '-lhdf5_cpp";' export 'HDF5_LDFLAGS_CXX;' 'HDF5_LDFLAGS_F="-L/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib' -lhdf5_hl -lhdf5hl_fortran -lhdf5 '-lhdf5_fortran";' export 'HDF5_LDFLAGS_F;' '__LMOD_REF_COUNT_INFOPATH="/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/info:1;info_gdb_igfx:1";' export '__LMOD_REF_COUNT_INFOPATH;' 'INFOPATH="/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/info:info_gdb_igfx";' export 'INFOPATH;' 'INSPECTOR_2018_DIR="/usrx/local/prod/intel/2018UP01/inspector_2018";' export 'INSPECTOR_2018_DIR;' 'INTEL_LICENSE_FILE="/usrx/local/prod/intel/licenses";' export 'INTEL_LICENSE_FILE;' 'INTEL_PYTHONHOME="/usrx/local/prod/intel/2018UP01/debugger_2018/python/intel64";' export 'INTEL_PYTHONHOME;' 'IPPROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp";' export 'IPPROOT;' 'IP_INC4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ip_v3.0.2_4";' export 'IP_INC4;' 'IP_INC8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ip_v3.0.2_8";' export 'IP_INC8;' 'IP_INCd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ip_v3.0.2_d";' export 'IP_INCd;' 'IP_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libip_v3.0.2_4.a";' export 'IP_LIB4;' 'IP_LIB8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libip_v3.0.2_8.a";' export 'IP_LIB8;' 'IP_LIBd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libip_v3.0.2_d.a";' export 'IP_LIBd;' 'IP_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/ip_v3.0.2";' export 'IP_SRC;' 'IP_VER="v3.0.2";' export 'IP_VER;' 'I_MPI_CC="icc";' export 'I_MPI_CC;' 'I_MPI_CXX="icpc";' export 'I_MPI_CXX;' 'I_MPI_EXTRA_FILESYSTEM="yes";' export 'I_MPI_EXTRA_FILESYSTEM;' 'I_MPI_EXTRA_FILESYSTEM_LIST="gpfs";' export 'I_MPI_EXTRA_FILESYSTEM_LIST;' 'I_MPI_F77="ifort";' export 'I_MPI_F77;' 'I_MPI_F90="ifort";' export 'I_MPI_F90;' 'I_MPI_FC="ifort";' export 'I_MPI_FC;' 'I_MPI_HYDRA_BOOTSTRAP="lsf";' export 'I_MPI_HYDRA_BOOTSTRAP;' 'I_MPI_HYDRA_IFACE="ib0";' export 'I_MPI_HYDRA_IFACE;' 'I_MPI_LSF_USE_COLLECTIVE_LAUNCH="1";' export 'I_MPI_LSF_USE_COLLECTIVE_LAUNCH;' 'I_MPI_ROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi";' export 'I_MPI_ROOT;' 'JASPER_INC="/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/include";' export 'JASPER_INC;' 'JASPER_LIB="/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib/libjasper.a";' export 'JASPER_LIB;' 'JASPER_LIBDIR="/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib";' export 'JASPER_LIBDIR;' 'JASPER_SRC="/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/src/jasper-1.900.29";' export 'JASPER_SRC;' 'JASPER_VER="1.900.29";' export 'JASPER_VER;' 'KMP_AFFINITY="scatter";' export 'KMP_AFFINITY;' unset 'LAUNCH;' '__LMOD_REF_COUNT_LD_LIBRARY_PATH="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/lib:1;/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib:1;/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib:1;/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib:1;/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:1;/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib:1;/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib:1;/usrx/local/prod/intel/2018UP01/itac_latest/slib:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:1;/usrx/local/prod/intel/2018UP01/debugger_2018/iga/lib:1;/usrx/local/prod/intel/2018UP01/debugger_2018/libipt/intel64/lib:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4:1";' export '__LMOD_REF_COUNT_LD_LIBRARY_PATH;' 'LD_LIBRARY_PATH="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/lib:/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib:/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib:/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib:/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib:/usrx/local/prod/intel/2018UP01/itac_latest/slib:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:/usrx/local/prod/intel/2018UP01/debugger_2018/iga/lib:/usrx/local/prod/intel/2018UP01/debugger_2018/libipt/intel64/lib:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4";' export 'LD_LIBRARY_PATH;' '__LMOD_REF_COUNT_LIBRARY_PATH="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:1;/usrx/local/prod/intel/2018UP01/clck_latest/lib/intel64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4:1";' export '__LMOD_REF_COUNT_LIBRARY_PATH;' 'LIBRARY_PATH="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:/usrx/local/prod/intel/2018UP01/clck_latest/lib/intel64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4";' export 'LIBRARY_PATH;' 'LIB_NAME="POST";' export 'LIB_NAME;' 'LMOD_FAMILY_COMPILER="ips";' export 'LMOD_FAMILY_COMPILER;' 'LMOD_FAMILY_COMPILER_VERSION="18.0.1.163";' export 'LMOD_FAMILY_COMPILER_VERSION;' 'LMOD_FAMILY_CONMPILER="HDF5-serial";' export 'LMOD_FAMILY_CONMPILER;' 'LMOD_FAMILY_CONMPILER_VERSION="1.10.1";' export 'LMOD_FAMILY_CONMPILER_VERSION;' 'LMOD_FAMILY_MPI="impi";' export 'LMOD_FAMILY_MPI;' 'LMOD_FAMILY_MPI_VERSION="18.0.1";' export 'LMOD_FAMILY_MPI_VERSION;' '__LMOD_REF_COUNT_LOADEDMODULES="ips/18.0.1.163:1;impi/18.0.1:1;NetCDF/4.5.0:1;HDF5-serial/1.10.1:1;lsf/10.1:1;bacio/2.0.3:1;ip/3.0.2:1;sp/2.0.3:1;w3nco/2.0.7:1;w3emc/2.3.1:1;nemsio/2.2.4:1;g2/3.1.1:1;g2tmpl/1.6.0:1;crtm/2.2.6:1;jasper/1.900.29:1;libpng/1.2.59:1;zlib/1.2.11:1;post/8.0.1:1;esmf/8.0.0:1;cmake/3.10.0:1;fv3:1";' export '__LMOD_REF_COUNT_LOADEDMODULES;' 'LOADEDMODULES="ips/18.0.1.163:impi/18.0.1:NetCDF/4.5.0:HDF5-serial/1.10.1:lsf/10.1:bacio/2.0.3:ip/3.0.2:sp/2.0.3:w3nco/2.0.7:w3emc/2.3.1:nemsio/2.2.4:g2/3.1.1:g2tmpl/1.6.0:crtm/2.2.6:jasper/1.900.29:libpng/1.2.59:zlib/1.2.11:post/8.0.1:esmf/8.0.0:cmake/3.10.0:fv3";' export 'LOADEDMODULES;' 'LSF_BINDIR="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin";' export 'LSF_BINDIR;' 'LSF_ENVDIR="/gpfs/lsf/conf";' export 'LSF_ENVDIR;' 'LSF_LIBDIR="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib";' export 'LSF_LIBDIR;' 'LSF_SERVERDIR="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc";' export 'LSF_SERVERDIR;' '__LMOD_REF_COUNT_MANPATH="/usrx/local/dev/packages/cmake/3.10.0/share/man:1;/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/share/man:1;/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/share/man:1;/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/man:1;/gpfs/lsf/10.1/man:1;/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/share/man:1;/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/share/man:1;/usrx/local/prod/intel/2018UP01/itac_latest/man:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/man/common:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/man:1;/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/man:1;/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-igfx/man:1;/usrx/local/prod/lmod/lmod/share/man:1;/usrx/local/prod/intel/2018UP01/inspector_2018/man:1;/usrx/local/prod/intel/2018UP01/advisor_2018/man:1";' export '__LMOD_REF_COUNT_MANPATH;' 'MANPATH="/usrx/local/dev/packages/cmake/3.10.0/share/man:/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/share/man:/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/share/man:/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/man:/gpfs/lsf/10.1/man:/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/share/man:/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/share/man:/usrx/local/prod/intel/2018UP01/itac_latest/man:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/man/common:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/man:/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/man:/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-igfx/man:/usrx/local/prod/lmod/lmod/share/man::/usrx/local/prod/intel/2018UP01/inspector_2018/man:/usrx/local/prod/intel/2018UP01/advisor_2018/man";' export 'MANPATH;' 'MKLROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl";' export 'MKLROOT;' 'MODULEPATH="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/dev/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1:/usrx/local/prod/modulefiles/mpi_third/ips/18.0.1/impi/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/mpi_prod/ips/18.0.1/impi/18.0.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles";' export 'MODULEPATH;' 'MPM_LAUNCHER="/usrx/local/prod/intel/2018UP01/debugger_2018/mpm/mic/bin/start_mpm.sh";' export 'MPM_LAUNCHER;' 'NEMSIO_INC="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/nemsio_v2.2.4";' export 'NEMSIO_INC;' 'NEMSIO_LIB="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libnemsio_v2.2.4.a";' export 'NEMSIO_LIB;' 'NEMSIO_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/nemsio_v2.2.4";' export 'NEMSIO_SRC;' 'NEMSIO_VER="v2.2.4";' export 'NEMSIO_VER;' 'NETCDF="/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0";' export 'NETCDF;' 'NETCDF_CFLAGS="-I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include";' export 'NETCDF_CFLAGS;' 'NETCDF_CXX4FLAGS="-I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include";' export 'NETCDF_CXX4FLAGS;' 'NETCDF_CXXFLAGS="-I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include";' export 'NETCDF_CXXFLAGS;' 'NETCDF_FFLAGS="-I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include";' export 'NETCDF_FFLAGS;' 'NETCDF_INC="/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include";' export 'NETCDF_INC;' 'NETCDF_INCLUDE="-I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include";' export 'NETCDF_INCLUDE;' 'NETCDF_LDFLAGS="-L/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib' '-lnetcdff";' export 'NETCDF_LDFLAGS;' 'NETCDF_LDFLAGS_C="-L/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib' '-lnetcdf";' export 'NETCDF_LDFLAGS_C;' 'NETCDF_LDFLAGS_CXX="-L/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib' -lnetcdf '-lnetcdf_c++";' export 'NETCDF_LDFLAGS_CXX;' 'NETCDF_LDFLAGS_CXX4="-L/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib' -lnetcdf '-lnetcdf_c++4";' export 'NETCDF_LDFLAGS_CXX4;' 'NETCDF_LDFLAGS_F="-L/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib' '-lnetcdff";' export 'NETCDF_LDFLAGS_F;' 'NETCDF_LIB="/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib";' export 'NETCDF_LIB;' 'NETCDF_ROOT="/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0";' export 'NETCDF_ROOT;' '__LMOD_REF_COUNT_NLSPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin/locale/%l_%t/%N:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin/locale/%l_%t/%N:1;/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/share/locale/%l_%t/%N:1";' export '__LMOD_REF_COUNT_NLSPATH;' 'NLSPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin/locale/%l_%t/%N:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin/locale/%l_%t/%N::/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/share/locale/%l_%t/%N";' export 'NLSPATH;' '__LMOD_REF_COUNT_PATH="/usrx/local/dev/packages/cmake/3.10.0/bin:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/bin:1;/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/bin:1;/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/bin:1;/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc:1;/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin:1;/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1:1;/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/bin:1;/usrx/local/prod/intel/2018UP01/advisor_2018/bin64:1;/usrx/local/prod/intel/2018UP01/vtune_amplifier_2018/bin64:1;/usrx/local/prod/intel/2018UP01/inspector_2018/bin64:1;/usrx/local/prod/intel/2018UP01/itac_latest/bin:1;/usrx/local/prod/intel/2018UP01/clck_latest/bin/intel64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/bin/intel64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64:1;/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/targets/intel64/x200/bin:1;/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/bin:1;/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/usr/lpp/mmfs/bin:1;/opt/ibutils/bin:1;/opt/dell/srvadmin/bin:1;/u/Dusan.Jovic/bin:2;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/dbrowse:1;/u/Dusan.Jovic/.local/bin:1;/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/include:1";' export '__LMOD_REF_COUNT_PATH;' 'PATH="/usrx/local/dev/packages/cmake/3.10.0/bin:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/bin:/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/bin:/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/bin:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin:/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1:/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/bin:/usrx/local/prod/intel/2018UP01/advisor_2018/bin64:/usrx/local/prod/intel/2018UP01/vtune_amplifier_2018/bin64:/usrx/local/prod/intel/2018UP01/inspector_2018/bin64:/usrx/local/prod/intel/2018UP01/itac_latest/bin:/usrx/local/prod/intel/2018UP01/clck_latest/bin/intel64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/bin/intel64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64:/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/targets/intel64/x200/bin:/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/usr/lpp/mmfs/bin:/opt/ibutils/bin:/opt/dell/srvadmin/bin:/u/Dusan.Jovic/bin:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/dbrowse:/u/Dusan.Jovic/.local/bin:/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/include";' export 'PATH;' 'PKG_CONFIG_PATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/bin/pkgconfig";' export 'PKG_CONFIG_PATH;' 'PNG_INC="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/include";' export 'PNG_INC;' 'PNG_LIB="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng.a";' export 'PNG_LIB;' 'PNG_LIB12="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng12.a";' export 'PNG_LIB12;' 'PNG_LIBDIR="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib";' export 'PNG_LIBDIR;' 'PNG_LIBso="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng.so";' export 'PNG_LIBso;' 'PNG_SRC="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/src/libpng-1.2.59";' export 'PNG_SRC;' 'PNG_VER="1.2.59";' export 'PNG_VER;' 'POST_INC="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ncep_post_v8.0.1_4";' export 'POST_INC;' 'POST_LIB="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libncep_post_v8.0.1_4.a";' export 'POST_LIB;' 'POST_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/post_v8.0.1";' export 'POST_SRC;' 'POST_VER="v8.0.1";' export 'POST_VER;' 'PSTLROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/pstl";' export 'PSTLROOT;' 'PYTHONPATH="/usrx/local/prod/intel/2018UP01/advisor_2018/pythonapi";' export 'PYTHONPATH;' 'SP_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_4.a";' export 'SP_LIB4;' 'SP_LIB8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_8.a";' export 'SP_LIB8;' 'SP_LIBd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_d.a";' export 'SP_LIBd;' 'SP_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/sp_v2.0.3";' export 'SP_SRC;' 'SP_VER="v2.0.3";' export 'SP_VER;' 'TBBROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb";' export 'TBBROOT;' 'VT_ADD_LIBS="-ldwarf' -lelf -lvtunwind -lm '-lpthread";' export 'VT_ADD_LIBS;' 'VT_ARCH="intel64";' export 'VT_ARCH;' 'VT_LIB_DIR="/usrx/local/prod/intel/2018UP01/itac_latest/lib";' export 'VT_LIB_DIR;' 'VT_MPI="impi4";' export 'VT_MPI;' 'VT_ROOT="/usrx/local/prod/intel/2018UP01/itac_latest";' export 'VT_ROOT;' 'VT_SLIB_DIR="/usrx/local/prod/intel/2018UP01/itac_latest/slib";' export 'VT_SLIB_DIR;' 'W3EMC_INC4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3emc_v2.3.1_4";' export 'W3EMC_INC4;' 'W3EMC_INC8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3emc_v2.3.1_8";' export 'W3EMC_INC8;' 'W3EMC_INCd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3emc_v2.3.1_d";' export 'W3EMC_INCd;' 'W3EMC_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_4.a";' export 'W3EMC_LIB4;' 'W3EMC_LIB8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_8.a";' export 'W3EMC_LIB8;' 'W3EMC_LIBd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_d.a";' export 'W3EMC_LIBd;' 'W3EMC_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/w3emc_v2.3.1";' export 'W3EMC_SRC;' 'W3EMC_VER="v2.3.1";' export 'W3EMC_VER;' 'W3NCO_INC4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3nco_v2.0.7_4";' export 'W3NCO_INC4;' 'W3NCO_INC8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3nco_v2.0.7_8";' export 'W3NCO_INC8;' 'W3NCO_INCd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3nco_v2.0.7_d";' export 'W3NCO_INCd;' 'W3NCO_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_4.a";' export 'W3NCO_LIB4;' 'W3NCO_LIB8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_8.a";' export 'W3NCO_LIB8;' 'W3NCO_LIBd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_d.a";' export 'W3NCO_LIBd;' 'W3NCO_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/w3nco_v2.0.7";' export 'W3NCO_SRC;' 'W3NCO_VER="v2.0.7";' export 'W3NCO_VER;' 'XLSF_UIDDIR="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib/uid";' export 'XLSF_UIDDIR;' 'Z_INC="/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/include";' export 'Z_INC;' 'Z_LIB="/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib/libz.a";' export 'Z_LIB;' 'Z_SRC="/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/src";' export 'Z_SRC;' 'Z_VER="1.2.11";' export 'Z_VER;' '__LMOD_REF_COUNT__LMFILES_="/usrx/local/prod/modulefiles/core_third/ips/18.0.1.163:1;/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1/impi/18.0.1.lua:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/NetCDF/4.5.0:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/HDF5-serial/1.10.1:1;/usrx/local/prod/modulefiles/core_third/lsf/10.1:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/bacio/2.0.3:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/ip/3.0.2:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/sp/2.0.3:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3nco/2.0.7:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3emc/2.3.1:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/nemsio/2.2.4:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2/3.1.1:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2tmpl/1.6.0:1;/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/crtm/2.2.6:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/jasper/1.900.29:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/libpng/1.2.59:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/zlib/1.2.11:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/post/8.0.1:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/esmf/8.0.0:1;/usrx/local/dev/modulefiles/cmake/3.10.0:1;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3:1";' export '__LMOD_REF_COUNT__LMFILES_;' '_LMFILES_="/usrx/local/prod/modulefiles/core_third/ips/18.0.1.163:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1/impi/18.0.1.lua:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/NetCDF/4.5.0:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/HDF5-serial/1.10.1:/usrx/local/prod/modulefiles/core_third/lsf/10.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/bacio/2.0.3:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/ip/3.0.2:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/sp/2.0.3:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3nco/2.0.7:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3emc/2.3.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/nemsio/2.2.4:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2/3.1.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2tmpl/1.6.0:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/crtm/2.2.6:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/jasper/1.900.29:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/libpng/1.2.59:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/zlib/1.2.11:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/post/8.0.1:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/esmf/8.0.0:/usrx/local/dev/modulefiles/cmake/3.10.0:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3";' export '_LMFILES_;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImlwcyIsWyJjb25tcGlsZXIiXT0iSERGNS1zZXJpYWwiLFsibXBpIl09ImltcGkiLH0sbVQ9e1siSERGNS1zZXJpYWwiXT17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvSERGNS1zZXJpYWwvMS4xMC4xIixbImZ1bGxOYW1lIl09IkhERjUtc2VyaWFsLzEuMTAuMSIsWyJsb2FkT3JkZXIiXT00LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09IkhERjUtc2VyaWFs";' export '_ModuleTable001_;' '_ModuleTable002_="LzEuMTAuMSIsfSxOZXRDREY9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xL05ldENERi80LjUuMCIsWyJmdWxsTmFtZSJdPSJOZXRDREYvNC41LjAiLFsibG9hZE9yZGVyIl09Myxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJOZXRDREYvNC41LjAiLH0sYmFjaW89e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2JhY2lvLzIuMC4zIixbImZ1bGxOYW1lIl09ImJhY2lvLzIuMC4zIixbImxvYWRPcmRlciJdPTYscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNl";' export '_ModuleTable002_;' '_ModuleTable003_="ck5hbWUiXT0iYmFjaW8vMi4wLjMiLH0sY21ha2U9e1siZm4iXT0iL3VzcngvbG9jYWwvZGV2L21vZHVsZWZpbGVzL2NtYWtlLzMuMTAuMCIsWyJmdWxsTmFtZSJdPSJjbWFrZS8zLjEwLjAiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY21ha2UvMy4xMC4wIix9LGNydG09e1siZm4iXT0iL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfcHJvZC9pcHMvMTguMC4xL2NydG0vMi4yLjYiLFsiZnVsbE5hbWUiXT0iY3J0bS8yLjIuNiIsWyJsb2FkT3JkZXIiXT0xNCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1";' export '_ModuleTable003_;' '_ModuleTable004_="c2VyTmFtZSJdPSJjcnRtLzIuMi42Iix9LGVzbWY9e1siZm4iXT0iL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcl9uZXcvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvd2Nvc3NfZGVsbF9wMy9mdjMiLFsiZnVsbE5hbWUiXT0iZnYzIixbImxvYWRPcmRlciJdPTIx";' export '_ModuleTable004_;' '_ModuleTable005_="LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTAsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImZ2MyIsfSxnMj17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzIvMy4xLjEiLFsiZnVsbE5hbWUiXT0iZzIvMy4xLjEiLFsibG9hZE9yZGVyIl09MTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZzIvMy4xLjEiLH0sZzJ0bXBsPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9nMnRtcGwvMS42LjAiLFsiZnVsbE5hbWUiXT0iZzJ0bXBsLzEuNi4wIixbImxvYWRPcmRlciJdPTEzLHByb3BUPXt9LFsic3Rh";' export '_ModuleTable005_;' '_ModuleTable006_="Y2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcydG1wbC8xLjYuMCIsfSxpbXBpPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfbXBpL2lwcy8xOC4wLjEvaW1waS8xOC4wLjEubHVhIixbImZ1bGxOYW1lIl09ImltcGkvMTguMC4xIixbImxvYWRPcmRlciJdPTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW1waS8xOC4wLjEiLH0saXA9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2lwLzMuMC4yIixbImZ1bGxOYW1lIl09ImlwLzMuMC4yIixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJz";' export '_ModuleTable006_;' '_ModuleTable007_="dGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaXAvMy4wLjIiLH0saXBzPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZC9pcHMvMTguMC4xLjE2MyIsWyJmdWxsTmFtZSJdPSJpcHMvMTguMC4xLjE2MyIsWyJsb2FkT3JkZXIiXT0xLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Imlwcy8xOC4wLjEuMTYzIix9LGphc3Blcj17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvamFzcGVyLzEuOTAwLjI5IixbImZ1bGxOYW1lIl09Imphc3Blci8xLjkwMC4yOSIsWyJsb2FkT3JkZXIi";' export '_ModuleTable007_;' '_ModuleTable008_="XT0xNSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJqYXNwZXIvMS45MDAuMjkiLH0sbGlicG5nPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBzLzE4LjAuMS9saWJwbmcvMS4yLjU5IixbImZ1bGxOYW1lIl09ImxpYnBuZy8xLjIuNTkiLFsibG9hZE9yZGVyIl09MTYscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibGlicG5nLzEuMi41OSIsfSxsc2Y9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkL2xzZi8xMC4xIixbImZ1bGxOYW1lIl09ImxzZi8xMC4xIixbImxv";' export '_ModuleTable008_;' '_ModuleTable009_="YWRPcmRlciJdPTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibHNmLzEwLjEiLH0sbmVtc2lvPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9uZW1zaW8vMi4yLjQiLFsiZnVsbE5hbWUiXT0ibmVtc2lvLzIuMi40IixbImxvYWRPcmRlciJdPTExLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5lbXNpby8yLjIuNCIsfSxwb3N0PXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wb3N0LzguMC4xIixbImZ1bGxOYW1lIl09InBvc3QvOC4wLjEiLFsibG9h";' export '_ModuleTable009_;' '_ModuleTable010_="ZE9yZGVyIl09MTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG9zdC84LjAuMSIsfSxzcD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvc3AvMi4wLjMiLFsiZnVsbE5hbWUiXT0ic3AvMi4wLjMiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzcC8yLjAuMyIsfSx3M2VtYz17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNlbWMvMi4zLjEiLFsiZnVsbE5hbWUiXT0idzNlbWMvMi4zLjEiLFsibG9hZE9yZGVyIl09MTAs";' export '_ModuleTable010_;' '_ModuleTable011_="cHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNlbWMvMi4zLjEiLH0sdzNuY289e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL3czbmNvLzIuMC43IixbImZ1bGxOYW1lIl09InczbmNvLzIuMC43IixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNuY28vMi4wLjciLH0semxpYj17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvemxpYi8xLjIuMTEiLFsiZnVsbE5hbWUiXT0iemxpYi8xLjIuMTEiLFsibG9hZE9y";' export '_ModuleTable011_;' '_ModuleTable012_="ZGVyIl09MTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iemxpYi8xLjIuMTEiLH0sfSxtcGF0aEE9eyIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcyIsIi9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcl9uZXcvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvd2Nvc3NfZGVsbF9wMyIsIi91c3J4L2xvY2FsL2Rldi9lbWNfcm9jb3RvL21vZHVsZWZpbGVzIiwiL3VzcngvbG9jYWwvZGV2L21vZHVsZWZpbGVzIiwiL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi91c3J4";' export '_ModuleTable012_;' '_ModuleTable013_="L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZCIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvZGVmcyIsIi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBzLzE4LjAuMSIsIi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3Byb2QvaXBzLzE4LjAuMSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfbXBpL2lwcy8xOC4wLjEiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL21waV90aGlyZC9pcHMvMTguMC4xL2ltcGkvMTguMC4xIiwiL2dwZnMvZGVsbDEvbmNvL29w";' export '_ModuleTable013_;' '_ModuleTable014_="cy9ud3Byb2QvbW9kdWxlZmlsZXMvbXBpX3Byb2QvaXBzLzE4LjAuMS9pbXBpLzE4LjAuMSIsIi91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvdXNyeC9sb2NhbC9wcm9kL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlOi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZDovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2RlZnM6L2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29yZV9wcm9kIix9";' export '_ModuleTable014_;' '_ModuleTable_Sz_="14";' export '_ModuleTable_Sz_;' ++ ADVISOR_2018_DIR=/usrx/local/prod/intel/2018UP01/advisor_2018 ++ export ADVISOR_2018_DIR ++ BACIO_LIB4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libbacio_v2.0.3_4.a @@ -5401,7 +1745,7 @@ INFO: CCPP prebuild step completed successfully. ++ export MANPATH ++ MKLROOT=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl ++ export MKLROOT -++ MODULEPATH=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/dev/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1:/usrx/local/prod/modulefiles/mpi_third/ips/18.0.1/impi/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/mpi_prod/ips/18.0.1/impi/18.0.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles +++ MODULEPATH=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/dev/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1:/usrx/local/prod/modulefiles/mpi_third/ips/18.0.1/impi/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/mpi_prod/ips/18.0.1/impi/18.0.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles ++ export MODULEPATH ++ MPM_LAUNCHER=/usrx/local/prod/intel/2018UP01/debugger_2018/mpm/mic/bin/start_mpm.sh ++ export MPM_LAUNCHER @@ -5543,9 +1887,9 @@ INFO: CCPP prebuild step completed successfully. ++ export Z_SRC ++ Z_VER=1.2.11 ++ export Z_VER -++ __LMOD_REF_COUNT__LMFILES_='/usrx/local/prod/modulefiles/core_third/ips/18.0.1.163:1;/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1/impi/18.0.1.lua:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/NetCDF/4.5.0:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/HDF5-serial/1.10.1:1;/usrx/local/prod/modulefiles/core_third/lsf/10.1:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/bacio/2.0.3:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/ip/3.0.2:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/sp/2.0.3:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3nco/2.0.7:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3emc/2.3.1:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/nemsio/2.2.4:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2/3.1.1:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2tmpl/1.6.0:1;/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/crtm/2.2.6:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/jasper/1.900.29:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/libpng/1.2.59:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/zlib/1.2.11:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/post/8.0.1:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/esmf/8.0.0:1;/usrx/local/dev/modulefiles/cmake/3.10.0:1;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3:1' +++ __LMOD_REF_COUNT__LMFILES_='/usrx/local/prod/modulefiles/core_third/ips/18.0.1.163:1;/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1/impi/18.0.1.lua:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/NetCDF/4.5.0:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/HDF5-serial/1.10.1:1;/usrx/local/prod/modulefiles/core_third/lsf/10.1:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/bacio/2.0.3:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/ip/3.0.2:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/sp/2.0.3:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3nco/2.0.7:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3emc/2.3.1:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/nemsio/2.2.4:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2/3.1.1:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2tmpl/1.6.0:1;/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/crtm/2.2.6:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/jasper/1.900.29:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/libpng/1.2.59:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/zlib/1.2.11:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/post/8.0.1:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/esmf/8.0.0:1;/usrx/local/dev/modulefiles/cmake/3.10.0:1;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3:1' ++ export __LMOD_REF_COUNT__LMFILES_ -++ _LMFILES_=/usrx/local/prod/modulefiles/core_third/ips/18.0.1.163:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1/impi/18.0.1.lua:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/NetCDF/4.5.0:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/HDF5-serial/1.10.1:/usrx/local/prod/modulefiles/core_third/lsf/10.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/bacio/2.0.3:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/ip/3.0.2:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/sp/2.0.3:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3nco/2.0.7:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3emc/2.3.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/nemsio/2.2.4:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2/3.1.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2tmpl/1.6.0:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/crtm/2.2.6:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/jasper/1.900.29:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/libpng/1.2.59:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/zlib/1.2.11:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/post/8.0.1:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/esmf/8.0.0:/usrx/local/dev/modulefiles/cmake/3.10.0:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3 +++ _LMFILES_=/usrx/local/prod/modulefiles/core_third/ips/18.0.1.163:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1/impi/18.0.1.lua:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/NetCDF/4.5.0:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/HDF5-serial/1.10.1:/usrx/local/prod/modulefiles/core_third/lsf/10.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/bacio/2.0.3:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/ip/3.0.2:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/sp/2.0.3:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3nco/2.0.7:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3emc/2.3.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/nemsio/2.2.4:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2/3.1.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2tmpl/1.6.0:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/crtm/2.2.6:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/jasper/1.900.29:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/libpng/1.2.59:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/zlib/1.2.11:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/post/8.0.1:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/esmf/8.0.0:/usrx/local/dev/modulefiles/cmake/3.10.0:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3 ++ export _LMFILES_ ++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImlwcyIsWyJjb25tcGlsZXIiXT0iSERGNS1zZXJpYWwiLFsibXBpIl09ImltcGkiLH0sbVQ9e1siSERGNS1zZXJpYWwiXT17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvSERGNS1zZXJpYWwvMS4xMC4xIixbImZ1bGxOYW1lIl09IkhERjUtc2VyaWFsLzEuMTAuMSIsWyJsb2FkT3JkZXIiXT00LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09IkhERjUtc2VyaWFs ++ export _ModuleTable001_ @@ -5553,27 +1897,27 @@ INFO: CCPP prebuild step completed successfully. ++ export _ModuleTable002_ ++ _ModuleTable003_=ck5hbWUiXT0iYmFjaW8vMi4wLjMiLH0sY21ha2U9e1siZm4iXT0iL3VzcngvbG9jYWwvZGV2L21vZHVsZWZpbGVzL2NtYWtlLzMuMTAuMCIsWyJmdWxsTmFtZSJdPSJjbWFrZS8zLjEwLjAiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY21ha2UvMy4xMC4wIix9LGNydG09e1siZm4iXT0iL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfcHJvZC9pcHMvMTguMC4xL2NydG0vMi4yLjYiLFsiZnVsbE5hbWUiXT0iY3J0bS8yLjIuNiIsWyJsb2FkT3JkZXIiXT0xNCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1 ++ export _ModuleTable003_ -++ _ModuleTable004_=c2VyTmFtZSJdPSJjcnRtLzIuMi42Iix9LGVzbWY9e1siZm4iXT0iL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcjE4L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL3djb3NzX2RlbGxfcDMvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT0yMSxw +++ _ModuleTable004_=c2VyTmFtZSJdPSJjcnRtLzIuMi42Iix9LGVzbWY9e1siZm4iXT0iL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcl9uZXcvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvd2Nvc3NfZGVsbF9wMy9mdjMiLFsiZnVsbE5hbWUiXT0iZnYzIixbImxvYWRPcmRlciJdPTIx ++ export _ModuleTable004_ -++ _ModuleTable005_=cm9wVD17fSxbInN0YWNrRGVwdGgiXT0wLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZzI9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2cyLzMuMS4xIixbImZ1bGxOYW1lIl09ImcyLzMuMS4xIixbImxvYWRPcmRlciJdPTEyLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcyLzMuMS4xIix9LGcydG1wbD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzJ0bXBsLzEuNi4wIixbImZ1bGxOYW1lIl09ImcydG1wbC8xLjYuMCIsWyJsb2FkT3JkZXIiXT0xMyxwcm9wVD17fSxbInN0YWNr +++ _ModuleTable005_=LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTAsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImZ2MyIsfSxnMj17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzIvMy4xLjEiLFsiZnVsbE5hbWUiXT0iZzIvMy4xLjEiLFsibG9hZE9yZGVyIl09MTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZzIvMy4xLjEiLH0sZzJ0bXBsPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9nMnRtcGwvMS42LjAiLFsiZnVsbE5hbWUiXT0iZzJ0bXBsLzEuNi4wIixbImxvYWRPcmRlciJdPTEzLHByb3BUPXt9LFsic3Rh ++ export _ModuleTable005_ -++ _ModuleTable006_=RGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMnRtcGwvMS42LjAiLH0saW1waT17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX21waS9pcHMvMTguMC4xL2ltcGkvMTguMC4xLmx1YSIsWyJmdWxsTmFtZSJdPSJpbXBpLzE4LjAuMSIsWyJsb2FkT3JkZXIiXT0yLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImltcGkvMTguMC4xIix9LGlwPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9pcC8zLjAuMiIsWyJmdWxsTmFtZSJdPSJpcC8zLjAuMiIsWyJsb2FkT3JkZXIiXT03LHByb3BUPXt9LFsic3Rh +++ _ModuleTable006_=Y2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcydG1wbC8xLjYuMCIsfSxpbXBpPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfbXBpL2lwcy8xOC4wLjEvaW1waS8xOC4wLjEubHVhIixbImZ1bGxOYW1lIl09ImltcGkvMTguMC4xIixbImxvYWRPcmRlciJdPTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW1waS8xOC4wLjEiLH0saXA9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2lwLzMuMC4yIixbImZ1bGxOYW1lIl09ImlwLzMuMC4yIixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJz ++ export _ModuleTable006_ -++ _ModuleTable007_=Y2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImlwLzMuMC4yIix9LGlwcz17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQvaXBzLzE4LjAuMS4xNjMiLFsiZnVsbE5hbWUiXT0iaXBzLzE4LjAuMS4xNjMiLFsibG9hZE9yZGVyIl09MSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJpcHMvMTguMC4xLjE2MyIsfSxqYXNwZXI9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xL2phc3Blci8xLjkwMC4yOSIsWyJmdWxsTmFtZSJdPSJqYXNwZXIvMS45MDAuMjkiLFsibG9hZE9yZGVyIl09 +++ _ModuleTable007_=dGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaXAvMy4wLjIiLH0saXBzPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZC9pcHMvMTguMC4xLjE2MyIsWyJmdWxsTmFtZSJdPSJpcHMvMTguMC4xLjE2MyIsWyJsb2FkT3JkZXIiXT0xLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Imlwcy8xOC4wLjEuMTYzIix9LGphc3Blcj17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvamFzcGVyLzEuOTAwLjI5IixbImZ1bGxOYW1lIl09Imphc3Blci8xLjkwMC4yOSIsWyJsb2FkT3JkZXIi ++ export _ModuleTable007_ -++ _ModuleTable008_=MTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iamFzcGVyLzEuOTAwLjI5Iix9LGxpYnBuZz17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvbGlicG5nLzEuMi41OSIsWyJmdWxsTmFtZSJdPSJsaWJwbmcvMS4yLjU5IixbImxvYWRPcmRlciJdPTE2LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImxpYnBuZy8xLjIuNTkiLH0sbHNmPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZC9sc2YvMTAuMSIsWyJmdWxsTmFtZSJdPSJsc2YvMTAuMSIsWyJsb2Fk +++ _ModuleTable008_=XT0xNSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJqYXNwZXIvMS45MDAuMjkiLH0sbGlicG5nPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBzLzE4LjAuMS9saWJwbmcvMS4yLjU5IixbImZ1bGxOYW1lIl09ImxpYnBuZy8xLjIuNTkiLFsibG9hZE9yZGVyIl09MTYscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibGlicG5nLzEuMi41OSIsfSxsc2Y9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkL2xzZi8xMC4xIixbImZ1bGxOYW1lIl09ImxzZi8xMC4xIixbImxv ++ export _ModuleTable008_ -++ _ModuleTable009_=T3JkZXIiXT01LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImxzZi8xMC4xIix9LG5lbXNpbz17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvbmVtc2lvLzIuMi40IixbImZ1bGxOYW1lIl09Im5lbXNpby8yLjIuNCIsWyJsb2FkT3JkZXIiXT0xMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZW1zaW8vMi4yLjQiLH0scG9zdD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvcG9zdC84LjAuMSIsWyJmdWxsTmFtZSJdPSJwb3N0LzguMC4xIixbImxvYWRP +++ _ModuleTable009_=YWRPcmRlciJdPTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibHNmLzEwLjEiLH0sbmVtc2lvPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9uZW1zaW8vMi4yLjQiLFsiZnVsbE5hbWUiXT0ibmVtc2lvLzIuMi40IixbImxvYWRPcmRlciJdPTExLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5lbXNpby8yLjIuNCIsfSxwb3N0PXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wb3N0LzguMC4xIixbImZ1bGxOYW1lIl09InBvc3QvOC4wLjEiLFsibG9h ++ export _ModuleTable009_ -++ _ModuleTable010_=cmRlciJdPTE4LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InBvc3QvOC4wLjEiLH0sc3A9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL3NwLzIuMC4zIixbImZ1bGxOYW1lIl09InNwLzIuMC4zIixbImxvYWRPcmRlciJdPTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ic3AvMi4wLjMiLH0sdzNlbWM9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL3czZW1jLzIuMy4xIixbImZ1bGxOYW1lIl09InczZW1jLzIuMy4xIixbImxvYWRPcmRlciJdPTEwLHBy +++ _ModuleTable010_=ZE9yZGVyIl09MTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG9zdC84LjAuMSIsfSxzcD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvc3AvMi4wLjMiLFsiZnVsbE5hbWUiXT0ic3AvMi4wLjMiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzcC8yLjAuMyIsfSx3M2VtYz17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNlbWMvMi4zLjEiLFsiZnVsbE5hbWUiXT0idzNlbWMvMi4zLjEiLFsibG9hZE9yZGVyIl09MTAs ++ export _ModuleTable010_ -++ _ModuleTable011_=b3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczZW1jLzIuMy4xIix9LHczbmNvPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy93M25jby8yLjAuNyIsWyJmdWxsTmFtZSJdPSJ3M25jby8yLjAuNyIsWyJsb2FkT3JkZXIiXT05LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHpsaWI9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xL3psaWIvMS4yLjExIixbImZ1bGxOYW1lIl09InpsaWIvMS4yLjExIixbImxvYWRPcmRl +++ _ModuleTable011_=cHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNlbWMvMi4zLjEiLH0sdzNuY289e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL3czbmNvLzIuMC43IixbImZ1bGxOYW1lIl09InczbmNvLzIuMC43IixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNuY28vMi4wLjciLH0semxpYj17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvemxpYi8xLjIuMTEiLFsiZnVsbE5hbWUiXT0iemxpYi8xLjIuMTEiLFsibG9hZE9y ++ export _ModuleTable011_ -++ _ModuleTable012_=ciJdPTE3LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InpsaWIvMS4yLjExIix9LH0sbXBhdGhBPXsiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMiLCIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9EdXNhbi5Kb3ZpYy91ZnMvcHIxOC91ZnMtd2VhdGhlci1tb2RlbC9tb2R1bGVmaWxlcy93Y29zc19kZWxsX3AzIiwiL3VzcngvbG9jYWwvZGV2L2VtY19yb2NvdG8vbW9kdWxlZmlsZXMiLCIvdXNyeC9sb2NhbC9kZXYvbW9kdWxlZmlsZXMiLCIvdXNyeC9sb2NhbC9wcm9kL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlIiwiL3VzcngvbG9j +++ _ModuleTable012_=ZGVyIl09MTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iemxpYi8xLjIuMTEiLH0sfSxtcGF0aEE9eyIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcyIsIi9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcl9uZXcvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvd2Nvc3NfZGVsbF9wMyIsIi91c3J4L2xvY2FsL2Rldi9lbWNfcm9jb3RvL21vZHVsZWZpbGVzIiwiL3VzcngvbG9jYWwvZGV2L21vZHVsZWZpbGVzIiwiL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi91c3J4 ++ export _ModuleTable012_ -++ _ModuleTable013_=YWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9kZWZzIiwiL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29yZV9wcm9kIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xIiwiL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfcHJvZC9pcHMvMTguMC4xIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl9tcGkvaXBzLzE4LjAuMSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvbXBpX3RoaXJkL2lwcy8xOC4wLjEvaW1waS8xOC4wLjEiLCIvZ3Bmcy9kZWxsMS9uY28vb3BzL253 +++ _ModuleTable013_=L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZCIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvZGVmcyIsIi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBzLzE4LjAuMSIsIi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3Byb2QvaXBzLzE4LjAuMSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfbXBpL2lwcy8xOC4wLjEiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL21waV90aGlyZC9pcHMvMTguMC4xL2ltcGkvMTguMC4xIiwiL2dwZnMvZGVsbDEvbmNvL29w ++ export _ModuleTable013_ -++ _ModuleTable014_=cHJvZC9tb2R1bGVmaWxlcy9tcGlfcHJvZC9pcHMvMTguMC4xL2ltcGkvMTguMC4xIiwiL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzIix9LFsic3lzdGVtQmFzZU1QQVRIIl09Ii91c3J4L2xvY2FsL3Byb2QvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmU6L3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkOi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvZGVmczovZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb3JlX3Byb2QiLH0= +++ _ModuleTable014_=cy9ud3Byb2QvbW9kdWxlZmlsZXMvbXBpX3Byb2QvaXBzLzE4LjAuMS9pbXBpLzE4LjAuMSIsIi91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvdXNyeC9sb2NhbC9wcm9kL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlOi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZDovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2RlZnM6L2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29yZV9wcm9kIix9 ++ export _ModuleTable014_ ++ _ModuleTable_Sz_=14 ++ export _ModuleTable_Sz_ @@ -5593,8 +1937,8 @@ Currently Loaded Modules: -+ eval 'MODULEPATH="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/dev/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1:/usrx/local/prod/modulefiles/mpi_third/ips/18.0.1/impi/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/mpi_prod/ips/18.0.1/impi/18.0.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles";' export 'MODULEPATH;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImlwcyIsWyJjb25tcGlsZXIiXT0iSERGNS1zZXJpYWwiLFsibXBpIl09ImltcGkiLH0sbVQ9e1siSERGNS1zZXJpYWwiXT17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvSERGNS1zZXJpYWwvMS4xMC4xIixbImZ1bGxOYW1lIl09IkhERjUtc2VyaWFsLzEuMTAuMSIsWyJsb2FkT3JkZXIiXT00LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09IkhERjUtc2VyaWFs";' export '_ModuleTable001_;' '_ModuleTable002_="LzEuMTAuMSIsfSxOZXRDREY9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xL05ldENERi80LjUuMCIsWyJmdWxsTmFtZSJdPSJOZXRDREYvNC41LjAiLFsibG9hZE9yZGVyIl09Myxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJOZXRDREYvNC41LjAiLH0sYmFjaW89e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2JhY2lvLzIuMC4zIixbImZ1bGxOYW1lIl09ImJhY2lvLzIuMC4zIixbImxvYWRPcmRlciJdPTYscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNl";' export '_ModuleTable002_;' '_ModuleTable003_="ck5hbWUiXT0iYmFjaW8vMi4wLjMiLH0sY21ha2U9e1siZm4iXT0iL3VzcngvbG9jYWwvZGV2L21vZHVsZWZpbGVzL2NtYWtlLzMuMTAuMCIsWyJmdWxsTmFtZSJdPSJjbWFrZS8zLjEwLjAiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY21ha2UvMy4xMC4wIix9LGNydG09e1siZm4iXT0iL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfcHJvZC9pcHMvMTguMC4xL2NydG0vMi4yLjYiLFsiZnVsbE5hbWUiXT0iY3J0bS8yLjIuNiIsWyJsb2FkT3JkZXIiXT0xNCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1";' export '_ModuleTable003_;' '_ModuleTable004_="c2VyTmFtZSJdPSJjcnRtLzIuMi42Iix9LGVzbWY9e1siZm4iXT0iL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcjE4L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL3djb3NzX2RlbGxfcDMvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT0yMSxw";' export '_ModuleTable004_;' '_ModuleTable005_="cm9wVD17fSxbInN0YWNrRGVwdGgiXT0wLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZzI9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2cyLzMuMS4xIixbImZ1bGxOYW1lIl09ImcyLzMuMS4xIixbImxvYWRPcmRlciJdPTEyLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcyLzMuMS4xIix9LGcydG1wbD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzJ0bXBsLzEuNi4wIixbImZ1bGxOYW1lIl09ImcydG1wbC8xLjYuMCIsWyJsb2FkT3JkZXIiXT0xMyxwcm9wVD17fSxbInN0YWNr";' export '_ModuleTable005_;' '_ModuleTable006_="RGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMnRtcGwvMS42LjAiLH0saW1waT17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX21waS9pcHMvMTguMC4xL2ltcGkvMTguMC4xLmx1YSIsWyJmdWxsTmFtZSJdPSJpbXBpLzE4LjAuMSIsWyJsb2FkT3JkZXIiXT0yLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImltcGkvMTguMC4xIix9LGlwPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9pcC8zLjAuMiIsWyJmdWxsTmFtZSJdPSJpcC8zLjAuMiIsWyJsb2FkT3JkZXIiXT03LHByb3BUPXt9LFsic3Rh";' export '_ModuleTable006_;' '_ModuleTable007_="Y2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImlwLzMuMC4yIix9LGlwcz17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQvaXBzLzE4LjAuMS4xNjMiLFsiZnVsbE5hbWUiXT0iaXBzLzE4LjAuMS4xNjMiLFsibG9hZE9yZGVyIl09MSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJpcHMvMTguMC4xLjE2MyIsfSxqYXNwZXI9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xL2phc3Blci8xLjkwMC4yOSIsWyJmdWxsTmFtZSJdPSJqYXNwZXIvMS45MDAuMjkiLFsibG9hZE9yZGVyIl09";' export '_ModuleTable007_;' '_ModuleTable008_="MTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iamFzcGVyLzEuOTAwLjI5Iix9LGxpYnBuZz17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvbGlicG5nLzEuMi41OSIsWyJmdWxsTmFtZSJdPSJsaWJwbmcvMS4yLjU5IixbImxvYWRPcmRlciJdPTE2LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImxpYnBuZy8xLjIuNTkiLH0sbHNmPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZC9sc2YvMTAuMSIsWyJmdWxsTmFtZSJdPSJsc2YvMTAuMSIsWyJsb2Fk";' export '_ModuleTable008_;' '_ModuleTable009_="T3JkZXIiXT01LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImxzZi8xMC4xIix9LG5lbXNpbz17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvbmVtc2lvLzIuMi40IixbImZ1bGxOYW1lIl09Im5lbXNpby8yLjIuNCIsWyJsb2FkT3JkZXIiXT0xMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZW1zaW8vMi4yLjQiLH0scG9zdD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvcG9zdC84LjAuMSIsWyJmdWxsTmFtZSJdPSJwb3N0LzguMC4xIixbImxvYWRP";' export '_ModuleTable009_;' '_ModuleTable010_="cmRlciJdPTE4LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InBvc3QvOC4wLjEiLH0sc3A9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL3NwLzIuMC4zIixbImZ1bGxOYW1lIl09InNwLzIuMC4zIixbImxvYWRPcmRlciJdPTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ic3AvMi4wLjMiLH0sdzNlbWM9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL3czZW1jLzIuMy4xIixbImZ1bGxOYW1lIl09InczZW1jLzIuMy4xIixbImxvYWRPcmRlciJdPTEwLHBy";' export '_ModuleTable010_;' '_ModuleTable011_="b3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczZW1jLzIuMy4xIix9LHczbmNvPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy93M25jby8yLjAuNyIsWyJmdWxsTmFtZSJdPSJ3M25jby8yLjAuNyIsWyJsb2FkT3JkZXIiXT05LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHpsaWI9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xL3psaWIvMS4yLjExIixbImZ1bGxOYW1lIl09InpsaWIvMS4yLjExIixbImxvYWRPcmRl";' export '_ModuleTable011_;' '_ModuleTable012_="ciJdPTE3LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InpsaWIvMS4yLjExIix9LH0sbXBhdGhBPXsiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMiLCIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9EdXNhbi5Kb3ZpYy91ZnMvcHIxOC91ZnMtd2VhdGhlci1tb2RlbC9tb2R1bGVmaWxlcy93Y29zc19kZWxsX3AzIiwiL3VzcngvbG9jYWwvZGV2L2VtY19yb2NvdG8vbW9kdWxlZmlsZXMiLCIvdXNyeC9sb2NhbC9kZXYvbW9kdWxlZmlsZXMiLCIvdXNyeC9sb2NhbC9wcm9kL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlIiwiL3VzcngvbG9j";' export '_ModuleTable012_;' '_ModuleTable013_="YWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9kZWZzIiwiL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29yZV9wcm9kIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xIiwiL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfcHJvZC9pcHMvMTguMC4xIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl9tcGkvaXBzLzE4LjAuMSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvbXBpX3RoaXJkL2lwcy8xOC4wLjEvaW1waS8xOC4wLjEiLCIvZ3Bmcy9kZWxsMS9uY28vb3BzL253";' export '_ModuleTable013_;' '_ModuleTable014_="cHJvZC9tb2R1bGVmaWxlcy9tcGlfcHJvZC9pcHMvMTguMC4xL2ltcGkvMTguMC4xIiwiL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzIix9LFsic3lzdGVtQmFzZU1QQVRIIl09Ii91c3J4L2xvY2FsL3Byb2QvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmU6L3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkOi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvZGVmczovZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb3JlX3Byb2QiLH0=";' export '_ModuleTable014_;' '_ModuleTable_Sz_="14";' export '_ModuleTable_Sz_;' -++ MODULEPATH=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/dev/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1:/usrx/local/prod/modulefiles/mpi_third/ips/18.0.1/impi/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/mpi_prod/ips/18.0.1/impi/18.0.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles ++ eval 'MODULEPATH="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/dev/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1:/usrx/local/prod/modulefiles/mpi_third/ips/18.0.1/impi/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/mpi_prod/ips/18.0.1/impi/18.0.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles";' export 'MODULEPATH;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImlwcyIsWyJjb25tcGlsZXIiXT0iSERGNS1zZXJpYWwiLFsibXBpIl09ImltcGkiLH0sbVQ9e1siSERGNS1zZXJpYWwiXT17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvSERGNS1zZXJpYWwvMS4xMC4xIixbImZ1bGxOYW1lIl09IkhERjUtc2VyaWFsLzEuMTAuMSIsWyJsb2FkT3JkZXIiXT00LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09IkhERjUtc2VyaWFs";' export '_ModuleTable001_;' '_ModuleTable002_="LzEuMTAuMSIsfSxOZXRDREY9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xL05ldENERi80LjUuMCIsWyJmdWxsTmFtZSJdPSJOZXRDREYvNC41LjAiLFsibG9hZE9yZGVyIl09Myxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJOZXRDREYvNC41LjAiLH0sYmFjaW89e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2JhY2lvLzIuMC4zIixbImZ1bGxOYW1lIl09ImJhY2lvLzIuMC4zIixbImxvYWRPcmRlciJdPTYscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNl";' export '_ModuleTable002_;' '_ModuleTable003_="ck5hbWUiXT0iYmFjaW8vMi4wLjMiLH0sY21ha2U9e1siZm4iXT0iL3VzcngvbG9jYWwvZGV2L21vZHVsZWZpbGVzL2NtYWtlLzMuMTAuMCIsWyJmdWxsTmFtZSJdPSJjbWFrZS8zLjEwLjAiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY21ha2UvMy4xMC4wIix9LGNydG09e1siZm4iXT0iL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfcHJvZC9pcHMvMTguMC4xL2NydG0vMi4yLjYiLFsiZnVsbE5hbWUiXT0iY3J0bS8yLjIuNiIsWyJsb2FkT3JkZXIiXT0xNCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1";' export '_ModuleTable003_;' '_ModuleTable004_="c2VyTmFtZSJdPSJjcnRtLzIuMi42Iix9LGVzbWY9e1siZm4iXT0iL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcl9uZXcvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvd2Nvc3NfZGVsbF9wMy9mdjMiLFsiZnVsbE5hbWUiXT0iZnYzIixbImxvYWRPcmRlciJdPTIx";' export '_ModuleTable004_;' '_ModuleTable005_="LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTAsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImZ2MyIsfSxnMj17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzIvMy4xLjEiLFsiZnVsbE5hbWUiXT0iZzIvMy4xLjEiLFsibG9hZE9yZGVyIl09MTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZzIvMy4xLjEiLH0sZzJ0bXBsPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9nMnRtcGwvMS42LjAiLFsiZnVsbE5hbWUiXT0iZzJ0bXBsLzEuNi4wIixbImxvYWRPcmRlciJdPTEzLHByb3BUPXt9LFsic3Rh";' export '_ModuleTable005_;' '_ModuleTable006_="Y2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcydG1wbC8xLjYuMCIsfSxpbXBpPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfbXBpL2lwcy8xOC4wLjEvaW1waS8xOC4wLjEubHVhIixbImZ1bGxOYW1lIl09ImltcGkvMTguMC4xIixbImxvYWRPcmRlciJdPTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW1waS8xOC4wLjEiLH0saXA9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2lwLzMuMC4yIixbImZ1bGxOYW1lIl09ImlwLzMuMC4yIixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJz";' export '_ModuleTable006_;' '_ModuleTable007_="dGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaXAvMy4wLjIiLH0saXBzPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZC9pcHMvMTguMC4xLjE2MyIsWyJmdWxsTmFtZSJdPSJpcHMvMTguMC4xLjE2MyIsWyJsb2FkT3JkZXIiXT0xLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Imlwcy8xOC4wLjEuMTYzIix9LGphc3Blcj17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvamFzcGVyLzEuOTAwLjI5IixbImZ1bGxOYW1lIl09Imphc3Blci8xLjkwMC4yOSIsWyJsb2FkT3JkZXIi";' export '_ModuleTable007_;' '_ModuleTable008_="XT0xNSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJqYXNwZXIvMS45MDAuMjkiLH0sbGlicG5nPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBzLzE4LjAuMS9saWJwbmcvMS4yLjU5IixbImZ1bGxOYW1lIl09ImxpYnBuZy8xLjIuNTkiLFsibG9hZE9yZGVyIl09MTYscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibGlicG5nLzEuMi41OSIsfSxsc2Y9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkL2xzZi8xMC4xIixbImZ1bGxOYW1lIl09ImxzZi8xMC4xIixbImxv";' export '_ModuleTable008_;' '_ModuleTable009_="YWRPcmRlciJdPTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibHNmLzEwLjEiLH0sbmVtc2lvPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9uZW1zaW8vMi4yLjQiLFsiZnVsbE5hbWUiXT0ibmVtc2lvLzIuMi40IixbImxvYWRPcmRlciJdPTExLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5lbXNpby8yLjIuNCIsfSxwb3N0PXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wb3N0LzguMC4xIixbImZ1bGxOYW1lIl09InBvc3QvOC4wLjEiLFsibG9h";' export '_ModuleTable009_;' '_ModuleTable010_="ZE9yZGVyIl09MTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG9zdC84LjAuMSIsfSxzcD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvc3AvMi4wLjMiLFsiZnVsbE5hbWUiXT0ic3AvMi4wLjMiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzcC8yLjAuMyIsfSx3M2VtYz17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNlbWMvMi4zLjEiLFsiZnVsbE5hbWUiXT0idzNlbWMvMi4zLjEiLFsibG9hZE9yZGVyIl09MTAs";' export '_ModuleTable010_;' '_ModuleTable011_="cHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNlbWMvMi4zLjEiLH0sdzNuY289e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL3czbmNvLzIuMC43IixbImZ1bGxOYW1lIl09InczbmNvLzIuMC43IixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNuY28vMi4wLjciLH0semxpYj17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvemxpYi8xLjIuMTEiLFsiZnVsbE5hbWUiXT0iemxpYi8xLjIuMTEiLFsibG9hZE9y";' export '_ModuleTable011_;' '_ModuleTable012_="ZGVyIl09MTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iemxpYi8xLjIuMTEiLH0sfSxtcGF0aEE9eyIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcyIsIi9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcl9uZXcvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvd2Nvc3NfZGVsbF9wMyIsIi91c3J4L2xvY2FsL2Rldi9lbWNfcm9jb3RvL21vZHVsZWZpbGVzIiwiL3VzcngvbG9jYWwvZGV2L21vZHVsZWZpbGVzIiwiL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi91c3J4";' export '_ModuleTable012_;' '_ModuleTable013_="L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZCIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvZGVmcyIsIi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBzLzE4LjAuMSIsIi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3Byb2QvaXBzLzE4LjAuMSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfbXBpL2lwcy8xOC4wLjEiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL21waV90aGlyZC9pcHMvMTguMC4xL2ltcGkvMTguMC4xIiwiL2dwZnMvZGVsbDEvbmNvL29w";' export '_ModuleTable013_;' '_ModuleTable014_="cy9ud3Byb2QvbW9kdWxlZmlsZXMvbXBpX3Byb2QvaXBzLzE4LjAuMS9pbXBpLzE4LjAuMSIsIi91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvdXNyeC9sb2NhbC9wcm9kL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlOi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZDovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2RlZnM6L2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29yZV9wcm9kIix9";' export '_ModuleTable014_;' '_ModuleTable_Sz_="14";' export '_ModuleTable_Sz_;' +++ MODULEPATH=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/dev/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1:/usrx/local/prod/modulefiles/mpi_third/ips/18.0.1/impi/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/mpi_prod/ips/18.0.1/impi/18.0.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles ++ export MODULEPATH ++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImlwcyIsWyJjb25tcGlsZXIiXT0iSERGNS1zZXJpYWwiLFsibXBpIl09ImltcGkiLH0sbVQ9e1siSERGNS1zZXJpYWwiXT17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvSERGNS1zZXJpYWwvMS4xMC4xIixbImZ1bGxOYW1lIl09IkhERjUtc2VyaWFsLzEuMTAuMSIsWyJsb2FkT3JkZXIiXT00LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09IkhERjUtc2VyaWFs ++ export _ModuleTable001_ @@ -5602,34 +1946,34 @@ Currently Loaded Modules: ++ export _ModuleTable002_ ++ _ModuleTable003_=ck5hbWUiXT0iYmFjaW8vMi4wLjMiLH0sY21ha2U9e1siZm4iXT0iL3VzcngvbG9jYWwvZGV2L21vZHVsZWZpbGVzL2NtYWtlLzMuMTAuMCIsWyJmdWxsTmFtZSJdPSJjbWFrZS8zLjEwLjAiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY21ha2UvMy4xMC4wIix9LGNydG09e1siZm4iXT0iL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfcHJvZC9pcHMvMTguMC4xL2NydG0vMi4yLjYiLFsiZnVsbE5hbWUiXT0iY3J0bS8yLjIuNiIsWyJsb2FkT3JkZXIiXT0xNCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1 ++ export _ModuleTable003_ -++ _ModuleTable004_=c2VyTmFtZSJdPSJjcnRtLzIuMi42Iix9LGVzbWY9e1siZm4iXT0iL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcjE4L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL3djb3NzX2RlbGxfcDMvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT0yMSxw +++ _ModuleTable004_=c2VyTmFtZSJdPSJjcnRtLzIuMi42Iix9LGVzbWY9e1siZm4iXT0iL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcl9uZXcvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvd2Nvc3NfZGVsbF9wMy9mdjMiLFsiZnVsbE5hbWUiXT0iZnYzIixbImxvYWRPcmRlciJdPTIx ++ export _ModuleTable004_ -++ _ModuleTable005_=cm9wVD17fSxbInN0YWNrRGVwdGgiXT0wLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZzI9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2cyLzMuMS4xIixbImZ1bGxOYW1lIl09ImcyLzMuMS4xIixbImxvYWRPcmRlciJdPTEyLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcyLzMuMS4xIix9LGcydG1wbD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzJ0bXBsLzEuNi4wIixbImZ1bGxOYW1lIl09ImcydG1wbC8xLjYuMCIsWyJsb2FkT3JkZXIiXT0xMyxwcm9wVD17fSxbInN0YWNr +++ _ModuleTable005_=LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTAsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImZ2MyIsfSxnMj17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzIvMy4xLjEiLFsiZnVsbE5hbWUiXT0iZzIvMy4xLjEiLFsibG9hZE9yZGVyIl09MTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZzIvMy4xLjEiLH0sZzJ0bXBsPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9nMnRtcGwvMS42LjAiLFsiZnVsbE5hbWUiXT0iZzJ0bXBsLzEuNi4wIixbImxvYWRPcmRlciJdPTEzLHByb3BUPXt9LFsic3Rh ++ export _ModuleTable005_ -++ _ModuleTable006_=RGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMnRtcGwvMS42LjAiLH0saW1waT17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX21waS9pcHMvMTguMC4xL2ltcGkvMTguMC4xLmx1YSIsWyJmdWxsTmFtZSJdPSJpbXBpLzE4LjAuMSIsWyJsb2FkT3JkZXIiXT0yLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImltcGkvMTguMC4xIix9LGlwPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9pcC8zLjAuMiIsWyJmdWxsTmFtZSJdPSJpcC8zLjAuMiIsWyJsb2FkT3JkZXIiXT03LHByb3BUPXt9LFsic3Rh +++ _ModuleTable006_=Y2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcydG1wbC8xLjYuMCIsfSxpbXBpPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfbXBpL2lwcy8xOC4wLjEvaW1waS8xOC4wLjEubHVhIixbImZ1bGxOYW1lIl09ImltcGkvMTguMC4xIixbImxvYWRPcmRlciJdPTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW1waS8xOC4wLjEiLH0saXA9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2lwLzMuMC4yIixbImZ1bGxOYW1lIl09ImlwLzMuMC4yIixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJz ++ export _ModuleTable006_ -++ _ModuleTable007_=Y2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImlwLzMuMC4yIix9LGlwcz17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQvaXBzLzE4LjAuMS4xNjMiLFsiZnVsbE5hbWUiXT0iaXBzLzE4LjAuMS4xNjMiLFsibG9hZE9yZGVyIl09MSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJpcHMvMTguMC4xLjE2MyIsfSxqYXNwZXI9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xL2phc3Blci8xLjkwMC4yOSIsWyJmdWxsTmFtZSJdPSJqYXNwZXIvMS45MDAuMjkiLFsibG9hZE9yZGVyIl09 +++ _ModuleTable007_=dGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaXAvMy4wLjIiLH0saXBzPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZC9pcHMvMTguMC4xLjE2MyIsWyJmdWxsTmFtZSJdPSJpcHMvMTguMC4xLjE2MyIsWyJsb2FkT3JkZXIiXT0xLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Imlwcy8xOC4wLjEuMTYzIix9LGphc3Blcj17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvamFzcGVyLzEuOTAwLjI5IixbImZ1bGxOYW1lIl09Imphc3Blci8xLjkwMC4yOSIsWyJsb2FkT3JkZXIi ++ export _ModuleTable007_ -++ _ModuleTable008_=MTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iamFzcGVyLzEuOTAwLjI5Iix9LGxpYnBuZz17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvbGlicG5nLzEuMi41OSIsWyJmdWxsTmFtZSJdPSJsaWJwbmcvMS4yLjU5IixbImxvYWRPcmRlciJdPTE2LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImxpYnBuZy8xLjIuNTkiLH0sbHNmPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZC9sc2YvMTAuMSIsWyJmdWxsTmFtZSJdPSJsc2YvMTAuMSIsWyJsb2Fk +++ _ModuleTable008_=XT0xNSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJqYXNwZXIvMS45MDAuMjkiLH0sbGlicG5nPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBzLzE4LjAuMS9saWJwbmcvMS4yLjU5IixbImZ1bGxOYW1lIl09ImxpYnBuZy8xLjIuNTkiLFsibG9hZE9yZGVyIl09MTYscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibGlicG5nLzEuMi41OSIsfSxsc2Y9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkL2xzZi8xMC4xIixbImZ1bGxOYW1lIl09ImxzZi8xMC4xIixbImxv ++ export _ModuleTable008_ -++ _ModuleTable009_=T3JkZXIiXT01LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImxzZi8xMC4xIix9LG5lbXNpbz17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvbmVtc2lvLzIuMi40IixbImZ1bGxOYW1lIl09Im5lbXNpby8yLjIuNCIsWyJsb2FkT3JkZXIiXT0xMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZW1zaW8vMi4yLjQiLH0scG9zdD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvcG9zdC84LjAuMSIsWyJmdWxsTmFtZSJdPSJwb3N0LzguMC4xIixbImxvYWRP +++ _ModuleTable009_=YWRPcmRlciJdPTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibHNmLzEwLjEiLH0sbmVtc2lvPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9uZW1zaW8vMi4yLjQiLFsiZnVsbE5hbWUiXT0ibmVtc2lvLzIuMi40IixbImxvYWRPcmRlciJdPTExLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5lbXNpby8yLjIuNCIsfSxwb3N0PXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wb3N0LzguMC4xIixbImZ1bGxOYW1lIl09InBvc3QvOC4wLjEiLFsibG9h ++ export _ModuleTable009_ -++ _ModuleTable010_=cmRlciJdPTE4LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InBvc3QvOC4wLjEiLH0sc3A9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL3NwLzIuMC4zIixbImZ1bGxOYW1lIl09InNwLzIuMC4zIixbImxvYWRPcmRlciJdPTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ic3AvMi4wLjMiLH0sdzNlbWM9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL3czZW1jLzIuMy4xIixbImZ1bGxOYW1lIl09InczZW1jLzIuMy4xIixbImxvYWRPcmRlciJdPTEwLHBy +++ _ModuleTable010_=ZE9yZGVyIl09MTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG9zdC84LjAuMSIsfSxzcD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvc3AvMi4wLjMiLFsiZnVsbE5hbWUiXT0ic3AvMi4wLjMiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzcC8yLjAuMyIsfSx3M2VtYz17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNlbWMvMi4zLjEiLFsiZnVsbE5hbWUiXT0idzNlbWMvMi4zLjEiLFsibG9hZE9yZGVyIl09MTAs ++ export _ModuleTable010_ -++ _ModuleTable011_=b3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczZW1jLzIuMy4xIix9LHczbmNvPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy93M25jby8yLjAuNyIsWyJmdWxsTmFtZSJdPSJ3M25jby8yLjAuNyIsWyJsb2FkT3JkZXIiXT05LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHpsaWI9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xL3psaWIvMS4yLjExIixbImZ1bGxOYW1lIl09InpsaWIvMS4yLjExIixbImxvYWRPcmRl +++ _ModuleTable011_=cHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNlbWMvMi4zLjEiLH0sdzNuY289e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL3czbmNvLzIuMC43IixbImZ1bGxOYW1lIl09InczbmNvLzIuMC43IixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNuY28vMi4wLjciLH0semxpYj17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvemxpYi8xLjIuMTEiLFsiZnVsbE5hbWUiXT0iemxpYi8xLjIuMTEiLFsibG9hZE9y ++ export _ModuleTable011_ -++ _ModuleTable012_=ciJdPTE3LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InpsaWIvMS4yLjExIix9LH0sbXBhdGhBPXsiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMiLCIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9EdXNhbi5Kb3ZpYy91ZnMvcHIxOC91ZnMtd2VhdGhlci1tb2RlbC9tb2R1bGVmaWxlcy93Y29zc19kZWxsX3AzIiwiL3VzcngvbG9jYWwvZGV2L2VtY19yb2NvdG8vbW9kdWxlZmlsZXMiLCIvdXNyeC9sb2NhbC9kZXYvbW9kdWxlZmlsZXMiLCIvdXNyeC9sb2NhbC9wcm9kL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlIiwiL3VzcngvbG9j +++ _ModuleTable012_=ZGVyIl09MTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iemxpYi8xLjIuMTEiLH0sfSxtcGF0aEE9eyIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcyIsIi9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcl9uZXcvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvd2Nvc3NfZGVsbF9wMyIsIi91c3J4L2xvY2FsL2Rldi9lbWNfcm9jb3RvL21vZHVsZWZpbGVzIiwiL3VzcngvbG9jYWwvZGV2L21vZHVsZWZpbGVzIiwiL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi91c3J4 ++ export _ModuleTable012_ -++ _ModuleTable013_=YWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9kZWZzIiwiL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29yZV9wcm9kIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xIiwiL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfcHJvZC9pcHMvMTguMC4xIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl9tcGkvaXBzLzE4LjAuMSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvbXBpX3RoaXJkL2lwcy8xOC4wLjEvaW1waS8xOC4wLjEiLCIvZ3Bmcy9kZWxsMS9uY28vb3BzL253 +++ _ModuleTable013_=L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZCIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvZGVmcyIsIi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBzLzE4LjAuMSIsIi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3Byb2QvaXBzLzE4LjAuMSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfbXBpL2lwcy8xOC4wLjEiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL21waV90aGlyZC9pcHMvMTguMC4xL2ltcGkvMTguMC4xIiwiL2dwZnMvZGVsbDEvbmNvL29w ++ export _ModuleTable013_ -++ _ModuleTable014_=cHJvZC9tb2R1bGVmaWxlcy9tcGlfcHJvZC9pcHMvMTguMC4xL2ltcGkvMTguMC4xIiwiL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzIix9LFsic3lzdGVtQmFzZU1QQVRIIl09Ii91c3J4L2xvY2FsL3Byb2QvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmU6L3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkOi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvZGVmczovZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb3JlX3Byb2QiLH0= +++ _ModuleTable014_=cy9ud3Byb2QvbW9kdWxlZmlsZXMvbXBpX3Byb2QvaXBzLzE4LjAuMS9pbXBpLzE4LjAuMSIsIi91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvdXNyeC9sb2NhbC9wcm9kL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlOi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZDovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2RlZnM6L2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29yZV9wcm9kIix9 ++ export _ModuleTable014_ ++ _ModuleTable_Sz_=14 ++ export _ModuleTable_Sz_ ++ : -s sh + eval -+ cd build_fv3_11 -+ cmake /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model -DREPRO=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF ++ cd build_fv3_2 ++ cmake /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model -DWW3=Y -- The C compiler identification is Intel 18.0.1.20171018 -- The CXX compiler identification is Intel 18.0.1.20171018 -- The Fortran compiler identification is Intel 18.0.1.20171018 @@ -5670,7 +2014,7 @@ CXX compiler: Intel 18.0.1.20171018 (mpiicpc) Fortran compiler: Intel 18.0.1.20171018 (mpiifort) DEBUG is disabled -REPRO is ENABLED +REPRO is disabled 32BIT is disabled OPENMP is ENABLED AVX2 is disabled @@ -5679,202 +2023,149 @@ INLINE_POST is ENABLED Selected physics package: gfs --- Detecting OpenMP flags for Intel C compiler: -qopenmp --- Detecting OpenMP flags for Intel C++ compiler: -qopenmp --- Detecting OpenMP flags for Intel Fortran compiler: -qopenmp --- Enable OpenMP support for C/C++/Fortran compiler --- Disable SIONlib support --- Disable Intel MKL support --- Enable netCDF support --- Disable ESMF support --- Disable multi-gases physics --- Detecting OpenMP flags for Intel C compiler: -qopenmp --- Detecting OpenMP flags for Intel C++ compiler: -qopenmp --- Detecting OpenMP flags for Intel Fortran compiler: -qopenmp --- Enable OpenMP support for C/C++/Fortran compiler --- Found LibXml2: /usr/lib64/libxml2.so (found version "2.9.1") --- Found Doxygen: /usr/bin/doxygen (found version "1.8.5") found components: doxygen dot --- Detecting OpenMP flags for Intel C compiler: -qopenmp --- Detecting OpenMP flags for Intel C++ compiler: -qopenmp --- Detecting OpenMP flags for Intel Fortran compiler: -qopenmp --- Enable OpenMP support for C/C++/Fortran compiler -INFOGot CCPP_SCHEMES from environment variable: /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/aer_cloud.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/aerclm_def.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/aerinterp.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/calpreciptype.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cldwat2m_micro.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cldmacro.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/date_def.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/funcphys.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gcycle.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/h2o_def.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/h2ointerp.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/iccn_def.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/iccninterp.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/iounitdef.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/machine.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mersenne_twister.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfpbl.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg_utils.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg2_0.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg3_0.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/multi_gases.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_model.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_parameters.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_radar.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_thompson.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MP_FER_HIRES.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_bl_mynn.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_mynn.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_orowam2017.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/namelist_soilveg.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfpblt.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfpbltq.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfscu.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfscuq.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/noahmp_tables.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/num_parthds.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozne_def.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozinterp.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/physcons.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/physparam.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radcons.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_aerosols.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_astronomy.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_clouds.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_gases.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_surface.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radlw_datatb.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radlw_param.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radsw_datatb.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radsw_param.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/samfaerosols.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfcsub.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sflx.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/set_soilveg.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/surface_perturbation.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_deep.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_sh.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/tridi.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/wv_saturation.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_soil_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rayleigh_damp.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radsw_main.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_ocean.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gwdc.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gscond.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ysuvdif.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_sice.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/samfdeepcnv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/satmedmfvdif.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozphys_2015.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/samfshalcnv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/precpd.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_fer_hires.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diag.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radlw_main.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_debug.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/satmedmfvdifq.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cs_conv.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/shinhongvdif.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/h2ophys.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_nst.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/moninedmf.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diff.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diag_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/m_micro.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gcm_shoc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gwdps.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/shalcnv.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/get_prs_fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozphys.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_stochastics.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/drag_suite.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_cice.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sascnvn.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cnvc90.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_drv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/dcyc2.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/moninshoc.f -INFOGot CAPS from environment variable: /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_11/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_11/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_fast_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_11/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_time_vary_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_11/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_radiation_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_11/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_11/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_stochastics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_11/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_noahmp_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_11/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_noahmp_fast_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_11/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_noahmp_time_vary_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_11/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_noahmp_radiation_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_11/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_noahmp_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_11/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_noahmp_stochastics_cap.F90 -Force 64 bits in CCPP_layer +Build WW3: + run: /usr/bin/gmake WW3_PARCOMPN=4 WW3_COMP=wcoss_dell_p3 ww3_nems + in: /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/esmf + -- Configuring done -- Generating done --- Build files have been written to: /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_11 +-- Build files have been written to: /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/tests/build_fv3_2 + make -j 4 +Scanning dependencies of target ww3_nems Scanning dependencies of target fv3cpl -[ 0%] Building Fortran object FV3/cpl/CMakeFiles/fv3cpl.dir/module_cplfields.F90.o -[ 0%] Building Fortran object FV3/cpl/CMakeFiles/fv3cpl.dir/module_cap_cpl.F90.o -Scanning dependencies of target ccpp -[ 0%] Building Fortran object FV3/ccpp/framework/src/CMakeFiles/ccpp.dir/ccpp_errors.F90.o -[ 0%] Building Fortran object FV3/ccpp/framework/src/CMakeFiles/ccpp.dir/ccpp_types.F90.o -[ 1%] Building Fortran object FV3/ccpp/framework/src/CMakeFiles/ccpp.dir/ccpp.F90.o +[ 1%] Building Fortran object FV3/cpl/CMakeFiles/fv3cpl.dir/module_cap_cpl.F90.o +Scanning dependencies of target gfsphysics +[ 1%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/machine.F.o +[ 2%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/co2hc.f.o Scanning dependencies of target fms -[ 1%] Building Fortran object CMakeFiles/fms.dir/FMS/platform/platform.F90.o +[ 3%] Building Fortran object CMakeFiles/fms.dir/FMS/platform/platform.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 1%] Building Fortran object FV3/ccpp/framework/src/CMakeFiles/ccpp.dir/ccpp_api.F90.o -[ 1%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_parameter.F90.o +[ 3%] Building Fortran object FV3/cpl/CMakeFiles/fv3cpl.dir/module_cplfields.F90.o +[ 3%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_parameter.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 1%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_core.F90.o -[ 1%] Linking Fortran static library libccpp.a +[ 3%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_core.F90.o +[ 3%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_composition.f.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 1%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_input.F90.o +[ 4%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/efield.f.o +[ 4%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_input.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 2%] Linking Fortran static library libfv3cpl.a -[ 2%] Built target fv3cpl -[ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/cloud_interpolator.F90.o -[ 3%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_io.F90.o -[ 3%] Built target ccpp -[ 4%] Building Fortran object CMakeFiles/fms.dir/FMS/random_numbers/MersenneTwister.F90.o +[ 4%] Linking Fortran static library libfv3cpl.a +[ 4%] Built target fv3cpl +[ 4%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/cloud_interpolator.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 4%] Building Fortran object CMakeFiles/fms.dir/FMS/sat_vapor_pres/sat_vapor_pres_k.F90.o -[ 4%] Building Fortran object CMakeFiles/fms.dir/FMS/constants/constants.F90.o -[ 4%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_data.F90.o +[ 5%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/wam_f107_kp_mod.f90.o +[ 5%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_io.F90.o +[ 5%] Building Fortran object CMakeFiles/fms.dir/FMS/random_numbers/MersenneTwister.F90.o +[ 6%] Building Fortran object CMakeFiles/fms.dir/FMS/sat_vapor_pres/sat_vapor_pres_k.F90.o +[ 6%] Building Fortran object CMakeFiles/fms.dir/FMS/constants/constants.F90.o +[ 7%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_data.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 5%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp.F90.o -Scanning dependencies of target ccppphys -[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/machine.F.o -[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mersenne_twister.f.o -[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFDL_parse_tracers.F90.o -[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_mp_radar.F90.o -[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/iounitdef.f.o -[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/namelist_soilveg.f.o -[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/namelist_soilveg_ruc.F90.o -[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_noahmp_glacier.f90.o +[ 7%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mersenne_twister.f.o +[ 7%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp.F90.o +[ 7%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/GFDL_parse_tracers.F90.o +[ 8%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/iounitdef.f.o +[ 8%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/namelist_soilveg.f.o +[ 8%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_wrf_utl.f90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_noahmplsm.f90.o -[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/noahmp_tables.f90.o -[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_soil_pre.F90.o -[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/physcons.F90.o -[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/aerclm_def.F.o -[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/physparam.f.o -[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/h2o_def.f.o -[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/iccn_def.F.o -[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/micro_mg_utils.F90.o -[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozne_def.f.o -[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/surface_perturbation.F90.o -[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_deep.F90.o -[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_gfdl_cloud_microphys.F90.o -[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gfs_phy_tracer_config.F.o -[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radcons.f90.o -[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/set_soilveg.f.o -[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MP_FER_HIRES.F90.o -[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_BL_MYJPBL.F90.o -[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/date_def.f.o -[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_mp_thompson.F90.o -[ 7%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_efp.F90.o +[ 8%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/noahmp_tables.f90.o +[ 8%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_mp_radar.F90.o +[ 8%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/physcons.F90.o +[ 8%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/date_def.f.o +[ 9%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/progtm_module.f.o +[ 9%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/aerclm_def.f.o +[ 9%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2o_def.f.o +[ 9%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/physparam.f.o +[ 10%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ozne_def.f.o +[ 10%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gfs_phy_tracer_config.F.o +[ 10%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/surface_perturbation.F90.o +[ 10%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_sf_noahmp_glacier.f90.o +[ 11%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_sf_noahmplsm.f90.o +[ 11%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/iccn_def.f.o +[ 12%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/micro_mg_utils.F90.o +[ 12%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gfdl_cloud_microphys.F90.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/tracer_const_h.f.o +[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/funcphys.f90.o +[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_ugwp_initialize.F90.o +[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radlw_param.f.o +[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radsw_param.f.o +[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_astronomy.f.o +[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_surface.f.o +[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_nst_parameters.f90.o +[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/aer_cloud.F.o +[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_mp_thompson_gfs.F90.o +[ 15%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_mp_wsm6_fv3.F90.o +[ 15%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/get_prs_fv3.f90.o +[ 16%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_cice.f.o +[ 16%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_diff.f.o +[ 16%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_ugwp_module.F90.o +[ 16%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/rascnvv2.f.o +[ 16%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_efp.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 7%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_memutils.F90.o -[ 8%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_pset.F90.o -[ 8%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_type.F90.o +[ 16%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_memutils.F90.o +[ 17%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_pset.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 8%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gwdps.f.o -[ 8%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/gradient.F90.o -[ 8%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_domains.F90.o -[ 9%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_SF_JSFC.F90.o -[ 10%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_ruclsm.F90.o -[ 10%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/set_soilveg_ruc.F90.o -[ 10%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/__/__/gfsphysics/CCPP_layer/CCPP_typedefs.F90.o -[ 11%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_post.F90.o -[ 11%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cnvc90.f.o -[ 11%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_DCNV_generic.F90.o -[ 11%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_GWD_generic.F90.o -[ 11%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_MP_generic.F90.o +[ 18%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_type.F90.o +[ 19%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/gradient.F90.o +[ 19%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_domains.F90.o +[ 19%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_aerosols.f.o +ifort: command line warning #10121: overriding '-xHOST' with '-xCORE-AVX-I' +[ 19%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_bfmicrophysics.f.o +[ 19%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_gases.f.o +[ 20%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radlw_datatb.f.o +[ 21%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radsw_datatb.f.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 11%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_PBL_generic.F90.o -[ 11%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_SCNV_generic.F90.o -[ 11%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_composites.F90.o -[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_loop_control.F90.o -[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/maximum_hourly_diagnostics.F90.o -[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozphys.f.o -[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rayleigh_damp.f.o -[ 13%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_diag_post.F90.o -[ 13%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_diff.f.o -[ 13%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_stochastics.F90.o -[ 13%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/funcphys.f90.o -[ 13%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radlw_param.f.o -[ 13%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radsw_param.f.o -[ 14%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_nst_parameters.f90.o -[ 14%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_bl_mynn.F90.o -[ 14%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_initialize.F90.o -[ 14%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_astronomy.f.o -[ 14%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_surface.f.o -[ 14%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/samfaerosols.F.o -[ 15%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/aerinterp.F90.o -[ 15%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/h2ointerp.f90.o -[ 16%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/iccninterp.F90.o -[ 16%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozinterp.f90.o -[ 17%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_mp_thompson_make_number_concentrations.F90.o -[ 17%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/aer_cloud.F.o -[ 18%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_sh.F90.o -[ 18%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gfdl_fv_sat_adj.F90.o -[ 18%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/get_prs_fv3.F90.o -[ 19%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gfdl_cloud_microphys.F90.o -[ 19%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_generic.F90.o -[ 19%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/wv_saturation.F.o -[ 20%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/__/__/gfsphysics/GFS_layer/GFS_typedefs.F90.o -[ 20%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_nst_water_prop.f90.o -[ 21%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_module.F90.o -[ 22%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_bfmicrophysics.f.o -[ 23%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radsw_datatb.f.o -[ 23%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_aerosols.f.o -[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_gases.f.o -[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radlw_datatb.f.o -[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_mynn.F90.o -[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_gfdlmp_fast_physics_cap.F90.o -[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/moninedmf.f.o -[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_drv.f.o -[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/samfdeepcnv.f.o -[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/samfshalcnv.f.o -[ 25%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_diag.f.o -[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_sice.f.o -[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_time_vary_pre.fv3.F90.o -[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_gfdlmp_noahmp_fast_physics_cap.F90.o -[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_noahmp_drv.f.o -[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_clouds.f.o -[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radlw_main.f.o -[ 27%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radsw_main.f.o -[ 27%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_nst_model.f90.o -[ 27%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cldmacro.F.o -[ 27%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cldwat2m_micro.F.o -[ 27%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/micro_mg2_0.F90.o -[ 27%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/micro_mg3_0.F90.o -[ 27%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp.F90.o -[ 27%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_nst.f.o -[ 27%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_setup.F90.o +[ 21%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_nst_water_prop.f90.o +[ 21%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/wv_saturation.F.o +[ 22%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cs_conv.F90.o +[ 22%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_diag.f.o +[ 22%] Built target ww3_nems +[ 23%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_drv.f.o +[ 23%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_ocean.f.o +[ 24%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_sice.f.o +[ 24%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_typedefs.F90.o +[ 25%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_clouds.f.o +[ 25%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radlw_main.f.o +[ 25%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radsw_main.f.o +[ 25%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_nst_model.f90.o +[ 25%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cldmacro.F.o +[ 26%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cldwat2m_micro.F.o +[ 26%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/micro_mg2_0.F90.o +[ 26%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/micro_mg3_0.F90.o +[ 27%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_radiation_driver.F90.o +[ 27%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_diagnostics.F90.o +[ 27%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_nst.f.o +[ 27%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_physics_driver.F90.o +[ 27%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_restart.F90.o [ 28%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_comm.F90.o [ 28%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_io.F90.o Compiling in MPI mode (with or without MPP) @@ -5892,47048 +2183,399 @@ Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_suite_interstitial.F90.o -[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_post.F90.o -[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/dcyc2.f.o -[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_pre.F90.o -[ 30%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rrtmg_lw_post.F90.o -[ 30%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rrtmg_lw_pre.F90.o -[ 30%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rrtmg_sw_post.F90.o -[ 31%] Building Fortran object CMakeFiles/fms.dir/FMS/fms/fms.F90.o -[ 32%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rrtmg_sw_pre.F90.o -[ 32%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_gfdlmp_stochastics_cap.F90.o -[ 33%] Building Fortran object CMakeFiles/fms.dir/FMS/time_manager/time_manager.F90.o -[ 33%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bicubic.F90.o +[ 29%] Building Fortran object CMakeFiles/fms.dir/FMS/fms/fms.F90.o +[ 29%] Building Fortran object CMakeFiles/fms.dir/FMS/time_manager/time_manager.F90.o +[ 29%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bicubic.F90.o +[ 30%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bilinear.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 33%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bilinear.F90.o -[ 33%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_phys_time_vary.fv3.F90.o -[ 34%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_rad_time_vary.fv3.F90.o -[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_conserve.F90.o +[ 30%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_conserve.F90.o +[ 30%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_spherical.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_spherical.F90.o -[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/axis_utils/axis_utils.F90.o -[ 35%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_gfdlmp_noahmp_stochastics_cap.F90.o -[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_grid.F90.o -[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/field_manager/field_manager.F90.o -[ 35%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_gfdlmp_physics_cap.F90.o +[ 30%] Building Fortran object CMakeFiles/fms.dir/FMS/axis_utils/axis_utils.F90.o +[ 30%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_grid.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 35%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_gfdlmp_radiation_cap.F90.o -[ 36%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_gfdlmp_time_vary_cap.F90.o -[ 37%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/mosaic.F90.o -[ 37%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_gfdlmp_noahmp_physics_cap.F90.o -[ 37%] Building Fortran object CMakeFiles/fms.dir/FMS/topography/gaussian_topog.F90.o -[ 37%] Building Fortran object CMakeFiles/fms.dir/FMS/time_manager/get_cal_time.F90.o -[ 37%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp.F90.o -[ 37%] Building Fortran object CMakeFiles/fms.dir/FMS/time_interp/time_interp.F90.o -[ 38%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_data.F90.o +[ 30%] Building Fortran object CMakeFiles/fms.dir/FMS/field_manager/field_manager.F90.o +[ 30%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/mosaic.F90.o +[ 31%] Building Fortran object CMakeFiles/fms.dir/FMS/topography/gaussian_topog.F90.o +[ 31%] Building Fortran object CMakeFiles/fms.dir/FMS/time_manager/get_cal_time.F90.o +[ 31%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp.F90.o +[ 32%] Building Fortran object CMakeFiles/fms.dir/FMS/time_interp/time_interp.F90.o +[ 32%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_data.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 38%] Building Fortran object CMakeFiles/fms.dir/FMS/field_manager/fm_util.F90.o -[ 39%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_types.F90.o -[ 39%] Building Fortran object CMakeFiles/fms.dir/FMS/time_interp/time_interp_external.F90.o +[ 33%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_types.F90.o +[ 34%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_axis.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 39%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_axis.F90.o +[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_manifest.F90.o +[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/field_manager/fm_util.F90.o +[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/xbt_drop_rate_adjust.f90.o +[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/write_ocean_data.F90.o +[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/time_interp/time_interp_external.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 40%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_gfdlmp_noahmp_radiation_cap.F90.o -[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_manifest.F90.o -[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/xbt_drop_rate_adjust.f90.o -[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/write_ocean_data.F90.o -[ 40%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_gfdlmp_noahmp_time_vary_cap.F90.o -[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/data_override/data_override.F90.o +[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_output.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_output.F90.o +[ 36%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_util.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_util.F90.o +[ 36%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_table.F90.o +[ 36%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_manager.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_table.F90.o -[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_manager.F90.o +[ 36%] Building Fortran object CMakeFiles/fms.dir/FMS/data_override/data_override.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 42%] Building Fortran object CMakeFiles/fms.dir/FMS/exchange/stock_constants.F90.o -[ 42%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/coupler_types.F90.o -[ 42%] Building Fortran object CMakeFiles/fms.dir/FMS/amip_interp/amip_interp.F90.o -[ 42%] Building Fortran object CMakeFiles/fms.dir/FMS/astronomy/astronomy.F90.o -[ 43%] Building Fortran object CMakeFiles/fms.dir/FMS/block_control/block_control.F90.o +[ 37%] Building Fortran object CMakeFiles/fms.dir/FMS/exchange/stock_constants.F90.o +[ 37%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/coupler_types.F90.o +[ 38%] Building Fortran object CMakeFiles/fms.dir/FMS/amip_interp/amip_interp.F90.o +[ 38%] Building Fortran object CMakeFiles/fms.dir/FMS/astronomy/astronomy.F90.o +[ 38%] Building Fortran object CMakeFiles/fms.dir/FMS/block_control/block_control.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 43%] Building Fortran object CMakeFiles/fms.dir/FMS/column_diagnostics/column_diagnostics.F90.o -[ 43%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/atmos_ocean_fluxes.F90.o -[ 43%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/ensemble_manager.F90.o -[ 43%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters.F90.o +[ 39%] Building Fortran object CMakeFiles/fms.dir/FMS/column_diagnostics/column_diagnostics.F90.o +[ 39%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/atmos_ocean_fluxes.F90.o +[ 39%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/ensemble_manager.F90.o +[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters.F90.o Compiling in MPI mode (with or without MPP) Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 43%] Building Fortran object CMakeFiles/fms.dir/FMS/exchange/xgrid.F90.o +[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/exchange/xgrid.F90.o +[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft.F90.o +[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft99.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 43%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft.F90.o -[ 44%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft99.F90.o -[ 45%] Building Fortran object CMakeFiles/fms.dir/FMS/interpolator/interpolator.F90.o +[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/interpolator/interpolator.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 45%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/grid.F90.o -[ 45%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_utilities.F90.o -[ 45%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core.F90.o -[ 45%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_gfdlmp_cap.F90.o -[ 46%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_gfdlmp_noahmp_cap.F90.o -[ 46%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_debug.F90.o -[ 47%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_suite_init_finalize_test.F90.o -[ 47%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core_ecda.F90.o -[ 47%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cs_conv.F90.o -[ 47%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cs_conv_aw_adj.F90.o -[ 47%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver.F90.o -[ 48%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver_post.F90.o -[ 48%] Building Fortran object CMakeFiles/fms.dir/FMS/random_numbers/random_numbers.F90.o -[ 48%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver_pre.F90.o -[ 48%] Building Fortran object CMakeFiles/fms.dir/FMS/sat_vapor_pres/sat_vapor_pres.F90.o -[ 48%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke.F90.o -[ 48%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke_post.F90.o -[ 49%] Building Fortran object CMakeFiles/fms.dir/FMS/station_data/station_data.F90.o -[ 49%] Building Fortran object CMakeFiles/fms.dir/FMS/topography/topography.F90.o -[ 49%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke_pre.F90.o -[ 49%] Building Fortran object CMakeFiles/fms.dir/FMS/tracer_manager/tracer_manager.F90.o -[ 49%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/drag_suite.F90.o -[ 49%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gcm_shoc.F90.o -[ 50%] Building Fortran object CMakeFiles/fms.dir/FMS/tridiagonal/tridiagonal.F90.o -[ 50%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gscond.f.o -[ 50%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/quicksort.F90.o -[ 50%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gwdc.f.o -[ 50%] Building C object CMakeFiles/fms.dir/FMS/memutils/memuse.c.o -[ 50%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/h2ophys.f.o -[ 50%] Building C object CMakeFiles/fms.dir/FMS/mosaic/create_xgrid.c.o -[ 50%] Building C object CMakeFiles/fms.dir/FMS/mosaic/gradient_c2l.c.o -[ 50%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/lsm_ruc_sfc_sice_interstitial.F90.o -[ 51%] Building C object CMakeFiles/fms.dir/FMS/mosaic/interp.c.o -[ 51%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/m_micro.F90.o -[ 51%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/m_micro_interstitial.F90.o -[ 51%] Building C object CMakeFiles/fms.dir/FMS/mosaic/mosaic_util.c.o -[ 51%] Building C object CMakeFiles/fms.dir/FMS/mosaic/read_mosaic.c.o -[ 51%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYJPBL_wrapper.F90.o -[ 51%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYJSFC_wrapper.F90.o -[ 51%] Building C object CMakeFiles/fms.dir/FMS/affinity/affinity.c.o -[ 51%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNPBL_wrapper.F90.o -[ 52%] Building C object CMakeFiles/fms.dir/FMS/mpp/nsclock.c.o -[ 52%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNSFC_wrapper.F90.o -[ 52%] Building C object CMakeFiles/fms.dir/FMS/mpp/threadloc.c.o -[ 52%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNrad_post.F90.o -[ 52%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNrad_pre.F90.o -[ 53%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/moninshoc.f.o -[ 54%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_fer_hires.F90.o -[ 54%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_thompson.F90.o -[ 55%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_thompson_post.F90.o -[ 55%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_thompson_pre.F90.o -[ 55%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/multi_gases.F90.o -[ 55%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozphys_2015.f.o -[ 55%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/precpd.f.o -[ 56%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sascnvn.F.o -[ 56%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/satmedmfvdif.F.o -[ 57%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/satmedmfvdifq.F.o -[ 57%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_cice.f.o -[ 58%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_drv_ruc.F90.o -[ 58%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_ocean.F.o -[ 58%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfcsub.F.o -[ 59%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/shalcnv.F.o -[ 59%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/shinhongvdif.F90.o -[ 59%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ugwp_driver_v0.F.o -[ 59%] Linking Fortran static library FMS/libfms.a -[ 59%] Built target fms -[ 60%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ysuvdif.F90.o -[ 60%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/calpreciptype.f90.o -[ 60%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gcycle.F90.o -[ 61%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gocart_tracer_config_stub.f.o -[ 62%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfpbl.f.o -[ 62%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_triggers.F90.o -[ 63%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_solvers.F90.o -[ 63%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_utils.F90.o -[ 63%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_orowam2017.f.o -[ 63%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_vert_lsatdis.F90.o -[ 64%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_vert_orodis.F90.o -[ 64%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_vert_wmsdis.F90.o -[ 64%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfpblt.f.o -[ 65%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfpbltq.f.o -[ 65%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfscu.f.o -[ 65%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfscuq.f.o -[ 66%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/num_parthds.F.o -[ 67%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sflx.f.o -[ 67%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/tridi.f.o -[ 67%] Linking Fortran static library libccppphys.a -[ 67%] Built target ccppphys -Scanning dependencies of target gfsphysics -[ 68%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/namelist_soilveg.f.o -[ 68%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mersenne_twister.f.o -[ 68%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/GFDL_parse_tracers.F90.o -[ 68%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/machine.F.o -[ 68%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/physparam.f.o -[ 68%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/CCPP_layer/CCPP_typedefs.F90.o -[ 68%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/physcons.F90.o -[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radsw_param.f.o -[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radlw_param.f.o -[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_typedefs.F90.o -[ 71%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_diagnostics.F90.o -[ 71%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_driver.F90.o -[ 71%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/CCPP_layer/CCPP_data.F90.o -[ 71%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_restart.F90.o -[ 71%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_abstraction_layer.F90.o -[ 71%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/noahmp_tables.f90.o -[ 71%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/__/ccpp/physics/ccpp_static_api.F90.o -[ 71%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/set_soilveg.f.o -[ 71%] Linking Fortran static library libgfsphysics.a -[ 71%] Built target gfsphysics -Scanning dependencies of target ccppdriver +[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/grid.F90.o +[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_utilities.F90.o +[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core.F90.o +[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core_ecda.F90.o +[ 41%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_driver.F90.o +[ 42%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_abstraction_layer.F90.o +[ 43%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2oc.f.o +[ 43%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_solar_heating.f.o +[ 43%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_tracer.f.o +[ 44%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ideaca.f.o +[ 44%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfcsub.F.o +[ 44%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ugwp_driver_v0.f.o +[ 44%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cnvc90.f.o +[ 44%] Building Fortran object CMakeFiles/fms.dir/FMS/random_numbers/random_numbers.F90.o +[ 44%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/dcyc2.f.o +[ 44%] Building Fortran object CMakeFiles/fms.dir/FMS/sat_vapor_pres/sat_vapor_pres.F90.o +[ 44%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/dcyc2.pre.rad.f.o +[ 44%] Building Fortran object CMakeFiles/fms.dir/FMS/station_data/station_data.F90.o +[ 44%] Building Fortran object CMakeFiles/fms.dir/FMS/topography/topography.F90.o +[ 44%] Building Fortran object CMakeFiles/fms.dir/FMS/tracer_manager/tracer_manager.F90.o +[ 44%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/get_prs.f.o +[ 44%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gocart_tracer_config_stub.f.o +[ 44%] Building Fortran object CMakeFiles/fms.dir/FMS/tridiagonal/tridiagonal.F90.o +[ 45%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/quicksort.F90.o +[ 46%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gscond.f.o +[ 46%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gscondp.f.o +[ 47%] Building C object CMakeFiles/fms.dir/FMS/memutils/memuse.c.o +[ 47%] Building C object CMakeFiles/fms.dir/FMS/mosaic/create_xgrid.c.o +[ 47%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gwdc.f.o +[ 47%] Building C object CMakeFiles/fms.dir/FMS/mosaic/gradient_c2l.c.o +[ 48%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gwdps.f.o +[ 49%] Building C object CMakeFiles/fms.dir/FMS/mosaic/interp.c.o +[ 49%] Building C object CMakeFiles/fms.dir/FMS/mosaic/mosaic_util.c.o +[ 49%] Building C object CMakeFiles/fms.dir/FMS/mosaic/read_mosaic.c.o +[ 49%] Building C object CMakeFiles/fms.dir/FMS/affinity/affinity.c.o +[ 50%] Building C object CMakeFiles/fms.dir/FMS/mpp/nsclock.c.o +[ 50%] Building C object CMakeFiles/fms.dir/FMS/mpp/threadloc.c.o +[ 50%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_orowam2017.f.o +[ 50%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2ohdc.f.o +[ 50%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2ophys.f.o +[ 50%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_co2.f.o +[ 50%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_dissipation.f.o +[ 51%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_ion.f.o +[ 51%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_h2o.f.o +[ 51%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_o2_o3.f.o +[ 52%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_phys.f.o +[ 52%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/lrgsclr.f.o +[ 52%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfpbl.f.o +[ 53%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfpblt.f.o +[ 53%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfpbltq.f.o +[ 53%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfscu.f.o +[ 54%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfscuq.f.o +[ 54%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninedmf.f.o +[ 54%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninedmf_hafs.f.o +[ 55%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninp.f.o +[ 55%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninp1.f.o +[ 55%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninq.f.o +[ 56%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninq1.f.o +[ 56%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninshoc.f.o +[ 56%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mstadb.f.o +[ 57%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mstadbtn.f.o +[ 57%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mstadbtn2.f.o +[ 57%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mstcnv.f.o +[ 58%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ozphys.f.o +[ 58%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ozphys_2015.f.o +[ 58%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/precpd.f.o +[ 59%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/precpd_shoc.f.o +[ 59%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/precpdp.f.o +[ 59%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/progt2.f.o +[ 59%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/rad_initialize.f.o +[ 60%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/rayleigh_damp.f.o +[ 60%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/rayleigh_damp_mesopause.f.o +[ 60%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/samfaerosols.f.o +[ 61%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/samfdeepcnv.f.o +[ 61%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/samfshalcnv.f.o +[ 61%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sascnv.f.o +[ 61%] Linking Fortran static library FMS/libfms.a +[ 61%] Built target fms +[ 61%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sascnvn.f.o +[ 62%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/satmedmfvdif.f.o +[ 62%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/satmedmfvdifq.f.o +[ 62%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/set_soilveg.f.o +[ 62%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_noahmp_drv.f.o +[ 62%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sflx.f.o +[ 62%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcnv.f.o +[ 63%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcv.f.o +[ 63%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcv_1lyr.f.o +[ 63%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcv_fixdp.f.o +[ 63%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcv_opr.f.o +[ 63%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/tridi2t3.f.o +[ 63%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/calpreciptype.f90.o +[ 63%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gcm_shoc.f90.o +[ 64%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2ointerp.f90.o +[ 65%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ozinterp.f90.o +[ 65%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/iccninterp.f90.o +[ 65%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/aerinterp.f90.o +[ 66%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/num_parthds.F.o +[ 67%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gcycle.F90.o +[ 68%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_ugwp_utils.F90.o +[ 68%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_ugwp_triggers.F90.o +[ 68%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_ugwp_solvers.F90.o +[ 68%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_vert_lsatdis.F90.o +[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_vert_orodis.F90.o +[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_vert_wmsdis.F90.o +[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/m_micro_driver.F90.o +[ 70%] Linking Fortran static library libgfsphysics.a +[ 70%] Built target gfsphysics Scanning dependencies of target ipd -[ 71%] Building Fortran object FV3/ccpp/driver/CMakeFiles/ccppdriver.dir/CCPP_driver.F90.o -[ 71%] Building Fortran object FV3/ipd/CMakeFiles/ipd.dir/IPD_typedefs.F90.o -[ 71%] Building Fortran object FV3/ipd/CMakeFiles/ipd.dir/IPD_driver.F90.o -[ 72%] Linking Fortran static library libccppdriver.a -[ 72%] Built target ccppdriver -[ 73%] Linking Fortran static library libipd.a -[ 73%] Built target ipd +[ 70%] Building Fortran object FV3/ipd/CMakeFiles/ipd.dir/IPD_typedefs.F90.o +[ 70%] Building Fortran object FV3/ipd/CMakeFiles/ipd.dir/IPD_driver.F90.o +[ 70%] Linking Fortran static library libipd.a +[ 70%] Built target ipd Scanning dependencies of target io -[ 74%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_fv3_io_def.F90.o -[ 74%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_internal_state.F90.o +[ 70%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_fv3_io_def.F90.o +[ 70%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_internal_state.F90.o +[ 70%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_nemsio.F90.o +[ 71%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_netcdf.F90.o Scanning dependencies of target fv3core -[ 74%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/external_sst.F90.o -[ 74%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_arrays.F90.o -[ 74%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_fill.F90.o -[ 74%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_nemsio.F90.o -[ 74%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/sim_nc_mod.F90.o +[ 72%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_arrays.F90.o +[ 73%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/external_sst.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 74%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_netcdf.F90.o -[ 74%] Building Fortran object FV3/io/CMakeFiles/io.dir/post_gfs.F90.o +[ 73%] Building Fortran object FV3/io/CMakeFiles/io.dir/post_gfs.F90.o +[ 74%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_fill.F90.o +[ 74%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/sim_nc_mod.F90.o [ 74%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/DYCORE_typedefs.F90.o [ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_mp_mod.F90.o [ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/sorted_index.F90.o -[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_timing.F90.o -[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_sg.F90.o -[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_eta.F90.o -[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/boundary.F90.o -[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_grid_utils.F90.o +[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_timing.F90.o +[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_eta.F90.o +[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_cmp.F90.o +[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_sg.F90.o +[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_grid_utils.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. +[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/boundary.F90.o +[ 76%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_wrt_grid_comp.F90.o +[ 76%] Building Fortran object FV3/io/CMakeFiles/io.dir/ffsync.F90.o [ 76%] Building Fortran object FV3/io/CMakeFiles/io.dir/FV3GFS_io.F90.o -[ 77%] Building Fortran object FV3/io/CMakeFiles/io.dir/ffsync.F90.o -[ 77%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_wrt_grid_comp.F90.o -[ 78%] Building Fortran object FV3/io/CMakeFiles/io.dir/post_nems_routines.F90.o -[ 78%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/a2b_edge.F90.o -[ 79%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_surf_map.F90.o -[ 79%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_mapz.F90.o -[ 79%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/tp_core.F90.o -[ 79%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_grid_tools.F90.o -[ 79%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/init_hydro.F90.o -[ 79%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_treat_da_inc.F90.o -[ 79%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/sw_core.F90.o +[ 76%] Building Fortran object FV3/io/CMakeFiles/io.dir/post_nems_routines.F90.o +[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_mapz.F90.o +[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/a2b_edge.F90.o +[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_surf_map.F90.o +[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/tp_core.F90.o +[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_grid_tools.F90.o +[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/init_hydro.F90.o +[ 78%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_treat_da_inc.F90.o +[ 78%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/sw_core.F90.o [ 79%] Linking Fortran static library libio.a [ 79%] Built target io [ 79%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_iau_mod.F90.o [ 79%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_diagnostics.F90.o -[ 79%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_io.F90.o +[ 80%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_io.F90.o [ 80%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/nh_utils.F90.o -[ 80%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/nh_core.F90.o -[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/fv_nggps_diag.F90.o +[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/nh_core.F90.o [ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_regional_bc.F90.o [ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/test_cases.F90.o -[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_nudge.F90.o -[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_tracer2d.F90.o -[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/dyn_core.F90.o +[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_nudge.F90.o +[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/fv_nggps_diag.F90.o +[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_tracer2d.F90.o [ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_update_phys.F90.o +[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/dyn_core.F90.o [ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/external_ic.F90.o [ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_restart.F90.o -[ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_control.F90.o +[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_control.F90.o [ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_nesting.F90.o -[ 85%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_dynamics.F90.o -[ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/atmosphere.F90.o -[ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/multi_gases.F90.o +[ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_dynamics.F90.o +[ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/atmosphere.F90.o +[ 85%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/multi_gases.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 86%] Linking Fortran static library libfv3core.a -[ 86%] Built target fv3core +[ 85%] Linking Fortran static library libfv3core.a +[ 85%] Built target fv3core Scanning dependencies of target stochastic_physics -[ 86%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_resol_def.f.o [ 86%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/update_ca.f90.o +[ 86%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_gg_def.f.o [ 87%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/spectral_layout.F90.o -[ 87%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_gg_def.f.o +[ 87%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_resol_def.f.o [ 87%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_layout_lag.f.o [ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/glats_stochy.f.o [ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_namelist_def.F90.o +[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/compns_stochy.F90.o +[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/epslon_stochy.f.o [ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/setlats_lag_stochy.f.o -[ 89%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/epslon_stochy.f.o -[ 89%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/get_lats_node_a_stochy.f.o -[ 90%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/get_ls_node_stochy.f.o -[ 90%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/gozrineo_stochy.f.o -[ 90%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/pln2eo_stochy.f.o +[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/get_lats_node_a_stochy.f.o +[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/get_ls_node_stochy.f.o +[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/gozrineo_stochy.f.o +[ 89%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/pln2eo_stochy.f.o [ 90%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/setlats_a_stochy.f.o -[ 90%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_internal_state_mod.F90.o +[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_internal_state_mod.F90.o [ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/dezouv_stochy.f.o [ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/dozeuv_stochy.f.o [ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/four_to_grid_stochy.F.o -[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/compns_stochy.F90.o -[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_patterngenerator.F90.o -[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/sumfln_stochy.f.o -[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/getcon_lag_stochy.f.o -[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/getcon_spectral.F90.o -[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/initialize_spectral_mod.F90.o -[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_data_mod.F90.o -[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/get_stochy_pattern.F90.o -[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochastic_physics.F90.o +[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_patterngenerator.F90.o +[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/sumfln_stochy.f.o +[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/getcon_lag_stochy.f.o +[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/getcon_spectral.F90.o +[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/initialize_spectral_mod.F90.o +[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_data_mod.F90.o +[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/get_stochy_pattern.F90.o +[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochastic_physics.F90.o [ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/plumes.f90.o -[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/cellular_automata.f90.o [ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/num_parthds_stochy.f.o -[ 94%] Linking Fortran static library libstochastic_physics.a -[ 94%] Built target stochastic_physics +[ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/cellular_automata.f90.o +[ 95%] Linking Fortran static library libstochastic_physics.a +[ 95%] Built target stochastic_physics Scanning dependencies of target fv3cap -[ 94%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/module_fv3_config.F90.o -[ 94%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/atmos_model.F90.o -[ 94%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/module_fcst_grid_comp.F90.o -[ 95%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/fv3_cap.F90.o -[ 95%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/time_utils.F90.o -[ 96%] Linking Fortran static library libfv3cap.a -[ 96%] Built target fv3cap +[ 95%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/module_fv3_config.F90.o +[ 96%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/atmos_model.F90.o +[ 97%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/module_fcst_grid_comp.F90.o +[ 97%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/fv3_cap.F90.o +[ 97%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/time_utils.F90.o +[ 97%] Linking Fortran static library libfv3cap.a +[ 97%] Built target fv3cap Scanning dependencies of target NEMS.exe -[ 96%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_MEDIATOR_methods.F90.o +[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/ENS_Cpl/ENS_CplComp_ESMFMod_STUB.F90.o [ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_MEDIATOR_SpaceWeather.F90.o [ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_EARTH_INTERNAL_STATE.F90.o -[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/ENS_Cpl/ENS_CplComp_ESMFMod_STUB.F90.o -[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_UTILS.F90.o -[ 98%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_INTERNAL_STATE.F90.o -[ 98%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_Rusage.F90.o -[100%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_MEDIATOR.F90.o -[100%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_EARTH_GRID_COMP.F90.o -[100%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_GRID_COMP.F90.o -[100%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/MAIN_NEMS.F90.o -[100%] Building C object CMakeFiles/NEMS.exe.dir/NEMS/src/nems_c_rusage.c.o -[100%] Linking Fortran executable NEMS.exe -/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib/libjasper.a(jas_stream.o): In function `jas_stream_tmpfile': -/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/src/jasper-1.900.29/src/libjasper/base/jas_stream.c:520: warning: the use of `tmpnam' is dangerous, better use `mkstemp' -[100%] Built target NEMS.exe -+ mv NEMS.exe ../fv3_11.exe -+ cp /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3 ../modules.fv3_11 -+ cd .. -+ '[' YES = YES ']' -+ rm -rf build_fv3_11 -+ elapsed=656 -+ echo 'Elapsed time 656 seconds. Compiling REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp finished' -Elapsed time 656 seconds. Compiling REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp finished -+ SECONDS=0 -+++ readlink -f /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/compile_cmake.sh -++ dirname /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/compile_cmake.sh -+ readonly MYDIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests -+ MYDIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests -+ readonly ARGC=4 -+ ARGC=4 -+ cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests -+ [[ 4 -eq 0 ]] -+ [[ 4 -lt 2 ]] -+ PATHTR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model -+ MACHINE_ID=wcoss_dell_p3 -+ MAKE_OPT='REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_csawmgshoc,FV3_GFS_2017_csawmg,FV3_GFS_2017_satmedmf' -+ BUILD_NAME=fv3_12 -+ clean_before=YES -+ clean_after=YES -+ BUILD_DIR=build_fv3_12 -+ [[ wcoss_dell_p3 == cheyenne.* ]] -+ [[ wcoss_dell_p3 == wcoss_dell_p3 ]] -+ MAKE_THREADS=4 -+ MAKE_THREADS=4 -+ hostname -m72a3 -+ cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests -+ echo 'Compiling REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_csawmgshoc,FV3_GFS_2017_csawmg,FV3_GFS_2017_satmedmf into fv3_12.exe on wcoss_dell_p3' -Compiling REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_csawmgshoc,FV3_GFS_2017_csawmg,FV3_GFS_2017_satmedmf into fv3_12.exe on wcoss_dell_p3 -+ '[' YES = YES ']' -+ rm -rf build_fv3_12 -+ mkdir -p build_fv3_12 -+ CCPP_CMAKE_FLAGS= -+ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_csawmgshoc,FV3_GFS_2017_csawmg,FV3_GFS_2017_satmedmf == *\D\E\B\U\G\=\Y* ]] -+ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_csawmgshoc,FV3_GFS_2017_csawmg,FV3_GFS_2017_satmedmf == *\R\E\P\R\O\=\Y* ]] -+ CCPP_CMAKE_FLAGS=' -DREPRO=Y' -+ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_csawmgshoc,FV3_GFS_2017_csawmg,FV3_GFS_2017_satmedmf == *\3\2\B\I\T\=\Y* ]] -+ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_csawmgshoc,FV3_GFS_2017_csawmg,FV3_GFS_2017_satmedmf == *\O\P\E\N\M\P\=\N* ]] -+ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_csawmgshoc,FV3_GFS_2017_csawmg,FV3_GFS_2017_satmedmf == *\C\C\P\P\=\Y* ]] -+ CCPP_CMAKE_FLAGS=' -DREPRO=Y -DCCPP=ON -DMPI=ON' -+ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_csawmgshoc,FV3_GFS_2017_csawmg,FV3_GFS_2017_satmedmf == *\D\E\B\U\G\=\Y* ]] -+ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_csawmgshoc,FV3_GFS_2017_csawmg,FV3_GFS_2017_satmedmf == *\R\E\P\R\O\=\Y* ]] -+ CCPP_CMAKE_FLAGS=' -DREPRO=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit' -+ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_csawmgshoc,FV3_GFS_2017_csawmg,FV3_GFS_2017_satmedmf == *\3\2\B\I\T\=\Y* ]] -+ CCPP_CMAKE_FLAGS=' -DREPRO=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -DDYN32=OFF' -+ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_csawmgshoc,FV3_GFS_2017_csawmg,FV3_GFS_2017_satmedmf == *\S\T\A\T\I\C\=\Y* ]] -+ CCPP_CMAKE_FLAGS=' -DREPRO=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -DDYN32=OFF -DSTATIC=ON' -+ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_csawmgshoc,FV3_GFS_2017_csawmg,FV3_GFS_2017_satmedmf == *\M\U\L\T\I\_\G\A\S\E\S\=\Y* ]] -+ CCPP_CMAKE_FLAGS=' -DREPRO=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF' -++ echo REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_csawmgshoc,FV3_GFS_2017_csawmg,FV3_GFS_2017_satmedmf -++ sed 's/.* SUITES=//' -++ sed 's/ .*//' -+ SUITES=FV3_GFS_2017_csawmgshoc,FV3_GFS_2017_csawmg,FV3_GFS_2017_satmedmf -+ cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model -+ ./FV3/ccpp/framework/scripts/ccpp_prebuild.py --config=FV3/ccpp/config/ccpp_prebuild_config.py --static --suites=FV3_GFS_2017_csawmgshoc,FV3_GFS_2017_csawmg,FV3_GFS_2017_satmedmf --builddir=tests/build_fv3_12/FV3 -INFO: Logging level set to INFO -INFO: Found TYPEDEFS_NEW_METADATA dictionary in config, assume at least some data is in new metadata formet -INFO: Parsing suite definition files ... -INFO: Parsing suite definition file FV3/ccpp/suites/suite_FV3_GFS_2017_csawmgshoc.xml ... -INFO: Parsing suite definition file FV3/ccpp/suites/suite_FV3_GFS_2017_csawmg.xml ... -INFO: Parsing suite definition file FV3/ccpp/suites/suite_FV3_GFS_2017_satmedmf.xml ... -INFO: Parsing metadata tables for variables provided by host model ... -INFO: Parsed variable definition tables in module machine -INFO: Parsed variable definition tables in module module_radsw_parameters -INFO: Parsed variable definition tables in module module_radlw_parameters -INFO: Parsed variable definition tables in module CCPP_typedefs -INFO: Parsed variable definition tables in module GFS_typedefs -INFO: Parsed variable definition tables in module CCPP_data -INFO: Parsed variable definition tables in module ccpp_types -INFO: Convert local names from new metadata format into old metadata format ... -INFO: Converting local name sfcflw of variable lw_fluxes_sfc from new to old metadata -INFO: Converting local name nslwr of variable number_of_timesteps_between_longwave_radiation_calls from new to old metadata -INFO: Converting local name hydrostatic of variable flag_for_hydrostatic_solver from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_of_kinematic_buoyancy_flux_from_shoc_in_phy_f3d) of variable kinematic_buoyancy_flux_from_shoc from new to old metadata -INFO: Converting local name nkbfshoc of variable index_of_kinematic_buoyancy_flux_from_shoc_in_phy_f3d from new to old metadata -INFO: Converting local name dvisbm_cpl of variable cumulative_surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name cnvw of variable convective_cloud_water_mixing_ratio from new to old metadata -INFO: Converting local name ltaerosol of variable flag_for_aerosol_physics from new to old metadata -INFO: Converting local name rainmcadj of variable lwe_thickness_of_moist_convective_adj_precipitation_amount from new to old metadata -INFO: Converting local name loop_cnt of variable ccpp_loop_counter from new to old metadata -INFO: Converting local name ncpi of variable local_ice_number_concentration from new to old metadata -INFO: Converting local name pt of variable virtual_temperature_at_Lagrangian_surface from new to old metadata -INFO: Converting local name nirbmui of variable surface_upwelling_direct_near_infrared_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name vconvtend of variable tendency_of_y_wind_due_to_deep_convection_for_coupling_on_physics_timestep from new to old metadata -INFO: Converting local name uustar_ice of variable surface_friction_velocity_over_ice from new to old metadata -INFO: Converting local name phy_myj_uz0 of variable u_wind_component_at_viscous_sublayer_top from new to old metadata -INFO: Converting local name evap_land of variable kinematic_surface_upward_latent_heat_flux_over_land from new to old metadata -INFO: Converting local name ocean of variable flag_nonzero_ocean_surface_fraction from new to old metadata -INFO: Converting local name ep1d_ocean of variable surface_upward_potential_latent_heat_flux_over_ocean from new to old metadata -INFO: Converting local name qconvtend of variable tendency_of_water_vapor_specific_humidity_due_to_deep_convection_for_coupling_on_physics_timestep from new to old metadata -INFO: Converting local name islmsk_cice of variable sea_land_ice_mask_cice from new to old metadata -INFO: Converting local name cmm_ice of variable surface_drag_wind_speed_for_momentum_in_air_over_ice from new to old metadata -INFO: Converting local name visdfdi of variable surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name cnv_ndrop of variable number_concentration_of_cloud_liquid_water_particles_for_detrainment from new to old metadata -INFO: Converting local name sh2o of variable volume_fraction_of_unfrozen_soil_moisture_for_land_surface_model from new to old metadata -INFO: Converting local name tau_tofd of variable time_integral_of_momentum_flux_due_to_turbulent_orographic_form_drag from new to old metadata -INFO: Converting local name dnirbmi_cpl of variable instantaneous_surface_downwelling_direct_near_infrared_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name refdmax263k of variable maximum_reflectivity_at_minus10c_over_maximum_hourly_time_interval from new to old metadata -INFO: Converting local name ulwsfci of variable surface_upwelling_longwave_flux from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_liquid_cloud_condensate) of variable tendency_of_liquid_cloud_water_mixing_ratio_due_to_model_physics from new to old metadata -INFO: Converting local name ntcw of variable index_for_liquid_cloud_condensate from new to old metadata -INFO: Converting local name lheatstrg of variable flag_for_canopy_heat_storage from new to old metadata -INFO: Converting local name slc of variable volume_fraction_of_unfrozen_soil_moisture from new to old metadata -INFO: Converting local name tsfc_land of variable surface_skin_temperature_over_land_interstitial from new to old metadata -INFO: Converting local name save_v of variable y_wind_save from new to old metadata -INFO: Converting local name xkzm_m of variable atmosphere_momentum_diffusivity_background from new to old metadata -INFO: Converting local name gabsbdlw_land of variable surface_downwelling_longwave_flux_absorbed_by_ground_over_land from new to old metadata -INFO: Converting local name tprcp_ice of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_ice from new to old metadata -INFO: Converting local name stblcpxy of variable slow_soil_pool_mass_content_of_carbon from new to old metadata -INFO: Converting local name cdq_land of variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_land from new to old metadata -INFO: Converting local name du3dt(:,:,2) of variable cumulative_change_in_x_wind_due_to_orographic_gravity_wave_drag from new to old metadata -INFO: Converting local name mg_berg_eff_factor of variable mg_bergeron_efficiency_factor from new to old metadata -INFO: Converting local name clouds(:,:,3) of variable mean_effective_radius_for_liquid_cloud from new to old metadata -INFO: Converting local name aer_nm of variable aerosol_number_concentration_from_gocart_aerosol_climatology from new to old metadata -INFO: Converting local name xzts of variable sensitivity_of_dtl_thickness_to_surface_temperature from new to old metadata -INFO: Converting local name lake of variable flag_nonzero_lake_surface_fraction from new to old metadata -INFO: Converting local name kb of variable vertical_index_difference_between_layer_and_lower_bound from new to old metadata -INFO: Converting local name ipt of variable index_for_diagnostic_printout from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_ice_friendly_aerosols) of variable ice_friendly_aerosol_number_concentration from new to old metadata -INFO: Converting local name ntia of variable index_for_ice_friendly_aerosols from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_rain_water) of variable tendency_of_rain_water_mixing_ratio_due_to_model_physics from new to old metadata -INFO: Converting local name ntrw of variable index_for_rain_water from new to old metadata -INFO: Converting local name con_epsm1 of variable ratio_of_dry_air_to_water_vapor_gas_constants_minus_one from new to old metadata -INFO: Converting local name dqsfc_cice of variable surface_upward_latent_heat_flux_for_coupling_interstitial from new to old metadata -INFO: Converting local name last_step of variable flag_for_the_last_step_of_k_split_remapping from new to old metadata -INFO: Converting local name huge of variable netcdf_float_fillvalue from new to old metadata -INFO: Converting local name save_q(:,:,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio_save from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_liquid_cloud_number_concentration) of variable cloud_droplet_number_concentration from new to old metadata -INFO: Converting local name ntlnc of variable index_for_liquid_cloud_number_concentration from new to old metadata -INFO: Converting local name dv3dt(:,:,1) of variable cumulative_change_in_y_wind_due_to_PBL from new to old metadata -INFO: Converting local name imp_physics_mg of variable flag_for_morrison_gettelman_microphysics_scheme from new to old metadata -INFO: Converting local name cldtaulw of variable cloud_optical_depth_layers_at_10mu_band from new to old metadata -INFO: Converting local name wet of variable flag_nonzero_wet_surface_fraction from new to old metadata -INFO: Converting local name qsnowxy of variable snow_precipitation_rate_at_surface from new to old metadata -INFO: Converting local name iopt_frz of variable flag_for_supercooled_liquid_water_option from new to old metadata -INFO: Converting local name dsnow_cpl of variable tendency_of_lwe_thickness_of_snow_amount_for_coupling from new to old metadata -INFO: Converting local name cldsa of variable cloud_area_fraction_for_radiation from new to old metadata -INFO: Converting local name totsnwb of variable accumulated_lwe_thickness_of_snow_amount_in_bucket from new to old metadata -INFO: Converting local name gq0(:,:,index_for_rain_water) of variable rain_water_mixing_ratio_updated_by_physics from new to old metadata -INFO: Converting local name totsnw of variable accumulated_lwe_thickness_of_snow_amount from new to old metadata -INFO: Converting local name xkzm_s of variable diffusivity_background_sigma_level from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_water_friendly_aerosols) of variable tendency_of_water_friendly_aerosol_number_concentration_due_to_model_physics from new to old metadata -INFO: Converting local name ntwa of variable index_for_water_friendly_aerosols from new to old metadata -INFO: Converting local name fswtr of variable fraction_of_cloud_top_water_scavenged from new to old metadata -INFO: Converting local name nvisbmi_cpl of variable instantaneous_surface_net_downward_direct_ultraviolet_and_visible_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_of_atmosphere_heat_diffusivity_from_shoc_in_phy_f3d) of variable atmosphere_heat_diffusivity_from_shoc from new to old metadata -INFO: Converting local name nahdshoc of variable index_of_atmosphere_heat_diffusivity_from_shoc_in_phy_f3d from new to old metadata -INFO: Converting local name nthreads of variable omp_threads_for_fast_physics from new to old metadata -INFO: Converting local name icemp of variable lwe_thickness_of_ice_amount from new to old metadata -INFO: Converting local name dqsfc_cpl of variable cumulative_surface_upward_latent_heat_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name con_jcal of variable joules_per_calorie_constant from new to old metadata -INFO: Converting local name xmu of variable zenith_angle_temporal_adjustment_factor_for_shortwave_fluxes from new to old metadata -INFO: Converting local name con_fvirt of variable ratio_of_vapor_to_dry_air_gas_constants_minus_one from new to old metadata -INFO: Converting local name evfactl_deep of variable rain_evaporation_coefficient_over_land_deep_convection from new to old metadata -INFO: Converting local name canliqxy of variable canopy_intercepted_liquid_water from new to old metadata -INFO: Converting local name phy_myj_qsfc of variable surface_specific_humidity_for_MYJ_schemes from new to old metadata -INFO: Converting local name rainncprv of variable lwe_thickness_of_explicit_rainfall_amount_from_previous_timestep from new to old metadata -INFO: Converting local name Tbd of variable GFS_tbd_type_instance from new to old metadata -INFO: Converting local name v1 of variable y_wind_at_lowest_model_layer_for_diag from new to old metadata -INFO: Converting local name det_mf of variable cumulative_atmosphere_detrainment_convective_mass_flux from new to old metadata -INFO: Converting local name psurf of variable surface_air_pressure_diag from new to old metadata -INFO: Converting local name gasvmr(:,:,10) of variable volume_mixing_ratio_cfc113 from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_for_rain_effective_radius) of variable effective_radius_of_stratiform_cloud_rain_particle_in_um from new to old metadata -INFO: Converting local name nreffr of variable index_for_rain_effective_radius from new to old metadata -INFO: Converting local name del_gz of variable geopotential_difference_between_midlayers_divided_by_midlayer_virtual_temperature from new to old metadata -INFO: Converting local name imfdeepcnv_ntiedtke of variable flag_for_ntiedtke_deep_convection_scheme from new to old metadata -INFO: Converting local name h2o_coeff of variable number_of_coefficients_in_h2o_forcing_data from new to old metadata -INFO: Converting local name tgrs of variable air_temperature from new to old metadata -INFO: Converting local name xlon of variable longitude from new to old metadata -INFO: Converting local name c_d of variable coefficient_c_d from new to old metadata -INFO: Converting local name tlvl of variable air_temperature_at_interface_for_radiation from new to old metadata -INFO: Converting local name f_rimef of variable rime_factor from new to old metadata -INFO: Converting local name mg_do_ice_gmao of variable mg_flag_for_gmao_ice_formulation from new to old metadata -INFO: Converting local name snowca of variable cumulative_surface_snow_area_fraction_multiplied_by_timestep from new to old metadata -INFO: Converting local name hflx of variable kinematic_surface_upward_sensible_heat_flux from new to old metadata -INFO: Converting local name dt3dt(:,:,6) of variable cumulative_change_in_temperature_due_to_microphysics from new to old metadata -INFO: Converting local name nirdfui of variable surface_upwelling_diffuse_near_infrared_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name trans of variable transpiration_flux from new to old metadata -INFO: Converting local name ntchs of variable index_for_first_chemical_tracer from new to old metadata -INFO: Converting local name idxday of variable daytime_points from new to old metadata -INFO: Converting local name iceprv of variable lwe_thickness_of_ice_amount_from_previous_timestep from new to old metadata -INFO: Converting local name mg_alf of variable mg_tuning_factor_for_alphas from new to old metadata -INFO: Converting local name nupdraft of variable number_of_plumes from new to old metadata -INFO: Converting local name qr_r of variable cloud_rain_water_mixing_ratio from new to old metadata -INFO: Converting local name sec of variable seconds_elapsed_since_model_initialization from new to old metadata -INFO: Converting local name epi of variable instantaneous_surface_potential_evaporation from new to old metadata -INFO: Converting local name gflx_land of variable upward_heat_flux_in_soil_over_land from new to old metadata -INFO: Converting local name du3dt_ngw of variable time_integral_of_change_in_x_wind_due_to_nonstationary_gravity_wave from new to old metadata -INFO: Converting local name bl_mynn_cloudpdf of variable cloudpdf from new to old metadata -INFO: Converting local name vtype of variable vegetation_type_classification_real from new to old metadata -INFO: Converting local name imfdeepcnv_gf of variable flag_for_gf_deep_convection_scheme from new to old metadata -INFO: Converting local name lssav of variable flag_diagnostics from new to old metadata -INFO: Converting local name sfalb of variable surface_diffused_shortwave_albedo from new to old metadata -INFO: Converting local name acvb of variable smallest_cloud_base_vertical_index_encountered_thus_far from new to old metadata -INFO: Converting local name c_0 of variable coefficient_c_0 from new to old metadata -INFO: Converting local name mpirank of variable mpi_rank_for_fast_physics from new to old metadata -INFO: Converting local name ntrac of variable number_of_tracers from new to old metadata -INFO: Converting local name dvsfci of variable instantaneous_surface_y_momentum_flux_for_diag from new to old metadata -INFO: Converting local name GFS_Interstitial of variable GFS_interstitial_type_instance_all_threads from new to old metadata -INFO: Converting local name in_nm of variable in_number_concentration from new to old metadata -INFO: Converting local name blksz2(ccpp_block_number) of variable horizontal_dimension from new to old metadata -INFO: Converting local name blk_no of variable ccpp_block_number from new to old metadata -INFO: Converting local name min_lakeice of variable lake_ice_minimum from new to old metadata -INFO: Converting local name canicexy of variable canopy_intercepted_ice_mass from new to old metadata -INFO: Converting local name mg_precip_frac_method of variable mg_type_of_precip_fraction_method from new to old metadata -INFO: Converting local name lonr of variable number_of_equatorial_longitude_points from new to old metadata -INFO: Converting local name dt3dt(:,:,7) of variable cumulative_change_in_temperature_due_to_orographic_gravity_wave_drag from new to old metadata -INFO: Converting local name dtzm of variable mean_change_over_depth_in_sea_water_temperature from new to old metadata -INFO: Converting local name du3dt_mtb of variable time_integral_of_change_in_x_wind_due_to_mountain_blocking_drag from new to old metadata -INFO: Converting local name stress_land of variable surface_wind_stress_over_land from new to old metadata -INFO: Converting local name nspinup of variable number_of_iterations_to_spin_up_cellular_automata from new to old metadata -INFO: Converting local name zogw of variable height_of_launch_level_of_orographic_gravity_wave from new to old metadata -INFO: Converting local name ntsw of variable index_for_snow_water from new to old metadata -INFO: Converting local name cov of variable t_prime_q_prime from new to old metadata -INFO: Converting local name sup of variable ice_supersaturation_threshold from new to old metadata -INFO: Converting local name dt3dt(:,:,3) of variable cumulative_change_in_temperature_due_to_PBL from new to old metadata -INFO: Converting local name mg_qcvar of variable mg_cloud_water_variance from new to old metadata -INFO: Converting local name ffmm_ice of variable Monin_Obukhov_similarity_function_for_momentum_over_ice from new to old metadata -INFO: Converting local name dtdt of variable tendency_of_air_temperature_at_Lagrangian_surface from new to old metadata -INFO: Converting local name GFS_statein_type of variable GFS_statein_type from new to old metadata -INFO: Converting local name train of variable accumulated_change_of_air_temperature_due_to_FA_scheme from new to old metadata -INFO: Converting local name fscav of variable coefficients_for_aerosol_scavenging from new to old metadata -INFO: Converting local name prslk(:,1) of variable dimensionless_exner_function_at_lowest_model_layer from new to old metadata -INFO: Converting local name tf of variable frozen_cloud_threshold_temperature from new to old metadata -INFO: Converting local name communicator of variable mpi_comm from new to old metadata -INFO: Converting local name qs_r of variable cloud_snow_mixing_ratio from new to old metadata -INFO: Converting local name skebv_wts of variable weights_for_stochastic_skeb_perturbation_of_y_wind from new to old metadata -INFO: Converting local name bl_mynn_edmf_part of variable edmf_partition_flag from new to old metadata -INFO: Converting local name dq3dt(:,:,7) of variable cumulative_change_in_ozone_concentration_due_to_ozone_mixing_ratio from new to old metadata -INFO: Converting local name swhc of variable tendency_of_air_temperature_due_to_shortwave_heating_assuming_clear_sky_on_radiation_timestep from new to old metadata -INFO: Converting local name mg_ngnst of variable mg_graupel_concentration_constant from new to old metadata -INFO: Converting local name GFS_grid_type of variable GFS_grid_type from new to old metadata -INFO: Converting local name js of variable starting_y_direction_index from new to old metadata -INFO: Converting local name out_dt of variable flag_for_tendency_of_air_temperature_at_Lagrangian_surface from new to old metadata -INFO: Converting local name delr of variable layer_pressure_thickness_for_radiation from new to old metadata -INFO: Converting local name ncgl of variable local_graupel_number_concentration from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_snow_water) of variable snow_water_mixing_ratio from new to old metadata -INFO: Converting local name totgrp of variable accumulated_lwe_thickness_of_graupel_amount from new to old metadata -INFO: Converting local name cldtausw of variable cloud_optical_depth_layers_at_0p55mu_band from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_ozone) of variable tendency_of_ozone_mixing_ratio_due_to_model_physics from new to old metadata -INFO: Converting local name ntoz of variable index_for_ozone from new to old metadata -INFO: Converting local name evap of variable kinematic_surface_upward_latent_heat_flux from new to old metadata -INFO: Converting local name oro of variable orography from new to old metadata -INFO: Converting local name topfsw of variable sw_fluxes_top_atmosphere from new to old metadata -INFO: Converting local name jmap of variable map_of_block_column_number_to_global_j_index from new to old metadata -INFO: Converting local name cdq of variable surface_drag_coefficient_for_heat_and_moisture_in_air from new to old metadata -INFO: Converting local name soiltype of variable soil_type_classification from new to old metadata -INFO: Converting local name evap_ocean of variable kinematic_surface_upward_latent_heat_flux_over_ocean from new to old metadata -INFO: Converting local name nblks of variable number_of_blocks from new to old metadata -INFO: Converting local name dxinv of variable inverse_scaling_factor_for_critical_relative_humidity from new to old metadata -INFO: Converting local name dvsfc of variable cumulative_surface_y_momentum_flux_for_diag_multiplied_by_timestep from new to old metadata -INFO: Converting local name GFS_stateout_type of variable GFS_stateout_type from new to old metadata -INFO: Converting local name qg of variable cloud_graupel_specific_humidity_at_Lagrangian_surface from new to old metadata -INFO: Converting local name nmtvr of variable number_of_statistical_measures_of_subgrid_orography from new to old metadata -INFO: Converting local name nseed of variable cellular_automata_seed_frequency from new to old metadata -INFO: Converting local name nlives of variable cellular_automata_lifetime from new to old metadata -INFO: Converting local name vegf1d of variable perturbation_of_vegetation_fraction from new to old metadata -INFO: Converting local name v10m of variable y_wind_at_10m from new to old metadata -INFO: Converting local name hice of variable sea_ice_thickness from new to old metadata -INFO: Converting local name mbota of variable model_layer_number_at_cloud_base from new to old metadata -INFO: Converting local name ncnvw of variable index_for_convective_cloud_water_mixing_ratio_in_phy_f3d from new to old metadata -INFO: Converting local name flqc of variable surface_exchange_coefficient_for_moisture from new to old metadata -INFO: Converting local name imfshalcnv_samf of variable flag_for_samf_shallow_convection_scheme from new to old metadata -INFO: Converting local name ntdiag of variable diagnostics_control_for_chemical_tracers from new to old metadata -INFO: Converting local name c1_shal of variable detrainment_conversion_parameter_shallow_convection from new to old metadata -INFO: Converting local name con_g of variable gravitational_acceleration from new to old metadata -INFO: Converting local name je of variable ending_y_direction_index from new to old metadata -INFO: Converting local name hprime(:,1) of variable standard_deviation_of_subgrid_orography from new to old metadata -INFO: Converting local name lh of variable surface_latent_heat from new to old metadata -INFO: Converting local name v10max of variable maximum_v_wind_at_10m_over_maximum_hourly_time_interval from new to old metadata -INFO: Converting local name dvsfcg of variable instantaneous_y_stress_due_to_gravity_wave_drag from new to old metadata -INFO: Converting local name mg_ninst of variable mg_ice_concentration_constant from new to old metadata -INFO: Converting local name lwhd of variable tendency_of_air_temperature_due_to_longwave_heating_for_idea from new to old metadata -INFO: Converting local name ntkev of variable index_for_turbulent_kinetic_energy_vertical_diffusion_tracer from new to old metadata -INFO: Converting local name fm10 of variable Monin_Obukhov_similarity_function_for_momentum_at_10m from new to old metadata -INFO: Converting local name phour of variable forecast_time_at_previous_timestep from new to old metadata -INFO: Converting local name phys_hydrostatic of variable flag_for_hydrostatic_heating_from_physics from new to old metadata -INFO: Converting local name nswsfci of variable surface_net_downwelling_shortwave_flux from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_for_graupel_effective_radius) of variable effective_radius_of_stratiform_cloud_graupel_particle_in_um from new to old metadata -INFO: Converting local name ngeffr of variable index_for_graupel_effective_radius from new to old metadata -INFO: Converting local name kt of variable vertical_index_difference_between_layer_and_upper_bound from new to old metadata -INFO: Converting local name GFS_tbd_type of variable GFS_tbd_type from new to old metadata -INFO: Converting local name tsurf_ocean of variable surface_skin_temperature_after_iteration_over_ocean from new to old metadata -INFO: Converting local name gu0(:,1) of variable x_wind_at_lowest_model_layer_updated_by_physics from new to old metadata -INFO: Converting local name akap of variable kappa_dry_for_fast_physics from new to old metadata -INFO: Converting local name lsm of variable flag_for_land_surface_scheme from new to old metadata -INFO: Converting local name nscav of variable number_of_tracers_scavenged from new to old metadata -INFO: Converting local name ffmm of variable Monin_Obukhov_similarity_function_for_momentum from new to old metadata -INFO: Converting local name nnirbm_cpl of variable cumulative_surface_net_downward_direct_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name tau_mtb of variable instantaneous_momentum_flux_due_to_mountain_blocking_drag from new to old metadata -INFO: Converting local name snicexy of variable snow_layer_ice from new to old metadata -INFO: Converting local name flag_guess of variable flag_for_guess_run from new to old metadata -INFO: Converting local name dnirbm_cpl of variable cumulative_surface_downwelling_direct_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name chh_ocean of variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_ocean from new to old metadata -INFO: Converting local name dtsfci_cpl of variable instantaneous_surface_upward_sensible_heat_flux_for_coupling from new to old metadata -INFO: Converting local name flgmin of variable minimum_large_ice_fraction from new to old metadata -INFO: Converting local name t02max of variable maximum_temperature_at_2m_over_maximum_hourly_time_interval from new to old metadata -INFO: Converting local name tconvtend of variable tendency_of_air_temperature_due_to_deep_convection_for_coupling_on_physics_timestep from new to old metadata -INFO: Converting local name zorl of variable surface_roughness_length from new to old metadata -INFO: Converting local name coslat of variable cosine_of_latitude from new to old metadata -INFO: Converting local name pertalb of variable magnitude_of_surface_albedo_perturbation from new to old metadata -INFO: Converting local name aecm of variable instantaneous_aerosol_column_mass_densities from new to old metadata -INFO: Converting local name con_rv of variable gas_constant_water_vapor from new to old metadata -INFO: Converting local name wminco of variable cloud_condensed_water_conversion_threshold from new to old metadata -INFO: Converting local name fastcpxy of variable fast_soil_pool_mass_content_of_carbon from new to old metadata -INFO: Converting local name kind_grid of variable kind_grid from new to old metadata -INFO: Converting local name stress of variable surface_wind_stress from new to old metadata -INFO: Converting local name qgrs(:,1,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio_at_lowest_model_layer from new to old metadata -INFO: Converting local name rhc of variable critical_relative_humidity from new to old metadata -INFO: Converting local name tsfco of variable sea_surface_temperature from new to old metadata -INFO: Converting local name tau_ngw of variable instantaneous_momentum_flux_due_to_nonstationary_gravity_wave from new to old metadata -INFO: Converting local name tsfcl of variable surface_skin_temperature_over_land from new to old metadata -INFO: Converting local name clouds(:,:,7) of variable mean_effective_radius_for_rain_drop from new to old metadata -INFO: Converting local name con_cliq of variable specific_heat_of_liquid_water_at_constant_pressure from new to old metadata -INFO: Converting local name zmtb of variable height_of_mountain_blocking from new to old metadata -INFO: Converting local name ulwsfcin_cpl of variable surface_upwelling_longwave_flux_for_coupling from new to old metadata -INFO: Converting local name dlwsfc_cpl of variable cumulative_surface_downwelling_longwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name sfcdlw of variable surface_downwelling_longwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name t1 of variable air_temperature_at_lowest_model_layer_for_diag from new to old metadata -INFO: Converting local name ntiw of variable index_for_ice_cloud_condensate from new to old metadata -INFO: Converting local name bl_mynn_mixlength of variable mixing_length_flag from new to old metadata -INFO: Converting local name faerlw(:,:,:,1) of variable aerosol_optical_depth_for_longwave_bands_01_16 from new to old metadata -INFO: Converting local name ozpl of variable ozone_forcing from new to old metadata -INFO: Converting local name dlength of variable characteristic_grid_length_scale from new to old metadata -INFO: Converting local name slag of variable equation_of_time from new to old metadata -INFO: Converting local name ntot2d of variable number_of_fields_in_phyf2d from new to old metadata -INFO: Converting local name iopt_run of variable flag_for_runoff_and_groundwater_option from new to old metadata -INFO: Converting local name gq0(:,:,index_for_liquid_cloud_number_concentration) of variable cloud_droplet_number_concentration_updated_by_physics from new to old metadata -INFO: Converting local name sneqvoxy of variable snow_mass_at_previous_time_step from new to old metadata -INFO: Converting local name con_rhw0 of variable sea_water_reference_density from new to old metadata -INFO: Converting local name mtopa of variable model_layer_number_at_cloud_top from new to old metadata -INFO: Converting local name pertshc of variable magnitude_of_perturbation_of_soil_type_b_parameter from new to old metadata -INFO: Converting local name levi of variable vertical_interface_dimension from new to old metadata -INFO: Converting local name do_shoc of variable flag_for_shoc from new to old metadata -INFO: Converting local name du3dt_tms of variable time_integral_of_change_in_x_wind_due_to_turbulent_orographic_form_drag from new to old metadata -INFO: Converting local name snow_cpl of variable lwe_thickness_of_snow_amount_for_coupling from new to old metadata -INFO: Converting local name pkz of variable finite_volume_mean_edge_pressure_raised_to_the_power_of_kappa from new to old metadata -INFO: Converting local name nn of variable number_of_tracers_for_convective_transport from new to old metadata -INFO: Converting local name do_sat_adj of variable flag_for_saturation_adjustment_for_microphysics_in_dynamics from new to old metadata -INFO: Converting local name dx of variable cell_size from new to old metadata -INFO: Converting local name do_ugwp of variable do_ugwp from new to old metadata -INFO: Converting local name rain of variable lwe_thickness_of_precipitation_amount_on_dynamics_timestep from new to old metadata -INFO: Converting local name iopt_crs of variable flag_for_canopy_stomatal_resistance_option from new to old metadata -INFO: Converting local name qgrs(:,1,index_for_water_vapor) of variable water_vapor_specific_humidity_at_lowest_model_layer from new to old metadata -INFO: Converting local name ntqv of variable index_for_water_vapor from new to old metadata -INFO: Converting local name t02min of variable minimum_temperature_at_2m_over_maximum_hourly_time_interval from new to old metadata -INFO: Converting local name imp_physics_gfdl of variable flag_for_gfdl_microphysics_scheme from new to old metadata -INFO: Converting local name lprnt of variable flag_print from new to old metadata -INFO: Converting local name gabsbdlw_ice of variable surface_downwelling_longwave_flux_absorbed_by_ground_over_ice from new to old metadata -INFO: Converting local name imp_physics_thompson of variable flag_for_thompson_microphysics_scheme from new to old metadata -INFO: Converting local name ctei_rm of variable critical_cloud_top_entrainment_instability_criteria from new to old metadata -INFO: Converting local name tseal of variable surface_skin_temperature_for_nsst from new to old metadata -INFO: Converting local name dusfc_fd of variable integrated_x_momentum_flux_from_form_drag from new to old metadata -INFO: Converting local name dusfcin_cpl of variable surface_x_momentum_flux_for_coupling from new to old metadata -INFO: Converting local name slope of variable surface_slope_classification_real from new to old metadata -INFO: Converting local name htrlw of variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_timestep from new to old metadata -INFO: Converting local name mg_qcmin(2) of variable mg_minimum_ice_mixing_ratio from new to old metadata -INFO: Converting local name tice of variable sea_ice_temperature_interstitial from new to old metadata -INFO: Converting local name adjvisbmu of variable surface_upwelling_direct_ultraviolet_and_visible_shortwave_flux from new to old metadata -INFO: Converting local name dvgwd of variable time_integral_of_y_stress_due_to_gravity_wave_drag from new to old metadata -INFO: Converting local name dusfc_cice of variable surface_x_momentum_flux_for_coupling_interstitial from new to old metadata -INFO: Converting local name errmsg of variable ccpp_error_message from new to old metadata -INFO: Converting local name flag_cice of variable flag_for_cice from new to old metadata -INFO: Converting local name Coupling of variable GFS_coupling_type_instance from new to old metadata -INFO: Converting local name cs_parm(3) of variable detrainment_and_precipitation_tunable_parameter_3_CS from new to old metadata -INFO: Converting local name snliqxy of variable snow_layer_liquid_water from new to old metadata -INFO: Converting local name mstrat of variable flag_for_moorthi_stratus from new to old metadata -INFO: Converting local name imfdeepcnv_sas of variable flag_for_sas_deep_convection_scheme from new to old metadata -INFO: Converting local name weasd_ice of variable water_equivalent_accumulated_snow_depth_over_ice from new to old metadata -INFO: Converting local name bl_mynn_edmf_mom of variable edmf_momentum_transport_flag from new to old metadata -INFO: Converting local name npdf3d of variable number_of_3d_arrays_associated_with_pdf_based_clouds from new to old metadata -INFO: Converting local name dq3dt(:,:,2) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_deep_convection from new to old metadata -INFO: Converting local name w_upi of variable vertical_velocity_for_updraft from new to old metadata -INFO: Converting local name qlyr of variable water_vapor_specific_humidity_at_layer_for_radiation from new to old metadata -INFO: Converting local name fm10_ice of variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_ice from new to old metadata -INFO: Converting local name qgl of variable local_graupel_mixing_ratio from new to old metadata -INFO: Converting local name gt0(:,1) of variable air_temperature_at_lowest_model_layer_updated_by_physics from new to old metadata -INFO: Converting local name ccpp_t of variable ccpp_t from new to old metadata -INFO: Converting local name clouds(:,:,4) of variable cloud_ice_water_path from new to old metadata -INFO: Converting local name rain_cpl of variable lwe_thickness_of_precipitation_amount_for_coupling from new to old metadata -INFO: Converting local name bl_mynn_cloudmix of variable cloud_specie_mix_flag from new to old metadata -INFO: Converting local name tgxy of variable ground_temperature_for_noahmp from new to old metadata -INFO: Converting local name oa4 of variable asymmetry_of_subgrid_orography from new to old metadata -INFO: Converting local name refdmax of variable maximum_reflectivity_at_1km_agl_over_maximum_hourly_time_interval from new to old metadata -INFO: Converting local name GFS_Data(ccpp_block_number) of variable GFS_data_type_instance from new to old metadata -INFO: Converting local name dvsfc_cpl of variable cumulative_surface_y_momentum_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name shocaftcnv of variable flag_for_shoc_after_convection from new to old metadata -INFO: Converting local name mg_rhmini of variable mg_minimum_rh_for_ice from new to old metadata -INFO: Converting local name t2mi_cpl of variable instantaneous_temperature_at_2m_for_coupling from new to old metadata -INFO: Converting local name GFS_Interstitial(ccpp_thread_number) of variable GFS_interstitial_type_instance from new to old metadata -INFO: Converting local name thrd_no of variable ccpp_thread_number from new to old metadata -INFO: Converting local name evbs of variable soil_upward_latent_heat_flux from new to old metadata -INFO: Converting local name dtdtr of variable tendency_of_air_temperature_due_to_radiative_heating_on_physics_time_step from new to old metadata -INFO: Converting local name spfhmin of variable minimum_specific_humidity_at_2m from new to old metadata -INFO: Converting local name xsaixy of variable stem_area_index from new to old metadata -INFO: Converting local name lsoil of variable soil_vertical_dimension from new to old metadata -INFO: Converting local name mg_ts_auto_ice of variable mg_time_scale_for_autoconversion_of_ice from new to old metadata -INFO: Converting local name ca_deep of variable fraction_of_cellular_automata_for_deep_convection from new to old metadata -INFO: Converting local name work1 of variable grid_size_related_coefficient_used_in_scale_sensitive_schemes from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_for_cloud_liquid_water_effective_radius) of variable effective_radius_of_stratiform_cloud_liquid_water_particle_in_um from new to old metadata -INFO: Converting local name nleffr of variable index_for_cloud_liquid_water_effective_radius from new to old metadata -INFO: Converting local name dlwsfci of variable surface_downwelling_longwave_flux from new to old metadata -INFO: Converting local name mg_nicons of variable mg_flag_ice_concentration_constant from new to old metadata -INFO: Converting local name faersw(:,:,:,1) of variable aerosol_optical_depth_for_shortwave_bands_01_16 from new to old metadata -INFO: Converting local name xt of variable diurnal_thermocline_layer_heat_content from new to old metadata -INFO: Converting local name prsl of variable air_pressure from new to old metadata -INFO: Converting local name cv of variable fraction_of_convective_cloud from new to old metadata -INFO: Converting local name blksz of variable horizontal_block_size from new to old metadata -INFO: Converting local name pertvegf of variable magnitude_of_perturbation_of_vegetation_fraction from new to old metadata -INFO: Converting local name gq0(:,:,index_for_cloud_amount) of variable cloud_fraction_updated_by_physics from new to old metadata -INFO: Converting local name ntclamt of variable index_for_cloud_amount from new to old metadata -INFO: Converting local name zorlo of variable surface_roughness_length_over_ocean from new to old metadata -INFO: Converting local name te0 of variable atmosphere_energy_content_at_Lagrangian_surface from new to old metadata -INFO: Converting local name ktop of variable vertical_index_at_cloud_top from new to old metadata -INFO: Converting local name prevsq of variable moisture_from_previous_timestep from new to old metadata -INFO: Converting local name kpbl of variable vertical_index_at_top_of_atmosphere_boundary_layer from new to old metadata -INFO: Converting local name ncells of variable cellular_automata_finer_grid from new to old metadata -INFO: Converting local name cnvc of variable convective_cloud_cover from new to old metadata -INFO: Converting local name totprcp of variable accumulated_lwe_thickness_of_precipitation_amount from new to old metadata -INFO: Converting local name cgwf of variable multiplication_factors_for_convective_gravity_wave_drag from new to old metadata -INFO: Converting local name do_shum of variable flag_for_stochastic_shum_option from new to old metadata -INFO: Converting local name save_q of variable tracer_concentration_save from new to old metadata -INFO: Converting local name h2o_pres of variable natural_log_of_h2o_forcing_data_pressure_levels from new to old metadata -INFO: Converting local name iopt_snf of variable flag_for_precipitation_partition_option from new to old metadata -INFO: Converting local name c0s_shal of variable rain_conversion_parameter_shallow_convection from new to old metadata -INFO: Converting local name zwtxy of variable water_table_depth from new to old metadata -INFO: Converting local name qr of variable cloud_rain_specific_humidity_at_Lagrangian_surface from new to old metadata -INFO: Converting local name dzlyr of variable layer_thickness_for_radiation from new to old metadata -INFO: Converting local name taussxy of variable nondimensional_snow_age from new to old metadata -INFO: Converting local name tsfa of variable surface_air_temperature_for_radiation from new to old metadata -INFO: Converting local name snoalb of variable upper_bound_on_max_albedo_over_deep_snow from new to old metadata -INFO: Converting local name xs of variable sea_water_salinity from new to old metadata -INFO: Converting local name dvsfci_cpl of variable instantaneous_surface_y_momentum_flux_for_coupling from new to old metadata -INFO: Converting local name xlat of variable latitude from new to old metadata -INFO: Converting local name ugrs of variable x_wind from new to old metadata -INFO: Converting local name shdmin of variable minimum_vegetation_area_fraction from new to old metadata -INFO: Converting local name nnirdfi_cpl of variable instantaneous_surface_net_downward_diffuse_near_infrared_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name microp_uniform of variable mg_flag_for_uniform_subcolumns from new to old metadata -INFO: Converting local name frland of variable land_area_fraction_for_microphysics from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_ice_friendly_aerosols) of variable tendency_of_ice_friendly_aerosol_number_concentration_due_to_model_physics from new to old metadata -INFO: Converting local name oz_pres of variable natural_log_of_ozone_forcing_data_pressure_levels from new to old metadata -INFO: Converting local name zlwb of variable time_integral_of_height_of_low_level_wave_breaking from new to old metadata -INFO: Converting local name gq0(:,:,index_for_ice_cloud_condensate) of variable ice_water_mixing_ratio_updated_by_physics from new to old metadata -INFO: Converting local name qss of variable surface_specific_humidity from new to old metadata -INFO: Converting local name dry of variable flag_nonzero_land_surface_fraction from new to old metadata -INFO: Converting local name bk of variable b_parameter_of_the_hybrid_coordinate from new to old metadata -INFO: Converting local name cdmbgwd of variable multiplication_factors_for_mountain_blocking_and_orographic_gravity_wave_drag from new to old metadata -INFO: Converting local name levs of variable vertical_dimension from new to old metadata -INFO: Converting local name swhtr of variable flag_for_output_of_shortwave_heating_rate from new to old metadata -INFO: Converting local name zorl_land of variable surface_roughness_length_over_land_interstitial from new to old metadata -INFO: Converting local name t2m of variable temperature_at_2m from new to old metadata -INFO: Converting local name tau_ogw of variable instantaneous_momentum_flux_due_to_orographic_gravity_wave_drag from new to old metadata -INFO: Converting local name shoc_parm(3) of variable shoc_tke_dissipation_tunable_parameter_near_surface from new to old metadata -INFO: Converting local name gflx_ice of variable upward_heat_flux_in_soil_over_ice from new to old metadata -INFO: Converting local name nspc1 of variable number_of_species_for_aerosol_optical_depth from new to old metadata -INFO: Converting local name drain_cpl of variable tendency_of_lwe_thickness_of_precipitation_amount_for_coupling from new to old metadata -INFO: Converting local name phis of variable surface_geopotential_at_Lagrangian_surface from new to old metadata -INFO: Converting local name q2mi_cpl of variable instantaneous_specific_humidity_at_2m_for_coupling from new to old metadata -INFO: Converting local name zogw of variable time_integral_of_height_of_launch_level_of_orographic_gravity_wave from new to old metadata -INFO: Converting local name prsi of variable air_pressure_at_interface from new to old metadata -INFO: Converting local name aerodp of variable atmosphere_optical_thickness_due_to_ambient_aerosol_particles from new to old metadata -INFO: Converting local name shal_cnv of variable flag_for_shallow_convection from new to old metadata -INFO: Converting local name icsdlw of variable seed_random_numbers_lw from new to old metadata -INFO: Converting local name ncld of variable number_of_hydrometeors from new to old metadata -INFO: Converting local name gasvmr(:,:,6) of variable volume_mixing_ratio_cfc11 from new to old metadata -INFO: Converting local name tracers_water of variable number_of_water_tracers from new to old metadata -INFO: Converting local name nscyc of variable number_of_timesteps_between_surface_cycling_calls from new to old metadata -INFO: Converting local name dswsfc_cpl of variable cumulative_surface_downwelling_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name adjvisdfu of variable surface_upwelling_diffuse_ultraviolet_and_visible_shortwave_flux from new to old metadata -INFO: Converting local name cs_parm(2) of variable updraft_velocity_tunable_parameter_2_CS from new to old metadata -INFO: Converting local name lsswr of variable flag_to_calc_sw from new to old metadata -INFO: Converting local name imfshalcnv_gf of variable flag_for_gf_shallow_convection_scheme from new to old metadata -INFO: Converting local name kinver of variable index_of_highest_temperature_inversion from new to old metadata -INFO: Converting local name tslb of variable soil_temperature_for_land_surface_model from new to old metadata -INFO: Converting local name weasd of variable water_equivalent_accumulated_snow_depth from new to old metadata -INFO: Converting local name tisfc of variable sea_ice_temperature from new to old metadata -INFO: Converting local name faerlw of variable aerosol_optical_properties_for_longwave_bands_01_16 from new to old metadata -INFO: Converting local name logunit of variable iounit_log from new to old metadata -INFO: Converting local name fast_mp_consv of variable flag_for_fast_microphysics_energy_conservation from new to old metadata -INFO: Converting local name cnv_mfd of variable detrained_mass_flux from new to old metadata -INFO: Converting local name zvir of variable ratio_of_vapor_to_dry_air_gas_constants_minus_one_default_kind from new to old metadata -INFO: Converting local name jed of variable ending_y_direction_index_domain from new to old metadata -INFO: Converting local name gasvmr(:,:,3) of variable volume_mixing_ratio_ch4 from new to old metadata -INFO: Converting local name sfcdsw of variable surface_downwelling_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name hydrostatic of variable flag_for_hydrostatic_solver_for_fast_physics from new to old metadata -INFO: Converting local name dvsfc_bl of variable integrated_y_momentum_flux_from_blocking_drag from new to old metadata -INFO: Converting local name Grid of variable GFS_grid_type_instance from new to old metadata -INFO: Converting local name ncnd of variable number_of_cloud_condensate_types from new to old metadata -INFO: Converting local name w_0 of variable coefficient_w_0 from new to old metadata -INFO: Converting local name zm of variable ocean_mixed_layer_thickness from new to old metadata -INFO: Converting local name shoc_parm(2) of variable shoc_tke_dissipation_tunable_parameter from new to old metadata -INFO: Converting local name cdec of variable cosine_of_solar_declination_angle from new to old metadata -INFO: Converting local name npzq_con of variable vertical_dimension_for_condensed_water_at_Lagrangian_surface from new to old metadata -INFO: Converting local name rmol of variable reciprocal_of_obukhov_length from new to old metadata -INFO: Converting local name snowxy of variable number_of_snow_layers from new to old metadata -INFO: Converting local name hflx_land of variable kinematic_surface_upward_sensible_heat_flux_over_land from new to old metadata -INFO: Converting local name clw of variable convective_transportable_tracers from new to old metadata -INFO: Converting local name srflag of variable flag_for_precipitation_type from new to old metadata -INFO: Converting local name suntim of variable duration_of_sunshine from new to old metadata -INFO: Converting local name isot of variable soil_type_dataset_choice from new to old metadata -INFO: Converting local name isol of variable flag_for_solar_constant from new to old metadata -INFO: Converting local name th2m of variable potential_temperature_at_2m from new to old metadata -INFO: Converting local name hpbl of variable atmosphere_boundary_layer_thickness from new to old metadata -INFO: Converting local name cd of variable surface_drag_coefficient_for_momentum_in_air from new to old metadata -INFO: Converting local name dusfc_ls of variable integrated_x_momentum_flux_from_large_scale_gwd from new to old metadata -INFO: Converting local name do_sppt of variable flag_for_stochastic_surface_physics_perturbations from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_for_convective_cloud_water_mixing_ratio_in_phy_f3d) of variable convective_cloud_water_mixing_ratio_in_phy_f3d from new to old metadata -INFO: Converting local name rb_ice of variable bulk_richardson_number_at_lowest_model_level_over_ice from new to old metadata -INFO: Converting local name itc of variable number_of_aerosol_tracers_for_convection from new to old metadata -INFO: Converting local name Cldprop of variable GFS_cldprop_type_instance from new to old metadata -INFO: Converting local name grav_settling of variable grav_settling from new to old metadata -INFO: Converting local name gq0(:,:,index_for_ice_cloud_number_concentration) of variable ice_number_concentration_updated_by_physics from new to old metadata -INFO: Converting local name ntinc of variable index_for_ice_cloud_number_concentration from new to old metadata -INFO: Converting local name iopt_inf of variable flag_for_frozen_soil_permeability_option from new to old metadata -INFO: Converting local name c0s_deep of variable rain_conversion_parameter_deep_convection from new to old metadata -INFO: Converting local name dtaux2d_ls of variable x_momentum_tendency_from_large_scale_gwd from new to old metadata -INFO: Converting local name phy_myj_qz0 of variable specific_humidity_at_viscous_sublayer_top from new to old metadata -INFO: Converting local name iovr_sw of variable flag_for_max_random_overlap_clouds_for_shortwave_radiation from new to old metadata -INFO: Converting local name icliq_sw of variable flag_for_optical_property_for_liquid_clouds_for_shortwave_radiation from new to old metadata -INFO: Converting local name psmean of variable cumulative_surface_pressure_multiplied_by_timestep from new to old metadata -INFO: Converting local name cmm_ocean of variable surface_drag_wind_speed_for_momentum_in_air_over_ocean from new to old metadata -INFO: Converting local name shcnvcw of variable flag_shallow_convective_cloud from new to old metadata -INFO: Converting local name drain of variable subsurface_runoff_flux from new to old metadata -INFO: Converting local name ak of variable a_parameter_of_the_hybrid_coordinate from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_liquid_cloud_number_concentration) of variable tendency_of_cloud_droplet_number_concentration_due_to_model_physics from new to old metadata -INFO: Converting local name sfc_z0_type of variable flag_for_surface_roughness_option_over_ocean from new to old metadata -INFO: Converting local name cvt of variable pressure_at_top_of_convective_cloud from new to old metadata -INFO: Converting local name gwd_opt of variable gwd_opt from new to old metadata -INFO: Converting local name snowmp of variable lwe_thickness_of_snow_amount from new to old metadata -INFO: Converting local name ncnvcld3d of variable number_of_convective_3d_cloud_fields from new to old metadata -INFO: Converting local name cape of variable convective_available_potential_energy_for_coupling from new to old metadata -INFO: Converting local name du3dt_ogw of variable time_integral_of_change_in_x_wind_due_to_orographic_gravity_wave_drag from new to old metadata -INFO: Converting local name te0_2d of variable atmosphere_energy_content_in_column from new to old metadata -INFO: Converting local name dsnowprv of variable snow_precipitation_rate_from_previous_timestep from new to old metadata -INFO: Converting local name chh of variable surface_drag_mass_flux_for_heat_and_moisture_in_air from new to old metadata -INFO: Converting local name dt3dt(:,:,5) of variable cumulative_change_in_temperature_due_to_shal_convection from new to old metadata -INFO: Converting local name cplwav of variable flag_for_wave_coupling from new to old metadata -INFO: Converting local name clw(:,:,2) of variable cloud_condensed_water_mixing_ratio_convective_transport_tracer from new to old metadata -INFO: Converting local name shoc_parm(1) of variable shoc_tke_dissipatation_pressure_threshold from new to old metadata -INFO: Converting local name oro_uf of variable orography_unfiltered from new to old metadata -INFO: Converting local name peln of variable log_pressure_at_Lagrangian_surface from new to old metadata -INFO: Converting local name gasvmr(:,:,8) of variable volume_mixing_ratio_cfc22 from new to old metadata -INFO: Converting local name pertzt of variable magnitude_of_perturbation_of_heat_to_momentum_roughness_length_ratio from new to old metadata -INFO: Converting local name clouds(:,:,1) of variable total_cloud_fraction from new to old metadata -INFO: Converting local name iaer of variable flag_for_default_aerosol_effect_in_shortwave_radiation from new to old metadata -INFO: Converting local name wet1 of variable normalized_soil_wetness from new to old metadata -INFO: Converting local name npz of variable vertical_dimension_for_fast_physics from new to old metadata -INFO: Converting local name cal_pre of variable flag_for_precipitation_type_algorithm from new to old metadata -INFO: Converting local name lmk of variable adjusted_vertical_layer_dimension_for_radiation from new to old metadata -INFO: Converting local name kind_phys of variable kind_phys from new to old metadata -INFO: Converting local name Sfcprop of variable GFS_sfcprop_type_instance from new to old metadata -INFO: Converting local name wslakexy of variable lake_water_storage from new to old metadata -INFO: Converting local name f10m of variable ratio_of_wind_at_lowest_model_layer_and_wind_at_10m from new to old metadata -INFO: Converting local name gasvmr(:,:,1) of variable volume_mixing_ratio_co2 from new to old metadata -INFO: Converting local name q2mp of variable specific_humidity_at_2m_from_noahmp from new to old metadata -INFO: Converting local name lwhc of variable tendency_of_air_temperature_due_to_longwave_heating_assuming_clear_sky_on_radiation_timestep from new to old metadata -INFO: Converting local name snowd_ice of variable surface_snow_thickness_water_equivalent_over_ice from new to old metadata -INFO: Converting local name lsnow_lsm_lbound of variable lower_bound_of_snow_vertical_dimension_for_land_surface_model from new to old metadata -INFO: Converting local name mg_dcs of variable mg_autoconversion_size_threshold_ice_snow from new to old metadata -INFO: Converting local name rhgrd of variable fa_threshold_relative_humidity_for_onset_of_condensation from new to old metadata -INFO: Converting local name dudt_ogw of variable instantaneous_change_in_x_wind_due_to_orographic_gravity_wave_drag from new to old metadata -INFO: Converting local name slmsk of variable sea_land_ice_mask_real from new to old metadata -INFO: Converting local name ictm of variable flag_for_initial_time_date_control from new to old metadata -INFO: Converting local name qss_ocean of variable surface_specific_humidity_over_ocean from new to old metadata -INFO: Converting local name tsfc of variable surface_skin_temperature from new to old metadata -INFO: Converting local name prsik of variable dimensionless_exner_function_at_model_interfaces from new to old metadata -INFO: Converting local name t2mmp of variable temperature_at_2m_from_noahmp from new to old metadata -INFO: Converting local name tau_ogw of variable time_integral_of_momentum_flux_due_to_orographic_gravity_wave_drag from new to old metadata -INFO: Converting local name topflw_type of variable topflw_type from new to old metadata -INFO: Converting local name cnv_nice of variable number_concentration_of_ice_crystals_for_detrainment from new to old metadata -INFO: Converting local name cscnv of variable flag_for_Chikira_Sugiyama_deep_convection from new to old metadata -INFO: Converting local name u10mi_cpl of variable instantaneous_x_wind_at_10m_for_coupling from new to old metadata -INFO: Converting local name fh2_ocean of variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_ocean from new to old metadata -INFO: Converting local name phii of variable geopotential_at_interface from new to old metadata -INFO: Converting local name gq0(:,:,index_for_graupel) of variable graupel_mixing_ratio_updated_by_physics from new to old metadata -INFO: Converting local name ntgl of variable index_for_graupel from new to old metadata -INFO: Converting local name nvisdfi_cpl of variable instantaneous_surface_net_downward_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name norad_precip of variable flag_for_precipitation_effect_on_radiation from new to old metadata -INFO: Converting local name dq3dt(:,:,5) of variable cumulative_change_in_ozone_mixing_ratio_due_to_PBL from new to old metadata -INFO: Converting local name dusfcg of variable instantaneous_x_stress_due_to_gravity_wave_drag from new to old metadata -INFO: Converting local name stype of variable soil_type_classification_real from new to old metadata -INFO: Converting local name lwhtr of variable flag_for_output_of_longwave_heating_rate from new to old metadata -INFO: Converting local name skebv_wts of variable weights_for_stochastic_skeb_perturbation_of_y_wind_flipped from new to old metadata -INFO: Converting local name prnum of variable prandtl_number from new to old metadata -INFO: Converting local name dtsfcin_cpl of variable surface_upward_sensible_heat_flux_for_coupling from new to old metadata -INFO: Converting local name sigmatot of variable convective_updraft_area_fraction_at_model_interfaces from new to old metadata -INFO: Converting local name rann of variable random_number_array from new to old metadata -INFO: Converting local name work2 of variable grid_size_related_coefficient_used_in_scale_sensitive_schemes_complement from new to old metadata -INFO: Converting local name ep1d_land of variable surface_upward_potential_latent_heat_flux_over_land from new to old metadata -INFO: Converting local name num_p3d of variable array_dimension_of_3d_arrays_for_microphysics from new to old metadata -INFO: Converting local name frac_grid of variable flag_for_fractional_grid from new to old metadata -INFO: Converting local name dtdtc of variable tendency_of_air_temperature_due_to_radiative_heating_assuming_clear_sky from new to old metadata -INFO: Converting local name chxy of variable surface_drag_coefficient_for_heat_and_moisture_for_noahmp from new to old metadata -INFO: Converting local name dtauy2d_bl of variable y_momentum_tendency_from_blocking_drag from new to old metadata -INFO: Converting local name dtsfc of variable cumulative_surface_upward_sensible_heat_flux_for_diag_multiplied_by_timestep from new to old metadata -INFO: Converting local name gflx_ocean of variable upward_heat_flux_in_soil_over_ocean from new to old metadata -INFO: Converting local name deeprechxy of variable water_table_recharge_when_deep from new to old metadata -INFO: Converting local name imfshalcnv_sas of variable flag_for_sas_shallow_convection_scheme from new to old metadata -INFO: Converting local name woodxy of variable wood_mass from new to old metadata -INFO: Converting local name phy_f3d(:,:,3) of variable air_temperature_at_previous_time_step from new to old metadata -INFO: Converting local name otspt of variable flag_convective_tracer_transport from new to old metadata -INFO: Converting local name tsurf of variable surface_skin_temperature_after_iteration from new to old metadata -INFO: Converting local name phy_f2d(:,array_dimension_of_2d_arrays_for_microphysics) of variable surface_wind_enhancement_due_to_convection from new to old metadata -INFO: Converting local name num_p2d of variable array_dimension_of_2d_arrays_for_microphysics from new to old metadata -INFO: Converting local name diss_est of variable dissipation_estimate_of_air_temperature_at_model_layers from new to old metadata -INFO: Converting local name ffmm_land of variable Monin_Obukhov_similarity_function_for_momentum_over_land from new to old metadata -INFO: Converting local name imfshalcnv of variable flag_for_mass_flux_shallow_convection_scheme from new to old metadata -INFO: Converting local name iopt_rad of variable flag_for_radiation_transfer_option from new to old metadata -INFO: Converting local name effr_in of variable flag_for_cloud_effective_radii from new to old metadata -INFO: Converting local name Sh3D of variable stability_function_for_heat from new to old metadata -INFO: Converting local name con_sbc of variable stefan_boltzmann_constant from new to old metadata -INFO: Converting local name phy_myj_z0base of variable baseline_surface_roughness_length from new to old metadata -INFO: Converting local name sdec of variable sine_of_solar_declination_angle from new to old metadata -INFO: Converting local name f_ice of variable fraction_of_ice_water_cloud from new to old metadata -INFO: Converting local name qs of variable cloud_snow_specific_humidity_at_Lagrangian_surface from new to old metadata -INFO: Converting local name iflip of variable flag_for_vertical_index_direction_control from new to old metadata -INFO: Converting local name draincprv of variable convective_precipitation_rate_from_previous_timestep from new to old metadata -INFO: Converting local name icsdsw of variable seed_random_numbers_sw from new to old metadata -INFO: Converting local name dtaux2d_bl of variable x_momentum_tendency_from_blocking_drag from new to old metadata -INFO: Converting local name uustar_ocean of variable surface_friction_velocity_over_ocean from new to old metadata -INFO: Converting local name zlwb of variable height_of_low_level_wave_breaking from new to old metadata -INFO: Converting local name sigma of variable slope_of_subgrid_orography from new to old metadata -INFO: Converting local name cd_land of variable surface_drag_coefficient_for_momentum_in_air_over_land from new to old metadata -INFO: Converting local name shoc_parm(5) of variable shoc_flag_for_optional_surface_TKE_dissipation from new to old metadata -INFO: Converting local name qss_ice of variable surface_specific_humidity_over_ice from new to old metadata -INFO: Converting local name graupel of variable lwe_thickness_of_graupel_amount_on_dynamics_timestep from new to old metadata -INFO: Converting local name do_myjsfc of variable do_myjsfc from new to old metadata -INFO: Converting local name htsw0 of variable tendency_of_air_temperature_due_to_shortwave_heating_assuming_clear_sky_on_radiation_time_step from new to old metadata -INFO: Converting local name ep of variable cumulative_surface_upward_potential_latent_heat_flux_multiplied_by_timestep from new to old metadata -INFO: Converting local name tprcp of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep from new to old metadata -INFO: Converting local name dnirdf_cpl of variable cumulative_surface_downwelling_diffuse_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name qwv_surf of variable water_vapor_mixing_ratio_at_surface from new to old metadata -INFO: Converting local name fm10_ocean of variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_ocean from new to old metadata -INFO: Converting local name QC_BL of variable subgrid_cloud_mixing_ratio_pbl from new to old metadata -INFO: Converting local name adjsfculw_ice of variable surface_upwelling_longwave_flux_over_ice_interstitial from new to old metadata -INFO: Converting local name tsfci_cpl of variable instantaneous_surface_skin_temperature_for_coupling from new to old metadata -INFO: Converting local name pertz0 of variable magnitude_of_perturbation_of_momentum_roughness_length from new to old metadata -INFO: Converting local name eahxy of variable canopy_air_vapor_pressure from new to old metadata -INFO: Converting local name cnv_dqldt of variable tendency_of_cloud_water_due_to_convective_microphysics from new to old metadata -INFO: Converting local name gq0 of variable tracer_concentration_updated_by_physics from new to old metadata -INFO: Converting local name iopt_dveg of variable flag_for_dynamic_vegetation_option from new to old metadata -INFO: Converting local name gv0(:,1) of variable y_wind_at_lowest_model_layer_updated_by_physics from new to old metadata -INFO: Converting local name first_time_step of variable flag_for_first_time_step from new to old metadata -INFO: Converting local name dtaux2d_ss of variable x_momentum_tendency_from_small_scale_gwd from new to old metadata -INFO: Converting local name wetdpl of variable instantaneous_large_scale_wet_deposition from new to old metadata -INFO: Converting local name cndm_surf of variable surface_condensation_mass from new to old metadata -INFO: Converting local name cmm_land of variable surface_drag_wind_speed_for_momentum_in_air_over_land from new to old metadata -INFO: Converting local name fh2 of variable Monin_Obukhov_similarity_function_for_heat_at_2m from new to old metadata -INFO: Converting local name gw_dudt of variable tendency_of_x_wind_due_to_ugwp from new to old metadata -INFO: Converting local name shinhong of variable flag_for_scale_aware_Shinhong_PBL from new to old metadata -INFO: Converting local name maxMF of variable maximum_mass_flux from new to old metadata -INFO: Converting local name gu0 of variable x_wind_updated_by_physics from new to old metadata -INFO: Converting local name ncstrac of variable number_of_tracers_for_CS from new to old metadata -INFO: Converting local name do_qa of variable flag_for_inline_cloud_fraction_calculation from new to old metadata -INFO: Converting local name pgr of variable surface_air_pressure from new to old metadata -INFO: Converting local name del of variable air_pressure_difference_between_midlayers from new to old metadata -INFO: Converting local name nqrimef of variable index_for_mass_weighted_rime_factor from new to old metadata -INFO: Converting local name du3dt(:,:,1) of variable cumulative_change_in_x_wind_due_to_PBL from new to old metadata -INFO: Converting local name raincs of variable lwe_thickness_of_shallow_convective_precipitation_amount from new to old metadata -INFO: Converting local name xlaixy of variable leaf_area_index from new to old metadata -INFO: Converting local name iopt_alb of variable flag_for_ground_snow_surface_albedo_option from new to old metadata -INFO: Converting local name moninq_fac of variable atmosphere_diffusivity_coefficient_factor from new to old metadata -INFO: Converting local name work3 of variable ratio_of_exner_function_between_midlayer_and_interface_at_lowest_model_layer from new to old metadata -INFO: Converting local name adjnirbmd of variable surface_downwelling_direct_near_infrared_shortwave_flux from new to old metadata -INFO: Converting local name imp_physics_zhao_carr_pdf of variable flag_for_zhao_carr_pdf_microphysics_scheme from new to old metadata -INFO: Converting local name dv3dt(:,:,3) of variable cumulative_change_in_y_wind_due_to_deep_convection from new to old metadata -INFO: Converting local name evcwa of variable cumulative_canopy_upward_latent_heat_flu_multiplied_by_timestep from new to old metadata -INFO: Converting local name lsm_noah of variable flag_for_noah_land_surface_scheme from new to old metadata -INFO: Converting local name ntk of variable index_for_turbulent_kinetic_energy_convective_transport_tracer from new to old metadata -INFO: Converting local name qsnw of variable local_snow_water_mixing_ratio from new to old metadata -INFO: Converting local name edmf_thl of variable emdf_updraft_theta_l from new to old metadata -INFO: Converting local name crtrh(2) of variable critical_relative_humidity_at_PBL_top from new to old metadata -INFO: Converting local name xv of variable diurnal_thermocline_layer_y_current from new to old metadata -INFO: Converting local name rlapse of variable air_temperature_lapse_rate_constant from new to old metadata -INFO: Converting local name clw(:,:,1) of variable ice_water_mixing_ratio_convective_transport_tracer from new to old metadata -INFO: Converting local name levozp of variable vertical_dimension_of_ozone_forcing_data from new to old metadata -INFO: Converting local name spfhmax of variable maximum_specific_humidity_at_2m from new to old metadata -INFO: Converting local name runoff of variable surface_runoff_flux from new to old metadata -INFO: Converting local name do_sb_physics of variable mg_flag_for_sb2001_autoconversion from new to old metadata -INFO: Converting local name phy_myj_a1q of variable weight_for_specific_humidity_at_viscous_sublayer_top from new to old metadata -INFO: Converting local name cactiv of variable conv_activity_counter from new to old metadata -INFO: Converting local name clw(:,:,index_for_turbulent_kinetic_energy_convective_transport_tracer) of variable turbulent_kinetic_energy_convective_transport_tracer from new to old metadata -INFO: Converting local name oz_phys_2015 of variable flag_for_2015_ozone_physics from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_snow_number_concentration) of variable snow_number_concentration from new to old metadata -INFO: Converting local name ntsnc of variable index_for_snow_number_concentration from new to old metadata -INFO: Converting local name dlwsfci_cpl of variable instantaneous_surface_downwelling_longwave_flux_for_coupling from new to old metadata -INFO: Converting local name errflg of variable ccpp_error_flag from new to old metadata -INFO: Converting local name kbot of variable vertical_index_at_cloud_base from new to old metadata -INFO: Converting local name clw_surf of variable cloud_condensed_water_mixing_ratio_at_surface from new to old metadata -INFO: Converting local name skebu_wts of variable weights_for_stochastic_skeb_perturbation_of_x_wind from new to old metadata -INFO: Converting local name snowprv of variable lwe_thickness_of_snow_amount_from_previous_timestep from new to old metadata -INFO: Converting local name spec_adv of variable flag_for_individual_cloud_species_advected from new to old metadata -INFO: Converting local name rainmp of variable lwe_thickness_of_explicit_rain_amount from new to old metadata -INFO: Converting local name jdat of variable forecast_date_and_time from new to old metadata -INFO: Converting local name ntrcaer of variable number_of_aerosol_tracers_MG from new to old metadata -INFO: Converting local name gflux of variable cumulative_surface_ground_heat_flux_multiplied_by_timestep from new to old metadata -INFO: Converting local name q1 of variable water_vapor_specific_humidity_at_lowest_model_layer_for_diag from new to old metadata -INFO: Converting local name gq0(:,1,index_for_water_vapor) of variable water_vapor_specific_humidity_at_lowest_model_layer_updated_by_physics from new to old metadata -INFO: Converting local name nday of variable daytime_points_dimension from new to old metadata -INFO: Converting local name cs_parm(9) of variable entrainment_efficiency_tunable_parameter_9_CS from new to old metadata -INFO: Converting local name flx_form of variable flag_flux_form_CS from new to old metadata -INFO: Converting local name dtsfc_cpl of variable cumulative_surface_upward_sensible_heat_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name nstf_name(1) of variable flag_for_nsstm_run from new to old metadata -INFO: Converting local name ca_sgs of variable flag_for_sgs_cellular_automata from new to old metadata -INFO: Converting local name mg_qcmin(1) of variable mg_minimum_cloud_condensed_water_mixing_ratio from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio from new to old metadata -INFO: Converting local name rilist of variable gas_constants_for_multi_gases_physics from new to old metadata -INFO: Converting local name dtauy2d_ls of variable y_momentum_tendency_from_large_scale_gwd from new to old metadata -INFO: Converting local name oz_coeff of variable number_of_coefficients_in_ozone_forcing_data from new to old metadata -INFO: Converting local name edmf_qt of variable emdf_updraft_total_water from new to old metadata -INFO: Converting local name stmassxy of variable stem_mass from new to old metadata -INFO: Converting local name dgraupelprv of variable graupel_precipitation_rate_from_previous_timestep from new to old metadata -INFO: Converting local name gq0(:,:,index_for_mass_weighted_rime_factor) of variable mass_weighted_rime_factor_updated_by_physics from new to old metadata -INFO: Converting local name alnwf of variable mean_nir_albedo_with_weak_cosz_dependency from new to old metadata -INFO: Converting local name smoiseq of variable equilibrium_soil_water_content from new to old metadata -INFO: Converting local name psautco of variable coefficient_from_cloud_ice_to_snow from new to old metadata -INFO: Converting local name fhlwr of variable frequency_for_longwave_radiation from new to old metadata -INFO: Converting local name xtts of variable sensitivity_of_dtl_heat_content_to_surface_temperature from new to old metadata -INFO: Converting local name tracers_start_index of variable start_index_of_other_tracers from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_ice_cloud_condensate) of variable tendency_of_ice_cloud_water_mixing_ratio_due_to_model_physics from new to old metadata -INFO: Converting local name jsd of variable starting_y_direction_index_domain from new to old metadata -INFO: Converting local name semis_land of variable surface_longwave_emissivity_over_land_interstitial from new to old metadata -INFO: Converting local name tdomr of variable dominant_rain_type from new to old metadata -INFO: Converting local name conv_act of variable gf_memory_counter from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_ice_cloud_number_concentration) of variable ice_number_concentration from new to old metadata -INFO: Converting local name ugrs(:,1) of variable x_wind_at_lowest_model_layer from new to old metadata -INFO: Converting local name qicn of variable mass_fraction_of_convective_cloud_ice from new to old metadata -INFO: Converting local name fh2_ice of variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_ice from new to old metadata -INFO: Converting local name tsq of variable t_prime_squared from new to old metadata -INFO: Converting local name tdomip of variable dominant_sleet_type from new to old metadata -INFO: Converting local name lslwr of variable flag_to_calc_lw from new to old metadata -INFO: Converting local name GFS_cldprop_type of variable GFS_cldprop_type from new to old metadata -INFO: Converting local name imp_physics of variable flag_for_microphysics_scheme from new to old metadata -INFO: Converting local name sfcalb(:,1) of variable surface_albedo_due_to_near_IR_direct from new to old metadata -INFO: Converting local name mg_do_graupel of variable mg_flag_for_graupel from new to old metadata -INFO: Converting local name soilm of variable soil_moisture_content from new to old metadata -INFO: Converting local name exch_m of variable atmosphere_momentum_diffusivity_for_mynnpbl from new to old metadata -INFO: Converting local name wetdpc of variable instantaneous_convective_scale_wet_deposition from new to old metadata -INFO: Converting local name el_pbl of variable mixing_length from new to old metadata -INFO: Converting local name ncnvc of variable index_for_convective_cloud_cover_in_phy_f3d from new to old metadata -INFO: Converting local name fn_nml of variable namelist_filename from new to old metadata -INFO: Converting local name weasd_ocean of variable water_equivalent_accumulated_snow_depth_over_ocean from new to old metadata -INFO: Converting local name evfact_deep of variable rain_evaporation_coefficient_deep_convection from new to old metadata -INFO: Converting local name dqsfc of variable cumulative_surface_upward_latent_heat_flux_for_diag_multiplied_by_timestep from new to old metadata -INFO: Converting local name totgrpb of variable accumulated_lwe_thickness_of_graupel_amount_in_bucket from new to old metadata -INFO: Converting local name trans_aero of variable flag_for_aerosol_convective_transport_and_PBL_diffusion from new to old metadata -INFO: Converting local name dusfc_bl of variable integrated_x_momentum_flux_from_blocking_drag from new to old metadata -INFO: Converting local name gw_kdis of variable eddy_mixing_due_to_ugwp from new to old metadata -INFO: Converting local name mg_qcmin of variable mg_minimum_cloud_condensed_water_and_ice_mixing_ratio from new to old metadata -INFO: Converting local name dq3dt(:,:,3) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_shal_convection from new to old metadata -INFO: Converting local name qi of variable cloud_ice_specific_humidity_at_Lagrangian_surface from new to old metadata -INFO: Converting local name imfshalcnv_gf of variable flag_for_ntiedtke_shallow_convection_scheme from new to old metadata -INFO: Converting local name zorl_ocean of variable surface_roughness_length_over_ocean_interstitial from new to old metadata -INFO: Converting local name tsfc_ice of variable surface_skin_temperature_over_ice_interstitial from new to old metadata -INFO: Converting local name input_nml_file_length of variable number_of_lines_of_namelist_filename_for_internal_file_reads from new to old metadata -INFO: Converting local name flhc of variable surface_exchange_coefficient_for_heat from new to old metadata -INFO: Converting local name qke of variable tke_at_mass_points from new to old metadata -INFO: Converting local name snowd of variable surface_snow_thickness_water_equivalent from new to old metadata -INFO: Converting local name ncpr of variable local_rain_number_concentration from new to old metadata -INFO: Converting local name ldiag3d of variable flag_diagnostics_3D from new to old metadata -INFO: Converting local name ffhh_ocean of variable Monin_Obukhov_similarity_function_for_heat_over_ocean from new to old metadata -INFO: Converting local name nsamftrac of variable number_of_tracers_for_samf from new to old metadata -INFO: Converting local name con_hvap of variable latent_heat_of_vaporization_of_water_at_0C from new to old metadata -INFO: Converting local name dtaux2d_fd of variable x_momentum_tendency_from_form_drag from new to old metadata -INFO: Converting local name levh2o of variable vertical_dimension_of_h2o_forcing_data from new to old metadata -INFO: Converting local name ras of variable flag_for_ras_deep_convection from new to old metadata -INFO: Converting local name ialb of variable flag_for_using_climatology_albedo from new to old metadata -INFO: Converting local name raincd of variable lwe_thickness_of_deep_convective_precipitation_amount from new to old metadata -INFO: Converting local name alb1d of variable surface_albedo_perturbation from new to old metadata -INFO: Converting local name nwat of variable number_of_water_species from new to old metadata -INFO: Converting local name dwn_mf of variable cumulative_atmosphere_downdraft_convective_mass_flux from new to old metadata -INFO: Converting local name save_t of variable air_temperature_save from new to old metadata -INFO: Converting local name fice of variable sea_ice_concentration from new to old metadata -INFO: Converting local name dvisdf_cpl of variable cumulative_surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name cvb of variable pressure_at_bottom_of_convective_cloud from new to old metadata -INFO: Converting local name save_q(:,:,index_for_ice_cloud_condensate) of variable ice_water_mixing_ratio_save from new to old metadata -INFO: Converting local name gq0(:,:,index_for_snow_water) of variable snow_water_mixing_ratio_updated_by_physics from new to old metadata -INFO: Converting local name qrain of variable sensible_heat_flux_due_to_rainfall from new to old metadata -INFO: Converting local name stress_ocean of variable surface_wind_stress_over_ocean from new to old metadata -INFO: Converting local name adjsfculw_land of variable surface_upwelling_longwave_flux_over_land_interstitial from new to old metadata -INFO: Converting local name ndust of variable number_of_dust_bins_for_diagnostics from new to old metadata -INFO: Converting local name GFS_radtend_type of variable GFS_radtend_type from new to old metadata -INFO: Converting local name ngas of variable number_of_gases_for_multi_gases_physics from new to old metadata -INFO: Converting local name diceprv of variable ice_precipitation_rate_from_previous_timestep from new to old metadata -INFO: Converting local name con_ttp of variable triple_point_temperature_of_water from new to old metadata -INFO: Converting local name rechxy of variable water_table_recharge_when_shallow from new to old metadata -INFO: Converting local name ffhh of variable Monin_Obukhov_similarity_function_for_heat from new to old metadata -INFO: Converting local name edmf_w of variable emdf_updraft_vertical_velocity from new to old metadata -INFO: Converting local name sed_supersat of variable mg_allow_supersat_after_sed from new to old metadata -INFO: Converting local name sr of variable ratio_of_snowfall_to_rainfall from new to old metadata -INFO: Converting local name stc of variable soil_temperature from new to old metadata -INFO: Converting local name idate of variable date_and_time_at_model_initialization_reordered from new to old metadata -INFO: Converting local name nctp of variable number_of_cloud_types_CS from new to old metadata -INFO: Converting local name levrp1 of variable number_of_vertical_layers_for_radiation_calculations_plus_one from new to old metadata -INFO: Converting local name v10mmax of variable maximum_y_wind_at_10m from new to old metadata -INFO: Converting local name clouds(:,:,8) of variable cloud_snow_water_path from new to old metadata -INFO: Converting local name dusfc of variable cumulative_surface_x_momentum_flux_for_diag_multiplied_by_timestep from new to old metadata -INFO: Converting local name sfcalb(:,3) of variable surface_albedo_due_to_UV_and_VIS_direct from new to old metadata -INFO: Converting local name zmtnblck of variable level_of_dividing_streamline from new to old metadata -INFO: Converting local name xcosz of variable instantaneous_cosine_of_zenith_angle from new to old metadata -INFO: Converting local name CCPP_interstitial_type of variable CCPP_interstitial_type from new to old metadata -INFO: Converting local name theta of variable angle_from_east_of_maximum_subgrid_orographic_variations from new to old metadata -INFO: Converting local name nbdsw of variable number_of_aerosol_bands_for_shortwave_radiation from new to old metadata -INFO: Converting local name dqsfc1 of variable instantaneous_surface_upward_latent_heat_flux from new to old metadata -INFO: Converting local name htrsw of variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_timestep from new to old metadata -INFO: Converting local name gq0(:,:,index_for_graupel_number_concentration) of variable graupel_number_concentration_updated_by_physics from new to old metadata -INFO: Converting local name ntgnc of variable index_for_graupel_number_concentration from new to old metadata -INFO: Converting local name semis of variable surface_longwave_emissivity from new to old metadata -INFO: Converting local name ca_smooth of variable flag_for_gaussian_spatial_filter from new to old metadata -INFO: Converting local name zhour of variable time_since_diagnostics_zeroed from new to old metadata -INFO: Converting local name uswsfci of variable surface_upwelling_shortwave_flux from new to old metadata -INFO: Converting local name dq3dt(:,:,6) of variable cumulative_change_in_ozone_concentration_due_to_production_and_loss_rate from new to old metadata -INFO: Converting local name con_t0c of variable temperature_at_zero_celsius from new to old metadata -INFO: Converting local name dvsfcin_cpl of variable surface_y_momentum_flux_for_coupling from new to old metadata -INFO: Converting local name runoff of variable total_runoff from new to old metadata -INFO: Converting local name upd_mf of variable cumulative_atmosphere_updraft_convective_mass_flux from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_for_cloud_fraction_in_3d_arrays_for_microphysics) of variable cloud_fraction_for_MG from new to old metadata -INFO: Converting local name indcld of variable index_for_cloud_fraction_in_3d_arrays_for_microphysics from new to old metadata -INFO: Converting local name vegtype of variable vegetation_type_classification from new to old metadata -INFO: Converting local name ied of variable ending_x_direction_index_domain from new to old metadata -INFO: Converting local name transa of variable cumulative_transpiration_flux_multiplied_by_timestep from new to old metadata -INFO: Converting local name dt3dt(:,:,2) of variable cumulative_change_in_temperature_due_to_shortwave_radiation from new to old metadata -INFO: Converting local name dvsfc_ls of variable integrated_y_momentum_flux_from_large_scale_gwd from new to old metadata -INFO: Converting local name snowd_ocean of variable surface_snow_thickness_water_equivalent_over_ocean from new to old metadata -INFO: Converting local name clouds(:,:,2) of variable cloud_liquid_water_path from new to old metadata -INFO: Converting local name visbmui of variable surface_upwelling_direct_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name plvl of variable air_pressure_at_interface_for_radiation_in_hPa from new to old metadata -INFO: Converting local name uustar_land of variable surface_friction_velocity_over_land from new to old metadata -INFO: Converting local name phy_myj_akms of variable momentum_exchange_coefficient_for_MYJ_schemes from new to old metadata -INFO: Converting local name cnv_fice of variable ice_fraction_in_convective_tower from new to old metadata -INFO: Converting local name nbdlw of variable number_of_aerosol_bands_for_longwave_radiation from new to old metadata -INFO: Converting local name dudt_mtb of variable instantaneous_change_in_x_wind_due_to_mountain_blocking_drag from new to old metadata -INFO: Converting local name rb_ocean of variable bulk_richardson_number_at_lowest_model_level_over_ocean from new to old metadata -INFO: Converting local name ccnorm of variable flag_for_cloud_condensate_normalized_by_cloud_cover from new to old metadata -INFO: Converting local name dqdt of variable tendency_of_tracers_due_to_model_physics from new to old metadata -INFO: Converting local name u10m of variable x_wind_at_10m from new to old metadata -INFO: Converting local name tmpmin of variable minimum_temperature_at_2m from new to old metadata -INFO: Converting local name save_u of variable x_wind_save from new to old metadata -INFO: Converting local name tsnow of variable snow_temperature_bottom_first_layer from new to old metadata -INFO: Converting local name kind_INTEGER of variable kind_INTEGER from new to old metadata -INFO: Converting local name nswsfc_cpl of variable cumulative_surface_net_downward_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name vgrs(:,1) of variable y_wind_at_lowest_model_layer from new to old metadata -INFO: Converting local name bl_mynn_edmf_tke of variable edmf_tke_transport_flag from new to old metadata -INFO: Converting local name tile_num of variable number_of_tile from new to old metadata -INFO: Converting local name con_pi of variable pi from new to old metadata -INFO: Converting local name abem of variable instantaneous_anthopogenic_and_biomass_burning_emissions from new to old metadata -INFO: Converting local name latidxprnt of variable latitude_index_in_debug_printouts from new to old metadata -INFO: Converting local name tcrf of variable cloud_phase_transition_denominator from new to old metadata -INFO: Converting local name cpilist of variable specific_heat_capacities_for_multi_gases_physics from new to old metadata -INFO: Converting local name tprcp_ocean of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_ocean from new to old metadata -INFO: Converting local name vgrs of variable y_wind from new to old metadata -INFO: Converting local name me of variable mpi_rank from new to old metadata -INFO: Converting local name nseffr of variable index_for_snow_effective_radius from new to old metadata -INFO: Converting local name crtrh(1) of variable critical_relative_humidity_at_surface from new to old metadata -INFO: Converting local name nrcm of variable array_dimension_of_random_number from new to old metadata -INFO: Converting local name phy_f2d(:,2) of variable surface_air_pressure_at_previous_time_step from new to old metadata -INFO: Converting local name totice of variable accumulated_lwe_thickness_of_ice_amount from new to old metadata -INFO: Converting local name vdftra of variable vertically_diffused_tracer_concentration from new to old metadata -INFO: Converting local name clam_shal of variable entrainment_rate_coefficient_shallow_convection from new to old metadata -INFO: Converting local name ulwsfc of variable cumulative_surface_upwelling_longwave_flux_multiplied_by_timestep from new to old metadata -INFO: Converting local name cldf of variable cloud_area_fraction from new to old metadata -INFO: Converting local name prslk of variable dimensionless_exner_function_at_model_layers from new to old metadata -INFO: Converting local name imp_physics_wsm6 of variable flag_for_wsm6_microphysics_scheme from new to old metadata -INFO: Converting local name blksz(ccpp_block_number) of variable horizontal_loop_extent from new to old metadata -INFO: Converting local name dtp of variable time_step_for_physics from new to old metadata -INFO: Converting local name nnirdf_cpl of variable cumulative_surface_net_downward_diffuse_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name tsurf_ice of variable surface_skin_temperature_after_iteration_over_ice from new to old metadata -INFO: Converting local name snowfallac of variable total_accumulated_snowfall from new to old metadata -INFO: Converting local name solhr of variable forecast_hour_of_the_day from new to old metadata -INFO: Converting local name use_zmtnblck of variable flag_for_mountain_blocking from new to old metadata -INFO: Converting local name sfcflw_type of variable sfcflw_type from new to old metadata -INFO: Converting local name rhofr of variable density_of_frozen_precipitation from new to old metadata -INFO: Converting local name dxmax of variable maximum_scaling_factor_for_critical_relative_humidity from new to old metadata -INFO: Converting local name rainc_cpl of variable lwe_thickness_of_convective_precipitation_amount_for_coupling from new to old metadata -INFO: Converting local name prautco of variable coefficient_from_cloud_water_to_rain from new to old metadata -INFO: Converting local name cumabs of variable maximum_column_heating_rate from new to old metadata -INFO: Converting local name Statein of variable GFS_statein_type_instance from new to old metadata -INFO: Converting local name ntasks of variable mpi_size from new to old metadata -INFO: Converting local name qsq of variable q_prime_squared from new to old metadata -INFO: Converting local name bl_mynn_mixqt of variable mix_total_water_flag from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_turbulent_kinetic_energy) of variable tendency_of_turbulent_kinetic_energy_due_to_model_physics from new to old metadata -INFO: Converting local name ntke of variable index_for_turbulent_kinetic_energy from new to old metadata -INFO: Converting local name kmp of variable top_layer_index_for_fast_physics from new to old metadata -INFO: Converting local name ffhh_ice of variable Monin_Obukhov_similarity_function_for_heat_over_ice from new to old metadata -INFO: Converting local name dq3dt(:,:,1) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_PBL from new to old metadata -INFO: Converting local name con_hfus of variable latent_heat_of_fusion_of_water_at_0C from new to old metadata -INFO: Converting local name isubc_lw of variable flag_for_lw_clouds_without_sub_grid_approximation from new to old metadata -INFO: Converting local name du3dt(:,:,3) of variable cumulative_change_in_x_wind_due_to_deep_convection from new to old metadata -INFO: Converting local name clx of variable fraction_of_grid_box_with_subgrid_orography_higher_than_critical_height from new to old metadata -INFO: Converting local name shoc_parm(4) of variable shoc_implicit_TKE_integration_uncentering_term from new to old metadata -INFO: Converting local name gasvmr(:,:,7) of variable volume_mixing_ratio_cfc12 from new to old metadata -INFO: Converting local name cappa of variable cappa_moist_gas_constant_at_Lagrangian_surface from new to old metadata -INFO: Converting local name cf_upi of variable convective_cloud_fraction_for_microphysics from new to old metadata -INFO: Converting local name cdata of variable ccpp_t_instance from new to old metadata -INFO: Converting local name phy_myj_akhs of variable heat_exchange_coefficient_for_MYJ_schemes from new to old metadata -INFO: Converting local name sedim of variable instantaneous_sedimentation from new to old metadata -INFO: Converting local name graupelmp of variable lwe_thickness_of_graupel_amount from new to old metadata -INFO: Converting local name skebu_wts of variable weights_for_stochastic_skeb_perturbation_of_x_wind_flipped from new to old metadata -INFO: Converting local name GFS_control_type of variable GFS_control_type from new to old metadata -INFO: Converting local name yearlen of variable number_of_days_in_year from new to old metadata -INFO: Converting local name save_q(:,:,index_for_water_vapor) of variable water_vapor_specific_humidity_save from new to old metadata -INFO: Converting local name smois of variable volume_fraction_of_soil_moisture_for_land_surface_model from new to old metadata -INFO: Converting local name gq0(:,:,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio_updated_by_physics from new to old metadata -INFO: Converting local name pwat of variable column_precipitable_water from new to old metadata -INFO: Converting local name cld1d of variable cloud_work_function from new to old metadata -INFO: Converting local name qvi of variable gas_tracers_for_multi_gas_physics_at_Lagrangian_surface from new to old metadata -INFO: Converting local name gabsbdlw of variable surface_downwelling_longwave_flux_absorbed_by_ground from new to old metadata -INFO: Converting local name tau_ngw of variable time_integral_of_momentum_flux_due_to_nonstationary_gravity_wave from new to old metadata -INFO: Converting local name xlat_d of variable latitude_degree from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_for_ice_effective_radius) of variable effective_radius_of_stratiform_cloud_ice_particle_in_um from new to old metadata -INFO: Converting local name nieffr of variable index_for_ice_effective_radius from new to old metadata -INFO: Converting local name do_ca of variable flag_for_cellular_automata from new to old metadata -INFO: Converting local name wtxy of variable water_storage_in_aquifer_and_saturated_soil from new to old metadata -INFO: Converting local name srunoff of variable surface_runoff from new to old metadata -INFO: Converting local name ntrnc of variable index_for_rain_number_concentration from new to old metadata -INFO: Converting local name ustm of variable surface_friction_velocity_drag from new to old metadata -INFO: Converting local name cnvprcp of variable cumulative_lwe_thickness_of_convective_precipitation_amount from new to old metadata -INFO: Converting local name imfdeepcnv_samf of variable flag_for_samf_deep_convection_scheme from new to old metadata -INFO: Converting local name si of variable vertical_sigma_coordinate_for_radiation_initialization from new to old metadata -INFO: Converting local name gwdcu of variable tendency_of_x_wind_due_to_convective_gravity_wave_drag from new to old metadata -INFO: Converting local name elvmax of variable maximum_subgrid_orography from new to old metadata -INFO: Converting local name slimskin_cpl of variable sea_land_ice_mask_in from new to old metadata -INFO: Converting local name dtsfc_cice of variable surface_upward_sensible_heat_flux_for_coupling_interstitial from new to old metadata -INFO: Converting local name do_mynnedmf of variable do_mynnedmf from new to old metadata -INFO: Converting local name zorll of variable surface_roughness_length_over_land from new to old metadata -INFO: Converting local name nswsfci_cpl of variable instantaneous_surface_net_downward_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name do_cldice of variable mg_flag_for_cloud_ice_processes from new to old metadata -INFO: Converting local name alboldxy of variable snow_albedo_at_previous_time_step from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_graupel) of variable graupel_mixing_ratio from new to old metadata -INFO: Converting local name rhcmax of variable maximum_critical_relative_humidity from new to old metadata -INFO: Converting local name Stateout of variable GFS_stateout_type_instance from new to old metadata -INFO: Converting local name nirbmdi of variable surface_downwelling_direct_near_infrared_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name gfluxi of variable instantaneous_surface_ground_heat_flux from new to old metadata -INFO: Converting local name drainncprv of variable explicit_rainfall_rate_from_previous_timestep from new to old metadata -INFO: Converting local name gflx of variable upward_heat_flux_in_soil from new to old metadata -INFO: Converting local name hflx_ocean of variable kinematic_surface_upward_sensible_heat_flux_over_ocean from new to old metadata -INFO: Converting local name nvdiff of variable number_of_vertical_diffusion_tracers from new to old metadata -INFO: Converting local name dspheat of variable flag_TKE_dissipation_heating from new to old metadata -INFO: Converting local name fhswr of variable frequency_for_shortwave_radiation from new to old metadata -INFO: Converting local name nthreads of variable omp_threads from new to old metadata -INFO: Converting local name islmsk of variable sea_land_ice_mask from new to old metadata -INFO: Converting local name ntchmdiag of variable number_of_chemical_tracers_for_diagnostics from new to old metadata -INFO: Converting local name nstf_name(5) of variable vertical_temperature_average_range_upper_bound from new to old metadata -INFO: Converting local name forceq of variable moisture_tendency_due_to_dynamics from new to old metadata -INFO: Converting local name nseasalt of variable number_of_seasalt_bins_for_diagnostics from new to old metadata -INFO: Converting local name gasvmr(:,:,2) of variable volume_mixing_ratio_n2o from new to old metadata -INFO: Converting local name ctei_rml of variable grid_sensitive_critical_cloud_top_entrainment_instability_criteria from new to old metadata -INFO: Converting local name sfc_wts of variable weights_for_stochastic_surface_physics_perturbation from new to old metadata -INFO: Converting local name oc of variable convexity_of_subgrid_orography from new to old metadata -INFO: Converting local name ep1d of variable surface_upward_potential_latent_heat_flux from new to old metadata -INFO: Converting local name u10mmax of variable maximum_x_wind_at_10m from new to old metadata -INFO: Converting local name nca of variable number_of_independent_cellular_automata from new to old metadata -INFO: Converting local name rtmassxy of variable fine_root_mass from new to old metadata -INFO: Converting local name ffmm_ocean of variable Monin_Obukhov_similarity_function_for_momentum_over_ocean from new to old metadata -INFO: Converting local name pertlai of variable magnitude_of_perturbation_of_leaf_area_index from new to old metadata -INFO: Converting local name mg_ncnst of variable mg_drop_concentration_constant from new to old metadata -INFO: Converting local name pgcon_shal of variable momentum_transport_reduction_factor_pgf_shallow_convection from new to old metadata -INFO: Converting local name edmf_qc of variable emdf_updraft_cloud_water from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_graupel) of variable tendency_of_graupel_mixing_ratio_due_to_model_physics from new to old metadata -INFO: Converting local name acvt of variable largest_cloud_top_vertical_index_encountered_thus_far from new to old metadata -INFO: Converting local name cmm of variable surface_drag_wind_speed_for_momentum_in_air from new to old metadata -INFO: Converting local name dt_cool of variable sub_layer_cooling_amount from new to old metadata -INFO: Converting local name qc_r of variable cloud_liquid_water_mixing_ratio from new to old metadata -INFO: Converting local name ral_ts of variable time_scale_for_rayleigh_damping from new to old metadata -INFO: Converting local name GFS_diag_type of variable GFS_diag_type from new to old metadata -INFO: Converting local name dnirdfi_cpl of variable instantaneous_surface_downwelling_diffuse_near_infrared_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name chh_ice of variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_ice from new to old metadata -INFO: Converting local name flipv of variable flag_flip from new to old metadata -INFO: Converting local name ldiag_ugwp of variable diag_ugwp_flag from new to old metadata -INFO: Converting local name ctei_r of variable cloud_top_entrainment_instability_value from new to old metadata -INFO: Converting local name ccn_nm of variable ccn_number_concentration from new to old metadata -INFO: Converting local name edmf_ent of variable emdf_updraft_entrainment_rate from new to old metadata -INFO: Converting local name htswc of variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step from new to old metadata -INFO: Converting local name phy_myj_thz0 of variable potential_temperature_at_viscous_sublayer_top from new to old metadata -INFO: Converting local name bl_mynn_edmf of variable edmf_flag from new to old metadata -INFO: Converting local name con_rd of variable gas_constant_dry_air from new to old metadata -INFO: Converting local name qss_land of variable surface_specific_humidity_over_land from new to old metadata -INFO: Converting local name zt1d of variable perturbation_of_heat_to_momentum_roughness_length_ratio from new to old metadata -INFO: Converting local name imp_physics_zhao_carr of variable flag_for_zhao_carr_microphysics_scheme from new to old metadata -INFO: Converting local name delz of variable thickness_at_Lagrangian_surface from new to old metadata -INFO: Converting local name dtsfci of variable instantaneous_surface_upward_sensible_heat_flux_for_diag from new to old metadata -INFO: Converting local name dvsfc_fd of variable integrated_y_momentum_flux_from_form_drag from new to old metadata -INFO: Converting local name totprcpb of variable accumulated_lwe_thickness_of_precipitation_amount_in_bucket from new to old metadata -INFO: Converting local name tcr of variable cloud_phase_transition_threshold_temperature from new to old metadata -INFO: Converting local name clstp of variable convective_cloud_switch from new to old metadata -INFO: Converting local name isatmedmf_vdifq of variable choice_of_updated_scale_aware_TKE_moist_EDMF_PBL from new to old metadata -INFO: Converting local name coszen of variable cosine_of_zenith_angle from new to old metadata -INFO: Converting local name nifa2d of variable tendency_of_ice_friendly_aerosols_at_surface from new to old metadata -INFO: Converting local name icy of variable flag_nonzero_sea_ice_surface_fraction from new to old metadata -INFO: Converting local name dudt of variable tendency_of_x_wind_due_to_model_physics from new to old metadata -INFO: Converting local name bl_dnfr of variable downdraft_fraction_in_boundary_layer_mass_flux_scheme from new to old metadata -INFO: Converting local name snohf of variable snow_freezing_rain_upward_latent_heat_flux from new to old metadata -INFO: Converting local name bexp1d of variable perturbation_of_soil_type_b_parameter from new to old metadata -INFO: Converting local name faersw of variable aerosol_optical_properties_for_shortwave_bands_01_16 from new to old metadata -INFO: Converting local name dtdt of variable tendency_of_air_temperature_due_to_model_physics from new to old metadata -INFO: Converting local name nvisdf_cpl of variable cumulative_surface_net_downward_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name dqsfcin_cpl of variable surface_upward_latent_heat_flux_for_coupling from new to old metadata -INFO: Converting local name con_p0 of variable standard_atmospheric_pressure from new to old metadata -INFO: Converting local name con_epsq of variable minimum_value_of_specific_humidity from new to old metadata -INFO: Converting local name dusfci_cpl of variable instantaneous_surface_x_momentum_flux_for_coupling from new to old metadata -INFO: Converting local name ep1d_ice of variable surface_upward_potential_latent_heat_flux_over_ice from new to old metadata -INFO: Converting local name fhour of variable forecast_time from new to old metadata -INFO: Converting local name refl_10cm of variable radar_reflectivity_10cm from new to old metadata -INFO: Converting local name shum_wts of variable weights_for_stochastic_shum_perturbation_flipped from new to old metadata -INFO: Converting local name dspfac of variable tke_dissipative_heating_factor from new to old metadata -INFO: Converting local name nnirbmi_cpl of variable instantaneous_surface_net_downward_direct_near_infrared_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name c1_deep of variable detrainment_conversion_parameter_deep_convection from new to old metadata -INFO: Converting local name dt3dt(:,:,4) of variable cumulative_change_in_temperature_due_to_deep_convection from new to old metadata -INFO: Converting local name dv3dt(:,:,4) of variable cumulative_change_in_y_wind_due_to_convective_gravity_wave_drag from new to old metadata -INFO: Converting local name phy_myj_a1u of variable weight_for_momentum_at_viscous_sublayer_top from new to old metadata -INFO: Converting local name iopt_stc of variable flag_for_soil_and_snow_temperature_time_stepping_option from new to old metadata -INFO: Converting local name adjvisbmd of variable surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux from new to old metadata -INFO: Converting local name icloud_bl of variable couple_sgs_clouds_to_radiation_flag from new to old metadata -INFO: Converting local name rb of variable bulk_richardson_number_at_lowest_model_level from new to old metadata -INFO: Converting local name faerlw(:,:,:,2) of variable aerosol_single_scattering_albedo_for_longwave_bands_01_16 from new to old metadata -INFO: Converting local name phy_myj_elflx of variable kinematic_surface_latent_heat_flux from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_for_snow_effective_radius) of variable effective_radius_of_stratiform_cloud_snow_particle_in_um from new to old metadata -INFO: Converting local name iopt_tbot of variable flag_for_lower_boundary_soil_temperature_option from new to old metadata -INFO: Converting local name pdfflag of variable flag_for_pdf_for_morrison_gettelman_microphysics_scheme from new to old metadata -INFO: Converting local name do_aw of variable flag_for_Arakawa_Wu_adjustment from new to old metadata -INFO: Converting local name do_tofd of variable turb_oro_form_drag_flag from new to old metadata -INFO: Converting local name dqdti of variable instantaneous_water_vapor_specific_humidity_tendency_due_to_convection from new to old metadata -INFO: Converting local name qi_r of variable cloud_ice_mixing_ratio from new to old metadata -INFO: Converting local name flag_iter of variable flag_for_iteration from new to old metadata -INFO: Converting local name CLDFRA_BL of variable subgrid_cloud_fraction_pbl from new to old metadata -INFO: Converting local name zorl_ice of variable surface_roughness_length_over_ice_interstitial from new to old metadata -INFO: Converting local name dd_mf of variable instantaneous_atmosphere_downdraft_convective_mass_flux from new to old metadata -INFO: Converting local name visdfui of variable surface_upwelling_diffuse_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name julian of variable julian_day from new to old metadata -INFO: Converting local name cd_ice of variable surface_drag_coefficient_for_momentum_in_air_over_ice from new to old metadata -INFO: Converting local name iovr_lw of variable flag_for_max_random_overlap_clouds_for_longwave_radiation from new to old metadata -INFO: Converting local name lmp of variable adjusted_vertical_level_dimension_for_radiation from new to old metadata -INFO: Converting local name kdt of variable index_of_time_step from new to old metadata -INFO: Converting local name ushfsfci of variable instantaneous_surface_upward_sensible_heat_flux_for_chemistry_coupling from new to old metadata -INFO: Converting local name rb_land of variable bulk_richardson_number_at_lowest_model_level_over_land from new to old metadata -INFO: Converting local name uustar of variable surface_friction_velocity from new to old metadata -INFO: Converting local name adjnirbmu of variable surface_upwelling_direct_near_infrared_shortwave_flux from new to old metadata -INFO: Converting local name do_mynnsfclay of variable do_mynnsfclay from new to old metadata -INFO: Converting local name aero_in of variable flag_for_aerosol_input_MG from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_water_vapor) of variable tendency_of_water_vapor_specific_humidity_due_to_model_physics from new to old metadata -INFO: Converting local name mol of variable theta_star from new to old metadata -INFO: Converting local name fwetxy of variable area_fraction_of_wet_canopy from new to old metadata -INFO: Converting local name phy_f2d(:,1) of variable surface_air_pressure_two_time_steps_back from new to old metadata -INFO: Converting local name topflw of variable lw_fluxes_top_atmosphere from new to old metadata -INFO: Converting local name satmedmf of variable flag_for_scale_aware_TKE_moist_EDMF_PBL from new to old metadata -INFO: Converting local name waxy of variable water_storage_in_aquifer from new to old metadata -INFO: Converting local name snow of variable lwe_thickness_of_snow_amount_on_dynamics_timestep from new to old metadata -INFO: Converting local name ivegsrc of variable vegetation_type_dataset_choice from new to old metadata -INFO: Converting local name sigmaf of variable bounded_vegetation_area_fraction from new to old metadata -INFO: Converting local name f_rain of variable fraction_of_rain_water_cloud from new to old metadata -INFO: Converting local name dkt of variable instantaneous_atmosphere_heat_diffusivity from new to old metadata -INFO: Converting local name asolfac_deep of variable aerosol_aware_parameter_deep_convection from new to old metadata -INFO: Converting local name dv3dt(:,:,2) of variable cumulative_change_in_y_wind_due_to_orographic_gravity_wave_drag from new to old metadata -INFO: Converting local name ipr of variable horizontal_index_of_printed_column from new to old metadata -INFO: Converting local name npzcappa of variable vertical_dimension_for_cappa_at_Lagrangian_surface from new to old metadata -INFO: Converting local name clam_deep of variable entrainment_rate_coefficient_deep_convection from new to old metadata -INFO: Converting local name dusfci of variable instantaneous_surface_x_momentum_flux_for_diag from new to old metadata -INFO: Converting local name cs_parm(4) of variable detrainment_and_precipitation_tunable_parameter_4_CS from new to old metadata -INFO: Converting local name levsp1 of variable vertical_dimension_plus_one from new to old metadata -INFO: Converting local name con_cp of variable specific_heat_of_dry_air_at_constant_pressure from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_water_vapor) of variable water_vapor_specific_humidity from new to old metadata -INFO: Converting local name prsik(:,1) of variable dimensionless_exner_function_at_lowest_model_interface from new to old metadata -INFO: Converting local name gasvmr(:,:,5) of variable volume_mixing_ratio_co from new to old metadata -INFO: Converting local name mg_ngcons of variable mg_flag_graupel_concentration_constant from new to old metadata -INFO: Converting local name acsnow of variable accumulated_water_equivalent_of_frozen_precip from new to old metadata -INFO: Converting local name levsm1 of variable vertical_dimension_minus_one from new to old metadata -INFO: Converting local name phy_myj_a1t of variable weight_for_potental_temperature_at_viscous_sublayer_top from new to old metadata -INFO: Converting local name ntracp1 of variable number_of_tracers_plus_one from new to old metadata -INFO: Converting local name GFS_Data of variable GFS_data_type_instance_all_blocks from new to old metadata -INFO: Converting local name zol of variable surface_stability_parameter from new to old metadata -INFO: Converting local name CCPP_interstitial of variable CCPP_interstitial_type_instance from new to old metadata -INFO: Converting local name isd of variable starting_x_direction_index_domain from new to old metadata -INFO: Converting local name cplflx of variable flag_for_flux_coupling from new to old metadata -INFO: Converting local name lradar of variable flag_for_radar_reflectivity from new to old metadata -INFO: Converting local name iseed_ca of variable seed_for_random_number_generation_in_cellular_automata_scheme from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_for_convective_cloud_cover_in_phy_f3d) of variable convective_cloud_cover_in_phy_f3d from new to old metadata -INFO: Converting local name dqsfci of variable instantaneous_surface_upward_latent_heat_flux_for_diag from new to old metadata -INFO: Converting local name dxmin of variable minimum_scaling_factor_for_critical_relative_humidity from new to old metadata -INFO: Converting local name sppt_wts of variable weights_for_stochastic_sppt_perturbation from new to old metadata -INFO: Converting local name tahxy of variable canopy_air_temperature from new to old metadata -INFO: Converting local name imn of variable forecast_month from new to old metadata -INFO: Converting local name evcw of variable canopy_upward_latent_heat_flux from new to old metadata -INFO: Converting local name input_nml_file of variable namelist_filename_for_internal_file_reads from new to old metadata -INFO: Converting local name raddt of variable time_step_for_radiation from new to old metadata -INFO: Converting local name dvisbmi_cpl of variable instantaneous_surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name gwdcv of variable tendency_of_y_wind_due_to_convective_gravity_wave_drag from new to old metadata -INFO: Converting local name evbsa of variable cumulative_soil_upward_latent_heat_flux_multiplied_by_timestep from new to old metadata -INFO: Converting local name cldwrk of variable cumulative_cloud_work_function from new to old metadata -INFO: Converting local name npzdelz of variable vertical_dimension_for_thickness_at_Lagrangian_surface from new to old metadata -INFO: Converting local name dvsfc_cice of variable surface_y_momentum_flux_for_coupling_interstitial from new to old metadata -INFO: Converting local name ql of variable cloud_liquid_water_specific_humidity_at_Lagrangian_surface from new to old metadata -INFO: Converting local name imp_physics_fer_hires of variable flag_for_fer_hires_microphysics_scheme from new to old metadata -INFO: Converting local name dvdt of variable tendency_of_y_wind_due_to_model_physics from new to old metadata -INFO: Converting local name dusfc_cpl of variable cumulative_surface_x_momentum_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name prsl(:,1) of variable air_pressure_at_lowest_model_layer from new to old metadata -INFO: Converting local name ktop_shallow of variable k_level_of_highest_reaching_plume from new to old metadata -INFO: Converting local name sfcfsw of variable sw_fluxes_sfc from new to old metadata -INFO: Converting local name gv0 of variable y_wind_updated_by_physics from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_rain_water) of variable rain_water_mixing_ratio from new to old metadata -INFO: Converting local name cdq_ocean of variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_ocean from new to old metadata -INFO: Converting local name sfcalb(:,4) of variable surface_albedo_due_to_UV_and_VIS_diffused from new to old metadata -INFO: Converting local name gamq of variable countergradient_mixing_term_for_water_vapor from new to old metadata -INFO: Converting local name mdt of variable time_step_for_remapping_for_fast_physics from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_ice_cloud_condensate) of variable ice_water_mixing_ratio from new to old metadata -INFO: Converting local name sfcalb(:,2) of variable surface_albedo_due_to_near_IR_diffused from new to old metadata -INFO: Converting local name phy_fctd of variable cloud_base_mass_flux from new to old metadata -INFO: Converting local name weasd_land of variable water_equivalent_accumulated_snow_depth_over_land from new to old metadata -INFO: Converting local name nwfa2d of variable tendency_of_water_friendly_aerosols_at_surface from new to old metadata -INFO: Converting local name GFS_Control of variable GFS_control_type_instance from new to old metadata -INFO: Converting local name nncl of variable number_of_tracers_for_cloud_condensate from new to old metadata -INFO: Converting local name olyr of variable ozone_concentration_at_layer_for_radiation from new to old metadata -INFO: Converting local name tg3 of variable deep_soil_temperature from new to old metadata -INFO: Converting local name Radtend of variable GFS_radtend_type_instance from new to old metadata -INFO: Converting local name sinlat of variable sine_of_latitude from new to old metadata -INFO: Converting local name sppt_wts of variable weights_for_stochastic_sppt_perturbation_flipped from new to old metadata -INFO: Converting local name ng of variable number_of_ghost_zones from new to old metadata -INFO: Converting local name phil of variable geopotential from new to old metadata -INFO: Converting local name flag_frsoil of variable flag_for_frozen_soil_physics from new to old metadata -INFO: Converting local name faersw(:,:,:,2) of variable aerosol_single_scattering_albedo_for_shortwave_bands_01_16 from new to old metadata -INFO: Converting local name qc of variable cloud_fraction_at_Lagrangian_surface from new to old metadata -INFO: Converting local name do_sfcperts of variable flag_for_stochastic_surface_perturbations from new to old metadata -INFO: Converting local name betas_deep of variable downdraft_fraction_reaching_surface_over_ocean_deep_convection from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_rain_number_concentration) of variable rain_number_concentration from new to old metadata -INFO: Converting local name ifd of variable index_of_dtlm_start from new to old metadata -INFO: Converting local name area of variable cell_area_for_fast_physics from new to old metadata -INFO: Converting local name trans_trac of variable flag_for_convective_transport_of_tracers from new to old metadata -INFO: Converting local name isatmedmf of variable choice_of_scale_aware_TKE_moist_EDMF_PBL from new to old metadata -INFO: Converting local name old_monin of variable flag_for_old_PBL_scheme from new to old metadata -INFO: Converting local name cplchm of variable flag_for_chemistry_coupling from new to old metadata -INFO: Converting local name raincprv of variable lwe_thickness_of_convective_precipitation_amount_from_previous_timestep from new to old metadata -INFO: Converting local name u1 of variable x_wind_at_lowest_model_layer_for_diag from new to old metadata -INFO: Converting local name gw_dvdt of variable tendency_of_y_wind_due_to_ugwp from new to old metadata -INFO: Converting local name dtsfc1 of variable instantaneous_surface_upward_sensible_heat_flux from new to old metadata -INFO: Converting local name gasvmr(:,:,9) of variable volume_mixing_ratio_ccl4 from new to old metadata -INFO: Converting local name semis_ice of variable surface_longwave_emissivity_over_ice_interstitial from new to old metadata -INFO: Converting local name zmtb of variable time_integral_of_height_of_mountain_blocking from new to old metadata -INFO: Converting local name dtauy2d_fd of variable y_momentum_tendency_from_form_drag from new to old metadata -INFO: Converting local name lakefrac of variable lake_area_fraction from new to old metadata -INFO: Converting local name do_myjpbl of variable do_myjpbl from new to old metadata -INFO: Converting local name sncovr of variable surface_snow_area_fraction_over_land from new to old metadata -INFO: Converting local name spd10max of variable maximum_wind_at_10m_over_maximum_hourly_time_interval from new to old metadata -INFO: Converting local name faerlw(:,:,:,3) of variable aerosol_asymmetry_parameter_for_longwave_bands_01_16 from new to old metadata -INFO: Converting local name adjsfculw_ocean of variable surface_upwelling_longwave_flux_over_ocean_interstitial from new to old metadata -INFO: Converting local name nscfshoc of variable index_of_subgrid_scale_cloud_fraction_from_shoc_in_phy_f3d from new to old metadata -INFO: Converting local name qv_r of variable humidity_mixing_ratio from new to old metadata -INFO: Converting local name gq0(:,:,index_for_water_vapor) of variable water_vapor_specific_humidity_updated_by_physics from new to old metadata -INFO: Converting local name lsnow_lsm of variable snow_vertical_dimension_for_land_surface_model from new to old metadata -INFO: Converting local name dv3dt_ngw of variable time_integral_of_change_in_y_wind_due_to_nonstationary_gravity_wave from new to old metadata -INFO: Converting local name tlyr of variable air_temperature_at_layer_for_radiation from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_turbulent_kinetic_energy) of variable turbulent_kinetic_energy from new to old metadata -INFO: Converting local name h2opl of variable h2o_forcing from new to old metadata -INFO: Converting local name smc of variable volume_fraction_of_soil_moisture from new to old metadata -INFO: Converting local name latr of variable number_of_latitude_points from new to old metadata -INFO: Converting local name crick_proof of variable flag_for_CRICK_proof_cloud_water from new to old metadata -INFO: Converting local name ssem of variable instantaneous_seasalt_emission_flux from new to old metadata -INFO: Converting local name xlai1d of variable perturbation_of_leaf_area_index from new to old metadata -INFO: Converting local name tdoms of variable dominant_snow_type from new to old metadata -INFO: Converting local name canopy of variable canopy_water_amount from new to old metadata -INFO: Converting local name dtauy2d_ss of variable y_momentum_tendency_from_small_scale_gwd from new to old metadata -INFO: Converting local name forcet of variable temperature_tendency_due_to_dynamics from new to old metadata -INFO: Converting local name snowmt of variable surface_snow_melt from new to old metadata -INFO: Converting local name ttendlim of variable limit_for_temperature_tendency_for_microphysics from new to old metadata -INFO: Converting local name clouds(:,:,6) of variable cloud_rain_water_path from new to old metadata -INFO: Converting local name sigmafrac of variable convective_updraft_area_fraction from new to old metadata -INFO: Converting local name tau_tofd of variable instantaneous_momentum_flux_due_to_turbulent_orographic_form_drag from new to old metadata -INFO: Converting local name gq0(:,:,index_for_ice_friendly_aerosols) of variable ice_friendly_aerosol_number_concentration_updated_by_physics from new to old metadata -INFO: Converting local name nsswr of variable number_of_timesteps_between_shortwave_radiation_calls from new to old metadata -INFO: Converting local name ulwsfc_cice of variable surface_upwelling_longwave_flux_for_coupling_interstitial from new to old metadata -INFO: Converting local name dq3dt(:,:,8) of variable cumulative_change_in_ozone_concentration_due_to_temperature from new to old metadata -INFO: Converting local name stress_ice of variable surface_wind_stress_over_ice from new to old metadata -INFO: Converting local name is of variable starting_x_direction_index from new to old metadata -INFO: Converting local name sbsno of variable snow_deposition_sublimation_upward_latent_heat_flux from new to old metadata -INFO: Converting local name cnvprcpb of variable cumulative_lwe_thickness_of_convective_precipitation_amount_in_bucket from new to old metadata -INFO: Converting local name rdlai of variable flag_for_reading_leaf_area_index_from_input from new to old metadata -INFO: Converting local name phy_f3d(:,:,4) of variable water_vapor_specific_humidity_at_previous_time_step from new to old metadata -INFO: Converting local name area of variable cell_area from new to old metadata -INFO: Converting local name con_eps of variable ratio_of_dry_air_to_water_vapor_gas_constants from new to old metadata -INFO: Converting local name edmf_a of variable emdf_updraft_area from new to old metadata -INFO: Converting local name dusfc1 of variable instantaneous_surface_x_momentum_flux from new to old metadata -INFO: Converting local name qlcn of variable mass_fraction_of_convective_cloud_liquid_water from new to old metadata -INFO: Converting local name fh2_land of variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_land from new to old metadata -INFO: Converting local name tprcp_land of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_land from new to old metadata -INFO: Converting local name chh_land of variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_land from new to old metadata -INFO: Converting local name dt3dt(:,:,1) of variable cumulative_change_in_temperature_due_to_longwave_radiation from new to old metadata -INFO: Converting local name nfracseed of variable cellular_automata_seed_probability from new to old metadata -INFO: Converting local name cwm of variable total_cloud_condensate_mixing_ratio_updated_by_physics from new to old metadata -INFO: Converting local name u10max of variable maximum_u_wind_at_10m_over_maximum_hourly_time_interval from new to old metadata -INFO: Converting local name dvsfc_ss of variable integrated_y_momentum_flux_from_small_scale_gwd from new to old metadata -INFO: Converting local name smcref2 of variable threshold_volume_fraction_of_condensed_water_in_soil from new to old metadata -INFO: Converting local name kcnv of variable flag_deep_convection from new to old metadata -INFO: Converting local name keepsmfr of variable volume_fraction_of_frozen_soil_moisture_for_land_surface_model from new to old metadata -INFO: Converting local name frain of variable dynamics_to_physics_timestep_ratio from new to old metadata -INFO: Converting local name debug of variable flag_debug from new to old metadata -INFO: Converting local name qrn of variable local_rain_water_mixing_ratio from new to old metadata -INFO: Converting local name tsfc_ocean of variable surface_skin_temperature_over_ocean_interstitial from new to old metadata -INFO: Converting local name levr of variable number_of_vertical_layers_for_radiation_calculations from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_graupel_number_concentration) of variable graupel_number_concentration from new to old metadata -INFO: Converting local name bl_upfr of variable updraft_fraction_in_boundary_layer_mass_flux_scheme from new to old metadata -INFO: Converting local name nsfcpert of variable number_of_surface_perturbations from new to old metadata -INFO: Converting local name evpco of variable coefficient_for_evaporation_of_rainfall from new to old metadata -INFO: Converting local name iems of variable flag_for_surface_emissivity_control from new to old metadata -INFO: Converting local name dlwsfc of variable cumulative_surface_downwelling_longwave_flux_multiplied_by_timestep from new to old metadata -INFO: Converting local name cimin of variable minimum_sea_ice_concentration from new to old metadata -INFO: Converting local name zs of variable depth_of_soil_levels_for_land_surface_model from new to old metadata -INFO: Converting local name fm10_land of variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_land from new to old metadata -INFO: Converting local name lsm_noahmp of variable flag_for_noahmp_land_surface_scheme from new to old metadata -INFO: Converting local name cs_parm(1) of variable updraft_velocity_tunable_parameter_1_CS from new to old metadata -INFO: Converting local name z_c of variable sub_layer_cooling_thickness from new to old metadata -INFO: Converting local name rainc of variable lwe_thickness_of_convective_precipitation_amount_on_dynamics_timestep from new to old metadata -INFO: Converting local name do_cnvgwd of variable flag_for_convective_gravity_wave_drag from new to old metadata -INFO: Converting local name nlunit of variable iounit_namelist from new to old metadata -INFO: Converting local name gw_dtdt of variable tendency_of_air_temperature_due_to_ugwp from new to old metadata -INFO: Converting local name phy_myj_vz0 of variable v_wind_component_at_viscous_sublayer_top from new to old metadata -INFO: Converting local name dusfc_ss of variable integrated_x_momentum_flux_from_small_scale_gwd from new to old metadata -INFO: Converting local name reset of variable flag_reset_maximum_hourly_fields from new to old metadata -INFO: Converting local name idat of variable date_and_time_at_model_initialization from new to old metadata -INFO: Converting local name oceanfrac of variable sea_area_fraction from new to old metadata -INFO: Converting local name rho_h2o of variable density_of_fresh_water from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_ozone) of variable ozone_mixing_ratio from new to old metadata -INFO: Converting local name qv of variable water_vapor_specific_humidity_at_Lagrangian_surface from new to old metadata -INFO: Converting local name adjnirdfd of variable surface_downwelling_diffuse_near_infrared_shortwave_flux from new to old metadata -INFO: Converting local name ca_global of variable flag_for_global_cellular_automata from new to old metadata -INFO: Converting local name landfrac of variable land_area_fraction from new to old metadata -INFO: Converting local name iopt_btr of variable flag_for_soil_moisture_factor_stomatal_resistance_option from new to old metadata -INFO: Converting local name cqs2 of variable surface_exchange_coefficient_for_moisture_at_2m from new to old metadata -INFO: Converting local name snohfa of variable cumulative_snow_freezing_rain_upward_latent_heat_flux_multiplied_by_timestep from new to old metadata -INFO: Converting local name nvisbm_cpl of variable cumulative_surface_net_downward_direct_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name GFS_sfcprop_type of variable GFS_sfcprop_type from new to old metadata -INFO: Converting local name oz_phys of variable flag_for_ozone_physics from new to old metadata -INFO: Converting local name rhowater of variable liquid_water_density from new to old metadata -INFO: Converting local name zsnsoxy of variable layer_bottom_depth_from_snow_surface from new to old metadata -INFO: Converting local name nthresh of variable threshold_for_perturbed_vertical_velocity from new to old metadata -INFO: Converting local name phy_f3d(:,:,1) of variable air_temperature_two_time_steps_back from new to old metadata -INFO: Converting local name gq0(:,:,index_for_water_friendly_aerosols) of variable water_friendly_aerosol_number_concentration_updated_by_physics from new to old metadata -INFO: Converting local name wetness of variable normalized_soil_wetness_for_land_surface_model from new to old metadata -INFO: Converting local name v10mi_cpl of variable instantaneous_y_wind_at_10m_for_coupling from new to old metadata -INFO: Converting local name rh02min of variable minimum_relative_humidity_at_2m_over_maximum_hourly_time_interval from new to old metadata -INFO: Converting local name nf_aelw of variable number_of_aerosol_output_fields_for_longwave_radiation from new to old metadata -INFO: Converting local name isubc_sw of variable flag_for_sw_clouds_without_sub_grid_approximation from new to old metadata -INFO: Converting local name gq0(:,:,index_for_rain_number_concentration) of variable rain_number_concentration_updated_by_physics from new to old metadata -INFO: Converting local name dvsfc1 of variable instantaneous_surface_y_momentum_flux from new to old metadata -INFO: Converting local name nirdfdi of variable surface_downwelling_diffuse_near_infrared_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name isatmedmf_vdif of variable choice_of_original_scale_aware_TKE_moist_EDMF_PBL from new to old metadata -INFO: Converting local name fprcp of variable number_of_frozen_precipitation_species from new to old metadata -INFO: Converting local name tsurf_land of variable surface_skin_temperature_after_iteration_over_land from new to old metadata -INFO: Converting local name kd of variable vertical_index_difference_between_inout_and_local from new to old metadata -INFO: Converting local name LTP of variable extra_top_layer from new to old metadata -INFO: Converting local name solcon of variable solar_constant from new to old metadata -INFO: Converting local name gq0(:,:,index_for_snow_number_concentration) of variable snow_number_concentration_updated_by_physics from new to old metadata -INFO: Converting local name bl_mynn_tkebudget of variable tke_budget from new to old metadata -INFO: Converting local name xu of variable diurnal_thermocline_layer_x_current from new to old metadata -INFO: Converting local name bl_mynn_tkeadvect of variable tke_advect from new to old metadata -INFO: Converting local name hflx_ice of variable kinematic_surface_upward_sensible_heat_flux_over_ice from new to old metadata -INFO: Converting local name smcwlt2 of variable volume_fraction_of_condensed_water_in_soil_at_wilting_point from new to old metadata -INFO: Converting local name imfdeepcnv of variable flag_for_mass_flux_deep_convection_scheme from new to old metadata -INFO: Converting local name ntchm of variable number_of_chemical_tracers from new to old metadata -INFO: Converting local name ncpl of variable local_condesed_water_number_concentration from new to old metadata -INFO: Converting local name vvl of variable omega from new to old metadata -INFO: Converting local name xkzminv of variable atmosphere_heat_diffusivity_background_maximum from new to old metadata -INFO: Converting local name snowc of variable surface_snow_area_fraction from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_of_subgrid_scale_cloud_fraction_from_shoc_in_phy_f3d) of variable subgrid_scale_cloud_fraction_from_shoc from new to old metadata -INFO: Converting local name du3dt(:,:,4) of variable cumulative_change_in_x_wind_due_to_convective_gravity_wave_drag from new to old metadata -INFO: Converting local name jcap of variable number_of_spectral_wave_trancation_for_sas from new to old metadata -INFO: Converting local name cd_ocean of variable surface_drag_coefficient_for_momentum_in_air_over_ocean from new to old metadata -INFO: Converting local name vfrac of variable vegetation_area_fraction from new to old metadata -INFO: Converting local name dvdftra of variable tendency_of_vertically_diffused_tracer_concentration from new to old metadata -INFO: Converting local name npzp1 of variable vertical_dimension_for_fast_physics_plus_one from new to old metadata -INFO: Converting local name duem of variable instantaneous_dust_emission_flux from new to old metadata -INFO: Converting local name prslrd0 of variable pressure_cutoff_for_rayleigh_damping from new to old metadata -INFO: Converting local name q2m of variable specific_humidity_at_2m from new to old metadata -INFO: Converting local name chs2 of variable surface_exchange_coefficient_for_heat_at_2m from new to old metadata -INFO: Converting local name lfmassxy of variable leaf_mass from new to old metadata -INFO: Converting local name phy_f3d(:,:,2) of variable water_vapor_specific_humidity_two_time_steps_back from new to old metadata -INFO: Converting local name rainp of variable tendency_of_rain_water_mixing_ratio_due_to_microphysics from new to old metadata -INFO: Converting local name ud_mf of variable instantaneous_atmosphere_updraft_convective_mass_flux from new to old metadata -INFO: Converting local name dudt_tms of variable instantaneous_change_in_x_wind_due_to_turbulent_orographic_form_drag from new to old metadata -INFO: Converting local name mg3_as_mg2 of variable flag_mg3_as_mg2 from new to old metadata -INFO: Converting local name htlw0 of variable tendency_of_air_temperature_due_to_longwave_heating_assuming_clear_sky_on_radiation_time_step from new to old metadata -INFO: Converting local name w_d of variable coefficient_w_d from new to old metadata -INFO: Converting local name shdmax of variable maximum_vegetation_area_fraction from new to old metadata -INFO: Converting local name iccn of variable flag_for_in_ccn_forcing_for_morrison_gettelman_microphysics from new to old metadata -INFO: Converting local name htlwc of variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step from new to old metadata -INFO: Converting local name scmpsw of variable components_of_surface_downward_shortwave_fluxes from new to old metadata -INFO: Converting local name tgrs(:,1) of variable air_temperature_at_lowest_model_layer from new to old metadata -INFO: Converting local name cmxy of variable surface_drag_coefficient_for_momentum_for_noahmp from new to old metadata -INFO: Converting local name snowd_land of variable surface_snow_thickness_water_equivalent_over_land from new to old metadata -INFO: Converting local name clouds(:,:,5) of variable mean_effective_radius_for_ice_cloud from new to old metadata -INFO: Converting local name xz of variable diurnal_thermocline_layer_thickness from new to old metadata -INFO: Converting local name tsfg of variable surface_ground_temperature_for_radiation from new to old metadata -INFO: Converting local name dkt of variable atmosphere_heat_diffusivity from new to old metadata -INFO: Converting local name qgrs of variable tracer_concentration from new to old metadata -INFO: Converting local name pgcon_deep of variable momentum_transport_reduction_factor_pgf_deep_convection from new to old metadata -INFO: Converting local name wind10mmax of variable maximum_wind_at_10m from new to old metadata -INFO: Converting local name slopetype of variable surface_slope_classification from new to old metadata -INFO: Converting local name Intdiag of variable GFS_diag_type_instance from new to old metadata -INFO: Converting local name mg_nccons of variable mg_flag_drop_concentration_constant from new to old metadata -INFO: Converting local name adjvisdfd of variable surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_snow_water) of variable tendency_of_snow_water_mixing_ratio_due_to_model_physics from new to old metadata -INFO: Converting local name nlwsfc_cpl of variable cumulative_surface_net_downward_longwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name clouds(:,:,9) of variable mean_effective_radius_for_snow_flake from new to old metadata -INFO: Converting local name con_cvap of variable specific_heat_of_water_vapor_at_constant_pressure from new to old metadata -INFO: Converting local name drydep of variable instantaneous_dry_deposition from new to old metadata -INFO: Converting local name semis_ocean of variable surface_longwave_emissivity_over_ocean_interstitial from new to old metadata -INFO: Converting local name master of variable mpi_root from new to old metadata -INFO: Converting local name gamt of variable countergradient_mixing_term_for_temperature from new to old metadata -INFO: Converting local name redrag of variable flag_for_reduced_drag_coefficient_over_sea from new to old metadata -INFO: Converting local name gq0(:,:,index_for_ozone) of variable ozone_concentration_updated_by_physics from new to old metadata -INFO: Converting local name do_skeb of variable flag_for_stochastic_skeb_option from new to old metadata -INFO: Converting local name qg_r of variable mass_weighted_rime_factor_mixing_ratio from new to old metadata -INFO: Converting local name min_seaice of variable sea_ice_minimum from new to old metadata -INFO: Converting local name betal_deep of variable downdraft_fraction_reaching_surface_over_land_deep_convection from new to old metadata -INFO: Converting local name alvwf of variable mean_vis_albedo_with_weak_cosz_dependency from new to old metadata -INFO: Converting local name do_gwd of variable flag_for_gravity_wave_drag from new to old metadata -INFO: Converting local name nf_aesw of variable number_of_aerosol_output_fields_for_shortwave_radiation from new to old metadata -INFO: Converting local name avg_max_length of variable time_interval_for_maximum_hourly_fields from new to old metadata -INFO: Converting local name tdomzr of variable dominant_freezing_rain_type from new to old metadata -INFO: Converting local name toticeb of variable accumulated_lwe_thickness_of_ice_amount_in_bucket from new to old metadata -INFO: Converting local name isppt_deep of variable flag_for_combination_of_sppt_with_isppt_deep from new to old metadata -INFO: Converting local name ice of variable lwe_thickness_of_ice_amount_on_dynamics_timestep from new to old metadata -INFO: Converting local name dq3dt(:,:,9) of variable cumulative_change_in_ozone_concentration_due_to_overhead_ozone_column from new to old metadata -INFO: Converting local name lsidea of variable flag_idealized_physics from new to old metadata -INFO: Converting local name ico2 of variable flag_for_using_prescribed_global_mean_co2_value from new to old metadata -INFO: Converting local name evap_ice of variable kinematic_surface_upward_latent_heat_flux_over_ice from new to old metadata -INFO: Converting local name do_awdd of variable flag_arakawa_wu_downdraft from new to old metadata -INFO: Converting local name hetfrz_classnuc of variable mg_flag_for_heterogeneous_freezing from new to old metadata -INFO: Converting local name mpiroot of variable mpi_root_for_fast_physics from new to old metadata -INFO: Converting local name dq3dt(:,:,4) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_microphysics from new to old metadata -INFO: Converting local name GFS_coupling_type of variable GFS_coupling_type from new to old metadata -INFO: Converting local name psurfi_cpl of variable instantaneous_surface_air_pressure_for_coupling from new to old metadata -INFO: Converting local name xkzm_h of variable atmosphere_heat_diffusivity_background from new to old metadata -INFO: Converting local name rh02max of variable maximum_relative_humidity_at_2m_over_maximum_hourly_time_interval from new to old metadata -INFO: Converting local name tmpmax of variable maximum_temperature_at_2m from new to old metadata -INFO: Converting local name fscav of variable fraction_of_tracer_scavenged from new to old metadata -INFO: Converting local name ntiwx of variable index_for_ice_cloud_condensate_vertical_diffusion_tracer from new to old metadata -INFO: Converting local name gasvmr(:,:,4) of variable volume_mixing_ratio_o2 from new to old metadata -INFO: Converting local name dpt2m of variable dewpoint_temperature_at_2m from new to old metadata -INFO: Converting local name mg_do_liq_liu of variable mg_flag_for_liu_liquid_treatment from new to old metadata -INFO: Converting local name ffhh_land of variable Monin_Obukhov_similarity_function_for_heat_over_land from new to old metadata -INFO: Converting local name crtrh(3) of variable critical_relative_humidity_at_top_of_atmosphere from new to old metadata -INFO: Converting local name smcwtdxy of variable soil_water_content_between_soil_bottom_and_water_table from new to old metadata -INFO: Converting local name visbmdi of variable surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name cdq_ice of variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_ice from new to old metadata -INFO: Converting local name adjnirdfu of variable surface_upwelling_diffuse_near_infrared_shortwave_flux from new to old metadata -INFO: Converting local name wcbmax of variable maximum_updraft_velocity_at_cloud_base from new to old metadata -INFO: Converting local name tsflw of variable surface_midlayer_air_temperature_in_longwave_radiation from new to old metadata -INFO: Converting local name asolfac_shal of variable aerosol_aware_parameter_shallow_convection from new to old metadata -INFO: Converting local name gabsbdlw_ocean of variable surface_downwelling_longwave_flux_absorbed_by_ground_over_ocean from new to old metadata -INFO: Converting local name de_lgth of variable cloud_decorrelation_length from new to old metadata -INFO: Converting local name GFS_interstitial_type of variable GFS_interstitial_type from new to old metadata -INFO: Converting local name imap of variable map_of_block_column_number_to_global_i_index from new to old metadata -INFO: Converting local name plyr of variable air_pressure_at_layer_for_radiation_in_hPa from new to old metadata -INFO: Converting local name skip_macro of variable flag_skip_macro from new to old metadata -INFO: Converting local name tsnoxy of variable snow_temperature from new to old metadata -INFO: Converting local name sbsnoa of variable cumulative_snow_deposition_sublimation_upward_latent_heat_flux_multiplied_by_timestep from new to old metadata -INFO: Converting local name prcpmp of variable lwe_thickness_of_explicit_precipitation_amount from new to old metadata -INFO: Converting local name clcn of variable convective_cloud_volume_fraction from new to old metadata -INFO: Converting local name gt0 of variable air_temperature_updated_by_physics from new to old metadata -INFO: Converting local name gamma of variable anisotropy_of_subgrid_orography from new to old metadata -INFO: Converting local name uconvtend of variable tendency_of_x_wind_due_to_deep_convection_for_coupling_on_physics_timestep from new to old metadata -INFO: Converting local name dswsfci_cpl of variable instantaneous_surface_downwelling_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name delp of variable pressure_thickness_at_Lagrangian_surface from new to old metadata -INFO: Converting local name lsm_ruc of variable flag_for_ruc_land_surface_scheme from new to old metadata -INFO: Converting local name dt_mf of variable instantaneous_atmosphere_detrainment_convective_mass_flux from new to old metadata -INFO: Converting local name d_conv of variable free_convection_layer_thickness from new to old metadata -INFO: Converting local name nlwsfci_cpl of variable instantaneous_surface_net_downward_longwave_flux_for_coupling from new to old metadata -INFO: Converting local name shum_wts of variable weights_for_stochastic_shum_perturbation from new to old metadata -INFO: Converting local name dswsfci of variable surface_downwelling_shortwave_flux from new to old metadata -INFO: Converting local name do_ysu of variable flag_for_ysu from new to old metadata -INFO: Converting local name q_con of variable cloud_condensed_water_specific_humidity_at_Lagrangian_surface from new to old metadata -INFO: Converting local name mom4ice of variable flag_for_mom4_coupling from new to old metadata -INFO: Converting local name tref of variable sea_surface_reference_temperature from new to old metadata -INFO: Converting local name faersw(:,:,:,3) of variable aerosol_asymmetry_parameter_for_shortwave_bands_01_16 from new to old metadata -INFO: Converting local name ie of variable ending_x_direction_index from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_water_friendly_aerosols) of variable water_friendly_aerosol_number_concentration from new to old metadata -INFO: Converting local name dugwd of variable time_integral_of_x_stress_due_to_gravity_wave_drag from new to old metadata -INFO: Converting local name ntot3d of variable number_of_fields_in_phyf3d from new to old metadata -INFO: Converting local name GFS_data_type of variable GFS_data_type from new to old metadata -INFO: Converting local name graupelprv of variable lwe_thickness_of_graupel_amount_from_previous_timestep from new to old metadata -INFO: Converting local name nstf_name(4) of variable vertical_temperature_average_range_lower_bound from new to old metadata -INFO: Converting local name kind_dyn of variable kind_dyn from new to old metadata -INFO: Converting local name acv of variable accumulated_lwe_thickness_of_convective_precipitation_amount_cnvc90 from new to old metadata -INFO: Converting local name lsoil_lsm of variable soil_vertical_dimension_for_land_surface_model from new to old metadata -INFO: Converting local name phy_myj_chkqlm of variable surface_layer_evaporation_switch from new to old metadata -INFO: Converting local name dtf of variable time_step_for_dynamics from new to old metadata -INFO: Converting local name dqsfci_cpl of variable instantaneous_surface_upward_latent_heat_flux_for_coupling from new to old metadata -INFO: Converting local name mg_do_hail of variable mg_flag_for_hail from new to old metadata -INFO: Converting local name iopt_sfc of variable flag_for_surface_layer_drag_coefficient_option from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_ice_cloud_number_concentration) of variable tendency_of_ice_number_concentration_due_to_model_physics from new to old metadata -INFO: Converting local name kind_LOGICAL of variable kind_LOGICAL from new to old metadata -INFO: Converting local name hybedmf of variable flag_for_hedmf from new to old metadata -INFO: Converting local name dvisdfi_cpl of variable instantaneous_surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name exch_h of variable atmosphere_heat_diffusivity_for_mynnpbl from new to old metadata -INFO: Converting local name z01d of variable perturbation_of_momentum_roughness_length from new to old metadata -INFO: Converting local name prevst of variable temperature_from_previous_timestep from new to old metadata -INFO: Converting local name tracers_total of variable number_of_total_tracers from new to old metadata -INFO: Converting local name wind of variable wind_speed_at_lowest_model_layer from new to old metadata -INFO: Converting local name hprime of variable statistical_measures_of_subgrid_orography from new to old metadata -INFO: Converting local name oz_coeffp5 of variable number_of_coefficients_in_ozone_forcing_data_plus_five from new to old metadata -INFO: Converting local name tvxy of variable vegetation_temperature from new to old metadata -INFO: Converting local name ncps of variable local_snow_number_concentration from new to old metadata -INFO: Converting local name zlvl of variable height_above_ground_at_lowest_model_layer from new to old metadata -INFO: Converting local name restart of variable flag_for_restart from new to old metadata -INFO: Converting local name con_tice of variable freezing_point_temperature_of_seawater from new to old metadata -INFO: Converting local name sfcnsw of variable surface_net_downwelling_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name tau_mtb of variable time_integral_of_momentum_flux_due_to_mountain_blocking_drag from new to old metadata -INFO: Metadata table for model FV3 written to tests/build_fv3_12/FV3/ccpp/physics/CCPP_VARIABLES_FV3.html -INFO: Parsing metadata tables in physics scheme files ... -INFO: Parsed tables in scheme rayleigh_damp -INFO: Parsed tables in scheme GFS_surface_composites_pre -INFO: Parsed tables in scheme GFS_surface_composites_inter -INFO: Parsed tables in scheme GFS_surface_composites_post -INFO: Parsed tables in scheme rrtmg_sw -INFO: Parsed tables in scheme sfc_ocean -INFO: Parsed tables in scheme gwdc_pre -INFO: Parsed tables in scheme gwdc -INFO: Parsed tables in scheme gwdc_post -INFO: Parsed tables in scheme cu_gf_driver_pre -INFO: Parsed tables in scheme gfdl_cloud_microphys -INFO: Parsed tables in scheme GFS_time_vary_pre -INFO: Parsed tables in scheme GFS_rrtmg_setup -INFO: Parsed tables in scheme zhaocarr_gscond -INFO: Parsed tables in scheme ysuvdif -INFO: Parsed tables in scheme rrtmg_sw_post -INFO: Parsed tables in scheme GFS_SCNV_generic_pre -INFO: Parsed tables in scheme GFS_SCNV_generic_post -INFO: Parsed tables in scheme GFS_rrtmg_pre -INFO: Parsed tables in scheme sfc_sice -INFO: Parsed tables in scheme samfdeepcnv -INFO: Parsed tables in scheme satmedmfvdif -INFO: Parsed tables in scheme mynnrad_post -INFO: Parsed tables in scheme cu_gf_driver_post -INFO: Parsed tables in scheme cs_conv_aw_adj -INFO: Parsed tables in scheme GFS_phys_time_vary -INFO: Parsed tables in scheme ozphys_2015 -INFO: Parsed tables in scheme GFS_suite_interstitial_rad_reset -INFO: Parsed tables in scheme GFS_suite_interstitial_phys_reset -INFO: Parsed tables in scheme GFS_suite_interstitial_1 -INFO: Parsed tables in scheme GFS_suite_interstitial_2 -INFO: Parsed tables in scheme GFS_suite_stateout_reset -INFO: Parsed tables in scheme GFS_suite_stateout_update -INFO: Parsed tables in scheme GFS_suite_interstitial_3 -INFO: Parsed tables in scheme GFS_suite_interstitial_4 -INFO: Parsed tables in scheme samfshalcnv -INFO: Parsed tables in scheme zhaocarr_precpd -INFO: Parsed tables in scheme noahmpdrv -INFO: Parsed tables in scheme mp_fer_hires -INFO: Parsed tables in scheme myjpbl_wrapper -INFO: Parsed tables in scheme GFS_surface_generic_pre -INFO: Parsed tables in scheme GFS_surface_generic_post -INFO: Parsed tables in scheme cu_ntiedtke_post -INFO: Parsed tables in scheme sfc_diag -INFO: Parsed tables in scheme rrtmg_lw -INFO: Parsed tables in scheme GFS_diagtoscreen -INFO: Parsed tables in scheme GFS_interstitialtoscreen -INFO: Parsed tables in scheme GFS_abort -INFO: Parsed tables in scheme GFS_checkland -INFO: Parsed tables in scheme mynnrad_pre -INFO: Parsed tables in scheme satmedmfvdifq -INFO: Parsed tables in scheme cs_conv_pre -INFO: Parsed tables in scheme cs_conv_post -INFO: Parsed tables in scheme cs_conv -INFO: Parsed tables in scheme shinhongvdif -INFO: Parsed tables in scheme h2ophys -INFO: Parsed tables in scheme rrtmg_lw_post -INFO: Parsed tables in scheme sfc_nst -INFO: Parsed tables in scheme sfc_nst_pre -INFO: Parsed tables in scheme sfc_nst_post -INFO: Parsed tables in scheme cu_ntiedtke_pre -INFO: Parsed tables in scheme cu_ntiedtke -INFO: Parsed tables in scheme cires_ugwp_post -INFO: Parsed tables in scheme hedmf -INFO: Parsed tables in scheme sfc_diff -INFO: Parsed tables in scheme mp_thompson_pre -INFO: Parsed tables in scheme sfc_diag_post -INFO: Parsed tables in scheme m_micro_pre -INFO: Parsed tables in scheme m_micro_post -INFO: Parsed tables in scheme m_micro -INFO: Parsed tables in scheme fv_sat_adj -INFO: Parsed tables in scheme GFS_surface_loop_control_part1 -INFO: Parsed tables in scheme GFS_surface_loop_control_part2 -INFO: Parsed tables in scheme shoc -INFO: Parsed tables in scheme GFS_rrtmg_post -INFO: Parsed tables in scheme GFS_GWD_generic_pre -INFO: Parsed tables in scheme GFS_GWD_generic_post -INFO: Parsed tables in scheme rrtmg_sw_pre -INFO: Parsed tables in scheme GFS_MP_generic_pre -INFO: Parsed tables in scheme GFS_MP_generic_post -INFO: Parsed tables in scheme cu_gf_driver -INFO: Parsed tables in scheme GFS_PBL_generic_pre -INFO: Parsed tables in scheme GFS_PBL_generic_post -INFO: Parsed tables in scheme mp_thompson_post -INFO: Parsed tables in scheme mp_thompson -INFO: Parsed tables in scheme rrtmg_lw_pre -INFO: Parsed tables in scheme gwdps -INFO: Parsed tables in scheme shalcnv -INFO: Parsed tables in scheme cires_ugwp -INFO: Parsed tables in scheme get_prs_fv3 -INFO: Parsed tables in scheme get_phi_fv3 -INFO: Parsed tables in scheme mynnsfc_wrapper -INFO: Parsed tables in scheme GFS_suite_ini_fini_test -INFO: Parsed tables in scheme myjsfc_wrapper -INFO: Parsed tables in scheme mynnedmf_wrapper -INFO: Parsed tables in scheme ozphys -INFO: Parsed tables in scheme lsm_ruc -INFO: Parsed tables in scheme GFS_stochastics -INFO: Parsed tables in scheme drag_suite -INFO: Parsed tables in scheme sfc_cice -INFO: Parsed tables in scheme sascnvn -INFO: Parsed tables in scheme lsm_ruc_sfc_sice_pre -INFO: Parsed tables in scheme lsm_ruc_sfc_sice_post -INFO: Parsed tables in scheme GFS_DCNV_generic_pre -INFO: Parsed tables in scheme GFS_DCNV_generic_post -INFO: Parsed tables in scheme cnvc90 -INFO: Parsed tables in scheme GFS_rad_time_vary -INFO: Parsed tables in scheme maximum_hourly_diagnostics -INFO: Parsed tables in scheme lsm_noah -INFO: Parsed tables in scheme dcyc2t3 -INFO: Parsed tables in scheme dcyc2t3_post -INFO: Parsed tables in scheme moninshoc -INFO: filtering out variable GFS_stateout_type_instance -INFO: filtering out variable accumulated_change_of_air_temperature_due_to_FA_scheme -INFO: filtering out variable accumulated_water_equivalent_of_frozen_precip -INFO: filtering out variable area_fraction_of_wet_canopy -INFO: filtering out variable atmosphere_energy_content_at_Lagrangian_surface -INFO: filtering out variable atmosphere_energy_content_in_column -INFO: filtering out variable atmosphere_heat_diffusivity_for_mynnpbl -INFO: filtering out variable atmosphere_momentum_diffusivity_for_mynnpbl -INFO: filtering out variable baseline_surface_roughness_length -INFO: filtering out variable canopy_air_temperature -INFO: filtering out variable canopy_air_vapor_pressure -INFO: filtering out variable canopy_intercepted_ice_mass -INFO: filtering out variable canopy_intercepted_liquid_water -INFO: filtering out variable cappa_moist_gas_constant_at_Lagrangian_surface -INFO: filtering out variable ccpp_block_number -INFO: filtering out variable cell_area_for_fast_physics -INFO: filtering out variable cell_size -INFO: filtering out variable characteristic_grid_length_scale -INFO: filtering out variable choice_of_updated_scale_aware_TKE_moist_EDMF_PBL -INFO: filtering out variable cloud_area_fraction -INFO: filtering out variable cloud_condensed_water_mixing_ratio_at_lowest_model_layer -INFO: filtering out variable cloud_condensed_water_mixing_ratio_at_surface -INFO: filtering out variable cloud_condensed_water_specific_humidity_at_Lagrangian_surface -INFO: filtering out variable cloud_droplet_number_concentration -INFO: filtering out variable cloud_fraction_at_Lagrangian_surface -INFO: filtering out variable cloud_fraction_updated_by_physics -INFO: filtering out variable cloud_graupel_specific_humidity_at_Lagrangian_surface -INFO: filtering out variable cloud_ice_specific_humidity_at_Lagrangian_surface -INFO: filtering out variable cloud_liquid_water_specific_humidity_at_Lagrangian_surface -INFO: filtering out variable cloud_rain_specific_humidity_at_Lagrangian_surface -INFO: filtering out variable cloud_snow_specific_humidity_at_Lagrangian_surface -INFO: filtering out variable cloud_specie_mix_flag -INFO: filtering out variable cloudpdf -INFO: filtering out variable conv_activity_counter -INFO: filtering out variable couple_sgs_clouds_to_radiation_flag -INFO: filtering out variable cumulative_change_in_x_wind_due_to_convective_gravity_wave_drag -INFO: filtering out variable cumulative_change_in_y_wind_due_to_convective_gravity_wave_drag -INFO: filtering out variable density_of_frozen_precipitation -INFO: filtering out variable depth_of_soil_levels_for_land_surface_model -INFO: filtering out variable do_myjsfc -INFO: filtering out variable do_mynnsfclay -INFO: filtering out variable downdraft_fraction_in_boundary_layer_mass_flux_scheme -INFO: filtering out variable edmf_flag -INFO: filtering out variable edmf_momentum_transport_flag -INFO: filtering out variable edmf_partition_flag -INFO: filtering out variable edmf_tke_transport_flag -INFO: filtering out variable emdf_updraft_area -INFO: filtering out variable emdf_updraft_cloud_water -INFO: filtering out variable emdf_updraft_entrainment_rate -INFO: filtering out variable emdf_updraft_theta_l -INFO: filtering out variable emdf_updraft_total_water -INFO: filtering out variable emdf_updraft_vertical_velocity -INFO: filtering out variable ending_x_direction_index -INFO: filtering out variable ending_x_direction_index_domain -INFO: filtering out variable ending_y_direction_index -INFO: filtering out variable ending_y_direction_index_domain -INFO: filtering out variable equilibrium_soil_water_content -INFO: filtering out variable fa_threshold_relative_humidity_for_onset_of_condensation -INFO: filtering out variable fast_soil_pool_mass_content_of_carbon -INFO: filtering out variable fine_root_mass -INFO: filtering out variable finite_volume_mean_edge_pressure_raised_to_the_power_of_kappa -INFO: filtering out variable flag_for_canopy_stomatal_resistance_option -INFO: filtering out variable flag_for_cloud_effective_radii -INFO: filtering out variable flag_for_dynamic_vegetation_option -INFO: filtering out variable flag_for_fast_microphysics_energy_conservation -INFO: filtering out variable flag_for_frozen_soil_permeability_option -INFO: filtering out variable flag_for_frozen_soil_physics -INFO: filtering out variable flag_for_ground_snow_surface_albedo_option -INFO: filtering out variable flag_for_hydrostatic_heating_from_physics -INFO: filtering out variable flag_for_hydrostatic_solver -INFO: filtering out variable flag_for_hydrostatic_solver_for_fast_physics -INFO: filtering out variable flag_for_individual_cloud_species_advected -INFO: filtering out variable flag_for_inline_cloud_fraction_calculation -INFO: filtering out variable flag_for_lower_boundary_soil_temperature_option -INFO: filtering out variable flag_for_precipitation_partition_option -INFO: filtering out variable flag_for_radiation_transfer_option -INFO: filtering out variable flag_for_reading_leaf_area_index_from_input -INFO: filtering out variable flag_for_restart -INFO: filtering out variable flag_for_runoff_and_groundwater_option -INFO: filtering out variable flag_for_sas_deep_convection_scheme -INFO: filtering out variable flag_for_saturation_adjustment_for_microphysics_in_dynamics -INFO: filtering out variable flag_for_soil_and_snow_temperature_time_stepping_option -INFO: filtering out variable flag_for_soil_moisture_factor_stomatal_resistance_option -INFO: filtering out variable flag_for_supercooled_liquid_water_option -INFO: filtering out variable flag_for_surface_layer_drag_coefficient_option -INFO: filtering out variable flag_for_tendency_of_air_temperature_at_Lagrangian_surface -INFO: filtering out variable flag_for_the_last_step_of_k_split_remapping -INFO: filtering out variable gas_constants_for_multi_gases_physics -INFO: filtering out variable gas_tracers_for_multi_gas_physics_at_Lagrangian_surface -INFO: filtering out variable gf_memory_counter -INFO: filtering out variable grav_settling -INFO: filtering out variable ground_temperature_for_noahmp -INFO: filtering out variable gwd_opt -INFO: filtering out variable heat_exchange_coefficient_for_MYJ_schemes -INFO: filtering out variable ice_friendly_aerosol_number_concentration -INFO: filtering out variable ice_friendly_aerosol_number_concentration_updated_by_physics -INFO: filtering out variable ice_number_concentration -INFO: filtering out variable ice_water_mixing_ratio -INFO: filtering out variable integrated_x_momentum_flux_from_blocking_drag -INFO: filtering out variable integrated_x_momentum_flux_from_form_drag -INFO: filtering out variable integrated_x_momentum_flux_from_large_scale_gwd -INFO: filtering out variable integrated_x_momentum_flux_from_small_scale_gwd -INFO: filtering out variable integrated_y_momentum_flux_from_blocking_drag -INFO: filtering out variable integrated_y_momentum_flux_from_form_drag -INFO: filtering out variable integrated_y_momentum_flux_from_large_scale_gwd -INFO: filtering out variable integrated_y_momentum_flux_from_small_scale_gwd -INFO: filtering out variable k_level_of_highest_reaching_plume -INFO: filtering out variable kappa_dry_for_fast_physics -INFO: filtering out variable kinematic_surface_latent_heat_flux -INFO: filtering out variable lake_water_storage -INFO: filtering out variable layer_bottom_depth_from_snow_surface -INFO: filtering out variable leaf_area_index -INFO: filtering out variable leaf_mass -INFO: filtering out variable limit_for_temperature_tendency_for_microphysics -INFO: filtering out variable liquid_water_density -INFO: filtering out variable log_pressure_at_Lagrangian_surface -INFO: filtering out variable mass_weighted_rime_factor_updated_by_physics -INFO: filtering out variable maximum_column_heating_rate -INFO: filtering out variable maximum_mass_flux -INFO: filtering out variable mean_nir_albedo_with_weak_cosz_dependency -INFO: filtering out variable mean_vis_albedo_with_weak_cosz_dependency -INFO: filtering out variable minimum_value_of_specific_humidity -INFO: filtering out variable mix_total_water_flag -INFO: filtering out variable mixing_length -INFO: filtering out variable mixing_length_flag -INFO: filtering out variable moisture_from_previous_timestep -INFO: filtering out variable moisture_tendency_due_to_dynamics -INFO: filtering out variable momentum_exchange_coefficient_for_MYJ_schemes -INFO: filtering out variable mpi_comm -INFO: filtering out variable mpi_rank_for_fast_physics -INFO: filtering out variable mpi_root_for_fast_physics -INFO: filtering out variable nondimensional_snow_age -INFO: filtering out variable normalized_soil_wetness_for_land_surface_model -INFO: filtering out variable number_of_gases_for_multi_gases_physics -INFO: filtering out variable number_of_ghost_zones -INFO: filtering out variable number_of_plumes -INFO: filtering out variable number_of_snow_layers -INFO: filtering out variable number_of_spectral_wave_trancation_for_sas -INFO: filtering out variable number_of_water_species -INFO: filtering out variable omp_threads_for_fast_physics -INFO: filtering out variable ozone_mixing_ratio -INFO: filtering out variable potential_temperature_at_2m -INFO: filtering out variable potential_temperature_at_viscous_sublayer_top -INFO: filtering out variable pressure_thickness_at_Lagrangian_surface -INFO: filtering out variable q_prime_squared -INFO: filtering out variable ratio_of_vapor_to_dry_air_gas_constants_minus_one_default_kind -INFO: filtering out variable reciprocal_of_obukhov_length -INFO: filtering out variable slow_soil_pool_mass_content_of_carbon -INFO: filtering out variable snow_albedo_at_previous_time_step -INFO: filtering out variable snow_layer_ice -INFO: filtering out variable snow_layer_liquid_water -INFO: filtering out variable snow_mass_at_previous_time_step -INFO: filtering out variable snow_precipitation_rate_at_surface -INFO: filtering out variable snow_temperature -INFO: filtering out variable snow_temperature_bottom_first_layer -INFO: filtering out variable soil_temperature_for_land_surface_model -INFO: filtering out variable soil_vertical_dimension_for_land_surface_model -INFO: filtering out variable soil_water_content_between_soil_bottom_and_water_table -INFO: filtering out variable specific_heat_capacities_for_multi_gases_physics -INFO: filtering out variable specific_humidity_at_viscous_sublayer_top -INFO: filtering out variable stability_function_for_heat -INFO: filtering out variable starting_x_direction_index -INFO: filtering out variable starting_x_direction_index_domain -INFO: filtering out variable starting_y_direction_index -INFO: filtering out variable starting_y_direction_index_domain -INFO: filtering out variable stem_area_index -INFO: filtering out variable stem_mass -INFO: filtering out variable subgrid_cloud_fraction_pbl -INFO: filtering out variable subgrid_cloud_mixing_ratio_pbl -INFO: filtering out variable surface_condensation_mass -INFO: filtering out variable surface_drag_coefficient_for_heat_and_moisture_for_noahmp -INFO: filtering out variable surface_drag_coefficient_for_momentum_for_noahmp -INFO: filtering out variable surface_exchange_coefficient_for_heat -INFO: filtering out variable surface_exchange_coefficient_for_heat_at_2m -INFO: filtering out variable surface_exchange_coefficient_for_moisture -INFO: filtering out variable surface_exchange_coefficient_for_moisture_at_2m -INFO: filtering out variable surface_friction_velocity_drag -INFO: filtering out variable surface_geopotential_at_Lagrangian_surface -INFO: filtering out variable surface_latent_heat -INFO: filtering out variable surface_layer_evaporation_switch -INFO: filtering out variable surface_specific_humidity_for_MYJ_schemes -INFO: filtering out variable surface_stability_parameter -INFO: filtering out variable t_prime_q_prime -INFO: filtering out variable t_prime_squared -INFO: filtering out variable temperature_from_previous_timestep -INFO: filtering out variable temperature_tendency_due_to_dynamics -INFO: filtering out variable tendency_of_air_temperature_at_Lagrangian_surface -INFO: filtering out variable tendency_of_cloud_droplet_number_concentration_due_to_model_physics -INFO: filtering out variable tendency_of_ice_cloud_water_mixing_ratio_due_to_model_physics -INFO: filtering out variable tendency_of_ice_friendly_aerosol_number_concentration_due_to_model_physics -INFO: filtering out variable tendency_of_ice_friendly_aerosols_at_surface -INFO: filtering out variable tendency_of_ice_number_concentration_due_to_model_physics -INFO: filtering out variable tendency_of_liquid_cloud_water_mixing_ratio_due_to_model_physics -INFO: filtering out variable tendency_of_ozone_mixing_ratio_due_to_model_physics -INFO: filtering out variable tendency_of_water_friendly_aerosol_number_concentration_due_to_model_physics -INFO: filtering out variable tendency_of_water_friendly_aerosols_at_surface -INFO: filtering out variable tendency_of_water_vapor_specific_humidity_due_to_model_physics -INFO: filtering out variable tendency_of_x_wind_due_to_convective_gravity_wave_drag -INFO: filtering out variable tendency_of_y_wind_due_to_convective_gravity_wave_drag -INFO: filtering out variable theta_star -INFO: filtering out variable thickness_at_Lagrangian_surface -INFO: filtering out variable time_step_for_remapping_for_fast_physics -INFO: filtering out variable tke_advect -INFO: filtering out variable tke_at_mass_points -INFO: filtering out variable tke_budget -INFO: filtering out variable tke_dissipative_heating_factor -INFO: filtering out variable top_layer_index_for_fast_physics -INFO: filtering out variable total_accumulated_snowfall -INFO: filtering out variable u_wind_component_at_viscous_sublayer_top -INFO: filtering out variable updraft_fraction_in_boundary_layer_mass_flux_scheme -INFO: filtering out variable v_wind_component_at_viscous_sublayer_top -INFO: filtering out variable vegetation_temperature -INFO: filtering out variable vertical_dimension_for_fast_physics -INFO: filtering out variable vertical_dimension_for_thickness_at_Lagrangian_surface -INFO: filtering out variable virtual_temperature_at_Lagrangian_surface -INFO: filtering out variable volume_fraction_of_frozen_soil_moisture_for_land_surface_model -INFO: filtering out variable volume_fraction_of_soil_moisture_for_land_surface_model -INFO: filtering out variable volume_fraction_of_unfrozen_soil_moisture_for_land_surface_model -INFO: filtering out variable water_friendly_aerosol_number_concentration -INFO: filtering out variable water_friendly_aerosol_number_concentration_updated_by_physics -INFO: filtering out variable water_storage_in_aquifer -INFO: filtering out variable water_storage_in_aquifer_and_saturated_soil -INFO: filtering out variable water_table_depth -INFO: filtering out variable water_table_recharge_when_deep -INFO: filtering out variable water_table_recharge_when_shallow -INFO: filtering out variable water_vapor_mixing_ratio_at_surface -INFO: filtering out variable water_vapor_specific_humidity_at_Lagrangian_surface -INFO: filtering out variable weight_for_momentum_at_viscous_sublayer_top -INFO: filtering out variable weight_for_potental_temperature_at_viscous_sublayer_top -INFO: filtering out variable weight_for_specific_humidity_at_viscous_sublayer_top -INFO: filtering out variable wood_mass -INFO: filtering out variable x_momentum_tendency_from_blocking_drag -INFO: filtering out variable x_momentum_tendency_from_form_drag -INFO: filtering out variable x_momentum_tendency_from_large_scale_gwd -INFO: filtering out variable x_momentum_tendency_from_small_scale_gwd -INFO: filtering out variable y_momentum_tendency_from_blocking_drag -INFO: filtering out variable y_momentum_tendency_from_form_drag -INFO: filtering out variable y_momentum_tendency_from_large_scale_gwd -INFO: filtering out variable y_momentum_tendency_from_small_scale_gwd -INFO: Checking optional arguments in physics schemes ... -INFO: Metadata table for model FV3 written to tests/build_fv3_12/FV3/ccpp/framework/doc/DevelopersGuide/CCPP_VARIABLES_FV3.tex -INFO: Comparing metadata for requested and provided variables ... -INFO: Automatic unit conversion from m to um for effective_radius_of_stratiform_cloud_ice_particle_in_um before entering MODULE_mp_thompson SCHEME_mp_thompson SUBROUTINE_mp_thompson_run -INFO: Automatic unit conversion from m to um for effective_radius_of_stratiform_cloud_liquid_water_particle_in_um before entering MODULE_mp_thompson SCHEME_mp_thompson SUBROUTINE_mp_thompson_run -INFO: Automatic unit conversion from m to um for effective_radius_of_stratiform_cloud_snow_particle_in_um before entering MODULE_mp_thompson SCHEME_mp_thompson SUBROUTINE_mp_thompson_run -INFO: Generating schemes makefile/cmakefile snippet ... -INFO: Added 168 schemes to tests/build_fv3_12/FV3/ccpp/physics/CCPP_SCHEMES.mk, tests/build_fv3_12/FV3/ccpp/physics/CCPP_SCHEMES.cmake, tests/build_fv3_12/FV3/ccpp/physics/CCPP_SCHEMES.sh -INFO: Generating suite and group caps ... -INFO: Generating static API ccpp_static_api.F90 in tests/build_fv3_12/FV3/ccpp/physics ... -INFO: Generating caps makefile/cmakefile snippet ... -INFO: Added 15 auto-generated caps to tests/build_fv3_12/FV3/ccpp/physics/CCPP_CAPS.mk and tests/build_fv3_12/FV3/ccpp/physics/CCPP_CAPS.cmake -INFO: CCPP prebuild step completed successfully. -+ source build_fv3_12/FV3/ccpp/physics/CCPP_SCHEMES.sh -++ export 'CCPP_SCHEMES=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/aer_cloud.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/aerclm_def.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/aerinterp.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/calpreciptype.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cldwat2m_micro.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cldmacro.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/date_def.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/funcphys.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gcycle.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/h2o_def.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/h2ointerp.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/iccn_def.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/iccninterp.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/iounitdef.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/machine.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mersenne_twister.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfpbl.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg_utils.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg2_0.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg3_0.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/multi_gases.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_model.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_parameters.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_radar.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_thompson.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MP_FER_HIRES.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_bl_mynn.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_mynn.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_orowam2017.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/namelist_soilveg.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfpblt.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfpbltq.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfscu.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfscuq.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/noahmp_tables.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/num_parthds.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozne_def.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozinterp.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/physcons.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/physparam.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radcons.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_aerosols.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_astronomy.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_clouds.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_gases.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_surface.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radlw_datatb.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radlw_param.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radsw_datatb.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radsw_param.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/samfaerosols.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfcsub.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sflx.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/set_soilveg.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/surface_perturbation.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_deep.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_sh.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/tridi.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/wv_saturation.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_soil_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rayleigh_damp.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radsw_main.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_ocean.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gwdc.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gscond.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ysuvdif.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_sice.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/samfdeepcnv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/satmedmfvdif.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozphys_2015.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/samfshalcnv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/precpd.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_fer_hires.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diag.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radlw_main.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_debug.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/satmedmfvdifq.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cs_conv.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/shinhongvdif.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/h2ophys.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_nst.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/moninedmf.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diff.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diag_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/m_micro.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gcm_shoc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gwdps.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/shalcnv.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/get_prs_fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozphys.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_stochastics.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/drag_suite.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_cice.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sascnvn.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cnvc90.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_drv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/dcyc2.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/moninshoc.f' -++ CCPP_SCHEMES='/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/aer_cloud.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/aerclm_def.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/aerinterp.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/calpreciptype.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cldwat2m_micro.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cldmacro.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/date_def.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/funcphys.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gcycle.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/h2o_def.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/h2ointerp.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/iccn_def.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/iccninterp.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/iounitdef.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/machine.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mersenne_twister.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfpbl.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg_utils.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg2_0.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg3_0.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/multi_gases.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_model.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_parameters.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_radar.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_thompson.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MP_FER_HIRES.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_bl_mynn.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_mynn.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_orowam2017.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/namelist_soilveg.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfpblt.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfpbltq.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfscu.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfscuq.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/noahmp_tables.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/num_parthds.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozne_def.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozinterp.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/physcons.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/physparam.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radcons.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_aerosols.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_astronomy.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_clouds.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_gases.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_surface.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radlw_datatb.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radlw_param.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radsw_datatb.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radsw_param.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/samfaerosols.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfcsub.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sflx.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/set_soilveg.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/surface_perturbation.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_deep.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_sh.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/tridi.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/wv_saturation.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_soil_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rayleigh_damp.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radsw_main.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_ocean.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gwdc.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gscond.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ysuvdif.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_sice.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/samfdeepcnv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/satmedmfvdif.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozphys_2015.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/samfshalcnv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/precpd.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_fer_hires.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diag.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radlw_main.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_debug.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/satmedmfvdifq.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cs_conv.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/shinhongvdif.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/h2ophys.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_nst.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/moninedmf.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diff.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diag_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/m_micro.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gcm_shoc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gwdps.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/shalcnv.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/get_prs_fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozphys.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_stochastics.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/drag_suite.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_cice.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sascnvn.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cnvc90.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_drv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/dcyc2.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/moninshoc.f' -+ source build_fv3_12/FV3/ccpp/physics/CCPP_CAPS.sh -++ export 'CCPP_CAPS=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_12/FV3/ccpp/physics/ccpp_FV3_GFS_2017_csawmgshoc_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_12/FV3/ccpp/physics/ccpp_FV3_GFS_2017_csawmgshoc_time_vary_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_12/FV3/ccpp/physics/ccpp_FV3_GFS_2017_csawmgshoc_radiation_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_12/FV3/ccpp/physics/ccpp_FV3_GFS_2017_csawmgshoc_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_12/FV3/ccpp/physics/ccpp_FV3_GFS_2017_csawmgshoc_stochastics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_12/FV3/ccpp/physics/ccpp_FV3_GFS_2017_csawmg_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_12/FV3/ccpp/physics/ccpp_FV3_GFS_2017_csawmg_time_vary_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_12/FV3/ccpp/physics/ccpp_FV3_GFS_2017_csawmg_radiation_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_12/FV3/ccpp/physics/ccpp_FV3_GFS_2017_csawmg_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_12/FV3/ccpp/physics/ccpp_FV3_GFS_2017_csawmg_stochastics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_12/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_12/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_time_vary_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_12/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_radiation_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_12/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_12/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_stochastics_cap.F90' -++ CCPP_CAPS='/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_12/FV3/ccpp/physics/ccpp_FV3_GFS_2017_csawmgshoc_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_12/FV3/ccpp/physics/ccpp_FV3_GFS_2017_csawmgshoc_time_vary_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_12/FV3/ccpp/physics/ccpp_FV3_GFS_2017_csawmgshoc_radiation_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_12/FV3/ccpp/physics/ccpp_FV3_GFS_2017_csawmgshoc_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_12/FV3/ccpp/physics/ccpp_FV3_GFS_2017_csawmgshoc_stochastics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_12/FV3/ccpp/physics/ccpp_FV3_GFS_2017_csawmg_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_12/FV3/ccpp/physics/ccpp_FV3_GFS_2017_csawmg_time_vary_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_12/FV3/ccpp/physics/ccpp_FV3_GFS_2017_csawmg_radiation_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_12/FV3/ccpp/physics/ccpp_FV3_GFS_2017_csawmg_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_12/FV3/ccpp/physics/ccpp_FV3_GFS_2017_csawmg_stochastics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_12/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_12/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_time_vary_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_12/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_radiation_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_12/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_12/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_stochastics_cap.F90' -+ source build_fv3_12/FV3/ccpp/physics/CCPP_STATIC_API.sh -++ export CCPP_STATIC_API=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_12/FV3/ccpp/physics/ccpp_static_api.F90 -++ CCPP_STATIC_API=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_12/FV3/ccpp/physics/ccpp_static_api.F90 -+ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_csawmgshoc,FV3_GFS_2017_csawmg,FV3_GFS_2017_satmedmf == *\N\A\M\_\p\h\y\s\=\Y* ]] -+ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_csawmgshoc,FV3_GFS_2017_csawmg,FV3_GFS_2017_satmedmf == *\W\W\3\=\Y* ]] -++ trim ' -DREPRO=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF' -++ local 'var= -DREPRO=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF' -++ var='-DREPRO=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF' -++ var='-DREPRO=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF' -++ echo -n '-DREPRO=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF' -+ CCPP_CMAKE_FLAGS='-DREPRO=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF' -+ source /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc -++ __ms_function_name=setup__test_function__4342 -++ eval 'setup__test_function__4342() { /bin/true ; }' -+++ eval '__text="text" ; if [[ $__text =~ ^(t).* ]] ; then printf "%s" ${.sh.match[1]} ; fi' -+++ cat -++ __ms_ksh_test= -+++ eval 'if ( set | grep setup__test_function__4342 | grep -v name > /dev/null 2>&1 ) ; then echo t ; fi ' -+++ cat -++ __ms_bash_test=t -++ [[ ! -z '' ]] -++ [[ ! -z t ]] -++ __ms_shell=bash -++ [[ -d /lfs3 ]] -++ [[ -d /scratch1 ]] -++ [[ -d /gpfs/hps ]] -++ [[ -e /etc/SuSE-release ]] -++ [[ -d /dcom ]] -++ [[ -L /usrx ]] -+++ readlink /usrx -++ [[ /gpfs/dell1/usrx =~ dell ]] -++ eval module help -++ module purge -+++ /usrx/local/prod/lmod/lmod/libexec/lmod bash purge -++ eval unset 'ADVISOR_2018_DIR;' unset 'BACIO_LIB4;' unset 'BACIO_LIB8;' unset 'BACIO_SRC;' unset 'BACIO_VER;' unset 'BINARY_TYPE_HPC;' unset '__LMOD_REF_COUNT_CLASSPATH;' unset 'CLASSPATH;' unset 'CLCK_ROOT;' unset 'CMAKE_CXX_COMPILER;' unset 'CMAKE_C_COMPILER;' unset 'CMAKE_Fortran_COMPILER;' unset 'CMAKE_Platform;' unset 'COMP;' unset '__LMOD_REF_COUNT_CPATH;' unset 'CPATH;' unset '__LMOD_REF_COUNT_CPLUS_INCLUDE_PATH;' unset 'CPLUS_INCLUDE_PATH;' unset 'CRTM_FIX;' unset 'CRTM_INC;' unset 'CRTM_LIB;' unset 'CRTM_SRC;' unset 'CRTM_VER;' unset 'DAALROOT;' unset 'ECF_HOSTFILE;' unset 'ECF_PORT;' unset 'ECF_ROOT;' unset 'ESMFMKFILE;' unset 'G2TMPL_INC;' unset 'G2TMPL_LIB;' unset 'G2TMPL_SRC;' unset 'G2TMPL_VER;' unset 'G2_INC4;' unset 'G2_INCd;' unset 'G2_LIB4;' unset 'G2_LIBd;' unset 'G2_SRC;' unset 'G2_VER;' unset 'GDBSERVER_MIC;' unset 'GDB_CROSS;' unset 'HDF5;' unset 'HDF5_CFLAGS;' unset 'HDF5_CXXFLAGS;' unset 'HDF5_FFLAGS;' unset 'HDF5_INCLUDE;' unset 'HDF5_LDFLAGS;' unset 'HDF5_LDFLAGS_C;' unset 'HDF5_LDFLAGS_CXX;' unset 'HDF5_LDFLAGS_F;' unset '__LMOD_REF_COUNT_INFOPATH;' unset 'INFOPATH;' unset 'INSPECTOR_2018_DIR;' unset 'INTEL_LICENSE_FILE;' unset 'INTEL_PYTHONHOME;' unset 'IPPROOT;' unset 'IP_INC4;' unset 'IP_INC8;' unset 'IP_INCd;' unset 'IP_LIB4;' unset 'IP_LIB8;' unset 'IP_LIBd;' unset 'IP_SRC;' unset 'IP_VER;' unset 'I_MPI_CC;' unset 'I_MPI_CXX;' unset 'I_MPI_EXTRA_FILESYSTEM;' unset 'I_MPI_EXTRA_FILESYSTEM_LIST;' unset 'I_MPI_F77;' unset 'I_MPI_F90;' unset 'I_MPI_FC;' unset 'I_MPI_HYDRA_BOOTSTRAP;' unset 'I_MPI_HYDRA_IFACE;' unset 'I_MPI_LSF_USE_COLLECTIVE_LAUNCH;' unset 'I_MPI_ROOT;' unset 'JASPER_INC;' unset 'JASPER_LIB;' unset 'JASPER_LIBDIR;' unset 'JASPER_SRC;' unset 'JASPER_VER;' unset 'KMP_AFFINITY;' unset '__LMOD_REF_COUNT_LD_LIBRARY_PATH;' unset 'LD_LIBRARY_PATH;' unset '__LMOD_REF_COUNT_LIBRARY_PATH;' unset 'LIBRARY_PATH;' unset 'LIB_NAME;' unset 'LMOD_FAMILY_COMPILER;' unset 'LMOD_FAMILY_COMPILER_VERSION;' unset 'LMOD_FAMILY_CONMPILER;' unset 'LMOD_FAMILY_CONMPILER_VERSION;' unset 'LMOD_FAMILY_MPI;' unset 'LMOD_FAMILY_MPI_VERSION;' unset '__LMOD_REF_COUNT_LOADEDMODULES;' unset 'LOADEDMODULES;' unset 'LSF_BINDIR;' unset 'LSF_ENVDIR;' unset 'LSF_LIBDIR;' unset 'LSF_SERVERDIR;' '__LMOD_REF_COUNT_MANPATH="/usrx/local/prod/lmod/lmod/share/man:1";' export '__LMOD_REF_COUNT_MANPATH;' 'MANPATH="/usrx/local/prod/lmod/lmod/share/man::";' export 'MANPATH;' unset 'MKLROOT;' 'MODULEPATH="/usrx/local/dev/emc_rocoto/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod";' export 'MODULEPATH;' unset 'MPM_LAUNCHER;' unset 'NEMSIO_INC;' unset 'NEMSIO_LIB;' unset 'NEMSIO_SRC;' unset 'NEMSIO_VER;' unset 'NETCDF;' unset 'NETCDF_CFLAGS;' unset 'NETCDF_CXX4FLAGS;' unset 'NETCDF_CXXFLAGS;' unset 'NETCDF_FFLAGS;' unset 'NETCDF_INC;' unset 'NETCDF_INCLUDE;' unset 'NETCDF_LDFLAGS;' unset 'NETCDF_LDFLAGS_C;' unset 'NETCDF_LDFLAGS_CXX;' unset 'NETCDF_LDFLAGS_CXX4;' unset 'NETCDF_LDFLAGS_F;' unset 'NETCDF_LIB;' unset 'NETCDF_ROOT;' unset '__LMOD_REF_COUNT_NLSPATH;' unset 'NLSPATH;' '__LMOD_REF_COUNT_PATH="/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/usr/lpp/mmfs/bin:1;/opt/ibutils/bin:1;/opt/dell/srvadmin/bin:1;/u/Dusan.Jovic/bin:2;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/dbrowse:1;/u/Dusan.Jovic/.local/bin:1";' export '__LMOD_REF_COUNT_PATH;' 'PATH="/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/usr/lpp/mmfs/bin:/opt/ibutils/bin:/opt/dell/srvadmin/bin:/u/Dusan.Jovic/bin:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/dbrowse:/u/Dusan.Jovic/.local/bin";' export 'PATH;' unset 'PKG_CONFIG_PATH;' unset 'PNG_INC;' unset 'PNG_LIB;' unset 'PNG_LIB12;' unset 'PNG_LIBDIR;' unset 'PNG_LIBso;' unset 'PNG_SRC;' unset 'PNG_VER;' unset 'POST_INC;' unset 'POST_LIB;' unset 'POST_SRC;' unset 'POST_VER;' unset 'PSTLROOT;' unset 'PYTHONPATH;' unset '__LMOD_REF_COUNT_QT_PLUGIN_PATH;' unset 'QT_PLUGIN_PATH;' unset 'SP_LIB4;' unset 'SP_LIB8;' unset 'SP_LIBd;' unset 'SP_SRC;' unset 'SP_VER;' unset 'TBBROOT;' unset 'VT_ADD_LIBS;' unset 'VT_ARCH;' unset 'VT_LIB_DIR;' unset 'VT_MPI;' unset 'VT_ROOT;' unset 'VT_SLIB_DIR;' unset 'W3EMC_INC4;' unset 'W3EMC_INC8;' unset 'W3EMC_INCd;' unset 'W3EMC_LIB4;' unset 'W3EMC_LIB8;' unset 'W3EMC_LIBd;' unset 'W3EMC_SRC;' unset 'W3EMC_VER;' unset 'W3NCO_INC4;' unset 'W3NCO_INC8;' unset 'W3NCO_INCd;' unset 'W3NCO_LIB4;' unset 'W3NCO_LIB8;' unset 'W3NCO_LIBd;' unset 'W3NCO_SRC;' unset 'W3NCO_VER;' unset 'XLSF_UIDDIR;' unset 'Z_INC;' unset 'Z_LIB;' unset 'Z_SRC;' unset 'Z_VER;' unset '__LMOD_REF_COUNT__LMFILES_;' unset '_LMFILES_;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii91c3J4L2xvY2FsL2Rldi9lbWNfcm9jb3RvL21vZHVsZWZpbGVzIiwiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvRHVzYW4uSm92aWMvdWZzL3ByMTgvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvd2Nvc3NfZGVsbF9wMyIsIi91c3J4L2xvY2FsL2Rldi9tb2R1bGVmaWxlcyIsIi91c3J4L2xvY2FsL3Byb2QvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQiLCIvdXNyeC9sb2NhbC9w";' export '_ModuleTable001_;' '_ModuleTable002_="cm9kL21vZHVsZWZpbGVzL2RlZnMiLCIvZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb3JlX3Byb2QiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQ6L3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9kZWZzOi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsfQ==";' export '_ModuleTable002_;' '_ModuleTable_Sz_="2";' export '_ModuleTable_Sz_;' unset '_ModuleTable004_;' unset '_ModuleTable005_;' unset '_ModuleTable006_;' unset '_ModuleTable007_;' unset '_ModuleTable008_;' unset '_ModuleTable009_;' unset '_ModuleTable010_;' unset '_ModuleTable011_;' unset '_ModuleTable012_;' unset '_ModuleTable013_;' unset '_ModuleTable014_;' unset '_ModuleTable015_;' unset '_ModuleTable016_;' -+++ unset ADVISOR_2018_DIR -+++ unset BACIO_LIB4 -+++ unset BACIO_LIB8 -+++ unset BACIO_SRC -+++ unset BACIO_VER -+++ unset BINARY_TYPE_HPC -+++ unset __LMOD_REF_COUNT_CLASSPATH -+++ unset CLASSPATH -+++ unset CLCK_ROOT -+++ unset CMAKE_CXX_COMPILER -+++ unset CMAKE_C_COMPILER -+++ unset CMAKE_Fortran_COMPILER -+++ unset CMAKE_Platform -+++ unset COMP -+++ unset __LMOD_REF_COUNT_CPATH -+++ unset CPATH -+++ unset __LMOD_REF_COUNT_CPLUS_INCLUDE_PATH -+++ unset CPLUS_INCLUDE_PATH -+++ unset CRTM_FIX -+++ unset CRTM_INC -+++ unset CRTM_LIB -+++ unset CRTM_SRC -+++ unset CRTM_VER -+++ unset DAALROOT -+++ unset ECF_HOSTFILE -+++ unset ECF_PORT -+++ unset ECF_ROOT -+++ unset ESMFMKFILE -+++ unset G2TMPL_INC -+++ unset G2TMPL_LIB -+++ unset G2TMPL_SRC -+++ unset G2TMPL_VER -+++ unset G2_INC4 -+++ unset G2_INCd -+++ unset G2_LIB4 -+++ unset G2_LIBd -+++ unset G2_SRC -+++ unset G2_VER -+++ unset GDBSERVER_MIC -+++ unset GDB_CROSS -+++ unset HDF5 -+++ unset HDF5_CFLAGS -+++ unset HDF5_CXXFLAGS -+++ unset HDF5_FFLAGS -+++ unset HDF5_INCLUDE -+++ unset HDF5_LDFLAGS -+++ unset HDF5_LDFLAGS_C -+++ unset HDF5_LDFLAGS_CXX -+++ unset HDF5_LDFLAGS_F -+++ unset __LMOD_REF_COUNT_INFOPATH -+++ unset INFOPATH -+++ unset INSPECTOR_2018_DIR -+++ unset INTEL_LICENSE_FILE -+++ unset INTEL_PYTHONHOME -+++ unset IPPROOT -+++ unset IP_INC4 -+++ unset IP_INC8 -+++ unset IP_INCd -+++ unset IP_LIB4 -+++ unset IP_LIB8 -+++ unset IP_LIBd -+++ unset IP_SRC -+++ unset IP_VER -+++ unset I_MPI_CC -+++ unset I_MPI_CXX -+++ unset I_MPI_EXTRA_FILESYSTEM -+++ unset I_MPI_EXTRA_FILESYSTEM_LIST -+++ unset I_MPI_F77 -+++ unset I_MPI_F90 -+++ unset I_MPI_FC -+++ unset I_MPI_HYDRA_BOOTSTRAP -+++ unset I_MPI_HYDRA_IFACE -+++ unset I_MPI_LSF_USE_COLLECTIVE_LAUNCH -+++ unset I_MPI_ROOT -+++ unset JASPER_INC -+++ unset JASPER_LIB -+++ unset JASPER_LIBDIR -+++ unset JASPER_SRC -+++ unset JASPER_VER -+++ unset KMP_AFFINITY -+++ unset __LMOD_REF_COUNT_LD_LIBRARY_PATH -+++ unset LD_LIBRARY_PATH -+++ unset __LMOD_REF_COUNT_LIBRARY_PATH -+++ unset LIBRARY_PATH -+++ unset LIB_NAME -+++ unset LMOD_FAMILY_COMPILER -+++ unset LMOD_FAMILY_COMPILER_VERSION -+++ unset LMOD_FAMILY_CONMPILER -+++ unset LMOD_FAMILY_CONMPILER_VERSION -+++ unset LMOD_FAMILY_MPI -+++ unset LMOD_FAMILY_MPI_VERSION -+++ unset __LMOD_REF_COUNT_LOADEDMODULES -+++ unset LOADEDMODULES -+++ unset LSF_BINDIR -+++ unset LSF_ENVDIR -+++ unset LSF_LIBDIR -+++ unset LSF_SERVERDIR -+++ __LMOD_REF_COUNT_MANPATH=/usrx/local/prod/lmod/lmod/share/man:1 -+++ export __LMOD_REF_COUNT_MANPATH -+++ MANPATH=/usrx/local/prod/lmod/lmod/share/man:: -+++ export MANPATH -+++ unset MKLROOT -+++ MODULEPATH=/usrx/local/dev/emc_rocoto/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod -+++ export MODULEPATH -+++ unset MPM_LAUNCHER -+++ unset NEMSIO_INC -+++ unset NEMSIO_LIB -+++ unset NEMSIO_SRC -+++ unset NEMSIO_VER -+++ unset NETCDF -+++ unset NETCDF_CFLAGS -+++ unset NETCDF_CXX4FLAGS -+++ unset NETCDF_CXXFLAGS -+++ unset NETCDF_FFLAGS -+++ unset NETCDF_INC -+++ unset NETCDF_INCLUDE -+++ unset NETCDF_LDFLAGS -+++ unset NETCDF_LDFLAGS_C -+++ unset NETCDF_LDFLAGS_CXX -+++ unset NETCDF_LDFLAGS_CXX4 -+++ unset NETCDF_LDFLAGS_F -+++ unset NETCDF_LIB -+++ unset NETCDF_ROOT -+++ unset __LMOD_REF_COUNT_NLSPATH -+++ unset NLSPATH -+++ __LMOD_REF_COUNT_PATH='/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/usr/lpp/mmfs/bin:1;/opt/ibutils/bin:1;/opt/dell/srvadmin/bin:1;/u/Dusan.Jovic/bin:2;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/dbrowse:1;/u/Dusan.Jovic/.local/bin:1' -+++ export __LMOD_REF_COUNT_PATH -+++ PATH=/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/usr/lpp/mmfs/bin:/opt/ibutils/bin:/opt/dell/srvadmin/bin:/u/Dusan.Jovic/bin:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/dbrowse:/u/Dusan.Jovic/.local/bin -+++ export PATH -+++ unset PKG_CONFIG_PATH -+++ unset PNG_INC -+++ unset PNG_LIB -+++ unset PNG_LIB12 -+++ unset PNG_LIBDIR -+++ unset PNG_LIBso -+++ unset PNG_SRC -+++ unset PNG_VER -+++ unset POST_INC -+++ unset POST_LIB -+++ unset POST_SRC -+++ unset POST_VER -+++ unset PSTLROOT -+++ unset PYTHONPATH -+++ unset __LMOD_REF_COUNT_QT_PLUGIN_PATH -+++ unset QT_PLUGIN_PATH -+++ unset SP_LIB4 -+++ unset SP_LIB8 -+++ unset SP_LIBd -+++ unset SP_SRC -+++ unset SP_VER -+++ unset TBBROOT -+++ unset VT_ADD_LIBS -+++ unset VT_ARCH -+++ unset VT_LIB_DIR -+++ unset VT_MPI -+++ unset VT_ROOT -+++ unset VT_SLIB_DIR -+++ unset W3EMC_INC4 -+++ unset W3EMC_INC8 -+++ unset W3EMC_INCd -+++ unset W3EMC_LIB4 -+++ unset W3EMC_LIB8 -+++ unset W3EMC_LIBd -+++ unset W3EMC_SRC -+++ unset W3EMC_VER -+++ unset W3NCO_INC4 -+++ unset W3NCO_INC8 -+++ unset W3NCO_INCd -+++ unset W3NCO_LIB4 -+++ unset W3NCO_LIB8 -+++ unset W3NCO_LIBd -+++ unset W3NCO_SRC -+++ unset W3NCO_VER -+++ unset XLSF_UIDDIR -+++ unset Z_INC -+++ unset Z_LIB -+++ unset Z_SRC -+++ unset Z_VER -+++ unset __LMOD_REF_COUNT__LMFILES_ -+++ unset _LMFILES_ -+++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii91c3J4L2xvY2FsL2Rldi9lbWNfcm9jb3RvL21vZHVsZWZpbGVzIiwiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvRHVzYW4uSm92aWMvdWZzL3ByMTgvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvd2Nvc3NfZGVsbF9wMyIsIi91c3J4L2xvY2FsL2Rldi9tb2R1bGVmaWxlcyIsIi91c3J4L2xvY2FsL3Byb2QvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQiLCIvdXNyeC9sb2NhbC9w -+++ export _ModuleTable001_ -+++ _ModuleTable002_=cm9kL21vZHVsZWZpbGVzL2RlZnMiLCIvZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb3JlX3Byb2QiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQ6L3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9kZWZzOi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsfQ== -+++ export _ModuleTable002_ -+++ _ModuleTable_Sz_=2 -+++ export _ModuleTable_Sz_ -+++ unset _ModuleTable004_ -+++ unset _ModuleTable005_ -+++ unset _ModuleTable006_ -+++ unset _ModuleTable007_ -+++ unset _ModuleTable008_ -+++ unset _ModuleTable009_ -+++ unset _ModuleTable010_ -+++ unset _ModuleTable011_ -+++ unset _ModuleTable012_ -+++ unset _ModuleTable013_ -+++ unset _ModuleTable014_ -+++ unset _ModuleTable015_ -+++ unset _ModuleTable016_ -+++ : -s sh -++ eval -++ unset __ms_shell -++ unset __ms_ksh_test -++ unset __ms_bash_test -++ unset setup__test_function__4342 -++ unset __ms_function_name -+ [[ wcoss_dell_p3 == macosx.* ]] -+ [[ wcoss_dell_p3 == linux.* ]] -+ module use /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3 -++ /usrx/local/prod/lmod/lmod/libexec/lmod bash use /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3 -+ eval 'MODULEPATH="/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/dev/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod";' export 'MODULEPATH;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcjE4L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL3djb3NzX2RlbGxfcDMiLCIvdXNyeC9sb2NhbC9kZXYvZW1jX3JvY290by9tb2R1bGVmaWxlcyIsIi91c3J4L2xvY2FsL2Rldi9tb2R1bGVmaWxlcyIsIi91c3J4L2xvY2FsL3Byb2QvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQiLCIvdXNyeC9sb2NhbC9w";' export '_ModuleTable001_;' '_ModuleTable002_="cm9kL21vZHVsZWZpbGVzL2RlZnMiLCIvZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb3JlX3Byb2QiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQ6L3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9kZWZzOi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsfQ==";' export '_ModuleTable002_;' '_ModuleTable_Sz_="2";' export '_ModuleTable_Sz_;' -++ MODULEPATH=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/dev/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod -++ export MODULEPATH -++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcjE4L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL3djb3NzX2RlbGxfcDMiLCIvdXNyeC9sb2NhbC9kZXYvZW1jX3JvY290by9tb2R1bGVmaWxlcyIsIi91c3J4L2xvY2FsL2Rldi9tb2R1bGVmaWxlcyIsIi91c3J4L2xvY2FsL3Byb2QvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQiLCIvdXNyeC9sb2NhbC9w -++ export _ModuleTable001_ -++ _ModuleTable002_=cm9kL21vZHVsZWZpbGVzL2RlZnMiLCIvZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb3JlX3Byb2QiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQ6L3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9kZWZzOi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsfQ== -++ export _ModuleTable002_ -++ _ModuleTable_Sz_=2 -++ export _ModuleTable_Sz_ -++ : -s sh -+ eval -+ module load fv3 -++ /usrx/local/prod/lmod/lmod/libexec/lmod bash load fv3 -+ eval 'ADVISOR_2018_DIR="/usrx/local/prod/intel/2018UP01/advisor_2018";' export 'ADVISOR_2018_DIR;' 'BACIO_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libbacio_v2.0.3_4.a";' export 'BACIO_LIB4;' 'BACIO_LIB8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libbacio_v2.0.3_8.a";' export 'BACIO_LIB8;' 'BACIO_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/bacio_v2.0.3";' export 'BACIO_SRC;' 'BACIO_VER="v2.0.3";' export 'BACIO_VER;' 'BINARY_TYPE_HPC="";' export 'BINARY_TYPE_HPC;' '__LMOD_REF_COUNT_CLASSPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64/mpi.jar:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/daal.jar:1";' export '__LMOD_REF_COUNT_CLASSPATH;' 'CLASSPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64/mpi.jar:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/daal.jar";' export 'CLASSPATH;' 'CLCK_ROOT="/usrx/local/prod/intel/2018UP01/clck_latest";' export 'CLCK_ROOT;' 'CMAKE_CXX_COMPILER="mpiicpc";' export 'CMAKE_CXX_COMPILER;' 'CMAKE_C_COMPILER="mpiicc";' export 'CMAKE_C_COMPILER;' 'CMAKE_Fortran_COMPILER="mpiifort";' export 'CMAKE_Fortran_COMPILER;' 'CMAKE_Platform="wcoss_dell_p3";' export 'CMAKE_Platform;' 'COMP="ips";' export 'COMP;' '__LMOD_REF_COUNT_CPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/pstl/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/include:1";' export '__LMOD_REF_COUNT_CPATH;' 'CPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/pstl/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/include";' export 'CPATH;' '__LMOD_REF_COUNT_CPLUS_INCLUDE_PATH="/usrx/local/prod/intel/2018UP01/clck_latest/include:1";' export '__LMOD_REF_COUNT_CPLUS_INCLUDE_PATH;' 'CPLUS_INCLUDE_PATH="/usrx/local/prod/intel/2018UP01/clck_latest/include";' export 'CPLUS_INCLUDE_PATH;' 'CRTM_FIX="/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/fix";' export 'CRTM_FIX;' 'CRTM_INC="/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/ips/18.0.1/include/crtm_v2.2.6";' export 'CRTM_INC;' 'CRTM_LIB="/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/ips/18.0.1/libcrtm_v2.2.6.a";' export 'CRTM_LIB;' 'CRTM_SRC="/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/src";' export 'CRTM_SRC;' 'CRTM_VER="v2.2.6";' export 'CRTM_VER;' 'DAALROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal";' export 'DAALROOT;' 'ESMFMKFILE="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/lib/esmf.mk";' export 'ESMFMKFILE;' 'G2TMPL_INC="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/g2tmpl_v1.6.0";' export 'G2TMPL_INC;' 'G2TMPL_LIB="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2tmpl_v1.6.0.a";' export 'G2TMPL_LIB;' 'G2TMPL_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/g2tmpl_v1.6.0/src";' export 'G2TMPL_SRC;' 'G2TMPL_VER="v1.6.0";' export 'G2TMPL_VER;' 'G2_INC4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/g2_v3.1.1_4";' export 'G2_INC4;' 'G2_INCd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/g2_v3.1.1_d";' export 'G2_INCd;' 'G2_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2_v3.1.1_4.a";' export 'G2_LIB4;' 'G2_LIBd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2_v3.1.1_d.a";' export 'G2_LIBd;' 'G2_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/g2_v3.1.1";' export 'G2_SRC;' 'G2_VER="v3.1.1";' export 'G2_VER;' 'GDBSERVER_MIC="/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/targets/intel64/x200/bin/gdbserver";' export 'GDBSERVER_MIC;' 'GDB_CROSS="/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/bin/gdb-ia";' export 'GDB_CROSS;' 'HDF5="/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1";' export 'HDF5;' 'HDF5_CFLAGS="-I/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/include";' export 'HDF5_CFLAGS;' 'HDF5_CXXFLAGS="-I/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/include";' export 'HDF5_CXXFLAGS;' 'HDF5_FFLAGS="-I/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/include";' export 'HDF5_FFLAGS;' 'HDF5_INCLUDE="-I/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/include";' export 'HDF5_INCLUDE;' 'HDF5_LDFLAGS="-L/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib' -lhdf5_hl -lhdf5hl_fortran -lhdf5 '-lhdf5_fortran";' export 'HDF5_LDFLAGS;' 'HDF5_LDFLAGS_C="-L/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib' -lhdf5_hl '-lhdf5";' export 'HDF5_LDFLAGS_C;' 'HDF5_LDFLAGS_CXX="-L/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib' -lhdf5_hl -hdf5_hl_cpp -lhdf5 '-lhdf5_cpp";' export 'HDF5_LDFLAGS_CXX;' 'HDF5_LDFLAGS_F="-L/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib' -lhdf5_hl -lhdf5hl_fortran -lhdf5 '-lhdf5_fortran";' export 'HDF5_LDFLAGS_F;' '__LMOD_REF_COUNT_INFOPATH="/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/info:1;info_gdb_igfx:1";' export '__LMOD_REF_COUNT_INFOPATH;' 'INFOPATH="/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/info:info_gdb_igfx";' export 'INFOPATH;' 'INSPECTOR_2018_DIR="/usrx/local/prod/intel/2018UP01/inspector_2018";' export 'INSPECTOR_2018_DIR;' 'INTEL_LICENSE_FILE="/usrx/local/prod/intel/licenses";' export 'INTEL_LICENSE_FILE;' 'INTEL_PYTHONHOME="/usrx/local/prod/intel/2018UP01/debugger_2018/python/intel64";' export 'INTEL_PYTHONHOME;' 'IPPROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp";' export 'IPPROOT;' 'IP_INC4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ip_v3.0.2_4";' export 'IP_INC4;' 'IP_INC8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ip_v3.0.2_8";' export 'IP_INC8;' 'IP_INCd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ip_v3.0.2_d";' export 'IP_INCd;' 'IP_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libip_v3.0.2_4.a";' export 'IP_LIB4;' 'IP_LIB8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libip_v3.0.2_8.a";' export 'IP_LIB8;' 'IP_LIBd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libip_v3.0.2_d.a";' export 'IP_LIBd;' 'IP_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/ip_v3.0.2";' export 'IP_SRC;' 'IP_VER="v3.0.2";' export 'IP_VER;' 'I_MPI_CC="icc";' export 'I_MPI_CC;' 'I_MPI_CXX="icpc";' export 'I_MPI_CXX;' 'I_MPI_EXTRA_FILESYSTEM="yes";' export 'I_MPI_EXTRA_FILESYSTEM;' 'I_MPI_EXTRA_FILESYSTEM_LIST="gpfs";' export 'I_MPI_EXTRA_FILESYSTEM_LIST;' 'I_MPI_F77="ifort";' export 'I_MPI_F77;' 'I_MPI_F90="ifort";' export 'I_MPI_F90;' 'I_MPI_FC="ifort";' export 'I_MPI_FC;' 'I_MPI_HYDRA_BOOTSTRAP="lsf";' export 'I_MPI_HYDRA_BOOTSTRAP;' 'I_MPI_HYDRA_IFACE="ib0";' export 'I_MPI_HYDRA_IFACE;' 'I_MPI_LSF_USE_COLLECTIVE_LAUNCH="1";' export 'I_MPI_LSF_USE_COLLECTIVE_LAUNCH;' 'I_MPI_ROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi";' export 'I_MPI_ROOT;' 'JASPER_INC="/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/include";' export 'JASPER_INC;' 'JASPER_LIB="/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib/libjasper.a";' export 'JASPER_LIB;' 'JASPER_LIBDIR="/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib";' export 'JASPER_LIBDIR;' 'JASPER_SRC="/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/src/jasper-1.900.29";' export 'JASPER_SRC;' 'JASPER_VER="1.900.29";' export 'JASPER_VER;' 'KMP_AFFINITY="scatter";' export 'KMP_AFFINITY;' unset 'LAUNCH;' '__LMOD_REF_COUNT_LD_LIBRARY_PATH="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/lib:1;/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib:1;/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib:1;/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib:1;/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:1;/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib:1;/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib:1;/usrx/local/prod/intel/2018UP01/itac_latest/slib:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:1;/usrx/local/prod/intel/2018UP01/debugger_2018/iga/lib:1;/usrx/local/prod/intel/2018UP01/debugger_2018/libipt/intel64/lib:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4:1";' export '__LMOD_REF_COUNT_LD_LIBRARY_PATH;' 'LD_LIBRARY_PATH="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/lib:/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib:/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib:/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib:/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib:/usrx/local/prod/intel/2018UP01/itac_latest/slib:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:/usrx/local/prod/intel/2018UP01/debugger_2018/iga/lib:/usrx/local/prod/intel/2018UP01/debugger_2018/libipt/intel64/lib:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4";' export 'LD_LIBRARY_PATH;' '__LMOD_REF_COUNT_LIBRARY_PATH="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:1;/usrx/local/prod/intel/2018UP01/clck_latest/lib/intel64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4:1";' export '__LMOD_REF_COUNT_LIBRARY_PATH;' 'LIBRARY_PATH="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:/usrx/local/prod/intel/2018UP01/clck_latest/lib/intel64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4";' export 'LIBRARY_PATH;' 'LIB_NAME="POST";' export 'LIB_NAME;' 'LMOD_FAMILY_COMPILER="ips";' export 'LMOD_FAMILY_COMPILER;' 'LMOD_FAMILY_COMPILER_VERSION="18.0.1.163";' export 'LMOD_FAMILY_COMPILER_VERSION;' 'LMOD_FAMILY_CONMPILER="HDF5-serial";' export 'LMOD_FAMILY_CONMPILER;' 'LMOD_FAMILY_CONMPILER_VERSION="1.10.1";' export 'LMOD_FAMILY_CONMPILER_VERSION;' 'LMOD_FAMILY_MPI="impi";' export 'LMOD_FAMILY_MPI;' 'LMOD_FAMILY_MPI_VERSION="18.0.1";' export 'LMOD_FAMILY_MPI_VERSION;' '__LMOD_REF_COUNT_LOADEDMODULES="ips/18.0.1.163:1;impi/18.0.1:1;NetCDF/4.5.0:1;HDF5-serial/1.10.1:1;lsf/10.1:1;bacio/2.0.3:1;ip/3.0.2:1;sp/2.0.3:1;w3nco/2.0.7:1;w3emc/2.3.1:1;nemsio/2.2.4:1;g2/3.1.1:1;g2tmpl/1.6.0:1;crtm/2.2.6:1;jasper/1.900.29:1;libpng/1.2.59:1;zlib/1.2.11:1;post/8.0.1:1;esmf/8.0.0:1;cmake/3.10.0:1;fv3:1";' export '__LMOD_REF_COUNT_LOADEDMODULES;' 'LOADEDMODULES="ips/18.0.1.163:impi/18.0.1:NetCDF/4.5.0:HDF5-serial/1.10.1:lsf/10.1:bacio/2.0.3:ip/3.0.2:sp/2.0.3:w3nco/2.0.7:w3emc/2.3.1:nemsio/2.2.4:g2/3.1.1:g2tmpl/1.6.0:crtm/2.2.6:jasper/1.900.29:libpng/1.2.59:zlib/1.2.11:post/8.0.1:esmf/8.0.0:cmake/3.10.0:fv3";' export 'LOADEDMODULES;' 'LSF_BINDIR="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin";' export 'LSF_BINDIR;' 'LSF_ENVDIR="/gpfs/lsf/conf";' export 'LSF_ENVDIR;' 'LSF_LIBDIR="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib";' export 'LSF_LIBDIR;' 'LSF_SERVERDIR="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc";' export 'LSF_SERVERDIR;' '__LMOD_REF_COUNT_MANPATH="/usrx/local/dev/packages/cmake/3.10.0/share/man:1;/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/share/man:1;/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/share/man:1;/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/man:1;/gpfs/lsf/10.1/man:1;/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/share/man:1;/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/share/man:1;/usrx/local/prod/intel/2018UP01/itac_latest/man:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/man/common:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/man:1;/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/man:1;/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-igfx/man:1;/usrx/local/prod/lmod/lmod/share/man:1;/usrx/local/prod/intel/2018UP01/inspector_2018/man:1;/usrx/local/prod/intel/2018UP01/advisor_2018/man:1";' export '__LMOD_REF_COUNT_MANPATH;' 'MANPATH="/usrx/local/dev/packages/cmake/3.10.0/share/man:/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/share/man:/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/share/man:/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/man:/gpfs/lsf/10.1/man:/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/share/man:/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/share/man:/usrx/local/prod/intel/2018UP01/itac_latest/man:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/man/common:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/man:/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/man:/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-igfx/man:/usrx/local/prod/lmod/lmod/share/man::/usrx/local/prod/intel/2018UP01/inspector_2018/man:/usrx/local/prod/intel/2018UP01/advisor_2018/man";' export 'MANPATH;' 'MKLROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl";' export 'MKLROOT;' 'MODULEPATH="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/dev/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1:/usrx/local/prod/modulefiles/mpi_third/ips/18.0.1/impi/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/mpi_prod/ips/18.0.1/impi/18.0.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles";' export 'MODULEPATH;' 'MPM_LAUNCHER="/usrx/local/prod/intel/2018UP01/debugger_2018/mpm/mic/bin/start_mpm.sh";' export 'MPM_LAUNCHER;' 'NEMSIO_INC="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/nemsio_v2.2.4";' export 'NEMSIO_INC;' 'NEMSIO_LIB="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libnemsio_v2.2.4.a";' export 'NEMSIO_LIB;' 'NEMSIO_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/nemsio_v2.2.4";' export 'NEMSIO_SRC;' 'NEMSIO_VER="v2.2.4";' export 'NEMSIO_VER;' 'NETCDF="/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0";' export 'NETCDF;' 'NETCDF_CFLAGS="-I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include";' export 'NETCDF_CFLAGS;' 'NETCDF_CXX4FLAGS="-I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include";' export 'NETCDF_CXX4FLAGS;' 'NETCDF_CXXFLAGS="-I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include";' export 'NETCDF_CXXFLAGS;' 'NETCDF_FFLAGS="-I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include";' export 'NETCDF_FFLAGS;' 'NETCDF_INC="/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include";' export 'NETCDF_INC;' 'NETCDF_INCLUDE="-I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include";' export 'NETCDF_INCLUDE;' 'NETCDF_LDFLAGS="-L/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib' '-lnetcdff";' export 'NETCDF_LDFLAGS;' 'NETCDF_LDFLAGS_C="-L/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib' '-lnetcdf";' export 'NETCDF_LDFLAGS_C;' 'NETCDF_LDFLAGS_CXX="-L/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib' -lnetcdf '-lnetcdf_c++";' export 'NETCDF_LDFLAGS_CXX;' 'NETCDF_LDFLAGS_CXX4="-L/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib' -lnetcdf '-lnetcdf_c++4";' export 'NETCDF_LDFLAGS_CXX4;' 'NETCDF_LDFLAGS_F="-L/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib' '-lnetcdff";' export 'NETCDF_LDFLAGS_F;' 'NETCDF_LIB="/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib";' export 'NETCDF_LIB;' 'NETCDF_ROOT="/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0";' export 'NETCDF_ROOT;' '__LMOD_REF_COUNT_NLSPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin/locale/%l_%t/%N:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin/locale/%l_%t/%N:1;/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/share/locale/%l_%t/%N:1";' export '__LMOD_REF_COUNT_NLSPATH;' 'NLSPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin/locale/%l_%t/%N:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin/locale/%l_%t/%N::/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/share/locale/%l_%t/%N";' export 'NLSPATH;' '__LMOD_REF_COUNT_PATH="/usrx/local/dev/packages/cmake/3.10.0/bin:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/bin:1;/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/bin:1;/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/bin:1;/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc:1;/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin:1;/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1:1;/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/bin:1;/usrx/local/prod/intel/2018UP01/advisor_2018/bin64:1;/usrx/local/prod/intel/2018UP01/vtune_amplifier_2018/bin64:1;/usrx/local/prod/intel/2018UP01/inspector_2018/bin64:1;/usrx/local/prod/intel/2018UP01/itac_latest/bin:1;/usrx/local/prod/intel/2018UP01/clck_latest/bin/intel64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/bin/intel64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64:1;/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/targets/intel64/x200/bin:1;/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/bin:1;/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/usr/lpp/mmfs/bin:1;/opt/ibutils/bin:1;/opt/dell/srvadmin/bin:1;/u/Dusan.Jovic/bin:2;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/dbrowse:1;/u/Dusan.Jovic/.local/bin:1;/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/include:1";' export '__LMOD_REF_COUNT_PATH;' 'PATH="/usrx/local/dev/packages/cmake/3.10.0/bin:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/bin:/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/bin:/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/bin:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin:/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1:/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/bin:/usrx/local/prod/intel/2018UP01/advisor_2018/bin64:/usrx/local/prod/intel/2018UP01/vtune_amplifier_2018/bin64:/usrx/local/prod/intel/2018UP01/inspector_2018/bin64:/usrx/local/prod/intel/2018UP01/itac_latest/bin:/usrx/local/prod/intel/2018UP01/clck_latest/bin/intel64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/bin/intel64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64:/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/targets/intel64/x200/bin:/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/usr/lpp/mmfs/bin:/opt/ibutils/bin:/opt/dell/srvadmin/bin:/u/Dusan.Jovic/bin:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/dbrowse:/u/Dusan.Jovic/.local/bin:/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/include";' export 'PATH;' 'PKG_CONFIG_PATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/bin/pkgconfig";' export 'PKG_CONFIG_PATH;' 'PNG_INC="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/include";' export 'PNG_INC;' 'PNG_LIB="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng.a";' export 'PNG_LIB;' 'PNG_LIB12="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng12.a";' export 'PNG_LIB12;' 'PNG_LIBDIR="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib";' export 'PNG_LIBDIR;' 'PNG_LIBso="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng.so";' export 'PNG_LIBso;' 'PNG_SRC="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/src/libpng-1.2.59";' export 'PNG_SRC;' 'PNG_VER="1.2.59";' export 'PNG_VER;' 'POST_INC="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ncep_post_v8.0.1_4";' export 'POST_INC;' 'POST_LIB="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libncep_post_v8.0.1_4.a";' export 'POST_LIB;' 'POST_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/post_v8.0.1";' export 'POST_SRC;' 'POST_VER="v8.0.1";' export 'POST_VER;' 'PSTLROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/pstl";' export 'PSTLROOT;' 'PYTHONPATH="/usrx/local/prod/intel/2018UP01/advisor_2018/pythonapi";' export 'PYTHONPATH;' 'SP_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_4.a";' export 'SP_LIB4;' 'SP_LIB8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_8.a";' export 'SP_LIB8;' 'SP_LIBd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_d.a";' export 'SP_LIBd;' 'SP_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/sp_v2.0.3";' export 'SP_SRC;' 'SP_VER="v2.0.3";' export 'SP_VER;' 'TBBROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb";' export 'TBBROOT;' 'VT_ADD_LIBS="-ldwarf' -lelf -lvtunwind -lm '-lpthread";' export 'VT_ADD_LIBS;' 'VT_ARCH="intel64";' export 'VT_ARCH;' 'VT_LIB_DIR="/usrx/local/prod/intel/2018UP01/itac_latest/lib";' export 'VT_LIB_DIR;' 'VT_MPI="impi4";' export 'VT_MPI;' 'VT_ROOT="/usrx/local/prod/intel/2018UP01/itac_latest";' export 'VT_ROOT;' 'VT_SLIB_DIR="/usrx/local/prod/intel/2018UP01/itac_latest/slib";' export 'VT_SLIB_DIR;' 'W3EMC_INC4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3emc_v2.3.1_4";' export 'W3EMC_INC4;' 'W3EMC_INC8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3emc_v2.3.1_8";' export 'W3EMC_INC8;' 'W3EMC_INCd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3emc_v2.3.1_d";' export 'W3EMC_INCd;' 'W3EMC_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_4.a";' export 'W3EMC_LIB4;' 'W3EMC_LIB8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_8.a";' export 'W3EMC_LIB8;' 'W3EMC_LIBd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_d.a";' export 'W3EMC_LIBd;' 'W3EMC_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/w3emc_v2.3.1";' export 'W3EMC_SRC;' 'W3EMC_VER="v2.3.1";' export 'W3EMC_VER;' 'W3NCO_INC4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3nco_v2.0.7_4";' export 'W3NCO_INC4;' 'W3NCO_INC8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3nco_v2.0.7_8";' export 'W3NCO_INC8;' 'W3NCO_INCd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3nco_v2.0.7_d";' export 'W3NCO_INCd;' 'W3NCO_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_4.a";' export 'W3NCO_LIB4;' 'W3NCO_LIB8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_8.a";' export 'W3NCO_LIB8;' 'W3NCO_LIBd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_d.a";' export 'W3NCO_LIBd;' 'W3NCO_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/w3nco_v2.0.7";' export 'W3NCO_SRC;' 'W3NCO_VER="v2.0.7";' export 'W3NCO_VER;' 'XLSF_UIDDIR="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib/uid";' export 'XLSF_UIDDIR;' 'Z_INC="/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/include";' export 'Z_INC;' 'Z_LIB="/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib/libz.a";' export 'Z_LIB;' 'Z_SRC="/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/src";' export 'Z_SRC;' 'Z_VER="1.2.11";' export 'Z_VER;' '__LMOD_REF_COUNT__LMFILES_="/usrx/local/prod/modulefiles/core_third/ips/18.0.1.163:1;/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1/impi/18.0.1.lua:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/NetCDF/4.5.0:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/HDF5-serial/1.10.1:1;/usrx/local/prod/modulefiles/core_third/lsf/10.1:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/bacio/2.0.3:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/ip/3.0.2:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/sp/2.0.3:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3nco/2.0.7:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3emc/2.3.1:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/nemsio/2.2.4:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2/3.1.1:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2tmpl/1.6.0:1;/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/crtm/2.2.6:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/jasper/1.900.29:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/libpng/1.2.59:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/zlib/1.2.11:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/post/8.0.1:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/esmf/8.0.0:1;/usrx/local/dev/modulefiles/cmake/3.10.0:1;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3:1";' export '__LMOD_REF_COUNT__LMFILES_;' '_LMFILES_="/usrx/local/prod/modulefiles/core_third/ips/18.0.1.163:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1/impi/18.0.1.lua:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/NetCDF/4.5.0:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/HDF5-serial/1.10.1:/usrx/local/prod/modulefiles/core_third/lsf/10.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/bacio/2.0.3:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/ip/3.0.2:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/sp/2.0.3:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3nco/2.0.7:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3emc/2.3.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/nemsio/2.2.4:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2/3.1.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2tmpl/1.6.0:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/crtm/2.2.6:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/jasper/1.900.29:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/libpng/1.2.59:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/zlib/1.2.11:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/post/8.0.1:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/esmf/8.0.0:/usrx/local/dev/modulefiles/cmake/3.10.0:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3";' export '_LMFILES_;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImlwcyIsWyJjb25tcGlsZXIiXT0iSERGNS1zZXJpYWwiLFsibXBpIl09ImltcGkiLH0sbVQ9e1siSERGNS1zZXJpYWwiXT17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvSERGNS1zZXJpYWwvMS4xMC4xIixbImZ1bGxOYW1lIl09IkhERjUtc2VyaWFsLzEuMTAuMSIsWyJsb2FkT3JkZXIiXT00LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09IkhERjUtc2VyaWFs";' export '_ModuleTable001_;' '_ModuleTable002_="LzEuMTAuMSIsfSxOZXRDREY9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xL05ldENERi80LjUuMCIsWyJmdWxsTmFtZSJdPSJOZXRDREYvNC41LjAiLFsibG9hZE9yZGVyIl09Myxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJOZXRDREYvNC41LjAiLH0sYmFjaW89e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2JhY2lvLzIuMC4zIixbImZ1bGxOYW1lIl09ImJhY2lvLzIuMC4zIixbImxvYWRPcmRlciJdPTYscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNl";' export '_ModuleTable002_;' '_ModuleTable003_="ck5hbWUiXT0iYmFjaW8vMi4wLjMiLH0sY21ha2U9e1siZm4iXT0iL3VzcngvbG9jYWwvZGV2L21vZHVsZWZpbGVzL2NtYWtlLzMuMTAuMCIsWyJmdWxsTmFtZSJdPSJjbWFrZS8zLjEwLjAiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY21ha2UvMy4xMC4wIix9LGNydG09e1siZm4iXT0iL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfcHJvZC9pcHMvMTguMC4xL2NydG0vMi4yLjYiLFsiZnVsbE5hbWUiXT0iY3J0bS8yLjIuNiIsWyJsb2FkT3JkZXIiXT0xNCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1";' export '_ModuleTable003_;' '_ModuleTable004_="c2VyTmFtZSJdPSJjcnRtLzIuMi42Iix9LGVzbWY9e1siZm4iXT0iL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcjE4L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL3djb3NzX2RlbGxfcDMvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT0yMSxw";' export '_ModuleTable004_;' '_ModuleTable005_="cm9wVD17fSxbInN0YWNrRGVwdGgiXT0wLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZzI9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2cyLzMuMS4xIixbImZ1bGxOYW1lIl09ImcyLzMuMS4xIixbImxvYWRPcmRlciJdPTEyLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcyLzMuMS4xIix9LGcydG1wbD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzJ0bXBsLzEuNi4wIixbImZ1bGxOYW1lIl09ImcydG1wbC8xLjYuMCIsWyJsb2FkT3JkZXIiXT0xMyxwcm9wVD17fSxbInN0YWNr";' export '_ModuleTable005_;' '_ModuleTable006_="RGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMnRtcGwvMS42LjAiLH0saW1waT17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX21waS9pcHMvMTguMC4xL2ltcGkvMTguMC4xLmx1YSIsWyJmdWxsTmFtZSJdPSJpbXBpLzE4LjAuMSIsWyJsb2FkT3JkZXIiXT0yLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImltcGkvMTguMC4xIix9LGlwPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9pcC8zLjAuMiIsWyJmdWxsTmFtZSJdPSJpcC8zLjAuMiIsWyJsb2FkT3JkZXIiXT03LHByb3BUPXt9LFsic3Rh";' export '_ModuleTable006_;' '_ModuleTable007_="Y2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImlwLzMuMC4yIix9LGlwcz17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQvaXBzLzE4LjAuMS4xNjMiLFsiZnVsbE5hbWUiXT0iaXBzLzE4LjAuMS4xNjMiLFsibG9hZE9yZGVyIl09MSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJpcHMvMTguMC4xLjE2MyIsfSxqYXNwZXI9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xL2phc3Blci8xLjkwMC4yOSIsWyJmdWxsTmFtZSJdPSJqYXNwZXIvMS45MDAuMjkiLFsibG9hZE9yZGVyIl09";' export '_ModuleTable007_;' '_ModuleTable008_="MTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iamFzcGVyLzEuOTAwLjI5Iix9LGxpYnBuZz17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvbGlicG5nLzEuMi41OSIsWyJmdWxsTmFtZSJdPSJsaWJwbmcvMS4yLjU5IixbImxvYWRPcmRlciJdPTE2LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImxpYnBuZy8xLjIuNTkiLH0sbHNmPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZC9sc2YvMTAuMSIsWyJmdWxsTmFtZSJdPSJsc2YvMTAuMSIsWyJsb2Fk";' export '_ModuleTable008_;' '_ModuleTable009_="T3JkZXIiXT01LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImxzZi8xMC4xIix9LG5lbXNpbz17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvbmVtc2lvLzIuMi40IixbImZ1bGxOYW1lIl09Im5lbXNpby8yLjIuNCIsWyJsb2FkT3JkZXIiXT0xMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZW1zaW8vMi4yLjQiLH0scG9zdD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvcG9zdC84LjAuMSIsWyJmdWxsTmFtZSJdPSJwb3N0LzguMC4xIixbImxvYWRP";' export '_ModuleTable009_;' '_ModuleTable010_="cmRlciJdPTE4LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InBvc3QvOC4wLjEiLH0sc3A9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL3NwLzIuMC4zIixbImZ1bGxOYW1lIl09InNwLzIuMC4zIixbImxvYWRPcmRlciJdPTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ic3AvMi4wLjMiLH0sdzNlbWM9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL3czZW1jLzIuMy4xIixbImZ1bGxOYW1lIl09InczZW1jLzIuMy4xIixbImxvYWRPcmRlciJdPTEwLHBy";' export '_ModuleTable010_;' '_ModuleTable011_="b3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczZW1jLzIuMy4xIix9LHczbmNvPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy93M25jby8yLjAuNyIsWyJmdWxsTmFtZSJdPSJ3M25jby8yLjAuNyIsWyJsb2FkT3JkZXIiXT05LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHpsaWI9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xL3psaWIvMS4yLjExIixbImZ1bGxOYW1lIl09InpsaWIvMS4yLjExIixbImxvYWRPcmRl";' export '_ModuleTable011_;' '_ModuleTable012_="ciJdPTE3LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InpsaWIvMS4yLjExIix9LH0sbXBhdGhBPXsiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMiLCIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9EdXNhbi5Kb3ZpYy91ZnMvcHIxOC91ZnMtd2VhdGhlci1tb2RlbC9tb2R1bGVmaWxlcy93Y29zc19kZWxsX3AzIiwiL3VzcngvbG9jYWwvZGV2L2VtY19yb2NvdG8vbW9kdWxlZmlsZXMiLCIvdXNyeC9sb2NhbC9kZXYvbW9kdWxlZmlsZXMiLCIvdXNyeC9sb2NhbC9wcm9kL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlIiwiL3VzcngvbG9j";' export '_ModuleTable012_;' '_ModuleTable013_="YWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9kZWZzIiwiL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29yZV9wcm9kIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xIiwiL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfcHJvZC9pcHMvMTguMC4xIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl9tcGkvaXBzLzE4LjAuMSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvbXBpX3RoaXJkL2lwcy8xOC4wLjEvaW1waS8xOC4wLjEiLCIvZ3Bmcy9kZWxsMS9uY28vb3BzL253";' export '_ModuleTable013_;' '_ModuleTable014_="cHJvZC9tb2R1bGVmaWxlcy9tcGlfcHJvZC9pcHMvMTguMC4xL2ltcGkvMTguMC4xIiwiL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzIix9LFsic3lzdGVtQmFzZU1QQVRIIl09Ii91c3J4L2xvY2FsL3Byb2QvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmU6L3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkOi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvZGVmczovZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb3JlX3Byb2QiLH0=";' export '_ModuleTable014_;' '_ModuleTable_Sz_="14";' export '_ModuleTable_Sz_;' -++ ADVISOR_2018_DIR=/usrx/local/prod/intel/2018UP01/advisor_2018 -++ export ADVISOR_2018_DIR -++ BACIO_LIB4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libbacio_v2.0.3_4.a -++ export BACIO_LIB4 -++ BACIO_LIB8=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libbacio_v2.0.3_8.a -++ export BACIO_LIB8 -++ BACIO_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/bacio_v2.0.3 -++ export BACIO_SRC -++ BACIO_VER=v2.0.3 -++ export BACIO_VER -++ BINARY_TYPE_HPC= -++ export BINARY_TYPE_HPC -++ __LMOD_REF_COUNT_CLASSPATH='/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64/mpi.jar:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/daal.jar:1' -++ export __LMOD_REF_COUNT_CLASSPATH -++ CLASSPATH=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64/mpi.jar:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/daal.jar -++ export CLASSPATH -++ CLCK_ROOT=/usrx/local/prod/intel/2018UP01/clck_latest -++ export CLCK_ROOT -++ CMAKE_CXX_COMPILER=mpiicpc -++ export CMAKE_CXX_COMPILER -++ CMAKE_C_COMPILER=mpiicc -++ export CMAKE_C_COMPILER -++ CMAKE_Fortran_COMPILER=mpiifort -++ export CMAKE_Fortran_COMPILER -++ CMAKE_Platform=wcoss_dell_p3 -++ export CMAKE_Platform -++ COMP=ips -++ export COMP -++ __LMOD_REF_COUNT_CPATH='/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/pstl/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/include:1' -++ export __LMOD_REF_COUNT_CPATH -++ CPATH=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/pstl/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/include -++ export CPATH -++ __LMOD_REF_COUNT_CPLUS_INCLUDE_PATH=/usrx/local/prod/intel/2018UP01/clck_latest/include:1 -++ export __LMOD_REF_COUNT_CPLUS_INCLUDE_PATH -++ CPLUS_INCLUDE_PATH=/usrx/local/prod/intel/2018UP01/clck_latest/include -++ export CPLUS_INCLUDE_PATH -++ CRTM_FIX=/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/fix -++ export CRTM_FIX -++ CRTM_INC=/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/ips/18.0.1/include/crtm_v2.2.6 -++ export CRTM_INC -++ CRTM_LIB=/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/ips/18.0.1/libcrtm_v2.2.6.a -++ export CRTM_LIB -++ CRTM_SRC=/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/src -++ export CRTM_SRC -++ CRTM_VER=v2.2.6 -++ export CRTM_VER -++ DAALROOT=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal -++ export DAALROOT -++ ESMFMKFILE=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/lib/esmf.mk -++ export ESMFMKFILE -++ G2TMPL_INC=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/g2tmpl_v1.6.0 -++ export G2TMPL_INC -++ G2TMPL_LIB=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2tmpl_v1.6.0.a -++ export G2TMPL_LIB -++ G2TMPL_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/g2tmpl_v1.6.0/src -++ export G2TMPL_SRC -++ G2TMPL_VER=v1.6.0 -++ export G2TMPL_VER -++ G2_INC4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/g2_v3.1.1_4 -++ export G2_INC4 -++ G2_INCd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/g2_v3.1.1_d -++ export G2_INCd -++ G2_LIB4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2_v3.1.1_4.a -++ export G2_LIB4 -++ G2_LIBd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2_v3.1.1_d.a -++ export G2_LIBd -++ G2_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/g2_v3.1.1 -++ export G2_SRC -++ G2_VER=v3.1.1 -++ export G2_VER -++ GDBSERVER_MIC=/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/targets/intel64/x200/bin/gdbserver -++ export GDBSERVER_MIC -++ GDB_CROSS=/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/bin/gdb-ia -++ export GDB_CROSS -++ HDF5=/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1 -++ export HDF5 -++ HDF5_CFLAGS=-I/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/include -++ export HDF5_CFLAGS -++ HDF5_CXXFLAGS=-I/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/include -++ export HDF5_CXXFLAGS -++ HDF5_FFLAGS=-I/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/include -++ export HDF5_FFLAGS -++ HDF5_INCLUDE=-I/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/include -++ export HDF5_INCLUDE -++ HDF5_LDFLAGS='-L/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib -lhdf5_hl -lhdf5hl_fortran -lhdf5 -lhdf5_fortran' -++ export HDF5_LDFLAGS -++ HDF5_LDFLAGS_C='-L/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib -lhdf5_hl -lhdf5' -++ export HDF5_LDFLAGS_C -++ HDF5_LDFLAGS_CXX='-L/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib -lhdf5_hl -hdf5_hl_cpp -lhdf5 -lhdf5_cpp' -++ export HDF5_LDFLAGS_CXX -++ HDF5_LDFLAGS_F='-L/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib -lhdf5_hl -lhdf5hl_fortran -lhdf5 -lhdf5_fortran' -++ export HDF5_LDFLAGS_F -++ __LMOD_REF_COUNT_INFOPATH='/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/info:1;info_gdb_igfx:1' -++ export __LMOD_REF_COUNT_INFOPATH -++ INFOPATH=/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/info:info_gdb_igfx -++ export INFOPATH -++ INSPECTOR_2018_DIR=/usrx/local/prod/intel/2018UP01/inspector_2018 -++ export INSPECTOR_2018_DIR -++ INTEL_LICENSE_FILE=/usrx/local/prod/intel/licenses -++ export INTEL_LICENSE_FILE -++ INTEL_PYTHONHOME=/usrx/local/prod/intel/2018UP01/debugger_2018/python/intel64 -++ export INTEL_PYTHONHOME -++ IPPROOT=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp -++ export IPPROOT -++ IP_INC4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ip_v3.0.2_4 -++ export IP_INC4 -++ IP_INC8=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ip_v3.0.2_8 -++ export IP_INC8 -++ IP_INCd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ip_v3.0.2_d -++ export IP_INCd -++ IP_LIB4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libip_v3.0.2_4.a -++ export IP_LIB4 -++ IP_LIB8=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libip_v3.0.2_8.a -++ export IP_LIB8 -++ IP_LIBd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libip_v3.0.2_d.a -++ export IP_LIBd -++ IP_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/ip_v3.0.2 -++ export IP_SRC -++ IP_VER=v3.0.2 -++ export IP_VER -++ I_MPI_CC=icc -++ export I_MPI_CC -++ I_MPI_CXX=icpc -++ export I_MPI_CXX -++ I_MPI_EXTRA_FILESYSTEM=yes -++ export I_MPI_EXTRA_FILESYSTEM -++ I_MPI_EXTRA_FILESYSTEM_LIST=gpfs -++ export I_MPI_EXTRA_FILESYSTEM_LIST -++ I_MPI_F77=ifort -++ export I_MPI_F77 -++ I_MPI_F90=ifort -++ export I_MPI_F90 -++ I_MPI_FC=ifort -++ export I_MPI_FC -++ I_MPI_HYDRA_BOOTSTRAP=lsf -++ export I_MPI_HYDRA_BOOTSTRAP -++ I_MPI_HYDRA_IFACE=ib0 -++ export I_MPI_HYDRA_IFACE -++ I_MPI_LSF_USE_COLLECTIVE_LAUNCH=1 -++ export I_MPI_LSF_USE_COLLECTIVE_LAUNCH -++ I_MPI_ROOT=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi -++ export I_MPI_ROOT -++ JASPER_INC=/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/include -++ export JASPER_INC -++ JASPER_LIB=/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib/libjasper.a -++ export JASPER_LIB -++ JASPER_LIBDIR=/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib -++ export JASPER_LIBDIR -++ JASPER_SRC=/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/src/jasper-1.900.29 -++ export JASPER_SRC -++ JASPER_VER=1.900.29 -++ export JASPER_VER -++ KMP_AFFINITY=scatter -++ export KMP_AFFINITY -++ unset LAUNCH -++ __LMOD_REF_COUNT_LD_LIBRARY_PATH='/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/lib:1;/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib:1;/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib:1;/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib:1;/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:1;/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib:1;/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib:1;/usrx/local/prod/intel/2018UP01/itac_latest/slib:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:1;/usrx/local/prod/intel/2018UP01/debugger_2018/iga/lib:1;/usrx/local/prod/intel/2018UP01/debugger_2018/libipt/intel64/lib:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4:1' -++ export __LMOD_REF_COUNT_LD_LIBRARY_PATH -++ LD_LIBRARY_PATH=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/lib:/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib:/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib:/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib:/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib:/usrx/local/prod/intel/2018UP01/itac_latest/slib:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:/usrx/local/prod/intel/2018UP01/debugger_2018/iga/lib:/usrx/local/prod/intel/2018UP01/debugger_2018/libipt/intel64/lib:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4 -++ export LD_LIBRARY_PATH -++ __LMOD_REF_COUNT_LIBRARY_PATH='/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:1;/usrx/local/prod/intel/2018UP01/clck_latest/lib/intel64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4:1' -++ export __LMOD_REF_COUNT_LIBRARY_PATH -++ LIBRARY_PATH=/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:/usrx/local/prod/intel/2018UP01/clck_latest/lib/intel64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4 -++ export LIBRARY_PATH -++ LIB_NAME=POST -++ export LIB_NAME -++ LMOD_FAMILY_COMPILER=ips -++ export LMOD_FAMILY_COMPILER -++ LMOD_FAMILY_COMPILER_VERSION=18.0.1.163 -++ export LMOD_FAMILY_COMPILER_VERSION -++ LMOD_FAMILY_CONMPILER=HDF5-serial -++ export LMOD_FAMILY_CONMPILER -++ LMOD_FAMILY_CONMPILER_VERSION=1.10.1 -++ export LMOD_FAMILY_CONMPILER_VERSION -++ LMOD_FAMILY_MPI=impi -++ export LMOD_FAMILY_MPI -++ LMOD_FAMILY_MPI_VERSION=18.0.1 -++ export LMOD_FAMILY_MPI_VERSION -++ __LMOD_REF_COUNT_LOADEDMODULES='ips/18.0.1.163:1;impi/18.0.1:1;NetCDF/4.5.0:1;HDF5-serial/1.10.1:1;lsf/10.1:1;bacio/2.0.3:1;ip/3.0.2:1;sp/2.0.3:1;w3nco/2.0.7:1;w3emc/2.3.1:1;nemsio/2.2.4:1;g2/3.1.1:1;g2tmpl/1.6.0:1;crtm/2.2.6:1;jasper/1.900.29:1;libpng/1.2.59:1;zlib/1.2.11:1;post/8.0.1:1;esmf/8.0.0:1;cmake/3.10.0:1;fv3:1' -++ export __LMOD_REF_COUNT_LOADEDMODULES -++ LOADEDMODULES=ips/18.0.1.163:impi/18.0.1:NetCDF/4.5.0:HDF5-serial/1.10.1:lsf/10.1:bacio/2.0.3:ip/3.0.2:sp/2.0.3:w3nco/2.0.7:w3emc/2.3.1:nemsio/2.2.4:g2/3.1.1:g2tmpl/1.6.0:crtm/2.2.6:jasper/1.900.29:libpng/1.2.59:zlib/1.2.11:post/8.0.1:esmf/8.0.0:cmake/3.10.0:fv3 -++ export LOADEDMODULES -++ LSF_BINDIR=/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin -++ export LSF_BINDIR -++ LSF_ENVDIR=/gpfs/lsf/conf -++ export LSF_ENVDIR -++ LSF_LIBDIR=/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib -++ export LSF_LIBDIR -++ LSF_SERVERDIR=/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc -++ export LSF_SERVERDIR -++ __LMOD_REF_COUNT_MANPATH='/usrx/local/dev/packages/cmake/3.10.0/share/man:1;/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/share/man:1;/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/share/man:1;/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/man:1;/gpfs/lsf/10.1/man:1;/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/share/man:1;/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/share/man:1;/usrx/local/prod/intel/2018UP01/itac_latest/man:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/man/common:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/man:1;/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/man:1;/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-igfx/man:1;/usrx/local/prod/lmod/lmod/share/man:1;/usrx/local/prod/intel/2018UP01/inspector_2018/man:1;/usrx/local/prod/intel/2018UP01/advisor_2018/man:1' -++ export __LMOD_REF_COUNT_MANPATH -++ MANPATH=/usrx/local/dev/packages/cmake/3.10.0/share/man:/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/share/man:/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/share/man:/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/man:/gpfs/lsf/10.1/man:/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/share/man:/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/share/man:/usrx/local/prod/intel/2018UP01/itac_latest/man:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/man/common:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/man:/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/man:/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-igfx/man:/usrx/local/prod/lmod/lmod/share/man::/usrx/local/prod/intel/2018UP01/inspector_2018/man:/usrx/local/prod/intel/2018UP01/advisor_2018/man -++ export MANPATH -++ MKLROOT=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl -++ export MKLROOT -++ MODULEPATH=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/dev/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1:/usrx/local/prod/modulefiles/mpi_third/ips/18.0.1/impi/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/mpi_prod/ips/18.0.1/impi/18.0.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles -++ export MODULEPATH -++ MPM_LAUNCHER=/usrx/local/prod/intel/2018UP01/debugger_2018/mpm/mic/bin/start_mpm.sh -++ export MPM_LAUNCHER -++ NEMSIO_INC=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/nemsio_v2.2.4 -++ export NEMSIO_INC -++ NEMSIO_LIB=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libnemsio_v2.2.4.a -++ export NEMSIO_LIB -++ NEMSIO_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/nemsio_v2.2.4 -++ export NEMSIO_SRC -++ NEMSIO_VER=v2.2.4 -++ export NEMSIO_VER -++ NETCDF=/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0 -++ export NETCDF -++ NETCDF_CFLAGS=-I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -++ export NETCDF_CFLAGS -++ NETCDF_CXX4FLAGS=-I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -++ export NETCDF_CXX4FLAGS -++ NETCDF_CXXFLAGS=-I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -++ export NETCDF_CXXFLAGS -++ NETCDF_FFLAGS=-I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -++ export NETCDF_FFLAGS -++ NETCDF_INC=/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -++ export NETCDF_INC -++ NETCDF_INCLUDE=-I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -++ export NETCDF_INCLUDE -++ NETCDF_LDFLAGS='-L/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib -lnetcdff' -++ export NETCDF_LDFLAGS -++ NETCDF_LDFLAGS_C='-L/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib -lnetcdf' -++ export NETCDF_LDFLAGS_C -++ NETCDF_LDFLAGS_CXX='-L/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib -lnetcdf -lnetcdf_c++' -++ export NETCDF_LDFLAGS_CXX -++ NETCDF_LDFLAGS_CXX4='-L/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib -lnetcdf -lnetcdf_c++4' -++ export NETCDF_LDFLAGS_CXX4 -++ NETCDF_LDFLAGS_F='-L/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib -lnetcdff' -++ export NETCDF_LDFLAGS_F -++ NETCDF_LIB=/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib -++ export NETCDF_LIB -++ NETCDF_ROOT=/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0 -++ export NETCDF_ROOT -++ __LMOD_REF_COUNT_NLSPATH='/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin/locale/%l_%t/%N:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin/locale/%l_%t/%N:1;/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/share/locale/%l_%t/%N:1' -++ export __LMOD_REF_COUNT_NLSPATH -++ NLSPATH=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin/locale/%l_%t/%N:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin/locale/%l_%t/%N::/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/share/locale/%l_%t/%N -++ export NLSPATH -++ __LMOD_REF_COUNT_PATH='/usrx/local/dev/packages/cmake/3.10.0/bin:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/bin:1;/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/bin:1;/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/bin:1;/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc:1;/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin:1;/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1:1;/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/bin:1;/usrx/local/prod/intel/2018UP01/advisor_2018/bin64:1;/usrx/local/prod/intel/2018UP01/vtune_amplifier_2018/bin64:1;/usrx/local/prod/intel/2018UP01/inspector_2018/bin64:1;/usrx/local/prod/intel/2018UP01/itac_latest/bin:1;/usrx/local/prod/intel/2018UP01/clck_latest/bin/intel64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/bin/intel64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64:1;/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/targets/intel64/x200/bin:1;/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/bin:1;/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/usr/lpp/mmfs/bin:1;/opt/ibutils/bin:1;/opt/dell/srvadmin/bin:1;/u/Dusan.Jovic/bin:2;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/dbrowse:1;/u/Dusan.Jovic/.local/bin:1;/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/include:1' -++ export __LMOD_REF_COUNT_PATH -++ PATH=/usrx/local/dev/packages/cmake/3.10.0/bin:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/bin:/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/bin:/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/bin:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin:/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1:/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/bin:/usrx/local/prod/intel/2018UP01/advisor_2018/bin64:/usrx/local/prod/intel/2018UP01/vtune_amplifier_2018/bin64:/usrx/local/prod/intel/2018UP01/inspector_2018/bin64:/usrx/local/prod/intel/2018UP01/itac_latest/bin:/usrx/local/prod/intel/2018UP01/clck_latest/bin/intel64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/bin/intel64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64:/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/targets/intel64/x200/bin:/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/usr/lpp/mmfs/bin:/opt/ibutils/bin:/opt/dell/srvadmin/bin:/u/Dusan.Jovic/bin:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/dbrowse:/u/Dusan.Jovic/.local/bin:/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/include -++ export PATH -++ PKG_CONFIG_PATH=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/bin/pkgconfig -++ export PKG_CONFIG_PATH -++ PNG_INC=/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/include -++ export PNG_INC -++ PNG_LIB=/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng.a -++ export PNG_LIB -++ PNG_LIB12=/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng12.a -++ export PNG_LIB12 -++ PNG_LIBDIR=/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib -++ export PNG_LIBDIR -++ PNG_LIBso=/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng.so -++ export PNG_LIBso -++ PNG_SRC=/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/src/libpng-1.2.59 -++ export PNG_SRC -++ PNG_VER=1.2.59 -++ export PNG_VER -++ POST_INC=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ncep_post_v8.0.1_4 -++ export POST_INC -++ POST_LIB=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libncep_post_v8.0.1_4.a -++ export POST_LIB -++ POST_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/post_v8.0.1 -++ export POST_SRC -++ POST_VER=v8.0.1 -++ export POST_VER -++ PSTLROOT=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/pstl -++ export PSTLROOT -++ PYTHONPATH=/usrx/local/prod/intel/2018UP01/advisor_2018/pythonapi -++ export PYTHONPATH -++ SP_LIB4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_4.a -++ export SP_LIB4 -++ SP_LIB8=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_8.a -++ export SP_LIB8 -++ SP_LIBd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_d.a -++ export SP_LIBd -++ SP_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/sp_v2.0.3 -++ export SP_SRC -++ SP_VER=v2.0.3 -++ export SP_VER -++ TBBROOT=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb -++ export TBBROOT -++ VT_ADD_LIBS='-ldwarf -lelf -lvtunwind -lm -lpthread' -++ export VT_ADD_LIBS -++ VT_ARCH=intel64 -++ export VT_ARCH -++ VT_LIB_DIR=/usrx/local/prod/intel/2018UP01/itac_latest/lib -++ export VT_LIB_DIR -++ VT_MPI=impi4 -++ export VT_MPI -++ VT_ROOT=/usrx/local/prod/intel/2018UP01/itac_latest -++ export VT_ROOT -++ VT_SLIB_DIR=/usrx/local/prod/intel/2018UP01/itac_latest/slib -++ export VT_SLIB_DIR -++ W3EMC_INC4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3emc_v2.3.1_4 -++ export W3EMC_INC4 -++ W3EMC_INC8=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3emc_v2.3.1_8 -++ export W3EMC_INC8 -++ W3EMC_INCd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3emc_v2.3.1_d -++ export W3EMC_INCd -++ W3EMC_LIB4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_4.a -++ export W3EMC_LIB4 -++ W3EMC_LIB8=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_8.a -++ export W3EMC_LIB8 -++ W3EMC_LIBd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_d.a -++ export W3EMC_LIBd -++ W3EMC_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/w3emc_v2.3.1 -++ export W3EMC_SRC -++ W3EMC_VER=v2.3.1 -++ export W3EMC_VER -++ W3NCO_INC4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3nco_v2.0.7_4 -++ export W3NCO_INC4 -++ W3NCO_INC8=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3nco_v2.0.7_8 -++ export W3NCO_INC8 -++ W3NCO_INCd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3nco_v2.0.7_d -++ export W3NCO_INCd -++ W3NCO_LIB4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_4.a -++ export W3NCO_LIB4 -++ W3NCO_LIB8=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_8.a -++ export W3NCO_LIB8 -++ W3NCO_LIBd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_d.a -++ export W3NCO_LIBd -++ W3NCO_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/w3nco_v2.0.7 -++ export W3NCO_SRC -++ W3NCO_VER=v2.0.7 -++ export W3NCO_VER -++ XLSF_UIDDIR=/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib/uid -++ export XLSF_UIDDIR -++ Z_INC=/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/include -++ export Z_INC -++ Z_LIB=/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib/libz.a -++ export Z_LIB -++ Z_SRC=/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/src -++ export Z_SRC -++ Z_VER=1.2.11 -++ export Z_VER -++ __LMOD_REF_COUNT__LMFILES_='/usrx/local/prod/modulefiles/core_third/ips/18.0.1.163:1;/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1/impi/18.0.1.lua:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/NetCDF/4.5.0:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/HDF5-serial/1.10.1:1;/usrx/local/prod/modulefiles/core_third/lsf/10.1:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/bacio/2.0.3:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/ip/3.0.2:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/sp/2.0.3:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3nco/2.0.7:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3emc/2.3.1:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/nemsio/2.2.4:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2/3.1.1:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2tmpl/1.6.0:1;/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/crtm/2.2.6:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/jasper/1.900.29:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/libpng/1.2.59:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/zlib/1.2.11:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/post/8.0.1:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/esmf/8.0.0:1;/usrx/local/dev/modulefiles/cmake/3.10.0:1;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3:1' -++ export __LMOD_REF_COUNT__LMFILES_ -++ _LMFILES_=/usrx/local/prod/modulefiles/core_third/ips/18.0.1.163:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1/impi/18.0.1.lua:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/NetCDF/4.5.0:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/HDF5-serial/1.10.1:/usrx/local/prod/modulefiles/core_third/lsf/10.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/bacio/2.0.3:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/ip/3.0.2:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/sp/2.0.3:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3nco/2.0.7:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3emc/2.3.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/nemsio/2.2.4:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2/3.1.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2tmpl/1.6.0:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/crtm/2.2.6:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/jasper/1.900.29:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/libpng/1.2.59:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/zlib/1.2.11:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/post/8.0.1:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/esmf/8.0.0:/usrx/local/dev/modulefiles/cmake/3.10.0:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3 -++ export _LMFILES_ -++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImlwcyIsWyJjb25tcGlsZXIiXT0iSERGNS1zZXJpYWwiLFsibXBpIl09ImltcGkiLH0sbVQ9e1siSERGNS1zZXJpYWwiXT17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvSERGNS1zZXJpYWwvMS4xMC4xIixbImZ1bGxOYW1lIl09IkhERjUtc2VyaWFsLzEuMTAuMSIsWyJsb2FkT3JkZXIiXT00LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09IkhERjUtc2VyaWFs -++ export _ModuleTable001_ -++ _ModuleTable002_=LzEuMTAuMSIsfSxOZXRDREY9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xL05ldENERi80LjUuMCIsWyJmdWxsTmFtZSJdPSJOZXRDREYvNC41LjAiLFsibG9hZE9yZGVyIl09Myxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJOZXRDREYvNC41LjAiLH0sYmFjaW89e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2JhY2lvLzIuMC4zIixbImZ1bGxOYW1lIl09ImJhY2lvLzIuMC4zIixbImxvYWRPcmRlciJdPTYscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNl -++ export _ModuleTable002_ -++ _ModuleTable003_=ck5hbWUiXT0iYmFjaW8vMi4wLjMiLH0sY21ha2U9e1siZm4iXT0iL3VzcngvbG9jYWwvZGV2L21vZHVsZWZpbGVzL2NtYWtlLzMuMTAuMCIsWyJmdWxsTmFtZSJdPSJjbWFrZS8zLjEwLjAiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY21ha2UvMy4xMC4wIix9LGNydG09e1siZm4iXT0iL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfcHJvZC9pcHMvMTguMC4xL2NydG0vMi4yLjYiLFsiZnVsbE5hbWUiXT0iY3J0bS8yLjIuNiIsWyJsb2FkT3JkZXIiXT0xNCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1 -++ export _ModuleTable003_ -++ _ModuleTable004_=c2VyTmFtZSJdPSJjcnRtLzIuMi42Iix9LGVzbWY9e1siZm4iXT0iL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcjE4L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL3djb3NzX2RlbGxfcDMvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT0yMSxw -++ export _ModuleTable004_ -++ _ModuleTable005_=cm9wVD17fSxbInN0YWNrRGVwdGgiXT0wLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZzI9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2cyLzMuMS4xIixbImZ1bGxOYW1lIl09ImcyLzMuMS4xIixbImxvYWRPcmRlciJdPTEyLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcyLzMuMS4xIix9LGcydG1wbD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzJ0bXBsLzEuNi4wIixbImZ1bGxOYW1lIl09ImcydG1wbC8xLjYuMCIsWyJsb2FkT3JkZXIiXT0xMyxwcm9wVD17fSxbInN0YWNr -++ export _ModuleTable005_ -++ _ModuleTable006_=RGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMnRtcGwvMS42LjAiLH0saW1waT17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX21waS9pcHMvMTguMC4xL2ltcGkvMTguMC4xLmx1YSIsWyJmdWxsTmFtZSJdPSJpbXBpLzE4LjAuMSIsWyJsb2FkT3JkZXIiXT0yLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImltcGkvMTguMC4xIix9LGlwPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9pcC8zLjAuMiIsWyJmdWxsTmFtZSJdPSJpcC8zLjAuMiIsWyJsb2FkT3JkZXIiXT03LHByb3BUPXt9LFsic3Rh -++ export _ModuleTable006_ -++ _ModuleTable007_=Y2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImlwLzMuMC4yIix9LGlwcz17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQvaXBzLzE4LjAuMS4xNjMiLFsiZnVsbE5hbWUiXT0iaXBzLzE4LjAuMS4xNjMiLFsibG9hZE9yZGVyIl09MSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJpcHMvMTguMC4xLjE2MyIsfSxqYXNwZXI9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xL2phc3Blci8xLjkwMC4yOSIsWyJmdWxsTmFtZSJdPSJqYXNwZXIvMS45MDAuMjkiLFsibG9hZE9yZGVyIl09 -++ export _ModuleTable007_ -++ _ModuleTable008_=MTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iamFzcGVyLzEuOTAwLjI5Iix9LGxpYnBuZz17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvbGlicG5nLzEuMi41OSIsWyJmdWxsTmFtZSJdPSJsaWJwbmcvMS4yLjU5IixbImxvYWRPcmRlciJdPTE2LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImxpYnBuZy8xLjIuNTkiLH0sbHNmPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZC9sc2YvMTAuMSIsWyJmdWxsTmFtZSJdPSJsc2YvMTAuMSIsWyJsb2Fk -++ export _ModuleTable008_ -++ _ModuleTable009_=T3JkZXIiXT01LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImxzZi8xMC4xIix9LG5lbXNpbz17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvbmVtc2lvLzIuMi40IixbImZ1bGxOYW1lIl09Im5lbXNpby8yLjIuNCIsWyJsb2FkT3JkZXIiXT0xMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZW1zaW8vMi4yLjQiLH0scG9zdD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvcG9zdC84LjAuMSIsWyJmdWxsTmFtZSJdPSJwb3N0LzguMC4xIixbImxvYWRP -++ export _ModuleTable009_ -++ _ModuleTable010_=cmRlciJdPTE4LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InBvc3QvOC4wLjEiLH0sc3A9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL3NwLzIuMC4zIixbImZ1bGxOYW1lIl09InNwLzIuMC4zIixbImxvYWRPcmRlciJdPTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ic3AvMi4wLjMiLH0sdzNlbWM9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL3czZW1jLzIuMy4xIixbImZ1bGxOYW1lIl09InczZW1jLzIuMy4xIixbImxvYWRPcmRlciJdPTEwLHBy -++ export _ModuleTable010_ -++ _ModuleTable011_=b3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczZW1jLzIuMy4xIix9LHczbmNvPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy93M25jby8yLjAuNyIsWyJmdWxsTmFtZSJdPSJ3M25jby8yLjAuNyIsWyJsb2FkT3JkZXIiXT05LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHpsaWI9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xL3psaWIvMS4yLjExIixbImZ1bGxOYW1lIl09InpsaWIvMS4yLjExIixbImxvYWRPcmRl -++ export _ModuleTable011_ -++ _ModuleTable012_=ciJdPTE3LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InpsaWIvMS4yLjExIix9LH0sbXBhdGhBPXsiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMiLCIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9EdXNhbi5Kb3ZpYy91ZnMvcHIxOC91ZnMtd2VhdGhlci1tb2RlbC9tb2R1bGVmaWxlcy93Y29zc19kZWxsX3AzIiwiL3VzcngvbG9jYWwvZGV2L2VtY19yb2NvdG8vbW9kdWxlZmlsZXMiLCIvdXNyeC9sb2NhbC9kZXYvbW9kdWxlZmlsZXMiLCIvdXNyeC9sb2NhbC9wcm9kL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlIiwiL3VzcngvbG9j -++ export _ModuleTable012_ -++ _ModuleTable013_=YWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9kZWZzIiwiL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29yZV9wcm9kIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xIiwiL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfcHJvZC9pcHMvMTguMC4xIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl9tcGkvaXBzLzE4LjAuMSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvbXBpX3RoaXJkL2lwcy8xOC4wLjEvaW1waS8xOC4wLjEiLCIvZ3Bmcy9kZWxsMS9uY28vb3BzL253 -++ export _ModuleTable013_ -++ _ModuleTable014_=cHJvZC9tb2R1bGVmaWxlcy9tcGlfcHJvZC9pcHMvMTguMC4xL2ltcGkvMTguMC4xIiwiL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzIix9LFsic3lzdGVtQmFzZU1QQVRIIl09Ii91c3J4L2xvY2FsL3Byb2QvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmU6L3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkOi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvZGVmczovZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb3JlX3Byb2QiLH0= -++ export _ModuleTable014_ -++ _ModuleTable_Sz_=14 -++ export _ModuleTable_Sz_ -++ : -s sh -+ eval -+ module list -++ /usrx/local/prod/lmod/lmod/libexec/lmod bash list - -Currently Loaded Modules: - 1) ips/18.0.1.163 8) sp/2.0.3 15) jasper/1.900.29 - 2) impi/18.0.1 9) w3nco/2.0.7 16) libpng/1.2.59 - 3) NetCDF/4.5.0 10) w3emc/2.3.1 17) zlib/1.2.11 - 4) HDF5-serial/1.10.1 11) nemsio/2.2.4 18) post/8.0.1 - 5) lsf/10.1 12) g2/3.1.1 19) esmf/8.0.0 - 6) bacio/2.0.3 13) g2tmpl/1.6.0 20) cmake/3.10.0 - 7) ip/3.0.2 14) crtm/2.2.6 21) fv3 - - - -+ eval 'MODULEPATH="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/dev/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1:/usrx/local/prod/modulefiles/mpi_third/ips/18.0.1/impi/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/mpi_prod/ips/18.0.1/impi/18.0.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles";' export 'MODULEPATH;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImlwcyIsWyJjb25tcGlsZXIiXT0iSERGNS1zZXJpYWwiLFsibXBpIl09ImltcGkiLH0sbVQ9e1siSERGNS1zZXJpYWwiXT17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvSERGNS1zZXJpYWwvMS4xMC4xIixbImZ1bGxOYW1lIl09IkhERjUtc2VyaWFsLzEuMTAuMSIsWyJsb2FkT3JkZXIiXT00LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09IkhERjUtc2VyaWFs";' export '_ModuleTable001_;' '_ModuleTable002_="LzEuMTAuMSIsfSxOZXRDREY9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xL05ldENERi80LjUuMCIsWyJmdWxsTmFtZSJdPSJOZXRDREYvNC41LjAiLFsibG9hZE9yZGVyIl09Myxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJOZXRDREYvNC41LjAiLH0sYmFjaW89e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2JhY2lvLzIuMC4zIixbImZ1bGxOYW1lIl09ImJhY2lvLzIuMC4zIixbImxvYWRPcmRlciJdPTYscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNl";' export '_ModuleTable002_;' '_ModuleTable003_="ck5hbWUiXT0iYmFjaW8vMi4wLjMiLH0sY21ha2U9e1siZm4iXT0iL3VzcngvbG9jYWwvZGV2L21vZHVsZWZpbGVzL2NtYWtlLzMuMTAuMCIsWyJmdWxsTmFtZSJdPSJjbWFrZS8zLjEwLjAiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY21ha2UvMy4xMC4wIix9LGNydG09e1siZm4iXT0iL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfcHJvZC9pcHMvMTguMC4xL2NydG0vMi4yLjYiLFsiZnVsbE5hbWUiXT0iY3J0bS8yLjIuNiIsWyJsb2FkT3JkZXIiXT0xNCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1";' export '_ModuleTable003_;' '_ModuleTable004_="c2VyTmFtZSJdPSJjcnRtLzIuMi42Iix9LGVzbWY9e1siZm4iXT0iL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcjE4L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL3djb3NzX2RlbGxfcDMvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT0yMSxw";' export '_ModuleTable004_;' '_ModuleTable005_="cm9wVD17fSxbInN0YWNrRGVwdGgiXT0wLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZzI9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2cyLzMuMS4xIixbImZ1bGxOYW1lIl09ImcyLzMuMS4xIixbImxvYWRPcmRlciJdPTEyLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcyLzMuMS4xIix9LGcydG1wbD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzJ0bXBsLzEuNi4wIixbImZ1bGxOYW1lIl09ImcydG1wbC8xLjYuMCIsWyJsb2FkT3JkZXIiXT0xMyxwcm9wVD17fSxbInN0YWNr";' export '_ModuleTable005_;' '_ModuleTable006_="RGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMnRtcGwvMS42LjAiLH0saW1waT17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX21waS9pcHMvMTguMC4xL2ltcGkvMTguMC4xLmx1YSIsWyJmdWxsTmFtZSJdPSJpbXBpLzE4LjAuMSIsWyJsb2FkT3JkZXIiXT0yLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImltcGkvMTguMC4xIix9LGlwPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9pcC8zLjAuMiIsWyJmdWxsTmFtZSJdPSJpcC8zLjAuMiIsWyJsb2FkT3JkZXIiXT03LHByb3BUPXt9LFsic3Rh";' export '_ModuleTable006_;' '_ModuleTable007_="Y2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImlwLzMuMC4yIix9LGlwcz17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQvaXBzLzE4LjAuMS4xNjMiLFsiZnVsbE5hbWUiXT0iaXBzLzE4LjAuMS4xNjMiLFsibG9hZE9yZGVyIl09MSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJpcHMvMTguMC4xLjE2MyIsfSxqYXNwZXI9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xL2phc3Blci8xLjkwMC4yOSIsWyJmdWxsTmFtZSJdPSJqYXNwZXIvMS45MDAuMjkiLFsibG9hZE9yZGVyIl09";' export '_ModuleTable007_;' '_ModuleTable008_="MTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iamFzcGVyLzEuOTAwLjI5Iix9LGxpYnBuZz17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvbGlicG5nLzEuMi41OSIsWyJmdWxsTmFtZSJdPSJsaWJwbmcvMS4yLjU5IixbImxvYWRPcmRlciJdPTE2LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImxpYnBuZy8xLjIuNTkiLH0sbHNmPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZC9sc2YvMTAuMSIsWyJmdWxsTmFtZSJdPSJsc2YvMTAuMSIsWyJsb2Fk";' export '_ModuleTable008_;' '_ModuleTable009_="T3JkZXIiXT01LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImxzZi8xMC4xIix9LG5lbXNpbz17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvbmVtc2lvLzIuMi40IixbImZ1bGxOYW1lIl09Im5lbXNpby8yLjIuNCIsWyJsb2FkT3JkZXIiXT0xMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZW1zaW8vMi4yLjQiLH0scG9zdD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvcG9zdC84LjAuMSIsWyJmdWxsTmFtZSJdPSJwb3N0LzguMC4xIixbImxvYWRP";' export '_ModuleTable009_;' '_ModuleTable010_="cmRlciJdPTE4LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InBvc3QvOC4wLjEiLH0sc3A9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL3NwLzIuMC4zIixbImZ1bGxOYW1lIl09InNwLzIuMC4zIixbImxvYWRPcmRlciJdPTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ic3AvMi4wLjMiLH0sdzNlbWM9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL3czZW1jLzIuMy4xIixbImZ1bGxOYW1lIl09InczZW1jLzIuMy4xIixbImxvYWRPcmRlciJdPTEwLHBy";' export '_ModuleTable010_;' '_ModuleTable011_="b3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczZW1jLzIuMy4xIix9LHczbmNvPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy93M25jby8yLjAuNyIsWyJmdWxsTmFtZSJdPSJ3M25jby8yLjAuNyIsWyJsb2FkT3JkZXIiXT05LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHpsaWI9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xL3psaWIvMS4yLjExIixbImZ1bGxOYW1lIl09InpsaWIvMS4yLjExIixbImxvYWRPcmRl";' export '_ModuleTable011_;' '_ModuleTable012_="ciJdPTE3LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InpsaWIvMS4yLjExIix9LH0sbXBhdGhBPXsiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMiLCIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9EdXNhbi5Kb3ZpYy91ZnMvcHIxOC91ZnMtd2VhdGhlci1tb2RlbC9tb2R1bGVmaWxlcy93Y29zc19kZWxsX3AzIiwiL3VzcngvbG9jYWwvZGV2L2VtY19yb2NvdG8vbW9kdWxlZmlsZXMiLCIvdXNyeC9sb2NhbC9kZXYvbW9kdWxlZmlsZXMiLCIvdXNyeC9sb2NhbC9wcm9kL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlIiwiL3VzcngvbG9j";' export '_ModuleTable012_;' '_ModuleTable013_="YWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9kZWZzIiwiL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29yZV9wcm9kIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xIiwiL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfcHJvZC9pcHMvMTguMC4xIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl9tcGkvaXBzLzE4LjAuMSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvbXBpX3RoaXJkL2lwcy8xOC4wLjEvaW1waS8xOC4wLjEiLCIvZ3Bmcy9kZWxsMS9uY28vb3BzL253";' export '_ModuleTable013_;' '_ModuleTable014_="cHJvZC9tb2R1bGVmaWxlcy9tcGlfcHJvZC9pcHMvMTguMC4xL2ltcGkvMTguMC4xIiwiL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzIix9LFsic3lzdGVtQmFzZU1QQVRIIl09Ii91c3J4L2xvY2FsL3Byb2QvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmU6L3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkOi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvZGVmczovZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb3JlX3Byb2QiLH0=";' export '_ModuleTable014_;' '_ModuleTable_Sz_="14";' export '_ModuleTable_Sz_;' -++ MODULEPATH=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/dev/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1:/usrx/local/prod/modulefiles/mpi_third/ips/18.0.1/impi/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/mpi_prod/ips/18.0.1/impi/18.0.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles -++ export MODULEPATH -++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImlwcyIsWyJjb25tcGlsZXIiXT0iSERGNS1zZXJpYWwiLFsibXBpIl09ImltcGkiLH0sbVQ9e1siSERGNS1zZXJpYWwiXT17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvSERGNS1zZXJpYWwvMS4xMC4xIixbImZ1bGxOYW1lIl09IkhERjUtc2VyaWFsLzEuMTAuMSIsWyJsb2FkT3JkZXIiXT00LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09IkhERjUtc2VyaWFs -++ export _ModuleTable001_ -++ _ModuleTable002_=LzEuMTAuMSIsfSxOZXRDREY9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xL05ldENERi80LjUuMCIsWyJmdWxsTmFtZSJdPSJOZXRDREYvNC41LjAiLFsibG9hZE9yZGVyIl09Myxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJOZXRDREYvNC41LjAiLH0sYmFjaW89e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2JhY2lvLzIuMC4zIixbImZ1bGxOYW1lIl09ImJhY2lvLzIuMC4zIixbImxvYWRPcmRlciJdPTYscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNl -++ export _ModuleTable002_ -++ _ModuleTable003_=ck5hbWUiXT0iYmFjaW8vMi4wLjMiLH0sY21ha2U9e1siZm4iXT0iL3VzcngvbG9jYWwvZGV2L21vZHVsZWZpbGVzL2NtYWtlLzMuMTAuMCIsWyJmdWxsTmFtZSJdPSJjbWFrZS8zLjEwLjAiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY21ha2UvMy4xMC4wIix9LGNydG09e1siZm4iXT0iL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfcHJvZC9pcHMvMTguMC4xL2NydG0vMi4yLjYiLFsiZnVsbE5hbWUiXT0iY3J0bS8yLjIuNiIsWyJsb2FkT3JkZXIiXT0xNCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1 -++ export _ModuleTable003_ -++ _ModuleTable004_=c2VyTmFtZSJdPSJjcnRtLzIuMi42Iix9LGVzbWY9e1siZm4iXT0iL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcjE4L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL3djb3NzX2RlbGxfcDMvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT0yMSxw -++ export _ModuleTable004_ -++ _ModuleTable005_=cm9wVD17fSxbInN0YWNrRGVwdGgiXT0wLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZzI9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2cyLzMuMS4xIixbImZ1bGxOYW1lIl09ImcyLzMuMS4xIixbImxvYWRPcmRlciJdPTEyLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcyLzMuMS4xIix9LGcydG1wbD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzJ0bXBsLzEuNi4wIixbImZ1bGxOYW1lIl09ImcydG1wbC8xLjYuMCIsWyJsb2FkT3JkZXIiXT0xMyxwcm9wVD17fSxbInN0YWNr -++ export _ModuleTable005_ -++ _ModuleTable006_=RGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMnRtcGwvMS42LjAiLH0saW1waT17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX21waS9pcHMvMTguMC4xL2ltcGkvMTguMC4xLmx1YSIsWyJmdWxsTmFtZSJdPSJpbXBpLzE4LjAuMSIsWyJsb2FkT3JkZXIiXT0yLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImltcGkvMTguMC4xIix9LGlwPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9pcC8zLjAuMiIsWyJmdWxsTmFtZSJdPSJpcC8zLjAuMiIsWyJsb2FkT3JkZXIiXT03LHByb3BUPXt9LFsic3Rh -++ export _ModuleTable006_ -++ _ModuleTable007_=Y2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImlwLzMuMC4yIix9LGlwcz17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQvaXBzLzE4LjAuMS4xNjMiLFsiZnVsbE5hbWUiXT0iaXBzLzE4LjAuMS4xNjMiLFsibG9hZE9yZGVyIl09MSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJpcHMvMTguMC4xLjE2MyIsfSxqYXNwZXI9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xL2phc3Blci8xLjkwMC4yOSIsWyJmdWxsTmFtZSJdPSJqYXNwZXIvMS45MDAuMjkiLFsibG9hZE9yZGVyIl09 -++ export _ModuleTable007_ -++ _ModuleTable008_=MTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iamFzcGVyLzEuOTAwLjI5Iix9LGxpYnBuZz17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvbGlicG5nLzEuMi41OSIsWyJmdWxsTmFtZSJdPSJsaWJwbmcvMS4yLjU5IixbImxvYWRPcmRlciJdPTE2LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImxpYnBuZy8xLjIuNTkiLH0sbHNmPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZC9sc2YvMTAuMSIsWyJmdWxsTmFtZSJdPSJsc2YvMTAuMSIsWyJsb2Fk -++ export _ModuleTable008_ -++ _ModuleTable009_=T3JkZXIiXT01LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImxzZi8xMC4xIix9LG5lbXNpbz17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvbmVtc2lvLzIuMi40IixbImZ1bGxOYW1lIl09Im5lbXNpby8yLjIuNCIsWyJsb2FkT3JkZXIiXT0xMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZW1zaW8vMi4yLjQiLH0scG9zdD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvcG9zdC84LjAuMSIsWyJmdWxsTmFtZSJdPSJwb3N0LzguMC4xIixbImxvYWRP -++ export _ModuleTable009_ -++ _ModuleTable010_=cmRlciJdPTE4LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InBvc3QvOC4wLjEiLH0sc3A9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL3NwLzIuMC4zIixbImZ1bGxOYW1lIl09InNwLzIuMC4zIixbImxvYWRPcmRlciJdPTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ic3AvMi4wLjMiLH0sdzNlbWM9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL3czZW1jLzIuMy4xIixbImZ1bGxOYW1lIl09InczZW1jLzIuMy4xIixbImxvYWRPcmRlciJdPTEwLHBy -++ export _ModuleTable010_ -++ _ModuleTable011_=b3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczZW1jLzIuMy4xIix9LHczbmNvPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy93M25jby8yLjAuNyIsWyJmdWxsTmFtZSJdPSJ3M25jby8yLjAuNyIsWyJsb2FkT3JkZXIiXT05LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHpsaWI9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xL3psaWIvMS4yLjExIixbImZ1bGxOYW1lIl09InpsaWIvMS4yLjExIixbImxvYWRPcmRl -++ export _ModuleTable011_ -++ _ModuleTable012_=ciJdPTE3LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InpsaWIvMS4yLjExIix9LH0sbXBhdGhBPXsiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMiLCIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9EdXNhbi5Kb3ZpYy91ZnMvcHIxOC91ZnMtd2VhdGhlci1tb2RlbC9tb2R1bGVmaWxlcy93Y29zc19kZWxsX3AzIiwiL3VzcngvbG9jYWwvZGV2L2VtY19yb2NvdG8vbW9kdWxlZmlsZXMiLCIvdXNyeC9sb2NhbC9kZXYvbW9kdWxlZmlsZXMiLCIvdXNyeC9sb2NhbC9wcm9kL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlIiwiL3VzcngvbG9j -++ export _ModuleTable012_ -++ _ModuleTable013_=YWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9kZWZzIiwiL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29yZV9wcm9kIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xIiwiL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfcHJvZC9pcHMvMTguMC4xIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl9tcGkvaXBzLzE4LjAuMSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvbXBpX3RoaXJkL2lwcy8xOC4wLjEvaW1waS8xOC4wLjEiLCIvZ3Bmcy9kZWxsMS9uY28vb3BzL253 -++ export _ModuleTable013_ -++ _ModuleTable014_=cHJvZC9tb2R1bGVmaWxlcy9tcGlfcHJvZC9pcHMvMTguMC4xL2ltcGkvMTguMC4xIiwiL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzIix9LFsic3lzdGVtQmFzZU1QQVRIIl09Ii91c3J4L2xvY2FsL3Byb2QvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmU6L3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkOi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvZGVmczovZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb3JlX3Byb2QiLH0= -++ export _ModuleTable014_ -++ _ModuleTable_Sz_=14 -++ export _ModuleTable_Sz_ -++ : -s sh -+ eval -+ cd build_fv3_12 -+ cmake /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model -DREPRO=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF --- The C compiler identification is Intel 18.0.1.20171018 --- The CXX compiler identification is Intel 18.0.1.20171018 --- The Fortran compiler identification is Intel 18.0.1.20171018 --- Check for working C compiler: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiicc --- Check for working C compiler: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiicc -- works --- Detecting C compiler ABI info --- Detecting C compiler ABI info - done --- Detecting C compile features --- Detecting C compile features - done --- Check for working CXX compiler: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiicpc --- Check for working CXX compiler: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiicpc -- works --- Detecting CXX compiler ABI info --- Detecting CXX compiler ABI info - done --- Detecting CXX compile features --- Detecting CXX compile features - done --- Check for working Fortran compiler: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort --- Check for working Fortran compiler: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -- works --- Detecting Fortran compiler ABI info --- Detecting Fortran compiler ABI info - done --- Checking whether /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort supports Fortran 90 --- Checking whether /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort supports Fortran 90 -- yes --- Found MPI_C: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiicc (found version "3.1") --- Found MPI_CXX: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiicpc (found version "3.1") --- Found MPI_Fortran: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort (found version "3.1") --- Found MPI: TRUE (found version "3.1") -ESMFMKFILE: /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/lib/esmf.mk - Found ESMF: -ESMF_VERSION_MAJOR: 8 -ESMF_F90COMPILEPATHS: /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include;/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -ESMF_F90ESMFLINKRPATHS: -Wl,-rpath,/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/lib -ESMF_F90ESMFLINKLIBS: -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf --- Found ESMF: /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include;/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include (found version "8.0.0") - -Setting configuration for wcoss_dell_p3 - -C compiler: Intel 18.0.1.20171018 (mpiicc) -CXX compiler: Intel 18.0.1.20171018 (mpiicpc) -Fortran compiler: Intel 18.0.1.20171018 (mpiifort) - -DEBUG is disabled -REPRO is ENABLED -32BIT is disabled -OPENMP is ENABLED -AVX2 is disabled -INLINE_POST is ENABLED - - -Selected physics package: gfs - --- Detecting OpenMP flags for Intel C compiler: -qopenmp --- Detecting OpenMP flags for Intel C++ compiler: -qopenmp --- Detecting OpenMP flags for Intel Fortran compiler: -qopenmp --- Enable OpenMP support for C/C++/Fortran compiler --- Disable SIONlib support --- Disable Intel MKL support --- Enable netCDF support --- Disable ESMF support --- Disable multi-gases physics --- Detecting OpenMP flags for Intel C compiler: -qopenmp --- Detecting OpenMP flags for Intel C++ compiler: -qopenmp --- Detecting OpenMP flags for Intel Fortran compiler: -qopenmp --- Enable OpenMP support for C/C++/Fortran compiler --- Found LibXml2: /usr/lib64/libxml2.so (found version "2.9.1") --- Found Doxygen: /usr/bin/doxygen (found version "1.8.5") found components: doxygen dot --- Detecting OpenMP flags for Intel C compiler: -qopenmp --- Detecting OpenMP flags for Intel C++ compiler: -qopenmp --- Detecting OpenMP flags for Intel Fortran compiler: -qopenmp --- Enable OpenMP support for C/C++/Fortran compiler -INFOGot CCPP_SCHEMES from environment variable: /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/aer_cloud.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/aerclm_def.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/aerinterp.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/calpreciptype.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cldwat2m_micro.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cldmacro.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/date_def.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/funcphys.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gcycle.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/h2o_def.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/h2ointerp.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/iccn_def.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/iccninterp.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/iounitdef.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/machine.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mersenne_twister.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfpbl.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg_utils.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg2_0.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg3_0.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/multi_gases.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_model.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_parameters.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_radar.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_thompson.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MP_FER_HIRES.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_bl_mynn.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_mynn.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_orowam2017.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/namelist_soilveg.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfpblt.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfpbltq.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfscu.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfscuq.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/noahmp_tables.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/num_parthds.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozne_def.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozinterp.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/physcons.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/physparam.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radcons.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_aerosols.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_astronomy.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_clouds.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_gases.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_surface.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radlw_datatb.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radlw_param.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radsw_datatb.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radsw_param.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/samfaerosols.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfcsub.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sflx.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/set_soilveg.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/surface_perturbation.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_deep.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_sh.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/tridi.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/wv_saturation.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_soil_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rayleigh_damp.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radsw_main.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_ocean.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gwdc.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gscond.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ysuvdif.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_sice.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/samfdeepcnv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/satmedmfvdif.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozphys_2015.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/samfshalcnv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/precpd.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_fer_hires.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diag.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radlw_main.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_debug.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/satmedmfvdifq.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cs_conv.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/shinhongvdif.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/h2ophys.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_nst.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/moninedmf.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diff.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diag_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/m_micro.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gcm_shoc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gwdps.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/shalcnv.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/get_prs_fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozphys.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_stochastics.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/drag_suite.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_cice.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sascnvn.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cnvc90.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_drv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/dcyc2.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/moninshoc.f -INFOGot CAPS from environment variable: /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_12/FV3/ccpp/physics/ccpp_FV3_GFS_2017_csawmgshoc_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_12/FV3/ccpp/physics/ccpp_FV3_GFS_2017_csawmgshoc_time_vary_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_12/FV3/ccpp/physics/ccpp_FV3_GFS_2017_csawmgshoc_radiation_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_12/FV3/ccpp/physics/ccpp_FV3_GFS_2017_csawmgshoc_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_12/FV3/ccpp/physics/ccpp_FV3_GFS_2017_csawmgshoc_stochastics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_12/FV3/ccpp/physics/ccpp_FV3_GFS_2017_csawmg_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_12/FV3/ccpp/physics/ccpp_FV3_GFS_2017_csawmg_time_vary_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_12/FV3/ccpp/physics/ccpp_FV3_GFS_2017_csawmg_radiation_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_12/FV3/ccpp/physics/ccpp_FV3_GFS_2017_csawmg_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_12/FV3/ccpp/physics/ccpp_FV3_GFS_2017_csawmg_stochastics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_12/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_12/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_time_vary_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_12/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_radiation_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_12/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_12/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_stochastics_cap.F90 -Force 64 bits in CCPP_layer --- Configuring done --- Generating done --- Build files have been written to: /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_12 -+ make -j 4 -Scanning dependencies of target fv3cpl -[ 0%] Building Fortran object FV3/cpl/CMakeFiles/fv3cpl.dir/module_cap_cpl.F90.o -[ 0%] Building Fortran object FV3/cpl/CMakeFiles/fv3cpl.dir/module_cplfields.F90.o -Scanning dependencies of target ccpp -[ 0%] Building Fortran object FV3/ccpp/framework/src/CMakeFiles/ccpp.dir/ccpp_errors.F90.o -Scanning dependencies of target fms -[ 1%] Building Fortran object CMakeFiles/fms.dir/FMS/platform/platform.F90.o -[ 1%] Building Fortran object FV3/ccpp/framework/src/CMakeFiles/ccpp.dir/ccpp_types.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 2%] Building Fortran object FV3/ccpp/framework/src/CMakeFiles/ccpp.dir/ccpp.F90.o -[ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_core.F90.o -[ 3%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_parameter.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 4%] Linking Fortran static library libfv3cpl.a -[ 5%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_input.F90.o -[ 5%] Built target fv3cpl -[ 6%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/cloud_interpolator.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 6%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_io.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 6%] Building Fortran object FV3/ccpp/framework/src/CMakeFiles/ccpp.dir/ccpp_api.F90.o -[ 6%] Building Fortran object CMakeFiles/fms.dir/FMS/random_numbers/MersenneTwister.F90.o -[ 6%] Linking Fortran static library libccpp.a -[ 7%] Building Fortran object CMakeFiles/fms.dir/FMS/sat_vapor_pres/sat_vapor_pres_k.F90.o -[ 7%] Building Fortran object CMakeFiles/fms.dir/FMS/constants/constants.F90.o -[ 7%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_data.F90.o -[ 7%] Built target ccpp -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 7%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp.F90.o -Scanning dependencies of target ccppphys -[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mersenne_twister.f.o -[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/machine.F.o -[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFDL_parse_tracers.F90.o -[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_mp_radar.F90.o -[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/iounitdef.f.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/namelist_soilveg.f.o -[ 8%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/namelist_soilveg_ruc.F90.o -[ 8%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_noahmp_glacier.f90.o -[ 8%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_noahmplsm.f90.o -[ 8%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/noahmp_tables.f90.o -[ 8%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_soil_pre.F90.o -[ 8%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/physcons.F90.o -[ 8%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/aerclm_def.F.o -[ 9%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/physparam.f.o -[ 9%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/h2o_def.f.o -[ 9%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/iccn_def.F.o -[ 9%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/micro_mg_utils.F90.o -[ 9%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozne_def.f.o -[ 9%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/surface_perturbation.F90.o -[ 9%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_deep.F90.o -[ 9%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_gfdl_cloud_microphys.F90.o -[ 9%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gfs_phy_tracer_config.F.o -[ 9%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radcons.f90.o -[ 9%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/set_soilveg.f.o -[ 9%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MP_FER_HIRES.F90.o -[ 9%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_BL_MYJPBL.F90.o -[ 10%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/date_def.f.o -[ 10%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_mp_thompson.F90.o -[ 11%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_efp.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 11%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_memutils.F90.o -[ 11%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_pset.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 12%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_type.F90.o -[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gwdps.f.o -[ 12%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/gradient.F90.o -[ 12%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_domains.F90.o -[ 13%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_SF_JSFC.F90.o -[ 13%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_ruclsm.F90.o -[ 13%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/set_soilveg_ruc.F90.o -[ 13%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_post.F90.o -[ 13%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cnvc90.f.o -[ 14%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cs_conv_aw_adj.F90.o -[ 14%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_DCNV_generic.F90.o -[ 14%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_GWD_generic.F90.o -[ 15%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_MP_generic.F90.o -[ 15%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_PBL_generic.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 15%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_SCNV_generic.F90.o -[ 15%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_composites.F90.o -[ 15%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_loop_control.F90.o -[ 15%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/h2ophys.f.o -[ 16%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/m_micro_interstitial.F90.o -[ 17%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/maximum_hourly_diagnostics.F90.o -[ 17%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozphys_2015.f.o -[ 17%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rayleigh_damp.f.o -[ 17%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_diag_post.F90.o -[ 17%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_diff.f.o -[ 18%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_stochastics.F90.o -[ 18%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozphys.f.o -[ 18%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/funcphys.f90.o -[ 18%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radlw_param.f.o -[ 18%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radsw_param.f.o -[ 19%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_nst_parameters.f90.o -[ 19%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_bl_mynn.F90.o -[ 19%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_initialize.F90.o -[ 19%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_astronomy.f.o -[ 19%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_surface.f.o -[ 19%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/samfaerosols.F.o -[ 20%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/aerinterp.F90.o -[ 20%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/h2ointerp.f90.o -[ 21%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/iccninterp.F90.o -[ 21%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozinterp.f90.o -[ 22%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_mp_thompson_make_number_concentrations.F90.o -[ 22%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/aer_cloud.F.o -[ 23%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_sh.F90.o -[ 23%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/get_prs_fv3.F90.o -[ 23%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_generic.F90.o -[ 23%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/wv_saturation.F.o -[ 23%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/__/__/gfsphysics/GFS_layer/GFS_typedefs.F90.o -[ 23%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_nst_water_prop.f90.o -[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_module.F90.o -[ 25%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_bfmicrophysics.f.o -[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radsw_datatb.f.o -[ 27%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_aerosols.f.o -[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_gases.f.o -[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radlw_datatb.f.o -[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_mynn.F90.o -[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cs_conv.F90.o -[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_drv.f.o -[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/moninshoc.f.o -[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_diag.f.o -[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_sice.f.o -[ 30%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gcm_shoc.F90.o -[ 31%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_time_vary_pre.fv3.F90.o -[ 32%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/moninedmf.f.o -[ 33%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/samfshalcnv.f.o -[ 34%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/samfdeepcnv.f.o -[ 34%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/satmedmfvdif.F.o -[ 34%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gscond.f.o -[ 34%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/precpd.f.o -[ 34%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_clouds.f.o -[ 35%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radlw_main.f.o -[ 35%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radsw_main.f.o -[ 35%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_nst_model.f90.o -[ 35%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cldmacro.F.o -[ 35%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cldwat2m_micro.F.o -[ 35%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/micro_mg2_0.F90.o -[ 35%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/micro_mg3_0.F90.o -[ 36%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp.F90.o -[ 37%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_nst.f.o -[ 37%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_setup.F90.o -[ 37%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/m_micro.F90.o -[ 37%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_io.F90.o -[ 37%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_comm.F90.o -Compiling in MPI mode (with or without MPP) -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 37%] Building Fortran object CMakeFiles/fms.dir/FMS/fms/fms_io.F90.o -[ 37%] Building Fortran object CMakeFiles/fms.dir/FMS/memutils/memutils.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 37%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/dcyc2.f.o -[ 37%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_post.F90.o -[ 37%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_suite_interstitial.F90.o -[ 37%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_pre.F90.o -[ 37%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rrtmg_lw_post.F90.o -[ 37%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rrtmg_lw_pre.F90.o -[ 38%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rrtmg_sw_pre.F90.o -[ 38%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rrtmg_sw_post.F90.o -[ 38%] Building Fortran object CMakeFiles/fms.dir/FMS/fms/fms.F90.o -[ 38%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_csawmgshoc_stochastics_cap.F90.o -[ 38%] Building Fortran object CMakeFiles/fms.dir/FMS/time_manager/time_manager.F90.o -[ 38%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bicubic.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 39%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bilinear.F90.o -[ 39%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_phys_time_vary.fv3.F90.o -[ 39%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_rad_time_vary.fv3.F90.o -[ 39%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_conserve.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 39%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_spherical.F90.o -[ 39%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_csawmg_stochastics_cap.F90.o -[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/axis_utils/axis_utils.F90.o -[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_grid.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 40%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_stochastics_cap.F90.o -[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/field_manager/field_manager.F90.o -[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/mosaic.F90.o -[ 41%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_csawmgshoc_physics_cap.F90.o -[ 41%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_csawmgshoc_radiation_cap.F90.o -[ 41%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_csawmgshoc_time_vary_cap.F90.o -[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/topography/gaussian_topog.F90.o -[ 41%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_csawmg_physics_cap.F90.o -[ 42%] Building Fortran object CMakeFiles/fms.dir/FMS/time_manager/get_cal_time.F90.o -[ 42%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp.F90.o -[ 42%] Building Fortran object CMakeFiles/fms.dir/FMS/time_interp/time_interp.F90.o -[ 42%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_data.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 43%] Building Fortran object CMakeFiles/fms.dir/FMS/field_manager/fm_util.F90.o -[ 43%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_types.F90.o -[ 43%] Building Fortran object CMakeFiles/fms.dir/FMS/time_interp/time_interp_external.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 44%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_axis.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 45%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_csawmg_radiation_cap.F90.o -[ 46%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_manifest.F90.o -[ 46%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/xbt_drop_rate_adjust.f90.o -[ 46%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_csawmg_time_vary_cap.F90.o -[ 46%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/write_ocean_data.F90.o -[ 46%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_physics_cap.F90.o -[ 46%] Building Fortran object CMakeFiles/fms.dir/FMS/data_override/data_override.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 46%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_output.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 46%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_util.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 46%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_table.F90.o -[ 46%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_manager.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 46%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/coupler_types.F90.o -[ 46%] Building Fortran object CMakeFiles/fms.dir/FMS/exchange/stock_constants.F90.o -[ 46%] Building Fortran object CMakeFiles/fms.dir/FMS/amip_interp/amip_interp.F90.o -[ 46%] Building Fortran object CMakeFiles/fms.dir/FMS/astronomy/astronomy.F90.o -[ 46%] Building Fortran object CMakeFiles/fms.dir/FMS/block_control/block_control.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 46%] Building Fortran object CMakeFiles/fms.dir/FMS/column_diagnostics/column_diagnostics.F90.o -[ 47%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/atmos_ocean_fluxes.F90.o -[ 47%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/ensemble_manager.F90.o -[ 47%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters.F90.o -Compiling in MPI mode (with or without MPP) -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 48%] Building Fortran object CMakeFiles/fms.dir/FMS/exchange/xgrid.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 48%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft.F90.o -[ 48%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_radiation_cap.F90.o -[ 48%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft99.F90.o -[ 49%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_time_vary_cap.F90.o -[ 49%] Building Fortran object CMakeFiles/fms.dir/FMS/interpolator/interpolator.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 50%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/grid.F90.o -[ 50%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_utilities.F90.o -[ 51%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core.F90.o -[ 52%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/__/__/gfsphysics/CCPP_layer/CCPP_typedefs.F90.o -[ 52%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_csawmg_cap.F90.o -[ 52%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core_ecda.F90.o -[ 52%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_csawmgshoc_cap.F90.o -[ 52%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_cap.F90.o -[ 52%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_debug.F90.o -[ 52%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_suite_init_finalize_test.F90.o -[ 52%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver.F90.o -[ 52%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver_post.F90.o -[ 52%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver_pre.F90.o -[ 52%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke.F90.o -[ 52%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke_post.F90.o -[ 52%] Building Fortran object CMakeFiles/fms.dir/FMS/random_numbers/random_numbers.F90.o -[ 52%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke_pre.F90.o -[ 52%] Building Fortran object CMakeFiles/fms.dir/FMS/sat_vapor_pres/sat_vapor_pres.F90.o -[ 52%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/drag_suite.F90.o -[ 52%] Building Fortran object CMakeFiles/fms.dir/FMS/station_data/station_data.F90.o -[ 52%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gfdl_cloud_microphys.F90.o -[ 52%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gfdl_fv_sat_adj.F90.o -[ 52%] Building Fortran object CMakeFiles/fms.dir/FMS/topography/topography.F90.o -[ 52%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gwdc.f.o -[ 53%] Building Fortran object CMakeFiles/fms.dir/FMS/tracer_manager/tracer_manager.F90.o -[ 54%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/lsm_ruc_sfc_sice_interstitial.F90.o -[ 54%] Building Fortran object CMakeFiles/fms.dir/FMS/tridiagonal/tridiagonal.F90.o -[ 55%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYJPBL_wrapper.F90.o -[ 55%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/quicksort.F90.o -[ 56%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYJSFC_wrapper.F90.o -[ 56%] Building C object CMakeFiles/fms.dir/FMS/memutils/memuse.c.o -[ 56%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNPBL_wrapper.F90.o -[ 56%] Building C object CMakeFiles/fms.dir/FMS/mosaic/create_xgrid.c.o -[ 56%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNSFC_wrapper.F90.o -[ 57%] Building C object CMakeFiles/fms.dir/FMS/mosaic/gradient_c2l.c.o -[ 57%] Building C object CMakeFiles/fms.dir/FMS/mosaic/interp.c.o -[ 57%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNrad_post.F90.o -[ 57%] Building C object CMakeFiles/fms.dir/FMS/mosaic/mosaic_util.c.o -[ 57%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNrad_pre.F90.o -[ 57%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_fer_hires.F90.o -[ 57%] Building C object CMakeFiles/fms.dir/FMS/mosaic/read_mosaic.c.o -[ 58%] Building C object CMakeFiles/fms.dir/FMS/affinity/affinity.c.o -[ 59%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_thompson.F90.o -[ 59%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_thompson_post.F90.o -[ 59%] Building C object CMakeFiles/fms.dir/FMS/mpp/nsclock.c.o -[ 59%] Building C object CMakeFiles/fms.dir/FMS/mpp/threadloc.c.o -[ 59%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_thompson_pre.F90.o -[ 59%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/multi_gases.F90.o -[ 59%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sascnvn.F.o -[ 59%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/satmedmfvdifq.F.o -[ 59%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_cice.f.o -[ 59%] Linking Fortran static library FMS/libfms.a -[ 59%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_drv_ruc.F90.o -[ 59%] Built target fms -[ 59%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_noahmp_drv.f.o -[ 60%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_ocean.F.o -[ 60%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfcsub.F.o -[ 60%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/shalcnv.F.o -[ 60%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/shinhongvdif.F90.o -[ 60%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ugwp_driver_v0.F.o -[ 60%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ysuvdif.F90.o -[ 60%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/calpreciptype.f90.o -[ 60%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gcycle.F90.o -[ 61%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gocart_tracer_config_stub.f.o -[ 62%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfpbl.f.o -[ 62%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_triggers.F90.o -[ 63%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_solvers.F90.o -[ 63%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_utils.F90.o -[ 63%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_orowam2017.f.o -[ 63%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_vert_lsatdis.F90.o -[ 64%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_vert_orodis.F90.o -[ 64%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_vert_wmsdis.F90.o -[ 64%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfpblt.f.o -[ 65%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfpbltq.f.o -[ 65%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfscu.f.o -[ 65%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfscuq.f.o -[ 66%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/num_parthds.F.o -[ 67%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sflx.f.o -[ 67%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/tridi.f.o -[ 68%] Linking Fortran static library libccppphys.a -[ 68%] Built target ccppphys -Scanning dependencies of target gfsphysics -[ 68%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/namelist_soilveg.f.o -[ 68%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/GFDL_parse_tracers.F90.o -[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mersenne_twister.f.o -[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/machine.F.o -[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/CCPP_layer/CCPP_typedefs.F90.o -[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/physparam.f.o -[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/physcons.F90.o -[ 70%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radsw_param.f.o -[ 70%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radlw_param.f.o -[ 70%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_typedefs.F90.o -[ 71%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_diagnostics.F90.o -[ 72%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_driver.F90.o -[ 72%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/CCPP_layer/CCPP_data.F90.o -[ 72%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_restart.F90.o -[ 72%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_abstraction_layer.F90.o -[ 72%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/__/ccpp/physics/ccpp_static_api.F90.o -[ 72%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/set_soilveg.f.o -[ 72%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/noahmp_tables.f90.o -[ 72%] Linking Fortran static library libgfsphysics.a -[ 72%] Built target gfsphysics -Scanning dependencies of target ipd -Scanning dependencies of target ccppdriver -[ 72%] Building Fortran object FV3/ipd/CMakeFiles/ipd.dir/IPD_typedefs.F90.o -[ 72%] Building Fortran object FV3/ccpp/driver/CMakeFiles/ccppdriver.dir/CCPP_driver.F90.o -[ 72%] Building Fortran object FV3/ipd/CMakeFiles/ipd.dir/IPD_driver.F90.o -[ 73%] Linking Fortran static library libccppdriver.a -[ 73%] Built target ccppdriver -[ 74%] Linking Fortran static library libipd.a -[ 74%] Built target ipd -Scanning dependencies of target io -[ 75%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_internal_state.F90.o -[ 75%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_fv3_io_def.F90.o -Scanning dependencies of target fv3core -[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_arrays.F90.o -[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/external_sst.F90.o -[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_fill.F90.o -[ 75%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_nemsio.F90.o -[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/sim_nc_mod.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 75%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_netcdf.F90.o -[ 75%] Building Fortran object FV3/io/CMakeFiles/io.dir/post_gfs.F90.o -[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/DYCORE_typedefs.F90.o -[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/sorted_index.F90.o -[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_mp_mod.F90.o -[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_timing.F90.o -[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_sg.F90.o -[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_eta.F90.o -[ 78%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/boundary.F90.o -[ 78%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_grid_utils.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 78%] Building Fortran object FV3/io/CMakeFiles/io.dir/FV3GFS_io.F90.o -[ 79%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_wrt_grid_comp.F90.o -[ 79%] Building Fortran object FV3/io/CMakeFiles/io.dir/ffsync.F90.o -[ 80%] Building Fortran object FV3/io/CMakeFiles/io.dir/post_nems_routines.F90.o -[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/a2b_edge.F90.o -[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_surf_map.F90.o -[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_mapz.F90.o -[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/tp_core.F90.o -[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_grid_tools.F90.o -[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/init_hydro.F90.o -[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_treat_da_inc.F90.o -[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/sw_core.F90.o -[ 81%] Linking Fortran static library libio.a -[ 81%] Built target io -[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_iau_mod.F90.o -[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_diagnostics.F90.o -[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_io.F90.o -[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/nh_utils.F90.o -[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/nh_core.F90.o -[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/test_cases.F90.o -[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/fv_nggps_diag.F90.o -[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_regional_bc.F90.o -[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_nudge.F90.o -[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_tracer2d.F90.o -[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/dyn_core.F90.o -[ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_update_phys.F90.o -[ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/external_ic.F90.o -[ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_restart.F90.o -[ 85%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_control.F90.o -[ 85%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_nesting.F90.o -[ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_dynamics.F90.o -[ 87%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/atmosphere.F90.o -[ 87%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/multi_gases.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 87%] Linking Fortran static library libfv3core.a -[ 87%] Built target fv3core -Scanning dependencies of target stochastic_physics -[ 87%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/update_ca.f90.o -[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_resol_def.f.o -[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/spectral_layout.F90.o -[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_gg_def.f.o -[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_layout_lag.f.o -[ 89%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/glats_stochy.f.o -[ 89%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_namelist_def.F90.o -[ 90%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/epslon_stochy.f.o -[ 90%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/setlats_lag_stochy.f.o -[ 90%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/get_lats_node_a_stochy.f.o -[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/get_ls_node_stochy.f.o -[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/gozrineo_stochy.f.o -[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/pln2eo_stochy.f.o -[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/setlats_a_stochy.f.o -[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_internal_state_mod.F90.o -[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/dezouv_stochy.f.o -[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/dozeuv_stochy.f.o -[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/four_to_grid_stochy.F.o -[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/compns_stochy.F90.o -[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_patterngenerator.F90.o -[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/sumfln_stochy.f.o -[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/getcon_lag_stochy.f.o -[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/getcon_spectral.F90.o -[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/initialize_spectral_mod.F90.o -[ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_data_mod.F90.o -[ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/get_stochy_pattern.F90.o -[ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochastic_physics.F90.o -[ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/num_parthds_stochy.f.o -[ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/plumes.f90.o -[ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/cellular_automata.f90.o -[ 95%] Linking Fortran static library libstochastic_physics.a -[ 95%] Built target stochastic_physics -Scanning dependencies of target fv3cap -[ 95%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/module_fv3_config.F90.o -[ 96%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/atmos_model.F90.o -[ 96%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/module_fcst_grid_comp.F90.o -[ 97%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/fv3_cap.F90.o -[ 97%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/time_utils.F90.o -[ 97%] Linking Fortran static library libfv3cap.a -[ 97%] Built target fv3cap -Scanning dependencies of target NEMS.exe -[ 98%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_MEDIATOR_SpaceWeather.F90.o -[ 98%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/ENS_Cpl/ENS_CplComp_ESMFMod_STUB.F90.o -[ 98%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_EARTH_INTERNAL_STATE.F90.o -[ 98%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_MEDIATOR_methods.F90.o -[ 98%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_UTILS.F90.o -[ 99%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_INTERNAL_STATE.F90.o -[ 99%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_Rusage.F90.o -[100%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_MEDIATOR.F90.o -[100%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_EARTH_GRID_COMP.F90.o -[100%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_GRID_COMP.F90.o -[100%] Building C object CMakeFiles/NEMS.exe.dir/NEMS/src/nems_c_rusage.c.o -[100%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/MAIN_NEMS.F90.o -[100%] Linking Fortran executable NEMS.exe -/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib/libjasper.a(jas_stream.o): In function `jas_stream_tmpfile': -/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/src/jasper-1.900.29/src/libjasper/base/jas_stream.c:520: warning: the use of `tmpnam' is dangerous, better use `mkstemp' -[100%] Built target NEMS.exe -+ mv NEMS.exe ../fv3_12.exe -+ cp /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3 ../modules.fv3_12 -+ cd .. -+ '[' YES = YES ']' -+ rm -rf build_fv3_12 -+ elapsed=676 -+ echo 'Elapsed time 676 seconds. Compiling REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_csawmgshoc,FV3_GFS_2017_csawmg,FV3_GFS_2017_satmedmf finished' -Elapsed time 676 seconds. Compiling REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_csawmgshoc,FV3_GFS_2017_csawmg,FV3_GFS_2017_satmedmf finished -+ SECONDS=0 -+++ readlink -f /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/compile_cmake.sh -++ dirname /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/compile_cmake.sh -+ readonly MYDIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests -+ MYDIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests -+ readonly ARGC=4 -+ ARGC=4 -+ cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests -+ [[ 4 -eq 0 ]] -+ [[ 4 -lt 2 ]] -+ PATHTR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model -+ MACHINE_ID=wcoss_dell_p3 -+ MAKE_OPT='REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_v15,FV3_GFS_v15plus,FV3_CPT_v0,FV3_GSD_v0 32BIT=Y' -+ BUILD_NAME=fv3_13 -+ clean_before=YES -+ clean_after=YES -+ BUILD_DIR=build_fv3_13 -+ [[ wcoss_dell_p3 == cheyenne.* ]] -+ [[ wcoss_dell_p3 == wcoss_dell_p3 ]] -+ MAKE_THREADS=4 -+ MAKE_THREADS=4 -+ hostname -m72a3 -+ cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests -+ echo 'Compiling REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_v15,FV3_GFS_v15plus,FV3_CPT_v0,FV3_GSD_v0 32BIT=Y into fv3_13.exe on wcoss_dell_p3' -Compiling REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_v15,FV3_GFS_v15plus,FV3_CPT_v0,FV3_GSD_v0 32BIT=Y into fv3_13.exe on wcoss_dell_p3 -+ '[' YES = YES ']' -+ rm -rf build_fv3_13 -+ mkdir -p build_fv3_13 -+ CCPP_CMAKE_FLAGS= -+ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_v15,FV3_GFS_v15plus,FV3_CPT_v0,FV3_GSD_v0 32BIT=Y == *\D\E\B\U\G\=\Y* ]] -+ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_v15,FV3_GFS_v15plus,FV3_CPT_v0,FV3_GSD_v0 32BIT=Y == *\R\E\P\R\O\=\Y* ]] -+ CCPP_CMAKE_FLAGS=' -DREPRO=Y' -+ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_v15,FV3_GFS_v15plus,FV3_CPT_v0,FV3_GSD_v0 32BIT=Y == *\3\2\B\I\T\=\Y* ]] -+ CCPP_CMAKE_FLAGS=' -DREPRO=Y -D32BIT=Y' -+ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_v15,FV3_GFS_v15plus,FV3_CPT_v0,FV3_GSD_v0 32BIT=Y == *\O\P\E\N\M\P\=\N* ]] -+ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_v15,FV3_GFS_v15plus,FV3_CPT_v0,FV3_GSD_v0 32BIT=Y == *\C\C\P\P\=\Y* ]] -+ CCPP_CMAKE_FLAGS=' -DREPRO=Y -D32BIT=Y -DCCPP=ON -DMPI=ON' -+ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_v15,FV3_GFS_v15plus,FV3_CPT_v0,FV3_GSD_v0 32BIT=Y == *\D\E\B\U\G\=\Y* ]] -+ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_v15,FV3_GFS_v15plus,FV3_CPT_v0,FV3_GSD_v0 32BIT=Y == *\R\E\P\R\O\=\Y* ]] -+ CCPP_CMAKE_FLAGS=' -DREPRO=Y -D32BIT=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit' -+ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_v15,FV3_GFS_v15plus,FV3_CPT_v0,FV3_GSD_v0 32BIT=Y == *\3\2\B\I\T\=\Y* ]] -+ CCPP_CMAKE_FLAGS=' -DREPRO=Y -D32BIT=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -DDYN32=ON' -+ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_v15,FV3_GFS_v15plus,FV3_CPT_v0,FV3_GSD_v0 32BIT=Y == *\S\T\A\T\I\C\=\Y* ]] -+ CCPP_CMAKE_FLAGS=' -DREPRO=Y -D32BIT=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -DDYN32=ON -DSTATIC=ON' -+ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_v15,FV3_GFS_v15plus,FV3_CPT_v0,FV3_GSD_v0 32BIT=Y == *\M\U\L\T\I\_\G\A\S\E\S\=\Y* ]] -+ CCPP_CMAKE_FLAGS=' -DREPRO=Y -D32BIT=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -DDYN32=ON -DSTATIC=ON -DMULTI_GASES=OFF' -++ echo REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_v15,FV3_GFS_v15plus,FV3_CPT_v0,FV3_GSD_v0 32BIT=Y -++ sed 's/.* SUITES=//' -++ sed 's/ .*//' -+ SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_v15,FV3_GFS_v15plus,FV3_CPT_v0,FV3_GSD_v0 -+ cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model -+ ./FV3/ccpp/framework/scripts/ccpp_prebuild.py --config=FV3/ccpp/config/ccpp_prebuild_config.py --static --suites=FV3_GFS_2017_gfdlmp,FV3_GFS_v15,FV3_GFS_v15plus,FV3_CPT_v0,FV3_GSD_v0 --builddir=tests/build_fv3_13/FV3 -INFO: Logging level set to INFO -INFO: Found TYPEDEFS_NEW_METADATA dictionary in config, assume at least some data is in new metadata formet -INFO: Parsing suite definition files ... -INFO: Parsing suite definition file FV3/ccpp/suites/suite_FV3_GFS_2017_gfdlmp.xml ... -INFO: Parsing suite definition file FV3/ccpp/suites/suite_FV3_GFS_v15.xml ... -INFO: Parsing suite definition file FV3/ccpp/suites/suite_FV3_GFS_v15plus.xml ... -INFO: Parsing suite definition file FV3/ccpp/suites/suite_FV3_CPT_v0.xml ... -INFO: Parsing suite definition file FV3/ccpp/suites/suite_FV3_GSD_v0.xml ... -INFO: Parsing metadata tables for variables provided by host model ... -INFO: Parsed variable definition tables in module machine -INFO: Parsed variable definition tables in module module_radsw_parameters -INFO: Parsed variable definition tables in module module_radlw_parameters -INFO: Parsed variable definition tables in module CCPP_typedefs -INFO: Parsed variable definition tables in module GFS_typedefs -INFO: Parsed variable definition tables in module CCPP_data -INFO: Parsed variable definition tables in module ccpp_types -INFO: Convert local names from new metadata format into old metadata format ... -INFO: Converting local name sfcflw of variable lw_fluxes_sfc from new to old metadata -INFO: Converting local name nslwr of variable number_of_timesteps_between_longwave_radiation_calls from new to old metadata -INFO: Converting local name hydrostatic of variable flag_for_hydrostatic_solver from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_of_kinematic_buoyancy_flux_from_shoc_in_phy_f3d) of variable kinematic_buoyancy_flux_from_shoc from new to old metadata -INFO: Converting local name nkbfshoc of variable index_of_kinematic_buoyancy_flux_from_shoc_in_phy_f3d from new to old metadata -INFO: Converting local name dvisbm_cpl of variable cumulative_surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name cnvw of variable convective_cloud_water_mixing_ratio from new to old metadata -INFO: Converting local name ltaerosol of variable flag_for_aerosol_physics from new to old metadata -INFO: Converting local name rainmcadj of variable lwe_thickness_of_moist_convective_adj_precipitation_amount from new to old metadata -INFO: Converting local name loop_cnt of variable ccpp_loop_counter from new to old metadata -INFO: Converting local name ncpi of variable local_ice_number_concentration from new to old metadata -INFO: Converting local name pt of variable virtual_temperature_at_Lagrangian_surface from new to old metadata -INFO: Converting local name nirbmui of variable surface_upwelling_direct_near_infrared_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name vconvtend of variable tendency_of_y_wind_due_to_deep_convection_for_coupling_on_physics_timestep from new to old metadata -INFO: Converting local name uustar_ice of variable surface_friction_velocity_over_ice from new to old metadata -INFO: Converting local name phy_myj_uz0 of variable u_wind_component_at_viscous_sublayer_top from new to old metadata -INFO: Converting local name evap_land of variable kinematic_surface_upward_latent_heat_flux_over_land from new to old metadata -INFO: Converting local name ocean of variable flag_nonzero_ocean_surface_fraction from new to old metadata -INFO: Converting local name ep1d_ocean of variable surface_upward_potential_latent_heat_flux_over_ocean from new to old metadata -INFO: Converting local name qconvtend of variable tendency_of_water_vapor_specific_humidity_due_to_deep_convection_for_coupling_on_physics_timestep from new to old metadata -INFO: Converting local name islmsk_cice of variable sea_land_ice_mask_cice from new to old metadata -INFO: Converting local name cmm_ice of variable surface_drag_wind_speed_for_momentum_in_air_over_ice from new to old metadata -INFO: Converting local name visdfdi of variable surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name cnv_ndrop of variable number_concentration_of_cloud_liquid_water_particles_for_detrainment from new to old metadata -INFO: Converting local name sh2o of variable volume_fraction_of_unfrozen_soil_moisture_for_land_surface_model from new to old metadata -INFO: Converting local name tau_tofd of variable time_integral_of_momentum_flux_due_to_turbulent_orographic_form_drag from new to old metadata -INFO: Converting local name dnirbmi_cpl of variable instantaneous_surface_downwelling_direct_near_infrared_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name refdmax263k of variable maximum_reflectivity_at_minus10c_over_maximum_hourly_time_interval from new to old metadata -INFO: Converting local name ulwsfci of variable surface_upwelling_longwave_flux from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_liquid_cloud_condensate) of variable tendency_of_liquid_cloud_water_mixing_ratio_due_to_model_physics from new to old metadata -INFO: Converting local name ntcw of variable index_for_liquid_cloud_condensate from new to old metadata -INFO: Converting local name lheatstrg of variable flag_for_canopy_heat_storage from new to old metadata -INFO: Converting local name slc of variable volume_fraction_of_unfrozen_soil_moisture from new to old metadata -INFO: Converting local name tsfc_land of variable surface_skin_temperature_over_land_interstitial from new to old metadata -INFO: Converting local name save_v of variable y_wind_save from new to old metadata -INFO: Converting local name xkzm_m of variable atmosphere_momentum_diffusivity_background from new to old metadata -INFO: Converting local name gabsbdlw_land of variable surface_downwelling_longwave_flux_absorbed_by_ground_over_land from new to old metadata -INFO: Converting local name tprcp_ice of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_ice from new to old metadata -INFO: Converting local name stblcpxy of variable slow_soil_pool_mass_content_of_carbon from new to old metadata -INFO: Converting local name cdq_land of variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_land from new to old metadata -INFO: Converting local name du3dt(:,:,2) of variable cumulative_change_in_x_wind_due_to_orographic_gravity_wave_drag from new to old metadata -INFO: Converting local name mg_berg_eff_factor of variable mg_bergeron_efficiency_factor from new to old metadata -INFO: Converting local name clouds(:,:,3) of variable mean_effective_radius_for_liquid_cloud from new to old metadata -INFO: Converting local name aer_nm of variable aerosol_number_concentration_from_gocart_aerosol_climatology from new to old metadata -INFO: Converting local name xzts of variable sensitivity_of_dtl_thickness_to_surface_temperature from new to old metadata -INFO: Converting local name lake of variable flag_nonzero_lake_surface_fraction from new to old metadata -INFO: Converting local name kb of variable vertical_index_difference_between_layer_and_lower_bound from new to old metadata -INFO: Converting local name ipt of variable index_for_diagnostic_printout from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_ice_friendly_aerosols) of variable ice_friendly_aerosol_number_concentration from new to old metadata -INFO: Converting local name ntia of variable index_for_ice_friendly_aerosols from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_rain_water) of variable tendency_of_rain_water_mixing_ratio_due_to_model_physics from new to old metadata -INFO: Converting local name ntrw of variable index_for_rain_water from new to old metadata -INFO: Converting local name con_epsm1 of variable ratio_of_dry_air_to_water_vapor_gas_constants_minus_one from new to old metadata -INFO: Converting local name dqsfc_cice of variable surface_upward_latent_heat_flux_for_coupling_interstitial from new to old metadata -INFO: Converting local name last_step of variable flag_for_the_last_step_of_k_split_remapping from new to old metadata -INFO: Converting local name huge of variable netcdf_float_fillvalue from new to old metadata -INFO: Converting local name save_q(:,:,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio_save from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_liquid_cloud_number_concentration) of variable cloud_droplet_number_concentration from new to old metadata -INFO: Converting local name ntlnc of variable index_for_liquid_cloud_number_concentration from new to old metadata -INFO: Converting local name dv3dt(:,:,1) of variable cumulative_change_in_y_wind_due_to_PBL from new to old metadata -INFO: Converting local name imp_physics_mg of variable flag_for_morrison_gettelman_microphysics_scheme from new to old metadata -INFO: Converting local name cldtaulw of variable cloud_optical_depth_layers_at_10mu_band from new to old metadata -INFO: Converting local name wet of variable flag_nonzero_wet_surface_fraction from new to old metadata -INFO: Converting local name qsnowxy of variable snow_precipitation_rate_at_surface from new to old metadata -INFO: Converting local name iopt_frz of variable flag_for_supercooled_liquid_water_option from new to old metadata -INFO: Converting local name dsnow_cpl of variable tendency_of_lwe_thickness_of_snow_amount_for_coupling from new to old metadata -INFO: Converting local name cldsa of variable cloud_area_fraction_for_radiation from new to old metadata -INFO: Converting local name totsnwb of variable accumulated_lwe_thickness_of_snow_amount_in_bucket from new to old metadata -INFO: Converting local name gq0(:,:,index_for_rain_water) of variable rain_water_mixing_ratio_updated_by_physics from new to old metadata -INFO: Converting local name totsnw of variable accumulated_lwe_thickness_of_snow_amount from new to old metadata -INFO: Converting local name xkzm_s of variable diffusivity_background_sigma_level from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_water_friendly_aerosols) of variable tendency_of_water_friendly_aerosol_number_concentration_due_to_model_physics from new to old metadata -INFO: Converting local name ntwa of variable index_for_water_friendly_aerosols from new to old metadata -INFO: Converting local name fswtr of variable fraction_of_cloud_top_water_scavenged from new to old metadata -INFO: Converting local name nvisbmi_cpl of variable instantaneous_surface_net_downward_direct_ultraviolet_and_visible_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_of_atmosphere_heat_diffusivity_from_shoc_in_phy_f3d) of variable atmosphere_heat_diffusivity_from_shoc from new to old metadata -INFO: Converting local name nahdshoc of variable index_of_atmosphere_heat_diffusivity_from_shoc_in_phy_f3d from new to old metadata -INFO: Converting local name nthreads of variable omp_threads_for_fast_physics from new to old metadata -INFO: Converting local name icemp of variable lwe_thickness_of_ice_amount from new to old metadata -INFO: Converting local name dqsfc_cpl of variable cumulative_surface_upward_latent_heat_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name con_jcal of variable joules_per_calorie_constant from new to old metadata -INFO: Converting local name xmu of variable zenith_angle_temporal_adjustment_factor_for_shortwave_fluxes from new to old metadata -INFO: Converting local name con_fvirt of variable ratio_of_vapor_to_dry_air_gas_constants_minus_one from new to old metadata -INFO: Converting local name evfactl_deep of variable rain_evaporation_coefficient_over_land_deep_convection from new to old metadata -INFO: Converting local name canliqxy of variable canopy_intercepted_liquid_water from new to old metadata -INFO: Converting local name phy_myj_qsfc of variable surface_specific_humidity_for_MYJ_schemes from new to old metadata -INFO: Converting local name rainncprv of variable lwe_thickness_of_explicit_rainfall_amount_from_previous_timestep from new to old metadata -INFO: Converting local name Tbd of variable GFS_tbd_type_instance from new to old metadata -INFO: Converting local name v1 of variable y_wind_at_lowest_model_layer_for_diag from new to old metadata -INFO: Converting local name det_mf of variable cumulative_atmosphere_detrainment_convective_mass_flux from new to old metadata -INFO: Converting local name psurf of variable surface_air_pressure_diag from new to old metadata -INFO: Converting local name gasvmr(:,:,10) of variable volume_mixing_ratio_cfc113 from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_for_rain_effective_radius) of variable effective_radius_of_stratiform_cloud_rain_particle_in_um from new to old metadata -INFO: Converting local name nreffr of variable index_for_rain_effective_radius from new to old metadata -INFO: Converting local name del_gz of variable geopotential_difference_between_midlayers_divided_by_midlayer_virtual_temperature from new to old metadata -INFO: Converting local name imfdeepcnv_ntiedtke of variable flag_for_ntiedtke_deep_convection_scheme from new to old metadata -INFO: Converting local name h2o_coeff of variable number_of_coefficients_in_h2o_forcing_data from new to old metadata -INFO: Converting local name tgrs of variable air_temperature from new to old metadata -INFO: Converting local name xlon of variable longitude from new to old metadata -INFO: Converting local name c_d of variable coefficient_c_d from new to old metadata -INFO: Converting local name tlvl of variable air_temperature_at_interface_for_radiation from new to old metadata -INFO: Converting local name f_rimef of variable rime_factor from new to old metadata -INFO: Converting local name mg_do_ice_gmao of variable mg_flag_for_gmao_ice_formulation from new to old metadata -INFO: Converting local name snowca of variable cumulative_surface_snow_area_fraction_multiplied_by_timestep from new to old metadata -INFO: Converting local name hflx of variable kinematic_surface_upward_sensible_heat_flux from new to old metadata -INFO: Converting local name dt3dt(:,:,6) of variable cumulative_change_in_temperature_due_to_microphysics from new to old metadata -INFO: Converting local name nirdfui of variable surface_upwelling_diffuse_near_infrared_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name trans of variable transpiration_flux from new to old metadata -INFO: Converting local name ntchs of variable index_for_first_chemical_tracer from new to old metadata -INFO: Converting local name idxday of variable daytime_points from new to old metadata -INFO: Converting local name iceprv of variable lwe_thickness_of_ice_amount_from_previous_timestep from new to old metadata -INFO: Converting local name mg_alf of variable mg_tuning_factor_for_alphas from new to old metadata -INFO: Converting local name nupdraft of variable number_of_plumes from new to old metadata -INFO: Converting local name qr_r of variable cloud_rain_water_mixing_ratio from new to old metadata -INFO: Converting local name sec of variable seconds_elapsed_since_model_initialization from new to old metadata -INFO: Converting local name epi of variable instantaneous_surface_potential_evaporation from new to old metadata -INFO: Converting local name gflx_land of variable upward_heat_flux_in_soil_over_land from new to old metadata -INFO: Converting local name du3dt_ngw of variable time_integral_of_change_in_x_wind_due_to_nonstationary_gravity_wave from new to old metadata -INFO: Converting local name bl_mynn_cloudpdf of variable cloudpdf from new to old metadata -INFO: Converting local name vtype of variable vegetation_type_classification_real from new to old metadata -INFO: Converting local name imfdeepcnv_gf of variable flag_for_gf_deep_convection_scheme from new to old metadata -INFO: Converting local name lssav of variable flag_diagnostics from new to old metadata -INFO: Converting local name sfalb of variable surface_diffused_shortwave_albedo from new to old metadata -INFO: Converting local name acvb of variable smallest_cloud_base_vertical_index_encountered_thus_far from new to old metadata -INFO: Converting local name c_0 of variable coefficient_c_0 from new to old metadata -INFO: Converting local name mpirank of variable mpi_rank_for_fast_physics from new to old metadata -INFO: Converting local name ntrac of variable number_of_tracers from new to old metadata -INFO: Converting local name dvsfci of variable instantaneous_surface_y_momentum_flux_for_diag from new to old metadata -INFO: Converting local name GFS_Interstitial of variable GFS_interstitial_type_instance_all_threads from new to old metadata -INFO: Converting local name in_nm of variable in_number_concentration from new to old metadata -INFO: Converting local name blksz2(ccpp_block_number) of variable horizontal_dimension from new to old metadata -INFO: Converting local name blk_no of variable ccpp_block_number from new to old metadata -INFO: Converting local name min_lakeice of variable lake_ice_minimum from new to old metadata -INFO: Converting local name canicexy of variable canopy_intercepted_ice_mass from new to old metadata -INFO: Converting local name mg_precip_frac_method of variable mg_type_of_precip_fraction_method from new to old metadata -INFO: Converting local name lonr of variable number_of_equatorial_longitude_points from new to old metadata -INFO: Converting local name dt3dt(:,:,7) of variable cumulative_change_in_temperature_due_to_orographic_gravity_wave_drag from new to old metadata -INFO: Converting local name dtzm of variable mean_change_over_depth_in_sea_water_temperature from new to old metadata -INFO: Converting local name du3dt_mtb of variable time_integral_of_change_in_x_wind_due_to_mountain_blocking_drag from new to old metadata -INFO: Converting local name stress_land of variable surface_wind_stress_over_land from new to old metadata -INFO: Converting local name nspinup of variable number_of_iterations_to_spin_up_cellular_automata from new to old metadata -INFO: Converting local name zogw of variable height_of_launch_level_of_orographic_gravity_wave from new to old metadata -INFO: Converting local name ntsw of variable index_for_snow_water from new to old metadata -INFO: Converting local name cov of variable t_prime_q_prime from new to old metadata -INFO: Converting local name sup of variable ice_supersaturation_threshold from new to old metadata -INFO: Converting local name dt3dt(:,:,3) of variable cumulative_change_in_temperature_due_to_PBL from new to old metadata -INFO: Converting local name mg_qcvar of variable mg_cloud_water_variance from new to old metadata -INFO: Converting local name ffmm_ice of variable Monin_Obukhov_similarity_function_for_momentum_over_ice from new to old metadata -INFO: Converting local name dtdt of variable tendency_of_air_temperature_at_Lagrangian_surface from new to old metadata -INFO: Converting local name GFS_statein_type of variable GFS_statein_type from new to old metadata -INFO: Converting local name train of variable accumulated_change_of_air_temperature_due_to_FA_scheme from new to old metadata -INFO: Converting local name fscav of variable coefficients_for_aerosol_scavenging from new to old metadata -INFO: Converting local name prslk(:,1) of variable dimensionless_exner_function_at_lowest_model_layer from new to old metadata -INFO: Converting local name tf of variable frozen_cloud_threshold_temperature from new to old metadata -INFO: Converting local name communicator of variable mpi_comm from new to old metadata -INFO: Converting local name qs_r of variable cloud_snow_mixing_ratio from new to old metadata -INFO: Converting local name skebv_wts of variable weights_for_stochastic_skeb_perturbation_of_y_wind from new to old metadata -INFO: Converting local name bl_mynn_edmf_part of variable edmf_partition_flag from new to old metadata -INFO: Converting local name dq3dt(:,:,7) of variable cumulative_change_in_ozone_concentration_due_to_ozone_mixing_ratio from new to old metadata -INFO: Converting local name swhc of variable tendency_of_air_temperature_due_to_shortwave_heating_assuming_clear_sky_on_radiation_timestep from new to old metadata -INFO: Converting local name mg_ngnst of variable mg_graupel_concentration_constant from new to old metadata -INFO: Converting local name GFS_grid_type of variable GFS_grid_type from new to old metadata -INFO: Converting local name js of variable starting_y_direction_index from new to old metadata -INFO: Converting local name out_dt of variable flag_for_tendency_of_air_temperature_at_Lagrangian_surface from new to old metadata -INFO: Converting local name delr of variable layer_pressure_thickness_for_radiation from new to old metadata -INFO: Converting local name ncgl of variable local_graupel_number_concentration from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_snow_water) of variable snow_water_mixing_ratio from new to old metadata -INFO: Converting local name totgrp of variable accumulated_lwe_thickness_of_graupel_amount from new to old metadata -INFO: Converting local name cldtausw of variable cloud_optical_depth_layers_at_0p55mu_band from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_ozone) of variable tendency_of_ozone_mixing_ratio_due_to_model_physics from new to old metadata -INFO: Converting local name ntoz of variable index_for_ozone from new to old metadata -INFO: Converting local name evap of variable kinematic_surface_upward_latent_heat_flux from new to old metadata -INFO: Converting local name oro of variable orography from new to old metadata -INFO: Converting local name topfsw of variable sw_fluxes_top_atmosphere from new to old metadata -INFO: Converting local name jmap of variable map_of_block_column_number_to_global_j_index from new to old metadata -INFO: Converting local name cdq of variable surface_drag_coefficient_for_heat_and_moisture_in_air from new to old metadata -INFO: Converting local name soiltype of variable soil_type_classification from new to old metadata -INFO: Converting local name evap_ocean of variable kinematic_surface_upward_latent_heat_flux_over_ocean from new to old metadata -INFO: Converting local name nblks of variable number_of_blocks from new to old metadata -INFO: Converting local name dxinv of variable inverse_scaling_factor_for_critical_relative_humidity from new to old metadata -INFO: Converting local name dvsfc of variable cumulative_surface_y_momentum_flux_for_diag_multiplied_by_timestep from new to old metadata -INFO: Converting local name GFS_stateout_type of variable GFS_stateout_type from new to old metadata -INFO: Converting local name qg of variable cloud_graupel_specific_humidity_at_Lagrangian_surface from new to old metadata -INFO: Converting local name nmtvr of variable number_of_statistical_measures_of_subgrid_orography from new to old metadata -INFO: Converting local name nseed of variable cellular_automata_seed_frequency from new to old metadata -INFO: Converting local name nlives of variable cellular_automata_lifetime from new to old metadata -INFO: Converting local name vegf1d of variable perturbation_of_vegetation_fraction from new to old metadata -INFO: Converting local name v10m of variable y_wind_at_10m from new to old metadata -INFO: Converting local name hice of variable sea_ice_thickness from new to old metadata -INFO: Converting local name mbota of variable model_layer_number_at_cloud_base from new to old metadata -INFO: Converting local name ncnvw of variable index_for_convective_cloud_water_mixing_ratio_in_phy_f3d from new to old metadata -INFO: Converting local name flqc of variable surface_exchange_coefficient_for_moisture from new to old metadata -INFO: Converting local name imfshalcnv_samf of variable flag_for_samf_shallow_convection_scheme from new to old metadata -INFO: Converting local name ntdiag of variable diagnostics_control_for_chemical_tracers from new to old metadata -INFO: Converting local name c1_shal of variable detrainment_conversion_parameter_shallow_convection from new to old metadata -INFO: Converting local name con_g of variable gravitational_acceleration from new to old metadata -INFO: Converting local name je of variable ending_y_direction_index from new to old metadata -INFO: Converting local name hprime(:,1) of variable standard_deviation_of_subgrid_orography from new to old metadata -INFO: Converting local name lh of variable surface_latent_heat from new to old metadata -INFO: Converting local name v10max of variable maximum_v_wind_at_10m_over_maximum_hourly_time_interval from new to old metadata -INFO: Converting local name dvsfcg of variable instantaneous_y_stress_due_to_gravity_wave_drag from new to old metadata -INFO: Converting local name mg_ninst of variable mg_ice_concentration_constant from new to old metadata -INFO: Converting local name lwhd of variable tendency_of_air_temperature_due_to_longwave_heating_for_idea from new to old metadata -INFO: Converting local name ntkev of variable index_for_turbulent_kinetic_energy_vertical_diffusion_tracer from new to old metadata -INFO: Converting local name fm10 of variable Monin_Obukhov_similarity_function_for_momentum_at_10m from new to old metadata -INFO: Converting local name phour of variable forecast_time_at_previous_timestep from new to old metadata -INFO: Converting local name phys_hydrostatic of variable flag_for_hydrostatic_heating_from_physics from new to old metadata -INFO: Converting local name nswsfci of variable surface_net_downwelling_shortwave_flux from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_for_graupel_effective_radius) of variable effective_radius_of_stratiform_cloud_graupel_particle_in_um from new to old metadata -INFO: Converting local name ngeffr of variable index_for_graupel_effective_radius from new to old metadata -INFO: Converting local name kt of variable vertical_index_difference_between_layer_and_upper_bound from new to old metadata -INFO: Converting local name GFS_tbd_type of variable GFS_tbd_type from new to old metadata -INFO: Converting local name tsurf_ocean of variable surface_skin_temperature_after_iteration_over_ocean from new to old metadata -INFO: Converting local name gu0(:,1) of variable x_wind_at_lowest_model_layer_updated_by_physics from new to old metadata -INFO: Converting local name akap of variable kappa_dry_for_fast_physics from new to old metadata -INFO: Converting local name lsm of variable flag_for_land_surface_scheme from new to old metadata -INFO: Converting local name nscav of variable number_of_tracers_scavenged from new to old metadata -INFO: Converting local name ffmm of variable Monin_Obukhov_similarity_function_for_momentum from new to old metadata -INFO: Converting local name nnirbm_cpl of variable cumulative_surface_net_downward_direct_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name tau_mtb of variable instantaneous_momentum_flux_due_to_mountain_blocking_drag from new to old metadata -INFO: Converting local name snicexy of variable snow_layer_ice from new to old metadata -INFO: Converting local name flag_guess of variable flag_for_guess_run from new to old metadata -INFO: Converting local name dnirbm_cpl of variable cumulative_surface_downwelling_direct_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name chh_ocean of variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_ocean from new to old metadata -INFO: Converting local name dtsfci_cpl of variable instantaneous_surface_upward_sensible_heat_flux_for_coupling from new to old metadata -INFO: Converting local name flgmin of variable minimum_large_ice_fraction from new to old metadata -INFO: Converting local name t02max of variable maximum_temperature_at_2m_over_maximum_hourly_time_interval from new to old metadata -INFO: Converting local name tconvtend of variable tendency_of_air_temperature_due_to_deep_convection_for_coupling_on_physics_timestep from new to old metadata -INFO: Converting local name zorl of variable surface_roughness_length from new to old metadata -INFO: Converting local name coslat of variable cosine_of_latitude from new to old metadata -INFO: Converting local name pertalb of variable magnitude_of_surface_albedo_perturbation from new to old metadata -INFO: Converting local name aecm of variable instantaneous_aerosol_column_mass_densities from new to old metadata -INFO: Converting local name con_rv of variable gas_constant_water_vapor from new to old metadata -INFO: Converting local name wminco of variable cloud_condensed_water_conversion_threshold from new to old metadata -INFO: Converting local name fastcpxy of variable fast_soil_pool_mass_content_of_carbon from new to old metadata -INFO: Converting local name kind_grid of variable kind_grid from new to old metadata -INFO: Converting local name stress of variable surface_wind_stress from new to old metadata -INFO: Converting local name qgrs(:,1,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio_at_lowest_model_layer from new to old metadata -INFO: Converting local name rhc of variable critical_relative_humidity from new to old metadata -INFO: Converting local name tsfco of variable sea_surface_temperature from new to old metadata -INFO: Converting local name tau_ngw of variable instantaneous_momentum_flux_due_to_nonstationary_gravity_wave from new to old metadata -INFO: Converting local name tsfcl of variable surface_skin_temperature_over_land from new to old metadata -INFO: Converting local name clouds(:,:,7) of variable mean_effective_radius_for_rain_drop from new to old metadata -INFO: Converting local name con_cliq of variable specific_heat_of_liquid_water_at_constant_pressure from new to old metadata -INFO: Converting local name zmtb of variable height_of_mountain_blocking from new to old metadata -INFO: Converting local name ulwsfcin_cpl of variable surface_upwelling_longwave_flux_for_coupling from new to old metadata -INFO: Converting local name dlwsfc_cpl of variable cumulative_surface_downwelling_longwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name sfcdlw of variable surface_downwelling_longwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name t1 of variable air_temperature_at_lowest_model_layer_for_diag from new to old metadata -INFO: Converting local name ntiw of variable index_for_ice_cloud_condensate from new to old metadata -INFO: Converting local name bl_mynn_mixlength of variable mixing_length_flag from new to old metadata -INFO: Converting local name faerlw(:,:,:,1) of variable aerosol_optical_depth_for_longwave_bands_01_16 from new to old metadata -INFO: Converting local name ozpl of variable ozone_forcing from new to old metadata -INFO: Converting local name dlength of variable characteristic_grid_length_scale from new to old metadata -INFO: Converting local name slag of variable equation_of_time from new to old metadata -INFO: Converting local name ntot2d of variable number_of_fields_in_phyf2d from new to old metadata -INFO: Converting local name iopt_run of variable flag_for_runoff_and_groundwater_option from new to old metadata -INFO: Converting local name gq0(:,:,index_for_liquid_cloud_number_concentration) of variable cloud_droplet_number_concentration_updated_by_physics from new to old metadata -INFO: Converting local name sneqvoxy of variable snow_mass_at_previous_time_step from new to old metadata -INFO: Converting local name con_rhw0 of variable sea_water_reference_density from new to old metadata -INFO: Converting local name mtopa of variable model_layer_number_at_cloud_top from new to old metadata -INFO: Converting local name pertshc of variable magnitude_of_perturbation_of_soil_type_b_parameter from new to old metadata -INFO: Converting local name levi of variable vertical_interface_dimension from new to old metadata -INFO: Converting local name do_shoc of variable flag_for_shoc from new to old metadata -INFO: Converting local name du3dt_tms of variable time_integral_of_change_in_x_wind_due_to_turbulent_orographic_form_drag from new to old metadata -INFO: Converting local name snow_cpl of variable lwe_thickness_of_snow_amount_for_coupling from new to old metadata -INFO: Converting local name pkz of variable finite_volume_mean_edge_pressure_raised_to_the_power_of_kappa from new to old metadata -INFO: Converting local name nn of variable number_of_tracers_for_convective_transport from new to old metadata -INFO: Converting local name do_sat_adj of variable flag_for_saturation_adjustment_for_microphysics_in_dynamics from new to old metadata -INFO: Converting local name dx of variable cell_size from new to old metadata -INFO: Converting local name do_ugwp of variable do_ugwp from new to old metadata -INFO: Converting local name rain of variable lwe_thickness_of_precipitation_amount_on_dynamics_timestep from new to old metadata -INFO: Converting local name iopt_crs of variable flag_for_canopy_stomatal_resistance_option from new to old metadata -INFO: Converting local name qgrs(:,1,index_for_water_vapor) of variable water_vapor_specific_humidity_at_lowest_model_layer from new to old metadata -INFO: Converting local name ntqv of variable index_for_water_vapor from new to old metadata -INFO: Converting local name t02min of variable minimum_temperature_at_2m_over_maximum_hourly_time_interval from new to old metadata -INFO: Converting local name imp_physics_gfdl of variable flag_for_gfdl_microphysics_scheme from new to old metadata -INFO: Converting local name lprnt of variable flag_print from new to old metadata -INFO: Converting local name gabsbdlw_ice of variable surface_downwelling_longwave_flux_absorbed_by_ground_over_ice from new to old metadata -INFO: Converting local name imp_physics_thompson of variable flag_for_thompson_microphysics_scheme from new to old metadata -INFO: Converting local name ctei_rm of variable critical_cloud_top_entrainment_instability_criteria from new to old metadata -INFO: Converting local name tseal of variable surface_skin_temperature_for_nsst from new to old metadata -INFO: Converting local name dusfc_fd of variable integrated_x_momentum_flux_from_form_drag from new to old metadata -INFO: Converting local name dusfcin_cpl of variable surface_x_momentum_flux_for_coupling from new to old metadata -INFO: Converting local name slope of variable surface_slope_classification_real from new to old metadata -INFO: Converting local name htrlw of variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_timestep from new to old metadata -INFO: Converting local name mg_qcmin(2) of variable mg_minimum_ice_mixing_ratio from new to old metadata -INFO: Converting local name tice of variable sea_ice_temperature_interstitial from new to old metadata -INFO: Converting local name adjvisbmu of variable surface_upwelling_direct_ultraviolet_and_visible_shortwave_flux from new to old metadata -INFO: Converting local name dvgwd of variable time_integral_of_y_stress_due_to_gravity_wave_drag from new to old metadata -INFO: Converting local name dusfc_cice of variable surface_x_momentum_flux_for_coupling_interstitial from new to old metadata -INFO: Converting local name errmsg of variable ccpp_error_message from new to old metadata -INFO: Converting local name flag_cice of variable flag_for_cice from new to old metadata -INFO: Converting local name Coupling of variable GFS_coupling_type_instance from new to old metadata -INFO: Converting local name cs_parm(3) of variable detrainment_and_precipitation_tunable_parameter_3_CS from new to old metadata -INFO: Converting local name snliqxy of variable snow_layer_liquid_water from new to old metadata -INFO: Converting local name mstrat of variable flag_for_moorthi_stratus from new to old metadata -INFO: Converting local name imfdeepcnv_sas of variable flag_for_sas_deep_convection_scheme from new to old metadata -INFO: Converting local name weasd_ice of variable water_equivalent_accumulated_snow_depth_over_ice from new to old metadata -INFO: Converting local name bl_mynn_edmf_mom of variable edmf_momentum_transport_flag from new to old metadata -INFO: Converting local name npdf3d of variable number_of_3d_arrays_associated_with_pdf_based_clouds from new to old metadata -INFO: Converting local name dq3dt(:,:,2) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_deep_convection from new to old metadata -INFO: Converting local name w_upi of variable vertical_velocity_for_updraft from new to old metadata -INFO: Converting local name qlyr of variable water_vapor_specific_humidity_at_layer_for_radiation from new to old metadata -INFO: Converting local name fm10_ice of variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_ice from new to old metadata -INFO: Converting local name qgl of variable local_graupel_mixing_ratio from new to old metadata -INFO: Converting local name gt0(:,1) of variable air_temperature_at_lowest_model_layer_updated_by_physics from new to old metadata -INFO: Converting local name ccpp_t of variable ccpp_t from new to old metadata -INFO: Converting local name clouds(:,:,4) of variable cloud_ice_water_path from new to old metadata -INFO: Converting local name rain_cpl of variable lwe_thickness_of_precipitation_amount_for_coupling from new to old metadata -INFO: Converting local name bl_mynn_cloudmix of variable cloud_specie_mix_flag from new to old metadata -INFO: Converting local name tgxy of variable ground_temperature_for_noahmp from new to old metadata -INFO: Converting local name oa4 of variable asymmetry_of_subgrid_orography from new to old metadata -INFO: Converting local name refdmax of variable maximum_reflectivity_at_1km_agl_over_maximum_hourly_time_interval from new to old metadata -INFO: Converting local name GFS_Data(ccpp_block_number) of variable GFS_data_type_instance from new to old metadata -INFO: Converting local name dvsfc_cpl of variable cumulative_surface_y_momentum_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name shocaftcnv of variable flag_for_shoc_after_convection from new to old metadata -INFO: Converting local name mg_rhmini of variable mg_minimum_rh_for_ice from new to old metadata -INFO: Converting local name t2mi_cpl of variable instantaneous_temperature_at_2m_for_coupling from new to old metadata -INFO: Converting local name GFS_Interstitial(ccpp_thread_number) of variable GFS_interstitial_type_instance from new to old metadata -INFO: Converting local name thrd_no of variable ccpp_thread_number from new to old metadata -INFO: Converting local name evbs of variable soil_upward_latent_heat_flux from new to old metadata -INFO: Converting local name dtdtr of variable tendency_of_air_temperature_due_to_radiative_heating_on_physics_time_step from new to old metadata -INFO: Converting local name spfhmin of variable minimum_specific_humidity_at_2m from new to old metadata -INFO: Converting local name xsaixy of variable stem_area_index from new to old metadata -INFO: Converting local name lsoil of variable soil_vertical_dimension from new to old metadata -INFO: Converting local name mg_ts_auto_ice of variable mg_time_scale_for_autoconversion_of_ice from new to old metadata -INFO: Converting local name ca_deep of variable fraction_of_cellular_automata_for_deep_convection from new to old metadata -INFO: Converting local name work1 of variable grid_size_related_coefficient_used_in_scale_sensitive_schemes from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_for_cloud_liquid_water_effective_radius) of variable effective_radius_of_stratiform_cloud_liquid_water_particle_in_um from new to old metadata -INFO: Converting local name nleffr of variable index_for_cloud_liquid_water_effective_radius from new to old metadata -INFO: Converting local name dlwsfci of variable surface_downwelling_longwave_flux from new to old metadata -INFO: Converting local name mg_nicons of variable mg_flag_ice_concentration_constant from new to old metadata -INFO: Converting local name faersw(:,:,:,1) of variable aerosol_optical_depth_for_shortwave_bands_01_16 from new to old metadata -INFO: Converting local name xt of variable diurnal_thermocline_layer_heat_content from new to old metadata -INFO: Converting local name prsl of variable air_pressure from new to old metadata -INFO: Converting local name cv of variable fraction_of_convective_cloud from new to old metadata -INFO: Converting local name blksz of variable horizontal_block_size from new to old metadata -INFO: Converting local name pertvegf of variable magnitude_of_perturbation_of_vegetation_fraction from new to old metadata -INFO: Converting local name gq0(:,:,index_for_cloud_amount) of variable cloud_fraction_updated_by_physics from new to old metadata -INFO: Converting local name ntclamt of variable index_for_cloud_amount from new to old metadata -INFO: Converting local name zorlo of variable surface_roughness_length_over_ocean from new to old metadata -INFO: Converting local name te0 of variable atmosphere_energy_content_at_Lagrangian_surface from new to old metadata -INFO: Converting local name ktop of variable vertical_index_at_cloud_top from new to old metadata -INFO: Converting local name prevsq of variable moisture_from_previous_timestep from new to old metadata -INFO: Converting local name kpbl of variable vertical_index_at_top_of_atmosphere_boundary_layer from new to old metadata -INFO: Converting local name ncells of variable cellular_automata_finer_grid from new to old metadata -INFO: Converting local name cnvc of variable convective_cloud_cover from new to old metadata -INFO: Converting local name totprcp of variable accumulated_lwe_thickness_of_precipitation_amount from new to old metadata -INFO: Converting local name cgwf of variable multiplication_factors_for_convective_gravity_wave_drag from new to old metadata -INFO: Converting local name do_shum of variable flag_for_stochastic_shum_option from new to old metadata -INFO: Converting local name save_q of variable tracer_concentration_save from new to old metadata -INFO: Converting local name h2o_pres of variable natural_log_of_h2o_forcing_data_pressure_levels from new to old metadata -INFO: Converting local name iopt_snf of variable flag_for_precipitation_partition_option from new to old metadata -INFO: Converting local name c0s_shal of variable rain_conversion_parameter_shallow_convection from new to old metadata -INFO: Converting local name zwtxy of variable water_table_depth from new to old metadata -INFO: Converting local name qr of variable cloud_rain_specific_humidity_at_Lagrangian_surface from new to old metadata -INFO: Converting local name dzlyr of variable layer_thickness_for_radiation from new to old metadata -INFO: Converting local name taussxy of variable nondimensional_snow_age from new to old metadata -INFO: Converting local name tsfa of variable surface_air_temperature_for_radiation from new to old metadata -INFO: Converting local name snoalb of variable upper_bound_on_max_albedo_over_deep_snow from new to old metadata -INFO: Converting local name xs of variable sea_water_salinity from new to old metadata -INFO: Converting local name dvsfci_cpl of variable instantaneous_surface_y_momentum_flux_for_coupling from new to old metadata -INFO: Converting local name xlat of variable latitude from new to old metadata -INFO: Converting local name ugrs of variable x_wind from new to old metadata -INFO: Converting local name shdmin of variable minimum_vegetation_area_fraction from new to old metadata -INFO: Converting local name nnirdfi_cpl of variable instantaneous_surface_net_downward_diffuse_near_infrared_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name microp_uniform of variable mg_flag_for_uniform_subcolumns from new to old metadata -INFO: Converting local name frland of variable land_area_fraction_for_microphysics from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_ice_friendly_aerosols) of variable tendency_of_ice_friendly_aerosol_number_concentration_due_to_model_physics from new to old metadata -INFO: Converting local name oz_pres of variable natural_log_of_ozone_forcing_data_pressure_levels from new to old metadata -INFO: Converting local name zlwb of variable time_integral_of_height_of_low_level_wave_breaking from new to old metadata -INFO: Converting local name gq0(:,:,index_for_ice_cloud_condensate) of variable ice_water_mixing_ratio_updated_by_physics from new to old metadata -INFO: Converting local name qss of variable surface_specific_humidity from new to old metadata -INFO: Converting local name dry of variable flag_nonzero_land_surface_fraction from new to old metadata -INFO: Converting local name bk of variable b_parameter_of_the_hybrid_coordinate from new to old metadata -INFO: Converting local name cdmbgwd of variable multiplication_factors_for_mountain_blocking_and_orographic_gravity_wave_drag from new to old metadata -INFO: Converting local name levs of variable vertical_dimension from new to old metadata -INFO: Converting local name swhtr of variable flag_for_output_of_shortwave_heating_rate from new to old metadata -INFO: Converting local name zorl_land of variable surface_roughness_length_over_land_interstitial from new to old metadata -INFO: Converting local name t2m of variable temperature_at_2m from new to old metadata -INFO: Converting local name tau_ogw of variable instantaneous_momentum_flux_due_to_orographic_gravity_wave_drag from new to old metadata -INFO: Converting local name shoc_parm(3) of variable shoc_tke_dissipation_tunable_parameter_near_surface from new to old metadata -INFO: Converting local name gflx_ice of variable upward_heat_flux_in_soil_over_ice from new to old metadata -INFO: Converting local name nspc1 of variable number_of_species_for_aerosol_optical_depth from new to old metadata -INFO: Converting local name drain_cpl of variable tendency_of_lwe_thickness_of_precipitation_amount_for_coupling from new to old metadata -INFO: Converting local name phis of variable surface_geopotential_at_Lagrangian_surface from new to old metadata -INFO: Converting local name q2mi_cpl of variable instantaneous_specific_humidity_at_2m_for_coupling from new to old metadata -INFO: Converting local name zogw of variable time_integral_of_height_of_launch_level_of_orographic_gravity_wave from new to old metadata -INFO: Converting local name prsi of variable air_pressure_at_interface from new to old metadata -INFO: Converting local name aerodp of variable atmosphere_optical_thickness_due_to_ambient_aerosol_particles from new to old metadata -INFO: Converting local name shal_cnv of variable flag_for_shallow_convection from new to old metadata -INFO: Converting local name icsdlw of variable seed_random_numbers_lw from new to old metadata -INFO: Converting local name ncld of variable number_of_hydrometeors from new to old metadata -INFO: Converting local name gasvmr(:,:,6) of variable volume_mixing_ratio_cfc11 from new to old metadata -INFO: Converting local name tracers_water of variable number_of_water_tracers from new to old metadata -INFO: Converting local name nscyc of variable number_of_timesteps_between_surface_cycling_calls from new to old metadata -INFO: Converting local name dswsfc_cpl of variable cumulative_surface_downwelling_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name adjvisdfu of variable surface_upwelling_diffuse_ultraviolet_and_visible_shortwave_flux from new to old metadata -INFO: Converting local name cs_parm(2) of variable updraft_velocity_tunable_parameter_2_CS from new to old metadata -INFO: Converting local name lsswr of variable flag_to_calc_sw from new to old metadata -INFO: Converting local name imfshalcnv_gf of variable flag_for_gf_shallow_convection_scheme from new to old metadata -INFO: Converting local name kinver of variable index_of_highest_temperature_inversion from new to old metadata -INFO: Converting local name tslb of variable soil_temperature_for_land_surface_model from new to old metadata -INFO: Converting local name weasd of variable water_equivalent_accumulated_snow_depth from new to old metadata -INFO: Converting local name tisfc of variable sea_ice_temperature from new to old metadata -INFO: Converting local name faerlw of variable aerosol_optical_properties_for_longwave_bands_01_16 from new to old metadata -INFO: Converting local name logunit of variable iounit_log from new to old metadata -INFO: Converting local name fast_mp_consv of variable flag_for_fast_microphysics_energy_conservation from new to old metadata -INFO: Converting local name cnv_mfd of variable detrained_mass_flux from new to old metadata -INFO: Converting local name zvir of variable ratio_of_vapor_to_dry_air_gas_constants_minus_one_default_kind from new to old metadata -INFO: Converting local name jed of variable ending_y_direction_index_domain from new to old metadata -INFO: Converting local name gasvmr(:,:,3) of variable volume_mixing_ratio_ch4 from new to old metadata -INFO: Converting local name sfcdsw of variable surface_downwelling_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name hydrostatic of variable flag_for_hydrostatic_solver_for_fast_physics from new to old metadata -INFO: Converting local name dvsfc_bl of variable integrated_y_momentum_flux_from_blocking_drag from new to old metadata -INFO: Converting local name Grid of variable GFS_grid_type_instance from new to old metadata -INFO: Converting local name ncnd of variable number_of_cloud_condensate_types from new to old metadata -INFO: Converting local name w_0 of variable coefficient_w_0 from new to old metadata -INFO: Converting local name zm of variable ocean_mixed_layer_thickness from new to old metadata -INFO: Converting local name shoc_parm(2) of variable shoc_tke_dissipation_tunable_parameter from new to old metadata -INFO: Converting local name cdec of variable cosine_of_solar_declination_angle from new to old metadata -INFO: Converting local name npzq_con of variable vertical_dimension_for_condensed_water_at_Lagrangian_surface from new to old metadata -INFO: Converting local name rmol of variable reciprocal_of_obukhov_length from new to old metadata -INFO: Converting local name snowxy of variable number_of_snow_layers from new to old metadata -INFO: Converting local name hflx_land of variable kinematic_surface_upward_sensible_heat_flux_over_land from new to old metadata -INFO: Converting local name clw of variable convective_transportable_tracers from new to old metadata -INFO: Converting local name srflag of variable flag_for_precipitation_type from new to old metadata -INFO: Converting local name suntim of variable duration_of_sunshine from new to old metadata -INFO: Converting local name isot of variable soil_type_dataset_choice from new to old metadata -INFO: Converting local name isol of variable flag_for_solar_constant from new to old metadata -INFO: Converting local name th2m of variable potential_temperature_at_2m from new to old metadata -INFO: Converting local name hpbl of variable atmosphere_boundary_layer_thickness from new to old metadata -INFO: Converting local name cd of variable surface_drag_coefficient_for_momentum_in_air from new to old metadata -INFO: Converting local name dusfc_ls of variable integrated_x_momentum_flux_from_large_scale_gwd from new to old metadata -INFO: Converting local name do_sppt of variable flag_for_stochastic_surface_physics_perturbations from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_for_convective_cloud_water_mixing_ratio_in_phy_f3d) of variable convective_cloud_water_mixing_ratio_in_phy_f3d from new to old metadata -INFO: Converting local name rb_ice of variable bulk_richardson_number_at_lowest_model_level_over_ice from new to old metadata -INFO: Converting local name itc of variable number_of_aerosol_tracers_for_convection from new to old metadata -INFO: Converting local name Cldprop of variable GFS_cldprop_type_instance from new to old metadata -INFO: Converting local name grav_settling of variable grav_settling from new to old metadata -INFO: Converting local name gq0(:,:,index_for_ice_cloud_number_concentration) of variable ice_number_concentration_updated_by_physics from new to old metadata -INFO: Converting local name ntinc of variable index_for_ice_cloud_number_concentration from new to old metadata -INFO: Converting local name iopt_inf of variable flag_for_frozen_soil_permeability_option from new to old metadata -INFO: Converting local name c0s_deep of variable rain_conversion_parameter_deep_convection from new to old metadata -INFO: Converting local name dtaux2d_ls of variable x_momentum_tendency_from_large_scale_gwd from new to old metadata -INFO: Converting local name phy_myj_qz0 of variable specific_humidity_at_viscous_sublayer_top from new to old metadata -INFO: Converting local name iovr_sw of variable flag_for_max_random_overlap_clouds_for_shortwave_radiation from new to old metadata -INFO: Converting local name icliq_sw of variable flag_for_optical_property_for_liquid_clouds_for_shortwave_radiation from new to old metadata -INFO: Converting local name psmean of variable cumulative_surface_pressure_multiplied_by_timestep from new to old metadata -INFO: Converting local name cmm_ocean of variable surface_drag_wind_speed_for_momentum_in_air_over_ocean from new to old metadata -INFO: Converting local name shcnvcw of variable flag_shallow_convective_cloud from new to old metadata -INFO: Converting local name drain of variable subsurface_runoff_flux from new to old metadata -INFO: Converting local name ak of variable a_parameter_of_the_hybrid_coordinate from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_liquid_cloud_number_concentration) of variable tendency_of_cloud_droplet_number_concentration_due_to_model_physics from new to old metadata -INFO: Converting local name sfc_z0_type of variable flag_for_surface_roughness_option_over_ocean from new to old metadata -INFO: Converting local name cvt of variable pressure_at_top_of_convective_cloud from new to old metadata -INFO: Converting local name gwd_opt of variable gwd_opt from new to old metadata -INFO: Converting local name snowmp of variable lwe_thickness_of_snow_amount from new to old metadata -INFO: Converting local name ncnvcld3d of variable number_of_convective_3d_cloud_fields from new to old metadata -INFO: Converting local name cape of variable convective_available_potential_energy_for_coupling from new to old metadata -INFO: Converting local name du3dt_ogw of variable time_integral_of_change_in_x_wind_due_to_orographic_gravity_wave_drag from new to old metadata -INFO: Converting local name te0_2d of variable atmosphere_energy_content_in_column from new to old metadata -INFO: Converting local name dsnowprv of variable snow_precipitation_rate_from_previous_timestep from new to old metadata -INFO: Converting local name chh of variable surface_drag_mass_flux_for_heat_and_moisture_in_air from new to old metadata -INFO: Converting local name dt3dt(:,:,5) of variable cumulative_change_in_temperature_due_to_shal_convection from new to old metadata -INFO: Converting local name cplwav of variable flag_for_wave_coupling from new to old metadata -INFO: Converting local name clw(:,:,2) of variable cloud_condensed_water_mixing_ratio_convective_transport_tracer from new to old metadata -INFO: Converting local name shoc_parm(1) of variable shoc_tke_dissipatation_pressure_threshold from new to old metadata -INFO: Converting local name oro_uf of variable orography_unfiltered from new to old metadata -INFO: Converting local name peln of variable log_pressure_at_Lagrangian_surface from new to old metadata -INFO: Converting local name gasvmr(:,:,8) of variable volume_mixing_ratio_cfc22 from new to old metadata -INFO: Converting local name pertzt of variable magnitude_of_perturbation_of_heat_to_momentum_roughness_length_ratio from new to old metadata -INFO: Converting local name clouds(:,:,1) of variable total_cloud_fraction from new to old metadata -INFO: Converting local name iaer of variable flag_for_default_aerosol_effect_in_shortwave_radiation from new to old metadata -INFO: Converting local name wet1 of variable normalized_soil_wetness from new to old metadata -INFO: Converting local name npz of variable vertical_dimension_for_fast_physics from new to old metadata -INFO: Converting local name cal_pre of variable flag_for_precipitation_type_algorithm from new to old metadata -INFO: Converting local name lmk of variable adjusted_vertical_layer_dimension_for_radiation from new to old metadata -INFO: Converting local name kind_phys of variable kind_phys from new to old metadata -INFO: Converting local name Sfcprop of variable GFS_sfcprop_type_instance from new to old metadata -INFO: Converting local name wslakexy of variable lake_water_storage from new to old metadata -INFO: Converting local name f10m of variable ratio_of_wind_at_lowest_model_layer_and_wind_at_10m from new to old metadata -INFO: Converting local name gasvmr(:,:,1) of variable volume_mixing_ratio_co2 from new to old metadata -INFO: Converting local name q2mp of variable specific_humidity_at_2m_from_noahmp from new to old metadata -INFO: Converting local name lwhc of variable tendency_of_air_temperature_due_to_longwave_heating_assuming_clear_sky_on_radiation_timestep from new to old metadata -INFO: Converting local name snowd_ice of variable surface_snow_thickness_water_equivalent_over_ice from new to old metadata -INFO: Converting local name lsnow_lsm_lbound of variable lower_bound_of_snow_vertical_dimension_for_land_surface_model from new to old metadata -INFO: Converting local name mg_dcs of variable mg_autoconversion_size_threshold_ice_snow from new to old metadata -INFO: Converting local name rhgrd of variable fa_threshold_relative_humidity_for_onset_of_condensation from new to old metadata -INFO: Converting local name dudt_ogw of variable instantaneous_change_in_x_wind_due_to_orographic_gravity_wave_drag from new to old metadata -INFO: Converting local name slmsk of variable sea_land_ice_mask_real from new to old metadata -INFO: Converting local name ictm of variable flag_for_initial_time_date_control from new to old metadata -INFO: Converting local name qss_ocean of variable surface_specific_humidity_over_ocean from new to old metadata -INFO: Converting local name tsfc of variable surface_skin_temperature from new to old metadata -INFO: Converting local name prsik of variable dimensionless_exner_function_at_model_interfaces from new to old metadata -INFO: Converting local name t2mmp of variable temperature_at_2m_from_noahmp from new to old metadata -INFO: Converting local name tau_ogw of variable time_integral_of_momentum_flux_due_to_orographic_gravity_wave_drag from new to old metadata -INFO: Converting local name topflw_type of variable topflw_type from new to old metadata -INFO: Converting local name cnv_nice of variable number_concentration_of_ice_crystals_for_detrainment from new to old metadata -INFO: Converting local name cscnv of variable flag_for_Chikira_Sugiyama_deep_convection from new to old metadata -INFO: Converting local name u10mi_cpl of variable instantaneous_x_wind_at_10m_for_coupling from new to old metadata -INFO: Converting local name fh2_ocean of variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_ocean from new to old metadata -INFO: Converting local name phii of variable geopotential_at_interface from new to old metadata -INFO: Converting local name gq0(:,:,index_for_graupel) of variable graupel_mixing_ratio_updated_by_physics from new to old metadata -INFO: Converting local name ntgl of variable index_for_graupel from new to old metadata -INFO: Converting local name nvisdfi_cpl of variable instantaneous_surface_net_downward_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name norad_precip of variable flag_for_precipitation_effect_on_radiation from new to old metadata -INFO: Converting local name dq3dt(:,:,5) of variable cumulative_change_in_ozone_mixing_ratio_due_to_PBL from new to old metadata -INFO: Converting local name dusfcg of variable instantaneous_x_stress_due_to_gravity_wave_drag from new to old metadata -INFO: Converting local name stype of variable soil_type_classification_real from new to old metadata -INFO: Converting local name lwhtr of variable flag_for_output_of_longwave_heating_rate from new to old metadata -INFO: Converting local name skebv_wts of variable weights_for_stochastic_skeb_perturbation_of_y_wind_flipped from new to old metadata -INFO: Converting local name prnum of variable prandtl_number from new to old metadata -INFO: Converting local name dtsfcin_cpl of variable surface_upward_sensible_heat_flux_for_coupling from new to old metadata -INFO: Converting local name sigmatot of variable convective_updraft_area_fraction_at_model_interfaces from new to old metadata -INFO: Converting local name rann of variable random_number_array from new to old metadata -INFO: Converting local name work2 of variable grid_size_related_coefficient_used_in_scale_sensitive_schemes_complement from new to old metadata -INFO: Converting local name ep1d_land of variable surface_upward_potential_latent_heat_flux_over_land from new to old metadata -INFO: Converting local name num_p3d of variable array_dimension_of_3d_arrays_for_microphysics from new to old metadata -INFO: Converting local name frac_grid of variable flag_for_fractional_grid from new to old metadata -INFO: Converting local name dtdtc of variable tendency_of_air_temperature_due_to_radiative_heating_assuming_clear_sky from new to old metadata -INFO: Converting local name chxy of variable surface_drag_coefficient_for_heat_and_moisture_for_noahmp from new to old metadata -INFO: Converting local name dtauy2d_bl of variable y_momentum_tendency_from_blocking_drag from new to old metadata -INFO: Converting local name dtsfc of variable cumulative_surface_upward_sensible_heat_flux_for_diag_multiplied_by_timestep from new to old metadata -INFO: Converting local name gflx_ocean of variable upward_heat_flux_in_soil_over_ocean from new to old metadata -INFO: Converting local name deeprechxy of variable water_table_recharge_when_deep from new to old metadata -INFO: Converting local name imfshalcnv_sas of variable flag_for_sas_shallow_convection_scheme from new to old metadata -INFO: Converting local name woodxy of variable wood_mass from new to old metadata -INFO: Converting local name phy_f3d(:,:,3) of variable air_temperature_at_previous_time_step from new to old metadata -INFO: Converting local name otspt of variable flag_convective_tracer_transport from new to old metadata -INFO: Converting local name tsurf of variable surface_skin_temperature_after_iteration from new to old metadata -INFO: Converting local name phy_f2d(:,array_dimension_of_2d_arrays_for_microphysics) of variable surface_wind_enhancement_due_to_convection from new to old metadata -INFO: Converting local name num_p2d of variable array_dimension_of_2d_arrays_for_microphysics from new to old metadata -INFO: Converting local name diss_est of variable dissipation_estimate_of_air_temperature_at_model_layers from new to old metadata -INFO: Converting local name ffmm_land of variable Monin_Obukhov_similarity_function_for_momentum_over_land from new to old metadata -INFO: Converting local name imfshalcnv of variable flag_for_mass_flux_shallow_convection_scheme from new to old metadata -INFO: Converting local name iopt_rad of variable flag_for_radiation_transfer_option from new to old metadata -INFO: Converting local name effr_in of variable flag_for_cloud_effective_radii from new to old metadata -INFO: Converting local name Sh3D of variable stability_function_for_heat from new to old metadata -INFO: Converting local name con_sbc of variable stefan_boltzmann_constant from new to old metadata -INFO: Converting local name phy_myj_z0base of variable baseline_surface_roughness_length from new to old metadata -INFO: Converting local name sdec of variable sine_of_solar_declination_angle from new to old metadata -INFO: Converting local name f_ice of variable fraction_of_ice_water_cloud from new to old metadata -INFO: Converting local name qs of variable cloud_snow_specific_humidity_at_Lagrangian_surface from new to old metadata -INFO: Converting local name iflip of variable flag_for_vertical_index_direction_control from new to old metadata -INFO: Converting local name draincprv of variable convective_precipitation_rate_from_previous_timestep from new to old metadata -INFO: Converting local name icsdsw of variable seed_random_numbers_sw from new to old metadata -INFO: Converting local name dtaux2d_bl of variable x_momentum_tendency_from_blocking_drag from new to old metadata -INFO: Converting local name uustar_ocean of variable surface_friction_velocity_over_ocean from new to old metadata -INFO: Converting local name zlwb of variable height_of_low_level_wave_breaking from new to old metadata -INFO: Converting local name sigma of variable slope_of_subgrid_orography from new to old metadata -INFO: Converting local name cd_land of variable surface_drag_coefficient_for_momentum_in_air_over_land from new to old metadata -INFO: Converting local name shoc_parm(5) of variable shoc_flag_for_optional_surface_TKE_dissipation from new to old metadata -INFO: Converting local name qss_ice of variable surface_specific_humidity_over_ice from new to old metadata -INFO: Converting local name graupel of variable lwe_thickness_of_graupel_amount_on_dynamics_timestep from new to old metadata -INFO: Converting local name do_myjsfc of variable do_myjsfc from new to old metadata -INFO: Converting local name htsw0 of variable tendency_of_air_temperature_due_to_shortwave_heating_assuming_clear_sky_on_radiation_time_step from new to old metadata -INFO: Converting local name ep of variable cumulative_surface_upward_potential_latent_heat_flux_multiplied_by_timestep from new to old metadata -INFO: Converting local name tprcp of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep from new to old metadata -INFO: Converting local name dnirdf_cpl of variable cumulative_surface_downwelling_diffuse_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name qwv_surf of variable water_vapor_mixing_ratio_at_surface from new to old metadata -INFO: Converting local name fm10_ocean of variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_ocean from new to old metadata -INFO: Converting local name QC_BL of variable subgrid_cloud_mixing_ratio_pbl from new to old metadata -INFO: Converting local name adjsfculw_ice of variable surface_upwelling_longwave_flux_over_ice_interstitial from new to old metadata -INFO: Converting local name tsfci_cpl of variable instantaneous_surface_skin_temperature_for_coupling from new to old metadata -INFO: Converting local name pertz0 of variable magnitude_of_perturbation_of_momentum_roughness_length from new to old metadata -INFO: Converting local name eahxy of variable canopy_air_vapor_pressure from new to old metadata -INFO: Converting local name cnv_dqldt of variable tendency_of_cloud_water_due_to_convective_microphysics from new to old metadata -INFO: Converting local name gq0 of variable tracer_concentration_updated_by_physics from new to old metadata -INFO: Converting local name iopt_dveg of variable flag_for_dynamic_vegetation_option from new to old metadata -INFO: Converting local name gv0(:,1) of variable y_wind_at_lowest_model_layer_updated_by_physics from new to old metadata -INFO: Converting local name first_time_step of variable flag_for_first_time_step from new to old metadata -INFO: Converting local name dtaux2d_ss of variable x_momentum_tendency_from_small_scale_gwd from new to old metadata -INFO: Converting local name wetdpl of variable instantaneous_large_scale_wet_deposition from new to old metadata -INFO: Converting local name cndm_surf of variable surface_condensation_mass from new to old metadata -INFO: Converting local name cmm_land of variable surface_drag_wind_speed_for_momentum_in_air_over_land from new to old metadata -INFO: Converting local name fh2 of variable Monin_Obukhov_similarity_function_for_heat_at_2m from new to old metadata -INFO: Converting local name gw_dudt of variable tendency_of_x_wind_due_to_ugwp from new to old metadata -INFO: Converting local name shinhong of variable flag_for_scale_aware_Shinhong_PBL from new to old metadata -INFO: Converting local name maxMF of variable maximum_mass_flux from new to old metadata -INFO: Converting local name gu0 of variable x_wind_updated_by_physics from new to old metadata -INFO: Converting local name ncstrac of variable number_of_tracers_for_CS from new to old metadata -INFO: Converting local name do_qa of variable flag_for_inline_cloud_fraction_calculation from new to old metadata -INFO: Converting local name pgr of variable surface_air_pressure from new to old metadata -INFO: Converting local name del of variable air_pressure_difference_between_midlayers from new to old metadata -INFO: Converting local name nqrimef of variable index_for_mass_weighted_rime_factor from new to old metadata -INFO: Converting local name du3dt(:,:,1) of variable cumulative_change_in_x_wind_due_to_PBL from new to old metadata -INFO: Converting local name raincs of variable lwe_thickness_of_shallow_convective_precipitation_amount from new to old metadata -INFO: Converting local name xlaixy of variable leaf_area_index from new to old metadata -INFO: Converting local name iopt_alb of variable flag_for_ground_snow_surface_albedo_option from new to old metadata -INFO: Converting local name moninq_fac of variable atmosphere_diffusivity_coefficient_factor from new to old metadata -INFO: Converting local name work3 of variable ratio_of_exner_function_between_midlayer_and_interface_at_lowest_model_layer from new to old metadata -INFO: Converting local name adjnirbmd of variable surface_downwelling_direct_near_infrared_shortwave_flux from new to old metadata -INFO: Converting local name imp_physics_zhao_carr_pdf of variable flag_for_zhao_carr_pdf_microphysics_scheme from new to old metadata -INFO: Converting local name dv3dt(:,:,3) of variable cumulative_change_in_y_wind_due_to_deep_convection from new to old metadata -INFO: Converting local name evcwa of variable cumulative_canopy_upward_latent_heat_flu_multiplied_by_timestep from new to old metadata -INFO: Converting local name lsm_noah of variable flag_for_noah_land_surface_scheme from new to old metadata -INFO: Converting local name ntk of variable index_for_turbulent_kinetic_energy_convective_transport_tracer from new to old metadata -INFO: Converting local name qsnw of variable local_snow_water_mixing_ratio from new to old metadata -INFO: Converting local name edmf_thl of variable emdf_updraft_theta_l from new to old metadata -INFO: Converting local name crtrh(2) of variable critical_relative_humidity_at_PBL_top from new to old metadata -INFO: Converting local name xv of variable diurnal_thermocline_layer_y_current from new to old metadata -INFO: Converting local name rlapse of variable air_temperature_lapse_rate_constant from new to old metadata -INFO: Converting local name clw(:,:,1) of variable ice_water_mixing_ratio_convective_transport_tracer from new to old metadata -INFO: Converting local name levozp of variable vertical_dimension_of_ozone_forcing_data from new to old metadata -INFO: Converting local name spfhmax of variable maximum_specific_humidity_at_2m from new to old metadata -INFO: Converting local name runoff of variable surface_runoff_flux from new to old metadata -INFO: Converting local name do_sb_physics of variable mg_flag_for_sb2001_autoconversion from new to old metadata -INFO: Converting local name phy_myj_a1q of variable weight_for_specific_humidity_at_viscous_sublayer_top from new to old metadata -INFO: Converting local name cactiv of variable conv_activity_counter from new to old metadata -INFO: Converting local name clw(:,:,index_for_turbulent_kinetic_energy_convective_transport_tracer) of variable turbulent_kinetic_energy_convective_transport_tracer from new to old metadata -INFO: Converting local name oz_phys_2015 of variable flag_for_2015_ozone_physics from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_snow_number_concentration) of variable snow_number_concentration from new to old metadata -INFO: Converting local name ntsnc of variable index_for_snow_number_concentration from new to old metadata -INFO: Converting local name dlwsfci_cpl of variable instantaneous_surface_downwelling_longwave_flux_for_coupling from new to old metadata -INFO: Converting local name errflg of variable ccpp_error_flag from new to old metadata -INFO: Converting local name kbot of variable vertical_index_at_cloud_base from new to old metadata -INFO: Converting local name clw_surf of variable cloud_condensed_water_mixing_ratio_at_surface from new to old metadata -INFO: Converting local name skebu_wts of variable weights_for_stochastic_skeb_perturbation_of_x_wind from new to old metadata -INFO: Converting local name snowprv of variable lwe_thickness_of_snow_amount_from_previous_timestep from new to old metadata -INFO: Converting local name spec_adv of variable flag_for_individual_cloud_species_advected from new to old metadata -INFO: Converting local name rainmp of variable lwe_thickness_of_explicit_rain_amount from new to old metadata -INFO: Converting local name jdat of variable forecast_date_and_time from new to old metadata -INFO: Converting local name ntrcaer of variable number_of_aerosol_tracers_MG from new to old metadata -INFO: Converting local name gflux of variable cumulative_surface_ground_heat_flux_multiplied_by_timestep from new to old metadata -INFO: Converting local name q1 of variable water_vapor_specific_humidity_at_lowest_model_layer_for_diag from new to old metadata -INFO: Converting local name gq0(:,1,index_for_water_vapor) of variable water_vapor_specific_humidity_at_lowest_model_layer_updated_by_physics from new to old metadata -INFO: Converting local name nday of variable daytime_points_dimension from new to old metadata -INFO: Converting local name cs_parm(9) of variable entrainment_efficiency_tunable_parameter_9_CS from new to old metadata -INFO: Converting local name flx_form of variable flag_flux_form_CS from new to old metadata -INFO: Converting local name dtsfc_cpl of variable cumulative_surface_upward_sensible_heat_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name nstf_name(1) of variable flag_for_nsstm_run from new to old metadata -INFO: Converting local name ca_sgs of variable flag_for_sgs_cellular_automata from new to old metadata -INFO: Converting local name mg_qcmin(1) of variable mg_minimum_cloud_condensed_water_mixing_ratio from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio from new to old metadata -INFO: Converting local name rilist of variable gas_constants_for_multi_gases_physics from new to old metadata -INFO: Converting local name dtauy2d_ls of variable y_momentum_tendency_from_large_scale_gwd from new to old metadata -INFO: Converting local name oz_coeff of variable number_of_coefficients_in_ozone_forcing_data from new to old metadata -INFO: Converting local name edmf_qt of variable emdf_updraft_total_water from new to old metadata -INFO: Converting local name stmassxy of variable stem_mass from new to old metadata -INFO: Converting local name dgraupelprv of variable graupel_precipitation_rate_from_previous_timestep from new to old metadata -INFO: Converting local name gq0(:,:,index_for_mass_weighted_rime_factor) of variable mass_weighted_rime_factor_updated_by_physics from new to old metadata -INFO: Converting local name alnwf of variable mean_nir_albedo_with_weak_cosz_dependency from new to old metadata -INFO: Converting local name smoiseq of variable equilibrium_soil_water_content from new to old metadata -INFO: Converting local name psautco of variable coefficient_from_cloud_ice_to_snow from new to old metadata -INFO: Converting local name fhlwr of variable frequency_for_longwave_radiation from new to old metadata -INFO: Converting local name xtts of variable sensitivity_of_dtl_heat_content_to_surface_temperature from new to old metadata -INFO: Converting local name tracers_start_index of variable start_index_of_other_tracers from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_ice_cloud_condensate) of variable tendency_of_ice_cloud_water_mixing_ratio_due_to_model_physics from new to old metadata -INFO: Converting local name jsd of variable starting_y_direction_index_domain from new to old metadata -INFO: Converting local name semis_land of variable surface_longwave_emissivity_over_land_interstitial from new to old metadata -INFO: Converting local name tdomr of variable dominant_rain_type from new to old metadata -INFO: Converting local name conv_act of variable gf_memory_counter from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_ice_cloud_number_concentration) of variable ice_number_concentration from new to old metadata -INFO: Converting local name ugrs(:,1) of variable x_wind_at_lowest_model_layer from new to old metadata -INFO: Converting local name qicn of variable mass_fraction_of_convective_cloud_ice from new to old metadata -INFO: Converting local name fh2_ice of variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_ice from new to old metadata -INFO: Converting local name tsq of variable t_prime_squared from new to old metadata -INFO: Converting local name tdomip of variable dominant_sleet_type from new to old metadata -INFO: Converting local name lslwr of variable flag_to_calc_lw from new to old metadata -INFO: Converting local name GFS_cldprop_type of variable GFS_cldprop_type from new to old metadata -INFO: Converting local name imp_physics of variable flag_for_microphysics_scheme from new to old metadata -INFO: Converting local name sfcalb(:,1) of variable surface_albedo_due_to_near_IR_direct from new to old metadata -INFO: Converting local name mg_do_graupel of variable mg_flag_for_graupel from new to old metadata -INFO: Converting local name soilm of variable soil_moisture_content from new to old metadata -INFO: Converting local name exch_m of variable atmosphere_momentum_diffusivity_for_mynnpbl from new to old metadata -INFO: Converting local name wetdpc of variable instantaneous_convective_scale_wet_deposition from new to old metadata -INFO: Converting local name el_pbl of variable mixing_length from new to old metadata -INFO: Converting local name ncnvc of variable index_for_convective_cloud_cover_in_phy_f3d from new to old metadata -INFO: Converting local name fn_nml of variable namelist_filename from new to old metadata -INFO: Converting local name weasd_ocean of variable water_equivalent_accumulated_snow_depth_over_ocean from new to old metadata -INFO: Converting local name evfact_deep of variable rain_evaporation_coefficient_deep_convection from new to old metadata -INFO: Converting local name dqsfc of variable cumulative_surface_upward_latent_heat_flux_for_diag_multiplied_by_timestep from new to old metadata -INFO: Converting local name totgrpb of variable accumulated_lwe_thickness_of_graupel_amount_in_bucket from new to old metadata -INFO: Converting local name trans_aero of variable flag_for_aerosol_convective_transport_and_PBL_diffusion from new to old metadata -INFO: Converting local name dusfc_bl of variable integrated_x_momentum_flux_from_blocking_drag from new to old metadata -INFO: Converting local name gw_kdis of variable eddy_mixing_due_to_ugwp from new to old metadata -INFO: Converting local name mg_qcmin of variable mg_minimum_cloud_condensed_water_and_ice_mixing_ratio from new to old metadata -INFO: Converting local name dq3dt(:,:,3) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_shal_convection from new to old metadata -INFO: Converting local name qi of variable cloud_ice_specific_humidity_at_Lagrangian_surface from new to old metadata -INFO: Converting local name imfshalcnv_gf of variable flag_for_ntiedtke_shallow_convection_scheme from new to old metadata -INFO: Converting local name zorl_ocean of variable surface_roughness_length_over_ocean_interstitial from new to old metadata -INFO: Converting local name tsfc_ice of variable surface_skin_temperature_over_ice_interstitial from new to old metadata -INFO: Converting local name input_nml_file_length of variable number_of_lines_of_namelist_filename_for_internal_file_reads from new to old metadata -INFO: Converting local name flhc of variable surface_exchange_coefficient_for_heat from new to old metadata -INFO: Converting local name qke of variable tke_at_mass_points from new to old metadata -INFO: Converting local name snowd of variable surface_snow_thickness_water_equivalent from new to old metadata -INFO: Converting local name ncpr of variable local_rain_number_concentration from new to old metadata -INFO: Converting local name ldiag3d of variable flag_diagnostics_3D from new to old metadata -INFO: Converting local name ffhh_ocean of variable Monin_Obukhov_similarity_function_for_heat_over_ocean from new to old metadata -INFO: Converting local name nsamftrac of variable number_of_tracers_for_samf from new to old metadata -INFO: Converting local name con_hvap of variable latent_heat_of_vaporization_of_water_at_0C from new to old metadata -INFO: Converting local name dtaux2d_fd of variable x_momentum_tendency_from_form_drag from new to old metadata -INFO: Converting local name levh2o of variable vertical_dimension_of_h2o_forcing_data from new to old metadata -INFO: Converting local name ras of variable flag_for_ras_deep_convection from new to old metadata -INFO: Converting local name ialb of variable flag_for_using_climatology_albedo from new to old metadata -INFO: Converting local name raincd of variable lwe_thickness_of_deep_convective_precipitation_amount from new to old metadata -INFO: Converting local name alb1d of variable surface_albedo_perturbation from new to old metadata -INFO: Converting local name nwat of variable number_of_water_species from new to old metadata -INFO: Converting local name dwn_mf of variable cumulative_atmosphere_downdraft_convective_mass_flux from new to old metadata -INFO: Converting local name save_t of variable air_temperature_save from new to old metadata -INFO: Converting local name fice of variable sea_ice_concentration from new to old metadata -INFO: Converting local name dvisdf_cpl of variable cumulative_surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name cvb of variable pressure_at_bottom_of_convective_cloud from new to old metadata -INFO: Converting local name save_q(:,:,index_for_ice_cloud_condensate) of variable ice_water_mixing_ratio_save from new to old metadata -INFO: Converting local name gq0(:,:,index_for_snow_water) of variable snow_water_mixing_ratio_updated_by_physics from new to old metadata -INFO: Converting local name qrain of variable sensible_heat_flux_due_to_rainfall from new to old metadata -INFO: Converting local name stress_ocean of variable surface_wind_stress_over_ocean from new to old metadata -INFO: Converting local name adjsfculw_land of variable surface_upwelling_longwave_flux_over_land_interstitial from new to old metadata -INFO: Converting local name ndust of variable number_of_dust_bins_for_diagnostics from new to old metadata -INFO: Converting local name GFS_radtend_type of variable GFS_radtend_type from new to old metadata -INFO: Converting local name ngas of variable number_of_gases_for_multi_gases_physics from new to old metadata -INFO: Converting local name diceprv of variable ice_precipitation_rate_from_previous_timestep from new to old metadata -INFO: Converting local name con_ttp of variable triple_point_temperature_of_water from new to old metadata -INFO: Converting local name rechxy of variable water_table_recharge_when_shallow from new to old metadata -INFO: Converting local name ffhh of variable Monin_Obukhov_similarity_function_for_heat from new to old metadata -INFO: Converting local name edmf_w of variable emdf_updraft_vertical_velocity from new to old metadata -INFO: Converting local name sed_supersat of variable mg_allow_supersat_after_sed from new to old metadata -INFO: Converting local name sr of variable ratio_of_snowfall_to_rainfall from new to old metadata -INFO: Converting local name stc of variable soil_temperature from new to old metadata -INFO: Converting local name idate of variable date_and_time_at_model_initialization_reordered from new to old metadata -INFO: Converting local name nctp of variable number_of_cloud_types_CS from new to old metadata -INFO: Converting local name levrp1 of variable number_of_vertical_layers_for_radiation_calculations_plus_one from new to old metadata -INFO: Converting local name v10mmax of variable maximum_y_wind_at_10m from new to old metadata -INFO: Converting local name clouds(:,:,8) of variable cloud_snow_water_path from new to old metadata -INFO: Converting local name dusfc of variable cumulative_surface_x_momentum_flux_for_diag_multiplied_by_timestep from new to old metadata -INFO: Converting local name sfcalb(:,3) of variable surface_albedo_due_to_UV_and_VIS_direct from new to old metadata -INFO: Converting local name zmtnblck of variable level_of_dividing_streamline from new to old metadata -INFO: Converting local name xcosz of variable instantaneous_cosine_of_zenith_angle from new to old metadata -INFO: Converting local name CCPP_interstitial_type of variable CCPP_interstitial_type from new to old metadata -INFO: Converting local name theta of variable angle_from_east_of_maximum_subgrid_orographic_variations from new to old metadata -INFO: Converting local name nbdsw of variable number_of_aerosol_bands_for_shortwave_radiation from new to old metadata -INFO: Converting local name dqsfc1 of variable instantaneous_surface_upward_latent_heat_flux from new to old metadata -INFO: Converting local name htrsw of variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_timestep from new to old metadata -INFO: Converting local name gq0(:,:,index_for_graupel_number_concentration) of variable graupel_number_concentration_updated_by_physics from new to old metadata -INFO: Converting local name ntgnc of variable index_for_graupel_number_concentration from new to old metadata -INFO: Converting local name semis of variable surface_longwave_emissivity from new to old metadata -INFO: Converting local name ca_smooth of variable flag_for_gaussian_spatial_filter from new to old metadata -INFO: Converting local name zhour of variable time_since_diagnostics_zeroed from new to old metadata -INFO: Converting local name uswsfci of variable surface_upwelling_shortwave_flux from new to old metadata -INFO: Converting local name dq3dt(:,:,6) of variable cumulative_change_in_ozone_concentration_due_to_production_and_loss_rate from new to old metadata -INFO: Converting local name con_t0c of variable temperature_at_zero_celsius from new to old metadata -INFO: Converting local name dvsfcin_cpl of variable surface_y_momentum_flux_for_coupling from new to old metadata -INFO: Converting local name runoff of variable total_runoff from new to old metadata -INFO: Converting local name upd_mf of variable cumulative_atmosphere_updraft_convective_mass_flux from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_for_cloud_fraction_in_3d_arrays_for_microphysics) of variable cloud_fraction_for_MG from new to old metadata -INFO: Converting local name indcld of variable index_for_cloud_fraction_in_3d_arrays_for_microphysics from new to old metadata -INFO: Converting local name vegtype of variable vegetation_type_classification from new to old metadata -INFO: Converting local name ied of variable ending_x_direction_index_domain from new to old metadata -INFO: Converting local name transa of variable cumulative_transpiration_flux_multiplied_by_timestep from new to old metadata -INFO: Converting local name dt3dt(:,:,2) of variable cumulative_change_in_temperature_due_to_shortwave_radiation from new to old metadata -INFO: Converting local name dvsfc_ls of variable integrated_y_momentum_flux_from_large_scale_gwd from new to old metadata -INFO: Converting local name snowd_ocean of variable surface_snow_thickness_water_equivalent_over_ocean from new to old metadata -INFO: Converting local name clouds(:,:,2) of variable cloud_liquid_water_path from new to old metadata -INFO: Converting local name visbmui of variable surface_upwelling_direct_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name plvl of variable air_pressure_at_interface_for_radiation_in_hPa from new to old metadata -INFO: Converting local name uustar_land of variable surface_friction_velocity_over_land from new to old metadata -INFO: Converting local name phy_myj_akms of variable momentum_exchange_coefficient_for_MYJ_schemes from new to old metadata -INFO: Converting local name cnv_fice of variable ice_fraction_in_convective_tower from new to old metadata -INFO: Converting local name nbdlw of variable number_of_aerosol_bands_for_longwave_radiation from new to old metadata -INFO: Converting local name dudt_mtb of variable instantaneous_change_in_x_wind_due_to_mountain_blocking_drag from new to old metadata -INFO: Converting local name rb_ocean of variable bulk_richardson_number_at_lowest_model_level_over_ocean from new to old metadata -INFO: Converting local name ccnorm of variable flag_for_cloud_condensate_normalized_by_cloud_cover from new to old metadata -INFO: Converting local name dqdt of variable tendency_of_tracers_due_to_model_physics from new to old metadata -INFO: Converting local name u10m of variable x_wind_at_10m from new to old metadata -INFO: Converting local name tmpmin of variable minimum_temperature_at_2m from new to old metadata -INFO: Converting local name save_u of variable x_wind_save from new to old metadata -INFO: Converting local name tsnow of variable snow_temperature_bottom_first_layer from new to old metadata -INFO: Converting local name kind_INTEGER of variable kind_INTEGER from new to old metadata -INFO: Converting local name nswsfc_cpl of variable cumulative_surface_net_downward_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name vgrs(:,1) of variable y_wind_at_lowest_model_layer from new to old metadata -INFO: Converting local name bl_mynn_edmf_tke of variable edmf_tke_transport_flag from new to old metadata -INFO: Converting local name tile_num of variable number_of_tile from new to old metadata -INFO: Converting local name con_pi of variable pi from new to old metadata -INFO: Converting local name abem of variable instantaneous_anthopogenic_and_biomass_burning_emissions from new to old metadata -INFO: Converting local name latidxprnt of variable latitude_index_in_debug_printouts from new to old metadata -INFO: Converting local name tcrf of variable cloud_phase_transition_denominator from new to old metadata -INFO: Converting local name cpilist of variable specific_heat_capacities_for_multi_gases_physics from new to old metadata -INFO: Converting local name tprcp_ocean of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_ocean from new to old metadata -INFO: Converting local name vgrs of variable y_wind from new to old metadata -INFO: Converting local name me of variable mpi_rank from new to old metadata -INFO: Converting local name nseffr of variable index_for_snow_effective_radius from new to old metadata -INFO: Converting local name crtrh(1) of variable critical_relative_humidity_at_surface from new to old metadata -INFO: Converting local name nrcm of variable array_dimension_of_random_number from new to old metadata -INFO: Converting local name phy_f2d(:,2) of variable surface_air_pressure_at_previous_time_step from new to old metadata -INFO: Converting local name totice of variable accumulated_lwe_thickness_of_ice_amount from new to old metadata -INFO: Converting local name vdftra of variable vertically_diffused_tracer_concentration from new to old metadata -INFO: Converting local name clam_shal of variable entrainment_rate_coefficient_shallow_convection from new to old metadata -INFO: Converting local name ulwsfc of variable cumulative_surface_upwelling_longwave_flux_multiplied_by_timestep from new to old metadata -INFO: Converting local name cldf of variable cloud_area_fraction from new to old metadata -INFO: Converting local name prslk of variable dimensionless_exner_function_at_model_layers from new to old metadata -INFO: Converting local name imp_physics_wsm6 of variable flag_for_wsm6_microphysics_scheme from new to old metadata -INFO: Converting local name blksz(ccpp_block_number) of variable horizontal_loop_extent from new to old metadata -INFO: Converting local name dtp of variable time_step_for_physics from new to old metadata -INFO: Converting local name nnirdf_cpl of variable cumulative_surface_net_downward_diffuse_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name tsurf_ice of variable surface_skin_temperature_after_iteration_over_ice from new to old metadata -INFO: Converting local name snowfallac of variable total_accumulated_snowfall from new to old metadata -INFO: Converting local name solhr of variable forecast_hour_of_the_day from new to old metadata -INFO: Converting local name use_zmtnblck of variable flag_for_mountain_blocking from new to old metadata -INFO: Converting local name sfcflw_type of variable sfcflw_type from new to old metadata -INFO: Converting local name rhofr of variable density_of_frozen_precipitation from new to old metadata -INFO: Converting local name dxmax of variable maximum_scaling_factor_for_critical_relative_humidity from new to old metadata -INFO: Converting local name rainc_cpl of variable lwe_thickness_of_convective_precipitation_amount_for_coupling from new to old metadata -INFO: Converting local name prautco of variable coefficient_from_cloud_water_to_rain from new to old metadata -INFO: Converting local name cumabs of variable maximum_column_heating_rate from new to old metadata -INFO: Converting local name Statein of variable GFS_statein_type_instance from new to old metadata -INFO: Converting local name ntasks of variable mpi_size from new to old metadata -INFO: Converting local name qsq of variable q_prime_squared from new to old metadata -INFO: Converting local name bl_mynn_mixqt of variable mix_total_water_flag from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_turbulent_kinetic_energy) of variable tendency_of_turbulent_kinetic_energy_due_to_model_physics from new to old metadata -INFO: Converting local name ntke of variable index_for_turbulent_kinetic_energy from new to old metadata -INFO: Converting local name kmp of variable top_layer_index_for_fast_physics from new to old metadata -INFO: Converting local name ffhh_ice of variable Monin_Obukhov_similarity_function_for_heat_over_ice from new to old metadata -INFO: Converting local name dq3dt(:,:,1) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_PBL from new to old metadata -INFO: Converting local name con_hfus of variable latent_heat_of_fusion_of_water_at_0C from new to old metadata -INFO: Converting local name isubc_lw of variable flag_for_lw_clouds_without_sub_grid_approximation from new to old metadata -INFO: Converting local name du3dt(:,:,3) of variable cumulative_change_in_x_wind_due_to_deep_convection from new to old metadata -INFO: Converting local name clx of variable fraction_of_grid_box_with_subgrid_orography_higher_than_critical_height from new to old metadata -INFO: Converting local name shoc_parm(4) of variable shoc_implicit_TKE_integration_uncentering_term from new to old metadata -INFO: Converting local name gasvmr(:,:,7) of variable volume_mixing_ratio_cfc12 from new to old metadata -INFO: Converting local name cappa of variable cappa_moist_gas_constant_at_Lagrangian_surface from new to old metadata -INFO: Converting local name cf_upi of variable convective_cloud_fraction_for_microphysics from new to old metadata -INFO: Converting local name cdata of variable ccpp_t_instance from new to old metadata -INFO: Converting local name phy_myj_akhs of variable heat_exchange_coefficient_for_MYJ_schemes from new to old metadata -INFO: Converting local name sedim of variable instantaneous_sedimentation from new to old metadata -INFO: Converting local name graupelmp of variable lwe_thickness_of_graupel_amount from new to old metadata -INFO: Converting local name skebu_wts of variable weights_for_stochastic_skeb_perturbation_of_x_wind_flipped from new to old metadata -INFO: Converting local name GFS_control_type of variable GFS_control_type from new to old metadata -INFO: Converting local name yearlen of variable number_of_days_in_year from new to old metadata -INFO: Converting local name save_q(:,:,index_for_water_vapor) of variable water_vapor_specific_humidity_save from new to old metadata -INFO: Converting local name smois of variable volume_fraction_of_soil_moisture_for_land_surface_model from new to old metadata -INFO: Converting local name gq0(:,:,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio_updated_by_physics from new to old metadata -INFO: Converting local name pwat of variable column_precipitable_water from new to old metadata -INFO: Converting local name cld1d of variable cloud_work_function from new to old metadata -INFO: Converting local name qvi of variable gas_tracers_for_multi_gas_physics_at_Lagrangian_surface from new to old metadata -INFO: Converting local name gabsbdlw of variable surface_downwelling_longwave_flux_absorbed_by_ground from new to old metadata -INFO: Converting local name tau_ngw of variable time_integral_of_momentum_flux_due_to_nonstationary_gravity_wave from new to old metadata -INFO: Converting local name xlat_d of variable latitude_degree from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_for_ice_effective_radius) of variable effective_radius_of_stratiform_cloud_ice_particle_in_um from new to old metadata -INFO: Converting local name nieffr of variable index_for_ice_effective_radius from new to old metadata -INFO: Converting local name do_ca of variable flag_for_cellular_automata from new to old metadata -INFO: Converting local name wtxy of variable water_storage_in_aquifer_and_saturated_soil from new to old metadata -INFO: Converting local name srunoff of variable surface_runoff from new to old metadata -INFO: Converting local name ntrnc of variable index_for_rain_number_concentration from new to old metadata -INFO: Converting local name ustm of variable surface_friction_velocity_drag from new to old metadata -INFO: Converting local name cnvprcp of variable cumulative_lwe_thickness_of_convective_precipitation_amount from new to old metadata -INFO: Converting local name imfdeepcnv_samf of variable flag_for_samf_deep_convection_scheme from new to old metadata -INFO: Converting local name si of variable vertical_sigma_coordinate_for_radiation_initialization from new to old metadata -INFO: Converting local name gwdcu of variable tendency_of_x_wind_due_to_convective_gravity_wave_drag from new to old metadata -INFO: Converting local name elvmax of variable maximum_subgrid_orography from new to old metadata -INFO: Converting local name slimskin_cpl of variable sea_land_ice_mask_in from new to old metadata -INFO: Converting local name dtsfc_cice of variable surface_upward_sensible_heat_flux_for_coupling_interstitial from new to old metadata -INFO: Converting local name do_mynnedmf of variable do_mynnedmf from new to old metadata -INFO: Converting local name zorll of variable surface_roughness_length_over_land from new to old metadata -INFO: Converting local name nswsfci_cpl of variable instantaneous_surface_net_downward_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name do_cldice of variable mg_flag_for_cloud_ice_processes from new to old metadata -INFO: Converting local name alboldxy of variable snow_albedo_at_previous_time_step from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_graupel) of variable graupel_mixing_ratio from new to old metadata -INFO: Converting local name rhcmax of variable maximum_critical_relative_humidity from new to old metadata -INFO: Converting local name Stateout of variable GFS_stateout_type_instance from new to old metadata -INFO: Converting local name nirbmdi of variable surface_downwelling_direct_near_infrared_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name gfluxi of variable instantaneous_surface_ground_heat_flux from new to old metadata -INFO: Converting local name drainncprv of variable explicit_rainfall_rate_from_previous_timestep from new to old metadata -INFO: Converting local name gflx of variable upward_heat_flux_in_soil from new to old metadata -INFO: Converting local name hflx_ocean of variable kinematic_surface_upward_sensible_heat_flux_over_ocean from new to old metadata -INFO: Converting local name nvdiff of variable number_of_vertical_diffusion_tracers from new to old metadata -INFO: Converting local name dspheat of variable flag_TKE_dissipation_heating from new to old metadata -INFO: Converting local name fhswr of variable frequency_for_shortwave_radiation from new to old metadata -INFO: Converting local name nthreads of variable omp_threads from new to old metadata -INFO: Converting local name islmsk of variable sea_land_ice_mask from new to old metadata -INFO: Converting local name ntchmdiag of variable number_of_chemical_tracers_for_diagnostics from new to old metadata -INFO: Converting local name nstf_name(5) of variable vertical_temperature_average_range_upper_bound from new to old metadata -INFO: Converting local name forceq of variable moisture_tendency_due_to_dynamics from new to old metadata -INFO: Converting local name nseasalt of variable number_of_seasalt_bins_for_diagnostics from new to old metadata -INFO: Converting local name gasvmr(:,:,2) of variable volume_mixing_ratio_n2o from new to old metadata -INFO: Converting local name ctei_rml of variable grid_sensitive_critical_cloud_top_entrainment_instability_criteria from new to old metadata -INFO: Converting local name sfc_wts of variable weights_for_stochastic_surface_physics_perturbation from new to old metadata -INFO: Converting local name oc of variable convexity_of_subgrid_orography from new to old metadata -INFO: Converting local name ep1d of variable surface_upward_potential_latent_heat_flux from new to old metadata -INFO: Converting local name u10mmax of variable maximum_x_wind_at_10m from new to old metadata -INFO: Converting local name nca of variable number_of_independent_cellular_automata from new to old metadata -INFO: Converting local name rtmassxy of variable fine_root_mass from new to old metadata -INFO: Converting local name ffmm_ocean of variable Monin_Obukhov_similarity_function_for_momentum_over_ocean from new to old metadata -INFO: Converting local name pertlai of variable magnitude_of_perturbation_of_leaf_area_index from new to old metadata -INFO: Converting local name mg_ncnst of variable mg_drop_concentration_constant from new to old metadata -INFO: Converting local name pgcon_shal of variable momentum_transport_reduction_factor_pgf_shallow_convection from new to old metadata -INFO: Converting local name edmf_qc of variable emdf_updraft_cloud_water from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_graupel) of variable tendency_of_graupel_mixing_ratio_due_to_model_physics from new to old metadata -INFO: Converting local name acvt of variable largest_cloud_top_vertical_index_encountered_thus_far from new to old metadata -INFO: Converting local name cmm of variable surface_drag_wind_speed_for_momentum_in_air from new to old metadata -INFO: Converting local name dt_cool of variable sub_layer_cooling_amount from new to old metadata -INFO: Converting local name qc_r of variable cloud_liquid_water_mixing_ratio from new to old metadata -INFO: Converting local name ral_ts of variable time_scale_for_rayleigh_damping from new to old metadata -INFO: Converting local name GFS_diag_type of variable GFS_diag_type from new to old metadata -INFO: Converting local name dnirdfi_cpl of variable instantaneous_surface_downwelling_diffuse_near_infrared_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name chh_ice of variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_ice from new to old metadata -INFO: Converting local name flipv of variable flag_flip from new to old metadata -INFO: Converting local name ldiag_ugwp of variable diag_ugwp_flag from new to old metadata -INFO: Converting local name ctei_r of variable cloud_top_entrainment_instability_value from new to old metadata -INFO: Converting local name ccn_nm of variable ccn_number_concentration from new to old metadata -INFO: Converting local name edmf_ent of variable emdf_updraft_entrainment_rate from new to old metadata -INFO: Converting local name htswc of variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step from new to old metadata -INFO: Converting local name phy_myj_thz0 of variable potential_temperature_at_viscous_sublayer_top from new to old metadata -INFO: Converting local name bl_mynn_edmf of variable edmf_flag from new to old metadata -INFO: Converting local name con_rd of variable gas_constant_dry_air from new to old metadata -INFO: Converting local name qss_land of variable surface_specific_humidity_over_land from new to old metadata -INFO: Converting local name zt1d of variable perturbation_of_heat_to_momentum_roughness_length_ratio from new to old metadata -INFO: Converting local name imp_physics_zhao_carr of variable flag_for_zhao_carr_microphysics_scheme from new to old metadata -INFO: Converting local name delz of variable thickness_at_Lagrangian_surface from new to old metadata -INFO: Converting local name dtsfci of variable instantaneous_surface_upward_sensible_heat_flux_for_diag from new to old metadata -INFO: Converting local name dvsfc_fd of variable integrated_y_momentum_flux_from_form_drag from new to old metadata -INFO: Converting local name totprcpb of variable accumulated_lwe_thickness_of_precipitation_amount_in_bucket from new to old metadata -INFO: Converting local name tcr of variable cloud_phase_transition_threshold_temperature from new to old metadata -INFO: Converting local name clstp of variable convective_cloud_switch from new to old metadata -INFO: Converting local name isatmedmf_vdifq of variable choice_of_updated_scale_aware_TKE_moist_EDMF_PBL from new to old metadata -INFO: Converting local name coszen of variable cosine_of_zenith_angle from new to old metadata -INFO: Converting local name nifa2d of variable tendency_of_ice_friendly_aerosols_at_surface from new to old metadata -INFO: Converting local name icy of variable flag_nonzero_sea_ice_surface_fraction from new to old metadata -INFO: Converting local name dudt of variable tendency_of_x_wind_due_to_model_physics from new to old metadata -INFO: Converting local name bl_dnfr of variable downdraft_fraction_in_boundary_layer_mass_flux_scheme from new to old metadata -INFO: Converting local name snohf of variable snow_freezing_rain_upward_latent_heat_flux from new to old metadata -INFO: Converting local name bexp1d of variable perturbation_of_soil_type_b_parameter from new to old metadata -INFO: Converting local name faersw of variable aerosol_optical_properties_for_shortwave_bands_01_16 from new to old metadata -INFO: Converting local name dtdt of variable tendency_of_air_temperature_due_to_model_physics from new to old metadata -INFO: Converting local name nvisdf_cpl of variable cumulative_surface_net_downward_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name dqsfcin_cpl of variable surface_upward_latent_heat_flux_for_coupling from new to old metadata -INFO: Converting local name con_p0 of variable standard_atmospheric_pressure from new to old metadata -INFO: Converting local name con_epsq of variable minimum_value_of_specific_humidity from new to old metadata -INFO: Converting local name dusfci_cpl of variable instantaneous_surface_x_momentum_flux_for_coupling from new to old metadata -INFO: Converting local name ep1d_ice of variable surface_upward_potential_latent_heat_flux_over_ice from new to old metadata -INFO: Converting local name fhour of variable forecast_time from new to old metadata -INFO: Converting local name refl_10cm of variable radar_reflectivity_10cm from new to old metadata -INFO: Converting local name shum_wts of variable weights_for_stochastic_shum_perturbation_flipped from new to old metadata -INFO: Converting local name dspfac of variable tke_dissipative_heating_factor from new to old metadata -INFO: Converting local name nnirbmi_cpl of variable instantaneous_surface_net_downward_direct_near_infrared_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name c1_deep of variable detrainment_conversion_parameter_deep_convection from new to old metadata -INFO: Converting local name dt3dt(:,:,4) of variable cumulative_change_in_temperature_due_to_deep_convection from new to old metadata -INFO: Converting local name dv3dt(:,:,4) of variable cumulative_change_in_y_wind_due_to_convective_gravity_wave_drag from new to old metadata -INFO: Converting local name phy_myj_a1u of variable weight_for_momentum_at_viscous_sublayer_top from new to old metadata -INFO: Converting local name iopt_stc of variable flag_for_soil_and_snow_temperature_time_stepping_option from new to old metadata -INFO: Converting local name adjvisbmd of variable surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux from new to old metadata -INFO: Converting local name icloud_bl of variable couple_sgs_clouds_to_radiation_flag from new to old metadata -INFO: Converting local name rb of variable bulk_richardson_number_at_lowest_model_level from new to old metadata -INFO: Converting local name faerlw(:,:,:,2) of variable aerosol_single_scattering_albedo_for_longwave_bands_01_16 from new to old metadata -INFO: Converting local name phy_myj_elflx of variable kinematic_surface_latent_heat_flux from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_for_snow_effective_radius) of variable effective_radius_of_stratiform_cloud_snow_particle_in_um from new to old metadata -INFO: Converting local name iopt_tbot of variable flag_for_lower_boundary_soil_temperature_option from new to old metadata -INFO: Converting local name pdfflag of variable flag_for_pdf_for_morrison_gettelman_microphysics_scheme from new to old metadata -INFO: Converting local name do_aw of variable flag_for_Arakawa_Wu_adjustment from new to old metadata -INFO: Converting local name do_tofd of variable turb_oro_form_drag_flag from new to old metadata -INFO: Converting local name dqdti of variable instantaneous_water_vapor_specific_humidity_tendency_due_to_convection from new to old metadata -INFO: Converting local name qi_r of variable cloud_ice_mixing_ratio from new to old metadata -INFO: Converting local name flag_iter of variable flag_for_iteration from new to old metadata -INFO: Converting local name CLDFRA_BL of variable subgrid_cloud_fraction_pbl from new to old metadata -INFO: Converting local name zorl_ice of variable surface_roughness_length_over_ice_interstitial from new to old metadata -INFO: Converting local name dd_mf of variable instantaneous_atmosphere_downdraft_convective_mass_flux from new to old metadata -INFO: Converting local name visdfui of variable surface_upwelling_diffuse_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name julian of variable julian_day from new to old metadata -INFO: Converting local name cd_ice of variable surface_drag_coefficient_for_momentum_in_air_over_ice from new to old metadata -INFO: Converting local name iovr_lw of variable flag_for_max_random_overlap_clouds_for_longwave_radiation from new to old metadata -INFO: Converting local name lmp of variable adjusted_vertical_level_dimension_for_radiation from new to old metadata -INFO: Converting local name kdt of variable index_of_time_step from new to old metadata -INFO: Converting local name ushfsfci of variable instantaneous_surface_upward_sensible_heat_flux_for_chemistry_coupling from new to old metadata -INFO: Converting local name rb_land of variable bulk_richardson_number_at_lowest_model_level_over_land from new to old metadata -INFO: Converting local name uustar of variable surface_friction_velocity from new to old metadata -INFO: Converting local name adjnirbmu of variable surface_upwelling_direct_near_infrared_shortwave_flux from new to old metadata -INFO: Converting local name do_mynnsfclay of variable do_mynnsfclay from new to old metadata -INFO: Converting local name aero_in of variable flag_for_aerosol_input_MG from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_water_vapor) of variable tendency_of_water_vapor_specific_humidity_due_to_model_physics from new to old metadata -INFO: Converting local name mol of variable theta_star from new to old metadata -INFO: Converting local name fwetxy of variable area_fraction_of_wet_canopy from new to old metadata -INFO: Converting local name phy_f2d(:,1) of variable surface_air_pressure_two_time_steps_back from new to old metadata -INFO: Converting local name topflw of variable lw_fluxes_top_atmosphere from new to old metadata -INFO: Converting local name satmedmf of variable flag_for_scale_aware_TKE_moist_EDMF_PBL from new to old metadata -INFO: Converting local name waxy of variable water_storage_in_aquifer from new to old metadata -INFO: Converting local name snow of variable lwe_thickness_of_snow_amount_on_dynamics_timestep from new to old metadata -INFO: Converting local name ivegsrc of variable vegetation_type_dataset_choice from new to old metadata -INFO: Converting local name sigmaf of variable bounded_vegetation_area_fraction from new to old metadata -INFO: Converting local name f_rain of variable fraction_of_rain_water_cloud from new to old metadata -INFO: Converting local name dkt of variable instantaneous_atmosphere_heat_diffusivity from new to old metadata -INFO: Converting local name asolfac_deep of variable aerosol_aware_parameter_deep_convection from new to old metadata -INFO: Converting local name dv3dt(:,:,2) of variable cumulative_change_in_y_wind_due_to_orographic_gravity_wave_drag from new to old metadata -INFO: Converting local name ipr of variable horizontal_index_of_printed_column from new to old metadata -INFO: Converting local name npzcappa of variable vertical_dimension_for_cappa_at_Lagrangian_surface from new to old metadata -INFO: Converting local name clam_deep of variable entrainment_rate_coefficient_deep_convection from new to old metadata -INFO: Converting local name dusfci of variable instantaneous_surface_x_momentum_flux_for_diag from new to old metadata -INFO: Converting local name cs_parm(4) of variable detrainment_and_precipitation_tunable_parameter_4_CS from new to old metadata -INFO: Converting local name levsp1 of variable vertical_dimension_plus_one from new to old metadata -INFO: Converting local name con_cp of variable specific_heat_of_dry_air_at_constant_pressure from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_water_vapor) of variable water_vapor_specific_humidity from new to old metadata -INFO: Converting local name prsik(:,1) of variable dimensionless_exner_function_at_lowest_model_interface from new to old metadata -INFO: Converting local name gasvmr(:,:,5) of variable volume_mixing_ratio_co from new to old metadata -INFO: Converting local name mg_ngcons of variable mg_flag_graupel_concentration_constant from new to old metadata -INFO: Converting local name acsnow of variable accumulated_water_equivalent_of_frozen_precip from new to old metadata -INFO: Converting local name levsm1 of variable vertical_dimension_minus_one from new to old metadata -INFO: Converting local name phy_myj_a1t of variable weight_for_potental_temperature_at_viscous_sublayer_top from new to old metadata -INFO: Converting local name ntracp1 of variable number_of_tracers_plus_one from new to old metadata -INFO: Converting local name GFS_Data of variable GFS_data_type_instance_all_blocks from new to old metadata -INFO: Converting local name zol of variable surface_stability_parameter from new to old metadata -INFO: Converting local name CCPP_interstitial of variable CCPP_interstitial_type_instance from new to old metadata -INFO: Converting local name isd of variable starting_x_direction_index_domain from new to old metadata -INFO: Converting local name cplflx of variable flag_for_flux_coupling from new to old metadata -INFO: Converting local name lradar of variable flag_for_radar_reflectivity from new to old metadata -INFO: Converting local name iseed_ca of variable seed_for_random_number_generation_in_cellular_automata_scheme from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_for_convective_cloud_cover_in_phy_f3d) of variable convective_cloud_cover_in_phy_f3d from new to old metadata -INFO: Converting local name dqsfci of variable instantaneous_surface_upward_latent_heat_flux_for_diag from new to old metadata -INFO: Converting local name dxmin of variable minimum_scaling_factor_for_critical_relative_humidity from new to old metadata -INFO: Converting local name sppt_wts of variable weights_for_stochastic_sppt_perturbation from new to old metadata -INFO: Converting local name tahxy of variable canopy_air_temperature from new to old metadata -INFO: Converting local name imn of variable forecast_month from new to old metadata -INFO: Converting local name evcw of variable canopy_upward_latent_heat_flux from new to old metadata -INFO: Converting local name input_nml_file of variable namelist_filename_for_internal_file_reads from new to old metadata -INFO: Converting local name raddt of variable time_step_for_radiation from new to old metadata -INFO: Converting local name dvisbmi_cpl of variable instantaneous_surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name gwdcv of variable tendency_of_y_wind_due_to_convective_gravity_wave_drag from new to old metadata -INFO: Converting local name evbsa of variable cumulative_soil_upward_latent_heat_flux_multiplied_by_timestep from new to old metadata -INFO: Converting local name cldwrk of variable cumulative_cloud_work_function from new to old metadata -INFO: Converting local name npzdelz of variable vertical_dimension_for_thickness_at_Lagrangian_surface from new to old metadata -INFO: Converting local name dvsfc_cice of variable surface_y_momentum_flux_for_coupling_interstitial from new to old metadata -INFO: Converting local name ql of variable cloud_liquid_water_specific_humidity_at_Lagrangian_surface from new to old metadata -INFO: Converting local name imp_physics_fer_hires of variable flag_for_fer_hires_microphysics_scheme from new to old metadata -INFO: Converting local name dvdt of variable tendency_of_y_wind_due_to_model_physics from new to old metadata -INFO: Converting local name dusfc_cpl of variable cumulative_surface_x_momentum_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name prsl(:,1) of variable air_pressure_at_lowest_model_layer from new to old metadata -INFO: Converting local name ktop_shallow of variable k_level_of_highest_reaching_plume from new to old metadata -INFO: Converting local name sfcfsw of variable sw_fluxes_sfc from new to old metadata -INFO: Converting local name gv0 of variable y_wind_updated_by_physics from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_rain_water) of variable rain_water_mixing_ratio from new to old metadata -INFO: Converting local name cdq_ocean of variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_ocean from new to old metadata -INFO: Converting local name sfcalb(:,4) of variable surface_albedo_due_to_UV_and_VIS_diffused from new to old metadata -INFO: Converting local name gamq of variable countergradient_mixing_term_for_water_vapor from new to old metadata -INFO: Converting local name mdt of variable time_step_for_remapping_for_fast_physics from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_ice_cloud_condensate) of variable ice_water_mixing_ratio from new to old metadata -INFO: Converting local name sfcalb(:,2) of variable surface_albedo_due_to_near_IR_diffused from new to old metadata -INFO: Converting local name phy_fctd of variable cloud_base_mass_flux from new to old metadata -INFO: Converting local name weasd_land of variable water_equivalent_accumulated_snow_depth_over_land from new to old metadata -INFO: Converting local name nwfa2d of variable tendency_of_water_friendly_aerosols_at_surface from new to old metadata -INFO: Converting local name GFS_Control of variable GFS_control_type_instance from new to old metadata -INFO: Converting local name nncl of variable number_of_tracers_for_cloud_condensate from new to old metadata -INFO: Converting local name olyr of variable ozone_concentration_at_layer_for_radiation from new to old metadata -INFO: Converting local name tg3 of variable deep_soil_temperature from new to old metadata -INFO: Converting local name Radtend of variable GFS_radtend_type_instance from new to old metadata -INFO: Converting local name sinlat of variable sine_of_latitude from new to old metadata -INFO: Converting local name sppt_wts of variable weights_for_stochastic_sppt_perturbation_flipped from new to old metadata -INFO: Converting local name ng of variable number_of_ghost_zones from new to old metadata -INFO: Converting local name phil of variable geopotential from new to old metadata -INFO: Converting local name flag_frsoil of variable flag_for_frozen_soil_physics from new to old metadata -INFO: Converting local name faersw(:,:,:,2) of variable aerosol_single_scattering_albedo_for_shortwave_bands_01_16 from new to old metadata -INFO: Converting local name qc of variable cloud_fraction_at_Lagrangian_surface from new to old metadata -INFO: Converting local name do_sfcperts of variable flag_for_stochastic_surface_perturbations from new to old metadata -INFO: Converting local name betas_deep of variable downdraft_fraction_reaching_surface_over_ocean_deep_convection from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_rain_number_concentration) of variable rain_number_concentration from new to old metadata -INFO: Converting local name ifd of variable index_of_dtlm_start from new to old metadata -INFO: Converting local name area of variable cell_area_for_fast_physics from new to old metadata -INFO: Converting local name trans_trac of variable flag_for_convective_transport_of_tracers from new to old metadata -INFO: Converting local name isatmedmf of variable choice_of_scale_aware_TKE_moist_EDMF_PBL from new to old metadata -INFO: Converting local name old_monin of variable flag_for_old_PBL_scheme from new to old metadata -INFO: Converting local name cplchm of variable flag_for_chemistry_coupling from new to old metadata -INFO: Converting local name raincprv of variable lwe_thickness_of_convective_precipitation_amount_from_previous_timestep from new to old metadata -INFO: Converting local name u1 of variable x_wind_at_lowest_model_layer_for_diag from new to old metadata -INFO: Converting local name gw_dvdt of variable tendency_of_y_wind_due_to_ugwp from new to old metadata -INFO: Converting local name dtsfc1 of variable instantaneous_surface_upward_sensible_heat_flux from new to old metadata -INFO: Converting local name gasvmr(:,:,9) of variable volume_mixing_ratio_ccl4 from new to old metadata -INFO: Converting local name semis_ice of variable surface_longwave_emissivity_over_ice_interstitial from new to old metadata -INFO: Converting local name zmtb of variable time_integral_of_height_of_mountain_blocking from new to old metadata -INFO: Converting local name dtauy2d_fd of variable y_momentum_tendency_from_form_drag from new to old metadata -INFO: Converting local name lakefrac of variable lake_area_fraction from new to old metadata -INFO: Converting local name do_myjpbl of variable do_myjpbl from new to old metadata -INFO: Converting local name sncovr of variable surface_snow_area_fraction_over_land from new to old metadata -INFO: Converting local name spd10max of variable maximum_wind_at_10m_over_maximum_hourly_time_interval from new to old metadata -INFO: Converting local name faerlw(:,:,:,3) of variable aerosol_asymmetry_parameter_for_longwave_bands_01_16 from new to old metadata -INFO: Converting local name adjsfculw_ocean of variable surface_upwelling_longwave_flux_over_ocean_interstitial from new to old metadata -INFO: Converting local name nscfshoc of variable index_of_subgrid_scale_cloud_fraction_from_shoc_in_phy_f3d from new to old metadata -INFO: Converting local name qv_r of variable humidity_mixing_ratio from new to old metadata -INFO: Converting local name gq0(:,:,index_for_water_vapor) of variable water_vapor_specific_humidity_updated_by_physics from new to old metadata -INFO: Converting local name lsnow_lsm of variable snow_vertical_dimension_for_land_surface_model from new to old metadata -INFO: Converting local name dv3dt_ngw of variable time_integral_of_change_in_y_wind_due_to_nonstationary_gravity_wave from new to old metadata -INFO: Converting local name tlyr of variable air_temperature_at_layer_for_radiation from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_turbulent_kinetic_energy) of variable turbulent_kinetic_energy from new to old metadata -INFO: Converting local name h2opl of variable h2o_forcing from new to old metadata -INFO: Converting local name smc of variable volume_fraction_of_soil_moisture from new to old metadata -INFO: Converting local name latr of variable number_of_latitude_points from new to old metadata -INFO: Converting local name crick_proof of variable flag_for_CRICK_proof_cloud_water from new to old metadata -INFO: Converting local name ssem of variable instantaneous_seasalt_emission_flux from new to old metadata -INFO: Converting local name xlai1d of variable perturbation_of_leaf_area_index from new to old metadata -INFO: Converting local name tdoms of variable dominant_snow_type from new to old metadata -INFO: Converting local name canopy of variable canopy_water_amount from new to old metadata -INFO: Converting local name dtauy2d_ss of variable y_momentum_tendency_from_small_scale_gwd from new to old metadata -INFO: Converting local name forcet of variable temperature_tendency_due_to_dynamics from new to old metadata -INFO: Converting local name snowmt of variable surface_snow_melt from new to old metadata -INFO: Converting local name ttendlim of variable limit_for_temperature_tendency_for_microphysics from new to old metadata -INFO: Converting local name clouds(:,:,6) of variable cloud_rain_water_path from new to old metadata -INFO: Converting local name sigmafrac of variable convective_updraft_area_fraction from new to old metadata -INFO: Converting local name tau_tofd of variable instantaneous_momentum_flux_due_to_turbulent_orographic_form_drag from new to old metadata -INFO: Converting local name gq0(:,:,index_for_ice_friendly_aerosols) of variable ice_friendly_aerosol_number_concentration_updated_by_physics from new to old metadata -INFO: Converting local name nsswr of variable number_of_timesteps_between_shortwave_radiation_calls from new to old metadata -INFO: Converting local name ulwsfc_cice of variable surface_upwelling_longwave_flux_for_coupling_interstitial from new to old metadata -INFO: Converting local name dq3dt(:,:,8) of variable cumulative_change_in_ozone_concentration_due_to_temperature from new to old metadata -INFO: Converting local name stress_ice of variable surface_wind_stress_over_ice from new to old metadata -INFO: Converting local name is of variable starting_x_direction_index from new to old metadata -INFO: Converting local name sbsno of variable snow_deposition_sublimation_upward_latent_heat_flux from new to old metadata -INFO: Converting local name cnvprcpb of variable cumulative_lwe_thickness_of_convective_precipitation_amount_in_bucket from new to old metadata -INFO: Converting local name rdlai of variable flag_for_reading_leaf_area_index_from_input from new to old metadata -INFO: Converting local name phy_f3d(:,:,4) of variable water_vapor_specific_humidity_at_previous_time_step from new to old metadata -INFO: Converting local name area of variable cell_area from new to old metadata -INFO: Converting local name con_eps of variable ratio_of_dry_air_to_water_vapor_gas_constants from new to old metadata -INFO: Converting local name edmf_a of variable emdf_updraft_area from new to old metadata -INFO: Converting local name dusfc1 of variable instantaneous_surface_x_momentum_flux from new to old metadata -INFO: Converting local name qlcn of variable mass_fraction_of_convective_cloud_liquid_water from new to old metadata -INFO: Converting local name fh2_land of variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_land from new to old metadata -INFO: Converting local name tprcp_land of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_land from new to old metadata -INFO: Converting local name chh_land of variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_land from new to old metadata -INFO: Converting local name dt3dt(:,:,1) of variable cumulative_change_in_temperature_due_to_longwave_radiation from new to old metadata -INFO: Converting local name nfracseed of variable cellular_automata_seed_probability from new to old metadata -INFO: Converting local name cwm of variable total_cloud_condensate_mixing_ratio_updated_by_physics from new to old metadata -INFO: Converting local name u10max of variable maximum_u_wind_at_10m_over_maximum_hourly_time_interval from new to old metadata -INFO: Converting local name dvsfc_ss of variable integrated_y_momentum_flux_from_small_scale_gwd from new to old metadata -INFO: Converting local name smcref2 of variable threshold_volume_fraction_of_condensed_water_in_soil from new to old metadata -INFO: Converting local name kcnv of variable flag_deep_convection from new to old metadata -INFO: Converting local name keepsmfr of variable volume_fraction_of_frozen_soil_moisture_for_land_surface_model from new to old metadata -INFO: Converting local name frain of variable dynamics_to_physics_timestep_ratio from new to old metadata -INFO: Converting local name debug of variable flag_debug from new to old metadata -INFO: Converting local name qrn of variable local_rain_water_mixing_ratio from new to old metadata -INFO: Converting local name tsfc_ocean of variable surface_skin_temperature_over_ocean_interstitial from new to old metadata -INFO: Converting local name levr of variable number_of_vertical_layers_for_radiation_calculations from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_graupel_number_concentration) of variable graupel_number_concentration from new to old metadata -INFO: Converting local name bl_upfr of variable updraft_fraction_in_boundary_layer_mass_flux_scheme from new to old metadata -INFO: Converting local name nsfcpert of variable number_of_surface_perturbations from new to old metadata -INFO: Converting local name evpco of variable coefficient_for_evaporation_of_rainfall from new to old metadata -INFO: Converting local name iems of variable flag_for_surface_emissivity_control from new to old metadata -INFO: Converting local name dlwsfc of variable cumulative_surface_downwelling_longwave_flux_multiplied_by_timestep from new to old metadata -INFO: Converting local name cimin of variable minimum_sea_ice_concentration from new to old metadata -INFO: Converting local name zs of variable depth_of_soil_levels_for_land_surface_model from new to old metadata -INFO: Converting local name fm10_land of variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_land from new to old metadata -INFO: Converting local name lsm_noahmp of variable flag_for_noahmp_land_surface_scheme from new to old metadata -INFO: Converting local name cs_parm(1) of variable updraft_velocity_tunable_parameter_1_CS from new to old metadata -INFO: Converting local name z_c of variable sub_layer_cooling_thickness from new to old metadata -INFO: Converting local name rainc of variable lwe_thickness_of_convective_precipitation_amount_on_dynamics_timestep from new to old metadata -INFO: Converting local name do_cnvgwd of variable flag_for_convective_gravity_wave_drag from new to old metadata -INFO: Converting local name nlunit of variable iounit_namelist from new to old metadata -INFO: Converting local name gw_dtdt of variable tendency_of_air_temperature_due_to_ugwp from new to old metadata -INFO: Converting local name phy_myj_vz0 of variable v_wind_component_at_viscous_sublayer_top from new to old metadata -INFO: Converting local name dusfc_ss of variable integrated_x_momentum_flux_from_small_scale_gwd from new to old metadata -INFO: Converting local name reset of variable flag_reset_maximum_hourly_fields from new to old metadata -INFO: Converting local name idat of variable date_and_time_at_model_initialization from new to old metadata -INFO: Converting local name oceanfrac of variable sea_area_fraction from new to old metadata -INFO: Converting local name rho_h2o of variable density_of_fresh_water from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_ozone) of variable ozone_mixing_ratio from new to old metadata -INFO: Converting local name qv of variable water_vapor_specific_humidity_at_Lagrangian_surface from new to old metadata -INFO: Converting local name adjnirdfd of variable surface_downwelling_diffuse_near_infrared_shortwave_flux from new to old metadata -INFO: Converting local name ca_global of variable flag_for_global_cellular_automata from new to old metadata -INFO: Converting local name landfrac of variable land_area_fraction from new to old metadata -INFO: Converting local name iopt_btr of variable flag_for_soil_moisture_factor_stomatal_resistance_option from new to old metadata -INFO: Converting local name cqs2 of variable surface_exchange_coefficient_for_moisture_at_2m from new to old metadata -INFO: Converting local name snohfa of variable cumulative_snow_freezing_rain_upward_latent_heat_flux_multiplied_by_timestep from new to old metadata -INFO: Converting local name nvisbm_cpl of variable cumulative_surface_net_downward_direct_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name GFS_sfcprop_type of variable GFS_sfcprop_type from new to old metadata -INFO: Converting local name oz_phys of variable flag_for_ozone_physics from new to old metadata -INFO: Converting local name rhowater of variable liquid_water_density from new to old metadata -INFO: Converting local name zsnsoxy of variable layer_bottom_depth_from_snow_surface from new to old metadata -INFO: Converting local name nthresh of variable threshold_for_perturbed_vertical_velocity from new to old metadata -INFO: Converting local name phy_f3d(:,:,1) of variable air_temperature_two_time_steps_back from new to old metadata -INFO: Converting local name gq0(:,:,index_for_water_friendly_aerosols) of variable water_friendly_aerosol_number_concentration_updated_by_physics from new to old metadata -INFO: Converting local name wetness of variable normalized_soil_wetness_for_land_surface_model from new to old metadata -INFO: Converting local name v10mi_cpl of variable instantaneous_y_wind_at_10m_for_coupling from new to old metadata -INFO: Converting local name rh02min of variable minimum_relative_humidity_at_2m_over_maximum_hourly_time_interval from new to old metadata -INFO: Converting local name nf_aelw of variable number_of_aerosol_output_fields_for_longwave_radiation from new to old metadata -INFO: Converting local name isubc_sw of variable flag_for_sw_clouds_without_sub_grid_approximation from new to old metadata -INFO: Converting local name gq0(:,:,index_for_rain_number_concentration) of variable rain_number_concentration_updated_by_physics from new to old metadata -INFO: Converting local name dvsfc1 of variable instantaneous_surface_y_momentum_flux from new to old metadata -INFO: Converting local name nirdfdi of variable surface_downwelling_diffuse_near_infrared_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name isatmedmf_vdif of variable choice_of_original_scale_aware_TKE_moist_EDMF_PBL from new to old metadata -INFO: Converting local name fprcp of variable number_of_frozen_precipitation_species from new to old metadata -INFO: Converting local name tsurf_land of variable surface_skin_temperature_after_iteration_over_land from new to old metadata -INFO: Converting local name kd of variable vertical_index_difference_between_inout_and_local from new to old metadata -INFO: Converting local name LTP of variable extra_top_layer from new to old metadata -INFO: Converting local name solcon of variable solar_constant from new to old metadata -INFO: Converting local name gq0(:,:,index_for_snow_number_concentration) of variable snow_number_concentration_updated_by_physics from new to old metadata -INFO: Converting local name bl_mynn_tkebudget of variable tke_budget from new to old metadata -INFO: Converting local name xu of variable diurnal_thermocline_layer_x_current from new to old metadata -INFO: Converting local name bl_mynn_tkeadvect of variable tke_advect from new to old metadata -INFO: Converting local name hflx_ice of variable kinematic_surface_upward_sensible_heat_flux_over_ice from new to old metadata -INFO: Converting local name smcwlt2 of variable volume_fraction_of_condensed_water_in_soil_at_wilting_point from new to old metadata -INFO: Converting local name imfdeepcnv of variable flag_for_mass_flux_deep_convection_scheme from new to old metadata -INFO: Converting local name ntchm of variable number_of_chemical_tracers from new to old metadata -INFO: Converting local name ncpl of variable local_condesed_water_number_concentration from new to old metadata -INFO: Converting local name vvl of variable omega from new to old metadata -INFO: Converting local name xkzminv of variable atmosphere_heat_diffusivity_background_maximum from new to old metadata -INFO: Converting local name snowc of variable surface_snow_area_fraction from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_of_subgrid_scale_cloud_fraction_from_shoc_in_phy_f3d) of variable subgrid_scale_cloud_fraction_from_shoc from new to old metadata -INFO: Converting local name du3dt(:,:,4) of variable cumulative_change_in_x_wind_due_to_convective_gravity_wave_drag from new to old metadata -INFO: Converting local name jcap of variable number_of_spectral_wave_trancation_for_sas from new to old metadata -INFO: Converting local name cd_ocean of variable surface_drag_coefficient_for_momentum_in_air_over_ocean from new to old metadata -INFO: Converting local name vfrac of variable vegetation_area_fraction from new to old metadata -INFO: Converting local name dvdftra of variable tendency_of_vertically_diffused_tracer_concentration from new to old metadata -INFO: Converting local name npzp1 of variable vertical_dimension_for_fast_physics_plus_one from new to old metadata -INFO: Converting local name duem of variable instantaneous_dust_emission_flux from new to old metadata -INFO: Converting local name prslrd0 of variable pressure_cutoff_for_rayleigh_damping from new to old metadata -INFO: Converting local name q2m of variable specific_humidity_at_2m from new to old metadata -INFO: Converting local name chs2 of variable surface_exchange_coefficient_for_heat_at_2m from new to old metadata -INFO: Converting local name lfmassxy of variable leaf_mass from new to old metadata -INFO: Converting local name phy_f3d(:,:,2) of variable water_vapor_specific_humidity_two_time_steps_back from new to old metadata -INFO: Converting local name rainp of variable tendency_of_rain_water_mixing_ratio_due_to_microphysics from new to old metadata -INFO: Converting local name ud_mf of variable instantaneous_atmosphere_updraft_convective_mass_flux from new to old metadata -INFO: Converting local name dudt_tms of variable instantaneous_change_in_x_wind_due_to_turbulent_orographic_form_drag from new to old metadata -INFO: Converting local name mg3_as_mg2 of variable flag_mg3_as_mg2 from new to old metadata -INFO: Converting local name htlw0 of variable tendency_of_air_temperature_due_to_longwave_heating_assuming_clear_sky_on_radiation_time_step from new to old metadata -INFO: Converting local name w_d of variable coefficient_w_d from new to old metadata -INFO: Converting local name shdmax of variable maximum_vegetation_area_fraction from new to old metadata -INFO: Converting local name iccn of variable flag_for_in_ccn_forcing_for_morrison_gettelman_microphysics from new to old metadata -INFO: Converting local name htlwc of variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step from new to old metadata -INFO: Converting local name scmpsw of variable components_of_surface_downward_shortwave_fluxes from new to old metadata -INFO: Converting local name tgrs(:,1) of variable air_temperature_at_lowest_model_layer from new to old metadata -INFO: Converting local name cmxy of variable surface_drag_coefficient_for_momentum_for_noahmp from new to old metadata -INFO: Converting local name snowd_land of variable surface_snow_thickness_water_equivalent_over_land from new to old metadata -INFO: Converting local name clouds(:,:,5) of variable mean_effective_radius_for_ice_cloud from new to old metadata -INFO: Converting local name xz of variable diurnal_thermocline_layer_thickness from new to old metadata -INFO: Converting local name tsfg of variable surface_ground_temperature_for_radiation from new to old metadata -INFO: Converting local name dkt of variable atmosphere_heat_diffusivity from new to old metadata -INFO: Converting local name qgrs of variable tracer_concentration from new to old metadata -INFO: Converting local name pgcon_deep of variable momentum_transport_reduction_factor_pgf_deep_convection from new to old metadata -INFO: Converting local name wind10mmax of variable maximum_wind_at_10m from new to old metadata -INFO: Converting local name slopetype of variable surface_slope_classification from new to old metadata -INFO: Converting local name Intdiag of variable GFS_diag_type_instance from new to old metadata -INFO: Converting local name mg_nccons of variable mg_flag_drop_concentration_constant from new to old metadata -INFO: Converting local name adjvisdfd of variable surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_snow_water) of variable tendency_of_snow_water_mixing_ratio_due_to_model_physics from new to old metadata -INFO: Converting local name nlwsfc_cpl of variable cumulative_surface_net_downward_longwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name clouds(:,:,9) of variable mean_effective_radius_for_snow_flake from new to old metadata -INFO: Converting local name con_cvap of variable specific_heat_of_water_vapor_at_constant_pressure from new to old metadata -INFO: Converting local name drydep of variable instantaneous_dry_deposition from new to old metadata -INFO: Converting local name semis_ocean of variable surface_longwave_emissivity_over_ocean_interstitial from new to old metadata -INFO: Converting local name master of variable mpi_root from new to old metadata -INFO: Converting local name gamt of variable countergradient_mixing_term_for_temperature from new to old metadata -INFO: Converting local name redrag of variable flag_for_reduced_drag_coefficient_over_sea from new to old metadata -INFO: Converting local name gq0(:,:,index_for_ozone) of variable ozone_concentration_updated_by_physics from new to old metadata -INFO: Converting local name do_skeb of variable flag_for_stochastic_skeb_option from new to old metadata -INFO: Converting local name qg_r of variable mass_weighted_rime_factor_mixing_ratio from new to old metadata -INFO: Converting local name min_seaice of variable sea_ice_minimum from new to old metadata -INFO: Converting local name betal_deep of variable downdraft_fraction_reaching_surface_over_land_deep_convection from new to old metadata -INFO: Converting local name alvwf of variable mean_vis_albedo_with_weak_cosz_dependency from new to old metadata -INFO: Converting local name do_gwd of variable flag_for_gravity_wave_drag from new to old metadata -INFO: Converting local name nf_aesw of variable number_of_aerosol_output_fields_for_shortwave_radiation from new to old metadata -INFO: Converting local name avg_max_length of variable time_interval_for_maximum_hourly_fields from new to old metadata -INFO: Converting local name tdomzr of variable dominant_freezing_rain_type from new to old metadata -INFO: Converting local name toticeb of variable accumulated_lwe_thickness_of_ice_amount_in_bucket from new to old metadata -INFO: Converting local name isppt_deep of variable flag_for_combination_of_sppt_with_isppt_deep from new to old metadata -INFO: Converting local name ice of variable lwe_thickness_of_ice_amount_on_dynamics_timestep from new to old metadata -INFO: Converting local name dq3dt(:,:,9) of variable cumulative_change_in_ozone_concentration_due_to_overhead_ozone_column from new to old metadata -INFO: Converting local name lsidea of variable flag_idealized_physics from new to old metadata -INFO: Converting local name ico2 of variable flag_for_using_prescribed_global_mean_co2_value from new to old metadata -INFO: Converting local name evap_ice of variable kinematic_surface_upward_latent_heat_flux_over_ice from new to old metadata -INFO: Converting local name do_awdd of variable flag_arakawa_wu_downdraft from new to old metadata -INFO: Converting local name hetfrz_classnuc of variable mg_flag_for_heterogeneous_freezing from new to old metadata -INFO: Converting local name mpiroot of variable mpi_root_for_fast_physics from new to old metadata -INFO: Converting local name dq3dt(:,:,4) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_microphysics from new to old metadata -INFO: Converting local name GFS_coupling_type of variable GFS_coupling_type from new to old metadata -INFO: Converting local name psurfi_cpl of variable instantaneous_surface_air_pressure_for_coupling from new to old metadata -INFO: Converting local name xkzm_h of variable atmosphere_heat_diffusivity_background from new to old metadata -INFO: Converting local name rh02max of variable maximum_relative_humidity_at_2m_over_maximum_hourly_time_interval from new to old metadata -INFO: Converting local name tmpmax of variable maximum_temperature_at_2m from new to old metadata -INFO: Converting local name fscav of variable fraction_of_tracer_scavenged from new to old metadata -INFO: Converting local name ntiwx of variable index_for_ice_cloud_condensate_vertical_diffusion_tracer from new to old metadata -INFO: Converting local name gasvmr(:,:,4) of variable volume_mixing_ratio_o2 from new to old metadata -INFO: Converting local name dpt2m of variable dewpoint_temperature_at_2m from new to old metadata -INFO: Converting local name mg_do_liq_liu of variable mg_flag_for_liu_liquid_treatment from new to old metadata -INFO: Converting local name ffhh_land of variable Monin_Obukhov_similarity_function_for_heat_over_land from new to old metadata -INFO: Converting local name crtrh(3) of variable critical_relative_humidity_at_top_of_atmosphere from new to old metadata -INFO: Converting local name smcwtdxy of variable soil_water_content_between_soil_bottom_and_water_table from new to old metadata -INFO: Converting local name visbmdi of variable surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name cdq_ice of variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_ice from new to old metadata -INFO: Converting local name adjnirdfu of variable surface_upwelling_diffuse_near_infrared_shortwave_flux from new to old metadata -INFO: Converting local name wcbmax of variable maximum_updraft_velocity_at_cloud_base from new to old metadata -INFO: Converting local name tsflw of variable surface_midlayer_air_temperature_in_longwave_radiation from new to old metadata -INFO: Converting local name asolfac_shal of variable aerosol_aware_parameter_shallow_convection from new to old metadata -INFO: Converting local name gabsbdlw_ocean of variable surface_downwelling_longwave_flux_absorbed_by_ground_over_ocean from new to old metadata -INFO: Converting local name de_lgth of variable cloud_decorrelation_length from new to old metadata -INFO: Converting local name GFS_interstitial_type of variable GFS_interstitial_type from new to old metadata -INFO: Converting local name imap of variable map_of_block_column_number_to_global_i_index from new to old metadata -INFO: Converting local name plyr of variable air_pressure_at_layer_for_radiation_in_hPa from new to old metadata -INFO: Converting local name skip_macro of variable flag_skip_macro from new to old metadata -INFO: Converting local name tsnoxy of variable snow_temperature from new to old metadata -INFO: Converting local name sbsnoa of variable cumulative_snow_deposition_sublimation_upward_latent_heat_flux_multiplied_by_timestep from new to old metadata -INFO: Converting local name prcpmp of variable lwe_thickness_of_explicit_precipitation_amount from new to old metadata -INFO: Converting local name clcn of variable convective_cloud_volume_fraction from new to old metadata -INFO: Converting local name gt0 of variable air_temperature_updated_by_physics from new to old metadata -INFO: Converting local name gamma of variable anisotropy_of_subgrid_orography from new to old metadata -INFO: Converting local name uconvtend of variable tendency_of_x_wind_due_to_deep_convection_for_coupling_on_physics_timestep from new to old metadata -INFO: Converting local name dswsfci_cpl of variable instantaneous_surface_downwelling_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name delp of variable pressure_thickness_at_Lagrangian_surface from new to old metadata -INFO: Converting local name lsm_ruc of variable flag_for_ruc_land_surface_scheme from new to old metadata -INFO: Converting local name dt_mf of variable instantaneous_atmosphere_detrainment_convective_mass_flux from new to old metadata -INFO: Converting local name d_conv of variable free_convection_layer_thickness from new to old metadata -INFO: Converting local name nlwsfci_cpl of variable instantaneous_surface_net_downward_longwave_flux_for_coupling from new to old metadata -INFO: Converting local name shum_wts of variable weights_for_stochastic_shum_perturbation from new to old metadata -INFO: Converting local name dswsfci of variable surface_downwelling_shortwave_flux from new to old metadata -INFO: Converting local name do_ysu of variable flag_for_ysu from new to old metadata -INFO: Converting local name q_con of variable cloud_condensed_water_specific_humidity_at_Lagrangian_surface from new to old metadata -INFO: Converting local name mom4ice of variable flag_for_mom4_coupling from new to old metadata -INFO: Converting local name tref of variable sea_surface_reference_temperature from new to old metadata -INFO: Converting local name faersw(:,:,:,3) of variable aerosol_asymmetry_parameter_for_shortwave_bands_01_16 from new to old metadata -INFO: Converting local name ie of variable ending_x_direction_index from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_water_friendly_aerosols) of variable water_friendly_aerosol_number_concentration from new to old metadata -INFO: Converting local name dugwd of variable time_integral_of_x_stress_due_to_gravity_wave_drag from new to old metadata -INFO: Converting local name ntot3d of variable number_of_fields_in_phyf3d from new to old metadata -INFO: Converting local name GFS_data_type of variable GFS_data_type from new to old metadata -INFO: Converting local name graupelprv of variable lwe_thickness_of_graupel_amount_from_previous_timestep from new to old metadata -INFO: Converting local name nstf_name(4) of variable vertical_temperature_average_range_lower_bound from new to old metadata -INFO: Converting local name kind_dyn of variable kind_dyn from new to old metadata -INFO: Converting local name acv of variable accumulated_lwe_thickness_of_convective_precipitation_amount_cnvc90 from new to old metadata -INFO: Converting local name lsoil_lsm of variable soil_vertical_dimension_for_land_surface_model from new to old metadata -INFO: Converting local name phy_myj_chkqlm of variable surface_layer_evaporation_switch from new to old metadata -INFO: Converting local name dtf of variable time_step_for_dynamics from new to old metadata -INFO: Converting local name dqsfci_cpl of variable instantaneous_surface_upward_latent_heat_flux_for_coupling from new to old metadata -INFO: Converting local name mg_do_hail of variable mg_flag_for_hail from new to old metadata -INFO: Converting local name iopt_sfc of variable flag_for_surface_layer_drag_coefficient_option from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_ice_cloud_number_concentration) of variable tendency_of_ice_number_concentration_due_to_model_physics from new to old metadata -INFO: Converting local name kind_LOGICAL of variable kind_LOGICAL from new to old metadata -INFO: Converting local name hybedmf of variable flag_for_hedmf from new to old metadata -INFO: Converting local name dvisdfi_cpl of variable instantaneous_surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name exch_h of variable atmosphere_heat_diffusivity_for_mynnpbl from new to old metadata -INFO: Converting local name z01d of variable perturbation_of_momentum_roughness_length from new to old metadata -INFO: Converting local name prevst of variable temperature_from_previous_timestep from new to old metadata -INFO: Converting local name tracers_total of variable number_of_total_tracers from new to old metadata -INFO: Converting local name wind of variable wind_speed_at_lowest_model_layer from new to old metadata -INFO: Converting local name hprime of variable statistical_measures_of_subgrid_orography from new to old metadata -INFO: Converting local name oz_coeffp5 of variable number_of_coefficients_in_ozone_forcing_data_plus_five from new to old metadata -INFO: Converting local name tvxy of variable vegetation_temperature from new to old metadata -INFO: Converting local name ncps of variable local_snow_number_concentration from new to old metadata -INFO: Converting local name zlvl of variable height_above_ground_at_lowest_model_layer from new to old metadata -INFO: Converting local name restart of variable flag_for_restart from new to old metadata -INFO: Converting local name con_tice of variable freezing_point_temperature_of_seawater from new to old metadata -INFO: Converting local name sfcnsw of variable surface_net_downwelling_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name tau_mtb of variable time_integral_of_momentum_flux_due_to_mountain_blocking_drag from new to old metadata -INFO: Metadata table for model FV3 written to tests/build_fv3_13/FV3/ccpp/physics/CCPP_VARIABLES_FV3.html -INFO: Parsing metadata tables in physics scheme files ... -INFO: Parsed tables in scheme rayleigh_damp -INFO: Parsed tables in scheme GFS_surface_composites_pre -INFO: Parsed tables in scheme GFS_surface_composites_inter -INFO: Parsed tables in scheme GFS_surface_composites_post -INFO: Parsed tables in scheme rrtmg_sw -INFO: Parsed tables in scheme sfc_ocean -INFO: Parsed tables in scheme gwdc_pre -INFO: Parsed tables in scheme gwdc -INFO: Parsed tables in scheme gwdc_post -INFO: Parsed tables in scheme cu_gf_driver_pre -INFO: Parsed tables in scheme gfdl_cloud_microphys -INFO: Parsed tables in scheme GFS_time_vary_pre -INFO: Parsed tables in scheme GFS_rrtmg_setup -INFO: Parsed tables in scheme zhaocarr_gscond -INFO: Parsed tables in scheme ysuvdif -INFO: Parsed tables in scheme rrtmg_sw_post -INFO: Parsed tables in scheme GFS_SCNV_generic_pre -INFO: Parsed tables in scheme GFS_SCNV_generic_post -INFO: Parsed tables in scheme GFS_rrtmg_pre -INFO: Parsed tables in scheme sfc_sice -INFO: Parsed tables in scheme samfdeepcnv -INFO: Parsed tables in scheme satmedmfvdif -INFO: Parsed tables in scheme mynnrad_post -INFO: Parsed tables in scheme cu_gf_driver_post -INFO: Parsed tables in scheme cs_conv_aw_adj -INFO: Parsed tables in scheme GFS_phys_time_vary -INFO: Parsed tables in scheme ozphys_2015 -INFO: Parsed tables in scheme GFS_suite_interstitial_rad_reset -INFO: Parsed tables in scheme GFS_suite_interstitial_phys_reset -INFO: Parsed tables in scheme GFS_suite_interstitial_1 -INFO: Parsed tables in scheme GFS_suite_interstitial_2 -INFO: Parsed tables in scheme GFS_suite_stateout_reset -INFO: Parsed tables in scheme GFS_suite_stateout_update -INFO: Parsed tables in scheme GFS_suite_interstitial_3 -INFO: Parsed tables in scheme GFS_suite_interstitial_4 -INFO: Parsed tables in scheme samfshalcnv -INFO: Parsed tables in scheme zhaocarr_precpd -INFO: Parsed tables in scheme noahmpdrv -INFO: Parsed tables in scheme mp_fer_hires -INFO: Parsed tables in scheme myjpbl_wrapper -INFO: Parsed tables in scheme GFS_surface_generic_pre -INFO: Parsed tables in scheme GFS_surface_generic_post -INFO: Parsed tables in scheme cu_ntiedtke_post -INFO: Parsed tables in scheme sfc_diag -INFO: Parsed tables in scheme rrtmg_lw -INFO: Parsed tables in scheme GFS_diagtoscreen -INFO: Parsed tables in scheme GFS_interstitialtoscreen -INFO: Parsed tables in scheme GFS_abort -INFO: Parsed tables in scheme GFS_checkland -INFO: Parsed tables in scheme mynnrad_pre -INFO: Parsed tables in scheme satmedmfvdifq -INFO: Parsed tables in scheme cs_conv_pre -INFO: Parsed tables in scheme cs_conv_post -INFO: Parsed tables in scheme cs_conv -INFO: Parsed tables in scheme shinhongvdif -INFO: Parsed tables in scheme h2ophys -INFO: Parsed tables in scheme rrtmg_lw_post -INFO: Parsed tables in scheme sfc_nst -INFO: Parsed tables in scheme sfc_nst_pre -INFO: Parsed tables in scheme sfc_nst_post -INFO: Parsed tables in scheme cu_ntiedtke_pre -INFO: Parsed tables in scheme cu_ntiedtke -INFO: Parsed tables in scheme cires_ugwp_post -INFO: Parsed tables in scheme hedmf -INFO: Parsed tables in scheme sfc_diff -INFO: Parsed tables in scheme mp_thompson_pre -INFO: Parsed tables in scheme sfc_diag_post -INFO: Parsed tables in scheme m_micro_pre -INFO: Parsed tables in scheme m_micro_post -INFO: Parsed tables in scheme m_micro -INFO: Parsed tables in scheme fv_sat_adj -INFO: Parsed tables in scheme GFS_surface_loop_control_part1 -INFO: Parsed tables in scheme GFS_surface_loop_control_part2 -INFO: Parsed tables in scheme shoc -INFO: Parsed tables in scheme GFS_rrtmg_post -INFO: Parsed tables in scheme GFS_GWD_generic_pre -INFO: Parsed tables in scheme GFS_GWD_generic_post -INFO: Parsed tables in scheme rrtmg_sw_pre -INFO: Parsed tables in scheme GFS_MP_generic_pre -INFO: Parsed tables in scheme GFS_MP_generic_post -INFO: Parsed tables in scheme cu_gf_driver -INFO: Parsed tables in scheme GFS_PBL_generic_pre -INFO: Parsed tables in scheme GFS_PBL_generic_post -INFO: Parsed tables in scheme mp_thompson_post -INFO: Parsed tables in scheme mp_thompson -INFO: Parsed tables in scheme rrtmg_lw_pre -INFO: Parsed tables in scheme gwdps -INFO: Parsed tables in scheme shalcnv -INFO: Parsed tables in scheme cires_ugwp -INFO: Parsed tables in scheme get_prs_fv3 -INFO: Parsed tables in scheme get_phi_fv3 -INFO: Parsed tables in scheme mynnsfc_wrapper -INFO: Parsed tables in scheme GFS_suite_ini_fini_test -INFO: Parsed tables in scheme myjsfc_wrapper -INFO: Parsed tables in scheme mynnedmf_wrapper -INFO: Parsed tables in scheme ozphys -INFO: Parsed tables in scheme lsm_ruc -INFO: Parsed tables in scheme GFS_stochastics -INFO: Parsed tables in scheme drag_suite -INFO: Parsed tables in scheme sfc_cice -INFO: Parsed tables in scheme sascnvn -INFO: Parsed tables in scheme lsm_ruc_sfc_sice_pre -INFO: Parsed tables in scheme lsm_ruc_sfc_sice_post -INFO: Parsed tables in scheme GFS_DCNV_generic_pre -INFO: Parsed tables in scheme GFS_DCNV_generic_post -INFO: Parsed tables in scheme cnvc90 -INFO: Parsed tables in scheme GFS_rad_time_vary -INFO: Parsed tables in scheme maximum_hourly_diagnostics -INFO: Parsed tables in scheme lsm_noah -INFO: Parsed tables in scheme dcyc2t3 -INFO: Parsed tables in scheme dcyc2t3_post -INFO: Parsed tables in scheme moninshoc -INFO: filtering out variable GFS_stateout_type_instance -INFO: filtering out variable accumulated_change_of_air_temperature_due_to_FA_scheme -INFO: filtering out variable air_temperature_at_previous_time_step -INFO: filtering out variable air_temperature_two_time_steps_back -INFO: filtering out variable area_fraction_of_wet_canopy -INFO: filtering out variable atmosphere_heat_diffusivity_from_shoc -INFO: filtering out variable baseline_surface_roughness_length -INFO: filtering out variable canopy_air_temperature -INFO: filtering out variable canopy_air_vapor_pressure -INFO: filtering out variable canopy_intercepted_ice_mass -INFO: filtering out variable canopy_intercepted_liquid_water -INFO: filtering out variable characteristic_grid_length_scale -INFO: filtering out variable choice_of_updated_scale_aware_TKE_moist_EDMF_PBL -INFO: filtering out variable cloud_area_fraction -INFO: filtering out variable cloud_condensed_water_conversion_threshold -INFO: filtering out variable coefficient_for_evaporation_of_rainfall -INFO: filtering out variable coefficient_from_cloud_ice_to_snow -INFO: filtering out variable coefficient_from_cloud_water_to_rain -INFO: filtering out variable cumulative_change_in_x_wind_due_to_convective_gravity_wave_drag -INFO: filtering out variable cumulative_change_in_y_wind_due_to_convective_gravity_wave_drag -INFO: filtering out variable do_myjsfc -INFO: filtering out variable downdraft_fraction_in_boundary_layer_mass_flux_scheme -INFO: filtering out variable equilibrium_soil_water_content -INFO: filtering out variable fa_threshold_relative_humidity_for_onset_of_condensation -INFO: filtering out variable fast_soil_pool_mass_content_of_carbon -INFO: filtering out variable fine_root_mass -INFO: filtering out variable flag_for_canopy_stomatal_resistance_option -INFO: filtering out variable flag_for_dynamic_vegetation_option -INFO: filtering out variable flag_for_frozen_soil_permeability_option -INFO: filtering out variable flag_for_ground_snow_surface_albedo_option -INFO: filtering out variable flag_for_individual_cloud_species_advected -INFO: filtering out variable flag_for_lower_boundary_soil_temperature_option -INFO: filtering out variable flag_for_precipitation_partition_option -INFO: filtering out variable flag_for_radiation_transfer_option -INFO: filtering out variable flag_for_runoff_and_groundwater_option -INFO: filtering out variable flag_for_sas_deep_convection_scheme -INFO: filtering out variable flag_for_shoc_after_convection -INFO: filtering out variable flag_for_soil_and_snow_temperature_time_stepping_option -INFO: filtering out variable flag_for_soil_moisture_factor_stomatal_resistance_option -INFO: filtering out variable flag_for_supercooled_liquid_water_option -INFO: filtering out variable flag_for_surface_layer_drag_coefficient_option -INFO: filtering out variable ground_temperature_for_noahmp -INFO: filtering out variable gwd_opt -INFO: filtering out variable heat_exchange_coefficient_for_MYJ_schemes -INFO: filtering out variable ice_supersaturation_threshold -INFO: filtering out variable integrated_x_momentum_flux_from_blocking_drag -INFO: filtering out variable integrated_x_momentum_flux_from_form_drag -INFO: filtering out variable integrated_x_momentum_flux_from_large_scale_gwd -INFO: filtering out variable integrated_x_momentum_flux_from_small_scale_gwd -INFO: filtering out variable integrated_y_momentum_flux_from_blocking_drag -INFO: filtering out variable integrated_y_momentum_flux_from_form_drag -INFO: filtering out variable integrated_y_momentum_flux_from_large_scale_gwd -INFO: filtering out variable integrated_y_momentum_flux_from_small_scale_gwd -INFO: filtering out variable kinematic_buoyancy_flux_from_shoc -INFO: filtering out variable kinematic_surface_latent_heat_flux -INFO: filtering out variable lake_water_storage -INFO: filtering out variable layer_bottom_depth_from_snow_surface -INFO: filtering out variable leaf_mass -INFO: filtering out variable liquid_water_density -INFO: filtering out variable mass_weighted_rime_factor_updated_by_physics -INFO: filtering out variable maximum_column_heating_rate -INFO: filtering out variable minimum_value_of_specific_humidity -INFO: filtering out variable momentum_exchange_coefficient_for_MYJ_schemes -INFO: filtering out variable nondimensional_snow_age -INFO: filtering out variable number_of_snow_layers -INFO: filtering out variable number_of_spectral_wave_trancation_for_sas -INFO: filtering out variable potential_temperature_at_2m -INFO: filtering out variable potential_temperature_at_viscous_sublayer_top -INFO: filtering out variable prandtl_number -INFO: filtering out variable shoc_flag_for_optional_surface_TKE_dissipation -INFO: filtering out variable shoc_implicit_TKE_integration_uncentering_term -INFO: filtering out variable shoc_tke_dissipatation_pressure_threshold -INFO: filtering out variable shoc_tke_dissipation_tunable_parameter -INFO: filtering out variable shoc_tke_dissipation_tunable_parameter_near_surface -INFO: filtering out variable slow_soil_pool_mass_content_of_carbon -INFO: filtering out variable snow_albedo_at_previous_time_step -INFO: filtering out variable snow_layer_ice -INFO: filtering out variable snow_layer_liquid_water -INFO: filtering out variable snow_mass_at_previous_time_step -INFO: filtering out variable snow_precipitation_rate_at_surface -INFO: filtering out variable snow_temperature -INFO: filtering out variable soil_water_content_between_soil_bottom_and_water_table -INFO: filtering out variable specific_humidity_at_viscous_sublayer_top -INFO: filtering out variable stem_area_index -INFO: filtering out variable stem_mass -INFO: filtering out variable surface_air_pressure_at_previous_time_step -INFO: filtering out variable surface_air_pressure_two_time_steps_back -INFO: filtering out variable surface_drag_coefficient_for_heat_and_moisture_for_noahmp -INFO: filtering out variable surface_drag_coefficient_for_momentum_for_noahmp -INFO: filtering out variable surface_exchange_coefficient_for_heat -INFO: filtering out variable surface_exchange_coefficient_for_heat_at_2m -INFO: filtering out variable surface_exchange_coefficient_for_moisture -INFO: filtering out variable surface_exchange_coefficient_for_moisture_at_2m -INFO: filtering out variable surface_friction_velocity_drag -INFO: filtering out variable surface_latent_heat -INFO: filtering out variable surface_layer_evaporation_switch -INFO: filtering out variable surface_specific_humidity_for_MYJ_schemes -INFO: filtering out variable surface_stability_parameter -INFO: filtering out variable tendency_of_rain_water_mixing_ratio_due_to_microphysics -INFO: filtering out variable tendency_of_x_wind_due_to_convective_gravity_wave_drag -INFO: filtering out variable tendency_of_y_wind_due_to_convective_gravity_wave_drag -INFO: filtering out variable theta_star -INFO: filtering out variable tke_dissipative_heating_factor -INFO: filtering out variable turbulent_kinetic_energy_convective_transport_tracer -INFO: filtering out variable u_wind_component_at_viscous_sublayer_top -INFO: filtering out variable updraft_fraction_in_boundary_layer_mass_flux_scheme -INFO: filtering out variable v_wind_component_at_viscous_sublayer_top -INFO: filtering out variable vegetation_temperature -INFO: filtering out variable water_storage_in_aquifer -INFO: filtering out variable water_storage_in_aquifer_and_saturated_soil -INFO: filtering out variable water_table_depth -INFO: filtering out variable water_table_recharge_when_deep -INFO: filtering out variable water_table_recharge_when_shallow -INFO: filtering out variable water_vapor_specific_humidity_at_previous_time_step -INFO: filtering out variable water_vapor_specific_humidity_two_time_steps_back -INFO: filtering out variable weight_for_momentum_at_viscous_sublayer_top -INFO: filtering out variable weight_for_potental_temperature_at_viscous_sublayer_top -INFO: filtering out variable weight_for_specific_humidity_at_viscous_sublayer_top -INFO: filtering out variable wood_mass -INFO: filtering out variable x_momentum_tendency_from_blocking_drag -INFO: filtering out variable x_momentum_tendency_from_form_drag -INFO: filtering out variable x_momentum_tendency_from_large_scale_gwd -INFO: filtering out variable x_momentum_tendency_from_small_scale_gwd -INFO: filtering out variable y_momentum_tendency_from_blocking_drag -INFO: filtering out variable y_momentum_tendency_from_form_drag -INFO: filtering out variable y_momentum_tendency_from_large_scale_gwd -INFO: filtering out variable y_momentum_tendency_from_small_scale_gwd -INFO: Checking optional arguments in physics schemes ... -INFO: Metadata table for model FV3 written to tests/build_fv3_13/FV3/ccpp/framework/doc/DevelopersGuide/CCPP_VARIABLES_FV3.tex -INFO: Comparing metadata for requested and provided variables ... -INFO: Automatic unit conversion from m to um for effective_radius_of_stratiform_cloud_ice_particle_in_um before entering MODULE_mp_thompson SCHEME_mp_thompson SUBROUTINE_mp_thompson_run -INFO: Automatic unit conversion from m to um for effective_radius_of_stratiform_cloud_liquid_water_particle_in_um before entering MODULE_mp_thompson SCHEME_mp_thompson SUBROUTINE_mp_thompson_run -INFO: Automatic unit conversion from m to um for effective_radius_of_stratiform_cloud_snow_particle_in_um before entering MODULE_mp_thompson SCHEME_mp_thompson SUBROUTINE_mp_thompson_run -INFO: Generating schemes makefile/cmakefile snippet ... -INFO: Added 168 schemes to tests/build_fv3_13/FV3/ccpp/physics/CCPP_SCHEMES.mk, tests/build_fv3_13/FV3/ccpp/physics/CCPP_SCHEMES.cmake, tests/build_fv3_13/FV3/ccpp/physics/CCPP_SCHEMES.sh -INFO: Generating suite and group caps ... -INFO: Generating static API ccpp_static_api.F90 in tests/build_fv3_13/FV3/ccpp/physics ... -INFO: Generating caps makefile/cmakefile snippet ... -INFO: Added 29 auto-generated caps to tests/build_fv3_13/FV3/ccpp/physics/CCPP_CAPS.mk and tests/build_fv3_13/FV3/ccpp/physics/CCPP_CAPS.cmake -INFO: CCPP prebuild step completed successfully. -+ source build_fv3_13/FV3/ccpp/physics/CCPP_SCHEMES.sh -++ export 'CCPP_SCHEMES=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/aer_cloud.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/aerclm_def.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/aerinterp.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/calpreciptype.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cldwat2m_micro.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cldmacro.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/date_def.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/funcphys.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gcycle.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/h2o_def.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/h2ointerp.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/iccn_def.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/iccninterp.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/iounitdef.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/machine.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mersenne_twister.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfpbl.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg_utils.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg2_0.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg3_0.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/multi_gases.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_model.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_parameters.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_radar.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_thompson.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MP_FER_HIRES.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_bl_mynn.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_mynn.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_orowam2017.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/namelist_soilveg.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfpblt.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfpbltq.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfscu.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfscuq.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/noahmp_tables.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/num_parthds.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozne_def.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozinterp.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/physcons.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/physparam.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radcons.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_aerosols.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_astronomy.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_clouds.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_gases.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_surface.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radlw_datatb.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radlw_param.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radsw_datatb.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radsw_param.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/samfaerosols.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfcsub.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sflx.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/set_soilveg.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/surface_perturbation.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_deep.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_sh.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/tridi.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/wv_saturation.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_soil_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rayleigh_damp.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radsw_main.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_ocean.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gwdc.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gscond.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ysuvdif.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_sice.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/samfdeepcnv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/satmedmfvdif.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozphys_2015.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/samfshalcnv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/precpd.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_fer_hires.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diag.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radlw_main.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_debug.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/satmedmfvdifq.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cs_conv.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/shinhongvdif.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/h2ophys.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_nst.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/moninedmf.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diff.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diag_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/m_micro.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gcm_shoc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gwdps.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/shalcnv.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/get_prs_fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozphys.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_stochastics.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/drag_suite.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_cice.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sascnvn.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cnvc90.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_drv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/dcyc2.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/moninshoc.f' -++ CCPP_SCHEMES='/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/aer_cloud.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/aerclm_def.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/aerinterp.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/calpreciptype.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cldwat2m_micro.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cldmacro.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/date_def.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/funcphys.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gcycle.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/h2o_def.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/h2ointerp.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/iccn_def.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/iccninterp.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/iounitdef.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/machine.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mersenne_twister.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfpbl.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg_utils.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg2_0.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg3_0.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/multi_gases.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_model.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_parameters.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_radar.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_thompson.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MP_FER_HIRES.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_bl_mynn.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_mynn.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_orowam2017.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/namelist_soilveg.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfpblt.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfpbltq.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfscu.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfscuq.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/noahmp_tables.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/num_parthds.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozne_def.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozinterp.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/physcons.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/physparam.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radcons.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_aerosols.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_astronomy.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_clouds.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_gases.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_surface.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radlw_datatb.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radlw_param.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radsw_datatb.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radsw_param.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/samfaerosols.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfcsub.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sflx.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/set_soilveg.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/surface_perturbation.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_deep.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_sh.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/tridi.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/wv_saturation.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_soil_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rayleigh_damp.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radsw_main.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_ocean.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gwdc.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gscond.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ysuvdif.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_sice.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/samfdeepcnv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/satmedmfvdif.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozphys_2015.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/samfshalcnv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/precpd.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_fer_hires.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diag.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radlw_main.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_debug.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/satmedmfvdifq.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cs_conv.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/shinhongvdif.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/h2ophys.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_nst.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/moninedmf.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diff.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diag_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/m_micro.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gcm_shoc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gwdps.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/shalcnv.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/get_prs_fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozphys.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_stochastics.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/drag_suite.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_cice.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sascnvn.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cnvc90.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_drv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/dcyc2.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/moninshoc.f' -+ source build_fv3_13/FV3/ccpp/physics/CCPP_CAPS.sh -++ export 'CCPP_CAPS=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_13/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_13/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_fast_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_13/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_time_vary_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_13/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_radiation_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_13/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_13/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_stochastics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_13/FV3/ccpp/physics/ccpp_FV3_GFS_v15_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_13/FV3/ccpp/physics/ccpp_FV3_GFS_v15_fast_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_13/FV3/ccpp/physics/ccpp_FV3_GFS_v15_time_vary_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_13/FV3/ccpp/physics/ccpp_FV3_GFS_v15_radiation_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_13/FV3/ccpp/physics/ccpp_FV3_GFS_v15_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_13/FV3/ccpp/physics/ccpp_FV3_GFS_v15_stochastics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_13/FV3/ccpp/physics/ccpp_FV3_GFS_v15plus_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_13/FV3/ccpp/physics/ccpp_FV3_GFS_v15plus_fast_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_13/FV3/ccpp/physics/ccpp_FV3_GFS_v15plus_time_vary_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_13/FV3/ccpp/physics/ccpp_FV3_GFS_v15plus_radiation_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_13/FV3/ccpp/physics/ccpp_FV3_GFS_v15plus_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_13/FV3/ccpp/physics/ccpp_FV3_GFS_v15plus_stochastics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_13/FV3/ccpp/physics/ccpp_FV3_CPT_v0_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_13/FV3/ccpp/physics/ccpp_FV3_CPT_v0_fast_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_13/FV3/ccpp/physics/ccpp_FV3_CPT_v0_time_vary_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_13/FV3/ccpp/physics/ccpp_FV3_CPT_v0_radiation_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_13/FV3/ccpp/physics/ccpp_FV3_CPT_v0_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_13/FV3/ccpp/physics/ccpp_FV3_CPT_v0_stochastics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_13/FV3/ccpp/physics/ccpp_FV3_GSD_v0_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_13/FV3/ccpp/physics/ccpp_FV3_GSD_v0_time_vary_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_13/FV3/ccpp/physics/ccpp_FV3_GSD_v0_radiation_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_13/FV3/ccpp/physics/ccpp_FV3_GSD_v0_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_13/FV3/ccpp/physics/ccpp_FV3_GSD_v0_stochastics_cap.F90' -++ CCPP_CAPS='/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_13/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_13/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_fast_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_13/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_time_vary_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_13/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_radiation_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_13/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_13/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_stochastics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_13/FV3/ccpp/physics/ccpp_FV3_GFS_v15_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_13/FV3/ccpp/physics/ccpp_FV3_GFS_v15_fast_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_13/FV3/ccpp/physics/ccpp_FV3_GFS_v15_time_vary_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_13/FV3/ccpp/physics/ccpp_FV3_GFS_v15_radiation_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_13/FV3/ccpp/physics/ccpp_FV3_GFS_v15_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_13/FV3/ccpp/physics/ccpp_FV3_GFS_v15_stochastics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_13/FV3/ccpp/physics/ccpp_FV3_GFS_v15plus_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_13/FV3/ccpp/physics/ccpp_FV3_GFS_v15plus_fast_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_13/FV3/ccpp/physics/ccpp_FV3_GFS_v15plus_time_vary_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_13/FV3/ccpp/physics/ccpp_FV3_GFS_v15plus_radiation_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_13/FV3/ccpp/physics/ccpp_FV3_GFS_v15plus_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_13/FV3/ccpp/physics/ccpp_FV3_GFS_v15plus_stochastics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_13/FV3/ccpp/physics/ccpp_FV3_CPT_v0_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_13/FV3/ccpp/physics/ccpp_FV3_CPT_v0_fast_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_13/FV3/ccpp/physics/ccpp_FV3_CPT_v0_time_vary_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_13/FV3/ccpp/physics/ccpp_FV3_CPT_v0_radiation_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_13/FV3/ccpp/physics/ccpp_FV3_CPT_v0_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_13/FV3/ccpp/physics/ccpp_FV3_CPT_v0_stochastics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_13/FV3/ccpp/physics/ccpp_FV3_GSD_v0_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_13/FV3/ccpp/physics/ccpp_FV3_GSD_v0_time_vary_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_13/FV3/ccpp/physics/ccpp_FV3_GSD_v0_radiation_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_13/FV3/ccpp/physics/ccpp_FV3_GSD_v0_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_13/FV3/ccpp/physics/ccpp_FV3_GSD_v0_stochastics_cap.F90' -+ source build_fv3_13/FV3/ccpp/physics/CCPP_STATIC_API.sh -++ export CCPP_STATIC_API=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_13/FV3/ccpp/physics/ccpp_static_api.F90 -++ CCPP_STATIC_API=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_13/FV3/ccpp/physics/ccpp_static_api.F90 -+ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_v15,FV3_GFS_v15plus,FV3_CPT_v0,FV3_GSD_v0 32BIT=Y == *\N\A\M\_\p\h\y\s\=\Y* ]] -+ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_v15,FV3_GFS_v15plus,FV3_CPT_v0,FV3_GSD_v0 32BIT=Y == *\W\W\3\=\Y* ]] -++ trim ' -DREPRO=Y -D32BIT=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -DDYN32=ON -DSTATIC=ON -DMULTI_GASES=OFF' -++ local 'var= -DREPRO=Y -D32BIT=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -DDYN32=ON -DSTATIC=ON -DMULTI_GASES=OFF' -++ var='-DREPRO=Y -D32BIT=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -DDYN32=ON -DSTATIC=ON -DMULTI_GASES=OFF' -++ var='-DREPRO=Y -D32BIT=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -DDYN32=ON -DSTATIC=ON -DMULTI_GASES=OFF' -++ echo -n '-DREPRO=Y -D32BIT=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -DDYN32=ON -DSTATIC=ON -DMULTI_GASES=OFF' -+ CCPP_CMAKE_FLAGS='-DREPRO=Y -D32BIT=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -DDYN32=ON -DSTATIC=ON -DMULTI_GASES=OFF' -+ source /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc -++ __ms_function_name=setup__test_function__14473 -++ eval 'setup__test_function__14473() { /bin/true ; }' -+++ eval '__text="text" ; if [[ $__text =~ ^(t).* ]] ; then printf "%s" ${.sh.match[1]} ; fi' -+++ cat -++ __ms_ksh_test= -+++ eval 'if ( set | grep setup__test_function__14473 | grep -v name > /dev/null 2>&1 ) ; then echo t ; fi ' -+++ cat -++ __ms_bash_test=t -++ [[ ! -z '' ]] -++ [[ ! -z t ]] -++ __ms_shell=bash -++ [[ -d /lfs3 ]] -++ [[ -d /scratch1 ]] -++ [[ -d /gpfs/hps ]] -++ [[ -e /etc/SuSE-release ]] -++ [[ -d /dcom ]] -++ [[ -L /usrx ]] -+++ readlink /usrx -++ [[ /gpfs/dell1/usrx =~ dell ]] -++ eval module help -++ module purge -+++ /usrx/local/prod/lmod/lmod/libexec/lmod bash purge -++ eval unset 'ADVISOR_2018_DIR;' unset 'BACIO_LIB4;' unset 'BACIO_LIB8;' unset 'BACIO_SRC;' unset 'BACIO_VER;' unset 'BINARY_TYPE_HPC;' unset '__LMOD_REF_COUNT_CLASSPATH;' unset 'CLASSPATH;' unset 'CLCK_ROOT;' unset 'CMAKE_CXX_COMPILER;' unset 'CMAKE_C_COMPILER;' unset 'CMAKE_Fortran_COMPILER;' unset 'CMAKE_Platform;' unset 'COMP;' unset '__LMOD_REF_COUNT_CPATH;' unset 'CPATH;' unset '__LMOD_REF_COUNT_CPLUS_INCLUDE_PATH;' unset 'CPLUS_INCLUDE_PATH;' unset 'CRTM_FIX;' unset 'CRTM_INC;' unset 'CRTM_LIB;' unset 'CRTM_SRC;' unset 'CRTM_VER;' unset 'DAALROOT;' unset 'ECF_HOSTFILE;' unset 'ECF_PORT;' unset 'ECF_ROOT;' unset 'ESMFMKFILE;' unset 'G2TMPL_INC;' unset 'G2TMPL_LIB;' unset 'G2TMPL_SRC;' unset 'G2TMPL_VER;' unset 'G2_INC4;' unset 'G2_INCd;' unset 'G2_LIB4;' unset 'G2_LIBd;' unset 'G2_SRC;' unset 'G2_VER;' unset 'GDBSERVER_MIC;' unset 'GDB_CROSS;' unset 'HDF5;' unset 'HDF5_CFLAGS;' unset 'HDF5_CXXFLAGS;' unset 'HDF5_FFLAGS;' unset 'HDF5_INCLUDE;' unset 'HDF5_LDFLAGS;' unset 'HDF5_LDFLAGS_C;' unset 'HDF5_LDFLAGS_CXX;' unset 'HDF5_LDFLAGS_F;' unset '__LMOD_REF_COUNT_INFOPATH;' unset 'INFOPATH;' unset 'INSPECTOR_2018_DIR;' unset 'INTEL_LICENSE_FILE;' unset 'INTEL_PYTHONHOME;' unset 'IPPROOT;' unset 'IP_INC4;' unset 'IP_INC8;' unset 'IP_INCd;' unset 'IP_LIB4;' unset 'IP_LIB8;' unset 'IP_LIBd;' unset 'IP_SRC;' unset 'IP_VER;' unset 'I_MPI_CC;' unset 'I_MPI_CXX;' unset 'I_MPI_EXTRA_FILESYSTEM;' unset 'I_MPI_EXTRA_FILESYSTEM_LIST;' unset 'I_MPI_F77;' unset 'I_MPI_F90;' unset 'I_MPI_FC;' unset 'I_MPI_HYDRA_BOOTSTRAP;' unset 'I_MPI_HYDRA_IFACE;' unset 'I_MPI_LSF_USE_COLLECTIVE_LAUNCH;' unset 'I_MPI_ROOT;' unset 'JASPER_INC;' unset 'JASPER_LIB;' unset 'JASPER_LIBDIR;' unset 'JASPER_SRC;' unset 'JASPER_VER;' unset 'KMP_AFFINITY;' unset '__LMOD_REF_COUNT_LD_LIBRARY_PATH;' unset 'LD_LIBRARY_PATH;' unset '__LMOD_REF_COUNT_LIBRARY_PATH;' unset 'LIBRARY_PATH;' unset 'LIB_NAME;' unset 'LMOD_FAMILY_COMPILER;' unset 'LMOD_FAMILY_COMPILER_VERSION;' unset 'LMOD_FAMILY_CONMPILER;' unset 'LMOD_FAMILY_CONMPILER_VERSION;' unset 'LMOD_FAMILY_MPI;' unset 'LMOD_FAMILY_MPI_VERSION;' unset '__LMOD_REF_COUNT_LOADEDMODULES;' unset 'LOADEDMODULES;' unset 'LSF_BINDIR;' unset 'LSF_ENVDIR;' unset 'LSF_LIBDIR;' unset 'LSF_SERVERDIR;' '__LMOD_REF_COUNT_MANPATH="/usrx/local/prod/lmod/lmod/share/man:1";' export '__LMOD_REF_COUNT_MANPATH;' 'MANPATH="/usrx/local/prod/lmod/lmod/share/man::";' export 'MANPATH;' unset 'MKLROOT;' 'MODULEPATH="/usrx/local/dev/emc_rocoto/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod";' export 'MODULEPATH;' unset 'MPM_LAUNCHER;' unset 'NEMSIO_INC;' unset 'NEMSIO_LIB;' unset 'NEMSIO_SRC;' unset 'NEMSIO_VER;' unset 'NETCDF;' unset 'NETCDF_CFLAGS;' unset 'NETCDF_CXX4FLAGS;' unset 'NETCDF_CXXFLAGS;' unset 'NETCDF_FFLAGS;' unset 'NETCDF_INC;' unset 'NETCDF_INCLUDE;' unset 'NETCDF_LDFLAGS;' unset 'NETCDF_LDFLAGS_C;' unset 'NETCDF_LDFLAGS_CXX;' unset 'NETCDF_LDFLAGS_CXX4;' unset 'NETCDF_LDFLAGS_F;' unset 'NETCDF_LIB;' unset 'NETCDF_ROOT;' unset '__LMOD_REF_COUNT_NLSPATH;' unset 'NLSPATH;' '__LMOD_REF_COUNT_PATH="/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/usr/lpp/mmfs/bin:1;/opt/ibutils/bin:1;/opt/dell/srvadmin/bin:1;/u/Dusan.Jovic/bin:2;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/dbrowse:1;/u/Dusan.Jovic/.local/bin:1";' export '__LMOD_REF_COUNT_PATH;' 'PATH="/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/usr/lpp/mmfs/bin:/opt/ibutils/bin:/opt/dell/srvadmin/bin:/u/Dusan.Jovic/bin:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/dbrowse:/u/Dusan.Jovic/.local/bin";' export 'PATH;' unset 'PKG_CONFIG_PATH;' unset 'PNG_INC;' unset 'PNG_LIB;' unset 'PNG_LIB12;' unset 'PNG_LIBDIR;' unset 'PNG_LIBso;' unset 'PNG_SRC;' unset 'PNG_VER;' unset 'POST_INC;' unset 'POST_LIB;' unset 'POST_SRC;' unset 'POST_VER;' unset 'PSTLROOT;' unset 'PYTHONPATH;' unset '__LMOD_REF_COUNT_QT_PLUGIN_PATH;' unset 'QT_PLUGIN_PATH;' unset 'SP_LIB4;' unset 'SP_LIB8;' unset 'SP_LIBd;' unset 'SP_SRC;' unset 'SP_VER;' unset 'TBBROOT;' unset 'VT_ADD_LIBS;' unset 'VT_ARCH;' unset 'VT_LIB_DIR;' unset 'VT_MPI;' unset 'VT_ROOT;' unset 'VT_SLIB_DIR;' unset 'W3EMC_INC4;' unset 'W3EMC_INC8;' unset 'W3EMC_INCd;' unset 'W3EMC_LIB4;' unset 'W3EMC_LIB8;' unset 'W3EMC_LIBd;' unset 'W3EMC_SRC;' unset 'W3EMC_VER;' unset 'W3NCO_INC4;' unset 'W3NCO_INC8;' unset 'W3NCO_INCd;' unset 'W3NCO_LIB4;' unset 'W3NCO_LIB8;' unset 'W3NCO_LIBd;' unset 'W3NCO_SRC;' unset 'W3NCO_VER;' unset 'XLSF_UIDDIR;' unset 'Z_INC;' unset 'Z_LIB;' unset 'Z_SRC;' unset 'Z_VER;' unset '__LMOD_REF_COUNT__LMFILES_;' unset '_LMFILES_;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii91c3J4L2xvY2FsL2Rldi9lbWNfcm9jb3RvL21vZHVsZWZpbGVzIiwiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvRHVzYW4uSm92aWMvdWZzL3ByMTgvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvd2Nvc3NfZGVsbF9wMyIsIi91c3J4L2xvY2FsL2Rldi9tb2R1bGVmaWxlcyIsIi91c3J4L2xvY2FsL3Byb2QvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQiLCIvdXNyeC9sb2NhbC9w";' export '_ModuleTable001_;' '_ModuleTable002_="cm9kL21vZHVsZWZpbGVzL2RlZnMiLCIvZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb3JlX3Byb2QiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQ6L3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9kZWZzOi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsfQ==";' export '_ModuleTable002_;' '_ModuleTable_Sz_="2";' export '_ModuleTable_Sz_;' unset '_ModuleTable004_;' unset '_ModuleTable005_;' unset '_ModuleTable006_;' unset '_ModuleTable007_;' unset '_ModuleTable008_;' unset '_ModuleTable009_;' unset '_ModuleTable010_;' unset '_ModuleTable011_;' unset '_ModuleTable012_;' unset '_ModuleTable013_;' unset '_ModuleTable014_;' unset '_ModuleTable015_;' unset '_ModuleTable016_;' -+++ unset ADVISOR_2018_DIR -+++ unset BACIO_LIB4 -+++ unset BACIO_LIB8 -+++ unset BACIO_SRC -+++ unset BACIO_VER -+++ unset BINARY_TYPE_HPC -+++ unset __LMOD_REF_COUNT_CLASSPATH -+++ unset CLASSPATH -+++ unset CLCK_ROOT -+++ unset CMAKE_CXX_COMPILER -+++ unset CMAKE_C_COMPILER -+++ unset CMAKE_Fortran_COMPILER -+++ unset CMAKE_Platform -+++ unset COMP -+++ unset __LMOD_REF_COUNT_CPATH -+++ unset CPATH -+++ unset __LMOD_REF_COUNT_CPLUS_INCLUDE_PATH -+++ unset CPLUS_INCLUDE_PATH -+++ unset CRTM_FIX -+++ unset CRTM_INC -+++ unset CRTM_LIB -+++ unset CRTM_SRC -+++ unset CRTM_VER -+++ unset DAALROOT -+++ unset ECF_HOSTFILE -+++ unset ECF_PORT -+++ unset ECF_ROOT -+++ unset ESMFMKFILE -+++ unset G2TMPL_INC -+++ unset G2TMPL_LIB -+++ unset G2TMPL_SRC -+++ unset G2TMPL_VER -+++ unset G2_INC4 -+++ unset G2_INCd -+++ unset G2_LIB4 -+++ unset G2_LIBd -+++ unset G2_SRC -+++ unset G2_VER -+++ unset GDBSERVER_MIC -+++ unset GDB_CROSS -+++ unset HDF5 -+++ unset HDF5_CFLAGS -+++ unset HDF5_CXXFLAGS -+++ unset HDF5_FFLAGS -+++ unset HDF5_INCLUDE -+++ unset HDF5_LDFLAGS -+++ unset HDF5_LDFLAGS_C -+++ unset HDF5_LDFLAGS_CXX -+++ unset HDF5_LDFLAGS_F -+++ unset __LMOD_REF_COUNT_INFOPATH -+++ unset INFOPATH -+++ unset INSPECTOR_2018_DIR -+++ unset INTEL_LICENSE_FILE -+++ unset INTEL_PYTHONHOME -+++ unset IPPROOT -+++ unset IP_INC4 -+++ unset IP_INC8 -+++ unset IP_INCd -+++ unset IP_LIB4 -+++ unset IP_LIB8 -+++ unset IP_LIBd -+++ unset IP_SRC -+++ unset IP_VER -+++ unset I_MPI_CC -+++ unset I_MPI_CXX -+++ unset I_MPI_EXTRA_FILESYSTEM -+++ unset I_MPI_EXTRA_FILESYSTEM_LIST -+++ unset I_MPI_F77 -+++ unset I_MPI_F90 -+++ unset I_MPI_FC -+++ unset I_MPI_HYDRA_BOOTSTRAP -+++ unset I_MPI_HYDRA_IFACE -+++ unset I_MPI_LSF_USE_COLLECTIVE_LAUNCH -+++ unset I_MPI_ROOT -+++ unset JASPER_INC -+++ unset JASPER_LIB -+++ unset JASPER_LIBDIR -+++ unset JASPER_SRC -+++ unset JASPER_VER -+++ unset KMP_AFFINITY -+++ unset __LMOD_REF_COUNT_LD_LIBRARY_PATH -+++ unset LD_LIBRARY_PATH -+++ unset __LMOD_REF_COUNT_LIBRARY_PATH -+++ unset LIBRARY_PATH -+++ unset LIB_NAME -+++ unset LMOD_FAMILY_COMPILER -+++ unset LMOD_FAMILY_COMPILER_VERSION -+++ unset LMOD_FAMILY_CONMPILER -+++ unset LMOD_FAMILY_CONMPILER_VERSION -+++ unset LMOD_FAMILY_MPI -+++ unset LMOD_FAMILY_MPI_VERSION -+++ unset __LMOD_REF_COUNT_LOADEDMODULES -+++ unset LOADEDMODULES -+++ unset LSF_BINDIR -+++ unset LSF_ENVDIR -+++ unset LSF_LIBDIR -+++ unset LSF_SERVERDIR -+++ __LMOD_REF_COUNT_MANPATH=/usrx/local/prod/lmod/lmod/share/man:1 -+++ export __LMOD_REF_COUNT_MANPATH -+++ MANPATH=/usrx/local/prod/lmod/lmod/share/man:: -+++ export MANPATH -+++ unset MKLROOT -+++ MODULEPATH=/usrx/local/dev/emc_rocoto/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod -+++ export MODULEPATH -+++ unset MPM_LAUNCHER -+++ unset NEMSIO_INC -+++ unset NEMSIO_LIB -+++ unset NEMSIO_SRC -+++ unset NEMSIO_VER -+++ unset NETCDF -+++ unset NETCDF_CFLAGS -+++ unset NETCDF_CXX4FLAGS -+++ unset NETCDF_CXXFLAGS -+++ unset NETCDF_FFLAGS -+++ unset NETCDF_INC -+++ unset NETCDF_INCLUDE -+++ unset NETCDF_LDFLAGS -+++ unset NETCDF_LDFLAGS_C -+++ unset NETCDF_LDFLAGS_CXX -+++ unset NETCDF_LDFLAGS_CXX4 -+++ unset NETCDF_LDFLAGS_F -+++ unset NETCDF_LIB -+++ unset NETCDF_ROOT -+++ unset __LMOD_REF_COUNT_NLSPATH -+++ unset NLSPATH -+++ __LMOD_REF_COUNT_PATH='/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/usr/lpp/mmfs/bin:1;/opt/ibutils/bin:1;/opt/dell/srvadmin/bin:1;/u/Dusan.Jovic/bin:2;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/dbrowse:1;/u/Dusan.Jovic/.local/bin:1' -+++ export __LMOD_REF_COUNT_PATH -+++ PATH=/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/usr/lpp/mmfs/bin:/opt/ibutils/bin:/opt/dell/srvadmin/bin:/u/Dusan.Jovic/bin:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/dbrowse:/u/Dusan.Jovic/.local/bin -+++ export PATH -+++ unset PKG_CONFIG_PATH -+++ unset PNG_INC -+++ unset PNG_LIB -+++ unset PNG_LIB12 -+++ unset PNG_LIBDIR -+++ unset PNG_LIBso -+++ unset PNG_SRC -+++ unset PNG_VER -+++ unset POST_INC -+++ unset POST_LIB -+++ unset POST_SRC -+++ unset POST_VER -+++ unset PSTLROOT -+++ unset PYTHONPATH -+++ unset __LMOD_REF_COUNT_QT_PLUGIN_PATH -+++ unset QT_PLUGIN_PATH -+++ unset SP_LIB4 -+++ unset SP_LIB8 -+++ unset SP_LIBd -+++ unset SP_SRC -+++ unset SP_VER -+++ unset TBBROOT -+++ unset VT_ADD_LIBS -+++ unset VT_ARCH -+++ unset VT_LIB_DIR -+++ unset VT_MPI -+++ unset VT_ROOT -+++ unset VT_SLIB_DIR -+++ unset W3EMC_INC4 -+++ unset W3EMC_INC8 -+++ unset W3EMC_INCd -+++ unset W3EMC_LIB4 -+++ unset W3EMC_LIB8 -+++ unset W3EMC_LIBd -+++ unset W3EMC_SRC -+++ unset W3EMC_VER -+++ unset W3NCO_INC4 -+++ unset W3NCO_INC8 -+++ unset W3NCO_INCd -+++ unset W3NCO_LIB4 -+++ unset W3NCO_LIB8 -+++ unset W3NCO_LIBd -+++ unset W3NCO_SRC -+++ unset W3NCO_VER -+++ unset XLSF_UIDDIR -+++ unset Z_INC -+++ unset Z_LIB -+++ unset Z_SRC -+++ unset Z_VER -+++ unset __LMOD_REF_COUNT__LMFILES_ -+++ unset _LMFILES_ -+++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii91c3J4L2xvY2FsL2Rldi9lbWNfcm9jb3RvL21vZHVsZWZpbGVzIiwiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvRHVzYW4uSm92aWMvdWZzL3ByMTgvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvd2Nvc3NfZGVsbF9wMyIsIi91c3J4L2xvY2FsL2Rldi9tb2R1bGVmaWxlcyIsIi91c3J4L2xvY2FsL3Byb2QvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQiLCIvdXNyeC9sb2NhbC9w -+++ export _ModuleTable001_ -+++ _ModuleTable002_=cm9kL21vZHVsZWZpbGVzL2RlZnMiLCIvZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb3JlX3Byb2QiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQ6L3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9kZWZzOi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsfQ== -+++ export _ModuleTable002_ -+++ _ModuleTable_Sz_=2 -+++ export _ModuleTable_Sz_ -+++ unset _ModuleTable004_ -+++ unset _ModuleTable005_ -+++ unset _ModuleTable006_ -+++ unset _ModuleTable007_ -+++ unset _ModuleTable008_ -+++ unset _ModuleTable009_ -+++ unset _ModuleTable010_ -+++ unset _ModuleTable011_ -+++ unset _ModuleTable012_ -+++ unset _ModuleTable013_ -+++ unset _ModuleTable014_ -+++ unset _ModuleTable015_ -+++ unset _ModuleTable016_ -+++ : -s sh -++ eval -++ unset __ms_shell -++ unset __ms_ksh_test -++ unset __ms_bash_test -++ unset setup__test_function__14473 -++ unset __ms_function_name -+ [[ wcoss_dell_p3 == macosx.* ]] -+ [[ wcoss_dell_p3 == linux.* ]] -+ module use /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3 -++ /usrx/local/prod/lmod/lmod/libexec/lmod bash use /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3 -+ eval 'MODULEPATH="/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/dev/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod";' export 'MODULEPATH;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcjE4L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL3djb3NzX2RlbGxfcDMiLCIvdXNyeC9sb2NhbC9kZXYvZW1jX3JvY290by9tb2R1bGVmaWxlcyIsIi91c3J4L2xvY2FsL2Rldi9tb2R1bGVmaWxlcyIsIi91c3J4L2xvY2FsL3Byb2QvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQiLCIvdXNyeC9sb2NhbC9w";' export '_ModuleTable001_;' '_ModuleTable002_="cm9kL21vZHVsZWZpbGVzL2RlZnMiLCIvZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb3JlX3Byb2QiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQ6L3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9kZWZzOi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsfQ==";' export '_ModuleTable002_;' '_ModuleTable_Sz_="2";' export '_ModuleTable_Sz_;' -++ MODULEPATH=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/dev/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod -++ export MODULEPATH -++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcjE4L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL3djb3NzX2RlbGxfcDMiLCIvdXNyeC9sb2NhbC9kZXYvZW1jX3JvY290by9tb2R1bGVmaWxlcyIsIi91c3J4L2xvY2FsL2Rldi9tb2R1bGVmaWxlcyIsIi91c3J4L2xvY2FsL3Byb2QvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQiLCIvdXNyeC9sb2NhbC9w -++ export _ModuleTable001_ -++ _ModuleTable002_=cm9kL21vZHVsZWZpbGVzL2RlZnMiLCIvZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb3JlX3Byb2QiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQ6L3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9kZWZzOi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsfQ== -++ export _ModuleTable002_ -++ _ModuleTable_Sz_=2 -++ export _ModuleTable_Sz_ -++ : -s sh -+ eval -+ module load fv3 -++ /usrx/local/prod/lmod/lmod/libexec/lmod bash load fv3 -+ eval 'ADVISOR_2018_DIR="/usrx/local/prod/intel/2018UP01/advisor_2018";' export 'ADVISOR_2018_DIR;' 'BACIO_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libbacio_v2.0.3_4.a";' export 'BACIO_LIB4;' 'BACIO_LIB8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libbacio_v2.0.3_8.a";' export 'BACIO_LIB8;' 'BACIO_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/bacio_v2.0.3";' export 'BACIO_SRC;' 'BACIO_VER="v2.0.3";' export 'BACIO_VER;' 'BINARY_TYPE_HPC="";' export 'BINARY_TYPE_HPC;' '__LMOD_REF_COUNT_CLASSPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64/mpi.jar:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/daal.jar:1";' export '__LMOD_REF_COUNT_CLASSPATH;' 'CLASSPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64/mpi.jar:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/daal.jar";' export 'CLASSPATH;' 'CLCK_ROOT="/usrx/local/prod/intel/2018UP01/clck_latest";' export 'CLCK_ROOT;' 'CMAKE_CXX_COMPILER="mpiicpc";' export 'CMAKE_CXX_COMPILER;' 'CMAKE_C_COMPILER="mpiicc";' export 'CMAKE_C_COMPILER;' 'CMAKE_Fortran_COMPILER="mpiifort";' export 'CMAKE_Fortran_COMPILER;' 'CMAKE_Platform="wcoss_dell_p3";' export 'CMAKE_Platform;' 'COMP="ips";' export 'COMP;' '__LMOD_REF_COUNT_CPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/pstl/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/include:1";' export '__LMOD_REF_COUNT_CPATH;' 'CPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/pstl/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/include";' export 'CPATH;' '__LMOD_REF_COUNT_CPLUS_INCLUDE_PATH="/usrx/local/prod/intel/2018UP01/clck_latest/include:1";' export '__LMOD_REF_COUNT_CPLUS_INCLUDE_PATH;' 'CPLUS_INCLUDE_PATH="/usrx/local/prod/intel/2018UP01/clck_latest/include";' export 'CPLUS_INCLUDE_PATH;' 'CRTM_FIX="/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/fix";' export 'CRTM_FIX;' 'CRTM_INC="/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/ips/18.0.1/include/crtm_v2.2.6";' export 'CRTM_INC;' 'CRTM_LIB="/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/ips/18.0.1/libcrtm_v2.2.6.a";' export 'CRTM_LIB;' 'CRTM_SRC="/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/src";' export 'CRTM_SRC;' 'CRTM_VER="v2.2.6";' export 'CRTM_VER;' 'DAALROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal";' export 'DAALROOT;' 'ESMFMKFILE="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/lib/esmf.mk";' export 'ESMFMKFILE;' 'G2TMPL_INC="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/g2tmpl_v1.6.0";' export 'G2TMPL_INC;' 'G2TMPL_LIB="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2tmpl_v1.6.0.a";' export 'G2TMPL_LIB;' 'G2TMPL_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/g2tmpl_v1.6.0/src";' export 'G2TMPL_SRC;' 'G2TMPL_VER="v1.6.0";' export 'G2TMPL_VER;' 'G2_INC4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/g2_v3.1.1_4";' export 'G2_INC4;' 'G2_INCd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/g2_v3.1.1_d";' export 'G2_INCd;' 'G2_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2_v3.1.1_4.a";' export 'G2_LIB4;' 'G2_LIBd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2_v3.1.1_d.a";' export 'G2_LIBd;' 'G2_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/g2_v3.1.1";' export 'G2_SRC;' 'G2_VER="v3.1.1";' export 'G2_VER;' 'GDBSERVER_MIC="/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/targets/intel64/x200/bin/gdbserver";' export 'GDBSERVER_MIC;' 'GDB_CROSS="/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/bin/gdb-ia";' export 'GDB_CROSS;' 'HDF5="/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1";' export 'HDF5;' 'HDF5_CFLAGS="-I/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/include";' export 'HDF5_CFLAGS;' 'HDF5_CXXFLAGS="-I/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/include";' export 'HDF5_CXXFLAGS;' 'HDF5_FFLAGS="-I/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/include";' export 'HDF5_FFLAGS;' 'HDF5_INCLUDE="-I/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/include";' export 'HDF5_INCLUDE;' 'HDF5_LDFLAGS="-L/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib' -lhdf5_hl -lhdf5hl_fortran -lhdf5 '-lhdf5_fortran";' export 'HDF5_LDFLAGS;' 'HDF5_LDFLAGS_C="-L/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib' -lhdf5_hl '-lhdf5";' export 'HDF5_LDFLAGS_C;' 'HDF5_LDFLAGS_CXX="-L/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib' -lhdf5_hl -hdf5_hl_cpp -lhdf5 '-lhdf5_cpp";' export 'HDF5_LDFLAGS_CXX;' 'HDF5_LDFLAGS_F="-L/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib' -lhdf5_hl -lhdf5hl_fortran -lhdf5 '-lhdf5_fortran";' export 'HDF5_LDFLAGS_F;' '__LMOD_REF_COUNT_INFOPATH="/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/info:1;info_gdb_igfx:1";' export '__LMOD_REF_COUNT_INFOPATH;' 'INFOPATH="/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/info:info_gdb_igfx";' export 'INFOPATH;' 'INSPECTOR_2018_DIR="/usrx/local/prod/intel/2018UP01/inspector_2018";' export 'INSPECTOR_2018_DIR;' 'INTEL_LICENSE_FILE="/usrx/local/prod/intel/licenses";' export 'INTEL_LICENSE_FILE;' 'INTEL_PYTHONHOME="/usrx/local/prod/intel/2018UP01/debugger_2018/python/intel64";' export 'INTEL_PYTHONHOME;' 'IPPROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp";' export 'IPPROOT;' 'IP_INC4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ip_v3.0.2_4";' export 'IP_INC4;' 'IP_INC8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ip_v3.0.2_8";' export 'IP_INC8;' 'IP_INCd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ip_v3.0.2_d";' export 'IP_INCd;' 'IP_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libip_v3.0.2_4.a";' export 'IP_LIB4;' 'IP_LIB8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libip_v3.0.2_8.a";' export 'IP_LIB8;' 'IP_LIBd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libip_v3.0.2_d.a";' export 'IP_LIBd;' 'IP_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/ip_v3.0.2";' export 'IP_SRC;' 'IP_VER="v3.0.2";' export 'IP_VER;' 'I_MPI_CC="icc";' export 'I_MPI_CC;' 'I_MPI_CXX="icpc";' export 'I_MPI_CXX;' 'I_MPI_EXTRA_FILESYSTEM="yes";' export 'I_MPI_EXTRA_FILESYSTEM;' 'I_MPI_EXTRA_FILESYSTEM_LIST="gpfs";' export 'I_MPI_EXTRA_FILESYSTEM_LIST;' 'I_MPI_F77="ifort";' export 'I_MPI_F77;' 'I_MPI_F90="ifort";' export 'I_MPI_F90;' 'I_MPI_FC="ifort";' export 'I_MPI_FC;' 'I_MPI_HYDRA_BOOTSTRAP="lsf";' export 'I_MPI_HYDRA_BOOTSTRAP;' 'I_MPI_HYDRA_IFACE="ib0";' export 'I_MPI_HYDRA_IFACE;' 'I_MPI_LSF_USE_COLLECTIVE_LAUNCH="1";' export 'I_MPI_LSF_USE_COLLECTIVE_LAUNCH;' 'I_MPI_ROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi";' export 'I_MPI_ROOT;' 'JASPER_INC="/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/include";' export 'JASPER_INC;' 'JASPER_LIB="/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib/libjasper.a";' export 'JASPER_LIB;' 'JASPER_LIBDIR="/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib";' export 'JASPER_LIBDIR;' 'JASPER_SRC="/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/src/jasper-1.900.29";' export 'JASPER_SRC;' 'JASPER_VER="1.900.29";' export 'JASPER_VER;' 'KMP_AFFINITY="scatter";' export 'KMP_AFFINITY;' unset 'LAUNCH;' '__LMOD_REF_COUNT_LD_LIBRARY_PATH="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/lib:1;/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib:1;/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib:1;/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib:1;/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:1;/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib:1;/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib:1;/usrx/local/prod/intel/2018UP01/itac_latest/slib:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:1;/usrx/local/prod/intel/2018UP01/debugger_2018/iga/lib:1;/usrx/local/prod/intel/2018UP01/debugger_2018/libipt/intel64/lib:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4:1";' export '__LMOD_REF_COUNT_LD_LIBRARY_PATH;' 'LD_LIBRARY_PATH="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/lib:/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib:/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib:/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib:/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib:/usrx/local/prod/intel/2018UP01/itac_latest/slib:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:/usrx/local/prod/intel/2018UP01/debugger_2018/iga/lib:/usrx/local/prod/intel/2018UP01/debugger_2018/libipt/intel64/lib:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4";' export 'LD_LIBRARY_PATH;' '__LMOD_REF_COUNT_LIBRARY_PATH="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:1;/usrx/local/prod/intel/2018UP01/clck_latest/lib/intel64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4:1";' export '__LMOD_REF_COUNT_LIBRARY_PATH;' 'LIBRARY_PATH="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:/usrx/local/prod/intel/2018UP01/clck_latest/lib/intel64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4";' export 'LIBRARY_PATH;' 'LIB_NAME="POST";' export 'LIB_NAME;' 'LMOD_FAMILY_COMPILER="ips";' export 'LMOD_FAMILY_COMPILER;' 'LMOD_FAMILY_COMPILER_VERSION="18.0.1.163";' export 'LMOD_FAMILY_COMPILER_VERSION;' 'LMOD_FAMILY_CONMPILER="HDF5-serial";' export 'LMOD_FAMILY_CONMPILER;' 'LMOD_FAMILY_CONMPILER_VERSION="1.10.1";' export 'LMOD_FAMILY_CONMPILER_VERSION;' 'LMOD_FAMILY_MPI="impi";' export 'LMOD_FAMILY_MPI;' 'LMOD_FAMILY_MPI_VERSION="18.0.1";' export 'LMOD_FAMILY_MPI_VERSION;' '__LMOD_REF_COUNT_LOADEDMODULES="ips/18.0.1.163:1;impi/18.0.1:1;NetCDF/4.5.0:1;HDF5-serial/1.10.1:1;lsf/10.1:1;bacio/2.0.3:1;ip/3.0.2:1;sp/2.0.3:1;w3nco/2.0.7:1;w3emc/2.3.1:1;nemsio/2.2.4:1;g2/3.1.1:1;g2tmpl/1.6.0:1;crtm/2.2.6:1;jasper/1.900.29:1;libpng/1.2.59:1;zlib/1.2.11:1;post/8.0.1:1;esmf/8.0.0:1;cmake/3.10.0:1;fv3:1";' export '__LMOD_REF_COUNT_LOADEDMODULES;' 'LOADEDMODULES="ips/18.0.1.163:impi/18.0.1:NetCDF/4.5.0:HDF5-serial/1.10.1:lsf/10.1:bacio/2.0.3:ip/3.0.2:sp/2.0.3:w3nco/2.0.7:w3emc/2.3.1:nemsio/2.2.4:g2/3.1.1:g2tmpl/1.6.0:crtm/2.2.6:jasper/1.900.29:libpng/1.2.59:zlib/1.2.11:post/8.0.1:esmf/8.0.0:cmake/3.10.0:fv3";' export 'LOADEDMODULES;' 'LSF_BINDIR="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin";' export 'LSF_BINDIR;' 'LSF_ENVDIR="/gpfs/lsf/conf";' export 'LSF_ENVDIR;' 'LSF_LIBDIR="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib";' export 'LSF_LIBDIR;' 'LSF_SERVERDIR="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc";' export 'LSF_SERVERDIR;' '__LMOD_REF_COUNT_MANPATH="/usrx/local/dev/packages/cmake/3.10.0/share/man:1;/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/share/man:1;/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/share/man:1;/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/man:1;/gpfs/lsf/10.1/man:1;/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/share/man:1;/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/share/man:1;/usrx/local/prod/intel/2018UP01/itac_latest/man:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/man/common:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/man:1;/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/man:1;/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-igfx/man:1;/usrx/local/prod/lmod/lmod/share/man:1;/usrx/local/prod/intel/2018UP01/inspector_2018/man:1;/usrx/local/prod/intel/2018UP01/advisor_2018/man:1";' export '__LMOD_REF_COUNT_MANPATH;' 'MANPATH="/usrx/local/dev/packages/cmake/3.10.0/share/man:/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/share/man:/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/share/man:/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/man:/gpfs/lsf/10.1/man:/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/share/man:/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/share/man:/usrx/local/prod/intel/2018UP01/itac_latest/man:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/man/common:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/man:/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/man:/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-igfx/man:/usrx/local/prod/lmod/lmod/share/man::/usrx/local/prod/intel/2018UP01/inspector_2018/man:/usrx/local/prod/intel/2018UP01/advisor_2018/man";' export 'MANPATH;' 'MKLROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl";' export 'MKLROOT;' 'MODULEPATH="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/dev/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1:/usrx/local/prod/modulefiles/mpi_third/ips/18.0.1/impi/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/mpi_prod/ips/18.0.1/impi/18.0.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles";' export 'MODULEPATH;' 'MPM_LAUNCHER="/usrx/local/prod/intel/2018UP01/debugger_2018/mpm/mic/bin/start_mpm.sh";' export 'MPM_LAUNCHER;' 'NEMSIO_INC="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/nemsio_v2.2.4";' export 'NEMSIO_INC;' 'NEMSIO_LIB="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libnemsio_v2.2.4.a";' export 'NEMSIO_LIB;' 'NEMSIO_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/nemsio_v2.2.4";' export 'NEMSIO_SRC;' 'NEMSIO_VER="v2.2.4";' export 'NEMSIO_VER;' 'NETCDF="/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0";' export 'NETCDF;' 'NETCDF_CFLAGS="-I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include";' export 'NETCDF_CFLAGS;' 'NETCDF_CXX4FLAGS="-I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include";' export 'NETCDF_CXX4FLAGS;' 'NETCDF_CXXFLAGS="-I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include";' export 'NETCDF_CXXFLAGS;' 'NETCDF_FFLAGS="-I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include";' export 'NETCDF_FFLAGS;' 'NETCDF_INC="/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include";' export 'NETCDF_INC;' 'NETCDF_INCLUDE="-I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include";' export 'NETCDF_INCLUDE;' 'NETCDF_LDFLAGS="-L/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib' '-lnetcdff";' export 'NETCDF_LDFLAGS;' 'NETCDF_LDFLAGS_C="-L/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib' '-lnetcdf";' export 'NETCDF_LDFLAGS_C;' 'NETCDF_LDFLAGS_CXX="-L/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib' -lnetcdf '-lnetcdf_c++";' export 'NETCDF_LDFLAGS_CXX;' 'NETCDF_LDFLAGS_CXX4="-L/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib' -lnetcdf '-lnetcdf_c++4";' export 'NETCDF_LDFLAGS_CXX4;' 'NETCDF_LDFLAGS_F="-L/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib' '-lnetcdff";' export 'NETCDF_LDFLAGS_F;' 'NETCDF_LIB="/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib";' export 'NETCDF_LIB;' 'NETCDF_ROOT="/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0";' export 'NETCDF_ROOT;' '__LMOD_REF_COUNT_NLSPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin/locale/%l_%t/%N:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin/locale/%l_%t/%N:1;/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/share/locale/%l_%t/%N:1";' export '__LMOD_REF_COUNT_NLSPATH;' 'NLSPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin/locale/%l_%t/%N:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin/locale/%l_%t/%N::/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/share/locale/%l_%t/%N";' export 'NLSPATH;' '__LMOD_REF_COUNT_PATH="/usrx/local/dev/packages/cmake/3.10.0/bin:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/bin:1;/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/bin:1;/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/bin:1;/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc:1;/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin:1;/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1:1;/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/bin:1;/usrx/local/prod/intel/2018UP01/advisor_2018/bin64:1;/usrx/local/prod/intel/2018UP01/vtune_amplifier_2018/bin64:1;/usrx/local/prod/intel/2018UP01/inspector_2018/bin64:1;/usrx/local/prod/intel/2018UP01/itac_latest/bin:1;/usrx/local/prod/intel/2018UP01/clck_latest/bin/intel64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/bin/intel64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64:1;/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/targets/intel64/x200/bin:1;/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/bin:1;/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/usr/lpp/mmfs/bin:1;/opt/ibutils/bin:1;/opt/dell/srvadmin/bin:1;/u/Dusan.Jovic/bin:2;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/dbrowse:1;/u/Dusan.Jovic/.local/bin:1;/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/include:1";' export '__LMOD_REF_COUNT_PATH;' 'PATH="/usrx/local/dev/packages/cmake/3.10.0/bin:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/bin:/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/bin:/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/bin:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin:/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1:/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/bin:/usrx/local/prod/intel/2018UP01/advisor_2018/bin64:/usrx/local/prod/intel/2018UP01/vtune_amplifier_2018/bin64:/usrx/local/prod/intel/2018UP01/inspector_2018/bin64:/usrx/local/prod/intel/2018UP01/itac_latest/bin:/usrx/local/prod/intel/2018UP01/clck_latest/bin/intel64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/bin/intel64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64:/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/targets/intel64/x200/bin:/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/usr/lpp/mmfs/bin:/opt/ibutils/bin:/opt/dell/srvadmin/bin:/u/Dusan.Jovic/bin:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/dbrowse:/u/Dusan.Jovic/.local/bin:/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/include";' export 'PATH;' 'PKG_CONFIG_PATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/bin/pkgconfig";' export 'PKG_CONFIG_PATH;' 'PNG_INC="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/include";' export 'PNG_INC;' 'PNG_LIB="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng.a";' export 'PNG_LIB;' 'PNG_LIB12="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng12.a";' export 'PNG_LIB12;' 'PNG_LIBDIR="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib";' export 'PNG_LIBDIR;' 'PNG_LIBso="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng.so";' export 'PNG_LIBso;' 'PNG_SRC="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/src/libpng-1.2.59";' export 'PNG_SRC;' 'PNG_VER="1.2.59";' export 'PNG_VER;' 'POST_INC="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ncep_post_v8.0.1_4";' export 'POST_INC;' 'POST_LIB="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libncep_post_v8.0.1_4.a";' export 'POST_LIB;' 'POST_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/post_v8.0.1";' export 'POST_SRC;' 'POST_VER="v8.0.1";' export 'POST_VER;' 'PSTLROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/pstl";' export 'PSTLROOT;' 'PYTHONPATH="/usrx/local/prod/intel/2018UP01/advisor_2018/pythonapi";' export 'PYTHONPATH;' 'SP_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_4.a";' export 'SP_LIB4;' 'SP_LIB8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_8.a";' export 'SP_LIB8;' 'SP_LIBd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_d.a";' export 'SP_LIBd;' 'SP_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/sp_v2.0.3";' export 'SP_SRC;' 'SP_VER="v2.0.3";' export 'SP_VER;' 'TBBROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb";' export 'TBBROOT;' 'VT_ADD_LIBS="-ldwarf' -lelf -lvtunwind -lm '-lpthread";' export 'VT_ADD_LIBS;' 'VT_ARCH="intel64";' export 'VT_ARCH;' 'VT_LIB_DIR="/usrx/local/prod/intel/2018UP01/itac_latest/lib";' export 'VT_LIB_DIR;' 'VT_MPI="impi4";' export 'VT_MPI;' 'VT_ROOT="/usrx/local/prod/intel/2018UP01/itac_latest";' export 'VT_ROOT;' 'VT_SLIB_DIR="/usrx/local/prod/intel/2018UP01/itac_latest/slib";' export 'VT_SLIB_DIR;' 'W3EMC_INC4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3emc_v2.3.1_4";' export 'W3EMC_INC4;' 'W3EMC_INC8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3emc_v2.3.1_8";' export 'W3EMC_INC8;' 'W3EMC_INCd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3emc_v2.3.1_d";' export 'W3EMC_INCd;' 'W3EMC_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_4.a";' export 'W3EMC_LIB4;' 'W3EMC_LIB8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_8.a";' export 'W3EMC_LIB8;' 'W3EMC_LIBd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_d.a";' export 'W3EMC_LIBd;' 'W3EMC_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/w3emc_v2.3.1";' export 'W3EMC_SRC;' 'W3EMC_VER="v2.3.1";' export 'W3EMC_VER;' 'W3NCO_INC4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3nco_v2.0.7_4";' export 'W3NCO_INC4;' 'W3NCO_INC8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3nco_v2.0.7_8";' export 'W3NCO_INC8;' 'W3NCO_INCd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3nco_v2.0.7_d";' export 'W3NCO_INCd;' 'W3NCO_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_4.a";' export 'W3NCO_LIB4;' 'W3NCO_LIB8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_8.a";' export 'W3NCO_LIB8;' 'W3NCO_LIBd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_d.a";' export 'W3NCO_LIBd;' 'W3NCO_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/w3nco_v2.0.7";' export 'W3NCO_SRC;' 'W3NCO_VER="v2.0.7";' export 'W3NCO_VER;' 'XLSF_UIDDIR="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib/uid";' export 'XLSF_UIDDIR;' 'Z_INC="/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/include";' export 'Z_INC;' 'Z_LIB="/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib/libz.a";' export 'Z_LIB;' 'Z_SRC="/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/src";' export 'Z_SRC;' 'Z_VER="1.2.11";' export 'Z_VER;' '__LMOD_REF_COUNT__LMFILES_="/usrx/local/prod/modulefiles/core_third/ips/18.0.1.163:1;/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1/impi/18.0.1.lua:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/NetCDF/4.5.0:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/HDF5-serial/1.10.1:1;/usrx/local/prod/modulefiles/core_third/lsf/10.1:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/bacio/2.0.3:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/ip/3.0.2:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/sp/2.0.3:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3nco/2.0.7:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3emc/2.3.1:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/nemsio/2.2.4:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2/3.1.1:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2tmpl/1.6.0:1;/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/crtm/2.2.6:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/jasper/1.900.29:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/libpng/1.2.59:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/zlib/1.2.11:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/post/8.0.1:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/esmf/8.0.0:1;/usrx/local/dev/modulefiles/cmake/3.10.0:1;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3:1";' export '__LMOD_REF_COUNT__LMFILES_;' '_LMFILES_="/usrx/local/prod/modulefiles/core_third/ips/18.0.1.163:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1/impi/18.0.1.lua:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/NetCDF/4.5.0:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/HDF5-serial/1.10.1:/usrx/local/prod/modulefiles/core_third/lsf/10.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/bacio/2.0.3:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/ip/3.0.2:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/sp/2.0.3:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3nco/2.0.7:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3emc/2.3.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/nemsio/2.2.4:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2/3.1.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2tmpl/1.6.0:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/crtm/2.2.6:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/jasper/1.900.29:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/libpng/1.2.59:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/zlib/1.2.11:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/post/8.0.1:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/esmf/8.0.0:/usrx/local/dev/modulefiles/cmake/3.10.0:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3";' export '_LMFILES_;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImlwcyIsWyJjb25tcGlsZXIiXT0iSERGNS1zZXJpYWwiLFsibXBpIl09ImltcGkiLH0sbVQ9e1siSERGNS1zZXJpYWwiXT17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvSERGNS1zZXJpYWwvMS4xMC4xIixbImZ1bGxOYW1lIl09IkhERjUtc2VyaWFsLzEuMTAuMSIsWyJsb2FkT3JkZXIiXT00LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09IkhERjUtc2VyaWFs";' export '_ModuleTable001_;' '_ModuleTable002_="LzEuMTAuMSIsfSxOZXRDREY9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xL05ldENERi80LjUuMCIsWyJmdWxsTmFtZSJdPSJOZXRDREYvNC41LjAiLFsibG9hZE9yZGVyIl09Myxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJOZXRDREYvNC41LjAiLH0sYmFjaW89e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2JhY2lvLzIuMC4zIixbImZ1bGxOYW1lIl09ImJhY2lvLzIuMC4zIixbImxvYWRPcmRlciJdPTYscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNl";' export '_ModuleTable002_;' '_ModuleTable003_="ck5hbWUiXT0iYmFjaW8vMi4wLjMiLH0sY21ha2U9e1siZm4iXT0iL3VzcngvbG9jYWwvZGV2L21vZHVsZWZpbGVzL2NtYWtlLzMuMTAuMCIsWyJmdWxsTmFtZSJdPSJjbWFrZS8zLjEwLjAiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY21ha2UvMy4xMC4wIix9LGNydG09e1siZm4iXT0iL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfcHJvZC9pcHMvMTguMC4xL2NydG0vMi4yLjYiLFsiZnVsbE5hbWUiXT0iY3J0bS8yLjIuNiIsWyJsb2FkT3JkZXIiXT0xNCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1";' export '_ModuleTable003_;' '_ModuleTable004_="c2VyTmFtZSJdPSJjcnRtLzIuMi42Iix9LGVzbWY9e1siZm4iXT0iL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcjE4L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL3djb3NzX2RlbGxfcDMvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT0yMSxw";' export '_ModuleTable004_;' '_ModuleTable005_="cm9wVD17fSxbInN0YWNrRGVwdGgiXT0wLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZzI9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2cyLzMuMS4xIixbImZ1bGxOYW1lIl09ImcyLzMuMS4xIixbImxvYWRPcmRlciJdPTEyLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcyLzMuMS4xIix9LGcydG1wbD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzJ0bXBsLzEuNi4wIixbImZ1bGxOYW1lIl09ImcydG1wbC8xLjYuMCIsWyJsb2FkT3JkZXIiXT0xMyxwcm9wVD17fSxbInN0YWNr";' export '_ModuleTable005_;' '_ModuleTable006_="RGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMnRtcGwvMS42LjAiLH0saW1waT17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX21waS9pcHMvMTguMC4xL2ltcGkvMTguMC4xLmx1YSIsWyJmdWxsTmFtZSJdPSJpbXBpLzE4LjAuMSIsWyJsb2FkT3JkZXIiXT0yLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImltcGkvMTguMC4xIix9LGlwPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9pcC8zLjAuMiIsWyJmdWxsTmFtZSJdPSJpcC8zLjAuMiIsWyJsb2FkT3JkZXIiXT03LHByb3BUPXt9LFsic3Rh";' export '_ModuleTable006_;' '_ModuleTable007_="Y2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImlwLzMuMC4yIix9LGlwcz17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQvaXBzLzE4LjAuMS4xNjMiLFsiZnVsbE5hbWUiXT0iaXBzLzE4LjAuMS4xNjMiLFsibG9hZE9yZGVyIl09MSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJpcHMvMTguMC4xLjE2MyIsfSxqYXNwZXI9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xL2phc3Blci8xLjkwMC4yOSIsWyJmdWxsTmFtZSJdPSJqYXNwZXIvMS45MDAuMjkiLFsibG9hZE9yZGVyIl09";' export '_ModuleTable007_;' '_ModuleTable008_="MTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iamFzcGVyLzEuOTAwLjI5Iix9LGxpYnBuZz17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvbGlicG5nLzEuMi41OSIsWyJmdWxsTmFtZSJdPSJsaWJwbmcvMS4yLjU5IixbImxvYWRPcmRlciJdPTE2LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImxpYnBuZy8xLjIuNTkiLH0sbHNmPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZC9sc2YvMTAuMSIsWyJmdWxsTmFtZSJdPSJsc2YvMTAuMSIsWyJsb2Fk";' export '_ModuleTable008_;' '_ModuleTable009_="T3JkZXIiXT01LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImxzZi8xMC4xIix9LG5lbXNpbz17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvbmVtc2lvLzIuMi40IixbImZ1bGxOYW1lIl09Im5lbXNpby8yLjIuNCIsWyJsb2FkT3JkZXIiXT0xMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZW1zaW8vMi4yLjQiLH0scG9zdD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvcG9zdC84LjAuMSIsWyJmdWxsTmFtZSJdPSJwb3N0LzguMC4xIixbImxvYWRP";' export '_ModuleTable009_;' '_ModuleTable010_="cmRlciJdPTE4LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InBvc3QvOC4wLjEiLH0sc3A9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL3NwLzIuMC4zIixbImZ1bGxOYW1lIl09InNwLzIuMC4zIixbImxvYWRPcmRlciJdPTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ic3AvMi4wLjMiLH0sdzNlbWM9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL3czZW1jLzIuMy4xIixbImZ1bGxOYW1lIl09InczZW1jLzIuMy4xIixbImxvYWRPcmRlciJdPTEwLHBy";' export '_ModuleTable010_;' '_ModuleTable011_="b3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczZW1jLzIuMy4xIix9LHczbmNvPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy93M25jby8yLjAuNyIsWyJmdWxsTmFtZSJdPSJ3M25jby8yLjAuNyIsWyJsb2FkT3JkZXIiXT05LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHpsaWI9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xL3psaWIvMS4yLjExIixbImZ1bGxOYW1lIl09InpsaWIvMS4yLjExIixbImxvYWRPcmRl";' export '_ModuleTable011_;' '_ModuleTable012_="ciJdPTE3LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InpsaWIvMS4yLjExIix9LH0sbXBhdGhBPXsiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMiLCIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9EdXNhbi5Kb3ZpYy91ZnMvcHIxOC91ZnMtd2VhdGhlci1tb2RlbC9tb2R1bGVmaWxlcy93Y29zc19kZWxsX3AzIiwiL3VzcngvbG9jYWwvZGV2L2VtY19yb2NvdG8vbW9kdWxlZmlsZXMiLCIvdXNyeC9sb2NhbC9kZXYvbW9kdWxlZmlsZXMiLCIvdXNyeC9sb2NhbC9wcm9kL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlIiwiL3VzcngvbG9j";' export '_ModuleTable012_;' '_ModuleTable013_="YWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9kZWZzIiwiL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29yZV9wcm9kIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xIiwiL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfcHJvZC9pcHMvMTguMC4xIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl9tcGkvaXBzLzE4LjAuMSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvbXBpX3RoaXJkL2lwcy8xOC4wLjEvaW1waS8xOC4wLjEiLCIvZ3Bmcy9kZWxsMS9uY28vb3BzL253";' export '_ModuleTable013_;' '_ModuleTable014_="cHJvZC9tb2R1bGVmaWxlcy9tcGlfcHJvZC9pcHMvMTguMC4xL2ltcGkvMTguMC4xIiwiL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzIix9LFsic3lzdGVtQmFzZU1QQVRIIl09Ii91c3J4L2xvY2FsL3Byb2QvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmU6L3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkOi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvZGVmczovZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb3JlX3Byb2QiLH0=";' export '_ModuleTable014_;' '_ModuleTable_Sz_="14";' export '_ModuleTable_Sz_;' -++ ADVISOR_2018_DIR=/usrx/local/prod/intel/2018UP01/advisor_2018 -++ export ADVISOR_2018_DIR -++ BACIO_LIB4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libbacio_v2.0.3_4.a -++ export BACIO_LIB4 -++ BACIO_LIB8=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libbacio_v2.0.3_8.a -++ export BACIO_LIB8 -++ BACIO_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/bacio_v2.0.3 -++ export BACIO_SRC -++ BACIO_VER=v2.0.3 -++ export BACIO_VER -++ BINARY_TYPE_HPC= -++ export BINARY_TYPE_HPC -++ __LMOD_REF_COUNT_CLASSPATH='/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64/mpi.jar:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/daal.jar:1' -++ export __LMOD_REF_COUNT_CLASSPATH -++ CLASSPATH=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64/mpi.jar:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/daal.jar -++ export CLASSPATH -++ CLCK_ROOT=/usrx/local/prod/intel/2018UP01/clck_latest -++ export CLCK_ROOT -++ CMAKE_CXX_COMPILER=mpiicpc -++ export CMAKE_CXX_COMPILER -++ CMAKE_C_COMPILER=mpiicc -++ export CMAKE_C_COMPILER -++ CMAKE_Fortran_COMPILER=mpiifort -++ export CMAKE_Fortran_COMPILER -++ CMAKE_Platform=wcoss_dell_p3 -++ export CMAKE_Platform -++ COMP=ips -++ export COMP -++ __LMOD_REF_COUNT_CPATH='/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/pstl/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/include:1' -++ export __LMOD_REF_COUNT_CPATH -++ CPATH=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/pstl/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/include -++ export CPATH -++ __LMOD_REF_COUNT_CPLUS_INCLUDE_PATH=/usrx/local/prod/intel/2018UP01/clck_latest/include:1 -++ export __LMOD_REF_COUNT_CPLUS_INCLUDE_PATH -++ CPLUS_INCLUDE_PATH=/usrx/local/prod/intel/2018UP01/clck_latest/include -++ export CPLUS_INCLUDE_PATH -++ CRTM_FIX=/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/fix -++ export CRTM_FIX -++ CRTM_INC=/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/ips/18.0.1/include/crtm_v2.2.6 -++ export CRTM_INC -++ CRTM_LIB=/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/ips/18.0.1/libcrtm_v2.2.6.a -++ export CRTM_LIB -++ CRTM_SRC=/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/src -++ export CRTM_SRC -++ CRTM_VER=v2.2.6 -++ export CRTM_VER -++ DAALROOT=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal -++ export DAALROOT -++ ESMFMKFILE=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/lib/esmf.mk -++ export ESMFMKFILE -++ G2TMPL_INC=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/g2tmpl_v1.6.0 -++ export G2TMPL_INC -++ G2TMPL_LIB=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2tmpl_v1.6.0.a -++ export G2TMPL_LIB -++ G2TMPL_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/g2tmpl_v1.6.0/src -++ export G2TMPL_SRC -++ G2TMPL_VER=v1.6.0 -++ export G2TMPL_VER -++ G2_INC4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/g2_v3.1.1_4 -++ export G2_INC4 -++ G2_INCd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/g2_v3.1.1_d -++ export G2_INCd -++ G2_LIB4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2_v3.1.1_4.a -++ export G2_LIB4 -++ G2_LIBd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2_v3.1.1_d.a -++ export G2_LIBd -++ G2_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/g2_v3.1.1 -++ export G2_SRC -++ G2_VER=v3.1.1 -++ export G2_VER -++ GDBSERVER_MIC=/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/targets/intel64/x200/bin/gdbserver -++ export GDBSERVER_MIC -++ GDB_CROSS=/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/bin/gdb-ia -++ export GDB_CROSS -++ HDF5=/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1 -++ export HDF5 -++ HDF5_CFLAGS=-I/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/include -++ export HDF5_CFLAGS -++ HDF5_CXXFLAGS=-I/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/include -++ export HDF5_CXXFLAGS -++ HDF5_FFLAGS=-I/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/include -++ export HDF5_FFLAGS -++ HDF5_INCLUDE=-I/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/include -++ export HDF5_INCLUDE -++ HDF5_LDFLAGS='-L/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib -lhdf5_hl -lhdf5hl_fortran -lhdf5 -lhdf5_fortran' -++ export HDF5_LDFLAGS -++ HDF5_LDFLAGS_C='-L/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib -lhdf5_hl -lhdf5' -++ export HDF5_LDFLAGS_C -++ HDF5_LDFLAGS_CXX='-L/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib -lhdf5_hl -hdf5_hl_cpp -lhdf5 -lhdf5_cpp' -++ export HDF5_LDFLAGS_CXX -++ HDF5_LDFLAGS_F='-L/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib -lhdf5_hl -lhdf5hl_fortran -lhdf5 -lhdf5_fortran' -++ export HDF5_LDFLAGS_F -++ __LMOD_REF_COUNT_INFOPATH='/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/info:1;info_gdb_igfx:1' -++ export __LMOD_REF_COUNT_INFOPATH -++ INFOPATH=/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/info:info_gdb_igfx -++ export INFOPATH -++ INSPECTOR_2018_DIR=/usrx/local/prod/intel/2018UP01/inspector_2018 -++ export INSPECTOR_2018_DIR -++ INTEL_LICENSE_FILE=/usrx/local/prod/intel/licenses -++ export INTEL_LICENSE_FILE -++ INTEL_PYTHONHOME=/usrx/local/prod/intel/2018UP01/debugger_2018/python/intel64 -++ export INTEL_PYTHONHOME -++ IPPROOT=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp -++ export IPPROOT -++ IP_INC4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ip_v3.0.2_4 -++ export IP_INC4 -++ IP_INC8=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ip_v3.0.2_8 -++ export IP_INC8 -++ IP_INCd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ip_v3.0.2_d -++ export IP_INCd -++ IP_LIB4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libip_v3.0.2_4.a -++ export IP_LIB4 -++ IP_LIB8=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libip_v3.0.2_8.a -++ export IP_LIB8 -++ IP_LIBd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libip_v3.0.2_d.a -++ export IP_LIBd -++ IP_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/ip_v3.0.2 -++ export IP_SRC -++ IP_VER=v3.0.2 -++ export IP_VER -++ I_MPI_CC=icc -++ export I_MPI_CC -++ I_MPI_CXX=icpc -++ export I_MPI_CXX -++ I_MPI_EXTRA_FILESYSTEM=yes -++ export I_MPI_EXTRA_FILESYSTEM -++ I_MPI_EXTRA_FILESYSTEM_LIST=gpfs -++ export I_MPI_EXTRA_FILESYSTEM_LIST -++ I_MPI_F77=ifort -++ export I_MPI_F77 -++ I_MPI_F90=ifort -++ export I_MPI_F90 -++ I_MPI_FC=ifort -++ export I_MPI_FC -++ I_MPI_HYDRA_BOOTSTRAP=lsf -++ export I_MPI_HYDRA_BOOTSTRAP -++ I_MPI_HYDRA_IFACE=ib0 -++ export I_MPI_HYDRA_IFACE -++ I_MPI_LSF_USE_COLLECTIVE_LAUNCH=1 -++ export I_MPI_LSF_USE_COLLECTIVE_LAUNCH -++ I_MPI_ROOT=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi -++ export I_MPI_ROOT -++ JASPER_INC=/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/include -++ export JASPER_INC -++ JASPER_LIB=/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib/libjasper.a -++ export JASPER_LIB -++ JASPER_LIBDIR=/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib -++ export JASPER_LIBDIR -++ JASPER_SRC=/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/src/jasper-1.900.29 -++ export JASPER_SRC -++ JASPER_VER=1.900.29 -++ export JASPER_VER -++ KMP_AFFINITY=scatter -++ export KMP_AFFINITY -++ unset LAUNCH -++ __LMOD_REF_COUNT_LD_LIBRARY_PATH='/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/lib:1;/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib:1;/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib:1;/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib:1;/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:1;/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib:1;/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib:1;/usrx/local/prod/intel/2018UP01/itac_latest/slib:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:1;/usrx/local/prod/intel/2018UP01/debugger_2018/iga/lib:1;/usrx/local/prod/intel/2018UP01/debugger_2018/libipt/intel64/lib:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4:1' -++ export __LMOD_REF_COUNT_LD_LIBRARY_PATH -++ LD_LIBRARY_PATH=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/lib:/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib:/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib:/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib:/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib:/usrx/local/prod/intel/2018UP01/itac_latest/slib:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:/usrx/local/prod/intel/2018UP01/debugger_2018/iga/lib:/usrx/local/prod/intel/2018UP01/debugger_2018/libipt/intel64/lib:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4 -++ export LD_LIBRARY_PATH -++ __LMOD_REF_COUNT_LIBRARY_PATH='/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:1;/usrx/local/prod/intel/2018UP01/clck_latest/lib/intel64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4:1' -++ export __LMOD_REF_COUNT_LIBRARY_PATH -++ LIBRARY_PATH=/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:/usrx/local/prod/intel/2018UP01/clck_latest/lib/intel64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4 -++ export LIBRARY_PATH -++ LIB_NAME=POST -++ export LIB_NAME -++ LMOD_FAMILY_COMPILER=ips -++ export LMOD_FAMILY_COMPILER -++ LMOD_FAMILY_COMPILER_VERSION=18.0.1.163 -++ export LMOD_FAMILY_COMPILER_VERSION -++ LMOD_FAMILY_CONMPILER=HDF5-serial -++ export LMOD_FAMILY_CONMPILER -++ LMOD_FAMILY_CONMPILER_VERSION=1.10.1 -++ export LMOD_FAMILY_CONMPILER_VERSION -++ LMOD_FAMILY_MPI=impi -++ export LMOD_FAMILY_MPI -++ LMOD_FAMILY_MPI_VERSION=18.0.1 -++ export LMOD_FAMILY_MPI_VERSION -++ __LMOD_REF_COUNT_LOADEDMODULES='ips/18.0.1.163:1;impi/18.0.1:1;NetCDF/4.5.0:1;HDF5-serial/1.10.1:1;lsf/10.1:1;bacio/2.0.3:1;ip/3.0.2:1;sp/2.0.3:1;w3nco/2.0.7:1;w3emc/2.3.1:1;nemsio/2.2.4:1;g2/3.1.1:1;g2tmpl/1.6.0:1;crtm/2.2.6:1;jasper/1.900.29:1;libpng/1.2.59:1;zlib/1.2.11:1;post/8.0.1:1;esmf/8.0.0:1;cmake/3.10.0:1;fv3:1' -++ export __LMOD_REF_COUNT_LOADEDMODULES -++ LOADEDMODULES=ips/18.0.1.163:impi/18.0.1:NetCDF/4.5.0:HDF5-serial/1.10.1:lsf/10.1:bacio/2.0.3:ip/3.0.2:sp/2.0.3:w3nco/2.0.7:w3emc/2.3.1:nemsio/2.2.4:g2/3.1.1:g2tmpl/1.6.0:crtm/2.2.6:jasper/1.900.29:libpng/1.2.59:zlib/1.2.11:post/8.0.1:esmf/8.0.0:cmake/3.10.0:fv3 -++ export LOADEDMODULES -++ LSF_BINDIR=/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin -++ export LSF_BINDIR -++ LSF_ENVDIR=/gpfs/lsf/conf -++ export LSF_ENVDIR -++ LSF_LIBDIR=/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib -++ export LSF_LIBDIR -++ LSF_SERVERDIR=/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc -++ export LSF_SERVERDIR -++ __LMOD_REF_COUNT_MANPATH='/usrx/local/dev/packages/cmake/3.10.0/share/man:1;/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/share/man:1;/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/share/man:1;/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/man:1;/gpfs/lsf/10.1/man:1;/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/share/man:1;/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/share/man:1;/usrx/local/prod/intel/2018UP01/itac_latest/man:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/man/common:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/man:1;/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/man:1;/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-igfx/man:1;/usrx/local/prod/lmod/lmod/share/man:1;/usrx/local/prod/intel/2018UP01/inspector_2018/man:1;/usrx/local/prod/intel/2018UP01/advisor_2018/man:1' -++ export __LMOD_REF_COUNT_MANPATH -++ MANPATH=/usrx/local/dev/packages/cmake/3.10.0/share/man:/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/share/man:/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/share/man:/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/man:/gpfs/lsf/10.1/man:/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/share/man:/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/share/man:/usrx/local/prod/intel/2018UP01/itac_latest/man:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/man/common:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/man:/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/man:/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-igfx/man:/usrx/local/prod/lmod/lmod/share/man::/usrx/local/prod/intel/2018UP01/inspector_2018/man:/usrx/local/prod/intel/2018UP01/advisor_2018/man -++ export MANPATH -++ MKLROOT=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl -++ export MKLROOT -++ MODULEPATH=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/dev/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1:/usrx/local/prod/modulefiles/mpi_third/ips/18.0.1/impi/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/mpi_prod/ips/18.0.1/impi/18.0.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles -++ export MODULEPATH -++ MPM_LAUNCHER=/usrx/local/prod/intel/2018UP01/debugger_2018/mpm/mic/bin/start_mpm.sh -++ export MPM_LAUNCHER -++ NEMSIO_INC=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/nemsio_v2.2.4 -++ export NEMSIO_INC -++ NEMSIO_LIB=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libnemsio_v2.2.4.a -++ export NEMSIO_LIB -++ NEMSIO_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/nemsio_v2.2.4 -++ export NEMSIO_SRC -++ NEMSIO_VER=v2.2.4 -++ export NEMSIO_VER -++ NETCDF=/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0 -++ export NETCDF -++ NETCDF_CFLAGS=-I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -++ export NETCDF_CFLAGS -++ NETCDF_CXX4FLAGS=-I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -++ export NETCDF_CXX4FLAGS -++ NETCDF_CXXFLAGS=-I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -++ export NETCDF_CXXFLAGS -++ NETCDF_FFLAGS=-I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -++ export NETCDF_FFLAGS -++ NETCDF_INC=/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -++ export NETCDF_INC -++ NETCDF_INCLUDE=-I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -++ export NETCDF_INCLUDE -++ NETCDF_LDFLAGS='-L/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib -lnetcdff' -++ export NETCDF_LDFLAGS -++ NETCDF_LDFLAGS_C='-L/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib -lnetcdf' -++ export NETCDF_LDFLAGS_C -++ NETCDF_LDFLAGS_CXX='-L/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib -lnetcdf -lnetcdf_c++' -++ export NETCDF_LDFLAGS_CXX -++ NETCDF_LDFLAGS_CXX4='-L/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib -lnetcdf -lnetcdf_c++4' -++ export NETCDF_LDFLAGS_CXX4 -++ NETCDF_LDFLAGS_F='-L/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib -lnetcdff' -++ export NETCDF_LDFLAGS_F -++ NETCDF_LIB=/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib -++ export NETCDF_LIB -++ NETCDF_ROOT=/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0 -++ export NETCDF_ROOT -++ __LMOD_REF_COUNT_NLSPATH='/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin/locale/%l_%t/%N:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin/locale/%l_%t/%N:1;/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/share/locale/%l_%t/%N:1' -++ export __LMOD_REF_COUNT_NLSPATH -++ NLSPATH=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin/locale/%l_%t/%N:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin/locale/%l_%t/%N::/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/share/locale/%l_%t/%N -++ export NLSPATH -++ __LMOD_REF_COUNT_PATH='/usrx/local/dev/packages/cmake/3.10.0/bin:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/bin:1;/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/bin:1;/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/bin:1;/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc:1;/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin:1;/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1:1;/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/bin:1;/usrx/local/prod/intel/2018UP01/advisor_2018/bin64:1;/usrx/local/prod/intel/2018UP01/vtune_amplifier_2018/bin64:1;/usrx/local/prod/intel/2018UP01/inspector_2018/bin64:1;/usrx/local/prod/intel/2018UP01/itac_latest/bin:1;/usrx/local/prod/intel/2018UP01/clck_latest/bin/intel64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/bin/intel64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64:1;/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/targets/intel64/x200/bin:1;/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/bin:1;/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/usr/lpp/mmfs/bin:1;/opt/ibutils/bin:1;/opt/dell/srvadmin/bin:1;/u/Dusan.Jovic/bin:2;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/dbrowse:1;/u/Dusan.Jovic/.local/bin:1;/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/include:1' -++ export __LMOD_REF_COUNT_PATH -++ PATH=/usrx/local/dev/packages/cmake/3.10.0/bin:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/bin:/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/bin:/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/bin:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin:/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1:/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/bin:/usrx/local/prod/intel/2018UP01/advisor_2018/bin64:/usrx/local/prod/intel/2018UP01/vtune_amplifier_2018/bin64:/usrx/local/prod/intel/2018UP01/inspector_2018/bin64:/usrx/local/prod/intel/2018UP01/itac_latest/bin:/usrx/local/prod/intel/2018UP01/clck_latest/bin/intel64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/bin/intel64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64:/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/targets/intel64/x200/bin:/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/usr/lpp/mmfs/bin:/opt/ibutils/bin:/opt/dell/srvadmin/bin:/u/Dusan.Jovic/bin:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/dbrowse:/u/Dusan.Jovic/.local/bin:/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/include -++ export PATH -++ PKG_CONFIG_PATH=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/bin/pkgconfig -++ export PKG_CONFIG_PATH -++ PNG_INC=/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/include -++ export PNG_INC -++ PNG_LIB=/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng.a -++ export PNG_LIB -++ PNG_LIB12=/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng12.a -++ export PNG_LIB12 -++ PNG_LIBDIR=/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib -++ export PNG_LIBDIR -++ PNG_LIBso=/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng.so -++ export PNG_LIBso -++ PNG_SRC=/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/src/libpng-1.2.59 -++ export PNG_SRC -++ PNG_VER=1.2.59 -++ export PNG_VER -++ POST_INC=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ncep_post_v8.0.1_4 -++ export POST_INC -++ POST_LIB=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libncep_post_v8.0.1_4.a -++ export POST_LIB -++ POST_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/post_v8.0.1 -++ export POST_SRC -++ POST_VER=v8.0.1 -++ export POST_VER -++ PSTLROOT=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/pstl -++ export PSTLROOT -++ PYTHONPATH=/usrx/local/prod/intel/2018UP01/advisor_2018/pythonapi -++ export PYTHONPATH -++ SP_LIB4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_4.a -++ export SP_LIB4 -++ SP_LIB8=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_8.a -++ export SP_LIB8 -++ SP_LIBd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_d.a -++ export SP_LIBd -++ SP_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/sp_v2.0.3 -++ export SP_SRC -++ SP_VER=v2.0.3 -++ export SP_VER -++ TBBROOT=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb -++ export TBBROOT -++ VT_ADD_LIBS='-ldwarf -lelf -lvtunwind -lm -lpthread' -++ export VT_ADD_LIBS -++ VT_ARCH=intel64 -++ export VT_ARCH -++ VT_LIB_DIR=/usrx/local/prod/intel/2018UP01/itac_latest/lib -++ export VT_LIB_DIR -++ VT_MPI=impi4 -++ export VT_MPI -++ VT_ROOT=/usrx/local/prod/intel/2018UP01/itac_latest -++ export VT_ROOT -++ VT_SLIB_DIR=/usrx/local/prod/intel/2018UP01/itac_latest/slib -++ export VT_SLIB_DIR -++ W3EMC_INC4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3emc_v2.3.1_4 -++ export W3EMC_INC4 -++ W3EMC_INC8=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3emc_v2.3.1_8 -++ export W3EMC_INC8 -++ W3EMC_INCd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3emc_v2.3.1_d -++ export W3EMC_INCd -++ W3EMC_LIB4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_4.a -++ export W3EMC_LIB4 -++ W3EMC_LIB8=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_8.a -++ export W3EMC_LIB8 -++ W3EMC_LIBd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_d.a -++ export W3EMC_LIBd -++ W3EMC_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/w3emc_v2.3.1 -++ export W3EMC_SRC -++ W3EMC_VER=v2.3.1 -++ export W3EMC_VER -++ W3NCO_INC4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3nco_v2.0.7_4 -++ export W3NCO_INC4 -++ W3NCO_INC8=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3nco_v2.0.7_8 -++ export W3NCO_INC8 -++ W3NCO_INCd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3nco_v2.0.7_d -++ export W3NCO_INCd -++ W3NCO_LIB4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_4.a -++ export W3NCO_LIB4 -++ W3NCO_LIB8=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_8.a -++ export W3NCO_LIB8 -++ W3NCO_LIBd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_d.a -++ export W3NCO_LIBd -++ W3NCO_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/w3nco_v2.0.7 -++ export W3NCO_SRC -++ W3NCO_VER=v2.0.7 -++ export W3NCO_VER -++ XLSF_UIDDIR=/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib/uid -++ export XLSF_UIDDIR -++ Z_INC=/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/include -++ export Z_INC -++ Z_LIB=/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib/libz.a -++ export Z_LIB -++ Z_SRC=/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/src -++ export Z_SRC -++ Z_VER=1.2.11 -++ export Z_VER -++ __LMOD_REF_COUNT__LMFILES_='/usrx/local/prod/modulefiles/core_third/ips/18.0.1.163:1;/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1/impi/18.0.1.lua:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/NetCDF/4.5.0:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/HDF5-serial/1.10.1:1;/usrx/local/prod/modulefiles/core_third/lsf/10.1:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/bacio/2.0.3:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/ip/3.0.2:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/sp/2.0.3:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3nco/2.0.7:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3emc/2.3.1:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/nemsio/2.2.4:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2/3.1.1:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2tmpl/1.6.0:1;/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/crtm/2.2.6:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/jasper/1.900.29:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/libpng/1.2.59:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/zlib/1.2.11:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/post/8.0.1:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/esmf/8.0.0:1;/usrx/local/dev/modulefiles/cmake/3.10.0:1;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3:1' -++ export __LMOD_REF_COUNT__LMFILES_ -++ _LMFILES_=/usrx/local/prod/modulefiles/core_third/ips/18.0.1.163:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1/impi/18.0.1.lua:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/NetCDF/4.5.0:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/HDF5-serial/1.10.1:/usrx/local/prod/modulefiles/core_third/lsf/10.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/bacio/2.0.3:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/ip/3.0.2:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/sp/2.0.3:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3nco/2.0.7:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3emc/2.3.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/nemsio/2.2.4:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2/3.1.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2tmpl/1.6.0:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/crtm/2.2.6:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/jasper/1.900.29:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/libpng/1.2.59:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/zlib/1.2.11:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/post/8.0.1:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/esmf/8.0.0:/usrx/local/dev/modulefiles/cmake/3.10.0:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3 -++ export _LMFILES_ -++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImlwcyIsWyJjb25tcGlsZXIiXT0iSERGNS1zZXJpYWwiLFsibXBpIl09ImltcGkiLH0sbVQ9e1siSERGNS1zZXJpYWwiXT17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvSERGNS1zZXJpYWwvMS4xMC4xIixbImZ1bGxOYW1lIl09IkhERjUtc2VyaWFsLzEuMTAuMSIsWyJsb2FkT3JkZXIiXT00LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09IkhERjUtc2VyaWFs -++ export _ModuleTable001_ -++ _ModuleTable002_=LzEuMTAuMSIsfSxOZXRDREY9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xL05ldENERi80LjUuMCIsWyJmdWxsTmFtZSJdPSJOZXRDREYvNC41LjAiLFsibG9hZE9yZGVyIl09Myxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJOZXRDREYvNC41LjAiLH0sYmFjaW89e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2JhY2lvLzIuMC4zIixbImZ1bGxOYW1lIl09ImJhY2lvLzIuMC4zIixbImxvYWRPcmRlciJdPTYscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNl -++ export _ModuleTable002_ -++ _ModuleTable003_=ck5hbWUiXT0iYmFjaW8vMi4wLjMiLH0sY21ha2U9e1siZm4iXT0iL3VzcngvbG9jYWwvZGV2L21vZHVsZWZpbGVzL2NtYWtlLzMuMTAuMCIsWyJmdWxsTmFtZSJdPSJjbWFrZS8zLjEwLjAiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY21ha2UvMy4xMC4wIix9LGNydG09e1siZm4iXT0iL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfcHJvZC9pcHMvMTguMC4xL2NydG0vMi4yLjYiLFsiZnVsbE5hbWUiXT0iY3J0bS8yLjIuNiIsWyJsb2FkT3JkZXIiXT0xNCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1 -++ export _ModuleTable003_ -++ _ModuleTable004_=c2VyTmFtZSJdPSJjcnRtLzIuMi42Iix9LGVzbWY9e1siZm4iXT0iL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcjE4L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL3djb3NzX2RlbGxfcDMvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT0yMSxw -++ export _ModuleTable004_ -++ _ModuleTable005_=cm9wVD17fSxbInN0YWNrRGVwdGgiXT0wLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZzI9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2cyLzMuMS4xIixbImZ1bGxOYW1lIl09ImcyLzMuMS4xIixbImxvYWRPcmRlciJdPTEyLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcyLzMuMS4xIix9LGcydG1wbD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzJ0bXBsLzEuNi4wIixbImZ1bGxOYW1lIl09ImcydG1wbC8xLjYuMCIsWyJsb2FkT3JkZXIiXT0xMyxwcm9wVD17fSxbInN0YWNr -++ export _ModuleTable005_ -++ _ModuleTable006_=RGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMnRtcGwvMS42LjAiLH0saW1waT17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX21waS9pcHMvMTguMC4xL2ltcGkvMTguMC4xLmx1YSIsWyJmdWxsTmFtZSJdPSJpbXBpLzE4LjAuMSIsWyJsb2FkT3JkZXIiXT0yLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImltcGkvMTguMC4xIix9LGlwPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9pcC8zLjAuMiIsWyJmdWxsTmFtZSJdPSJpcC8zLjAuMiIsWyJsb2FkT3JkZXIiXT03LHByb3BUPXt9LFsic3Rh -++ export _ModuleTable006_ -++ _ModuleTable007_=Y2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImlwLzMuMC4yIix9LGlwcz17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQvaXBzLzE4LjAuMS4xNjMiLFsiZnVsbE5hbWUiXT0iaXBzLzE4LjAuMS4xNjMiLFsibG9hZE9yZGVyIl09MSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJpcHMvMTguMC4xLjE2MyIsfSxqYXNwZXI9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xL2phc3Blci8xLjkwMC4yOSIsWyJmdWxsTmFtZSJdPSJqYXNwZXIvMS45MDAuMjkiLFsibG9hZE9yZGVyIl09 -++ export _ModuleTable007_ -++ _ModuleTable008_=MTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iamFzcGVyLzEuOTAwLjI5Iix9LGxpYnBuZz17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvbGlicG5nLzEuMi41OSIsWyJmdWxsTmFtZSJdPSJsaWJwbmcvMS4yLjU5IixbImxvYWRPcmRlciJdPTE2LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImxpYnBuZy8xLjIuNTkiLH0sbHNmPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZC9sc2YvMTAuMSIsWyJmdWxsTmFtZSJdPSJsc2YvMTAuMSIsWyJsb2Fk -++ export _ModuleTable008_ -++ _ModuleTable009_=T3JkZXIiXT01LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImxzZi8xMC4xIix9LG5lbXNpbz17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvbmVtc2lvLzIuMi40IixbImZ1bGxOYW1lIl09Im5lbXNpby8yLjIuNCIsWyJsb2FkT3JkZXIiXT0xMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZW1zaW8vMi4yLjQiLH0scG9zdD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvcG9zdC84LjAuMSIsWyJmdWxsTmFtZSJdPSJwb3N0LzguMC4xIixbImxvYWRP -++ export _ModuleTable009_ -++ _ModuleTable010_=cmRlciJdPTE4LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InBvc3QvOC4wLjEiLH0sc3A9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL3NwLzIuMC4zIixbImZ1bGxOYW1lIl09InNwLzIuMC4zIixbImxvYWRPcmRlciJdPTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ic3AvMi4wLjMiLH0sdzNlbWM9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL3czZW1jLzIuMy4xIixbImZ1bGxOYW1lIl09InczZW1jLzIuMy4xIixbImxvYWRPcmRlciJdPTEwLHBy -++ export _ModuleTable010_ -++ _ModuleTable011_=b3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczZW1jLzIuMy4xIix9LHczbmNvPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy93M25jby8yLjAuNyIsWyJmdWxsTmFtZSJdPSJ3M25jby8yLjAuNyIsWyJsb2FkT3JkZXIiXT05LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHpsaWI9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xL3psaWIvMS4yLjExIixbImZ1bGxOYW1lIl09InpsaWIvMS4yLjExIixbImxvYWRPcmRl -++ export _ModuleTable011_ -++ _ModuleTable012_=ciJdPTE3LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InpsaWIvMS4yLjExIix9LH0sbXBhdGhBPXsiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMiLCIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9EdXNhbi5Kb3ZpYy91ZnMvcHIxOC91ZnMtd2VhdGhlci1tb2RlbC9tb2R1bGVmaWxlcy93Y29zc19kZWxsX3AzIiwiL3VzcngvbG9jYWwvZGV2L2VtY19yb2NvdG8vbW9kdWxlZmlsZXMiLCIvdXNyeC9sb2NhbC9kZXYvbW9kdWxlZmlsZXMiLCIvdXNyeC9sb2NhbC9wcm9kL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlIiwiL3VzcngvbG9j -++ export _ModuleTable012_ -++ _ModuleTable013_=YWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9kZWZzIiwiL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29yZV9wcm9kIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xIiwiL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfcHJvZC9pcHMvMTguMC4xIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl9tcGkvaXBzLzE4LjAuMSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvbXBpX3RoaXJkL2lwcy8xOC4wLjEvaW1waS8xOC4wLjEiLCIvZ3Bmcy9kZWxsMS9uY28vb3BzL253 -++ export _ModuleTable013_ -++ _ModuleTable014_=cHJvZC9tb2R1bGVmaWxlcy9tcGlfcHJvZC9pcHMvMTguMC4xL2ltcGkvMTguMC4xIiwiL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzIix9LFsic3lzdGVtQmFzZU1QQVRIIl09Ii91c3J4L2xvY2FsL3Byb2QvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmU6L3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkOi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvZGVmczovZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb3JlX3Byb2QiLH0= -++ export _ModuleTable014_ -++ _ModuleTable_Sz_=14 -++ export _ModuleTable_Sz_ -++ : -s sh -+ eval -+ module list -++ /usrx/local/prod/lmod/lmod/libexec/lmod bash list - -Currently Loaded Modules: - 1) ips/18.0.1.163 8) sp/2.0.3 15) jasper/1.900.29 - 2) impi/18.0.1 9) w3nco/2.0.7 16) libpng/1.2.59 - 3) NetCDF/4.5.0 10) w3emc/2.3.1 17) zlib/1.2.11 - 4) HDF5-serial/1.10.1 11) nemsio/2.2.4 18) post/8.0.1 - 5) lsf/10.1 12) g2/3.1.1 19) esmf/8.0.0 - 6) bacio/2.0.3 13) g2tmpl/1.6.0 20) cmake/3.10.0 - 7) ip/3.0.2 14) crtm/2.2.6 21) fv3 - - - -+ eval 'MODULEPATH="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/dev/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1:/usrx/local/prod/modulefiles/mpi_third/ips/18.0.1/impi/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/mpi_prod/ips/18.0.1/impi/18.0.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles";' export 'MODULEPATH;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImlwcyIsWyJjb25tcGlsZXIiXT0iSERGNS1zZXJpYWwiLFsibXBpIl09ImltcGkiLH0sbVQ9e1siSERGNS1zZXJpYWwiXT17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvSERGNS1zZXJpYWwvMS4xMC4xIixbImZ1bGxOYW1lIl09IkhERjUtc2VyaWFsLzEuMTAuMSIsWyJsb2FkT3JkZXIiXT00LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09IkhERjUtc2VyaWFs";' export '_ModuleTable001_;' '_ModuleTable002_="LzEuMTAuMSIsfSxOZXRDREY9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xL05ldENERi80LjUuMCIsWyJmdWxsTmFtZSJdPSJOZXRDREYvNC41LjAiLFsibG9hZE9yZGVyIl09Myxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJOZXRDREYvNC41LjAiLH0sYmFjaW89e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2JhY2lvLzIuMC4zIixbImZ1bGxOYW1lIl09ImJhY2lvLzIuMC4zIixbImxvYWRPcmRlciJdPTYscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNl";' export '_ModuleTable002_;' '_ModuleTable003_="ck5hbWUiXT0iYmFjaW8vMi4wLjMiLH0sY21ha2U9e1siZm4iXT0iL3VzcngvbG9jYWwvZGV2L21vZHVsZWZpbGVzL2NtYWtlLzMuMTAuMCIsWyJmdWxsTmFtZSJdPSJjbWFrZS8zLjEwLjAiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY21ha2UvMy4xMC4wIix9LGNydG09e1siZm4iXT0iL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfcHJvZC9pcHMvMTguMC4xL2NydG0vMi4yLjYiLFsiZnVsbE5hbWUiXT0iY3J0bS8yLjIuNiIsWyJsb2FkT3JkZXIiXT0xNCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1";' export '_ModuleTable003_;' '_ModuleTable004_="c2VyTmFtZSJdPSJjcnRtLzIuMi42Iix9LGVzbWY9e1siZm4iXT0iL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcjE4L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL3djb3NzX2RlbGxfcDMvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT0yMSxw";' export '_ModuleTable004_;' '_ModuleTable005_="cm9wVD17fSxbInN0YWNrRGVwdGgiXT0wLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZzI9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2cyLzMuMS4xIixbImZ1bGxOYW1lIl09ImcyLzMuMS4xIixbImxvYWRPcmRlciJdPTEyLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcyLzMuMS4xIix9LGcydG1wbD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzJ0bXBsLzEuNi4wIixbImZ1bGxOYW1lIl09ImcydG1wbC8xLjYuMCIsWyJsb2FkT3JkZXIiXT0xMyxwcm9wVD17fSxbInN0YWNr";' export '_ModuleTable005_;' '_ModuleTable006_="RGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMnRtcGwvMS42LjAiLH0saW1waT17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX21waS9pcHMvMTguMC4xL2ltcGkvMTguMC4xLmx1YSIsWyJmdWxsTmFtZSJdPSJpbXBpLzE4LjAuMSIsWyJsb2FkT3JkZXIiXT0yLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImltcGkvMTguMC4xIix9LGlwPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9pcC8zLjAuMiIsWyJmdWxsTmFtZSJdPSJpcC8zLjAuMiIsWyJsb2FkT3JkZXIiXT03LHByb3BUPXt9LFsic3Rh";' export '_ModuleTable006_;' '_ModuleTable007_="Y2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImlwLzMuMC4yIix9LGlwcz17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQvaXBzLzE4LjAuMS4xNjMiLFsiZnVsbE5hbWUiXT0iaXBzLzE4LjAuMS4xNjMiLFsibG9hZE9yZGVyIl09MSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJpcHMvMTguMC4xLjE2MyIsfSxqYXNwZXI9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xL2phc3Blci8xLjkwMC4yOSIsWyJmdWxsTmFtZSJdPSJqYXNwZXIvMS45MDAuMjkiLFsibG9hZE9yZGVyIl09";' export '_ModuleTable007_;' '_ModuleTable008_="MTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iamFzcGVyLzEuOTAwLjI5Iix9LGxpYnBuZz17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvbGlicG5nLzEuMi41OSIsWyJmdWxsTmFtZSJdPSJsaWJwbmcvMS4yLjU5IixbImxvYWRPcmRlciJdPTE2LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImxpYnBuZy8xLjIuNTkiLH0sbHNmPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZC9sc2YvMTAuMSIsWyJmdWxsTmFtZSJdPSJsc2YvMTAuMSIsWyJsb2Fk";' export '_ModuleTable008_;' '_ModuleTable009_="T3JkZXIiXT01LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImxzZi8xMC4xIix9LG5lbXNpbz17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvbmVtc2lvLzIuMi40IixbImZ1bGxOYW1lIl09Im5lbXNpby8yLjIuNCIsWyJsb2FkT3JkZXIiXT0xMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZW1zaW8vMi4yLjQiLH0scG9zdD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvcG9zdC84LjAuMSIsWyJmdWxsTmFtZSJdPSJwb3N0LzguMC4xIixbImxvYWRP";' export '_ModuleTable009_;' '_ModuleTable010_="cmRlciJdPTE4LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InBvc3QvOC4wLjEiLH0sc3A9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL3NwLzIuMC4zIixbImZ1bGxOYW1lIl09InNwLzIuMC4zIixbImxvYWRPcmRlciJdPTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ic3AvMi4wLjMiLH0sdzNlbWM9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL3czZW1jLzIuMy4xIixbImZ1bGxOYW1lIl09InczZW1jLzIuMy4xIixbImxvYWRPcmRlciJdPTEwLHBy";' export '_ModuleTable010_;' '_ModuleTable011_="b3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczZW1jLzIuMy4xIix9LHczbmNvPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy93M25jby8yLjAuNyIsWyJmdWxsTmFtZSJdPSJ3M25jby8yLjAuNyIsWyJsb2FkT3JkZXIiXT05LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHpsaWI9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xL3psaWIvMS4yLjExIixbImZ1bGxOYW1lIl09InpsaWIvMS4yLjExIixbImxvYWRPcmRl";' export '_ModuleTable011_;' '_ModuleTable012_="ciJdPTE3LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InpsaWIvMS4yLjExIix9LH0sbXBhdGhBPXsiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMiLCIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9EdXNhbi5Kb3ZpYy91ZnMvcHIxOC91ZnMtd2VhdGhlci1tb2RlbC9tb2R1bGVmaWxlcy93Y29zc19kZWxsX3AzIiwiL3VzcngvbG9jYWwvZGV2L2VtY19yb2NvdG8vbW9kdWxlZmlsZXMiLCIvdXNyeC9sb2NhbC9kZXYvbW9kdWxlZmlsZXMiLCIvdXNyeC9sb2NhbC9wcm9kL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlIiwiL3VzcngvbG9j";' export '_ModuleTable012_;' '_ModuleTable013_="YWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9kZWZzIiwiL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29yZV9wcm9kIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xIiwiL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfcHJvZC9pcHMvMTguMC4xIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl9tcGkvaXBzLzE4LjAuMSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvbXBpX3RoaXJkL2lwcy8xOC4wLjEvaW1waS8xOC4wLjEiLCIvZ3Bmcy9kZWxsMS9uY28vb3BzL253";' export '_ModuleTable013_;' '_ModuleTable014_="cHJvZC9tb2R1bGVmaWxlcy9tcGlfcHJvZC9pcHMvMTguMC4xL2ltcGkvMTguMC4xIiwiL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzIix9LFsic3lzdGVtQmFzZU1QQVRIIl09Ii91c3J4L2xvY2FsL3Byb2QvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmU6L3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkOi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvZGVmczovZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb3JlX3Byb2QiLH0=";' export '_ModuleTable014_;' '_ModuleTable_Sz_="14";' export '_ModuleTable_Sz_;' -++ MODULEPATH=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/dev/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1:/usrx/local/prod/modulefiles/mpi_third/ips/18.0.1/impi/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/mpi_prod/ips/18.0.1/impi/18.0.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles -++ export MODULEPATH -++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImlwcyIsWyJjb25tcGlsZXIiXT0iSERGNS1zZXJpYWwiLFsibXBpIl09ImltcGkiLH0sbVQ9e1siSERGNS1zZXJpYWwiXT17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvSERGNS1zZXJpYWwvMS4xMC4xIixbImZ1bGxOYW1lIl09IkhERjUtc2VyaWFsLzEuMTAuMSIsWyJsb2FkT3JkZXIiXT00LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09IkhERjUtc2VyaWFs -++ export _ModuleTable001_ -++ _ModuleTable002_=LzEuMTAuMSIsfSxOZXRDREY9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xL05ldENERi80LjUuMCIsWyJmdWxsTmFtZSJdPSJOZXRDREYvNC41LjAiLFsibG9hZE9yZGVyIl09Myxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJOZXRDREYvNC41LjAiLH0sYmFjaW89e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2JhY2lvLzIuMC4zIixbImZ1bGxOYW1lIl09ImJhY2lvLzIuMC4zIixbImxvYWRPcmRlciJdPTYscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNl -++ export _ModuleTable002_ -++ _ModuleTable003_=ck5hbWUiXT0iYmFjaW8vMi4wLjMiLH0sY21ha2U9e1siZm4iXT0iL3VzcngvbG9jYWwvZGV2L21vZHVsZWZpbGVzL2NtYWtlLzMuMTAuMCIsWyJmdWxsTmFtZSJdPSJjbWFrZS8zLjEwLjAiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY21ha2UvMy4xMC4wIix9LGNydG09e1siZm4iXT0iL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfcHJvZC9pcHMvMTguMC4xL2NydG0vMi4yLjYiLFsiZnVsbE5hbWUiXT0iY3J0bS8yLjIuNiIsWyJsb2FkT3JkZXIiXT0xNCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1 -++ export _ModuleTable003_ -++ _ModuleTable004_=c2VyTmFtZSJdPSJjcnRtLzIuMi42Iix9LGVzbWY9e1siZm4iXT0iL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcjE4L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL3djb3NzX2RlbGxfcDMvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT0yMSxw -++ export _ModuleTable004_ -++ _ModuleTable005_=cm9wVD17fSxbInN0YWNrRGVwdGgiXT0wLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZzI9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2cyLzMuMS4xIixbImZ1bGxOYW1lIl09ImcyLzMuMS4xIixbImxvYWRPcmRlciJdPTEyLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcyLzMuMS4xIix9LGcydG1wbD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzJ0bXBsLzEuNi4wIixbImZ1bGxOYW1lIl09ImcydG1wbC8xLjYuMCIsWyJsb2FkT3JkZXIiXT0xMyxwcm9wVD17fSxbInN0YWNr -++ export _ModuleTable005_ -++ _ModuleTable006_=RGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMnRtcGwvMS42LjAiLH0saW1waT17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX21waS9pcHMvMTguMC4xL2ltcGkvMTguMC4xLmx1YSIsWyJmdWxsTmFtZSJdPSJpbXBpLzE4LjAuMSIsWyJsb2FkT3JkZXIiXT0yLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImltcGkvMTguMC4xIix9LGlwPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9pcC8zLjAuMiIsWyJmdWxsTmFtZSJdPSJpcC8zLjAuMiIsWyJsb2FkT3JkZXIiXT03LHByb3BUPXt9LFsic3Rh -++ export _ModuleTable006_ -++ _ModuleTable007_=Y2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImlwLzMuMC4yIix9LGlwcz17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQvaXBzLzE4LjAuMS4xNjMiLFsiZnVsbE5hbWUiXT0iaXBzLzE4LjAuMS4xNjMiLFsibG9hZE9yZGVyIl09MSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJpcHMvMTguMC4xLjE2MyIsfSxqYXNwZXI9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xL2phc3Blci8xLjkwMC4yOSIsWyJmdWxsTmFtZSJdPSJqYXNwZXIvMS45MDAuMjkiLFsibG9hZE9yZGVyIl09 -++ export _ModuleTable007_ -++ _ModuleTable008_=MTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iamFzcGVyLzEuOTAwLjI5Iix9LGxpYnBuZz17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvbGlicG5nLzEuMi41OSIsWyJmdWxsTmFtZSJdPSJsaWJwbmcvMS4yLjU5IixbImxvYWRPcmRlciJdPTE2LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImxpYnBuZy8xLjIuNTkiLH0sbHNmPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZC9sc2YvMTAuMSIsWyJmdWxsTmFtZSJdPSJsc2YvMTAuMSIsWyJsb2Fk -++ export _ModuleTable008_ -++ _ModuleTable009_=T3JkZXIiXT01LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImxzZi8xMC4xIix9LG5lbXNpbz17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvbmVtc2lvLzIuMi40IixbImZ1bGxOYW1lIl09Im5lbXNpby8yLjIuNCIsWyJsb2FkT3JkZXIiXT0xMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZW1zaW8vMi4yLjQiLH0scG9zdD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvcG9zdC84LjAuMSIsWyJmdWxsTmFtZSJdPSJwb3N0LzguMC4xIixbImxvYWRP -++ export _ModuleTable009_ -++ _ModuleTable010_=cmRlciJdPTE4LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InBvc3QvOC4wLjEiLH0sc3A9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL3NwLzIuMC4zIixbImZ1bGxOYW1lIl09InNwLzIuMC4zIixbImxvYWRPcmRlciJdPTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ic3AvMi4wLjMiLH0sdzNlbWM9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL3czZW1jLzIuMy4xIixbImZ1bGxOYW1lIl09InczZW1jLzIuMy4xIixbImxvYWRPcmRlciJdPTEwLHBy -++ export _ModuleTable010_ -++ _ModuleTable011_=b3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczZW1jLzIuMy4xIix9LHczbmNvPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy93M25jby8yLjAuNyIsWyJmdWxsTmFtZSJdPSJ3M25jby8yLjAuNyIsWyJsb2FkT3JkZXIiXT05LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHpsaWI9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xL3psaWIvMS4yLjExIixbImZ1bGxOYW1lIl09InpsaWIvMS4yLjExIixbImxvYWRPcmRl -++ export _ModuleTable011_ -++ _ModuleTable012_=ciJdPTE3LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InpsaWIvMS4yLjExIix9LH0sbXBhdGhBPXsiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMiLCIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9EdXNhbi5Kb3ZpYy91ZnMvcHIxOC91ZnMtd2VhdGhlci1tb2RlbC9tb2R1bGVmaWxlcy93Y29zc19kZWxsX3AzIiwiL3VzcngvbG9jYWwvZGV2L2VtY19yb2NvdG8vbW9kdWxlZmlsZXMiLCIvdXNyeC9sb2NhbC9kZXYvbW9kdWxlZmlsZXMiLCIvdXNyeC9sb2NhbC9wcm9kL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlIiwiL3VzcngvbG9j -++ export _ModuleTable012_ -++ _ModuleTable013_=YWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9kZWZzIiwiL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29yZV9wcm9kIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xIiwiL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfcHJvZC9pcHMvMTguMC4xIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl9tcGkvaXBzLzE4LjAuMSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvbXBpX3RoaXJkL2lwcy8xOC4wLjEvaW1waS8xOC4wLjEiLCIvZ3Bmcy9kZWxsMS9uY28vb3BzL253 -++ export _ModuleTable013_ -++ _ModuleTable014_=cHJvZC9tb2R1bGVmaWxlcy9tcGlfcHJvZC9pcHMvMTguMC4xL2ltcGkvMTguMC4xIiwiL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzIix9LFsic3lzdGVtQmFzZU1QQVRIIl09Ii91c3J4L2xvY2FsL3Byb2QvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmU6L3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkOi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvZGVmczovZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb3JlX3Byb2QiLH0= -++ export _ModuleTable014_ -++ _ModuleTable_Sz_=14 -++ export _ModuleTable_Sz_ -++ : -s sh -+ eval -+ cd build_fv3_13 -+ cmake /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model -DREPRO=Y -D32BIT=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -DDYN32=ON -DSTATIC=ON -DMULTI_GASES=OFF --- The C compiler identification is Intel 18.0.1.20171018 --- The CXX compiler identification is Intel 18.0.1.20171018 --- The Fortran compiler identification is Intel 18.0.1.20171018 --- Check for working C compiler: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiicc --- Check for working C compiler: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiicc -- works --- Detecting C compiler ABI info --- Detecting C compiler ABI info - done --- Detecting C compile features --- Detecting C compile features - done --- Check for working CXX compiler: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiicpc --- Check for working CXX compiler: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiicpc -- works --- Detecting CXX compiler ABI info --- Detecting CXX compiler ABI info - done --- Detecting CXX compile features --- Detecting CXX compile features - done --- Check for working Fortran compiler: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort --- Check for working Fortran compiler: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -- works --- Detecting Fortran compiler ABI info --- Detecting Fortran compiler ABI info - done --- Checking whether /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort supports Fortran 90 --- Checking whether /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort supports Fortran 90 -- yes --- Found MPI_C: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiicc (found version "3.1") --- Found MPI_CXX: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiicpc (found version "3.1") --- Found MPI_Fortran: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort (found version "3.1") --- Found MPI: TRUE (found version "3.1") -ESMFMKFILE: /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/lib/esmf.mk - Found ESMF: -ESMF_VERSION_MAJOR: 8 -ESMF_F90COMPILEPATHS: /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include;/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -ESMF_F90ESMFLINKRPATHS: -Wl,-rpath,/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/lib -ESMF_F90ESMFLINKLIBS: -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf --- Found ESMF: /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include;/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include (found version "8.0.0") - -Setting configuration for wcoss_dell_p3 - -C compiler: Intel 18.0.1.20171018 (mpiicc) -CXX compiler: Intel 18.0.1.20171018 (mpiicpc) -Fortran compiler: Intel 18.0.1.20171018 (mpiifort) - -DEBUG is disabled -REPRO is ENABLED -32BIT is ENABLED -OPENMP is ENABLED -AVX2 is disabled -INLINE_POST is ENABLED - - -Selected physics package: gfs - -Force 64 bits in gfsphysics -Force 64 bits in ipd --- Dynamics compiled with 32-bit option, adjust fv_sat_adj types --- Detecting OpenMP flags for Intel C compiler: -qopenmp --- Detecting OpenMP flags for Intel C++ compiler: -qopenmp --- Detecting OpenMP flags for Intel Fortran compiler: -qopenmp --- Enable OpenMP support for C/C++/Fortran compiler --- Disable SIONlib support --- Disable Intel MKL support --- Enable netCDF support --- Disable ESMF support --- Disable multi-gases physics --- Detecting OpenMP flags for Intel C compiler: -qopenmp --- Detecting OpenMP flags for Intel C++ compiler: -qopenmp --- Detecting OpenMP flags for Intel Fortran compiler: -qopenmp --- Enable OpenMP support for C/C++/Fortran compiler --- Found LibXml2: /usr/lib64/libxml2.so (found version "2.9.1") --- Found Doxygen: /usr/bin/doxygen (found version "1.8.5") found components: doxygen dot --- Detecting OpenMP flags for Intel C compiler: -qopenmp --- Detecting OpenMP flags for Intel C++ compiler: -qopenmp --- Detecting OpenMP flags for Intel Fortran compiler: -qopenmp --- Enable OpenMP support for C/C++/Fortran compiler -INFOGot CCPP_SCHEMES from environment variable: /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/aer_cloud.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/aerclm_def.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/aerinterp.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/calpreciptype.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cldwat2m_micro.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cldmacro.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/date_def.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/funcphys.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gcycle.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/h2o_def.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/h2ointerp.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/iccn_def.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/iccninterp.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/iounitdef.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/machine.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mersenne_twister.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfpbl.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg_utils.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg2_0.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg3_0.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/multi_gases.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_model.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_parameters.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_radar.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_thompson.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MP_FER_HIRES.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_bl_mynn.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_mynn.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_orowam2017.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/namelist_soilveg.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfpblt.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfpbltq.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfscu.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfscuq.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/noahmp_tables.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/num_parthds.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozne_def.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozinterp.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/physcons.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/physparam.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radcons.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_aerosols.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_astronomy.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_clouds.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_gases.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_surface.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radlw_datatb.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radlw_param.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radsw_datatb.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radsw_param.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/samfaerosols.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfcsub.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sflx.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/set_soilveg.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/surface_perturbation.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_deep.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_sh.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/tridi.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/wv_saturation.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_soil_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rayleigh_damp.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radsw_main.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_ocean.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gwdc.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gscond.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ysuvdif.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_sice.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/samfdeepcnv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/satmedmfvdif.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozphys_2015.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/samfshalcnv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/precpd.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_fer_hires.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diag.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radlw_main.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_debug.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/satmedmfvdifq.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cs_conv.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/shinhongvdif.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/h2ophys.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_nst.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/moninedmf.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diff.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diag_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/m_micro.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gcm_shoc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gwdps.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/shalcnv.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/get_prs_fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozphys.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_stochastics.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/drag_suite.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_cice.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sascnvn.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cnvc90.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_drv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/dcyc2.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/moninshoc.f -INFOGot CAPS from environment variable: /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_13/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_13/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_fast_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_13/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_time_vary_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_13/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_radiation_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_13/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_13/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_stochastics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_13/FV3/ccpp/physics/ccpp_FV3_GFS_v15_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_13/FV3/ccpp/physics/ccpp_FV3_GFS_v15_fast_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_13/FV3/ccpp/physics/ccpp_FV3_GFS_v15_time_vary_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_13/FV3/ccpp/physics/ccpp_FV3_GFS_v15_radiation_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_13/FV3/ccpp/physics/ccpp_FV3_GFS_v15_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_13/FV3/ccpp/physics/ccpp_FV3_GFS_v15_stochastics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_13/FV3/ccpp/physics/ccpp_FV3_GFS_v15plus_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_13/FV3/ccpp/physics/ccpp_FV3_GFS_v15plus_fast_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_13/FV3/ccpp/physics/ccpp_FV3_GFS_v15plus_time_vary_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_13/FV3/ccpp/physics/ccpp_FV3_GFS_v15plus_radiation_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_13/FV3/ccpp/physics/ccpp_FV3_GFS_v15plus_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_13/FV3/ccpp/physics/ccpp_FV3_GFS_v15plus_stochastics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_13/FV3/ccpp/physics/ccpp_FV3_CPT_v0_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_13/FV3/ccpp/physics/ccpp_FV3_CPT_v0_fast_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_13/FV3/ccpp/physics/ccpp_FV3_CPT_v0_time_vary_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_13/FV3/ccpp/physics/ccpp_FV3_CPT_v0_radiation_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_13/FV3/ccpp/physics/ccpp_FV3_CPT_v0_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_13/FV3/ccpp/physics/ccpp_FV3_CPT_v0_stochastics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_13/FV3/ccpp/physics/ccpp_FV3_GSD_v0_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_13/FV3/ccpp/physics/ccpp_FV3_GSD_v0_time_vary_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_13/FV3/ccpp/physics/ccpp_FV3_GSD_v0_radiation_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_13/FV3/ccpp/physics/ccpp_FV3_GSD_v0_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_13/FV3/ccpp/physics/ccpp_FV3_GSD_v0_stochastics_cap.F90 -Force 64 bits in CCPP_layer -Force 64 bits in stochastic_physics --- Configuring done --- Generating done --- Build files have been written to: /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_13 -+ make -j 4 -Scanning dependencies of target fv3cpl -[ 0%] Building Fortran object FV3/cpl/CMakeFiles/fv3cpl.dir/module_cap_cpl.F90.o -[ 0%] Building Fortran object FV3/cpl/CMakeFiles/fv3cpl.dir/module_cplfields.F90.o -Scanning dependencies of target fms -[ 0%] Building Fortran object CMakeFiles/fms.dir/FMS/platform/platform.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 0%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_parameter.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -Scanning dependencies of target ccpp -[ 0%] Building Fortran object FV3/ccpp/framework/src/CMakeFiles/ccpp.dir/ccpp_errors.F90.o -[ 1%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_core.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 1%] Building Fortran object FV3/ccpp/framework/src/CMakeFiles/ccpp.dir/ccpp_types.F90.o -[ 1%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_input.F90.o -[ 1%] Building Fortran object FV3/ccpp/framework/src/CMakeFiles/ccpp.dir/ccpp.F90.o -[ 1%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/cloud_interpolator.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 2%] Building Fortran object FV3/ccpp/framework/src/CMakeFiles/ccpp.dir/ccpp_api.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 2%] Linking Fortran static library libfv3cpl.a -[ 2%] Built target fv3cpl -[ 2%] Linking Fortran static library libccpp.a -[ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_io.F90.o -[ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/random_numbers/MersenneTwister.F90.o -[ 2%] Built target ccpp -[ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/sat_vapor_pres/sat_vapor_pres_k.F90.o -[ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/constants/constants.F90.o -[ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_data.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp.F90.o -Scanning dependencies of target ccppphys -[ 3%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/machine.F.o -[ 3%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mersenne_twister.f.o -[ 4%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFDL_parse_tracers.F90.o -[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_mp_radar.F90.o -[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/iounitdef.f.o -[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/namelist_soilveg.f.o -[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/namelist_soilveg_ruc.F90.o -[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_noahmp_glacier.f90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_noahmplsm.f90.o -[ 8%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/noahmp_tables.f90.o -[ 8%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_soil_pre.F90.o -[ 9%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/physcons.F90.o -[ 9%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/aerclm_def.F.o -[ 9%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/physparam.f.o -[ 9%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/h2o_def.f.o -[ 9%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/iccn_def.F.o -[ 9%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/micro_mg_utils.F90.o -[ 9%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozne_def.f.o -[ 9%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/surface_perturbation.F90.o -[ 10%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_deep.F90.o -[ 11%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_gfdl_cloud_microphys.F90.o -[ 11%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gfs_phy_tracer_config.F.o -[ 11%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radcons.f90.o -[ 11%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/set_soilveg.f.o -[ 11%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MP_FER_HIRES.F90.o -[ 11%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_BL_MYJPBL.F90.o -[ 11%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/date_def.f.o -[ 11%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_mp_thompson.F90.o -[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gwdps.f.o -[ 12%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_efp.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 13%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_memutils.F90.o -[ 13%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_pset.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 13%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_type.F90.o -[ 13%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_SF_JSFC.F90.o -[ 14%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/gradient.F90.o -[ 15%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_domains.F90.o -[ 15%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_ruclsm.F90.o -[ 15%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/set_soilveg_ruc.F90.o -[ 16%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/__/__/gfsphysics/CCPP_layer/CCPP_typedefs.F90.o -[ 16%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_post.F90.o -[ 17%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cnvc90.f.o -[ 17%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_DCNV_generic.F90.o -[ 17%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_GWD_generic.F90.o -[ 17%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_MP_generic.F90.o -[ 18%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_PBL_generic.F90.o -[ 18%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_SCNV_generic.F90.o -[ 18%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_composites.F90.o -[ 18%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_loop_control.F90.o -[ 18%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/maximum_hourly_diagnostics.F90.o -[ 19%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozphys.f.o -[ 19%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rayleigh_damp.f.o -[ 19%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_diag_post.F90.o -[ 20%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_diff.f.o -[ 20%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_stochastics.F90.o -[ 20%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/h2ophys.f.o -[ 20%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozphys_2015.f.o -[ 21%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cs_conv_aw_adj.F90.o -[ 21%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/m_micro_interstitial.F90.o -[ 21%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver_post.F90.o -[ 21%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver_pre.F90.o -[ 21%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/lsm_ruc_sfc_sice_interstitial.F90.o -[ 21%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_thompson_post.F90.o -[ 21%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNrad_post.F90.o -[ 22%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/funcphys.f90.o -[ 23%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radlw_param.f.o -[ 23%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radsw_param.f.o -[ 23%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_nst_parameters.f90.o -[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_bl_mynn.F90.o -[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_initialize.F90.o -[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_astronomy.f.o -[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_surface.f.o -[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/samfaerosols.F.o -[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/aerinterp.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 25%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/h2ointerp.f90.o -[ 25%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/iccninterp.F90.o -[ 25%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozinterp.f90.o -[ 25%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_mp_thompson_make_number_concentrations.F90.o -[ 25%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/aer_cloud.F.o -[ 25%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_sh.F90.o -[ 25%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gfdl_fv_sat_adj.F90.o -[ 25%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/get_prs_fv3.F90.o -[ 25%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gfdl_cloud_microphys.F90.o -[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_generic.F90.o -[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_drv_ruc.F90.o -[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_thompson.F90.o -[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNrad_pre.F90.o -[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/wv_saturation.F.o -[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/__/__/gfsphysics/GFS_layer/GFS_typedefs.F90.o -[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_nst_water_prop.f90.o -[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_module.F90.o -[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_bfmicrophysics.f.o -[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radsw_datatb.f.o -[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_aerosols.f.o -[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_gases.f.o -[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radlw_datatb.f.o -[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_mynn.F90.o -[ 27%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_gfdlmp_fast_physics_cap.F90.o -[ 27%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/moninedmf.f.o -[ 27%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_drv.f.o -[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/samfdeepcnv.f.o -[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/samfshalcnv.f.o -[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_diag.f.o -[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_sice.f.o -[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_time_vary_pre.fv3.F90.o -[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15_fast_physics_cap.F90.o -[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15plus_fast_physics_cap.F90.o -[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/satmedmfvdif.F.o -[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_CPT_v0_fast_physics_cap.F90.o -[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cs_conv.F90.o -[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver.F90.o -[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_thompson_pre.F90.o -[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNPBL_wrapper.F90.o -[ 30%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_clouds.f.o -[ 30%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radlw_main.f.o -[ 30%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radsw_main.f.o -[ 30%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_nst_model.f90.o -[ 30%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cldmacro.F.o -[ 30%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cldwat2m_micro.F.o -[ 31%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/micro_mg2_0.F90.o -[ 31%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/micro_mg3_0.F90.o -[ 31%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp.F90.o -[ 31%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_nst.f.o -[ 31%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_setup.F90.o -[ 32%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/m_micro.F90.o -[ 32%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_io.F90.o -[ 32%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_comm.F90.o -Compiling in MPI mode (with or without MPP) -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 34%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_suite_interstitial.F90.o -[ 34%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_post.F90.o -[ 34%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/dcyc2.f.o -[ 34%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_pre.F90.o -[ 34%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rrtmg_lw_post.F90.o -[ 34%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rrtmg_lw_pre.F90.o -[ 35%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rrtmg_sw_post.F90.o -[ 35%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rrtmg_sw_pre.F90.o -[ 35%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_gfdlmp_stochastics_cap.F90.o -[ 35%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_phys_time_vary.fv3.F90.o -[ 35%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_rad_time_vary.fv3.F90.o -[ 35%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15_stochastics_cap.F90.o -[ 35%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15plus_stochastics_cap.F90.o -[ 35%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_CPT_v0_stochastics_cap.F90.o -[ 35%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GSD_v0_stochastics_cap.F90.o -[ 35%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_gfdlmp_physics_cap.F90.o -[ 36%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15_physics_cap.F90.o -[ 36%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15plus_physics_cap.F90.o -[ 37%] Building Fortran object CMakeFiles/fms.dir/FMS/fms/fms_io.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 37%] Building Fortran object CMakeFiles/fms.dir/FMS/memutils/memutils.F90.o -[ 37%] Building Fortran object CMakeFiles/fms.dir/FMS/fms/fms.F90.o -[ 37%] Building Fortran object CMakeFiles/fms.dir/FMS/time_manager/time_manager.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 37%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bicubic.F90.o -[ 37%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bilinear.F90.o -[ 37%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_conserve.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 38%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_spherical.F90.o -[ 38%] Building Fortran object CMakeFiles/fms.dir/FMS/axis_utils/axis_utils.F90.o -[ 39%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_grid.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 39%] Building Fortran object CMakeFiles/fms.dir/FMS/field_manager/field_manager.F90.o -[ 39%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/mosaic.F90.o -[ 39%] Building Fortran object CMakeFiles/fms.dir/FMS/topography/gaussian_topog.F90.o -[ 39%] Building Fortran object CMakeFiles/fms.dir/FMS/time_manager/get_cal_time.F90.o -[ 39%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp.F90.o -[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/time_interp/time_interp.F90.o -[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_data.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/field_manager/fm_util.F90.o -[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_types.F90.o -[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/time_interp/time_interp_external.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_axis.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 41%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_CPT_v0_physics_cap.F90.o -[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_manifest.F90.o -[ 41%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GSD_v0_physics_cap.F90.o -[ 42%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/xbt_drop_rate_adjust.f90.o -[ 42%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_gfdlmp_radiation_cap.F90.o -[ 42%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/write_ocean_data.F90.o -[ 42%] Building Fortran object CMakeFiles/fms.dir/FMS/data_override/data_override.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 42%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_output.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 42%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_util.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 42%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_gfdlmp_time_vary_cap.F90.o -[ 42%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15_radiation_cap.F90.o -[ 43%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_table.F90.o -[ 43%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_manager.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 43%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15_time_vary_cap.F90.o -[ 43%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15plus_radiation_cap.F90.o -[ 43%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/coupler_types.F90.o -[ 43%] Building Fortran object CMakeFiles/fms.dir/FMS/exchange/stock_constants.F90.o -[ 44%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15plus_time_vary_cap.F90.o -[ 44%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_CPT_v0_radiation_cap.F90.o -[ 44%] Building Fortran object CMakeFiles/fms.dir/FMS/amip_interp/amip_interp.F90.o -[ 44%] Building Fortran object CMakeFiles/fms.dir/FMS/astronomy/astronomy.F90.o -[ 44%] Building Fortran object CMakeFiles/fms.dir/FMS/block_control/block_control.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 44%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_CPT_v0_time_vary_cap.F90.o -[ 45%] Building Fortran object CMakeFiles/fms.dir/FMS/column_diagnostics/column_diagnostics.F90.o -[ 46%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GSD_v0_radiation_cap.F90.o -[ 46%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/atmos_ocean_fluxes.F90.o -[ 47%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/ensemble_manager.F90.o -[ 47%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters.F90.o -Compiling in MPI mode (with or without MPP) -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 47%] Building Fortran object CMakeFiles/fms.dir/FMS/exchange/xgrid.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 48%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft.F90.o -[ 48%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GSD_v0_time_vary_cap.F90.o -[ 48%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft99.F90.o -[ 48%] Building Fortran object CMakeFiles/fms.dir/FMS/interpolator/interpolator.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 48%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/grid.F90.o -[ 48%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_utilities.F90.o -[ 48%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core.F90.o -[ 49%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core_ecda.F90.o -[ 49%] Building Fortran object CMakeFiles/fms.dir/FMS/random_numbers/random_numbers.F90.o -[ 50%] Building Fortran object CMakeFiles/fms.dir/FMS/sat_vapor_pres/sat_vapor_pres.F90.o -[ 50%] Building Fortran object CMakeFiles/fms.dir/FMS/station_data/station_data.F90.o -[ 50%] Building Fortran object CMakeFiles/fms.dir/FMS/topography/topography.F90.o -[ 51%] Building Fortran object CMakeFiles/fms.dir/FMS/tracer_manager/tracer_manager.F90.o -[ 51%] Building Fortran object CMakeFiles/fms.dir/FMS/tridiagonal/tridiagonal.F90.o -[ 52%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/quicksort.F90.o -[ 52%] Building C object CMakeFiles/fms.dir/FMS/memutils/memuse.c.o -[ 52%] Building C object CMakeFiles/fms.dir/FMS/mosaic/create_xgrid.c.o -[ 53%] Building C object CMakeFiles/fms.dir/FMS/mosaic/gradient_c2l.c.o -[ 53%] Building C object CMakeFiles/fms.dir/FMS/mosaic/interp.c.o -[ 53%] Building C object CMakeFiles/fms.dir/FMS/mosaic/mosaic_util.c.o -[ 53%] Building C object CMakeFiles/fms.dir/FMS/mosaic/read_mosaic.c.o -[ 54%] Building C object CMakeFiles/fms.dir/FMS/affinity/affinity.c.o -[ 54%] Building C object CMakeFiles/fms.dir/FMS/mpp/nsclock.c.o -[ 54%] Building C object CMakeFiles/fms.dir/FMS/mpp/threadloc.c.o -[ 55%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_CPT_v0_cap.F90.o -[ 55%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_gfdlmp_cap.F90.o -[ 56%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15_cap.F90.o -[ 56%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15plus_cap.F90.o -[ 56%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GSD_v0_cap.F90.o -[ 57%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_debug.F90.o -[ 57%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_suite_init_finalize_test.F90.o -[ 57%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke.F90.o -[ 57%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke_post.F90.o -[ 58%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke_pre.F90.o -[ 58%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/drag_suite.F90.o -[ 58%] Linking Fortran static library FMS/libfms.a -[ 58%] Built target fms -[ 58%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gcm_shoc.F90.o -[ 58%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gscond.f.o -[ 58%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gwdc.f.o -[ 58%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYJPBL_wrapper.F90.o -[ 58%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYJSFC_wrapper.F90.o -[ 59%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNSFC_wrapper.F90.o -[ 59%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/moninshoc.f.o -[ 59%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_fer_hires.F90.o -[ 59%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/multi_gases.F90.o -[ 60%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/precpd.f.o -[ 60%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sascnvn.F.o -[ 60%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/satmedmfvdifq.F.o -[ 61%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_cice.f.o -[ 61%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_noahmp_drv.f.o -[ 62%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_ocean.F.o -[ 63%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfcsub.F.o -[ 63%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/shalcnv.F.o -[ 64%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/shinhongvdif.F90.o -[ 64%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ugwp_driver_v0.F.o -[ 64%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ysuvdif.F90.o -[ 65%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/calpreciptype.f90.o -[ 65%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gcycle.F90.o -[ 65%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gocart_tracer_config_stub.f.o -[ 65%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfpbl.f.o -[ 66%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_triggers.F90.o -[ 66%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_solvers.F90.o -[ 66%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_utils.F90.o -[ 66%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_orowam2017.f.o -[ 67%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_vert_lsatdis.F90.o -[ 67%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_vert_orodis.F90.o -[ 67%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_vert_wmsdis.F90.o -[ 68%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfpblt.f.o -[ 68%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfpbltq.f.o -[ 68%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfscu.f.o -[ 68%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfscuq.f.o -[ 68%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/num_parthds.F.o -[ 68%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sflx.f.o -[ 68%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/tridi.f.o -[ 68%] Linking Fortran static library libccppphys.a -[ 68%] Built target ccppphys -Scanning dependencies of target gfsphysics -[ 68%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mersenne_twister.f.o -[ 68%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/GFDL_parse_tracers.F90.o -[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/machine.F.o -[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/namelist_soilveg.f.o -[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/CCPP_layer/CCPP_typedefs.F90.o -[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/physparam.f.o -[ 70%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/physcons.F90.o -[ 70%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radsw_param.f.o -[ 70%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radlw_param.f.o -[ 71%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_typedefs.F90.o -[ 71%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/CCPP_layer/CCPP_data.F90.o -[ 71%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_driver.F90.o -[ 71%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_diagnostics.F90.o -[ 71%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_restart.F90.o -[ 72%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_abstraction_layer.F90.o -[ 72%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/__/ccpp/physics/ccpp_static_api.F90.o -[ 73%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/noahmp_tables.f90.o -[ 73%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/set_soilveg.f.o -[ 73%] Linking Fortran static library libgfsphysics.a -[ 73%] Built target gfsphysics -Scanning dependencies of target ccppdriver -Scanning dependencies of target ipd -[ 73%] Building Fortran object FV3/ccpp/driver/CMakeFiles/ccppdriver.dir/CCPP_driver.F90.o -[ 73%] Building Fortran object FV3/ipd/CMakeFiles/ipd.dir/IPD_typedefs.F90.o -[ 74%] Building Fortran object FV3/ipd/CMakeFiles/ipd.dir/IPD_driver.F90.o -[ 74%] Linking Fortran static library libccppdriver.a -[ 74%] Built target ccppdriver -[ 74%] Linking Fortran static library libipd.a -[ 74%] Built target ipd -Scanning dependencies of target io -[ 74%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_fv3_io_def.F90.o -[ 74%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_internal_state.F90.o -Scanning dependencies of target fv3core -[ 74%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/external_sst.F90.o -[ 74%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_arrays.F90.o -[ 74%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_fill.F90.o -[ 75%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_nemsio.F90.o -[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/sim_nc_mod.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 75%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_netcdf.F90.o -[ 75%] Building Fortran object FV3/io/CMakeFiles/io.dir/post_gfs.F90.o -[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/DYCORE_typedefs.F90.o -[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/sorted_index.F90.o -[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_mp_mod.F90.o -[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_sg.F90.o -[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_eta.F90.o -[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_timing.F90.o -[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/boundary.F90.o -[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_grid_utils.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 77%] Building Fortran object FV3/io/CMakeFiles/io.dir/FV3GFS_io.F90.o -[ 77%] Building Fortran object FV3/io/CMakeFiles/io.dir/ffsync.F90.o -[ 78%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_wrt_grid_comp.F90.o -[ 78%] Building Fortran object FV3/io/CMakeFiles/io.dir/post_nems_routines.F90.o -[ 78%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_mapz.F90.o -[ 78%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/a2b_edge.F90.o -[ 78%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_surf_map.F90.o -[ 78%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/tp_core.F90.o -[ 79%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_grid_tools.F90.o -[ 79%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/init_hydro.F90.o -[ 80%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_treat_da_inc.F90.o -[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/sw_core.F90.o -[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_iau_mod.F90.o -[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_diagnostics.F90.o -[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_io.F90.o -[ 81%] Linking Fortran static library libio.a -[ 81%] Built target io -[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/nh_utils.F90.o -[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/nh_core.F90.o -[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_nudge.F90.o -[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_regional_bc.F90.o -[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/fv_nggps_diag.F90.o -[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/test_cases.F90.o -[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_tracer2d.F90.o -[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/dyn_core.F90.o -[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_update_phys.F90.o -[ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/external_ic.F90.o -[ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_restart.F90.o -[ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_control.F90.o -[ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_nesting.F90.o -[ 85%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_dynamics.F90.o -[ 85%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/atmosphere.F90.o -[ 85%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/multi_gases.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 86%] Linking Fortran static library libfv3core.a -[ 86%] Built target fv3core -Scanning dependencies of target stochastic_physics -[ 86%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/update_ca.f90.o -[ 86%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_resol_def.f.o -[ 86%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/spectral_layout.F90.o -[ 86%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_gg_def.f.o -[ 86%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_layout_lag.f.o -[ 86%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/glats_stochy.f.o -[ 87%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_namelist_def.F90.o -[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/setlats_lag_stochy.f.o -[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/epslon_stochy.f.o -[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/get_lats_node_a_stochy.f.o -[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/get_ls_node_stochy.f.o -[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/gozrineo_stochy.f.o -[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/pln2eo_stochy.f.o -[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/setlats_a_stochy.f.o -[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_internal_state_mod.F90.o -[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/dezouv_stochy.f.o -[ 89%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/dozeuv_stochy.f.o -[ 90%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/four_to_grid_stochy.F.o -[ 90%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/compns_stochy.F90.o -[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_patterngenerator.F90.o -[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/sumfln_stochy.f.o -[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/getcon_lag_stochy.f.o -[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/getcon_spectral.F90.o -[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/initialize_spectral_mod.F90.o -[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_data_mod.F90.o -[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/get_stochy_pattern.F90.o -[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochastic_physics.F90.o -[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/cellular_automata.f90.o -[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/num_parthds_stochy.f.o -[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/plumes.f90.o -[ 94%] Linking Fortran static library libstochastic_physics.a -[ 94%] Built target stochastic_physics -Scanning dependencies of target fv3cap -[ 94%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/module_fv3_config.F90.o -[ 95%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/atmos_model.F90.o -[ 95%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/module_fcst_grid_comp.F90.o -[ 96%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/fv3_cap.F90.o -[ 96%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/time_utils.F90.o -[ 96%] Linking Fortran static library libfv3cap.a -[ 96%] Built target fv3cap -Scanning dependencies of target NEMS.exe -[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_MEDIATOR_methods.F90.o -[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_EARTH_INTERNAL_STATE.F90.o -[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_MEDIATOR_SpaceWeather.F90.o -[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/ENS_Cpl/ENS_CplComp_ESMFMod_STUB.F90.o -[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_UTILS.F90.o -[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_INTERNAL_STATE.F90.o -[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_Rusage.F90.o -[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_MEDIATOR.F90.o -[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_EARTH_GRID_COMP.F90.o -[ 98%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_GRID_COMP.F90.o -[ 98%] Building C object CMakeFiles/NEMS.exe.dir/NEMS/src/nems_c_rusage.c.o -[ 98%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/MAIN_NEMS.F90.o -[100%] Linking Fortran executable NEMS.exe -/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib/libjasper.a(jas_stream.o): In function `jas_stream_tmpfile': -/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/src/jasper-1.900.29/src/libjasper/base/jas_stream.c:520: warning: the use of `tmpnam' is dangerous, better use `mkstemp' -[100%] Built target NEMS.exe -+ mv NEMS.exe ../fv3_13.exe -+ cp /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3 ../modules.fv3_13 -+ cd .. -+ '[' YES = YES ']' -+ rm -rf build_fv3_13 -+ elapsed=704 -+ echo 'Elapsed time 704 seconds. Compiling REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_v15,FV3_GFS_v15plus,FV3_CPT_v0,FV3_GSD_v0 32BIT=Y finished' -Elapsed time 704 seconds. Compiling REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_v15,FV3_GFS_v15plus,FV3_CPT_v0,FV3_GSD_v0 32BIT=Y finished -+ SECONDS=0 -+++ readlink -f /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/compile_cmake.sh -++ dirname /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/compile_cmake.sh -+ readonly MYDIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests -+ MYDIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests -+ readonly ARGC=4 -+ ARGC=4 -+ cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests -+ [[ 4 -eq 0 ]] -+ [[ 4 -lt 2 ]] -+ PATHTR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model -+ MACHINE_ID=wcoss_dell_p3 -+ MAKE_OPT='CCPP=Y STATIC=Y SUITES=FV3_GFS_2017' -+ BUILD_NAME=fv3_14 -+ clean_before=YES -+ clean_after=YES -+ BUILD_DIR=build_fv3_14 -+ [[ wcoss_dell_p3 == cheyenne.* ]] -+ [[ wcoss_dell_p3 == wcoss_dell_p3 ]] -+ MAKE_THREADS=4 -+ MAKE_THREADS=4 -+ hostname -m72a3 -+ cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests -+ echo 'Compiling CCPP=Y STATIC=Y SUITES=FV3_GFS_2017 into fv3_14.exe on wcoss_dell_p3' -Compiling CCPP=Y STATIC=Y SUITES=FV3_GFS_2017 into fv3_14.exe on wcoss_dell_p3 -+ '[' YES = YES ']' -+ rm -rf build_fv3_14 -+ mkdir -p build_fv3_14 -+ CCPP_CMAKE_FLAGS= -+ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017 == *\D\E\B\U\G\=\Y* ]] -+ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017 == *\R\E\P\R\O\=\Y* ]] -+ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017 == *\3\2\B\I\T\=\Y* ]] -+ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017 == *\O\P\E\N\M\P\=\N* ]] -+ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017 == *\C\C\P\P\=\Y* ]] -+ CCPP_CMAKE_FLAGS=' -DCCPP=ON -DMPI=ON' -+ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017 == *\D\E\B\U\G\=\Y* ]] -+ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017 == *\R\E\P\R\O\=\Y* ]] -+ CCPP_CMAKE_FLAGS=' -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release' -+ [[ wcoss_dell_p3 == \j\e\t\.\i\n\t\e\l ]] -+ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017 == *\3\2\B\I\T\=\Y* ]] -+ CCPP_CMAKE_FLAGS=' -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=OFF' -+ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017 == *\S\T\A\T\I\C\=\Y* ]] -+ CCPP_CMAKE_FLAGS=' -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=OFF -DSTATIC=ON' -+ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017 == *\M\U\L\T\I\_\G\A\S\E\S\=\Y* ]] -+ CCPP_CMAKE_FLAGS=' -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF' -++ echo CCPP=Y STATIC=Y SUITES=FV3_GFS_2017 -++ sed 's/.* SUITES=//' -++ sed 's/ .*//' -+ SUITES=FV3_GFS_2017 -+ cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model -+ ./FV3/ccpp/framework/scripts/ccpp_prebuild.py --config=FV3/ccpp/config/ccpp_prebuild_config.py --static --suites=FV3_GFS_2017 --builddir=tests/build_fv3_14/FV3 -INFO: Logging level set to INFO -INFO: Found TYPEDEFS_NEW_METADATA dictionary in config, assume at least some data is in new metadata formet -INFO: Parsing suite definition files ... -INFO: Parsing suite definition file FV3/ccpp/suites/suite_FV3_GFS_2017.xml ... -INFO: Parsing metadata tables for variables provided by host model ... -INFO: Parsed variable definition tables in module machine -INFO: Parsed variable definition tables in module module_radsw_parameters -INFO: Parsed variable definition tables in module module_radlw_parameters -INFO: Parsed variable definition tables in module CCPP_typedefs -INFO: Parsed variable definition tables in module GFS_typedefs -INFO: Parsed variable definition tables in module CCPP_data -INFO: Parsed variable definition tables in module ccpp_types -INFO: Convert local names from new metadata format into old metadata format ... -INFO: Converting local name sfcflw of variable lw_fluxes_sfc from new to old metadata -INFO: Converting local name nslwr of variable number_of_timesteps_between_longwave_radiation_calls from new to old metadata -INFO: Converting local name hydrostatic of variable flag_for_hydrostatic_solver from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_of_kinematic_buoyancy_flux_from_shoc_in_phy_f3d) of variable kinematic_buoyancy_flux_from_shoc from new to old metadata -INFO: Converting local name nkbfshoc of variable index_of_kinematic_buoyancy_flux_from_shoc_in_phy_f3d from new to old metadata -INFO: Converting local name dvisbm_cpl of variable cumulative_surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name cnvw of variable convective_cloud_water_mixing_ratio from new to old metadata -INFO: Converting local name ltaerosol of variable flag_for_aerosol_physics from new to old metadata -INFO: Converting local name rainmcadj of variable lwe_thickness_of_moist_convective_adj_precipitation_amount from new to old metadata -INFO: Converting local name loop_cnt of variable ccpp_loop_counter from new to old metadata -INFO: Converting local name ncpi of variable local_ice_number_concentration from new to old metadata -INFO: Converting local name pt of variable virtual_temperature_at_Lagrangian_surface from new to old metadata -INFO: Converting local name nirbmui of variable surface_upwelling_direct_near_infrared_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name vconvtend of variable tendency_of_y_wind_due_to_deep_convection_for_coupling_on_physics_timestep from new to old metadata -INFO: Converting local name uustar_ice of variable surface_friction_velocity_over_ice from new to old metadata -INFO: Converting local name phy_myj_uz0 of variable u_wind_component_at_viscous_sublayer_top from new to old metadata -INFO: Converting local name evap_land of variable kinematic_surface_upward_latent_heat_flux_over_land from new to old metadata -INFO: Converting local name ocean of variable flag_nonzero_ocean_surface_fraction from new to old metadata -INFO: Converting local name ep1d_ocean of variable surface_upward_potential_latent_heat_flux_over_ocean from new to old metadata -INFO: Converting local name qconvtend of variable tendency_of_water_vapor_specific_humidity_due_to_deep_convection_for_coupling_on_physics_timestep from new to old metadata -INFO: Converting local name islmsk_cice of variable sea_land_ice_mask_cice from new to old metadata -INFO: Converting local name cmm_ice of variable surface_drag_wind_speed_for_momentum_in_air_over_ice from new to old metadata -INFO: Converting local name visdfdi of variable surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name cnv_ndrop of variable number_concentration_of_cloud_liquid_water_particles_for_detrainment from new to old metadata -INFO: Converting local name sh2o of variable volume_fraction_of_unfrozen_soil_moisture_for_land_surface_model from new to old metadata -INFO: Converting local name tau_tofd of variable time_integral_of_momentum_flux_due_to_turbulent_orographic_form_drag from new to old metadata -INFO: Converting local name dnirbmi_cpl of variable instantaneous_surface_downwelling_direct_near_infrared_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name refdmax263k of variable maximum_reflectivity_at_minus10c_over_maximum_hourly_time_interval from new to old metadata -INFO: Converting local name ulwsfci of variable surface_upwelling_longwave_flux from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_liquid_cloud_condensate) of variable tendency_of_liquid_cloud_water_mixing_ratio_due_to_model_physics from new to old metadata -INFO: Converting local name ntcw of variable index_for_liquid_cloud_condensate from new to old metadata -INFO: Converting local name lheatstrg of variable flag_for_canopy_heat_storage from new to old metadata -INFO: Converting local name slc of variable volume_fraction_of_unfrozen_soil_moisture from new to old metadata -INFO: Converting local name tsfc_land of variable surface_skin_temperature_over_land_interstitial from new to old metadata -INFO: Converting local name save_v of variable y_wind_save from new to old metadata -INFO: Converting local name xkzm_m of variable atmosphere_momentum_diffusivity_background from new to old metadata -INFO: Converting local name gabsbdlw_land of variable surface_downwelling_longwave_flux_absorbed_by_ground_over_land from new to old metadata -INFO: Converting local name tprcp_ice of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_ice from new to old metadata -INFO: Converting local name stblcpxy of variable slow_soil_pool_mass_content_of_carbon from new to old metadata -INFO: Converting local name cdq_land of variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_land from new to old metadata -INFO: Converting local name du3dt(:,:,2) of variable cumulative_change_in_x_wind_due_to_orographic_gravity_wave_drag from new to old metadata -INFO: Converting local name mg_berg_eff_factor of variable mg_bergeron_efficiency_factor from new to old metadata -INFO: Converting local name clouds(:,:,3) of variable mean_effective_radius_for_liquid_cloud from new to old metadata -INFO: Converting local name aer_nm of variable aerosol_number_concentration_from_gocart_aerosol_climatology from new to old metadata -INFO: Converting local name xzts of variable sensitivity_of_dtl_thickness_to_surface_temperature from new to old metadata -INFO: Converting local name lake of variable flag_nonzero_lake_surface_fraction from new to old metadata -INFO: Converting local name kb of variable vertical_index_difference_between_layer_and_lower_bound from new to old metadata -INFO: Converting local name ipt of variable index_for_diagnostic_printout from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_ice_friendly_aerosols) of variable ice_friendly_aerosol_number_concentration from new to old metadata -INFO: Converting local name ntia of variable index_for_ice_friendly_aerosols from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_rain_water) of variable tendency_of_rain_water_mixing_ratio_due_to_model_physics from new to old metadata -INFO: Converting local name ntrw of variable index_for_rain_water from new to old metadata -INFO: Converting local name con_epsm1 of variable ratio_of_dry_air_to_water_vapor_gas_constants_minus_one from new to old metadata -INFO: Converting local name dqsfc_cice of variable surface_upward_latent_heat_flux_for_coupling_interstitial from new to old metadata -INFO: Converting local name last_step of variable flag_for_the_last_step_of_k_split_remapping from new to old metadata -INFO: Converting local name huge of variable netcdf_float_fillvalue from new to old metadata -INFO: Converting local name save_q(:,:,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio_save from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_liquid_cloud_number_concentration) of variable cloud_droplet_number_concentration from new to old metadata -INFO: Converting local name ntlnc of variable index_for_liquid_cloud_number_concentration from new to old metadata -INFO: Converting local name dv3dt(:,:,1) of variable cumulative_change_in_y_wind_due_to_PBL from new to old metadata -INFO: Converting local name imp_physics_mg of variable flag_for_morrison_gettelman_microphysics_scheme from new to old metadata -INFO: Converting local name cldtaulw of variable cloud_optical_depth_layers_at_10mu_band from new to old metadata -INFO: Converting local name wet of variable flag_nonzero_wet_surface_fraction from new to old metadata -INFO: Converting local name qsnowxy of variable snow_precipitation_rate_at_surface from new to old metadata -INFO: Converting local name iopt_frz of variable flag_for_supercooled_liquid_water_option from new to old metadata -INFO: Converting local name dsnow_cpl of variable tendency_of_lwe_thickness_of_snow_amount_for_coupling from new to old metadata -INFO: Converting local name cldsa of variable cloud_area_fraction_for_radiation from new to old metadata -INFO: Converting local name totsnwb of variable accumulated_lwe_thickness_of_snow_amount_in_bucket from new to old metadata -INFO: Converting local name gq0(:,:,index_for_rain_water) of variable rain_water_mixing_ratio_updated_by_physics from new to old metadata -INFO: Converting local name totsnw of variable accumulated_lwe_thickness_of_snow_amount from new to old metadata -INFO: Converting local name xkzm_s of variable diffusivity_background_sigma_level from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_water_friendly_aerosols) of variable tendency_of_water_friendly_aerosol_number_concentration_due_to_model_physics from new to old metadata -INFO: Converting local name ntwa of variable index_for_water_friendly_aerosols from new to old metadata -INFO: Converting local name fswtr of variable fraction_of_cloud_top_water_scavenged from new to old metadata -INFO: Converting local name nvisbmi_cpl of variable instantaneous_surface_net_downward_direct_ultraviolet_and_visible_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_of_atmosphere_heat_diffusivity_from_shoc_in_phy_f3d) of variable atmosphere_heat_diffusivity_from_shoc from new to old metadata -INFO: Converting local name nahdshoc of variable index_of_atmosphere_heat_diffusivity_from_shoc_in_phy_f3d from new to old metadata -INFO: Converting local name nthreads of variable omp_threads_for_fast_physics from new to old metadata -INFO: Converting local name icemp of variable lwe_thickness_of_ice_amount from new to old metadata -INFO: Converting local name dqsfc_cpl of variable cumulative_surface_upward_latent_heat_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name con_jcal of variable joules_per_calorie_constant from new to old metadata -INFO: Converting local name xmu of variable zenith_angle_temporal_adjustment_factor_for_shortwave_fluxes from new to old metadata -INFO: Converting local name con_fvirt of variable ratio_of_vapor_to_dry_air_gas_constants_minus_one from new to old metadata -INFO: Converting local name evfactl_deep of variable rain_evaporation_coefficient_over_land_deep_convection from new to old metadata -INFO: Converting local name canliqxy of variable canopy_intercepted_liquid_water from new to old metadata -INFO: Converting local name phy_myj_qsfc of variable surface_specific_humidity_for_MYJ_schemes from new to old metadata -INFO: Converting local name rainncprv of variable lwe_thickness_of_explicit_rainfall_amount_from_previous_timestep from new to old metadata -INFO: Converting local name Tbd of variable GFS_tbd_type_instance from new to old metadata -INFO: Converting local name v1 of variable y_wind_at_lowest_model_layer_for_diag from new to old metadata -INFO: Converting local name det_mf of variable cumulative_atmosphere_detrainment_convective_mass_flux from new to old metadata -INFO: Converting local name psurf of variable surface_air_pressure_diag from new to old metadata -INFO: Converting local name gasvmr(:,:,10) of variable volume_mixing_ratio_cfc113 from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_for_rain_effective_radius) of variable effective_radius_of_stratiform_cloud_rain_particle_in_um from new to old metadata -INFO: Converting local name nreffr of variable index_for_rain_effective_radius from new to old metadata -INFO: Converting local name del_gz of variable geopotential_difference_between_midlayers_divided_by_midlayer_virtual_temperature from new to old metadata -INFO: Converting local name imfdeepcnv_ntiedtke of variable flag_for_ntiedtke_deep_convection_scheme from new to old metadata -INFO: Converting local name h2o_coeff of variable number_of_coefficients_in_h2o_forcing_data from new to old metadata -INFO: Converting local name tgrs of variable air_temperature from new to old metadata -INFO: Converting local name xlon of variable longitude from new to old metadata -INFO: Converting local name c_d of variable coefficient_c_d from new to old metadata -INFO: Converting local name tlvl of variable air_temperature_at_interface_for_radiation from new to old metadata -INFO: Converting local name f_rimef of variable rime_factor from new to old metadata -INFO: Converting local name mg_do_ice_gmao of variable mg_flag_for_gmao_ice_formulation from new to old metadata -INFO: Converting local name snowca of variable cumulative_surface_snow_area_fraction_multiplied_by_timestep from new to old metadata -INFO: Converting local name hflx of variable kinematic_surface_upward_sensible_heat_flux from new to old metadata -INFO: Converting local name dt3dt(:,:,6) of variable cumulative_change_in_temperature_due_to_microphysics from new to old metadata -INFO: Converting local name nirdfui of variable surface_upwelling_diffuse_near_infrared_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name trans of variable transpiration_flux from new to old metadata -INFO: Converting local name ntchs of variable index_for_first_chemical_tracer from new to old metadata -INFO: Converting local name idxday of variable daytime_points from new to old metadata -INFO: Converting local name iceprv of variable lwe_thickness_of_ice_amount_from_previous_timestep from new to old metadata -INFO: Converting local name mg_alf of variable mg_tuning_factor_for_alphas from new to old metadata -INFO: Converting local name nupdraft of variable number_of_plumes from new to old metadata -INFO: Converting local name qr_r of variable cloud_rain_water_mixing_ratio from new to old metadata -INFO: Converting local name sec of variable seconds_elapsed_since_model_initialization from new to old metadata -INFO: Converting local name epi of variable instantaneous_surface_potential_evaporation from new to old metadata -INFO: Converting local name gflx_land of variable upward_heat_flux_in_soil_over_land from new to old metadata -INFO: Converting local name du3dt_ngw of variable time_integral_of_change_in_x_wind_due_to_nonstationary_gravity_wave from new to old metadata -INFO: Converting local name bl_mynn_cloudpdf of variable cloudpdf from new to old metadata -INFO: Converting local name vtype of variable vegetation_type_classification_real from new to old metadata -INFO: Converting local name imfdeepcnv_gf of variable flag_for_gf_deep_convection_scheme from new to old metadata -INFO: Converting local name lssav of variable flag_diagnostics from new to old metadata -INFO: Converting local name sfalb of variable surface_diffused_shortwave_albedo from new to old metadata -INFO: Converting local name acvb of variable smallest_cloud_base_vertical_index_encountered_thus_far from new to old metadata -INFO: Converting local name c_0 of variable coefficient_c_0 from new to old metadata -INFO: Converting local name mpirank of variable mpi_rank_for_fast_physics from new to old metadata -INFO: Converting local name ntrac of variable number_of_tracers from new to old metadata -INFO: Converting local name dvsfci of variable instantaneous_surface_y_momentum_flux_for_diag from new to old metadata -INFO: Converting local name GFS_Interstitial of variable GFS_interstitial_type_instance_all_threads from new to old metadata -INFO: Converting local name in_nm of variable in_number_concentration from new to old metadata -INFO: Converting local name blksz2(ccpp_block_number) of variable horizontal_dimension from new to old metadata -INFO: Converting local name blk_no of variable ccpp_block_number from new to old metadata -INFO: Converting local name min_lakeice of variable lake_ice_minimum from new to old metadata -INFO: Converting local name canicexy of variable canopy_intercepted_ice_mass from new to old metadata -INFO: Converting local name mg_precip_frac_method of variable mg_type_of_precip_fraction_method from new to old metadata -INFO: Converting local name lonr of variable number_of_equatorial_longitude_points from new to old metadata -INFO: Converting local name dt3dt(:,:,7) of variable cumulative_change_in_temperature_due_to_orographic_gravity_wave_drag from new to old metadata -INFO: Converting local name dtzm of variable mean_change_over_depth_in_sea_water_temperature from new to old metadata -INFO: Converting local name du3dt_mtb of variable time_integral_of_change_in_x_wind_due_to_mountain_blocking_drag from new to old metadata -INFO: Converting local name stress_land of variable surface_wind_stress_over_land from new to old metadata -INFO: Converting local name nspinup of variable number_of_iterations_to_spin_up_cellular_automata from new to old metadata -INFO: Converting local name zogw of variable height_of_launch_level_of_orographic_gravity_wave from new to old metadata -INFO: Converting local name ntsw of variable index_for_snow_water from new to old metadata -INFO: Converting local name cov of variable t_prime_q_prime from new to old metadata -INFO: Converting local name sup of variable ice_supersaturation_threshold from new to old metadata -INFO: Converting local name dt3dt(:,:,3) of variable cumulative_change_in_temperature_due_to_PBL from new to old metadata -INFO: Converting local name mg_qcvar of variable mg_cloud_water_variance from new to old metadata -INFO: Converting local name ffmm_ice of variable Monin_Obukhov_similarity_function_for_momentum_over_ice from new to old metadata -INFO: Converting local name dtdt of variable tendency_of_air_temperature_at_Lagrangian_surface from new to old metadata -INFO: Converting local name GFS_statein_type of variable GFS_statein_type from new to old metadata -INFO: Converting local name train of variable accumulated_change_of_air_temperature_due_to_FA_scheme from new to old metadata -INFO: Converting local name fscav of variable coefficients_for_aerosol_scavenging from new to old metadata -INFO: Converting local name prslk(:,1) of variable dimensionless_exner_function_at_lowest_model_layer from new to old metadata -INFO: Converting local name tf of variable frozen_cloud_threshold_temperature from new to old metadata -INFO: Converting local name communicator of variable mpi_comm from new to old metadata -INFO: Converting local name qs_r of variable cloud_snow_mixing_ratio from new to old metadata -INFO: Converting local name skebv_wts of variable weights_for_stochastic_skeb_perturbation_of_y_wind from new to old metadata -INFO: Converting local name bl_mynn_edmf_part of variable edmf_partition_flag from new to old metadata -INFO: Converting local name dq3dt(:,:,7) of variable cumulative_change_in_ozone_concentration_due_to_ozone_mixing_ratio from new to old metadata -INFO: Converting local name swhc of variable tendency_of_air_temperature_due_to_shortwave_heating_assuming_clear_sky_on_radiation_timestep from new to old metadata -INFO: Converting local name mg_ngnst of variable mg_graupel_concentration_constant from new to old metadata -INFO: Converting local name GFS_grid_type of variable GFS_grid_type from new to old metadata -INFO: Converting local name js of variable starting_y_direction_index from new to old metadata -INFO: Converting local name out_dt of variable flag_for_tendency_of_air_temperature_at_Lagrangian_surface from new to old metadata -INFO: Converting local name delr of variable layer_pressure_thickness_for_radiation from new to old metadata -INFO: Converting local name ncgl of variable local_graupel_number_concentration from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_snow_water) of variable snow_water_mixing_ratio from new to old metadata -INFO: Converting local name totgrp of variable accumulated_lwe_thickness_of_graupel_amount from new to old metadata -INFO: Converting local name cldtausw of variable cloud_optical_depth_layers_at_0p55mu_band from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_ozone) of variable tendency_of_ozone_mixing_ratio_due_to_model_physics from new to old metadata -INFO: Converting local name ntoz of variable index_for_ozone from new to old metadata -INFO: Converting local name evap of variable kinematic_surface_upward_latent_heat_flux from new to old metadata -INFO: Converting local name oro of variable orography from new to old metadata -INFO: Converting local name topfsw of variable sw_fluxes_top_atmosphere from new to old metadata -INFO: Converting local name jmap of variable map_of_block_column_number_to_global_j_index from new to old metadata -INFO: Converting local name cdq of variable surface_drag_coefficient_for_heat_and_moisture_in_air from new to old metadata -INFO: Converting local name soiltype of variable soil_type_classification from new to old metadata -INFO: Converting local name evap_ocean of variable kinematic_surface_upward_latent_heat_flux_over_ocean from new to old metadata -INFO: Converting local name nblks of variable number_of_blocks from new to old metadata -INFO: Converting local name dxinv of variable inverse_scaling_factor_for_critical_relative_humidity from new to old metadata -INFO: Converting local name dvsfc of variable cumulative_surface_y_momentum_flux_for_diag_multiplied_by_timestep from new to old metadata -INFO: Converting local name GFS_stateout_type of variable GFS_stateout_type from new to old metadata -INFO: Converting local name qg of variable cloud_graupel_specific_humidity_at_Lagrangian_surface from new to old metadata -INFO: Converting local name nmtvr of variable number_of_statistical_measures_of_subgrid_orography from new to old metadata -INFO: Converting local name nseed of variable cellular_automata_seed_frequency from new to old metadata -INFO: Converting local name nlives of variable cellular_automata_lifetime from new to old metadata -INFO: Converting local name vegf1d of variable perturbation_of_vegetation_fraction from new to old metadata -INFO: Converting local name v10m of variable y_wind_at_10m from new to old metadata -INFO: Converting local name hice of variable sea_ice_thickness from new to old metadata -INFO: Converting local name mbota of variable model_layer_number_at_cloud_base from new to old metadata -INFO: Converting local name ncnvw of variable index_for_convective_cloud_water_mixing_ratio_in_phy_f3d from new to old metadata -INFO: Converting local name flqc of variable surface_exchange_coefficient_for_moisture from new to old metadata -INFO: Converting local name imfshalcnv_samf of variable flag_for_samf_shallow_convection_scheme from new to old metadata -INFO: Converting local name ntdiag of variable diagnostics_control_for_chemical_tracers from new to old metadata -INFO: Converting local name c1_shal of variable detrainment_conversion_parameter_shallow_convection from new to old metadata -INFO: Converting local name con_g of variable gravitational_acceleration from new to old metadata -INFO: Converting local name je of variable ending_y_direction_index from new to old metadata -INFO: Converting local name hprime(:,1) of variable standard_deviation_of_subgrid_orography from new to old metadata -INFO: Converting local name lh of variable surface_latent_heat from new to old metadata -INFO: Converting local name v10max of variable maximum_v_wind_at_10m_over_maximum_hourly_time_interval from new to old metadata -INFO: Converting local name dvsfcg of variable instantaneous_y_stress_due_to_gravity_wave_drag from new to old metadata -INFO: Converting local name mg_ninst of variable mg_ice_concentration_constant from new to old metadata -INFO: Converting local name lwhd of variable tendency_of_air_temperature_due_to_longwave_heating_for_idea from new to old metadata -INFO: Converting local name ntkev of variable index_for_turbulent_kinetic_energy_vertical_diffusion_tracer from new to old metadata -INFO: Converting local name fm10 of variable Monin_Obukhov_similarity_function_for_momentum_at_10m from new to old metadata -INFO: Converting local name phour of variable forecast_time_at_previous_timestep from new to old metadata -INFO: Converting local name phys_hydrostatic of variable flag_for_hydrostatic_heating_from_physics from new to old metadata -INFO: Converting local name nswsfci of variable surface_net_downwelling_shortwave_flux from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_for_graupel_effective_radius) of variable effective_radius_of_stratiform_cloud_graupel_particle_in_um from new to old metadata -INFO: Converting local name ngeffr of variable index_for_graupel_effective_radius from new to old metadata -INFO: Converting local name kt of variable vertical_index_difference_between_layer_and_upper_bound from new to old metadata -INFO: Converting local name GFS_tbd_type of variable GFS_tbd_type from new to old metadata -INFO: Converting local name tsurf_ocean of variable surface_skin_temperature_after_iteration_over_ocean from new to old metadata -INFO: Converting local name gu0(:,1) of variable x_wind_at_lowest_model_layer_updated_by_physics from new to old metadata -INFO: Converting local name akap of variable kappa_dry_for_fast_physics from new to old metadata -INFO: Converting local name lsm of variable flag_for_land_surface_scheme from new to old metadata -INFO: Converting local name nscav of variable number_of_tracers_scavenged from new to old metadata -INFO: Converting local name ffmm of variable Monin_Obukhov_similarity_function_for_momentum from new to old metadata -INFO: Converting local name nnirbm_cpl of variable cumulative_surface_net_downward_direct_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name tau_mtb of variable instantaneous_momentum_flux_due_to_mountain_blocking_drag from new to old metadata -INFO: Converting local name snicexy of variable snow_layer_ice from new to old metadata -INFO: Converting local name flag_guess of variable flag_for_guess_run from new to old metadata -INFO: Converting local name dnirbm_cpl of variable cumulative_surface_downwelling_direct_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name chh_ocean of variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_ocean from new to old metadata -INFO: Converting local name dtsfci_cpl of variable instantaneous_surface_upward_sensible_heat_flux_for_coupling from new to old metadata -INFO: Converting local name flgmin of variable minimum_large_ice_fraction from new to old metadata -INFO: Converting local name t02max of variable maximum_temperature_at_2m_over_maximum_hourly_time_interval from new to old metadata -INFO: Converting local name tconvtend of variable tendency_of_air_temperature_due_to_deep_convection_for_coupling_on_physics_timestep from new to old metadata -INFO: Converting local name zorl of variable surface_roughness_length from new to old metadata -INFO: Converting local name coslat of variable cosine_of_latitude from new to old metadata -INFO: Converting local name pertalb of variable magnitude_of_surface_albedo_perturbation from new to old metadata -INFO: Converting local name aecm of variable instantaneous_aerosol_column_mass_densities from new to old metadata -INFO: Converting local name con_rv of variable gas_constant_water_vapor from new to old metadata -INFO: Converting local name wminco of variable cloud_condensed_water_conversion_threshold from new to old metadata -INFO: Converting local name fastcpxy of variable fast_soil_pool_mass_content_of_carbon from new to old metadata -INFO: Converting local name kind_grid of variable kind_grid from new to old metadata -INFO: Converting local name stress of variable surface_wind_stress from new to old metadata -INFO: Converting local name qgrs(:,1,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio_at_lowest_model_layer from new to old metadata -INFO: Converting local name rhc of variable critical_relative_humidity from new to old metadata -INFO: Converting local name tsfco of variable sea_surface_temperature from new to old metadata -INFO: Converting local name tau_ngw of variable instantaneous_momentum_flux_due_to_nonstationary_gravity_wave from new to old metadata -INFO: Converting local name tsfcl of variable surface_skin_temperature_over_land from new to old metadata -INFO: Converting local name clouds(:,:,7) of variable mean_effective_radius_for_rain_drop from new to old metadata -INFO: Converting local name con_cliq of variable specific_heat_of_liquid_water_at_constant_pressure from new to old metadata -INFO: Converting local name zmtb of variable height_of_mountain_blocking from new to old metadata -INFO: Converting local name ulwsfcin_cpl of variable surface_upwelling_longwave_flux_for_coupling from new to old metadata -INFO: Converting local name dlwsfc_cpl of variable cumulative_surface_downwelling_longwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name sfcdlw of variable surface_downwelling_longwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name t1 of variable air_temperature_at_lowest_model_layer_for_diag from new to old metadata -INFO: Converting local name ntiw of variable index_for_ice_cloud_condensate from new to old metadata -INFO: Converting local name bl_mynn_mixlength of variable mixing_length_flag from new to old metadata -INFO: Converting local name faerlw(:,:,:,1) of variable aerosol_optical_depth_for_longwave_bands_01_16 from new to old metadata -INFO: Converting local name ozpl of variable ozone_forcing from new to old metadata -INFO: Converting local name dlength of variable characteristic_grid_length_scale from new to old metadata -INFO: Converting local name slag of variable equation_of_time from new to old metadata -INFO: Converting local name ntot2d of variable number_of_fields_in_phyf2d from new to old metadata -INFO: Converting local name iopt_run of variable flag_for_runoff_and_groundwater_option from new to old metadata -INFO: Converting local name gq0(:,:,index_for_liquid_cloud_number_concentration) of variable cloud_droplet_number_concentration_updated_by_physics from new to old metadata -INFO: Converting local name sneqvoxy of variable snow_mass_at_previous_time_step from new to old metadata -INFO: Converting local name con_rhw0 of variable sea_water_reference_density from new to old metadata -INFO: Converting local name mtopa of variable model_layer_number_at_cloud_top from new to old metadata -INFO: Converting local name pertshc of variable magnitude_of_perturbation_of_soil_type_b_parameter from new to old metadata -INFO: Converting local name levi of variable vertical_interface_dimension from new to old metadata -INFO: Converting local name do_shoc of variable flag_for_shoc from new to old metadata -INFO: Converting local name du3dt_tms of variable time_integral_of_change_in_x_wind_due_to_turbulent_orographic_form_drag from new to old metadata -INFO: Converting local name snow_cpl of variable lwe_thickness_of_snow_amount_for_coupling from new to old metadata -INFO: Converting local name pkz of variable finite_volume_mean_edge_pressure_raised_to_the_power_of_kappa from new to old metadata -INFO: Converting local name nn of variable number_of_tracers_for_convective_transport from new to old metadata -INFO: Converting local name do_sat_adj of variable flag_for_saturation_adjustment_for_microphysics_in_dynamics from new to old metadata -INFO: Converting local name dx of variable cell_size from new to old metadata -INFO: Converting local name do_ugwp of variable do_ugwp from new to old metadata -INFO: Converting local name rain of variable lwe_thickness_of_precipitation_amount_on_dynamics_timestep from new to old metadata -INFO: Converting local name iopt_crs of variable flag_for_canopy_stomatal_resistance_option from new to old metadata -INFO: Converting local name qgrs(:,1,index_for_water_vapor) of variable water_vapor_specific_humidity_at_lowest_model_layer from new to old metadata -INFO: Converting local name ntqv of variable index_for_water_vapor from new to old metadata -INFO: Converting local name t02min of variable minimum_temperature_at_2m_over_maximum_hourly_time_interval from new to old metadata -INFO: Converting local name imp_physics_gfdl of variable flag_for_gfdl_microphysics_scheme from new to old metadata -INFO: Converting local name lprnt of variable flag_print from new to old metadata -INFO: Converting local name gabsbdlw_ice of variable surface_downwelling_longwave_flux_absorbed_by_ground_over_ice from new to old metadata -INFO: Converting local name imp_physics_thompson of variable flag_for_thompson_microphysics_scheme from new to old metadata -INFO: Converting local name ctei_rm of variable critical_cloud_top_entrainment_instability_criteria from new to old metadata -INFO: Converting local name tseal of variable surface_skin_temperature_for_nsst from new to old metadata -INFO: Converting local name dusfc_fd of variable integrated_x_momentum_flux_from_form_drag from new to old metadata -INFO: Converting local name dusfcin_cpl of variable surface_x_momentum_flux_for_coupling from new to old metadata -INFO: Converting local name slope of variable surface_slope_classification_real from new to old metadata -INFO: Converting local name htrlw of variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_timestep from new to old metadata -INFO: Converting local name mg_qcmin(2) of variable mg_minimum_ice_mixing_ratio from new to old metadata -INFO: Converting local name tice of variable sea_ice_temperature_interstitial from new to old metadata -INFO: Converting local name adjvisbmu of variable surface_upwelling_direct_ultraviolet_and_visible_shortwave_flux from new to old metadata -INFO: Converting local name dvgwd of variable time_integral_of_y_stress_due_to_gravity_wave_drag from new to old metadata -INFO: Converting local name dusfc_cice of variable surface_x_momentum_flux_for_coupling_interstitial from new to old metadata -INFO: Converting local name errmsg of variable ccpp_error_message from new to old metadata -INFO: Converting local name flag_cice of variable flag_for_cice from new to old metadata -INFO: Converting local name Coupling of variable GFS_coupling_type_instance from new to old metadata -INFO: Converting local name cs_parm(3) of variable detrainment_and_precipitation_tunable_parameter_3_CS from new to old metadata -INFO: Converting local name snliqxy of variable snow_layer_liquid_water from new to old metadata -INFO: Converting local name mstrat of variable flag_for_moorthi_stratus from new to old metadata -INFO: Converting local name imfdeepcnv_sas of variable flag_for_sas_deep_convection_scheme from new to old metadata -INFO: Converting local name weasd_ice of variable water_equivalent_accumulated_snow_depth_over_ice from new to old metadata -INFO: Converting local name bl_mynn_edmf_mom of variable edmf_momentum_transport_flag from new to old metadata -INFO: Converting local name npdf3d of variable number_of_3d_arrays_associated_with_pdf_based_clouds from new to old metadata -INFO: Converting local name dq3dt(:,:,2) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_deep_convection from new to old metadata -INFO: Converting local name w_upi of variable vertical_velocity_for_updraft from new to old metadata -INFO: Converting local name qlyr of variable water_vapor_specific_humidity_at_layer_for_radiation from new to old metadata -INFO: Converting local name fm10_ice of variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_ice from new to old metadata -INFO: Converting local name qgl of variable local_graupel_mixing_ratio from new to old metadata -INFO: Converting local name gt0(:,1) of variable air_temperature_at_lowest_model_layer_updated_by_physics from new to old metadata -INFO: Converting local name ccpp_t of variable ccpp_t from new to old metadata -INFO: Converting local name clouds(:,:,4) of variable cloud_ice_water_path from new to old metadata -INFO: Converting local name rain_cpl of variable lwe_thickness_of_precipitation_amount_for_coupling from new to old metadata -INFO: Converting local name bl_mynn_cloudmix of variable cloud_specie_mix_flag from new to old metadata -INFO: Converting local name tgxy of variable ground_temperature_for_noahmp from new to old metadata -INFO: Converting local name oa4 of variable asymmetry_of_subgrid_orography from new to old metadata -INFO: Converting local name refdmax of variable maximum_reflectivity_at_1km_agl_over_maximum_hourly_time_interval from new to old metadata -INFO: Converting local name GFS_Data(ccpp_block_number) of variable GFS_data_type_instance from new to old metadata -INFO: Converting local name dvsfc_cpl of variable cumulative_surface_y_momentum_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name shocaftcnv of variable flag_for_shoc_after_convection from new to old metadata -INFO: Converting local name mg_rhmini of variable mg_minimum_rh_for_ice from new to old metadata -INFO: Converting local name t2mi_cpl of variable instantaneous_temperature_at_2m_for_coupling from new to old metadata -INFO: Converting local name GFS_Interstitial(ccpp_thread_number) of variable GFS_interstitial_type_instance from new to old metadata -INFO: Converting local name thrd_no of variable ccpp_thread_number from new to old metadata -INFO: Converting local name evbs of variable soil_upward_latent_heat_flux from new to old metadata -INFO: Converting local name dtdtr of variable tendency_of_air_temperature_due_to_radiative_heating_on_physics_time_step from new to old metadata -INFO: Converting local name spfhmin of variable minimum_specific_humidity_at_2m from new to old metadata -INFO: Converting local name xsaixy of variable stem_area_index from new to old metadata -INFO: Converting local name lsoil of variable soil_vertical_dimension from new to old metadata -INFO: Converting local name mg_ts_auto_ice of variable mg_time_scale_for_autoconversion_of_ice from new to old metadata -INFO: Converting local name ca_deep of variable fraction_of_cellular_automata_for_deep_convection from new to old metadata -INFO: Converting local name work1 of variable grid_size_related_coefficient_used_in_scale_sensitive_schemes from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_for_cloud_liquid_water_effective_radius) of variable effective_radius_of_stratiform_cloud_liquid_water_particle_in_um from new to old metadata -INFO: Converting local name nleffr of variable index_for_cloud_liquid_water_effective_radius from new to old metadata -INFO: Converting local name dlwsfci of variable surface_downwelling_longwave_flux from new to old metadata -INFO: Converting local name mg_nicons of variable mg_flag_ice_concentration_constant from new to old metadata -INFO: Converting local name faersw(:,:,:,1) of variable aerosol_optical_depth_for_shortwave_bands_01_16 from new to old metadata -INFO: Converting local name xt of variable diurnal_thermocline_layer_heat_content from new to old metadata -INFO: Converting local name prsl of variable air_pressure from new to old metadata -INFO: Converting local name cv of variable fraction_of_convective_cloud from new to old metadata -INFO: Converting local name blksz of variable horizontal_block_size from new to old metadata -INFO: Converting local name pertvegf of variable magnitude_of_perturbation_of_vegetation_fraction from new to old metadata -INFO: Converting local name gq0(:,:,index_for_cloud_amount) of variable cloud_fraction_updated_by_physics from new to old metadata -INFO: Converting local name ntclamt of variable index_for_cloud_amount from new to old metadata -INFO: Converting local name zorlo of variable surface_roughness_length_over_ocean from new to old metadata -INFO: Converting local name te0 of variable atmosphere_energy_content_at_Lagrangian_surface from new to old metadata -INFO: Converting local name ktop of variable vertical_index_at_cloud_top from new to old metadata -INFO: Converting local name prevsq of variable moisture_from_previous_timestep from new to old metadata -INFO: Converting local name kpbl of variable vertical_index_at_top_of_atmosphere_boundary_layer from new to old metadata -INFO: Converting local name ncells of variable cellular_automata_finer_grid from new to old metadata -INFO: Converting local name cnvc of variable convective_cloud_cover from new to old metadata -INFO: Converting local name totprcp of variable accumulated_lwe_thickness_of_precipitation_amount from new to old metadata -INFO: Converting local name cgwf of variable multiplication_factors_for_convective_gravity_wave_drag from new to old metadata -INFO: Converting local name do_shum of variable flag_for_stochastic_shum_option from new to old metadata -INFO: Converting local name save_q of variable tracer_concentration_save from new to old metadata -INFO: Converting local name h2o_pres of variable natural_log_of_h2o_forcing_data_pressure_levels from new to old metadata -INFO: Converting local name iopt_snf of variable flag_for_precipitation_partition_option from new to old metadata -INFO: Converting local name c0s_shal of variable rain_conversion_parameter_shallow_convection from new to old metadata -INFO: Converting local name zwtxy of variable water_table_depth from new to old metadata -INFO: Converting local name qr of variable cloud_rain_specific_humidity_at_Lagrangian_surface from new to old metadata -INFO: Converting local name dzlyr of variable layer_thickness_for_radiation from new to old metadata -INFO: Converting local name taussxy of variable nondimensional_snow_age from new to old metadata -INFO: Converting local name tsfa of variable surface_air_temperature_for_radiation from new to old metadata -INFO: Converting local name snoalb of variable upper_bound_on_max_albedo_over_deep_snow from new to old metadata -INFO: Converting local name xs of variable sea_water_salinity from new to old metadata -INFO: Converting local name dvsfci_cpl of variable instantaneous_surface_y_momentum_flux_for_coupling from new to old metadata -INFO: Converting local name xlat of variable latitude from new to old metadata -INFO: Converting local name ugrs of variable x_wind from new to old metadata -INFO: Converting local name shdmin of variable minimum_vegetation_area_fraction from new to old metadata -INFO: Converting local name nnirdfi_cpl of variable instantaneous_surface_net_downward_diffuse_near_infrared_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name microp_uniform of variable mg_flag_for_uniform_subcolumns from new to old metadata -INFO: Converting local name frland of variable land_area_fraction_for_microphysics from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_ice_friendly_aerosols) of variable tendency_of_ice_friendly_aerosol_number_concentration_due_to_model_physics from new to old metadata -INFO: Converting local name oz_pres of variable natural_log_of_ozone_forcing_data_pressure_levels from new to old metadata -INFO: Converting local name zlwb of variable time_integral_of_height_of_low_level_wave_breaking from new to old metadata -INFO: Converting local name gq0(:,:,index_for_ice_cloud_condensate) of variable ice_water_mixing_ratio_updated_by_physics from new to old metadata -INFO: Converting local name qss of variable surface_specific_humidity from new to old metadata -INFO: Converting local name dry of variable flag_nonzero_land_surface_fraction from new to old metadata -INFO: Converting local name bk of variable b_parameter_of_the_hybrid_coordinate from new to old metadata -INFO: Converting local name cdmbgwd of variable multiplication_factors_for_mountain_blocking_and_orographic_gravity_wave_drag from new to old metadata -INFO: Converting local name levs of variable vertical_dimension from new to old metadata -INFO: Converting local name swhtr of variable flag_for_output_of_shortwave_heating_rate from new to old metadata -INFO: Converting local name zorl_land of variable surface_roughness_length_over_land_interstitial from new to old metadata -INFO: Converting local name t2m of variable temperature_at_2m from new to old metadata -INFO: Converting local name tau_ogw of variable instantaneous_momentum_flux_due_to_orographic_gravity_wave_drag from new to old metadata -INFO: Converting local name shoc_parm(3) of variable shoc_tke_dissipation_tunable_parameter_near_surface from new to old metadata -INFO: Converting local name gflx_ice of variable upward_heat_flux_in_soil_over_ice from new to old metadata -INFO: Converting local name nspc1 of variable number_of_species_for_aerosol_optical_depth from new to old metadata -INFO: Converting local name drain_cpl of variable tendency_of_lwe_thickness_of_precipitation_amount_for_coupling from new to old metadata -INFO: Converting local name phis of variable surface_geopotential_at_Lagrangian_surface from new to old metadata -INFO: Converting local name q2mi_cpl of variable instantaneous_specific_humidity_at_2m_for_coupling from new to old metadata -INFO: Converting local name zogw of variable time_integral_of_height_of_launch_level_of_orographic_gravity_wave from new to old metadata -INFO: Converting local name prsi of variable air_pressure_at_interface from new to old metadata -INFO: Converting local name aerodp of variable atmosphere_optical_thickness_due_to_ambient_aerosol_particles from new to old metadata -INFO: Converting local name shal_cnv of variable flag_for_shallow_convection from new to old metadata -INFO: Converting local name icsdlw of variable seed_random_numbers_lw from new to old metadata -INFO: Converting local name ncld of variable number_of_hydrometeors from new to old metadata -INFO: Converting local name gasvmr(:,:,6) of variable volume_mixing_ratio_cfc11 from new to old metadata -INFO: Converting local name tracers_water of variable number_of_water_tracers from new to old metadata -INFO: Converting local name nscyc of variable number_of_timesteps_between_surface_cycling_calls from new to old metadata -INFO: Converting local name dswsfc_cpl of variable cumulative_surface_downwelling_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name adjvisdfu of variable surface_upwelling_diffuse_ultraviolet_and_visible_shortwave_flux from new to old metadata -INFO: Converting local name cs_parm(2) of variable updraft_velocity_tunable_parameter_2_CS from new to old metadata -INFO: Converting local name lsswr of variable flag_to_calc_sw from new to old metadata -INFO: Converting local name imfshalcnv_gf of variable flag_for_gf_shallow_convection_scheme from new to old metadata -INFO: Converting local name kinver of variable index_of_highest_temperature_inversion from new to old metadata -INFO: Converting local name tslb of variable soil_temperature_for_land_surface_model from new to old metadata -INFO: Converting local name weasd of variable water_equivalent_accumulated_snow_depth from new to old metadata -INFO: Converting local name tisfc of variable sea_ice_temperature from new to old metadata -INFO: Converting local name faerlw of variable aerosol_optical_properties_for_longwave_bands_01_16 from new to old metadata -INFO: Converting local name logunit of variable iounit_log from new to old metadata -INFO: Converting local name fast_mp_consv of variable flag_for_fast_microphysics_energy_conservation from new to old metadata -INFO: Converting local name cnv_mfd of variable detrained_mass_flux from new to old metadata -INFO: Converting local name zvir of variable ratio_of_vapor_to_dry_air_gas_constants_minus_one_default_kind from new to old metadata -INFO: Converting local name jed of variable ending_y_direction_index_domain from new to old metadata -INFO: Converting local name gasvmr(:,:,3) of variable volume_mixing_ratio_ch4 from new to old metadata -INFO: Converting local name sfcdsw of variable surface_downwelling_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name hydrostatic of variable flag_for_hydrostatic_solver_for_fast_physics from new to old metadata -INFO: Converting local name dvsfc_bl of variable integrated_y_momentum_flux_from_blocking_drag from new to old metadata -INFO: Converting local name Grid of variable GFS_grid_type_instance from new to old metadata -INFO: Converting local name ncnd of variable number_of_cloud_condensate_types from new to old metadata -INFO: Converting local name w_0 of variable coefficient_w_0 from new to old metadata -INFO: Converting local name zm of variable ocean_mixed_layer_thickness from new to old metadata -INFO: Converting local name shoc_parm(2) of variable shoc_tke_dissipation_tunable_parameter from new to old metadata -INFO: Converting local name cdec of variable cosine_of_solar_declination_angle from new to old metadata -INFO: Converting local name npzq_con of variable vertical_dimension_for_condensed_water_at_Lagrangian_surface from new to old metadata -INFO: Converting local name rmol of variable reciprocal_of_obukhov_length from new to old metadata -INFO: Converting local name snowxy of variable number_of_snow_layers from new to old metadata -INFO: Converting local name hflx_land of variable kinematic_surface_upward_sensible_heat_flux_over_land from new to old metadata -INFO: Converting local name clw of variable convective_transportable_tracers from new to old metadata -INFO: Converting local name srflag of variable flag_for_precipitation_type from new to old metadata -INFO: Converting local name suntim of variable duration_of_sunshine from new to old metadata -INFO: Converting local name isot of variable soil_type_dataset_choice from new to old metadata -INFO: Converting local name isol of variable flag_for_solar_constant from new to old metadata -INFO: Converting local name th2m of variable potential_temperature_at_2m from new to old metadata -INFO: Converting local name hpbl of variable atmosphere_boundary_layer_thickness from new to old metadata -INFO: Converting local name cd of variable surface_drag_coefficient_for_momentum_in_air from new to old metadata -INFO: Converting local name dusfc_ls of variable integrated_x_momentum_flux_from_large_scale_gwd from new to old metadata -INFO: Converting local name do_sppt of variable flag_for_stochastic_surface_physics_perturbations from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_for_convective_cloud_water_mixing_ratio_in_phy_f3d) of variable convective_cloud_water_mixing_ratio_in_phy_f3d from new to old metadata -INFO: Converting local name rb_ice of variable bulk_richardson_number_at_lowest_model_level_over_ice from new to old metadata -INFO: Converting local name itc of variable number_of_aerosol_tracers_for_convection from new to old metadata -INFO: Converting local name Cldprop of variable GFS_cldprop_type_instance from new to old metadata -INFO: Converting local name grav_settling of variable grav_settling from new to old metadata -INFO: Converting local name gq0(:,:,index_for_ice_cloud_number_concentration) of variable ice_number_concentration_updated_by_physics from new to old metadata -INFO: Converting local name ntinc of variable index_for_ice_cloud_number_concentration from new to old metadata -INFO: Converting local name iopt_inf of variable flag_for_frozen_soil_permeability_option from new to old metadata -INFO: Converting local name c0s_deep of variable rain_conversion_parameter_deep_convection from new to old metadata -INFO: Converting local name dtaux2d_ls of variable x_momentum_tendency_from_large_scale_gwd from new to old metadata -INFO: Converting local name phy_myj_qz0 of variable specific_humidity_at_viscous_sublayer_top from new to old metadata -INFO: Converting local name iovr_sw of variable flag_for_max_random_overlap_clouds_for_shortwave_radiation from new to old metadata -INFO: Converting local name icliq_sw of variable flag_for_optical_property_for_liquid_clouds_for_shortwave_radiation from new to old metadata -INFO: Converting local name psmean of variable cumulative_surface_pressure_multiplied_by_timestep from new to old metadata -INFO: Converting local name cmm_ocean of variable surface_drag_wind_speed_for_momentum_in_air_over_ocean from new to old metadata -INFO: Converting local name shcnvcw of variable flag_shallow_convective_cloud from new to old metadata -INFO: Converting local name drain of variable subsurface_runoff_flux from new to old metadata -INFO: Converting local name ak of variable a_parameter_of_the_hybrid_coordinate from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_liquid_cloud_number_concentration) of variable tendency_of_cloud_droplet_number_concentration_due_to_model_physics from new to old metadata -INFO: Converting local name sfc_z0_type of variable flag_for_surface_roughness_option_over_ocean from new to old metadata -INFO: Converting local name cvt of variable pressure_at_top_of_convective_cloud from new to old metadata -INFO: Converting local name gwd_opt of variable gwd_opt from new to old metadata -INFO: Converting local name snowmp of variable lwe_thickness_of_snow_amount from new to old metadata -INFO: Converting local name ncnvcld3d of variable number_of_convective_3d_cloud_fields from new to old metadata -INFO: Converting local name cape of variable convective_available_potential_energy_for_coupling from new to old metadata -INFO: Converting local name du3dt_ogw of variable time_integral_of_change_in_x_wind_due_to_orographic_gravity_wave_drag from new to old metadata -INFO: Converting local name te0_2d of variable atmosphere_energy_content_in_column from new to old metadata -INFO: Converting local name dsnowprv of variable snow_precipitation_rate_from_previous_timestep from new to old metadata -INFO: Converting local name chh of variable surface_drag_mass_flux_for_heat_and_moisture_in_air from new to old metadata -INFO: Converting local name dt3dt(:,:,5) of variable cumulative_change_in_temperature_due_to_shal_convection from new to old metadata -INFO: Converting local name cplwav of variable flag_for_wave_coupling from new to old metadata -INFO: Converting local name clw(:,:,2) of variable cloud_condensed_water_mixing_ratio_convective_transport_tracer from new to old metadata -INFO: Converting local name shoc_parm(1) of variable shoc_tke_dissipatation_pressure_threshold from new to old metadata -INFO: Converting local name oro_uf of variable orography_unfiltered from new to old metadata -INFO: Converting local name peln of variable log_pressure_at_Lagrangian_surface from new to old metadata -INFO: Converting local name gasvmr(:,:,8) of variable volume_mixing_ratio_cfc22 from new to old metadata -INFO: Converting local name pertzt of variable magnitude_of_perturbation_of_heat_to_momentum_roughness_length_ratio from new to old metadata -INFO: Converting local name clouds(:,:,1) of variable total_cloud_fraction from new to old metadata -INFO: Converting local name iaer of variable flag_for_default_aerosol_effect_in_shortwave_radiation from new to old metadata -INFO: Converting local name wet1 of variable normalized_soil_wetness from new to old metadata -INFO: Converting local name npz of variable vertical_dimension_for_fast_physics from new to old metadata -INFO: Converting local name cal_pre of variable flag_for_precipitation_type_algorithm from new to old metadata -INFO: Converting local name lmk of variable adjusted_vertical_layer_dimension_for_radiation from new to old metadata -INFO: Converting local name kind_phys of variable kind_phys from new to old metadata -INFO: Converting local name Sfcprop of variable GFS_sfcprop_type_instance from new to old metadata -INFO: Converting local name wslakexy of variable lake_water_storage from new to old metadata -INFO: Converting local name f10m of variable ratio_of_wind_at_lowest_model_layer_and_wind_at_10m from new to old metadata -INFO: Converting local name gasvmr(:,:,1) of variable volume_mixing_ratio_co2 from new to old metadata -INFO: Converting local name q2mp of variable specific_humidity_at_2m_from_noahmp from new to old metadata -INFO: Converting local name lwhc of variable tendency_of_air_temperature_due_to_longwave_heating_assuming_clear_sky_on_radiation_timestep from new to old metadata -INFO: Converting local name snowd_ice of variable surface_snow_thickness_water_equivalent_over_ice from new to old metadata -INFO: Converting local name lsnow_lsm_lbound of variable lower_bound_of_snow_vertical_dimension_for_land_surface_model from new to old metadata -INFO: Converting local name mg_dcs of variable mg_autoconversion_size_threshold_ice_snow from new to old metadata -INFO: Converting local name rhgrd of variable fa_threshold_relative_humidity_for_onset_of_condensation from new to old metadata -INFO: Converting local name dudt_ogw of variable instantaneous_change_in_x_wind_due_to_orographic_gravity_wave_drag from new to old metadata -INFO: Converting local name slmsk of variable sea_land_ice_mask_real from new to old metadata -INFO: Converting local name ictm of variable flag_for_initial_time_date_control from new to old metadata -INFO: Converting local name qss_ocean of variable surface_specific_humidity_over_ocean from new to old metadata -INFO: Converting local name tsfc of variable surface_skin_temperature from new to old metadata -INFO: Converting local name prsik of variable dimensionless_exner_function_at_model_interfaces from new to old metadata -INFO: Converting local name t2mmp of variable temperature_at_2m_from_noahmp from new to old metadata -INFO: Converting local name tau_ogw of variable time_integral_of_momentum_flux_due_to_orographic_gravity_wave_drag from new to old metadata -INFO: Converting local name topflw_type of variable topflw_type from new to old metadata -INFO: Converting local name cnv_nice of variable number_concentration_of_ice_crystals_for_detrainment from new to old metadata -INFO: Converting local name cscnv of variable flag_for_Chikira_Sugiyama_deep_convection from new to old metadata -INFO: Converting local name u10mi_cpl of variable instantaneous_x_wind_at_10m_for_coupling from new to old metadata -INFO: Converting local name fh2_ocean of variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_ocean from new to old metadata -INFO: Converting local name phii of variable geopotential_at_interface from new to old metadata -INFO: Converting local name gq0(:,:,index_for_graupel) of variable graupel_mixing_ratio_updated_by_physics from new to old metadata -INFO: Converting local name ntgl of variable index_for_graupel from new to old metadata -INFO: Converting local name nvisdfi_cpl of variable instantaneous_surface_net_downward_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name norad_precip of variable flag_for_precipitation_effect_on_radiation from new to old metadata -INFO: Converting local name dq3dt(:,:,5) of variable cumulative_change_in_ozone_mixing_ratio_due_to_PBL from new to old metadata -INFO: Converting local name dusfcg of variable instantaneous_x_stress_due_to_gravity_wave_drag from new to old metadata -INFO: Converting local name stype of variable soil_type_classification_real from new to old metadata -INFO: Converting local name lwhtr of variable flag_for_output_of_longwave_heating_rate from new to old metadata -INFO: Converting local name skebv_wts of variable weights_for_stochastic_skeb_perturbation_of_y_wind_flipped from new to old metadata -INFO: Converting local name prnum of variable prandtl_number from new to old metadata -INFO: Converting local name dtsfcin_cpl of variable surface_upward_sensible_heat_flux_for_coupling from new to old metadata -INFO: Converting local name sigmatot of variable convective_updraft_area_fraction_at_model_interfaces from new to old metadata -INFO: Converting local name rann of variable random_number_array from new to old metadata -INFO: Converting local name work2 of variable grid_size_related_coefficient_used_in_scale_sensitive_schemes_complement from new to old metadata -INFO: Converting local name ep1d_land of variable surface_upward_potential_latent_heat_flux_over_land from new to old metadata -INFO: Converting local name num_p3d of variable array_dimension_of_3d_arrays_for_microphysics from new to old metadata -INFO: Converting local name frac_grid of variable flag_for_fractional_grid from new to old metadata -INFO: Converting local name dtdtc of variable tendency_of_air_temperature_due_to_radiative_heating_assuming_clear_sky from new to old metadata -INFO: Converting local name chxy of variable surface_drag_coefficient_for_heat_and_moisture_for_noahmp from new to old metadata -INFO: Converting local name dtauy2d_bl of variable y_momentum_tendency_from_blocking_drag from new to old metadata -INFO: Converting local name dtsfc of variable cumulative_surface_upward_sensible_heat_flux_for_diag_multiplied_by_timestep from new to old metadata -INFO: Converting local name gflx_ocean of variable upward_heat_flux_in_soil_over_ocean from new to old metadata -INFO: Converting local name deeprechxy of variable water_table_recharge_when_deep from new to old metadata -INFO: Converting local name imfshalcnv_sas of variable flag_for_sas_shallow_convection_scheme from new to old metadata -INFO: Converting local name woodxy of variable wood_mass from new to old metadata -INFO: Converting local name phy_f3d(:,:,3) of variable air_temperature_at_previous_time_step from new to old metadata -INFO: Converting local name otspt of variable flag_convective_tracer_transport from new to old metadata -INFO: Converting local name tsurf of variable surface_skin_temperature_after_iteration from new to old metadata -INFO: Converting local name phy_f2d(:,array_dimension_of_2d_arrays_for_microphysics) of variable surface_wind_enhancement_due_to_convection from new to old metadata -INFO: Converting local name num_p2d of variable array_dimension_of_2d_arrays_for_microphysics from new to old metadata -INFO: Converting local name diss_est of variable dissipation_estimate_of_air_temperature_at_model_layers from new to old metadata -INFO: Converting local name ffmm_land of variable Monin_Obukhov_similarity_function_for_momentum_over_land from new to old metadata -INFO: Converting local name imfshalcnv of variable flag_for_mass_flux_shallow_convection_scheme from new to old metadata -INFO: Converting local name iopt_rad of variable flag_for_radiation_transfer_option from new to old metadata -INFO: Converting local name effr_in of variable flag_for_cloud_effective_radii from new to old metadata -INFO: Converting local name Sh3D of variable stability_function_for_heat from new to old metadata -INFO: Converting local name con_sbc of variable stefan_boltzmann_constant from new to old metadata -INFO: Converting local name phy_myj_z0base of variable baseline_surface_roughness_length from new to old metadata -INFO: Converting local name sdec of variable sine_of_solar_declination_angle from new to old metadata -INFO: Converting local name f_ice of variable fraction_of_ice_water_cloud from new to old metadata -INFO: Converting local name qs of variable cloud_snow_specific_humidity_at_Lagrangian_surface from new to old metadata -INFO: Converting local name iflip of variable flag_for_vertical_index_direction_control from new to old metadata -INFO: Converting local name draincprv of variable convective_precipitation_rate_from_previous_timestep from new to old metadata -INFO: Converting local name icsdsw of variable seed_random_numbers_sw from new to old metadata -INFO: Converting local name dtaux2d_bl of variable x_momentum_tendency_from_blocking_drag from new to old metadata -INFO: Converting local name uustar_ocean of variable surface_friction_velocity_over_ocean from new to old metadata -INFO: Converting local name zlwb of variable height_of_low_level_wave_breaking from new to old metadata -INFO: Converting local name sigma of variable slope_of_subgrid_orography from new to old metadata -INFO: Converting local name cd_land of variable surface_drag_coefficient_for_momentum_in_air_over_land from new to old metadata -INFO: Converting local name shoc_parm(5) of variable shoc_flag_for_optional_surface_TKE_dissipation from new to old metadata -INFO: Converting local name qss_ice of variable surface_specific_humidity_over_ice from new to old metadata -INFO: Converting local name graupel of variable lwe_thickness_of_graupel_amount_on_dynamics_timestep from new to old metadata -INFO: Converting local name do_myjsfc of variable do_myjsfc from new to old metadata -INFO: Converting local name htsw0 of variable tendency_of_air_temperature_due_to_shortwave_heating_assuming_clear_sky_on_radiation_time_step from new to old metadata -INFO: Converting local name ep of variable cumulative_surface_upward_potential_latent_heat_flux_multiplied_by_timestep from new to old metadata -INFO: Converting local name tprcp of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep from new to old metadata -INFO: Converting local name dnirdf_cpl of variable cumulative_surface_downwelling_diffuse_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name qwv_surf of variable water_vapor_mixing_ratio_at_surface from new to old metadata -INFO: Converting local name fm10_ocean of variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_ocean from new to old metadata -INFO: Converting local name QC_BL of variable subgrid_cloud_mixing_ratio_pbl from new to old metadata -INFO: Converting local name adjsfculw_ice of variable surface_upwelling_longwave_flux_over_ice_interstitial from new to old metadata -INFO: Converting local name tsfci_cpl of variable instantaneous_surface_skin_temperature_for_coupling from new to old metadata -INFO: Converting local name pertz0 of variable magnitude_of_perturbation_of_momentum_roughness_length from new to old metadata -INFO: Converting local name eahxy of variable canopy_air_vapor_pressure from new to old metadata -INFO: Converting local name cnv_dqldt of variable tendency_of_cloud_water_due_to_convective_microphysics from new to old metadata -INFO: Converting local name gq0 of variable tracer_concentration_updated_by_physics from new to old metadata -INFO: Converting local name iopt_dveg of variable flag_for_dynamic_vegetation_option from new to old metadata -INFO: Converting local name gv0(:,1) of variable y_wind_at_lowest_model_layer_updated_by_physics from new to old metadata -INFO: Converting local name first_time_step of variable flag_for_first_time_step from new to old metadata -INFO: Converting local name dtaux2d_ss of variable x_momentum_tendency_from_small_scale_gwd from new to old metadata -INFO: Converting local name wetdpl of variable instantaneous_large_scale_wet_deposition from new to old metadata -INFO: Converting local name cndm_surf of variable surface_condensation_mass from new to old metadata -INFO: Converting local name cmm_land of variable surface_drag_wind_speed_for_momentum_in_air_over_land from new to old metadata -INFO: Converting local name fh2 of variable Monin_Obukhov_similarity_function_for_heat_at_2m from new to old metadata -INFO: Converting local name gw_dudt of variable tendency_of_x_wind_due_to_ugwp from new to old metadata -INFO: Converting local name shinhong of variable flag_for_scale_aware_Shinhong_PBL from new to old metadata -INFO: Converting local name maxMF of variable maximum_mass_flux from new to old metadata -INFO: Converting local name gu0 of variable x_wind_updated_by_physics from new to old metadata -INFO: Converting local name ncstrac of variable number_of_tracers_for_CS from new to old metadata -INFO: Converting local name do_qa of variable flag_for_inline_cloud_fraction_calculation from new to old metadata -INFO: Converting local name pgr of variable surface_air_pressure from new to old metadata -INFO: Converting local name del of variable air_pressure_difference_between_midlayers from new to old metadata -INFO: Converting local name nqrimef of variable index_for_mass_weighted_rime_factor from new to old metadata -INFO: Converting local name du3dt(:,:,1) of variable cumulative_change_in_x_wind_due_to_PBL from new to old metadata -INFO: Converting local name raincs of variable lwe_thickness_of_shallow_convective_precipitation_amount from new to old metadata -INFO: Converting local name xlaixy of variable leaf_area_index from new to old metadata -INFO: Converting local name iopt_alb of variable flag_for_ground_snow_surface_albedo_option from new to old metadata -INFO: Converting local name moninq_fac of variable atmosphere_diffusivity_coefficient_factor from new to old metadata -INFO: Converting local name work3 of variable ratio_of_exner_function_between_midlayer_and_interface_at_lowest_model_layer from new to old metadata -INFO: Converting local name adjnirbmd of variable surface_downwelling_direct_near_infrared_shortwave_flux from new to old metadata -INFO: Converting local name imp_physics_zhao_carr_pdf of variable flag_for_zhao_carr_pdf_microphysics_scheme from new to old metadata -INFO: Converting local name dv3dt(:,:,3) of variable cumulative_change_in_y_wind_due_to_deep_convection from new to old metadata -INFO: Converting local name evcwa of variable cumulative_canopy_upward_latent_heat_flu_multiplied_by_timestep from new to old metadata -INFO: Converting local name lsm_noah of variable flag_for_noah_land_surface_scheme from new to old metadata -INFO: Converting local name ntk of variable index_for_turbulent_kinetic_energy_convective_transport_tracer from new to old metadata -INFO: Converting local name qsnw of variable local_snow_water_mixing_ratio from new to old metadata -INFO: Converting local name edmf_thl of variable emdf_updraft_theta_l from new to old metadata -INFO: Converting local name crtrh(2) of variable critical_relative_humidity_at_PBL_top from new to old metadata -INFO: Converting local name xv of variable diurnal_thermocline_layer_y_current from new to old metadata -INFO: Converting local name rlapse of variable air_temperature_lapse_rate_constant from new to old metadata -INFO: Converting local name clw(:,:,1) of variable ice_water_mixing_ratio_convective_transport_tracer from new to old metadata -INFO: Converting local name levozp of variable vertical_dimension_of_ozone_forcing_data from new to old metadata -INFO: Converting local name spfhmax of variable maximum_specific_humidity_at_2m from new to old metadata -INFO: Converting local name runoff of variable surface_runoff_flux from new to old metadata -INFO: Converting local name do_sb_physics of variable mg_flag_for_sb2001_autoconversion from new to old metadata -INFO: Converting local name phy_myj_a1q of variable weight_for_specific_humidity_at_viscous_sublayer_top from new to old metadata -INFO: Converting local name cactiv of variable conv_activity_counter from new to old metadata -INFO: Converting local name clw(:,:,index_for_turbulent_kinetic_energy_convective_transport_tracer) of variable turbulent_kinetic_energy_convective_transport_tracer from new to old metadata -INFO: Converting local name oz_phys_2015 of variable flag_for_2015_ozone_physics from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_snow_number_concentration) of variable snow_number_concentration from new to old metadata -INFO: Converting local name ntsnc of variable index_for_snow_number_concentration from new to old metadata -INFO: Converting local name dlwsfci_cpl of variable instantaneous_surface_downwelling_longwave_flux_for_coupling from new to old metadata -INFO: Converting local name errflg of variable ccpp_error_flag from new to old metadata -INFO: Converting local name kbot of variable vertical_index_at_cloud_base from new to old metadata -INFO: Converting local name clw_surf of variable cloud_condensed_water_mixing_ratio_at_surface from new to old metadata -INFO: Converting local name skebu_wts of variable weights_for_stochastic_skeb_perturbation_of_x_wind from new to old metadata -INFO: Converting local name snowprv of variable lwe_thickness_of_snow_amount_from_previous_timestep from new to old metadata -INFO: Converting local name spec_adv of variable flag_for_individual_cloud_species_advected from new to old metadata -INFO: Converting local name rainmp of variable lwe_thickness_of_explicit_rain_amount from new to old metadata -INFO: Converting local name jdat of variable forecast_date_and_time from new to old metadata -INFO: Converting local name ntrcaer of variable number_of_aerosol_tracers_MG from new to old metadata -INFO: Converting local name gflux of variable cumulative_surface_ground_heat_flux_multiplied_by_timestep from new to old metadata -INFO: Converting local name q1 of variable water_vapor_specific_humidity_at_lowest_model_layer_for_diag from new to old metadata -INFO: Converting local name gq0(:,1,index_for_water_vapor) of variable water_vapor_specific_humidity_at_lowest_model_layer_updated_by_physics from new to old metadata -INFO: Converting local name nday of variable daytime_points_dimension from new to old metadata -INFO: Converting local name cs_parm(9) of variable entrainment_efficiency_tunable_parameter_9_CS from new to old metadata -INFO: Converting local name flx_form of variable flag_flux_form_CS from new to old metadata -INFO: Converting local name dtsfc_cpl of variable cumulative_surface_upward_sensible_heat_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name nstf_name(1) of variable flag_for_nsstm_run from new to old metadata -INFO: Converting local name ca_sgs of variable flag_for_sgs_cellular_automata from new to old metadata -INFO: Converting local name mg_qcmin(1) of variable mg_minimum_cloud_condensed_water_mixing_ratio from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio from new to old metadata -INFO: Converting local name rilist of variable gas_constants_for_multi_gases_physics from new to old metadata -INFO: Converting local name dtauy2d_ls of variable y_momentum_tendency_from_large_scale_gwd from new to old metadata -INFO: Converting local name oz_coeff of variable number_of_coefficients_in_ozone_forcing_data from new to old metadata -INFO: Converting local name edmf_qt of variable emdf_updraft_total_water from new to old metadata -INFO: Converting local name stmassxy of variable stem_mass from new to old metadata -INFO: Converting local name dgraupelprv of variable graupel_precipitation_rate_from_previous_timestep from new to old metadata -INFO: Converting local name gq0(:,:,index_for_mass_weighted_rime_factor) of variable mass_weighted_rime_factor_updated_by_physics from new to old metadata -INFO: Converting local name alnwf of variable mean_nir_albedo_with_weak_cosz_dependency from new to old metadata -INFO: Converting local name smoiseq of variable equilibrium_soil_water_content from new to old metadata -INFO: Converting local name psautco of variable coefficient_from_cloud_ice_to_snow from new to old metadata -INFO: Converting local name fhlwr of variable frequency_for_longwave_radiation from new to old metadata -INFO: Converting local name xtts of variable sensitivity_of_dtl_heat_content_to_surface_temperature from new to old metadata -INFO: Converting local name tracers_start_index of variable start_index_of_other_tracers from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_ice_cloud_condensate) of variable tendency_of_ice_cloud_water_mixing_ratio_due_to_model_physics from new to old metadata -INFO: Converting local name jsd of variable starting_y_direction_index_domain from new to old metadata -INFO: Converting local name semis_land of variable surface_longwave_emissivity_over_land_interstitial from new to old metadata -INFO: Converting local name tdomr of variable dominant_rain_type from new to old metadata -INFO: Converting local name conv_act of variable gf_memory_counter from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_ice_cloud_number_concentration) of variable ice_number_concentration from new to old metadata -INFO: Converting local name ugrs(:,1) of variable x_wind_at_lowest_model_layer from new to old metadata -INFO: Converting local name qicn of variable mass_fraction_of_convective_cloud_ice from new to old metadata -INFO: Converting local name fh2_ice of variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_ice from new to old metadata -INFO: Converting local name tsq of variable t_prime_squared from new to old metadata -INFO: Converting local name tdomip of variable dominant_sleet_type from new to old metadata -INFO: Converting local name lslwr of variable flag_to_calc_lw from new to old metadata -INFO: Converting local name GFS_cldprop_type of variable GFS_cldprop_type from new to old metadata -INFO: Converting local name imp_physics of variable flag_for_microphysics_scheme from new to old metadata -INFO: Converting local name sfcalb(:,1) of variable surface_albedo_due_to_near_IR_direct from new to old metadata -INFO: Converting local name mg_do_graupel of variable mg_flag_for_graupel from new to old metadata -INFO: Converting local name soilm of variable soil_moisture_content from new to old metadata -INFO: Converting local name exch_m of variable atmosphere_momentum_diffusivity_for_mynnpbl from new to old metadata -INFO: Converting local name wetdpc of variable instantaneous_convective_scale_wet_deposition from new to old metadata -INFO: Converting local name el_pbl of variable mixing_length from new to old metadata -INFO: Converting local name ncnvc of variable index_for_convective_cloud_cover_in_phy_f3d from new to old metadata -INFO: Converting local name fn_nml of variable namelist_filename from new to old metadata -INFO: Converting local name weasd_ocean of variable water_equivalent_accumulated_snow_depth_over_ocean from new to old metadata -INFO: Converting local name evfact_deep of variable rain_evaporation_coefficient_deep_convection from new to old metadata -INFO: Converting local name dqsfc of variable cumulative_surface_upward_latent_heat_flux_for_diag_multiplied_by_timestep from new to old metadata -INFO: Converting local name totgrpb of variable accumulated_lwe_thickness_of_graupel_amount_in_bucket from new to old metadata -INFO: Converting local name trans_aero of variable flag_for_aerosol_convective_transport_and_PBL_diffusion from new to old metadata -INFO: Converting local name dusfc_bl of variable integrated_x_momentum_flux_from_blocking_drag from new to old metadata -INFO: Converting local name gw_kdis of variable eddy_mixing_due_to_ugwp from new to old metadata -INFO: Converting local name mg_qcmin of variable mg_minimum_cloud_condensed_water_and_ice_mixing_ratio from new to old metadata -INFO: Converting local name dq3dt(:,:,3) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_shal_convection from new to old metadata -INFO: Converting local name qi of variable cloud_ice_specific_humidity_at_Lagrangian_surface from new to old metadata -INFO: Converting local name imfshalcnv_gf of variable flag_for_ntiedtke_shallow_convection_scheme from new to old metadata -INFO: Converting local name zorl_ocean of variable surface_roughness_length_over_ocean_interstitial from new to old metadata -INFO: Converting local name tsfc_ice of variable surface_skin_temperature_over_ice_interstitial from new to old metadata -INFO: Converting local name input_nml_file_length of variable number_of_lines_of_namelist_filename_for_internal_file_reads from new to old metadata -INFO: Converting local name flhc of variable surface_exchange_coefficient_for_heat from new to old metadata -INFO: Converting local name qke of variable tke_at_mass_points from new to old metadata -INFO: Converting local name snowd of variable surface_snow_thickness_water_equivalent from new to old metadata -INFO: Converting local name ncpr of variable local_rain_number_concentration from new to old metadata -INFO: Converting local name ldiag3d of variable flag_diagnostics_3D from new to old metadata -INFO: Converting local name ffhh_ocean of variable Monin_Obukhov_similarity_function_for_heat_over_ocean from new to old metadata -INFO: Converting local name nsamftrac of variable number_of_tracers_for_samf from new to old metadata -INFO: Converting local name con_hvap of variable latent_heat_of_vaporization_of_water_at_0C from new to old metadata -INFO: Converting local name dtaux2d_fd of variable x_momentum_tendency_from_form_drag from new to old metadata -INFO: Converting local name levh2o of variable vertical_dimension_of_h2o_forcing_data from new to old metadata -INFO: Converting local name ras of variable flag_for_ras_deep_convection from new to old metadata -INFO: Converting local name ialb of variable flag_for_using_climatology_albedo from new to old metadata -INFO: Converting local name raincd of variable lwe_thickness_of_deep_convective_precipitation_amount from new to old metadata -INFO: Converting local name alb1d of variable surface_albedo_perturbation from new to old metadata -INFO: Converting local name nwat of variable number_of_water_species from new to old metadata -INFO: Converting local name dwn_mf of variable cumulative_atmosphere_downdraft_convective_mass_flux from new to old metadata -INFO: Converting local name save_t of variable air_temperature_save from new to old metadata -INFO: Converting local name fice of variable sea_ice_concentration from new to old metadata -INFO: Converting local name dvisdf_cpl of variable cumulative_surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name cvb of variable pressure_at_bottom_of_convective_cloud from new to old metadata -INFO: Converting local name save_q(:,:,index_for_ice_cloud_condensate) of variable ice_water_mixing_ratio_save from new to old metadata -INFO: Converting local name gq0(:,:,index_for_snow_water) of variable snow_water_mixing_ratio_updated_by_physics from new to old metadata -INFO: Converting local name qrain of variable sensible_heat_flux_due_to_rainfall from new to old metadata -INFO: Converting local name stress_ocean of variable surface_wind_stress_over_ocean from new to old metadata -INFO: Converting local name adjsfculw_land of variable surface_upwelling_longwave_flux_over_land_interstitial from new to old metadata -INFO: Converting local name ndust of variable number_of_dust_bins_for_diagnostics from new to old metadata -INFO: Converting local name GFS_radtend_type of variable GFS_radtend_type from new to old metadata -INFO: Converting local name ngas of variable number_of_gases_for_multi_gases_physics from new to old metadata -INFO: Converting local name diceprv of variable ice_precipitation_rate_from_previous_timestep from new to old metadata -INFO: Converting local name con_ttp of variable triple_point_temperature_of_water from new to old metadata -INFO: Converting local name rechxy of variable water_table_recharge_when_shallow from new to old metadata -INFO: Converting local name ffhh of variable Monin_Obukhov_similarity_function_for_heat from new to old metadata -INFO: Converting local name edmf_w of variable emdf_updraft_vertical_velocity from new to old metadata -INFO: Converting local name sed_supersat of variable mg_allow_supersat_after_sed from new to old metadata -INFO: Converting local name sr of variable ratio_of_snowfall_to_rainfall from new to old metadata -INFO: Converting local name stc of variable soil_temperature from new to old metadata -INFO: Converting local name idate of variable date_and_time_at_model_initialization_reordered from new to old metadata -INFO: Converting local name nctp of variable number_of_cloud_types_CS from new to old metadata -INFO: Converting local name levrp1 of variable number_of_vertical_layers_for_radiation_calculations_plus_one from new to old metadata -INFO: Converting local name v10mmax of variable maximum_y_wind_at_10m from new to old metadata -INFO: Converting local name clouds(:,:,8) of variable cloud_snow_water_path from new to old metadata -INFO: Converting local name dusfc of variable cumulative_surface_x_momentum_flux_for_diag_multiplied_by_timestep from new to old metadata -INFO: Converting local name sfcalb(:,3) of variable surface_albedo_due_to_UV_and_VIS_direct from new to old metadata -INFO: Converting local name zmtnblck of variable level_of_dividing_streamline from new to old metadata -INFO: Converting local name xcosz of variable instantaneous_cosine_of_zenith_angle from new to old metadata -INFO: Converting local name CCPP_interstitial_type of variable CCPP_interstitial_type from new to old metadata -INFO: Converting local name theta of variable angle_from_east_of_maximum_subgrid_orographic_variations from new to old metadata -INFO: Converting local name nbdsw of variable number_of_aerosol_bands_for_shortwave_radiation from new to old metadata -INFO: Converting local name dqsfc1 of variable instantaneous_surface_upward_latent_heat_flux from new to old metadata -INFO: Converting local name htrsw of variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_timestep from new to old metadata -INFO: Converting local name gq0(:,:,index_for_graupel_number_concentration) of variable graupel_number_concentration_updated_by_physics from new to old metadata -INFO: Converting local name ntgnc of variable index_for_graupel_number_concentration from new to old metadata -INFO: Converting local name semis of variable surface_longwave_emissivity from new to old metadata -INFO: Converting local name ca_smooth of variable flag_for_gaussian_spatial_filter from new to old metadata -INFO: Converting local name zhour of variable time_since_diagnostics_zeroed from new to old metadata -INFO: Converting local name uswsfci of variable surface_upwelling_shortwave_flux from new to old metadata -INFO: Converting local name dq3dt(:,:,6) of variable cumulative_change_in_ozone_concentration_due_to_production_and_loss_rate from new to old metadata -INFO: Converting local name con_t0c of variable temperature_at_zero_celsius from new to old metadata -INFO: Converting local name dvsfcin_cpl of variable surface_y_momentum_flux_for_coupling from new to old metadata -INFO: Converting local name runoff of variable total_runoff from new to old metadata -INFO: Converting local name upd_mf of variable cumulative_atmosphere_updraft_convective_mass_flux from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_for_cloud_fraction_in_3d_arrays_for_microphysics) of variable cloud_fraction_for_MG from new to old metadata -INFO: Converting local name indcld of variable index_for_cloud_fraction_in_3d_arrays_for_microphysics from new to old metadata -INFO: Converting local name vegtype of variable vegetation_type_classification from new to old metadata -INFO: Converting local name ied of variable ending_x_direction_index_domain from new to old metadata -INFO: Converting local name transa of variable cumulative_transpiration_flux_multiplied_by_timestep from new to old metadata -INFO: Converting local name dt3dt(:,:,2) of variable cumulative_change_in_temperature_due_to_shortwave_radiation from new to old metadata -INFO: Converting local name dvsfc_ls of variable integrated_y_momentum_flux_from_large_scale_gwd from new to old metadata -INFO: Converting local name snowd_ocean of variable surface_snow_thickness_water_equivalent_over_ocean from new to old metadata -INFO: Converting local name clouds(:,:,2) of variable cloud_liquid_water_path from new to old metadata -INFO: Converting local name visbmui of variable surface_upwelling_direct_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name plvl of variable air_pressure_at_interface_for_radiation_in_hPa from new to old metadata -INFO: Converting local name uustar_land of variable surface_friction_velocity_over_land from new to old metadata -INFO: Converting local name phy_myj_akms of variable momentum_exchange_coefficient_for_MYJ_schemes from new to old metadata -INFO: Converting local name cnv_fice of variable ice_fraction_in_convective_tower from new to old metadata -INFO: Converting local name nbdlw of variable number_of_aerosol_bands_for_longwave_radiation from new to old metadata -INFO: Converting local name dudt_mtb of variable instantaneous_change_in_x_wind_due_to_mountain_blocking_drag from new to old metadata -INFO: Converting local name rb_ocean of variable bulk_richardson_number_at_lowest_model_level_over_ocean from new to old metadata -INFO: Converting local name ccnorm of variable flag_for_cloud_condensate_normalized_by_cloud_cover from new to old metadata -INFO: Converting local name dqdt of variable tendency_of_tracers_due_to_model_physics from new to old metadata -INFO: Converting local name u10m of variable x_wind_at_10m from new to old metadata -INFO: Converting local name tmpmin of variable minimum_temperature_at_2m from new to old metadata -INFO: Converting local name save_u of variable x_wind_save from new to old metadata -INFO: Converting local name tsnow of variable snow_temperature_bottom_first_layer from new to old metadata -INFO: Converting local name kind_INTEGER of variable kind_INTEGER from new to old metadata -INFO: Converting local name nswsfc_cpl of variable cumulative_surface_net_downward_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name vgrs(:,1) of variable y_wind_at_lowest_model_layer from new to old metadata -INFO: Converting local name bl_mynn_edmf_tke of variable edmf_tke_transport_flag from new to old metadata -INFO: Converting local name tile_num of variable number_of_tile from new to old metadata -INFO: Converting local name con_pi of variable pi from new to old metadata -INFO: Converting local name abem of variable instantaneous_anthopogenic_and_biomass_burning_emissions from new to old metadata -INFO: Converting local name latidxprnt of variable latitude_index_in_debug_printouts from new to old metadata -INFO: Converting local name tcrf of variable cloud_phase_transition_denominator from new to old metadata -INFO: Converting local name cpilist of variable specific_heat_capacities_for_multi_gases_physics from new to old metadata -INFO: Converting local name tprcp_ocean of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_ocean from new to old metadata -INFO: Converting local name vgrs of variable y_wind from new to old metadata -INFO: Converting local name me of variable mpi_rank from new to old metadata -INFO: Converting local name nseffr of variable index_for_snow_effective_radius from new to old metadata -INFO: Converting local name crtrh(1) of variable critical_relative_humidity_at_surface from new to old metadata -INFO: Converting local name nrcm of variable array_dimension_of_random_number from new to old metadata -INFO: Converting local name phy_f2d(:,2) of variable surface_air_pressure_at_previous_time_step from new to old metadata -INFO: Converting local name totice of variable accumulated_lwe_thickness_of_ice_amount from new to old metadata -INFO: Converting local name vdftra of variable vertically_diffused_tracer_concentration from new to old metadata -INFO: Converting local name clam_shal of variable entrainment_rate_coefficient_shallow_convection from new to old metadata -INFO: Converting local name ulwsfc of variable cumulative_surface_upwelling_longwave_flux_multiplied_by_timestep from new to old metadata -INFO: Converting local name cldf of variable cloud_area_fraction from new to old metadata -INFO: Converting local name prslk of variable dimensionless_exner_function_at_model_layers from new to old metadata -INFO: Converting local name imp_physics_wsm6 of variable flag_for_wsm6_microphysics_scheme from new to old metadata -INFO: Converting local name blksz(ccpp_block_number) of variable horizontal_loop_extent from new to old metadata -INFO: Converting local name dtp of variable time_step_for_physics from new to old metadata -INFO: Converting local name nnirdf_cpl of variable cumulative_surface_net_downward_diffuse_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name tsurf_ice of variable surface_skin_temperature_after_iteration_over_ice from new to old metadata -INFO: Converting local name snowfallac of variable total_accumulated_snowfall from new to old metadata -INFO: Converting local name solhr of variable forecast_hour_of_the_day from new to old metadata -INFO: Converting local name use_zmtnblck of variable flag_for_mountain_blocking from new to old metadata -INFO: Converting local name sfcflw_type of variable sfcflw_type from new to old metadata -INFO: Converting local name rhofr of variable density_of_frozen_precipitation from new to old metadata -INFO: Converting local name dxmax of variable maximum_scaling_factor_for_critical_relative_humidity from new to old metadata -INFO: Converting local name rainc_cpl of variable lwe_thickness_of_convective_precipitation_amount_for_coupling from new to old metadata -INFO: Converting local name prautco of variable coefficient_from_cloud_water_to_rain from new to old metadata -INFO: Converting local name cumabs of variable maximum_column_heating_rate from new to old metadata -INFO: Converting local name Statein of variable GFS_statein_type_instance from new to old metadata -INFO: Converting local name ntasks of variable mpi_size from new to old metadata -INFO: Converting local name qsq of variable q_prime_squared from new to old metadata -INFO: Converting local name bl_mynn_mixqt of variable mix_total_water_flag from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_turbulent_kinetic_energy) of variable tendency_of_turbulent_kinetic_energy_due_to_model_physics from new to old metadata -INFO: Converting local name ntke of variable index_for_turbulent_kinetic_energy from new to old metadata -INFO: Converting local name kmp of variable top_layer_index_for_fast_physics from new to old metadata -INFO: Converting local name ffhh_ice of variable Monin_Obukhov_similarity_function_for_heat_over_ice from new to old metadata -INFO: Converting local name dq3dt(:,:,1) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_PBL from new to old metadata -INFO: Converting local name con_hfus of variable latent_heat_of_fusion_of_water_at_0C from new to old metadata -INFO: Converting local name isubc_lw of variable flag_for_lw_clouds_without_sub_grid_approximation from new to old metadata -INFO: Converting local name du3dt(:,:,3) of variable cumulative_change_in_x_wind_due_to_deep_convection from new to old metadata -INFO: Converting local name clx of variable fraction_of_grid_box_with_subgrid_orography_higher_than_critical_height from new to old metadata -INFO: Converting local name shoc_parm(4) of variable shoc_implicit_TKE_integration_uncentering_term from new to old metadata -INFO: Converting local name gasvmr(:,:,7) of variable volume_mixing_ratio_cfc12 from new to old metadata -INFO: Converting local name cappa of variable cappa_moist_gas_constant_at_Lagrangian_surface from new to old metadata -INFO: Converting local name cf_upi of variable convective_cloud_fraction_for_microphysics from new to old metadata -INFO: Converting local name cdata of variable ccpp_t_instance from new to old metadata -INFO: Converting local name phy_myj_akhs of variable heat_exchange_coefficient_for_MYJ_schemes from new to old metadata -INFO: Converting local name sedim of variable instantaneous_sedimentation from new to old metadata -INFO: Converting local name graupelmp of variable lwe_thickness_of_graupel_amount from new to old metadata -INFO: Converting local name skebu_wts of variable weights_for_stochastic_skeb_perturbation_of_x_wind_flipped from new to old metadata -INFO: Converting local name GFS_control_type of variable GFS_control_type from new to old metadata -INFO: Converting local name yearlen of variable number_of_days_in_year from new to old metadata -INFO: Converting local name save_q(:,:,index_for_water_vapor) of variable water_vapor_specific_humidity_save from new to old metadata -INFO: Converting local name smois of variable volume_fraction_of_soil_moisture_for_land_surface_model from new to old metadata -INFO: Converting local name gq0(:,:,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio_updated_by_physics from new to old metadata -INFO: Converting local name pwat of variable column_precipitable_water from new to old metadata -INFO: Converting local name cld1d of variable cloud_work_function from new to old metadata -INFO: Converting local name qvi of variable gas_tracers_for_multi_gas_physics_at_Lagrangian_surface from new to old metadata -INFO: Converting local name gabsbdlw of variable surface_downwelling_longwave_flux_absorbed_by_ground from new to old metadata -INFO: Converting local name tau_ngw of variable time_integral_of_momentum_flux_due_to_nonstationary_gravity_wave from new to old metadata -INFO: Converting local name xlat_d of variable latitude_degree from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_for_ice_effective_radius) of variable effective_radius_of_stratiform_cloud_ice_particle_in_um from new to old metadata -INFO: Converting local name nieffr of variable index_for_ice_effective_radius from new to old metadata -INFO: Converting local name do_ca of variable flag_for_cellular_automata from new to old metadata -INFO: Converting local name wtxy of variable water_storage_in_aquifer_and_saturated_soil from new to old metadata -INFO: Converting local name srunoff of variable surface_runoff from new to old metadata -INFO: Converting local name ntrnc of variable index_for_rain_number_concentration from new to old metadata -INFO: Converting local name ustm of variable surface_friction_velocity_drag from new to old metadata -INFO: Converting local name cnvprcp of variable cumulative_lwe_thickness_of_convective_precipitation_amount from new to old metadata -INFO: Converting local name imfdeepcnv_samf of variable flag_for_samf_deep_convection_scheme from new to old metadata -INFO: Converting local name si of variable vertical_sigma_coordinate_for_radiation_initialization from new to old metadata -INFO: Converting local name gwdcu of variable tendency_of_x_wind_due_to_convective_gravity_wave_drag from new to old metadata -INFO: Converting local name elvmax of variable maximum_subgrid_orography from new to old metadata -INFO: Converting local name slimskin_cpl of variable sea_land_ice_mask_in from new to old metadata -INFO: Converting local name dtsfc_cice of variable surface_upward_sensible_heat_flux_for_coupling_interstitial from new to old metadata -INFO: Converting local name do_mynnedmf of variable do_mynnedmf from new to old metadata -INFO: Converting local name zorll of variable surface_roughness_length_over_land from new to old metadata -INFO: Converting local name nswsfci_cpl of variable instantaneous_surface_net_downward_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name do_cldice of variable mg_flag_for_cloud_ice_processes from new to old metadata -INFO: Converting local name alboldxy of variable snow_albedo_at_previous_time_step from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_graupel) of variable graupel_mixing_ratio from new to old metadata -INFO: Converting local name rhcmax of variable maximum_critical_relative_humidity from new to old metadata -INFO: Converting local name Stateout of variable GFS_stateout_type_instance from new to old metadata -INFO: Converting local name nirbmdi of variable surface_downwelling_direct_near_infrared_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name gfluxi of variable instantaneous_surface_ground_heat_flux from new to old metadata -INFO: Converting local name drainncprv of variable explicit_rainfall_rate_from_previous_timestep from new to old metadata -INFO: Converting local name gflx of variable upward_heat_flux_in_soil from new to old metadata -INFO: Converting local name hflx_ocean of variable kinematic_surface_upward_sensible_heat_flux_over_ocean from new to old metadata -INFO: Converting local name nvdiff of variable number_of_vertical_diffusion_tracers from new to old metadata -INFO: Converting local name dspheat of variable flag_TKE_dissipation_heating from new to old metadata -INFO: Converting local name fhswr of variable frequency_for_shortwave_radiation from new to old metadata -INFO: Converting local name nthreads of variable omp_threads from new to old metadata -INFO: Converting local name islmsk of variable sea_land_ice_mask from new to old metadata -INFO: Converting local name ntchmdiag of variable number_of_chemical_tracers_for_diagnostics from new to old metadata -INFO: Converting local name nstf_name(5) of variable vertical_temperature_average_range_upper_bound from new to old metadata -INFO: Converting local name forceq of variable moisture_tendency_due_to_dynamics from new to old metadata -INFO: Converting local name nseasalt of variable number_of_seasalt_bins_for_diagnostics from new to old metadata -INFO: Converting local name gasvmr(:,:,2) of variable volume_mixing_ratio_n2o from new to old metadata -INFO: Converting local name ctei_rml of variable grid_sensitive_critical_cloud_top_entrainment_instability_criteria from new to old metadata -INFO: Converting local name sfc_wts of variable weights_for_stochastic_surface_physics_perturbation from new to old metadata -INFO: Converting local name oc of variable convexity_of_subgrid_orography from new to old metadata -INFO: Converting local name ep1d of variable surface_upward_potential_latent_heat_flux from new to old metadata -INFO: Converting local name u10mmax of variable maximum_x_wind_at_10m from new to old metadata -INFO: Converting local name nca of variable number_of_independent_cellular_automata from new to old metadata -INFO: Converting local name rtmassxy of variable fine_root_mass from new to old metadata -INFO: Converting local name ffmm_ocean of variable Monin_Obukhov_similarity_function_for_momentum_over_ocean from new to old metadata -INFO: Converting local name pertlai of variable magnitude_of_perturbation_of_leaf_area_index from new to old metadata -INFO: Converting local name mg_ncnst of variable mg_drop_concentration_constant from new to old metadata -INFO: Converting local name pgcon_shal of variable momentum_transport_reduction_factor_pgf_shallow_convection from new to old metadata -INFO: Converting local name edmf_qc of variable emdf_updraft_cloud_water from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_graupel) of variable tendency_of_graupel_mixing_ratio_due_to_model_physics from new to old metadata -INFO: Converting local name acvt of variable largest_cloud_top_vertical_index_encountered_thus_far from new to old metadata -INFO: Converting local name cmm of variable surface_drag_wind_speed_for_momentum_in_air from new to old metadata -INFO: Converting local name dt_cool of variable sub_layer_cooling_amount from new to old metadata -INFO: Converting local name qc_r of variable cloud_liquid_water_mixing_ratio from new to old metadata -INFO: Converting local name ral_ts of variable time_scale_for_rayleigh_damping from new to old metadata -INFO: Converting local name GFS_diag_type of variable GFS_diag_type from new to old metadata -INFO: Converting local name dnirdfi_cpl of variable instantaneous_surface_downwelling_diffuse_near_infrared_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name chh_ice of variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_ice from new to old metadata -INFO: Converting local name flipv of variable flag_flip from new to old metadata -INFO: Converting local name ldiag_ugwp of variable diag_ugwp_flag from new to old metadata -INFO: Converting local name ctei_r of variable cloud_top_entrainment_instability_value from new to old metadata -INFO: Converting local name ccn_nm of variable ccn_number_concentration from new to old metadata -INFO: Converting local name edmf_ent of variable emdf_updraft_entrainment_rate from new to old metadata -INFO: Converting local name htswc of variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step from new to old metadata -INFO: Converting local name phy_myj_thz0 of variable potential_temperature_at_viscous_sublayer_top from new to old metadata -INFO: Converting local name bl_mynn_edmf of variable edmf_flag from new to old metadata -INFO: Converting local name con_rd of variable gas_constant_dry_air from new to old metadata -INFO: Converting local name qss_land of variable surface_specific_humidity_over_land from new to old metadata -INFO: Converting local name zt1d of variable perturbation_of_heat_to_momentum_roughness_length_ratio from new to old metadata -INFO: Converting local name imp_physics_zhao_carr of variable flag_for_zhao_carr_microphysics_scheme from new to old metadata -INFO: Converting local name delz of variable thickness_at_Lagrangian_surface from new to old metadata -INFO: Converting local name dtsfci of variable instantaneous_surface_upward_sensible_heat_flux_for_diag from new to old metadata -INFO: Converting local name dvsfc_fd of variable integrated_y_momentum_flux_from_form_drag from new to old metadata -INFO: Converting local name totprcpb of variable accumulated_lwe_thickness_of_precipitation_amount_in_bucket from new to old metadata -INFO: Converting local name tcr of variable cloud_phase_transition_threshold_temperature from new to old metadata -INFO: Converting local name clstp of variable convective_cloud_switch from new to old metadata -INFO: Converting local name isatmedmf_vdifq of variable choice_of_updated_scale_aware_TKE_moist_EDMF_PBL from new to old metadata -INFO: Converting local name coszen of variable cosine_of_zenith_angle from new to old metadata -INFO: Converting local name nifa2d of variable tendency_of_ice_friendly_aerosols_at_surface from new to old metadata -INFO: Converting local name icy of variable flag_nonzero_sea_ice_surface_fraction from new to old metadata -INFO: Converting local name dudt of variable tendency_of_x_wind_due_to_model_physics from new to old metadata -INFO: Converting local name bl_dnfr of variable downdraft_fraction_in_boundary_layer_mass_flux_scheme from new to old metadata -INFO: Converting local name snohf of variable snow_freezing_rain_upward_latent_heat_flux from new to old metadata -INFO: Converting local name bexp1d of variable perturbation_of_soil_type_b_parameter from new to old metadata -INFO: Converting local name faersw of variable aerosol_optical_properties_for_shortwave_bands_01_16 from new to old metadata -INFO: Converting local name dtdt of variable tendency_of_air_temperature_due_to_model_physics from new to old metadata -INFO: Converting local name nvisdf_cpl of variable cumulative_surface_net_downward_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name dqsfcin_cpl of variable surface_upward_latent_heat_flux_for_coupling from new to old metadata -INFO: Converting local name con_p0 of variable standard_atmospheric_pressure from new to old metadata -INFO: Converting local name con_epsq of variable minimum_value_of_specific_humidity from new to old metadata -INFO: Converting local name dusfci_cpl of variable instantaneous_surface_x_momentum_flux_for_coupling from new to old metadata -INFO: Converting local name ep1d_ice of variable surface_upward_potential_latent_heat_flux_over_ice from new to old metadata -INFO: Converting local name fhour of variable forecast_time from new to old metadata -INFO: Converting local name refl_10cm of variable radar_reflectivity_10cm from new to old metadata -INFO: Converting local name shum_wts of variable weights_for_stochastic_shum_perturbation_flipped from new to old metadata -INFO: Converting local name dspfac of variable tke_dissipative_heating_factor from new to old metadata -INFO: Converting local name nnirbmi_cpl of variable instantaneous_surface_net_downward_direct_near_infrared_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name c1_deep of variable detrainment_conversion_parameter_deep_convection from new to old metadata -INFO: Converting local name dt3dt(:,:,4) of variable cumulative_change_in_temperature_due_to_deep_convection from new to old metadata -INFO: Converting local name dv3dt(:,:,4) of variable cumulative_change_in_y_wind_due_to_convective_gravity_wave_drag from new to old metadata -INFO: Converting local name phy_myj_a1u of variable weight_for_momentum_at_viscous_sublayer_top from new to old metadata -INFO: Converting local name iopt_stc of variable flag_for_soil_and_snow_temperature_time_stepping_option from new to old metadata -INFO: Converting local name adjvisbmd of variable surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux from new to old metadata -INFO: Converting local name icloud_bl of variable couple_sgs_clouds_to_radiation_flag from new to old metadata -INFO: Converting local name rb of variable bulk_richardson_number_at_lowest_model_level from new to old metadata -INFO: Converting local name faerlw(:,:,:,2) of variable aerosol_single_scattering_albedo_for_longwave_bands_01_16 from new to old metadata -INFO: Converting local name phy_myj_elflx of variable kinematic_surface_latent_heat_flux from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_for_snow_effective_radius) of variable effective_radius_of_stratiform_cloud_snow_particle_in_um from new to old metadata -INFO: Converting local name iopt_tbot of variable flag_for_lower_boundary_soil_temperature_option from new to old metadata -INFO: Converting local name pdfflag of variable flag_for_pdf_for_morrison_gettelman_microphysics_scheme from new to old metadata -INFO: Converting local name do_aw of variable flag_for_Arakawa_Wu_adjustment from new to old metadata -INFO: Converting local name do_tofd of variable turb_oro_form_drag_flag from new to old metadata -INFO: Converting local name dqdti of variable instantaneous_water_vapor_specific_humidity_tendency_due_to_convection from new to old metadata -INFO: Converting local name qi_r of variable cloud_ice_mixing_ratio from new to old metadata -INFO: Converting local name flag_iter of variable flag_for_iteration from new to old metadata -INFO: Converting local name CLDFRA_BL of variable subgrid_cloud_fraction_pbl from new to old metadata -INFO: Converting local name zorl_ice of variable surface_roughness_length_over_ice_interstitial from new to old metadata -INFO: Converting local name dd_mf of variable instantaneous_atmosphere_downdraft_convective_mass_flux from new to old metadata -INFO: Converting local name visdfui of variable surface_upwelling_diffuse_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name julian of variable julian_day from new to old metadata -INFO: Converting local name cd_ice of variable surface_drag_coefficient_for_momentum_in_air_over_ice from new to old metadata -INFO: Converting local name iovr_lw of variable flag_for_max_random_overlap_clouds_for_longwave_radiation from new to old metadata -INFO: Converting local name lmp of variable adjusted_vertical_level_dimension_for_radiation from new to old metadata -INFO: Converting local name kdt of variable index_of_time_step from new to old metadata -INFO: Converting local name ushfsfci of variable instantaneous_surface_upward_sensible_heat_flux_for_chemistry_coupling from new to old metadata -INFO: Converting local name rb_land of variable bulk_richardson_number_at_lowest_model_level_over_land from new to old metadata -INFO: Converting local name uustar of variable surface_friction_velocity from new to old metadata -INFO: Converting local name adjnirbmu of variable surface_upwelling_direct_near_infrared_shortwave_flux from new to old metadata -INFO: Converting local name do_mynnsfclay of variable do_mynnsfclay from new to old metadata -INFO: Converting local name aero_in of variable flag_for_aerosol_input_MG from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_water_vapor) of variable tendency_of_water_vapor_specific_humidity_due_to_model_physics from new to old metadata -INFO: Converting local name mol of variable theta_star from new to old metadata -INFO: Converting local name fwetxy of variable area_fraction_of_wet_canopy from new to old metadata -INFO: Converting local name phy_f2d(:,1) of variable surface_air_pressure_two_time_steps_back from new to old metadata -INFO: Converting local name topflw of variable lw_fluxes_top_atmosphere from new to old metadata -INFO: Converting local name satmedmf of variable flag_for_scale_aware_TKE_moist_EDMF_PBL from new to old metadata -INFO: Converting local name waxy of variable water_storage_in_aquifer from new to old metadata -INFO: Converting local name snow of variable lwe_thickness_of_snow_amount_on_dynamics_timestep from new to old metadata -INFO: Converting local name ivegsrc of variable vegetation_type_dataset_choice from new to old metadata -INFO: Converting local name sigmaf of variable bounded_vegetation_area_fraction from new to old metadata -INFO: Converting local name f_rain of variable fraction_of_rain_water_cloud from new to old metadata -INFO: Converting local name dkt of variable instantaneous_atmosphere_heat_diffusivity from new to old metadata -INFO: Converting local name asolfac_deep of variable aerosol_aware_parameter_deep_convection from new to old metadata -INFO: Converting local name dv3dt(:,:,2) of variable cumulative_change_in_y_wind_due_to_orographic_gravity_wave_drag from new to old metadata -INFO: Converting local name ipr of variable horizontal_index_of_printed_column from new to old metadata -INFO: Converting local name npzcappa of variable vertical_dimension_for_cappa_at_Lagrangian_surface from new to old metadata -INFO: Converting local name clam_deep of variable entrainment_rate_coefficient_deep_convection from new to old metadata -INFO: Converting local name dusfci of variable instantaneous_surface_x_momentum_flux_for_diag from new to old metadata -INFO: Converting local name cs_parm(4) of variable detrainment_and_precipitation_tunable_parameter_4_CS from new to old metadata -INFO: Converting local name levsp1 of variable vertical_dimension_plus_one from new to old metadata -INFO: Converting local name con_cp of variable specific_heat_of_dry_air_at_constant_pressure from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_water_vapor) of variable water_vapor_specific_humidity from new to old metadata -INFO: Converting local name prsik(:,1) of variable dimensionless_exner_function_at_lowest_model_interface from new to old metadata -INFO: Converting local name gasvmr(:,:,5) of variable volume_mixing_ratio_co from new to old metadata -INFO: Converting local name mg_ngcons of variable mg_flag_graupel_concentration_constant from new to old metadata -INFO: Converting local name acsnow of variable accumulated_water_equivalent_of_frozen_precip from new to old metadata -INFO: Converting local name levsm1 of variable vertical_dimension_minus_one from new to old metadata -INFO: Converting local name phy_myj_a1t of variable weight_for_potental_temperature_at_viscous_sublayer_top from new to old metadata -INFO: Converting local name ntracp1 of variable number_of_tracers_plus_one from new to old metadata -INFO: Converting local name GFS_Data of variable GFS_data_type_instance_all_blocks from new to old metadata -INFO: Converting local name zol of variable surface_stability_parameter from new to old metadata -INFO: Converting local name CCPP_interstitial of variable CCPP_interstitial_type_instance from new to old metadata -INFO: Converting local name isd of variable starting_x_direction_index_domain from new to old metadata -INFO: Converting local name cplflx of variable flag_for_flux_coupling from new to old metadata -INFO: Converting local name lradar of variable flag_for_radar_reflectivity from new to old metadata -INFO: Converting local name iseed_ca of variable seed_for_random_number_generation_in_cellular_automata_scheme from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_for_convective_cloud_cover_in_phy_f3d) of variable convective_cloud_cover_in_phy_f3d from new to old metadata -INFO: Converting local name dqsfci of variable instantaneous_surface_upward_latent_heat_flux_for_diag from new to old metadata -INFO: Converting local name dxmin of variable minimum_scaling_factor_for_critical_relative_humidity from new to old metadata -INFO: Converting local name sppt_wts of variable weights_for_stochastic_sppt_perturbation from new to old metadata -INFO: Converting local name tahxy of variable canopy_air_temperature from new to old metadata -INFO: Converting local name imn of variable forecast_month from new to old metadata -INFO: Converting local name evcw of variable canopy_upward_latent_heat_flux from new to old metadata -INFO: Converting local name input_nml_file of variable namelist_filename_for_internal_file_reads from new to old metadata -INFO: Converting local name raddt of variable time_step_for_radiation from new to old metadata -INFO: Converting local name dvisbmi_cpl of variable instantaneous_surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name gwdcv of variable tendency_of_y_wind_due_to_convective_gravity_wave_drag from new to old metadata -INFO: Converting local name evbsa of variable cumulative_soil_upward_latent_heat_flux_multiplied_by_timestep from new to old metadata -INFO: Converting local name cldwrk of variable cumulative_cloud_work_function from new to old metadata -INFO: Converting local name npzdelz of variable vertical_dimension_for_thickness_at_Lagrangian_surface from new to old metadata -INFO: Converting local name dvsfc_cice of variable surface_y_momentum_flux_for_coupling_interstitial from new to old metadata -INFO: Converting local name ql of variable cloud_liquid_water_specific_humidity_at_Lagrangian_surface from new to old metadata -INFO: Converting local name imp_physics_fer_hires of variable flag_for_fer_hires_microphysics_scheme from new to old metadata -INFO: Converting local name dvdt of variable tendency_of_y_wind_due_to_model_physics from new to old metadata -INFO: Converting local name dusfc_cpl of variable cumulative_surface_x_momentum_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name prsl(:,1) of variable air_pressure_at_lowest_model_layer from new to old metadata -INFO: Converting local name ktop_shallow of variable k_level_of_highest_reaching_plume from new to old metadata -INFO: Converting local name sfcfsw of variable sw_fluxes_sfc from new to old metadata -INFO: Converting local name gv0 of variable y_wind_updated_by_physics from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_rain_water) of variable rain_water_mixing_ratio from new to old metadata -INFO: Converting local name cdq_ocean of variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_ocean from new to old metadata -INFO: Converting local name sfcalb(:,4) of variable surface_albedo_due_to_UV_and_VIS_diffused from new to old metadata -INFO: Converting local name gamq of variable countergradient_mixing_term_for_water_vapor from new to old metadata -INFO: Converting local name mdt of variable time_step_for_remapping_for_fast_physics from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_ice_cloud_condensate) of variable ice_water_mixing_ratio from new to old metadata -INFO: Converting local name sfcalb(:,2) of variable surface_albedo_due_to_near_IR_diffused from new to old metadata -INFO: Converting local name phy_fctd of variable cloud_base_mass_flux from new to old metadata -INFO: Converting local name weasd_land of variable water_equivalent_accumulated_snow_depth_over_land from new to old metadata -INFO: Converting local name nwfa2d of variable tendency_of_water_friendly_aerosols_at_surface from new to old metadata -INFO: Converting local name GFS_Control of variable GFS_control_type_instance from new to old metadata -INFO: Converting local name nncl of variable number_of_tracers_for_cloud_condensate from new to old metadata -INFO: Converting local name olyr of variable ozone_concentration_at_layer_for_radiation from new to old metadata -INFO: Converting local name tg3 of variable deep_soil_temperature from new to old metadata -INFO: Converting local name Radtend of variable GFS_radtend_type_instance from new to old metadata -INFO: Converting local name sinlat of variable sine_of_latitude from new to old metadata -INFO: Converting local name sppt_wts of variable weights_for_stochastic_sppt_perturbation_flipped from new to old metadata -INFO: Converting local name ng of variable number_of_ghost_zones from new to old metadata -INFO: Converting local name phil of variable geopotential from new to old metadata -INFO: Converting local name flag_frsoil of variable flag_for_frozen_soil_physics from new to old metadata -INFO: Converting local name faersw(:,:,:,2) of variable aerosol_single_scattering_albedo_for_shortwave_bands_01_16 from new to old metadata -INFO: Converting local name qc of variable cloud_fraction_at_Lagrangian_surface from new to old metadata -INFO: Converting local name do_sfcperts of variable flag_for_stochastic_surface_perturbations from new to old metadata -INFO: Converting local name betas_deep of variable downdraft_fraction_reaching_surface_over_ocean_deep_convection from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_rain_number_concentration) of variable rain_number_concentration from new to old metadata -INFO: Converting local name ifd of variable index_of_dtlm_start from new to old metadata -INFO: Converting local name area of variable cell_area_for_fast_physics from new to old metadata -INFO: Converting local name trans_trac of variable flag_for_convective_transport_of_tracers from new to old metadata -INFO: Converting local name isatmedmf of variable choice_of_scale_aware_TKE_moist_EDMF_PBL from new to old metadata -INFO: Converting local name old_monin of variable flag_for_old_PBL_scheme from new to old metadata -INFO: Converting local name cplchm of variable flag_for_chemistry_coupling from new to old metadata -INFO: Converting local name raincprv of variable lwe_thickness_of_convective_precipitation_amount_from_previous_timestep from new to old metadata -INFO: Converting local name u1 of variable x_wind_at_lowest_model_layer_for_diag from new to old metadata -INFO: Converting local name gw_dvdt of variable tendency_of_y_wind_due_to_ugwp from new to old metadata -INFO: Converting local name dtsfc1 of variable instantaneous_surface_upward_sensible_heat_flux from new to old metadata -INFO: Converting local name gasvmr(:,:,9) of variable volume_mixing_ratio_ccl4 from new to old metadata -INFO: Converting local name semis_ice of variable surface_longwave_emissivity_over_ice_interstitial from new to old metadata -INFO: Converting local name zmtb of variable time_integral_of_height_of_mountain_blocking from new to old metadata -INFO: Converting local name dtauy2d_fd of variable y_momentum_tendency_from_form_drag from new to old metadata -INFO: Converting local name lakefrac of variable lake_area_fraction from new to old metadata -INFO: Converting local name do_myjpbl of variable do_myjpbl from new to old metadata -INFO: Converting local name sncovr of variable surface_snow_area_fraction_over_land from new to old metadata -INFO: Converting local name spd10max of variable maximum_wind_at_10m_over_maximum_hourly_time_interval from new to old metadata -INFO: Converting local name faerlw(:,:,:,3) of variable aerosol_asymmetry_parameter_for_longwave_bands_01_16 from new to old metadata -INFO: Converting local name adjsfculw_ocean of variable surface_upwelling_longwave_flux_over_ocean_interstitial from new to old metadata -INFO: Converting local name nscfshoc of variable index_of_subgrid_scale_cloud_fraction_from_shoc_in_phy_f3d from new to old metadata -INFO: Converting local name qv_r of variable humidity_mixing_ratio from new to old metadata -INFO: Converting local name gq0(:,:,index_for_water_vapor) of variable water_vapor_specific_humidity_updated_by_physics from new to old metadata -INFO: Converting local name lsnow_lsm of variable snow_vertical_dimension_for_land_surface_model from new to old metadata -INFO: Converting local name dv3dt_ngw of variable time_integral_of_change_in_y_wind_due_to_nonstationary_gravity_wave from new to old metadata -INFO: Converting local name tlyr of variable air_temperature_at_layer_for_radiation from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_turbulent_kinetic_energy) of variable turbulent_kinetic_energy from new to old metadata -INFO: Converting local name h2opl of variable h2o_forcing from new to old metadata -INFO: Converting local name smc of variable volume_fraction_of_soil_moisture from new to old metadata -INFO: Converting local name latr of variable number_of_latitude_points from new to old metadata -INFO: Converting local name crick_proof of variable flag_for_CRICK_proof_cloud_water from new to old metadata -INFO: Converting local name ssem of variable instantaneous_seasalt_emission_flux from new to old metadata -INFO: Converting local name xlai1d of variable perturbation_of_leaf_area_index from new to old metadata -INFO: Converting local name tdoms of variable dominant_snow_type from new to old metadata -INFO: Converting local name canopy of variable canopy_water_amount from new to old metadata -INFO: Converting local name dtauy2d_ss of variable y_momentum_tendency_from_small_scale_gwd from new to old metadata -INFO: Converting local name forcet of variable temperature_tendency_due_to_dynamics from new to old metadata -INFO: Converting local name snowmt of variable surface_snow_melt from new to old metadata -INFO: Converting local name ttendlim of variable limit_for_temperature_tendency_for_microphysics from new to old metadata -INFO: Converting local name clouds(:,:,6) of variable cloud_rain_water_path from new to old metadata -INFO: Converting local name sigmafrac of variable convective_updraft_area_fraction from new to old metadata -INFO: Converting local name tau_tofd of variable instantaneous_momentum_flux_due_to_turbulent_orographic_form_drag from new to old metadata -INFO: Converting local name gq0(:,:,index_for_ice_friendly_aerosols) of variable ice_friendly_aerosol_number_concentration_updated_by_physics from new to old metadata -INFO: Converting local name nsswr of variable number_of_timesteps_between_shortwave_radiation_calls from new to old metadata -INFO: Converting local name ulwsfc_cice of variable surface_upwelling_longwave_flux_for_coupling_interstitial from new to old metadata -INFO: Converting local name dq3dt(:,:,8) of variable cumulative_change_in_ozone_concentration_due_to_temperature from new to old metadata -INFO: Converting local name stress_ice of variable surface_wind_stress_over_ice from new to old metadata -INFO: Converting local name is of variable starting_x_direction_index from new to old metadata -INFO: Converting local name sbsno of variable snow_deposition_sublimation_upward_latent_heat_flux from new to old metadata -INFO: Converting local name cnvprcpb of variable cumulative_lwe_thickness_of_convective_precipitation_amount_in_bucket from new to old metadata -INFO: Converting local name rdlai of variable flag_for_reading_leaf_area_index_from_input from new to old metadata -INFO: Converting local name phy_f3d(:,:,4) of variable water_vapor_specific_humidity_at_previous_time_step from new to old metadata -INFO: Converting local name area of variable cell_area from new to old metadata -INFO: Converting local name con_eps of variable ratio_of_dry_air_to_water_vapor_gas_constants from new to old metadata -INFO: Converting local name edmf_a of variable emdf_updraft_area from new to old metadata -INFO: Converting local name dusfc1 of variable instantaneous_surface_x_momentum_flux from new to old metadata -INFO: Converting local name qlcn of variable mass_fraction_of_convective_cloud_liquid_water from new to old metadata -INFO: Converting local name fh2_land of variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_land from new to old metadata -INFO: Converting local name tprcp_land of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_land from new to old metadata -INFO: Converting local name chh_land of variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_land from new to old metadata -INFO: Converting local name dt3dt(:,:,1) of variable cumulative_change_in_temperature_due_to_longwave_radiation from new to old metadata -INFO: Converting local name nfracseed of variable cellular_automata_seed_probability from new to old metadata -INFO: Converting local name cwm of variable total_cloud_condensate_mixing_ratio_updated_by_physics from new to old metadata -INFO: Converting local name u10max of variable maximum_u_wind_at_10m_over_maximum_hourly_time_interval from new to old metadata -INFO: Converting local name dvsfc_ss of variable integrated_y_momentum_flux_from_small_scale_gwd from new to old metadata -INFO: Converting local name smcref2 of variable threshold_volume_fraction_of_condensed_water_in_soil from new to old metadata -INFO: Converting local name kcnv of variable flag_deep_convection from new to old metadata -INFO: Converting local name keepsmfr of variable volume_fraction_of_frozen_soil_moisture_for_land_surface_model from new to old metadata -INFO: Converting local name frain of variable dynamics_to_physics_timestep_ratio from new to old metadata -INFO: Converting local name debug of variable flag_debug from new to old metadata -INFO: Converting local name qrn of variable local_rain_water_mixing_ratio from new to old metadata -INFO: Converting local name tsfc_ocean of variable surface_skin_temperature_over_ocean_interstitial from new to old metadata -INFO: Converting local name levr of variable number_of_vertical_layers_for_radiation_calculations from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_graupel_number_concentration) of variable graupel_number_concentration from new to old metadata -INFO: Converting local name bl_upfr of variable updraft_fraction_in_boundary_layer_mass_flux_scheme from new to old metadata -INFO: Converting local name nsfcpert of variable number_of_surface_perturbations from new to old metadata -INFO: Converting local name evpco of variable coefficient_for_evaporation_of_rainfall from new to old metadata -INFO: Converting local name iems of variable flag_for_surface_emissivity_control from new to old metadata -INFO: Converting local name dlwsfc of variable cumulative_surface_downwelling_longwave_flux_multiplied_by_timestep from new to old metadata -INFO: Converting local name cimin of variable minimum_sea_ice_concentration from new to old metadata -INFO: Converting local name zs of variable depth_of_soil_levels_for_land_surface_model from new to old metadata -INFO: Converting local name fm10_land of variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_land from new to old metadata -INFO: Converting local name lsm_noahmp of variable flag_for_noahmp_land_surface_scheme from new to old metadata -INFO: Converting local name cs_parm(1) of variable updraft_velocity_tunable_parameter_1_CS from new to old metadata -INFO: Converting local name z_c of variable sub_layer_cooling_thickness from new to old metadata -INFO: Converting local name rainc of variable lwe_thickness_of_convective_precipitation_amount_on_dynamics_timestep from new to old metadata -INFO: Converting local name do_cnvgwd of variable flag_for_convective_gravity_wave_drag from new to old metadata -INFO: Converting local name nlunit of variable iounit_namelist from new to old metadata -INFO: Converting local name gw_dtdt of variable tendency_of_air_temperature_due_to_ugwp from new to old metadata -INFO: Converting local name phy_myj_vz0 of variable v_wind_component_at_viscous_sublayer_top from new to old metadata -INFO: Converting local name dusfc_ss of variable integrated_x_momentum_flux_from_small_scale_gwd from new to old metadata -INFO: Converting local name reset of variable flag_reset_maximum_hourly_fields from new to old metadata -INFO: Converting local name idat of variable date_and_time_at_model_initialization from new to old metadata -INFO: Converting local name oceanfrac of variable sea_area_fraction from new to old metadata -INFO: Converting local name rho_h2o of variable density_of_fresh_water from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_ozone) of variable ozone_mixing_ratio from new to old metadata -INFO: Converting local name qv of variable water_vapor_specific_humidity_at_Lagrangian_surface from new to old metadata -INFO: Converting local name adjnirdfd of variable surface_downwelling_diffuse_near_infrared_shortwave_flux from new to old metadata -INFO: Converting local name ca_global of variable flag_for_global_cellular_automata from new to old metadata -INFO: Converting local name landfrac of variable land_area_fraction from new to old metadata -INFO: Converting local name iopt_btr of variable flag_for_soil_moisture_factor_stomatal_resistance_option from new to old metadata -INFO: Converting local name cqs2 of variable surface_exchange_coefficient_for_moisture_at_2m from new to old metadata -INFO: Converting local name snohfa of variable cumulative_snow_freezing_rain_upward_latent_heat_flux_multiplied_by_timestep from new to old metadata -INFO: Converting local name nvisbm_cpl of variable cumulative_surface_net_downward_direct_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name GFS_sfcprop_type of variable GFS_sfcprop_type from new to old metadata -INFO: Converting local name oz_phys of variable flag_for_ozone_physics from new to old metadata -INFO: Converting local name rhowater of variable liquid_water_density from new to old metadata -INFO: Converting local name zsnsoxy of variable layer_bottom_depth_from_snow_surface from new to old metadata -INFO: Converting local name nthresh of variable threshold_for_perturbed_vertical_velocity from new to old metadata -INFO: Converting local name phy_f3d(:,:,1) of variable air_temperature_two_time_steps_back from new to old metadata -INFO: Converting local name gq0(:,:,index_for_water_friendly_aerosols) of variable water_friendly_aerosol_number_concentration_updated_by_physics from new to old metadata -INFO: Converting local name wetness of variable normalized_soil_wetness_for_land_surface_model from new to old metadata -INFO: Converting local name v10mi_cpl of variable instantaneous_y_wind_at_10m_for_coupling from new to old metadata -INFO: Converting local name rh02min of variable minimum_relative_humidity_at_2m_over_maximum_hourly_time_interval from new to old metadata -INFO: Converting local name nf_aelw of variable number_of_aerosol_output_fields_for_longwave_radiation from new to old metadata -INFO: Converting local name isubc_sw of variable flag_for_sw_clouds_without_sub_grid_approximation from new to old metadata -INFO: Converting local name gq0(:,:,index_for_rain_number_concentration) of variable rain_number_concentration_updated_by_physics from new to old metadata -INFO: Converting local name dvsfc1 of variable instantaneous_surface_y_momentum_flux from new to old metadata -INFO: Converting local name nirdfdi of variable surface_downwelling_diffuse_near_infrared_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name isatmedmf_vdif of variable choice_of_original_scale_aware_TKE_moist_EDMF_PBL from new to old metadata -INFO: Converting local name fprcp of variable number_of_frozen_precipitation_species from new to old metadata -INFO: Converting local name tsurf_land of variable surface_skin_temperature_after_iteration_over_land from new to old metadata -INFO: Converting local name kd of variable vertical_index_difference_between_inout_and_local from new to old metadata -INFO: Converting local name LTP of variable extra_top_layer from new to old metadata -INFO: Converting local name solcon of variable solar_constant from new to old metadata -INFO: Converting local name gq0(:,:,index_for_snow_number_concentration) of variable snow_number_concentration_updated_by_physics from new to old metadata -INFO: Converting local name bl_mynn_tkebudget of variable tke_budget from new to old metadata -INFO: Converting local name xu of variable diurnal_thermocline_layer_x_current from new to old metadata -INFO: Converting local name bl_mynn_tkeadvect of variable tke_advect from new to old metadata -INFO: Converting local name hflx_ice of variable kinematic_surface_upward_sensible_heat_flux_over_ice from new to old metadata -INFO: Converting local name smcwlt2 of variable volume_fraction_of_condensed_water_in_soil_at_wilting_point from new to old metadata -INFO: Converting local name imfdeepcnv of variable flag_for_mass_flux_deep_convection_scheme from new to old metadata -INFO: Converting local name ntchm of variable number_of_chemical_tracers from new to old metadata -INFO: Converting local name ncpl of variable local_condesed_water_number_concentration from new to old metadata -INFO: Converting local name vvl of variable omega from new to old metadata -INFO: Converting local name xkzminv of variable atmosphere_heat_diffusivity_background_maximum from new to old metadata -INFO: Converting local name snowc of variable surface_snow_area_fraction from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_of_subgrid_scale_cloud_fraction_from_shoc_in_phy_f3d) of variable subgrid_scale_cloud_fraction_from_shoc from new to old metadata -INFO: Converting local name du3dt(:,:,4) of variable cumulative_change_in_x_wind_due_to_convective_gravity_wave_drag from new to old metadata -INFO: Converting local name jcap of variable number_of_spectral_wave_trancation_for_sas from new to old metadata -INFO: Converting local name cd_ocean of variable surface_drag_coefficient_for_momentum_in_air_over_ocean from new to old metadata -INFO: Converting local name vfrac of variable vegetation_area_fraction from new to old metadata -INFO: Converting local name dvdftra of variable tendency_of_vertically_diffused_tracer_concentration from new to old metadata -INFO: Converting local name npzp1 of variable vertical_dimension_for_fast_physics_plus_one from new to old metadata -INFO: Converting local name duem of variable instantaneous_dust_emission_flux from new to old metadata -INFO: Converting local name prslrd0 of variable pressure_cutoff_for_rayleigh_damping from new to old metadata -INFO: Converting local name q2m of variable specific_humidity_at_2m from new to old metadata -INFO: Converting local name chs2 of variable surface_exchange_coefficient_for_heat_at_2m from new to old metadata -INFO: Converting local name lfmassxy of variable leaf_mass from new to old metadata -INFO: Converting local name phy_f3d(:,:,2) of variable water_vapor_specific_humidity_two_time_steps_back from new to old metadata -INFO: Converting local name rainp of variable tendency_of_rain_water_mixing_ratio_due_to_microphysics from new to old metadata -INFO: Converting local name ud_mf of variable instantaneous_atmosphere_updraft_convective_mass_flux from new to old metadata -INFO: Converting local name dudt_tms of variable instantaneous_change_in_x_wind_due_to_turbulent_orographic_form_drag from new to old metadata -INFO: Converting local name mg3_as_mg2 of variable flag_mg3_as_mg2 from new to old metadata -INFO: Converting local name htlw0 of variable tendency_of_air_temperature_due_to_longwave_heating_assuming_clear_sky_on_radiation_time_step from new to old metadata -INFO: Converting local name w_d of variable coefficient_w_d from new to old metadata -INFO: Converting local name shdmax of variable maximum_vegetation_area_fraction from new to old metadata -INFO: Converting local name iccn of variable flag_for_in_ccn_forcing_for_morrison_gettelman_microphysics from new to old metadata -INFO: Converting local name htlwc of variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step from new to old metadata -INFO: Converting local name scmpsw of variable components_of_surface_downward_shortwave_fluxes from new to old metadata -INFO: Converting local name tgrs(:,1) of variable air_temperature_at_lowest_model_layer from new to old metadata -INFO: Converting local name cmxy of variable surface_drag_coefficient_for_momentum_for_noahmp from new to old metadata -INFO: Converting local name snowd_land of variable surface_snow_thickness_water_equivalent_over_land from new to old metadata -INFO: Converting local name clouds(:,:,5) of variable mean_effective_radius_for_ice_cloud from new to old metadata -INFO: Converting local name xz of variable diurnal_thermocline_layer_thickness from new to old metadata -INFO: Converting local name tsfg of variable surface_ground_temperature_for_radiation from new to old metadata -INFO: Converting local name dkt of variable atmosphere_heat_diffusivity from new to old metadata -INFO: Converting local name qgrs of variable tracer_concentration from new to old metadata -INFO: Converting local name pgcon_deep of variable momentum_transport_reduction_factor_pgf_deep_convection from new to old metadata -INFO: Converting local name wind10mmax of variable maximum_wind_at_10m from new to old metadata -INFO: Converting local name slopetype of variable surface_slope_classification from new to old metadata -INFO: Converting local name Intdiag of variable GFS_diag_type_instance from new to old metadata -INFO: Converting local name mg_nccons of variable mg_flag_drop_concentration_constant from new to old metadata -INFO: Converting local name adjvisdfd of variable surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_snow_water) of variable tendency_of_snow_water_mixing_ratio_due_to_model_physics from new to old metadata -INFO: Converting local name nlwsfc_cpl of variable cumulative_surface_net_downward_longwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name clouds(:,:,9) of variable mean_effective_radius_for_snow_flake from new to old metadata -INFO: Converting local name con_cvap of variable specific_heat_of_water_vapor_at_constant_pressure from new to old metadata -INFO: Converting local name drydep of variable instantaneous_dry_deposition from new to old metadata -INFO: Converting local name semis_ocean of variable surface_longwave_emissivity_over_ocean_interstitial from new to old metadata -INFO: Converting local name master of variable mpi_root from new to old metadata -INFO: Converting local name gamt of variable countergradient_mixing_term_for_temperature from new to old metadata -INFO: Converting local name redrag of variable flag_for_reduced_drag_coefficient_over_sea from new to old metadata -INFO: Converting local name gq0(:,:,index_for_ozone) of variable ozone_concentration_updated_by_physics from new to old metadata -INFO: Converting local name do_skeb of variable flag_for_stochastic_skeb_option from new to old metadata -INFO: Converting local name qg_r of variable mass_weighted_rime_factor_mixing_ratio from new to old metadata -INFO: Converting local name min_seaice of variable sea_ice_minimum from new to old metadata -INFO: Converting local name betal_deep of variable downdraft_fraction_reaching_surface_over_land_deep_convection from new to old metadata -INFO: Converting local name alvwf of variable mean_vis_albedo_with_weak_cosz_dependency from new to old metadata -INFO: Converting local name do_gwd of variable flag_for_gravity_wave_drag from new to old metadata -INFO: Converting local name nf_aesw of variable number_of_aerosol_output_fields_for_shortwave_radiation from new to old metadata -INFO: Converting local name avg_max_length of variable time_interval_for_maximum_hourly_fields from new to old metadata -INFO: Converting local name tdomzr of variable dominant_freezing_rain_type from new to old metadata -INFO: Converting local name toticeb of variable accumulated_lwe_thickness_of_ice_amount_in_bucket from new to old metadata -INFO: Converting local name isppt_deep of variable flag_for_combination_of_sppt_with_isppt_deep from new to old metadata -INFO: Converting local name ice of variable lwe_thickness_of_ice_amount_on_dynamics_timestep from new to old metadata -INFO: Converting local name dq3dt(:,:,9) of variable cumulative_change_in_ozone_concentration_due_to_overhead_ozone_column from new to old metadata -INFO: Converting local name lsidea of variable flag_idealized_physics from new to old metadata -INFO: Converting local name ico2 of variable flag_for_using_prescribed_global_mean_co2_value from new to old metadata -INFO: Converting local name evap_ice of variable kinematic_surface_upward_latent_heat_flux_over_ice from new to old metadata -INFO: Converting local name do_awdd of variable flag_arakawa_wu_downdraft from new to old metadata -INFO: Converting local name hetfrz_classnuc of variable mg_flag_for_heterogeneous_freezing from new to old metadata -INFO: Converting local name mpiroot of variable mpi_root_for_fast_physics from new to old metadata -INFO: Converting local name dq3dt(:,:,4) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_microphysics from new to old metadata -INFO: Converting local name GFS_coupling_type of variable GFS_coupling_type from new to old metadata -INFO: Converting local name psurfi_cpl of variable instantaneous_surface_air_pressure_for_coupling from new to old metadata -INFO: Converting local name xkzm_h of variable atmosphere_heat_diffusivity_background from new to old metadata -INFO: Converting local name rh02max of variable maximum_relative_humidity_at_2m_over_maximum_hourly_time_interval from new to old metadata -INFO: Converting local name tmpmax of variable maximum_temperature_at_2m from new to old metadata -INFO: Converting local name fscav of variable fraction_of_tracer_scavenged from new to old metadata -INFO: Converting local name ntiwx of variable index_for_ice_cloud_condensate_vertical_diffusion_tracer from new to old metadata -INFO: Converting local name gasvmr(:,:,4) of variable volume_mixing_ratio_o2 from new to old metadata -INFO: Converting local name dpt2m of variable dewpoint_temperature_at_2m from new to old metadata -INFO: Converting local name mg_do_liq_liu of variable mg_flag_for_liu_liquid_treatment from new to old metadata -INFO: Converting local name ffhh_land of variable Monin_Obukhov_similarity_function_for_heat_over_land from new to old metadata -INFO: Converting local name crtrh(3) of variable critical_relative_humidity_at_top_of_atmosphere from new to old metadata -INFO: Converting local name smcwtdxy of variable soil_water_content_between_soil_bottom_and_water_table from new to old metadata -INFO: Converting local name visbmdi of variable surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name cdq_ice of variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_ice from new to old metadata -INFO: Converting local name adjnirdfu of variable surface_upwelling_diffuse_near_infrared_shortwave_flux from new to old metadata -INFO: Converting local name wcbmax of variable maximum_updraft_velocity_at_cloud_base from new to old metadata -INFO: Converting local name tsflw of variable surface_midlayer_air_temperature_in_longwave_radiation from new to old metadata -INFO: Converting local name asolfac_shal of variable aerosol_aware_parameter_shallow_convection from new to old metadata -INFO: Converting local name gabsbdlw_ocean of variable surface_downwelling_longwave_flux_absorbed_by_ground_over_ocean from new to old metadata -INFO: Converting local name de_lgth of variable cloud_decorrelation_length from new to old metadata -INFO: Converting local name GFS_interstitial_type of variable GFS_interstitial_type from new to old metadata -INFO: Converting local name imap of variable map_of_block_column_number_to_global_i_index from new to old metadata -INFO: Converting local name plyr of variable air_pressure_at_layer_for_radiation_in_hPa from new to old metadata -INFO: Converting local name skip_macro of variable flag_skip_macro from new to old metadata -INFO: Converting local name tsnoxy of variable snow_temperature from new to old metadata -INFO: Converting local name sbsnoa of variable cumulative_snow_deposition_sublimation_upward_latent_heat_flux_multiplied_by_timestep from new to old metadata -INFO: Converting local name prcpmp of variable lwe_thickness_of_explicit_precipitation_amount from new to old metadata -INFO: Converting local name clcn of variable convective_cloud_volume_fraction from new to old metadata -INFO: Converting local name gt0 of variable air_temperature_updated_by_physics from new to old metadata -INFO: Converting local name gamma of variable anisotropy_of_subgrid_orography from new to old metadata -INFO: Converting local name uconvtend of variable tendency_of_x_wind_due_to_deep_convection_for_coupling_on_physics_timestep from new to old metadata -INFO: Converting local name dswsfci_cpl of variable instantaneous_surface_downwelling_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name delp of variable pressure_thickness_at_Lagrangian_surface from new to old metadata -INFO: Converting local name lsm_ruc of variable flag_for_ruc_land_surface_scheme from new to old metadata -INFO: Converting local name dt_mf of variable instantaneous_atmosphere_detrainment_convective_mass_flux from new to old metadata -INFO: Converting local name d_conv of variable free_convection_layer_thickness from new to old metadata -INFO: Converting local name nlwsfci_cpl of variable instantaneous_surface_net_downward_longwave_flux_for_coupling from new to old metadata -INFO: Converting local name shum_wts of variable weights_for_stochastic_shum_perturbation from new to old metadata -INFO: Converting local name dswsfci of variable surface_downwelling_shortwave_flux from new to old metadata -INFO: Converting local name do_ysu of variable flag_for_ysu from new to old metadata -INFO: Converting local name q_con of variable cloud_condensed_water_specific_humidity_at_Lagrangian_surface from new to old metadata -INFO: Converting local name mom4ice of variable flag_for_mom4_coupling from new to old metadata -INFO: Converting local name tref of variable sea_surface_reference_temperature from new to old metadata -INFO: Converting local name faersw(:,:,:,3) of variable aerosol_asymmetry_parameter_for_shortwave_bands_01_16 from new to old metadata -INFO: Converting local name ie of variable ending_x_direction_index from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_water_friendly_aerosols) of variable water_friendly_aerosol_number_concentration from new to old metadata -INFO: Converting local name dugwd of variable time_integral_of_x_stress_due_to_gravity_wave_drag from new to old metadata -INFO: Converting local name ntot3d of variable number_of_fields_in_phyf3d from new to old metadata -INFO: Converting local name GFS_data_type of variable GFS_data_type from new to old metadata -INFO: Converting local name graupelprv of variable lwe_thickness_of_graupel_amount_from_previous_timestep from new to old metadata -INFO: Converting local name nstf_name(4) of variable vertical_temperature_average_range_lower_bound from new to old metadata -INFO: Converting local name kind_dyn of variable kind_dyn from new to old metadata -INFO: Converting local name acv of variable accumulated_lwe_thickness_of_convective_precipitation_amount_cnvc90 from new to old metadata -INFO: Converting local name lsoil_lsm of variable soil_vertical_dimension_for_land_surface_model from new to old metadata -INFO: Converting local name phy_myj_chkqlm of variable surface_layer_evaporation_switch from new to old metadata -INFO: Converting local name dtf of variable time_step_for_dynamics from new to old metadata -INFO: Converting local name dqsfci_cpl of variable instantaneous_surface_upward_latent_heat_flux_for_coupling from new to old metadata -INFO: Converting local name mg_do_hail of variable mg_flag_for_hail from new to old metadata -INFO: Converting local name iopt_sfc of variable flag_for_surface_layer_drag_coefficient_option from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_ice_cloud_number_concentration) of variable tendency_of_ice_number_concentration_due_to_model_physics from new to old metadata -INFO: Converting local name kind_LOGICAL of variable kind_LOGICAL from new to old metadata -INFO: Converting local name hybedmf of variable flag_for_hedmf from new to old metadata -INFO: Converting local name dvisdfi_cpl of variable instantaneous_surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name exch_h of variable atmosphere_heat_diffusivity_for_mynnpbl from new to old metadata -INFO: Converting local name z01d of variable perturbation_of_momentum_roughness_length from new to old metadata -INFO: Converting local name prevst of variable temperature_from_previous_timestep from new to old metadata -INFO: Converting local name tracers_total of variable number_of_total_tracers from new to old metadata -INFO: Converting local name wind of variable wind_speed_at_lowest_model_layer from new to old metadata -INFO: Converting local name hprime of variable statistical_measures_of_subgrid_orography from new to old metadata -INFO: Converting local name oz_coeffp5 of variable number_of_coefficients_in_ozone_forcing_data_plus_five from new to old metadata -INFO: Converting local name tvxy of variable vegetation_temperature from new to old metadata -INFO: Converting local name ncps of variable local_snow_number_concentration from new to old metadata -INFO: Converting local name zlvl of variable height_above_ground_at_lowest_model_layer from new to old metadata -INFO: Converting local name restart of variable flag_for_restart from new to old metadata -INFO: Converting local name con_tice of variable freezing_point_temperature_of_seawater from new to old metadata -INFO: Converting local name sfcnsw of variable surface_net_downwelling_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name tau_mtb of variable time_integral_of_momentum_flux_due_to_mountain_blocking_drag from new to old metadata -INFO: Metadata table for model FV3 written to tests/build_fv3_14/FV3/ccpp/physics/CCPP_VARIABLES_FV3.html -INFO: Parsing metadata tables in physics scheme files ... -INFO: Parsed tables in scheme rayleigh_damp -INFO: Parsed tables in scheme GFS_surface_composites_pre -INFO: Parsed tables in scheme GFS_surface_composites_inter -INFO: Parsed tables in scheme GFS_surface_composites_post -INFO: Parsed tables in scheme rrtmg_sw -INFO: Parsed tables in scheme sfc_ocean -INFO: Parsed tables in scheme gwdc_pre -INFO: Parsed tables in scheme gwdc -INFO: Parsed tables in scheme gwdc_post -INFO: Parsed tables in scheme cu_gf_driver_pre -INFO: Parsed tables in scheme gfdl_cloud_microphys -INFO: Parsed tables in scheme GFS_time_vary_pre -INFO: Parsed tables in scheme GFS_rrtmg_setup -INFO: Parsed tables in scheme zhaocarr_gscond -INFO: Parsed tables in scheme ysuvdif -INFO: Parsed tables in scheme rrtmg_sw_post -INFO: Parsed tables in scheme GFS_SCNV_generic_pre -INFO: Parsed tables in scheme GFS_SCNV_generic_post -INFO: Parsed tables in scheme GFS_rrtmg_pre -INFO: Parsed tables in scheme sfc_sice -INFO: Parsed tables in scheme samfdeepcnv -INFO: Parsed tables in scheme satmedmfvdif -INFO: Parsed tables in scheme mynnrad_post -INFO: Parsed tables in scheme cu_gf_driver_post -INFO: Parsed tables in scheme cs_conv_aw_adj -INFO: Parsed tables in scheme GFS_phys_time_vary -INFO: Parsed tables in scheme ozphys_2015 -INFO: Parsed tables in scheme GFS_suite_interstitial_rad_reset -INFO: Parsed tables in scheme GFS_suite_interstitial_phys_reset -INFO: Parsed tables in scheme GFS_suite_interstitial_1 -INFO: Parsed tables in scheme GFS_suite_interstitial_2 -INFO: Parsed tables in scheme GFS_suite_stateout_reset -INFO: Parsed tables in scheme GFS_suite_stateout_update -INFO: Parsed tables in scheme GFS_suite_interstitial_3 -INFO: Parsed tables in scheme GFS_suite_interstitial_4 -INFO: Parsed tables in scheme samfshalcnv -INFO: Parsed tables in scheme zhaocarr_precpd -INFO: Parsed tables in scheme noahmpdrv -INFO: Parsed tables in scheme mp_fer_hires -INFO: Parsed tables in scheme myjpbl_wrapper -INFO: Parsed tables in scheme GFS_surface_generic_pre -INFO: Parsed tables in scheme GFS_surface_generic_post -INFO: Parsed tables in scheme cu_ntiedtke_post -INFO: Parsed tables in scheme sfc_diag -INFO: Parsed tables in scheme rrtmg_lw -INFO: Parsed tables in scheme GFS_diagtoscreen -INFO: Parsed tables in scheme GFS_interstitialtoscreen -INFO: Parsed tables in scheme GFS_abort -INFO: Parsed tables in scheme GFS_checkland -INFO: Parsed tables in scheme mynnrad_pre -INFO: Parsed tables in scheme satmedmfvdifq -INFO: Parsed tables in scheme cs_conv_pre -INFO: Parsed tables in scheme cs_conv_post -INFO: Parsed tables in scheme cs_conv -INFO: Parsed tables in scheme shinhongvdif -INFO: Parsed tables in scheme h2ophys -INFO: Parsed tables in scheme rrtmg_lw_post -INFO: Parsed tables in scheme sfc_nst -INFO: Parsed tables in scheme sfc_nst_pre -INFO: Parsed tables in scheme sfc_nst_post -INFO: Parsed tables in scheme cu_ntiedtke_pre -INFO: Parsed tables in scheme cu_ntiedtke -INFO: Parsed tables in scheme cires_ugwp_post -INFO: Parsed tables in scheme hedmf -INFO: Parsed tables in scheme sfc_diff -INFO: Parsed tables in scheme mp_thompson_pre -INFO: Parsed tables in scheme sfc_diag_post -INFO: Parsed tables in scheme m_micro_pre -INFO: Parsed tables in scheme m_micro_post -INFO: Parsed tables in scheme m_micro -INFO: Parsed tables in scheme fv_sat_adj -INFO: Parsed tables in scheme GFS_surface_loop_control_part1 -INFO: Parsed tables in scheme GFS_surface_loop_control_part2 -INFO: Parsed tables in scheme shoc -INFO: Parsed tables in scheme GFS_rrtmg_post -INFO: Parsed tables in scheme GFS_GWD_generic_pre -INFO: Parsed tables in scheme GFS_GWD_generic_post -INFO: Parsed tables in scheme rrtmg_sw_pre -INFO: Parsed tables in scheme GFS_MP_generic_pre -INFO: Parsed tables in scheme GFS_MP_generic_post -INFO: Parsed tables in scheme cu_gf_driver -INFO: Parsed tables in scheme GFS_PBL_generic_pre -INFO: Parsed tables in scheme GFS_PBL_generic_post -INFO: Parsed tables in scheme mp_thompson_post -INFO: Parsed tables in scheme mp_thompson -INFO: Parsed tables in scheme rrtmg_lw_pre -INFO: Parsed tables in scheme gwdps -INFO: Parsed tables in scheme shalcnv -INFO: Parsed tables in scheme cires_ugwp -INFO: Parsed tables in scheme get_prs_fv3 -INFO: Parsed tables in scheme get_phi_fv3 -INFO: Parsed tables in scheme mynnsfc_wrapper -INFO: Parsed tables in scheme GFS_suite_ini_fini_test -INFO: Parsed tables in scheme myjsfc_wrapper -INFO: Parsed tables in scheme mynnedmf_wrapper -INFO: Parsed tables in scheme ozphys -INFO: Parsed tables in scheme lsm_ruc -INFO: Parsed tables in scheme GFS_stochastics -INFO: Parsed tables in scheme drag_suite -INFO: Parsed tables in scheme sfc_cice -INFO: Parsed tables in scheme sascnvn -INFO: Parsed tables in scheme lsm_ruc_sfc_sice_pre -INFO: Parsed tables in scheme lsm_ruc_sfc_sice_post -INFO: Parsed tables in scheme GFS_DCNV_generic_pre -INFO: Parsed tables in scheme GFS_DCNV_generic_post -INFO: Parsed tables in scheme cnvc90 -INFO: Parsed tables in scheme GFS_rad_time_vary -INFO: Parsed tables in scheme maximum_hourly_diagnostics -INFO: Parsed tables in scheme lsm_noah -INFO: Parsed tables in scheme dcyc2t3 -INFO: Parsed tables in scheme dcyc2t3_post -INFO: Parsed tables in scheme moninshoc -INFO: filtering out variable GFS_stateout_type_instance -INFO: filtering out variable accumulated_change_of_air_temperature_due_to_FA_scheme -INFO: filtering out variable accumulated_water_equivalent_of_frozen_precip -INFO: filtering out variable aerosol_number_concentration_from_gocart_aerosol_climatology -INFO: filtering out variable area_fraction_of_wet_canopy -INFO: filtering out variable atmosphere_energy_content_at_Lagrangian_surface -INFO: filtering out variable atmosphere_energy_content_in_column -INFO: filtering out variable atmosphere_heat_diffusivity_for_mynnpbl -INFO: filtering out variable atmosphere_heat_diffusivity_from_shoc -INFO: filtering out variable atmosphere_momentum_diffusivity_for_mynnpbl -INFO: filtering out variable baseline_surface_roughness_length -INFO: filtering out variable canopy_air_temperature -INFO: filtering out variable canopy_air_vapor_pressure -INFO: filtering out variable canopy_intercepted_ice_mass -INFO: filtering out variable canopy_intercepted_liquid_water -INFO: filtering out variable cappa_moist_gas_constant_at_Lagrangian_surface -INFO: filtering out variable ccn_number_concentration -INFO: filtering out variable ccpp_block_number -INFO: filtering out variable cell_area_for_fast_physics -INFO: filtering out variable cell_size -INFO: filtering out variable characteristic_grid_length_scale -INFO: filtering out variable choice_of_original_scale_aware_TKE_moist_EDMF_PBL -INFO: filtering out variable choice_of_scale_aware_TKE_moist_EDMF_PBL -INFO: filtering out variable choice_of_updated_scale_aware_TKE_moist_EDMF_PBL -INFO: filtering out variable cloud_area_fraction -INFO: filtering out variable cloud_base_mass_flux -INFO: filtering out variable cloud_condensed_water_mixing_ratio_at_lowest_model_layer -INFO: filtering out variable cloud_condensed_water_mixing_ratio_at_surface -INFO: filtering out variable cloud_condensed_water_specific_humidity_at_Lagrangian_surface -INFO: filtering out variable cloud_droplet_number_concentration -INFO: filtering out variable cloud_droplet_number_concentration_updated_by_physics -INFO: filtering out variable cloud_fraction_at_Lagrangian_surface -INFO: filtering out variable cloud_fraction_for_MG -INFO: filtering out variable cloud_fraction_updated_by_physics -INFO: filtering out variable cloud_graupel_specific_humidity_at_Lagrangian_surface -INFO: filtering out variable cloud_ice_specific_humidity_at_Lagrangian_surface -INFO: filtering out variable cloud_liquid_water_specific_humidity_at_Lagrangian_surface -INFO: filtering out variable cloud_phase_transition_denominator -INFO: filtering out variable cloud_phase_transition_threshold_temperature -INFO: filtering out variable cloud_rain_specific_humidity_at_Lagrangian_surface -INFO: filtering out variable cloud_snow_specific_humidity_at_Lagrangian_surface -INFO: filtering out variable cloud_specie_mix_flag -INFO: filtering out variable cloudpdf -INFO: filtering out variable conv_activity_counter -INFO: filtering out variable convective_updraft_area_fraction -INFO: filtering out variable convective_updraft_area_fraction_at_model_interfaces -INFO: filtering out variable couple_sgs_clouds_to_radiation_flag -INFO: filtering out variable cumulative_change_in_x_wind_due_to_convective_gravity_wave_drag -INFO: filtering out variable cumulative_change_in_y_wind_due_to_convective_gravity_wave_drag -INFO: filtering out variable density_of_frozen_precipitation -INFO: filtering out variable depth_of_soil_levels_for_land_surface_model -INFO: filtering out variable detrainment_and_precipitation_tunable_parameter_3_CS -INFO: filtering out variable detrainment_and_precipitation_tunable_parameter_4_CS -INFO: filtering out variable do_myjsfc -INFO: filtering out variable do_mynnsfclay -INFO: filtering out variable downdraft_fraction_in_boundary_layer_mass_flux_scheme -INFO: filtering out variable edmf_flag -INFO: filtering out variable edmf_momentum_transport_flag -INFO: filtering out variable edmf_partition_flag -INFO: filtering out variable edmf_tke_transport_flag -INFO: filtering out variable effective_radius_of_stratiform_cloud_graupel_particle_in_um -INFO: filtering out variable effective_radius_of_stratiform_cloud_ice_particle_in_um -INFO: filtering out variable effective_radius_of_stratiform_cloud_liquid_water_particle_in_um -INFO: filtering out variable effective_radius_of_stratiform_cloud_rain_particle_in_um -INFO: filtering out variable effective_radius_of_stratiform_cloud_snow_particle_in_um -INFO: filtering out variable emdf_updraft_area -INFO: filtering out variable emdf_updraft_cloud_water -INFO: filtering out variable emdf_updraft_entrainment_rate -INFO: filtering out variable emdf_updraft_theta_l -INFO: filtering out variable emdf_updraft_total_water -INFO: filtering out variable emdf_updraft_vertical_velocity -INFO: filtering out variable ending_x_direction_index -INFO: filtering out variable ending_x_direction_index_domain -INFO: filtering out variable ending_y_direction_index -INFO: filtering out variable ending_y_direction_index_domain -INFO: filtering out variable entrainment_efficiency_tunable_parameter_9_CS -INFO: filtering out variable equilibrium_soil_water_content -INFO: filtering out variable fa_threshold_relative_humidity_for_onset_of_condensation -INFO: filtering out variable fast_soil_pool_mass_content_of_carbon -INFO: filtering out variable fine_root_mass -INFO: filtering out variable finite_volume_mean_edge_pressure_raised_to_the_power_of_kappa -INFO: filtering out variable flag_arakawa_wu_downdraft -INFO: filtering out variable flag_convective_tracer_transport -INFO: filtering out variable flag_flip -INFO: filtering out variable flag_flux_form_CS -INFO: filtering out variable flag_for_2015_ozone_physics -INFO: filtering out variable flag_for_aerosol_input_MG -INFO: filtering out variable flag_for_canopy_stomatal_resistance_option -INFO: filtering out variable flag_for_cloud_effective_radii -INFO: filtering out variable flag_for_dynamic_vegetation_option -INFO: filtering out variable flag_for_fast_microphysics_energy_conservation -INFO: filtering out variable flag_for_frozen_soil_permeability_option -INFO: filtering out variable flag_for_frozen_soil_physics -INFO: filtering out variable flag_for_ground_snow_surface_albedo_option -INFO: filtering out variable flag_for_hydrostatic_heating_from_physics -INFO: filtering out variable flag_for_hydrostatic_solver -INFO: filtering out variable flag_for_hydrostatic_solver_for_fast_physics -INFO: filtering out variable flag_for_in_ccn_forcing_for_morrison_gettelman_microphysics -INFO: filtering out variable flag_for_individual_cloud_species_advected -INFO: filtering out variable flag_for_inline_cloud_fraction_calculation -INFO: filtering out variable flag_for_lower_boundary_soil_temperature_option -INFO: filtering out variable flag_for_pdf_for_morrison_gettelman_microphysics_scheme -INFO: filtering out variable flag_for_precipitation_partition_option -INFO: filtering out variable flag_for_radiation_transfer_option -INFO: filtering out variable flag_for_reading_leaf_area_index_from_input -INFO: filtering out variable flag_for_restart -INFO: filtering out variable flag_for_runoff_and_groundwater_option -INFO: filtering out variable flag_for_sas_deep_convection_scheme -INFO: filtering out variable flag_for_saturation_adjustment_for_microphysics_in_dynamics -INFO: filtering out variable flag_for_shoc_after_convection -INFO: filtering out variable flag_for_soil_and_snow_temperature_time_stepping_option -INFO: filtering out variable flag_for_soil_moisture_factor_stomatal_resistance_option -INFO: filtering out variable flag_for_supercooled_liquid_water_option -INFO: filtering out variable flag_for_surface_layer_drag_coefficient_option -INFO: filtering out variable flag_for_tendency_of_air_temperature_at_Lagrangian_surface -INFO: filtering out variable flag_for_the_last_step_of_k_split_remapping -INFO: filtering out variable flag_mg3_as_mg2 -INFO: filtering out variable flag_skip_macro -INFO: filtering out variable fraction_of_cloud_top_water_scavenged -INFO: filtering out variable fraction_of_tracer_scavenged -INFO: filtering out variable gas_constants_for_multi_gases_physics -INFO: filtering out variable gas_tracers_for_multi_gas_physics_at_Lagrangian_surface -INFO: filtering out variable gf_memory_counter -INFO: filtering out variable graupel_mixing_ratio_updated_by_physics -INFO: filtering out variable graupel_number_concentration_updated_by_physics -INFO: filtering out variable grav_settling -INFO: filtering out variable ground_temperature_for_noahmp -INFO: filtering out variable gwd_opt -INFO: filtering out variable h2o_forcing -INFO: filtering out variable heat_exchange_coefficient_for_MYJ_schemes -INFO: filtering out variable ice_friendly_aerosol_number_concentration -INFO: filtering out variable ice_friendly_aerosol_number_concentration_updated_by_physics -INFO: filtering out variable ice_number_concentration -INFO: filtering out variable ice_number_concentration_updated_by_physics -INFO: filtering out variable ice_supersaturation_threshold -INFO: filtering out variable ice_water_mixing_ratio -INFO: filtering out variable ice_water_mixing_ratio_updated_by_physics -INFO: filtering out variable in_number_concentration -INFO: filtering out variable index_for_ice_cloud_condensate_vertical_diffusion_tracer -INFO: filtering out variable integrated_x_momentum_flux_from_blocking_drag -INFO: filtering out variable integrated_x_momentum_flux_from_form_drag -INFO: filtering out variable integrated_x_momentum_flux_from_large_scale_gwd -INFO: filtering out variable integrated_x_momentum_flux_from_small_scale_gwd -INFO: filtering out variable integrated_y_momentum_flux_from_blocking_drag -INFO: filtering out variable integrated_y_momentum_flux_from_form_drag -INFO: filtering out variable integrated_y_momentum_flux_from_large_scale_gwd -INFO: filtering out variable integrated_y_momentum_flux_from_small_scale_gwd -INFO: filtering out variable k_level_of_highest_reaching_plume -INFO: filtering out variable kappa_dry_for_fast_physics -INFO: filtering out variable kinematic_buoyancy_flux_from_shoc -INFO: filtering out variable kinematic_surface_latent_heat_flux -INFO: filtering out variable lake_water_storage -INFO: filtering out variable latitude_index_in_debug_printouts -INFO: filtering out variable layer_bottom_depth_from_snow_surface -INFO: filtering out variable leaf_area_index -INFO: filtering out variable leaf_mass -INFO: filtering out variable limit_for_temperature_tendency_for_microphysics -INFO: filtering out variable liquid_water_density -INFO: filtering out variable local_graupel_mixing_ratio -INFO: filtering out variable local_graupel_number_concentration -INFO: filtering out variable local_rain_number_concentration -INFO: filtering out variable local_rain_water_mixing_ratio -INFO: filtering out variable local_snow_number_concentration -INFO: filtering out variable local_snow_water_mixing_ratio -INFO: filtering out variable log_pressure_at_Lagrangian_surface -INFO: filtering out variable mass_weighted_rime_factor_updated_by_physics -INFO: filtering out variable maximum_column_heating_rate -INFO: filtering out variable maximum_mass_flux -INFO: filtering out variable maximum_updraft_velocity_at_cloud_base -INFO: filtering out variable mean_nir_albedo_with_weak_cosz_dependency -INFO: filtering out variable mean_vis_albedo_with_weak_cosz_dependency -INFO: filtering out variable mg_allow_supersat_after_sed -INFO: filtering out variable mg_autoconversion_size_threshold_ice_snow -INFO: filtering out variable mg_bergeron_efficiency_factor -INFO: filtering out variable mg_cloud_water_variance -INFO: filtering out variable mg_drop_concentration_constant -INFO: filtering out variable mg_flag_drop_concentration_constant -INFO: filtering out variable mg_flag_for_cloud_ice_processes -INFO: filtering out variable mg_flag_for_gmao_ice_formulation -INFO: filtering out variable mg_flag_for_graupel -INFO: filtering out variable mg_flag_for_hail -INFO: filtering out variable mg_flag_for_heterogeneous_freezing -INFO: filtering out variable mg_flag_for_liu_liquid_treatment -INFO: filtering out variable mg_flag_for_sb2001_autoconversion -INFO: filtering out variable mg_flag_for_uniform_subcolumns -INFO: filtering out variable mg_flag_graupel_concentration_constant -INFO: filtering out variable mg_flag_ice_concentration_constant -INFO: filtering out variable mg_graupel_concentration_constant -INFO: filtering out variable mg_ice_concentration_constant -INFO: filtering out variable mg_minimum_cloud_condensed_water_and_ice_mixing_ratio -INFO: filtering out variable mg_minimum_rh_for_ice -INFO: filtering out variable mg_time_scale_for_autoconversion_of_ice -INFO: filtering out variable mg_tuning_factor_for_alphas -INFO: filtering out variable mg_type_of_precip_fraction_method -INFO: filtering out variable minimum_value_of_specific_humidity -INFO: filtering out variable mix_total_water_flag -INFO: filtering out variable mixing_length -INFO: filtering out variable mixing_length_flag -INFO: filtering out variable moisture_from_previous_timestep -INFO: filtering out variable moisture_tendency_due_to_dynamics -INFO: filtering out variable momentum_exchange_coefficient_for_MYJ_schemes -INFO: filtering out variable mpi_comm -INFO: filtering out variable mpi_rank_for_fast_physics -INFO: filtering out variable mpi_root_for_fast_physics -INFO: filtering out variable natural_log_of_h2o_forcing_data_pressure_levels -INFO: filtering out variable nondimensional_snow_age -INFO: filtering out variable normalized_soil_wetness_for_land_surface_model -INFO: filtering out variable number_of_cloud_types_CS -INFO: filtering out variable number_of_coefficients_in_h2o_forcing_data -INFO: filtering out variable number_of_frozen_precipitation_species -INFO: filtering out variable number_of_gases_for_multi_gases_physics -INFO: filtering out variable number_of_ghost_zones -INFO: filtering out variable number_of_plumes -INFO: filtering out variable number_of_snow_layers -INFO: filtering out variable number_of_spectral_wave_trancation_for_sas -INFO: filtering out variable number_of_tracers_for_CS -INFO: filtering out variable number_of_tracers_plus_one -INFO: filtering out variable number_of_water_species -INFO: filtering out variable omp_threads_for_fast_physics -INFO: filtering out variable ozone_mixing_ratio -INFO: filtering out variable potential_temperature_at_2m -INFO: filtering out variable potential_temperature_at_viscous_sublayer_top -INFO: filtering out variable prandtl_number -INFO: filtering out variable pressure_thickness_at_Lagrangian_surface -INFO: filtering out variable q_prime_squared -INFO: filtering out variable rain_number_concentration_updated_by_physics -INFO: filtering out variable rain_water_mixing_ratio_updated_by_physics -INFO: filtering out variable ratio_of_vapor_to_dry_air_gas_constants_minus_one_default_kind -INFO: filtering out variable reciprocal_of_obukhov_length -INFO: filtering out variable shoc_flag_for_optional_surface_TKE_dissipation -INFO: filtering out variable shoc_implicit_TKE_integration_uncentering_term -INFO: filtering out variable shoc_tke_dissipatation_pressure_threshold -INFO: filtering out variable shoc_tke_dissipation_tunable_parameter -INFO: filtering out variable shoc_tke_dissipation_tunable_parameter_near_surface -INFO: filtering out variable slow_soil_pool_mass_content_of_carbon -INFO: filtering out variable snow_albedo_at_previous_time_step -INFO: filtering out variable snow_layer_ice -INFO: filtering out variable snow_layer_liquid_water -INFO: filtering out variable snow_mass_at_previous_time_step -INFO: filtering out variable snow_number_concentration_updated_by_physics -INFO: filtering out variable snow_precipitation_rate_at_surface -INFO: filtering out variable snow_temperature -INFO: filtering out variable snow_temperature_bottom_first_layer -INFO: filtering out variable snow_water_mixing_ratio_updated_by_physics -INFO: filtering out variable soil_temperature_for_land_surface_model -INFO: filtering out variable soil_vertical_dimension_for_land_surface_model -INFO: filtering out variable soil_water_content_between_soil_bottom_and_water_table -INFO: filtering out variable specific_heat_capacities_for_multi_gases_physics -INFO: filtering out variable specific_humidity_at_viscous_sublayer_top -INFO: filtering out variable stability_function_for_heat -INFO: filtering out variable starting_x_direction_index -INFO: filtering out variable starting_x_direction_index_domain -INFO: filtering out variable starting_y_direction_index -INFO: filtering out variable starting_y_direction_index_domain -INFO: filtering out variable stem_area_index -INFO: filtering out variable stem_mass -INFO: filtering out variable subgrid_cloud_fraction_pbl -INFO: filtering out variable subgrid_cloud_mixing_ratio_pbl -INFO: filtering out variable subgrid_scale_cloud_fraction_from_shoc -INFO: filtering out variable surface_condensation_mass -INFO: filtering out variable surface_drag_coefficient_for_heat_and_moisture_for_noahmp -INFO: filtering out variable surface_drag_coefficient_for_momentum_for_noahmp -INFO: filtering out variable surface_exchange_coefficient_for_heat -INFO: filtering out variable surface_exchange_coefficient_for_heat_at_2m -INFO: filtering out variable surface_exchange_coefficient_for_moisture -INFO: filtering out variable surface_exchange_coefficient_for_moisture_at_2m -INFO: filtering out variable surface_friction_velocity_drag -INFO: filtering out variable surface_geopotential_at_Lagrangian_surface -INFO: filtering out variable surface_latent_heat -INFO: filtering out variable surface_layer_evaporation_switch -INFO: filtering out variable surface_specific_humidity_for_MYJ_schemes -INFO: filtering out variable surface_stability_parameter -INFO: filtering out variable t_prime_q_prime -INFO: filtering out variable t_prime_squared -INFO: filtering out variable temperature_from_previous_timestep -INFO: filtering out variable temperature_tendency_due_to_dynamics -INFO: filtering out variable tendency_of_air_temperature_at_Lagrangian_surface -INFO: filtering out variable tendency_of_cloud_droplet_number_concentration_due_to_model_physics -INFO: filtering out variable tendency_of_ice_cloud_water_mixing_ratio_due_to_model_physics -INFO: filtering out variable tendency_of_ice_friendly_aerosol_number_concentration_due_to_model_physics -INFO: filtering out variable tendency_of_ice_friendly_aerosols_at_surface -INFO: filtering out variable tendency_of_ice_number_concentration_due_to_model_physics -INFO: filtering out variable tendency_of_liquid_cloud_water_mixing_ratio_due_to_model_physics -INFO: filtering out variable tendency_of_ozone_mixing_ratio_due_to_model_physics -INFO: filtering out variable tendency_of_water_friendly_aerosol_number_concentration_due_to_model_physics -INFO: filtering out variable tendency_of_water_friendly_aerosols_at_surface -INFO: filtering out variable tendency_of_water_vapor_specific_humidity_due_to_model_physics -INFO: filtering out variable tendency_of_x_wind_due_to_convective_gravity_wave_drag -INFO: filtering out variable tendency_of_y_wind_due_to_convective_gravity_wave_drag -INFO: filtering out variable theta_star -INFO: filtering out variable thickness_at_Lagrangian_surface -INFO: filtering out variable time_step_for_remapping_for_fast_physics -INFO: filtering out variable tke_advect -INFO: filtering out variable tke_at_mass_points -INFO: filtering out variable tke_budget -INFO: filtering out variable tke_dissipative_heating_factor -INFO: filtering out variable top_layer_index_for_fast_physics -INFO: filtering out variable total_accumulated_snowfall -INFO: filtering out variable triple_point_temperature_of_water -INFO: filtering out variable turbulent_kinetic_energy_convective_transport_tracer -INFO: filtering out variable u_wind_component_at_viscous_sublayer_top -INFO: filtering out variable updraft_fraction_in_boundary_layer_mass_flux_scheme -INFO: filtering out variable updraft_velocity_tunable_parameter_1_CS -INFO: filtering out variable updraft_velocity_tunable_parameter_2_CS -INFO: filtering out variable v_wind_component_at_viscous_sublayer_top -INFO: filtering out variable vegetation_temperature -INFO: filtering out variable vertical_dimension_for_fast_physics -INFO: filtering out variable vertical_dimension_for_thickness_at_Lagrangian_surface -INFO: filtering out variable vertical_dimension_of_h2o_forcing_data -INFO: filtering out variable virtual_temperature_at_Lagrangian_surface -INFO: filtering out variable volume_fraction_of_frozen_soil_moisture_for_land_surface_model -INFO: filtering out variable volume_fraction_of_soil_moisture_for_land_surface_model -INFO: filtering out variable volume_fraction_of_unfrozen_soil_moisture_for_land_surface_model -INFO: filtering out variable water_friendly_aerosol_number_concentration -INFO: filtering out variable water_friendly_aerosol_number_concentration_updated_by_physics -INFO: filtering out variable water_storage_in_aquifer -INFO: filtering out variable water_storage_in_aquifer_and_saturated_soil -INFO: filtering out variable water_table_depth -INFO: filtering out variable water_table_recharge_when_deep -INFO: filtering out variable water_table_recharge_when_shallow -INFO: filtering out variable water_vapor_mixing_ratio_at_surface -INFO: filtering out variable water_vapor_specific_humidity_at_Lagrangian_surface -INFO: filtering out variable weight_for_momentum_at_viscous_sublayer_top -INFO: filtering out variable weight_for_potental_temperature_at_viscous_sublayer_top -INFO: filtering out variable weight_for_specific_humidity_at_viscous_sublayer_top -INFO: filtering out variable wood_mass -INFO: filtering out variable x_momentum_tendency_from_blocking_drag -INFO: filtering out variable x_momentum_tendency_from_form_drag -INFO: filtering out variable x_momentum_tendency_from_large_scale_gwd -INFO: filtering out variable x_momentum_tendency_from_small_scale_gwd -INFO: filtering out variable y_momentum_tendency_from_blocking_drag -INFO: filtering out variable y_momentum_tendency_from_form_drag -INFO: filtering out variable y_momentum_tendency_from_large_scale_gwd -INFO: filtering out variable y_momentum_tendency_from_small_scale_gwd -INFO: Checking optional arguments in physics schemes ... -INFO: Metadata table for model FV3 written to tests/build_fv3_14/FV3/ccpp/framework/doc/DevelopersGuide/CCPP_VARIABLES_FV3.tex -INFO: Comparing metadata for requested and provided variables ... -INFO: Generating schemes makefile/cmakefile snippet ... -INFO: Added 168 schemes to tests/build_fv3_14/FV3/ccpp/physics/CCPP_SCHEMES.mk, tests/build_fv3_14/FV3/ccpp/physics/CCPP_SCHEMES.cmake, tests/build_fv3_14/FV3/ccpp/physics/CCPP_SCHEMES.sh -INFO: Generating suite and group caps ... -INFO: Generating static API ccpp_static_api.F90 in tests/build_fv3_14/FV3/ccpp/physics ... -INFO: Generating caps makefile/cmakefile snippet ... -INFO: Added 5 auto-generated caps to tests/build_fv3_14/FV3/ccpp/physics/CCPP_CAPS.mk and tests/build_fv3_14/FV3/ccpp/physics/CCPP_CAPS.cmake -INFO: CCPP prebuild step completed successfully. -+ source build_fv3_14/FV3/ccpp/physics/CCPP_SCHEMES.sh -++ export 'CCPP_SCHEMES=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/aer_cloud.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/aerclm_def.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/aerinterp.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/calpreciptype.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cldwat2m_micro.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cldmacro.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/date_def.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/funcphys.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gcycle.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/h2o_def.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/h2ointerp.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/iccn_def.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/iccninterp.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/iounitdef.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/machine.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mersenne_twister.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfpbl.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg_utils.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg2_0.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg3_0.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/multi_gases.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_model.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_parameters.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_radar.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_thompson.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MP_FER_HIRES.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_bl_mynn.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_mynn.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_orowam2017.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/namelist_soilveg.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfpblt.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfpbltq.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfscu.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfscuq.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/noahmp_tables.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/num_parthds.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozne_def.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozinterp.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/physcons.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/physparam.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radcons.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_aerosols.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_astronomy.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_clouds.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_gases.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_surface.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radlw_datatb.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radlw_param.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radsw_datatb.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radsw_param.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/samfaerosols.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfcsub.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sflx.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/set_soilveg.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/surface_perturbation.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_deep.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_sh.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/tridi.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/wv_saturation.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_soil_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rayleigh_damp.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radsw_main.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_ocean.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gwdc.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gscond.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ysuvdif.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_sice.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/samfdeepcnv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/satmedmfvdif.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozphys_2015.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/samfshalcnv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/precpd.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_fer_hires.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diag.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radlw_main.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_debug.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/satmedmfvdifq.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cs_conv.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/shinhongvdif.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/h2ophys.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_nst.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/moninedmf.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diff.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diag_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/m_micro.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gcm_shoc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gwdps.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/shalcnv.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/get_prs_fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozphys.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_stochastics.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/drag_suite.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_cice.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sascnvn.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cnvc90.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_drv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/dcyc2.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/moninshoc.f' -++ CCPP_SCHEMES='/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/aer_cloud.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/aerclm_def.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/aerinterp.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/calpreciptype.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cldwat2m_micro.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cldmacro.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/date_def.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/funcphys.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gcycle.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/h2o_def.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/h2ointerp.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/iccn_def.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/iccninterp.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/iounitdef.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/machine.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mersenne_twister.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfpbl.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg_utils.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg2_0.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg3_0.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/multi_gases.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_model.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_parameters.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_radar.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_thompson.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MP_FER_HIRES.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_bl_mynn.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_mynn.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_orowam2017.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/namelist_soilveg.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfpblt.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfpbltq.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfscu.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfscuq.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/noahmp_tables.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/num_parthds.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozne_def.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozinterp.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/physcons.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/physparam.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radcons.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_aerosols.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_astronomy.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_clouds.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_gases.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_surface.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radlw_datatb.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radlw_param.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radsw_datatb.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radsw_param.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/samfaerosols.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfcsub.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sflx.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/set_soilveg.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/surface_perturbation.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_deep.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_sh.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/tridi.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/wv_saturation.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_soil_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rayleigh_damp.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radsw_main.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_ocean.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gwdc.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gscond.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ysuvdif.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_sice.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/samfdeepcnv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/satmedmfvdif.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozphys_2015.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/samfshalcnv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/precpd.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_fer_hires.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diag.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radlw_main.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_debug.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/satmedmfvdifq.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cs_conv.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/shinhongvdif.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/h2ophys.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_nst.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/moninedmf.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diff.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diag_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/m_micro.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gcm_shoc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gwdps.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/shalcnv.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/get_prs_fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozphys.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_stochastics.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/drag_suite.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_cice.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sascnvn.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cnvc90.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_drv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/dcyc2.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/moninshoc.f' -+ source build_fv3_14/FV3/ccpp/physics/CCPP_CAPS.sh -++ export 'CCPP_CAPS=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_14/FV3/ccpp/physics/ccpp_FV3_GFS_2017_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_14/FV3/ccpp/physics/ccpp_FV3_GFS_2017_time_vary_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_14/FV3/ccpp/physics/ccpp_FV3_GFS_2017_radiation_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_14/FV3/ccpp/physics/ccpp_FV3_GFS_2017_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_14/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stochastics_cap.F90' -++ CCPP_CAPS='/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_14/FV3/ccpp/physics/ccpp_FV3_GFS_2017_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_14/FV3/ccpp/physics/ccpp_FV3_GFS_2017_time_vary_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_14/FV3/ccpp/physics/ccpp_FV3_GFS_2017_radiation_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_14/FV3/ccpp/physics/ccpp_FV3_GFS_2017_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_14/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stochastics_cap.F90' -+ source build_fv3_14/FV3/ccpp/physics/CCPP_STATIC_API.sh -++ export CCPP_STATIC_API=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_14/FV3/ccpp/physics/ccpp_static_api.F90 -++ CCPP_STATIC_API=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_14/FV3/ccpp/physics/ccpp_static_api.F90 -+ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017 == *\N\A\M\_\p\h\y\s\=\Y* ]] -+ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017 == *\W\W\3\=\Y* ]] -++ trim ' -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF' -++ local 'var= -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF' -++ var='-DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF' -++ var='-DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF' -++ echo -n '-DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF' -+ CCPP_CMAKE_FLAGS='-DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF' -+ source /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc -++ __ms_function_name=setup__test_function__118640 -++ eval 'setup__test_function__118640() { /bin/true ; }' -+++ eval '__text="text" ; if [[ $__text =~ ^(t).* ]] ; then printf "%s" ${.sh.match[1]} ; fi' -+++ cat -++ __ms_ksh_test= -+++ eval 'if ( set | grep setup__test_function__118640 | grep -v name > /dev/null 2>&1 ) ; then echo t ; fi ' -+++ cat -++ __ms_bash_test=t -++ [[ ! -z '' ]] -++ [[ ! -z t ]] -++ __ms_shell=bash -++ [[ -d /lfs3 ]] -++ [[ -d /scratch1 ]] -++ [[ -d /gpfs/hps ]] -++ [[ -e /etc/SuSE-release ]] -++ [[ -d /dcom ]] -++ [[ -L /usrx ]] -+++ readlink /usrx -++ [[ /gpfs/dell1/usrx =~ dell ]] -++ eval module help -++ module purge -+++ /usrx/local/prod/lmod/lmod/libexec/lmod bash purge -++ eval unset 'ADVISOR_2018_DIR;' unset 'BACIO_LIB4;' unset 'BACIO_LIB8;' unset 'BACIO_SRC;' unset 'BACIO_VER;' unset 'BINARY_TYPE_HPC;' unset '__LMOD_REF_COUNT_CLASSPATH;' unset 'CLASSPATH;' unset 'CLCK_ROOT;' unset 'CMAKE_CXX_COMPILER;' unset 'CMAKE_C_COMPILER;' unset 'CMAKE_Fortran_COMPILER;' unset 'CMAKE_Platform;' unset 'COMP;' unset '__LMOD_REF_COUNT_CPATH;' unset 'CPATH;' unset '__LMOD_REF_COUNT_CPLUS_INCLUDE_PATH;' unset 'CPLUS_INCLUDE_PATH;' unset 'CRTM_FIX;' unset 'CRTM_INC;' unset 'CRTM_LIB;' unset 'CRTM_SRC;' unset 'CRTM_VER;' unset 'DAALROOT;' unset 'ECF_HOSTFILE;' unset 'ECF_PORT;' unset 'ECF_ROOT;' unset 'ESMFMKFILE;' unset 'G2TMPL_INC;' unset 'G2TMPL_LIB;' unset 'G2TMPL_SRC;' unset 'G2TMPL_VER;' unset 'G2_INC4;' unset 'G2_INCd;' unset 'G2_LIB4;' unset 'G2_LIBd;' unset 'G2_SRC;' unset 'G2_VER;' unset 'GDBSERVER_MIC;' unset 'GDB_CROSS;' unset 'HDF5;' unset 'HDF5_CFLAGS;' unset 'HDF5_CXXFLAGS;' unset 'HDF5_FFLAGS;' unset 'HDF5_INCLUDE;' unset 'HDF5_LDFLAGS;' unset 'HDF5_LDFLAGS_C;' unset 'HDF5_LDFLAGS_CXX;' unset 'HDF5_LDFLAGS_F;' unset '__LMOD_REF_COUNT_INFOPATH;' unset 'INFOPATH;' unset 'INSPECTOR_2018_DIR;' unset 'INTEL_LICENSE_FILE;' unset 'INTEL_PYTHONHOME;' unset 'IPPROOT;' unset 'IP_INC4;' unset 'IP_INC8;' unset 'IP_INCd;' unset 'IP_LIB4;' unset 'IP_LIB8;' unset 'IP_LIBd;' unset 'IP_SRC;' unset 'IP_VER;' unset 'I_MPI_CC;' unset 'I_MPI_CXX;' unset 'I_MPI_EXTRA_FILESYSTEM;' unset 'I_MPI_EXTRA_FILESYSTEM_LIST;' unset 'I_MPI_F77;' unset 'I_MPI_F90;' unset 'I_MPI_FC;' unset 'I_MPI_HYDRA_BOOTSTRAP;' unset 'I_MPI_HYDRA_IFACE;' unset 'I_MPI_LSF_USE_COLLECTIVE_LAUNCH;' unset 'I_MPI_ROOT;' unset 'JASPER_INC;' unset 'JASPER_LIB;' unset 'JASPER_LIBDIR;' unset 'JASPER_SRC;' unset 'JASPER_VER;' unset 'KMP_AFFINITY;' unset '__LMOD_REF_COUNT_LD_LIBRARY_PATH;' unset 'LD_LIBRARY_PATH;' unset '__LMOD_REF_COUNT_LIBRARY_PATH;' unset 'LIBRARY_PATH;' unset 'LIB_NAME;' unset 'LMOD_FAMILY_COMPILER;' unset 'LMOD_FAMILY_COMPILER_VERSION;' unset 'LMOD_FAMILY_CONMPILER;' unset 'LMOD_FAMILY_CONMPILER_VERSION;' unset 'LMOD_FAMILY_MPI;' unset 'LMOD_FAMILY_MPI_VERSION;' unset '__LMOD_REF_COUNT_LOADEDMODULES;' unset 'LOADEDMODULES;' unset 'LSF_BINDIR;' unset 'LSF_ENVDIR;' unset 'LSF_LIBDIR;' unset 'LSF_SERVERDIR;' '__LMOD_REF_COUNT_MANPATH="/usrx/local/prod/lmod/lmod/share/man:1";' export '__LMOD_REF_COUNT_MANPATH;' 'MANPATH="/usrx/local/prod/lmod/lmod/share/man::";' export 'MANPATH;' unset 'MKLROOT;' 'MODULEPATH="/usrx/local/dev/emc_rocoto/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod";' export 'MODULEPATH;' unset 'MPM_LAUNCHER;' unset 'NEMSIO_INC;' unset 'NEMSIO_LIB;' unset 'NEMSIO_SRC;' unset 'NEMSIO_VER;' unset 'NETCDF;' unset 'NETCDF_CFLAGS;' unset 'NETCDF_CXX4FLAGS;' unset 'NETCDF_CXXFLAGS;' unset 'NETCDF_FFLAGS;' unset 'NETCDF_INC;' unset 'NETCDF_INCLUDE;' unset 'NETCDF_LDFLAGS;' unset 'NETCDF_LDFLAGS_C;' unset 'NETCDF_LDFLAGS_CXX;' unset 'NETCDF_LDFLAGS_CXX4;' unset 'NETCDF_LDFLAGS_F;' unset 'NETCDF_LIB;' unset 'NETCDF_ROOT;' unset '__LMOD_REF_COUNT_NLSPATH;' unset 'NLSPATH;' '__LMOD_REF_COUNT_PATH="/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/usr/lpp/mmfs/bin:1;/opt/ibutils/bin:1;/opt/dell/srvadmin/bin:1;/u/Dusan.Jovic/bin:2;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/dbrowse:1;/u/Dusan.Jovic/.local/bin:1";' export '__LMOD_REF_COUNT_PATH;' 'PATH="/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/usr/lpp/mmfs/bin:/opt/ibutils/bin:/opt/dell/srvadmin/bin:/u/Dusan.Jovic/bin:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/dbrowse:/u/Dusan.Jovic/.local/bin";' export 'PATH;' unset 'PKG_CONFIG_PATH;' unset 'PNG_INC;' unset 'PNG_LIB;' unset 'PNG_LIB12;' unset 'PNG_LIBDIR;' unset 'PNG_LIBso;' unset 'PNG_SRC;' unset 'PNG_VER;' unset 'POST_INC;' unset 'POST_LIB;' unset 'POST_SRC;' unset 'POST_VER;' unset 'PSTLROOT;' unset 'PYTHONPATH;' unset '__LMOD_REF_COUNT_QT_PLUGIN_PATH;' unset 'QT_PLUGIN_PATH;' unset 'SP_LIB4;' unset 'SP_LIB8;' unset 'SP_LIBd;' unset 'SP_SRC;' unset 'SP_VER;' unset 'TBBROOT;' unset 'VT_ADD_LIBS;' unset 'VT_ARCH;' unset 'VT_LIB_DIR;' unset 'VT_MPI;' unset 'VT_ROOT;' unset 'VT_SLIB_DIR;' unset 'W3EMC_INC4;' unset 'W3EMC_INC8;' unset 'W3EMC_INCd;' unset 'W3EMC_LIB4;' unset 'W3EMC_LIB8;' unset 'W3EMC_LIBd;' unset 'W3EMC_SRC;' unset 'W3EMC_VER;' unset 'W3NCO_INC4;' unset 'W3NCO_INC8;' unset 'W3NCO_INCd;' unset 'W3NCO_LIB4;' unset 'W3NCO_LIB8;' unset 'W3NCO_LIBd;' unset 'W3NCO_SRC;' unset 'W3NCO_VER;' unset 'XLSF_UIDDIR;' unset 'Z_INC;' unset 'Z_LIB;' unset 'Z_SRC;' unset 'Z_VER;' unset '__LMOD_REF_COUNT__LMFILES_;' unset '_LMFILES_;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii91c3J4L2xvY2FsL2Rldi9lbWNfcm9jb3RvL21vZHVsZWZpbGVzIiwiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvRHVzYW4uSm92aWMvdWZzL3ByMTgvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvd2Nvc3NfZGVsbF9wMyIsIi91c3J4L2xvY2FsL2Rldi9tb2R1bGVmaWxlcyIsIi91c3J4L2xvY2FsL3Byb2QvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQiLCIvdXNyeC9sb2NhbC9w";' export '_ModuleTable001_;' '_ModuleTable002_="cm9kL21vZHVsZWZpbGVzL2RlZnMiLCIvZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb3JlX3Byb2QiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQ6L3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9kZWZzOi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsfQ==";' export '_ModuleTable002_;' '_ModuleTable_Sz_="2";' export '_ModuleTable_Sz_;' unset '_ModuleTable004_;' unset '_ModuleTable005_;' unset '_ModuleTable006_;' unset '_ModuleTable007_;' unset '_ModuleTable008_;' unset '_ModuleTable009_;' unset '_ModuleTable010_;' unset '_ModuleTable011_;' unset '_ModuleTable012_;' unset '_ModuleTable013_;' unset '_ModuleTable014_;' unset '_ModuleTable015_;' unset '_ModuleTable016_;' -+++ unset ADVISOR_2018_DIR -+++ unset BACIO_LIB4 -+++ unset BACIO_LIB8 -+++ unset BACIO_SRC -+++ unset BACIO_VER -+++ unset BINARY_TYPE_HPC -+++ unset __LMOD_REF_COUNT_CLASSPATH -+++ unset CLASSPATH -+++ unset CLCK_ROOT -+++ unset CMAKE_CXX_COMPILER -+++ unset CMAKE_C_COMPILER -+++ unset CMAKE_Fortran_COMPILER -+++ unset CMAKE_Platform -+++ unset COMP -+++ unset __LMOD_REF_COUNT_CPATH -+++ unset CPATH -+++ unset __LMOD_REF_COUNT_CPLUS_INCLUDE_PATH -+++ unset CPLUS_INCLUDE_PATH -+++ unset CRTM_FIX -+++ unset CRTM_INC -+++ unset CRTM_LIB -+++ unset CRTM_SRC -+++ unset CRTM_VER -+++ unset DAALROOT -+++ unset ECF_HOSTFILE -+++ unset ECF_PORT -+++ unset ECF_ROOT -+++ unset ESMFMKFILE -+++ unset G2TMPL_INC -+++ unset G2TMPL_LIB -+++ unset G2TMPL_SRC -+++ unset G2TMPL_VER -+++ unset G2_INC4 -+++ unset G2_INCd -+++ unset G2_LIB4 -+++ unset G2_LIBd -+++ unset G2_SRC -+++ unset G2_VER -+++ unset GDBSERVER_MIC -+++ unset GDB_CROSS -+++ unset HDF5 -+++ unset HDF5_CFLAGS -+++ unset HDF5_CXXFLAGS -+++ unset HDF5_FFLAGS -+++ unset HDF5_INCLUDE -+++ unset HDF5_LDFLAGS -+++ unset HDF5_LDFLAGS_C -+++ unset HDF5_LDFLAGS_CXX -+++ unset HDF5_LDFLAGS_F -+++ unset __LMOD_REF_COUNT_INFOPATH -+++ unset INFOPATH -+++ unset INSPECTOR_2018_DIR -+++ unset INTEL_LICENSE_FILE -+++ unset INTEL_PYTHONHOME -+++ unset IPPROOT -+++ unset IP_INC4 -+++ unset IP_INC8 -+++ unset IP_INCd -+++ unset IP_LIB4 -+++ unset IP_LIB8 -+++ unset IP_LIBd -+++ unset IP_SRC -+++ unset IP_VER -+++ unset I_MPI_CC -+++ unset I_MPI_CXX -+++ unset I_MPI_EXTRA_FILESYSTEM -+++ unset I_MPI_EXTRA_FILESYSTEM_LIST -+++ unset I_MPI_F77 -+++ unset I_MPI_F90 -+++ unset I_MPI_FC -+++ unset I_MPI_HYDRA_BOOTSTRAP -+++ unset I_MPI_HYDRA_IFACE -+++ unset I_MPI_LSF_USE_COLLECTIVE_LAUNCH -+++ unset I_MPI_ROOT -+++ unset JASPER_INC -+++ unset JASPER_LIB -+++ unset JASPER_LIBDIR -+++ unset JASPER_SRC -+++ unset JASPER_VER -+++ unset KMP_AFFINITY -+++ unset __LMOD_REF_COUNT_LD_LIBRARY_PATH -+++ unset LD_LIBRARY_PATH -+++ unset __LMOD_REF_COUNT_LIBRARY_PATH -+++ unset LIBRARY_PATH -+++ unset LIB_NAME -+++ unset LMOD_FAMILY_COMPILER -+++ unset LMOD_FAMILY_COMPILER_VERSION -+++ unset LMOD_FAMILY_CONMPILER -+++ unset LMOD_FAMILY_CONMPILER_VERSION -+++ unset LMOD_FAMILY_MPI -+++ unset LMOD_FAMILY_MPI_VERSION -+++ unset __LMOD_REF_COUNT_LOADEDMODULES -+++ unset LOADEDMODULES -+++ unset LSF_BINDIR -+++ unset LSF_ENVDIR -+++ unset LSF_LIBDIR -+++ unset LSF_SERVERDIR -+++ __LMOD_REF_COUNT_MANPATH=/usrx/local/prod/lmod/lmod/share/man:1 -+++ export __LMOD_REF_COUNT_MANPATH -+++ MANPATH=/usrx/local/prod/lmod/lmod/share/man:: -+++ export MANPATH -+++ unset MKLROOT -+++ MODULEPATH=/usrx/local/dev/emc_rocoto/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod -+++ export MODULEPATH -+++ unset MPM_LAUNCHER -+++ unset NEMSIO_INC -+++ unset NEMSIO_LIB -+++ unset NEMSIO_SRC -+++ unset NEMSIO_VER -+++ unset NETCDF -+++ unset NETCDF_CFLAGS -+++ unset NETCDF_CXX4FLAGS -+++ unset NETCDF_CXXFLAGS -+++ unset NETCDF_FFLAGS -+++ unset NETCDF_INC -+++ unset NETCDF_INCLUDE -+++ unset NETCDF_LDFLAGS -+++ unset NETCDF_LDFLAGS_C -+++ unset NETCDF_LDFLAGS_CXX -+++ unset NETCDF_LDFLAGS_CXX4 -+++ unset NETCDF_LDFLAGS_F -+++ unset NETCDF_LIB -+++ unset NETCDF_ROOT -+++ unset __LMOD_REF_COUNT_NLSPATH -+++ unset NLSPATH -+++ __LMOD_REF_COUNT_PATH='/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/usr/lpp/mmfs/bin:1;/opt/ibutils/bin:1;/opt/dell/srvadmin/bin:1;/u/Dusan.Jovic/bin:2;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/dbrowse:1;/u/Dusan.Jovic/.local/bin:1' -+++ export __LMOD_REF_COUNT_PATH -+++ PATH=/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/usr/lpp/mmfs/bin:/opt/ibutils/bin:/opt/dell/srvadmin/bin:/u/Dusan.Jovic/bin:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/dbrowse:/u/Dusan.Jovic/.local/bin -+++ export PATH -+++ unset PKG_CONFIG_PATH -+++ unset PNG_INC -+++ unset PNG_LIB -+++ unset PNG_LIB12 -+++ unset PNG_LIBDIR -+++ unset PNG_LIBso -+++ unset PNG_SRC -+++ unset PNG_VER -+++ unset POST_INC -+++ unset POST_LIB -+++ unset POST_SRC -+++ unset POST_VER -+++ unset PSTLROOT -+++ unset PYTHONPATH -+++ unset __LMOD_REF_COUNT_QT_PLUGIN_PATH -+++ unset QT_PLUGIN_PATH -+++ unset SP_LIB4 -+++ unset SP_LIB8 -+++ unset SP_LIBd -+++ unset SP_SRC -+++ unset SP_VER -+++ unset TBBROOT -+++ unset VT_ADD_LIBS -+++ unset VT_ARCH -+++ unset VT_LIB_DIR -+++ unset VT_MPI -+++ unset VT_ROOT -+++ unset VT_SLIB_DIR -+++ unset W3EMC_INC4 -+++ unset W3EMC_INC8 -+++ unset W3EMC_INCd -+++ unset W3EMC_LIB4 -+++ unset W3EMC_LIB8 -+++ unset W3EMC_LIBd -+++ unset W3EMC_SRC -+++ unset W3EMC_VER -+++ unset W3NCO_INC4 -+++ unset W3NCO_INC8 -+++ unset W3NCO_INCd -+++ unset W3NCO_LIB4 -+++ unset W3NCO_LIB8 -+++ unset W3NCO_LIBd -+++ unset W3NCO_SRC -+++ unset W3NCO_VER -+++ unset XLSF_UIDDIR -+++ unset Z_INC -+++ unset Z_LIB -+++ unset Z_SRC -+++ unset Z_VER -+++ unset __LMOD_REF_COUNT__LMFILES_ -+++ unset _LMFILES_ -+++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii91c3J4L2xvY2FsL2Rldi9lbWNfcm9jb3RvL21vZHVsZWZpbGVzIiwiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvRHVzYW4uSm92aWMvdWZzL3ByMTgvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvd2Nvc3NfZGVsbF9wMyIsIi91c3J4L2xvY2FsL2Rldi9tb2R1bGVmaWxlcyIsIi91c3J4L2xvY2FsL3Byb2QvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQiLCIvdXNyeC9sb2NhbC9w -+++ export _ModuleTable001_ -+++ _ModuleTable002_=cm9kL21vZHVsZWZpbGVzL2RlZnMiLCIvZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb3JlX3Byb2QiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQ6L3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9kZWZzOi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsfQ== -+++ export _ModuleTable002_ -+++ _ModuleTable_Sz_=2 -+++ export _ModuleTable_Sz_ -+++ unset _ModuleTable004_ -+++ unset _ModuleTable005_ -+++ unset _ModuleTable006_ -+++ unset _ModuleTable007_ -+++ unset _ModuleTable008_ -+++ unset _ModuleTable009_ -+++ unset _ModuleTable010_ -+++ unset _ModuleTable011_ -+++ unset _ModuleTable012_ -+++ unset _ModuleTable013_ -+++ unset _ModuleTable014_ -+++ unset _ModuleTable015_ -+++ unset _ModuleTable016_ -+++ : -s sh -++ eval -++ unset __ms_shell -++ unset __ms_ksh_test -++ unset __ms_bash_test -++ unset setup__test_function__118640 -++ unset __ms_function_name -+ [[ wcoss_dell_p3 == macosx.* ]] -+ [[ wcoss_dell_p3 == linux.* ]] -+ module use /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3 -++ /usrx/local/prod/lmod/lmod/libexec/lmod bash use /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3 -+ eval 'MODULEPATH="/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/dev/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod";' export 'MODULEPATH;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcjE4L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL3djb3NzX2RlbGxfcDMiLCIvdXNyeC9sb2NhbC9kZXYvZW1jX3JvY290by9tb2R1bGVmaWxlcyIsIi91c3J4L2xvY2FsL2Rldi9tb2R1bGVmaWxlcyIsIi91c3J4L2xvY2FsL3Byb2QvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQiLCIvdXNyeC9sb2NhbC9w";' export '_ModuleTable001_;' '_ModuleTable002_="cm9kL21vZHVsZWZpbGVzL2RlZnMiLCIvZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb3JlX3Byb2QiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQ6L3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9kZWZzOi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsfQ==";' export '_ModuleTable002_;' '_ModuleTable_Sz_="2";' export '_ModuleTable_Sz_;' -++ MODULEPATH=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/dev/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod -++ export MODULEPATH -++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcjE4L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL3djb3NzX2RlbGxfcDMiLCIvdXNyeC9sb2NhbC9kZXYvZW1jX3JvY290by9tb2R1bGVmaWxlcyIsIi91c3J4L2xvY2FsL2Rldi9tb2R1bGVmaWxlcyIsIi91c3J4L2xvY2FsL3Byb2QvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQiLCIvdXNyeC9sb2NhbC9w -++ export _ModuleTable001_ -++ _ModuleTable002_=cm9kL21vZHVsZWZpbGVzL2RlZnMiLCIvZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb3JlX3Byb2QiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQ6L3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9kZWZzOi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsfQ== -++ export _ModuleTable002_ -++ _ModuleTable_Sz_=2 -++ export _ModuleTable_Sz_ -++ : -s sh -+ eval -+ module load fv3 -++ /usrx/local/prod/lmod/lmod/libexec/lmod bash load fv3 -+ eval 'ADVISOR_2018_DIR="/usrx/local/prod/intel/2018UP01/advisor_2018";' export 'ADVISOR_2018_DIR;' 'BACIO_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libbacio_v2.0.3_4.a";' export 'BACIO_LIB4;' 'BACIO_LIB8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libbacio_v2.0.3_8.a";' export 'BACIO_LIB8;' 'BACIO_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/bacio_v2.0.3";' export 'BACIO_SRC;' 'BACIO_VER="v2.0.3";' export 'BACIO_VER;' 'BINARY_TYPE_HPC="";' export 'BINARY_TYPE_HPC;' '__LMOD_REF_COUNT_CLASSPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64/mpi.jar:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/daal.jar:1";' export '__LMOD_REF_COUNT_CLASSPATH;' 'CLASSPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64/mpi.jar:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/daal.jar";' export 'CLASSPATH;' 'CLCK_ROOT="/usrx/local/prod/intel/2018UP01/clck_latest";' export 'CLCK_ROOT;' 'CMAKE_CXX_COMPILER="mpiicpc";' export 'CMAKE_CXX_COMPILER;' 'CMAKE_C_COMPILER="mpiicc";' export 'CMAKE_C_COMPILER;' 'CMAKE_Fortran_COMPILER="mpiifort";' export 'CMAKE_Fortran_COMPILER;' 'CMAKE_Platform="wcoss_dell_p3";' export 'CMAKE_Platform;' 'COMP="ips";' export 'COMP;' '__LMOD_REF_COUNT_CPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/pstl/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/include:1";' export '__LMOD_REF_COUNT_CPATH;' 'CPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/pstl/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/include";' export 'CPATH;' '__LMOD_REF_COUNT_CPLUS_INCLUDE_PATH="/usrx/local/prod/intel/2018UP01/clck_latest/include:1";' export '__LMOD_REF_COUNT_CPLUS_INCLUDE_PATH;' 'CPLUS_INCLUDE_PATH="/usrx/local/prod/intel/2018UP01/clck_latest/include";' export 'CPLUS_INCLUDE_PATH;' 'CRTM_FIX="/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/fix";' export 'CRTM_FIX;' 'CRTM_INC="/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/ips/18.0.1/include/crtm_v2.2.6";' export 'CRTM_INC;' 'CRTM_LIB="/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/ips/18.0.1/libcrtm_v2.2.6.a";' export 'CRTM_LIB;' 'CRTM_SRC="/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/src";' export 'CRTM_SRC;' 'CRTM_VER="v2.2.6";' export 'CRTM_VER;' 'DAALROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal";' export 'DAALROOT;' 'ESMFMKFILE="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/lib/esmf.mk";' export 'ESMFMKFILE;' 'G2TMPL_INC="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/g2tmpl_v1.6.0";' export 'G2TMPL_INC;' 'G2TMPL_LIB="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2tmpl_v1.6.0.a";' export 'G2TMPL_LIB;' 'G2TMPL_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/g2tmpl_v1.6.0/src";' export 'G2TMPL_SRC;' 'G2TMPL_VER="v1.6.0";' export 'G2TMPL_VER;' 'G2_INC4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/g2_v3.1.1_4";' export 'G2_INC4;' 'G2_INCd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/g2_v3.1.1_d";' export 'G2_INCd;' 'G2_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2_v3.1.1_4.a";' export 'G2_LIB4;' 'G2_LIBd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2_v3.1.1_d.a";' export 'G2_LIBd;' 'G2_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/g2_v3.1.1";' export 'G2_SRC;' 'G2_VER="v3.1.1";' export 'G2_VER;' 'GDBSERVER_MIC="/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/targets/intel64/x200/bin/gdbserver";' export 'GDBSERVER_MIC;' 'GDB_CROSS="/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/bin/gdb-ia";' export 'GDB_CROSS;' 'HDF5="/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1";' export 'HDF5;' 'HDF5_CFLAGS="-I/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/include";' export 'HDF5_CFLAGS;' 'HDF5_CXXFLAGS="-I/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/include";' export 'HDF5_CXXFLAGS;' 'HDF5_FFLAGS="-I/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/include";' export 'HDF5_FFLAGS;' 'HDF5_INCLUDE="-I/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/include";' export 'HDF5_INCLUDE;' 'HDF5_LDFLAGS="-L/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib' -lhdf5_hl -lhdf5hl_fortran -lhdf5 '-lhdf5_fortran";' export 'HDF5_LDFLAGS;' 'HDF5_LDFLAGS_C="-L/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib' -lhdf5_hl '-lhdf5";' export 'HDF5_LDFLAGS_C;' 'HDF5_LDFLAGS_CXX="-L/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib' -lhdf5_hl -hdf5_hl_cpp -lhdf5 '-lhdf5_cpp";' export 'HDF5_LDFLAGS_CXX;' 'HDF5_LDFLAGS_F="-L/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib' -lhdf5_hl -lhdf5hl_fortran -lhdf5 '-lhdf5_fortran";' export 'HDF5_LDFLAGS_F;' '__LMOD_REF_COUNT_INFOPATH="/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/info:1;info_gdb_igfx:1";' export '__LMOD_REF_COUNT_INFOPATH;' 'INFOPATH="/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/info:info_gdb_igfx";' export 'INFOPATH;' 'INSPECTOR_2018_DIR="/usrx/local/prod/intel/2018UP01/inspector_2018";' export 'INSPECTOR_2018_DIR;' 'INTEL_LICENSE_FILE="/usrx/local/prod/intel/licenses";' export 'INTEL_LICENSE_FILE;' 'INTEL_PYTHONHOME="/usrx/local/prod/intel/2018UP01/debugger_2018/python/intel64";' export 'INTEL_PYTHONHOME;' 'IPPROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp";' export 'IPPROOT;' 'IP_INC4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ip_v3.0.2_4";' export 'IP_INC4;' 'IP_INC8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ip_v3.0.2_8";' export 'IP_INC8;' 'IP_INCd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ip_v3.0.2_d";' export 'IP_INCd;' 'IP_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libip_v3.0.2_4.a";' export 'IP_LIB4;' 'IP_LIB8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libip_v3.0.2_8.a";' export 'IP_LIB8;' 'IP_LIBd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libip_v3.0.2_d.a";' export 'IP_LIBd;' 'IP_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/ip_v3.0.2";' export 'IP_SRC;' 'IP_VER="v3.0.2";' export 'IP_VER;' 'I_MPI_CC="icc";' export 'I_MPI_CC;' 'I_MPI_CXX="icpc";' export 'I_MPI_CXX;' 'I_MPI_EXTRA_FILESYSTEM="yes";' export 'I_MPI_EXTRA_FILESYSTEM;' 'I_MPI_EXTRA_FILESYSTEM_LIST="gpfs";' export 'I_MPI_EXTRA_FILESYSTEM_LIST;' 'I_MPI_F77="ifort";' export 'I_MPI_F77;' 'I_MPI_F90="ifort";' export 'I_MPI_F90;' 'I_MPI_FC="ifort";' export 'I_MPI_FC;' 'I_MPI_HYDRA_BOOTSTRAP="lsf";' export 'I_MPI_HYDRA_BOOTSTRAP;' 'I_MPI_HYDRA_IFACE="ib0";' export 'I_MPI_HYDRA_IFACE;' 'I_MPI_LSF_USE_COLLECTIVE_LAUNCH="1";' export 'I_MPI_LSF_USE_COLLECTIVE_LAUNCH;' 'I_MPI_ROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi";' export 'I_MPI_ROOT;' 'JASPER_INC="/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/include";' export 'JASPER_INC;' 'JASPER_LIB="/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib/libjasper.a";' export 'JASPER_LIB;' 'JASPER_LIBDIR="/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib";' export 'JASPER_LIBDIR;' 'JASPER_SRC="/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/src/jasper-1.900.29";' export 'JASPER_SRC;' 'JASPER_VER="1.900.29";' export 'JASPER_VER;' 'KMP_AFFINITY="scatter";' export 'KMP_AFFINITY;' unset 'LAUNCH;' '__LMOD_REF_COUNT_LD_LIBRARY_PATH="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/lib:1;/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib:1;/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib:1;/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib:1;/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:1;/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib:1;/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib:1;/usrx/local/prod/intel/2018UP01/itac_latest/slib:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:1;/usrx/local/prod/intel/2018UP01/debugger_2018/iga/lib:1;/usrx/local/prod/intel/2018UP01/debugger_2018/libipt/intel64/lib:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4:1";' export '__LMOD_REF_COUNT_LD_LIBRARY_PATH;' 'LD_LIBRARY_PATH="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/lib:/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib:/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib:/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib:/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib:/usrx/local/prod/intel/2018UP01/itac_latest/slib:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:/usrx/local/prod/intel/2018UP01/debugger_2018/iga/lib:/usrx/local/prod/intel/2018UP01/debugger_2018/libipt/intel64/lib:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4";' export 'LD_LIBRARY_PATH;' '__LMOD_REF_COUNT_LIBRARY_PATH="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:1;/usrx/local/prod/intel/2018UP01/clck_latest/lib/intel64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4:1";' export '__LMOD_REF_COUNT_LIBRARY_PATH;' 'LIBRARY_PATH="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:/usrx/local/prod/intel/2018UP01/clck_latest/lib/intel64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4";' export 'LIBRARY_PATH;' 'LIB_NAME="POST";' export 'LIB_NAME;' 'LMOD_FAMILY_COMPILER="ips";' export 'LMOD_FAMILY_COMPILER;' 'LMOD_FAMILY_COMPILER_VERSION="18.0.1.163";' export 'LMOD_FAMILY_COMPILER_VERSION;' 'LMOD_FAMILY_CONMPILER="HDF5-serial";' export 'LMOD_FAMILY_CONMPILER;' 'LMOD_FAMILY_CONMPILER_VERSION="1.10.1";' export 'LMOD_FAMILY_CONMPILER_VERSION;' 'LMOD_FAMILY_MPI="impi";' export 'LMOD_FAMILY_MPI;' 'LMOD_FAMILY_MPI_VERSION="18.0.1";' export 'LMOD_FAMILY_MPI_VERSION;' '__LMOD_REF_COUNT_LOADEDMODULES="ips/18.0.1.163:1;impi/18.0.1:1;NetCDF/4.5.0:1;HDF5-serial/1.10.1:1;lsf/10.1:1;bacio/2.0.3:1;ip/3.0.2:1;sp/2.0.3:1;w3nco/2.0.7:1;w3emc/2.3.1:1;nemsio/2.2.4:1;g2/3.1.1:1;g2tmpl/1.6.0:1;crtm/2.2.6:1;jasper/1.900.29:1;libpng/1.2.59:1;zlib/1.2.11:1;post/8.0.1:1;esmf/8.0.0:1;cmake/3.10.0:1;fv3:1";' export '__LMOD_REF_COUNT_LOADEDMODULES;' 'LOADEDMODULES="ips/18.0.1.163:impi/18.0.1:NetCDF/4.5.0:HDF5-serial/1.10.1:lsf/10.1:bacio/2.0.3:ip/3.0.2:sp/2.0.3:w3nco/2.0.7:w3emc/2.3.1:nemsio/2.2.4:g2/3.1.1:g2tmpl/1.6.0:crtm/2.2.6:jasper/1.900.29:libpng/1.2.59:zlib/1.2.11:post/8.0.1:esmf/8.0.0:cmake/3.10.0:fv3";' export 'LOADEDMODULES;' 'LSF_BINDIR="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin";' export 'LSF_BINDIR;' 'LSF_ENVDIR="/gpfs/lsf/conf";' export 'LSF_ENVDIR;' 'LSF_LIBDIR="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib";' export 'LSF_LIBDIR;' 'LSF_SERVERDIR="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc";' export 'LSF_SERVERDIR;' '__LMOD_REF_COUNT_MANPATH="/usrx/local/dev/packages/cmake/3.10.0/share/man:1;/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/share/man:1;/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/share/man:1;/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/man:1;/gpfs/lsf/10.1/man:1;/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/share/man:1;/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/share/man:1;/usrx/local/prod/intel/2018UP01/itac_latest/man:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/man/common:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/man:1;/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/man:1;/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-igfx/man:1;/usrx/local/prod/lmod/lmod/share/man:1;/usrx/local/prod/intel/2018UP01/inspector_2018/man:1;/usrx/local/prod/intel/2018UP01/advisor_2018/man:1";' export '__LMOD_REF_COUNT_MANPATH;' 'MANPATH="/usrx/local/dev/packages/cmake/3.10.0/share/man:/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/share/man:/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/share/man:/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/man:/gpfs/lsf/10.1/man:/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/share/man:/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/share/man:/usrx/local/prod/intel/2018UP01/itac_latest/man:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/man/common:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/man:/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/man:/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-igfx/man:/usrx/local/prod/lmod/lmod/share/man::/usrx/local/prod/intel/2018UP01/inspector_2018/man:/usrx/local/prod/intel/2018UP01/advisor_2018/man";' export 'MANPATH;' 'MKLROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl";' export 'MKLROOT;' 'MODULEPATH="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/dev/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1:/usrx/local/prod/modulefiles/mpi_third/ips/18.0.1/impi/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/mpi_prod/ips/18.0.1/impi/18.0.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles";' export 'MODULEPATH;' 'MPM_LAUNCHER="/usrx/local/prod/intel/2018UP01/debugger_2018/mpm/mic/bin/start_mpm.sh";' export 'MPM_LAUNCHER;' 'NEMSIO_INC="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/nemsio_v2.2.4";' export 'NEMSIO_INC;' 'NEMSIO_LIB="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libnemsio_v2.2.4.a";' export 'NEMSIO_LIB;' 'NEMSIO_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/nemsio_v2.2.4";' export 'NEMSIO_SRC;' 'NEMSIO_VER="v2.2.4";' export 'NEMSIO_VER;' 'NETCDF="/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0";' export 'NETCDF;' 'NETCDF_CFLAGS="-I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include";' export 'NETCDF_CFLAGS;' 'NETCDF_CXX4FLAGS="-I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include";' export 'NETCDF_CXX4FLAGS;' 'NETCDF_CXXFLAGS="-I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include";' export 'NETCDF_CXXFLAGS;' 'NETCDF_FFLAGS="-I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include";' export 'NETCDF_FFLAGS;' 'NETCDF_INC="/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include";' export 'NETCDF_INC;' 'NETCDF_INCLUDE="-I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include";' export 'NETCDF_INCLUDE;' 'NETCDF_LDFLAGS="-L/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib' '-lnetcdff";' export 'NETCDF_LDFLAGS;' 'NETCDF_LDFLAGS_C="-L/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib' '-lnetcdf";' export 'NETCDF_LDFLAGS_C;' 'NETCDF_LDFLAGS_CXX="-L/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib' -lnetcdf '-lnetcdf_c++";' export 'NETCDF_LDFLAGS_CXX;' 'NETCDF_LDFLAGS_CXX4="-L/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib' -lnetcdf '-lnetcdf_c++4";' export 'NETCDF_LDFLAGS_CXX4;' 'NETCDF_LDFLAGS_F="-L/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib' '-lnetcdff";' export 'NETCDF_LDFLAGS_F;' 'NETCDF_LIB="/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib";' export 'NETCDF_LIB;' 'NETCDF_ROOT="/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0";' export 'NETCDF_ROOT;' '__LMOD_REF_COUNT_NLSPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin/locale/%l_%t/%N:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin/locale/%l_%t/%N:1;/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/share/locale/%l_%t/%N:1";' export '__LMOD_REF_COUNT_NLSPATH;' 'NLSPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin/locale/%l_%t/%N:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin/locale/%l_%t/%N::/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/share/locale/%l_%t/%N";' export 'NLSPATH;' '__LMOD_REF_COUNT_PATH="/usrx/local/dev/packages/cmake/3.10.0/bin:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/bin:1;/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/bin:1;/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/bin:1;/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc:1;/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin:1;/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1:1;/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/bin:1;/usrx/local/prod/intel/2018UP01/advisor_2018/bin64:1;/usrx/local/prod/intel/2018UP01/vtune_amplifier_2018/bin64:1;/usrx/local/prod/intel/2018UP01/inspector_2018/bin64:1;/usrx/local/prod/intel/2018UP01/itac_latest/bin:1;/usrx/local/prod/intel/2018UP01/clck_latest/bin/intel64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/bin/intel64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64:1;/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/targets/intel64/x200/bin:1;/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/bin:1;/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/usr/lpp/mmfs/bin:1;/opt/ibutils/bin:1;/opt/dell/srvadmin/bin:1;/u/Dusan.Jovic/bin:2;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/dbrowse:1;/u/Dusan.Jovic/.local/bin:1;/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/include:1";' export '__LMOD_REF_COUNT_PATH;' 'PATH="/usrx/local/dev/packages/cmake/3.10.0/bin:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/bin:/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/bin:/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/bin:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin:/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1:/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/bin:/usrx/local/prod/intel/2018UP01/advisor_2018/bin64:/usrx/local/prod/intel/2018UP01/vtune_amplifier_2018/bin64:/usrx/local/prod/intel/2018UP01/inspector_2018/bin64:/usrx/local/prod/intel/2018UP01/itac_latest/bin:/usrx/local/prod/intel/2018UP01/clck_latest/bin/intel64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/bin/intel64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64:/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/targets/intel64/x200/bin:/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/usr/lpp/mmfs/bin:/opt/ibutils/bin:/opt/dell/srvadmin/bin:/u/Dusan.Jovic/bin:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/dbrowse:/u/Dusan.Jovic/.local/bin:/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/include";' export 'PATH;' 'PKG_CONFIG_PATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/bin/pkgconfig";' export 'PKG_CONFIG_PATH;' 'PNG_INC="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/include";' export 'PNG_INC;' 'PNG_LIB="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng.a";' export 'PNG_LIB;' 'PNG_LIB12="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng12.a";' export 'PNG_LIB12;' 'PNG_LIBDIR="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib";' export 'PNG_LIBDIR;' 'PNG_LIBso="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng.so";' export 'PNG_LIBso;' 'PNG_SRC="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/src/libpng-1.2.59";' export 'PNG_SRC;' 'PNG_VER="1.2.59";' export 'PNG_VER;' 'POST_INC="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ncep_post_v8.0.1_4";' export 'POST_INC;' 'POST_LIB="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libncep_post_v8.0.1_4.a";' export 'POST_LIB;' 'POST_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/post_v8.0.1";' export 'POST_SRC;' 'POST_VER="v8.0.1";' export 'POST_VER;' 'PSTLROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/pstl";' export 'PSTLROOT;' 'PYTHONPATH="/usrx/local/prod/intel/2018UP01/advisor_2018/pythonapi";' export 'PYTHONPATH;' 'SP_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_4.a";' export 'SP_LIB4;' 'SP_LIB8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_8.a";' export 'SP_LIB8;' 'SP_LIBd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_d.a";' export 'SP_LIBd;' 'SP_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/sp_v2.0.3";' export 'SP_SRC;' 'SP_VER="v2.0.3";' export 'SP_VER;' 'TBBROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb";' export 'TBBROOT;' 'VT_ADD_LIBS="-ldwarf' -lelf -lvtunwind -lm '-lpthread";' export 'VT_ADD_LIBS;' 'VT_ARCH="intel64";' export 'VT_ARCH;' 'VT_LIB_DIR="/usrx/local/prod/intel/2018UP01/itac_latest/lib";' export 'VT_LIB_DIR;' 'VT_MPI="impi4";' export 'VT_MPI;' 'VT_ROOT="/usrx/local/prod/intel/2018UP01/itac_latest";' export 'VT_ROOT;' 'VT_SLIB_DIR="/usrx/local/prod/intel/2018UP01/itac_latest/slib";' export 'VT_SLIB_DIR;' 'W3EMC_INC4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3emc_v2.3.1_4";' export 'W3EMC_INC4;' 'W3EMC_INC8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3emc_v2.3.1_8";' export 'W3EMC_INC8;' 'W3EMC_INCd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3emc_v2.3.1_d";' export 'W3EMC_INCd;' 'W3EMC_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_4.a";' export 'W3EMC_LIB4;' 'W3EMC_LIB8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_8.a";' export 'W3EMC_LIB8;' 'W3EMC_LIBd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_d.a";' export 'W3EMC_LIBd;' 'W3EMC_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/w3emc_v2.3.1";' export 'W3EMC_SRC;' 'W3EMC_VER="v2.3.1";' export 'W3EMC_VER;' 'W3NCO_INC4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3nco_v2.0.7_4";' export 'W3NCO_INC4;' 'W3NCO_INC8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3nco_v2.0.7_8";' export 'W3NCO_INC8;' 'W3NCO_INCd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3nco_v2.0.7_d";' export 'W3NCO_INCd;' 'W3NCO_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_4.a";' export 'W3NCO_LIB4;' 'W3NCO_LIB8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_8.a";' export 'W3NCO_LIB8;' 'W3NCO_LIBd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_d.a";' export 'W3NCO_LIBd;' 'W3NCO_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/w3nco_v2.0.7";' export 'W3NCO_SRC;' 'W3NCO_VER="v2.0.7";' export 'W3NCO_VER;' 'XLSF_UIDDIR="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib/uid";' export 'XLSF_UIDDIR;' 'Z_INC="/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/include";' export 'Z_INC;' 'Z_LIB="/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib/libz.a";' export 'Z_LIB;' 'Z_SRC="/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/src";' export 'Z_SRC;' 'Z_VER="1.2.11";' export 'Z_VER;' '__LMOD_REF_COUNT__LMFILES_="/usrx/local/prod/modulefiles/core_third/ips/18.0.1.163:1;/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1/impi/18.0.1.lua:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/NetCDF/4.5.0:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/HDF5-serial/1.10.1:1;/usrx/local/prod/modulefiles/core_third/lsf/10.1:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/bacio/2.0.3:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/ip/3.0.2:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/sp/2.0.3:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3nco/2.0.7:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3emc/2.3.1:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/nemsio/2.2.4:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2/3.1.1:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2tmpl/1.6.0:1;/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/crtm/2.2.6:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/jasper/1.900.29:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/libpng/1.2.59:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/zlib/1.2.11:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/post/8.0.1:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/esmf/8.0.0:1;/usrx/local/dev/modulefiles/cmake/3.10.0:1;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3:1";' export '__LMOD_REF_COUNT__LMFILES_;' '_LMFILES_="/usrx/local/prod/modulefiles/core_third/ips/18.0.1.163:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1/impi/18.0.1.lua:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/NetCDF/4.5.0:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/HDF5-serial/1.10.1:/usrx/local/prod/modulefiles/core_third/lsf/10.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/bacio/2.0.3:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/ip/3.0.2:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/sp/2.0.3:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3nco/2.0.7:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3emc/2.3.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/nemsio/2.2.4:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2/3.1.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2tmpl/1.6.0:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/crtm/2.2.6:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/jasper/1.900.29:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/libpng/1.2.59:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/zlib/1.2.11:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/post/8.0.1:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/esmf/8.0.0:/usrx/local/dev/modulefiles/cmake/3.10.0:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3";' export '_LMFILES_;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImlwcyIsWyJjb25tcGlsZXIiXT0iSERGNS1zZXJpYWwiLFsibXBpIl09ImltcGkiLH0sbVQ9e1siSERGNS1zZXJpYWwiXT17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvSERGNS1zZXJpYWwvMS4xMC4xIixbImZ1bGxOYW1lIl09IkhERjUtc2VyaWFsLzEuMTAuMSIsWyJsb2FkT3JkZXIiXT00LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09IkhERjUtc2VyaWFs";' export '_ModuleTable001_;' '_ModuleTable002_="LzEuMTAuMSIsfSxOZXRDREY9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xL05ldENERi80LjUuMCIsWyJmdWxsTmFtZSJdPSJOZXRDREYvNC41LjAiLFsibG9hZE9yZGVyIl09Myxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJOZXRDREYvNC41LjAiLH0sYmFjaW89e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2JhY2lvLzIuMC4zIixbImZ1bGxOYW1lIl09ImJhY2lvLzIuMC4zIixbImxvYWRPcmRlciJdPTYscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNl";' export '_ModuleTable002_;' '_ModuleTable003_="ck5hbWUiXT0iYmFjaW8vMi4wLjMiLH0sY21ha2U9e1siZm4iXT0iL3VzcngvbG9jYWwvZGV2L21vZHVsZWZpbGVzL2NtYWtlLzMuMTAuMCIsWyJmdWxsTmFtZSJdPSJjbWFrZS8zLjEwLjAiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY21ha2UvMy4xMC4wIix9LGNydG09e1siZm4iXT0iL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfcHJvZC9pcHMvMTguMC4xL2NydG0vMi4yLjYiLFsiZnVsbE5hbWUiXT0iY3J0bS8yLjIuNiIsWyJsb2FkT3JkZXIiXT0xNCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1";' export '_ModuleTable003_;' '_ModuleTable004_="c2VyTmFtZSJdPSJjcnRtLzIuMi42Iix9LGVzbWY9e1siZm4iXT0iL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcjE4L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL3djb3NzX2RlbGxfcDMvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT0yMSxw";' export '_ModuleTable004_;' '_ModuleTable005_="cm9wVD17fSxbInN0YWNrRGVwdGgiXT0wLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZzI9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2cyLzMuMS4xIixbImZ1bGxOYW1lIl09ImcyLzMuMS4xIixbImxvYWRPcmRlciJdPTEyLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcyLzMuMS4xIix9LGcydG1wbD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzJ0bXBsLzEuNi4wIixbImZ1bGxOYW1lIl09ImcydG1wbC8xLjYuMCIsWyJsb2FkT3JkZXIiXT0xMyxwcm9wVD17fSxbInN0YWNr";' export '_ModuleTable005_;' '_ModuleTable006_="RGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMnRtcGwvMS42LjAiLH0saW1waT17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX21waS9pcHMvMTguMC4xL2ltcGkvMTguMC4xLmx1YSIsWyJmdWxsTmFtZSJdPSJpbXBpLzE4LjAuMSIsWyJsb2FkT3JkZXIiXT0yLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImltcGkvMTguMC4xIix9LGlwPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9pcC8zLjAuMiIsWyJmdWxsTmFtZSJdPSJpcC8zLjAuMiIsWyJsb2FkT3JkZXIiXT03LHByb3BUPXt9LFsic3Rh";' export '_ModuleTable006_;' '_ModuleTable007_="Y2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImlwLzMuMC4yIix9LGlwcz17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQvaXBzLzE4LjAuMS4xNjMiLFsiZnVsbE5hbWUiXT0iaXBzLzE4LjAuMS4xNjMiLFsibG9hZE9yZGVyIl09MSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJpcHMvMTguMC4xLjE2MyIsfSxqYXNwZXI9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xL2phc3Blci8xLjkwMC4yOSIsWyJmdWxsTmFtZSJdPSJqYXNwZXIvMS45MDAuMjkiLFsibG9hZE9yZGVyIl09";' export '_ModuleTable007_;' '_ModuleTable008_="MTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iamFzcGVyLzEuOTAwLjI5Iix9LGxpYnBuZz17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvbGlicG5nLzEuMi41OSIsWyJmdWxsTmFtZSJdPSJsaWJwbmcvMS4yLjU5IixbImxvYWRPcmRlciJdPTE2LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImxpYnBuZy8xLjIuNTkiLH0sbHNmPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZC9sc2YvMTAuMSIsWyJmdWxsTmFtZSJdPSJsc2YvMTAuMSIsWyJsb2Fk";' export '_ModuleTable008_;' '_ModuleTable009_="T3JkZXIiXT01LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImxzZi8xMC4xIix9LG5lbXNpbz17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvbmVtc2lvLzIuMi40IixbImZ1bGxOYW1lIl09Im5lbXNpby8yLjIuNCIsWyJsb2FkT3JkZXIiXT0xMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZW1zaW8vMi4yLjQiLH0scG9zdD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvcG9zdC84LjAuMSIsWyJmdWxsTmFtZSJdPSJwb3N0LzguMC4xIixbImxvYWRP";' export '_ModuleTable009_;' '_ModuleTable010_="cmRlciJdPTE4LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InBvc3QvOC4wLjEiLH0sc3A9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL3NwLzIuMC4zIixbImZ1bGxOYW1lIl09InNwLzIuMC4zIixbImxvYWRPcmRlciJdPTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ic3AvMi4wLjMiLH0sdzNlbWM9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL3czZW1jLzIuMy4xIixbImZ1bGxOYW1lIl09InczZW1jLzIuMy4xIixbImxvYWRPcmRlciJdPTEwLHBy";' export '_ModuleTable010_;' '_ModuleTable011_="b3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczZW1jLzIuMy4xIix9LHczbmNvPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy93M25jby8yLjAuNyIsWyJmdWxsTmFtZSJdPSJ3M25jby8yLjAuNyIsWyJsb2FkT3JkZXIiXT05LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHpsaWI9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xL3psaWIvMS4yLjExIixbImZ1bGxOYW1lIl09InpsaWIvMS4yLjExIixbImxvYWRPcmRl";' export '_ModuleTable011_;' '_ModuleTable012_="ciJdPTE3LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InpsaWIvMS4yLjExIix9LH0sbXBhdGhBPXsiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMiLCIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9EdXNhbi5Kb3ZpYy91ZnMvcHIxOC91ZnMtd2VhdGhlci1tb2RlbC9tb2R1bGVmaWxlcy93Y29zc19kZWxsX3AzIiwiL3VzcngvbG9jYWwvZGV2L2VtY19yb2NvdG8vbW9kdWxlZmlsZXMiLCIvdXNyeC9sb2NhbC9kZXYvbW9kdWxlZmlsZXMiLCIvdXNyeC9sb2NhbC9wcm9kL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlIiwiL3VzcngvbG9j";' export '_ModuleTable012_;' '_ModuleTable013_="YWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9kZWZzIiwiL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29yZV9wcm9kIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xIiwiL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfcHJvZC9pcHMvMTguMC4xIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl9tcGkvaXBzLzE4LjAuMSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvbXBpX3RoaXJkL2lwcy8xOC4wLjEvaW1waS8xOC4wLjEiLCIvZ3Bmcy9kZWxsMS9uY28vb3BzL253";' export '_ModuleTable013_;' '_ModuleTable014_="cHJvZC9tb2R1bGVmaWxlcy9tcGlfcHJvZC9pcHMvMTguMC4xL2ltcGkvMTguMC4xIiwiL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzIix9LFsic3lzdGVtQmFzZU1QQVRIIl09Ii91c3J4L2xvY2FsL3Byb2QvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmU6L3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkOi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvZGVmczovZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb3JlX3Byb2QiLH0=";' export '_ModuleTable014_;' '_ModuleTable_Sz_="14";' export '_ModuleTable_Sz_;' -++ ADVISOR_2018_DIR=/usrx/local/prod/intel/2018UP01/advisor_2018 -++ export ADVISOR_2018_DIR -++ BACIO_LIB4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libbacio_v2.0.3_4.a -++ export BACIO_LIB4 -++ BACIO_LIB8=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libbacio_v2.0.3_8.a -++ export BACIO_LIB8 -++ BACIO_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/bacio_v2.0.3 -++ export BACIO_SRC -++ BACIO_VER=v2.0.3 -++ export BACIO_VER -++ BINARY_TYPE_HPC= -++ export BINARY_TYPE_HPC -++ __LMOD_REF_COUNT_CLASSPATH='/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64/mpi.jar:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/daal.jar:1' -++ export __LMOD_REF_COUNT_CLASSPATH -++ CLASSPATH=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64/mpi.jar:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/daal.jar -++ export CLASSPATH -++ CLCK_ROOT=/usrx/local/prod/intel/2018UP01/clck_latest -++ export CLCK_ROOT -++ CMAKE_CXX_COMPILER=mpiicpc -++ export CMAKE_CXX_COMPILER -++ CMAKE_C_COMPILER=mpiicc -++ export CMAKE_C_COMPILER -++ CMAKE_Fortran_COMPILER=mpiifort -++ export CMAKE_Fortran_COMPILER -++ CMAKE_Platform=wcoss_dell_p3 -++ export CMAKE_Platform -++ COMP=ips -++ export COMP -++ __LMOD_REF_COUNT_CPATH='/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/pstl/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/include:1' -++ export __LMOD_REF_COUNT_CPATH -++ CPATH=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/pstl/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/include -++ export CPATH -++ __LMOD_REF_COUNT_CPLUS_INCLUDE_PATH=/usrx/local/prod/intel/2018UP01/clck_latest/include:1 -++ export __LMOD_REF_COUNT_CPLUS_INCLUDE_PATH -++ CPLUS_INCLUDE_PATH=/usrx/local/prod/intel/2018UP01/clck_latest/include -++ export CPLUS_INCLUDE_PATH -++ CRTM_FIX=/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/fix -++ export CRTM_FIX -++ CRTM_INC=/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/ips/18.0.1/include/crtm_v2.2.6 -++ export CRTM_INC -++ CRTM_LIB=/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/ips/18.0.1/libcrtm_v2.2.6.a -++ export CRTM_LIB -++ CRTM_SRC=/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/src -++ export CRTM_SRC -++ CRTM_VER=v2.2.6 -++ export CRTM_VER -++ DAALROOT=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal -++ export DAALROOT -++ ESMFMKFILE=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/lib/esmf.mk -++ export ESMFMKFILE -++ G2TMPL_INC=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/g2tmpl_v1.6.0 -++ export G2TMPL_INC -++ G2TMPL_LIB=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2tmpl_v1.6.0.a -++ export G2TMPL_LIB -++ G2TMPL_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/g2tmpl_v1.6.0/src -++ export G2TMPL_SRC -++ G2TMPL_VER=v1.6.0 -++ export G2TMPL_VER -++ G2_INC4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/g2_v3.1.1_4 -++ export G2_INC4 -++ G2_INCd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/g2_v3.1.1_d -++ export G2_INCd -++ G2_LIB4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2_v3.1.1_4.a -++ export G2_LIB4 -++ G2_LIBd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2_v3.1.1_d.a -++ export G2_LIBd -++ G2_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/g2_v3.1.1 -++ export G2_SRC -++ G2_VER=v3.1.1 -++ export G2_VER -++ GDBSERVER_MIC=/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/targets/intel64/x200/bin/gdbserver -++ export GDBSERVER_MIC -++ GDB_CROSS=/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/bin/gdb-ia -++ export GDB_CROSS -++ HDF5=/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1 -++ export HDF5 -++ HDF5_CFLAGS=-I/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/include -++ export HDF5_CFLAGS -++ HDF5_CXXFLAGS=-I/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/include -++ export HDF5_CXXFLAGS -++ HDF5_FFLAGS=-I/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/include -++ export HDF5_FFLAGS -++ HDF5_INCLUDE=-I/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/include -++ export HDF5_INCLUDE -++ HDF5_LDFLAGS='-L/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib -lhdf5_hl -lhdf5hl_fortran -lhdf5 -lhdf5_fortran' -++ export HDF5_LDFLAGS -++ HDF5_LDFLAGS_C='-L/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib -lhdf5_hl -lhdf5' -++ export HDF5_LDFLAGS_C -++ HDF5_LDFLAGS_CXX='-L/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib -lhdf5_hl -hdf5_hl_cpp -lhdf5 -lhdf5_cpp' -++ export HDF5_LDFLAGS_CXX -++ HDF5_LDFLAGS_F='-L/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib -lhdf5_hl -lhdf5hl_fortran -lhdf5 -lhdf5_fortran' -++ export HDF5_LDFLAGS_F -++ __LMOD_REF_COUNT_INFOPATH='/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/info:1;info_gdb_igfx:1' -++ export __LMOD_REF_COUNT_INFOPATH -++ INFOPATH=/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/info:info_gdb_igfx -++ export INFOPATH -++ INSPECTOR_2018_DIR=/usrx/local/prod/intel/2018UP01/inspector_2018 -++ export INSPECTOR_2018_DIR -++ INTEL_LICENSE_FILE=/usrx/local/prod/intel/licenses -++ export INTEL_LICENSE_FILE -++ INTEL_PYTHONHOME=/usrx/local/prod/intel/2018UP01/debugger_2018/python/intel64 -++ export INTEL_PYTHONHOME -++ IPPROOT=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp -++ export IPPROOT -++ IP_INC4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ip_v3.0.2_4 -++ export IP_INC4 -++ IP_INC8=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ip_v3.0.2_8 -++ export IP_INC8 -++ IP_INCd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ip_v3.0.2_d -++ export IP_INCd -++ IP_LIB4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libip_v3.0.2_4.a -++ export IP_LIB4 -++ IP_LIB8=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libip_v3.0.2_8.a -++ export IP_LIB8 -++ IP_LIBd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libip_v3.0.2_d.a -++ export IP_LIBd -++ IP_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/ip_v3.0.2 -++ export IP_SRC -++ IP_VER=v3.0.2 -++ export IP_VER -++ I_MPI_CC=icc -++ export I_MPI_CC -++ I_MPI_CXX=icpc -++ export I_MPI_CXX -++ I_MPI_EXTRA_FILESYSTEM=yes -++ export I_MPI_EXTRA_FILESYSTEM -++ I_MPI_EXTRA_FILESYSTEM_LIST=gpfs -++ export I_MPI_EXTRA_FILESYSTEM_LIST -++ I_MPI_F77=ifort -++ export I_MPI_F77 -++ I_MPI_F90=ifort -++ export I_MPI_F90 -++ I_MPI_FC=ifort -++ export I_MPI_FC -++ I_MPI_HYDRA_BOOTSTRAP=lsf -++ export I_MPI_HYDRA_BOOTSTRAP -++ I_MPI_HYDRA_IFACE=ib0 -++ export I_MPI_HYDRA_IFACE -++ I_MPI_LSF_USE_COLLECTIVE_LAUNCH=1 -++ export I_MPI_LSF_USE_COLLECTIVE_LAUNCH -++ I_MPI_ROOT=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi -++ export I_MPI_ROOT -++ JASPER_INC=/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/include -++ export JASPER_INC -++ JASPER_LIB=/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib/libjasper.a -++ export JASPER_LIB -++ JASPER_LIBDIR=/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib -++ export JASPER_LIBDIR -++ JASPER_SRC=/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/src/jasper-1.900.29 -++ export JASPER_SRC -++ JASPER_VER=1.900.29 -++ export JASPER_VER -++ KMP_AFFINITY=scatter -++ export KMP_AFFINITY -++ unset LAUNCH -++ __LMOD_REF_COUNT_LD_LIBRARY_PATH='/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/lib:1;/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib:1;/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib:1;/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib:1;/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:1;/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib:1;/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib:1;/usrx/local/prod/intel/2018UP01/itac_latest/slib:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:1;/usrx/local/prod/intel/2018UP01/debugger_2018/iga/lib:1;/usrx/local/prod/intel/2018UP01/debugger_2018/libipt/intel64/lib:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4:1' -++ export __LMOD_REF_COUNT_LD_LIBRARY_PATH -++ LD_LIBRARY_PATH=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/lib:/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib:/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib:/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib:/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib:/usrx/local/prod/intel/2018UP01/itac_latest/slib:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:/usrx/local/prod/intel/2018UP01/debugger_2018/iga/lib:/usrx/local/prod/intel/2018UP01/debugger_2018/libipt/intel64/lib:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4 -++ export LD_LIBRARY_PATH -++ __LMOD_REF_COUNT_LIBRARY_PATH='/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:1;/usrx/local/prod/intel/2018UP01/clck_latest/lib/intel64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4:1' -++ export __LMOD_REF_COUNT_LIBRARY_PATH -++ LIBRARY_PATH=/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:/usrx/local/prod/intel/2018UP01/clck_latest/lib/intel64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4 -++ export LIBRARY_PATH -++ LIB_NAME=POST -++ export LIB_NAME -++ LMOD_FAMILY_COMPILER=ips -++ export LMOD_FAMILY_COMPILER -++ LMOD_FAMILY_COMPILER_VERSION=18.0.1.163 -++ export LMOD_FAMILY_COMPILER_VERSION -++ LMOD_FAMILY_CONMPILER=HDF5-serial -++ export LMOD_FAMILY_CONMPILER -++ LMOD_FAMILY_CONMPILER_VERSION=1.10.1 -++ export LMOD_FAMILY_CONMPILER_VERSION -++ LMOD_FAMILY_MPI=impi -++ export LMOD_FAMILY_MPI -++ LMOD_FAMILY_MPI_VERSION=18.0.1 -++ export LMOD_FAMILY_MPI_VERSION -++ __LMOD_REF_COUNT_LOADEDMODULES='ips/18.0.1.163:1;impi/18.0.1:1;NetCDF/4.5.0:1;HDF5-serial/1.10.1:1;lsf/10.1:1;bacio/2.0.3:1;ip/3.0.2:1;sp/2.0.3:1;w3nco/2.0.7:1;w3emc/2.3.1:1;nemsio/2.2.4:1;g2/3.1.1:1;g2tmpl/1.6.0:1;crtm/2.2.6:1;jasper/1.900.29:1;libpng/1.2.59:1;zlib/1.2.11:1;post/8.0.1:1;esmf/8.0.0:1;cmake/3.10.0:1;fv3:1' -++ export __LMOD_REF_COUNT_LOADEDMODULES -++ LOADEDMODULES=ips/18.0.1.163:impi/18.0.1:NetCDF/4.5.0:HDF5-serial/1.10.1:lsf/10.1:bacio/2.0.3:ip/3.0.2:sp/2.0.3:w3nco/2.0.7:w3emc/2.3.1:nemsio/2.2.4:g2/3.1.1:g2tmpl/1.6.0:crtm/2.2.6:jasper/1.900.29:libpng/1.2.59:zlib/1.2.11:post/8.0.1:esmf/8.0.0:cmake/3.10.0:fv3 -++ export LOADEDMODULES -++ LSF_BINDIR=/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin -++ export LSF_BINDIR -++ LSF_ENVDIR=/gpfs/lsf/conf -++ export LSF_ENVDIR -++ LSF_LIBDIR=/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib -++ export LSF_LIBDIR -++ LSF_SERVERDIR=/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc -++ export LSF_SERVERDIR -++ __LMOD_REF_COUNT_MANPATH='/usrx/local/dev/packages/cmake/3.10.0/share/man:1;/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/share/man:1;/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/share/man:1;/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/man:1;/gpfs/lsf/10.1/man:1;/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/share/man:1;/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/share/man:1;/usrx/local/prod/intel/2018UP01/itac_latest/man:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/man/common:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/man:1;/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/man:1;/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-igfx/man:1;/usrx/local/prod/lmod/lmod/share/man:1;/usrx/local/prod/intel/2018UP01/inspector_2018/man:1;/usrx/local/prod/intel/2018UP01/advisor_2018/man:1' -++ export __LMOD_REF_COUNT_MANPATH -++ MANPATH=/usrx/local/dev/packages/cmake/3.10.0/share/man:/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/share/man:/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/share/man:/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/man:/gpfs/lsf/10.1/man:/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/share/man:/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/share/man:/usrx/local/prod/intel/2018UP01/itac_latest/man:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/man/common:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/man:/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/man:/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-igfx/man:/usrx/local/prod/lmod/lmod/share/man::/usrx/local/prod/intel/2018UP01/inspector_2018/man:/usrx/local/prod/intel/2018UP01/advisor_2018/man -++ export MANPATH -++ MKLROOT=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl -++ export MKLROOT -++ MODULEPATH=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/dev/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1:/usrx/local/prod/modulefiles/mpi_third/ips/18.0.1/impi/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/mpi_prod/ips/18.0.1/impi/18.0.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles -++ export MODULEPATH -++ MPM_LAUNCHER=/usrx/local/prod/intel/2018UP01/debugger_2018/mpm/mic/bin/start_mpm.sh -++ export MPM_LAUNCHER -++ NEMSIO_INC=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/nemsio_v2.2.4 -++ export NEMSIO_INC -++ NEMSIO_LIB=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libnemsio_v2.2.4.a -++ export NEMSIO_LIB -++ NEMSIO_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/nemsio_v2.2.4 -++ export NEMSIO_SRC -++ NEMSIO_VER=v2.2.4 -++ export NEMSIO_VER -++ NETCDF=/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0 -++ export NETCDF -++ NETCDF_CFLAGS=-I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -++ export NETCDF_CFLAGS -++ NETCDF_CXX4FLAGS=-I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -++ export NETCDF_CXX4FLAGS -++ NETCDF_CXXFLAGS=-I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -++ export NETCDF_CXXFLAGS -++ NETCDF_FFLAGS=-I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -++ export NETCDF_FFLAGS -++ NETCDF_INC=/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -++ export NETCDF_INC -++ NETCDF_INCLUDE=-I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -++ export NETCDF_INCLUDE -++ NETCDF_LDFLAGS='-L/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib -lnetcdff' -++ export NETCDF_LDFLAGS -++ NETCDF_LDFLAGS_C='-L/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib -lnetcdf' -++ export NETCDF_LDFLAGS_C -++ NETCDF_LDFLAGS_CXX='-L/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib -lnetcdf -lnetcdf_c++' -++ export NETCDF_LDFLAGS_CXX -++ NETCDF_LDFLAGS_CXX4='-L/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib -lnetcdf -lnetcdf_c++4' -++ export NETCDF_LDFLAGS_CXX4 -++ NETCDF_LDFLAGS_F='-L/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib -lnetcdff' -++ export NETCDF_LDFLAGS_F -++ NETCDF_LIB=/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib -++ export NETCDF_LIB -++ NETCDF_ROOT=/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0 -++ export NETCDF_ROOT -++ __LMOD_REF_COUNT_NLSPATH='/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin/locale/%l_%t/%N:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin/locale/%l_%t/%N:1;/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/share/locale/%l_%t/%N:1' -++ export __LMOD_REF_COUNT_NLSPATH -++ NLSPATH=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin/locale/%l_%t/%N:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin/locale/%l_%t/%N::/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/share/locale/%l_%t/%N -++ export NLSPATH -++ __LMOD_REF_COUNT_PATH='/usrx/local/dev/packages/cmake/3.10.0/bin:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/bin:1;/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/bin:1;/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/bin:1;/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc:1;/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin:1;/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1:1;/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/bin:1;/usrx/local/prod/intel/2018UP01/advisor_2018/bin64:1;/usrx/local/prod/intel/2018UP01/vtune_amplifier_2018/bin64:1;/usrx/local/prod/intel/2018UP01/inspector_2018/bin64:1;/usrx/local/prod/intel/2018UP01/itac_latest/bin:1;/usrx/local/prod/intel/2018UP01/clck_latest/bin/intel64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/bin/intel64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64:1;/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/targets/intel64/x200/bin:1;/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/bin:1;/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/usr/lpp/mmfs/bin:1;/opt/ibutils/bin:1;/opt/dell/srvadmin/bin:1;/u/Dusan.Jovic/bin:2;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/dbrowse:1;/u/Dusan.Jovic/.local/bin:1;/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/include:1' -++ export __LMOD_REF_COUNT_PATH -++ PATH=/usrx/local/dev/packages/cmake/3.10.0/bin:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/bin:/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/bin:/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/bin:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin:/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1:/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/bin:/usrx/local/prod/intel/2018UP01/advisor_2018/bin64:/usrx/local/prod/intel/2018UP01/vtune_amplifier_2018/bin64:/usrx/local/prod/intel/2018UP01/inspector_2018/bin64:/usrx/local/prod/intel/2018UP01/itac_latest/bin:/usrx/local/prod/intel/2018UP01/clck_latest/bin/intel64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/bin/intel64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64:/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/targets/intel64/x200/bin:/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/usr/lpp/mmfs/bin:/opt/ibutils/bin:/opt/dell/srvadmin/bin:/u/Dusan.Jovic/bin:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/dbrowse:/u/Dusan.Jovic/.local/bin:/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/include -++ export PATH -++ PKG_CONFIG_PATH=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/bin/pkgconfig -++ export PKG_CONFIG_PATH -++ PNG_INC=/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/include -++ export PNG_INC -++ PNG_LIB=/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng.a -++ export PNG_LIB -++ PNG_LIB12=/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng12.a -++ export PNG_LIB12 -++ PNG_LIBDIR=/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib -++ export PNG_LIBDIR -++ PNG_LIBso=/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng.so -++ export PNG_LIBso -++ PNG_SRC=/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/src/libpng-1.2.59 -++ export PNG_SRC -++ PNG_VER=1.2.59 -++ export PNG_VER -++ POST_INC=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ncep_post_v8.0.1_4 -++ export POST_INC -++ POST_LIB=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libncep_post_v8.0.1_4.a -++ export POST_LIB -++ POST_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/post_v8.0.1 -++ export POST_SRC -++ POST_VER=v8.0.1 -++ export POST_VER -++ PSTLROOT=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/pstl -++ export PSTLROOT -++ PYTHONPATH=/usrx/local/prod/intel/2018UP01/advisor_2018/pythonapi -++ export PYTHONPATH -++ SP_LIB4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_4.a -++ export SP_LIB4 -++ SP_LIB8=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_8.a -++ export SP_LIB8 -++ SP_LIBd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_d.a -++ export SP_LIBd -++ SP_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/sp_v2.0.3 -++ export SP_SRC -++ SP_VER=v2.0.3 -++ export SP_VER -++ TBBROOT=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb -++ export TBBROOT -++ VT_ADD_LIBS='-ldwarf -lelf -lvtunwind -lm -lpthread' -++ export VT_ADD_LIBS -++ VT_ARCH=intel64 -++ export VT_ARCH -++ VT_LIB_DIR=/usrx/local/prod/intel/2018UP01/itac_latest/lib -++ export VT_LIB_DIR -++ VT_MPI=impi4 -++ export VT_MPI -++ VT_ROOT=/usrx/local/prod/intel/2018UP01/itac_latest -++ export VT_ROOT -++ VT_SLIB_DIR=/usrx/local/prod/intel/2018UP01/itac_latest/slib -++ export VT_SLIB_DIR -++ W3EMC_INC4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3emc_v2.3.1_4 -++ export W3EMC_INC4 -++ W3EMC_INC8=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3emc_v2.3.1_8 -++ export W3EMC_INC8 -++ W3EMC_INCd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3emc_v2.3.1_d -++ export W3EMC_INCd -++ W3EMC_LIB4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_4.a -++ export W3EMC_LIB4 -++ W3EMC_LIB8=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_8.a -++ export W3EMC_LIB8 -++ W3EMC_LIBd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_d.a -++ export W3EMC_LIBd -++ W3EMC_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/w3emc_v2.3.1 -++ export W3EMC_SRC -++ W3EMC_VER=v2.3.1 -++ export W3EMC_VER -++ W3NCO_INC4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3nco_v2.0.7_4 -++ export W3NCO_INC4 -++ W3NCO_INC8=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3nco_v2.0.7_8 -++ export W3NCO_INC8 -++ W3NCO_INCd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3nco_v2.0.7_d -++ export W3NCO_INCd -++ W3NCO_LIB4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_4.a -++ export W3NCO_LIB4 -++ W3NCO_LIB8=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_8.a -++ export W3NCO_LIB8 -++ W3NCO_LIBd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_d.a -++ export W3NCO_LIBd -++ W3NCO_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/w3nco_v2.0.7 -++ export W3NCO_SRC -++ W3NCO_VER=v2.0.7 -++ export W3NCO_VER -++ XLSF_UIDDIR=/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib/uid -++ export XLSF_UIDDIR -++ Z_INC=/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/include -++ export Z_INC -++ Z_LIB=/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib/libz.a -++ export Z_LIB -++ Z_SRC=/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/src -++ export Z_SRC -++ Z_VER=1.2.11 -++ export Z_VER -++ __LMOD_REF_COUNT__LMFILES_='/usrx/local/prod/modulefiles/core_third/ips/18.0.1.163:1;/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1/impi/18.0.1.lua:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/NetCDF/4.5.0:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/HDF5-serial/1.10.1:1;/usrx/local/prod/modulefiles/core_third/lsf/10.1:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/bacio/2.0.3:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/ip/3.0.2:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/sp/2.0.3:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3nco/2.0.7:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3emc/2.3.1:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/nemsio/2.2.4:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2/3.1.1:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2tmpl/1.6.0:1;/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/crtm/2.2.6:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/jasper/1.900.29:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/libpng/1.2.59:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/zlib/1.2.11:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/post/8.0.1:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/esmf/8.0.0:1;/usrx/local/dev/modulefiles/cmake/3.10.0:1;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3:1' -++ export __LMOD_REF_COUNT__LMFILES_ -++ _LMFILES_=/usrx/local/prod/modulefiles/core_third/ips/18.0.1.163:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1/impi/18.0.1.lua:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/NetCDF/4.5.0:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/HDF5-serial/1.10.1:/usrx/local/prod/modulefiles/core_third/lsf/10.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/bacio/2.0.3:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/ip/3.0.2:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/sp/2.0.3:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3nco/2.0.7:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3emc/2.3.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/nemsio/2.2.4:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2/3.1.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2tmpl/1.6.0:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/crtm/2.2.6:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/jasper/1.900.29:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/libpng/1.2.59:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/zlib/1.2.11:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/post/8.0.1:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/esmf/8.0.0:/usrx/local/dev/modulefiles/cmake/3.10.0:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3 -++ export _LMFILES_ -++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImlwcyIsWyJjb25tcGlsZXIiXT0iSERGNS1zZXJpYWwiLFsibXBpIl09ImltcGkiLH0sbVQ9e1siSERGNS1zZXJpYWwiXT17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvSERGNS1zZXJpYWwvMS4xMC4xIixbImZ1bGxOYW1lIl09IkhERjUtc2VyaWFsLzEuMTAuMSIsWyJsb2FkT3JkZXIiXT00LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09IkhERjUtc2VyaWFs -++ export _ModuleTable001_ -++ _ModuleTable002_=LzEuMTAuMSIsfSxOZXRDREY9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xL05ldENERi80LjUuMCIsWyJmdWxsTmFtZSJdPSJOZXRDREYvNC41LjAiLFsibG9hZE9yZGVyIl09Myxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJOZXRDREYvNC41LjAiLH0sYmFjaW89e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2JhY2lvLzIuMC4zIixbImZ1bGxOYW1lIl09ImJhY2lvLzIuMC4zIixbImxvYWRPcmRlciJdPTYscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNl -++ export _ModuleTable002_ -++ _ModuleTable003_=ck5hbWUiXT0iYmFjaW8vMi4wLjMiLH0sY21ha2U9e1siZm4iXT0iL3VzcngvbG9jYWwvZGV2L21vZHVsZWZpbGVzL2NtYWtlLzMuMTAuMCIsWyJmdWxsTmFtZSJdPSJjbWFrZS8zLjEwLjAiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY21ha2UvMy4xMC4wIix9LGNydG09e1siZm4iXT0iL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfcHJvZC9pcHMvMTguMC4xL2NydG0vMi4yLjYiLFsiZnVsbE5hbWUiXT0iY3J0bS8yLjIuNiIsWyJsb2FkT3JkZXIiXT0xNCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1 -++ export _ModuleTable003_ -++ _ModuleTable004_=c2VyTmFtZSJdPSJjcnRtLzIuMi42Iix9LGVzbWY9e1siZm4iXT0iL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcjE4L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL3djb3NzX2RlbGxfcDMvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT0yMSxw -++ export _ModuleTable004_ -++ _ModuleTable005_=cm9wVD17fSxbInN0YWNrRGVwdGgiXT0wLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZzI9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2cyLzMuMS4xIixbImZ1bGxOYW1lIl09ImcyLzMuMS4xIixbImxvYWRPcmRlciJdPTEyLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcyLzMuMS4xIix9LGcydG1wbD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzJ0bXBsLzEuNi4wIixbImZ1bGxOYW1lIl09ImcydG1wbC8xLjYuMCIsWyJsb2FkT3JkZXIiXT0xMyxwcm9wVD17fSxbInN0YWNr -++ export _ModuleTable005_ -++ _ModuleTable006_=RGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMnRtcGwvMS42LjAiLH0saW1waT17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX21waS9pcHMvMTguMC4xL2ltcGkvMTguMC4xLmx1YSIsWyJmdWxsTmFtZSJdPSJpbXBpLzE4LjAuMSIsWyJsb2FkT3JkZXIiXT0yLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImltcGkvMTguMC4xIix9LGlwPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9pcC8zLjAuMiIsWyJmdWxsTmFtZSJdPSJpcC8zLjAuMiIsWyJsb2FkT3JkZXIiXT03LHByb3BUPXt9LFsic3Rh -++ export _ModuleTable006_ -++ _ModuleTable007_=Y2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImlwLzMuMC4yIix9LGlwcz17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQvaXBzLzE4LjAuMS4xNjMiLFsiZnVsbE5hbWUiXT0iaXBzLzE4LjAuMS4xNjMiLFsibG9hZE9yZGVyIl09MSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJpcHMvMTguMC4xLjE2MyIsfSxqYXNwZXI9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xL2phc3Blci8xLjkwMC4yOSIsWyJmdWxsTmFtZSJdPSJqYXNwZXIvMS45MDAuMjkiLFsibG9hZE9yZGVyIl09 -++ export _ModuleTable007_ -++ _ModuleTable008_=MTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iamFzcGVyLzEuOTAwLjI5Iix9LGxpYnBuZz17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvbGlicG5nLzEuMi41OSIsWyJmdWxsTmFtZSJdPSJsaWJwbmcvMS4yLjU5IixbImxvYWRPcmRlciJdPTE2LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImxpYnBuZy8xLjIuNTkiLH0sbHNmPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZC9sc2YvMTAuMSIsWyJmdWxsTmFtZSJdPSJsc2YvMTAuMSIsWyJsb2Fk -++ export _ModuleTable008_ -++ _ModuleTable009_=T3JkZXIiXT01LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImxzZi8xMC4xIix9LG5lbXNpbz17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvbmVtc2lvLzIuMi40IixbImZ1bGxOYW1lIl09Im5lbXNpby8yLjIuNCIsWyJsb2FkT3JkZXIiXT0xMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZW1zaW8vMi4yLjQiLH0scG9zdD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvcG9zdC84LjAuMSIsWyJmdWxsTmFtZSJdPSJwb3N0LzguMC4xIixbImxvYWRP -++ export _ModuleTable009_ -++ _ModuleTable010_=cmRlciJdPTE4LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InBvc3QvOC4wLjEiLH0sc3A9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL3NwLzIuMC4zIixbImZ1bGxOYW1lIl09InNwLzIuMC4zIixbImxvYWRPcmRlciJdPTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ic3AvMi4wLjMiLH0sdzNlbWM9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL3czZW1jLzIuMy4xIixbImZ1bGxOYW1lIl09InczZW1jLzIuMy4xIixbImxvYWRPcmRlciJdPTEwLHBy -++ export _ModuleTable010_ -++ _ModuleTable011_=b3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczZW1jLzIuMy4xIix9LHczbmNvPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy93M25jby8yLjAuNyIsWyJmdWxsTmFtZSJdPSJ3M25jby8yLjAuNyIsWyJsb2FkT3JkZXIiXT05LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHpsaWI9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xL3psaWIvMS4yLjExIixbImZ1bGxOYW1lIl09InpsaWIvMS4yLjExIixbImxvYWRPcmRl -++ export _ModuleTable011_ -++ _ModuleTable012_=ciJdPTE3LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InpsaWIvMS4yLjExIix9LH0sbXBhdGhBPXsiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMiLCIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9EdXNhbi5Kb3ZpYy91ZnMvcHIxOC91ZnMtd2VhdGhlci1tb2RlbC9tb2R1bGVmaWxlcy93Y29zc19kZWxsX3AzIiwiL3VzcngvbG9jYWwvZGV2L2VtY19yb2NvdG8vbW9kdWxlZmlsZXMiLCIvdXNyeC9sb2NhbC9kZXYvbW9kdWxlZmlsZXMiLCIvdXNyeC9sb2NhbC9wcm9kL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlIiwiL3VzcngvbG9j -++ export _ModuleTable012_ -++ _ModuleTable013_=YWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9kZWZzIiwiL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29yZV9wcm9kIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xIiwiL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfcHJvZC9pcHMvMTguMC4xIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl9tcGkvaXBzLzE4LjAuMSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvbXBpX3RoaXJkL2lwcy8xOC4wLjEvaW1waS8xOC4wLjEiLCIvZ3Bmcy9kZWxsMS9uY28vb3BzL253 -++ export _ModuleTable013_ -++ _ModuleTable014_=cHJvZC9tb2R1bGVmaWxlcy9tcGlfcHJvZC9pcHMvMTguMC4xL2ltcGkvMTguMC4xIiwiL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzIix9LFsic3lzdGVtQmFzZU1QQVRIIl09Ii91c3J4L2xvY2FsL3Byb2QvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmU6L3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkOi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvZGVmczovZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb3JlX3Byb2QiLH0= -++ export _ModuleTable014_ -++ _ModuleTable_Sz_=14 -++ export _ModuleTable_Sz_ -++ : -s sh -+ eval -+ module list -++ /usrx/local/prod/lmod/lmod/libexec/lmod bash list - -Currently Loaded Modules: - 1) ips/18.0.1.163 8) sp/2.0.3 15) jasper/1.900.29 - 2) impi/18.0.1 9) w3nco/2.0.7 16) libpng/1.2.59 - 3) NetCDF/4.5.0 10) w3emc/2.3.1 17) zlib/1.2.11 - 4) HDF5-serial/1.10.1 11) nemsio/2.2.4 18) post/8.0.1 - 5) lsf/10.1 12) g2/3.1.1 19) esmf/8.0.0 - 6) bacio/2.0.3 13) g2tmpl/1.6.0 20) cmake/3.10.0 - 7) ip/3.0.2 14) crtm/2.2.6 21) fv3 - - - -+ eval 'MODULEPATH="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/dev/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1:/usrx/local/prod/modulefiles/mpi_third/ips/18.0.1/impi/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/mpi_prod/ips/18.0.1/impi/18.0.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles";' export 'MODULEPATH;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImlwcyIsWyJjb25tcGlsZXIiXT0iSERGNS1zZXJpYWwiLFsibXBpIl09ImltcGkiLH0sbVQ9e1siSERGNS1zZXJpYWwiXT17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvSERGNS1zZXJpYWwvMS4xMC4xIixbImZ1bGxOYW1lIl09IkhERjUtc2VyaWFsLzEuMTAuMSIsWyJsb2FkT3JkZXIiXT00LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09IkhERjUtc2VyaWFs";' export '_ModuleTable001_;' '_ModuleTable002_="LzEuMTAuMSIsfSxOZXRDREY9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xL05ldENERi80LjUuMCIsWyJmdWxsTmFtZSJdPSJOZXRDREYvNC41LjAiLFsibG9hZE9yZGVyIl09Myxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJOZXRDREYvNC41LjAiLH0sYmFjaW89e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2JhY2lvLzIuMC4zIixbImZ1bGxOYW1lIl09ImJhY2lvLzIuMC4zIixbImxvYWRPcmRlciJdPTYscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNl";' export '_ModuleTable002_;' '_ModuleTable003_="ck5hbWUiXT0iYmFjaW8vMi4wLjMiLH0sY21ha2U9e1siZm4iXT0iL3VzcngvbG9jYWwvZGV2L21vZHVsZWZpbGVzL2NtYWtlLzMuMTAuMCIsWyJmdWxsTmFtZSJdPSJjbWFrZS8zLjEwLjAiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY21ha2UvMy4xMC4wIix9LGNydG09e1siZm4iXT0iL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfcHJvZC9pcHMvMTguMC4xL2NydG0vMi4yLjYiLFsiZnVsbE5hbWUiXT0iY3J0bS8yLjIuNiIsWyJsb2FkT3JkZXIiXT0xNCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1";' export '_ModuleTable003_;' '_ModuleTable004_="c2VyTmFtZSJdPSJjcnRtLzIuMi42Iix9LGVzbWY9e1siZm4iXT0iL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcjE4L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL3djb3NzX2RlbGxfcDMvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT0yMSxw";' export '_ModuleTable004_;' '_ModuleTable005_="cm9wVD17fSxbInN0YWNrRGVwdGgiXT0wLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZzI9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2cyLzMuMS4xIixbImZ1bGxOYW1lIl09ImcyLzMuMS4xIixbImxvYWRPcmRlciJdPTEyLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcyLzMuMS4xIix9LGcydG1wbD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzJ0bXBsLzEuNi4wIixbImZ1bGxOYW1lIl09ImcydG1wbC8xLjYuMCIsWyJsb2FkT3JkZXIiXT0xMyxwcm9wVD17fSxbInN0YWNr";' export '_ModuleTable005_;' '_ModuleTable006_="RGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMnRtcGwvMS42LjAiLH0saW1waT17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX21waS9pcHMvMTguMC4xL2ltcGkvMTguMC4xLmx1YSIsWyJmdWxsTmFtZSJdPSJpbXBpLzE4LjAuMSIsWyJsb2FkT3JkZXIiXT0yLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImltcGkvMTguMC4xIix9LGlwPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9pcC8zLjAuMiIsWyJmdWxsTmFtZSJdPSJpcC8zLjAuMiIsWyJsb2FkT3JkZXIiXT03LHByb3BUPXt9LFsic3Rh";' export '_ModuleTable006_;' '_ModuleTable007_="Y2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImlwLzMuMC4yIix9LGlwcz17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQvaXBzLzE4LjAuMS4xNjMiLFsiZnVsbE5hbWUiXT0iaXBzLzE4LjAuMS4xNjMiLFsibG9hZE9yZGVyIl09MSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJpcHMvMTguMC4xLjE2MyIsfSxqYXNwZXI9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xL2phc3Blci8xLjkwMC4yOSIsWyJmdWxsTmFtZSJdPSJqYXNwZXIvMS45MDAuMjkiLFsibG9hZE9yZGVyIl09";' export '_ModuleTable007_;' '_ModuleTable008_="MTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iamFzcGVyLzEuOTAwLjI5Iix9LGxpYnBuZz17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvbGlicG5nLzEuMi41OSIsWyJmdWxsTmFtZSJdPSJsaWJwbmcvMS4yLjU5IixbImxvYWRPcmRlciJdPTE2LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImxpYnBuZy8xLjIuNTkiLH0sbHNmPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZC9sc2YvMTAuMSIsWyJmdWxsTmFtZSJdPSJsc2YvMTAuMSIsWyJsb2Fk";' export '_ModuleTable008_;' '_ModuleTable009_="T3JkZXIiXT01LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImxzZi8xMC4xIix9LG5lbXNpbz17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvbmVtc2lvLzIuMi40IixbImZ1bGxOYW1lIl09Im5lbXNpby8yLjIuNCIsWyJsb2FkT3JkZXIiXT0xMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZW1zaW8vMi4yLjQiLH0scG9zdD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvcG9zdC84LjAuMSIsWyJmdWxsTmFtZSJdPSJwb3N0LzguMC4xIixbImxvYWRP";' export '_ModuleTable009_;' '_ModuleTable010_="cmRlciJdPTE4LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InBvc3QvOC4wLjEiLH0sc3A9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL3NwLzIuMC4zIixbImZ1bGxOYW1lIl09InNwLzIuMC4zIixbImxvYWRPcmRlciJdPTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ic3AvMi4wLjMiLH0sdzNlbWM9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL3czZW1jLzIuMy4xIixbImZ1bGxOYW1lIl09InczZW1jLzIuMy4xIixbImxvYWRPcmRlciJdPTEwLHBy";' export '_ModuleTable010_;' '_ModuleTable011_="b3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczZW1jLzIuMy4xIix9LHczbmNvPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy93M25jby8yLjAuNyIsWyJmdWxsTmFtZSJdPSJ3M25jby8yLjAuNyIsWyJsb2FkT3JkZXIiXT05LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHpsaWI9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xL3psaWIvMS4yLjExIixbImZ1bGxOYW1lIl09InpsaWIvMS4yLjExIixbImxvYWRPcmRl";' export '_ModuleTable011_;' '_ModuleTable012_="ciJdPTE3LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InpsaWIvMS4yLjExIix9LH0sbXBhdGhBPXsiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMiLCIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9EdXNhbi5Kb3ZpYy91ZnMvcHIxOC91ZnMtd2VhdGhlci1tb2RlbC9tb2R1bGVmaWxlcy93Y29zc19kZWxsX3AzIiwiL3VzcngvbG9jYWwvZGV2L2VtY19yb2NvdG8vbW9kdWxlZmlsZXMiLCIvdXNyeC9sb2NhbC9kZXYvbW9kdWxlZmlsZXMiLCIvdXNyeC9sb2NhbC9wcm9kL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlIiwiL3VzcngvbG9j";' export '_ModuleTable012_;' '_ModuleTable013_="YWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9kZWZzIiwiL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29yZV9wcm9kIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xIiwiL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfcHJvZC9pcHMvMTguMC4xIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl9tcGkvaXBzLzE4LjAuMSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvbXBpX3RoaXJkL2lwcy8xOC4wLjEvaW1waS8xOC4wLjEiLCIvZ3Bmcy9kZWxsMS9uY28vb3BzL253";' export '_ModuleTable013_;' '_ModuleTable014_="cHJvZC9tb2R1bGVmaWxlcy9tcGlfcHJvZC9pcHMvMTguMC4xL2ltcGkvMTguMC4xIiwiL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzIix9LFsic3lzdGVtQmFzZU1QQVRIIl09Ii91c3J4L2xvY2FsL3Byb2QvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmU6L3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkOi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvZGVmczovZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb3JlX3Byb2QiLH0=";' export '_ModuleTable014_;' '_ModuleTable_Sz_="14";' export '_ModuleTable_Sz_;' -++ MODULEPATH=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/dev/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1:/usrx/local/prod/modulefiles/mpi_third/ips/18.0.1/impi/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/mpi_prod/ips/18.0.1/impi/18.0.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles -++ export MODULEPATH -++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImlwcyIsWyJjb25tcGlsZXIiXT0iSERGNS1zZXJpYWwiLFsibXBpIl09ImltcGkiLH0sbVQ9e1siSERGNS1zZXJpYWwiXT17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvSERGNS1zZXJpYWwvMS4xMC4xIixbImZ1bGxOYW1lIl09IkhERjUtc2VyaWFsLzEuMTAuMSIsWyJsb2FkT3JkZXIiXT00LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09IkhERjUtc2VyaWFs -++ export _ModuleTable001_ -++ _ModuleTable002_=LzEuMTAuMSIsfSxOZXRDREY9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xL05ldENERi80LjUuMCIsWyJmdWxsTmFtZSJdPSJOZXRDREYvNC41LjAiLFsibG9hZE9yZGVyIl09Myxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJOZXRDREYvNC41LjAiLH0sYmFjaW89e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2JhY2lvLzIuMC4zIixbImZ1bGxOYW1lIl09ImJhY2lvLzIuMC4zIixbImxvYWRPcmRlciJdPTYscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNl -++ export _ModuleTable002_ -++ _ModuleTable003_=ck5hbWUiXT0iYmFjaW8vMi4wLjMiLH0sY21ha2U9e1siZm4iXT0iL3VzcngvbG9jYWwvZGV2L21vZHVsZWZpbGVzL2NtYWtlLzMuMTAuMCIsWyJmdWxsTmFtZSJdPSJjbWFrZS8zLjEwLjAiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY21ha2UvMy4xMC4wIix9LGNydG09e1siZm4iXT0iL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfcHJvZC9pcHMvMTguMC4xL2NydG0vMi4yLjYiLFsiZnVsbE5hbWUiXT0iY3J0bS8yLjIuNiIsWyJsb2FkT3JkZXIiXT0xNCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1 -++ export _ModuleTable003_ -++ _ModuleTable004_=c2VyTmFtZSJdPSJjcnRtLzIuMi42Iix9LGVzbWY9e1siZm4iXT0iL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcjE4L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL3djb3NzX2RlbGxfcDMvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT0yMSxw -++ export _ModuleTable004_ -++ _ModuleTable005_=cm9wVD17fSxbInN0YWNrRGVwdGgiXT0wLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZzI9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2cyLzMuMS4xIixbImZ1bGxOYW1lIl09ImcyLzMuMS4xIixbImxvYWRPcmRlciJdPTEyLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcyLzMuMS4xIix9LGcydG1wbD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzJ0bXBsLzEuNi4wIixbImZ1bGxOYW1lIl09ImcydG1wbC8xLjYuMCIsWyJsb2FkT3JkZXIiXT0xMyxwcm9wVD17fSxbInN0YWNr -++ export _ModuleTable005_ -++ _ModuleTable006_=RGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMnRtcGwvMS42LjAiLH0saW1waT17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX21waS9pcHMvMTguMC4xL2ltcGkvMTguMC4xLmx1YSIsWyJmdWxsTmFtZSJdPSJpbXBpLzE4LjAuMSIsWyJsb2FkT3JkZXIiXT0yLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImltcGkvMTguMC4xIix9LGlwPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9pcC8zLjAuMiIsWyJmdWxsTmFtZSJdPSJpcC8zLjAuMiIsWyJsb2FkT3JkZXIiXT03LHByb3BUPXt9LFsic3Rh -++ export _ModuleTable006_ -++ _ModuleTable007_=Y2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImlwLzMuMC4yIix9LGlwcz17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQvaXBzLzE4LjAuMS4xNjMiLFsiZnVsbE5hbWUiXT0iaXBzLzE4LjAuMS4xNjMiLFsibG9hZE9yZGVyIl09MSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJpcHMvMTguMC4xLjE2MyIsfSxqYXNwZXI9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xL2phc3Blci8xLjkwMC4yOSIsWyJmdWxsTmFtZSJdPSJqYXNwZXIvMS45MDAuMjkiLFsibG9hZE9yZGVyIl09 -++ export _ModuleTable007_ -++ _ModuleTable008_=MTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iamFzcGVyLzEuOTAwLjI5Iix9LGxpYnBuZz17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvbGlicG5nLzEuMi41OSIsWyJmdWxsTmFtZSJdPSJsaWJwbmcvMS4yLjU5IixbImxvYWRPcmRlciJdPTE2LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImxpYnBuZy8xLjIuNTkiLH0sbHNmPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZC9sc2YvMTAuMSIsWyJmdWxsTmFtZSJdPSJsc2YvMTAuMSIsWyJsb2Fk -++ export _ModuleTable008_ -++ _ModuleTable009_=T3JkZXIiXT01LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImxzZi8xMC4xIix9LG5lbXNpbz17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvbmVtc2lvLzIuMi40IixbImZ1bGxOYW1lIl09Im5lbXNpby8yLjIuNCIsWyJsb2FkT3JkZXIiXT0xMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZW1zaW8vMi4yLjQiLH0scG9zdD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvcG9zdC84LjAuMSIsWyJmdWxsTmFtZSJdPSJwb3N0LzguMC4xIixbImxvYWRP -++ export _ModuleTable009_ -++ _ModuleTable010_=cmRlciJdPTE4LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InBvc3QvOC4wLjEiLH0sc3A9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL3NwLzIuMC4zIixbImZ1bGxOYW1lIl09InNwLzIuMC4zIixbImxvYWRPcmRlciJdPTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ic3AvMi4wLjMiLH0sdzNlbWM9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL3czZW1jLzIuMy4xIixbImZ1bGxOYW1lIl09InczZW1jLzIuMy4xIixbImxvYWRPcmRlciJdPTEwLHBy -++ export _ModuleTable010_ -++ _ModuleTable011_=b3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczZW1jLzIuMy4xIix9LHczbmNvPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy93M25jby8yLjAuNyIsWyJmdWxsTmFtZSJdPSJ3M25jby8yLjAuNyIsWyJsb2FkT3JkZXIiXT05LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHpsaWI9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xL3psaWIvMS4yLjExIixbImZ1bGxOYW1lIl09InpsaWIvMS4yLjExIixbImxvYWRPcmRl -++ export _ModuleTable011_ -++ _ModuleTable012_=ciJdPTE3LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InpsaWIvMS4yLjExIix9LH0sbXBhdGhBPXsiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMiLCIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9EdXNhbi5Kb3ZpYy91ZnMvcHIxOC91ZnMtd2VhdGhlci1tb2RlbC9tb2R1bGVmaWxlcy93Y29zc19kZWxsX3AzIiwiL3VzcngvbG9jYWwvZGV2L2VtY19yb2NvdG8vbW9kdWxlZmlsZXMiLCIvdXNyeC9sb2NhbC9kZXYvbW9kdWxlZmlsZXMiLCIvdXNyeC9sb2NhbC9wcm9kL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlIiwiL3VzcngvbG9j -++ export _ModuleTable012_ -++ _ModuleTable013_=YWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9kZWZzIiwiL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29yZV9wcm9kIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xIiwiL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfcHJvZC9pcHMvMTguMC4xIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl9tcGkvaXBzLzE4LjAuMSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvbXBpX3RoaXJkL2lwcy8xOC4wLjEvaW1waS8xOC4wLjEiLCIvZ3Bmcy9kZWxsMS9uY28vb3BzL253 -++ export _ModuleTable013_ -++ _ModuleTable014_=cHJvZC9tb2R1bGVmaWxlcy9tcGlfcHJvZC9pcHMvMTguMC4xL2ltcGkvMTguMC4xIiwiL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzIix9LFsic3lzdGVtQmFzZU1QQVRIIl09Ii91c3J4L2xvY2FsL3Byb2QvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmU6L3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkOi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvZGVmczovZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb3JlX3Byb2QiLH0= -++ export _ModuleTable014_ -++ _ModuleTable_Sz_=14 -++ export _ModuleTable_Sz_ -++ : -s sh -+ eval -+ cd build_fv3_14 -+ cmake /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF --- The C compiler identification is Intel 18.0.1.20171018 --- The CXX compiler identification is Intel 18.0.1.20171018 --- The Fortran compiler identification is Intel 18.0.1.20171018 --- Check for working C compiler: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiicc --- Check for working C compiler: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiicc -- works --- Detecting C compiler ABI info --- Detecting C compiler ABI info - done --- Detecting C compile features --- Detecting C compile features - done --- Check for working CXX compiler: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiicpc --- Check for working CXX compiler: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiicpc -- works --- Detecting CXX compiler ABI info --- Detecting CXX compiler ABI info - done --- Detecting CXX compile features --- Detecting CXX compile features - done --- Check for working Fortran compiler: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort --- Check for working Fortran compiler: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -- works --- Detecting Fortran compiler ABI info --- Detecting Fortran compiler ABI info - done --- Checking whether /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort supports Fortran 90 --- Checking whether /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort supports Fortran 90 -- yes --- Found MPI_C: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiicc (found version "3.1") --- Found MPI_CXX: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiicpc (found version "3.1") --- Found MPI_Fortran: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort (found version "3.1") --- Found MPI: TRUE (found version "3.1") -ESMFMKFILE: /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/lib/esmf.mk - Found ESMF: -ESMF_VERSION_MAJOR: 8 -ESMF_F90COMPILEPATHS: /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include;/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -ESMF_F90ESMFLINKRPATHS: -Wl,-rpath,/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/lib -ESMF_F90ESMFLINKLIBS: -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf --- Found ESMF: /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include;/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include (found version "8.0.0") - -Setting configuration for wcoss_dell_p3 - -C compiler: Intel 18.0.1.20171018 (mpiicc) -CXX compiler: Intel 18.0.1.20171018 (mpiicpc) -Fortran compiler: Intel 18.0.1.20171018 (mpiifort) - -DEBUG is disabled -REPRO is disabled -32BIT is disabled -OPENMP is ENABLED -AVX2 is disabled -INLINE_POST is ENABLED - - -Selected physics package: gfs - --- Detecting OpenMP flags for Intel C compiler: -qopenmp --- Detecting OpenMP flags for Intel C++ compiler: -qopenmp --- Detecting OpenMP flags for Intel Fortran compiler: -qopenmp --- Enable OpenMP support for C/C++/Fortran compiler --- Disable SIONlib support --- Disable Intel MKL support --- Enable netCDF support --- Disable ESMF support --- Disable multi-gases physics --- Detecting OpenMP flags for Intel C compiler: -qopenmp --- Detecting OpenMP flags for Intel C++ compiler: -qopenmp --- Detecting OpenMP flags for Intel Fortran compiler: -qopenmp --- Enable OpenMP support for C/C++/Fortran compiler --- Found LibXml2: /usr/lib64/libxml2.so (found version "2.9.1") --- Found Doxygen: /usr/bin/doxygen (found version "1.8.5") found components: doxygen dot --- Detecting OpenMP flags for Intel C compiler: -qopenmp --- Detecting OpenMP flags for Intel C++ compiler: -qopenmp --- Detecting OpenMP flags for Intel Fortran compiler: -qopenmp --- Enable OpenMP support for C/C++/Fortran compiler -INFOGot CCPP_SCHEMES from environment variable: /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/aer_cloud.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/aerclm_def.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/aerinterp.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/calpreciptype.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cldwat2m_micro.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cldmacro.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/date_def.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/funcphys.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gcycle.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/h2o_def.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/h2ointerp.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/iccn_def.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/iccninterp.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/iounitdef.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/machine.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mersenne_twister.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfpbl.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg_utils.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg2_0.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg3_0.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/multi_gases.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_model.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_parameters.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_radar.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_thompson.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MP_FER_HIRES.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_bl_mynn.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_mynn.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_orowam2017.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/namelist_soilveg.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfpblt.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfpbltq.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfscu.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfscuq.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/noahmp_tables.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/num_parthds.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozne_def.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozinterp.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/physcons.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/physparam.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radcons.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_aerosols.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_astronomy.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_clouds.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_gases.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_surface.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radlw_datatb.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radlw_param.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radsw_datatb.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radsw_param.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/samfaerosols.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfcsub.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sflx.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/set_soilveg.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/surface_perturbation.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_deep.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_sh.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/tridi.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/wv_saturation.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_soil_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rayleigh_damp.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radsw_main.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_ocean.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gwdc.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gscond.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ysuvdif.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_sice.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/samfdeepcnv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/satmedmfvdif.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozphys_2015.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/samfshalcnv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/precpd.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_fer_hires.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diag.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radlw_main.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_debug.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/satmedmfvdifq.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cs_conv.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/shinhongvdif.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/h2ophys.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_nst.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/moninedmf.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diff.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diag_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/m_micro.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gcm_shoc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gwdps.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/shalcnv.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/get_prs_fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozphys.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_stochastics.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/drag_suite.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_cice.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sascnvn.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cnvc90.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_drv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/dcyc2.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/moninshoc.f -INFOGot CAPS from environment variable: /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_14/FV3/ccpp/physics/ccpp_FV3_GFS_2017_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_14/FV3/ccpp/physics/ccpp_FV3_GFS_2017_time_vary_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_14/FV3/ccpp/physics/ccpp_FV3_GFS_2017_radiation_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_14/FV3/ccpp/physics/ccpp_FV3_GFS_2017_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_14/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stochastics_cap.F90 -Force 64 bits in CCPP_layer --- Configuring done --- Generating done --- Build files have been written to: /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_14 -+ make -j 4 -Scanning dependencies of target ccpp -[ 0%] Building Fortran object FV3/ccpp/framework/src/CMakeFiles/ccpp.dir/ccpp_types.F90.o -[ 0%] Building Fortran object FV3/ccpp/framework/src/CMakeFiles/ccpp.dir/ccpp_errors.F90.o -[ 1%] Building Fortran object FV3/ccpp/framework/src/CMakeFiles/ccpp.dir/ccpp.F90.o -[ 1%] Building Fortran object FV3/ccpp/framework/src/CMakeFiles/ccpp.dir/ccpp_api.F90.o -Scanning dependencies of target fv3cpl -[ 1%] Building Fortran object FV3/cpl/CMakeFiles/fv3cpl.dir/module_cap_cpl.F90.o -[ 1%] Building Fortran object FV3/cpl/CMakeFiles/fv3cpl.dir/module_cplfields.F90.o -[ 1%] Linking Fortran static library libccpp.a -[ 1%] Built target ccpp -Scanning dependencies of target fms -[ 1%] Building Fortran object CMakeFiles/fms.dir/FMS/platform/platform.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_parameter.F90.o -[ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_core.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 3%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_input.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 3%] Linking Fortran static library libfv3cpl.a -[ 3%] Built target fv3cpl -[ 4%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/cloud_interpolator.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -Scanning dependencies of target ccppphys -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 4%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/machine.F.o -[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mersenne_twister.f.o -[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFDL_parse_tracers.F90.o -[ 5%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_io.F90.o -[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_mp_radar.F90.o -[ 5%] Building Fortran object CMakeFiles/fms.dir/FMS/random_numbers/MersenneTwister.F90.o -[ 5%] Building Fortran object CMakeFiles/fms.dir/FMS/sat_vapor_pres/sat_vapor_pres_k.F90.o -[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/iounitdef.f.o -[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/namelist_soilveg.f.o -[ 5%] Building Fortran object CMakeFiles/fms.dir/FMS/constants/constants.F90.o -[ 5%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_data.F90.o -[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/namelist_soilveg_ruc.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_noahmp_glacier.f90.o -[ 5%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp.F90.o -[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_noahmplsm.f90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/noahmp_tables.f90.o -[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_soil_pre.F90.o -[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/aerclm_def.F.o -[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/physcons.F90.o -[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/physparam.f.o -[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/h2o_def.f.o -[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/iccn_def.F.o -[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/micro_mg_utils.F90.o -[ 8%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozne_def.f.o -[ 8%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/surface_perturbation.F90.o -[ 8%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_deep.F90.o -[ 8%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_gfdl_cloud_microphys.F90.o -[ 8%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gfs_phy_tracer_config.F.o -[ 8%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radcons.f90.o -[ 8%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/set_soilveg.f.o -[ 8%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MP_FER_HIRES.F90.o -[ 8%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_BL_MYJPBL.F90.o -[ 9%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/date_def.f.o -[ 10%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_mp_thompson.F90.o -[ 11%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_efp.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 11%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_memutils.F90.o -[ 11%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gwdps.f.o -[ 11%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_pset.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 12%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_type.F90.o -[ 12%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/gradient.F90.o -[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_SF_JSFC.F90.o -[ 12%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_domains.F90.o -[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_ruclsm.F90.o -[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/set_soilveg_ruc.F90.o -[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_post.F90.o -[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cnvc90.f.o -[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_DCNV_generic.F90.o -[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_GWD_generic.F90.o -[ 13%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_MP_generic.F90.o -[ 13%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_PBL_generic.F90.o -[ 14%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_SCNV_generic.F90.o -[ 15%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_composites.F90.o -[ 15%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_loop_control.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 15%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/maximum_hourly_diagnostics.F90.o -[ 15%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozphys.f.o -[ 15%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rayleigh_damp.f.o -[ 15%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_diag_post.F90.o -[ 15%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_diff.f.o -[ 16%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_stochastics.F90.o -[ 16%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/funcphys.f90.o -[ 16%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radlw_param.f.o -[ 16%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radsw_param.f.o -[ 16%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_nst_parameters.f90.o -[ 16%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_bl_mynn.F90.o -[ 17%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_initialize.F90.o -[ 18%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_astronomy.f.o -[ 18%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_surface.f.o -[ 19%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/samfaerosols.F.o -[ 20%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/aerinterp.F90.o -[ 20%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/h2ointerp.f90.o -[ 21%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/iccninterp.F90.o -[ 22%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozinterp.f90.o -[ 22%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_mp_thompson_make_number_concentrations.F90.o -[ 22%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/aer_cloud.F.o -[ 22%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_sh.F90.o -[ 22%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/get_prs_fv3.F90.o -[ 23%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_generic.F90.o -[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/wv_saturation.F.o -[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/__/__/gfsphysics/GFS_layer/GFS_typedefs.F90.o -[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_nst_water_prop.f90.o -[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_module.F90.o -[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_bfmicrophysics.f.o -[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radsw_datatb.f.o -[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_aerosols.f.o -[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_gases.f.o -[ 25%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radlw_datatb.f.o -[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_mynn.F90.o -[ 27%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/moninedmf.f.o -[ 27%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_drv.f.o -[ 27%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/samfdeepcnv.f.o -[ 27%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/samfshalcnv.f.o -[ 27%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_diag.f.o -[ 27%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_sice.f.o -[ 27%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gscond.f.o -[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/precpd.f.o -[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_time_vary_pre.fv3.F90.o -[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_clouds.f.o -[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radlw_main.f.o -[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radsw_main.f.o -[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_nst_model.f90.o -[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cldmacro.F.o -[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cldwat2m_micro.F.o -[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/micro_mg2_0.F90.o -[ 30%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/micro_mg3_0.F90.o -[ 31%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp.F90.o -[ 32%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_nst.f.o -[ 33%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_setup.F90.o -[ 33%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_io.F90.o -[ 33%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_comm.F90.o -Compiling in MPI mode (with or without MPP) -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 33%] Building Fortran object CMakeFiles/fms.dir/FMS/memutils/memutils.F90.o -[ 33%] Building Fortran object CMakeFiles/fms.dir/FMS/fms/fms_io.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 33%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_suite_interstitial.F90.o -[ 33%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_post.F90.o -[ 33%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/dcyc2.f.o -[ 33%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_pre.F90.o -[ 33%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rrtmg_lw_post.F90.o -[ 33%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rrtmg_lw_pre.F90.o -[ 33%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rrtmg_sw_post.F90.o -[ 33%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rrtmg_sw_pre.F90.o -[ 33%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_stochastics_cap.F90.o -[ 34%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_phys_time_vary.fv3.F90.o -[ 35%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_rad_time_vary.fv3.F90.o -[ 35%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_physics_cap.F90.o -[ 36%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_radiation_cap.F90.o -[ 36%] Building Fortran object CMakeFiles/fms.dir/FMS/fms/fms.F90.o -[ 36%] Building Fortran object CMakeFiles/fms.dir/FMS/time_manager/time_manager.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 36%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bicubic.F90.o -[ 37%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bilinear.F90.o -[ 37%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_time_vary_cap.F90.o -[ 37%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_conserve.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 37%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_spherical.F90.o -[ 37%] Building Fortran object CMakeFiles/fms.dir/FMS/axis_utils/axis_utils.F90.o -[ 37%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_grid.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 37%] Building Fortran object CMakeFiles/fms.dir/FMS/field_manager/field_manager.F90.o -[ 37%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/mosaic.F90.o -[ 37%] Building Fortran object CMakeFiles/fms.dir/FMS/topography/gaussian_topog.F90.o -[ 37%] Building Fortran object CMakeFiles/fms.dir/FMS/time_manager/get_cal_time.F90.o -[ 37%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp.F90.o -[ 38%] Building Fortran object CMakeFiles/fms.dir/FMS/time_interp/time_interp.F90.o -[ 39%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_data.F90.o -[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/field_manager/fm_util.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_types.F90.o -[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/time_interp/time_interp_external.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_axis.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_manifest.F90.o -[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/xbt_drop_rate_adjust.f90.o -[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/write_ocean_data.F90.o -[ 42%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_output.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 42%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_util.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 42%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_table.F90.o -[ 42%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_manager.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 42%] Building Fortran object CMakeFiles/fms.dir/FMS/data_override/data_override.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 43%] Building Fortran object CMakeFiles/fms.dir/FMS/exchange/stock_constants.F90.o -[ 43%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/coupler_types.F90.o -[ 43%] Building Fortran object CMakeFiles/fms.dir/FMS/amip_interp/amip_interp.F90.o -[ 43%] Building Fortran object CMakeFiles/fms.dir/FMS/astronomy/astronomy.F90.o -[ 44%] Building Fortran object CMakeFiles/fms.dir/FMS/block_control/block_control.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 44%] Building Fortran object CMakeFiles/fms.dir/FMS/column_diagnostics/column_diagnostics.F90.o -[ 44%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/atmos_ocean_fluxes.F90.o -[ 44%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/ensemble_manager.F90.o -[ 44%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters.F90.o -Compiling in MPI mode (with or without MPP) -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 45%] Building Fortran object CMakeFiles/fms.dir/FMS/exchange/xgrid.F90.o -[ 45%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft.F90.o -[ 45%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft99.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 45%] Building Fortran object CMakeFiles/fms.dir/FMS/interpolator/interpolator.F90.o -[ 46%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/grid.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 46%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_utilities.F90.o -[ 46%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core.F90.o -[ 47%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core_ecda.F90.o -[ 47%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/__/__/gfsphysics/CCPP_layer/CCPP_typedefs.F90.o -[ 47%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_cap.F90.o -[ 48%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_debug.F90.o -[ 48%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_suite_init_finalize_test.F90.o -[ 48%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cs_conv.F90.o -[ 48%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cs_conv_aw_adj.F90.o -[ 48%] Building Fortran object CMakeFiles/fms.dir/FMS/random_numbers/random_numbers.F90.o -[ 48%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver.F90.o -[ 48%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver_post.F90.o -[ 49%] Building Fortran object CMakeFiles/fms.dir/FMS/sat_vapor_pres/sat_vapor_pres.F90.o -[ 49%] Building Fortran object CMakeFiles/fms.dir/FMS/station_data/station_data.F90.o -[ 49%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver_pre.F90.o -[ 50%] Building Fortran object CMakeFiles/fms.dir/FMS/topography/topography.F90.o -[ 50%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke.F90.o -[ 50%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke_post.F90.o -[ 50%] Building Fortran object CMakeFiles/fms.dir/FMS/tracer_manager/tracer_manager.F90.o -[ 50%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke_pre.F90.o -[ 50%] Building Fortran object CMakeFiles/fms.dir/FMS/tridiagonal/tridiagonal.F90.o -[ 50%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/drag_suite.F90.o -[ 50%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/quicksort.F90.o -[ 51%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gcm_shoc.F90.o -[ 51%] Building C object CMakeFiles/fms.dir/FMS/memutils/memuse.c.o -[ 52%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gfdl_cloud_microphys.F90.o -[ 52%] Building C object CMakeFiles/fms.dir/FMS/mosaic/create_xgrid.c.o -[ 52%] Building C object CMakeFiles/fms.dir/FMS/mosaic/gradient_c2l.c.o -[ 52%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gfdl_fv_sat_adj.F90.o -[ 53%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gwdc.f.o -[ 53%] Building C object CMakeFiles/fms.dir/FMS/mosaic/interp.c.o -[ 53%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/h2ophys.f.o -[ 53%] Building C object CMakeFiles/fms.dir/FMS/mosaic/mosaic_util.c.o -[ 53%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/lsm_ruc_sfc_sice_interstitial.F90.o -[ 54%] Building C object CMakeFiles/fms.dir/FMS/mosaic/read_mosaic.c.o -[ 54%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/m_micro.F90.o -[ 54%] Building C object CMakeFiles/fms.dir/FMS/affinity/affinity.c.o -[ 55%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/m_micro_interstitial.F90.o -[ 55%] Building C object CMakeFiles/fms.dir/FMS/mpp/nsclock.c.o -[ 55%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYJPBL_wrapper.F90.o -[ 55%] Building C object CMakeFiles/fms.dir/FMS/mpp/threadloc.c.o -[ 56%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYJSFC_wrapper.F90.o -[ 56%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNPBL_wrapper.F90.o -[ 56%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNSFC_wrapper.F90.o -[ 56%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNrad_post.F90.o -[ 56%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNrad_pre.F90.o -[ 57%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/moninshoc.f.o -[ 57%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_fer_hires.F90.o -[ 58%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_thompson.F90.o -[ 58%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_thompson_post.F90.o -[ 58%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_thompson_pre.F90.o -[ 58%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/multi_gases.F90.o -[ 58%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozphys_2015.f.o -[ 59%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sascnvn.F.o -[ 60%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/satmedmfvdif.F.o -[ 60%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/satmedmfvdifq.F.o -[ 60%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_cice.f.o -[ 60%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_drv_ruc.F90.o -[ 60%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_noahmp_drv.f.o -[ 60%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_ocean.F.o -[ 60%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfcsub.F.o -[ 60%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/shalcnv.F.o -[ 61%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/shinhongvdif.F90.o -[ 62%] Linking Fortran static library FMS/libfms.a -[ 62%] Built target fms -[ 62%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ugwp_driver_v0.F.o -[ 62%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ysuvdif.F90.o -[ 62%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/calpreciptype.f90.o -[ 62%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gcycle.F90.o -[ 63%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gocart_tracer_config_stub.f.o -[ 63%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfpbl.f.o -[ 63%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_triggers.F90.o -[ 63%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_solvers.F90.o -[ 63%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_utils.F90.o -[ 63%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_orowam2017.f.o -[ 64%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_vert_lsatdis.F90.o -[ 64%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_vert_orodis.F90.o -[ 64%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_vert_wmsdis.F90.o -[ 65%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfpblt.f.o -[ 65%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfpbltq.f.o -[ 65%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfscu.f.o -[ 66%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfscuq.f.o -[ 66%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/num_parthds.F.o -[ 66%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sflx.f.o -[ 66%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/tridi.f.o -[ 66%] Linking Fortran static library libccppphys.a -[ 66%] Built target ccppphys -Scanning dependencies of target gfsphysics -[ 66%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/namelist_soilveg.f.o -[ 68%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/GFDL_parse_tracers.F90.o -[ 68%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/machine.F.o -[ 68%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mersenne_twister.f.o -[ 68%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/physparam.f.o -[ 68%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/CCPP_layer/CCPP_typedefs.F90.o -[ 68%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/physcons.F90.o -[ 68%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radlw_param.f.o -[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radsw_param.f.o -[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_typedefs.F90.o -[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_driver.F90.o -[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_diagnostics.F90.o -[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/CCPP_layer/CCPP_data.F90.o -[ 70%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_restart.F90.o -[ 70%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_abstraction_layer.F90.o -[ 71%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/__/ccpp/physics/ccpp_static_api.F90.o -[ 71%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/noahmp_tables.f90.o -[ 71%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/set_soilveg.f.o -[ 71%] Linking Fortran static library libgfsphysics.a -[ 71%] Built target gfsphysics -Scanning dependencies of target ipd -Scanning dependencies of target ccppdriver -[ 71%] Building Fortran object FV3/ipd/CMakeFiles/ipd.dir/IPD_typedefs.F90.o -[ 71%] Building Fortran object FV3/ccpp/driver/CMakeFiles/ccppdriver.dir/CCPP_driver.F90.o -[ 71%] Building Fortran object FV3/ipd/CMakeFiles/ipd.dir/IPD_driver.F90.o -[ 72%] Linking Fortran static library libccppdriver.a -[ 72%] Built target ccppdriver -[ 73%] Linking Fortran static library libipd.a -[ 73%] Built target ipd -Scanning dependencies of target io -[ 73%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_fv3_io_def.F90.o -[ 74%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_internal_state.F90.o -Scanning dependencies of target fv3core -[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/external_sst.F90.o -[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_arrays.F90.o -[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_fill.F90.o -[ 76%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_nemsio.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/sim_nc_mod.F90.o -[ 76%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_netcdf.F90.o -[ 76%] Building Fortran object FV3/io/CMakeFiles/io.dir/post_gfs.F90.o -[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/DYCORE_typedefs.F90.o -[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/sorted_index.F90.o -[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_mp_mod.F90.o -[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_eta.F90.o -[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_timing.F90.o -[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_sg.F90.o -[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/boundary.F90.o -[ 78%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_grid_utils.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 79%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_wrt_grid_comp.F90.o -[ 79%] Building Fortran object FV3/io/CMakeFiles/io.dir/FV3GFS_io.F90.o -[ 79%] Building Fortran object FV3/io/CMakeFiles/io.dir/ffsync.F90.o -[ 80%] Building Fortran object FV3/io/CMakeFiles/io.dir/post_nems_routines.F90.o -[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_mapz.F90.o -[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/a2b_edge.F90.o -[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_surf_map.F90.o -[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/tp_core.F90.o -[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_grid_tools.F90.o -[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/init_hydro.F90.o -[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_treat_da_inc.F90.o -[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/sw_core.F90.o -[ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_iau_mod.F90.o -[ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_diagnostics.F90.o -[ 85%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_io.F90.o -[ 85%] Linking Fortran static library libio.a -[ 85%] Built target io -[ 85%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/nh_utils.F90.o -[ 85%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/nh_core.F90.o -[ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_regional_bc.F90.o -[ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_nudge.F90.o -[ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/test_cases.F90.o -[ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/fv_nggps_diag.F90.o -[ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_tracer2d.F90.o -[ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/dyn_core.F90.o -[ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_update_phys.F90.o -[ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/external_ic.F90.o -[ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_restart.F90.o -[ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_nesting.F90.o -[ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_control.F90.o -[ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_dynamics.F90.o -[ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/atmosphere.F90.o -[ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/multi_gases.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 87%] Linking Fortran static library libfv3core.a -[ 87%] Built target fv3core -Scanning dependencies of target stochastic_physics -[ 87%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_resol_def.f.o -[ 87%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/update_ca.f90.o -[ 87%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/spectral_layout.F90.o -[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_gg_def.f.o -[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_layout_lag.f.o -[ 89%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/glats_stochy.f.o -[ 89%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_namelist_def.F90.o -[ 90%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/compns_stochy.F90.o -[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/setlats_lag_stochy.f.o -[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/epslon_stochy.f.o -[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/get_lats_node_a_stochy.f.o -[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/get_ls_node_stochy.f.o -[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/gozrineo_stochy.f.o -[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/pln2eo_stochy.f.o -[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/setlats_a_stochy.f.o -[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_internal_state_mod.F90.o -[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/dezouv_stochy.f.o -[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/dozeuv_stochy.f.o -[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/four_to_grid_stochy.F.o -[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_patterngenerator.F90.o -[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/sumfln_stochy.f.o -[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/getcon_lag_stochy.f.o -[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/getcon_spectral.F90.o -[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/initialize_spectral_mod.F90.o -[ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_data_mod.F90.o -[ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/get_stochy_pattern.F90.o -[ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochastic_physics.F90.o -[ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/cellular_automata.f90.o -[ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/num_parthds_stochy.f.o -[ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/plumes.f90.o -[ 95%] Linking Fortran static library libstochastic_physics.a -[ 95%] Built target stochastic_physics -Scanning dependencies of target fv3cap -[ 95%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/module_fv3_config.F90.o -[ 95%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/atmos_model.F90.o -[ 96%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/module_fcst_grid_comp.F90.o -[ 96%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/time_utils.F90.o -[ 96%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/fv3_cap.F90.o -[ 96%] Linking Fortran static library libfv3cap.a -[ 96%] Built target fv3cap -Scanning dependencies of target NEMS.exe -[ 96%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_MEDIATOR_methods.F90.o -[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_EARTH_INTERNAL_STATE.F90.o -[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/ENS_Cpl/ENS_CplComp_ESMFMod_STUB.F90.o -[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_MEDIATOR_SpaceWeather.F90.o -[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_UTILS.F90.o -[ 98%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_INTERNAL_STATE.F90.o -[ 98%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_Rusage.F90.o -[100%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_MEDIATOR.F90.o -[100%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_EARTH_GRID_COMP.F90.o -[100%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_GRID_COMP.F90.o -[100%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/MAIN_NEMS.F90.o -[100%] Building C object CMakeFiles/NEMS.exe.dir/NEMS/src/nems_c_rusage.c.o -[100%] Linking Fortran executable NEMS.exe -/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib/libjasper.a(jas_stream.o): In function `jas_stream_tmpfile': -/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/src/jasper-1.900.29/src/libjasper/base/jas_stream.c:520: warning: the use of `tmpnam' is dangerous, better use `mkstemp' -[100%] Built target NEMS.exe -+ mv NEMS.exe ../fv3_14.exe -+ cp /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3 ../modules.fv3_14 -+ cd .. -+ '[' YES = YES ']' -+ rm -rf build_fv3_14 -+ elapsed=671 -+ echo 'Elapsed time 671 seconds. Compiling CCPP=Y STATIC=Y SUITES=FV3_GFS_2017 finished' -Elapsed time 671 seconds. Compiling CCPP=Y STATIC=Y SUITES=FV3_GFS_2017 finished -+ SECONDS=0 -+++ readlink -f /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/compile_cmake.sh -++ dirname /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/compile_cmake.sh -+ readonly MYDIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests -+ MYDIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests -+ readonly ARGC=4 -+ ARGC=4 -+ cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests -+ [[ 4 -eq 0 ]] -+ [[ 4 -lt 2 ]] -+ PATHTR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model -+ MACHINE_ID=wcoss_dell_p3 -+ MAKE_OPT='CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_gfdlmp WW3=Y' -+ BUILD_NAME=fv3_15 -+ clean_before=YES -+ clean_after=YES -+ BUILD_DIR=build_fv3_15 -+ [[ wcoss_dell_p3 == cheyenne.* ]] -+ [[ wcoss_dell_p3 == wcoss_dell_p3 ]] -+ MAKE_THREADS=4 -+ MAKE_THREADS=4 -+ hostname -m72a3 -+ cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests -+ echo 'Compiling CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_gfdlmp WW3=Y into fv3_15.exe on wcoss_dell_p3' -Compiling CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_gfdlmp WW3=Y into fv3_15.exe on wcoss_dell_p3 -+ '[' YES = YES ']' -+ rm -rf build_fv3_15 -+ mkdir -p build_fv3_15 -+ CCPP_CMAKE_FLAGS= -+ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_gfdlmp WW3=Y == *\D\E\B\U\G\=\Y* ]] -+ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_gfdlmp WW3=Y == *\R\E\P\R\O\=\Y* ]] -+ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_gfdlmp WW3=Y == *\3\2\B\I\T\=\Y* ]] -+ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_gfdlmp WW3=Y == *\O\P\E\N\M\P\=\N* ]] -+ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_gfdlmp WW3=Y == *\C\C\P\P\=\Y* ]] -+ CCPP_CMAKE_FLAGS=' -DCCPP=ON -DMPI=ON' -+ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_gfdlmp WW3=Y == *\D\E\B\U\G\=\Y* ]] -+ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_gfdlmp WW3=Y == *\R\E\P\R\O\=\Y* ]] -+ CCPP_CMAKE_FLAGS=' -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release' -+ [[ wcoss_dell_p3 == \j\e\t\.\i\n\t\e\l ]] -+ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_gfdlmp WW3=Y == *\3\2\B\I\T\=\Y* ]] -+ CCPP_CMAKE_FLAGS=' -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=OFF' -+ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_gfdlmp WW3=Y == *\S\T\A\T\I\C\=\Y* ]] -+ CCPP_CMAKE_FLAGS=' -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=OFF -DSTATIC=ON' -+ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_gfdlmp WW3=Y == *\M\U\L\T\I\_\G\A\S\E\S\=\Y* ]] -+ CCPP_CMAKE_FLAGS=' -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF' -++ echo CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_gfdlmp WW3=Y -++ sed 's/.* SUITES=//' -++ sed 's/ .*//' -+ SUITES=FV3_GFS_2017,FV3_GFS_2017_gfdlmp -+ cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model -+ ./FV3/ccpp/framework/scripts/ccpp_prebuild.py --config=FV3/ccpp/config/ccpp_prebuild_config.py --static --suites=FV3_GFS_2017,FV3_GFS_2017_gfdlmp --builddir=tests/build_fv3_15/FV3 -INFO: Logging level set to INFO -INFO: Found TYPEDEFS_NEW_METADATA dictionary in config, assume at least some data is in new metadata formet -INFO: Parsing suite definition files ... -INFO: Parsing suite definition file FV3/ccpp/suites/suite_FV3_GFS_2017.xml ... -INFO: Parsing suite definition file FV3/ccpp/suites/suite_FV3_GFS_2017_gfdlmp.xml ... -INFO: Parsing metadata tables for variables provided by host model ... -INFO: Parsed variable definition tables in module machine -INFO: Parsed variable definition tables in module module_radsw_parameters -INFO: Parsed variable definition tables in module module_radlw_parameters -INFO: Parsed variable definition tables in module CCPP_typedefs -INFO: Parsed variable definition tables in module GFS_typedefs -INFO: Parsed variable definition tables in module CCPP_data -INFO: Parsed variable definition tables in module ccpp_types -INFO: Convert local names from new metadata format into old metadata format ... -INFO: Converting local name sfcflw of variable lw_fluxes_sfc from new to old metadata -INFO: Converting local name nslwr of variable number_of_timesteps_between_longwave_radiation_calls from new to old metadata -INFO: Converting local name hydrostatic of variable flag_for_hydrostatic_solver from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_of_kinematic_buoyancy_flux_from_shoc_in_phy_f3d) of variable kinematic_buoyancy_flux_from_shoc from new to old metadata -INFO: Converting local name nkbfshoc of variable index_of_kinematic_buoyancy_flux_from_shoc_in_phy_f3d from new to old metadata -INFO: Converting local name dvisbm_cpl of variable cumulative_surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name cnvw of variable convective_cloud_water_mixing_ratio from new to old metadata -INFO: Converting local name ltaerosol of variable flag_for_aerosol_physics from new to old metadata -INFO: Converting local name rainmcadj of variable lwe_thickness_of_moist_convective_adj_precipitation_amount from new to old metadata -INFO: Converting local name loop_cnt of variable ccpp_loop_counter from new to old metadata -INFO: Converting local name ncpi of variable local_ice_number_concentration from new to old metadata -INFO: Converting local name pt of variable virtual_temperature_at_Lagrangian_surface from new to old metadata -INFO: Converting local name nirbmui of variable surface_upwelling_direct_near_infrared_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name vconvtend of variable tendency_of_y_wind_due_to_deep_convection_for_coupling_on_physics_timestep from new to old metadata -INFO: Converting local name uustar_ice of variable surface_friction_velocity_over_ice from new to old metadata -INFO: Converting local name phy_myj_uz0 of variable u_wind_component_at_viscous_sublayer_top from new to old metadata -INFO: Converting local name evap_land of variable kinematic_surface_upward_latent_heat_flux_over_land from new to old metadata -INFO: Converting local name ocean of variable flag_nonzero_ocean_surface_fraction from new to old metadata -INFO: Converting local name ep1d_ocean of variable surface_upward_potential_latent_heat_flux_over_ocean from new to old metadata -INFO: Converting local name qconvtend of variable tendency_of_water_vapor_specific_humidity_due_to_deep_convection_for_coupling_on_physics_timestep from new to old metadata -INFO: Converting local name islmsk_cice of variable sea_land_ice_mask_cice from new to old metadata -INFO: Converting local name cmm_ice of variable surface_drag_wind_speed_for_momentum_in_air_over_ice from new to old metadata -INFO: Converting local name visdfdi of variable surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name cnv_ndrop of variable number_concentration_of_cloud_liquid_water_particles_for_detrainment from new to old metadata -INFO: Converting local name sh2o of variable volume_fraction_of_unfrozen_soil_moisture_for_land_surface_model from new to old metadata -INFO: Converting local name tau_tofd of variable time_integral_of_momentum_flux_due_to_turbulent_orographic_form_drag from new to old metadata -INFO: Converting local name dnirbmi_cpl of variable instantaneous_surface_downwelling_direct_near_infrared_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name refdmax263k of variable maximum_reflectivity_at_minus10c_over_maximum_hourly_time_interval from new to old metadata -INFO: Converting local name ulwsfci of variable surface_upwelling_longwave_flux from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_liquid_cloud_condensate) of variable tendency_of_liquid_cloud_water_mixing_ratio_due_to_model_physics from new to old metadata -INFO: Converting local name ntcw of variable index_for_liquid_cloud_condensate from new to old metadata -INFO: Converting local name lheatstrg of variable flag_for_canopy_heat_storage from new to old metadata -INFO: Converting local name slc of variable volume_fraction_of_unfrozen_soil_moisture from new to old metadata -INFO: Converting local name tsfc_land of variable surface_skin_temperature_over_land_interstitial from new to old metadata -INFO: Converting local name save_v of variable y_wind_save from new to old metadata -INFO: Converting local name xkzm_m of variable atmosphere_momentum_diffusivity_background from new to old metadata -INFO: Converting local name gabsbdlw_land of variable surface_downwelling_longwave_flux_absorbed_by_ground_over_land from new to old metadata -INFO: Converting local name tprcp_ice of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_ice from new to old metadata -INFO: Converting local name stblcpxy of variable slow_soil_pool_mass_content_of_carbon from new to old metadata -INFO: Converting local name cdq_land of variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_land from new to old metadata -INFO: Converting local name du3dt(:,:,2) of variable cumulative_change_in_x_wind_due_to_orographic_gravity_wave_drag from new to old metadata -INFO: Converting local name mg_berg_eff_factor of variable mg_bergeron_efficiency_factor from new to old metadata -INFO: Converting local name clouds(:,:,3) of variable mean_effective_radius_for_liquid_cloud from new to old metadata -INFO: Converting local name aer_nm of variable aerosol_number_concentration_from_gocart_aerosol_climatology from new to old metadata -INFO: Converting local name xzts of variable sensitivity_of_dtl_thickness_to_surface_temperature from new to old metadata -INFO: Converting local name lake of variable flag_nonzero_lake_surface_fraction from new to old metadata -INFO: Converting local name kb of variable vertical_index_difference_between_layer_and_lower_bound from new to old metadata -INFO: Converting local name ipt of variable index_for_diagnostic_printout from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_ice_friendly_aerosols) of variable ice_friendly_aerosol_number_concentration from new to old metadata -INFO: Converting local name ntia of variable index_for_ice_friendly_aerosols from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_rain_water) of variable tendency_of_rain_water_mixing_ratio_due_to_model_physics from new to old metadata -INFO: Converting local name ntrw of variable index_for_rain_water from new to old metadata -INFO: Converting local name con_epsm1 of variable ratio_of_dry_air_to_water_vapor_gas_constants_minus_one from new to old metadata -INFO: Converting local name dqsfc_cice of variable surface_upward_latent_heat_flux_for_coupling_interstitial from new to old metadata -INFO: Converting local name last_step of variable flag_for_the_last_step_of_k_split_remapping from new to old metadata -INFO: Converting local name huge of variable netcdf_float_fillvalue from new to old metadata -INFO: Converting local name save_q(:,:,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio_save from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_liquid_cloud_number_concentration) of variable cloud_droplet_number_concentration from new to old metadata -INFO: Converting local name ntlnc of variable index_for_liquid_cloud_number_concentration from new to old metadata -INFO: Converting local name dv3dt(:,:,1) of variable cumulative_change_in_y_wind_due_to_PBL from new to old metadata -INFO: Converting local name imp_physics_mg of variable flag_for_morrison_gettelman_microphysics_scheme from new to old metadata -INFO: Converting local name cldtaulw of variable cloud_optical_depth_layers_at_10mu_band from new to old metadata -INFO: Converting local name wet of variable flag_nonzero_wet_surface_fraction from new to old metadata -INFO: Converting local name qsnowxy of variable snow_precipitation_rate_at_surface from new to old metadata -INFO: Converting local name iopt_frz of variable flag_for_supercooled_liquid_water_option from new to old metadata -INFO: Converting local name dsnow_cpl of variable tendency_of_lwe_thickness_of_snow_amount_for_coupling from new to old metadata -INFO: Converting local name cldsa of variable cloud_area_fraction_for_radiation from new to old metadata -INFO: Converting local name totsnwb of variable accumulated_lwe_thickness_of_snow_amount_in_bucket from new to old metadata -INFO: Converting local name gq0(:,:,index_for_rain_water) of variable rain_water_mixing_ratio_updated_by_physics from new to old metadata -INFO: Converting local name totsnw of variable accumulated_lwe_thickness_of_snow_amount from new to old metadata -INFO: Converting local name xkzm_s of variable diffusivity_background_sigma_level from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_water_friendly_aerosols) of variable tendency_of_water_friendly_aerosol_number_concentration_due_to_model_physics from new to old metadata -INFO: Converting local name ntwa of variable index_for_water_friendly_aerosols from new to old metadata -INFO: Converting local name fswtr of variable fraction_of_cloud_top_water_scavenged from new to old metadata -INFO: Converting local name nvisbmi_cpl of variable instantaneous_surface_net_downward_direct_ultraviolet_and_visible_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_of_atmosphere_heat_diffusivity_from_shoc_in_phy_f3d) of variable atmosphere_heat_diffusivity_from_shoc from new to old metadata -INFO: Converting local name nahdshoc of variable index_of_atmosphere_heat_diffusivity_from_shoc_in_phy_f3d from new to old metadata -INFO: Converting local name nthreads of variable omp_threads_for_fast_physics from new to old metadata -INFO: Converting local name icemp of variable lwe_thickness_of_ice_amount from new to old metadata -INFO: Converting local name dqsfc_cpl of variable cumulative_surface_upward_latent_heat_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name con_jcal of variable joules_per_calorie_constant from new to old metadata -INFO: Converting local name xmu of variable zenith_angle_temporal_adjustment_factor_for_shortwave_fluxes from new to old metadata -INFO: Converting local name con_fvirt of variable ratio_of_vapor_to_dry_air_gas_constants_minus_one from new to old metadata -INFO: Converting local name evfactl_deep of variable rain_evaporation_coefficient_over_land_deep_convection from new to old metadata -INFO: Converting local name canliqxy of variable canopy_intercepted_liquid_water from new to old metadata -INFO: Converting local name phy_myj_qsfc of variable surface_specific_humidity_for_MYJ_schemes from new to old metadata -INFO: Converting local name rainncprv of variable lwe_thickness_of_explicit_rainfall_amount_from_previous_timestep from new to old metadata -INFO: Converting local name Tbd of variable GFS_tbd_type_instance from new to old metadata -INFO: Converting local name v1 of variable y_wind_at_lowest_model_layer_for_diag from new to old metadata -INFO: Converting local name det_mf of variable cumulative_atmosphere_detrainment_convective_mass_flux from new to old metadata -INFO: Converting local name psurf of variable surface_air_pressure_diag from new to old metadata -INFO: Converting local name gasvmr(:,:,10) of variable volume_mixing_ratio_cfc113 from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_for_rain_effective_radius) of variable effective_radius_of_stratiform_cloud_rain_particle_in_um from new to old metadata -INFO: Converting local name nreffr of variable index_for_rain_effective_radius from new to old metadata -INFO: Converting local name del_gz of variable geopotential_difference_between_midlayers_divided_by_midlayer_virtual_temperature from new to old metadata -INFO: Converting local name imfdeepcnv_ntiedtke of variable flag_for_ntiedtke_deep_convection_scheme from new to old metadata -INFO: Converting local name h2o_coeff of variable number_of_coefficients_in_h2o_forcing_data from new to old metadata -INFO: Converting local name tgrs of variable air_temperature from new to old metadata -INFO: Converting local name xlon of variable longitude from new to old metadata -INFO: Converting local name c_d of variable coefficient_c_d from new to old metadata -INFO: Converting local name tlvl of variable air_temperature_at_interface_for_radiation from new to old metadata -INFO: Converting local name f_rimef of variable rime_factor from new to old metadata -INFO: Converting local name mg_do_ice_gmao of variable mg_flag_for_gmao_ice_formulation from new to old metadata -INFO: Converting local name snowca of variable cumulative_surface_snow_area_fraction_multiplied_by_timestep from new to old metadata -INFO: Converting local name hflx of variable kinematic_surface_upward_sensible_heat_flux from new to old metadata -INFO: Converting local name dt3dt(:,:,6) of variable cumulative_change_in_temperature_due_to_microphysics from new to old metadata -INFO: Converting local name nirdfui of variable surface_upwelling_diffuse_near_infrared_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name trans of variable transpiration_flux from new to old metadata -INFO: Converting local name ntchs of variable index_for_first_chemical_tracer from new to old metadata -INFO: Converting local name idxday of variable daytime_points from new to old metadata -INFO: Converting local name iceprv of variable lwe_thickness_of_ice_amount_from_previous_timestep from new to old metadata -INFO: Converting local name mg_alf of variable mg_tuning_factor_for_alphas from new to old metadata -INFO: Converting local name nupdraft of variable number_of_plumes from new to old metadata -INFO: Converting local name qr_r of variable cloud_rain_water_mixing_ratio from new to old metadata -INFO: Converting local name sec of variable seconds_elapsed_since_model_initialization from new to old metadata -INFO: Converting local name epi of variable instantaneous_surface_potential_evaporation from new to old metadata -INFO: Converting local name gflx_land of variable upward_heat_flux_in_soil_over_land from new to old metadata -INFO: Converting local name du3dt_ngw of variable time_integral_of_change_in_x_wind_due_to_nonstationary_gravity_wave from new to old metadata -INFO: Converting local name bl_mynn_cloudpdf of variable cloudpdf from new to old metadata -INFO: Converting local name vtype of variable vegetation_type_classification_real from new to old metadata -INFO: Converting local name imfdeepcnv_gf of variable flag_for_gf_deep_convection_scheme from new to old metadata -INFO: Converting local name lssav of variable flag_diagnostics from new to old metadata -INFO: Converting local name sfalb of variable surface_diffused_shortwave_albedo from new to old metadata -INFO: Converting local name acvb of variable smallest_cloud_base_vertical_index_encountered_thus_far from new to old metadata -INFO: Converting local name c_0 of variable coefficient_c_0 from new to old metadata -INFO: Converting local name mpirank of variable mpi_rank_for_fast_physics from new to old metadata -INFO: Converting local name ntrac of variable number_of_tracers from new to old metadata -INFO: Converting local name dvsfci of variable instantaneous_surface_y_momentum_flux_for_diag from new to old metadata -INFO: Converting local name GFS_Interstitial of variable GFS_interstitial_type_instance_all_threads from new to old metadata -INFO: Converting local name in_nm of variable in_number_concentration from new to old metadata -INFO: Converting local name blksz2(ccpp_block_number) of variable horizontal_dimension from new to old metadata -INFO: Converting local name blk_no of variable ccpp_block_number from new to old metadata -INFO: Converting local name min_lakeice of variable lake_ice_minimum from new to old metadata -INFO: Converting local name canicexy of variable canopy_intercepted_ice_mass from new to old metadata -INFO: Converting local name mg_precip_frac_method of variable mg_type_of_precip_fraction_method from new to old metadata -INFO: Converting local name lonr of variable number_of_equatorial_longitude_points from new to old metadata -INFO: Converting local name dt3dt(:,:,7) of variable cumulative_change_in_temperature_due_to_orographic_gravity_wave_drag from new to old metadata -INFO: Converting local name dtzm of variable mean_change_over_depth_in_sea_water_temperature from new to old metadata -INFO: Converting local name du3dt_mtb of variable time_integral_of_change_in_x_wind_due_to_mountain_blocking_drag from new to old metadata -INFO: Converting local name stress_land of variable surface_wind_stress_over_land from new to old metadata -INFO: Converting local name nspinup of variable number_of_iterations_to_spin_up_cellular_automata from new to old metadata -INFO: Converting local name zogw of variable height_of_launch_level_of_orographic_gravity_wave from new to old metadata -INFO: Converting local name ntsw of variable index_for_snow_water from new to old metadata -INFO: Converting local name cov of variable t_prime_q_prime from new to old metadata -INFO: Converting local name sup of variable ice_supersaturation_threshold from new to old metadata -INFO: Converting local name dt3dt(:,:,3) of variable cumulative_change_in_temperature_due_to_PBL from new to old metadata -INFO: Converting local name mg_qcvar of variable mg_cloud_water_variance from new to old metadata -INFO: Converting local name ffmm_ice of variable Monin_Obukhov_similarity_function_for_momentum_over_ice from new to old metadata -INFO: Converting local name dtdt of variable tendency_of_air_temperature_at_Lagrangian_surface from new to old metadata -INFO: Converting local name GFS_statein_type of variable GFS_statein_type from new to old metadata -INFO: Converting local name train of variable accumulated_change_of_air_temperature_due_to_FA_scheme from new to old metadata -INFO: Converting local name fscav of variable coefficients_for_aerosol_scavenging from new to old metadata -INFO: Converting local name prslk(:,1) of variable dimensionless_exner_function_at_lowest_model_layer from new to old metadata -INFO: Converting local name tf of variable frozen_cloud_threshold_temperature from new to old metadata -INFO: Converting local name communicator of variable mpi_comm from new to old metadata -INFO: Converting local name qs_r of variable cloud_snow_mixing_ratio from new to old metadata -INFO: Converting local name skebv_wts of variable weights_for_stochastic_skeb_perturbation_of_y_wind from new to old metadata -INFO: Converting local name bl_mynn_edmf_part of variable edmf_partition_flag from new to old metadata -INFO: Converting local name dq3dt(:,:,7) of variable cumulative_change_in_ozone_concentration_due_to_ozone_mixing_ratio from new to old metadata -INFO: Converting local name swhc of variable tendency_of_air_temperature_due_to_shortwave_heating_assuming_clear_sky_on_radiation_timestep from new to old metadata -INFO: Converting local name mg_ngnst of variable mg_graupel_concentration_constant from new to old metadata -INFO: Converting local name GFS_grid_type of variable GFS_grid_type from new to old metadata -INFO: Converting local name js of variable starting_y_direction_index from new to old metadata -INFO: Converting local name out_dt of variable flag_for_tendency_of_air_temperature_at_Lagrangian_surface from new to old metadata -INFO: Converting local name delr of variable layer_pressure_thickness_for_radiation from new to old metadata -INFO: Converting local name ncgl of variable local_graupel_number_concentration from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_snow_water) of variable snow_water_mixing_ratio from new to old metadata -INFO: Converting local name totgrp of variable accumulated_lwe_thickness_of_graupel_amount from new to old metadata -INFO: Converting local name cldtausw of variable cloud_optical_depth_layers_at_0p55mu_band from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_ozone) of variable tendency_of_ozone_mixing_ratio_due_to_model_physics from new to old metadata -INFO: Converting local name ntoz of variable index_for_ozone from new to old metadata -INFO: Converting local name evap of variable kinematic_surface_upward_latent_heat_flux from new to old metadata -INFO: Converting local name oro of variable orography from new to old metadata -INFO: Converting local name topfsw of variable sw_fluxes_top_atmosphere from new to old metadata -INFO: Converting local name jmap of variable map_of_block_column_number_to_global_j_index from new to old metadata -INFO: Converting local name cdq of variable surface_drag_coefficient_for_heat_and_moisture_in_air from new to old metadata -INFO: Converting local name soiltype of variable soil_type_classification from new to old metadata -INFO: Converting local name evap_ocean of variable kinematic_surface_upward_latent_heat_flux_over_ocean from new to old metadata -INFO: Converting local name nblks of variable number_of_blocks from new to old metadata -INFO: Converting local name dxinv of variable inverse_scaling_factor_for_critical_relative_humidity from new to old metadata -INFO: Converting local name dvsfc of variable cumulative_surface_y_momentum_flux_for_diag_multiplied_by_timestep from new to old metadata -INFO: Converting local name GFS_stateout_type of variable GFS_stateout_type from new to old metadata -INFO: Converting local name qg of variable cloud_graupel_specific_humidity_at_Lagrangian_surface from new to old metadata -INFO: Converting local name nmtvr of variable number_of_statistical_measures_of_subgrid_orography from new to old metadata -INFO: Converting local name nseed of variable cellular_automata_seed_frequency from new to old metadata -INFO: Converting local name nlives of variable cellular_automata_lifetime from new to old metadata -INFO: Converting local name vegf1d of variable perturbation_of_vegetation_fraction from new to old metadata -INFO: Converting local name v10m of variable y_wind_at_10m from new to old metadata -INFO: Converting local name hice of variable sea_ice_thickness from new to old metadata -INFO: Converting local name mbota of variable model_layer_number_at_cloud_base from new to old metadata -INFO: Converting local name ncnvw of variable index_for_convective_cloud_water_mixing_ratio_in_phy_f3d from new to old metadata -INFO: Converting local name flqc of variable surface_exchange_coefficient_for_moisture from new to old metadata -INFO: Converting local name imfshalcnv_samf of variable flag_for_samf_shallow_convection_scheme from new to old metadata -INFO: Converting local name ntdiag of variable diagnostics_control_for_chemical_tracers from new to old metadata -INFO: Converting local name c1_shal of variable detrainment_conversion_parameter_shallow_convection from new to old metadata -INFO: Converting local name con_g of variable gravitational_acceleration from new to old metadata -INFO: Converting local name je of variable ending_y_direction_index from new to old metadata -INFO: Converting local name hprime(:,1) of variable standard_deviation_of_subgrid_orography from new to old metadata -INFO: Converting local name lh of variable surface_latent_heat from new to old metadata -INFO: Converting local name v10max of variable maximum_v_wind_at_10m_over_maximum_hourly_time_interval from new to old metadata -INFO: Converting local name dvsfcg of variable instantaneous_y_stress_due_to_gravity_wave_drag from new to old metadata -INFO: Converting local name mg_ninst of variable mg_ice_concentration_constant from new to old metadata -INFO: Converting local name lwhd of variable tendency_of_air_temperature_due_to_longwave_heating_for_idea from new to old metadata -INFO: Converting local name ntkev of variable index_for_turbulent_kinetic_energy_vertical_diffusion_tracer from new to old metadata -INFO: Converting local name fm10 of variable Monin_Obukhov_similarity_function_for_momentum_at_10m from new to old metadata -INFO: Converting local name phour of variable forecast_time_at_previous_timestep from new to old metadata -INFO: Converting local name phys_hydrostatic of variable flag_for_hydrostatic_heating_from_physics from new to old metadata -INFO: Converting local name nswsfci of variable surface_net_downwelling_shortwave_flux from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_for_graupel_effective_radius) of variable effective_radius_of_stratiform_cloud_graupel_particle_in_um from new to old metadata -INFO: Converting local name ngeffr of variable index_for_graupel_effective_radius from new to old metadata -INFO: Converting local name kt of variable vertical_index_difference_between_layer_and_upper_bound from new to old metadata -INFO: Converting local name GFS_tbd_type of variable GFS_tbd_type from new to old metadata -INFO: Converting local name tsurf_ocean of variable surface_skin_temperature_after_iteration_over_ocean from new to old metadata -INFO: Converting local name gu0(:,1) of variable x_wind_at_lowest_model_layer_updated_by_physics from new to old metadata -INFO: Converting local name akap of variable kappa_dry_for_fast_physics from new to old metadata -INFO: Converting local name lsm of variable flag_for_land_surface_scheme from new to old metadata -INFO: Converting local name nscav of variable number_of_tracers_scavenged from new to old metadata -INFO: Converting local name ffmm of variable Monin_Obukhov_similarity_function_for_momentum from new to old metadata -INFO: Converting local name nnirbm_cpl of variable cumulative_surface_net_downward_direct_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name tau_mtb of variable instantaneous_momentum_flux_due_to_mountain_blocking_drag from new to old metadata -INFO: Converting local name snicexy of variable snow_layer_ice from new to old metadata -INFO: Converting local name flag_guess of variable flag_for_guess_run from new to old metadata -INFO: Converting local name dnirbm_cpl of variable cumulative_surface_downwelling_direct_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name chh_ocean of variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_ocean from new to old metadata -INFO: Converting local name dtsfci_cpl of variable instantaneous_surface_upward_sensible_heat_flux_for_coupling from new to old metadata -INFO: Converting local name flgmin of variable minimum_large_ice_fraction from new to old metadata -INFO: Converting local name t02max of variable maximum_temperature_at_2m_over_maximum_hourly_time_interval from new to old metadata -INFO: Converting local name tconvtend of variable tendency_of_air_temperature_due_to_deep_convection_for_coupling_on_physics_timestep from new to old metadata -INFO: Converting local name zorl of variable surface_roughness_length from new to old metadata -INFO: Converting local name coslat of variable cosine_of_latitude from new to old metadata -INFO: Converting local name pertalb of variable magnitude_of_surface_albedo_perturbation from new to old metadata -INFO: Converting local name aecm of variable instantaneous_aerosol_column_mass_densities from new to old metadata -INFO: Converting local name con_rv of variable gas_constant_water_vapor from new to old metadata -INFO: Converting local name wminco of variable cloud_condensed_water_conversion_threshold from new to old metadata -INFO: Converting local name fastcpxy of variable fast_soil_pool_mass_content_of_carbon from new to old metadata -INFO: Converting local name kind_grid of variable kind_grid from new to old metadata -INFO: Converting local name stress of variable surface_wind_stress from new to old metadata -INFO: Converting local name qgrs(:,1,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio_at_lowest_model_layer from new to old metadata -INFO: Converting local name rhc of variable critical_relative_humidity from new to old metadata -INFO: Converting local name tsfco of variable sea_surface_temperature from new to old metadata -INFO: Converting local name tau_ngw of variable instantaneous_momentum_flux_due_to_nonstationary_gravity_wave from new to old metadata -INFO: Converting local name tsfcl of variable surface_skin_temperature_over_land from new to old metadata -INFO: Converting local name clouds(:,:,7) of variable mean_effective_radius_for_rain_drop from new to old metadata -INFO: Converting local name con_cliq of variable specific_heat_of_liquid_water_at_constant_pressure from new to old metadata -INFO: Converting local name zmtb of variable height_of_mountain_blocking from new to old metadata -INFO: Converting local name ulwsfcin_cpl of variable surface_upwelling_longwave_flux_for_coupling from new to old metadata -INFO: Converting local name dlwsfc_cpl of variable cumulative_surface_downwelling_longwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name sfcdlw of variable surface_downwelling_longwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name t1 of variable air_temperature_at_lowest_model_layer_for_diag from new to old metadata -INFO: Converting local name ntiw of variable index_for_ice_cloud_condensate from new to old metadata -INFO: Converting local name bl_mynn_mixlength of variable mixing_length_flag from new to old metadata -INFO: Converting local name faerlw(:,:,:,1) of variable aerosol_optical_depth_for_longwave_bands_01_16 from new to old metadata -INFO: Converting local name ozpl of variable ozone_forcing from new to old metadata -INFO: Converting local name dlength of variable characteristic_grid_length_scale from new to old metadata -INFO: Converting local name slag of variable equation_of_time from new to old metadata -INFO: Converting local name ntot2d of variable number_of_fields_in_phyf2d from new to old metadata -INFO: Converting local name iopt_run of variable flag_for_runoff_and_groundwater_option from new to old metadata -INFO: Converting local name gq0(:,:,index_for_liquid_cloud_number_concentration) of variable cloud_droplet_number_concentration_updated_by_physics from new to old metadata -INFO: Converting local name sneqvoxy of variable snow_mass_at_previous_time_step from new to old metadata -INFO: Converting local name con_rhw0 of variable sea_water_reference_density from new to old metadata -INFO: Converting local name mtopa of variable model_layer_number_at_cloud_top from new to old metadata -INFO: Converting local name pertshc of variable magnitude_of_perturbation_of_soil_type_b_parameter from new to old metadata -INFO: Converting local name levi of variable vertical_interface_dimension from new to old metadata -INFO: Converting local name do_shoc of variable flag_for_shoc from new to old metadata -INFO: Converting local name du3dt_tms of variable time_integral_of_change_in_x_wind_due_to_turbulent_orographic_form_drag from new to old metadata -INFO: Converting local name snow_cpl of variable lwe_thickness_of_snow_amount_for_coupling from new to old metadata -INFO: Converting local name pkz of variable finite_volume_mean_edge_pressure_raised_to_the_power_of_kappa from new to old metadata -INFO: Converting local name nn of variable number_of_tracers_for_convective_transport from new to old metadata -INFO: Converting local name do_sat_adj of variable flag_for_saturation_adjustment_for_microphysics_in_dynamics from new to old metadata -INFO: Converting local name dx of variable cell_size from new to old metadata -INFO: Converting local name do_ugwp of variable do_ugwp from new to old metadata -INFO: Converting local name rain of variable lwe_thickness_of_precipitation_amount_on_dynamics_timestep from new to old metadata -INFO: Converting local name iopt_crs of variable flag_for_canopy_stomatal_resistance_option from new to old metadata -INFO: Converting local name qgrs(:,1,index_for_water_vapor) of variable water_vapor_specific_humidity_at_lowest_model_layer from new to old metadata -INFO: Converting local name ntqv of variable index_for_water_vapor from new to old metadata -INFO: Converting local name t02min of variable minimum_temperature_at_2m_over_maximum_hourly_time_interval from new to old metadata -INFO: Converting local name imp_physics_gfdl of variable flag_for_gfdl_microphysics_scheme from new to old metadata -INFO: Converting local name lprnt of variable flag_print from new to old metadata -INFO: Converting local name gabsbdlw_ice of variable surface_downwelling_longwave_flux_absorbed_by_ground_over_ice from new to old metadata -INFO: Converting local name imp_physics_thompson of variable flag_for_thompson_microphysics_scheme from new to old metadata -INFO: Converting local name ctei_rm of variable critical_cloud_top_entrainment_instability_criteria from new to old metadata -INFO: Converting local name tseal of variable surface_skin_temperature_for_nsst from new to old metadata -INFO: Converting local name dusfc_fd of variable integrated_x_momentum_flux_from_form_drag from new to old metadata -INFO: Converting local name dusfcin_cpl of variable surface_x_momentum_flux_for_coupling from new to old metadata -INFO: Converting local name slope of variable surface_slope_classification_real from new to old metadata -INFO: Converting local name htrlw of variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_timestep from new to old metadata -INFO: Converting local name mg_qcmin(2) of variable mg_minimum_ice_mixing_ratio from new to old metadata -INFO: Converting local name tice of variable sea_ice_temperature_interstitial from new to old metadata -INFO: Converting local name adjvisbmu of variable surface_upwelling_direct_ultraviolet_and_visible_shortwave_flux from new to old metadata -INFO: Converting local name dvgwd of variable time_integral_of_y_stress_due_to_gravity_wave_drag from new to old metadata -INFO: Converting local name dusfc_cice of variable surface_x_momentum_flux_for_coupling_interstitial from new to old metadata -INFO: Converting local name errmsg of variable ccpp_error_message from new to old metadata -INFO: Converting local name flag_cice of variable flag_for_cice from new to old metadata -INFO: Converting local name Coupling of variable GFS_coupling_type_instance from new to old metadata -INFO: Converting local name cs_parm(3) of variable detrainment_and_precipitation_tunable_parameter_3_CS from new to old metadata -INFO: Converting local name snliqxy of variable snow_layer_liquid_water from new to old metadata -INFO: Converting local name mstrat of variable flag_for_moorthi_stratus from new to old metadata -INFO: Converting local name imfdeepcnv_sas of variable flag_for_sas_deep_convection_scheme from new to old metadata -INFO: Converting local name weasd_ice of variable water_equivalent_accumulated_snow_depth_over_ice from new to old metadata -INFO: Converting local name bl_mynn_edmf_mom of variable edmf_momentum_transport_flag from new to old metadata -INFO: Converting local name npdf3d of variable number_of_3d_arrays_associated_with_pdf_based_clouds from new to old metadata -INFO: Converting local name dq3dt(:,:,2) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_deep_convection from new to old metadata -INFO: Converting local name w_upi of variable vertical_velocity_for_updraft from new to old metadata -INFO: Converting local name qlyr of variable water_vapor_specific_humidity_at_layer_for_radiation from new to old metadata -INFO: Converting local name fm10_ice of variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_ice from new to old metadata -INFO: Converting local name qgl of variable local_graupel_mixing_ratio from new to old metadata -INFO: Converting local name gt0(:,1) of variable air_temperature_at_lowest_model_layer_updated_by_physics from new to old metadata -INFO: Converting local name ccpp_t of variable ccpp_t from new to old metadata -INFO: Converting local name clouds(:,:,4) of variable cloud_ice_water_path from new to old metadata -INFO: Converting local name rain_cpl of variable lwe_thickness_of_precipitation_amount_for_coupling from new to old metadata -INFO: Converting local name bl_mynn_cloudmix of variable cloud_specie_mix_flag from new to old metadata -INFO: Converting local name tgxy of variable ground_temperature_for_noahmp from new to old metadata -INFO: Converting local name oa4 of variable asymmetry_of_subgrid_orography from new to old metadata -INFO: Converting local name refdmax of variable maximum_reflectivity_at_1km_agl_over_maximum_hourly_time_interval from new to old metadata -INFO: Converting local name GFS_Data(ccpp_block_number) of variable GFS_data_type_instance from new to old metadata -INFO: Converting local name dvsfc_cpl of variable cumulative_surface_y_momentum_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name shocaftcnv of variable flag_for_shoc_after_convection from new to old metadata -INFO: Converting local name mg_rhmini of variable mg_minimum_rh_for_ice from new to old metadata -INFO: Converting local name t2mi_cpl of variable instantaneous_temperature_at_2m_for_coupling from new to old metadata -INFO: Converting local name GFS_Interstitial(ccpp_thread_number) of variable GFS_interstitial_type_instance from new to old metadata -INFO: Converting local name thrd_no of variable ccpp_thread_number from new to old metadata -INFO: Converting local name evbs of variable soil_upward_latent_heat_flux from new to old metadata -INFO: Converting local name dtdtr of variable tendency_of_air_temperature_due_to_radiative_heating_on_physics_time_step from new to old metadata -INFO: Converting local name spfhmin of variable minimum_specific_humidity_at_2m from new to old metadata -INFO: Converting local name xsaixy of variable stem_area_index from new to old metadata -INFO: Converting local name lsoil of variable soil_vertical_dimension from new to old metadata -INFO: Converting local name mg_ts_auto_ice of variable mg_time_scale_for_autoconversion_of_ice from new to old metadata -INFO: Converting local name ca_deep of variable fraction_of_cellular_automata_for_deep_convection from new to old metadata -INFO: Converting local name work1 of variable grid_size_related_coefficient_used_in_scale_sensitive_schemes from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_for_cloud_liquid_water_effective_radius) of variable effective_radius_of_stratiform_cloud_liquid_water_particle_in_um from new to old metadata -INFO: Converting local name nleffr of variable index_for_cloud_liquid_water_effective_radius from new to old metadata -INFO: Converting local name dlwsfci of variable surface_downwelling_longwave_flux from new to old metadata -INFO: Converting local name mg_nicons of variable mg_flag_ice_concentration_constant from new to old metadata -INFO: Converting local name faersw(:,:,:,1) of variable aerosol_optical_depth_for_shortwave_bands_01_16 from new to old metadata -INFO: Converting local name xt of variable diurnal_thermocline_layer_heat_content from new to old metadata -INFO: Converting local name prsl of variable air_pressure from new to old metadata -INFO: Converting local name cv of variable fraction_of_convective_cloud from new to old metadata -INFO: Converting local name blksz of variable horizontal_block_size from new to old metadata -INFO: Converting local name pertvegf of variable magnitude_of_perturbation_of_vegetation_fraction from new to old metadata -INFO: Converting local name gq0(:,:,index_for_cloud_amount) of variable cloud_fraction_updated_by_physics from new to old metadata -INFO: Converting local name ntclamt of variable index_for_cloud_amount from new to old metadata -INFO: Converting local name zorlo of variable surface_roughness_length_over_ocean from new to old metadata -INFO: Converting local name te0 of variable atmosphere_energy_content_at_Lagrangian_surface from new to old metadata -INFO: Converting local name ktop of variable vertical_index_at_cloud_top from new to old metadata -INFO: Converting local name prevsq of variable moisture_from_previous_timestep from new to old metadata -INFO: Converting local name kpbl of variable vertical_index_at_top_of_atmosphere_boundary_layer from new to old metadata -INFO: Converting local name ncells of variable cellular_automata_finer_grid from new to old metadata -INFO: Converting local name cnvc of variable convective_cloud_cover from new to old metadata -INFO: Converting local name totprcp of variable accumulated_lwe_thickness_of_precipitation_amount from new to old metadata -INFO: Converting local name cgwf of variable multiplication_factors_for_convective_gravity_wave_drag from new to old metadata -INFO: Converting local name do_shum of variable flag_for_stochastic_shum_option from new to old metadata -INFO: Converting local name save_q of variable tracer_concentration_save from new to old metadata -INFO: Converting local name h2o_pres of variable natural_log_of_h2o_forcing_data_pressure_levels from new to old metadata -INFO: Converting local name iopt_snf of variable flag_for_precipitation_partition_option from new to old metadata -INFO: Converting local name c0s_shal of variable rain_conversion_parameter_shallow_convection from new to old metadata -INFO: Converting local name zwtxy of variable water_table_depth from new to old metadata -INFO: Converting local name qr of variable cloud_rain_specific_humidity_at_Lagrangian_surface from new to old metadata -INFO: Converting local name dzlyr of variable layer_thickness_for_radiation from new to old metadata -INFO: Converting local name taussxy of variable nondimensional_snow_age from new to old metadata -INFO: Converting local name tsfa of variable surface_air_temperature_for_radiation from new to old metadata -INFO: Converting local name snoalb of variable upper_bound_on_max_albedo_over_deep_snow from new to old metadata -INFO: Converting local name xs of variable sea_water_salinity from new to old metadata -INFO: Converting local name dvsfci_cpl of variable instantaneous_surface_y_momentum_flux_for_coupling from new to old metadata -INFO: Converting local name xlat of variable latitude from new to old metadata -INFO: Converting local name ugrs of variable x_wind from new to old metadata -INFO: Converting local name shdmin of variable minimum_vegetation_area_fraction from new to old metadata -INFO: Converting local name nnirdfi_cpl of variable instantaneous_surface_net_downward_diffuse_near_infrared_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name microp_uniform of variable mg_flag_for_uniform_subcolumns from new to old metadata -INFO: Converting local name frland of variable land_area_fraction_for_microphysics from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_ice_friendly_aerosols) of variable tendency_of_ice_friendly_aerosol_number_concentration_due_to_model_physics from new to old metadata -INFO: Converting local name oz_pres of variable natural_log_of_ozone_forcing_data_pressure_levels from new to old metadata -INFO: Converting local name zlwb of variable time_integral_of_height_of_low_level_wave_breaking from new to old metadata -INFO: Converting local name gq0(:,:,index_for_ice_cloud_condensate) of variable ice_water_mixing_ratio_updated_by_physics from new to old metadata -INFO: Converting local name qss of variable surface_specific_humidity from new to old metadata -INFO: Converting local name dry of variable flag_nonzero_land_surface_fraction from new to old metadata -INFO: Converting local name bk of variable b_parameter_of_the_hybrid_coordinate from new to old metadata -INFO: Converting local name cdmbgwd of variable multiplication_factors_for_mountain_blocking_and_orographic_gravity_wave_drag from new to old metadata -INFO: Converting local name levs of variable vertical_dimension from new to old metadata -INFO: Converting local name swhtr of variable flag_for_output_of_shortwave_heating_rate from new to old metadata -INFO: Converting local name zorl_land of variable surface_roughness_length_over_land_interstitial from new to old metadata -INFO: Converting local name t2m of variable temperature_at_2m from new to old metadata -INFO: Converting local name tau_ogw of variable instantaneous_momentum_flux_due_to_orographic_gravity_wave_drag from new to old metadata -INFO: Converting local name shoc_parm(3) of variable shoc_tke_dissipation_tunable_parameter_near_surface from new to old metadata -INFO: Converting local name gflx_ice of variable upward_heat_flux_in_soil_over_ice from new to old metadata -INFO: Converting local name nspc1 of variable number_of_species_for_aerosol_optical_depth from new to old metadata -INFO: Converting local name drain_cpl of variable tendency_of_lwe_thickness_of_precipitation_amount_for_coupling from new to old metadata -INFO: Converting local name phis of variable surface_geopotential_at_Lagrangian_surface from new to old metadata -INFO: Converting local name q2mi_cpl of variable instantaneous_specific_humidity_at_2m_for_coupling from new to old metadata -INFO: Converting local name zogw of variable time_integral_of_height_of_launch_level_of_orographic_gravity_wave from new to old metadata -INFO: Converting local name prsi of variable air_pressure_at_interface from new to old metadata -INFO: Converting local name aerodp of variable atmosphere_optical_thickness_due_to_ambient_aerosol_particles from new to old metadata -INFO: Converting local name shal_cnv of variable flag_for_shallow_convection from new to old metadata -INFO: Converting local name icsdlw of variable seed_random_numbers_lw from new to old metadata -INFO: Converting local name ncld of variable number_of_hydrometeors from new to old metadata -INFO: Converting local name gasvmr(:,:,6) of variable volume_mixing_ratio_cfc11 from new to old metadata -INFO: Converting local name tracers_water of variable number_of_water_tracers from new to old metadata -INFO: Converting local name nscyc of variable number_of_timesteps_between_surface_cycling_calls from new to old metadata -INFO: Converting local name dswsfc_cpl of variable cumulative_surface_downwelling_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name adjvisdfu of variable surface_upwelling_diffuse_ultraviolet_and_visible_shortwave_flux from new to old metadata -INFO: Converting local name cs_parm(2) of variable updraft_velocity_tunable_parameter_2_CS from new to old metadata -INFO: Converting local name lsswr of variable flag_to_calc_sw from new to old metadata -INFO: Converting local name imfshalcnv_gf of variable flag_for_gf_shallow_convection_scheme from new to old metadata -INFO: Converting local name kinver of variable index_of_highest_temperature_inversion from new to old metadata -INFO: Converting local name tslb of variable soil_temperature_for_land_surface_model from new to old metadata -INFO: Converting local name weasd of variable water_equivalent_accumulated_snow_depth from new to old metadata -INFO: Converting local name tisfc of variable sea_ice_temperature from new to old metadata -INFO: Converting local name faerlw of variable aerosol_optical_properties_for_longwave_bands_01_16 from new to old metadata -INFO: Converting local name logunit of variable iounit_log from new to old metadata -INFO: Converting local name fast_mp_consv of variable flag_for_fast_microphysics_energy_conservation from new to old metadata -INFO: Converting local name cnv_mfd of variable detrained_mass_flux from new to old metadata -INFO: Converting local name zvir of variable ratio_of_vapor_to_dry_air_gas_constants_minus_one_default_kind from new to old metadata -INFO: Converting local name jed of variable ending_y_direction_index_domain from new to old metadata -INFO: Converting local name gasvmr(:,:,3) of variable volume_mixing_ratio_ch4 from new to old metadata -INFO: Converting local name sfcdsw of variable surface_downwelling_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name hydrostatic of variable flag_for_hydrostatic_solver_for_fast_physics from new to old metadata -INFO: Converting local name dvsfc_bl of variable integrated_y_momentum_flux_from_blocking_drag from new to old metadata -INFO: Converting local name Grid of variable GFS_grid_type_instance from new to old metadata -INFO: Converting local name ncnd of variable number_of_cloud_condensate_types from new to old metadata -INFO: Converting local name w_0 of variable coefficient_w_0 from new to old metadata -INFO: Converting local name zm of variable ocean_mixed_layer_thickness from new to old metadata -INFO: Converting local name shoc_parm(2) of variable shoc_tke_dissipation_tunable_parameter from new to old metadata -INFO: Converting local name cdec of variable cosine_of_solar_declination_angle from new to old metadata -INFO: Converting local name npzq_con of variable vertical_dimension_for_condensed_water_at_Lagrangian_surface from new to old metadata -INFO: Converting local name rmol of variable reciprocal_of_obukhov_length from new to old metadata -INFO: Converting local name snowxy of variable number_of_snow_layers from new to old metadata -INFO: Converting local name hflx_land of variable kinematic_surface_upward_sensible_heat_flux_over_land from new to old metadata -INFO: Converting local name clw of variable convective_transportable_tracers from new to old metadata -INFO: Converting local name srflag of variable flag_for_precipitation_type from new to old metadata -INFO: Converting local name suntim of variable duration_of_sunshine from new to old metadata -INFO: Converting local name isot of variable soil_type_dataset_choice from new to old metadata -INFO: Converting local name isol of variable flag_for_solar_constant from new to old metadata -INFO: Converting local name th2m of variable potential_temperature_at_2m from new to old metadata -INFO: Converting local name hpbl of variable atmosphere_boundary_layer_thickness from new to old metadata -INFO: Converting local name cd of variable surface_drag_coefficient_for_momentum_in_air from new to old metadata -INFO: Converting local name dusfc_ls of variable integrated_x_momentum_flux_from_large_scale_gwd from new to old metadata -INFO: Converting local name do_sppt of variable flag_for_stochastic_surface_physics_perturbations from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_for_convective_cloud_water_mixing_ratio_in_phy_f3d) of variable convective_cloud_water_mixing_ratio_in_phy_f3d from new to old metadata -INFO: Converting local name rb_ice of variable bulk_richardson_number_at_lowest_model_level_over_ice from new to old metadata -INFO: Converting local name itc of variable number_of_aerosol_tracers_for_convection from new to old metadata -INFO: Converting local name Cldprop of variable GFS_cldprop_type_instance from new to old metadata -INFO: Converting local name grav_settling of variable grav_settling from new to old metadata -INFO: Converting local name gq0(:,:,index_for_ice_cloud_number_concentration) of variable ice_number_concentration_updated_by_physics from new to old metadata -INFO: Converting local name ntinc of variable index_for_ice_cloud_number_concentration from new to old metadata -INFO: Converting local name iopt_inf of variable flag_for_frozen_soil_permeability_option from new to old metadata -INFO: Converting local name c0s_deep of variable rain_conversion_parameter_deep_convection from new to old metadata -INFO: Converting local name dtaux2d_ls of variable x_momentum_tendency_from_large_scale_gwd from new to old metadata -INFO: Converting local name phy_myj_qz0 of variable specific_humidity_at_viscous_sublayer_top from new to old metadata -INFO: Converting local name iovr_sw of variable flag_for_max_random_overlap_clouds_for_shortwave_radiation from new to old metadata -INFO: Converting local name icliq_sw of variable flag_for_optical_property_for_liquid_clouds_for_shortwave_radiation from new to old metadata -INFO: Converting local name psmean of variable cumulative_surface_pressure_multiplied_by_timestep from new to old metadata -INFO: Converting local name cmm_ocean of variable surface_drag_wind_speed_for_momentum_in_air_over_ocean from new to old metadata -INFO: Converting local name shcnvcw of variable flag_shallow_convective_cloud from new to old metadata -INFO: Converting local name drain of variable subsurface_runoff_flux from new to old metadata -INFO: Converting local name ak of variable a_parameter_of_the_hybrid_coordinate from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_liquid_cloud_number_concentration) of variable tendency_of_cloud_droplet_number_concentration_due_to_model_physics from new to old metadata -INFO: Converting local name sfc_z0_type of variable flag_for_surface_roughness_option_over_ocean from new to old metadata -INFO: Converting local name cvt of variable pressure_at_top_of_convective_cloud from new to old metadata -INFO: Converting local name gwd_opt of variable gwd_opt from new to old metadata -INFO: Converting local name snowmp of variable lwe_thickness_of_snow_amount from new to old metadata -INFO: Converting local name ncnvcld3d of variable number_of_convective_3d_cloud_fields from new to old metadata -INFO: Converting local name cape of variable convective_available_potential_energy_for_coupling from new to old metadata -INFO: Converting local name du3dt_ogw of variable time_integral_of_change_in_x_wind_due_to_orographic_gravity_wave_drag from new to old metadata -INFO: Converting local name te0_2d of variable atmosphere_energy_content_in_column from new to old metadata -INFO: Converting local name dsnowprv of variable snow_precipitation_rate_from_previous_timestep from new to old metadata -INFO: Converting local name chh of variable surface_drag_mass_flux_for_heat_and_moisture_in_air from new to old metadata -INFO: Converting local name dt3dt(:,:,5) of variable cumulative_change_in_temperature_due_to_shal_convection from new to old metadata -INFO: Converting local name cplwav of variable flag_for_wave_coupling from new to old metadata -INFO: Converting local name clw(:,:,2) of variable cloud_condensed_water_mixing_ratio_convective_transport_tracer from new to old metadata -INFO: Converting local name shoc_parm(1) of variable shoc_tke_dissipatation_pressure_threshold from new to old metadata -INFO: Converting local name oro_uf of variable orography_unfiltered from new to old metadata -INFO: Converting local name peln of variable log_pressure_at_Lagrangian_surface from new to old metadata -INFO: Converting local name gasvmr(:,:,8) of variable volume_mixing_ratio_cfc22 from new to old metadata -INFO: Converting local name pertzt of variable magnitude_of_perturbation_of_heat_to_momentum_roughness_length_ratio from new to old metadata -INFO: Converting local name clouds(:,:,1) of variable total_cloud_fraction from new to old metadata -INFO: Converting local name iaer of variable flag_for_default_aerosol_effect_in_shortwave_radiation from new to old metadata -INFO: Converting local name wet1 of variable normalized_soil_wetness from new to old metadata -INFO: Converting local name npz of variable vertical_dimension_for_fast_physics from new to old metadata -INFO: Converting local name cal_pre of variable flag_for_precipitation_type_algorithm from new to old metadata -INFO: Converting local name lmk of variable adjusted_vertical_layer_dimension_for_radiation from new to old metadata -INFO: Converting local name kind_phys of variable kind_phys from new to old metadata -INFO: Converting local name Sfcprop of variable GFS_sfcprop_type_instance from new to old metadata -INFO: Converting local name wslakexy of variable lake_water_storage from new to old metadata -INFO: Converting local name f10m of variable ratio_of_wind_at_lowest_model_layer_and_wind_at_10m from new to old metadata -INFO: Converting local name gasvmr(:,:,1) of variable volume_mixing_ratio_co2 from new to old metadata -INFO: Converting local name q2mp of variable specific_humidity_at_2m_from_noahmp from new to old metadata -INFO: Converting local name lwhc of variable tendency_of_air_temperature_due_to_longwave_heating_assuming_clear_sky_on_radiation_timestep from new to old metadata -INFO: Converting local name snowd_ice of variable surface_snow_thickness_water_equivalent_over_ice from new to old metadata -INFO: Converting local name lsnow_lsm_lbound of variable lower_bound_of_snow_vertical_dimension_for_land_surface_model from new to old metadata -INFO: Converting local name mg_dcs of variable mg_autoconversion_size_threshold_ice_snow from new to old metadata -INFO: Converting local name rhgrd of variable fa_threshold_relative_humidity_for_onset_of_condensation from new to old metadata -INFO: Converting local name dudt_ogw of variable instantaneous_change_in_x_wind_due_to_orographic_gravity_wave_drag from new to old metadata -INFO: Converting local name slmsk of variable sea_land_ice_mask_real from new to old metadata -INFO: Converting local name ictm of variable flag_for_initial_time_date_control from new to old metadata -INFO: Converting local name qss_ocean of variable surface_specific_humidity_over_ocean from new to old metadata -INFO: Converting local name tsfc of variable surface_skin_temperature from new to old metadata -INFO: Converting local name prsik of variable dimensionless_exner_function_at_model_interfaces from new to old metadata -INFO: Converting local name t2mmp of variable temperature_at_2m_from_noahmp from new to old metadata -INFO: Converting local name tau_ogw of variable time_integral_of_momentum_flux_due_to_orographic_gravity_wave_drag from new to old metadata -INFO: Converting local name topflw_type of variable topflw_type from new to old metadata -INFO: Converting local name cnv_nice of variable number_concentration_of_ice_crystals_for_detrainment from new to old metadata -INFO: Converting local name cscnv of variable flag_for_Chikira_Sugiyama_deep_convection from new to old metadata -INFO: Converting local name u10mi_cpl of variable instantaneous_x_wind_at_10m_for_coupling from new to old metadata -INFO: Converting local name fh2_ocean of variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_ocean from new to old metadata -INFO: Converting local name phii of variable geopotential_at_interface from new to old metadata -INFO: Converting local name gq0(:,:,index_for_graupel) of variable graupel_mixing_ratio_updated_by_physics from new to old metadata -INFO: Converting local name ntgl of variable index_for_graupel from new to old metadata -INFO: Converting local name nvisdfi_cpl of variable instantaneous_surface_net_downward_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name norad_precip of variable flag_for_precipitation_effect_on_radiation from new to old metadata -INFO: Converting local name dq3dt(:,:,5) of variable cumulative_change_in_ozone_mixing_ratio_due_to_PBL from new to old metadata -INFO: Converting local name dusfcg of variable instantaneous_x_stress_due_to_gravity_wave_drag from new to old metadata -INFO: Converting local name stype of variable soil_type_classification_real from new to old metadata -INFO: Converting local name lwhtr of variable flag_for_output_of_longwave_heating_rate from new to old metadata -INFO: Converting local name skebv_wts of variable weights_for_stochastic_skeb_perturbation_of_y_wind_flipped from new to old metadata -INFO: Converting local name prnum of variable prandtl_number from new to old metadata -INFO: Converting local name dtsfcin_cpl of variable surface_upward_sensible_heat_flux_for_coupling from new to old metadata -INFO: Converting local name sigmatot of variable convective_updraft_area_fraction_at_model_interfaces from new to old metadata -INFO: Converting local name rann of variable random_number_array from new to old metadata -INFO: Converting local name work2 of variable grid_size_related_coefficient_used_in_scale_sensitive_schemes_complement from new to old metadata -INFO: Converting local name ep1d_land of variable surface_upward_potential_latent_heat_flux_over_land from new to old metadata -INFO: Converting local name num_p3d of variable array_dimension_of_3d_arrays_for_microphysics from new to old metadata -INFO: Converting local name frac_grid of variable flag_for_fractional_grid from new to old metadata -INFO: Converting local name dtdtc of variable tendency_of_air_temperature_due_to_radiative_heating_assuming_clear_sky from new to old metadata -INFO: Converting local name chxy of variable surface_drag_coefficient_for_heat_and_moisture_for_noahmp from new to old metadata -INFO: Converting local name dtauy2d_bl of variable y_momentum_tendency_from_blocking_drag from new to old metadata -INFO: Converting local name dtsfc of variable cumulative_surface_upward_sensible_heat_flux_for_diag_multiplied_by_timestep from new to old metadata -INFO: Converting local name gflx_ocean of variable upward_heat_flux_in_soil_over_ocean from new to old metadata -INFO: Converting local name deeprechxy of variable water_table_recharge_when_deep from new to old metadata -INFO: Converting local name imfshalcnv_sas of variable flag_for_sas_shallow_convection_scheme from new to old metadata -INFO: Converting local name woodxy of variable wood_mass from new to old metadata -INFO: Converting local name phy_f3d(:,:,3) of variable air_temperature_at_previous_time_step from new to old metadata -INFO: Converting local name otspt of variable flag_convective_tracer_transport from new to old metadata -INFO: Converting local name tsurf of variable surface_skin_temperature_after_iteration from new to old metadata -INFO: Converting local name phy_f2d(:,array_dimension_of_2d_arrays_for_microphysics) of variable surface_wind_enhancement_due_to_convection from new to old metadata -INFO: Converting local name num_p2d of variable array_dimension_of_2d_arrays_for_microphysics from new to old metadata -INFO: Converting local name diss_est of variable dissipation_estimate_of_air_temperature_at_model_layers from new to old metadata -INFO: Converting local name ffmm_land of variable Monin_Obukhov_similarity_function_for_momentum_over_land from new to old metadata -INFO: Converting local name imfshalcnv of variable flag_for_mass_flux_shallow_convection_scheme from new to old metadata -INFO: Converting local name iopt_rad of variable flag_for_radiation_transfer_option from new to old metadata -INFO: Converting local name effr_in of variable flag_for_cloud_effective_radii from new to old metadata -INFO: Converting local name Sh3D of variable stability_function_for_heat from new to old metadata -INFO: Converting local name con_sbc of variable stefan_boltzmann_constant from new to old metadata -INFO: Converting local name phy_myj_z0base of variable baseline_surface_roughness_length from new to old metadata -INFO: Converting local name sdec of variable sine_of_solar_declination_angle from new to old metadata -INFO: Converting local name f_ice of variable fraction_of_ice_water_cloud from new to old metadata -INFO: Converting local name qs of variable cloud_snow_specific_humidity_at_Lagrangian_surface from new to old metadata -INFO: Converting local name iflip of variable flag_for_vertical_index_direction_control from new to old metadata -INFO: Converting local name draincprv of variable convective_precipitation_rate_from_previous_timestep from new to old metadata -INFO: Converting local name icsdsw of variable seed_random_numbers_sw from new to old metadata -INFO: Converting local name dtaux2d_bl of variable x_momentum_tendency_from_blocking_drag from new to old metadata -INFO: Converting local name uustar_ocean of variable surface_friction_velocity_over_ocean from new to old metadata -INFO: Converting local name zlwb of variable height_of_low_level_wave_breaking from new to old metadata -INFO: Converting local name sigma of variable slope_of_subgrid_orography from new to old metadata -INFO: Converting local name cd_land of variable surface_drag_coefficient_for_momentum_in_air_over_land from new to old metadata -INFO: Converting local name shoc_parm(5) of variable shoc_flag_for_optional_surface_TKE_dissipation from new to old metadata -INFO: Converting local name qss_ice of variable surface_specific_humidity_over_ice from new to old metadata -INFO: Converting local name graupel of variable lwe_thickness_of_graupel_amount_on_dynamics_timestep from new to old metadata -INFO: Converting local name do_myjsfc of variable do_myjsfc from new to old metadata -INFO: Converting local name htsw0 of variable tendency_of_air_temperature_due_to_shortwave_heating_assuming_clear_sky_on_radiation_time_step from new to old metadata -INFO: Converting local name ep of variable cumulative_surface_upward_potential_latent_heat_flux_multiplied_by_timestep from new to old metadata -INFO: Converting local name tprcp of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep from new to old metadata -INFO: Converting local name dnirdf_cpl of variable cumulative_surface_downwelling_diffuse_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name qwv_surf of variable water_vapor_mixing_ratio_at_surface from new to old metadata -INFO: Converting local name fm10_ocean of variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_ocean from new to old metadata -INFO: Converting local name QC_BL of variable subgrid_cloud_mixing_ratio_pbl from new to old metadata -INFO: Converting local name adjsfculw_ice of variable surface_upwelling_longwave_flux_over_ice_interstitial from new to old metadata -INFO: Converting local name tsfci_cpl of variable instantaneous_surface_skin_temperature_for_coupling from new to old metadata -INFO: Converting local name pertz0 of variable magnitude_of_perturbation_of_momentum_roughness_length from new to old metadata -INFO: Converting local name eahxy of variable canopy_air_vapor_pressure from new to old metadata -INFO: Converting local name cnv_dqldt of variable tendency_of_cloud_water_due_to_convective_microphysics from new to old metadata -INFO: Converting local name gq0 of variable tracer_concentration_updated_by_physics from new to old metadata -INFO: Converting local name iopt_dveg of variable flag_for_dynamic_vegetation_option from new to old metadata -INFO: Converting local name gv0(:,1) of variable y_wind_at_lowest_model_layer_updated_by_physics from new to old metadata -INFO: Converting local name first_time_step of variable flag_for_first_time_step from new to old metadata -INFO: Converting local name dtaux2d_ss of variable x_momentum_tendency_from_small_scale_gwd from new to old metadata -INFO: Converting local name wetdpl of variable instantaneous_large_scale_wet_deposition from new to old metadata -INFO: Converting local name cndm_surf of variable surface_condensation_mass from new to old metadata -INFO: Converting local name cmm_land of variable surface_drag_wind_speed_for_momentum_in_air_over_land from new to old metadata -INFO: Converting local name fh2 of variable Monin_Obukhov_similarity_function_for_heat_at_2m from new to old metadata -INFO: Converting local name gw_dudt of variable tendency_of_x_wind_due_to_ugwp from new to old metadata -INFO: Converting local name shinhong of variable flag_for_scale_aware_Shinhong_PBL from new to old metadata -INFO: Converting local name maxMF of variable maximum_mass_flux from new to old metadata -INFO: Converting local name gu0 of variable x_wind_updated_by_physics from new to old metadata -INFO: Converting local name ncstrac of variable number_of_tracers_for_CS from new to old metadata -INFO: Converting local name do_qa of variable flag_for_inline_cloud_fraction_calculation from new to old metadata -INFO: Converting local name pgr of variable surface_air_pressure from new to old metadata -INFO: Converting local name del of variable air_pressure_difference_between_midlayers from new to old metadata -INFO: Converting local name nqrimef of variable index_for_mass_weighted_rime_factor from new to old metadata -INFO: Converting local name du3dt(:,:,1) of variable cumulative_change_in_x_wind_due_to_PBL from new to old metadata -INFO: Converting local name raincs of variable lwe_thickness_of_shallow_convective_precipitation_amount from new to old metadata -INFO: Converting local name xlaixy of variable leaf_area_index from new to old metadata -INFO: Converting local name iopt_alb of variable flag_for_ground_snow_surface_albedo_option from new to old metadata -INFO: Converting local name moninq_fac of variable atmosphere_diffusivity_coefficient_factor from new to old metadata -INFO: Converting local name work3 of variable ratio_of_exner_function_between_midlayer_and_interface_at_lowest_model_layer from new to old metadata -INFO: Converting local name adjnirbmd of variable surface_downwelling_direct_near_infrared_shortwave_flux from new to old metadata -INFO: Converting local name imp_physics_zhao_carr_pdf of variable flag_for_zhao_carr_pdf_microphysics_scheme from new to old metadata -INFO: Converting local name dv3dt(:,:,3) of variable cumulative_change_in_y_wind_due_to_deep_convection from new to old metadata -INFO: Converting local name evcwa of variable cumulative_canopy_upward_latent_heat_flu_multiplied_by_timestep from new to old metadata -INFO: Converting local name lsm_noah of variable flag_for_noah_land_surface_scheme from new to old metadata -INFO: Converting local name ntk of variable index_for_turbulent_kinetic_energy_convective_transport_tracer from new to old metadata -INFO: Converting local name qsnw of variable local_snow_water_mixing_ratio from new to old metadata -INFO: Converting local name edmf_thl of variable emdf_updraft_theta_l from new to old metadata -INFO: Converting local name crtrh(2) of variable critical_relative_humidity_at_PBL_top from new to old metadata -INFO: Converting local name xv of variable diurnal_thermocline_layer_y_current from new to old metadata -INFO: Converting local name rlapse of variable air_temperature_lapse_rate_constant from new to old metadata -INFO: Converting local name clw(:,:,1) of variable ice_water_mixing_ratio_convective_transport_tracer from new to old metadata -INFO: Converting local name levozp of variable vertical_dimension_of_ozone_forcing_data from new to old metadata -INFO: Converting local name spfhmax of variable maximum_specific_humidity_at_2m from new to old metadata -INFO: Converting local name runoff of variable surface_runoff_flux from new to old metadata -INFO: Converting local name do_sb_physics of variable mg_flag_for_sb2001_autoconversion from new to old metadata -INFO: Converting local name phy_myj_a1q of variable weight_for_specific_humidity_at_viscous_sublayer_top from new to old metadata -INFO: Converting local name cactiv of variable conv_activity_counter from new to old metadata -INFO: Converting local name clw(:,:,index_for_turbulent_kinetic_energy_convective_transport_tracer) of variable turbulent_kinetic_energy_convective_transport_tracer from new to old metadata -INFO: Converting local name oz_phys_2015 of variable flag_for_2015_ozone_physics from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_snow_number_concentration) of variable snow_number_concentration from new to old metadata -INFO: Converting local name ntsnc of variable index_for_snow_number_concentration from new to old metadata -INFO: Converting local name dlwsfci_cpl of variable instantaneous_surface_downwelling_longwave_flux_for_coupling from new to old metadata -INFO: Converting local name errflg of variable ccpp_error_flag from new to old metadata -INFO: Converting local name kbot of variable vertical_index_at_cloud_base from new to old metadata -INFO: Converting local name clw_surf of variable cloud_condensed_water_mixing_ratio_at_surface from new to old metadata -INFO: Converting local name skebu_wts of variable weights_for_stochastic_skeb_perturbation_of_x_wind from new to old metadata -INFO: Converting local name snowprv of variable lwe_thickness_of_snow_amount_from_previous_timestep from new to old metadata -INFO: Converting local name spec_adv of variable flag_for_individual_cloud_species_advected from new to old metadata -INFO: Converting local name rainmp of variable lwe_thickness_of_explicit_rain_amount from new to old metadata -INFO: Converting local name jdat of variable forecast_date_and_time from new to old metadata -INFO: Converting local name ntrcaer of variable number_of_aerosol_tracers_MG from new to old metadata -INFO: Converting local name gflux of variable cumulative_surface_ground_heat_flux_multiplied_by_timestep from new to old metadata -INFO: Converting local name q1 of variable water_vapor_specific_humidity_at_lowest_model_layer_for_diag from new to old metadata -INFO: Converting local name gq0(:,1,index_for_water_vapor) of variable water_vapor_specific_humidity_at_lowest_model_layer_updated_by_physics from new to old metadata -INFO: Converting local name nday of variable daytime_points_dimension from new to old metadata -INFO: Converting local name cs_parm(9) of variable entrainment_efficiency_tunable_parameter_9_CS from new to old metadata -INFO: Converting local name flx_form of variable flag_flux_form_CS from new to old metadata -INFO: Converting local name dtsfc_cpl of variable cumulative_surface_upward_sensible_heat_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name nstf_name(1) of variable flag_for_nsstm_run from new to old metadata -INFO: Converting local name ca_sgs of variable flag_for_sgs_cellular_automata from new to old metadata -INFO: Converting local name mg_qcmin(1) of variable mg_minimum_cloud_condensed_water_mixing_ratio from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio from new to old metadata -INFO: Converting local name rilist of variable gas_constants_for_multi_gases_physics from new to old metadata -INFO: Converting local name dtauy2d_ls of variable y_momentum_tendency_from_large_scale_gwd from new to old metadata -INFO: Converting local name oz_coeff of variable number_of_coefficients_in_ozone_forcing_data from new to old metadata -INFO: Converting local name edmf_qt of variable emdf_updraft_total_water from new to old metadata -INFO: Converting local name stmassxy of variable stem_mass from new to old metadata -INFO: Converting local name dgraupelprv of variable graupel_precipitation_rate_from_previous_timestep from new to old metadata -INFO: Converting local name gq0(:,:,index_for_mass_weighted_rime_factor) of variable mass_weighted_rime_factor_updated_by_physics from new to old metadata -INFO: Converting local name alnwf of variable mean_nir_albedo_with_weak_cosz_dependency from new to old metadata -INFO: Converting local name smoiseq of variable equilibrium_soil_water_content from new to old metadata -INFO: Converting local name psautco of variable coefficient_from_cloud_ice_to_snow from new to old metadata -INFO: Converting local name fhlwr of variable frequency_for_longwave_radiation from new to old metadata -INFO: Converting local name xtts of variable sensitivity_of_dtl_heat_content_to_surface_temperature from new to old metadata -INFO: Converting local name tracers_start_index of variable start_index_of_other_tracers from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_ice_cloud_condensate) of variable tendency_of_ice_cloud_water_mixing_ratio_due_to_model_physics from new to old metadata -INFO: Converting local name jsd of variable starting_y_direction_index_domain from new to old metadata -INFO: Converting local name semis_land of variable surface_longwave_emissivity_over_land_interstitial from new to old metadata -INFO: Converting local name tdomr of variable dominant_rain_type from new to old metadata -INFO: Converting local name conv_act of variable gf_memory_counter from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_ice_cloud_number_concentration) of variable ice_number_concentration from new to old metadata -INFO: Converting local name ugrs(:,1) of variable x_wind_at_lowest_model_layer from new to old metadata -INFO: Converting local name qicn of variable mass_fraction_of_convective_cloud_ice from new to old metadata -INFO: Converting local name fh2_ice of variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_ice from new to old metadata -INFO: Converting local name tsq of variable t_prime_squared from new to old metadata -INFO: Converting local name tdomip of variable dominant_sleet_type from new to old metadata -INFO: Converting local name lslwr of variable flag_to_calc_lw from new to old metadata -INFO: Converting local name GFS_cldprop_type of variable GFS_cldprop_type from new to old metadata -INFO: Converting local name imp_physics of variable flag_for_microphysics_scheme from new to old metadata -INFO: Converting local name sfcalb(:,1) of variable surface_albedo_due_to_near_IR_direct from new to old metadata -INFO: Converting local name mg_do_graupel of variable mg_flag_for_graupel from new to old metadata -INFO: Converting local name soilm of variable soil_moisture_content from new to old metadata -INFO: Converting local name exch_m of variable atmosphere_momentum_diffusivity_for_mynnpbl from new to old metadata -INFO: Converting local name wetdpc of variable instantaneous_convective_scale_wet_deposition from new to old metadata -INFO: Converting local name el_pbl of variable mixing_length from new to old metadata -INFO: Converting local name ncnvc of variable index_for_convective_cloud_cover_in_phy_f3d from new to old metadata -INFO: Converting local name fn_nml of variable namelist_filename from new to old metadata -INFO: Converting local name weasd_ocean of variable water_equivalent_accumulated_snow_depth_over_ocean from new to old metadata -INFO: Converting local name evfact_deep of variable rain_evaporation_coefficient_deep_convection from new to old metadata -INFO: Converting local name dqsfc of variable cumulative_surface_upward_latent_heat_flux_for_diag_multiplied_by_timestep from new to old metadata -INFO: Converting local name totgrpb of variable accumulated_lwe_thickness_of_graupel_amount_in_bucket from new to old metadata -INFO: Converting local name trans_aero of variable flag_for_aerosol_convective_transport_and_PBL_diffusion from new to old metadata -INFO: Converting local name dusfc_bl of variable integrated_x_momentum_flux_from_blocking_drag from new to old metadata -INFO: Converting local name gw_kdis of variable eddy_mixing_due_to_ugwp from new to old metadata -INFO: Converting local name mg_qcmin of variable mg_minimum_cloud_condensed_water_and_ice_mixing_ratio from new to old metadata -INFO: Converting local name dq3dt(:,:,3) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_shal_convection from new to old metadata -INFO: Converting local name qi of variable cloud_ice_specific_humidity_at_Lagrangian_surface from new to old metadata -INFO: Converting local name imfshalcnv_gf of variable flag_for_ntiedtke_shallow_convection_scheme from new to old metadata -INFO: Converting local name zorl_ocean of variable surface_roughness_length_over_ocean_interstitial from new to old metadata -INFO: Converting local name tsfc_ice of variable surface_skin_temperature_over_ice_interstitial from new to old metadata -INFO: Converting local name input_nml_file_length of variable number_of_lines_of_namelist_filename_for_internal_file_reads from new to old metadata -INFO: Converting local name flhc of variable surface_exchange_coefficient_for_heat from new to old metadata -INFO: Converting local name qke of variable tke_at_mass_points from new to old metadata -INFO: Converting local name snowd of variable surface_snow_thickness_water_equivalent from new to old metadata -INFO: Converting local name ncpr of variable local_rain_number_concentration from new to old metadata -INFO: Converting local name ldiag3d of variable flag_diagnostics_3D from new to old metadata -INFO: Converting local name ffhh_ocean of variable Monin_Obukhov_similarity_function_for_heat_over_ocean from new to old metadata -INFO: Converting local name nsamftrac of variable number_of_tracers_for_samf from new to old metadata -INFO: Converting local name con_hvap of variable latent_heat_of_vaporization_of_water_at_0C from new to old metadata -INFO: Converting local name dtaux2d_fd of variable x_momentum_tendency_from_form_drag from new to old metadata -INFO: Converting local name levh2o of variable vertical_dimension_of_h2o_forcing_data from new to old metadata -INFO: Converting local name ras of variable flag_for_ras_deep_convection from new to old metadata -INFO: Converting local name ialb of variable flag_for_using_climatology_albedo from new to old metadata -INFO: Converting local name raincd of variable lwe_thickness_of_deep_convective_precipitation_amount from new to old metadata -INFO: Converting local name alb1d of variable surface_albedo_perturbation from new to old metadata -INFO: Converting local name nwat of variable number_of_water_species from new to old metadata -INFO: Converting local name dwn_mf of variable cumulative_atmosphere_downdraft_convective_mass_flux from new to old metadata -INFO: Converting local name save_t of variable air_temperature_save from new to old metadata -INFO: Converting local name fice of variable sea_ice_concentration from new to old metadata -INFO: Converting local name dvisdf_cpl of variable cumulative_surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name cvb of variable pressure_at_bottom_of_convective_cloud from new to old metadata -INFO: Converting local name save_q(:,:,index_for_ice_cloud_condensate) of variable ice_water_mixing_ratio_save from new to old metadata -INFO: Converting local name gq0(:,:,index_for_snow_water) of variable snow_water_mixing_ratio_updated_by_physics from new to old metadata -INFO: Converting local name qrain of variable sensible_heat_flux_due_to_rainfall from new to old metadata -INFO: Converting local name stress_ocean of variable surface_wind_stress_over_ocean from new to old metadata -INFO: Converting local name adjsfculw_land of variable surface_upwelling_longwave_flux_over_land_interstitial from new to old metadata -INFO: Converting local name ndust of variable number_of_dust_bins_for_diagnostics from new to old metadata -INFO: Converting local name GFS_radtend_type of variable GFS_radtend_type from new to old metadata -INFO: Converting local name ngas of variable number_of_gases_for_multi_gases_physics from new to old metadata -INFO: Converting local name diceprv of variable ice_precipitation_rate_from_previous_timestep from new to old metadata -INFO: Converting local name con_ttp of variable triple_point_temperature_of_water from new to old metadata -INFO: Converting local name rechxy of variable water_table_recharge_when_shallow from new to old metadata -INFO: Converting local name ffhh of variable Monin_Obukhov_similarity_function_for_heat from new to old metadata -INFO: Converting local name edmf_w of variable emdf_updraft_vertical_velocity from new to old metadata -INFO: Converting local name sed_supersat of variable mg_allow_supersat_after_sed from new to old metadata -INFO: Converting local name sr of variable ratio_of_snowfall_to_rainfall from new to old metadata -INFO: Converting local name stc of variable soil_temperature from new to old metadata -INFO: Converting local name idate of variable date_and_time_at_model_initialization_reordered from new to old metadata -INFO: Converting local name nctp of variable number_of_cloud_types_CS from new to old metadata -INFO: Converting local name levrp1 of variable number_of_vertical_layers_for_radiation_calculations_plus_one from new to old metadata -INFO: Converting local name v10mmax of variable maximum_y_wind_at_10m from new to old metadata -INFO: Converting local name clouds(:,:,8) of variable cloud_snow_water_path from new to old metadata -INFO: Converting local name dusfc of variable cumulative_surface_x_momentum_flux_for_diag_multiplied_by_timestep from new to old metadata -INFO: Converting local name sfcalb(:,3) of variable surface_albedo_due_to_UV_and_VIS_direct from new to old metadata -INFO: Converting local name zmtnblck of variable level_of_dividing_streamline from new to old metadata -INFO: Converting local name xcosz of variable instantaneous_cosine_of_zenith_angle from new to old metadata -INFO: Converting local name CCPP_interstitial_type of variable CCPP_interstitial_type from new to old metadata -INFO: Converting local name theta of variable angle_from_east_of_maximum_subgrid_orographic_variations from new to old metadata -INFO: Converting local name nbdsw of variable number_of_aerosol_bands_for_shortwave_radiation from new to old metadata -INFO: Converting local name dqsfc1 of variable instantaneous_surface_upward_latent_heat_flux from new to old metadata -INFO: Converting local name htrsw of variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_timestep from new to old metadata -INFO: Converting local name gq0(:,:,index_for_graupel_number_concentration) of variable graupel_number_concentration_updated_by_physics from new to old metadata -INFO: Converting local name ntgnc of variable index_for_graupel_number_concentration from new to old metadata -INFO: Converting local name semis of variable surface_longwave_emissivity from new to old metadata -INFO: Converting local name ca_smooth of variable flag_for_gaussian_spatial_filter from new to old metadata -INFO: Converting local name zhour of variable time_since_diagnostics_zeroed from new to old metadata -INFO: Converting local name uswsfci of variable surface_upwelling_shortwave_flux from new to old metadata -INFO: Converting local name dq3dt(:,:,6) of variable cumulative_change_in_ozone_concentration_due_to_production_and_loss_rate from new to old metadata -INFO: Converting local name con_t0c of variable temperature_at_zero_celsius from new to old metadata -INFO: Converting local name dvsfcin_cpl of variable surface_y_momentum_flux_for_coupling from new to old metadata -INFO: Converting local name runoff of variable total_runoff from new to old metadata -INFO: Converting local name upd_mf of variable cumulative_atmosphere_updraft_convective_mass_flux from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_for_cloud_fraction_in_3d_arrays_for_microphysics) of variable cloud_fraction_for_MG from new to old metadata -INFO: Converting local name indcld of variable index_for_cloud_fraction_in_3d_arrays_for_microphysics from new to old metadata -INFO: Converting local name vegtype of variable vegetation_type_classification from new to old metadata -INFO: Converting local name ied of variable ending_x_direction_index_domain from new to old metadata -INFO: Converting local name transa of variable cumulative_transpiration_flux_multiplied_by_timestep from new to old metadata -INFO: Converting local name dt3dt(:,:,2) of variable cumulative_change_in_temperature_due_to_shortwave_radiation from new to old metadata -INFO: Converting local name dvsfc_ls of variable integrated_y_momentum_flux_from_large_scale_gwd from new to old metadata -INFO: Converting local name snowd_ocean of variable surface_snow_thickness_water_equivalent_over_ocean from new to old metadata -INFO: Converting local name clouds(:,:,2) of variable cloud_liquid_water_path from new to old metadata -INFO: Converting local name visbmui of variable surface_upwelling_direct_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name plvl of variable air_pressure_at_interface_for_radiation_in_hPa from new to old metadata -INFO: Converting local name uustar_land of variable surface_friction_velocity_over_land from new to old metadata -INFO: Converting local name phy_myj_akms of variable momentum_exchange_coefficient_for_MYJ_schemes from new to old metadata -INFO: Converting local name cnv_fice of variable ice_fraction_in_convective_tower from new to old metadata -INFO: Converting local name nbdlw of variable number_of_aerosol_bands_for_longwave_radiation from new to old metadata -INFO: Converting local name dudt_mtb of variable instantaneous_change_in_x_wind_due_to_mountain_blocking_drag from new to old metadata -INFO: Converting local name rb_ocean of variable bulk_richardson_number_at_lowest_model_level_over_ocean from new to old metadata -INFO: Converting local name ccnorm of variable flag_for_cloud_condensate_normalized_by_cloud_cover from new to old metadata -INFO: Converting local name dqdt of variable tendency_of_tracers_due_to_model_physics from new to old metadata -INFO: Converting local name u10m of variable x_wind_at_10m from new to old metadata -INFO: Converting local name tmpmin of variable minimum_temperature_at_2m from new to old metadata -INFO: Converting local name save_u of variable x_wind_save from new to old metadata -INFO: Converting local name tsnow of variable snow_temperature_bottom_first_layer from new to old metadata -INFO: Converting local name kind_INTEGER of variable kind_INTEGER from new to old metadata -INFO: Converting local name nswsfc_cpl of variable cumulative_surface_net_downward_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name vgrs(:,1) of variable y_wind_at_lowest_model_layer from new to old metadata -INFO: Converting local name bl_mynn_edmf_tke of variable edmf_tke_transport_flag from new to old metadata -INFO: Converting local name tile_num of variable number_of_tile from new to old metadata -INFO: Converting local name con_pi of variable pi from new to old metadata -INFO: Converting local name abem of variable instantaneous_anthopogenic_and_biomass_burning_emissions from new to old metadata -INFO: Converting local name latidxprnt of variable latitude_index_in_debug_printouts from new to old metadata -INFO: Converting local name tcrf of variable cloud_phase_transition_denominator from new to old metadata -INFO: Converting local name cpilist of variable specific_heat_capacities_for_multi_gases_physics from new to old metadata -INFO: Converting local name tprcp_ocean of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_ocean from new to old metadata -INFO: Converting local name vgrs of variable y_wind from new to old metadata -INFO: Converting local name me of variable mpi_rank from new to old metadata -INFO: Converting local name nseffr of variable index_for_snow_effective_radius from new to old metadata -INFO: Converting local name crtrh(1) of variable critical_relative_humidity_at_surface from new to old metadata -INFO: Converting local name nrcm of variable array_dimension_of_random_number from new to old metadata -INFO: Converting local name phy_f2d(:,2) of variable surface_air_pressure_at_previous_time_step from new to old metadata -INFO: Converting local name totice of variable accumulated_lwe_thickness_of_ice_amount from new to old metadata -INFO: Converting local name vdftra of variable vertically_diffused_tracer_concentration from new to old metadata -INFO: Converting local name clam_shal of variable entrainment_rate_coefficient_shallow_convection from new to old metadata -INFO: Converting local name ulwsfc of variable cumulative_surface_upwelling_longwave_flux_multiplied_by_timestep from new to old metadata -INFO: Converting local name cldf of variable cloud_area_fraction from new to old metadata -INFO: Converting local name prslk of variable dimensionless_exner_function_at_model_layers from new to old metadata -INFO: Converting local name imp_physics_wsm6 of variable flag_for_wsm6_microphysics_scheme from new to old metadata -INFO: Converting local name blksz(ccpp_block_number) of variable horizontal_loop_extent from new to old metadata -INFO: Converting local name dtp of variable time_step_for_physics from new to old metadata -INFO: Converting local name nnirdf_cpl of variable cumulative_surface_net_downward_diffuse_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name tsurf_ice of variable surface_skin_temperature_after_iteration_over_ice from new to old metadata -INFO: Converting local name snowfallac of variable total_accumulated_snowfall from new to old metadata -INFO: Converting local name solhr of variable forecast_hour_of_the_day from new to old metadata -INFO: Converting local name use_zmtnblck of variable flag_for_mountain_blocking from new to old metadata -INFO: Converting local name sfcflw_type of variable sfcflw_type from new to old metadata -INFO: Converting local name rhofr of variable density_of_frozen_precipitation from new to old metadata -INFO: Converting local name dxmax of variable maximum_scaling_factor_for_critical_relative_humidity from new to old metadata -INFO: Converting local name rainc_cpl of variable lwe_thickness_of_convective_precipitation_amount_for_coupling from new to old metadata -INFO: Converting local name prautco of variable coefficient_from_cloud_water_to_rain from new to old metadata -INFO: Converting local name cumabs of variable maximum_column_heating_rate from new to old metadata -INFO: Converting local name Statein of variable GFS_statein_type_instance from new to old metadata -INFO: Converting local name ntasks of variable mpi_size from new to old metadata -INFO: Converting local name qsq of variable q_prime_squared from new to old metadata -INFO: Converting local name bl_mynn_mixqt of variable mix_total_water_flag from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_turbulent_kinetic_energy) of variable tendency_of_turbulent_kinetic_energy_due_to_model_physics from new to old metadata -INFO: Converting local name ntke of variable index_for_turbulent_kinetic_energy from new to old metadata -INFO: Converting local name kmp of variable top_layer_index_for_fast_physics from new to old metadata -INFO: Converting local name ffhh_ice of variable Monin_Obukhov_similarity_function_for_heat_over_ice from new to old metadata -INFO: Converting local name dq3dt(:,:,1) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_PBL from new to old metadata -INFO: Converting local name con_hfus of variable latent_heat_of_fusion_of_water_at_0C from new to old metadata -INFO: Converting local name isubc_lw of variable flag_for_lw_clouds_without_sub_grid_approximation from new to old metadata -INFO: Converting local name du3dt(:,:,3) of variable cumulative_change_in_x_wind_due_to_deep_convection from new to old metadata -INFO: Converting local name clx of variable fraction_of_grid_box_with_subgrid_orography_higher_than_critical_height from new to old metadata -INFO: Converting local name shoc_parm(4) of variable shoc_implicit_TKE_integration_uncentering_term from new to old metadata -INFO: Converting local name gasvmr(:,:,7) of variable volume_mixing_ratio_cfc12 from new to old metadata -INFO: Converting local name cappa of variable cappa_moist_gas_constant_at_Lagrangian_surface from new to old metadata -INFO: Converting local name cf_upi of variable convective_cloud_fraction_for_microphysics from new to old metadata -INFO: Converting local name cdata of variable ccpp_t_instance from new to old metadata -INFO: Converting local name phy_myj_akhs of variable heat_exchange_coefficient_for_MYJ_schemes from new to old metadata -INFO: Converting local name sedim of variable instantaneous_sedimentation from new to old metadata -INFO: Converting local name graupelmp of variable lwe_thickness_of_graupel_amount from new to old metadata -INFO: Converting local name skebu_wts of variable weights_for_stochastic_skeb_perturbation_of_x_wind_flipped from new to old metadata -INFO: Converting local name GFS_control_type of variable GFS_control_type from new to old metadata -INFO: Converting local name yearlen of variable number_of_days_in_year from new to old metadata -INFO: Converting local name save_q(:,:,index_for_water_vapor) of variable water_vapor_specific_humidity_save from new to old metadata -INFO: Converting local name smois of variable volume_fraction_of_soil_moisture_for_land_surface_model from new to old metadata -INFO: Converting local name gq0(:,:,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio_updated_by_physics from new to old metadata -INFO: Converting local name pwat of variable column_precipitable_water from new to old metadata -INFO: Converting local name cld1d of variable cloud_work_function from new to old metadata -INFO: Converting local name qvi of variable gas_tracers_for_multi_gas_physics_at_Lagrangian_surface from new to old metadata -INFO: Converting local name gabsbdlw of variable surface_downwelling_longwave_flux_absorbed_by_ground from new to old metadata -INFO: Converting local name tau_ngw of variable time_integral_of_momentum_flux_due_to_nonstationary_gravity_wave from new to old metadata -INFO: Converting local name xlat_d of variable latitude_degree from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_for_ice_effective_radius) of variable effective_radius_of_stratiform_cloud_ice_particle_in_um from new to old metadata -INFO: Converting local name nieffr of variable index_for_ice_effective_radius from new to old metadata -INFO: Converting local name do_ca of variable flag_for_cellular_automata from new to old metadata -INFO: Converting local name wtxy of variable water_storage_in_aquifer_and_saturated_soil from new to old metadata -INFO: Converting local name srunoff of variable surface_runoff from new to old metadata -INFO: Converting local name ntrnc of variable index_for_rain_number_concentration from new to old metadata -INFO: Converting local name ustm of variable surface_friction_velocity_drag from new to old metadata -INFO: Converting local name cnvprcp of variable cumulative_lwe_thickness_of_convective_precipitation_amount from new to old metadata -INFO: Converting local name imfdeepcnv_samf of variable flag_for_samf_deep_convection_scheme from new to old metadata -INFO: Converting local name si of variable vertical_sigma_coordinate_for_radiation_initialization from new to old metadata -INFO: Converting local name gwdcu of variable tendency_of_x_wind_due_to_convective_gravity_wave_drag from new to old metadata -INFO: Converting local name elvmax of variable maximum_subgrid_orography from new to old metadata -INFO: Converting local name slimskin_cpl of variable sea_land_ice_mask_in from new to old metadata -INFO: Converting local name dtsfc_cice of variable surface_upward_sensible_heat_flux_for_coupling_interstitial from new to old metadata -INFO: Converting local name do_mynnedmf of variable do_mynnedmf from new to old metadata -INFO: Converting local name zorll of variable surface_roughness_length_over_land from new to old metadata -INFO: Converting local name nswsfci_cpl of variable instantaneous_surface_net_downward_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name do_cldice of variable mg_flag_for_cloud_ice_processes from new to old metadata -INFO: Converting local name alboldxy of variable snow_albedo_at_previous_time_step from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_graupel) of variable graupel_mixing_ratio from new to old metadata -INFO: Converting local name rhcmax of variable maximum_critical_relative_humidity from new to old metadata -INFO: Converting local name Stateout of variable GFS_stateout_type_instance from new to old metadata -INFO: Converting local name nirbmdi of variable surface_downwelling_direct_near_infrared_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name gfluxi of variable instantaneous_surface_ground_heat_flux from new to old metadata -INFO: Converting local name drainncprv of variable explicit_rainfall_rate_from_previous_timestep from new to old metadata -INFO: Converting local name gflx of variable upward_heat_flux_in_soil from new to old metadata -INFO: Converting local name hflx_ocean of variable kinematic_surface_upward_sensible_heat_flux_over_ocean from new to old metadata -INFO: Converting local name nvdiff of variable number_of_vertical_diffusion_tracers from new to old metadata -INFO: Converting local name dspheat of variable flag_TKE_dissipation_heating from new to old metadata -INFO: Converting local name fhswr of variable frequency_for_shortwave_radiation from new to old metadata -INFO: Converting local name nthreads of variable omp_threads from new to old metadata -INFO: Converting local name islmsk of variable sea_land_ice_mask from new to old metadata -INFO: Converting local name ntchmdiag of variable number_of_chemical_tracers_for_diagnostics from new to old metadata -INFO: Converting local name nstf_name(5) of variable vertical_temperature_average_range_upper_bound from new to old metadata -INFO: Converting local name forceq of variable moisture_tendency_due_to_dynamics from new to old metadata -INFO: Converting local name nseasalt of variable number_of_seasalt_bins_for_diagnostics from new to old metadata -INFO: Converting local name gasvmr(:,:,2) of variable volume_mixing_ratio_n2o from new to old metadata -INFO: Converting local name ctei_rml of variable grid_sensitive_critical_cloud_top_entrainment_instability_criteria from new to old metadata -INFO: Converting local name sfc_wts of variable weights_for_stochastic_surface_physics_perturbation from new to old metadata -INFO: Converting local name oc of variable convexity_of_subgrid_orography from new to old metadata -INFO: Converting local name ep1d of variable surface_upward_potential_latent_heat_flux from new to old metadata -INFO: Converting local name u10mmax of variable maximum_x_wind_at_10m from new to old metadata -INFO: Converting local name nca of variable number_of_independent_cellular_automata from new to old metadata -INFO: Converting local name rtmassxy of variable fine_root_mass from new to old metadata -INFO: Converting local name ffmm_ocean of variable Monin_Obukhov_similarity_function_for_momentum_over_ocean from new to old metadata -INFO: Converting local name pertlai of variable magnitude_of_perturbation_of_leaf_area_index from new to old metadata -INFO: Converting local name mg_ncnst of variable mg_drop_concentration_constant from new to old metadata -INFO: Converting local name pgcon_shal of variable momentum_transport_reduction_factor_pgf_shallow_convection from new to old metadata -INFO: Converting local name edmf_qc of variable emdf_updraft_cloud_water from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_graupel) of variable tendency_of_graupel_mixing_ratio_due_to_model_physics from new to old metadata -INFO: Converting local name acvt of variable largest_cloud_top_vertical_index_encountered_thus_far from new to old metadata -INFO: Converting local name cmm of variable surface_drag_wind_speed_for_momentum_in_air from new to old metadata -INFO: Converting local name dt_cool of variable sub_layer_cooling_amount from new to old metadata -INFO: Converting local name qc_r of variable cloud_liquid_water_mixing_ratio from new to old metadata -INFO: Converting local name ral_ts of variable time_scale_for_rayleigh_damping from new to old metadata -INFO: Converting local name GFS_diag_type of variable GFS_diag_type from new to old metadata -INFO: Converting local name dnirdfi_cpl of variable instantaneous_surface_downwelling_diffuse_near_infrared_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name chh_ice of variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_ice from new to old metadata -INFO: Converting local name flipv of variable flag_flip from new to old metadata -INFO: Converting local name ldiag_ugwp of variable diag_ugwp_flag from new to old metadata -INFO: Converting local name ctei_r of variable cloud_top_entrainment_instability_value from new to old metadata -INFO: Converting local name ccn_nm of variable ccn_number_concentration from new to old metadata -INFO: Converting local name edmf_ent of variable emdf_updraft_entrainment_rate from new to old metadata -INFO: Converting local name htswc of variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step from new to old metadata -INFO: Converting local name phy_myj_thz0 of variable potential_temperature_at_viscous_sublayer_top from new to old metadata -INFO: Converting local name bl_mynn_edmf of variable edmf_flag from new to old metadata -INFO: Converting local name con_rd of variable gas_constant_dry_air from new to old metadata -INFO: Converting local name qss_land of variable surface_specific_humidity_over_land from new to old metadata -INFO: Converting local name zt1d of variable perturbation_of_heat_to_momentum_roughness_length_ratio from new to old metadata -INFO: Converting local name imp_physics_zhao_carr of variable flag_for_zhao_carr_microphysics_scheme from new to old metadata -INFO: Converting local name delz of variable thickness_at_Lagrangian_surface from new to old metadata -INFO: Converting local name dtsfci of variable instantaneous_surface_upward_sensible_heat_flux_for_diag from new to old metadata -INFO: Converting local name dvsfc_fd of variable integrated_y_momentum_flux_from_form_drag from new to old metadata -INFO: Converting local name totprcpb of variable accumulated_lwe_thickness_of_precipitation_amount_in_bucket from new to old metadata -INFO: Converting local name tcr of variable cloud_phase_transition_threshold_temperature from new to old metadata -INFO: Converting local name clstp of variable convective_cloud_switch from new to old metadata -INFO: Converting local name isatmedmf_vdifq of variable choice_of_updated_scale_aware_TKE_moist_EDMF_PBL from new to old metadata -INFO: Converting local name coszen of variable cosine_of_zenith_angle from new to old metadata -INFO: Converting local name nifa2d of variable tendency_of_ice_friendly_aerosols_at_surface from new to old metadata -INFO: Converting local name icy of variable flag_nonzero_sea_ice_surface_fraction from new to old metadata -INFO: Converting local name dudt of variable tendency_of_x_wind_due_to_model_physics from new to old metadata -INFO: Converting local name bl_dnfr of variable downdraft_fraction_in_boundary_layer_mass_flux_scheme from new to old metadata -INFO: Converting local name snohf of variable snow_freezing_rain_upward_latent_heat_flux from new to old metadata -INFO: Converting local name bexp1d of variable perturbation_of_soil_type_b_parameter from new to old metadata -INFO: Converting local name faersw of variable aerosol_optical_properties_for_shortwave_bands_01_16 from new to old metadata -INFO: Converting local name dtdt of variable tendency_of_air_temperature_due_to_model_physics from new to old metadata -INFO: Converting local name nvisdf_cpl of variable cumulative_surface_net_downward_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name dqsfcin_cpl of variable surface_upward_latent_heat_flux_for_coupling from new to old metadata -INFO: Converting local name con_p0 of variable standard_atmospheric_pressure from new to old metadata -INFO: Converting local name con_epsq of variable minimum_value_of_specific_humidity from new to old metadata -INFO: Converting local name dusfci_cpl of variable instantaneous_surface_x_momentum_flux_for_coupling from new to old metadata -INFO: Converting local name ep1d_ice of variable surface_upward_potential_latent_heat_flux_over_ice from new to old metadata -INFO: Converting local name fhour of variable forecast_time from new to old metadata -INFO: Converting local name refl_10cm of variable radar_reflectivity_10cm from new to old metadata -INFO: Converting local name shum_wts of variable weights_for_stochastic_shum_perturbation_flipped from new to old metadata -INFO: Converting local name dspfac of variable tke_dissipative_heating_factor from new to old metadata -INFO: Converting local name nnirbmi_cpl of variable instantaneous_surface_net_downward_direct_near_infrared_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name c1_deep of variable detrainment_conversion_parameter_deep_convection from new to old metadata -INFO: Converting local name dt3dt(:,:,4) of variable cumulative_change_in_temperature_due_to_deep_convection from new to old metadata -INFO: Converting local name dv3dt(:,:,4) of variable cumulative_change_in_y_wind_due_to_convective_gravity_wave_drag from new to old metadata -INFO: Converting local name phy_myj_a1u of variable weight_for_momentum_at_viscous_sublayer_top from new to old metadata -INFO: Converting local name iopt_stc of variable flag_for_soil_and_snow_temperature_time_stepping_option from new to old metadata -INFO: Converting local name adjvisbmd of variable surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux from new to old metadata -INFO: Converting local name icloud_bl of variable couple_sgs_clouds_to_radiation_flag from new to old metadata -INFO: Converting local name rb of variable bulk_richardson_number_at_lowest_model_level from new to old metadata -INFO: Converting local name faerlw(:,:,:,2) of variable aerosol_single_scattering_albedo_for_longwave_bands_01_16 from new to old metadata -INFO: Converting local name phy_myj_elflx of variable kinematic_surface_latent_heat_flux from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_for_snow_effective_radius) of variable effective_radius_of_stratiform_cloud_snow_particle_in_um from new to old metadata -INFO: Converting local name iopt_tbot of variable flag_for_lower_boundary_soil_temperature_option from new to old metadata -INFO: Converting local name pdfflag of variable flag_for_pdf_for_morrison_gettelman_microphysics_scheme from new to old metadata -INFO: Converting local name do_aw of variable flag_for_Arakawa_Wu_adjustment from new to old metadata -INFO: Converting local name do_tofd of variable turb_oro_form_drag_flag from new to old metadata -INFO: Converting local name dqdti of variable instantaneous_water_vapor_specific_humidity_tendency_due_to_convection from new to old metadata -INFO: Converting local name qi_r of variable cloud_ice_mixing_ratio from new to old metadata -INFO: Converting local name flag_iter of variable flag_for_iteration from new to old metadata -INFO: Converting local name CLDFRA_BL of variable subgrid_cloud_fraction_pbl from new to old metadata -INFO: Converting local name zorl_ice of variable surface_roughness_length_over_ice_interstitial from new to old metadata -INFO: Converting local name dd_mf of variable instantaneous_atmosphere_downdraft_convective_mass_flux from new to old metadata -INFO: Converting local name visdfui of variable surface_upwelling_diffuse_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name julian of variable julian_day from new to old metadata -INFO: Converting local name cd_ice of variable surface_drag_coefficient_for_momentum_in_air_over_ice from new to old metadata -INFO: Converting local name iovr_lw of variable flag_for_max_random_overlap_clouds_for_longwave_radiation from new to old metadata -INFO: Converting local name lmp of variable adjusted_vertical_level_dimension_for_radiation from new to old metadata -INFO: Converting local name kdt of variable index_of_time_step from new to old metadata -INFO: Converting local name ushfsfci of variable instantaneous_surface_upward_sensible_heat_flux_for_chemistry_coupling from new to old metadata -INFO: Converting local name rb_land of variable bulk_richardson_number_at_lowest_model_level_over_land from new to old metadata -INFO: Converting local name uustar of variable surface_friction_velocity from new to old metadata -INFO: Converting local name adjnirbmu of variable surface_upwelling_direct_near_infrared_shortwave_flux from new to old metadata -INFO: Converting local name do_mynnsfclay of variable do_mynnsfclay from new to old metadata -INFO: Converting local name aero_in of variable flag_for_aerosol_input_MG from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_water_vapor) of variable tendency_of_water_vapor_specific_humidity_due_to_model_physics from new to old metadata -INFO: Converting local name mol of variable theta_star from new to old metadata -INFO: Converting local name fwetxy of variable area_fraction_of_wet_canopy from new to old metadata -INFO: Converting local name phy_f2d(:,1) of variable surface_air_pressure_two_time_steps_back from new to old metadata -INFO: Converting local name topflw of variable lw_fluxes_top_atmosphere from new to old metadata -INFO: Converting local name satmedmf of variable flag_for_scale_aware_TKE_moist_EDMF_PBL from new to old metadata -INFO: Converting local name waxy of variable water_storage_in_aquifer from new to old metadata -INFO: Converting local name snow of variable lwe_thickness_of_snow_amount_on_dynamics_timestep from new to old metadata -INFO: Converting local name ivegsrc of variable vegetation_type_dataset_choice from new to old metadata -INFO: Converting local name sigmaf of variable bounded_vegetation_area_fraction from new to old metadata -INFO: Converting local name f_rain of variable fraction_of_rain_water_cloud from new to old metadata -INFO: Converting local name dkt of variable instantaneous_atmosphere_heat_diffusivity from new to old metadata -INFO: Converting local name asolfac_deep of variable aerosol_aware_parameter_deep_convection from new to old metadata -INFO: Converting local name dv3dt(:,:,2) of variable cumulative_change_in_y_wind_due_to_orographic_gravity_wave_drag from new to old metadata -INFO: Converting local name ipr of variable horizontal_index_of_printed_column from new to old metadata -INFO: Converting local name npzcappa of variable vertical_dimension_for_cappa_at_Lagrangian_surface from new to old metadata -INFO: Converting local name clam_deep of variable entrainment_rate_coefficient_deep_convection from new to old metadata -INFO: Converting local name dusfci of variable instantaneous_surface_x_momentum_flux_for_diag from new to old metadata -INFO: Converting local name cs_parm(4) of variable detrainment_and_precipitation_tunable_parameter_4_CS from new to old metadata -INFO: Converting local name levsp1 of variable vertical_dimension_plus_one from new to old metadata -INFO: Converting local name con_cp of variable specific_heat_of_dry_air_at_constant_pressure from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_water_vapor) of variable water_vapor_specific_humidity from new to old metadata -INFO: Converting local name prsik(:,1) of variable dimensionless_exner_function_at_lowest_model_interface from new to old metadata -INFO: Converting local name gasvmr(:,:,5) of variable volume_mixing_ratio_co from new to old metadata -INFO: Converting local name mg_ngcons of variable mg_flag_graupel_concentration_constant from new to old metadata -INFO: Converting local name acsnow of variable accumulated_water_equivalent_of_frozen_precip from new to old metadata -INFO: Converting local name levsm1 of variable vertical_dimension_minus_one from new to old metadata -INFO: Converting local name phy_myj_a1t of variable weight_for_potental_temperature_at_viscous_sublayer_top from new to old metadata -INFO: Converting local name ntracp1 of variable number_of_tracers_plus_one from new to old metadata -INFO: Converting local name GFS_Data of variable GFS_data_type_instance_all_blocks from new to old metadata -INFO: Converting local name zol of variable surface_stability_parameter from new to old metadata -INFO: Converting local name CCPP_interstitial of variable CCPP_interstitial_type_instance from new to old metadata -INFO: Converting local name isd of variable starting_x_direction_index_domain from new to old metadata -INFO: Converting local name cplflx of variable flag_for_flux_coupling from new to old metadata -INFO: Converting local name lradar of variable flag_for_radar_reflectivity from new to old metadata -INFO: Converting local name iseed_ca of variable seed_for_random_number_generation_in_cellular_automata_scheme from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_for_convective_cloud_cover_in_phy_f3d) of variable convective_cloud_cover_in_phy_f3d from new to old metadata -INFO: Converting local name dqsfci of variable instantaneous_surface_upward_latent_heat_flux_for_diag from new to old metadata -INFO: Converting local name dxmin of variable minimum_scaling_factor_for_critical_relative_humidity from new to old metadata -INFO: Converting local name sppt_wts of variable weights_for_stochastic_sppt_perturbation from new to old metadata -INFO: Converting local name tahxy of variable canopy_air_temperature from new to old metadata -INFO: Converting local name imn of variable forecast_month from new to old metadata -INFO: Converting local name evcw of variable canopy_upward_latent_heat_flux from new to old metadata -INFO: Converting local name input_nml_file of variable namelist_filename_for_internal_file_reads from new to old metadata -INFO: Converting local name raddt of variable time_step_for_radiation from new to old metadata -INFO: Converting local name dvisbmi_cpl of variable instantaneous_surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name gwdcv of variable tendency_of_y_wind_due_to_convective_gravity_wave_drag from new to old metadata -INFO: Converting local name evbsa of variable cumulative_soil_upward_latent_heat_flux_multiplied_by_timestep from new to old metadata -INFO: Converting local name cldwrk of variable cumulative_cloud_work_function from new to old metadata -INFO: Converting local name npzdelz of variable vertical_dimension_for_thickness_at_Lagrangian_surface from new to old metadata -INFO: Converting local name dvsfc_cice of variable surface_y_momentum_flux_for_coupling_interstitial from new to old metadata -INFO: Converting local name ql of variable cloud_liquid_water_specific_humidity_at_Lagrangian_surface from new to old metadata -INFO: Converting local name imp_physics_fer_hires of variable flag_for_fer_hires_microphysics_scheme from new to old metadata -INFO: Converting local name dvdt of variable tendency_of_y_wind_due_to_model_physics from new to old metadata -INFO: Converting local name dusfc_cpl of variable cumulative_surface_x_momentum_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name prsl(:,1) of variable air_pressure_at_lowest_model_layer from new to old metadata -INFO: Converting local name ktop_shallow of variable k_level_of_highest_reaching_plume from new to old metadata -INFO: Converting local name sfcfsw of variable sw_fluxes_sfc from new to old metadata -INFO: Converting local name gv0 of variable y_wind_updated_by_physics from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_rain_water) of variable rain_water_mixing_ratio from new to old metadata -INFO: Converting local name cdq_ocean of variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_ocean from new to old metadata -INFO: Converting local name sfcalb(:,4) of variable surface_albedo_due_to_UV_and_VIS_diffused from new to old metadata -INFO: Converting local name gamq of variable countergradient_mixing_term_for_water_vapor from new to old metadata -INFO: Converting local name mdt of variable time_step_for_remapping_for_fast_physics from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_ice_cloud_condensate) of variable ice_water_mixing_ratio from new to old metadata -INFO: Converting local name sfcalb(:,2) of variable surface_albedo_due_to_near_IR_diffused from new to old metadata -INFO: Converting local name phy_fctd of variable cloud_base_mass_flux from new to old metadata -INFO: Converting local name weasd_land of variable water_equivalent_accumulated_snow_depth_over_land from new to old metadata -INFO: Converting local name nwfa2d of variable tendency_of_water_friendly_aerosols_at_surface from new to old metadata -INFO: Converting local name GFS_Control of variable GFS_control_type_instance from new to old metadata -INFO: Converting local name nncl of variable number_of_tracers_for_cloud_condensate from new to old metadata -INFO: Converting local name olyr of variable ozone_concentration_at_layer_for_radiation from new to old metadata -INFO: Converting local name tg3 of variable deep_soil_temperature from new to old metadata -INFO: Converting local name Radtend of variable GFS_radtend_type_instance from new to old metadata -INFO: Converting local name sinlat of variable sine_of_latitude from new to old metadata -INFO: Converting local name sppt_wts of variable weights_for_stochastic_sppt_perturbation_flipped from new to old metadata -INFO: Converting local name ng of variable number_of_ghost_zones from new to old metadata -INFO: Converting local name phil of variable geopotential from new to old metadata -INFO: Converting local name flag_frsoil of variable flag_for_frozen_soil_physics from new to old metadata -INFO: Converting local name faersw(:,:,:,2) of variable aerosol_single_scattering_albedo_for_shortwave_bands_01_16 from new to old metadata -INFO: Converting local name qc of variable cloud_fraction_at_Lagrangian_surface from new to old metadata -INFO: Converting local name do_sfcperts of variable flag_for_stochastic_surface_perturbations from new to old metadata -INFO: Converting local name betas_deep of variable downdraft_fraction_reaching_surface_over_ocean_deep_convection from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_rain_number_concentration) of variable rain_number_concentration from new to old metadata -INFO: Converting local name ifd of variable index_of_dtlm_start from new to old metadata -INFO: Converting local name area of variable cell_area_for_fast_physics from new to old metadata -INFO: Converting local name trans_trac of variable flag_for_convective_transport_of_tracers from new to old metadata -INFO: Converting local name isatmedmf of variable choice_of_scale_aware_TKE_moist_EDMF_PBL from new to old metadata -INFO: Converting local name old_monin of variable flag_for_old_PBL_scheme from new to old metadata -INFO: Converting local name cplchm of variable flag_for_chemistry_coupling from new to old metadata -INFO: Converting local name raincprv of variable lwe_thickness_of_convective_precipitation_amount_from_previous_timestep from new to old metadata -INFO: Converting local name u1 of variable x_wind_at_lowest_model_layer_for_diag from new to old metadata -INFO: Converting local name gw_dvdt of variable tendency_of_y_wind_due_to_ugwp from new to old metadata -INFO: Converting local name dtsfc1 of variable instantaneous_surface_upward_sensible_heat_flux from new to old metadata -INFO: Converting local name gasvmr(:,:,9) of variable volume_mixing_ratio_ccl4 from new to old metadata -INFO: Converting local name semis_ice of variable surface_longwave_emissivity_over_ice_interstitial from new to old metadata -INFO: Converting local name zmtb of variable time_integral_of_height_of_mountain_blocking from new to old metadata -INFO: Converting local name dtauy2d_fd of variable y_momentum_tendency_from_form_drag from new to old metadata -INFO: Converting local name lakefrac of variable lake_area_fraction from new to old metadata -INFO: Converting local name do_myjpbl of variable do_myjpbl from new to old metadata -INFO: Converting local name sncovr of variable surface_snow_area_fraction_over_land from new to old metadata -INFO: Converting local name spd10max of variable maximum_wind_at_10m_over_maximum_hourly_time_interval from new to old metadata -INFO: Converting local name faerlw(:,:,:,3) of variable aerosol_asymmetry_parameter_for_longwave_bands_01_16 from new to old metadata -INFO: Converting local name adjsfculw_ocean of variable surface_upwelling_longwave_flux_over_ocean_interstitial from new to old metadata -INFO: Converting local name nscfshoc of variable index_of_subgrid_scale_cloud_fraction_from_shoc_in_phy_f3d from new to old metadata -INFO: Converting local name qv_r of variable humidity_mixing_ratio from new to old metadata -INFO: Converting local name gq0(:,:,index_for_water_vapor) of variable water_vapor_specific_humidity_updated_by_physics from new to old metadata -INFO: Converting local name lsnow_lsm of variable snow_vertical_dimension_for_land_surface_model from new to old metadata -INFO: Converting local name dv3dt_ngw of variable time_integral_of_change_in_y_wind_due_to_nonstationary_gravity_wave from new to old metadata -INFO: Converting local name tlyr of variable air_temperature_at_layer_for_radiation from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_turbulent_kinetic_energy) of variable turbulent_kinetic_energy from new to old metadata -INFO: Converting local name h2opl of variable h2o_forcing from new to old metadata -INFO: Converting local name smc of variable volume_fraction_of_soil_moisture from new to old metadata -INFO: Converting local name latr of variable number_of_latitude_points from new to old metadata -INFO: Converting local name crick_proof of variable flag_for_CRICK_proof_cloud_water from new to old metadata -INFO: Converting local name ssem of variable instantaneous_seasalt_emission_flux from new to old metadata -INFO: Converting local name xlai1d of variable perturbation_of_leaf_area_index from new to old metadata -INFO: Converting local name tdoms of variable dominant_snow_type from new to old metadata -INFO: Converting local name canopy of variable canopy_water_amount from new to old metadata -INFO: Converting local name dtauy2d_ss of variable y_momentum_tendency_from_small_scale_gwd from new to old metadata -INFO: Converting local name forcet of variable temperature_tendency_due_to_dynamics from new to old metadata -INFO: Converting local name snowmt of variable surface_snow_melt from new to old metadata -INFO: Converting local name ttendlim of variable limit_for_temperature_tendency_for_microphysics from new to old metadata -INFO: Converting local name clouds(:,:,6) of variable cloud_rain_water_path from new to old metadata -INFO: Converting local name sigmafrac of variable convective_updraft_area_fraction from new to old metadata -INFO: Converting local name tau_tofd of variable instantaneous_momentum_flux_due_to_turbulent_orographic_form_drag from new to old metadata -INFO: Converting local name gq0(:,:,index_for_ice_friendly_aerosols) of variable ice_friendly_aerosol_number_concentration_updated_by_physics from new to old metadata -INFO: Converting local name nsswr of variable number_of_timesteps_between_shortwave_radiation_calls from new to old metadata -INFO: Converting local name ulwsfc_cice of variable surface_upwelling_longwave_flux_for_coupling_interstitial from new to old metadata -INFO: Converting local name dq3dt(:,:,8) of variable cumulative_change_in_ozone_concentration_due_to_temperature from new to old metadata -INFO: Converting local name stress_ice of variable surface_wind_stress_over_ice from new to old metadata -INFO: Converting local name is of variable starting_x_direction_index from new to old metadata -INFO: Converting local name sbsno of variable snow_deposition_sublimation_upward_latent_heat_flux from new to old metadata -INFO: Converting local name cnvprcpb of variable cumulative_lwe_thickness_of_convective_precipitation_amount_in_bucket from new to old metadata -INFO: Converting local name rdlai of variable flag_for_reading_leaf_area_index_from_input from new to old metadata -INFO: Converting local name phy_f3d(:,:,4) of variable water_vapor_specific_humidity_at_previous_time_step from new to old metadata -INFO: Converting local name area of variable cell_area from new to old metadata -INFO: Converting local name con_eps of variable ratio_of_dry_air_to_water_vapor_gas_constants from new to old metadata -INFO: Converting local name edmf_a of variable emdf_updraft_area from new to old metadata -INFO: Converting local name dusfc1 of variable instantaneous_surface_x_momentum_flux from new to old metadata -INFO: Converting local name qlcn of variable mass_fraction_of_convective_cloud_liquid_water from new to old metadata -INFO: Converting local name fh2_land of variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_land from new to old metadata -INFO: Converting local name tprcp_land of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_land from new to old metadata -INFO: Converting local name chh_land of variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_land from new to old metadata -INFO: Converting local name dt3dt(:,:,1) of variable cumulative_change_in_temperature_due_to_longwave_radiation from new to old metadata -INFO: Converting local name nfracseed of variable cellular_automata_seed_probability from new to old metadata -INFO: Converting local name cwm of variable total_cloud_condensate_mixing_ratio_updated_by_physics from new to old metadata -INFO: Converting local name u10max of variable maximum_u_wind_at_10m_over_maximum_hourly_time_interval from new to old metadata -INFO: Converting local name dvsfc_ss of variable integrated_y_momentum_flux_from_small_scale_gwd from new to old metadata -INFO: Converting local name smcref2 of variable threshold_volume_fraction_of_condensed_water_in_soil from new to old metadata -INFO: Converting local name kcnv of variable flag_deep_convection from new to old metadata -INFO: Converting local name keepsmfr of variable volume_fraction_of_frozen_soil_moisture_for_land_surface_model from new to old metadata -INFO: Converting local name frain of variable dynamics_to_physics_timestep_ratio from new to old metadata -INFO: Converting local name debug of variable flag_debug from new to old metadata -INFO: Converting local name qrn of variable local_rain_water_mixing_ratio from new to old metadata -INFO: Converting local name tsfc_ocean of variable surface_skin_temperature_over_ocean_interstitial from new to old metadata -INFO: Converting local name levr of variable number_of_vertical_layers_for_radiation_calculations from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_graupel_number_concentration) of variable graupel_number_concentration from new to old metadata -INFO: Converting local name bl_upfr of variable updraft_fraction_in_boundary_layer_mass_flux_scheme from new to old metadata -INFO: Converting local name nsfcpert of variable number_of_surface_perturbations from new to old metadata -INFO: Converting local name evpco of variable coefficient_for_evaporation_of_rainfall from new to old metadata -INFO: Converting local name iems of variable flag_for_surface_emissivity_control from new to old metadata -INFO: Converting local name dlwsfc of variable cumulative_surface_downwelling_longwave_flux_multiplied_by_timestep from new to old metadata -INFO: Converting local name cimin of variable minimum_sea_ice_concentration from new to old metadata -INFO: Converting local name zs of variable depth_of_soil_levels_for_land_surface_model from new to old metadata -INFO: Converting local name fm10_land of variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_land from new to old metadata -INFO: Converting local name lsm_noahmp of variable flag_for_noahmp_land_surface_scheme from new to old metadata -INFO: Converting local name cs_parm(1) of variable updraft_velocity_tunable_parameter_1_CS from new to old metadata -INFO: Converting local name z_c of variable sub_layer_cooling_thickness from new to old metadata -INFO: Converting local name rainc of variable lwe_thickness_of_convective_precipitation_amount_on_dynamics_timestep from new to old metadata -INFO: Converting local name do_cnvgwd of variable flag_for_convective_gravity_wave_drag from new to old metadata -INFO: Converting local name nlunit of variable iounit_namelist from new to old metadata -INFO: Converting local name gw_dtdt of variable tendency_of_air_temperature_due_to_ugwp from new to old metadata -INFO: Converting local name phy_myj_vz0 of variable v_wind_component_at_viscous_sublayer_top from new to old metadata -INFO: Converting local name dusfc_ss of variable integrated_x_momentum_flux_from_small_scale_gwd from new to old metadata -INFO: Converting local name reset of variable flag_reset_maximum_hourly_fields from new to old metadata -INFO: Converting local name idat of variable date_and_time_at_model_initialization from new to old metadata -INFO: Converting local name oceanfrac of variable sea_area_fraction from new to old metadata -INFO: Converting local name rho_h2o of variable density_of_fresh_water from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_ozone) of variable ozone_mixing_ratio from new to old metadata -INFO: Converting local name qv of variable water_vapor_specific_humidity_at_Lagrangian_surface from new to old metadata -INFO: Converting local name adjnirdfd of variable surface_downwelling_diffuse_near_infrared_shortwave_flux from new to old metadata -INFO: Converting local name ca_global of variable flag_for_global_cellular_automata from new to old metadata -INFO: Converting local name landfrac of variable land_area_fraction from new to old metadata -INFO: Converting local name iopt_btr of variable flag_for_soil_moisture_factor_stomatal_resistance_option from new to old metadata -INFO: Converting local name cqs2 of variable surface_exchange_coefficient_for_moisture_at_2m from new to old metadata -INFO: Converting local name snohfa of variable cumulative_snow_freezing_rain_upward_latent_heat_flux_multiplied_by_timestep from new to old metadata -INFO: Converting local name nvisbm_cpl of variable cumulative_surface_net_downward_direct_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name GFS_sfcprop_type of variable GFS_sfcprop_type from new to old metadata -INFO: Converting local name oz_phys of variable flag_for_ozone_physics from new to old metadata -INFO: Converting local name rhowater of variable liquid_water_density from new to old metadata -INFO: Converting local name zsnsoxy of variable layer_bottom_depth_from_snow_surface from new to old metadata -INFO: Converting local name nthresh of variable threshold_for_perturbed_vertical_velocity from new to old metadata -INFO: Converting local name phy_f3d(:,:,1) of variable air_temperature_two_time_steps_back from new to old metadata -INFO: Converting local name gq0(:,:,index_for_water_friendly_aerosols) of variable water_friendly_aerosol_number_concentration_updated_by_physics from new to old metadata -INFO: Converting local name wetness of variable normalized_soil_wetness_for_land_surface_model from new to old metadata -INFO: Converting local name v10mi_cpl of variable instantaneous_y_wind_at_10m_for_coupling from new to old metadata -INFO: Converting local name rh02min of variable minimum_relative_humidity_at_2m_over_maximum_hourly_time_interval from new to old metadata -INFO: Converting local name nf_aelw of variable number_of_aerosol_output_fields_for_longwave_radiation from new to old metadata -INFO: Converting local name isubc_sw of variable flag_for_sw_clouds_without_sub_grid_approximation from new to old metadata -INFO: Converting local name gq0(:,:,index_for_rain_number_concentration) of variable rain_number_concentration_updated_by_physics from new to old metadata -INFO: Converting local name dvsfc1 of variable instantaneous_surface_y_momentum_flux from new to old metadata -INFO: Converting local name nirdfdi of variable surface_downwelling_diffuse_near_infrared_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name isatmedmf_vdif of variable choice_of_original_scale_aware_TKE_moist_EDMF_PBL from new to old metadata -INFO: Converting local name fprcp of variable number_of_frozen_precipitation_species from new to old metadata -INFO: Converting local name tsurf_land of variable surface_skin_temperature_after_iteration_over_land from new to old metadata -INFO: Converting local name kd of variable vertical_index_difference_between_inout_and_local from new to old metadata -INFO: Converting local name LTP of variable extra_top_layer from new to old metadata -INFO: Converting local name solcon of variable solar_constant from new to old metadata -INFO: Converting local name gq0(:,:,index_for_snow_number_concentration) of variable snow_number_concentration_updated_by_physics from new to old metadata -INFO: Converting local name bl_mynn_tkebudget of variable tke_budget from new to old metadata -INFO: Converting local name xu of variable diurnal_thermocline_layer_x_current from new to old metadata -INFO: Converting local name bl_mynn_tkeadvect of variable tke_advect from new to old metadata -INFO: Converting local name hflx_ice of variable kinematic_surface_upward_sensible_heat_flux_over_ice from new to old metadata -INFO: Converting local name smcwlt2 of variable volume_fraction_of_condensed_water_in_soil_at_wilting_point from new to old metadata -INFO: Converting local name imfdeepcnv of variable flag_for_mass_flux_deep_convection_scheme from new to old metadata -INFO: Converting local name ntchm of variable number_of_chemical_tracers from new to old metadata -INFO: Converting local name ncpl of variable local_condesed_water_number_concentration from new to old metadata -INFO: Converting local name vvl of variable omega from new to old metadata -INFO: Converting local name xkzminv of variable atmosphere_heat_diffusivity_background_maximum from new to old metadata -INFO: Converting local name snowc of variable surface_snow_area_fraction from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_of_subgrid_scale_cloud_fraction_from_shoc_in_phy_f3d) of variable subgrid_scale_cloud_fraction_from_shoc from new to old metadata -INFO: Converting local name du3dt(:,:,4) of variable cumulative_change_in_x_wind_due_to_convective_gravity_wave_drag from new to old metadata -INFO: Converting local name jcap of variable number_of_spectral_wave_trancation_for_sas from new to old metadata -INFO: Converting local name cd_ocean of variable surface_drag_coefficient_for_momentum_in_air_over_ocean from new to old metadata -INFO: Converting local name vfrac of variable vegetation_area_fraction from new to old metadata -INFO: Converting local name dvdftra of variable tendency_of_vertically_diffused_tracer_concentration from new to old metadata -INFO: Converting local name npzp1 of variable vertical_dimension_for_fast_physics_plus_one from new to old metadata -INFO: Converting local name duem of variable instantaneous_dust_emission_flux from new to old metadata -INFO: Converting local name prslrd0 of variable pressure_cutoff_for_rayleigh_damping from new to old metadata -INFO: Converting local name q2m of variable specific_humidity_at_2m from new to old metadata -INFO: Converting local name chs2 of variable surface_exchange_coefficient_for_heat_at_2m from new to old metadata -INFO: Converting local name lfmassxy of variable leaf_mass from new to old metadata -INFO: Converting local name phy_f3d(:,:,2) of variable water_vapor_specific_humidity_two_time_steps_back from new to old metadata -INFO: Converting local name rainp of variable tendency_of_rain_water_mixing_ratio_due_to_microphysics from new to old metadata -INFO: Converting local name ud_mf of variable instantaneous_atmosphere_updraft_convective_mass_flux from new to old metadata -INFO: Converting local name dudt_tms of variable instantaneous_change_in_x_wind_due_to_turbulent_orographic_form_drag from new to old metadata -INFO: Converting local name mg3_as_mg2 of variable flag_mg3_as_mg2 from new to old metadata -INFO: Converting local name htlw0 of variable tendency_of_air_temperature_due_to_longwave_heating_assuming_clear_sky_on_radiation_time_step from new to old metadata -INFO: Converting local name w_d of variable coefficient_w_d from new to old metadata -INFO: Converting local name shdmax of variable maximum_vegetation_area_fraction from new to old metadata -INFO: Converting local name iccn of variable flag_for_in_ccn_forcing_for_morrison_gettelman_microphysics from new to old metadata -INFO: Converting local name htlwc of variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step from new to old metadata -INFO: Converting local name scmpsw of variable components_of_surface_downward_shortwave_fluxes from new to old metadata -INFO: Converting local name tgrs(:,1) of variable air_temperature_at_lowest_model_layer from new to old metadata -INFO: Converting local name cmxy of variable surface_drag_coefficient_for_momentum_for_noahmp from new to old metadata -INFO: Converting local name snowd_land of variable surface_snow_thickness_water_equivalent_over_land from new to old metadata -INFO: Converting local name clouds(:,:,5) of variable mean_effective_radius_for_ice_cloud from new to old metadata -INFO: Converting local name xz of variable diurnal_thermocline_layer_thickness from new to old metadata -INFO: Converting local name tsfg of variable surface_ground_temperature_for_radiation from new to old metadata -INFO: Converting local name dkt of variable atmosphere_heat_diffusivity from new to old metadata -INFO: Converting local name qgrs of variable tracer_concentration from new to old metadata -INFO: Converting local name pgcon_deep of variable momentum_transport_reduction_factor_pgf_deep_convection from new to old metadata -INFO: Converting local name wind10mmax of variable maximum_wind_at_10m from new to old metadata -INFO: Converting local name slopetype of variable surface_slope_classification from new to old metadata -INFO: Converting local name Intdiag of variable GFS_diag_type_instance from new to old metadata -INFO: Converting local name mg_nccons of variable mg_flag_drop_concentration_constant from new to old metadata -INFO: Converting local name adjvisdfd of variable surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_snow_water) of variable tendency_of_snow_water_mixing_ratio_due_to_model_physics from new to old metadata -INFO: Converting local name nlwsfc_cpl of variable cumulative_surface_net_downward_longwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name clouds(:,:,9) of variable mean_effective_radius_for_snow_flake from new to old metadata -INFO: Converting local name con_cvap of variable specific_heat_of_water_vapor_at_constant_pressure from new to old metadata -INFO: Converting local name drydep of variable instantaneous_dry_deposition from new to old metadata -INFO: Converting local name semis_ocean of variable surface_longwave_emissivity_over_ocean_interstitial from new to old metadata -INFO: Converting local name master of variable mpi_root from new to old metadata -INFO: Converting local name gamt of variable countergradient_mixing_term_for_temperature from new to old metadata -INFO: Converting local name redrag of variable flag_for_reduced_drag_coefficient_over_sea from new to old metadata -INFO: Converting local name gq0(:,:,index_for_ozone) of variable ozone_concentration_updated_by_physics from new to old metadata -INFO: Converting local name do_skeb of variable flag_for_stochastic_skeb_option from new to old metadata -INFO: Converting local name qg_r of variable mass_weighted_rime_factor_mixing_ratio from new to old metadata -INFO: Converting local name min_seaice of variable sea_ice_minimum from new to old metadata -INFO: Converting local name betal_deep of variable downdraft_fraction_reaching_surface_over_land_deep_convection from new to old metadata -INFO: Converting local name alvwf of variable mean_vis_albedo_with_weak_cosz_dependency from new to old metadata -INFO: Converting local name do_gwd of variable flag_for_gravity_wave_drag from new to old metadata -INFO: Converting local name nf_aesw of variable number_of_aerosol_output_fields_for_shortwave_radiation from new to old metadata -INFO: Converting local name avg_max_length of variable time_interval_for_maximum_hourly_fields from new to old metadata -INFO: Converting local name tdomzr of variable dominant_freezing_rain_type from new to old metadata -INFO: Converting local name toticeb of variable accumulated_lwe_thickness_of_ice_amount_in_bucket from new to old metadata -INFO: Converting local name isppt_deep of variable flag_for_combination_of_sppt_with_isppt_deep from new to old metadata -INFO: Converting local name ice of variable lwe_thickness_of_ice_amount_on_dynamics_timestep from new to old metadata -INFO: Converting local name dq3dt(:,:,9) of variable cumulative_change_in_ozone_concentration_due_to_overhead_ozone_column from new to old metadata -INFO: Converting local name lsidea of variable flag_idealized_physics from new to old metadata -INFO: Converting local name ico2 of variable flag_for_using_prescribed_global_mean_co2_value from new to old metadata -INFO: Converting local name evap_ice of variable kinematic_surface_upward_latent_heat_flux_over_ice from new to old metadata -INFO: Converting local name do_awdd of variable flag_arakawa_wu_downdraft from new to old metadata -INFO: Converting local name hetfrz_classnuc of variable mg_flag_for_heterogeneous_freezing from new to old metadata -INFO: Converting local name mpiroot of variable mpi_root_for_fast_physics from new to old metadata -INFO: Converting local name dq3dt(:,:,4) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_microphysics from new to old metadata -INFO: Converting local name GFS_coupling_type of variable GFS_coupling_type from new to old metadata -INFO: Converting local name psurfi_cpl of variable instantaneous_surface_air_pressure_for_coupling from new to old metadata -INFO: Converting local name xkzm_h of variable atmosphere_heat_diffusivity_background from new to old metadata -INFO: Converting local name rh02max of variable maximum_relative_humidity_at_2m_over_maximum_hourly_time_interval from new to old metadata -INFO: Converting local name tmpmax of variable maximum_temperature_at_2m from new to old metadata -INFO: Converting local name fscav of variable fraction_of_tracer_scavenged from new to old metadata -INFO: Converting local name ntiwx of variable index_for_ice_cloud_condensate_vertical_diffusion_tracer from new to old metadata -INFO: Converting local name gasvmr(:,:,4) of variable volume_mixing_ratio_o2 from new to old metadata -INFO: Converting local name dpt2m of variable dewpoint_temperature_at_2m from new to old metadata -INFO: Converting local name mg_do_liq_liu of variable mg_flag_for_liu_liquid_treatment from new to old metadata -INFO: Converting local name ffhh_land of variable Monin_Obukhov_similarity_function_for_heat_over_land from new to old metadata -INFO: Converting local name crtrh(3) of variable critical_relative_humidity_at_top_of_atmosphere from new to old metadata -INFO: Converting local name smcwtdxy of variable soil_water_content_between_soil_bottom_and_water_table from new to old metadata -INFO: Converting local name visbmdi of variable surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name cdq_ice of variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_ice from new to old metadata -INFO: Converting local name adjnirdfu of variable surface_upwelling_diffuse_near_infrared_shortwave_flux from new to old metadata -INFO: Converting local name wcbmax of variable maximum_updraft_velocity_at_cloud_base from new to old metadata -INFO: Converting local name tsflw of variable surface_midlayer_air_temperature_in_longwave_radiation from new to old metadata -INFO: Converting local name asolfac_shal of variable aerosol_aware_parameter_shallow_convection from new to old metadata -INFO: Converting local name gabsbdlw_ocean of variable surface_downwelling_longwave_flux_absorbed_by_ground_over_ocean from new to old metadata -INFO: Converting local name de_lgth of variable cloud_decorrelation_length from new to old metadata -INFO: Converting local name GFS_interstitial_type of variable GFS_interstitial_type from new to old metadata -INFO: Converting local name imap of variable map_of_block_column_number_to_global_i_index from new to old metadata -INFO: Converting local name plyr of variable air_pressure_at_layer_for_radiation_in_hPa from new to old metadata -INFO: Converting local name skip_macro of variable flag_skip_macro from new to old metadata -INFO: Converting local name tsnoxy of variable snow_temperature from new to old metadata -INFO: Converting local name sbsnoa of variable cumulative_snow_deposition_sublimation_upward_latent_heat_flux_multiplied_by_timestep from new to old metadata -INFO: Converting local name prcpmp of variable lwe_thickness_of_explicit_precipitation_amount from new to old metadata -INFO: Converting local name clcn of variable convective_cloud_volume_fraction from new to old metadata -INFO: Converting local name gt0 of variable air_temperature_updated_by_physics from new to old metadata -INFO: Converting local name gamma of variable anisotropy_of_subgrid_orography from new to old metadata -INFO: Converting local name uconvtend of variable tendency_of_x_wind_due_to_deep_convection_for_coupling_on_physics_timestep from new to old metadata -INFO: Converting local name dswsfci_cpl of variable instantaneous_surface_downwelling_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name delp of variable pressure_thickness_at_Lagrangian_surface from new to old metadata -INFO: Converting local name lsm_ruc of variable flag_for_ruc_land_surface_scheme from new to old metadata -INFO: Converting local name dt_mf of variable instantaneous_atmosphere_detrainment_convective_mass_flux from new to old metadata -INFO: Converting local name d_conv of variable free_convection_layer_thickness from new to old metadata -INFO: Converting local name nlwsfci_cpl of variable instantaneous_surface_net_downward_longwave_flux_for_coupling from new to old metadata -INFO: Converting local name shum_wts of variable weights_for_stochastic_shum_perturbation from new to old metadata -INFO: Converting local name dswsfci of variable surface_downwelling_shortwave_flux from new to old metadata -INFO: Converting local name do_ysu of variable flag_for_ysu from new to old metadata -INFO: Converting local name q_con of variable cloud_condensed_water_specific_humidity_at_Lagrangian_surface from new to old metadata -INFO: Converting local name mom4ice of variable flag_for_mom4_coupling from new to old metadata -INFO: Converting local name tref of variable sea_surface_reference_temperature from new to old metadata -INFO: Converting local name faersw(:,:,:,3) of variable aerosol_asymmetry_parameter_for_shortwave_bands_01_16 from new to old metadata -INFO: Converting local name ie of variable ending_x_direction_index from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_water_friendly_aerosols) of variable water_friendly_aerosol_number_concentration from new to old metadata -INFO: Converting local name dugwd of variable time_integral_of_x_stress_due_to_gravity_wave_drag from new to old metadata -INFO: Converting local name ntot3d of variable number_of_fields_in_phyf3d from new to old metadata -INFO: Converting local name GFS_data_type of variable GFS_data_type from new to old metadata -INFO: Converting local name graupelprv of variable lwe_thickness_of_graupel_amount_from_previous_timestep from new to old metadata -INFO: Converting local name nstf_name(4) of variable vertical_temperature_average_range_lower_bound from new to old metadata -INFO: Converting local name kind_dyn of variable kind_dyn from new to old metadata -INFO: Converting local name acv of variable accumulated_lwe_thickness_of_convective_precipitation_amount_cnvc90 from new to old metadata -INFO: Converting local name lsoil_lsm of variable soil_vertical_dimension_for_land_surface_model from new to old metadata -INFO: Converting local name phy_myj_chkqlm of variable surface_layer_evaporation_switch from new to old metadata -INFO: Converting local name dtf of variable time_step_for_dynamics from new to old metadata -INFO: Converting local name dqsfci_cpl of variable instantaneous_surface_upward_latent_heat_flux_for_coupling from new to old metadata -INFO: Converting local name mg_do_hail of variable mg_flag_for_hail from new to old metadata -INFO: Converting local name iopt_sfc of variable flag_for_surface_layer_drag_coefficient_option from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_ice_cloud_number_concentration) of variable tendency_of_ice_number_concentration_due_to_model_physics from new to old metadata -INFO: Converting local name kind_LOGICAL of variable kind_LOGICAL from new to old metadata -INFO: Converting local name hybedmf of variable flag_for_hedmf from new to old metadata -INFO: Converting local name dvisdfi_cpl of variable instantaneous_surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name exch_h of variable atmosphere_heat_diffusivity_for_mynnpbl from new to old metadata -INFO: Converting local name z01d of variable perturbation_of_momentum_roughness_length from new to old metadata -INFO: Converting local name prevst of variable temperature_from_previous_timestep from new to old metadata -INFO: Converting local name tracers_total of variable number_of_total_tracers from new to old metadata -INFO: Converting local name wind of variable wind_speed_at_lowest_model_layer from new to old metadata -INFO: Converting local name hprime of variable statistical_measures_of_subgrid_orography from new to old metadata -INFO: Converting local name oz_coeffp5 of variable number_of_coefficients_in_ozone_forcing_data_plus_five from new to old metadata -INFO: Converting local name tvxy of variable vegetation_temperature from new to old metadata -INFO: Converting local name ncps of variable local_snow_number_concentration from new to old metadata -INFO: Converting local name zlvl of variable height_above_ground_at_lowest_model_layer from new to old metadata -INFO: Converting local name restart of variable flag_for_restart from new to old metadata -INFO: Converting local name con_tice of variable freezing_point_temperature_of_seawater from new to old metadata -INFO: Converting local name sfcnsw of variable surface_net_downwelling_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name tau_mtb of variable time_integral_of_momentum_flux_due_to_mountain_blocking_drag from new to old metadata -INFO: Metadata table for model FV3 written to tests/build_fv3_15/FV3/ccpp/physics/CCPP_VARIABLES_FV3.html -INFO: Parsing metadata tables in physics scheme files ... -INFO: Parsed tables in scheme rayleigh_damp -INFO: Parsed tables in scheme GFS_surface_composites_pre -INFO: Parsed tables in scheme GFS_surface_composites_inter -INFO: Parsed tables in scheme GFS_surface_composites_post -INFO: Parsed tables in scheme rrtmg_sw -INFO: Parsed tables in scheme sfc_ocean -INFO: Parsed tables in scheme gwdc_pre -INFO: Parsed tables in scheme gwdc -INFO: Parsed tables in scheme gwdc_post -INFO: Parsed tables in scheme cu_gf_driver_pre -INFO: Parsed tables in scheme gfdl_cloud_microphys -INFO: Parsed tables in scheme GFS_time_vary_pre -INFO: Parsed tables in scheme GFS_rrtmg_setup -INFO: Parsed tables in scheme zhaocarr_gscond -INFO: Parsed tables in scheme ysuvdif -INFO: Parsed tables in scheme rrtmg_sw_post -INFO: Parsed tables in scheme GFS_SCNV_generic_pre -INFO: Parsed tables in scheme GFS_SCNV_generic_post -INFO: Parsed tables in scheme GFS_rrtmg_pre -INFO: Parsed tables in scheme sfc_sice -INFO: Parsed tables in scheme samfdeepcnv -INFO: Parsed tables in scheme satmedmfvdif -INFO: Parsed tables in scheme mynnrad_post -INFO: Parsed tables in scheme cu_gf_driver_post -INFO: Parsed tables in scheme cs_conv_aw_adj -INFO: Parsed tables in scheme GFS_phys_time_vary -INFO: Parsed tables in scheme ozphys_2015 -INFO: Parsed tables in scheme GFS_suite_interstitial_rad_reset -INFO: Parsed tables in scheme GFS_suite_interstitial_phys_reset -INFO: Parsed tables in scheme GFS_suite_interstitial_1 -INFO: Parsed tables in scheme GFS_suite_interstitial_2 -INFO: Parsed tables in scheme GFS_suite_stateout_reset -INFO: Parsed tables in scheme GFS_suite_stateout_update -INFO: Parsed tables in scheme GFS_suite_interstitial_3 -INFO: Parsed tables in scheme GFS_suite_interstitial_4 -INFO: Parsed tables in scheme samfshalcnv -INFO: Parsed tables in scheme zhaocarr_precpd -INFO: Parsed tables in scheme noahmpdrv -INFO: Parsed tables in scheme mp_fer_hires -INFO: Parsed tables in scheme myjpbl_wrapper -INFO: Parsed tables in scheme GFS_surface_generic_pre -INFO: Parsed tables in scheme GFS_surface_generic_post -INFO: Parsed tables in scheme cu_ntiedtke_post -INFO: Parsed tables in scheme sfc_diag -INFO: Parsed tables in scheme rrtmg_lw -INFO: Parsed tables in scheme GFS_diagtoscreen -INFO: Parsed tables in scheme GFS_interstitialtoscreen -INFO: Parsed tables in scheme GFS_abort -INFO: Parsed tables in scheme GFS_checkland -INFO: Parsed tables in scheme mynnrad_pre -INFO: Parsed tables in scheme satmedmfvdifq -INFO: Parsed tables in scheme cs_conv_pre -INFO: Parsed tables in scheme cs_conv_post -INFO: Parsed tables in scheme cs_conv -INFO: Parsed tables in scheme shinhongvdif -INFO: Parsed tables in scheme h2ophys -INFO: Parsed tables in scheme rrtmg_lw_post -INFO: Parsed tables in scheme sfc_nst -INFO: Parsed tables in scheme sfc_nst_pre -INFO: Parsed tables in scheme sfc_nst_post -INFO: Parsed tables in scheme cu_ntiedtke_pre -INFO: Parsed tables in scheme cu_ntiedtke -INFO: Parsed tables in scheme cires_ugwp_post -INFO: Parsed tables in scheme hedmf -INFO: Parsed tables in scheme sfc_diff -INFO: Parsed tables in scheme mp_thompson_pre -INFO: Parsed tables in scheme sfc_diag_post -INFO: Parsed tables in scheme m_micro_pre -INFO: Parsed tables in scheme m_micro_post -INFO: Parsed tables in scheme m_micro -INFO: Parsed tables in scheme fv_sat_adj -INFO: Parsed tables in scheme GFS_surface_loop_control_part1 -INFO: Parsed tables in scheme GFS_surface_loop_control_part2 -INFO: Parsed tables in scheme shoc -INFO: Parsed tables in scheme GFS_rrtmg_post -INFO: Parsed tables in scheme GFS_GWD_generic_pre -INFO: Parsed tables in scheme GFS_GWD_generic_post -INFO: Parsed tables in scheme rrtmg_sw_pre -INFO: Parsed tables in scheme GFS_MP_generic_pre -INFO: Parsed tables in scheme GFS_MP_generic_post -INFO: Parsed tables in scheme cu_gf_driver -INFO: Parsed tables in scheme GFS_PBL_generic_pre -INFO: Parsed tables in scheme GFS_PBL_generic_post -INFO: Parsed tables in scheme mp_thompson_post -INFO: Parsed tables in scheme mp_thompson -INFO: Parsed tables in scheme rrtmg_lw_pre -INFO: Parsed tables in scheme gwdps -INFO: Parsed tables in scheme shalcnv -INFO: Parsed tables in scheme cires_ugwp -INFO: Parsed tables in scheme get_prs_fv3 -INFO: Parsed tables in scheme get_phi_fv3 -INFO: Parsed tables in scheme mynnsfc_wrapper -INFO: Parsed tables in scheme GFS_suite_ini_fini_test -INFO: Parsed tables in scheme myjsfc_wrapper -INFO: Parsed tables in scheme mynnedmf_wrapper -INFO: Parsed tables in scheme ozphys -INFO: Parsed tables in scheme lsm_ruc -INFO: Parsed tables in scheme GFS_stochastics -INFO: Parsed tables in scheme drag_suite -INFO: Parsed tables in scheme sfc_cice -INFO: Parsed tables in scheme sascnvn -INFO: Parsed tables in scheme lsm_ruc_sfc_sice_pre -INFO: Parsed tables in scheme lsm_ruc_sfc_sice_post -INFO: Parsed tables in scheme GFS_DCNV_generic_pre -INFO: Parsed tables in scheme GFS_DCNV_generic_post -INFO: Parsed tables in scheme cnvc90 -INFO: Parsed tables in scheme GFS_rad_time_vary -INFO: Parsed tables in scheme maximum_hourly_diagnostics -INFO: Parsed tables in scheme lsm_noah -INFO: Parsed tables in scheme dcyc2t3 -INFO: Parsed tables in scheme dcyc2t3_post -INFO: Parsed tables in scheme moninshoc -INFO: filtering out variable GFS_stateout_type_instance -INFO: filtering out variable accumulated_change_of_air_temperature_due_to_FA_scheme -INFO: filtering out variable accumulated_water_equivalent_of_frozen_precip -INFO: filtering out variable aerosol_number_concentration_from_gocart_aerosol_climatology -INFO: filtering out variable area_fraction_of_wet_canopy -INFO: filtering out variable atmosphere_heat_diffusivity_for_mynnpbl -INFO: filtering out variable atmosphere_heat_diffusivity_from_shoc -INFO: filtering out variable atmosphere_momentum_diffusivity_for_mynnpbl -INFO: filtering out variable baseline_surface_roughness_length -INFO: filtering out variable canopy_air_temperature -INFO: filtering out variable canopy_air_vapor_pressure -INFO: filtering out variable canopy_intercepted_ice_mass -INFO: filtering out variable canopy_intercepted_liquid_water -INFO: filtering out variable ccn_number_concentration -INFO: filtering out variable ccpp_block_number -INFO: filtering out variable cell_size -INFO: filtering out variable characteristic_grid_length_scale -INFO: filtering out variable choice_of_original_scale_aware_TKE_moist_EDMF_PBL -INFO: filtering out variable choice_of_scale_aware_TKE_moist_EDMF_PBL -INFO: filtering out variable choice_of_updated_scale_aware_TKE_moist_EDMF_PBL -INFO: filtering out variable cloud_area_fraction -INFO: filtering out variable cloud_base_mass_flux -INFO: filtering out variable cloud_condensed_water_mixing_ratio_at_lowest_model_layer -INFO: filtering out variable cloud_condensed_water_mixing_ratio_at_surface -INFO: filtering out variable cloud_droplet_number_concentration -INFO: filtering out variable cloud_droplet_number_concentration_updated_by_physics -INFO: filtering out variable cloud_fraction_for_MG -INFO: filtering out variable cloud_phase_transition_denominator -INFO: filtering out variable cloud_phase_transition_threshold_temperature -INFO: filtering out variable cloud_specie_mix_flag -INFO: filtering out variable cloudpdf -INFO: filtering out variable conv_activity_counter -INFO: filtering out variable convective_updraft_area_fraction -INFO: filtering out variable convective_updraft_area_fraction_at_model_interfaces -INFO: filtering out variable couple_sgs_clouds_to_radiation_flag -INFO: filtering out variable cumulative_change_in_x_wind_due_to_convective_gravity_wave_drag -INFO: filtering out variable cumulative_change_in_y_wind_due_to_convective_gravity_wave_drag -INFO: filtering out variable density_of_frozen_precipitation -INFO: filtering out variable depth_of_soil_levels_for_land_surface_model -INFO: filtering out variable detrainment_and_precipitation_tunable_parameter_3_CS -INFO: filtering out variable detrainment_and_precipitation_tunable_parameter_4_CS -INFO: filtering out variable do_myjsfc -INFO: filtering out variable do_mynnsfclay -INFO: filtering out variable downdraft_fraction_in_boundary_layer_mass_flux_scheme -INFO: filtering out variable edmf_flag -INFO: filtering out variable edmf_momentum_transport_flag -INFO: filtering out variable edmf_partition_flag -INFO: filtering out variable edmf_tke_transport_flag -INFO: filtering out variable emdf_updraft_area -INFO: filtering out variable emdf_updraft_cloud_water -INFO: filtering out variable emdf_updraft_entrainment_rate -INFO: filtering out variable emdf_updraft_theta_l -INFO: filtering out variable emdf_updraft_total_water -INFO: filtering out variable emdf_updraft_vertical_velocity -INFO: filtering out variable entrainment_efficiency_tunable_parameter_9_CS -INFO: filtering out variable equilibrium_soil_water_content -INFO: filtering out variable fa_threshold_relative_humidity_for_onset_of_condensation -INFO: filtering out variable fast_soil_pool_mass_content_of_carbon -INFO: filtering out variable fine_root_mass -INFO: filtering out variable flag_arakawa_wu_downdraft -INFO: filtering out variable flag_convective_tracer_transport -INFO: filtering out variable flag_flip -INFO: filtering out variable flag_flux_form_CS -INFO: filtering out variable flag_for_2015_ozone_physics -INFO: filtering out variable flag_for_aerosol_input_MG -INFO: filtering out variable flag_for_canopy_stomatal_resistance_option -INFO: filtering out variable flag_for_dynamic_vegetation_option -INFO: filtering out variable flag_for_frozen_soil_permeability_option -INFO: filtering out variable flag_for_frozen_soil_physics -INFO: filtering out variable flag_for_ground_snow_surface_albedo_option -INFO: filtering out variable flag_for_in_ccn_forcing_for_morrison_gettelman_microphysics -INFO: filtering out variable flag_for_individual_cloud_species_advected -INFO: filtering out variable flag_for_lower_boundary_soil_temperature_option -INFO: filtering out variable flag_for_pdf_for_morrison_gettelman_microphysics_scheme -INFO: filtering out variable flag_for_precipitation_partition_option -INFO: filtering out variable flag_for_radiation_transfer_option -INFO: filtering out variable flag_for_reading_leaf_area_index_from_input -INFO: filtering out variable flag_for_restart -INFO: filtering out variable flag_for_runoff_and_groundwater_option -INFO: filtering out variable flag_for_sas_deep_convection_scheme -INFO: filtering out variable flag_for_shoc_after_convection -INFO: filtering out variable flag_for_soil_and_snow_temperature_time_stepping_option -INFO: filtering out variable flag_for_soil_moisture_factor_stomatal_resistance_option -INFO: filtering out variable flag_for_supercooled_liquid_water_option -INFO: filtering out variable flag_for_surface_layer_drag_coefficient_option -INFO: filtering out variable flag_mg3_as_mg2 -INFO: filtering out variable flag_skip_macro -INFO: filtering out variable fraction_of_cloud_top_water_scavenged -INFO: filtering out variable fraction_of_tracer_scavenged -INFO: filtering out variable gf_memory_counter -INFO: filtering out variable graupel_number_concentration_updated_by_physics -INFO: filtering out variable grav_settling -INFO: filtering out variable ground_temperature_for_noahmp -INFO: filtering out variable gwd_opt -INFO: filtering out variable h2o_forcing -INFO: filtering out variable heat_exchange_coefficient_for_MYJ_schemes -INFO: filtering out variable ice_friendly_aerosol_number_concentration -INFO: filtering out variable ice_friendly_aerosol_number_concentration_updated_by_physics -INFO: filtering out variable ice_number_concentration -INFO: filtering out variable ice_number_concentration_updated_by_physics -INFO: filtering out variable ice_supersaturation_threshold -INFO: filtering out variable ice_water_mixing_ratio -INFO: filtering out variable in_number_concentration -INFO: filtering out variable index_for_ice_cloud_condensate_vertical_diffusion_tracer -INFO: filtering out variable integrated_x_momentum_flux_from_blocking_drag -INFO: filtering out variable integrated_x_momentum_flux_from_form_drag -INFO: filtering out variable integrated_x_momentum_flux_from_large_scale_gwd -INFO: filtering out variable integrated_x_momentum_flux_from_small_scale_gwd -INFO: filtering out variable integrated_y_momentum_flux_from_blocking_drag -INFO: filtering out variable integrated_y_momentum_flux_from_form_drag -INFO: filtering out variable integrated_y_momentum_flux_from_large_scale_gwd -INFO: filtering out variable integrated_y_momentum_flux_from_small_scale_gwd -INFO: filtering out variable k_level_of_highest_reaching_plume -INFO: filtering out variable kinematic_buoyancy_flux_from_shoc -INFO: filtering out variable kinematic_surface_latent_heat_flux -INFO: filtering out variable lake_water_storage -INFO: filtering out variable latitude_index_in_debug_printouts -INFO: filtering out variable layer_bottom_depth_from_snow_surface -INFO: filtering out variable leaf_area_index -INFO: filtering out variable leaf_mass -INFO: filtering out variable limit_for_temperature_tendency_for_microphysics -INFO: filtering out variable liquid_water_density -INFO: filtering out variable local_graupel_mixing_ratio -INFO: filtering out variable local_graupel_number_concentration -INFO: filtering out variable local_rain_number_concentration -INFO: filtering out variable local_rain_water_mixing_ratio -INFO: filtering out variable local_snow_number_concentration -INFO: filtering out variable local_snow_water_mixing_ratio -INFO: filtering out variable mass_weighted_rime_factor_updated_by_physics -INFO: filtering out variable maximum_column_heating_rate -INFO: filtering out variable maximum_mass_flux -INFO: filtering out variable maximum_updraft_velocity_at_cloud_base -INFO: filtering out variable mean_nir_albedo_with_weak_cosz_dependency -INFO: filtering out variable mean_vis_albedo_with_weak_cosz_dependency -INFO: filtering out variable mg_allow_supersat_after_sed -INFO: filtering out variable mg_autoconversion_size_threshold_ice_snow -INFO: filtering out variable mg_bergeron_efficiency_factor -INFO: filtering out variable mg_cloud_water_variance -INFO: filtering out variable mg_drop_concentration_constant -INFO: filtering out variable mg_flag_drop_concentration_constant -INFO: filtering out variable mg_flag_for_cloud_ice_processes -INFO: filtering out variable mg_flag_for_gmao_ice_formulation -INFO: filtering out variable mg_flag_for_graupel -INFO: filtering out variable mg_flag_for_hail -INFO: filtering out variable mg_flag_for_heterogeneous_freezing -INFO: filtering out variable mg_flag_for_liu_liquid_treatment -INFO: filtering out variable mg_flag_for_sb2001_autoconversion -INFO: filtering out variable mg_flag_for_uniform_subcolumns -INFO: filtering out variable mg_flag_graupel_concentration_constant -INFO: filtering out variable mg_flag_ice_concentration_constant -INFO: filtering out variable mg_graupel_concentration_constant -INFO: filtering out variable mg_ice_concentration_constant -INFO: filtering out variable mg_minimum_cloud_condensed_water_and_ice_mixing_ratio -INFO: filtering out variable mg_minimum_rh_for_ice -INFO: filtering out variable mg_time_scale_for_autoconversion_of_ice -INFO: filtering out variable mg_tuning_factor_for_alphas -INFO: filtering out variable mg_type_of_precip_fraction_method -INFO: filtering out variable minimum_value_of_specific_humidity -INFO: filtering out variable mix_total_water_flag -INFO: filtering out variable mixing_length -INFO: filtering out variable mixing_length_flag -INFO: filtering out variable moisture_from_previous_timestep -INFO: filtering out variable moisture_tendency_due_to_dynamics -INFO: filtering out variable momentum_exchange_coefficient_for_MYJ_schemes -INFO: filtering out variable mpi_comm -INFO: filtering out variable natural_log_of_h2o_forcing_data_pressure_levels -INFO: filtering out variable nondimensional_snow_age -INFO: filtering out variable normalized_soil_wetness_for_land_surface_model -INFO: filtering out variable number_of_cloud_types_CS -INFO: filtering out variable number_of_coefficients_in_h2o_forcing_data -INFO: filtering out variable number_of_frozen_precipitation_species -INFO: filtering out variable number_of_plumes -INFO: filtering out variable number_of_snow_layers -INFO: filtering out variable number_of_spectral_wave_trancation_for_sas -INFO: filtering out variable number_of_tracers_for_CS -INFO: filtering out variable number_of_tracers_plus_one -INFO: filtering out variable ozone_mixing_ratio -INFO: filtering out variable potential_temperature_at_2m -INFO: filtering out variable potential_temperature_at_viscous_sublayer_top -INFO: filtering out variable prandtl_number -INFO: filtering out variable q_prime_squared -INFO: filtering out variable rain_number_concentration_updated_by_physics -INFO: filtering out variable reciprocal_of_obukhov_length -INFO: filtering out variable shoc_flag_for_optional_surface_TKE_dissipation -INFO: filtering out variable shoc_implicit_TKE_integration_uncentering_term -INFO: filtering out variable shoc_tke_dissipatation_pressure_threshold -INFO: filtering out variable shoc_tke_dissipation_tunable_parameter -INFO: filtering out variable shoc_tke_dissipation_tunable_parameter_near_surface -INFO: filtering out variable slow_soil_pool_mass_content_of_carbon -INFO: filtering out variable snow_albedo_at_previous_time_step -INFO: filtering out variable snow_layer_ice -INFO: filtering out variable snow_layer_liquid_water -INFO: filtering out variable snow_mass_at_previous_time_step -INFO: filtering out variable snow_number_concentration_updated_by_physics -INFO: filtering out variable snow_precipitation_rate_at_surface -INFO: filtering out variable snow_temperature -INFO: filtering out variable snow_temperature_bottom_first_layer -INFO: filtering out variable soil_temperature_for_land_surface_model -INFO: filtering out variable soil_vertical_dimension_for_land_surface_model -INFO: filtering out variable soil_water_content_between_soil_bottom_and_water_table -INFO: filtering out variable specific_humidity_at_viscous_sublayer_top -INFO: filtering out variable stability_function_for_heat -INFO: filtering out variable stem_area_index -INFO: filtering out variable stem_mass -INFO: filtering out variable subgrid_cloud_fraction_pbl -INFO: filtering out variable subgrid_cloud_mixing_ratio_pbl -INFO: filtering out variable subgrid_scale_cloud_fraction_from_shoc -INFO: filtering out variable surface_condensation_mass -INFO: filtering out variable surface_drag_coefficient_for_heat_and_moisture_for_noahmp -INFO: filtering out variable surface_drag_coefficient_for_momentum_for_noahmp -INFO: filtering out variable surface_exchange_coefficient_for_heat -INFO: filtering out variable surface_exchange_coefficient_for_heat_at_2m -INFO: filtering out variable surface_exchange_coefficient_for_moisture -INFO: filtering out variable surface_exchange_coefficient_for_moisture_at_2m -INFO: filtering out variable surface_friction_velocity_drag -INFO: filtering out variable surface_latent_heat -INFO: filtering out variable surface_layer_evaporation_switch -INFO: filtering out variable surface_specific_humidity_for_MYJ_schemes -INFO: filtering out variable surface_stability_parameter -INFO: filtering out variable t_prime_q_prime -INFO: filtering out variable t_prime_squared -INFO: filtering out variable temperature_from_previous_timestep -INFO: filtering out variable temperature_tendency_due_to_dynamics -INFO: filtering out variable tendency_of_cloud_droplet_number_concentration_due_to_model_physics -INFO: filtering out variable tendency_of_ice_cloud_water_mixing_ratio_due_to_model_physics -INFO: filtering out variable tendency_of_ice_friendly_aerosol_number_concentration_due_to_model_physics -INFO: filtering out variable tendency_of_ice_friendly_aerosols_at_surface -INFO: filtering out variable tendency_of_ice_number_concentration_due_to_model_physics -INFO: filtering out variable tendency_of_liquid_cloud_water_mixing_ratio_due_to_model_physics -INFO: filtering out variable tendency_of_ozone_mixing_ratio_due_to_model_physics -INFO: filtering out variable tendency_of_water_friendly_aerosol_number_concentration_due_to_model_physics -INFO: filtering out variable tendency_of_water_friendly_aerosols_at_surface -INFO: filtering out variable tendency_of_water_vapor_specific_humidity_due_to_model_physics -INFO: filtering out variable tendency_of_x_wind_due_to_convective_gravity_wave_drag -INFO: filtering out variable tendency_of_y_wind_due_to_convective_gravity_wave_drag -INFO: filtering out variable theta_star -INFO: filtering out variable tke_advect -INFO: filtering out variable tke_at_mass_points -INFO: filtering out variable tke_budget -INFO: filtering out variable tke_dissipative_heating_factor -INFO: filtering out variable total_accumulated_snowfall -INFO: filtering out variable triple_point_temperature_of_water -INFO: filtering out variable turbulent_kinetic_energy_convective_transport_tracer -INFO: filtering out variable u_wind_component_at_viscous_sublayer_top -INFO: filtering out variable updraft_fraction_in_boundary_layer_mass_flux_scheme -INFO: filtering out variable updraft_velocity_tunable_parameter_1_CS -INFO: filtering out variable updraft_velocity_tunable_parameter_2_CS -INFO: filtering out variable v_wind_component_at_viscous_sublayer_top -INFO: filtering out variable vegetation_temperature -INFO: filtering out variable vertical_dimension_of_h2o_forcing_data -INFO: filtering out variable volume_fraction_of_frozen_soil_moisture_for_land_surface_model -INFO: filtering out variable volume_fraction_of_soil_moisture_for_land_surface_model -INFO: filtering out variable volume_fraction_of_unfrozen_soil_moisture_for_land_surface_model -INFO: filtering out variable water_friendly_aerosol_number_concentration -INFO: filtering out variable water_friendly_aerosol_number_concentration_updated_by_physics -INFO: filtering out variable water_storage_in_aquifer -INFO: filtering out variable water_storage_in_aquifer_and_saturated_soil -INFO: filtering out variable water_table_depth -INFO: filtering out variable water_table_recharge_when_deep -INFO: filtering out variable water_table_recharge_when_shallow -INFO: filtering out variable water_vapor_mixing_ratio_at_surface -INFO: filtering out variable weight_for_momentum_at_viscous_sublayer_top -INFO: filtering out variable weight_for_potental_temperature_at_viscous_sublayer_top -INFO: filtering out variable weight_for_specific_humidity_at_viscous_sublayer_top -INFO: filtering out variable wood_mass -INFO: filtering out variable x_momentum_tendency_from_blocking_drag -INFO: filtering out variable x_momentum_tendency_from_form_drag -INFO: filtering out variable x_momentum_tendency_from_large_scale_gwd -INFO: filtering out variable x_momentum_tendency_from_small_scale_gwd -INFO: filtering out variable y_momentum_tendency_from_blocking_drag -INFO: filtering out variable y_momentum_tendency_from_form_drag -INFO: filtering out variable y_momentum_tendency_from_large_scale_gwd -INFO: filtering out variable y_momentum_tendency_from_small_scale_gwd -INFO: Checking optional arguments in physics schemes ... -INFO: Metadata table for model FV3 written to tests/build_fv3_15/FV3/ccpp/framework/doc/DevelopersGuide/CCPP_VARIABLES_FV3.tex -INFO: Comparing metadata for requested and provided variables ... -INFO: Automatic unit conversion from m to um for effective_radius_of_stratiform_cloud_ice_particle_in_um before entering MODULE_mp_thompson SCHEME_mp_thompson SUBROUTINE_mp_thompson_run -INFO: Automatic unit conversion from m to um for effective_radius_of_stratiform_cloud_liquid_water_particle_in_um before entering MODULE_mp_thompson SCHEME_mp_thompson SUBROUTINE_mp_thompson_run -INFO: Automatic unit conversion from m to um for effective_radius_of_stratiform_cloud_snow_particle_in_um before entering MODULE_mp_thompson SCHEME_mp_thompson SUBROUTINE_mp_thompson_run -INFO: Generating schemes makefile/cmakefile snippet ... -INFO: Added 168 schemes to tests/build_fv3_15/FV3/ccpp/physics/CCPP_SCHEMES.mk, tests/build_fv3_15/FV3/ccpp/physics/CCPP_SCHEMES.cmake, tests/build_fv3_15/FV3/ccpp/physics/CCPP_SCHEMES.sh -INFO: Generating suite and group caps ... -INFO: Generating static API ccpp_static_api.F90 in tests/build_fv3_15/FV3/ccpp/physics ... -INFO: Generating caps makefile/cmakefile snippet ... -INFO: Added 11 auto-generated caps to tests/build_fv3_15/FV3/ccpp/physics/CCPP_CAPS.mk and tests/build_fv3_15/FV3/ccpp/physics/CCPP_CAPS.cmake -INFO: CCPP prebuild step completed successfully. -+ source build_fv3_15/FV3/ccpp/physics/CCPP_SCHEMES.sh -++ export 'CCPP_SCHEMES=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/aer_cloud.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/aerclm_def.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/aerinterp.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/calpreciptype.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cldwat2m_micro.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cldmacro.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/date_def.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/funcphys.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gcycle.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/h2o_def.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/h2ointerp.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/iccn_def.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/iccninterp.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/iounitdef.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/machine.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mersenne_twister.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfpbl.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg_utils.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg2_0.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg3_0.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/multi_gases.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_model.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_parameters.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_radar.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_thompson.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MP_FER_HIRES.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_bl_mynn.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_mynn.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_orowam2017.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/namelist_soilveg.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfpblt.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfpbltq.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfscu.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfscuq.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/noahmp_tables.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/num_parthds.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozne_def.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozinterp.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/physcons.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/physparam.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radcons.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_aerosols.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_astronomy.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_clouds.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_gases.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_surface.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radlw_datatb.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radlw_param.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radsw_datatb.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radsw_param.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/samfaerosols.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfcsub.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sflx.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/set_soilveg.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/surface_perturbation.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_deep.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_sh.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/tridi.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/wv_saturation.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_soil_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rayleigh_damp.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radsw_main.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_ocean.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gwdc.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gscond.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ysuvdif.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_sice.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/samfdeepcnv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/satmedmfvdif.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozphys_2015.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/samfshalcnv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/precpd.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_fer_hires.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diag.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radlw_main.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_debug.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/satmedmfvdifq.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cs_conv.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/shinhongvdif.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/h2ophys.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_nst.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/moninedmf.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diff.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diag_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/m_micro.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gcm_shoc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gwdps.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/shalcnv.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/get_prs_fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozphys.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_stochastics.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/drag_suite.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_cice.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sascnvn.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cnvc90.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_drv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/dcyc2.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/moninshoc.f' -++ CCPP_SCHEMES='/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/aer_cloud.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/aerclm_def.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/aerinterp.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/calpreciptype.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cldwat2m_micro.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cldmacro.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/date_def.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/funcphys.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gcycle.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/h2o_def.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/h2ointerp.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/iccn_def.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/iccninterp.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/iounitdef.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/machine.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mersenne_twister.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfpbl.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg_utils.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg2_0.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg3_0.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/multi_gases.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_model.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_parameters.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_radar.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_thompson.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MP_FER_HIRES.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_bl_mynn.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_mynn.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_orowam2017.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/namelist_soilveg.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfpblt.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfpbltq.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfscu.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfscuq.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/noahmp_tables.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/num_parthds.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozne_def.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozinterp.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/physcons.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/physparam.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radcons.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_aerosols.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_astronomy.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_clouds.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_gases.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_surface.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radlw_datatb.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radlw_param.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radsw_datatb.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radsw_param.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/samfaerosols.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfcsub.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sflx.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/set_soilveg.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/surface_perturbation.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_deep.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_sh.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/tridi.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/wv_saturation.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_soil_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rayleigh_damp.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radsw_main.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_ocean.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gwdc.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gscond.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ysuvdif.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_sice.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/samfdeepcnv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/satmedmfvdif.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozphys_2015.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/samfshalcnv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/precpd.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_fer_hires.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diag.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radlw_main.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_debug.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/satmedmfvdifq.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cs_conv.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/shinhongvdif.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/h2ophys.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_nst.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/moninedmf.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diff.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diag_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/m_micro.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gcm_shoc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gwdps.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/shalcnv.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/get_prs_fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozphys.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_stochastics.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/drag_suite.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_cice.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sascnvn.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cnvc90.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_drv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/dcyc2.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/moninshoc.f' -+ source build_fv3_15/FV3/ccpp/physics/CCPP_CAPS.sh -++ export 'CCPP_CAPS=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_15/FV3/ccpp/physics/ccpp_FV3_GFS_2017_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_15/FV3/ccpp/physics/ccpp_FV3_GFS_2017_time_vary_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_15/FV3/ccpp/physics/ccpp_FV3_GFS_2017_radiation_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_15/FV3/ccpp/physics/ccpp_FV3_GFS_2017_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_15/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stochastics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_15/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_15/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_fast_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_15/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_time_vary_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_15/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_radiation_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_15/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_15/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_stochastics_cap.F90' -++ CCPP_CAPS='/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_15/FV3/ccpp/physics/ccpp_FV3_GFS_2017_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_15/FV3/ccpp/physics/ccpp_FV3_GFS_2017_time_vary_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_15/FV3/ccpp/physics/ccpp_FV3_GFS_2017_radiation_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_15/FV3/ccpp/physics/ccpp_FV3_GFS_2017_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_15/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stochastics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_15/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_15/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_fast_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_15/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_time_vary_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_15/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_radiation_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_15/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_15/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_stochastics_cap.F90' -+ source build_fv3_15/FV3/ccpp/physics/CCPP_STATIC_API.sh -++ export CCPP_STATIC_API=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_15/FV3/ccpp/physics/ccpp_static_api.F90 -++ CCPP_STATIC_API=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_15/FV3/ccpp/physics/ccpp_static_api.F90 -+ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_gfdlmp WW3=Y == *\N\A\M\_\p\h\y\s\=\Y* ]] -+ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_gfdlmp WW3=Y == *\W\W\3\=\Y* ]] -+ CCPP_CMAKE_FLAGS=' -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF -DWW3=Y' -++ trim ' -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF -DWW3=Y' -++ local 'var= -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF -DWW3=Y' -++ var='-DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF -DWW3=Y' -++ var='-DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF -DWW3=Y' -++ echo -n '-DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF -DWW3=Y' -+ CCPP_CMAKE_FLAGS='-DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF -DWW3=Y' -+ source /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc -++ __ms_function_name=setup__test_function__31284 -++ eval 'setup__test_function__31284() { /bin/true ; }' -+++ eval '__text="text" ; if [[ $__text =~ ^(t).* ]] ; then printf "%s" ${.sh.match[1]} ; fi' -+++ cat -++ __ms_ksh_test= -+++ eval 'if ( set | grep setup__test_function__31284 | grep -v name > /dev/null 2>&1 ) ; then echo t ; fi ' -+++ cat -++ __ms_bash_test=t -++ [[ ! -z '' ]] -++ [[ ! -z t ]] -++ __ms_shell=bash -++ [[ -d /lfs3 ]] -++ [[ -d /scratch1 ]] -++ [[ -d /gpfs/hps ]] -++ [[ -e /etc/SuSE-release ]] -++ [[ -d /dcom ]] -++ [[ -L /usrx ]] -+++ readlink /usrx -++ [[ /gpfs/dell1/usrx =~ dell ]] -++ eval module help -++ module purge -+++ /usrx/local/prod/lmod/lmod/libexec/lmod bash purge -++ eval unset 'ADVISOR_2018_DIR;' unset 'BACIO_LIB4;' unset 'BACIO_LIB8;' unset 'BACIO_SRC;' unset 'BACIO_VER;' unset 'BINARY_TYPE_HPC;' unset '__LMOD_REF_COUNT_CLASSPATH;' unset 'CLASSPATH;' unset 'CLCK_ROOT;' unset 'CMAKE_CXX_COMPILER;' unset 'CMAKE_C_COMPILER;' unset 'CMAKE_Fortran_COMPILER;' unset 'CMAKE_Platform;' unset 'COMP;' unset '__LMOD_REF_COUNT_CPATH;' unset 'CPATH;' unset '__LMOD_REF_COUNT_CPLUS_INCLUDE_PATH;' unset 'CPLUS_INCLUDE_PATH;' unset 'CRTM_FIX;' unset 'CRTM_INC;' unset 'CRTM_LIB;' unset 'CRTM_SRC;' unset 'CRTM_VER;' unset 'DAALROOT;' unset 'ECF_HOSTFILE;' unset 'ECF_PORT;' unset 'ECF_ROOT;' unset 'ESMFMKFILE;' unset 'G2TMPL_INC;' unset 'G2TMPL_LIB;' unset 'G2TMPL_SRC;' unset 'G2TMPL_VER;' unset 'G2_INC4;' unset 'G2_INCd;' unset 'G2_LIB4;' unset 'G2_LIBd;' unset 'G2_SRC;' unset 'G2_VER;' unset 'GDBSERVER_MIC;' unset 'GDB_CROSS;' unset 'HDF5;' unset 'HDF5_CFLAGS;' unset 'HDF5_CXXFLAGS;' unset 'HDF5_FFLAGS;' unset 'HDF5_INCLUDE;' unset 'HDF5_LDFLAGS;' unset 'HDF5_LDFLAGS_C;' unset 'HDF5_LDFLAGS_CXX;' unset 'HDF5_LDFLAGS_F;' unset '__LMOD_REF_COUNT_INFOPATH;' unset 'INFOPATH;' unset 'INSPECTOR_2018_DIR;' unset 'INTEL_LICENSE_FILE;' unset 'INTEL_PYTHONHOME;' unset 'IPPROOT;' unset 'IP_INC4;' unset 'IP_INC8;' unset 'IP_INCd;' unset 'IP_LIB4;' unset 'IP_LIB8;' unset 'IP_LIBd;' unset 'IP_SRC;' unset 'IP_VER;' unset 'I_MPI_CC;' unset 'I_MPI_CXX;' unset 'I_MPI_EXTRA_FILESYSTEM;' unset 'I_MPI_EXTRA_FILESYSTEM_LIST;' unset 'I_MPI_F77;' unset 'I_MPI_F90;' unset 'I_MPI_FC;' unset 'I_MPI_HYDRA_BOOTSTRAP;' unset 'I_MPI_HYDRA_IFACE;' unset 'I_MPI_LSF_USE_COLLECTIVE_LAUNCH;' unset 'I_MPI_ROOT;' unset 'JASPER_INC;' unset 'JASPER_LIB;' unset 'JASPER_LIBDIR;' unset 'JASPER_SRC;' unset 'JASPER_VER;' unset 'KMP_AFFINITY;' unset '__LMOD_REF_COUNT_LD_LIBRARY_PATH;' unset 'LD_LIBRARY_PATH;' unset '__LMOD_REF_COUNT_LIBRARY_PATH;' unset 'LIBRARY_PATH;' unset 'LIB_NAME;' unset 'LMOD_FAMILY_COMPILER;' unset 'LMOD_FAMILY_COMPILER_VERSION;' unset 'LMOD_FAMILY_CONMPILER;' unset 'LMOD_FAMILY_CONMPILER_VERSION;' unset 'LMOD_FAMILY_MPI;' unset 'LMOD_FAMILY_MPI_VERSION;' unset '__LMOD_REF_COUNT_LOADEDMODULES;' unset 'LOADEDMODULES;' unset 'LSF_BINDIR;' unset 'LSF_ENVDIR;' unset 'LSF_LIBDIR;' unset 'LSF_SERVERDIR;' '__LMOD_REF_COUNT_MANPATH="/usrx/local/prod/lmod/lmod/share/man:1";' export '__LMOD_REF_COUNT_MANPATH;' 'MANPATH="/usrx/local/prod/lmod/lmod/share/man::";' export 'MANPATH;' unset 'MKLROOT;' 'MODULEPATH="/usrx/local/dev/emc_rocoto/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod";' export 'MODULEPATH;' unset 'MPM_LAUNCHER;' unset 'NEMSIO_INC;' unset 'NEMSIO_LIB;' unset 'NEMSIO_SRC;' unset 'NEMSIO_VER;' unset 'NETCDF;' unset 'NETCDF_CFLAGS;' unset 'NETCDF_CXX4FLAGS;' unset 'NETCDF_CXXFLAGS;' unset 'NETCDF_FFLAGS;' unset 'NETCDF_INC;' unset 'NETCDF_INCLUDE;' unset 'NETCDF_LDFLAGS;' unset 'NETCDF_LDFLAGS_C;' unset 'NETCDF_LDFLAGS_CXX;' unset 'NETCDF_LDFLAGS_CXX4;' unset 'NETCDF_LDFLAGS_F;' unset 'NETCDF_LIB;' unset 'NETCDF_ROOT;' unset '__LMOD_REF_COUNT_NLSPATH;' unset 'NLSPATH;' '__LMOD_REF_COUNT_PATH="/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/usr/lpp/mmfs/bin:1;/opt/ibutils/bin:1;/opt/dell/srvadmin/bin:1;/u/Dusan.Jovic/bin:2;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/dbrowse:1;/u/Dusan.Jovic/.local/bin:1";' export '__LMOD_REF_COUNT_PATH;' 'PATH="/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/usr/lpp/mmfs/bin:/opt/ibutils/bin:/opt/dell/srvadmin/bin:/u/Dusan.Jovic/bin:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/dbrowse:/u/Dusan.Jovic/.local/bin";' export 'PATH;' unset 'PKG_CONFIG_PATH;' unset 'PNG_INC;' unset 'PNG_LIB;' unset 'PNG_LIB12;' unset 'PNG_LIBDIR;' unset 'PNG_LIBso;' unset 'PNG_SRC;' unset 'PNG_VER;' unset 'POST_INC;' unset 'POST_LIB;' unset 'POST_SRC;' unset 'POST_VER;' unset 'PSTLROOT;' unset 'PYTHONPATH;' unset '__LMOD_REF_COUNT_QT_PLUGIN_PATH;' unset 'QT_PLUGIN_PATH;' unset 'SP_LIB4;' unset 'SP_LIB8;' unset 'SP_LIBd;' unset 'SP_SRC;' unset 'SP_VER;' unset 'TBBROOT;' unset 'VT_ADD_LIBS;' unset 'VT_ARCH;' unset 'VT_LIB_DIR;' unset 'VT_MPI;' unset 'VT_ROOT;' unset 'VT_SLIB_DIR;' unset 'W3EMC_INC4;' unset 'W3EMC_INC8;' unset 'W3EMC_INCd;' unset 'W3EMC_LIB4;' unset 'W3EMC_LIB8;' unset 'W3EMC_LIBd;' unset 'W3EMC_SRC;' unset 'W3EMC_VER;' unset 'W3NCO_INC4;' unset 'W3NCO_INC8;' unset 'W3NCO_INCd;' unset 'W3NCO_LIB4;' unset 'W3NCO_LIB8;' unset 'W3NCO_LIBd;' unset 'W3NCO_SRC;' unset 'W3NCO_VER;' unset 'XLSF_UIDDIR;' unset 'Z_INC;' unset 'Z_LIB;' unset 'Z_SRC;' unset 'Z_VER;' unset '__LMOD_REF_COUNT__LMFILES_;' unset '_LMFILES_;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii91c3J4L2xvY2FsL2Rldi9lbWNfcm9jb3RvL21vZHVsZWZpbGVzIiwiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvRHVzYW4uSm92aWMvdWZzL3ByMTgvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvd2Nvc3NfZGVsbF9wMyIsIi91c3J4L2xvY2FsL2Rldi9tb2R1bGVmaWxlcyIsIi91c3J4L2xvY2FsL3Byb2QvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQiLCIvdXNyeC9sb2NhbC9w";' export '_ModuleTable001_;' '_ModuleTable002_="cm9kL21vZHVsZWZpbGVzL2RlZnMiLCIvZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb3JlX3Byb2QiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQ6L3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9kZWZzOi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsfQ==";' export '_ModuleTable002_;' '_ModuleTable_Sz_="2";' export '_ModuleTable_Sz_;' unset '_ModuleTable004_;' unset '_ModuleTable005_;' unset '_ModuleTable006_;' unset '_ModuleTable007_;' unset '_ModuleTable008_;' unset '_ModuleTable009_;' unset '_ModuleTable010_;' unset '_ModuleTable011_;' unset '_ModuleTable012_;' unset '_ModuleTable013_;' unset '_ModuleTable014_;' unset '_ModuleTable015_;' unset '_ModuleTable016_;' -+++ unset ADVISOR_2018_DIR -+++ unset BACIO_LIB4 -+++ unset BACIO_LIB8 -+++ unset BACIO_SRC -+++ unset BACIO_VER -+++ unset BINARY_TYPE_HPC -+++ unset __LMOD_REF_COUNT_CLASSPATH -+++ unset CLASSPATH -+++ unset CLCK_ROOT -+++ unset CMAKE_CXX_COMPILER -+++ unset CMAKE_C_COMPILER -+++ unset CMAKE_Fortran_COMPILER -+++ unset CMAKE_Platform -+++ unset COMP -+++ unset __LMOD_REF_COUNT_CPATH -+++ unset CPATH -+++ unset __LMOD_REF_COUNT_CPLUS_INCLUDE_PATH -+++ unset CPLUS_INCLUDE_PATH -+++ unset CRTM_FIX -+++ unset CRTM_INC -+++ unset CRTM_LIB -+++ unset CRTM_SRC -+++ unset CRTM_VER -+++ unset DAALROOT -+++ unset ECF_HOSTFILE -+++ unset ECF_PORT -+++ unset ECF_ROOT -+++ unset ESMFMKFILE -+++ unset G2TMPL_INC -+++ unset G2TMPL_LIB -+++ unset G2TMPL_SRC -+++ unset G2TMPL_VER -+++ unset G2_INC4 -+++ unset G2_INCd -+++ unset G2_LIB4 -+++ unset G2_LIBd -+++ unset G2_SRC -+++ unset G2_VER -+++ unset GDBSERVER_MIC -+++ unset GDB_CROSS -+++ unset HDF5 -+++ unset HDF5_CFLAGS -+++ unset HDF5_CXXFLAGS -+++ unset HDF5_FFLAGS -+++ unset HDF5_INCLUDE -+++ unset HDF5_LDFLAGS -+++ unset HDF5_LDFLAGS_C -+++ unset HDF5_LDFLAGS_CXX -+++ unset HDF5_LDFLAGS_F -+++ unset __LMOD_REF_COUNT_INFOPATH -+++ unset INFOPATH -+++ unset INSPECTOR_2018_DIR -+++ unset INTEL_LICENSE_FILE -+++ unset INTEL_PYTHONHOME -+++ unset IPPROOT -+++ unset IP_INC4 -+++ unset IP_INC8 -+++ unset IP_INCd -+++ unset IP_LIB4 -+++ unset IP_LIB8 -+++ unset IP_LIBd -+++ unset IP_SRC -+++ unset IP_VER -+++ unset I_MPI_CC -+++ unset I_MPI_CXX -+++ unset I_MPI_EXTRA_FILESYSTEM -+++ unset I_MPI_EXTRA_FILESYSTEM_LIST -+++ unset I_MPI_F77 -+++ unset I_MPI_F90 -+++ unset I_MPI_FC -+++ unset I_MPI_HYDRA_BOOTSTRAP -+++ unset I_MPI_HYDRA_IFACE -+++ unset I_MPI_LSF_USE_COLLECTIVE_LAUNCH -+++ unset I_MPI_ROOT -+++ unset JASPER_INC -+++ unset JASPER_LIB -+++ unset JASPER_LIBDIR -+++ unset JASPER_SRC -+++ unset JASPER_VER -+++ unset KMP_AFFINITY -+++ unset __LMOD_REF_COUNT_LD_LIBRARY_PATH -+++ unset LD_LIBRARY_PATH -+++ unset __LMOD_REF_COUNT_LIBRARY_PATH -+++ unset LIBRARY_PATH -+++ unset LIB_NAME -+++ unset LMOD_FAMILY_COMPILER -+++ unset LMOD_FAMILY_COMPILER_VERSION -+++ unset LMOD_FAMILY_CONMPILER -+++ unset LMOD_FAMILY_CONMPILER_VERSION -+++ unset LMOD_FAMILY_MPI -+++ unset LMOD_FAMILY_MPI_VERSION -+++ unset __LMOD_REF_COUNT_LOADEDMODULES -+++ unset LOADEDMODULES -+++ unset LSF_BINDIR -+++ unset LSF_ENVDIR -+++ unset LSF_LIBDIR -+++ unset LSF_SERVERDIR -+++ __LMOD_REF_COUNT_MANPATH=/usrx/local/prod/lmod/lmod/share/man:1 -+++ export __LMOD_REF_COUNT_MANPATH -+++ MANPATH=/usrx/local/prod/lmod/lmod/share/man:: -+++ export MANPATH -+++ unset MKLROOT -+++ MODULEPATH=/usrx/local/dev/emc_rocoto/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod -+++ export MODULEPATH -+++ unset MPM_LAUNCHER -+++ unset NEMSIO_INC -+++ unset NEMSIO_LIB -+++ unset NEMSIO_SRC -+++ unset NEMSIO_VER -+++ unset NETCDF -+++ unset NETCDF_CFLAGS -+++ unset NETCDF_CXX4FLAGS -+++ unset NETCDF_CXXFLAGS -+++ unset NETCDF_FFLAGS -+++ unset NETCDF_INC -+++ unset NETCDF_INCLUDE -+++ unset NETCDF_LDFLAGS -+++ unset NETCDF_LDFLAGS_C -+++ unset NETCDF_LDFLAGS_CXX -+++ unset NETCDF_LDFLAGS_CXX4 -+++ unset NETCDF_LDFLAGS_F -+++ unset NETCDF_LIB -+++ unset NETCDF_ROOT -+++ unset __LMOD_REF_COUNT_NLSPATH -+++ unset NLSPATH -+++ __LMOD_REF_COUNT_PATH='/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/usr/lpp/mmfs/bin:1;/opt/ibutils/bin:1;/opt/dell/srvadmin/bin:1;/u/Dusan.Jovic/bin:2;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/dbrowse:1;/u/Dusan.Jovic/.local/bin:1' -+++ export __LMOD_REF_COUNT_PATH -+++ PATH=/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/usr/lpp/mmfs/bin:/opt/ibutils/bin:/opt/dell/srvadmin/bin:/u/Dusan.Jovic/bin:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/dbrowse:/u/Dusan.Jovic/.local/bin -+++ export PATH -+++ unset PKG_CONFIG_PATH -+++ unset PNG_INC -+++ unset PNG_LIB -+++ unset PNG_LIB12 -+++ unset PNG_LIBDIR -+++ unset PNG_LIBso -+++ unset PNG_SRC -+++ unset PNG_VER -+++ unset POST_INC -+++ unset POST_LIB -+++ unset POST_SRC -+++ unset POST_VER -+++ unset PSTLROOT -+++ unset PYTHONPATH -+++ unset __LMOD_REF_COUNT_QT_PLUGIN_PATH -+++ unset QT_PLUGIN_PATH -+++ unset SP_LIB4 -+++ unset SP_LIB8 -+++ unset SP_LIBd -+++ unset SP_SRC -+++ unset SP_VER -+++ unset TBBROOT -+++ unset VT_ADD_LIBS -+++ unset VT_ARCH -+++ unset VT_LIB_DIR -+++ unset VT_MPI -+++ unset VT_ROOT -+++ unset VT_SLIB_DIR -+++ unset W3EMC_INC4 -+++ unset W3EMC_INC8 -+++ unset W3EMC_INCd -+++ unset W3EMC_LIB4 -+++ unset W3EMC_LIB8 -+++ unset W3EMC_LIBd -+++ unset W3EMC_SRC -+++ unset W3EMC_VER -+++ unset W3NCO_INC4 -+++ unset W3NCO_INC8 -+++ unset W3NCO_INCd -+++ unset W3NCO_LIB4 -+++ unset W3NCO_LIB8 -+++ unset W3NCO_LIBd -+++ unset W3NCO_SRC -+++ unset W3NCO_VER -+++ unset XLSF_UIDDIR -+++ unset Z_INC -+++ unset Z_LIB -+++ unset Z_SRC -+++ unset Z_VER -+++ unset __LMOD_REF_COUNT__LMFILES_ -+++ unset _LMFILES_ -+++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii91c3J4L2xvY2FsL2Rldi9lbWNfcm9jb3RvL21vZHVsZWZpbGVzIiwiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvRHVzYW4uSm92aWMvdWZzL3ByMTgvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvd2Nvc3NfZGVsbF9wMyIsIi91c3J4L2xvY2FsL2Rldi9tb2R1bGVmaWxlcyIsIi91c3J4L2xvY2FsL3Byb2QvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQiLCIvdXNyeC9sb2NhbC9w -+++ export _ModuleTable001_ -+++ _ModuleTable002_=cm9kL21vZHVsZWZpbGVzL2RlZnMiLCIvZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb3JlX3Byb2QiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQ6L3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9kZWZzOi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsfQ== -+++ export _ModuleTable002_ -+++ _ModuleTable_Sz_=2 -+++ export _ModuleTable_Sz_ -+++ unset _ModuleTable004_ -+++ unset _ModuleTable005_ -+++ unset _ModuleTable006_ -+++ unset _ModuleTable007_ -+++ unset _ModuleTable008_ -+++ unset _ModuleTable009_ -+++ unset _ModuleTable010_ -+++ unset _ModuleTable011_ -+++ unset _ModuleTable012_ -+++ unset _ModuleTable013_ -+++ unset _ModuleTable014_ -+++ unset _ModuleTable015_ -+++ unset _ModuleTable016_ -+++ : -s sh -++ eval -++ unset __ms_shell -++ unset __ms_ksh_test -++ unset __ms_bash_test -++ unset setup__test_function__31284 -++ unset __ms_function_name -+ [[ wcoss_dell_p3 == macosx.* ]] -+ [[ wcoss_dell_p3 == linux.* ]] -+ module use /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3 -++ /usrx/local/prod/lmod/lmod/libexec/lmod bash use /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3 -+ eval 'MODULEPATH="/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/dev/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod";' export 'MODULEPATH;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcjE4L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL3djb3NzX2RlbGxfcDMiLCIvdXNyeC9sb2NhbC9kZXYvZW1jX3JvY290by9tb2R1bGVmaWxlcyIsIi91c3J4L2xvY2FsL2Rldi9tb2R1bGVmaWxlcyIsIi91c3J4L2xvY2FsL3Byb2QvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQiLCIvdXNyeC9sb2NhbC9w";' export '_ModuleTable001_;' '_ModuleTable002_="cm9kL21vZHVsZWZpbGVzL2RlZnMiLCIvZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb3JlX3Byb2QiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQ6L3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9kZWZzOi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsfQ==";' export '_ModuleTable002_;' '_ModuleTable_Sz_="2";' export '_ModuleTable_Sz_;' -++ MODULEPATH=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/dev/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod -++ export MODULEPATH -++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcjE4L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL3djb3NzX2RlbGxfcDMiLCIvdXNyeC9sb2NhbC9kZXYvZW1jX3JvY290by9tb2R1bGVmaWxlcyIsIi91c3J4L2xvY2FsL2Rldi9tb2R1bGVmaWxlcyIsIi91c3J4L2xvY2FsL3Byb2QvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQiLCIvdXNyeC9sb2NhbC9w -++ export _ModuleTable001_ -++ _ModuleTable002_=cm9kL21vZHVsZWZpbGVzL2RlZnMiLCIvZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb3JlX3Byb2QiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQ6L3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9kZWZzOi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsfQ== -++ export _ModuleTable002_ -++ _ModuleTable_Sz_=2 -++ export _ModuleTable_Sz_ -++ : -s sh -+ eval -+ module load fv3 -++ /usrx/local/prod/lmod/lmod/libexec/lmod bash load fv3 -+ eval 'ADVISOR_2018_DIR="/usrx/local/prod/intel/2018UP01/advisor_2018";' export 'ADVISOR_2018_DIR;' 'BACIO_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libbacio_v2.0.3_4.a";' export 'BACIO_LIB4;' 'BACIO_LIB8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libbacio_v2.0.3_8.a";' export 'BACIO_LIB8;' 'BACIO_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/bacio_v2.0.3";' export 'BACIO_SRC;' 'BACIO_VER="v2.0.3";' export 'BACIO_VER;' 'BINARY_TYPE_HPC="";' export 'BINARY_TYPE_HPC;' '__LMOD_REF_COUNT_CLASSPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64/mpi.jar:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/daal.jar:1";' export '__LMOD_REF_COUNT_CLASSPATH;' 'CLASSPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64/mpi.jar:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/daal.jar";' export 'CLASSPATH;' 'CLCK_ROOT="/usrx/local/prod/intel/2018UP01/clck_latest";' export 'CLCK_ROOT;' 'CMAKE_CXX_COMPILER="mpiicpc";' export 'CMAKE_CXX_COMPILER;' 'CMAKE_C_COMPILER="mpiicc";' export 'CMAKE_C_COMPILER;' 'CMAKE_Fortran_COMPILER="mpiifort";' export 'CMAKE_Fortran_COMPILER;' 'CMAKE_Platform="wcoss_dell_p3";' export 'CMAKE_Platform;' 'COMP="ips";' export 'COMP;' '__LMOD_REF_COUNT_CPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/pstl/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/include:1";' export '__LMOD_REF_COUNT_CPATH;' 'CPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/pstl/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/include";' export 'CPATH;' '__LMOD_REF_COUNT_CPLUS_INCLUDE_PATH="/usrx/local/prod/intel/2018UP01/clck_latest/include:1";' export '__LMOD_REF_COUNT_CPLUS_INCLUDE_PATH;' 'CPLUS_INCLUDE_PATH="/usrx/local/prod/intel/2018UP01/clck_latest/include";' export 'CPLUS_INCLUDE_PATH;' 'CRTM_FIX="/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/fix";' export 'CRTM_FIX;' 'CRTM_INC="/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/ips/18.0.1/include/crtm_v2.2.6";' export 'CRTM_INC;' 'CRTM_LIB="/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/ips/18.0.1/libcrtm_v2.2.6.a";' export 'CRTM_LIB;' 'CRTM_SRC="/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/src";' export 'CRTM_SRC;' 'CRTM_VER="v2.2.6";' export 'CRTM_VER;' 'DAALROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal";' export 'DAALROOT;' 'ESMFMKFILE="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/lib/esmf.mk";' export 'ESMFMKFILE;' 'G2TMPL_INC="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/g2tmpl_v1.6.0";' export 'G2TMPL_INC;' 'G2TMPL_LIB="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2tmpl_v1.6.0.a";' export 'G2TMPL_LIB;' 'G2TMPL_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/g2tmpl_v1.6.0/src";' export 'G2TMPL_SRC;' 'G2TMPL_VER="v1.6.0";' export 'G2TMPL_VER;' 'G2_INC4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/g2_v3.1.1_4";' export 'G2_INC4;' 'G2_INCd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/g2_v3.1.1_d";' export 'G2_INCd;' 'G2_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2_v3.1.1_4.a";' export 'G2_LIB4;' 'G2_LIBd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2_v3.1.1_d.a";' export 'G2_LIBd;' 'G2_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/g2_v3.1.1";' export 'G2_SRC;' 'G2_VER="v3.1.1";' export 'G2_VER;' 'GDBSERVER_MIC="/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/targets/intel64/x200/bin/gdbserver";' export 'GDBSERVER_MIC;' 'GDB_CROSS="/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/bin/gdb-ia";' export 'GDB_CROSS;' 'HDF5="/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1";' export 'HDF5;' 'HDF5_CFLAGS="-I/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/include";' export 'HDF5_CFLAGS;' 'HDF5_CXXFLAGS="-I/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/include";' export 'HDF5_CXXFLAGS;' 'HDF5_FFLAGS="-I/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/include";' export 'HDF5_FFLAGS;' 'HDF5_INCLUDE="-I/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/include";' export 'HDF5_INCLUDE;' 'HDF5_LDFLAGS="-L/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib' -lhdf5_hl -lhdf5hl_fortran -lhdf5 '-lhdf5_fortran";' export 'HDF5_LDFLAGS;' 'HDF5_LDFLAGS_C="-L/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib' -lhdf5_hl '-lhdf5";' export 'HDF5_LDFLAGS_C;' 'HDF5_LDFLAGS_CXX="-L/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib' -lhdf5_hl -hdf5_hl_cpp -lhdf5 '-lhdf5_cpp";' export 'HDF5_LDFLAGS_CXX;' 'HDF5_LDFLAGS_F="-L/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib' -lhdf5_hl -lhdf5hl_fortran -lhdf5 '-lhdf5_fortran";' export 'HDF5_LDFLAGS_F;' '__LMOD_REF_COUNT_INFOPATH="/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/info:1;info_gdb_igfx:1";' export '__LMOD_REF_COUNT_INFOPATH;' 'INFOPATH="/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/info:info_gdb_igfx";' export 'INFOPATH;' 'INSPECTOR_2018_DIR="/usrx/local/prod/intel/2018UP01/inspector_2018";' export 'INSPECTOR_2018_DIR;' 'INTEL_LICENSE_FILE="/usrx/local/prod/intel/licenses";' export 'INTEL_LICENSE_FILE;' 'INTEL_PYTHONHOME="/usrx/local/prod/intel/2018UP01/debugger_2018/python/intel64";' export 'INTEL_PYTHONHOME;' 'IPPROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp";' export 'IPPROOT;' 'IP_INC4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ip_v3.0.2_4";' export 'IP_INC4;' 'IP_INC8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ip_v3.0.2_8";' export 'IP_INC8;' 'IP_INCd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ip_v3.0.2_d";' export 'IP_INCd;' 'IP_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libip_v3.0.2_4.a";' export 'IP_LIB4;' 'IP_LIB8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libip_v3.0.2_8.a";' export 'IP_LIB8;' 'IP_LIBd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libip_v3.0.2_d.a";' export 'IP_LIBd;' 'IP_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/ip_v3.0.2";' export 'IP_SRC;' 'IP_VER="v3.0.2";' export 'IP_VER;' 'I_MPI_CC="icc";' export 'I_MPI_CC;' 'I_MPI_CXX="icpc";' export 'I_MPI_CXX;' 'I_MPI_EXTRA_FILESYSTEM="yes";' export 'I_MPI_EXTRA_FILESYSTEM;' 'I_MPI_EXTRA_FILESYSTEM_LIST="gpfs";' export 'I_MPI_EXTRA_FILESYSTEM_LIST;' 'I_MPI_F77="ifort";' export 'I_MPI_F77;' 'I_MPI_F90="ifort";' export 'I_MPI_F90;' 'I_MPI_FC="ifort";' export 'I_MPI_FC;' 'I_MPI_HYDRA_BOOTSTRAP="lsf";' export 'I_MPI_HYDRA_BOOTSTRAP;' 'I_MPI_HYDRA_IFACE="ib0";' export 'I_MPI_HYDRA_IFACE;' 'I_MPI_LSF_USE_COLLECTIVE_LAUNCH="1";' export 'I_MPI_LSF_USE_COLLECTIVE_LAUNCH;' 'I_MPI_ROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi";' export 'I_MPI_ROOT;' 'JASPER_INC="/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/include";' export 'JASPER_INC;' 'JASPER_LIB="/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib/libjasper.a";' export 'JASPER_LIB;' 'JASPER_LIBDIR="/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib";' export 'JASPER_LIBDIR;' 'JASPER_SRC="/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/src/jasper-1.900.29";' export 'JASPER_SRC;' 'JASPER_VER="1.900.29";' export 'JASPER_VER;' 'KMP_AFFINITY="scatter";' export 'KMP_AFFINITY;' unset 'LAUNCH;' '__LMOD_REF_COUNT_LD_LIBRARY_PATH="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/lib:1;/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib:1;/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib:1;/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib:1;/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:1;/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib:1;/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib:1;/usrx/local/prod/intel/2018UP01/itac_latest/slib:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:1;/usrx/local/prod/intel/2018UP01/debugger_2018/iga/lib:1;/usrx/local/prod/intel/2018UP01/debugger_2018/libipt/intel64/lib:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4:1";' export '__LMOD_REF_COUNT_LD_LIBRARY_PATH;' 'LD_LIBRARY_PATH="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/lib:/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib:/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib:/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib:/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib:/usrx/local/prod/intel/2018UP01/itac_latest/slib:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:/usrx/local/prod/intel/2018UP01/debugger_2018/iga/lib:/usrx/local/prod/intel/2018UP01/debugger_2018/libipt/intel64/lib:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4";' export 'LD_LIBRARY_PATH;' '__LMOD_REF_COUNT_LIBRARY_PATH="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:1;/usrx/local/prod/intel/2018UP01/clck_latest/lib/intel64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4:1";' export '__LMOD_REF_COUNT_LIBRARY_PATH;' 'LIBRARY_PATH="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:/usrx/local/prod/intel/2018UP01/clck_latest/lib/intel64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4";' export 'LIBRARY_PATH;' 'LIB_NAME="POST";' export 'LIB_NAME;' 'LMOD_FAMILY_COMPILER="ips";' export 'LMOD_FAMILY_COMPILER;' 'LMOD_FAMILY_COMPILER_VERSION="18.0.1.163";' export 'LMOD_FAMILY_COMPILER_VERSION;' 'LMOD_FAMILY_CONMPILER="HDF5-serial";' export 'LMOD_FAMILY_CONMPILER;' 'LMOD_FAMILY_CONMPILER_VERSION="1.10.1";' export 'LMOD_FAMILY_CONMPILER_VERSION;' 'LMOD_FAMILY_MPI="impi";' export 'LMOD_FAMILY_MPI;' 'LMOD_FAMILY_MPI_VERSION="18.0.1";' export 'LMOD_FAMILY_MPI_VERSION;' '__LMOD_REF_COUNT_LOADEDMODULES="ips/18.0.1.163:1;impi/18.0.1:1;NetCDF/4.5.0:1;HDF5-serial/1.10.1:1;lsf/10.1:1;bacio/2.0.3:1;ip/3.0.2:1;sp/2.0.3:1;w3nco/2.0.7:1;w3emc/2.3.1:1;nemsio/2.2.4:1;g2/3.1.1:1;g2tmpl/1.6.0:1;crtm/2.2.6:1;jasper/1.900.29:1;libpng/1.2.59:1;zlib/1.2.11:1;post/8.0.1:1;esmf/8.0.0:1;cmake/3.10.0:1;fv3:1";' export '__LMOD_REF_COUNT_LOADEDMODULES;' 'LOADEDMODULES="ips/18.0.1.163:impi/18.0.1:NetCDF/4.5.0:HDF5-serial/1.10.1:lsf/10.1:bacio/2.0.3:ip/3.0.2:sp/2.0.3:w3nco/2.0.7:w3emc/2.3.1:nemsio/2.2.4:g2/3.1.1:g2tmpl/1.6.0:crtm/2.2.6:jasper/1.900.29:libpng/1.2.59:zlib/1.2.11:post/8.0.1:esmf/8.0.0:cmake/3.10.0:fv3";' export 'LOADEDMODULES;' 'LSF_BINDIR="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin";' export 'LSF_BINDIR;' 'LSF_ENVDIR="/gpfs/lsf/conf";' export 'LSF_ENVDIR;' 'LSF_LIBDIR="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib";' export 'LSF_LIBDIR;' 'LSF_SERVERDIR="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc";' export 'LSF_SERVERDIR;' '__LMOD_REF_COUNT_MANPATH="/usrx/local/dev/packages/cmake/3.10.0/share/man:1;/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/share/man:1;/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/share/man:1;/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/man:1;/gpfs/lsf/10.1/man:1;/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/share/man:1;/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/share/man:1;/usrx/local/prod/intel/2018UP01/itac_latest/man:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/man/common:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/man:1;/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/man:1;/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-igfx/man:1;/usrx/local/prod/lmod/lmod/share/man:1;/usrx/local/prod/intel/2018UP01/inspector_2018/man:1;/usrx/local/prod/intel/2018UP01/advisor_2018/man:1";' export '__LMOD_REF_COUNT_MANPATH;' 'MANPATH="/usrx/local/dev/packages/cmake/3.10.0/share/man:/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/share/man:/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/share/man:/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/man:/gpfs/lsf/10.1/man:/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/share/man:/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/share/man:/usrx/local/prod/intel/2018UP01/itac_latest/man:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/man/common:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/man:/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/man:/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-igfx/man:/usrx/local/prod/lmod/lmod/share/man::/usrx/local/prod/intel/2018UP01/inspector_2018/man:/usrx/local/prod/intel/2018UP01/advisor_2018/man";' export 'MANPATH;' 'MKLROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl";' export 'MKLROOT;' 'MODULEPATH="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/dev/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1:/usrx/local/prod/modulefiles/mpi_third/ips/18.0.1/impi/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/mpi_prod/ips/18.0.1/impi/18.0.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles";' export 'MODULEPATH;' 'MPM_LAUNCHER="/usrx/local/prod/intel/2018UP01/debugger_2018/mpm/mic/bin/start_mpm.sh";' export 'MPM_LAUNCHER;' 'NEMSIO_INC="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/nemsio_v2.2.4";' export 'NEMSIO_INC;' 'NEMSIO_LIB="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libnemsio_v2.2.4.a";' export 'NEMSIO_LIB;' 'NEMSIO_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/nemsio_v2.2.4";' export 'NEMSIO_SRC;' 'NEMSIO_VER="v2.2.4";' export 'NEMSIO_VER;' 'NETCDF="/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0";' export 'NETCDF;' 'NETCDF_CFLAGS="-I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include";' export 'NETCDF_CFLAGS;' 'NETCDF_CXX4FLAGS="-I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include";' export 'NETCDF_CXX4FLAGS;' 'NETCDF_CXXFLAGS="-I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include";' export 'NETCDF_CXXFLAGS;' 'NETCDF_FFLAGS="-I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include";' export 'NETCDF_FFLAGS;' 'NETCDF_INC="/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include";' export 'NETCDF_INC;' 'NETCDF_INCLUDE="-I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include";' export 'NETCDF_INCLUDE;' 'NETCDF_LDFLAGS="-L/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib' '-lnetcdff";' export 'NETCDF_LDFLAGS;' 'NETCDF_LDFLAGS_C="-L/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib' '-lnetcdf";' export 'NETCDF_LDFLAGS_C;' 'NETCDF_LDFLAGS_CXX="-L/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib' -lnetcdf '-lnetcdf_c++";' export 'NETCDF_LDFLAGS_CXX;' 'NETCDF_LDFLAGS_CXX4="-L/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib' -lnetcdf '-lnetcdf_c++4";' export 'NETCDF_LDFLAGS_CXX4;' 'NETCDF_LDFLAGS_F="-L/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib' '-lnetcdff";' export 'NETCDF_LDFLAGS_F;' 'NETCDF_LIB="/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib";' export 'NETCDF_LIB;' 'NETCDF_ROOT="/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0";' export 'NETCDF_ROOT;' '__LMOD_REF_COUNT_NLSPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin/locale/%l_%t/%N:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin/locale/%l_%t/%N:1;/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/share/locale/%l_%t/%N:1";' export '__LMOD_REF_COUNT_NLSPATH;' 'NLSPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin/locale/%l_%t/%N:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin/locale/%l_%t/%N::/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/share/locale/%l_%t/%N";' export 'NLSPATH;' '__LMOD_REF_COUNT_PATH="/usrx/local/dev/packages/cmake/3.10.0/bin:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/bin:1;/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/bin:1;/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/bin:1;/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc:1;/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin:1;/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1:1;/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/bin:1;/usrx/local/prod/intel/2018UP01/advisor_2018/bin64:1;/usrx/local/prod/intel/2018UP01/vtune_amplifier_2018/bin64:1;/usrx/local/prod/intel/2018UP01/inspector_2018/bin64:1;/usrx/local/prod/intel/2018UP01/itac_latest/bin:1;/usrx/local/prod/intel/2018UP01/clck_latest/bin/intel64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/bin/intel64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64:1;/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/targets/intel64/x200/bin:1;/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/bin:1;/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/usr/lpp/mmfs/bin:1;/opt/ibutils/bin:1;/opt/dell/srvadmin/bin:1;/u/Dusan.Jovic/bin:2;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/dbrowse:1;/u/Dusan.Jovic/.local/bin:1;/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/include:1";' export '__LMOD_REF_COUNT_PATH;' 'PATH="/usrx/local/dev/packages/cmake/3.10.0/bin:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/bin:/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/bin:/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/bin:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin:/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1:/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/bin:/usrx/local/prod/intel/2018UP01/advisor_2018/bin64:/usrx/local/prod/intel/2018UP01/vtune_amplifier_2018/bin64:/usrx/local/prod/intel/2018UP01/inspector_2018/bin64:/usrx/local/prod/intel/2018UP01/itac_latest/bin:/usrx/local/prod/intel/2018UP01/clck_latest/bin/intel64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/bin/intel64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64:/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/targets/intel64/x200/bin:/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/usr/lpp/mmfs/bin:/opt/ibutils/bin:/opt/dell/srvadmin/bin:/u/Dusan.Jovic/bin:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/dbrowse:/u/Dusan.Jovic/.local/bin:/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/include";' export 'PATH;' 'PKG_CONFIG_PATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/bin/pkgconfig";' export 'PKG_CONFIG_PATH;' 'PNG_INC="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/include";' export 'PNG_INC;' 'PNG_LIB="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng.a";' export 'PNG_LIB;' 'PNG_LIB12="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng12.a";' export 'PNG_LIB12;' 'PNG_LIBDIR="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib";' export 'PNG_LIBDIR;' 'PNG_LIBso="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng.so";' export 'PNG_LIBso;' 'PNG_SRC="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/src/libpng-1.2.59";' export 'PNG_SRC;' 'PNG_VER="1.2.59";' export 'PNG_VER;' 'POST_INC="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ncep_post_v8.0.1_4";' export 'POST_INC;' 'POST_LIB="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libncep_post_v8.0.1_4.a";' export 'POST_LIB;' 'POST_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/post_v8.0.1";' export 'POST_SRC;' 'POST_VER="v8.0.1";' export 'POST_VER;' 'PSTLROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/pstl";' export 'PSTLROOT;' 'PYTHONPATH="/usrx/local/prod/intel/2018UP01/advisor_2018/pythonapi";' export 'PYTHONPATH;' 'SP_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_4.a";' export 'SP_LIB4;' 'SP_LIB8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_8.a";' export 'SP_LIB8;' 'SP_LIBd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_d.a";' export 'SP_LIBd;' 'SP_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/sp_v2.0.3";' export 'SP_SRC;' 'SP_VER="v2.0.3";' export 'SP_VER;' 'TBBROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb";' export 'TBBROOT;' 'VT_ADD_LIBS="-ldwarf' -lelf -lvtunwind -lm '-lpthread";' export 'VT_ADD_LIBS;' 'VT_ARCH="intel64";' export 'VT_ARCH;' 'VT_LIB_DIR="/usrx/local/prod/intel/2018UP01/itac_latest/lib";' export 'VT_LIB_DIR;' 'VT_MPI="impi4";' export 'VT_MPI;' 'VT_ROOT="/usrx/local/prod/intel/2018UP01/itac_latest";' export 'VT_ROOT;' 'VT_SLIB_DIR="/usrx/local/prod/intel/2018UP01/itac_latest/slib";' export 'VT_SLIB_DIR;' 'W3EMC_INC4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3emc_v2.3.1_4";' export 'W3EMC_INC4;' 'W3EMC_INC8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3emc_v2.3.1_8";' export 'W3EMC_INC8;' 'W3EMC_INCd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3emc_v2.3.1_d";' export 'W3EMC_INCd;' 'W3EMC_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_4.a";' export 'W3EMC_LIB4;' 'W3EMC_LIB8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_8.a";' export 'W3EMC_LIB8;' 'W3EMC_LIBd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_d.a";' export 'W3EMC_LIBd;' 'W3EMC_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/w3emc_v2.3.1";' export 'W3EMC_SRC;' 'W3EMC_VER="v2.3.1";' export 'W3EMC_VER;' 'W3NCO_INC4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3nco_v2.0.7_4";' export 'W3NCO_INC4;' 'W3NCO_INC8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3nco_v2.0.7_8";' export 'W3NCO_INC8;' 'W3NCO_INCd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3nco_v2.0.7_d";' export 'W3NCO_INCd;' 'W3NCO_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_4.a";' export 'W3NCO_LIB4;' 'W3NCO_LIB8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_8.a";' export 'W3NCO_LIB8;' 'W3NCO_LIBd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_d.a";' export 'W3NCO_LIBd;' 'W3NCO_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/w3nco_v2.0.7";' export 'W3NCO_SRC;' 'W3NCO_VER="v2.0.7";' export 'W3NCO_VER;' 'XLSF_UIDDIR="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib/uid";' export 'XLSF_UIDDIR;' 'Z_INC="/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/include";' export 'Z_INC;' 'Z_LIB="/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib/libz.a";' export 'Z_LIB;' 'Z_SRC="/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/src";' export 'Z_SRC;' 'Z_VER="1.2.11";' export 'Z_VER;' '__LMOD_REF_COUNT__LMFILES_="/usrx/local/prod/modulefiles/core_third/ips/18.0.1.163:1;/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1/impi/18.0.1.lua:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/NetCDF/4.5.0:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/HDF5-serial/1.10.1:1;/usrx/local/prod/modulefiles/core_third/lsf/10.1:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/bacio/2.0.3:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/ip/3.0.2:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/sp/2.0.3:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3nco/2.0.7:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3emc/2.3.1:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/nemsio/2.2.4:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2/3.1.1:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2tmpl/1.6.0:1;/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/crtm/2.2.6:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/jasper/1.900.29:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/libpng/1.2.59:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/zlib/1.2.11:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/post/8.0.1:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/esmf/8.0.0:1;/usrx/local/dev/modulefiles/cmake/3.10.0:1;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3:1";' export '__LMOD_REF_COUNT__LMFILES_;' '_LMFILES_="/usrx/local/prod/modulefiles/core_third/ips/18.0.1.163:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1/impi/18.0.1.lua:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/NetCDF/4.5.0:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/HDF5-serial/1.10.1:/usrx/local/prod/modulefiles/core_third/lsf/10.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/bacio/2.0.3:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/ip/3.0.2:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/sp/2.0.3:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3nco/2.0.7:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3emc/2.3.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/nemsio/2.2.4:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2/3.1.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2tmpl/1.6.0:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/crtm/2.2.6:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/jasper/1.900.29:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/libpng/1.2.59:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/zlib/1.2.11:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/post/8.0.1:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/esmf/8.0.0:/usrx/local/dev/modulefiles/cmake/3.10.0:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3";' export '_LMFILES_;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImlwcyIsWyJjb25tcGlsZXIiXT0iSERGNS1zZXJpYWwiLFsibXBpIl09ImltcGkiLH0sbVQ9e1siSERGNS1zZXJpYWwiXT17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvSERGNS1zZXJpYWwvMS4xMC4xIixbImZ1bGxOYW1lIl09IkhERjUtc2VyaWFsLzEuMTAuMSIsWyJsb2FkT3JkZXIiXT00LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09IkhERjUtc2VyaWFs";' export '_ModuleTable001_;' '_ModuleTable002_="LzEuMTAuMSIsfSxOZXRDREY9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xL05ldENERi80LjUuMCIsWyJmdWxsTmFtZSJdPSJOZXRDREYvNC41LjAiLFsibG9hZE9yZGVyIl09Myxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJOZXRDREYvNC41LjAiLH0sYmFjaW89e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2JhY2lvLzIuMC4zIixbImZ1bGxOYW1lIl09ImJhY2lvLzIuMC4zIixbImxvYWRPcmRlciJdPTYscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNl";' export '_ModuleTable002_;' '_ModuleTable003_="ck5hbWUiXT0iYmFjaW8vMi4wLjMiLH0sY21ha2U9e1siZm4iXT0iL3VzcngvbG9jYWwvZGV2L21vZHVsZWZpbGVzL2NtYWtlLzMuMTAuMCIsWyJmdWxsTmFtZSJdPSJjbWFrZS8zLjEwLjAiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY21ha2UvMy4xMC4wIix9LGNydG09e1siZm4iXT0iL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfcHJvZC9pcHMvMTguMC4xL2NydG0vMi4yLjYiLFsiZnVsbE5hbWUiXT0iY3J0bS8yLjIuNiIsWyJsb2FkT3JkZXIiXT0xNCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1";' export '_ModuleTable003_;' '_ModuleTable004_="c2VyTmFtZSJdPSJjcnRtLzIuMi42Iix9LGVzbWY9e1siZm4iXT0iL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcjE4L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL3djb3NzX2RlbGxfcDMvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT0yMSxw";' export '_ModuleTable004_;' '_ModuleTable005_="cm9wVD17fSxbInN0YWNrRGVwdGgiXT0wLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZzI9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2cyLzMuMS4xIixbImZ1bGxOYW1lIl09ImcyLzMuMS4xIixbImxvYWRPcmRlciJdPTEyLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcyLzMuMS4xIix9LGcydG1wbD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzJ0bXBsLzEuNi4wIixbImZ1bGxOYW1lIl09ImcydG1wbC8xLjYuMCIsWyJsb2FkT3JkZXIiXT0xMyxwcm9wVD17fSxbInN0YWNr";' export '_ModuleTable005_;' '_ModuleTable006_="RGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMnRtcGwvMS42LjAiLH0saW1waT17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX21waS9pcHMvMTguMC4xL2ltcGkvMTguMC4xLmx1YSIsWyJmdWxsTmFtZSJdPSJpbXBpLzE4LjAuMSIsWyJsb2FkT3JkZXIiXT0yLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImltcGkvMTguMC4xIix9LGlwPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9pcC8zLjAuMiIsWyJmdWxsTmFtZSJdPSJpcC8zLjAuMiIsWyJsb2FkT3JkZXIiXT03LHByb3BUPXt9LFsic3Rh";' export '_ModuleTable006_;' '_ModuleTable007_="Y2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImlwLzMuMC4yIix9LGlwcz17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQvaXBzLzE4LjAuMS4xNjMiLFsiZnVsbE5hbWUiXT0iaXBzLzE4LjAuMS4xNjMiLFsibG9hZE9yZGVyIl09MSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJpcHMvMTguMC4xLjE2MyIsfSxqYXNwZXI9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xL2phc3Blci8xLjkwMC4yOSIsWyJmdWxsTmFtZSJdPSJqYXNwZXIvMS45MDAuMjkiLFsibG9hZE9yZGVyIl09";' export '_ModuleTable007_;' '_ModuleTable008_="MTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iamFzcGVyLzEuOTAwLjI5Iix9LGxpYnBuZz17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvbGlicG5nLzEuMi41OSIsWyJmdWxsTmFtZSJdPSJsaWJwbmcvMS4yLjU5IixbImxvYWRPcmRlciJdPTE2LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImxpYnBuZy8xLjIuNTkiLH0sbHNmPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZC9sc2YvMTAuMSIsWyJmdWxsTmFtZSJdPSJsc2YvMTAuMSIsWyJsb2Fk";' export '_ModuleTable008_;' '_ModuleTable009_="T3JkZXIiXT01LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImxzZi8xMC4xIix9LG5lbXNpbz17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvbmVtc2lvLzIuMi40IixbImZ1bGxOYW1lIl09Im5lbXNpby8yLjIuNCIsWyJsb2FkT3JkZXIiXT0xMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZW1zaW8vMi4yLjQiLH0scG9zdD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvcG9zdC84LjAuMSIsWyJmdWxsTmFtZSJdPSJwb3N0LzguMC4xIixbImxvYWRP";' export '_ModuleTable009_;' '_ModuleTable010_="cmRlciJdPTE4LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InBvc3QvOC4wLjEiLH0sc3A9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL3NwLzIuMC4zIixbImZ1bGxOYW1lIl09InNwLzIuMC4zIixbImxvYWRPcmRlciJdPTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ic3AvMi4wLjMiLH0sdzNlbWM9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL3czZW1jLzIuMy4xIixbImZ1bGxOYW1lIl09InczZW1jLzIuMy4xIixbImxvYWRPcmRlciJdPTEwLHBy";' export '_ModuleTable010_;' '_ModuleTable011_="b3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczZW1jLzIuMy4xIix9LHczbmNvPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy93M25jby8yLjAuNyIsWyJmdWxsTmFtZSJdPSJ3M25jby8yLjAuNyIsWyJsb2FkT3JkZXIiXT05LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHpsaWI9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xL3psaWIvMS4yLjExIixbImZ1bGxOYW1lIl09InpsaWIvMS4yLjExIixbImxvYWRPcmRl";' export '_ModuleTable011_;' '_ModuleTable012_="ciJdPTE3LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InpsaWIvMS4yLjExIix9LH0sbXBhdGhBPXsiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMiLCIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9EdXNhbi5Kb3ZpYy91ZnMvcHIxOC91ZnMtd2VhdGhlci1tb2RlbC9tb2R1bGVmaWxlcy93Y29zc19kZWxsX3AzIiwiL3VzcngvbG9jYWwvZGV2L2VtY19yb2NvdG8vbW9kdWxlZmlsZXMiLCIvdXNyeC9sb2NhbC9kZXYvbW9kdWxlZmlsZXMiLCIvdXNyeC9sb2NhbC9wcm9kL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlIiwiL3VzcngvbG9j";' export '_ModuleTable012_;' '_ModuleTable013_="YWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9kZWZzIiwiL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29yZV9wcm9kIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xIiwiL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfcHJvZC9pcHMvMTguMC4xIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl9tcGkvaXBzLzE4LjAuMSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvbXBpX3RoaXJkL2lwcy8xOC4wLjEvaW1waS8xOC4wLjEiLCIvZ3Bmcy9kZWxsMS9uY28vb3BzL253";' export '_ModuleTable013_;' '_ModuleTable014_="cHJvZC9tb2R1bGVmaWxlcy9tcGlfcHJvZC9pcHMvMTguMC4xL2ltcGkvMTguMC4xIiwiL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzIix9LFsic3lzdGVtQmFzZU1QQVRIIl09Ii91c3J4L2xvY2FsL3Byb2QvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmU6L3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkOi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvZGVmczovZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb3JlX3Byb2QiLH0=";' export '_ModuleTable014_;' '_ModuleTable_Sz_="14";' export '_ModuleTable_Sz_;' -++ ADVISOR_2018_DIR=/usrx/local/prod/intel/2018UP01/advisor_2018 -++ export ADVISOR_2018_DIR -++ BACIO_LIB4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libbacio_v2.0.3_4.a -++ export BACIO_LIB4 -++ BACIO_LIB8=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libbacio_v2.0.3_8.a -++ export BACIO_LIB8 -++ BACIO_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/bacio_v2.0.3 -++ export BACIO_SRC -++ BACIO_VER=v2.0.3 -++ export BACIO_VER -++ BINARY_TYPE_HPC= -++ export BINARY_TYPE_HPC -++ __LMOD_REF_COUNT_CLASSPATH='/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64/mpi.jar:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/daal.jar:1' -++ export __LMOD_REF_COUNT_CLASSPATH -++ CLASSPATH=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64/mpi.jar:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/daal.jar -++ export CLASSPATH -++ CLCK_ROOT=/usrx/local/prod/intel/2018UP01/clck_latest -++ export CLCK_ROOT -++ CMAKE_CXX_COMPILER=mpiicpc -++ export CMAKE_CXX_COMPILER -++ CMAKE_C_COMPILER=mpiicc -++ export CMAKE_C_COMPILER -++ CMAKE_Fortran_COMPILER=mpiifort -++ export CMAKE_Fortran_COMPILER -++ CMAKE_Platform=wcoss_dell_p3 -++ export CMAKE_Platform -++ COMP=ips -++ export COMP -++ __LMOD_REF_COUNT_CPATH='/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/pstl/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/include:1' -++ export __LMOD_REF_COUNT_CPATH -++ CPATH=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/pstl/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/include -++ export CPATH -++ __LMOD_REF_COUNT_CPLUS_INCLUDE_PATH=/usrx/local/prod/intel/2018UP01/clck_latest/include:1 -++ export __LMOD_REF_COUNT_CPLUS_INCLUDE_PATH -++ CPLUS_INCLUDE_PATH=/usrx/local/prod/intel/2018UP01/clck_latest/include -++ export CPLUS_INCLUDE_PATH -++ CRTM_FIX=/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/fix -++ export CRTM_FIX -++ CRTM_INC=/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/ips/18.0.1/include/crtm_v2.2.6 -++ export CRTM_INC -++ CRTM_LIB=/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/ips/18.0.1/libcrtm_v2.2.6.a -++ export CRTM_LIB -++ CRTM_SRC=/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/src -++ export CRTM_SRC -++ CRTM_VER=v2.2.6 -++ export CRTM_VER -++ DAALROOT=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal -++ export DAALROOT -++ ESMFMKFILE=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/lib/esmf.mk -++ export ESMFMKFILE -++ G2TMPL_INC=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/g2tmpl_v1.6.0 -++ export G2TMPL_INC -++ G2TMPL_LIB=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2tmpl_v1.6.0.a -++ export G2TMPL_LIB -++ G2TMPL_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/g2tmpl_v1.6.0/src -++ export G2TMPL_SRC -++ G2TMPL_VER=v1.6.0 -++ export G2TMPL_VER -++ G2_INC4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/g2_v3.1.1_4 -++ export G2_INC4 -++ G2_INCd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/g2_v3.1.1_d -++ export G2_INCd -++ G2_LIB4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2_v3.1.1_4.a -++ export G2_LIB4 -++ G2_LIBd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2_v3.1.1_d.a -++ export G2_LIBd -++ G2_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/g2_v3.1.1 -++ export G2_SRC -++ G2_VER=v3.1.1 -++ export G2_VER -++ GDBSERVER_MIC=/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/targets/intel64/x200/bin/gdbserver -++ export GDBSERVER_MIC -++ GDB_CROSS=/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/bin/gdb-ia -++ export GDB_CROSS -++ HDF5=/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1 -++ export HDF5 -++ HDF5_CFLAGS=-I/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/include -++ export HDF5_CFLAGS -++ HDF5_CXXFLAGS=-I/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/include -++ export HDF5_CXXFLAGS -++ HDF5_FFLAGS=-I/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/include -++ export HDF5_FFLAGS -++ HDF5_INCLUDE=-I/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/include -++ export HDF5_INCLUDE -++ HDF5_LDFLAGS='-L/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib -lhdf5_hl -lhdf5hl_fortran -lhdf5 -lhdf5_fortran' -++ export HDF5_LDFLAGS -++ HDF5_LDFLAGS_C='-L/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib -lhdf5_hl -lhdf5' -++ export HDF5_LDFLAGS_C -++ HDF5_LDFLAGS_CXX='-L/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib -lhdf5_hl -hdf5_hl_cpp -lhdf5 -lhdf5_cpp' -++ export HDF5_LDFLAGS_CXX -++ HDF5_LDFLAGS_F='-L/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib -lhdf5_hl -lhdf5hl_fortran -lhdf5 -lhdf5_fortran' -++ export HDF5_LDFLAGS_F -++ __LMOD_REF_COUNT_INFOPATH='/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/info:1;info_gdb_igfx:1' -++ export __LMOD_REF_COUNT_INFOPATH -++ INFOPATH=/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/info:info_gdb_igfx -++ export INFOPATH -++ INSPECTOR_2018_DIR=/usrx/local/prod/intel/2018UP01/inspector_2018 -++ export INSPECTOR_2018_DIR -++ INTEL_LICENSE_FILE=/usrx/local/prod/intel/licenses -++ export INTEL_LICENSE_FILE -++ INTEL_PYTHONHOME=/usrx/local/prod/intel/2018UP01/debugger_2018/python/intel64 -++ export INTEL_PYTHONHOME -++ IPPROOT=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp -++ export IPPROOT -++ IP_INC4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ip_v3.0.2_4 -++ export IP_INC4 -++ IP_INC8=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ip_v3.0.2_8 -++ export IP_INC8 -++ IP_INCd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ip_v3.0.2_d -++ export IP_INCd -++ IP_LIB4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libip_v3.0.2_4.a -++ export IP_LIB4 -++ IP_LIB8=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libip_v3.0.2_8.a -++ export IP_LIB8 -++ IP_LIBd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libip_v3.0.2_d.a -++ export IP_LIBd -++ IP_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/ip_v3.0.2 -++ export IP_SRC -++ IP_VER=v3.0.2 -++ export IP_VER -++ I_MPI_CC=icc -++ export I_MPI_CC -++ I_MPI_CXX=icpc -++ export I_MPI_CXX -++ I_MPI_EXTRA_FILESYSTEM=yes -++ export I_MPI_EXTRA_FILESYSTEM -++ I_MPI_EXTRA_FILESYSTEM_LIST=gpfs -++ export I_MPI_EXTRA_FILESYSTEM_LIST -++ I_MPI_F77=ifort -++ export I_MPI_F77 -++ I_MPI_F90=ifort -++ export I_MPI_F90 -++ I_MPI_FC=ifort -++ export I_MPI_FC -++ I_MPI_HYDRA_BOOTSTRAP=lsf -++ export I_MPI_HYDRA_BOOTSTRAP -++ I_MPI_HYDRA_IFACE=ib0 -++ export I_MPI_HYDRA_IFACE -++ I_MPI_LSF_USE_COLLECTIVE_LAUNCH=1 -++ export I_MPI_LSF_USE_COLLECTIVE_LAUNCH -++ I_MPI_ROOT=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi -++ export I_MPI_ROOT -++ JASPER_INC=/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/include -++ export JASPER_INC -++ JASPER_LIB=/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib/libjasper.a -++ export JASPER_LIB -++ JASPER_LIBDIR=/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib -++ export JASPER_LIBDIR -++ JASPER_SRC=/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/src/jasper-1.900.29 -++ export JASPER_SRC -++ JASPER_VER=1.900.29 -++ export JASPER_VER -++ KMP_AFFINITY=scatter -++ export KMP_AFFINITY -++ unset LAUNCH -++ __LMOD_REF_COUNT_LD_LIBRARY_PATH='/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/lib:1;/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib:1;/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib:1;/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib:1;/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:1;/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib:1;/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib:1;/usrx/local/prod/intel/2018UP01/itac_latest/slib:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:1;/usrx/local/prod/intel/2018UP01/debugger_2018/iga/lib:1;/usrx/local/prod/intel/2018UP01/debugger_2018/libipt/intel64/lib:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4:1' -++ export __LMOD_REF_COUNT_LD_LIBRARY_PATH -++ LD_LIBRARY_PATH=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/lib:/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib:/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib:/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib:/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib:/usrx/local/prod/intel/2018UP01/itac_latest/slib:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:/usrx/local/prod/intel/2018UP01/debugger_2018/iga/lib:/usrx/local/prod/intel/2018UP01/debugger_2018/libipt/intel64/lib:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4 -++ export LD_LIBRARY_PATH -++ __LMOD_REF_COUNT_LIBRARY_PATH='/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:1;/usrx/local/prod/intel/2018UP01/clck_latest/lib/intel64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4:1' -++ export __LMOD_REF_COUNT_LIBRARY_PATH -++ LIBRARY_PATH=/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:/usrx/local/prod/intel/2018UP01/clck_latest/lib/intel64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4 -++ export LIBRARY_PATH -++ LIB_NAME=POST -++ export LIB_NAME -++ LMOD_FAMILY_COMPILER=ips -++ export LMOD_FAMILY_COMPILER -++ LMOD_FAMILY_COMPILER_VERSION=18.0.1.163 -++ export LMOD_FAMILY_COMPILER_VERSION -++ LMOD_FAMILY_CONMPILER=HDF5-serial -++ export LMOD_FAMILY_CONMPILER -++ LMOD_FAMILY_CONMPILER_VERSION=1.10.1 -++ export LMOD_FAMILY_CONMPILER_VERSION -++ LMOD_FAMILY_MPI=impi -++ export LMOD_FAMILY_MPI -++ LMOD_FAMILY_MPI_VERSION=18.0.1 -++ export LMOD_FAMILY_MPI_VERSION -++ __LMOD_REF_COUNT_LOADEDMODULES='ips/18.0.1.163:1;impi/18.0.1:1;NetCDF/4.5.0:1;HDF5-serial/1.10.1:1;lsf/10.1:1;bacio/2.0.3:1;ip/3.0.2:1;sp/2.0.3:1;w3nco/2.0.7:1;w3emc/2.3.1:1;nemsio/2.2.4:1;g2/3.1.1:1;g2tmpl/1.6.0:1;crtm/2.2.6:1;jasper/1.900.29:1;libpng/1.2.59:1;zlib/1.2.11:1;post/8.0.1:1;esmf/8.0.0:1;cmake/3.10.0:1;fv3:1' -++ export __LMOD_REF_COUNT_LOADEDMODULES -++ LOADEDMODULES=ips/18.0.1.163:impi/18.0.1:NetCDF/4.5.0:HDF5-serial/1.10.1:lsf/10.1:bacio/2.0.3:ip/3.0.2:sp/2.0.3:w3nco/2.0.7:w3emc/2.3.1:nemsio/2.2.4:g2/3.1.1:g2tmpl/1.6.0:crtm/2.2.6:jasper/1.900.29:libpng/1.2.59:zlib/1.2.11:post/8.0.1:esmf/8.0.0:cmake/3.10.0:fv3 -++ export LOADEDMODULES -++ LSF_BINDIR=/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin -++ export LSF_BINDIR -++ LSF_ENVDIR=/gpfs/lsf/conf -++ export LSF_ENVDIR -++ LSF_LIBDIR=/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib -++ export LSF_LIBDIR -++ LSF_SERVERDIR=/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc -++ export LSF_SERVERDIR -++ __LMOD_REF_COUNT_MANPATH='/usrx/local/dev/packages/cmake/3.10.0/share/man:1;/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/share/man:1;/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/share/man:1;/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/man:1;/gpfs/lsf/10.1/man:1;/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/share/man:1;/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/share/man:1;/usrx/local/prod/intel/2018UP01/itac_latest/man:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/man/common:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/man:1;/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/man:1;/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-igfx/man:1;/usrx/local/prod/lmod/lmod/share/man:1;/usrx/local/prod/intel/2018UP01/inspector_2018/man:1;/usrx/local/prod/intel/2018UP01/advisor_2018/man:1' -++ export __LMOD_REF_COUNT_MANPATH -++ MANPATH=/usrx/local/dev/packages/cmake/3.10.0/share/man:/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/share/man:/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/share/man:/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/man:/gpfs/lsf/10.1/man:/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/share/man:/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/share/man:/usrx/local/prod/intel/2018UP01/itac_latest/man:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/man/common:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/man:/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/man:/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-igfx/man:/usrx/local/prod/lmod/lmod/share/man::/usrx/local/prod/intel/2018UP01/inspector_2018/man:/usrx/local/prod/intel/2018UP01/advisor_2018/man -++ export MANPATH -++ MKLROOT=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl -++ export MKLROOT -++ MODULEPATH=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/dev/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1:/usrx/local/prod/modulefiles/mpi_third/ips/18.0.1/impi/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/mpi_prod/ips/18.0.1/impi/18.0.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles -++ export MODULEPATH -++ MPM_LAUNCHER=/usrx/local/prod/intel/2018UP01/debugger_2018/mpm/mic/bin/start_mpm.sh -++ export MPM_LAUNCHER -++ NEMSIO_INC=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/nemsio_v2.2.4 -++ export NEMSIO_INC -++ NEMSIO_LIB=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libnemsio_v2.2.4.a -++ export NEMSIO_LIB -++ NEMSIO_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/nemsio_v2.2.4 -++ export NEMSIO_SRC -++ NEMSIO_VER=v2.2.4 -++ export NEMSIO_VER -++ NETCDF=/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0 -++ export NETCDF -++ NETCDF_CFLAGS=-I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -++ export NETCDF_CFLAGS -++ NETCDF_CXX4FLAGS=-I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -++ export NETCDF_CXX4FLAGS -++ NETCDF_CXXFLAGS=-I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -++ export NETCDF_CXXFLAGS -++ NETCDF_FFLAGS=-I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -++ export NETCDF_FFLAGS -++ NETCDF_INC=/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -++ export NETCDF_INC -++ NETCDF_INCLUDE=-I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -++ export NETCDF_INCLUDE -++ NETCDF_LDFLAGS='-L/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib -lnetcdff' -++ export NETCDF_LDFLAGS -++ NETCDF_LDFLAGS_C='-L/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib -lnetcdf' -++ export NETCDF_LDFLAGS_C -++ NETCDF_LDFLAGS_CXX='-L/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib -lnetcdf -lnetcdf_c++' -++ export NETCDF_LDFLAGS_CXX -++ NETCDF_LDFLAGS_CXX4='-L/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib -lnetcdf -lnetcdf_c++4' -++ export NETCDF_LDFLAGS_CXX4 -++ NETCDF_LDFLAGS_F='-L/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib -lnetcdff' -++ export NETCDF_LDFLAGS_F -++ NETCDF_LIB=/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib -++ export NETCDF_LIB -++ NETCDF_ROOT=/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0 -++ export NETCDF_ROOT -++ __LMOD_REF_COUNT_NLSPATH='/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin/locale/%l_%t/%N:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin/locale/%l_%t/%N:1;/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/share/locale/%l_%t/%N:1' -++ export __LMOD_REF_COUNT_NLSPATH -++ NLSPATH=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin/locale/%l_%t/%N:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin/locale/%l_%t/%N::/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/share/locale/%l_%t/%N -++ export NLSPATH -++ __LMOD_REF_COUNT_PATH='/usrx/local/dev/packages/cmake/3.10.0/bin:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/bin:1;/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/bin:1;/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/bin:1;/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc:1;/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin:1;/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1:1;/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/bin:1;/usrx/local/prod/intel/2018UP01/advisor_2018/bin64:1;/usrx/local/prod/intel/2018UP01/vtune_amplifier_2018/bin64:1;/usrx/local/prod/intel/2018UP01/inspector_2018/bin64:1;/usrx/local/prod/intel/2018UP01/itac_latest/bin:1;/usrx/local/prod/intel/2018UP01/clck_latest/bin/intel64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/bin/intel64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64:1;/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/targets/intel64/x200/bin:1;/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/bin:1;/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/usr/lpp/mmfs/bin:1;/opt/ibutils/bin:1;/opt/dell/srvadmin/bin:1;/u/Dusan.Jovic/bin:2;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/dbrowse:1;/u/Dusan.Jovic/.local/bin:1;/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/include:1' -++ export __LMOD_REF_COUNT_PATH -++ PATH=/usrx/local/dev/packages/cmake/3.10.0/bin:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/bin:/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/bin:/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/bin:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin:/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1:/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/bin:/usrx/local/prod/intel/2018UP01/advisor_2018/bin64:/usrx/local/prod/intel/2018UP01/vtune_amplifier_2018/bin64:/usrx/local/prod/intel/2018UP01/inspector_2018/bin64:/usrx/local/prod/intel/2018UP01/itac_latest/bin:/usrx/local/prod/intel/2018UP01/clck_latest/bin/intel64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/bin/intel64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64:/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/targets/intel64/x200/bin:/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/usr/lpp/mmfs/bin:/opt/ibutils/bin:/opt/dell/srvadmin/bin:/u/Dusan.Jovic/bin:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/dbrowse:/u/Dusan.Jovic/.local/bin:/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/include -++ export PATH -++ PKG_CONFIG_PATH=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/bin/pkgconfig -++ export PKG_CONFIG_PATH -++ PNG_INC=/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/include -++ export PNG_INC -++ PNG_LIB=/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng.a -++ export PNG_LIB -++ PNG_LIB12=/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng12.a -++ export PNG_LIB12 -++ PNG_LIBDIR=/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib -++ export PNG_LIBDIR -++ PNG_LIBso=/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng.so -++ export PNG_LIBso -++ PNG_SRC=/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/src/libpng-1.2.59 -++ export PNG_SRC -++ PNG_VER=1.2.59 -++ export PNG_VER -++ POST_INC=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ncep_post_v8.0.1_4 -++ export POST_INC -++ POST_LIB=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libncep_post_v8.0.1_4.a -++ export POST_LIB -++ POST_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/post_v8.0.1 -++ export POST_SRC -++ POST_VER=v8.0.1 -++ export POST_VER -++ PSTLROOT=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/pstl -++ export PSTLROOT -++ PYTHONPATH=/usrx/local/prod/intel/2018UP01/advisor_2018/pythonapi -++ export PYTHONPATH -++ SP_LIB4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_4.a -++ export SP_LIB4 -++ SP_LIB8=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_8.a -++ export SP_LIB8 -++ SP_LIBd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_d.a -++ export SP_LIBd -++ SP_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/sp_v2.0.3 -++ export SP_SRC -++ SP_VER=v2.0.3 -++ export SP_VER -++ TBBROOT=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb -++ export TBBROOT -++ VT_ADD_LIBS='-ldwarf -lelf -lvtunwind -lm -lpthread' -++ export VT_ADD_LIBS -++ VT_ARCH=intel64 -++ export VT_ARCH -++ VT_LIB_DIR=/usrx/local/prod/intel/2018UP01/itac_latest/lib -++ export VT_LIB_DIR -++ VT_MPI=impi4 -++ export VT_MPI -++ VT_ROOT=/usrx/local/prod/intel/2018UP01/itac_latest -++ export VT_ROOT -++ VT_SLIB_DIR=/usrx/local/prod/intel/2018UP01/itac_latest/slib -++ export VT_SLIB_DIR -++ W3EMC_INC4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3emc_v2.3.1_4 -++ export W3EMC_INC4 -++ W3EMC_INC8=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3emc_v2.3.1_8 -++ export W3EMC_INC8 -++ W3EMC_INCd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3emc_v2.3.1_d -++ export W3EMC_INCd -++ W3EMC_LIB4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_4.a -++ export W3EMC_LIB4 -++ W3EMC_LIB8=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_8.a -++ export W3EMC_LIB8 -++ W3EMC_LIBd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_d.a -++ export W3EMC_LIBd -++ W3EMC_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/w3emc_v2.3.1 -++ export W3EMC_SRC -++ W3EMC_VER=v2.3.1 -++ export W3EMC_VER -++ W3NCO_INC4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3nco_v2.0.7_4 -++ export W3NCO_INC4 -++ W3NCO_INC8=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3nco_v2.0.7_8 -++ export W3NCO_INC8 -++ W3NCO_INCd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3nco_v2.0.7_d -++ export W3NCO_INCd -++ W3NCO_LIB4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_4.a -++ export W3NCO_LIB4 -++ W3NCO_LIB8=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_8.a -++ export W3NCO_LIB8 -++ W3NCO_LIBd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_d.a -++ export W3NCO_LIBd -++ W3NCO_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/w3nco_v2.0.7 -++ export W3NCO_SRC -++ W3NCO_VER=v2.0.7 -++ export W3NCO_VER -++ XLSF_UIDDIR=/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib/uid -++ export XLSF_UIDDIR -++ Z_INC=/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/include -++ export Z_INC -++ Z_LIB=/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib/libz.a -++ export Z_LIB -++ Z_SRC=/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/src -++ export Z_SRC -++ Z_VER=1.2.11 -++ export Z_VER -++ __LMOD_REF_COUNT__LMFILES_='/usrx/local/prod/modulefiles/core_third/ips/18.0.1.163:1;/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1/impi/18.0.1.lua:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/NetCDF/4.5.0:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/HDF5-serial/1.10.1:1;/usrx/local/prod/modulefiles/core_third/lsf/10.1:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/bacio/2.0.3:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/ip/3.0.2:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/sp/2.0.3:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3nco/2.0.7:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3emc/2.3.1:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/nemsio/2.2.4:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2/3.1.1:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2tmpl/1.6.0:1;/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/crtm/2.2.6:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/jasper/1.900.29:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/libpng/1.2.59:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/zlib/1.2.11:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/post/8.0.1:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/esmf/8.0.0:1;/usrx/local/dev/modulefiles/cmake/3.10.0:1;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3:1' -++ export __LMOD_REF_COUNT__LMFILES_ -++ _LMFILES_=/usrx/local/prod/modulefiles/core_third/ips/18.0.1.163:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1/impi/18.0.1.lua:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/NetCDF/4.5.0:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/HDF5-serial/1.10.1:/usrx/local/prod/modulefiles/core_third/lsf/10.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/bacio/2.0.3:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/ip/3.0.2:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/sp/2.0.3:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3nco/2.0.7:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3emc/2.3.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/nemsio/2.2.4:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2/3.1.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2tmpl/1.6.0:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/crtm/2.2.6:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/jasper/1.900.29:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/libpng/1.2.59:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/zlib/1.2.11:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/post/8.0.1:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/esmf/8.0.0:/usrx/local/dev/modulefiles/cmake/3.10.0:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3 -++ export _LMFILES_ -++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImlwcyIsWyJjb25tcGlsZXIiXT0iSERGNS1zZXJpYWwiLFsibXBpIl09ImltcGkiLH0sbVQ9e1siSERGNS1zZXJpYWwiXT17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvSERGNS1zZXJpYWwvMS4xMC4xIixbImZ1bGxOYW1lIl09IkhERjUtc2VyaWFsLzEuMTAuMSIsWyJsb2FkT3JkZXIiXT00LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09IkhERjUtc2VyaWFs -++ export _ModuleTable001_ -++ _ModuleTable002_=LzEuMTAuMSIsfSxOZXRDREY9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xL05ldENERi80LjUuMCIsWyJmdWxsTmFtZSJdPSJOZXRDREYvNC41LjAiLFsibG9hZE9yZGVyIl09Myxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJOZXRDREYvNC41LjAiLH0sYmFjaW89e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2JhY2lvLzIuMC4zIixbImZ1bGxOYW1lIl09ImJhY2lvLzIuMC4zIixbImxvYWRPcmRlciJdPTYscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNl -++ export _ModuleTable002_ -++ _ModuleTable003_=ck5hbWUiXT0iYmFjaW8vMi4wLjMiLH0sY21ha2U9e1siZm4iXT0iL3VzcngvbG9jYWwvZGV2L21vZHVsZWZpbGVzL2NtYWtlLzMuMTAuMCIsWyJmdWxsTmFtZSJdPSJjbWFrZS8zLjEwLjAiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY21ha2UvMy4xMC4wIix9LGNydG09e1siZm4iXT0iL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfcHJvZC9pcHMvMTguMC4xL2NydG0vMi4yLjYiLFsiZnVsbE5hbWUiXT0iY3J0bS8yLjIuNiIsWyJsb2FkT3JkZXIiXT0xNCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1 -++ export _ModuleTable003_ -++ _ModuleTable004_=c2VyTmFtZSJdPSJjcnRtLzIuMi42Iix9LGVzbWY9e1siZm4iXT0iL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcjE4L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL3djb3NzX2RlbGxfcDMvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT0yMSxw -++ export _ModuleTable004_ -++ _ModuleTable005_=cm9wVD17fSxbInN0YWNrRGVwdGgiXT0wLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZzI9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2cyLzMuMS4xIixbImZ1bGxOYW1lIl09ImcyLzMuMS4xIixbImxvYWRPcmRlciJdPTEyLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcyLzMuMS4xIix9LGcydG1wbD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzJ0bXBsLzEuNi4wIixbImZ1bGxOYW1lIl09ImcydG1wbC8xLjYuMCIsWyJsb2FkT3JkZXIiXT0xMyxwcm9wVD17fSxbInN0YWNr -++ export _ModuleTable005_ -++ _ModuleTable006_=RGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMnRtcGwvMS42LjAiLH0saW1waT17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX21waS9pcHMvMTguMC4xL2ltcGkvMTguMC4xLmx1YSIsWyJmdWxsTmFtZSJdPSJpbXBpLzE4LjAuMSIsWyJsb2FkT3JkZXIiXT0yLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImltcGkvMTguMC4xIix9LGlwPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9pcC8zLjAuMiIsWyJmdWxsTmFtZSJdPSJpcC8zLjAuMiIsWyJsb2FkT3JkZXIiXT03LHByb3BUPXt9LFsic3Rh -++ export _ModuleTable006_ -++ _ModuleTable007_=Y2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImlwLzMuMC4yIix9LGlwcz17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQvaXBzLzE4LjAuMS4xNjMiLFsiZnVsbE5hbWUiXT0iaXBzLzE4LjAuMS4xNjMiLFsibG9hZE9yZGVyIl09MSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJpcHMvMTguMC4xLjE2MyIsfSxqYXNwZXI9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xL2phc3Blci8xLjkwMC4yOSIsWyJmdWxsTmFtZSJdPSJqYXNwZXIvMS45MDAuMjkiLFsibG9hZE9yZGVyIl09 -++ export _ModuleTable007_ -++ _ModuleTable008_=MTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iamFzcGVyLzEuOTAwLjI5Iix9LGxpYnBuZz17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvbGlicG5nLzEuMi41OSIsWyJmdWxsTmFtZSJdPSJsaWJwbmcvMS4yLjU5IixbImxvYWRPcmRlciJdPTE2LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImxpYnBuZy8xLjIuNTkiLH0sbHNmPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZC9sc2YvMTAuMSIsWyJmdWxsTmFtZSJdPSJsc2YvMTAuMSIsWyJsb2Fk -++ export _ModuleTable008_ -++ _ModuleTable009_=T3JkZXIiXT01LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImxzZi8xMC4xIix9LG5lbXNpbz17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvbmVtc2lvLzIuMi40IixbImZ1bGxOYW1lIl09Im5lbXNpby8yLjIuNCIsWyJsb2FkT3JkZXIiXT0xMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZW1zaW8vMi4yLjQiLH0scG9zdD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvcG9zdC84LjAuMSIsWyJmdWxsTmFtZSJdPSJwb3N0LzguMC4xIixbImxvYWRP -++ export _ModuleTable009_ -++ _ModuleTable010_=cmRlciJdPTE4LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InBvc3QvOC4wLjEiLH0sc3A9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL3NwLzIuMC4zIixbImZ1bGxOYW1lIl09InNwLzIuMC4zIixbImxvYWRPcmRlciJdPTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ic3AvMi4wLjMiLH0sdzNlbWM9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL3czZW1jLzIuMy4xIixbImZ1bGxOYW1lIl09InczZW1jLzIuMy4xIixbImxvYWRPcmRlciJdPTEwLHBy -++ export _ModuleTable010_ -++ _ModuleTable011_=b3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczZW1jLzIuMy4xIix9LHczbmNvPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy93M25jby8yLjAuNyIsWyJmdWxsTmFtZSJdPSJ3M25jby8yLjAuNyIsWyJsb2FkT3JkZXIiXT05LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHpsaWI9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xL3psaWIvMS4yLjExIixbImZ1bGxOYW1lIl09InpsaWIvMS4yLjExIixbImxvYWRPcmRl -++ export _ModuleTable011_ -++ _ModuleTable012_=ciJdPTE3LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InpsaWIvMS4yLjExIix9LH0sbXBhdGhBPXsiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMiLCIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9EdXNhbi5Kb3ZpYy91ZnMvcHIxOC91ZnMtd2VhdGhlci1tb2RlbC9tb2R1bGVmaWxlcy93Y29zc19kZWxsX3AzIiwiL3VzcngvbG9jYWwvZGV2L2VtY19yb2NvdG8vbW9kdWxlZmlsZXMiLCIvdXNyeC9sb2NhbC9kZXYvbW9kdWxlZmlsZXMiLCIvdXNyeC9sb2NhbC9wcm9kL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlIiwiL3VzcngvbG9j -++ export _ModuleTable012_ -++ _ModuleTable013_=YWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9kZWZzIiwiL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29yZV9wcm9kIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xIiwiL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfcHJvZC9pcHMvMTguMC4xIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl9tcGkvaXBzLzE4LjAuMSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvbXBpX3RoaXJkL2lwcy8xOC4wLjEvaW1waS8xOC4wLjEiLCIvZ3Bmcy9kZWxsMS9uY28vb3BzL253 -++ export _ModuleTable013_ -++ _ModuleTable014_=cHJvZC9tb2R1bGVmaWxlcy9tcGlfcHJvZC9pcHMvMTguMC4xL2ltcGkvMTguMC4xIiwiL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzIix9LFsic3lzdGVtQmFzZU1QQVRIIl09Ii91c3J4L2xvY2FsL3Byb2QvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmU6L3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkOi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvZGVmczovZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb3JlX3Byb2QiLH0= -++ export _ModuleTable014_ -++ _ModuleTable_Sz_=14 -++ export _ModuleTable_Sz_ -++ : -s sh -+ eval -+ module list -++ /usrx/local/prod/lmod/lmod/libexec/lmod bash list - -Currently Loaded Modules: - 1) ips/18.0.1.163 8) sp/2.0.3 15) jasper/1.900.29 - 2) impi/18.0.1 9) w3nco/2.0.7 16) libpng/1.2.59 - 3) NetCDF/4.5.0 10) w3emc/2.3.1 17) zlib/1.2.11 - 4) HDF5-serial/1.10.1 11) nemsio/2.2.4 18) post/8.0.1 - 5) lsf/10.1 12) g2/3.1.1 19) esmf/8.0.0 - 6) bacio/2.0.3 13) g2tmpl/1.6.0 20) cmake/3.10.0 - 7) ip/3.0.2 14) crtm/2.2.6 21) fv3 - - - -+ eval 'MODULEPATH="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/dev/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1:/usrx/local/prod/modulefiles/mpi_third/ips/18.0.1/impi/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/mpi_prod/ips/18.0.1/impi/18.0.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles";' export 'MODULEPATH;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImlwcyIsWyJjb25tcGlsZXIiXT0iSERGNS1zZXJpYWwiLFsibXBpIl09ImltcGkiLH0sbVQ9e1siSERGNS1zZXJpYWwiXT17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvSERGNS1zZXJpYWwvMS4xMC4xIixbImZ1bGxOYW1lIl09IkhERjUtc2VyaWFsLzEuMTAuMSIsWyJsb2FkT3JkZXIiXT00LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09IkhERjUtc2VyaWFs";' export '_ModuleTable001_;' '_ModuleTable002_="LzEuMTAuMSIsfSxOZXRDREY9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xL05ldENERi80LjUuMCIsWyJmdWxsTmFtZSJdPSJOZXRDREYvNC41LjAiLFsibG9hZE9yZGVyIl09Myxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJOZXRDREYvNC41LjAiLH0sYmFjaW89e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2JhY2lvLzIuMC4zIixbImZ1bGxOYW1lIl09ImJhY2lvLzIuMC4zIixbImxvYWRPcmRlciJdPTYscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNl";' export '_ModuleTable002_;' '_ModuleTable003_="ck5hbWUiXT0iYmFjaW8vMi4wLjMiLH0sY21ha2U9e1siZm4iXT0iL3VzcngvbG9jYWwvZGV2L21vZHVsZWZpbGVzL2NtYWtlLzMuMTAuMCIsWyJmdWxsTmFtZSJdPSJjbWFrZS8zLjEwLjAiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY21ha2UvMy4xMC4wIix9LGNydG09e1siZm4iXT0iL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfcHJvZC9pcHMvMTguMC4xL2NydG0vMi4yLjYiLFsiZnVsbE5hbWUiXT0iY3J0bS8yLjIuNiIsWyJsb2FkT3JkZXIiXT0xNCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1";' export '_ModuleTable003_;' '_ModuleTable004_="c2VyTmFtZSJdPSJjcnRtLzIuMi42Iix9LGVzbWY9e1siZm4iXT0iL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcjE4L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL3djb3NzX2RlbGxfcDMvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT0yMSxw";' export '_ModuleTable004_;' '_ModuleTable005_="cm9wVD17fSxbInN0YWNrRGVwdGgiXT0wLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZzI9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2cyLzMuMS4xIixbImZ1bGxOYW1lIl09ImcyLzMuMS4xIixbImxvYWRPcmRlciJdPTEyLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcyLzMuMS4xIix9LGcydG1wbD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzJ0bXBsLzEuNi4wIixbImZ1bGxOYW1lIl09ImcydG1wbC8xLjYuMCIsWyJsb2FkT3JkZXIiXT0xMyxwcm9wVD17fSxbInN0YWNr";' export '_ModuleTable005_;' '_ModuleTable006_="RGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMnRtcGwvMS42LjAiLH0saW1waT17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX21waS9pcHMvMTguMC4xL2ltcGkvMTguMC4xLmx1YSIsWyJmdWxsTmFtZSJdPSJpbXBpLzE4LjAuMSIsWyJsb2FkT3JkZXIiXT0yLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImltcGkvMTguMC4xIix9LGlwPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9pcC8zLjAuMiIsWyJmdWxsTmFtZSJdPSJpcC8zLjAuMiIsWyJsb2FkT3JkZXIiXT03LHByb3BUPXt9LFsic3Rh";' export '_ModuleTable006_;' '_ModuleTable007_="Y2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImlwLzMuMC4yIix9LGlwcz17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQvaXBzLzE4LjAuMS4xNjMiLFsiZnVsbE5hbWUiXT0iaXBzLzE4LjAuMS4xNjMiLFsibG9hZE9yZGVyIl09MSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJpcHMvMTguMC4xLjE2MyIsfSxqYXNwZXI9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xL2phc3Blci8xLjkwMC4yOSIsWyJmdWxsTmFtZSJdPSJqYXNwZXIvMS45MDAuMjkiLFsibG9hZE9yZGVyIl09";' export '_ModuleTable007_;' '_ModuleTable008_="MTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iamFzcGVyLzEuOTAwLjI5Iix9LGxpYnBuZz17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvbGlicG5nLzEuMi41OSIsWyJmdWxsTmFtZSJdPSJsaWJwbmcvMS4yLjU5IixbImxvYWRPcmRlciJdPTE2LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImxpYnBuZy8xLjIuNTkiLH0sbHNmPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZC9sc2YvMTAuMSIsWyJmdWxsTmFtZSJdPSJsc2YvMTAuMSIsWyJsb2Fk";' export '_ModuleTable008_;' '_ModuleTable009_="T3JkZXIiXT01LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImxzZi8xMC4xIix9LG5lbXNpbz17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvbmVtc2lvLzIuMi40IixbImZ1bGxOYW1lIl09Im5lbXNpby8yLjIuNCIsWyJsb2FkT3JkZXIiXT0xMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZW1zaW8vMi4yLjQiLH0scG9zdD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvcG9zdC84LjAuMSIsWyJmdWxsTmFtZSJdPSJwb3N0LzguMC4xIixbImxvYWRP";' export '_ModuleTable009_;' '_ModuleTable010_="cmRlciJdPTE4LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InBvc3QvOC4wLjEiLH0sc3A9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL3NwLzIuMC4zIixbImZ1bGxOYW1lIl09InNwLzIuMC4zIixbImxvYWRPcmRlciJdPTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ic3AvMi4wLjMiLH0sdzNlbWM9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL3czZW1jLzIuMy4xIixbImZ1bGxOYW1lIl09InczZW1jLzIuMy4xIixbImxvYWRPcmRlciJdPTEwLHBy";' export '_ModuleTable010_;' '_ModuleTable011_="b3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczZW1jLzIuMy4xIix9LHczbmNvPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy93M25jby8yLjAuNyIsWyJmdWxsTmFtZSJdPSJ3M25jby8yLjAuNyIsWyJsb2FkT3JkZXIiXT05LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHpsaWI9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xL3psaWIvMS4yLjExIixbImZ1bGxOYW1lIl09InpsaWIvMS4yLjExIixbImxvYWRPcmRl";' export '_ModuleTable011_;' '_ModuleTable012_="ciJdPTE3LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InpsaWIvMS4yLjExIix9LH0sbXBhdGhBPXsiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMiLCIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9EdXNhbi5Kb3ZpYy91ZnMvcHIxOC91ZnMtd2VhdGhlci1tb2RlbC9tb2R1bGVmaWxlcy93Y29zc19kZWxsX3AzIiwiL3VzcngvbG9jYWwvZGV2L2VtY19yb2NvdG8vbW9kdWxlZmlsZXMiLCIvdXNyeC9sb2NhbC9kZXYvbW9kdWxlZmlsZXMiLCIvdXNyeC9sb2NhbC9wcm9kL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlIiwiL3VzcngvbG9j";' export '_ModuleTable012_;' '_ModuleTable013_="YWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9kZWZzIiwiL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29yZV9wcm9kIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xIiwiL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfcHJvZC9pcHMvMTguMC4xIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl9tcGkvaXBzLzE4LjAuMSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvbXBpX3RoaXJkL2lwcy8xOC4wLjEvaW1waS8xOC4wLjEiLCIvZ3Bmcy9kZWxsMS9uY28vb3BzL253";' export '_ModuleTable013_;' '_ModuleTable014_="cHJvZC9tb2R1bGVmaWxlcy9tcGlfcHJvZC9pcHMvMTguMC4xL2ltcGkvMTguMC4xIiwiL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzIix9LFsic3lzdGVtQmFzZU1QQVRIIl09Ii91c3J4L2xvY2FsL3Byb2QvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmU6L3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkOi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvZGVmczovZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb3JlX3Byb2QiLH0=";' export '_ModuleTable014_;' '_ModuleTable_Sz_="14";' export '_ModuleTable_Sz_;' -++ MODULEPATH=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/dev/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1:/usrx/local/prod/modulefiles/mpi_third/ips/18.0.1/impi/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/mpi_prod/ips/18.0.1/impi/18.0.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles -++ export MODULEPATH -++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImlwcyIsWyJjb25tcGlsZXIiXT0iSERGNS1zZXJpYWwiLFsibXBpIl09ImltcGkiLH0sbVQ9e1siSERGNS1zZXJpYWwiXT17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvSERGNS1zZXJpYWwvMS4xMC4xIixbImZ1bGxOYW1lIl09IkhERjUtc2VyaWFsLzEuMTAuMSIsWyJsb2FkT3JkZXIiXT00LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09IkhERjUtc2VyaWFs -++ export _ModuleTable001_ -++ _ModuleTable002_=LzEuMTAuMSIsfSxOZXRDREY9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xL05ldENERi80LjUuMCIsWyJmdWxsTmFtZSJdPSJOZXRDREYvNC41LjAiLFsibG9hZE9yZGVyIl09Myxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJOZXRDREYvNC41LjAiLH0sYmFjaW89e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2JhY2lvLzIuMC4zIixbImZ1bGxOYW1lIl09ImJhY2lvLzIuMC4zIixbImxvYWRPcmRlciJdPTYscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNl -++ export _ModuleTable002_ -++ _ModuleTable003_=ck5hbWUiXT0iYmFjaW8vMi4wLjMiLH0sY21ha2U9e1siZm4iXT0iL3VzcngvbG9jYWwvZGV2L21vZHVsZWZpbGVzL2NtYWtlLzMuMTAuMCIsWyJmdWxsTmFtZSJdPSJjbWFrZS8zLjEwLjAiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY21ha2UvMy4xMC4wIix9LGNydG09e1siZm4iXT0iL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfcHJvZC9pcHMvMTguMC4xL2NydG0vMi4yLjYiLFsiZnVsbE5hbWUiXT0iY3J0bS8yLjIuNiIsWyJsb2FkT3JkZXIiXT0xNCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1 -++ export _ModuleTable003_ -++ _ModuleTable004_=c2VyTmFtZSJdPSJjcnRtLzIuMi42Iix9LGVzbWY9e1siZm4iXT0iL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcjE4L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL3djb3NzX2RlbGxfcDMvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT0yMSxw -++ export _ModuleTable004_ -++ _ModuleTable005_=cm9wVD17fSxbInN0YWNrRGVwdGgiXT0wLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZzI9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2cyLzMuMS4xIixbImZ1bGxOYW1lIl09ImcyLzMuMS4xIixbImxvYWRPcmRlciJdPTEyLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcyLzMuMS4xIix9LGcydG1wbD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzJ0bXBsLzEuNi4wIixbImZ1bGxOYW1lIl09ImcydG1wbC8xLjYuMCIsWyJsb2FkT3JkZXIiXT0xMyxwcm9wVD17fSxbInN0YWNr -++ export _ModuleTable005_ -++ _ModuleTable006_=RGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMnRtcGwvMS42LjAiLH0saW1waT17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX21waS9pcHMvMTguMC4xL2ltcGkvMTguMC4xLmx1YSIsWyJmdWxsTmFtZSJdPSJpbXBpLzE4LjAuMSIsWyJsb2FkT3JkZXIiXT0yLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImltcGkvMTguMC4xIix9LGlwPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9pcC8zLjAuMiIsWyJmdWxsTmFtZSJdPSJpcC8zLjAuMiIsWyJsb2FkT3JkZXIiXT03LHByb3BUPXt9LFsic3Rh -++ export _ModuleTable006_ -++ _ModuleTable007_=Y2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImlwLzMuMC4yIix9LGlwcz17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQvaXBzLzE4LjAuMS4xNjMiLFsiZnVsbE5hbWUiXT0iaXBzLzE4LjAuMS4xNjMiLFsibG9hZE9yZGVyIl09MSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJpcHMvMTguMC4xLjE2MyIsfSxqYXNwZXI9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xL2phc3Blci8xLjkwMC4yOSIsWyJmdWxsTmFtZSJdPSJqYXNwZXIvMS45MDAuMjkiLFsibG9hZE9yZGVyIl09 -++ export _ModuleTable007_ -++ _ModuleTable008_=MTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iamFzcGVyLzEuOTAwLjI5Iix9LGxpYnBuZz17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvbGlicG5nLzEuMi41OSIsWyJmdWxsTmFtZSJdPSJsaWJwbmcvMS4yLjU5IixbImxvYWRPcmRlciJdPTE2LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImxpYnBuZy8xLjIuNTkiLH0sbHNmPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZC9sc2YvMTAuMSIsWyJmdWxsTmFtZSJdPSJsc2YvMTAuMSIsWyJsb2Fk -++ export _ModuleTable008_ -++ _ModuleTable009_=T3JkZXIiXT01LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImxzZi8xMC4xIix9LG5lbXNpbz17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvbmVtc2lvLzIuMi40IixbImZ1bGxOYW1lIl09Im5lbXNpby8yLjIuNCIsWyJsb2FkT3JkZXIiXT0xMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZW1zaW8vMi4yLjQiLH0scG9zdD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvcG9zdC84LjAuMSIsWyJmdWxsTmFtZSJdPSJwb3N0LzguMC4xIixbImxvYWRP -++ export _ModuleTable009_ -++ _ModuleTable010_=cmRlciJdPTE4LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InBvc3QvOC4wLjEiLH0sc3A9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL3NwLzIuMC4zIixbImZ1bGxOYW1lIl09InNwLzIuMC4zIixbImxvYWRPcmRlciJdPTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ic3AvMi4wLjMiLH0sdzNlbWM9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL3czZW1jLzIuMy4xIixbImZ1bGxOYW1lIl09InczZW1jLzIuMy4xIixbImxvYWRPcmRlciJdPTEwLHBy -++ export _ModuleTable010_ -++ _ModuleTable011_=b3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczZW1jLzIuMy4xIix9LHczbmNvPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy93M25jby8yLjAuNyIsWyJmdWxsTmFtZSJdPSJ3M25jby8yLjAuNyIsWyJsb2FkT3JkZXIiXT05LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHpsaWI9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xL3psaWIvMS4yLjExIixbImZ1bGxOYW1lIl09InpsaWIvMS4yLjExIixbImxvYWRPcmRl -++ export _ModuleTable011_ -++ _ModuleTable012_=ciJdPTE3LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InpsaWIvMS4yLjExIix9LH0sbXBhdGhBPXsiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMiLCIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9EdXNhbi5Kb3ZpYy91ZnMvcHIxOC91ZnMtd2VhdGhlci1tb2RlbC9tb2R1bGVmaWxlcy93Y29zc19kZWxsX3AzIiwiL3VzcngvbG9jYWwvZGV2L2VtY19yb2NvdG8vbW9kdWxlZmlsZXMiLCIvdXNyeC9sb2NhbC9kZXYvbW9kdWxlZmlsZXMiLCIvdXNyeC9sb2NhbC9wcm9kL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlIiwiL3VzcngvbG9j -++ export _ModuleTable012_ -++ _ModuleTable013_=YWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9kZWZzIiwiL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29yZV9wcm9kIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xIiwiL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfcHJvZC9pcHMvMTguMC4xIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl9tcGkvaXBzLzE4LjAuMSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvbXBpX3RoaXJkL2lwcy8xOC4wLjEvaW1waS8xOC4wLjEiLCIvZ3Bmcy9kZWxsMS9uY28vb3BzL253 -++ export _ModuleTable013_ -++ _ModuleTable014_=cHJvZC9tb2R1bGVmaWxlcy9tcGlfcHJvZC9pcHMvMTguMC4xL2ltcGkvMTguMC4xIiwiL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzIix9LFsic3lzdGVtQmFzZU1QQVRIIl09Ii91c3J4L2xvY2FsL3Byb2QvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmU6L3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkOi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvZGVmczovZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb3JlX3Byb2QiLH0= -++ export _ModuleTable014_ -++ _ModuleTable_Sz_=14 -++ export _ModuleTable_Sz_ -++ : -s sh -+ eval -+ cd build_fv3_15 -+ cmake /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF -DWW3=Y --- The C compiler identification is Intel 18.0.1.20171018 --- The CXX compiler identification is Intel 18.0.1.20171018 --- The Fortran compiler identification is Intel 18.0.1.20171018 --- Check for working C compiler: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiicc --- Check for working C compiler: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiicc -- works --- Detecting C compiler ABI info --- Detecting C compiler ABI info - done --- Detecting C compile features --- Detecting C compile features - done --- Check for working CXX compiler: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiicpc --- Check for working CXX compiler: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiicpc -- works --- Detecting CXX compiler ABI info --- Detecting CXX compiler ABI info - done --- Detecting CXX compile features --- Detecting CXX compile features - done --- Check for working Fortran compiler: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort --- Check for working Fortran compiler: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -- works --- Detecting Fortran compiler ABI info --- Detecting Fortran compiler ABI info - done --- Checking whether /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort supports Fortran 90 --- Checking whether /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort supports Fortran 90 -- yes --- Found MPI_C: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiicc (found version "3.1") --- Found MPI_CXX: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiicpc (found version "3.1") --- Found MPI_Fortran: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort (found version "3.1") --- Found MPI: TRUE (found version "3.1") -ESMFMKFILE: /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/lib/esmf.mk - Found ESMF: -ESMF_VERSION_MAJOR: 8 -ESMF_F90COMPILEPATHS: /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include;/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -ESMF_F90ESMFLINKRPATHS: -Wl,-rpath,/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/lib -ESMF_F90ESMFLINKLIBS: -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf --- Found ESMF: /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include;/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include (found version "8.0.0") - -Setting configuration for wcoss_dell_p3 - -C compiler: Intel 18.0.1.20171018 (mpiicc) -CXX compiler: Intel 18.0.1.20171018 (mpiicpc) -Fortran compiler: Intel 18.0.1.20171018 (mpiifort) - -DEBUG is disabled -REPRO is disabled -32BIT is disabled -OPENMP is ENABLED -AVX2 is disabled -INLINE_POST is ENABLED - - -Selected physics package: gfs - --- Detecting OpenMP flags for Intel C compiler: -qopenmp --- Detecting OpenMP flags for Intel C++ compiler: -qopenmp --- Detecting OpenMP flags for Intel Fortran compiler: -qopenmp --- Enable OpenMP support for C/C++/Fortran compiler --- Disable SIONlib support --- Disable Intel MKL support --- Enable netCDF support --- Disable ESMF support --- Disable multi-gases physics --- Detecting OpenMP flags for Intel C compiler: -qopenmp --- Detecting OpenMP flags for Intel C++ compiler: -qopenmp --- Detecting OpenMP flags for Intel Fortran compiler: -qopenmp --- Enable OpenMP support for C/C++/Fortran compiler --- Found LibXml2: /usr/lib64/libxml2.so (found version "2.9.1") --- Found Doxygen: /usr/bin/doxygen (found version "1.8.5") found components: doxygen dot --- Detecting OpenMP flags for Intel C compiler: -qopenmp --- Detecting OpenMP flags for Intel C++ compiler: -qopenmp --- Detecting OpenMP flags for Intel Fortran compiler: -qopenmp --- Enable OpenMP support for C/C++/Fortran compiler -INFOGot CCPP_SCHEMES from environment variable: /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/aer_cloud.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/aerclm_def.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/aerinterp.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/calpreciptype.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cldwat2m_micro.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cldmacro.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/date_def.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/funcphys.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gcycle.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/h2o_def.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/h2ointerp.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/iccn_def.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/iccninterp.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/iounitdef.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/machine.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mersenne_twister.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfpbl.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg_utils.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg2_0.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg3_0.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/multi_gases.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_model.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_parameters.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_radar.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_thompson.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MP_FER_HIRES.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_bl_mynn.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_mynn.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_orowam2017.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/namelist_soilveg.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfpblt.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfpbltq.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfscu.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfscuq.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/noahmp_tables.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/num_parthds.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozne_def.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozinterp.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/physcons.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/physparam.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radcons.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_aerosols.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_astronomy.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_clouds.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_gases.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_surface.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radlw_datatb.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radlw_param.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radsw_datatb.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radsw_param.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/samfaerosols.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfcsub.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sflx.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/set_soilveg.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/surface_perturbation.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_deep.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_sh.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/tridi.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/wv_saturation.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_soil_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rayleigh_damp.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radsw_main.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_ocean.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gwdc.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gscond.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ysuvdif.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_sice.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/samfdeepcnv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/satmedmfvdif.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozphys_2015.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/samfshalcnv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/precpd.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_fer_hires.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diag.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radlw_main.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_debug.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/satmedmfvdifq.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cs_conv.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/shinhongvdif.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/h2ophys.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_nst.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/moninedmf.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diff.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diag_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/m_micro.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gcm_shoc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gwdps.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/shalcnv.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/get_prs_fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozphys.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_stochastics.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/drag_suite.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_cice.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sascnvn.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cnvc90.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_drv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/dcyc2.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/moninshoc.f -INFOGot CAPS from environment variable: /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_15/FV3/ccpp/physics/ccpp_FV3_GFS_2017_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_15/FV3/ccpp/physics/ccpp_FV3_GFS_2017_time_vary_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_15/FV3/ccpp/physics/ccpp_FV3_GFS_2017_radiation_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_15/FV3/ccpp/physics/ccpp_FV3_GFS_2017_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_15/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stochastics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_15/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_15/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_fast_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_15/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_time_vary_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_15/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_radiation_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_15/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_15/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_stochastics_cap.F90 -Force 64 bits in CCPP_layer -Build WW3: - run: /usr/bin/gmake WW3_PARCOMPN=4 WW3_COMP=wcoss_dell_p3 ww3_nems - in: /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model/esmf - --- Configuring done --- Generating done --- Build files have been written to: /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_15 -+ make -j 4 -Scanning dependencies of target ccpp -Scanning dependencies of target fv3cpl -[ 0%] Building Fortran object FV3/ccpp/framework/src/CMakeFiles/ccpp.dir/ccpp_errors.F90.o -Scanning dependencies of target ww3_nems -[ 0%] Building Fortran object FV3/cpl/CMakeFiles/fv3cpl.dir/module_cap_cpl.F90.o -[ 0%] Building Fortran object FV3/ccpp/framework/src/CMakeFiles/ccpp.dir/ccpp_types.F90.o -[ 1%] Building Fortran object FV3/ccpp/framework/src/CMakeFiles/ccpp.dir/ccpp.F90.o -Scanning dependencies of target fms -[ 1%] Building Fortran object CMakeFiles/fms.dir/FMS/platform/platform.F90.o -[ 1%] Building Fortran object FV3/ccpp/framework/src/CMakeFiles/ccpp.dir/ccpp_api.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 1%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_parameter.F90.o -[ 1%] Linking Fortran static library libccpp.a -[ 1%] Built target ccpp -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_core.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 2%] Building Fortran object FV3/cpl/CMakeFiles/fv3cpl.dir/module_cplfields.F90.o -[ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_input.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -Scanning dependencies of target ccppphys -[ 2%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/machine.F.o -[ 2%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mersenne_twister.f.o -[ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/cloud_interpolator.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 2%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFDL_parse_tracers.F90.o -[ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_io.F90.o -[ 3%] Linking Fortran static library libfv3cpl.a -[ 4%] Building Fortran object CMakeFiles/fms.dir/FMS/random_numbers/MersenneTwister.F90.o -[ 4%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_mp_radar.F90.o -[ 4%] Built target fv3cpl -[ 4%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/iounitdef.f.o -[ 4%] Building Fortran object CMakeFiles/fms.dir/FMS/sat_vapor_pres/sat_vapor_pres_k.F90.o -[ 4%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/namelist_soilveg.f.o -[ 4%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/namelist_soilveg_ruc.F90.o -[ 4%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_noahmp_glacier.f90.o -[ 4%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_noahmplsm.f90.o -[ 4%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/noahmp_tables.f90.o -[ 4%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_soil_pre.F90.o -[ 4%] Building Fortran object CMakeFiles/fms.dir/FMS/constants/constants.F90.o -[ 4%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_data.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 6%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp.F90.o -[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/physcons.F90.o -[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/aerclm_def.F.o -[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/physparam.f.o -[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/h2o_def.f.o -[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/iccn_def.F.o -[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/micro_mg_utils.F90.o -[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozne_def.f.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/surface_perturbation.F90.o -[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_deep.F90.o -[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_gfdl_cloud_microphys.F90.o -[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gfs_phy_tracer_config.F.o -[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radcons.f90.o -[ 7%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_efp.F90.o -[ 7%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_memutils.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/set_soilveg.f.o -[ 8%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_pset.F90.o -[ 8%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_type.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 8%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MP_FER_HIRES.F90.o -[ 8%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/gradient.F90.o -[ 8%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_domains.F90.o -[ 8%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_BL_MYJPBL.F90.o -[ 9%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/date_def.f.o -[ 9%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_mp_thompson.F90.o -[ 10%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gwdps.f.o -[ 11%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_SF_JSFC.F90.o -[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_ruclsm.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/set_soilveg_ruc.F90.o -[ 13%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_post.F90.o -[ 14%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cnvc90.f.o -[ 14%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_DCNV_generic.F90.o -[ 15%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_GWD_generic.F90.o -[ 15%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_MP_generic.F90.o -[ 16%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_PBL_generic.F90.o -[ 16%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_SCNV_generic.F90.o -[ 16%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_composites.F90.o -[ 17%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_loop_control.F90.o -[ 17%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/maximum_hourly_diagnostics.F90.o -[ 18%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozphys.f.o -[ 18%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rayleigh_damp.f.o -[ 19%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_diag_post.F90.o -[ 19%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_diff.f.o -[ 19%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_stochastics.F90.o -[ 19%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/__/__/gfsphysics/CCPP_layer/CCPP_typedefs.F90.o -[ 19%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/funcphys.f90.o -[ 20%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radlw_param.f.o -[ 20%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radsw_param.f.o -[ 21%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_nst_parameters.f90.o -[ 21%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_bl_mynn.F90.o -[ 21%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_initialize.F90.o -[ 21%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_astronomy.f.o -[ 21%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_surface.f.o -[ 21%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/samfaerosols.F.o -[ 22%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/aerinterp.F90.o -[ 22%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/h2ointerp.f90.o -[ 23%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/iccninterp.F90.o -[ 23%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozinterp.f90.o -[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_mp_thompson_make_number_concentrations.F90.o -[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/aer_cloud.F.o -[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_sh.F90.o -[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/get_prs_fv3.F90.o -[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_generic.F90.o -[ 24%] Built target ww3_nems -[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gfdl_fv_sat_adj.F90.o -[ 25%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gfdl_cloud_microphys.F90.o -[ 25%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/wv_saturation.F.o -[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/__/__/gfsphysics/GFS_layer/GFS_typedefs.F90.o -[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_nst_water_prop.f90.o -[ 27%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_module.F90.o -[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_bfmicrophysics.f.o -[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radsw_datatb.f.o -[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_aerosols.f.o -[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_gases.f.o -[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radlw_datatb.f.o -[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_mynn.F90.o -[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/moninedmf.f.o -[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_drv.f.o -[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/samfdeepcnv.f.o -[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/samfshalcnv.f.o -[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_diag.f.o -[ 30%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_sice.f.o -[ 30%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gscond.f.o -[ 30%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/precpd.f.o -[ 30%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_time_vary_pre.fv3.F90.o -[ 30%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_gfdlmp_fast_physics_cap.F90.o -[ 31%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_clouds.f.o -[ 31%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radlw_main.f.o -[ 32%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radsw_main.f.o -[ 32%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_nst_model.f90.o -[ 32%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cldmacro.F.o -[ 32%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cldwat2m_micro.F.o -[ 32%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/micro_mg2_0.F90.o -[ 32%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/micro_mg3_0.F90.o -[ 32%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_io.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 32%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_comm.F90.o -Compiling in MPI mode (with or without MPP) -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 32%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp.F90.o -[ 32%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_nst.f.o -[ 32%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_setup.F90.o -[ 32%] Building Fortran object CMakeFiles/fms.dir/FMS/memutils/memutils.F90.o -[ 33%] Building Fortran object CMakeFiles/fms.dir/FMS/fms/fms_io.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 34%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_post.F90.o -[ 34%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_suite_interstitial.F90.o -[ 35%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/dcyc2.f.o -[ 35%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_pre.F90.o -[ 36%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rrtmg_lw_post.F90.o -[ 36%] Building Fortran object CMakeFiles/fms.dir/FMS/fms/fms.F90.o -[ 36%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rrtmg_lw_pre.F90.o -[ 37%] Building Fortran object CMakeFiles/fms.dir/FMS/time_manager/time_manager.F90.o -[ 37%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bicubic.F90.o -[ 37%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bilinear.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 37%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rrtmg_sw_post.F90.o -[ 37%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rrtmg_sw_pre.F90.o -[ 38%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_conserve.F90.o -[ 38%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_spherical.F90.o -[ 38%] Building Fortran object CMakeFiles/fms.dir/FMS/axis_utils/axis_utils.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 38%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_stochastics_cap.F90.o -[ 39%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_grid.F90.o -[ 39%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_phys_time_vary.fv3.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 39%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_rad_time_vary.fv3.F90.o -[ 39%] Building Fortran object CMakeFiles/fms.dir/FMS/field_manager/field_manager.F90.o -[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/mosaic.F90.o -[ 40%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_gfdlmp_stochastics_cap.F90.o -[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/topography/gaussian_topog.F90.o -[ 40%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_physics_cap.F90.o -[ 40%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_radiation_cap.F90.o -[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/time_manager/get_cal_time.F90.o -[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp.F90.o -[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/time_interp/time_interp.F90.o -[ 41%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_gfdlmp_physics_cap.F90.o -[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_data.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/field_manager/fm_util.F90.o -[ 42%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_types.F90.o -[ 42%] Building Fortran object CMakeFiles/fms.dir/FMS/time_interp/time_interp_external.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 42%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_axis.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 42%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_gfdlmp_radiation_cap.F90.o -[ 42%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_manifest.F90.o -[ 42%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/xbt_drop_rate_adjust.f90.o -[ 42%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/write_ocean_data.F90.o -[ 42%] Building Fortran object CMakeFiles/fms.dir/FMS/data_override/data_override.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 42%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_output.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 42%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_util.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 43%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_time_vary_cap.F90.o -[ 43%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_gfdlmp_time_vary_cap.F90.o -[ 44%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_table.F90.o -[ 44%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_manager.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 44%] Building Fortran object CMakeFiles/fms.dir/FMS/exchange/stock_constants.F90.o -[ 44%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/coupler_types.F90.o -[ 45%] Building Fortran object CMakeFiles/fms.dir/FMS/amip_interp/amip_interp.F90.o -[ 45%] Building Fortran object CMakeFiles/fms.dir/FMS/astronomy/astronomy.F90.o -[ 45%] Building Fortran object CMakeFiles/fms.dir/FMS/block_control/block_control.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 46%] Building Fortran object CMakeFiles/fms.dir/FMS/column_diagnostics/column_diagnostics.F90.o -[ 46%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/atmos_ocean_fluxes.F90.o -[ 47%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/ensemble_manager.F90.o -[ 47%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters.F90.o -[ 47%] Building Fortran object CMakeFiles/fms.dir/FMS/exchange/xgrid.F90.o -Compiling in MPI mode (with or without MPP) -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 48%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft.F90.o -[ 48%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft99.F90.o -[ 49%] Building Fortran object CMakeFiles/fms.dir/FMS/interpolator/interpolator.F90.o -[ 49%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/grid.F90.o -[ 49%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_cap.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 50%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_gfdlmp_cap.F90.o -[ 50%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_debug.F90.o -[ 50%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_suite_init_finalize_test.F90.o -[ 50%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_utilities.F90.o -[ 50%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cs_conv.F90.o -[ 50%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core.F90.o -[ 50%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cs_conv_aw_adj.F90.o -[ 50%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core_ecda.F90.o -[ 50%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver.F90.o -[ 51%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver_post.F90.o -[ 51%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver_pre.F90.o -[ 51%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke.F90.o -[ 51%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke_post.F90.o -[ 51%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke_pre.F90.o -[ 51%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/drag_suite.F90.o -[ 51%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gcm_shoc.F90.o -[ 51%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gwdc.f.o -[ 51%] Building Fortran object CMakeFiles/fms.dir/FMS/random_numbers/random_numbers.F90.o -[ 51%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/h2ophys.f.o -[ 51%] Building Fortran object CMakeFiles/fms.dir/FMS/sat_vapor_pres/sat_vapor_pres.F90.o -[ 51%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/lsm_ruc_sfc_sice_interstitial.F90.o -[ 52%] Building Fortran object CMakeFiles/fms.dir/FMS/station_data/station_data.F90.o -[ 52%] Building Fortran object CMakeFiles/fms.dir/FMS/topography/topography.F90.o -[ 52%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/m_micro.F90.o -[ 52%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/m_micro_interstitial.F90.o -[ 52%] Building Fortran object CMakeFiles/fms.dir/FMS/tracer_manager/tracer_manager.F90.o -[ 53%] Building Fortran object CMakeFiles/fms.dir/FMS/tridiagonal/tridiagonal.F90.o -[ 53%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYJPBL_wrapper.F90.o -[ 53%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYJSFC_wrapper.F90.o -[ 54%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/quicksort.F90.o -[ 54%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNPBL_wrapper.F90.o -[ 54%] Building C object CMakeFiles/fms.dir/FMS/memutils/memuse.c.o -[ 55%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNSFC_wrapper.F90.o -[ 55%] Building C object CMakeFiles/fms.dir/FMS/mosaic/create_xgrid.c.o -[ 55%] Building C object CMakeFiles/fms.dir/FMS/mosaic/gradient_c2l.c.o -[ 55%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNrad_post.F90.o -[ 55%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNrad_pre.F90.o -[ 56%] Building C object CMakeFiles/fms.dir/FMS/mosaic/interp.c.o -[ 56%] Building C object CMakeFiles/fms.dir/FMS/mosaic/mosaic_util.c.o -[ 56%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/moninshoc.f.o -[ 57%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_fer_hires.F90.o -[ 57%] Building C object CMakeFiles/fms.dir/FMS/mosaic/read_mosaic.c.o -[ 57%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_thompson.F90.o -[ 57%] Building C object CMakeFiles/fms.dir/FMS/affinity/affinity.c.o -[ 57%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_thompson_post.F90.o -[ 58%] Building C object CMakeFiles/fms.dir/FMS/mpp/nsclock.c.o -[ 58%] Building C object CMakeFiles/fms.dir/FMS/mpp/threadloc.c.o -[ 58%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_thompson_pre.F90.o -[ 58%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/multi_gases.F90.o -[ 58%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozphys_2015.f.o -[ 58%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sascnvn.F.o -[ 58%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/satmedmfvdif.F.o -[ 59%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/satmedmfvdifq.F.o -[ 60%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_cice.f.o -[ 60%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_drv_ruc.F90.o -[ 60%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_noahmp_drv.f.o -[ 60%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_ocean.F.o -[ 61%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfcsub.F.o -[ 61%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/shalcnv.F.o -[ 61%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/shinhongvdif.F90.o -[ 61%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ugwp_driver_v0.F.o -[ 61%] Linking Fortran static library FMS/libfms.a -[ 61%] Built target fms -[ 62%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ysuvdif.F90.o -[ 62%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/calpreciptype.f90.o -[ 62%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gcycle.F90.o -[ 63%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gocart_tracer_config_stub.f.o -[ 64%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfpbl.f.o -[ 64%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_triggers.F90.o -[ 65%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_solvers.F90.o -[ 65%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_utils.F90.o -[ 65%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_orowam2017.f.o -[ 65%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_vert_lsatdis.F90.o -[ 66%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_vert_orodis.F90.o -[ 66%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_vert_wmsdis.F90.o -[ 66%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfpblt.f.o -[ 67%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfscu.f.o -[ 67%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfpbltq.f.o -[ 67%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfscuq.f.o -[ 68%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/num_parthds.F.o -[ 68%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sflx.f.o -[ 68%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/tridi.f.o -[ 68%] Linking Fortran static library libccppphys.a -[ 68%] Built target ccppphys -Scanning dependencies of target gfsphysics -[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/machine.F.o -[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/GFDL_parse_tracers.F90.o -[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/namelist_soilveg.f.o -[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mersenne_twister.f.o -[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/CCPP_layer/CCPP_typedefs.F90.o -[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/physparam.f.o -[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/physcons.F90.o -[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radsw_param.f.o -[ 70%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radlw_param.f.o -[ 70%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_typedefs.F90.o -[ 71%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_diagnostics.F90.o -[ 72%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_driver.F90.o -[ 72%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/CCPP_layer/CCPP_data.F90.o -[ 72%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_restart.F90.o -[ 72%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_abstraction_layer.F90.o -[ 72%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/__/ccpp/physics/ccpp_static_api.F90.o -[ 72%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/set_soilveg.f.o -[ 72%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/noahmp_tables.f90.o -[ 72%] Linking Fortran static library libgfsphysics.a -[ 72%] Built target gfsphysics -Scanning dependencies of target ipd -Scanning dependencies of target ccppdriver -[ 72%] Building Fortran object FV3/ipd/CMakeFiles/ipd.dir/IPD_typedefs.F90.o -[ 72%] Building Fortran object FV3/ccpp/driver/CMakeFiles/ccppdriver.dir/CCPP_driver.F90.o -[ 72%] Building Fortran object FV3/ipd/CMakeFiles/ipd.dir/IPD_driver.F90.o -[ 73%] Linking Fortran static library libccppdriver.a -[ 73%] Built target ccppdriver -[ 74%] Linking Fortran static library libipd.a -[ 74%] Built target ipd -Scanning dependencies of target io -[ 75%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_fv3_io_def.F90.o -[ 75%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_internal_state.F90.o -Scanning dependencies of target fv3core -[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_arrays.F90.o -[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/external_sst.F90.o -[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_fill.F90.o -[ 76%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_nemsio.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/sim_nc_mod.F90.o -[ 76%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_netcdf.F90.o -[ 76%] Building Fortran object FV3/io/CMakeFiles/io.dir/post_gfs.F90.o -[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/DYCORE_typedefs.F90.o -[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_mp_mod.F90.o -[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/sorted_index.F90.o -[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_timing.F90.o -[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_eta.F90.o -[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_sg.F90.o -[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/boundary.F90.o -[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_grid_utils.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 77%] Building Fortran object FV3/io/CMakeFiles/io.dir/FV3GFS_io.F90.o -[ 77%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_wrt_grid_comp.F90.o -[ 78%] Building Fortran object FV3/io/CMakeFiles/io.dir/ffsync.F90.o -[ 79%] Building Fortran object FV3/io/CMakeFiles/io.dir/post_nems_routines.F90.o -[ 79%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_mapz.F90.o -[ 79%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/a2b_edge.F90.o -[ 80%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_surf_map.F90.o -[ 80%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/tp_core.F90.o -[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_grid_tools.F90.o -[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/init_hydro.F90.o -[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_treat_da_inc.F90.o -[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/sw_core.F90.o -[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_iau_mod.F90.o -[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_diagnostics.F90.o -[ 82%] Linking Fortran static library libio.a -[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_io.F90.o -[ 82%] Built target io -[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/nh_utils.F90.o -[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/nh_core.F90.o -[ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/test_cases.F90.o -[ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_regional_bc.F90.o -[ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_nudge.F90.o -[ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/fv_nggps_diag.F90.o -[ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_tracer2d.F90.o -[ 85%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_update_phys.F90.o -[ 85%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/dyn_core.F90.o -[ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/external_ic.F90.o -[ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_restart.F90.o -[ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_nesting.F90.o -[ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_control.F90.o -[ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_dynamics.F90.o -[ 87%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/atmosphere.F90.o -[ 87%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/multi_gases.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 87%] Linking Fortran static library libfv3core.a -[ 87%] Built target fv3core -Scanning dependencies of target stochastic_physics -[ 87%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_resol_def.f.o -[ 87%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/update_ca.f90.o -[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/spectral_layout.F90.o -[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_gg_def.f.o -[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_layout_lag.f.o -[ 89%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/glats_stochy.f.o -[ 89%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_namelist_def.F90.o -[ 90%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/compns_stochy.F90.o -[ 90%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/setlats_lag_stochy.f.o -[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/epslon_stochy.f.o -[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/get_lats_node_a_stochy.f.o -[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/get_ls_node_stochy.f.o -[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/gozrineo_stochy.f.o -[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/pln2eo_stochy.f.o -[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/setlats_a_stochy.f.o -[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_internal_state_mod.F90.o -[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/dozeuv_stochy.f.o -[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/dezouv_stochy.f.o -[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/four_to_grid_stochy.F.o -[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_patterngenerator.F90.o -[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/sumfln_stochy.f.o -[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/getcon_lag_stochy.f.o -[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/getcon_spectral.F90.o -[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/initialize_spectral_mod.F90.o -[ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_data_mod.F90.o -[ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/get_stochy_pattern.F90.o -[ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochastic_physics.F90.o -[ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/cellular_automata.f90.o -[ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/plumes.f90.o -[ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/num_parthds_stochy.f.o -[ 95%] Linking Fortran static library libstochastic_physics.a -[ 95%] Built target stochastic_physics -Scanning dependencies of target fv3cap -[ 95%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/module_fv3_config.F90.o -[ 95%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/atmos_model.F90.o -[ 95%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/module_fcst_grid_comp.F90.o -[ 96%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/fv3_cap.F90.o -[ 96%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/time_utils.F90.o -[ 97%] Linking Fortran static library libfv3cap.a -[ 97%] Built target fv3cap -Scanning dependencies of target NEMS.exe -[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_EARTH_INTERNAL_STATE.F90.o -[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_MEDIATOR_SpaceWeather.F90.o -[ 98%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_MEDIATOR_methods.F90.o -[ 98%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/ENS_Cpl/ENS_CplComp_ESMFMod_STUB.F90.o -[ 98%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_UTILS.F90.o -[ 99%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_INTERNAL_STATE.F90.o -[ 99%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_Rusage.F90.o -[100%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_MEDIATOR.F90.o -[100%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_EARTH_GRID_COMP.F90.o -[100%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_GRID_COMP.F90.o -[100%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/MAIN_NEMS.F90.o -[100%] Building C object CMakeFiles/NEMS.exe.dir/NEMS/src/nems_c_rusage.c.o -[100%] Linking Fortran executable NEMS.exe -/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib/libjasper.a(jas_stream.o): In function `jas_stream_tmpfile': -/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/src/jasper-1.900.29/src/libjasper/base/jas_stream.c:520: warning: the use of `tmpnam' is dangerous, better use `mkstemp' -[100%] Built target NEMS.exe -+ mv NEMS.exe ../fv3_15.exe -+ cp /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3 ../modules.fv3_15 -+ cd .. -+ '[' YES = YES ']' -+ rm -rf build_fv3_15 -+ elapsed=652 -+ echo 'Elapsed time 652 seconds. Compiling CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_gfdlmp WW3=Y finished' -Elapsed time 652 seconds. Compiling CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_gfdlmp WW3=Y finished -+ SECONDS=0 -+++ readlink -f /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/compile_cmake.sh -++ dirname /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/compile_cmake.sh -+ readonly MYDIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests -+ MYDIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests -+ readonly ARGC=4 -+ ARGC=4 -+ cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests -+ [[ 4 -eq 0 ]] -+ [[ 4 -lt 2 ]] -+ PATHTR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model -+ MACHINE_ID=wcoss_dell_p3 -+ MAKE_OPT='CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y' -+ BUILD_NAME=fv3_16 -+ clean_before=YES -+ clean_after=YES -+ BUILD_DIR=build_fv3_16 -+ [[ wcoss_dell_p3 == cheyenne.* ]] -+ [[ wcoss_dell_p3 == wcoss_dell_p3 ]] -+ MAKE_THREADS=4 -+ MAKE_THREADS=4 -+ hostname -m72a3 -+ cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests -+ echo 'Compiling CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y into fv3_16.exe on wcoss_dell_p3' -Compiling CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y into fv3_16.exe on wcoss_dell_p3 -+ '[' YES = YES ']' -+ rm -rf build_fv3_16 -+ mkdir -p build_fv3_16 -+ CCPP_CMAKE_FLAGS= -+ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y == *\D\E\B\U\G\=\Y* ]] -+ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y == *\R\E\P\R\O\=\Y* ]] -+ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y == *\3\2\B\I\T\=\Y* ]] -+ CCPP_CMAKE_FLAGS=' -D32BIT=Y' -+ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y == *\O\P\E\N\M\P\=\N* ]] -+ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y == *\C\C\P\P\=\Y* ]] -+ CCPP_CMAKE_FLAGS=' -D32BIT=Y -DCCPP=ON -DMPI=ON' -+ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y == *\D\E\B\U\G\=\Y* ]] -+ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y == *\R\E\P\R\O\=\Y* ]] -+ CCPP_CMAKE_FLAGS=' -D32BIT=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release' -+ [[ wcoss_dell_p3 == \j\e\t\.\i\n\t\e\l ]] -+ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y == *\3\2\B\I\T\=\Y* ]] -+ CCPP_CMAKE_FLAGS=' -D32BIT=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=ON' -+ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y == *\S\T\A\T\I\C\=\Y* ]] -+ CCPP_CMAKE_FLAGS=' -D32BIT=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=ON -DSTATIC=ON' -+ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y == *\M\U\L\T\I\_\G\A\S\E\S\=\Y* ]] -+ CCPP_CMAKE_FLAGS=' -D32BIT=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=ON -DSTATIC=ON -DMULTI_GASES=OFF' -++ echo CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y -++ sed 's/.* SUITES=//' -++ sed 's/ .*//' -+ SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched -+ cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model -+ ./FV3/ccpp/framework/scripts/ccpp_prebuild.py --config=FV3/ccpp/config/ccpp_prebuild_config.py --static --suites=FV3_GFS_2017,FV3_GFS_2017_stretched --builddir=tests/build_fv3_16/FV3 -INFO: Logging level set to INFO -INFO: Found TYPEDEFS_NEW_METADATA dictionary in config, assume at least some data is in new metadata formet -INFO: Parsing suite definition files ... -INFO: Parsing suite definition file FV3/ccpp/suites/suite_FV3_GFS_2017.xml ... -INFO: Parsing suite definition file FV3/ccpp/suites/suite_FV3_GFS_2017_stretched.xml ... -INFO: Parsing metadata tables for variables provided by host model ... -INFO: Parsed variable definition tables in module machine -INFO: Parsed variable definition tables in module module_radsw_parameters -INFO: Parsed variable definition tables in module module_radlw_parameters -INFO: Parsed variable definition tables in module CCPP_typedefs -INFO: Parsed variable definition tables in module GFS_typedefs -INFO: Parsed variable definition tables in module CCPP_data -INFO: Parsed variable definition tables in module ccpp_types -INFO: Convert local names from new metadata format into old metadata format ... -INFO: Converting local name sfcflw of variable lw_fluxes_sfc from new to old metadata -INFO: Converting local name nslwr of variable number_of_timesteps_between_longwave_radiation_calls from new to old metadata -INFO: Converting local name hydrostatic of variable flag_for_hydrostatic_solver from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_of_kinematic_buoyancy_flux_from_shoc_in_phy_f3d) of variable kinematic_buoyancy_flux_from_shoc from new to old metadata -INFO: Converting local name nkbfshoc of variable index_of_kinematic_buoyancy_flux_from_shoc_in_phy_f3d from new to old metadata -INFO: Converting local name dvisbm_cpl of variable cumulative_surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name cnvw of variable convective_cloud_water_mixing_ratio from new to old metadata -INFO: Converting local name ltaerosol of variable flag_for_aerosol_physics from new to old metadata -INFO: Converting local name rainmcadj of variable lwe_thickness_of_moist_convective_adj_precipitation_amount from new to old metadata -INFO: Converting local name loop_cnt of variable ccpp_loop_counter from new to old metadata -INFO: Converting local name ncpi of variable local_ice_number_concentration from new to old metadata -INFO: Converting local name pt of variable virtual_temperature_at_Lagrangian_surface from new to old metadata -INFO: Converting local name nirbmui of variable surface_upwelling_direct_near_infrared_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name vconvtend of variable tendency_of_y_wind_due_to_deep_convection_for_coupling_on_physics_timestep from new to old metadata -INFO: Converting local name uustar_ice of variable surface_friction_velocity_over_ice from new to old metadata -INFO: Converting local name phy_myj_uz0 of variable u_wind_component_at_viscous_sublayer_top from new to old metadata -INFO: Converting local name evap_land of variable kinematic_surface_upward_latent_heat_flux_over_land from new to old metadata -INFO: Converting local name ocean of variable flag_nonzero_ocean_surface_fraction from new to old metadata -INFO: Converting local name ep1d_ocean of variable surface_upward_potential_latent_heat_flux_over_ocean from new to old metadata -INFO: Converting local name qconvtend of variable tendency_of_water_vapor_specific_humidity_due_to_deep_convection_for_coupling_on_physics_timestep from new to old metadata -INFO: Converting local name islmsk_cice of variable sea_land_ice_mask_cice from new to old metadata -INFO: Converting local name cmm_ice of variable surface_drag_wind_speed_for_momentum_in_air_over_ice from new to old metadata -INFO: Converting local name visdfdi of variable surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name cnv_ndrop of variable number_concentration_of_cloud_liquid_water_particles_for_detrainment from new to old metadata -INFO: Converting local name sh2o of variable volume_fraction_of_unfrozen_soil_moisture_for_land_surface_model from new to old metadata -INFO: Converting local name tau_tofd of variable time_integral_of_momentum_flux_due_to_turbulent_orographic_form_drag from new to old metadata -INFO: Converting local name dnirbmi_cpl of variable instantaneous_surface_downwelling_direct_near_infrared_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name refdmax263k of variable maximum_reflectivity_at_minus10c_over_maximum_hourly_time_interval from new to old metadata -INFO: Converting local name ulwsfci of variable surface_upwelling_longwave_flux from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_liquid_cloud_condensate) of variable tendency_of_liquid_cloud_water_mixing_ratio_due_to_model_physics from new to old metadata -INFO: Converting local name ntcw of variable index_for_liquid_cloud_condensate from new to old metadata -INFO: Converting local name lheatstrg of variable flag_for_canopy_heat_storage from new to old metadata -INFO: Converting local name slc of variable volume_fraction_of_unfrozen_soil_moisture from new to old metadata -INFO: Converting local name tsfc_land of variable surface_skin_temperature_over_land_interstitial from new to old metadata -INFO: Converting local name save_v of variable y_wind_save from new to old metadata -INFO: Converting local name xkzm_m of variable atmosphere_momentum_diffusivity_background from new to old metadata -INFO: Converting local name gabsbdlw_land of variable surface_downwelling_longwave_flux_absorbed_by_ground_over_land from new to old metadata -INFO: Converting local name tprcp_ice of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_ice from new to old metadata -INFO: Converting local name stblcpxy of variable slow_soil_pool_mass_content_of_carbon from new to old metadata -INFO: Converting local name cdq_land of variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_land from new to old metadata -INFO: Converting local name du3dt(:,:,2) of variable cumulative_change_in_x_wind_due_to_orographic_gravity_wave_drag from new to old metadata -INFO: Converting local name mg_berg_eff_factor of variable mg_bergeron_efficiency_factor from new to old metadata -INFO: Converting local name clouds(:,:,3) of variable mean_effective_radius_for_liquid_cloud from new to old metadata -INFO: Converting local name aer_nm of variable aerosol_number_concentration_from_gocart_aerosol_climatology from new to old metadata -INFO: Converting local name xzts of variable sensitivity_of_dtl_thickness_to_surface_temperature from new to old metadata -INFO: Converting local name lake of variable flag_nonzero_lake_surface_fraction from new to old metadata -INFO: Converting local name kb of variable vertical_index_difference_between_layer_and_lower_bound from new to old metadata -INFO: Converting local name ipt of variable index_for_diagnostic_printout from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_ice_friendly_aerosols) of variable ice_friendly_aerosol_number_concentration from new to old metadata -INFO: Converting local name ntia of variable index_for_ice_friendly_aerosols from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_rain_water) of variable tendency_of_rain_water_mixing_ratio_due_to_model_physics from new to old metadata -INFO: Converting local name ntrw of variable index_for_rain_water from new to old metadata -INFO: Converting local name con_epsm1 of variable ratio_of_dry_air_to_water_vapor_gas_constants_minus_one from new to old metadata -INFO: Converting local name dqsfc_cice of variable surface_upward_latent_heat_flux_for_coupling_interstitial from new to old metadata -INFO: Converting local name last_step of variable flag_for_the_last_step_of_k_split_remapping from new to old metadata -INFO: Converting local name huge of variable netcdf_float_fillvalue from new to old metadata -INFO: Converting local name save_q(:,:,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio_save from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_liquid_cloud_number_concentration) of variable cloud_droplet_number_concentration from new to old metadata -INFO: Converting local name ntlnc of variable index_for_liquid_cloud_number_concentration from new to old metadata -INFO: Converting local name dv3dt(:,:,1) of variable cumulative_change_in_y_wind_due_to_PBL from new to old metadata -INFO: Converting local name imp_physics_mg of variable flag_for_morrison_gettelman_microphysics_scheme from new to old metadata -INFO: Converting local name cldtaulw of variable cloud_optical_depth_layers_at_10mu_band from new to old metadata -INFO: Converting local name wet of variable flag_nonzero_wet_surface_fraction from new to old metadata -INFO: Converting local name qsnowxy of variable snow_precipitation_rate_at_surface from new to old metadata -INFO: Converting local name iopt_frz of variable flag_for_supercooled_liquid_water_option from new to old metadata -INFO: Converting local name dsnow_cpl of variable tendency_of_lwe_thickness_of_snow_amount_for_coupling from new to old metadata -INFO: Converting local name cldsa of variable cloud_area_fraction_for_radiation from new to old metadata -INFO: Converting local name totsnwb of variable accumulated_lwe_thickness_of_snow_amount_in_bucket from new to old metadata -INFO: Converting local name gq0(:,:,index_for_rain_water) of variable rain_water_mixing_ratio_updated_by_physics from new to old metadata -INFO: Converting local name totsnw of variable accumulated_lwe_thickness_of_snow_amount from new to old metadata -INFO: Converting local name xkzm_s of variable diffusivity_background_sigma_level from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_water_friendly_aerosols) of variable tendency_of_water_friendly_aerosol_number_concentration_due_to_model_physics from new to old metadata -INFO: Converting local name ntwa of variable index_for_water_friendly_aerosols from new to old metadata -INFO: Converting local name fswtr of variable fraction_of_cloud_top_water_scavenged from new to old metadata -INFO: Converting local name nvisbmi_cpl of variable instantaneous_surface_net_downward_direct_ultraviolet_and_visible_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_of_atmosphere_heat_diffusivity_from_shoc_in_phy_f3d) of variable atmosphere_heat_diffusivity_from_shoc from new to old metadata -INFO: Converting local name nahdshoc of variable index_of_atmosphere_heat_diffusivity_from_shoc_in_phy_f3d from new to old metadata -INFO: Converting local name nthreads of variable omp_threads_for_fast_physics from new to old metadata -INFO: Converting local name icemp of variable lwe_thickness_of_ice_amount from new to old metadata -INFO: Converting local name dqsfc_cpl of variable cumulative_surface_upward_latent_heat_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name con_jcal of variable joules_per_calorie_constant from new to old metadata -INFO: Converting local name xmu of variable zenith_angle_temporal_adjustment_factor_for_shortwave_fluxes from new to old metadata -INFO: Converting local name con_fvirt of variable ratio_of_vapor_to_dry_air_gas_constants_minus_one from new to old metadata -INFO: Converting local name evfactl_deep of variable rain_evaporation_coefficient_over_land_deep_convection from new to old metadata -INFO: Converting local name canliqxy of variable canopy_intercepted_liquid_water from new to old metadata -INFO: Converting local name phy_myj_qsfc of variable surface_specific_humidity_for_MYJ_schemes from new to old metadata -INFO: Converting local name rainncprv of variable lwe_thickness_of_explicit_rainfall_amount_from_previous_timestep from new to old metadata -INFO: Converting local name Tbd of variable GFS_tbd_type_instance from new to old metadata -INFO: Converting local name v1 of variable y_wind_at_lowest_model_layer_for_diag from new to old metadata -INFO: Converting local name det_mf of variable cumulative_atmosphere_detrainment_convective_mass_flux from new to old metadata -INFO: Converting local name psurf of variable surface_air_pressure_diag from new to old metadata -INFO: Converting local name gasvmr(:,:,10) of variable volume_mixing_ratio_cfc113 from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_for_rain_effective_radius) of variable effective_radius_of_stratiform_cloud_rain_particle_in_um from new to old metadata -INFO: Converting local name nreffr of variable index_for_rain_effective_radius from new to old metadata -INFO: Converting local name del_gz of variable geopotential_difference_between_midlayers_divided_by_midlayer_virtual_temperature from new to old metadata -INFO: Converting local name imfdeepcnv_ntiedtke of variable flag_for_ntiedtke_deep_convection_scheme from new to old metadata -INFO: Converting local name h2o_coeff of variable number_of_coefficients_in_h2o_forcing_data from new to old metadata -INFO: Converting local name tgrs of variable air_temperature from new to old metadata -INFO: Converting local name xlon of variable longitude from new to old metadata -INFO: Converting local name c_d of variable coefficient_c_d from new to old metadata -INFO: Converting local name tlvl of variable air_temperature_at_interface_for_radiation from new to old metadata -INFO: Converting local name f_rimef of variable rime_factor from new to old metadata -INFO: Converting local name mg_do_ice_gmao of variable mg_flag_for_gmao_ice_formulation from new to old metadata -INFO: Converting local name snowca of variable cumulative_surface_snow_area_fraction_multiplied_by_timestep from new to old metadata -INFO: Converting local name hflx of variable kinematic_surface_upward_sensible_heat_flux from new to old metadata -INFO: Converting local name dt3dt(:,:,6) of variable cumulative_change_in_temperature_due_to_microphysics from new to old metadata -INFO: Converting local name nirdfui of variable surface_upwelling_diffuse_near_infrared_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name trans of variable transpiration_flux from new to old metadata -INFO: Converting local name ntchs of variable index_for_first_chemical_tracer from new to old metadata -INFO: Converting local name idxday of variable daytime_points from new to old metadata -INFO: Converting local name iceprv of variable lwe_thickness_of_ice_amount_from_previous_timestep from new to old metadata -INFO: Converting local name mg_alf of variable mg_tuning_factor_for_alphas from new to old metadata -INFO: Converting local name nupdraft of variable number_of_plumes from new to old metadata -INFO: Converting local name qr_r of variable cloud_rain_water_mixing_ratio from new to old metadata -INFO: Converting local name sec of variable seconds_elapsed_since_model_initialization from new to old metadata -INFO: Converting local name epi of variable instantaneous_surface_potential_evaporation from new to old metadata -INFO: Converting local name gflx_land of variable upward_heat_flux_in_soil_over_land from new to old metadata -INFO: Converting local name du3dt_ngw of variable time_integral_of_change_in_x_wind_due_to_nonstationary_gravity_wave from new to old metadata -INFO: Converting local name bl_mynn_cloudpdf of variable cloudpdf from new to old metadata -INFO: Converting local name vtype of variable vegetation_type_classification_real from new to old metadata -INFO: Converting local name imfdeepcnv_gf of variable flag_for_gf_deep_convection_scheme from new to old metadata -INFO: Converting local name lssav of variable flag_diagnostics from new to old metadata -INFO: Converting local name sfalb of variable surface_diffused_shortwave_albedo from new to old metadata -INFO: Converting local name acvb of variable smallest_cloud_base_vertical_index_encountered_thus_far from new to old metadata -INFO: Converting local name c_0 of variable coefficient_c_0 from new to old metadata -INFO: Converting local name mpirank of variable mpi_rank_for_fast_physics from new to old metadata -INFO: Converting local name ntrac of variable number_of_tracers from new to old metadata -INFO: Converting local name dvsfci of variable instantaneous_surface_y_momentum_flux_for_diag from new to old metadata -INFO: Converting local name GFS_Interstitial of variable GFS_interstitial_type_instance_all_threads from new to old metadata -INFO: Converting local name in_nm of variable in_number_concentration from new to old metadata -INFO: Converting local name blksz2(ccpp_block_number) of variable horizontal_dimension from new to old metadata -INFO: Converting local name blk_no of variable ccpp_block_number from new to old metadata -INFO: Converting local name min_lakeice of variable lake_ice_minimum from new to old metadata -INFO: Converting local name canicexy of variable canopy_intercepted_ice_mass from new to old metadata -INFO: Converting local name mg_precip_frac_method of variable mg_type_of_precip_fraction_method from new to old metadata -INFO: Converting local name lonr of variable number_of_equatorial_longitude_points from new to old metadata -INFO: Converting local name dt3dt(:,:,7) of variable cumulative_change_in_temperature_due_to_orographic_gravity_wave_drag from new to old metadata -INFO: Converting local name dtzm of variable mean_change_over_depth_in_sea_water_temperature from new to old metadata -INFO: Converting local name du3dt_mtb of variable time_integral_of_change_in_x_wind_due_to_mountain_blocking_drag from new to old metadata -INFO: Converting local name stress_land of variable surface_wind_stress_over_land from new to old metadata -INFO: Converting local name nspinup of variable number_of_iterations_to_spin_up_cellular_automata from new to old metadata -INFO: Converting local name zogw of variable height_of_launch_level_of_orographic_gravity_wave from new to old metadata -INFO: Converting local name ntsw of variable index_for_snow_water from new to old metadata -INFO: Converting local name cov of variable t_prime_q_prime from new to old metadata -INFO: Converting local name sup of variable ice_supersaturation_threshold from new to old metadata -INFO: Converting local name dt3dt(:,:,3) of variable cumulative_change_in_temperature_due_to_PBL from new to old metadata -INFO: Converting local name mg_qcvar of variable mg_cloud_water_variance from new to old metadata -INFO: Converting local name ffmm_ice of variable Monin_Obukhov_similarity_function_for_momentum_over_ice from new to old metadata -INFO: Converting local name dtdt of variable tendency_of_air_temperature_at_Lagrangian_surface from new to old metadata -INFO: Converting local name GFS_statein_type of variable GFS_statein_type from new to old metadata -INFO: Converting local name train of variable accumulated_change_of_air_temperature_due_to_FA_scheme from new to old metadata -INFO: Converting local name fscav of variable coefficients_for_aerosol_scavenging from new to old metadata -INFO: Converting local name prslk(:,1) of variable dimensionless_exner_function_at_lowest_model_layer from new to old metadata -INFO: Converting local name tf of variable frozen_cloud_threshold_temperature from new to old metadata -INFO: Converting local name communicator of variable mpi_comm from new to old metadata -INFO: Converting local name qs_r of variable cloud_snow_mixing_ratio from new to old metadata -INFO: Converting local name skebv_wts of variable weights_for_stochastic_skeb_perturbation_of_y_wind from new to old metadata -INFO: Converting local name bl_mynn_edmf_part of variable edmf_partition_flag from new to old metadata -INFO: Converting local name dq3dt(:,:,7) of variable cumulative_change_in_ozone_concentration_due_to_ozone_mixing_ratio from new to old metadata -INFO: Converting local name swhc of variable tendency_of_air_temperature_due_to_shortwave_heating_assuming_clear_sky_on_radiation_timestep from new to old metadata -INFO: Converting local name mg_ngnst of variable mg_graupel_concentration_constant from new to old metadata -INFO: Converting local name GFS_grid_type of variable GFS_grid_type from new to old metadata -INFO: Converting local name js of variable starting_y_direction_index from new to old metadata -INFO: Converting local name out_dt of variable flag_for_tendency_of_air_temperature_at_Lagrangian_surface from new to old metadata -INFO: Converting local name delr of variable layer_pressure_thickness_for_radiation from new to old metadata -INFO: Converting local name ncgl of variable local_graupel_number_concentration from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_snow_water) of variable snow_water_mixing_ratio from new to old metadata -INFO: Converting local name totgrp of variable accumulated_lwe_thickness_of_graupel_amount from new to old metadata -INFO: Converting local name cldtausw of variable cloud_optical_depth_layers_at_0p55mu_band from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_ozone) of variable tendency_of_ozone_mixing_ratio_due_to_model_physics from new to old metadata -INFO: Converting local name ntoz of variable index_for_ozone from new to old metadata -INFO: Converting local name evap of variable kinematic_surface_upward_latent_heat_flux from new to old metadata -INFO: Converting local name oro of variable orography from new to old metadata -INFO: Converting local name topfsw of variable sw_fluxes_top_atmosphere from new to old metadata -INFO: Converting local name jmap of variable map_of_block_column_number_to_global_j_index from new to old metadata -INFO: Converting local name cdq of variable surface_drag_coefficient_for_heat_and_moisture_in_air from new to old metadata -INFO: Converting local name soiltype of variable soil_type_classification from new to old metadata -INFO: Converting local name evap_ocean of variable kinematic_surface_upward_latent_heat_flux_over_ocean from new to old metadata -INFO: Converting local name nblks of variable number_of_blocks from new to old metadata -INFO: Converting local name dxinv of variable inverse_scaling_factor_for_critical_relative_humidity from new to old metadata -INFO: Converting local name dvsfc of variable cumulative_surface_y_momentum_flux_for_diag_multiplied_by_timestep from new to old metadata -INFO: Converting local name GFS_stateout_type of variable GFS_stateout_type from new to old metadata -INFO: Converting local name qg of variable cloud_graupel_specific_humidity_at_Lagrangian_surface from new to old metadata -INFO: Converting local name nmtvr of variable number_of_statistical_measures_of_subgrid_orography from new to old metadata -INFO: Converting local name nseed of variable cellular_automata_seed_frequency from new to old metadata -INFO: Converting local name nlives of variable cellular_automata_lifetime from new to old metadata -INFO: Converting local name vegf1d of variable perturbation_of_vegetation_fraction from new to old metadata -INFO: Converting local name v10m of variable y_wind_at_10m from new to old metadata -INFO: Converting local name hice of variable sea_ice_thickness from new to old metadata -INFO: Converting local name mbota of variable model_layer_number_at_cloud_base from new to old metadata -INFO: Converting local name ncnvw of variable index_for_convective_cloud_water_mixing_ratio_in_phy_f3d from new to old metadata -INFO: Converting local name flqc of variable surface_exchange_coefficient_for_moisture from new to old metadata -INFO: Converting local name imfshalcnv_samf of variable flag_for_samf_shallow_convection_scheme from new to old metadata -INFO: Converting local name ntdiag of variable diagnostics_control_for_chemical_tracers from new to old metadata -INFO: Converting local name c1_shal of variable detrainment_conversion_parameter_shallow_convection from new to old metadata -INFO: Converting local name con_g of variable gravitational_acceleration from new to old metadata -INFO: Converting local name je of variable ending_y_direction_index from new to old metadata -INFO: Converting local name hprime(:,1) of variable standard_deviation_of_subgrid_orography from new to old metadata -INFO: Converting local name lh of variable surface_latent_heat from new to old metadata -INFO: Converting local name v10max of variable maximum_v_wind_at_10m_over_maximum_hourly_time_interval from new to old metadata -INFO: Converting local name dvsfcg of variable instantaneous_y_stress_due_to_gravity_wave_drag from new to old metadata -INFO: Converting local name mg_ninst of variable mg_ice_concentration_constant from new to old metadata -INFO: Converting local name lwhd of variable tendency_of_air_temperature_due_to_longwave_heating_for_idea from new to old metadata -INFO: Converting local name ntkev of variable index_for_turbulent_kinetic_energy_vertical_diffusion_tracer from new to old metadata -INFO: Converting local name fm10 of variable Monin_Obukhov_similarity_function_for_momentum_at_10m from new to old metadata -INFO: Converting local name phour of variable forecast_time_at_previous_timestep from new to old metadata -INFO: Converting local name phys_hydrostatic of variable flag_for_hydrostatic_heating_from_physics from new to old metadata -INFO: Converting local name nswsfci of variable surface_net_downwelling_shortwave_flux from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_for_graupel_effective_radius) of variable effective_radius_of_stratiform_cloud_graupel_particle_in_um from new to old metadata -INFO: Converting local name ngeffr of variable index_for_graupel_effective_radius from new to old metadata -INFO: Converting local name kt of variable vertical_index_difference_between_layer_and_upper_bound from new to old metadata -INFO: Converting local name GFS_tbd_type of variable GFS_tbd_type from new to old metadata -INFO: Converting local name tsurf_ocean of variable surface_skin_temperature_after_iteration_over_ocean from new to old metadata -INFO: Converting local name gu0(:,1) of variable x_wind_at_lowest_model_layer_updated_by_physics from new to old metadata -INFO: Converting local name akap of variable kappa_dry_for_fast_physics from new to old metadata -INFO: Converting local name lsm of variable flag_for_land_surface_scheme from new to old metadata -INFO: Converting local name nscav of variable number_of_tracers_scavenged from new to old metadata -INFO: Converting local name ffmm of variable Monin_Obukhov_similarity_function_for_momentum from new to old metadata -INFO: Converting local name nnirbm_cpl of variable cumulative_surface_net_downward_direct_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name tau_mtb of variable instantaneous_momentum_flux_due_to_mountain_blocking_drag from new to old metadata -INFO: Converting local name snicexy of variable snow_layer_ice from new to old metadata -INFO: Converting local name flag_guess of variable flag_for_guess_run from new to old metadata -INFO: Converting local name dnirbm_cpl of variable cumulative_surface_downwelling_direct_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name chh_ocean of variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_ocean from new to old metadata -INFO: Converting local name dtsfci_cpl of variable instantaneous_surface_upward_sensible_heat_flux_for_coupling from new to old metadata -INFO: Converting local name flgmin of variable minimum_large_ice_fraction from new to old metadata -INFO: Converting local name t02max of variable maximum_temperature_at_2m_over_maximum_hourly_time_interval from new to old metadata -INFO: Converting local name tconvtend of variable tendency_of_air_temperature_due_to_deep_convection_for_coupling_on_physics_timestep from new to old metadata -INFO: Converting local name zorl of variable surface_roughness_length from new to old metadata -INFO: Converting local name coslat of variable cosine_of_latitude from new to old metadata -INFO: Converting local name pertalb of variable magnitude_of_surface_albedo_perturbation from new to old metadata -INFO: Converting local name aecm of variable instantaneous_aerosol_column_mass_densities from new to old metadata -INFO: Converting local name con_rv of variable gas_constant_water_vapor from new to old metadata -INFO: Converting local name wminco of variable cloud_condensed_water_conversion_threshold from new to old metadata -INFO: Converting local name fastcpxy of variable fast_soil_pool_mass_content_of_carbon from new to old metadata -INFO: Converting local name kind_grid of variable kind_grid from new to old metadata -INFO: Converting local name stress of variable surface_wind_stress from new to old metadata -INFO: Converting local name qgrs(:,1,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio_at_lowest_model_layer from new to old metadata -INFO: Converting local name rhc of variable critical_relative_humidity from new to old metadata -INFO: Converting local name tsfco of variable sea_surface_temperature from new to old metadata -INFO: Converting local name tau_ngw of variable instantaneous_momentum_flux_due_to_nonstationary_gravity_wave from new to old metadata -INFO: Converting local name tsfcl of variable surface_skin_temperature_over_land from new to old metadata -INFO: Converting local name clouds(:,:,7) of variable mean_effective_radius_for_rain_drop from new to old metadata -INFO: Converting local name con_cliq of variable specific_heat_of_liquid_water_at_constant_pressure from new to old metadata -INFO: Converting local name zmtb of variable height_of_mountain_blocking from new to old metadata -INFO: Converting local name ulwsfcin_cpl of variable surface_upwelling_longwave_flux_for_coupling from new to old metadata -INFO: Converting local name dlwsfc_cpl of variable cumulative_surface_downwelling_longwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name sfcdlw of variable surface_downwelling_longwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name t1 of variable air_temperature_at_lowest_model_layer_for_diag from new to old metadata -INFO: Converting local name ntiw of variable index_for_ice_cloud_condensate from new to old metadata -INFO: Converting local name bl_mynn_mixlength of variable mixing_length_flag from new to old metadata -INFO: Converting local name faerlw(:,:,:,1) of variable aerosol_optical_depth_for_longwave_bands_01_16 from new to old metadata -INFO: Converting local name ozpl of variable ozone_forcing from new to old metadata -INFO: Converting local name dlength of variable characteristic_grid_length_scale from new to old metadata -INFO: Converting local name slag of variable equation_of_time from new to old metadata -INFO: Converting local name ntot2d of variable number_of_fields_in_phyf2d from new to old metadata -INFO: Converting local name iopt_run of variable flag_for_runoff_and_groundwater_option from new to old metadata -INFO: Converting local name gq0(:,:,index_for_liquid_cloud_number_concentration) of variable cloud_droplet_number_concentration_updated_by_physics from new to old metadata -INFO: Converting local name sneqvoxy of variable snow_mass_at_previous_time_step from new to old metadata -INFO: Converting local name con_rhw0 of variable sea_water_reference_density from new to old metadata -INFO: Converting local name mtopa of variable model_layer_number_at_cloud_top from new to old metadata -INFO: Converting local name pertshc of variable magnitude_of_perturbation_of_soil_type_b_parameter from new to old metadata -INFO: Converting local name levi of variable vertical_interface_dimension from new to old metadata -INFO: Converting local name do_shoc of variable flag_for_shoc from new to old metadata -INFO: Converting local name du3dt_tms of variable time_integral_of_change_in_x_wind_due_to_turbulent_orographic_form_drag from new to old metadata -INFO: Converting local name snow_cpl of variable lwe_thickness_of_snow_amount_for_coupling from new to old metadata -INFO: Converting local name pkz of variable finite_volume_mean_edge_pressure_raised_to_the_power_of_kappa from new to old metadata -INFO: Converting local name nn of variable number_of_tracers_for_convective_transport from new to old metadata -INFO: Converting local name do_sat_adj of variable flag_for_saturation_adjustment_for_microphysics_in_dynamics from new to old metadata -INFO: Converting local name dx of variable cell_size from new to old metadata -INFO: Converting local name do_ugwp of variable do_ugwp from new to old metadata -INFO: Converting local name rain of variable lwe_thickness_of_precipitation_amount_on_dynamics_timestep from new to old metadata -INFO: Converting local name iopt_crs of variable flag_for_canopy_stomatal_resistance_option from new to old metadata -INFO: Converting local name qgrs(:,1,index_for_water_vapor) of variable water_vapor_specific_humidity_at_lowest_model_layer from new to old metadata -INFO: Converting local name ntqv of variable index_for_water_vapor from new to old metadata -INFO: Converting local name t02min of variable minimum_temperature_at_2m_over_maximum_hourly_time_interval from new to old metadata -INFO: Converting local name imp_physics_gfdl of variable flag_for_gfdl_microphysics_scheme from new to old metadata -INFO: Converting local name lprnt of variable flag_print from new to old metadata -INFO: Converting local name gabsbdlw_ice of variable surface_downwelling_longwave_flux_absorbed_by_ground_over_ice from new to old metadata -INFO: Converting local name imp_physics_thompson of variable flag_for_thompson_microphysics_scheme from new to old metadata -INFO: Converting local name ctei_rm of variable critical_cloud_top_entrainment_instability_criteria from new to old metadata -INFO: Converting local name tseal of variable surface_skin_temperature_for_nsst from new to old metadata -INFO: Converting local name dusfc_fd of variable integrated_x_momentum_flux_from_form_drag from new to old metadata -INFO: Converting local name dusfcin_cpl of variable surface_x_momentum_flux_for_coupling from new to old metadata -INFO: Converting local name slope of variable surface_slope_classification_real from new to old metadata -INFO: Converting local name htrlw of variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_timestep from new to old metadata -INFO: Converting local name mg_qcmin(2) of variable mg_minimum_ice_mixing_ratio from new to old metadata -INFO: Converting local name tice of variable sea_ice_temperature_interstitial from new to old metadata -INFO: Converting local name adjvisbmu of variable surface_upwelling_direct_ultraviolet_and_visible_shortwave_flux from new to old metadata -INFO: Converting local name dvgwd of variable time_integral_of_y_stress_due_to_gravity_wave_drag from new to old metadata -INFO: Converting local name dusfc_cice of variable surface_x_momentum_flux_for_coupling_interstitial from new to old metadata -INFO: Converting local name errmsg of variable ccpp_error_message from new to old metadata -INFO: Converting local name flag_cice of variable flag_for_cice from new to old metadata -INFO: Converting local name Coupling of variable GFS_coupling_type_instance from new to old metadata -INFO: Converting local name cs_parm(3) of variable detrainment_and_precipitation_tunable_parameter_3_CS from new to old metadata -INFO: Converting local name snliqxy of variable snow_layer_liquid_water from new to old metadata -INFO: Converting local name mstrat of variable flag_for_moorthi_stratus from new to old metadata -INFO: Converting local name imfdeepcnv_sas of variable flag_for_sas_deep_convection_scheme from new to old metadata -INFO: Converting local name weasd_ice of variable water_equivalent_accumulated_snow_depth_over_ice from new to old metadata -INFO: Converting local name bl_mynn_edmf_mom of variable edmf_momentum_transport_flag from new to old metadata -INFO: Converting local name npdf3d of variable number_of_3d_arrays_associated_with_pdf_based_clouds from new to old metadata -INFO: Converting local name dq3dt(:,:,2) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_deep_convection from new to old metadata -INFO: Converting local name w_upi of variable vertical_velocity_for_updraft from new to old metadata -INFO: Converting local name qlyr of variable water_vapor_specific_humidity_at_layer_for_radiation from new to old metadata -INFO: Converting local name fm10_ice of variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_ice from new to old metadata -INFO: Converting local name qgl of variable local_graupel_mixing_ratio from new to old metadata -INFO: Converting local name gt0(:,1) of variable air_temperature_at_lowest_model_layer_updated_by_physics from new to old metadata -INFO: Converting local name ccpp_t of variable ccpp_t from new to old metadata -INFO: Converting local name clouds(:,:,4) of variable cloud_ice_water_path from new to old metadata -INFO: Converting local name rain_cpl of variable lwe_thickness_of_precipitation_amount_for_coupling from new to old metadata -INFO: Converting local name bl_mynn_cloudmix of variable cloud_specie_mix_flag from new to old metadata -INFO: Converting local name tgxy of variable ground_temperature_for_noahmp from new to old metadata -INFO: Converting local name oa4 of variable asymmetry_of_subgrid_orography from new to old metadata -INFO: Converting local name refdmax of variable maximum_reflectivity_at_1km_agl_over_maximum_hourly_time_interval from new to old metadata -INFO: Converting local name GFS_Data(ccpp_block_number) of variable GFS_data_type_instance from new to old metadata -INFO: Converting local name dvsfc_cpl of variable cumulative_surface_y_momentum_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name shocaftcnv of variable flag_for_shoc_after_convection from new to old metadata -INFO: Converting local name mg_rhmini of variable mg_minimum_rh_for_ice from new to old metadata -INFO: Converting local name t2mi_cpl of variable instantaneous_temperature_at_2m_for_coupling from new to old metadata -INFO: Converting local name GFS_Interstitial(ccpp_thread_number) of variable GFS_interstitial_type_instance from new to old metadata -INFO: Converting local name thrd_no of variable ccpp_thread_number from new to old metadata -INFO: Converting local name evbs of variable soil_upward_latent_heat_flux from new to old metadata -INFO: Converting local name dtdtr of variable tendency_of_air_temperature_due_to_radiative_heating_on_physics_time_step from new to old metadata -INFO: Converting local name spfhmin of variable minimum_specific_humidity_at_2m from new to old metadata -INFO: Converting local name xsaixy of variable stem_area_index from new to old metadata -INFO: Converting local name lsoil of variable soil_vertical_dimension from new to old metadata -INFO: Converting local name mg_ts_auto_ice of variable mg_time_scale_for_autoconversion_of_ice from new to old metadata -INFO: Converting local name ca_deep of variable fraction_of_cellular_automata_for_deep_convection from new to old metadata -INFO: Converting local name work1 of variable grid_size_related_coefficient_used_in_scale_sensitive_schemes from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_for_cloud_liquid_water_effective_radius) of variable effective_radius_of_stratiform_cloud_liquid_water_particle_in_um from new to old metadata -INFO: Converting local name nleffr of variable index_for_cloud_liquid_water_effective_radius from new to old metadata -INFO: Converting local name dlwsfci of variable surface_downwelling_longwave_flux from new to old metadata -INFO: Converting local name mg_nicons of variable mg_flag_ice_concentration_constant from new to old metadata -INFO: Converting local name faersw(:,:,:,1) of variable aerosol_optical_depth_for_shortwave_bands_01_16 from new to old metadata -INFO: Converting local name xt of variable diurnal_thermocline_layer_heat_content from new to old metadata -INFO: Converting local name prsl of variable air_pressure from new to old metadata -INFO: Converting local name cv of variable fraction_of_convective_cloud from new to old metadata -INFO: Converting local name blksz of variable horizontal_block_size from new to old metadata -INFO: Converting local name pertvegf of variable magnitude_of_perturbation_of_vegetation_fraction from new to old metadata -INFO: Converting local name gq0(:,:,index_for_cloud_amount) of variable cloud_fraction_updated_by_physics from new to old metadata -INFO: Converting local name ntclamt of variable index_for_cloud_amount from new to old metadata -INFO: Converting local name zorlo of variable surface_roughness_length_over_ocean from new to old metadata -INFO: Converting local name te0 of variable atmosphere_energy_content_at_Lagrangian_surface from new to old metadata -INFO: Converting local name ktop of variable vertical_index_at_cloud_top from new to old metadata -INFO: Converting local name prevsq of variable moisture_from_previous_timestep from new to old metadata -INFO: Converting local name kpbl of variable vertical_index_at_top_of_atmosphere_boundary_layer from new to old metadata -INFO: Converting local name ncells of variable cellular_automata_finer_grid from new to old metadata -INFO: Converting local name cnvc of variable convective_cloud_cover from new to old metadata -INFO: Converting local name totprcp of variable accumulated_lwe_thickness_of_precipitation_amount from new to old metadata -INFO: Converting local name cgwf of variable multiplication_factors_for_convective_gravity_wave_drag from new to old metadata -INFO: Converting local name do_shum of variable flag_for_stochastic_shum_option from new to old metadata -INFO: Converting local name save_q of variable tracer_concentration_save from new to old metadata -INFO: Converting local name h2o_pres of variable natural_log_of_h2o_forcing_data_pressure_levels from new to old metadata -INFO: Converting local name iopt_snf of variable flag_for_precipitation_partition_option from new to old metadata -INFO: Converting local name c0s_shal of variable rain_conversion_parameter_shallow_convection from new to old metadata -INFO: Converting local name zwtxy of variable water_table_depth from new to old metadata -INFO: Converting local name qr of variable cloud_rain_specific_humidity_at_Lagrangian_surface from new to old metadata -INFO: Converting local name dzlyr of variable layer_thickness_for_radiation from new to old metadata -INFO: Converting local name taussxy of variable nondimensional_snow_age from new to old metadata -INFO: Converting local name tsfa of variable surface_air_temperature_for_radiation from new to old metadata -INFO: Converting local name snoalb of variable upper_bound_on_max_albedo_over_deep_snow from new to old metadata -INFO: Converting local name xs of variable sea_water_salinity from new to old metadata -INFO: Converting local name dvsfci_cpl of variable instantaneous_surface_y_momentum_flux_for_coupling from new to old metadata -INFO: Converting local name xlat of variable latitude from new to old metadata -INFO: Converting local name ugrs of variable x_wind from new to old metadata -INFO: Converting local name shdmin of variable minimum_vegetation_area_fraction from new to old metadata -INFO: Converting local name nnirdfi_cpl of variable instantaneous_surface_net_downward_diffuse_near_infrared_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name microp_uniform of variable mg_flag_for_uniform_subcolumns from new to old metadata -INFO: Converting local name frland of variable land_area_fraction_for_microphysics from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_ice_friendly_aerosols) of variable tendency_of_ice_friendly_aerosol_number_concentration_due_to_model_physics from new to old metadata -INFO: Converting local name oz_pres of variable natural_log_of_ozone_forcing_data_pressure_levels from new to old metadata -INFO: Converting local name zlwb of variable time_integral_of_height_of_low_level_wave_breaking from new to old metadata -INFO: Converting local name gq0(:,:,index_for_ice_cloud_condensate) of variable ice_water_mixing_ratio_updated_by_physics from new to old metadata -INFO: Converting local name qss of variable surface_specific_humidity from new to old metadata -INFO: Converting local name dry of variable flag_nonzero_land_surface_fraction from new to old metadata -INFO: Converting local name bk of variable b_parameter_of_the_hybrid_coordinate from new to old metadata -INFO: Converting local name cdmbgwd of variable multiplication_factors_for_mountain_blocking_and_orographic_gravity_wave_drag from new to old metadata -INFO: Converting local name levs of variable vertical_dimension from new to old metadata -INFO: Converting local name swhtr of variable flag_for_output_of_shortwave_heating_rate from new to old metadata -INFO: Converting local name zorl_land of variable surface_roughness_length_over_land_interstitial from new to old metadata -INFO: Converting local name t2m of variable temperature_at_2m from new to old metadata -INFO: Converting local name tau_ogw of variable instantaneous_momentum_flux_due_to_orographic_gravity_wave_drag from new to old metadata -INFO: Converting local name shoc_parm(3) of variable shoc_tke_dissipation_tunable_parameter_near_surface from new to old metadata -INFO: Converting local name gflx_ice of variable upward_heat_flux_in_soil_over_ice from new to old metadata -INFO: Converting local name nspc1 of variable number_of_species_for_aerosol_optical_depth from new to old metadata -INFO: Converting local name drain_cpl of variable tendency_of_lwe_thickness_of_precipitation_amount_for_coupling from new to old metadata -INFO: Converting local name phis of variable surface_geopotential_at_Lagrangian_surface from new to old metadata -INFO: Converting local name q2mi_cpl of variable instantaneous_specific_humidity_at_2m_for_coupling from new to old metadata -INFO: Converting local name zogw of variable time_integral_of_height_of_launch_level_of_orographic_gravity_wave from new to old metadata -INFO: Converting local name prsi of variable air_pressure_at_interface from new to old metadata -INFO: Converting local name aerodp of variable atmosphere_optical_thickness_due_to_ambient_aerosol_particles from new to old metadata -INFO: Converting local name shal_cnv of variable flag_for_shallow_convection from new to old metadata -INFO: Converting local name icsdlw of variable seed_random_numbers_lw from new to old metadata -INFO: Converting local name ncld of variable number_of_hydrometeors from new to old metadata -INFO: Converting local name gasvmr(:,:,6) of variable volume_mixing_ratio_cfc11 from new to old metadata -INFO: Converting local name tracers_water of variable number_of_water_tracers from new to old metadata -INFO: Converting local name nscyc of variable number_of_timesteps_between_surface_cycling_calls from new to old metadata -INFO: Converting local name dswsfc_cpl of variable cumulative_surface_downwelling_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name adjvisdfu of variable surface_upwelling_diffuse_ultraviolet_and_visible_shortwave_flux from new to old metadata -INFO: Converting local name cs_parm(2) of variable updraft_velocity_tunable_parameter_2_CS from new to old metadata -INFO: Converting local name lsswr of variable flag_to_calc_sw from new to old metadata -INFO: Converting local name imfshalcnv_gf of variable flag_for_gf_shallow_convection_scheme from new to old metadata -INFO: Converting local name kinver of variable index_of_highest_temperature_inversion from new to old metadata -INFO: Converting local name tslb of variable soil_temperature_for_land_surface_model from new to old metadata -INFO: Converting local name weasd of variable water_equivalent_accumulated_snow_depth from new to old metadata -INFO: Converting local name tisfc of variable sea_ice_temperature from new to old metadata -INFO: Converting local name faerlw of variable aerosol_optical_properties_for_longwave_bands_01_16 from new to old metadata -INFO: Converting local name logunit of variable iounit_log from new to old metadata -INFO: Converting local name fast_mp_consv of variable flag_for_fast_microphysics_energy_conservation from new to old metadata -INFO: Converting local name cnv_mfd of variable detrained_mass_flux from new to old metadata -INFO: Converting local name zvir of variable ratio_of_vapor_to_dry_air_gas_constants_minus_one_default_kind from new to old metadata -INFO: Converting local name jed of variable ending_y_direction_index_domain from new to old metadata -INFO: Converting local name gasvmr(:,:,3) of variable volume_mixing_ratio_ch4 from new to old metadata -INFO: Converting local name sfcdsw of variable surface_downwelling_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name hydrostatic of variable flag_for_hydrostatic_solver_for_fast_physics from new to old metadata -INFO: Converting local name dvsfc_bl of variable integrated_y_momentum_flux_from_blocking_drag from new to old metadata -INFO: Converting local name Grid of variable GFS_grid_type_instance from new to old metadata -INFO: Converting local name ncnd of variable number_of_cloud_condensate_types from new to old metadata -INFO: Converting local name w_0 of variable coefficient_w_0 from new to old metadata -INFO: Converting local name zm of variable ocean_mixed_layer_thickness from new to old metadata -INFO: Converting local name shoc_parm(2) of variable shoc_tke_dissipation_tunable_parameter from new to old metadata -INFO: Converting local name cdec of variable cosine_of_solar_declination_angle from new to old metadata -INFO: Converting local name npzq_con of variable vertical_dimension_for_condensed_water_at_Lagrangian_surface from new to old metadata -INFO: Converting local name rmol of variable reciprocal_of_obukhov_length from new to old metadata -INFO: Converting local name snowxy of variable number_of_snow_layers from new to old metadata -INFO: Converting local name hflx_land of variable kinematic_surface_upward_sensible_heat_flux_over_land from new to old metadata -INFO: Converting local name clw of variable convective_transportable_tracers from new to old metadata -INFO: Converting local name srflag of variable flag_for_precipitation_type from new to old metadata -INFO: Converting local name suntim of variable duration_of_sunshine from new to old metadata -INFO: Converting local name isot of variable soil_type_dataset_choice from new to old metadata -INFO: Converting local name isol of variable flag_for_solar_constant from new to old metadata -INFO: Converting local name th2m of variable potential_temperature_at_2m from new to old metadata -INFO: Converting local name hpbl of variable atmosphere_boundary_layer_thickness from new to old metadata -INFO: Converting local name cd of variable surface_drag_coefficient_for_momentum_in_air from new to old metadata -INFO: Converting local name dusfc_ls of variable integrated_x_momentum_flux_from_large_scale_gwd from new to old metadata -INFO: Converting local name do_sppt of variable flag_for_stochastic_surface_physics_perturbations from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_for_convective_cloud_water_mixing_ratio_in_phy_f3d) of variable convective_cloud_water_mixing_ratio_in_phy_f3d from new to old metadata -INFO: Converting local name rb_ice of variable bulk_richardson_number_at_lowest_model_level_over_ice from new to old metadata -INFO: Converting local name itc of variable number_of_aerosol_tracers_for_convection from new to old metadata -INFO: Converting local name Cldprop of variable GFS_cldprop_type_instance from new to old metadata -INFO: Converting local name grav_settling of variable grav_settling from new to old metadata -INFO: Converting local name gq0(:,:,index_for_ice_cloud_number_concentration) of variable ice_number_concentration_updated_by_physics from new to old metadata -INFO: Converting local name ntinc of variable index_for_ice_cloud_number_concentration from new to old metadata -INFO: Converting local name iopt_inf of variable flag_for_frozen_soil_permeability_option from new to old metadata -INFO: Converting local name c0s_deep of variable rain_conversion_parameter_deep_convection from new to old metadata -INFO: Converting local name dtaux2d_ls of variable x_momentum_tendency_from_large_scale_gwd from new to old metadata -INFO: Converting local name phy_myj_qz0 of variable specific_humidity_at_viscous_sublayer_top from new to old metadata -INFO: Converting local name iovr_sw of variable flag_for_max_random_overlap_clouds_for_shortwave_radiation from new to old metadata -INFO: Converting local name icliq_sw of variable flag_for_optical_property_for_liquid_clouds_for_shortwave_radiation from new to old metadata -INFO: Converting local name psmean of variable cumulative_surface_pressure_multiplied_by_timestep from new to old metadata -INFO: Converting local name cmm_ocean of variable surface_drag_wind_speed_for_momentum_in_air_over_ocean from new to old metadata -INFO: Converting local name shcnvcw of variable flag_shallow_convective_cloud from new to old metadata -INFO: Converting local name drain of variable subsurface_runoff_flux from new to old metadata -INFO: Converting local name ak of variable a_parameter_of_the_hybrid_coordinate from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_liquid_cloud_number_concentration) of variable tendency_of_cloud_droplet_number_concentration_due_to_model_physics from new to old metadata -INFO: Converting local name sfc_z0_type of variable flag_for_surface_roughness_option_over_ocean from new to old metadata -INFO: Converting local name cvt of variable pressure_at_top_of_convective_cloud from new to old metadata -INFO: Converting local name gwd_opt of variable gwd_opt from new to old metadata -INFO: Converting local name snowmp of variable lwe_thickness_of_snow_amount from new to old metadata -INFO: Converting local name ncnvcld3d of variable number_of_convective_3d_cloud_fields from new to old metadata -INFO: Converting local name cape of variable convective_available_potential_energy_for_coupling from new to old metadata -INFO: Converting local name du3dt_ogw of variable time_integral_of_change_in_x_wind_due_to_orographic_gravity_wave_drag from new to old metadata -INFO: Converting local name te0_2d of variable atmosphere_energy_content_in_column from new to old metadata -INFO: Converting local name dsnowprv of variable snow_precipitation_rate_from_previous_timestep from new to old metadata -INFO: Converting local name chh of variable surface_drag_mass_flux_for_heat_and_moisture_in_air from new to old metadata -INFO: Converting local name dt3dt(:,:,5) of variable cumulative_change_in_temperature_due_to_shal_convection from new to old metadata -INFO: Converting local name cplwav of variable flag_for_wave_coupling from new to old metadata -INFO: Converting local name clw(:,:,2) of variable cloud_condensed_water_mixing_ratio_convective_transport_tracer from new to old metadata -INFO: Converting local name shoc_parm(1) of variable shoc_tke_dissipatation_pressure_threshold from new to old metadata -INFO: Converting local name oro_uf of variable orography_unfiltered from new to old metadata -INFO: Converting local name peln of variable log_pressure_at_Lagrangian_surface from new to old metadata -INFO: Converting local name gasvmr(:,:,8) of variable volume_mixing_ratio_cfc22 from new to old metadata -INFO: Converting local name pertzt of variable magnitude_of_perturbation_of_heat_to_momentum_roughness_length_ratio from new to old metadata -INFO: Converting local name clouds(:,:,1) of variable total_cloud_fraction from new to old metadata -INFO: Converting local name iaer of variable flag_for_default_aerosol_effect_in_shortwave_radiation from new to old metadata -INFO: Converting local name wet1 of variable normalized_soil_wetness from new to old metadata -INFO: Converting local name npz of variable vertical_dimension_for_fast_physics from new to old metadata -INFO: Converting local name cal_pre of variable flag_for_precipitation_type_algorithm from new to old metadata -INFO: Converting local name lmk of variable adjusted_vertical_layer_dimension_for_radiation from new to old metadata -INFO: Converting local name kind_phys of variable kind_phys from new to old metadata -INFO: Converting local name Sfcprop of variable GFS_sfcprop_type_instance from new to old metadata -INFO: Converting local name wslakexy of variable lake_water_storage from new to old metadata -INFO: Converting local name f10m of variable ratio_of_wind_at_lowest_model_layer_and_wind_at_10m from new to old metadata -INFO: Converting local name gasvmr(:,:,1) of variable volume_mixing_ratio_co2 from new to old metadata -INFO: Converting local name q2mp of variable specific_humidity_at_2m_from_noahmp from new to old metadata -INFO: Converting local name lwhc of variable tendency_of_air_temperature_due_to_longwave_heating_assuming_clear_sky_on_radiation_timestep from new to old metadata -INFO: Converting local name snowd_ice of variable surface_snow_thickness_water_equivalent_over_ice from new to old metadata -INFO: Converting local name lsnow_lsm_lbound of variable lower_bound_of_snow_vertical_dimension_for_land_surface_model from new to old metadata -INFO: Converting local name mg_dcs of variable mg_autoconversion_size_threshold_ice_snow from new to old metadata -INFO: Converting local name rhgrd of variable fa_threshold_relative_humidity_for_onset_of_condensation from new to old metadata -INFO: Converting local name dudt_ogw of variable instantaneous_change_in_x_wind_due_to_orographic_gravity_wave_drag from new to old metadata -INFO: Converting local name slmsk of variable sea_land_ice_mask_real from new to old metadata -INFO: Converting local name ictm of variable flag_for_initial_time_date_control from new to old metadata -INFO: Converting local name qss_ocean of variable surface_specific_humidity_over_ocean from new to old metadata -INFO: Converting local name tsfc of variable surface_skin_temperature from new to old metadata -INFO: Converting local name prsik of variable dimensionless_exner_function_at_model_interfaces from new to old metadata -INFO: Converting local name t2mmp of variable temperature_at_2m_from_noahmp from new to old metadata -INFO: Converting local name tau_ogw of variable time_integral_of_momentum_flux_due_to_orographic_gravity_wave_drag from new to old metadata -INFO: Converting local name topflw_type of variable topflw_type from new to old metadata -INFO: Converting local name cnv_nice of variable number_concentration_of_ice_crystals_for_detrainment from new to old metadata -INFO: Converting local name cscnv of variable flag_for_Chikira_Sugiyama_deep_convection from new to old metadata -INFO: Converting local name u10mi_cpl of variable instantaneous_x_wind_at_10m_for_coupling from new to old metadata -INFO: Converting local name fh2_ocean of variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_ocean from new to old metadata -INFO: Converting local name phii of variable geopotential_at_interface from new to old metadata -INFO: Converting local name gq0(:,:,index_for_graupel) of variable graupel_mixing_ratio_updated_by_physics from new to old metadata -INFO: Converting local name ntgl of variable index_for_graupel from new to old metadata -INFO: Converting local name nvisdfi_cpl of variable instantaneous_surface_net_downward_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name norad_precip of variable flag_for_precipitation_effect_on_radiation from new to old metadata -INFO: Converting local name dq3dt(:,:,5) of variable cumulative_change_in_ozone_mixing_ratio_due_to_PBL from new to old metadata -INFO: Converting local name dusfcg of variable instantaneous_x_stress_due_to_gravity_wave_drag from new to old metadata -INFO: Converting local name stype of variable soil_type_classification_real from new to old metadata -INFO: Converting local name lwhtr of variable flag_for_output_of_longwave_heating_rate from new to old metadata -INFO: Converting local name skebv_wts of variable weights_for_stochastic_skeb_perturbation_of_y_wind_flipped from new to old metadata -INFO: Converting local name prnum of variable prandtl_number from new to old metadata -INFO: Converting local name dtsfcin_cpl of variable surface_upward_sensible_heat_flux_for_coupling from new to old metadata -INFO: Converting local name sigmatot of variable convective_updraft_area_fraction_at_model_interfaces from new to old metadata -INFO: Converting local name rann of variable random_number_array from new to old metadata -INFO: Converting local name work2 of variable grid_size_related_coefficient_used_in_scale_sensitive_schemes_complement from new to old metadata -INFO: Converting local name ep1d_land of variable surface_upward_potential_latent_heat_flux_over_land from new to old metadata -INFO: Converting local name num_p3d of variable array_dimension_of_3d_arrays_for_microphysics from new to old metadata -INFO: Converting local name frac_grid of variable flag_for_fractional_grid from new to old metadata -INFO: Converting local name dtdtc of variable tendency_of_air_temperature_due_to_radiative_heating_assuming_clear_sky from new to old metadata -INFO: Converting local name chxy of variable surface_drag_coefficient_for_heat_and_moisture_for_noahmp from new to old metadata -INFO: Converting local name dtauy2d_bl of variable y_momentum_tendency_from_blocking_drag from new to old metadata -INFO: Converting local name dtsfc of variable cumulative_surface_upward_sensible_heat_flux_for_diag_multiplied_by_timestep from new to old metadata -INFO: Converting local name gflx_ocean of variable upward_heat_flux_in_soil_over_ocean from new to old metadata -INFO: Converting local name deeprechxy of variable water_table_recharge_when_deep from new to old metadata -INFO: Converting local name imfshalcnv_sas of variable flag_for_sas_shallow_convection_scheme from new to old metadata -INFO: Converting local name woodxy of variable wood_mass from new to old metadata -INFO: Converting local name phy_f3d(:,:,3) of variable air_temperature_at_previous_time_step from new to old metadata -INFO: Converting local name otspt of variable flag_convective_tracer_transport from new to old metadata -INFO: Converting local name tsurf of variable surface_skin_temperature_after_iteration from new to old metadata -INFO: Converting local name phy_f2d(:,array_dimension_of_2d_arrays_for_microphysics) of variable surface_wind_enhancement_due_to_convection from new to old metadata -INFO: Converting local name num_p2d of variable array_dimension_of_2d_arrays_for_microphysics from new to old metadata -INFO: Converting local name diss_est of variable dissipation_estimate_of_air_temperature_at_model_layers from new to old metadata -INFO: Converting local name ffmm_land of variable Monin_Obukhov_similarity_function_for_momentum_over_land from new to old metadata -INFO: Converting local name imfshalcnv of variable flag_for_mass_flux_shallow_convection_scheme from new to old metadata -INFO: Converting local name iopt_rad of variable flag_for_radiation_transfer_option from new to old metadata -INFO: Converting local name effr_in of variable flag_for_cloud_effective_radii from new to old metadata -INFO: Converting local name Sh3D of variable stability_function_for_heat from new to old metadata -INFO: Converting local name con_sbc of variable stefan_boltzmann_constant from new to old metadata -INFO: Converting local name phy_myj_z0base of variable baseline_surface_roughness_length from new to old metadata -INFO: Converting local name sdec of variable sine_of_solar_declination_angle from new to old metadata -INFO: Converting local name f_ice of variable fraction_of_ice_water_cloud from new to old metadata -INFO: Converting local name qs of variable cloud_snow_specific_humidity_at_Lagrangian_surface from new to old metadata -INFO: Converting local name iflip of variable flag_for_vertical_index_direction_control from new to old metadata -INFO: Converting local name draincprv of variable convective_precipitation_rate_from_previous_timestep from new to old metadata -INFO: Converting local name icsdsw of variable seed_random_numbers_sw from new to old metadata -INFO: Converting local name dtaux2d_bl of variable x_momentum_tendency_from_blocking_drag from new to old metadata -INFO: Converting local name uustar_ocean of variable surface_friction_velocity_over_ocean from new to old metadata -INFO: Converting local name zlwb of variable height_of_low_level_wave_breaking from new to old metadata -INFO: Converting local name sigma of variable slope_of_subgrid_orography from new to old metadata -INFO: Converting local name cd_land of variable surface_drag_coefficient_for_momentum_in_air_over_land from new to old metadata -INFO: Converting local name shoc_parm(5) of variable shoc_flag_for_optional_surface_TKE_dissipation from new to old metadata -INFO: Converting local name qss_ice of variable surface_specific_humidity_over_ice from new to old metadata -INFO: Converting local name graupel of variable lwe_thickness_of_graupel_amount_on_dynamics_timestep from new to old metadata -INFO: Converting local name do_myjsfc of variable do_myjsfc from new to old metadata -INFO: Converting local name htsw0 of variable tendency_of_air_temperature_due_to_shortwave_heating_assuming_clear_sky_on_radiation_time_step from new to old metadata -INFO: Converting local name ep of variable cumulative_surface_upward_potential_latent_heat_flux_multiplied_by_timestep from new to old metadata -INFO: Converting local name tprcp of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep from new to old metadata -INFO: Converting local name dnirdf_cpl of variable cumulative_surface_downwelling_diffuse_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name qwv_surf of variable water_vapor_mixing_ratio_at_surface from new to old metadata -INFO: Converting local name fm10_ocean of variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_ocean from new to old metadata -INFO: Converting local name QC_BL of variable subgrid_cloud_mixing_ratio_pbl from new to old metadata -INFO: Converting local name adjsfculw_ice of variable surface_upwelling_longwave_flux_over_ice_interstitial from new to old metadata -INFO: Converting local name tsfci_cpl of variable instantaneous_surface_skin_temperature_for_coupling from new to old metadata -INFO: Converting local name pertz0 of variable magnitude_of_perturbation_of_momentum_roughness_length from new to old metadata -INFO: Converting local name eahxy of variable canopy_air_vapor_pressure from new to old metadata -INFO: Converting local name cnv_dqldt of variable tendency_of_cloud_water_due_to_convective_microphysics from new to old metadata -INFO: Converting local name gq0 of variable tracer_concentration_updated_by_physics from new to old metadata -INFO: Converting local name iopt_dveg of variable flag_for_dynamic_vegetation_option from new to old metadata -INFO: Converting local name gv0(:,1) of variable y_wind_at_lowest_model_layer_updated_by_physics from new to old metadata -INFO: Converting local name first_time_step of variable flag_for_first_time_step from new to old metadata -INFO: Converting local name dtaux2d_ss of variable x_momentum_tendency_from_small_scale_gwd from new to old metadata -INFO: Converting local name wetdpl of variable instantaneous_large_scale_wet_deposition from new to old metadata -INFO: Converting local name cndm_surf of variable surface_condensation_mass from new to old metadata -INFO: Converting local name cmm_land of variable surface_drag_wind_speed_for_momentum_in_air_over_land from new to old metadata -INFO: Converting local name fh2 of variable Monin_Obukhov_similarity_function_for_heat_at_2m from new to old metadata -INFO: Converting local name gw_dudt of variable tendency_of_x_wind_due_to_ugwp from new to old metadata -INFO: Converting local name shinhong of variable flag_for_scale_aware_Shinhong_PBL from new to old metadata -INFO: Converting local name maxMF of variable maximum_mass_flux from new to old metadata -INFO: Converting local name gu0 of variable x_wind_updated_by_physics from new to old metadata -INFO: Converting local name ncstrac of variable number_of_tracers_for_CS from new to old metadata -INFO: Converting local name do_qa of variable flag_for_inline_cloud_fraction_calculation from new to old metadata -INFO: Converting local name pgr of variable surface_air_pressure from new to old metadata -INFO: Converting local name del of variable air_pressure_difference_between_midlayers from new to old metadata -INFO: Converting local name nqrimef of variable index_for_mass_weighted_rime_factor from new to old metadata -INFO: Converting local name du3dt(:,:,1) of variable cumulative_change_in_x_wind_due_to_PBL from new to old metadata -INFO: Converting local name raincs of variable lwe_thickness_of_shallow_convective_precipitation_amount from new to old metadata -INFO: Converting local name xlaixy of variable leaf_area_index from new to old metadata -INFO: Converting local name iopt_alb of variable flag_for_ground_snow_surface_albedo_option from new to old metadata -INFO: Converting local name moninq_fac of variable atmosphere_diffusivity_coefficient_factor from new to old metadata -INFO: Converting local name work3 of variable ratio_of_exner_function_between_midlayer_and_interface_at_lowest_model_layer from new to old metadata -INFO: Converting local name adjnirbmd of variable surface_downwelling_direct_near_infrared_shortwave_flux from new to old metadata -INFO: Converting local name imp_physics_zhao_carr_pdf of variable flag_for_zhao_carr_pdf_microphysics_scheme from new to old metadata -INFO: Converting local name dv3dt(:,:,3) of variable cumulative_change_in_y_wind_due_to_deep_convection from new to old metadata -INFO: Converting local name evcwa of variable cumulative_canopy_upward_latent_heat_flu_multiplied_by_timestep from new to old metadata -INFO: Converting local name lsm_noah of variable flag_for_noah_land_surface_scheme from new to old metadata -INFO: Converting local name ntk of variable index_for_turbulent_kinetic_energy_convective_transport_tracer from new to old metadata -INFO: Converting local name qsnw of variable local_snow_water_mixing_ratio from new to old metadata -INFO: Converting local name edmf_thl of variable emdf_updraft_theta_l from new to old metadata -INFO: Converting local name crtrh(2) of variable critical_relative_humidity_at_PBL_top from new to old metadata -INFO: Converting local name xv of variable diurnal_thermocline_layer_y_current from new to old metadata -INFO: Converting local name rlapse of variable air_temperature_lapse_rate_constant from new to old metadata -INFO: Converting local name clw(:,:,1) of variable ice_water_mixing_ratio_convective_transport_tracer from new to old metadata -INFO: Converting local name levozp of variable vertical_dimension_of_ozone_forcing_data from new to old metadata -INFO: Converting local name spfhmax of variable maximum_specific_humidity_at_2m from new to old metadata -INFO: Converting local name runoff of variable surface_runoff_flux from new to old metadata -INFO: Converting local name do_sb_physics of variable mg_flag_for_sb2001_autoconversion from new to old metadata -INFO: Converting local name phy_myj_a1q of variable weight_for_specific_humidity_at_viscous_sublayer_top from new to old metadata -INFO: Converting local name cactiv of variable conv_activity_counter from new to old metadata -INFO: Converting local name clw(:,:,index_for_turbulent_kinetic_energy_convective_transport_tracer) of variable turbulent_kinetic_energy_convective_transport_tracer from new to old metadata -INFO: Converting local name oz_phys_2015 of variable flag_for_2015_ozone_physics from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_snow_number_concentration) of variable snow_number_concentration from new to old metadata -INFO: Converting local name ntsnc of variable index_for_snow_number_concentration from new to old metadata -INFO: Converting local name dlwsfci_cpl of variable instantaneous_surface_downwelling_longwave_flux_for_coupling from new to old metadata -INFO: Converting local name errflg of variable ccpp_error_flag from new to old metadata -INFO: Converting local name kbot of variable vertical_index_at_cloud_base from new to old metadata -INFO: Converting local name clw_surf of variable cloud_condensed_water_mixing_ratio_at_surface from new to old metadata -INFO: Converting local name skebu_wts of variable weights_for_stochastic_skeb_perturbation_of_x_wind from new to old metadata -INFO: Converting local name snowprv of variable lwe_thickness_of_snow_amount_from_previous_timestep from new to old metadata -INFO: Converting local name spec_adv of variable flag_for_individual_cloud_species_advected from new to old metadata -INFO: Converting local name rainmp of variable lwe_thickness_of_explicit_rain_amount from new to old metadata -INFO: Converting local name jdat of variable forecast_date_and_time from new to old metadata -INFO: Converting local name ntrcaer of variable number_of_aerosol_tracers_MG from new to old metadata -INFO: Converting local name gflux of variable cumulative_surface_ground_heat_flux_multiplied_by_timestep from new to old metadata -INFO: Converting local name q1 of variable water_vapor_specific_humidity_at_lowest_model_layer_for_diag from new to old metadata -INFO: Converting local name gq0(:,1,index_for_water_vapor) of variable water_vapor_specific_humidity_at_lowest_model_layer_updated_by_physics from new to old metadata -INFO: Converting local name nday of variable daytime_points_dimension from new to old metadata -INFO: Converting local name cs_parm(9) of variable entrainment_efficiency_tunable_parameter_9_CS from new to old metadata -INFO: Converting local name flx_form of variable flag_flux_form_CS from new to old metadata -INFO: Converting local name dtsfc_cpl of variable cumulative_surface_upward_sensible_heat_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name nstf_name(1) of variable flag_for_nsstm_run from new to old metadata -INFO: Converting local name ca_sgs of variable flag_for_sgs_cellular_automata from new to old metadata -INFO: Converting local name mg_qcmin(1) of variable mg_minimum_cloud_condensed_water_mixing_ratio from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio from new to old metadata -INFO: Converting local name rilist of variable gas_constants_for_multi_gases_physics from new to old metadata -INFO: Converting local name dtauy2d_ls of variable y_momentum_tendency_from_large_scale_gwd from new to old metadata -INFO: Converting local name oz_coeff of variable number_of_coefficients_in_ozone_forcing_data from new to old metadata -INFO: Converting local name edmf_qt of variable emdf_updraft_total_water from new to old metadata -INFO: Converting local name stmassxy of variable stem_mass from new to old metadata -INFO: Converting local name dgraupelprv of variable graupel_precipitation_rate_from_previous_timestep from new to old metadata -INFO: Converting local name gq0(:,:,index_for_mass_weighted_rime_factor) of variable mass_weighted_rime_factor_updated_by_physics from new to old metadata -INFO: Converting local name alnwf of variable mean_nir_albedo_with_weak_cosz_dependency from new to old metadata -INFO: Converting local name smoiseq of variable equilibrium_soil_water_content from new to old metadata -INFO: Converting local name psautco of variable coefficient_from_cloud_ice_to_snow from new to old metadata -INFO: Converting local name fhlwr of variable frequency_for_longwave_radiation from new to old metadata -INFO: Converting local name xtts of variable sensitivity_of_dtl_heat_content_to_surface_temperature from new to old metadata -INFO: Converting local name tracers_start_index of variable start_index_of_other_tracers from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_ice_cloud_condensate) of variable tendency_of_ice_cloud_water_mixing_ratio_due_to_model_physics from new to old metadata -INFO: Converting local name jsd of variable starting_y_direction_index_domain from new to old metadata -INFO: Converting local name semis_land of variable surface_longwave_emissivity_over_land_interstitial from new to old metadata -INFO: Converting local name tdomr of variable dominant_rain_type from new to old metadata -INFO: Converting local name conv_act of variable gf_memory_counter from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_ice_cloud_number_concentration) of variable ice_number_concentration from new to old metadata -INFO: Converting local name ugrs(:,1) of variable x_wind_at_lowest_model_layer from new to old metadata -INFO: Converting local name qicn of variable mass_fraction_of_convective_cloud_ice from new to old metadata -INFO: Converting local name fh2_ice of variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_ice from new to old metadata -INFO: Converting local name tsq of variable t_prime_squared from new to old metadata -INFO: Converting local name tdomip of variable dominant_sleet_type from new to old metadata -INFO: Converting local name lslwr of variable flag_to_calc_lw from new to old metadata -INFO: Converting local name GFS_cldprop_type of variable GFS_cldprop_type from new to old metadata -INFO: Converting local name imp_physics of variable flag_for_microphysics_scheme from new to old metadata -INFO: Converting local name sfcalb(:,1) of variable surface_albedo_due_to_near_IR_direct from new to old metadata -INFO: Converting local name mg_do_graupel of variable mg_flag_for_graupel from new to old metadata -INFO: Converting local name soilm of variable soil_moisture_content from new to old metadata -INFO: Converting local name exch_m of variable atmosphere_momentum_diffusivity_for_mynnpbl from new to old metadata -INFO: Converting local name wetdpc of variable instantaneous_convective_scale_wet_deposition from new to old metadata -INFO: Converting local name el_pbl of variable mixing_length from new to old metadata -INFO: Converting local name ncnvc of variable index_for_convective_cloud_cover_in_phy_f3d from new to old metadata -INFO: Converting local name fn_nml of variable namelist_filename from new to old metadata -INFO: Converting local name weasd_ocean of variable water_equivalent_accumulated_snow_depth_over_ocean from new to old metadata -INFO: Converting local name evfact_deep of variable rain_evaporation_coefficient_deep_convection from new to old metadata -INFO: Converting local name dqsfc of variable cumulative_surface_upward_latent_heat_flux_for_diag_multiplied_by_timestep from new to old metadata -INFO: Converting local name totgrpb of variable accumulated_lwe_thickness_of_graupel_amount_in_bucket from new to old metadata -INFO: Converting local name trans_aero of variable flag_for_aerosol_convective_transport_and_PBL_diffusion from new to old metadata -INFO: Converting local name dusfc_bl of variable integrated_x_momentum_flux_from_blocking_drag from new to old metadata -INFO: Converting local name gw_kdis of variable eddy_mixing_due_to_ugwp from new to old metadata -INFO: Converting local name mg_qcmin of variable mg_minimum_cloud_condensed_water_and_ice_mixing_ratio from new to old metadata -INFO: Converting local name dq3dt(:,:,3) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_shal_convection from new to old metadata -INFO: Converting local name qi of variable cloud_ice_specific_humidity_at_Lagrangian_surface from new to old metadata -INFO: Converting local name imfshalcnv_gf of variable flag_for_ntiedtke_shallow_convection_scheme from new to old metadata -INFO: Converting local name zorl_ocean of variable surface_roughness_length_over_ocean_interstitial from new to old metadata -INFO: Converting local name tsfc_ice of variable surface_skin_temperature_over_ice_interstitial from new to old metadata -INFO: Converting local name input_nml_file_length of variable number_of_lines_of_namelist_filename_for_internal_file_reads from new to old metadata -INFO: Converting local name flhc of variable surface_exchange_coefficient_for_heat from new to old metadata -INFO: Converting local name qke of variable tke_at_mass_points from new to old metadata -INFO: Converting local name snowd of variable surface_snow_thickness_water_equivalent from new to old metadata -INFO: Converting local name ncpr of variable local_rain_number_concentration from new to old metadata -INFO: Converting local name ldiag3d of variable flag_diagnostics_3D from new to old metadata -INFO: Converting local name ffhh_ocean of variable Monin_Obukhov_similarity_function_for_heat_over_ocean from new to old metadata -INFO: Converting local name nsamftrac of variable number_of_tracers_for_samf from new to old metadata -INFO: Converting local name con_hvap of variable latent_heat_of_vaporization_of_water_at_0C from new to old metadata -INFO: Converting local name dtaux2d_fd of variable x_momentum_tendency_from_form_drag from new to old metadata -INFO: Converting local name levh2o of variable vertical_dimension_of_h2o_forcing_data from new to old metadata -INFO: Converting local name ras of variable flag_for_ras_deep_convection from new to old metadata -INFO: Converting local name ialb of variable flag_for_using_climatology_albedo from new to old metadata -INFO: Converting local name raincd of variable lwe_thickness_of_deep_convective_precipitation_amount from new to old metadata -INFO: Converting local name alb1d of variable surface_albedo_perturbation from new to old metadata -INFO: Converting local name nwat of variable number_of_water_species from new to old metadata -INFO: Converting local name dwn_mf of variable cumulative_atmosphere_downdraft_convective_mass_flux from new to old metadata -INFO: Converting local name save_t of variable air_temperature_save from new to old metadata -INFO: Converting local name fice of variable sea_ice_concentration from new to old metadata -INFO: Converting local name dvisdf_cpl of variable cumulative_surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name cvb of variable pressure_at_bottom_of_convective_cloud from new to old metadata -INFO: Converting local name save_q(:,:,index_for_ice_cloud_condensate) of variable ice_water_mixing_ratio_save from new to old metadata -INFO: Converting local name gq0(:,:,index_for_snow_water) of variable snow_water_mixing_ratio_updated_by_physics from new to old metadata -INFO: Converting local name qrain of variable sensible_heat_flux_due_to_rainfall from new to old metadata -INFO: Converting local name stress_ocean of variable surface_wind_stress_over_ocean from new to old metadata -INFO: Converting local name adjsfculw_land of variable surface_upwelling_longwave_flux_over_land_interstitial from new to old metadata -INFO: Converting local name ndust of variable number_of_dust_bins_for_diagnostics from new to old metadata -INFO: Converting local name GFS_radtend_type of variable GFS_radtend_type from new to old metadata -INFO: Converting local name ngas of variable number_of_gases_for_multi_gases_physics from new to old metadata -INFO: Converting local name diceprv of variable ice_precipitation_rate_from_previous_timestep from new to old metadata -INFO: Converting local name con_ttp of variable triple_point_temperature_of_water from new to old metadata -INFO: Converting local name rechxy of variable water_table_recharge_when_shallow from new to old metadata -INFO: Converting local name ffhh of variable Monin_Obukhov_similarity_function_for_heat from new to old metadata -INFO: Converting local name edmf_w of variable emdf_updraft_vertical_velocity from new to old metadata -INFO: Converting local name sed_supersat of variable mg_allow_supersat_after_sed from new to old metadata -INFO: Converting local name sr of variable ratio_of_snowfall_to_rainfall from new to old metadata -INFO: Converting local name stc of variable soil_temperature from new to old metadata -INFO: Converting local name idate of variable date_and_time_at_model_initialization_reordered from new to old metadata -INFO: Converting local name nctp of variable number_of_cloud_types_CS from new to old metadata -INFO: Converting local name levrp1 of variable number_of_vertical_layers_for_radiation_calculations_plus_one from new to old metadata -INFO: Converting local name v10mmax of variable maximum_y_wind_at_10m from new to old metadata -INFO: Converting local name clouds(:,:,8) of variable cloud_snow_water_path from new to old metadata -INFO: Converting local name dusfc of variable cumulative_surface_x_momentum_flux_for_diag_multiplied_by_timestep from new to old metadata -INFO: Converting local name sfcalb(:,3) of variable surface_albedo_due_to_UV_and_VIS_direct from new to old metadata -INFO: Converting local name zmtnblck of variable level_of_dividing_streamline from new to old metadata -INFO: Converting local name xcosz of variable instantaneous_cosine_of_zenith_angle from new to old metadata -INFO: Converting local name CCPP_interstitial_type of variable CCPP_interstitial_type from new to old metadata -INFO: Converting local name theta of variable angle_from_east_of_maximum_subgrid_orographic_variations from new to old metadata -INFO: Converting local name nbdsw of variable number_of_aerosol_bands_for_shortwave_radiation from new to old metadata -INFO: Converting local name dqsfc1 of variable instantaneous_surface_upward_latent_heat_flux from new to old metadata -INFO: Converting local name htrsw of variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_timestep from new to old metadata -INFO: Converting local name gq0(:,:,index_for_graupel_number_concentration) of variable graupel_number_concentration_updated_by_physics from new to old metadata -INFO: Converting local name ntgnc of variable index_for_graupel_number_concentration from new to old metadata -INFO: Converting local name semis of variable surface_longwave_emissivity from new to old metadata -INFO: Converting local name ca_smooth of variable flag_for_gaussian_spatial_filter from new to old metadata -INFO: Converting local name zhour of variable time_since_diagnostics_zeroed from new to old metadata -INFO: Converting local name uswsfci of variable surface_upwelling_shortwave_flux from new to old metadata -INFO: Converting local name dq3dt(:,:,6) of variable cumulative_change_in_ozone_concentration_due_to_production_and_loss_rate from new to old metadata -INFO: Converting local name con_t0c of variable temperature_at_zero_celsius from new to old metadata -INFO: Converting local name dvsfcin_cpl of variable surface_y_momentum_flux_for_coupling from new to old metadata -INFO: Converting local name runoff of variable total_runoff from new to old metadata -INFO: Converting local name upd_mf of variable cumulative_atmosphere_updraft_convective_mass_flux from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_for_cloud_fraction_in_3d_arrays_for_microphysics) of variable cloud_fraction_for_MG from new to old metadata -INFO: Converting local name indcld of variable index_for_cloud_fraction_in_3d_arrays_for_microphysics from new to old metadata -INFO: Converting local name vegtype of variable vegetation_type_classification from new to old metadata -INFO: Converting local name ied of variable ending_x_direction_index_domain from new to old metadata -INFO: Converting local name transa of variable cumulative_transpiration_flux_multiplied_by_timestep from new to old metadata -INFO: Converting local name dt3dt(:,:,2) of variable cumulative_change_in_temperature_due_to_shortwave_radiation from new to old metadata -INFO: Converting local name dvsfc_ls of variable integrated_y_momentum_flux_from_large_scale_gwd from new to old metadata -INFO: Converting local name snowd_ocean of variable surface_snow_thickness_water_equivalent_over_ocean from new to old metadata -INFO: Converting local name clouds(:,:,2) of variable cloud_liquid_water_path from new to old metadata -INFO: Converting local name visbmui of variable surface_upwelling_direct_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name plvl of variable air_pressure_at_interface_for_radiation_in_hPa from new to old metadata -INFO: Converting local name uustar_land of variable surface_friction_velocity_over_land from new to old metadata -INFO: Converting local name phy_myj_akms of variable momentum_exchange_coefficient_for_MYJ_schemes from new to old metadata -INFO: Converting local name cnv_fice of variable ice_fraction_in_convective_tower from new to old metadata -INFO: Converting local name nbdlw of variable number_of_aerosol_bands_for_longwave_radiation from new to old metadata -INFO: Converting local name dudt_mtb of variable instantaneous_change_in_x_wind_due_to_mountain_blocking_drag from new to old metadata -INFO: Converting local name rb_ocean of variable bulk_richardson_number_at_lowest_model_level_over_ocean from new to old metadata -INFO: Converting local name ccnorm of variable flag_for_cloud_condensate_normalized_by_cloud_cover from new to old metadata -INFO: Converting local name dqdt of variable tendency_of_tracers_due_to_model_physics from new to old metadata -INFO: Converting local name u10m of variable x_wind_at_10m from new to old metadata -INFO: Converting local name tmpmin of variable minimum_temperature_at_2m from new to old metadata -INFO: Converting local name save_u of variable x_wind_save from new to old metadata -INFO: Converting local name tsnow of variable snow_temperature_bottom_first_layer from new to old metadata -INFO: Converting local name kind_INTEGER of variable kind_INTEGER from new to old metadata -INFO: Converting local name nswsfc_cpl of variable cumulative_surface_net_downward_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name vgrs(:,1) of variable y_wind_at_lowest_model_layer from new to old metadata -INFO: Converting local name bl_mynn_edmf_tke of variable edmf_tke_transport_flag from new to old metadata -INFO: Converting local name tile_num of variable number_of_tile from new to old metadata -INFO: Converting local name con_pi of variable pi from new to old metadata -INFO: Converting local name abem of variable instantaneous_anthopogenic_and_biomass_burning_emissions from new to old metadata -INFO: Converting local name latidxprnt of variable latitude_index_in_debug_printouts from new to old metadata -INFO: Converting local name tcrf of variable cloud_phase_transition_denominator from new to old metadata -INFO: Converting local name cpilist of variable specific_heat_capacities_for_multi_gases_physics from new to old metadata -INFO: Converting local name tprcp_ocean of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_ocean from new to old metadata -INFO: Converting local name vgrs of variable y_wind from new to old metadata -INFO: Converting local name me of variable mpi_rank from new to old metadata -INFO: Converting local name nseffr of variable index_for_snow_effective_radius from new to old metadata -INFO: Converting local name crtrh(1) of variable critical_relative_humidity_at_surface from new to old metadata -INFO: Converting local name nrcm of variable array_dimension_of_random_number from new to old metadata -INFO: Converting local name phy_f2d(:,2) of variable surface_air_pressure_at_previous_time_step from new to old metadata -INFO: Converting local name totice of variable accumulated_lwe_thickness_of_ice_amount from new to old metadata -INFO: Converting local name vdftra of variable vertically_diffused_tracer_concentration from new to old metadata -INFO: Converting local name clam_shal of variable entrainment_rate_coefficient_shallow_convection from new to old metadata -INFO: Converting local name ulwsfc of variable cumulative_surface_upwelling_longwave_flux_multiplied_by_timestep from new to old metadata -INFO: Converting local name cldf of variable cloud_area_fraction from new to old metadata -INFO: Converting local name prslk of variable dimensionless_exner_function_at_model_layers from new to old metadata -INFO: Converting local name imp_physics_wsm6 of variable flag_for_wsm6_microphysics_scheme from new to old metadata -INFO: Converting local name blksz(ccpp_block_number) of variable horizontal_loop_extent from new to old metadata -INFO: Converting local name dtp of variable time_step_for_physics from new to old metadata -INFO: Converting local name nnirdf_cpl of variable cumulative_surface_net_downward_diffuse_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name tsurf_ice of variable surface_skin_temperature_after_iteration_over_ice from new to old metadata -INFO: Converting local name snowfallac of variable total_accumulated_snowfall from new to old metadata -INFO: Converting local name solhr of variable forecast_hour_of_the_day from new to old metadata -INFO: Converting local name use_zmtnblck of variable flag_for_mountain_blocking from new to old metadata -INFO: Converting local name sfcflw_type of variable sfcflw_type from new to old metadata -INFO: Converting local name rhofr of variable density_of_frozen_precipitation from new to old metadata -INFO: Converting local name dxmax of variable maximum_scaling_factor_for_critical_relative_humidity from new to old metadata -INFO: Converting local name rainc_cpl of variable lwe_thickness_of_convective_precipitation_amount_for_coupling from new to old metadata -INFO: Converting local name prautco of variable coefficient_from_cloud_water_to_rain from new to old metadata -INFO: Converting local name cumabs of variable maximum_column_heating_rate from new to old metadata -INFO: Converting local name Statein of variable GFS_statein_type_instance from new to old metadata -INFO: Converting local name ntasks of variable mpi_size from new to old metadata -INFO: Converting local name qsq of variable q_prime_squared from new to old metadata -INFO: Converting local name bl_mynn_mixqt of variable mix_total_water_flag from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_turbulent_kinetic_energy) of variable tendency_of_turbulent_kinetic_energy_due_to_model_physics from new to old metadata -INFO: Converting local name ntke of variable index_for_turbulent_kinetic_energy from new to old metadata -INFO: Converting local name kmp of variable top_layer_index_for_fast_physics from new to old metadata -INFO: Converting local name ffhh_ice of variable Monin_Obukhov_similarity_function_for_heat_over_ice from new to old metadata -INFO: Converting local name dq3dt(:,:,1) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_PBL from new to old metadata -INFO: Converting local name con_hfus of variable latent_heat_of_fusion_of_water_at_0C from new to old metadata -INFO: Converting local name isubc_lw of variable flag_for_lw_clouds_without_sub_grid_approximation from new to old metadata -INFO: Converting local name du3dt(:,:,3) of variable cumulative_change_in_x_wind_due_to_deep_convection from new to old metadata -INFO: Converting local name clx of variable fraction_of_grid_box_with_subgrid_orography_higher_than_critical_height from new to old metadata -INFO: Converting local name shoc_parm(4) of variable shoc_implicit_TKE_integration_uncentering_term from new to old metadata -INFO: Converting local name gasvmr(:,:,7) of variable volume_mixing_ratio_cfc12 from new to old metadata -INFO: Converting local name cappa of variable cappa_moist_gas_constant_at_Lagrangian_surface from new to old metadata -INFO: Converting local name cf_upi of variable convective_cloud_fraction_for_microphysics from new to old metadata -INFO: Converting local name cdata of variable ccpp_t_instance from new to old metadata -INFO: Converting local name phy_myj_akhs of variable heat_exchange_coefficient_for_MYJ_schemes from new to old metadata -INFO: Converting local name sedim of variable instantaneous_sedimentation from new to old metadata -INFO: Converting local name graupelmp of variable lwe_thickness_of_graupel_amount from new to old metadata -INFO: Converting local name skebu_wts of variable weights_for_stochastic_skeb_perturbation_of_x_wind_flipped from new to old metadata -INFO: Converting local name GFS_control_type of variable GFS_control_type from new to old metadata -INFO: Converting local name yearlen of variable number_of_days_in_year from new to old metadata -INFO: Converting local name save_q(:,:,index_for_water_vapor) of variable water_vapor_specific_humidity_save from new to old metadata -INFO: Converting local name smois of variable volume_fraction_of_soil_moisture_for_land_surface_model from new to old metadata -INFO: Converting local name gq0(:,:,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio_updated_by_physics from new to old metadata -INFO: Converting local name pwat of variable column_precipitable_water from new to old metadata -INFO: Converting local name cld1d of variable cloud_work_function from new to old metadata -INFO: Converting local name qvi of variable gas_tracers_for_multi_gas_physics_at_Lagrangian_surface from new to old metadata -INFO: Converting local name gabsbdlw of variable surface_downwelling_longwave_flux_absorbed_by_ground from new to old metadata -INFO: Converting local name tau_ngw of variable time_integral_of_momentum_flux_due_to_nonstationary_gravity_wave from new to old metadata -INFO: Converting local name xlat_d of variable latitude_degree from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_for_ice_effective_radius) of variable effective_radius_of_stratiform_cloud_ice_particle_in_um from new to old metadata -INFO: Converting local name nieffr of variable index_for_ice_effective_radius from new to old metadata -INFO: Converting local name do_ca of variable flag_for_cellular_automata from new to old metadata -INFO: Converting local name wtxy of variable water_storage_in_aquifer_and_saturated_soil from new to old metadata -INFO: Converting local name srunoff of variable surface_runoff from new to old metadata -INFO: Converting local name ntrnc of variable index_for_rain_number_concentration from new to old metadata -INFO: Converting local name ustm of variable surface_friction_velocity_drag from new to old metadata -INFO: Converting local name cnvprcp of variable cumulative_lwe_thickness_of_convective_precipitation_amount from new to old metadata -INFO: Converting local name imfdeepcnv_samf of variable flag_for_samf_deep_convection_scheme from new to old metadata -INFO: Converting local name si of variable vertical_sigma_coordinate_for_radiation_initialization from new to old metadata -INFO: Converting local name gwdcu of variable tendency_of_x_wind_due_to_convective_gravity_wave_drag from new to old metadata -INFO: Converting local name elvmax of variable maximum_subgrid_orography from new to old metadata -INFO: Converting local name slimskin_cpl of variable sea_land_ice_mask_in from new to old metadata -INFO: Converting local name dtsfc_cice of variable surface_upward_sensible_heat_flux_for_coupling_interstitial from new to old metadata -INFO: Converting local name do_mynnedmf of variable do_mynnedmf from new to old metadata -INFO: Converting local name zorll of variable surface_roughness_length_over_land from new to old metadata -INFO: Converting local name nswsfci_cpl of variable instantaneous_surface_net_downward_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name do_cldice of variable mg_flag_for_cloud_ice_processes from new to old metadata -INFO: Converting local name alboldxy of variable snow_albedo_at_previous_time_step from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_graupel) of variable graupel_mixing_ratio from new to old metadata -INFO: Converting local name rhcmax of variable maximum_critical_relative_humidity from new to old metadata -INFO: Converting local name Stateout of variable GFS_stateout_type_instance from new to old metadata -INFO: Converting local name nirbmdi of variable surface_downwelling_direct_near_infrared_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name gfluxi of variable instantaneous_surface_ground_heat_flux from new to old metadata -INFO: Converting local name drainncprv of variable explicit_rainfall_rate_from_previous_timestep from new to old metadata -INFO: Converting local name gflx of variable upward_heat_flux_in_soil from new to old metadata -INFO: Converting local name hflx_ocean of variable kinematic_surface_upward_sensible_heat_flux_over_ocean from new to old metadata -INFO: Converting local name nvdiff of variable number_of_vertical_diffusion_tracers from new to old metadata -INFO: Converting local name dspheat of variable flag_TKE_dissipation_heating from new to old metadata -INFO: Converting local name fhswr of variable frequency_for_shortwave_radiation from new to old metadata -INFO: Converting local name nthreads of variable omp_threads from new to old metadata -INFO: Converting local name islmsk of variable sea_land_ice_mask from new to old metadata -INFO: Converting local name ntchmdiag of variable number_of_chemical_tracers_for_diagnostics from new to old metadata -INFO: Converting local name nstf_name(5) of variable vertical_temperature_average_range_upper_bound from new to old metadata -INFO: Converting local name forceq of variable moisture_tendency_due_to_dynamics from new to old metadata -INFO: Converting local name nseasalt of variable number_of_seasalt_bins_for_diagnostics from new to old metadata -INFO: Converting local name gasvmr(:,:,2) of variable volume_mixing_ratio_n2o from new to old metadata -INFO: Converting local name ctei_rml of variable grid_sensitive_critical_cloud_top_entrainment_instability_criteria from new to old metadata -INFO: Converting local name sfc_wts of variable weights_for_stochastic_surface_physics_perturbation from new to old metadata -INFO: Converting local name oc of variable convexity_of_subgrid_orography from new to old metadata -INFO: Converting local name ep1d of variable surface_upward_potential_latent_heat_flux from new to old metadata -INFO: Converting local name u10mmax of variable maximum_x_wind_at_10m from new to old metadata -INFO: Converting local name nca of variable number_of_independent_cellular_automata from new to old metadata -INFO: Converting local name rtmassxy of variable fine_root_mass from new to old metadata -INFO: Converting local name ffmm_ocean of variable Monin_Obukhov_similarity_function_for_momentum_over_ocean from new to old metadata -INFO: Converting local name pertlai of variable magnitude_of_perturbation_of_leaf_area_index from new to old metadata -INFO: Converting local name mg_ncnst of variable mg_drop_concentration_constant from new to old metadata -INFO: Converting local name pgcon_shal of variable momentum_transport_reduction_factor_pgf_shallow_convection from new to old metadata -INFO: Converting local name edmf_qc of variable emdf_updraft_cloud_water from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_graupel) of variable tendency_of_graupel_mixing_ratio_due_to_model_physics from new to old metadata -INFO: Converting local name acvt of variable largest_cloud_top_vertical_index_encountered_thus_far from new to old metadata -INFO: Converting local name cmm of variable surface_drag_wind_speed_for_momentum_in_air from new to old metadata -INFO: Converting local name dt_cool of variable sub_layer_cooling_amount from new to old metadata -INFO: Converting local name qc_r of variable cloud_liquid_water_mixing_ratio from new to old metadata -INFO: Converting local name ral_ts of variable time_scale_for_rayleigh_damping from new to old metadata -INFO: Converting local name GFS_diag_type of variable GFS_diag_type from new to old metadata -INFO: Converting local name dnirdfi_cpl of variable instantaneous_surface_downwelling_diffuse_near_infrared_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name chh_ice of variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_ice from new to old metadata -INFO: Converting local name flipv of variable flag_flip from new to old metadata -INFO: Converting local name ldiag_ugwp of variable diag_ugwp_flag from new to old metadata -INFO: Converting local name ctei_r of variable cloud_top_entrainment_instability_value from new to old metadata -INFO: Converting local name ccn_nm of variable ccn_number_concentration from new to old metadata -INFO: Converting local name edmf_ent of variable emdf_updraft_entrainment_rate from new to old metadata -INFO: Converting local name htswc of variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step from new to old metadata -INFO: Converting local name phy_myj_thz0 of variable potential_temperature_at_viscous_sublayer_top from new to old metadata -INFO: Converting local name bl_mynn_edmf of variable edmf_flag from new to old metadata -INFO: Converting local name con_rd of variable gas_constant_dry_air from new to old metadata -INFO: Converting local name qss_land of variable surface_specific_humidity_over_land from new to old metadata -INFO: Converting local name zt1d of variable perturbation_of_heat_to_momentum_roughness_length_ratio from new to old metadata -INFO: Converting local name imp_physics_zhao_carr of variable flag_for_zhao_carr_microphysics_scheme from new to old metadata -INFO: Converting local name delz of variable thickness_at_Lagrangian_surface from new to old metadata -INFO: Converting local name dtsfci of variable instantaneous_surface_upward_sensible_heat_flux_for_diag from new to old metadata -INFO: Converting local name dvsfc_fd of variable integrated_y_momentum_flux_from_form_drag from new to old metadata -INFO: Converting local name totprcpb of variable accumulated_lwe_thickness_of_precipitation_amount_in_bucket from new to old metadata -INFO: Converting local name tcr of variable cloud_phase_transition_threshold_temperature from new to old metadata -INFO: Converting local name clstp of variable convective_cloud_switch from new to old metadata -INFO: Converting local name isatmedmf_vdifq of variable choice_of_updated_scale_aware_TKE_moist_EDMF_PBL from new to old metadata -INFO: Converting local name coszen of variable cosine_of_zenith_angle from new to old metadata -INFO: Converting local name nifa2d of variable tendency_of_ice_friendly_aerosols_at_surface from new to old metadata -INFO: Converting local name icy of variable flag_nonzero_sea_ice_surface_fraction from new to old metadata -INFO: Converting local name dudt of variable tendency_of_x_wind_due_to_model_physics from new to old metadata -INFO: Converting local name bl_dnfr of variable downdraft_fraction_in_boundary_layer_mass_flux_scheme from new to old metadata -INFO: Converting local name snohf of variable snow_freezing_rain_upward_latent_heat_flux from new to old metadata -INFO: Converting local name bexp1d of variable perturbation_of_soil_type_b_parameter from new to old metadata -INFO: Converting local name faersw of variable aerosol_optical_properties_for_shortwave_bands_01_16 from new to old metadata -INFO: Converting local name dtdt of variable tendency_of_air_temperature_due_to_model_physics from new to old metadata -INFO: Converting local name nvisdf_cpl of variable cumulative_surface_net_downward_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name dqsfcin_cpl of variable surface_upward_latent_heat_flux_for_coupling from new to old metadata -INFO: Converting local name con_p0 of variable standard_atmospheric_pressure from new to old metadata -INFO: Converting local name con_epsq of variable minimum_value_of_specific_humidity from new to old metadata -INFO: Converting local name dusfci_cpl of variable instantaneous_surface_x_momentum_flux_for_coupling from new to old metadata -INFO: Converting local name ep1d_ice of variable surface_upward_potential_latent_heat_flux_over_ice from new to old metadata -INFO: Converting local name fhour of variable forecast_time from new to old metadata -INFO: Converting local name refl_10cm of variable radar_reflectivity_10cm from new to old metadata -INFO: Converting local name shum_wts of variable weights_for_stochastic_shum_perturbation_flipped from new to old metadata -INFO: Converting local name dspfac of variable tke_dissipative_heating_factor from new to old metadata -INFO: Converting local name nnirbmi_cpl of variable instantaneous_surface_net_downward_direct_near_infrared_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name c1_deep of variable detrainment_conversion_parameter_deep_convection from new to old metadata -INFO: Converting local name dt3dt(:,:,4) of variable cumulative_change_in_temperature_due_to_deep_convection from new to old metadata -INFO: Converting local name dv3dt(:,:,4) of variable cumulative_change_in_y_wind_due_to_convective_gravity_wave_drag from new to old metadata -INFO: Converting local name phy_myj_a1u of variable weight_for_momentum_at_viscous_sublayer_top from new to old metadata -INFO: Converting local name iopt_stc of variable flag_for_soil_and_snow_temperature_time_stepping_option from new to old metadata -INFO: Converting local name adjvisbmd of variable surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux from new to old metadata -INFO: Converting local name icloud_bl of variable couple_sgs_clouds_to_radiation_flag from new to old metadata -INFO: Converting local name rb of variable bulk_richardson_number_at_lowest_model_level from new to old metadata -INFO: Converting local name faerlw(:,:,:,2) of variable aerosol_single_scattering_albedo_for_longwave_bands_01_16 from new to old metadata -INFO: Converting local name phy_myj_elflx of variable kinematic_surface_latent_heat_flux from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_for_snow_effective_radius) of variable effective_radius_of_stratiform_cloud_snow_particle_in_um from new to old metadata -INFO: Converting local name iopt_tbot of variable flag_for_lower_boundary_soil_temperature_option from new to old metadata -INFO: Converting local name pdfflag of variable flag_for_pdf_for_morrison_gettelman_microphysics_scheme from new to old metadata -INFO: Converting local name do_aw of variable flag_for_Arakawa_Wu_adjustment from new to old metadata -INFO: Converting local name do_tofd of variable turb_oro_form_drag_flag from new to old metadata -INFO: Converting local name dqdti of variable instantaneous_water_vapor_specific_humidity_tendency_due_to_convection from new to old metadata -INFO: Converting local name qi_r of variable cloud_ice_mixing_ratio from new to old metadata -INFO: Converting local name flag_iter of variable flag_for_iteration from new to old metadata -INFO: Converting local name CLDFRA_BL of variable subgrid_cloud_fraction_pbl from new to old metadata -INFO: Converting local name zorl_ice of variable surface_roughness_length_over_ice_interstitial from new to old metadata -INFO: Converting local name dd_mf of variable instantaneous_atmosphere_downdraft_convective_mass_flux from new to old metadata -INFO: Converting local name visdfui of variable surface_upwelling_diffuse_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name julian of variable julian_day from new to old metadata -INFO: Converting local name cd_ice of variable surface_drag_coefficient_for_momentum_in_air_over_ice from new to old metadata -INFO: Converting local name iovr_lw of variable flag_for_max_random_overlap_clouds_for_longwave_radiation from new to old metadata -INFO: Converting local name lmp of variable adjusted_vertical_level_dimension_for_radiation from new to old metadata -INFO: Converting local name kdt of variable index_of_time_step from new to old metadata -INFO: Converting local name ushfsfci of variable instantaneous_surface_upward_sensible_heat_flux_for_chemistry_coupling from new to old metadata -INFO: Converting local name rb_land of variable bulk_richardson_number_at_lowest_model_level_over_land from new to old metadata -INFO: Converting local name uustar of variable surface_friction_velocity from new to old metadata -INFO: Converting local name adjnirbmu of variable surface_upwelling_direct_near_infrared_shortwave_flux from new to old metadata -INFO: Converting local name do_mynnsfclay of variable do_mynnsfclay from new to old metadata -INFO: Converting local name aero_in of variable flag_for_aerosol_input_MG from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_water_vapor) of variable tendency_of_water_vapor_specific_humidity_due_to_model_physics from new to old metadata -INFO: Converting local name mol of variable theta_star from new to old metadata -INFO: Converting local name fwetxy of variable area_fraction_of_wet_canopy from new to old metadata -INFO: Converting local name phy_f2d(:,1) of variable surface_air_pressure_two_time_steps_back from new to old metadata -INFO: Converting local name topflw of variable lw_fluxes_top_atmosphere from new to old metadata -INFO: Converting local name satmedmf of variable flag_for_scale_aware_TKE_moist_EDMF_PBL from new to old metadata -INFO: Converting local name waxy of variable water_storage_in_aquifer from new to old metadata -INFO: Converting local name snow of variable lwe_thickness_of_snow_amount_on_dynamics_timestep from new to old metadata -INFO: Converting local name ivegsrc of variable vegetation_type_dataset_choice from new to old metadata -INFO: Converting local name sigmaf of variable bounded_vegetation_area_fraction from new to old metadata -INFO: Converting local name f_rain of variable fraction_of_rain_water_cloud from new to old metadata -INFO: Converting local name dkt of variable instantaneous_atmosphere_heat_diffusivity from new to old metadata -INFO: Converting local name asolfac_deep of variable aerosol_aware_parameter_deep_convection from new to old metadata -INFO: Converting local name dv3dt(:,:,2) of variable cumulative_change_in_y_wind_due_to_orographic_gravity_wave_drag from new to old metadata -INFO: Converting local name ipr of variable horizontal_index_of_printed_column from new to old metadata -INFO: Converting local name npzcappa of variable vertical_dimension_for_cappa_at_Lagrangian_surface from new to old metadata -INFO: Converting local name clam_deep of variable entrainment_rate_coefficient_deep_convection from new to old metadata -INFO: Converting local name dusfci of variable instantaneous_surface_x_momentum_flux_for_diag from new to old metadata -INFO: Converting local name cs_parm(4) of variable detrainment_and_precipitation_tunable_parameter_4_CS from new to old metadata -INFO: Converting local name levsp1 of variable vertical_dimension_plus_one from new to old metadata -INFO: Converting local name con_cp of variable specific_heat_of_dry_air_at_constant_pressure from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_water_vapor) of variable water_vapor_specific_humidity from new to old metadata -INFO: Converting local name prsik(:,1) of variable dimensionless_exner_function_at_lowest_model_interface from new to old metadata -INFO: Converting local name gasvmr(:,:,5) of variable volume_mixing_ratio_co from new to old metadata -INFO: Converting local name mg_ngcons of variable mg_flag_graupel_concentration_constant from new to old metadata -INFO: Converting local name acsnow of variable accumulated_water_equivalent_of_frozen_precip from new to old metadata -INFO: Converting local name levsm1 of variable vertical_dimension_minus_one from new to old metadata -INFO: Converting local name phy_myj_a1t of variable weight_for_potental_temperature_at_viscous_sublayer_top from new to old metadata -INFO: Converting local name ntracp1 of variable number_of_tracers_plus_one from new to old metadata -INFO: Converting local name GFS_Data of variable GFS_data_type_instance_all_blocks from new to old metadata -INFO: Converting local name zol of variable surface_stability_parameter from new to old metadata -INFO: Converting local name CCPP_interstitial of variable CCPP_interstitial_type_instance from new to old metadata -INFO: Converting local name isd of variable starting_x_direction_index_domain from new to old metadata -INFO: Converting local name cplflx of variable flag_for_flux_coupling from new to old metadata -INFO: Converting local name lradar of variable flag_for_radar_reflectivity from new to old metadata -INFO: Converting local name iseed_ca of variable seed_for_random_number_generation_in_cellular_automata_scheme from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_for_convective_cloud_cover_in_phy_f3d) of variable convective_cloud_cover_in_phy_f3d from new to old metadata -INFO: Converting local name dqsfci of variable instantaneous_surface_upward_latent_heat_flux_for_diag from new to old metadata -INFO: Converting local name dxmin of variable minimum_scaling_factor_for_critical_relative_humidity from new to old metadata -INFO: Converting local name sppt_wts of variable weights_for_stochastic_sppt_perturbation from new to old metadata -INFO: Converting local name tahxy of variable canopy_air_temperature from new to old metadata -INFO: Converting local name imn of variable forecast_month from new to old metadata -INFO: Converting local name evcw of variable canopy_upward_latent_heat_flux from new to old metadata -INFO: Converting local name input_nml_file of variable namelist_filename_for_internal_file_reads from new to old metadata -INFO: Converting local name raddt of variable time_step_for_radiation from new to old metadata -INFO: Converting local name dvisbmi_cpl of variable instantaneous_surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name gwdcv of variable tendency_of_y_wind_due_to_convective_gravity_wave_drag from new to old metadata -INFO: Converting local name evbsa of variable cumulative_soil_upward_latent_heat_flux_multiplied_by_timestep from new to old metadata -INFO: Converting local name cldwrk of variable cumulative_cloud_work_function from new to old metadata -INFO: Converting local name npzdelz of variable vertical_dimension_for_thickness_at_Lagrangian_surface from new to old metadata -INFO: Converting local name dvsfc_cice of variable surface_y_momentum_flux_for_coupling_interstitial from new to old metadata -INFO: Converting local name ql of variable cloud_liquid_water_specific_humidity_at_Lagrangian_surface from new to old metadata -INFO: Converting local name imp_physics_fer_hires of variable flag_for_fer_hires_microphysics_scheme from new to old metadata -INFO: Converting local name dvdt of variable tendency_of_y_wind_due_to_model_physics from new to old metadata -INFO: Converting local name dusfc_cpl of variable cumulative_surface_x_momentum_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name prsl(:,1) of variable air_pressure_at_lowest_model_layer from new to old metadata -INFO: Converting local name ktop_shallow of variable k_level_of_highest_reaching_plume from new to old metadata -INFO: Converting local name sfcfsw of variable sw_fluxes_sfc from new to old metadata -INFO: Converting local name gv0 of variable y_wind_updated_by_physics from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_rain_water) of variable rain_water_mixing_ratio from new to old metadata -INFO: Converting local name cdq_ocean of variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_ocean from new to old metadata -INFO: Converting local name sfcalb(:,4) of variable surface_albedo_due_to_UV_and_VIS_diffused from new to old metadata -INFO: Converting local name gamq of variable countergradient_mixing_term_for_water_vapor from new to old metadata -INFO: Converting local name mdt of variable time_step_for_remapping_for_fast_physics from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_ice_cloud_condensate) of variable ice_water_mixing_ratio from new to old metadata -INFO: Converting local name sfcalb(:,2) of variable surface_albedo_due_to_near_IR_diffused from new to old metadata -INFO: Converting local name phy_fctd of variable cloud_base_mass_flux from new to old metadata -INFO: Converting local name weasd_land of variable water_equivalent_accumulated_snow_depth_over_land from new to old metadata -INFO: Converting local name nwfa2d of variable tendency_of_water_friendly_aerosols_at_surface from new to old metadata -INFO: Converting local name GFS_Control of variable GFS_control_type_instance from new to old metadata -INFO: Converting local name nncl of variable number_of_tracers_for_cloud_condensate from new to old metadata -INFO: Converting local name olyr of variable ozone_concentration_at_layer_for_radiation from new to old metadata -INFO: Converting local name tg3 of variable deep_soil_temperature from new to old metadata -INFO: Converting local name Radtend of variable GFS_radtend_type_instance from new to old metadata -INFO: Converting local name sinlat of variable sine_of_latitude from new to old metadata -INFO: Converting local name sppt_wts of variable weights_for_stochastic_sppt_perturbation_flipped from new to old metadata -INFO: Converting local name ng of variable number_of_ghost_zones from new to old metadata -INFO: Converting local name phil of variable geopotential from new to old metadata -INFO: Converting local name flag_frsoil of variable flag_for_frozen_soil_physics from new to old metadata -INFO: Converting local name faersw(:,:,:,2) of variable aerosol_single_scattering_albedo_for_shortwave_bands_01_16 from new to old metadata -INFO: Converting local name qc of variable cloud_fraction_at_Lagrangian_surface from new to old metadata -INFO: Converting local name do_sfcperts of variable flag_for_stochastic_surface_perturbations from new to old metadata -INFO: Converting local name betas_deep of variable downdraft_fraction_reaching_surface_over_ocean_deep_convection from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_rain_number_concentration) of variable rain_number_concentration from new to old metadata -INFO: Converting local name ifd of variable index_of_dtlm_start from new to old metadata -INFO: Converting local name area of variable cell_area_for_fast_physics from new to old metadata -INFO: Converting local name trans_trac of variable flag_for_convective_transport_of_tracers from new to old metadata -INFO: Converting local name isatmedmf of variable choice_of_scale_aware_TKE_moist_EDMF_PBL from new to old metadata -INFO: Converting local name old_monin of variable flag_for_old_PBL_scheme from new to old metadata -INFO: Converting local name cplchm of variable flag_for_chemistry_coupling from new to old metadata -INFO: Converting local name raincprv of variable lwe_thickness_of_convective_precipitation_amount_from_previous_timestep from new to old metadata -INFO: Converting local name u1 of variable x_wind_at_lowest_model_layer_for_diag from new to old metadata -INFO: Converting local name gw_dvdt of variable tendency_of_y_wind_due_to_ugwp from new to old metadata -INFO: Converting local name dtsfc1 of variable instantaneous_surface_upward_sensible_heat_flux from new to old metadata -INFO: Converting local name gasvmr(:,:,9) of variable volume_mixing_ratio_ccl4 from new to old metadata -INFO: Converting local name semis_ice of variable surface_longwave_emissivity_over_ice_interstitial from new to old metadata -INFO: Converting local name zmtb of variable time_integral_of_height_of_mountain_blocking from new to old metadata -INFO: Converting local name dtauy2d_fd of variable y_momentum_tendency_from_form_drag from new to old metadata -INFO: Converting local name lakefrac of variable lake_area_fraction from new to old metadata -INFO: Converting local name do_myjpbl of variable do_myjpbl from new to old metadata -INFO: Converting local name sncovr of variable surface_snow_area_fraction_over_land from new to old metadata -INFO: Converting local name spd10max of variable maximum_wind_at_10m_over_maximum_hourly_time_interval from new to old metadata -INFO: Converting local name faerlw(:,:,:,3) of variable aerosol_asymmetry_parameter_for_longwave_bands_01_16 from new to old metadata -INFO: Converting local name adjsfculw_ocean of variable surface_upwelling_longwave_flux_over_ocean_interstitial from new to old metadata -INFO: Converting local name nscfshoc of variable index_of_subgrid_scale_cloud_fraction_from_shoc_in_phy_f3d from new to old metadata -INFO: Converting local name qv_r of variable humidity_mixing_ratio from new to old metadata -INFO: Converting local name gq0(:,:,index_for_water_vapor) of variable water_vapor_specific_humidity_updated_by_physics from new to old metadata -INFO: Converting local name lsnow_lsm of variable snow_vertical_dimension_for_land_surface_model from new to old metadata -INFO: Converting local name dv3dt_ngw of variable time_integral_of_change_in_y_wind_due_to_nonstationary_gravity_wave from new to old metadata -INFO: Converting local name tlyr of variable air_temperature_at_layer_for_radiation from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_turbulent_kinetic_energy) of variable turbulent_kinetic_energy from new to old metadata -INFO: Converting local name h2opl of variable h2o_forcing from new to old metadata -INFO: Converting local name smc of variable volume_fraction_of_soil_moisture from new to old metadata -INFO: Converting local name latr of variable number_of_latitude_points from new to old metadata -INFO: Converting local name crick_proof of variable flag_for_CRICK_proof_cloud_water from new to old metadata -INFO: Converting local name ssem of variable instantaneous_seasalt_emission_flux from new to old metadata -INFO: Converting local name xlai1d of variable perturbation_of_leaf_area_index from new to old metadata -INFO: Converting local name tdoms of variable dominant_snow_type from new to old metadata -INFO: Converting local name canopy of variable canopy_water_amount from new to old metadata -INFO: Converting local name dtauy2d_ss of variable y_momentum_tendency_from_small_scale_gwd from new to old metadata -INFO: Converting local name forcet of variable temperature_tendency_due_to_dynamics from new to old metadata -INFO: Converting local name snowmt of variable surface_snow_melt from new to old metadata -INFO: Converting local name ttendlim of variable limit_for_temperature_tendency_for_microphysics from new to old metadata -INFO: Converting local name clouds(:,:,6) of variable cloud_rain_water_path from new to old metadata -INFO: Converting local name sigmafrac of variable convective_updraft_area_fraction from new to old metadata -INFO: Converting local name tau_tofd of variable instantaneous_momentum_flux_due_to_turbulent_orographic_form_drag from new to old metadata -INFO: Converting local name gq0(:,:,index_for_ice_friendly_aerosols) of variable ice_friendly_aerosol_number_concentration_updated_by_physics from new to old metadata -INFO: Converting local name nsswr of variable number_of_timesteps_between_shortwave_radiation_calls from new to old metadata -INFO: Converting local name ulwsfc_cice of variable surface_upwelling_longwave_flux_for_coupling_interstitial from new to old metadata -INFO: Converting local name dq3dt(:,:,8) of variable cumulative_change_in_ozone_concentration_due_to_temperature from new to old metadata -INFO: Converting local name stress_ice of variable surface_wind_stress_over_ice from new to old metadata -INFO: Converting local name is of variable starting_x_direction_index from new to old metadata -INFO: Converting local name sbsno of variable snow_deposition_sublimation_upward_latent_heat_flux from new to old metadata -INFO: Converting local name cnvprcpb of variable cumulative_lwe_thickness_of_convective_precipitation_amount_in_bucket from new to old metadata -INFO: Converting local name rdlai of variable flag_for_reading_leaf_area_index_from_input from new to old metadata -INFO: Converting local name phy_f3d(:,:,4) of variable water_vapor_specific_humidity_at_previous_time_step from new to old metadata -INFO: Converting local name area of variable cell_area from new to old metadata -INFO: Converting local name con_eps of variable ratio_of_dry_air_to_water_vapor_gas_constants from new to old metadata -INFO: Converting local name edmf_a of variable emdf_updraft_area from new to old metadata -INFO: Converting local name dusfc1 of variable instantaneous_surface_x_momentum_flux from new to old metadata -INFO: Converting local name qlcn of variable mass_fraction_of_convective_cloud_liquid_water from new to old metadata -INFO: Converting local name fh2_land of variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_land from new to old metadata -INFO: Converting local name tprcp_land of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_land from new to old metadata -INFO: Converting local name chh_land of variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_land from new to old metadata -INFO: Converting local name dt3dt(:,:,1) of variable cumulative_change_in_temperature_due_to_longwave_radiation from new to old metadata -INFO: Converting local name nfracseed of variable cellular_automata_seed_probability from new to old metadata -INFO: Converting local name cwm of variable total_cloud_condensate_mixing_ratio_updated_by_physics from new to old metadata -INFO: Converting local name u10max of variable maximum_u_wind_at_10m_over_maximum_hourly_time_interval from new to old metadata -INFO: Converting local name dvsfc_ss of variable integrated_y_momentum_flux_from_small_scale_gwd from new to old metadata -INFO: Converting local name smcref2 of variable threshold_volume_fraction_of_condensed_water_in_soil from new to old metadata -INFO: Converting local name kcnv of variable flag_deep_convection from new to old metadata -INFO: Converting local name keepsmfr of variable volume_fraction_of_frozen_soil_moisture_for_land_surface_model from new to old metadata -INFO: Converting local name frain of variable dynamics_to_physics_timestep_ratio from new to old metadata -INFO: Converting local name debug of variable flag_debug from new to old metadata -INFO: Converting local name qrn of variable local_rain_water_mixing_ratio from new to old metadata -INFO: Converting local name tsfc_ocean of variable surface_skin_temperature_over_ocean_interstitial from new to old metadata -INFO: Converting local name levr of variable number_of_vertical_layers_for_radiation_calculations from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_graupel_number_concentration) of variable graupel_number_concentration from new to old metadata -INFO: Converting local name bl_upfr of variable updraft_fraction_in_boundary_layer_mass_flux_scheme from new to old metadata -INFO: Converting local name nsfcpert of variable number_of_surface_perturbations from new to old metadata -INFO: Converting local name evpco of variable coefficient_for_evaporation_of_rainfall from new to old metadata -INFO: Converting local name iems of variable flag_for_surface_emissivity_control from new to old metadata -INFO: Converting local name dlwsfc of variable cumulative_surface_downwelling_longwave_flux_multiplied_by_timestep from new to old metadata -INFO: Converting local name cimin of variable minimum_sea_ice_concentration from new to old metadata -INFO: Converting local name zs of variable depth_of_soil_levels_for_land_surface_model from new to old metadata -INFO: Converting local name fm10_land of variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_land from new to old metadata -INFO: Converting local name lsm_noahmp of variable flag_for_noahmp_land_surface_scheme from new to old metadata -INFO: Converting local name cs_parm(1) of variable updraft_velocity_tunable_parameter_1_CS from new to old metadata -INFO: Converting local name z_c of variable sub_layer_cooling_thickness from new to old metadata -INFO: Converting local name rainc of variable lwe_thickness_of_convective_precipitation_amount_on_dynamics_timestep from new to old metadata -INFO: Converting local name do_cnvgwd of variable flag_for_convective_gravity_wave_drag from new to old metadata -INFO: Converting local name nlunit of variable iounit_namelist from new to old metadata -INFO: Converting local name gw_dtdt of variable tendency_of_air_temperature_due_to_ugwp from new to old metadata -INFO: Converting local name phy_myj_vz0 of variable v_wind_component_at_viscous_sublayer_top from new to old metadata -INFO: Converting local name dusfc_ss of variable integrated_x_momentum_flux_from_small_scale_gwd from new to old metadata -INFO: Converting local name reset of variable flag_reset_maximum_hourly_fields from new to old metadata -INFO: Converting local name idat of variable date_and_time_at_model_initialization from new to old metadata -INFO: Converting local name oceanfrac of variable sea_area_fraction from new to old metadata -INFO: Converting local name rho_h2o of variable density_of_fresh_water from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_ozone) of variable ozone_mixing_ratio from new to old metadata -INFO: Converting local name qv of variable water_vapor_specific_humidity_at_Lagrangian_surface from new to old metadata -INFO: Converting local name adjnirdfd of variable surface_downwelling_diffuse_near_infrared_shortwave_flux from new to old metadata -INFO: Converting local name ca_global of variable flag_for_global_cellular_automata from new to old metadata -INFO: Converting local name landfrac of variable land_area_fraction from new to old metadata -INFO: Converting local name iopt_btr of variable flag_for_soil_moisture_factor_stomatal_resistance_option from new to old metadata -INFO: Converting local name cqs2 of variable surface_exchange_coefficient_for_moisture_at_2m from new to old metadata -INFO: Converting local name snohfa of variable cumulative_snow_freezing_rain_upward_latent_heat_flux_multiplied_by_timestep from new to old metadata -INFO: Converting local name nvisbm_cpl of variable cumulative_surface_net_downward_direct_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name GFS_sfcprop_type of variable GFS_sfcprop_type from new to old metadata -INFO: Converting local name oz_phys of variable flag_for_ozone_physics from new to old metadata -INFO: Converting local name rhowater of variable liquid_water_density from new to old metadata -INFO: Converting local name zsnsoxy of variable layer_bottom_depth_from_snow_surface from new to old metadata -INFO: Converting local name nthresh of variable threshold_for_perturbed_vertical_velocity from new to old metadata -INFO: Converting local name phy_f3d(:,:,1) of variable air_temperature_two_time_steps_back from new to old metadata -INFO: Converting local name gq0(:,:,index_for_water_friendly_aerosols) of variable water_friendly_aerosol_number_concentration_updated_by_physics from new to old metadata -INFO: Converting local name wetness of variable normalized_soil_wetness_for_land_surface_model from new to old metadata -INFO: Converting local name v10mi_cpl of variable instantaneous_y_wind_at_10m_for_coupling from new to old metadata -INFO: Converting local name rh02min of variable minimum_relative_humidity_at_2m_over_maximum_hourly_time_interval from new to old metadata -INFO: Converting local name nf_aelw of variable number_of_aerosol_output_fields_for_longwave_radiation from new to old metadata -INFO: Converting local name isubc_sw of variable flag_for_sw_clouds_without_sub_grid_approximation from new to old metadata -INFO: Converting local name gq0(:,:,index_for_rain_number_concentration) of variable rain_number_concentration_updated_by_physics from new to old metadata -INFO: Converting local name dvsfc1 of variable instantaneous_surface_y_momentum_flux from new to old metadata -INFO: Converting local name nirdfdi of variable surface_downwelling_diffuse_near_infrared_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name isatmedmf_vdif of variable choice_of_original_scale_aware_TKE_moist_EDMF_PBL from new to old metadata -INFO: Converting local name fprcp of variable number_of_frozen_precipitation_species from new to old metadata -INFO: Converting local name tsurf_land of variable surface_skin_temperature_after_iteration_over_land from new to old metadata -INFO: Converting local name kd of variable vertical_index_difference_between_inout_and_local from new to old metadata -INFO: Converting local name LTP of variable extra_top_layer from new to old metadata -INFO: Converting local name solcon of variable solar_constant from new to old metadata -INFO: Converting local name gq0(:,:,index_for_snow_number_concentration) of variable snow_number_concentration_updated_by_physics from new to old metadata -INFO: Converting local name bl_mynn_tkebudget of variable tke_budget from new to old metadata -INFO: Converting local name xu of variable diurnal_thermocline_layer_x_current from new to old metadata -INFO: Converting local name bl_mynn_tkeadvect of variable tke_advect from new to old metadata -INFO: Converting local name hflx_ice of variable kinematic_surface_upward_sensible_heat_flux_over_ice from new to old metadata -INFO: Converting local name smcwlt2 of variable volume_fraction_of_condensed_water_in_soil_at_wilting_point from new to old metadata -INFO: Converting local name imfdeepcnv of variable flag_for_mass_flux_deep_convection_scheme from new to old metadata -INFO: Converting local name ntchm of variable number_of_chemical_tracers from new to old metadata -INFO: Converting local name ncpl of variable local_condesed_water_number_concentration from new to old metadata -INFO: Converting local name vvl of variable omega from new to old metadata -INFO: Converting local name xkzminv of variable atmosphere_heat_diffusivity_background_maximum from new to old metadata -INFO: Converting local name snowc of variable surface_snow_area_fraction from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_of_subgrid_scale_cloud_fraction_from_shoc_in_phy_f3d) of variable subgrid_scale_cloud_fraction_from_shoc from new to old metadata -INFO: Converting local name du3dt(:,:,4) of variable cumulative_change_in_x_wind_due_to_convective_gravity_wave_drag from new to old metadata -INFO: Converting local name jcap of variable number_of_spectral_wave_trancation_for_sas from new to old metadata -INFO: Converting local name cd_ocean of variable surface_drag_coefficient_for_momentum_in_air_over_ocean from new to old metadata -INFO: Converting local name vfrac of variable vegetation_area_fraction from new to old metadata -INFO: Converting local name dvdftra of variable tendency_of_vertically_diffused_tracer_concentration from new to old metadata -INFO: Converting local name npzp1 of variable vertical_dimension_for_fast_physics_plus_one from new to old metadata -INFO: Converting local name duem of variable instantaneous_dust_emission_flux from new to old metadata -INFO: Converting local name prslrd0 of variable pressure_cutoff_for_rayleigh_damping from new to old metadata -INFO: Converting local name q2m of variable specific_humidity_at_2m from new to old metadata -INFO: Converting local name chs2 of variable surface_exchange_coefficient_for_heat_at_2m from new to old metadata -INFO: Converting local name lfmassxy of variable leaf_mass from new to old metadata -INFO: Converting local name phy_f3d(:,:,2) of variable water_vapor_specific_humidity_two_time_steps_back from new to old metadata -INFO: Converting local name rainp of variable tendency_of_rain_water_mixing_ratio_due_to_microphysics from new to old metadata -INFO: Converting local name ud_mf of variable instantaneous_atmosphere_updraft_convective_mass_flux from new to old metadata -INFO: Converting local name dudt_tms of variable instantaneous_change_in_x_wind_due_to_turbulent_orographic_form_drag from new to old metadata -INFO: Converting local name mg3_as_mg2 of variable flag_mg3_as_mg2 from new to old metadata -INFO: Converting local name htlw0 of variable tendency_of_air_temperature_due_to_longwave_heating_assuming_clear_sky_on_radiation_time_step from new to old metadata -INFO: Converting local name w_d of variable coefficient_w_d from new to old metadata -INFO: Converting local name shdmax of variable maximum_vegetation_area_fraction from new to old metadata -INFO: Converting local name iccn of variable flag_for_in_ccn_forcing_for_morrison_gettelman_microphysics from new to old metadata -INFO: Converting local name htlwc of variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step from new to old metadata -INFO: Converting local name scmpsw of variable components_of_surface_downward_shortwave_fluxes from new to old metadata -INFO: Converting local name tgrs(:,1) of variable air_temperature_at_lowest_model_layer from new to old metadata -INFO: Converting local name cmxy of variable surface_drag_coefficient_for_momentum_for_noahmp from new to old metadata -INFO: Converting local name snowd_land of variable surface_snow_thickness_water_equivalent_over_land from new to old metadata -INFO: Converting local name clouds(:,:,5) of variable mean_effective_radius_for_ice_cloud from new to old metadata -INFO: Converting local name xz of variable diurnal_thermocline_layer_thickness from new to old metadata -INFO: Converting local name tsfg of variable surface_ground_temperature_for_radiation from new to old metadata -INFO: Converting local name dkt of variable atmosphere_heat_diffusivity from new to old metadata -INFO: Converting local name qgrs of variable tracer_concentration from new to old metadata -INFO: Converting local name pgcon_deep of variable momentum_transport_reduction_factor_pgf_deep_convection from new to old metadata -INFO: Converting local name wind10mmax of variable maximum_wind_at_10m from new to old metadata -INFO: Converting local name slopetype of variable surface_slope_classification from new to old metadata -INFO: Converting local name Intdiag of variable GFS_diag_type_instance from new to old metadata -INFO: Converting local name mg_nccons of variable mg_flag_drop_concentration_constant from new to old metadata -INFO: Converting local name adjvisdfd of variable surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_snow_water) of variable tendency_of_snow_water_mixing_ratio_due_to_model_physics from new to old metadata -INFO: Converting local name nlwsfc_cpl of variable cumulative_surface_net_downward_longwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name clouds(:,:,9) of variable mean_effective_radius_for_snow_flake from new to old metadata -INFO: Converting local name con_cvap of variable specific_heat_of_water_vapor_at_constant_pressure from new to old metadata -INFO: Converting local name drydep of variable instantaneous_dry_deposition from new to old metadata -INFO: Converting local name semis_ocean of variable surface_longwave_emissivity_over_ocean_interstitial from new to old metadata -INFO: Converting local name master of variable mpi_root from new to old metadata -INFO: Converting local name gamt of variable countergradient_mixing_term_for_temperature from new to old metadata -INFO: Converting local name redrag of variable flag_for_reduced_drag_coefficient_over_sea from new to old metadata -INFO: Converting local name gq0(:,:,index_for_ozone) of variable ozone_concentration_updated_by_physics from new to old metadata -INFO: Converting local name do_skeb of variable flag_for_stochastic_skeb_option from new to old metadata -INFO: Converting local name qg_r of variable mass_weighted_rime_factor_mixing_ratio from new to old metadata -INFO: Converting local name min_seaice of variable sea_ice_minimum from new to old metadata -INFO: Converting local name betal_deep of variable downdraft_fraction_reaching_surface_over_land_deep_convection from new to old metadata -INFO: Converting local name alvwf of variable mean_vis_albedo_with_weak_cosz_dependency from new to old metadata -INFO: Converting local name do_gwd of variable flag_for_gravity_wave_drag from new to old metadata -INFO: Converting local name nf_aesw of variable number_of_aerosol_output_fields_for_shortwave_radiation from new to old metadata -INFO: Converting local name avg_max_length of variable time_interval_for_maximum_hourly_fields from new to old metadata -INFO: Converting local name tdomzr of variable dominant_freezing_rain_type from new to old metadata -INFO: Converting local name toticeb of variable accumulated_lwe_thickness_of_ice_amount_in_bucket from new to old metadata -INFO: Converting local name isppt_deep of variable flag_for_combination_of_sppt_with_isppt_deep from new to old metadata -INFO: Converting local name ice of variable lwe_thickness_of_ice_amount_on_dynamics_timestep from new to old metadata -INFO: Converting local name dq3dt(:,:,9) of variable cumulative_change_in_ozone_concentration_due_to_overhead_ozone_column from new to old metadata -INFO: Converting local name lsidea of variable flag_idealized_physics from new to old metadata -INFO: Converting local name ico2 of variable flag_for_using_prescribed_global_mean_co2_value from new to old metadata -INFO: Converting local name evap_ice of variable kinematic_surface_upward_latent_heat_flux_over_ice from new to old metadata -INFO: Converting local name do_awdd of variable flag_arakawa_wu_downdraft from new to old metadata -INFO: Converting local name hetfrz_classnuc of variable mg_flag_for_heterogeneous_freezing from new to old metadata -INFO: Converting local name mpiroot of variable mpi_root_for_fast_physics from new to old metadata -INFO: Converting local name dq3dt(:,:,4) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_microphysics from new to old metadata -INFO: Converting local name GFS_coupling_type of variable GFS_coupling_type from new to old metadata -INFO: Converting local name psurfi_cpl of variable instantaneous_surface_air_pressure_for_coupling from new to old metadata -INFO: Converting local name xkzm_h of variable atmosphere_heat_diffusivity_background from new to old metadata -INFO: Converting local name rh02max of variable maximum_relative_humidity_at_2m_over_maximum_hourly_time_interval from new to old metadata -INFO: Converting local name tmpmax of variable maximum_temperature_at_2m from new to old metadata -INFO: Converting local name fscav of variable fraction_of_tracer_scavenged from new to old metadata -INFO: Converting local name ntiwx of variable index_for_ice_cloud_condensate_vertical_diffusion_tracer from new to old metadata -INFO: Converting local name gasvmr(:,:,4) of variable volume_mixing_ratio_o2 from new to old metadata -INFO: Converting local name dpt2m of variable dewpoint_temperature_at_2m from new to old metadata -INFO: Converting local name mg_do_liq_liu of variable mg_flag_for_liu_liquid_treatment from new to old metadata -INFO: Converting local name ffhh_land of variable Monin_Obukhov_similarity_function_for_heat_over_land from new to old metadata -INFO: Converting local name crtrh(3) of variable critical_relative_humidity_at_top_of_atmosphere from new to old metadata -INFO: Converting local name smcwtdxy of variable soil_water_content_between_soil_bottom_and_water_table from new to old metadata -INFO: Converting local name visbmdi of variable surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name cdq_ice of variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_ice from new to old metadata -INFO: Converting local name adjnirdfu of variable surface_upwelling_diffuse_near_infrared_shortwave_flux from new to old metadata -INFO: Converting local name wcbmax of variable maximum_updraft_velocity_at_cloud_base from new to old metadata -INFO: Converting local name tsflw of variable surface_midlayer_air_temperature_in_longwave_radiation from new to old metadata -INFO: Converting local name asolfac_shal of variable aerosol_aware_parameter_shallow_convection from new to old metadata -INFO: Converting local name gabsbdlw_ocean of variable surface_downwelling_longwave_flux_absorbed_by_ground_over_ocean from new to old metadata -INFO: Converting local name de_lgth of variable cloud_decorrelation_length from new to old metadata -INFO: Converting local name GFS_interstitial_type of variable GFS_interstitial_type from new to old metadata -INFO: Converting local name imap of variable map_of_block_column_number_to_global_i_index from new to old metadata -INFO: Converting local name plyr of variable air_pressure_at_layer_for_radiation_in_hPa from new to old metadata -INFO: Converting local name skip_macro of variable flag_skip_macro from new to old metadata -INFO: Converting local name tsnoxy of variable snow_temperature from new to old metadata -INFO: Converting local name sbsnoa of variable cumulative_snow_deposition_sublimation_upward_latent_heat_flux_multiplied_by_timestep from new to old metadata -INFO: Converting local name prcpmp of variable lwe_thickness_of_explicit_precipitation_amount from new to old metadata -INFO: Converting local name clcn of variable convective_cloud_volume_fraction from new to old metadata -INFO: Converting local name gt0 of variable air_temperature_updated_by_physics from new to old metadata -INFO: Converting local name gamma of variable anisotropy_of_subgrid_orography from new to old metadata -INFO: Converting local name uconvtend of variable tendency_of_x_wind_due_to_deep_convection_for_coupling_on_physics_timestep from new to old metadata -INFO: Converting local name dswsfci_cpl of variable instantaneous_surface_downwelling_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name delp of variable pressure_thickness_at_Lagrangian_surface from new to old metadata -INFO: Converting local name lsm_ruc of variable flag_for_ruc_land_surface_scheme from new to old metadata -INFO: Converting local name dt_mf of variable instantaneous_atmosphere_detrainment_convective_mass_flux from new to old metadata -INFO: Converting local name d_conv of variable free_convection_layer_thickness from new to old metadata -INFO: Converting local name nlwsfci_cpl of variable instantaneous_surface_net_downward_longwave_flux_for_coupling from new to old metadata -INFO: Converting local name shum_wts of variable weights_for_stochastic_shum_perturbation from new to old metadata -INFO: Converting local name dswsfci of variable surface_downwelling_shortwave_flux from new to old metadata -INFO: Converting local name do_ysu of variable flag_for_ysu from new to old metadata -INFO: Converting local name q_con of variable cloud_condensed_water_specific_humidity_at_Lagrangian_surface from new to old metadata -INFO: Converting local name mom4ice of variable flag_for_mom4_coupling from new to old metadata -INFO: Converting local name tref of variable sea_surface_reference_temperature from new to old metadata -INFO: Converting local name faersw(:,:,:,3) of variable aerosol_asymmetry_parameter_for_shortwave_bands_01_16 from new to old metadata -INFO: Converting local name ie of variable ending_x_direction_index from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_water_friendly_aerosols) of variable water_friendly_aerosol_number_concentration from new to old metadata -INFO: Converting local name dugwd of variable time_integral_of_x_stress_due_to_gravity_wave_drag from new to old metadata -INFO: Converting local name ntot3d of variable number_of_fields_in_phyf3d from new to old metadata -INFO: Converting local name GFS_data_type of variable GFS_data_type from new to old metadata -INFO: Converting local name graupelprv of variable lwe_thickness_of_graupel_amount_from_previous_timestep from new to old metadata -INFO: Converting local name nstf_name(4) of variable vertical_temperature_average_range_lower_bound from new to old metadata -INFO: Converting local name kind_dyn of variable kind_dyn from new to old metadata -INFO: Converting local name acv of variable accumulated_lwe_thickness_of_convective_precipitation_amount_cnvc90 from new to old metadata -INFO: Converting local name lsoil_lsm of variable soil_vertical_dimension_for_land_surface_model from new to old metadata -INFO: Converting local name phy_myj_chkqlm of variable surface_layer_evaporation_switch from new to old metadata -INFO: Converting local name dtf of variable time_step_for_dynamics from new to old metadata -INFO: Converting local name dqsfci_cpl of variable instantaneous_surface_upward_latent_heat_flux_for_coupling from new to old metadata -INFO: Converting local name mg_do_hail of variable mg_flag_for_hail from new to old metadata -INFO: Converting local name iopt_sfc of variable flag_for_surface_layer_drag_coefficient_option from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_ice_cloud_number_concentration) of variable tendency_of_ice_number_concentration_due_to_model_physics from new to old metadata -INFO: Converting local name kind_LOGICAL of variable kind_LOGICAL from new to old metadata -INFO: Converting local name hybedmf of variable flag_for_hedmf from new to old metadata -INFO: Converting local name dvisdfi_cpl of variable instantaneous_surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name exch_h of variable atmosphere_heat_diffusivity_for_mynnpbl from new to old metadata -INFO: Converting local name z01d of variable perturbation_of_momentum_roughness_length from new to old metadata -INFO: Converting local name prevst of variable temperature_from_previous_timestep from new to old metadata -INFO: Converting local name tracers_total of variable number_of_total_tracers from new to old metadata -INFO: Converting local name wind of variable wind_speed_at_lowest_model_layer from new to old metadata -INFO: Converting local name hprime of variable statistical_measures_of_subgrid_orography from new to old metadata -INFO: Converting local name oz_coeffp5 of variable number_of_coefficients_in_ozone_forcing_data_plus_five from new to old metadata -INFO: Converting local name tvxy of variable vegetation_temperature from new to old metadata -INFO: Converting local name ncps of variable local_snow_number_concentration from new to old metadata -INFO: Converting local name zlvl of variable height_above_ground_at_lowest_model_layer from new to old metadata -INFO: Converting local name restart of variable flag_for_restart from new to old metadata -INFO: Converting local name con_tice of variable freezing_point_temperature_of_seawater from new to old metadata -INFO: Converting local name sfcnsw of variable surface_net_downwelling_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name tau_mtb of variable time_integral_of_momentum_flux_due_to_mountain_blocking_drag from new to old metadata -INFO: Metadata table for model FV3 written to tests/build_fv3_16/FV3/ccpp/physics/CCPP_VARIABLES_FV3.html -INFO: Parsing metadata tables in physics scheme files ... -INFO: Parsed tables in scheme rayleigh_damp -INFO: Parsed tables in scheme GFS_surface_composites_pre -INFO: Parsed tables in scheme GFS_surface_composites_inter -INFO: Parsed tables in scheme GFS_surface_composites_post -INFO: Parsed tables in scheme rrtmg_sw -INFO: Parsed tables in scheme sfc_ocean -INFO: Parsed tables in scheme gwdc_pre -INFO: Parsed tables in scheme gwdc -INFO: Parsed tables in scheme gwdc_post -INFO: Parsed tables in scheme cu_gf_driver_pre -INFO: Parsed tables in scheme gfdl_cloud_microphys -INFO: Parsed tables in scheme GFS_time_vary_pre -INFO: Parsed tables in scheme GFS_rrtmg_setup -INFO: Parsed tables in scheme zhaocarr_gscond -INFO: Parsed tables in scheme ysuvdif -INFO: Parsed tables in scheme rrtmg_sw_post -INFO: Parsed tables in scheme GFS_SCNV_generic_pre -INFO: Parsed tables in scheme GFS_SCNV_generic_post -INFO: Parsed tables in scheme GFS_rrtmg_pre -INFO: Parsed tables in scheme sfc_sice -INFO: Parsed tables in scheme samfdeepcnv -INFO: Parsed tables in scheme satmedmfvdif -INFO: Parsed tables in scheme mynnrad_post -INFO: Parsed tables in scheme cu_gf_driver_post -INFO: Parsed tables in scheme cs_conv_aw_adj -INFO: Parsed tables in scheme GFS_phys_time_vary -INFO: Parsed tables in scheme ozphys_2015 -INFO: Parsed tables in scheme GFS_suite_interstitial_rad_reset -INFO: Parsed tables in scheme GFS_suite_interstitial_phys_reset -INFO: Parsed tables in scheme GFS_suite_interstitial_1 -INFO: Parsed tables in scheme GFS_suite_interstitial_2 -INFO: Parsed tables in scheme GFS_suite_stateout_reset -INFO: Parsed tables in scheme GFS_suite_stateout_update -INFO: Parsed tables in scheme GFS_suite_interstitial_3 -INFO: Parsed tables in scheme GFS_suite_interstitial_4 -INFO: Parsed tables in scheme samfshalcnv -INFO: Parsed tables in scheme zhaocarr_precpd -INFO: Parsed tables in scheme noahmpdrv -INFO: Parsed tables in scheme mp_fer_hires -INFO: Parsed tables in scheme myjpbl_wrapper -INFO: Parsed tables in scheme GFS_surface_generic_pre -INFO: Parsed tables in scheme GFS_surface_generic_post -INFO: Parsed tables in scheme cu_ntiedtke_post -INFO: Parsed tables in scheme sfc_diag -INFO: Parsed tables in scheme rrtmg_lw -INFO: Parsed tables in scheme GFS_diagtoscreen -INFO: Parsed tables in scheme GFS_interstitialtoscreen -INFO: Parsed tables in scheme GFS_abort -INFO: Parsed tables in scheme GFS_checkland -INFO: Parsed tables in scheme mynnrad_pre -INFO: Parsed tables in scheme satmedmfvdifq -INFO: Parsed tables in scheme cs_conv_pre -INFO: Parsed tables in scheme cs_conv_post -INFO: Parsed tables in scheme cs_conv -INFO: Parsed tables in scheme shinhongvdif -INFO: Parsed tables in scheme h2ophys -INFO: Parsed tables in scheme rrtmg_lw_post -INFO: Parsed tables in scheme sfc_nst -INFO: Parsed tables in scheme sfc_nst_pre -INFO: Parsed tables in scheme sfc_nst_post -INFO: Parsed tables in scheme cu_ntiedtke_pre -INFO: Parsed tables in scheme cu_ntiedtke -INFO: Parsed tables in scheme cires_ugwp_post -INFO: Parsed tables in scheme hedmf -INFO: Parsed tables in scheme sfc_diff -INFO: Parsed tables in scheme mp_thompson_pre -INFO: Parsed tables in scheme sfc_diag_post -INFO: Parsed tables in scheme m_micro_pre -INFO: Parsed tables in scheme m_micro_post -INFO: Parsed tables in scheme m_micro -INFO: Parsed tables in scheme fv_sat_adj -INFO: Parsed tables in scheme GFS_surface_loop_control_part1 -INFO: Parsed tables in scheme GFS_surface_loop_control_part2 -INFO: Parsed tables in scheme shoc -INFO: Parsed tables in scheme GFS_rrtmg_post -INFO: Parsed tables in scheme GFS_GWD_generic_pre -INFO: Parsed tables in scheme GFS_GWD_generic_post -INFO: Parsed tables in scheme rrtmg_sw_pre -INFO: Parsed tables in scheme GFS_MP_generic_pre -INFO: Parsed tables in scheme GFS_MP_generic_post -INFO: Parsed tables in scheme cu_gf_driver -INFO: Parsed tables in scheme GFS_PBL_generic_pre -INFO: Parsed tables in scheme GFS_PBL_generic_post -INFO: Parsed tables in scheme mp_thompson_post -INFO: Parsed tables in scheme mp_thompson -INFO: Parsed tables in scheme rrtmg_lw_pre -INFO: Parsed tables in scheme gwdps -INFO: Parsed tables in scheme shalcnv -INFO: Parsed tables in scheme cires_ugwp -INFO: Parsed tables in scheme get_prs_fv3 -INFO: Parsed tables in scheme get_phi_fv3 -INFO: Parsed tables in scheme mynnsfc_wrapper -INFO: Parsed tables in scheme GFS_suite_ini_fini_test -INFO: Parsed tables in scheme myjsfc_wrapper -INFO: Parsed tables in scheme mynnedmf_wrapper -INFO: Parsed tables in scheme ozphys -INFO: Parsed tables in scheme lsm_ruc -INFO: Parsed tables in scheme GFS_stochastics -INFO: Parsed tables in scheme drag_suite -INFO: Parsed tables in scheme sfc_cice -INFO: Parsed tables in scheme sascnvn -INFO: Parsed tables in scheme lsm_ruc_sfc_sice_pre -INFO: Parsed tables in scheme lsm_ruc_sfc_sice_post -INFO: Parsed tables in scheme GFS_DCNV_generic_pre -INFO: Parsed tables in scheme GFS_DCNV_generic_post -INFO: Parsed tables in scheme cnvc90 -INFO: Parsed tables in scheme GFS_rad_time_vary -INFO: Parsed tables in scheme maximum_hourly_diagnostics -INFO: Parsed tables in scheme lsm_noah -INFO: Parsed tables in scheme dcyc2t3 -INFO: Parsed tables in scheme dcyc2t3_post -INFO: Parsed tables in scheme moninshoc -INFO: filtering out variable GFS_stateout_type_instance -INFO: filtering out variable accumulated_change_of_air_temperature_due_to_FA_scheme -INFO: filtering out variable accumulated_water_equivalent_of_frozen_precip -INFO: filtering out variable aerosol_number_concentration_from_gocart_aerosol_climatology -INFO: filtering out variable area_fraction_of_wet_canopy -INFO: filtering out variable atmosphere_heat_diffusivity_for_mynnpbl -INFO: filtering out variable atmosphere_heat_diffusivity_from_shoc -INFO: filtering out variable atmosphere_momentum_diffusivity_for_mynnpbl -INFO: filtering out variable baseline_surface_roughness_length -INFO: filtering out variable canopy_air_temperature -INFO: filtering out variable canopy_air_vapor_pressure -INFO: filtering out variable canopy_intercepted_ice_mass -INFO: filtering out variable canopy_intercepted_liquid_water -INFO: filtering out variable ccn_number_concentration -INFO: filtering out variable ccpp_block_number -INFO: filtering out variable cell_size -INFO: filtering out variable characteristic_grid_length_scale -INFO: filtering out variable choice_of_original_scale_aware_TKE_moist_EDMF_PBL -INFO: filtering out variable choice_of_scale_aware_TKE_moist_EDMF_PBL -INFO: filtering out variable choice_of_updated_scale_aware_TKE_moist_EDMF_PBL -INFO: filtering out variable cloud_area_fraction -INFO: filtering out variable cloud_base_mass_flux -INFO: filtering out variable cloud_condensed_water_mixing_ratio_at_lowest_model_layer -INFO: filtering out variable cloud_condensed_water_mixing_ratio_at_surface -INFO: filtering out variable cloud_droplet_number_concentration -INFO: filtering out variable cloud_droplet_number_concentration_updated_by_physics -INFO: filtering out variable cloud_fraction_for_MG -INFO: filtering out variable cloud_phase_transition_denominator -INFO: filtering out variable cloud_phase_transition_threshold_temperature -INFO: filtering out variable cloud_specie_mix_flag -INFO: filtering out variable cloudpdf -INFO: filtering out variable conv_activity_counter -INFO: filtering out variable convective_updraft_area_fraction -INFO: filtering out variable convective_updraft_area_fraction_at_model_interfaces -INFO: filtering out variable couple_sgs_clouds_to_radiation_flag -INFO: filtering out variable cumulative_change_in_x_wind_due_to_convective_gravity_wave_drag -INFO: filtering out variable cumulative_change_in_y_wind_due_to_convective_gravity_wave_drag -INFO: filtering out variable density_of_frozen_precipitation -INFO: filtering out variable depth_of_soil_levels_for_land_surface_model -INFO: filtering out variable detrainment_and_precipitation_tunable_parameter_3_CS -INFO: filtering out variable detrainment_and_precipitation_tunable_parameter_4_CS -INFO: filtering out variable do_myjsfc -INFO: filtering out variable do_mynnsfclay -INFO: filtering out variable downdraft_fraction_in_boundary_layer_mass_flux_scheme -INFO: filtering out variable edmf_flag -INFO: filtering out variable edmf_momentum_transport_flag -INFO: filtering out variable edmf_partition_flag -INFO: filtering out variable edmf_tke_transport_flag -INFO: filtering out variable emdf_updraft_area -INFO: filtering out variable emdf_updraft_cloud_water -INFO: filtering out variable emdf_updraft_entrainment_rate -INFO: filtering out variable emdf_updraft_theta_l -INFO: filtering out variable emdf_updraft_total_water -INFO: filtering out variable emdf_updraft_vertical_velocity -INFO: filtering out variable entrainment_efficiency_tunable_parameter_9_CS -INFO: filtering out variable equilibrium_soil_water_content -INFO: filtering out variable fa_threshold_relative_humidity_for_onset_of_condensation -INFO: filtering out variable fast_soil_pool_mass_content_of_carbon -INFO: filtering out variable fine_root_mass -INFO: filtering out variable flag_arakawa_wu_downdraft -INFO: filtering out variable flag_convective_tracer_transport -INFO: filtering out variable flag_flip -INFO: filtering out variable flag_flux_form_CS -INFO: filtering out variable flag_for_2015_ozone_physics -INFO: filtering out variable flag_for_aerosol_input_MG -INFO: filtering out variable flag_for_canopy_stomatal_resistance_option -INFO: filtering out variable flag_for_dynamic_vegetation_option -INFO: filtering out variable flag_for_frozen_soil_permeability_option -INFO: filtering out variable flag_for_frozen_soil_physics -INFO: filtering out variable flag_for_ground_snow_surface_albedo_option -INFO: filtering out variable flag_for_in_ccn_forcing_for_morrison_gettelman_microphysics -INFO: filtering out variable flag_for_individual_cloud_species_advected -INFO: filtering out variable flag_for_lower_boundary_soil_temperature_option -INFO: filtering out variable flag_for_pdf_for_morrison_gettelman_microphysics_scheme -INFO: filtering out variable flag_for_precipitation_partition_option -INFO: filtering out variable flag_for_radiation_transfer_option -INFO: filtering out variable flag_for_reading_leaf_area_index_from_input -INFO: filtering out variable flag_for_restart -INFO: filtering out variable flag_for_runoff_and_groundwater_option -INFO: filtering out variable flag_for_sas_deep_convection_scheme -INFO: filtering out variable flag_for_shoc_after_convection -INFO: filtering out variable flag_for_soil_and_snow_temperature_time_stepping_option -INFO: filtering out variable flag_for_soil_moisture_factor_stomatal_resistance_option -INFO: filtering out variable flag_for_supercooled_liquid_water_option -INFO: filtering out variable flag_for_surface_layer_drag_coefficient_option -INFO: filtering out variable flag_mg3_as_mg2 -INFO: filtering out variable flag_skip_macro -INFO: filtering out variable fraction_of_cloud_top_water_scavenged -INFO: filtering out variable fraction_of_tracer_scavenged -INFO: filtering out variable gf_memory_counter -INFO: filtering out variable graupel_number_concentration_updated_by_physics -INFO: filtering out variable grav_settling -INFO: filtering out variable ground_temperature_for_noahmp -INFO: filtering out variable gwd_opt -INFO: filtering out variable h2o_forcing -INFO: filtering out variable heat_exchange_coefficient_for_MYJ_schemes -INFO: filtering out variable ice_friendly_aerosol_number_concentration -INFO: filtering out variable ice_friendly_aerosol_number_concentration_updated_by_physics -INFO: filtering out variable ice_number_concentration -INFO: filtering out variable ice_number_concentration_updated_by_physics -INFO: filtering out variable ice_supersaturation_threshold -INFO: filtering out variable ice_water_mixing_ratio -INFO: filtering out variable in_number_concentration -INFO: filtering out variable index_for_ice_cloud_condensate_vertical_diffusion_tracer -INFO: filtering out variable integrated_x_momentum_flux_from_blocking_drag -INFO: filtering out variable integrated_x_momentum_flux_from_form_drag -INFO: filtering out variable integrated_x_momentum_flux_from_large_scale_gwd -INFO: filtering out variable integrated_x_momentum_flux_from_small_scale_gwd -INFO: filtering out variable integrated_y_momentum_flux_from_blocking_drag -INFO: filtering out variable integrated_y_momentum_flux_from_form_drag -INFO: filtering out variable integrated_y_momentum_flux_from_large_scale_gwd -INFO: filtering out variable integrated_y_momentum_flux_from_small_scale_gwd -INFO: filtering out variable k_level_of_highest_reaching_plume -INFO: filtering out variable kinematic_buoyancy_flux_from_shoc -INFO: filtering out variable kinematic_surface_latent_heat_flux -INFO: filtering out variable lake_water_storage -INFO: filtering out variable latitude_index_in_debug_printouts -INFO: filtering out variable layer_bottom_depth_from_snow_surface -INFO: filtering out variable leaf_area_index -INFO: filtering out variable leaf_mass -INFO: filtering out variable limit_for_temperature_tendency_for_microphysics -INFO: filtering out variable liquid_water_density -INFO: filtering out variable local_graupel_mixing_ratio -INFO: filtering out variable local_graupel_number_concentration -INFO: filtering out variable local_rain_number_concentration -INFO: filtering out variable local_rain_water_mixing_ratio -INFO: filtering out variable local_snow_number_concentration -INFO: filtering out variable local_snow_water_mixing_ratio -INFO: filtering out variable mass_weighted_rime_factor_updated_by_physics -INFO: filtering out variable maximum_column_heating_rate -INFO: filtering out variable maximum_mass_flux -INFO: filtering out variable maximum_updraft_velocity_at_cloud_base -INFO: filtering out variable mean_nir_albedo_with_weak_cosz_dependency -INFO: filtering out variable mean_vis_albedo_with_weak_cosz_dependency -INFO: filtering out variable mg_allow_supersat_after_sed -INFO: filtering out variable mg_autoconversion_size_threshold_ice_snow -INFO: filtering out variable mg_bergeron_efficiency_factor -INFO: filtering out variable mg_cloud_water_variance -INFO: filtering out variable mg_drop_concentration_constant -INFO: filtering out variable mg_flag_drop_concentration_constant -INFO: filtering out variable mg_flag_for_cloud_ice_processes -INFO: filtering out variable mg_flag_for_gmao_ice_formulation -INFO: filtering out variable mg_flag_for_graupel -INFO: filtering out variable mg_flag_for_hail -INFO: filtering out variable mg_flag_for_heterogeneous_freezing -INFO: filtering out variable mg_flag_for_liu_liquid_treatment -INFO: filtering out variable mg_flag_for_sb2001_autoconversion -INFO: filtering out variable mg_flag_for_uniform_subcolumns -INFO: filtering out variable mg_flag_graupel_concentration_constant -INFO: filtering out variable mg_flag_ice_concentration_constant -INFO: filtering out variable mg_graupel_concentration_constant -INFO: filtering out variable mg_ice_concentration_constant -INFO: filtering out variable mg_minimum_cloud_condensed_water_and_ice_mixing_ratio -INFO: filtering out variable mg_minimum_rh_for_ice -INFO: filtering out variable mg_time_scale_for_autoconversion_of_ice -INFO: filtering out variable mg_tuning_factor_for_alphas -INFO: filtering out variable mg_type_of_precip_fraction_method -INFO: filtering out variable minimum_value_of_specific_humidity -INFO: filtering out variable mix_total_water_flag -INFO: filtering out variable mixing_length -INFO: filtering out variable mixing_length_flag -INFO: filtering out variable moisture_from_previous_timestep -INFO: filtering out variable moisture_tendency_due_to_dynamics -INFO: filtering out variable momentum_exchange_coefficient_for_MYJ_schemes -INFO: filtering out variable mpi_comm -INFO: filtering out variable natural_log_of_h2o_forcing_data_pressure_levels -INFO: filtering out variable nondimensional_snow_age -INFO: filtering out variable normalized_soil_wetness_for_land_surface_model -INFO: filtering out variable number_of_cloud_types_CS -INFO: filtering out variable number_of_coefficients_in_h2o_forcing_data -INFO: filtering out variable number_of_frozen_precipitation_species -INFO: filtering out variable number_of_plumes -INFO: filtering out variable number_of_snow_layers -INFO: filtering out variable number_of_spectral_wave_trancation_for_sas -INFO: filtering out variable number_of_tracers_for_CS -INFO: filtering out variable number_of_tracers_plus_one -INFO: filtering out variable ozone_mixing_ratio -INFO: filtering out variable potential_temperature_at_2m -INFO: filtering out variable potential_temperature_at_viscous_sublayer_top -INFO: filtering out variable prandtl_number -INFO: filtering out variable q_prime_squared -INFO: filtering out variable rain_number_concentration_updated_by_physics -INFO: filtering out variable reciprocal_of_obukhov_length -INFO: filtering out variable shoc_flag_for_optional_surface_TKE_dissipation -INFO: filtering out variable shoc_implicit_TKE_integration_uncentering_term -INFO: filtering out variable shoc_tke_dissipatation_pressure_threshold -INFO: filtering out variable shoc_tke_dissipation_tunable_parameter -INFO: filtering out variable shoc_tke_dissipation_tunable_parameter_near_surface -INFO: filtering out variable slow_soil_pool_mass_content_of_carbon -INFO: filtering out variable snow_albedo_at_previous_time_step -INFO: filtering out variable snow_layer_ice -INFO: filtering out variable snow_layer_liquid_water -INFO: filtering out variable snow_mass_at_previous_time_step -INFO: filtering out variable snow_number_concentration_updated_by_physics -INFO: filtering out variable snow_precipitation_rate_at_surface -INFO: filtering out variable snow_temperature -INFO: filtering out variable snow_temperature_bottom_first_layer -INFO: filtering out variable soil_temperature_for_land_surface_model -INFO: filtering out variable soil_vertical_dimension_for_land_surface_model -INFO: filtering out variable soil_water_content_between_soil_bottom_and_water_table -INFO: filtering out variable specific_humidity_at_viscous_sublayer_top -INFO: filtering out variable stability_function_for_heat -INFO: filtering out variable stem_area_index -INFO: filtering out variable stem_mass -INFO: filtering out variable subgrid_cloud_fraction_pbl -INFO: filtering out variable subgrid_cloud_mixing_ratio_pbl -INFO: filtering out variable subgrid_scale_cloud_fraction_from_shoc -INFO: filtering out variable surface_condensation_mass -INFO: filtering out variable surface_drag_coefficient_for_heat_and_moisture_for_noahmp -INFO: filtering out variable surface_drag_coefficient_for_momentum_for_noahmp -INFO: filtering out variable surface_exchange_coefficient_for_heat -INFO: filtering out variable surface_exchange_coefficient_for_heat_at_2m -INFO: filtering out variable surface_exchange_coefficient_for_moisture -INFO: filtering out variable surface_exchange_coefficient_for_moisture_at_2m -INFO: filtering out variable surface_friction_velocity_drag -INFO: filtering out variable surface_latent_heat -INFO: filtering out variable surface_layer_evaporation_switch -INFO: filtering out variable surface_specific_humidity_for_MYJ_schemes -INFO: filtering out variable surface_stability_parameter -INFO: filtering out variable t_prime_q_prime -INFO: filtering out variable t_prime_squared -INFO: filtering out variable temperature_from_previous_timestep -INFO: filtering out variable temperature_tendency_due_to_dynamics -INFO: filtering out variable tendency_of_cloud_droplet_number_concentration_due_to_model_physics -INFO: filtering out variable tendency_of_ice_cloud_water_mixing_ratio_due_to_model_physics -INFO: filtering out variable tendency_of_ice_friendly_aerosol_number_concentration_due_to_model_physics -INFO: filtering out variable tendency_of_ice_friendly_aerosols_at_surface -INFO: filtering out variable tendency_of_ice_number_concentration_due_to_model_physics -INFO: filtering out variable tendency_of_liquid_cloud_water_mixing_ratio_due_to_model_physics -INFO: filtering out variable tendency_of_ozone_mixing_ratio_due_to_model_physics -INFO: filtering out variable tendency_of_water_friendly_aerosol_number_concentration_due_to_model_physics -INFO: filtering out variable tendency_of_water_friendly_aerosols_at_surface -INFO: filtering out variable tendency_of_water_vapor_specific_humidity_due_to_model_physics -INFO: filtering out variable tendency_of_x_wind_due_to_convective_gravity_wave_drag -INFO: filtering out variable tendency_of_y_wind_due_to_convective_gravity_wave_drag -INFO: filtering out variable theta_star -INFO: filtering out variable tke_advect -INFO: filtering out variable tke_at_mass_points -INFO: filtering out variable tke_budget -INFO: filtering out variable tke_dissipative_heating_factor -INFO: filtering out variable total_accumulated_snowfall -INFO: filtering out variable triple_point_temperature_of_water -INFO: filtering out variable turbulent_kinetic_energy_convective_transport_tracer -INFO: filtering out variable u_wind_component_at_viscous_sublayer_top -INFO: filtering out variable updraft_fraction_in_boundary_layer_mass_flux_scheme -INFO: filtering out variable updraft_velocity_tunable_parameter_1_CS -INFO: filtering out variable updraft_velocity_tunable_parameter_2_CS -INFO: filtering out variable v_wind_component_at_viscous_sublayer_top -INFO: filtering out variable vegetation_temperature -INFO: filtering out variable vertical_dimension_of_h2o_forcing_data -INFO: filtering out variable volume_fraction_of_frozen_soil_moisture_for_land_surface_model -INFO: filtering out variable volume_fraction_of_soil_moisture_for_land_surface_model -INFO: filtering out variable volume_fraction_of_unfrozen_soil_moisture_for_land_surface_model -INFO: filtering out variable water_friendly_aerosol_number_concentration -INFO: filtering out variable water_friendly_aerosol_number_concentration_updated_by_physics -INFO: filtering out variable water_storage_in_aquifer -INFO: filtering out variable water_storage_in_aquifer_and_saturated_soil -INFO: filtering out variable water_table_depth -INFO: filtering out variable water_table_recharge_when_deep -INFO: filtering out variable water_table_recharge_when_shallow -INFO: filtering out variable water_vapor_mixing_ratio_at_surface -INFO: filtering out variable weight_for_momentum_at_viscous_sublayer_top -INFO: filtering out variable weight_for_potental_temperature_at_viscous_sublayer_top -INFO: filtering out variable weight_for_specific_humidity_at_viscous_sublayer_top -INFO: filtering out variable wood_mass -INFO: filtering out variable x_momentum_tendency_from_blocking_drag -INFO: filtering out variable x_momentum_tendency_from_form_drag -INFO: filtering out variable x_momentum_tendency_from_large_scale_gwd -INFO: filtering out variable x_momentum_tendency_from_small_scale_gwd -INFO: filtering out variable y_momentum_tendency_from_blocking_drag -INFO: filtering out variable y_momentum_tendency_from_form_drag -INFO: filtering out variable y_momentum_tendency_from_large_scale_gwd -INFO: filtering out variable y_momentum_tendency_from_small_scale_gwd -INFO: Checking optional arguments in physics schemes ... -INFO: Metadata table for model FV3 written to tests/build_fv3_16/FV3/ccpp/framework/doc/DevelopersGuide/CCPP_VARIABLES_FV3.tex -INFO: Comparing metadata for requested and provided variables ... -INFO: Automatic unit conversion from m to um for effective_radius_of_stratiform_cloud_ice_particle_in_um before entering MODULE_mp_thompson SCHEME_mp_thompson SUBROUTINE_mp_thompson_run -INFO: Automatic unit conversion from m to um for effective_radius_of_stratiform_cloud_liquid_water_particle_in_um before entering MODULE_mp_thompson SCHEME_mp_thompson SUBROUTINE_mp_thompson_run -INFO: Automatic unit conversion from m to um for effective_radius_of_stratiform_cloud_snow_particle_in_um before entering MODULE_mp_thompson SCHEME_mp_thompson SUBROUTINE_mp_thompson_run -INFO: Generating schemes makefile/cmakefile snippet ... -INFO: Added 168 schemes to tests/build_fv3_16/FV3/ccpp/physics/CCPP_SCHEMES.mk, tests/build_fv3_16/FV3/ccpp/physics/CCPP_SCHEMES.cmake, tests/build_fv3_16/FV3/ccpp/physics/CCPP_SCHEMES.sh -INFO: Generating suite and group caps ... -INFO: Generating static API ccpp_static_api.F90 in tests/build_fv3_16/FV3/ccpp/physics ... -INFO: Generating caps makefile/cmakefile snippet ... -INFO: Added 11 auto-generated caps to tests/build_fv3_16/FV3/ccpp/physics/CCPP_CAPS.mk and tests/build_fv3_16/FV3/ccpp/physics/CCPP_CAPS.cmake -INFO: CCPP prebuild step completed successfully. -+ source build_fv3_16/FV3/ccpp/physics/CCPP_SCHEMES.sh -++ export 'CCPP_SCHEMES=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/aer_cloud.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/aerclm_def.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/aerinterp.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/calpreciptype.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cldwat2m_micro.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cldmacro.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/date_def.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/funcphys.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gcycle.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/h2o_def.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/h2ointerp.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/iccn_def.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/iccninterp.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/iounitdef.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/machine.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mersenne_twister.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfpbl.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg_utils.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg2_0.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg3_0.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/multi_gases.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_model.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_parameters.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_radar.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_thompson.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MP_FER_HIRES.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_bl_mynn.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_mynn.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_orowam2017.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/namelist_soilveg.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfpblt.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfpbltq.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfscu.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfscuq.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/noahmp_tables.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/num_parthds.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozne_def.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozinterp.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/physcons.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/physparam.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radcons.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_aerosols.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_astronomy.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_clouds.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_gases.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_surface.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radlw_datatb.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radlw_param.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radsw_datatb.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radsw_param.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/samfaerosols.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfcsub.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sflx.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/set_soilveg.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/surface_perturbation.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_deep.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_sh.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/tridi.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/wv_saturation.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_soil_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rayleigh_damp.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radsw_main.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_ocean.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gwdc.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gscond.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ysuvdif.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_sice.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/samfdeepcnv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/satmedmfvdif.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozphys_2015.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/samfshalcnv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/precpd.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_fer_hires.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diag.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radlw_main.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_debug.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/satmedmfvdifq.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cs_conv.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/shinhongvdif.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/h2ophys.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_nst.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/moninedmf.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diff.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diag_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/m_micro.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gcm_shoc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gwdps.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/shalcnv.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/get_prs_fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozphys.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_stochastics.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/drag_suite.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_cice.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sascnvn.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cnvc90.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_drv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/dcyc2.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/moninshoc.f' -++ CCPP_SCHEMES='/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/aer_cloud.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/aerclm_def.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/aerinterp.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/calpreciptype.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cldwat2m_micro.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cldmacro.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/date_def.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/funcphys.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gcycle.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/h2o_def.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/h2ointerp.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/iccn_def.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/iccninterp.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/iounitdef.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/machine.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mersenne_twister.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfpbl.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg_utils.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg2_0.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg3_0.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/multi_gases.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_model.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_parameters.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_radar.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_thompson.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MP_FER_HIRES.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_bl_mynn.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_mynn.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_orowam2017.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/namelist_soilveg.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfpblt.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfpbltq.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfscu.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfscuq.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/noahmp_tables.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/num_parthds.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozne_def.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozinterp.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/physcons.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/physparam.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radcons.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_aerosols.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_astronomy.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_clouds.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_gases.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_surface.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radlw_datatb.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radlw_param.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radsw_datatb.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radsw_param.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/samfaerosols.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfcsub.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sflx.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/set_soilveg.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/surface_perturbation.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_deep.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_sh.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/tridi.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/wv_saturation.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_soil_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rayleigh_damp.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radsw_main.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_ocean.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gwdc.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gscond.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ysuvdif.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_sice.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/samfdeepcnv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/satmedmfvdif.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozphys_2015.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/samfshalcnv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/precpd.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_fer_hires.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diag.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radlw_main.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_debug.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/satmedmfvdifq.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cs_conv.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/shinhongvdif.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/h2ophys.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_nst.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/moninedmf.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diff.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diag_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/m_micro.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gcm_shoc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gwdps.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/shalcnv.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/get_prs_fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozphys.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_stochastics.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/drag_suite.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_cice.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sascnvn.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cnvc90.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_drv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/dcyc2.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/moninshoc.f' -+ source build_fv3_16/FV3/ccpp/physics/CCPP_CAPS.sh -++ export 'CCPP_CAPS=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_16/FV3/ccpp/physics/ccpp_FV3_GFS_2017_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_16/FV3/ccpp/physics/ccpp_FV3_GFS_2017_time_vary_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_16/FV3/ccpp/physics/ccpp_FV3_GFS_2017_radiation_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_16/FV3/ccpp/physics/ccpp_FV3_GFS_2017_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_16/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stochastics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_16/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stretched_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_16/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stretched_fast_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_16/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stretched_time_vary_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_16/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stretched_radiation_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_16/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stretched_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_16/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stretched_stochastics_cap.F90' -++ CCPP_CAPS='/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_16/FV3/ccpp/physics/ccpp_FV3_GFS_2017_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_16/FV3/ccpp/physics/ccpp_FV3_GFS_2017_time_vary_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_16/FV3/ccpp/physics/ccpp_FV3_GFS_2017_radiation_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_16/FV3/ccpp/physics/ccpp_FV3_GFS_2017_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_16/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stochastics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_16/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stretched_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_16/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stretched_fast_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_16/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stretched_time_vary_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_16/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stretched_radiation_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_16/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stretched_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_16/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stretched_stochastics_cap.F90' -+ source build_fv3_16/FV3/ccpp/physics/CCPP_STATIC_API.sh -++ export CCPP_STATIC_API=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_16/FV3/ccpp/physics/ccpp_static_api.F90 -++ CCPP_STATIC_API=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_16/FV3/ccpp/physics/ccpp_static_api.F90 -+ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y == *\N\A\M\_\p\h\y\s\=\Y* ]] -+ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y == *\W\W\3\=\Y* ]] -++ trim ' -D32BIT=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=ON -DSTATIC=ON -DMULTI_GASES=OFF' -++ local 'var= -D32BIT=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=ON -DSTATIC=ON -DMULTI_GASES=OFF' -++ var='-D32BIT=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=ON -DSTATIC=ON -DMULTI_GASES=OFF' -++ var='-D32BIT=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=ON -DSTATIC=ON -DMULTI_GASES=OFF' -++ echo -n '-D32BIT=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=ON -DSTATIC=ON -DMULTI_GASES=OFF' -+ CCPP_CMAKE_FLAGS='-D32BIT=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=ON -DSTATIC=ON -DMULTI_GASES=OFF' -+ source /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc -++ __ms_function_name=setup__test_function__120494 -++ eval 'setup__test_function__120494() { /bin/true ; }' -+++ eval '__text="text" ; if [[ $__text =~ ^(t).* ]] ; then printf "%s" ${.sh.match[1]} ; fi' -+++ cat -++ __ms_ksh_test= -+++ eval 'if ( set | grep setup__test_function__120494 | grep -v name > /dev/null 2>&1 ) ; then echo t ; fi ' -+++ cat -++ __ms_bash_test=t -++ [[ ! -z '' ]] -++ [[ ! -z t ]] -++ __ms_shell=bash -++ [[ -d /lfs3 ]] -++ [[ -d /scratch1 ]] -++ [[ -d /gpfs/hps ]] -++ [[ -e /etc/SuSE-release ]] -++ [[ -d /dcom ]] -++ [[ -L /usrx ]] -+++ readlink /usrx -++ [[ /gpfs/dell1/usrx =~ dell ]] -++ eval module help -++ module purge -+++ /usrx/local/prod/lmod/lmod/libexec/lmod bash purge -++ eval unset 'ADVISOR_2018_DIR;' unset 'BACIO_LIB4;' unset 'BACIO_LIB8;' unset 'BACIO_SRC;' unset 'BACIO_VER;' unset 'BINARY_TYPE_HPC;' unset '__LMOD_REF_COUNT_CLASSPATH;' unset 'CLASSPATH;' unset 'CLCK_ROOT;' unset 'CMAKE_CXX_COMPILER;' unset 'CMAKE_C_COMPILER;' unset 'CMAKE_Fortran_COMPILER;' unset 'CMAKE_Platform;' unset 'COMP;' unset '__LMOD_REF_COUNT_CPATH;' unset 'CPATH;' unset '__LMOD_REF_COUNT_CPLUS_INCLUDE_PATH;' unset 'CPLUS_INCLUDE_PATH;' unset 'CRTM_FIX;' unset 'CRTM_INC;' unset 'CRTM_LIB;' unset 'CRTM_SRC;' unset 'CRTM_VER;' unset 'DAALROOT;' unset 'ECF_HOSTFILE;' unset 'ECF_PORT;' unset 'ECF_ROOT;' unset 'ESMFMKFILE;' unset 'G2TMPL_INC;' unset 'G2TMPL_LIB;' unset 'G2TMPL_SRC;' unset 'G2TMPL_VER;' unset 'G2_INC4;' unset 'G2_INCd;' unset 'G2_LIB4;' unset 'G2_LIBd;' unset 'G2_SRC;' unset 'G2_VER;' unset 'GDBSERVER_MIC;' unset 'GDB_CROSS;' unset 'HDF5;' unset 'HDF5_CFLAGS;' unset 'HDF5_CXXFLAGS;' unset 'HDF5_FFLAGS;' unset 'HDF5_INCLUDE;' unset 'HDF5_LDFLAGS;' unset 'HDF5_LDFLAGS_C;' unset 'HDF5_LDFLAGS_CXX;' unset 'HDF5_LDFLAGS_F;' unset '__LMOD_REF_COUNT_INFOPATH;' unset 'INFOPATH;' unset 'INSPECTOR_2018_DIR;' unset 'INTEL_LICENSE_FILE;' unset 'INTEL_PYTHONHOME;' unset 'IPPROOT;' unset 'IP_INC4;' unset 'IP_INC8;' unset 'IP_INCd;' unset 'IP_LIB4;' unset 'IP_LIB8;' unset 'IP_LIBd;' unset 'IP_SRC;' unset 'IP_VER;' unset 'I_MPI_CC;' unset 'I_MPI_CXX;' unset 'I_MPI_EXTRA_FILESYSTEM;' unset 'I_MPI_EXTRA_FILESYSTEM_LIST;' unset 'I_MPI_F77;' unset 'I_MPI_F90;' unset 'I_MPI_FC;' unset 'I_MPI_HYDRA_BOOTSTRAP;' unset 'I_MPI_HYDRA_IFACE;' unset 'I_MPI_LSF_USE_COLLECTIVE_LAUNCH;' unset 'I_MPI_ROOT;' unset 'JASPER_INC;' unset 'JASPER_LIB;' unset 'JASPER_LIBDIR;' unset 'JASPER_SRC;' unset 'JASPER_VER;' unset 'KMP_AFFINITY;' unset '__LMOD_REF_COUNT_LD_LIBRARY_PATH;' unset 'LD_LIBRARY_PATH;' unset '__LMOD_REF_COUNT_LIBRARY_PATH;' unset 'LIBRARY_PATH;' unset 'LIB_NAME;' unset 'LMOD_FAMILY_COMPILER;' unset 'LMOD_FAMILY_COMPILER_VERSION;' unset 'LMOD_FAMILY_CONMPILER;' unset 'LMOD_FAMILY_CONMPILER_VERSION;' unset 'LMOD_FAMILY_MPI;' unset 'LMOD_FAMILY_MPI_VERSION;' unset '__LMOD_REF_COUNT_LOADEDMODULES;' unset 'LOADEDMODULES;' unset 'LSF_BINDIR;' unset 'LSF_ENVDIR;' unset 'LSF_LIBDIR;' unset 'LSF_SERVERDIR;' '__LMOD_REF_COUNT_MANPATH="/usrx/local/prod/lmod/lmod/share/man:1";' export '__LMOD_REF_COUNT_MANPATH;' 'MANPATH="/usrx/local/prod/lmod/lmod/share/man::";' export 'MANPATH;' unset 'MKLROOT;' 'MODULEPATH="/usrx/local/dev/emc_rocoto/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod";' export 'MODULEPATH;' unset 'MPM_LAUNCHER;' unset 'NEMSIO_INC;' unset 'NEMSIO_LIB;' unset 'NEMSIO_SRC;' unset 'NEMSIO_VER;' unset 'NETCDF;' unset 'NETCDF_CFLAGS;' unset 'NETCDF_CXX4FLAGS;' unset 'NETCDF_CXXFLAGS;' unset 'NETCDF_FFLAGS;' unset 'NETCDF_INC;' unset 'NETCDF_INCLUDE;' unset 'NETCDF_LDFLAGS;' unset 'NETCDF_LDFLAGS_C;' unset 'NETCDF_LDFLAGS_CXX;' unset 'NETCDF_LDFLAGS_CXX4;' unset 'NETCDF_LDFLAGS_F;' unset 'NETCDF_LIB;' unset 'NETCDF_ROOT;' unset '__LMOD_REF_COUNT_NLSPATH;' unset 'NLSPATH;' '__LMOD_REF_COUNT_PATH="/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/usr/lpp/mmfs/bin:1;/opt/ibutils/bin:1;/opt/dell/srvadmin/bin:1;/u/Dusan.Jovic/bin:2;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/dbrowse:1;/u/Dusan.Jovic/.local/bin:1";' export '__LMOD_REF_COUNT_PATH;' 'PATH="/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/usr/lpp/mmfs/bin:/opt/ibutils/bin:/opt/dell/srvadmin/bin:/u/Dusan.Jovic/bin:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/dbrowse:/u/Dusan.Jovic/.local/bin";' export 'PATH;' unset 'PKG_CONFIG_PATH;' unset 'PNG_INC;' unset 'PNG_LIB;' unset 'PNG_LIB12;' unset 'PNG_LIBDIR;' unset 'PNG_LIBso;' unset 'PNG_SRC;' unset 'PNG_VER;' unset 'POST_INC;' unset 'POST_LIB;' unset 'POST_SRC;' unset 'POST_VER;' unset 'PSTLROOT;' unset 'PYTHONPATH;' unset '__LMOD_REF_COUNT_QT_PLUGIN_PATH;' unset 'QT_PLUGIN_PATH;' unset 'SP_LIB4;' unset 'SP_LIB8;' unset 'SP_LIBd;' unset 'SP_SRC;' unset 'SP_VER;' unset 'TBBROOT;' unset 'VT_ADD_LIBS;' unset 'VT_ARCH;' unset 'VT_LIB_DIR;' unset 'VT_MPI;' unset 'VT_ROOT;' unset 'VT_SLIB_DIR;' unset 'W3EMC_INC4;' unset 'W3EMC_INC8;' unset 'W3EMC_INCd;' unset 'W3EMC_LIB4;' unset 'W3EMC_LIB8;' unset 'W3EMC_LIBd;' unset 'W3EMC_SRC;' unset 'W3EMC_VER;' unset 'W3NCO_INC4;' unset 'W3NCO_INC8;' unset 'W3NCO_INCd;' unset 'W3NCO_LIB4;' unset 'W3NCO_LIB8;' unset 'W3NCO_LIBd;' unset 'W3NCO_SRC;' unset 'W3NCO_VER;' unset 'XLSF_UIDDIR;' unset 'Z_INC;' unset 'Z_LIB;' unset 'Z_SRC;' unset 'Z_VER;' unset '__LMOD_REF_COUNT__LMFILES_;' unset '_LMFILES_;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii91c3J4L2xvY2FsL2Rldi9lbWNfcm9jb3RvL21vZHVsZWZpbGVzIiwiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvRHVzYW4uSm92aWMvdWZzL3ByMTgvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvd2Nvc3NfZGVsbF9wMyIsIi91c3J4L2xvY2FsL2Rldi9tb2R1bGVmaWxlcyIsIi91c3J4L2xvY2FsL3Byb2QvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQiLCIvdXNyeC9sb2NhbC9w";' export '_ModuleTable001_;' '_ModuleTable002_="cm9kL21vZHVsZWZpbGVzL2RlZnMiLCIvZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb3JlX3Byb2QiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQ6L3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9kZWZzOi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsfQ==";' export '_ModuleTable002_;' '_ModuleTable_Sz_="2";' export '_ModuleTable_Sz_;' unset '_ModuleTable004_;' unset '_ModuleTable005_;' unset '_ModuleTable006_;' unset '_ModuleTable007_;' unset '_ModuleTable008_;' unset '_ModuleTable009_;' unset '_ModuleTable010_;' unset '_ModuleTable011_;' unset '_ModuleTable012_;' unset '_ModuleTable013_;' unset '_ModuleTable014_;' unset '_ModuleTable015_;' unset '_ModuleTable016_;' -+++ unset ADVISOR_2018_DIR -+++ unset BACIO_LIB4 -+++ unset BACIO_LIB8 -+++ unset BACIO_SRC -+++ unset BACIO_VER -+++ unset BINARY_TYPE_HPC -+++ unset __LMOD_REF_COUNT_CLASSPATH -+++ unset CLASSPATH -+++ unset CLCK_ROOT -+++ unset CMAKE_CXX_COMPILER -+++ unset CMAKE_C_COMPILER -+++ unset CMAKE_Fortran_COMPILER -+++ unset CMAKE_Platform -+++ unset COMP -+++ unset __LMOD_REF_COUNT_CPATH -+++ unset CPATH -+++ unset __LMOD_REF_COUNT_CPLUS_INCLUDE_PATH -+++ unset CPLUS_INCLUDE_PATH -+++ unset CRTM_FIX -+++ unset CRTM_INC -+++ unset CRTM_LIB -+++ unset CRTM_SRC -+++ unset CRTM_VER -+++ unset DAALROOT -+++ unset ECF_HOSTFILE -+++ unset ECF_PORT -+++ unset ECF_ROOT -+++ unset ESMFMKFILE -+++ unset G2TMPL_INC -+++ unset G2TMPL_LIB -+++ unset G2TMPL_SRC -+++ unset G2TMPL_VER -+++ unset G2_INC4 -+++ unset G2_INCd -+++ unset G2_LIB4 -+++ unset G2_LIBd -+++ unset G2_SRC -+++ unset G2_VER -+++ unset GDBSERVER_MIC -+++ unset GDB_CROSS -+++ unset HDF5 -+++ unset HDF5_CFLAGS -+++ unset HDF5_CXXFLAGS -+++ unset HDF5_FFLAGS -+++ unset HDF5_INCLUDE -+++ unset HDF5_LDFLAGS -+++ unset HDF5_LDFLAGS_C -+++ unset HDF5_LDFLAGS_CXX -+++ unset HDF5_LDFLAGS_F -+++ unset __LMOD_REF_COUNT_INFOPATH -+++ unset INFOPATH -+++ unset INSPECTOR_2018_DIR -+++ unset INTEL_LICENSE_FILE -+++ unset INTEL_PYTHONHOME -+++ unset IPPROOT -+++ unset IP_INC4 -+++ unset IP_INC8 -+++ unset IP_INCd -+++ unset IP_LIB4 -+++ unset IP_LIB8 -+++ unset IP_LIBd -+++ unset IP_SRC -+++ unset IP_VER -+++ unset I_MPI_CC -+++ unset I_MPI_CXX -+++ unset I_MPI_EXTRA_FILESYSTEM -+++ unset I_MPI_EXTRA_FILESYSTEM_LIST -+++ unset I_MPI_F77 -+++ unset I_MPI_F90 -+++ unset I_MPI_FC -+++ unset I_MPI_HYDRA_BOOTSTRAP -+++ unset I_MPI_HYDRA_IFACE -+++ unset I_MPI_LSF_USE_COLLECTIVE_LAUNCH -+++ unset I_MPI_ROOT -+++ unset JASPER_INC -+++ unset JASPER_LIB -+++ unset JASPER_LIBDIR -+++ unset JASPER_SRC -+++ unset JASPER_VER -+++ unset KMP_AFFINITY -+++ unset __LMOD_REF_COUNT_LD_LIBRARY_PATH -+++ unset LD_LIBRARY_PATH -+++ unset __LMOD_REF_COUNT_LIBRARY_PATH -+++ unset LIBRARY_PATH -+++ unset LIB_NAME -+++ unset LMOD_FAMILY_COMPILER -+++ unset LMOD_FAMILY_COMPILER_VERSION -+++ unset LMOD_FAMILY_CONMPILER -+++ unset LMOD_FAMILY_CONMPILER_VERSION -+++ unset LMOD_FAMILY_MPI -+++ unset LMOD_FAMILY_MPI_VERSION -+++ unset __LMOD_REF_COUNT_LOADEDMODULES -+++ unset LOADEDMODULES -+++ unset LSF_BINDIR -+++ unset LSF_ENVDIR -+++ unset LSF_LIBDIR -+++ unset LSF_SERVERDIR -+++ __LMOD_REF_COUNT_MANPATH=/usrx/local/prod/lmod/lmod/share/man:1 -+++ export __LMOD_REF_COUNT_MANPATH -+++ MANPATH=/usrx/local/prod/lmod/lmod/share/man:: -+++ export MANPATH -+++ unset MKLROOT -+++ MODULEPATH=/usrx/local/dev/emc_rocoto/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod -+++ export MODULEPATH -+++ unset MPM_LAUNCHER -+++ unset NEMSIO_INC -+++ unset NEMSIO_LIB -+++ unset NEMSIO_SRC -+++ unset NEMSIO_VER -+++ unset NETCDF -+++ unset NETCDF_CFLAGS -+++ unset NETCDF_CXX4FLAGS -+++ unset NETCDF_CXXFLAGS -+++ unset NETCDF_FFLAGS -+++ unset NETCDF_INC -+++ unset NETCDF_INCLUDE -+++ unset NETCDF_LDFLAGS -+++ unset NETCDF_LDFLAGS_C -+++ unset NETCDF_LDFLAGS_CXX -+++ unset NETCDF_LDFLAGS_CXX4 -+++ unset NETCDF_LDFLAGS_F -+++ unset NETCDF_LIB -+++ unset NETCDF_ROOT -+++ unset __LMOD_REF_COUNT_NLSPATH -+++ unset NLSPATH -+++ __LMOD_REF_COUNT_PATH='/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/usr/lpp/mmfs/bin:1;/opt/ibutils/bin:1;/opt/dell/srvadmin/bin:1;/u/Dusan.Jovic/bin:2;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/dbrowse:1;/u/Dusan.Jovic/.local/bin:1' -+++ export __LMOD_REF_COUNT_PATH -+++ PATH=/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/usr/lpp/mmfs/bin:/opt/ibutils/bin:/opt/dell/srvadmin/bin:/u/Dusan.Jovic/bin:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/dbrowse:/u/Dusan.Jovic/.local/bin -+++ export PATH -+++ unset PKG_CONFIG_PATH -+++ unset PNG_INC -+++ unset PNG_LIB -+++ unset PNG_LIB12 -+++ unset PNG_LIBDIR -+++ unset PNG_LIBso -+++ unset PNG_SRC -+++ unset PNG_VER -+++ unset POST_INC -+++ unset POST_LIB -+++ unset POST_SRC -+++ unset POST_VER -+++ unset PSTLROOT -+++ unset PYTHONPATH -+++ unset __LMOD_REF_COUNT_QT_PLUGIN_PATH -+++ unset QT_PLUGIN_PATH -+++ unset SP_LIB4 -+++ unset SP_LIB8 -+++ unset SP_LIBd -+++ unset SP_SRC -+++ unset SP_VER -+++ unset TBBROOT -+++ unset VT_ADD_LIBS -+++ unset VT_ARCH -+++ unset VT_LIB_DIR -+++ unset VT_MPI -+++ unset VT_ROOT -+++ unset VT_SLIB_DIR -+++ unset W3EMC_INC4 -+++ unset W3EMC_INC8 -+++ unset W3EMC_INCd -+++ unset W3EMC_LIB4 -+++ unset W3EMC_LIB8 -+++ unset W3EMC_LIBd -+++ unset W3EMC_SRC -+++ unset W3EMC_VER -+++ unset W3NCO_INC4 -+++ unset W3NCO_INC8 -+++ unset W3NCO_INCd -+++ unset W3NCO_LIB4 -+++ unset W3NCO_LIB8 -+++ unset W3NCO_LIBd -+++ unset W3NCO_SRC -+++ unset W3NCO_VER -+++ unset XLSF_UIDDIR -+++ unset Z_INC -+++ unset Z_LIB -+++ unset Z_SRC -+++ unset Z_VER -+++ unset __LMOD_REF_COUNT__LMFILES_ -+++ unset _LMFILES_ -+++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii91c3J4L2xvY2FsL2Rldi9lbWNfcm9jb3RvL21vZHVsZWZpbGVzIiwiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvRHVzYW4uSm92aWMvdWZzL3ByMTgvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvd2Nvc3NfZGVsbF9wMyIsIi91c3J4L2xvY2FsL2Rldi9tb2R1bGVmaWxlcyIsIi91c3J4L2xvY2FsL3Byb2QvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQiLCIvdXNyeC9sb2NhbC9w -+++ export _ModuleTable001_ -+++ _ModuleTable002_=cm9kL21vZHVsZWZpbGVzL2RlZnMiLCIvZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb3JlX3Byb2QiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQ6L3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9kZWZzOi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsfQ== -+++ export _ModuleTable002_ -+++ _ModuleTable_Sz_=2 -+++ export _ModuleTable_Sz_ -+++ unset _ModuleTable004_ -+++ unset _ModuleTable005_ -+++ unset _ModuleTable006_ -+++ unset _ModuleTable007_ -+++ unset _ModuleTable008_ -+++ unset _ModuleTable009_ -+++ unset _ModuleTable010_ -+++ unset _ModuleTable011_ -+++ unset _ModuleTable012_ -+++ unset _ModuleTable013_ -+++ unset _ModuleTable014_ -+++ unset _ModuleTable015_ -+++ unset _ModuleTable016_ -+++ : -s sh -++ eval -++ unset __ms_shell -++ unset __ms_ksh_test -++ unset __ms_bash_test -++ unset setup__test_function__120494 -++ unset __ms_function_name -+ [[ wcoss_dell_p3 == macosx.* ]] -+ [[ wcoss_dell_p3 == linux.* ]] -+ module use /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3 -++ /usrx/local/prod/lmod/lmod/libexec/lmod bash use /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3 -+ eval 'MODULEPATH="/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/dev/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod";' export 'MODULEPATH;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcjE4L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL3djb3NzX2RlbGxfcDMiLCIvdXNyeC9sb2NhbC9kZXYvZW1jX3JvY290by9tb2R1bGVmaWxlcyIsIi91c3J4L2xvY2FsL2Rldi9tb2R1bGVmaWxlcyIsIi91c3J4L2xvY2FsL3Byb2QvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQiLCIvdXNyeC9sb2NhbC9w";' export '_ModuleTable001_;' '_ModuleTable002_="cm9kL21vZHVsZWZpbGVzL2RlZnMiLCIvZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb3JlX3Byb2QiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQ6L3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9kZWZzOi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsfQ==";' export '_ModuleTable002_;' '_ModuleTable_Sz_="2";' export '_ModuleTable_Sz_;' -++ MODULEPATH=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/dev/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod -++ export MODULEPATH -++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcjE4L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL3djb3NzX2RlbGxfcDMiLCIvdXNyeC9sb2NhbC9kZXYvZW1jX3JvY290by9tb2R1bGVmaWxlcyIsIi91c3J4L2xvY2FsL2Rldi9tb2R1bGVmaWxlcyIsIi91c3J4L2xvY2FsL3Byb2QvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQiLCIvdXNyeC9sb2NhbC9w -++ export _ModuleTable001_ -++ _ModuleTable002_=cm9kL21vZHVsZWZpbGVzL2RlZnMiLCIvZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb3JlX3Byb2QiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQ6L3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9kZWZzOi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsfQ== -++ export _ModuleTable002_ -++ _ModuleTable_Sz_=2 -++ export _ModuleTable_Sz_ -++ : -s sh -+ eval -+ module load fv3 -++ /usrx/local/prod/lmod/lmod/libexec/lmod bash load fv3 -+ eval 'ADVISOR_2018_DIR="/usrx/local/prod/intel/2018UP01/advisor_2018";' export 'ADVISOR_2018_DIR;' 'BACIO_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libbacio_v2.0.3_4.a";' export 'BACIO_LIB4;' 'BACIO_LIB8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libbacio_v2.0.3_8.a";' export 'BACIO_LIB8;' 'BACIO_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/bacio_v2.0.3";' export 'BACIO_SRC;' 'BACIO_VER="v2.0.3";' export 'BACIO_VER;' 'BINARY_TYPE_HPC="";' export 'BINARY_TYPE_HPC;' '__LMOD_REF_COUNT_CLASSPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64/mpi.jar:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/daal.jar:1";' export '__LMOD_REF_COUNT_CLASSPATH;' 'CLASSPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64/mpi.jar:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/daal.jar";' export 'CLASSPATH;' 'CLCK_ROOT="/usrx/local/prod/intel/2018UP01/clck_latest";' export 'CLCK_ROOT;' 'CMAKE_CXX_COMPILER="mpiicpc";' export 'CMAKE_CXX_COMPILER;' 'CMAKE_C_COMPILER="mpiicc";' export 'CMAKE_C_COMPILER;' 'CMAKE_Fortran_COMPILER="mpiifort";' export 'CMAKE_Fortran_COMPILER;' 'CMAKE_Platform="wcoss_dell_p3";' export 'CMAKE_Platform;' 'COMP="ips";' export 'COMP;' '__LMOD_REF_COUNT_CPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/pstl/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/include:1";' export '__LMOD_REF_COUNT_CPATH;' 'CPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/pstl/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/include";' export 'CPATH;' '__LMOD_REF_COUNT_CPLUS_INCLUDE_PATH="/usrx/local/prod/intel/2018UP01/clck_latest/include:1";' export '__LMOD_REF_COUNT_CPLUS_INCLUDE_PATH;' 'CPLUS_INCLUDE_PATH="/usrx/local/prod/intel/2018UP01/clck_latest/include";' export 'CPLUS_INCLUDE_PATH;' 'CRTM_FIX="/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/fix";' export 'CRTM_FIX;' 'CRTM_INC="/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/ips/18.0.1/include/crtm_v2.2.6";' export 'CRTM_INC;' 'CRTM_LIB="/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/ips/18.0.1/libcrtm_v2.2.6.a";' export 'CRTM_LIB;' 'CRTM_SRC="/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/src";' export 'CRTM_SRC;' 'CRTM_VER="v2.2.6";' export 'CRTM_VER;' 'DAALROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal";' export 'DAALROOT;' 'ESMFMKFILE="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/lib/esmf.mk";' export 'ESMFMKFILE;' 'G2TMPL_INC="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/g2tmpl_v1.6.0";' export 'G2TMPL_INC;' 'G2TMPL_LIB="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2tmpl_v1.6.0.a";' export 'G2TMPL_LIB;' 'G2TMPL_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/g2tmpl_v1.6.0/src";' export 'G2TMPL_SRC;' 'G2TMPL_VER="v1.6.0";' export 'G2TMPL_VER;' 'G2_INC4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/g2_v3.1.1_4";' export 'G2_INC4;' 'G2_INCd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/g2_v3.1.1_d";' export 'G2_INCd;' 'G2_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2_v3.1.1_4.a";' export 'G2_LIB4;' 'G2_LIBd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2_v3.1.1_d.a";' export 'G2_LIBd;' 'G2_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/g2_v3.1.1";' export 'G2_SRC;' 'G2_VER="v3.1.1";' export 'G2_VER;' 'GDBSERVER_MIC="/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/targets/intel64/x200/bin/gdbserver";' export 'GDBSERVER_MIC;' 'GDB_CROSS="/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/bin/gdb-ia";' export 'GDB_CROSS;' 'HDF5="/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1";' export 'HDF5;' 'HDF5_CFLAGS="-I/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/include";' export 'HDF5_CFLAGS;' 'HDF5_CXXFLAGS="-I/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/include";' export 'HDF5_CXXFLAGS;' 'HDF5_FFLAGS="-I/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/include";' export 'HDF5_FFLAGS;' 'HDF5_INCLUDE="-I/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/include";' export 'HDF5_INCLUDE;' 'HDF5_LDFLAGS="-L/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib' -lhdf5_hl -lhdf5hl_fortran -lhdf5 '-lhdf5_fortran";' export 'HDF5_LDFLAGS;' 'HDF5_LDFLAGS_C="-L/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib' -lhdf5_hl '-lhdf5";' export 'HDF5_LDFLAGS_C;' 'HDF5_LDFLAGS_CXX="-L/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib' -lhdf5_hl -hdf5_hl_cpp -lhdf5 '-lhdf5_cpp";' export 'HDF5_LDFLAGS_CXX;' 'HDF5_LDFLAGS_F="-L/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib' -lhdf5_hl -lhdf5hl_fortran -lhdf5 '-lhdf5_fortran";' export 'HDF5_LDFLAGS_F;' '__LMOD_REF_COUNT_INFOPATH="/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/info:1;info_gdb_igfx:1";' export '__LMOD_REF_COUNT_INFOPATH;' 'INFOPATH="/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/info:info_gdb_igfx";' export 'INFOPATH;' 'INSPECTOR_2018_DIR="/usrx/local/prod/intel/2018UP01/inspector_2018";' export 'INSPECTOR_2018_DIR;' 'INTEL_LICENSE_FILE="/usrx/local/prod/intel/licenses";' export 'INTEL_LICENSE_FILE;' 'INTEL_PYTHONHOME="/usrx/local/prod/intel/2018UP01/debugger_2018/python/intel64";' export 'INTEL_PYTHONHOME;' 'IPPROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp";' export 'IPPROOT;' 'IP_INC4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ip_v3.0.2_4";' export 'IP_INC4;' 'IP_INC8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ip_v3.0.2_8";' export 'IP_INC8;' 'IP_INCd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ip_v3.0.2_d";' export 'IP_INCd;' 'IP_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libip_v3.0.2_4.a";' export 'IP_LIB4;' 'IP_LIB8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libip_v3.0.2_8.a";' export 'IP_LIB8;' 'IP_LIBd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libip_v3.0.2_d.a";' export 'IP_LIBd;' 'IP_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/ip_v3.0.2";' export 'IP_SRC;' 'IP_VER="v3.0.2";' export 'IP_VER;' 'I_MPI_CC="icc";' export 'I_MPI_CC;' 'I_MPI_CXX="icpc";' export 'I_MPI_CXX;' 'I_MPI_EXTRA_FILESYSTEM="yes";' export 'I_MPI_EXTRA_FILESYSTEM;' 'I_MPI_EXTRA_FILESYSTEM_LIST="gpfs";' export 'I_MPI_EXTRA_FILESYSTEM_LIST;' 'I_MPI_F77="ifort";' export 'I_MPI_F77;' 'I_MPI_F90="ifort";' export 'I_MPI_F90;' 'I_MPI_FC="ifort";' export 'I_MPI_FC;' 'I_MPI_HYDRA_BOOTSTRAP="lsf";' export 'I_MPI_HYDRA_BOOTSTRAP;' 'I_MPI_HYDRA_IFACE="ib0";' export 'I_MPI_HYDRA_IFACE;' 'I_MPI_LSF_USE_COLLECTIVE_LAUNCH="1";' export 'I_MPI_LSF_USE_COLLECTIVE_LAUNCH;' 'I_MPI_ROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi";' export 'I_MPI_ROOT;' 'JASPER_INC="/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/include";' export 'JASPER_INC;' 'JASPER_LIB="/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib/libjasper.a";' export 'JASPER_LIB;' 'JASPER_LIBDIR="/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib";' export 'JASPER_LIBDIR;' 'JASPER_SRC="/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/src/jasper-1.900.29";' export 'JASPER_SRC;' 'JASPER_VER="1.900.29";' export 'JASPER_VER;' 'KMP_AFFINITY="scatter";' export 'KMP_AFFINITY;' unset 'LAUNCH;' '__LMOD_REF_COUNT_LD_LIBRARY_PATH="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/lib:1;/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib:1;/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib:1;/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib:1;/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:1;/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib:1;/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib:1;/usrx/local/prod/intel/2018UP01/itac_latest/slib:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:1;/usrx/local/prod/intel/2018UP01/debugger_2018/iga/lib:1;/usrx/local/prod/intel/2018UP01/debugger_2018/libipt/intel64/lib:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4:1";' export '__LMOD_REF_COUNT_LD_LIBRARY_PATH;' 'LD_LIBRARY_PATH="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/lib:/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib:/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib:/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib:/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib:/usrx/local/prod/intel/2018UP01/itac_latest/slib:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:/usrx/local/prod/intel/2018UP01/debugger_2018/iga/lib:/usrx/local/prod/intel/2018UP01/debugger_2018/libipt/intel64/lib:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4";' export 'LD_LIBRARY_PATH;' '__LMOD_REF_COUNT_LIBRARY_PATH="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:1;/usrx/local/prod/intel/2018UP01/clck_latest/lib/intel64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4:1";' export '__LMOD_REF_COUNT_LIBRARY_PATH;' 'LIBRARY_PATH="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:/usrx/local/prod/intel/2018UP01/clck_latest/lib/intel64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4";' export 'LIBRARY_PATH;' 'LIB_NAME="POST";' export 'LIB_NAME;' 'LMOD_FAMILY_COMPILER="ips";' export 'LMOD_FAMILY_COMPILER;' 'LMOD_FAMILY_COMPILER_VERSION="18.0.1.163";' export 'LMOD_FAMILY_COMPILER_VERSION;' 'LMOD_FAMILY_CONMPILER="HDF5-serial";' export 'LMOD_FAMILY_CONMPILER;' 'LMOD_FAMILY_CONMPILER_VERSION="1.10.1";' export 'LMOD_FAMILY_CONMPILER_VERSION;' 'LMOD_FAMILY_MPI="impi";' export 'LMOD_FAMILY_MPI;' 'LMOD_FAMILY_MPI_VERSION="18.0.1";' export 'LMOD_FAMILY_MPI_VERSION;' '__LMOD_REF_COUNT_LOADEDMODULES="ips/18.0.1.163:1;impi/18.0.1:1;NetCDF/4.5.0:1;HDF5-serial/1.10.1:1;lsf/10.1:1;bacio/2.0.3:1;ip/3.0.2:1;sp/2.0.3:1;w3nco/2.0.7:1;w3emc/2.3.1:1;nemsio/2.2.4:1;g2/3.1.1:1;g2tmpl/1.6.0:1;crtm/2.2.6:1;jasper/1.900.29:1;libpng/1.2.59:1;zlib/1.2.11:1;post/8.0.1:1;esmf/8.0.0:1;cmake/3.10.0:1;fv3:1";' export '__LMOD_REF_COUNT_LOADEDMODULES;' 'LOADEDMODULES="ips/18.0.1.163:impi/18.0.1:NetCDF/4.5.0:HDF5-serial/1.10.1:lsf/10.1:bacio/2.0.3:ip/3.0.2:sp/2.0.3:w3nco/2.0.7:w3emc/2.3.1:nemsio/2.2.4:g2/3.1.1:g2tmpl/1.6.0:crtm/2.2.6:jasper/1.900.29:libpng/1.2.59:zlib/1.2.11:post/8.0.1:esmf/8.0.0:cmake/3.10.0:fv3";' export 'LOADEDMODULES;' 'LSF_BINDIR="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin";' export 'LSF_BINDIR;' 'LSF_ENVDIR="/gpfs/lsf/conf";' export 'LSF_ENVDIR;' 'LSF_LIBDIR="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib";' export 'LSF_LIBDIR;' 'LSF_SERVERDIR="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc";' export 'LSF_SERVERDIR;' '__LMOD_REF_COUNT_MANPATH="/usrx/local/dev/packages/cmake/3.10.0/share/man:1;/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/share/man:1;/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/share/man:1;/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/man:1;/gpfs/lsf/10.1/man:1;/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/share/man:1;/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/share/man:1;/usrx/local/prod/intel/2018UP01/itac_latest/man:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/man/common:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/man:1;/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/man:1;/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-igfx/man:1;/usrx/local/prod/lmod/lmod/share/man:1;/usrx/local/prod/intel/2018UP01/inspector_2018/man:1;/usrx/local/prod/intel/2018UP01/advisor_2018/man:1";' export '__LMOD_REF_COUNT_MANPATH;' 'MANPATH="/usrx/local/dev/packages/cmake/3.10.0/share/man:/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/share/man:/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/share/man:/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/man:/gpfs/lsf/10.1/man:/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/share/man:/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/share/man:/usrx/local/prod/intel/2018UP01/itac_latest/man:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/man/common:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/man:/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/man:/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-igfx/man:/usrx/local/prod/lmod/lmod/share/man::/usrx/local/prod/intel/2018UP01/inspector_2018/man:/usrx/local/prod/intel/2018UP01/advisor_2018/man";' export 'MANPATH;' 'MKLROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl";' export 'MKLROOT;' 'MODULEPATH="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/dev/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1:/usrx/local/prod/modulefiles/mpi_third/ips/18.0.1/impi/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/mpi_prod/ips/18.0.1/impi/18.0.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles";' export 'MODULEPATH;' 'MPM_LAUNCHER="/usrx/local/prod/intel/2018UP01/debugger_2018/mpm/mic/bin/start_mpm.sh";' export 'MPM_LAUNCHER;' 'NEMSIO_INC="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/nemsio_v2.2.4";' export 'NEMSIO_INC;' 'NEMSIO_LIB="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libnemsio_v2.2.4.a";' export 'NEMSIO_LIB;' 'NEMSIO_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/nemsio_v2.2.4";' export 'NEMSIO_SRC;' 'NEMSIO_VER="v2.2.4";' export 'NEMSIO_VER;' 'NETCDF="/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0";' export 'NETCDF;' 'NETCDF_CFLAGS="-I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include";' export 'NETCDF_CFLAGS;' 'NETCDF_CXX4FLAGS="-I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include";' export 'NETCDF_CXX4FLAGS;' 'NETCDF_CXXFLAGS="-I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include";' export 'NETCDF_CXXFLAGS;' 'NETCDF_FFLAGS="-I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include";' export 'NETCDF_FFLAGS;' 'NETCDF_INC="/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include";' export 'NETCDF_INC;' 'NETCDF_INCLUDE="-I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include";' export 'NETCDF_INCLUDE;' 'NETCDF_LDFLAGS="-L/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib' '-lnetcdff";' export 'NETCDF_LDFLAGS;' 'NETCDF_LDFLAGS_C="-L/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib' '-lnetcdf";' export 'NETCDF_LDFLAGS_C;' 'NETCDF_LDFLAGS_CXX="-L/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib' -lnetcdf '-lnetcdf_c++";' export 'NETCDF_LDFLAGS_CXX;' 'NETCDF_LDFLAGS_CXX4="-L/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib' -lnetcdf '-lnetcdf_c++4";' export 'NETCDF_LDFLAGS_CXX4;' 'NETCDF_LDFLAGS_F="-L/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib' '-lnetcdff";' export 'NETCDF_LDFLAGS_F;' 'NETCDF_LIB="/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib";' export 'NETCDF_LIB;' 'NETCDF_ROOT="/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0";' export 'NETCDF_ROOT;' '__LMOD_REF_COUNT_NLSPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin/locale/%l_%t/%N:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin/locale/%l_%t/%N:1;/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/share/locale/%l_%t/%N:1";' export '__LMOD_REF_COUNT_NLSPATH;' 'NLSPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin/locale/%l_%t/%N:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin/locale/%l_%t/%N::/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/share/locale/%l_%t/%N";' export 'NLSPATH;' '__LMOD_REF_COUNT_PATH="/usrx/local/dev/packages/cmake/3.10.0/bin:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/bin:1;/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/bin:1;/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/bin:1;/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc:1;/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin:1;/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1:1;/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/bin:1;/usrx/local/prod/intel/2018UP01/advisor_2018/bin64:1;/usrx/local/prod/intel/2018UP01/vtune_amplifier_2018/bin64:1;/usrx/local/prod/intel/2018UP01/inspector_2018/bin64:1;/usrx/local/prod/intel/2018UP01/itac_latest/bin:1;/usrx/local/prod/intel/2018UP01/clck_latest/bin/intel64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/bin/intel64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64:1;/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/targets/intel64/x200/bin:1;/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/bin:1;/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/usr/lpp/mmfs/bin:1;/opt/ibutils/bin:1;/opt/dell/srvadmin/bin:1;/u/Dusan.Jovic/bin:2;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/dbrowse:1;/u/Dusan.Jovic/.local/bin:1;/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/include:1";' export '__LMOD_REF_COUNT_PATH;' 'PATH="/usrx/local/dev/packages/cmake/3.10.0/bin:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/bin:/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/bin:/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/bin:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin:/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1:/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/bin:/usrx/local/prod/intel/2018UP01/advisor_2018/bin64:/usrx/local/prod/intel/2018UP01/vtune_amplifier_2018/bin64:/usrx/local/prod/intel/2018UP01/inspector_2018/bin64:/usrx/local/prod/intel/2018UP01/itac_latest/bin:/usrx/local/prod/intel/2018UP01/clck_latest/bin/intel64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/bin/intel64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64:/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/targets/intel64/x200/bin:/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/usr/lpp/mmfs/bin:/opt/ibutils/bin:/opt/dell/srvadmin/bin:/u/Dusan.Jovic/bin:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/dbrowse:/u/Dusan.Jovic/.local/bin:/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/include";' export 'PATH;' 'PKG_CONFIG_PATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/bin/pkgconfig";' export 'PKG_CONFIG_PATH;' 'PNG_INC="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/include";' export 'PNG_INC;' 'PNG_LIB="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng.a";' export 'PNG_LIB;' 'PNG_LIB12="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng12.a";' export 'PNG_LIB12;' 'PNG_LIBDIR="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib";' export 'PNG_LIBDIR;' 'PNG_LIBso="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng.so";' export 'PNG_LIBso;' 'PNG_SRC="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/src/libpng-1.2.59";' export 'PNG_SRC;' 'PNG_VER="1.2.59";' export 'PNG_VER;' 'POST_INC="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ncep_post_v8.0.1_4";' export 'POST_INC;' 'POST_LIB="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libncep_post_v8.0.1_4.a";' export 'POST_LIB;' 'POST_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/post_v8.0.1";' export 'POST_SRC;' 'POST_VER="v8.0.1";' export 'POST_VER;' 'PSTLROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/pstl";' export 'PSTLROOT;' 'PYTHONPATH="/usrx/local/prod/intel/2018UP01/advisor_2018/pythonapi";' export 'PYTHONPATH;' 'SP_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_4.a";' export 'SP_LIB4;' 'SP_LIB8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_8.a";' export 'SP_LIB8;' 'SP_LIBd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_d.a";' export 'SP_LIBd;' 'SP_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/sp_v2.0.3";' export 'SP_SRC;' 'SP_VER="v2.0.3";' export 'SP_VER;' 'TBBROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb";' export 'TBBROOT;' 'VT_ADD_LIBS="-ldwarf' -lelf -lvtunwind -lm '-lpthread";' export 'VT_ADD_LIBS;' 'VT_ARCH="intel64";' export 'VT_ARCH;' 'VT_LIB_DIR="/usrx/local/prod/intel/2018UP01/itac_latest/lib";' export 'VT_LIB_DIR;' 'VT_MPI="impi4";' export 'VT_MPI;' 'VT_ROOT="/usrx/local/prod/intel/2018UP01/itac_latest";' export 'VT_ROOT;' 'VT_SLIB_DIR="/usrx/local/prod/intel/2018UP01/itac_latest/slib";' export 'VT_SLIB_DIR;' 'W3EMC_INC4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3emc_v2.3.1_4";' export 'W3EMC_INC4;' 'W3EMC_INC8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3emc_v2.3.1_8";' export 'W3EMC_INC8;' 'W3EMC_INCd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3emc_v2.3.1_d";' export 'W3EMC_INCd;' 'W3EMC_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_4.a";' export 'W3EMC_LIB4;' 'W3EMC_LIB8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_8.a";' export 'W3EMC_LIB8;' 'W3EMC_LIBd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_d.a";' export 'W3EMC_LIBd;' 'W3EMC_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/w3emc_v2.3.1";' export 'W3EMC_SRC;' 'W3EMC_VER="v2.3.1";' export 'W3EMC_VER;' 'W3NCO_INC4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3nco_v2.0.7_4";' export 'W3NCO_INC4;' 'W3NCO_INC8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3nco_v2.0.7_8";' export 'W3NCO_INC8;' 'W3NCO_INCd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3nco_v2.0.7_d";' export 'W3NCO_INCd;' 'W3NCO_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_4.a";' export 'W3NCO_LIB4;' 'W3NCO_LIB8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_8.a";' export 'W3NCO_LIB8;' 'W3NCO_LIBd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_d.a";' export 'W3NCO_LIBd;' 'W3NCO_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/w3nco_v2.0.7";' export 'W3NCO_SRC;' 'W3NCO_VER="v2.0.7";' export 'W3NCO_VER;' 'XLSF_UIDDIR="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib/uid";' export 'XLSF_UIDDIR;' 'Z_INC="/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/include";' export 'Z_INC;' 'Z_LIB="/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib/libz.a";' export 'Z_LIB;' 'Z_SRC="/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/src";' export 'Z_SRC;' 'Z_VER="1.2.11";' export 'Z_VER;' '__LMOD_REF_COUNT__LMFILES_="/usrx/local/prod/modulefiles/core_third/ips/18.0.1.163:1;/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1/impi/18.0.1.lua:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/NetCDF/4.5.0:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/HDF5-serial/1.10.1:1;/usrx/local/prod/modulefiles/core_third/lsf/10.1:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/bacio/2.0.3:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/ip/3.0.2:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/sp/2.0.3:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3nco/2.0.7:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3emc/2.3.1:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/nemsio/2.2.4:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2/3.1.1:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2tmpl/1.6.0:1;/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/crtm/2.2.6:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/jasper/1.900.29:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/libpng/1.2.59:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/zlib/1.2.11:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/post/8.0.1:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/esmf/8.0.0:1;/usrx/local/dev/modulefiles/cmake/3.10.0:1;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3:1";' export '__LMOD_REF_COUNT__LMFILES_;' '_LMFILES_="/usrx/local/prod/modulefiles/core_third/ips/18.0.1.163:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1/impi/18.0.1.lua:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/NetCDF/4.5.0:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/HDF5-serial/1.10.1:/usrx/local/prod/modulefiles/core_third/lsf/10.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/bacio/2.0.3:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/ip/3.0.2:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/sp/2.0.3:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3nco/2.0.7:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3emc/2.3.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/nemsio/2.2.4:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2/3.1.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2tmpl/1.6.0:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/crtm/2.2.6:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/jasper/1.900.29:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/libpng/1.2.59:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/zlib/1.2.11:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/post/8.0.1:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/esmf/8.0.0:/usrx/local/dev/modulefiles/cmake/3.10.0:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3";' export '_LMFILES_;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImlwcyIsWyJjb25tcGlsZXIiXT0iSERGNS1zZXJpYWwiLFsibXBpIl09ImltcGkiLH0sbVQ9e1siSERGNS1zZXJpYWwiXT17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvSERGNS1zZXJpYWwvMS4xMC4xIixbImZ1bGxOYW1lIl09IkhERjUtc2VyaWFsLzEuMTAuMSIsWyJsb2FkT3JkZXIiXT00LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09IkhERjUtc2VyaWFs";' export '_ModuleTable001_;' '_ModuleTable002_="LzEuMTAuMSIsfSxOZXRDREY9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xL05ldENERi80LjUuMCIsWyJmdWxsTmFtZSJdPSJOZXRDREYvNC41LjAiLFsibG9hZE9yZGVyIl09Myxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJOZXRDREYvNC41LjAiLH0sYmFjaW89e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2JhY2lvLzIuMC4zIixbImZ1bGxOYW1lIl09ImJhY2lvLzIuMC4zIixbImxvYWRPcmRlciJdPTYscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNl";' export '_ModuleTable002_;' '_ModuleTable003_="ck5hbWUiXT0iYmFjaW8vMi4wLjMiLH0sY21ha2U9e1siZm4iXT0iL3VzcngvbG9jYWwvZGV2L21vZHVsZWZpbGVzL2NtYWtlLzMuMTAuMCIsWyJmdWxsTmFtZSJdPSJjbWFrZS8zLjEwLjAiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY21ha2UvMy4xMC4wIix9LGNydG09e1siZm4iXT0iL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfcHJvZC9pcHMvMTguMC4xL2NydG0vMi4yLjYiLFsiZnVsbE5hbWUiXT0iY3J0bS8yLjIuNiIsWyJsb2FkT3JkZXIiXT0xNCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1";' export '_ModuleTable003_;' '_ModuleTable004_="c2VyTmFtZSJdPSJjcnRtLzIuMi42Iix9LGVzbWY9e1siZm4iXT0iL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcjE4L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL3djb3NzX2RlbGxfcDMvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT0yMSxw";' export '_ModuleTable004_;' '_ModuleTable005_="cm9wVD17fSxbInN0YWNrRGVwdGgiXT0wLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZzI9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2cyLzMuMS4xIixbImZ1bGxOYW1lIl09ImcyLzMuMS4xIixbImxvYWRPcmRlciJdPTEyLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcyLzMuMS4xIix9LGcydG1wbD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzJ0bXBsLzEuNi4wIixbImZ1bGxOYW1lIl09ImcydG1wbC8xLjYuMCIsWyJsb2FkT3JkZXIiXT0xMyxwcm9wVD17fSxbInN0YWNr";' export '_ModuleTable005_;' '_ModuleTable006_="RGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMnRtcGwvMS42LjAiLH0saW1waT17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX21waS9pcHMvMTguMC4xL2ltcGkvMTguMC4xLmx1YSIsWyJmdWxsTmFtZSJdPSJpbXBpLzE4LjAuMSIsWyJsb2FkT3JkZXIiXT0yLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImltcGkvMTguMC4xIix9LGlwPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9pcC8zLjAuMiIsWyJmdWxsTmFtZSJdPSJpcC8zLjAuMiIsWyJsb2FkT3JkZXIiXT03LHByb3BUPXt9LFsic3Rh";' export '_ModuleTable006_;' '_ModuleTable007_="Y2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImlwLzMuMC4yIix9LGlwcz17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQvaXBzLzE4LjAuMS4xNjMiLFsiZnVsbE5hbWUiXT0iaXBzLzE4LjAuMS4xNjMiLFsibG9hZE9yZGVyIl09MSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJpcHMvMTguMC4xLjE2MyIsfSxqYXNwZXI9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xL2phc3Blci8xLjkwMC4yOSIsWyJmdWxsTmFtZSJdPSJqYXNwZXIvMS45MDAuMjkiLFsibG9hZE9yZGVyIl09";' export '_ModuleTable007_;' '_ModuleTable008_="MTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iamFzcGVyLzEuOTAwLjI5Iix9LGxpYnBuZz17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvbGlicG5nLzEuMi41OSIsWyJmdWxsTmFtZSJdPSJsaWJwbmcvMS4yLjU5IixbImxvYWRPcmRlciJdPTE2LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImxpYnBuZy8xLjIuNTkiLH0sbHNmPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZC9sc2YvMTAuMSIsWyJmdWxsTmFtZSJdPSJsc2YvMTAuMSIsWyJsb2Fk";' export '_ModuleTable008_;' '_ModuleTable009_="T3JkZXIiXT01LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImxzZi8xMC4xIix9LG5lbXNpbz17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvbmVtc2lvLzIuMi40IixbImZ1bGxOYW1lIl09Im5lbXNpby8yLjIuNCIsWyJsb2FkT3JkZXIiXT0xMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZW1zaW8vMi4yLjQiLH0scG9zdD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvcG9zdC84LjAuMSIsWyJmdWxsTmFtZSJdPSJwb3N0LzguMC4xIixbImxvYWRP";' export '_ModuleTable009_;' '_ModuleTable010_="cmRlciJdPTE4LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InBvc3QvOC4wLjEiLH0sc3A9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL3NwLzIuMC4zIixbImZ1bGxOYW1lIl09InNwLzIuMC4zIixbImxvYWRPcmRlciJdPTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ic3AvMi4wLjMiLH0sdzNlbWM9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL3czZW1jLzIuMy4xIixbImZ1bGxOYW1lIl09InczZW1jLzIuMy4xIixbImxvYWRPcmRlciJdPTEwLHBy";' export '_ModuleTable010_;' '_ModuleTable011_="b3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczZW1jLzIuMy4xIix9LHczbmNvPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy93M25jby8yLjAuNyIsWyJmdWxsTmFtZSJdPSJ3M25jby8yLjAuNyIsWyJsb2FkT3JkZXIiXT05LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHpsaWI9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xL3psaWIvMS4yLjExIixbImZ1bGxOYW1lIl09InpsaWIvMS4yLjExIixbImxvYWRPcmRl";' export '_ModuleTable011_;' '_ModuleTable012_="ciJdPTE3LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InpsaWIvMS4yLjExIix9LH0sbXBhdGhBPXsiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMiLCIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9EdXNhbi5Kb3ZpYy91ZnMvcHIxOC91ZnMtd2VhdGhlci1tb2RlbC9tb2R1bGVmaWxlcy93Y29zc19kZWxsX3AzIiwiL3VzcngvbG9jYWwvZGV2L2VtY19yb2NvdG8vbW9kdWxlZmlsZXMiLCIvdXNyeC9sb2NhbC9kZXYvbW9kdWxlZmlsZXMiLCIvdXNyeC9sb2NhbC9wcm9kL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlIiwiL3VzcngvbG9j";' export '_ModuleTable012_;' '_ModuleTable013_="YWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9kZWZzIiwiL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29yZV9wcm9kIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xIiwiL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfcHJvZC9pcHMvMTguMC4xIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl9tcGkvaXBzLzE4LjAuMSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvbXBpX3RoaXJkL2lwcy8xOC4wLjEvaW1waS8xOC4wLjEiLCIvZ3Bmcy9kZWxsMS9uY28vb3BzL253";' export '_ModuleTable013_;' '_ModuleTable014_="cHJvZC9tb2R1bGVmaWxlcy9tcGlfcHJvZC9pcHMvMTguMC4xL2ltcGkvMTguMC4xIiwiL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzIix9LFsic3lzdGVtQmFzZU1QQVRIIl09Ii91c3J4L2xvY2FsL3Byb2QvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmU6L3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkOi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvZGVmczovZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb3JlX3Byb2QiLH0=";' export '_ModuleTable014_;' '_ModuleTable_Sz_="14";' export '_ModuleTable_Sz_;' -++ ADVISOR_2018_DIR=/usrx/local/prod/intel/2018UP01/advisor_2018 -++ export ADVISOR_2018_DIR -++ BACIO_LIB4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libbacio_v2.0.3_4.a -++ export BACIO_LIB4 -++ BACIO_LIB8=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libbacio_v2.0.3_8.a -++ export BACIO_LIB8 -++ BACIO_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/bacio_v2.0.3 -++ export BACIO_SRC -++ BACIO_VER=v2.0.3 -++ export BACIO_VER -++ BINARY_TYPE_HPC= -++ export BINARY_TYPE_HPC -++ __LMOD_REF_COUNT_CLASSPATH='/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64/mpi.jar:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/daal.jar:1' -++ export __LMOD_REF_COUNT_CLASSPATH -++ CLASSPATH=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64/mpi.jar:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/daal.jar -++ export CLASSPATH -++ CLCK_ROOT=/usrx/local/prod/intel/2018UP01/clck_latest -++ export CLCK_ROOT -++ CMAKE_CXX_COMPILER=mpiicpc -++ export CMAKE_CXX_COMPILER -++ CMAKE_C_COMPILER=mpiicc -++ export CMAKE_C_COMPILER -++ CMAKE_Fortran_COMPILER=mpiifort -++ export CMAKE_Fortran_COMPILER -++ CMAKE_Platform=wcoss_dell_p3 -++ export CMAKE_Platform -++ COMP=ips -++ export COMP -++ __LMOD_REF_COUNT_CPATH='/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/pstl/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/include:1' -++ export __LMOD_REF_COUNT_CPATH -++ CPATH=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/pstl/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/include -++ export CPATH -++ __LMOD_REF_COUNT_CPLUS_INCLUDE_PATH=/usrx/local/prod/intel/2018UP01/clck_latest/include:1 -++ export __LMOD_REF_COUNT_CPLUS_INCLUDE_PATH -++ CPLUS_INCLUDE_PATH=/usrx/local/prod/intel/2018UP01/clck_latest/include -++ export CPLUS_INCLUDE_PATH -++ CRTM_FIX=/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/fix -++ export CRTM_FIX -++ CRTM_INC=/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/ips/18.0.1/include/crtm_v2.2.6 -++ export CRTM_INC -++ CRTM_LIB=/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/ips/18.0.1/libcrtm_v2.2.6.a -++ export CRTM_LIB -++ CRTM_SRC=/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/src -++ export CRTM_SRC -++ CRTM_VER=v2.2.6 -++ export CRTM_VER -++ DAALROOT=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal -++ export DAALROOT -++ ESMFMKFILE=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/lib/esmf.mk -++ export ESMFMKFILE -++ G2TMPL_INC=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/g2tmpl_v1.6.0 -++ export G2TMPL_INC -++ G2TMPL_LIB=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2tmpl_v1.6.0.a -++ export G2TMPL_LIB -++ G2TMPL_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/g2tmpl_v1.6.0/src -++ export G2TMPL_SRC -++ G2TMPL_VER=v1.6.0 -++ export G2TMPL_VER -++ G2_INC4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/g2_v3.1.1_4 -++ export G2_INC4 -++ G2_INCd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/g2_v3.1.1_d -++ export G2_INCd -++ G2_LIB4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2_v3.1.1_4.a -++ export G2_LIB4 -++ G2_LIBd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2_v3.1.1_d.a -++ export G2_LIBd -++ G2_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/g2_v3.1.1 -++ export G2_SRC -++ G2_VER=v3.1.1 -++ export G2_VER -++ GDBSERVER_MIC=/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/targets/intel64/x200/bin/gdbserver -++ export GDBSERVER_MIC -++ GDB_CROSS=/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/bin/gdb-ia -++ export GDB_CROSS -++ HDF5=/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1 -++ export HDF5 -++ HDF5_CFLAGS=-I/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/include -++ export HDF5_CFLAGS -++ HDF5_CXXFLAGS=-I/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/include -++ export HDF5_CXXFLAGS -++ HDF5_FFLAGS=-I/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/include -++ export HDF5_FFLAGS -++ HDF5_INCLUDE=-I/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/include -++ export HDF5_INCLUDE -++ HDF5_LDFLAGS='-L/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib -lhdf5_hl -lhdf5hl_fortran -lhdf5 -lhdf5_fortran' -++ export HDF5_LDFLAGS -++ HDF5_LDFLAGS_C='-L/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib -lhdf5_hl -lhdf5' -++ export HDF5_LDFLAGS_C -++ HDF5_LDFLAGS_CXX='-L/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib -lhdf5_hl -hdf5_hl_cpp -lhdf5 -lhdf5_cpp' -++ export HDF5_LDFLAGS_CXX -++ HDF5_LDFLAGS_F='-L/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib -lhdf5_hl -lhdf5hl_fortran -lhdf5 -lhdf5_fortran' -++ export HDF5_LDFLAGS_F -++ __LMOD_REF_COUNT_INFOPATH='/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/info:1;info_gdb_igfx:1' -++ export __LMOD_REF_COUNT_INFOPATH -++ INFOPATH=/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/info:info_gdb_igfx -++ export INFOPATH -++ INSPECTOR_2018_DIR=/usrx/local/prod/intel/2018UP01/inspector_2018 -++ export INSPECTOR_2018_DIR -++ INTEL_LICENSE_FILE=/usrx/local/prod/intel/licenses -++ export INTEL_LICENSE_FILE -++ INTEL_PYTHONHOME=/usrx/local/prod/intel/2018UP01/debugger_2018/python/intel64 -++ export INTEL_PYTHONHOME -++ IPPROOT=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp -++ export IPPROOT -++ IP_INC4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ip_v3.0.2_4 -++ export IP_INC4 -++ IP_INC8=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ip_v3.0.2_8 -++ export IP_INC8 -++ IP_INCd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ip_v3.0.2_d -++ export IP_INCd -++ IP_LIB4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libip_v3.0.2_4.a -++ export IP_LIB4 -++ IP_LIB8=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libip_v3.0.2_8.a -++ export IP_LIB8 -++ IP_LIBd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libip_v3.0.2_d.a -++ export IP_LIBd -++ IP_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/ip_v3.0.2 -++ export IP_SRC -++ IP_VER=v3.0.2 -++ export IP_VER -++ I_MPI_CC=icc -++ export I_MPI_CC -++ I_MPI_CXX=icpc -++ export I_MPI_CXX -++ I_MPI_EXTRA_FILESYSTEM=yes -++ export I_MPI_EXTRA_FILESYSTEM -++ I_MPI_EXTRA_FILESYSTEM_LIST=gpfs -++ export I_MPI_EXTRA_FILESYSTEM_LIST -++ I_MPI_F77=ifort -++ export I_MPI_F77 -++ I_MPI_F90=ifort -++ export I_MPI_F90 -++ I_MPI_FC=ifort -++ export I_MPI_FC -++ I_MPI_HYDRA_BOOTSTRAP=lsf -++ export I_MPI_HYDRA_BOOTSTRAP -++ I_MPI_HYDRA_IFACE=ib0 -++ export I_MPI_HYDRA_IFACE -++ I_MPI_LSF_USE_COLLECTIVE_LAUNCH=1 -++ export I_MPI_LSF_USE_COLLECTIVE_LAUNCH -++ I_MPI_ROOT=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi -++ export I_MPI_ROOT -++ JASPER_INC=/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/include -++ export JASPER_INC -++ JASPER_LIB=/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib/libjasper.a -++ export JASPER_LIB -++ JASPER_LIBDIR=/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib -++ export JASPER_LIBDIR -++ JASPER_SRC=/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/src/jasper-1.900.29 -++ export JASPER_SRC -++ JASPER_VER=1.900.29 -++ export JASPER_VER -++ KMP_AFFINITY=scatter -++ export KMP_AFFINITY -++ unset LAUNCH -++ __LMOD_REF_COUNT_LD_LIBRARY_PATH='/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/lib:1;/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib:1;/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib:1;/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib:1;/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:1;/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib:1;/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib:1;/usrx/local/prod/intel/2018UP01/itac_latest/slib:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:1;/usrx/local/prod/intel/2018UP01/debugger_2018/iga/lib:1;/usrx/local/prod/intel/2018UP01/debugger_2018/libipt/intel64/lib:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4:1' -++ export __LMOD_REF_COUNT_LD_LIBRARY_PATH -++ LD_LIBRARY_PATH=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/lib:/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib:/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib:/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib:/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib:/usrx/local/prod/intel/2018UP01/itac_latest/slib:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:/usrx/local/prod/intel/2018UP01/debugger_2018/iga/lib:/usrx/local/prod/intel/2018UP01/debugger_2018/libipt/intel64/lib:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4 -++ export LD_LIBRARY_PATH -++ __LMOD_REF_COUNT_LIBRARY_PATH='/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:1;/usrx/local/prod/intel/2018UP01/clck_latest/lib/intel64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4:1' -++ export __LMOD_REF_COUNT_LIBRARY_PATH -++ LIBRARY_PATH=/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:/usrx/local/prod/intel/2018UP01/clck_latest/lib/intel64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4 -++ export LIBRARY_PATH -++ LIB_NAME=POST -++ export LIB_NAME -++ LMOD_FAMILY_COMPILER=ips -++ export LMOD_FAMILY_COMPILER -++ LMOD_FAMILY_COMPILER_VERSION=18.0.1.163 -++ export LMOD_FAMILY_COMPILER_VERSION -++ LMOD_FAMILY_CONMPILER=HDF5-serial -++ export LMOD_FAMILY_CONMPILER -++ LMOD_FAMILY_CONMPILER_VERSION=1.10.1 -++ export LMOD_FAMILY_CONMPILER_VERSION -++ LMOD_FAMILY_MPI=impi -++ export LMOD_FAMILY_MPI -++ LMOD_FAMILY_MPI_VERSION=18.0.1 -++ export LMOD_FAMILY_MPI_VERSION -++ __LMOD_REF_COUNT_LOADEDMODULES='ips/18.0.1.163:1;impi/18.0.1:1;NetCDF/4.5.0:1;HDF5-serial/1.10.1:1;lsf/10.1:1;bacio/2.0.3:1;ip/3.0.2:1;sp/2.0.3:1;w3nco/2.0.7:1;w3emc/2.3.1:1;nemsio/2.2.4:1;g2/3.1.1:1;g2tmpl/1.6.0:1;crtm/2.2.6:1;jasper/1.900.29:1;libpng/1.2.59:1;zlib/1.2.11:1;post/8.0.1:1;esmf/8.0.0:1;cmake/3.10.0:1;fv3:1' -++ export __LMOD_REF_COUNT_LOADEDMODULES -++ LOADEDMODULES=ips/18.0.1.163:impi/18.0.1:NetCDF/4.5.0:HDF5-serial/1.10.1:lsf/10.1:bacio/2.0.3:ip/3.0.2:sp/2.0.3:w3nco/2.0.7:w3emc/2.3.1:nemsio/2.2.4:g2/3.1.1:g2tmpl/1.6.0:crtm/2.2.6:jasper/1.900.29:libpng/1.2.59:zlib/1.2.11:post/8.0.1:esmf/8.0.0:cmake/3.10.0:fv3 -++ export LOADEDMODULES -++ LSF_BINDIR=/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin -++ export LSF_BINDIR -++ LSF_ENVDIR=/gpfs/lsf/conf -++ export LSF_ENVDIR -++ LSF_LIBDIR=/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib -++ export LSF_LIBDIR -++ LSF_SERVERDIR=/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc -++ export LSF_SERVERDIR -++ __LMOD_REF_COUNT_MANPATH='/usrx/local/dev/packages/cmake/3.10.0/share/man:1;/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/share/man:1;/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/share/man:1;/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/man:1;/gpfs/lsf/10.1/man:1;/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/share/man:1;/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/share/man:1;/usrx/local/prod/intel/2018UP01/itac_latest/man:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/man/common:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/man:1;/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/man:1;/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-igfx/man:1;/usrx/local/prod/lmod/lmod/share/man:1;/usrx/local/prod/intel/2018UP01/inspector_2018/man:1;/usrx/local/prod/intel/2018UP01/advisor_2018/man:1' -++ export __LMOD_REF_COUNT_MANPATH -++ MANPATH=/usrx/local/dev/packages/cmake/3.10.0/share/man:/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/share/man:/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/share/man:/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/man:/gpfs/lsf/10.1/man:/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/share/man:/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/share/man:/usrx/local/prod/intel/2018UP01/itac_latest/man:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/man/common:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/man:/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/man:/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-igfx/man:/usrx/local/prod/lmod/lmod/share/man::/usrx/local/prod/intel/2018UP01/inspector_2018/man:/usrx/local/prod/intel/2018UP01/advisor_2018/man -++ export MANPATH -++ MKLROOT=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl -++ export MKLROOT -++ MODULEPATH=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/dev/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1:/usrx/local/prod/modulefiles/mpi_third/ips/18.0.1/impi/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/mpi_prod/ips/18.0.1/impi/18.0.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles -++ export MODULEPATH -++ MPM_LAUNCHER=/usrx/local/prod/intel/2018UP01/debugger_2018/mpm/mic/bin/start_mpm.sh -++ export MPM_LAUNCHER -++ NEMSIO_INC=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/nemsio_v2.2.4 -++ export NEMSIO_INC -++ NEMSIO_LIB=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libnemsio_v2.2.4.a -++ export NEMSIO_LIB -++ NEMSIO_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/nemsio_v2.2.4 -++ export NEMSIO_SRC -++ NEMSIO_VER=v2.2.4 -++ export NEMSIO_VER -++ NETCDF=/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0 -++ export NETCDF -++ NETCDF_CFLAGS=-I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -++ export NETCDF_CFLAGS -++ NETCDF_CXX4FLAGS=-I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -++ export NETCDF_CXX4FLAGS -++ NETCDF_CXXFLAGS=-I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -++ export NETCDF_CXXFLAGS -++ NETCDF_FFLAGS=-I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -++ export NETCDF_FFLAGS -++ NETCDF_INC=/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -++ export NETCDF_INC -++ NETCDF_INCLUDE=-I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -++ export NETCDF_INCLUDE -++ NETCDF_LDFLAGS='-L/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib -lnetcdff' -++ export NETCDF_LDFLAGS -++ NETCDF_LDFLAGS_C='-L/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib -lnetcdf' -++ export NETCDF_LDFLAGS_C -++ NETCDF_LDFLAGS_CXX='-L/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib -lnetcdf -lnetcdf_c++' -++ export NETCDF_LDFLAGS_CXX -++ NETCDF_LDFLAGS_CXX4='-L/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib -lnetcdf -lnetcdf_c++4' -++ export NETCDF_LDFLAGS_CXX4 -++ NETCDF_LDFLAGS_F='-L/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib -lnetcdff' -++ export NETCDF_LDFLAGS_F -++ NETCDF_LIB=/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib -++ export NETCDF_LIB -++ NETCDF_ROOT=/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0 -++ export NETCDF_ROOT -++ __LMOD_REF_COUNT_NLSPATH='/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin/locale/%l_%t/%N:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin/locale/%l_%t/%N:1;/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/share/locale/%l_%t/%N:1' -++ export __LMOD_REF_COUNT_NLSPATH -++ NLSPATH=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin/locale/%l_%t/%N:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin/locale/%l_%t/%N::/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/share/locale/%l_%t/%N -++ export NLSPATH -++ __LMOD_REF_COUNT_PATH='/usrx/local/dev/packages/cmake/3.10.0/bin:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/bin:1;/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/bin:1;/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/bin:1;/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc:1;/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin:1;/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1:1;/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/bin:1;/usrx/local/prod/intel/2018UP01/advisor_2018/bin64:1;/usrx/local/prod/intel/2018UP01/vtune_amplifier_2018/bin64:1;/usrx/local/prod/intel/2018UP01/inspector_2018/bin64:1;/usrx/local/prod/intel/2018UP01/itac_latest/bin:1;/usrx/local/prod/intel/2018UP01/clck_latest/bin/intel64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/bin/intel64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64:1;/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/targets/intel64/x200/bin:1;/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/bin:1;/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/usr/lpp/mmfs/bin:1;/opt/ibutils/bin:1;/opt/dell/srvadmin/bin:1;/u/Dusan.Jovic/bin:2;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/dbrowse:1;/u/Dusan.Jovic/.local/bin:1;/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/include:1' -++ export __LMOD_REF_COUNT_PATH -++ PATH=/usrx/local/dev/packages/cmake/3.10.0/bin:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/bin:/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/bin:/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/bin:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin:/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1:/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/bin:/usrx/local/prod/intel/2018UP01/advisor_2018/bin64:/usrx/local/prod/intel/2018UP01/vtune_amplifier_2018/bin64:/usrx/local/prod/intel/2018UP01/inspector_2018/bin64:/usrx/local/prod/intel/2018UP01/itac_latest/bin:/usrx/local/prod/intel/2018UP01/clck_latest/bin/intel64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/bin/intel64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64:/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/targets/intel64/x200/bin:/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/usr/lpp/mmfs/bin:/opt/ibutils/bin:/opt/dell/srvadmin/bin:/u/Dusan.Jovic/bin:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/dbrowse:/u/Dusan.Jovic/.local/bin:/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/include -++ export PATH -++ PKG_CONFIG_PATH=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/bin/pkgconfig -++ export PKG_CONFIG_PATH -++ PNG_INC=/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/include -++ export PNG_INC -++ PNG_LIB=/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng.a -++ export PNG_LIB -++ PNG_LIB12=/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng12.a -++ export PNG_LIB12 -++ PNG_LIBDIR=/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib -++ export PNG_LIBDIR -++ PNG_LIBso=/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng.so -++ export PNG_LIBso -++ PNG_SRC=/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/src/libpng-1.2.59 -++ export PNG_SRC -++ PNG_VER=1.2.59 -++ export PNG_VER -++ POST_INC=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ncep_post_v8.0.1_4 -++ export POST_INC -++ POST_LIB=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libncep_post_v8.0.1_4.a -++ export POST_LIB -++ POST_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/post_v8.0.1 -++ export POST_SRC -++ POST_VER=v8.0.1 -++ export POST_VER -++ PSTLROOT=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/pstl -++ export PSTLROOT -++ PYTHONPATH=/usrx/local/prod/intel/2018UP01/advisor_2018/pythonapi -++ export PYTHONPATH -++ SP_LIB4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_4.a -++ export SP_LIB4 -++ SP_LIB8=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_8.a -++ export SP_LIB8 -++ SP_LIBd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_d.a -++ export SP_LIBd -++ SP_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/sp_v2.0.3 -++ export SP_SRC -++ SP_VER=v2.0.3 -++ export SP_VER -++ TBBROOT=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb -++ export TBBROOT -++ VT_ADD_LIBS='-ldwarf -lelf -lvtunwind -lm -lpthread' -++ export VT_ADD_LIBS -++ VT_ARCH=intel64 -++ export VT_ARCH -++ VT_LIB_DIR=/usrx/local/prod/intel/2018UP01/itac_latest/lib -++ export VT_LIB_DIR -++ VT_MPI=impi4 -++ export VT_MPI -++ VT_ROOT=/usrx/local/prod/intel/2018UP01/itac_latest -++ export VT_ROOT -++ VT_SLIB_DIR=/usrx/local/prod/intel/2018UP01/itac_latest/slib -++ export VT_SLIB_DIR -++ W3EMC_INC4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3emc_v2.3.1_4 -++ export W3EMC_INC4 -++ W3EMC_INC8=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3emc_v2.3.1_8 -++ export W3EMC_INC8 -++ W3EMC_INCd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3emc_v2.3.1_d -++ export W3EMC_INCd -++ W3EMC_LIB4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_4.a -++ export W3EMC_LIB4 -++ W3EMC_LIB8=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_8.a -++ export W3EMC_LIB8 -++ W3EMC_LIBd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_d.a -++ export W3EMC_LIBd -++ W3EMC_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/w3emc_v2.3.1 -++ export W3EMC_SRC -++ W3EMC_VER=v2.3.1 -++ export W3EMC_VER -++ W3NCO_INC4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3nco_v2.0.7_4 -++ export W3NCO_INC4 -++ W3NCO_INC8=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3nco_v2.0.7_8 -++ export W3NCO_INC8 -++ W3NCO_INCd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3nco_v2.0.7_d -++ export W3NCO_INCd -++ W3NCO_LIB4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_4.a -++ export W3NCO_LIB4 -++ W3NCO_LIB8=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_8.a -++ export W3NCO_LIB8 -++ W3NCO_LIBd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_d.a -++ export W3NCO_LIBd -++ W3NCO_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/w3nco_v2.0.7 -++ export W3NCO_SRC -++ W3NCO_VER=v2.0.7 -++ export W3NCO_VER -++ XLSF_UIDDIR=/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib/uid -++ export XLSF_UIDDIR -++ Z_INC=/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/include -++ export Z_INC -++ Z_LIB=/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib/libz.a -++ export Z_LIB -++ Z_SRC=/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/src -++ export Z_SRC -++ Z_VER=1.2.11 -++ export Z_VER -++ __LMOD_REF_COUNT__LMFILES_='/usrx/local/prod/modulefiles/core_third/ips/18.0.1.163:1;/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1/impi/18.0.1.lua:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/NetCDF/4.5.0:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/HDF5-serial/1.10.1:1;/usrx/local/prod/modulefiles/core_third/lsf/10.1:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/bacio/2.0.3:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/ip/3.0.2:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/sp/2.0.3:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3nco/2.0.7:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3emc/2.3.1:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/nemsio/2.2.4:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2/3.1.1:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2tmpl/1.6.0:1;/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/crtm/2.2.6:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/jasper/1.900.29:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/libpng/1.2.59:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/zlib/1.2.11:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/post/8.0.1:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/esmf/8.0.0:1;/usrx/local/dev/modulefiles/cmake/3.10.0:1;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3:1' -++ export __LMOD_REF_COUNT__LMFILES_ -++ _LMFILES_=/usrx/local/prod/modulefiles/core_third/ips/18.0.1.163:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1/impi/18.0.1.lua:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/NetCDF/4.5.0:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/HDF5-serial/1.10.1:/usrx/local/prod/modulefiles/core_third/lsf/10.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/bacio/2.0.3:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/ip/3.0.2:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/sp/2.0.3:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3nco/2.0.7:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3emc/2.3.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/nemsio/2.2.4:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2/3.1.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2tmpl/1.6.0:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/crtm/2.2.6:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/jasper/1.900.29:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/libpng/1.2.59:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/zlib/1.2.11:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/post/8.0.1:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/esmf/8.0.0:/usrx/local/dev/modulefiles/cmake/3.10.0:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3 -++ export _LMFILES_ -++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImlwcyIsWyJjb25tcGlsZXIiXT0iSERGNS1zZXJpYWwiLFsibXBpIl09ImltcGkiLH0sbVQ9e1siSERGNS1zZXJpYWwiXT17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvSERGNS1zZXJpYWwvMS4xMC4xIixbImZ1bGxOYW1lIl09IkhERjUtc2VyaWFsLzEuMTAuMSIsWyJsb2FkT3JkZXIiXT00LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09IkhERjUtc2VyaWFs -++ export _ModuleTable001_ -++ _ModuleTable002_=LzEuMTAuMSIsfSxOZXRDREY9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xL05ldENERi80LjUuMCIsWyJmdWxsTmFtZSJdPSJOZXRDREYvNC41LjAiLFsibG9hZE9yZGVyIl09Myxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJOZXRDREYvNC41LjAiLH0sYmFjaW89e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2JhY2lvLzIuMC4zIixbImZ1bGxOYW1lIl09ImJhY2lvLzIuMC4zIixbImxvYWRPcmRlciJdPTYscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNl -++ export _ModuleTable002_ -++ _ModuleTable003_=ck5hbWUiXT0iYmFjaW8vMi4wLjMiLH0sY21ha2U9e1siZm4iXT0iL3VzcngvbG9jYWwvZGV2L21vZHVsZWZpbGVzL2NtYWtlLzMuMTAuMCIsWyJmdWxsTmFtZSJdPSJjbWFrZS8zLjEwLjAiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY21ha2UvMy4xMC4wIix9LGNydG09e1siZm4iXT0iL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfcHJvZC9pcHMvMTguMC4xL2NydG0vMi4yLjYiLFsiZnVsbE5hbWUiXT0iY3J0bS8yLjIuNiIsWyJsb2FkT3JkZXIiXT0xNCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1 -++ export _ModuleTable003_ -++ _ModuleTable004_=c2VyTmFtZSJdPSJjcnRtLzIuMi42Iix9LGVzbWY9e1siZm4iXT0iL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcjE4L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL3djb3NzX2RlbGxfcDMvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT0yMSxw -++ export _ModuleTable004_ -++ _ModuleTable005_=cm9wVD17fSxbInN0YWNrRGVwdGgiXT0wLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZzI9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2cyLzMuMS4xIixbImZ1bGxOYW1lIl09ImcyLzMuMS4xIixbImxvYWRPcmRlciJdPTEyLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcyLzMuMS4xIix9LGcydG1wbD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzJ0bXBsLzEuNi4wIixbImZ1bGxOYW1lIl09ImcydG1wbC8xLjYuMCIsWyJsb2FkT3JkZXIiXT0xMyxwcm9wVD17fSxbInN0YWNr -++ export _ModuleTable005_ -++ _ModuleTable006_=RGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMnRtcGwvMS42LjAiLH0saW1waT17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX21waS9pcHMvMTguMC4xL2ltcGkvMTguMC4xLmx1YSIsWyJmdWxsTmFtZSJdPSJpbXBpLzE4LjAuMSIsWyJsb2FkT3JkZXIiXT0yLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImltcGkvMTguMC4xIix9LGlwPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9pcC8zLjAuMiIsWyJmdWxsTmFtZSJdPSJpcC8zLjAuMiIsWyJsb2FkT3JkZXIiXT03LHByb3BUPXt9LFsic3Rh -++ export _ModuleTable006_ -++ _ModuleTable007_=Y2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImlwLzMuMC4yIix9LGlwcz17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQvaXBzLzE4LjAuMS4xNjMiLFsiZnVsbE5hbWUiXT0iaXBzLzE4LjAuMS4xNjMiLFsibG9hZE9yZGVyIl09MSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJpcHMvMTguMC4xLjE2MyIsfSxqYXNwZXI9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xL2phc3Blci8xLjkwMC4yOSIsWyJmdWxsTmFtZSJdPSJqYXNwZXIvMS45MDAuMjkiLFsibG9hZE9yZGVyIl09 -++ export _ModuleTable007_ -++ _ModuleTable008_=MTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iamFzcGVyLzEuOTAwLjI5Iix9LGxpYnBuZz17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvbGlicG5nLzEuMi41OSIsWyJmdWxsTmFtZSJdPSJsaWJwbmcvMS4yLjU5IixbImxvYWRPcmRlciJdPTE2LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImxpYnBuZy8xLjIuNTkiLH0sbHNmPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZC9sc2YvMTAuMSIsWyJmdWxsTmFtZSJdPSJsc2YvMTAuMSIsWyJsb2Fk -++ export _ModuleTable008_ -++ _ModuleTable009_=T3JkZXIiXT01LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImxzZi8xMC4xIix9LG5lbXNpbz17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvbmVtc2lvLzIuMi40IixbImZ1bGxOYW1lIl09Im5lbXNpby8yLjIuNCIsWyJsb2FkT3JkZXIiXT0xMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZW1zaW8vMi4yLjQiLH0scG9zdD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvcG9zdC84LjAuMSIsWyJmdWxsTmFtZSJdPSJwb3N0LzguMC4xIixbImxvYWRP -++ export _ModuleTable009_ -++ _ModuleTable010_=cmRlciJdPTE4LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InBvc3QvOC4wLjEiLH0sc3A9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL3NwLzIuMC4zIixbImZ1bGxOYW1lIl09InNwLzIuMC4zIixbImxvYWRPcmRlciJdPTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ic3AvMi4wLjMiLH0sdzNlbWM9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL3czZW1jLzIuMy4xIixbImZ1bGxOYW1lIl09InczZW1jLzIuMy4xIixbImxvYWRPcmRlciJdPTEwLHBy -++ export _ModuleTable010_ -++ _ModuleTable011_=b3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczZW1jLzIuMy4xIix9LHczbmNvPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy93M25jby8yLjAuNyIsWyJmdWxsTmFtZSJdPSJ3M25jby8yLjAuNyIsWyJsb2FkT3JkZXIiXT05LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHpsaWI9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xL3psaWIvMS4yLjExIixbImZ1bGxOYW1lIl09InpsaWIvMS4yLjExIixbImxvYWRPcmRl -++ export _ModuleTable011_ -++ _ModuleTable012_=ciJdPTE3LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InpsaWIvMS4yLjExIix9LH0sbXBhdGhBPXsiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMiLCIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9EdXNhbi5Kb3ZpYy91ZnMvcHIxOC91ZnMtd2VhdGhlci1tb2RlbC9tb2R1bGVmaWxlcy93Y29zc19kZWxsX3AzIiwiL3VzcngvbG9jYWwvZGV2L2VtY19yb2NvdG8vbW9kdWxlZmlsZXMiLCIvdXNyeC9sb2NhbC9kZXYvbW9kdWxlZmlsZXMiLCIvdXNyeC9sb2NhbC9wcm9kL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlIiwiL3VzcngvbG9j -++ export _ModuleTable012_ -++ _ModuleTable013_=YWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9kZWZzIiwiL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29yZV9wcm9kIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xIiwiL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfcHJvZC9pcHMvMTguMC4xIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl9tcGkvaXBzLzE4LjAuMSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvbXBpX3RoaXJkL2lwcy8xOC4wLjEvaW1waS8xOC4wLjEiLCIvZ3Bmcy9kZWxsMS9uY28vb3BzL253 -++ export _ModuleTable013_ -++ _ModuleTable014_=cHJvZC9tb2R1bGVmaWxlcy9tcGlfcHJvZC9pcHMvMTguMC4xL2ltcGkvMTguMC4xIiwiL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzIix9LFsic3lzdGVtQmFzZU1QQVRIIl09Ii91c3J4L2xvY2FsL3Byb2QvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmU6L3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkOi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvZGVmczovZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb3JlX3Byb2QiLH0= -++ export _ModuleTable014_ -++ _ModuleTable_Sz_=14 -++ export _ModuleTable_Sz_ -++ : -s sh -+ eval -+ module list -++ /usrx/local/prod/lmod/lmod/libexec/lmod bash list - -Currently Loaded Modules: - 1) ips/18.0.1.163 8) sp/2.0.3 15) jasper/1.900.29 - 2) impi/18.0.1 9) w3nco/2.0.7 16) libpng/1.2.59 - 3) NetCDF/4.5.0 10) w3emc/2.3.1 17) zlib/1.2.11 - 4) HDF5-serial/1.10.1 11) nemsio/2.2.4 18) post/8.0.1 - 5) lsf/10.1 12) g2/3.1.1 19) esmf/8.0.0 - 6) bacio/2.0.3 13) g2tmpl/1.6.0 20) cmake/3.10.0 - 7) ip/3.0.2 14) crtm/2.2.6 21) fv3 - - - -+ eval 'MODULEPATH="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/dev/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1:/usrx/local/prod/modulefiles/mpi_third/ips/18.0.1/impi/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/mpi_prod/ips/18.0.1/impi/18.0.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles";' export 'MODULEPATH;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImlwcyIsWyJjb25tcGlsZXIiXT0iSERGNS1zZXJpYWwiLFsibXBpIl09ImltcGkiLH0sbVQ9e1siSERGNS1zZXJpYWwiXT17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvSERGNS1zZXJpYWwvMS4xMC4xIixbImZ1bGxOYW1lIl09IkhERjUtc2VyaWFsLzEuMTAuMSIsWyJsb2FkT3JkZXIiXT00LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09IkhERjUtc2VyaWFs";' export '_ModuleTable001_;' '_ModuleTable002_="LzEuMTAuMSIsfSxOZXRDREY9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xL05ldENERi80LjUuMCIsWyJmdWxsTmFtZSJdPSJOZXRDREYvNC41LjAiLFsibG9hZE9yZGVyIl09Myxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJOZXRDREYvNC41LjAiLH0sYmFjaW89e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2JhY2lvLzIuMC4zIixbImZ1bGxOYW1lIl09ImJhY2lvLzIuMC4zIixbImxvYWRPcmRlciJdPTYscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNl";' export '_ModuleTable002_;' '_ModuleTable003_="ck5hbWUiXT0iYmFjaW8vMi4wLjMiLH0sY21ha2U9e1siZm4iXT0iL3VzcngvbG9jYWwvZGV2L21vZHVsZWZpbGVzL2NtYWtlLzMuMTAuMCIsWyJmdWxsTmFtZSJdPSJjbWFrZS8zLjEwLjAiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY21ha2UvMy4xMC4wIix9LGNydG09e1siZm4iXT0iL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfcHJvZC9pcHMvMTguMC4xL2NydG0vMi4yLjYiLFsiZnVsbE5hbWUiXT0iY3J0bS8yLjIuNiIsWyJsb2FkT3JkZXIiXT0xNCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1";' export '_ModuleTable003_;' '_ModuleTable004_="c2VyTmFtZSJdPSJjcnRtLzIuMi42Iix9LGVzbWY9e1siZm4iXT0iL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcjE4L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL3djb3NzX2RlbGxfcDMvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT0yMSxw";' export '_ModuleTable004_;' '_ModuleTable005_="cm9wVD17fSxbInN0YWNrRGVwdGgiXT0wLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZzI9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2cyLzMuMS4xIixbImZ1bGxOYW1lIl09ImcyLzMuMS4xIixbImxvYWRPcmRlciJdPTEyLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcyLzMuMS4xIix9LGcydG1wbD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzJ0bXBsLzEuNi4wIixbImZ1bGxOYW1lIl09ImcydG1wbC8xLjYuMCIsWyJsb2FkT3JkZXIiXT0xMyxwcm9wVD17fSxbInN0YWNr";' export '_ModuleTable005_;' '_ModuleTable006_="RGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMnRtcGwvMS42LjAiLH0saW1waT17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX21waS9pcHMvMTguMC4xL2ltcGkvMTguMC4xLmx1YSIsWyJmdWxsTmFtZSJdPSJpbXBpLzE4LjAuMSIsWyJsb2FkT3JkZXIiXT0yLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImltcGkvMTguMC4xIix9LGlwPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9pcC8zLjAuMiIsWyJmdWxsTmFtZSJdPSJpcC8zLjAuMiIsWyJsb2FkT3JkZXIiXT03LHByb3BUPXt9LFsic3Rh";' export '_ModuleTable006_;' '_ModuleTable007_="Y2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImlwLzMuMC4yIix9LGlwcz17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQvaXBzLzE4LjAuMS4xNjMiLFsiZnVsbE5hbWUiXT0iaXBzLzE4LjAuMS4xNjMiLFsibG9hZE9yZGVyIl09MSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJpcHMvMTguMC4xLjE2MyIsfSxqYXNwZXI9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xL2phc3Blci8xLjkwMC4yOSIsWyJmdWxsTmFtZSJdPSJqYXNwZXIvMS45MDAuMjkiLFsibG9hZE9yZGVyIl09";' export '_ModuleTable007_;' '_ModuleTable008_="MTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iamFzcGVyLzEuOTAwLjI5Iix9LGxpYnBuZz17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvbGlicG5nLzEuMi41OSIsWyJmdWxsTmFtZSJdPSJsaWJwbmcvMS4yLjU5IixbImxvYWRPcmRlciJdPTE2LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImxpYnBuZy8xLjIuNTkiLH0sbHNmPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZC9sc2YvMTAuMSIsWyJmdWxsTmFtZSJdPSJsc2YvMTAuMSIsWyJsb2Fk";' export '_ModuleTable008_;' '_ModuleTable009_="T3JkZXIiXT01LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImxzZi8xMC4xIix9LG5lbXNpbz17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvbmVtc2lvLzIuMi40IixbImZ1bGxOYW1lIl09Im5lbXNpby8yLjIuNCIsWyJsb2FkT3JkZXIiXT0xMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZW1zaW8vMi4yLjQiLH0scG9zdD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvcG9zdC84LjAuMSIsWyJmdWxsTmFtZSJdPSJwb3N0LzguMC4xIixbImxvYWRP";' export '_ModuleTable009_;' '_ModuleTable010_="cmRlciJdPTE4LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InBvc3QvOC4wLjEiLH0sc3A9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL3NwLzIuMC4zIixbImZ1bGxOYW1lIl09InNwLzIuMC4zIixbImxvYWRPcmRlciJdPTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ic3AvMi4wLjMiLH0sdzNlbWM9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL3czZW1jLzIuMy4xIixbImZ1bGxOYW1lIl09InczZW1jLzIuMy4xIixbImxvYWRPcmRlciJdPTEwLHBy";' export '_ModuleTable010_;' '_ModuleTable011_="b3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczZW1jLzIuMy4xIix9LHczbmNvPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy93M25jby8yLjAuNyIsWyJmdWxsTmFtZSJdPSJ3M25jby8yLjAuNyIsWyJsb2FkT3JkZXIiXT05LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHpsaWI9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xL3psaWIvMS4yLjExIixbImZ1bGxOYW1lIl09InpsaWIvMS4yLjExIixbImxvYWRPcmRl";' export '_ModuleTable011_;' '_ModuleTable012_="ciJdPTE3LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InpsaWIvMS4yLjExIix9LH0sbXBhdGhBPXsiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMiLCIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9EdXNhbi5Kb3ZpYy91ZnMvcHIxOC91ZnMtd2VhdGhlci1tb2RlbC9tb2R1bGVmaWxlcy93Y29zc19kZWxsX3AzIiwiL3VzcngvbG9jYWwvZGV2L2VtY19yb2NvdG8vbW9kdWxlZmlsZXMiLCIvdXNyeC9sb2NhbC9kZXYvbW9kdWxlZmlsZXMiLCIvdXNyeC9sb2NhbC9wcm9kL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlIiwiL3VzcngvbG9j";' export '_ModuleTable012_;' '_ModuleTable013_="YWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9kZWZzIiwiL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29yZV9wcm9kIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xIiwiL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfcHJvZC9pcHMvMTguMC4xIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl9tcGkvaXBzLzE4LjAuMSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvbXBpX3RoaXJkL2lwcy8xOC4wLjEvaW1waS8xOC4wLjEiLCIvZ3Bmcy9kZWxsMS9uY28vb3BzL253";' export '_ModuleTable013_;' '_ModuleTable014_="cHJvZC9tb2R1bGVmaWxlcy9tcGlfcHJvZC9pcHMvMTguMC4xL2ltcGkvMTguMC4xIiwiL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzIix9LFsic3lzdGVtQmFzZU1QQVRIIl09Ii91c3J4L2xvY2FsL3Byb2QvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmU6L3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkOi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvZGVmczovZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb3JlX3Byb2QiLH0=";' export '_ModuleTable014_;' '_ModuleTable_Sz_="14";' export '_ModuleTable_Sz_;' -++ MODULEPATH=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/dev/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1:/usrx/local/prod/modulefiles/mpi_third/ips/18.0.1/impi/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/mpi_prod/ips/18.0.1/impi/18.0.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles -++ export MODULEPATH -++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImlwcyIsWyJjb25tcGlsZXIiXT0iSERGNS1zZXJpYWwiLFsibXBpIl09ImltcGkiLH0sbVQ9e1siSERGNS1zZXJpYWwiXT17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvSERGNS1zZXJpYWwvMS4xMC4xIixbImZ1bGxOYW1lIl09IkhERjUtc2VyaWFsLzEuMTAuMSIsWyJsb2FkT3JkZXIiXT00LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09IkhERjUtc2VyaWFs -++ export _ModuleTable001_ -++ _ModuleTable002_=LzEuMTAuMSIsfSxOZXRDREY9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xL05ldENERi80LjUuMCIsWyJmdWxsTmFtZSJdPSJOZXRDREYvNC41LjAiLFsibG9hZE9yZGVyIl09Myxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJOZXRDREYvNC41LjAiLH0sYmFjaW89e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2JhY2lvLzIuMC4zIixbImZ1bGxOYW1lIl09ImJhY2lvLzIuMC4zIixbImxvYWRPcmRlciJdPTYscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNl -++ export _ModuleTable002_ -++ _ModuleTable003_=ck5hbWUiXT0iYmFjaW8vMi4wLjMiLH0sY21ha2U9e1siZm4iXT0iL3VzcngvbG9jYWwvZGV2L21vZHVsZWZpbGVzL2NtYWtlLzMuMTAuMCIsWyJmdWxsTmFtZSJdPSJjbWFrZS8zLjEwLjAiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY21ha2UvMy4xMC4wIix9LGNydG09e1siZm4iXT0iL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfcHJvZC9pcHMvMTguMC4xL2NydG0vMi4yLjYiLFsiZnVsbE5hbWUiXT0iY3J0bS8yLjIuNiIsWyJsb2FkT3JkZXIiXT0xNCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1 -++ export _ModuleTable003_ -++ _ModuleTable004_=c2VyTmFtZSJdPSJjcnRtLzIuMi42Iix9LGVzbWY9e1siZm4iXT0iL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcjE4L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL3djb3NzX2RlbGxfcDMvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT0yMSxw -++ export _ModuleTable004_ -++ _ModuleTable005_=cm9wVD17fSxbInN0YWNrRGVwdGgiXT0wLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZzI9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2cyLzMuMS4xIixbImZ1bGxOYW1lIl09ImcyLzMuMS4xIixbImxvYWRPcmRlciJdPTEyLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcyLzMuMS4xIix9LGcydG1wbD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzJ0bXBsLzEuNi4wIixbImZ1bGxOYW1lIl09ImcydG1wbC8xLjYuMCIsWyJsb2FkT3JkZXIiXT0xMyxwcm9wVD17fSxbInN0YWNr -++ export _ModuleTable005_ -++ _ModuleTable006_=RGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMnRtcGwvMS42LjAiLH0saW1waT17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX21waS9pcHMvMTguMC4xL2ltcGkvMTguMC4xLmx1YSIsWyJmdWxsTmFtZSJdPSJpbXBpLzE4LjAuMSIsWyJsb2FkT3JkZXIiXT0yLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImltcGkvMTguMC4xIix9LGlwPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9pcC8zLjAuMiIsWyJmdWxsTmFtZSJdPSJpcC8zLjAuMiIsWyJsb2FkT3JkZXIiXT03LHByb3BUPXt9LFsic3Rh -++ export _ModuleTable006_ -++ _ModuleTable007_=Y2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImlwLzMuMC4yIix9LGlwcz17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQvaXBzLzE4LjAuMS4xNjMiLFsiZnVsbE5hbWUiXT0iaXBzLzE4LjAuMS4xNjMiLFsibG9hZE9yZGVyIl09MSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJpcHMvMTguMC4xLjE2MyIsfSxqYXNwZXI9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xL2phc3Blci8xLjkwMC4yOSIsWyJmdWxsTmFtZSJdPSJqYXNwZXIvMS45MDAuMjkiLFsibG9hZE9yZGVyIl09 -++ export _ModuleTable007_ -++ _ModuleTable008_=MTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iamFzcGVyLzEuOTAwLjI5Iix9LGxpYnBuZz17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvbGlicG5nLzEuMi41OSIsWyJmdWxsTmFtZSJdPSJsaWJwbmcvMS4yLjU5IixbImxvYWRPcmRlciJdPTE2LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImxpYnBuZy8xLjIuNTkiLH0sbHNmPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZC9sc2YvMTAuMSIsWyJmdWxsTmFtZSJdPSJsc2YvMTAuMSIsWyJsb2Fk -++ export _ModuleTable008_ -++ _ModuleTable009_=T3JkZXIiXT01LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImxzZi8xMC4xIix9LG5lbXNpbz17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvbmVtc2lvLzIuMi40IixbImZ1bGxOYW1lIl09Im5lbXNpby8yLjIuNCIsWyJsb2FkT3JkZXIiXT0xMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZW1zaW8vMi4yLjQiLH0scG9zdD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvcG9zdC84LjAuMSIsWyJmdWxsTmFtZSJdPSJwb3N0LzguMC4xIixbImxvYWRP -++ export _ModuleTable009_ -++ _ModuleTable010_=cmRlciJdPTE4LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InBvc3QvOC4wLjEiLH0sc3A9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL3NwLzIuMC4zIixbImZ1bGxOYW1lIl09InNwLzIuMC4zIixbImxvYWRPcmRlciJdPTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ic3AvMi4wLjMiLH0sdzNlbWM9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL3czZW1jLzIuMy4xIixbImZ1bGxOYW1lIl09InczZW1jLzIuMy4xIixbImxvYWRPcmRlciJdPTEwLHBy -++ export _ModuleTable010_ -++ _ModuleTable011_=b3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczZW1jLzIuMy4xIix9LHczbmNvPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy93M25jby8yLjAuNyIsWyJmdWxsTmFtZSJdPSJ3M25jby8yLjAuNyIsWyJsb2FkT3JkZXIiXT05LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHpsaWI9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xL3psaWIvMS4yLjExIixbImZ1bGxOYW1lIl09InpsaWIvMS4yLjExIixbImxvYWRPcmRl -++ export _ModuleTable011_ -++ _ModuleTable012_=ciJdPTE3LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InpsaWIvMS4yLjExIix9LH0sbXBhdGhBPXsiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMiLCIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9EdXNhbi5Kb3ZpYy91ZnMvcHIxOC91ZnMtd2VhdGhlci1tb2RlbC9tb2R1bGVmaWxlcy93Y29zc19kZWxsX3AzIiwiL3VzcngvbG9jYWwvZGV2L2VtY19yb2NvdG8vbW9kdWxlZmlsZXMiLCIvdXNyeC9sb2NhbC9kZXYvbW9kdWxlZmlsZXMiLCIvdXNyeC9sb2NhbC9wcm9kL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlIiwiL3VzcngvbG9j -++ export _ModuleTable012_ -++ _ModuleTable013_=YWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9kZWZzIiwiL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29yZV9wcm9kIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xIiwiL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfcHJvZC9pcHMvMTguMC4xIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl9tcGkvaXBzLzE4LjAuMSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvbXBpX3RoaXJkL2lwcy8xOC4wLjEvaW1waS8xOC4wLjEiLCIvZ3Bmcy9kZWxsMS9uY28vb3BzL253 -++ export _ModuleTable013_ -++ _ModuleTable014_=cHJvZC9tb2R1bGVmaWxlcy9tcGlfcHJvZC9pcHMvMTguMC4xL2ltcGkvMTguMC4xIiwiL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzIix9LFsic3lzdGVtQmFzZU1QQVRIIl09Ii91c3J4L2xvY2FsL3Byb2QvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmU6L3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkOi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvZGVmczovZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb3JlX3Byb2QiLH0= -++ export _ModuleTable014_ -++ _ModuleTable_Sz_=14 -++ export _ModuleTable_Sz_ -++ : -s sh -+ eval -+ cd build_fv3_16 -+ cmake /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model -D32BIT=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=ON -DSTATIC=ON -DMULTI_GASES=OFF --- The C compiler identification is Intel 18.0.1.20171018 --- The CXX compiler identification is Intel 18.0.1.20171018 --- The Fortran compiler identification is Intel 18.0.1.20171018 --- Check for working C compiler: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiicc --- Check for working C compiler: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiicc -- works --- Detecting C compiler ABI info --- Detecting C compiler ABI info - done --- Detecting C compile features --- Detecting C compile features - done --- Check for working CXX compiler: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiicpc --- Check for working CXX compiler: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiicpc -- works --- Detecting CXX compiler ABI info --- Detecting CXX compiler ABI info - done --- Detecting CXX compile features --- Detecting CXX compile features - done --- Check for working Fortran compiler: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort --- Check for working Fortran compiler: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -- works --- Detecting Fortran compiler ABI info --- Detecting Fortran compiler ABI info - done --- Checking whether /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort supports Fortran 90 --- Checking whether /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort supports Fortran 90 -- yes --- Found MPI_C: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiicc (found version "3.1") --- Found MPI_CXX: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiicpc (found version "3.1") --- Found MPI_Fortran: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort (found version "3.1") --- Found MPI: TRUE (found version "3.1") -ESMFMKFILE: /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/lib/esmf.mk - Found ESMF: -ESMF_VERSION_MAJOR: 8 -ESMF_F90COMPILEPATHS: /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include;/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -ESMF_F90ESMFLINKRPATHS: -Wl,-rpath,/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/lib -ESMF_F90ESMFLINKLIBS: -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf --- Found ESMF: /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include;/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include (found version "8.0.0") - -Setting configuration for wcoss_dell_p3 - -C compiler: Intel 18.0.1.20171018 (mpiicc) -CXX compiler: Intel 18.0.1.20171018 (mpiicpc) -Fortran compiler: Intel 18.0.1.20171018 (mpiifort) - -DEBUG is disabled -REPRO is disabled -32BIT is ENABLED -OPENMP is ENABLED -AVX2 is disabled -INLINE_POST is ENABLED - - -Selected physics package: gfs - -Force 64 bits in gfsphysics -Force 64 bits in ipd --- Dynamics compiled with 32-bit option, adjust fv_sat_adj types --- Detecting OpenMP flags for Intel C compiler: -qopenmp --- Detecting OpenMP flags for Intel C++ compiler: -qopenmp --- Detecting OpenMP flags for Intel Fortran compiler: -qopenmp --- Enable OpenMP support for C/C++/Fortran compiler --- Disable SIONlib support --- Disable Intel MKL support --- Enable netCDF support --- Disable ESMF support --- Disable multi-gases physics --- Detecting OpenMP flags for Intel C compiler: -qopenmp --- Detecting OpenMP flags for Intel C++ compiler: -qopenmp --- Detecting OpenMP flags for Intel Fortran compiler: -qopenmp --- Enable OpenMP support for C/C++/Fortran compiler --- Found LibXml2: /usr/lib64/libxml2.so (found version "2.9.1") --- Found Doxygen: /usr/bin/doxygen (found version "1.8.5") found components: doxygen dot --- Detecting OpenMP flags for Intel C compiler: -qopenmp --- Detecting OpenMP flags for Intel C++ compiler: -qopenmp --- Detecting OpenMP flags for Intel Fortran compiler: -qopenmp --- Enable OpenMP support for C/C++/Fortran compiler -INFOGot CCPP_SCHEMES from environment variable: /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/aer_cloud.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/aerclm_def.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/aerinterp.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/calpreciptype.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cldwat2m_micro.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cldmacro.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/date_def.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/funcphys.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gcycle.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/h2o_def.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/h2ointerp.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/iccn_def.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/iccninterp.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/iounitdef.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/machine.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mersenne_twister.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfpbl.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg_utils.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg2_0.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg3_0.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/multi_gases.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_model.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_parameters.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_radar.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_thompson.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MP_FER_HIRES.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_bl_mynn.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_mynn.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_orowam2017.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/namelist_soilveg.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfpblt.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfpbltq.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfscu.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfscuq.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/noahmp_tables.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/num_parthds.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozne_def.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozinterp.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/physcons.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/physparam.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radcons.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_aerosols.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_astronomy.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_clouds.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_gases.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_surface.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radlw_datatb.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radlw_param.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radsw_datatb.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radsw_param.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/samfaerosols.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfcsub.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sflx.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/set_soilveg.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/surface_perturbation.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_deep.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_sh.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/tridi.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/wv_saturation.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_soil_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rayleigh_damp.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radsw_main.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_ocean.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gwdc.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gscond.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ysuvdif.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_sice.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/samfdeepcnv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/satmedmfvdif.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozphys_2015.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/samfshalcnv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/precpd.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_fer_hires.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diag.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radlw_main.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_debug.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/satmedmfvdifq.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cs_conv.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/shinhongvdif.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/h2ophys.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_nst.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/moninedmf.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diff.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diag_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/m_micro.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gcm_shoc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gwdps.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/shalcnv.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/get_prs_fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozphys.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_stochastics.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/drag_suite.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_cice.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sascnvn.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cnvc90.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_drv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/dcyc2.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/moninshoc.f -INFOGot CAPS from environment variable: /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_16/FV3/ccpp/physics/ccpp_FV3_GFS_2017_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_16/FV3/ccpp/physics/ccpp_FV3_GFS_2017_time_vary_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_16/FV3/ccpp/physics/ccpp_FV3_GFS_2017_radiation_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_16/FV3/ccpp/physics/ccpp_FV3_GFS_2017_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_16/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stochastics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_16/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stretched_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_16/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stretched_fast_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_16/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stretched_time_vary_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_16/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stretched_radiation_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_16/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stretched_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_16/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stretched_stochastics_cap.F90 -Force 64 bits in CCPP_layer -Force 64 bits in stochastic_physics --- Configuring done --- Generating done --- Build files have been written to: /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_16 -+ make -j 4 -Scanning dependencies of target ccpp -[ 0%] Building Fortran object FV3/ccpp/framework/src/CMakeFiles/ccpp.dir/ccpp_errors.F90.o -[ 0%] Building Fortran object FV3/ccpp/framework/src/CMakeFiles/ccpp.dir/ccpp_types.F90.o -[ 1%] Building Fortran object FV3/ccpp/framework/src/CMakeFiles/ccpp.dir/ccpp.F90.o -Scanning dependencies of target fms -[ 1%] Building Fortran object CMakeFiles/fms.dir/FMS/platform/platform.F90.o -[ 1%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_parameter.F90.o -[ 1%] Building Fortran object FV3/ccpp/framework/src/CMakeFiles/ccpp.dir/ccpp_api.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 1%] Linking Fortran static library libccpp.a -[ 1%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_input.F90.o -[ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_core.F90.o -[ 2%] Built target ccpp -[ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/cloud_interpolator.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -Scanning dependencies of target fv3cpl -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 2%] Building Fortran object FV3/cpl/CMakeFiles/fv3cpl.dir/module_cap_cpl.F90.o -[ 2%] Building Fortran object FV3/cpl/CMakeFiles/fv3cpl.dir/module_cplfields.F90.o -[ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_io.F90.o -Scanning dependencies of target ccppphys -[ 3%] Building Fortran object CMakeFiles/fms.dir/FMS/random_numbers/MersenneTwister.F90.o -[ 3%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/machine.F.o -[ 3%] Building Fortran object CMakeFiles/fms.dir/FMS/sat_vapor_pres/sat_vapor_pres_k.F90.o -[ 3%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mersenne_twister.f.o -[ 3%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFDL_parse_tracers.F90.o -[ 4%] Linking Fortran static library libfv3cpl.a -[ 4%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_mp_radar.F90.o -[ 4%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/iounitdef.f.o -[ 4%] Built target fv3cpl -[ 4%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/namelist_soilveg.f.o -[ 4%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/namelist_soilveg_ruc.F90.o -[ 4%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_noahmp_glacier.f90.o -[ 4%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_noahmplsm.f90.o -[ 4%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/noahmp_tables.f90.o -[ 4%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_soil_pre.F90.o -[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/aerclm_def.F.o -[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/physcons.F90.o -[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/physparam.f.o -[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/h2o_def.f.o -[ 5%] Building Fortran object CMakeFiles/fms.dir/FMS/constants/constants.F90.o -[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/iccn_def.F.o -[ 5%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_data.F90.o -[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/micro_mg_utils.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozne_def.f.o -[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/surface_perturbation.F90.o -[ 6%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp.F90.o -[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_deep.F90.o -[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_gfdl_cloud_microphys.F90.o -[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gfs_phy_tracer_config.F.o -[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radcons.f90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/set_soilveg.f.o -[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MP_FER_HIRES.F90.o -[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_BL_MYJPBL.F90.o -[ 8%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/date_def.f.o -[ 8%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_mp_thompson.F90.o -[ 9%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gwdps.f.o -[ 10%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_SF_JSFC.F90.o -[ 10%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_efp.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 10%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_memutils.F90.o -[ 11%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_ruclsm.F90.o -[ 12%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_pset.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 12%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_type.F90.o -[ 12%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/gradient.F90.o -[ 12%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_domains.F90.o -[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/set_soilveg_ruc.F90.o -[ 13%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_post.F90.o -[ 14%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cnvc90.f.o -[ 14%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_DCNV_generic.F90.o -[ 15%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_GWD_generic.F90.o -[ 15%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_MP_generic.F90.o -[ 16%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_PBL_generic.F90.o -[ 16%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_SCNV_generic.F90.o -[ 16%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_composites.F90.o -[ 17%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_loop_control.F90.o -[ 17%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/maximum_hourly_diagnostics.F90.o -[ 18%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozphys.f.o -[ 18%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rayleigh_damp.f.o -[ 19%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_diag_post.F90.o -[ 19%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_diff.f.o -[ 19%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_stochastics.F90.o -[ 19%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/__/__/gfsphysics/CCPP_layer/CCPP_typedefs.F90.o -[ 19%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/funcphys.f90.o -[ 20%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radlw_param.f.o -[ 20%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radsw_param.f.o -[ 21%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_nst_parameters.f90.o -[ 21%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_bl_mynn.F90.o -[ 21%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_initialize.F90.o -[ 21%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_astronomy.f.o -[ 21%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_surface.f.o -[ 21%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/samfaerosols.F.o -[ 22%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/aerinterp.F90.o -[ 22%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/h2ointerp.f90.o -[ 23%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/iccninterp.F90.o -[ 23%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozinterp.f90.o -[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_mp_thompson_make_number_concentrations.F90.o -[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/aer_cloud.F.o -[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_sh.F90.o -[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/get_prs_fv3.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_generic.F90.o -[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gfdl_fv_sat_adj.F90.o -[ 25%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gfdl_cloud_microphys.F90.o -[ 25%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/wv_saturation.F.o -[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/__/__/gfsphysics/GFS_layer/GFS_typedefs.F90.o -[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_nst_water_prop.f90.o -[ 27%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_module.F90.o -[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_bfmicrophysics.f.o -[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radsw_datatb.f.o -[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_aerosols.f.o -[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_gases.f.o -[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radlw_datatb.f.o -[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_mynn.F90.o -[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/moninedmf.f.o -[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_drv.f.o -[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/samfdeepcnv.f.o -[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/samfshalcnv.f.o -[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_diag.f.o -[ 30%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_sice.f.o -[ 30%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gscond.f.o -[ 30%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/precpd.f.o -[ 30%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_time_vary_pre.fv3.F90.o -[ 30%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_stretched_fast_physics_cap.F90.o -[ 31%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_clouds.f.o -[ 31%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radlw_main.f.o -[ 32%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radsw_main.f.o -[ 32%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_nst_model.f90.o -[ 32%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cldmacro.F.o -[ 32%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cldwat2m_micro.F.o -[ 32%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/micro_mg2_0.F90.o -[ 32%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/micro_mg3_0.F90.o -[ 32%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp.F90.o -[ 32%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_nst.f.o -[ 32%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_setup.F90.o -[ 32%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_io.F90.o -[ 32%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_comm.F90.o -Compiling in MPI mode (with or without MPP) -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 33%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/dcyc2.f.o -[ 34%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_suite_interstitial.F90.o -[ 34%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_post.F90.o -[ 34%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_pre.F90.o -[ 35%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rrtmg_lw_post.F90.o -[ 35%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rrtmg_lw_pre.F90.o -[ 35%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rrtmg_sw_post.F90.o -[ 35%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rrtmg_sw_pre.F90.o -[ 35%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_stochastics_cap.F90.o -[ 35%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_phys_time_vary.fv3.F90.o -[ 35%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_rad_time_vary.fv3.F90.o -[ 35%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_stretched_stochastics_cap.F90.o -[ 35%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_physics_cap.F90.o -[ 36%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_stretched_physics_cap.F90.o -[ 36%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_radiation_cap.F90.o -[ 37%] Building Fortran object CMakeFiles/fms.dir/FMS/fms/fms_io.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 37%] Building Fortran object CMakeFiles/fms.dir/FMS/memutils/memutils.F90.o -[ 38%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_time_vary_cap.F90.o -[ 38%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_stretched_radiation_cap.F90.o -[ 38%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_stretched_time_vary_cap.F90.o -[ 38%] Building Fortran object CMakeFiles/fms.dir/FMS/fms/fms.F90.o -[ 39%] Building Fortran object CMakeFiles/fms.dir/FMS/time_manager/time_manager.F90.o -[ 39%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bicubic.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 39%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bilinear.F90.o -[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_conserve.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_spherical.F90.o -[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/axis_utils/axis_utils.F90.o -[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_grid.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/field_manager/field_manager.F90.o -[ 42%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/mosaic.F90.o -[ 42%] Building Fortran object CMakeFiles/fms.dir/FMS/topography/gaussian_topog.F90.o -[ 42%] Building Fortran object CMakeFiles/fms.dir/FMS/time_manager/get_cal_time.F90.o -[ 42%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp.F90.o -[ 42%] Building Fortran object CMakeFiles/fms.dir/FMS/time_interp/time_interp.F90.o -[ 42%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_data.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 42%] Building Fortran object CMakeFiles/fms.dir/FMS/field_manager/fm_util.F90.o -[ 43%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_types.F90.o -[ 43%] Building Fortran object CMakeFiles/fms.dir/FMS/time_interp/time_interp_external.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 43%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_axis.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 43%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_manifest.F90.o -[ 43%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/xbt_drop_rate_adjust.f90.o -[ 43%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/write_ocean_data.F90.o -[ 43%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_output.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 43%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_util.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 44%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_table.F90.o -[ 44%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_manager.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 44%] Building Fortran object CMakeFiles/fms.dir/FMS/data_override/data_override.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 44%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_cap.F90.o -[ 45%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_stretched_cap.F90.o -[ 45%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_debug.F90.o -[ 45%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_suite_init_finalize_test.F90.o -[ 45%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cs_conv.F90.o -[ 45%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cs_conv_aw_adj.F90.o -[ 45%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver.F90.o -[ 46%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver_post.F90.o -[ 46%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver_pre.F90.o -[ 46%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke.F90.o -[ 46%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke_post.F90.o -[ 46%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke_pre.F90.o -[ 46%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/drag_suite.F90.o -[ 46%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gcm_shoc.F90.o -[ 46%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/coupler_types.F90.o -[ 46%] Building Fortran object CMakeFiles/fms.dir/FMS/exchange/stock_constants.F90.o -[ 46%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gwdc.f.o -[ 46%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/h2ophys.f.o -[ 46%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/lsm_ruc_sfc_sice_interstitial.F90.o -[ 46%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/m_micro.F90.o -[ 46%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/m_micro_interstitial.F90.o -[ 46%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYJPBL_wrapper.F90.o -[ 46%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYJSFC_wrapper.F90.o -[ 46%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNPBL_wrapper.F90.o -[ 47%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNSFC_wrapper.F90.o -[ 47%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNrad_post.F90.o -[ 47%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNrad_pre.F90.o -[ 47%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/moninshoc.f.o -[ 48%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_fer_hires.F90.o -[ 48%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_thompson.F90.o -[ 48%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_thompson_post.F90.o -[ 48%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_thompson_pre.F90.o -[ 49%] Building Fortran object CMakeFiles/fms.dir/FMS/amip_interp/amip_interp.F90.o -[ 49%] Building Fortran object CMakeFiles/fms.dir/FMS/astronomy/astronomy.F90.o -[ 49%] Building Fortran object CMakeFiles/fms.dir/FMS/block_control/block_control.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 49%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/multi_gases.F90.o -[ 50%] Building Fortran object CMakeFiles/fms.dir/FMS/column_diagnostics/column_diagnostics.F90.o -[ 50%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozphys_2015.f.o -[ 50%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sascnvn.F.o -[ 50%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/atmos_ocean_fluxes.F90.o -[ 50%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/satmedmfvdif.F.o -[ 51%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/ensemble_manager.F90.o -[ 52%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/satmedmfvdifq.F.o -[ 52%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters.F90.o -Compiling in MPI mode (with or without MPP) -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 52%] Building Fortran object CMakeFiles/fms.dir/FMS/exchange/xgrid.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 53%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft.F90.o -[ 54%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_cice.f.o -[ 54%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft99.F90.o -[ 55%] Building Fortran object CMakeFiles/fms.dir/FMS/interpolator/interpolator.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 55%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_drv_ruc.F90.o -[ 55%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/grid.F90.o -[ 55%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_noahmp_drv.f.o -[ 55%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_utilities.F90.o -[ 55%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_ocean.F.o -[ 55%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core.F90.o -[ 56%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfcsub.F.o -[ 56%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/shalcnv.F.o -[ 56%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core_ecda.F90.o -[ 56%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/shinhongvdif.F90.o -[ 56%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ugwp_driver_v0.F.o -[ 56%] Building Fortran object CMakeFiles/fms.dir/FMS/random_numbers/random_numbers.F90.o -[ 57%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ysuvdif.F90.o -[ 57%] Building Fortran object CMakeFiles/fms.dir/FMS/sat_vapor_pres/sat_vapor_pres.F90.o -[ 57%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/calpreciptype.f90.o -[ 57%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gcycle.F90.o -[ 58%] Building Fortran object CMakeFiles/fms.dir/FMS/station_data/station_data.F90.o -[ 58%] Building Fortran object CMakeFiles/fms.dir/FMS/topography/topography.F90.o -[ 59%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gocart_tracer_config_stub.f.o -[ 59%] Building Fortran object CMakeFiles/fms.dir/FMS/tracer_manager/tracer_manager.F90.o -[ 60%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfpbl.f.o -[ 61%] Building Fortran object CMakeFiles/fms.dir/FMS/tridiagonal/tridiagonal.F90.o -[ 61%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_triggers.F90.o -[ 62%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_solvers.F90.o -[ 62%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_utils.F90.o -[ 63%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/quicksort.F90.o -[ 63%] Building C object CMakeFiles/fms.dir/FMS/memutils/memuse.c.o -[ 63%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_orowam2017.f.o -[ 63%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_vert_lsatdis.F90.o -[ 63%] Building C object CMakeFiles/fms.dir/FMS/mosaic/create_xgrid.c.o -[ 63%] Building C object CMakeFiles/fms.dir/FMS/mosaic/gradient_c2l.c.o -[ 64%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_vert_orodis.F90.o -[ 64%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_vert_wmsdis.F90.o -[ 65%] Building C object CMakeFiles/fms.dir/FMS/mosaic/interp.c.o -[ 65%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfpblt.f.o -[ 66%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfpbltq.f.o -[ 66%] Building C object CMakeFiles/fms.dir/FMS/mosaic/mosaic_util.c.o -[ 66%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfscu.f.o -[ 66%] Building C object CMakeFiles/fms.dir/FMS/mosaic/read_mosaic.c.o -[ 66%] Building C object CMakeFiles/fms.dir/FMS/affinity/affinity.c.o -[ 66%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfscuq.f.o -[ 67%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/num_parthds.F.o -[ 68%] Building C object CMakeFiles/fms.dir/FMS/mpp/nsclock.c.o -[ 68%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sflx.f.o -[ 68%] Building C object CMakeFiles/fms.dir/FMS/mpp/threadloc.c.o -[ 68%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/tridi.f.o -[ 68%] Linking Fortran static library libccppphys.a -[ 68%] Built target ccppphys -Scanning dependencies of target gfsphysics -[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mersenne_twister.f.o -[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/machine.F.o -[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/namelist_soilveg.f.o -[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/GFDL_parse_tracers.F90.o -[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/physparam.f.o -[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/CCPP_layer/CCPP_typedefs.F90.o -[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/physcons.F90.o -[ 70%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radlw_param.f.o -[ 70%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radsw_param.f.o -[ 70%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_typedefs.F90.o -[ 70%] Linking Fortran static library FMS/libfms.a -[ 70%] Built target fms -[ 72%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_diagnostics.F90.o -[ 72%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/CCPP_layer/CCPP_data.F90.o -[ 72%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_driver.F90.o -[ 72%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_restart.F90.o -[ 72%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_abstraction_layer.F90.o -[ 72%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/__/ccpp/physics/ccpp_static_api.F90.o -[ 72%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/noahmp_tables.f90.o -[ 72%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/set_soilveg.f.o -[ 72%] Linking Fortran static library libgfsphysics.a -[ 72%] Built target gfsphysics -Scanning dependencies of target ipd -Scanning dependencies of target ccppdriver -[ 72%] Building Fortran object FV3/ipd/CMakeFiles/ipd.dir/IPD_typedefs.F90.o -[ 72%] Building Fortran object FV3/ccpp/driver/CMakeFiles/ccppdriver.dir/CCPP_driver.F90.o -[ 72%] Building Fortran object FV3/ipd/CMakeFiles/ipd.dir/IPD_driver.F90.o -[ 73%] Linking Fortran static library libccppdriver.a -[ 73%] Built target ccppdriver -[ 74%] Linking Fortran static library libipd.a -[ 74%] Built target ipd -Scanning dependencies of target io -[ 75%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_internal_state.F90.o -[ 75%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_fv3_io_def.F90.o -Scanning dependencies of target fv3core -[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/external_sst.F90.o -[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_arrays.F90.o -[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_fill.F90.o -[ 76%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_nemsio.F90.o -[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/sim_nc_mod.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 76%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_netcdf.F90.o -[ 76%] Building Fortran object FV3/io/CMakeFiles/io.dir/post_gfs.F90.o -[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/DYCORE_typedefs.F90.o -[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_mp_mod.F90.o -[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/sorted_index.F90.o -[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_sg.F90.o -[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_eta.F90.o -[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_timing.F90.o -[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/boundary.F90.o -[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_grid_utils.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/a2b_edge.F90.o -[ 78%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_mapz.F90.o -[ 78%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_surf_map.F90.o -[ 78%] Building Fortran object FV3/io/CMakeFiles/io.dir/FV3GFS_io.F90.o -[ 78%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_wrt_grid_comp.F90.o -[ 79%] Building Fortran object FV3/io/CMakeFiles/io.dir/ffsync.F90.o -[ 79%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/tp_core.F90.o -[ 80%] Building Fortran object FV3/io/CMakeFiles/io.dir/post_nems_routines.F90.o -[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_grid_tools.F90.o -[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/init_hydro.F90.o -[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_treat_da_inc.F90.o -[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_diagnostics.F90.o -[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/sw_core.F90.o -[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_io.F90.o -[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_iau_mod.F90.o -[ 82%] Linking Fortran static library libio.a -[ 82%] Built target io -[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/nh_utils.F90.o -[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/nh_core.F90.o -[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_nudge.F90.o -[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/fv_nggps_diag.F90.o -[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/test_cases.F90.o -[ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_regional_bc.F90.o -[ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_tracer2d.F90.o -[ 85%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_update_phys.F90.o -[ 85%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/dyn_core.F90.o -[ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/external_ic.F90.o -[ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_restart.F90.o -[ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_control.F90.o -[ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_nesting.F90.o -[ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_dynamics.F90.o -[ 87%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/atmosphere.F90.o -[ 87%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/multi_gases.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 87%] Linking Fortran static library libfv3core.a -[ 87%] Built target fv3core -Scanning dependencies of target stochastic_physics -[ 87%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_resol_def.f.o -[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_gg_def.f.o -[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/update_ca.f90.o -[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/spectral_layout.F90.o -[ 89%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_layout_lag.f.o -[ 89%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/glats_stochy.f.o -[ 89%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_namelist_def.F90.o -[ 90%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/compns_stochy.F90.o -[ 90%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/setlats_lag_stochy.f.o -[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/epslon_stochy.f.o -[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/get_lats_node_a_stochy.f.o -[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/get_ls_node_stochy.f.o -[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/gozrineo_stochy.f.o -[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/pln2eo_stochy.f.o -[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/setlats_a_stochy.f.o -[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_internal_state_mod.F90.o -[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/dezouv_stochy.f.o -[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/dozeuv_stochy.f.o -[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/four_to_grid_stochy.F.o -[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_patterngenerator.F90.o -[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/sumfln_stochy.f.o -[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/getcon_lag_stochy.f.o -[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/getcon_spectral.F90.o -[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/initialize_spectral_mod.F90.o -[ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_data_mod.F90.o -[ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/get_stochy_pattern.F90.o -[ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/num_parthds_stochy.f.o -[ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/cellular_automata.f90.o -[ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/plumes.f90.o -[ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochastic_physics.F90.o -[ 95%] Linking Fortran static library libstochastic_physics.a -[ 95%] Built target stochastic_physics -Scanning dependencies of target fv3cap -[ 95%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/module_fv3_config.F90.o -[ 95%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/atmos_model.F90.o -[ 95%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/module_fcst_grid_comp.F90.o -[ 96%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/fv3_cap.F90.o -[ 96%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/time_utils.F90.o -[ 97%] Linking Fortran static library libfv3cap.a -[ 97%] Built target fv3cap -Scanning dependencies of target NEMS.exe -[ 98%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_EARTH_INTERNAL_STATE.F90.o -[ 98%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_MEDIATOR_SpaceWeather.F90.o -[ 98%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_MEDIATOR_methods.F90.o -[ 98%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/ENS_Cpl/ENS_CplComp_ESMFMod_STUB.F90.o -[ 98%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_UTILS.F90.o -[ 99%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_INTERNAL_STATE.F90.o -[ 99%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_Rusage.F90.o -[100%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_MEDIATOR.F90.o -[100%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_EARTH_GRID_COMP.F90.o -[100%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_GRID_COMP.F90.o -[100%] Building C object CMakeFiles/NEMS.exe.dir/NEMS/src/nems_c_rusage.c.o -[100%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/MAIN_NEMS.F90.o -[100%] Linking Fortran executable NEMS.exe -/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib/libjasper.a(jas_stream.o): In function `jas_stream_tmpfile': -/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/src/jasper-1.900.29/src/libjasper/base/jas_stream.c:520: warning: the use of `tmpnam' is dangerous, better use `mkstemp' -[100%] Built target NEMS.exe -+ mv NEMS.exe ../fv3_16.exe -+ cp /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3 ../modules.fv3_16 -+ cd .. -+ '[' YES = YES ']' -+ rm -rf build_fv3_16 -+ elapsed=662 -+ echo 'Elapsed time 662 seconds. Compiling CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y finished' -Elapsed time 662 seconds. Compiling CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y finished -+ SECONDS=0 -+++ readlink -f /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/compile_cmake.sh -++ dirname /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/compile_cmake.sh -+ readonly MYDIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests -+ MYDIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests -+ readonly ARGC=4 -+ ARGC=4 -+ cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests -+ [[ 4 -eq 0 ]] -+ [[ 4 -lt 2 ]] -+ PATHTR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model -+ MACHINE_ID=wcoss_dell_p3 -+ MAKE_OPT='CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp_regional,FV3_GFS_2017_gfdlmp_regional_c768 32BIT=Y' -+ BUILD_NAME=fv3_17 -+ clean_before=YES -+ clean_after=YES -+ BUILD_DIR=build_fv3_17 -+ [[ wcoss_dell_p3 == cheyenne.* ]] -+ [[ wcoss_dell_p3 == wcoss_dell_p3 ]] -+ MAKE_THREADS=4 -+ MAKE_THREADS=4 -+ hostname -m72a3 -+ cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests -+ echo 'Compiling CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp_regional,FV3_GFS_2017_gfdlmp_regional_c768 32BIT=Y into fv3_17.exe on wcoss_dell_p3' -Compiling CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp_regional,FV3_GFS_2017_gfdlmp_regional_c768 32BIT=Y into fv3_17.exe on wcoss_dell_p3 -+ '[' YES = YES ']' -+ rm -rf build_fv3_17 -+ mkdir -p build_fv3_17 -+ CCPP_CMAKE_FLAGS= -+ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp_regional,FV3_GFS_2017_gfdlmp_regional_c768 32BIT=Y == *\D\E\B\U\G\=\Y* ]] -+ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp_regional,FV3_GFS_2017_gfdlmp_regional_c768 32BIT=Y == *\R\E\P\R\O\=\Y* ]] -+ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp_regional,FV3_GFS_2017_gfdlmp_regional_c768 32BIT=Y == *\3\2\B\I\T\=\Y* ]] -+ CCPP_CMAKE_FLAGS=' -D32BIT=Y' -+ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp_regional,FV3_GFS_2017_gfdlmp_regional_c768 32BIT=Y == *\O\P\E\N\M\P\=\N* ]] -+ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp_regional,FV3_GFS_2017_gfdlmp_regional_c768 32BIT=Y == *\C\C\P\P\=\Y* ]] -+ CCPP_CMAKE_FLAGS=' -D32BIT=Y -DCCPP=ON -DMPI=ON' -+ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp_regional,FV3_GFS_2017_gfdlmp_regional_c768 32BIT=Y == *\D\E\B\U\G\=\Y* ]] -+ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp_regional,FV3_GFS_2017_gfdlmp_regional_c768 32BIT=Y == *\R\E\P\R\O\=\Y* ]] -+ CCPP_CMAKE_FLAGS=' -D32BIT=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release' -+ [[ wcoss_dell_p3 == \j\e\t\.\i\n\t\e\l ]] -+ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp_regional,FV3_GFS_2017_gfdlmp_regional_c768 32BIT=Y == *\3\2\B\I\T\=\Y* ]] -+ CCPP_CMAKE_FLAGS=' -D32BIT=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=ON' -+ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp_regional,FV3_GFS_2017_gfdlmp_regional_c768 32BIT=Y == *\S\T\A\T\I\C\=\Y* ]] -+ CCPP_CMAKE_FLAGS=' -D32BIT=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=ON -DSTATIC=ON' -+ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp_regional,FV3_GFS_2017_gfdlmp_regional_c768 32BIT=Y == *\M\U\L\T\I\_\G\A\S\E\S\=\Y* ]] -+ CCPP_CMAKE_FLAGS=' -D32BIT=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=ON -DSTATIC=ON -DMULTI_GASES=OFF' -++ echo CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp_regional,FV3_GFS_2017_gfdlmp_regional_c768 32BIT=Y -++ sed 's/.* SUITES=//' -++ sed 's/ .*//' -+ SUITES=FV3_GFS_2017_gfdlmp_regional,FV3_GFS_2017_gfdlmp_regional_c768 -+ cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model -+ ./FV3/ccpp/framework/scripts/ccpp_prebuild.py --config=FV3/ccpp/config/ccpp_prebuild_config.py --static --suites=FV3_GFS_2017_gfdlmp_regional,FV3_GFS_2017_gfdlmp_regional_c768 --builddir=tests/build_fv3_17/FV3 -INFO: Logging level set to INFO -INFO: Found TYPEDEFS_NEW_METADATA dictionary in config, assume at least some data is in new metadata formet -INFO: Parsing suite definition files ... -INFO: Parsing suite definition file FV3/ccpp/suites/suite_FV3_GFS_2017_gfdlmp_regional.xml ... -INFO: Parsing suite definition file FV3/ccpp/suites/suite_FV3_GFS_2017_gfdlmp_regional_c768.xml ... -INFO: Parsing metadata tables for variables provided by host model ... -INFO: Parsed variable definition tables in module machine -INFO: Parsed variable definition tables in module module_radsw_parameters -INFO: Parsed variable definition tables in module module_radlw_parameters -INFO: Parsed variable definition tables in module CCPP_typedefs -INFO: Parsed variable definition tables in module GFS_typedefs -INFO: Parsed variable definition tables in module CCPP_data -INFO: Parsed variable definition tables in module ccpp_types -INFO: Convert local names from new metadata format into old metadata format ... -INFO: Converting local name sfcflw of variable lw_fluxes_sfc from new to old metadata -INFO: Converting local name nslwr of variable number_of_timesteps_between_longwave_radiation_calls from new to old metadata -INFO: Converting local name hydrostatic of variable flag_for_hydrostatic_solver from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_of_kinematic_buoyancy_flux_from_shoc_in_phy_f3d) of variable kinematic_buoyancy_flux_from_shoc from new to old metadata -INFO: Converting local name nkbfshoc of variable index_of_kinematic_buoyancy_flux_from_shoc_in_phy_f3d from new to old metadata -INFO: Converting local name dvisbm_cpl of variable cumulative_surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name cnvw of variable convective_cloud_water_mixing_ratio from new to old metadata -INFO: Converting local name ltaerosol of variable flag_for_aerosol_physics from new to old metadata -INFO: Converting local name rainmcadj of variable lwe_thickness_of_moist_convective_adj_precipitation_amount from new to old metadata -INFO: Converting local name loop_cnt of variable ccpp_loop_counter from new to old metadata -INFO: Converting local name ncpi of variable local_ice_number_concentration from new to old metadata -INFO: Converting local name pt of variable virtual_temperature_at_Lagrangian_surface from new to old metadata -INFO: Converting local name nirbmui of variable surface_upwelling_direct_near_infrared_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name vconvtend of variable tendency_of_y_wind_due_to_deep_convection_for_coupling_on_physics_timestep from new to old metadata -INFO: Converting local name uustar_ice of variable surface_friction_velocity_over_ice from new to old metadata -INFO: Converting local name phy_myj_uz0 of variable u_wind_component_at_viscous_sublayer_top from new to old metadata -INFO: Converting local name evap_land of variable kinematic_surface_upward_latent_heat_flux_over_land from new to old metadata -INFO: Converting local name ocean of variable flag_nonzero_ocean_surface_fraction from new to old metadata -INFO: Converting local name ep1d_ocean of variable surface_upward_potential_latent_heat_flux_over_ocean from new to old metadata -INFO: Converting local name qconvtend of variable tendency_of_water_vapor_specific_humidity_due_to_deep_convection_for_coupling_on_physics_timestep from new to old metadata -INFO: Converting local name islmsk_cice of variable sea_land_ice_mask_cice from new to old metadata -INFO: Converting local name cmm_ice of variable surface_drag_wind_speed_for_momentum_in_air_over_ice from new to old metadata -INFO: Converting local name visdfdi of variable surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name cnv_ndrop of variable number_concentration_of_cloud_liquid_water_particles_for_detrainment from new to old metadata -INFO: Converting local name sh2o of variable volume_fraction_of_unfrozen_soil_moisture_for_land_surface_model from new to old metadata -INFO: Converting local name tau_tofd of variable time_integral_of_momentum_flux_due_to_turbulent_orographic_form_drag from new to old metadata -INFO: Converting local name dnirbmi_cpl of variable instantaneous_surface_downwelling_direct_near_infrared_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name refdmax263k of variable maximum_reflectivity_at_minus10c_over_maximum_hourly_time_interval from new to old metadata -INFO: Converting local name ulwsfci of variable surface_upwelling_longwave_flux from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_liquid_cloud_condensate) of variable tendency_of_liquid_cloud_water_mixing_ratio_due_to_model_physics from new to old metadata -INFO: Converting local name ntcw of variable index_for_liquid_cloud_condensate from new to old metadata -INFO: Converting local name lheatstrg of variable flag_for_canopy_heat_storage from new to old metadata -INFO: Converting local name slc of variable volume_fraction_of_unfrozen_soil_moisture from new to old metadata -INFO: Converting local name tsfc_land of variable surface_skin_temperature_over_land_interstitial from new to old metadata -INFO: Converting local name save_v of variable y_wind_save from new to old metadata -INFO: Converting local name xkzm_m of variable atmosphere_momentum_diffusivity_background from new to old metadata -INFO: Converting local name gabsbdlw_land of variable surface_downwelling_longwave_flux_absorbed_by_ground_over_land from new to old metadata -INFO: Converting local name tprcp_ice of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_ice from new to old metadata -INFO: Converting local name stblcpxy of variable slow_soil_pool_mass_content_of_carbon from new to old metadata -INFO: Converting local name cdq_land of variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_land from new to old metadata -INFO: Converting local name du3dt(:,:,2) of variable cumulative_change_in_x_wind_due_to_orographic_gravity_wave_drag from new to old metadata -INFO: Converting local name mg_berg_eff_factor of variable mg_bergeron_efficiency_factor from new to old metadata -INFO: Converting local name clouds(:,:,3) of variable mean_effective_radius_for_liquid_cloud from new to old metadata -INFO: Converting local name aer_nm of variable aerosol_number_concentration_from_gocart_aerosol_climatology from new to old metadata -INFO: Converting local name xzts of variable sensitivity_of_dtl_thickness_to_surface_temperature from new to old metadata -INFO: Converting local name lake of variable flag_nonzero_lake_surface_fraction from new to old metadata -INFO: Converting local name kb of variable vertical_index_difference_between_layer_and_lower_bound from new to old metadata -INFO: Converting local name ipt of variable index_for_diagnostic_printout from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_ice_friendly_aerosols) of variable ice_friendly_aerosol_number_concentration from new to old metadata -INFO: Converting local name ntia of variable index_for_ice_friendly_aerosols from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_rain_water) of variable tendency_of_rain_water_mixing_ratio_due_to_model_physics from new to old metadata -INFO: Converting local name ntrw of variable index_for_rain_water from new to old metadata -INFO: Converting local name con_epsm1 of variable ratio_of_dry_air_to_water_vapor_gas_constants_minus_one from new to old metadata -INFO: Converting local name dqsfc_cice of variable surface_upward_latent_heat_flux_for_coupling_interstitial from new to old metadata -INFO: Converting local name last_step of variable flag_for_the_last_step_of_k_split_remapping from new to old metadata -INFO: Converting local name huge of variable netcdf_float_fillvalue from new to old metadata -INFO: Converting local name save_q(:,:,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio_save from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_liquid_cloud_number_concentration) of variable cloud_droplet_number_concentration from new to old metadata -INFO: Converting local name ntlnc of variable index_for_liquid_cloud_number_concentration from new to old metadata -INFO: Converting local name dv3dt(:,:,1) of variable cumulative_change_in_y_wind_due_to_PBL from new to old metadata -INFO: Converting local name imp_physics_mg of variable flag_for_morrison_gettelman_microphysics_scheme from new to old metadata -INFO: Converting local name cldtaulw of variable cloud_optical_depth_layers_at_10mu_band from new to old metadata -INFO: Converting local name wet of variable flag_nonzero_wet_surface_fraction from new to old metadata -INFO: Converting local name qsnowxy of variable snow_precipitation_rate_at_surface from new to old metadata -INFO: Converting local name iopt_frz of variable flag_for_supercooled_liquid_water_option from new to old metadata -INFO: Converting local name dsnow_cpl of variable tendency_of_lwe_thickness_of_snow_amount_for_coupling from new to old metadata -INFO: Converting local name cldsa of variable cloud_area_fraction_for_radiation from new to old metadata -INFO: Converting local name totsnwb of variable accumulated_lwe_thickness_of_snow_amount_in_bucket from new to old metadata -INFO: Converting local name gq0(:,:,index_for_rain_water) of variable rain_water_mixing_ratio_updated_by_physics from new to old metadata -INFO: Converting local name totsnw of variable accumulated_lwe_thickness_of_snow_amount from new to old metadata -INFO: Converting local name xkzm_s of variable diffusivity_background_sigma_level from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_water_friendly_aerosols) of variable tendency_of_water_friendly_aerosol_number_concentration_due_to_model_physics from new to old metadata -INFO: Converting local name ntwa of variable index_for_water_friendly_aerosols from new to old metadata -INFO: Converting local name fswtr of variable fraction_of_cloud_top_water_scavenged from new to old metadata -INFO: Converting local name nvisbmi_cpl of variable instantaneous_surface_net_downward_direct_ultraviolet_and_visible_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_of_atmosphere_heat_diffusivity_from_shoc_in_phy_f3d) of variable atmosphere_heat_diffusivity_from_shoc from new to old metadata -INFO: Converting local name nahdshoc of variable index_of_atmosphere_heat_diffusivity_from_shoc_in_phy_f3d from new to old metadata -INFO: Converting local name nthreads of variable omp_threads_for_fast_physics from new to old metadata -INFO: Converting local name icemp of variable lwe_thickness_of_ice_amount from new to old metadata -INFO: Converting local name dqsfc_cpl of variable cumulative_surface_upward_latent_heat_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name con_jcal of variable joules_per_calorie_constant from new to old metadata -INFO: Converting local name xmu of variable zenith_angle_temporal_adjustment_factor_for_shortwave_fluxes from new to old metadata -INFO: Converting local name con_fvirt of variable ratio_of_vapor_to_dry_air_gas_constants_minus_one from new to old metadata -INFO: Converting local name evfactl_deep of variable rain_evaporation_coefficient_over_land_deep_convection from new to old metadata -INFO: Converting local name canliqxy of variable canopy_intercepted_liquid_water from new to old metadata -INFO: Converting local name phy_myj_qsfc of variable surface_specific_humidity_for_MYJ_schemes from new to old metadata -INFO: Converting local name rainncprv of variable lwe_thickness_of_explicit_rainfall_amount_from_previous_timestep from new to old metadata -INFO: Converting local name Tbd of variable GFS_tbd_type_instance from new to old metadata -INFO: Converting local name v1 of variable y_wind_at_lowest_model_layer_for_diag from new to old metadata -INFO: Converting local name det_mf of variable cumulative_atmosphere_detrainment_convective_mass_flux from new to old metadata -INFO: Converting local name psurf of variable surface_air_pressure_diag from new to old metadata -INFO: Converting local name gasvmr(:,:,10) of variable volume_mixing_ratio_cfc113 from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_for_rain_effective_radius) of variable effective_radius_of_stratiform_cloud_rain_particle_in_um from new to old metadata -INFO: Converting local name nreffr of variable index_for_rain_effective_radius from new to old metadata -INFO: Converting local name del_gz of variable geopotential_difference_between_midlayers_divided_by_midlayer_virtual_temperature from new to old metadata -INFO: Converting local name imfdeepcnv_ntiedtke of variable flag_for_ntiedtke_deep_convection_scheme from new to old metadata -INFO: Converting local name h2o_coeff of variable number_of_coefficients_in_h2o_forcing_data from new to old metadata -INFO: Converting local name tgrs of variable air_temperature from new to old metadata -INFO: Converting local name xlon of variable longitude from new to old metadata -INFO: Converting local name c_d of variable coefficient_c_d from new to old metadata -INFO: Converting local name tlvl of variable air_temperature_at_interface_for_radiation from new to old metadata -INFO: Converting local name f_rimef of variable rime_factor from new to old metadata -INFO: Converting local name mg_do_ice_gmao of variable mg_flag_for_gmao_ice_formulation from new to old metadata -INFO: Converting local name snowca of variable cumulative_surface_snow_area_fraction_multiplied_by_timestep from new to old metadata -INFO: Converting local name hflx of variable kinematic_surface_upward_sensible_heat_flux from new to old metadata -INFO: Converting local name dt3dt(:,:,6) of variable cumulative_change_in_temperature_due_to_microphysics from new to old metadata -INFO: Converting local name nirdfui of variable surface_upwelling_diffuse_near_infrared_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name trans of variable transpiration_flux from new to old metadata -INFO: Converting local name ntchs of variable index_for_first_chemical_tracer from new to old metadata -INFO: Converting local name idxday of variable daytime_points from new to old metadata -INFO: Converting local name iceprv of variable lwe_thickness_of_ice_amount_from_previous_timestep from new to old metadata -INFO: Converting local name mg_alf of variable mg_tuning_factor_for_alphas from new to old metadata -INFO: Converting local name nupdraft of variable number_of_plumes from new to old metadata -INFO: Converting local name qr_r of variable cloud_rain_water_mixing_ratio from new to old metadata -INFO: Converting local name sec of variable seconds_elapsed_since_model_initialization from new to old metadata -INFO: Converting local name epi of variable instantaneous_surface_potential_evaporation from new to old metadata -INFO: Converting local name gflx_land of variable upward_heat_flux_in_soil_over_land from new to old metadata -INFO: Converting local name du3dt_ngw of variable time_integral_of_change_in_x_wind_due_to_nonstationary_gravity_wave from new to old metadata -INFO: Converting local name bl_mynn_cloudpdf of variable cloudpdf from new to old metadata -INFO: Converting local name vtype of variable vegetation_type_classification_real from new to old metadata -INFO: Converting local name imfdeepcnv_gf of variable flag_for_gf_deep_convection_scheme from new to old metadata -INFO: Converting local name lssav of variable flag_diagnostics from new to old metadata -INFO: Converting local name sfalb of variable surface_diffused_shortwave_albedo from new to old metadata -INFO: Converting local name acvb of variable smallest_cloud_base_vertical_index_encountered_thus_far from new to old metadata -INFO: Converting local name c_0 of variable coefficient_c_0 from new to old metadata -INFO: Converting local name mpirank of variable mpi_rank_for_fast_physics from new to old metadata -INFO: Converting local name ntrac of variable number_of_tracers from new to old metadata -INFO: Converting local name dvsfci of variable instantaneous_surface_y_momentum_flux_for_diag from new to old metadata -INFO: Converting local name GFS_Interstitial of variable GFS_interstitial_type_instance_all_threads from new to old metadata -INFO: Converting local name in_nm of variable in_number_concentration from new to old metadata -INFO: Converting local name blksz2(ccpp_block_number) of variable horizontal_dimension from new to old metadata -INFO: Converting local name blk_no of variable ccpp_block_number from new to old metadata -INFO: Converting local name min_lakeice of variable lake_ice_minimum from new to old metadata -INFO: Converting local name canicexy of variable canopy_intercepted_ice_mass from new to old metadata -INFO: Converting local name mg_precip_frac_method of variable mg_type_of_precip_fraction_method from new to old metadata -INFO: Converting local name lonr of variable number_of_equatorial_longitude_points from new to old metadata -INFO: Converting local name dt3dt(:,:,7) of variable cumulative_change_in_temperature_due_to_orographic_gravity_wave_drag from new to old metadata -INFO: Converting local name dtzm of variable mean_change_over_depth_in_sea_water_temperature from new to old metadata -INFO: Converting local name du3dt_mtb of variable time_integral_of_change_in_x_wind_due_to_mountain_blocking_drag from new to old metadata -INFO: Converting local name stress_land of variable surface_wind_stress_over_land from new to old metadata -INFO: Converting local name nspinup of variable number_of_iterations_to_spin_up_cellular_automata from new to old metadata -INFO: Converting local name zogw of variable height_of_launch_level_of_orographic_gravity_wave from new to old metadata -INFO: Converting local name ntsw of variable index_for_snow_water from new to old metadata -INFO: Converting local name cov of variable t_prime_q_prime from new to old metadata -INFO: Converting local name sup of variable ice_supersaturation_threshold from new to old metadata -INFO: Converting local name dt3dt(:,:,3) of variable cumulative_change_in_temperature_due_to_PBL from new to old metadata -INFO: Converting local name mg_qcvar of variable mg_cloud_water_variance from new to old metadata -INFO: Converting local name ffmm_ice of variable Monin_Obukhov_similarity_function_for_momentum_over_ice from new to old metadata -INFO: Converting local name dtdt of variable tendency_of_air_temperature_at_Lagrangian_surface from new to old metadata -INFO: Converting local name GFS_statein_type of variable GFS_statein_type from new to old metadata -INFO: Converting local name train of variable accumulated_change_of_air_temperature_due_to_FA_scheme from new to old metadata -INFO: Converting local name fscav of variable coefficients_for_aerosol_scavenging from new to old metadata -INFO: Converting local name prslk(:,1) of variable dimensionless_exner_function_at_lowest_model_layer from new to old metadata -INFO: Converting local name tf of variable frozen_cloud_threshold_temperature from new to old metadata -INFO: Converting local name communicator of variable mpi_comm from new to old metadata -INFO: Converting local name qs_r of variable cloud_snow_mixing_ratio from new to old metadata -INFO: Converting local name skebv_wts of variable weights_for_stochastic_skeb_perturbation_of_y_wind from new to old metadata -INFO: Converting local name bl_mynn_edmf_part of variable edmf_partition_flag from new to old metadata -INFO: Converting local name dq3dt(:,:,7) of variable cumulative_change_in_ozone_concentration_due_to_ozone_mixing_ratio from new to old metadata -INFO: Converting local name swhc of variable tendency_of_air_temperature_due_to_shortwave_heating_assuming_clear_sky_on_radiation_timestep from new to old metadata -INFO: Converting local name mg_ngnst of variable mg_graupel_concentration_constant from new to old metadata -INFO: Converting local name GFS_grid_type of variable GFS_grid_type from new to old metadata -INFO: Converting local name js of variable starting_y_direction_index from new to old metadata -INFO: Converting local name out_dt of variable flag_for_tendency_of_air_temperature_at_Lagrangian_surface from new to old metadata -INFO: Converting local name delr of variable layer_pressure_thickness_for_radiation from new to old metadata -INFO: Converting local name ncgl of variable local_graupel_number_concentration from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_snow_water) of variable snow_water_mixing_ratio from new to old metadata -INFO: Converting local name totgrp of variable accumulated_lwe_thickness_of_graupel_amount from new to old metadata -INFO: Converting local name cldtausw of variable cloud_optical_depth_layers_at_0p55mu_band from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_ozone) of variable tendency_of_ozone_mixing_ratio_due_to_model_physics from new to old metadata -INFO: Converting local name ntoz of variable index_for_ozone from new to old metadata -INFO: Converting local name evap of variable kinematic_surface_upward_latent_heat_flux from new to old metadata -INFO: Converting local name oro of variable orography from new to old metadata -INFO: Converting local name topfsw of variable sw_fluxes_top_atmosphere from new to old metadata -INFO: Converting local name jmap of variable map_of_block_column_number_to_global_j_index from new to old metadata -INFO: Converting local name cdq of variable surface_drag_coefficient_for_heat_and_moisture_in_air from new to old metadata -INFO: Converting local name soiltype of variable soil_type_classification from new to old metadata -INFO: Converting local name evap_ocean of variable kinematic_surface_upward_latent_heat_flux_over_ocean from new to old metadata -INFO: Converting local name nblks of variable number_of_blocks from new to old metadata -INFO: Converting local name dxinv of variable inverse_scaling_factor_for_critical_relative_humidity from new to old metadata -INFO: Converting local name dvsfc of variable cumulative_surface_y_momentum_flux_for_diag_multiplied_by_timestep from new to old metadata -INFO: Converting local name GFS_stateout_type of variable GFS_stateout_type from new to old metadata -INFO: Converting local name qg of variable cloud_graupel_specific_humidity_at_Lagrangian_surface from new to old metadata -INFO: Converting local name nmtvr of variable number_of_statistical_measures_of_subgrid_orography from new to old metadata -INFO: Converting local name nseed of variable cellular_automata_seed_frequency from new to old metadata -INFO: Converting local name nlives of variable cellular_automata_lifetime from new to old metadata -INFO: Converting local name vegf1d of variable perturbation_of_vegetation_fraction from new to old metadata -INFO: Converting local name v10m of variable y_wind_at_10m from new to old metadata -INFO: Converting local name hice of variable sea_ice_thickness from new to old metadata -INFO: Converting local name mbota of variable model_layer_number_at_cloud_base from new to old metadata -INFO: Converting local name ncnvw of variable index_for_convective_cloud_water_mixing_ratio_in_phy_f3d from new to old metadata -INFO: Converting local name flqc of variable surface_exchange_coefficient_for_moisture from new to old metadata -INFO: Converting local name imfshalcnv_samf of variable flag_for_samf_shallow_convection_scheme from new to old metadata -INFO: Converting local name ntdiag of variable diagnostics_control_for_chemical_tracers from new to old metadata -INFO: Converting local name c1_shal of variable detrainment_conversion_parameter_shallow_convection from new to old metadata -INFO: Converting local name con_g of variable gravitational_acceleration from new to old metadata -INFO: Converting local name je of variable ending_y_direction_index from new to old metadata -INFO: Converting local name hprime(:,1) of variable standard_deviation_of_subgrid_orography from new to old metadata -INFO: Converting local name lh of variable surface_latent_heat from new to old metadata -INFO: Converting local name v10max of variable maximum_v_wind_at_10m_over_maximum_hourly_time_interval from new to old metadata -INFO: Converting local name dvsfcg of variable instantaneous_y_stress_due_to_gravity_wave_drag from new to old metadata -INFO: Converting local name mg_ninst of variable mg_ice_concentration_constant from new to old metadata -INFO: Converting local name lwhd of variable tendency_of_air_temperature_due_to_longwave_heating_for_idea from new to old metadata -INFO: Converting local name ntkev of variable index_for_turbulent_kinetic_energy_vertical_diffusion_tracer from new to old metadata -INFO: Converting local name fm10 of variable Monin_Obukhov_similarity_function_for_momentum_at_10m from new to old metadata -INFO: Converting local name phour of variable forecast_time_at_previous_timestep from new to old metadata -INFO: Converting local name phys_hydrostatic of variable flag_for_hydrostatic_heating_from_physics from new to old metadata -INFO: Converting local name nswsfci of variable surface_net_downwelling_shortwave_flux from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_for_graupel_effective_radius) of variable effective_radius_of_stratiform_cloud_graupel_particle_in_um from new to old metadata -INFO: Converting local name ngeffr of variable index_for_graupel_effective_radius from new to old metadata -INFO: Converting local name kt of variable vertical_index_difference_between_layer_and_upper_bound from new to old metadata -INFO: Converting local name GFS_tbd_type of variable GFS_tbd_type from new to old metadata -INFO: Converting local name tsurf_ocean of variable surface_skin_temperature_after_iteration_over_ocean from new to old metadata -INFO: Converting local name gu0(:,1) of variable x_wind_at_lowest_model_layer_updated_by_physics from new to old metadata -INFO: Converting local name akap of variable kappa_dry_for_fast_physics from new to old metadata -INFO: Converting local name lsm of variable flag_for_land_surface_scheme from new to old metadata -INFO: Converting local name nscav of variable number_of_tracers_scavenged from new to old metadata -INFO: Converting local name ffmm of variable Monin_Obukhov_similarity_function_for_momentum from new to old metadata -INFO: Converting local name nnirbm_cpl of variable cumulative_surface_net_downward_direct_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name tau_mtb of variable instantaneous_momentum_flux_due_to_mountain_blocking_drag from new to old metadata -INFO: Converting local name snicexy of variable snow_layer_ice from new to old metadata -INFO: Converting local name flag_guess of variable flag_for_guess_run from new to old metadata -INFO: Converting local name dnirbm_cpl of variable cumulative_surface_downwelling_direct_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name chh_ocean of variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_ocean from new to old metadata -INFO: Converting local name dtsfci_cpl of variable instantaneous_surface_upward_sensible_heat_flux_for_coupling from new to old metadata -INFO: Converting local name flgmin of variable minimum_large_ice_fraction from new to old metadata -INFO: Converting local name t02max of variable maximum_temperature_at_2m_over_maximum_hourly_time_interval from new to old metadata -INFO: Converting local name tconvtend of variable tendency_of_air_temperature_due_to_deep_convection_for_coupling_on_physics_timestep from new to old metadata -INFO: Converting local name zorl of variable surface_roughness_length from new to old metadata -INFO: Converting local name coslat of variable cosine_of_latitude from new to old metadata -INFO: Converting local name pertalb of variable magnitude_of_surface_albedo_perturbation from new to old metadata -INFO: Converting local name aecm of variable instantaneous_aerosol_column_mass_densities from new to old metadata -INFO: Converting local name con_rv of variable gas_constant_water_vapor from new to old metadata -INFO: Converting local name wminco of variable cloud_condensed_water_conversion_threshold from new to old metadata -INFO: Converting local name fastcpxy of variable fast_soil_pool_mass_content_of_carbon from new to old metadata -INFO: Converting local name kind_grid of variable kind_grid from new to old metadata -INFO: Converting local name stress of variable surface_wind_stress from new to old metadata -INFO: Converting local name qgrs(:,1,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio_at_lowest_model_layer from new to old metadata -INFO: Converting local name rhc of variable critical_relative_humidity from new to old metadata -INFO: Converting local name tsfco of variable sea_surface_temperature from new to old metadata -INFO: Converting local name tau_ngw of variable instantaneous_momentum_flux_due_to_nonstationary_gravity_wave from new to old metadata -INFO: Converting local name tsfcl of variable surface_skin_temperature_over_land from new to old metadata -INFO: Converting local name clouds(:,:,7) of variable mean_effective_radius_for_rain_drop from new to old metadata -INFO: Converting local name con_cliq of variable specific_heat_of_liquid_water_at_constant_pressure from new to old metadata -INFO: Converting local name zmtb of variable height_of_mountain_blocking from new to old metadata -INFO: Converting local name ulwsfcin_cpl of variable surface_upwelling_longwave_flux_for_coupling from new to old metadata -INFO: Converting local name dlwsfc_cpl of variable cumulative_surface_downwelling_longwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name sfcdlw of variable surface_downwelling_longwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name t1 of variable air_temperature_at_lowest_model_layer_for_diag from new to old metadata -INFO: Converting local name ntiw of variable index_for_ice_cloud_condensate from new to old metadata -INFO: Converting local name bl_mynn_mixlength of variable mixing_length_flag from new to old metadata -INFO: Converting local name faerlw(:,:,:,1) of variable aerosol_optical_depth_for_longwave_bands_01_16 from new to old metadata -INFO: Converting local name ozpl of variable ozone_forcing from new to old metadata -INFO: Converting local name dlength of variable characteristic_grid_length_scale from new to old metadata -INFO: Converting local name slag of variable equation_of_time from new to old metadata -INFO: Converting local name ntot2d of variable number_of_fields_in_phyf2d from new to old metadata -INFO: Converting local name iopt_run of variable flag_for_runoff_and_groundwater_option from new to old metadata -INFO: Converting local name gq0(:,:,index_for_liquid_cloud_number_concentration) of variable cloud_droplet_number_concentration_updated_by_physics from new to old metadata -INFO: Converting local name sneqvoxy of variable snow_mass_at_previous_time_step from new to old metadata -INFO: Converting local name con_rhw0 of variable sea_water_reference_density from new to old metadata -INFO: Converting local name mtopa of variable model_layer_number_at_cloud_top from new to old metadata -INFO: Converting local name pertshc of variable magnitude_of_perturbation_of_soil_type_b_parameter from new to old metadata -INFO: Converting local name levi of variable vertical_interface_dimension from new to old metadata -INFO: Converting local name do_shoc of variable flag_for_shoc from new to old metadata -INFO: Converting local name du3dt_tms of variable time_integral_of_change_in_x_wind_due_to_turbulent_orographic_form_drag from new to old metadata -INFO: Converting local name snow_cpl of variable lwe_thickness_of_snow_amount_for_coupling from new to old metadata -INFO: Converting local name pkz of variable finite_volume_mean_edge_pressure_raised_to_the_power_of_kappa from new to old metadata -INFO: Converting local name nn of variable number_of_tracers_for_convective_transport from new to old metadata -INFO: Converting local name do_sat_adj of variable flag_for_saturation_adjustment_for_microphysics_in_dynamics from new to old metadata -INFO: Converting local name dx of variable cell_size from new to old metadata -INFO: Converting local name do_ugwp of variable do_ugwp from new to old metadata -INFO: Converting local name rain of variable lwe_thickness_of_precipitation_amount_on_dynamics_timestep from new to old metadata -INFO: Converting local name iopt_crs of variable flag_for_canopy_stomatal_resistance_option from new to old metadata -INFO: Converting local name qgrs(:,1,index_for_water_vapor) of variable water_vapor_specific_humidity_at_lowest_model_layer from new to old metadata -INFO: Converting local name ntqv of variable index_for_water_vapor from new to old metadata -INFO: Converting local name t02min of variable minimum_temperature_at_2m_over_maximum_hourly_time_interval from new to old metadata -INFO: Converting local name imp_physics_gfdl of variable flag_for_gfdl_microphysics_scheme from new to old metadata -INFO: Converting local name lprnt of variable flag_print from new to old metadata -INFO: Converting local name gabsbdlw_ice of variable surface_downwelling_longwave_flux_absorbed_by_ground_over_ice from new to old metadata -INFO: Converting local name imp_physics_thompson of variable flag_for_thompson_microphysics_scheme from new to old metadata -INFO: Converting local name ctei_rm of variable critical_cloud_top_entrainment_instability_criteria from new to old metadata -INFO: Converting local name tseal of variable surface_skin_temperature_for_nsst from new to old metadata -INFO: Converting local name dusfc_fd of variable integrated_x_momentum_flux_from_form_drag from new to old metadata -INFO: Converting local name dusfcin_cpl of variable surface_x_momentum_flux_for_coupling from new to old metadata -INFO: Converting local name slope of variable surface_slope_classification_real from new to old metadata -INFO: Converting local name htrlw of variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_timestep from new to old metadata -INFO: Converting local name mg_qcmin(2) of variable mg_minimum_ice_mixing_ratio from new to old metadata -INFO: Converting local name tice of variable sea_ice_temperature_interstitial from new to old metadata -INFO: Converting local name adjvisbmu of variable surface_upwelling_direct_ultraviolet_and_visible_shortwave_flux from new to old metadata -INFO: Converting local name dvgwd of variable time_integral_of_y_stress_due_to_gravity_wave_drag from new to old metadata -INFO: Converting local name dusfc_cice of variable surface_x_momentum_flux_for_coupling_interstitial from new to old metadata -INFO: Converting local name errmsg of variable ccpp_error_message from new to old metadata -INFO: Converting local name flag_cice of variable flag_for_cice from new to old metadata -INFO: Converting local name Coupling of variable GFS_coupling_type_instance from new to old metadata -INFO: Converting local name cs_parm(3) of variable detrainment_and_precipitation_tunable_parameter_3_CS from new to old metadata -INFO: Converting local name snliqxy of variable snow_layer_liquid_water from new to old metadata -INFO: Converting local name mstrat of variable flag_for_moorthi_stratus from new to old metadata -INFO: Converting local name imfdeepcnv_sas of variable flag_for_sas_deep_convection_scheme from new to old metadata -INFO: Converting local name weasd_ice of variable water_equivalent_accumulated_snow_depth_over_ice from new to old metadata -INFO: Converting local name bl_mynn_edmf_mom of variable edmf_momentum_transport_flag from new to old metadata -INFO: Converting local name npdf3d of variable number_of_3d_arrays_associated_with_pdf_based_clouds from new to old metadata -INFO: Converting local name dq3dt(:,:,2) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_deep_convection from new to old metadata -INFO: Converting local name w_upi of variable vertical_velocity_for_updraft from new to old metadata -INFO: Converting local name qlyr of variable water_vapor_specific_humidity_at_layer_for_radiation from new to old metadata -INFO: Converting local name fm10_ice of variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_ice from new to old metadata -INFO: Converting local name qgl of variable local_graupel_mixing_ratio from new to old metadata -INFO: Converting local name gt0(:,1) of variable air_temperature_at_lowest_model_layer_updated_by_physics from new to old metadata -INFO: Converting local name ccpp_t of variable ccpp_t from new to old metadata -INFO: Converting local name clouds(:,:,4) of variable cloud_ice_water_path from new to old metadata -INFO: Converting local name rain_cpl of variable lwe_thickness_of_precipitation_amount_for_coupling from new to old metadata -INFO: Converting local name bl_mynn_cloudmix of variable cloud_specie_mix_flag from new to old metadata -INFO: Converting local name tgxy of variable ground_temperature_for_noahmp from new to old metadata -INFO: Converting local name oa4 of variable asymmetry_of_subgrid_orography from new to old metadata -INFO: Converting local name refdmax of variable maximum_reflectivity_at_1km_agl_over_maximum_hourly_time_interval from new to old metadata -INFO: Converting local name GFS_Data(ccpp_block_number) of variable GFS_data_type_instance from new to old metadata -INFO: Converting local name dvsfc_cpl of variable cumulative_surface_y_momentum_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name shocaftcnv of variable flag_for_shoc_after_convection from new to old metadata -INFO: Converting local name mg_rhmini of variable mg_minimum_rh_for_ice from new to old metadata -INFO: Converting local name t2mi_cpl of variable instantaneous_temperature_at_2m_for_coupling from new to old metadata -INFO: Converting local name GFS_Interstitial(ccpp_thread_number) of variable GFS_interstitial_type_instance from new to old metadata -INFO: Converting local name thrd_no of variable ccpp_thread_number from new to old metadata -INFO: Converting local name evbs of variable soil_upward_latent_heat_flux from new to old metadata -INFO: Converting local name dtdtr of variable tendency_of_air_temperature_due_to_radiative_heating_on_physics_time_step from new to old metadata -INFO: Converting local name spfhmin of variable minimum_specific_humidity_at_2m from new to old metadata -INFO: Converting local name xsaixy of variable stem_area_index from new to old metadata -INFO: Converting local name lsoil of variable soil_vertical_dimension from new to old metadata -INFO: Converting local name mg_ts_auto_ice of variable mg_time_scale_for_autoconversion_of_ice from new to old metadata -INFO: Converting local name ca_deep of variable fraction_of_cellular_automata_for_deep_convection from new to old metadata -INFO: Converting local name work1 of variable grid_size_related_coefficient_used_in_scale_sensitive_schemes from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_for_cloud_liquid_water_effective_radius) of variable effective_radius_of_stratiform_cloud_liquid_water_particle_in_um from new to old metadata -INFO: Converting local name nleffr of variable index_for_cloud_liquid_water_effective_radius from new to old metadata -INFO: Converting local name dlwsfci of variable surface_downwelling_longwave_flux from new to old metadata -INFO: Converting local name mg_nicons of variable mg_flag_ice_concentration_constant from new to old metadata -INFO: Converting local name faersw(:,:,:,1) of variable aerosol_optical_depth_for_shortwave_bands_01_16 from new to old metadata -INFO: Converting local name xt of variable diurnal_thermocline_layer_heat_content from new to old metadata -INFO: Converting local name prsl of variable air_pressure from new to old metadata -INFO: Converting local name cv of variable fraction_of_convective_cloud from new to old metadata -INFO: Converting local name blksz of variable horizontal_block_size from new to old metadata -INFO: Converting local name pertvegf of variable magnitude_of_perturbation_of_vegetation_fraction from new to old metadata -INFO: Converting local name gq0(:,:,index_for_cloud_amount) of variable cloud_fraction_updated_by_physics from new to old metadata -INFO: Converting local name ntclamt of variable index_for_cloud_amount from new to old metadata -INFO: Converting local name zorlo of variable surface_roughness_length_over_ocean from new to old metadata -INFO: Converting local name te0 of variable atmosphere_energy_content_at_Lagrangian_surface from new to old metadata -INFO: Converting local name ktop of variable vertical_index_at_cloud_top from new to old metadata -INFO: Converting local name prevsq of variable moisture_from_previous_timestep from new to old metadata -INFO: Converting local name kpbl of variable vertical_index_at_top_of_atmosphere_boundary_layer from new to old metadata -INFO: Converting local name ncells of variable cellular_automata_finer_grid from new to old metadata -INFO: Converting local name cnvc of variable convective_cloud_cover from new to old metadata -INFO: Converting local name totprcp of variable accumulated_lwe_thickness_of_precipitation_amount from new to old metadata -INFO: Converting local name cgwf of variable multiplication_factors_for_convective_gravity_wave_drag from new to old metadata -INFO: Converting local name do_shum of variable flag_for_stochastic_shum_option from new to old metadata -INFO: Converting local name save_q of variable tracer_concentration_save from new to old metadata -INFO: Converting local name h2o_pres of variable natural_log_of_h2o_forcing_data_pressure_levels from new to old metadata -INFO: Converting local name iopt_snf of variable flag_for_precipitation_partition_option from new to old metadata -INFO: Converting local name c0s_shal of variable rain_conversion_parameter_shallow_convection from new to old metadata -INFO: Converting local name zwtxy of variable water_table_depth from new to old metadata -INFO: Converting local name qr of variable cloud_rain_specific_humidity_at_Lagrangian_surface from new to old metadata -INFO: Converting local name dzlyr of variable layer_thickness_for_radiation from new to old metadata -INFO: Converting local name taussxy of variable nondimensional_snow_age from new to old metadata -INFO: Converting local name tsfa of variable surface_air_temperature_for_radiation from new to old metadata -INFO: Converting local name snoalb of variable upper_bound_on_max_albedo_over_deep_snow from new to old metadata -INFO: Converting local name xs of variable sea_water_salinity from new to old metadata -INFO: Converting local name dvsfci_cpl of variable instantaneous_surface_y_momentum_flux_for_coupling from new to old metadata -INFO: Converting local name xlat of variable latitude from new to old metadata -INFO: Converting local name ugrs of variable x_wind from new to old metadata -INFO: Converting local name shdmin of variable minimum_vegetation_area_fraction from new to old metadata -INFO: Converting local name nnirdfi_cpl of variable instantaneous_surface_net_downward_diffuse_near_infrared_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name microp_uniform of variable mg_flag_for_uniform_subcolumns from new to old metadata -INFO: Converting local name frland of variable land_area_fraction_for_microphysics from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_ice_friendly_aerosols) of variable tendency_of_ice_friendly_aerosol_number_concentration_due_to_model_physics from new to old metadata -INFO: Converting local name oz_pres of variable natural_log_of_ozone_forcing_data_pressure_levels from new to old metadata -INFO: Converting local name zlwb of variable time_integral_of_height_of_low_level_wave_breaking from new to old metadata -INFO: Converting local name gq0(:,:,index_for_ice_cloud_condensate) of variable ice_water_mixing_ratio_updated_by_physics from new to old metadata -INFO: Converting local name qss of variable surface_specific_humidity from new to old metadata -INFO: Converting local name dry of variable flag_nonzero_land_surface_fraction from new to old metadata -INFO: Converting local name bk of variable b_parameter_of_the_hybrid_coordinate from new to old metadata -INFO: Converting local name cdmbgwd of variable multiplication_factors_for_mountain_blocking_and_orographic_gravity_wave_drag from new to old metadata -INFO: Converting local name levs of variable vertical_dimension from new to old metadata -INFO: Converting local name swhtr of variable flag_for_output_of_shortwave_heating_rate from new to old metadata -INFO: Converting local name zorl_land of variable surface_roughness_length_over_land_interstitial from new to old metadata -INFO: Converting local name t2m of variable temperature_at_2m from new to old metadata -INFO: Converting local name tau_ogw of variable instantaneous_momentum_flux_due_to_orographic_gravity_wave_drag from new to old metadata -INFO: Converting local name shoc_parm(3) of variable shoc_tke_dissipation_tunable_parameter_near_surface from new to old metadata -INFO: Converting local name gflx_ice of variable upward_heat_flux_in_soil_over_ice from new to old metadata -INFO: Converting local name nspc1 of variable number_of_species_for_aerosol_optical_depth from new to old metadata -INFO: Converting local name drain_cpl of variable tendency_of_lwe_thickness_of_precipitation_amount_for_coupling from new to old metadata -INFO: Converting local name phis of variable surface_geopotential_at_Lagrangian_surface from new to old metadata -INFO: Converting local name q2mi_cpl of variable instantaneous_specific_humidity_at_2m_for_coupling from new to old metadata -INFO: Converting local name zogw of variable time_integral_of_height_of_launch_level_of_orographic_gravity_wave from new to old metadata -INFO: Converting local name prsi of variable air_pressure_at_interface from new to old metadata -INFO: Converting local name aerodp of variable atmosphere_optical_thickness_due_to_ambient_aerosol_particles from new to old metadata -INFO: Converting local name shal_cnv of variable flag_for_shallow_convection from new to old metadata -INFO: Converting local name icsdlw of variable seed_random_numbers_lw from new to old metadata -INFO: Converting local name ncld of variable number_of_hydrometeors from new to old metadata -INFO: Converting local name gasvmr(:,:,6) of variable volume_mixing_ratio_cfc11 from new to old metadata -INFO: Converting local name tracers_water of variable number_of_water_tracers from new to old metadata -INFO: Converting local name nscyc of variable number_of_timesteps_between_surface_cycling_calls from new to old metadata -INFO: Converting local name dswsfc_cpl of variable cumulative_surface_downwelling_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name adjvisdfu of variable surface_upwelling_diffuse_ultraviolet_and_visible_shortwave_flux from new to old metadata -INFO: Converting local name cs_parm(2) of variable updraft_velocity_tunable_parameter_2_CS from new to old metadata -INFO: Converting local name lsswr of variable flag_to_calc_sw from new to old metadata -INFO: Converting local name imfshalcnv_gf of variable flag_for_gf_shallow_convection_scheme from new to old metadata -INFO: Converting local name kinver of variable index_of_highest_temperature_inversion from new to old metadata -INFO: Converting local name tslb of variable soil_temperature_for_land_surface_model from new to old metadata -INFO: Converting local name weasd of variable water_equivalent_accumulated_snow_depth from new to old metadata -INFO: Converting local name tisfc of variable sea_ice_temperature from new to old metadata -INFO: Converting local name faerlw of variable aerosol_optical_properties_for_longwave_bands_01_16 from new to old metadata -INFO: Converting local name logunit of variable iounit_log from new to old metadata -INFO: Converting local name fast_mp_consv of variable flag_for_fast_microphysics_energy_conservation from new to old metadata -INFO: Converting local name cnv_mfd of variable detrained_mass_flux from new to old metadata -INFO: Converting local name zvir of variable ratio_of_vapor_to_dry_air_gas_constants_minus_one_default_kind from new to old metadata -INFO: Converting local name jed of variable ending_y_direction_index_domain from new to old metadata -INFO: Converting local name gasvmr(:,:,3) of variable volume_mixing_ratio_ch4 from new to old metadata -INFO: Converting local name sfcdsw of variable surface_downwelling_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name hydrostatic of variable flag_for_hydrostatic_solver_for_fast_physics from new to old metadata -INFO: Converting local name dvsfc_bl of variable integrated_y_momentum_flux_from_blocking_drag from new to old metadata -INFO: Converting local name Grid of variable GFS_grid_type_instance from new to old metadata -INFO: Converting local name ncnd of variable number_of_cloud_condensate_types from new to old metadata -INFO: Converting local name w_0 of variable coefficient_w_0 from new to old metadata -INFO: Converting local name zm of variable ocean_mixed_layer_thickness from new to old metadata -INFO: Converting local name shoc_parm(2) of variable shoc_tke_dissipation_tunable_parameter from new to old metadata -INFO: Converting local name cdec of variable cosine_of_solar_declination_angle from new to old metadata -INFO: Converting local name npzq_con of variable vertical_dimension_for_condensed_water_at_Lagrangian_surface from new to old metadata -INFO: Converting local name rmol of variable reciprocal_of_obukhov_length from new to old metadata -INFO: Converting local name snowxy of variable number_of_snow_layers from new to old metadata -INFO: Converting local name hflx_land of variable kinematic_surface_upward_sensible_heat_flux_over_land from new to old metadata -INFO: Converting local name clw of variable convective_transportable_tracers from new to old metadata -INFO: Converting local name srflag of variable flag_for_precipitation_type from new to old metadata -INFO: Converting local name suntim of variable duration_of_sunshine from new to old metadata -INFO: Converting local name isot of variable soil_type_dataset_choice from new to old metadata -INFO: Converting local name isol of variable flag_for_solar_constant from new to old metadata -INFO: Converting local name th2m of variable potential_temperature_at_2m from new to old metadata -INFO: Converting local name hpbl of variable atmosphere_boundary_layer_thickness from new to old metadata -INFO: Converting local name cd of variable surface_drag_coefficient_for_momentum_in_air from new to old metadata -INFO: Converting local name dusfc_ls of variable integrated_x_momentum_flux_from_large_scale_gwd from new to old metadata -INFO: Converting local name do_sppt of variable flag_for_stochastic_surface_physics_perturbations from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_for_convective_cloud_water_mixing_ratio_in_phy_f3d) of variable convective_cloud_water_mixing_ratio_in_phy_f3d from new to old metadata -INFO: Converting local name rb_ice of variable bulk_richardson_number_at_lowest_model_level_over_ice from new to old metadata -INFO: Converting local name itc of variable number_of_aerosol_tracers_for_convection from new to old metadata -INFO: Converting local name Cldprop of variable GFS_cldprop_type_instance from new to old metadata -INFO: Converting local name grav_settling of variable grav_settling from new to old metadata -INFO: Converting local name gq0(:,:,index_for_ice_cloud_number_concentration) of variable ice_number_concentration_updated_by_physics from new to old metadata -INFO: Converting local name ntinc of variable index_for_ice_cloud_number_concentration from new to old metadata -INFO: Converting local name iopt_inf of variable flag_for_frozen_soil_permeability_option from new to old metadata -INFO: Converting local name c0s_deep of variable rain_conversion_parameter_deep_convection from new to old metadata -INFO: Converting local name dtaux2d_ls of variable x_momentum_tendency_from_large_scale_gwd from new to old metadata -INFO: Converting local name phy_myj_qz0 of variable specific_humidity_at_viscous_sublayer_top from new to old metadata -INFO: Converting local name iovr_sw of variable flag_for_max_random_overlap_clouds_for_shortwave_radiation from new to old metadata -INFO: Converting local name icliq_sw of variable flag_for_optical_property_for_liquid_clouds_for_shortwave_radiation from new to old metadata -INFO: Converting local name psmean of variable cumulative_surface_pressure_multiplied_by_timestep from new to old metadata -INFO: Converting local name cmm_ocean of variable surface_drag_wind_speed_for_momentum_in_air_over_ocean from new to old metadata -INFO: Converting local name shcnvcw of variable flag_shallow_convective_cloud from new to old metadata -INFO: Converting local name drain of variable subsurface_runoff_flux from new to old metadata -INFO: Converting local name ak of variable a_parameter_of_the_hybrid_coordinate from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_liquid_cloud_number_concentration) of variable tendency_of_cloud_droplet_number_concentration_due_to_model_physics from new to old metadata -INFO: Converting local name sfc_z0_type of variable flag_for_surface_roughness_option_over_ocean from new to old metadata -INFO: Converting local name cvt of variable pressure_at_top_of_convective_cloud from new to old metadata -INFO: Converting local name gwd_opt of variable gwd_opt from new to old metadata -INFO: Converting local name snowmp of variable lwe_thickness_of_snow_amount from new to old metadata -INFO: Converting local name ncnvcld3d of variable number_of_convective_3d_cloud_fields from new to old metadata -INFO: Converting local name cape of variable convective_available_potential_energy_for_coupling from new to old metadata -INFO: Converting local name du3dt_ogw of variable time_integral_of_change_in_x_wind_due_to_orographic_gravity_wave_drag from new to old metadata -INFO: Converting local name te0_2d of variable atmosphere_energy_content_in_column from new to old metadata -INFO: Converting local name dsnowprv of variable snow_precipitation_rate_from_previous_timestep from new to old metadata -INFO: Converting local name chh of variable surface_drag_mass_flux_for_heat_and_moisture_in_air from new to old metadata -INFO: Converting local name dt3dt(:,:,5) of variable cumulative_change_in_temperature_due_to_shal_convection from new to old metadata -INFO: Converting local name cplwav of variable flag_for_wave_coupling from new to old metadata -INFO: Converting local name clw(:,:,2) of variable cloud_condensed_water_mixing_ratio_convective_transport_tracer from new to old metadata -INFO: Converting local name shoc_parm(1) of variable shoc_tke_dissipatation_pressure_threshold from new to old metadata -INFO: Converting local name oro_uf of variable orography_unfiltered from new to old metadata -INFO: Converting local name peln of variable log_pressure_at_Lagrangian_surface from new to old metadata -INFO: Converting local name gasvmr(:,:,8) of variable volume_mixing_ratio_cfc22 from new to old metadata -INFO: Converting local name pertzt of variable magnitude_of_perturbation_of_heat_to_momentum_roughness_length_ratio from new to old metadata -INFO: Converting local name clouds(:,:,1) of variable total_cloud_fraction from new to old metadata -INFO: Converting local name iaer of variable flag_for_default_aerosol_effect_in_shortwave_radiation from new to old metadata -INFO: Converting local name wet1 of variable normalized_soil_wetness from new to old metadata -INFO: Converting local name npz of variable vertical_dimension_for_fast_physics from new to old metadata -INFO: Converting local name cal_pre of variable flag_for_precipitation_type_algorithm from new to old metadata -INFO: Converting local name lmk of variable adjusted_vertical_layer_dimension_for_radiation from new to old metadata -INFO: Converting local name kind_phys of variable kind_phys from new to old metadata -INFO: Converting local name Sfcprop of variable GFS_sfcprop_type_instance from new to old metadata -INFO: Converting local name wslakexy of variable lake_water_storage from new to old metadata -INFO: Converting local name f10m of variable ratio_of_wind_at_lowest_model_layer_and_wind_at_10m from new to old metadata -INFO: Converting local name gasvmr(:,:,1) of variable volume_mixing_ratio_co2 from new to old metadata -INFO: Converting local name q2mp of variable specific_humidity_at_2m_from_noahmp from new to old metadata -INFO: Converting local name lwhc of variable tendency_of_air_temperature_due_to_longwave_heating_assuming_clear_sky_on_radiation_timestep from new to old metadata -INFO: Converting local name snowd_ice of variable surface_snow_thickness_water_equivalent_over_ice from new to old metadata -INFO: Converting local name lsnow_lsm_lbound of variable lower_bound_of_snow_vertical_dimension_for_land_surface_model from new to old metadata -INFO: Converting local name mg_dcs of variable mg_autoconversion_size_threshold_ice_snow from new to old metadata -INFO: Converting local name rhgrd of variable fa_threshold_relative_humidity_for_onset_of_condensation from new to old metadata -INFO: Converting local name dudt_ogw of variable instantaneous_change_in_x_wind_due_to_orographic_gravity_wave_drag from new to old metadata -INFO: Converting local name slmsk of variable sea_land_ice_mask_real from new to old metadata -INFO: Converting local name ictm of variable flag_for_initial_time_date_control from new to old metadata -INFO: Converting local name qss_ocean of variable surface_specific_humidity_over_ocean from new to old metadata -INFO: Converting local name tsfc of variable surface_skin_temperature from new to old metadata -INFO: Converting local name prsik of variable dimensionless_exner_function_at_model_interfaces from new to old metadata -INFO: Converting local name t2mmp of variable temperature_at_2m_from_noahmp from new to old metadata -INFO: Converting local name tau_ogw of variable time_integral_of_momentum_flux_due_to_orographic_gravity_wave_drag from new to old metadata -INFO: Converting local name topflw_type of variable topflw_type from new to old metadata -INFO: Converting local name cnv_nice of variable number_concentration_of_ice_crystals_for_detrainment from new to old metadata -INFO: Converting local name cscnv of variable flag_for_Chikira_Sugiyama_deep_convection from new to old metadata -INFO: Converting local name u10mi_cpl of variable instantaneous_x_wind_at_10m_for_coupling from new to old metadata -INFO: Converting local name fh2_ocean of variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_ocean from new to old metadata -INFO: Converting local name phii of variable geopotential_at_interface from new to old metadata -INFO: Converting local name gq0(:,:,index_for_graupel) of variable graupel_mixing_ratio_updated_by_physics from new to old metadata -INFO: Converting local name ntgl of variable index_for_graupel from new to old metadata -INFO: Converting local name nvisdfi_cpl of variable instantaneous_surface_net_downward_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name norad_precip of variable flag_for_precipitation_effect_on_radiation from new to old metadata -INFO: Converting local name dq3dt(:,:,5) of variable cumulative_change_in_ozone_mixing_ratio_due_to_PBL from new to old metadata -INFO: Converting local name dusfcg of variable instantaneous_x_stress_due_to_gravity_wave_drag from new to old metadata -INFO: Converting local name stype of variable soil_type_classification_real from new to old metadata -INFO: Converting local name lwhtr of variable flag_for_output_of_longwave_heating_rate from new to old metadata -INFO: Converting local name skebv_wts of variable weights_for_stochastic_skeb_perturbation_of_y_wind_flipped from new to old metadata -INFO: Converting local name prnum of variable prandtl_number from new to old metadata -INFO: Converting local name dtsfcin_cpl of variable surface_upward_sensible_heat_flux_for_coupling from new to old metadata -INFO: Converting local name sigmatot of variable convective_updraft_area_fraction_at_model_interfaces from new to old metadata -INFO: Converting local name rann of variable random_number_array from new to old metadata -INFO: Converting local name work2 of variable grid_size_related_coefficient_used_in_scale_sensitive_schemes_complement from new to old metadata -INFO: Converting local name ep1d_land of variable surface_upward_potential_latent_heat_flux_over_land from new to old metadata -INFO: Converting local name num_p3d of variable array_dimension_of_3d_arrays_for_microphysics from new to old metadata -INFO: Converting local name frac_grid of variable flag_for_fractional_grid from new to old metadata -INFO: Converting local name dtdtc of variable tendency_of_air_temperature_due_to_radiative_heating_assuming_clear_sky from new to old metadata -INFO: Converting local name chxy of variable surface_drag_coefficient_for_heat_and_moisture_for_noahmp from new to old metadata -INFO: Converting local name dtauy2d_bl of variable y_momentum_tendency_from_blocking_drag from new to old metadata -INFO: Converting local name dtsfc of variable cumulative_surface_upward_sensible_heat_flux_for_diag_multiplied_by_timestep from new to old metadata -INFO: Converting local name gflx_ocean of variable upward_heat_flux_in_soil_over_ocean from new to old metadata -INFO: Converting local name deeprechxy of variable water_table_recharge_when_deep from new to old metadata -INFO: Converting local name imfshalcnv_sas of variable flag_for_sas_shallow_convection_scheme from new to old metadata -INFO: Converting local name woodxy of variable wood_mass from new to old metadata -INFO: Converting local name phy_f3d(:,:,3) of variable air_temperature_at_previous_time_step from new to old metadata -INFO: Converting local name otspt of variable flag_convective_tracer_transport from new to old metadata -INFO: Converting local name tsurf of variable surface_skin_temperature_after_iteration from new to old metadata -INFO: Converting local name phy_f2d(:,array_dimension_of_2d_arrays_for_microphysics) of variable surface_wind_enhancement_due_to_convection from new to old metadata -INFO: Converting local name num_p2d of variable array_dimension_of_2d_arrays_for_microphysics from new to old metadata -INFO: Converting local name diss_est of variable dissipation_estimate_of_air_temperature_at_model_layers from new to old metadata -INFO: Converting local name ffmm_land of variable Monin_Obukhov_similarity_function_for_momentum_over_land from new to old metadata -INFO: Converting local name imfshalcnv of variable flag_for_mass_flux_shallow_convection_scheme from new to old metadata -INFO: Converting local name iopt_rad of variable flag_for_radiation_transfer_option from new to old metadata -INFO: Converting local name effr_in of variable flag_for_cloud_effective_radii from new to old metadata -INFO: Converting local name Sh3D of variable stability_function_for_heat from new to old metadata -INFO: Converting local name con_sbc of variable stefan_boltzmann_constant from new to old metadata -INFO: Converting local name phy_myj_z0base of variable baseline_surface_roughness_length from new to old metadata -INFO: Converting local name sdec of variable sine_of_solar_declination_angle from new to old metadata -INFO: Converting local name f_ice of variable fraction_of_ice_water_cloud from new to old metadata -INFO: Converting local name qs of variable cloud_snow_specific_humidity_at_Lagrangian_surface from new to old metadata -INFO: Converting local name iflip of variable flag_for_vertical_index_direction_control from new to old metadata -INFO: Converting local name draincprv of variable convective_precipitation_rate_from_previous_timestep from new to old metadata -INFO: Converting local name icsdsw of variable seed_random_numbers_sw from new to old metadata -INFO: Converting local name dtaux2d_bl of variable x_momentum_tendency_from_blocking_drag from new to old metadata -INFO: Converting local name uustar_ocean of variable surface_friction_velocity_over_ocean from new to old metadata -INFO: Converting local name zlwb of variable height_of_low_level_wave_breaking from new to old metadata -INFO: Converting local name sigma of variable slope_of_subgrid_orography from new to old metadata -INFO: Converting local name cd_land of variable surface_drag_coefficient_for_momentum_in_air_over_land from new to old metadata -INFO: Converting local name shoc_parm(5) of variable shoc_flag_for_optional_surface_TKE_dissipation from new to old metadata -INFO: Converting local name qss_ice of variable surface_specific_humidity_over_ice from new to old metadata -INFO: Converting local name graupel of variable lwe_thickness_of_graupel_amount_on_dynamics_timestep from new to old metadata -INFO: Converting local name do_myjsfc of variable do_myjsfc from new to old metadata -INFO: Converting local name htsw0 of variable tendency_of_air_temperature_due_to_shortwave_heating_assuming_clear_sky_on_radiation_time_step from new to old metadata -INFO: Converting local name ep of variable cumulative_surface_upward_potential_latent_heat_flux_multiplied_by_timestep from new to old metadata -INFO: Converting local name tprcp of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep from new to old metadata -INFO: Converting local name dnirdf_cpl of variable cumulative_surface_downwelling_diffuse_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name qwv_surf of variable water_vapor_mixing_ratio_at_surface from new to old metadata -INFO: Converting local name fm10_ocean of variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_ocean from new to old metadata -INFO: Converting local name QC_BL of variable subgrid_cloud_mixing_ratio_pbl from new to old metadata -INFO: Converting local name adjsfculw_ice of variable surface_upwelling_longwave_flux_over_ice_interstitial from new to old metadata -INFO: Converting local name tsfci_cpl of variable instantaneous_surface_skin_temperature_for_coupling from new to old metadata -INFO: Converting local name pertz0 of variable magnitude_of_perturbation_of_momentum_roughness_length from new to old metadata -INFO: Converting local name eahxy of variable canopy_air_vapor_pressure from new to old metadata -INFO: Converting local name cnv_dqldt of variable tendency_of_cloud_water_due_to_convective_microphysics from new to old metadata -INFO: Converting local name gq0 of variable tracer_concentration_updated_by_physics from new to old metadata -INFO: Converting local name iopt_dveg of variable flag_for_dynamic_vegetation_option from new to old metadata -INFO: Converting local name gv0(:,1) of variable y_wind_at_lowest_model_layer_updated_by_physics from new to old metadata -INFO: Converting local name first_time_step of variable flag_for_first_time_step from new to old metadata -INFO: Converting local name dtaux2d_ss of variable x_momentum_tendency_from_small_scale_gwd from new to old metadata -INFO: Converting local name wetdpl of variable instantaneous_large_scale_wet_deposition from new to old metadata -INFO: Converting local name cndm_surf of variable surface_condensation_mass from new to old metadata -INFO: Converting local name cmm_land of variable surface_drag_wind_speed_for_momentum_in_air_over_land from new to old metadata -INFO: Converting local name fh2 of variable Monin_Obukhov_similarity_function_for_heat_at_2m from new to old metadata -INFO: Converting local name gw_dudt of variable tendency_of_x_wind_due_to_ugwp from new to old metadata -INFO: Converting local name shinhong of variable flag_for_scale_aware_Shinhong_PBL from new to old metadata -INFO: Converting local name maxMF of variable maximum_mass_flux from new to old metadata -INFO: Converting local name gu0 of variable x_wind_updated_by_physics from new to old metadata -INFO: Converting local name ncstrac of variable number_of_tracers_for_CS from new to old metadata -INFO: Converting local name do_qa of variable flag_for_inline_cloud_fraction_calculation from new to old metadata -INFO: Converting local name pgr of variable surface_air_pressure from new to old metadata -INFO: Converting local name del of variable air_pressure_difference_between_midlayers from new to old metadata -INFO: Converting local name nqrimef of variable index_for_mass_weighted_rime_factor from new to old metadata -INFO: Converting local name du3dt(:,:,1) of variable cumulative_change_in_x_wind_due_to_PBL from new to old metadata -INFO: Converting local name raincs of variable lwe_thickness_of_shallow_convective_precipitation_amount from new to old metadata -INFO: Converting local name xlaixy of variable leaf_area_index from new to old metadata -INFO: Converting local name iopt_alb of variable flag_for_ground_snow_surface_albedo_option from new to old metadata -INFO: Converting local name moninq_fac of variable atmosphere_diffusivity_coefficient_factor from new to old metadata -INFO: Converting local name work3 of variable ratio_of_exner_function_between_midlayer_and_interface_at_lowest_model_layer from new to old metadata -INFO: Converting local name adjnirbmd of variable surface_downwelling_direct_near_infrared_shortwave_flux from new to old metadata -INFO: Converting local name imp_physics_zhao_carr_pdf of variable flag_for_zhao_carr_pdf_microphysics_scheme from new to old metadata -INFO: Converting local name dv3dt(:,:,3) of variable cumulative_change_in_y_wind_due_to_deep_convection from new to old metadata -INFO: Converting local name evcwa of variable cumulative_canopy_upward_latent_heat_flu_multiplied_by_timestep from new to old metadata -INFO: Converting local name lsm_noah of variable flag_for_noah_land_surface_scheme from new to old metadata -INFO: Converting local name ntk of variable index_for_turbulent_kinetic_energy_convective_transport_tracer from new to old metadata -INFO: Converting local name qsnw of variable local_snow_water_mixing_ratio from new to old metadata -INFO: Converting local name edmf_thl of variable emdf_updraft_theta_l from new to old metadata -INFO: Converting local name crtrh(2) of variable critical_relative_humidity_at_PBL_top from new to old metadata -INFO: Converting local name xv of variable diurnal_thermocline_layer_y_current from new to old metadata -INFO: Converting local name rlapse of variable air_temperature_lapse_rate_constant from new to old metadata -INFO: Converting local name clw(:,:,1) of variable ice_water_mixing_ratio_convective_transport_tracer from new to old metadata -INFO: Converting local name levozp of variable vertical_dimension_of_ozone_forcing_data from new to old metadata -INFO: Converting local name spfhmax of variable maximum_specific_humidity_at_2m from new to old metadata -INFO: Converting local name runoff of variable surface_runoff_flux from new to old metadata -INFO: Converting local name do_sb_physics of variable mg_flag_for_sb2001_autoconversion from new to old metadata -INFO: Converting local name phy_myj_a1q of variable weight_for_specific_humidity_at_viscous_sublayer_top from new to old metadata -INFO: Converting local name cactiv of variable conv_activity_counter from new to old metadata -INFO: Converting local name clw(:,:,index_for_turbulent_kinetic_energy_convective_transport_tracer) of variable turbulent_kinetic_energy_convective_transport_tracer from new to old metadata -INFO: Converting local name oz_phys_2015 of variable flag_for_2015_ozone_physics from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_snow_number_concentration) of variable snow_number_concentration from new to old metadata -INFO: Converting local name ntsnc of variable index_for_snow_number_concentration from new to old metadata -INFO: Converting local name dlwsfci_cpl of variable instantaneous_surface_downwelling_longwave_flux_for_coupling from new to old metadata -INFO: Converting local name errflg of variable ccpp_error_flag from new to old metadata -INFO: Converting local name kbot of variable vertical_index_at_cloud_base from new to old metadata -INFO: Converting local name clw_surf of variable cloud_condensed_water_mixing_ratio_at_surface from new to old metadata -INFO: Converting local name skebu_wts of variable weights_for_stochastic_skeb_perturbation_of_x_wind from new to old metadata -INFO: Converting local name snowprv of variable lwe_thickness_of_snow_amount_from_previous_timestep from new to old metadata -INFO: Converting local name spec_adv of variable flag_for_individual_cloud_species_advected from new to old metadata -INFO: Converting local name rainmp of variable lwe_thickness_of_explicit_rain_amount from new to old metadata -INFO: Converting local name jdat of variable forecast_date_and_time from new to old metadata -INFO: Converting local name ntrcaer of variable number_of_aerosol_tracers_MG from new to old metadata -INFO: Converting local name gflux of variable cumulative_surface_ground_heat_flux_multiplied_by_timestep from new to old metadata -INFO: Converting local name q1 of variable water_vapor_specific_humidity_at_lowest_model_layer_for_diag from new to old metadata -INFO: Converting local name gq0(:,1,index_for_water_vapor) of variable water_vapor_specific_humidity_at_lowest_model_layer_updated_by_physics from new to old metadata -INFO: Converting local name nday of variable daytime_points_dimension from new to old metadata -INFO: Converting local name cs_parm(9) of variable entrainment_efficiency_tunable_parameter_9_CS from new to old metadata -INFO: Converting local name flx_form of variable flag_flux_form_CS from new to old metadata -INFO: Converting local name dtsfc_cpl of variable cumulative_surface_upward_sensible_heat_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name nstf_name(1) of variable flag_for_nsstm_run from new to old metadata -INFO: Converting local name ca_sgs of variable flag_for_sgs_cellular_automata from new to old metadata -INFO: Converting local name mg_qcmin(1) of variable mg_minimum_cloud_condensed_water_mixing_ratio from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio from new to old metadata -INFO: Converting local name rilist of variable gas_constants_for_multi_gases_physics from new to old metadata -INFO: Converting local name dtauy2d_ls of variable y_momentum_tendency_from_large_scale_gwd from new to old metadata -INFO: Converting local name oz_coeff of variable number_of_coefficients_in_ozone_forcing_data from new to old metadata -INFO: Converting local name edmf_qt of variable emdf_updraft_total_water from new to old metadata -INFO: Converting local name stmassxy of variable stem_mass from new to old metadata -INFO: Converting local name dgraupelprv of variable graupel_precipitation_rate_from_previous_timestep from new to old metadata -INFO: Converting local name gq0(:,:,index_for_mass_weighted_rime_factor) of variable mass_weighted_rime_factor_updated_by_physics from new to old metadata -INFO: Converting local name alnwf of variable mean_nir_albedo_with_weak_cosz_dependency from new to old metadata -INFO: Converting local name smoiseq of variable equilibrium_soil_water_content from new to old metadata -INFO: Converting local name psautco of variable coefficient_from_cloud_ice_to_snow from new to old metadata -INFO: Converting local name fhlwr of variable frequency_for_longwave_radiation from new to old metadata -INFO: Converting local name xtts of variable sensitivity_of_dtl_heat_content_to_surface_temperature from new to old metadata -INFO: Converting local name tracers_start_index of variable start_index_of_other_tracers from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_ice_cloud_condensate) of variable tendency_of_ice_cloud_water_mixing_ratio_due_to_model_physics from new to old metadata -INFO: Converting local name jsd of variable starting_y_direction_index_domain from new to old metadata -INFO: Converting local name semis_land of variable surface_longwave_emissivity_over_land_interstitial from new to old metadata -INFO: Converting local name tdomr of variable dominant_rain_type from new to old metadata -INFO: Converting local name conv_act of variable gf_memory_counter from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_ice_cloud_number_concentration) of variable ice_number_concentration from new to old metadata -INFO: Converting local name ugrs(:,1) of variable x_wind_at_lowest_model_layer from new to old metadata -INFO: Converting local name qicn of variable mass_fraction_of_convective_cloud_ice from new to old metadata -INFO: Converting local name fh2_ice of variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_ice from new to old metadata -INFO: Converting local name tsq of variable t_prime_squared from new to old metadata -INFO: Converting local name tdomip of variable dominant_sleet_type from new to old metadata -INFO: Converting local name lslwr of variable flag_to_calc_lw from new to old metadata -INFO: Converting local name GFS_cldprop_type of variable GFS_cldprop_type from new to old metadata -INFO: Converting local name imp_physics of variable flag_for_microphysics_scheme from new to old metadata -INFO: Converting local name sfcalb(:,1) of variable surface_albedo_due_to_near_IR_direct from new to old metadata -INFO: Converting local name mg_do_graupel of variable mg_flag_for_graupel from new to old metadata -INFO: Converting local name soilm of variable soil_moisture_content from new to old metadata -INFO: Converting local name exch_m of variable atmosphere_momentum_diffusivity_for_mynnpbl from new to old metadata -INFO: Converting local name wetdpc of variable instantaneous_convective_scale_wet_deposition from new to old metadata -INFO: Converting local name el_pbl of variable mixing_length from new to old metadata -INFO: Converting local name ncnvc of variable index_for_convective_cloud_cover_in_phy_f3d from new to old metadata -INFO: Converting local name fn_nml of variable namelist_filename from new to old metadata -INFO: Converting local name weasd_ocean of variable water_equivalent_accumulated_snow_depth_over_ocean from new to old metadata -INFO: Converting local name evfact_deep of variable rain_evaporation_coefficient_deep_convection from new to old metadata -INFO: Converting local name dqsfc of variable cumulative_surface_upward_latent_heat_flux_for_diag_multiplied_by_timestep from new to old metadata -INFO: Converting local name totgrpb of variable accumulated_lwe_thickness_of_graupel_amount_in_bucket from new to old metadata -INFO: Converting local name trans_aero of variable flag_for_aerosol_convective_transport_and_PBL_diffusion from new to old metadata -INFO: Converting local name dusfc_bl of variable integrated_x_momentum_flux_from_blocking_drag from new to old metadata -INFO: Converting local name gw_kdis of variable eddy_mixing_due_to_ugwp from new to old metadata -INFO: Converting local name mg_qcmin of variable mg_minimum_cloud_condensed_water_and_ice_mixing_ratio from new to old metadata -INFO: Converting local name dq3dt(:,:,3) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_shal_convection from new to old metadata -INFO: Converting local name qi of variable cloud_ice_specific_humidity_at_Lagrangian_surface from new to old metadata -INFO: Converting local name imfshalcnv_gf of variable flag_for_ntiedtke_shallow_convection_scheme from new to old metadata -INFO: Converting local name zorl_ocean of variable surface_roughness_length_over_ocean_interstitial from new to old metadata -INFO: Converting local name tsfc_ice of variable surface_skin_temperature_over_ice_interstitial from new to old metadata -INFO: Converting local name input_nml_file_length of variable number_of_lines_of_namelist_filename_for_internal_file_reads from new to old metadata -INFO: Converting local name flhc of variable surface_exchange_coefficient_for_heat from new to old metadata -INFO: Converting local name qke of variable tke_at_mass_points from new to old metadata -INFO: Converting local name snowd of variable surface_snow_thickness_water_equivalent from new to old metadata -INFO: Converting local name ncpr of variable local_rain_number_concentration from new to old metadata -INFO: Converting local name ldiag3d of variable flag_diagnostics_3D from new to old metadata -INFO: Converting local name ffhh_ocean of variable Monin_Obukhov_similarity_function_for_heat_over_ocean from new to old metadata -INFO: Converting local name nsamftrac of variable number_of_tracers_for_samf from new to old metadata -INFO: Converting local name con_hvap of variable latent_heat_of_vaporization_of_water_at_0C from new to old metadata -INFO: Converting local name dtaux2d_fd of variable x_momentum_tendency_from_form_drag from new to old metadata -INFO: Converting local name levh2o of variable vertical_dimension_of_h2o_forcing_data from new to old metadata -INFO: Converting local name ras of variable flag_for_ras_deep_convection from new to old metadata -INFO: Converting local name ialb of variable flag_for_using_climatology_albedo from new to old metadata -INFO: Converting local name raincd of variable lwe_thickness_of_deep_convective_precipitation_amount from new to old metadata -INFO: Converting local name alb1d of variable surface_albedo_perturbation from new to old metadata -INFO: Converting local name nwat of variable number_of_water_species from new to old metadata -INFO: Converting local name dwn_mf of variable cumulative_atmosphere_downdraft_convective_mass_flux from new to old metadata -INFO: Converting local name save_t of variable air_temperature_save from new to old metadata -INFO: Converting local name fice of variable sea_ice_concentration from new to old metadata -INFO: Converting local name dvisdf_cpl of variable cumulative_surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name cvb of variable pressure_at_bottom_of_convective_cloud from new to old metadata -INFO: Converting local name save_q(:,:,index_for_ice_cloud_condensate) of variable ice_water_mixing_ratio_save from new to old metadata -INFO: Converting local name gq0(:,:,index_for_snow_water) of variable snow_water_mixing_ratio_updated_by_physics from new to old metadata -INFO: Converting local name qrain of variable sensible_heat_flux_due_to_rainfall from new to old metadata -INFO: Converting local name stress_ocean of variable surface_wind_stress_over_ocean from new to old metadata -INFO: Converting local name adjsfculw_land of variable surface_upwelling_longwave_flux_over_land_interstitial from new to old metadata -INFO: Converting local name ndust of variable number_of_dust_bins_for_diagnostics from new to old metadata -INFO: Converting local name GFS_radtend_type of variable GFS_radtend_type from new to old metadata -INFO: Converting local name ngas of variable number_of_gases_for_multi_gases_physics from new to old metadata -INFO: Converting local name diceprv of variable ice_precipitation_rate_from_previous_timestep from new to old metadata -INFO: Converting local name con_ttp of variable triple_point_temperature_of_water from new to old metadata -INFO: Converting local name rechxy of variable water_table_recharge_when_shallow from new to old metadata -INFO: Converting local name ffhh of variable Monin_Obukhov_similarity_function_for_heat from new to old metadata -INFO: Converting local name edmf_w of variable emdf_updraft_vertical_velocity from new to old metadata -INFO: Converting local name sed_supersat of variable mg_allow_supersat_after_sed from new to old metadata -INFO: Converting local name sr of variable ratio_of_snowfall_to_rainfall from new to old metadata -INFO: Converting local name stc of variable soil_temperature from new to old metadata -INFO: Converting local name idate of variable date_and_time_at_model_initialization_reordered from new to old metadata -INFO: Converting local name nctp of variable number_of_cloud_types_CS from new to old metadata -INFO: Converting local name levrp1 of variable number_of_vertical_layers_for_radiation_calculations_plus_one from new to old metadata -INFO: Converting local name v10mmax of variable maximum_y_wind_at_10m from new to old metadata -INFO: Converting local name clouds(:,:,8) of variable cloud_snow_water_path from new to old metadata -INFO: Converting local name dusfc of variable cumulative_surface_x_momentum_flux_for_diag_multiplied_by_timestep from new to old metadata -INFO: Converting local name sfcalb(:,3) of variable surface_albedo_due_to_UV_and_VIS_direct from new to old metadata -INFO: Converting local name zmtnblck of variable level_of_dividing_streamline from new to old metadata -INFO: Converting local name xcosz of variable instantaneous_cosine_of_zenith_angle from new to old metadata -INFO: Converting local name CCPP_interstitial_type of variable CCPP_interstitial_type from new to old metadata -INFO: Converting local name theta of variable angle_from_east_of_maximum_subgrid_orographic_variations from new to old metadata -INFO: Converting local name nbdsw of variable number_of_aerosol_bands_for_shortwave_radiation from new to old metadata -INFO: Converting local name dqsfc1 of variable instantaneous_surface_upward_latent_heat_flux from new to old metadata -INFO: Converting local name htrsw of variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_timestep from new to old metadata -INFO: Converting local name gq0(:,:,index_for_graupel_number_concentration) of variable graupel_number_concentration_updated_by_physics from new to old metadata -INFO: Converting local name ntgnc of variable index_for_graupel_number_concentration from new to old metadata -INFO: Converting local name semis of variable surface_longwave_emissivity from new to old metadata -INFO: Converting local name ca_smooth of variable flag_for_gaussian_spatial_filter from new to old metadata -INFO: Converting local name zhour of variable time_since_diagnostics_zeroed from new to old metadata -INFO: Converting local name uswsfci of variable surface_upwelling_shortwave_flux from new to old metadata -INFO: Converting local name dq3dt(:,:,6) of variable cumulative_change_in_ozone_concentration_due_to_production_and_loss_rate from new to old metadata -INFO: Converting local name con_t0c of variable temperature_at_zero_celsius from new to old metadata -INFO: Converting local name dvsfcin_cpl of variable surface_y_momentum_flux_for_coupling from new to old metadata -INFO: Converting local name runoff of variable total_runoff from new to old metadata -INFO: Converting local name upd_mf of variable cumulative_atmosphere_updraft_convective_mass_flux from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_for_cloud_fraction_in_3d_arrays_for_microphysics) of variable cloud_fraction_for_MG from new to old metadata -INFO: Converting local name indcld of variable index_for_cloud_fraction_in_3d_arrays_for_microphysics from new to old metadata -INFO: Converting local name vegtype of variable vegetation_type_classification from new to old metadata -INFO: Converting local name ied of variable ending_x_direction_index_domain from new to old metadata -INFO: Converting local name transa of variable cumulative_transpiration_flux_multiplied_by_timestep from new to old metadata -INFO: Converting local name dt3dt(:,:,2) of variable cumulative_change_in_temperature_due_to_shortwave_radiation from new to old metadata -INFO: Converting local name dvsfc_ls of variable integrated_y_momentum_flux_from_large_scale_gwd from new to old metadata -INFO: Converting local name snowd_ocean of variable surface_snow_thickness_water_equivalent_over_ocean from new to old metadata -INFO: Converting local name clouds(:,:,2) of variable cloud_liquid_water_path from new to old metadata -INFO: Converting local name visbmui of variable surface_upwelling_direct_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name plvl of variable air_pressure_at_interface_for_radiation_in_hPa from new to old metadata -INFO: Converting local name uustar_land of variable surface_friction_velocity_over_land from new to old metadata -INFO: Converting local name phy_myj_akms of variable momentum_exchange_coefficient_for_MYJ_schemes from new to old metadata -INFO: Converting local name cnv_fice of variable ice_fraction_in_convective_tower from new to old metadata -INFO: Converting local name nbdlw of variable number_of_aerosol_bands_for_longwave_radiation from new to old metadata -INFO: Converting local name dudt_mtb of variable instantaneous_change_in_x_wind_due_to_mountain_blocking_drag from new to old metadata -INFO: Converting local name rb_ocean of variable bulk_richardson_number_at_lowest_model_level_over_ocean from new to old metadata -INFO: Converting local name ccnorm of variable flag_for_cloud_condensate_normalized_by_cloud_cover from new to old metadata -INFO: Converting local name dqdt of variable tendency_of_tracers_due_to_model_physics from new to old metadata -INFO: Converting local name u10m of variable x_wind_at_10m from new to old metadata -INFO: Converting local name tmpmin of variable minimum_temperature_at_2m from new to old metadata -INFO: Converting local name save_u of variable x_wind_save from new to old metadata -INFO: Converting local name tsnow of variable snow_temperature_bottom_first_layer from new to old metadata -INFO: Converting local name kind_INTEGER of variable kind_INTEGER from new to old metadata -INFO: Converting local name nswsfc_cpl of variable cumulative_surface_net_downward_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name vgrs(:,1) of variable y_wind_at_lowest_model_layer from new to old metadata -INFO: Converting local name bl_mynn_edmf_tke of variable edmf_tke_transport_flag from new to old metadata -INFO: Converting local name tile_num of variable number_of_tile from new to old metadata -INFO: Converting local name con_pi of variable pi from new to old metadata -INFO: Converting local name abem of variable instantaneous_anthopogenic_and_biomass_burning_emissions from new to old metadata -INFO: Converting local name latidxprnt of variable latitude_index_in_debug_printouts from new to old metadata -INFO: Converting local name tcrf of variable cloud_phase_transition_denominator from new to old metadata -INFO: Converting local name cpilist of variable specific_heat_capacities_for_multi_gases_physics from new to old metadata -INFO: Converting local name tprcp_ocean of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_ocean from new to old metadata -INFO: Converting local name vgrs of variable y_wind from new to old metadata -INFO: Converting local name me of variable mpi_rank from new to old metadata -INFO: Converting local name nseffr of variable index_for_snow_effective_radius from new to old metadata -INFO: Converting local name crtrh(1) of variable critical_relative_humidity_at_surface from new to old metadata -INFO: Converting local name nrcm of variable array_dimension_of_random_number from new to old metadata -INFO: Converting local name phy_f2d(:,2) of variable surface_air_pressure_at_previous_time_step from new to old metadata -INFO: Converting local name totice of variable accumulated_lwe_thickness_of_ice_amount from new to old metadata -INFO: Converting local name vdftra of variable vertically_diffused_tracer_concentration from new to old metadata -INFO: Converting local name clam_shal of variable entrainment_rate_coefficient_shallow_convection from new to old metadata -INFO: Converting local name ulwsfc of variable cumulative_surface_upwelling_longwave_flux_multiplied_by_timestep from new to old metadata -INFO: Converting local name cldf of variable cloud_area_fraction from new to old metadata -INFO: Converting local name prslk of variable dimensionless_exner_function_at_model_layers from new to old metadata -INFO: Converting local name imp_physics_wsm6 of variable flag_for_wsm6_microphysics_scheme from new to old metadata -INFO: Converting local name blksz(ccpp_block_number) of variable horizontal_loop_extent from new to old metadata -INFO: Converting local name dtp of variable time_step_for_physics from new to old metadata -INFO: Converting local name nnirdf_cpl of variable cumulative_surface_net_downward_diffuse_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name tsurf_ice of variable surface_skin_temperature_after_iteration_over_ice from new to old metadata -INFO: Converting local name snowfallac of variable total_accumulated_snowfall from new to old metadata -INFO: Converting local name solhr of variable forecast_hour_of_the_day from new to old metadata -INFO: Converting local name use_zmtnblck of variable flag_for_mountain_blocking from new to old metadata -INFO: Converting local name sfcflw_type of variable sfcflw_type from new to old metadata -INFO: Converting local name rhofr of variable density_of_frozen_precipitation from new to old metadata -INFO: Converting local name dxmax of variable maximum_scaling_factor_for_critical_relative_humidity from new to old metadata -INFO: Converting local name rainc_cpl of variable lwe_thickness_of_convective_precipitation_amount_for_coupling from new to old metadata -INFO: Converting local name prautco of variable coefficient_from_cloud_water_to_rain from new to old metadata -INFO: Converting local name cumabs of variable maximum_column_heating_rate from new to old metadata -INFO: Converting local name Statein of variable GFS_statein_type_instance from new to old metadata -INFO: Converting local name ntasks of variable mpi_size from new to old metadata -INFO: Converting local name qsq of variable q_prime_squared from new to old metadata -INFO: Converting local name bl_mynn_mixqt of variable mix_total_water_flag from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_turbulent_kinetic_energy) of variable tendency_of_turbulent_kinetic_energy_due_to_model_physics from new to old metadata -INFO: Converting local name ntke of variable index_for_turbulent_kinetic_energy from new to old metadata -INFO: Converting local name kmp of variable top_layer_index_for_fast_physics from new to old metadata -INFO: Converting local name ffhh_ice of variable Monin_Obukhov_similarity_function_for_heat_over_ice from new to old metadata -INFO: Converting local name dq3dt(:,:,1) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_PBL from new to old metadata -INFO: Converting local name con_hfus of variable latent_heat_of_fusion_of_water_at_0C from new to old metadata -INFO: Converting local name isubc_lw of variable flag_for_lw_clouds_without_sub_grid_approximation from new to old metadata -INFO: Converting local name du3dt(:,:,3) of variable cumulative_change_in_x_wind_due_to_deep_convection from new to old metadata -INFO: Converting local name clx of variable fraction_of_grid_box_with_subgrid_orography_higher_than_critical_height from new to old metadata -INFO: Converting local name shoc_parm(4) of variable shoc_implicit_TKE_integration_uncentering_term from new to old metadata -INFO: Converting local name gasvmr(:,:,7) of variable volume_mixing_ratio_cfc12 from new to old metadata -INFO: Converting local name cappa of variable cappa_moist_gas_constant_at_Lagrangian_surface from new to old metadata -INFO: Converting local name cf_upi of variable convective_cloud_fraction_for_microphysics from new to old metadata -INFO: Converting local name cdata of variable ccpp_t_instance from new to old metadata -INFO: Converting local name phy_myj_akhs of variable heat_exchange_coefficient_for_MYJ_schemes from new to old metadata -INFO: Converting local name sedim of variable instantaneous_sedimentation from new to old metadata -INFO: Converting local name graupelmp of variable lwe_thickness_of_graupel_amount from new to old metadata -INFO: Converting local name skebu_wts of variable weights_for_stochastic_skeb_perturbation_of_x_wind_flipped from new to old metadata -INFO: Converting local name GFS_control_type of variable GFS_control_type from new to old metadata -INFO: Converting local name yearlen of variable number_of_days_in_year from new to old metadata -INFO: Converting local name save_q(:,:,index_for_water_vapor) of variable water_vapor_specific_humidity_save from new to old metadata -INFO: Converting local name smois of variable volume_fraction_of_soil_moisture_for_land_surface_model from new to old metadata -INFO: Converting local name gq0(:,:,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio_updated_by_physics from new to old metadata -INFO: Converting local name pwat of variable column_precipitable_water from new to old metadata -INFO: Converting local name cld1d of variable cloud_work_function from new to old metadata -INFO: Converting local name qvi of variable gas_tracers_for_multi_gas_physics_at_Lagrangian_surface from new to old metadata -INFO: Converting local name gabsbdlw of variable surface_downwelling_longwave_flux_absorbed_by_ground from new to old metadata -INFO: Converting local name tau_ngw of variable time_integral_of_momentum_flux_due_to_nonstationary_gravity_wave from new to old metadata -INFO: Converting local name xlat_d of variable latitude_degree from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_for_ice_effective_radius) of variable effective_radius_of_stratiform_cloud_ice_particle_in_um from new to old metadata -INFO: Converting local name nieffr of variable index_for_ice_effective_radius from new to old metadata -INFO: Converting local name do_ca of variable flag_for_cellular_automata from new to old metadata -INFO: Converting local name wtxy of variable water_storage_in_aquifer_and_saturated_soil from new to old metadata -INFO: Converting local name srunoff of variable surface_runoff from new to old metadata -INFO: Converting local name ntrnc of variable index_for_rain_number_concentration from new to old metadata -INFO: Converting local name ustm of variable surface_friction_velocity_drag from new to old metadata -INFO: Converting local name cnvprcp of variable cumulative_lwe_thickness_of_convective_precipitation_amount from new to old metadata -INFO: Converting local name imfdeepcnv_samf of variable flag_for_samf_deep_convection_scheme from new to old metadata -INFO: Converting local name si of variable vertical_sigma_coordinate_for_radiation_initialization from new to old metadata -INFO: Converting local name gwdcu of variable tendency_of_x_wind_due_to_convective_gravity_wave_drag from new to old metadata -INFO: Converting local name elvmax of variable maximum_subgrid_orography from new to old metadata -INFO: Converting local name slimskin_cpl of variable sea_land_ice_mask_in from new to old metadata -INFO: Converting local name dtsfc_cice of variable surface_upward_sensible_heat_flux_for_coupling_interstitial from new to old metadata -INFO: Converting local name do_mynnedmf of variable do_mynnedmf from new to old metadata -INFO: Converting local name zorll of variable surface_roughness_length_over_land from new to old metadata -INFO: Converting local name nswsfci_cpl of variable instantaneous_surface_net_downward_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name do_cldice of variable mg_flag_for_cloud_ice_processes from new to old metadata -INFO: Converting local name alboldxy of variable snow_albedo_at_previous_time_step from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_graupel) of variable graupel_mixing_ratio from new to old metadata -INFO: Converting local name rhcmax of variable maximum_critical_relative_humidity from new to old metadata -INFO: Converting local name Stateout of variable GFS_stateout_type_instance from new to old metadata -INFO: Converting local name nirbmdi of variable surface_downwelling_direct_near_infrared_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name gfluxi of variable instantaneous_surface_ground_heat_flux from new to old metadata -INFO: Converting local name drainncprv of variable explicit_rainfall_rate_from_previous_timestep from new to old metadata -INFO: Converting local name gflx of variable upward_heat_flux_in_soil from new to old metadata -INFO: Converting local name hflx_ocean of variable kinematic_surface_upward_sensible_heat_flux_over_ocean from new to old metadata -INFO: Converting local name nvdiff of variable number_of_vertical_diffusion_tracers from new to old metadata -INFO: Converting local name dspheat of variable flag_TKE_dissipation_heating from new to old metadata -INFO: Converting local name fhswr of variable frequency_for_shortwave_radiation from new to old metadata -INFO: Converting local name nthreads of variable omp_threads from new to old metadata -INFO: Converting local name islmsk of variable sea_land_ice_mask from new to old metadata -INFO: Converting local name ntchmdiag of variable number_of_chemical_tracers_for_diagnostics from new to old metadata -INFO: Converting local name nstf_name(5) of variable vertical_temperature_average_range_upper_bound from new to old metadata -INFO: Converting local name forceq of variable moisture_tendency_due_to_dynamics from new to old metadata -INFO: Converting local name nseasalt of variable number_of_seasalt_bins_for_diagnostics from new to old metadata -INFO: Converting local name gasvmr(:,:,2) of variable volume_mixing_ratio_n2o from new to old metadata -INFO: Converting local name ctei_rml of variable grid_sensitive_critical_cloud_top_entrainment_instability_criteria from new to old metadata -INFO: Converting local name sfc_wts of variable weights_for_stochastic_surface_physics_perturbation from new to old metadata -INFO: Converting local name oc of variable convexity_of_subgrid_orography from new to old metadata -INFO: Converting local name ep1d of variable surface_upward_potential_latent_heat_flux from new to old metadata -INFO: Converting local name u10mmax of variable maximum_x_wind_at_10m from new to old metadata -INFO: Converting local name nca of variable number_of_independent_cellular_automata from new to old metadata -INFO: Converting local name rtmassxy of variable fine_root_mass from new to old metadata -INFO: Converting local name ffmm_ocean of variable Monin_Obukhov_similarity_function_for_momentum_over_ocean from new to old metadata -INFO: Converting local name pertlai of variable magnitude_of_perturbation_of_leaf_area_index from new to old metadata -INFO: Converting local name mg_ncnst of variable mg_drop_concentration_constant from new to old metadata -INFO: Converting local name pgcon_shal of variable momentum_transport_reduction_factor_pgf_shallow_convection from new to old metadata -INFO: Converting local name edmf_qc of variable emdf_updraft_cloud_water from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_graupel) of variable tendency_of_graupel_mixing_ratio_due_to_model_physics from new to old metadata -INFO: Converting local name acvt of variable largest_cloud_top_vertical_index_encountered_thus_far from new to old metadata -INFO: Converting local name cmm of variable surface_drag_wind_speed_for_momentum_in_air from new to old metadata -INFO: Converting local name dt_cool of variable sub_layer_cooling_amount from new to old metadata -INFO: Converting local name qc_r of variable cloud_liquid_water_mixing_ratio from new to old metadata -INFO: Converting local name ral_ts of variable time_scale_for_rayleigh_damping from new to old metadata -INFO: Converting local name GFS_diag_type of variable GFS_diag_type from new to old metadata -INFO: Converting local name dnirdfi_cpl of variable instantaneous_surface_downwelling_diffuse_near_infrared_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name chh_ice of variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_ice from new to old metadata -INFO: Converting local name flipv of variable flag_flip from new to old metadata -INFO: Converting local name ldiag_ugwp of variable diag_ugwp_flag from new to old metadata -INFO: Converting local name ctei_r of variable cloud_top_entrainment_instability_value from new to old metadata -INFO: Converting local name ccn_nm of variable ccn_number_concentration from new to old metadata -INFO: Converting local name edmf_ent of variable emdf_updraft_entrainment_rate from new to old metadata -INFO: Converting local name htswc of variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step from new to old metadata -INFO: Converting local name phy_myj_thz0 of variable potential_temperature_at_viscous_sublayer_top from new to old metadata -INFO: Converting local name bl_mynn_edmf of variable edmf_flag from new to old metadata -INFO: Converting local name con_rd of variable gas_constant_dry_air from new to old metadata -INFO: Converting local name qss_land of variable surface_specific_humidity_over_land from new to old metadata -INFO: Converting local name zt1d of variable perturbation_of_heat_to_momentum_roughness_length_ratio from new to old metadata -INFO: Converting local name imp_physics_zhao_carr of variable flag_for_zhao_carr_microphysics_scheme from new to old metadata -INFO: Converting local name delz of variable thickness_at_Lagrangian_surface from new to old metadata -INFO: Converting local name dtsfci of variable instantaneous_surface_upward_sensible_heat_flux_for_diag from new to old metadata -INFO: Converting local name dvsfc_fd of variable integrated_y_momentum_flux_from_form_drag from new to old metadata -INFO: Converting local name totprcpb of variable accumulated_lwe_thickness_of_precipitation_amount_in_bucket from new to old metadata -INFO: Converting local name tcr of variable cloud_phase_transition_threshold_temperature from new to old metadata -INFO: Converting local name clstp of variable convective_cloud_switch from new to old metadata -INFO: Converting local name isatmedmf_vdifq of variable choice_of_updated_scale_aware_TKE_moist_EDMF_PBL from new to old metadata -INFO: Converting local name coszen of variable cosine_of_zenith_angle from new to old metadata -INFO: Converting local name nifa2d of variable tendency_of_ice_friendly_aerosols_at_surface from new to old metadata -INFO: Converting local name icy of variable flag_nonzero_sea_ice_surface_fraction from new to old metadata -INFO: Converting local name dudt of variable tendency_of_x_wind_due_to_model_physics from new to old metadata -INFO: Converting local name bl_dnfr of variable downdraft_fraction_in_boundary_layer_mass_flux_scheme from new to old metadata -INFO: Converting local name snohf of variable snow_freezing_rain_upward_latent_heat_flux from new to old metadata -INFO: Converting local name bexp1d of variable perturbation_of_soil_type_b_parameter from new to old metadata -INFO: Converting local name faersw of variable aerosol_optical_properties_for_shortwave_bands_01_16 from new to old metadata -INFO: Converting local name dtdt of variable tendency_of_air_temperature_due_to_model_physics from new to old metadata -INFO: Converting local name nvisdf_cpl of variable cumulative_surface_net_downward_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name dqsfcin_cpl of variable surface_upward_latent_heat_flux_for_coupling from new to old metadata -INFO: Converting local name con_p0 of variable standard_atmospheric_pressure from new to old metadata -INFO: Converting local name con_epsq of variable minimum_value_of_specific_humidity from new to old metadata -INFO: Converting local name dusfci_cpl of variable instantaneous_surface_x_momentum_flux_for_coupling from new to old metadata -INFO: Converting local name ep1d_ice of variable surface_upward_potential_latent_heat_flux_over_ice from new to old metadata -INFO: Converting local name fhour of variable forecast_time from new to old metadata -INFO: Converting local name refl_10cm of variable radar_reflectivity_10cm from new to old metadata -INFO: Converting local name shum_wts of variable weights_for_stochastic_shum_perturbation_flipped from new to old metadata -INFO: Converting local name dspfac of variable tke_dissipative_heating_factor from new to old metadata -INFO: Converting local name nnirbmi_cpl of variable instantaneous_surface_net_downward_direct_near_infrared_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name c1_deep of variable detrainment_conversion_parameter_deep_convection from new to old metadata -INFO: Converting local name dt3dt(:,:,4) of variable cumulative_change_in_temperature_due_to_deep_convection from new to old metadata -INFO: Converting local name dv3dt(:,:,4) of variable cumulative_change_in_y_wind_due_to_convective_gravity_wave_drag from new to old metadata -INFO: Converting local name phy_myj_a1u of variable weight_for_momentum_at_viscous_sublayer_top from new to old metadata -INFO: Converting local name iopt_stc of variable flag_for_soil_and_snow_temperature_time_stepping_option from new to old metadata -INFO: Converting local name adjvisbmd of variable surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux from new to old metadata -INFO: Converting local name icloud_bl of variable couple_sgs_clouds_to_radiation_flag from new to old metadata -INFO: Converting local name rb of variable bulk_richardson_number_at_lowest_model_level from new to old metadata -INFO: Converting local name faerlw(:,:,:,2) of variable aerosol_single_scattering_albedo_for_longwave_bands_01_16 from new to old metadata -INFO: Converting local name phy_myj_elflx of variable kinematic_surface_latent_heat_flux from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_for_snow_effective_radius) of variable effective_radius_of_stratiform_cloud_snow_particle_in_um from new to old metadata -INFO: Converting local name iopt_tbot of variable flag_for_lower_boundary_soil_temperature_option from new to old metadata -INFO: Converting local name pdfflag of variable flag_for_pdf_for_morrison_gettelman_microphysics_scheme from new to old metadata -INFO: Converting local name do_aw of variable flag_for_Arakawa_Wu_adjustment from new to old metadata -INFO: Converting local name do_tofd of variable turb_oro_form_drag_flag from new to old metadata -INFO: Converting local name dqdti of variable instantaneous_water_vapor_specific_humidity_tendency_due_to_convection from new to old metadata -INFO: Converting local name qi_r of variable cloud_ice_mixing_ratio from new to old metadata -INFO: Converting local name flag_iter of variable flag_for_iteration from new to old metadata -INFO: Converting local name CLDFRA_BL of variable subgrid_cloud_fraction_pbl from new to old metadata -INFO: Converting local name zorl_ice of variable surface_roughness_length_over_ice_interstitial from new to old metadata -INFO: Converting local name dd_mf of variable instantaneous_atmosphere_downdraft_convective_mass_flux from new to old metadata -INFO: Converting local name visdfui of variable surface_upwelling_diffuse_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name julian of variable julian_day from new to old metadata -INFO: Converting local name cd_ice of variable surface_drag_coefficient_for_momentum_in_air_over_ice from new to old metadata -INFO: Converting local name iovr_lw of variable flag_for_max_random_overlap_clouds_for_longwave_radiation from new to old metadata -INFO: Converting local name lmp of variable adjusted_vertical_level_dimension_for_radiation from new to old metadata -INFO: Converting local name kdt of variable index_of_time_step from new to old metadata -INFO: Converting local name ushfsfci of variable instantaneous_surface_upward_sensible_heat_flux_for_chemistry_coupling from new to old metadata -INFO: Converting local name rb_land of variable bulk_richardson_number_at_lowest_model_level_over_land from new to old metadata -INFO: Converting local name uustar of variable surface_friction_velocity from new to old metadata -INFO: Converting local name adjnirbmu of variable surface_upwelling_direct_near_infrared_shortwave_flux from new to old metadata -INFO: Converting local name do_mynnsfclay of variable do_mynnsfclay from new to old metadata -INFO: Converting local name aero_in of variable flag_for_aerosol_input_MG from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_water_vapor) of variable tendency_of_water_vapor_specific_humidity_due_to_model_physics from new to old metadata -INFO: Converting local name mol of variable theta_star from new to old metadata -INFO: Converting local name fwetxy of variable area_fraction_of_wet_canopy from new to old metadata -INFO: Converting local name phy_f2d(:,1) of variable surface_air_pressure_two_time_steps_back from new to old metadata -INFO: Converting local name topflw of variable lw_fluxes_top_atmosphere from new to old metadata -INFO: Converting local name satmedmf of variable flag_for_scale_aware_TKE_moist_EDMF_PBL from new to old metadata -INFO: Converting local name waxy of variable water_storage_in_aquifer from new to old metadata -INFO: Converting local name snow of variable lwe_thickness_of_snow_amount_on_dynamics_timestep from new to old metadata -INFO: Converting local name ivegsrc of variable vegetation_type_dataset_choice from new to old metadata -INFO: Converting local name sigmaf of variable bounded_vegetation_area_fraction from new to old metadata -INFO: Converting local name f_rain of variable fraction_of_rain_water_cloud from new to old metadata -INFO: Converting local name dkt of variable instantaneous_atmosphere_heat_diffusivity from new to old metadata -INFO: Converting local name asolfac_deep of variable aerosol_aware_parameter_deep_convection from new to old metadata -INFO: Converting local name dv3dt(:,:,2) of variable cumulative_change_in_y_wind_due_to_orographic_gravity_wave_drag from new to old metadata -INFO: Converting local name ipr of variable horizontal_index_of_printed_column from new to old metadata -INFO: Converting local name npzcappa of variable vertical_dimension_for_cappa_at_Lagrangian_surface from new to old metadata -INFO: Converting local name clam_deep of variable entrainment_rate_coefficient_deep_convection from new to old metadata -INFO: Converting local name dusfci of variable instantaneous_surface_x_momentum_flux_for_diag from new to old metadata -INFO: Converting local name cs_parm(4) of variable detrainment_and_precipitation_tunable_parameter_4_CS from new to old metadata -INFO: Converting local name levsp1 of variable vertical_dimension_plus_one from new to old metadata -INFO: Converting local name con_cp of variable specific_heat_of_dry_air_at_constant_pressure from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_water_vapor) of variable water_vapor_specific_humidity from new to old metadata -INFO: Converting local name prsik(:,1) of variable dimensionless_exner_function_at_lowest_model_interface from new to old metadata -INFO: Converting local name gasvmr(:,:,5) of variable volume_mixing_ratio_co from new to old metadata -INFO: Converting local name mg_ngcons of variable mg_flag_graupel_concentration_constant from new to old metadata -INFO: Converting local name acsnow of variable accumulated_water_equivalent_of_frozen_precip from new to old metadata -INFO: Converting local name levsm1 of variable vertical_dimension_minus_one from new to old metadata -INFO: Converting local name phy_myj_a1t of variable weight_for_potental_temperature_at_viscous_sublayer_top from new to old metadata -INFO: Converting local name ntracp1 of variable number_of_tracers_plus_one from new to old metadata -INFO: Converting local name GFS_Data of variable GFS_data_type_instance_all_blocks from new to old metadata -INFO: Converting local name zol of variable surface_stability_parameter from new to old metadata -INFO: Converting local name CCPP_interstitial of variable CCPP_interstitial_type_instance from new to old metadata -INFO: Converting local name isd of variable starting_x_direction_index_domain from new to old metadata -INFO: Converting local name cplflx of variable flag_for_flux_coupling from new to old metadata -INFO: Converting local name lradar of variable flag_for_radar_reflectivity from new to old metadata -INFO: Converting local name iseed_ca of variable seed_for_random_number_generation_in_cellular_automata_scheme from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_for_convective_cloud_cover_in_phy_f3d) of variable convective_cloud_cover_in_phy_f3d from new to old metadata -INFO: Converting local name dqsfci of variable instantaneous_surface_upward_latent_heat_flux_for_diag from new to old metadata -INFO: Converting local name dxmin of variable minimum_scaling_factor_for_critical_relative_humidity from new to old metadata -INFO: Converting local name sppt_wts of variable weights_for_stochastic_sppt_perturbation from new to old metadata -INFO: Converting local name tahxy of variable canopy_air_temperature from new to old metadata -INFO: Converting local name imn of variable forecast_month from new to old metadata -INFO: Converting local name evcw of variable canopy_upward_latent_heat_flux from new to old metadata -INFO: Converting local name input_nml_file of variable namelist_filename_for_internal_file_reads from new to old metadata -INFO: Converting local name raddt of variable time_step_for_radiation from new to old metadata -INFO: Converting local name dvisbmi_cpl of variable instantaneous_surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name gwdcv of variable tendency_of_y_wind_due_to_convective_gravity_wave_drag from new to old metadata -INFO: Converting local name evbsa of variable cumulative_soil_upward_latent_heat_flux_multiplied_by_timestep from new to old metadata -INFO: Converting local name cldwrk of variable cumulative_cloud_work_function from new to old metadata -INFO: Converting local name npzdelz of variable vertical_dimension_for_thickness_at_Lagrangian_surface from new to old metadata -INFO: Converting local name dvsfc_cice of variable surface_y_momentum_flux_for_coupling_interstitial from new to old metadata -INFO: Converting local name ql of variable cloud_liquid_water_specific_humidity_at_Lagrangian_surface from new to old metadata -INFO: Converting local name imp_physics_fer_hires of variable flag_for_fer_hires_microphysics_scheme from new to old metadata -INFO: Converting local name dvdt of variable tendency_of_y_wind_due_to_model_physics from new to old metadata -INFO: Converting local name dusfc_cpl of variable cumulative_surface_x_momentum_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name prsl(:,1) of variable air_pressure_at_lowest_model_layer from new to old metadata -INFO: Converting local name ktop_shallow of variable k_level_of_highest_reaching_plume from new to old metadata -INFO: Converting local name sfcfsw of variable sw_fluxes_sfc from new to old metadata -INFO: Converting local name gv0 of variable y_wind_updated_by_physics from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_rain_water) of variable rain_water_mixing_ratio from new to old metadata -INFO: Converting local name cdq_ocean of variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_ocean from new to old metadata -INFO: Converting local name sfcalb(:,4) of variable surface_albedo_due_to_UV_and_VIS_diffused from new to old metadata -INFO: Converting local name gamq of variable countergradient_mixing_term_for_water_vapor from new to old metadata -INFO: Converting local name mdt of variable time_step_for_remapping_for_fast_physics from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_ice_cloud_condensate) of variable ice_water_mixing_ratio from new to old metadata -INFO: Converting local name sfcalb(:,2) of variable surface_albedo_due_to_near_IR_diffused from new to old metadata -INFO: Converting local name phy_fctd of variable cloud_base_mass_flux from new to old metadata -INFO: Converting local name weasd_land of variable water_equivalent_accumulated_snow_depth_over_land from new to old metadata -INFO: Converting local name nwfa2d of variable tendency_of_water_friendly_aerosols_at_surface from new to old metadata -INFO: Converting local name GFS_Control of variable GFS_control_type_instance from new to old metadata -INFO: Converting local name nncl of variable number_of_tracers_for_cloud_condensate from new to old metadata -INFO: Converting local name olyr of variable ozone_concentration_at_layer_for_radiation from new to old metadata -INFO: Converting local name tg3 of variable deep_soil_temperature from new to old metadata -INFO: Converting local name Radtend of variable GFS_radtend_type_instance from new to old metadata -INFO: Converting local name sinlat of variable sine_of_latitude from new to old metadata -INFO: Converting local name sppt_wts of variable weights_for_stochastic_sppt_perturbation_flipped from new to old metadata -INFO: Converting local name ng of variable number_of_ghost_zones from new to old metadata -INFO: Converting local name phil of variable geopotential from new to old metadata -INFO: Converting local name flag_frsoil of variable flag_for_frozen_soil_physics from new to old metadata -INFO: Converting local name faersw(:,:,:,2) of variable aerosol_single_scattering_albedo_for_shortwave_bands_01_16 from new to old metadata -INFO: Converting local name qc of variable cloud_fraction_at_Lagrangian_surface from new to old metadata -INFO: Converting local name do_sfcperts of variable flag_for_stochastic_surface_perturbations from new to old metadata -INFO: Converting local name betas_deep of variable downdraft_fraction_reaching_surface_over_ocean_deep_convection from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_rain_number_concentration) of variable rain_number_concentration from new to old metadata -INFO: Converting local name ifd of variable index_of_dtlm_start from new to old metadata -INFO: Converting local name area of variable cell_area_for_fast_physics from new to old metadata -INFO: Converting local name trans_trac of variable flag_for_convective_transport_of_tracers from new to old metadata -INFO: Converting local name isatmedmf of variable choice_of_scale_aware_TKE_moist_EDMF_PBL from new to old metadata -INFO: Converting local name old_monin of variable flag_for_old_PBL_scheme from new to old metadata -INFO: Converting local name cplchm of variable flag_for_chemistry_coupling from new to old metadata -INFO: Converting local name raincprv of variable lwe_thickness_of_convective_precipitation_amount_from_previous_timestep from new to old metadata -INFO: Converting local name u1 of variable x_wind_at_lowest_model_layer_for_diag from new to old metadata -INFO: Converting local name gw_dvdt of variable tendency_of_y_wind_due_to_ugwp from new to old metadata -INFO: Converting local name dtsfc1 of variable instantaneous_surface_upward_sensible_heat_flux from new to old metadata -INFO: Converting local name gasvmr(:,:,9) of variable volume_mixing_ratio_ccl4 from new to old metadata -INFO: Converting local name semis_ice of variable surface_longwave_emissivity_over_ice_interstitial from new to old metadata -INFO: Converting local name zmtb of variable time_integral_of_height_of_mountain_blocking from new to old metadata -INFO: Converting local name dtauy2d_fd of variable y_momentum_tendency_from_form_drag from new to old metadata -INFO: Converting local name lakefrac of variable lake_area_fraction from new to old metadata -INFO: Converting local name do_myjpbl of variable do_myjpbl from new to old metadata -INFO: Converting local name sncovr of variable surface_snow_area_fraction_over_land from new to old metadata -INFO: Converting local name spd10max of variable maximum_wind_at_10m_over_maximum_hourly_time_interval from new to old metadata -INFO: Converting local name faerlw(:,:,:,3) of variable aerosol_asymmetry_parameter_for_longwave_bands_01_16 from new to old metadata -INFO: Converting local name adjsfculw_ocean of variable surface_upwelling_longwave_flux_over_ocean_interstitial from new to old metadata -INFO: Converting local name nscfshoc of variable index_of_subgrid_scale_cloud_fraction_from_shoc_in_phy_f3d from new to old metadata -INFO: Converting local name qv_r of variable humidity_mixing_ratio from new to old metadata -INFO: Converting local name gq0(:,:,index_for_water_vapor) of variable water_vapor_specific_humidity_updated_by_physics from new to old metadata -INFO: Converting local name lsnow_lsm of variable snow_vertical_dimension_for_land_surface_model from new to old metadata -INFO: Converting local name dv3dt_ngw of variable time_integral_of_change_in_y_wind_due_to_nonstationary_gravity_wave from new to old metadata -INFO: Converting local name tlyr of variable air_temperature_at_layer_for_radiation from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_turbulent_kinetic_energy) of variable turbulent_kinetic_energy from new to old metadata -INFO: Converting local name h2opl of variable h2o_forcing from new to old metadata -INFO: Converting local name smc of variable volume_fraction_of_soil_moisture from new to old metadata -INFO: Converting local name latr of variable number_of_latitude_points from new to old metadata -INFO: Converting local name crick_proof of variable flag_for_CRICK_proof_cloud_water from new to old metadata -INFO: Converting local name ssem of variable instantaneous_seasalt_emission_flux from new to old metadata -INFO: Converting local name xlai1d of variable perturbation_of_leaf_area_index from new to old metadata -INFO: Converting local name tdoms of variable dominant_snow_type from new to old metadata -INFO: Converting local name canopy of variable canopy_water_amount from new to old metadata -INFO: Converting local name dtauy2d_ss of variable y_momentum_tendency_from_small_scale_gwd from new to old metadata -INFO: Converting local name forcet of variable temperature_tendency_due_to_dynamics from new to old metadata -INFO: Converting local name snowmt of variable surface_snow_melt from new to old metadata -INFO: Converting local name ttendlim of variable limit_for_temperature_tendency_for_microphysics from new to old metadata -INFO: Converting local name clouds(:,:,6) of variable cloud_rain_water_path from new to old metadata -INFO: Converting local name sigmafrac of variable convective_updraft_area_fraction from new to old metadata -INFO: Converting local name tau_tofd of variable instantaneous_momentum_flux_due_to_turbulent_orographic_form_drag from new to old metadata -INFO: Converting local name gq0(:,:,index_for_ice_friendly_aerosols) of variable ice_friendly_aerosol_number_concentration_updated_by_physics from new to old metadata -INFO: Converting local name nsswr of variable number_of_timesteps_between_shortwave_radiation_calls from new to old metadata -INFO: Converting local name ulwsfc_cice of variable surface_upwelling_longwave_flux_for_coupling_interstitial from new to old metadata -INFO: Converting local name dq3dt(:,:,8) of variable cumulative_change_in_ozone_concentration_due_to_temperature from new to old metadata -INFO: Converting local name stress_ice of variable surface_wind_stress_over_ice from new to old metadata -INFO: Converting local name is of variable starting_x_direction_index from new to old metadata -INFO: Converting local name sbsno of variable snow_deposition_sublimation_upward_latent_heat_flux from new to old metadata -INFO: Converting local name cnvprcpb of variable cumulative_lwe_thickness_of_convective_precipitation_amount_in_bucket from new to old metadata -INFO: Converting local name rdlai of variable flag_for_reading_leaf_area_index_from_input from new to old metadata -INFO: Converting local name phy_f3d(:,:,4) of variable water_vapor_specific_humidity_at_previous_time_step from new to old metadata -INFO: Converting local name area of variable cell_area from new to old metadata -INFO: Converting local name con_eps of variable ratio_of_dry_air_to_water_vapor_gas_constants from new to old metadata -INFO: Converting local name edmf_a of variable emdf_updraft_area from new to old metadata -INFO: Converting local name dusfc1 of variable instantaneous_surface_x_momentum_flux from new to old metadata -INFO: Converting local name qlcn of variable mass_fraction_of_convective_cloud_liquid_water from new to old metadata -INFO: Converting local name fh2_land of variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_land from new to old metadata -INFO: Converting local name tprcp_land of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_land from new to old metadata -INFO: Converting local name chh_land of variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_land from new to old metadata -INFO: Converting local name dt3dt(:,:,1) of variable cumulative_change_in_temperature_due_to_longwave_radiation from new to old metadata -INFO: Converting local name nfracseed of variable cellular_automata_seed_probability from new to old metadata -INFO: Converting local name cwm of variable total_cloud_condensate_mixing_ratio_updated_by_physics from new to old metadata -INFO: Converting local name u10max of variable maximum_u_wind_at_10m_over_maximum_hourly_time_interval from new to old metadata -INFO: Converting local name dvsfc_ss of variable integrated_y_momentum_flux_from_small_scale_gwd from new to old metadata -INFO: Converting local name smcref2 of variable threshold_volume_fraction_of_condensed_water_in_soil from new to old metadata -INFO: Converting local name kcnv of variable flag_deep_convection from new to old metadata -INFO: Converting local name keepsmfr of variable volume_fraction_of_frozen_soil_moisture_for_land_surface_model from new to old metadata -INFO: Converting local name frain of variable dynamics_to_physics_timestep_ratio from new to old metadata -INFO: Converting local name debug of variable flag_debug from new to old metadata -INFO: Converting local name qrn of variable local_rain_water_mixing_ratio from new to old metadata -INFO: Converting local name tsfc_ocean of variable surface_skin_temperature_over_ocean_interstitial from new to old metadata -INFO: Converting local name levr of variable number_of_vertical_layers_for_radiation_calculations from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_graupel_number_concentration) of variable graupel_number_concentration from new to old metadata -INFO: Converting local name bl_upfr of variable updraft_fraction_in_boundary_layer_mass_flux_scheme from new to old metadata -INFO: Converting local name nsfcpert of variable number_of_surface_perturbations from new to old metadata -INFO: Converting local name evpco of variable coefficient_for_evaporation_of_rainfall from new to old metadata -INFO: Converting local name iems of variable flag_for_surface_emissivity_control from new to old metadata -INFO: Converting local name dlwsfc of variable cumulative_surface_downwelling_longwave_flux_multiplied_by_timestep from new to old metadata -INFO: Converting local name cimin of variable minimum_sea_ice_concentration from new to old metadata -INFO: Converting local name zs of variable depth_of_soil_levels_for_land_surface_model from new to old metadata -INFO: Converting local name fm10_land of variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_land from new to old metadata -INFO: Converting local name lsm_noahmp of variable flag_for_noahmp_land_surface_scheme from new to old metadata -INFO: Converting local name cs_parm(1) of variable updraft_velocity_tunable_parameter_1_CS from new to old metadata -INFO: Converting local name z_c of variable sub_layer_cooling_thickness from new to old metadata -INFO: Converting local name rainc of variable lwe_thickness_of_convective_precipitation_amount_on_dynamics_timestep from new to old metadata -INFO: Converting local name do_cnvgwd of variable flag_for_convective_gravity_wave_drag from new to old metadata -INFO: Converting local name nlunit of variable iounit_namelist from new to old metadata -INFO: Converting local name gw_dtdt of variable tendency_of_air_temperature_due_to_ugwp from new to old metadata -INFO: Converting local name phy_myj_vz0 of variable v_wind_component_at_viscous_sublayer_top from new to old metadata -INFO: Converting local name dusfc_ss of variable integrated_x_momentum_flux_from_small_scale_gwd from new to old metadata -INFO: Converting local name reset of variable flag_reset_maximum_hourly_fields from new to old metadata -INFO: Converting local name idat of variable date_and_time_at_model_initialization from new to old metadata -INFO: Converting local name oceanfrac of variable sea_area_fraction from new to old metadata -INFO: Converting local name rho_h2o of variable density_of_fresh_water from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_ozone) of variable ozone_mixing_ratio from new to old metadata -INFO: Converting local name qv of variable water_vapor_specific_humidity_at_Lagrangian_surface from new to old metadata -INFO: Converting local name adjnirdfd of variable surface_downwelling_diffuse_near_infrared_shortwave_flux from new to old metadata -INFO: Converting local name ca_global of variable flag_for_global_cellular_automata from new to old metadata -INFO: Converting local name landfrac of variable land_area_fraction from new to old metadata -INFO: Converting local name iopt_btr of variable flag_for_soil_moisture_factor_stomatal_resistance_option from new to old metadata -INFO: Converting local name cqs2 of variable surface_exchange_coefficient_for_moisture_at_2m from new to old metadata -INFO: Converting local name snohfa of variable cumulative_snow_freezing_rain_upward_latent_heat_flux_multiplied_by_timestep from new to old metadata -INFO: Converting local name nvisbm_cpl of variable cumulative_surface_net_downward_direct_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name GFS_sfcprop_type of variable GFS_sfcprop_type from new to old metadata -INFO: Converting local name oz_phys of variable flag_for_ozone_physics from new to old metadata -INFO: Converting local name rhowater of variable liquid_water_density from new to old metadata -INFO: Converting local name zsnsoxy of variable layer_bottom_depth_from_snow_surface from new to old metadata -INFO: Converting local name nthresh of variable threshold_for_perturbed_vertical_velocity from new to old metadata -INFO: Converting local name phy_f3d(:,:,1) of variable air_temperature_two_time_steps_back from new to old metadata -INFO: Converting local name gq0(:,:,index_for_water_friendly_aerosols) of variable water_friendly_aerosol_number_concentration_updated_by_physics from new to old metadata -INFO: Converting local name wetness of variable normalized_soil_wetness_for_land_surface_model from new to old metadata -INFO: Converting local name v10mi_cpl of variable instantaneous_y_wind_at_10m_for_coupling from new to old metadata -INFO: Converting local name rh02min of variable minimum_relative_humidity_at_2m_over_maximum_hourly_time_interval from new to old metadata -INFO: Converting local name nf_aelw of variable number_of_aerosol_output_fields_for_longwave_radiation from new to old metadata -INFO: Converting local name isubc_sw of variable flag_for_sw_clouds_without_sub_grid_approximation from new to old metadata -INFO: Converting local name gq0(:,:,index_for_rain_number_concentration) of variable rain_number_concentration_updated_by_physics from new to old metadata -INFO: Converting local name dvsfc1 of variable instantaneous_surface_y_momentum_flux from new to old metadata -INFO: Converting local name nirdfdi of variable surface_downwelling_diffuse_near_infrared_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name isatmedmf_vdif of variable choice_of_original_scale_aware_TKE_moist_EDMF_PBL from new to old metadata -INFO: Converting local name fprcp of variable number_of_frozen_precipitation_species from new to old metadata -INFO: Converting local name tsurf_land of variable surface_skin_temperature_after_iteration_over_land from new to old metadata -INFO: Converting local name kd of variable vertical_index_difference_between_inout_and_local from new to old metadata -INFO: Converting local name LTP of variable extra_top_layer from new to old metadata -INFO: Converting local name solcon of variable solar_constant from new to old metadata -INFO: Converting local name gq0(:,:,index_for_snow_number_concentration) of variable snow_number_concentration_updated_by_physics from new to old metadata -INFO: Converting local name bl_mynn_tkebudget of variable tke_budget from new to old metadata -INFO: Converting local name xu of variable diurnal_thermocline_layer_x_current from new to old metadata -INFO: Converting local name bl_mynn_tkeadvect of variable tke_advect from new to old metadata -INFO: Converting local name hflx_ice of variable kinematic_surface_upward_sensible_heat_flux_over_ice from new to old metadata -INFO: Converting local name smcwlt2 of variable volume_fraction_of_condensed_water_in_soil_at_wilting_point from new to old metadata -INFO: Converting local name imfdeepcnv of variable flag_for_mass_flux_deep_convection_scheme from new to old metadata -INFO: Converting local name ntchm of variable number_of_chemical_tracers from new to old metadata -INFO: Converting local name ncpl of variable local_condesed_water_number_concentration from new to old metadata -INFO: Converting local name vvl of variable omega from new to old metadata -INFO: Converting local name xkzminv of variable atmosphere_heat_diffusivity_background_maximum from new to old metadata -INFO: Converting local name snowc of variable surface_snow_area_fraction from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_of_subgrid_scale_cloud_fraction_from_shoc_in_phy_f3d) of variable subgrid_scale_cloud_fraction_from_shoc from new to old metadata -INFO: Converting local name du3dt(:,:,4) of variable cumulative_change_in_x_wind_due_to_convective_gravity_wave_drag from new to old metadata -INFO: Converting local name jcap of variable number_of_spectral_wave_trancation_for_sas from new to old metadata -INFO: Converting local name cd_ocean of variable surface_drag_coefficient_for_momentum_in_air_over_ocean from new to old metadata -INFO: Converting local name vfrac of variable vegetation_area_fraction from new to old metadata -INFO: Converting local name dvdftra of variable tendency_of_vertically_diffused_tracer_concentration from new to old metadata -INFO: Converting local name npzp1 of variable vertical_dimension_for_fast_physics_plus_one from new to old metadata -INFO: Converting local name duem of variable instantaneous_dust_emission_flux from new to old metadata -INFO: Converting local name prslrd0 of variable pressure_cutoff_for_rayleigh_damping from new to old metadata -INFO: Converting local name q2m of variable specific_humidity_at_2m from new to old metadata -INFO: Converting local name chs2 of variable surface_exchange_coefficient_for_heat_at_2m from new to old metadata -INFO: Converting local name lfmassxy of variable leaf_mass from new to old metadata -INFO: Converting local name phy_f3d(:,:,2) of variable water_vapor_specific_humidity_two_time_steps_back from new to old metadata -INFO: Converting local name rainp of variable tendency_of_rain_water_mixing_ratio_due_to_microphysics from new to old metadata -INFO: Converting local name ud_mf of variable instantaneous_atmosphere_updraft_convective_mass_flux from new to old metadata -INFO: Converting local name dudt_tms of variable instantaneous_change_in_x_wind_due_to_turbulent_orographic_form_drag from new to old metadata -INFO: Converting local name mg3_as_mg2 of variable flag_mg3_as_mg2 from new to old metadata -INFO: Converting local name htlw0 of variable tendency_of_air_temperature_due_to_longwave_heating_assuming_clear_sky_on_radiation_time_step from new to old metadata -INFO: Converting local name w_d of variable coefficient_w_d from new to old metadata -INFO: Converting local name shdmax of variable maximum_vegetation_area_fraction from new to old metadata -INFO: Converting local name iccn of variable flag_for_in_ccn_forcing_for_morrison_gettelman_microphysics from new to old metadata -INFO: Converting local name htlwc of variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step from new to old metadata -INFO: Converting local name scmpsw of variable components_of_surface_downward_shortwave_fluxes from new to old metadata -INFO: Converting local name tgrs(:,1) of variable air_temperature_at_lowest_model_layer from new to old metadata -INFO: Converting local name cmxy of variable surface_drag_coefficient_for_momentum_for_noahmp from new to old metadata -INFO: Converting local name snowd_land of variable surface_snow_thickness_water_equivalent_over_land from new to old metadata -INFO: Converting local name clouds(:,:,5) of variable mean_effective_radius_for_ice_cloud from new to old metadata -INFO: Converting local name xz of variable diurnal_thermocline_layer_thickness from new to old metadata -INFO: Converting local name tsfg of variable surface_ground_temperature_for_radiation from new to old metadata -INFO: Converting local name dkt of variable atmosphere_heat_diffusivity from new to old metadata -INFO: Converting local name qgrs of variable tracer_concentration from new to old metadata -INFO: Converting local name pgcon_deep of variable momentum_transport_reduction_factor_pgf_deep_convection from new to old metadata -INFO: Converting local name wind10mmax of variable maximum_wind_at_10m from new to old metadata -INFO: Converting local name slopetype of variable surface_slope_classification from new to old metadata -INFO: Converting local name Intdiag of variable GFS_diag_type_instance from new to old metadata -INFO: Converting local name mg_nccons of variable mg_flag_drop_concentration_constant from new to old metadata -INFO: Converting local name adjvisdfd of variable surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_snow_water) of variable tendency_of_snow_water_mixing_ratio_due_to_model_physics from new to old metadata -INFO: Converting local name nlwsfc_cpl of variable cumulative_surface_net_downward_longwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name clouds(:,:,9) of variable mean_effective_radius_for_snow_flake from new to old metadata -INFO: Converting local name con_cvap of variable specific_heat_of_water_vapor_at_constant_pressure from new to old metadata -INFO: Converting local name drydep of variable instantaneous_dry_deposition from new to old metadata -INFO: Converting local name semis_ocean of variable surface_longwave_emissivity_over_ocean_interstitial from new to old metadata -INFO: Converting local name master of variable mpi_root from new to old metadata -INFO: Converting local name gamt of variable countergradient_mixing_term_for_temperature from new to old metadata -INFO: Converting local name redrag of variable flag_for_reduced_drag_coefficient_over_sea from new to old metadata -INFO: Converting local name gq0(:,:,index_for_ozone) of variable ozone_concentration_updated_by_physics from new to old metadata -INFO: Converting local name do_skeb of variable flag_for_stochastic_skeb_option from new to old metadata -INFO: Converting local name qg_r of variable mass_weighted_rime_factor_mixing_ratio from new to old metadata -INFO: Converting local name min_seaice of variable sea_ice_minimum from new to old metadata -INFO: Converting local name betal_deep of variable downdraft_fraction_reaching_surface_over_land_deep_convection from new to old metadata -INFO: Converting local name alvwf of variable mean_vis_albedo_with_weak_cosz_dependency from new to old metadata -INFO: Converting local name do_gwd of variable flag_for_gravity_wave_drag from new to old metadata -INFO: Converting local name nf_aesw of variable number_of_aerosol_output_fields_for_shortwave_radiation from new to old metadata -INFO: Converting local name avg_max_length of variable time_interval_for_maximum_hourly_fields from new to old metadata -INFO: Converting local name tdomzr of variable dominant_freezing_rain_type from new to old metadata -INFO: Converting local name toticeb of variable accumulated_lwe_thickness_of_ice_amount_in_bucket from new to old metadata -INFO: Converting local name isppt_deep of variable flag_for_combination_of_sppt_with_isppt_deep from new to old metadata -INFO: Converting local name ice of variable lwe_thickness_of_ice_amount_on_dynamics_timestep from new to old metadata -INFO: Converting local name dq3dt(:,:,9) of variable cumulative_change_in_ozone_concentration_due_to_overhead_ozone_column from new to old metadata -INFO: Converting local name lsidea of variable flag_idealized_physics from new to old metadata -INFO: Converting local name ico2 of variable flag_for_using_prescribed_global_mean_co2_value from new to old metadata -INFO: Converting local name evap_ice of variable kinematic_surface_upward_latent_heat_flux_over_ice from new to old metadata -INFO: Converting local name do_awdd of variable flag_arakawa_wu_downdraft from new to old metadata -INFO: Converting local name hetfrz_classnuc of variable mg_flag_for_heterogeneous_freezing from new to old metadata -INFO: Converting local name mpiroot of variable mpi_root_for_fast_physics from new to old metadata -INFO: Converting local name dq3dt(:,:,4) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_microphysics from new to old metadata -INFO: Converting local name GFS_coupling_type of variable GFS_coupling_type from new to old metadata -INFO: Converting local name psurfi_cpl of variable instantaneous_surface_air_pressure_for_coupling from new to old metadata -INFO: Converting local name xkzm_h of variable atmosphere_heat_diffusivity_background from new to old metadata -INFO: Converting local name rh02max of variable maximum_relative_humidity_at_2m_over_maximum_hourly_time_interval from new to old metadata -INFO: Converting local name tmpmax of variable maximum_temperature_at_2m from new to old metadata -INFO: Converting local name fscav of variable fraction_of_tracer_scavenged from new to old metadata -INFO: Converting local name ntiwx of variable index_for_ice_cloud_condensate_vertical_diffusion_tracer from new to old metadata -INFO: Converting local name gasvmr(:,:,4) of variable volume_mixing_ratio_o2 from new to old metadata -INFO: Converting local name dpt2m of variable dewpoint_temperature_at_2m from new to old metadata -INFO: Converting local name mg_do_liq_liu of variable mg_flag_for_liu_liquid_treatment from new to old metadata -INFO: Converting local name ffhh_land of variable Monin_Obukhov_similarity_function_for_heat_over_land from new to old metadata -INFO: Converting local name crtrh(3) of variable critical_relative_humidity_at_top_of_atmosphere from new to old metadata -INFO: Converting local name smcwtdxy of variable soil_water_content_between_soil_bottom_and_water_table from new to old metadata -INFO: Converting local name visbmdi of variable surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name cdq_ice of variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_ice from new to old metadata -INFO: Converting local name adjnirdfu of variable surface_upwelling_diffuse_near_infrared_shortwave_flux from new to old metadata -INFO: Converting local name wcbmax of variable maximum_updraft_velocity_at_cloud_base from new to old metadata -INFO: Converting local name tsflw of variable surface_midlayer_air_temperature_in_longwave_radiation from new to old metadata -INFO: Converting local name asolfac_shal of variable aerosol_aware_parameter_shallow_convection from new to old metadata -INFO: Converting local name gabsbdlw_ocean of variable surface_downwelling_longwave_flux_absorbed_by_ground_over_ocean from new to old metadata -INFO: Converting local name de_lgth of variable cloud_decorrelation_length from new to old metadata -INFO: Converting local name GFS_interstitial_type of variable GFS_interstitial_type from new to old metadata -INFO: Converting local name imap of variable map_of_block_column_number_to_global_i_index from new to old metadata -INFO: Converting local name plyr of variable air_pressure_at_layer_for_radiation_in_hPa from new to old metadata -INFO: Converting local name skip_macro of variable flag_skip_macro from new to old metadata -INFO: Converting local name tsnoxy of variable snow_temperature from new to old metadata -INFO: Converting local name sbsnoa of variable cumulative_snow_deposition_sublimation_upward_latent_heat_flux_multiplied_by_timestep from new to old metadata -INFO: Converting local name prcpmp of variable lwe_thickness_of_explicit_precipitation_amount from new to old metadata -INFO: Converting local name clcn of variable convective_cloud_volume_fraction from new to old metadata -INFO: Converting local name gt0 of variable air_temperature_updated_by_physics from new to old metadata -INFO: Converting local name gamma of variable anisotropy_of_subgrid_orography from new to old metadata -INFO: Converting local name uconvtend of variable tendency_of_x_wind_due_to_deep_convection_for_coupling_on_physics_timestep from new to old metadata -INFO: Converting local name dswsfci_cpl of variable instantaneous_surface_downwelling_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name delp of variable pressure_thickness_at_Lagrangian_surface from new to old metadata -INFO: Converting local name lsm_ruc of variable flag_for_ruc_land_surface_scheme from new to old metadata -INFO: Converting local name dt_mf of variable instantaneous_atmosphere_detrainment_convective_mass_flux from new to old metadata -INFO: Converting local name d_conv of variable free_convection_layer_thickness from new to old metadata -INFO: Converting local name nlwsfci_cpl of variable instantaneous_surface_net_downward_longwave_flux_for_coupling from new to old metadata -INFO: Converting local name shum_wts of variable weights_for_stochastic_shum_perturbation from new to old metadata -INFO: Converting local name dswsfci of variable surface_downwelling_shortwave_flux from new to old metadata -INFO: Converting local name do_ysu of variable flag_for_ysu from new to old metadata -INFO: Converting local name q_con of variable cloud_condensed_water_specific_humidity_at_Lagrangian_surface from new to old metadata -INFO: Converting local name mom4ice of variable flag_for_mom4_coupling from new to old metadata -INFO: Converting local name tref of variable sea_surface_reference_temperature from new to old metadata -INFO: Converting local name faersw(:,:,:,3) of variable aerosol_asymmetry_parameter_for_shortwave_bands_01_16 from new to old metadata -INFO: Converting local name ie of variable ending_x_direction_index from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_water_friendly_aerosols) of variable water_friendly_aerosol_number_concentration from new to old metadata -INFO: Converting local name dugwd of variable time_integral_of_x_stress_due_to_gravity_wave_drag from new to old metadata -INFO: Converting local name ntot3d of variable number_of_fields_in_phyf3d from new to old metadata -INFO: Converting local name GFS_data_type of variable GFS_data_type from new to old metadata -INFO: Converting local name graupelprv of variable lwe_thickness_of_graupel_amount_from_previous_timestep from new to old metadata -INFO: Converting local name nstf_name(4) of variable vertical_temperature_average_range_lower_bound from new to old metadata -INFO: Converting local name kind_dyn of variable kind_dyn from new to old metadata -INFO: Converting local name acv of variable accumulated_lwe_thickness_of_convective_precipitation_amount_cnvc90 from new to old metadata -INFO: Converting local name lsoil_lsm of variable soil_vertical_dimension_for_land_surface_model from new to old metadata -INFO: Converting local name phy_myj_chkqlm of variable surface_layer_evaporation_switch from new to old metadata -INFO: Converting local name dtf of variable time_step_for_dynamics from new to old metadata -INFO: Converting local name dqsfci_cpl of variable instantaneous_surface_upward_latent_heat_flux_for_coupling from new to old metadata -INFO: Converting local name mg_do_hail of variable mg_flag_for_hail from new to old metadata -INFO: Converting local name iopt_sfc of variable flag_for_surface_layer_drag_coefficient_option from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_ice_cloud_number_concentration) of variable tendency_of_ice_number_concentration_due_to_model_physics from new to old metadata -INFO: Converting local name kind_LOGICAL of variable kind_LOGICAL from new to old metadata -INFO: Converting local name hybedmf of variable flag_for_hedmf from new to old metadata -INFO: Converting local name dvisdfi_cpl of variable instantaneous_surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name exch_h of variable atmosphere_heat_diffusivity_for_mynnpbl from new to old metadata -INFO: Converting local name z01d of variable perturbation_of_momentum_roughness_length from new to old metadata -INFO: Converting local name prevst of variable temperature_from_previous_timestep from new to old metadata -INFO: Converting local name tracers_total of variable number_of_total_tracers from new to old metadata -INFO: Converting local name wind of variable wind_speed_at_lowest_model_layer from new to old metadata -INFO: Converting local name hprime of variable statistical_measures_of_subgrid_orography from new to old metadata -INFO: Converting local name oz_coeffp5 of variable number_of_coefficients_in_ozone_forcing_data_plus_five from new to old metadata -INFO: Converting local name tvxy of variable vegetation_temperature from new to old metadata -INFO: Converting local name ncps of variable local_snow_number_concentration from new to old metadata -INFO: Converting local name zlvl of variable height_above_ground_at_lowest_model_layer from new to old metadata -INFO: Converting local name restart of variable flag_for_restart from new to old metadata -INFO: Converting local name con_tice of variable freezing_point_temperature_of_seawater from new to old metadata -INFO: Converting local name sfcnsw of variable surface_net_downwelling_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name tau_mtb of variable time_integral_of_momentum_flux_due_to_mountain_blocking_drag from new to old metadata -INFO: Metadata table for model FV3 written to tests/build_fv3_17/FV3/ccpp/physics/CCPP_VARIABLES_FV3.html -INFO: Parsing metadata tables in physics scheme files ... -INFO: Parsed tables in scheme rayleigh_damp -INFO: Parsed tables in scheme GFS_surface_composites_pre -INFO: Parsed tables in scheme GFS_surface_composites_inter -INFO: Parsed tables in scheme GFS_surface_composites_post -INFO: Parsed tables in scheme rrtmg_sw -INFO: Parsed tables in scheme sfc_ocean -INFO: Parsed tables in scheme gwdc_pre -INFO: Parsed tables in scheme gwdc -INFO: Parsed tables in scheme gwdc_post -INFO: Parsed tables in scheme cu_gf_driver_pre -INFO: Parsed tables in scheme gfdl_cloud_microphys -INFO: Parsed tables in scheme GFS_time_vary_pre -INFO: Parsed tables in scheme GFS_rrtmg_setup -INFO: Parsed tables in scheme zhaocarr_gscond -INFO: Parsed tables in scheme ysuvdif -INFO: Parsed tables in scheme rrtmg_sw_post -INFO: Parsed tables in scheme GFS_SCNV_generic_pre -INFO: Parsed tables in scheme GFS_SCNV_generic_post -INFO: Parsed tables in scheme GFS_rrtmg_pre -INFO: Parsed tables in scheme sfc_sice -INFO: Parsed tables in scheme samfdeepcnv -INFO: Parsed tables in scheme satmedmfvdif -INFO: Parsed tables in scheme mynnrad_post -INFO: Parsed tables in scheme cu_gf_driver_post -INFO: Parsed tables in scheme cs_conv_aw_adj -INFO: Parsed tables in scheme GFS_phys_time_vary -INFO: Parsed tables in scheme ozphys_2015 -INFO: Parsed tables in scheme GFS_suite_interstitial_rad_reset -INFO: Parsed tables in scheme GFS_suite_interstitial_phys_reset -INFO: Parsed tables in scheme GFS_suite_interstitial_1 -INFO: Parsed tables in scheme GFS_suite_interstitial_2 -INFO: Parsed tables in scheme GFS_suite_stateout_reset -INFO: Parsed tables in scheme GFS_suite_stateout_update -INFO: Parsed tables in scheme GFS_suite_interstitial_3 -INFO: Parsed tables in scheme GFS_suite_interstitial_4 -INFO: Parsed tables in scheme samfshalcnv -INFO: Parsed tables in scheme zhaocarr_precpd -INFO: Parsed tables in scheme noahmpdrv -INFO: Parsed tables in scheme mp_fer_hires -INFO: Parsed tables in scheme myjpbl_wrapper -INFO: Parsed tables in scheme GFS_surface_generic_pre -INFO: Parsed tables in scheme GFS_surface_generic_post -INFO: Parsed tables in scheme cu_ntiedtke_post -INFO: Parsed tables in scheme sfc_diag -INFO: Parsed tables in scheme rrtmg_lw -INFO: Parsed tables in scheme GFS_diagtoscreen -INFO: Parsed tables in scheme GFS_interstitialtoscreen -INFO: Parsed tables in scheme GFS_abort -INFO: Parsed tables in scheme GFS_checkland -INFO: Parsed tables in scheme mynnrad_pre -INFO: Parsed tables in scheme satmedmfvdifq -INFO: Parsed tables in scheme cs_conv_pre -INFO: Parsed tables in scheme cs_conv_post -INFO: Parsed tables in scheme cs_conv -INFO: Parsed tables in scheme shinhongvdif -INFO: Parsed tables in scheme h2ophys -INFO: Parsed tables in scheme rrtmg_lw_post -INFO: Parsed tables in scheme sfc_nst -INFO: Parsed tables in scheme sfc_nst_pre -INFO: Parsed tables in scheme sfc_nst_post -INFO: Parsed tables in scheme cu_ntiedtke_pre -INFO: Parsed tables in scheme cu_ntiedtke -INFO: Parsed tables in scheme cires_ugwp_post -INFO: Parsed tables in scheme hedmf -INFO: Parsed tables in scheme sfc_diff -INFO: Parsed tables in scheme mp_thompson_pre -INFO: Parsed tables in scheme sfc_diag_post -INFO: Parsed tables in scheme m_micro_pre -INFO: Parsed tables in scheme m_micro_post -INFO: Parsed tables in scheme m_micro -INFO: Parsed tables in scheme fv_sat_adj -INFO: Parsed tables in scheme GFS_surface_loop_control_part1 -INFO: Parsed tables in scheme GFS_surface_loop_control_part2 -INFO: Parsed tables in scheme shoc -INFO: Parsed tables in scheme GFS_rrtmg_post -INFO: Parsed tables in scheme GFS_GWD_generic_pre -INFO: Parsed tables in scheme GFS_GWD_generic_post -INFO: Parsed tables in scheme rrtmg_sw_pre -INFO: Parsed tables in scheme GFS_MP_generic_pre -INFO: Parsed tables in scheme GFS_MP_generic_post -INFO: Parsed tables in scheme cu_gf_driver -INFO: Parsed tables in scheme GFS_PBL_generic_pre -INFO: Parsed tables in scheme GFS_PBL_generic_post -INFO: Parsed tables in scheme mp_thompson_post -INFO: Parsed tables in scheme mp_thompson -INFO: Parsed tables in scheme rrtmg_lw_pre -INFO: Parsed tables in scheme gwdps -INFO: Parsed tables in scheme shalcnv -INFO: Parsed tables in scheme cires_ugwp -INFO: Parsed tables in scheme get_prs_fv3 -INFO: Parsed tables in scheme get_phi_fv3 -INFO: Parsed tables in scheme mynnsfc_wrapper -INFO: Parsed tables in scheme GFS_suite_ini_fini_test -INFO: Parsed tables in scheme myjsfc_wrapper -INFO: Parsed tables in scheme mynnedmf_wrapper -INFO: Parsed tables in scheme ozphys -INFO: Parsed tables in scheme lsm_ruc -INFO: Parsed tables in scheme GFS_stochastics -INFO: Parsed tables in scheme drag_suite -INFO: Parsed tables in scheme sfc_cice -INFO: Parsed tables in scheme sascnvn -INFO: Parsed tables in scheme lsm_ruc_sfc_sice_pre -INFO: Parsed tables in scheme lsm_ruc_sfc_sice_post -INFO: Parsed tables in scheme GFS_DCNV_generic_pre -INFO: Parsed tables in scheme GFS_DCNV_generic_post -INFO: Parsed tables in scheme cnvc90 -INFO: Parsed tables in scheme GFS_rad_time_vary -INFO: Parsed tables in scheme maximum_hourly_diagnostics -INFO: Parsed tables in scheme lsm_noah -INFO: Parsed tables in scheme dcyc2t3 -INFO: Parsed tables in scheme dcyc2t3_post -INFO: Parsed tables in scheme moninshoc -INFO: filtering out variable GFS_stateout_type_instance -INFO: filtering out variable accumulated_change_of_air_temperature_due_to_FA_scheme -INFO: filtering out variable accumulated_water_equivalent_of_frozen_precip -INFO: filtering out variable aerosol_number_concentration_from_gocart_aerosol_climatology -INFO: filtering out variable air_temperature_at_previous_time_step -INFO: filtering out variable air_temperature_two_time_steps_back -INFO: filtering out variable area_fraction_of_wet_canopy -INFO: filtering out variable atmosphere_energy_content_at_Lagrangian_surface -INFO: filtering out variable atmosphere_energy_content_in_column -INFO: filtering out variable atmosphere_heat_diffusivity_for_mynnpbl -INFO: filtering out variable atmosphere_heat_diffusivity_from_shoc -INFO: filtering out variable atmosphere_momentum_diffusivity_for_mynnpbl -INFO: filtering out variable baseline_surface_roughness_length -INFO: filtering out variable canopy_air_temperature -INFO: filtering out variable canopy_air_vapor_pressure -INFO: filtering out variable canopy_intercepted_ice_mass -INFO: filtering out variable canopy_intercepted_liquid_water -INFO: filtering out variable cappa_moist_gas_constant_at_Lagrangian_surface -INFO: filtering out variable ccn_number_concentration -INFO: filtering out variable ccpp_block_number -INFO: filtering out variable cell_area_for_fast_physics -INFO: filtering out variable cell_size -INFO: filtering out variable characteristic_grid_length_scale -INFO: filtering out variable choice_of_original_scale_aware_TKE_moist_EDMF_PBL -INFO: filtering out variable choice_of_scale_aware_TKE_moist_EDMF_PBL -INFO: filtering out variable choice_of_updated_scale_aware_TKE_moist_EDMF_PBL -INFO: filtering out variable cloud_area_fraction -INFO: filtering out variable cloud_base_mass_flux -INFO: filtering out variable cloud_condensed_water_conversion_threshold -INFO: filtering out variable cloud_condensed_water_mixing_ratio_at_lowest_model_layer -INFO: filtering out variable cloud_condensed_water_mixing_ratio_at_surface -INFO: filtering out variable cloud_condensed_water_specific_humidity_at_Lagrangian_surface -INFO: filtering out variable cloud_droplet_number_concentration -INFO: filtering out variable cloud_droplet_number_concentration_updated_by_physics -INFO: filtering out variable cloud_fraction_at_Lagrangian_surface -INFO: filtering out variable cloud_fraction_for_MG -INFO: filtering out variable cloud_graupel_specific_humidity_at_Lagrangian_surface -INFO: filtering out variable cloud_ice_specific_humidity_at_Lagrangian_surface -INFO: filtering out variable cloud_liquid_water_specific_humidity_at_Lagrangian_surface -INFO: filtering out variable cloud_phase_transition_denominator -INFO: filtering out variable cloud_phase_transition_threshold_temperature -INFO: filtering out variable cloud_rain_specific_humidity_at_Lagrangian_surface -INFO: filtering out variable cloud_snow_specific_humidity_at_Lagrangian_surface -INFO: filtering out variable cloud_specie_mix_flag -INFO: filtering out variable cloudpdf -INFO: filtering out variable coefficient_for_evaporation_of_rainfall -INFO: filtering out variable coefficient_from_cloud_ice_to_snow -INFO: filtering out variable coefficient_from_cloud_water_to_rain -INFO: filtering out variable conv_activity_counter -INFO: filtering out variable convective_updraft_area_fraction -INFO: filtering out variable convective_updraft_area_fraction_at_model_interfaces -INFO: filtering out variable couple_sgs_clouds_to_radiation_flag -INFO: filtering out variable cumulative_change_in_x_wind_due_to_convective_gravity_wave_drag -INFO: filtering out variable cumulative_change_in_y_wind_due_to_convective_gravity_wave_drag -INFO: filtering out variable density_of_frozen_precipitation -INFO: filtering out variable depth_of_soil_levels_for_land_surface_model -INFO: filtering out variable detrainment_and_precipitation_tunable_parameter_3_CS -INFO: filtering out variable detrainment_and_precipitation_tunable_parameter_4_CS -INFO: filtering out variable do_myjsfc -INFO: filtering out variable do_mynnsfclay -INFO: filtering out variable downdraft_fraction_in_boundary_layer_mass_flux_scheme -INFO: filtering out variable edmf_flag -INFO: filtering out variable edmf_momentum_transport_flag -INFO: filtering out variable edmf_partition_flag -INFO: filtering out variable edmf_tke_transport_flag -INFO: filtering out variable emdf_updraft_area -INFO: filtering out variable emdf_updraft_cloud_water -INFO: filtering out variable emdf_updraft_entrainment_rate -INFO: filtering out variable emdf_updraft_theta_l -INFO: filtering out variable emdf_updraft_total_water -INFO: filtering out variable emdf_updraft_vertical_velocity -INFO: filtering out variable ending_x_direction_index -INFO: filtering out variable ending_x_direction_index_domain -INFO: filtering out variable ending_y_direction_index -INFO: filtering out variable ending_y_direction_index_domain -INFO: filtering out variable entrainment_efficiency_tunable_parameter_9_CS -INFO: filtering out variable equilibrium_soil_water_content -INFO: filtering out variable fa_threshold_relative_humidity_for_onset_of_condensation -INFO: filtering out variable fast_soil_pool_mass_content_of_carbon -INFO: filtering out variable fine_root_mass -INFO: filtering out variable finite_volume_mean_edge_pressure_raised_to_the_power_of_kappa -INFO: filtering out variable flag_arakawa_wu_downdraft -INFO: filtering out variable flag_convective_tracer_transport -INFO: filtering out variable flag_flip -INFO: filtering out variable flag_flux_form_CS -INFO: filtering out variable flag_for_2015_ozone_physics -INFO: filtering out variable flag_for_aerosol_input_MG -INFO: filtering out variable flag_for_canopy_stomatal_resistance_option -INFO: filtering out variable flag_for_dynamic_vegetation_option -INFO: filtering out variable flag_for_fast_microphysics_energy_conservation -INFO: filtering out variable flag_for_frozen_soil_permeability_option -INFO: filtering out variable flag_for_frozen_soil_physics -INFO: filtering out variable flag_for_ground_snow_surface_albedo_option -INFO: filtering out variable flag_for_hydrostatic_solver_for_fast_physics -INFO: filtering out variable flag_for_in_ccn_forcing_for_morrison_gettelman_microphysics -INFO: filtering out variable flag_for_individual_cloud_species_advected -INFO: filtering out variable flag_for_inline_cloud_fraction_calculation -INFO: filtering out variable flag_for_lower_boundary_soil_temperature_option -INFO: filtering out variable flag_for_pdf_for_morrison_gettelman_microphysics_scheme -INFO: filtering out variable flag_for_precipitation_partition_option -INFO: filtering out variable flag_for_radiation_transfer_option -INFO: filtering out variable flag_for_reading_leaf_area_index_from_input -INFO: filtering out variable flag_for_restart -INFO: filtering out variable flag_for_runoff_and_groundwater_option -INFO: filtering out variable flag_for_sas_deep_convection_scheme -INFO: filtering out variable flag_for_saturation_adjustment_for_microphysics_in_dynamics -INFO: filtering out variable flag_for_shoc_after_convection -INFO: filtering out variable flag_for_soil_and_snow_temperature_time_stepping_option -INFO: filtering out variable flag_for_soil_moisture_factor_stomatal_resistance_option -INFO: filtering out variable flag_for_supercooled_liquid_water_option -INFO: filtering out variable flag_for_surface_layer_drag_coefficient_option -INFO: filtering out variable flag_for_tendency_of_air_temperature_at_Lagrangian_surface -INFO: filtering out variable flag_for_the_last_step_of_k_split_remapping -INFO: filtering out variable flag_mg3_as_mg2 -INFO: filtering out variable flag_skip_macro -INFO: filtering out variable fraction_of_cloud_top_water_scavenged -INFO: filtering out variable fraction_of_tracer_scavenged -INFO: filtering out variable gas_constants_for_multi_gases_physics -INFO: filtering out variable gas_tracers_for_multi_gas_physics_at_Lagrangian_surface -INFO: filtering out variable gf_memory_counter -INFO: filtering out variable graupel_number_concentration_updated_by_physics -INFO: filtering out variable grav_settling -INFO: filtering out variable ground_temperature_for_noahmp -INFO: filtering out variable gwd_opt -INFO: filtering out variable h2o_forcing -INFO: filtering out variable heat_exchange_coefficient_for_MYJ_schemes -INFO: filtering out variable ice_friendly_aerosol_number_concentration -INFO: filtering out variable ice_friendly_aerosol_number_concentration_updated_by_physics -INFO: filtering out variable ice_number_concentration -INFO: filtering out variable ice_number_concentration_updated_by_physics -INFO: filtering out variable ice_supersaturation_threshold -INFO: filtering out variable ice_water_mixing_ratio -INFO: filtering out variable in_number_concentration -INFO: filtering out variable index_for_ice_cloud_condensate_vertical_diffusion_tracer -INFO: filtering out variable integrated_x_momentum_flux_from_blocking_drag -INFO: filtering out variable integrated_x_momentum_flux_from_form_drag -INFO: filtering out variable integrated_x_momentum_flux_from_large_scale_gwd -INFO: filtering out variable integrated_x_momentum_flux_from_small_scale_gwd -INFO: filtering out variable integrated_y_momentum_flux_from_blocking_drag -INFO: filtering out variable integrated_y_momentum_flux_from_form_drag -INFO: filtering out variable integrated_y_momentum_flux_from_large_scale_gwd -INFO: filtering out variable integrated_y_momentum_flux_from_small_scale_gwd -INFO: filtering out variable k_level_of_highest_reaching_plume -INFO: filtering out variable kappa_dry_for_fast_physics -INFO: filtering out variable kinematic_buoyancy_flux_from_shoc -INFO: filtering out variable kinematic_surface_latent_heat_flux -INFO: filtering out variable lake_water_storage -INFO: filtering out variable latitude_index_in_debug_printouts -INFO: filtering out variable layer_bottom_depth_from_snow_surface -INFO: filtering out variable leaf_area_index -INFO: filtering out variable leaf_mass -INFO: filtering out variable limit_for_temperature_tendency_for_microphysics -INFO: filtering out variable liquid_water_density -INFO: filtering out variable local_graupel_mixing_ratio -INFO: filtering out variable local_graupel_number_concentration -INFO: filtering out variable local_rain_number_concentration -INFO: filtering out variable local_rain_water_mixing_ratio -INFO: filtering out variable local_snow_number_concentration -INFO: filtering out variable local_snow_water_mixing_ratio -INFO: filtering out variable log_pressure_at_Lagrangian_surface -INFO: filtering out variable mass_weighted_rime_factor_updated_by_physics -INFO: filtering out variable maximum_column_heating_rate -INFO: filtering out variable maximum_mass_flux -INFO: filtering out variable maximum_updraft_velocity_at_cloud_base -INFO: filtering out variable mean_nir_albedo_with_weak_cosz_dependency -INFO: filtering out variable mean_vis_albedo_with_weak_cosz_dependency -INFO: filtering out variable mg_allow_supersat_after_sed -INFO: filtering out variable mg_autoconversion_size_threshold_ice_snow -INFO: filtering out variable mg_bergeron_efficiency_factor -INFO: filtering out variable mg_cloud_water_variance -INFO: filtering out variable mg_drop_concentration_constant -INFO: filtering out variable mg_flag_drop_concentration_constant -INFO: filtering out variable mg_flag_for_cloud_ice_processes -INFO: filtering out variable mg_flag_for_gmao_ice_formulation -INFO: filtering out variable mg_flag_for_graupel -INFO: filtering out variable mg_flag_for_hail -INFO: filtering out variable mg_flag_for_heterogeneous_freezing -INFO: filtering out variable mg_flag_for_liu_liquid_treatment -INFO: filtering out variable mg_flag_for_sb2001_autoconversion -INFO: filtering out variable mg_flag_for_uniform_subcolumns -INFO: filtering out variable mg_flag_graupel_concentration_constant -INFO: filtering out variable mg_flag_ice_concentration_constant -INFO: filtering out variable mg_graupel_concentration_constant -INFO: filtering out variable mg_ice_concentration_constant -INFO: filtering out variable mg_minimum_cloud_condensed_water_and_ice_mixing_ratio -INFO: filtering out variable mg_minimum_rh_for_ice -INFO: filtering out variable mg_time_scale_for_autoconversion_of_ice -INFO: filtering out variable mg_tuning_factor_for_alphas -INFO: filtering out variable mg_type_of_precip_fraction_method -INFO: filtering out variable minimum_value_of_specific_humidity -INFO: filtering out variable mix_total_water_flag -INFO: filtering out variable mixing_length -INFO: filtering out variable mixing_length_flag -INFO: filtering out variable moisture_from_previous_timestep -INFO: filtering out variable moisture_tendency_due_to_dynamics -INFO: filtering out variable momentum_exchange_coefficient_for_MYJ_schemes -INFO: filtering out variable mpi_comm -INFO: filtering out variable mpi_rank_for_fast_physics -INFO: filtering out variable mpi_root_for_fast_physics -INFO: filtering out variable natural_log_of_h2o_forcing_data_pressure_levels -INFO: filtering out variable nondimensional_snow_age -INFO: filtering out variable normalized_soil_wetness_for_land_surface_model -INFO: filtering out variable number_of_cloud_types_CS -INFO: filtering out variable number_of_coefficients_in_h2o_forcing_data -INFO: filtering out variable number_of_frozen_precipitation_species -INFO: filtering out variable number_of_gases_for_multi_gases_physics -INFO: filtering out variable number_of_ghost_zones -INFO: filtering out variable number_of_plumes -INFO: filtering out variable number_of_snow_layers -INFO: filtering out variable number_of_spectral_wave_trancation_for_sas -INFO: filtering out variable number_of_tracers_for_CS -INFO: filtering out variable number_of_tracers_plus_one -INFO: filtering out variable number_of_water_species -INFO: filtering out variable omp_threads_for_fast_physics -INFO: filtering out variable ozone_mixing_ratio -INFO: filtering out variable potential_temperature_at_2m -INFO: filtering out variable potential_temperature_at_viscous_sublayer_top -INFO: filtering out variable prandtl_number -INFO: filtering out variable pressure_thickness_at_Lagrangian_surface -INFO: filtering out variable q_prime_squared -INFO: filtering out variable rain_number_concentration_updated_by_physics -INFO: filtering out variable ratio_of_vapor_to_dry_air_gas_constants_minus_one_default_kind -INFO: filtering out variable reciprocal_of_obukhov_length -INFO: filtering out variable shoc_flag_for_optional_surface_TKE_dissipation -INFO: filtering out variable shoc_implicit_TKE_integration_uncentering_term -INFO: filtering out variable shoc_tke_dissipatation_pressure_threshold -INFO: filtering out variable shoc_tke_dissipation_tunable_parameter -INFO: filtering out variable shoc_tke_dissipation_tunable_parameter_near_surface -INFO: filtering out variable slow_soil_pool_mass_content_of_carbon -INFO: filtering out variable snow_albedo_at_previous_time_step -INFO: filtering out variable snow_layer_ice -INFO: filtering out variable snow_layer_liquid_water -INFO: filtering out variable snow_mass_at_previous_time_step -INFO: filtering out variable snow_number_concentration_updated_by_physics -INFO: filtering out variable snow_precipitation_rate_at_surface -INFO: filtering out variable snow_temperature -INFO: filtering out variable snow_temperature_bottom_first_layer -INFO: filtering out variable soil_temperature_for_land_surface_model -INFO: filtering out variable soil_vertical_dimension_for_land_surface_model -INFO: filtering out variable soil_water_content_between_soil_bottom_and_water_table -INFO: filtering out variable specific_heat_capacities_for_multi_gases_physics -INFO: filtering out variable specific_humidity_at_viscous_sublayer_top -INFO: filtering out variable stability_function_for_heat -INFO: filtering out variable starting_x_direction_index -INFO: filtering out variable starting_x_direction_index_domain -INFO: filtering out variable starting_y_direction_index -INFO: filtering out variable starting_y_direction_index_domain -INFO: filtering out variable stem_area_index -INFO: filtering out variable stem_mass -INFO: filtering out variable subgrid_cloud_fraction_pbl -INFO: filtering out variable subgrid_cloud_mixing_ratio_pbl -INFO: filtering out variable subgrid_scale_cloud_fraction_from_shoc -INFO: filtering out variable surface_air_pressure_at_previous_time_step -INFO: filtering out variable surface_air_pressure_two_time_steps_back -INFO: filtering out variable surface_condensation_mass -INFO: filtering out variable surface_drag_coefficient_for_heat_and_moisture_for_noahmp -INFO: filtering out variable surface_drag_coefficient_for_momentum_for_noahmp -INFO: filtering out variable surface_exchange_coefficient_for_heat -INFO: filtering out variable surface_exchange_coefficient_for_heat_at_2m -INFO: filtering out variable surface_exchange_coefficient_for_moisture -INFO: filtering out variable surface_exchange_coefficient_for_moisture_at_2m -INFO: filtering out variable surface_friction_velocity_drag -INFO: filtering out variable surface_geopotential_at_Lagrangian_surface -INFO: filtering out variable surface_latent_heat -INFO: filtering out variable surface_layer_evaporation_switch -INFO: filtering out variable surface_specific_humidity_for_MYJ_schemes -INFO: filtering out variable surface_stability_parameter -INFO: filtering out variable t_prime_q_prime -INFO: filtering out variable t_prime_squared -INFO: filtering out variable temperature_from_previous_timestep -INFO: filtering out variable temperature_tendency_due_to_dynamics -INFO: filtering out variable tendency_of_air_temperature_at_Lagrangian_surface -INFO: filtering out variable tendency_of_cloud_droplet_number_concentration_due_to_model_physics -INFO: filtering out variable tendency_of_ice_cloud_water_mixing_ratio_due_to_model_physics -INFO: filtering out variable tendency_of_ice_friendly_aerosol_number_concentration_due_to_model_physics -INFO: filtering out variable tendency_of_ice_friendly_aerosols_at_surface -INFO: filtering out variable tendency_of_ice_number_concentration_due_to_model_physics -INFO: filtering out variable tendency_of_liquid_cloud_water_mixing_ratio_due_to_model_physics -INFO: filtering out variable tendency_of_ozone_mixing_ratio_due_to_model_physics -INFO: filtering out variable tendency_of_rain_water_mixing_ratio_due_to_microphysics -INFO: filtering out variable tendency_of_water_friendly_aerosol_number_concentration_due_to_model_physics -INFO: filtering out variable tendency_of_water_friendly_aerosols_at_surface -INFO: filtering out variable tendency_of_water_vapor_specific_humidity_due_to_model_physics -INFO: filtering out variable tendency_of_x_wind_due_to_convective_gravity_wave_drag -INFO: filtering out variable tendency_of_y_wind_due_to_convective_gravity_wave_drag -INFO: filtering out variable theta_star -INFO: filtering out variable thickness_at_Lagrangian_surface -INFO: filtering out variable time_step_for_remapping_for_fast_physics -INFO: filtering out variable tke_advect -INFO: filtering out variable tke_at_mass_points -INFO: filtering out variable tke_budget -INFO: filtering out variable tke_dissipative_heating_factor -INFO: filtering out variable top_layer_index_for_fast_physics -INFO: filtering out variable total_accumulated_snowfall -INFO: filtering out variable triple_point_temperature_of_water -INFO: filtering out variable turbulent_kinetic_energy_convective_transport_tracer -INFO: filtering out variable u_wind_component_at_viscous_sublayer_top -INFO: filtering out variable updraft_fraction_in_boundary_layer_mass_flux_scheme -INFO: filtering out variable updraft_velocity_tunable_parameter_1_CS -INFO: filtering out variable updraft_velocity_tunable_parameter_2_CS -INFO: filtering out variable v_wind_component_at_viscous_sublayer_top -INFO: filtering out variable vegetation_temperature -INFO: filtering out variable vertical_dimension_for_fast_physics -INFO: filtering out variable vertical_dimension_for_thickness_at_Lagrangian_surface -INFO: filtering out variable vertical_dimension_of_h2o_forcing_data -INFO: filtering out variable virtual_temperature_at_Lagrangian_surface -INFO: filtering out variable volume_fraction_of_frozen_soil_moisture_for_land_surface_model -INFO: filtering out variable volume_fraction_of_soil_moisture_for_land_surface_model -INFO: filtering out variable volume_fraction_of_unfrozen_soil_moisture_for_land_surface_model -INFO: filtering out variable water_friendly_aerosol_number_concentration -INFO: filtering out variable water_friendly_aerosol_number_concentration_updated_by_physics -INFO: filtering out variable water_storage_in_aquifer -INFO: filtering out variable water_storage_in_aquifer_and_saturated_soil -INFO: filtering out variable water_table_depth -INFO: filtering out variable water_table_recharge_when_deep -INFO: filtering out variable water_table_recharge_when_shallow -INFO: filtering out variable water_vapor_mixing_ratio_at_surface -INFO: filtering out variable water_vapor_specific_humidity_at_Lagrangian_surface -INFO: filtering out variable water_vapor_specific_humidity_at_previous_time_step -INFO: filtering out variable water_vapor_specific_humidity_two_time_steps_back -INFO: filtering out variable weight_for_momentum_at_viscous_sublayer_top -INFO: filtering out variable weight_for_potental_temperature_at_viscous_sublayer_top -INFO: filtering out variable weight_for_specific_humidity_at_viscous_sublayer_top -INFO: filtering out variable wood_mass -INFO: filtering out variable x_momentum_tendency_from_blocking_drag -INFO: filtering out variable x_momentum_tendency_from_form_drag -INFO: filtering out variable x_momentum_tendency_from_large_scale_gwd -INFO: filtering out variable x_momentum_tendency_from_small_scale_gwd -INFO: filtering out variable y_momentum_tendency_from_blocking_drag -INFO: filtering out variable y_momentum_tendency_from_form_drag -INFO: filtering out variable y_momentum_tendency_from_large_scale_gwd -INFO: filtering out variable y_momentum_tendency_from_small_scale_gwd -INFO: Checking optional arguments in physics schemes ... -INFO: Metadata table for model FV3 written to tests/build_fv3_17/FV3/ccpp/framework/doc/DevelopersGuide/CCPP_VARIABLES_FV3.tex -INFO: Comparing metadata for requested and provided variables ... -INFO: Automatic unit conversion from m to um for effective_radius_of_stratiform_cloud_ice_particle_in_um before entering MODULE_mp_thompson SCHEME_mp_thompson SUBROUTINE_mp_thompson_run -INFO: Automatic unit conversion from m to um for effective_radius_of_stratiform_cloud_liquid_water_particle_in_um before entering MODULE_mp_thompson SCHEME_mp_thompson SUBROUTINE_mp_thompson_run -INFO: Automatic unit conversion from m to um for effective_radius_of_stratiform_cloud_snow_particle_in_um before entering MODULE_mp_thompson SCHEME_mp_thompson SUBROUTINE_mp_thompson_run -INFO: Generating schemes makefile/cmakefile snippet ... -INFO: Added 168 schemes to tests/build_fv3_17/FV3/ccpp/physics/CCPP_SCHEMES.mk, tests/build_fv3_17/FV3/ccpp/physics/CCPP_SCHEMES.cmake, tests/build_fv3_17/FV3/ccpp/physics/CCPP_SCHEMES.sh -INFO: Generating suite and group caps ... -INFO: Generating static API ccpp_static_api.F90 in tests/build_fv3_17/FV3/ccpp/physics ... -INFO: Generating caps makefile/cmakefile snippet ... -INFO: Added 10 auto-generated caps to tests/build_fv3_17/FV3/ccpp/physics/CCPP_CAPS.mk and tests/build_fv3_17/FV3/ccpp/physics/CCPP_CAPS.cmake -INFO: CCPP prebuild step completed successfully. -+ source build_fv3_17/FV3/ccpp/physics/CCPP_SCHEMES.sh -++ export 'CCPP_SCHEMES=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/aer_cloud.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/aerclm_def.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/aerinterp.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/calpreciptype.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cldwat2m_micro.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cldmacro.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/date_def.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/funcphys.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gcycle.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/h2o_def.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/h2ointerp.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/iccn_def.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/iccninterp.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/iounitdef.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/machine.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mersenne_twister.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfpbl.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg_utils.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg2_0.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg3_0.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/multi_gases.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_model.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_parameters.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_radar.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_thompson.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MP_FER_HIRES.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_bl_mynn.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_mynn.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_orowam2017.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/namelist_soilveg.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfpblt.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfpbltq.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfscu.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfscuq.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/noahmp_tables.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/num_parthds.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozne_def.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozinterp.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/physcons.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/physparam.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radcons.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_aerosols.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_astronomy.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_clouds.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_gases.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_surface.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radlw_datatb.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radlw_param.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radsw_datatb.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radsw_param.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/samfaerosols.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfcsub.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sflx.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/set_soilveg.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/surface_perturbation.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_deep.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_sh.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/tridi.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/wv_saturation.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_soil_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rayleigh_damp.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radsw_main.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_ocean.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gwdc.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gscond.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ysuvdif.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_sice.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/samfdeepcnv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/satmedmfvdif.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozphys_2015.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/samfshalcnv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/precpd.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_fer_hires.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diag.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radlw_main.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_debug.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/satmedmfvdifq.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cs_conv.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/shinhongvdif.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/h2ophys.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_nst.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/moninedmf.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diff.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diag_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/m_micro.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gcm_shoc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gwdps.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/shalcnv.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/get_prs_fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozphys.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_stochastics.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/drag_suite.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_cice.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sascnvn.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cnvc90.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_drv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/dcyc2.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/moninshoc.f' -++ CCPP_SCHEMES='/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/aer_cloud.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/aerclm_def.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/aerinterp.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/calpreciptype.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cldwat2m_micro.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cldmacro.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/date_def.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/funcphys.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gcycle.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/h2o_def.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/h2ointerp.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/iccn_def.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/iccninterp.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/iounitdef.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/machine.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mersenne_twister.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfpbl.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg_utils.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg2_0.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg3_0.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/multi_gases.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_model.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_parameters.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_radar.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_thompson.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MP_FER_HIRES.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_bl_mynn.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_mynn.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_orowam2017.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/namelist_soilveg.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfpblt.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfpbltq.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfscu.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfscuq.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/noahmp_tables.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/num_parthds.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozne_def.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozinterp.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/physcons.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/physparam.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radcons.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_aerosols.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_astronomy.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_clouds.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_gases.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_surface.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radlw_datatb.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radlw_param.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radsw_datatb.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radsw_param.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/samfaerosols.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfcsub.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sflx.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/set_soilveg.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/surface_perturbation.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_deep.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_sh.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/tridi.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/wv_saturation.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_soil_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rayleigh_damp.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radsw_main.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_ocean.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gwdc.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gscond.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ysuvdif.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_sice.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/samfdeepcnv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/satmedmfvdif.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozphys_2015.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/samfshalcnv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/precpd.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_fer_hires.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diag.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radlw_main.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_debug.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/satmedmfvdifq.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cs_conv.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/shinhongvdif.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/h2ophys.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_nst.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/moninedmf.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diff.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diag_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/m_micro.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gcm_shoc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gwdps.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/shalcnv.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/get_prs_fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozphys.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_stochastics.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/drag_suite.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_cice.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sascnvn.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cnvc90.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_drv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/dcyc2.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/moninshoc.f' -+ source build_fv3_17/FV3/ccpp/physics/CCPP_CAPS.sh -++ export 'CCPP_CAPS=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_17/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_regional_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_17/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_regional_time_vary_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_17/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_regional_radiation_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_17/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_regional_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_17/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_regional_stochastics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_17/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_regional_c768_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_17/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_regional_c768_time_vary_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_17/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_regional_c768_radiation_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_17/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_regional_c768_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_17/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_regional_c768_stochastics_cap.F90' -++ CCPP_CAPS='/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_17/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_regional_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_17/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_regional_time_vary_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_17/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_regional_radiation_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_17/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_regional_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_17/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_regional_stochastics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_17/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_regional_c768_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_17/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_regional_c768_time_vary_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_17/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_regional_c768_radiation_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_17/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_regional_c768_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_17/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_regional_c768_stochastics_cap.F90' -+ source build_fv3_17/FV3/ccpp/physics/CCPP_STATIC_API.sh -++ export CCPP_STATIC_API=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_17/FV3/ccpp/physics/ccpp_static_api.F90 -++ CCPP_STATIC_API=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_17/FV3/ccpp/physics/ccpp_static_api.F90 -+ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp_regional,FV3_GFS_2017_gfdlmp_regional_c768 32BIT=Y == *\N\A\M\_\p\h\y\s\=\Y* ]] -+ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp_regional,FV3_GFS_2017_gfdlmp_regional_c768 32BIT=Y == *\W\W\3\=\Y* ]] -++ trim ' -D32BIT=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=ON -DSTATIC=ON -DMULTI_GASES=OFF' -++ local 'var= -D32BIT=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=ON -DSTATIC=ON -DMULTI_GASES=OFF' -++ var='-D32BIT=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=ON -DSTATIC=ON -DMULTI_GASES=OFF' -++ var='-D32BIT=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=ON -DSTATIC=ON -DMULTI_GASES=OFF' -++ echo -n '-D32BIT=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=ON -DSTATIC=ON -DMULTI_GASES=OFF' -+ CCPP_CMAKE_FLAGS='-D32BIT=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=ON -DSTATIC=ON -DMULTI_GASES=OFF' -+ source /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc -++ __ms_function_name=setup__test_function__143182 -++ eval 'setup__test_function__143182() { /bin/true ; }' -+++ eval '__text="text" ; if [[ $__text =~ ^(t).* ]] ; then printf "%s" ${.sh.match[1]} ; fi' -+++ cat -++ __ms_ksh_test= -+++ eval 'if ( set | grep setup__test_function__143182 | grep -v name > /dev/null 2>&1 ) ; then echo t ; fi ' -+++ cat -++ __ms_bash_test=t -++ [[ ! -z '' ]] -++ [[ ! -z t ]] -++ __ms_shell=bash -++ [[ -d /lfs3 ]] -++ [[ -d /scratch1 ]] -++ [[ -d /gpfs/hps ]] -++ [[ -e /etc/SuSE-release ]] -++ [[ -d /dcom ]] -++ [[ -L /usrx ]] -+++ readlink /usrx -++ [[ /gpfs/dell1/usrx =~ dell ]] -++ eval module help -++ module purge -+++ /usrx/local/prod/lmod/lmod/libexec/lmod bash purge -++ eval unset 'ADVISOR_2018_DIR;' unset 'BACIO_LIB4;' unset 'BACIO_LIB8;' unset 'BACIO_SRC;' unset 'BACIO_VER;' unset 'BINARY_TYPE_HPC;' unset '__LMOD_REF_COUNT_CLASSPATH;' unset 'CLASSPATH;' unset 'CLCK_ROOT;' unset 'CMAKE_CXX_COMPILER;' unset 'CMAKE_C_COMPILER;' unset 'CMAKE_Fortran_COMPILER;' unset 'CMAKE_Platform;' unset 'COMP;' unset '__LMOD_REF_COUNT_CPATH;' unset 'CPATH;' unset '__LMOD_REF_COUNT_CPLUS_INCLUDE_PATH;' unset 'CPLUS_INCLUDE_PATH;' unset 'CRTM_FIX;' unset 'CRTM_INC;' unset 'CRTM_LIB;' unset 'CRTM_SRC;' unset 'CRTM_VER;' unset 'DAALROOT;' unset 'ECF_HOSTFILE;' unset 'ECF_PORT;' unset 'ECF_ROOT;' unset 'ESMFMKFILE;' unset 'G2TMPL_INC;' unset 'G2TMPL_LIB;' unset 'G2TMPL_SRC;' unset 'G2TMPL_VER;' unset 'G2_INC4;' unset 'G2_INCd;' unset 'G2_LIB4;' unset 'G2_LIBd;' unset 'G2_SRC;' unset 'G2_VER;' unset 'GDBSERVER_MIC;' unset 'GDB_CROSS;' unset 'HDF5;' unset 'HDF5_CFLAGS;' unset 'HDF5_CXXFLAGS;' unset 'HDF5_FFLAGS;' unset 'HDF5_INCLUDE;' unset 'HDF5_LDFLAGS;' unset 'HDF5_LDFLAGS_C;' unset 'HDF5_LDFLAGS_CXX;' unset 'HDF5_LDFLAGS_F;' unset '__LMOD_REF_COUNT_INFOPATH;' unset 'INFOPATH;' unset 'INSPECTOR_2018_DIR;' unset 'INTEL_LICENSE_FILE;' unset 'INTEL_PYTHONHOME;' unset 'IPPROOT;' unset 'IP_INC4;' unset 'IP_INC8;' unset 'IP_INCd;' unset 'IP_LIB4;' unset 'IP_LIB8;' unset 'IP_LIBd;' unset 'IP_SRC;' unset 'IP_VER;' unset 'I_MPI_CC;' unset 'I_MPI_CXX;' unset 'I_MPI_EXTRA_FILESYSTEM;' unset 'I_MPI_EXTRA_FILESYSTEM_LIST;' unset 'I_MPI_F77;' unset 'I_MPI_F90;' unset 'I_MPI_FC;' unset 'I_MPI_HYDRA_BOOTSTRAP;' unset 'I_MPI_HYDRA_IFACE;' unset 'I_MPI_LSF_USE_COLLECTIVE_LAUNCH;' unset 'I_MPI_ROOT;' unset 'JASPER_INC;' unset 'JASPER_LIB;' unset 'JASPER_LIBDIR;' unset 'JASPER_SRC;' unset 'JASPER_VER;' unset 'KMP_AFFINITY;' unset '__LMOD_REF_COUNT_LD_LIBRARY_PATH;' unset 'LD_LIBRARY_PATH;' unset '__LMOD_REF_COUNT_LIBRARY_PATH;' unset 'LIBRARY_PATH;' unset 'LIB_NAME;' unset 'LMOD_FAMILY_COMPILER;' unset 'LMOD_FAMILY_COMPILER_VERSION;' unset 'LMOD_FAMILY_CONMPILER;' unset 'LMOD_FAMILY_CONMPILER_VERSION;' unset 'LMOD_FAMILY_MPI;' unset 'LMOD_FAMILY_MPI_VERSION;' unset '__LMOD_REF_COUNT_LOADEDMODULES;' unset 'LOADEDMODULES;' unset 'LSF_BINDIR;' unset 'LSF_ENVDIR;' unset 'LSF_LIBDIR;' unset 'LSF_SERVERDIR;' '__LMOD_REF_COUNT_MANPATH="/usrx/local/prod/lmod/lmod/share/man:1";' export '__LMOD_REF_COUNT_MANPATH;' 'MANPATH="/usrx/local/prod/lmod/lmod/share/man::";' export 'MANPATH;' unset 'MKLROOT;' 'MODULEPATH="/usrx/local/dev/emc_rocoto/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod";' export 'MODULEPATH;' unset 'MPM_LAUNCHER;' unset 'NEMSIO_INC;' unset 'NEMSIO_LIB;' unset 'NEMSIO_SRC;' unset 'NEMSIO_VER;' unset 'NETCDF;' unset 'NETCDF_CFLAGS;' unset 'NETCDF_CXX4FLAGS;' unset 'NETCDF_CXXFLAGS;' unset 'NETCDF_FFLAGS;' unset 'NETCDF_INC;' unset 'NETCDF_INCLUDE;' unset 'NETCDF_LDFLAGS;' unset 'NETCDF_LDFLAGS_C;' unset 'NETCDF_LDFLAGS_CXX;' unset 'NETCDF_LDFLAGS_CXX4;' unset 'NETCDF_LDFLAGS_F;' unset 'NETCDF_LIB;' unset 'NETCDF_ROOT;' unset '__LMOD_REF_COUNT_NLSPATH;' unset 'NLSPATH;' '__LMOD_REF_COUNT_PATH="/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/usr/lpp/mmfs/bin:1;/opt/ibutils/bin:1;/opt/dell/srvadmin/bin:1;/u/Dusan.Jovic/bin:2;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/dbrowse:1;/u/Dusan.Jovic/.local/bin:1";' export '__LMOD_REF_COUNT_PATH;' 'PATH="/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/usr/lpp/mmfs/bin:/opt/ibutils/bin:/opt/dell/srvadmin/bin:/u/Dusan.Jovic/bin:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/dbrowse:/u/Dusan.Jovic/.local/bin";' export 'PATH;' unset 'PKG_CONFIG_PATH;' unset 'PNG_INC;' unset 'PNG_LIB;' unset 'PNG_LIB12;' unset 'PNG_LIBDIR;' unset 'PNG_LIBso;' unset 'PNG_SRC;' unset 'PNG_VER;' unset 'POST_INC;' unset 'POST_LIB;' unset 'POST_SRC;' unset 'POST_VER;' unset 'PSTLROOT;' unset 'PYTHONPATH;' unset '__LMOD_REF_COUNT_QT_PLUGIN_PATH;' unset 'QT_PLUGIN_PATH;' unset 'SP_LIB4;' unset 'SP_LIB8;' unset 'SP_LIBd;' unset 'SP_SRC;' unset 'SP_VER;' unset 'TBBROOT;' unset 'VT_ADD_LIBS;' unset 'VT_ARCH;' unset 'VT_LIB_DIR;' unset 'VT_MPI;' unset 'VT_ROOT;' unset 'VT_SLIB_DIR;' unset 'W3EMC_INC4;' unset 'W3EMC_INC8;' unset 'W3EMC_INCd;' unset 'W3EMC_LIB4;' unset 'W3EMC_LIB8;' unset 'W3EMC_LIBd;' unset 'W3EMC_SRC;' unset 'W3EMC_VER;' unset 'W3NCO_INC4;' unset 'W3NCO_INC8;' unset 'W3NCO_INCd;' unset 'W3NCO_LIB4;' unset 'W3NCO_LIB8;' unset 'W3NCO_LIBd;' unset 'W3NCO_SRC;' unset 'W3NCO_VER;' unset 'XLSF_UIDDIR;' unset 'Z_INC;' unset 'Z_LIB;' unset 'Z_SRC;' unset 'Z_VER;' unset '__LMOD_REF_COUNT__LMFILES_;' unset '_LMFILES_;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii91c3J4L2xvY2FsL2Rldi9lbWNfcm9jb3RvL21vZHVsZWZpbGVzIiwiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvRHVzYW4uSm92aWMvdWZzL3ByMTgvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvd2Nvc3NfZGVsbF9wMyIsIi91c3J4L2xvY2FsL2Rldi9tb2R1bGVmaWxlcyIsIi91c3J4L2xvY2FsL3Byb2QvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQiLCIvdXNyeC9sb2NhbC9w";' export '_ModuleTable001_;' '_ModuleTable002_="cm9kL21vZHVsZWZpbGVzL2RlZnMiLCIvZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb3JlX3Byb2QiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQ6L3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9kZWZzOi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsfQ==";' export '_ModuleTable002_;' '_ModuleTable_Sz_="2";' export '_ModuleTable_Sz_;' unset '_ModuleTable004_;' unset '_ModuleTable005_;' unset '_ModuleTable006_;' unset '_ModuleTable007_;' unset '_ModuleTable008_;' unset '_ModuleTable009_;' unset '_ModuleTable010_;' unset '_ModuleTable011_;' unset '_ModuleTable012_;' unset '_ModuleTable013_;' unset '_ModuleTable014_;' unset '_ModuleTable015_;' unset '_ModuleTable016_;' -+++ unset ADVISOR_2018_DIR -+++ unset BACIO_LIB4 -+++ unset BACIO_LIB8 -+++ unset BACIO_SRC -+++ unset BACIO_VER -+++ unset BINARY_TYPE_HPC -+++ unset __LMOD_REF_COUNT_CLASSPATH -+++ unset CLASSPATH -+++ unset CLCK_ROOT -+++ unset CMAKE_CXX_COMPILER -+++ unset CMAKE_C_COMPILER -+++ unset CMAKE_Fortran_COMPILER -+++ unset CMAKE_Platform -+++ unset COMP -+++ unset __LMOD_REF_COUNT_CPATH -+++ unset CPATH -+++ unset __LMOD_REF_COUNT_CPLUS_INCLUDE_PATH -+++ unset CPLUS_INCLUDE_PATH -+++ unset CRTM_FIX -+++ unset CRTM_INC -+++ unset CRTM_LIB -+++ unset CRTM_SRC -+++ unset CRTM_VER -+++ unset DAALROOT -+++ unset ECF_HOSTFILE -+++ unset ECF_PORT -+++ unset ECF_ROOT -+++ unset ESMFMKFILE -+++ unset G2TMPL_INC -+++ unset G2TMPL_LIB -+++ unset G2TMPL_SRC -+++ unset G2TMPL_VER -+++ unset G2_INC4 -+++ unset G2_INCd -+++ unset G2_LIB4 -+++ unset G2_LIBd -+++ unset G2_SRC -+++ unset G2_VER -+++ unset GDBSERVER_MIC -+++ unset GDB_CROSS -+++ unset HDF5 -+++ unset HDF5_CFLAGS -+++ unset HDF5_CXXFLAGS -+++ unset HDF5_FFLAGS -+++ unset HDF5_INCLUDE -+++ unset HDF5_LDFLAGS -+++ unset HDF5_LDFLAGS_C -+++ unset HDF5_LDFLAGS_CXX -+++ unset HDF5_LDFLAGS_F -+++ unset __LMOD_REF_COUNT_INFOPATH -+++ unset INFOPATH -+++ unset INSPECTOR_2018_DIR -+++ unset INTEL_LICENSE_FILE -+++ unset INTEL_PYTHONHOME -+++ unset IPPROOT -+++ unset IP_INC4 -+++ unset IP_INC8 -+++ unset IP_INCd -+++ unset IP_LIB4 -+++ unset IP_LIB8 -+++ unset IP_LIBd -+++ unset IP_SRC -+++ unset IP_VER -+++ unset I_MPI_CC -+++ unset I_MPI_CXX -+++ unset I_MPI_EXTRA_FILESYSTEM -+++ unset I_MPI_EXTRA_FILESYSTEM_LIST -+++ unset I_MPI_F77 -+++ unset I_MPI_F90 -+++ unset I_MPI_FC -+++ unset I_MPI_HYDRA_BOOTSTRAP -+++ unset I_MPI_HYDRA_IFACE -+++ unset I_MPI_LSF_USE_COLLECTIVE_LAUNCH -+++ unset I_MPI_ROOT -+++ unset JASPER_INC -+++ unset JASPER_LIB -+++ unset JASPER_LIBDIR -+++ unset JASPER_SRC -+++ unset JASPER_VER -+++ unset KMP_AFFINITY -+++ unset __LMOD_REF_COUNT_LD_LIBRARY_PATH -+++ unset LD_LIBRARY_PATH -+++ unset __LMOD_REF_COUNT_LIBRARY_PATH -+++ unset LIBRARY_PATH -+++ unset LIB_NAME -+++ unset LMOD_FAMILY_COMPILER -+++ unset LMOD_FAMILY_COMPILER_VERSION -+++ unset LMOD_FAMILY_CONMPILER -+++ unset LMOD_FAMILY_CONMPILER_VERSION -+++ unset LMOD_FAMILY_MPI -+++ unset LMOD_FAMILY_MPI_VERSION -+++ unset __LMOD_REF_COUNT_LOADEDMODULES -+++ unset LOADEDMODULES -+++ unset LSF_BINDIR -+++ unset LSF_ENVDIR -+++ unset LSF_LIBDIR -+++ unset LSF_SERVERDIR -+++ __LMOD_REF_COUNT_MANPATH=/usrx/local/prod/lmod/lmod/share/man:1 -+++ export __LMOD_REF_COUNT_MANPATH -+++ MANPATH=/usrx/local/prod/lmod/lmod/share/man:: -+++ export MANPATH -+++ unset MKLROOT -+++ MODULEPATH=/usrx/local/dev/emc_rocoto/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod -+++ export MODULEPATH -+++ unset MPM_LAUNCHER -+++ unset NEMSIO_INC -+++ unset NEMSIO_LIB -+++ unset NEMSIO_SRC -+++ unset NEMSIO_VER -+++ unset NETCDF -+++ unset NETCDF_CFLAGS -+++ unset NETCDF_CXX4FLAGS -+++ unset NETCDF_CXXFLAGS -+++ unset NETCDF_FFLAGS -+++ unset NETCDF_INC -+++ unset NETCDF_INCLUDE -+++ unset NETCDF_LDFLAGS -+++ unset NETCDF_LDFLAGS_C -+++ unset NETCDF_LDFLAGS_CXX -+++ unset NETCDF_LDFLAGS_CXX4 -+++ unset NETCDF_LDFLAGS_F -+++ unset NETCDF_LIB -+++ unset NETCDF_ROOT -+++ unset __LMOD_REF_COUNT_NLSPATH -+++ unset NLSPATH -+++ __LMOD_REF_COUNT_PATH='/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/usr/lpp/mmfs/bin:1;/opt/ibutils/bin:1;/opt/dell/srvadmin/bin:1;/u/Dusan.Jovic/bin:2;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/dbrowse:1;/u/Dusan.Jovic/.local/bin:1' -+++ export __LMOD_REF_COUNT_PATH -+++ PATH=/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/usr/lpp/mmfs/bin:/opt/ibutils/bin:/opt/dell/srvadmin/bin:/u/Dusan.Jovic/bin:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/dbrowse:/u/Dusan.Jovic/.local/bin -+++ export PATH -+++ unset PKG_CONFIG_PATH -+++ unset PNG_INC -+++ unset PNG_LIB -+++ unset PNG_LIB12 -+++ unset PNG_LIBDIR -+++ unset PNG_LIBso -+++ unset PNG_SRC -+++ unset PNG_VER -+++ unset POST_INC -+++ unset POST_LIB -+++ unset POST_SRC -+++ unset POST_VER -+++ unset PSTLROOT -+++ unset PYTHONPATH -+++ unset __LMOD_REF_COUNT_QT_PLUGIN_PATH -+++ unset QT_PLUGIN_PATH -+++ unset SP_LIB4 -+++ unset SP_LIB8 -+++ unset SP_LIBd -+++ unset SP_SRC -+++ unset SP_VER -+++ unset TBBROOT -+++ unset VT_ADD_LIBS -+++ unset VT_ARCH -+++ unset VT_LIB_DIR -+++ unset VT_MPI -+++ unset VT_ROOT -+++ unset VT_SLIB_DIR -+++ unset W3EMC_INC4 -+++ unset W3EMC_INC8 -+++ unset W3EMC_INCd -+++ unset W3EMC_LIB4 -+++ unset W3EMC_LIB8 -+++ unset W3EMC_LIBd -+++ unset W3EMC_SRC -+++ unset W3EMC_VER -+++ unset W3NCO_INC4 -+++ unset W3NCO_INC8 -+++ unset W3NCO_INCd -+++ unset W3NCO_LIB4 -+++ unset W3NCO_LIB8 -+++ unset W3NCO_LIBd -+++ unset W3NCO_SRC -+++ unset W3NCO_VER -+++ unset XLSF_UIDDIR -+++ unset Z_INC -+++ unset Z_LIB -+++ unset Z_SRC -+++ unset Z_VER -+++ unset __LMOD_REF_COUNT__LMFILES_ -+++ unset _LMFILES_ -+++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii91c3J4L2xvY2FsL2Rldi9lbWNfcm9jb3RvL21vZHVsZWZpbGVzIiwiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvRHVzYW4uSm92aWMvdWZzL3ByMTgvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvd2Nvc3NfZGVsbF9wMyIsIi91c3J4L2xvY2FsL2Rldi9tb2R1bGVmaWxlcyIsIi91c3J4L2xvY2FsL3Byb2QvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQiLCIvdXNyeC9sb2NhbC9w -+++ export _ModuleTable001_ -+++ _ModuleTable002_=cm9kL21vZHVsZWZpbGVzL2RlZnMiLCIvZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb3JlX3Byb2QiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQ6L3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9kZWZzOi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsfQ== -+++ export _ModuleTable002_ -+++ _ModuleTable_Sz_=2 -+++ export _ModuleTable_Sz_ -+++ unset _ModuleTable004_ -+++ unset _ModuleTable005_ -+++ unset _ModuleTable006_ -+++ unset _ModuleTable007_ -+++ unset _ModuleTable008_ -+++ unset _ModuleTable009_ -+++ unset _ModuleTable010_ -+++ unset _ModuleTable011_ -+++ unset _ModuleTable012_ -+++ unset _ModuleTable013_ -+++ unset _ModuleTable014_ -+++ unset _ModuleTable015_ -+++ unset _ModuleTable016_ -+++ : -s sh -++ eval -++ unset __ms_shell -++ unset __ms_ksh_test -++ unset __ms_bash_test -++ unset setup__test_function__143182 -++ unset __ms_function_name -+ [[ wcoss_dell_p3 == macosx.* ]] -+ [[ wcoss_dell_p3 == linux.* ]] -+ module use /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3 -++ /usrx/local/prod/lmod/lmod/libexec/lmod bash use /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3 -+ eval 'MODULEPATH="/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/dev/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod";' export 'MODULEPATH;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcjE4L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL3djb3NzX2RlbGxfcDMiLCIvdXNyeC9sb2NhbC9kZXYvZW1jX3JvY290by9tb2R1bGVmaWxlcyIsIi91c3J4L2xvY2FsL2Rldi9tb2R1bGVmaWxlcyIsIi91c3J4L2xvY2FsL3Byb2QvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQiLCIvdXNyeC9sb2NhbC9w";' export '_ModuleTable001_;' '_ModuleTable002_="cm9kL21vZHVsZWZpbGVzL2RlZnMiLCIvZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb3JlX3Byb2QiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQ6L3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9kZWZzOi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsfQ==";' export '_ModuleTable002_;' '_ModuleTable_Sz_="2";' export '_ModuleTable_Sz_;' -++ MODULEPATH=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/dev/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod -++ export MODULEPATH -++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcjE4L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL3djb3NzX2RlbGxfcDMiLCIvdXNyeC9sb2NhbC9kZXYvZW1jX3JvY290by9tb2R1bGVmaWxlcyIsIi91c3J4L2xvY2FsL2Rldi9tb2R1bGVmaWxlcyIsIi91c3J4L2xvY2FsL3Byb2QvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQiLCIvdXNyeC9sb2NhbC9w -++ export _ModuleTable001_ -++ _ModuleTable002_=cm9kL21vZHVsZWZpbGVzL2RlZnMiLCIvZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb3JlX3Byb2QiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQ6L3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9kZWZzOi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsfQ== -++ export _ModuleTable002_ -++ _ModuleTable_Sz_=2 -++ export _ModuleTable_Sz_ -++ : -s sh -+ eval -+ module load fv3 -++ /usrx/local/prod/lmod/lmod/libexec/lmod bash load fv3 -+ eval 'ADVISOR_2018_DIR="/usrx/local/prod/intel/2018UP01/advisor_2018";' export 'ADVISOR_2018_DIR;' 'BACIO_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libbacio_v2.0.3_4.a";' export 'BACIO_LIB4;' 'BACIO_LIB8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libbacio_v2.0.3_8.a";' export 'BACIO_LIB8;' 'BACIO_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/bacio_v2.0.3";' export 'BACIO_SRC;' 'BACIO_VER="v2.0.3";' export 'BACIO_VER;' 'BINARY_TYPE_HPC="";' export 'BINARY_TYPE_HPC;' '__LMOD_REF_COUNT_CLASSPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64/mpi.jar:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/daal.jar:1";' export '__LMOD_REF_COUNT_CLASSPATH;' 'CLASSPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64/mpi.jar:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/daal.jar";' export 'CLASSPATH;' 'CLCK_ROOT="/usrx/local/prod/intel/2018UP01/clck_latest";' export 'CLCK_ROOT;' 'CMAKE_CXX_COMPILER="mpiicpc";' export 'CMAKE_CXX_COMPILER;' 'CMAKE_C_COMPILER="mpiicc";' export 'CMAKE_C_COMPILER;' 'CMAKE_Fortran_COMPILER="mpiifort";' export 'CMAKE_Fortran_COMPILER;' 'CMAKE_Platform="wcoss_dell_p3";' export 'CMAKE_Platform;' 'COMP="ips";' export 'COMP;' '__LMOD_REF_COUNT_CPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/pstl/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/include:1";' export '__LMOD_REF_COUNT_CPATH;' 'CPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/pstl/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/include";' export 'CPATH;' '__LMOD_REF_COUNT_CPLUS_INCLUDE_PATH="/usrx/local/prod/intel/2018UP01/clck_latest/include:1";' export '__LMOD_REF_COUNT_CPLUS_INCLUDE_PATH;' 'CPLUS_INCLUDE_PATH="/usrx/local/prod/intel/2018UP01/clck_latest/include";' export 'CPLUS_INCLUDE_PATH;' 'CRTM_FIX="/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/fix";' export 'CRTM_FIX;' 'CRTM_INC="/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/ips/18.0.1/include/crtm_v2.2.6";' export 'CRTM_INC;' 'CRTM_LIB="/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/ips/18.0.1/libcrtm_v2.2.6.a";' export 'CRTM_LIB;' 'CRTM_SRC="/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/src";' export 'CRTM_SRC;' 'CRTM_VER="v2.2.6";' export 'CRTM_VER;' 'DAALROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal";' export 'DAALROOT;' 'ESMFMKFILE="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/lib/esmf.mk";' export 'ESMFMKFILE;' 'G2TMPL_INC="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/g2tmpl_v1.6.0";' export 'G2TMPL_INC;' 'G2TMPL_LIB="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2tmpl_v1.6.0.a";' export 'G2TMPL_LIB;' 'G2TMPL_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/g2tmpl_v1.6.0/src";' export 'G2TMPL_SRC;' 'G2TMPL_VER="v1.6.0";' export 'G2TMPL_VER;' 'G2_INC4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/g2_v3.1.1_4";' export 'G2_INC4;' 'G2_INCd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/g2_v3.1.1_d";' export 'G2_INCd;' 'G2_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2_v3.1.1_4.a";' export 'G2_LIB4;' 'G2_LIBd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2_v3.1.1_d.a";' export 'G2_LIBd;' 'G2_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/g2_v3.1.1";' export 'G2_SRC;' 'G2_VER="v3.1.1";' export 'G2_VER;' 'GDBSERVER_MIC="/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/targets/intel64/x200/bin/gdbserver";' export 'GDBSERVER_MIC;' 'GDB_CROSS="/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/bin/gdb-ia";' export 'GDB_CROSS;' 'HDF5="/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1";' export 'HDF5;' 'HDF5_CFLAGS="-I/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/include";' export 'HDF5_CFLAGS;' 'HDF5_CXXFLAGS="-I/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/include";' export 'HDF5_CXXFLAGS;' 'HDF5_FFLAGS="-I/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/include";' export 'HDF5_FFLAGS;' 'HDF5_INCLUDE="-I/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/include";' export 'HDF5_INCLUDE;' 'HDF5_LDFLAGS="-L/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib' -lhdf5_hl -lhdf5hl_fortran -lhdf5 '-lhdf5_fortran";' export 'HDF5_LDFLAGS;' 'HDF5_LDFLAGS_C="-L/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib' -lhdf5_hl '-lhdf5";' export 'HDF5_LDFLAGS_C;' 'HDF5_LDFLAGS_CXX="-L/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib' -lhdf5_hl -hdf5_hl_cpp -lhdf5 '-lhdf5_cpp";' export 'HDF5_LDFLAGS_CXX;' 'HDF5_LDFLAGS_F="-L/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib' -lhdf5_hl -lhdf5hl_fortran -lhdf5 '-lhdf5_fortran";' export 'HDF5_LDFLAGS_F;' '__LMOD_REF_COUNT_INFOPATH="/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/info:1;info_gdb_igfx:1";' export '__LMOD_REF_COUNT_INFOPATH;' 'INFOPATH="/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/info:info_gdb_igfx";' export 'INFOPATH;' 'INSPECTOR_2018_DIR="/usrx/local/prod/intel/2018UP01/inspector_2018";' export 'INSPECTOR_2018_DIR;' 'INTEL_LICENSE_FILE="/usrx/local/prod/intel/licenses";' export 'INTEL_LICENSE_FILE;' 'INTEL_PYTHONHOME="/usrx/local/prod/intel/2018UP01/debugger_2018/python/intel64";' export 'INTEL_PYTHONHOME;' 'IPPROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp";' export 'IPPROOT;' 'IP_INC4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ip_v3.0.2_4";' export 'IP_INC4;' 'IP_INC8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ip_v3.0.2_8";' export 'IP_INC8;' 'IP_INCd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ip_v3.0.2_d";' export 'IP_INCd;' 'IP_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libip_v3.0.2_4.a";' export 'IP_LIB4;' 'IP_LIB8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libip_v3.0.2_8.a";' export 'IP_LIB8;' 'IP_LIBd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libip_v3.0.2_d.a";' export 'IP_LIBd;' 'IP_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/ip_v3.0.2";' export 'IP_SRC;' 'IP_VER="v3.0.2";' export 'IP_VER;' 'I_MPI_CC="icc";' export 'I_MPI_CC;' 'I_MPI_CXX="icpc";' export 'I_MPI_CXX;' 'I_MPI_EXTRA_FILESYSTEM="yes";' export 'I_MPI_EXTRA_FILESYSTEM;' 'I_MPI_EXTRA_FILESYSTEM_LIST="gpfs";' export 'I_MPI_EXTRA_FILESYSTEM_LIST;' 'I_MPI_F77="ifort";' export 'I_MPI_F77;' 'I_MPI_F90="ifort";' export 'I_MPI_F90;' 'I_MPI_FC="ifort";' export 'I_MPI_FC;' 'I_MPI_HYDRA_BOOTSTRAP="lsf";' export 'I_MPI_HYDRA_BOOTSTRAP;' 'I_MPI_HYDRA_IFACE="ib0";' export 'I_MPI_HYDRA_IFACE;' 'I_MPI_LSF_USE_COLLECTIVE_LAUNCH="1";' export 'I_MPI_LSF_USE_COLLECTIVE_LAUNCH;' 'I_MPI_ROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi";' export 'I_MPI_ROOT;' 'JASPER_INC="/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/include";' export 'JASPER_INC;' 'JASPER_LIB="/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib/libjasper.a";' export 'JASPER_LIB;' 'JASPER_LIBDIR="/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib";' export 'JASPER_LIBDIR;' 'JASPER_SRC="/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/src/jasper-1.900.29";' export 'JASPER_SRC;' 'JASPER_VER="1.900.29";' export 'JASPER_VER;' 'KMP_AFFINITY="scatter";' export 'KMP_AFFINITY;' unset 'LAUNCH;' '__LMOD_REF_COUNT_LD_LIBRARY_PATH="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/lib:1;/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib:1;/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib:1;/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib:1;/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:1;/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib:1;/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib:1;/usrx/local/prod/intel/2018UP01/itac_latest/slib:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:1;/usrx/local/prod/intel/2018UP01/debugger_2018/iga/lib:1;/usrx/local/prod/intel/2018UP01/debugger_2018/libipt/intel64/lib:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4:1";' export '__LMOD_REF_COUNT_LD_LIBRARY_PATH;' 'LD_LIBRARY_PATH="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/lib:/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib:/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib:/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib:/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib:/usrx/local/prod/intel/2018UP01/itac_latest/slib:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:/usrx/local/prod/intel/2018UP01/debugger_2018/iga/lib:/usrx/local/prod/intel/2018UP01/debugger_2018/libipt/intel64/lib:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4";' export 'LD_LIBRARY_PATH;' '__LMOD_REF_COUNT_LIBRARY_PATH="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:1;/usrx/local/prod/intel/2018UP01/clck_latest/lib/intel64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4:1";' export '__LMOD_REF_COUNT_LIBRARY_PATH;' 'LIBRARY_PATH="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:/usrx/local/prod/intel/2018UP01/clck_latest/lib/intel64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4";' export 'LIBRARY_PATH;' 'LIB_NAME="POST";' export 'LIB_NAME;' 'LMOD_FAMILY_COMPILER="ips";' export 'LMOD_FAMILY_COMPILER;' 'LMOD_FAMILY_COMPILER_VERSION="18.0.1.163";' export 'LMOD_FAMILY_COMPILER_VERSION;' 'LMOD_FAMILY_CONMPILER="HDF5-serial";' export 'LMOD_FAMILY_CONMPILER;' 'LMOD_FAMILY_CONMPILER_VERSION="1.10.1";' export 'LMOD_FAMILY_CONMPILER_VERSION;' 'LMOD_FAMILY_MPI="impi";' export 'LMOD_FAMILY_MPI;' 'LMOD_FAMILY_MPI_VERSION="18.0.1";' export 'LMOD_FAMILY_MPI_VERSION;' '__LMOD_REF_COUNT_LOADEDMODULES="ips/18.0.1.163:1;impi/18.0.1:1;NetCDF/4.5.0:1;HDF5-serial/1.10.1:1;lsf/10.1:1;bacio/2.0.3:1;ip/3.0.2:1;sp/2.0.3:1;w3nco/2.0.7:1;w3emc/2.3.1:1;nemsio/2.2.4:1;g2/3.1.1:1;g2tmpl/1.6.0:1;crtm/2.2.6:1;jasper/1.900.29:1;libpng/1.2.59:1;zlib/1.2.11:1;post/8.0.1:1;esmf/8.0.0:1;cmake/3.10.0:1;fv3:1";' export '__LMOD_REF_COUNT_LOADEDMODULES;' 'LOADEDMODULES="ips/18.0.1.163:impi/18.0.1:NetCDF/4.5.0:HDF5-serial/1.10.1:lsf/10.1:bacio/2.0.3:ip/3.0.2:sp/2.0.3:w3nco/2.0.7:w3emc/2.3.1:nemsio/2.2.4:g2/3.1.1:g2tmpl/1.6.0:crtm/2.2.6:jasper/1.900.29:libpng/1.2.59:zlib/1.2.11:post/8.0.1:esmf/8.0.0:cmake/3.10.0:fv3";' export 'LOADEDMODULES;' 'LSF_BINDIR="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin";' export 'LSF_BINDIR;' 'LSF_ENVDIR="/gpfs/lsf/conf";' export 'LSF_ENVDIR;' 'LSF_LIBDIR="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib";' export 'LSF_LIBDIR;' 'LSF_SERVERDIR="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc";' export 'LSF_SERVERDIR;' '__LMOD_REF_COUNT_MANPATH="/usrx/local/dev/packages/cmake/3.10.0/share/man:1;/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/share/man:1;/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/share/man:1;/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/man:1;/gpfs/lsf/10.1/man:1;/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/share/man:1;/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/share/man:1;/usrx/local/prod/intel/2018UP01/itac_latest/man:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/man/common:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/man:1;/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/man:1;/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-igfx/man:1;/usrx/local/prod/lmod/lmod/share/man:1;/usrx/local/prod/intel/2018UP01/inspector_2018/man:1;/usrx/local/prod/intel/2018UP01/advisor_2018/man:1";' export '__LMOD_REF_COUNT_MANPATH;' 'MANPATH="/usrx/local/dev/packages/cmake/3.10.0/share/man:/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/share/man:/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/share/man:/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/man:/gpfs/lsf/10.1/man:/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/share/man:/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/share/man:/usrx/local/prod/intel/2018UP01/itac_latest/man:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/man/common:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/man:/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/man:/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-igfx/man:/usrx/local/prod/lmod/lmod/share/man::/usrx/local/prod/intel/2018UP01/inspector_2018/man:/usrx/local/prod/intel/2018UP01/advisor_2018/man";' export 'MANPATH;' 'MKLROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl";' export 'MKLROOT;' 'MODULEPATH="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/dev/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1:/usrx/local/prod/modulefiles/mpi_third/ips/18.0.1/impi/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/mpi_prod/ips/18.0.1/impi/18.0.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles";' export 'MODULEPATH;' 'MPM_LAUNCHER="/usrx/local/prod/intel/2018UP01/debugger_2018/mpm/mic/bin/start_mpm.sh";' export 'MPM_LAUNCHER;' 'NEMSIO_INC="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/nemsio_v2.2.4";' export 'NEMSIO_INC;' 'NEMSIO_LIB="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libnemsio_v2.2.4.a";' export 'NEMSIO_LIB;' 'NEMSIO_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/nemsio_v2.2.4";' export 'NEMSIO_SRC;' 'NEMSIO_VER="v2.2.4";' export 'NEMSIO_VER;' 'NETCDF="/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0";' export 'NETCDF;' 'NETCDF_CFLAGS="-I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include";' export 'NETCDF_CFLAGS;' 'NETCDF_CXX4FLAGS="-I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include";' export 'NETCDF_CXX4FLAGS;' 'NETCDF_CXXFLAGS="-I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include";' export 'NETCDF_CXXFLAGS;' 'NETCDF_FFLAGS="-I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include";' export 'NETCDF_FFLAGS;' 'NETCDF_INC="/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include";' export 'NETCDF_INC;' 'NETCDF_INCLUDE="-I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include";' export 'NETCDF_INCLUDE;' 'NETCDF_LDFLAGS="-L/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib' '-lnetcdff";' export 'NETCDF_LDFLAGS;' 'NETCDF_LDFLAGS_C="-L/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib' '-lnetcdf";' export 'NETCDF_LDFLAGS_C;' 'NETCDF_LDFLAGS_CXX="-L/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib' -lnetcdf '-lnetcdf_c++";' export 'NETCDF_LDFLAGS_CXX;' 'NETCDF_LDFLAGS_CXX4="-L/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib' -lnetcdf '-lnetcdf_c++4";' export 'NETCDF_LDFLAGS_CXX4;' 'NETCDF_LDFLAGS_F="-L/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib' '-lnetcdff";' export 'NETCDF_LDFLAGS_F;' 'NETCDF_LIB="/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib";' export 'NETCDF_LIB;' 'NETCDF_ROOT="/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0";' export 'NETCDF_ROOT;' '__LMOD_REF_COUNT_NLSPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin/locale/%l_%t/%N:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin/locale/%l_%t/%N:1;/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/share/locale/%l_%t/%N:1";' export '__LMOD_REF_COUNT_NLSPATH;' 'NLSPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin/locale/%l_%t/%N:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin/locale/%l_%t/%N::/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/share/locale/%l_%t/%N";' export 'NLSPATH;' '__LMOD_REF_COUNT_PATH="/usrx/local/dev/packages/cmake/3.10.0/bin:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/bin:1;/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/bin:1;/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/bin:1;/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc:1;/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin:1;/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1:1;/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/bin:1;/usrx/local/prod/intel/2018UP01/advisor_2018/bin64:1;/usrx/local/prod/intel/2018UP01/vtune_amplifier_2018/bin64:1;/usrx/local/prod/intel/2018UP01/inspector_2018/bin64:1;/usrx/local/prod/intel/2018UP01/itac_latest/bin:1;/usrx/local/prod/intel/2018UP01/clck_latest/bin/intel64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/bin/intel64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64:1;/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/targets/intel64/x200/bin:1;/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/bin:1;/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/usr/lpp/mmfs/bin:1;/opt/ibutils/bin:1;/opt/dell/srvadmin/bin:1;/u/Dusan.Jovic/bin:2;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/dbrowse:1;/u/Dusan.Jovic/.local/bin:1;/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/include:1";' export '__LMOD_REF_COUNT_PATH;' 'PATH="/usrx/local/dev/packages/cmake/3.10.0/bin:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/bin:/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/bin:/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/bin:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin:/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1:/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/bin:/usrx/local/prod/intel/2018UP01/advisor_2018/bin64:/usrx/local/prod/intel/2018UP01/vtune_amplifier_2018/bin64:/usrx/local/prod/intel/2018UP01/inspector_2018/bin64:/usrx/local/prod/intel/2018UP01/itac_latest/bin:/usrx/local/prod/intel/2018UP01/clck_latest/bin/intel64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/bin/intel64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64:/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/targets/intel64/x200/bin:/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/usr/lpp/mmfs/bin:/opt/ibutils/bin:/opt/dell/srvadmin/bin:/u/Dusan.Jovic/bin:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/dbrowse:/u/Dusan.Jovic/.local/bin:/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/include";' export 'PATH;' 'PKG_CONFIG_PATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/bin/pkgconfig";' export 'PKG_CONFIG_PATH;' 'PNG_INC="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/include";' export 'PNG_INC;' 'PNG_LIB="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng.a";' export 'PNG_LIB;' 'PNG_LIB12="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng12.a";' export 'PNG_LIB12;' 'PNG_LIBDIR="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib";' export 'PNG_LIBDIR;' 'PNG_LIBso="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng.so";' export 'PNG_LIBso;' 'PNG_SRC="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/src/libpng-1.2.59";' export 'PNG_SRC;' 'PNG_VER="1.2.59";' export 'PNG_VER;' 'POST_INC="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ncep_post_v8.0.1_4";' export 'POST_INC;' 'POST_LIB="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libncep_post_v8.0.1_4.a";' export 'POST_LIB;' 'POST_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/post_v8.0.1";' export 'POST_SRC;' 'POST_VER="v8.0.1";' export 'POST_VER;' 'PSTLROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/pstl";' export 'PSTLROOT;' 'PYTHONPATH="/usrx/local/prod/intel/2018UP01/advisor_2018/pythonapi";' export 'PYTHONPATH;' 'SP_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_4.a";' export 'SP_LIB4;' 'SP_LIB8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_8.a";' export 'SP_LIB8;' 'SP_LIBd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_d.a";' export 'SP_LIBd;' 'SP_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/sp_v2.0.3";' export 'SP_SRC;' 'SP_VER="v2.0.3";' export 'SP_VER;' 'TBBROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb";' export 'TBBROOT;' 'VT_ADD_LIBS="-ldwarf' -lelf -lvtunwind -lm '-lpthread";' export 'VT_ADD_LIBS;' 'VT_ARCH="intel64";' export 'VT_ARCH;' 'VT_LIB_DIR="/usrx/local/prod/intel/2018UP01/itac_latest/lib";' export 'VT_LIB_DIR;' 'VT_MPI="impi4";' export 'VT_MPI;' 'VT_ROOT="/usrx/local/prod/intel/2018UP01/itac_latest";' export 'VT_ROOT;' 'VT_SLIB_DIR="/usrx/local/prod/intel/2018UP01/itac_latest/slib";' export 'VT_SLIB_DIR;' 'W3EMC_INC4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3emc_v2.3.1_4";' export 'W3EMC_INC4;' 'W3EMC_INC8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3emc_v2.3.1_8";' export 'W3EMC_INC8;' 'W3EMC_INCd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3emc_v2.3.1_d";' export 'W3EMC_INCd;' 'W3EMC_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_4.a";' export 'W3EMC_LIB4;' 'W3EMC_LIB8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_8.a";' export 'W3EMC_LIB8;' 'W3EMC_LIBd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_d.a";' export 'W3EMC_LIBd;' 'W3EMC_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/w3emc_v2.3.1";' export 'W3EMC_SRC;' 'W3EMC_VER="v2.3.1";' export 'W3EMC_VER;' 'W3NCO_INC4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3nco_v2.0.7_4";' export 'W3NCO_INC4;' 'W3NCO_INC8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3nco_v2.0.7_8";' export 'W3NCO_INC8;' 'W3NCO_INCd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3nco_v2.0.7_d";' export 'W3NCO_INCd;' 'W3NCO_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_4.a";' export 'W3NCO_LIB4;' 'W3NCO_LIB8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_8.a";' export 'W3NCO_LIB8;' 'W3NCO_LIBd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_d.a";' export 'W3NCO_LIBd;' 'W3NCO_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/w3nco_v2.0.7";' export 'W3NCO_SRC;' 'W3NCO_VER="v2.0.7";' export 'W3NCO_VER;' 'XLSF_UIDDIR="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib/uid";' export 'XLSF_UIDDIR;' 'Z_INC="/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/include";' export 'Z_INC;' 'Z_LIB="/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib/libz.a";' export 'Z_LIB;' 'Z_SRC="/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/src";' export 'Z_SRC;' 'Z_VER="1.2.11";' export 'Z_VER;' '__LMOD_REF_COUNT__LMFILES_="/usrx/local/prod/modulefiles/core_third/ips/18.0.1.163:1;/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1/impi/18.0.1.lua:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/NetCDF/4.5.0:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/HDF5-serial/1.10.1:1;/usrx/local/prod/modulefiles/core_third/lsf/10.1:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/bacio/2.0.3:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/ip/3.0.2:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/sp/2.0.3:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3nco/2.0.7:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3emc/2.3.1:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/nemsio/2.2.4:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2/3.1.1:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2tmpl/1.6.0:1;/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/crtm/2.2.6:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/jasper/1.900.29:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/libpng/1.2.59:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/zlib/1.2.11:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/post/8.0.1:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/esmf/8.0.0:1;/usrx/local/dev/modulefiles/cmake/3.10.0:1;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3:1";' export '__LMOD_REF_COUNT__LMFILES_;' '_LMFILES_="/usrx/local/prod/modulefiles/core_third/ips/18.0.1.163:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1/impi/18.0.1.lua:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/NetCDF/4.5.0:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/HDF5-serial/1.10.1:/usrx/local/prod/modulefiles/core_third/lsf/10.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/bacio/2.0.3:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/ip/3.0.2:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/sp/2.0.3:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3nco/2.0.7:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3emc/2.3.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/nemsio/2.2.4:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2/3.1.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2tmpl/1.6.0:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/crtm/2.2.6:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/jasper/1.900.29:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/libpng/1.2.59:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/zlib/1.2.11:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/post/8.0.1:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/esmf/8.0.0:/usrx/local/dev/modulefiles/cmake/3.10.0:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3";' export '_LMFILES_;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImlwcyIsWyJjb25tcGlsZXIiXT0iSERGNS1zZXJpYWwiLFsibXBpIl09ImltcGkiLH0sbVQ9e1siSERGNS1zZXJpYWwiXT17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvSERGNS1zZXJpYWwvMS4xMC4xIixbImZ1bGxOYW1lIl09IkhERjUtc2VyaWFsLzEuMTAuMSIsWyJsb2FkT3JkZXIiXT00LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09IkhERjUtc2VyaWFs";' export '_ModuleTable001_;' '_ModuleTable002_="LzEuMTAuMSIsfSxOZXRDREY9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xL05ldENERi80LjUuMCIsWyJmdWxsTmFtZSJdPSJOZXRDREYvNC41LjAiLFsibG9hZE9yZGVyIl09Myxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJOZXRDREYvNC41LjAiLH0sYmFjaW89e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2JhY2lvLzIuMC4zIixbImZ1bGxOYW1lIl09ImJhY2lvLzIuMC4zIixbImxvYWRPcmRlciJdPTYscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNl";' export '_ModuleTable002_;' '_ModuleTable003_="ck5hbWUiXT0iYmFjaW8vMi4wLjMiLH0sY21ha2U9e1siZm4iXT0iL3VzcngvbG9jYWwvZGV2L21vZHVsZWZpbGVzL2NtYWtlLzMuMTAuMCIsWyJmdWxsTmFtZSJdPSJjbWFrZS8zLjEwLjAiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY21ha2UvMy4xMC4wIix9LGNydG09e1siZm4iXT0iL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfcHJvZC9pcHMvMTguMC4xL2NydG0vMi4yLjYiLFsiZnVsbE5hbWUiXT0iY3J0bS8yLjIuNiIsWyJsb2FkT3JkZXIiXT0xNCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1";' export '_ModuleTable003_;' '_ModuleTable004_="c2VyTmFtZSJdPSJjcnRtLzIuMi42Iix9LGVzbWY9e1siZm4iXT0iL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcjE4L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL3djb3NzX2RlbGxfcDMvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT0yMSxw";' export '_ModuleTable004_;' '_ModuleTable005_="cm9wVD17fSxbInN0YWNrRGVwdGgiXT0wLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZzI9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2cyLzMuMS4xIixbImZ1bGxOYW1lIl09ImcyLzMuMS4xIixbImxvYWRPcmRlciJdPTEyLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcyLzMuMS4xIix9LGcydG1wbD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzJ0bXBsLzEuNi4wIixbImZ1bGxOYW1lIl09ImcydG1wbC8xLjYuMCIsWyJsb2FkT3JkZXIiXT0xMyxwcm9wVD17fSxbInN0YWNr";' export '_ModuleTable005_;' '_ModuleTable006_="RGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMnRtcGwvMS42LjAiLH0saW1waT17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX21waS9pcHMvMTguMC4xL2ltcGkvMTguMC4xLmx1YSIsWyJmdWxsTmFtZSJdPSJpbXBpLzE4LjAuMSIsWyJsb2FkT3JkZXIiXT0yLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImltcGkvMTguMC4xIix9LGlwPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9pcC8zLjAuMiIsWyJmdWxsTmFtZSJdPSJpcC8zLjAuMiIsWyJsb2FkT3JkZXIiXT03LHByb3BUPXt9LFsic3Rh";' export '_ModuleTable006_;' '_ModuleTable007_="Y2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImlwLzMuMC4yIix9LGlwcz17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQvaXBzLzE4LjAuMS4xNjMiLFsiZnVsbE5hbWUiXT0iaXBzLzE4LjAuMS4xNjMiLFsibG9hZE9yZGVyIl09MSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJpcHMvMTguMC4xLjE2MyIsfSxqYXNwZXI9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xL2phc3Blci8xLjkwMC4yOSIsWyJmdWxsTmFtZSJdPSJqYXNwZXIvMS45MDAuMjkiLFsibG9hZE9yZGVyIl09";' export '_ModuleTable007_;' '_ModuleTable008_="MTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iamFzcGVyLzEuOTAwLjI5Iix9LGxpYnBuZz17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvbGlicG5nLzEuMi41OSIsWyJmdWxsTmFtZSJdPSJsaWJwbmcvMS4yLjU5IixbImxvYWRPcmRlciJdPTE2LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImxpYnBuZy8xLjIuNTkiLH0sbHNmPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZC9sc2YvMTAuMSIsWyJmdWxsTmFtZSJdPSJsc2YvMTAuMSIsWyJsb2Fk";' export '_ModuleTable008_;' '_ModuleTable009_="T3JkZXIiXT01LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImxzZi8xMC4xIix9LG5lbXNpbz17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvbmVtc2lvLzIuMi40IixbImZ1bGxOYW1lIl09Im5lbXNpby8yLjIuNCIsWyJsb2FkT3JkZXIiXT0xMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZW1zaW8vMi4yLjQiLH0scG9zdD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvcG9zdC84LjAuMSIsWyJmdWxsTmFtZSJdPSJwb3N0LzguMC4xIixbImxvYWRP";' export '_ModuleTable009_;' '_ModuleTable010_="cmRlciJdPTE4LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InBvc3QvOC4wLjEiLH0sc3A9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL3NwLzIuMC4zIixbImZ1bGxOYW1lIl09InNwLzIuMC4zIixbImxvYWRPcmRlciJdPTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ic3AvMi4wLjMiLH0sdzNlbWM9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL3czZW1jLzIuMy4xIixbImZ1bGxOYW1lIl09InczZW1jLzIuMy4xIixbImxvYWRPcmRlciJdPTEwLHBy";' export '_ModuleTable010_;' '_ModuleTable011_="b3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczZW1jLzIuMy4xIix9LHczbmNvPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy93M25jby8yLjAuNyIsWyJmdWxsTmFtZSJdPSJ3M25jby8yLjAuNyIsWyJsb2FkT3JkZXIiXT05LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHpsaWI9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xL3psaWIvMS4yLjExIixbImZ1bGxOYW1lIl09InpsaWIvMS4yLjExIixbImxvYWRPcmRl";' export '_ModuleTable011_;' '_ModuleTable012_="ciJdPTE3LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InpsaWIvMS4yLjExIix9LH0sbXBhdGhBPXsiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMiLCIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9EdXNhbi5Kb3ZpYy91ZnMvcHIxOC91ZnMtd2VhdGhlci1tb2RlbC9tb2R1bGVmaWxlcy93Y29zc19kZWxsX3AzIiwiL3VzcngvbG9jYWwvZGV2L2VtY19yb2NvdG8vbW9kdWxlZmlsZXMiLCIvdXNyeC9sb2NhbC9kZXYvbW9kdWxlZmlsZXMiLCIvdXNyeC9sb2NhbC9wcm9kL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlIiwiL3VzcngvbG9j";' export '_ModuleTable012_;' '_ModuleTable013_="YWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9kZWZzIiwiL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29yZV9wcm9kIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xIiwiL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfcHJvZC9pcHMvMTguMC4xIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl9tcGkvaXBzLzE4LjAuMSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvbXBpX3RoaXJkL2lwcy8xOC4wLjEvaW1waS8xOC4wLjEiLCIvZ3Bmcy9kZWxsMS9uY28vb3BzL253";' export '_ModuleTable013_;' '_ModuleTable014_="cHJvZC9tb2R1bGVmaWxlcy9tcGlfcHJvZC9pcHMvMTguMC4xL2ltcGkvMTguMC4xIiwiL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzIix9LFsic3lzdGVtQmFzZU1QQVRIIl09Ii91c3J4L2xvY2FsL3Byb2QvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmU6L3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkOi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvZGVmczovZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb3JlX3Byb2QiLH0=";' export '_ModuleTable014_;' '_ModuleTable_Sz_="14";' export '_ModuleTable_Sz_;' -++ ADVISOR_2018_DIR=/usrx/local/prod/intel/2018UP01/advisor_2018 -++ export ADVISOR_2018_DIR -++ BACIO_LIB4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libbacio_v2.0.3_4.a -++ export BACIO_LIB4 -++ BACIO_LIB8=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libbacio_v2.0.3_8.a -++ export BACIO_LIB8 -++ BACIO_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/bacio_v2.0.3 -++ export BACIO_SRC -++ BACIO_VER=v2.0.3 -++ export BACIO_VER -++ BINARY_TYPE_HPC= -++ export BINARY_TYPE_HPC -++ __LMOD_REF_COUNT_CLASSPATH='/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64/mpi.jar:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/daal.jar:1' -++ export __LMOD_REF_COUNT_CLASSPATH -++ CLASSPATH=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64/mpi.jar:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/daal.jar -++ export CLASSPATH -++ CLCK_ROOT=/usrx/local/prod/intel/2018UP01/clck_latest -++ export CLCK_ROOT -++ CMAKE_CXX_COMPILER=mpiicpc -++ export CMAKE_CXX_COMPILER -++ CMAKE_C_COMPILER=mpiicc -++ export CMAKE_C_COMPILER -++ CMAKE_Fortran_COMPILER=mpiifort -++ export CMAKE_Fortran_COMPILER -++ CMAKE_Platform=wcoss_dell_p3 -++ export CMAKE_Platform -++ COMP=ips -++ export COMP -++ __LMOD_REF_COUNT_CPATH='/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/pstl/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/include:1' -++ export __LMOD_REF_COUNT_CPATH -++ CPATH=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/pstl/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/include -++ export CPATH -++ __LMOD_REF_COUNT_CPLUS_INCLUDE_PATH=/usrx/local/prod/intel/2018UP01/clck_latest/include:1 -++ export __LMOD_REF_COUNT_CPLUS_INCLUDE_PATH -++ CPLUS_INCLUDE_PATH=/usrx/local/prod/intel/2018UP01/clck_latest/include -++ export CPLUS_INCLUDE_PATH -++ CRTM_FIX=/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/fix -++ export CRTM_FIX -++ CRTM_INC=/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/ips/18.0.1/include/crtm_v2.2.6 -++ export CRTM_INC -++ CRTM_LIB=/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/ips/18.0.1/libcrtm_v2.2.6.a -++ export CRTM_LIB -++ CRTM_SRC=/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/src -++ export CRTM_SRC -++ CRTM_VER=v2.2.6 -++ export CRTM_VER -++ DAALROOT=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal -++ export DAALROOT -++ ESMFMKFILE=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/lib/esmf.mk -++ export ESMFMKFILE -++ G2TMPL_INC=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/g2tmpl_v1.6.0 -++ export G2TMPL_INC -++ G2TMPL_LIB=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2tmpl_v1.6.0.a -++ export G2TMPL_LIB -++ G2TMPL_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/g2tmpl_v1.6.0/src -++ export G2TMPL_SRC -++ G2TMPL_VER=v1.6.0 -++ export G2TMPL_VER -++ G2_INC4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/g2_v3.1.1_4 -++ export G2_INC4 -++ G2_INCd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/g2_v3.1.1_d -++ export G2_INCd -++ G2_LIB4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2_v3.1.1_4.a -++ export G2_LIB4 -++ G2_LIBd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2_v3.1.1_d.a -++ export G2_LIBd -++ G2_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/g2_v3.1.1 -++ export G2_SRC -++ G2_VER=v3.1.1 -++ export G2_VER -++ GDBSERVER_MIC=/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/targets/intel64/x200/bin/gdbserver -++ export GDBSERVER_MIC -++ GDB_CROSS=/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/bin/gdb-ia -++ export GDB_CROSS -++ HDF5=/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1 -++ export HDF5 -++ HDF5_CFLAGS=-I/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/include -++ export HDF5_CFLAGS -++ HDF5_CXXFLAGS=-I/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/include -++ export HDF5_CXXFLAGS -++ HDF5_FFLAGS=-I/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/include -++ export HDF5_FFLAGS -++ HDF5_INCLUDE=-I/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/include -++ export HDF5_INCLUDE -++ HDF5_LDFLAGS='-L/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib -lhdf5_hl -lhdf5hl_fortran -lhdf5 -lhdf5_fortran' -++ export HDF5_LDFLAGS -++ HDF5_LDFLAGS_C='-L/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib -lhdf5_hl -lhdf5' -++ export HDF5_LDFLAGS_C -++ HDF5_LDFLAGS_CXX='-L/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib -lhdf5_hl -hdf5_hl_cpp -lhdf5 -lhdf5_cpp' -++ export HDF5_LDFLAGS_CXX -++ HDF5_LDFLAGS_F='-L/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib -lhdf5_hl -lhdf5hl_fortran -lhdf5 -lhdf5_fortran' -++ export HDF5_LDFLAGS_F -++ __LMOD_REF_COUNT_INFOPATH='/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/info:1;info_gdb_igfx:1' -++ export __LMOD_REF_COUNT_INFOPATH -++ INFOPATH=/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/info:info_gdb_igfx -++ export INFOPATH -++ INSPECTOR_2018_DIR=/usrx/local/prod/intel/2018UP01/inspector_2018 -++ export INSPECTOR_2018_DIR -++ INTEL_LICENSE_FILE=/usrx/local/prod/intel/licenses -++ export INTEL_LICENSE_FILE -++ INTEL_PYTHONHOME=/usrx/local/prod/intel/2018UP01/debugger_2018/python/intel64 -++ export INTEL_PYTHONHOME -++ IPPROOT=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp -++ export IPPROOT -++ IP_INC4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ip_v3.0.2_4 -++ export IP_INC4 -++ IP_INC8=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ip_v3.0.2_8 -++ export IP_INC8 -++ IP_INCd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ip_v3.0.2_d -++ export IP_INCd -++ IP_LIB4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libip_v3.0.2_4.a -++ export IP_LIB4 -++ IP_LIB8=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libip_v3.0.2_8.a -++ export IP_LIB8 -++ IP_LIBd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libip_v3.0.2_d.a -++ export IP_LIBd -++ IP_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/ip_v3.0.2 -++ export IP_SRC -++ IP_VER=v3.0.2 -++ export IP_VER -++ I_MPI_CC=icc -++ export I_MPI_CC -++ I_MPI_CXX=icpc -++ export I_MPI_CXX -++ I_MPI_EXTRA_FILESYSTEM=yes -++ export I_MPI_EXTRA_FILESYSTEM -++ I_MPI_EXTRA_FILESYSTEM_LIST=gpfs -++ export I_MPI_EXTRA_FILESYSTEM_LIST -++ I_MPI_F77=ifort -++ export I_MPI_F77 -++ I_MPI_F90=ifort -++ export I_MPI_F90 -++ I_MPI_FC=ifort -++ export I_MPI_FC -++ I_MPI_HYDRA_BOOTSTRAP=lsf -++ export I_MPI_HYDRA_BOOTSTRAP -++ I_MPI_HYDRA_IFACE=ib0 -++ export I_MPI_HYDRA_IFACE -++ I_MPI_LSF_USE_COLLECTIVE_LAUNCH=1 -++ export I_MPI_LSF_USE_COLLECTIVE_LAUNCH -++ I_MPI_ROOT=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi -++ export I_MPI_ROOT -++ JASPER_INC=/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/include -++ export JASPER_INC -++ JASPER_LIB=/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib/libjasper.a -++ export JASPER_LIB -++ JASPER_LIBDIR=/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib -++ export JASPER_LIBDIR -++ JASPER_SRC=/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/src/jasper-1.900.29 -++ export JASPER_SRC -++ JASPER_VER=1.900.29 -++ export JASPER_VER -++ KMP_AFFINITY=scatter -++ export KMP_AFFINITY -++ unset LAUNCH -++ __LMOD_REF_COUNT_LD_LIBRARY_PATH='/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/lib:1;/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib:1;/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib:1;/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib:1;/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:1;/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib:1;/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib:1;/usrx/local/prod/intel/2018UP01/itac_latest/slib:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:1;/usrx/local/prod/intel/2018UP01/debugger_2018/iga/lib:1;/usrx/local/prod/intel/2018UP01/debugger_2018/libipt/intel64/lib:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4:1' -++ export __LMOD_REF_COUNT_LD_LIBRARY_PATH -++ LD_LIBRARY_PATH=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/lib:/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib:/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib:/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib:/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib:/usrx/local/prod/intel/2018UP01/itac_latest/slib:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:/usrx/local/prod/intel/2018UP01/debugger_2018/iga/lib:/usrx/local/prod/intel/2018UP01/debugger_2018/libipt/intel64/lib:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4 -++ export LD_LIBRARY_PATH -++ __LMOD_REF_COUNT_LIBRARY_PATH='/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:1;/usrx/local/prod/intel/2018UP01/clck_latest/lib/intel64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4:1' -++ export __LMOD_REF_COUNT_LIBRARY_PATH -++ LIBRARY_PATH=/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:/usrx/local/prod/intel/2018UP01/clck_latest/lib/intel64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4 -++ export LIBRARY_PATH -++ LIB_NAME=POST -++ export LIB_NAME -++ LMOD_FAMILY_COMPILER=ips -++ export LMOD_FAMILY_COMPILER -++ LMOD_FAMILY_COMPILER_VERSION=18.0.1.163 -++ export LMOD_FAMILY_COMPILER_VERSION -++ LMOD_FAMILY_CONMPILER=HDF5-serial -++ export LMOD_FAMILY_CONMPILER -++ LMOD_FAMILY_CONMPILER_VERSION=1.10.1 -++ export LMOD_FAMILY_CONMPILER_VERSION -++ LMOD_FAMILY_MPI=impi -++ export LMOD_FAMILY_MPI -++ LMOD_FAMILY_MPI_VERSION=18.0.1 -++ export LMOD_FAMILY_MPI_VERSION -++ __LMOD_REF_COUNT_LOADEDMODULES='ips/18.0.1.163:1;impi/18.0.1:1;NetCDF/4.5.0:1;HDF5-serial/1.10.1:1;lsf/10.1:1;bacio/2.0.3:1;ip/3.0.2:1;sp/2.0.3:1;w3nco/2.0.7:1;w3emc/2.3.1:1;nemsio/2.2.4:1;g2/3.1.1:1;g2tmpl/1.6.0:1;crtm/2.2.6:1;jasper/1.900.29:1;libpng/1.2.59:1;zlib/1.2.11:1;post/8.0.1:1;esmf/8.0.0:1;cmake/3.10.0:1;fv3:1' -++ export __LMOD_REF_COUNT_LOADEDMODULES -++ LOADEDMODULES=ips/18.0.1.163:impi/18.0.1:NetCDF/4.5.0:HDF5-serial/1.10.1:lsf/10.1:bacio/2.0.3:ip/3.0.2:sp/2.0.3:w3nco/2.0.7:w3emc/2.3.1:nemsio/2.2.4:g2/3.1.1:g2tmpl/1.6.0:crtm/2.2.6:jasper/1.900.29:libpng/1.2.59:zlib/1.2.11:post/8.0.1:esmf/8.0.0:cmake/3.10.0:fv3 -++ export LOADEDMODULES -++ LSF_BINDIR=/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin -++ export LSF_BINDIR -++ LSF_ENVDIR=/gpfs/lsf/conf -++ export LSF_ENVDIR -++ LSF_LIBDIR=/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib -++ export LSF_LIBDIR -++ LSF_SERVERDIR=/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc -++ export LSF_SERVERDIR -++ __LMOD_REF_COUNT_MANPATH='/usrx/local/dev/packages/cmake/3.10.0/share/man:1;/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/share/man:1;/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/share/man:1;/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/man:1;/gpfs/lsf/10.1/man:1;/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/share/man:1;/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/share/man:1;/usrx/local/prod/intel/2018UP01/itac_latest/man:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/man/common:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/man:1;/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/man:1;/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-igfx/man:1;/usrx/local/prod/lmod/lmod/share/man:1;/usrx/local/prod/intel/2018UP01/inspector_2018/man:1;/usrx/local/prod/intel/2018UP01/advisor_2018/man:1' -++ export __LMOD_REF_COUNT_MANPATH -++ MANPATH=/usrx/local/dev/packages/cmake/3.10.0/share/man:/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/share/man:/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/share/man:/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/man:/gpfs/lsf/10.1/man:/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/share/man:/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/share/man:/usrx/local/prod/intel/2018UP01/itac_latest/man:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/man/common:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/man:/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/man:/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-igfx/man:/usrx/local/prod/lmod/lmod/share/man::/usrx/local/prod/intel/2018UP01/inspector_2018/man:/usrx/local/prod/intel/2018UP01/advisor_2018/man -++ export MANPATH -++ MKLROOT=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl -++ export MKLROOT -++ MODULEPATH=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/dev/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1:/usrx/local/prod/modulefiles/mpi_third/ips/18.0.1/impi/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/mpi_prod/ips/18.0.1/impi/18.0.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles -++ export MODULEPATH -++ MPM_LAUNCHER=/usrx/local/prod/intel/2018UP01/debugger_2018/mpm/mic/bin/start_mpm.sh -++ export MPM_LAUNCHER -++ NEMSIO_INC=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/nemsio_v2.2.4 -++ export NEMSIO_INC -++ NEMSIO_LIB=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libnemsio_v2.2.4.a -++ export NEMSIO_LIB -++ NEMSIO_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/nemsio_v2.2.4 -++ export NEMSIO_SRC -++ NEMSIO_VER=v2.2.4 -++ export NEMSIO_VER -++ NETCDF=/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0 -++ export NETCDF -++ NETCDF_CFLAGS=-I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -++ export NETCDF_CFLAGS -++ NETCDF_CXX4FLAGS=-I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -++ export NETCDF_CXX4FLAGS -++ NETCDF_CXXFLAGS=-I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -++ export NETCDF_CXXFLAGS -++ NETCDF_FFLAGS=-I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -++ export NETCDF_FFLAGS -++ NETCDF_INC=/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -++ export NETCDF_INC -++ NETCDF_INCLUDE=-I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -++ export NETCDF_INCLUDE -++ NETCDF_LDFLAGS='-L/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib -lnetcdff' -++ export NETCDF_LDFLAGS -++ NETCDF_LDFLAGS_C='-L/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib -lnetcdf' -++ export NETCDF_LDFLAGS_C -++ NETCDF_LDFLAGS_CXX='-L/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib -lnetcdf -lnetcdf_c++' -++ export NETCDF_LDFLAGS_CXX -++ NETCDF_LDFLAGS_CXX4='-L/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib -lnetcdf -lnetcdf_c++4' -++ export NETCDF_LDFLAGS_CXX4 -++ NETCDF_LDFLAGS_F='-L/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib -lnetcdff' -++ export NETCDF_LDFLAGS_F -++ NETCDF_LIB=/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib -++ export NETCDF_LIB -++ NETCDF_ROOT=/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0 -++ export NETCDF_ROOT -++ __LMOD_REF_COUNT_NLSPATH='/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin/locale/%l_%t/%N:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin/locale/%l_%t/%N:1;/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/share/locale/%l_%t/%N:1' -++ export __LMOD_REF_COUNT_NLSPATH -++ NLSPATH=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin/locale/%l_%t/%N:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin/locale/%l_%t/%N::/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/share/locale/%l_%t/%N -++ export NLSPATH -++ __LMOD_REF_COUNT_PATH='/usrx/local/dev/packages/cmake/3.10.0/bin:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/bin:1;/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/bin:1;/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/bin:1;/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc:1;/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin:1;/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1:1;/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/bin:1;/usrx/local/prod/intel/2018UP01/advisor_2018/bin64:1;/usrx/local/prod/intel/2018UP01/vtune_amplifier_2018/bin64:1;/usrx/local/prod/intel/2018UP01/inspector_2018/bin64:1;/usrx/local/prod/intel/2018UP01/itac_latest/bin:1;/usrx/local/prod/intel/2018UP01/clck_latest/bin/intel64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/bin/intel64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64:1;/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/targets/intel64/x200/bin:1;/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/bin:1;/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/usr/lpp/mmfs/bin:1;/opt/ibutils/bin:1;/opt/dell/srvadmin/bin:1;/u/Dusan.Jovic/bin:2;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/dbrowse:1;/u/Dusan.Jovic/.local/bin:1;/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/include:1' -++ export __LMOD_REF_COUNT_PATH -++ PATH=/usrx/local/dev/packages/cmake/3.10.0/bin:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/bin:/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/bin:/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/bin:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin:/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1:/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/bin:/usrx/local/prod/intel/2018UP01/advisor_2018/bin64:/usrx/local/prod/intel/2018UP01/vtune_amplifier_2018/bin64:/usrx/local/prod/intel/2018UP01/inspector_2018/bin64:/usrx/local/prod/intel/2018UP01/itac_latest/bin:/usrx/local/prod/intel/2018UP01/clck_latest/bin/intel64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/bin/intel64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64:/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/targets/intel64/x200/bin:/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/usr/lpp/mmfs/bin:/opt/ibutils/bin:/opt/dell/srvadmin/bin:/u/Dusan.Jovic/bin:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/dbrowse:/u/Dusan.Jovic/.local/bin:/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/include -++ export PATH -++ PKG_CONFIG_PATH=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/bin/pkgconfig -++ export PKG_CONFIG_PATH -++ PNG_INC=/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/include -++ export PNG_INC -++ PNG_LIB=/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng.a -++ export PNG_LIB -++ PNG_LIB12=/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng12.a -++ export PNG_LIB12 -++ PNG_LIBDIR=/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib -++ export PNG_LIBDIR -++ PNG_LIBso=/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng.so -++ export PNG_LIBso -++ PNG_SRC=/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/src/libpng-1.2.59 -++ export PNG_SRC -++ PNG_VER=1.2.59 -++ export PNG_VER -++ POST_INC=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ncep_post_v8.0.1_4 -++ export POST_INC -++ POST_LIB=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libncep_post_v8.0.1_4.a -++ export POST_LIB -++ POST_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/post_v8.0.1 -++ export POST_SRC -++ POST_VER=v8.0.1 -++ export POST_VER -++ PSTLROOT=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/pstl -++ export PSTLROOT -++ PYTHONPATH=/usrx/local/prod/intel/2018UP01/advisor_2018/pythonapi -++ export PYTHONPATH -++ SP_LIB4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_4.a -++ export SP_LIB4 -++ SP_LIB8=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_8.a -++ export SP_LIB8 -++ SP_LIBd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_d.a -++ export SP_LIBd -++ SP_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/sp_v2.0.3 -++ export SP_SRC -++ SP_VER=v2.0.3 -++ export SP_VER -++ TBBROOT=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb -++ export TBBROOT -++ VT_ADD_LIBS='-ldwarf -lelf -lvtunwind -lm -lpthread' -++ export VT_ADD_LIBS -++ VT_ARCH=intel64 -++ export VT_ARCH -++ VT_LIB_DIR=/usrx/local/prod/intel/2018UP01/itac_latest/lib -++ export VT_LIB_DIR -++ VT_MPI=impi4 -++ export VT_MPI -++ VT_ROOT=/usrx/local/prod/intel/2018UP01/itac_latest -++ export VT_ROOT -++ VT_SLIB_DIR=/usrx/local/prod/intel/2018UP01/itac_latest/slib -++ export VT_SLIB_DIR -++ W3EMC_INC4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3emc_v2.3.1_4 -++ export W3EMC_INC4 -++ W3EMC_INC8=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3emc_v2.3.1_8 -++ export W3EMC_INC8 -++ W3EMC_INCd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3emc_v2.3.1_d -++ export W3EMC_INCd -++ W3EMC_LIB4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_4.a -++ export W3EMC_LIB4 -++ W3EMC_LIB8=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_8.a -++ export W3EMC_LIB8 -++ W3EMC_LIBd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_d.a -++ export W3EMC_LIBd -++ W3EMC_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/w3emc_v2.3.1 -++ export W3EMC_SRC -++ W3EMC_VER=v2.3.1 -++ export W3EMC_VER -++ W3NCO_INC4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3nco_v2.0.7_4 -++ export W3NCO_INC4 -++ W3NCO_INC8=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3nco_v2.0.7_8 -++ export W3NCO_INC8 -++ W3NCO_INCd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3nco_v2.0.7_d -++ export W3NCO_INCd -++ W3NCO_LIB4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_4.a -++ export W3NCO_LIB4 -++ W3NCO_LIB8=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_8.a -++ export W3NCO_LIB8 -++ W3NCO_LIBd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_d.a -++ export W3NCO_LIBd -++ W3NCO_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/w3nco_v2.0.7 -++ export W3NCO_SRC -++ W3NCO_VER=v2.0.7 -++ export W3NCO_VER -++ XLSF_UIDDIR=/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib/uid -++ export XLSF_UIDDIR -++ Z_INC=/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/include -++ export Z_INC -++ Z_LIB=/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib/libz.a -++ export Z_LIB -++ Z_SRC=/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/src -++ export Z_SRC -++ Z_VER=1.2.11 -++ export Z_VER -++ __LMOD_REF_COUNT__LMFILES_='/usrx/local/prod/modulefiles/core_third/ips/18.0.1.163:1;/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1/impi/18.0.1.lua:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/NetCDF/4.5.0:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/HDF5-serial/1.10.1:1;/usrx/local/prod/modulefiles/core_third/lsf/10.1:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/bacio/2.0.3:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/ip/3.0.2:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/sp/2.0.3:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3nco/2.0.7:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3emc/2.3.1:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/nemsio/2.2.4:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2/3.1.1:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2tmpl/1.6.0:1;/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/crtm/2.2.6:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/jasper/1.900.29:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/libpng/1.2.59:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/zlib/1.2.11:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/post/8.0.1:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/esmf/8.0.0:1;/usrx/local/dev/modulefiles/cmake/3.10.0:1;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3:1' -++ export __LMOD_REF_COUNT__LMFILES_ -++ _LMFILES_=/usrx/local/prod/modulefiles/core_third/ips/18.0.1.163:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1/impi/18.0.1.lua:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/NetCDF/4.5.0:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/HDF5-serial/1.10.1:/usrx/local/prod/modulefiles/core_third/lsf/10.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/bacio/2.0.3:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/ip/3.0.2:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/sp/2.0.3:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3nco/2.0.7:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3emc/2.3.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/nemsio/2.2.4:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2/3.1.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2tmpl/1.6.0:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/crtm/2.2.6:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/jasper/1.900.29:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/libpng/1.2.59:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/zlib/1.2.11:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/post/8.0.1:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/esmf/8.0.0:/usrx/local/dev/modulefiles/cmake/3.10.0:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3 -++ export _LMFILES_ -++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImlwcyIsWyJjb25tcGlsZXIiXT0iSERGNS1zZXJpYWwiLFsibXBpIl09ImltcGkiLH0sbVQ9e1siSERGNS1zZXJpYWwiXT17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvSERGNS1zZXJpYWwvMS4xMC4xIixbImZ1bGxOYW1lIl09IkhERjUtc2VyaWFsLzEuMTAuMSIsWyJsb2FkT3JkZXIiXT00LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09IkhERjUtc2VyaWFs -++ export _ModuleTable001_ -++ _ModuleTable002_=LzEuMTAuMSIsfSxOZXRDREY9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xL05ldENERi80LjUuMCIsWyJmdWxsTmFtZSJdPSJOZXRDREYvNC41LjAiLFsibG9hZE9yZGVyIl09Myxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJOZXRDREYvNC41LjAiLH0sYmFjaW89e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2JhY2lvLzIuMC4zIixbImZ1bGxOYW1lIl09ImJhY2lvLzIuMC4zIixbImxvYWRPcmRlciJdPTYscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNl -++ export _ModuleTable002_ -++ _ModuleTable003_=ck5hbWUiXT0iYmFjaW8vMi4wLjMiLH0sY21ha2U9e1siZm4iXT0iL3VzcngvbG9jYWwvZGV2L21vZHVsZWZpbGVzL2NtYWtlLzMuMTAuMCIsWyJmdWxsTmFtZSJdPSJjbWFrZS8zLjEwLjAiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY21ha2UvMy4xMC4wIix9LGNydG09e1siZm4iXT0iL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfcHJvZC9pcHMvMTguMC4xL2NydG0vMi4yLjYiLFsiZnVsbE5hbWUiXT0iY3J0bS8yLjIuNiIsWyJsb2FkT3JkZXIiXT0xNCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1 -++ export _ModuleTable003_ -++ _ModuleTable004_=c2VyTmFtZSJdPSJjcnRtLzIuMi42Iix9LGVzbWY9e1siZm4iXT0iL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcjE4L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL3djb3NzX2RlbGxfcDMvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT0yMSxw -++ export _ModuleTable004_ -++ _ModuleTable005_=cm9wVD17fSxbInN0YWNrRGVwdGgiXT0wLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZzI9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2cyLzMuMS4xIixbImZ1bGxOYW1lIl09ImcyLzMuMS4xIixbImxvYWRPcmRlciJdPTEyLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcyLzMuMS4xIix9LGcydG1wbD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzJ0bXBsLzEuNi4wIixbImZ1bGxOYW1lIl09ImcydG1wbC8xLjYuMCIsWyJsb2FkT3JkZXIiXT0xMyxwcm9wVD17fSxbInN0YWNr -++ export _ModuleTable005_ -++ _ModuleTable006_=RGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMnRtcGwvMS42LjAiLH0saW1waT17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX21waS9pcHMvMTguMC4xL2ltcGkvMTguMC4xLmx1YSIsWyJmdWxsTmFtZSJdPSJpbXBpLzE4LjAuMSIsWyJsb2FkT3JkZXIiXT0yLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImltcGkvMTguMC4xIix9LGlwPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9pcC8zLjAuMiIsWyJmdWxsTmFtZSJdPSJpcC8zLjAuMiIsWyJsb2FkT3JkZXIiXT03LHByb3BUPXt9LFsic3Rh -++ export _ModuleTable006_ -++ _ModuleTable007_=Y2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImlwLzMuMC4yIix9LGlwcz17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQvaXBzLzE4LjAuMS4xNjMiLFsiZnVsbE5hbWUiXT0iaXBzLzE4LjAuMS4xNjMiLFsibG9hZE9yZGVyIl09MSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJpcHMvMTguMC4xLjE2MyIsfSxqYXNwZXI9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xL2phc3Blci8xLjkwMC4yOSIsWyJmdWxsTmFtZSJdPSJqYXNwZXIvMS45MDAuMjkiLFsibG9hZE9yZGVyIl09 -++ export _ModuleTable007_ -++ _ModuleTable008_=MTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iamFzcGVyLzEuOTAwLjI5Iix9LGxpYnBuZz17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvbGlicG5nLzEuMi41OSIsWyJmdWxsTmFtZSJdPSJsaWJwbmcvMS4yLjU5IixbImxvYWRPcmRlciJdPTE2LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImxpYnBuZy8xLjIuNTkiLH0sbHNmPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZC9sc2YvMTAuMSIsWyJmdWxsTmFtZSJdPSJsc2YvMTAuMSIsWyJsb2Fk -++ export _ModuleTable008_ -++ _ModuleTable009_=T3JkZXIiXT01LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImxzZi8xMC4xIix9LG5lbXNpbz17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvbmVtc2lvLzIuMi40IixbImZ1bGxOYW1lIl09Im5lbXNpby8yLjIuNCIsWyJsb2FkT3JkZXIiXT0xMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZW1zaW8vMi4yLjQiLH0scG9zdD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvcG9zdC84LjAuMSIsWyJmdWxsTmFtZSJdPSJwb3N0LzguMC4xIixbImxvYWRP -++ export _ModuleTable009_ -++ _ModuleTable010_=cmRlciJdPTE4LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InBvc3QvOC4wLjEiLH0sc3A9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL3NwLzIuMC4zIixbImZ1bGxOYW1lIl09InNwLzIuMC4zIixbImxvYWRPcmRlciJdPTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ic3AvMi4wLjMiLH0sdzNlbWM9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL3czZW1jLzIuMy4xIixbImZ1bGxOYW1lIl09InczZW1jLzIuMy4xIixbImxvYWRPcmRlciJdPTEwLHBy -++ export _ModuleTable010_ -++ _ModuleTable011_=b3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczZW1jLzIuMy4xIix9LHczbmNvPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy93M25jby8yLjAuNyIsWyJmdWxsTmFtZSJdPSJ3M25jby8yLjAuNyIsWyJsb2FkT3JkZXIiXT05LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHpsaWI9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xL3psaWIvMS4yLjExIixbImZ1bGxOYW1lIl09InpsaWIvMS4yLjExIixbImxvYWRPcmRl -++ export _ModuleTable011_ -++ _ModuleTable012_=ciJdPTE3LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InpsaWIvMS4yLjExIix9LH0sbXBhdGhBPXsiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMiLCIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9EdXNhbi5Kb3ZpYy91ZnMvcHIxOC91ZnMtd2VhdGhlci1tb2RlbC9tb2R1bGVmaWxlcy93Y29zc19kZWxsX3AzIiwiL3VzcngvbG9jYWwvZGV2L2VtY19yb2NvdG8vbW9kdWxlZmlsZXMiLCIvdXNyeC9sb2NhbC9kZXYvbW9kdWxlZmlsZXMiLCIvdXNyeC9sb2NhbC9wcm9kL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlIiwiL3VzcngvbG9j -++ export _ModuleTable012_ -++ _ModuleTable013_=YWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9kZWZzIiwiL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29yZV9wcm9kIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xIiwiL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfcHJvZC9pcHMvMTguMC4xIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl9tcGkvaXBzLzE4LjAuMSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvbXBpX3RoaXJkL2lwcy8xOC4wLjEvaW1waS8xOC4wLjEiLCIvZ3Bmcy9kZWxsMS9uY28vb3BzL253 -++ export _ModuleTable013_ -++ _ModuleTable014_=cHJvZC9tb2R1bGVmaWxlcy9tcGlfcHJvZC9pcHMvMTguMC4xL2ltcGkvMTguMC4xIiwiL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzIix9LFsic3lzdGVtQmFzZU1QQVRIIl09Ii91c3J4L2xvY2FsL3Byb2QvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmU6L3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkOi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvZGVmczovZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb3JlX3Byb2QiLH0= -++ export _ModuleTable014_ -++ _ModuleTable_Sz_=14 -++ export _ModuleTable_Sz_ -++ : -s sh -+ eval -+ module list -++ /usrx/local/prod/lmod/lmod/libexec/lmod bash list - -Currently Loaded Modules: - 1) ips/18.0.1.163 8) sp/2.0.3 15) jasper/1.900.29 - 2) impi/18.0.1 9) w3nco/2.0.7 16) libpng/1.2.59 - 3) NetCDF/4.5.0 10) w3emc/2.3.1 17) zlib/1.2.11 - 4) HDF5-serial/1.10.1 11) nemsio/2.2.4 18) post/8.0.1 - 5) lsf/10.1 12) g2/3.1.1 19) esmf/8.0.0 - 6) bacio/2.0.3 13) g2tmpl/1.6.0 20) cmake/3.10.0 - 7) ip/3.0.2 14) crtm/2.2.6 21) fv3 - - - -+ eval 'MODULEPATH="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/dev/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1:/usrx/local/prod/modulefiles/mpi_third/ips/18.0.1/impi/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/mpi_prod/ips/18.0.1/impi/18.0.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles";' export 'MODULEPATH;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImlwcyIsWyJjb25tcGlsZXIiXT0iSERGNS1zZXJpYWwiLFsibXBpIl09ImltcGkiLH0sbVQ9e1siSERGNS1zZXJpYWwiXT17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvSERGNS1zZXJpYWwvMS4xMC4xIixbImZ1bGxOYW1lIl09IkhERjUtc2VyaWFsLzEuMTAuMSIsWyJsb2FkT3JkZXIiXT00LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09IkhERjUtc2VyaWFs";' export '_ModuleTable001_;' '_ModuleTable002_="LzEuMTAuMSIsfSxOZXRDREY9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xL05ldENERi80LjUuMCIsWyJmdWxsTmFtZSJdPSJOZXRDREYvNC41LjAiLFsibG9hZE9yZGVyIl09Myxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJOZXRDREYvNC41LjAiLH0sYmFjaW89e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2JhY2lvLzIuMC4zIixbImZ1bGxOYW1lIl09ImJhY2lvLzIuMC4zIixbImxvYWRPcmRlciJdPTYscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNl";' export '_ModuleTable002_;' '_ModuleTable003_="ck5hbWUiXT0iYmFjaW8vMi4wLjMiLH0sY21ha2U9e1siZm4iXT0iL3VzcngvbG9jYWwvZGV2L21vZHVsZWZpbGVzL2NtYWtlLzMuMTAuMCIsWyJmdWxsTmFtZSJdPSJjbWFrZS8zLjEwLjAiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY21ha2UvMy4xMC4wIix9LGNydG09e1siZm4iXT0iL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfcHJvZC9pcHMvMTguMC4xL2NydG0vMi4yLjYiLFsiZnVsbE5hbWUiXT0iY3J0bS8yLjIuNiIsWyJsb2FkT3JkZXIiXT0xNCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1";' export '_ModuleTable003_;' '_ModuleTable004_="c2VyTmFtZSJdPSJjcnRtLzIuMi42Iix9LGVzbWY9e1siZm4iXT0iL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcjE4L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL3djb3NzX2RlbGxfcDMvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT0yMSxw";' export '_ModuleTable004_;' '_ModuleTable005_="cm9wVD17fSxbInN0YWNrRGVwdGgiXT0wLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZzI9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2cyLzMuMS4xIixbImZ1bGxOYW1lIl09ImcyLzMuMS4xIixbImxvYWRPcmRlciJdPTEyLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcyLzMuMS4xIix9LGcydG1wbD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzJ0bXBsLzEuNi4wIixbImZ1bGxOYW1lIl09ImcydG1wbC8xLjYuMCIsWyJsb2FkT3JkZXIiXT0xMyxwcm9wVD17fSxbInN0YWNr";' export '_ModuleTable005_;' '_ModuleTable006_="RGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMnRtcGwvMS42LjAiLH0saW1waT17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX21waS9pcHMvMTguMC4xL2ltcGkvMTguMC4xLmx1YSIsWyJmdWxsTmFtZSJdPSJpbXBpLzE4LjAuMSIsWyJsb2FkT3JkZXIiXT0yLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImltcGkvMTguMC4xIix9LGlwPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9pcC8zLjAuMiIsWyJmdWxsTmFtZSJdPSJpcC8zLjAuMiIsWyJsb2FkT3JkZXIiXT03LHByb3BUPXt9LFsic3Rh";' export '_ModuleTable006_;' '_ModuleTable007_="Y2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImlwLzMuMC4yIix9LGlwcz17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQvaXBzLzE4LjAuMS4xNjMiLFsiZnVsbE5hbWUiXT0iaXBzLzE4LjAuMS4xNjMiLFsibG9hZE9yZGVyIl09MSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJpcHMvMTguMC4xLjE2MyIsfSxqYXNwZXI9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xL2phc3Blci8xLjkwMC4yOSIsWyJmdWxsTmFtZSJdPSJqYXNwZXIvMS45MDAuMjkiLFsibG9hZE9yZGVyIl09";' export '_ModuleTable007_;' '_ModuleTable008_="MTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iamFzcGVyLzEuOTAwLjI5Iix9LGxpYnBuZz17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvbGlicG5nLzEuMi41OSIsWyJmdWxsTmFtZSJdPSJsaWJwbmcvMS4yLjU5IixbImxvYWRPcmRlciJdPTE2LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImxpYnBuZy8xLjIuNTkiLH0sbHNmPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZC9sc2YvMTAuMSIsWyJmdWxsTmFtZSJdPSJsc2YvMTAuMSIsWyJsb2Fk";' export '_ModuleTable008_;' '_ModuleTable009_="T3JkZXIiXT01LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImxzZi8xMC4xIix9LG5lbXNpbz17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvbmVtc2lvLzIuMi40IixbImZ1bGxOYW1lIl09Im5lbXNpby8yLjIuNCIsWyJsb2FkT3JkZXIiXT0xMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZW1zaW8vMi4yLjQiLH0scG9zdD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvcG9zdC84LjAuMSIsWyJmdWxsTmFtZSJdPSJwb3N0LzguMC4xIixbImxvYWRP";' export '_ModuleTable009_;' '_ModuleTable010_="cmRlciJdPTE4LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InBvc3QvOC4wLjEiLH0sc3A9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL3NwLzIuMC4zIixbImZ1bGxOYW1lIl09InNwLzIuMC4zIixbImxvYWRPcmRlciJdPTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ic3AvMi4wLjMiLH0sdzNlbWM9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL3czZW1jLzIuMy4xIixbImZ1bGxOYW1lIl09InczZW1jLzIuMy4xIixbImxvYWRPcmRlciJdPTEwLHBy";' export '_ModuleTable010_;' '_ModuleTable011_="b3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczZW1jLzIuMy4xIix9LHczbmNvPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy93M25jby8yLjAuNyIsWyJmdWxsTmFtZSJdPSJ3M25jby8yLjAuNyIsWyJsb2FkT3JkZXIiXT05LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHpsaWI9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xL3psaWIvMS4yLjExIixbImZ1bGxOYW1lIl09InpsaWIvMS4yLjExIixbImxvYWRPcmRl";' export '_ModuleTable011_;' '_ModuleTable012_="ciJdPTE3LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InpsaWIvMS4yLjExIix9LH0sbXBhdGhBPXsiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMiLCIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9EdXNhbi5Kb3ZpYy91ZnMvcHIxOC91ZnMtd2VhdGhlci1tb2RlbC9tb2R1bGVmaWxlcy93Y29zc19kZWxsX3AzIiwiL3VzcngvbG9jYWwvZGV2L2VtY19yb2NvdG8vbW9kdWxlZmlsZXMiLCIvdXNyeC9sb2NhbC9kZXYvbW9kdWxlZmlsZXMiLCIvdXNyeC9sb2NhbC9wcm9kL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlIiwiL3VzcngvbG9j";' export '_ModuleTable012_;' '_ModuleTable013_="YWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9kZWZzIiwiL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29yZV9wcm9kIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xIiwiL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfcHJvZC9pcHMvMTguMC4xIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl9tcGkvaXBzLzE4LjAuMSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvbXBpX3RoaXJkL2lwcy8xOC4wLjEvaW1waS8xOC4wLjEiLCIvZ3Bmcy9kZWxsMS9uY28vb3BzL253";' export '_ModuleTable013_;' '_ModuleTable014_="cHJvZC9tb2R1bGVmaWxlcy9tcGlfcHJvZC9pcHMvMTguMC4xL2ltcGkvMTguMC4xIiwiL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzIix9LFsic3lzdGVtQmFzZU1QQVRIIl09Ii91c3J4L2xvY2FsL3Byb2QvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmU6L3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkOi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvZGVmczovZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb3JlX3Byb2QiLH0=";' export '_ModuleTable014_;' '_ModuleTable_Sz_="14";' export '_ModuleTable_Sz_;' -++ MODULEPATH=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/dev/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1:/usrx/local/prod/modulefiles/mpi_third/ips/18.0.1/impi/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/mpi_prod/ips/18.0.1/impi/18.0.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles -++ export MODULEPATH -++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImlwcyIsWyJjb25tcGlsZXIiXT0iSERGNS1zZXJpYWwiLFsibXBpIl09ImltcGkiLH0sbVQ9e1siSERGNS1zZXJpYWwiXT17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvSERGNS1zZXJpYWwvMS4xMC4xIixbImZ1bGxOYW1lIl09IkhERjUtc2VyaWFsLzEuMTAuMSIsWyJsb2FkT3JkZXIiXT00LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09IkhERjUtc2VyaWFs -++ export _ModuleTable001_ -++ _ModuleTable002_=LzEuMTAuMSIsfSxOZXRDREY9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xL05ldENERi80LjUuMCIsWyJmdWxsTmFtZSJdPSJOZXRDREYvNC41LjAiLFsibG9hZE9yZGVyIl09Myxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJOZXRDREYvNC41LjAiLH0sYmFjaW89e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2JhY2lvLzIuMC4zIixbImZ1bGxOYW1lIl09ImJhY2lvLzIuMC4zIixbImxvYWRPcmRlciJdPTYscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNl -++ export _ModuleTable002_ -++ _ModuleTable003_=ck5hbWUiXT0iYmFjaW8vMi4wLjMiLH0sY21ha2U9e1siZm4iXT0iL3VzcngvbG9jYWwvZGV2L21vZHVsZWZpbGVzL2NtYWtlLzMuMTAuMCIsWyJmdWxsTmFtZSJdPSJjbWFrZS8zLjEwLjAiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY21ha2UvMy4xMC4wIix9LGNydG09e1siZm4iXT0iL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfcHJvZC9pcHMvMTguMC4xL2NydG0vMi4yLjYiLFsiZnVsbE5hbWUiXT0iY3J0bS8yLjIuNiIsWyJsb2FkT3JkZXIiXT0xNCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1 -++ export _ModuleTable003_ -++ _ModuleTable004_=c2VyTmFtZSJdPSJjcnRtLzIuMi42Iix9LGVzbWY9e1siZm4iXT0iL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcjE4L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL3djb3NzX2RlbGxfcDMvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT0yMSxw -++ export _ModuleTable004_ -++ _ModuleTable005_=cm9wVD17fSxbInN0YWNrRGVwdGgiXT0wLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZzI9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2cyLzMuMS4xIixbImZ1bGxOYW1lIl09ImcyLzMuMS4xIixbImxvYWRPcmRlciJdPTEyLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcyLzMuMS4xIix9LGcydG1wbD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzJ0bXBsLzEuNi4wIixbImZ1bGxOYW1lIl09ImcydG1wbC8xLjYuMCIsWyJsb2FkT3JkZXIiXT0xMyxwcm9wVD17fSxbInN0YWNr -++ export _ModuleTable005_ -++ _ModuleTable006_=RGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMnRtcGwvMS42LjAiLH0saW1waT17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX21waS9pcHMvMTguMC4xL2ltcGkvMTguMC4xLmx1YSIsWyJmdWxsTmFtZSJdPSJpbXBpLzE4LjAuMSIsWyJsb2FkT3JkZXIiXT0yLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImltcGkvMTguMC4xIix9LGlwPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9pcC8zLjAuMiIsWyJmdWxsTmFtZSJdPSJpcC8zLjAuMiIsWyJsb2FkT3JkZXIiXT03LHByb3BUPXt9LFsic3Rh -++ export _ModuleTable006_ -++ _ModuleTable007_=Y2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImlwLzMuMC4yIix9LGlwcz17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQvaXBzLzE4LjAuMS4xNjMiLFsiZnVsbE5hbWUiXT0iaXBzLzE4LjAuMS4xNjMiLFsibG9hZE9yZGVyIl09MSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJpcHMvMTguMC4xLjE2MyIsfSxqYXNwZXI9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xL2phc3Blci8xLjkwMC4yOSIsWyJmdWxsTmFtZSJdPSJqYXNwZXIvMS45MDAuMjkiLFsibG9hZE9yZGVyIl09 -++ export _ModuleTable007_ -++ _ModuleTable008_=MTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iamFzcGVyLzEuOTAwLjI5Iix9LGxpYnBuZz17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvbGlicG5nLzEuMi41OSIsWyJmdWxsTmFtZSJdPSJsaWJwbmcvMS4yLjU5IixbImxvYWRPcmRlciJdPTE2LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImxpYnBuZy8xLjIuNTkiLH0sbHNmPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZC9sc2YvMTAuMSIsWyJmdWxsTmFtZSJdPSJsc2YvMTAuMSIsWyJsb2Fk -++ export _ModuleTable008_ -++ _ModuleTable009_=T3JkZXIiXT01LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImxzZi8xMC4xIix9LG5lbXNpbz17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvbmVtc2lvLzIuMi40IixbImZ1bGxOYW1lIl09Im5lbXNpby8yLjIuNCIsWyJsb2FkT3JkZXIiXT0xMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZW1zaW8vMi4yLjQiLH0scG9zdD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvcG9zdC84LjAuMSIsWyJmdWxsTmFtZSJdPSJwb3N0LzguMC4xIixbImxvYWRP -++ export _ModuleTable009_ -++ _ModuleTable010_=cmRlciJdPTE4LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InBvc3QvOC4wLjEiLH0sc3A9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL3NwLzIuMC4zIixbImZ1bGxOYW1lIl09InNwLzIuMC4zIixbImxvYWRPcmRlciJdPTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ic3AvMi4wLjMiLH0sdzNlbWM9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL3czZW1jLzIuMy4xIixbImZ1bGxOYW1lIl09InczZW1jLzIuMy4xIixbImxvYWRPcmRlciJdPTEwLHBy -++ export _ModuleTable010_ -++ _ModuleTable011_=b3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczZW1jLzIuMy4xIix9LHczbmNvPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy93M25jby8yLjAuNyIsWyJmdWxsTmFtZSJdPSJ3M25jby8yLjAuNyIsWyJsb2FkT3JkZXIiXT05LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHpsaWI9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xL3psaWIvMS4yLjExIixbImZ1bGxOYW1lIl09InpsaWIvMS4yLjExIixbImxvYWRPcmRl -++ export _ModuleTable011_ -++ _ModuleTable012_=ciJdPTE3LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InpsaWIvMS4yLjExIix9LH0sbXBhdGhBPXsiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMiLCIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9EdXNhbi5Kb3ZpYy91ZnMvcHIxOC91ZnMtd2VhdGhlci1tb2RlbC9tb2R1bGVmaWxlcy93Y29zc19kZWxsX3AzIiwiL3VzcngvbG9jYWwvZGV2L2VtY19yb2NvdG8vbW9kdWxlZmlsZXMiLCIvdXNyeC9sb2NhbC9kZXYvbW9kdWxlZmlsZXMiLCIvdXNyeC9sb2NhbC9wcm9kL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlIiwiL3VzcngvbG9j -++ export _ModuleTable012_ -++ _ModuleTable013_=YWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9kZWZzIiwiL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29yZV9wcm9kIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xIiwiL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfcHJvZC9pcHMvMTguMC4xIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl9tcGkvaXBzLzE4LjAuMSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvbXBpX3RoaXJkL2lwcy8xOC4wLjEvaW1waS8xOC4wLjEiLCIvZ3Bmcy9kZWxsMS9uY28vb3BzL253 -++ export _ModuleTable013_ -++ _ModuleTable014_=cHJvZC9tb2R1bGVmaWxlcy9tcGlfcHJvZC9pcHMvMTguMC4xL2ltcGkvMTguMC4xIiwiL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzIix9LFsic3lzdGVtQmFzZU1QQVRIIl09Ii91c3J4L2xvY2FsL3Byb2QvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmU6L3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkOi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvZGVmczovZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb3JlX3Byb2QiLH0= -++ export _ModuleTable014_ -++ _ModuleTable_Sz_=14 -++ export _ModuleTable_Sz_ -++ : -s sh -+ eval -+ cd build_fv3_17 -+ cmake /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model -D32BIT=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=ON -DSTATIC=ON -DMULTI_GASES=OFF --- The C compiler identification is Intel 18.0.1.20171018 --- The CXX compiler identification is Intel 18.0.1.20171018 --- The Fortran compiler identification is Intel 18.0.1.20171018 --- Check for working C compiler: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiicc --- Check for working C compiler: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiicc -- works --- Detecting C compiler ABI info --- Detecting C compiler ABI info - done --- Detecting C compile features --- Detecting C compile features - done --- Check for working CXX compiler: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiicpc --- Check for working CXX compiler: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiicpc -- works --- Detecting CXX compiler ABI info --- Detecting CXX compiler ABI info - done --- Detecting CXX compile features --- Detecting CXX compile features - done --- Check for working Fortran compiler: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort --- Check for working Fortran compiler: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -- works --- Detecting Fortran compiler ABI info --- Detecting Fortran compiler ABI info - done --- Checking whether /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort supports Fortran 90 --- Checking whether /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort supports Fortran 90 -- yes --- Found MPI_C: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiicc (found version "3.1") --- Found MPI_CXX: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiicpc (found version "3.1") --- Found MPI_Fortran: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort (found version "3.1") --- Found MPI: TRUE (found version "3.1") -ESMFMKFILE: /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/lib/esmf.mk - Found ESMF: -ESMF_VERSION_MAJOR: 8 -ESMF_F90COMPILEPATHS: /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include;/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -ESMF_F90ESMFLINKRPATHS: -Wl,-rpath,/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/lib -ESMF_F90ESMFLINKLIBS: -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf --- Found ESMF: /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include;/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include (found version "8.0.0") - -Setting configuration for wcoss_dell_p3 - -C compiler: Intel 18.0.1.20171018 (mpiicc) -CXX compiler: Intel 18.0.1.20171018 (mpiicpc) -Fortran compiler: Intel 18.0.1.20171018 (mpiifort) - -DEBUG is disabled -REPRO is disabled -32BIT is ENABLED -OPENMP is ENABLED -AVX2 is disabled -INLINE_POST is ENABLED - - -Selected physics package: gfs - -Force 64 bits in gfsphysics -Force 64 bits in ipd --- Dynamics compiled with 32-bit option, adjust fv_sat_adj types --- Detecting OpenMP flags for Intel C compiler: -qopenmp --- Detecting OpenMP flags for Intel C++ compiler: -qopenmp --- Detecting OpenMP flags for Intel Fortran compiler: -qopenmp --- Enable OpenMP support for C/C++/Fortran compiler --- Disable SIONlib support --- Disable Intel MKL support --- Enable netCDF support --- Disable ESMF support --- Disable multi-gases physics --- Detecting OpenMP flags for Intel C compiler: -qopenmp --- Detecting OpenMP flags for Intel C++ compiler: -qopenmp --- Detecting OpenMP flags for Intel Fortran compiler: -qopenmp --- Enable OpenMP support for C/C++/Fortran compiler --- Found LibXml2: /usr/lib64/libxml2.so (found version "2.9.1") --- Found Doxygen: /usr/bin/doxygen (found version "1.8.5") found components: doxygen dot --- Detecting OpenMP flags for Intel C compiler: -qopenmp --- Detecting OpenMP flags for Intel C++ compiler: -qopenmp --- Detecting OpenMP flags for Intel Fortran compiler: -qopenmp --- Enable OpenMP support for C/C++/Fortran compiler -INFOGot CCPP_SCHEMES from environment variable: /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/aer_cloud.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/aerclm_def.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/aerinterp.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/calpreciptype.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cldwat2m_micro.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cldmacro.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/date_def.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/funcphys.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gcycle.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/h2o_def.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/h2ointerp.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/iccn_def.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/iccninterp.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/iounitdef.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/machine.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mersenne_twister.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfpbl.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg_utils.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg2_0.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg3_0.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/multi_gases.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_model.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_parameters.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_radar.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_thompson.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MP_FER_HIRES.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_bl_mynn.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_mynn.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_orowam2017.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/namelist_soilveg.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfpblt.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfpbltq.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfscu.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfscuq.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/noahmp_tables.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/num_parthds.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozne_def.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozinterp.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/physcons.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/physparam.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radcons.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_aerosols.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_astronomy.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_clouds.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_gases.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_surface.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radlw_datatb.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radlw_param.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radsw_datatb.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radsw_param.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/samfaerosols.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfcsub.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sflx.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/set_soilveg.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/surface_perturbation.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_deep.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_sh.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/tridi.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/wv_saturation.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_soil_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rayleigh_damp.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radsw_main.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_ocean.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gwdc.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gscond.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ysuvdif.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_sice.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/samfdeepcnv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/satmedmfvdif.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozphys_2015.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/samfshalcnv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/precpd.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_fer_hires.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diag.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radlw_main.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_debug.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/satmedmfvdifq.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cs_conv.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/shinhongvdif.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/h2ophys.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_nst.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/moninedmf.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diff.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diag_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/m_micro.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gcm_shoc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gwdps.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/shalcnv.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/get_prs_fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozphys.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_stochastics.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/drag_suite.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_cice.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sascnvn.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cnvc90.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_drv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/dcyc2.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/moninshoc.f -INFOGot CAPS from environment variable: /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_17/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_regional_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_17/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_regional_time_vary_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_17/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_regional_radiation_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_17/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_regional_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_17/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_regional_stochastics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_17/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_regional_c768_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_17/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_regional_c768_time_vary_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_17/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_regional_c768_radiation_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_17/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_regional_c768_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_17/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_regional_c768_stochastics_cap.F90 -Force 64 bits in CCPP_layer -Force 64 bits in stochastic_physics --- Configuring done --- Generating done --- Build files have been written to: /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_17 -+ make -j 4 -Scanning dependencies of target ccpp -[ 0%] Building Fortran object FV3/ccpp/framework/src/CMakeFiles/ccpp.dir/ccpp_errors.F90.o -[ 0%] Building Fortran object FV3/ccpp/framework/src/CMakeFiles/ccpp.dir/ccpp_types.F90.o -[ 1%] Building Fortran object FV3/ccpp/framework/src/CMakeFiles/ccpp.dir/ccpp.F90.o -[ 1%] Building Fortran object FV3/ccpp/framework/src/CMakeFiles/ccpp.dir/ccpp_api.F90.o -Scanning dependencies of target fv3cpl -[ 1%] Building Fortran object FV3/cpl/CMakeFiles/fv3cpl.dir/module_cap_cpl.F90.o -[ 1%] Building Fortran object FV3/cpl/CMakeFiles/fv3cpl.dir/module_cplfields.F90.o -[ 1%] Linking Fortran static library libccpp.a -[ 1%] Built target ccpp -Scanning dependencies of target fms -[ 1%] Building Fortran object CMakeFiles/fms.dir/FMS/platform/platform.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 1%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_parameter.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -Scanning dependencies of target ccppphys -[ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_core.F90.o -[ 2%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/machine.F.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 2%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mersenne_twister.f.o -[ 2%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFDL_parse_tracers.F90.o -[ 3%] Linking Fortran static library libfv3cpl.a -[ 3%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_mp_radar.F90.o -[ 3%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/iounitdef.f.o -[ 3%] Built target fv3cpl -[ 3%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/namelist_soilveg.f.o -[ 3%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_input.F90.o -[ 3%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/namelist_soilveg_ruc.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 3%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/cloud_interpolator.F90.o -[ 3%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_noahmp_glacier.f90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 3%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_io.F90.o -[ 3%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_noahmplsm.f90.o -[ 4%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/noahmp_tables.f90.o -[ 4%] Building Fortran object CMakeFiles/fms.dir/FMS/random_numbers/MersenneTwister.F90.o -[ 4%] Building Fortran object CMakeFiles/fms.dir/FMS/sat_vapor_pres/sat_vapor_pres_k.F90.o -[ 4%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_soil_pre.F90.o -[ 4%] Building Fortran object CMakeFiles/fms.dir/FMS/constants/constants.F90.o -[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/physcons.F90.o -[ 6%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_data.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/aerclm_def.F.o -[ 6%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp.F90.o -[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/physparam.f.o -[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/h2o_def.f.o -[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/iccn_def.F.o -[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/micro_mg_utils.F90.o -[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozne_def.f.o -[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/surface_perturbation.F90.o -[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_deep.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_gfdl_cloud_microphys.F90.o -[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gfs_phy_tracer_config.F.o -[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radcons.f90.o -[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/set_soilveg.f.o -[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MP_FER_HIRES.F90.o -[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_BL_MYJPBL.F90.o -[ 8%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/date_def.f.o -[ 8%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_mp_thompson.F90.o -[ 9%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gwdps.f.o -[ 10%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_SF_JSFC.F90.o -[ 10%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_efp.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 10%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_memutils.F90.o -[ 10%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_pset.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 10%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_type.F90.o -[ 10%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/gradient.F90.o -[ 11%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_ruclsm.F90.o -[ 11%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_domains.F90.o -[ 11%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/set_soilveg_ruc.F90.o -[ 11%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_post.F90.o -[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cnvc90.f.o -[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_DCNV_generic.F90.o -[ 13%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_GWD_generic.F90.o -[ 13%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_MP_generic.F90.o -[ 14%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_PBL_generic.F90.o -[ 14%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_SCNV_generic.F90.o -[ 14%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_composites.F90.o -[ 14%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_loop_control.F90.o -[ 14%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/maximum_hourly_diagnostics.F90.o -[ 15%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozphys.f.o -[ 15%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rayleigh_damp.f.o -[ 15%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_diag_post.F90.o -[ 15%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_diff.f.o -[ 15%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_stochastics.F90.o -[ 15%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/funcphys.f90.o -[ 16%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radlw_param.f.o -[ 16%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radsw_param.f.o -[ 17%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_nst_parameters.f90.o -[ 17%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_bl_mynn.F90.o -[ 17%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_initialize.F90.o -[ 17%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_astronomy.f.o -[ 17%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_surface.f.o -[ 17%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/samfaerosols.F.o -[ 18%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/aerinterp.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 18%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/h2ointerp.f90.o -[ 19%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/iccninterp.F90.o -[ 19%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozinterp.f90.o -[ 20%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_mp_thompson_make_number_concentrations.F90.o -[ 20%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/aer_cloud.F.o -[ 20%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_sh.F90.o -[ 20%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/get_prs_fv3.F90.o -[ 21%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gfdl_cloud_microphys.F90.o -[ 21%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_generic.F90.o -[ 21%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/wv_saturation.F.o -[ 22%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/__/__/gfsphysics/GFS_layer/GFS_typedefs.F90.o -[ 22%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_nst_water_prop.f90.o -[ 23%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_module.F90.o -[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_bfmicrophysics.f.o -[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radsw_datatb.f.o -[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_aerosols.f.o -[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_gases.f.o -[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radlw_datatb.f.o -[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_mynn.F90.o -[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/moninedmf.f.o -[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_drv.f.o -[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/samfdeepcnv.f.o -[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/samfshalcnv.f.o -[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_diag.f.o -[ 25%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_sice.f.o -[ 25%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_time_vary_pre.fv3.F90.o -[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_clouds.f.o -[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radlw_main.f.o -[ 27%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radsw_main.f.o -[ 27%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_nst_model.f90.o -[ 27%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cldmacro.F.o -[ 27%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cldwat2m_micro.F.o -[ 27%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/micro_mg2_0.F90.o -[ 27%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/micro_mg3_0.F90.o -[ 27%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp.F90.o -[ 27%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_nst.f.o -[ 27%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_setup.F90.o -[ 28%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_comm.F90.o -[ 28%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_io.F90.o -Compiling in MPI mode (with or without MPP) -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_post.F90.o -[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_suite_interstitial.F90.o -[ 30%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/dcyc2.f.o -[ 30%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_pre.F90.o -[ 30%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rrtmg_lw_post.F90.o -[ 30%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rrtmg_lw_pre.F90.o -[ 30%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rrtmg_sw_post.F90.o -[ 30%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rrtmg_sw_pre.F90.o -[ 30%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_gfdlmp_regional_stochastics_cap.F90.o -[ 30%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_phys_time_vary.fv3.F90.o -[ 30%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_rad_time_vary.fv3.F90.o -[ 30%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_gfdlmp_regional_c768_stochastics_cap.F90.o -[ 30%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_gfdlmp_regional_physics_cap.F90.o -[ 31%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_gfdlmp_regional_c768_physics_cap.F90.o -[ 31%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_gfdlmp_regional_radiation_cap.F90.o -[ 32%] Building Fortran object CMakeFiles/fms.dir/FMS/fms/fms_io.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 33%] Building Fortran object CMakeFiles/fms.dir/FMS/memutils/memutils.F90.o -[ 34%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_gfdlmp_regional_time_vary_cap.F90.o -[ 34%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_gfdlmp_regional_c768_radiation_cap.F90.o -[ 34%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_gfdlmp_regional_c768_time_vary_cap.F90.o -[ 34%] Building Fortran object CMakeFiles/fms.dir/FMS/fms/fms.F90.o -[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bicubic.F90.o -[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/time_manager/time_manager.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bilinear.F90.o -[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_conserve.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_spherical.F90.o -[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/axis_utils/axis_utils.F90.o -[ 36%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_grid.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 36%] Building Fortran object CMakeFiles/fms.dir/FMS/field_manager/field_manager.F90.o -[ 36%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/mosaic.F90.o -[ 36%] Building Fortran object CMakeFiles/fms.dir/FMS/topography/gaussian_topog.F90.o -[ 36%] Building Fortran object CMakeFiles/fms.dir/FMS/time_manager/get_cal_time.F90.o -[ 37%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp.F90.o -[ 37%] Building Fortran object CMakeFiles/fms.dir/FMS/time_interp/time_interp.F90.o -[ 37%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_data.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 37%] Building Fortran object CMakeFiles/fms.dir/FMS/field_manager/fm_util.F90.o -[ 37%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_types.F90.o -[ 37%] Building Fortran object CMakeFiles/fms.dir/FMS/time_interp/time_interp_external.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 37%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_axis.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 37%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_manifest.F90.o -[ 37%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/xbt_drop_rate_adjust.f90.o -[ 38%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/write_ocean_data.F90.o -[ 38%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_output.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 38%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_util.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 39%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_table.F90.o -[ 39%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_manager.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 39%] Building Fortran object CMakeFiles/fms.dir/FMS/data_override/data_override.F90.o -[ 39%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/__/__/gfsphysics/CCPP_layer/CCPP_typedefs.F90.o -[ 40%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_gfdlmp_regional_c768_cap.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 40%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_gfdlmp_regional_cap.F90.o -[ 40%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_debug.F90.o -[ 40%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_suite_init_finalize_test.F90.o -[ 40%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cs_conv.F90.o -[ 40%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cs_conv_aw_adj.F90.o -[ 40%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver.F90.o -[ 41%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver_post.F90.o -[ 41%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver_pre.F90.o -[ 42%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke.F90.o -[ 43%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke_post.F90.o -[ 43%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke_pre.F90.o -[ 43%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/drag_suite.F90.o -[ 43%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gcm_shoc.F90.o -[ 44%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gfdl_fv_sat_adj.F90.o -[ 44%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gscond.f.o -[ 44%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gwdc.f.o -[ 45%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/h2ophys.f.o -[ 45%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/lsm_ruc_sfc_sice_interstitial.F90.o -[ 45%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/coupler_types.F90.o -[ 45%] Building Fortran object CMakeFiles/fms.dir/FMS/exchange/stock_constants.F90.o -[ 45%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/m_micro.F90.o -[ 45%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/m_micro_interstitial.F90.o -[ 45%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYJPBL_wrapper.F90.o -[ 45%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYJSFC_wrapper.F90.o -[ 45%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNPBL_wrapper.F90.o -[ 46%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNSFC_wrapper.F90.o -[ 46%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNrad_post.F90.o -[ 47%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNrad_pre.F90.o -[ 47%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/moninshoc.f.o -[ 48%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_fer_hires.F90.o -[ 48%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_thompson.F90.o -[ 48%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_thompson_post.F90.o -[ 49%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_thompson_pre.F90.o -[ 49%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/multi_gases.F90.o -[ 49%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozphys_2015.f.o -[ 49%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/precpd.f.o -[ 49%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sascnvn.F.o -[ 49%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/satmedmfvdif.F.o -[ 50%] Building Fortran object CMakeFiles/fms.dir/FMS/amip_interp/amip_interp.F90.o -[ 50%] Building Fortran object CMakeFiles/fms.dir/FMS/astronomy/astronomy.F90.o -[ 50%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/satmedmfvdifq.F.o -[ 50%] Building Fortran object CMakeFiles/fms.dir/FMS/block_control/block_control.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 51%] Building Fortran object CMakeFiles/fms.dir/FMS/column_diagnostics/column_diagnostics.F90.o -[ 51%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/atmos_ocean_fluxes.F90.o -[ 52%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/ensemble_manager.F90.o -[ 53%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_cice.f.o -[ 53%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters.F90.o -[ 53%] Building Fortran object CMakeFiles/fms.dir/FMS/exchange/xgrid.F90.o -Compiling in MPI mode (with or without MPP) -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 54%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft.F90.o -[ 54%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_drv_ruc.F90.o -[ 54%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft99.F90.o -[ 54%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_noahmp_drv.f.o -[ 54%] Building Fortran object CMakeFiles/fms.dir/FMS/interpolator/interpolator.F90.o -[ 54%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_ocean.F.o -[ 54%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/grid.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 55%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfcsub.F.o -[ 55%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/shalcnv.F.o -[ 56%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_utilities.F90.o -[ 56%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/shinhongvdif.F90.o -[ 56%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core.F90.o -[ 56%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ugwp_driver_v0.F.o -[ 57%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ysuvdif.F90.o -[ 57%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core_ecda.F90.o -[ 57%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/calpreciptype.f90.o -[ 58%] Building Fortran object CMakeFiles/fms.dir/FMS/random_numbers/random_numbers.F90.o -[ 58%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gcycle.F90.o -[ 58%] Building Fortran object CMakeFiles/fms.dir/FMS/sat_vapor_pres/sat_vapor_pres.F90.o -[ 59%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gocart_tracer_config_stub.f.o -[ 60%] Building Fortran object CMakeFiles/fms.dir/FMS/station_data/station_data.F90.o -[ 61%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfpbl.f.o -[ 61%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_triggers.F90.o -[ 62%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_solvers.F90.o -[ 62%] Building Fortran object CMakeFiles/fms.dir/FMS/topography/topography.F90.o -[ 62%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_utils.F90.o -[ 62%] Building Fortran object CMakeFiles/fms.dir/FMS/tracer_manager/tracer_manager.F90.o -[ 62%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_orowam2017.f.o -[ 63%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_vert_lsatdis.F90.o -[ 63%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_vert_orodis.F90.o -[ 64%] Building Fortran object CMakeFiles/fms.dir/FMS/tridiagonal/tridiagonal.F90.o -[ 64%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_vert_wmsdis.F90.o -[ 65%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfpblt.f.o -[ 66%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/quicksort.F90.o -[ 66%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfpbltq.f.o -[ 66%] Building C object CMakeFiles/fms.dir/FMS/memutils/memuse.c.o -[ 66%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfscu.f.o -[ 66%] Building C object CMakeFiles/fms.dir/FMS/mosaic/create_xgrid.c.o -[ 66%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfscuq.f.o -[ 66%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/num_parthds.F.o -[ 66%] Building C object CMakeFiles/fms.dir/FMS/mosaic/gradient_c2l.c.o -[ 66%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sflx.f.o -[ 66%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/tridi.f.o -[ 67%] Building C object CMakeFiles/fms.dir/FMS/mosaic/interp.c.o -[ 67%] Building C object CMakeFiles/fms.dir/FMS/mosaic/mosaic_util.c.o -[ 67%] Building C object CMakeFiles/fms.dir/FMS/mosaic/read_mosaic.c.o -[ 67%] Building C object CMakeFiles/fms.dir/FMS/affinity/affinity.c.o -[ 68%] Building C object CMakeFiles/fms.dir/FMS/mpp/nsclock.c.o -[ 68%] Building C object CMakeFiles/fms.dir/FMS/mpp/threadloc.c.o -[ 68%] Linking Fortran static library libccppphys.a -[ 68%] Built target ccppphys -Scanning dependencies of target gfsphysics -[ 68%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mersenne_twister.f.o -[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/machine.F.o -[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/namelist_soilveg.f.o -[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/GFDL_parse_tracers.F90.o -[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/physparam.f.o -[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/CCPP_layer/CCPP_typedefs.F90.o -[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/physcons.F90.o -[ 70%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radlw_param.f.o -[ 70%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radsw_param.f.o -[ 70%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_typedefs.F90.o -[ 70%] Linking Fortran static library FMS/libfms.a -[ 70%] Built target fms -[ 70%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_diagnostics.F90.o -[ 72%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/CCPP_layer/CCPP_data.F90.o -[ 72%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_driver.F90.o -[ 72%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_restart.F90.o -[ 72%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_abstraction_layer.F90.o -[ 72%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/__/ccpp/physics/ccpp_static_api.F90.o -[ 72%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/set_soilveg.f.o -[ 72%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/noahmp_tables.f90.o -[ 72%] Linking Fortran static library libgfsphysics.a -[ 72%] Built target gfsphysics -Scanning dependencies of target ccppdriver -Scanning dependencies of target ipd -[ 72%] Building Fortran object FV3/ccpp/driver/CMakeFiles/ccppdriver.dir/CCPP_driver.F90.o -[ 72%] Building Fortran object FV3/ipd/CMakeFiles/ipd.dir/IPD_typedefs.F90.o -[ 72%] Building Fortran object FV3/ipd/CMakeFiles/ipd.dir/IPD_driver.F90.o -[ 73%] Linking Fortran static library libccppdriver.a -[ 73%] Built target ccppdriver -[ 74%] Linking Fortran static library libipd.a -[ 74%] Built target ipd -Scanning dependencies of target io -[ 75%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_internal_state.F90.o -[ 75%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_fv3_io_def.F90.o -Scanning dependencies of target fv3core -[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/external_sst.F90.o -[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_arrays.F90.o -[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_fill.F90.o -[ 76%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_nemsio.F90.o -[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/sim_nc_mod.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 76%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_netcdf.F90.o -[ 76%] Building Fortran object FV3/io/CMakeFiles/io.dir/post_gfs.F90.o -[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/DYCORE_typedefs.F90.o -[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/sorted_index.F90.o -[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_mp_mod.F90.o -[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_sg.F90.o -[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_eta.F90.o -[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_timing.F90.o -[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/boundary.F90.o -[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_grid_utils.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 77%] Building Fortran object FV3/io/CMakeFiles/io.dir/FV3GFS_io.F90.o -[ 77%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_wrt_grid_comp.F90.o -[ 78%] Building Fortran object FV3/io/CMakeFiles/io.dir/ffsync.F90.o -[ 79%] Building Fortran object FV3/io/CMakeFiles/io.dir/post_nems_routines.F90.o -[ 79%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/a2b_edge.F90.o -[ 79%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_mapz.F90.o -[ 79%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_surf_map.F90.o -[ 79%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/tp_core.F90.o -[ 80%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_grid_tools.F90.o -[ 80%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/init_hydro.F90.o -[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_treat_da_inc.F90.o -[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/sw_core.F90.o -[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_iau_mod.F90.o -[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_diagnostics.F90.o -[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_io.F90.o -[ 82%] Linking Fortran static library libio.a -[ 82%] Built target io -[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/nh_utils.F90.o -[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/nh_core.F90.o -[ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_nudge.F90.o -[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/fv_nggps_diag.F90.o -[ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/test_cases.F90.o -[ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_regional_bc.F90.o -[ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_tracer2d.F90.o -[ 85%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_update_phys.F90.o -[ 85%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/dyn_core.F90.o -[ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/external_ic.F90.o -[ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_restart.F90.o -[ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_control.F90.o -[ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_nesting.F90.o -[ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_dynamics.F90.o -[ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/atmosphere.F90.o -[ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/multi_gases.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 87%] Linking Fortran static library libfv3core.a -[ 87%] Built target fv3core -Scanning dependencies of target stochastic_physics -[ 87%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/spectral_layout.F90.o -[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/update_ca.f90.o -[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_resol_def.f.o -[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_gg_def.f.o -[ 89%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_layout_lag.f.o -[ 89%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/glats_stochy.f.o -[ 89%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_namelist_def.F90.o -[ 90%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/compns_stochy.F90.o -[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/epslon_stochy.f.o -[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/setlats_lag_stochy.f.o -[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/get_lats_node_a_stochy.f.o -[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/get_ls_node_stochy.f.o -[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/gozrineo_stochy.f.o -[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/pln2eo_stochy.f.o -[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/setlats_a_stochy.f.o -[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_internal_state_mod.F90.o -[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/dezouv_stochy.f.o -[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/dozeuv_stochy.f.o -[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/four_to_grid_stochy.F.o -[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_patterngenerator.F90.o -[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/sumfln_stochy.f.o -[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/getcon_lag_stochy.f.o -[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/getcon_spectral.F90.o -[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/initialize_spectral_mod.F90.o -[ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_data_mod.F90.o -[ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/get_stochy_pattern.F90.o -[ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochastic_physics.F90.o -[ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/cellular_automata.f90.o -[ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/num_parthds_stochy.f.o -[ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/plumes.f90.o -[ 95%] Linking Fortran static library libstochastic_physics.a -[ 95%] Built target stochastic_physics -Scanning dependencies of target fv3cap -[ 95%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/module_fv3_config.F90.o -[ 95%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/atmos_model.F90.o -[ 95%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/module_fcst_grid_comp.F90.o -[ 96%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/fv3_cap.F90.o -[ 96%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/time_utils.F90.o -[ 97%] Linking Fortran static library libfv3cap.a -[ 97%] Built target fv3cap -Scanning dependencies of target NEMS.exe -[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_MEDIATOR_SpaceWeather.F90.o -[ 98%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/ENS_Cpl/ENS_CplComp_ESMFMod_STUB.F90.o -[ 98%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_EARTH_INTERNAL_STATE.F90.o -[ 98%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_MEDIATOR_methods.F90.o -[ 98%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_UTILS.F90.o -[ 99%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_INTERNAL_STATE.F90.o -[ 99%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_Rusage.F90.o -[100%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_MEDIATOR.F90.o -[100%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_EARTH_GRID_COMP.F90.o -[100%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_GRID_COMP.F90.o -[100%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/MAIN_NEMS.F90.o -[100%] Building C object CMakeFiles/NEMS.exe.dir/NEMS/src/nems_c_rusage.c.o -[100%] Linking Fortran executable NEMS.exe -/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib/libjasper.a(jas_stream.o): In function `jas_stream_tmpfile': -/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/src/jasper-1.900.29/src/libjasper/base/jas_stream.c:520: warning: the use of `tmpnam' is dangerous, better use `mkstemp' -[100%] Built target NEMS.exe -+ mv NEMS.exe ../fv3_17.exe -+ cp /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3 ../modules.fv3_17 -+ cd .. -+ '[' YES = YES ']' -+ rm -rf build_fv3_17 -+ elapsed=666 -+ echo 'Elapsed time 666 seconds. Compiling CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp_regional,FV3_GFS_2017_gfdlmp_regional_c768 32BIT=Y finished' -Elapsed time 666 seconds. Compiling CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp_regional,FV3_GFS_2017_gfdlmp_regional_c768 32BIT=Y finished -+ SECONDS=0 -+++ readlink -f /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/compile_cmake.sh -++ dirname /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/compile_cmake.sh -+ readonly MYDIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests -+ MYDIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests -+ readonly ARGC=4 -+ ARGC=4 -+ cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests -+ [[ 4 -eq 0 ]] -+ [[ 4 -lt 2 ]] -+ PATHTR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model -+ MACHINE_ID=wcoss_dell_p3 -+ MAKE_OPT='CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y DEBUG=Y' -+ BUILD_NAME=fv3_18 -+ clean_before=YES -+ clean_after=YES -+ BUILD_DIR=build_fv3_18 -+ [[ wcoss_dell_p3 == cheyenne.* ]] -+ [[ wcoss_dell_p3 == wcoss_dell_p3 ]] -+ MAKE_THREADS=4 -+ MAKE_THREADS=4 -+ hostname -m72a3 -+ cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests -+ echo 'Compiling CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y DEBUG=Y into fv3_18.exe on wcoss_dell_p3' -Compiling CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y DEBUG=Y into fv3_18.exe on wcoss_dell_p3 -+ '[' YES = YES ']' -+ rm -rf build_fv3_18 -+ mkdir -p build_fv3_18 -+ CCPP_CMAKE_FLAGS= -+ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y DEBUG=Y == *\D\E\B\U\G\=\Y* ]] -+ CCPP_CMAKE_FLAGS=' -DDEBUG=Y' -+ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y DEBUG=Y == *\3\2\B\I\T\=\Y* ]] -+ CCPP_CMAKE_FLAGS=' -DDEBUG=Y -D32BIT=Y' -+ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y DEBUG=Y == *\O\P\E\N\M\P\=\N* ]] -+ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y DEBUG=Y == *\C\C\P\P\=\Y* ]] -+ CCPP_CMAKE_FLAGS=' -DDEBUG=Y -D32BIT=Y -DCCPP=ON -DMPI=ON' -+ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y DEBUG=Y == *\D\E\B\U\G\=\Y* ]] -+ CCPP_CMAKE_FLAGS=' -DDEBUG=Y -D32BIT=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug' -+ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y DEBUG=Y == *\3\2\B\I\T\=\Y* ]] -+ CCPP_CMAKE_FLAGS=' -DDEBUG=Y -D32BIT=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DDYN32=ON' -+ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y DEBUG=Y == *\S\T\A\T\I\C\=\Y* ]] -+ CCPP_CMAKE_FLAGS=' -DDEBUG=Y -D32BIT=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DDYN32=ON -DSTATIC=ON' -+ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y DEBUG=Y == *\M\U\L\T\I\_\G\A\S\E\S\=\Y* ]] -+ CCPP_CMAKE_FLAGS=' -DDEBUG=Y -D32BIT=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DDYN32=ON -DSTATIC=ON -DMULTI_GASES=OFF' -++ echo CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y DEBUG=Y -++ sed 's/.* SUITES=//' -++ sed 's/ .*//' -+ SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched -+ cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model -+ ./FV3/ccpp/framework/scripts/ccpp_prebuild.py --config=FV3/ccpp/config/ccpp_prebuild_config.py --static --suites=FV3_GFS_2017,FV3_GFS_2017_stretched --builddir=tests/build_fv3_18/FV3 -INFO: Logging level set to INFO -INFO: Found TYPEDEFS_NEW_METADATA dictionary in config, assume at least some data is in new metadata formet -INFO: Parsing suite definition files ... -INFO: Parsing suite definition file FV3/ccpp/suites/suite_FV3_GFS_2017.xml ... -INFO: Parsing suite definition file FV3/ccpp/suites/suite_FV3_GFS_2017_stretched.xml ... -INFO: Parsing metadata tables for variables provided by host model ... -INFO: Parsed variable definition tables in module machine -INFO: Parsed variable definition tables in module module_radsw_parameters -INFO: Parsed variable definition tables in module module_radlw_parameters -INFO: Parsed variable definition tables in module CCPP_typedefs -INFO: Parsed variable definition tables in module GFS_typedefs -INFO: Parsed variable definition tables in module CCPP_data -INFO: Parsed variable definition tables in module ccpp_types -INFO: Convert local names from new metadata format into old metadata format ... -INFO: Converting local name sfcflw of variable lw_fluxes_sfc from new to old metadata -INFO: Converting local name nslwr of variable number_of_timesteps_between_longwave_radiation_calls from new to old metadata -INFO: Converting local name hydrostatic of variable flag_for_hydrostatic_solver from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_of_kinematic_buoyancy_flux_from_shoc_in_phy_f3d) of variable kinematic_buoyancy_flux_from_shoc from new to old metadata -INFO: Converting local name nkbfshoc of variable index_of_kinematic_buoyancy_flux_from_shoc_in_phy_f3d from new to old metadata -INFO: Converting local name dvisbm_cpl of variable cumulative_surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name cnvw of variable convective_cloud_water_mixing_ratio from new to old metadata -INFO: Converting local name ltaerosol of variable flag_for_aerosol_physics from new to old metadata -INFO: Converting local name rainmcadj of variable lwe_thickness_of_moist_convective_adj_precipitation_amount from new to old metadata -INFO: Converting local name loop_cnt of variable ccpp_loop_counter from new to old metadata -INFO: Converting local name ncpi of variable local_ice_number_concentration from new to old metadata -INFO: Converting local name pt of variable virtual_temperature_at_Lagrangian_surface from new to old metadata -INFO: Converting local name nirbmui of variable surface_upwelling_direct_near_infrared_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name vconvtend of variable tendency_of_y_wind_due_to_deep_convection_for_coupling_on_physics_timestep from new to old metadata -INFO: Converting local name uustar_ice of variable surface_friction_velocity_over_ice from new to old metadata -INFO: Converting local name phy_myj_uz0 of variable u_wind_component_at_viscous_sublayer_top from new to old metadata -INFO: Converting local name evap_land of variable kinematic_surface_upward_latent_heat_flux_over_land from new to old metadata -INFO: Converting local name ocean of variable flag_nonzero_ocean_surface_fraction from new to old metadata -INFO: Converting local name ep1d_ocean of variable surface_upward_potential_latent_heat_flux_over_ocean from new to old metadata -INFO: Converting local name qconvtend of variable tendency_of_water_vapor_specific_humidity_due_to_deep_convection_for_coupling_on_physics_timestep from new to old metadata -INFO: Converting local name islmsk_cice of variable sea_land_ice_mask_cice from new to old metadata -INFO: Converting local name cmm_ice of variable surface_drag_wind_speed_for_momentum_in_air_over_ice from new to old metadata -INFO: Converting local name visdfdi of variable surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name cnv_ndrop of variable number_concentration_of_cloud_liquid_water_particles_for_detrainment from new to old metadata -INFO: Converting local name sh2o of variable volume_fraction_of_unfrozen_soil_moisture_for_land_surface_model from new to old metadata -INFO: Converting local name tau_tofd of variable time_integral_of_momentum_flux_due_to_turbulent_orographic_form_drag from new to old metadata -INFO: Converting local name dnirbmi_cpl of variable instantaneous_surface_downwelling_direct_near_infrared_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name refdmax263k of variable maximum_reflectivity_at_minus10c_over_maximum_hourly_time_interval from new to old metadata -INFO: Converting local name ulwsfci of variable surface_upwelling_longwave_flux from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_liquid_cloud_condensate) of variable tendency_of_liquid_cloud_water_mixing_ratio_due_to_model_physics from new to old metadata -INFO: Converting local name ntcw of variable index_for_liquid_cloud_condensate from new to old metadata -INFO: Converting local name lheatstrg of variable flag_for_canopy_heat_storage from new to old metadata -INFO: Converting local name slc of variable volume_fraction_of_unfrozen_soil_moisture from new to old metadata -INFO: Converting local name tsfc_land of variable surface_skin_temperature_over_land_interstitial from new to old metadata -INFO: Converting local name save_v of variable y_wind_save from new to old metadata -INFO: Converting local name xkzm_m of variable atmosphere_momentum_diffusivity_background from new to old metadata -INFO: Converting local name gabsbdlw_land of variable surface_downwelling_longwave_flux_absorbed_by_ground_over_land from new to old metadata -INFO: Converting local name tprcp_ice of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_ice from new to old metadata -INFO: Converting local name stblcpxy of variable slow_soil_pool_mass_content_of_carbon from new to old metadata -INFO: Converting local name cdq_land of variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_land from new to old metadata -INFO: Converting local name du3dt(:,:,2) of variable cumulative_change_in_x_wind_due_to_orographic_gravity_wave_drag from new to old metadata -INFO: Converting local name mg_berg_eff_factor of variable mg_bergeron_efficiency_factor from new to old metadata -INFO: Converting local name clouds(:,:,3) of variable mean_effective_radius_for_liquid_cloud from new to old metadata -INFO: Converting local name aer_nm of variable aerosol_number_concentration_from_gocart_aerosol_climatology from new to old metadata -INFO: Converting local name xzts of variable sensitivity_of_dtl_thickness_to_surface_temperature from new to old metadata -INFO: Converting local name lake of variable flag_nonzero_lake_surface_fraction from new to old metadata -INFO: Converting local name kb of variable vertical_index_difference_between_layer_and_lower_bound from new to old metadata -INFO: Converting local name ipt of variable index_for_diagnostic_printout from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_ice_friendly_aerosols) of variable ice_friendly_aerosol_number_concentration from new to old metadata -INFO: Converting local name ntia of variable index_for_ice_friendly_aerosols from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_rain_water) of variable tendency_of_rain_water_mixing_ratio_due_to_model_physics from new to old metadata -INFO: Converting local name ntrw of variable index_for_rain_water from new to old metadata -INFO: Converting local name con_epsm1 of variable ratio_of_dry_air_to_water_vapor_gas_constants_minus_one from new to old metadata -INFO: Converting local name dqsfc_cice of variable surface_upward_latent_heat_flux_for_coupling_interstitial from new to old metadata -INFO: Converting local name last_step of variable flag_for_the_last_step_of_k_split_remapping from new to old metadata -INFO: Converting local name huge of variable netcdf_float_fillvalue from new to old metadata -INFO: Converting local name save_q(:,:,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio_save from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_liquid_cloud_number_concentration) of variable cloud_droplet_number_concentration from new to old metadata -INFO: Converting local name ntlnc of variable index_for_liquid_cloud_number_concentration from new to old metadata -INFO: Converting local name dv3dt(:,:,1) of variable cumulative_change_in_y_wind_due_to_PBL from new to old metadata -INFO: Converting local name imp_physics_mg of variable flag_for_morrison_gettelman_microphysics_scheme from new to old metadata -INFO: Converting local name cldtaulw of variable cloud_optical_depth_layers_at_10mu_band from new to old metadata -INFO: Converting local name wet of variable flag_nonzero_wet_surface_fraction from new to old metadata -INFO: Converting local name qsnowxy of variable snow_precipitation_rate_at_surface from new to old metadata -INFO: Converting local name iopt_frz of variable flag_for_supercooled_liquid_water_option from new to old metadata -INFO: Converting local name dsnow_cpl of variable tendency_of_lwe_thickness_of_snow_amount_for_coupling from new to old metadata -INFO: Converting local name cldsa of variable cloud_area_fraction_for_radiation from new to old metadata -INFO: Converting local name totsnwb of variable accumulated_lwe_thickness_of_snow_amount_in_bucket from new to old metadata -INFO: Converting local name gq0(:,:,index_for_rain_water) of variable rain_water_mixing_ratio_updated_by_physics from new to old metadata -INFO: Converting local name totsnw of variable accumulated_lwe_thickness_of_snow_amount from new to old metadata -INFO: Converting local name xkzm_s of variable diffusivity_background_sigma_level from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_water_friendly_aerosols) of variable tendency_of_water_friendly_aerosol_number_concentration_due_to_model_physics from new to old metadata -INFO: Converting local name ntwa of variable index_for_water_friendly_aerosols from new to old metadata -INFO: Converting local name fswtr of variable fraction_of_cloud_top_water_scavenged from new to old metadata -INFO: Converting local name nvisbmi_cpl of variable instantaneous_surface_net_downward_direct_ultraviolet_and_visible_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_of_atmosphere_heat_diffusivity_from_shoc_in_phy_f3d) of variable atmosphere_heat_diffusivity_from_shoc from new to old metadata -INFO: Converting local name nahdshoc of variable index_of_atmosphere_heat_diffusivity_from_shoc_in_phy_f3d from new to old metadata -INFO: Converting local name nthreads of variable omp_threads_for_fast_physics from new to old metadata -INFO: Converting local name icemp of variable lwe_thickness_of_ice_amount from new to old metadata -INFO: Converting local name dqsfc_cpl of variable cumulative_surface_upward_latent_heat_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name con_jcal of variable joules_per_calorie_constant from new to old metadata -INFO: Converting local name xmu of variable zenith_angle_temporal_adjustment_factor_for_shortwave_fluxes from new to old metadata -INFO: Converting local name con_fvirt of variable ratio_of_vapor_to_dry_air_gas_constants_minus_one from new to old metadata -INFO: Converting local name evfactl_deep of variable rain_evaporation_coefficient_over_land_deep_convection from new to old metadata -INFO: Converting local name canliqxy of variable canopy_intercepted_liquid_water from new to old metadata -INFO: Converting local name phy_myj_qsfc of variable surface_specific_humidity_for_MYJ_schemes from new to old metadata -INFO: Converting local name rainncprv of variable lwe_thickness_of_explicit_rainfall_amount_from_previous_timestep from new to old metadata -INFO: Converting local name Tbd of variable GFS_tbd_type_instance from new to old metadata -INFO: Converting local name v1 of variable y_wind_at_lowest_model_layer_for_diag from new to old metadata -INFO: Converting local name det_mf of variable cumulative_atmosphere_detrainment_convective_mass_flux from new to old metadata -INFO: Converting local name psurf of variable surface_air_pressure_diag from new to old metadata -INFO: Converting local name gasvmr(:,:,10) of variable volume_mixing_ratio_cfc113 from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_for_rain_effective_radius) of variable effective_radius_of_stratiform_cloud_rain_particle_in_um from new to old metadata -INFO: Converting local name nreffr of variable index_for_rain_effective_radius from new to old metadata -INFO: Converting local name del_gz of variable geopotential_difference_between_midlayers_divided_by_midlayer_virtual_temperature from new to old metadata -INFO: Converting local name imfdeepcnv_ntiedtke of variable flag_for_ntiedtke_deep_convection_scheme from new to old metadata -INFO: Converting local name h2o_coeff of variable number_of_coefficients_in_h2o_forcing_data from new to old metadata -INFO: Converting local name tgrs of variable air_temperature from new to old metadata -INFO: Converting local name xlon of variable longitude from new to old metadata -INFO: Converting local name c_d of variable coefficient_c_d from new to old metadata -INFO: Converting local name tlvl of variable air_temperature_at_interface_for_radiation from new to old metadata -INFO: Converting local name f_rimef of variable rime_factor from new to old metadata -INFO: Converting local name mg_do_ice_gmao of variable mg_flag_for_gmao_ice_formulation from new to old metadata -INFO: Converting local name snowca of variable cumulative_surface_snow_area_fraction_multiplied_by_timestep from new to old metadata -INFO: Converting local name hflx of variable kinematic_surface_upward_sensible_heat_flux from new to old metadata -INFO: Converting local name dt3dt(:,:,6) of variable cumulative_change_in_temperature_due_to_microphysics from new to old metadata -INFO: Converting local name nirdfui of variable surface_upwelling_diffuse_near_infrared_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name trans of variable transpiration_flux from new to old metadata -INFO: Converting local name ntchs of variable index_for_first_chemical_tracer from new to old metadata -INFO: Converting local name idxday of variable daytime_points from new to old metadata -INFO: Converting local name iceprv of variable lwe_thickness_of_ice_amount_from_previous_timestep from new to old metadata -INFO: Converting local name mg_alf of variable mg_tuning_factor_for_alphas from new to old metadata -INFO: Converting local name nupdraft of variable number_of_plumes from new to old metadata -INFO: Converting local name qr_r of variable cloud_rain_water_mixing_ratio from new to old metadata -INFO: Converting local name sec of variable seconds_elapsed_since_model_initialization from new to old metadata -INFO: Converting local name epi of variable instantaneous_surface_potential_evaporation from new to old metadata -INFO: Converting local name gflx_land of variable upward_heat_flux_in_soil_over_land from new to old metadata -INFO: Converting local name du3dt_ngw of variable time_integral_of_change_in_x_wind_due_to_nonstationary_gravity_wave from new to old metadata -INFO: Converting local name bl_mynn_cloudpdf of variable cloudpdf from new to old metadata -INFO: Converting local name vtype of variable vegetation_type_classification_real from new to old metadata -INFO: Converting local name imfdeepcnv_gf of variable flag_for_gf_deep_convection_scheme from new to old metadata -INFO: Converting local name lssav of variable flag_diagnostics from new to old metadata -INFO: Converting local name sfalb of variable surface_diffused_shortwave_albedo from new to old metadata -INFO: Converting local name acvb of variable smallest_cloud_base_vertical_index_encountered_thus_far from new to old metadata -INFO: Converting local name c_0 of variable coefficient_c_0 from new to old metadata -INFO: Converting local name mpirank of variable mpi_rank_for_fast_physics from new to old metadata -INFO: Converting local name ntrac of variable number_of_tracers from new to old metadata -INFO: Converting local name dvsfci of variable instantaneous_surface_y_momentum_flux_for_diag from new to old metadata -INFO: Converting local name GFS_Interstitial of variable GFS_interstitial_type_instance_all_threads from new to old metadata -INFO: Converting local name in_nm of variable in_number_concentration from new to old metadata -INFO: Converting local name blksz2(ccpp_block_number) of variable horizontal_dimension from new to old metadata -INFO: Converting local name blk_no of variable ccpp_block_number from new to old metadata -INFO: Converting local name min_lakeice of variable lake_ice_minimum from new to old metadata -INFO: Converting local name canicexy of variable canopy_intercepted_ice_mass from new to old metadata -INFO: Converting local name mg_precip_frac_method of variable mg_type_of_precip_fraction_method from new to old metadata -INFO: Converting local name lonr of variable number_of_equatorial_longitude_points from new to old metadata -INFO: Converting local name dt3dt(:,:,7) of variable cumulative_change_in_temperature_due_to_orographic_gravity_wave_drag from new to old metadata -INFO: Converting local name dtzm of variable mean_change_over_depth_in_sea_water_temperature from new to old metadata -INFO: Converting local name du3dt_mtb of variable time_integral_of_change_in_x_wind_due_to_mountain_blocking_drag from new to old metadata -INFO: Converting local name stress_land of variable surface_wind_stress_over_land from new to old metadata -INFO: Converting local name nspinup of variable number_of_iterations_to_spin_up_cellular_automata from new to old metadata -INFO: Converting local name zogw of variable height_of_launch_level_of_orographic_gravity_wave from new to old metadata -INFO: Converting local name ntsw of variable index_for_snow_water from new to old metadata -INFO: Converting local name cov of variable t_prime_q_prime from new to old metadata -INFO: Converting local name sup of variable ice_supersaturation_threshold from new to old metadata -INFO: Converting local name dt3dt(:,:,3) of variable cumulative_change_in_temperature_due_to_PBL from new to old metadata -INFO: Converting local name mg_qcvar of variable mg_cloud_water_variance from new to old metadata -INFO: Converting local name ffmm_ice of variable Monin_Obukhov_similarity_function_for_momentum_over_ice from new to old metadata -INFO: Converting local name dtdt of variable tendency_of_air_temperature_at_Lagrangian_surface from new to old metadata -INFO: Converting local name GFS_statein_type of variable GFS_statein_type from new to old metadata -INFO: Converting local name train of variable accumulated_change_of_air_temperature_due_to_FA_scheme from new to old metadata -INFO: Converting local name fscav of variable coefficients_for_aerosol_scavenging from new to old metadata -INFO: Converting local name prslk(:,1) of variable dimensionless_exner_function_at_lowest_model_layer from new to old metadata -INFO: Converting local name tf of variable frozen_cloud_threshold_temperature from new to old metadata -INFO: Converting local name communicator of variable mpi_comm from new to old metadata -INFO: Converting local name qs_r of variable cloud_snow_mixing_ratio from new to old metadata -INFO: Converting local name skebv_wts of variable weights_for_stochastic_skeb_perturbation_of_y_wind from new to old metadata -INFO: Converting local name bl_mynn_edmf_part of variable edmf_partition_flag from new to old metadata -INFO: Converting local name dq3dt(:,:,7) of variable cumulative_change_in_ozone_concentration_due_to_ozone_mixing_ratio from new to old metadata -INFO: Converting local name swhc of variable tendency_of_air_temperature_due_to_shortwave_heating_assuming_clear_sky_on_radiation_timestep from new to old metadata -INFO: Converting local name mg_ngnst of variable mg_graupel_concentration_constant from new to old metadata -INFO: Converting local name GFS_grid_type of variable GFS_grid_type from new to old metadata -INFO: Converting local name js of variable starting_y_direction_index from new to old metadata -INFO: Converting local name out_dt of variable flag_for_tendency_of_air_temperature_at_Lagrangian_surface from new to old metadata -INFO: Converting local name delr of variable layer_pressure_thickness_for_radiation from new to old metadata -INFO: Converting local name ncgl of variable local_graupel_number_concentration from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_snow_water) of variable snow_water_mixing_ratio from new to old metadata -INFO: Converting local name totgrp of variable accumulated_lwe_thickness_of_graupel_amount from new to old metadata -INFO: Converting local name cldtausw of variable cloud_optical_depth_layers_at_0p55mu_band from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_ozone) of variable tendency_of_ozone_mixing_ratio_due_to_model_physics from new to old metadata -INFO: Converting local name ntoz of variable index_for_ozone from new to old metadata -INFO: Converting local name evap of variable kinematic_surface_upward_latent_heat_flux from new to old metadata -INFO: Converting local name oro of variable orography from new to old metadata -INFO: Converting local name topfsw of variable sw_fluxes_top_atmosphere from new to old metadata -INFO: Converting local name jmap of variable map_of_block_column_number_to_global_j_index from new to old metadata -INFO: Converting local name cdq of variable surface_drag_coefficient_for_heat_and_moisture_in_air from new to old metadata -INFO: Converting local name soiltype of variable soil_type_classification from new to old metadata -INFO: Converting local name evap_ocean of variable kinematic_surface_upward_latent_heat_flux_over_ocean from new to old metadata -INFO: Converting local name nblks of variable number_of_blocks from new to old metadata -INFO: Converting local name dxinv of variable inverse_scaling_factor_for_critical_relative_humidity from new to old metadata -INFO: Converting local name dvsfc of variable cumulative_surface_y_momentum_flux_for_diag_multiplied_by_timestep from new to old metadata -INFO: Converting local name GFS_stateout_type of variable GFS_stateout_type from new to old metadata -INFO: Converting local name qg of variable cloud_graupel_specific_humidity_at_Lagrangian_surface from new to old metadata -INFO: Converting local name nmtvr of variable number_of_statistical_measures_of_subgrid_orography from new to old metadata -INFO: Converting local name nseed of variable cellular_automata_seed_frequency from new to old metadata -INFO: Converting local name nlives of variable cellular_automata_lifetime from new to old metadata -INFO: Converting local name vegf1d of variable perturbation_of_vegetation_fraction from new to old metadata -INFO: Converting local name v10m of variable y_wind_at_10m from new to old metadata -INFO: Converting local name hice of variable sea_ice_thickness from new to old metadata -INFO: Converting local name mbota of variable model_layer_number_at_cloud_base from new to old metadata -INFO: Converting local name ncnvw of variable index_for_convective_cloud_water_mixing_ratio_in_phy_f3d from new to old metadata -INFO: Converting local name flqc of variable surface_exchange_coefficient_for_moisture from new to old metadata -INFO: Converting local name imfshalcnv_samf of variable flag_for_samf_shallow_convection_scheme from new to old metadata -INFO: Converting local name ntdiag of variable diagnostics_control_for_chemical_tracers from new to old metadata -INFO: Converting local name c1_shal of variable detrainment_conversion_parameter_shallow_convection from new to old metadata -INFO: Converting local name con_g of variable gravitational_acceleration from new to old metadata -INFO: Converting local name je of variable ending_y_direction_index from new to old metadata -INFO: Converting local name hprime(:,1) of variable standard_deviation_of_subgrid_orography from new to old metadata -INFO: Converting local name lh of variable surface_latent_heat from new to old metadata -INFO: Converting local name v10max of variable maximum_v_wind_at_10m_over_maximum_hourly_time_interval from new to old metadata -INFO: Converting local name dvsfcg of variable instantaneous_y_stress_due_to_gravity_wave_drag from new to old metadata -INFO: Converting local name mg_ninst of variable mg_ice_concentration_constant from new to old metadata -INFO: Converting local name lwhd of variable tendency_of_air_temperature_due_to_longwave_heating_for_idea from new to old metadata -INFO: Converting local name ntkev of variable index_for_turbulent_kinetic_energy_vertical_diffusion_tracer from new to old metadata -INFO: Converting local name fm10 of variable Monin_Obukhov_similarity_function_for_momentum_at_10m from new to old metadata -INFO: Converting local name phour of variable forecast_time_at_previous_timestep from new to old metadata -INFO: Converting local name phys_hydrostatic of variable flag_for_hydrostatic_heating_from_physics from new to old metadata -INFO: Converting local name nswsfci of variable surface_net_downwelling_shortwave_flux from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_for_graupel_effective_radius) of variable effective_radius_of_stratiform_cloud_graupel_particle_in_um from new to old metadata -INFO: Converting local name ngeffr of variable index_for_graupel_effective_radius from new to old metadata -INFO: Converting local name kt of variable vertical_index_difference_between_layer_and_upper_bound from new to old metadata -INFO: Converting local name GFS_tbd_type of variable GFS_tbd_type from new to old metadata -INFO: Converting local name tsurf_ocean of variable surface_skin_temperature_after_iteration_over_ocean from new to old metadata -INFO: Converting local name gu0(:,1) of variable x_wind_at_lowest_model_layer_updated_by_physics from new to old metadata -INFO: Converting local name akap of variable kappa_dry_for_fast_physics from new to old metadata -INFO: Converting local name lsm of variable flag_for_land_surface_scheme from new to old metadata -INFO: Converting local name nscav of variable number_of_tracers_scavenged from new to old metadata -INFO: Converting local name ffmm of variable Monin_Obukhov_similarity_function_for_momentum from new to old metadata -INFO: Converting local name nnirbm_cpl of variable cumulative_surface_net_downward_direct_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name tau_mtb of variable instantaneous_momentum_flux_due_to_mountain_blocking_drag from new to old metadata -INFO: Converting local name snicexy of variable snow_layer_ice from new to old metadata -INFO: Converting local name flag_guess of variable flag_for_guess_run from new to old metadata -INFO: Converting local name dnirbm_cpl of variable cumulative_surface_downwelling_direct_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name chh_ocean of variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_ocean from new to old metadata -INFO: Converting local name dtsfci_cpl of variable instantaneous_surface_upward_sensible_heat_flux_for_coupling from new to old metadata -INFO: Converting local name flgmin of variable minimum_large_ice_fraction from new to old metadata -INFO: Converting local name t02max of variable maximum_temperature_at_2m_over_maximum_hourly_time_interval from new to old metadata -INFO: Converting local name tconvtend of variable tendency_of_air_temperature_due_to_deep_convection_for_coupling_on_physics_timestep from new to old metadata -INFO: Converting local name zorl of variable surface_roughness_length from new to old metadata -INFO: Converting local name coslat of variable cosine_of_latitude from new to old metadata -INFO: Converting local name pertalb of variable magnitude_of_surface_albedo_perturbation from new to old metadata -INFO: Converting local name aecm of variable instantaneous_aerosol_column_mass_densities from new to old metadata -INFO: Converting local name con_rv of variable gas_constant_water_vapor from new to old metadata -INFO: Converting local name wminco of variable cloud_condensed_water_conversion_threshold from new to old metadata -INFO: Converting local name fastcpxy of variable fast_soil_pool_mass_content_of_carbon from new to old metadata -INFO: Converting local name kind_grid of variable kind_grid from new to old metadata -INFO: Converting local name stress of variable surface_wind_stress from new to old metadata -INFO: Converting local name qgrs(:,1,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio_at_lowest_model_layer from new to old metadata -INFO: Converting local name rhc of variable critical_relative_humidity from new to old metadata -INFO: Converting local name tsfco of variable sea_surface_temperature from new to old metadata -INFO: Converting local name tau_ngw of variable instantaneous_momentum_flux_due_to_nonstationary_gravity_wave from new to old metadata -INFO: Converting local name tsfcl of variable surface_skin_temperature_over_land from new to old metadata -INFO: Converting local name clouds(:,:,7) of variable mean_effective_radius_for_rain_drop from new to old metadata -INFO: Converting local name con_cliq of variable specific_heat_of_liquid_water_at_constant_pressure from new to old metadata -INFO: Converting local name zmtb of variable height_of_mountain_blocking from new to old metadata -INFO: Converting local name ulwsfcin_cpl of variable surface_upwelling_longwave_flux_for_coupling from new to old metadata -INFO: Converting local name dlwsfc_cpl of variable cumulative_surface_downwelling_longwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name sfcdlw of variable surface_downwelling_longwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name t1 of variable air_temperature_at_lowest_model_layer_for_diag from new to old metadata -INFO: Converting local name ntiw of variable index_for_ice_cloud_condensate from new to old metadata -INFO: Converting local name bl_mynn_mixlength of variable mixing_length_flag from new to old metadata -INFO: Converting local name faerlw(:,:,:,1) of variable aerosol_optical_depth_for_longwave_bands_01_16 from new to old metadata -INFO: Converting local name ozpl of variable ozone_forcing from new to old metadata -INFO: Converting local name dlength of variable characteristic_grid_length_scale from new to old metadata -INFO: Converting local name slag of variable equation_of_time from new to old metadata -INFO: Converting local name ntot2d of variable number_of_fields_in_phyf2d from new to old metadata -INFO: Converting local name iopt_run of variable flag_for_runoff_and_groundwater_option from new to old metadata -INFO: Converting local name gq0(:,:,index_for_liquid_cloud_number_concentration) of variable cloud_droplet_number_concentration_updated_by_physics from new to old metadata -INFO: Converting local name sneqvoxy of variable snow_mass_at_previous_time_step from new to old metadata -INFO: Converting local name con_rhw0 of variable sea_water_reference_density from new to old metadata -INFO: Converting local name mtopa of variable model_layer_number_at_cloud_top from new to old metadata -INFO: Converting local name pertshc of variable magnitude_of_perturbation_of_soil_type_b_parameter from new to old metadata -INFO: Converting local name levi of variable vertical_interface_dimension from new to old metadata -INFO: Converting local name do_shoc of variable flag_for_shoc from new to old metadata -INFO: Converting local name du3dt_tms of variable time_integral_of_change_in_x_wind_due_to_turbulent_orographic_form_drag from new to old metadata -INFO: Converting local name snow_cpl of variable lwe_thickness_of_snow_amount_for_coupling from new to old metadata -INFO: Converting local name pkz of variable finite_volume_mean_edge_pressure_raised_to_the_power_of_kappa from new to old metadata -INFO: Converting local name nn of variable number_of_tracers_for_convective_transport from new to old metadata -INFO: Converting local name do_sat_adj of variable flag_for_saturation_adjustment_for_microphysics_in_dynamics from new to old metadata -INFO: Converting local name dx of variable cell_size from new to old metadata -INFO: Converting local name do_ugwp of variable do_ugwp from new to old metadata -INFO: Converting local name rain of variable lwe_thickness_of_precipitation_amount_on_dynamics_timestep from new to old metadata -INFO: Converting local name iopt_crs of variable flag_for_canopy_stomatal_resistance_option from new to old metadata -INFO: Converting local name qgrs(:,1,index_for_water_vapor) of variable water_vapor_specific_humidity_at_lowest_model_layer from new to old metadata -INFO: Converting local name ntqv of variable index_for_water_vapor from new to old metadata -INFO: Converting local name t02min of variable minimum_temperature_at_2m_over_maximum_hourly_time_interval from new to old metadata -INFO: Converting local name imp_physics_gfdl of variable flag_for_gfdl_microphysics_scheme from new to old metadata -INFO: Converting local name lprnt of variable flag_print from new to old metadata -INFO: Converting local name gabsbdlw_ice of variable surface_downwelling_longwave_flux_absorbed_by_ground_over_ice from new to old metadata -INFO: Converting local name imp_physics_thompson of variable flag_for_thompson_microphysics_scheme from new to old metadata -INFO: Converting local name ctei_rm of variable critical_cloud_top_entrainment_instability_criteria from new to old metadata -INFO: Converting local name tseal of variable surface_skin_temperature_for_nsst from new to old metadata -INFO: Converting local name dusfc_fd of variable integrated_x_momentum_flux_from_form_drag from new to old metadata -INFO: Converting local name dusfcin_cpl of variable surface_x_momentum_flux_for_coupling from new to old metadata -INFO: Converting local name slope of variable surface_slope_classification_real from new to old metadata -INFO: Converting local name htrlw of variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_timestep from new to old metadata -INFO: Converting local name mg_qcmin(2) of variable mg_minimum_ice_mixing_ratio from new to old metadata -INFO: Converting local name tice of variable sea_ice_temperature_interstitial from new to old metadata -INFO: Converting local name adjvisbmu of variable surface_upwelling_direct_ultraviolet_and_visible_shortwave_flux from new to old metadata -INFO: Converting local name dvgwd of variable time_integral_of_y_stress_due_to_gravity_wave_drag from new to old metadata -INFO: Converting local name dusfc_cice of variable surface_x_momentum_flux_for_coupling_interstitial from new to old metadata -INFO: Converting local name errmsg of variable ccpp_error_message from new to old metadata -INFO: Converting local name flag_cice of variable flag_for_cice from new to old metadata -INFO: Converting local name Coupling of variable GFS_coupling_type_instance from new to old metadata -INFO: Converting local name cs_parm(3) of variable detrainment_and_precipitation_tunable_parameter_3_CS from new to old metadata -INFO: Converting local name snliqxy of variable snow_layer_liquid_water from new to old metadata -INFO: Converting local name mstrat of variable flag_for_moorthi_stratus from new to old metadata -INFO: Converting local name imfdeepcnv_sas of variable flag_for_sas_deep_convection_scheme from new to old metadata -INFO: Converting local name weasd_ice of variable water_equivalent_accumulated_snow_depth_over_ice from new to old metadata -INFO: Converting local name bl_mynn_edmf_mom of variable edmf_momentum_transport_flag from new to old metadata -INFO: Converting local name npdf3d of variable number_of_3d_arrays_associated_with_pdf_based_clouds from new to old metadata -INFO: Converting local name dq3dt(:,:,2) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_deep_convection from new to old metadata -INFO: Converting local name w_upi of variable vertical_velocity_for_updraft from new to old metadata -INFO: Converting local name qlyr of variable water_vapor_specific_humidity_at_layer_for_radiation from new to old metadata -INFO: Converting local name fm10_ice of variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_ice from new to old metadata -INFO: Converting local name qgl of variable local_graupel_mixing_ratio from new to old metadata -INFO: Converting local name gt0(:,1) of variable air_temperature_at_lowest_model_layer_updated_by_physics from new to old metadata -INFO: Converting local name ccpp_t of variable ccpp_t from new to old metadata -INFO: Converting local name clouds(:,:,4) of variable cloud_ice_water_path from new to old metadata -INFO: Converting local name rain_cpl of variable lwe_thickness_of_precipitation_amount_for_coupling from new to old metadata -INFO: Converting local name bl_mynn_cloudmix of variable cloud_specie_mix_flag from new to old metadata -INFO: Converting local name tgxy of variable ground_temperature_for_noahmp from new to old metadata -INFO: Converting local name oa4 of variable asymmetry_of_subgrid_orography from new to old metadata -INFO: Converting local name refdmax of variable maximum_reflectivity_at_1km_agl_over_maximum_hourly_time_interval from new to old metadata -INFO: Converting local name GFS_Data(ccpp_block_number) of variable GFS_data_type_instance from new to old metadata -INFO: Converting local name dvsfc_cpl of variable cumulative_surface_y_momentum_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name shocaftcnv of variable flag_for_shoc_after_convection from new to old metadata -INFO: Converting local name mg_rhmini of variable mg_minimum_rh_for_ice from new to old metadata -INFO: Converting local name t2mi_cpl of variable instantaneous_temperature_at_2m_for_coupling from new to old metadata -INFO: Converting local name GFS_Interstitial(ccpp_thread_number) of variable GFS_interstitial_type_instance from new to old metadata -INFO: Converting local name thrd_no of variable ccpp_thread_number from new to old metadata -INFO: Converting local name evbs of variable soil_upward_latent_heat_flux from new to old metadata -INFO: Converting local name dtdtr of variable tendency_of_air_temperature_due_to_radiative_heating_on_physics_time_step from new to old metadata -INFO: Converting local name spfhmin of variable minimum_specific_humidity_at_2m from new to old metadata -INFO: Converting local name xsaixy of variable stem_area_index from new to old metadata -INFO: Converting local name lsoil of variable soil_vertical_dimension from new to old metadata -INFO: Converting local name mg_ts_auto_ice of variable mg_time_scale_for_autoconversion_of_ice from new to old metadata -INFO: Converting local name ca_deep of variable fraction_of_cellular_automata_for_deep_convection from new to old metadata -INFO: Converting local name work1 of variable grid_size_related_coefficient_used_in_scale_sensitive_schemes from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_for_cloud_liquid_water_effective_radius) of variable effective_radius_of_stratiform_cloud_liquid_water_particle_in_um from new to old metadata -INFO: Converting local name nleffr of variable index_for_cloud_liquid_water_effective_radius from new to old metadata -INFO: Converting local name dlwsfci of variable surface_downwelling_longwave_flux from new to old metadata -INFO: Converting local name mg_nicons of variable mg_flag_ice_concentration_constant from new to old metadata -INFO: Converting local name faersw(:,:,:,1) of variable aerosol_optical_depth_for_shortwave_bands_01_16 from new to old metadata -INFO: Converting local name xt of variable diurnal_thermocline_layer_heat_content from new to old metadata -INFO: Converting local name prsl of variable air_pressure from new to old metadata -INFO: Converting local name cv of variable fraction_of_convective_cloud from new to old metadata -INFO: Converting local name blksz of variable horizontal_block_size from new to old metadata -INFO: Converting local name pertvegf of variable magnitude_of_perturbation_of_vegetation_fraction from new to old metadata -INFO: Converting local name gq0(:,:,index_for_cloud_amount) of variable cloud_fraction_updated_by_physics from new to old metadata -INFO: Converting local name ntclamt of variable index_for_cloud_amount from new to old metadata -INFO: Converting local name zorlo of variable surface_roughness_length_over_ocean from new to old metadata -INFO: Converting local name te0 of variable atmosphere_energy_content_at_Lagrangian_surface from new to old metadata -INFO: Converting local name ktop of variable vertical_index_at_cloud_top from new to old metadata -INFO: Converting local name prevsq of variable moisture_from_previous_timestep from new to old metadata -INFO: Converting local name kpbl of variable vertical_index_at_top_of_atmosphere_boundary_layer from new to old metadata -INFO: Converting local name ncells of variable cellular_automata_finer_grid from new to old metadata -INFO: Converting local name cnvc of variable convective_cloud_cover from new to old metadata -INFO: Converting local name totprcp of variable accumulated_lwe_thickness_of_precipitation_amount from new to old metadata -INFO: Converting local name cgwf of variable multiplication_factors_for_convective_gravity_wave_drag from new to old metadata -INFO: Converting local name do_shum of variable flag_for_stochastic_shum_option from new to old metadata -INFO: Converting local name save_q of variable tracer_concentration_save from new to old metadata -INFO: Converting local name h2o_pres of variable natural_log_of_h2o_forcing_data_pressure_levels from new to old metadata -INFO: Converting local name iopt_snf of variable flag_for_precipitation_partition_option from new to old metadata -INFO: Converting local name c0s_shal of variable rain_conversion_parameter_shallow_convection from new to old metadata -INFO: Converting local name zwtxy of variable water_table_depth from new to old metadata -INFO: Converting local name qr of variable cloud_rain_specific_humidity_at_Lagrangian_surface from new to old metadata -INFO: Converting local name dzlyr of variable layer_thickness_for_radiation from new to old metadata -INFO: Converting local name taussxy of variable nondimensional_snow_age from new to old metadata -INFO: Converting local name tsfa of variable surface_air_temperature_for_radiation from new to old metadata -INFO: Converting local name snoalb of variable upper_bound_on_max_albedo_over_deep_snow from new to old metadata -INFO: Converting local name xs of variable sea_water_salinity from new to old metadata -INFO: Converting local name dvsfci_cpl of variable instantaneous_surface_y_momentum_flux_for_coupling from new to old metadata -INFO: Converting local name xlat of variable latitude from new to old metadata -INFO: Converting local name ugrs of variable x_wind from new to old metadata -INFO: Converting local name shdmin of variable minimum_vegetation_area_fraction from new to old metadata -INFO: Converting local name nnirdfi_cpl of variable instantaneous_surface_net_downward_diffuse_near_infrared_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name microp_uniform of variable mg_flag_for_uniform_subcolumns from new to old metadata -INFO: Converting local name frland of variable land_area_fraction_for_microphysics from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_ice_friendly_aerosols) of variable tendency_of_ice_friendly_aerosol_number_concentration_due_to_model_physics from new to old metadata -INFO: Converting local name oz_pres of variable natural_log_of_ozone_forcing_data_pressure_levels from new to old metadata -INFO: Converting local name zlwb of variable time_integral_of_height_of_low_level_wave_breaking from new to old metadata -INFO: Converting local name gq0(:,:,index_for_ice_cloud_condensate) of variable ice_water_mixing_ratio_updated_by_physics from new to old metadata -INFO: Converting local name qss of variable surface_specific_humidity from new to old metadata -INFO: Converting local name dry of variable flag_nonzero_land_surface_fraction from new to old metadata -INFO: Converting local name bk of variable b_parameter_of_the_hybrid_coordinate from new to old metadata -INFO: Converting local name cdmbgwd of variable multiplication_factors_for_mountain_blocking_and_orographic_gravity_wave_drag from new to old metadata -INFO: Converting local name levs of variable vertical_dimension from new to old metadata -INFO: Converting local name swhtr of variable flag_for_output_of_shortwave_heating_rate from new to old metadata -INFO: Converting local name zorl_land of variable surface_roughness_length_over_land_interstitial from new to old metadata -INFO: Converting local name t2m of variable temperature_at_2m from new to old metadata -INFO: Converting local name tau_ogw of variable instantaneous_momentum_flux_due_to_orographic_gravity_wave_drag from new to old metadata -INFO: Converting local name shoc_parm(3) of variable shoc_tke_dissipation_tunable_parameter_near_surface from new to old metadata -INFO: Converting local name gflx_ice of variable upward_heat_flux_in_soil_over_ice from new to old metadata -INFO: Converting local name nspc1 of variable number_of_species_for_aerosol_optical_depth from new to old metadata -INFO: Converting local name drain_cpl of variable tendency_of_lwe_thickness_of_precipitation_amount_for_coupling from new to old metadata -INFO: Converting local name phis of variable surface_geopotential_at_Lagrangian_surface from new to old metadata -INFO: Converting local name q2mi_cpl of variable instantaneous_specific_humidity_at_2m_for_coupling from new to old metadata -INFO: Converting local name zogw of variable time_integral_of_height_of_launch_level_of_orographic_gravity_wave from new to old metadata -INFO: Converting local name prsi of variable air_pressure_at_interface from new to old metadata -INFO: Converting local name aerodp of variable atmosphere_optical_thickness_due_to_ambient_aerosol_particles from new to old metadata -INFO: Converting local name shal_cnv of variable flag_for_shallow_convection from new to old metadata -INFO: Converting local name icsdlw of variable seed_random_numbers_lw from new to old metadata -INFO: Converting local name ncld of variable number_of_hydrometeors from new to old metadata -INFO: Converting local name gasvmr(:,:,6) of variable volume_mixing_ratio_cfc11 from new to old metadata -INFO: Converting local name tracers_water of variable number_of_water_tracers from new to old metadata -INFO: Converting local name nscyc of variable number_of_timesteps_between_surface_cycling_calls from new to old metadata -INFO: Converting local name dswsfc_cpl of variable cumulative_surface_downwelling_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name adjvisdfu of variable surface_upwelling_diffuse_ultraviolet_and_visible_shortwave_flux from new to old metadata -INFO: Converting local name cs_parm(2) of variable updraft_velocity_tunable_parameter_2_CS from new to old metadata -INFO: Converting local name lsswr of variable flag_to_calc_sw from new to old metadata -INFO: Converting local name imfshalcnv_gf of variable flag_for_gf_shallow_convection_scheme from new to old metadata -INFO: Converting local name kinver of variable index_of_highest_temperature_inversion from new to old metadata -INFO: Converting local name tslb of variable soil_temperature_for_land_surface_model from new to old metadata -INFO: Converting local name weasd of variable water_equivalent_accumulated_snow_depth from new to old metadata -INFO: Converting local name tisfc of variable sea_ice_temperature from new to old metadata -INFO: Converting local name faerlw of variable aerosol_optical_properties_for_longwave_bands_01_16 from new to old metadata -INFO: Converting local name logunit of variable iounit_log from new to old metadata -INFO: Converting local name fast_mp_consv of variable flag_for_fast_microphysics_energy_conservation from new to old metadata -INFO: Converting local name cnv_mfd of variable detrained_mass_flux from new to old metadata -INFO: Converting local name zvir of variable ratio_of_vapor_to_dry_air_gas_constants_minus_one_default_kind from new to old metadata -INFO: Converting local name jed of variable ending_y_direction_index_domain from new to old metadata -INFO: Converting local name gasvmr(:,:,3) of variable volume_mixing_ratio_ch4 from new to old metadata -INFO: Converting local name sfcdsw of variable surface_downwelling_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name hydrostatic of variable flag_for_hydrostatic_solver_for_fast_physics from new to old metadata -INFO: Converting local name dvsfc_bl of variable integrated_y_momentum_flux_from_blocking_drag from new to old metadata -INFO: Converting local name Grid of variable GFS_grid_type_instance from new to old metadata -INFO: Converting local name ncnd of variable number_of_cloud_condensate_types from new to old metadata -INFO: Converting local name w_0 of variable coefficient_w_0 from new to old metadata -INFO: Converting local name zm of variable ocean_mixed_layer_thickness from new to old metadata -INFO: Converting local name shoc_parm(2) of variable shoc_tke_dissipation_tunable_parameter from new to old metadata -INFO: Converting local name cdec of variable cosine_of_solar_declination_angle from new to old metadata -INFO: Converting local name npzq_con of variable vertical_dimension_for_condensed_water_at_Lagrangian_surface from new to old metadata -INFO: Converting local name rmol of variable reciprocal_of_obukhov_length from new to old metadata -INFO: Converting local name snowxy of variable number_of_snow_layers from new to old metadata -INFO: Converting local name hflx_land of variable kinematic_surface_upward_sensible_heat_flux_over_land from new to old metadata -INFO: Converting local name clw of variable convective_transportable_tracers from new to old metadata -INFO: Converting local name srflag of variable flag_for_precipitation_type from new to old metadata -INFO: Converting local name suntim of variable duration_of_sunshine from new to old metadata -INFO: Converting local name isot of variable soil_type_dataset_choice from new to old metadata -INFO: Converting local name isol of variable flag_for_solar_constant from new to old metadata -INFO: Converting local name th2m of variable potential_temperature_at_2m from new to old metadata -INFO: Converting local name hpbl of variable atmosphere_boundary_layer_thickness from new to old metadata -INFO: Converting local name cd of variable surface_drag_coefficient_for_momentum_in_air from new to old metadata -INFO: Converting local name dusfc_ls of variable integrated_x_momentum_flux_from_large_scale_gwd from new to old metadata -INFO: Converting local name do_sppt of variable flag_for_stochastic_surface_physics_perturbations from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_for_convective_cloud_water_mixing_ratio_in_phy_f3d) of variable convective_cloud_water_mixing_ratio_in_phy_f3d from new to old metadata -INFO: Converting local name rb_ice of variable bulk_richardson_number_at_lowest_model_level_over_ice from new to old metadata -INFO: Converting local name itc of variable number_of_aerosol_tracers_for_convection from new to old metadata -INFO: Converting local name Cldprop of variable GFS_cldprop_type_instance from new to old metadata -INFO: Converting local name grav_settling of variable grav_settling from new to old metadata -INFO: Converting local name gq0(:,:,index_for_ice_cloud_number_concentration) of variable ice_number_concentration_updated_by_physics from new to old metadata -INFO: Converting local name ntinc of variable index_for_ice_cloud_number_concentration from new to old metadata -INFO: Converting local name iopt_inf of variable flag_for_frozen_soil_permeability_option from new to old metadata -INFO: Converting local name c0s_deep of variable rain_conversion_parameter_deep_convection from new to old metadata -INFO: Converting local name dtaux2d_ls of variable x_momentum_tendency_from_large_scale_gwd from new to old metadata -INFO: Converting local name phy_myj_qz0 of variable specific_humidity_at_viscous_sublayer_top from new to old metadata -INFO: Converting local name iovr_sw of variable flag_for_max_random_overlap_clouds_for_shortwave_radiation from new to old metadata -INFO: Converting local name icliq_sw of variable flag_for_optical_property_for_liquid_clouds_for_shortwave_radiation from new to old metadata -INFO: Converting local name psmean of variable cumulative_surface_pressure_multiplied_by_timestep from new to old metadata -INFO: Converting local name cmm_ocean of variable surface_drag_wind_speed_for_momentum_in_air_over_ocean from new to old metadata -INFO: Converting local name shcnvcw of variable flag_shallow_convective_cloud from new to old metadata -INFO: Converting local name drain of variable subsurface_runoff_flux from new to old metadata -INFO: Converting local name ak of variable a_parameter_of_the_hybrid_coordinate from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_liquid_cloud_number_concentration) of variable tendency_of_cloud_droplet_number_concentration_due_to_model_physics from new to old metadata -INFO: Converting local name sfc_z0_type of variable flag_for_surface_roughness_option_over_ocean from new to old metadata -INFO: Converting local name cvt of variable pressure_at_top_of_convective_cloud from new to old metadata -INFO: Converting local name gwd_opt of variable gwd_opt from new to old metadata -INFO: Converting local name snowmp of variable lwe_thickness_of_snow_amount from new to old metadata -INFO: Converting local name ncnvcld3d of variable number_of_convective_3d_cloud_fields from new to old metadata -INFO: Converting local name cape of variable convective_available_potential_energy_for_coupling from new to old metadata -INFO: Converting local name du3dt_ogw of variable time_integral_of_change_in_x_wind_due_to_orographic_gravity_wave_drag from new to old metadata -INFO: Converting local name te0_2d of variable atmosphere_energy_content_in_column from new to old metadata -INFO: Converting local name dsnowprv of variable snow_precipitation_rate_from_previous_timestep from new to old metadata -INFO: Converting local name chh of variable surface_drag_mass_flux_for_heat_and_moisture_in_air from new to old metadata -INFO: Converting local name dt3dt(:,:,5) of variable cumulative_change_in_temperature_due_to_shal_convection from new to old metadata -INFO: Converting local name cplwav of variable flag_for_wave_coupling from new to old metadata -INFO: Converting local name clw(:,:,2) of variable cloud_condensed_water_mixing_ratio_convective_transport_tracer from new to old metadata -INFO: Converting local name shoc_parm(1) of variable shoc_tke_dissipatation_pressure_threshold from new to old metadata -INFO: Converting local name oro_uf of variable orography_unfiltered from new to old metadata -INFO: Converting local name peln of variable log_pressure_at_Lagrangian_surface from new to old metadata -INFO: Converting local name gasvmr(:,:,8) of variable volume_mixing_ratio_cfc22 from new to old metadata -INFO: Converting local name pertzt of variable magnitude_of_perturbation_of_heat_to_momentum_roughness_length_ratio from new to old metadata -INFO: Converting local name clouds(:,:,1) of variable total_cloud_fraction from new to old metadata -INFO: Converting local name iaer of variable flag_for_default_aerosol_effect_in_shortwave_radiation from new to old metadata -INFO: Converting local name wet1 of variable normalized_soil_wetness from new to old metadata -INFO: Converting local name npz of variable vertical_dimension_for_fast_physics from new to old metadata -INFO: Converting local name cal_pre of variable flag_for_precipitation_type_algorithm from new to old metadata -INFO: Converting local name lmk of variable adjusted_vertical_layer_dimension_for_radiation from new to old metadata -INFO: Converting local name kind_phys of variable kind_phys from new to old metadata -INFO: Converting local name Sfcprop of variable GFS_sfcprop_type_instance from new to old metadata -INFO: Converting local name wslakexy of variable lake_water_storage from new to old metadata -INFO: Converting local name f10m of variable ratio_of_wind_at_lowest_model_layer_and_wind_at_10m from new to old metadata -INFO: Converting local name gasvmr(:,:,1) of variable volume_mixing_ratio_co2 from new to old metadata -INFO: Converting local name q2mp of variable specific_humidity_at_2m_from_noahmp from new to old metadata -INFO: Converting local name lwhc of variable tendency_of_air_temperature_due_to_longwave_heating_assuming_clear_sky_on_radiation_timestep from new to old metadata -INFO: Converting local name snowd_ice of variable surface_snow_thickness_water_equivalent_over_ice from new to old metadata -INFO: Converting local name lsnow_lsm_lbound of variable lower_bound_of_snow_vertical_dimension_for_land_surface_model from new to old metadata -INFO: Converting local name mg_dcs of variable mg_autoconversion_size_threshold_ice_snow from new to old metadata -INFO: Converting local name rhgrd of variable fa_threshold_relative_humidity_for_onset_of_condensation from new to old metadata -INFO: Converting local name dudt_ogw of variable instantaneous_change_in_x_wind_due_to_orographic_gravity_wave_drag from new to old metadata -INFO: Converting local name slmsk of variable sea_land_ice_mask_real from new to old metadata -INFO: Converting local name ictm of variable flag_for_initial_time_date_control from new to old metadata -INFO: Converting local name qss_ocean of variable surface_specific_humidity_over_ocean from new to old metadata -INFO: Converting local name tsfc of variable surface_skin_temperature from new to old metadata -INFO: Converting local name prsik of variable dimensionless_exner_function_at_model_interfaces from new to old metadata -INFO: Converting local name t2mmp of variable temperature_at_2m_from_noahmp from new to old metadata -INFO: Converting local name tau_ogw of variable time_integral_of_momentum_flux_due_to_orographic_gravity_wave_drag from new to old metadata -INFO: Converting local name topflw_type of variable topflw_type from new to old metadata -INFO: Converting local name cnv_nice of variable number_concentration_of_ice_crystals_for_detrainment from new to old metadata -INFO: Converting local name cscnv of variable flag_for_Chikira_Sugiyama_deep_convection from new to old metadata -INFO: Converting local name u10mi_cpl of variable instantaneous_x_wind_at_10m_for_coupling from new to old metadata -INFO: Converting local name fh2_ocean of variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_ocean from new to old metadata -INFO: Converting local name phii of variable geopotential_at_interface from new to old metadata -INFO: Converting local name gq0(:,:,index_for_graupel) of variable graupel_mixing_ratio_updated_by_physics from new to old metadata -INFO: Converting local name ntgl of variable index_for_graupel from new to old metadata -INFO: Converting local name nvisdfi_cpl of variable instantaneous_surface_net_downward_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name norad_precip of variable flag_for_precipitation_effect_on_radiation from new to old metadata -INFO: Converting local name dq3dt(:,:,5) of variable cumulative_change_in_ozone_mixing_ratio_due_to_PBL from new to old metadata -INFO: Converting local name dusfcg of variable instantaneous_x_stress_due_to_gravity_wave_drag from new to old metadata -INFO: Converting local name stype of variable soil_type_classification_real from new to old metadata -INFO: Converting local name lwhtr of variable flag_for_output_of_longwave_heating_rate from new to old metadata -INFO: Converting local name skebv_wts of variable weights_for_stochastic_skeb_perturbation_of_y_wind_flipped from new to old metadata -INFO: Converting local name prnum of variable prandtl_number from new to old metadata -INFO: Converting local name dtsfcin_cpl of variable surface_upward_sensible_heat_flux_for_coupling from new to old metadata -INFO: Converting local name sigmatot of variable convective_updraft_area_fraction_at_model_interfaces from new to old metadata -INFO: Converting local name rann of variable random_number_array from new to old metadata -INFO: Converting local name work2 of variable grid_size_related_coefficient_used_in_scale_sensitive_schemes_complement from new to old metadata -INFO: Converting local name ep1d_land of variable surface_upward_potential_latent_heat_flux_over_land from new to old metadata -INFO: Converting local name num_p3d of variable array_dimension_of_3d_arrays_for_microphysics from new to old metadata -INFO: Converting local name frac_grid of variable flag_for_fractional_grid from new to old metadata -INFO: Converting local name dtdtc of variable tendency_of_air_temperature_due_to_radiative_heating_assuming_clear_sky from new to old metadata -INFO: Converting local name chxy of variable surface_drag_coefficient_for_heat_and_moisture_for_noahmp from new to old metadata -INFO: Converting local name dtauy2d_bl of variable y_momentum_tendency_from_blocking_drag from new to old metadata -INFO: Converting local name dtsfc of variable cumulative_surface_upward_sensible_heat_flux_for_diag_multiplied_by_timestep from new to old metadata -INFO: Converting local name gflx_ocean of variable upward_heat_flux_in_soil_over_ocean from new to old metadata -INFO: Converting local name deeprechxy of variable water_table_recharge_when_deep from new to old metadata -INFO: Converting local name imfshalcnv_sas of variable flag_for_sas_shallow_convection_scheme from new to old metadata -INFO: Converting local name woodxy of variable wood_mass from new to old metadata -INFO: Converting local name phy_f3d(:,:,3) of variable air_temperature_at_previous_time_step from new to old metadata -INFO: Converting local name otspt of variable flag_convective_tracer_transport from new to old metadata -INFO: Converting local name tsurf of variable surface_skin_temperature_after_iteration from new to old metadata -INFO: Converting local name phy_f2d(:,array_dimension_of_2d_arrays_for_microphysics) of variable surface_wind_enhancement_due_to_convection from new to old metadata -INFO: Converting local name num_p2d of variable array_dimension_of_2d_arrays_for_microphysics from new to old metadata -INFO: Converting local name diss_est of variable dissipation_estimate_of_air_temperature_at_model_layers from new to old metadata -INFO: Converting local name ffmm_land of variable Monin_Obukhov_similarity_function_for_momentum_over_land from new to old metadata -INFO: Converting local name imfshalcnv of variable flag_for_mass_flux_shallow_convection_scheme from new to old metadata -INFO: Converting local name iopt_rad of variable flag_for_radiation_transfer_option from new to old metadata -INFO: Converting local name effr_in of variable flag_for_cloud_effective_radii from new to old metadata -INFO: Converting local name Sh3D of variable stability_function_for_heat from new to old metadata -INFO: Converting local name con_sbc of variable stefan_boltzmann_constant from new to old metadata -INFO: Converting local name phy_myj_z0base of variable baseline_surface_roughness_length from new to old metadata -INFO: Converting local name sdec of variable sine_of_solar_declination_angle from new to old metadata -INFO: Converting local name f_ice of variable fraction_of_ice_water_cloud from new to old metadata -INFO: Converting local name qs of variable cloud_snow_specific_humidity_at_Lagrangian_surface from new to old metadata -INFO: Converting local name iflip of variable flag_for_vertical_index_direction_control from new to old metadata -INFO: Converting local name draincprv of variable convective_precipitation_rate_from_previous_timestep from new to old metadata -INFO: Converting local name icsdsw of variable seed_random_numbers_sw from new to old metadata -INFO: Converting local name dtaux2d_bl of variable x_momentum_tendency_from_blocking_drag from new to old metadata -INFO: Converting local name uustar_ocean of variable surface_friction_velocity_over_ocean from new to old metadata -INFO: Converting local name zlwb of variable height_of_low_level_wave_breaking from new to old metadata -INFO: Converting local name sigma of variable slope_of_subgrid_orography from new to old metadata -INFO: Converting local name cd_land of variable surface_drag_coefficient_for_momentum_in_air_over_land from new to old metadata -INFO: Converting local name shoc_parm(5) of variable shoc_flag_for_optional_surface_TKE_dissipation from new to old metadata -INFO: Converting local name qss_ice of variable surface_specific_humidity_over_ice from new to old metadata -INFO: Converting local name graupel of variable lwe_thickness_of_graupel_amount_on_dynamics_timestep from new to old metadata -INFO: Converting local name do_myjsfc of variable do_myjsfc from new to old metadata -INFO: Converting local name htsw0 of variable tendency_of_air_temperature_due_to_shortwave_heating_assuming_clear_sky_on_radiation_time_step from new to old metadata -INFO: Converting local name ep of variable cumulative_surface_upward_potential_latent_heat_flux_multiplied_by_timestep from new to old metadata -INFO: Converting local name tprcp of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep from new to old metadata -INFO: Converting local name dnirdf_cpl of variable cumulative_surface_downwelling_diffuse_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name qwv_surf of variable water_vapor_mixing_ratio_at_surface from new to old metadata -INFO: Converting local name fm10_ocean of variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_ocean from new to old metadata -INFO: Converting local name QC_BL of variable subgrid_cloud_mixing_ratio_pbl from new to old metadata -INFO: Converting local name adjsfculw_ice of variable surface_upwelling_longwave_flux_over_ice_interstitial from new to old metadata -INFO: Converting local name tsfci_cpl of variable instantaneous_surface_skin_temperature_for_coupling from new to old metadata -INFO: Converting local name pertz0 of variable magnitude_of_perturbation_of_momentum_roughness_length from new to old metadata -INFO: Converting local name eahxy of variable canopy_air_vapor_pressure from new to old metadata -INFO: Converting local name cnv_dqldt of variable tendency_of_cloud_water_due_to_convective_microphysics from new to old metadata -INFO: Converting local name gq0 of variable tracer_concentration_updated_by_physics from new to old metadata -INFO: Converting local name iopt_dveg of variable flag_for_dynamic_vegetation_option from new to old metadata -INFO: Converting local name gv0(:,1) of variable y_wind_at_lowest_model_layer_updated_by_physics from new to old metadata -INFO: Converting local name first_time_step of variable flag_for_first_time_step from new to old metadata -INFO: Converting local name dtaux2d_ss of variable x_momentum_tendency_from_small_scale_gwd from new to old metadata -INFO: Converting local name wetdpl of variable instantaneous_large_scale_wet_deposition from new to old metadata -INFO: Converting local name cndm_surf of variable surface_condensation_mass from new to old metadata -INFO: Converting local name cmm_land of variable surface_drag_wind_speed_for_momentum_in_air_over_land from new to old metadata -INFO: Converting local name fh2 of variable Monin_Obukhov_similarity_function_for_heat_at_2m from new to old metadata -INFO: Converting local name gw_dudt of variable tendency_of_x_wind_due_to_ugwp from new to old metadata -INFO: Converting local name shinhong of variable flag_for_scale_aware_Shinhong_PBL from new to old metadata -INFO: Converting local name maxMF of variable maximum_mass_flux from new to old metadata -INFO: Converting local name gu0 of variable x_wind_updated_by_physics from new to old metadata -INFO: Converting local name ncstrac of variable number_of_tracers_for_CS from new to old metadata -INFO: Converting local name do_qa of variable flag_for_inline_cloud_fraction_calculation from new to old metadata -INFO: Converting local name pgr of variable surface_air_pressure from new to old metadata -INFO: Converting local name del of variable air_pressure_difference_between_midlayers from new to old metadata -INFO: Converting local name nqrimef of variable index_for_mass_weighted_rime_factor from new to old metadata -INFO: Converting local name du3dt(:,:,1) of variable cumulative_change_in_x_wind_due_to_PBL from new to old metadata -INFO: Converting local name raincs of variable lwe_thickness_of_shallow_convective_precipitation_amount from new to old metadata -INFO: Converting local name xlaixy of variable leaf_area_index from new to old metadata -INFO: Converting local name iopt_alb of variable flag_for_ground_snow_surface_albedo_option from new to old metadata -INFO: Converting local name moninq_fac of variable atmosphere_diffusivity_coefficient_factor from new to old metadata -INFO: Converting local name work3 of variable ratio_of_exner_function_between_midlayer_and_interface_at_lowest_model_layer from new to old metadata -INFO: Converting local name adjnirbmd of variable surface_downwelling_direct_near_infrared_shortwave_flux from new to old metadata -INFO: Converting local name imp_physics_zhao_carr_pdf of variable flag_for_zhao_carr_pdf_microphysics_scheme from new to old metadata -INFO: Converting local name dv3dt(:,:,3) of variable cumulative_change_in_y_wind_due_to_deep_convection from new to old metadata -INFO: Converting local name evcwa of variable cumulative_canopy_upward_latent_heat_flu_multiplied_by_timestep from new to old metadata -INFO: Converting local name lsm_noah of variable flag_for_noah_land_surface_scheme from new to old metadata -INFO: Converting local name ntk of variable index_for_turbulent_kinetic_energy_convective_transport_tracer from new to old metadata -INFO: Converting local name qsnw of variable local_snow_water_mixing_ratio from new to old metadata -INFO: Converting local name edmf_thl of variable emdf_updraft_theta_l from new to old metadata -INFO: Converting local name crtrh(2) of variable critical_relative_humidity_at_PBL_top from new to old metadata -INFO: Converting local name xv of variable diurnal_thermocline_layer_y_current from new to old metadata -INFO: Converting local name rlapse of variable air_temperature_lapse_rate_constant from new to old metadata -INFO: Converting local name clw(:,:,1) of variable ice_water_mixing_ratio_convective_transport_tracer from new to old metadata -INFO: Converting local name levozp of variable vertical_dimension_of_ozone_forcing_data from new to old metadata -INFO: Converting local name spfhmax of variable maximum_specific_humidity_at_2m from new to old metadata -INFO: Converting local name runoff of variable surface_runoff_flux from new to old metadata -INFO: Converting local name do_sb_physics of variable mg_flag_for_sb2001_autoconversion from new to old metadata -INFO: Converting local name phy_myj_a1q of variable weight_for_specific_humidity_at_viscous_sublayer_top from new to old metadata -INFO: Converting local name cactiv of variable conv_activity_counter from new to old metadata -INFO: Converting local name clw(:,:,index_for_turbulent_kinetic_energy_convective_transport_tracer) of variable turbulent_kinetic_energy_convective_transport_tracer from new to old metadata -INFO: Converting local name oz_phys_2015 of variable flag_for_2015_ozone_physics from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_snow_number_concentration) of variable snow_number_concentration from new to old metadata -INFO: Converting local name ntsnc of variable index_for_snow_number_concentration from new to old metadata -INFO: Converting local name dlwsfci_cpl of variable instantaneous_surface_downwelling_longwave_flux_for_coupling from new to old metadata -INFO: Converting local name errflg of variable ccpp_error_flag from new to old metadata -INFO: Converting local name kbot of variable vertical_index_at_cloud_base from new to old metadata -INFO: Converting local name clw_surf of variable cloud_condensed_water_mixing_ratio_at_surface from new to old metadata -INFO: Converting local name skebu_wts of variable weights_for_stochastic_skeb_perturbation_of_x_wind from new to old metadata -INFO: Converting local name snowprv of variable lwe_thickness_of_snow_amount_from_previous_timestep from new to old metadata -INFO: Converting local name spec_adv of variable flag_for_individual_cloud_species_advected from new to old metadata -INFO: Converting local name rainmp of variable lwe_thickness_of_explicit_rain_amount from new to old metadata -INFO: Converting local name jdat of variable forecast_date_and_time from new to old metadata -INFO: Converting local name ntrcaer of variable number_of_aerosol_tracers_MG from new to old metadata -INFO: Converting local name gflux of variable cumulative_surface_ground_heat_flux_multiplied_by_timestep from new to old metadata -INFO: Converting local name q1 of variable water_vapor_specific_humidity_at_lowest_model_layer_for_diag from new to old metadata -INFO: Converting local name gq0(:,1,index_for_water_vapor) of variable water_vapor_specific_humidity_at_lowest_model_layer_updated_by_physics from new to old metadata -INFO: Converting local name nday of variable daytime_points_dimension from new to old metadata -INFO: Converting local name cs_parm(9) of variable entrainment_efficiency_tunable_parameter_9_CS from new to old metadata -INFO: Converting local name flx_form of variable flag_flux_form_CS from new to old metadata -INFO: Converting local name dtsfc_cpl of variable cumulative_surface_upward_sensible_heat_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name nstf_name(1) of variable flag_for_nsstm_run from new to old metadata -INFO: Converting local name ca_sgs of variable flag_for_sgs_cellular_automata from new to old metadata -INFO: Converting local name mg_qcmin(1) of variable mg_minimum_cloud_condensed_water_mixing_ratio from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio from new to old metadata -INFO: Converting local name rilist of variable gas_constants_for_multi_gases_physics from new to old metadata -INFO: Converting local name dtauy2d_ls of variable y_momentum_tendency_from_large_scale_gwd from new to old metadata -INFO: Converting local name oz_coeff of variable number_of_coefficients_in_ozone_forcing_data from new to old metadata -INFO: Converting local name edmf_qt of variable emdf_updraft_total_water from new to old metadata -INFO: Converting local name stmassxy of variable stem_mass from new to old metadata -INFO: Converting local name dgraupelprv of variable graupel_precipitation_rate_from_previous_timestep from new to old metadata -INFO: Converting local name gq0(:,:,index_for_mass_weighted_rime_factor) of variable mass_weighted_rime_factor_updated_by_physics from new to old metadata -INFO: Converting local name alnwf of variable mean_nir_albedo_with_weak_cosz_dependency from new to old metadata -INFO: Converting local name smoiseq of variable equilibrium_soil_water_content from new to old metadata -INFO: Converting local name psautco of variable coefficient_from_cloud_ice_to_snow from new to old metadata -INFO: Converting local name fhlwr of variable frequency_for_longwave_radiation from new to old metadata -INFO: Converting local name xtts of variable sensitivity_of_dtl_heat_content_to_surface_temperature from new to old metadata -INFO: Converting local name tracers_start_index of variable start_index_of_other_tracers from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_ice_cloud_condensate) of variable tendency_of_ice_cloud_water_mixing_ratio_due_to_model_physics from new to old metadata -INFO: Converting local name jsd of variable starting_y_direction_index_domain from new to old metadata -INFO: Converting local name semis_land of variable surface_longwave_emissivity_over_land_interstitial from new to old metadata -INFO: Converting local name tdomr of variable dominant_rain_type from new to old metadata -INFO: Converting local name conv_act of variable gf_memory_counter from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_ice_cloud_number_concentration) of variable ice_number_concentration from new to old metadata -INFO: Converting local name ugrs(:,1) of variable x_wind_at_lowest_model_layer from new to old metadata -INFO: Converting local name qicn of variable mass_fraction_of_convective_cloud_ice from new to old metadata -INFO: Converting local name fh2_ice of variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_ice from new to old metadata -INFO: Converting local name tsq of variable t_prime_squared from new to old metadata -INFO: Converting local name tdomip of variable dominant_sleet_type from new to old metadata -INFO: Converting local name lslwr of variable flag_to_calc_lw from new to old metadata -INFO: Converting local name GFS_cldprop_type of variable GFS_cldprop_type from new to old metadata -INFO: Converting local name imp_physics of variable flag_for_microphysics_scheme from new to old metadata -INFO: Converting local name sfcalb(:,1) of variable surface_albedo_due_to_near_IR_direct from new to old metadata -INFO: Converting local name mg_do_graupel of variable mg_flag_for_graupel from new to old metadata -INFO: Converting local name soilm of variable soil_moisture_content from new to old metadata -INFO: Converting local name exch_m of variable atmosphere_momentum_diffusivity_for_mynnpbl from new to old metadata -INFO: Converting local name wetdpc of variable instantaneous_convective_scale_wet_deposition from new to old metadata -INFO: Converting local name el_pbl of variable mixing_length from new to old metadata -INFO: Converting local name ncnvc of variable index_for_convective_cloud_cover_in_phy_f3d from new to old metadata -INFO: Converting local name fn_nml of variable namelist_filename from new to old metadata -INFO: Converting local name weasd_ocean of variable water_equivalent_accumulated_snow_depth_over_ocean from new to old metadata -INFO: Converting local name evfact_deep of variable rain_evaporation_coefficient_deep_convection from new to old metadata -INFO: Converting local name dqsfc of variable cumulative_surface_upward_latent_heat_flux_for_diag_multiplied_by_timestep from new to old metadata -INFO: Converting local name totgrpb of variable accumulated_lwe_thickness_of_graupel_amount_in_bucket from new to old metadata -INFO: Converting local name trans_aero of variable flag_for_aerosol_convective_transport_and_PBL_diffusion from new to old metadata -INFO: Converting local name dusfc_bl of variable integrated_x_momentum_flux_from_blocking_drag from new to old metadata -INFO: Converting local name gw_kdis of variable eddy_mixing_due_to_ugwp from new to old metadata -INFO: Converting local name mg_qcmin of variable mg_minimum_cloud_condensed_water_and_ice_mixing_ratio from new to old metadata -INFO: Converting local name dq3dt(:,:,3) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_shal_convection from new to old metadata -INFO: Converting local name qi of variable cloud_ice_specific_humidity_at_Lagrangian_surface from new to old metadata -INFO: Converting local name imfshalcnv_gf of variable flag_for_ntiedtke_shallow_convection_scheme from new to old metadata -INFO: Converting local name zorl_ocean of variable surface_roughness_length_over_ocean_interstitial from new to old metadata -INFO: Converting local name tsfc_ice of variable surface_skin_temperature_over_ice_interstitial from new to old metadata -INFO: Converting local name input_nml_file_length of variable number_of_lines_of_namelist_filename_for_internal_file_reads from new to old metadata -INFO: Converting local name flhc of variable surface_exchange_coefficient_for_heat from new to old metadata -INFO: Converting local name qke of variable tke_at_mass_points from new to old metadata -INFO: Converting local name snowd of variable surface_snow_thickness_water_equivalent from new to old metadata -INFO: Converting local name ncpr of variable local_rain_number_concentration from new to old metadata -INFO: Converting local name ldiag3d of variable flag_diagnostics_3D from new to old metadata -INFO: Converting local name ffhh_ocean of variable Monin_Obukhov_similarity_function_for_heat_over_ocean from new to old metadata -INFO: Converting local name nsamftrac of variable number_of_tracers_for_samf from new to old metadata -INFO: Converting local name con_hvap of variable latent_heat_of_vaporization_of_water_at_0C from new to old metadata -INFO: Converting local name dtaux2d_fd of variable x_momentum_tendency_from_form_drag from new to old metadata -INFO: Converting local name levh2o of variable vertical_dimension_of_h2o_forcing_data from new to old metadata -INFO: Converting local name ras of variable flag_for_ras_deep_convection from new to old metadata -INFO: Converting local name ialb of variable flag_for_using_climatology_albedo from new to old metadata -INFO: Converting local name raincd of variable lwe_thickness_of_deep_convective_precipitation_amount from new to old metadata -INFO: Converting local name alb1d of variable surface_albedo_perturbation from new to old metadata -INFO: Converting local name nwat of variable number_of_water_species from new to old metadata -INFO: Converting local name dwn_mf of variable cumulative_atmosphere_downdraft_convective_mass_flux from new to old metadata -INFO: Converting local name save_t of variable air_temperature_save from new to old metadata -INFO: Converting local name fice of variable sea_ice_concentration from new to old metadata -INFO: Converting local name dvisdf_cpl of variable cumulative_surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name cvb of variable pressure_at_bottom_of_convective_cloud from new to old metadata -INFO: Converting local name save_q(:,:,index_for_ice_cloud_condensate) of variable ice_water_mixing_ratio_save from new to old metadata -INFO: Converting local name gq0(:,:,index_for_snow_water) of variable snow_water_mixing_ratio_updated_by_physics from new to old metadata -INFO: Converting local name qrain of variable sensible_heat_flux_due_to_rainfall from new to old metadata -INFO: Converting local name stress_ocean of variable surface_wind_stress_over_ocean from new to old metadata -INFO: Converting local name adjsfculw_land of variable surface_upwelling_longwave_flux_over_land_interstitial from new to old metadata -INFO: Converting local name ndust of variable number_of_dust_bins_for_diagnostics from new to old metadata -INFO: Converting local name GFS_radtend_type of variable GFS_radtend_type from new to old metadata -INFO: Converting local name ngas of variable number_of_gases_for_multi_gases_physics from new to old metadata -INFO: Converting local name diceprv of variable ice_precipitation_rate_from_previous_timestep from new to old metadata -INFO: Converting local name con_ttp of variable triple_point_temperature_of_water from new to old metadata -INFO: Converting local name rechxy of variable water_table_recharge_when_shallow from new to old metadata -INFO: Converting local name ffhh of variable Monin_Obukhov_similarity_function_for_heat from new to old metadata -INFO: Converting local name edmf_w of variable emdf_updraft_vertical_velocity from new to old metadata -INFO: Converting local name sed_supersat of variable mg_allow_supersat_after_sed from new to old metadata -INFO: Converting local name sr of variable ratio_of_snowfall_to_rainfall from new to old metadata -INFO: Converting local name stc of variable soil_temperature from new to old metadata -INFO: Converting local name idate of variable date_and_time_at_model_initialization_reordered from new to old metadata -INFO: Converting local name nctp of variable number_of_cloud_types_CS from new to old metadata -INFO: Converting local name levrp1 of variable number_of_vertical_layers_for_radiation_calculations_plus_one from new to old metadata -INFO: Converting local name v10mmax of variable maximum_y_wind_at_10m from new to old metadata -INFO: Converting local name clouds(:,:,8) of variable cloud_snow_water_path from new to old metadata -INFO: Converting local name dusfc of variable cumulative_surface_x_momentum_flux_for_diag_multiplied_by_timestep from new to old metadata -INFO: Converting local name sfcalb(:,3) of variable surface_albedo_due_to_UV_and_VIS_direct from new to old metadata -INFO: Converting local name zmtnblck of variable level_of_dividing_streamline from new to old metadata -INFO: Converting local name xcosz of variable instantaneous_cosine_of_zenith_angle from new to old metadata -INFO: Converting local name CCPP_interstitial_type of variable CCPP_interstitial_type from new to old metadata -INFO: Converting local name theta of variable angle_from_east_of_maximum_subgrid_orographic_variations from new to old metadata -INFO: Converting local name nbdsw of variable number_of_aerosol_bands_for_shortwave_radiation from new to old metadata -INFO: Converting local name dqsfc1 of variable instantaneous_surface_upward_latent_heat_flux from new to old metadata -INFO: Converting local name htrsw of variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_timestep from new to old metadata -INFO: Converting local name gq0(:,:,index_for_graupel_number_concentration) of variable graupel_number_concentration_updated_by_physics from new to old metadata -INFO: Converting local name ntgnc of variable index_for_graupel_number_concentration from new to old metadata -INFO: Converting local name semis of variable surface_longwave_emissivity from new to old metadata -INFO: Converting local name ca_smooth of variable flag_for_gaussian_spatial_filter from new to old metadata -INFO: Converting local name zhour of variable time_since_diagnostics_zeroed from new to old metadata -INFO: Converting local name uswsfci of variable surface_upwelling_shortwave_flux from new to old metadata -INFO: Converting local name dq3dt(:,:,6) of variable cumulative_change_in_ozone_concentration_due_to_production_and_loss_rate from new to old metadata -INFO: Converting local name con_t0c of variable temperature_at_zero_celsius from new to old metadata -INFO: Converting local name dvsfcin_cpl of variable surface_y_momentum_flux_for_coupling from new to old metadata -INFO: Converting local name runoff of variable total_runoff from new to old metadata -INFO: Converting local name upd_mf of variable cumulative_atmosphere_updraft_convective_mass_flux from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_for_cloud_fraction_in_3d_arrays_for_microphysics) of variable cloud_fraction_for_MG from new to old metadata -INFO: Converting local name indcld of variable index_for_cloud_fraction_in_3d_arrays_for_microphysics from new to old metadata -INFO: Converting local name vegtype of variable vegetation_type_classification from new to old metadata -INFO: Converting local name ied of variable ending_x_direction_index_domain from new to old metadata -INFO: Converting local name transa of variable cumulative_transpiration_flux_multiplied_by_timestep from new to old metadata -INFO: Converting local name dt3dt(:,:,2) of variable cumulative_change_in_temperature_due_to_shortwave_radiation from new to old metadata -INFO: Converting local name dvsfc_ls of variable integrated_y_momentum_flux_from_large_scale_gwd from new to old metadata -INFO: Converting local name snowd_ocean of variable surface_snow_thickness_water_equivalent_over_ocean from new to old metadata -INFO: Converting local name clouds(:,:,2) of variable cloud_liquid_water_path from new to old metadata -INFO: Converting local name visbmui of variable surface_upwelling_direct_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name plvl of variable air_pressure_at_interface_for_radiation_in_hPa from new to old metadata -INFO: Converting local name uustar_land of variable surface_friction_velocity_over_land from new to old metadata -INFO: Converting local name phy_myj_akms of variable momentum_exchange_coefficient_for_MYJ_schemes from new to old metadata -INFO: Converting local name cnv_fice of variable ice_fraction_in_convective_tower from new to old metadata -INFO: Converting local name nbdlw of variable number_of_aerosol_bands_for_longwave_radiation from new to old metadata -INFO: Converting local name dudt_mtb of variable instantaneous_change_in_x_wind_due_to_mountain_blocking_drag from new to old metadata -INFO: Converting local name rb_ocean of variable bulk_richardson_number_at_lowest_model_level_over_ocean from new to old metadata -INFO: Converting local name ccnorm of variable flag_for_cloud_condensate_normalized_by_cloud_cover from new to old metadata -INFO: Converting local name dqdt of variable tendency_of_tracers_due_to_model_physics from new to old metadata -INFO: Converting local name u10m of variable x_wind_at_10m from new to old metadata -INFO: Converting local name tmpmin of variable minimum_temperature_at_2m from new to old metadata -INFO: Converting local name save_u of variable x_wind_save from new to old metadata -INFO: Converting local name tsnow of variable snow_temperature_bottom_first_layer from new to old metadata -INFO: Converting local name kind_INTEGER of variable kind_INTEGER from new to old metadata -INFO: Converting local name nswsfc_cpl of variable cumulative_surface_net_downward_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name vgrs(:,1) of variable y_wind_at_lowest_model_layer from new to old metadata -INFO: Converting local name bl_mynn_edmf_tke of variable edmf_tke_transport_flag from new to old metadata -INFO: Converting local name tile_num of variable number_of_tile from new to old metadata -INFO: Converting local name con_pi of variable pi from new to old metadata -INFO: Converting local name abem of variable instantaneous_anthopogenic_and_biomass_burning_emissions from new to old metadata -INFO: Converting local name latidxprnt of variable latitude_index_in_debug_printouts from new to old metadata -INFO: Converting local name tcrf of variable cloud_phase_transition_denominator from new to old metadata -INFO: Converting local name cpilist of variable specific_heat_capacities_for_multi_gases_physics from new to old metadata -INFO: Converting local name tprcp_ocean of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_ocean from new to old metadata -INFO: Converting local name vgrs of variable y_wind from new to old metadata -INFO: Converting local name me of variable mpi_rank from new to old metadata -INFO: Converting local name nseffr of variable index_for_snow_effective_radius from new to old metadata -INFO: Converting local name crtrh(1) of variable critical_relative_humidity_at_surface from new to old metadata -INFO: Converting local name nrcm of variable array_dimension_of_random_number from new to old metadata -INFO: Converting local name phy_f2d(:,2) of variable surface_air_pressure_at_previous_time_step from new to old metadata -INFO: Converting local name totice of variable accumulated_lwe_thickness_of_ice_amount from new to old metadata -INFO: Converting local name vdftra of variable vertically_diffused_tracer_concentration from new to old metadata -INFO: Converting local name clam_shal of variable entrainment_rate_coefficient_shallow_convection from new to old metadata -INFO: Converting local name ulwsfc of variable cumulative_surface_upwelling_longwave_flux_multiplied_by_timestep from new to old metadata -INFO: Converting local name cldf of variable cloud_area_fraction from new to old metadata -INFO: Converting local name prslk of variable dimensionless_exner_function_at_model_layers from new to old metadata -INFO: Converting local name imp_physics_wsm6 of variable flag_for_wsm6_microphysics_scheme from new to old metadata -INFO: Converting local name blksz(ccpp_block_number) of variable horizontal_loop_extent from new to old metadata -INFO: Converting local name dtp of variable time_step_for_physics from new to old metadata -INFO: Converting local name nnirdf_cpl of variable cumulative_surface_net_downward_diffuse_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name tsurf_ice of variable surface_skin_temperature_after_iteration_over_ice from new to old metadata -INFO: Converting local name snowfallac of variable total_accumulated_snowfall from new to old metadata -INFO: Converting local name solhr of variable forecast_hour_of_the_day from new to old metadata -INFO: Converting local name use_zmtnblck of variable flag_for_mountain_blocking from new to old metadata -INFO: Converting local name sfcflw_type of variable sfcflw_type from new to old metadata -INFO: Converting local name rhofr of variable density_of_frozen_precipitation from new to old metadata -INFO: Converting local name dxmax of variable maximum_scaling_factor_for_critical_relative_humidity from new to old metadata -INFO: Converting local name rainc_cpl of variable lwe_thickness_of_convective_precipitation_amount_for_coupling from new to old metadata -INFO: Converting local name prautco of variable coefficient_from_cloud_water_to_rain from new to old metadata -INFO: Converting local name cumabs of variable maximum_column_heating_rate from new to old metadata -INFO: Converting local name Statein of variable GFS_statein_type_instance from new to old metadata -INFO: Converting local name ntasks of variable mpi_size from new to old metadata -INFO: Converting local name qsq of variable q_prime_squared from new to old metadata -INFO: Converting local name bl_mynn_mixqt of variable mix_total_water_flag from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_turbulent_kinetic_energy) of variable tendency_of_turbulent_kinetic_energy_due_to_model_physics from new to old metadata -INFO: Converting local name ntke of variable index_for_turbulent_kinetic_energy from new to old metadata -INFO: Converting local name kmp of variable top_layer_index_for_fast_physics from new to old metadata -INFO: Converting local name ffhh_ice of variable Monin_Obukhov_similarity_function_for_heat_over_ice from new to old metadata -INFO: Converting local name dq3dt(:,:,1) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_PBL from new to old metadata -INFO: Converting local name con_hfus of variable latent_heat_of_fusion_of_water_at_0C from new to old metadata -INFO: Converting local name isubc_lw of variable flag_for_lw_clouds_without_sub_grid_approximation from new to old metadata -INFO: Converting local name du3dt(:,:,3) of variable cumulative_change_in_x_wind_due_to_deep_convection from new to old metadata -INFO: Converting local name clx of variable fraction_of_grid_box_with_subgrid_orography_higher_than_critical_height from new to old metadata -INFO: Converting local name shoc_parm(4) of variable shoc_implicit_TKE_integration_uncentering_term from new to old metadata -INFO: Converting local name gasvmr(:,:,7) of variable volume_mixing_ratio_cfc12 from new to old metadata -INFO: Converting local name cappa of variable cappa_moist_gas_constant_at_Lagrangian_surface from new to old metadata -INFO: Converting local name cf_upi of variable convective_cloud_fraction_for_microphysics from new to old metadata -INFO: Converting local name cdata of variable ccpp_t_instance from new to old metadata -INFO: Converting local name phy_myj_akhs of variable heat_exchange_coefficient_for_MYJ_schemes from new to old metadata -INFO: Converting local name sedim of variable instantaneous_sedimentation from new to old metadata -INFO: Converting local name graupelmp of variable lwe_thickness_of_graupel_amount from new to old metadata -INFO: Converting local name skebu_wts of variable weights_for_stochastic_skeb_perturbation_of_x_wind_flipped from new to old metadata -INFO: Converting local name GFS_control_type of variable GFS_control_type from new to old metadata -INFO: Converting local name yearlen of variable number_of_days_in_year from new to old metadata -INFO: Converting local name save_q(:,:,index_for_water_vapor) of variable water_vapor_specific_humidity_save from new to old metadata -INFO: Converting local name smois of variable volume_fraction_of_soil_moisture_for_land_surface_model from new to old metadata -INFO: Converting local name gq0(:,:,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio_updated_by_physics from new to old metadata -INFO: Converting local name pwat of variable column_precipitable_water from new to old metadata -INFO: Converting local name cld1d of variable cloud_work_function from new to old metadata -INFO: Converting local name qvi of variable gas_tracers_for_multi_gas_physics_at_Lagrangian_surface from new to old metadata -INFO: Converting local name gabsbdlw of variable surface_downwelling_longwave_flux_absorbed_by_ground from new to old metadata -INFO: Converting local name tau_ngw of variable time_integral_of_momentum_flux_due_to_nonstationary_gravity_wave from new to old metadata -INFO: Converting local name xlat_d of variable latitude_degree from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_for_ice_effective_radius) of variable effective_radius_of_stratiform_cloud_ice_particle_in_um from new to old metadata -INFO: Converting local name nieffr of variable index_for_ice_effective_radius from new to old metadata -INFO: Converting local name do_ca of variable flag_for_cellular_automata from new to old metadata -INFO: Converting local name wtxy of variable water_storage_in_aquifer_and_saturated_soil from new to old metadata -INFO: Converting local name srunoff of variable surface_runoff from new to old metadata -INFO: Converting local name ntrnc of variable index_for_rain_number_concentration from new to old metadata -INFO: Converting local name ustm of variable surface_friction_velocity_drag from new to old metadata -INFO: Converting local name cnvprcp of variable cumulative_lwe_thickness_of_convective_precipitation_amount from new to old metadata -INFO: Converting local name imfdeepcnv_samf of variable flag_for_samf_deep_convection_scheme from new to old metadata -INFO: Converting local name si of variable vertical_sigma_coordinate_for_radiation_initialization from new to old metadata -INFO: Converting local name gwdcu of variable tendency_of_x_wind_due_to_convective_gravity_wave_drag from new to old metadata -INFO: Converting local name elvmax of variable maximum_subgrid_orography from new to old metadata -INFO: Converting local name slimskin_cpl of variable sea_land_ice_mask_in from new to old metadata -INFO: Converting local name dtsfc_cice of variable surface_upward_sensible_heat_flux_for_coupling_interstitial from new to old metadata -INFO: Converting local name do_mynnedmf of variable do_mynnedmf from new to old metadata -INFO: Converting local name zorll of variable surface_roughness_length_over_land from new to old metadata -INFO: Converting local name nswsfci_cpl of variable instantaneous_surface_net_downward_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name do_cldice of variable mg_flag_for_cloud_ice_processes from new to old metadata -INFO: Converting local name alboldxy of variable snow_albedo_at_previous_time_step from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_graupel) of variable graupel_mixing_ratio from new to old metadata -INFO: Converting local name rhcmax of variable maximum_critical_relative_humidity from new to old metadata -INFO: Converting local name Stateout of variable GFS_stateout_type_instance from new to old metadata -INFO: Converting local name nirbmdi of variable surface_downwelling_direct_near_infrared_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name gfluxi of variable instantaneous_surface_ground_heat_flux from new to old metadata -INFO: Converting local name drainncprv of variable explicit_rainfall_rate_from_previous_timestep from new to old metadata -INFO: Converting local name gflx of variable upward_heat_flux_in_soil from new to old metadata -INFO: Converting local name hflx_ocean of variable kinematic_surface_upward_sensible_heat_flux_over_ocean from new to old metadata -INFO: Converting local name nvdiff of variable number_of_vertical_diffusion_tracers from new to old metadata -INFO: Converting local name dspheat of variable flag_TKE_dissipation_heating from new to old metadata -INFO: Converting local name fhswr of variable frequency_for_shortwave_radiation from new to old metadata -INFO: Converting local name nthreads of variable omp_threads from new to old metadata -INFO: Converting local name islmsk of variable sea_land_ice_mask from new to old metadata -INFO: Converting local name ntchmdiag of variable number_of_chemical_tracers_for_diagnostics from new to old metadata -INFO: Converting local name nstf_name(5) of variable vertical_temperature_average_range_upper_bound from new to old metadata -INFO: Converting local name forceq of variable moisture_tendency_due_to_dynamics from new to old metadata -INFO: Converting local name nseasalt of variable number_of_seasalt_bins_for_diagnostics from new to old metadata -INFO: Converting local name gasvmr(:,:,2) of variable volume_mixing_ratio_n2o from new to old metadata -INFO: Converting local name ctei_rml of variable grid_sensitive_critical_cloud_top_entrainment_instability_criteria from new to old metadata -INFO: Converting local name sfc_wts of variable weights_for_stochastic_surface_physics_perturbation from new to old metadata -INFO: Converting local name oc of variable convexity_of_subgrid_orography from new to old metadata -INFO: Converting local name ep1d of variable surface_upward_potential_latent_heat_flux from new to old metadata -INFO: Converting local name u10mmax of variable maximum_x_wind_at_10m from new to old metadata -INFO: Converting local name nca of variable number_of_independent_cellular_automata from new to old metadata -INFO: Converting local name rtmassxy of variable fine_root_mass from new to old metadata -INFO: Converting local name ffmm_ocean of variable Monin_Obukhov_similarity_function_for_momentum_over_ocean from new to old metadata -INFO: Converting local name pertlai of variable magnitude_of_perturbation_of_leaf_area_index from new to old metadata -INFO: Converting local name mg_ncnst of variable mg_drop_concentration_constant from new to old metadata -INFO: Converting local name pgcon_shal of variable momentum_transport_reduction_factor_pgf_shallow_convection from new to old metadata -INFO: Converting local name edmf_qc of variable emdf_updraft_cloud_water from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_graupel) of variable tendency_of_graupel_mixing_ratio_due_to_model_physics from new to old metadata -INFO: Converting local name acvt of variable largest_cloud_top_vertical_index_encountered_thus_far from new to old metadata -INFO: Converting local name cmm of variable surface_drag_wind_speed_for_momentum_in_air from new to old metadata -INFO: Converting local name dt_cool of variable sub_layer_cooling_amount from new to old metadata -INFO: Converting local name qc_r of variable cloud_liquid_water_mixing_ratio from new to old metadata -INFO: Converting local name ral_ts of variable time_scale_for_rayleigh_damping from new to old metadata -INFO: Converting local name GFS_diag_type of variable GFS_diag_type from new to old metadata -INFO: Converting local name dnirdfi_cpl of variable instantaneous_surface_downwelling_diffuse_near_infrared_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name chh_ice of variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_ice from new to old metadata -INFO: Converting local name flipv of variable flag_flip from new to old metadata -INFO: Converting local name ldiag_ugwp of variable diag_ugwp_flag from new to old metadata -INFO: Converting local name ctei_r of variable cloud_top_entrainment_instability_value from new to old metadata -INFO: Converting local name ccn_nm of variable ccn_number_concentration from new to old metadata -INFO: Converting local name edmf_ent of variable emdf_updraft_entrainment_rate from new to old metadata -INFO: Converting local name htswc of variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step from new to old metadata -INFO: Converting local name phy_myj_thz0 of variable potential_temperature_at_viscous_sublayer_top from new to old metadata -INFO: Converting local name bl_mynn_edmf of variable edmf_flag from new to old metadata -INFO: Converting local name con_rd of variable gas_constant_dry_air from new to old metadata -INFO: Converting local name qss_land of variable surface_specific_humidity_over_land from new to old metadata -INFO: Converting local name zt1d of variable perturbation_of_heat_to_momentum_roughness_length_ratio from new to old metadata -INFO: Converting local name imp_physics_zhao_carr of variable flag_for_zhao_carr_microphysics_scheme from new to old metadata -INFO: Converting local name delz of variable thickness_at_Lagrangian_surface from new to old metadata -INFO: Converting local name dtsfci of variable instantaneous_surface_upward_sensible_heat_flux_for_diag from new to old metadata -INFO: Converting local name dvsfc_fd of variable integrated_y_momentum_flux_from_form_drag from new to old metadata -INFO: Converting local name totprcpb of variable accumulated_lwe_thickness_of_precipitation_amount_in_bucket from new to old metadata -INFO: Converting local name tcr of variable cloud_phase_transition_threshold_temperature from new to old metadata -INFO: Converting local name clstp of variable convective_cloud_switch from new to old metadata -INFO: Converting local name isatmedmf_vdifq of variable choice_of_updated_scale_aware_TKE_moist_EDMF_PBL from new to old metadata -INFO: Converting local name coszen of variable cosine_of_zenith_angle from new to old metadata -INFO: Converting local name nifa2d of variable tendency_of_ice_friendly_aerosols_at_surface from new to old metadata -INFO: Converting local name icy of variable flag_nonzero_sea_ice_surface_fraction from new to old metadata -INFO: Converting local name dudt of variable tendency_of_x_wind_due_to_model_physics from new to old metadata -INFO: Converting local name bl_dnfr of variable downdraft_fraction_in_boundary_layer_mass_flux_scheme from new to old metadata -INFO: Converting local name snohf of variable snow_freezing_rain_upward_latent_heat_flux from new to old metadata -INFO: Converting local name bexp1d of variable perturbation_of_soil_type_b_parameter from new to old metadata -INFO: Converting local name faersw of variable aerosol_optical_properties_for_shortwave_bands_01_16 from new to old metadata -INFO: Converting local name dtdt of variable tendency_of_air_temperature_due_to_model_physics from new to old metadata -INFO: Converting local name nvisdf_cpl of variable cumulative_surface_net_downward_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name dqsfcin_cpl of variable surface_upward_latent_heat_flux_for_coupling from new to old metadata -INFO: Converting local name con_p0 of variable standard_atmospheric_pressure from new to old metadata -INFO: Converting local name con_epsq of variable minimum_value_of_specific_humidity from new to old metadata -INFO: Converting local name dusfci_cpl of variable instantaneous_surface_x_momentum_flux_for_coupling from new to old metadata -INFO: Converting local name ep1d_ice of variable surface_upward_potential_latent_heat_flux_over_ice from new to old metadata -INFO: Converting local name fhour of variable forecast_time from new to old metadata -INFO: Converting local name refl_10cm of variable radar_reflectivity_10cm from new to old metadata -INFO: Converting local name shum_wts of variable weights_for_stochastic_shum_perturbation_flipped from new to old metadata -INFO: Converting local name dspfac of variable tke_dissipative_heating_factor from new to old metadata -INFO: Converting local name nnirbmi_cpl of variable instantaneous_surface_net_downward_direct_near_infrared_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name c1_deep of variable detrainment_conversion_parameter_deep_convection from new to old metadata -INFO: Converting local name dt3dt(:,:,4) of variable cumulative_change_in_temperature_due_to_deep_convection from new to old metadata -INFO: Converting local name dv3dt(:,:,4) of variable cumulative_change_in_y_wind_due_to_convective_gravity_wave_drag from new to old metadata -INFO: Converting local name phy_myj_a1u of variable weight_for_momentum_at_viscous_sublayer_top from new to old metadata -INFO: Converting local name iopt_stc of variable flag_for_soil_and_snow_temperature_time_stepping_option from new to old metadata -INFO: Converting local name adjvisbmd of variable surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux from new to old metadata -INFO: Converting local name icloud_bl of variable couple_sgs_clouds_to_radiation_flag from new to old metadata -INFO: Converting local name rb of variable bulk_richardson_number_at_lowest_model_level from new to old metadata -INFO: Converting local name faerlw(:,:,:,2) of variable aerosol_single_scattering_albedo_for_longwave_bands_01_16 from new to old metadata -INFO: Converting local name phy_myj_elflx of variable kinematic_surface_latent_heat_flux from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_for_snow_effective_radius) of variable effective_radius_of_stratiform_cloud_snow_particle_in_um from new to old metadata -INFO: Converting local name iopt_tbot of variable flag_for_lower_boundary_soil_temperature_option from new to old metadata -INFO: Converting local name pdfflag of variable flag_for_pdf_for_morrison_gettelman_microphysics_scheme from new to old metadata -INFO: Converting local name do_aw of variable flag_for_Arakawa_Wu_adjustment from new to old metadata -INFO: Converting local name do_tofd of variable turb_oro_form_drag_flag from new to old metadata -INFO: Converting local name dqdti of variable instantaneous_water_vapor_specific_humidity_tendency_due_to_convection from new to old metadata -INFO: Converting local name qi_r of variable cloud_ice_mixing_ratio from new to old metadata -INFO: Converting local name flag_iter of variable flag_for_iteration from new to old metadata -INFO: Converting local name CLDFRA_BL of variable subgrid_cloud_fraction_pbl from new to old metadata -INFO: Converting local name zorl_ice of variable surface_roughness_length_over_ice_interstitial from new to old metadata -INFO: Converting local name dd_mf of variable instantaneous_atmosphere_downdraft_convective_mass_flux from new to old metadata -INFO: Converting local name visdfui of variable surface_upwelling_diffuse_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name julian of variable julian_day from new to old metadata -INFO: Converting local name cd_ice of variable surface_drag_coefficient_for_momentum_in_air_over_ice from new to old metadata -INFO: Converting local name iovr_lw of variable flag_for_max_random_overlap_clouds_for_longwave_radiation from new to old metadata -INFO: Converting local name lmp of variable adjusted_vertical_level_dimension_for_radiation from new to old metadata -INFO: Converting local name kdt of variable index_of_time_step from new to old metadata -INFO: Converting local name ushfsfci of variable instantaneous_surface_upward_sensible_heat_flux_for_chemistry_coupling from new to old metadata -INFO: Converting local name rb_land of variable bulk_richardson_number_at_lowest_model_level_over_land from new to old metadata -INFO: Converting local name uustar of variable surface_friction_velocity from new to old metadata -INFO: Converting local name adjnirbmu of variable surface_upwelling_direct_near_infrared_shortwave_flux from new to old metadata -INFO: Converting local name do_mynnsfclay of variable do_mynnsfclay from new to old metadata -INFO: Converting local name aero_in of variable flag_for_aerosol_input_MG from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_water_vapor) of variable tendency_of_water_vapor_specific_humidity_due_to_model_physics from new to old metadata -INFO: Converting local name mol of variable theta_star from new to old metadata -INFO: Converting local name fwetxy of variable area_fraction_of_wet_canopy from new to old metadata -INFO: Converting local name phy_f2d(:,1) of variable surface_air_pressure_two_time_steps_back from new to old metadata -INFO: Converting local name topflw of variable lw_fluxes_top_atmosphere from new to old metadata -INFO: Converting local name satmedmf of variable flag_for_scale_aware_TKE_moist_EDMF_PBL from new to old metadata -INFO: Converting local name waxy of variable water_storage_in_aquifer from new to old metadata -INFO: Converting local name snow of variable lwe_thickness_of_snow_amount_on_dynamics_timestep from new to old metadata -INFO: Converting local name ivegsrc of variable vegetation_type_dataset_choice from new to old metadata -INFO: Converting local name sigmaf of variable bounded_vegetation_area_fraction from new to old metadata -INFO: Converting local name f_rain of variable fraction_of_rain_water_cloud from new to old metadata -INFO: Converting local name dkt of variable instantaneous_atmosphere_heat_diffusivity from new to old metadata -INFO: Converting local name asolfac_deep of variable aerosol_aware_parameter_deep_convection from new to old metadata -INFO: Converting local name dv3dt(:,:,2) of variable cumulative_change_in_y_wind_due_to_orographic_gravity_wave_drag from new to old metadata -INFO: Converting local name ipr of variable horizontal_index_of_printed_column from new to old metadata -INFO: Converting local name npzcappa of variable vertical_dimension_for_cappa_at_Lagrangian_surface from new to old metadata -INFO: Converting local name clam_deep of variable entrainment_rate_coefficient_deep_convection from new to old metadata -INFO: Converting local name dusfci of variable instantaneous_surface_x_momentum_flux_for_diag from new to old metadata -INFO: Converting local name cs_parm(4) of variable detrainment_and_precipitation_tunable_parameter_4_CS from new to old metadata -INFO: Converting local name levsp1 of variable vertical_dimension_plus_one from new to old metadata -INFO: Converting local name con_cp of variable specific_heat_of_dry_air_at_constant_pressure from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_water_vapor) of variable water_vapor_specific_humidity from new to old metadata -INFO: Converting local name prsik(:,1) of variable dimensionless_exner_function_at_lowest_model_interface from new to old metadata -INFO: Converting local name gasvmr(:,:,5) of variable volume_mixing_ratio_co from new to old metadata -INFO: Converting local name mg_ngcons of variable mg_flag_graupel_concentration_constant from new to old metadata -INFO: Converting local name acsnow of variable accumulated_water_equivalent_of_frozen_precip from new to old metadata -INFO: Converting local name levsm1 of variable vertical_dimension_minus_one from new to old metadata -INFO: Converting local name phy_myj_a1t of variable weight_for_potental_temperature_at_viscous_sublayer_top from new to old metadata -INFO: Converting local name ntracp1 of variable number_of_tracers_plus_one from new to old metadata -INFO: Converting local name GFS_Data of variable GFS_data_type_instance_all_blocks from new to old metadata -INFO: Converting local name zol of variable surface_stability_parameter from new to old metadata -INFO: Converting local name CCPP_interstitial of variable CCPP_interstitial_type_instance from new to old metadata -INFO: Converting local name isd of variable starting_x_direction_index_domain from new to old metadata -INFO: Converting local name cplflx of variable flag_for_flux_coupling from new to old metadata -INFO: Converting local name lradar of variable flag_for_radar_reflectivity from new to old metadata -INFO: Converting local name iseed_ca of variable seed_for_random_number_generation_in_cellular_automata_scheme from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_for_convective_cloud_cover_in_phy_f3d) of variable convective_cloud_cover_in_phy_f3d from new to old metadata -INFO: Converting local name dqsfci of variable instantaneous_surface_upward_latent_heat_flux_for_diag from new to old metadata -INFO: Converting local name dxmin of variable minimum_scaling_factor_for_critical_relative_humidity from new to old metadata -INFO: Converting local name sppt_wts of variable weights_for_stochastic_sppt_perturbation from new to old metadata -INFO: Converting local name tahxy of variable canopy_air_temperature from new to old metadata -INFO: Converting local name imn of variable forecast_month from new to old metadata -INFO: Converting local name evcw of variable canopy_upward_latent_heat_flux from new to old metadata -INFO: Converting local name input_nml_file of variable namelist_filename_for_internal_file_reads from new to old metadata -INFO: Converting local name raddt of variable time_step_for_radiation from new to old metadata -INFO: Converting local name dvisbmi_cpl of variable instantaneous_surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name gwdcv of variable tendency_of_y_wind_due_to_convective_gravity_wave_drag from new to old metadata -INFO: Converting local name evbsa of variable cumulative_soil_upward_latent_heat_flux_multiplied_by_timestep from new to old metadata -INFO: Converting local name cldwrk of variable cumulative_cloud_work_function from new to old metadata -INFO: Converting local name npzdelz of variable vertical_dimension_for_thickness_at_Lagrangian_surface from new to old metadata -INFO: Converting local name dvsfc_cice of variable surface_y_momentum_flux_for_coupling_interstitial from new to old metadata -INFO: Converting local name ql of variable cloud_liquid_water_specific_humidity_at_Lagrangian_surface from new to old metadata -INFO: Converting local name imp_physics_fer_hires of variable flag_for_fer_hires_microphysics_scheme from new to old metadata -INFO: Converting local name dvdt of variable tendency_of_y_wind_due_to_model_physics from new to old metadata -INFO: Converting local name dusfc_cpl of variable cumulative_surface_x_momentum_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name prsl(:,1) of variable air_pressure_at_lowest_model_layer from new to old metadata -INFO: Converting local name ktop_shallow of variable k_level_of_highest_reaching_plume from new to old metadata -INFO: Converting local name sfcfsw of variable sw_fluxes_sfc from new to old metadata -INFO: Converting local name gv0 of variable y_wind_updated_by_physics from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_rain_water) of variable rain_water_mixing_ratio from new to old metadata -INFO: Converting local name cdq_ocean of variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_ocean from new to old metadata -INFO: Converting local name sfcalb(:,4) of variable surface_albedo_due_to_UV_and_VIS_diffused from new to old metadata -INFO: Converting local name gamq of variable countergradient_mixing_term_for_water_vapor from new to old metadata -INFO: Converting local name mdt of variable time_step_for_remapping_for_fast_physics from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_ice_cloud_condensate) of variable ice_water_mixing_ratio from new to old metadata -INFO: Converting local name sfcalb(:,2) of variable surface_albedo_due_to_near_IR_diffused from new to old metadata -INFO: Converting local name phy_fctd of variable cloud_base_mass_flux from new to old metadata -INFO: Converting local name weasd_land of variable water_equivalent_accumulated_snow_depth_over_land from new to old metadata -INFO: Converting local name nwfa2d of variable tendency_of_water_friendly_aerosols_at_surface from new to old metadata -INFO: Converting local name GFS_Control of variable GFS_control_type_instance from new to old metadata -INFO: Converting local name nncl of variable number_of_tracers_for_cloud_condensate from new to old metadata -INFO: Converting local name olyr of variable ozone_concentration_at_layer_for_radiation from new to old metadata -INFO: Converting local name tg3 of variable deep_soil_temperature from new to old metadata -INFO: Converting local name Radtend of variable GFS_radtend_type_instance from new to old metadata -INFO: Converting local name sinlat of variable sine_of_latitude from new to old metadata -INFO: Converting local name sppt_wts of variable weights_for_stochastic_sppt_perturbation_flipped from new to old metadata -INFO: Converting local name ng of variable number_of_ghost_zones from new to old metadata -INFO: Converting local name phil of variable geopotential from new to old metadata -INFO: Converting local name flag_frsoil of variable flag_for_frozen_soil_physics from new to old metadata -INFO: Converting local name faersw(:,:,:,2) of variable aerosol_single_scattering_albedo_for_shortwave_bands_01_16 from new to old metadata -INFO: Converting local name qc of variable cloud_fraction_at_Lagrangian_surface from new to old metadata -INFO: Converting local name do_sfcperts of variable flag_for_stochastic_surface_perturbations from new to old metadata -INFO: Converting local name betas_deep of variable downdraft_fraction_reaching_surface_over_ocean_deep_convection from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_rain_number_concentration) of variable rain_number_concentration from new to old metadata -INFO: Converting local name ifd of variable index_of_dtlm_start from new to old metadata -INFO: Converting local name area of variable cell_area_for_fast_physics from new to old metadata -INFO: Converting local name trans_trac of variable flag_for_convective_transport_of_tracers from new to old metadata -INFO: Converting local name isatmedmf of variable choice_of_scale_aware_TKE_moist_EDMF_PBL from new to old metadata -INFO: Converting local name old_monin of variable flag_for_old_PBL_scheme from new to old metadata -INFO: Converting local name cplchm of variable flag_for_chemistry_coupling from new to old metadata -INFO: Converting local name raincprv of variable lwe_thickness_of_convective_precipitation_amount_from_previous_timestep from new to old metadata -INFO: Converting local name u1 of variable x_wind_at_lowest_model_layer_for_diag from new to old metadata -INFO: Converting local name gw_dvdt of variable tendency_of_y_wind_due_to_ugwp from new to old metadata -INFO: Converting local name dtsfc1 of variable instantaneous_surface_upward_sensible_heat_flux from new to old metadata -INFO: Converting local name gasvmr(:,:,9) of variable volume_mixing_ratio_ccl4 from new to old metadata -INFO: Converting local name semis_ice of variable surface_longwave_emissivity_over_ice_interstitial from new to old metadata -INFO: Converting local name zmtb of variable time_integral_of_height_of_mountain_blocking from new to old metadata -INFO: Converting local name dtauy2d_fd of variable y_momentum_tendency_from_form_drag from new to old metadata -INFO: Converting local name lakefrac of variable lake_area_fraction from new to old metadata -INFO: Converting local name do_myjpbl of variable do_myjpbl from new to old metadata -INFO: Converting local name sncovr of variable surface_snow_area_fraction_over_land from new to old metadata -INFO: Converting local name spd10max of variable maximum_wind_at_10m_over_maximum_hourly_time_interval from new to old metadata -INFO: Converting local name faerlw(:,:,:,3) of variable aerosol_asymmetry_parameter_for_longwave_bands_01_16 from new to old metadata -INFO: Converting local name adjsfculw_ocean of variable surface_upwelling_longwave_flux_over_ocean_interstitial from new to old metadata -INFO: Converting local name nscfshoc of variable index_of_subgrid_scale_cloud_fraction_from_shoc_in_phy_f3d from new to old metadata -INFO: Converting local name qv_r of variable humidity_mixing_ratio from new to old metadata -INFO: Converting local name gq0(:,:,index_for_water_vapor) of variable water_vapor_specific_humidity_updated_by_physics from new to old metadata -INFO: Converting local name lsnow_lsm of variable snow_vertical_dimension_for_land_surface_model from new to old metadata -INFO: Converting local name dv3dt_ngw of variable time_integral_of_change_in_y_wind_due_to_nonstationary_gravity_wave from new to old metadata -INFO: Converting local name tlyr of variable air_temperature_at_layer_for_radiation from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_turbulent_kinetic_energy) of variable turbulent_kinetic_energy from new to old metadata -INFO: Converting local name h2opl of variable h2o_forcing from new to old metadata -INFO: Converting local name smc of variable volume_fraction_of_soil_moisture from new to old metadata -INFO: Converting local name latr of variable number_of_latitude_points from new to old metadata -INFO: Converting local name crick_proof of variable flag_for_CRICK_proof_cloud_water from new to old metadata -INFO: Converting local name ssem of variable instantaneous_seasalt_emission_flux from new to old metadata -INFO: Converting local name xlai1d of variable perturbation_of_leaf_area_index from new to old metadata -INFO: Converting local name tdoms of variable dominant_snow_type from new to old metadata -INFO: Converting local name canopy of variable canopy_water_amount from new to old metadata -INFO: Converting local name dtauy2d_ss of variable y_momentum_tendency_from_small_scale_gwd from new to old metadata -INFO: Converting local name forcet of variable temperature_tendency_due_to_dynamics from new to old metadata -INFO: Converting local name snowmt of variable surface_snow_melt from new to old metadata -INFO: Converting local name ttendlim of variable limit_for_temperature_tendency_for_microphysics from new to old metadata -INFO: Converting local name clouds(:,:,6) of variable cloud_rain_water_path from new to old metadata -INFO: Converting local name sigmafrac of variable convective_updraft_area_fraction from new to old metadata -INFO: Converting local name tau_tofd of variable instantaneous_momentum_flux_due_to_turbulent_orographic_form_drag from new to old metadata -INFO: Converting local name gq0(:,:,index_for_ice_friendly_aerosols) of variable ice_friendly_aerosol_number_concentration_updated_by_physics from new to old metadata -INFO: Converting local name nsswr of variable number_of_timesteps_between_shortwave_radiation_calls from new to old metadata -INFO: Converting local name ulwsfc_cice of variable surface_upwelling_longwave_flux_for_coupling_interstitial from new to old metadata -INFO: Converting local name dq3dt(:,:,8) of variable cumulative_change_in_ozone_concentration_due_to_temperature from new to old metadata -INFO: Converting local name stress_ice of variable surface_wind_stress_over_ice from new to old metadata -INFO: Converting local name is of variable starting_x_direction_index from new to old metadata -INFO: Converting local name sbsno of variable snow_deposition_sublimation_upward_latent_heat_flux from new to old metadata -INFO: Converting local name cnvprcpb of variable cumulative_lwe_thickness_of_convective_precipitation_amount_in_bucket from new to old metadata -INFO: Converting local name rdlai of variable flag_for_reading_leaf_area_index_from_input from new to old metadata -INFO: Converting local name phy_f3d(:,:,4) of variable water_vapor_specific_humidity_at_previous_time_step from new to old metadata -INFO: Converting local name area of variable cell_area from new to old metadata -INFO: Converting local name con_eps of variable ratio_of_dry_air_to_water_vapor_gas_constants from new to old metadata -INFO: Converting local name edmf_a of variable emdf_updraft_area from new to old metadata -INFO: Converting local name dusfc1 of variable instantaneous_surface_x_momentum_flux from new to old metadata -INFO: Converting local name qlcn of variable mass_fraction_of_convective_cloud_liquid_water from new to old metadata -INFO: Converting local name fh2_land of variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_land from new to old metadata -INFO: Converting local name tprcp_land of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_land from new to old metadata -INFO: Converting local name chh_land of variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_land from new to old metadata -INFO: Converting local name dt3dt(:,:,1) of variable cumulative_change_in_temperature_due_to_longwave_radiation from new to old metadata -INFO: Converting local name nfracseed of variable cellular_automata_seed_probability from new to old metadata -INFO: Converting local name cwm of variable total_cloud_condensate_mixing_ratio_updated_by_physics from new to old metadata -INFO: Converting local name u10max of variable maximum_u_wind_at_10m_over_maximum_hourly_time_interval from new to old metadata -INFO: Converting local name dvsfc_ss of variable integrated_y_momentum_flux_from_small_scale_gwd from new to old metadata -INFO: Converting local name smcref2 of variable threshold_volume_fraction_of_condensed_water_in_soil from new to old metadata -INFO: Converting local name kcnv of variable flag_deep_convection from new to old metadata -INFO: Converting local name keepsmfr of variable volume_fraction_of_frozen_soil_moisture_for_land_surface_model from new to old metadata -INFO: Converting local name frain of variable dynamics_to_physics_timestep_ratio from new to old metadata -INFO: Converting local name debug of variable flag_debug from new to old metadata -INFO: Converting local name qrn of variable local_rain_water_mixing_ratio from new to old metadata -INFO: Converting local name tsfc_ocean of variable surface_skin_temperature_over_ocean_interstitial from new to old metadata -INFO: Converting local name levr of variable number_of_vertical_layers_for_radiation_calculations from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_graupel_number_concentration) of variable graupel_number_concentration from new to old metadata -INFO: Converting local name bl_upfr of variable updraft_fraction_in_boundary_layer_mass_flux_scheme from new to old metadata -INFO: Converting local name nsfcpert of variable number_of_surface_perturbations from new to old metadata -INFO: Converting local name evpco of variable coefficient_for_evaporation_of_rainfall from new to old metadata -INFO: Converting local name iems of variable flag_for_surface_emissivity_control from new to old metadata -INFO: Converting local name dlwsfc of variable cumulative_surface_downwelling_longwave_flux_multiplied_by_timestep from new to old metadata -INFO: Converting local name cimin of variable minimum_sea_ice_concentration from new to old metadata -INFO: Converting local name zs of variable depth_of_soil_levels_for_land_surface_model from new to old metadata -INFO: Converting local name fm10_land of variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_land from new to old metadata -INFO: Converting local name lsm_noahmp of variable flag_for_noahmp_land_surface_scheme from new to old metadata -INFO: Converting local name cs_parm(1) of variable updraft_velocity_tunable_parameter_1_CS from new to old metadata -INFO: Converting local name z_c of variable sub_layer_cooling_thickness from new to old metadata -INFO: Converting local name rainc of variable lwe_thickness_of_convective_precipitation_amount_on_dynamics_timestep from new to old metadata -INFO: Converting local name do_cnvgwd of variable flag_for_convective_gravity_wave_drag from new to old metadata -INFO: Converting local name nlunit of variable iounit_namelist from new to old metadata -INFO: Converting local name gw_dtdt of variable tendency_of_air_temperature_due_to_ugwp from new to old metadata -INFO: Converting local name phy_myj_vz0 of variable v_wind_component_at_viscous_sublayer_top from new to old metadata -INFO: Converting local name dusfc_ss of variable integrated_x_momentum_flux_from_small_scale_gwd from new to old metadata -INFO: Converting local name reset of variable flag_reset_maximum_hourly_fields from new to old metadata -INFO: Converting local name idat of variable date_and_time_at_model_initialization from new to old metadata -INFO: Converting local name oceanfrac of variable sea_area_fraction from new to old metadata -INFO: Converting local name rho_h2o of variable density_of_fresh_water from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_ozone) of variable ozone_mixing_ratio from new to old metadata -INFO: Converting local name qv of variable water_vapor_specific_humidity_at_Lagrangian_surface from new to old metadata -INFO: Converting local name adjnirdfd of variable surface_downwelling_diffuse_near_infrared_shortwave_flux from new to old metadata -INFO: Converting local name ca_global of variable flag_for_global_cellular_automata from new to old metadata -INFO: Converting local name landfrac of variable land_area_fraction from new to old metadata -INFO: Converting local name iopt_btr of variable flag_for_soil_moisture_factor_stomatal_resistance_option from new to old metadata -INFO: Converting local name cqs2 of variable surface_exchange_coefficient_for_moisture_at_2m from new to old metadata -INFO: Converting local name snohfa of variable cumulative_snow_freezing_rain_upward_latent_heat_flux_multiplied_by_timestep from new to old metadata -INFO: Converting local name nvisbm_cpl of variable cumulative_surface_net_downward_direct_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name GFS_sfcprop_type of variable GFS_sfcprop_type from new to old metadata -INFO: Converting local name oz_phys of variable flag_for_ozone_physics from new to old metadata -INFO: Converting local name rhowater of variable liquid_water_density from new to old metadata -INFO: Converting local name zsnsoxy of variable layer_bottom_depth_from_snow_surface from new to old metadata -INFO: Converting local name nthresh of variable threshold_for_perturbed_vertical_velocity from new to old metadata -INFO: Converting local name phy_f3d(:,:,1) of variable air_temperature_two_time_steps_back from new to old metadata -INFO: Converting local name gq0(:,:,index_for_water_friendly_aerosols) of variable water_friendly_aerosol_number_concentration_updated_by_physics from new to old metadata -INFO: Converting local name wetness of variable normalized_soil_wetness_for_land_surface_model from new to old metadata -INFO: Converting local name v10mi_cpl of variable instantaneous_y_wind_at_10m_for_coupling from new to old metadata -INFO: Converting local name rh02min of variable minimum_relative_humidity_at_2m_over_maximum_hourly_time_interval from new to old metadata -INFO: Converting local name nf_aelw of variable number_of_aerosol_output_fields_for_longwave_radiation from new to old metadata -INFO: Converting local name isubc_sw of variable flag_for_sw_clouds_without_sub_grid_approximation from new to old metadata -INFO: Converting local name gq0(:,:,index_for_rain_number_concentration) of variable rain_number_concentration_updated_by_physics from new to old metadata -INFO: Converting local name dvsfc1 of variable instantaneous_surface_y_momentum_flux from new to old metadata -INFO: Converting local name nirdfdi of variable surface_downwelling_diffuse_near_infrared_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name isatmedmf_vdif of variable choice_of_original_scale_aware_TKE_moist_EDMF_PBL from new to old metadata -INFO: Converting local name fprcp of variable number_of_frozen_precipitation_species from new to old metadata -INFO: Converting local name tsurf_land of variable surface_skin_temperature_after_iteration_over_land from new to old metadata -INFO: Converting local name kd of variable vertical_index_difference_between_inout_and_local from new to old metadata -INFO: Converting local name LTP of variable extra_top_layer from new to old metadata -INFO: Converting local name solcon of variable solar_constant from new to old metadata -INFO: Converting local name gq0(:,:,index_for_snow_number_concentration) of variable snow_number_concentration_updated_by_physics from new to old metadata -INFO: Converting local name bl_mynn_tkebudget of variable tke_budget from new to old metadata -INFO: Converting local name xu of variable diurnal_thermocline_layer_x_current from new to old metadata -INFO: Converting local name bl_mynn_tkeadvect of variable tke_advect from new to old metadata -INFO: Converting local name hflx_ice of variable kinematic_surface_upward_sensible_heat_flux_over_ice from new to old metadata -INFO: Converting local name smcwlt2 of variable volume_fraction_of_condensed_water_in_soil_at_wilting_point from new to old metadata -INFO: Converting local name imfdeepcnv of variable flag_for_mass_flux_deep_convection_scheme from new to old metadata -INFO: Converting local name ntchm of variable number_of_chemical_tracers from new to old metadata -INFO: Converting local name ncpl of variable local_condesed_water_number_concentration from new to old metadata -INFO: Converting local name vvl of variable omega from new to old metadata -INFO: Converting local name xkzminv of variable atmosphere_heat_diffusivity_background_maximum from new to old metadata -INFO: Converting local name snowc of variable surface_snow_area_fraction from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_of_subgrid_scale_cloud_fraction_from_shoc_in_phy_f3d) of variable subgrid_scale_cloud_fraction_from_shoc from new to old metadata -INFO: Converting local name du3dt(:,:,4) of variable cumulative_change_in_x_wind_due_to_convective_gravity_wave_drag from new to old metadata -INFO: Converting local name jcap of variable number_of_spectral_wave_trancation_for_sas from new to old metadata -INFO: Converting local name cd_ocean of variable surface_drag_coefficient_for_momentum_in_air_over_ocean from new to old metadata -INFO: Converting local name vfrac of variable vegetation_area_fraction from new to old metadata -INFO: Converting local name dvdftra of variable tendency_of_vertically_diffused_tracer_concentration from new to old metadata -INFO: Converting local name npzp1 of variable vertical_dimension_for_fast_physics_plus_one from new to old metadata -INFO: Converting local name duem of variable instantaneous_dust_emission_flux from new to old metadata -INFO: Converting local name prslrd0 of variable pressure_cutoff_for_rayleigh_damping from new to old metadata -INFO: Converting local name q2m of variable specific_humidity_at_2m from new to old metadata -INFO: Converting local name chs2 of variable surface_exchange_coefficient_for_heat_at_2m from new to old metadata -INFO: Converting local name lfmassxy of variable leaf_mass from new to old metadata -INFO: Converting local name phy_f3d(:,:,2) of variable water_vapor_specific_humidity_two_time_steps_back from new to old metadata -INFO: Converting local name rainp of variable tendency_of_rain_water_mixing_ratio_due_to_microphysics from new to old metadata -INFO: Converting local name ud_mf of variable instantaneous_atmosphere_updraft_convective_mass_flux from new to old metadata -INFO: Converting local name dudt_tms of variable instantaneous_change_in_x_wind_due_to_turbulent_orographic_form_drag from new to old metadata -INFO: Converting local name mg3_as_mg2 of variable flag_mg3_as_mg2 from new to old metadata -INFO: Converting local name htlw0 of variable tendency_of_air_temperature_due_to_longwave_heating_assuming_clear_sky_on_radiation_time_step from new to old metadata -INFO: Converting local name w_d of variable coefficient_w_d from new to old metadata -INFO: Converting local name shdmax of variable maximum_vegetation_area_fraction from new to old metadata -INFO: Converting local name iccn of variable flag_for_in_ccn_forcing_for_morrison_gettelman_microphysics from new to old metadata -INFO: Converting local name htlwc of variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step from new to old metadata -INFO: Converting local name scmpsw of variable components_of_surface_downward_shortwave_fluxes from new to old metadata -INFO: Converting local name tgrs(:,1) of variable air_temperature_at_lowest_model_layer from new to old metadata -INFO: Converting local name cmxy of variable surface_drag_coefficient_for_momentum_for_noahmp from new to old metadata -INFO: Converting local name snowd_land of variable surface_snow_thickness_water_equivalent_over_land from new to old metadata -INFO: Converting local name clouds(:,:,5) of variable mean_effective_radius_for_ice_cloud from new to old metadata -INFO: Converting local name xz of variable diurnal_thermocline_layer_thickness from new to old metadata -INFO: Converting local name tsfg of variable surface_ground_temperature_for_radiation from new to old metadata -INFO: Converting local name dkt of variable atmosphere_heat_diffusivity from new to old metadata -INFO: Converting local name qgrs of variable tracer_concentration from new to old metadata -INFO: Converting local name pgcon_deep of variable momentum_transport_reduction_factor_pgf_deep_convection from new to old metadata -INFO: Converting local name wind10mmax of variable maximum_wind_at_10m from new to old metadata -INFO: Converting local name slopetype of variable surface_slope_classification from new to old metadata -INFO: Converting local name Intdiag of variable GFS_diag_type_instance from new to old metadata -INFO: Converting local name mg_nccons of variable mg_flag_drop_concentration_constant from new to old metadata -INFO: Converting local name adjvisdfd of variable surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_snow_water) of variable tendency_of_snow_water_mixing_ratio_due_to_model_physics from new to old metadata -INFO: Converting local name nlwsfc_cpl of variable cumulative_surface_net_downward_longwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name clouds(:,:,9) of variable mean_effective_radius_for_snow_flake from new to old metadata -INFO: Converting local name con_cvap of variable specific_heat_of_water_vapor_at_constant_pressure from new to old metadata -INFO: Converting local name drydep of variable instantaneous_dry_deposition from new to old metadata -INFO: Converting local name semis_ocean of variable surface_longwave_emissivity_over_ocean_interstitial from new to old metadata -INFO: Converting local name master of variable mpi_root from new to old metadata -INFO: Converting local name gamt of variable countergradient_mixing_term_for_temperature from new to old metadata -INFO: Converting local name redrag of variable flag_for_reduced_drag_coefficient_over_sea from new to old metadata -INFO: Converting local name gq0(:,:,index_for_ozone) of variable ozone_concentration_updated_by_physics from new to old metadata -INFO: Converting local name do_skeb of variable flag_for_stochastic_skeb_option from new to old metadata -INFO: Converting local name qg_r of variable mass_weighted_rime_factor_mixing_ratio from new to old metadata -INFO: Converting local name min_seaice of variable sea_ice_minimum from new to old metadata -INFO: Converting local name betal_deep of variable downdraft_fraction_reaching_surface_over_land_deep_convection from new to old metadata -INFO: Converting local name alvwf of variable mean_vis_albedo_with_weak_cosz_dependency from new to old metadata -INFO: Converting local name do_gwd of variable flag_for_gravity_wave_drag from new to old metadata -INFO: Converting local name nf_aesw of variable number_of_aerosol_output_fields_for_shortwave_radiation from new to old metadata -INFO: Converting local name avg_max_length of variable time_interval_for_maximum_hourly_fields from new to old metadata -INFO: Converting local name tdomzr of variable dominant_freezing_rain_type from new to old metadata -INFO: Converting local name toticeb of variable accumulated_lwe_thickness_of_ice_amount_in_bucket from new to old metadata -INFO: Converting local name isppt_deep of variable flag_for_combination_of_sppt_with_isppt_deep from new to old metadata -INFO: Converting local name ice of variable lwe_thickness_of_ice_amount_on_dynamics_timestep from new to old metadata -INFO: Converting local name dq3dt(:,:,9) of variable cumulative_change_in_ozone_concentration_due_to_overhead_ozone_column from new to old metadata -INFO: Converting local name lsidea of variable flag_idealized_physics from new to old metadata -INFO: Converting local name ico2 of variable flag_for_using_prescribed_global_mean_co2_value from new to old metadata -INFO: Converting local name evap_ice of variable kinematic_surface_upward_latent_heat_flux_over_ice from new to old metadata -INFO: Converting local name do_awdd of variable flag_arakawa_wu_downdraft from new to old metadata -INFO: Converting local name hetfrz_classnuc of variable mg_flag_for_heterogeneous_freezing from new to old metadata -INFO: Converting local name mpiroot of variable mpi_root_for_fast_physics from new to old metadata -INFO: Converting local name dq3dt(:,:,4) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_microphysics from new to old metadata -INFO: Converting local name GFS_coupling_type of variable GFS_coupling_type from new to old metadata -INFO: Converting local name psurfi_cpl of variable instantaneous_surface_air_pressure_for_coupling from new to old metadata -INFO: Converting local name xkzm_h of variable atmosphere_heat_diffusivity_background from new to old metadata -INFO: Converting local name rh02max of variable maximum_relative_humidity_at_2m_over_maximum_hourly_time_interval from new to old metadata -INFO: Converting local name tmpmax of variable maximum_temperature_at_2m from new to old metadata -INFO: Converting local name fscav of variable fraction_of_tracer_scavenged from new to old metadata -INFO: Converting local name ntiwx of variable index_for_ice_cloud_condensate_vertical_diffusion_tracer from new to old metadata -INFO: Converting local name gasvmr(:,:,4) of variable volume_mixing_ratio_o2 from new to old metadata -INFO: Converting local name dpt2m of variable dewpoint_temperature_at_2m from new to old metadata -INFO: Converting local name mg_do_liq_liu of variable mg_flag_for_liu_liquid_treatment from new to old metadata -INFO: Converting local name ffhh_land of variable Monin_Obukhov_similarity_function_for_heat_over_land from new to old metadata -INFO: Converting local name crtrh(3) of variable critical_relative_humidity_at_top_of_atmosphere from new to old metadata -INFO: Converting local name smcwtdxy of variable soil_water_content_between_soil_bottom_and_water_table from new to old metadata -INFO: Converting local name visbmdi of variable surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name cdq_ice of variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_ice from new to old metadata -INFO: Converting local name adjnirdfu of variable surface_upwelling_diffuse_near_infrared_shortwave_flux from new to old metadata -INFO: Converting local name wcbmax of variable maximum_updraft_velocity_at_cloud_base from new to old metadata -INFO: Converting local name tsflw of variable surface_midlayer_air_temperature_in_longwave_radiation from new to old metadata -INFO: Converting local name asolfac_shal of variable aerosol_aware_parameter_shallow_convection from new to old metadata -INFO: Converting local name gabsbdlw_ocean of variable surface_downwelling_longwave_flux_absorbed_by_ground_over_ocean from new to old metadata -INFO: Converting local name de_lgth of variable cloud_decorrelation_length from new to old metadata -INFO: Converting local name GFS_interstitial_type of variable GFS_interstitial_type from new to old metadata -INFO: Converting local name imap of variable map_of_block_column_number_to_global_i_index from new to old metadata -INFO: Converting local name plyr of variable air_pressure_at_layer_for_radiation_in_hPa from new to old metadata -INFO: Converting local name skip_macro of variable flag_skip_macro from new to old metadata -INFO: Converting local name tsnoxy of variable snow_temperature from new to old metadata -INFO: Converting local name sbsnoa of variable cumulative_snow_deposition_sublimation_upward_latent_heat_flux_multiplied_by_timestep from new to old metadata -INFO: Converting local name prcpmp of variable lwe_thickness_of_explicit_precipitation_amount from new to old metadata -INFO: Converting local name clcn of variable convective_cloud_volume_fraction from new to old metadata -INFO: Converting local name gt0 of variable air_temperature_updated_by_physics from new to old metadata -INFO: Converting local name gamma of variable anisotropy_of_subgrid_orography from new to old metadata -INFO: Converting local name uconvtend of variable tendency_of_x_wind_due_to_deep_convection_for_coupling_on_physics_timestep from new to old metadata -INFO: Converting local name dswsfci_cpl of variable instantaneous_surface_downwelling_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name delp of variable pressure_thickness_at_Lagrangian_surface from new to old metadata -INFO: Converting local name lsm_ruc of variable flag_for_ruc_land_surface_scheme from new to old metadata -INFO: Converting local name dt_mf of variable instantaneous_atmosphere_detrainment_convective_mass_flux from new to old metadata -INFO: Converting local name d_conv of variable free_convection_layer_thickness from new to old metadata -INFO: Converting local name nlwsfci_cpl of variable instantaneous_surface_net_downward_longwave_flux_for_coupling from new to old metadata -INFO: Converting local name shum_wts of variable weights_for_stochastic_shum_perturbation from new to old metadata -INFO: Converting local name dswsfci of variable surface_downwelling_shortwave_flux from new to old metadata -INFO: Converting local name do_ysu of variable flag_for_ysu from new to old metadata -INFO: Converting local name q_con of variable cloud_condensed_water_specific_humidity_at_Lagrangian_surface from new to old metadata -INFO: Converting local name mom4ice of variable flag_for_mom4_coupling from new to old metadata -INFO: Converting local name tref of variable sea_surface_reference_temperature from new to old metadata -INFO: Converting local name faersw(:,:,:,3) of variable aerosol_asymmetry_parameter_for_shortwave_bands_01_16 from new to old metadata -INFO: Converting local name ie of variable ending_x_direction_index from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_water_friendly_aerosols) of variable water_friendly_aerosol_number_concentration from new to old metadata -INFO: Converting local name dugwd of variable time_integral_of_x_stress_due_to_gravity_wave_drag from new to old metadata -INFO: Converting local name ntot3d of variable number_of_fields_in_phyf3d from new to old metadata -INFO: Converting local name GFS_data_type of variable GFS_data_type from new to old metadata -INFO: Converting local name graupelprv of variable lwe_thickness_of_graupel_amount_from_previous_timestep from new to old metadata -INFO: Converting local name nstf_name(4) of variable vertical_temperature_average_range_lower_bound from new to old metadata -INFO: Converting local name kind_dyn of variable kind_dyn from new to old metadata -INFO: Converting local name acv of variable accumulated_lwe_thickness_of_convective_precipitation_amount_cnvc90 from new to old metadata -INFO: Converting local name lsoil_lsm of variable soil_vertical_dimension_for_land_surface_model from new to old metadata -INFO: Converting local name phy_myj_chkqlm of variable surface_layer_evaporation_switch from new to old metadata -INFO: Converting local name dtf of variable time_step_for_dynamics from new to old metadata -INFO: Converting local name dqsfci_cpl of variable instantaneous_surface_upward_latent_heat_flux_for_coupling from new to old metadata -INFO: Converting local name mg_do_hail of variable mg_flag_for_hail from new to old metadata -INFO: Converting local name iopt_sfc of variable flag_for_surface_layer_drag_coefficient_option from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_ice_cloud_number_concentration) of variable tendency_of_ice_number_concentration_due_to_model_physics from new to old metadata -INFO: Converting local name kind_LOGICAL of variable kind_LOGICAL from new to old metadata -INFO: Converting local name hybedmf of variable flag_for_hedmf from new to old metadata -INFO: Converting local name dvisdfi_cpl of variable instantaneous_surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name exch_h of variable atmosphere_heat_diffusivity_for_mynnpbl from new to old metadata -INFO: Converting local name z01d of variable perturbation_of_momentum_roughness_length from new to old metadata -INFO: Converting local name prevst of variable temperature_from_previous_timestep from new to old metadata -INFO: Converting local name tracers_total of variable number_of_total_tracers from new to old metadata -INFO: Converting local name wind of variable wind_speed_at_lowest_model_layer from new to old metadata -INFO: Converting local name hprime of variable statistical_measures_of_subgrid_orography from new to old metadata -INFO: Converting local name oz_coeffp5 of variable number_of_coefficients_in_ozone_forcing_data_plus_five from new to old metadata -INFO: Converting local name tvxy of variable vegetation_temperature from new to old metadata -INFO: Converting local name ncps of variable local_snow_number_concentration from new to old metadata -INFO: Converting local name zlvl of variable height_above_ground_at_lowest_model_layer from new to old metadata -INFO: Converting local name restart of variable flag_for_restart from new to old metadata -INFO: Converting local name con_tice of variable freezing_point_temperature_of_seawater from new to old metadata -INFO: Converting local name sfcnsw of variable surface_net_downwelling_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name tau_mtb of variable time_integral_of_momentum_flux_due_to_mountain_blocking_drag from new to old metadata -INFO: Metadata table for model FV3 written to tests/build_fv3_18/FV3/ccpp/physics/CCPP_VARIABLES_FV3.html -INFO: Parsing metadata tables in physics scheme files ... -INFO: Parsed tables in scheme rayleigh_damp -INFO: Parsed tables in scheme GFS_surface_composites_pre -INFO: Parsed tables in scheme GFS_surface_composites_inter -INFO: Parsed tables in scheme GFS_surface_composites_post -INFO: Parsed tables in scheme rrtmg_sw -INFO: Parsed tables in scheme sfc_ocean -INFO: Parsed tables in scheme gwdc_pre -INFO: Parsed tables in scheme gwdc -INFO: Parsed tables in scheme gwdc_post -INFO: Parsed tables in scheme cu_gf_driver_pre -INFO: Parsed tables in scheme gfdl_cloud_microphys -INFO: Parsed tables in scheme GFS_time_vary_pre -INFO: Parsed tables in scheme GFS_rrtmg_setup -INFO: Parsed tables in scheme zhaocarr_gscond -INFO: Parsed tables in scheme ysuvdif -INFO: Parsed tables in scheme rrtmg_sw_post -INFO: Parsed tables in scheme GFS_SCNV_generic_pre -INFO: Parsed tables in scheme GFS_SCNV_generic_post -INFO: Parsed tables in scheme GFS_rrtmg_pre -INFO: Parsed tables in scheme sfc_sice -INFO: Parsed tables in scheme samfdeepcnv -INFO: Parsed tables in scheme satmedmfvdif -INFO: Parsed tables in scheme mynnrad_post -INFO: Parsed tables in scheme cu_gf_driver_post -INFO: Parsed tables in scheme cs_conv_aw_adj -INFO: Parsed tables in scheme GFS_phys_time_vary -INFO: Parsed tables in scheme ozphys_2015 -INFO: Parsed tables in scheme GFS_suite_interstitial_rad_reset -INFO: Parsed tables in scheme GFS_suite_interstitial_phys_reset -INFO: Parsed tables in scheme GFS_suite_interstitial_1 -INFO: Parsed tables in scheme GFS_suite_interstitial_2 -INFO: Parsed tables in scheme GFS_suite_stateout_reset -INFO: Parsed tables in scheme GFS_suite_stateout_update -INFO: Parsed tables in scheme GFS_suite_interstitial_3 -INFO: Parsed tables in scheme GFS_suite_interstitial_4 -INFO: Parsed tables in scheme samfshalcnv -INFO: Parsed tables in scheme zhaocarr_precpd -INFO: Parsed tables in scheme noahmpdrv -INFO: Parsed tables in scheme mp_fer_hires -INFO: Parsed tables in scheme myjpbl_wrapper -INFO: Parsed tables in scheme GFS_surface_generic_pre -INFO: Parsed tables in scheme GFS_surface_generic_post -INFO: Parsed tables in scheme cu_ntiedtke_post -INFO: Parsed tables in scheme sfc_diag -INFO: Parsed tables in scheme rrtmg_lw -INFO: Parsed tables in scheme GFS_diagtoscreen -INFO: Parsed tables in scheme GFS_interstitialtoscreen -INFO: Parsed tables in scheme GFS_abort -INFO: Parsed tables in scheme GFS_checkland -INFO: Parsed tables in scheme mynnrad_pre -INFO: Parsed tables in scheme satmedmfvdifq -INFO: Parsed tables in scheme cs_conv_pre -INFO: Parsed tables in scheme cs_conv_post -INFO: Parsed tables in scheme cs_conv -INFO: Parsed tables in scheme shinhongvdif -INFO: Parsed tables in scheme h2ophys -INFO: Parsed tables in scheme rrtmg_lw_post -INFO: Parsed tables in scheme sfc_nst -INFO: Parsed tables in scheme sfc_nst_pre -INFO: Parsed tables in scheme sfc_nst_post -INFO: Parsed tables in scheme cu_ntiedtke_pre -INFO: Parsed tables in scheme cu_ntiedtke -INFO: Parsed tables in scheme cires_ugwp_post -INFO: Parsed tables in scheme hedmf -INFO: Parsed tables in scheme sfc_diff -INFO: Parsed tables in scheme mp_thompson_pre -INFO: Parsed tables in scheme sfc_diag_post -INFO: Parsed tables in scheme m_micro_pre -INFO: Parsed tables in scheme m_micro_post -INFO: Parsed tables in scheme m_micro -INFO: Parsed tables in scheme fv_sat_adj -INFO: Parsed tables in scheme GFS_surface_loop_control_part1 -INFO: Parsed tables in scheme GFS_surface_loop_control_part2 -INFO: Parsed tables in scheme shoc -INFO: Parsed tables in scheme GFS_rrtmg_post -INFO: Parsed tables in scheme GFS_GWD_generic_pre -INFO: Parsed tables in scheme GFS_GWD_generic_post -INFO: Parsed tables in scheme rrtmg_sw_pre -INFO: Parsed tables in scheme GFS_MP_generic_pre -INFO: Parsed tables in scheme GFS_MP_generic_post -INFO: Parsed tables in scheme cu_gf_driver -INFO: Parsed tables in scheme GFS_PBL_generic_pre -INFO: Parsed tables in scheme GFS_PBL_generic_post -INFO: Parsed tables in scheme mp_thompson_post -INFO: Parsed tables in scheme mp_thompson -INFO: Parsed tables in scheme rrtmg_lw_pre -INFO: Parsed tables in scheme gwdps -INFO: Parsed tables in scheme shalcnv -INFO: Parsed tables in scheme cires_ugwp -INFO: Parsed tables in scheme get_prs_fv3 -INFO: Parsed tables in scheme get_phi_fv3 -INFO: Parsed tables in scheme mynnsfc_wrapper -INFO: Parsed tables in scheme GFS_suite_ini_fini_test -INFO: Parsed tables in scheme myjsfc_wrapper -INFO: Parsed tables in scheme mynnedmf_wrapper -INFO: Parsed tables in scheme ozphys -INFO: Parsed tables in scheme lsm_ruc -INFO: Parsed tables in scheme GFS_stochastics -INFO: Parsed tables in scheme drag_suite -INFO: Parsed tables in scheme sfc_cice -INFO: Parsed tables in scheme sascnvn -INFO: Parsed tables in scheme lsm_ruc_sfc_sice_pre -INFO: Parsed tables in scheme lsm_ruc_sfc_sice_post -INFO: Parsed tables in scheme GFS_DCNV_generic_pre -INFO: Parsed tables in scheme GFS_DCNV_generic_post -INFO: Parsed tables in scheme cnvc90 -INFO: Parsed tables in scheme GFS_rad_time_vary -INFO: Parsed tables in scheme maximum_hourly_diagnostics -INFO: Parsed tables in scheme lsm_noah -INFO: Parsed tables in scheme dcyc2t3 -INFO: Parsed tables in scheme dcyc2t3_post -INFO: Parsed tables in scheme moninshoc -INFO: filtering out variable GFS_stateout_type_instance -INFO: filtering out variable accumulated_change_of_air_temperature_due_to_FA_scheme -INFO: filtering out variable accumulated_water_equivalent_of_frozen_precip -INFO: filtering out variable aerosol_number_concentration_from_gocart_aerosol_climatology -INFO: filtering out variable area_fraction_of_wet_canopy -INFO: filtering out variable atmosphere_heat_diffusivity_for_mynnpbl -INFO: filtering out variable atmosphere_heat_diffusivity_from_shoc -INFO: filtering out variable atmosphere_momentum_diffusivity_for_mynnpbl -INFO: filtering out variable baseline_surface_roughness_length -INFO: filtering out variable canopy_air_temperature -INFO: filtering out variable canopy_air_vapor_pressure -INFO: filtering out variable canopy_intercepted_ice_mass -INFO: filtering out variable canopy_intercepted_liquid_water -INFO: filtering out variable ccn_number_concentration -INFO: filtering out variable ccpp_block_number -INFO: filtering out variable cell_size -INFO: filtering out variable characteristic_grid_length_scale -INFO: filtering out variable choice_of_original_scale_aware_TKE_moist_EDMF_PBL -INFO: filtering out variable choice_of_scale_aware_TKE_moist_EDMF_PBL -INFO: filtering out variable choice_of_updated_scale_aware_TKE_moist_EDMF_PBL -INFO: filtering out variable cloud_area_fraction -INFO: filtering out variable cloud_base_mass_flux -INFO: filtering out variable cloud_condensed_water_mixing_ratio_at_lowest_model_layer -INFO: filtering out variable cloud_condensed_water_mixing_ratio_at_surface -INFO: filtering out variable cloud_droplet_number_concentration -INFO: filtering out variable cloud_droplet_number_concentration_updated_by_physics -INFO: filtering out variable cloud_fraction_for_MG -INFO: filtering out variable cloud_phase_transition_denominator -INFO: filtering out variable cloud_phase_transition_threshold_temperature -INFO: filtering out variable cloud_specie_mix_flag -INFO: filtering out variable cloudpdf -INFO: filtering out variable conv_activity_counter -INFO: filtering out variable convective_updraft_area_fraction -INFO: filtering out variable convective_updraft_area_fraction_at_model_interfaces -INFO: filtering out variable couple_sgs_clouds_to_radiation_flag -INFO: filtering out variable cumulative_change_in_x_wind_due_to_convective_gravity_wave_drag -INFO: filtering out variable cumulative_change_in_y_wind_due_to_convective_gravity_wave_drag -INFO: filtering out variable density_of_frozen_precipitation -INFO: filtering out variable depth_of_soil_levels_for_land_surface_model -INFO: filtering out variable detrainment_and_precipitation_tunable_parameter_3_CS -INFO: filtering out variable detrainment_and_precipitation_tunable_parameter_4_CS -INFO: filtering out variable do_myjsfc -INFO: filtering out variable do_mynnsfclay -INFO: filtering out variable downdraft_fraction_in_boundary_layer_mass_flux_scheme -INFO: filtering out variable edmf_flag -INFO: filtering out variable edmf_momentum_transport_flag -INFO: filtering out variable edmf_partition_flag -INFO: filtering out variable edmf_tke_transport_flag -INFO: filtering out variable emdf_updraft_area -INFO: filtering out variable emdf_updraft_cloud_water -INFO: filtering out variable emdf_updraft_entrainment_rate -INFO: filtering out variable emdf_updraft_theta_l -INFO: filtering out variable emdf_updraft_total_water -INFO: filtering out variable emdf_updraft_vertical_velocity -INFO: filtering out variable entrainment_efficiency_tunable_parameter_9_CS -INFO: filtering out variable equilibrium_soil_water_content -INFO: filtering out variable fa_threshold_relative_humidity_for_onset_of_condensation -INFO: filtering out variable fast_soil_pool_mass_content_of_carbon -INFO: filtering out variable fine_root_mass -INFO: filtering out variable flag_arakawa_wu_downdraft -INFO: filtering out variable flag_convective_tracer_transport -INFO: filtering out variable flag_flip -INFO: filtering out variable flag_flux_form_CS -INFO: filtering out variable flag_for_2015_ozone_physics -INFO: filtering out variable flag_for_aerosol_input_MG -INFO: filtering out variable flag_for_canopy_stomatal_resistance_option -INFO: filtering out variable flag_for_dynamic_vegetation_option -INFO: filtering out variable flag_for_frozen_soil_permeability_option -INFO: filtering out variable flag_for_frozen_soil_physics -INFO: filtering out variable flag_for_ground_snow_surface_albedo_option -INFO: filtering out variable flag_for_in_ccn_forcing_for_morrison_gettelman_microphysics -INFO: filtering out variable flag_for_individual_cloud_species_advected -INFO: filtering out variable flag_for_lower_boundary_soil_temperature_option -INFO: filtering out variable flag_for_pdf_for_morrison_gettelman_microphysics_scheme -INFO: filtering out variable flag_for_precipitation_partition_option -INFO: filtering out variable flag_for_radiation_transfer_option -INFO: filtering out variable flag_for_reading_leaf_area_index_from_input -INFO: filtering out variable flag_for_restart -INFO: filtering out variable flag_for_runoff_and_groundwater_option -INFO: filtering out variable flag_for_sas_deep_convection_scheme -INFO: filtering out variable flag_for_shoc_after_convection -INFO: filtering out variable flag_for_soil_and_snow_temperature_time_stepping_option -INFO: filtering out variable flag_for_soil_moisture_factor_stomatal_resistance_option -INFO: filtering out variable flag_for_supercooled_liquid_water_option -INFO: filtering out variable flag_for_surface_layer_drag_coefficient_option -INFO: filtering out variable flag_mg3_as_mg2 -INFO: filtering out variable flag_skip_macro -INFO: filtering out variable fraction_of_cloud_top_water_scavenged -INFO: filtering out variable fraction_of_tracer_scavenged -INFO: filtering out variable gf_memory_counter -INFO: filtering out variable graupel_number_concentration_updated_by_physics -INFO: filtering out variable grav_settling -INFO: filtering out variable ground_temperature_for_noahmp -INFO: filtering out variable gwd_opt -INFO: filtering out variable h2o_forcing -INFO: filtering out variable heat_exchange_coefficient_for_MYJ_schemes -INFO: filtering out variable ice_friendly_aerosol_number_concentration -INFO: filtering out variable ice_friendly_aerosol_number_concentration_updated_by_physics -INFO: filtering out variable ice_number_concentration -INFO: filtering out variable ice_number_concentration_updated_by_physics -INFO: filtering out variable ice_supersaturation_threshold -INFO: filtering out variable ice_water_mixing_ratio -INFO: filtering out variable in_number_concentration -INFO: filtering out variable index_for_ice_cloud_condensate_vertical_diffusion_tracer -INFO: filtering out variable integrated_x_momentum_flux_from_blocking_drag -INFO: filtering out variable integrated_x_momentum_flux_from_form_drag -INFO: filtering out variable integrated_x_momentum_flux_from_large_scale_gwd -INFO: filtering out variable integrated_x_momentum_flux_from_small_scale_gwd -INFO: filtering out variable integrated_y_momentum_flux_from_blocking_drag -INFO: filtering out variable integrated_y_momentum_flux_from_form_drag -INFO: filtering out variable integrated_y_momentum_flux_from_large_scale_gwd -INFO: filtering out variable integrated_y_momentum_flux_from_small_scale_gwd -INFO: filtering out variable k_level_of_highest_reaching_plume -INFO: filtering out variable kinematic_buoyancy_flux_from_shoc -INFO: filtering out variable kinematic_surface_latent_heat_flux -INFO: filtering out variable lake_water_storage -INFO: filtering out variable latitude_index_in_debug_printouts -INFO: filtering out variable layer_bottom_depth_from_snow_surface -INFO: filtering out variable leaf_area_index -INFO: filtering out variable leaf_mass -INFO: filtering out variable limit_for_temperature_tendency_for_microphysics -INFO: filtering out variable liquid_water_density -INFO: filtering out variable local_graupel_mixing_ratio -INFO: filtering out variable local_graupel_number_concentration -INFO: filtering out variable local_rain_number_concentration -INFO: filtering out variable local_rain_water_mixing_ratio -INFO: filtering out variable local_snow_number_concentration -INFO: filtering out variable local_snow_water_mixing_ratio -INFO: filtering out variable mass_weighted_rime_factor_updated_by_physics -INFO: filtering out variable maximum_column_heating_rate -INFO: filtering out variable maximum_mass_flux -INFO: filtering out variable maximum_updraft_velocity_at_cloud_base -INFO: filtering out variable mean_nir_albedo_with_weak_cosz_dependency -INFO: filtering out variable mean_vis_albedo_with_weak_cosz_dependency -INFO: filtering out variable mg_allow_supersat_after_sed -INFO: filtering out variable mg_autoconversion_size_threshold_ice_snow -INFO: filtering out variable mg_bergeron_efficiency_factor -INFO: filtering out variable mg_cloud_water_variance -INFO: filtering out variable mg_drop_concentration_constant -INFO: filtering out variable mg_flag_drop_concentration_constant -INFO: filtering out variable mg_flag_for_cloud_ice_processes -INFO: filtering out variable mg_flag_for_gmao_ice_formulation -INFO: filtering out variable mg_flag_for_graupel -INFO: filtering out variable mg_flag_for_hail -INFO: filtering out variable mg_flag_for_heterogeneous_freezing -INFO: filtering out variable mg_flag_for_liu_liquid_treatment -INFO: filtering out variable mg_flag_for_sb2001_autoconversion -INFO: filtering out variable mg_flag_for_uniform_subcolumns -INFO: filtering out variable mg_flag_graupel_concentration_constant -INFO: filtering out variable mg_flag_ice_concentration_constant -INFO: filtering out variable mg_graupel_concentration_constant -INFO: filtering out variable mg_ice_concentration_constant -INFO: filtering out variable mg_minimum_cloud_condensed_water_and_ice_mixing_ratio -INFO: filtering out variable mg_minimum_rh_for_ice -INFO: filtering out variable mg_time_scale_for_autoconversion_of_ice -INFO: filtering out variable mg_tuning_factor_for_alphas -INFO: filtering out variable mg_type_of_precip_fraction_method -INFO: filtering out variable minimum_value_of_specific_humidity -INFO: filtering out variable mix_total_water_flag -INFO: filtering out variable mixing_length -INFO: filtering out variable mixing_length_flag -INFO: filtering out variable moisture_from_previous_timestep -INFO: filtering out variable moisture_tendency_due_to_dynamics -INFO: filtering out variable momentum_exchange_coefficient_for_MYJ_schemes -INFO: filtering out variable mpi_comm -INFO: filtering out variable natural_log_of_h2o_forcing_data_pressure_levels -INFO: filtering out variable nondimensional_snow_age -INFO: filtering out variable normalized_soil_wetness_for_land_surface_model -INFO: filtering out variable number_of_cloud_types_CS -INFO: filtering out variable number_of_coefficients_in_h2o_forcing_data -INFO: filtering out variable number_of_frozen_precipitation_species -INFO: filtering out variable number_of_plumes -INFO: filtering out variable number_of_snow_layers -INFO: filtering out variable number_of_spectral_wave_trancation_for_sas -INFO: filtering out variable number_of_tracers_for_CS -INFO: filtering out variable number_of_tracers_plus_one -INFO: filtering out variable ozone_mixing_ratio -INFO: filtering out variable potential_temperature_at_2m -INFO: filtering out variable potential_temperature_at_viscous_sublayer_top -INFO: filtering out variable prandtl_number -INFO: filtering out variable q_prime_squared -INFO: filtering out variable rain_number_concentration_updated_by_physics -INFO: filtering out variable reciprocal_of_obukhov_length -INFO: filtering out variable shoc_flag_for_optional_surface_TKE_dissipation -INFO: filtering out variable shoc_implicit_TKE_integration_uncentering_term -INFO: filtering out variable shoc_tke_dissipatation_pressure_threshold -INFO: filtering out variable shoc_tke_dissipation_tunable_parameter -INFO: filtering out variable shoc_tke_dissipation_tunable_parameter_near_surface -INFO: filtering out variable slow_soil_pool_mass_content_of_carbon -INFO: filtering out variable snow_albedo_at_previous_time_step -INFO: filtering out variable snow_layer_ice -INFO: filtering out variable snow_layer_liquid_water -INFO: filtering out variable snow_mass_at_previous_time_step -INFO: filtering out variable snow_number_concentration_updated_by_physics -INFO: filtering out variable snow_precipitation_rate_at_surface -INFO: filtering out variable snow_temperature -INFO: filtering out variable snow_temperature_bottom_first_layer -INFO: filtering out variable soil_temperature_for_land_surface_model -INFO: filtering out variable soil_vertical_dimension_for_land_surface_model -INFO: filtering out variable soil_water_content_between_soil_bottom_and_water_table -INFO: filtering out variable specific_humidity_at_viscous_sublayer_top -INFO: filtering out variable stability_function_for_heat -INFO: filtering out variable stem_area_index -INFO: filtering out variable stem_mass -INFO: filtering out variable subgrid_cloud_fraction_pbl -INFO: filtering out variable subgrid_cloud_mixing_ratio_pbl -INFO: filtering out variable subgrid_scale_cloud_fraction_from_shoc -INFO: filtering out variable surface_condensation_mass -INFO: filtering out variable surface_drag_coefficient_for_heat_and_moisture_for_noahmp -INFO: filtering out variable surface_drag_coefficient_for_momentum_for_noahmp -INFO: filtering out variable surface_exchange_coefficient_for_heat -INFO: filtering out variable surface_exchange_coefficient_for_heat_at_2m -INFO: filtering out variable surface_exchange_coefficient_for_moisture -INFO: filtering out variable surface_exchange_coefficient_for_moisture_at_2m -INFO: filtering out variable surface_friction_velocity_drag -INFO: filtering out variable surface_latent_heat -INFO: filtering out variable surface_layer_evaporation_switch -INFO: filtering out variable surface_specific_humidity_for_MYJ_schemes -INFO: filtering out variable surface_stability_parameter -INFO: filtering out variable t_prime_q_prime -INFO: filtering out variable t_prime_squared -INFO: filtering out variable temperature_from_previous_timestep -INFO: filtering out variable temperature_tendency_due_to_dynamics -INFO: filtering out variable tendency_of_cloud_droplet_number_concentration_due_to_model_physics -INFO: filtering out variable tendency_of_ice_cloud_water_mixing_ratio_due_to_model_physics -INFO: filtering out variable tendency_of_ice_friendly_aerosol_number_concentration_due_to_model_physics -INFO: filtering out variable tendency_of_ice_friendly_aerosols_at_surface -INFO: filtering out variable tendency_of_ice_number_concentration_due_to_model_physics -INFO: filtering out variable tendency_of_liquid_cloud_water_mixing_ratio_due_to_model_physics -INFO: filtering out variable tendency_of_ozone_mixing_ratio_due_to_model_physics -INFO: filtering out variable tendency_of_water_friendly_aerosol_number_concentration_due_to_model_physics -INFO: filtering out variable tendency_of_water_friendly_aerosols_at_surface -INFO: filtering out variable tendency_of_water_vapor_specific_humidity_due_to_model_physics -INFO: filtering out variable tendency_of_x_wind_due_to_convective_gravity_wave_drag -INFO: filtering out variable tendency_of_y_wind_due_to_convective_gravity_wave_drag -INFO: filtering out variable theta_star -INFO: filtering out variable tke_advect -INFO: filtering out variable tke_at_mass_points -INFO: filtering out variable tke_budget -INFO: filtering out variable tke_dissipative_heating_factor -INFO: filtering out variable total_accumulated_snowfall -INFO: filtering out variable triple_point_temperature_of_water -INFO: filtering out variable turbulent_kinetic_energy_convective_transport_tracer -INFO: filtering out variable u_wind_component_at_viscous_sublayer_top -INFO: filtering out variable updraft_fraction_in_boundary_layer_mass_flux_scheme -INFO: filtering out variable updraft_velocity_tunable_parameter_1_CS -INFO: filtering out variable updraft_velocity_tunable_parameter_2_CS -INFO: filtering out variable v_wind_component_at_viscous_sublayer_top -INFO: filtering out variable vegetation_temperature -INFO: filtering out variable vertical_dimension_of_h2o_forcing_data -INFO: filtering out variable volume_fraction_of_frozen_soil_moisture_for_land_surface_model -INFO: filtering out variable volume_fraction_of_soil_moisture_for_land_surface_model -INFO: filtering out variable volume_fraction_of_unfrozen_soil_moisture_for_land_surface_model -INFO: filtering out variable water_friendly_aerosol_number_concentration -INFO: filtering out variable water_friendly_aerosol_number_concentration_updated_by_physics -INFO: filtering out variable water_storage_in_aquifer -INFO: filtering out variable water_storage_in_aquifer_and_saturated_soil -INFO: filtering out variable water_table_depth -INFO: filtering out variable water_table_recharge_when_deep -INFO: filtering out variable water_table_recharge_when_shallow -INFO: filtering out variable water_vapor_mixing_ratio_at_surface -INFO: filtering out variable weight_for_momentum_at_viscous_sublayer_top -INFO: filtering out variable weight_for_potental_temperature_at_viscous_sublayer_top -INFO: filtering out variable weight_for_specific_humidity_at_viscous_sublayer_top -INFO: filtering out variable wood_mass -INFO: filtering out variable x_momentum_tendency_from_blocking_drag -INFO: filtering out variable x_momentum_tendency_from_form_drag -INFO: filtering out variable x_momentum_tendency_from_large_scale_gwd -INFO: filtering out variable x_momentum_tendency_from_small_scale_gwd -INFO: filtering out variable y_momentum_tendency_from_blocking_drag -INFO: filtering out variable y_momentum_tendency_from_form_drag -INFO: filtering out variable y_momentum_tendency_from_large_scale_gwd -INFO: filtering out variable y_momentum_tendency_from_small_scale_gwd -INFO: Checking optional arguments in physics schemes ... -INFO: Metadata table for model FV3 written to tests/build_fv3_18/FV3/ccpp/framework/doc/DevelopersGuide/CCPP_VARIABLES_FV3.tex -INFO: Comparing metadata for requested and provided variables ... -INFO: Automatic unit conversion from m to um for effective_radius_of_stratiform_cloud_ice_particle_in_um before entering MODULE_mp_thompson SCHEME_mp_thompson SUBROUTINE_mp_thompson_run -INFO: Automatic unit conversion from m to um for effective_radius_of_stratiform_cloud_liquid_water_particle_in_um before entering MODULE_mp_thompson SCHEME_mp_thompson SUBROUTINE_mp_thompson_run -INFO: Automatic unit conversion from m to um for effective_radius_of_stratiform_cloud_snow_particle_in_um before entering MODULE_mp_thompson SCHEME_mp_thompson SUBROUTINE_mp_thompson_run -INFO: Generating schemes makefile/cmakefile snippet ... -INFO: Added 168 schemes to tests/build_fv3_18/FV3/ccpp/physics/CCPP_SCHEMES.mk, tests/build_fv3_18/FV3/ccpp/physics/CCPP_SCHEMES.cmake, tests/build_fv3_18/FV3/ccpp/physics/CCPP_SCHEMES.sh -INFO: Generating suite and group caps ... -INFO: Generating static API ccpp_static_api.F90 in tests/build_fv3_18/FV3/ccpp/physics ... -INFO: Generating caps makefile/cmakefile snippet ... -INFO: Added 11 auto-generated caps to tests/build_fv3_18/FV3/ccpp/physics/CCPP_CAPS.mk and tests/build_fv3_18/FV3/ccpp/physics/CCPP_CAPS.cmake -INFO: CCPP prebuild step completed successfully. -+ source build_fv3_18/FV3/ccpp/physics/CCPP_SCHEMES.sh -++ export 'CCPP_SCHEMES=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/aer_cloud.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/aerclm_def.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/aerinterp.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/calpreciptype.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cldwat2m_micro.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cldmacro.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/date_def.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/funcphys.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gcycle.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/h2o_def.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/h2ointerp.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/iccn_def.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/iccninterp.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/iounitdef.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/machine.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mersenne_twister.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfpbl.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg_utils.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg2_0.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg3_0.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/multi_gases.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_model.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_parameters.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_radar.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_thompson.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MP_FER_HIRES.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_bl_mynn.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_mynn.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_orowam2017.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/namelist_soilveg.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfpblt.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfpbltq.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfscu.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfscuq.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/noahmp_tables.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/num_parthds.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozne_def.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozinterp.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/physcons.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/physparam.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radcons.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_aerosols.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_astronomy.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_clouds.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_gases.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_surface.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radlw_datatb.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radlw_param.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radsw_datatb.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radsw_param.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/samfaerosols.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfcsub.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sflx.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/set_soilveg.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/surface_perturbation.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_deep.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_sh.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/tridi.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/wv_saturation.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_soil_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rayleigh_damp.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radsw_main.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_ocean.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gwdc.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gscond.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ysuvdif.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_sice.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/samfdeepcnv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/satmedmfvdif.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozphys_2015.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/samfshalcnv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/precpd.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_fer_hires.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diag.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radlw_main.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_debug.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/satmedmfvdifq.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cs_conv.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/shinhongvdif.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/h2ophys.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_nst.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/moninedmf.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diff.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diag_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/m_micro.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gcm_shoc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gwdps.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/shalcnv.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/get_prs_fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozphys.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_stochastics.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/drag_suite.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_cice.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sascnvn.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cnvc90.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_drv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/dcyc2.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/moninshoc.f' -++ CCPP_SCHEMES='/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/aer_cloud.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/aerclm_def.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/aerinterp.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/calpreciptype.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cldwat2m_micro.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cldmacro.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/date_def.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/funcphys.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gcycle.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/h2o_def.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/h2ointerp.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/iccn_def.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/iccninterp.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/iounitdef.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/machine.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mersenne_twister.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfpbl.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg_utils.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg2_0.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg3_0.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/multi_gases.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_model.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_parameters.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_radar.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_thompson.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MP_FER_HIRES.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_bl_mynn.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_mynn.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_orowam2017.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/namelist_soilveg.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfpblt.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfpbltq.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfscu.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfscuq.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/noahmp_tables.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/num_parthds.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozne_def.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozinterp.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/physcons.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/physparam.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radcons.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_aerosols.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_astronomy.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_clouds.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_gases.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_surface.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radlw_datatb.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radlw_param.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radsw_datatb.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radsw_param.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/samfaerosols.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfcsub.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sflx.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/set_soilveg.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/surface_perturbation.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_deep.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_sh.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/tridi.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/wv_saturation.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_soil_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rayleigh_damp.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radsw_main.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_ocean.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gwdc.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gscond.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ysuvdif.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_sice.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/samfdeepcnv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/satmedmfvdif.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozphys_2015.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/samfshalcnv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/precpd.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_fer_hires.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diag.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radlw_main.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_debug.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/satmedmfvdifq.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cs_conv.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/shinhongvdif.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/h2ophys.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_nst.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/moninedmf.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diff.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diag_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/m_micro.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gcm_shoc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gwdps.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/shalcnv.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/get_prs_fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozphys.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_stochastics.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/drag_suite.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_cice.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sascnvn.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cnvc90.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_drv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/dcyc2.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/moninshoc.f' -+ source build_fv3_18/FV3/ccpp/physics/CCPP_CAPS.sh -++ export 'CCPP_CAPS=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_18/FV3/ccpp/physics/ccpp_FV3_GFS_2017_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_18/FV3/ccpp/physics/ccpp_FV3_GFS_2017_time_vary_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_18/FV3/ccpp/physics/ccpp_FV3_GFS_2017_radiation_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_18/FV3/ccpp/physics/ccpp_FV3_GFS_2017_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_18/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stochastics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_18/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stretched_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_18/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stretched_fast_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_18/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stretched_time_vary_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_18/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stretched_radiation_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_18/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stretched_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_18/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stretched_stochastics_cap.F90' -++ CCPP_CAPS='/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_18/FV3/ccpp/physics/ccpp_FV3_GFS_2017_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_18/FV3/ccpp/physics/ccpp_FV3_GFS_2017_time_vary_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_18/FV3/ccpp/physics/ccpp_FV3_GFS_2017_radiation_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_18/FV3/ccpp/physics/ccpp_FV3_GFS_2017_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_18/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stochastics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_18/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stretched_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_18/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stretched_fast_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_18/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stretched_time_vary_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_18/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stretched_radiation_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_18/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stretched_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_18/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stretched_stochastics_cap.F90' -+ source build_fv3_18/FV3/ccpp/physics/CCPP_STATIC_API.sh -++ export CCPP_STATIC_API=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_18/FV3/ccpp/physics/ccpp_static_api.F90 -++ CCPP_STATIC_API=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_18/FV3/ccpp/physics/ccpp_static_api.F90 -+ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y DEBUG=Y == *\N\A\M\_\p\h\y\s\=\Y* ]] -+ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y DEBUG=Y == *\W\W\3\=\Y* ]] -++ trim ' -DDEBUG=Y -D32BIT=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DDYN32=ON -DSTATIC=ON -DMULTI_GASES=OFF' -++ local 'var= -DDEBUG=Y -D32BIT=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DDYN32=ON -DSTATIC=ON -DMULTI_GASES=OFF' -++ var='-DDEBUG=Y -D32BIT=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DDYN32=ON -DSTATIC=ON -DMULTI_GASES=OFF' -++ var='-DDEBUG=Y -D32BIT=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DDYN32=ON -DSTATIC=ON -DMULTI_GASES=OFF' -++ echo -n '-DDEBUG=Y -D32BIT=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DDYN32=ON -DSTATIC=ON -DMULTI_GASES=OFF' -+ CCPP_CMAKE_FLAGS='-DDEBUG=Y -D32BIT=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DDYN32=ON -DSTATIC=ON -DMULTI_GASES=OFF' -+ source /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc -++ __ms_function_name=setup__test_function__154260 -++ eval 'setup__test_function__154260() { /bin/true ; }' -+++ eval '__text="text" ; if [[ $__text =~ ^(t).* ]] ; then printf "%s" ${.sh.match[1]} ; fi' -+++ cat -++ __ms_ksh_test= -+++ eval 'if ( set | grep setup__test_function__154260 | grep -v name > /dev/null 2>&1 ) ; then echo t ; fi ' -+++ cat -++ __ms_bash_test=t -++ [[ ! -z '' ]] -++ [[ ! -z t ]] -++ __ms_shell=bash -++ [[ -d /lfs3 ]] -++ [[ -d /scratch1 ]] -++ [[ -d /gpfs/hps ]] -++ [[ -e /etc/SuSE-release ]] -++ [[ -d /dcom ]] -++ [[ -L /usrx ]] -+++ readlink /usrx -++ [[ /gpfs/dell1/usrx =~ dell ]] -++ eval module help -++ module purge -+++ /usrx/local/prod/lmod/lmod/libexec/lmod bash purge -++ eval unset 'ADVISOR_2018_DIR;' unset 'BACIO_LIB4;' unset 'BACIO_LIB8;' unset 'BACIO_SRC;' unset 'BACIO_VER;' unset 'BINARY_TYPE_HPC;' unset '__LMOD_REF_COUNT_CLASSPATH;' unset 'CLASSPATH;' unset 'CLCK_ROOT;' unset 'CMAKE_CXX_COMPILER;' unset 'CMAKE_C_COMPILER;' unset 'CMAKE_Fortran_COMPILER;' unset 'CMAKE_Platform;' unset 'COMP;' unset '__LMOD_REF_COUNT_CPATH;' unset 'CPATH;' unset '__LMOD_REF_COUNT_CPLUS_INCLUDE_PATH;' unset 'CPLUS_INCLUDE_PATH;' unset 'CRTM_FIX;' unset 'CRTM_INC;' unset 'CRTM_LIB;' unset 'CRTM_SRC;' unset 'CRTM_VER;' unset 'DAALROOT;' unset 'ECF_HOSTFILE;' unset 'ECF_PORT;' unset 'ECF_ROOT;' unset 'ESMFMKFILE;' unset 'G2TMPL_INC;' unset 'G2TMPL_LIB;' unset 'G2TMPL_SRC;' unset 'G2TMPL_VER;' unset 'G2_INC4;' unset 'G2_INCd;' unset 'G2_LIB4;' unset 'G2_LIBd;' unset 'G2_SRC;' unset 'G2_VER;' unset 'GDBSERVER_MIC;' unset 'GDB_CROSS;' unset 'HDF5;' unset 'HDF5_CFLAGS;' unset 'HDF5_CXXFLAGS;' unset 'HDF5_FFLAGS;' unset 'HDF5_INCLUDE;' unset 'HDF5_LDFLAGS;' unset 'HDF5_LDFLAGS_C;' unset 'HDF5_LDFLAGS_CXX;' unset 'HDF5_LDFLAGS_F;' unset '__LMOD_REF_COUNT_INFOPATH;' unset 'INFOPATH;' unset 'INSPECTOR_2018_DIR;' unset 'INTEL_LICENSE_FILE;' unset 'INTEL_PYTHONHOME;' unset 'IPPROOT;' unset 'IP_INC4;' unset 'IP_INC8;' unset 'IP_INCd;' unset 'IP_LIB4;' unset 'IP_LIB8;' unset 'IP_LIBd;' unset 'IP_SRC;' unset 'IP_VER;' unset 'I_MPI_CC;' unset 'I_MPI_CXX;' unset 'I_MPI_EXTRA_FILESYSTEM;' unset 'I_MPI_EXTRA_FILESYSTEM_LIST;' unset 'I_MPI_F77;' unset 'I_MPI_F90;' unset 'I_MPI_FC;' unset 'I_MPI_HYDRA_BOOTSTRAP;' unset 'I_MPI_HYDRA_IFACE;' unset 'I_MPI_LSF_USE_COLLECTIVE_LAUNCH;' unset 'I_MPI_ROOT;' unset 'JASPER_INC;' unset 'JASPER_LIB;' unset 'JASPER_LIBDIR;' unset 'JASPER_SRC;' unset 'JASPER_VER;' unset 'KMP_AFFINITY;' unset '__LMOD_REF_COUNT_LD_LIBRARY_PATH;' unset 'LD_LIBRARY_PATH;' unset '__LMOD_REF_COUNT_LIBRARY_PATH;' unset 'LIBRARY_PATH;' unset 'LIB_NAME;' unset 'LMOD_FAMILY_COMPILER;' unset 'LMOD_FAMILY_COMPILER_VERSION;' unset 'LMOD_FAMILY_CONMPILER;' unset 'LMOD_FAMILY_CONMPILER_VERSION;' unset 'LMOD_FAMILY_MPI;' unset 'LMOD_FAMILY_MPI_VERSION;' unset '__LMOD_REF_COUNT_LOADEDMODULES;' unset 'LOADEDMODULES;' unset 'LSF_BINDIR;' unset 'LSF_ENVDIR;' unset 'LSF_LIBDIR;' unset 'LSF_SERVERDIR;' '__LMOD_REF_COUNT_MANPATH="/usrx/local/prod/lmod/lmod/share/man:1";' export '__LMOD_REF_COUNT_MANPATH;' 'MANPATH="/usrx/local/prod/lmod/lmod/share/man::";' export 'MANPATH;' unset 'MKLROOT;' 'MODULEPATH="/usrx/local/dev/emc_rocoto/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod";' export 'MODULEPATH;' unset 'MPM_LAUNCHER;' unset 'NEMSIO_INC;' unset 'NEMSIO_LIB;' unset 'NEMSIO_SRC;' unset 'NEMSIO_VER;' unset 'NETCDF;' unset 'NETCDF_CFLAGS;' unset 'NETCDF_CXX4FLAGS;' unset 'NETCDF_CXXFLAGS;' unset 'NETCDF_FFLAGS;' unset 'NETCDF_INC;' unset 'NETCDF_INCLUDE;' unset 'NETCDF_LDFLAGS;' unset 'NETCDF_LDFLAGS_C;' unset 'NETCDF_LDFLAGS_CXX;' unset 'NETCDF_LDFLAGS_CXX4;' unset 'NETCDF_LDFLAGS_F;' unset 'NETCDF_LIB;' unset 'NETCDF_ROOT;' unset '__LMOD_REF_COUNT_NLSPATH;' unset 'NLSPATH;' '__LMOD_REF_COUNT_PATH="/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/usr/lpp/mmfs/bin:1;/opt/ibutils/bin:1;/opt/dell/srvadmin/bin:1;/u/Dusan.Jovic/bin:2;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/dbrowse:1;/u/Dusan.Jovic/.local/bin:1";' export '__LMOD_REF_COUNT_PATH;' 'PATH="/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/usr/lpp/mmfs/bin:/opt/ibutils/bin:/opt/dell/srvadmin/bin:/u/Dusan.Jovic/bin:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/dbrowse:/u/Dusan.Jovic/.local/bin";' export 'PATH;' unset 'PKG_CONFIG_PATH;' unset 'PNG_INC;' unset 'PNG_LIB;' unset 'PNG_LIB12;' unset 'PNG_LIBDIR;' unset 'PNG_LIBso;' unset 'PNG_SRC;' unset 'PNG_VER;' unset 'POST_INC;' unset 'POST_LIB;' unset 'POST_SRC;' unset 'POST_VER;' unset 'PSTLROOT;' unset 'PYTHONPATH;' unset '__LMOD_REF_COUNT_QT_PLUGIN_PATH;' unset 'QT_PLUGIN_PATH;' unset 'SP_LIB4;' unset 'SP_LIB8;' unset 'SP_LIBd;' unset 'SP_SRC;' unset 'SP_VER;' unset 'TBBROOT;' unset 'VT_ADD_LIBS;' unset 'VT_ARCH;' unset 'VT_LIB_DIR;' unset 'VT_MPI;' unset 'VT_ROOT;' unset 'VT_SLIB_DIR;' unset 'W3EMC_INC4;' unset 'W3EMC_INC8;' unset 'W3EMC_INCd;' unset 'W3EMC_LIB4;' unset 'W3EMC_LIB8;' unset 'W3EMC_LIBd;' unset 'W3EMC_SRC;' unset 'W3EMC_VER;' unset 'W3NCO_INC4;' unset 'W3NCO_INC8;' unset 'W3NCO_INCd;' unset 'W3NCO_LIB4;' unset 'W3NCO_LIB8;' unset 'W3NCO_LIBd;' unset 'W3NCO_SRC;' unset 'W3NCO_VER;' unset 'XLSF_UIDDIR;' unset 'Z_INC;' unset 'Z_LIB;' unset 'Z_SRC;' unset 'Z_VER;' unset '__LMOD_REF_COUNT__LMFILES_;' unset '_LMFILES_;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii91c3J4L2xvY2FsL2Rldi9lbWNfcm9jb3RvL21vZHVsZWZpbGVzIiwiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvRHVzYW4uSm92aWMvdWZzL3ByMTgvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvd2Nvc3NfZGVsbF9wMyIsIi91c3J4L2xvY2FsL2Rldi9tb2R1bGVmaWxlcyIsIi91c3J4L2xvY2FsL3Byb2QvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQiLCIvdXNyeC9sb2NhbC9w";' export '_ModuleTable001_;' '_ModuleTable002_="cm9kL21vZHVsZWZpbGVzL2RlZnMiLCIvZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb3JlX3Byb2QiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQ6L3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9kZWZzOi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsfQ==";' export '_ModuleTable002_;' '_ModuleTable_Sz_="2";' export '_ModuleTable_Sz_;' unset '_ModuleTable004_;' unset '_ModuleTable005_;' unset '_ModuleTable006_;' unset '_ModuleTable007_;' unset '_ModuleTable008_;' unset '_ModuleTable009_;' unset '_ModuleTable010_;' unset '_ModuleTable011_;' unset '_ModuleTable012_;' unset '_ModuleTable013_;' unset '_ModuleTable014_;' unset '_ModuleTable015_;' unset '_ModuleTable016_;' -+++ unset ADVISOR_2018_DIR -+++ unset BACIO_LIB4 -+++ unset BACIO_LIB8 -+++ unset BACIO_SRC -+++ unset BACIO_VER -+++ unset BINARY_TYPE_HPC -+++ unset __LMOD_REF_COUNT_CLASSPATH -+++ unset CLASSPATH -+++ unset CLCK_ROOT -+++ unset CMAKE_CXX_COMPILER -+++ unset CMAKE_C_COMPILER -+++ unset CMAKE_Fortran_COMPILER -+++ unset CMAKE_Platform -+++ unset COMP -+++ unset __LMOD_REF_COUNT_CPATH -+++ unset CPATH -+++ unset __LMOD_REF_COUNT_CPLUS_INCLUDE_PATH -+++ unset CPLUS_INCLUDE_PATH -+++ unset CRTM_FIX -+++ unset CRTM_INC -+++ unset CRTM_LIB -+++ unset CRTM_SRC -+++ unset CRTM_VER -+++ unset DAALROOT -+++ unset ECF_HOSTFILE -+++ unset ECF_PORT -+++ unset ECF_ROOT -+++ unset ESMFMKFILE -+++ unset G2TMPL_INC -+++ unset G2TMPL_LIB -+++ unset G2TMPL_SRC -+++ unset G2TMPL_VER -+++ unset G2_INC4 -+++ unset G2_INCd -+++ unset G2_LIB4 -+++ unset G2_LIBd -+++ unset G2_SRC -+++ unset G2_VER -+++ unset GDBSERVER_MIC -+++ unset GDB_CROSS -+++ unset HDF5 -+++ unset HDF5_CFLAGS -+++ unset HDF5_CXXFLAGS -+++ unset HDF5_FFLAGS -+++ unset HDF5_INCLUDE -+++ unset HDF5_LDFLAGS -+++ unset HDF5_LDFLAGS_C -+++ unset HDF5_LDFLAGS_CXX -+++ unset HDF5_LDFLAGS_F -+++ unset __LMOD_REF_COUNT_INFOPATH -+++ unset INFOPATH -+++ unset INSPECTOR_2018_DIR -+++ unset INTEL_LICENSE_FILE -+++ unset INTEL_PYTHONHOME -+++ unset IPPROOT -+++ unset IP_INC4 -+++ unset IP_INC8 -+++ unset IP_INCd -+++ unset IP_LIB4 -+++ unset IP_LIB8 -+++ unset IP_LIBd -+++ unset IP_SRC -+++ unset IP_VER -+++ unset I_MPI_CC -+++ unset I_MPI_CXX -+++ unset I_MPI_EXTRA_FILESYSTEM -+++ unset I_MPI_EXTRA_FILESYSTEM_LIST -+++ unset I_MPI_F77 -+++ unset I_MPI_F90 -+++ unset I_MPI_FC -+++ unset I_MPI_HYDRA_BOOTSTRAP -+++ unset I_MPI_HYDRA_IFACE -+++ unset I_MPI_LSF_USE_COLLECTIVE_LAUNCH -+++ unset I_MPI_ROOT -+++ unset JASPER_INC -+++ unset JASPER_LIB -+++ unset JASPER_LIBDIR -+++ unset JASPER_SRC -+++ unset JASPER_VER -+++ unset KMP_AFFINITY -+++ unset __LMOD_REF_COUNT_LD_LIBRARY_PATH -+++ unset LD_LIBRARY_PATH -+++ unset __LMOD_REF_COUNT_LIBRARY_PATH -+++ unset LIBRARY_PATH -+++ unset LIB_NAME -+++ unset LMOD_FAMILY_COMPILER -+++ unset LMOD_FAMILY_COMPILER_VERSION -+++ unset LMOD_FAMILY_CONMPILER -+++ unset LMOD_FAMILY_CONMPILER_VERSION -+++ unset LMOD_FAMILY_MPI -+++ unset LMOD_FAMILY_MPI_VERSION -+++ unset __LMOD_REF_COUNT_LOADEDMODULES -+++ unset LOADEDMODULES -+++ unset LSF_BINDIR -+++ unset LSF_ENVDIR -+++ unset LSF_LIBDIR -+++ unset LSF_SERVERDIR -+++ __LMOD_REF_COUNT_MANPATH=/usrx/local/prod/lmod/lmod/share/man:1 -+++ export __LMOD_REF_COUNT_MANPATH -+++ MANPATH=/usrx/local/prod/lmod/lmod/share/man:: -+++ export MANPATH -+++ unset MKLROOT -+++ MODULEPATH=/usrx/local/dev/emc_rocoto/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod -+++ export MODULEPATH -+++ unset MPM_LAUNCHER -+++ unset NEMSIO_INC -+++ unset NEMSIO_LIB -+++ unset NEMSIO_SRC -+++ unset NEMSIO_VER -+++ unset NETCDF -+++ unset NETCDF_CFLAGS -+++ unset NETCDF_CXX4FLAGS -+++ unset NETCDF_CXXFLAGS -+++ unset NETCDF_FFLAGS -+++ unset NETCDF_INC -+++ unset NETCDF_INCLUDE -+++ unset NETCDF_LDFLAGS -+++ unset NETCDF_LDFLAGS_C -+++ unset NETCDF_LDFLAGS_CXX -+++ unset NETCDF_LDFLAGS_CXX4 -+++ unset NETCDF_LDFLAGS_F -+++ unset NETCDF_LIB -+++ unset NETCDF_ROOT -+++ unset __LMOD_REF_COUNT_NLSPATH -+++ unset NLSPATH -+++ __LMOD_REF_COUNT_PATH='/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/usr/lpp/mmfs/bin:1;/opt/ibutils/bin:1;/opt/dell/srvadmin/bin:1;/u/Dusan.Jovic/bin:2;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/dbrowse:1;/u/Dusan.Jovic/.local/bin:1' -+++ export __LMOD_REF_COUNT_PATH -+++ PATH=/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/usr/lpp/mmfs/bin:/opt/ibutils/bin:/opt/dell/srvadmin/bin:/u/Dusan.Jovic/bin:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/dbrowse:/u/Dusan.Jovic/.local/bin -+++ export PATH -+++ unset PKG_CONFIG_PATH -+++ unset PNG_INC -+++ unset PNG_LIB -+++ unset PNG_LIB12 -+++ unset PNG_LIBDIR -+++ unset PNG_LIBso -+++ unset PNG_SRC -+++ unset PNG_VER -+++ unset POST_INC -+++ unset POST_LIB -+++ unset POST_SRC -+++ unset POST_VER -+++ unset PSTLROOT -+++ unset PYTHONPATH -+++ unset __LMOD_REF_COUNT_QT_PLUGIN_PATH -+++ unset QT_PLUGIN_PATH -+++ unset SP_LIB4 -+++ unset SP_LIB8 -+++ unset SP_LIBd -+++ unset SP_SRC -+++ unset SP_VER -+++ unset TBBROOT -+++ unset VT_ADD_LIBS -+++ unset VT_ARCH -+++ unset VT_LIB_DIR -+++ unset VT_MPI -+++ unset VT_ROOT -+++ unset VT_SLIB_DIR -+++ unset W3EMC_INC4 -+++ unset W3EMC_INC8 -+++ unset W3EMC_INCd -+++ unset W3EMC_LIB4 -+++ unset W3EMC_LIB8 -+++ unset W3EMC_LIBd -+++ unset W3EMC_SRC -+++ unset W3EMC_VER -+++ unset W3NCO_INC4 -+++ unset W3NCO_INC8 -+++ unset W3NCO_INCd -+++ unset W3NCO_LIB4 -+++ unset W3NCO_LIB8 -+++ unset W3NCO_LIBd -+++ unset W3NCO_SRC -+++ unset W3NCO_VER -+++ unset XLSF_UIDDIR -+++ unset Z_INC -+++ unset Z_LIB -+++ unset Z_SRC -+++ unset Z_VER -+++ unset __LMOD_REF_COUNT__LMFILES_ -+++ unset _LMFILES_ -+++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii91c3J4L2xvY2FsL2Rldi9lbWNfcm9jb3RvL21vZHVsZWZpbGVzIiwiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvRHVzYW4uSm92aWMvdWZzL3ByMTgvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvd2Nvc3NfZGVsbF9wMyIsIi91c3J4L2xvY2FsL2Rldi9tb2R1bGVmaWxlcyIsIi91c3J4L2xvY2FsL3Byb2QvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQiLCIvdXNyeC9sb2NhbC9w -+++ export _ModuleTable001_ -+++ _ModuleTable002_=cm9kL21vZHVsZWZpbGVzL2RlZnMiLCIvZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb3JlX3Byb2QiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQ6L3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9kZWZzOi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsfQ== -+++ export _ModuleTable002_ -+++ _ModuleTable_Sz_=2 -+++ export _ModuleTable_Sz_ -+++ unset _ModuleTable004_ -+++ unset _ModuleTable005_ -+++ unset _ModuleTable006_ -+++ unset _ModuleTable007_ -+++ unset _ModuleTable008_ -+++ unset _ModuleTable009_ -+++ unset _ModuleTable010_ -+++ unset _ModuleTable011_ -+++ unset _ModuleTable012_ -+++ unset _ModuleTable013_ -+++ unset _ModuleTable014_ -+++ unset _ModuleTable015_ -+++ unset _ModuleTable016_ -+++ : -s sh -++ eval -++ unset __ms_shell -++ unset __ms_ksh_test -++ unset __ms_bash_test -++ unset setup__test_function__154260 -++ unset __ms_function_name -+ [[ wcoss_dell_p3 == macosx.* ]] -+ [[ wcoss_dell_p3 == linux.* ]] -+ module use /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3 -++ /usrx/local/prod/lmod/lmod/libexec/lmod bash use /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3 -+ eval 'MODULEPATH="/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/dev/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod";' export 'MODULEPATH;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcjE4L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL3djb3NzX2RlbGxfcDMiLCIvdXNyeC9sb2NhbC9kZXYvZW1jX3JvY290by9tb2R1bGVmaWxlcyIsIi91c3J4L2xvY2FsL2Rldi9tb2R1bGVmaWxlcyIsIi91c3J4L2xvY2FsL3Byb2QvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQiLCIvdXNyeC9sb2NhbC9w";' export '_ModuleTable001_;' '_ModuleTable002_="cm9kL21vZHVsZWZpbGVzL2RlZnMiLCIvZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb3JlX3Byb2QiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQ6L3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9kZWZzOi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsfQ==";' export '_ModuleTable002_;' '_ModuleTable_Sz_="2";' export '_ModuleTable_Sz_;' -++ MODULEPATH=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/dev/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod -++ export MODULEPATH -++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcjE4L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL3djb3NzX2RlbGxfcDMiLCIvdXNyeC9sb2NhbC9kZXYvZW1jX3JvY290by9tb2R1bGVmaWxlcyIsIi91c3J4L2xvY2FsL2Rldi9tb2R1bGVmaWxlcyIsIi91c3J4L2xvY2FsL3Byb2QvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQiLCIvdXNyeC9sb2NhbC9w -++ export _ModuleTable001_ -++ _ModuleTable002_=cm9kL21vZHVsZWZpbGVzL2RlZnMiLCIvZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb3JlX3Byb2QiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQ6L3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9kZWZzOi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsfQ== -++ export _ModuleTable002_ -++ _ModuleTable_Sz_=2 -++ export _ModuleTable_Sz_ -++ : -s sh -+ eval -+ module load fv3 -++ /usrx/local/prod/lmod/lmod/libexec/lmod bash load fv3 -+ eval 'ADVISOR_2018_DIR="/usrx/local/prod/intel/2018UP01/advisor_2018";' export 'ADVISOR_2018_DIR;' 'BACIO_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libbacio_v2.0.3_4.a";' export 'BACIO_LIB4;' 'BACIO_LIB8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libbacio_v2.0.3_8.a";' export 'BACIO_LIB8;' 'BACIO_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/bacio_v2.0.3";' export 'BACIO_SRC;' 'BACIO_VER="v2.0.3";' export 'BACIO_VER;' 'BINARY_TYPE_HPC="";' export 'BINARY_TYPE_HPC;' '__LMOD_REF_COUNT_CLASSPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64/mpi.jar:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/daal.jar:1";' export '__LMOD_REF_COUNT_CLASSPATH;' 'CLASSPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64/mpi.jar:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/daal.jar";' export 'CLASSPATH;' 'CLCK_ROOT="/usrx/local/prod/intel/2018UP01/clck_latest";' export 'CLCK_ROOT;' 'CMAKE_CXX_COMPILER="mpiicpc";' export 'CMAKE_CXX_COMPILER;' 'CMAKE_C_COMPILER="mpiicc";' export 'CMAKE_C_COMPILER;' 'CMAKE_Fortran_COMPILER="mpiifort";' export 'CMAKE_Fortran_COMPILER;' 'CMAKE_Platform="wcoss_dell_p3";' export 'CMAKE_Platform;' 'COMP="ips";' export 'COMP;' '__LMOD_REF_COUNT_CPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/pstl/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/include:1";' export '__LMOD_REF_COUNT_CPATH;' 'CPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/pstl/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/include";' export 'CPATH;' '__LMOD_REF_COUNT_CPLUS_INCLUDE_PATH="/usrx/local/prod/intel/2018UP01/clck_latest/include:1";' export '__LMOD_REF_COUNT_CPLUS_INCLUDE_PATH;' 'CPLUS_INCLUDE_PATH="/usrx/local/prod/intel/2018UP01/clck_latest/include";' export 'CPLUS_INCLUDE_PATH;' 'CRTM_FIX="/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/fix";' export 'CRTM_FIX;' 'CRTM_INC="/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/ips/18.0.1/include/crtm_v2.2.6";' export 'CRTM_INC;' 'CRTM_LIB="/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/ips/18.0.1/libcrtm_v2.2.6.a";' export 'CRTM_LIB;' 'CRTM_SRC="/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/src";' export 'CRTM_SRC;' 'CRTM_VER="v2.2.6";' export 'CRTM_VER;' 'DAALROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal";' export 'DAALROOT;' 'ESMFMKFILE="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/lib/esmf.mk";' export 'ESMFMKFILE;' 'G2TMPL_INC="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/g2tmpl_v1.6.0";' export 'G2TMPL_INC;' 'G2TMPL_LIB="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2tmpl_v1.6.0.a";' export 'G2TMPL_LIB;' 'G2TMPL_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/g2tmpl_v1.6.0/src";' export 'G2TMPL_SRC;' 'G2TMPL_VER="v1.6.0";' export 'G2TMPL_VER;' 'G2_INC4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/g2_v3.1.1_4";' export 'G2_INC4;' 'G2_INCd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/g2_v3.1.1_d";' export 'G2_INCd;' 'G2_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2_v3.1.1_4.a";' export 'G2_LIB4;' 'G2_LIBd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2_v3.1.1_d.a";' export 'G2_LIBd;' 'G2_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/g2_v3.1.1";' export 'G2_SRC;' 'G2_VER="v3.1.1";' export 'G2_VER;' 'GDBSERVER_MIC="/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/targets/intel64/x200/bin/gdbserver";' export 'GDBSERVER_MIC;' 'GDB_CROSS="/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/bin/gdb-ia";' export 'GDB_CROSS;' 'HDF5="/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1";' export 'HDF5;' 'HDF5_CFLAGS="-I/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/include";' export 'HDF5_CFLAGS;' 'HDF5_CXXFLAGS="-I/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/include";' export 'HDF5_CXXFLAGS;' 'HDF5_FFLAGS="-I/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/include";' export 'HDF5_FFLAGS;' 'HDF5_INCLUDE="-I/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/include";' export 'HDF5_INCLUDE;' 'HDF5_LDFLAGS="-L/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib' -lhdf5_hl -lhdf5hl_fortran -lhdf5 '-lhdf5_fortran";' export 'HDF5_LDFLAGS;' 'HDF5_LDFLAGS_C="-L/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib' -lhdf5_hl '-lhdf5";' export 'HDF5_LDFLAGS_C;' 'HDF5_LDFLAGS_CXX="-L/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib' -lhdf5_hl -hdf5_hl_cpp -lhdf5 '-lhdf5_cpp";' export 'HDF5_LDFLAGS_CXX;' 'HDF5_LDFLAGS_F="-L/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib' -lhdf5_hl -lhdf5hl_fortran -lhdf5 '-lhdf5_fortran";' export 'HDF5_LDFLAGS_F;' '__LMOD_REF_COUNT_INFOPATH="/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/info:1;info_gdb_igfx:1";' export '__LMOD_REF_COUNT_INFOPATH;' 'INFOPATH="/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/info:info_gdb_igfx";' export 'INFOPATH;' 'INSPECTOR_2018_DIR="/usrx/local/prod/intel/2018UP01/inspector_2018";' export 'INSPECTOR_2018_DIR;' 'INTEL_LICENSE_FILE="/usrx/local/prod/intel/licenses";' export 'INTEL_LICENSE_FILE;' 'INTEL_PYTHONHOME="/usrx/local/prod/intel/2018UP01/debugger_2018/python/intel64";' export 'INTEL_PYTHONHOME;' 'IPPROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp";' export 'IPPROOT;' 'IP_INC4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ip_v3.0.2_4";' export 'IP_INC4;' 'IP_INC8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ip_v3.0.2_8";' export 'IP_INC8;' 'IP_INCd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ip_v3.0.2_d";' export 'IP_INCd;' 'IP_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libip_v3.0.2_4.a";' export 'IP_LIB4;' 'IP_LIB8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libip_v3.0.2_8.a";' export 'IP_LIB8;' 'IP_LIBd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libip_v3.0.2_d.a";' export 'IP_LIBd;' 'IP_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/ip_v3.0.2";' export 'IP_SRC;' 'IP_VER="v3.0.2";' export 'IP_VER;' 'I_MPI_CC="icc";' export 'I_MPI_CC;' 'I_MPI_CXX="icpc";' export 'I_MPI_CXX;' 'I_MPI_EXTRA_FILESYSTEM="yes";' export 'I_MPI_EXTRA_FILESYSTEM;' 'I_MPI_EXTRA_FILESYSTEM_LIST="gpfs";' export 'I_MPI_EXTRA_FILESYSTEM_LIST;' 'I_MPI_F77="ifort";' export 'I_MPI_F77;' 'I_MPI_F90="ifort";' export 'I_MPI_F90;' 'I_MPI_FC="ifort";' export 'I_MPI_FC;' 'I_MPI_HYDRA_BOOTSTRAP="lsf";' export 'I_MPI_HYDRA_BOOTSTRAP;' 'I_MPI_HYDRA_IFACE="ib0";' export 'I_MPI_HYDRA_IFACE;' 'I_MPI_LSF_USE_COLLECTIVE_LAUNCH="1";' export 'I_MPI_LSF_USE_COLLECTIVE_LAUNCH;' 'I_MPI_ROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi";' export 'I_MPI_ROOT;' 'JASPER_INC="/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/include";' export 'JASPER_INC;' 'JASPER_LIB="/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib/libjasper.a";' export 'JASPER_LIB;' 'JASPER_LIBDIR="/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib";' export 'JASPER_LIBDIR;' 'JASPER_SRC="/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/src/jasper-1.900.29";' export 'JASPER_SRC;' 'JASPER_VER="1.900.29";' export 'JASPER_VER;' 'KMP_AFFINITY="scatter";' export 'KMP_AFFINITY;' unset 'LAUNCH;' '__LMOD_REF_COUNT_LD_LIBRARY_PATH="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/lib:1;/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib:1;/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib:1;/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib:1;/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:1;/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib:1;/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib:1;/usrx/local/prod/intel/2018UP01/itac_latest/slib:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:1;/usrx/local/prod/intel/2018UP01/debugger_2018/iga/lib:1;/usrx/local/prod/intel/2018UP01/debugger_2018/libipt/intel64/lib:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4:1";' export '__LMOD_REF_COUNT_LD_LIBRARY_PATH;' 'LD_LIBRARY_PATH="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/lib:/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib:/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib:/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib:/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib:/usrx/local/prod/intel/2018UP01/itac_latest/slib:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:/usrx/local/prod/intel/2018UP01/debugger_2018/iga/lib:/usrx/local/prod/intel/2018UP01/debugger_2018/libipt/intel64/lib:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4";' export 'LD_LIBRARY_PATH;' '__LMOD_REF_COUNT_LIBRARY_PATH="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:1;/usrx/local/prod/intel/2018UP01/clck_latest/lib/intel64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4:1";' export '__LMOD_REF_COUNT_LIBRARY_PATH;' 'LIBRARY_PATH="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:/usrx/local/prod/intel/2018UP01/clck_latest/lib/intel64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4";' export 'LIBRARY_PATH;' 'LIB_NAME="POST";' export 'LIB_NAME;' 'LMOD_FAMILY_COMPILER="ips";' export 'LMOD_FAMILY_COMPILER;' 'LMOD_FAMILY_COMPILER_VERSION="18.0.1.163";' export 'LMOD_FAMILY_COMPILER_VERSION;' 'LMOD_FAMILY_CONMPILER="HDF5-serial";' export 'LMOD_FAMILY_CONMPILER;' 'LMOD_FAMILY_CONMPILER_VERSION="1.10.1";' export 'LMOD_FAMILY_CONMPILER_VERSION;' 'LMOD_FAMILY_MPI="impi";' export 'LMOD_FAMILY_MPI;' 'LMOD_FAMILY_MPI_VERSION="18.0.1";' export 'LMOD_FAMILY_MPI_VERSION;' '__LMOD_REF_COUNT_LOADEDMODULES="ips/18.0.1.163:1;impi/18.0.1:1;NetCDF/4.5.0:1;HDF5-serial/1.10.1:1;lsf/10.1:1;bacio/2.0.3:1;ip/3.0.2:1;sp/2.0.3:1;w3nco/2.0.7:1;w3emc/2.3.1:1;nemsio/2.2.4:1;g2/3.1.1:1;g2tmpl/1.6.0:1;crtm/2.2.6:1;jasper/1.900.29:1;libpng/1.2.59:1;zlib/1.2.11:1;post/8.0.1:1;esmf/8.0.0:1;cmake/3.10.0:1;fv3:1";' export '__LMOD_REF_COUNT_LOADEDMODULES;' 'LOADEDMODULES="ips/18.0.1.163:impi/18.0.1:NetCDF/4.5.0:HDF5-serial/1.10.1:lsf/10.1:bacio/2.0.3:ip/3.0.2:sp/2.0.3:w3nco/2.0.7:w3emc/2.3.1:nemsio/2.2.4:g2/3.1.1:g2tmpl/1.6.0:crtm/2.2.6:jasper/1.900.29:libpng/1.2.59:zlib/1.2.11:post/8.0.1:esmf/8.0.0:cmake/3.10.0:fv3";' export 'LOADEDMODULES;' 'LSF_BINDIR="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin";' export 'LSF_BINDIR;' 'LSF_ENVDIR="/gpfs/lsf/conf";' export 'LSF_ENVDIR;' 'LSF_LIBDIR="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib";' export 'LSF_LIBDIR;' 'LSF_SERVERDIR="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc";' export 'LSF_SERVERDIR;' '__LMOD_REF_COUNT_MANPATH="/usrx/local/dev/packages/cmake/3.10.0/share/man:1;/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/share/man:1;/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/share/man:1;/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/man:1;/gpfs/lsf/10.1/man:1;/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/share/man:1;/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/share/man:1;/usrx/local/prod/intel/2018UP01/itac_latest/man:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/man/common:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/man:1;/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/man:1;/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-igfx/man:1;/usrx/local/prod/lmod/lmod/share/man:1;/usrx/local/prod/intel/2018UP01/inspector_2018/man:1;/usrx/local/prod/intel/2018UP01/advisor_2018/man:1";' export '__LMOD_REF_COUNT_MANPATH;' 'MANPATH="/usrx/local/dev/packages/cmake/3.10.0/share/man:/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/share/man:/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/share/man:/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/man:/gpfs/lsf/10.1/man:/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/share/man:/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/share/man:/usrx/local/prod/intel/2018UP01/itac_latest/man:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/man/common:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/man:/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/man:/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-igfx/man:/usrx/local/prod/lmod/lmod/share/man::/usrx/local/prod/intel/2018UP01/inspector_2018/man:/usrx/local/prod/intel/2018UP01/advisor_2018/man";' export 'MANPATH;' 'MKLROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl";' export 'MKLROOT;' 'MODULEPATH="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/dev/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1:/usrx/local/prod/modulefiles/mpi_third/ips/18.0.1/impi/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/mpi_prod/ips/18.0.1/impi/18.0.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles";' export 'MODULEPATH;' 'MPM_LAUNCHER="/usrx/local/prod/intel/2018UP01/debugger_2018/mpm/mic/bin/start_mpm.sh";' export 'MPM_LAUNCHER;' 'NEMSIO_INC="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/nemsio_v2.2.4";' export 'NEMSIO_INC;' 'NEMSIO_LIB="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libnemsio_v2.2.4.a";' export 'NEMSIO_LIB;' 'NEMSIO_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/nemsio_v2.2.4";' export 'NEMSIO_SRC;' 'NEMSIO_VER="v2.2.4";' export 'NEMSIO_VER;' 'NETCDF="/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0";' export 'NETCDF;' 'NETCDF_CFLAGS="-I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include";' export 'NETCDF_CFLAGS;' 'NETCDF_CXX4FLAGS="-I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include";' export 'NETCDF_CXX4FLAGS;' 'NETCDF_CXXFLAGS="-I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include";' export 'NETCDF_CXXFLAGS;' 'NETCDF_FFLAGS="-I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include";' export 'NETCDF_FFLAGS;' 'NETCDF_INC="/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include";' export 'NETCDF_INC;' 'NETCDF_INCLUDE="-I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include";' export 'NETCDF_INCLUDE;' 'NETCDF_LDFLAGS="-L/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib' '-lnetcdff";' export 'NETCDF_LDFLAGS;' 'NETCDF_LDFLAGS_C="-L/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib' '-lnetcdf";' export 'NETCDF_LDFLAGS_C;' 'NETCDF_LDFLAGS_CXX="-L/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib' -lnetcdf '-lnetcdf_c++";' export 'NETCDF_LDFLAGS_CXX;' 'NETCDF_LDFLAGS_CXX4="-L/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib' -lnetcdf '-lnetcdf_c++4";' export 'NETCDF_LDFLAGS_CXX4;' 'NETCDF_LDFLAGS_F="-L/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib' '-lnetcdff";' export 'NETCDF_LDFLAGS_F;' 'NETCDF_LIB="/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib";' export 'NETCDF_LIB;' 'NETCDF_ROOT="/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0";' export 'NETCDF_ROOT;' '__LMOD_REF_COUNT_NLSPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin/locale/%l_%t/%N:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin/locale/%l_%t/%N:1;/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/share/locale/%l_%t/%N:1";' export '__LMOD_REF_COUNT_NLSPATH;' 'NLSPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin/locale/%l_%t/%N:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin/locale/%l_%t/%N::/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/share/locale/%l_%t/%N";' export 'NLSPATH;' '__LMOD_REF_COUNT_PATH="/usrx/local/dev/packages/cmake/3.10.0/bin:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/bin:1;/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/bin:1;/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/bin:1;/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc:1;/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin:1;/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1:1;/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/bin:1;/usrx/local/prod/intel/2018UP01/advisor_2018/bin64:1;/usrx/local/prod/intel/2018UP01/vtune_amplifier_2018/bin64:1;/usrx/local/prod/intel/2018UP01/inspector_2018/bin64:1;/usrx/local/prod/intel/2018UP01/itac_latest/bin:1;/usrx/local/prod/intel/2018UP01/clck_latest/bin/intel64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/bin/intel64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64:1;/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/targets/intel64/x200/bin:1;/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/bin:1;/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/usr/lpp/mmfs/bin:1;/opt/ibutils/bin:1;/opt/dell/srvadmin/bin:1;/u/Dusan.Jovic/bin:2;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/dbrowse:1;/u/Dusan.Jovic/.local/bin:1;/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/include:1";' export '__LMOD_REF_COUNT_PATH;' 'PATH="/usrx/local/dev/packages/cmake/3.10.0/bin:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/bin:/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/bin:/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/bin:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin:/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1:/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/bin:/usrx/local/prod/intel/2018UP01/advisor_2018/bin64:/usrx/local/prod/intel/2018UP01/vtune_amplifier_2018/bin64:/usrx/local/prod/intel/2018UP01/inspector_2018/bin64:/usrx/local/prod/intel/2018UP01/itac_latest/bin:/usrx/local/prod/intel/2018UP01/clck_latest/bin/intel64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/bin/intel64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64:/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/targets/intel64/x200/bin:/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/usr/lpp/mmfs/bin:/opt/ibutils/bin:/opt/dell/srvadmin/bin:/u/Dusan.Jovic/bin:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/dbrowse:/u/Dusan.Jovic/.local/bin:/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/include";' export 'PATH;' 'PKG_CONFIG_PATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/bin/pkgconfig";' export 'PKG_CONFIG_PATH;' 'PNG_INC="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/include";' export 'PNG_INC;' 'PNG_LIB="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng.a";' export 'PNG_LIB;' 'PNG_LIB12="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng12.a";' export 'PNG_LIB12;' 'PNG_LIBDIR="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib";' export 'PNG_LIBDIR;' 'PNG_LIBso="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng.so";' export 'PNG_LIBso;' 'PNG_SRC="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/src/libpng-1.2.59";' export 'PNG_SRC;' 'PNG_VER="1.2.59";' export 'PNG_VER;' 'POST_INC="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ncep_post_v8.0.1_4";' export 'POST_INC;' 'POST_LIB="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libncep_post_v8.0.1_4.a";' export 'POST_LIB;' 'POST_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/post_v8.0.1";' export 'POST_SRC;' 'POST_VER="v8.0.1";' export 'POST_VER;' 'PSTLROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/pstl";' export 'PSTLROOT;' 'PYTHONPATH="/usrx/local/prod/intel/2018UP01/advisor_2018/pythonapi";' export 'PYTHONPATH;' 'SP_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_4.a";' export 'SP_LIB4;' 'SP_LIB8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_8.a";' export 'SP_LIB8;' 'SP_LIBd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_d.a";' export 'SP_LIBd;' 'SP_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/sp_v2.0.3";' export 'SP_SRC;' 'SP_VER="v2.0.3";' export 'SP_VER;' 'TBBROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb";' export 'TBBROOT;' 'VT_ADD_LIBS="-ldwarf' -lelf -lvtunwind -lm '-lpthread";' export 'VT_ADD_LIBS;' 'VT_ARCH="intel64";' export 'VT_ARCH;' 'VT_LIB_DIR="/usrx/local/prod/intel/2018UP01/itac_latest/lib";' export 'VT_LIB_DIR;' 'VT_MPI="impi4";' export 'VT_MPI;' 'VT_ROOT="/usrx/local/prod/intel/2018UP01/itac_latest";' export 'VT_ROOT;' 'VT_SLIB_DIR="/usrx/local/prod/intel/2018UP01/itac_latest/slib";' export 'VT_SLIB_DIR;' 'W3EMC_INC4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3emc_v2.3.1_4";' export 'W3EMC_INC4;' 'W3EMC_INC8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3emc_v2.3.1_8";' export 'W3EMC_INC8;' 'W3EMC_INCd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3emc_v2.3.1_d";' export 'W3EMC_INCd;' 'W3EMC_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_4.a";' export 'W3EMC_LIB4;' 'W3EMC_LIB8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_8.a";' export 'W3EMC_LIB8;' 'W3EMC_LIBd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_d.a";' export 'W3EMC_LIBd;' 'W3EMC_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/w3emc_v2.3.1";' export 'W3EMC_SRC;' 'W3EMC_VER="v2.3.1";' export 'W3EMC_VER;' 'W3NCO_INC4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3nco_v2.0.7_4";' export 'W3NCO_INC4;' 'W3NCO_INC8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3nco_v2.0.7_8";' export 'W3NCO_INC8;' 'W3NCO_INCd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3nco_v2.0.7_d";' export 'W3NCO_INCd;' 'W3NCO_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_4.a";' export 'W3NCO_LIB4;' 'W3NCO_LIB8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_8.a";' export 'W3NCO_LIB8;' 'W3NCO_LIBd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_d.a";' export 'W3NCO_LIBd;' 'W3NCO_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/w3nco_v2.0.7";' export 'W3NCO_SRC;' 'W3NCO_VER="v2.0.7";' export 'W3NCO_VER;' 'XLSF_UIDDIR="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib/uid";' export 'XLSF_UIDDIR;' 'Z_INC="/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/include";' export 'Z_INC;' 'Z_LIB="/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib/libz.a";' export 'Z_LIB;' 'Z_SRC="/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/src";' export 'Z_SRC;' 'Z_VER="1.2.11";' export 'Z_VER;' '__LMOD_REF_COUNT__LMFILES_="/usrx/local/prod/modulefiles/core_third/ips/18.0.1.163:1;/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1/impi/18.0.1.lua:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/NetCDF/4.5.0:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/HDF5-serial/1.10.1:1;/usrx/local/prod/modulefiles/core_third/lsf/10.1:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/bacio/2.0.3:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/ip/3.0.2:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/sp/2.0.3:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3nco/2.0.7:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3emc/2.3.1:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/nemsio/2.2.4:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2/3.1.1:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2tmpl/1.6.0:1;/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/crtm/2.2.6:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/jasper/1.900.29:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/libpng/1.2.59:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/zlib/1.2.11:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/post/8.0.1:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/esmf/8.0.0:1;/usrx/local/dev/modulefiles/cmake/3.10.0:1;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3:1";' export '__LMOD_REF_COUNT__LMFILES_;' '_LMFILES_="/usrx/local/prod/modulefiles/core_third/ips/18.0.1.163:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1/impi/18.0.1.lua:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/NetCDF/4.5.0:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/HDF5-serial/1.10.1:/usrx/local/prod/modulefiles/core_third/lsf/10.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/bacio/2.0.3:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/ip/3.0.2:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/sp/2.0.3:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3nco/2.0.7:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3emc/2.3.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/nemsio/2.2.4:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2/3.1.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2tmpl/1.6.0:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/crtm/2.2.6:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/jasper/1.900.29:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/libpng/1.2.59:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/zlib/1.2.11:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/post/8.0.1:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/esmf/8.0.0:/usrx/local/dev/modulefiles/cmake/3.10.0:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3";' export '_LMFILES_;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImlwcyIsWyJjb25tcGlsZXIiXT0iSERGNS1zZXJpYWwiLFsibXBpIl09ImltcGkiLH0sbVQ9e1siSERGNS1zZXJpYWwiXT17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvSERGNS1zZXJpYWwvMS4xMC4xIixbImZ1bGxOYW1lIl09IkhERjUtc2VyaWFsLzEuMTAuMSIsWyJsb2FkT3JkZXIiXT00LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09IkhERjUtc2VyaWFs";' export '_ModuleTable001_;' '_ModuleTable002_="LzEuMTAuMSIsfSxOZXRDREY9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xL05ldENERi80LjUuMCIsWyJmdWxsTmFtZSJdPSJOZXRDREYvNC41LjAiLFsibG9hZE9yZGVyIl09Myxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJOZXRDREYvNC41LjAiLH0sYmFjaW89e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2JhY2lvLzIuMC4zIixbImZ1bGxOYW1lIl09ImJhY2lvLzIuMC4zIixbImxvYWRPcmRlciJdPTYscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNl";' export '_ModuleTable002_;' '_ModuleTable003_="ck5hbWUiXT0iYmFjaW8vMi4wLjMiLH0sY21ha2U9e1siZm4iXT0iL3VzcngvbG9jYWwvZGV2L21vZHVsZWZpbGVzL2NtYWtlLzMuMTAuMCIsWyJmdWxsTmFtZSJdPSJjbWFrZS8zLjEwLjAiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY21ha2UvMy4xMC4wIix9LGNydG09e1siZm4iXT0iL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfcHJvZC9pcHMvMTguMC4xL2NydG0vMi4yLjYiLFsiZnVsbE5hbWUiXT0iY3J0bS8yLjIuNiIsWyJsb2FkT3JkZXIiXT0xNCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1";' export '_ModuleTable003_;' '_ModuleTable004_="c2VyTmFtZSJdPSJjcnRtLzIuMi42Iix9LGVzbWY9e1siZm4iXT0iL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcjE4L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL3djb3NzX2RlbGxfcDMvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT0yMSxw";' export '_ModuleTable004_;' '_ModuleTable005_="cm9wVD17fSxbInN0YWNrRGVwdGgiXT0wLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZzI9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2cyLzMuMS4xIixbImZ1bGxOYW1lIl09ImcyLzMuMS4xIixbImxvYWRPcmRlciJdPTEyLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcyLzMuMS4xIix9LGcydG1wbD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzJ0bXBsLzEuNi4wIixbImZ1bGxOYW1lIl09ImcydG1wbC8xLjYuMCIsWyJsb2FkT3JkZXIiXT0xMyxwcm9wVD17fSxbInN0YWNr";' export '_ModuleTable005_;' '_ModuleTable006_="RGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMnRtcGwvMS42LjAiLH0saW1waT17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX21waS9pcHMvMTguMC4xL2ltcGkvMTguMC4xLmx1YSIsWyJmdWxsTmFtZSJdPSJpbXBpLzE4LjAuMSIsWyJsb2FkT3JkZXIiXT0yLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImltcGkvMTguMC4xIix9LGlwPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9pcC8zLjAuMiIsWyJmdWxsTmFtZSJdPSJpcC8zLjAuMiIsWyJsb2FkT3JkZXIiXT03LHByb3BUPXt9LFsic3Rh";' export '_ModuleTable006_;' '_ModuleTable007_="Y2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImlwLzMuMC4yIix9LGlwcz17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQvaXBzLzE4LjAuMS4xNjMiLFsiZnVsbE5hbWUiXT0iaXBzLzE4LjAuMS4xNjMiLFsibG9hZE9yZGVyIl09MSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJpcHMvMTguMC4xLjE2MyIsfSxqYXNwZXI9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xL2phc3Blci8xLjkwMC4yOSIsWyJmdWxsTmFtZSJdPSJqYXNwZXIvMS45MDAuMjkiLFsibG9hZE9yZGVyIl09";' export '_ModuleTable007_;' '_ModuleTable008_="MTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iamFzcGVyLzEuOTAwLjI5Iix9LGxpYnBuZz17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvbGlicG5nLzEuMi41OSIsWyJmdWxsTmFtZSJdPSJsaWJwbmcvMS4yLjU5IixbImxvYWRPcmRlciJdPTE2LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImxpYnBuZy8xLjIuNTkiLH0sbHNmPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZC9sc2YvMTAuMSIsWyJmdWxsTmFtZSJdPSJsc2YvMTAuMSIsWyJsb2Fk";' export '_ModuleTable008_;' '_ModuleTable009_="T3JkZXIiXT01LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImxzZi8xMC4xIix9LG5lbXNpbz17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvbmVtc2lvLzIuMi40IixbImZ1bGxOYW1lIl09Im5lbXNpby8yLjIuNCIsWyJsb2FkT3JkZXIiXT0xMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZW1zaW8vMi4yLjQiLH0scG9zdD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvcG9zdC84LjAuMSIsWyJmdWxsTmFtZSJdPSJwb3N0LzguMC4xIixbImxvYWRP";' export '_ModuleTable009_;' '_ModuleTable010_="cmRlciJdPTE4LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InBvc3QvOC4wLjEiLH0sc3A9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL3NwLzIuMC4zIixbImZ1bGxOYW1lIl09InNwLzIuMC4zIixbImxvYWRPcmRlciJdPTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ic3AvMi4wLjMiLH0sdzNlbWM9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL3czZW1jLzIuMy4xIixbImZ1bGxOYW1lIl09InczZW1jLzIuMy4xIixbImxvYWRPcmRlciJdPTEwLHBy";' export '_ModuleTable010_;' '_ModuleTable011_="b3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczZW1jLzIuMy4xIix9LHczbmNvPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy93M25jby8yLjAuNyIsWyJmdWxsTmFtZSJdPSJ3M25jby8yLjAuNyIsWyJsb2FkT3JkZXIiXT05LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHpsaWI9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xL3psaWIvMS4yLjExIixbImZ1bGxOYW1lIl09InpsaWIvMS4yLjExIixbImxvYWRPcmRl";' export '_ModuleTable011_;' '_ModuleTable012_="ciJdPTE3LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InpsaWIvMS4yLjExIix9LH0sbXBhdGhBPXsiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMiLCIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9EdXNhbi5Kb3ZpYy91ZnMvcHIxOC91ZnMtd2VhdGhlci1tb2RlbC9tb2R1bGVmaWxlcy93Y29zc19kZWxsX3AzIiwiL3VzcngvbG9jYWwvZGV2L2VtY19yb2NvdG8vbW9kdWxlZmlsZXMiLCIvdXNyeC9sb2NhbC9kZXYvbW9kdWxlZmlsZXMiLCIvdXNyeC9sb2NhbC9wcm9kL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlIiwiL3VzcngvbG9j";' export '_ModuleTable012_;' '_ModuleTable013_="YWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9kZWZzIiwiL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29yZV9wcm9kIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xIiwiL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfcHJvZC9pcHMvMTguMC4xIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl9tcGkvaXBzLzE4LjAuMSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvbXBpX3RoaXJkL2lwcy8xOC4wLjEvaW1waS8xOC4wLjEiLCIvZ3Bmcy9kZWxsMS9uY28vb3BzL253";' export '_ModuleTable013_;' '_ModuleTable014_="cHJvZC9tb2R1bGVmaWxlcy9tcGlfcHJvZC9pcHMvMTguMC4xL2ltcGkvMTguMC4xIiwiL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzIix9LFsic3lzdGVtQmFzZU1QQVRIIl09Ii91c3J4L2xvY2FsL3Byb2QvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmU6L3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkOi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvZGVmczovZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb3JlX3Byb2QiLH0=";' export '_ModuleTable014_;' '_ModuleTable_Sz_="14";' export '_ModuleTable_Sz_;' -++ ADVISOR_2018_DIR=/usrx/local/prod/intel/2018UP01/advisor_2018 -++ export ADVISOR_2018_DIR -++ BACIO_LIB4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libbacio_v2.0.3_4.a -++ export BACIO_LIB4 -++ BACIO_LIB8=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libbacio_v2.0.3_8.a -++ export BACIO_LIB8 -++ BACIO_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/bacio_v2.0.3 -++ export BACIO_SRC -++ BACIO_VER=v2.0.3 -++ export BACIO_VER -++ BINARY_TYPE_HPC= -++ export BINARY_TYPE_HPC -++ __LMOD_REF_COUNT_CLASSPATH='/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64/mpi.jar:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/daal.jar:1' -++ export __LMOD_REF_COUNT_CLASSPATH -++ CLASSPATH=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64/mpi.jar:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/daal.jar -++ export CLASSPATH -++ CLCK_ROOT=/usrx/local/prod/intel/2018UP01/clck_latest -++ export CLCK_ROOT -++ CMAKE_CXX_COMPILER=mpiicpc -++ export CMAKE_CXX_COMPILER -++ CMAKE_C_COMPILER=mpiicc -++ export CMAKE_C_COMPILER -++ CMAKE_Fortran_COMPILER=mpiifort -++ export CMAKE_Fortran_COMPILER -++ CMAKE_Platform=wcoss_dell_p3 -++ export CMAKE_Platform -++ COMP=ips -++ export COMP -++ __LMOD_REF_COUNT_CPATH='/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/pstl/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/include:1' -++ export __LMOD_REF_COUNT_CPATH -++ CPATH=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/pstl/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/include -++ export CPATH -++ __LMOD_REF_COUNT_CPLUS_INCLUDE_PATH=/usrx/local/prod/intel/2018UP01/clck_latest/include:1 -++ export __LMOD_REF_COUNT_CPLUS_INCLUDE_PATH -++ CPLUS_INCLUDE_PATH=/usrx/local/prod/intel/2018UP01/clck_latest/include -++ export CPLUS_INCLUDE_PATH -++ CRTM_FIX=/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/fix -++ export CRTM_FIX -++ CRTM_INC=/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/ips/18.0.1/include/crtm_v2.2.6 -++ export CRTM_INC -++ CRTM_LIB=/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/ips/18.0.1/libcrtm_v2.2.6.a -++ export CRTM_LIB -++ CRTM_SRC=/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/src -++ export CRTM_SRC -++ CRTM_VER=v2.2.6 -++ export CRTM_VER -++ DAALROOT=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal -++ export DAALROOT -++ ESMFMKFILE=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/lib/esmf.mk -++ export ESMFMKFILE -++ G2TMPL_INC=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/g2tmpl_v1.6.0 -++ export G2TMPL_INC -++ G2TMPL_LIB=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2tmpl_v1.6.0.a -++ export G2TMPL_LIB -++ G2TMPL_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/g2tmpl_v1.6.0/src -++ export G2TMPL_SRC -++ G2TMPL_VER=v1.6.0 -++ export G2TMPL_VER -++ G2_INC4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/g2_v3.1.1_4 -++ export G2_INC4 -++ G2_INCd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/g2_v3.1.1_d -++ export G2_INCd -++ G2_LIB4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2_v3.1.1_4.a -++ export G2_LIB4 -++ G2_LIBd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2_v3.1.1_d.a -++ export G2_LIBd -++ G2_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/g2_v3.1.1 -++ export G2_SRC -++ G2_VER=v3.1.1 -++ export G2_VER -++ GDBSERVER_MIC=/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/targets/intel64/x200/bin/gdbserver -++ export GDBSERVER_MIC -++ GDB_CROSS=/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/bin/gdb-ia -++ export GDB_CROSS -++ HDF5=/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1 -++ export HDF5 -++ HDF5_CFLAGS=-I/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/include -++ export HDF5_CFLAGS -++ HDF5_CXXFLAGS=-I/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/include -++ export HDF5_CXXFLAGS -++ HDF5_FFLAGS=-I/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/include -++ export HDF5_FFLAGS -++ HDF5_INCLUDE=-I/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/include -++ export HDF5_INCLUDE -++ HDF5_LDFLAGS='-L/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib -lhdf5_hl -lhdf5hl_fortran -lhdf5 -lhdf5_fortran' -++ export HDF5_LDFLAGS -++ HDF5_LDFLAGS_C='-L/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib -lhdf5_hl -lhdf5' -++ export HDF5_LDFLAGS_C -++ HDF5_LDFLAGS_CXX='-L/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib -lhdf5_hl -hdf5_hl_cpp -lhdf5 -lhdf5_cpp' -++ export HDF5_LDFLAGS_CXX -++ HDF5_LDFLAGS_F='-L/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib -lhdf5_hl -lhdf5hl_fortran -lhdf5 -lhdf5_fortran' -++ export HDF5_LDFLAGS_F -++ __LMOD_REF_COUNT_INFOPATH='/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/info:1;info_gdb_igfx:1' -++ export __LMOD_REF_COUNT_INFOPATH -++ INFOPATH=/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/info:info_gdb_igfx -++ export INFOPATH -++ INSPECTOR_2018_DIR=/usrx/local/prod/intel/2018UP01/inspector_2018 -++ export INSPECTOR_2018_DIR -++ INTEL_LICENSE_FILE=/usrx/local/prod/intel/licenses -++ export INTEL_LICENSE_FILE -++ INTEL_PYTHONHOME=/usrx/local/prod/intel/2018UP01/debugger_2018/python/intel64 -++ export INTEL_PYTHONHOME -++ IPPROOT=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp -++ export IPPROOT -++ IP_INC4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ip_v3.0.2_4 -++ export IP_INC4 -++ IP_INC8=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ip_v3.0.2_8 -++ export IP_INC8 -++ IP_INCd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ip_v3.0.2_d -++ export IP_INCd -++ IP_LIB4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libip_v3.0.2_4.a -++ export IP_LIB4 -++ IP_LIB8=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libip_v3.0.2_8.a -++ export IP_LIB8 -++ IP_LIBd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libip_v3.0.2_d.a -++ export IP_LIBd -++ IP_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/ip_v3.0.2 -++ export IP_SRC -++ IP_VER=v3.0.2 -++ export IP_VER -++ I_MPI_CC=icc -++ export I_MPI_CC -++ I_MPI_CXX=icpc -++ export I_MPI_CXX -++ I_MPI_EXTRA_FILESYSTEM=yes -++ export I_MPI_EXTRA_FILESYSTEM -++ I_MPI_EXTRA_FILESYSTEM_LIST=gpfs -++ export I_MPI_EXTRA_FILESYSTEM_LIST -++ I_MPI_F77=ifort -++ export I_MPI_F77 -++ I_MPI_F90=ifort -++ export I_MPI_F90 -++ I_MPI_FC=ifort -++ export I_MPI_FC -++ I_MPI_HYDRA_BOOTSTRAP=lsf -++ export I_MPI_HYDRA_BOOTSTRAP -++ I_MPI_HYDRA_IFACE=ib0 -++ export I_MPI_HYDRA_IFACE -++ I_MPI_LSF_USE_COLLECTIVE_LAUNCH=1 -++ export I_MPI_LSF_USE_COLLECTIVE_LAUNCH -++ I_MPI_ROOT=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi -++ export I_MPI_ROOT -++ JASPER_INC=/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/include -++ export JASPER_INC -++ JASPER_LIB=/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib/libjasper.a -++ export JASPER_LIB -++ JASPER_LIBDIR=/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib -++ export JASPER_LIBDIR -++ JASPER_SRC=/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/src/jasper-1.900.29 -++ export JASPER_SRC -++ JASPER_VER=1.900.29 -++ export JASPER_VER -++ KMP_AFFINITY=scatter -++ export KMP_AFFINITY -++ unset LAUNCH -++ __LMOD_REF_COUNT_LD_LIBRARY_PATH='/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/lib:1;/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib:1;/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib:1;/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib:1;/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:1;/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib:1;/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib:1;/usrx/local/prod/intel/2018UP01/itac_latest/slib:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:1;/usrx/local/prod/intel/2018UP01/debugger_2018/iga/lib:1;/usrx/local/prod/intel/2018UP01/debugger_2018/libipt/intel64/lib:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4:1' -++ export __LMOD_REF_COUNT_LD_LIBRARY_PATH -++ LD_LIBRARY_PATH=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/lib:/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib:/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib:/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib:/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib:/usrx/local/prod/intel/2018UP01/itac_latest/slib:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:/usrx/local/prod/intel/2018UP01/debugger_2018/iga/lib:/usrx/local/prod/intel/2018UP01/debugger_2018/libipt/intel64/lib:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4 -++ export LD_LIBRARY_PATH -++ __LMOD_REF_COUNT_LIBRARY_PATH='/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:1;/usrx/local/prod/intel/2018UP01/clck_latest/lib/intel64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4:1' -++ export __LMOD_REF_COUNT_LIBRARY_PATH -++ LIBRARY_PATH=/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:/usrx/local/prod/intel/2018UP01/clck_latest/lib/intel64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4 -++ export LIBRARY_PATH -++ LIB_NAME=POST -++ export LIB_NAME -++ LMOD_FAMILY_COMPILER=ips -++ export LMOD_FAMILY_COMPILER -++ LMOD_FAMILY_COMPILER_VERSION=18.0.1.163 -++ export LMOD_FAMILY_COMPILER_VERSION -++ LMOD_FAMILY_CONMPILER=HDF5-serial -++ export LMOD_FAMILY_CONMPILER -++ LMOD_FAMILY_CONMPILER_VERSION=1.10.1 -++ export LMOD_FAMILY_CONMPILER_VERSION -++ LMOD_FAMILY_MPI=impi -++ export LMOD_FAMILY_MPI -++ LMOD_FAMILY_MPI_VERSION=18.0.1 -++ export LMOD_FAMILY_MPI_VERSION -++ __LMOD_REF_COUNT_LOADEDMODULES='ips/18.0.1.163:1;impi/18.0.1:1;NetCDF/4.5.0:1;HDF5-serial/1.10.1:1;lsf/10.1:1;bacio/2.0.3:1;ip/3.0.2:1;sp/2.0.3:1;w3nco/2.0.7:1;w3emc/2.3.1:1;nemsio/2.2.4:1;g2/3.1.1:1;g2tmpl/1.6.0:1;crtm/2.2.6:1;jasper/1.900.29:1;libpng/1.2.59:1;zlib/1.2.11:1;post/8.0.1:1;esmf/8.0.0:1;cmake/3.10.0:1;fv3:1' -++ export __LMOD_REF_COUNT_LOADEDMODULES -++ LOADEDMODULES=ips/18.0.1.163:impi/18.0.1:NetCDF/4.5.0:HDF5-serial/1.10.1:lsf/10.1:bacio/2.0.3:ip/3.0.2:sp/2.0.3:w3nco/2.0.7:w3emc/2.3.1:nemsio/2.2.4:g2/3.1.1:g2tmpl/1.6.0:crtm/2.2.6:jasper/1.900.29:libpng/1.2.59:zlib/1.2.11:post/8.0.1:esmf/8.0.0:cmake/3.10.0:fv3 -++ export LOADEDMODULES -++ LSF_BINDIR=/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin -++ export LSF_BINDIR -++ LSF_ENVDIR=/gpfs/lsf/conf -++ export LSF_ENVDIR -++ LSF_LIBDIR=/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib -++ export LSF_LIBDIR -++ LSF_SERVERDIR=/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc -++ export LSF_SERVERDIR -++ __LMOD_REF_COUNT_MANPATH='/usrx/local/dev/packages/cmake/3.10.0/share/man:1;/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/share/man:1;/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/share/man:1;/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/man:1;/gpfs/lsf/10.1/man:1;/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/share/man:1;/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/share/man:1;/usrx/local/prod/intel/2018UP01/itac_latest/man:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/man/common:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/man:1;/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/man:1;/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-igfx/man:1;/usrx/local/prod/lmod/lmod/share/man:1;/usrx/local/prod/intel/2018UP01/inspector_2018/man:1;/usrx/local/prod/intel/2018UP01/advisor_2018/man:1' -++ export __LMOD_REF_COUNT_MANPATH -++ MANPATH=/usrx/local/dev/packages/cmake/3.10.0/share/man:/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/share/man:/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/share/man:/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/man:/gpfs/lsf/10.1/man:/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/share/man:/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/share/man:/usrx/local/prod/intel/2018UP01/itac_latest/man:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/man/common:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/man:/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/man:/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-igfx/man:/usrx/local/prod/lmod/lmod/share/man::/usrx/local/prod/intel/2018UP01/inspector_2018/man:/usrx/local/prod/intel/2018UP01/advisor_2018/man -++ export MANPATH -++ MKLROOT=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl -++ export MKLROOT -++ MODULEPATH=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/dev/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1:/usrx/local/prod/modulefiles/mpi_third/ips/18.0.1/impi/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/mpi_prod/ips/18.0.1/impi/18.0.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles -++ export MODULEPATH -++ MPM_LAUNCHER=/usrx/local/prod/intel/2018UP01/debugger_2018/mpm/mic/bin/start_mpm.sh -++ export MPM_LAUNCHER -++ NEMSIO_INC=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/nemsio_v2.2.4 -++ export NEMSIO_INC -++ NEMSIO_LIB=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libnemsio_v2.2.4.a -++ export NEMSIO_LIB -++ NEMSIO_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/nemsio_v2.2.4 -++ export NEMSIO_SRC -++ NEMSIO_VER=v2.2.4 -++ export NEMSIO_VER -++ NETCDF=/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0 -++ export NETCDF -++ NETCDF_CFLAGS=-I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -++ export NETCDF_CFLAGS -++ NETCDF_CXX4FLAGS=-I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -++ export NETCDF_CXX4FLAGS -++ NETCDF_CXXFLAGS=-I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -++ export NETCDF_CXXFLAGS -++ NETCDF_FFLAGS=-I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -++ export NETCDF_FFLAGS -++ NETCDF_INC=/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -++ export NETCDF_INC -++ NETCDF_INCLUDE=-I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -++ export NETCDF_INCLUDE -++ NETCDF_LDFLAGS='-L/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib -lnetcdff' -++ export NETCDF_LDFLAGS -++ NETCDF_LDFLAGS_C='-L/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib -lnetcdf' -++ export NETCDF_LDFLAGS_C -++ NETCDF_LDFLAGS_CXX='-L/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib -lnetcdf -lnetcdf_c++' -++ export NETCDF_LDFLAGS_CXX -++ NETCDF_LDFLAGS_CXX4='-L/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib -lnetcdf -lnetcdf_c++4' -++ export NETCDF_LDFLAGS_CXX4 -++ NETCDF_LDFLAGS_F='-L/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib -lnetcdff' -++ export NETCDF_LDFLAGS_F -++ NETCDF_LIB=/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib -++ export NETCDF_LIB -++ NETCDF_ROOT=/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0 -++ export NETCDF_ROOT -++ __LMOD_REF_COUNT_NLSPATH='/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin/locale/%l_%t/%N:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin/locale/%l_%t/%N:1;/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/share/locale/%l_%t/%N:1' -++ export __LMOD_REF_COUNT_NLSPATH -++ NLSPATH=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin/locale/%l_%t/%N:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin/locale/%l_%t/%N::/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/share/locale/%l_%t/%N -++ export NLSPATH -++ __LMOD_REF_COUNT_PATH='/usrx/local/dev/packages/cmake/3.10.0/bin:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/bin:1;/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/bin:1;/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/bin:1;/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc:1;/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin:1;/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1:1;/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/bin:1;/usrx/local/prod/intel/2018UP01/advisor_2018/bin64:1;/usrx/local/prod/intel/2018UP01/vtune_amplifier_2018/bin64:1;/usrx/local/prod/intel/2018UP01/inspector_2018/bin64:1;/usrx/local/prod/intel/2018UP01/itac_latest/bin:1;/usrx/local/prod/intel/2018UP01/clck_latest/bin/intel64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/bin/intel64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64:1;/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/targets/intel64/x200/bin:1;/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/bin:1;/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/usr/lpp/mmfs/bin:1;/opt/ibutils/bin:1;/opt/dell/srvadmin/bin:1;/u/Dusan.Jovic/bin:2;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/dbrowse:1;/u/Dusan.Jovic/.local/bin:1;/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/include:1' -++ export __LMOD_REF_COUNT_PATH -++ PATH=/usrx/local/dev/packages/cmake/3.10.0/bin:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/bin:/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/bin:/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/bin:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin:/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1:/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/bin:/usrx/local/prod/intel/2018UP01/advisor_2018/bin64:/usrx/local/prod/intel/2018UP01/vtune_amplifier_2018/bin64:/usrx/local/prod/intel/2018UP01/inspector_2018/bin64:/usrx/local/prod/intel/2018UP01/itac_latest/bin:/usrx/local/prod/intel/2018UP01/clck_latest/bin/intel64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/bin/intel64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64:/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/targets/intel64/x200/bin:/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/usr/lpp/mmfs/bin:/opt/ibutils/bin:/opt/dell/srvadmin/bin:/u/Dusan.Jovic/bin:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/dbrowse:/u/Dusan.Jovic/.local/bin:/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/include -++ export PATH -++ PKG_CONFIG_PATH=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/bin/pkgconfig -++ export PKG_CONFIG_PATH -++ PNG_INC=/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/include -++ export PNG_INC -++ PNG_LIB=/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng.a -++ export PNG_LIB -++ PNG_LIB12=/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng12.a -++ export PNG_LIB12 -++ PNG_LIBDIR=/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib -++ export PNG_LIBDIR -++ PNG_LIBso=/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng.so -++ export PNG_LIBso -++ PNG_SRC=/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/src/libpng-1.2.59 -++ export PNG_SRC -++ PNG_VER=1.2.59 -++ export PNG_VER -++ POST_INC=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ncep_post_v8.0.1_4 -++ export POST_INC -++ POST_LIB=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libncep_post_v8.0.1_4.a -++ export POST_LIB -++ POST_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/post_v8.0.1 -++ export POST_SRC -++ POST_VER=v8.0.1 -++ export POST_VER -++ PSTLROOT=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/pstl -++ export PSTLROOT -++ PYTHONPATH=/usrx/local/prod/intel/2018UP01/advisor_2018/pythonapi -++ export PYTHONPATH -++ SP_LIB4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_4.a -++ export SP_LIB4 -++ SP_LIB8=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_8.a -++ export SP_LIB8 -++ SP_LIBd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_d.a -++ export SP_LIBd -++ SP_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/sp_v2.0.3 -++ export SP_SRC -++ SP_VER=v2.0.3 -++ export SP_VER -++ TBBROOT=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb -++ export TBBROOT -++ VT_ADD_LIBS='-ldwarf -lelf -lvtunwind -lm -lpthread' -++ export VT_ADD_LIBS -++ VT_ARCH=intel64 -++ export VT_ARCH -++ VT_LIB_DIR=/usrx/local/prod/intel/2018UP01/itac_latest/lib -++ export VT_LIB_DIR -++ VT_MPI=impi4 -++ export VT_MPI -++ VT_ROOT=/usrx/local/prod/intel/2018UP01/itac_latest -++ export VT_ROOT -++ VT_SLIB_DIR=/usrx/local/prod/intel/2018UP01/itac_latest/slib -++ export VT_SLIB_DIR -++ W3EMC_INC4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3emc_v2.3.1_4 -++ export W3EMC_INC4 -++ W3EMC_INC8=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3emc_v2.3.1_8 -++ export W3EMC_INC8 -++ W3EMC_INCd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3emc_v2.3.1_d -++ export W3EMC_INCd -++ W3EMC_LIB4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_4.a -++ export W3EMC_LIB4 -++ W3EMC_LIB8=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_8.a -++ export W3EMC_LIB8 -++ W3EMC_LIBd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_d.a -++ export W3EMC_LIBd -++ W3EMC_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/w3emc_v2.3.1 -++ export W3EMC_SRC -++ W3EMC_VER=v2.3.1 -++ export W3EMC_VER -++ W3NCO_INC4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3nco_v2.0.7_4 -++ export W3NCO_INC4 -++ W3NCO_INC8=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3nco_v2.0.7_8 -++ export W3NCO_INC8 -++ W3NCO_INCd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3nco_v2.0.7_d -++ export W3NCO_INCd -++ W3NCO_LIB4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_4.a -++ export W3NCO_LIB4 -++ W3NCO_LIB8=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_8.a -++ export W3NCO_LIB8 -++ W3NCO_LIBd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_d.a -++ export W3NCO_LIBd -++ W3NCO_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/w3nco_v2.0.7 -++ export W3NCO_SRC -++ W3NCO_VER=v2.0.7 -++ export W3NCO_VER -++ XLSF_UIDDIR=/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib/uid -++ export XLSF_UIDDIR -++ Z_INC=/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/include -++ export Z_INC -++ Z_LIB=/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib/libz.a -++ export Z_LIB -++ Z_SRC=/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/src -++ export Z_SRC -++ Z_VER=1.2.11 -++ export Z_VER -++ __LMOD_REF_COUNT__LMFILES_='/usrx/local/prod/modulefiles/core_third/ips/18.0.1.163:1;/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1/impi/18.0.1.lua:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/NetCDF/4.5.0:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/HDF5-serial/1.10.1:1;/usrx/local/prod/modulefiles/core_third/lsf/10.1:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/bacio/2.0.3:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/ip/3.0.2:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/sp/2.0.3:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3nco/2.0.7:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3emc/2.3.1:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/nemsio/2.2.4:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2/3.1.1:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2tmpl/1.6.0:1;/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/crtm/2.2.6:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/jasper/1.900.29:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/libpng/1.2.59:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/zlib/1.2.11:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/post/8.0.1:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/esmf/8.0.0:1;/usrx/local/dev/modulefiles/cmake/3.10.0:1;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3:1' -++ export __LMOD_REF_COUNT__LMFILES_ -++ _LMFILES_=/usrx/local/prod/modulefiles/core_third/ips/18.0.1.163:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1/impi/18.0.1.lua:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/NetCDF/4.5.0:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/HDF5-serial/1.10.1:/usrx/local/prod/modulefiles/core_third/lsf/10.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/bacio/2.0.3:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/ip/3.0.2:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/sp/2.0.3:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3nco/2.0.7:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3emc/2.3.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/nemsio/2.2.4:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2/3.1.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2tmpl/1.6.0:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/crtm/2.2.6:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/jasper/1.900.29:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/libpng/1.2.59:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/zlib/1.2.11:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/post/8.0.1:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/esmf/8.0.0:/usrx/local/dev/modulefiles/cmake/3.10.0:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3 -++ export _LMFILES_ -++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImlwcyIsWyJjb25tcGlsZXIiXT0iSERGNS1zZXJpYWwiLFsibXBpIl09ImltcGkiLH0sbVQ9e1siSERGNS1zZXJpYWwiXT17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvSERGNS1zZXJpYWwvMS4xMC4xIixbImZ1bGxOYW1lIl09IkhERjUtc2VyaWFsLzEuMTAuMSIsWyJsb2FkT3JkZXIiXT00LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09IkhERjUtc2VyaWFs -++ export _ModuleTable001_ -++ _ModuleTable002_=LzEuMTAuMSIsfSxOZXRDREY9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xL05ldENERi80LjUuMCIsWyJmdWxsTmFtZSJdPSJOZXRDREYvNC41LjAiLFsibG9hZE9yZGVyIl09Myxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJOZXRDREYvNC41LjAiLH0sYmFjaW89e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2JhY2lvLzIuMC4zIixbImZ1bGxOYW1lIl09ImJhY2lvLzIuMC4zIixbImxvYWRPcmRlciJdPTYscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNl -++ export _ModuleTable002_ -++ _ModuleTable003_=ck5hbWUiXT0iYmFjaW8vMi4wLjMiLH0sY21ha2U9e1siZm4iXT0iL3VzcngvbG9jYWwvZGV2L21vZHVsZWZpbGVzL2NtYWtlLzMuMTAuMCIsWyJmdWxsTmFtZSJdPSJjbWFrZS8zLjEwLjAiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY21ha2UvMy4xMC4wIix9LGNydG09e1siZm4iXT0iL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfcHJvZC9pcHMvMTguMC4xL2NydG0vMi4yLjYiLFsiZnVsbE5hbWUiXT0iY3J0bS8yLjIuNiIsWyJsb2FkT3JkZXIiXT0xNCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1 -++ export _ModuleTable003_ -++ _ModuleTable004_=c2VyTmFtZSJdPSJjcnRtLzIuMi42Iix9LGVzbWY9e1siZm4iXT0iL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcjE4L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL3djb3NzX2RlbGxfcDMvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT0yMSxw -++ export _ModuleTable004_ -++ _ModuleTable005_=cm9wVD17fSxbInN0YWNrRGVwdGgiXT0wLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZzI9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2cyLzMuMS4xIixbImZ1bGxOYW1lIl09ImcyLzMuMS4xIixbImxvYWRPcmRlciJdPTEyLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcyLzMuMS4xIix9LGcydG1wbD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzJ0bXBsLzEuNi4wIixbImZ1bGxOYW1lIl09ImcydG1wbC8xLjYuMCIsWyJsb2FkT3JkZXIiXT0xMyxwcm9wVD17fSxbInN0YWNr -++ export _ModuleTable005_ -++ _ModuleTable006_=RGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMnRtcGwvMS42LjAiLH0saW1waT17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX21waS9pcHMvMTguMC4xL2ltcGkvMTguMC4xLmx1YSIsWyJmdWxsTmFtZSJdPSJpbXBpLzE4LjAuMSIsWyJsb2FkT3JkZXIiXT0yLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImltcGkvMTguMC4xIix9LGlwPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9pcC8zLjAuMiIsWyJmdWxsTmFtZSJdPSJpcC8zLjAuMiIsWyJsb2FkT3JkZXIiXT03LHByb3BUPXt9LFsic3Rh -++ export _ModuleTable006_ -++ _ModuleTable007_=Y2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImlwLzMuMC4yIix9LGlwcz17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQvaXBzLzE4LjAuMS4xNjMiLFsiZnVsbE5hbWUiXT0iaXBzLzE4LjAuMS4xNjMiLFsibG9hZE9yZGVyIl09MSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJpcHMvMTguMC4xLjE2MyIsfSxqYXNwZXI9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xL2phc3Blci8xLjkwMC4yOSIsWyJmdWxsTmFtZSJdPSJqYXNwZXIvMS45MDAuMjkiLFsibG9hZE9yZGVyIl09 -++ export _ModuleTable007_ -++ _ModuleTable008_=MTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iamFzcGVyLzEuOTAwLjI5Iix9LGxpYnBuZz17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvbGlicG5nLzEuMi41OSIsWyJmdWxsTmFtZSJdPSJsaWJwbmcvMS4yLjU5IixbImxvYWRPcmRlciJdPTE2LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImxpYnBuZy8xLjIuNTkiLH0sbHNmPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZC9sc2YvMTAuMSIsWyJmdWxsTmFtZSJdPSJsc2YvMTAuMSIsWyJsb2Fk -++ export _ModuleTable008_ -++ _ModuleTable009_=T3JkZXIiXT01LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImxzZi8xMC4xIix9LG5lbXNpbz17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvbmVtc2lvLzIuMi40IixbImZ1bGxOYW1lIl09Im5lbXNpby8yLjIuNCIsWyJsb2FkT3JkZXIiXT0xMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZW1zaW8vMi4yLjQiLH0scG9zdD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvcG9zdC84LjAuMSIsWyJmdWxsTmFtZSJdPSJwb3N0LzguMC4xIixbImxvYWRP -++ export _ModuleTable009_ -++ _ModuleTable010_=cmRlciJdPTE4LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InBvc3QvOC4wLjEiLH0sc3A9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL3NwLzIuMC4zIixbImZ1bGxOYW1lIl09InNwLzIuMC4zIixbImxvYWRPcmRlciJdPTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ic3AvMi4wLjMiLH0sdzNlbWM9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL3czZW1jLzIuMy4xIixbImZ1bGxOYW1lIl09InczZW1jLzIuMy4xIixbImxvYWRPcmRlciJdPTEwLHBy -++ export _ModuleTable010_ -++ _ModuleTable011_=b3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczZW1jLzIuMy4xIix9LHczbmNvPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy93M25jby8yLjAuNyIsWyJmdWxsTmFtZSJdPSJ3M25jby8yLjAuNyIsWyJsb2FkT3JkZXIiXT05LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHpsaWI9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xL3psaWIvMS4yLjExIixbImZ1bGxOYW1lIl09InpsaWIvMS4yLjExIixbImxvYWRPcmRl -++ export _ModuleTable011_ -++ _ModuleTable012_=ciJdPTE3LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InpsaWIvMS4yLjExIix9LH0sbXBhdGhBPXsiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMiLCIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9EdXNhbi5Kb3ZpYy91ZnMvcHIxOC91ZnMtd2VhdGhlci1tb2RlbC9tb2R1bGVmaWxlcy93Y29zc19kZWxsX3AzIiwiL3VzcngvbG9jYWwvZGV2L2VtY19yb2NvdG8vbW9kdWxlZmlsZXMiLCIvdXNyeC9sb2NhbC9kZXYvbW9kdWxlZmlsZXMiLCIvdXNyeC9sb2NhbC9wcm9kL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlIiwiL3VzcngvbG9j -++ export _ModuleTable012_ -++ _ModuleTable013_=YWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9kZWZzIiwiL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29yZV9wcm9kIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xIiwiL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfcHJvZC9pcHMvMTguMC4xIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl9tcGkvaXBzLzE4LjAuMSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvbXBpX3RoaXJkL2lwcy8xOC4wLjEvaW1waS8xOC4wLjEiLCIvZ3Bmcy9kZWxsMS9uY28vb3BzL253 -++ export _ModuleTable013_ -++ _ModuleTable014_=cHJvZC9tb2R1bGVmaWxlcy9tcGlfcHJvZC9pcHMvMTguMC4xL2ltcGkvMTguMC4xIiwiL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzIix9LFsic3lzdGVtQmFzZU1QQVRIIl09Ii91c3J4L2xvY2FsL3Byb2QvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmU6L3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkOi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvZGVmczovZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb3JlX3Byb2QiLH0= -++ export _ModuleTable014_ -++ _ModuleTable_Sz_=14 -++ export _ModuleTable_Sz_ -++ : -s sh -+ eval -+ module list -++ /usrx/local/prod/lmod/lmod/libexec/lmod bash list - -Currently Loaded Modules: - 1) ips/18.0.1.163 8) sp/2.0.3 15) jasper/1.900.29 - 2) impi/18.0.1 9) w3nco/2.0.7 16) libpng/1.2.59 - 3) NetCDF/4.5.0 10) w3emc/2.3.1 17) zlib/1.2.11 - 4) HDF5-serial/1.10.1 11) nemsio/2.2.4 18) post/8.0.1 - 5) lsf/10.1 12) g2/3.1.1 19) esmf/8.0.0 - 6) bacio/2.0.3 13) g2tmpl/1.6.0 20) cmake/3.10.0 - 7) ip/3.0.2 14) crtm/2.2.6 21) fv3 - - - -+ eval 'MODULEPATH="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/dev/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1:/usrx/local/prod/modulefiles/mpi_third/ips/18.0.1/impi/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/mpi_prod/ips/18.0.1/impi/18.0.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles";' export 'MODULEPATH;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImlwcyIsWyJjb25tcGlsZXIiXT0iSERGNS1zZXJpYWwiLFsibXBpIl09ImltcGkiLH0sbVQ9e1siSERGNS1zZXJpYWwiXT17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvSERGNS1zZXJpYWwvMS4xMC4xIixbImZ1bGxOYW1lIl09IkhERjUtc2VyaWFsLzEuMTAuMSIsWyJsb2FkT3JkZXIiXT00LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09IkhERjUtc2VyaWFs";' export '_ModuleTable001_;' '_ModuleTable002_="LzEuMTAuMSIsfSxOZXRDREY9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xL05ldENERi80LjUuMCIsWyJmdWxsTmFtZSJdPSJOZXRDREYvNC41LjAiLFsibG9hZE9yZGVyIl09Myxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJOZXRDREYvNC41LjAiLH0sYmFjaW89e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2JhY2lvLzIuMC4zIixbImZ1bGxOYW1lIl09ImJhY2lvLzIuMC4zIixbImxvYWRPcmRlciJdPTYscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNl";' export '_ModuleTable002_;' '_ModuleTable003_="ck5hbWUiXT0iYmFjaW8vMi4wLjMiLH0sY21ha2U9e1siZm4iXT0iL3VzcngvbG9jYWwvZGV2L21vZHVsZWZpbGVzL2NtYWtlLzMuMTAuMCIsWyJmdWxsTmFtZSJdPSJjbWFrZS8zLjEwLjAiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY21ha2UvMy4xMC4wIix9LGNydG09e1siZm4iXT0iL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfcHJvZC9pcHMvMTguMC4xL2NydG0vMi4yLjYiLFsiZnVsbE5hbWUiXT0iY3J0bS8yLjIuNiIsWyJsb2FkT3JkZXIiXT0xNCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1";' export '_ModuleTable003_;' '_ModuleTable004_="c2VyTmFtZSJdPSJjcnRtLzIuMi42Iix9LGVzbWY9e1siZm4iXT0iL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcjE4L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL3djb3NzX2RlbGxfcDMvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT0yMSxw";' export '_ModuleTable004_;' '_ModuleTable005_="cm9wVD17fSxbInN0YWNrRGVwdGgiXT0wLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZzI9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2cyLzMuMS4xIixbImZ1bGxOYW1lIl09ImcyLzMuMS4xIixbImxvYWRPcmRlciJdPTEyLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcyLzMuMS4xIix9LGcydG1wbD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzJ0bXBsLzEuNi4wIixbImZ1bGxOYW1lIl09ImcydG1wbC8xLjYuMCIsWyJsb2FkT3JkZXIiXT0xMyxwcm9wVD17fSxbInN0YWNr";' export '_ModuleTable005_;' '_ModuleTable006_="RGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMnRtcGwvMS42LjAiLH0saW1waT17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX21waS9pcHMvMTguMC4xL2ltcGkvMTguMC4xLmx1YSIsWyJmdWxsTmFtZSJdPSJpbXBpLzE4LjAuMSIsWyJsb2FkT3JkZXIiXT0yLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImltcGkvMTguMC4xIix9LGlwPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9pcC8zLjAuMiIsWyJmdWxsTmFtZSJdPSJpcC8zLjAuMiIsWyJsb2FkT3JkZXIiXT03LHByb3BUPXt9LFsic3Rh";' export '_ModuleTable006_;' '_ModuleTable007_="Y2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImlwLzMuMC4yIix9LGlwcz17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQvaXBzLzE4LjAuMS4xNjMiLFsiZnVsbE5hbWUiXT0iaXBzLzE4LjAuMS4xNjMiLFsibG9hZE9yZGVyIl09MSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJpcHMvMTguMC4xLjE2MyIsfSxqYXNwZXI9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xL2phc3Blci8xLjkwMC4yOSIsWyJmdWxsTmFtZSJdPSJqYXNwZXIvMS45MDAuMjkiLFsibG9hZE9yZGVyIl09";' export '_ModuleTable007_;' '_ModuleTable008_="MTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iamFzcGVyLzEuOTAwLjI5Iix9LGxpYnBuZz17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvbGlicG5nLzEuMi41OSIsWyJmdWxsTmFtZSJdPSJsaWJwbmcvMS4yLjU5IixbImxvYWRPcmRlciJdPTE2LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImxpYnBuZy8xLjIuNTkiLH0sbHNmPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZC9sc2YvMTAuMSIsWyJmdWxsTmFtZSJdPSJsc2YvMTAuMSIsWyJsb2Fk";' export '_ModuleTable008_;' '_ModuleTable009_="T3JkZXIiXT01LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImxzZi8xMC4xIix9LG5lbXNpbz17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvbmVtc2lvLzIuMi40IixbImZ1bGxOYW1lIl09Im5lbXNpby8yLjIuNCIsWyJsb2FkT3JkZXIiXT0xMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZW1zaW8vMi4yLjQiLH0scG9zdD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvcG9zdC84LjAuMSIsWyJmdWxsTmFtZSJdPSJwb3N0LzguMC4xIixbImxvYWRP";' export '_ModuleTable009_;' '_ModuleTable010_="cmRlciJdPTE4LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InBvc3QvOC4wLjEiLH0sc3A9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL3NwLzIuMC4zIixbImZ1bGxOYW1lIl09InNwLzIuMC4zIixbImxvYWRPcmRlciJdPTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ic3AvMi4wLjMiLH0sdzNlbWM9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL3czZW1jLzIuMy4xIixbImZ1bGxOYW1lIl09InczZW1jLzIuMy4xIixbImxvYWRPcmRlciJdPTEwLHBy";' export '_ModuleTable010_;' '_ModuleTable011_="b3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczZW1jLzIuMy4xIix9LHczbmNvPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy93M25jby8yLjAuNyIsWyJmdWxsTmFtZSJdPSJ3M25jby8yLjAuNyIsWyJsb2FkT3JkZXIiXT05LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHpsaWI9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xL3psaWIvMS4yLjExIixbImZ1bGxOYW1lIl09InpsaWIvMS4yLjExIixbImxvYWRPcmRl";' export '_ModuleTable011_;' '_ModuleTable012_="ciJdPTE3LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InpsaWIvMS4yLjExIix9LH0sbXBhdGhBPXsiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMiLCIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9EdXNhbi5Kb3ZpYy91ZnMvcHIxOC91ZnMtd2VhdGhlci1tb2RlbC9tb2R1bGVmaWxlcy93Y29zc19kZWxsX3AzIiwiL3VzcngvbG9jYWwvZGV2L2VtY19yb2NvdG8vbW9kdWxlZmlsZXMiLCIvdXNyeC9sb2NhbC9kZXYvbW9kdWxlZmlsZXMiLCIvdXNyeC9sb2NhbC9wcm9kL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlIiwiL3VzcngvbG9j";' export '_ModuleTable012_;' '_ModuleTable013_="YWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9kZWZzIiwiL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29yZV9wcm9kIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xIiwiL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfcHJvZC9pcHMvMTguMC4xIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl9tcGkvaXBzLzE4LjAuMSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvbXBpX3RoaXJkL2lwcy8xOC4wLjEvaW1waS8xOC4wLjEiLCIvZ3Bmcy9kZWxsMS9uY28vb3BzL253";' export '_ModuleTable013_;' '_ModuleTable014_="cHJvZC9tb2R1bGVmaWxlcy9tcGlfcHJvZC9pcHMvMTguMC4xL2ltcGkvMTguMC4xIiwiL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzIix9LFsic3lzdGVtQmFzZU1QQVRIIl09Ii91c3J4L2xvY2FsL3Byb2QvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmU6L3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkOi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvZGVmczovZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb3JlX3Byb2QiLH0=";' export '_ModuleTable014_;' '_ModuleTable_Sz_="14";' export '_ModuleTable_Sz_;' -++ MODULEPATH=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/dev/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1:/usrx/local/prod/modulefiles/mpi_third/ips/18.0.1/impi/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/mpi_prod/ips/18.0.1/impi/18.0.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles -++ export MODULEPATH -++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImlwcyIsWyJjb25tcGlsZXIiXT0iSERGNS1zZXJpYWwiLFsibXBpIl09ImltcGkiLH0sbVQ9e1siSERGNS1zZXJpYWwiXT17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvSERGNS1zZXJpYWwvMS4xMC4xIixbImZ1bGxOYW1lIl09IkhERjUtc2VyaWFsLzEuMTAuMSIsWyJsb2FkT3JkZXIiXT00LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09IkhERjUtc2VyaWFs -++ export _ModuleTable001_ -++ _ModuleTable002_=LzEuMTAuMSIsfSxOZXRDREY9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xL05ldENERi80LjUuMCIsWyJmdWxsTmFtZSJdPSJOZXRDREYvNC41LjAiLFsibG9hZE9yZGVyIl09Myxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJOZXRDREYvNC41LjAiLH0sYmFjaW89e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2JhY2lvLzIuMC4zIixbImZ1bGxOYW1lIl09ImJhY2lvLzIuMC4zIixbImxvYWRPcmRlciJdPTYscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNl -++ export _ModuleTable002_ -++ _ModuleTable003_=ck5hbWUiXT0iYmFjaW8vMi4wLjMiLH0sY21ha2U9e1siZm4iXT0iL3VzcngvbG9jYWwvZGV2L21vZHVsZWZpbGVzL2NtYWtlLzMuMTAuMCIsWyJmdWxsTmFtZSJdPSJjbWFrZS8zLjEwLjAiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY21ha2UvMy4xMC4wIix9LGNydG09e1siZm4iXT0iL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfcHJvZC9pcHMvMTguMC4xL2NydG0vMi4yLjYiLFsiZnVsbE5hbWUiXT0iY3J0bS8yLjIuNiIsWyJsb2FkT3JkZXIiXT0xNCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1 -++ export _ModuleTable003_ -++ _ModuleTable004_=c2VyTmFtZSJdPSJjcnRtLzIuMi42Iix9LGVzbWY9e1siZm4iXT0iL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcjE4L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL3djb3NzX2RlbGxfcDMvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT0yMSxw -++ export _ModuleTable004_ -++ _ModuleTable005_=cm9wVD17fSxbInN0YWNrRGVwdGgiXT0wLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZzI9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2cyLzMuMS4xIixbImZ1bGxOYW1lIl09ImcyLzMuMS4xIixbImxvYWRPcmRlciJdPTEyLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcyLzMuMS4xIix9LGcydG1wbD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzJ0bXBsLzEuNi4wIixbImZ1bGxOYW1lIl09ImcydG1wbC8xLjYuMCIsWyJsb2FkT3JkZXIiXT0xMyxwcm9wVD17fSxbInN0YWNr -++ export _ModuleTable005_ -++ _ModuleTable006_=RGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMnRtcGwvMS42LjAiLH0saW1waT17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX21waS9pcHMvMTguMC4xL2ltcGkvMTguMC4xLmx1YSIsWyJmdWxsTmFtZSJdPSJpbXBpLzE4LjAuMSIsWyJsb2FkT3JkZXIiXT0yLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImltcGkvMTguMC4xIix9LGlwPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9pcC8zLjAuMiIsWyJmdWxsTmFtZSJdPSJpcC8zLjAuMiIsWyJsb2FkT3JkZXIiXT03LHByb3BUPXt9LFsic3Rh -++ export _ModuleTable006_ -++ _ModuleTable007_=Y2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImlwLzMuMC4yIix9LGlwcz17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQvaXBzLzE4LjAuMS4xNjMiLFsiZnVsbE5hbWUiXT0iaXBzLzE4LjAuMS4xNjMiLFsibG9hZE9yZGVyIl09MSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJpcHMvMTguMC4xLjE2MyIsfSxqYXNwZXI9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xL2phc3Blci8xLjkwMC4yOSIsWyJmdWxsTmFtZSJdPSJqYXNwZXIvMS45MDAuMjkiLFsibG9hZE9yZGVyIl09 -++ export _ModuleTable007_ -++ _ModuleTable008_=MTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iamFzcGVyLzEuOTAwLjI5Iix9LGxpYnBuZz17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvbGlicG5nLzEuMi41OSIsWyJmdWxsTmFtZSJdPSJsaWJwbmcvMS4yLjU5IixbImxvYWRPcmRlciJdPTE2LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImxpYnBuZy8xLjIuNTkiLH0sbHNmPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZC9sc2YvMTAuMSIsWyJmdWxsTmFtZSJdPSJsc2YvMTAuMSIsWyJsb2Fk -++ export _ModuleTable008_ -++ _ModuleTable009_=T3JkZXIiXT01LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImxzZi8xMC4xIix9LG5lbXNpbz17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvbmVtc2lvLzIuMi40IixbImZ1bGxOYW1lIl09Im5lbXNpby8yLjIuNCIsWyJsb2FkT3JkZXIiXT0xMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZW1zaW8vMi4yLjQiLH0scG9zdD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvcG9zdC84LjAuMSIsWyJmdWxsTmFtZSJdPSJwb3N0LzguMC4xIixbImxvYWRP -++ export _ModuleTable009_ -++ _ModuleTable010_=cmRlciJdPTE4LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InBvc3QvOC4wLjEiLH0sc3A9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL3NwLzIuMC4zIixbImZ1bGxOYW1lIl09InNwLzIuMC4zIixbImxvYWRPcmRlciJdPTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ic3AvMi4wLjMiLH0sdzNlbWM9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL3czZW1jLzIuMy4xIixbImZ1bGxOYW1lIl09InczZW1jLzIuMy4xIixbImxvYWRPcmRlciJdPTEwLHBy -++ export _ModuleTable010_ -++ _ModuleTable011_=b3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczZW1jLzIuMy4xIix9LHczbmNvPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy93M25jby8yLjAuNyIsWyJmdWxsTmFtZSJdPSJ3M25jby8yLjAuNyIsWyJsb2FkT3JkZXIiXT05LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHpsaWI9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xL3psaWIvMS4yLjExIixbImZ1bGxOYW1lIl09InpsaWIvMS4yLjExIixbImxvYWRPcmRl -++ export _ModuleTable011_ -++ _ModuleTable012_=ciJdPTE3LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InpsaWIvMS4yLjExIix9LH0sbXBhdGhBPXsiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMiLCIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9EdXNhbi5Kb3ZpYy91ZnMvcHIxOC91ZnMtd2VhdGhlci1tb2RlbC9tb2R1bGVmaWxlcy93Y29zc19kZWxsX3AzIiwiL3VzcngvbG9jYWwvZGV2L2VtY19yb2NvdG8vbW9kdWxlZmlsZXMiLCIvdXNyeC9sb2NhbC9kZXYvbW9kdWxlZmlsZXMiLCIvdXNyeC9sb2NhbC9wcm9kL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlIiwiL3VzcngvbG9j -++ export _ModuleTable012_ -++ _ModuleTable013_=YWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9kZWZzIiwiL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29yZV9wcm9kIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xIiwiL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfcHJvZC9pcHMvMTguMC4xIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl9tcGkvaXBzLzE4LjAuMSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvbXBpX3RoaXJkL2lwcy8xOC4wLjEvaW1waS8xOC4wLjEiLCIvZ3Bmcy9kZWxsMS9uY28vb3BzL253 -++ export _ModuleTable013_ -++ _ModuleTable014_=cHJvZC9tb2R1bGVmaWxlcy9tcGlfcHJvZC9pcHMvMTguMC4xL2ltcGkvMTguMC4xIiwiL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzIix9LFsic3lzdGVtQmFzZU1QQVRIIl09Ii91c3J4L2xvY2FsL3Byb2QvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmU6L3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkOi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvZGVmczovZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb3JlX3Byb2QiLH0= -++ export _ModuleTable014_ -++ _ModuleTable_Sz_=14 -++ export _ModuleTable_Sz_ -++ : -s sh -+ eval -+ cd build_fv3_18 -+ cmake /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model -DDEBUG=Y -D32BIT=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DDYN32=ON -DSTATIC=ON -DMULTI_GASES=OFF --- The C compiler identification is Intel 18.0.1.20171018 --- The CXX compiler identification is Intel 18.0.1.20171018 --- The Fortran compiler identification is Intel 18.0.1.20171018 --- Check for working C compiler: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiicc --- Check for working C compiler: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiicc -- works --- Detecting C compiler ABI info --- Detecting C compiler ABI info - done --- Detecting C compile features --- Detecting C compile features - done --- Check for working CXX compiler: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiicpc --- Check for working CXX compiler: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiicpc -- works --- Detecting CXX compiler ABI info --- Detecting CXX compiler ABI info - done --- Detecting CXX compile features --- Detecting CXX compile features - done --- Check for working Fortran compiler: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort --- Check for working Fortran compiler: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -- works --- Detecting Fortran compiler ABI info --- Detecting Fortran compiler ABI info - done --- Checking whether /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort supports Fortran 90 --- Checking whether /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort supports Fortran 90 -- yes --- Found MPI_C: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiicc (found version "3.1") --- Found MPI_CXX: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiicpc (found version "3.1") --- Found MPI_Fortran: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort (found version "3.1") --- Found MPI: TRUE (found version "3.1") -ESMFMKFILE: /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/lib/esmf.mk - Found ESMF: -ESMF_VERSION_MAJOR: 8 -ESMF_F90COMPILEPATHS: /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include;/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -ESMF_F90ESMFLINKRPATHS: -Wl,-rpath,/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/lib -ESMF_F90ESMFLINKLIBS: -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf --- Found ESMF: /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include;/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include (found version "8.0.0") - -Setting configuration for wcoss_dell_p3 - -C compiler: Intel 18.0.1.20171018 (mpiicc) -CXX compiler: Intel 18.0.1.20171018 (mpiicpc) -Fortran compiler: Intel 18.0.1.20171018 (mpiifort) - -DEBUG is ENABLED -REPRO is disabled -32BIT is ENABLED -OPENMP is ENABLED -AVX2 is disabled -INLINE_POST is ENABLED - - -Selected physics package: gfs - -Force 64 bits in gfsphysics -Force 64 bits in ipd --- Dynamics compiled with 32-bit option, adjust fv_sat_adj types --- Detecting OpenMP flags for Intel C compiler: -qopenmp --- Detecting OpenMP flags for Intel C++ compiler: -qopenmp --- Detecting OpenMP flags for Intel Fortran compiler: -qopenmp --- Enable OpenMP support for C/C++/Fortran compiler --- Disable SIONlib support --- Disable Intel MKL support --- Enable netCDF support --- Disable ESMF support --- Disable multi-gases physics --- Detecting OpenMP flags for Intel C compiler: -qopenmp --- Detecting OpenMP flags for Intel C++ compiler: -qopenmp --- Detecting OpenMP flags for Intel Fortran compiler: -qopenmp --- Enable OpenMP support for C/C++/Fortran compiler --- Found LibXml2: /usr/lib64/libxml2.so (found version "2.9.1") --- Found Doxygen: /usr/bin/doxygen (found version "1.8.5") found components: doxygen dot --- Detecting OpenMP flags for Intel C compiler: -qopenmp --- Detecting OpenMP flags for Intel C++ compiler: -qopenmp --- Detecting OpenMP flags for Intel Fortran compiler: -qopenmp --- Enable OpenMP support for C/C++/Fortran compiler -INFOGot CCPP_SCHEMES from environment variable: /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/aer_cloud.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/aerclm_def.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/aerinterp.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/calpreciptype.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cldwat2m_micro.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cldmacro.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/date_def.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/funcphys.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gcycle.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/h2o_def.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/h2ointerp.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/iccn_def.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/iccninterp.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/iounitdef.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/machine.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mersenne_twister.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfpbl.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg_utils.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg2_0.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg3_0.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/multi_gases.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_model.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_parameters.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_radar.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_thompson.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MP_FER_HIRES.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_bl_mynn.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_mynn.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_orowam2017.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/namelist_soilveg.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfpblt.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfpbltq.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfscu.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfscuq.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/noahmp_tables.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/num_parthds.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozne_def.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozinterp.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/physcons.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/physparam.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radcons.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_aerosols.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_astronomy.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_clouds.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_gases.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_surface.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radlw_datatb.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radlw_param.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radsw_datatb.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radsw_param.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/samfaerosols.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfcsub.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sflx.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/set_soilveg.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/surface_perturbation.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_deep.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_sh.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/tridi.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/wv_saturation.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_soil_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rayleigh_damp.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radsw_main.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_ocean.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gwdc.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gscond.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ysuvdif.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_sice.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/samfdeepcnv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/satmedmfvdif.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozphys_2015.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/samfshalcnv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/precpd.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_fer_hires.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diag.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radlw_main.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_debug.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/satmedmfvdifq.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cs_conv.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/shinhongvdif.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/h2ophys.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_nst.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/moninedmf.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diff.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diag_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/m_micro.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gcm_shoc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gwdps.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/shalcnv.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/get_prs_fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozphys.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_stochastics.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/drag_suite.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_cice.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sascnvn.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cnvc90.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_drv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/dcyc2.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/moninshoc.f -INFOGot CAPS from environment variable: /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_18/FV3/ccpp/physics/ccpp_FV3_GFS_2017_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_18/FV3/ccpp/physics/ccpp_FV3_GFS_2017_time_vary_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_18/FV3/ccpp/physics/ccpp_FV3_GFS_2017_radiation_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_18/FV3/ccpp/physics/ccpp_FV3_GFS_2017_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_18/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stochastics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_18/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stretched_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_18/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stretched_fast_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_18/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stretched_time_vary_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_18/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stretched_radiation_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_18/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stretched_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_18/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stretched_stochastics_cap.F90 -Force 64 bits in CCPP_layer -Force 64 bits in stochastic_physics --- Configuring done --- Generating done --- Build files have been written to: /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_18 -+ make -j 4 -Scanning dependencies of target ccpp -[ 0%] Building Fortran object FV3/ccpp/framework/src/CMakeFiles/ccpp.dir/ccpp_errors.F90.o -[ 0%] Building Fortran object FV3/ccpp/framework/src/CMakeFiles/ccpp.dir/ccpp_types.F90.o -Scanning dependencies of target fms -[ 0%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_parameter.F90.o -[ 0%] Building Fortran object CMakeFiles/fms.dir/FMS/platform/platform.F90.o -[ 1%] Building Fortran object FV3/ccpp/framework/src/CMakeFiles/ccpp.dir/ccpp.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -Scanning dependencies of target fv3cpl -[ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_core.F90.o -[ 2%] Building Fortran object FV3/cpl/CMakeFiles/fv3cpl.dir/module_cap_cpl.F90.o -[ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_input.F90.o -[ 2%] Building Fortran object FV3/ccpp/framework/src/CMakeFiles/ccpp.dir/ccpp_api.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 2%] Linking Fortran static library libccpp.a -[ 2%] Building Fortran object FV3/cpl/CMakeFiles/fv3cpl.dir/module_cplfields.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 2%] Built target ccpp -[ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/cloud_interpolator.F90.o -[ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_io.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 3%] Building Fortran object CMakeFiles/fms.dir/FMS/random_numbers/MersenneTwister.F90.o -[ 3%] Building Fortran object CMakeFiles/fms.dir/FMS/sat_vapor_pres/sat_vapor_pres_k.F90.o -Scanning dependencies of target ccppphys -[ 3%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/machine.F.o -[ 3%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mersenne_twister.f.o -[ 4%] Linking Fortran static library libfv3cpl.a -fpp: warning: keyword redefined: STATIC -[ 4%] Built target fv3cpl -[ 4%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFDL_parse_tracers.F90.o -[ 4%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/iounitdef.f.o -[ 4%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_mp_radar.F90.o -[ 4%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/namelist_soilveg.f.o -[ 4%] Building Fortran object CMakeFiles/fms.dir/FMS/constants/constants.F90.o -[ 4%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_data.F90.o -[ 4%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/namelist_soilveg_ruc.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 4%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_noahmp_glacier.f90.o -[ 4%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_noahmplsm.f90.o -[ 5%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp.F90.o -[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/noahmp_tables.f90.o -mpp_comm_mpi.inc(1386): #warning: macro redefined: MPP_TYPE_ -mpp_comm_mpi.inc(1387): #warning: macro redefined: MPI_TYPE_ -mpp_comm_mpi.inc(1390): #warning: macro redefined: MPP_TYPE_CREATE_ -mpp_comm_mpi.inc(1391): #warning: macro redefined: MPP_TYPE_ -mpp_comm_mpi.inc(1392): #warning: macro redefined: MPI_TYPE_ -mpp_comm_mpi.inc(1395): #warning: macro redefined: MPP_TYPE_CREATE_ -mpp_comm_mpi.inc(1396): #warning: macro redefined: MPP_TYPE_ -mpp_comm_mpi.inc(1397): #warning: macro redefined: MPI_TYPE_ -mpp_comm_mpi.inc(1400): #warning: macro redefined: MPP_TYPE_CREATE_ -mpp_comm_mpi.inc(1401): #warning: macro redefined: MPP_TYPE_ -mpp_comm_mpi.inc(1402): #warning: macro redefined: MPI_TYPE_ -mpp_comm_mpi.inc(1405): #warning: macro redefined: MPP_TYPE_CREATE_ -mpp_comm_mpi.inc(1406): #warning: macro redefined: MPP_TYPE_ -mpp_comm_mpi.inc(1407): #warning: macro redefined: MPI_TYPE_ -mpp_comm_mpi.inc(1410): #warning: macro redefined: MPP_TYPE_CREATE_ -mpp_comm_mpi.inc(1411): #warning: macro redefined: MPP_TYPE_ -mpp_comm_mpi.inc(1412): #warning: macro redefined: MPI_TYPE_ -[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_soil_pre.F90.o -[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/physcons.F90.o -[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/aerclm_def.F.o -fpp: warning: keyword redefined: STATIC -[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/physparam.f.o -[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/h2o_def.f.o -[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/iccn_def.F.o -fpp: warning: keyword redefined: STATIC -[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/micro_mg_utils.F90.o -[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozne_def.f.o -[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/surface_perturbation.F90.o -[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_deep.F90.o -[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_gfdl_cloud_microphys.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 7%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_efp.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 7%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_memutils.F90.o -[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gfs_phy_tracer_config.F.o -fpp: warning: keyword redefined: STATIC -[ 8%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_pset.F90.o -[ 8%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_type.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 8%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radcons.f90.o -[ 8%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/gradient.F90.o -[ 8%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/set_soilveg.f.o -[ 8%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_domains.F90.o -[ 8%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MP_FER_HIRES.F90.o -[ 8%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_BL_MYJPBL.F90.o -[ 9%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/date_def.f.o -[ 9%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_mp_thompson.F90.o -[ 10%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gwdps.f.o -[ 11%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_SF_JSFC.F90.o -[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_ruclsm.F90.o -[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/set_soilveg_ruc.F90.o -[ 13%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_post.F90.o -[ 14%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cnvc90.f.o -[ 14%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_DCNV_generic.F90.o -[ 15%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_GWD_generic.F90.o -[ 15%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_MP_generic.F90.o -[ 16%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_PBL_generic.F90.o -[ 16%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_SCNV_generic.F90.o -[ 16%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_composites.F90.o -[ 17%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_loop_control.F90.o -[ 17%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/maximum_hourly_diagnostics.F90.o -[ 18%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozphys.f.o -[ 18%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rayleigh_damp.f.o -[ 19%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_diag_post.F90.o -[ 19%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_diff.f.o -[ 19%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_stochastics.F90.o -[ 19%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/__/__/gfsphysics/CCPP_layer/CCPP_typedefs.F90.o -[ 19%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/funcphys.f90.o -[ 20%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radlw_param.f.o -[ 20%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radsw_param.f.o -[ 21%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_nst_parameters.f90.o -[ 21%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_bl_mynn.F90.o -[ 21%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_initialize.F90.o -[ 21%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_astronomy.f.o -[ 21%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_surface.f.o -[ 21%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/samfaerosols.F.o -fpp: warning: keyword redefined: STATIC -[ 22%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/aerinterp.F90.o -[ 22%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/h2ointerp.f90.o -[ 23%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/iccninterp.F90.o -[ 23%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozinterp.f90.o -[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_mp_thompson_make_number_concentrations.F90.o -[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/aer_cloud.F.o -fpp: warning: keyword redefined: STATIC -[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_sh.F90.o -[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/get_prs_fv3.F90.o -[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_generic.F90.o -[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gfdl_fv_sat_adj.F90.o -[ 25%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gfdl_cloud_microphys.F90.o -[ 25%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/wv_saturation.F.o -fpp: warning: keyword redefined: STATIC -[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/__/__/gfsphysics/GFS_layer/GFS_typedefs.F90.o -[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_nst_water_prop.f90.o -[ 27%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_module.F90.o -[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_bfmicrophysics.f.o -[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radsw_datatb.f.o -[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_aerosols.f.o -[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_gases.f.o -[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radlw_datatb.f.o -[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_mynn.F90.o -[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/moninedmf.f.o -[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_drv.f.o -[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/samfdeepcnv.f.o -[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/samfshalcnv.f.o -[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_diag.f.o -[ 30%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_sice.f.o -[ 30%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gscond.f.o -[ 30%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/precpd.f.o -[ 30%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_time_vary_pre.fv3.F90.o -[ 30%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_stretched_fast_physics_cap.F90.o -[ 31%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_clouds.f.o -[ 32%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radsw_main.f.o -[ 32%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_nst_model.f90.o -[ 32%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cldmacro.F.o -fpp: warning: keyword redefined: STATIC -[ 32%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cldwat2m_micro.F.o -[ 32%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/micro_mg2_0.F90.o -fpp: warning: keyword redefined: STATIC -[ 32%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/micro_mg3_0.F90.o -[ 32%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp.F90.o -[ 33%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/dcyc2.f.o -[ 34%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_suite_interstitial.F90.o -[ 34%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_post.F90.o -[ 35%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rrtmg_lw_post.F90.o -[ 35%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rrtmg_lw_pre.F90.o -[ 35%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rrtmg_sw_post.F90.o -[ 35%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rrtmg_sw_pre.F90.o -[ 35%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_stochastics_cap.F90.o -[ 35%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_phys_time_vary.fv3.F90.o -[ 35%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_rad_time_vary.fv3.F90.o -[ 35%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_stretched_stochastics_cap.F90.o -[ 35%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radlw_main.f.o -[ 35%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_nst.f.o -[ 35%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_pre.F90.o -[ 35%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_physics_cap.F90.o -[ 36%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_stretched_physics_cap.F90.o -[ 36%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_radiation_cap.F90.o -[ 36%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_setup.F90.o -[ 36%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_stretched_radiation_cap.F90.o -[ 37%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_time_vary_cap.F90.o -[ 37%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_stretched_time_vary_cap.F90.o -[ 38%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_cap.F90.o -[ 38%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_stretched_cap.F90.o -[ 38%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_debug.F90.o -[ 38%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_suite_init_finalize_test.F90.o -[ 38%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cs_conv.F90.o -[ 38%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cs_conv_aw_adj.F90.o -[ 38%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver.F90.o -[ 39%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver_post.F90.o -[ 39%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver_pre.F90.o -[ 39%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke.F90.o -[ 39%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke_post.F90.o -[ 39%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke_pre.F90.o -[ 39%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/drag_suite.F90.o -[ 39%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gcm_shoc.F90.o -[ 39%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gwdc.f.o -[ 39%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/h2ophys.f.o -[ 39%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/lsm_ruc_sfc_sice_interstitial.F90.o -[ 39%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/m_micro.F90.o -[ 39%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/m_micro_interstitial.F90.o -[ 39%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYJPBL_wrapper.F90.o -[ 39%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYJSFC_wrapper.F90.o -[ 39%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNPBL_wrapper.F90.o -[ 40%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNSFC_wrapper.F90.o -[ 40%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNrad_post.F90.o -[ 40%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNrad_pre.F90.o -[ 40%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/moninshoc.f.o -[ 41%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_fer_hires.F90.o -[ 41%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_thompson.F90.o -[ 41%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_thompson_post.F90.o -[ 41%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_thompson_pre.F90.o -[ 41%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/multi_gases.F90.o -[ 41%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozphys_2015.f.o -[ 41%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sascnvn.F.o -[ 41%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/satmedmfvdif.F.o -fpp: warning: keyword redefined: STATIC -fpp: warning: keyword redefined: STATIC -[ 42%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/satmedmfvdifq.F.o -fpp: warning: keyword redefined: STATIC -[ 43%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_cice.f.o -[ 43%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_drv_ruc.F90.o -[ 43%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_noahmp_drv.f.o -[ 43%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_ocean.F.o -fpp: warning: keyword redefined: STATIC -[ 44%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfcsub.F.o -fpp: warning: keyword redefined: STATIC -[ 44%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/shalcnv.F.o -fpp: warning: keyword redefined: STATIC -[ 44%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/shinhongvdif.F90.o -[ 44%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ugwp_driver_v0.F.o -fpp: warning: keyword redefined: STATIC -[ 45%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ysuvdif.F90.o -[ 45%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/calpreciptype.f90.o -[ 45%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gcycle.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 46%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gocart_tracer_config_stub.f.o -[ 47%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfpbl.f.o -[ 47%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_triggers.F90.o -[ 48%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_solvers.F90.o -[ 48%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_utils.F90.o -[ 48%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_orowam2017.f.o -[ 48%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_vert_lsatdis.F90.o -[ 49%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_vert_orodis.F90.o -[ 49%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_io.F90.o -[ 49%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_comm.F90.o -[ 49%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_vert_wmsdis.F90.o -Compiling in MPI mode (with or without MPP) -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 49%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfpblt.f.o -[ 50%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfpbltq.f.o -[ 50%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfscu.f.o -[ 50%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfscuq.f.o -[ 51%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/num_parthds.F.o -[ 51%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sflx.f.o -fpp: warning: keyword redefined: STATIC -[ 51%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/tridi.f.o -[ 51%] Linking Fortran static library libccppphys.a -[ 51%] Built target ccppphys -Scanning dependencies of target gfsphysics -[ 52%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mersenne_twister.f.o -[ 52%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/namelist_soilveg.f.o -[ 52%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/machine.F.o -fpp: warning: keyword redefined: STATIC -[ 52%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/physparam.f.o -[ 52%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/GFDL_parse_tracers.F90.o -[ 52%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/CCPP_layer/CCPP_typedefs.F90.o -[ 52%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/physcons.F90.o -[ 53%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radlw_param.f.o -[ 53%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radsw_param.f.o -[ 53%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_typedefs.F90.o -[ 55%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/CCPP_layer/CCPP_data.F90.o -[ 55%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_diagnostics.F90.o -[ 55%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_driver.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 56%] Building Fortran object CMakeFiles/fms.dir/FMS/memutils/memutils.F90.o -[ 56%] Building Fortran object CMakeFiles/fms.dir/FMS/fms/fms_io.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 56%] Building Fortran object CMakeFiles/fms.dir/FMS/fms/fms.F90.o -[ 57%] Building Fortran object CMakeFiles/fms.dir/FMS/time_manager/time_manager.F90.o -[ 57%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bicubic.F90.o -[ 57%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bilinear.F90.o -[ 58%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_conserve.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 58%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_spherical.F90.o -[ 58%] Building Fortran object CMakeFiles/fms.dir/FMS/axis_utils/axis_utils.F90.o -[ 59%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_grid.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 59%] Building Fortran object CMakeFiles/fms.dir/FMS/field_manager/field_manager.F90.o -[ 60%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/mosaic.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 60%] Building Fortran object CMakeFiles/fms.dir/FMS/topography/gaussian_topog.F90.o -[ 60%] Building Fortran object CMakeFiles/fms.dir/FMS/time_manager/get_cal_time.F90.o -[ 60%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp.F90.o -[ 60%] Building Fortran object CMakeFiles/fms.dir/FMS/time_interp/time_interp.F90.o -[ 60%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_data.F90.o -[ 60%] Building Fortran object CMakeFiles/fms.dir/FMS/field_manager/fm_util.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 61%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_types.F90.o -[ 61%] Building Fortran object CMakeFiles/fms.dir/FMS/time_interp/time_interp_external.F90.o -[ 61%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_axis.F90.o -[ 61%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_manifest.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 61%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/xbt_drop_rate_adjust.f90.o -[ 61%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/write_ocean_data.F90.o -[ 61%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_output.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 61%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_util.F90.o -[ 61%] Building Fortran object CMakeFiles/fms.dir/FMS/data_override/data_override.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 62%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_table.F90.o -[ 62%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_manager.F90.o -[ 62%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_restart.F90.o -[ 62%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_abstraction_layer.F90.o -[ 62%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/__/ccpp/physics/ccpp_static_api.F90.o -[ 62%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/noahmp_tables.f90.o -[ 62%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/set_soilveg.f.o -[ 62%] Linking Fortran static library libgfsphysics.a -[ 62%] Built target gfsphysics -Scanning dependencies of target ipd -Scanning dependencies of target ccppdriver -[ 62%] Building Fortran object FV3/ipd/CMakeFiles/ipd.dir/IPD_typedefs.F90.o -[ 62%] Building Fortran object FV3/ccpp/driver/CMakeFiles/ccppdriver.dir/CCPP_driver.F90.o -[ 63%] Linking Fortran static library libccppdriver.a -[ 63%] Building Fortran object FV3/ipd/CMakeFiles/ipd.dir/IPD_driver.F90.o -[ 63%] Built target ccppdriver -[ 64%] Linking Fortran static library libipd.a -[ 64%] Built target ipd -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 64%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/coupler_types.F90.o -[ 64%] Building Fortran object CMakeFiles/fms.dir/FMS/exchange/stock_constants.F90.o -[ 65%] Building Fortran object CMakeFiles/fms.dir/FMS/amip_interp/amip_interp.F90.o -[ 65%] Building Fortran object CMakeFiles/fms.dir/FMS/astronomy/astronomy.F90.o -[ 65%] Building Fortran object CMakeFiles/fms.dir/FMS/block_control/block_control.F90.o -[ 66%] Building Fortran object CMakeFiles/fms.dir/FMS/column_diagnostics/column_diagnostics.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 66%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/atmos_ocean_fluxes.F90.o -[ 67%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/ensemble_manager.F90.o -[ 67%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters.F90.o -[ 67%] Building Fortran object CMakeFiles/fms.dir/FMS/exchange/xgrid.F90.o -[ 68%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft.F90.o -[ 68%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft99.F90.o -[ 69%] Building Fortran object CMakeFiles/fms.dir/FMS/interpolator/interpolator.F90.o -Compiling in MPI mode (with or without MPP) -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 69%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/grid.F90.o -[ 69%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_utilities.F90.o -[ 69%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core.F90.o -[ 69%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core_ecda.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 69%] Building Fortran object CMakeFiles/fms.dir/FMS/random_numbers/random_numbers.F90.o -[ 69%] Building Fortran object CMakeFiles/fms.dir/FMS/sat_vapor_pres/sat_vapor_pres.F90.o -[ 70%] Building Fortran object CMakeFiles/fms.dir/FMS/station_data/station_data.F90.o -[ 70%] Building Fortran object CMakeFiles/fms.dir/FMS/topography/topography.F90.o -[ 70%] Building Fortran object CMakeFiles/fms.dir/FMS/tracer_manager/tracer_manager.F90.o -[ 71%] Building Fortran object CMakeFiles/fms.dir/FMS/tridiagonal/tridiagonal.F90.o -[ 72%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/quicksort.F90.o -[ 72%] Building C object CMakeFiles/fms.dir/FMS/memutils/memuse.c.o -[ 72%] Building C object CMakeFiles/fms.dir/FMS/mosaic/create_xgrid.c.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 72%] Building C object CMakeFiles/fms.dir/FMS/mosaic/gradient_c2l.c.o -[ 73%] Building C object CMakeFiles/fms.dir/FMS/mosaic/interp.c.o -[ 73%] Building C object CMakeFiles/fms.dir/FMS/mosaic/mosaic_util.c.o -[ 73%] Building C object CMakeFiles/fms.dir/FMS/mosaic/read_mosaic.c.o -[ 73%] Building C object CMakeFiles/fms.dir/FMS/affinity/affinity.c.o -[ 74%] Building C object CMakeFiles/fms.dir/FMS/mpp/nsclock.c.o -[ 74%] Building C object CMakeFiles/fms.dir/FMS/mpp/threadloc.c.o -[ 74%] Linking Fortran static library FMS/libfms.a -[ 74%] Built target fms -Scanning dependencies of target io -[ 74%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_internal_state.F90.o -[ 75%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_fv3_io_def.F90.o -Scanning dependencies of target fv3core -[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_arrays.F90.o -[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/external_sst.F90.o -[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_fill.F90.o -[ 76%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_nemsio.F90.o -[ 76%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_netcdf.F90.o -[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/sim_nc_mod.F90.o -[ 76%] Building Fortran object FV3/io/CMakeFiles/io.dir/post_gfs.F90.o -[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/DYCORE_typedefs.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_mp_mod.F90.o -[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/sorted_index.F90.o -[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_eta.F90.o -[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_sg.F90.o -[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_timing.F90.o -[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/boundary.F90.o -[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_grid_utils.F90.o -[ 77%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_wrt_grid_comp.F90.o -[ 77%] Building Fortran object FV3/io/CMakeFiles/io.dir/FV3GFS_io.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 78%] Building Fortran object FV3/io/CMakeFiles/io.dir/ffsync.F90.o -[ 78%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/a2b_edge.F90.o -[ 78%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_mapz.F90.o -[ 79%] Building Fortran object FV3/io/CMakeFiles/io.dir/post_nems_routines.F90.o -[ 80%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_surf_map.F90.o -[ 80%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/tp_core.F90.o -[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_grid_tools.F90.o -[ 81%] Linking Fortran static library libio.a -[ 81%] Built target io -[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/init_hydro.F90.o -[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_treat_da_inc.F90.o -[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/sw_core.F90.o -[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_iau_mod.F90.o -[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_io.F90.o -[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/nh_utils.F90.o -[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_diagnostics.F90.o -[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/nh_core.F90.o -[ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/fv_nggps_diag.F90.o -[ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/test_cases.F90.o -[ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_regional_bc.F90.o -[ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_nudge.F90.o -[ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_tracer2d.F90.o -[ 85%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_update_phys.F90.o -[ 85%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/dyn_core.F90.o -[ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/external_ic.F90.o -[ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_restart.F90.o -[ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_nesting.F90.o -[ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_control.F90.o -[ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_dynamics.F90.o -[ 87%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/atmosphere.F90.o -[ 87%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/multi_gases.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 87%] Linking Fortran static library libfv3core.a -[ 87%] Built target fv3core -Scanning dependencies of target stochastic_physics -[ 87%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_resol_def.f.o -[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/update_ca.f90.o -[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/spectral_layout.F90.o -[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_gg_def.f.o -[ 89%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_layout_lag.f.o -[ 89%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/glats_stochy.f.o -[ 89%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_namelist_def.F90.o -[ 90%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/setlats_lag_stochy.f.o -[ 90%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/epslon_stochy.f.o -[ 90%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/get_lats_node_a_stochy.f.o -[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/get_ls_node_stochy.f.o -[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/gozrineo_stochy.f.o -[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/pln2eo_stochy.f.o -[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/setlats_a_stochy.f.o -[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_internal_state_mod.F90.o -[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/dezouv_stochy.f.o -[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/dozeuv_stochy.f.o -[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/four_to_grid_stochy.F.o -[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/compns_stochy.F90.o -fpp: warning: keyword redefined: STATIC -[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_patterngenerator.F90.o -[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/sumfln_stochy.f.o -[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/getcon_lag_stochy.f.o -[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/getcon_spectral.F90.o -[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/initialize_spectral_mod.F90.o -[ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_data_mod.F90.o -[ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/get_stochy_pattern.F90.o -[ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochastic_physics.F90.o -[ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/num_parthds_stochy.f.o -[ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/cellular_automata.f90.o -[ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/plumes.f90.o -[ 95%] Linking Fortran static library libstochastic_physics.a -[ 95%] Built target stochastic_physics -Scanning dependencies of target fv3cap -[ 95%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/module_fv3_config.F90.o -[ 95%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/atmos_model.F90.o -[ 95%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/module_fcst_grid_comp.F90.o -[ 96%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/time_utils.F90.o -[ 96%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/fv3_cap.F90.o -[ 97%] Linking Fortran static library libfv3cap.a -[ 97%] Built target fv3cap -Scanning dependencies of target NEMS.exe -[ 98%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_MEDIATOR_methods.F90.o -[ 98%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_EARTH_INTERNAL_STATE.F90.o -[ 98%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_MEDIATOR_SpaceWeather.F90.o -[ 98%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/ENS_Cpl/ENS_CplComp_ESMFMod_STUB.F90.o -[ 98%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_UTILS.F90.o -[ 99%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_INTERNAL_STATE.F90.o -[ 99%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_Rusage.F90.o -[100%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_MEDIATOR.F90.o -[100%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_EARTH_GRID_COMP.F90.o -[100%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_GRID_COMP.F90.o -[100%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/MAIN_NEMS.F90.o -[100%] Building C object CMakeFiles/NEMS.exe.dir/NEMS/src/nems_c_rusage.c.o -[100%] Linking Fortran executable NEMS.exe -/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib/libjasper.a(jas_stream.o): In function `jas_stream_tmpfile': -/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/src/jasper-1.900.29/src/libjasper/base/jas_stream.c:520: warning: the use of `tmpnam' is dangerous, better use `mkstemp' -[100%] Built target NEMS.exe -+ mv NEMS.exe ../fv3_18.exe -+ cp /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3 ../modules.fv3_18 -+ cd .. -+ '[' YES = YES ']' -+ rm -rf build_fv3_18 -+ elapsed=214 -+ echo 'Elapsed time 214 seconds. Compiling CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y DEBUG=Y finished' -Elapsed time 214 seconds. Compiling CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y DEBUG=Y finished -+ SECONDS=0 -+++ readlink -f /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/compile_cmake.sh -++ dirname /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/compile_cmake.sh -+ readonly MYDIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests -+ MYDIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests -+ readonly ARGC=4 -+ ARGC=4 -+ cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests -+ [[ 4 -eq 0 ]] -+ [[ 4 -lt 2 ]] -+ PATHTR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model -+ MACHINE_ID=wcoss_dell_p3 -+ MAKE_OPT='CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp' -+ BUILD_NAME=fv3_19 -+ clean_before=YES -+ clean_after=YES -+ BUILD_DIR=build_fv3_19 -+ [[ wcoss_dell_p3 == cheyenne.* ]] -+ [[ wcoss_dell_p3 == wcoss_dell_p3 ]] -+ MAKE_THREADS=4 -+ MAKE_THREADS=4 -+ hostname -m72a3 -+ cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests -+ echo 'Compiling CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp into fv3_19.exe on wcoss_dell_p3' -Compiling CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp into fv3_19.exe on wcoss_dell_p3 -+ '[' YES = YES ']' -+ rm -rf build_fv3_19 -+ mkdir -p build_fv3_19 -+ CCPP_CMAKE_FLAGS= -+ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp == *\D\E\B\U\G\=\Y* ]] -+ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp == *\R\E\P\R\O\=\Y* ]] -+ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp == *\3\2\B\I\T\=\Y* ]] -+ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp == *\O\P\E\N\M\P\=\N* ]] -+ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp == *\C\C\P\P\=\Y* ]] -+ CCPP_CMAKE_FLAGS=' -DCCPP=ON -DMPI=ON' -+ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp == *\D\E\B\U\G\=\Y* ]] -+ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp == *\R\E\P\R\O\=\Y* ]] -+ CCPP_CMAKE_FLAGS=' -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release' -+ [[ wcoss_dell_p3 == \j\e\t\.\i\n\t\e\l ]] -+ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp == *\3\2\B\I\T\=\Y* ]] -+ CCPP_CMAKE_FLAGS=' -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=OFF' -+ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp == *\S\T\A\T\I\C\=\Y* ]] -+ CCPP_CMAKE_FLAGS=' -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=OFF -DSTATIC=ON' -+ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp == *\M\U\L\T\I\_\G\A\S\E\S\=\Y* ]] -+ CCPP_CMAKE_FLAGS=' -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF' -++ echo CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp -++ sed 's/.* SUITES=//' -++ sed 's/ .*//' -+ SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp -+ cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model -+ ./FV3/ccpp/framework/scripts/ccpp_prebuild.py --config=FV3/ccpp/config/ccpp_prebuild_config.py --static --suites=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp --builddir=tests/build_fv3_19/FV3 -INFO: Logging level set to INFO -INFO: Found TYPEDEFS_NEW_METADATA dictionary in config, assume at least some data is in new metadata formet -INFO: Parsing suite definition files ... -INFO: Parsing suite definition file FV3/ccpp/suites/suite_FV3_GFS_2017_gfdlmp.xml ... -INFO: Parsing suite definition file FV3/ccpp/suites/suite_FV3_GFS_2017_gfdlmp_noahmp.xml ... -INFO: Parsing metadata tables for variables provided by host model ... -INFO: Parsed variable definition tables in module machine -INFO: Parsed variable definition tables in module module_radsw_parameters -INFO: Parsed variable definition tables in module module_radlw_parameters -INFO: Parsed variable definition tables in module CCPP_typedefs -INFO: Parsed variable definition tables in module GFS_typedefs -INFO: Parsed variable definition tables in module CCPP_data -INFO: Parsed variable definition tables in module ccpp_types -INFO: Convert local names from new metadata format into old metadata format ... -INFO: Converting local name sfcflw of variable lw_fluxes_sfc from new to old metadata -INFO: Converting local name nslwr of variable number_of_timesteps_between_longwave_radiation_calls from new to old metadata -INFO: Converting local name hydrostatic of variable flag_for_hydrostatic_solver from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_of_kinematic_buoyancy_flux_from_shoc_in_phy_f3d) of variable kinematic_buoyancy_flux_from_shoc from new to old metadata -INFO: Converting local name nkbfshoc of variable index_of_kinematic_buoyancy_flux_from_shoc_in_phy_f3d from new to old metadata -INFO: Converting local name dvisbm_cpl of variable cumulative_surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name cnvw of variable convective_cloud_water_mixing_ratio from new to old metadata -INFO: Converting local name ltaerosol of variable flag_for_aerosol_physics from new to old metadata -INFO: Converting local name rainmcadj of variable lwe_thickness_of_moist_convective_adj_precipitation_amount from new to old metadata -INFO: Converting local name loop_cnt of variable ccpp_loop_counter from new to old metadata -INFO: Converting local name ncpi of variable local_ice_number_concentration from new to old metadata -INFO: Converting local name pt of variable virtual_temperature_at_Lagrangian_surface from new to old metadata -INFO: Converting local name nirbmui of variable surface_upwelling_direct_near_infrared_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name vconvtend of variable tendency_of_y_wind_due_to_deep_convection_for_coupling_on_physics_timestep from new to old metadata -INFO: Converting local name uustar_ice of variable surface_friction_velocity_over_ice from new to old metadata -INFO: Converting local name phy_myj_uz0 of variable u_wind_component_at_viscous_sublayer_top from new to old metadata -INFO: Converting local name evap_land of variable kinematic_surface_upward_latent_heat_flux_over_land from new to old metadata -INFO: Converting local name ocean of variable flag_nonzero_ocean_surface_fraction from new to old metadata -INFO: Converting local name ep1d_ocean of variable surface_upward_potential_latent_heat_flux_over_ocean from new to old metadata -INFO: Converting local name qconvtend of variable tendency_of_water_vapor_specific_humidity_due_to_deep_convection_for_coupling_on_physics_timestep from new to old metadata -INFO: Converting local name islmsk_cice of variable sea_land_ice_mask_cice from new to old metadata -INFO: Converting local name cmm_ice of variable surface_drag_wind_speed_for_momentum_in_air_over_ice from new to old metadata -INFO: Converting local name visdfdi of variable surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name cnv_ndrop of variable number_concentration_of_cloud_liquid_water_particles_for_detrainment from new to old metadata -INFO: Converting local name sh2o of variable volume_fraction_of_unfrozen_soil_moisture_for_land_surface_model from new to old metadata -INFO: Converting local name tau_tofd of variable time_integral_of_momentum_flux_due_to_turbulent_orographic_form_drag from new to old metadata -INFO: Converting local name dnirbmi_cpl of variable instantaneous_surface_downwelling_direct_near_infrared_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name refdmax263k of variable maximum_reflectivity_at_minus10c_over_maximum_hourly_time_interval from new to old metadata -INFO: Converting local name ulwsfci of variable surface_upwelling_longwave_flux from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_liquid_cloud_condensate) of variable tendency_of_liquid_cloud_water_mixing_ratio_due_to_model_physics from new to old metadata -INFO: Converting local name ntcw of variable index_for_liquid_cloud_condensate from new to old metadata -INFO: Converting local name lheatstrg of variable flag_for_canopy_heat_storage from new to old metadata -INFO: Converting local name slc of variable volume_fraction_of_unfrozen_soil_moisture from new to old metadata -INFO: Converting local name tsfc_land of variable surface_skin_temperature_over_land_interstitial from new to old metadata -INFO: Converting local name save_v of variable y_wind_save from new to old metadata -INFO: Converting local name xkzm_m of variable atmosphere_momentum_diffusivity_background from new to old metadata -INFO: Converting local name gabsbdlw_land of variable surface_downwelling_longwave_flux_absorbed_by_ground_over_land from new to old metadata -INFO: Converting local name tprcp_ice of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_ice from new to old metadata -INFO: Converting local name stblcpxy of variable slow_soil_pool_mass_content_of_carbon from new to old metadata -INFO: Converting local name cdq_land of variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_land from new to old metadata -INFO: Converting local name du3dt(:,:,2) of variable cumulative_change_in_x_wind_due_to_orographic_gravity_wave_drag from new to old metadata -INFO: Converting local name mg_berg_eff_factor of variable mg_bergeron_efficiency_factor from new to old metadata -INFO: Converting local name clouds(:,:,3) of variable mean_effective_radius_for_liquid_cloud from new to old metadata -INFO: Converting local name aer_nm of variable aerosol_number_concentration_from_gocart_aerosol_climatology from new to old metadata -INFO: Converting local name xzts of variable sensitivity_of_dtl_thickness_to_surface_temperature from new to old metadata -INFO: Converting local name lake of variable flag_nonzero_lake_surface_fraction from new to old metadata -INFO: Converting local name kb of variable vertical_index_difference_between_layer_and_lower_bound from new to old metadata -INFO: Converting local name ipt of variable index_for_diagnostic_printout from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_ice_friendly_aerosols) of variable ice_friendly_aerosol_number_concentration from new to old metadata -INFO: Converting local name ntia of variable index_for_ice_friendly_aerosols from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_rain_water) of variable tendency_of_rain_water_mixing_ratio_due_to_model_physics from new to old metadata -INFO: Converting local name ntrw of variable index_for_rain_water from new to old metadata -INFO: Converting local name con_epsm1 of variable ratio_of_dry_air_to_water_vapor_gas_constants_minus_one from new to old metadata -INFO: Converting local name dqsfc_cice of variable surface_upward_latent_heat_flux_for_coupling_interstitial from new to old metadata -INFO: Converting local name last_step of variable flag_for_the_last_step_of_k_split_remapping from new to old metadata -INFO: Converting local name huge of variable netcdf_float_fillvalue from new to old metadata -INFO: Converting local name save_q(:,:,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio_save from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_liquid_cloud_number_concentration) of variable cloud_droplet_number_concentration from new to old metadata -INFO: Converting local name ntlnc of variable index_for_liquid_cloud_number_concentration from new to old metadata -INFO: Converting local name dv3dt(:,:,1) of variable cumulative_change_in_y_wind_due_to_PBL from new to old metadata -INFO: Converting local name imp_physics_mg of variable flag_for_morrison_gettelman_microphysics_scheme from new to old metadata -INFO: Converting local name cldtaulw of variable cloud_optical_depth_layers_at_10mu_band from new to old metadata -INFO: Converting local name wet of variable flag_nonzero_wet_surface_fraction from new to old metadata -INFO: Converting local name qsnowxy of variable snow_precipitation_rate_at_surface from new to old metadata -INFO: Converting local name iopt_frz of variable flag_for_supercooled_liquid_water_option from new to old metadata -INFO: Converting local name dsnow_cpl of variable tendency_of_lwe_thickness_of_snow_amount_for_coupling from new to old metadata -INFO: Converting local name cldsa of variable cloud_area_fraction_for_radiation from new to old metadata -INFO: Converting local name totsnwb of variable accumulated_lwe_thickness_of_snow_amount_in_bucket from new to old metadata -INFO: Converting local name gq0(:,:,index_for_rain_water) of variable rain_water_mixing_ratio_updated_by_physics from new to old metadata -INFO: Converting local name totsnw of variable accumulated_lwe_thickness_of_snow_amount from new to old metadata -INFO: Converting local name xkzm_s of variable diffusivity_background_sigma_level from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_water_friendly_aerosols) of variable tendency_of_water_friendly_aerosol_number_concentration_due_to_model_physics from new to old metadata -INFO: Converting local name ntwa of variable index_for_water_friendly_aerosols from new to old metadata -INFO: Converting local name fswtr of variable fraction_of_cloud_top_water_scavenged from new to old metadata -INFO: Converting local name nvisbmi_cpl of variable instantaneous_surface_net_downward_direct_ultraviolet_and_visible_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_of_atmosphere_heat_diffusivity_from_shoc_in_phy_f3d) of variable atmosphere_heat_diffusivity_from_shoc from new to old metadata -INFO: Converting local name nahdshoc of variable index_of_atmosphere_heat_diffusivity_from_shoc_in_phy_f3d from new to old metadata -INFO: Converting local name nthreads of variable omp_threads_for_fast_physics from new to old metadata -INFO: Converting local name icemp of variable lwe_thickness_of_ice_amount from new to old metadata -INFO: Converting local name dqsfc_cpl of variable cumulative_surface_upward_latent_heat_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name con_jcal of variable joules_per_calorie_constant from new to old metadata -INFO: Converting local name xmu of variable zenith_angle_temporal_adjustment_factor_for_shortwave_fluxes from new to old metadata -INFO: Converting local name con_fvirt of variable ratio_of_vapor_to_dry_air_gas_constants_minus_one from new to old metadata -INFO: Converting local name evfactl_deep of variable rain_evaporation_coefficient_over_land_deep_convection from new to old metadata -INFO: Converting local name canliqxy of variable canopy_intercepted_liquid_water from new to old metadata -INFO: Converting local name phy_myj_qsfc of variable surface_specific_humidity_for_MYJ_schemes from new to old metadata -INFO: Converting local name rainncprv of variable lwe_thickness_of_explicit_rainfall_amount_from_previous_timestep from new to old metadata -INFO: Converting local name Tbd of variable GFS_tbd_type_instance from new to old metadata -INFO: Converting local name v1 of variable y_wind_at_lowest_model_layer_for_diag from new to old metadata -INFO: Converting local name det_mf of variable cumulative_atmosphere_detrainment_convective_mass_flux from new to old metadata -INFO: Converting local name psurf of variable surface_air_pressure_diag from new to old metadata -INFO: Converting local name gasvmr(:,:,10) of variable volume_mixing_ratio_cfc113 from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_for_rain_effective_radius) of variable effective_radius_of_stratiform_cloud_rain_particle_in_um from new to old metadata -INFO: Converting local name nreffr of variable index_for_rain_effective_radius from new to old metadata -INFO: Converting local name del_gz of variable geopotential_difference_between_midlayers_divided_by_midlayer_virtual_temperature from new to old metadata -INFO: Converting local name imfdeepcnv_ntiedtke of variable flag_for_ntiedtke_deep_convection_scheme from new to old metadata -INFO: Converting local name h2o_coeff of variable number_of_coefficients_in_h2o_forcing_data from new to old metadata -INFO: Converting local name tgrs of variable air_temperature from new to old metadata -INFO: Converting local name xlon of variable longitude from new to old metadata -INFO: Converting local name c_d of variable coefficient_c_d from new to old metadata -INFO: Converting local name tlvl of variable air_temperature_at_interface_for_radiation from new to old metadata -INFO: Converting local name f_rimef of variable rime_factor from new to old metadata -INFO: Converting local name mg_do_ice_gmao of variable mg_flag_for_gmao_ice_formulation from new to old metadata -INFO: Converting local name snowca of variable cumulative_surface_snow_area_fraction_multiplied_by_timestep from new to old metadata -INFO: Converting local name hflx of variable kinematic_surface_upward_sensible_heat_flux from new to old metadata -INFO: Converting local name dt3dt(:,:,6) of variable cumulative_change_in_temperature_due_to_microphysics from new to old metadata -INFO: Converting local name nirdfui of variable surface_upwelling_diffuse_near_infrared_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name trans of variable transpiration_flux from new to old metadata -INFO: Converting local name ntchs of variable index_for_first_chemical_tracer from new to old metadata -INFO: Converting local name idxday of variable daytime_points from new to old metadata -INFO: Converting local name iceprv of variable lwe_thickness_of_ice_amount_from_previous_timestep from new to old metadata -INFO: Converting local name mg_alf of variable mg_tuning_factor_for_alphas from new to old metadata -INFO: Converting local name nupdraft of variable number_of_plumes from new to old metadata -INFO: Converting local name qr_r of variable cloud_rain_water_mixing_ratio from new to old metadata -INFO: Converting local name sec of variable seconds_elapsed_since_model_initialization from new to old metadata -INFO: Converting local name epi of variable instantaneous_surface_potential_evaporation from new to old metadata -INFO: Converting local name gflx_land of variable upward_heat_flux_in_soil_over_land from new to old metadata -INFO: Converting local name du3dt_ngw of variable time_integral_of_change_in_x_wind_due_to_nonstationary_gravity_wave from new to old metadata -INFO: Converting local name bl_mynn_cloudpdf of variable cloudpdf from new to old metadata -INFO: Converting local name vtype of variable vegetation_type_classification_real from new to old metadata -INFO: Converting local name imfdeepcnv_gf of variable flag_for_gf_deep_convection_scheme from new to old metadata -INFO: Converting local name lssav of variable flag_diagnostics from new to old metadata -INFO: Converting local name sfalb of variable surface_diffused_shortwave_albedo from new to old metadata -INFO: Converting local name acvb of variable smallest_cloud_base_vertical_index_encountered_thus_far from new to old metadata -INFO: Converting local name c_0 of variable coefficient_c_0 from new to old metadata -INFO: Converting local name mpirank of variable mpi_rank_for_fast_physics from new to old metadata -INFO: Converting local name ntrac of variable number_of_tracers from new to old metadata -INFO: Converting local name dvsfci of variable instantaneous_surface_y_momentum_flux_for_diag from new to old metadata -INFO: Converting local name GFS_Interstitial of variable GFS_interstitial_type_instance_all_threads from new to old metadata -INFO: Converting local name in_nm of variable in_number_concentration from new to old metadata -INFO: Converting local name blksz2(ccpp_block_number) of variable horizontal_dimension from new to old metadata -INFO: Converting local name blk_no of variable ccpp_block_number from new to old metadata -INFO: Converting local name min_lakeice of variable lake_ice_minimum from new to old metadata -INFO: Converting local name canicexy of variable canopy_intercepted_ice_mass from new to old metadata -INFO: Converting local name mg_precip_frac_method of variable mg_type_of_precip_fraction_method from new to old metadata -INFO: Converting local name lonr of variable number_of_equatorial_longitude_points from new to old metadata -INFO: Converting local name dt3dt(:,:,7) of variable cumulative_change_in_temperature_due_to_orographic_gravity_wave_drag from new to old metadata -INFO: Converting local name dtzm of variable mean_change_over_depth_in_sea_water_temperature from new to old metadata -INFO: Converting local name du3dt_mtb of variable time_integral_of_change_in_x_wind_due_to_mountain_blocking_drag from new to old metadata -INFO: Converting local name stress_land of variable surface_wind_stress_over_land from new to old metadata -INFO: Converting local name nspinup of variable number_of_iterations_to_spin_up_cellular_automata from new to old metadata -INFO: Converting local name zogw of variable height_of_launch_level_of_orographic_gravity_wave from new to old metadata -INFO: Converting local name ntsw of variable index_for_snow_water from new to old metadata -INFO: Converting local name cov of variable t_prime_q_prime from new to old metadata -INFO: Converting local name sup of variable ice_supersaturation_threshold from new to old metadata -INFO: Converting local name dt3dt(:,:,3) of variable cumulative_change_in_temperature_due_to_PBL from new to old metadata -INFO: Converting local name mg_qcvar of variable mg_cloud_water_variance from new to old metadata -INFO: Converting local name ffmm_ice of variable Monin_Obukhov_similarity_function_for_momentum_over_ice from new to old metadata -INFO: Converting local name dtdt of variable tendency_of_air_temperature_at_Lagrangian_surface from new to old metadata -INFO: Converting local name GFS_statein_type of variable GFS_statein_type from new to old metadata -INFO: Converting local name train of variable accumulated_change_of_air_temperature_due_to_FA_scheme from new to old metadata -INFO: Converting local name fscav of variable coefficients_for_aerosol_scavenging from new to old metadata -INFO: Converting local name prslk(:,1) of variable dimensionless_exner_function_at_lowest_model_layer from new to old metadata -INFO: Converting local name tf of variable frozen_cloud_threshold_temperature from new to old metadata -INFO: Converting local name communicator of variable mpi_comm from new to old metadata -INFO: Converting local name qs_r of variable cloud_snow_mixing_ratio from new to old metadata -INFO: Converting local name skebv_wts of variable weights_for_stochastic_skeb_perturbation_of_y_wind from new to old metadata -INFO: Converting local name bl_mynn_edmf_part of variable edmf_partition_flag from new to old metadata -INFO: Converting local name dq3dt(:,:,7) of variable cumulative_change_in_ozone_concentration_due_to_ozone_mixing_ratio from new to old metadata -INFO: Converting local name swhc of variable tendency_of_air_temperature_due_to_shortwave_heating_assuming_clear_sky_on_radiation_timestep from new to old metadata -INFO: Converting local name mg_ngnst of variable mg_graupel_concentration_constant from new to old metadata -INFO: Converting local name GFS_grid_type of variable GFS_grid_type from new to old metadata -INFO: Converting local name js of variable starting_y_direction_index from new to old metadata -INFO: Converting local name out_dt of variable flag_for_tendency_of_air_temperature_at_Lagrangian_surface from new to old metadata -INFO: Converting local name delr of variable layer_pressure_thickness_for_radiation from new to old metadata -INFO: Converting local name ncgl of variable local_graupel_number_concentration from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_snow_water) of variable snow_water_mixing_ratio from new to old metadata -INFO: Converting local name totgrp of variable accumulated_lwe_thickness_of_graupel_amount from new to old metadata -INFO: Converting local name cldtausw of variable cloud_optical_depth_layers_at_0p55mu_band from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_ozone) of variable tendency_of_ozone_mixing_ratio_due_to_model_physics from new to old metadata -INFO: Converting local name ntoz of variable index_for_ozone from new to old metadata -INFO: Converting local name evap of variable kinematic_surface_upward_latent_heat_flux from new to old metadata -INFO: Converting local name oro of variable orography from new to old metadata -INFO: Converting local name topfsw of variable sw_fluxes_top_atmosphere from new to old metadata -INFO: Converting local name jmap of variable map_of_block_column_number_to_global_j_index from new to old metadata -INFO: Converting local name cdq of variable surface_drag_coefficient_for_heat_and_moisture_in_air from new to old metadata -INFO: Converting local name soiltype of variable soil_type_classification from new to old metadata -INFO: Converting local name evap_ocean of variable kinematic_surface_upward_latent_heat_flux_over_ocean from new to old metadata -INFO: Converting local name nblks of variable number_of_blocks from new to old metadata -INFO: Converting local name dxinv of variable inverse_scaling_factor_for_critical_relative_humidity from new to old metadata -INFO: Converting local name dvsfc of variable cumulative_surface_y_momentum_flux_for_diag_multiplied_by_timestep from new to old metadata -INFO: Converting local name GFS_stateout_type of variable GFS_stateout_type from new to old metadata -INFO: Converting local name qg of variable cloud_graupel_specific_humidity_at_Lagrangian_surface from new to old metadata -INFO: Converting local name nmtvr of variable number_of_statistical_measures_of_subgrid_orography from new to old metadata -INFO: Converting local name nseed of variable cellular_automata_seed_frequency from new to old metadata -INFO: Converting local name nlives of variable cellular_automata_lifetime from new to old metadata -INFO: Converting local name vegf1d of variable perturbation_of_vegetation_fraction from new to old metadata -INFO: Converting local name v10m of variable y_wind_at_10m from new to old metadata -INFO: Converting local name hice of variable sea_ice_thickness from new to old metadata -INFO: Converting local name mbota of variable model_layer_number_at_cloud_base from new to old metadata -INFO: Converting local name ncnvw of variable index_for_convective_cloud_water_mixing_ratio_in_phy_f3d from new to old metadata -INFO: Converting local name flqc of variable surface_exchange_coefficient_for_moisture from new to old metadata -INFO: Converting local name imfshalcnv_samf of variable flag_for_samf_shallow_convection_scheme from new to old metadata -INFO: Converting local name ntdiag of variable diagnostics_control_for_chemical_tracers from new to old metadata -INFO: Converting local name c1_shal of variable detrainment_conversion_parameter_shallow_convection from new to old metadata -INFO: Converting local name con_g of variable gravitational_acceleration from new to old metadata -INFO: Converting local name je of variable ending_y_direction_index from new to old metadata -INFO: Converting local name hprime(:,1) of variable standard_deviation_of_subgrid_orography from new to old metadata -INFO: Converting local name lh of variable surface_latent_heat from new to old metadata -INFO: Converting local name v10max of variable maximum_v_wind_at_10m_over_maximum_hourly_time_interval from new to old metadata -INFO: Converting local name dvsfcg of variable instantaneous_y_stress_due_to_gravity_wave_drag from new to old metadata -INFO: Converting local name mg_ninst of variable mg_ice_concentration_constant from new to old metadata -INFO: Converting local name lwhd of variable tendency_of_air_temperature_due_to_longwave_heating_for_idea from new to old metadata -INFO: Converting local name ntkev of variable index_for_turbulent_kinetic_energy_vertical_diffusion_tracer from new to old metadata -INFO: Converting local name fm10 of variable Monin_Obukhov_similarity_function_for_momentum_at_10m from new to old metadata -INFO: Converting local name phour of variable forecast_time_at_previous_timestep from new to old metadata -INFO: Converting local name phys_hydrostatic of variable flag_for_hydrostatic_heating_from_physics from new to old metadata -INFO: Converting local name nswsfci of variable surface_net_downwelling_shortwave_flux from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_for_graupel_effective_radius) of variable effective_radius_of_stratiform_cloud_graupel_particle_in_um from new to old metadata -INFO: Converting local name ngeffr of variable index_for_graupel_effective_radius from new to old metadata -INFO: Converting local name kt of variable vertical_index_difference_between_layer_and_upper_bound from new to old metadata -INFO: Converting local name GFS_tbd_type of variable GFS_tbd_type from new to old metadata -INFO: Converting local name tsurf_ocean of variable surface_skin_temperature_after_iteration_over_ocean from new to old metadata -INFO: Converting local name gu0(:,1) of variable x_wind_at_lowest_model_layer_updated_by_physics from new to old metadata -INFO: Converting local name akap of variable kappa_dry_for_fast_physics from new to old metadata -INFO: Converting local name lsm of variable flag_for_land_surface_scheme from new to old metadata -INFO: Converting local name nscav of variable number_of_tracers_scavenged from new to old metadata -INFO: Converting local name ffmm of variable Monin_Obukhov_similarity_function_for_momentum from new to old metadata -INFO: Converting local name nnirbm_cpl of variable cumulative_surface_net_downward_direct_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name tau_mtb of variable instantaneous_momentum_flux_due_to_mountain_blocking_drag from new to old metadata -INFO: Converting local name snicexy of variable snow_layer_ice from new to old metadata -INFO: Converting local name flag_guess of variable flag_for_guess_run from new to old metadata -INFO: Converting local name dnirbm_cpl of variable cumulative_surface_downwelling_direct_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name chh_ocean of variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_ocean from new to old metadata -INFO: Converting local name dtsfci_cpl of variable instantaneous_surface_upward_sensible_heat_flux_for_coupling from new to old metadata -INFO: Converting local name flgmin of variable minimum_large_ice_fraction from new to old metadata -INFO: Converting local name t02max of variable maximum_temperature_at_2m_over_maximum_hourly_time_interval from new to old metadata -INFO: Converting local name tconvtend of variable tendency_of_air_temperature_due_to_deep_convection_for_coupling_on_physics_timestep from new to old metadata -INFO: Converting local name zorl of variable surface_roughness_length from new to old metadata -INFO: Converting local name coslat of variable cosine_of_latitude from new to old metadata -INFO: Converting local name pertalb of variable magnitude_of_surface_albedo_perturbation from new to old metadata -INFO: Converting local name aecm of variable instantaneous_aerosol_column_mass_densities from new to old metadata -INFO: Converting local name con_rv of variable gas_constant_water_vapor from new to old metadata -INFO: Converting local name wminco of variable cloud_condensed_water_conversion_threshold from new to old metadata -INFO: Converting local name fastcpxy of variable fast_soil_pool_mass_content_of_carbon from new to old metadata -INFO: Converting local name kind_grid of variable kind_grid from new to old metadata -INFO: Converting local name stress of variable surface_wind_stress from new to old metadata -INFO: Converting local name qgrs(:,1,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio_at_lowest_model_layer from new to old metadata -INFO: Converting local name rhc of variable critical_relative_humidity from new to old metadata -INFO: Converting local name tsfco of variable sea_surface_temperature from new to old metadata -INFO: Converting local name tau_ngw of variable instantaneous_momentum_flux_due_to_nonstationary_gravity_wave from new to old metadata -INFO: Converting local name tsfcl of variable surface_skin_temperature_over_land from new to old metadata -INFO: Converting local name clouds(:,:,7) of variable mean_effective_radius_for_rain_drop from new to old metadata -INFO: Converting local name con_cliq of variable specific_heat_of_liquid_water_at_constant_pressure from new to old metadata -INFO: Converting local name zmtb of variable height_of_mountain_blocking from new to old metadata -INFO: Converting local name ulwsfcin_cpl of variable surface_upwelling_longwave_flux_for_coupling from new to old metadata -INFO: Converting local name dlwsfc_cpl of variable cumulative_surface_downwelling_longwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name sfcdlw of variable surface_downwelling_longwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name t1 of variable air_temperature_at_lowest_model_layer_for_diag from new to old metadata -INFO: Converting local name ntiw of variable index_for_ice_cloud_condensate from new to old metadata -INFO: Converting local name bl_mynn_mixlength of variable mixing_length_flag from new to old metadata -INFO: Converting local name faerlw(:,:,:,1) of variable aerosol_optical_depth_for_longwave_bands_01_16 from new to old metadata -INFO: Converting local name ozpl of variable ozone_forcing from new to old metadata -INFO: Converting local name dlength of variable characteristic_grid_length_scale from new to old metadata -INFO: Converting local name slag of variable equation_of_time from new to old metadata -INFO: Converting local name ntot2d of variable number_of_fields_in_phyf2d from new to old metadata -INFO: Converting local name iopt_run of variable flag_for_runoff_and_groundwater_option from new to old metadata -INFO: Converting local name gq0(:,:,index_for_liquid_cloud_number_concentration) of variable cloud_droplet_number_concentration_updated_by_physics from new to old metadata -INFO: Converting local name sneqvoxy of variable snow_mass_at_previous_time_step from new to old metadata -INFO: Converting local name con_rhw0 of variable sea_water_reference_density from new to old metadata -INFO: Converting local name mtopa of variable model_layer_number_at_cloud_top from new to old metadata -INFO: Converting local name pertshc of variable magnitude_of_perturbation_of_soil_type_b_parameter from new to old metadata -INFO: Converting local name levi of variable vertical_interface_dimension from new to old metadata -INFO: Converting local name do_shoc of variable flag_for_shoc from new to old metadata -INFO: Converting local name du3dt_tms of variable time_integral_of_change_in_x_wind_due_to_turbulent_orographic_form_drag from new to old metadata -INFO: Converting local name snow_cpl of variable lwe_thickness_of_snow_amount_for_coupling from new to old metadata -INFO: Converting local name pkz of variable finite_volume_mean_edge_pressure_raised_to_the_power_of_kappa from new to old metadata -INFO: Converting local name nn of variable number_of_tracers_for_convective_transport from new to old metadata -INFO: Converting local name do_sat_adj of variable flag_for_saturation_adjustment_for_microphysics_in_dynamics from new to old metadata -INFO: Converting local name dx of variable cell_size from new to old metadata -INFO: Converting local name do_ugwp of variable do_ugwp from new to old metadata -INFO: Converting local name rain of variable lwe_thickness_of_precipitation_amount_on_dynamics_timestep from new to old metadata -INFO: Converting local name iopt_crs of variable flag_for_canopy_stomatal_resistance_option from new to old metadata -INFO: Converting local name qgrs(:,1,index_for_water_vapor) of variable water_vapor_specific_humidity_at_lowest_model_layer from new to old metadata -INFO: Converting local name ntqv of variable index_for_water_vapor from new to old metadata -INFO: Converting local name t02min of variable minimum_temperature_at_2m_over_maximum_hourly_time_interval from new to old metadata -INFO: Converting local name imp_physics_gfdl of variable flag_for_gfdl_microphysics_scheme from new to old metadata -INFO: Converting local name lprnt of variable flag_print from new to old metadata -INFO: Converting local name gabsbdlw_ice of variable surface_downwelling_longwave_flux_absorbed_by_ground_over_ice from new to old metadata -INFO: Converting local name imp_physics_thompson of variable flag_for_thompson_microphysics_scheme from new to old metadata -INFO: Converting local name ctei_rm of variable critical_cloud_top_entrainment_instability_criteria from new to old metadata -INFO: Converting local name tseal of variable surface_skin_temperature_for_nsst from new to old metadata -INFO: Converting local name dusfc_fd of variable integrated_x_momentum_flux_from_form_drag from new to old metadata -INFO: Converting local name dusfcin_cpl of variable surface_x_momentum_flux_for_coupling from new to old metadata -INFO: Converting local name slope of variable surface_slope_classification_real from new to old metadata -INFO: Converting local name htrlw of variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_timestep from new to old metadata -INFO: Converting local name mg_qcmin(2) of variable mg_minimum_ice_mixing_ratio from new to old metadata -INFO: Converting local name tice of variable sea_ice_temperature_interstitial from new to old metadata -INFO: Converting local name adjvisbmu of variable surface_upwelling_direct_ultraviolet_and_visible_shortwave_flux from new to old metadata -INFO: Converting local name dvgwd of variable time_integral_of_y_stress_due_to_gravity_wave_drag from new to old metadata -INFO: Converting local name dusfc_cice of variable surface_x_momentum_flux_for_coupling_interstitial from new to old metadata -INFO: Converting local name errmsg of variable ccpp_error_message from new to old metadata -INFO: Converting local name flag_cice of variable flag_for_cice from new to old metadata -INFO: Converting local name Coupling of variable GFS_coupling_type_instance from new to old metadata -INFO: Converting local name cs_parm(3) of variable detrainment_and_precipitation_tunable_parameter_3_CS from new to old metadata -INFO: Converting local name snliqxy of variable snow_layer_liquid_water from new to old metadata -INFO: Converting local name mstrat of variable flag_for_moorthi_stratus from new to old metadata -INFO: Converting local name imfdeepcnv_sas of variable flag_for_sas_deep_convection_scheme from new to old metadata -INFO: Converting local name weasd_ice of variable water_equivalent_accumulated_snow_depth_over_ice from new to old metadata -INFO: Converting local name bl_mynn_edmf_mom of variable edmf_momentum_transport_flag from new to old metadata -INFO: Converting local name npdf3d of variable number_of_3d_arrays_associated_with_pdf_based_clouds from new to old metadata -INFO: Converting local name dq3dt(:,:,2) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_deep_convection from new to old metadata -INFO: Converting local name w_upi of variable vertical_velocity_for_updraft from new to old metadata -INFO: Converting local name qlyr of variable water_vapor_specific_humidity_at_layer_for_radiation from new to old metadata -INFO: Converting local name fm10_ice of variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_ice from new to old metadata -INFO: Converting local name qgl of variable local_graupel_mixing_ratio from new to old metadata -INFO: Converting local name gt0(:,1) of variable air_temperature_at_lowest_model_layer_updated_by_physics from new to old metadata -INFO: Converting local name ccpp_t of variable ccpp_t from new to old metadata -INFO: Converting local name clouds(:,:,4) of variable cloud_ice_water_path from new to old metadata -INFO: Converting local name rain_cpl of variable lwe_thickness_of_precipitation_amount_for_coupling from new to old metadata -INFO: Converting local name bl_mynn_cloudmix of variable cloud_specie_mix_flag from new to old metadata -INFO: Converting local name tgxy of variable ground_temperature_for_noahmp from new to old metadata -INFO: Converting local name oa4 of variable asymmetry_of_subgrid_orography from new to old metadata -INFO: Converting local name refdmax of variable maximum_reflectivity_at_1km_agl_over_maximum_hourly_time_interval from new to old metadata -INFO: Converting local name GFS_Data(ccpp_block_number) of variable GFS_data_type_instance from new to old metadata -INFO: Converting local name dvsfc_cpl of variable cumulative_surface_y_momentum_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name shocaftcnv of variable flag_for_shoc_after_convection from new to old metadata -INFO: Converting local name mg_rhmini of variable mg_minimum_rh_for_ice from new to old metadata -INFO: Converting local name t2mi_cpl of variable instantaneous_temperature_at_2m_for_coupling from new to old metadata -INFO: Converting local name GFS_Interstitial(ccpp_thread_number) of variable GFS_interstitial_type_instance from new to old metadata -INFO: Converting local name thrd_no of variable ccpp_thread_number from new to old metadata -INFO: Converting local name evbs of variable soil_upward_latent_heat_flux from new to old metadata -INFO: Converting local name dtdtr of variable tendency_of_air_temperature_due_to_radiative_heating_on_physics_time_step from new to old metadata -INFO: Converting local name spfhmin of variable minimum_specific_humidity_at_2m from new to old metadata -INFO: Converting local name xsaixy of variable stem_area_index from new to old metadata -INFO: Converting local name lsoil of variable soil_vertical_dimension from new to old metadata -INFO: Converting local name mg_ts_auto_ice of variable mg_time_scale_for_autoconversion_of_ice from new to old metadata -INFO: Converting local name ca_deep of variable fraction_of_cellular_automata_for_deep_convection from new to old metadata -INFO: Converting local name work1 of variable grid_size_related_coefficient_used_in_scale_sensitive_schemes from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_for_cloud_liquid_water_effective_radius) of variable effective_radius_of_stratiform_cloud_liquid_water_particle_in_um from new to old metadata -INFO: Converting local name nleffr of variable index_for_cloud_liquid_water_effective_radius from new to old metadata -INFO: Converting local name dlwsfci of variable surface_downwelling_longwave_flux from new to old metadata -INFO: Converting local name mg_nicons of variable mg_flag_ice_concentration_constant from new to old metadata -INFO: Converting local name faersw(:,:,:,1) of variable aerosol_optical_depth_for_shortwave_bands_01_16 from new to old metadata -INFO: Converting local name xt of variable diurnal_thermocline_layer_heat_content from new to old metadata -INFO: Converting local name prsl of variable air_pressure from new to old metadata -INFO: Converting local name cv of variable fraction_of_convective_cloud from new to old metadata -INFO: Converting local name blksz of variable horizontal_block_size from new to old metadata -INFO: Converting local name pertvegf of variable magnitude_of_perturbation_of_vegetation_fraction from new to old metadata -INFO: Converting local name gq0(:,:,index_for_cloud_amount) of variable cloud_fraction_updated_by_physics from new to old metadata -INFO: Converting local name ntclamt of variable index_for_cloud_amount from new to old metadata -INFO: Converting local name zorlo of variable surface_roughness_length_over_ocean from new to old metadata -INFO: Converting local name te0 of variable atmosphere_energy_content_at_Lagrangian_surface from new to old metadata -INFO: Converting local name ktop of variable vertical_index_at_cloud_top from new to old metadata -INFO: Converting local name prevsq of variable moisture_from_previous_timestep from new to old metadata -INFO: Converting local name kpbl of variable vertical_index_at_top_of_atmosphere_boundary_layer from new to old metadata -INFO: Converting local name ncells of variable cellular_automata_finer_grid from new to old metadata -INFO: Converting local name cnvc of variable convective_cloud_cover from new to old metadata -INFO: Converting local name totprcp of variable accumulated_lwe_thickness_of_precipitation_amount from new to old metadata -INFO: Converting local name cgwf of variable multiplication_factors_for_convective_gravity_wave_drag from new to old metadata -INFO: Converting local name do_shum of variable flag_for_stochastic_shum_option from new to old metadata -INFO: Converting local name save_q of variable tracer_concentration_save from new to old metadata -INFO: Converting local name h2o_pres of variable natural_log_of_h2o_forcing_data_pressure_levels from new to old metadata -INFO: Converting local name iopt_snf of variable flag_for_precipitation_partition_option from new to old metadata -INFO: Converting local name c0s_shal of variable rain_conversion_parameter_shallow_convection from new to old metadata -INFO: Converting local name zwtxy of variable water_table_depth from new to old metadata -INFO: Converting local name qr of variable cloud_rain_specific_humidity_at_Lagrangian_surface from new to old metadata -INFO: Converting local name dzlyr of variable layer_thickness_for_radiation from new to old metadata -INFO: Converting local name taussxy of variable nondimensional_snow_age from new to old metadata -INFO: Converting local name tsfa of variable surface_air_temperature_for_radiation from new to old metadata -INFO: Converting local name snoalb of variable upper_bound_on_max_albedo_over_deep_snow from new to old metadata -INFO: Converting local name xs of variable sea_water_salinity from new to old metadata -INFO: Converting local name dvsfci_cpl of variable instantaneous_surface_y_momentum_flux_for_coupling from new to old metadata -INFO: Converting local name xlat of variable latitude from new to old metadata -INFO: Converting local name ugrs of variable x_wind from new to old metadata -INFO: Converting local name shdmin of variable minimum_vegetation_area_fraction from new to old metadata -INFO: Converting local name nnirdfi_cpl of variable instantaneous_surface_net_downward_diffuse_near_infrared_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name microp_uniform of variable mg_flag_for_uniform_subcolumns from new to old metadata -INFO: Converting local name frland of variable land_area_fraction_for_microphysics from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_ice_friendly_aerosols) of variable tendency_of_ice_friendly_aerosol_number_concentration_due_to_model_physics from new to old metadata -INFO: Converting local name oz_pres of variable natural_log_of_ozone_forcing_data_pressure_levels from new to old metadata -INFO: Converting local name zlwb of variable time_integral_of_height_of_low_level_wave_breaking from new to old metadata -INFO: Converting local name gq0(:,:,index_for_ice_cloud_condensate) of variable ice_water_mixing_ratio_updated_by_physics from new to old metadata -INFO: Converting local name qss of variable surface_specific_humidity from new to old metadata -INFO: Converting local name dry of variable flag_nonzero_land_surface_fraction from new to old metadata -INFO: Converting local name bk of variable b_parameter_of_the_hybrid_coordinate from new to old metadata -INFO: Converting local name cdmbgwd of variable multiplication_factors_for_mountain_blocking_and_orographic_gravity_wave_drag from new to old metadata -INFO: Converting local name levs of variable vertical_dimension from new to old metadata -INFO: Converting local name swhtr of variable flag_for_output_of_shortwave_heating_rate from new to old metadata -INFO: Converting local name zorl_land of variable surface_roughness_length_over_land_interstitial from new to old metadata -INFO: Converting local name t2m of variable temperature_at_2m from new to old metadata -INFO: Converting local name tau_ogw of variable instantaneous_momentum_flux_due_to_orographic_gravity_wave_drag from new to old metadata -INFO: Converting local name shoc_parm(3) of variable shoc_tke_dissipation_tunable_parameter_near_surface from new to old metadata -INFO: Converting local name gflx_ice of variable upward_heat_flux_in_soil_over_ice from new to old metadata -INFO: Converting local name nspc1 of variable number_of_species_for_aerosol_optical_depth from new to old metadata -INFO: Converting local name drain_cpl of variable tendency_of_lwe_thickness_of_precipitation_amount_for_coupling from new to old metadata -INFO: Converting local name phis of variable surface_geopotential_at_Lagrangian_surface from new to old metadata -INFO: Converting local name q2mi_cpl of variable instantaneous_specific_humidity_at_2m_for_coupling from new to old metadata -INFO: Converting local name zogw of variable time_integral_of_height_of_launch_level_of_orographic_gravity_wave from new to old metadata -INFO: Converting local name prsi of variable air_pressure_at_interface from new to old metadata -INFO: Converting local name aerodp of variable atmosphere_optical_thickness_due_to_ambient_aerosol_particles from new to old metadata -INFO: Converting local name shal_cnv of variable flag_for_shallow_convection from new to old metadata -INFO: Converting local name icsdlw of variable seed_random_numbers_lw from new to old metadata -INFO: Converting local name ncld of variable number_of_hydrometeors from new to old metadata -INFO: Converting local name gasvmr(:,:,6) of variable volume_mixing_ratio_cfc11 from new to old metadata -INFO: Converting local name tracers_water of variable number_of_water_tracers from new to old metadata -INFO: Converting local name nscyc of variable number_of_timesteps_between_surface_cycling_calls from new to old metadata -INFO: Converting local name dswsfc_cpl of variable cumulative_surface_downwelling_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name adjvisdfu of variable surface_upwelling_diffuse_ultraviolet_and_visible_shortwave_flux from new to old metadata -INFO: Converting local name cs_parm(2) of variable updraft_velocity_tunable_parameter_2_CS from new to old metadata -INFO: Converting local name lsswr of variable flag_to_calc_sw from new to old metadata -INFO: Converting local name imfshalcnv_gf of variable flag_for_gf_shallow_convection_scheme from new to old metadata -INFO: Converting local name kinver of variable index_of_highest_temperature_inversion from new to old metadata -INFO: Converting local name tslb of variable soil_temperature_for_land_surface_model from new to old metadata -INFO: Converting local name weasd of variable water_equivalent_accumulated_snow_depth from new to old metadata -INFO: Converting local name tisfc of variable sea_ice_temperature from new to old metadata -INFO: Converting local name faerlw of variable aerosol_optical_properties_for_longwave_bands_01_16 from new to old metadata -INFO: Converting local name logunit of variable iounit_log from new to old metadata -INFO: Converting local name fast_mp_consv of variable flag_for_fast_microphysics_energy_conservation from new to old metadata -INFO: Converting local name cnv_mfd of variable detrained_mass_flux from new to old metadata -INFO: Converting local name zvir of variable ratio_of_vapor_to_dry_air_gas_constants_minus_one_default_kind from new to old metadata -INFO: Converting local name jed of variable ending_y_direction_index_domain from new to old metadata -INFO: Converting local name gasvmr(:,:,3) of variable volume_mixing_ratio_ch4 from new to old metadata -INFO: Converting local name sfcdsw of variable surface_downwelling_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name hydrostatic of variable flag_for_hydrostatic_solver_for_fast_physics from new to old metadata -INFO: Converting local name dvsfc_bl of variable integrated_y_momentum_flux_from_blocking_drag from new to old metadata -INFO: Converting local name Grid of variable GFS_grid_type_instance from new to old metadata -INFO: Converting local name ncnd of variable number_of_cloud_condensate_types from new to old metadata -INFO: Converting local name w_0 of variable coefficient_w_0 from new to old metadata -INFO: Converting local name zm of variable ocean_mixed_layer_thickness from new to old metadata -INFO: Converting local name shoc_parm(2) of variable shoc_tke_dissipation_tunable_parameter from new to old metadata -INFO: Converting local name cdec of variable cosine_of_solar_declination_angle from new to old metadata -INFO: Converting local name npzq_con of variable vertical_dimension_for_condensed_water_at_Lagrangian_surface from new to old metadata -INFO: Converting local name rmol of variable reciprocal_of_obukhov_length from new to old metadata -INFO: Converting local name snowxy of variable number_of_snow_layers from new to old metadata -INFO: Converting local name hflx_land of variable kinematic_surface_upward_sensible_heat_flux_over_land from new to old metadata -INFO: Converting local name clw of variable convective_transportable_tracers from new to old metadata -INFO: Converting local name srflag of variable flag_for_precipitation_type from new to old metadata -INFO: Converting local name suntim of variable duration_of_sunshine from new to old metadata -INFO: Converting local name isot of variable soil_type_dataset_choice from new to old metadata -INFO: Converting local name isol of variable flag_for_solar_constant from new to old metadata -INFO: Converting local name th2m of variable potential_temperature_at_2m from new to old metadata -INFO: Converting local name hpbl of variable atmosphere_boundary_layer_thickness from new to old metadata -INFO: Converting local name cd of variable surface_drag_coefficient_for_momentum_in_air from new to old metadata -INFO: Converting local name dusfc_ls of variable integrated_x_momentum_flux_from_large_scale_gwd from new to old metadata -INFO: Converting local name do_sppt of variable flag_for_stochastic_surface_physics_perturbations from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_for_convective_cloud_water_mixing_ratio_in_phy_f3d) of variable convective_cloud_water_mixing_ratio_in_phy_f3d from new to old metadata -INFO: Converting local name rb_ice of variable bulk_richardson_number_at_lowest_model_level_over_ice from new to old metadata -INFO: Converting local name itc of variable number_of_aerosol_tracers_for_convection from new to old metadata -INFO: Converting local name Cldprop of variable GFS_cldprop_type_instance from new to old metadata -INFO: Converting local name grav_settling of variable grav_settling from new to old metadata -INFO: Converting local name gq0(:,:,index_for_ice_cloud_number_concentration) of variable ice_number_concentration_updated_by_physics from new to old metadata -INFO: Converting local name ntinc of variable index_for_ice_cloud_number_concentration from new to old metadata -INFO: Converting local name iopt_inf of variable flag_for_frozen_soil_permeability_option from new to old metadata -INFO: Converting local name c0s_deep of variable rain_conversion_parameter_deep_convection from new to old metadata -INFO: Converting local name dtaux2d_ls of variable x_momentum_tendency_from_large_scale_gwd from new to old metadata -INFO: Converting local name phy_myj_qz0 of variable specific_humidity_at_viscous_sublayer_top from new to old metadata -INFO: Converting local name iovr_sw of variable flag_for_max_random_overlap_clouds_for_shortwave_radiation from new to old metadata -INFO: Converting local name icliq_sw of variable flag_for_optical_property_for_liquid_clouds_for_shortwave_radiation from new to old metadata -INFO: Converting local name psmean of variable cumulative_surface_pressure_multiplied_by_timestep from new to old metadata -INFO: Converting local name cmm_ocean of variable surface_drag_wind_speed_for_momentum_in_air_over_ocean from new to old metadata -INFO: Converting local name shcnvcw of variable flag_shallow_convective_cloud from new to old metadata -INFO: Converting local name drain of variable subsurface_runoff_flux from new to old metadata -INFO: Converting local name ak of variable a_parameter_of_the_hybrid_coordinate from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_liquid_cloud_number_concentration) of variable tendency_of_cloud_droplet_number_concentration_due_to_model_physics from new to old metadata -INFO: Converting local name sfc_z0_type of variable flag_for_surface_roughness_option_over_ocean from new to old metadata -INFO: Converting local name cvt of variable pressure_at_top_of_convective_cloud from new to old metadata -INFO: Converting local name gwd_opt of variable gwd_opt from new to old metadata -INFO: Converting local name snowmp of variable lwe_thickness_of_snow_amount from new to old metadata -INFO: Converting local name ncnvcld3d of variable number_of_convective_3d_cloud_fields from new to old metadata -INFO: Converting local name cape of variable convective_available_potential_energy_for_coupling from new to old metadata -INFO: Converting local name du3dt_ogw of variable time_integral_of_change_in_x_wind_due_to_orographic_gravity_wave_drag from new to old metadata -INFO: Converting local name te0_2d of variable atmosphere_energy_content_in_column from new to old metadata -INFO: Converting local name dsnowprv of variable snow_precipitation_rate_from_previous_timestep from new to old metadata -INFO: Converting local name chh of variable surface_drag_mass_flux_for_heat_and_moisture_in_air from new to old metadata -INFO: Converting local name dt3dt(:,:,5) of variable cumulative_change_in_temperature_due_to_shal_convection from new to old metadata -INFO: Converting local name cplwav of variable flag_for_wave_coupling from new to old metadata -INFO: Converting local name clw(:,:,2) of variable cloud_condensed_water_mixing_ratio_convective_transport_tracer from new to old metadata -INFO: Converting local name shoc_parm(1) of variable shoc_tke_dissipatation_pressure_threshold from new to old metadata -INFO: Converting local name oro_uf of variable orography_unfiltered from new to old metadata -INFO: Converting local name peln of variable log_pressure_at_Lagrangian_surface from new to old metadata -INFO: Converting local name gasvmr(:,:,8) of variable volume_mixing_ratio_cfc22 from new to old metadata -INFO: Converting local name pertzt of variable magnitude_of_perturbation_of_heat_to_momentum_roughness_length_ratio from new to old metadata -INFO: Converting local name clouds(:,:,1) of variable total_cloud_fraction from new to old metadata -INFO: Converting local name iaer of variable flag_for_default_aerosol_effect_in_shortwave_radiation from new to old metadata -INFO: Converting local name wet1 of variable normalized_soil_wetness from new to old metadata -INFO: Converting local name npz of variable vertical_dimension_for_fast_physics from new to old metadata -INFO: Converting local name cal_pre of variable flag_for_precipitation_type_algorithm from new to old metadata -INFO: Converting local name lmk of variable adjusted_vertical_layer_dimension_for_radiation from new to old metadata -INFO: Converting local name kind_phys of variable kind_phys from new to old metadata -INFO: Converting local name Sfcprop of variable GFS_sfcprop_type_instance from new to old metadata -INFO: Converting local name wslakexy of variable lake_water_storage from new to old metadata -INFO: Converting local name f10m of variable ratio_of_wind_at_lowest_model_layer_and_wind_at_10m from new to old metadata -INFO: Converting local name gasvmr(:,:,1) of variable volume_mixing_ratio_co2 from new to old metadata -INFO: Converting local name q2mp of variable specific_humidity_at_2m_from_noahmp from new to old metadata -INFO: Converting local name lwhc of variable tendency_of_air_temperature_due_to_longwave_heating_assuming_clear_sky_on_radiation_timestep from new to old metadata -INFO: Converting local name snowd_ice of variable surface_snow_thickness_water_equivalent_over_ice from new to old metadata -INFO: Converting local name lsnow_lsm_lbound of variable lower_bound_of_snow_vertical_dimension_for_land_surface_model from new to old metadata -INFO: Converting local name mg_dcs of variable mg_autoconversion_size_threshold_ice_snow from new to old metadata -INFO: Converting local name rhgrd of variable fa_threshold_relative_humidity_for_onset_of_condensation from new to old metadata -INFO: Converting local name dudt_ogw of variable instantaneous_change_in_x_wind_due_to_orographic_gravity_wave_drag from new to old metadata -INFO: Converting local name slmsk of variable sea_land_ice_mask_real from new to old metadata -INFO: Converting local name ictm of variable flag_for_initial_time_date_control from new to old metadata -INFO: Converting local name qss_ocean of variable surface_specific_humidity_over_ocean from new to old metadata -INFO: Converting local name tsfc of variable surface_skin_temperature from new to old metadata -INFO: Converting local name prsik of variable dimensionless_exner_function_at_model_interfaces from new to old metadata -INFO: Converting local name t2mmp of variable temperature_at_2m_from_noahmp from new to old metadata -INFO: Converting local name tau_ogw of variable time_integral_of_momentum_flux_due_to_orographic_gravity_wave_drag from new to old metadata -INFO: Converting local name topflw_type of variable topflw_type from new to old metadata -INFO: Converting local name cnv_nice of variable number_concentration_of_ice_crystals_for_detrainment from new to old metadata -INFO: Converting local name cscnv of variable flag_for_Chikira_Sugiyama_deep_convection from new to old metadata -INFO: Converting local name u10mi_cpl of variable instantaneous_x_wind_at_10m_for_coupling from new to old metadata -INFO: Converting local name fh2_ocean of variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_ocean from new to old metadata -INFO: Converting local name phii of variable geopotential_at_interface from new to old metadata -INFO: Converting local name gq0(:,:,index_for_graupel) of variable graupel_mixing_ratio_updated_by_physics from new to old metadata -INFO: Converting local name ntgl of variable index_for_graupel from new to old metadata -INFO: Converting local name nvisdfi_cpl of variable instantaneous_surface_net_downward_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name norad_precip of variable flag_for_precipitation_effect_on_radiation from new to old metadata -INFO: Converting local name dq3dt(:,:,5) of variable cumulative_change_in_ozone_mixing_ratio_due_to_PBL from new to old metadata -INFO: Converting local name dusfcg of variable instantaneous_x_stress_due_to_gravity_wave_drag from new to old metadata -INFO: Converting local name stype of variable soil_type_classification_real from new to old metadata -INFO: Converting local name lwhtr of variable flag_for_output_of_longwave_heating_rate from new to old metadata -INFO: Converting local name skebv_wts of variable weights_for_stochastic_skeb_perturbation_of_y_wind_flipped from new to old metadata -INFO: Converting local name prnum of variable prandtl_number from new to old metadata -INFO: Converting local name dtsfcin_cpl of variable surface_upward_sensible_heat_flux_for_coupling from new to old metadata -INFO: Converting local name sigmatot of variable convective_updraft_area_fraction_at_model_interfaces from new to old metadata -INFO: Converting local name rann of variable random_number_array from new to old metadata -INFO: Converting local name work2 of variable grid_size_related_coefficient_used_in_scale_sensitive_schemes_complement from new to old metadata -INFO: Converting local name ep1d_land of variable surface_upward_potential_latent_heat_flux_over_land from new to old metadata -INFO: Converting local name num_p3d of variable array_dimension_of_3d_arrays_for_microphysics from new to old metadata -INFO: Converting local name frac_grid of variable flag_for_fractional_grid from new to old metadata -INFO: Converting local name dtdtc of variable tendency_of_air_temperature_due_to_radiative_heating_assuming_clear_sky from new to old metadata -INFO: Converting local name chxy of variable surface_drag_coefficient_for_heat_and_moisture_for_noahmp from new to old metadata -INFO: Converting local name dtauy2d_bl of variable y_momentum_tendency_from_blocking_drag from new to old metadata -INFO: Converting local name dtsfc of variable cumulative_surface_upward_sensible_heat_flux_for_diag_multiplied_by_timestep from new to old metadata -INFO: Converting local name gflx_ocean of variable upward_heat_flux_in_soil_over_ocean from new to old metadata -INFO: Converting local name deeprechxy of variable water_table_recharge_when_deep from new to old metadata -INFO: Converting local name imfshalcnv_sas of variable flag_for_sas_shallow_convection_scheme from new to old metadata -INFO: Converting local name woodxy of variable wood_mass from new to old metadata -INFO: Converting local name phy_f3d(:,:,3) of variable air_temperature_at_previous_time_step from new to old metadata -INFO: Converting local name otspt of variable flag_convective_tracer_transport from new to old metadata -INFO: Converting local name tsurf of variable surface_skin_temperature_after_iteration from new to old metadata -INFO: Converting local name phy_f2d(:,array_dimension_of_2d_arrays_for_microphysics) of variable surface_wind_enhancement_due_to_convection from new to old metadata -INFO: Converting local name num_p2d of variable array_dimension_of_2d_arrays_for_microphysics from new to old metadata -INFO: Converting local name diss_est of variable dissipation_estimate_of_air_temperature_at_model_layers from new to old metadata -INFO: Converting local name ffmm_land of variable Monin_Obukhov_similarity_function_for_momentum_over_land from new to old metadata -INFO: Converting local name imfshalcnv of variable flag_for_mass_flux_shallow_convection_scheme from new to old metadata -INFO: Converting local name iopt_rad of variable flag_for_radiation_transfer_option from new to old metadata -INFO: Converting local name effr_in of variable flag_for_cloud_effective_radii from new to old metadata -INFO: Converting local name Sh3D of variable stability_function_for_heat from new to old metadata -INFO: Converting local name con_sbc of variable stefan_boltzmann_constant from new to old metadata -INFO: Converting local name phy_myj_z0base of variable baseline_surface_roughness_length from new to old metadata -INFO: Converting local name sdec of variable sine_of_solar_declination_angle from new to old metadata -INFO: Converting local name f_ice of variable fraction_of_ice_water_cloud from new to old metadata -INFO: Converting local name qs of variable cloud_snow_specific_humidity_at_Lagrangian_surface from new to old metadata -INFO: Converting local name iflip of variable flag_for_vertical_index_direction_control from new to old metadata -INFO: Converting local name draincprv of variable convective_precipitation_rate_from_previous_timestep from new to old metadata -INFO: Converting local name icsdsw of variable seed_random_numbers_sw from new to old metadata -INFO: Converting local name dtaux2d_bl of variable x_momentum_tendency_from_blocking_drag from new to old metadata -INFO: Converting local name uustar_ocean of variable surface_friction_velocity_over_ocean from new to old metadata -INFO: Converting local name zlwb of variable height_of_low_level_wave_breaking from new to old metadata -INFO: Converting local name sigma of variable slope_of_subgrid_orography from new to old metadata -INFO: Converting local name cd_land of variable surface_drag_coefficient_for_momentum_in_air_over_land from new to old metadata -INFO: Converting local name shoc_parm(5) of variable shoc_flag_for_optional_surface_TKE_dissipation from new to old metadata -INFO: Converting local name qss_ice of variable surface_specific_humidity_over_ice from new to old metadata -INFO: Converting local name graupel of variable lwe_thickness_of_graupel_amount_on_dynamics_timestep from new to old metadata -INFO: Converting local name do_myjsfc of variable do_myjsfc from new to old metadata -INFO: Converting local name htsw0 of variable tendency_of_air_temperature_due_to_shortwave_heating_assuming_clear_sky_on_radiation_time_step from new to old metadata -INFO: Converting local name ep of variable cumulative_surface_upward_potential_latent_heat_flux_multiplied_by_timestep from new to old metadata -INFO: Converting local name tprcp of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep from new to old metadata -INFO: Converting local name dnirdf_cpl of variable cumulative_surface_downwelling_diffuse_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name qwv_surf of variable water_vapor_mixing_ratio_at_surface from new to old metadata -INFO: Converting local name fm10_ocean of variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_ocean from new to old metadata -INFO: Converting local name QC_BL of variable subgrid_cloud_mixing_ratio_pbl from new to old metadata -INFO: Converting local name adjsfculw_ice of variable surface_upwelling_longwave_flux_over_ice_interstitial from new to old metadata -INFO: Converting local name tsfci_cpl of variable instantaneous_surface_skin_temperature_for_coupling from new to old metadata -INFO: Converting local name pertz0 of variable magnitude_of_perturbation_of_momentum_roughness_length from new to old metadata -INFO: Converting local name eahxy of variable canopy_air_vapor_pressure from new to old metadata -INFO: Converting local name cnv_dqldt of variable tendency_of_cloud_water_due_to_convective_microphysics from new to old metadata -INFO: Converting local name gq0 of variable tracer_concentration_updated_by_physics from new to old metadata -INFO: Converting local name iopt_dveg of variable flag_for_dynamic_vegetation_option from new to old metadata -INFO: Converting local name gv0(:,1) of variable y_wind_at_lowest_model_layer_updated_by_physics from new to old metadata -INFO: Converting local name first_time_step of variable flag_for_first_time_step from new to old metadata -INFO: Converting local name dtaux2d_ss of variable x_momentum_tendency_from_small_scale_gwd from new to old metadata -INFO: Converting local name wetdpl of variable instantaneous_large_scale_wet_deposition from new to old metadata -INFO: Converting local name cndm_surf of variable surface_condensation_mass from new to old metadata -INFO: Converting local name cmm_land of variable surface_drag_wind_speed_for_momentum_in_air_over_land from new to old metadata -INFO: Converting local name fh2 of variable Monin_Obukhov_similarity_function_for_heat_at_2m from new to old metadata -INFO: Converting local name gw_dudt of variable tendency_of_x_wind_due_to_ugwp from new to old metadata -INFO: Converting local name shinhong of variable flag_for_scale_aware_Shinhong_PBL from new to old metadata -INFO: Converting local name maxMF of variable maximum_mass_flux from new to old metadata -INFO: Converting local name gu0 of variable x_wind_updated_by_physics from new to old metadata -INFO: Converting local name ncstrac of variable number_of_tracers_for_CS from new to old metadata -INFO: Converting local name do_qa of variable flag_for_inline_cloud_fraction_calculation from new to old metadata -INFO: Converting local name pgr of variable surface_air_pressure from new to old metadata -INFO: Converting local name del of variable air_pressure_difference_between_midlayers from new to old metadata -INFO: Converting local name nqrimef of variable index_for_mass_weighted_rime_factor from new to old metadata -INFO: Converting local name du3dt(:,:,1) of variable cumulative_change_in_x_wind_due_to_PBL from new to old metadata -INFO: Converting local name raincs of variable lwe_thickness_of_shallow_convective_precipitation_amount from new to old metadata -INFO: Converting local name xlaixy of variable leaf_area_index from new to old metadata -INFO: Converting local name iopt_alb of variable flag_for_ground_snow_surface_albedo_option from new to old metadata -INFO: Converting local name moninq_fac of variable atmosphere_diffusivity_coefficient_factor from new to old metadata -INFO: Converting local name work3 of variable ratio_of_exner_function_between_midlayer_and_interface_at_lowest_model_layer from new to old metadata -INFO: Converting local name adjnirbmd of variable surface_downwelling_direct_near_infrared_shortwave_flux from new to old metadata -INFO: Converting local name imp_physics_zhao_carr_pdf of variable flag_for_zhao_carr_pdf_microphysics_scheme from new to old metadata -INFO: Converting local name dv3dt(:,:,3) of variable cumulative_change_in_y_wind_due_to_deep_convection from new to old metadata -INFO: Converting local name evcwa of variable cumulative_canopy_upward_latent_heat_flu_multiplied_by_timestep from new to old metadata -INFO: Converting local name lsm_noah of variable flag_for_noah_land_surface_scheme from new to old metadata -INFO: Converting local name ntk of variable index_for_turbulent_kinetic_energy_convective_transport_tracer from new to old metadata -INFO: Converting local name qsnw of variable local_snow_water_mixing_ratio from new to old metadata -INFO: Converting local name edmf_thl of variable emdf_updraft_theta_l from new to old metadata -INFO: Converting local name crtrh(2) of variable critical_relative_humidity_at_PBL_top from new to old metadata -INFO: Converting local name xv of variable diurnal_thermocline_layer_y_current from new to old metadata -INFO: Converting local name rlapse of variable air_temperature_lapse_rate_constant from new to old metadata -INFO: Converting local name clw(:,:,1) of variable ice_water_mixing_ratio_convective_transport_tracer from new to old metadata -INFO: Converting local name levozp of variable vertical_dimension_of_ozone_forcing_data from new to old metadata -INFO: Converting local name spfhmax of variable maximum_specific_humidity_at_2m from new to old metadata -INFO: Converting local name runoff of variable surface_runoff_flux from new to old metadata -INFO: Converting local name do_sb_physics of variable mg_flag_for_sb2001_autoconversion from new to old metadata -INFO: Converting local name phy_myj_a1q of variable weight_for_specific_humidity_at_viscous_sublayer_top from new to old metadata -INFO: Converting local name cactiv of variable conv_activity_counter from new to old metadata -INFO: Converting local name clw(:,:,index_for_turbulent_kinetic_energy_convective_transport_tracer) of variable turbulent_kinetic_energy_convective_transport_tracer from new to old metadata -INFO: Converting local name oz_phys_2015 of variable flag_for_2015_ozone_physics from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_snow_number_concentration) of variable snow_number_concentration from new to old metadata -INFO: Converting local name ntsnc of variable index_for_snow_number_concentration from new to old metadata -INFO: Converting local name dlwsfci_cpl of variable instantaneous_surface_downwelling_longwave_flux_for_coupling from new to old metadata -INFO: Converting local name errflg of variable ccpp_error_flag from new to old metadata -INFO: Converting local name kbot of variable vertical_index_at_cloud_base from new to old metadata -INFO: Converting local name clw_surf of variable cloud_condensed_water_mixing_ratio_at_surface from new to old metadata -INFO: Converting local name skebu_wts of variable weights_for_stochastic_skeb_perturbation_of_x_wind from new to old metadata -INFO: Converting local name snowprv of variable lwe_thickness_of_snow_amount_from_previous_timestep from new to old metadata -INFO: Converting local name spec_adv of variable flag_for_individual_cloud_species_advected from new to old metadata -INFO: Converting local name rainmp of variable lwe_thickness_of_explicit_rain_amount from new to old metadata -INFO: Converting local name jdat of variable forecast_date_and_time from new to old metadata -INFO: Converting local name ntrcaer of variable number_of_aerosol_tracers_MG from new to old metadata -INFO: Converting local name gflux of variable cumulative_surface_ground_heat_flux_multiplied_by_timestep from new to old metadata -INFO: Converting local name q1 of variable water_vapor_specific_humidity_at_lowest_model_layer_for_diag from new to old metadata -INFO: Converting local name gq0(:,1,index_for_water_vapor) of variable water_vapor_specific_humidity_at_lowest_model_layer_updated_by_physics from new to old metadata -INFO: Converting local name nday of variable daytime_points_dimension from new to old metadata -INFO: Converting local name cs_parm(9) of variable entrainment_efficiency_tunable_parameter_9_CS from new to old metadata -INFO: Converting local name flx_form of variable flag_flux_form_CS from new to old metadata -INFO: Converting local name dtsfc_cpl of variable cumulative_surface_upward_sensible_heat_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name nstf_name(1) of variable flag_for_nsstm_run from new to old metadata -INFO: Converting local name ca_sgs of variable flag_for_sgs_cellular_automata from new to old metadata -INFO: Converting local name mg_qcmin(1) of variable mg_minimum_cloud_condensed_water_mixing_ratio from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio from new to old metadata -INFO: Converting local name rilist of variable gas_constants_for_multi_gases_physics from new to old metadata -INFO: Converting local name dtauy2d_ls of variable y_momentum_tendency_from_large_scale_gwd from new to old metadata -INFO: Converting local name oz_coeff of variable number_of_coefficients_in_ozone_forcing_data from new to old metadata -INFO: Converting local name edmf_qt of variable emdf_updraft_total_water from new to old metadata -INFO: Converting local name stmassxy of variable stem_mass from new to old metadata -INFO: Converting local name dgraupelprv of variable graupel_precipitation_rate_from_previous_timestep from new to old metadata -INFO: Converting local name gq0(:,:,index_for_mass_weighted_rime_factor) of variable mass_weighted_rime_factor_updated_by_physics from new to old metadata -INFO: Converting local name alnwf of variable mean_nir_albedo_with_weak_cosz_dependency from new to old metadata -INFO: Converting local name smoiseq of variable equilibrium_soil_water_content from new to old metadata -INFO: Converting local name psautco of variable coefficient_from_cloud_ice_to_snow from new to old metadata -INFO: Converting local name fhlwr of variable frequency_for_longwave_radiation from new to old metadata -INFO: Converting local name xtts of variable sensitivity_of_dtl_heat_content_to_surface_temperature from new to old metadata -INFO: Converting local name tracers_start_index of variable start_index_of_other_tracers from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_ice_cloud_condensate) of variable tendency_of_ice_cloud_water_mixing_ratio_due_to_model_physics from new to old metadata -INFO: Converting local name jsd of variable starting_y_direction_index_domain from new to old metadata -INFO: Converting local name semis_land of variable surface_longwave_emissivity_over_land_interstitial from new to old metadata -INFO: Converting local name tdomr of variable dominant_rain_type from new to old metadata -INFO: Converting local name conv_act of variable gf_memory_counter from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_ice_cloud_number_concentration) of variable ice_number_concentration from new to old metadata -INFO: Converting local name ugrs(:,1) of variable x_wind_at_lowest_model_layer from new to old metadata -INFO: Converting local name qicn of variable mass_fraction_of_convective_cloud_ice from new to old metadata -INFO: Converting local name fh2_ice of variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_ice from new to old metadata -INFO: Converting local name tsq of variable t_prime_squared from new to old metadata -INFO: Converting local name tdomip of variable dominant_sleet_type from new to old metadata -INFO: Converting local name lslwr of variable flag_to_calc_lw from new to old metadata -INFO: Converting local name GFS_cldprop_type of variable GFS_cldprop_type from new to old metadata -INFO: Converting local name imp_physics of variable flag_for_microphysics_scheme from new to old metadata -INFO: Converting local name sfcalb(:,1) of variable surface_albedo_due_to_near_IR_direct from new to old metadata -INFO: Converting local name mg_do_graupel of variable mg_flag_for_graupel from new to old metadata -INFO: Converting local name soilm of variable soil_moisture_content from new to old metadata -INFO: Converting local name exch_m of variable atmosphere_momentum_diffusivity_for_mynnpbl from new to old metadata -INFO: Converting local name wetdpc of variable instantaneous_convective_scale_wet_deposition from new to old metadata -INFO: Converting local name el_pbl of variable mixing_length from new to old metadata -INFO: Converting local name ncnvc of variable index_for_convective_cloud_cover_in_phy_f3d from new to old metadata -INFO: Converting local name fn_nml of variable namelist_filename from new to old metadata -INFO: Converting local name weasd_ocean of variable water_equivalent_accumulated_snow_depth_over_ocean from new to old metadata -INFO: Converting local name evfact_deep of variable rain_evaporation_coefficient_deep_convection from new to old metadata -INFO: Converting local name dqsfc of variable cumulative_surface_upward_latent_heat_flux_for_diag_multiplied_by_timestep from new to old metadata -INFO: Converting local name totgrpb of variable accumulated_lwe_thickness_of_graupel_amount_in_bucket from new to old metadata -INFO: Converting local name trans_aero of variable flag_for_aerosol_convective_transport_and_PBL_diffusion from new to old metadata -INFO: Converting local name dusfc_bl of variable integrated_x_momentum_flux_from_blocking_drag from new to old metadata -INFO: Converting local name gw_kdis of variable eddy_mixing_due_to_ugwp from new to old metadata -INFO: Converting local name mg_qcmin of variable mg_minimum_cloud_condensed_water_and_ice_mixing_ratio from new to old metadata -INFO: Converting local name dq3dt(:,:,3) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_shal_convection from new to old metadata -INFO: Converting local name qi of variable cloud_ice_specific_humidity_at_Lagrangian_surface from new to old metadata -INFO: Converting local name imfshalcnv_gf of variable flag_for_ntiedtke_shallow_convection_scheme from new to old metadata -INFO: Converting local name zorl_ocean of variable surface_roughness_length_over_ocean_interstitial from new to old metadata -INFO: Converting local name tsfc_ice of variable surface_skin_temperature_over_ice_interstitial from new to old metadata -INFO: Converting local name input_nml_file_length of variable number_of_lines_of_namelist_filename_for_internal_file_reads from new to old metadata -INFO: Converting local name flhc of variable surface_exchange_coefficient_for_heat from new to old metadata -INFO: Converting local name qke of variable tke_at_mass_points from new to old metadata -INFO: Converting local name snowd of variable surface_snow_thickness_water_equivalent from new to old metadata -INFO: Converting local name ncpr of variable local_rain_number_concentration from new to old metadata -INFO: Converting local name ldiag3d of variable flag_diagnostics_3D from new to old metadata -INFO: Converting local name ffhh_ocean of variable Monin_Obukhov_similarity_function_for_heat_over_ocean from new to old metadata -INFO: Converting local name nsamftrac of variable number_of_tracers_for_samf from new to old metadata -INFO: Converting local name con_hvap of variable latent_heat_of_vaporization_of_water_at_0C from new to old metadata -INFO: Converting local name dtaux2d_fd of variable x_momentum_tendency_from_form_drag from new to old metadata -INFO: Converting local name levh2o of variable vertical_dimension_of_h2o_forcing_data from new to old metadata -INFO: Converting local name ras of variable flag_for_ras_deep_convection from new to old metadata -INFO: Converting local name ialb of variable flag_for_using_climatology_albedo from new to old metadata -INFO: Converting local name raincd of variable lwe_thickness_of_deep_convective_precipitation_amount from new to old metadata -INFO: Converting local name alb1d of variable surface_albedo_perturbation from new to old metadata -INFO: Converting local name nwat of variable number_of_water_species from new to old metadata -INFO: Converting local name dwn_mf of variable cumulative_atmosphere_downdraft_convective_mass_flux from new to old metadata -INFO: Converting local name save_t of variable air_temperature_save from new to old metadata -INFO: Converting local name fice of variable sea_ice_concentration from new to old metadata -INFO: Converting local name dvisdf_cpl of variable cumulative_surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name cvb of variable pressure_at_bottom_of_convective_cloud from new to old metadata -INFO: Converting local name save_q(:,:,index_for_ice_cloud_condensate) of variable ice_water_mixing_ratio_save from new to old metadata -INFO: Converting local name gq0(:,:,index_for_snow_water) of variable snow_water_mixing_ratio_updated_by_physics from new to old metadata -INFO: Converting local name qrain of variable sensible_heat_flux_due_to_rainfall from new to old metadata -INFO: Converting local name stress_ocean of variable surface_wind_stress_over_ocean from new to old metadata -INFO: Converting local name adjsfculw_land of variable surface_upwelling_longwave_flux_over_land_interstitial from new to old metadata -INFO: Converting local name ndust of variable number_of_dust_bins_for_diagnostics from new to old metadata -INFO: Converting local name GFS_radtend_type of variable GFS_radtend_type from new to old metadata -INFO: Converting local name ngas of variable number_of_gases_for_multi_gases_physics from new to old metadata -INFO: Converting local name diceprv of variable ice_precipitation_rate_from_previous_timestep from new to old metadata -INFO: Converting local name con_ttp of variable triple_point_temperature_of_water from new to old metadata -INFO: Converting local name rechxy of variable water_table_recharge_when_shallow from new to old metadata -INFO: Converting local name ffhh of variable Monin_Obukhov_similarity_function_for_heat from new to old metadata -INFO: Converting local name edmf_w of variable emdf_updraft_vertical_velocity from new to old metadata -INFO: Converting local name sed_supersat of variable mg_allow_supersat_after_sed from new to old metadata -INFO: Converting local name sr of variable ratio_of_snowfall_to_rainfall from new to old metadata -INFO: Converting local name stc of variable soil_temperature from new to old metadata -INFO: Converting local name idate of variable date_and_time_at_model_initialization_reordered from new to old metadata -INFO: Converting local name nctp of variable number_of_cloud_types_CS from new to old metadata -INFO: Converting local name levrp1 of variable number_of_vertical_layers_for_radiation_calculations_plus_one from new to old metadata -INFO: Converting local name v10mmax of variable maximum_y_wind_at_10m from new to old metadata -INFO: Converting local name clouds(:,:,8) of variable cloud_snow_water_path from new to old metadata -INFO: Converting local name dusfc of variable cumulative_surface_x_momentum_flux_for_diag_multiplied_by_timestep from new to old metadata -INFO: Converting local name sfcalb(:,3) of variable surface_albedo_due_to_UV_and_VIS_direct from new to old metadata -INFO: Converting local name zmtnblck of variable level_of_dividing_streamline from new to old metadata -INFO: Converting local name xcosz of variable instantaneous_cosine_of_zenith_angle from new to old metadata -INFO: Converting local name CCPP_interstitial_type of variable CCPP_interstitial_type from new to old metadata -INFO: Converting local name theta of variable angle_from_east_of_maximum_subgrid_orographic_variations from new to old metadata -INFO: Converting local name nbdsw of variable number_of_aerosol_bands_for_shortwave_radiation from new to old metadata -INFO: Converting local name dqsfc1 of variable instantaneous_surface_upward_latent_heat_flux from new to old metadata -INFO: Converting local name htrsw of variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_timestep from new to old metadata -INFO: Converting local name gq0(:,:,index_for_graupel_number_concentration) of variable graupel_number_concentration_updated_by_physics from new to old metadata -INFO: Converting local name ntgnc of variable index_for_graupel_number_concentration from new to old metadata -INFO: Converting local name semis of variable surface_longwave_emissivity from new to old metadata -INFO: Converting local name ca_smooth of variable flag_for_gaussian_spatial_filter from new to old metadata -INFO: Converting local name zhour of variable time_since_diagnostics_zeroed from new to old metadata -INFO: Converting local name uswsfci of variable surface_upwelling_shortwave_flux from new to old metadata -INFO: Converting local name dq3dt(:,:,6) of variable cumulative_change_in_ozone_concentration_due_to_production_and_loss_rate from new to old metadata -INFO: Converting local name con_t0c of variable temperature_at_zero_celsius from new to old metadata -INFO: Converting local name dvsfcin_cpl of variable surface_y_momentum_flux_for_coupling from new to old metadata -INFO: Converting local name runoff of variable total_runoff from new to old metadata -INFO: Converting local name upd_mf of variable cumulative_atmosphere_updraft_convective_mass_flux from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_for_cloud_fraction_in_3d_arrays_for_microphysics) of variable cloud_fraction_for_MG from new to old metadata -INFO: Converting local name indcld of variable index_for_cloud_fraction_in_3d_arrays_for_microphysics from new to old metadata -INFO: Converting local name vegtype of variable vegetation_type_classification from new to old metadata -INFO: Converting local name ied of variable ending_x_direction_index_domain from new to old metadata -INFO: Converting local name transa of variable cumulative_transpiration_flux_multiplied_by_timestep from new to old metadata -INFO: Converting local name dt3dt(:,:,2) of variable cumulative_change_in_temperature_due_to_shortwave_radiation from new to old metadata -INFO: Converting local name dvsfc_ls of variable integrated_y_momentum_flux_from_large_scale_gwd from new to old metadata -INFO: Converting local name snowd_ocean of variable surface_snow_thickness_water_equivalent_over_ocean from new to old metadata -INFO: Converting local name clouds(:,:,2) of variable cloud_liquid_water_path from new to old metadata -INFO: Converting local name visbmui of variable surface_upwelling_direct_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name plvl of variable air_pressure_at_interface_for_radiation_in_hPa from new to old metadata -INFO: Converting local name uustar_land of variable surface_friction_velocity_over_land from new to old metadata -INFO: Converting local name phy_myj_akms of variable momentum_exchange_coefficient_for_MYJ_schemes from new to old metadata -INFO: Converting local name cnv_fice of variable ice_fraction_in_convective_tower from new to old metadata -INFO: Converting local name nbdlw of variable number_of_aerosol_bands_for_longwave_radiation from new to old metadata -INFO: Converting local name dudt_mtb of variable instantaneous_change_in_x_wind_due_to_mountain_blocking_drag from new to old metadata -INFO: Converting local name rb_ocean of variable bulk_richardson_number_at_lowest_model_level_over_ocean from new to old metadata -INFO: Converting local name ccnorm of variable flag_for_cloud_condensate_normalized_by_cloud_cover from new to old metadata -INFO: Converting local name dqdt of variable tendency_of_tracers_due_to_model_physics from new to old metadata -INFO: Converting local name u10m of variable x_wind_at_10m from new to old metadata -INFO: Converting local name tmpmin of variable minimum_temperature_at_2m from new to old metadata -INFO: Converting local name save_u of variable x_wind_save from new to old metadata -INFO: Converting local name tsnow of variable snow_temperature_bottom_first_layer from new to old metadata -INFO: Converting local name kind_INTEGER of variable kind_INTEGER from new to old metadata -INFO: Converting local name nswsfc_cpl of variable cumulative_surface_net_downward_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name vgrs(:,1) of variable y_wind_at_lowest_model_layer from new to old metadata -INFO: Converting local name bl_mynn_edmf_tke of variable edmf_tke_transport_flag from new to old metadata -INFO: Converting local name tile_num of variable number_of_tile from new to old metadata -INFO: Converting local name con_pi of variable pi from new to old metadata -INFO: Converting local name abem of variable instantaneous_anthopogenic_and_biomass_burning_emissions from new to old metadata -INFO: Converting local name latidxprnt of variable latitude_index_in_debug_printouts from new to old metadata -INFO: Converting local name tcrf of variable cloud_phase_transition_denominator from new to old metadata -INFO: Converting local name cpilist of variable specific_heat_capacities_for_multi_gases_physics from new to old metadata -INFO: Converting local name tprcp_ocean of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_ocean from new to old metadata -INFO: Converting local name vgrs of variable y_wind from new to old metadata -INFO: Converting local name me of variable mpi_rank from new to old metadata -INFO: Converting local name nseffr of variable index_for_snow_effective_radius from new to old metadata -INFO: Converting local name crtrh(1) of variable critical_relative_humidity_at_surface from new to old metadata -INFO: Converting local name nrcm of variable array_dimension_of_random_number from new to old metadata -INFO: Converting local name phy_f2d(:,2) of variable surface_air_pressure_at_previous_time_step from new to old metadata -INFO: Converting local name totice of variable accumulated_lwe_thickness_of_ice_amount from new to old metadata -INFO: Converting local name vdftra of variable vertically_diffused_tracer_concentration from new to old metadata -INFO: Converting local name clam_shal of variable entrainment_rate_coefficient_shallow_convection from new to old metadata -INFO: Converting local name ulwsfc of variable cumulative_surface_upwelling_longwave_flux_multiplied_by_timestep from new to old metadata -INFO: Converting local name cldf of variable cloud_area_fraction from new to old metadata -INFO: Converting local name prslk of variable dimensionless_exner_function_at_model_layers from new to old metadata -INFO: Converting local name imp_physics_wsm6 of variable flag_for_wsm6_microphysics_scheme from new to old metadata -INFO: Converting local name blksz(ccpp_block_number) of variable horizontal_loop_extent from new to old metadata -INFO: Converting local name dtp of variable time_step_for_physics from new to old metadata -INFO: Converting local name nnirdf_cpl of variable cumulative_surface_net_downward_diffuse_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name tsurf_ice of variable surface_skin_temperature_after_iteration_over_ice from new to old metadata -INFO: Converting local name snowfallac of variable total_accumulated_snowfall from new to old metadata -INFO: Converting local name solhr of variable forecast_hour_of_the_day from new to old metadata -INFO: Converting local name use_zmtnblck of variable flag_for_mountain_blocking from new to old metadata -INFO: Converting local name sfcflw_type of variable sfcflw_type from new to old metadata -INFO: Converting local name rhofr of variable density_of_frozen_precipitation from new to old metadata -INFO: Converting local name dxmax of variable maximum_scaling_factor_for_critical_relative_humidity from new to old metadata -INFO: Converting local name rainc_cpl of variable lwe_thickness_of_convective_precipitation_amount_for_coupling from new to old metadata -INFO: Converting local name prautco of variable coefficient_from_cloud_water_to_rain from new to old metadata -INFO: Converting local name cumabs of variable maximum_column_heating_rate from new to old metadata -INFO: Converting local name Statein of variable GFS_statein_type_instance from new to old metadata -INFO: Converting local name ntasks of variable mpi_size from new to old metadata -INFO: Converting local name qsq of variable q_prime_squared from new to old metadata -INFO: Converting local name bl_mynn_mixqt of variable mix_total_water_flag from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_turbulent_kinetic_energy) of variable tendency_of_turbulent_kinetic_energy_due_to_model_physics from new to old metadata -INFO: Converting local name ntke of variable index_for_turbulent_kinetic_energy from new to old metadata -INFO: Converting local name kmp of variable top_layer_index_for_fast_physics from new to old metadata -INFO: Converting local name ffhh_ice of variable Monin_Obukhov_similarity_function_for_heat_over_ice from new to old metadata -INFO: Converting local name dq3dt(:,:,1) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_PBL from new to old metadata -INFO: Converting local name con_hfus of variable latent_heat_of_fusion_of_water_at_0C from new to old metadata -INFO: Converting local name isubc_lw of variable flag_for_lw_clouds_without_sub_grid_approximation from new to old metadata -INFO: Converting local name du3dt(:,:,3) of variable cumulative_change_in_x_wind_due_to_deep_convection from new to old metadata -INFO: Converting local name clx of variable fraction_of_grid_box_with_subgrid_orography_higher_than_critical_height from new to old metadata -INFO: Converting local name shoc_parm(4) of variable shoc_implicit_TKE_integration_uncentering_term from new to old metadata -INFO: Converting local name gasvmr(:,:,7) of variable volume_mixing_ratio_cfc12 from new to old metadata -INFO: Converting local name cappa of variable cappa_moist_gas_constant_at_Lagrangian_surface from new to old metadata -INFO: Converting local name cf_upi of variable convective_cloud_fraction_for_microphysics from new to old metadata -INFO: Converting local name cdata of variable ccpp_t_instance from new to old metadata -INFO: Converting local name phy_myj_akhs of variable heat_exchange_coefficient_for_MYJ_schemes from new to old metadata -INFO: Converting local name sedim of variable instantaneous_sedimentation from new to old metadata -INFO: Converting local name graupelmp of variable lwe_thickness_of_graupel_amount from new to old metadata -INFO: Converting local name skebu_wts of variable weights_for_stochastic_skeb_perturbation_of_x_wind_flipped from new to old metadata -INFO: Converting local name GFS_control_type of variable GFS_control_type from new to old metadata -INFO: Converting local name yearlen of variable number_of_days_in_year from new to old metadata -INFO: Converting local name save_q(:,:,index_for_water_vapor) of variable water_vapor_specific_humidity_save from new to old metadata -INFO: Converting local name smois of variable volume_fraction_of_soil_moisture_for_land_surface_model from new to old metadata -INFO: Converting local name gq0(:,:,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio_updated_by_physics from new to old metadata -INFO: Converting local name pwat of variable column_precipitable_water from new to old metadata -INFO: Converting local name cld1d of variable cloud_work_function from new to old metadata -INFO: Converting local name qvi of variable gas_tracers_for_multi_gas_physics_at_Lagrangian_surface from new to old metadata -INFO: Converting local name gabsbdlw of variable surface_downwelling_longwave_flux_absorbed_by_ground from new to old metadata -INFO: Converting local name tau_ngw of variable time_integral_of_momentum_flux_due_to_nonstationary_gravity_wave from new to old metadata -INFO: Converting local name xlat_d of variable latitude_degree from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_for_ice_effective_radius) of variable effective_radius_of_stratiform_cloud_ice_particle_in_um from new to old metadata -INFO: Converting local name nieffr of variable index_for_ice_effective_radius from new to old metadata -INFO: Converting local name do_ca of variable flag_for_cellular_automata from new to old metadata -INFO: Converting local name wtxy of variable water_storage_in_aquifer_and_saturated_soil from new to old metadata -INFO: Converting local name srunoff of variable surface_runoff from new to old metadata -INFO: Converting local name ntrnc of variable index_for_rain_number_concentration from new to old metadata -INFO: Converting local name ustm of variable surface_friction_velocity_drag from new to old metadata -INFO: Converting local name cnvprcp of variable cumulative_lwe_thickness_of_convective_precipitation_amount from new to old metadata -INFO: Converting local name imfdeepcnv_samf of variable flag_for_samf_deep_convection_scheme from new to old metadata -INFO: Converting local name si of variable vertical_sigma_coordinate_for_radiation_initialization from new to old metadata -INFO: Converting local name gwdcu of variable tendency_of_x_wind_due_to_convective_gravity_wave_drag from new to old metadata -INFO: Converting local name elvmax of variable maximum_subgrid_orography from new to old metadata -INFO: Converting local name slimskin_cpl of variable sea_land_ice_mask_in from new to old metadata -INFO: Converting local name dtsfc_cice of variable surface_upward_sensible_heat_flux_for_coupling_interstitial from new to old metadata -INFO: Converting local name do_mynnedmf of variable do_mynnedmf from new to old metadata -INFO: Converting local name zorll of variable surface_roughness_length_over_land from new to old metadata -INFO: Converting local name nswsfci_cpl of variable instantaneous_surface_net_downward_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name do_cldice of variable mg_flag_for_cloud_ice_processes from new to old metadata -INFO: Converting local name alboldxy of variable snow_albedo_at_previous_time_step from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_graupel) of variable graupel_mixing_ratio from new to old metadata -INFO: Converting local name rhcmax of variable maximum_critical_relative_humidity from new to old metadata -INFO: Converting local name Stateout of variable GFS_stateout_type_instance from new to old metadata -INFO: Converting local name nirbmdi of variable surface_downwelling_direct_near_infrared_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name gfluxi of variable instantaneous_surface_ground_heat_flux from new to old metadata -INFO: Converting local name drainncprv of variable explicit_rainfall_rate_from_previous_timestep from new to old metadata -INFO: Converting local name gflx of variable upward_heat_flux_in_soil from new to old metadata -INFO: Converting local name hflx_ocean of variable kinematic_surface_upward_sensible_heat_flux_over_ocean from new to old metadata -INFO: Converting local name nvdiff of variable number_of_vertical_diffusion_tracers from new to old metadata -INFO: Converting local name dspheat of variable flag_TKE_dissipation_heating from new to old metadata -INFO: Converting local name fhswr of variable frequency_for_shortwave_radiation from new to old metadata -INFO: Converting local name nthreads of variable omp_threads from new to old metadata -INFO: Converting local name islmsk of variable sea_land_ice_mask from new to old metadata -INFO: Converting local name ntchmdiag of variable number_of_chemical_tracers_for_diagnostics from new to old metadata -INFO: Converting local name nstf_name(5) of variable vertical_temperature_average_range_upper_bound from new to old metadata -INFO: Converting local name forceq of variable moisture_tendency_due_to_dynamics from new to old metadata -INFO: Converting local name nseasalt of variable number_of_seasalt_bins_for_diagnostics from new to old metadata -INFO: Converting local name gasvmr(:,:,2) of variable volume_mixing_ratio_n2o from new to old metadata -INFO: Converting local name ctei_rml of variable grid_sensitive_critical_cloud_top_entrainment_instability_criteria from new to old metadata -INFO: Converting local name sfc_wts of variable weights_for_stochastic_surface_physics_perturbation from new to old metadata -INFO: Converting local name oc of variable convexity_of_subgrid_orography from new to old metadata -INFO: Converting local name ep1d of variable surface_upward_potential_latent_heat_flux from new to old metadata -INFO: Converting local name u10mmax of variable maximum_x_wind_at_10m from new to old metadata -INFO: Converting local name nca of variable number_of_independent_cellular_automata from new to old metadata -INFO: Converting local name rtmassxy of variable fine_root_mass from new to old metadata -INFO: Converting local name ffmm_ocean of variable Monin_Obukhov_similarity_function_for_momentum_over_ocean from new to old metadata -INFO: Converting local name pertlai of variable magnitude_of_perturbation_of_leaf_area_index from new to old metadata -INFO: Converting local name mg_ncnst of variable mg_drop_concentration_constant from new to old metadata -INFO: Converting local name pgcon_shal of variable momentum_transport_reduction_factor_pgf_shallow_convection from new to old metadata -INFO: Converting local name edmf_qc of variable emdf_updraft_cloud_water from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_graupel) of variable tendency_of_graupel_mixing_ratio_due_to_model_physics from new to old metadata -INFO: Converting local name acvt of variable largest_cloud_top_vertical_index_encountered_thus_far from new to old metadata -INFO: Converting local name cmm of variable surface_drag_wind_speed_for_momentum_in_air from new to old metadata -INFO: Converting local name dt_cool of variable sub_layer_cooling_amount from new to old metadata -INFO: Converting local name qc_r of variable cloud_liquid_water_mixing_ratio from new to old metadata -INFO: Converting local name ral_ts of variable time_scale_for_rayleigh_damping from new to old metadata -INFO: Converting local name GFS_diag_type of variable GFS_diag_type from new to old metadata -INFO: Converting local name dnirdfi_cpl of variable instantaneous_surface_downwelling_diffuse_near_infrared_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name chh_ice of variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_ice from new to old metadata -INFO: Converting local name flipv of variable flag_flip from new to old metadata -INFO: Converting local name ldiag_ugwp of variable diag_ugwp_flag from new to old metadata -INFO: Converting local name ctei_r of variable cloud_top_entrainment_instability_value from new to old metadata -INFO: Converting local name ccn_nm of variable ccn_number_concentration from new to old metadata -INFO: Converting local name edmf_ent of variable emdf_updraft_entrainment_rate from new to old metadata -INFO: Converting local name htswc of variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step from new to old metadata -INFO: Converting local name phy_myj_thz0 of variable potential_temperature_at_viscous_sublayer_top from new to old metadata -INFO: Converting local name bl_mynn_edmf of variable edmf_flag from new to old metadata -INFO: Converting local name con_rd of variable gas_constant_dry_air from new to old metadata -INFO: Converting local name qss_land of variable surface_specific_humidity_over_land from new to old metadata -INFO: Converting local name zt1d of variable perturbation_of_heat_to_momentum_roughness_length_ratio from new to old metadata -INFO: Converting local name imp_physics_zhao_carr of variable flag_for_zhao_carr_microphysics_scheme from new to old metadata -INFO: Converting local name delz of variable thickness_at_Lagrangian_surface from new to old metadata -INFO: Converting local name dtsfci of variable instantaneous_surface_upward_sensible_heat_flux_for_diag from new to old metadata -INFO: Converting local name dvsfc_fd of variable integrated_y_momentum_flux_from_form_drag from new to old metadata -INFO: Converting local name totprcpb of variable accumulated_lwe_thickness_of_precipitation_amount_in_bucket from new to old metadata -INFO: Converting local name tcr of variable cloud_phase_transition_threshold_temperature from new to old metadata -INFO: Converting local name clstp of variable convective_cloud_switch from new to old metadata -INFO: Converting local name isatmedmf_vdifq of variable choice_of_updated_scale_aware_TKE_moist_EDMF_PBL from new to old metadata -INFO: Converting local name coszen of variable cosine_of_zenith_angle from new to old metadata -INFO: Converting local name nifa2d of variable tendency_of_ice_friendly_aerosols_at_surface from new to old metadata -INFO: Converting local name icy of variable flag_nonzero_sea_ice_surface_fraction from new to old metadata -INFO: Converting local name dudt of variable tendency_of_x_wind_due_to_model_physics from new to old metadata -INFO: Converting local name bl_dnfr of variable downdraft_fraction_in_boundary_layer_mass_flux_scheme from new to old metadata -INFO: Converting local name snohf of variable snow_freezing_rain_upward_latent_heat_flux from new to old metadata -INFO: Converting local name bexp1d of variable perturbation_of_soil_type_b_parameter from new to old metadata -INFO: Converting local name faersw of variable aerosol_optical_properties_for_shortwave_bands_01_16 from new to old metadata -INFO: Converting local name dtdt of variable tendency_of_air_temperature_due_to_model_physics from new to old metadata -INFO: Converting local name nvisdf_cpl of variable cumulative_surface_net_downward_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name dqsfcin_cpl of variable surface_upward_latent_heat_flux_for_coupling from new to old metadata -INFO: Converting local name con_p0 of variable standard_atmospheric_pressure from new to old metadata -INFO: Converting local name con_epsq of variable minimum_value_of_specific_humidity from new to old metadata -INFO: Converting local name dusfci_cpl of variable instantaneous_surface_x_momentum_flux_for_coupling from new to old metadata -INFO: Converting local name ep1d_ice of variable surface_upward_potential_latent_heat_flux_over_ice from new to old metadata -INFO: Converting local name fhour of variable forecast_time from new to old metadata -INFO: Converting local name refl_10cm of variable radar_reflectivity_10cm from new to old metadata -INFO: Converting local name shum_wts of variable weights_for_stochastic_shum_perturbation_flipped from new to old metadata -INFO: Converting local name dspfac of variable tke_dissipative_heating_factor from new to old metadata -INFO: Converting local name nnirbmi_cpl of variable instantaneous_surface_net_downward_direct_near_infrared_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name c1_deep of variable detrainment_conversion_parameter_deep_convection from new to old metadata -INFO: Converting local name dt3dt(:,:,4) of variable cumulative_change_in_temperature_due_to_deep_convection from new to old metadata -INFO: Converting local name dv3dt(:,:,4) of variable cumulative_change_in_y_wind_due_to_convective_gravity_wave_drag from new to old metadata -INFO: Converting local name phy_myj_a1u of variable weight_for_momentum_at_viscous_sublayer_top from new to old metadata -INFO: Converting local name iopt_stc of variable flag_for_soil_and_snow_temperature_time_stepping_option from new to old metadata -INFO: Converting local name adjvisbmd of variable surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux from new to old metadata -INFO: Converting local name icloud_bl of variable couple_sgs_clouds_to_radiation_flag from new to old metadata -INFO: Converting local name rb of variable bulk_richardson_number_at_lowest_model_level from new to old metadata -INFO: Converting local name faerlw(:,:,:,2) of variable aerosol_single_scattering_albedo_for_longwave_bands_01_16 from new to old metadata -INFO: Converting local name phy_myj_elflx of variable kinematic_surface_latent_heat_flux from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_for_snow_effective_radius) of variable effective_radius_of_stratiform_cloud_snow_particle_in_um from new to old metadata -INFO: Converting local name iopt_tbot of variable flag_for_lower_boundary_soil_temperature_option from new to old metadata -INFO: Converting local name pdfflag of variable flag_for_pdf_for_morrison_gettelman_microphysics_scheme from new to old metadata -INFO: Converting local name do_aw of variable flag_for_Arakawa_Wu_adjustment from new to old metadata -INFO: Converting local name do_tofd of variable turb_oro_form_drag_flag from new to old metadata -INFO: Converting local name dqdti of variable instantaneous_water_vapor_specific_humidity_tendency_due_to_convection from new to old metadata -INFO: Converting local name qi_r of variable cloud_ice_mixing_ratio from new to old metadata -INFO: Converting local name flag_iter of variable flag_for_iteration from new to old metadata -INFO: Converting local name CLDFRA_BL of variable subgrid_cloud_fraction_pbl from new to old metadata -INFO: Converting local name zorl_ice of variable surface_roughness_length_over_ice_interstitial from new to old metadata -INFO: Converting local name dd_mf of variable instantaneous_atmosphere_downdraft_convective_mass_flux from new to old metadata -INFO: Converting local name visdfui of variable surface_upwelling_diffuse_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name julian of variable julian_day from new to old metadata -INFO: Converting local name cd_ice of variable surface_drag_coefficient_for_momentum_in_air_over_ice from new to old metadata -INFO: Converting local name iovr_lw of variable flag_for_max_random_overlap_clouds_for_longwave_radiation from new to old metadata -INFO: Converting local name lmp of variable adjusted_vertical_level_dimension_for_radiation from new to old metadata -INFO: Converting local name kdt of variable index_of_time_step from new to old metadata -INFO: Converting local name ushfsfci of variable instantaneous_surface_upward_sensible_heat_flux_for_chemistry_coupling from new to old metadata -INFO: Converting local name rb_land of variable bulk_richardson_number_at_lowest_model_level_over_land from new to old metadata -INFO: Converting local name uustar of variable surface_friction_velocity from new to old metadata -INFO: Converting local name adjnirbmu of variable surface_upwelling_direct_near_infrared_shortwave_flux from new to old metadata -INFO: Converting local name do_mynnsfclay of variable do_mynnsfclay from new to old metadata -INFO: Converting local name aero_in of variable flag_for_aerosol_input_MG from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_water_vapor) of variable tendency_of_water_vapor_specific_humidity_due_to_model_physics from new to old metadata -INFO: Converting local name mol of variable theta_star from new to old metadata -INFO: Converting local name fwetxy of variable area_fraction_of_wet_canopy from new to old metadata -INFO: Converting local name phy_f2d(:,1) of variable surface_air_pressure_two_time_steps_back from new to old metadata -INFO: Converting local name topflw of variable lw_fluxes_top_atmosphere from new to old metadata -INFO: Converting local name satmedmf of variable flag_for_scale_aware_TKE_moist_EDMF_PBL from new to old metadata -INFO: Converting local name waxy of variable water_storage_in_aquifer from new to old metadata -INFO: Converting local name snow of variable lwe_thickness_of_snow_amount_on_dynamics_timestep from new to old metadata -INFO: Converting local name ivegsrc of variable vegetation_type_dataset_choice from new to old metadata -INFO: Converting local name sigmaf of variable bounded_vegetation_area_fraction from new to old metadata -INFO: Converting local name f_rain of variable fraction_of_rain_water_cloud from new to old metadata -INFO: Converting local name dkt of variable instantaneous_atmosphere_heat_diffusivity from new to old metadata -INFO: Converting local name asolfac_deep of variable aerosol_aware_parameter_deep_convection from new to old metadata -INFO: Converting local name dv3dt(:,:,2) of variable cumulative_change_in_y_wind_due_to_orographic_gravity_wave_drag from new to old metadata -INFO: Converting local name ipr of variable horizontal_index_of_printed_column from new to old metadata -INFO: Converting local name npzcappa of variable vertical_dimension_for_cappa_at_Lagrangian_surface from new to old metadata -INFO: Converting local name clam_deep of variable entrainment_rate_coefficient_deep_convection from new to old metadata -INFO: Converting local name dusfci of variable instantaneous_surface_x_momentum_flux_for_diag from new to old metadata -INFO: Converting local name cs_parm(4) of variable detrainment_and_precipitation_tunable_parameter_4_CS from new to old metadata -INFO: Converting local name levsp1 of variable vertical_dimension_plus_one from new to old metadata -INFO: Converting local name con_cp of variable specific_heat_of_dry_air_at_constant_pressure from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_water_vapor) of variable water_vapor_specific_humidity from new to old metadata -INFO: Converting local name prsik(:,1) of variable dimensionless_exner_function_at_lowest_model_interface from new to old metadata -INFO: Converting local name gasvmr(:,:,5) of variable volume_mixing_ratio_co from new to old metadata -INFO: Converting local name mg_ngcons of variable mg_flag_graupel_concentration_constant from new to old metadata -INFO: Converting local name acsnow of variable accumulated_water_equivalent_of_frozen_precip from new to old metadata -INFO: Converting local name levsm1 of variable vertical_dimension_minus_one from new to old metadata -INFO: Converting local name phy_myj_a1t of variable weight_for_potental_temperature_at_viscous_sublayer_top from new to old metadata -INFO: Converting local name ntracp1 of variable number_of_tracers_plus_one from new to old metadata -INFO: Converting local name GFS_Data of variable GFS_data_type_instance_all_blocks from new to old metadata -INFO: Converting local name zol of variable surface_stability_parameter from new to old metadata -INFO: Converting local name CCPP_interstitial of variable CCPP_interstitial_type_instance from new to old metadata -INFO: Converting local name isd of variable starting_x_direction_index_domain from new to old metadata -INFO: Converting local name cplflx of variable flag_for_flux_coupling from new to old metadata -INFO: Converting local name lradar of variable flag_for_radar_reflectivity from new to old metadata -INFO: Converting local name iseed_ca of variable seed_for_random_number_generation_in_cellular_automata_scheme from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_for_convective_cloud_cover_in_phy_f3d) of variable convective_cloud_cover_in_phy_f3d from new to old metadata -INFO: Converting local name dqsfci of variable instantaneous_surface_upward_latent_heat_flux_for_diag from new to old metadata -INFO: Converting local name dxmin of variable minimum_scaling_factor_for_critical_relative_humidity from new to old metadata -INFO: Converting local name sppt_wts of variable weights_for_stochastic_sppt_perturbation from new to old metadata -INFO: Converting local name tahxy of variable canopy_air_temperature from new to old metadata -INFO: Converting local name imn of variable forecast_month from new to old metadata -INFO: Converting local name evcw of variable canopy_upward_latent_heat_flux from new to old metadata -INFO: Converting local name input_nml_file of variable namelist_filename_for_internal_file_reads from new to old metadata -INFO: Converting local name raddt of variable time_step_for_radiation from new to old metadata -INFO: Converting local name dvisbmi_cpl of variable instantaneous_surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name gwdcv of variable tendency_of_y_wind_due_to_convective_gravity_wave_drag from new to old metadata -INFO: Converting local name evbsa of variable cumulative_soil_upward_latent_heat_flux_multiplied_by_timestep from new to old metadata -INFO: Converting local name cldwrk of variable cumulative_cloud_work_function from new to old metadata -INFO: Converting local name npzdelz of variable vertical_dimension_for_thickness_at_Lagrangian_surface from new to old metadata -INFO: Converting local name dvsfc_cice of variable surface_y_momentum_flux_for_coupling_interstitial from new to old metadata -INFO: Converting local name ql of variable cloud_liquid_water_specific_humidity_at_Lagrangian_surface from new to old metadata -INFO: Converting local name imp_physics_fer_hires of variable flag_for_fer_hires_microphysics_scheme from new to old metadata -INFO: Converting local name dvdt of variable tendency_of_y_wind_due_to_model_physics from new to old metadata -INFO: Converting local name dusfc_cpl of variable cumulative_surface_x_momentum_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name prsl(:,1) of variable air_pressure_at_lowest_model_layer from new to old metadata -INFO: Converting local name ktop_shallow of variable k_level_of_highest_reaching_plume from new to old metadata -INFO: Converting local name sfcfsw of variable sw_fluxes_sfc from new to old metadata -INFO: Converting local name gv0 of variable y_wind_updated_by_physics from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_rain_water) of variable rain_water_mixing_ratio from new to old metadata -INFO: Converting local name cdq_ocean of variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_ocean from new to old metadata -INFO: Converting local name sfcalb(:,4) of variable surface_albedo_due_to_UV_and_VIS_diffused from new to old metadata -INFO: Converting local name gamq of variable countergradient_mixing_term_for_water_vapor from new to old metadata -INFO: Converting local name mdt of variable time_step_for_remapping_for_fast_physics from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_ice_cloud_condensate) of variable ice_water_mixing_ratio from new to old metadata -INFO: Converting local name sfcalb(:,2) of variable surface_albedo_due_to_near_IR_diffused from new to old metadata -INFO: Converting local name phy_fctd of variable cloud_base_mass_flux from new to old metadata -INFO: Converting local name weasd_land of variable water_equivalent_accumulated_snow_depth_over_land from new to old metadata -INFO: Converting local name nwfa2d of variable tendency_of_water_friendly_aerosols_at_surface from new to old metadata -INFO: Converting local name GFS_Control of variable GFS_control_type_instance from new to old metadata -INFO: Converting local name nncl of variable number_of_tracers_for_cloud_condensate from new to old metadata -INFO: Converting local name olyr of variable ozone_concentration_at_layer_for_radiation from new to old metadata -INFO: Converting local name tg3 of variable deep_soil_temperature from new to old metadata -INFO: Converting local name Radtend of variable GFS_radtend_type_instance from new to old metadata -INFO: Converting local name sinlat of variable sine_of_latitude from new to old metadata -INFO: Converting local name sppt_wts of variable weights_for_stochastic_sppt_perturbation_flipped from new to old metadata -INFO: Converting local name ng of variable number_of_ghost_zones from new to old metadata -INFO: Converting local name phil of variable geopotential from new to old metadata -INFO: Converting local name flag_frsoil of variable flag_for_frozen_soil_physics from new to old metadata -INFO: Converting local name faersw(:,:,:,2) of variable aerosol_single_scattering_albedo_for_shortwave_bands_01_16 from new to old metadata -INFO: Converting local name qc of variable cloud_fraction_at_Lagrangian_surface from new to old metadata -INFO: Converting local name do_sfcperts of variable flag_for_stochastic_surface_perturbations from new to old metadata -INFO: Converting local name betas_deep of variable downdraft_fraction_reaching_surface_over_ocean_deep_convection from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_rain_number_concentration) of variable rain_number_concentration from new to old metadata -INFO: Converting local name ifd of variable index_of_dtlm_start from new to old metadata -INFO: Converting local name area of variable cell_area_for_fast_physics from new to old metadata -INFO: Converting local name trans_trac of variable flag_for_convective_transport_of_tracers from new to old metadata -INFO: Converting local name isatmedmf of variable choice_of_scale_aware_TKE_moist_EDMF_PBL from new to old metadata -INFO: Converting local name old_monin of variable flag_for_old_PBL_scheme from new to old metadata -INFO: Converting local name cplchm of variable flag_for_chemistry_coupling from new to old metadata -INFO: Converting local name raincprv of variable lwe_thickness_of_convective_precipitation_amount_from_previous_timestep from new to old metadata -INFO: Converting local name u1 of variable x_wind_at_lowest_model_layer_for_diag from new to old metadata -INFO: Converting local name gw_dvdt of variable tendency_of_y_wind_due_to_ugwp from new to old metadata -INFO: Converting local name dtsfc1 of variable instantaneous_surface_upward_sensible_heat_flux from new to old metadata -INFO: Converting local name gasvmr(:,:,9) of variable volume_mixing_ratio_ccl4 from new to old metadata -INFO: Converting local name semis_ice of variable surface_longwave_emissivity_over_ice_interstitial from new to old metadata -INFO: Converting local name zmtb of variable time_integral_of_height_of_mountain_blocking from new to old metadata -INFO: Converting local name dtauy2d_fd of variable y_momentum_tendency_from_form_drag from new to old metadata -INFO: Converting local name lakefrac of variable lake_area_fraction from new to old metadata -INFO: Converting local name do_myjpbl of variable do_myjpbl from new to old metadata -INFO: Converting local name sncovr of variable surface_snow_area_fraction_over_land from new to old metadata -INFO: Converting local name spd10max of variable maximum_wind_at_10m_over_maximum_hourly_time_interval from new to old metadata -INFO: Converting local name faerlw(:,:,:,3) of variable aerosol_asymmetry_parameter_for_longwave_bands_01_16 from new to old metadata -INFO: Converting local name adjsfculw_ocean of variable surface_upwelling_longwave_flux_over_ocean_interstitial from new to old metadata -INFO: Converting local name nscfshoc of variable index_of_subgrid_scale_cloud_fraction_from_shoc_in_phy_f3d from new to old metadata -INFO: Converting local name qv_r of variable humidity_mixing_ratio from new to old metadata -INFO: Converting local name gq0(:,:,index_for_water_vapor) of variable water_vapor_specific_humidity_updated_by_physics from new to old metadata -INFO: Converting local name lsnow_lsm of variable snow_vertical_dimension_for_land_surface_model from new to old metadata -INFO: Converting local name dv3dt_ngw of variable time_integral_of_change_in_y_wind_due_to_nonstationary_gravity_wave from new to old metadata -INFO: Converting local name tlyr of variable air_temperature_at_layer_for_radiation from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_turbulent_kinetic_energy) of variable turbulent_kinetic_energy from new to old metadata -INFO: Converting local name h2opl of variable h2o_forcing from new to old metadata -INFO: Converting local name smc of variable volume_fraction_of_soil_moisture from new to old metadata -INFO: Converting local name latr of variable number_of_latitude_points from new to old metadata -INFO: Converting local name crick_proof of variable flag_for_CRICK_proof_cloud_water from new to old metadata -INFO: Converting local name ssem of variable instantaneous_seasalt_emission_flux from new to old metadata -INFO: Converting local name xlai1d of variable perturbation_of_leaf_area_index from new to old metadata -INFO: Converting local name tdoms of variable dominant_snow_type from new to old metadata -INFO: Converting local name canopy of variable canopy_water_amount from new to old metadata -INFO: Converting local name dtauy2d_ss of variable y_momentum_tendency_from_small_scale_gwd from new to old metadata -INFO: Converting local name forcet of variable temperature_tendency_due_to_dynamics from new to old metadata -INFO: Converting local name snowmt of variable surface_snow_melt from new to old metadata -INFO: Converting local name ttendlim of variable limit_for_temperature_tendency_for_microphysics from new to old metadata -INFO: Converting local name clouds(:,:,6) of variable cloud_rain_water_path from new to old metadata -INFO: Converting local name sigmafrac of variable convective_updraft_area_fraction from new to old metadata -INFO: Converting local name tau_tofd of variable instantaneous_momentum_flux_due_to_turbulent_orographic_form_drag from new to old metadata -INFO: Converting local name gq0(:,:,index_for_ice_friendly_aerosols) of variable ice_friendly_aerosol_number_concentration_updated_by_physics from new to old metadata -INFO: Converting local name nsswr of variable number_of_timesteps_between_shortwave_radiation_calls from new to old metadata -INFO: Converting local name ulwsfc_cice of variable surface_upwelling_longwave_flux_for_coupling_interstitial from new to old metadata -INFO: Converting local name dq3dt(:,:,8) of variable cumulative_change_in_ozone_concentration_due_to_temperature from new to old metadata -INFO: Converting local name stress_ice of variable surface_wind_stress_over_ice from new to old metadata -INFO: Converting local name is of variable starting_x_direction_index from new to old metadata -INFO: Converting local name sbsno of variable snow_deposition_sublimation_upward_latent_heat_flux from new to old metadata -INFO: Converting local name cnvprcpb of variable cumulative_lwe_thickness_of_convective_precipitation_amount_in_bucket from new to old metadata -INFO: Converting local name rdlai of variable flag_for_reading_leaf_area_index_from_input from new to old metadata -INFO: Converting local name phy_f3d(:,:,4) of variable water_vapor_specific_humidity_at_previous_time_step from new to old metadata -INFO: Converting local name area of variable cell_area from new to old metadata -INFO: Converting local name con_eps of variable ratio_of_dry_air_to_water_vapor_gas_constants from new to old metadata -INFO: Converting local name edmf_a of variable emdf_updraft_area from new to old metadata -INFO: Converting local name dusfc1 of variable instantaneous_surface_x_momentum_flux from new to old metadata -INFO: Converting local name qlcn of variable mass_fraction_of_convective_cloud_liquid_water from new to old metadata -INFO: Converting local name fh2_land of variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_land from new to old metadata -INFO: Converting local name tprcp_land of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_land from new to old metadata -INFO: Converting local name chh_land of variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_land from new to old metadata -INFO: Converting local name dt3dt(:,:,1) of variable cumulative_change_in_temperature_due_to_longwave_radiation from new to old metadata -INFO: Converting local name nfracseed of variable cellular_automata_seed_probability from new to old metadata -INFO: Converting local name cwm of variable total_cloud_condensate_mixing_ratio_updated_by_physics from new to old metadata -INFO: Converting local name u10max of variable maximum_u_wind_at_10m_over_maximum_hourly_time_interval from new to old metadata -INFO: Converting local name dvsfc_ss of variable integrated_y_momentum_flux_from_small_scale_gwd from new to old metadata -INFO: Converting local name smcref2 of variable threshold_volume_fraction_of_condensed_water_in_soil from new to old metadata -INFO: Converting local name kcnv of variable flag_deep_convection from new to old metadata -INFO: Converting local name keepsmfr of variable volume_fraction_of_frozen_soil_moisture_for_land_surface_model from new to old metadata -INFO: Converting local name frain of variable dynamics_to_physics_timestep_ratio from new to old metadata -INFO: Converting local name debug of variable flag_debug from new to old metadata -INFO: Converting local name qrn of variable local_rain_water_mixing_ratio from new to old metadata -INFO: Converting local name tsfc_ocean of variable surface_skin_temperature_over_ocean_interstitial from new to old metadata -INFO: Converting local name levr of variable number_of_vertical_layers_for_radiation_calculations from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_graupel_number_concentration) of variable graupel_number_concentration from new to old metadata -INFO: Converting local name bl_upfr of variable updraft_fraction_in_boundary_layer_mass_flux_scheme from new to old metadata -INFO: Converting local name nsfcpert of variable number_of_surface_perturbations from new to old metadata -INFO: Converting local name evpco of variable coefficient_for_evaporation_of_rainfall from new to old metadata -INFO: Converting local name iems of variable flag_for_surface_emissivity_control from new to old metadata -INFO: Converting local name dlwsfc of variable cumulative_surface_downwelling_longwave_flux_multiplied_by_timestep from new to old metadata -INFO: Converting local name cimin of variable minimum_sea_ice_concentration from new to old metadata -INFO: Converting local name zs of variable depth_of_soil_levels_for_land_surface_model from new to old metadata -INFO: Converting local name fm10_land of variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_land from new to old metadata -INFO: Converting local name lsm_noahmp of variable flag_for_noahmp_land_surface_scheme from new to old metadata -INFO: Converting local name cs_parm(1) of variable updraft_velocity_tunable_parameter_1_CS from new to old metadata -INFO: Converting local name z_c of variable sub_layer_cooling_thickness from new to old metadata -INFO: Converting local name rainc of variable lwe_thickness_of_convective_precipitation_amount_on_dynamics_timestep from new to old metadata -INFO: Converting local name do_cnvgwd of variable flag_for_convective_gravity_wave_drag from new to old metadata -INFO: Converting local name nlunit of variable iounit_namelist from new to old metadata -INFO: Converting local name gw_dtdt of variable tendency_of_air_temperature_due_to_ugwp from new to old metadata -INFO: Converting local name phy_myj_vz0 of variable v_wind_component_at_viscous_sublayer_top from new to old metadata -INFO: Converting local name dusfc_ss of variable integrated_x_momentum_flux_from_small_scale_gwd from new to old metadata -INFO: Converting local name reset of variable flag_reset_maximum_hourly_fields from new to old metadata -INFO: Converting local name idat of variable date_and_time_at_model_initialization from new to old metadata -INFO: Converting local name oceanfrac of variable sea_area_fraction from new to old metadata -INFO: Converting local name rho_h2o of variable density_of_fresh_water from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_ozone) of variable ozone_mixing_ratio from new to old metadata -INFO: Converting local name qv of variable water_vapor_specific_humidity_at_Lagrangian_surface from new to old metadata -INFO: Converting local name adjnirdfd of variable surface_downwelling_diffuse_near_infrared_shortwave_flux from new to old metadata -INFO: Converting local name ca_global of variable flag_for_global_cellular_automata from new to old metadata -INFO: Converting local name landfrac of variable land_area_fraction from new to old metadata -INFO: Converting local name iopt_btr of variable flag_for_soil_moisture_factor_stomatal_resistance_option from new to old metadata -INFO: Converting local name cqs2 of variable surface_exchange_coefficient_for_moisture_at_2m from new to old metadata -INFO: Converting local name snohfa of variable cumulative_snow_freezing_rain_upward_latent_heat_flux_multiplied_by_timestep from new to old metadata -INFO: Converting local name nvisbm_cpl of variable cumulative_surface_net_downward_direct_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name GFS_sfcprop_type of variable GFS_sfcprop_type from new to old metadata -INFO: Converting local name oz_phys of variable flag_for_ozone_physics from new to old metadata -INFO: Converting local name rhowater of variable liquid_water_density from new to old metadata -INFO: Converting local name zsnsoxy of variable layer_bottom_depth_from_snow_surface from new to old metadata -INFO: Converting local name nthresh of variable threshold_for_perturbed_vertical_velocity from new to old metadata -INFO: Converting local name phy_f3d(:,:,1) of variable air_temperature_two_time_steps_back from new to old metadata -INFO: Converting local name gq0(:,:,index_for_water_friendly_aerosols) of variable water_friendly_aerosol_number_concentration_updated_by_physics from new to old metadata -INFO: Converting local name wetness of variable normalized_soil_wetness_for_land_surface_model from new to old metadata -INFO: Converting local name v10mi_cpl of variable instantaneous_y_wind_at_10m_for_coupling from new to old metadata -INFO: Converting local name rh02min of variable minimum_relative_humidity_at_2m_over_maximum_hourly_time_interval from new to old metadata -INFO: Converting local name nf_aelw of variable number_of_aerosol_output_fields_for_longwave_radiation from new to old metadata -INFO: Converting local name isubc_sw of variable flag_for_sw_clouds_without_sub_grid_approximation from new to old metadata -INFO: Converting local name gq0(:,:,index_for_rain_number_concentration) of variable rain_number_concentration_updated_by_physics from new to old metadata -INFO: Converting local name dvsfc1 of variable instantaneous_surface_y_momentum_flux from new to old metadata -INFO: Converting local name nirdfdi of variable surface_downwelling_diffuse_near_infrared_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name isatmedmf_vdif of variable choice_of_original_scale_aware_TKE_moist_EDMF_PBL from new to old metadata -INFO: Converting local name fprcp of variable number_of_frozen_precipitation_species from new to old metadata -INFO: Converting local name tsurf_land of variable surface_skin_temperature_after_iteration_over_land from new to old metadata -INFO: Converting local name kd of variable vertical_index_difference_between_inout_and_local from new to old metadata -INFO: Converting local name LTP of variable extra_top_layer from new to old metadata -INFO: Converting local name solcon of variable solar_constant from new to old metadata -INFO: Converting local name gq0(:,:,index_for_snow_number_concentration) of variable snow_number_concentration_updated_by_physics from new to old metadata -INFO: Converting local name bl_mynn_tkebudget of variable tke_budget from new to old metadata -INFO: Converting local name xu of variable diurnal_thermocline_layer_x_current from new to old metadata -INFO: Converting local name bl_mynn_tkeadvect of variable tke_advect from new to old metadata -INFO: Converting local name hflx_ice of variable kinematic_surface_upward_sensible_heat_flux_over_ice from new to old metadata -INFO: Converting local name smcwlt2 of variable volume_fraction_of_condensed_water_in_soil_at_wilting_point from new to old metadata -INFO: Converting local name imfdeepcnv of variable flag_for_mass_flux_deep_convection_scheme from new to old metadata -INFO: Converting local name ntchm of variable number_of_chemical_tracers from new to old metadata -INFO: Converting local name ncpl of variable local_condesed_water_number_concentration from new to old metadata -INFO: Converting local name vvl of variable omega from new to old metadata -INFO: Converting local name xkzminv of variable atmosphere_heat_diffusivity_background_maximum from new to old metadata -INFO: Converting local name snowc of variable surface_snow_area_fraction from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_of_subgrid_scale_cloud_fraction_from_shoc_in_phy_f3d) of variable subgrid_scale_cloud_fraction_from_shoc from new to old metadata -INFO: Converting local name du3dt(:,:,4) of variable cumulative_change_in_x_wind_due_to_convective_gravity_wave_drag from new to old metadata -INFO: Converting local name jcap of variable number_of_spectral_wave_trancation_for_sas from new to old metadata -INFO: Converting local name cd_ocean of variable surface_drag_coefficient_for_momentum_in_air_over_ocean from new to old metadata -INFO: Converting local name vfrac of variable vegetation_area_fraction from new to old metadata -INFO: Converting local name dvdftra of variable tendency_of_vertically_diffused_tracer_concentration from new to old metadata -INFO: Converting local name npzp1 of variable vertical_dimension_for_fast_physics_plus_one from new to old metadata -INFO: Converting local name duem of variable instantaneous_dust_emission_flux from new to old metadata -INFO: Converting local name prslrd0 of variable pressure_cutoff_for_rayleigh_damping from new to old metadata -INFO: Converting local name q2m of variable specific_humidity_at_2m from new to old metadata -INFO: Converting local name chs2 of variable surface_exchange_coefficient_for_heat_at_2m from new to old metadata -INFO: Converting local name lfmassxy of variable leaf_mass from new to old metadata -INFO: Converting local name phy_f3d(:,:,2) of variable water_vapor_specific_humidity_two_time_steps_back from new to old metadata -INFO: Converting local name rainp of variable tendency_of_rain_water_mixing_ratio_due_to_microphysics from new to old metadata -INFO: Converting local name ud_mf of variable instantaneous_atmosphere_updraft_convective_mass_flux from new to old metadata -INFO: Converting local name dudt_tms of variable instantaneous_change_in_x_wind_due_to_turbulent_orographic_form_drag from new to old metadata -INFO: Converting local name mg3_as_mg2 of variable flag_mg3_as_mg2 from new to old metadata -INFO: Converting local name htlw0 of variable tendency_of_air_temperature_due_to_longwave_heating_assuming_clear_sky_on_radiation_time_step from new to old metadata -INFO: Converting local name w_d of variable coefficient_w_d from new to old metadata -INFO: Converting local name shdmax of variable maximum_vegetation_area_fraction from new to old metadata -INFO: Converting local name iccn of variable flag_for_in_ccn_forcing_for_morrison_gettelman_microphysics from new to old metadata -INFO: Converting local name htlwc of variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step from new to old metadata -INFO: Converting local name scmpsw of variable components_of_surface_downward_shortwave_fluxes from new to old metadata -INFO: Converting local name tgrs(:,1) of variable air_temperature_at_lowest_model_layer from new to old metadata -INFO: Converting local name cmxy of variable surface_drag_coefficient_for_momentum_for_noahmp from new to old metadata -INFO: Converting local name snowd_land of variable surface_snow_thickness_water_equivalent_over_land from new to old metadata -INFO: Converting local name clouds(:,:,5) of variable mean_effective_radius_for_ice_cloud from new to old metadata -INFO: Converting local name xz of variable diurnal_thermocline_layer_thickness from new to old metadata -INFO: Converting local name tsfg of variable surface_ground_temperature_for_radiation from new to old metadata -INFO: Converting local name dkt of variable atmosphere_heat_diffusivity from new to old metadata -INFO: Converting local name qgrs of variable tracer_concentration from new to old metadata -INFO: Converting local name pgcon_deep of variable momentum_transport_reduction_factor_pgf_deep_convection from new to old metadata -INFO: Converting local name wind10mmax of variable maximum_wind_at_10m from new to old metadata -INFO: Converting local name slopetype of variable surface_slope_classification from new to old metadata -INFO: Converting local name Intdiag of variable GFS_diag_type_instance from new to old metadata -INFO: Converting local name mg_nccons of variable mg_flag_drop_concentration_constant from new to old metadata -INFO: Converting local name adjvisdfd of variable surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_snow_water) of variable tendency_of_snow_water_mixing_ratio_due_to_model_physics from new to old metadata -INFO: Converting local name nlwsfc_cpl of variable cumulative_surface_net_downward_longwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name clouds(:,:,9) of variable mean_effective_radius_for_snow_flake from new to old metadata -INFO: Converting local name con_cvap of variable specific_heat_of_water_vapor_at_constant_pressure from new to old metadata -INFO: Converting local name drydep of variable instantaneous_dry_deposition from new to old metadata -INFO: Converting local name semis_ocean of variable surface_longwave_emissivity_over_ocean_interstitial from new to old metadata -INFO: Converting local name master of variable mpi_root from new to old metadata -INFO: Converting local name gamt of variable countergradient_mixing_term_for_temperature from new to old metadata -INFO: Converting local name redrag of variable flag_for_reduced_drag_coefficient_over_sea from new to old metadata -INFO: Converting local name gq0(:,:,index_for_ozone) of variable ozone_concentration_updated_by_physics from new to old metadata -INFO: Converting local name do_skeb of variable flag_for_stochastic_skeb_option from new to old metadata -INFO: Converting local name qg_r of variable mass_weighted_rime_factor_mixing_ratio from new to old metadata -INFO: Converting local name min_seaice of variable sea_ice_minimum from new to old metadata -INFO: Converting local name betal_deep of variable downdraft_fraction_reaching_surface_over_land_deep_convection from new to old metadata -INFO: Converting local name alvwf of variable mean_vis_albedo_with_weak_cosz_dependency from new to old metadata -INFO: Converting local name do_gwd of variable flag_for_gravity_wave_drag from new to old metadata -INFO: Converting local name nf_aesw of variable number_of_aerosol_output_fields_for_shortwave_radiation from new to old metadata -INFO: Converting local name avg_max_length of variable time_interval_for_maximum_hourly_fields from new to old metadata -INFO: Converting local name tdomzr of variable dominant_freezing_rain_type from new to old metadata -INFO: Converting local name toticeb of variable accumulated_lwe_thickness_of_ice_amount_in_bucket from new to old metadata -INFO: Converting local name isppt_deep of variable flag_for_combination_of_sppt_with_isppt_deep from new to old metadata -INFO: Converting local name ice of variable lwe_thickness_of_ice_amount_on_dynamics_timestep from new to old metadata -INFO: Converting local name dq3dt(:,:,9) of variable cumulative_change_in_ozone_concentration_due_to_overhead_ozone_column from new to old metadata -INFO: Converting local name lsidea of variable flag_idealized_physics from new to old metadata -INFO: Converting local name ico2 of variable flag_for_using_prescribed_global_mean_co2_value from new to old metadata -INFO: Converting local name evap_ice of variable kinematic_surface_upward_latent_heat_flux_over_ice from new to old metadata -INFO: Converting local name do_awdd of variable flag_arakawa_wu_downdraft from new to old metadata -INFO: Converting local name hetfrz_classnuc of variable mg_flag_for_heterogeneous_freezing from new to old metadata -INFO: Converting local name mpiroot of variable mpi_root_for_fast_physics from new to old metadata -INFO: Converting local name dq3dt(:,:,4) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_microphysics from new to old metadata -INFO: Converting local name GFS_coupling_type of variable GFS_coupling_type from new to old metadata -INFO: Converting local name psurfi_cpl of variable instantaneous_surface_air_pressure_for_coupling from new to old metadata -INFO: Converting local name xkzm_h of variable atmosphere_heat_diffusivity_background from new to old metadata -INFO: Converting local name rh02max of variable maximum_relative_humidity_at_2m_over_maximum_hourly_time_interval from new to old metadata -INFO: Converting local name tmpmax of variable maximum_temperature_at_2m from new to old metadata -INFO: Converting local name fscav of variable fraction_of_tracer_scavenged from new to old metadata -INFO: Converting local name ntiwx of variable index_for_ice_cloud_condensate_vertical_diffusion_tracer from new to old metadata -INFO: Converting local name gasvmr(:,:,4) of variable volume_mixing_ratio_o2 from new to old metadata -INFO: Converting local name dpt2m of variable dewpoint_temperature_at_2m from new to old metadata -INFO: Converting local name mg_do_liq_liu of variable mg_flag_for_liu_liquid_treatment from new to old metadata -INFO: Converting local name ffhh_land of variable Monin_Obukhov_similarity_function_for_heat_over_land from new to old metadata -INFO: Converting local name crtrh(3) of variable critical_relative_humidity_at_top_of_atmosphere from new to old metadata -INFO: Converting local name smcwtdxy of variable soil_water_content_between_soil_bottom_and_water_table from new to old metadata -INFO: Converting local name visbmdi of variable surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name cdq_ice of variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_ice from new to old metadata -INFO: Converting local name adjnirdfu of variable surface_upwelling_diffuse_near_infrared_shortwave_flux from new to old metadata -INFO: Converting local name wcbmax of variable maximum_updraft_velocity_at_cloud_base from new to old metadata -INFO: Converting local name tsflw of variable surface_midlayer_air_temperature_in_longwave_radiation from new to old metadata -INFO: Converting local name asolfac_shal of variable aerosol_aware_parameter_shallow_convection from new to old metadata -INFO: Converting local name gabsbdlw_ocean of variable surface_downwelling_longwave_flux_absorbed_by_ground_over_ocean from new to old metadata -INFO: Converting local name de_lgth of variable cloud_decorrelation_length from new to old metadata -INFO: Converting local name GFS_interstitial_type of variable GFS_interstitial_type from new to old metadata -INFO: Converting local name imap of variable map_of_block_column_number_to_global_i_index from new to old metadata -INFO: Converting local name plyr of variable air_pressure_at_layer_for_radiation_in_hPa from new to old metadata -INFO: Converting local name skip_macro of variable flag_skip_macro from new to old metadata -INFO: Converting local name tsnoxy of variable snow_temperature from new to old metadata -INFO: Converting local name sbsnoa of variable cumulative_snow_deposition_sublimation_upward_latent_heat_flux_multiplied_by_timestep from new to old metadata -INFO: Converting local name prcpmp of variable lwe_thickness_of_explicit_precipitation_amount from new to old metadata -INFO: Converting local name clcn of variable convective_cloud_volume_fraction from new to old metadata -INFO: Converting local name gt0 of variable air_temperature_updated_by_physics from new to old metadata -INFO: Converting local name gamma of variable anisotropy_of_subgrid_orography from new to old metadata -INFO: Converting local name uconvtend of variable tendency_of_x_wind_due_to_deep_convection_for_coupling_on_physics_timestep from new to old metadata -INFO: Converting local name dswsfci_cpl of variable instantaneous_surface_downwelling_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name delp of variable pressure_thickness_at_Lagrangian_surface from new to old metadata -INFO: Converting local name lsm_ruc of variable flag_for_ruc_land_surface_scheme from new to old metadata -INFO: Converting local name dt_mf of variable instantaneous_atmosphere_detrainment_convective_mass_flux from new to old metadata -INFO: Converting local name d_conv of variable free_convection_layer_thickness from new to old metadata -INFO: Converting local name nlwsfci_cpl of variable instantaneous_surface_net_downward_longwave_flux_for_coupling from new to old metadata -INFO: Converting local name shum_wts of variable weights_for_stochastic_shum_perturbation from new to old metadata -INFO: Converting local name dswsfci of variable surface_downwelling_shortwave_flux from new to old metadata -INFO: Converting local name do_ysu of variable flag_for_ysu from new to old metadata -INFO: Converting local name q_con of variable cloud_condensed_water_specific_humidity_at_Lagrangian_surface from new to old metadata -INFO: Converting local name mom4ice of variable flag_for_mom4_coupling from new to old metadata -INFO: Converting local name tref of variable sea_surface_reference_temperature from new to old metadata -INFO: Converting local name faersw(:,:,:,3) of variable aerosol_asymmetry_parameter_for_shortwave_bands_01_16 from new to old metadata -INFO: Converting local name ie of variable ending_x_direction_index from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_water_friendly_aerosols) of variable water_friendly_aerosol_number_concentration from new to old metadata -INFO: Converting local name dugwd of variable time_integral_of_x_stress_due_to_gravity_wave_drag from new to old metadata -INFO: Converting local name ntot3d of variable number_of_fields_in_phyf3d from new to old metadata -INFO: Converting local name GFS_data_type of variable GFS_data_type from new to old metadata -INFO: Converting local name graupelprv of variable lwe_thickness_of_graupel_amount_from_previous_timestep from new to old metadata -INFO: Converting local name nstf_name(4) of variable vertical_temperature_average_range_lower_bound from new to old metadata -INFO: Converting local name kind_dyn of variable kind_dyn from new to old metadata -INFO: Converting local name acv of variable accumulated_lwe_thickness_of_convective_precipitation_amount_cnvc90 from new to old metadata -INFO: Converting local name lsoil_lsm of variable soil_vertical_dimension_for_land_surface_model from new to old metadata -INFO: Converting local name phy_myj_chkqlm of variable surface_layer_evaporation_switch from new to old metadata -INFO: Converting local name dtf of variable time_step_for_dynamics from new to old metadata -INFO: Converting local name dqsfci_cpl of variable instantaneous_surface_upward_latent_heat_flux_for_coupling from new to old metadata -INFO: Converting local name mg_do_hail of variable mg_flag_for_hail from new to old metadata -INFO: Converting local name iopt_sfc of variable flag_for_surface_layer_drag_coefficient_option from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_ice_cloud_number_concentration) of variable tendency_of_ice_number_concentration_due_to_model_physics from new to old metadata -INFO: Converting local name kind_LOGICAL of variable kind_LOGICAL from new to old metadata -INFO: Converting local name hybedmf of variable flag_for_hedmf from new to old metadata -INFO: Converting local name dvisdfi_cpl of variable instantaneous_surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name exch_h of variable atmosphere_heat_diffusivity_for_mynnpbl from new to old metadata -INFO: Converting local name z01d of variable perturbation_of_momentum_roughness_length from new to old metadata -INFO: Converting local name prevst of variable temperature_from_previous_timestep from new to old metadata -INFO: Converting local name tracers_total of variable number_of_total_tracers from new to old metadata -INFO: Converting local name wind of variable wind_speed_at_lowest_model_layer from new to old metadata -INFO: Converting local name hprime of variable statistical_measures_of_subgrid_orography from new to old metadata -INFO: Converting local name oz_coeffp5 of variable number_of_coefficients_in_ozone_forcing_data_plus_five from new to old metadata -INFO: Converting local name tvxy of variable vegetation_temperature from new to old metadata -INFO: Converting local name ncps of variable local_snow_number_concentration from new to old metadata -INFO: Converting local name zlvl of variable height_above_ground_at_lowest_model_layer from new to old metadata -INFO: Converting local name restart of variable flag_for_restart from new to old metadata -INFO: Converting local name con_tice of variable freezing_point_temperature_of_seawater from new to old metadata -INFO: Converting local name sfcnsw of variable surface_net_downwelling_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name tau_mtb of variable time_integral_of_momentum_flux_due_to_mountain_blocking_drag from new to old metadata -INFO: Metadata table for model FV3 written to tests/build_fv3_19/FV3/ccpp/physics/CCPP_VARIABLES_FV3.html -INFO: Parsing metadata tables in physics scheme files ... -INFO: Parsed tables in scheme rayleigh_damp -INFO: Parsed tables in scheme GFS_surface_composites_pre -INFO: Parsed tables in scheme GFS_surface_composites_inter -INFO: Parsed tables in scheme GFS_surface_composites_post -INFO: Parsed tables in scheme rrtmg_sw -INFO: Parsed tables in scheme sfc_ocean -INFO: Parsed tables in scheme gwdc_pre -INFO: Parsed tables in scheme gwdc -INFO: Parsed tables in scheme gwdc_post -INFO: Parsed tables in scheme cu_gf_driver_pre -INFO: Parsed tables in scheme gfdl_cloud_microphys -INFO: Parsed tables in scheme GFS_time_vary_pre -INFO: Parsed tables in scheme GFS_rrtmg_setup -INFO: Parsed tables in scheme zhaocarr_gscond -INFO: Parsed tables in scheme ysuvdif -INFO: Parsed tables in scheme rrtmg_sw_post -INFO: Parsed tables in scheme GFS_SCNV_generic_pre -INFO: Parsed tables in scheme GFS_SCNV_generic_post -INFO: Parsed tables in scheme GFS_rrtmg_pre -INFO: Parsed tables in scheme sfc_sice -INFO: Parsed tables in scheme samfdeepcnv -INFO: Parsed tables in scheme satmedmfvdif -INFO: Parsed tables in scheme mynnrad_post -INFO: Parsed tables in scheme cu_gf_driver_post -INFO: Parsed tables in scheme cs_conv_aw_adj -INFO: Parsed tables in scheme GFS_phys_time_vary -INFO: Parsed tables in scheme ozphys_2015 -INFO: Parsed tables in scheme GFS_suite_interstitial_rad_reset -INFO: Parsed tables in scheme GFS_suite_interstitial_phys_reset -INFO: Parsed tables in scheme GFS_suite_interstitial_1 -INFO: Parsed tables in scheme GFS_suite_interstitial_2 -INFO: Parsed tables in scheme GFS_suite_stateout_reset -INFO: Parsed tables in scheme GFS_suite_stateout_update -INFO: Parsed tables in scheme GFS_suite_interstitial_3 -INFO: Parsed tables in scheme GFS_suite_interstitial_4 -INFO: Parsed tables in scheme samfshalcnv -INFO: Parsed tables in scheme zhaocarr_precpd -INFO: Parsed tables in scheme noahmpdrv -INFO: Parsed tables in scheme mp_fer_hires -INFO: Parsed tables in scheme myjpbl_wrapper -INFO: Parsed tables in scheme GFS_surface_generic_pre -INFO: Parsed tables in scheme GFS_surface_generic_post -INFO: Parsed tables in scheme cu_ntiedtke_post -INFO: Parsed tables in scheme sfc_diag -INFO: Parsed tables in scheme rrtmg_lw -INFO: Parsed tables in scheme GFS_diagtoscreen -INFO: Parsed tables in scheme GFS_interstitialtoscreen -INFO: Parsed tables in scheme GFS_abort -INFO: Parsed tables in scheme GFS_checkland -INFO: Parsed tables in scheme mynnrad_pre -INFO: Parsed tables in scheme satmedmfvdifq -INFO: Parsed tables in scheme cs_conv_pre -INFO: Parsed tables in scheme cs_conv_post -INFO: Parsed tables in scheme cs_conv -INFO: Parsed tables in scheme shinhongvdif -INFO: Parsed tables in scheme h2ophys -INFO: Parsed tables in scheme rrtmg_lw_post -INFO: Parsed tables in scheme sfc_nst -INFO: Parsed tables in scheme sfc_nst_pre -INFO: Parsed tables in scheme sfc_nst_post -INFO: Parsed tables in scheme cu_ntiedtke_pre -INFO: Parsed tables in scheme cu_ntiedtke -INFO: Parsed tables in scheme cires_ugwp_post -INFO: Parsed tables in scheme hedmf -INFO: Parsed tables in scheme sfc_diff -INFO: Parsed tables in scheme mp_thompson_pre -INFO: Parsed tables in scheme sfc_diag_post -INFO: Parsed tables in scheme m_micro_pre -INFO: Parsed tables in scheme m_micro_post -INFO: Parsed tables in scheme m_micro -INFO: Parsed tables in scheme fv_sat_adj -INFO: Parsed tables in scheme GFS_surface_loop_control_part1 -INFO: Parsed tables in scheme GFS_surface_loop_control_part2 -INFO: Parsed tables in scheme shoc -INFO: Parsed tables in scheme GFS_rrtmg_post -INFO: Parsed tables in scheme GFS_GWD_generic_pre -INFO: Parsed tables in scheme GFS_GWD_generic_post -INFO: Parsed tables in scheme rrtmg_sw_pre -INFO: Parsed tables in scheme GFS_MP_generic_pre -INFO: Parsed tables in scheme GFS_MP_generic_post -INFO: Parsed tables in scheme cu_gf_driver -INFO: Parsed tables in scheme GFS_PBL_generic_pre -INFO: Parsed tables in scheme GFS_PBL_generic_post -INFO: Parsed tables in scheme mp_thompson_post -INFO: Parsed tables in scheme mp_thompson -INFO: Parsed tables in scheme rrtmg_lw_pre -INFO: Parsed tables in scheme gwdps -INFO: Parsed tables in scheme shalcnv -INFO: Parsed tables in scheme cires_ugwp -INFO: Parsed tables in scheme get_prs_fv3 -INFO: Parsed tables in scheme get_phi_fv3 -INFO: Parsed tables in scheme mynnsfc_wrapper -INFO: Parsed tables in scheme GFS_suite_ini_fini_test -INFO: Parsed tables in scheme myjsfc_wrapper -INFO: Parsed tables in scheme mynnedmf_wrapper -INFO: Parsed tables in scheme ozphys -INFO: Parsed tables in scheme lsm_ruc -INFO: Parsed tables in scheme GFS_stochastics -INFO: Parsed tables in scheme drag_suite -INFO: Parsed tables in scheme sfc_cice -INFO: Parsed tables in scheme sascnvn -INFO: Parsed tables in scheme lsm_ruc_sfc_sice_pre -INFO: Parsed tables in scheme lsm_ruc_sfc_sice_post -INFO: Parsed tables in scheme GFS_DCNV_generic_pre -INFO: Parsed tables in scheme GFS_DCNV_generic_post -INFO: Parsed tables in scheme cnvc90 -INFO: Parsed tables in scheme GFS_rad_time_vary -INFO: Parsed tables in scheme maximum_hourly_diagnostics -INFO: Parsed tables in scheme lsm_noah -INFO: Parsed tables in scheme dcyc2t3 -INFO: Parsed tables in scheme dcyc2t3_post -INFO: Parsed tables in scheme moninshoc -INFO: filtering out variable GFS_stateout_type_instance -INFO: filtering out variable accumulated_change_of_air_temperature_due_to_FA_scheme -INFO: filtering out variable accumulated_water_equivalent_of_frozen_precip -INFO: filtering out variable aerosol_number_concentration_from_gocart_aerosol_climatology -INFO: filtering out variable air_temperature_at_previous_time_step -INFO: filtering out variable air_temperature_two_time_steps_back -INFO: filtering out variable atmosphere_heat_diffusivity_for_mynnpbl -INFO: filtering out variable atmosphere_heat_diffusivity_from_shoc -INFO: filtering out variable atmosphere_momentum_diffusivity_for_mynnpbl -INFO: filtering out variable baseline_surface_roughness_length -INFO: filtering out variable ccn_number_concentration -INFO: filtering out variable ccpp_block_number -INFO: filtering out variable cell_size -INFO: filtering out variable characteristic_grid_length_scale -INFO: filtering out variable choice_of_original_scale_aware_TKE_moist_EDMF_PBL -INFO: filtering out variable choice_of_scale_aware_TKE_moist_EDMF_PBL -INFO: filtering out variable choice_of_updated_scale_aware_TKE_moist_EDMF_PBL -INFO: filtering out variable cloud_area_fraction -INFO: filtering out variable cloud_base_mass_flux -INFO: filtering out variable cloud_condensed_water_conversion_threshold -INFO: filtering out variable cloud_condensed_water_mixing_ratio_at_lowest_model_layer -INFO: filtering out variable cloud_condensed_water_mixing_ratio_at_surface -INFO: filtering out variable cloud_droplet_number_concentration -INFO: filtering out variable cloud_droplet_number_concentration_updated_by_physics -INFO: filtering out variable cloud_fraction_for_MG -INFO: filtering out variable cloud_phase_transition_denominator -INFO: filtering out variable cloud_phase_transition_threshold_temperature -INFO: filtering out variable cloud_specie_mix_flag -INFO: filtering out variable cloudpdf -INFO: filtering out variable coefficient_for_evaporation_of_rainfall -INFO: filtering out variable coefficient_from_cloud_ice_to_snow -INFO: filtering out variable coefficient_from_cloud_water_to_rain -INFO: filtering out variable conv_activity_counter -INFO: filtering out variable convective_updraft_area_fraction -INFO: filtering out variable convective_updraft_area_fraction_at_model_interfaces -INFO: filtering out variable couple_sgs_clouds_to_radiation_flag -INFO: filtering out variable cumulative_change_in_x_wind_due_to_convective_gravity_wave_drag -INFO: filtering out variable cumulative_change_in_y_wind_due_to_convective_gravity_wave_drag -INFO: filtering out variable density_of_frozen_precipitation -INFO: filtering out variable depth_of_soil_levels_for_land_surface_model -INFO: filtering out variable detrainment_and_precipitation_tunable_parameter_3_CS -INFO: filtering out variable detrainment_and_precipitation_tunable_parameter_4_CS -INFO: filtering out variable do_myjsfc -INFO: filtering out variable do_mynnsfclay -INFO: filtering out variable downdraft_fraction_in_boundary_layer_mass_flux_scheme -INFO: filtering out variable edmf_flag -INFO: filtering out variable edmf_momentum_transport_flag -INFO: filtering out variable edmf_partition_flag -INFO: filtering out variable edmf_tke_transport_flag -INFO: filtering out variable emdf_updraft_area -INFO: filtering out variable emdf_updraft_cloud_water -INFO: filtering out variable emdf_updraft_entrainment_rate -INFO: filtering out variable emdf_updraft_theta_l -INFO: filtering out variable emdf_updraft_total_water -INFO: filtering out variable emdf_updraft_vertical_velocity -INFO: filtering out variable entrainment_efficiency_tunable_parameter_9_CS -INFO: filtering out variable fa_threshold_relative_humidity_for_onset_of_condensation -INFO: filtering out variable flag_arakawa_wu_downdraft -INFO: filtering out variable flag_convective_tracer_transport -INFO: filtering out variable flag_flip -INFO: filtering out variable flag_flux_form_CS -INFO: filtering out variable flag_for_2015_ozone_physics -INFO: filtering out variable flag_for_aerosol_input_MG -INFO: filtering out variable flag_for_frozen_soil_physics -INFO: filtering out variable flag_for_in_ccn_forcing_for_morrison_gettelman_microphysics -INFO: filtering out variable flag_for_individual_cloud_species_advected -INFO: filtering out variable flag_for_pdf_for_morrison_gettelman_microphysics_scheme -INFO: filtering out variable flag_for_reading_leaf_area_index_from_input -INFO: filtering out variable flag_for_restart -INFO: filtering out variable flag_for_sas_deep_convection_scheme -INFO: filtering out variable flag_for_shoc_after_convection -INFO: filtering out variable flag_mg3_as_mg2 -INFO: filtering out variable flag_skip_macro -INFO: filtering out variable fraction_of_cloud_top_water_scavenged -INFO: filtering out variable fraction_of_tracer_scavenged -INFO: filtering out variable gf_memory_counter -INFO: filtering out variable graupel_number_concentration_updated_by_physics -INFO: filtering out variable grav_settling -INFO: filtering out variable gwd_opt -INFO: filtering out variable h2o_forcing -INFO: filtering out variable heat_exchange_coefficient_for_MYJ_schemes -INFO: filtering out variable ice_friendly_aerosol_number_concentration -INFO: filtering out variable ice_friendly_aerosol_number_concentration_updated_by_physics -INFO: filtering out variable ice_number_concentration -INFO: filtering out variable ice_number_concentration_updated_by_physics -INFO: filtering out variable ice_supersaturation_threshold -INFO: filtering out variable ice_water_mixing_ratio -INFO: filtering out variable in_number_concentration -INFO: filtering out variable index_for_ice_cloud_condensate_vertical_diffusion_tracer -INFO: filtering out variable integrated_x_momentum_flux_from_blocking_drag -INFO: filtering out variable integrated_x_momentum_flux_from_form_drag -INFO: filtering out variable integrated_x_momentum_flux_from_large_scale_gwd -INFO: filtering out variable integrated_x_momentum_flux_from_small_scale_gwd -INFO: filtering out variable integrated_y_momentum_flux_from_blocking_drag -INFO: filtering out variable integrated_y_momentum_flux_from_form_drag -INFO: filtering out variable integrated_y_momentum_flux_from_large_scale_gwd -INFO: filtering out variable integrated_y_momentum_flux_from_small_scale_gwd -INFO: filtering out variable k_level_of_highest_reaching_plume -INFO: filtering out variable kinematic_buoyancy_flux_from_shoc -INFO: filtering out variable kinematic_surface_latent_heat_flux -INFO: filtering out variable latitude_index_in_debug_printouts -INFO: filtering out variable limit_for_temperature_tendency_for_microphysics -INFO: filtering out variable local_graupel_mixing_ratio -INFO: filtering out variable local_graupel_number_concentration -INFO: filtering out variable local_rain_number_concentration -INFO: filtering out variable local_rain_water_mixing_ratio -INFO: filtering out variable local_snow_number_concentration -INFO: filtering out variable local_snow_water_mixing_ratio -INFO: filtering out variable mass_weighted_rime_factor_updated_by_physics -INFO: filtering out variable maximum_column_heating_rate -INFO: filtering out variable maximum_mass_flux -INFO: filtering out variable maximum_updraft_velocity_at_cloud_base -INFO: filtering out variable mean_nir_albedo_with_weak_cosz_dependency -INFO: filtering out variable mean_vis_albedo_with_weak_cosz_dependency -INFO: filtering out variable mg_allow_supersat_after_sed -INFO: filtering out variable mg_autoconversion_size_threshold_ice_snow -INFO: filtering out variable mg_bergeron_efficiency_factor -INFO: filtering out variable mg_cloud_water_variance -INFO: filtering out variable mg_drop_concentration_constant -INFO: filtering out variable mg_flag_drop_concentration_constant -INFO: filtering out variable mg_flag_for_cloud_ice_processes -INFO: filtering out variable mg_flag_for_gmao_ice_formulation -INFO: filtering out variable mg_flag_for_graupel -INFO: filtering out variable mg_flag_for_hail -INFO: filtering out variable mg_flag_for_heterogeneous_freezing -INFO: filtering out variable mg_flag_for_liu_liquid_treatment -INFO: filtering out variable mg_flag_for_sb2001_autoconversion -INFO: filtering out variable mg_flag_for_uniform_subcolumns -INFO: filtering out variable mg_flag_graupel_concentration_constant -INFO: filtering out variable mg_flag_ice_concentration_constant -INFO: filtering out variable mg_graupel_concentration_constant -INFO: filtering out variable mg_ice_concentration_constant -INFO: filtering out variable mg_minimum_cloud_condensed_water_and_ice_mixing_ratio -INFO: filtering out variable mg_minimum_rh_for_ice -INFO: filtering out variable mg_time_scale_for_autoconversion_of_ice -INFO: filtering out variable mg_tuning_factor_for_alphas -INFO: filtering out variable mg_type_of_precip_fraction_method -INFO: filtering out variable minimum_value_of_specific_humidity -INFO: filtering out variable mix_total_water_flag -INFO: filtering out variable mixing_length -INFO: filtering out variable mixing_length_flag -INFO: filtering out variable moisture_from_previous_timestep -INFO: filtering out variable moisture_tendency_due_to_dynamics -INFO: filtering out variable momentum_exchange_coefficient_for_MYJ_schemes -INFO: filtering out variable mpi_comm -INFO: filtering out variable natural_log_of_h2o_forcing_data_pressure_levels -INFO: filtering out variable normalized_soil_wetness_for_land_surface_model -INFO: filtering out variable number_of_cloud_types_CS -INFO: filtering out variable number_of_coefficients_in_h2o_forcing_data -INFO: filtering out variable number_of_frozen_precipitation_species -INFO: filtering out variable number_of_plumes -INFO: filtering out variable number_of_spectral_wave_trancation_for_sas -INFO: filtering out variable number_of_tracers_for_CS -INFO: filtering out variable number_of_tracers_plus_one -INFO: filtering out variable ozone_mixing_ratio -INFO: filtering out variable potential_temperature_at_2m -INFO: filtering out variable potential_temperature_at_viscous_sublayer_top -INFO: filtering out variable prandtl_number -INFO: filtering out variable q_prime_squared -INFO: filtering out variable rain_number_concentration_updated_by_physics -INFO: filtering out variable reciprocal_of_obukhov_length -INFO: filtering out variable shoc_flag_for_optional_surface_TKE_dissipation -INFO: filtering out variable shoc_implicit_TKE_integration_uncentering_term -INFO: filtering out variable shoc_tke_dissipatation_pressure_threshold -INFO: filtering out variable shoc_tke_dissipation_tunable_parameter -INFO: filtering out variable shoc_tke_dissipation_tunable_parameter_near_surface -INFO: filtering out variable snow_number_concentration_updated_by_physics -INFO: filtering out variable snow_temperature_bottom_first_layer -INFO: filtering out variable soil_temperature_for_land_surface_model -INFO: filtering out variable soil_vertical_dimension_for_land_surface_model -INFO: filtering out variable specific_humidity_at_viscous_sublayer_top -INFO: filtering out variable stability_function_for_heat -INFO: filtering out variable subgrid_cloud_fraction_pbl -INFO: filtering out variable subgrid_cloud_mixing_ratio_pbl -INFO: filtering out variable subgrid_scale_cloud_fraction_from_shoc -INFO: filtering out variable surface_air_pressure_at_previous_time_step -INFO: filtering out variable surface_air_pressure_two_time_steps_back -INFO: filtering out variable surface_condensation_mass -INFO: filtering out variable surface_exchange_coefficient_for_heat -INFO: filtering out variable surface_exchange_coefficient_for_heat_at_2m -INFO: filtering out variable surface_exchange_coefficient_for_moisture -INFO: filtering out variable surface_exchange_coefficient_for_moisture_at_2m -INFO: filtering out variable surface_friction_velocity_drag -INFO: filtering out variable surface_latent_heat -INFO: filtering out variable surface_layer_evaporation_switch -INFO: filtering out variable surface_specific_humidity_for_MYJ_schemes -INFO: filtering out variable surface_stability_parameter -INFO: filtering out variable t_prime_q_prime -INFO: filtering out variable t_prime_squared -INFO: filtering out variable temperature_from_previous_timestep -INFO: filtering out variable temperature_tendency_due_to_dynamics -INFO: filtering out variable tendency_of_cloud_droplet_number_concentration_due_to_model_physics -INFO: filtering out variable tendency_of_ice_cloud_water_mixing_ratio_due_to_model_physics -INFO: filtering out variable tendency_of_ice_friendly_aerosol_number_concentration_due_to_model_physics -INFO: filtering out variable tendency_of_ice_friendly_aerosols_at_surface -INFO: filtering out variable tendency_of_ice_number_concentration_due_to_model_physics -INFO: filtering out variable tendency_of_liquid_cloud_water_mixing_ratio_due_to_model_physics -INFO: filtering out variable tendency_of_ozone_mixing_ratio_due_to_model_physics -INFO: filtering out variable tendency_of_rain_water_mixing_ratio_due_to_microphysics -INFO: filtering out variable tendency_of_water_friendly_aerosol_number_concentration_due_to_model_physics -INFO: filtering out variable tendency_of_water_friendly_aerosols_at_surface -INFO: filtering out variable tendency_of_water_vapor_specific_humidity_due_to_model_physics -INFO: filtering out variable tendency_of_x_wind_due_to_convective_gravity_wave_drag -INFO: filtering out variable tendency_of_y_wind_due_to_convective_gravity_wave_drag -INFO: filtering out variable theta_star -INFO: filtering out variable tke_advect -INFO: filtering out variable tke_at_mass_points -INFO: filtering out variable tke_budget -INFO: filtering out variable tke_dissipative_heating_factor -INFO: filtering out variable total_accumulated_snowfall -INFO: filtering out variable triple_point_temperature_of_water -INFO: filtering out variable turbulent_kinetic_energy_convective_transport_tracer -INFO: filtering out variable u_wind_component_at_viscous_sublayer_top -INFO: filtering out variable updraft_fraction_in_boundary_layer_mass_flux_scheme -INFO: filtering out variable updraft_velocity_tunable_parameter_1_CS -INFO: filtering out variable updraft_velocity_tunable_parameter_2_CS -INFO: filtering out variable v_wind_component_at_viscous_sublayer_top -INFO: filtering out variable vertical_dimension_of_h2o_forcing_data -INFO: filtering out variable volume_fraction_of_frozen_soil_moisture_for_land_surface_model -INFO: filtering out variable volume_fraction_of_soil_moisture_for_land_surface_model -INFO: filtering out variable volume_fraction_of_unfrozen_soil_moisture_for_land_surface_model -INFO: filtering out variable water_friendly_aerosol_number_concentration -INFO: filtering out variable water_friendly_aerosol_number_concentration_updated_by_physics -INFO: filtering out variable water_vapor_mixing_ratio_at_surface -INFO: filtering out variable water_vapor_specific_humidity_at_previous_time_step -INFO: filtering out variable water_vapor_specific_humidity_two_time_steps_back -INFO: filtering out variable weight_for_momentum_at_viscous_sublayer_top -INFO: filtering out variable weight_for_potental_temperature_at_viscous_sublayer_top -INFO: filtering out variable weight_for_specific_humidity_at_viscous_sublayer_top -INFO: filtering out variable x_momentum_tendency_from_blocking_drag -INFO: filtering out variable x_momentum_tendency_from_form_drag -INFO: filtering out variable x_momentum_tendency_from_large_scale_gwd -INFO: filtering out variable x_momentum_tendency_from_small_scale_gwd -INFO: filtering out variable y_momentum_tendency_from_blocking_drag -INFO: filtering out variable y_momentum_tendency_from_form_drag -INFO: filtering out variable y_momentum_tendency_from_large_scale_gwd -INFO: filtering out variable y_momentum_tendency_from_small_scale_gwd -INFO: Checking optional arguments in physics schemes ... -INFO: Metadata table for model FV3 written to tests/build_fv3_19/FV3/ccpp/framework/doc/DevelopersGuide/CCPP_VARIABLES_FV3.tex -INFO: Comparing metadata for requested and provided variables ... -INFO: Automatic unit conversion from m to um for effective_radius_of_stratiform_cloud_ice_particle_in_um before entering MODULE_mp_thompson SCHEME_mp_thompson SUBROUTINE_mp_thompson_run -INFO: Automatic unit conversion from m to um for effective_radius_of_stratiform_cloud_liquid_water_particle_in_um before entering MODULE_mp_thompson SCHEME_mp_thompson SUBROUTINE_mp_thompson_run -INFO: Automatic unit conversion from m to um for effective_radius_of_stratiform_cloud_snow_particle_in_um before entering MODULE_mp_thompson SCHEME_mp_thompson SUBROUTINE_mp_thompson_run -INFO: Generating schemes makefile/cmakefile snippet ... -INFO: Added 168 schemes to tests/build_fv3_19/FV3/ccpp/physics/CCPP_SCHEMES.mk, tests/build_fv3_19/FV3/ccpp/physics/CCPP_SCHEMES.cmake, tests/build_fv3_19/FV3/ccpp/physics/CCPP_SCHEMES.sh -INFO: Generating suite and group caps ... -INFO: Generating static API ccpp_static_api.F90 in tests/build_fv3_19/FV3/ccpp/physics ... -INFO: Generating caps makefile/cmakefile snippet ... -INFO: Added 12 auto-generated caps to tests/build_fv3_19/FV3/ccpp/physics/CCPP_CAPS.mk and tests/build_fv3_19/FV3/ccpp/physics/CCPP_CAPS.cmake -INFO: CCPP prebuild step completed successfully. -+ source build_fv3_19/FV3/ccpp/physics/CCPP_SCHEMES.sh -++ export 'CCPP_SCHEMES=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/aer_cloud.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/aerclm_def.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/aerinterp.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/calpreciptype.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cldwat2m_micro.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cldmacro.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/date_def.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/funcphys.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gcycle.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/h2o_def.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/h2ointerp.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/iccn_def.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/iccninterp.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/iounitdef.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/machine.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mersenne_twister.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfpbl.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg_utils.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg2_0.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg3_0.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/multi_gases.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_model.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_parameters.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_radar.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_thompson.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MP_FER_HIRES.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_bl_mynn.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_mynn.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_orowam2017.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/namelist_soilveg.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfpblt.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfpbltq.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfscu.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfscuq.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/noahmp_tables.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/num_parthds.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozne_def.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozinterp.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/physcons.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/physparam.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radcons.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_aerosols.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_astronomy.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_clouds.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_gases.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_surface.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radlw_datatb.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radlw_param.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radsw_datatb.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radsw_param.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/samfaerosols.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfcsub.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sflx.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/set_soilveg.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/surface_perturbation.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_deep.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_sh.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/tridi.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/wv_saturation.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_soil_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rayleigh_damp.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radsw_main.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_ocean.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gwdc.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gscond.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ysuvdif.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_sice.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/samfdeepcnv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/satmedmfvdif.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozphys_2015.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/samfshalcnv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/precpd.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_fer_hires.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diag.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radlw_main.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_debug.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/satmedmfvdifq.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cs_conv.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/shinhongvdif.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/h2ophys.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_nst.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/moninedmf.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diff.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diag_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/m_micro.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gcm_shoc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gwdps.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/shalcnv.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/get_prs_fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozphys.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_stochastics.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/drag_suite.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_cice.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sascnvn.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cnvc90.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_drv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/dcyc2.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/moninshoc.f' -++ CCPP_SCHEMES='/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/aer_cloud.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/aerclm_def.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/aerinterp.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/calpreciptype.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cldwat2m_micro.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cldmacro.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/date_def.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/funcphys.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gcycle.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/h2o_def.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/h2ointerp.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/iccn_def.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/iccninterp.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/iounitdef.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/machine.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mersenne_twister.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfpbl.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg_utils.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg2_0.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg3_0.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/multi_gases.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_model.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_parameters.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_radar.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_thompson.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MP_FER_HIRES.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_bl_mynn.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_mynn.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_orowam2017.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/namelist_soilveg.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfpblt.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfpbltq.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfscu.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfscuq.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/noahmp_tables.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/num_parthds.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozne_def.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozinterp.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/physcons.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/physparam.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radcons.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_aerosols.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_astronomy.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_clouds.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_gases.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_surface.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radlw_datatb.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radlw_param.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radsw_datatb.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radsw_param.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/samfaerosols.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfcsub.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sflx.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/set_soilveg.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/surface_perturbation.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_deep.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_sh.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/tridi.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/wv_saturation.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_soil_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rayleigh_damp.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radsw_main.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_ocean.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gwdc.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gscond.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ysuvdif.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_sice.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/samfdeepcnv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/satmedmfvdif.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozphys_2015.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/samfshalcnv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/precpd.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_fer_hires.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diag.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radlw_main.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_debug.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/satmedmfvdifq.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cs_conv.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/shinhongvdif.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/h2ophys.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_nst.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/moninedmf.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diff.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diag_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/m_micro.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gcm_shoc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gwdps.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/shalcnv.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/get_prs_fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozphys.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_stochastics.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/drag_suite.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_cice.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sascnvn.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cnvc90.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_drv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/dcyc2.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/moninshoc.f' -+ source build_fv3_19/FV3/ccpp/physics/CCPP_CAPS.sh -++ export 'CCPP_CAPS=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_19/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_19/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_fast_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_19/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_time_vary_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_19/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_radiation_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_19/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_19/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_stochastics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_19/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_noahmp_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_19/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_noahmp_fast_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_19/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_noahmp_time_vary_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_19/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_noahmp_radiation_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_19/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_noahmp_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_19/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_noahmp_stochastics_cap.F90' -++ CCPP_CAPS='/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_19/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_19/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_fast_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_19/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_time_vary_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_19/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_radiation_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_19/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_19/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_stochastics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_19/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_noahmp_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_19/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_noahmp_fast_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_19/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_noahmp_time_vary_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_19/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_noahmp_radiation_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_19/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_noahmp_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_19/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_noahmp_stochastics_cap.F90' -+ source build_fv3_19/FV3/ccpp/physics/CCPP_STATIC_API.sh -++ export CCPP_STATIC_API=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_19/FV3/ccpp/physics/ccpp_static_api.F90 -++ CCPP_STATIC_API=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_19/FV3/ccpp/physics/ccpp_static_api.F90 -+ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp == *\N\A\M\_\p\h\y\s\=\Y* ]] -+ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp == *\W\W\3\=\Y* ]] -++ trim ' -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF' -++ local 'var= -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF' -++ var='-DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF' -++ var='-DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF' -++ echo -n '-DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF' -+ CCPP_CMAKE_FLAGS='-DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF' -+ source /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc -++ __ms_function_name=setup__test_function__167631 -++ eval 'setup__test_function__167631() { /bin/true ; }' -+++ eval '__text="text" ; if [[ $__text =~ ^(t).* ]] ; then printf "%s" ${.sh.match[1]} ; fi' -+++ cat -++ __ms_ksh_test= -+++ eval 'if ( set | grep setup__test_function__167631 | grep -v name > /dev/null 2>&1 ) ; then echo t ; fi ' -+++ cat -++ __ms_bash_test=t -++ [[ ! -z '' ]] -++ [[ ! -z t ]] -++ __ms_shell=bash -++ [[ -d /lfs3 ]] -++ [[ -d /scratch1 ]] -++ [[ -d /gpfs/hps ]] -++ [[ -e /etc/SuSE-release ]] -++ [[ -d /dcom ]] -++ [[ -L /usrx ]] -+++ readlink /usrx -++ [[ /gpfs/dell1/usrx =~ dell ]] -++ eval module help -++ module purge -+++ /usrx/local/prod/lmod/lmod/libexec/lmod bash purge -++ eval unset 'ADVISOR_2018_DIR;' unset 'BACIO_LIB4;' unset 'BACIO_LIB8;' unset 'BACIO_SRC;' unset 'BACIO_VER;' unset 'BINARY_TYPE_HPC;' unset '__LMOD_REF_COUNT_CLASSPATH;' unset 'CLASSPATH;' unset 'CLCK_ROOT;' unset 'CMAKE_CXX_COMPILER;' unset 'CMAKE_C_COMPILER;' unset 'CMAKE_Fortran_COMPILER;' unset 'CMAKE_Platform;' unset 'COMP;' unset '__LMOD_REF_COUNT_CPATH;' unset 'CPATH;' unset '__LMOD_REF_COUNT_CPLUS_INCLUDE_PATH;' unset 'CPLUS_INCLUDE_PATH;' unset 'CRTM_FIX;' unset 'CRTM_INC;' unset 'CRTM_LIB;' unset 'CRTM_SRC;' unset 'CRTM_VER;' unset 'DAALROOT;' unset 'ECF_HOSTFILE;' unset 'ECF_PORT;' unset 'ECF_ROOT;' unset 'ESMFMKFILE;' unset 'G2TMPL_INC;' unset 'G2TMPL_LIB;' unset 'G2TMPL_SRC;' unset 'G2TMPL_VER;' unset 'G2_INC4;' unset 'G2_INCd;' unset 'G2_LIB4;' unset 'G2_LIBd;' unset 'G2_SRC;' unset 'G2_VER;' unset 'GDBSERVER_MIC;' unset 'GDB_CROSS;' unset 'HDF5;' unset 'HDF5_CFLAGS;' unset 'HDF5_CXXFLAGS;' unset 'HDF5_FFLAGS;' unset 'HDF5_INCLUDE;' unset 'HDF5_LDFLAGS;' unset 'HDF5_LDFLAGS_C;' unset 'HDF5_LDFLAGS_CXX;' unset 'HDF5_LDFLAGS_F;' unset '__LMOD_REF_COUNT_INFOPATH;' unset 'INFOPATH;' unset 'INSPECTOR_2018_DIR;' unset 'INTEL_LICENSE_FILE;' unset 'INTEL_PYTHONHOME;' unset 'IPPROOT;' unset 'IP_INC4;' unset 'IP_INC8;' unset 'IP_INCd;' unset 'IP_LIB4;' unset 'IP_LIB8;' unset 'IP_LIBd;' unset 'IP_SRC;' unset 'IP_VER;' unset 'I_MPI_CC;' unset 'I_MPI_CXX;' unset 'I_MPI_EXTRA_FILESYSTEM;' unset 'I_MPI_EXTRA_FILESYSTEM_LIST;' unset 'I_MPI_F77;' unset 'I_MPI_F90;' unset 'I_MPI_FC;' unset 'I_MPI_HYDRA_BOOTSTRAP;' unset 'I_MPI_HYDRA_IFACE;' unset 'I_MPI_LSF_USE_COLLECTIVE_LAUNCH;' unset 'I_MPI_ROOT;' unset 'JASPER_INC;' unset 'JASPER_LIB;' unset 'JASPER_LIBDIR;' unset 'JASPER_SRC;' unset 'JASPER_VER;' unset 'KMP_AFFINITY;' unset '__LMOD_REF_COUNT_LD_LIBRARY_PATH;' unset 'LD_LIBRARY_PATH;' unset '__LMOD_REF_COUNT_LIBRARY_PATH;' unset 'LIBRARY_PATH;' unset 'LIB_NAME;' unset 'LMOD_FAMILY_COMPILER;' unset 'LMOD_FAMILY_COMPILER_VERSION;' unset 'LMOD_FAMILY_CONMPILER;' unset 'LMOD_FAMILY_CONMPILER_VERSION;' unset 'LMOD_FAMILY_MPI;' unset 'LMOD_FAMILY_MPI_VERSION;' unset '__LMOD_REF_COUNT_LOADEDMODULES;' unset 'LOADEDMODULES;' unset 'LSF_BINDIR;' unset 'LSF_ENVDIR;' unset 'LSF_LIBDIR;' unset 'LSF_SERVERDIR;' '__LMOD_REF_COUNT_MANPATH="/usrx/local/prod/lmod/lmod/share/man:1";' export '__LMOD_REF_COUNT_MANPATH;' 'MANPATH="/usrx/local/prod/lmod/lmod/share/man::";' export 'MANPATH;' unset 'MKLROOT;' 'MODULEPATH="/usrx/local/dev/emc_rocoto/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod";' export 'MODULEPATH;' unset 'MPM_LAUNCHER;' unset 'NEMSIO_INC;' unset 'NEMSIO_LIB;' unset 'NEMSIO_SRC;' unset 'NEMSIO_VER;' unset 'NETCDF;' unset 'NETCDF_CFLAGS;' unset 'NETCDF_CXX4FLAGS;' unset 'NETCDF_CXXFLAGS;' unset 'NETCDF_FFLAGS;' unset 'NETCDF_INC;' unset 'NETCDF_INCLUDE;' unset 'NETCDF_LDFLAGS;' unset 'NETCDF_LDFLAGS_C;' unset 'NETCDF_LDFLAGS_CXX;' unset 'NETCDF_LDFLAGS_CXX4;' unset 'NETCDF_LDFLAGS_F;' unset 'NETCDF_LIB;' unset 'NETCDF_ROOT;' unset '__LMOD_REF_COUNT_NLSPATH;' unset 'NLSPATH;' '__LMOD_REF_COUNT_PATH="/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/usr/lpp/mmfs/bin:1;/opt/ibutils/bin:1;/opt/dell/srvadmin/bin:1;/u/Dusan.Jovic/bin:2;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/dbrowse:1;/u/Dusan.Jovic/.local/bin:1";' export '__LMOD_REF_COUNT_PATH;' 'PATH="/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/usr/lpp/mmfs/bin:/opt/ibutils/bin:/opt/dell/srvadmin/bin:/u/Dusan.Jovic/bin:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/dbrowse:/u/Dusan.Jovic/.local/bin";' export 'PATH;' unset 'PKG_CONFIG_PATH;' unset 'PNG_INC;' unset 'PNG_LIB;' unset 'PNG_LIB12;' unset 'PNG_LIBDIR;' unset 'PNG_LIBso;' unset 'PNG_SRC;' unset 'PNG_VER;' unset 'POST_INC;' unset 'POST_LIB;' unset 'POST_SRC;' unset 'POST_VER;' unset 'PSTLROOT;' unset 'PYTHONPATH;' unset '__LMOD_REF_COUNT_QT_PLUGIN_PATH;' unset 'QT_PLUGIN_PATH;' unset 'SP_LIB4;' unset 'SP_LIB8;' unset 'SP_LIBd;' unset 'SP_SRC;' unset 'SP_VER;' unset 'TBBROOT;' unset 'VT_ADD_LIBS;' unset 'VT_ARCH;' unset 'VT_LIB_DIR;' unset 'VT_MPI;' unset 'VT_ROOT;' unset 'VT_SLIB_DIR;' unset 'W3EMC_INC4;' unset 'W3EMC_INC8;' unset 'W3EMC_INCd;' unset 'W3EMC_LIB4;' unset 'W3EMC_LIB8;' unset 'W3EMC_LIBd;' unset 'W3EMC_SRC;' unset 'W3EMC_VER;' unset 'W3NCO_INC4;' unset 'W3NCO_INC8;' unset 'W3NCO_INCd;' unset 'W3NCO_LIB4;' unset 'W3NCO_LIB8;' unset 'W3NCO_LIBd;' unset 'W3NCO_SRC;' unset 'W3NCO_VER;' unset 'XLSF_UIDDIR;' unset 'Z_INC;' unset 'Z_LIB;' unset 'Z_SRC;' unset 'Z_VER;' unset '__LMOD_REF_COUNT__LMFILES_;' unset '_LMFILES_;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii91c3J4L2xvY2FsL2Rldi9lbWNfcm9jb3RvL21vZHVsZWZpbGVzIiwiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvRHVzYW4uSm92aWMvdWZzL3ByMTgvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvd2Nvc3NfZGVsbF9wMyIsIi91c3J4L2xvY2FsL2Rldi9tb2R1bGVmaWxlcyIsIi91c3J4L2xvY2FsL3Byb2QvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQiLCIvdXNyeC9sb2NhbC9w";' export '_ModuleTable001_;' '_ModuleTable002_="cm9kL21vZHVsZWZpbGVzL2RlZnMiLCIvZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb3JlX3Byb2QiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQ6L3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9kZWZzOi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsfQ==";' export '_ModuleTable002_;' '_ModuleTable_Sz_="2";' export '_ModuleTable_Sz_;' unset '_ModuleTable004_;' unset '_ModuleTable005_;' unset '_ModuleTable006_;' unset '_ModuleTable007_;' unset '_ModuleTable008_;' unset '_ModuleTable009_;' unset '_ModuleTable010_;' unset '_ModuleTable011_;' unset '_ModuleTable012_;' unset '_ModuleTable013_;' unset '_ModuleTable014_;' unset '_ModuleTable015_;' unset '_ModuleTable016_;' -+++ unset ADVISOR_2018_DIR -+++ unset BACIO_LIB4 -+++ unset BACIO_LIB8 -+++ unset BACIO_SRC -+++ unset BACIO_VER -+++ unset BINARY_TYPE_HPC -+++ unset __LMOD_REF_COUNT_CLASSPATH -+++ unset CLASSPATH -+++ unset CLCK_ROOT -+++ unset CMAKE_CXX_COMPILER -+++ unset CMAKE_C_COMPILER -+++ unset CMAKE_Fortran_COMPILER -+++ unset CMAKE_Platform -+++ unset COMP -+++ unset __LMOD_REF_COUNT_CPATH -+++ unset CPATH -+++ unset __LMOD_REF_COUNT_CPLUS_INCLUDE_PATH -+++ unset CPLUS_INCLUDE_PATH -+++ unset CRTM_FIX -+++ unset CRTM_INC -+++ unset CRTM_LIB -+++ unset CRTM_SRC -+++ unset CRTM_VER -+++ unset DAALROOT -+++ unset ECF_HOSTFILE -+++ unset ECF_PORT -+++ unset ECF_ROOT -+++ unset ESMFMKFILE -+++ unset G2TMPL_INC -+++ unset G2TMPL_LIB -+++ unset G2TMPL_SRC -+++ unset G2TMPL_VER -+++ unset G2_INC4 -+++ unset G2_INCd -+++ unset G2_LIB4 -+++ unset G2_LIBd -+++ unset G2_SRC -+++ unset G2_VER -+++ unset GDBSERVER_MIC -+++ unset GDB_CROSS -+++ unset HDF5 -+++ unset HDF5_CFLAGS -+++ unset HDF5_CXXFLAGS -+++ unset HDF5_FFLAGS -+++ unset HDF5_INCLUDE -+++ unset HDF5_LDFLAGS -+++ unset HDF5_LDFLAGS_C -+++ unset HDF5_LDFLAGS_CXX -+++ unset HDF5_LDFLAGS_F -+++ unset __LMOD_REF_COUNT_INFOPATH -+++ unset INFOPATH -+++ unset INSPECTOR_2018_DIR -+++ unset INTEL_LICENSE_FILE -+++ unset INTEL_PYTHONHOME -+++ unset IPPROOT -+++ unset IP_INC4 -+++ unset IP_INC8 -+++ unset IP_INCd -+++ unset IP_LIB4 -+++ unset IP_LIB8 -+++ unset IP_LIBd -+++ unset IP_SRC -+++ unset IP_VER -+++ unset I_MPI_CC -+++ unset I_MPI_CXX -+++ unset I_MPI_EXTRA_FILESYSTEM -+++ unset I_MPI_EXTRA_FILESYSTEM_LIST -+++ unset I_MPI_F77 -+++ unset I_MPI_F90 -+++ unset I_MPI_FC -+++ unset I_MPI_HYDRA_BOOTSTRAP -+++ unset I_MPI_HYDRA_IFACE -+++ unset I_MPI_LSF_USE_COLLECTIVE_LAUNCH -+++ unset I_MPI_ROOT -+++ unset JASPER_INC -+++ unset JASPER_LIB -+++ unset JASPER_LIBDIR -+++ unset JASPER_SRC -+++ unset JASPER_VER -+++ unset KMP_AFFINITY -+++ unset __LMOD_REF_COUNT_LD_LIBRARY_PATH -+++ unset LD_LIBRARY_PATH -+++ unset __LMOD_REF_COUNT_LIBRARY_PATH -+++ unset LIBRARY_PATH -+++ unset LIB_NAME -+++ unset LMOD_FAMILY_COMPILER -+++ unset LMOD_FAMILY_COMPILER_VERSION -+++ unset LMOD_FAMILY_CONMPILER -+++ unset LMOD_FAMILY_CONMPILER_VERSION -+++ unset LMOD_FAMILY_MPI -+++ unset LMOD_FAMILY_MPI_VERSION -+++ unset __LMOD_REF_COUNT_LOADEDMODULES -+++ unset LOADEDMODULES -+++ unset LSF_BINDIR -+++ unset LSF_ENVDIR -+++ unset LSF_LIBDIR -+++ unset LSF_SERVERDIR -+++ __LMOD_REF_COUNT_MANPATH=/usrx/local/prod/lmod/lmod/share/man:1 -+++ export __LMOD_REF_COUNT_MANPATH -+++ MANPATH=/usrx/local/prod/lmod/lmod/share/man:: -+++ export MANPATH -+++ unset MKLROOT -+++ MODULEPATH=/usrx/local/dev/emc_rocoto/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod -+++ export MODULEPATH -+++ unset MPM_LAUNCHER -+++ unset NEMSIO_INC -+++ unset NEMSIO_LIB -+++ unset NEMSIO_SRC -+++ unset NEMSIO_VER -+++ unset NETCDF -+++ unset NETCDF_CFLAGS -+++ unset NETCDF_CXX4FLAGS -+++ unset NETCDF_CXXFLAGS -+++ unset NETCDF_FFLAGS -+++ unset NETCDF_INC -+++ unset NETCDF_INCLUDE -+++ unset NETCDF_LDFLAGS -+++ unset NETCDF_LDFLAGS_C -+++ unset NETCDF_LDFLAGS_CXX -+++ unset NETCDF_LDFLAGS_CXX4 -+++ unset NETCDF_LDFLAGS_F -+++ unset NETCDF_LIB -+++ unset NETCDF_ROOT -+++ unset __LMOD_REF_COUNT_NLSPATH -+++ unset NLSPATH -+++ __LMOD_REF_COUNT_PATH='/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/usr/lpp/mmfs/bin:1;/opt/ibutils/bin:1;/opt/dell/srvadmin/bin:1;/u/Dusan.Jovic/bin:2;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/dbrowse:1;/u/Dusan.Jovic/.local/bin:1' -+++ export __LMOD_REF_COUNT_PATH -+++ PATH=/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/usr/lpp/mmfs/bin:/opt/ibutils/bin:/opt/dell/srvadmin/bin:/u/Dusan.Jovic/bin:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/dbrowse:/u/Dusan.Jovic/.local/bin -+++ export PATH -+++ unset PKG_CONFIG_PATH -+++ unset PNG_INC -+++ unset PNG_LIB -+++ unset PNG_LIB12 -+++ unset PNG_LIBDIR -+++ unset PNG_LIBso -+++ unset PNG_SRC -+++ unset PNG_VER -+++ unset POST_INC -+++ unset POST_LIB -+++ unset POST_SRC -+++ unset POST_VER -+++ unset PSTLROOT -+++ unset PYTHONPATH -+++ unset __LMOD_REF_COUNT_QT_PLUGIN_PATH -+++ unset QT_PLUGIN_PATH -+++ unset SP_LIB4 -+++ unset SP_LIB8 -+++ unset SP_LIBd -+++ unset SP_SRC -+++ unset SP_VER -+++ unset TBBROOT -+++ unset VT_ADD_LIBS -+++ unset VT_ARCH -+++ unset VT_LIB_DIR -+++ unset VT_MPI -+++ unset VT_ROOT -+++ unset VT_SLIB_DIR -+++ unset W3EMC_INC4 -+++ unset W3EMC_INC8 -+++ unset W3EMC_INCd -+++ unset W3EMC_LIB4 -+++ unset W3EMC_LIB8 -+++ unset W3EMC_LIBd -+++ unset W3EMC_SRC -+++ unset W3EMC_VER -+++ unset W3NCO_INC4 -+++ unset W3NCO_INC8 -+++ unset W3NCO_INCd -+++ unset W3NCO_LIB4 -+++ unset W3NCO_LIB8 -+++ unset W3NCO_LIBd -+++ unset W3NCO_SRC -+++ unset W3NCO_VER -+++ unset XLSF_UIDDIR -+++ unset Z_INC -+++ unset Z_LIB -+++ unset Z_SRC -+++ unset Z_VER -+++ unset __LMOD_REF_COUNT__LMFILES_ -+++ unset _LMFILES_ -+++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii91c3J4L2xvY2FsL2Rldi9lbWNfcm9jb3RvL21vZHVsZWZpbGVzIiwiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvRHVzYW4uSm92aWMvdWZzL3ByMTgvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvd2Nvc3NfZGVsbF9wMyIsIi91c3J4L2xvY2FsL2Rldi9tb2R1bGVmaWxlcyIsIi91c3J4L2xvY2FsL3Byb2QvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQiLCIvdXNyeC9sb2NhbC9w -+++ export _ModuleTable001_ -+++ _ModuleTable002_=cm9kL21vZHVsZWZpbGVzL2RlZnMiLCIvZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb3JlX3Byb2QiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQ6L3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9kZWZzOi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsfQ== -+++ export _ModuleTable002_ -+++ _ModuleTable_Sz_=2 -+++ export _ModuleTable_Sz_ -+++ unset _ModuleTable004_ -+++ unset _ModuleTable005_ -+++ unset _ModuleTable006_ -+++ unset _ModuleTable007_ -+++ unset _ModuleTable008_ -+++ unset _ModuleTable009_ -+++ unset _ModuleTable010_ -+++ unset _ModuleTable011_ -+++ unset _ModuleTable012_ -+++ unset _ModuleTable013_ -+++ unset _ModuleTable014_ -+++ unset _ModuleTable015_ -+++ unset _ModuleTable016_ -+++ : -s sh -++ eval -++ unset __ms_shell -++ unset __ms_ksh_test -++ unset __ms_bash_test -++ unset setup__test_function__167631 -++ unset __ms_function_name -+ [[ wcoss_dell_p3 == macosx.* ]] -+ [[ wcoss_dell_p3 == linux.* ]] -+ module use /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3 -++ /usrx/local/prod/lmod/lmod/libexec/lmod bash use /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3 -+ eval 'MODULEPATH="/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/dev/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod";' export 'MODULEPATH;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcjE4L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL3djb3NzX2RlbGxfcDMiLCIvdXNyeC9sb2NhbC9kZXYvZW1jX3JvY290by9tb2R1bGVmaWxlcyIsIi91c3J4L2xvY2FsL2Rldi9tb2R1bGVmaWxlcyIsIi91c3J4L2xvY2FsL3Byb2QvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQiLCIvdXNyeC9sb2NhbC9w";' export '_ModuleTable001_;' '_ModuleTable002_="cm9kL21vZHVsZWZpbGVzL2RlZnMiLCIvZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb3JlX3Byb2QiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQ6L3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9kZWZzOi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsfQ==";' export '_ModuleTable002_;' '_ModuleTable_Sz_="2";' export '_ModuleTable_Sz_;' -++ MODULEPATH=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/dev/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod -++ export MODULEPATH -++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcjE4L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL3djb3NzX2RlbGxfcDMiLCIvdXNyeC9sb2NhbC9kZXYvZW1jX3JvY290by9tb2R1bGVmaWxlcyIsIi91c3J4L2xvY2FsL2Rldi9tb2R1bGVmaWxlcyIsIi91c3J4L2xvY2FsL3Byb2QvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQiLCIvdXNyeC9sb2NhbC9w -++ export _ModuleTable001_ -++ _ModuleTable002_=cm9kL21vZHVsZWZpbGVzL2RlZnMiLCIvZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb3JlX3Byb2QiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQ6L3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9kZWZzOi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsfQ== -++ export _ModuleTable002_ -++ _ModuleTable_Sz_=2 -++ export _ModuleTable_Sz_ -++ : -s sh -+ eval -+ module load fv3 -++ /usrx/local/prod/lmod/lmod/libexec/lmod bash load fv3 -+ eval 'ADVISOR_2018_DIR="/usrx/local/prod/intel/2018UP01/advisor_2018";' export 'ADVISOR_2018_DIR;' 'BACIO_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libbacio_v2.0.3_4.a";' export 'BACIO_LIB4;' 'BACIO_LIB8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libbacio_v2.0.3_8.a";' export 'BACIO_LIB8;' 'BACIO_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/bacio_v2.0.3";' export 'BACIO_SRC;' 'BACIO_VER="v2.0.3";' export 'BACIO_VER;' 'BINARY_TYPE_HPC="";' export 'BINARY_TYPE_HPC;' '__LMOD_REF_COUNT_CLASSPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64/mpi.jar:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/daal.jar:1";' export '__LMOD_REF_COUNT_CLASSPATH;' 'CLASSPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64/mpi.jar:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/daal.jar";' export 'CLASSPATH;' 'CLCK_ROOT="/usrx/local/prod/intel/2018UP01/clck_latest";' export 'CLCK_ROOT;' 'CMAKE_CXX_COMPILER="mpiicpc";' export 'CMAKE_CXX_COMPILER;' 'CMAKE_C_COMPILER="mpiicc";' export 'CMAKE_C_COMPILER;' 'CMAKE_Fortran_COMPILER="mpiifort";' export 'CMAKE_Fortran_COMPILER;' 'CMAKE_Platform="wcoss_dell_p3";' export 'CMAKE_Platform;' 'COMP="ips";' export 'COMP;' '__LMOD_REF_COUNT_CPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/pstl/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/include:1";' export '__LMOD_REF_COUNT_CPATH;' 'CPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/pstl/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/include";' export 'CPATH;' '__LMOD_REF_COUNT_CPLUS_INCLUDE_PATH="/usrx/local/prod/intel/2018UP01/clck_latest/include:1";' export '__LMOD_REF_COUNT_CPLUS_INCLUDE_PATH;' 'CPLUS_INCLUDE_PATH="/usrx/local/prod/intel/2018UP01/clck_latest/include";' export 'CPLUS_INCLUDE_PATH;' 'CRTM_FIX="/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/fix";' export 'CRTM_FIX;' 'CRTM_INC="/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/ips/18.0.1/include/crtm_v2.2.6";' export 'CRTM_INC;' 'CRTM_LIB="/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/ips/18.0.1/libcrtm_v2.2.6.a";' export 'CRTM_LIB;' 'CRTM_SRC="/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/src";' export 'CRTM_SRC;' 'CRTM_VER="v2.2.6";' export 'CRTM_VER;' 'DAALROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal";' export 'DAALROOT;' 'ESMFMKFILE="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/lib/esmf.mk";' export 'ESMFMKFILE;' 'G2TMPL_INC="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/g2tmpl_v1.6.0";' export 'G2TMPL_INC;' 'G2TMPL_LIB="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2tmpl_v1.6.0.a";' export 'G2TMPL_LIB;' 'G2TMPL_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/g2tmpl_v1.6.0/src";' export 'G2TMPL_SRC;' 'G2TMPL_VER="v1.6.0";' export 'G2TMPL_VER;' 'G2_INC4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/g2_v3.1.1_4";' export 'G2_INC4;' 'G2_INCd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/g2_v3.1.1_d";' export 'G2_INCd;' 'G2_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2_v3.1.1_4.a";' export 'G2_LIB4;' 'G2_LIBd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2_v3.1.1_d.a";' export 'G2_LIBd;' 'G2_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/g2_v3.1.1";' export 'G2_SRC;' 'G2_VER="v3.1.1";' export 'G2_VER;' 'GDBSERVER_MIC="/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/targets/intel64/x200/bin/gdbserver";' export 'GDBSERVER_MIC;' 'GDB_CROSS="/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/bin/gdb-ia";' export 'GDB_CROSS;' 'HDF5="/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1";' export 'HDF5;' 'HDF5_CFLAGS="-I/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/include";' export 'HDF5_CFLAGS;' 'HDF5_CXXFLAGS="-I/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/include";' export 'HDF5_CXXFLAGS;' 'HDF5_FFLAGS="-I/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/include";' export 'HDF5_FFLAGS;' 'HDF5_INCLUDE="-I/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/include";' export 'HDF5_INCLUDE;' 'HDF5_LDFLAGS="-L/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib' -lhdf5_hl -lhdf5hl_fortran -lhdf5 '-lhdf5_fortran";' export 'HDF5_LDFLAGS;' 'HDF5_LDFLAGS_C="-L/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib' -lhdf5_hl '-lhdf5";' export 'HDF5_LDFLAGS_C;' 'HDF5_LDFLAGS_CXX="-L/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib' -lhdf5_hl -hdf5_hl_cpp -lhdf5 '-lhdf5_cpp";' export 'HDF5_LDFLAGS_CXX;' 'HDF5_LDFLAGS_F="-L/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib' -lhdf5_hl -lhdf5hl_fortran -lhdf5 '-lhdf5_fortran";' export 'HDF5_LDFLAGS_F;' '__LMOD_REF_COUNT_INFOPATH="/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/info:1;info_gdb_igfx:1";' export '__LMOD_REF_COUNT_INFOPATH;' 'INFOPATH="/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/info:info_gdb_igfx";' export 'INFOPATH;' 'INSPECTOR_2018_DIR="/usrx/local/prod/intel/2018UP01/inspector_2018";' export 'INSPECTOR_2018_DIR;' 'INTEL_LICENSE_FILE="/usrx/local/prod/intel/licenses";' export 'INTEL_LICENSE_FILE;' 'INTEL_PYTHONHOME="/usrx/local/prod/intel/2018UP01/debugger_2018/python/intel64";' export 'INTEL_PYTHONHOME;' 'IPPROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp";' export 'IPPROOT;' 'IP_INC4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ip_v3.0.2_4";' export 'IP_INC4;' 'IP_INC8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ip_v3.0.2_8";' export 'IP_INC8;' 'IP_INCd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ip_v3.0.2_d";' export 'IP_INCd;' 'IP_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libip_v3.0.2_4.a";' export 'IP_LIB4;' 'IP_LIB8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libip_v3.0.2_8.a";' export 'IP_LIB8;' 'IP_LIBd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libip_v3.0.2_d.a";' export 'IP_LIBd;' 'IP_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/ip_v3.0.2";' export 'IP_SRC;' 'IP_VER="v3.0.2";' export 'IP_VER;' 'I_MPI_CC="icc";' export 'I_MPI_CC;' 'I_MPI_CXX="icpc";' export 'I_MPI_CXX;' 'I_MPI_EXTRA_FILESYSTEM="yes";' export 'I_MPI_EXTRA_FILESYSTEM;' 'I_MPI_EXTRA_FILESYSTEM_LIST="gpfs";' export 'I_MPI_EXTRA_FILESYSTEM_LIST;' 'I_MPI_F77="ifort";' export 'I_MPI_F77;' 'I_MPI_F90="ifort";' export 'I_MPI_F90;' 'I_MPI_FC="ifort";' export 'I_MPI_FC;' 'I_MPI_HYDRA_BOOTSTRAP="lsf";' export 'I_MPI_HYDRA_BOOTSTRAP;' 'I_MPI_HYDRA_IFACE="ib0";' export 'I_MPI_HYDRA_IFACE;' 'I_MPI_LSF_USE_COLLECTIVE_LAUNCH="1";' export 'I_MPI_LSF_USE_COLLECTIVE_LAUNCH;' 'I_MPI_ROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi";' export 'I_MPI_ROOT;' 'JASPER_INC="/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/include";' export 'JASPER_INC;' 'JASPER_LIB="/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib/libjasper.a";' export 'JASPER_LIB;' 'JASPER_LIBDIR="/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib";' export 'JASPER_LIBDIR;' 'JASPER_SRC="/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/src/jasper-1.900.29";' export 'JASPER_SRC;' 'JASPER_VER="1.900.29";' export 'JASPER_VER;' 'KMP_AFFINITY="scatter";' export 'KMP_AFFINITY;' unset 'LAUNCH;' '__LMOD_REF_COUNT_LD_LIBRARY_PATH="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/lib:1;/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib:1;/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib:1;/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib:1;/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:1;/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib:1;/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib:1;/usrx/local/prod/intel/2018UP01/itac_latest/slib:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:1;/usrx/local/prod/intel/2018UP01/debugger_2018/iga/lib:1;/usrx/local/prod/intel/2018UP01/debugger_2018/libipt/intel64/lib:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4:1";' export '__LMOD_REF_COUNT_LD_LIBRARY_PATH;' 'LD_LIBRARY_PATH="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/lib:/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib:/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib:/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib:/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib:/usrx/local/prod/intel/2018UP01/itac_latest/slib:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:/usrx/local/prod/intel/2018UP01/debugger_2018/iga/lib:/usrx/local/prod/intel/2018UP01/debugger_2018/libipt/intel64/lib:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4";' export 'LD_LIBRARY_PATH;' '__LMOD_REF_COUNT_LIBRARY_PATH="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:1;/usrx/local/prod/intel/2018UP01/clck_latest/lib/intel64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4:1";' export '__LMOD_REF_COUNT_LIBRARY_PATH;' 'LIBRARY_PATH="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:/usrx/local/prod/intel/2018UP01/clck_latest/lib/intel64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4";' export 'LIBRARY_PATH;' 'LIB_NAME="POST";' export 'LIB_NAME;' 'LMOD_FAMILY_COMPILER="ips";' export 'LMOD_FAMILY_COMPILER;' 'LMOD_FAMILY_COMPILER_VERSION="18.0.1.163";' export 'LMOD_FAMILY_COMPILER_VERSION;' 'LMOD_FAMILY_CONMPILER="HDF5-serial";' export 'LMOD_FAMILY_CONMPILER;' 'LMOD_FAMILY_CONMPILER_VERSION="1.10.1";' export 'LMOD_FAMILY_CONMPILER_VERSION;' 'LMOD_FAMILY_MPI="impi";' export 'LMOD_FAMILY_MPI;' 'LMOD_FAMILY_MPI_VERSION="18.0.1";' export 'LMOD_FAMILY_MPI_VERSION;' '__LMOD_REF_COUNT_LOADEDMODULES="ips/18.0.1.163:1;impi/18.0.1:1;NetCDF/4.5.0:1;HDF5-serial/1.10.1:1;lsf/10.1:1;bacio/2.0.3:1;ip/3.0.2:1;sp/2.0.3:1;w3nco/2.0.7:1;w3emc/2.3.1:1;nemsio/2.2.4:1;g2/3.1.1:1;g2tmpl/1.6.0:1;crtm/2.2.6:1;jasper/1.900.29:1;libpng/1.2.59:1;zlib/1.2.11:1;post/8.0.1:1;esmf/8.0.0:1;cmake/3.10.0:1;fv3:1";' export '__LMOD_REF_COUNT_LOADEDMODULES;' 'LOADEDMODULES="ips/18.0.1.163:impi/18.0.1:NetCDF/4.5.0:HDF5-serial/1.10.1:lsf/10.1:bacio/2.0.3:ip/3.0.2:sp/2.0.3:w3nco/2.0.7:w3emc/2.3.1:nemsio/2.2.4:g2/3.1.1:g2tmpl/1.6.0:crtm/2.2.6:jasper/1.900.29:libpng/1.2.59:zlib/1.2.11:post/8.0.1:esmf/8.0.0:cmake/3.10.0:fv3";' export 'LOADEDMODULES;' 'LSF_BINDIR="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin";' export 'LSF_BINDIR;' 'LSF_ENVDIR="/gpfs/lsf/conf";' export 'LSF_ENVDIR;' 'LSF_LIBDIR="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib";' export 'LSF_LIBDIR;' 'LSF_SERVERDIR="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc";' export 'LSF_SERVERDIR;' '__LMOD_REF_COUNT_MANPATH="/usrx/local/dev/packages/cmake/3.10.0/share/man:1;/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/share/man:1;/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/share/man:1;/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/man:1;/gpfs/lsf/10.1/man:1;/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/share/man:1;/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/share/man:1;/usrx/local/prod/intel/2018UP01/itac_latest/man:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/man/common:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/man:1;/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/man:1;/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-igfx/man:1;/usrx/local/prod/lmod/lmod/share/man:1;/usrx/local/prod/intel/2018UP01/inspector_2018/man:1;/usrx/local/prod/intel/2018UP01/advisor_2018/man:1";' export '__LMOD_REF_COUNT_MANPATH;' 'MANPATH="/usrx/local/dev/packages/cmake/3.10.0/share/man:/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/share/man:/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/share/man:/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/man:/gpfs/lsf/10.1/man:/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/share/man:/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/share/man:/usrx/local/prod/intel/2018UP01/itac_latest/man:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/man/common:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/man:/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/man:/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-igfx/man:/usrx/local/prod/lmod/lmod/share/man::/usrx/local/prod/intel/2018UP01/inspector_2018/man:/usrx/local/prod/intel/2018UP01/advisor_2018/man";' export 'MANPATH;' 'MKLROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl";' export 'MKLROOT;' 'MODULEPATH="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/dev/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1:/usrx/local/prod/modulefiles/mpi_third/ips/18.0.1/impi/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/mpi_prod/ips/18.0.1/impi/18.0.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles";' export 'MODULEPATH;' 'MPM_LAUNCHER="/usrx/local/prod/intel/2018UP01/debugger_2018/mpm/mic/bin/start_mpm.sh";' export 'MPM_LAUNCHER;' 'NEMSIO_INC="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/nemsio_v2.2.4";' export 'NEMSIO_INC;' 'NEMSIO_LIB="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libnemsio_v2.2.4.a";' export 'NEMSIO_LIB;' 'NEMSIO_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/nemsio_v2.2.4";' export 'NEMSIO_SRC;' 'NEMSIO_VER="v2.2.4";' export 'NEMSIO_VER;' 'NETCDF="/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0";' export 'NETCDF;' 'NETCDF_CFLAGS="-I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include";' export 'NETCDF_CFLAGS;' 'NETCDF_CXX4FLAGS="-I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include";' export 'NETCDF_CXX4FLAGS;' 'NETCDF_CXXFLAGS="-I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include";' export 'NETCDF_CXXFLAGS;' 'NETCDF_FFLAGS="-I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include";' export 'NETCDF_FFLAGS;' 'NETCDF_INC="/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include";' export 'NETCDF_INC;' 'NETCDF_INCLUDE="-I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include";' export 'NETCDF_INCLUDE;' 'NETCDF_LDFLAGS="-L/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib' '-lnetcdff";' export 'NETCDF_LDFLAGS;' 'NETCDF_LDFLAGS_C="-L/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib' '-lnetcdf";' export 'NETCDF_LDFLAGS_C;' 'NETCDF_LDFLAGS_CXX="-L/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib' -lnetcdf '-lnetcdf_c++";' export 'NETCDF_LDFLAGS_CXX;' 'NETCDF_LDFLAGS_CXX4="-L/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib' -lnetcdf '-lnetcdf_c++4";' export 'NETCDF_LDFLAGS_CXX4;' 'NETCDF_LDFLAGS_F="-L/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib' '-lnetcdff";' export 'NETCDF_LDFLAGS_F;' 'NETCDF_LIB="/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib";' export 'NETCDF_LIB;' 'NETCDF_ROOT="/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0";' export 'NETCDF_ROOT;' '__LMOD_REF_COUNT_NLSPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin/locale/%l_%t/%N:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin/locale/%l_%t/%N:1;/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/share/locale/%l_%t/%N:1";' export '__LMOD_REF_COUNT_NLSPATH;' 'NLSPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin/locale/%l_%t/%N:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin/locale/%l_%t/%N::/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/share/locale/%l_%t/%N";' export 'NLSPATH;' '__LMOD_REF_COUNT_PATH="/usrx/local/dev/packages/cmake/3.10.0/bin:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/bin:1;/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/bin:1;/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/bin:1;/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc:1;/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin:1;/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1:1;/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/bin:1;/usrx/local/prod/intel/2018UP01/advisor_2018/bin64:1;/usrx/local/prod/intel/2018UP01/vtune_amplifier_2018/bin64:1;/usrx/local/prod/intel/2018UP01/inspector_2018/bin64:1;/usrx/local/prod/intel/2018UP01/itac_latest/bin:1;/usrx/local/prod/intel/2018UP01/clck_latest/bin/intel64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/bin/intel64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64:1;/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/targets/intel64/x200/bin:1;/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/bin:1;/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/usr/lpp/mmfs/bin:1;/opt/ibutils/bin:1;/opt/dell/srvadmin/bin:1;/u/Dusan.Jovic/bin:2;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/dbrowse:1;/u/Dusan.Jovic/.local/bin:1;/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/include:1";' export '__LMOD_REF_COUNT_PATH;' 'PATH="/usrx/local/dev/packages/cmake/3.10.0/bin:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/bin:/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/bin:/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/bin:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin:/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1:/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/bin:/usrx/local/prod/intel/2018UP01/advisor_2018/bin64:/usrx/local/prod/intel/2018UP01/vtune_amplifier_2018/bin64:/usrx/local/prod/intel/2018UP01/inspector_2018/bin64:/usrx/local/prod/intel/2018UP01/itac_latest/bin:/usrx/local/prod/intel/2018UP01/clck_latest/bin/intel64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/bin/intel64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64:/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/targets/intel64/x200/bin:/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/usr/lpp/mmfs/bin:/opt/ibutils/bin:/opt/dell/srvadmin/bin:/u/Dusan.Jovic/bin:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/dbrowse:/u/Dusan.Jovic/.local/bin:/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/include";' export 'PATH;' 'PKG_CONFIG_PATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/bin/pkgconfig";' export 'PKG_CONFIG_PATH;' 'PNG_INC="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/include";' export 'PNG_INC;' 'PNG_LIB="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng.a";' export 'PNG_LIB;' 'PNG_LIB12="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng12.a";' export 'PNG_LIB12;' 'PNG_LIBDIR="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib";' export 'PNG_LIBDIR;' 'PNG_LIBso="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng.so";' export 'PNG_LIBso;' 'PNG_SRC="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/src/libpng-1.2.59";' export 'PNG_SRC;' 'PNG_VER="1.2.59";' export 'PNG_VER;' 'POST_INC="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ncep_post_v8.0.1_4";' export 'POST_INC;' 'POST_LIB="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libncep_post_v8.0.1_4.a";' export 'POST_LIB;' 'POST_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/post_v8.0.1";' export 'POST_SRC;' 'POST_VER="v8.0.1";' export 'POST_VER;' 'PSTLROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/pstl";' export 'PSTLROOT;' 'PYTHONPATH="/usrx/local/prod/intel/2018UP01/advisor_2018/pythonapi";' export 'PYTHONPATH;' 'SP_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_4.a";' export 'SP_LIB4;' 'SP_LIB8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_8.a";' export 'SP_LIB8;' 'SP_LIBd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_d.a";' export 'SP_LIBd;' 'SP_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/sp_v2.0.3";' export 'SP_SRC;' 'SP_VER="v2.0.3";' export 'SP_VER;' 'TBBROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb";' export 'TBBROOT;' 'VT_ADD_LIBS="-ldwarf' -lelf -lvtunwind -lm '-lpthread";' export 'VT_ADD_LIBS;' 'VT_ARCH="intel64";' export 'VT_ARCH;' 'VT_LIB_DIR="/usrx/local/prod/intel/2018UP01/itac_latest/lib";' export 'VT_LIB_DIR;' 'VT_MPI="impi4";' export 'VT_MPI;' 'VT_ROOT="/usrx/local/prod/intel/2018UP01/itac_latest";' export 'VT_ROOT;' 'VT_SLIB_DIR="/usrx/local/prod/intel/2018UP01/itac_latest/slib";' export 'VT_SLIB_DIR;' 'W3EMC_INC4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3emc_v2.3.1_4";' export 'W3EMC_INC4;' 'W3EMC_INC8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3emc_v2.3.1_8";' export 'W3EMC_INC8;' 'W3EMC_INCd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3emc_v2.3.1_d";' export 'W3EMC_INCd;' 'W3EMC_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_4.a";' export 'W3EMC_LIB4;' 'W3EMC_LIB8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_8.a";' export 'W3EMC_LIB8;' 'W3EMC_LIBd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_d.a";' export 'W3EMC_LIBd;' 'W3EMC_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/w3emc_v2.3.1";' export 'W3EMC_SRC;' 'W3EMC_VER="v2.3.1";' export 'W3EMC_VER;' 'W3NCO_INC4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3nco_v2.0.7_4";' export 'W3NCO_INC4;' 'W3NCO_INC8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3nco_v2.0.7_8";' export 'W3NCO_INC8;' 'W3NCO_INCd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3nco_v2.0.7_d";' export 'W3NCO_INCd;' 'W3NCO_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_4.a";' export 'W3NCO_LIB4;' 'W3NCO_LIB8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_8.a";' export 'W3NCO_LIB8;' 'W3NCO_LIBd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_d.a";' export 'W3NCO_LIBd;' 'W3NCO_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/w3nco_v2.0.7";' export 'W3NCO_SRC;' 'W3NCO_VER="v2.0.7";' export 'W3NCO_VER;' 'XLSF_UIDDIR="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib/uid";' export 'XLSF_UIDDIR;' 'Z_INC="/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/include";' export 'Z_INC;' 'Z_LIB="/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib/libz.a";' export 'Z_LIB;' 'Z_SRC="/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/src";' export 'Z_SRC;' 'Z_VER="1.2.11";' export 'Z_VER;' '__LMOD_REF_COUNT__LMFILES_="/usrx/local/prod/modulefiles/core_third/ips/18.0.1.163:1;/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1/impi/18.0.1.lua:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/NetCDF/4.5.0:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/HDF5-serial/1.10.1:1;/usrx/local/prod/modulefiles/core_third/lsf/10.1:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/bacio/2.0.3:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/ip/3.0.2:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/sp/2.0.3:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3nco/2.0.7:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3emc/2.3.1:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/nemsio/2.2.4:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2/3.1.1:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2tmpl/1.6.0:1;/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/crtm/2.2.6:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/jasper/1.900.29:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/libpng/1.2.59:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/zlib/1.2.11:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/post/8.0.1:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/esmf/8.0.0:1;/usrx/local/dev/modulefiles/cmake/3.10.0:1;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3:1";' export '__LMOD_REF_COUNT__LMFILES_;' '_LMFILES_="/usrx/local/prod/modulefiles/core_third/ips/18.0.1.163:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1/impi/18.0.1.lua:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/NetCDF/4.5.0:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/HDF5-serial/1.10.1:/usrx/local/prod/modulefiles/core_third/lsf/10.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/bacio/2.0.3:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/ip/3.0.2:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/sp/2.0.3:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3nco/2.0.7:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3emc/2.3.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/nemsio/2.2.4:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2/3.1.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2tmpl/1.6.0:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/crtm/2.2.6:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/jasper/1.900.29:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/libpng/1.2.59:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/zlib/1.2.11:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/post/8.0.1:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/esmf/8.0.0:/usrx/local/dev/modulefiles/cmake/3.10.0:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3";' export '_LMFILES_;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImlwcyIsWyJjb25tcGlsZXIiXT0iSERGNS1zZXJpYWwiLFsibXBpIl09ImltcGkiLH0sbVQ9e1siSERGNS1zZXJpYWwiXT17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvSERGNS1zZXJpYWwvMS4xMC4xIixbImZ1bGxOYW1lIl09IkhERjUtc2VyaWFsLzEuMTAuMSIsWyJsb2FkT3JkZXIiXT00LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09IkhERjUtc2VyaWFs";' export '_ModuleTable001_;' '_ModuleTable002_="LzEuMTAuMSIsfSxOZXRDREY9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xL05ldENERi80LjUuMCIsWyJmdWxsTmFtZSJdPSJOZXRDREYvNC41LjAiLFsibG9hZE9yZGVyIl09Myxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJOZXRDREYvNC41LjAiLH0sYmFjaW89e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2JhY2lvLzIuMC4zIixbImZ1bGxOYW1lIl09ImJhY2lvLzIuMC4zIixbImxvYWRPcmRlciJdPTYscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNl";' export '_ModuleTable002_;' '_ModuleTable003_="ck5hbWUiXT0iYmFjaW8vMi4wLjMiLH0sY21ha2U9e1siZm4iXT0iL3VzcngvbG9jYWwvZGV2L21vZHVsZWZpbGVzL2NtYWtlLzMuMTAuMCIsWyJmdWxsTmFtZSJdPSJjbWFrZS8zLjEwLjAiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY21ha2UvMy4xMC4wIix9LGNydG09e1siZm4iXT0iL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfcHJvZC9pcHMvMTguMC4xL2NydG0vMi4yLjYiLFsiZnVsbE5hbWUiXT0iY3J0bS8yLjIuNiIsWyJsb2FkT3JkZXIiXT0xNCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1";' export '_ModuleTable003_;' '_ModuleTable004_="c2VyTmFtZSJdPSJjcnRtLzIuMi42Iix9LGVzbWY9e1siZm4iXT0iL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcjE4L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL3djb3NzX2RlbGxfcDMvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT0yMSxw";' export '_ModuleTable004_;' '_ModuleTable005_="cm9wVD17fSxbInN0YWNrRGVwdGgiXT0wLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZzI9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2cyLzMuMS4xIixbImZ1bGxOYW1lIl09ImcyLzMuMS4xIixbImxvYWRPcmRlciJdPTEyLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcyLzMuMS4xIix9LGcydG1wbD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzJ0bXBsLzEuNi4wIixbImZ1bGxOYW1lIl09ImcydG1wbC8xLjYuMCIsWyJsb2FkT3JkZXIiXT0xMyxwcm9wVD17fSxbInN0YWNr";' export '_ModuleTable005_;' '_ModuleTable006_="RGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMnRtcGwvMS42LjAiLH0saW1waT17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX21waS9pcHMvMTguMC4xL2ltcGkvMTguMC4xLmx1YSIsWyJmdWxsTmFtZSJdPSJpbXBpLzE4LjAuMSIsWyJsb2FkT3JkZXIiXT0yLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImltcGkvMTguMC4xIix9LGlwPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9pcC8zLjAuMiIsWyJmdWxsTmFtZSJdPSJpcC8zLjAuMiIsWyJsb2FkT3JkZXIiXT03LHByb3BUPXt9LFsic3Rh";' export '_ModuleTable006_;' '_ModuleTable007_="Y2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImlwLzMuMC4yIix9LGlwcz17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQvaXBzLzE4LjAuMS4xNjMiLFsiZnVsbE5hbWUiXT0iaXBzLzE4LjAuMS4xNjMiLFsibG9hZE9yZGVyIl09MSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJpcHMvMTguMC4xLjE2MyIsfSxqYXNwZXI9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xL2phc3Blci8xLjkwMC4yOSIsWyJmdWxsTmFtZSJdPSJqYXNwZXIvMS45MDAuMjkiLFsibG9hZE9yZGVyIl09";' export '_ModuleTable007_;' '_ModuleTable008_="MTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iamFzcGVyLzEuOTAwLjI5Iix9LGxpYnBuZz17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvbGlicG5nLzEuMi41OSIsWyJmdWxsTmFtZSJdPSJsaWJwbmcvMS4yLjU5IixbImxvYWRPcmRlciJdPTE2LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImxpYnBuZy8xLjIuNTkiLH0sbHNmPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZC9sc2YvMTAuMSIsWyJmdWxsTmFtZSJdPSJsc2YvMTAuMSIsWyJsb2Fk";' export '_ModuleTable008_;' '_ModuleTable009_="T3JkZXIiXT01LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImxzZi8xMC4xIix9LG5lbXNpbz17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvbmVtc2lvLzIuMi40IixbImZ1bGxOYW1lIl09Im5lbXNpby8yLjIuNCIsWyJsb2FkT3JkZXIiXT0xMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZW1zaW8vMi4yLjQiLH0scG9zdD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvcG9zdC84LjAuMSIsWyJmdWxsTmFtZSJdPSJwb3N0LzguMC4xIixbImxvYWRP";' export '_ModuleTable009_;' '_ModuleTable010_="cmRlciJdPTE4LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InBvc3QvOC4wLjEiLH0sc3A9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL3NwLzIuMC4zIixbImZ1bGxOYW1lIl09InNwLzIuMC4zIixbImxvYWRPcmRlciJdPTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ic3AvMi4wLjMiLH0sdzNlbWM9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL3czZW1jLzIuMy4xIixbImZ1bGxOYW1lIl09InczZW1jLzIuMy4xIixbImxvYWRPcmRlciJdPTEwLHBy";' export '_ModuleTable010_;' '_ModuleTable011_="b3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczZW1jLzIuMy4xIix9LHczbmNvPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy93M25jby8yLjAuNyIsWyJmdWxsTmFtZSJdPSJ3M25jby8yLjAuNyIsWyJsb2FkT3JkZXIiXT05LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHpsaWI9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xL3psaWIvMS4yLjExIixbImZ1bGxOYW1lIl09InpsaWIvMS4yLjExIixbImxvYWRPcmRl";' export '_ModuleTable011_;' '_ModuleTable012_="ciJdPTE3LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InpsaWIvMS4yLjExIix9LH0sbXBhdGhBPXsiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMiLCIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9EdXNhbi5Kb3ZpYy91ZnMvcHIxOC91ZnMtd2VhdGhlci1tb2RlbC9tb2R1bGVmaWxlcy93Y29zc19kZWxsX3AzIiwiL3VzcngvbG9jYWwvZGV2L2VtY19yb2NvdG8vbW9kdWxlZmlsZXMiLCIvdXNyeC9sb2NhbC9kZXYvbW9kdWxlZmlsZXMiLCIvdXNyeC9sb2NhbC9wcm9kL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlIiwiL3VzcngvbG9j";' export '_ModuleTable012_;' '_ModuleTable013_="YWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9kZWZzIiwiL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29yZV9wcm9kIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xIiwiL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfcHJvZC9pcHMvMTguMC4xIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl9tcGkvaXBzLzE4LjAuMSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvbXBpX3RoaXJkL2lwcy8xOC4wLjEvaW1waS8xOC4wLjEiLCIvZ3Bmcy9kZWxsMS9uY28vb3BzL253";' export '_ModuleTable013_;' '_ModuleTable014_="cHJvZC9tb2R1bGVmaWxlcy9tcGlfcHJvZC9pcHMvMTguMC4xL2ltcGkvMTguMC4xIiwiL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzIix9LFsic3lzdGVtQmFzZU1QQVRIIl09Ii91c3J4L2xvY2FsL3Byb2QvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmU6L3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkOi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvZGVmczovZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb3JlX3Byb2QiLH0=";' export '_ModuleTable014_;' '_ModuleTable_Sz_="14";' export '_ModuleTable_Sz_;' -++ ADVISOR_2018_DIR=/usrx/local/prod/intel/2018UP01/advisor_2018 -++ export ADVISOR_2018_DIR -++ BACIO_LIB4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libbacio_v2.0.3_4.a -++ export BACIO_LIB4 -++ BACIO_LIB8=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libbacio_v2.0.3_8.a -++ export BACIO_LIB8 -++ BACIO_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/bacio_v2.0.3 -++ export BACIO_SRC -++ BACIO_VER=v2.0.3 -++ export BACIO_VER -++ BINARY_TYPE_HPC= -++ export BINARY_TYPE_HPC -++ __LMOD_REF_COUNT_CLASSPATH='/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64/mpi.jar:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/daal.jar:1' -++ export __LMOD_REF_COUNT_CLASSPATH -++ CLASSPATH=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64/mpi.jar:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/daal.jar -++ export CLASSPATH -++ CLCK_ROOT=/usrx/local/prod/intel/2018UP01/clck_latest -++ export CLCK_ROOT -++ CMAKE_CXX_COMPILER=mpiicpc -++ export CMAKE_CXX_COMPILER -++ CMAKE_C_COMPILER=mpiicc -++ export CMAKE_C_COMPILER -++ CMAKE_Fortran_COMPILER=mpiifort -++ export CMAKE_Fortran_COMPILER -++ CMAKE_Platform=wcoss_dell_p3 -++ export CMAKE_Platform -++ COMP=ips -++ export COMP -++ __LMOD_REF_COUNT_CPATH='/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/pstl/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/include:1' -++ export __LMOD_REF_COUNT_CPATH -++ CPATH=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/pstl/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/include -++ export CPATH -++ __LMOD_REF_COUNT_CPLUS_INCLUDE_PATH=/usrx/local/prod/intel/2018UP01/clck_latest/include:1 -++ export __LMOD_REF_COUNT_CPLUS_INCLUDE_PATH -++ CPLUS_INCLUDE_PATH=/usrx/local/prod/intel/2018UP01/clck_latest/include -++ export CPLUS_INCLUDE_PATH -++ CRTM_FIX=/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/fix -++ export CRTM_FIX -++ CRTM_INC=/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/ips/18.0.1/include/crtm_v2.2.6 -++ export CRTM_INC -++ CRTM_LIB=/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/ips/18.0.1/libcrtm_v2.2.6.a -++ export CRTM_LIB -++ CRTM_SRC=/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/src -++ export CRTM_SRC -++ CRTM_VER=v2.2.6 -++ export CRTM_VER -++ DAALROOT=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal -++ export DAALROOT -++ ESMFMKFILE=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/lib/esmf.mk -++ export ESMFMKFILE -++ G2TMPL_INC=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/g2tmpl_v1.6.0 -++ export G2TMPL_INC -++ G2TMPL_LIB=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2tmpl_v1.6.0.a -++ export G2TMPL_LIB -++ G2TMPL_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/g2tmpl_v1.6.0/src -++ export G2TMPL_SRC -++ G2TMPL_VER=v1.6.0 -++ export G2TMPL_VER -++ G2_INC4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/g2_v3.1.1_4 -++ export G2_INC4 -++ G2_INCd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/g2_v3.1.1_d -++ export G2_INCd -++ G2_LIB4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2_v3.1.1_4.a -++ export G2_LIB4 -++ G2_LIBd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2_v3.1.1_d.a -++ export G2_LIBd -++ G2_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/g2_v3.1.1 -++ export G2_SRC -++ G2_VER=v3.1.1 -++ export G2_VER -++ GDBSERVER_MIC=/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/targets/intel64/x200/bin/gdbserver -++ export GDBSERVER_MIC -++ GDB_CROSS=/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/bin/gdb-ia -++ export GDB_CROSS -++ HDF5=/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1 -++ export HDF5 -++ HDF5_CFLAGS=-I/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/include -++ export HDF5_CFLAGS -++ HDF5_CXXFLAGS=-I/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/include -++ export HDF5_CXXFLAGS -++ HDF5_FFLAGS=-I/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/include -++ export HDF5_FFLAGS -++ HDF5_INCLUDE=-I/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/include -++ export HDF5_INCLUDE -++ HDF5_LDFLAGS='-L/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib -lhdf5_hl -lhdf5hl_fortran -lhdf5 -lhdf5_fortran' -++ export HDF5_LDFLAGS -++ HDF5_LDFLAGS_C='-L/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib -lhdf5_hl -lhdf5' -++ export HDF5_LDFLAGS_C -++ HDF5_LDFLAGS_CXX='-L/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib -lhdf5_hl -hdf5_hl_cpp -lhdf5 -lhdf5_cpp' -++ export HDF5_LDFLAGS_CXX -++ HDF5_LDFLAGS_F='-L/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib -lhdf5_hl -lhdf5hl_fortran -lhdf5 -lhdf5_fortran' -++ export HDF5_LDFLAGS_F -++ __LMOD_REF_COUNT_INFOPATH='/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/info:1;info_gdb_igfx:1' -++ export __LMOD_REF_COUNT_INFOPATH -++ INFOPATH=/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/info:info_gdb_igfx -++ export INFOPATH -++ INSPECTOR_2018_DIR=/usrx/local/prod/intel/2018UP01/inspector_2018 -++ export INSPECTOR_2018_DIR -++ INTEL_LICENSE_FILE=/usrx/local/prod/intel/licenses -++ export INTEL_LICENSE_FILE -++ INTEL_PYTHONHOME=/usrx/local/prod/intel/2018UP01/debugger_2018/python/intel64 -++ export INTEL_PYTHONHOME -++ IPPROOT=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp -++ export IPPROOT -++ IP_INC4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ip_v3.0.2_4 -++ export IP_INC4 -++ IP_INC8=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ip_v3.0.2_8 -++ export IP_INC8 -++ IP_INCd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ip_v3.0.2_d -++ export IP_INCd -++ IP_LIB4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libip_v3.0.2_4.a -++ export IP_LIB4 -++ IP_LIB8=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libip_v3.0.2_8.a -++ export IP_LIB8 -++ IP_LIBd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libip_v3.0.2_d.a -++ export IP_LIBd -++ IP_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/ip_v3.0.2 -++ export IP_SRC -++ IP_VER=v3.0.2 -++ export IP_VER -++ I_MPI_CC=icc -++ export I_MPI_CC -++ I_MPI_CXX=icpc -++ export I_MPI_CXX -++ I_MPI_EXTRA_FILESYSTEM=yes -++ export I_MPI_EXTRA_FILESYSTEM -++ I_MPI_EXTRA_FILESYSTEM_LIST=gpfs -++ export I_MPI_EXTRA_FILESYSTEM_LIST -++ I_MPI_F77=ifort -++ export I_MPI_F77 -++ I_MPI_F90=ifort -++ export I_MPI_F90 -++ I_MPI_FC=ifort -++ export I_MPI_FC -++ I_MPI_HYDRA_BOOTSTRAP=lsf -++ export I_MPI_HYDRA_BOOTSTRAP -++ I_MPI_HYDRA_IFACE=ib0 -++ export I_MPI_HYDRA_IFACE -++ I_MPI_LSF_USE_COLLECTIVE_LAUNCH=1 -++ export I_MPI_LSF_USE_COLLECTIVE_LAUNCH -++ I_MPI_ROOT=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi -++ export I_MPI_ROOT -++ JASPER_INC=/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/include -++ export JASPER_INC -++ JASPER_LIB=/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib/libjasper.a -++ export JASPER_LIB -++ JASPER_LIBDIR=/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib -++ export JASPER_LIBDIR -++ JASPER_SRC=/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/src/jasper-1.900.29 -++ export JASPER_SRC -++ JASPER_VER=1.900.29 -++ export JASPER_VER -++ KMP_AFFINITY=scatter -++ export KMP_AFFINITY -++ unset LAUNCH -++ __LMOD_REF_COUNT_LD_LIBRARY_PATH='/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/lib:1;/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib:1;/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib:1;/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib:1;/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:1;/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib:1;/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib:1;/usrx/local/prod/intel/2018UP01/itac_latest/slib:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:1;/usrx/local/prod/intel/2018UP01/debugger_2018/iga/lib:1;/usrx/local/prod/intel/2018UP01/debugger_2018/libipt/intel64/lib:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4:1' -++ export __LMOD_REF_COUNT_LD_LIBRARY_PATH -++ LD_LIBRARY_PATH=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/lib:/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib:/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib:/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib:/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib:/usrx/local/prod/intel/2018UP01/itac_latest/slib:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:/usrx/local/prod/intel/2018UP01/debugger_2018/iga/lib:/usrx/local/prod/intel/2018UP01/debugger_2018/libipt/intel64/lib:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4 -++ export LD_LIBRARY_PATH -++ __LMOD_REF_COUNT_LIBRARY_PATH='/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:1;/usrx/local/prod/intel/2018UP01/clck_latest/lib/intel64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4:1' -++ export __LMOD_REF_COUNT_LIBRARY_PATH -++ LIBRARY_PATH=/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:/usrx/local/prod/intel/2018UP01/clck_latest/lib/intel64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4 -++ export LIBRARY_PATH -++ LIB_NAME=POST -++ export LIB_NAME -++ LMOD_FAMILY_COMPILER=ips -++ export LMOD_FAMILY_COMPILER -++ LMOD_FAMILY_COMPILER_VERSION=18.0.1.163 -++ export LMOD_FAMILY_COMPILER_VERSION -++ LMOD_FAMILY_CONMPILER=HDF5-serial -++ export LMOD_FAMILY_CONMPILER -++ LMOD_FAMILY_CONMPILER_VERSION=1.10.1 -++ export LMOD_FAMILY_CONMPILER_VERSION -++ LMOD_FAMILY_MPI=impi -++ export LMOD_FAMILY_MPI -++ LMOD_FAMILY_MPI_VERSION=18.0.1 -++ export LMOD_FAMILY_MPI_VERSION -++ __LMOD_REF_COUNT_LOADEDMODULES='ips/18.0.1.163:1;impi/18.0.1:1;NetCDF/4.5.0:1;HDF5-serial/1.10.1:1;lsf/10.1:1;bacio/2.0.3:1;ip/3.0.2:1;sp/2.0.3:1;w3nco/2.0.7:1;w3emc/2.3.1:1;nemsio/2.2.4:1;g2/3.1.1:1;g2tmpl/1.6.0:1;crtm/2.2.6:1;jasper/1.900.29:1;libpng/1.2.59:1;zlib/1.2.11:1;post/8.0.1:1;esmf/8.0.0:1;cmake/3.10.0:1;fv3:1' -++ export __LMOD_REF_COUNT_LOADEDMODULES -++ LOADEDMODULES=ips/18.0.1.163:impi/18.0.1:NetCDF/4.5.0:HDF5-serial/1.10.1:lsf/10.1:bacio/2.0.3:ip/3.0.2:sp/2.0.3:w3nco/2.0.7:w3emc/2.3.1:nemsio/2.2.4:g2/3.1.1:g2tmpl/1.6.0:crtm/2.2.6:jasper/1.900.29:libpng/1.2.59:zlib/1.2.11:post/8.0.1:esmf/8.0.0:cmake/3.10.0:fv3 -++ export LOADEDMODULES -++ LSF_BINDIR=/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin -++ export LSF_BINDIR -++ LSF_ENVDIR=/gpfs/lsf/conf -++ export LSF_ENVDIR -++ LSF_LIBDIR=/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib -++ export LSF_LIBDIR -++ LSF_SERVERDIR=/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc -++ export LSF_SERVERDIR -++ __LMOD_REF_COUNT_MANPATH='/usrx/local/dev/packages/cmake/3.10.0/share/man:1;/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/share/man:1;/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/share/man:1;/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/man:1;/gpfs/lsf/10.1/man:1;/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/share/man:1;/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/share/man:1;/usrx/local/prod/intel/2018UP01/itac_latest/man:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/man/common:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/man:1;/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/man:1;/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-igfx/man:1;/usrx/local/prod/lmod/lmod/share/man:1;/usrx/local/prod/intel/2018UP01/inspector_2018/man:1;/usrx/local/prod/intel/2018UP01/advisor_2018/man:1' -++ export __LMOD_REF_COUNT_MANPATH -++ MANPATH=/usrx/local/dev/packages/cmake/3.10.0/share/man:/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/share/man:/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/share/man:/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/man:/gpfs/lsf/10.1/man:/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/share/man:/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/share/man:/usrx/local/prod/intel/2018UP01/itac_latest/man:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/man/common:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/man:/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/man:/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-igfx/man:/usrx/local/prod/lmod/lmod/share/man::/usrx/local/prod/intel/2018UP01/inspector_2018/man:/usrx/local/prod/intel/2018UP01/advisor_2018/man -++ export MANPATH -++ MKLROOT=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl -++ export MKLROOT -++ MODULEPATH=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/dev/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1:/usrx/local/prod/modulefiles/mpi_third/ips/18.0.1/impi/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/mpi_prod/ips/18.0.1/impi/18.0.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles -++ export MODULEPATH -++ MPM_LAUNCHER=/usrx/local/prod/intel/2018UP01/debugger_2018/mpm/mic/bin/start_mpm.sh -++ export MPM_LAUNCHER -++ NEMSIO_INC=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/nemsio_v2.2.4 -++ export NEMSIO_INC -++ NEMSIO_LIB=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libnemsio_v2.2.4.a -++ export NEMSIO_LIB -++ NEMSIO_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/nemsio_v2.2.4 -++ export NEMSIO_SRC -++ NEMSIO_VER=v2.2.4 -++ export NEMSIO_VER -++ NETCDF=/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0 -++ export NETCDF -++ NETCDF_CFLAGS=-I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -++ export NETCDF_CFLAGS -++ NETCDF_CXX4FLAGS=-I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -++ export NETCDF_CXX4FLAGS -++ NETCDF_CXXFLAGS=-I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -++ export NETCDF_CXXFLAGS -++ NETCDF_FFLAGS=-I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -++ export NETCDF_FFLAGS -++ NETCDF_INC=/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -++ export NETCDF_INC -++ NETCDF_INCLUDE=-I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -++ export NETCDF_INCLUDE -++ NETCDF_LDFLAGS='-L/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib -lnetcdff' -++ export NETCDF_LDFLAGS -++ NETCDF_LDFLAGS_C='-L/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib -lnetcdf' -++ export NETCDF_LDFLAGS_C -++ NETCDF_LDFLAGS_CXX='-L/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib -lnetcdf -lnetcdf_c++' -++ export NETCDF_LDFLAGS_CXX -++ NETCDF_LDFLAGS_CXX4='-L/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib -lnetcdf -lnetcdf_c++4' -++ export NETCDF_LDFLAGS_CXX4 -++ NETCDF_LDFLAGS_F='-L/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib -lnetcdff' -++ export NETCDF_LDFLAGS_F -++ NETCDF_LIB=/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib -++ export NETCDF_LIB -++ NETCDF_ROOT=/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0 -++ export NETCDF_ROOT -++ __LMOD_REF_COUNT_NLSPATH='/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin/locale/%l_%t/%N:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin/locale/%l_%t/%N:1;/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/share/locale/%l_%t/%N:1' -++ export __LMOD_REF_COUNT_NLSPATH -++ NLSPATH=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin/locale/%l_%t/%N:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin/locale/%l_%t/%N::/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/share/locale/%l_%t/%N -++ export NLSPATH -++ __LMOD_REF_COUNT_PATH='/usrx/local/dev/packages/cmake/3.10.0/bin:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/bin:1;/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/bin:1;/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/bin:1;/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc:1;/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin:1;/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1:1;/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/bin:1;/usrx/local/prod/intel/2018UP01/advisor_2018/bin64:1;/usrx/local/prod/intel/2018UP01/vtune_amplifier_2018/bin64:1;/usrx/local/prod/intel/2018UP01/inspector_2018/bin64:1;/usrx/local/prod/intel/2018UP01/itac_latest/bin:1;/usrx/local/prod/intel/2018UP01/clck_latest/bin/intel64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/bin/intel64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64:1;/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/targets/intel64/x200/bin:1;/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/bin:1;/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/usr/lpp/mmfs/bin:1;/opt/ibutils/bin:1;/opt/dell/srvadmin/bin:1;/u/Dusan.Jovic/bin:2;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/dbrowse:1;/u/Dusan.Jovic/.local/bin:1;/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/include:1' -++ export __LMOD_REF_COUNT_PATH -++ PATH=/usrx/local/dev/packages/cmake/3.10.0/bin:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/bin:/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/bin:/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/bin:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin:/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1:/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/bin:/usrx/local/prod/intel/2018UP01/advisor_2018/bin64:/usrx/local/prod/intel/2018UP01/vtune_amplifier_2018/bin64:/usrx/local/prod/intel/2018UP01/inspector_2018/bin64:/usrx/local/prod/intel/2018UP01/itac_latest/bin:/usrx/local/prod/intel/2018UP01/clck_latest/bin/intel64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/bin/intel64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64:/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/targets/intel64/x200/bin:/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/usr/lpp/mmfs/bin:/opt/ibutils/bin:/opt/dell/srvadmin/bin:/u/Dusan.Jovic/bin:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/dbrowse:/u/Dusan.Jovic/.local/bin:/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/include -++ export PATH -++ PKG_CONFIG_PATH=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/bin/pkgconfig -++ export PKG_CONFIG_PATH -++ PNG_INC=/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/include -++ export PNG_INC -++ PNG_LIB=/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng.a -++ export PNG_LIB -++ PNG_LIB12=/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng12.a -++ export PNG_LIB12 -++ PNG_LIBDIR=/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib -++ export PNG_LIBDIR -++ PNG_LIBso=/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng.so -++ export PNG_LIBso -++ PNG_SRC=/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/src/libpng-1.2.59 -++ export PNG_SRC -++ PNG_VER=1.2.59 -++ export PNG_VER -++ POST_INC=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ncep_post_v8.0.1_4 -++ export POST_INC -++ POST_LIB=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libncep_post_v8.0.1_4.a -++ export POST_LIB -++ POST_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/post_v8.0.1 -++ export POST_SRC -++ POST_VER=v8.0.1 -++ export POST_VER -++ PSTLROOT=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/pstl -++ export PSTLROOT -++ PYTHONPATH=/usrx/local/prod/intel/2018UP01/advisor_2018/pythonapi -++ export PYTHONPATH -++ SP_LIB4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_4.a -++ export SP_LIB4 -++ SP_LIB8=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_8.a -++ export SP_LIB8 -++ SP_LIBd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_d.a -++ export SP_LIBd -++ SP_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/sp_v2.0.3 -++ export SP_SRC -++ SP_VER=v2.0.3 -++ export SP_VER -++ TBBROOT=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb -++ export TBBROOT -++ VT_ADD_LIBS='-ldwarf -lelf -lvtunwind -lm -lpthread' -++ export VT_ADD_LIBS -++ VT_ARCH=intel64 -++ export VT_ARCH -++ VT_LIB_DIR=/usrx/local/prod/intel/2018UP01/itac_latest/lib -++ export VT_LIB_DIR -++ VT_MPI=impi4 -++ export VT_MPI -++ VT_ROOT=/usrx/local/prod/intel/2018UP01/itac_latest -++ export VT_ROOT -++ VT_SLIB_DIR=/usrx/local/prod/intel/2018UP01/itac_latest/slib -++ export VT_SLIB_DIR -++ W3EMC_INC4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3emc_v2.3.1_4 -++ export W3EMC_INC4 -++ W3EMC_INC8=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3emc_v2.3.1_8 -++ export W3EMC_INC8 -++ W3EMC_INCd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3emc_v2.3.1_d -++ export W3EMC_INCd -++ W3EMC_LIB4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_4.a -++ export W3EMC_LIB4 -++ W3EMC_LIB8=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_8.a -++ export W3EMC_LIB8 -++ W3EMC_LIBd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_d.a -++ export W3EMC_LIBd -++ W3EMC_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/w3emc_v2.3.1 -++ export W3EMC_SRC -++ W3EMC_VER=v2.3.1 -++ export W3EMC_VER -++ W3NCO_INC4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3nco_v2.0.7_4 -++ export W3NCO_INC4 -++ W3NCO_INC8=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3nco_v2.0.7_8 -++ export W3NCO_INC8 -++ W3NCO_INCd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3nco_v2.0.7_d -++ export W3NCO_INCd -++ W3NCO_LIB4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_4.a -++ export W3NCO_LIB4 -++ W3NCO_LIB8=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_8.a -++ export W3NCO_LIB8 -++ W3NCO_LIBd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_d.a -++ export W3NCO_LIBd -++ W3NCO_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/w3nco_v2.0.7 -++ export W3NCO_SRC -++ W3NCO_VER=v2.0.7 -++ export W3NCO_VER -++ XLSF_UIDDIR=/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib/uid -++ export XLSF_UIDDIR -++ Z_INC=/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/include -++ export Z_INC -++ Z_LIB=/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib/libz.a -++ export Z_LIB -++ Z_SRC=/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/src -++ export Z_SRC -++ Z_VER=1.2.11 -++ export Z_VER -++ __LMOD_REF_COUNT__LMFILES_='/usrx/local/prod/modulefiles/core_third/ips/18.0.1.163:1;/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1/impi/18.0.1.lua:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/NetCDF/4.5.0:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/HDF5-serial/1.10.1:1;/usrx/local/prod/modulefiles/core_third/lsf/10.1:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/bacio/2.0.3:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/ip/3.0.2:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/sp/2.0.3:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3nco/2.0.7:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3emc/2.3.1:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/nemsio/2.2.4:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2/3.1.1:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2tmpl/1.6.0:1;/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/crtm/2.2.6:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/jasper/1.900.29:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/libpng/1.2.59:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/zlib/1.2.11:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/post/8.0.1:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/esmf/8.0.0:1;/usrx/local/dev/modulefiles/cmake/3.10.0:1;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3:1' -++ export __LMOD_REF_COUNT__LMFILES_ -++ _LMFILES_=/usrx/local/prod/modulefiles/core_third/ips/18.0.1.163:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1/impi/18.0.1.lua:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/NetCDF/4.5.0:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/HDF5-serial/1.10.1:/usrx/local/prod/modulefiles/core_third/lsf/10.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/bacio/2.0.3:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/ip/3.0.2:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/sp/2.0.3:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3nco/2.0.7:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3emc/2.3.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/nemsio/2.2.4:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2/3.1.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2tmpl/1.6.0:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/crtm/2.2.6:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/jasper/1.900.29:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/libpng/1.2.59:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/zlib/1.2.11:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/post/8.0.1:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/esmf/8.0.0:/usrx/local/dev/modulefiles/cmake/3.10.0:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3 -++ export _LMFILES_ -++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImlwcyIsWyJjb25tcGlsZXIiXT0iSERGNS1zZXJpYWwiLFsibXBpIl09ImltcGkiLH0sbVQ9e1siSERGNS1zZXJpYWwiXT17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvSERGNS1zZXJpYWwvMS4xMC4xIixbImZ1bGxOYW1lIl09IkhERjUtc2VyaWFsLzEuMTAuMSIsWyJsb2FkT3JkZXIiXT00LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09IkhERjUtc2VyaWFs -++ export _ModuleTable001_ -++ _ModuleTable002_=LzEuMTAuMSIsfSxOZXRDREY9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xL05ldENERi80LjUuMCIsWyJmdWxsTmFtZSJdPSJOZXRDREYvNC41LjAiLFsibG9hZE9yZGVyIl09Myxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJOZXRDREYvNC41LjAiLH0sYmFjaW89e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2JhY2lvLzIuMC4zIixbImZ1bGxOYW1lIl09ImJhY2lvLzIuMC4zIixbImxvYWRPcmRlciJdPTYscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNl -++ export _ModuleTable002_ -++ _ModuleTable003_=ck5hbWUiXT0iYmFjaW8vMi4wLjMiLH0sY21ha2U9e1siZm4iXT0iL3VzcngvbG9jYWwvZGV2L21vZHVsZWZpbGVzL2NtYWtlLzMuMTAuMCIsWyJmdWxsTmFtZSJdPSJjbWFrZS8zLjEwLjAiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY21ha2UvMy4xMC4wIix9LGNydG09e1siZm4iXT0iL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfcHJvZC9pcHMvMTguMC4xL2NydG0vMi4yLjYiLFsiZnVsbE5hbWUiXT0iY3J0bS8yLjIuNiIsWyJsb2FkT3JkZXIiXT0xNCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1 -++ export _ModuleTable003_ -++ _ModuleTable004_=c2VyTmFtZSJdPSJjcnRtLzIuMi42Iix9LGVzbWY9e1siZm4iXT0iL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcjE4L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL3djb3NzX2RlbGxfcDMvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT0yMSxw -++ export _ModuleTable004_ -++ _ModuleTable005_=cm9wVD17fSxbInN0YWNrRGVwdGgiXT0wLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZzI9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2cyLzMuMS4xIixbImZ1bGxOYW1lIl09ImcyLzMuMS4xIixbImxvYWRPcmRlciJdPTEyLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcyLzMuMS4xIix9LGcydG1wbD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzJ0bXBsLzEuNi4wIixbImZ1bGxOYW1lIl09ImcydG1wbC8xLjYuMCIsWyJsb2FkT3JkZXIiXT0xMyxwcm9wVD17fSxbInN0YWNr -++ export _ModuleTable005_ -++ _ModuleTable006_=RGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMnRtcGwvMS42LjAiLH0saW1waT17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX21waS9pcHMvMTguMC4xL2ltcGkvMTguMC4xLmx1YSIsWyJmdWxsTmFtZSJdPSJpbXBpLzE4LjAuMSIsWyJsb2FkT3JkZXIiXT0yLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImltcGkvMTguMC4xIix9LGlwPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9pcC8zLjAuMiIsWyJmdWxsTmFtZSJdPSJpcC8zLjAuMiIsWyJsb2FkT3JkZXIiXT03LHByb3BUPXt9LFsic3Rh -++ export _ModuleTable006_ -++ _ModuleTable007_=Y2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImlwLzMuMC4yIix9LGlwcz17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQvaXBzLzE4LjAuMS4xNjMiLFsiZnVsbE5hbWUiXT0iaXBzLzE4LjAuMS4xNjMiLFsibG9hZE9yZGVyIl09MSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJpcHMvMTguMC4xLjE2MyIsfSxqYXNwZXI9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xL2phc3Blci8xLjkwMC4yOSIsWyJmdWxsTmFtZSJdPSJqYXNwZXIvMS45MDAuMjkiLFsibG9hZE9yZGVyIl09 -++ export _ModuleTable007_ -++ _ModuleTable008_=MTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iamFzcGVyLzEuOTAwLjI5Iix9LGxpYnBuZz17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvbGlicG5nLzEuMi41OSIsWyJmdWxsTmFtZSJdPSJsaWJwbmcvMS4yLjU5IixbImxvYWRPcmRlciJdPTE2LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImxpYnBuZy8xLjIuNTkiLH0sbHNmPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZC9sc2YvMTAuMSIsWyJmdWxsTmFtZSJdPSJsc2YvMTAuMSIsWyJsb2Fk -++ export _ModuleTable008_ -++ _ModuleTable009_=T3JkZXIiXT01LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImxzZi8xMC4xIix9LG5lbXNpbz17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvbmVtc2lvLzIuMi40IixbImZ1bGxOYW1lIl09Im5lbXNpby8yLjIuNCIsWyJsb2FkT3JkZXIiXT0xMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZW1zaW8vMi4yLjQiLH0scG9zdD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvcG9zdC84LjAuMSIsWyJmdWxsTmFtZSJdPSJwb3N0LzguMC4xIixbImxvYWRP -++ export _ModuleTable009_ -++ _ModuleTable010_=cmRlciJdPTE4LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InBvc3QvOC4wLjEiLH0sc3A9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL3NwLzIuMC4zIixbImZ1bGxOYW1lIl09InNwLzIuMC4zIixbImxvYWRPcmRlciJdPTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ic3AvMi4wLjMiLH0sdzNlbWM9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL3czZW1jLzIuMy4xIixbImZ1bGxOYW1lIl09InczZW1jLzIuMy4xIixbImxvYWRPcmRlciJdPTEwLHBy -++ export _ModuleTable010_ -++ _ModuleTable011_=b3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczZW1jLzIuMy4xIix9LHczbmNvPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy93M25jby8yLjAuNyIsWyJmdWxsTmFtZSJdPSJ3M25jby8yLjAuNyIsWyJsb2FkT3JkZXIiXT05LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHpsaWI9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xL3psaWIvMS4yLjExIixbImZ1bGxOYW1lIl09InpsaWIvMS4yLjExIixbImxvYWRPcmRl -++ export _ModuleTable011_ -++ _ModuleTable012_=ciJdPTE3LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InpsaWIvMS4yLjExIix9LH0sbXBhdGhBPXsiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMiLCIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9EdXNhbi5Kb3ZpYy91ZnMvcHIxOC91ZnMtd2VhdGhlci1tb2RlbC9tb2R1bGVmaWxlcy93Y29zc19kZWxsX3AzIiwiL3VzcngvbG9jYWwvZGV2L2VtY19yb2NvdG8vbW9kdWxlZmlsZXMiLCIvdXNyeC9sb2NhbC9kZXYvbW9kdWxlZmlsZXMiLCIvdXNyeC9sb2NhbC9wcm9kL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlIiwiL3VzcngvbG9j -++ export _ModuleTable012_ -++ _ModuleTable013_=YWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9kZWZzIiwiL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29yZV9wcm9kIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xIiwiL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfcHJvZC9pcHMvMTguMC4xIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl9tcGkvaXBzLzE4LjAuMSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvbXBpX3RoaXJkL2lwcy8xOC4wLjEvaW1waS8xOC4wLjEiLCIvZ3Bmcy9kZWxsMS9uY28vb3BzL253 -++ export _ModuleTable013_ -++ _ModuleTable014_=cHJvZC9tb2R1bGVmaWxlcy9tcGlfcHJvZC9pcHMvMTguMC4xL2ltcGkvMTguMC4xIiwiL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzIix9LFsic3lzdGVtQmFzZU1QQVRIIl09Ii91c3J4L2xvY2FsL3Byb2QvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmU6L3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkOi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvZGVmczovZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb3JlX3Byb2QiLH0= -++ export _ModuleTable014_ -++ _ModuleTable_Sz_=14 -++ export _ModuleTable_Sz_ -++ : -s sh -+ eval -+ module list -++ /usrx/local/prod/lmod/lmod/libexec/lmod bash list - -Currently Loaded Modules: - 1) ips/18.0.1.163 8) sp/2.0.3 15) jasper/1.900.29 - 2) impi/18.0.1 9) w3nco/2.0.7 16) libpng/1.2.59 - 3) NetCDF/4.5.0 10) w3emc/2.3.1 17) zlib/1.2.11 - 4) HDF5-serial/1.10.1 11) nemsio/2.2.4 18) post/8.0.1 - 5) lsf/10.1 12) g2/3.1.1 19) esmf/8.0.0 - 6) bacio/2.0.3 13) g2tmpl/1.6.0 20) cmake/3.10.0 - 7) ip/3.0.2 14) crtm/2.2.6 21) fv3 - - - -+ eval 'MODULEPATH="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/dev/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1:/usrx/local/prod/modulefiles/mpi_third/ips/18.0.1/impi/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/mpi_prod/ips/18.0.1/impi/18.0.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles";' export 'MODULEPATH;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImlwcyIsWyJjb25tcGlsZXIiXT0iSERGNS1zZXJpYWwiLFsibXBpIl09ImltcGkiLH0sbVQ9e1siSERGNS1zZXJpYWwiXT17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvSERGNS1zZXJpYWwvMS4xMC4xIixbImZ1bGxOYW1lIl09IkhERjUtc2VyaWFsLzEuMTAuMSIsWyJsb2FkT3JkZXIiXT00LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09IkhERjUtc2VyaWFs";' export '_ModuleTable001_;' '_ModuleTable002_="LzEuMTAuMSIsfSxOZXRDREY9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xL05ldENERi80LjUuMCIsWyJmdWxsTmFtZSJdPSJOZXRDREYvNC41LjAiLFsibG9hZE9yZGVyIl09Myxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJOZXRDREYvNC41LjAiLH0sYmFjaW89e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2JhY2lvLzIuMC4zIixbImZ1bGxOYW1lIl09ImJhY2lvLzIuMC4zIixbImxvYWRPcmRlciJdPTYscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNl";' export '_ModuleTable002_;' '_ModuleTable003_="ck5hbWUiXT0iYmFjaW8vMi4wLjMiLH0sY21ha2U9e1siZm4iXT0iL3VzcngvbG9jYWwvZGV2L21vZHVsZWZpbGVzL2NtYWtlLzMuMTAuMCIsWyJmdWxsTmFtZSJdPSJjbWFrZS8zLjEwLjAiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY21ha2UvMy4xMC4wIix9LGNydG09e1siZm4iXT0iL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfcHJvZC9pcHMvMTguMC4xL2NydG0vMi4yLjYiLFsiZnVsbE5hbWUiXT0iY3J0bS8yLjIuNiIsWyJsb2FkT3JkZXIiXT0xNCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1";' export '_ModuleTable003_;' '_ModuleTable004_="c2VyTmFtZSJdPSJjcnRtLzIuMi42Iix9LGVzbWY9e1siZm4iXT0iL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcjE4L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL3djb3NzX2RlbGxfcDMvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT0yMSxw";' export '_ModuleTable004_;' '_ModuleTable005_="cm9wVD17fSxbInN0YWNrRGVwdGgiXT0wLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZzI9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2cyLzMuMS4xIixbImZ1bGxOYW1lIl09ImcyLzMuMS4xIixbImxvYWRPcmRlciJdPTEyLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcyLzMuMS4xIix9LGcydG1wbD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzJ0bXBsLzEuNi4wIixbImZ1bGxOYW1lIl09ImcydG1wbC8xLjYuMCIsWyJsb2FkT3JkZXIiXT0xMyxwcm9wVD17fSxbInN0YWNr";' export '_ModuleTable005_;' '_ModuleTable006_="RGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMnRtcGwvMS42LjAiLH0saW1waT17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX21waS9pcHMvMTguMC4xL2ltcGkvMTguMC4xLmx1YSIsWyJmdWxsTmFtZSJdPSJpbXBpLzE4LjAuMSIsWyJsb2FkT3JkZXIiXT0yLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImltcGkvMTguMC4xIix9LGlwPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9pcC8zLjAuMiIsWyJmdWxsTmFtZSJdPSJpcC8zLjAuMiIsWyJsb2FkT3JkZXIiXT03LHByb3BUPXt9LFsic3Rh";' export '_ModuleTable006_;' '_ModuleTable007_="Y2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImlwLzMuMC4yIix9LGlwcz17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQvaXBzLzE4LjAuMS4xNjMiLFsiZnVsbE5hbWUiXT0iaXBzLzE4LjAuMS4xNjMiLFsibG9hZE9yZGVyIl09MSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJpcHMvMTguMC4xLjE2MyIsfSxqYXNwZXI9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xL2phc3Blci8xLjkwMC4yOSIsWyJmdWxsTmFtZSJdPSJqYXNwZXIvMS45MDAuMjkiLFsibG9hZE9yZGVyIl09";' export '_ModuleTable007_;' '_ModuleTable008_="MTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iamFzcGVyLzEuOTAwLjI5Iix9LGxpYnBuZz17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvbGlicG5nLzEuMi41OSIsWyJmdWxsTmFtZSJdPSJsaWJwbmcvMS4yLjU5IixbImxvYWRPcmRlciJdPTE2LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImxpYnBuZy8xLjIuNTkiLH0sbHNmPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZC9sc2YvMTAuMSIsWyJmdWxsTmFtZSJdPSJsc2YvMTAuMSIsWyJsb2Fk";' export '_ModuleTable008_;' '_ModuleTable009_="T3JkZXIiXT01LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImxzZi8xMC4xIix9LG5lbXNpbz17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvbmVtc2lvLzIuMi40IixbImZ1bGxOYW1lIl09Im5lbXNpby8yLjIuNCIsWyJsb2FkT3JkZXIiXT0xMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZW1zaW8vMi4yLjQiLH0scG9zdD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvcG9zdC84LjAuMSIsWyJmdWxsTmFtZSJdPSJwb3N0LzguMC4xIixbImxvYWRP";' export '_ModuleTable009_;' '_ModuleTable010_="cmRlciJdPTE4LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InBvc3QvOC4wLjEiLH0sc3A9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL3NwLzIuMC4zIixbImZ1bGxOYW1lIl09InNwLzIuMC4zIixbImxvYWRPcmRlciJdPTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ic3AvMi4wLjMiLH0sdzNlbWM9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL3czZW1jLzIuMy4xIixbImZ1bGxOYW1lIl09InczZW1jLzIuMy4xIixbImxvYWRPcmRlciJdPTEwLHBy";' export '_ModuleTable010_;' '_ModuleTable011_="b3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczZW1jLzIuMy4xIix9LHczbmNvPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy93M25jby8yLjAuNyIsWyJmdWxsTmFtZSJdPSJ3M25jby8yLjAuNyIsWyJsb2FkT3JkZXIiXT05LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHpsaWI9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xL3psaWIvMS4yLjExIixbImZ1bGxOYW1lIl09InpsaWIvMS4yLjExIixbImxvYWRPcmRl";' export '_ModuleTable011_;' '_ModuleTable012_="ciJdPTE3LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InpsaWIvMS4yLjExIix9LH0sbXBhdGhBPXsiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMiLCIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9EdXNhbi5Kb3ZpYy91ZnMvcHIxOC91ZnMtd2VhdGhlci1tb2RlbC9tb2R1bGVmaWxlcy93Y29zc19kZWxsX3AzIiwiL3VzcngvbG9jYWwvZGV2L2VtY19yb2NvdG8vbW9kdWxlZmlsZXMiLCIvdXNyeC9sb2NhbC9kZXYvbW9kdWxlZmlsZXMiLCIvdXNyeC9sb2NhbC9wcm9kL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlIiwiL3VzcngvbG9j";' export '_ModuleTable012_;' '_ModuleTable013_="YWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9kZWZzIiwiL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29yZV9wcm9kIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xIiwiL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfcHJvZC9pcHMvMTguMC4xIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl9tcGkvaXBzLzE4LjAuMSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvbXBpX3RoaXJkL2lwcy8xOC4wLjEvaW1waS8xOC4wLjEiLCIvZ3Bmcy9kZWxsMS9uY28vb3BzL253";' export '_ModuleTable013_;' '_ModuleTable014_="cHJvZC9tb2R1bGVmaWxlcy9tcGlfcHJvZC9pcHMvMTguMC4xL2ltcGkvMTguMC4xIiwiL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzIix9LFsic3lzdGVtQmFzZU1QQVRIIl09Ii91c3J4L2xvY2FsL3Byb2QvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmU6L3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkOi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvZGVmczovZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb3JlX3Byb2QiLH0=";' export '_ModuleTable014_;' '_ModuleTable_Sz_="14";' export '_ModuleTable_Sz_;' -++ MODULEPATH=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/dev/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1:/usrx/local/prod/modulefiles/mpi_third/ips/18.0.1/impi/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/mpi_prod/ips/18.0.1/impi/18.0.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles -++ export MODULEPATH -++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImlwcyIsWyJjb25tcGlsZXIiXT0iSERGNS1zZXJpYWwiLFsibXBpIl09ImltcGkiLH0sbVQ9e1siSERGNS1zZXJpYWwiXT17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvSERGNS1zZXJpYWwvMS4xMC4xIixbImZ1bGxOYW1lIl09IkhERjUtc2VyaWFsLzEuMTAuMSIsWyJsb2FkT3JkZXIiXT00LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09IkhERjUtc2VyaWFs -++ export _ModuleTable001_ -++ _ModuleTable002_=LzEuMTAuMSIsfSxOZXRDREY9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xL05ldENERi80LjUuMCIsWyJmdWxsTmFtZSJdPSJOZXRDREYvNC41LjAiLFsibG9hZE9yZGVyIl09Myxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJOZXRDREYvNC41LjAiLH0sYmFjaW89e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2JhY2lvLzIuMC4zIixbImZ1bGxOYW1lIl09ImJhY2lvLzIuMC4zIixbImxvYWRPcmRlciJdPTYscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNl -++ export _ModuleTable002_ -++ _ModuleTable003_=ck5hbWUiXT0iYmFjaW8vMi4wLjMiLH0sY21ha2U9e1siZm4iXT0iL3VzcngvbG9jYWwvZGV2L21vZHVsZWZpbGVzL2NtYWtlLzMuMTAuMCIsWyJmdWxsTmFtZSJdPSJjbWFrZS8zLjEwLjAiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY21ha2UvMy4xMC4wIix9LGNydG09e1siZm4iXT0iL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfcHJvZC9pcHMvMTguMC4xL2NydG0vMi4yLjYiLFsiZnVsbE5hbWUiXT0iY3J0bS8yLjIuNiIsWyJsb2FkT3JkZXIiXT0xNCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1 -++ export _ModuleTable003_ -++ _ModuleTable004_=c2VyTmFtZSJdPSJjcnRtLzIuMi42Iix9LGVzbWY9e1siZm4iXT0iL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcjE4L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL3djb3NzX2RlbGxfcDMvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT0yMSxw -++ export _ModuleTable004_ -++ _ModuleTable005_=cm9wVD17fSxbInN0YWNrRGVwdGgiXT0wLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZzI9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2cyLzMuMS4xIixbImZ1bGxOYW1lIl09ImcyLzMuMS4xIixbImxvYWRPcmRlciJdPTEyLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcyLzMuMS4xIix9LGcydG1wbD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzJ0bXBsLzEuNi4wIixbImZ1bGxOYW1lIl09ImcydG1wbC8xLjYuMCIsWyJsb2FkT3JkZXIiXT0xMyxwcm9wVD17fSxbInN0YWNr -++ export _ModuleTable005_ -++ _ModuleTable006_=RGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMnRtcGwvMS42LjAiLH0saW1waT17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX21waS9pcHMvMTguMC4xL2ltcGkvMTguMC4xLmx1YSIsWyJmdWxsTmFtZSJdPSJpbXBpLzE4LjAuMSIsWyJsb2FkT3JkZXIiXT0yLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImltcGkvMTguMC4xIix9LGlwPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9pcC8zLjAuMiIsWyJmdWxsTmFtZSJdPSJpcC8zLjAuMiIsWyJsb2FkT3JkZXIiXT03LHByb3BUPXt9LFsic3Rh -++ export _ModuleTable006_ -++ _ModuleTable007_=Y2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImlwLzMuMC4yIix9LGlwcz17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQvaXBzLzE4LjAuMS4xNjMiLFsiZnVsbE5hbWUiXT0iaXBzLzE4LjAuMS4xNjMiLFsibG9hZE9yZGVyIl09MSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJpcHMvMTguMC4xLjE2MyIsfSxqYXNwZXI9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xL2phc3Blci8xLjkwMC4yOSIsWyJmdWxsTmFtZSJdPSJqYXNwZXIvMS45MDAuMjkiLFsibG9hZE9yZGVyIl09 -++ export _ModuleTable007_ -++ _ModuleTable008_=MTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iamFzcGVyLzEuOTAwLjI5Iix9LGxpYnBuZz17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvbGlicG5nLzEuMi41OSIsWyJmdWxsTmFtZSJdPSJsaWJwbmcvMS4yLjU5IixbImxvYWRPcmRlciJdPTE2LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImxpYnBuZy8xLjIuNTkiLH0sbHNmPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZC9sc2YvMTAuMSIsWyJmdWxsTmFtZSJdPSJsc2YvMTAuMSIsWyJsb2Fk -++ export _ModuleTable008_ -++ _ModuleTable009_=T3JkZXIiXT01LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImxzZi8xMC4xIix9LG5lbXNpbz17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvbmVtc2lvLzIuMi40IixbImZ1bGxOYW1lIl09Im5lbXNpby8yLjIuNCIsWyJsb2FkT3JkZXIiXT0xMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZW1zaW8vMi4yLjQiLH0scG9zdD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvcG9zdC84LjAuMSIsWyJmdWxsTmFtZSJdPSJwb3N0LzguMC4xIixbImxvYWRP -++ export _ModuleTable009_ -++ _ModuleTable010_=cmRlciJdPTE4LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InBvc3QvOC4wLjEiLH0sc3A9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL3NwLzIuMC4zIixbImZ1bGxOYW1lIl09InNwLzIuMC4zIixbImxvYWRPcmRlciJdPTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ic3AvMi4wLjMiLH0sdzNlbWM9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL3czZW1jLzIuMy4xIixbImZ1bGxOYW1lIl09InczZW1jLzIuMy4xIixbImxvYWRPcmRlciJdPTEwLHBy -++ export _ModuleTable010_ -++ _ModuleTable011_=b3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczZW1jLzIuMy4xIix9LHczbmNvPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy93M25jby8yLjAuNyIsWyJmdWxsTmFtZSJdPSJ3M25jby8yLjAuNyIsWyJsb2FkT3JkZXIiXT05LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHpsaWI9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xL3psaWIvMS4yLjExIixbImZ1bGxOYW1lIl09InpsaWIvMS4yLjExIixbImxvYWRPcmRl -++ export _ModuleTable011_ -++ _ModuleTable012_=ciJdPTE3LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InpsaWIvMS4yLjExIix9LH0sbXBhdGhBPXsiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMiLCIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9EdXNhbi5Kb3ZpYy91ZnMvcHIxOC91ZnMtd2VhdGhlci1tb2RlbC9tb2R1bGVmaWxlcy93Y29zc19kZWxsX3AzIiwiL3VzcngvbG9jYWwvZGV2L2VtY19yb2NvdG8vbW9kdWxlZmlsZXMiLCIvdXNyeC9sb2NhbC9kZXYvbW9kdWxlZmlsZXMiLCIvdXNyeC9sb2NhbC9wcm9kL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlIiwiL3VzcngvbG9j -++ export _ModuleTable012_ -++ _ModuleTable013_=YWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9kZWZzIiwiL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29yZV9wcm9kIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xIiwiL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfcHJvZC9pcHMvMTguMC4xIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl9tcGkvaXBzLzE4LjAuMSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvbXBpX3RoaXJkL2lwcy8xOC4wLjEvaW1waS8xOC4wLjEiLCIvZ3Bmcy9kZWxsMS9uY28vb3BzL253 -++ export _ModuleTable013_ -++ _ModuleTable014_=cHJvZC9tb2R1bGVmaWxlcy9tcGlfcHJvZC9pcHMvMTguMC4xL2ltcGkvMTguMC4xIiwiL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzIix9LFsic3lzdGVtQmFzZU1QQVRIIl09Ii91c3J4L2xvY2FsL3Byb2QvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmU6L3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkOi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvZGVmczovZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb3JlX3Byb2QiLH0= -++ export _ModuleTable014_ -++ _ModuleTable_Sz_=14 -++ export _ModuleTable_Sz_ -++ : -s sh -+ eval -+ cd build_fv3_19 -+ cmake /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF --- The C compiler identification is Intel 18.0.1.20171018 --- The CXX compiler identification is Intel 18.0.1.20171018 --- The Fortran compiler identification is Intel 18.0.1.20171018 --- Check for working C compiler: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiicc --- Check for working C compiler: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiicc -- works --- Detecting C compiler ABI info --- Detecting C compiler ABI info - done --- Detecting C compile features --- Detecting C compile features - done --- Check for working CXX compiler: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiicpc --- Check for working CXX compiler: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiicpc -- works --- Detecting CXX compiler ABI info --- Detecting CXX compiler ABI info - done --- Detecting CXX compile features --- Detecting CXX compile features - done --- Check for working Fortran compiler: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort --- Check for working Fortran compiler: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -- works --- Detecting Fortran compiler ABI info --- Detecting Fortran compiler ABI info - done --- Checking whether /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort supports Fortran 90 --- Checking whether /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort supports Fortran 90 -- yes --- Found MPI_C: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiicc (found version "3.1") --- Found MPI_CXX: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiicpc (found version "3.1") --- Found MPI_Fortran: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort (found version "3.1") --- Found MPI: TRUE (found version "3.1") -ESMFMKFILE: /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/lib/esmf.mk - Found ESMF: -ESMF_VERSION_MAJOR: 8 -ESMF_F90COMPILEPATHS: /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include;/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -ESMF_F90ESMFLINKRPATHS: -Wl,-rpath,/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/lib -ESMF_F90ESMFLINKLIBS: -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf --- Found ESMF: /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include;/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include (found version "8.0.0") - -Setting configuration for wcoss_dell_p3 - -C compiler: Intel 18.0.1.20171018 (mpiicc) -CXX compiler: Intel 18.0.1.20171018 (mpiicpc) -Fortran compiler: Intel 18.0.1.20171018 (mpiifort) - -DEBUG is disabled -REPRO is disabled -32BIT is disabled -OPENMP is ENABLED -AVX2 is disabled -INLINE_POST is ENABLED - - -Selected physics package: gfs - --- Detecting OpenMP flags for Intel C compiler: -qopenmp --- Detecting OpenMP flags for Intel C++ compiler: -qopenmp --- Detecting OpenMP flags for Intel Fortran compiler: -qopenmp --- Enable OpenMP support for C/C++/Fortran compiler --- Disable SIONlib support --- Disable Intel MKL support --- Enable netCDF support --- Disable ESMF support --- Disable multi-gases physics --- Detecting OpenMP flags for Intel C compiler: -qopenmp --- Detecting OpenMP flags for Intel C++ compiler: -qopenmp --- Detecting OpenMP flags for Intel Fortran compiler: -qopenmp --- Enable OpenMP support for C/C++/Fortran compiler --- Found LibXml2: /usr/lib64/libxml2.so (found version "2.9.1") --- Found Doxygen: /usr/bin/doxygen (found version "1.8.5") found components: doxygen dot --- Detecting OpenMP flags for Intel C compiler: -qopenmp --- Detecting OpenMP flags for Intel C++ compiler: -qopenmp --- Detecting OpenMP flags for Intel Fortran compiler: -qopenmp --- Enable OpenMP support for C/C++/Fortran compiler -INFOGot CCPP_SCHEMES from environment variable: /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/aer_cloud.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/aerclm_def.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/aerinterp.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/calpreciptype.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cldwat2m_micro.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cldmacro.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/date_def.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/funcphys.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gcycle.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/h2o_def.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/h2ointerp.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/iccn_def.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/iccninterp.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/iounitdef.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/machine.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mersenne_twister.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfpbl.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg_utils.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg2_0.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg3_0.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/multi_gases.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_model.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_parameters.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_radar.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_thompson.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MP_FER_HIRES.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_bl_mynn.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_mynn.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_orowam2017.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/namelist_soilveg.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfpblt.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfpbltq.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfscu.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfscuq.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/noahmp_tables.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/num_parthds.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozne_def.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozinterp.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/physcons.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/physparam.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radcons.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_aerosols.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_astronomy.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_clouds.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_gases.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_surface.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radlw_datatb.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radlw_param.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radsw_datatb.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radsw_param.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/samfaerosols.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfcsub.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sflx.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/set_soilveg.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/surface_perturbation.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_deep.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_sh.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/tridi.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/wv_saturation.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_soil_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rayleigh_damp.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radsw_main.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_ocean.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gwdc.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gscond.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ysuvdif.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_sice.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/samfdeepcnv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/satmedmfvdif.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozphys_2015.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/samfshalcnv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/precpd.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_fer_hires.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diag.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radlw_main.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_debug.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/satmedmfvdifq.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cs_conv.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/shinhongvdif.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/h2ophys.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_nst.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/moninedmf.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diff.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diag_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/m_micro.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gcm_shoc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gwdps.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/shalcnv.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/get_prs_fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozphys.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_stochastics.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/drag_suite.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_cice.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sascnvn.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cnvc90.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_drv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/dcyc2.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/moninshoc.f -INFOGot CAPS from environment variable: /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_19/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_19/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_fast_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_19/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_time_vary_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_19/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_radiation_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_19/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_19/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_stochastics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_19/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_noahmp_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_19/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_noahmp_fast_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_19/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_noahmp_time_vary_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_19/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_noahmp_radiation_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_19/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_noahmp_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_19/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_noahmp_stochastics_cap.F90 -Force 64 bits in CCPP_layer --- Configuring done --- Generating done --- Build files have been written to: /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_19 -+ make -j 4 -Scanning dependencies of target ccpp -Scanning dependencies of target fv3cpl -[ 0%] Building Fortran object FV3/ccpp/framework/src/CMakeFiles/ccpp.dir/ccpp_errors.F90.o -[ 0%] Building Fortran object FV3/ccpp/framework/src/CMakeFiles/ccpp.dir/ccpp_types.F90.o -[ 0%] Building Fortran object FV3/cpl/CMakeFiles/fv3cpl.dir/module_cap_cpl.F90.o -[ 0%] Building Fortran object FV3/cpl/CMakeFiles/fv3cpl.dir/module_cplfields.F90.o -[ 1%] Building Fortran object FV3/ccpp/framework/src/CMakeFiles/ccpp.dir/ccpp.F90.o -[ 1%] Building Fortran object FV3/ccpp/framework/src/CMakeFiles/ccpp.dir/ccpp_api.F90.o -Scanning dependencies of target fms -[ 1%] Building Fortran object CMakeFiles/fms.dir/FMS/platform/platform.F90.o -[ 1%] Linking Fortran static library libccpp.a -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 1%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_parameter.F90.o -[ 1%] Built target ccpp -[ 1%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_core.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 2%] Linking Fortran static library libfv3cpl.a -Scanning dependencies of target ccppphys -[ 2%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/machine.F.o -[ 2%] Built target fv3cpl -[ 2%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mersenne_twister.f.o -[ 2%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFDL_parse_tracers.F90.o -[ 2%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_mp_radar.F90.o -[ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/cloud_interpolator.F90.o -[ 3%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_input.F90.o -[ 3%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_io.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 3%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/iounitdef.f.o -[ 3%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/namelist_soilveg.f.o -[ 4%] Building Fortran object CMakeFiles/fms.dir/FMS/random_numbers/MersenneTwister.F90.o -[ 4%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/namelist_soilveg_ruc.F90.o -[ 4%] Building Fortran object CMakeFiles/fms.dir/FMS/sat_vapor_pres/sat_vapor_pres_k.F90.o -[ 4%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_noahmp_glacier.f90.o -[ 4%] Building Fortran object CMakeFiles/fms.dir/FMS/constants/constants.F90.o -[ 4%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_noahmplsm.f90.o -[ 4%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/noahmp_tables.f90.o -[ 4%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_data.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 4%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_soil_pre.F90.o -[ 5%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp.F90.o -[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/physcons.F90.o -[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/aerclm_def.F.o -[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/physparam.f.o -[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/h2o_def.f.o -[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/iccn_def.F.o -[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/micro_mg_utils.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozne_def.f.o -[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/surface_perturbation.F90.o -[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_deep.F90.o -[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_gfdl_cloud_microphys.F90.o -[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gfs_phy_tracer_config.F.o -[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radcons.f90.o -[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/set_soilveg.f.o -[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MP_FER_HIRES.F90.o -[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_BL_MYJPBL.F90.o -[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/date_def.f.o -[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_mp_thompson.F90.o -[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gwdps.f.o -[ 7%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_efp.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 7%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_memutils.F90.o -[ 8%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_SF_JSFC.F90.o -[ 9%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_pset.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 9%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_type.F90.o -[ 9%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/gradient.F90.o -[ 10%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_ruclsm.F90.o -[ 10%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_domains.F90.o -[ 10%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/set_soilveg_ruc.F90.o -[ 10%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/__/__/gfsphysics/CCPP_layer/CCPP_typedefs.F90.o -[ 11%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_post.F90.o -[ 11%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cnvc90.f.o -[ 11%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_DCNV_generic.F90.o -[ 11%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_GWD_generic.F90.o -[ 11%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_MP_generic.F90.o -[ 11%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_PBL_generic.F90.o -[ 11%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_SCNV_generic.F90.o -[ 11%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_composites.F90.o -[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_loop_control.F90.o -[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/maximum_hourly_diagnostics.F90.o -[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozphys.f.o -[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rayleigh_damp.f.o -[ 13%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_diag_post.F90.o -[ 13%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_diff.f.o -[ 13%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_stochastics.F90.o -[ 13%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/funcphys.f90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 13%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radlw_param.f.o -[ 13%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radsw_param.f.o -[ 14%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_nst_parameters.f90.o -[ 14%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_bl_mynn.F90.o -[ 14%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_initialize.F90.o -[ 14%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_astronomy.f.o -[ 14%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_surface.f.o -[ 14%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/samfaerosols.F.o -[ 15%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/aerinterp.F90.o -[ 15%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/h2ointerp.f90.o -[ 16%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/iccninterp.F90.o -[ 16%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozinterp.f90.o -[ 17%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_mp_thompson_make_number_concentrations.F90.o -[ 17%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/aer_cloud.F.o -[ 18%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_sh.F90.o -[ 18%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gfdl_fv_sat_adj.F90.o -[ 18%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/get_prs_fv3.F90.o -[ 19%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gfdl_cloud_microphys.F90.o -[ 19%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_generic.F90.o -[ 19%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/wv_saturation.F.o -[ 20%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/__/__/gfsphysics/GFS_layer/GFS_typedefs.F90.o -[ 20%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_nst_water_prop.f90.o -[ 21%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_module.F90.o -[ 22%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_bfmicrophysics.f.o -[ 23%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radsw_datatb.f.o -[ 23%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_aerosols.f.o -[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_gases.f.o -[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radlw_datatb.f.o -[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_mynn.F90.o -[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_gfdlmp_fast_physics_cap.F90.o -[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/moninedmf.f.o -[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_drv.f.o -[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/samfdeepcnv.f.o -[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/samfshalcnv.f.o -[ 25%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_diag.f.o -[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_sice.f.o -[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_time_vary_pre.fv3.F90.o -[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_gfdlmp_noahmp_fast_physics_cap.F90.o -[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_noahmp_drv.f.o -[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_clouds.f.o -[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radlw_main.f.o -[ 27%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radsw_main.f.o -[ 27%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_nst_model.f90.o -[ 27%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cldmacro.F.o -[ 27%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cldwat2m_micro.F.o -[ 27%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/micro_mg2_0.F90.o -[ 27%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/micro_mg3_0.F90.o -[ 27%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp.F90.o -[ 27%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_nst.f.o -[ 27%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_setup.F90.o -[ 28%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_comm.F90.o -[ 28%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_io.F90.o -Compiling in MPI mode (with or without MPP) -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 28%] Building Fortran object CMakeFiles/fms.dir/FMS/memutils/memutils.F90.o -[ 28%] Building Fortran object CMakeFiles/fms.dir/FMS/fms/fms_io.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/dcyc2.f.o -[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_post.F90.o -[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_suite_interstitial.F90.o -[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_pre.F90.o -[ 30%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rrtmg_lw_post.F90.o -[ 30%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rrtmg_lw_pre.F90.o -[ 30%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rrtmg_sw_post.F90.o -[ 31%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rrtmg_sw_pre.F90.o -[ 31%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_gfdlmp_stochastics_cap.F90.o -[ 31%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_phys_time_vary.fv3.F90.o -[ 32%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_rad_time_vary.fv3.F90.o -[ 32%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_gfdlmp_noahmp_stochastics_cap.F90.o -[ 32%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_gfdlmp_physics_cap.F90.o -[ 32%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_gfdlmp_noahmp_physics_cap.F90.o -[ 32%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_gfdlmp_radiation_cap.F90.o -[ 33%] Building Fortran object CMakeFiles/fms.dir/FMS/fms/fms.F90.o -[ 34%] Building Fortran object CMakeFiles/fms.dir/FMS/time_manager/time_manager.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 34%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bicubic.F90.o -[ 34%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bilinear.F90.o -[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_conserve.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_spherical.F90.o -[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/axis_utils/axis_utils.F90.o -[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_grid.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/field_manager/field_manager.F90.o -[ 36%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/mosaic.F90.o -[ 37%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_gfdlmp_time_vary_cap.F90.o -[ 37%] Building Fortran object CMakeFiles/fms.dir/FMS/topography/gaussian_topog.F90.o -[ 38%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_gfdlmp_noahmp_radiation_cap.F90.o -[ 38%] Building Fortran object CMakeFiles/fms.dir/FMS/time_manager/get_cal_time.F90.o -[ 38%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp.F90.o -[ 38%] Building Fortran object CMakeFiles/fms.dir/FMS/time_interp/time_interp.F90.o -[ 39%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_data.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 39%] Building Fortran object CMakeFiles/fms.dir/FMS/field_manager/fm_util.F90.o -[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_types.F90.o -[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/time_interp/time_interp_external.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_axis.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 40%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_gfdlmp_noahmp_time_vary_cap.F90.o -[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_manifest.F90.o -[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/xbt_drop_rate_adjust.f90.o -[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/write_ocean_data.F90.o -[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_output.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_util.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/data_override/data_override.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_table.F90.o -[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_manager.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 42%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/coupler_types.F90.o -[ 42%] Building Fortran object CMakeFiles/fms.dir/FMS/exchange/stock_constants.F90.o -[ 42%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_gfdlmp_cap.F90.o -[ 43%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_gfdlmp_noahmp_cap.F90.o -[ 43%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_debug.F90.o -[ 44%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_suite_init_finalize_test.F90.o -[ 44%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cs_conv.F90.o -[ 44%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cs_conv_aw_adj.F90.o -[ 44%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver.F90.o -[ 44%] Building Fortran object CMakeFiles/fms.dir/FMS/amip_interp/amip_interp.F90.o -[ 44%] Building Fortran object CMakeFiles/fms.dir/FMS/astronomy/astronomy.F90.o -[ 45%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver_post.F90.o -[ 46%] Building Fortran object CMakeFiles/fms.dir/FMS/block_control/block_control.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 46%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver_pre.F90.o -[ 46%] Building Fortran object CMakeFiles/fms.dir/FMS/column_diagnostics/column_diagnostics.F90.o -[ 46%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke.F90.o -[ 46%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/atmos_ocean_fluxes.F90.o -[ 46%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/ensemble_manager.F90.o -[ 46%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke_post.F90.o -[ 46%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters.F90.o -Compiling in MPI mode (with or without MPP) -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 46%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke_pre.F90.o -[ 46%] Building Fortran object CMakeFiles/fms.dir/FMS/exchange/xgrid.F90.o -[ 46%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft.F90.o -[ 46%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/drag_suite.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 47%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft99.F90.o -[ 47%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gcm_shoc.F90.o -[ 47%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gscond.f.o -[ 48%] Building Fortran object CMakeFiles/fms.dir/FMS/interpolator/interpolator.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 48%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/grid.F90.o -[ 48%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gwdc.f.o -[ 48%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/h2ophys.f.o -[ 48%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_utilities.F90.o -[ 48%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/lsm_ruc_sfc_sice_interstitial.F90.o -[ 48%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core.F90.o -[ 48%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/m_micro.F90.o -[ 48%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/m_micro_interstitial.F90.o -[ 48%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core_ecda.F90.o -[ 48%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYJPBL_wrapper.F90.o -[ 48%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYJSFC_wrapper.F90.o -[ 48%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNPBL_wrapper.F90.o -[ 48%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNSFC_wrapper.F90.o -[ 48%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNrad_post.F90.o -[ 48%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNrad_pre.F90.o -[ 49%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/moninshoc.f.o -[ 50%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_fer_hires.F90.o -[ 50%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_thompson.F90.o -[ 51%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_thompson_post.F90.o -[ 51%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_thompson_pre.F90.o -[ 51%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/multi_gases.F90.o -[ 51%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozphys_2015.f.o -[ 51%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/precpd.f.o -[ 52%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sascnvn.F.o -[ 52%] Building Fortran object CMakeFiles/fms.dir/FMS/random_numbers/random_numbers.F90.o -[ 52%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/satmedmfvdif.F.o -[ 53%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/satmedmfvdifq.F.o -[ 53%] Building Fortran object CMakeFiles/fms.dir/FMS/sat_vapor_pres/sat_vapor_pres.F90.o -[ 54%] Building Fortran object CMakeFiles/fms.dir/FMS/station_data/station_data.F90.o -[ 54%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_cice.f.o -[ 54%] Building Fortran object CMakeFiles/fms.dir/FMS/topography/topography.F90.o -[ 55%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_drv_ruc.F90.o -[ 55%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_ocean.F.o -[ 55%] Building Fortran object CMakeFiles/fms.dir/FMS/tracer_manager/tracer_manager.F90.o -[ 55%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfcsub.F.o -[ 56%] Building Fortran object CMakeFiles/fms.dir/FMS/tridiagonal/tridiagonal.F90.o -[ 57%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/shalcnv.F.o -[ 57%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/quicksort.F90.o -[ 57%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/shinhongvdif.F90.o -[ 57%] Building C object CMakeFiles/fms.dir/FMS/memutils/memuse.c.o -[ 57%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ugwp_driver_v0.F.o -[ 57%] Building C object CMakeFiles/fms.dir/FMS/mosaic/create_xgrid.c.o -[ 57%] Building C object CMakeFiles/fms.dir/FMS/mosaic/gradient_c2l.c.o -[ 58%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ysuvdif.F90.o -[ 58%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/calpreciptype.f90.o -[ 59%] Building C object CMakeFiles/fms.dir/FMS/mosaic/interp.c.o -[ 59%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gcycle.F90.o -[ 59%] Building C object CMakeFiles/fms.dir/FMS/mosaic/mosaic_util.c.o -[ 60%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gocart_tracer_config_stub.f.o -[ 60%] Building C object CMakeFiles/fms.dir/FMS/mosaic/read_mosaic.c.o -[ 61%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfpbl.f.o -[ 61%] Building C object CMakeFiles/fms.dir/FMS/affinity/affinity.c.o -[ 61%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_triggers.F90.o -[ 62%] Building C object CMakeFiles/fms.dir/FMS/mpp/nsclock.c.o -[ 63%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_solvers.F90.o -[ 63%] Building C object CMakeFiles/fms.dir/FMS/mpp/threadloc.c.o -[ 63%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_utils.F90.o -[ 63%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_orowam2017.f.o -[ 63%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_vert_lsatdis.F90.o -[ 64%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_vert_orodis.F90.o -[ 64%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_vert_wmsdis.F90.o -[ 64%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfpblt.f.o -[ 65%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfpbltq.f.o -[ 65%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfscu.f.o -[ 65%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfscuq.f.o -[ 66%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/num_parthds.F.o -[ 67%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sflx.f.o -[ 67%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/tridi.f.o -[ 67%] Linking Fortran static library libccppphys.a -[ 67%] Built target ccppphys -Scanning dependencies of target gfsphysics -[ 67%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mersenne_twister.f.o -[ 68%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/namelist_soilveg.f.o -[ 68%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/machine.F.o -[ 68%] Linking Fortran static library FMS/libfms.a -[ 68%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/physparam.f.o -[ 68%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/GFDL_parse_tracers.F90.o -[ 68%] Built target fms -[ 68%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/CCPP_layer/CCPP_typedefs.F90.o -[ 68%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/physcons.F90.o -[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radlw_param.f.o -[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radsw_param.f.o -[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_typedefs.F90.o -[ 70%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_diagnostics.F90.o -[ 71%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_driver.F90.o -[ 71%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/CCPP_layer/CCPP_data.F90.o -[ 71%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_restart.F90.o -[ 71%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_abstraction_layer.F90.o -[ 71%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/__/ccpp/physics/ccpp_static_api.F90.o -[ 71%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/noahmp_tables.f90.o -[ 71%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/set_soilveg.f.o -[ 71%] Linking Fortran static library libgfsphysics.a -[ 71%] Built target gfsphysics -Scanning dependencies of target ccppdriver -Scanning dependencies of target ipd -[ 71%] Building Fortran object FV3/ccpp/driver/CMakeFiles/ccppdriver.dir/CCPP_driver.F90.o -[ 71%] Building Fortran object FV3/ipd/CMakeFiles/ipd.dir/IPD_typedefs.F90.o -[ 71%] Building Fortran object FV3/ipd/CMakeFiles/ipd.dir/IPD_driver.F90.o -[ 72%] Linking Fortran static library libccppdriver.a -[ 72%] Built target ccppdriver -[ 73%] Linking Fortran static library libipd.a -[ 73%] Built target ipd -Scanning dependencies of target io -[ 73%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_internal_state.F90.o -[ 74%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_fv3_io_def.F90.o -Scanning dependencies of target fv3core -[ 74%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/external_sst.F90.o -[ 74%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_arrays.F90.o -[ 74%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_fill.F90.o -[ 74%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_nemsio.F90.o -[ 74%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/sim_nc_mod.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 74%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_netcdf.F90.o -[ 74%] Building Fortran object FV3/io/CMakeFiles/io.dir/post_gfs.F90.o -[ 74%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/DYCORE_typedefs.F90.o -[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_mp_mod.F90.o -[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/sorted_index.F90.o -[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_sg.F90.o -[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_timing.F90.o -[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_eta.F90.o -[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/boundary.F90.o -[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_grid_utils.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 77%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_wrt_grid_comp.F90.o -[ 77%] Building Fortran object FV3/io/CMakeFiles/io.dir/FV3GFS_io.F90.o -[ 77%] Building Fortran object FV3/io/CMakeFiles/io.dir/ffsync.F90.o -[ 78%] Building Fortran object FV3/io/CMakeFiles/io.dir/post_nems_routines.F90.o -[ 78%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/a2b_edge.F90.o -[ 78%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_mapz.F90.o -[ 79%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_surf_map.F90.o -[ 79%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/tp_core.F90.o -[ 79%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_grid_tools.F90.o -[ 79%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/init_hydro.F90.o -[ 79%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_treat_da_inc.F90.o -[ 79%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/sw_core.F90.o -[ 79%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_iau_mod.F90.o -[ 79%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_diagnostics.F90.o -[ 79%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_io.F90.o -[ 79%] Linking Fortran static library libio.a -[ 79%] Built target io -[ 80%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/nh_utils.F90.o -[ 80%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/nh_core.F90.o -[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_nudge.F90.o -[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_regional_bc.F90.o -[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/fv_nggps_diag.F90.o -[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/test_cases.F90.o -[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_tracer2d.F90.o -[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_update_phys.F90.o -[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/dyn_core.F90.o -[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/external_ic.F90.o -[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_restart.F90.o -[ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_control.F90.o -[ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_nesting.F90.o -[ 85%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_dynamics.F90.o -[ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/atmosphere.F90.o -[ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/multi_gases.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 86%] Linking Fortran static library libfv3core.a -[ 86%] Built target fv3core -Scanning dependencies of target stochastic_physics -[ 86%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_resol_def.f.o -[ 87%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_gg_def.f.o -[ 87%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/update_ca.f90.o -[ 87%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/spectral_layout.F90.o -[ 87%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_layout_lag.f.o -[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/glats_stochy.f.o -[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_namelist_def.F90.o -[ 89%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/compns_stochy.F90.o -[ 90%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/setlats_lag_stochy.f.o -[ 90%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/epslon_stochy.f.o -[ 90%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/get_lats_node_a_stochy.f.o -[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/get_ls_node_stochy.f.o -[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/gozrineo_stochy.f.o -[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/pln2eo_stochy.f.o -[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/setlats_a_stochy.f.o -[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_internal_state_mod.F90.o -[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/dezouv_stochy.f.o -[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/dozeuv_stochy.f.o -[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/four_to_grid_stochy.F.o -[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_patterngenerator.F90.o -[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/sumfln_stochy.f.o -[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/getcon_lag_stochy.f.o -[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/getcon_spectral.F90.o -[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/initialize_spectral_mod.F90.o -[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_data_mod.F90.o -[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/get_stochy_pattern.F90.o -[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochastic_physics.F90.o -[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/cellular_automata.f90.o -[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/plumes.f90.o -[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/num_parthds_stochy.f.o -[ 94%] Linking Fortran static library libstochastic_physics.a -[ 94%] Built target stochastic_physics -Scanning dependencies of target fv3cap -[ 94%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/module_fv3_config.F90.o -[ 94%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/atmos_model.F90.o -[ 94%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/module_fcst_grid_comp.F90.o -[ 95%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/fv3_cap.F90.o -[ 95%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/time_utils.F90.o -[ 96%] Linking Fortran static library libfv3cap.a -[ 96%] Built target fv3cap -Scanning dependencies of target NEMS.exe -[ 96%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_MEDIATOR_methods.F90.o -[ 96%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_MEDIATOR_SpaceWeather.F90.o -[ 96%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_EARTH_INTERNAL_STATE.F90.o -[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/ENS_Cpl/ENS_CplComp_ESMFMod_STUB.F90.o -[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_UTILS.F90.o -[ 98%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_INTERNAL_STATE.F90.o -[ 98%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_Rusage.F90.o -[100%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_MEDIATOR.F90.o -[100%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_EARTH_GRID_COMP.F90.o -[100%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_GRID_COMP.F90.o -[100%] Building C object CMakeFiles/NEMS.exe.dir/NEMS/src/nems_c_rusage.c.o -[100%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/MAIN_NEMS.F90.o -[100%] Linking Fortran executable NEMS.exe -/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib/libjasper.a(jas_stream.o): In function `jas_stream_tmpfile': -/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/src/jasper-1.900.29/src/libjasper/base/jas_stream.c:520: warning: the use of `tmpnam' is dangerous, better use `mkstemp' -[100%] Built target NEMS.exe -+ mv NEMS.exe ../fv3_19.exe -+ cp /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3 ../modules.fv3_19 -+ cd .. -+ '[' YES = YES ']' -+ rm -rf build_fv3_19 -+ elapsed=678 -+ echo 'Elapsed time 678 seconds. Compiling CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp finished' -Elapsed time 678 seconds. Compiling CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp finished -+ SECONDS=0 -+++ readlink -f /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/compile_cmake.sh -++ dirname /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/compile_cmake.sh -+ readonly MYDIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests -+ MYDIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests -+ readonly ARGC=4 -+ ARGC=4 -+ cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests -+ [[ 4 -eq 0 ]] -+ [[ 4 -lt 2 ]] -+ PATHTR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model -+ MACHINE_ID=wcoss_dell_p3 -+ MAKE_OPT= -+ BUILD_NAME=fv3_1 -+ clean_before=YES -+ clean_after=YES -+ BUILD_DIR=build_fv3_1 -+ [[ wcoss_dell_p3 == cheyenne.* ]] -+ [[ wcoss_dell_p3 == wcoss_dell_p3 ]] -+ MAKE_THREADS=4 -+ MAKE_THREADS=4 -+ hostname -m72a3 -+ cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests -+ echo 'Compiling into fv3_1.exe on wcoss_dell_p3' -Compiling into fv3_1.exe on wcoss_dell_p3 -+ '[' YES = YES ']' -+ rm -rf build_fv3_1 -+ mkdir -p build_fv3_1 -+ CCPP_CMAKE_FLAGS= -+ [[ '' == *\D\E\B\U\G\=\Y* ]] -+ [[ '' == *\R\E\P\R\O\=\Y* ]] -+ [[ '' == *\3\2\B\I\T\=\Y* ]] -+ [[ '' == *\O\P\E\N\M\P\=\N* ]] -+ [[ '' == *\C\C\P\P\=\Y* ]] -+ [[ '' == *\N\A\M\_\p\h\y\s\=\Y* ]] -+ [[ '' == *\W\W\3\=\Y* ]] -++ trim '' -++ local var= -++ var= -++ var= -++ echo -n '' -+ CCPP_CMAKE_FLAGS= -+ source /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc -++ __ms_function_name=setup__test_function__91266 -++ eval 'setup__test_function__91266() { /bin/true ; }' -+++ eval '__text="text" ; if [[ $__text =~ ^(t).* ]] ; then printf "%s" ${.sh.match[1]} ; fi' -+++ cat -++ __ms_ksh_test= -+++ eval 'if ( set | grep setup__test_function__91266 | grep -v name > /dev/null 2>&1 ) ; then echo t ; fi ' -+++ cat -++ __ms_bash_test=t -++ [[ ! -z '' ]] -++ [[ ! -z t ]] -++ __ms_shell=bash -++ [[ -d /lfs3 ]] -++ [[ -d /scratch1 ]] -++ [[ -d /gpfs/hps ]] -++ [[ -e /etc/SuSE-release ]] -++ [[ -d /dcom ]] -++ [[ -L /usrx ]] -+++ readlink /usrx -++ [[ /gpfs/dell1/usrx =~ dell ]] -++ eval module help -++ module purge -+++ /usrx/local/prod/lmod/lmod/libexec/lmod bash purge -++ eval unset 'ADVISOR_2018_DIR;' unset 'BACIO_LIB4;' unset 'BACIO_LIB8;' unset 'BACIO_SRC;' unset 'BACIO_VER;' unset 'BINARY_TYPE_HPC;' unset '__LMOD_REF_COUNT_CLASSPATH;' unset 'CLASSPATH;' unset 'CLCK_ROOT;' unset 'CMAKE_CXX_COMPILER;' unset 'CMAKE_C_COMPILER;' unset 'CMAKE_Fortran_COMPILER;' unset 'CMAKE_Platform;' unset 'COMP;' unset '__LMOD_REF_COUNT_CPATH;' unset 'CPATH;' unset '__LMOD_REF_COUNT_CPLUS_INCLUDE_PATH;' unset 'CPLUS_INCLUDE_PATH;' unset 'CRTM_FIX;' unset 'CRTM_INC;' unset 'CRTM_LIB;' unset 'CRTM_SRC;' unset 'CRTM_VER;' unset 'DAALROOT;' unset 'ECF_HOSTFILE;' unset 'ECF_PORT;' unset 'ECF_ROOT;' unset 'ESMFMKFILE;' unset 'G2TMPL_INC;' unset 'G2TMPL_LIB;' unset 'G2TMPL_SRC;' unset 'G2TMPL_VER;' unset 'G2_INC4;' unset 'G2_INCd;' unset 'G2_LIB4;' unset 'G2_LIBd;' unset 'G2_SRC;' unset 'G2_VER;' unset 'GDBSERVER_MIC;' unset 'GDB_CROSS;' unset 'HDF5;' unset 'HDF5_CFLAGS;' unset 'HDF5_CXXFLAGS;' unset 'HDF5_FFLAGS;' unset 'HDF5_INCLUDE;' unset 'HDF5_LDFLAGS;' unset 'HDF5_LDFLAGS_C;' unset 'HDF5_LDFLAGS_CXX;' unset 'HDF5_LDFLAGS_F;' unset '__LMOD_REF_COUNT_INFOPATH;' unset 'INFOPATH;' unset 'INSPECTOR_2018_DIR;' unset 'INTEL_LICENSE_FILE;' unset 'INTEL_PYTHONHOME;' unset 'IPPROOT;' unset 'IP_INC4;' unset 'IP_INC8;' unset 'IP_INCd;' unset 'IP_LIB4;' unset 'IP_LIB8;' unset 'IP_LIBd;' unset 'IP_SRC;' unset 'IP_VER;' unset 'I_MPI_CC;' unset 'I_MPI_CXX;' unset 'I_MPI_EXTRA_FILESYSTEM;' unset 'I_MPI_EXTRA_FILESYSTEM_LIST;' unset 'I_MPI_F77;' unset 'I_MPI_F90;' unset 'I_MPI_FC;' unset 'I_MPI_HYDRA_BOOTSTRAP;' unset 'I_MPI_HYDRA_IFACE;' unset 'I_MPI_LSF_USE_COLLECTIVE_LAUNCH;' unset 'I_MPI_ROOT;' unset 'JASPER_INC;' unset 'JASPER_LIB;' unset 'JASPER_LIBDIR;' unset 'JASPER_SRC;' unset 'JASPER_VER;' unset 'KMP_AFFINITY;' unset '__LMOD_REF_COUNT_LD_LIBRARY_PATH;' unset 'LD_LIBRARY_PATH;' unset '__LMOD_REF_COUNT_LIBRARY_PATH;' unset 'LIBRARY_PATH;' unset 'LIB_NAME;' unset 'LMOD_FAMILY_COMPILER;' unset 'LMOD_FAMILY_COMPILER_VERSION;' unset 'LMOD_FAMILY_CONMPILER;' unset 'LMOD_FAMILY_CONMPILER_VERSION;' unset 'LMOD_FAMILY_MPI;' unset 'LMOD_FAMILY_MPI_VERSION;' unset '__LMOD_REF_COUNT_LOADEDMODULES;' unset 'LOADEDMODULES;' unset 'LSF_BINDIR;' unset 'LSF_ENVDIR;' unset 'LSF_LIBDIR;' unset 'LSF_SERVERDIR;' '__LMOD_REF_COUNT_MANPATH="/usrx/local/prod/lmod/lmod/share/man:1";' export '__LMOD_REF_COUNT_MANPATH;' 'MANPATH="/usrx/local/prod/lmod/lmod/share/man::";' export 'MANPATH;' unset 'MKLROOT;' 'MODULEPATH="/usrx/local/dev/emc_rocoto/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod";' export 'MODULEPATH;' unset 'MPM_LAUNCHER;' unset 'NEMSIO_INC;' unset 'NEMSIO_LIB;' unset 'NEMSIO_SRC;' unset 'NEMSIO_VER;' unset 'NETCDF;' unset 'NETCDF_CFLAGS;' unset 'NETCDF_CXX4FLAGS;' unset 'NETCDF_CXXFLAGS;' unset 'NETCDF_FFLAGS;' unset 'NETCDF_INC;' unset 'NETCDF_INCLUDE;' unset 'NETCDF_LDFLAGS;' unset 'NETCDF_LDFLAGS_C;' unset 'NETCDF_LDFLAGS_CXX;' unset 'NETCDF_LDFLAGS_CXX4;' unset 'NETCDF_LDFLAGS_F;' unset 'NETCDF_LIB;' unset 'NETCDF_ROOT;' unset '__LMOD_REF_COUNT_NLSPATH;' unset 'NLSPATH;' '__LMOD_REF_COUNT_PATH="/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/usr/lpp/mmfs/bin:1;/opt/ibutils/bin:1;/opt/dell/srvadmin/bin:1;/u/Dusan.Jovic/bin:2;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/dbrowse:1;/u/Dusan.Jovic/.local/bin:1";' export '__LMOD_REF_COUNT_PATH;' 'PATH="/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/usr/lpp/mmfs/bin:/opt/ibutils/bin:/opt/dell/srvadmin/bin:/u/Dusan.Jovic/bin:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/dbrowse:/u/Dusan.Jovic/.local/bin";' export 'PATH;' unset 'PKG_CONFIG_PATH;' unset 'PNG_INC;' unset 'PNG_LIB;' unset 'PNG_LIB12;' unset 'PNG_LIBDIR;' unset 'PNG_LIBso;' unset 'PNG_SRC;' unset 'PNG_VER;' unset 'POST_INC;' unset 'POST_LIB;' unset 'POST_SRC;' unset 'POST_VER;' unset 'PSTLROOT;' unset 'PYTHONPATH;' unset '__LMOD_REF_COUNT_QT_PLUGIN_PATH;' unset 'QT_PLUGIN_PATH;' unset 'SP_LIB4;' unset 'SP_LIB8;' unset 'SP_LIBd;' unset 'SP_SRC;' unset 'SP_VER;' unset 'TBBROOT;' unset 'VT_ADD_LIBS;' unset 'VT_ARCH;' unset 'VT_LIB_DIR;' unset 'VT_MPI;' unset 'VT_ROOT;' unset 'VT_SLIB_DIR;' unset 'W3EMC_INC4;' unset 'W3EMC_INC8;' unset 'W3EMC_INCd;' unset 'W3EMC_LIB4;' unset 'W3EMC_LIB8;' unset 'W3EMC_LIBd;' unset 'W3EMC_SRC;' unset 'W3EMC_VER;' unset 'W3NCO_INC4;' unset 'W3NCO_INC8;' unset 'W3NCO_INCd;' unset 'W3NCO_LIB4;' unset 'W3NCO_LIB8;' unset 'W3NCO_LIBd;' unset 'W3NCO_SRC;' unset 'W3NCO_VER;' unset 'XLSF_UIDDIR;' unset 'Z_INC;' unset 'Z_LIB;' unset 'Z_SRC;' unset 'Z_VER;' unset '__LMOD_REF_COUNT__LMFILES_;' unset '_LMFILES_;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii91c3J4L2xvY2FsL2Rldi9lbWNfcm9jb3RvL21vZHVsZWZpbGVzIiwiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvRHVzYW4uSm92aWMvdWZzL3ByMTgvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvd2Nvc3NfZGVsbF9wMyIsIi91c3J4L2xvY2FsL2Rldi9tb2R1bGVmaWxlcyIsIi91c3J4L2xvY2FsL3Byb2QvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQiLCIvdXNyeC9sb2NhbC9w";' export '_ModuleTable001_;' '_ModuleTable002_="cm9kL21vZHVsZWZpbGVzL2RlZnMiLCIvZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb3JlX3Byb2QiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQ6L3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9kZWZzOi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsfQ==";' export '_ModuleTable002_;' '_ModuleTable_Sz_="2";' export '_ModuleTable_Sz_;' unset '_ModuleTable004_;' unset '_ModuleTable005_;' unset '_ModuleTable006_;' unset '_ModuleTable007_;' unset '_ModuleTable008_;' unset '_ModuleTable009_;' unset '_ModuleTable010_;' unset '_ModuleTable011_;' unset '_ModuleTable012_;' unset '_ModuleTable013_;' unset '_ModuleTable014_;' unset '_ModuleTable015_;' unset '_ModuleTable016_;' -+++ unset ADVISOR_2018_DIR -+++ unset BACIO_LIB4 -+++ unset BACIO_LIB8 -+++ unset BACIO_SRC -+++ unset BACIO_VER -+++ unset BINARY_TYPE_HPC -+++ unset __LMOD_REF_COUNT_CLASSPATH -+++ unset CLASSPATH -+++ unset CLCK_ROOT -+++ unset CMAKE_CXX_COMPILER -+++ unset CMAKE_C_COMPILER -+++ unset CMAKE_Fortran_COMPILER -+++ unset CMAKE_Platform -+++ unset COMP -+++ unset __LMOD_REF_COUNT_CPATH -+++ unset CPATH -+++ unset __LMOD_REF_COUNT_CPLUS_INCLUDE_PATH -+++ unset CPLUS_INCLUDE_PATH -+++ unset CRTM_FIX -+++ unset CRTM_INC -+++ unset CRTM_LIB -+++ unset CRTM_SRC -+++ unset CRTM_VER -+++ unset DAALROOT -+++ unset ECF_HOSTFILE -+++ unset ECF_PORT -+++ unset ECF_ROOT -+++ unset ESMFMKFILE -+++ unset G2TMPL_INC -+++ unset G2TMPL_LIB -+++ unset G2TMPL_SRC -+++ unset G2TMPL_VER -+++ unset G2_INC4 -+++ unset G2_INCd -+++ unset G2_LIB4 -+++ unset G2_LIBd -+++ unset G2_SRC -+++ unset G2_VER -+++ unset GDBSERVER_MIC -+++ unset GDB_CROSS -+++ unset HDF5 -+++ unset HDF5_CFLAGS -+++ unset HDF5_CXXFLAGS -+++ unset HDF5_FFLAGS -+++ unset HDF5_INCLUDE -+++ unset HDF5_LDFLAGS -+++ unset HDF5_LDFLAGS_C -+++ unset HDF5_LDFLAGS_CXX -+++ unset HDF5_LDFLAGS_F -+++ unset __LMOD_REF_COUNT_INFOPATH -+++ unset INFOPATH -+++ unset INSPECTOR_2018_DIR -+++ unset INTEL_LICENSE_FILE -+++ unset INTEL_PYTHONHOME -+++ unset IPPROOT -+++ unset IP_INC4 -+++ unset IP_INC8 -+++ unset IP_INCd -+++ unset IP_LIB4 -+++ unset IP_LIB8 -+++ unset IP_LIBd -+++ unset IP_SRC -+++ unset IP_VER -+++ unset I_MPI_CC -+++ unset I_MPI_CXX -+++ unset I_MPI_EXTRA_FILESYSTEM -+++ unset I_MPI_EXTRA_FILESYSTEM_LIST -+++ unset I_MPI_F77 -+++ unset I_MPI_F90 -+++ unset I_MPI_FC -+++ unset I_MPI_HYDRA_BOOTSTRAP -+++ unset I_MPI_HYDRA_IFACE -+++ unset I_MPI_LSF_USE_COLLECTIVE_LAUNCH -+++ unset I_MPI_ROOT -+++ unset JASPER_INC -+++ unset JASPER_LIB -+++ unset JASPER_LIBDIR -+++ unset JASPER_SRC -+++ unset JASPER_VER -+++ unset KMP_AFFINITY -+++ unset __LMOD_REF_COUNT_LD_LIBRARY_PATH -+++ unset LD_LIBRARY_PATH -+++ unset __LMOD_REF_COUNT_LIBRARY_PATH -+++ unset LIBRARY_PATH -+++ unset LIB_NAME -+++ unset LMOD_FAMILY_COMPILER -+++ unset LMOD_FAMILY_COMPILER_VERSION -+++ unset LMOD_FAMILY_CONMPILER -+++ unset LMOD_FAMILY_CONMPILER_VERSION -+++ unset LMOD_FAMILY_MPI -+++ unset LMOD_FAMILY_MPI_VERSION -+++ unset __LMOD_REF_COUNT_LOADEDMODULES -+++ unset LOADEDMODULES -+++ unset LSF_BINDIR -+++ unset LSF_ENVDIR -+++ unset LSF_LIBDIR -+++ unset LSF_SERVERDIR -+++ __LMOD_REF_COUNT_MANPATH=/usrx/local/prod/lmod/lmod/share/man:1 -+++ export __LMOD_REF_COUNT_MANPATH -+++ MANPATH=/usrx/local/prod/lmod/lmod/share/man:: -+++ export MANPATH -+++ unset MKLROOT -+++ MODULEPATH=/usrx/local/dev/emc_rocoto/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod -+++ export MODULEPATH -+++ unset MPM_LAUNCHER -+++ unset NEMSIO_INC -+++ unset NEMSIO_LIB -+++ unset NEMSIO_SRC -+++ unset NEMSIO_VER -+++ unset NETCDF -+++ unset NETCDF_CFLAGS -+++ unset NETCDF_CXX4FLAGS -+++ unset NETCDF_CXXFLAGS -+++ unset NETCDF_FFLAGS -+++ unset NETCDF_INC -+++ unset NETCDF_INCLUDE -+++ unset NETCDF_LDFLAGS -+++ unset NETCDF_LDFLAGS_C -+++ unset NETCDF_LDFLAGS_CXX -+++ unset NETCDF_LDFLAGS_CXX4 -+++ unset NETCDF_LDFLAGS_F -+++ unset NETCDF_LIB -+++ unset NETCDF_ROOT -+++ unset __LMOD_REF_COUNT_NLSPATH -+++ unset NLSPATH -+++ __LMOD_REF_COUNT_PATH='/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/usr/lpp/mmfs/bin:1;/opt/ibutils/bin:1;/opt/dell/srvadmin/bin:1;/u/Dusan.Jovic/bin:2;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/dbrowse:1;/u/Dusan.Jovic/.local/bin:1' -+++ export __LMOD_REF_COUNT_PATH -+++ PATH=/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/usr/lpp/mmfs/bin:/opt/ibutils/bin:/opt/dell/srvadmin/bin:/u/Dusan.Jovic/bin:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/dbrowse:/u/Dusan.Jovic/.local/bin -+++ export PATH -+++ unset PKG_CONFIG_PATH -+++ unset PNG_INC -+++ unset PNG_LIB -+++ unset PNG_LIB12 -+++ unset PNG_LIBDIR -+++ unset PNG_LIBso -+++ unset PNG_SRC -+++ unset PNG_VER -+++ unset POST_INC -+++ unset POST_LIB -+++ unset POST_SRC -+++ unset POST_VER -+++ unset PSTLROOT -+++ unset PYTHONPATH -+++ unset __LMOD_REF_COUNT_QT_PLUGIN_PATH -+++ unset QT_PLUGIN_PATH -+++ unset SP_LIB4 -+++ unset SP_LIB8 -+++ unset SP_LIBd -+++ unset SP_SRC -+++ unset SP_VER -+++ unset TBBROOT -+++ unset VT_ADD_LIBS -+++ unset VT_ARCH -+++ unset VT_LIB_DIR -+++ unset VT_MPI -+++ unset VT_ROOT -+++ unset VT_SLIB_DIR -+++ unset W3EMC_INC4 -+++ unset W3EMC_INC8 -+++ unset W3EMC_INCd -+++ unset W3EMC_LIB4 -+++ unset W3EMC_LIB8 -+++ unset W3EMC_LIBd -+++ unset W3EMC_SRC -+++ unset W3EMC_VER -+++ unset W3NCO_INC4 -+++ unset W3NCO_INC8 -+++ unset W3NCO_INCd -+++ unset W3NCO_LIB4 -+++ unset W3NCO_LIB8 -+++ unset W3NCO_LIBd -+++ unset W3NCO_SRC -+++ unset W3NCO_VER -+++ unset XLSF_UIDDIR -+++ unset Z_INC -+++ unset Z_LIB -+++ unset Z_SRC -+++ unset Z_VER -+++ unset __LMOD_REF_COUNT__LMFILES_ -+++ unset _LMFILES_ -+++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii91c3J4L2xvY2FsL2Rldi9lbWNfcm9jb3RvL21vZHVsZWZpbGVzIiwiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvRHVzYW4uSm92aWMvdWZzL3ByMTgvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvd2Nvc3NfZGVsbF9wMyIsIi91c3J4L2xvY2FsL2Rldi9tb2R1bGVmaWxlcyIsIi91c3J4L2xvY2FsL3Byb2QvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQiLCIvdXNyeC9sb2NhbC9w -+++ export _ModuleTable001_ -+++ _ModuleTable002_=cm9kL21vZHVsZWZpbGVzL2RlZnMiLCIvZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb3JlX3Byb2QiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQ6L3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9kZWZzOi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsfQ== -+++ export _ModuleTable002_ -+++ _ModuleTable_Sz_=2 -+++ export _ModuleTable_Sz_ -+++ unset _ModuleTable004_ -+++ unset _ModuleTable005_ -+++ unset _ModuleTable006_ -+++ unset _ModuleTable007_ -+++ unset _ModuleTable008_ -+++ unset _ModuleTable009_ -+++ unset _ModuleTable010_ -+++ unset _ModuleTable011_ -+++ unset _ModuleTable012_ -+++ unset _ModuleTable013_ -+++ unset _ModuleTable014_ -+++ unset _ModuleTable015_ -+++ unset _ModuleTable016_ -+++ : -s sh -++ eval -++ unset __ms_shell -++ unset __ms_ksh_test -++ unset __ms_bash_test -++ unset setup__test_function__91266 -++ unset __ms_function_name -+ [[ wcoss_dell_p3 == macosx.* ]] -+ [[ wcoss_dell_p3 == linux.* ]] -+ module use /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3 -++ /usrx/local/prod/lmod/lmod/libexec/lmod bash use /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3 -+ eval 'MODULEPATH="/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/dev/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod";' export 'MODULEPATH;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcjE4L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL3djb3NzX2RlbGxfcDMiLCIvdXNyeC9sb2NhbC9kZXYvZW1jX3JvY290by9tb2R1bGVmaWxlcyIsIi91c3J4L2xvY2FsL2Rldi9tb2R1bGVmaWxlcyIsIi91c3J4L2xvY2FsL3Byb2QvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQiLCIvdXNyeC9sb2NhbC9w";' export '_ModuleTable001_;' '_ModuleTable002_="cm9kL21vZHVsZWZpbGVzL2RlZnMiLCIvZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb3JlX3Byb2QiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQ6L3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9kZWZzOi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsfQ==";' export '_ModuleTable002_;' '_ModuleTable_Sz_="2";' export '_ModuleTable_Sz_;' -++ MODULEPATH=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/dev/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod -++ export MODULEPATH -++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcjE4L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL3djb3NzX2RlbGxfcDMiLCIvdXNyeC9sb2NhbC9kZXYvZW1jX3JvY290by9tb2R1bGVmaWxlcyIsIi91c3J4L2xvY2FsL2Rldi9tb2R1bGVmaWxlcyIsIi91c3J4L2xvY2FsL3Byb2QvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQiLCIvdXNyeC9sb2NhbC9w -++ export _ModuleTable001_ -++ _ModuleTable002_=cm9kL21vZHVsZWZpbGVzL2RlZnMiLCIvZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb3JlX3Byb2QiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQ6L3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9kZWZzOi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsfQ== -++ export _ModuleTable002_ -++ _ModuleTable_Sz_=2 -++ export _ModuleTable_Sz_ -++ : -s sh -+ eval -+ module load fv3 -++ /usrx/local/prod/lmod/lmod/libexec/lmod bash load fv3 -+ eval 'ADVISOR_2018_DIR="/usrx/local/prod/intel/2018UP01/advisor_2018";' export 'ADVISOR_2018_DIR;' 'BACIO_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libbacio_v2.0.3_4.a";' export 'BACIO_LIB4;' 'BACIO_LIB8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libbacio_v2.0.3_8.a";' export 'BACIO_LIB8;' 'BACIO_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/bacio_v2.0.3";' export 'BACIO_SRC;' 'BACIO_VER="v2.0.3";' export 'BACIO_VER;' 'BINARY_TYPE_HPC="";' export 'BINARY_TYPE_HPC;' '__LMOD_REF_COUNT_CLASSPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64/mpi.jar:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/daal.jar:1";' export '__LMOD_REF_COUNT_CLASSPATH;' 'CLASSPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64/mpi.jar:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/daal.jar";' export 'CLASSPATH;' 'CLCK_ROOT="/usrx/local/prod/intel/2018UP01/clck_latest";' export 'CLCK_ROOT;' 'CMAKE_CXX_COMPILER="mpiicpc";' export 'CMAKE_CXX_COMPILER;' 'CMAKE_C_COMPILER="mpiicc";' export 'CMAKE_C_COMPILER;' 'CMAKE_Fortran_COMPILER="mpiifort";' export 'CMAKE_Fortran_COMPILER;' 'CMAKE_Platform="wcoss_dell_p3";' export 'CMAKE_Platform;' 'COMP="ips";' export 'COMP;' '__LMOD_REF_COUNT_CPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/pstl/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/include:1";' export '__LMOD_REF_COUNT_CPATH;' 'CPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/pstl/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/include";' export 'CPATH;' '__LMOD_REF_COUNT_CPLUS_INCLUDE_PATH="/usrx/local/prod/intel/2018UP01/clck_latest/include:1";' export '__LMOD_REF_COUNT_CPLUS_INCLUDE_PATH;' 'CPLUS_INCLUDE_PATH="/usrx/local/prod/intel/2018UP01/clck_latest/include";' export 'CPLUS_INCLUDE_PATH;' 'CRTM_FIX="/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/fix";' export 'CRTM_FIX;' 'CRTM_INC="/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/ips/18.0.1/include/crtm_v2.2.6";' export 'CRTM_INC;' 'CRTM_LIB="/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/ips/18.0.1/libcrtm_v2.2.6.a";' export 'CRTM_LIB;' 'CRTM_SRC="/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/src";' export 'CRTM_SRC;' 'CRTM_VER="v2.2.6";' export 'CRTM_VER;' 'DAALROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal";' export 'DAALROOT;' 'ESMFMKFILE="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/lib/esmf.mk";' export 'ESMFMKFILE;' 'G2TMPL_INC="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/g2tmpl_v1.6.0";' export 'G2TMPL_INC;' 'G2TMPL_LIB="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2tmpl_v1.6.0.a";' export 'G2TMPL_LIB;' 'G2TMPL_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/g2tmpl_v1.6.0/src";' export 'G2TMPL_SRC;' 'G2TMPL_VER="v1.6.0";' export 'G2TMPL_VER;' 'G2_INC4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/g2_v3.1.1_4";' export 'G2_INC4;' 'G2_INCd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/g2_v3.1.1_d";' export 'G2_INCd;' 'G2_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2_v3.1.1_4.a";' export 'G2_LIB4;' 'G2_LIBd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2_v3.1.1_d.a";' export 'G2_LIBd;' 'G2_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/g2_v3.1.1";' export 'G2_SRC;' 'G2_VER="v3.1.1";' export 'G2_VER;' 'GDBSERVER_MIC="/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/targets/intel64/x200/bin/gdbserver";' export 'GDBSERVER_MIC;' 'GDB_CROSS="/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/bin/gdb-ia";' export 'GDB_CROSS;' 'HDF5="/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1";' export 'HDF5;' 'HDF5_CFLAGS="-I/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/include";' export 'HDF5_CFLAGS;' 'HDF5_CXXFLAGS="-I/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/include";' export 'HDF5_CXXFLAGS;' 'HDF5_FFLAGS="-I/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/include";' export 'HDF5_FFLAGS;' 'HDF5_INCLUDE="-I/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/include";' export 'HDF5_INCLUDE;' 'HDF5_LDFLAGS="-L/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib' -lhdf5_hl -lhdf5hl_fortran -lhdf5 '-lhdf5_fortran";' export 'HDF5_LDFLAGS;' 'HDF5_LDFLAGS_C="-L/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib' -lhdf5_hl '-lhdf5";' export 'HDF5_LDFLAGS_C;' 'HDF5_LDFLAGS_CXX="-L/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib' -lhdf5_hl -hdf5_hl_cpp -lhdf5 '-lhdf5_cpp";' export 'HDF5_LDFLAGS_CXX;' 'HDF5_LDFLAGS_F="-L/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib' -lhdf5_hl -lhdf5hl_fortran -lhdf5 '-lhdf5_fortran";' export 'HDF5_LDFLAGS_F;' '__LMOD_REF_COUNT_INFOPATH="/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/info:1;info_gdb_igfx:1";' export '__LMOD_REF_COUNT_INFOPATH;' 'INFOPATH="/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/info:info_gdb_igfx";' export 'INFOPATH;' 'INSPECTOR_2018_DIR="/usrx/local/prod/intel/2018UP01/inspector_2018";' export 'INSPECTOR_2018_DIR;' 'INTEL_LICENSE_FILE="/usrx/local/prod/intel/licenses";' export 'INTEL_LICENSE_FILE;' 'INTEL_PYTHONHOME="/usrx/local/prod/intel/2018UP01/debugger_2018/python/intel64";' export 'INTEL_PYTHONHOME;' 'IPPROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp";' export 'IPPROOT;' 'IP_INC4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ip_v3.0.2_4";' export 'IP_INC4;' 'IP_INC8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ip_v3.0.2_8";' export 'IP_INC8;' 'IP_INCd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ip_v3.0.2_d";' export 'IP_INCd;' 'IP_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libip_v3.0.2_4.a";' export 'IP_LIB4;' 'IP_LIB8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libip_v3.0.2_8.a";' export 'IP_LIB8;' 'IP_LIBd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libip_v3.0.2_d.a";' export 'IP_LIBd;' 'IP_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/ip_v3.0.2";' export 'IP_SRC;' 'IP_VER="v3.0.2";' export 'IP_VER;' 'I_MPI_CC="icc";' export 'I_MPI_CC;' 'I_MPI_CXX="icpc";' export 'I_MPI_CXX;' 'I_MPI_EXTRA_FILESYSTEM="yes";' export 'I_MPI_EXTRA_FILESYSTEM;' 'I_MPI_EXTRA_FILESYSTEM_LIST="gpfs";' export 'I_MPI_EXTRA_FILESYSTEM_LIST;' 'I_MPI_F77="ifort";' export 'I_MPI_F77;' 'I_MPI_F90="ifort";' export 'I_MPI_F90;' 'I_MPI_FC="ifort";' export 'I_MPI_FC;' 'I_MPI_HYDRA_BOOTSTRAP="lsf";' export 'I_MPI_HYDRA_BOOTSTRAP;' 'I_MPI_HYDRA_IFACE="ib0";' export 'I_MPI_HYDRA_IFACE;' 'I_MPI_LSF_USE_COLLECTIVE_LAUNCH="1";' export 'I_MPI_LSF_USE_COLLECTIVE_LAUNCH;' 'I_MPI_ROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi";' export 'I_MPI_ROOT;' 'JASPER_INC="/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/include";' export 'JASPER_INC;' 'JASPER_LIB="/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib/libjasper.a";' export 'JASPER_LIB;' 'JASPER_LIBDIR="/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib";' export 'JASPER_LIBDIR;' 'JASPER_SRC="/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/src/jasper-1.900.29";' export 'JASPER_SRC;' 'JASPER_VER="1.900.29";' export 'JASPER_VER;' 'KMP_AFFINITY="scatter";' export 'KMP_AFFINITY;' unset 'LAUNCH;' '__LMOD_REF_COUNT_LD_LIBRARY_PATH="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/lib:1;/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib:1;/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib:1;/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib:1;/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:1;/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib:1;/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib:1;/usrx/local/prod/intel/2018UP01/itac_latest/slib:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:1;/usrx/local/prod/intel/2018UP01/debugger_2018/iga/lib:1;/usrx/local/prod/intel/2018UP01/debugger_2018/libipt/intel64/lib:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4:1";' export '__LMOD_REF_COUNT_LD_LIBRARY_PATH;' 'LD_LIBRARY_PATH="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/lib:/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib:/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib:/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib:/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib:/usrx/local/prod/intel/2018UP01/itac_latest/slib:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:/usrx/local/prod/intel/2018UP01/debugger_2018/iga/lib:/usrx/local/prod/intel/2018UP01/debugger_2018/libipt/intel64/lib:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4";' export 'LD_LIBRARY_PATH;' '__LMOD_REF_COUNT_LIBRARY_PATH="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:1;/usrx/local/prod/intel/2018UP01/clck_latest/lib/intel64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4:1";' export '__LMOD_REF_COUNT_LIBRARY_PATH;' 'LIBRARY_PATH="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:/usrx/local/prod/intel/2018UP01/clck_latest/lib/intel64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4";' export 'LIBRARY_PATH;' 'LIB_NAME="POST";' export 'LIB_NAME;' 'LMOD_FAMILY_COMPILER="ips";' export 'LMOD_FAMILY_COMPILER;' 'LMOD_FAMILY_COMPILER_VERSION="18.0.1.163";' export 'LMOD_FAMILY_COMPILER_VERSION;' 'LMOD_FAMILY_CONMPILER="HDF5-serial";' export 'LMOD_FAMILY_CONMPILER;' 'LMOD_FAMILY_CONMPILER_VERSION="1.10.1";' export 'LMOD_FAMILY_CONMPILER_VERSION;' 'LMOD_FAMILY_MPI="impi";' export 'LMOD_FAMILY_MPI;' 'LMOD_FAMILY_MPI_VERSION="18.0.1";' export 'LMOD_FAMILY_MPI_VERSION;' '__LMOD_REF_COUNT_LOADEDMODULES="ips/18.0.1.163:1;impi/18.0.1:1;NetCDF/4.5.0:1;HDF5-serial/1.10.1:1;lsf/10.1:1;bacio/2.0.3:1;ip/3.0.2:1;sp/2.0.3:1;w3nco/2.0.7:1;w3emc/2.3.1:1;nemsio/2.2.4:1;g2/3.1.1:1;g2tmpl/1.6.0:1;crtm/2.2.6:1;jasper/1.900.29:1;libpng/1.2.59:1;zlib/1.2.11:1;post/8.0.1:1;esmf/8.0.0:1;cmake/3.10.0:1;fv3:1";' export '__LMOD_REF_COUNT_LOADEDMODULES;' 'LOADEDMODULES="ips/18.0.1.163:impi/18.0.1:NetCDF/4.5.0:HDF5-serial/1.10.1:lsf/10.1:bacio/2.0.3:ip/3.0.2:sp/2.0.3:w3nco/2.0.7:w3emc/2.3.1:nemsio/2.2.4:g2/3.1.1:g2tmpl/1.6.0:crtm/2.2.6:jasper/1.900.29:libpng/1.2.59:zlib/1.2.11:post/8.0.1:esmf/8.0.0:cmake/3.10.0:fv3";' export 'LOADEDMODULES;' 'LSF_BINDIR="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin";' export 'LSF_BINDIR;' 'LSF_ENVDIR="/gpfs/lsf/conf";' export 'LSF_ENVDIR;' 'LSF_LIBDIR="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib";' export 'LSF_LIBDIR;' 'LSF_SERVERDIR="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc";' export 'LSF_SERVERDIR;' '__LMOD_REF_COUNT_MANPATH="/usrx/local/dev/packages/cmake/3.10.0/share/man:1;/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/share/man:1;/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/share/man:1;/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/man:1;/gpfs/lsf/10.1/man:1;/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/share/man:1;/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/share/man:1;/usrx/local/prod/intel/2018UP01/itac_latest/man:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/man/common:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/man:1;/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/man:1;/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-igfx/man:1;/usrx/local/prod/lmod/lmod/share/man:1;/usrx/local/prod/intel/2018UP01/inspector_2018/man:1;/usrx/local/prod/intel/2018UP01/advisor_2018/man:1";' export '__LMOD_REF_COUNT_MANPATH;' 'MANPATH="/usrx/local/dev/packages/cmake/3.10.0/share/man:/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/share/man:/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/share/man:/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/man:/gpfs/lsf/10.1/man:/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/share/man:/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/share/man:/usrx/local/prod/intel/2018UP01/itac_latest/man:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/man/common:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/man:/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/man:/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-igfx/man:/usrx/local/prod/lmod/lmod/share/man::/usrx/local/prod/intel/2018UP01/inspector_2018/man:/usrx/local/prod/intel/2018UP01/advisor_2018/man";' export 'MANPATH;' 'MKLROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl";' export 'MKLROOT;' 'MODULEPATH="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/dev/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1:/usrx/local/prod/modulefiles/mpi_third/ips/18.0.1/impi/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/mpi_prod/ips/18.0.1/impi/18.0.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles";' export 'MODULEPATH;' 'MPM_LAUNCHER="/usrx/local/prod/intel/2018UP01/debugger_2018/mpm/mic/bin/start_mpm.sh";' export 'MPM_LAUNCHER;' 'NEMSIO_INC="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/nemsio_v2.2.4";' export 'NEMSIO_INC;' 'NEMSIO_LIB="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libnemsio_v2.2.4.a";' export 'NEMSIO_LIB;' 'NEMSIO_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/nemsio_v2.2.4";' export 'NEMSIO_SRC;' 'NEMSIO_VER="v2.2.4";' export 'NEMSIO_VER;' 'NETCDF="/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0";' export 'NETCDF;' 'NETCDF_CFLAGS="-I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include";' export 'NETCDF_CFLAGS;' 'NETCDF_CXX4FLAGS="-I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include";' export 'NETCDF_CXX4FLAGS;' 'NETCDF_CXXFLAGS="-I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include";' export 'NETCDF_CXXFLAGS;' 'NETCDF_FFLAGS="-I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include";' export 'NETCDF_FFLAGS;' 'NETCDF_INC="/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include";' export 'NETCDF_INC;' 'NETCDF_INCLUDE="-I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include";' export 'NETCDF_INCLUDE;' 'NETCDF_LDFLAGS="-L/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib' '-lnetcdff";' export 'NETCDF_LDFLAGS;' 'NETCDF_LDFLAGS_C="-L/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib' '-lnetcdf";' export 'NETCDF_LDFLAGS_C;' 'NETCDF_LDFLAGS_CXX="-L/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib' -lnetcdf '-lnetcdf_c++";' export 'NETCDF_LDFLAGS_CXX;' 'NETCDF_LDFLAGS_CXX4="-L/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib' -lnetcdf '-lnetcdf_c++4";' export 'NETCDF_LDFLAGS_CXX4;' 'NETCDF_LDFLAGS_F="-L/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib' '-lnetcdff";' export 'NETCDF_LDFLAGS_F;' 'NETCDF_LIB="/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib";' export 'NETCDF_LIB;' 'NETCDF_ROOT="/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0";' export 'NETCDF_ROOT;' '__LMOD_REF_COUNT_NLSPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin/locale/%l_%t/%N:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin/locale/%l_%t/%N:1;/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/share/locale/%l_%t/%N:1";' export '__LMOD_REF_COUNT_NLSPATH;' 'NLSPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin/locale/%l_%t/%N:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin/locale/%l_%t/%N::/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/share/locale/%l_%t/%N";' export 'NLSPATH;' '__LMOD_REF_COUNT_PATH="/usrx/local/dev/packages/cmake/3.10.0/bin:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/bin:1;/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/bin:1;/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/bin:1;/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc:1;/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin:1;/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1:1;/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/bin:1;/usrx/local/prod/intel/2018UP01/advisor_2018/bin64:1;/usrx/local/prod/intel/2018UP01/vtune_amplifier_2018/bin64:1;/usrx/local/prod/intel/2018UP01/inspector_2018/bin64:1;/usrx/local/prod/intel/2018UP01/itac_latest/bin:1;/usrx/local/prod/intel/2018UP01/clck_latest/bin/intel64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/bin/intel64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64:1;/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/targets/intel64/x200/bin:1;/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/bin:1;/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/usr/lpp/mmfs/bin:1;/opt/ibutils/bin:1;/opt/dell/srvadmin/bin:1;/u/Dusan.Jovic/bin:2;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/dbrowse:1;/u/Dusan.Jovic/.local/bin:1;/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/include:1";' export '__LMOD_REF_COUNT_PATH;' 'PATH="/usrx/local/dev/packages/cmake/3.10.0/bin:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/bin:/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/bin:/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/bin:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin:/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1:/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/bin:/usrx/local/prod/intel/2018UP01/advisor_2018/bin64:/usrx/local/prod/intel/2018UP01/vtune_amplifier_2018/bin64:/usrx/local/prod/intel/2018UP01/inspector_2018/bin64:/usrx/local/prod/intel/2018UP01/itac_latest/bin:/usrx/local/prod/intel/2018UP01/clck_latest/bin/intel64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/bin/intel64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64:/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/targets/intel64/x200/bin:/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/usr/lpp/mmfs/bin:/opt/ibutils/bin:/opt/dell/srvadmin/bin:/u/Dusan.Jovic/bin:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/dbrowse:/u/Dusan.Jovic/.local/bin:/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/include";' export 'PATH;' 'PKG_CONFIG_PATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/bin/pkgconfig";' export 'PKG_CONFIG_PATH;' 'PNG_INC="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/include";' export 'PNG_INC;' 'PNG_LIB="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng.a";' export 'PNG_LIB;' 'PNG_LIB12="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng12.a";' export 'PNG_LIB12;' 'PNG_LIBDIR="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib";' export 'PNG_LIBDIR;' 'PNG_LIBso="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng.so";' export 'PNG_LIBso;' 'PNG_SRC="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/src/libpng-1.2.59";' export 'PNG_SRC;' 'PNG_VER="1.2.59";' export 'PNG_VER;' 'POST_INC="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ncep_post_v8.0.1_4";' export 'POST_INC;' 'POST_LIB="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libncep_post_v8.0.1_4.a";' export 'POST_LIB;' 'POST_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/post_v8.0.1";' export 'POST_SRC;' 'POST_VER="v8.0.1";' export 'POST_VER;' 'PSTLROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/pstl";' export 'PSTLROOT;' 'PYTHONPATH="/usrx/local/prod/intel/2018UP01/advisor_2018/pythonapi";' export 'PYTHONPATH;' 'SP_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_4.a";' export 'SP_LIB4;' 'SP_LIB8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_8.a";' export 'SP_LIB8;' 'SP_LIBd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_d.a";' export 'SP_LIBd;' 'SP_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/sp_v2.0.3";' export 'SP_SRC;' 'SP_VER="v2.0.3";' export 'SP_VER;' 'TBBROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb";' export 'TBBROOT;' 'VT_ADD_LIBS="-ldwarf' -lelf -lvtunwind -lm '-lpthread";' export 'VT_ADD_LIBS;' 'VT_ARCH="intel64";' export 'VT_ARCH;' 'VT_LIB_DIR="/usrx/local/prod/intel/2018UP01/itac_latest/lib";' export 'VT_LIB_DIR;' 'VT_MPI="impi4";' export 'VT_MPI;' 'VT_ROOT="/usrx/local/prod/intel/2018UP01/itac_latest";' export 'VT_ROOT;' 'VT_SLIB_DIR="/usrx/local/prod/intel/2018UP01/itac_latest/slib";' export 'VT_SLIB_DIR;' 'W3EMC_INC4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3emc_v2.3.1_4";' export 'W3EMC_INC4;' 'W3EMC_INC8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3emc_v2.3.1_8";' export 'W3EMC_INC8;' 'W3EMC_INCd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3emc_v2.3.1_d";' export 'W3EMC_INCd;' 'W3EMC_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_4.a";' export 'W3EMC_LIB4;' 'W3EMC_LIB8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_8.a";' export 'W3EMC_LIB8;' 'W3EMC_LIBd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_d.a";' export 'W3EMC_LIBd;' 'W3EMC_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/w3emc_v2.3.1";' export 'W3EMC_SRC;' 'W3EMC_VER="v2.3.1";' export 'W3EMC_VER;' 'W3NCO_INC4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3nco_v2.0.7_4";' export 'W3NCO_INC4;' 'W3NCO_INC8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3nco_v2.0.7_8";' export 'W3NCO_INC8;' 'W3NCO_INCd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3nco_v2.0.7_d";' export 'W3NCO_INCd;' 'W3NCO_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_4.a";' export 'W3NCO_LIB4;' 'W3NCO_LIB8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_8.a";' export 'W3NCO_LIB8;' 'W3NCO_LIBd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_d.a";' export 'W3NCO_LIBd;' 'W3NCO_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/w3nco_v2.0.7";' export 'W3NCO_SRC;' 'W3NCO_VER="v2.0.7";' export 'W3NCO_VER;' 'XLSF_UIDDIR="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib/uid";' export 'XLSF_UIDDIR;' 'Z_INC="/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/include";' export 'Z_INC;' 'Z_LIB="/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib/libz.a";' export 'Z_LIB;' 'Z_SRC="/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/src";' export 'Z_SRC;' 'Z_VER="1.2.11";' export 'Z_VER;' '__LMOD_REF_COUNT__LMFILES_="/usrx/local/prod/modulefiles/core_third/ips/18.0.1.163:1;/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1/impi/18.0.1.lua:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/NetCDF/4.5.0:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/HDF5-serial/1.10.1:1;/usrx/local/prod/modulefiles/core_third/lsf/10.1:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/bacio/2.0.3:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/ip/3.0.2:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/sp/2.0.3:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3nco/2.0.7:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3emc/2.3.1:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/nemsio/2.2.4:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2/3.1.1:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2tmpl/1.6.0:1;/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/crtm/2.2.6:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/jasper/1.900.29:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/libpng/1.2.59:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/zlib/1.2.11:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/post/8.0.1:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/esmf/8.0.0:1;/usrx/local/dev/modulefiles/cmake/3.10.0:1;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3:1";' export '__LMOD_REF_COUNT__LMFILES_;' '_LMFILES_="/usrx/local/prod/modulefiles/core_third/ips/18.0.1.163:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1/impi/18.0.1.lua:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/NetCDF/4.5.0:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/HDF5-serial/1.10.1:/usrx/local/prod/modulefiles/core_third/lsf/10.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/bacio/2.0.3:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/ip/3.0.2:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/sp/2.0.3:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3nco/2.0.7:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3emc/2.3.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/nemsio/2.2.4:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2/3.1.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2tmpl/1.6.0:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/crtm/2.2.6:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/jasper/1.900.29:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/libpng/1.2.59:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/zlib/1.2.11:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/post/8.0.1:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/esmf/8.0.0:/usrx/local/dev/modulefiles/cmake/3.10.0:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3";' export '_LMFILES_;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImlwcyIsWyJjb25tcGlsZXIiXT0iSERGNS1zZXJpYWwiLFsibXBpIl09ImltcGkiLH0sbVQ9e1siSERGNS1zZXJpYWwiXT17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvSERGNS1zZXJpYWwvMS4xMC4xIixbImZ1bGxOYW1lIl09IkhERjUtc2VyaWFsLzEuMTAuMSIsWyJsb2FkT3JkZXIiXT00LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09IkhERjUtc2VyaWFs";' export '_ModuleTable001_;' '_ModuleTable002_="LzEuMTAuMSIsfSxOZXRDREY9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xL05ldENERi80LjUuMCIsWyJmdWxsTmFtZSJdPSJOZXRDREYvNC41LjAiLFsibG9hZE9yZGVyIl09Myxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJOZXRDREYvNC41LjAiLH0sYmFjaW89e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2JhY2lvLzIuMC4zIixbImZ1bGxOYW1lIl09ImJhY2lvLzIuMC4zIixbImxvYWRPcmRlciJdPTYscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNl";' export '_ModuleTable002_;' '_ModuleTable003_="ck5hbWUiXT0iYmFjaW8vMi4wLjMiLH0sY21ha2U9e1siZm4iXT0iL3VzcngvbG9jYWwvZGV2L21vZHVsZWZpbGVzL2NtYWtlLzMuMTAuMCIsWyJmdWxsTmFtZSJdPSJjbWFrZS8zLjEwLjAiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY21ha2UvMy4xMC4wIix9LGNydG09e1siZm4iXT0iL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfcHJvZC9pcHMvMTguMC4xL2NydG0vMi4yLjYiLFsiZnVsbE5hbWUiXT0iY3J0bS8yLjIuNiIsWyJsb2FkT3JkZXIiXT0xNCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1";' export '_ModuleTable003_;' '_ModuleTable004_="c2VyTmFtZSJdPSJjcnRtLzIuMi42Iix9LGVzbWY9e1siZm4iXT0iL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcjE4L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL3djb3NzX2RlbGxfcDMvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT0yMSxw";' export '_ModuleTable004_;' '_ModuleTable005_="cm9wVD17fSxbInN0YWNrRGVwdGgiXT0wLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZzI9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2cyLzMuMS4xIixbImZ1bGxOYW1lIl09ImcyLzMuMS4xIixbImxvYWRPcmRlciJdPTEyLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcyLzMuMS4xIix9LGcydG1wbD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzJ0bXBsLzEuNi4wIixbImZ1bGxOYW1lIl09ImcydG1wbC8xLjYuMCIsWyJsb2FkT3JkZXIiXT0xMyxwcm9wVD17fSxbInN0YWNr";' export '_ModuleTable005_;' '_ModuleTable006_="RGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMnRtcGwvMS42LjAiLH0saW1waT17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX21waS9pcHMvMTguMC4xL2ltcGkvMTguMC4xLmx1YSIsWyJmdWxsTmFtZSJdPSJpbXBpLzE4LjAuMSIsWyJsb2FkT3JkZXIiXT0yLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImltcGkvMTguMC4xIix9LGlwPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9pcC8zLjAuMiIsWyJmdWxsTmFtZSJdPSJpcC8zLjAuMiIsWyJsb2FkT3JkZXIiXT03LHByb3BUPXt9LFsic3Rh";' export '_ModuleTable006_;' '_ModuleTable007_="Y2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImlwLzMuMC4yIix9LGlwcz17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQvaXBzLzE4LjAuMS4xNjMiLFsiZnVsbE5hbWUiXT0iaXBzLzE4LjAuMS4xNjMiLFsibG9hZE9yZGVyIl09MSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJpcHMvMTguMC4xLjE2MyIsfSxqYXNwZXI9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xL2phc3Blci8xLjkwMC4yOSIsWyJmdWxsTmFtZSJdPSJqYXNwZXIvMS45MDAuMjkiLFsibG9hZE9yZGVyIl09";' export '_ModuleTable007_;' '_ModuleTable008_="MTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iamFzcGVyLzEuOTAwLjI5Iix9LGxpYnBuZz17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvbGlicG5nLzEuMi41OSIsWyJmdWxsTmFtZSJdPSJsaWJwbmcvMS4yLjU5IixbImxvYWRPcmRlciJdPTE2LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImxpYnBuZy8xLjIuNTkiLH0sbHNmPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZC9sc2YvMTAuMSIsWyJmdWxsTmFtZSJdPSJsc2YvMTAuMSIsWyJsb2Fk";' export '_ModuleTable008_;' '_ModuleTable009_="T3JkZXIiXT01LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImxzZi8xMC4xIix9LG5lbXNpbz17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvbmVtc2lvLzIuMi40IixbImZ1bGxOYW1lIl09Im5lbXNpby8yLjIuNCIsWyJsb2FkT3JkZXIiXT0xMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZW1zaW8vMi4yLjQiLH0scG9zdD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvcG9zdC84LjAuMSIsWyJmdWxsTmFtZSJdPSJwb3N0LzguMC4xIixbImxvYWRP";' export '_ModuleTable009_;' '_ModuleTable010_="cmRlciJdPTE4LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InBvc3QvOC4wLjEiLH0sc3A9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL3NwLzIuMC4zIixbImZ1bGxOYW1lIl09InNwLzIuMC4zIixbImxvYWRPcmRlciJdPTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ic3AvMi4wLjMiLH0sdzNlbWM9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL3czZW1jLzIuMy4xIixbImZ1bGxOYW1lIl09InczZW1jLzIuMy4xIixbImxvYWRPcmRlciJdPTEwLHBy";' export '_ModuleTable010_;' '_ModuleTable011_="b3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczZW1jLzIuMy4xIix9LHczbmNvPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy93M25jby8yLjAuNyIsWyJmdWxsTmFtZSJdPSJ3M25jby8yLjAuNyIsWyJsb2FkT3JkZXIiXT05LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHpsaWI9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xL3psaWIvMS4yLjExIixbImZ1bGxOYW1lIl09InpsaWIvMS4yLjExIixbImxvYWRPcmRl";' export '_ModuleTable011_;' '_ModuleTable012_="ciJdPTE3LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InpsaWIvMS4yLjExIix9LH0sbXBhdGhBPXsiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMiLCIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9EdXNhbi5Kb3ZpYy91ZnMvcHIxOC91ZnMtd2VhdGhlci1tb2RlbC9tb2R1bGVmaWxlcy93Y29zc19kZWxsX3AzIiwiL3VzcngvbG9jYWwvZGV2L2VtY19yb2NvdG8vbW9kdWxlZmlsZXMiLCIvdXNyeC9sb2NhbC9kZXYvbW9kdWxlZmlsZXMiLCIvdXNyeC9sb2NhbC9wcm9kL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlIiwiL3VzcngvbG9j";' export '_ModuleTable012_;' '_ModuleTable013_="YWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9kZWZzIiwiL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29yZV9wcm9kIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xIiwiL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfcHJvZC9pcHMvMTguMC4xIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl9tcGkvaXBzLzE4LjAuMSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvbXBpX3RoaXJkL2lwcy8xOC4wLjEvaW1waS8xOC4wLjEiLCIvZ3Bmcy9kZWxsMS9uY28vb3BzL253";' export '_ModuleTable013_;' '_ModuleTable014_="cHJvZC9tb2R1bGVmaWxlcy9tcGlfcHJvZC9pcHMvMTguMC4xL2ltcGkvMTguMC4xIiwiL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzIix9LFsic3lzdGVtQmFzZU1QQVRIIl09Ii91c3J4L2xvY2FsL3Byb2QvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmU6L3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkOi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvZGVmczovZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb3JlX3Byb2QiLH0=";' export '_ModuleTable014_;' '_ModuleTable_Sz_="14";' export '_ModuleTable_Sz_;' -++ ADVISOR_2018_DIR=/usrx/local/prod/intel/2018UP01/advisor_2018 -++ export ADVISOR_2018_DIR -++ BACIO_LIB4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libbacio_v2.0.3_4.a -++ export BACIO_LIB4 -++ BACIO_LIB8=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libbacio_v2.0.3_8.a -++ export BACIO_LIB8 -++ BACIO_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/bacio_v2.0.3 -++ export BACIO_SRC -++ BACIO_VER=v2.0.3 -++ export BACIO_VER -++ BINARY_TYPE_HPC= -++ export BINARY_TYPE_HPC -++ __LMOD_REF_COUNT_CLASSPATH='/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64/mpi.jar:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/daal.jar:1' -++ export __LMOD_REF_COUNT_CLASSPATH -++ CLASSPATH=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64/mpi.jar:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/daal.jar -++ export CLASSPATH -++ CLCK_ROOT=/usrx/local/prod/intel/2018UP01/clck_latest -++ export CLCK_ROOT -++ CMAKE_CXX_COMPILER=mpiicpc -++ export CMAKE_CXX_COMPILER -++ CMAKE_C_COMPILER=mpiicc -++ export CMAKE_C_COMPILER -++ CMAKE_Fortran_COMPILER=mpiifort -++ export CMAKE_Fortran_COMPILER -++ CMAKE_Platform=wcoss_dell_p3 -++ export CMAKE_Platform -++ COMP=ips -++ export COMP -++ __LMOD_REF_COUNT_CPATH='/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/pstl/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/include:1' -++ export __LMOD_REF_COUNT_CPATH -++ CPATH=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/pstl/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/include -++ export CPATH -++ __LMOD_REF_COUNT_CPLUS_INCLUDE_PATH=/usrx/local/prod/intel/2018UP01/clck_latest/include:1 -++ export __LMOD_REF_COUNT_CPLUS_INCLUDE_PATH -++ CPLUS_INCLUDE_PATH=/usrx/local/prod/intel/2018UP01/clck_latest/include -++ export CPLUS_INCLUDE_PATH -++ CRTM_FIX=/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/fix -++ export CRTM_FIX -++ CRTM_INC=/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/ips/18.0.1/include/crtm_v2.2.6 -++ export CRTM_INC -++ CRTM_LIB=/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/ips/18.0.1/libcrtm_v2.2.6.a -++ export CRTM_LIB -++ CRTM_SRC=/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/src -++ export CRTM_SRC -++ CRTM_VER=v2.2.6 -++ export CRTM_VER -++ DAALROOT=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal -++ export DAALROOT -++ ESMFMKFILE=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/lib/esmf.mk -++ export ESMFMKFILE -++ G2TMPL_INC=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/g2tmpl_v1.6.0 -++ export G2TMPL_INC -++ G2TMPL_LIB=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2tmpl_v1.6.0.a -++ export G2TMPL_LIB -++ G2TMPL_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/g2tmpl_v1.6.0/src -++ export G2TMPL_SRC -++ G2TMPL_VER=v1.6.0 -++ export G2TMPL_VER -++ G2_INC4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/g2_v3.1.1_4 -++ export G2_INC4 -++ G2_INCd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/g2_v3.1.1_d -++ export G2_INCd -++ G2_LIB4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2_v3.1.1_4.a -++ export G2_LIB4 -++ G2_LIBd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2_v3.1.1_d.a -++ export G2_LIBd -++ G2_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/g2_v3.1.1 -++ export G2_SRC -++ G2_VER=v3.1.1 -++ export G2_VER -++ GDBSERVER_MIC=/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/targets/intel64/x200/bin/gdbserver -++ export GDBSERVER_MIC -++ GDB_CROSS=/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/bin/gdb-ia -++ export GDB_CROSS -++ HDF5=/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1 -++ export HDF5 -++ HDF5_CFLAGS=-I/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/include -++ export HDF5_CFLAGS -++ HDF5_CXXFLAGS=-I/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/include -++ export HDF5_CXXFLAGS -++ HDF5_FFLAGS=-I/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/include -++ export HDF5_FFLAGS -++ HDF5_INCLUDE=-I/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/include -++ export HDF5_INCLUDE -++ HDF5_LDFLAGS='-L/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib -lhdf5_hl -lhdf5hl_fortran -lhdf5 -lhdf5_fortran' -++ export HDF5_LDFLAGS -++ HDF5_LDFLAGS_C='-L/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib -lhdf5_hl -lhdf5' -++ export HDF5_LDFLAGS_C -++ HDF5_LDFLAGS_CXX='-L/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib -lhdf5_hl -hdf5_hl_cpp -lhdf5 -lhdf5_cpp' -++ export HDF5_LDFLAGS_CXX -++ HDF5_LDFLAGS_F='-L/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib -lhdf5_hl -lhdf5hl_fortran -lhdf5 -lhdf5_fortran' -++ export HDF5_LDFLAGS_F -++ __LMOD_REF_COUNT_INFOPATH='/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/info:1;info_gdb_igfx:1' -++ export __LMOD_REF_COUNT_INFOPATH -++ INFOPATH=/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/info:info_gdb_igfx -++ export INFOPATH -++ INSPECTOR_2018_DIR=/usrx/local/prod/intel/2018UP01/inspector_2018 -++ export INSPECTOR_2018_DIR -++ INTEL_LICENSE_FILE=/usrx/local/prod/intel/licenses -++ export INTEL_LICENSE_FILE -++ INTEL_PYTHONHOME=/usrx/local/prod/intel/2018UP01/debugger_2018/python/intel64 -++ export INTEL_PYTHONHOME -++ IPPROOT=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp -++ export IPPROOT -++ IP_INC4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ip_v3.0.2_4 -++ export IP_INC4 -++ IP_INC8=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ip_v3.0.2_8 -++ export IP_INC8 -++ IP_INCd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ip_v3.0.2_d -++ export IP_INCd -++ IP_LIB4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libip_v3.0.2_4.a -++ export IP_LIB4 -++ IP_LIB8=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libip_v3.0.2_8.a -++ export IP_LIB8 -++ IP_LIBd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libip_v3.0.2_d.a -++ export IP_LIBd -++ IP_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/ip_v3.0.2 -++ export IP_SRC -++ IP_VER=v3.0.2 -++ export IP_VER -++ I_MPI_CC=icc -++ export I_MPI_CC -++ I_MPI_CXX=icpc -++ export I_MPI_CXX -++ I_MPI_EXTRA_FILESYSTEM=yes -++ export I_MPI_EXTRA_FILESYSTEM -++ I_MPI_EXTRA_FILESYSTEM_LIST=gpfs -++ export I_MPI_EXTRA_FILESYSTEM_LIST -++ I_MPI_F77=ifort -++ export I_MPI_F77 -++ I_MPI_F90=ifort -++ export I_MPI_F90 -++ I_MPI_FC=ifort -++ export I_MPI_FC -++ I_MPI_HYDRA_BOOTSTRAP=lsf -++ export I_MPI_HYDRA_BOOTSTRAP -++ I_MPI_HYDRA_IFACE=ib0 -++ export I_MPI_HYDRA_IFACE -++ I_MPI_LSF_USE_COLLECTIVE_LAUNCH=1 -++ export I_MPI_LSF_USE_COLLECTIVE_LAUNCH -++ I_MPI_ROOT=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi -++ export I_MPI_ROOT -++ JASPER_INC=/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/include -++ export JASPER_INC -++ JASPER_LIB=/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib/libjasper.a -++ export JASPER_LIB -++ JASPER_LIBDIR=/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib -++ export JASPER_LIBDIR -++ JASPER_SRC=/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/src/jasper-1.900.29 -++ export JASPER_SRC -++ JASPER_VER=1.900.29 -++ export JASPER_VER -++ KMP_AFFINITY=scatter -++ export KMP_AFFINITY -++ unset LAUNCH -++ __LMOD_REF_COUNT_LD_LIBRARY_PATH='/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/lib:1;/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib:1;/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib:1;/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib:1;/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:1;/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib:1;/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib:1;/usrx/local/prod/intel/2018UP01/itac_latest/slib:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:1;/usrx/local/prod/intel/2018UP01/debugger_2018/iga/lib:1;/usrx/local/prod/intel/2018UP01/debugger_2018/libipt/intel64/lib:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4:1' -++ export __LMOD_REF_COUNT_LD_LIBRARY_PATH -++ LD_LIBRARY_PATH=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/lib:/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib:/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib:/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib:/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib:/usrx/local/prod/intel/2018UP01/itac_latest/slib:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:/usrx/local/prod/intel/2018UP01/debugger_2018/iga/lib:/usrx/local/prod/intel/2018UP01/debugger_2018/libipt/intel64/lib:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4 -++ export LD_LIBRARY_PATH -++ __LMOD_REF_COUNT_LIBRARY_PATH='/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:1;/usrx/local/prod/intel/2018UP01/clck_latest/lib/intel64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4:1' -++ export __LMOD_REF_COUNT_LIBRARY_PATH -++ LIBRARY_PATH=/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:/usrx/local/prod/intel/2018UP01/clck_latest/lib/intel64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4 -++ export LIBRARY_PATH -++ LIB_NAME=POST -++ export LIB_NAME -++ LMOD_FAMILY_COMPILER=ips -++ export LMOD_FAMILY_COMPILER -++ LMOD_FAMILY_COMPILER_VERSION=18.0.1.163 -++ export LMOD_FAMILY_COMPILER_VERSION -++ LMOD_FAMILY_CONMPILER=HDF5-serial -++ export LMOD_FAMILY_CONMPILER -++ LMOD_FAMILY_CONMPILER_VERSION=1.10.1 -++ export LMOD_FAMILY_CONMPILER_VERSION -++ LMOD_FAMILY_MPI=impi -++ export LMOD_FAMILY_MPI -++ LMOD_FAMILY_MPI_VERSION=18.0.1 -++ export LMOD_FAMILY_MPI_VERSION -++ __LMOD_REF_COUNT_LOADEDMODULES='ips/18.0.1.163:1;impi/18.0.1:1;NetCDF/4.5.0:1;HDF5-serial/1.10.1:1;lsf/10.1:1;bacio/2.0.3:1;ip/3.0.2:1;sp/2.0.3:1;w3nco/2.0.7:1;w3emc/2.3.1:1;nemsio/2.2.4:1;g2/3.1.1:1;g2tmpl/1.6.0:1;crtm/2.2.6:1;jasper/1.900.29:1;libpng/1.2.59:1;zlib/1.2.11:1;post/8.0.1:1;esmf/8.0.0:1;cmake/3.10.0:1;fv3:1' -++ export __LMOD_REF_COUNT_LOADEDMODULES -++ LOADEDMODULES=ips/18.0.1.163:impi/18.0.1:NetCDF/4.5.0:HDF5-serial/1.10.1:lsf/10.1:bacio/2.0.3:ip/3.0.2:sp/2.0.3:w3nco/2.0.7:w3emc/2.3.1:nemsio/2.2.4:g2/3.1.1:g2tmpl/1.6.0:crtm/2.2.6:jasper/1.900.29:libpng/1.2.59:zlib/1.2.11:post/8.0.1:esmf/8.0.0:cmake/3.10.0:fv3 -++ export LOADEDMODULES -++ LSF_BINDIR=/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin -++ export LSF_BINDIR -++ LSF_ENVDIR=/gpfs/lsf/conf -++ export LSF_ENVDIR -++ LSF_LIBDIR=/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib -++ export LSF_LIBDIR -++ LSF_SERVERDIR=/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc -++ export LSF_SERVERDIR -++ __LMOD_REF_COUNT_MANPATH='/usrx/local/dev/packages/cmake/3.10.0/share/man:1;/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/share/man:1;/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/share/man:1;/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/man:1;/gpfs/lsf/10.1/man:1;/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/share/man:1;/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/share/man:1;/usrx/local/prod/intel/2018UP01/itac_latest/man:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/man/common:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/man:1;/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/man:1;/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-igfx/man:1;/usrx/local/prod/lmod/lmod/share/man:1;/usrx/local/prod/intel/2018UP01/inspector_2018/man:1;/usrx/local/prod/intel/2018UP01/advisor_2018/man:1' -++ export __LMOD_REF_COUNT_MANPATH -++ MANPATH=/usrx/local/dev/packages/cmake/3.10.0/share/man:/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/share/man:/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/share/man:/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/man:/gpfs/lsf/10.1/man:/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/share/man:/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/share/man:/usrx/local/prod/intel/2018UP01/itac_latest/man:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/man/common:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/man:/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/man:/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-igfx/man:/usrx/local/prod/lmod/lmod/share/man::/usrx/local/prod/intel/2018UP01/inspector_2018/man:/usrx/local/prod/intel/2018UP01/advisor_2018/man -++ export MANPATH -++ MKLROOT=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl -++ export MKLROOT -++ MODULEPATH=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/dev/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1:/usrx/local/prod/modulefiles/mpi_third/ips/18.0.1/impi/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/mpi_prod/ips/18.0.1/impi/18.0.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles -++ export MODULEPATH -++ MPM_LAUNCHER=/usrx/local/prod/intel/2018UP01/debugger_2018/mpm/mic/bin/start_mpm.sh -++ export MPM_LAUNCHER -++ NEMSIO_INC=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/nemsio_v2.2.4 -++ export NEMSIO_INC -++ NEMSIO_LIB=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libnemsio_v2.2.4.a -++ export NEMSIO_LIB -++ NEMSIO_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/nemsio_v2.2.4 -++ export NEMSIO_SRC -++ NEMSIO_VER=v2.2.4 -++ export NEMSIO_VER -++ NETCDF=/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0 -++ export NETCDF -++ NETCDF_CFLAGS=-I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -++ export NETCDF_CFLAGS -++ NETCDF_CXX4FLAGS=-I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -++ export NETCDF_CXX4FLAGS -++ NETCDF_CXXFLAGS=-I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -++ export NETCDF_CXXFLAGS -++ NETCDF_FFLAGS=-I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -++ export NETCDF_FFLAGS -++ NETCDF_INC=/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -++ export NETCDF_INC -++ NETCDF_INCLUDE=-I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -++ export NETCDF_INCLUDE -++ NETCDF_LDFLAGS='-L/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib -lnetcdff' -++ export NETCDF_LDFLAGS -++ NETCDF_LDFLAGS_C='-L/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib -lnetcdf' -++ export NETCDF_LDFLAGS_C -++ NETCDF_LDFLAGS_CXX='-L/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib -lnetcdf -lnetcdf_c++' -++ export NETCDF_LDFLAGS_CXX -++ NETCDF_LDFLAGS_CXX4='-L/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib -lnetcdf -lnetcdf_c++4' -++ export NETCDF_LDFLAGS_CXX4 -++ NETCDF_LDFLAGS_F='-L/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib -lnetcdff' -++ export NETCDF_LDFLAGS_F -++ NETCDF_LIB=/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib -++ export NETCDF_LIB -++ NETCDF_ROOT=/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0 -++ export NETCDF_ROOT -++ __LMOD_REF_COUNT_NLSPATH='/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin/locale/%l_%t/%N:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin/locale/%l_%t/%N:1;/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/share/locale/%l_%t/%N:1' -++ export __LMOD_REF_COUNT_NLSPATH -++ NLSPATH=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin/locale/%l_%t/%N:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin/locale/%l_%t/%N::/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/share/locale/%l_%t/%N -++ export NLSPATH -++ __LMOD_REF_COUNT_PATH='/usrx/local/dev/packages/cmake/3.10.0/bin:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/bin:1;/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/bin:1;/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/bin:1;/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc:1;/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin:1;/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1:1;/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/bin:1;/usrx/local/prod/intel/2018UP01/advisor_2018/bin64:1;/usrx/local/prod/intel/2018UP01/vtune_amplifier_2018/bin64:1;/usrx/local/prod/intel/2018UP01/inspector_2018/bin64:1;/usrx/local/prod/intel/2018UP01/itac_latest/bin:1;/usrx/local/prod/intel/2018UP01/clck_latest/bin/intel64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/bin/intel64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64:1;/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/targets/intel64/x200/bin:1;/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/bin:1;/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/usr/lpp/mmfs/bin:1;/opt/ibutils/bin:1;/opt/dell/srvadmin/bin:1;/u/Dusan.Jovic/bin:2;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/dbrowse:1;/u/Dusan.Jovic/.local/bin:1;/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/include:1' -++ export __LMOD_REF_COUNT_PATH -++ PATH=/usrx/local/dev/packages/cmake/3.10.0/bin:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/bin:/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/bin:/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/bin:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin:/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1:/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/bin:/usrx/local/prod/intel/2018UP01/advisor_2018/bin64:/usrx/local/prod/intel/2018UP01/vtune_amplifier_2018/bin64:/usrx/local/prod/intel/2018UP01/inspector_2018/bin64:/usrx/local/prod/intel/2018UP01/itac_latest/bin:/usrx/local/prod/intel/2018UP01/clck_latest/bin/intel64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/bin/intel64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64:/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/targets/intel64/x200/bin:/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/usr/lpp/mmfs/bin:/opt/ibutils/bin:/opt/dell/srvadmin/bin:/u/Dusan.Jovic/bin:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/dbrowse:/u/Dusan.Jovic/.local/bin:/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/include -++ export PATH -++ PKG_CONFIG_PATH=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/bin/pkgconfig -++ export PKG_CONFIG_PATH -++ PNG_INC=/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/include -++ export PNG_INC -++ PNG_LIB=/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng.a -++ export PNG_LIB -++ PNG_LIB12=/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng12.a -++ export PNG_LIB12 -++ PNG_LIBDIR=/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib -++ export PNG_LIBDIR -++ PNG_LIBso=/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng.so -++ export PNG_LIBso -++ PNG_SRC=/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/src/libpng-1.2.59 -++ export PNG_SRC -++ PNG_VER=1.2.59 -++ export PNG_VER -++ POST_INC=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ncep_post_v8.0.1_4 -++ export POST_INC -++ POST_LIB=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libncep_post_v8.0.1_4.a -++ export POST_LIB -++ POST_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/post_v8.0.1 -++ export POST_SRC -++ POST_VER=v8.0.1 -++ export POST_VER -++ PSTLROOT=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/pstl -++ export PSTLROOT -++ PYTHONPATH=/usrx/local/prod/intel/2018UP01/advisor_2018/pythonapi -++ export PYTHONPATH -++ SP_LIB4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_4.a -++ export SP_LIB4 -++ SP_LIB8=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_8.a -++ export SP_LIB8 -++ SP_LIBd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_d.a -++ export SP_LIBd -++ SP_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/sp_v2.0.3 -++ export SP_SRC -++ SP_VER=v2.0.3 -++ export SP_VER -++ TBBROOT=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb -++ export TBBROOT -++ VT_ADD_LIBS='-ldwarf -lelf -lvtunwind -lm -lpthread' -++ export VT_ADD_LIBS -++ VT_ARCH=intel64 -++ export VT_ARCH -++ VT_LIB_DIR=/usrx/local/prod/intel/2018UP01/itac_latest/lib -++ export VT_LIB_DIR -++ VT_MPI=impi4 -++ export VT_MPI -++ VT_ROOT=/usrx/local/prod/intel/2018UP01/itac_latest -++ export VT_ROOT -++ VT_SLIB_DIR=/usrx/local/prod/intel/2018UP01/itac_latest/slib -++ export VT_SLIB_DIR -++ W3EMC_INC4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3emc_v2.3.1_4 -++ export W3EMC_INC4 -++ W3EMC_INC8=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3emc_v2.3.1_8 -++ export W3EMC_INC8 -++ W3EMC_INCd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3emc_v2.3.1_d -++ export W3EMC_INCd -++ W3EMC_LIB4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_4.a -++ export W3EMC_LIB4 -++ W3EMC_LIB8=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_8.a -++ export W3EMC_LIB8 -++ W3EMC_LIBd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_d.a -++ export W3EMC_LIBd -++ W3EMC_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/w3emc_v2.3.1 -++ export W3EMC_SRC -++ W3EMC_VER=v2.3.1 -++ export W3EMC_VER -++ W3NCO_INC4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3nco_v2.0.7_4 -++ export W3NCO_INC4 -++ W3NCO_INC8=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3nco_v2.0.7_8 -++ export W3NCO_INC8 -++ W3NCO_INCd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3nco_v2.0.7_d -++ export W3NCO_INCd -++ W3NCO_LIB4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_4.a -++ export W3NCO_LIB4 -++ W3NCO_LIB8=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_8.a -++ export W3NCO_LIB8 -++ W3NCO_LIBd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_d.a -++ export W3NCO_LIBd -++ W3NCO_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/w3nco_v2.0.7 -++ export W3NCO_SRC -++ W3NCO_VER=v2.0.7 -++ export W3NCO_VER -++ XLSF_UIDDIR=/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib/uid -++ export XLSF_UIDDIR -++ Z_INC=/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/include -++ export Z_INC -++ Z_LIB=/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib/libz.a -++ export Z_LIB -++ Z_SRC=/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/src -++ export Z_SRC -++ Z_VER=1.2.11 -++ export Z_VER -++ __LMOD_REF_COUNT__LMFILES_='/usrx/local/prod/modulefiles/core_third/ips/18.0.1.163:1;/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1/impi/18.0.1.lua:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/NetCDF/4.5.0:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/HDF5-serial/1.10.1:1;/usrx/local/prod/modulefiles/core_third/lsf/10.1:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/bacio/2.0.3:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/ip/3.0.2:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/sp/2.0.3:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3nco/2.0.7:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3emc/2.3.1:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/nemsio/2.2.4:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2/3.1.1:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2tmpl/1.6.0:1;/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/crtm/2.2.6:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/jasper/1.900.29:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/libpng/1.2.59:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/zlib/1.2.11:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/post/8.0.1:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/esmf/8.0.0:1;/usrx/local/dev/modulefiles/cmake/3.10.0:1;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3:1' -++ export __LMOD_REF_COUNT__LMFILES_ -++ _LMFILES_=/usrx/local/prod/modulefiles/core_third/ips/18.0.1.163:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1/impi/18.0.1.lua:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/NetCDF/4.5.0:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/HDF5-serial/1.10.1:/usrx/local/prod/modulefiles/core_third/lsf/10.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/bacio/2.0.3:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/ip/3.0.2:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/sp/2.0.3:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3nco/2.0.7:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3emc/2.3.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/nemsio/2.2.4:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2/3.1.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2tmpl/1.6.0:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/crtm/2.2.6:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/jasper/1.900.29:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/libpng/1.2.59:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/zlib/1.2.11:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/post/8.0.1:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/esmf/8.0.0:/usrx/local/dev/modulefiles/cmake/3.10.0:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3 -++ export _LMFILES_ -++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImlwcyIsWyJjb25tcGlsZXIiXT0iSERGNS1zZXJpYWwiLFsibXBpIl09ImltcGkiLH0sbVQ9e1siSERGNS1zZXJpYWwiXT17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvSERGNS1zZXJpYWwvMS4xMC4xIixbImZ1bGxOYW1lIl09IkhERjUtc2VyaWFsLzEuMTAuMSIsWyJsb2FkT3JkZXIiXT00LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09IkhERjUtc2VyaWFs -++ export _ModuleTable001_ -++ _ModuleTable002_=LzEuMTAuMSIsfSxOZXRDREY9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xL05ldENERi80LjUuMCIsWyJmdWxsTmFtZSJdPSJOZXRDREYvNC41LjAiLFsibG9hZE9yZGVyIl09Myxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJOZXRDREYvNC41LjAiLH0sYmFjaW89e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2JhY2lvLzIuMC4zIixbImZ1bGxOYW1lIl09ImJhY2lvLzIuMC4zIixbImxvYWRPcmRlciJdPTYscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNl -++ export _ModuleTable002_ -++ _ModuleTable003_=ck5hbWUiXT0iYmFjaW8vMi4wLjMiLH0sY21ha2U9e1siZm4iXT0iL3VzcngvbG9jYWwvZGV2L21vZHVsZWZpbGVzL2NtYWtlLzMuMTAuMCIsWyJmdWxsTmFtZSJdPSJjbWFrZS8zLjEwLjAiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY21ha2UvMy4xMC4wIix9LGNydG09e1siZm4iXT0iL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfcHJvZC9pcHMvMTguMC4xL2NydG0vMi4yLjYiLFsiZnVsbE5hbWUiXT0iY3J0bS8yLjIuNiIsWyJsb2FkT3JkZXIiXT0xNCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1 -++ export _ModuleTable003_ -++ _ModuleTable004_=c2VyTmFtZSJdPSJjcnRtLzIuMi42Iix9LGVzbWY9e1siZm4iXT0iL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcjE4L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL3djb3NzX2RlbGxfcDMvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT0yMSxw -++ export _ModuleTable004_ -++ _ModuleTable005_=cm9wVD17fSxbInN0YWNrRGVwdGgiXT0wLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZzI9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2cyLzMuMS4xIixbImZ1bGxOYW1lIl09ImcyLzMuMS4xIixbImxvYWRPcmRlciJdPTEyLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcyLzMuMS4xIix9LGcydG1wbD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzJ0bXBsLzEuNi4wIixbImZ1bGxOYW1lIl09ImcydG1wbC8xLjYuMCIsWyJsb2FkT3JkZXIiXT0xMyxwcm9wVD17fSxbInN0YWNr -++ export _ModuleTable005_ -++ _ModuleTable006_=RGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMnRtcGwvMS42LjAiLH0saW1waT17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX21waS9pcHMvMTguMC4xL2ltcGkvMTguMC4xLmx1YSIsWyJmdWxsTmFtZSJdPSJpbXBpLzE4LjAuMSIsWyJsb2FkT3JkZXIiXT0yLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImltcGkvMTguMC4xIix9LGlwPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9pcC8zLjAuMiIsWyJmdWxsTmFtZSJdPSJpcC8zLjAuMiIsWyJsb2FkT3JkZXIiXT03LHByb3BUPXt9LFsic3Rh -++ export _ModuleTable006_ -++ _ModuleTable007_=Y2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImlwLzMuMC4yIix9LGlwcz17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQvaXBzLzE4LjAuMS4xNjMiLFsiZnVsbE5hbWUiXT0iaXBzLzE4LjAuMS4xNjMiLFsibG9hZE9yZGVyIl09MSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJpcHMvMTguMC4xLjE2MyIsfSxqYXNwZXI9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xL2phc3Blci8xLjkwMC4yOSIsWyJmdWxsTmFtZSJdPSJqYXNwZXIvMS45MDAuMjkiLFsibG9hZE9yZGVyIl09 -++ export _ModuleTable007_ -++ _ModuleTable008_=MTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iamFzcGVyLzEuOTAwLjI5Iix9LGxpYnBuZz17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvbGlicG5nLzEuMi41OSIsWyJmdWxsTmFtZSJdPSJsaWJwbmcvMS4yLjU5IixbImxvYWRPcmRlciJdPTE2LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImxpYnBuZy8xLjIuNTkiLH0sbHNmPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZC9sc2YvMTAuMSIsWyJmdWxsTmFtZSJdPSJsc2YvMTAuMSIsWyJsb2Fk -++ export _ModuleTable008_ -++ _ModuleTable009_=T3JkZXIiXT01LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImxzZi8xMC4xIix9LG5lbXNpbz17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvbmVtc2lvLzIuMi40IixbImZ1bGxOYW1lIl09Im5lbXNpby8yLjIuNCIsWyJsb2FkT3JkZXIiXT0xMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZW1zaW8vMi4yLjQiLH0scG9zdD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvcG9zdC84LjAuMSIsWyJmdWxsTmFtZSJdPSJwb3N0LzguMC4xIixbImxvYWRP -++ export _ModuleTable009_ -++ _ModuleTable010_=cmRlciJdPTE4LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InBvc3QvOC4wLjEiLH0sc3A9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL3NwLzIuMC4zIixbImZ1bGxOYW1lIl09InNwLzIuMC4zIixbImxvYWRPcmRlciJdPTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ic3AvMi4wLjMiLH0sdzNlbWM9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL3czZW1jLzIuMy4xIixbImZ1bGxOYW1lIl09InczZW1jLzIuMy4xIixbImxvYWRPcmRlciJdPTEwLHBy -++ export _ModuleTable010_ -++ _ModuleTable011_=b3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczZW1jLzIuMy4xIix9LHczbmNvPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy93M25jby8yLjAuNyIsWyJmdWxsTmFtZSJdPSJ3M25jby8yLjAuNyIsWyJsb2FkT3JkZXIiXT05LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHpsaWI9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xL3psaWIvMS4yLjExIixbImZ1bGxOYW1lIl09InpsaWIvMS4yLjExIixbImxvYWRPcmRl -++ export _ModuleTable011_ -++ _ModuleTable012_=ciJdPTE3LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InpsaWIvMS4yLjExIix9LH0sbXBhdGhBPXsiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMiLCIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9EdXNhbi5Kb3ZpYy91ZnMvcHIxOC91ZnMtd2VhdGhlci1tb2RlbC9tb2R1bGVmaWxlcy93Y29zc19kZWxsX3AzIiwiL3VzcngvbG9jYWwvZGV2L2VtY19yb2NvdG8vbW9kdWxlZmlsZXMiLCIvdXNyeC9sb2NhbC9kZXYvbW9kdWxlZmlsZXMiLCIvdXNyeC9sb2NhbC9wcm9kL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlIiwiL3VzcngvbG9j -++ export _ModuleTable012_ -++ _ModuleTable013_=YWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9kZWZzIiwiL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29yZV9wcm9kIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xIiwiL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfcHJvZC9pcHMvMTguMC4xIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl9tcGkvaXBzLzE4LjAuMSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvbXBpX3RoaXJkL2lwcy8xOC4wLjEvaW1waS8xOC4wLjEiLCIvZ3Bmcy9kZWxsMS9uY28vb3BzL253 -++ export _ModuleTable013_ -++ _ModuleTable014_=cHJvZC9tb2R1bGVmaWxlcy9tcGlfcHJvZC9pcHMvMTguMC4xL2ltcGkvMTguMC4xIiwiL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzIix9LFsic3lzdGVtQmFzZU1QQVRIIl09Ii91c3J4L2xvY2FsL3Byb2QvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmU6L3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkOi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvZGVmczovZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb3JlX3Byb2QiLH0= -++ export _ModuleTable014_ -++ _ModuleTable_Sz_=14 -++ export _ModuleTable_Sz_ -++ : -s sh -+ eval -+ module list -++ /usrx/local/prod/lmod/lmod/libexec/lmod bash list - -Currently Loaded Modules: - 1) ips/18.0.1.163 8) sp/2.0.3 15) jasper/1.900.29 - 2) impi/18.0.1 9) w3nco/2.0.7 16) libpng/1.2.59 - 3) NetCDF/4.5.0 10) w3emc/2.3.1 17) zlib/1.2.11 - 4) HDF5-serial/1.10.1 11) nemsio/2.2.4 18) post/8.0.1 - 5) lsf/10.1 12) g2/3.1.1 19) esmf/8.0.0 - 6) bacio/2.0.3 13) g2tmpl/1.6.0 20) cmake/3.10.0 - 7) ip/3.0.2 14) crtm/2.2.6 21) fv3 - - - -+ eval 'MODULEPATH="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/dev/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1:/usrx/local/prod/modulefiles/mpi_third/ips/18.0.1/impi/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/mpi_prod/ips/18.0.1/impi/18.0.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles";' export 'MODULEPATH;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImlwcyIsWyJjb25tcGlsZXIiXT0iSERGNS1zZXJpYWwiLFsibXBpIl09ImltcGkiLH0sbVQ9e1siSERGNS1zZXJpYWwiXT17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvSERGNS1zZXJpYWwvMS4xMC4xIixbImZ1bGxOYW1lIl09IkhERjUtc2VyaWFsLzEuMTAuMSIsWyJsb2FkT3JkZXIiXT00LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09IkhERjUtc2VyaWFs";' export '_ModuleTable001_;' '_ModuleTable002_="LzEuMTAuMSIsfSxOZXRDREY9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xL05ldENERi80LjUuMCIsWyJmdWxsTmFtZSJdPSJOZXRDREYvNC41LjAiLFsibG9hZE9yZGVyIl09Myxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJOZXRDREYvNC41LjAiLH0sYmFjaW89e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2JhY2lvLzIuMC4zIixbImZ1bGxOYW1lIl09ImJhY2lvLzIuMC4zIixbImxvYWRPcmRlciJdPTYscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNl";' export '_ModuleTable002_;' '_ModuleTable003_="ck5hbWUiXT0iYmFjaW8vMi4wLjMiLH0sY21ha2U9e1siZm4iXT0iL3VzcngvbG9jYWwvZGV2L21vZHVsZWZpbGVzL2NtYWtlLzMuMTAuMCIsWyJmdWxsTmFtZSJdPSJjbWFrZS8zLjEwLjAiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY21ha2UvMy4xMC4wIix9LGNydG09e1siZm4iXT0iL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfcHJvZC9pcHMvMTguMC4xL2NydG0vMi4yLjYiLFsiZnVsbE5hbWUiXT0iY3J0bS8yLjIuNiIsWyJsb2FkT3JkZXIiXT0xNCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1";' export '_ModuleTable003_;' '_ModuleTable004_="c2VyTmFtZSJdPSJjcnRtLzIuMi42Iix9LGVzbWY9e1siZm4iXT0iL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcjE4L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL3djb3NzX2RlbGxfcDMvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT0yMSxw";' export '_ModuleTable004_;' '_ModuleTable005_="cm9wVD17fSxbInN0YWNrRGVwdGgiXT0wLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZzI9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2cyLzMuMS4xIixbImZ1bGxOYW1lIl09ImcyLzMuMS4xIixbImxvYWRPcmRlciJdPTEyLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcyLzMuMS4xIix9LGcydG1wbD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzJ0bXBsLzEuNi4wIixbImZ1bGxOYW1lIl09ImcydG1wbC8xLjYuMCIsWyJsb2FkT3JkZXIiXT0xMyxwcm9wVD17fSxbInN0YWNr";' export '_ModuleTable005_;' '_ModuleTable006_="RGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMnRtcGwvMS42LjAiLH0saW1waT17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX21waS9pcHMvMTguMC4xL2ltcGkvMTguMC4xLmx1YSIsWyJmdWxsTmFtZSJdPSJpbXBpLzE4LjAuMSIsWyJsb2FkT3JkZXIiXT0yLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImltcGkvMTguMC4xIix9LGlwPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9pcC8zLjAuMiIsWyJmdWxsTmFtZSJdPSJpcC8zLjAuMiIsWyJsb2FkT3JkZXIiXT03LHByb3BUPXt9LFsic3Rh";' export '_ModuleTable006_;' '_ModuleTable007_="Y2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImlwLzMuMC4yIix9LGlwcz17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQvaXBzLzE4LjAuMS4xNjMiLFsiZnVsbE5hbWUiXT0iaXBzLzE4LjAuMS4xNjMiLFsibG9hZE9yZGVyIl09MSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJpcHMvMTguMC4xLjE2MyIsfSxqYXNwZXI9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xL2phc3Blci8xLjkwMC4yOSIsWyJmdWxsTmFtZSJdPSJqYXNwZXIvMS45MDAuMjkiLFsibG9hZE9yZGVyIl09";' export '_ModuleTable007_;' '_ModuleTable008_="MTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iamFzcGVyLzEuOTAwLjI5Iix9LGxpYnBuZz17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvbGlicG5nLzEuMi41OSIsWyJmdWxsTmFtZSJdPSJsaWJwbmcvMS4yLjU5IixbImxvYWRPcmRlciJdPTE2LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImxpYnBuZy8xLjIuNTkiLH0sbHNmPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZC9sc2YvMTAuMSIsWyJmdWxsTmFtZSJdPSJsc2YvMTAuMSIsWyJsb2Fk";' export '_ModuleTable008_;' '_ModuleTable009_="T3JkZXIiXT01LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImxzZi8xMC4xIix9LG5lbXNpbz17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvbmVtc2lvLzIuMi40IixbImZ1bGxOYW1lIl09Im5lbXNpby8yLjIuNCIsWyJsb2FkT3JkZXIiXT0xMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZW1zaW8vMi4yLjQiLH0scG9zdD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvcG9zdC84LjAuMSIsWyJmdWxsTmFtZSJdPSJwb3N0LzguMC4xIixbImxvYWRP";' export '_ModuleTable009_;' '_ModuleTable010_="cmRlciJdPTE4LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InBvc3QvOC4wLjEiLH0sc3A9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL3NwLzIuMC4zIixbImZ1bGxOYW1lIl09InNwLzIuMC4zIixbImxvYWRPcmRlciJdPTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ic3AvMi4wLjMiLH0sdzNlbWM9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL3czZW1jLzIuMy4xIixbImZ1bGxOYW1lIl09InczZW1jLzIuMy4xIixbImxvYWRPcmRlciJdPTEwLHBy";' export '_ModuleTable010_;' '_ModuleTable011_="b3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczZW1jLzIuMy4xIix9LHczbmNvPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy93M25jby8yLjAuNyIsWyJmdWxsTmFtZSJdPSJ3M25jby8yLjAuNyIsWyJsb2FkT3JkZXIiXT05LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHpsaWI9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xL3psaWIvMS4yLjExIixbImZ1bGxOYW1lIl09InpsaWIvMS4yLjExIixbImxvYWRPcmRl";' export '_ModuleTable011_;' '_ModuleTable012_="ciJdPTE3LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InpsaWIvMS4yLjExIix9LH0sbXBhdGhBPXsiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMiLCIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9EdXNhbi5Kb3ZpYy91ZnMvcHIxOC91ZnMtd2VhdGhlci1tb2RlbC9tb2R1bGVmaWxlcy93Y29zc19kZWxsX3AzIiwiL3VzcngvbG9jYWwvZGV2L2VtY19yb2NvdG8vbW9kdWxlZmlsZXMiLCIvdXNyeC9sb2NhbC9kZXYvbW9kdWxlZmlsZXMiLCIvdXNyeC9sb2NhbC9wcm9kL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlIiwiL3VzcngvbG9j";' export '_ModuleTable012_;' '_ModuleTable013_="YWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9kZWZzIiwiL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29yZV9wcm9kIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xIiwiL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfcHJvZC9pcHMvMTguMC4xIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl9tcGkvaXBzLzE4LjAuMSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvbXBpX3RoaXJkL2lwcy8xOC4wLjEvaW1waS8xOC4wLjEiLCIvZ3Bmcy9kZWxsMS9uY28vb3BzL253";' export '_ModuleTable013_;' '_ModuleTable014_="cHJvZC9tb2R1bGVmaWxlcy9tcGlfcHJvZC9pcHMvMTguMC4xL2ltcGkvMTguMC4xIiwiL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzIix9LFsic3lzdGVtQmFzZU1QQVRIIl09Ii91c3J4L2xvY2FsL3Byb2QvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmU6L3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkOi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvZGVmczovZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb3JlX3Byb2QiLH0=";' export '_ModuleTable014_;' '_ModuleTable_Sz_="14";' export '_ModuleTable_Sz_;' -++ MODULEPATH=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/dev/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1:/usrx/local/prod/modulefiles/mpi_third/ips/18.0.1/impi/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/mpi_prod/ips/18.0.1/impi/18.0.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles -++ export MODULEPATH -++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImlwcyIsWyJjb25tcGlsZXIiXT0iSERGNS1zZXJpYWwiLFsibXBpIl09ImltcGkiLH0sbVQ9e1siSERGNS1zZXJpYWwiXT17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvSERGNS1zZXJpYWwvMS4xMC4xIixbImZ1bGxOYW1lIl09IkhERjUtc2VyaWFsLzEuMTAuMSIsWyJsb2FkT3JkZXIiXT00LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09IkhERjUtc2VyaWFs -++ export _ModuleTable001_ -++ _ModuleTable002_=LzEuMTAuMSIsfSxOZXRDREY9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xL05ldENERi80LjUuMCIsWyJmdWxsTmFtZSJdPSJOZXRDREYvNC41LjAiLFsibG9hZE9yZGVyIl09Myxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJOZXRDREYvNC41LjAiLH0sYmFjaW89e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2JhY2lvLzIuMC4zIixbImZ1bGxOYW1lIl09ImJhY2lvLzIuMC4zIixbImxvYWRPcmRlciJdPTYscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNl -++ export _ModuleTable002_ -++ _ModuleTable003_=ck5hbWUiXT0iYmFjaW8vMi4wLjMiLH0sY21ha2U9e1siZm4iXT0iL3VzcngvbG9jYWwvZGV2L21vZHVsZWZpbGVzL2NtYWtlLzMuMTAuMCIsWyJmdWxsTmFtZSJdPSJjbWFrZS8zLjEwLjAiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY21ha2UvMy4xMC4wIix9LGNydG09e1siZm4iXT0iL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfcHJvZC9pcHMvMTguMC4xL2NydG0vMi4yLjYiLFsiZnVsbE5hbWUiXT0iY3J0bS8yLjIuNiIsWyJsb2FkT3JkZXIiXT0xNCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1 -++ export _ModuleTable003_ -++ _ModuleTable004_=c2VyTmFtZSJdPSJjcnRtLzIuMi42Iix9LGVzbWY9e1siZm4iXT0iL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcjE4L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL3djb3NzX2RlbGxfcDMvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT0yMSxw -++ export _ModuleTable004_ -++ _ModuleTable005_=cm9wVD17fSxbInN0YWNrRGVwdGgiXT0wLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZzI9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2cyLzMuMS4xIixbImZ1bGxOYW1lIl09ImcyLzMuMS4xIixbImxvYWRPcmRlciJdPTEyLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcyLzMuMS4xIix9LGcydG1wbD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzJ0bXBsLzEuNi4wIixbImZ1bGxOYW1lIl09ImcydG1wbC8xLjYuMCIsWyJsb2FkT3JkZXIiXT0xMyxwcm9wVD17fSxbInN0YWNr -++ export _ModuleTable005_ -++ _ModuleTable006_=RGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMnRtcGwvMS42LjAiLH0saW1waT17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX21waS9pcHMvMTguMC4xL2ltcGkvMTguMC4xLmx1YSIsWyJmdWxsTmFtZSJdPSJpbXBpLzE4LjAuMSIsWyJsb2FkT3JkZXIiXT0yLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImltcGkvMTguMC4xIix9LGlwPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9pcC8zLjAuMiIsWyJmdWxsTmFtZSJdPSJpcC8zLjAuMiIsWyJsb2FkT3JkZXIiXT03LHByb3BUPXt9LFsic3Rh -++ export _ModuleTable006_ -++ _ModuleTable007_=Y2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImlwLzMuMC4yIix9LGlwcz17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQvaXBzLzE4LjAuMS4xNjMiLFsiZnVsbE5hbWUiXT0iaXBzLzE4LjAuMS4xNjMiLFsibG9hZE9yZGVyIl09MSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJpcHMvMTguMC4xLjE2MyIsfSxqYXNwZXI9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xL2phc3Blci8xLjkwMC4yOSIsWyJmdWxsTmFtZSJdPSJqYXNwZXIvMS45MDAuMjkiLFsibG9hZE9yZGVyIl09 -++ export _ModuleTable007_ -++ _ModuleTable008_=MTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iamFzcGVyLzEuOTAwLjI5Iix9LGxpYnBuZz17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvbGlicG5nLzEuMi41OSIsWyJmdWxsTmFtZSJdPSJsaWJwbmcvMS4yLjU5IixbImxvYWRPcmRlciJdPTE2LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImxpYnBuZy8xLjIuNTkiLH0sbHNmPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZC9sc2YvMTAuMSIsWyJmdWxsTmFtZSJdPSJsc2YvMTAuMSIsWyJsb2Fk -++ export _ModuleTable008_ -++ _ModuleTable009_=T3JkZXIiXT01LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImxzZi8xMC4xIix9LG5lbXNpbz17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvbmVtc2lvLzIuMi40IixbImZ1bGxOYW1lIl09Im5lbXNpby8yLjIuNCIsWyJsb2FkT3JkZXIiXT0xMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZW1zaW8vMi4yLjQiLH0scG9zdD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvcG9zdC84LjAuMSIsWyJmdWxsTmFtZSJdPSJwb3N0LzguMC4xIixbImxvYWRP -++ export _ModuleTable009_ -++ _ModuleTable010_=cmRlciJdPTE4LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InBvc3QvOC4wLjEiLH0sc3A9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL3NwLzIuMC4zIixbImZ1bGxOYW1lIl09InNwLzIuMC4zIixbImxvYWRPcmRlciJdPTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ic3AvMi4wLjMiLH0sdzNlbWM9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL3czZW1jLzIuMy4xIixbImZ1bGxOYW1lIl09InczZW1jLzIuMy4xIixbImxvYWRPcmRlciJdPTEwLHBy -++ export _ModuleTable010_ -++ _ModuleTable011_=b3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczZW1jLzIuMy4xIix9LHczbmNvPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy93M25jby8yLjAuNyIsWyJmdWxsTmFtZSJdPSJ3M25jby8yLjAuNyIsWyJsb2FkT3JkZXIiXT05LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHpsaWI9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xL3psaWIvMS4yLjExIixbImZ1bGxOYW1lIl09InpsaWIvMS4yLjExIixbImxvYWRPcmRl -++ export _ModuleTable011_ -++ _ModuleTable012_=ciJdPTE3LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InpsaWIvMS4yLjExIix9LH0sbXBhdGhBPXsiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMiLCIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9EdXNhbi5Kb3ZpYy91ZnMvcHIxOC91ZnMtd2VhdGhlci1tb2RlbC9tb2R1bGVmaWxlcy93Y29zc19kZWxsX3AzIiwiL3VzcngvbG9jYWwvZGV2L2VtY19yb2NvdG8vbW9kdWxlZmlsZXMiLCIvdXNyeC9sb2NhbC9kZXYvbW9kdWxlZmlsZXMiLCIvdXNyeC9sb2NhbC9wcm9kL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlIiwiL3VzcngvbG9j -++ export _ModuleTable012_ -++ _ModuleTable013_=YWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9kZWZzIiwiL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29yZV9wcm9kIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xIiwiL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfcHJvZC9pcHMvMTguMC4xIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl9tcGkvaXBzLzE4LjAuMSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvbXBpX3RoaXJkL2lwcy8xOC4wLjEvaW1waS8xOC4wLjEiLCIvZ3Bmcy9kZWxsMS9uY28vb3BzL253 -++ export _ModuleTable013_ -++ _ModuleTable014_=cHJvZC9tb2R1bGVmaWxlcy9tcGlfcHJvZC9pcHMvMTguMC4xL2ltcGkvMTguMC4xIiwiL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzIix9LFsic3lzdGVtQmFzZU1QQVRIIl09Ii91c3J4L2xvY2FsL3Byb2QvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmU6L3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkOi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvZGVmczovZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb3JlX3Byb2QiLH0= -++ export _ModuleTable014_ -++ _ModuleTable_Sz_=14 -++ export _ModuleTable_Sz_ -++ : -s sh -+ eval -+ cd build_fv3_1 -+ cmake /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model --- The C compiler identification is Intel 18.0.1.20171018 --- The CXX compiler identification is Intel 18.0.1.20171018 --- The Fortran compiler identification is Intel 18.0.1.20171018 --- Check for working C compiler: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiicc --- Check for working C compiler: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiicc -- works --- Detecting C compiler ABI info --- Detecting C compiler ABI info - done --- Detecting C compile features --- Detecting C compile features - done --- Check for working CXX compiler: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiicpc --- Check for working CXX compiler: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiicpc -- works --- Detecting CXX compiler ABI info --- Detecting CXX compiler ABI info - done --- Detecting CXX compile features --- Detecting CXX compile features - done --- Check for working Fortran compiler: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort --- Check for working Fortran compiler: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -- works --- Detecting Fortran compiler ABI info --- Detecting Fortran compiler ABI info - done --- Checking whether /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort supports Fortran 90 --- Checking whether /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort supports Fortran 90 -- yes --- Found MPI_C: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiicc (found version "3.1") --- Found MPI_CXX: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiicpc (found version "3.1") --- Found MPI_Fortran: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort (found version "3.1") --- Found MPI: TRUE (found version "3.1") -ESMFMKFILE: /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/lib/esmf.mk - Found ESMF: -ESMF_VERSION_MAJOR: 8 -ESMF_F90COMPILEPATHS: /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include;/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -ESMF_F90ESMFLINKRPATHS: -Wl,-rpath,/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/lib -ESMF_F90ESMFLINKLIBS: -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf --- Found ESMF: /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include;/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include (found version "8.0.0") - -Setting configuration for wcoss_dell_p3 - -C compiler: Intel 18.0.1.20171018 (mpiicc) -CXX compiler: Intel 18.0.1.20171018 (mpiicpc) -Fortran compiler: Intel 18.0.1.20171018 (mpiifort) - -DEBUG is disabled -REPRO is disabled -32BIT is disabled -OPENMP is ENABLED -AVX2 is disabled -INLINE_POST is ENABLED - - -Selected physics package: gfs - --- Configuring done --- Generating done --- Build files have been written to: /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_1 -+ make -j 4 -Scanning dependencies of target fv3cpl -[ 0%] Building Fortran object FV3/cpl/CMakeFiles/fv3cpl.dir/module_cplfields.F90.o -[ 1%] Building Fortran object FV3/cpl/CMakeFiles/fv3cpl.dir/module_cap_cpl.F90.o -Scanning dependencies of target fms -[ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/platform/platform.F90.o -Scanning dependencies of target gfsphysics -[ 2%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/machine.F.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_parameter.F90.o -[ 3%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/co2hc.f.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 3%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_core.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 3%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_input.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 3%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/cloud_interpolator.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 3%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_composition.f.o -[ 3%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_io.F90.o -[ 3%] Building Fortran object CMakeFiles/fms.dir/FMS/random_numbers/MersenneTwister.F90.o -[ 4%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/efield.f.o -[ 4%] Linking Fortran static library libfv3cpl.a -[ 5%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/wam_f107_kp_mod.f90.o -[ 6%] Building Fortran object CMakeFiles/fms.dir/FMS/sat_vapor_pres/sat_vapor_pres_k.F90.o -[ 6%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mersenne_twister.f.o -[ 6%] Built target fv3cpl -[ 6%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/GFDL_parse_tracers.F90.o -[ 7%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/iounitdef.f.o -[ 7%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_wrf_utl.f90.o -[ 7%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/namelist_soilveg.f.o -[ 7%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/noahmp_tables.f90.o -[ 7%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_mp_radar.F90.o -[ 7%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/physcons.F90.o -[ 7%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/date_def.f.o -[ 8%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/progtm_module.f.o -[ 8%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/aerclm_def.f.o -[ 8%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2o_def.f.o -[ 8%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/physparam.f.o -[ 9%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ozne_def.f.o -[ 9%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gfs_phy_tracer_config.F.o -[ 9%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/surface_perturbation.F90.o -[ 9%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_sf_noahmp_glacier.f90.o -[ 10%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_sf_noahmplsm.f90.o -[ 10%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/iccn_def.f.o -[ 11%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/micro_mg_utils.F90.o -[ 11%] Building Fortran object CMakeFiles/fms.dir/FMS/constants/constants.F90.o -[ 12%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_data.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 12%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp.F90.o -[ 12%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gfdl_cloud_microphys.F90.o -[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/tracer_const_h.f.o -[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/funcphys.f90.o -[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_ugwp_initialize.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radlw_param.f.o -[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radsw_param.f.o -[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_astronomy.f.o -[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_surface.f.o -[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_nst_parameters.f90.o -[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/aer_cloud.F.o -[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_mp_thompson_gfs.F90.o -[ 15%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_mp_wsm6_fv3.F90.o -[ 15%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/get_prs_fv3.f90.o -[ 16%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_cice.f.o -[ 16%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_diff.f.o -[ 16%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_ugwp_module.F90.o -[ 16%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/rascnvv2.f.o -[ 16%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_aerosols.f.o -ifort: command line warning #10121: overriding '-xHOST' with '-xCORE-AVX-I' -[ 16%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_bfmicrophysics.f.o -[ 16%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_gases.f.o -[ 17%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radlw_datatb.f.o -[ 18%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radsw_datatb.f.o -[ 18%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_nst_water_prop.f90.o -[ 18%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/wv_saturation.F.o -[ 19%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cs_conv.F90.o -[ 19%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_efp.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 19%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_memutils.F90.o -[ 20%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_pset.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 21%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_type.F90.o -[ 22%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/gradient.F90.o -[ 22%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_diag.f.o -[ 22%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_domains.F90.o -[ 23%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_drv.f.o -[ 23%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_ocean.f.o -[ 24%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_sice.f.o -[ 24%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_typedefs.F90.o -[ 25%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_clouds.f.o -[ 25%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radlw_main.f.o -[ 25%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radsw_main.f.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 25%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_nst_model.f90.o -[ 25%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cldmacro.F.o -[ 26%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cldwat2m_micro.F.o -[ 26%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/micro_mg2_0.F90.o -[ 26%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/micro_mg3_0.F90.o -[ 27%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_radiation_driver.F90.o -[ 27%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_diagnostics.F90.o -[ 27%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_nst.f.o -[ 27%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_physics_driver.F90.o -[ 27%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_restart.F90.o -[ 28%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_comm.F90.o -[ 28%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_io.F90.o -Compiling in MPI mode (with or without MPP) -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 28%] Building Fortran object CMakeFiles/fms.dir/FMS/memutils/memutils.F90.o -[ 28%] Building Fortran object CMakeFiles/fms.dir/FMS/fms/fms_io.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 29%] Building Fortran object CMakeFiles/fms.dir/FMS/fms/fms.F90.o -[ 29%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bicubic.F90.o -[ 29%] Building Fortran object CMakeFiles/fms.dir/FMS/time_manager/time_manager.F90.o -[ 30%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bilinear.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 30%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_conserve.F90.o -[ 30%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_spherical.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 30%] Building Fortran object CMakeFiles/fms.dir/FMS/axis_utils/axis_utils.F90.o -[ 30%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_grid.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 30%] Building Fortran object CMakeFiles/fms.dir/FMS/field_manager/field_manager.F90.o -[ 30%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/mosaic.F90.o -[ 31%] Building Fortran object CMakeFiles/fms.dir/FMS/topography/gaussian_topog.F90.o -[ 31%] Building Fortran object CMakeFiles/fms.dir/FMS/time_manager/get_cal_time.F90.o -[ 31%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp.F90.o -[ 32%] Building Fortran object CMakeFiles/fms.dir/FMS/time_interp/time_interp.F90.o -[ 32%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_data.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 33%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_types.F90.o -[ 34%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_axis.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_manifest.F90.o -[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/xbt_drop_rate_adjust.f90.o -[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/write_ocean_data.F90.o -[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/time_interp/time_interp_external.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/field_manager/fm_util.F90.o -[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_output.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 36%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_util.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 36%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_table.F90.o -[ 36%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_manager.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 36%] Building Fortran object CMakeFiles/fms.dir/FMS/data_override/data_override.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 37%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/coupler_types.F90.o -[ 37%] Building Fortran object CMakeFiles/fms.dir/FMS/exchange/stock_constants.F90.o -[ 38%] Building Fortran object CMakeFiles/fms.dir/FMS/amip_interp/amip_interp.F90.o -[ 38%] Building Fortran object CMakeFiles/fms.dir/FMS/astronomy/astronomy.F90.o -[ 38%] Building Fortran object CMakeFiles/fms.dir/FMS/block_control/block_control.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 39%] Building Fortran object CMakeFiles/fms.dir/FMS/column_diagnostics/column_diagnostics.F90.o -[ 39%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/atmos_ocean_fluxes.F90.o -[ 39%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/ensemble_manager.F90.o -[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters.F90.o -[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/exchange/xgrid.F90.o -[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft.F90.o -Compiling in MPI mode (with or without MPP) -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft99.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/interpolator/interpolator.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/grid.F90.o -[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_utilities.F90.o -[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core.F90.o -[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core_ecda.F90.o -[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/random_numbers/random_numbers.F90.o -[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/sat_vapor_pres/sat_vapor_pres.F90.o -[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/station_data/station_data.F90.o -[ 41%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_driver.F90.o -[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/topography/topography.F90.o -[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/tracer_manager/tracer_manager.F90.o -[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/tridiagonal/tridiagonal.F90.o -[ 42%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/quicksort.F90.o -[ 43%] Building C object CMakeFiles/fms.dir/FMS/memutils/memuse.c.o -[ 43%] Building C object CMakeFiles/fms.dir/FMS/mosaic/create_xgrid.c.o -[ 43%] Building C object CMakeFiles/fms.dir/FMS/mosaic/gradient_c2l.c.o -[ 44%] Building C object CMakeFiles/fms.dir/FMS/mosaic/interp.c.o -[ 44%] Building C object CMakeFiles/fms.dir/FMS/mosaic/mosaic_util.c.o -[ 44%] Building C object CMakeFiles/fms.dir/FMS/mosaic/read_mosaic.c.o -[ 44%] Building C object CMakeFiles/fms.dir/FMS/affinity/affinity.c.o -[ 45%] Building C object CMakeFiles/fms.dir/FMS/mpp/nsclock.c.o -[ 45%] Building C object CMakeFiles/fms.dir/FMS/mpp/threadloc.c.o -[ 46%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_abstraction_layer.F90.o -[ 47%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2oc.f.o -[ 47%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_solar_heating.f.o -[ 47%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_tracer.f.o -[ 48%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ideaca.f.o -[ 48%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfcsub.F.o -[ 48%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ugwp_driver_v0.f.o -[ 48%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cnvc90.f.o -[ 48%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/dcyc2.f.o -[ 48%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/dcyc2.pre.rad.f.o -[ 48%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/get_prs.f.o -[ 48%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gocart_tracer_config_stub.f.o -[ 49%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gscond.f.o -[ 49%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gscondp.f.o -[ 49%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gwdc.f.o -[ 50%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gwdps.f.o -[ 50%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_orowam2017.f.o -[ 50%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2ohdc.f.o -[ 50%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2ophys.f.o -[ 50%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_co2.f.o -[ 50%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_dissipation.f.o -[ 51%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_h2o.f.o -[ 51%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_ion.f.o -[ 51%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_o2_o3.f.o -[ 52%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_phys.f.o -[ 52%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/lrgsclr.f.o -[ 52%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfpbl.f.o -[ 53%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfpblt.f.o -[ 53%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfpbltq.f.o -[ 53%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfscu.f.o -[ 54%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfscuq.f.o -[ 54%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninedmf.f.o -[ 54%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninedmf_hafs.f.o -[ 55%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninp.f.o -[ 55%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninp1.f.o -[ 55%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninq.f.o -[ 56%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninq1.f.o -[ 56%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninshoc.f.o -[ 56%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mstadb.f.o -[ 57%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mstadbtn.f.o -[ 57%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mstadbtn2.f.o -[ 57%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mstcnv.f.o -[ 58%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ozphys.f.o -[ 58%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ozphys_2015.f.o -[ 59%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/precpd.f.o -[ 59%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/precpd_shoc.f.o -[ 59%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/precpdp.f.o -[ 59%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/progt2.f.o -[ 59%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/rad_initialize.f.o -[ 60%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/rayleigh_damp.f.o -[ 60%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/rayleigh_damp_mesopause.f.o -[ 60%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/samfaerosols.f.o -[ 61%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/samfdeepcnv.f.o -[ 61%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/samfshalcnv.f.o -[ 61%] Linking Fortran static library FMS/libfms.a -[ 61%] Built target fms -[ 61%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sascnv.f.o -[ 61%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sascnvn.f.o -[ 62%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/satmedmfvdif.f.o -[ 62%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/satmedmfvdifq.f.o -[ 62%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/set_soilveg.f.o -[ 62%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_noahmp_drv.f.o -[ 62%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sflx.f.o -[ 62%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcnv.f.o -[ 63%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcv.f.o -[ 63%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcv_1lyr.f.o -[ 63%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcv_fixdp.f.o -[ 63%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcv_opr.f.o -[ 63%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/tridi2t3.f.o -[ 63%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/calpreciptype.f90.o -[ 63%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gcm_shoc.f90.o -[ 64%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2ointerp.f90.o -[ 65%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ozinterp.f90.o -[ 65%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/iccninterp.f90.o -[ 65%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/aerinterp.f90.o -[ 66%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/num_parthds.F.o -[ 67%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gcycle.F90.o -[ 68%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_ugwp_utils.F90.o -[ 68%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_ugwp_triggers.F90.o -[ 68%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_ugwp_solvers.F90.o -[ 68%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_vert_lsatdis.F90.o -[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_vert_orodis.F90.o -[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_vert_wmsdis.F90.o -[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/m_micro_driver.F90.o -[ 70%] Linking Fortran static library libgfsphysics.a -[ 70%] Built target gfsphysics -Scanning dependencies of target ipd -[ 70%] Building Fortran object FV3/ipd/CMakeFiles/ipd.dir/IPD_typedefs.F90.o -[ 70%] Building Fortran object FV3/ipd/CMakeFiles/ipd.dir/IPD_driver.F90.o -[ 70%] Linking Fortran static library libipd.a -[ 70%] Built target ipd -Scanning dependencies of target io -[ 70%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_internal_state.F90.o -[ 70%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_fv3_io_def.F90.o -Scanning dependencies of target fv3core -[ 71%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_arrays.F90.o -[ 72%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/external_sst.F90.o -[ 73%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_fill.F90.o -[ 73%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_nemsio.F90.o -[ 73%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/sim_nc_mod.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 74%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_netcdf.F90.o -[ 74%] Building Fortran object FV3/io/CMakeFiles/io.dir/post_gfs.F90.o -[ 74%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/DYCORE_typedefs.F90.o -[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_mp_mod.F90.o -[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/sorted_index.F90.o -[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_timing.F90.o -[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_cmp.F90.o -[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_eta.F90.o -[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_sg.F90.o -[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_grid_utils.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/boundary.F90.o -[ 76%] Building Fortran object FV3/io/CMakeFiles/io.dir/FV3GFS_io.F90.o -[ 76%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_wrt_grid_comp.F90.o -[ 76%] Building Fortran object FV3/io/CMakeFiles/io.dir/ffsync.F90.o -[ 76%] Building Fortran object FV3/io/CMakeFiles/io.dir/post_nems_routines.F90.o -[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/a2b_edge.F90.o -[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_mapz.F90.o -[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_surf_map.F90.o -[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/tp_core.F90.o -[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_grid_tools.F90.o -[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/init_hydro.F90.o -[ 78%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_treat_da_inc.F90.o -[ 78%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/sw_core.F90.o -[ 79%] Linking Fortran static library libio.a -[ 79%] Built target io -[ 79%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_iau_mod.F90.o -[ 80%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_diagnostics.F90.o -[ 80%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_io.F90.o -[ 80%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/nh_utils.F90.o -[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/nh_core.F90.o -[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/test_cases.F90.o -[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_nudge.F90.o -[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/fv_nggps_diag.F90.o -[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_regional_bc.F90.o -[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_tracer2d.F90.o -[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_update_phys.F90.o -[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/dyn_core.F90.o -[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/external_ic.F90.o -[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_restart.F90.o -[ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_nesting.F90.o -[ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_control.F90.o -[ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_dynamics.F90.o -[ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/atmosphere.F90.o -[ 85%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/multi_gases.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 85%] Linking Fortran static library libfv3core.a -[ 85%] Built target fv3core -Scanning dependencies of target stochastic_physics -[ 86%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/update_ca.f90.o -[ 86%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/spectral_layout.F90.o -[ 87%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_resol_def.f.o -[ 87%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_gg_def.f.o -[ 87%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_layout_lag.f.o -[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/glats_stochy.f.o -[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_namelist_def.F90.o -[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/compns_stochy.F90.o -[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/epslon_stochy.f.o -[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/setlats_lag_stochy.f.o -[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/get_lats_node_a_stochy.f.o -[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/get_ls_node_stochy.f.o -[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/gozrineo_stochy.f.o -[ 89%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/pln2eo_stochy.f.o -[ 90%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/setlats_a_stochy.f.o -[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_internal_state_mod.F90.o -[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/dezouv_stochy.f.o -[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/dozeuv_stochy.f.o -[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/four_to_grid_stochy.F.o -[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_patterngenerator.F90.o -[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/sumfln_stochy.f.o -[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/getcon_lag_stochy.f.o -[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/getcon_spectral.F90.o -[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/initialize_spectral_mod.F90.o -[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_data_mod.F90.o -[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/get_stochy_pattern.F90.o -[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochastic_physics.F90.o -[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/plumes.f90.o -[ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/cellular_automata.f90.o -[ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/num_parthds_stochy.f.o -[ 95%] Linking Fortran static library libstochastic_physics.a -[ 95%] Built target stochastic_physics -Scanning dependencies of target fv3cap -[ 95%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/module_fv3_config.F90.o -[ 96%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/atmos_model.F90.o -[ 97%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/module_fcst_grid_comp.F90.o -[ 97%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/time_utils.F90.o -[ 97%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/fv3_cap.F90.o -[ 97%] Linking Fortran static library libfv3cap.a -[ 97%] Built target fv3cap -Scanning dependencies of target NEMS.exe -[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_MEDIATOR_SpaceWeather.F90.o -[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_EARTH_INTERNAL_STATE.F90.o -[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/ENS_Cpl/ENS_CplComp_ESMFMod_STUB.F90.o -[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_MEDIATOR_methods.F90.o -[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_UTILS.F90.o -[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_INTERNAL_STATE.F90.o -[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_Rusage.F90.o -[ 98%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_MEDIATOR.F90.o -[ 99%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_EARTH_GRID_COMP.F90.o -[ 99%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_GRID_COMP.F90.o -[ 99%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/MAIN_NEMS.F90.o -[100%] Building C object CMakeFiles/NEMS.exe.dir/NEMS/src/nems_c_rusage.c.o -[100%] Linking Fortran executable NEMS.exe -/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib/libjasper.a(jas_stream.o): In function `jas_stream_tmpfile': -/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/src/jasper-1.900.29/src/libjasper/base/jas_stream.c:520: warning: the use of `tmpnam' is dangerous, better use `mkstemp' -[100%] Built target NEMS.exe -+ mv NEMS.exe ../fv3_1.exe -+ cp /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3 ../modules.fv3_1 -+ cd .. -+ '[' YES = YES ']' -+ rm -rf build_fv3_1 -+ elapsed=592 -+ echo 'Elapsed time 592 seconds. Compiling finished' -Elapsed time 592 seconds. Compiling finished -+ SECONDS=0 -+++ readlink -f /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/compile_cmake.sh -++ dirname /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/compile_cmake.sh -+ readonly MYDIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests -+ MYDIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests -+ readonly ARGC=4 -+ ARGC=4 -+ cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests -+ [[ 4 -eq 0 ]] -+ [[ 4 -lt 2 ]] -+ PATHTR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model -+ MACHINE_ID=wcoss_dell_p3 -+ MAKE_OPT='CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_csawmgshoc,FV3_GFS_2017_csawmg,FV3_GFS_2017_satmedmf' -+ BUILD_NAME=fv3_20 -+ clean_before=YES -+ clean_after=YES -+ BUILD_DIR=build_fv3_20 -+ [[ wcoss_dell_p3 == cheyenne.* ]] -+ [[ wcoss_dell_p3 == wcoss_dell_p3 ]] -+ MAKE_THREADS=4 -+ MAKE_THREADS=4 -+ hostname -m72a3 -+ cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests -+ echo 'Compiling CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_csawmgshoc,FV3_GFS_2017_csawmg,FV3_GFS_2017_satmedmf into fv3_20.exe on wcoss_dell_p3' -Compiling CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_csawmgshoc,FV3_GFS_2017_csawmg,FV3_GFS_2017_satmedmf into fv3_20.exe on wcoss_dell_p3 -+ '[' YES = YES ']' -+ rm -rf build_fv3_20 -+ mkdir -p build_fv3_20 -+ CCPP_CMAKE_FLAGS= -+ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_csawmgshoc,FV3_GFS_2017_csawmg,FV3_GFS_2017_satmedmf == *\D\E\B\U\G\=\Y* ]] -+ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_csawmgshoc,FV3_GFS_2017_csawmg,FV3_GFS_2017_satmedmf == *\R\E\P\R\O\=\Y* ]] -+ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_csawmgshoc,FV3_GFS_2017_csawmg,FV3_GFS_2017_satmedmf == *\3\2\B\I\T\=\Y* ]] -+ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_csawmgshoc,FV3_GFS_2017_csawmg,FV3_GFS_2017_satmedmf == *\O\P\E\N\M\P\=\N* ]] -+ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_csawmgshoc,FV3_GFS_2017_csawmg,FV3_GFS_2017_satmedmf == *\C\C\P\P\=\Y* ]] -+ CCPP_CMAKE_FLAGS=' -DCCPP=ON -DMPI=ON' -+ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_csawmgshoc,FV3_GFS_2017_csawmg,FV3_GFS_2017_satmedmf == *\D\E\B\U\G\=\Y* ]] -+ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_csawmgshoc,FV3_GFS_2017_csawmg,FV3_GFS_2017_satmedmf == *\R\E\P\R\O\=\Y* ]] -+ CCPP_CMAKE_FLAGS=' -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release' -+ [[ wcoss_dell_p3 == \j\e\t\.\i\n\t\e\l ]] -+ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_csawmgshoc,FV3_GFS_2017_csawmg,FV3_GFS_2017_satmedmf == *\3\2\B\I\T\=\Y* ]] -+ CCPP_CMAKE_FLAGS=' -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=OFF' -+ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_csawmgshoc,FV3_GFS_2017_csawmg,FV3_GFS_2017_satmedmf == *\S\T\A\T\I\C\=\Y* ]] -+ CCPP_CMAKE_FLAGS=' -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=OFF -DSTATIC=ON' -+ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_csawmgshoc,FV3_GFS_2017_csawmg,FV3_GFS_2017_satmedmf == *\M\U\L\T\I\_\G\A\S\E\S\=\Y* ]] -+ CCPP_CMAKE_FLAGS=' -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF' -++ echo CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_csawmgshoc,FV3_GFS_2017_csawmg,FV3_GFS_2017_satmedmf -++ sed 's/.* SUITES=//' -++ sed 's/ .*//' -+ SUITES=FV3_GFS_2017_csawmgshoc,FV3_GFS_2017_csawmg,FV3_GFS_2017_satmedmf -+ cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model -+ ./FV3/ccpp/framework/scripts/ccpp_prebuild.py --config=FV3/ccpp/config/ccpp_prebuild_config.py --static --suites=FV3_GFS_2017_csawmgshoc,FV3_GFS_2017_csawmg,FV3_GFS_2017_satmedmf --builddir=tests/build_fv3_20/FV3 -INFO: Logging level set to INFO -INFO: Found TYPEDEFS_NEW_METADATA dictionary in config, assume at least some data is in new metadata formet -INFO: Parsing suite definition files ... -INFO: Parsing suite definition file FV3/ccpp/suites/suite_FV3_GFS_2017_csawmgshoc.xml ... -INFO: Parsing suite definition file FV3/ccpp/suites/suite_FV3_GFS_2017_csawmg.xml ... -INFO: Parsing suite definition file FV3/ccpp/suites/suite_FV3_GFS_2017_satmedmf.xml ... -INFO: Parsing metadata tables for variables provided by host model ... -INFO: Parsed variable definition tables in module machine -INFO: Parsed variable definition tables in module module_radsw_parameters -INFO: Parsed variable definition tables in module module_radlw_parameters -INFO: Parsed variable definition tables in module CCPP_typedefs -INFO: Parsed variable definition tables in module GFS_typedefs -INFO: Parsed variable definition tables in module CCPP_data -INFO: Parsed variable definition tables in module ccpp_types -INFO: Convert local names from new metadata format into old metadata format ... -INFO: Converting local name sfcflw of variable lw_fluxes_sfc from new to old metadata -INFO: Converting local name nslwr of variable number_of_timesteps_between_longwave_radiation_calls from new to old metadata -INFO: Converting local name hydrostatic of variable flag_for_hydrostatic_solver from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_of_kinematic_buoyancy_flux_from_shoc_in_phy_f3d) of variable kinematic_buoyancy_flux_from_shoc from new to old metadata -INFO: Converting local name nkbfshoc of variable index_of_kinematic_buoyancy_flux_from_shoc_in_phy_f3d from new to old metadata -INFO: Converting local name dvisbm_cpl of variable cumulative_surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name cnvw of variable convective_cloud_water_mixing_ratio from new to old metadata -INFO: Converting local name ltaerosol of variable flag_for_aerosol_physics from new to old metadata -INFO: Converting local name rainmcadj of variable lwe_thickness_of_moist_convective_adj_precipitation_amount from new to old metadata -INFO: Converting local name loop_cnt of variable ccpp_loop_counter from new to old metadata -INFO: Converting local name ncpi of variable local_ice_number_concentration from new to old metadata -INFO: Converting local name pt of variable virtual_temperature_at_Lagrangian_surface from new to old metadata -INFO: Converting local name nirbmui of variable surface_upwelling_direct_near_infrared_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name vconvtend of variable tendency_of_y_wind_due_to_deep_convection_for_coupling_on_physics_timestep from new to old metadata -INFO: Converting local name uustar_ice of variable surface_friction_velocity_over_ice from new to old metadata -INFO: Converting local name phy_myj_uz0 of variable u_wind_component_at_viscous_sublayer_top from new to old metadata -INFO: Converting local name evap_land of variable kinematic_surface_upward_latent_heat_flux_over_land from new to old metadata -INFO: Converting local name ocean of variable flag_nonzero_ocean_surface_fraction from new to old metadata -INFO: Converting local name ep1d_ocean of variable surface_upward_potential_latent_heat_flux_over_ocean from new to old metadata -INFO: Converting local name qconvtend of variable tendency_of_water_vapor_specific_humidity_due_to_deep_convection_for_coupling_on_physics_timestep from new to old metadata -INFO: Converting local name islmsk_cice of variable sea_land_ice_mask_cice from new to old metadata -INFO: Converting local name cmm_ice of variable surface_drag_wind_speed_for_momentum_in_air_over_ice from new to old metadata -INFO: Converting local name visdfdi of variable surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name cnv_ndrop of variable number_concentration_of_cloud_liquid_water_particles_for_detrainment from new to old metadata -INFO: Converting local name sh2o of variable volume_fraction_of_unfrozen_soil_moisture_for_land_surface_model from new to old metadata -INFO: Converting local name tau_tofd of variable time_integral_of_momentum_flux_due_to_turbulent_orographic_form_drag from new to old metadata -INFO: Converting local name dnirbmi_cpl of variable instantaneous_surface_downwelling_direct_near_infrared_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name refdmax263k of variable maximum_reflectivity_at_minus10c_over_maximum_hourly_time_interval from new to old metadata -INFO: Converting local name ulwsfci of variable surface_upwelling_longwave_flux from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_liquid_cloud_condensate) of variable tendency_of_liquid_cloud_water_mixing_ratio_due_to_model_physics from new to old metadata -INFO: Converting local name ntcw of variable index_for_liquid_cloud_condensate from new to old metadata -INFO: Converting local name lheatstrg of variable flag_for_canopy_heat_storage from new to old metadata -INFO: Converting local name slc of variable volume_fraction_of_unfrozen_soil_moisture from new to old metadata -INFO: Converting local name tsfc_land of variable surface_skin_temperature_over_land_interstitial from new to old metadata -INFO: Converting local name save_v of variable y_wind_save from new to old metadata -INFO: Converting local name xkzm_m of variable atmosphere_momentum_diffusivity_background from new to old metadata -INFO: Converting local name gabsbdlw_land of variable surface_downwelling_longwave_flux_absorbed_by_ground_over_land from new to old metadata -INFO: Converting local name tprcp_ice of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_ice from new to old metadata -INFO: Converting local name stblcpxy of variable slow_soil_pool_mass_content_of_carbon from new to old metadata -INFO: Converting local name cdq_land of variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_land from new to old metadata -INFO: Converting local name du3dt(:,:,2) of variable cumulative_change_in_x_wind_due_to_orographic_gravity_wave_drag from new to old metadata -INFO: Converting local name mg_berg_eff_factor of variable mg_bergeron_efficiency_factor from new to old metadata -INFO: Converting local name clouds(:,:,3) of variable mean_effective_radius_for_liquid_cloud from new to old metadata -INFO: Converting local name aer_nm of variable aerosol_number_concentration_from_gocart_aerosol_climatology from new to old metadata -INFO: Converting local name xzts of variable sensitivity_of_dtl_thickness_to_surface_temperature from new to old metadata -INFO: Converting local name lake of variable flag_nonzero_lake_surface_fraction from new to old metadata -INFO: Converting local name kb of variable vertical_index_difference_between_layer_and_lower_bound from new to old metadata -INFO: Converting local name ipt of variable index_for_diagnostic_printout from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_ice_friendly_aerosols) of variable ice_friendly_aerosol_number_concentration from new to old metadata -INFO: Converting local name ntia of variable index_for_ice_friendly_aerosols from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_rain_water) of variable tendency_of_rain_water_mixing_ratio_due_to_model_physics from new to old metadata -INFO: Converting local name ntrw of variable index_for_rain_water from new to old metadata -INFO: Converting local name con_epsm1 of variable ratio_of_dry_air_to_water_vapor_gas_constants_minus_one from new to old metadata -INFO: Converting local name dqsfc_cice of variable surface_upward_latent_heat_flux_for_coupling_interstitial from new to old metadata -INFO: Converting local name last_step of variable flag_for_the_last_step_of_k_split_remapping from new to old metadata -INFO: Converting local name huge of variable netcdf_float_fillvalue from new to old metadata -INFO: Converting local name save_q(:,:,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio_save from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_liquid_cloud_number_concentration) of variable cloud_droplet_number_concentration from new to old metadata -INFO: Converting local name ntlnc of variable index_for_liquid_cloud_number_concentration from new to old metadata -INFO: Converting local name dv3dt(:,:,1) of variable cumulative_change_in_y_wind_due_to_PBL from new to old metadata -INFO: Converting local name imp_physics_mg of variable flag_for_morrison_gettelman_microphysics_scheme from new to old metadata -INFO: Converting local name cldtaulw of variable cloud_optical_depth_layers_at_10mu_band from new to old metadata -INFO: Converting local name wet of variable flag_nonzero_wet_surface_fraction from new to old metadata -INFO: Converting local name qsnowxy of variable snow_precipitation_rate_at_surface from new to old metadata -INFO: Converting local name iopt_frz of variable flag_for_supercooled_liquid_water_option from new to old metadata -INFO: Converting local name dsnow_cpl of variable tendency_of_lwe_thickness_of_snow_amount_for_coupling from new to old metadata -INFO: Converting local name cldsa of variable cloud_area_fraction_for_radiation from new to old metadata -INFO: Converting local name totsnwb of variable accumulated_lwe_thickness_of_snow_amount_in_bucket from new to old metadata -INFO: Converting local name gq0(:,:,index_for_rain_water) of variable rain_water_mixing_ratio_updated_by_physics from new to old metadata -INFO: Converting local name totsnw of variable accumulated_lwe_thickness_of_snow_amount from new to old metadata -INFO: Converting local name xkzm_s of variable diffusivity_background_sigma_level from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_water_friendly_aerosols) of variable tendency_of_water_friendly_aerosol_number_concentration_due_to_model_physics from new to old metadata -INFO: Converting local name ntwa of variable index_for_water_friendly_aerosols from new to old metadata -INFO: Converting local name fswtr of variable fraction_of_cloud_top_water_scavenged from new to old metadata -INFO: Converting local name nvisbmi_cpl of variable instantaneous_surface_net_downward_direct_ultraviolet_and_visible_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_of_atmosphere_heat_diffusivity_from_shoc_in_phy_f3d) of variable atmosphere_heat_diffusivity_from_shoc from new to old metadata -INFO: Converting local name nahdshoc of variable index_of_atmosphere_heat_diffusivity_from_shoc_in_phy_f3d from new to old metadata -INFO: Converting local name nthreads of variable omp_threads_for_fast_physics from new to old metadata -INFO: Converting local name icemp of variable lwe_thickness_of_ice_amount from new to old metadata -INFO: Converting local name dqsfc_cpl of variable cumulative_surface_upward_latent_heat_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name con_jcal of variable joules_per_calorie_constant from new to old metadata -INFO: Converting local name xmu of variable zenith_angle_temporal_adjustment_factor_for_shortwave_fluxes from new to old metadata -INFO: Converting local name con_fvirt of variable ratio_of_vapor_to_dry_air_gas_constants_minus_one from new to old metadata -INFO: Converting local name evfactl_deep of variable rain_evaporation_coefficient_over_land_deep_convection from new to old metadata -INFO: Converting local name canliqxy of variable canopy_intercepted_liquid_water from new to old metadata -INFO: Converting local name phy_myj_qsfc of variable surface_specific_humidity_for_MYJ_schemes from new to old metadata -INFO: Converting local name rainncprv of variable lwe_thickness_of_explicit_rainfall_amount_from_previous_timestep from new to old metadata -INFO: Converting local name Tbd of variable GFS_tbd_type_instance from new to old metadata -INFO: Converting local name v1 of variable y_wind_at_lowest_model_layer_for_diag from new to old metadata -INFO: Converting local name det_mf of variable cumulative_atmosphere_detrainment_convective_mass_flux from new to old metadata -INFO: Converting local name psurf of variable surface_air_pressure_diag from new to old metadata -INFO: Converting local name gasvmr(:,:,10) of variable volume_mixing_ratio_cfc113 from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_for_rain_effective_radius) of variable effective_radius_of_stratiform_cloud_rain_particle_in_um from new to old metadata -INFO: Converting local name nreffr of variable index_for_rain_effective_radius from new to old metadata -INFO: Converting local name del_gz of variable geopotential_difference_between_midlayers_divided_by_midlayer_virtual_temperature from new to old metadata -INFO: Converting local name imfdeepcnv_ntiedtke of variable flag_for_ntiedtke_deep_convection_scheme from new to old metadata -INFO: Converting local name h2o_coeff of variable number_of_coefficients_in_h2o_forcing_data from new to old metadata -INFO: Converting local name tgrs of variable air_temperature from new to old metadata -INFO: Converting local name xlon of variable longitude from new to old metadata -INFO: Converting local name c_d of variable coefficient_c_d from new to old metadata -INFO: Converting local name tlvl of variable air_temperature_at_interface_for_radiation from new to old metadata -INFO: Converting local name f_rimef of variable rime_factor from new to old metadata -INFO: Converting local name mg_do_ice_gmao of variable mg_flag_for_gmao_ice_formulation from new to old metadata -INFO: Converting local name snowca of variable cumulative_surface_snow_area_fraction_multiplied_by_timestep from new to old metadata -INFO: Converting local name hflx of variable kinematic_surface_upward_sensible_heat_flux from new to old metadata -INFO: Converting local name dt3dt(:,:,6) of variable cumulative_change_in_temperature_due_to_microphysics from new to old metadata -INFO: Converting local name nirdfui of variable surface_upwelling_diffuse_near_infrared_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name trans of variable transpiration_flux from new to old metadata -INFO: Converting local name ntchs of variable index_for_first_chemical_tracer from new to old metadata -INFO: Converting local name idxday of variable daytime_points from new to old metadata -INFO: Converting local name iceprv of variable lwe_thickness_of_ice_amount_from_previous_timestep from new to old metadata -INFO: Converting local name mg_alf of variable mg_tuning_factor_for_alphas from new to old metadata -INFO: Converting local name nupdraft of variable number_of_plumes from new to old metadata -INFO: Converting local name qr_r of variable cloud_rain_water_mixing_ratio from new to old metadata -INFO: Converting local name sec of variable seconds_elapsed_since_model_initialization from new to old metadata -INFO: Converting local name epi of variable instantaneous_surface_potential_evaporation from new to old metadata -INFO: Converting local name gflx_land of variable upward_heat_flux_in_soil_over_land from new to old metadata -INFO: Converting local name du3dt_ngw of variable time_integral_of_change_in_x_wind_due_to_nonstationary_gravity_wave from new to old metadata -INFO: Converting local name bl_mynn_cloudpdf of variable cloudpdf from new to old metadata -INFO: Converting local name vtype of variable vegetation_type_classification_real from new to old metadata -INFO: Converting local name imfdeepcnv_gf of variable flag_for_gf_deep_convection_scheme from new to old metadata -INFO: Converting local name lssav of variable flag_diagnostics from new to old metadata -INFO: Converting local name sfalb of variable surface_diffused_shortwave_albedo from new to old metadata -INFO: Converting local name acvb of variable smallest_cloud_base_vertical_index_encountered_thus_far from new to old metadata -INFO: Converting local name c_0 of variable coefficient_c_0 from new to old metadata -INFO: Converting local name mpirank of variable mpi_rank_for_fast_physics from new to old metadata -INFO: Converting local name ntrac of variable number_of_tracers from new to old metadata -INFO: Converting local name dvsfci of variable instantaneous_surface_y_momentum_flux_for_diag from new to old metadata -INFO: Converting local name GFS_Interstitial of variable GFS_interstitial_type_instance_all_threads from new to old metadata -INFO: Converting local name in_nm of variable in_number_concentration from new to old metadata -INFO: Converting local name blksz2(ccpp_block_number) of variable horizontal_dimension from new to old metadata -INFO: Converting local name blk_no of variable ccpp_block_number from new to old metadata -INFO: Converting local name min_lakeice of variable lake_ice_minimum from new to old metadata -INFO: Converting local name canicexy of variable canopy_intercepted_ice_mass from new to old metadata -INFO: Converting local name mg_precip_frac_method of variable mg_type_of_precip_fraction_method from new to old metadata -INFO: Converting local name lonr of variable number_of_equatorial_longitude_points from new to old metadata -INFO: Converting local name dt3dt(:,:,7) of variable cumulative_change_in_temperature_due_to_orographic_gravity_wave_drag from new to old metadata -INFO: Converting local name dtzm of variable mean_change_over_depth_in_sea_water_temperature from new to old metadata -INFO: Converting local name du3dt_mtb of variable time_integral_of_change_in_x_wind_due_to_mountain_blocking_drag from new to old metadata -INFO: Converting local name stress_land of variable surface_wind_stress_over_land from new to old metadata -INFO: Converting local name nspinup of variable number_of_iterations_to_spin_up_cellular_automata from new to old metadata -INFO: Converting local name zogw of variable height_of_launch_level_of_orographic_gravity_wave from new to old metadata -INFO: Converting local name ntsw of variable index_for_snow_water from new to old metadata -INFO: Converting local name cov of variable t_prime_q_prime from new to old metadata -INFO: Converting local name sup of variable ice_supersaturation_threshold from new to old metadata -INFO: Converting local name dt3dt(:,:,3) of variable cumulative_change_in_temperature_due_to_PBL from new to old metadata -INFO: Converting local name mg_qcvar of variable mg_cloud_water_variance from new to old metadata -INFO: Converting local name ffmm_ice of variable Monin_Obukhov_similarity_function_for_momentum_over_ice from new to old metadata -INFO: Converting local name dtdt of variable tendency_of_air_temperature_at_Lagrangian_surface from new to old metadata -INFO: Converting local name GFS_statein_type of variable GFS_statein_type from new to old metadata -INFO: Converting local name train of variable accumulated_change_of_air_temperature_due_to_FA_scheme from new to old metadata -INFO: Converting local name fscav of variable coefficients_for_aerosol_scavenging from new to old metadata -INFO: Converting local name prslk(:,1) of variable dimensionless_exner_function_at_lowest_model_layer from new to old metadata -INFO: Converting local name tf of variable frozen_cloud_threshold_temperature from new to old metadata -INFO: Converting local name communicator of variable mpi_comm from new to old metadata -INFO: Converting local name qs_r of variable cloud_snow_mixing_ratio from new to old metadata -INFO: Converting local name skebv_wts of variable weights_for_stochastic_skeb_perturbation_of_y_wind from new to old metadata -INFO: Converting local name bl_mynn_edmf_part of variable edmf_partition_flag from new to old metadata -INFO: Converting local name dq3dt(:,:,7) of variable cumulative_change_in_ozone_concentration_due_to_ozone_mixing_ratio from new to old metadata -INFO: Converting local name swhc of variable tendency_of_air_temperature_due_to_shortwave_heating_assuming_clear_sky_on_radiation_timestep from new to old metadata -INFO: Converting local name mg_ngnst of variable mg_graupel_concentration_constant from new to old metadata -INFO: Converting local name GFS_grid_type of variable GFS_grid_type from new to old metadata -INFO: Converting local name js of variable starting_y_direction_index from new to old metadata -INFO: Converting local name out_dt of variable flag_for_tendency_of_air_temperature_at_Lagrangian_surface from new to old metadata -INFO: Converting local name delr of variable layer_pressure_thickness_for_radiation from new to old metadata -INFO: Converting local name ncgl of variable local_graupel_number_concentration from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_snow_water) of variable snow_water_mixing_ratio from new to old metadata -INFO: Converting local name totgrp of variable accumulated_lwe_thickness_of_graupel_amount from new to old metadata -INFO: Converting local name cldtausw of variable cloud_optical_depth_layers_at_0p55mu_band from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_ozone) of variable tendency_of_ozone_mixing_ratio_due_to_model_physics from new to old metadata -INFO: Converting local name ntoz of variable index_for_ozone from new to old metadata -INFO: Converting local name evap of variable kinematic_surface_upward_latent_heat_flux from new to old metadata -INFO: Converting local name oro of variable orography from new to old metadata -INFO: Converting local name topfsw of variable sw_fluxes_top_atmosphere from new to old metadata -INFO: Converting local name jmap of variable map_of_block_column_number_to_global_j_index from new to old metadata -INFO: Converting local name cdq of variable surface_drag_coefficient_for_heat_and_moisture_in_air from new to old metadata -INFO: Converting local name soiltype of variable soil_type_classification from new to old metadata -INFO: Converting local name evap_ocean of variable kinematic_surface_upward_latent_heat_flux_over_ocean from new to old metadata -INFO: Converting local name nblks of variable number_of_blocks from new to old metadata -INFO: Converting local name dxinv of variable inverse_scaling_factor_for_critical_relative_humidity from new to old metadata -INFO: Converting local name dvsfc of variable cumulative_surface_y_momentum_flux_for_diag_multiplied_by_timestep from new to old metadata -INFO: Converting local name GFS_stateout_type of variable GFS_stateout_type from new to old metadata -INFO: Converting local name qg of variable cloud_graupel_specific_humidity_at_Lagrangian_surface from new to old metadata -INFO: Converting local name nmtvr of variable number_of_statistical_measures_of_subgrid_orography from new to old metadata -INFO: Converting local name nseed of variable cellular_automata_seed_frequency from new to old metadata -INFO: Converting local name nlives of variable cellular_automata_lifetime from new to old metadata -INFO: Converting local name vegf1d of variable perturbation_of_vegetation_fraction from new to old metadata -INFO: Converting local name v10m of variable y_wind_at_10m from new to old metadata -INFO: Converting local name hice of variable sea_ice_thickness from new to old metadata -INFO: Converting local name mbota of variable model_layer_number_at_cloud_base from new to old metadata -INFO: Converting local name ncnvw of variable index_for_convective_cloud_water_mixing_ratio_in_phy_f3d from new to old metadata -INFO: Converting local name flqc of variable surface_exchange_coefficient_for_moisture from new to old metadata -INFO: Converting local name imfshalcnv_samf of variable flag_for_samf_shallow_convection_scheme from new to old metadata -INFO: Converting local name ntdiag of variable diagnostics_control_for_chemical_tracers from new to old metadata -INFO: Converting local name c1_shal of variable detrainment_conversion_parameter_shallow_convection from new to old metadata -INFO: Converting local name con_g of variable gravitational_acceleration from new to old metadata -INFO: Converting local name je of variable ending_y_direction_index from new to old metadata -INFO: Converting local name hprime(:,1) of variable standard_deviation_of_subgrid_orography from new to old metadata -INFO: Converting local name lh of variable surface_latent_heat from new to old metadata -INFO: Converting local name v10max of variable maximum_v_wind_at_10m_over_maximum_hourly_time_interval from new to old metadata -INFO: Converting local name dvsfcg of variable instantaneous_y_stress_due_to_gravity_wave_drag from new to old metadata -INFO: Converting local name mg_ninst of variable mg_ice_concentration_constant from new to old metadata -INFO: Converting local name lwhd of variable tendency_of_air_temperature_due_to_longwave_heating_for_idea from new to old metadata -INFO: Converting local name ntkev of variable index_for_turbulent_kinetic_energy_vertical_diffusion_tracer from new to old metadata -INFO: Converting local name fm10 of variable Monin_Obukhov_similarity_function_for_momentum_at_10m from new to old metadata -INFO: Converting local name phour of variable forecast_time_at_previous_timestep from new to old metadata -INFO: Converting local name phys_hydrostatic of variable flag_for_hydrostatic_heating_from_physics from new to old metadata -INFO: Converting local name nswsfci of variable surface_net_downwelling_shortwave_flux from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_for_graupel_effective_radius) of variable effective_radius_of_stratiform_cloud_graupel_particle_in_um from new to old metadata -INFO: Converting local name ngeffr of variable index_for_graupel_effective_radius from new to old metadata -INFO: Converting local name kt of variable vertical_index_difference_between_layer_and_upper_bound from new to old metadata -INFO: Converting local name GFS_tbd_type of variable GFS_tbd_type from new to old metadata -INFO: Converting local name tsurf_ocean of variable surface_skin_temperature_after_iteration_over_ocean from new to old metadata -INFO: Converting local name gu0(:,1) of variable x_wind_at_lowest_model_layer_updated_by_physics from new to old metadata -INFO: Converting local name akap of variable kappa_dry_for_fast_physics from new to old metadata -INFO: Converting local name lsm of variable flag_for_land_surface_scheme from new to old metadata -INFO: Converting local name nscav of variable number_of_tracers_scavenged from new to old metadata -INFO: Converting local name ffmm of variable Monin_Obukhov_similarity_function_for_momentum from new to old metadata -INFO: Converting local name nnirbm_cpl of variable cumulative_surface_net_downward_direct_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name tau_mtb of variable instantaneous_momentum_flux_due_to_mountain_blocking_drag from new to old metadata -INFO: Converting local name snicexy of variable snow_layer_ice from new to old metadata -INFO: Converting local name flag_guess of variable flag_for_guess_run from new to old metadata -INFO: Converting local name dnirbm_cpl of variable cumulative_surface_downwelling_direct_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name chh_ocean of variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_ocean from new to old metadata -INFO: Converting local name dtsfci_cpl of variable instantaneous_surface_upward_sensible_heat_flux_for_coupling from new to old metadata -INFO: Converting local name flgmin of variable minimum_large_ice_fraction from new to old metadata -INFO: Converting local name t02max of variable maximum_temperature_at_2m_over_maximum_hourly_time_interval from new to old metadata -INFO: Converting local name tconvtend of variable tendency_of_air_temperature_due_to_deep_convection_for_coupling_on_physics_timestep from new to old metadata -INFO: Converting local name zorl of variable surface_roughness_length from new to old metadata -INFO: Converting local name coslat of variable cosine_of_latitude from new to old metadata -INFO: Converting local name pertalb of variable magnitude_of_surface_albedo_perturbation from new to old metadata -INFO: Converting local name aecm of variable instantaneous_aerosol_column_mass_densities from new to old metadata -INFO: Converting local name con_rv of variable gas_constant_water_vapor from new to old metadata -INFO: Converting local name wminco of variable cloud_condensed_water_conversion_threshold from new to old metadata -INFO: Converting local name fastcpxy of variable fast_soil_pool_mass_content_of_carbon from new to old metadata -INFO: Converting local name kind_grid of variable kind_grid from new to old metadata -INFO: Converting local name stress of variable surface_wind_stress from new to old metadata -INFO: Converting local name qgrs(:,1,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio_at_lowest_model_layer from new to old metadata -INFO: Converting local name rhc of variable critical_relative_humidity from new to old metadata -INFO: Converting local name tsfco of variable sea_surface_temperature from new to old metadata -INFO: Converting local name tau_ngw of variable instantaneous_momentum_flux_due_to_nonstationary_gravity_wave from new to old metadata -INFO: Converting local name tsfcl of variable surface_skin_temperature_over_land from new to old metadata -INFO: Converting local name clouds(:,:,7) of variable mean_effective_radius_for_rain_drop from new to old metadata -INFO: Converting local name con_cliq of variable specific_heat_of_liquid_water_at_constant_pressure from new to old metadata -INFO: Converting local name zmtb of variable height_of_mountain_blocking from new to old metadata -INFO: Converting local name ulwsfcin_cpl of variable surface_upwelling_longwave_flux_for_coupling from new to old metadata -INFO: Converting local name dlwsfc_cpl of variable cumulative_surface_downwelling_longwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name sfcdlw of variable surface_downwelling_longwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name t1 of variable air_temperature_at_lowest_model_layer_for_diag from new to old metadata -INFO: Converting local name ntiw of variable index_for_ice_cloud_condensate from new to old metadata -INFO: Converting local name bl_mynn_mixlength of variable mixing_length_flag from new to old metadata -INFO: Converting local name faerlw(:,:,:,1) of variable aerosol_optical_depth_for_longwave_bands_01_16 from new to old metadata -INFO: Converting local name ozpl of variable ozone_forcing from new to old metadata -INFO: Converting local name dlength of variable characteristic_grid_length_scale from new to old metadata -INFO: Converting local name slag of variable equation_of_time from new to old metadata -INFO: Converting local name ntot2d of variable number_of_fields_in_phyf2d from new to old metadata -INFO: Converting local name iopt_run of variable flag_for_runoff_and_groundwater_option from new to old metadata -INFO: Converting local name gq0(:,:,index_for_liquid_cloud_number_concentration) of variable cloud_droplet_number_concentration_updated_by_physics from new to old metadata -INFO: Converting local name sneqvoxy of variable snow_mass_at_previous_time_step from new to old metadata -INFO: Converting local name con_rhw0 of variable sea_water_reference_density from new to old metadata -INFO: Converting local name mtopa of variable model_layer_number_at_cloud_top from new to old metadata -INFO: Converting local name pertshc of variable magnitude_of_perturbation_of_soil_type_b_parameter from new to old metadata -INFO: Converting local name levi of variable vertical_interface_dimension from new to old metadata -INFO: Converting local name do_shoc of variable flag_for_shoc from new to old metadata -INFO: Converting local name du3dt_tms of variable time_integral_of_change_in_x_wind_due_to_turbulent_orographic_form_drag from new to old metadata -INFO: Converting local name snow_cpl of variable lwe_thickness_of_snow_amount_for_coupling from new to old metadata -INFO: Converting local name pkz of variable finite_volume_mean_edge_pressure_raised_to_the_power_of_kappa from new to old metadata -INFO: Converting local name nn of variable number_of_tracers_for_convective_transport from new to old metadata -INFO: Converting local name do_sat_adj of variable flag_for_saturation_adjustment_for_microphysics_in_dynamics from new to old metadata -INFO: Converting local name dx of variable cell_size from new to old metadata -INFO: Converting local name do_ugwp of variable do_ugwp from new to old metadata -INFO: Converting local name rain of variable lwe_thickness_of_precipitation_amount_on_dynamics_timestep from new to old metadata -INFO: Converting local name iopt_crs of variable flag_for_canopy_stomatal_resistance_option from new to old metadata -INFO: Converting local name qgrs(:,1,index_for_water_vapor) of variable water_vapor_specific_humidity_at_lowest_model_layer from new to old metadata -INFO: Converting local name ntqv of variable index_for_water_vapor from new to old metadata -INFO: Converting local name t02min of variable minimum_temperature_at_2m_over_maximum_hourly_time_interval from new to old metadata -INFO: Converting local name imp_physics_gfdl of variable flag_for_gfdl_microphysics_scheme from new to old metadata -INFO: Converting local name lprnt of variable flag_print from new to old metadata -INFO: Converting local name gabsbdlw_ice of variable surface_downwelling_longwave_flux_absorbed_by_ground_over_ice from new to old metadata -INFO: Converting local name imp_physics_thompson of variable flag_for_thompson_microphysics_scheme from new to old metadata -INFO: Converting local name ctei_rm of variable critical_cloud_top_entrainment_instability_criteria from new to old metadata -INFO: Converting local name tseal of variable surface_skin_temperature_for_nsst from new to old metadata -INFO: Converting local name dusfc_fd of variable integrated_x_momentum_flux_from_form_drag from new to old metadata -INFO: Converting local name dusfcin_cpl of variable surface_x_momentum_flux_for_coupling from new to old metadata -INFO: Converting local name slope of variable surface_slope_classification_real from new to old metadata -INFO: Converting local name htrlw of variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_timestep from new to old metadata -INFO: Converting local name mg_qcmin(2) of variable mg_minimum_ice_mixing_ratio from new to old metadata -INFO: Converting local name tice of variable sea_ice_temperature_interstitial from new to old metadata -INFO: Converting local name adjvisbmu of variable surface_upwelling_direct_ultraviolet_and_visible_shortwave_flux from new to old metadata -INFO: Converting local name dvgwd of variable time_integral_of_y_stress_due_to_gravity_wave_drag from new to old metadata -INFO: Converting local name dusfc_cice of variable surface_x_momentum_flux_for_coupling_interstitial from new to old metadata -INFO: Converting local name errmsg of variable ccpp_error_message from new to old metadata -INFO: Converting local name flag_cice of variable flag_for_cice from new to old metadata -INFO: Converting local name Coupling of variable GFS_coupling_type_instance from new to old metadata -INFO: Converting local name cs_parm(3) of variable detrainment_and_precipitation_tunable_parameter_3_CS from new to old metadata -INFO: Converting local name snliqxy of variable snow_layer_liquid_water from new to old metadata -INFO: Converting local name mstrat of variable flag_for_moorthi_stratus from new to old metadata -INFO: Converting local name imfdeepcnv_sas of variable flag_for_sas_deep_convection_scheme from new to old metadata -INFO: Converting local name weasd_ice of variable water_equivalent_accumulated_snow_depth_over_ice from new to old metadata -INFO: Converting local name bl_mynn_edmf_mom of variable edmf_momentum_transport_flag from new to old metadata -INFO: Converting local name npdf3d of variable number_of_3d_arrays_associated_with_pdf_based_clouds from new to old metadata -INFO: Converting local name dq3dt(:,:,2) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_deep_convection from new to old metadata -INFO: Converting local name w_upi of variable vertical_velocity_for_updraft from new to old metadata -INFO: Converting local name qlyr of variable water_vapor_specific_humidity_at_layer_for_radiation from new to old metadata -INFO: Converting local name fm10_ice of variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_ice from new to old metadata -INFO: Converting local name qgl of variable local_graupel_mixing_ratio from new to old metadata -INFO: Converting local name gt0(:,1) of variable air_temperature_at_lowest_model_layer_updated_by_physics from new to old metadata -INFO: Converting local name ccpp_t of variable ccpp_t from new to old metadata -INFO: Converting local name clouds(:,:,4) of variable cloud_ice_water_path from new to old metadata -INFO: Converting local name rain_cpl of variable lwe_thickness_of_precipitation_amount_for_coupling from new to old metadata -INFO: Converting local name bl_mynn_cloudmix of variable cloud_specie_mix_flag from new to old metadata -INFO: Converting local name tgxy of variable ground_temperature_for_noahmp from new to old metadata -INFO: Converting local name oa4 of variable asymmetry_of_subgrid_orography from new to old metadata -INFO: Converting local name refdmax of variable maximum_reflectivity_at_1km_agl_over_maximum_hourly_time_interval from new to old metadata -INFO: Converting local name GFS_Data(ccpp_block_number) of variable GFS_data_type_instance from new to old metadata -INFO: Converting local name dvsfc_cpl of variable cumulative_surface_y_momentum_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name shocaftcnv of variable flag_for_shoc_after_convection from new to old metadata -INFO: Converting local name mg_rhmini of variable mg_minimum_rh_for_ice from new to old metadata -INFO: Converting local name t2mi_cpl of variable instantaneous_temperature_at_2m_for_coupling from new to old metadata -INFO: Converting local name GFS_Interstitial(ccpp_thread_number) of variable GFS_interstitial_type_instance from new to old metadata -INFO: Converting local name thrd_no of variable ccpp_thread_number from new to old metadata -INFO: Converting local name evbs of variable soil_upward_latent_heat_flux from new to old metadata -INFO: Converting local name dtdtr of variable tendency_of_air_temperature_due_to_radiative_heating_on_physics_time_step from new to old metadata -INFO: Converting local name spfhmin of variable minimum_specific_humidity_at_2m from new to old metadata -INFO: Converting local name xsaixy of variable stem_area_index from new to old metadata -INFO: Converting local name lsoil of variable soil_vertical_dimension from new to old metadata -INFO: Converting local name mg_ts_auto_ice of variable mg_time_scale_for_autoconversion_of_ice from new to old metadata -INFO: Converting local name ca_deep of variable fraction_of_cellular_automata_for_deep_convection from new to old metadata -INFO: Converting local name work1 of variable grid_size_related_coefficient_used_in_scale_sensitive_schemes from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_for_cloud_liquid_water_effective_radius) of variable effective_radius_of_stratiform_cloud_liquid_water_particle_in_um from new to old metadata -INFO: Converting local name nleffr of variable index_for_cloud_liquid_water_effective_radius from new to old metadata -INFO: Converting local name dlwsfci of variable surface_downwelling_longwave_flux from new to old metadata -INFO: Converting local name mg_nicons of variable mg_flag_ice_concentration_constant from new to old metadata -INFO: Converting local name faersw(:,:,:,1) of variable aerosol_optical_depth_for_shortwave_bands_01_16 from new to old metadata -INFO: Converting local name xt of variable diurnal_thermocline_layer_heat_content from new to old metadata -INFO: Converting local name prsl of variable air_pressure from new to old metadata -INFO: Converting local name cv of variable fraction_of_convective_cloud from new to old metadata -INFO: Converting local name blksz of variable horizontal_block_size from new to old metadata -INFO: Converting local name pertvegf of variable magnitude_of_perturbation_of_vegetation_fraction from new to old metadata -INFO: Converting local name gq0(:,:,index_for_cloud_amount) of variable cloud_fraction_updated_by_physics from new to old metadata -INFO: Converting local name ntclamt of variable index_for_cloud_amount from new to old metadata -INFO: Converting local name zorlo of variable surface_roughness_length_over_ocean from new to old metadata -INFO: Converting local name te0 of variable atmosphere_energy_content_at_Lagrangian_surface from new to old metadata -INFO: Converting local name ktop of variable vertical_index_at_cloud_top from new to old metadata -INFO: Converting local name prevsq of variable moisture_from_previous_timestep from new to old metadata -INFO: Converting local name kpbl of variable vertical_index_at_top_of_atmosphere_boundary_layer from new to old metadata -INFO: Converting local name ncells of variable cellular_automata_finer_grid from new to old metadata -INFO: Converting local name cnvc of variable convective_cloud_cover from new to old metadata -INFO: Converting local name totprcp of variable accumulated_lwe_thickness_of_precipitation_amount from new to old metadata -INFO: Converting local name cgwf of variable multiplication_factors_for_convective_gravity_wave_drag from new to old metadata -INFO: Converting local name do_shum of variable flag_for_stochastic_shum_option from new to old metadata -INFO: Converting local name save_q of variable tracer_concentration_save from new to old metadata -INFO: Converting local name h2o_pres of variable natural_log_of_h2o_forcing_data_pressure_levels from new to old metadata -INFO: Converting local name iopt_snf of variable flag_for_precipitation_partition_option from new to old metadata -INFO: Converting local name c0s_shal of variable rain_conversion_parameter_shallow_convection from new to old metadata -INFO: Converting local name zwtxy of variable water_table_depth from new to old metadata -INFO: Converting local name qr of variable cloud_rain_specific_humidity_at_Lagrangian_surface from new to old metadata -INFO: Converting local name dzlyr of variable layer_thickness_for_radiation from new to old metadata -INFO: Converting local name taussxy of variable nondimensional_snow_age from new to old metadata -INFO: Converting local name tsfa of variable surface_air_temperature_for_radiation from new to old metadata -INFO: Converting local name snoalb of variable upper_bound_on_max_albedo_over_deep_snow from new to old metadata -INFO: Converting local name xs of variable sea_water_salinity from new to old metadata -INFO: Converting local name dvsfci_cpl of variable instantaneous_surface_y_momentum_flux_for_coupling from new to old metadata -INFO: Converting local name xlat of variable latitude from new to old metadata -INFO: Converting local name ugrs of variable x_wind from new to old metadata -INFO: Converting local name shdmin of variable minimum_vegetation_area_fraction from new to old metadata -INFO: Converting local name nnirdfi_cpl of variable instantaneous_surface_net_downward_diffuse_near_infrared_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name microp_uniform of variable mg_flag_for_uniform_subcolumns from new to old metadata -INFO: Converting local name frland of variable land_area_fraction_for_microphysics from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_ice_friendly_aerosols) of variable tendency_of_ice_friendly_aerosol_number_concentration_due_to_model_physics from new to old metadata -INFO: Converting local name oz_pres of variable natural_log_of_ozone_forcing_data_pressure_levels from new to old metadata -INFO: Converting local name zlwb of variable time_integral_of_height_of_low_level_wave_breaking from new to old metadata -INFO: Converting local name gq0(:,:,index_for_ice_cloud_condensate) of variable ice_water_mixing_ratio_updated_by_physics from new to old metadata -INFO: Converting local name qss of variable surface_specific_humidity from new to old metadata -INFO: Converting local name dry of variable flag_nonzero_land_surface_fraction from new to old metadata -INFO: Converting local name bk of variable b_parameter_of_the_hybrid_coordinate from new to old metadata -INFO: Converting local name cdmbgwd of variable multiplication_factors_for_mountain_blocking_and_orographic_gravity_wave_drag from new to old metadata -INFO: Converting local name levs of variable vertical_dimension from new to old metadata -INFO: Converting local name swhtr of variable flag_for_output_of_shortwave_heating_rate from new to old metadata -INFO: Converting local name zorl_land of variable surface_roughness_length_over_land_interstitial from new to old metadata -INFO: Converting local name t2m of variable temperature_at_2m from new to old metadata -INFO: Converting local name tau_ogw of variable instantaneous_momentum_flux_due_to_orographic_gravity_wave_drag from new to old metadata -INFO: Converting local name shoc_parm(3) of variable shoc_tke_dissipation_tunable_parameter_near_surface from new to old metadata -INFO: Converting local name gflx_ice of variable upward_heat_flux_in_soil_over_ice from new to old metadata -INFO: Converting local name nspc1 of variable number_of_species_for_aerosol_optical_depth from new to old metadata -INFO: Converting local name drain_cpl of variable tendency_of_lwe_thickness_of_precipitation_amount_for_coupling from new to old metadata -INFO: Converting local name phis of variable surface_geopotential_at_Lagrangian_surface from new to old metadata -INFO: Converting local name q2mi_cpl of variable instantaneous_specific_humidity_at_2m_for_coupling from new to old metadata -INFO: Converting local name zogw of variable time_integral_of_height_of_launch_level_of_orographic_gravity_wave from new to old metadata -INFO: Converting local name prsi of variable air_pressure_at_interface from new to old metadata -INFO: Converting local name aerodp of variable atmosphere_optical_thickness_due_to_ambient_aerosol_particles from new to old metadata -INFO: Converting local name shal_cnv of variable flag_for_shallow_convection from new to old metadata -INFO: Converting local name icsdlw of variable seed_random_numbers_lw from new to old metadata -INFO: Converting local name ncld of variable number_of_hydrometeors from new to old metadata -INFO: Converting local name gasvmr(:,:,6) of variable volume_mixing_ratio_cfc11 from new to old metadata -INFO: Converting local name tracers_water of variable number_of_water_tracers from new to old metadata -INFO: Converting local name nscyc of variable number_of_timesteps_between_surface_cycling_calls from new to old metadata -INFO: Converting local name dswsfc_cpl of variable cumulative_surface_downwelling_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name adjvisdfu of variable surface_upwelling_diffuse_ultraviolet_and_visible_shortwave_flux from new to old metadata -INFO: Converting local name cs_parm(2) of variable updraft_velocity_tunable_parameter_2_CS from new to old metadata -INFO: Converting local name lsswr of variable flag_to_calc_sw from new to old metadata -INFO: Converting local name imfshalcnv_gf of variable flag_for_gf_shallow_convection_scheme from new to old metadata -INFO: Converting local name kinver of variable index_of_highest_temperature_inversion from new to old metadata -INFO: Converting local name tslb of variable soil_temperature_for_land_surface_model from new to old metadata -INFO: Converting local name weasd of variable water_equivalent_accumulated_snow_depth from new to old metadata -INFO: Converting local name tisfc of variable sea_ice_temperature from new to old metadata -INFO: Converting local name faerlw of variable aerosol_optical_properties_for_longwave_bands_01_16 from new to old metadata -INFO: Converting local name logunit of variable iounit_log from new to old metadata -INFO: Converting local name fast_mp_consv of variable flag_for_fast_microphysics_energy_conservation from new to old metadata -INFO: Converting local name cnv_mfd of variable detrained_mass_flux from new to old metadata -INFO: Converting local name zvir of variable ratio_of_vapor_to_dry_air_gas_constants_minus_one_default_kind from new to old metadata -INFO: Converting local name jed of variable ending_y_direction_index_domain from new to old metadata -INFO: Converting local name gasvmr(:,:,3) of variable volume_mixing_ratio_ch4 from new to old metadata -INFO: Converting local name sfcdsw of variable surface_downwelling_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name hydrostatic of variable flag_for_hydrostatic_solver_for_fast_physics from new to old metadata -INFO: Converting local name dvsfc_bl of variable integrated_y_momentum_flux_from_blocking_drag from new to old metadata -INFO: Converting local name Grid of variable GFS_grid_type_instance from new to old metadata -INFO: Converting local name ncnd of variable number_of_cloud_condensate_types from new to old metadata -INFO: Converting local name w_0 of variable coefficient_w_0 from new to old metadata -INFO: Converting local name zm of variable ocean_mixed_layer_thickness from new to old metadata -INFO: Converting local name shoc_parm(2) of variable shoc_tke_dissipation_tunable_parameter from new to old metadata -INFO: Converting local name cdec of variable cosine_of_solar_declination_angle from new to old metadata -INFO: Converting local name npzq_con of variable vertical_dimension_for_condensed_water_at_Lagrangian_surface from new to old metadata -INFO: Converting local name rmol of variable reciprocal_of_obukhov_length from new to old metadata -INFO: Converting local name snowxy of variable number_of_snow_layers from new to old metadata -INFO: Converting local name hflx_land of variable kinematic_surface_upward_sensible_heat_flux_over_land from new to old metadata -INFO: Converting local name clw of variable convective_transportable_tracers from new to old metadata -INFO: Converting local name srflag of variable flag_for_precipitation_type from new to old metadata -INFO: Converting local name suntim of variable duration_of_sunshine from new to old metadata -INFO: Converting local name isot of variable soil_type_dataset_choice from new to old metadata -INFO: Converting local name isol of variable flag_for_solar_constant from new to old metadata -INFO: Converting local name th2m of variable potential_temperature_at_2m from new to old metadata -INFO: Converting local name hpbl of variable atmosphere_boundary_layer_thickness from new to old metadata -INFO: Converting local name cd of variable surface_drag_coefficient_for_momentum_in_air from new to old metadata -INFO: Converting local name dusfc_ls of variable integrated_x_momentum_flux_from_large_scale_gwd from new to old metadata -INFO: Converting local name do_sppt of variable flag_for_stochastic_surface_physics_perturbations from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_for_convective_cloud_water_mixing_ratio_in_phy_f3d) of variable convective_cloud_water_mixing_ratio_in_phy_f3d from new to old metadata -INFO: Converting local name rb_ice of variable bulk_richardson_number_at_lowest_model_level_over_ice from new to old metadata -INFO: Converting local name itc of variable number_of_aerosol_tracers_for_convection from new to old metadata -INFO: Converting local name Cldprop of variable GFS_cldprop_type_instance from new to old metadata -INFO: Converting local name grav_settling of variable grav_settling from new to old metadata -INFO: Converting local name gq0(:,:,index_for_ice_cloud_number_concentration) of variable ice_number_concentration_updated_by_physics from new to old metadata -INFO: Converting local name ntinc of variable index_for_ice_cloud_number_concentration from new to old metadata -INFO: Converting local name iopt_inf of variable flag_for_frozen_soil_permeability_option from new to old metadata -INFO: Converting local name c0s_deep of variable rain_conversion_parameter_deep_convection from new to old metadata -INFO: Converting local name dtaux2d_ls of variable x_momentum_tendency_from_large_scale_gwd from new to old metadata -INFO: Converting local name phy_myj_qz0 of variable specific_humidity_at_viscous_sublayer_top from new to old metadata -INFO: Converting local name iovr_sw of variable flag_for_max_random_overlap_clouds_for_shortwave_radiation from new to old metadata -INFO: Converting local name icliq_sw of variable flag_for_optical_property_for_liquid_clouds_for_shortwave_radiation from new to old metadata -INFO: Converting local name psmean of variable cumulative_surface_pressure_multiplied_by_timestep from new to old metadata -INFO: Converting local name cmm_ocean of variable surface_drag_wind_speed_for_momentum_in_air_over_ocean from new to old metadata -INFO: Converting local name shcnvcw of variable flag_shallow_convective_cloud from new to old metadata -INFO: Converting local name drain of variable subsurface_runoff_flux from new to old metadata -INFO: Converting local name ak of variable a_parameter_of_the_hybrid_coordinate from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_liquid_cloud_number_concentration) of variable tendency_of_cloud_droplet_number_concentration_due_to_model_physics from new to old metadata -INFO: Converting local name sfc_z0_type of variable flag_for_surface_roughness_option_over_ocean from new to old metadata -INFO: Converting local name cvt of variable pressure_at_top_of_convective_cloud from new to old metadata -INFO: Converting local name gwd_opt of variable gwd_opt from new to old metadata -INFO: Converting local name snowmp of variable lwe_thickness_of_snow_amount from new to old metadata -INFO: Converting local name ncnvcld3d of variable number_of_convective_3d_cloud_fields from new to old metadata -INFO: Converting local name cape of variable convective_available_potential_energy_for_coupling from new to old metadata -INFO: Converting local name du3dt_ogw of variable time_integral_of_change_in_x_wind_due_to_orographic_gravity_wave_drag from new to old metadata -INFO: Converting local name te0_2d of variable atmosphere_energy_content_in_column from new to old metadata -INFO: Converting local name dsnowprv of variable snow_precipitation_rate_from_previous_timestep from new to old metadata -INFO: Converting local name chh of variable surface_drag_mass_flux_for_heat_and_moisture_in_air from new to old metadata -INFO: Converting local name dt3dt(:,:,5) of variable cumulative_change_in_temperature_due_to_shal_convection from new to old metadata -INFO: Converting local name cplwav of variable flag_for_wave_coupling from new to old metadata -INFO: Converting local name clw(:,:,2) of variable cloud_condensed_water_mixing_ratio_convective_transport_tracer from new to old metadata -INFO: Converting local name shoc_parm(1) of variable shoc_tke_dissipatation_pressure_threshold from new to old metadata -INFO: Converting local name oro_uf of variable orography_unfiltered from new to old metadata -INFO: Converting local name peln of variable log_pressure_at_Lagrangian_surface from new to old metadata -INFO: Converting local name gasvmr(:,:,8) of variable volume_mixing_ratio_cfc22 from new to old metadata -INFO: Converting local name pertzt of variable magnitude_of_perturbation_of_heat_to_momentum_roughness_length_ratio from new to old metadata -INFO: Converting local name clouds(:,:,1) of variable total_cloud_fraction from new to old metadata -INFO: Converting local name iaer of variable flag_for_default_aerosol_effect_in_shortwave_radiation from new to old metadata -INFO: Converting local name wet1 of variable normalized_soil_wetness from new to old metadata -INFO: Converting local name npz of variable vertical_dimension_for_fast_physics from new to old metadata -INFO: Converting local name cal_pre of variable flag_for_precipitation_type_algorithm from new to old metadata -INFO: Converting local name lmk of variable adjusted_vertical_layer_dimension_for_radiation from new to old metadata -INFO: Converting local name kind_phys of variable kind_phys from new to old metadata -INFO: Converting local name Sfcprop of variable GFS_sfcprop_type_instance from new to old metadata -INFO: Converting local name wslakexy of variable lake_water_storage from new to old metadata -INFO: Converting local name f10m of variable ratio_of_wind_at_lowest_model_layer_and_wind_at_10m from new to old metadata -INFO: Converting local name gasvmr(:,:,1) of variable volume_mixing_ratio_co2 from new to old metadata -INFO: Converting local name q2mp of variable specific_humidity_at_2m_from_noahmp from new to old metadata -INFO: Converting local name lwhc of variable tendency_of_air_temperature_due_to_longwave_heating_assuming_clear_sky_on_radiation_timestep from new to old metadata -INFO: Converting local name snowd_ice of variable surface_snow_thickness_water_equivalent_over_ice from new to old metadata -INFO: Converting local name lsnow_lsm_lbound of variable lower_bound_of_snow_vertical_dimension_for_land_surface_model from new to old metadata -INFO: Converting local name mg_dcs of variable mg_autoconversion_size_threshold_ice_snow from new to old metadata -INFO: Converting local name rhgrd of variable fa_threshold_relative_humidity_for_onset_of_condensation from new to old metadata -INFO: Converting local name dudt_ogw of variable instantaneous_change_in_x_wind_due_to_orographic_gravity_wave_drag from new to old metadata -INFO: Converting local name slmsk of variable sea_land_ice_mask_real from new to old metadata -INFO: Converting local name ictm of variable flag_for_initial_time_date_control from new to old metadata -INFO: Converting local name qss_ocean of variable surface_specific_humidity_over_ocean from new to old metadata -INFO: Converting local name tsfc of variable surface_skin_temperature from new to old metadata -INFO: Converting local name prsik of variable dimensionless_exner_function_at_model_interfaces from new to old metadata -INFO: Converting local name t2mmp of variable temperature_at_2m_from_noahmp from new to old metadata -INFO: Converting local name tau_ogw of variable time_integral_of_momentum_flux_due_to_orographic_gravity_wave_drag from new to old metadata -INFO: Converting local name topflw_type of variable topflw_type from new to old metadata -INFO: Converting local name cnv_nice of variable number_concentration_of_ice_crystals_for_detrainment from new to old metadata -INFO: Converting local name cscnv of variable flag_for_Chikira_Sugiyama_deep_convection from new to old metadata -INFO: Converting local name u10mi_cpl of variable instantaneous_x_wind_at_10m_for_coupling from new to old metadata -INFO: Converting local name fh2_ocean of variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_ocean from new to old metadata -INFO: Converting local name phii of variable geopotential_at_interface from new to old metadata -INFO: Converting local name gq0(:,:,index_for_graupel) of variable graupel_mixing_ratio_updated_by_physics from new to old metadata -INFO: Converting local name ntgl of variable index_for_graupel from new to old metadata -INFO: Converting local name nvisdfi_cpl of variable instantaneous_surface_net_downward_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name norad_precip of variable flag_for_precipitation_effect_on_radiation from new to old metadata -INFO: Converting local name dq3dt(:,:,5) of variable cumulative_change_in_ozone_mixing_ratio_due_to_PBL from new to old metadata -INFO: Converting local name dusfcg of variable instantaneous_x_stress_due_to_gravity_wave_drag from new to old metadata -INFO: Converting local name stype of variable soil_type_classification_real from new to old metadata -INFO: Converting local name lwhtr of variable flag_for_output_of_longwave_heating_rate from new to old metadata -INFO: Converting local name skebv_wts of variable weights_for_stochastic_skeb_perturbation_of_y_wind_flipped from new to old metadata -INFO: Converting local name prnum of variable prandtl_number from new to old metadata -INFO: Converting local name dtsfcin_cpl of variable surface_upward_sensible_heat_flux_for_coupling from new to old metadata -INFO: Converting local name sigmatot of variable convective_updraft_area_fraction_at_model_interfaces from new to old metadata -INFO: Converting local name rann of variable random_number_array from new to old metadata -INFO: Converting local name work2 of variable grid_size_related_coefficient_used_in_scale_sensitive_schemes_complement from new to old metadata -INFO: Converting local name ep1d_land of variable surface_upward_potential_latent_heat_flux_over_land from new to old metadata -INFO: Converting local name num_p3d of variable array_dimension_of_3d_arrays_for_microphysics from new to old metadata -INFO: Converting local name frac_grid of variable flag_for_fractional_grid from new to old metadata -INFO: Converting local name dtdtc of variable tendency_of_air_temperature_due_to_radiative_heating_assuming_clear_sky from new to old metadata -INFO: Converting local name chxy of variable surface_drag_coefficient_for_heat_and_moisture_for_noahmp from new to old metadata -INFO: Converting local name dtauy2d_bl of variable y_momentum_tendency_from_blocking_drag from new to old metadata -INFO: Converting local name dtsfc of variable cumulative_surface_upward_sensible_heat_flux_for_diag_multiplied_by_timestep from new to old metadata -INFO: Converting local name gflx_ocean of variable upward_heat_flux_in_soil_over_ocean from new to old metadata -INFO: Converting local name deeprechxy of variable water_table_recharge_when_deep from new to old metadata -INFO: Converting local name imfshalcnv_sas of variable flag_for_sas_shallow_convection_scheme from new to old metadata -INFO: Converting local name woodxy of variable wood_mass from new to old metadata -INFO: Converting local name phy_f3d(:,:,3) of variable air_temperature_at_previous_time_step from new to old metadata -INFO: Converting local name otspt of variable flag_convective_tracer_transport from new to old metadata -INFO: Converting local name tsurf of variable surface_skin_temperature_after_iteration from new to old metadata -INFO: Converting local name phy_f2d(:,array_dimension_of_2d_arrays_for_microphysics) of variable surface_wind_enhancement_due_to_convection from new to old metadata -INFO: Converting local name num_p2d of variable array_dimension_of_2d_arrays_for_microphysics from new to old metadata -INFO: Converting local name diss_est of variable dissipation_estimate_of_air_temperature_at_model_layers from new to old metadata -INFO: Converting local name ffmm_land of variable Monin_Obukhov_similarity_function_for_momentum_over_land from new to old metadata -INFO: Converting local name imfshalcnv of variable flag_for_mass_flux_shallow_convection_scheme from new to old metadata -INFO: Converting local name iopt_rad of variable flag_for_radiation_transfer_option from new to old metadata -INFO: Converting local name effr_in of variable flag_for_cloud_effective_radii from new to old metadata -INFO: Converting local name Sh3D of variable stability_function_for_heat from new to old metadata -INFO: Converting local name con_sbc of variable stefan_boltzmann_constant from new to old metadata -INFO: Converting local name phy_myj_z0base of variable baseline_surface_roughness_length from new to old metadata -INFO: Converting local name sdec of variable sine_of_solar_declination_angle from new to old metadata -INFO: Converting local name f_ice of variable fraction_of_ice_water_cloud from new to old metadata -INFO: Converting local name qs of variable cloud_snow_specific_humidity_at_Lagrangian_surface from new to old metadata -INFO: Converting local name iflip of variable flag_for_vertical_index_direction_control from new to old metadata -INFO: Converting local name draincprv of variable convective_precipitation_rate_from_previous_timestep from new to old metadata -INFO: Converting local name icsdsw of variable seed_random_numbers_sw from new to old metadata -INFO: Converting local name dtaux2d_bl of variable x_momentum_tendency_from_blocking_drag from new to old metadata -INFO: Converting local name uustar_ocean of variable surface_friction_velocity_over_ocean from new to old metadata -INFO: Converting local name zlwb of variable height_of_low_level_wave_breaking from new to old metadata -INFO: Converting local name sigma of variable slope_of_subgrid_orography from new to old metadata -INFO: Converting local name cd_land of variable surface_drag_coefficient_for_momentum_in_air_over_land from new to old metadata -INFO: Converting local name shoc_parm(5) of variable shoc_flag_for_optional_surface_TKE_dissipation from new to old metadata -INFO: Converting local name qss_ice of variable surface_specific_humidity_over_ice from new to old metadata -INFO: Converting local name graupel of variable lwe_thickness_of_graupel_amount_on_dynamics_timestep from new to old metadata -INFO: Converting local name do_myjsfc of variable do_myjsfc from new to old metadata -INFO: Converting local name htsw0 of variable tendency_of_air_temperature_due_to_shortwave_heating_assuming_clear_sky_on_radiation_time_step from new to old metadata -INFO: Converting local name ep of variable cumulative_surface_upward_potential_latent_heat_flux_multiplied_by_timestep from new to old metadata -INFO: Converting local name tprcp of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep from new to old metadata -INFO: Converting local name dnirdf_cpl of variable cumulative_surface_downwelling_diffuse_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name qwv_surf of variable water_vapor_mixing_ratio_at_surface from new to old metadata -INFO: Converting local name fm10_ocean of variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_ocean from new to old metadata -INFO: Converting local name QC_BL of variable subgrid_cloud_mixing_ratio_pbl from new to old metadata -INFO: Converting local name adjsfculw_ice of variable surface_upwelling_longwave_flux_over_ice_interstitial from new to old metadata -INFO: Converting local name tsfci_cpl of variable instantaneous_surface_skin_temperature_for_coupling from new to old metadata -INFO: Converting local name pertz0 of variable magnitude_of_perturbation_of_momentum_roughness_length from new to old metadata -INFO: Converting local name eahxy of variable canopy_air_vapor_pressure from new to old metadata -INFO: Converting local name cnv_dqldt of variable tendency_of_cloud_water_due_to_convective_microphysics from new to old metadata -INFO: Converting local name gq0 of variable tracer_concentration_updated_by_physics from new to old metadata -INFO: Converting local name iopt_dveg of variable flag_for_dynamic_vegetation_option from new to old metadata -INFO: Converting local name gv0(:,1) of variable y_wind_at_lowest_model_layer_updated_by_physics from new to old metadata -INFO: Converting local name first_time_step of variable flag_for_first_time_step from new to old metadata -INFO: Converting local name dtaux2d_ss of variable x_momentum_tendency_from_small_scale_gwd from new to old metadata -INFO: Converting local name wetdpl of variable instantaneous_large_scale_wet_deposition from new to old metadata -INFO: Converting local name cndm_surf of variable surface_condensation_mass from new to old metadata -INFO: Converting local name cmm_land of variable surface_drag_wind_speed_for_momentum_in_air_over_land from new to old metadata -INFO: Converting local name fh2 of variable Monin_Obukhov_similarity_function_for_heat_at_2m from new to old metadata -INFO: Converting local name gw_dudt of variable tendency_of_x_wind_due_to_ugwp from new to old metadata -INFO: Converting local name shinhong of variable flag_for_scale_aware_Shinhong_PBL from new to old metadata -INFO: Converting local name maxMF of variable maximum_mass_flux from new to old metadata -INFO: Converting local name gu0 of variable x_wind_updated_by_physics from new to old metadata -INFO: Converting local name ncstrac of variable number_of_tracers_for_CS from new to old metadata -INFO: Converting local name do_qa of variable flag_for_inline_cloud_fraction_calculation from new to old metadata -INFO: Converting local name pgr of variable surface_air_pressure from new to old metadata -INFO: Converting local name del of variable air_pressure_difference_between_midlayers from new to old metadata -INFO: Converting local name nqrimef of variable index_for_mass_weighted_rime_factor from new to old metadata -INFO: Converting local name du3dt(:,:,1) of variable cumulative_change_in_x_wind_due_to_PBL from new to old metadata -INFO: Converting local name raincs of variable lwe_thickness_of_shallow_convective_precipitation_amount from new to old metadata -INFO: Converting local name xlaixy of variable leaf_area_index from new to old metadata -INFO: Converting local name iopt_alb of variable flag_for_ground_snow_surface_albedo_option from new to old metadata -INFO: Converting local name moninq_fac of variable atmosphere_diffusivity_coefficient_factor from new to old metadata -INFO: Converting local name work3 of variable ratio_of_exner_function_between_midlayer_and_interface_at_lowest_model_layer from new to old metadata -INFO: Converting local name adjnirbmd of variable surface_downwelling_direct_near_infrared_shortwave_flux from new to old metadata -INFO: Converting local name imp_physics_zhao_carr_pdf of variable flag_for_zhao_carr_pdf_microphysics_scheme from new to old metadata -INFO: Converting local name dv3dt(:,:,3) of variable cumulative_change_in_y_wind_due_to_deep_convection from new to old metadata -INFO: Converting local name evcwa of variable cumulative_canopy_upward_latent_heat_flu_multiplied_by_timestep from new to old metadata -INFO: Converting local name lsm_noah of variable flag_for_noah_land_surface_scheme from new to old metadata -INFO: Converting local name ntk of variable index_for_turbulent_kinetic_energy_convective_transport_tracer from new to old metadata -INFO: Converting local name qsnw of variable local_snow_water_mixing_ratio from new to old metadata -INFO: Converting local name edmf_thl of variable emdf_updraft_theta_l from new to old metadata -INFO: Converting local name crtrh(2) of variable critical_relative_humidity_at_PBL_top from new to old metadata -INFO: Converting local name xv of variable diurnal_thermocline_layer_y_current from new to old metadata -INFO: Converting local name rlapse of variable air_temperature_lapse_rate_constant from new to old metadata -INFO: Converting local name clw(:,:,1) of variable ice_water_mixing_ratio_convective_transport_tracer from new to old metadata -INFO: Converting local name levozp of variable vertical_dimension_of_ozone_forcing_data from new to old metadata -INFO: Converting local name spfhmax of variable maximum_specific_humidity_at_2m from new to old metadata -INFO: Converting local name runoff of variable surface_runoff_flux from new to old metadata -INFO: Converting local name do_sb_physics of variable mg_flag_for_sb2001_autoconversion from new to old metadata -INFO: Converting local name phy_myj_a1q of variable weight_for_specific_humidity_at_viscous_sublayer_top from new to old metadata -INFO: Converting local name cactiv of variable conv_activity_counter from new to old metadata -INFO: Converting local name clw(:,:,index_for_turbulent_kinetic_energy_convective_transport_tracer) of variable turbulent_kinetic_energy_convective_transport_tracer from new to old metadata -INFO: Converting local name oz_phys_2015 of variable flag_for_2015_ozone_physics from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_snow_number_concentration) of variable snow_number_concentration from new to old metadata -INFO: Converting local name ntsnc of variable index_for_snow_number_concentration from new to old metadata -INFO: Converting local name dlwsfci_cpl of variable instantaneous_surface_downwelling_longwave_flux_for_coupling from new to old metadata -INFO: Converting local name errflg of variable ccpp_error_flag from new to old metadata -INFO: Converting local name kbot of variable vertical_index_at_cloud_base from new to old metadata -INFO: Converting local name clw_surf of variable cloud_condensed_water_mixing_ratio_at_surface from new to old metadata -INFO: Converting local name skebu_wts of variable weights_for_stochastic_skeb_perturbation_of_x_wind from new to old metadata -INFO: Converting local name snowprv of variable lwe_thickness_of_snow_amount_from_previous_timestep from new to old metadata -INFO: Converting local name spec_adv of variable flag_for_individual_cloud_species_advected from new to old metadata -INFO: Converting local name rainmp of variable lwe_thickness_of_explicit_rain_amount from new to old metadata -INFO: Converting local name jdat of variable forecast_date_and_time from new to old metadata -INFO: Converting local name ntrcaer of variable number_of_aerosol_tracers_MG from new to old metadata -INFO: Converting local name gflux of variable cumulative_surface_ground_heat_flux_multiplied_by_timestep from new to old metadata -INFO: Converting local name q1 of variable water_vapor_specific_humidity_at_lowest_model_layer_for_diag from new to old metadata -INFO: Converting local name gq0(:,1,index_for_water_vapor) of variable water_vapor_specific_humidity_at_lowest_model_layer_updated_by_physics from new to old metadata -INFO: Converting local name nday of variable daytime_points_dimension from new to old metadata -INFO: Converting local name cs_parm(9) of variable entrainment_efficiency_tunable_parameter_9_CS from new to old metadata -INFO: Converting local name flx_form of variable flag_flux_form_CS from new to old metadata -INFO: Converting local name dtsfc_cpl of variable cumulative_surface_upward_sensible_heat_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name nstf_name(1) of variable flag_for_nsstm_run from new to old metadata -INFO: Converting local name ca_sgs of variable flag_for_sgs_cellular_automata from new to old metadata -INFO: Converting local name mg_qcmin(1) of variable mg_minimum_cloud_condensed_water_mixing_ratio from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio from new to old metadata -INFO: Converting local name rilist of variable gas_constants_for_multi_gases_physics from new to old metadata -INFO: Converting local name dtauy2d_ls of variable y_momentum_tendency_from_large_scale_gwd from new to old metadata -INFO: Converting local name oz_coeff of variable number_of_coefficients_in_ozone_forcing_data from new to old metadata -INFO: Converting local name edmf_qt of variable emdf_updraft_total_water from new to old metadata -INFO: Converting local name stmassxy of variable stem_mass from new to old metadata -INFO: Converting local name dgraupelprv of variable graupel_precipitation_rate_from_previous_timestep from new to old metadata -INFO: Converting local name gq0(:,:,index_for_mass_weighted_rime_factor) of variable mass_weighted_rime_factor_updated_by_physics from new to old metadata -INFO: Converting local name alnwf of variable mean_nir_albedo_with_weak_cosz_dependency from new to old metadata -INFO: Converting local name smoiseq of variable equilibrium_soil_water_content from new to old metadata -INFO: Converting local name psautco of variable coefficient_from_cloud_ice_to_snow from new to old metadata -INFO: Converting local name fhlwr of variable frequency_for_longwave_radiation from new to old metadata -INFO: Converting local name xtts of variable sensitivity_of_dtl_heat_content_to_surface_temperature from new to old metadata -INFO: Converting local name tracers_start_index of variable start_index_of_other_tracers from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_ice_cloud_condensate) of variable tendency_of_ice_cloud_water_mixing_ratio_due_to_model_physics from new to old metadata -INFO: Converting local name jsd of variable starting_y_direction_index_domain from new to old metadata -INFO: Converting local name semis_land of variable surface_longwave_emissivity_over_land_interstitial from new to old metadata -INFO: Converting local name tdomr of variable dominant_rain_type from new to old metadata -INFO: Converting local name conv_act of variable gf_memory_counter from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_ice_cloud_number_concentration) of variable ice_number_concentration from new to old metadata -INFO: Converting local name ugrs(:,1) of variable x_wind_at_lowest_model_layer from new to old metadata -INFO: Converting local name qicn of variable mass_fraction_of_convective_cloud_ice from new to old metadata -INFO: Converting local name fh2_ice of variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_ice from new to old metadata -INFO: Converting local name tsq of variable t_prime_squared from new to old metadata -INFO: Converting local name tdomip of variable dominant_sleet_type from new to old metadata -INFO: Converting local name lslwr of variable flag_to_calc_lw from new to old metadata -INFO: Converting local name GFS_cldprop_type of variable GFS_cldprop_type from new to old metadata -INFO: Converting local name imp_physics of variable flag_for_microphysics_scheme from new to old metadata -INFO: Converting local name sfcalb(:,1) of variable surface_albedo_due_to_near_IR_direct from new to old metadata -INFO: Converting local name mg_do_graupel of variable mg_flag_for_graupel from new to old metadata -INFO: Converting local name soilm of variable soil_moisture_content from new to old metadata -INFO: Converting local name exch_m of variable atmosphere_momentum_diffusivity_for_mynnpbl from new to old metadata -INFO: Converting local name wetdpc of variable instantaneous_convective_scale_wet_deposition from new to old metadata -INFO: Converting local name el_pbl of variable mixing_length from new to old metadata -INFO: Converting local name ncnvc of variable index_for_convective_cloud_cover_in_phy_f3d from new to old metadata -INFO: Converting local name fn_nml of variable namelist_filename from new to old metadata -INFO: Converting local name weasd_ocean of variable water_equivalent_accumulated_snow_depth_over_ocean from new to old metadata -INFO: Converting local name evfact_deep of variable rain_evaporation_coefficient_deep_convection from new to old metadata -INFO: Converting local name dqsfc of variable cumulative_surface_upward_latent_heat_flux_for_diag_multiplied_by_timestep from new to old metadata -INFO: Converting local name totgrpb of variable accumulated_lwe_thickness_of_graupel_amount_in_bucket from new to old metadata -INFO: Converting local name trans_aero of variable flag_for_aerosol_convective_transport_and_PBL_diffusion from new to old metadata -INFO: Converting local name dusfc_bl of variable integrated_x_momentum_flux_from_blocking_drag from new to old metadata -INFO: Converting local name gw_kdis of variable eddy_mixing_due_to_ugwp from new to old metadata -INFO: Converting local name mg_qcmin of variable mg_minimum_cloud_condensed_water_and_ice_mixing_ratio from new to old metadata -INFO: Converting local name dq3dt(:,:,3) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_shal_convection from new to old metadata -INFO: Converting local name qi of variable cloud_ice_specific_humidity_at_Lagrangian_surface from new to old metadata -INFO: Converting local name imfshalcnv_gf of variable flag_for_ntiedtke_shallow_convection_scheme from new to old metadata -INFO: Converting local name zorl_ocean of variable surface_roughness_length_over_ocean_interstitial from new to old metadata -INFO: Converting local name tsfc_ice of variable surface_skin_temperature_over_ice_interstitial from new to old metadata -INFO: Converting local name input_nml_file_length of variable number_of_lines_of_namelist_filename_for_internal_file_reads from new to old metadata -INFO: Converting local name flhc of variable surface_exchange_coefficient_for_heat from new to old metadata -INFO: Converting local name qke of variable tke_at_mass_points from new to old metadata -INFO: Converting local name snowd of variable surface_snow_thickness_water_equivalent from new to old metadata -INFO: Converting local name ncpr of variable local_rain_number_concentration from new to old metadata -INFO: Converting local name ldiag3d of variable flag_diagnostics_3D from new to old metadata -INFO: Converting local name ffhh_ocean of variable Monin_Obukhov_similarity_function_for_heat_over_ocean from new to old metadata -INFO: Converting local name nsamftrac of variable number_of_tracers_for_samf from new to old metadata -INFO: Converting local name con_hvap of variable latent_heat_of_vaporization_of_water_at_0C from new to old metadata -INFO: Converting local name dtaux2d_fd of variable x_momentum_tendency_from_form_drag from new to old metadata -INFO: Converting local name levh2o of variable vertical_dimension_of_h2o_forcing_data from new to old metadata -INFO: Converting local name ras of variable flag_for_ras_deep_convection from new to old metadata -INFO: Converting local name ialb of variable flag_for_using_climatology_albedo from new to old metadata -INFO: Converting local name raincd of variable lwe_thickness_of_deep_convective_precipitation_amount from new to old metadata -INFO: Converting local name alb1d of variable surface_albedo_perturbation from new to old metadata -INFO: Converting local name nwat of variable number_of_water_species from new to old metadata -INFO: Converting local name dwn_mf of variable cumulative_atmosphere_downdraft_convective_mass_flux from new to old metadata -INFO: Converting local name save_t of variable air_temperature_save from new to old metadata -INFO: Converting local name fice of variable sea_ice_concentration from new to old metadata -INFO: Converting local name dvisdf_cpl of variable cumulative_surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name cvb of variable pressure_at_bottom_of_convective_cloud from new to old metadata -INFO: Converting local name save_q(:,:,index_for_ice_cloud_condensate) of variable ice_water_mixing_ratio_save from new to old metadata -INFO: Converting local name gq0(:,:,index_for_snow_water) of variable snow_water_mixing_ratio_updated_by_physics from new to old metadata -INFO: Converting local name qrain of variable sensible_heat_flux_due_to_rainfall from new to old metadata -INFO: Converting local name stress_ocean of variable surface_wind_stress_over_ocean from new to old metadata -INFO: Converting local name adjsfculw_land of variable surface_upwelling_longwave_flux_over_land_interstitial from new to old metadata -INFO: Converting local name ndust of variable number_of_dust_bins_for_diagnostics from new to old metadata -INFO: Converting local name GFS_radtend_type of variable GFS_radtend_type from new to old metadata -INFO: Converting local name ngas of variable number_of_gases_for_multi_gases_physics from new to old metadata -INFO: Converting local name diceprv of variable ice_precipitation_rate_from_previous_timestep from new to old metadata -INFO: Converting local name con_ttp of variable triple_point_temperature_of_water from new to old metadata -INFO: Converting local name rechxy of variable water_table_recharge_when_shallow from new to old metadata -INFO: Converting local name ffhh of variable Monin_Obukhov_similarity_function_for_heat from new to old metadata -INFO: Converting local name edmf_w of variable emdf_updraft_vertical_velocity from new to old metadata -INFO: Converting local name sed_supersat of variable mg_allow_supersat_after_sed from new to old metadata -INFO: Converting local name sr of variable ratio_of_snowfall_to_rainfall from new to old metadata -INFO: Converting local name stc of variable soil_temperature from new to old metadata -INFO: Converting local name idate of variable date_and_time_at_model_initialization_reordered from new to old metadata -INFO: Converting local name nctp of variable number_of_cloud_types_CS from new to old metadata -INFO: Converting local name levrp1 of variable number_of_vertical_layers_for_radiation_calculations_plus_one from new to old metadata -INFO: Converting local name v10mmax of variable maximum_y_wind_at_10m from new to old metadata -INFO: Converting local name clouds(:,:,8) of variable cloud_snow_water_path from new to old metadata -INFO: Converting local name dusfc of variable cumulative_surface_x_momentum_flux_for_diag_multiplied_by_timestep from new to old metadata -INFO: Converting local name sfcalb(:,3) of variable surface_albedo_due_to_UV_and_VIS_direct from new to old metadata -INFO: Converting local name zmtnblck of variable level_of_dividing_streamline from new to old metadata -INFO: Converting local name xcosz of variable instantaneous_cosine_of_zenith_angle from new to old metadata -INFO: Converting local name CCPP_interstitial_type of variable CCPP_interstitial_type from new to old metadata -INFO: Converting local name theta of variable angle_from_east_of_maximum_subgrid_orographic_variations from new to old metadata -INFO: Converting local name nbdsw of variable number_of_aerosol_bands_for_shortwave_radiation from new to old metadata -INFO: Converting local name dqsfc1 of variable instantaneous_surface_upward_latent_heat_flux from new to old metadata -INFO: Converting local name htrsw of variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_timestep from new to old metadata -INFO: Converting local name gq0(:,:,index_for_graupel_number_concentration) of variable graupel_number_concentration_updated_by_physics from new to old metadata -INFO: Converting local name ntgnc of variable index_for_graupel_number_concentration from new to old metadata -INFO: Converting local name semis of variable surface_longwave_emissivity from new to old metadata -INFO: Converting local name ca_smooth of variable flag_for_gaussian_spatial_filter from new to old metadata -INFO: Converting local name zhour of variable time_since_diagnostics_zeroed from new to old metadata -INFO: Converting local name uswsfci of variable surface_upwelling_shortwave_flux from new to old metadata -INFO: Converting local name dq3dt(:,:,6) of variable cumulative_change_in_ozone_concentration_due_to_production_and_loss_rate from new to old metadata -INFO: Converting local name con_t0c of variable temperature_at_zero_celsius from new to old metadata -INFO: Converting local name dvsfcin_cpl of variable surface_y_momentum_flux_for_coupling from new to old metadata -INFO: Converting local name runoff of variable total_runoff from new to old metadata -INFO: Converting local name upd_mf of variable cumulative_atmosphere_updraft_convective_mass_flux from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_for_cloud_fraction_in_3d_arrays_for_microphysics) of variable cloud_fraction_for_MG from new to old metadata -INFO: Converting local name indcld of variable index_for_cloud_fraction_in_3d_arrays_for_microphysics from new to old metadata -INFO: Converting local name vegtype of variable vegetation_type_classification from new to old metadata -INFO: Converting local name ied of variable ending_x_direction_index_domain from new to old metadata -INFO: Converting local name transa of variable cumulative_transpiration_flux_multiplied_by_timestep from new to old metadata -INFO: Converting local name dt3dt(:,:,2) of variable cumulative_change_in_temperature_due_to_shortwave_radiation from new to old metadata -INFO: Converting local name dvsfc_ls of variable integrated_y_momentum_flux_from_large_scale_gwd from new to old metadata -INFO: Converting local name snowd_ocean of variable surface_snow_thickness_water_equivalent_over_ocean from new to old metadata -INFO: Converting local name clouds(:,:,2) of variable cloud_liquid_water_path from new to old metadata -INFO: Converting local name visbmui of variable surface_upwelling_direct_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name plvl of variable air_pressure_at_interface_for_radiation_in_hPa from new to old metadata -INFO: Converting local name uustar_land of variable surface_friction_velocity_over_land from new to old metadata -INFO: Converting local name phy_myj_akms of variable momentum_exchange_coefficient_for_MYJ_schemes from new to old metadata -INFO: Converting local name cnv_fice of variable ice_fraction_in_convective_tower from new to old metadata -INFO: Converting local name nbdlw of variable number_of_aerosol_bands_for_longwave_radiation from new to old metadata -INFO: Converting local name dudt_mtb of variable instantaneous_change_in_x_wind_due_to_mountain_blocking_drag from new to old metadata -INFO: Converting local name rb_ocean of variable bulk_richardson_number_at_lowest_model_level_over_ocean from new to old metadata -INFO: Converting local name ccnorm of variable flag_for_cloud_condensate_normalized_by_cloud_cover from new to old metadata -INFO: Converting local name dqdt of variable tendency_of_tracers_due_to_model_physics from new to old metadata -INFO: Converting local name u10m of variable x_wind_at_10m from new to old metadata -INFO: Converting local name tmpmin of variable minimum_temperature_at_2m from new to old metadata -INFO: Converting local name save_u of variable x_wind_save from new to old metadata -INFO: Converting local name tsnow of variable snow_temperature_bottom_first_layer from new to old metadata -INFO: Converting local name kind_INTEGER of variable kind_INTEGER from new to old metadata -INFO: Converting local name nswsfc_cpl of variable cumulative_surface_net_downward_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name vgrs(:,1) of variable y_wind_at_lowest_model_layer from new to old metadata -INFO: Converting local name bl_mynn_edmf_tke of variable edmf_tke_transport_flag from new to old metadata -INFO: Converting local name tile_num of variable number_of_tile from new to old metadata -INFO: Converting local name con_pi of variable pi from new to old metadata -INFO: Converting local name abem of variable instantaneous_anthopogenic_and_biomass_burning_emissions from new to old metadata -INFO: Converting local name latidxprnt of variable latitude_index_in_debug_printouts from new to old metadata -INFO: Converting local name tcrf of variable cloud_phase_transition_denominator from new to old metadata -INFO: Converting local name cpilist of variable specific_heat_capacities_for_multi_gases_physics from new to old metadata -INFO: Converting local name tprcp_ocean of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_ocean from new to old metadata -INFO: Converting local name vgrs of variable y_wind from new to old metadata -INFO: Converting local name me of variable mpi_rank from new to old metadata -INFO: Converting local name nseffr of variable index_for_snow_effective_radius from new to old metadata -INFO: Converting local name crtrh(1) of variable critical_relative_humidity_at_surface from new to old metadata -INFO: Converting local name nrcm of variable array_dimension_of_random_number from new to old metadata -INFO: Converting local name phy_f2d(:,2) of variable surface_air_pressure_at_previous_time_step from new to old metadata -INFO: Converting local name totice of variable accumulated_lwe_thickness_of_ice_amount from new to old metadata -INFO: Converting local name vdftra of variable vertically_diffused_tracer_concentration from new to old metadata -INFO: Converting local name clam_shal of variable entrainment_rate_coefficient_shallow_convection from new to old metadata -INFO: Converting local name ulwsfc of variable cumulative_surface_upwelling_longwave_flux_multiplied_by_timestep from new to old metadata -INFO: Converting local name cldf of variable cloud_area_fraction from new to old metadata -INFO: Converting local name prslk of variable dimensionless_exner_function_at_model_layers from new to old metadata -INFO: Converting local name imp_physics_wsm6 of variable flag_for_wsm6_microphysics_scheme from new to old metadata -INFO: Converting local name blksz(ccpp_block_number) of variable horizontal_loop_extent from new to old metadata -INFO: Converting local name dtp of variable time_step_for_physics from new to old metadata -INFO: Converting local name nnirdf_cpl of variable cumulative_surface_net_downward_diffuse_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name tsurf_ice of variable surface_skin_temperature_after_iteration_over_ice from new to old metadata -INFO: Converting local name snowfallac of variable total_accumulated_snowfall from new to old metadata -INFO: Converting local name solhr of variable forecast_hour_of_the_day from new to old metadata -INFO: Converting local name use_zmtnblck of variable flag_for_mountain_blocking from new to old metadata -INFO: Converting local name sfcflw_type of variable sfcflw_type from new to old metadata -INFO: Converting local name rhofr of variable density_of_frozen_precipitation from new to old metadata -INFO: Converting local name dxmax of variable maximum_scaling_factor_for_critical_relative_humidity from new to old metadata -INFO: Converting local name rainc_cpl of variable lwe_thickness_of_convective_precipitation_amount_for_coupling from new to old metadata -INFO: Converting local name prautco of variable coefficient_from_cloud_water_to_rain from new to old metadata -INFO: Converting local name cumabs of variable maximum_column_heating_rate from new to old metadata -INFO: Converting local name Statein of variable GFS_statein_type_instance from new to old metadata -INFO: Converting local name ntasks of variable mpi_size from new to old metadata -INFO: Converting local name qsq of variable q_prime_squared from new to old metadata -INFO: Converting local name bl_mynn_mixqt of variable mix_total_water_flag from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_turbulent_kinetic_energy) of variable tendency_of_turbulent_kinetic_energy_due_to_model_physics from new to old metadata -INFO: Converting local name ntke of variable index_for_turbulent_kinetic_energy from new to old metadata -INFO: Converting local name kmp of variable top_layer_index_for_fast_physics from new to old metadata -INFO: Converting local name ffhh_ice of variable Monin_Obukhov_similarity_function_for_heat_over_ice from new to old metadata -INFO: Converting local name dq3dt(:,:,1) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_PBL from new to old metadata -INFO: Converting local name con_hfus of variable latent_heat_of_fusion_of_water_at_0C from new to old metadata -INFO: Converting local name isubc_lw of variable flag_for_lw_clouds_without_sub_grid_approximation from new to old metadata -INFO: Converting local name du3dt(:,:,3) of variable cumulative_change_in_x_wind_due_to_deep_convection from new to old metadata -INFO: Converting local name clx of variable fraction_of_grid_box_with_subgrid_orography_higher_than_critical_height from new to old metadata -INFO: Converting local name shoc_parm(4) of variable shoc_implicit_TKE_integration_uncentering_term from new to old metadata -INFO: Converting local name gasvmr(:,:,7) of variable volume_mixing_ratio_cfc12 from new to old metadata -INFO: Converting local name cappa of variable cappa_moist_gas_constant_at_Lagrangian_surface from new to old metadata -INFO: Converting local name cf_upi of variable convective_cloud_fraction_for_microphysics from new to old metadata -INFO: Converting local name cdata of variable ccpp_t_instance from new to old metadata -INFO: Converting local name phy_myj_akhs of variable heat_exchange_coefficient_for_MYJ_schemes from new to old metadata -INFO: Converting local name sedim of variable instantaneous_sedimentation from new to old metadata -INFO: Converting local name graupelmp of variable lwe_thickness_of_graupel_amount from new to old metadata -INFO: Converting local name skebu_wts of variable weights_for_stochastic_skeb_perturbation_of_x_wind_flipped from new to old metadata -INFO: Converting local name GFS_control_type of variable GFS_control_type from new to old metadata -INFO: Converting local name yearlen of variable number_of_days_in_year from new to old metadata -INFO: Converting local name save_q(:,:,index_for_water_vapor) of variable water_vapor_specific_humidity_save from new to old metadata -INFO: Converting local name smois of variable volume_fraction_of_soil_moisture_for_land_surface_model from new to old metadata -INFO: Converting local name gq0(:,:,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio_updated_by_physics from new to old metadata -INFO: Converting local name pwat of variable column_precipitable_water from new to old metadata -INFO: Converting local name cld1d of variable cloud_work_function from new to old metadata -INFO: Converting local name qvi of variable gas_tracers_for_multi_gas_physics_at_Lagrangian_surface from new to old metadata -INFO: Converting local name gabsbdlw of variable surface_downwelling_longwave_flux_absorbed_by_ground from new to old metadata -INFO: Converting local name tau_ngw of variable time_integral_of_momentum_flux_due_to_nonstationary_gravity_wave from new to old metadata -INFO: Converting local name xlat_d of variable latitude_degree from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_for_ice_effective_radius) of variable effective_radius_of_stratiform_cloud_ice_particle_in_um from new to old metadata -INFO: Converting local name nieffr of variable index_for_ice_effective_radius from new to old metadata -INFO: Converting local name do_ca of variable flag_for_cellular_automata from new to old metadata -INFO: Converting local name wtxy of variable water_storage_in_aquifer_and_saturated_soil from new to old metadata -INFO: Converting local name srunoff of variable surface_runoff from new to old metadata -INFO: Converting local name ntrnc of variable index_for_rain_number_concentration from new to old metadata -INFO: Converting local name ustm of variable surface_friction_velocity_drag from new to old metadata -INFO: Converting local name cnvprcp of variable cumulative_lwe_thickness_of_convective_precipitation_amount from new to old metadata -INFO: Converting local name imfdeepcnv_samf of variable flag_for_samf_deep_convection_scheme from new to old metadata -INFO: Converting local name si of variable vertical_sigma_coordinate_for_radiation_initialization from new to old metadata -INFO: Converting local name gwdcu of variable tendency_of_x_wind_due_to_convective_gravity_wave_drag from new to old metadata -INFO: Converting local name elvmax of variable maximum_subgrid_orography from new to old metadata -INFO: Converting local name slimskin_cpl of variable sea_land_ice_mask_in from new to old metadata -INFO: Converting local name dtsfc_cice of variable surface_upward_sensible_heat_flux_for_coupling_interstitial from new to old metadata -INFO: Converting local name do_mynnedmf of variable do_mynnedmf from new to old metadata -INFO: Converting local name zorll of variable surface_roughness_length_over_land from new to old metadata -INFO: Converting local name nswsfci_cpl of variable instantaneous_surface_net_downward_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name do_cldice of variable mg_flag_for_cloud_ice_processes from new to old metadata -INFO: Converting local name alboldxy of variable snow_albedo_at_previous_time_step from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_graupel) of variable graupel_mixing_ratio from new to old metadata -INFO: Converting local name rhcmax of variable maximum_critical_relative_humidity from new to old metadata -INFO: Converting local name Stateout of variable GFS_stateout_type_instance from new to old metadata -INFO: Converting local name nirbmdi of variable surface_downwelling_direct_near_infrared_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name gfluxi of variable instantaneous_surface_ground_heat_flux from new to old metadata -INFO: Converting local name drainncprv of variable explicit_rainfall_rate_from_previous_timestep from new to old metadata -INFO: Converting local name gflx of variable upward_heat_flux_in_soil from new to old metadata -INFO: Converting local name hflx_ocean of variable kinematic_surface_upward_sensible_heat_flux_over_ocean from new to old metadata -INFO: Converting local name nvdiff of variable number_of_vertical_diffusion_tracers from new to old metadata -INFO: Converting local name dspheat of variable flag_TKE_dissipation_heating from new to old metadata -INFO: Converting local name fhswr of variable frequency_for_shortwave_radiation from new to old metadata -INFO: Converting local name nthreads of variable omp_threads from new to old metadata -INFO: Converting local name islmsk of variable sea_land_ice_mask from new to old metadata -INFO: Converting local name ntchmdiag of variable number_of_chemical_tracers_for_diagnostics from new to old metadata -INFO: Converting local name nstf_name(5) of variable vertical_temperature_average_range_upper_bound from new to old metadata -INFO: Converting local name forceq of variable moisture_tendency_due_to_dynamics from new to old metadata -INFO: Converting local name nseasalt of variable number_of_seasalt_bins_for_diagnostics from new to old metadata -INFO: Converting local name gasvmr(:,:,2) of variable volume_mixing_ratio_n2o from new to old metadata -INFO: Converting local name ctei_rml of variable grid_sensitive_critical_cloud_top_entrainment_instability_criteria from new to old metadata -INFO: Converting local name sfc_wts of variable weights_for_stochastic_surface_physics_perturbation from new to old metadata -INFO: Converting local name oc of variable convexity_of_subgrid_orography from new to old metadata -INFO: Converting local name ep1d of variable surface_upward_potential_latent_heat_flux from new to old metadata -INFO: Converting local name u10mmax of variable maximum_x_wind_at_10m from new to old metadata -INFO: Converting local name nca of variable number_of_independent_cellular_automata from new to old metadata -INFO: Converting local name rtmassxy of variable fine_root_mass from new to old metadata -INFO: Converting local name ffmm_ocean of variable Monin_Obukhov_similarity_function_for_momentum_over_ocean from new to old metadata -INFO: Converting local name pertlai of variable magnitude_of_perturbation_of_leaf_area_index from new to old metadata -INFO: Converting local name mg_ncnst of variable mg_drop_concentration_constant from new to old metadata -INFO: Converting local name pgcon_shal of variable momentum_transport_reduction_factor_pgf_shallow_convection from new to old metadata -INFO: Converting local name edmf_qc of variable emdf_updraft_cloud_water from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_graupel) of variable tendency_of_graupel_mixing_ratio_due_to_model_physics from new to old metadata -INFO: Converting local name acvt of variable largest_cloud_top_vertical_index_encountered_thus_far from new to old metadata -INFO: Converting local name cmm of variable surface_drag_wind_speed_for_momentum_in_air from new to old metadata -INFO: Converting local name dt_cool of variable sub_layer_cooling_amount from new to old metadata -INFO: Converting local name qc_r of variable cloud_liquid_water_mixing_ratio from new to old metadata -INFO: Converting local name ral_ts of variable time_scale_for_rayleigh_damping from new to old metadata -INFO: Converting local name GFS_diag_type of variable GFS_diag_type from new to old metadata -INFO: Converting local name dnirdfi_cpl of variable instantaneous_surface_downwelling_diffuse_near_infrared_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name chh_ice of variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_ice from new to old metadata -INFO: Converting local name flipv of variable flag_flip from new to old metadata -INFO: Converting local name ldiag_ugwp of variable diag_ugwp_flag from new to old metadata -INFO: Converting local name ctei_r of variable cloud_top_entrainment_instability_value from new to old metadata -INFO: Converting local name ccn_nm of variable ccn_number_concentration from new to old metadata -INFO: Converting local name edmf_ent of variable emdf_updraft_entrainment_rate from new to old metadata -INFO: Converting local name htswc of variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step from new to old metadata -INFO: Converting local name phy_myj_thz0 of variable potential_temperature_at_viscous_sublayer_top from new to old metadata -INFO: Converting local name bl_mynn_edmf of variable edmf_flag from new to old metadata -INFO: Converting local name con_rd of variable gas_constant_dry_air from new to old metadata -INFO: Converting local name qss_land of variable surface_specific_humidity_over_land from new to old metadata -INFO: Converting local name zt1d of variable perturbation_of_heat_to_momentum_roughness_length_ratio from new to old metadata -INFO: Converting local name imp_physics_zhao_carr of variable flag_for_zhao_carr_microphysics_scheme from new to old metadata -INFO: Converting local name delz of variable thickness_at_Lagrangian_surface from new to old metadata -INFO: Converting local name dtsfci of variable instantaneous_surface_upward_sensible_heat_flux_for_diag from new to old metadata -INFO: Converting local name dvsfc_fd of variable integrated_y_momentum_flux_from_form_drag from new to old metadata -INFO: Converting local name totprcpb of variable accumulated_lwe_thickness_of_precipitation_amount_in_bucket from new to old metadata -INFO: Converting local name tcr of variable cloud_phase_transition_threshold_temperature from new to old metadata -INFO: Converting local name clstp of variable convective_cloud_switch from new to old metadata -INFO: Converting local name isatmedmf_vdifq of variable choice_of_updated_scale_aware_TKE_moist_EDMF_PBL from new to old metadata -INFO: Converting local name coszen of variable cosine_of_zenith_angle from new to old metadata -INFO: Converting local name nifa2d of variable tendency_of_ice_friendly_aerosols_at_surface from new to old metadata -INFO: Converting local name icy of variable flag_nonzero_sea_ice_surface_fraction from new to old metadata -INFO: Converting local name dudt of variable tendency_of_x_wind_due_to_model_physics from new to old metadata -INFO: Converting local name bl_dnfr of variable downdraft_fraction_in_boundary_layer_mass_flux_scheme from new to old metadata -INFO: Converting local name snohf of variable snow_freezing_rain_upward_latent_heat_flux from new to old metadata -INFO: Converting local name bexp1d of variable perturbation_of_soil_type_b_parameter from new to old metadata -INFO: Converting local name faersw of variable aerosol_optical_properties_for_shortwave_bands_01_16 from new to old metadata -INFO: Converting local name dtdt of variable tendency_of_air_temperature_due_to_model_physics from new to old metadata -INFO: Converting local name nvisdf_cpl of variable cumulative_surface_net_downward_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name dqsfcin_cpl of variable surface_upward_latent_heat_flux_for_coupling from new to old metadata -INFO: Converting local name con_p0 of variable standard_atmospheric_pressure from new to old metadata -INFO: Converting local name con_epsq of variable minimum_value_of_specific_humidity from new to old metadata -INFO: Converting local name dusfci_cpl of variable instantaneous_surface_x_momentum_flux_for_coupling from new to old metadata -INFO: Converting local name ep1d_ice of variable surface_upward_potential_latent_heat_flux_over_ice from new to old metadata -INFO: Converting local name fhour of variable forecast_time from new to old metadata -INFO: Converting local name refl_10cm of variable radar_reflectivity_10cm from new to old metadata -INFO: Converting local name shum_wts of variable weights_for_stochastic_shum_perturbation_flipped from new to old metadata -INFO: Converting local name dspfac of variable tke_dissipative_heating_factor from new to old metadata -INFO: Converting local name nnirbmi_cpl of variable instantaneous_surface_net_downward_direct_near_infrared_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name c1_deep of variable detrainment_conversion_parameter_deep_convection from new to old metadata -INFO: Converting local name dt3dt(:,:,4) of variable cumulative_change_in_temperature_due_to_deep_convection from new to old metadata -INFO: Converting local name dv3dt(:,:,4) of variable cumulative_change_in_y_wind_due_to_convective_gravity_wave_drag from new to old metadata -INFO: Converting local name phy_myj_a1u of variable weight_for_momentum_at_viscous_sublayer_top from new to old metadata -INFO: Converting local name iopt_stc of variable flag_for_soil_and_snow_temperature_time_stepping_option from new to old metadata -INFO: Converting local name adjvisbmd of variable surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux from new to old metadata -INFO: Converting local name icloud_bl of variable couple_sgs_clouds_to_radiation_flag from new to old metadata -INFO: Converting local name rb of variable bulk_richardson_number_at_lowest_model_level from new to old metadata -INFO: Converting local name faerlw(:,:,:,2) of variable aerosol_single_scattering_albedo_for_longwave_bands_01_16 from new to old metadata -INFO: Converting local name phy_myj_elflx of variable kinematic_surface_latent_heat_flux from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_for_snow_effective_radius) of variable effective_radius_of_stratiform_cloud_snow_particle_in_um from new to old metadata -INFO: Converting local name iopt_tbot of variable flag_for_lower_boundary_soil_temperature_option from new to old metadata -INFO: Converting local name pdfflag of variable flag_for_pdf_for_morrison_gettelman_microphysics_scheme from new to old metadata -INFO: Converting local name do_aw of variable flag_for_Arakawa_Wu_adjustment from new to old metadata -INFO: Converting local name do_tofd of variable turb_oro_form_drag_flag from new to old metadata -INFO: Converting local name dqdti of variable instantaneous_water_vapor_specific_humidity_tendency_due_to_convection from new to old metadata -INFO: Converting local name qi_r of variable cloud_ice_mixing_ratio from new to old metadata -INFO: Converting local name flag_iter of variable flag_for_iteration from new to old metadata -INFO: Converting local name CLDFRA_BL of variable subgrid_cloud_fraction_pbl from new to old metadata -INFO: Converting local name zorl_ice of variable surface_roughness_length_over_ice_interstitial from new to old metadata -INFO: Converting local name dd_mf of variable instantaneous_atmosphere_downdraft_convective_mass_flux from new to old metadata -INFO: Converting local name visdfui of variable surface_upwelling_diffuse_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name julian of variable julian_day from new to old metadata -INFO: Converting local name cd_ice of variable surface_drag_coefficient_for_momentum_in_air_over_ice from new to old metadata -INFO: Converting local name iovr_lw of variable flag_for_max_random_overlap_clouds_for_longwave_radiation from new to old metadata -INFO: Converting local name lmp of variable adjusted_vertical_level_dimension_for_radiation from new to old metadata -INFO: Converting local name kdt of variable index_of_time_step from new to old metadata -INFO: Converting local name ushfsfci of variable instantaneous_surface_upward_sensible_heat_flux_for_chemistry_coupling from new to old metadata -INFO: Converting local name rb_land of variable bulk_richardson_number_at_lowest_model_level_over_land from new to old metadata -INFO: Converting local name uustar of variable surface_friction_velocity from new to old metadata -INFO: Converting local name adjnirbmu of variable surface_upwelling_direct_near_infrared_shortwave_flux from new to old metadata -INFO: Converting local name do_mynnsfclay of variable do_mynnsfclay from new to old metadata -INFO: Converting local name aero_in of variable flag_for_aerosol_input_MG from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_water_vapor) of variable tendency_of_water_vapor_specific_humidity_due_to_model_physics from new to old metadata -INFO: Converting local name mol of variable theta_star from new to old metadata -INFO: Converting local name fwetxy of variable area_fraction_of_wet_canopy from new to old metadata -INFO: Converting local name phy_f2d(:,1) of variable surface_air_pressure_two_time_steps_back from new to old metadata -INFO: Converting local name topflw of variable lw_fluxes_top_atmosphere from new to old metadata -INFO: Converting local name satmedmf of variable flag_for_scale_aware_TKE_moist_EDMF_PBL from new to old metadata -INFO: Converting local name waxy of variable water_storage_in_aquifer from new to old metadata -INFO: Converting local name snow of variable lwe_thickness_of_snow_amount_on_dynamics_timestep from new to old metadata -INFO: Converting local name ivegsrc of variable vegetation_type_dataset_choice from new to old metadata -INFO: Converting local name sigmaf of variable bounded_vegetation_area_fraction from new to old metadata -INFO: Converting local name f_rain of variable fraction_of_rain_water_cloud from new to old metadata -INFO: Converting local name dkt of variable instantaneous_atmosphere_heat_diffusivity from new to old metadata -INFO: Converting local name asolfac_deep of variable aerosol_aware_parameter_deep_convection from new to old metadata -INFO: Converting local name dv3dt(:,:,2) of variable cumulative_change_in_y_wind_due_to_orographic_gravity_wave_drag from new to old metadata -INFO: Converting local name ipr of variable horizontal_index_of_printed_column from new to old metadata -INFO: Converting local name npzcappa of variable vertical_dimension_for_cappa_at_Lagrangian_surface from new to old metadata -INFO: Converting local name clam_deep of variable entrainment_rate_coefficient_deep_convection from new to old metadata -INFO: Converting local name dusfci of variable instantaneous_surface_x_momentum_flux_for_diag from new to old metadata -INFO: Converting local name cs_parm(4) of variable detrainment_and_precipitation_tunable_parameter_4_CS from new to old metadata -INFO: Converting local name levsp1 of variable vertical_dimension_plus_one from new to old metadata -INFO: Converting local name con_cp of variable specific_heat_of_dry_air_at_constant_pressure from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_water_vapor) of variable water_vapor_specific_humidity from new to old metadata -INFO: Converting local name prsik(:,1) of variable dimensionless_exner_function_at_lowest_model_interface from new to old metadata -INFO: Converting local name gasvmr(:,:,5) of variable volume_mixing_ratio_co from new to old metadata -INFO: Converting local name mg_ngcons of variable mg_flag_graupel_concentration_constant from new to old metadata -INFO: Converting local name acsnow of variable accumulated_water_equivalent_of_frozen_precip from new to old metadata -INFO: Converting local name levsm1 of variable vertical_dimension_minus_one from new to old metadata -INFO: Converting local name phy_myj_a1t of variable weight_for_potental_temperature_at_viscous_sublayer_top from new to old metadata -INFO: Converting local name ntracp1 of variable number_of_tracers_plus_one from new to old metadata -INFO: Converting local name GFS_Data of variable GFS_data_type_instance_all_blocks from new to old metadata -INFO: Converting local name zol of variable surface_stability_parameter from new to old metadata -INFO: Converting local name CCPP_interstitial of variable CCPP_interstitial_type_instance from new to old metadata -INFO: Converting local name isd of variable starting_x_direction_index_domain from new to old metadata -INFO: Converting local name cplflx of variable flag_for_flux_coupling from new to old metadata -INFO: Converting local name lradar of variable flag_for_radar_reflectivity from new to old metadata -INFO: Converting local name iseed_ca of variable seed_for_random_number_generation_in_cellular_automata_scheme from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_for_convective_cloud_cover_in_phy_f3d) of variable convective_cloud_cover_in_phy_f3d from new to old metadata -INFO: Converting local name dqsfci of variable instantaneous_surface_upward_latent_heat_flux_for_diag from new to old metadata -INFO: Converting local name dxmin of variable minimum_scaling_factor_for_critical_relative_humidity from new to old metadata -INFO: Converting local name sppt_wts of variable weights_for_stochastic_sppt_perturbation from new to old metadata -INFO: Converting local name tahxy of variable canopy_air_temperature from new to old metadata -INFO: Converting local name imn of variable forecast_month from new to old metadata -INFO: Converting local name evcw of variable canopy_upward_latent_heat_flux from new to old metadata -INFO: Converting local name input_nml_file of variable namelist_filename_for_internal_file_reads from new to old metadata -INFO: Converting local name raddt of variable time_step_for_radiation from new to old metadata -INFO: Converting local name dvisbmi_cpl of variable instantaneous_surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name gwdcv of variable tendency_of_y_wind_due_to_convective_gravity_wave_drag from new to old metadata -INFO: Converting local name evbsa of variable cumulative_soil_upward_latent_heat_flux_multiplied_by_timestep from new to old metadata -INFO: Converting local name cldwrk of variable cumulative_cloud_work_function from new to old metadata -INFO: Converting local name npzdelz of variable vertical_dimension_for_thickness_at_Lagrangian_surface from new to old metadata -INFO: Converting local name dvsfc_cice of variable surface_y_momentum_flux_for_coupling_interstitial from new to old metadata -INFO: Converting local name ql of variable cloud_liquid_water_specific_humidity_at_Lagrangian_surface from new to old metadata -INFO: Converting local name imp_physics_fer_hires of variable flag_for_fer_hires_microphysics_scheme from new to old metadata -INFO: Converting local name dvdt of variable tendency_of_y_wind_due_to_model_physics from new to old metadata -INFO: Converting local name dusfc_cpl of variable cumulative_surface_x_momentum_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name prsl(:,1) of variable air_pressure_at_lowest_model_layer from new to old metadata -INFO: Converting local name ktop_shallow of variable k_level_of_highest_reaching_plume from new to old metadata -INFO: Converting local name sfcfsw of variable sw_fluxes_sfc from new to old metadata -INFO: Converting local name gv0 of variable y_wind_updated_by_physics from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_rain_water) of variable rain_water_mixing_ratio from new to old metadata -INFO: Converting local name cdq_ocean of variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_ocean from new to old metadata -INFO: Converting local name sfcalb(:,4) of variable surface_albedo_due_to_UV_and_VIS_diffused from new to old metadata -INFO: Converting local name gamq of variable countergradient_mixing_term_for_water_vapor from new to old metadata -INFO: Converting local name mdt of variable time_step_for_remapping_for_fast_physics from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_ice_cloud_condensate) of variable ice_water_mixing_ratio from new to old metadata -INFO: Converting local name sfcalb(:,2) of variable surface_albedo_due_to_near_IR_diffused from new to old metadata -INFO: Converting local name phy_fctd of variable cloud_base_mass_flux from new to old metadata -INFO: Converting local name weasd_land of variable water_equivalent_accumulated_snow_depth_over_land from new to old metadata -INFO: Converting local name nwfa2d of variable tendency_of_water_friendly_aerosols_at_surface from new to old metadata -INFO: Converting local name GFS_Control of variable GFS_control_type_instance from new to old metadata -INFO: Converting local name nncl of variable number_of_tracers_for_cloud_condensate from new to old metadata -INFO: Converting local name olyr of variable ozone_concentration_at_layer_for_radiation from new to old metadata -INFO: Converting local name tg3 of variable deep_soil_temperature from new to old metadata -INFO: Converting local name Radtend of variable GFS_radtend_type_instance from new to old metadata -INFO: Converting local name sinlat of variable sine_of_latitude from new to old metadata -INFO: Converting local name sppt_wts of variable weights_for_stochastic_sppt_perturbation_flipped from new to old metadata -INFO: Converting local name ng of variable number_of_ghost_zones from new to old metadata -INFO: Converting local name phil of variable geopotential from new to old metadata -INFO: Converting local name flag_frsoil of variable flag_for_frozen_soil_physics from new to old metadata -INFO: Converting local name faersw(:,:,:,2) of variable aerosol_single_scattering_albedo_for_shortwave_bands_01_16 from new to old metadata -INFO: Converting local name qc of variable cloud_fraction_at_Lagrangian_surface from new to old metadata -INFO: Converting local name do_sfcperts of variable flag_for_stochastic_surface_perturbations from new to old metadata -INFO: Converting local name betas_deep of variable downdraft_fraction_reaching_surface_over_ocean_deep_convection from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_rain_number_concentration) of variable rain_number_concentration from new to old metadata -INFO: Converting local name ifd of variable index_of_dtlm_start from new to old metadata -INFO: Converting local name area of variable cell_area_for_fast_physics from new to old metadata -INFO: Converting local name trans_trac of variable flag_for_convective_transport_of_tracers from new to old metadata -INFO: Converting local name isatmedmf of variable choice_of_scale_aware_TKE_moist_EDMF_PBL from new to old metadata -INFO: Converting local name old_monin of variable flag_for_old_PBL_scheme from new to old metadata -INFO: Converting local name cplchm of variable flag_for_chemistry_coupling from new to old metadata -INFO: Converting local name raincprv of variable lwe_thickness_of_convective_precipitation_amount_from_previous_timestep from new to old metadata -INFO: Converting local name u1 of variable x_wind_at_lowest_model_layer_for_diag from new to old metadata -INFO: Converting local name gw_dvdt of variable tendency_of_y_wind_due_to_ugwp from new to old metadata -INFO: Converting local name dtsfc1 of variable instantaneous_surface_upward_sensible_heat_flux from new to old metadata -INFO: Converting local name gasvmr(:,:,9) of variable volume_mixing_ratio_ccl4 from new to old metadata -INFO: Converting local name semis_ice of variable surface_longwave_emissivity_over_ice_interstitial from new to old metadata -INFO: Converting local name zmtb of variable time_integral_of_height_of_mountain_blocking from new to old metadata -INFO: Converting local name dtauy2d_fd of variable y_momentum_tendency_from_form_drag from new to old metadata -INFO: Converting local name lakefrac of variable lake_area_fraction from new to old metadata -INFO: Converting local name do_myjpbl of variable do_myjpbl from new to old metadata -INFO: Converting local name sncovr of variable surface_snow_area_fraction_over_land from new to old metadata -INFO: Converting local name spd10max of variable maximum_wind_at_10m_over_maximum_hourly_time_interval from new to old metadata -INFO: Converting local name faerlw(:,:,:,3) of variable aerosol_asymmetry_parameter_for_longwave_bands_01_16 from new to old metadata -INFO: Converting local name adjsfculw_ocean of variable surface_upwelling_longwave_flux_over_ocean_interstitial from new to old metadata -INFO: Converting local name nscfshoc of variable index_of_subgrid_scale_cloud_fraction_from_shoc_in_phy_f3d from new to old metadata -INFO: Converting local name qv_r of variable humidity_mixing_ratio from new to old metadata -INFO: Converting local name gq0(:,:,index_for_water_vapor) of variable water_vapor_specific_humidity_updated_by_physics from new to old metadata -INFO: Converting local name lsnow_lsm of variable snow_vertical_dimension_for_land_surface_model from new to old metadata -INFO: Converting local name dv3dt_ngw of variable time_integral_of_change_in_y_wind_due_to_nonstationary_gravity_wave from new to old metadata -INFO: Converting local name tlyr of variable air_temperature_at_layer_for_radiation from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_turbulent_kinetic_energy) of variable turbulent_kinetic_energy from new to old metadata -INFO: Converting local name h2opl of variable h2o_forcing from new to old metadata -INFO: Converting local name smc of variable volume_fraction_of_soil_moisture from new to old metadata -INFO: Converting local name latr of variable number_of_latitude_points from new to old metadata -INFO: Converting local name crick_proof of variable flag_for_CRICK_proof_cloud_water from new to old metadata -INFO: Converting local name ssem of variable instantaneous_seasalt_emission_flux from new to old metadata -INFO: Converting local name xlai1d of variable perturbation_of_leaf_area_index from new to old metadata -INFO: Converting local name tdoms of variable dominant_snow_type from new to old metadata -INFO: Converting local name canopy of variable canopy_water_amount from new to old metadata -INFO: Converting local name dtauy2d_ss of variable y_momentum_tendency_from_small_scale_gwd from new to old metadata -INFO: Converting local name forcet of variable temperature_tendency_due_to_dynamics from new to old metadata -INFO: Converting local name snowmt of variable surface_snow_melt from new to old metadata -INFO: Converting local name ttendlim of variable limit_for_temperature_tendency_for_microphysics from new to old metadata -INFO: Converting local name clouds(:,:,6) of variable cloud_rain_water_path from new to old metadata -INFO: Converting local name sigmafrac of variable convective_updraft_area_fraction from new to old metadata -INFO: Converting local name tau_tofd of variable instantaneous_momentum_flux_due_to_turbulent_orographic_form_drag from new to old metadata -INFO: Converting local name gq0(:,:,index_for_ice_friendly_aerosols) of variable ice_friendly_aerosol_number_concentration_updated_by_physics from new to old metadata -INFO: Converting local name nsswr of variable number_of_timesteps_between_shortwave_radiation_calls from new to old metadata -INFO: Converting local name ulwsfc_cice of variable surface_upwelling_longwave_flux_for_coupling_interstitial from new to old metadata -INFO: Converting local name dq3dt(:,:,8) of variable cumulative_change_in_ozone_concentration_due_to_temperature from new to old metadata -INFO: Converting local name stress_ice of variable surface_wind_stress_over_ice from new to old metadata -INFO: Converting local name is of variable starting_x_direction_index from new to old metadata -INFO: Converting local name sbsno of variable snow_deposition_sublimation_upward_latent_heat_flux from new to old metadata -INFO: Converting local name cnvprcpb of variable cumulative_lwe_thickness_of_convective_precipitation_amount_in_bucket from new to old metadata -INFO: Converting local name rdlai of variable flag_for_reading_leaf_area_index_from_input from new to old metadata -INFO: Converting local name phy_f3d(:,:,4) of variable water_vapor_specific_humidity_at_previous_time_step from new to old metadata -INFO: Converting local name area of variable cell_area from new to old metadata -INFO: Converting local name con_eps of variable ratio_of_dry_air_to_water_vapor_gas_constants from new to old metadata -INFO: Converting local name edmf_a of variable emdf_updraft_area from new to old metadata -INFO: Converting local name dusfc1 of variable instantaneous_surface_x_momentum_flux from new to old metadata -INFO: Converting local name qlcn of variable mass_fraction_of_convective_cloud_liquid_water from new to old metadata -INFO: Converting local name fh2_land of variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_land from new to old metadata -INFO: Converting local name tprcp_land of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_land from new to old metadata -INFO: Converting local name chh_land of variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_land from new to old metadata -INFO: Converting local name dt3dt(:,:,1) of variable cumulative_change_in_temperature_due_to_longwave_radiation from new to old metadata -INFO: Converting local name nfracseed of variable cellular_automata_seed_probability from new to old metadata -INFO: Converting local name cwm of variable total_cloud_condensate_mixing_ratio_updated_by_physics from new to old metadata -INFO: Converting local name u10max of variable maximum_u_wind_at_10m_over_maximum_hourly_time_interval from new to old metadata -INFO: Converting local name dvsfc_ss of variable integrated_y_momentum_flux_from_small_scale_gwd from new to old metadata -INFO: Converting local name smcref2 of variable threshold_volume_fraction_of_condensed_water_in_soil from new to old metadata -INFO: Converting local name kcnv of variable flag_deep_convection from new to old metadata -INFO: Converting local name keepsmfr of variable volume_fraction_of_frozen_soil_moisture_for_land_surface_model from new to old metadata -INFO: Converting local name frain of variable dynamics_to_physics_timestep_ratio from new to old metadata -INFO: Converting local name debug of variable flag_debug from new to old metadata -INFO: Converting local name qrn of variable local_rain_water_mixing_ratio from new to old metadata -INFO: Converting local name tsfc_ocean of variable surface_skin_temperature_over_ocean_interstitial from new to old metadata -INFO: Converting local name levr of variable number_of_vertical_layers_for_radiation_calculations from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_graupel_number_concentration) of variable graupel_number_concentration from new to old metadata -INFO: Converting local name bl_upfr of variable updraft_fraction_in_boundary_layer_mass_flux_scheme from new to old metadata -INFO: Converting local name nsfcpert of variable number_of_surface_perturbations from new to old metadata -INFO: Converting local name evpco of variable coefficient_for_evaporation_of_rainfall from new to old metadata -INFO: Converting local name iems of variable flag_for_surface_emissivity_control from new to old metadata -INFO: Converting local name dlwsfc of variable cumulative_surface_downwelling_longwave_flux_multiplied_by_timestep from new to old metadata -INFO: Converting local name cimin of variable minimum_sea_ice_concentration from new to old metadata -INFO: Converting local name zs of variable depth_of_soil_levels_for_land_surface_model from new to old metadata -INFO: Converting local name fm10_land of variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_land from new to old metadata -INFO: Converting local name lsm_noahmp of variable flag_for_noahmp_land_surface_scheme from new to old metadata -INFO: Converting local name cs_parm(1) of variable updraft_velocity_tunable_parameter_1_CS from new to old metadata -INFO: Converting local name z_c of variable sub_layer_cooling_thickness from new to old metadata -INFO: Converting local name rainc of variable lwe_thickness_of_convective_precipitation_amount_on_dynamics_timestep from new to old metadata -INFO: Converting local name do_cnvgwd of variable flag_for_convective_gravity_wave_drag from new to old metadata -INFO: Converting local name nlunit of variable iounit_namelist from new to old metadata -INFO: Converting local name gw_dtdt of variable tendency_of_air_temperature_due_to_ugwp from new to old metadata -INFO: Converting local name phy_myj_vz0 of variable v_wind_component_at_viscous_sublayer_top from new to old metadata -INFO: Converting local name dusfc_ss of variable integrated_x_momentum_flux_from_small_scale_gwd from new to old metadata -INFO: Converting local name reset of variable flag_reset_maximum_hourly_fields from new to old metadata -INFO: Converting local name idat of variable date_and_time_at_model_initialization from new to old metadata -INFO: Converting local name oceanfrac of variable sea_area_fraction from new to old metadata -INFO: Converting local name rho_h2o of variable density_of_fresh_water from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_ozone) of variable ozone_mixing_ratio from new to old metadata -INFO: Converting local name qv of variable water_vapor_specific_humidity_at_Lagrangian_surface from new to old metadata -INFO: Converting local name adjnirdfd of variable surface_downwelling_diffuse_near_infrared_shortwave_flux from new to old metadata -INFO: Converting local name ca_global of variable flag_for_global_cellular_automata from new to old metadata -INFO: Converting local name landfrac of variable land_area_fraction from new to old metadata -INFO: Converting local name iopt_btr of variable flag_for_soil_moisture_factor_stomatal_resistance_option from new to old metadata -INFO: Converting local name cqs2 of variable surface_exchange_coefficient_for_moisture_at_2m from new to old metadata -INFO: Converting local name snohfa of variable cumulative_snow_freezing_rain_upward_latent_heat_flux_multiplied_by_timestep from new to old metadata -INFO: Converting local name nvisbm_cpl of variable cumulative_surface_net_downward_direct_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name GFS_sfcprop_type of variable GFS_sfcprop_type from new to old metadata -INFO: Converting local name oz_phys of variable flag_for_ozone_physics from new to old metadata -INFO: Converting local name rhowater of variable liquid_water_density from new to old metadata -INFO: Converting local name zsnsoxy of variable layer_bottom_depth_from_snow_surface from new to old metadata -INFO: Converting local name nthresh of variable threshold_for_perturbed_vertical_velocity from new to old metadata -INFO: Converting local name phy_f3d(:,:,1) of variable air_temperature_two_time_steps_back from new to old metadata -INFO: Converting local name gq0(:,:,index_for_water_friendly_aerosols) of variable water_friendly_aerosol_number_concentration_updated_by_physics from new to old metadata -INFO: Converting local name wetness of variable normalized_soil_wetness_for_land_surface_model from new to old metadata -INFO: Converting local name v10mi_cpl of variable instantaneous_y_wind_at_10m_for_coupling from new to old metadata -INFO: Converting local name rh02min of variable minimum_relative_humidity_at_2m_over_maximum_hourly_time_interval from new to old metadata -INFO: Converting local name nf_aelw of variable number_of_aerosol_output_fields_for_longwave_radiation from new to old metadata -INFO: Converting local name isubc_sw of variable flag_for_sw_clouds_without_sub_grid_approximation from new to old metadata -INFO: Converting local name gq0(:,:,index_for_rain_number_concentration) of variable rain_number_concentration_updated_by_physics from new to old metadata -INFO: Converting local name dvsfc1 of variable instantaneous_surface_y_momentum_flux from new to old metadata -INFO: Converting local name nirdfdi of variable surface_downwelling_diffuse_near_infrared_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name isatmedmf_vdif of variable choice_of_original_scale_aware_TKE_moist_EDMF_PBL from new to old metadata -INFO: Converting local name fprcp of variable number_of_frozen_precipitation_species from new to old metadata -INFO: Converting local name tsurf_land of variable surface_skin_temperature_after_iteration_over_land from new to old metadata -INFO: Converting local name kd of variable vertical_index_difference_between_inout_and_local from new to old metadata -INFO: Converting local name LTP of variable extra_top_layer from new to old metadata -INFO: Converting local name solcon of variable solar_constant from new to old metadata -INFO: Converting local name gq0(:,:,index_for_snow_number_concentration) of variable snow_number_concentration_updated_by_physics from new to old metadata -INFO: Converting local name bl_mynn_tkebudget of variable tke_budget from new to old metadata -INFO: Converting local name xu of variable diurnal_thermocline_layer_x_current from new to old metadata -INFO: Converting local name bl_mynn_tkeadvect of variable tke_advect from new to old metadata -INFO: Converting local name hflx_ice of variable kinematic_surface_upward_sensible_heat_flux_over_ice from new to old metadata -INFO: Converting local name smcwlt2 of variable volume_fraction_of_condensed_water_in_soil_at_wilting_point from new to old metadata -INFO: Converting local name imfdeepcnv of variable flag_for_mass_flux_deep_convection_scheme from new to old metadata -INFO: Converting local name ntchm of variable number_of_chemical_tracers from new to old metadata -INFO: Converting local name ncpl of variable local_condesed_water_number_concentration from new to old metadata -INFO: Converting local name vvl of variable omega from new to old metadata -INFO: Converting local name xkzminv of variable atmosphere_heat_diffusivity_background_maximum from new to old metadata -INFO: Converting local name snowc of variable surface_snow_area_fraction from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_of_subgrid_scale_cloud_fraction_from_shoc_in_phy_f3d) of variable subgrid_scale_cloud_fraction_from_shoc from new to old metadata -INFO: Converting local name du3dt(:,:,4) of variable cumulative_change_in_x_wind_due_to_convective_gravity_wave_drag from new to old metadata -INFO: Converting local name jcap of variable number_of_spectral_wave_trancation_for_sas from new to old metadata -INFO: Converting local name cd_ocean of variable surface_drag_coefficient_for_momentum_in_air_over_ocean from new to old metadata -INFO: Converting local name vfrac of variable vegetation_area_fraction from new to old metadata -INFO: Converting local name dvdftra of variable tendency_of_vertically_diffused_tracer_concentration from new to old metadata -INFO: Converting local name npzp1 of variable vertical_dimension_for_fast_physics_plus_one from new to old metadata -INFO: Converting local name duem of variable instantaneous_dust_emission_flux from new to old metadata -INFO: Converting local name prslrd0 of variable pressure_cutoff_for_rayleigh_damping from new to old metadata -INFO: Converting local name q2m of variable specific_humidity_at_2m from new to old metadata -INFO: Converting local name chs2 of variable surface_exchange_coefficient_for_heat_at_2m from new to old metadata -INFO: Converting local name lfmassxy of variable leaf_mass from new to old metadata -INFO: Converting local name phy_f3d(:,:,2) of variable water_vapor_specific_humidity_two_time_steps_back from new to old metadata -INFO: Converting local name rainp of variable tendency_of_rain_water_mixing_ratio_due_to_microphysics from new to old metadata -INFO: Converting local name ud_mf of variable instantaneous_atmosphere_updraft_convective_mass_flux from new to old metadata -INFO: Converting local name dudt_tms of variable instantaneous_change_in_x_wind_due_to_turbulent_orographic_form_drag from new to old metadata -INFO: Converting local name mg3_as_mg2 of variable flag_mg3_as_mg2 from new to old metadata -INFO: Converting local name htlw0 of variable tendency_of_air_temperature_due_to_longwave_heating_assuming_clear_sky_on_radiation_time_step from new to old metadata -INFO: Converting local name w_d of variable coefficient_w_d from new to old metadata -INFO: Converting local name shdmax of variable maximum_vegetation_area_fraction from new to old metadata -INFO: Converting local name iccn of variable flag_for_in_ccn_forcing_for_morrison_gettelman_microphysics from new to old metadata -INFO: Converting local name htlwc of variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step from new to old metadata -INFO: Converting local name scmpsw of variable components_of_surface_downward_shortwave_fluxes from new to old metadata -INFO: Converting local name tgrs(:,1) of variable air_temperature_at_lowest_model_layer from new to old metadata -INFO: Converting local name cmxy of variable surface_drag_coefficient_for_momentum_for_noahmp from new to old metadata -INFO: Converting local name snowd_land of variable surface_snow_thickness_water_equivalent_over_land from new to old metadata -INFO: Converting local name clouds(:,:,5) of variable mean_effective_radius_for_ice_cloud from new to old metadata -INFO: Converting local name xz of variable diurnal_thermocline_layer_thickness from new to old metadata -INFO: Converting local name tsfg of variable surface_ground_temperature_for_radiation from new to old metadata -INFO: Converting local name dkt of variable atmosphere_heat_diffusivity from new to old metadata -INFO: Converting local name qgrs of variable tracer_concentration from new to old metadata -INFO: Converting local name pgcon_deep of variable momentum_transport_reduction_factor_pgf_deep_convection from new to old metadata -INFO: Converting local name wind10mmax of variable maximum_wind_at_10m from new to old metadata -INFO: Converting local name slopetype of variable surface_slope_classification from new to old metadata -INFO: Converting local name Intdiag of variable GFS_diag_type_instance from new to old metadata -INFO: Converting local name mg_nccons of variable mg_flag_drop_concentration_constant from new to old metadata -INFO: Converting local name adjvisdfd of variable surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_snow_water) of variable tendency_of_snow_water_mixing_ratio_due_to_model_physics from new to old metadata -INFO: Converting local name nlwsfc_cpl of variable cumulative_surface_net_downward_longwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name clouds(:,:,9) of variable mean_effective_radius_for_snow_flake from new to old metadata -INFO: Converting local name con_cvap of variable specific_heat_of_water_vapor_at_constant_pressure from new to old metadata -INFO: Converting local name drydep of variable instantaneous_dry_deposition from new to old metadata -INFO: Converting local name semis_ocean of variable surface_longwave_emissivity_over_ocean_interstitial from new to old metadata -INFO: Converting local name master of variable mpi_root from new to old metadata -INFO: Converting local name gamt of variable countergradient_mixing_term_for_temperature from new to old metadata -INFO: Converting local name redrag of variable flag_for_reduced_drag_coefficient_over_sea from new to old metadata -INFO: Converting local name gq0(:,:,index_for_ozone) of variable ozone_concentration_updated_by_physics from new to old metadata -INFO: Converting local name do_skeb of variable flag_for_stochastic_skeb_option from new to old metadata -INFO: Converting local name qg_r of variable mass_weighted_rime_factor_mixing_ratio from new to old metadata -INFO: Converting local name min_seaice of variable sea_ice_minimum from new to old metadata -INFO: Converting local name betal_deep of variable downdraft_fraction_reaching_surface_over_land_deep_convection from new to old metadata -INFO: Converting local name alvwf of variable mean_vis_albedo_with_weak_cosz_dependency from new to old metadata -INFO: Converting local name do_gwd of variable flag_for_gravity_wave_drag from new to old metadata -INFO: Converting local name nf_aesw of variable number_of_aerosol_output_fields_for_shortwave_radiation from new to old metadata -INFO: Converting local name avg_max_length of variable time_interval_for_maximum_hourly_fields from new to old metadata -INFO: Converting local name tdomzr of variable dominant_freezing_rain_type from new to old metadata -INFO: Converting local name toticeb of variable accumulated_lwe_thickness_of_ice_amount_in_bucket from new to old metadata -INFO: Converting local name isppt_deep of variable flag_for_combination_of_sppt_with_isppt_deep from new to old metadata -INFO: Converting local name ice of variable lwe_thickness_of_ice_amount_on_dynamics_timestep from new to old metadata -INFO: Converting local name dq3dt(:,:,9) of variable cumulative_change_in_ozone_concentration_due_to_overhead_ozone_column from new to old metadata -INFO: Converting local name lsidea of variable flag_idealized_physics from new to old metadata -INFO: Converting local name ico2 of variable flag_for_using_prescribed_global_mean_co2_value from new to old metadata -INFO: Converting local name evap_ice of variable kinematic_surface_upward_latent_heat_flux_over_ice from new to old metadata -INFO: Converting local name do_awdd of variable flag_arakawa_wu_downdraft from new to old metadata -INFO: Converting local name hetfrz_classnuc of variable mg_flag_for_heterogeneous_freezing from new to old metadata -INFO: Converting local name mpiroot of variable mpi_root_for_fast_physics from new to old metadata -INFO: Converting local name dq3dt(:,:,4) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_microphysics from new to old metadata -INFO: Converting local name GFS_coupling_type of variable GFS_coupling_type from new to old metadata -INFO: Converting local name psurfi_cpl of variable instantaneous_surface_air_pressure_for_coupling from new to old metadata -INFO: Converting local name xkzm_h of variable atmosphere_heat_diffusivity_background from new to old metadata -INFO: Converting local name rh02max of variable maximum_relative_humidity_at_2m_over_maximum_hourly_time_interval from new to old metadata -INFO: Converting local name tmpmax of variable maximum_temperature_at_2m from new to old metadata -INFO: Converting local name fscav of variable fraction_of_tracer_scavenged from new to old metadata -INFO: Converting local name ntiwx of variable index_for_ice_cloud_condensate_vertical_diffusion_tracer from new to old metadata -INFO: Converting local name gasvmr(:,:,4) of variable volume_mixing_ratio_o2 from new to old metadata -INFO: Converting local name dpt2m of variable dewpoint_temperature_at_2m from new to old metadata -INFO: Converting local name mg_do_liq_liu of variable mg_flag_for_liu_liquid_treatment from new to old metadata -INFO: Converting local name ffhh_land of variable Monin_Obukhov_similarity_function_for_heat_over_land from new to old metadata -INFO: Converting local name crtrh(3) of variable critical_relative_humidity_at_top_of_atmosphere from new to old metadata -INFO: Converting local name smcwtdxy of variable soil_water_content_between_soil_bottom_and_water_table from new to old metadata -INFO: Converting local name visbmdi of variable surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name cdq_ice of variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_ice from new to old metadata -INFO: Converting local name adjnirdfu of variable surface_upwelling_diffuse_near_infrared_shortwave_flux from new to old metadata -INFO: Converting local name wcbmax of variable maximum_updraft_velocity_at_cloud_base from new to old metadata -INFO: Converting local name tsflw of variable surface_midlayer_air_temperature_in_longwave_radiation from new to old metadata -INFO: Converting local name asolfac_shal of variable aerosol_aware_parameter_shallow_convection from new to old metadata -INFO: Converting local name gabsbdlw_ocean of variable surface_downwelling_longwave_flux_absorbed_by_ground_over_ocean from new to old metadata -INFO: Converting local name de_lgth of variable cloud_decorrelation_length from new to old metadata -INFO: Converting local name GFS_interstitial_type of variable GFS_interstitial_type from new to old metadata -INFO: Converting local name imap of variable map_of_block_column_number_to_global_i_index from new to old metadata -INFO: Converting local name plyr of variable air_pressure_at_layer_for_radiation_in_hPa from new to old metadata -INFO: Converting local name skip_macro of variable flag_skip_macro from new to old metadata -INFO: Converting local name tsnoxy of variable snow_temperature from new to old metadata -INFO: Converting local name sbsnoa of variable cumulative_snow_deposition_sublimation_upward_latent_heat_flux_multiplied_by_timestep from new to old metadata -INFO: Converting local name prcpmp of variable lwe_thickness_of_explicit_precipitation_amount from new to old metadata -INFO: Converting local name clcn of variable convective_cloud_volume_fraction from new to old metadata -INFO: Converting local name gt0 of variable air_temperature_updated_by_physics from new to old metadata -INFO: Converting local name gamma of variable anisotropy_of_subgrid_orography from new to old metadata -INFO: Converting local name uconvtend of variable tendency_of_x_wind_due_to_deep_convection_for_coupling_on_physics_timestep from new to old metadata -INFO: Converting local name dswsfci_cpl of variable instantaneous_surface_downwelling_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name delp of variable pressure_thickness_at_Lagrangian_surface from new to old metadata -INFO: Converting local name lsm_ruc of variable flag_for_ruc_land_surface_scheme from new to old metadata -INFO: Converting local name dt_mf of variable instantaneous_atmosphere_detrainment_convective_mass_flux from new to old metadata -INFO: Converting local name d_conv of variable free_convection_layer_thickness from new to old metadata -INFO: Converting local name nlwsfci_cpl of variable instantaneous_surface_net_downward_longwave_flux_for_coupling from new to old metadata -INFO: Converting local name shum_wts of variable weights_for_stochastic_shum_perturbation from new to old metadata -INFO: Converting local name dswsfci of variable surface_downwelling_shortwave_flux from new to old metadata -INFO: Converting local name do_ysu of variable flag_for_ysu from new to old metadata -INFO: Converting local name q_con of variable cloud_condensed_water_specific_humidity_at_Lagrangian_surface from new to old metadata -INFO: Converting local name mom4ice of variable flag_for_mom4_coupling from new to old metadata -INFO: Converting local name tref of variable sea_surface_reference_temperature from new to old metadata -INFO: Converting local name faersw(:,:,:,3) of variable aerosol_asymmetry_parameter_for_shortwave_bands_01_16 from new to old metadata -INFO: Converting local name ie of variable ending_x_direction_index from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_water_friendly_aerosols) of variable water_friendly_aerosol_number_concentration from new to old metadata -INFO: Converting local name dugwd of variable time_integral_of_x_stress_due_to_gravity_wave_drag from new to old metadata -INFO: Converting local name ntot3d of variable number_of_fields_in_phyf3d from new to old metadata -INFO: Converting local name GFS_data_type of variable GFS_data_type from new to old metadata -INFO: Converting local name graupelprv of variable lwe_thickness_of_graupel_amount_from_previous_timestep from new to old metadata -INFO: Converting local name nstf_name(4) of variable vertical_temperature_average_range_lower_bound from new to old metadata -INFO: Converting local name kind_dyn of variable kind_dyn from new to old metadata -INFO: Converting local name acv of variable accumulated_lwe_thickness_of_convective_precipitation_amount_cnvc90 from new to old metadata -INFO: Converting local name lsoil_lsm of variable soil_vertical_dimension_for_land_surface_model from new to old metadata -INFO: Converting local name phy_myj_chkqlm of variable surface_layer_evaporation_switch from new to old metadata -INFO: Converting local name dtf of variable time_step_for_dynamics from new to old metadata -INFO: Converting local name dqsfci_cpl of variable instantaneous_surface_upward_latent_heat_flux_for_coupling from new to old metadata -INFO: Converting local name mg_do_hail of variable mg_flag_for_hail from new to old metadata -INFO: Converting local name iopt_sfc of variable flag_for_surface_layer_drag_coefficient_option from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_ice_cloud_number_concentration) of variable tendency_of_ice_number_concentration_due_to_model_physics from new to old metadata -INFO: Converting local name kind_LOGICAL of variable kind_LOGICAL from new to old metadata -INFO: Converting local name hybedmf of variable flag_for_hedmf from new to old metadata -INFO: Converting local name dvisdfi_cpl of variable instantaneous_surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name exch_h of variable atmosphere_heat_diffusivity_for_mynnpbl from new to old metadata -INFO: Converting local name z01d of variable perturbation_of_momentum_roughness_length from new to old metadata -INFO: Converting local name prevst of variable temperature_from_previous_timestep from new to old metadata -INFO: Converting local name tracers_total of variable number_of_total_tracers from new to old metadata -INFO: Converting local name wind of variable wind_speed_at_lowest_model_layer from new to old metadata -INFO: Converting local name hprime of variable statistical_measures_of_subgrid_orography from new to old metadata -INFO: Converting local name oz_coeffp5 of variable number_of_coefficients_in_ozone_forcing_data_plus_five from new to old metadata -INFO: Converting local name tvxy of variable vegetation_temperature from new to old metadata -INFO: Converting local name ncps of variable local_snow_number_concentration from new to old metadata -INFO: Converting local name zlvl of variable height_above_ground_at_lowest_model_layer from new to old metadata -INFO: Converting local name restart of variable flag_for_restart from new to old metadata -INFO: Converting local name con_tice of variable freezing_point_temperature_of_seawater from new to old metadata -INFO: Converting local name sfcnsw of variable surface_net_downwelling_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name tau_mtb of variable time_integral_of_momentum_flux_due_to_mountain_blocking_drag from new to old metadata -INFO: Metadata table for model FV3 written to tests/build_fv3_20/FV3/ccpp/physics/CCPP_VARIABLES_FV3.html -INFO: Parsing metadata tables in physics scheme files ... -INFO: Parsed tables in scheme rayleigh_damp -INFO: Parsed tables in scheme GFS_surface_composites_pre -INFO: Parsed tables in scheme GFS_surface_composites_inter -INFO: Parsed tables in scheme GFS_surface_composites_post -INFO: Parsed tables in scheme rrtmg_sw -INFO: Parsed tables in scheme sfc_ocean -INFO: Parsed tables in scheme gwdc_pre -INFO: Parsed tables in scheme gwdc -INFO: Parsed tables in scheme gwdc_post -INFO: Parsed tables in scheme cu_gf_driver_pre -INFO: Parsed tables in scheme gfdl_cloud_microphys -INFO: Parsed tables in scheme GFS_time_vary_pre -INFO: Parsed tables in scheme GFS_rrtmg_setup -INFO: Parsed tables in scheme zhaocarr_gscond -INFO: Parsed tables in scheme ysuvdif -INFO: Parsed tables in scheme rrtmg_sw_post -INFO: Parsed tables in scheme GFS_SCNV_generic_pre -INFO: Parsed tables in scheme GFS_SCNV_generic_post -INFO: Parsed tables in scheme GFS_rrtmg_pre -INFO: Parsed tables in scheme sfc_sice -INFO: Parsed tables in scheme samfdeepcnv -INFO: Parsed tables in scheme satmedmfvdif -INFO: Parsed tables in scheme mynnrad_post -INFO: Parsed tables in scheme cu_gf_driver_post -INFO: Parsed tables in scheme cs_conv_aw_adj -INFO: Parsed tables in scheme GFS_phys_time_vary -INFO: Parsed tables in scheme ozphys_2015 -INFO: Parsed tables in scheme GFS_suite_interstitial_rad_reset -INFO: Parsed tables in scheme GFS_suite_interstitial_phys_reset -INFO: Parsed tables in scheme GFS_suite_interstitial_1 -INFO: Parsed tables in scheme GFS_suite_interstitial_2 -INFO: Parsed tables in scheme GFS_suite_stateout_reset -INFO: Parsed tables in scheme GFS_suite_stateout_update -INFO: Parsed tables in scheme GFS_suite_interstitial_3 -INFO: Parsed tables in scheme GFS_suite_interstitial_4 -INFO: Parsed tables in scheme samfshalcnv -INFO: Parsed tables in scheme zhaocarr_precpd -INFO: Parsed tables in scheme noahmpdrv -INFO: Parsed tables in scheme mp_fer_hires -INFO: Parsed tables in scheme myjpbl_wrapper -INFO: Parsed tables in scheme GFS_surface_generic_pre -INFO: Parsed tables in scheme GFS_surface_generic_post -INFO: Parsed tables in scheme cu_ntiedtke_post -INFO: Parsed tables in scheme sfc_diag -INFO: Parsed tables in scheme rrtmg_lw -INFO: Parsed tables in scheme GFS_diagtoscreen -INFO: Parsed tables in scheme GFS_interstitialtoscreen -INFO: Parsed tables in scheme GFS_abort -INFO: Parsed tables in scheme GFS_checkland -INFO: Parsed tables in scheme mynnrad_pre -INFO: Parsed tables in scheme satmedmfvdifq -INFO: Parsed tables in scheme cs_conv_pre -INFO: Parsed tables in scheme cs_conv_post -INFO: Parsed tables in scheme cs_conv -INFO: Parsed tables in scheme shinhongvdif -INFO: Parsed tables in scheme h2ophys -INFO: Parsed tables in scheme rrtmg_lw_post -INFO: Parsed tables in scheme sfc_nst -INFO: Parsed tables in scheme sfc_nst_pre -INFO: Parsed tables in scheme sfc_nst_post -INFO: Parsed tables in scheme cu_ntiedtke_pre -INFO: Parsed tables in scheme cu_ntiedtke -INFO: Parsed tables in scheme cires_ugwp_post -INFO: Parsed tables in scheme hedmf -INFO: Parsed tables in scheme sfc_diff -INFO: Parsed tables in scheme mp_thompson_pre -INFO: Parsed tables in scheme sfc_diag_post -INFO: Parsed tables in scheme m_micro_pre -INFO: Parsed tables in scheme m_micro_post -INFO: Parsed tables in scheme m_micro -INFO: Parsed tables in scheme fv_sat_adj -INFO: Parsed tables in scheme GFS_surface_loop_control_part1 -INFO: Parsed tables in scheme GFS_surface_loop_control_part2 -INFO: Parsed tables in scheme shoc -INFO: Parsed tables in scheme GFS_rrtmg_post -INFO: Parsed tables in scheme GFS_GWD_generic_pre -INFO: Parsed tables in scheme GFS_GWD_generic_post -INFO: Parsed tables in scheme rrtmg_sw_pre -INFO: Parsed tables in scheme GFS_MP_generic_pre -INFO: Parsed tables in scheme GFS_MP_generic_post -INFO: Parsed tables in scheme cu_gf_driver -INFO: Parsed tables in scheme GFS_PBL_generic_pre -INFO: Parsed tables in scheme GFS_PBL_generic_post -INFO: Parsed tables in scheme mp_thompson_post -INFO: Parsed tables in scheme mp_thompson -INFO: Parsed tables in scheme rrtmg_lw_pre -INFO: Parsed tables in scheme gwdps -INFO: Parsed tables in scheme shalcnv -INFO: Parsed tables in scheme cires_ugwp -INFO: Parsed tables in scheme get_prs_fv3 -INFO: Parsed tables in scheme get_phi_fv3 -INFO: Parsed tables in scheme mynnsfc_wrapper -INFO: Parsed tables in scheme GFS_suite_ini_fini_test -INFO: Parsed tables in scheme myjsfc_wrapper -INFO: Parsed tables in scheme mynnedmf_wrapper -INFO: Parsed tables in scheme ozphys -INFO: Parsed tables in scheme lsm_ruc -INFO: Parsed tables in scheme GFS_stochastics -INFO: Parsed tables in scheme drag_suite -INFO: Parsed tables in scheme sfc_cice -INFO: Parsed tables in scheme sascnvn -INFO: Parsed tables in scheme lsm_ruc_sfc_sice_pre -INFO: Parsed tables in scheme lsm_ruc_sfc_sice_post -INFO: Parsed tables in scheme GFS_DCNV_generic_pre -INFO: Parsed tables in scheme GFS_DCNV_generic_post -INFO: Parsed tables in scheme cnvc90 -INFO: Parsed tables in scheme GFS_rad_time_vary -INFO: Parsed tables in scheme maximum_hourly_diagnostics -INFO: Parsed tables in scheme lsm_noah -INFO: Parsed tables in scheme dcyc2t3 -INFO: Parsed tables in scheme dcyc2t3_post -INFO: Parsed tables in scheme moninshoc -INFO: filtering out variable GFS_stateout_type_instance -INFO: filtering out variable accumulated_change_of_air_temperature_due_to_FA_scheme -INFO: filtering out variable accumulated_water_equivalent_of_frozen_precip -INFO: filtering out variable area_fraction_of_wet_canopy -INFO: filtering out variable atmosphere_energy_content_at_Lagrangian_surface -INFO: filtering out variable atmosphere_energy_content_in_column -INFO: filtering out variable atmosphere_heat_diffusivity_for_mynnpbl -INFO: filtering out variable atmosphere_momentum_diffusivity_for_mynnpbl -INFO: filtering out variable baseline_surface_roughness_length -INFO: filtering out variable canopy_air_temperature -INFO: filtering out variable canopy_air_vapor_pressure -INFO: filtering out variable canopy_intercepted_ice_mass -INFO: filtering out variable canopy_intercepted_liquid_water -INFO: filtering out variable cappa_moist_gas_constant_at_Lagrangian_surface -INFO: filtering out variable ccpp_block_number -INFO: filtering out variable cell_area_for_fast_physics -INFO: filtering out variable cell_size -INFO: filtering out variable characteristic_grid_length_scale -INFO: filtering out variable choice_of_updated_scale_aware_TKE_moist_EDMF_PBL -INFO: filtering out variable cloud_area_fraction -INFO: filtering out variable cloud_condensed_water_mixing_ratio_at_lowest_model_layer -INFO: filtering out variable cloud_condensed_water_mixing_ratio_at_surface -INFO: filtering out variable cloud_condensed_water_specific_humidity_at_Lagrangian_surface -INFO: filtering out variable cloud_droplet_number_concentration -INFO: filtering out variable cloud_fraction_at_Lagrangian_surface -INFO: filtering out variable cloud_fraction_updated_by_physics -INFO: filtering out variable cloud_graupel_specific_humidity_at_Lagrangian_surface -INFO: filtering out variable cloud_ice_specific_humidity_at_Lagrangian_surface -INFO: filtering out variable cloud_liquid_water_specific_humidity_at_Lagrangian_surface -INFO: filtering out variable cloud_rain_specific_humidity_at_Lagrangian_surface -INFO: filtering out variable cloud_snow_specific_humidity_at_Lagrangian_surface -INFO: filtering out variable cloud_specie_mix_flag -INFO: filtering out variable cloudpdf -INFO: filtering out variable conv_activity_counter -INFO: filtering out variable couple_sgs_clouds_to_radiation_flag -INFO: filtering out variable cumulative_change_in_x_wind_due_to_convective_gravity_wave_drag -INFO: filtering out variable cumulative_change_in_y_wind_due_to_convective_gravity_wave_drag -INFO: filtering out variable density_of_frozen_precipitation -INFO: filtering out variable depth_of_soil_levels_for_land_surface_model -INFO: filtering out variable do_myjsfc -INFO: filtering out variable do_mynnsfclay -INFO: filtering out variable downdraft_fraction_in_boundary_layer_mass_flux_scheme -INFO: filtering out variable edmf_flag -INFO: filtering out variable edmf_momentum_transport_flag -INFO: filtering out variable edmf_partition_flag -INFO: filtering out variable edmf_tke_transport_flag -INFO: filtering out variable emdf_updraft_area -INFO: filtering out variable emdf_updraft_cloud_water -INFO: filtering out variable emdf_updraft_entrainment_rate -INFO: filtering out variable emdf_updraft_theta_l -INFO: filtering out variable emdf_updraft_total_water -INFO: filtering out variable emdf_updraft_vertical_velocity -INFO: filtering out variable ending_x_direction_index -INFO: filtering out variable ending_x_direction_index_domain -INFO: filtering out variable ending_y_direction_index -INFO: filtering out variable ending_y_direction_index_domain -INFO: filtering out variable equilibrium_soil_water_content -INFO: filtering out variable fa_threshold_relative_humidity_for_onset_of_condensation -INFO: filtering out variable fast_soil_pool_mass_content_of_carbon -INFO: filtering out variable fine_root_mass -INFO: filtering out variable finite_volume_mean_edge_pressure_raised_to_the_power_of_kappa -INFO: filtering out variable flag_for_canopy_stomatal_resistance_option -INFO: filtering out variable flag_for_cloud_effective_radii -INFO: filtering out variable flag_for_dynamic_vegetation_option -INFO: filtering out variable flag_for_fast_microphysics_energy_conservation -INFO: filtering out variable flag_for_frozen_soil_permeability_option -INFO: filtering out variable flag_for_frozen_soil_physics -INFO: filtering out variable flag_for_ground_snow_surface_albedo_option -INFO: filtering out variable flag_for_hydrostatic_heating_from_physics -INFO: filtering out variable flag_for_hydrostatic_solver -INFO: filtering out variable flag_for_hydrostatic_solver_for_fast_physics -INFO: filtering out variable flag_for_individual_cloud_species_advected -INFO: filtering out variable flag_for_inline_cloud_fraction_calculation -INFO: filtering out variable flag_for_lower_boundary_soil_temperature_option -INFO: filtering out variable flag_for_precipitation_partition_option -INFO: filtering out variable flag_for_radiation_transfer_option -INFO: filtering out variable flag_for_reading_leaf_area_index_from_input -INFO: filtering out variable flag_for_restart -INFO: filtering out variable flag_for_runoff_and_groundwater_option -INFO: filtering out variable flag_for_sas_deep_convection_scheme -INFO: filtering out variable flag_for_saturation_adjustment_for_microphysics_in_dynamics -INFO: filtering out variable flag_for_soil_and_snow_temperature_time_stepping_option -INFO: filtering out variable flag_for_soil_moisture_factor_stomatal_resistance_option -INFO: filtering out variable flag_for_supercooled_liquid_water_option -INFO: filtering out variable flag_for_surface_layer_drag_coefficient_option -INFO: filtering out variable flag_for_tendency_of_air_temperature_at_Lagrangian_surface -INFO: filtering out variable flag_for_the_last_step_of_k_split_remapping -INFO: filtering out variable gas_constants_for_multi_gases_physics -INFO: filtering out variable gas_tracers_for_multi_gas_physics_at_Lagrangian_surface -INFO: filtering out variable gf_memory_counter -INFO: filtering out variable grav_settling -INFO: filtering out variable ground_temperature_for_noahmp -INFO: filtering out variable gwd_opt -INFO: filtering out variable heat_exchange_coefficient_for_MYJ_schemes -INFO: filtering out variable ice_friendly_aerosol_number_concentration -INFO: filtering out variable ice_friendly_aerosol_number_concentration_updated_by_physics -INFO: filtering out variable ice_number_concentration -INFO: filtering out variable ice_water_mixing_ratio -INFO: filtering out variable integrated_x_momentum_flux_from_blocking_drag -INFO: filtering out variable integrated_x_momentum_flux_from_form_drag -INFO: filtering out variable integrated_x_momentum_flux_from_large_scale_gwd -INFO: filtering out variable integrated_x_momentum_flux_from_small_scale_gwd -INFO: filtering out variable integrated_y_momentum_flux_from_blocking_drag -INFO: filtering out variable integrated_y_momentum_flux_from_form_drag -INFO: filtering out variable integrated_y_momentum_flux_from_large_scale_gwd -INFO: filtering out variable integrated_y_momentum_flux_from_small_scale_gwd -INFO: filtering out variable k_level_of_highest_reaching_plume -INFO: filtering out variable kappa_dry_for_fast_physics -INFO: filtering out variable kinematic_surface_latent_heat_flux -INFO: filtering out variable lake_water_storage -INFO: filtering out variable layer_bottom_depth_from_snow_surface -INFO: filtering out variable leaf_area_index -INFO: filtering out variable leaf_mass -INFO: filtering out variable limit_for_temperature_tendency_for_microphysics -INFO: filtering out variable liquid_water_density -INFO: filtering out variable log_pressure_at_Lagrangian_surface -INFO: filtering out variable mass_weighted_rime_factor_updated_by_physics -INFO: filtering out variable maximum_column_heating_rate -INFO: filtering out variable maximum_mass_flux -INFO: filtering out variable mean_nir_albedo_with_weak_cosz_dependency -INFO: filtering out variable mean_vis_albedo_with_weak_cosz_dependency -INFO: filtering out variable minimum_value_of_specific_humidity -INFO: filtering out variable mix_total_water_flag -INFO: filtering out variable mixing_length -INFO: filtering out variable mixing_length_flag -INFO: filtering out variable moisture_from_previous_timestep -INFO: filtering out variable moisture_tendency_due_to_dynamics -INFO: filtering out variable momentum_exchange_coefficient_for_MYJ_schemes -INFO: filtering out variable mpi_comm -INFO: filtering out variable mpi_rank_for_fast_physics -INFO: filtering out variable mpi_root_for_fast_physics -INFO: filtering out variable nondimensional_snow_age -INFO: filtering out variable normalized_soil_wetness_for_land_surface_model -INFO: filtering out variable number_of_gases_for_multi_gases_physics -INFO: filtering out variable number_of_ghost_zones -INFO: filtering out variable number_of_plumes -INFO: filtering out variable number_of_snow_layers -INFO: filtering out variable number_of_spectral_wave_trancation_for_sas -INFO: filtering out variable number_of_water_species -INFO: filtering out variable omp_threads_for_fast_physics -INFO: filtering out variable ozone_mixing_ratio -INFO: filtering out variable potential_temperature_at_2m -INFO: filtering out variable potential_temperature_at_viscous_sublayer_top -INFO: filtering out variable pressure_thickness_at_Lagrangian_surface -INFO: filtering out variable q_prime_squared -INFO: filtering out variable ratio_of_vapor_to_dry_air_gas_constants_minus_one_default_kind -INFO: filtering out variable reciprocal_of_obukhov_length -INFO: filtering out variable slow_soil_pool_mass_content_of_carbon -INFO: filtering out variable snow_albedo_at_previous_time_step -INFO: filtering out variable snow_layer_ice -INFO: filtering out variable snow_layer_liquid_water -INFO: filtering out variable snow_mass_at_previous_time_step -INFO: filtering out variable snow_precipitation_rate_at_surface -INFO: filtering out variable snow_temperature -INFO: filtering out variable snow_temperature_bottom_first_layer -INFO: filtering out variable soil_temperature_for_land_surface_model -INFO: filtering out variable soil_vertical_dimension_for_land_surface_model -INFO: filtering out variable soil_water_content_between_soil_bottom_and_water_table -INFO: filtering out variable specific_heat_capacities_for_multi_gases_physics -INFO: filtering out variable specific_humidity_at_viscous_sublayer_top -INFO: filtering out variable stability_function_for_heat -INFO: filtering out variable starting_x_direction_index -INFO: filtering out variable starting_x_direction_index_domain -INFO: filtering out variable starting_y_direction_index -INFO: filtering out variable starting_y_direction_index_domain -INFO: filtering out variable stem_area_index -INFO: filtering out variable stem_mass -INFO: filtering out variable subgrid_cloud_fraction_pbl -INFO: filtering out variable subgrid_cloud_mixing_ratio_pbl -INFO: filtering out variable surface_condensation_mass -INFO: filtering out variable surface_drag_coefficient_for_heat_and_moisture_for_noahmp -INFO: filtering out variable surface_drag_coefficient_for_momentum_for_noahmp -INFO: filtering out variable surface_exchange_coefficient_for_heat -INFO: filtering out variable surface_exchange_coefficient_for_heat_at_2m -INFO: filtering out variable surface_exchange_coefficient_for_moisture -INFO: filtering out variable surface_exchange_coefficient_for_moisture_at_2m -INFO: filtering out variable surface_friction_velocity_drag -INFO: filtering out variable surface_geopotential_at_Lagrangian_surface -INFO: filtering out variable surface_latent_heat -INFO: filtering out variable surface_layer_evaporation_switch -INFO: filtering out variable surface_specific_humidity_for_MYJ_schemes -INFO: filtering out variable surface_stability_parameter -INFO: filtering out variable t_prime_q_prime -INFO: filtering out variable t_prime_squared -INFO: filtering out variable temperature_from_previous_timestep -INFO: filtering out variable temperature_tendency_due_to_dynamics -INFO: filtering out variable tendency_of_air_temperature_at_Lagrangian_surface -INFO: filtering out variable tendency_of_cloud_droplet_number_concentration_due_to_model_physics -INFO: filtering out variable tendency_of_ice_cloud_water_mixing_ratio_due_to_model_physics -INFO: filtering out variable tendency_of_ice_friendly_aerosol_number_concentration_due_to_model_physics -INFO: filtering out variable tendency_of_ice_friendly_aerosols_at_surface -INFO: filtering out variable tendency_of_ice_number_concentration_due_to_model_physics -INFO: filtering out variable tendency_of_liquid_cloud_water_mixing_ratio_due_to_model_physics -INFO: filtering out variable tendency_of_ozone_mixing_ratio_due_to_model_physics -INFO: filtering out variable tendency_of_water_friendly_aerosol_number_concentration_due_to_model_physics -INFO: filtering out variable tendency_of_water_friendly_aerosols_at_surface -INFO: filtering out variable tendency_of_water_vapor_specific_humidity_due_to_model_physics -INFO: filtering out variable tendency_of_x_wind_due_to_convective_gravity_wave_drag -INFO: filtering out variable tendency_of_y_wind_due_to_convective_gravity_wave_drag -INFO: filtering out variable theta_star -INFO: filtering out variable thickness_at_Lagrangian_surface -INFO: filtering out variable time_step_for_remapping_for_fast_physics -INFO: filtering out variable tke_advect -INFO: filtering out variable tke_at_mass_points -INFO: filtering out variable tke_budget -INFO: filtering out variable tke_dissipative_heating_factor -INFO: filtering out variable top_layer_index_for_fast_physics -INFO: filtering out variable total_accumulated_snowfall -INFO: filtering out variable u_wind_component_at_viscous_sublayer_top -INFO: filtering out variable updraft_fraction_in_boundary_layer_mass_flux_scheme -INFO: filtering out variable v_wind_component_at_viscous_sublayer_top -INFO: filtering out variable vegetation_temperature -INFO: filtering out variable vertical_dimension_for_fast_physics -INFO: filtering out variable vertical_dimension_for_thickness_at_Lagrangian_surface -INFO: filtering out variable virtual_temperature_at_Lagrangian_surface -INFO: filtering out variable volume_fraction_of_frozen_soil_moisture_for_land_surface_model -INFO: filtering out variable volume_fraction_of_soil_moisture_for_land_surface_model -INFO: filtering out variable volume_fraction_of_unfrozen_soil_moisture_for_land_surface_model -INFO: filtering out variable water_friendly_aerosol_number_concentration -INFO: filtering out variable water_friendly_aerosol_number_concentration_updated_by_physics -INFO: filtering out variable water_storage_in_aquifer -INFO: filtering out variable water_storage_in_aquifer_and_saturated_soil -INFO: filtering out variable water_table_depth -INFO: filtering out variable water_table_recharge_when_deep -INFO: filtering out variable water_table_recharge_when_shallow -INFO: filtering out variable water_vapor_mixing_ratio_at_surface -INFO: filtering out variable water_vapor_specific_humidity_at_Lagrangian_surface -INFO: filtering out variable weight_for_momentum_at_viscous_sublayer_top -INFO: filtering out variable weight_for_potental_temperature_at_viscous_sublayer_top -INFO: filtering out variable weight_for_specific_humidity_at_viscous_sublayer_top -INFO: filtering out variable wood_mass -INFO: filtering out variable x_momentum_tendency_from_blocking_drag -INFO: filtering out variable x_momentum_tendency_from_form_drag -INFO: filtering out variable x_momentum_tendency_from_large_scale_gwd -INFO: filtering out variable x_momentum_tendency_from_small_scale_gwd -INFO: filtering out variable y_momentum_tendency_from_blocking_drag -INFO: filtering out variable y_momentum_tendency_from_form_drag -INFO: filtering out variable y_momentum_tendency_from_large_scale_gwd -INFO: filtering out variable y_momentum_tendency_from_small_scale_gwd -INFO: Checking optional arguments in physics schemes ... -INFO: Metadata table for model FV3 written to tests/build_fv3_20/FV3/ccpp/framework/doc/DevelopersGuide/CCPP_VARIABLES_FV3.tex -INFO: Comparing metadata for requested and provided variables ... -INFO: Automatic unit conversion from m to um for effective_radius_of_stratiform_cloud_ice_particle_in_um before entering MODULE_mp_thompson SCHEME_mp_thompson SUBROUTINE_mp_thompson_run -INFO: Automatic unit conversion from m to um for effective_radius_of_stratiform_cloud_liquid_water_particle_in_um before entering MODULE_mp_thompson SCHEME_mp_thompson SUBROUTINE_mp_thompson_run -INFO: Automatic unit conversion from m to um for effective_radius_of_stratiform_cloud_snow_particle_in_um before entering MODULE_mp_thompson SCHEME_mp_thompson SUBROUTINE_mp_thompson_run -INFO: Generating schemes makefile/cmakefile snippet ... -INFO: Added 168 schemes to tests/build_fv3_20/FV3/ccpp/physics/CCPP_SCHEMES.mk, tests/build_fv3_20/FV3/ccpp/physics/CCPP_SCHEMES.cmake, tests/build_fv3_20/FV3/ccpp/physics/CCPP_SCHEMES.sh -INFO: Generating suite and group caps ... -INFO: Generating static API ccpp_static_api.F90 in tests/build_fv3_20/FV3/ccpp/physics ... -INFO: Generating caps makefile/cmakefile snippet ... -INFO: Added 15 auto-generated caps to tests/build_fv3_20/FV3/ccpp/physics/CCPP_CAPS.mk and tests/build_fv3_20/FV3/ccpp/physics/CCPP_CAPS.cmake -INFO: CCPP prebuild step completed successfully. -+ source build_fv3_20/FV3/ccpp/physics/CCPP_SCHEMES.sh -++ export 'CCPP_SCHEMES=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/aer_cloud.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/aerclm_def.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/aerinterp.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/calpreciptype.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cldwat2m_micro.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cldmacro.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/date_def.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/funcphys.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gcycle.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/h2o_def.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/h2ointerp.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/iccn_def.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/iccninterp.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/iounitdef.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/machine.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mersenne_twister.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfpbl.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg_utils.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg2_0.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg3_0.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/multi_gases.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_model.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_parameters.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_radar.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_thompson.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MP_FER_HIRES.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_bl_mynn.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_mynn.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_orowam2017.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/namelist_soilveg.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfpblt.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfpbltq.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfscu.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfscuq.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/noahmp_tables.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/num_parthds.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozne_def.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozinterp.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/physcons.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/physparam.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radcons.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_aerosols.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_astronomy.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_clouds.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_gases.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_surface.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radlw_datatb.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radlw_param.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radsw_datatb.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radsw_param.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/samfaerosols.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfcsub.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sflx.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/set_soilveg.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/surface_perturbation.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_deep.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_sh.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/tridi.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/wv_saturation.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_soil_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rayleigh_damp.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radsw_main.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_ocean.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gwdc.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gscond.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ysuvdif.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_sice.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/samfdeepcnv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/satmedmfvdif.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozphys_2015.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/samfshalcnv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/precpd.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_fer_hires.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diag.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radlw_main.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_debug.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/satmedmfvdifq.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cs_conv.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/shinhongvdif.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/h2ophys.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_nst.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/moninedmf.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diff.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diag_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/m_micro.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gcm_shoc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gwdps.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/shalcnv.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/get_prs_fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozphys.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_stochastics.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/drag_suite.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_cice.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sascnvn.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cnvc90.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_drv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/dcyc2.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/moninshoc.f' -++ CCPP_SCHEMES='/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/aer_cloud.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/aerclm_def.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/aerinterp.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/calpreciptype.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cldwat2m_micro.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cldmacro.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/date_def.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/funcphys.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gcycle.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/h2o_def.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/h2ointerp.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/iccn_def.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/iccninterp.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/iounitdef.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/machine.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mersenne_twister.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfpbl.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg_utils.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg2_0.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg3_0.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/multi_gases.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_model.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_parameters.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_radar.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_thompson.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MP_FER_HIRES.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_bl_mynn.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_mynn.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_orowam2017.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/namelist_soilveg.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfpblt.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfpbltq.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfscu.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfscuq.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/noahmp_tables.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/num_parthds.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozne_def.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozinterp.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/physcons.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/physparam.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radcons.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_aerosols.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_astronomy.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_clouds.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_gases.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_surface.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radlw_datatb.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radlw_param.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radsw_datatb.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radsw_param.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/samfaerosols.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfcsub.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sflx.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/set_soilveg.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/surface_perturbation.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_deep.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_sh.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/tridi.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/wv_saturation.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_soil_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rayleigh_damp.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radsw_main.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_ocean.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gwdc.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gscond.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ysuvdif.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_sice.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/samfdeepcnv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/satmedmfvdif.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozphys_2015.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/samfshalcnv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/precpd.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_fer_hires.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diag.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radlw_main.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_debug.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/satmedmfvdifq.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cs_conv.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/shinhongvdif.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/h2ophys.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_nst.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/moninedmf.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diff.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diag_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/m_micro.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gcm_shoc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gwdps.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/shalcnv.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/get_prs_fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozphys.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_stochastics.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/drag_suite.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_cice.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sascnvn.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cnvc90.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_drv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/dcyc2.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/moninshoc.f' -+ source build_fv3_20/FV3/ccpp/physics/CCPP_CAPS.sh -++ export 'CCPP_CAPS=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_20/FV3/ccpp/physics/ccpp_FV3_GFS_2017_csawmgshoc_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_20/FV3/ccpp/physics/ccpp_FV3_GFS_2017_csawmgshoc_time_vary_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_20/FV3/ccpp/physics/ccpp_FV3_GFS_2017_csawmgshoc_radiation_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_20/FV3/ccpp/physics/ccpp_FV3_GFS_2017_csawmgshoc_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_20/FV3/ccpp/physics/ccpp_FV3_GFS_2017_csawmgshoc_stochastics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_20/FV3/ccpp/physics/ccpp_FV3_GFS_2017_csawmg_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_20/FV3/ccpp/physics/ccpp_FV3_GFS_2017_csawmg_time_vary_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_20/FV3/ccpp/physics/ccpp_FV3_GFS_2017_csawmg_radiation_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_20/FV3/ccpp/physics/ccpp_FV3_GFS_2017_csawmg_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_20/FV3/ccpp/physics/ccpp_FV3_GFS_2017_csawmg_stochastics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_20/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_20/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_time_vary_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_20/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_radiation_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_20/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_20/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_stochastics_cap.F90' -++ CCPP_CAPS='/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_20/FV3/ccpp/physics/ccpp_FV3_GFS_2017_csawmgshoc_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_20/FV3/ccpp/physics/ccpp_FV3_GFS_2017_csawmgshoc_time_vary_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_20/FV3/ccpp/physics/ccpp_FV3_GFS_2017_csawmgshoc_radiation_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_20/FV3/ccpp/physics/ccpp_FV3_GFS_2017_csawmgshoc_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_20/FV3/ccpp/physics/ccpp_FV3_GFS_2017_csawmgshoc_stochastics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_20/FV3/ccpp/physics/ccpp_FV3_GFS_2017_csawmg_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_20/FV3/ccpp/physics/ccpp_FV3_GFS_2017_csawmg_time_vary_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_20/FV3/ccpp/physics/ccpp_FV3_GFS_2017_csawmg_radiation_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_20/FV3/ccpp/physics/ccpp_FV3_GFS_2017_csawmg_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_20/FV3/ccpp/physics/ccpp_FV3_GFS_2017_csawmg_stochastics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_20/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_20/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_time_vary_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_20/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_radiation_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_20/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_20/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_stochastics_cap.F90' -+ source build_fv3_20/FV3/ccpp/physics/CCPP_STATIC_API.sh -++ export CCPP_STATIC_API=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_20/FV3/ccpp/physics/ccpp_static_api.F90 -++ CCPP_STATIC_API=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_20/FV3/ccpp/physics/ccpp_static_api.F90 -+ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_csawmgshoc,FV3_GFS_2017_csawmg,FV3_GFS_2017_satmedmf == *\N\A\M\_\p\h\y\s\=\Y* ]] -+ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_csawmgshoc,FV3_GFS_2017_csawmg,FV3_GFS_2017_satmedmf == *\W\W\3\=\Y* ]] -++ trim ' -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF' -++ local 'var= -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF' -++ var='-DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF' -++ var='-DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF' -++ echo -n '-DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF' -+ CCPP_CMAKE_FLAGS='-DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF' -+ source /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc -++ __ms_function_name=setup__test_function__193621 -++ eval 'setup__test_function__193621() { /bin/true ; }' -+++ eval '__text="text" ; if [[ $__text =~ ^(t).* ]] ; then printf "%s" ${.sh.match[1]} ; fi' -+++ cat -++ __ms_ksh_test= -+++ eval 'if ( set | grep setup__test_function__193621 | grep -v name > /dev/null 2>&1 ) ; then echo t ; fi ' -+++ cat -++ __ms_bash_test=t -++ [[ ! -z '' ]] -++ [[ ! -z t ]] -++ __ms_shell=bash -++ [[ -d /lfs3 ]] -++ [[ -d /scratch1 ]] -++ [[ -d /gpfs/hps ]] -++ [[ -e /etc/SuSE-release ]] -++ [[ -d /dcom ]] -++ [[ -L /usrx ]] -+++ readlink /usrx -++ [[ /gpfs/dell1/usrx =~ dell ]] -++ eval module help -++ module purge -+++ /usrx/local/prod/lmod/lmod/libexec/lmod bash purge -++ eval unset 'ADVISOR_2018_DIR;' unset 'BACIO_LIB4;' unset 'BACIO_LIB8;' unset 'BACIO_SRC;' unset 'BACIO_VER;' unset 'BINARY_TYPE_HPC;' unset '__LMOD_REF_COUNT_CLASSPATH;' unset 'CLASSPATH;' unset 'CLCK_ROOT;' unset 'CMAKE_CXX_COMPILER;' unset 'CMAKE_C_COMPILER;' unset 'CMAKE_Fortran_COMPILER;' unset 'CMAKE_Platform;' unset 'COMP;' unset '__LMOD_REF_COUNT_CPATH;' unset 'CPATH;' unset '__LMOD_REF_COUNT_CPLUS_INCLUDE_PATH;' unset 'CPLUS_INCLUDE_PATH;' unset 'CRTM_FIX;' unset 'CRTM_INC;' unset 'CRTM_LIB;' unset 'CRTM_SRC;' unset 'CRTM_VER;' unset 'DAALROOT;' unset 'ECF_HOSTFILE;' unset 'ECF_PORT;' unset 'ECF_ROOT;' unset 'ESMFMKFILE;' unset 'G2TMPL_INC;' unset 'G2TMPL_LIB;' unset 'G2TMPL_SRC;' unset 'G2TMPL_VER;' unset 'G2_INC4;' unset 'G2_INCd;' unset 'G2_LIB4;' unset 'G2_LIBd;' unset 'G2_SRC;' unset 'G2_VER;' unset 'GDBSERVER_MIC;' unset 'GDB_CROSS;' unset 'HDF5;' unset 'HDF5_CFLAGS;' unset 'HDF5_CXXFLAGS;' unset 'HDF5_FFLAGS;' unset 'HDF5_INCLUDE;' unset 'HDF5_LDFLAGS;' unset 'HDF5_LDFLAGS_C;' unset 'HDF5_LDFLAGS_CXX;' unset 'HDF5_LDFLAGS_F;' unset '__LMOD_REF_COUNT_INFOPATH;' unset 'INFOPATH;' unset 'INSPECTOR_2018_DIR;' unset 'INTEL_LICENSE_FILE;' unset 'INTEL_PYTHONHOME;' unset 'IPPROOT;' unset 'IP_INC4;' unset 'IP_INC8;' unset 'IP_INCd;' unset 'IP_LIB4;' unset 'IP_LIB8;' unset 'IP_LIBd;' unset 'IP_SRC;' unset 'IP_VER;' unset 'I_MPI_CC;' unset 'I_MPI_CXX;' unset 'I_MPI_EXTRA_FILESYSTEM;' unset 'I_MPI_EXTRA_FILESYSTEM_LIST;' unset 'I_MPI_F77;' unset 'I_MPI_F90;' unset 'I_MPI_FC;' unset 'I_MPI_HYDRA_BOOTSTRAP;' unset 'I_MPI_HYDRA_IFACE;' unset 'I_MPI_LSF_USE_COLLECTIVE_LAUNCH;' unset 'I_MPI_ROOT;' unset 'JASPER_INC;' unset 'JASPER_LIB;' unset 'JASPER_LIBDIR;' unset 'JASPER_SRC;' unset 'JASPER_VER;' unset 'KMP_AFFINITY;' unset '__LMOD_REF_COUNT_LD_LIBRARY_PATH;' unset 'LD_LIBRARY_PATH;' unset '__LMOD_REF_COUNT_LIBRARY_PATH;' unset 'LIBRARY_PATH;' unset 'LIB_NAME;' unset 'LMOD_FAMILY_COMPILER;' unset 'LMOD_FAMILY_COMPILER_VERSION;' unset 'LMOD_FAMILY_CONMPILER;' unset 'LMOD_FAMILY_CONMPILER_VERSION;' unset 'LMOD_FAMILY_MPI;' unset 'LMOD_FAMILY_MPI_VERSION;' unset '__LMOD_REF_COUNT_LOADEDMODULES;' unset 'LOADEDMODULES;' unset 'LSF_BINDIR;' unset 'LSF_ENVDIR;' unset 'LSF_LIBDIR;' unset 'LSF_SERVERDIR;' '__LMOD_REF_COUNT_MANPATH="/usrx/local/prod/lmod/lmod/share/man:1";' export '__LMOD_REF_COUNT_MANPATH;' 'MANPATH="/usrx/local/prod/lmod/lmod/share/man::";' export 'MANPATH;' unset 'MKLROOT;' 'MODULEPATH="/usrx/local/dev/emc_rocoto/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod";' export 'MODULEPATH;' unset 'MPM_LAUNCHER;' unset 'NEMSIO_INC;' unset 'NEMSIO_LIB;' unset 'NEMSIO_SRC;' unset 'NEMSIO_VER;' unset 'NETCDF;' unset 'NETCDF_CFLAGS;' unset 'NETCDF_CXX4FLAGS;' unset 'NETCDF_CXXFLAGS;' unset 'NETCDF_FFLAGS;' unset 'NETCDF_INC;' unset 'NETCDF_INCLUDE;' unset 'NETCDF_LDFLAGS;' unset 'NETCDF_LDFLAGS_C;' unset 'NETCDF_LDFLAGS_CXX;' unset 'NETCDF_LDFLAGS_CXX4;' unset 'NETCDF_LDFLAGS_F;' unset 'NETCDF_LIB;' unset 'NETCDF_ROOT;' unset '__LMOD_REF_COUNT_NLSPATH;' unset 'NLSPATH;' '__LMOD_REF_COUNT_PATH="/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/usr/lpp/mmfs/bin:1;/opt/ibutils/bin:1;/opt/dell/srvadmin/bin:1;/u/Dusan.Jovic/bin:2;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/dbrowse:1;/u/Dusan.Jovic/.local/bin:1";' export '__LMOD_REF_COUNT_PATH;' 'PATH="/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/usr/lpp/mmfs/bin:/opt/ibutils/bin:/opt/dell/srvadmin/bin:/u/Dusan.Jovic/bin:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/dbrowse:/u/Dusan.Jovic/.local/bin";' export 'PATH;' unset 'PKG_CONFIG_PATH;' unset 'PNG_INC;' unset 'PNG_LIB;' unset 'PNG_LIB12;' unset 'PNG_LIBDIR;' unset 'PNG_LIBso;' unset 'PNG_SRC;' unset 'PNG_VER;' unset 'POST_INC;' unset 'POST_LIB;' unset 'POST_SRC;' unset 'POST_VER;' unset 'PSTLROOT;' unset 'PYTHONPATH;' unset '__LMOD_REF_COUNT_QT_PLUGIN_PATH;' unset 'QT_PLUGIN_PATH;' unset 'SP_LIB4;' unset 'SP_LIB8;' unset 'SP_LIBd;' unset 'SP_SRC;' unset 'SP_VER;' unset 'TBBROOT;' unset 'VT_ADD_LIBS;' unset 'VT_ARCH;' unset 'VT_LIB_DIR;' unset 'VT_MPI;' unset 'VT_ROOT;' unset 'VT_SLIB_DIR;' unset 'W3EMC_INC4;' unset 'W3EMC_INC8;' unset 'W3EMC_INCd;' unset 'W3EMC_LIB4;' unset 'W3EMC_LIB8;' unset 'W3EMC_LIBd;' unset 'W3EMC_SRC;' unset 'W3EMC_VER;' unset 'W3NCO_INC4;' unset 'W3NCO_INC8;' unset 'W3NCO_INCd;' unset 'W3NCO_LIB4;' unset 'W3NCO_LIB8;' unset 'W3NCO_LIBd;' unset 'W3NCO_SRC;' unset 'W3NCO_VER;' unset 'XLSF_UIDDIR;' unset 'Z_INC;' unset 'Z_LIB;' unset 'Z_SRC;' unset 'Z_VER;' unset '__LMOD_REF_COUNT__LMFILES_;' unset '_LMFILES_;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii91c3J4L2xvY2FsL2Rldi9lbWNfcm9jb3RvL21vZHVsZWZpbGVzIiwiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvRHVzYW4uSm92aWMvdWZzL3ByMTgvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvd2Nvc3NfZGVsbF9wMyIsIi91c3J4L2xvY2FsL2Rldi9tb2R1bGVmaWxlcyIsIi91c3J4L2xvY2FsL3Byb2QvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQiLCIvdXNyeC9sb2NhbC9w";' export '_ModuleTable001_;' '_ModuleTable002_="cm9kL21vZHVsZWZpbGVzL2RlZnMiLCIvZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb3JlX3Byb2QiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQ6L3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9kZWZzOi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsfQ==";' export '_ModuleTable002_;' '_ModuleTable_Sz_="2";' export '_ModuleTable_Sz_;' unset '_ModuleTable004_;' unset '_ModuleTable005_;' unset '_ModuleTable006_;' unset '_ModuleTable007_;' unset '_ModuleTable008_;' unset '_ModuleTable009_;' unset '_ModuleTable010_;' unset '_ModuleTable011_;' unset '_ModuleTable012_;' unset '_ModuleTable013_;' unset '_ModuleTable014_;' unset '_ModuleTable015_;' unset '_ModuleTable016_;' -+++ unset ADVISOR_2018_DIR -+++ unset BACIO_LIB4 -+++ unset BACIO_LIB8 -+++ unset BACIO_SRC -+++ unset BACIO_VER -+++ unset BINARY_TYPE_HPC -+++ unset __LMOD_REF_COUNT_CLASSPATH -+++ unset CLASSPATH -+++ unset CLCK_ROOT -+++ unset CMAKE_CXX_COMPILER -+++ unset CMAKE_C_COMPILER -+++ unset CMAKE_Fortran_COMPILER -+++ unset CMAKE_Platform -+++ unset COMP -+++ unset __LMOD_REF_COUNT_CPATH -+++ unset CPATH -+++ unset __LMOD_REF_COUNT_CPLUS_INCLUDE_PATH -+++ unset CPLUS_INCLUDE_PATH -+++ unset CRTM_FIX -+++ unset CRTM_INC -+++ unset CRTM_LIB -+++ unset CRTM_SRC -+++ unset CRTM_VER -+++ unset DAALROOT -+++ unset ECF_HOSTFILE -+++ unset ECF_PORT -+++ unset ECF_ROOT -+++ unset ESMFMKFILE -+++ unset G2TMPL_INC -+++ unset G2TMPL_LIB -+++ unset G2TMPL_SRC -+++ unset G2TMPL_VER -+++ unset G2_INC4 -+++ unset G2_INCd -+++ unset G2_LIB4 -+++ unset G2_LIBd -+++ unset G2_SRC -+++ unset G2_VER -+++ unset GDBSERVER_MIC -+++ unset GDB_CROSS -+++ unset HDF5 -+++ unset HDF5_CFLAGS -+++ unset HDF5_CXXFLAGS -+++ unset HDF5_FFLAGS -+++ unset HDF5_INCLUDE -+++ unset HDF5_LDFLAGS -+++ unset HDF5_LDFLAGS_C -+++ unset HDF5_LDFLAGS_CXX -+++ unset HDF5_LDFLAGS_F -+++ unset __LMOD_REF_COUNT_INFOPATH -+++ unset INFOPATH -+++ unset INSPECTOR_2018_DIR -+++ unset INTEL_LICENSE_FILE -+++ unset INTEL_PYTHONHOME -+++ unset IPPROOT -+++ unset IP_INC4 -+++ unset IP_INC8 -+++ unset IP_INCd -+++ unset IP_LIB4 -+++ unset IP_LIB8 -+++ unset IP_LIBd -+++ unset IP_SRC -+++ unset IP_VER -+++ unset I_MPI_CC -+++ unset I_MPI_CXX -+++ unset I_MPI_EXTRA_FILESYSTEM -+++ unset I_MPI_EXTRA_FILESYSTEM_LIST -+++ unset I_MPI_F77 -+++ unset I_MPI_F90 -+++ unset I_MPI_FC -+++ unset I_MPI_HYDRA_BOOTSTRAP -+++ unset I_MPI_HYDRA_IFACE -+++ unset I_MPI_LSF_USE_COLLECTIVE_LAUNCH -+++ unset I_MPI_ROOT -+++ unset JASPER_INC -+++ unset JASPER_LIB -+++ unset JASPER_LIBDIR -+++ unset JASPER_SRC -+++ unset JASPER_VER -+++ unset KMP_AFFINITY -+++ unset __LMOD_REF_COUNT_LD_LIBRARY_PATH -+++ unset LD_LIBRARY_PATH -+++ unset __LMOD_REF_COUNT_LIBRARY_PATH -+++ unset LIBRARY_PATH -+++ unset LIB_NAME -+++ unset LMOD_FAMILY_COMPILER -+++ unset LMOD_FAMILY_COMPILER_VERSION -+++ unset LMOD_FAMILY_CONMPILER -+++ unset LMOD_FAMILY_CONMPILER_VERSION -+++ unset LMOD_FAMILY_MPI -+++ unset LMOD_FAMILY_MPI_VERSION -+++ unset __LMOD_REF_COUNT_LOADEDMODULES -+++ unset LOADEDMODULES -+++ unset LSF_BINDIR -+++ unset LSF_ENVDIR -+++ unset LSF_LIBDIR -+++ unset LSF_SERVERDIR -+++ __LMOD_REF_COUNT_MANPATH=/usrx/local/prod/lmod/lmod/share/man:1 -+++ export __LMOD_REF_COUNT_MANPATH -+++ MANPATH=/usrx/local/prod/lmod/lmod/share/man:: -+++ export MANPATH -+++ unset MKLROOT -+++ MODULEPATH=/usrx/local/dev/emc_rocoto/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod -+++ export MODULEPATH -+++ unset MPM_LAUNCHER -+++ unset NEMSIO_INC -+++ unset NEMSIO_LIB -+++ unset NEMSIO_SRC -+++ unset NEMSIO_VER -+++ unset NETCDF -+++ unset NETCDF_CFLAGS -+++ unset NETCDF_CXX4FLAGS -+++ unset NETCDF_CXXFLAGS -+++ unset NETCDF_FFLAGS -+++ unset NETCDF_INC -+++ unset NETCDF_INCLUDE -+++ unset NETCDF_LDFLAGS -+++ unset NETCDF_LDFLAGS_C -+++ unset NETCDF_LDFLAGS_CXX -+++ unset NETCDF_LDFLAGS_CXX4 -+++ unset NETCDF_LDFLAGS_F -+++ unset NETCDF_LIB -+++ unset NETCDF_ROOT -+++ unset __LMOD_REF_COUNT_NLSPATH -+++ unset NLSPATH -+++ __LMOD_REF_COUNT_PATH='/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/usr/lpp/mmfs/bin:1;/opt/ibutils/bin:1;/opt/dell/srvadmin/bin:1;/u/Dusan.Jovic/bin:2;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/dbrowse:1;/u/Dusan.Jovic/.local/bin:1' -+++ export __LMOD_REF_COUNT_PATH -+++ PATH=/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/usr/lpp/mmfs/bin:/opt/ibutils/bin:/opt/dell/srvadmin/bin:/u/Dusan.Jovic/bin:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/dbrowse:/u/Dusan.Jovic/.local/bin -+++ export PATH -+++ unset PKG_CONFIG_PATH -+++ unset PNG_INC -+++ unset PNG_LIB -+++ unset PNG_LIB12 -+++ unset PNG_LIBDIR -+++ unset PNG_LIBso -+++ unset PNG_SRC -+++ unset PNG_VER -+++ unset POST_INC -+++ unset POST_LIB -+++ unset POST_SRC -+++ unset POST_VER -+++ unset PSTLROOT -+++ unset PYTHONPATH -+++ unset __LMOD_REF_COUNT_QT_PLUGIN_PATH -+++ unset QT_PLUGIN_PATH -+++ unset SP_LIB4 -+++ unset SP_LIB8 -+++ unset SP_LIBd -+++ unset SP_SRC -+++ unset SP_VER -+++ unset TBBROOT -+++ unset VT_ADD_LIBS -+++ unset VT_ARCH -+++ unset VT_LIB_DIR -+++ unset VT_MPI -+++ unset VT_ROOT -+++ unset VT_SLIB_DIR -+++ unset W3EMC_INC4 -+++ unset W3EMC_INC8 -+++ unset W3EMC_INCd -+++ unset W3EMC_LIB4 -+++ unset W3EMC_LIB8 -+++ unset W3EMC_LIBd -+++ unset W3EMC_SRC -+++ unset W3EMC_VER -+++ unset W3NCO_INC4 -+++ unset W3NCO_INC8 -+++ unset W3NCO_INCd -+++ unset W3NCO_LIB4 -+++ unset W3NCO_LIB8 -+++ unset W3NCO_LIBd -+++ unset W3NCO_SRC -+++ unset W3NCO_VER -+++ unset XLSF_UIDDIR -+++ unset Z_INC -+++ unset Z_LIB -+++ unset Z_SRC -+++ unset Z_VER -+++ unset __LMOD_REF_COUNT__LMFILES_ -+++ unset _LMFILES_ -+++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii91c3J4L2xvY2FsL2Rldi9lbWNfcm9jb3RvL21vZHVsZWZpbGVzIiwiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvRHVzYW4uSm92aWMvdWZzL3ByMTgvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvd2Nvc3NfZGVsbF9wMyIsIi91c3J4L2xvY2FsL2Rldi9tb2R1bGVmaWxlcyIsIi91c3J4L2xvY2FsL3Byb2QvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQiLCIvdXNyeC9sb2NhbC9w -+++ export _ModuleTable001_ -+++ _ModuleTable002_=cm9kL21vZHVsZWZpbGVzL2RlZnMiLCIvZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb3JlX3Byb2QiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQ6L3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9kZWZzOi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsfQ== -+++ export _ModuleTable002_ -+++ _ModuleTable_Sz_=2 -+++ export _ModuleTable_Sz_ -+++ unset _ModuleTable004_ -+++ unset _ModuleTable005_ -+++ unset _ModuleTable006_ -+++ unset _ModuleTable007_ -+++ unset _ModuleTable008_ -+++ unset _ModuleTable009_ -+++ unset _ModuleTable010_ -+++ unset _ModuleTable011_ -+++ unset _ModuleTable012_ -+++ unset _ModuleTable013_ -+++ unset _ModuleTable014_ -+++ unset _ModuleTable015_ -+++ unset _ModuleTable016_ -+++ : -s sh -++ eval -++ unset __ms_shell -++ unset __ms_ksh_test -++ unset __ms_bash_test -++ unset setup__test_function__193621 -++ unset __ms_function_name -+ [[ wcoss_dell_p3 == macosx.* ]] -+ [[ wcoss_dell_p3 == linux.* ]] -+ module use /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3 -++ /usrx/local/prod/lmod/lmod/libexec/lmod bash use /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3 -+ eval 'MODULEPATH="/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/dev/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod";' export 'MODULEPATH;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcjE4L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL3djb3NzX2RlbGxfcDMiLCIvdXNyeC9sb2NhbC9kZXYvZW1jX3JvY290by9tb2R1bGVmaWxlcyIsIi91c3J4L2xvY2FsL2Rldi9tb2R1bGVmaWxlcyIsIi91c3J4L2xvY2FsL3Byb2QvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQiLCIvdXNyeC9sb2NhbC9w";' export '_ModuleTable001_;' '_ModuleTable002_="cm9kL21vZHVsZWZpbGVzL2RlZnMiLCIvZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb3JlX3Byb2QiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQ6L3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9kZWZzOi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsfQ==";' export '_ModuleTable002_;' '_ModuleTable_Sz_="2";' export '_ModuleTable_Sz_;' -++ MODULEPATH=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/dev/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod -++ export MODULEPATH -++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcjE4L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL3djb3NzX2RlbGxfcDMiLCIvdXNyeC9sb2NhbC9kZXYvZW1jX3JvY290by9tb2R1bGVmaWxlcyIsIi91c3J4L2xvY2FsL2Rldi9tb2R1bGVmaWxlcyIsIi91c3J4L2xvY2FsL3Byb2QvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQiLCIvdXNyeC9sb2NhbC9w -++ export _ModuleTable001_ -++ _ModuleTable002_=cm9kL21vZHVsZWZpbGVzL2RlZnMiLCIvZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb3JlX3Byb2QiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQ6L3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9kZWZzOi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsfQ== -++ export _ModuleTable002_ -++ _ModuleTable_Sz_=2 -++ export _ModuleTable_Sz_ -++ : -s sh -+ eval -+ module load fv3 -++ /usrx/local/prod/lmod/lmod/libexec/lmod bash load fv3 -+ eval 'ADVISOR_2018_DIR="/usrx/local/prod/intel/2018UP01/advisor_2018";' export 'ADVISOR_2018_DIR;' 'BACIO_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libbacio_v2.0.3_4.a";' export 'BACIO_LIB4;' 'BACIO_LIB8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libbacio_v2.0.3_8.a";' export 'BACIO_LIB8;' 'BACIO_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/bacio_v2.0.3";' export 'BACIO_SRC;' 'BACIO_VER="v2.0.3";' export 'BACIO_VER;' 'BINARY_TYPE_HPC="";' export 'BINARY_TYPE_HPC;' '__LMOD_REF_COUNT_CLASSPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64/mpi.jar:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/daal.jar:1";' export '__LMOD_REF_COUNT_CLASSPATH;' 'CLASSPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64/mpi.jar:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/daal.jar";' export 'CLASSPATH;' 'CLCK_ROOT="/usrx/local/prod/intel/2018UP01/clck_latest";' export 'CLCK_ROOT;' 'CMAKE_CXX_COMPILER="mpiicpc";' export 'CMAKE_CXX_COMPILER;' 'CMAKE_C_COMPILER="mpiicc";' export 'CMAKE_C_COMPILER;' 'CMAKE_Fortran_COMPILER="mpiifort";' export 'CMAKE_Fortran_COMPILER;' 'CMAKE_Platform="wcoss_dell_p3";' export 'CMAKE_Platform;' 'COMP="ips";' export 'COMP;' '__LMOD_REF_COUNT_CPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/pstl/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/include:1";' export '__LMOD_REF_COUNT_CPATH;' 'CPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/pstl/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/include";' export 'CPATH;' '__LMOD_REF_COUNT_CPLUS_INCLUDE_PATH="/usrx/local/prod/intel/2018UP01/clck_latest/include:1";' export '__LMOD_REF_COUNT_CPLUS_INCLUDE_PATH;' 'CPLUS_INCLUDE_PATH="/usrx/local/prod/intel/2018UP01/clck_latest/include";' export 'CPLUS_INCLUDE_PATH;' 'CRTM_FIX="/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/fix";' export 'CRTM_FIX;' 'CRTM_INC="/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/ips/18.0.1/include/crtm_v2.2.6";' export 'CRTM_INC;' 'CRTM_LIB="/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/ips/18.0.1/libcrtm_v2.2.6.a";' export 'CRTM_LIB;' 'CRTM_SRC="/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/src";' export 'CRTM_SRC;' 'CRTM_VER="v2.2.6";' export 'CRTM_VER;' 'DAALROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal";' export 'DAALROOT;' 'ESMFMKFILE="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/lib/esmf.mk";' export 'ESMFMKFILE;' 'G2TMPL_INC="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/g2tmpl_v1.6.0";' export 'G2TMPL_INC;' 'G2TMPL_LIB="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2tmpl_v1.6.0.a";' export 'G2TMPL_LIB;' 'G2TMPL_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/g2tmpl_v1.6.0/src";' export 'G2TMPL_SRC;' 'G2TMPL_VER="v1.6.0";' export 'G2TMPL_VER;' 'G2_INC4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/g2_v3.1.1_4";' export 'G2_INC4;' 'G2_INCd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/g2_v3.1.1_d";' export 'G2_INCd;' 'G2_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2_v3.1.1_4.a";' export 'G2_LIB4;' 'G2_LIBd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2_v3.1.1_d.a";' export 'G2_LIBd;' 'G2_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/g2_v3.1.1";' export 'G2_SRC;' 'G2_VER="v3.1.1";' export 'G2_VER;' 'GDBSERVER_MIC="/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/targets/intel64/x200/bin/gdbserver";' export 'GDBSERVER_MIC;' 'GDB_CROSS="/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/bin/gdb-ia";' export 'GDB_CROSS;' 'HDF5="/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1";' export 'HDF5;' 'HDF5_CFLAGS="-I/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/include";' export 'HDF5_CFLAGS;' 'HDF5_CXXFLAGS="-I/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/include";' export 'HDF5_CXXFLAGS;' 'HDF5_FFLAGS="-I/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/include";' export 'HDF5_FFLAGS;' 'HDF5_INCLUDE="-I/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/include";' export 'HDF5_INCLUDE;' 'HDF5_LDFLAGS="-L/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib' -lhdf5_hl -lhdf5hl_fortran -lhdf5 '-lhdf5_fortran";' export 'HDF5_LDFLAGS;' 'HDF5_LDFLAGS_C="-L/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib' -lhdf5_hl '-lhdf5";' export 'HDF5_LDFLAGS_C;' 'HDF5_LDFLAGS_CXX="-L/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib' -lhdf5_hl -hdf5_hl_cpp -lhdf5 '-lhdf5_cpp";' export 'HDF5_LDFLAGS_CXX;' 'HDF5_LDFLAGS_F="-L/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib' -lhdf5_hl -lhdf5hl_fortran -lhdf5 '-lhdf5_fortran";' export 'HDF5_LDFLAGS_F;' '__LMOD_REF_COUNT_INFOPATH="/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/info:1;info_gdb_igfx:1";' export '__LMOD_REF_COUNT_INFOPATH;' 'INFOPATH="/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/info:info_gdb_igfx";' export 'INFOPATH;' 'INSPECTOR_2018_DIR="/usrx/local/prod/intel/2018UP01/inspector_2018";' export 'INSPECTOR_2018_DIR;' 'INTEL_LICENSE_FILE="/usrx/local/prod/intel/licenses";' export 'INTEL_LICENSE_FILE;' 'INTEL_PYTHONHOME="/usrx/local/prod/intel/2018UP01/debugger_2018/python/intel64";' export 'INTEL_PYTHONHOME;' 'IPPROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp";' export 'IPPROOT;' 'IP_INC4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ip_v3.0.2_4";' export 'IP_INC4;' 'IP_INC8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ip_v3.0.2_8";' export 'IP_INC8;' 'IP_INCd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ip_v3.0.2_d";' export 'IP_INCd;' 'IP_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libip_v3.0.2_4.a";' export 'IP_LIB4;' 'IP_LIB8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libip_v3.0.2_8.a";' export 'IP_LIB8;' 'IP_LIBd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libip_v3.0.2_d.a";' export 'IP_LIBd;' 'IP_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/ip_v3.0.2";' export 'IP_SRC;' 'IP_VER="v3.0.2";' export 'IP_VER;' 'I_MPI_CC="icc";' export 'I_MPI_CC;' 'I_MPI_CXX="icpc";' export 'I_MPI_CXX;' 'I_MPI_EXTRA_FILESYSTEM="yes";' export 'I_MPI_EXTRA_FILESYSTEM;' 'I_MPI_EXTRA_FILESYSTEM_LIST="gpfs";' export 'I_MPI_EXTRA_FILESYSTEM_LIST;' 'I_MPI_F77="ifort";' export 'I_MPI_F77;' 'I_MPI_F90="ifort";' export 'I_MPI_F90;' 'I_MPI_FC="ifort";' export 'I_MPI_FC;' 'I_MPI_HYDRA_BOOTSTRAP="lsf";' export 'I_MPI_HYDRA_BOOTSTRAP;' 'I_MPI_HYDRA_IFACE="ib0";' export 'I_MPI_HYDRA_IFACE;' 'I_MPI_LSF_USE_COLLECTIVE_LAUNCH="1";' export 'I_MPI_LSF_USE_COLLECTIVE_LAUNCH;' 'I_MPI_ROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi";' export 'I_MPI_ROOT;' 'JASPER_INC="/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/include";' export 'JASPER_INC;' 'JASPER_LIB="/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib/libjasper.a";' export 'JASPER_LIB;' 'JASPER_LIBDIR="/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib";' export 'JASPER_LIBDIR;' 'JASPER_SRC="/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/src/jasper-1.900.29";' export 'JASPER_SRC;' 'JASPER_VER="1.900.29";' export 'JASPER_VER;' 'KMP_AFFINITY="scatter";' export 'KMP_AFFINITY;' unset 'LAUNCH;' '__LMOD_REF_COUNT_LD_LIBRARY_PATH="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/lib:1;/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib:1;/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib:1;/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib:1;/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:1;/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib:1;/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib:1;/usrx/local/prod/intel/2018UP01/itac_latest/slib:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:1;/usrx/local/prod/intel/2018UP01/debugger_2018/iga/lib:1;/usrx/local/prod/intel/2018UP01/debugger_2018/libipt/intel64/lib:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4:1";' export '__LMOD_REF_COUNT_LD_LIBRARY_PATH;' 'LD_LIBRARY_PATH="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/lib:/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib:/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib:/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib:/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib:/usrx/local/prod/intel/2018UP01/itac_latest/slib:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:/usrx/local/prod/intel/2018UP01/debugger_2018/iga/lib:/usrx/local/prod/intel/2018UP01/debugger_2018/libipt/intel64/lib:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4";' export 'LD_LIBRARY_PATH;' '__LMOD_REF_COUNT_LIBRARY_PATH="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:1;/usrx/local/prod/intel/2018UP01/clck_latest/lib/intel64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4:1";' export '__LMOD_REF_COUNT_LIBRARY_PATH;' 'LIBRARY_PATH="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:/usrx/local/prod/intel/2018UP01/clck_latest/lib/intel64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4";' export 'LIBRARY_PATH;' 'LIB_NAME="POST";' export 'LIB_NAME;' 'LMOD_FAMILY_COMPILER="ips";' export 'LMOD_FAMILY_COMPILER;' 'LMOD_FAMILY_COMPILER_VERSION="18.0.1.163";' export 'LMOD_FAMILY_COMPILER_VERSION;' 'LMOD_FAMILY_CONMPILER="HDF5-serial";' export 'LMOD_FAMILY_CONMPILER;' 'LMOD_FAMILY_CONMPILER_VERSION="1.10.1";' export 'LMOD_FAMILY_CONMPILER_VERSION;' 'LMOD_FAMILY_MPI="impi";' export 'LMOD_FAMILY_MPI;' 'LMOD_FAMILY_MPI_VERSION="18.0.1";' export 'LMOD_FAMILY_MPI_VERSION;' '__LMOD_REF_COUNT_LOADEDMODULES="ips/18.0.1.163:1;impi/18.0.1:1;NetCDF/4.5.0:1;HDF5-serial/1.10.1:1;lsf/10.1:1;bacio/2.0.3:1;ip/3.0.2:1;sp/2.0.3:1;w3nco/2.0.7:1;w3emc/2.3.1:1;nemsio/2.2.4:1;g2/3.1.1:1;g2tmpl/1.6.0:1;crtm/2.2.6:1;jasper/1.900.29:1;libpng/1.2.59:1;zlib/1.2.11:1;post/8.0.1:1;esmf/8.0.0:1;cmake/3.10.0:1;fv3:1";' export '__LMOD_REF_COUNT_LOADEDMODULES;' 'LOADEDMODULES="ips/18.0.1.163:impi/18.0.1:NetCDF/4.5.0:HDF5-serial/1.10.1:lsf/10.1:bacio/2.0.3:ip/3.0.2:sp/2.0.3:w3nco/2.0.7:w3emc/2.3.1:nemsio/2.2.4:g2/3.1.1:g2tmpl/1.6.0:crtm/2.2.6:jasper/1.900.29:libpng/1.2.59:zlib/1.2.11:post/8.0.1:esmf/8.0.0:cmake/3.10.0:fv3";' export 'LOADEDMODULES;' 'LSF_BINDIR="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin";' export 'LSF_BINDIR;' 'LSF_ENVDIR="/gpfs/lsf/conf";' export 'LSF_ENVDIR;' 'LSF_LIBDIR="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib";' export 'LSF_LIBDIR;' 'LSF_SERVERDIR="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc";' export 'LSF_SERVERDIR;' '__LMOD_REF_COUNT_MANPATH="/usrx/local/dev/packages/cmake/3.10.0/share/man:1;/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/share/man:1;/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/share/man:1;/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/man:1;/gpfs/lsf/10.1/man:1;/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/share/man:1;/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/share/man:1;/usrx/local/prod/intel/2018UP01/itac_latest/man:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/man/common:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/man:1;/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/man:1;/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-igfx/man:1;/usrx/local/prod/lmod/lmod/share/man:1;/usrx/local/prod/intel/2018UP01/inspector_2018/man:1;/usrx/local/prod/intel/2018UP01/advisor_2018/man:1";' export '__LMOD_REF_COUNT_MANPATH;' 'MANPATH="/usrx/local/dev/packages/cmake/3.10.0/share/man:/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/share/man:/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/share/man:/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/man:/gpfs/lsf/10.1/man:/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/share/man:/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/share/man:/usrx/local/prod/intel/2018UP01/itac_latest/man:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/man/common:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/man:/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/man:/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-igfx/man:/usrx/local/prod/lmod/lmod/share/man::/usrx/local/prod/intel/2018UP01/inspector_2018/man:/usrx/local/prod/intel/2018UP01/advisor_2018/man";' export 'MANPATH;' 'MKLROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl";' export 'MKLROOT;' 'MODULEPATH="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/dev/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1:/usrx/local/prod/modulefiles/mpi_third/ips/18.0.1/impi/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/mpi_prod/ips/18.0.1/impi/18.0.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles";' export 'MODULEPATH;' 'MPM_LAUNCHER="/usrx/local/prod/intel/2018UP01/debugger_2018/mpm/mic/bin/start_mpm.sh";' export 'MPM_LAUNCHER;' 'NEMSIO_INC="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/nemsio_v2.2.4";' export 'NEMSIO_INC;' 'NEMSIO_LIB="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libnemsio_v2.2.4.a";' export 'NEMSIO_LIB;' 'NEMSIO_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/nemsio_v2.2.4";' export 'NEMSIO_SRC;' 'NEMSIO_VER="v2.2.4";' export 'NEMSIO_VER;' 'NETCDF="/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0";' export 'NETCDF;' 'NETCDF_CFLAGS="-I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include";' export 'NETCDF_CFLAGS;' 'NETCDF_CXX4FLAGS="-I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include";' export 'NETCDF_CXX4FLAGS;' 'NETCDF_CXXFLAGS="-I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include";' export 'NETCDF_CXXFLAGS;' 'NETCDF_FFLAGS="-I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include";' export 'NETCDF_FFLAGS;' 'NETCDF_INC="/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include";' export 'NETCDF_INC;' 'NETCDF_INCLUDE="-I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include";' export 'NETCDF_INCLUDE;' 'NETCDF_LDFLAGS="-L/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib' '-lnetcdff";' export 'NETCDF_LDFLAGS;' 'NETCDF_LDFLAGS_C="-L/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib' '-lnetcdf";' export 'NETCDF_LDFLAGS_C;' 'NETCDF_LDFLAGS_CXX="-L/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib' -lnetcdf '-lnetcdf_c++";' export 'NETCDF_LDFLAGS_CXX;' 'NETCDF_LDFLAGS_CXX4="-L/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib' -lnetcdf '-lnetcdf_c++4";' export 'NETCDF_LDFLAGS_CXX4;' 'NETCDF_LDFLAGS_F="-L/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib' '-lnetcdff";' export 'NETCDF_LDFLAGS_F;' 'NETCDF_LIB="/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib";' export 'NETCDF_LIB;' 'NETCDF_ROOT="/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0";' export 'NETCDF_ROOT;' '__LMOD_REF_COUNT_NLSPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin/locale/%l_%t/%N:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin/locale/%l_%t/%N:1;/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/share/locale/%l_%t/%N:1";' export '__LMOD_REF_COUNT_NLSPATH;' 'NLSPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin/locale/%l_%t/%N:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin/locale/%l_%t/%N::/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/share/locale/%l_%t/%N";' export 'NLSPATH;' '__LMOD_REF_COUNT_PATH="/usrx/local/dev/packages/cmake/3.10.0/bin:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/bin:1;/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/bin:1;/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/bin:1;/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc:1;/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin:1;/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1:1;/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/bin:1;/usrx/local/prod/intel/2018UP01/advisor_2018/bin64:1;/usrx/local/prod/intel/2018UP01/vtune_amplifier_2018/bin64:1;/usrx/local/prod/intel/2018UP01/inspector_2018/bin64:1;/usrx/local/prod/intel/2018UP01/itac_latest/bin:1;/usrx/local/prod/intel/2018UP01/clck_latest/bin/intel64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/bin/intel64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64:1;/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/targets/intel64/x200/bin:1;/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/bin:1;/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/usr/lpp/mmfs/bin:1;/opt/ibutils/bin:1;/opt/dell/srvadmin/bin:1;/u/Dusan.Jovic/bin:2;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/dbrowse:1;/u/Dusan.Jovic/.local/bin:1;/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/include:1";' export '__LMOD_REF_COUNT_PATH;' 'PATH="/usrx/local/dev/packages/cmake/3.10.0/bin:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/bin:/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/bin:/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/bin:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin:/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1:/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/bin:/usrx/local/prod/intel/2018UP01/advisor_2018/bin64:/usrx/local/prod/intel/2018UP01/vtune_amplifier_2018/bin64:/usrx/local/prod/intel/2018UP01/inspector_2018/bin64:/usrx/local/prod/intel/2018UP01/itac_latest/bin:/usrx/local/prod/intel/2018UP01/clck_latest/bin/intel64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/bin/intel64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64:/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/targets/intel64/x200/bin:/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/usr/lpp/mmfs/bin:/opt/ibutils/bin:/opt/dell/srvadmin/bin:/u/Dusan.Jovic/bin:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/dbrowse:/u/Dusan.Jovic/.local/bin:/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/include";' export 'PATH;' 'PKG_CONFIG_PATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/bin/pkgconfig";' export 'PKG_CONFIG_PATH;' 'PNG_INC="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/include";' export 'PNG_INC;' 'PNG_LIB="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng.a";' export 'PNG_LIB;' 'PNG_LIB12="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng12.a";' export 'PNG_LIB12;' 'PNG_LIBDIR="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib";' export 'PNG_LIBDIR;' 'PNG_LIBso="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng.so";' export 'PNG_LIBso;' 'PNG_SRC="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/src/libpng-1.2.59";' export 'PNG_SRC;' 'PNG_VER="1.2.59";' export 'PNG_VER;' 'POST_INC="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ncep_post_v8.0.1_4";' export 'POST_INC;' 'POST_LIB="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libncep_post_v8.0.1_4.a";' export 'POST_LIB;' 'POST_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/post_v8.0.1";' export 'POST_SRC;' 'POST_VER="v8.0.1";' export 'POST_VER;' 'PSTLROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/pstl";' export 'PSTLROOT;' 'PYTHONPATH="/usrx/local/prod/intel/2018UP01/advisor_2018/pythonapi";' export 'PYTHONPATH;' 'SP_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_4.a";' export 'SP_LIB4;' 'SP_LIB8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_8.a";' export 'SP_LIB8;' 'SP_LIBd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_d.a";' export 'SP_LIBd;' 'SP_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/sp_v2.0.3";' export 'SP_SRC;' 'SP_VER="v2.0.3";' export 'SP_VER;' 'TBBROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb";' export 'TBBROOT;' 'VT_ADD_LIBS="-ldwarf' -lelf -lvtunwind -lm '-lpthread";' export 'VT_ADD_LIBS;' 'VT_ARCH="intel64";' export 'VT_ARCH;' 'VT_LIB_DIR="/usrx/local/prod/intel/2018UP01/itac_latest/lib";' export 'VT_LIB_DIR;' 'VT_MPI="impi4";' export 'VT_MPI;' 'VT_ROOT="/usrx/local/prod/intel/2018UP01/itac_latest";' export 'VT_ROOT;' 'VT_SLIB_DIR="/usrx/local/prod/intel/2018UP01/itac_latest/slib";' export 'VT_SLIB_DIR;' 'W3EMC_INC4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3emc_v2.3.1_4";' export 'W3EMC_INC4;' 'W3EMC_INC8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3emc_v2.3.1_8";' export 'W3EMC_INC8;' 'W3EMC_INCd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3emc_v2.3.1_d";' export 'W3EMC_INCd;' 'W3EMC_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_4.a";' export 'W3EMC_LIB4;' 'W3EMC_LIB8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_8.a";' export 'W3EMC_LIB8;' 'W3EMC_LIBd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_d.a";' export 'W3EMC_LIBd;' 'W3EMC_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/w3emc_v2.3.1";' export 'W3EMC_SRC;' 'W3EMC_VER="v2.3.1";' export 'W3EMC_VER;' 'W3NCO_INC4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3nco_v2.0.7_4";' export 'W3NCO_INC4;' 'W3NCO_INC8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3nco_v2.0.7_8";' export 'W3NCO_INC8;' 'W3NCO_INCd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3nco_v2.0.7_d";' export 'W3NCO_INCd;' 'W3NCO_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_4.a";' export 'W3NCO_LIB4;' 'W3NCO_LIB8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_8.a";' export 'W3NCO_LIB8;' 'W3NCO_LIBd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_d.a";' export 'W3NCO_LIBd;' 'W3NCO_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/w3nco_v2.0.7";' export 'W3NCO_SRC;' 'W3NCO_VER="v2.0.7";' export 'W3NCO_VER;' 'XLSF_UIDDIR="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib/uid";' export 'XLSF_UIDDIR;' 'Z_INC="/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/include";' export 'Z_INC;' 'Z_LIB="/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib/libz.a";' export 'Z_LIB;' 'Z_SRC="/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/src";' export 'Z_SRC;' 'Z_VER="1.2.11";' export 'Z_VER;' '__LMOD_REF_COUNT__LMFILES_="/usrx/local/prod/modulefiles/core_third/ips/18.0.1.163:1;/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1/impi/18.0.1.lua:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/NetCDF/4.5.0:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/HDF5-serial/1.10.1:1;/usrx/local/prod/modulefiles/core_third/lsf/10.1:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/bacio/2.0.3:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/ip/3.0.2:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/sp/2.0.3:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3nco/2.0.7:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3emc/2.3.1:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/nemsio/2.2.4:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2/3.1.1:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2tmpl/1.6.0:1;/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/crtm/2.2.6:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/jasper/1.900.29:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/libpng/1.2.59:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/zlib/1.2.11:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/post/8.0.1:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/esmf/8.0.0:1;/usrx/local/dev/modulefiles/cmake/3.10.0:1;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3:1";' export '__LMOD_REF_COUNT__LMFILES_;' '_LMFILES_="/usrx/local/prod/modulefiles/core_third/ips/18.0.1.163:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1/impi/18.0.1.lua:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/NetCDF/4.5.0:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/HDF5-serial/1.10.1:/usrx/local/prod/modulefiles/core_third/lsf/10.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/bacio/2.0.3:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/ip/3.0.2:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/sp/2.0.3:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3nco/2.0.7:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3emc/2.3.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/nemsio/2.2.4:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2/3.1.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2tmpl/1.6.0:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/crtm/2.2.6:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/jasper/1.900.29:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/libpng/1.2.59:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/zlib/1.2.11:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/post/8.0.1:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/esmf/8.0.0:/usrx/local/dev/modulefiles/cmake/3.10.0:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3";' export '_LMFILES_;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImlwcyIsWyJjb25tcGlsZXIiXT0iSERGNS1zZXJpYWwiLFsibXBpIl09ImltcGkiLH0sbVQ9e1siSERGNS1zZXJpYWwiXT17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvSERGNS1zZXJpYWwvMS4xMC4xIixbImZ1bGxOYW1lIl09IkhERjUtc2VyaWFsLzEuMTAuMSIsWyJsb2FkT3JkZXIiXT00LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09IkhERjUtc2VyaWFs";' export '_ModuleTable001_;' '_ModuleTable002_="LzEuMTAuMSIsfSxOZXRDREY9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xL05ldENERi80LjUuMCIsWyJmdWxsTmFtZSJdPSJOZXRDREYvNC41LjAiLFsibG9hZE9yZGVyIl09Myxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJOZXRDREYvNC41LjAiLH0sYmFjaW89e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2JhY2lvLzIuMC4zIixbImZ1bGxOYW1lIl09ImJhY2lvLzIuMC4zIixbImxvYWRPcmRlciJdPTYscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNl";' export '_ModuleTable002_;' '_ModuleTable003_="ck5hbWUiXT0iYmFjaW8vMi4wLjMiLH0sY21ha2U9e1siZm4iXT0iL3VzcngvbG9jYWwvZGV2L21vZHVsZWZpbGVzL2NtYWtlLzMuMTAuMCIsWyJmdWxsTmFtZSJdPSJjbWFrZS8zLjEwLjAiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY21ha2UvMy4xMC4wIix9LGNydG09e1siZm4iXT0iL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfcHJvZC9pcHMvMTguMC4xL2NydG0vMi4yLjYiLFsiZnVsbE5hbWUiXT0iY3J0bS8yLjIuNiIsWyJsb2FkT3JkZXIiXT0xNCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1";' export '_ModuleTable003_;' '_ModuleTable004_="c2VyTmFtZSJdPSJjcnRtLzIuMi42Iix9LGVzbWY9e1siZm4iXT0iL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcjE4L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL3djb3NzX2RlbGxfcDMvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT0yMSxw";' export '_ModuleTable004_;' '_ModuleTable005_="cm9wVD17fSxbInN0YWNrRGVwdGgiXT0wLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZzI9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2cyLzMuMS4xIixbImZ1bGxOYW1lIl09ImcyLzMuMS4xIixbImxvYWRPcmRlciJdPTEyLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcyLzMuMS4xIix9LGcydG1wbD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzJ0bXBsLzEuNi4wIixbImZ1bGxOYW1lIl09ImcydG1wbC8xLjYuMCIsWyJsb2FkT3JkZXIiXT0xMyxwcm9wVD17fSxbInN0YWNr";' export '_ModuleTable005_;' '_ModuleTable006_="RGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMnRtcGwvMS42LjAiLH0saW1waT17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX21waS9pcHMvMTguMC4xL2ltcGkvMTguMC4xLmx1YSIsWyJmdWxsTmFtZSJdPSJpbXBpLzE4LjAuMSIsWyJsb2FkT3JkZXIiXT0yLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImltcGkvMTguMC4xIix9LGlwPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9pcC8zLjAuMiIsWyJmdWxsTmFtZSJdPSJpcC8zLjAuMiIsWyJsb2FkT3JkZXIiXT03LHByb3BUPXt9LFsic3Rh";' export '_ModuleTable006_;' '_ModuleTable007_="Y2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImlwLzMuMC4yIix9LGlwcz17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQvaXBzLzE4LjAuMS4xNjMiLFsiZnVsbE5hbWUiXT0iaXBzLzE4LjAuMS4xNjMiLFsibG9hZE9yZGVyIl09MSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJpcHMvMTguMC4xLjE2MyIsfSxqYXNwZXI9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xL2phc3Blci8xLjkwMC4yOSIsWyJmdWxsTmFtZSJdPSJqYXNwZXIvMS45MDAuMjkiLFsibG9hZE9yZGVyIl09";' export '_ModuleTable007_;' '_ModuleTable008_="MTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iamFzcGVyLzEuOTAwLjI5Iix9LGxpYnBuZz17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvbGlicG5nLzEuMi41OSIsWyJmdWxsTmFtZSJdPSJsaWJwbmcvMS4yLjU5IixbImxvYWRPcmRlciJdPTE2LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImxpYnBuZy8xLjIuNTkiLH0sbHNmPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZC9sc2YvMTAuMSIsWyJmdWxsTmFtZSJdPSJsc2YvMTAuMSIsWyJsb2Fk";' export '_ModuleTable008_;' '_ModuleTable009_="T3JkZXIiXT01LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImxzZi8xMC4xIix9LG5lbXNpbz17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvbmVtc2lvLzIuMi40IixbImZ1bGxOYW1lIl09Im5lbXNpby8yLjIuNCIsWyJsb2FkT3JkZXIiXT0xMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZW1zaW8vMi4yLjQiLH0scG9zdD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvcG9zdC84LjAuMSIsWyJmdWxsTmFtZSJdPSJwb3N0LzguMC4xIixbImxvYWRP";' export '_ModuleTable009_;' '_ModuleTable010_="cmRlciJdPTE4LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InBvc3QvOC4wLjEiLH0sc3A9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL3NwLzIuMC4zIixbImZ1bGxOYW1lIl09InNwLzIuMC4zIixbImxvYWRPcmRlciJdPTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ic3AvMi4wLjMiLH0sdzNlbWM9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL3czZW1jLzIuMy4xIixbImZ1bGxOYW1lIl09InczZW1jLzIuMy4xIixbImxvYWRPcmRlciJdPTEwLHBy";' export '_ModuleTable010_;' '_ModuleTable011_="b3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczZW1jLzIuMy4xIix9LHczbmNvPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy93M25jby8yLjAuNyIsWyJmdWxsTmFtZSJdPSJ3M25jby8yLjAuNyIsWyJsb2FkT3JkZXIiXT05LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHpsaWI9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xL3psaWIvMS4yLjExIixbImZ1bGxOYW1lIl09InpsaWIvMS4yLjExIixbImxvYWRPcmRl";' export '_ModuleTable011_;' '_ModuleTable012_="ciJdPTE3LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InpsaWIvMS4yLjExIix9LH0sbXBhdGhBPXsiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMiLCIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9EdXNhbi5Kb3ZpYy91ZnMvcHIxOC91ZnMtd2VhdGhlci1tb2RlbC9tb2R1bGVmaWxlcy93Y29zc19kZWxsX3AzIiwiL3VzcngvbG9jYWwvZGV2L2VtY19yb2NvdG8vbW9kdWxlZmlsZXMiLCIvdXNyeC9sb2NhbC9kZXYvbW9kdWxlZmlsZXMiLCIvdXNyeC9sb2NhbC9wcm9kL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlIiwiL3VzcngvbG9j";' export '_ModuleTable012_;' '_ModuleTable013_="YWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9kZWZzIiwiL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29yZV9wcm9kIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xIiwiL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfcHJvZC9pcHMvMTguMC4xIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl9tcGkvaXBzLzE4LjAuMSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvbXBpX3RoaXJkL2lwcy8xOC4wLjEvaW1waS8xOC4wLjEiLCIvZ3Bmcy9kZWxsMS9uY28vb3BzL253";' export '_ModuleTable013_;' '_ModuleTable014_="cHJvZC9tb2R1bGVmaWxlcy9tcGlfcHJvZC9pcHMvMTguMC4xL2ltcGkvMTguMC4xIiwiL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzIix9LFsic3lzdGVtQmFzZU1QQVRIIl09Ii91c3J4L2xvY2FsL3Byb2QvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmU6L3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkOi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvZGVmczovZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb3JlX3Byb2QiLH0=";' export '_ModuleTable014_;' '_ModuleTable_Sz_="14";' export '_ModuleTable_Sz_;' -++ ADVISOR_2018_DIR=/usrx/local/prod/intel/2018UP01/advisor_2018 -++ export ADVISOR_2018_DIR -++ BACIO_LIB4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libbacio_v2.0.3_4.a -++ export BACIO_LIB4 -++ BACIO_LIB8=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libbacio_v2.0.3_8.a -++ export BACIO_LIB8 -++ BACIO_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/bacio_v2.0.3 -++ export BACIO_SRC -++ BACIO_VER=v2.0.3 -++ export BACIO_VER -++ BINARY_TYPE_HPC= -++ export BINARY_TYPE_HPC -++ __LMOD_REF_COUNT_CLASSPATH='/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64/mpi.jar:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/daal.jar:1' -++ export __LMOD_REF_COUNT_CLASSPATH -++ CLASSPATH=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64/mpi.jar:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/daal.jar -++ export CLASSPATH -++ CLCK_ROOT=/usrx/local/prod/intel/2018UP01/clck_latest -++ export CLCK_ROOT -++ CMAKE_CXX_COMPILER=mpiicpc -++ export CMAKE_CXX_COMPILER -++ CMAKE_C_COMPILER=mpiicc -++ export CMAKE_C_COMPILER -++ CMAKE_Fortran_COMPILER=mpiifort -++ export CMAKE_Fortran_COMPILER -++ CMAKE_Platform=wcoss_dell_p3 -++ export CMAKE_Platform -++ COMP=ips -++ export COMP -++ __LMOD_REF_COUNT_CPATH='/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/pstl/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/include:1' -++ export __LMOD_REF_COUNT_CPATH -++ CPATH=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/pstl/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/include -++ export CPATH -++ __LMOD_REF_COUNT_CPLUS_INCLUDE_PATH=/usrx/local/prod/intel/2018UP01/clck_latest/include:1 -++ export __LMOD_REF_COUNT_CPLUS_INCLUDE_PATH -++ CPLUS_INCLUDE_PATH=/usrx/local/prod/intel/2018UP01/clck_latest/include -++ export CPLUS_INCLUDE_PATH -++ CRTM_FIX=/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/fix -++ export CRTM_FIX -++ CRTM_INC=/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/ips/18.0.1/include/crtm_v2.2.6 -++ export CRTM_INC -++ CRTM_LIB=/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/ips/18.0.1/libcrtm_v2.2.6.a -++ export CRTM_LIB -++ CRTM_SRC=/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/src -++ export CRTM_SRC -++ CRTM_VER=v2.2.6 -++ export CRTM_VER -++ DAALROOT=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal -++ export DAALROOT -++ ESMFMKFILE=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/lib/esmf.mk -++ export ESMFMKFILE -++ G2TMPL_INC=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/g2tmpl_v1.6.0 -++ export G2TMPL_INC -++ G2TMPL_LIB=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2tmpl_v1.6.0.a -++ export G2TMPL_LIB -++ G2TMPL_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/g2tmpl_v1.6.0/src -++ export G2TMPL_SRC -++ G2TMPL_VER=v1.6.0 -++ export G2TMPL_VER -++ G2_INC4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/g2_v3.1.1_4 -++ export G2_INC4 -++ G2_INCd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/g2_v3.1.1_d -++ export G2_INCd -++ G2_LIB4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2_v3.1.1_4.a -++ export G2_LIB4 -++ G2_LIBd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2_v3.1.1_d.a -++ export G2_LIBd -++ G2_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/g2_v3.1.1 -++ export G2_SRC -++ G2_VER=v3.1.1 -++ export G2_VER -++ GDBSERVER_MIC=/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/targets/intel64/x200/bin/gdbserver -++ export GDBSERVER_MIC -++ GDB_CROSS=/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/bin/gdb-ia -++ export GDB_CROSS -++ HDF5=/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1 -++ export HDF5 -++ HDF5_CFLAGS=-I/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/include -++ export HDF5_CFLAGS -++ HDF5_CXXFLAGS=-I/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/include -++ export HDF5_CXXFLAGS -++ HDF5_FFLAGS=-I/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/include -++ export HDF5_FFLAGS -++ HDF5_INCLUDE=-I/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/include -++ export HDF5_INCLUDE -++ HDF5_LDFLAGS='-L/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib -lhdf5_hl -lhdf5hl_fortran -lhdf5 -lhdf5_fortran' -++ export HDF5_LDFLAGS -++ HDF5_LDFLAGS_C='-L/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib -lhdf5_hl -lhdf5' -++ export HDF5_LDFLAGS_C -++ HDF5_LDFLAGS_CXX='-L/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib -lhdf5_hl -hdf5_hl_cpp -lhdf5 -lhdf5_cpp' -++ export HDF5_LDFLAGS_CXX -++ HDF5_LDFLAGS_F='-L/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib -lhdf5_hl -lhdf5hl_fortran -lhdf5 -lhdf5_fortran' -++ export HDF5_LDFLAGS_F -++ __LMOD_REF_COUNT_INFOPATH='/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/info:1;info_gdb_igfx:1' -++ export __LMOD_REF_COUNT_INFOPATH -++ INFOPATH=/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/info:info_gdb_igfx -++ export INFOPATH -++ INSPECTOR_2018_DIR=/usrx/local/prod/intel/2018UP01/inspector_2018 -++ export INSPECTOR_2018_DIR -++ INTEL_LICENSE_FILE=/usrx/local/prod/intel/licenses -++ export INTEL_LICENSE_FILE -++ INTEL_PYTHONHOME=/usrx/local/prod/intel/2018UP01/debugger_2018/python/intel64 -++ export INTEL_PYTHONHOME -++ IPPROOT=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp -++ export IPPROOT -++ IP_INC4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ip_v3.0.2_4 -++ export IP_INC4 -++ IP_INC8=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ip_v3.0.2_8 -++ export IP_INC8 -++ IP_INCd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ip_v3.0.2_d -++ export IP_INCd -++ IP_LIB4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libip_v3.0.2_4.a -++ export IP_LIB4 -++ IP_LIB8=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libip_v3.0.2_8.a -++ export IP_LIB8 -++ IP_LIBd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libip_v3.0.2_d.a -++ export IP_LIBd -++ IP_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/ip_v3.0.2 -++ export IP_SRC -++ IP_VER=v3.0.2 -++ export IP_VER -++ I_MPI_CC=icc -++ export I_MPI_CC -++ I_MPI_CXX=icpc -++ export I_MPI_CXX -++ I_MPI_EXTRA_FILESYSTEM=yes -++ export I_MPI_EXTRA_FILESYSTEM -++ I_MPI_EXTRA_FILESYSTEM_LIST=gpfs -++ export I_MPI_EXTRA_FILESYSTEM_LIST -++ I_MPI_F77=ifort -++ export I_MPI_F77 -++ I_MPI_F90=ifort -++ export I_MPI_F90 -++ I_MPI_FC=ifort -++ export I_MPI_FC -++ I_MPI_HYDRA_BOOTSTRAP=lsf -++ export I_MPI_HYDRA_BOOTSTRAP -++ I_MPI_HYDRA_IFACE=ib0 -++ export I_MPI_HYDRA_IFACE -++ I_MPI_LSF_USE_COLLECTIVE_LAUNCH=1 -++ export I_MPI_LSF_USE_COLLECTIVE_LAUNCH -++ I_MPI_ROOT=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi -++ export I_MPI_ROOT -++ JASPER_INC=/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/include -++ export JASPER_INC -++ JASPER_LIB=/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib/libjasper.a -++ export JASPER_LIB -++ JASPER_LIBDIR=/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib -++ export JASPER_LIBDIR -++ JASPER_SRC=/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/src/jasper-1.900.29 -++ export JASPER_SRC -++ JASPER_VER=1.900.29 -++ export JASPER_VER -++ KMP_AFFINITY=scatter -++ export KMP_AFFINITY -++ unset LAUNCH -++ __LMOD_REF_COUNT_LD_LIBRARY_PATH='/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/lib:1;/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib:1;/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib:1;/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib:1;/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:1;/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib:1;/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib:1;/usrx/local/prod/intel/2018UP01/itac_latest/slib:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:1;/usrx/local/prod/intel/2018UP01/debugger_2018/iga/lib:1;/usrx/local/prod/intel/2018UP01/debugger_2018/libipt/intel64/lib:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4:1' -++ export __LMOD_REF_COUNT_LD_LIBRARY_PATH -++ LD_LIBRARY_PATH=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/lib:/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib:/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib:/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib:/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib:/usrx/local/prod/intel/2018UP01/itac_latest/slib:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:/usrx/local/prod/intel/2018UP01/debugger_2018/iga/lib:/usrx/local/prod/intel/2018UP01/debugger_2018/libipt/intel64/lib:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4 -++ export LD_LIBRARY_PATH -++ __LMOD_REF_COUNT_LIBRARY_PATH='/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:1;/usrx/local/prod/intel/2018UP01/clck_latest/lib/intel64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4:1' -++ export __LMOD_REF_COUNT_LIBRARY_PATH -++ LIBRARY_PATH=/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:/usrx/local/prod/intel/2018UP01/clck_latest/lib/intel64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4 -++ export LIBRARY_PATH -++ LIB_NAME=POST -++ export LIB_NAME -++ LMOD_FAMILY_COMPILER=ips -++ export LMOD_FAMILY_COMPILER -++ LMOD_FAMILY_COMPILER_VERSION=18.0.1.163 -++ export LMOD_FAMILY_COMPILER_VERSION -++ LMOD_FAMILY_CONMPILER=HDF5-serial -++ export LMOD_FAMILY_CONMPILER -++ LMOD_FAMILY_CONMPILER_VERSION=1.10.1 -++ export LMOD_FAMILY_CONMPILER_VERSION -++ LMOD_FAMILY_MPI=impi -++ export LMOD_FAMILY_MPI -++ LMOD_FAMILY_MPI_VERSION=18.0.1 -++ export LMOD_FAMILY_MPI_VERSION -++ __LMOD_REF_COUNT_LOADEDMODULES='ips/18.0.1.163:1;impi/18.0.1:1;NetCDF/4.5.0:1;HDF5-serial/1.10.1:1;lsf/10.1:1;bacio/2.0.3:1;ip/3.0.2:1;sp/2.0.3:1;w3nco/2.0.7:1;w3emc/2.3.1:1;nemsio/2.2.4:1;g2/3.1.1:1;g2tmpl/1.6.0:1;crtm/2.2.6:1;jasper/1.900.29:1;libpng/1.2.59:1;zlib/1.2.11:1;post/8.0.1:1;esmf/8.0.0:1;cmake/3.10.0:1;fv3:1' -++ export __LMOD_REF_COUNT_LOADEDMODULES -++ LOADEDMODULES=ips/18.0.1.163:impi/18.0.1:NetCDF/4.5.0:HDF5-serial/1.10.1:lsf/10.1:bacio/2.0.3:ip/3.0.2:sp/2.0.3:w3nco/2.0.7:w3emc/2.3.1:nemsio/2.2.4:g2/3.1.1:g2tmpl/1.6.0:crtm/2.2.6:jasper/1.900.29:libpng/1.2.59:zlib/1.2.11:post/8.0.1:esmf/8.0.0:cmake/3.10.0:fv3 -++ export LOADEDMODULES -++ LSF_BINDIR=/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin -++ export LSF_BINDIR -++ LSF_ENVDIR=/gpfs/lsf/conf -++ export LSF_ENVDIR -++ LSF_LIBDIR=/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib -++ export LSF_LIBDIR -++ LSF_SERVERDIR=/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc -++ export LSF_SERVERDIR -++ __LMOD_REF_COUNT_MANPATH='/usrx/local/dev/packages/cmake/3.10.0/share/man:1;/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/share/man:1;/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/share/man:1;/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/man:1;/gpfs/lsf/10.1/man:1;/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/share/man:1;/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/share/man:1;/usrx/local/prod/intel/2018UP01/itac_latest/man:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/man/common:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/man:1;/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/man:1;/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-igfx/man:1;/usrx/local/prod/lmod/lmod/share/man:1;/usrx/local/prod/intel/2018UP01/inspector_2018/man:1;/usrx/local/prod/intel/2018UP01/advisor_2018/man:1' -++ export __LMOD_REF_COUNT_MANPATH -++ MANPATH=/usrx/local/dev/packages/cmake/3.10.0/share/man:/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/share/man:/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/share/man:/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/man:/gpfs/lsf/10.1/man:/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/share/man:/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/share/man:/usrx/local/prod/intel/2018UP01/itac_latest/man:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/man/common:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/man:/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/man:/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-igfx/man:/usrx/local/prod/lmod/lmod/share/man::/usrx/local/prod/intel/2018UP01/inspector_2018/man:/usrx/local/prod/intel/2018UP01/advisor_2018/man -++ export MANPATH -++ MKLROOT=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl -++ export MKLROOT -++ MODULEPATH=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/dev/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1:/usrx/local/prod/modulefiles/mpi_third/ips/18.0.1/impi/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/mpi_prod/ips/18.0.1/impi/18.0.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles -++ export MODULEPATH -++ MPM_LAUNCHER=/usrx/local/prod/intel/2018UP01/debugger_2018/mpm/mic/bin/start_mpm.sh -++ export MPM_LAUNCHER -++ NEMSIO_INC=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/nemsio_v2.2.4 -++ export NEMSIO_INC -++ NEMSIO_LIB=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libnemsio_v2.2.4.a -++ export NEMSIO_LIB -++ NEMSIO_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/nemsio_v2.2.4 -++ export NEMSIO_SRC -++ NEMSIO_VER=v2.2.4 -++ export NEMSIO_VER -++ NETCDF=/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0 -++ export NETCDF -++ NETCDF_CFLAGS=-I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -++ export NETCDF_CFLAGS -++ NETCDF_CXX4FLAGS=-I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -++ export NETCDF_CXX4FLAGS -++ NETCDF_CXXFLAGS=-I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -++ export NETCDF_CXXFLAGS -++ NETCDF_FFLAGS=-I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -++ export NETCDF_FFLAGS -++ NETCDF_INC=/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -++ export NETCDF_INC -++ NETCDF_INCLUDE=-I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -++ export NETCDF_INCLUDE -++ NETCDF_LDFLAGS='-L/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib -lnetcdff' -++ export NETCDF_LDFLAGS -++ NETCDF_LDFLAGS_C='-L/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib -lnetcdf' -++ export NETCDF_LDFLAGS_C -++ NETCDF_LDFLAGS_CXX='-L/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib -lnetcdf -lnetcdf_c++' -++ export NETCDF_LDFLAGS_CXX -++ NETCDF_LDFLAGS_CXX4='-L/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib -lnetcdf -lnetcdf_c++4' -++ export NETCDF_LDFLAGS_CXX4 -++ NETCDF_LDFLAGS_F='-L/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib -lnetcdff' -++ export NETCDF_LDFLAGS_F -++ NETCDF_LIB=/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib -++ export NETCDF_LIB -++ NETCDF_ROOT=/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0 -++ export NETCDF_ROOT -++ __LMOD_REF_COUNT_NLSPATH='/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin/locale/%l_%t/%N:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin/locale/%l_%t/%N:1;/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/share/locale/%l_%t/%N:1' -++ export __LMOD_REF_COUNT_NLSPATH -++ NLSPATH=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin/locale/%l_%t/%N:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin/locale/%l_%t/%N::/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/share/locale/%l_%t/%N -++ export NLSPATH -++ __LMOD_REF_COUNT_PATH='/usrx/local/dev/packages/cmake/3.10.0/bin:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/bin:1;/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/bin:1;/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/bin:1;/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc:1;/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin:1;/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1:1;/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/bin:1;/usrx/local/prod/intel/2018UP01/advisor_2018/bin64:1;/usrx/local/prod/intel/2018UP01/vtune_amplifier_2018/bin64:1;/usrx/local/prod/intel/2018UP01/inspector_2018/bin64:1;/usrx/local/prod/intel/2018UP01/itac_latest/bin:1;/usrx/local/prod/intel/2018UP01/clck_latest/bin/intel64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/bin/intel64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64:1;/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/targets/intel64/x200/bin:1;/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/bin:1;/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/usr/lpp/mmfs/bin:1;/opt/ibutils/bin:1;/opt/dell/srvadmin/bin:1;/u/Dusan.Jovic/bin:2;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/dbrowse:1;/u/Dusan.Jovic/.local/bin:1;/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/include:1' -++ export __LMOD_REF_COUNT_PATH -++ PATH=/usrx/local/dev/packages/cmake/3.10.0/bin:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/bin:/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/bin:/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/bin:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin:/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1:/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/bin:/usrx/local/prod/intel/2018UP01/advisor_2018/bin64:/usrx/local/prod/intel/2018UP01/vtune_amplifier_2018/bin64:/usrx/local/prod/intel/2018UP01/inspector_2018/bin64:/usrx/local/prod/intel/2018UP01/itac_latest/bin:/usrx/local/prod/intel/2018UP01/clck_latest/bin/intel64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/bin/intel64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64:/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/targets/intel64/x200/bin:/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/usr/lpp/mmfs/bin:/opt/ibutils/bin:/opt/dell/srvadmin/bin:/u/Dusan.Jovic/bin:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/dbrowse:/u/Dusan.Jovic/.local/bin:/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/include -++ export PATH -++ PKG_CONFIG_PATH=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/bin/pkgconfig -++ export PKG_CONFIG_PATH -++ PNG_INC=/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/include -++ export PNG_INC -++ PNG_LIB=/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng.a -++ export PNG_LIB -++ PNG_LIB12=/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng12.a -++ export PNG_LIB12 -++ PNG_LIBDIR=/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib -++ export PNG_LIBDIR -++ PNG_LIBso=/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng.so -++ export PNG_LIBso -++ PNG_SRC=/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/src/libpng-1.2.59 -++ export PNG_SRC -++ PNG_VER=1.2.59 -++ export PNG_VER -++ POST_INC=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ncep_post_v8.0.1_4 -++ export POST_INC -++ POST_LIB=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libncep_post_v8.0.1_4.a -++ export POST_LIB -++ POST_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/post_v8.0.1 -++ export POST_SRC -++ POST_VER=v8.0.1 -++ export POST_VER -++ PSTLROOT=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/pstl -++ export PSTLROOT -++ PYTHONPATH=/usrx/local/prod/intel/2018UP01/advisor_2018/pythonapi -++ export PYTHONPATH -++ SP_LIB4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_4.a -++ export SP_LIB4 -++ SP_LIB8=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_8.a -++ export SP_LIB8 -++ SP_LIBd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_d.a -++ export SP_LIBd -++ SP_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/sp_v2.0.3 -++ export SP_SRC -++ SP_VER=v2.0.3 -++ export SP_VER -++ TBBROOT=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb -++ export TBBROOT -++ VT_ADD_LIBS='-ldwarf -lelf -lvtunwind -lm -lpthread' -++ export VT_ADD_LIBS -++ VT_ARCH=intel64 -++ export VT_ARCH -++ VT_LIB_DIR=/usrx/local/prod/intel/2018UP01/itac_latest/lib -++ export VT_LIB_DIR -++ VT_MPI=impi4 -++ export VT_MPI -++ VT_ROOT=/usrx/local/prod/intel/2018UP01/itac_latest -++ export VT_ROOT -++ VT_SLIB_DIR=/usrx/local/prod/intel/2018UP01/itac_latest/slib -++ export VT_SLIB_DIR -++ W3EMC_INC4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3emc_v2.3.1_4 -++ export W3EMC_INC4 -++ W3EMC_INC8=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3emc_v2.3.1_8 -++ export W3EMC_INC8 -++ W3EMC_INCd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3emc_v2.3.1_d -++ export W3EMC_INCd -++ W3EMC_LIB4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_4.a -++ export W3EMC_LIB4 -++ W3EMC_LIB8=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_8.a -++ export W3EMC_LIB8 -++ W3EMC_LIBd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_d.a -++ export W3EMC_LIBd -++ W3EMC_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/w3emc_v2.3.1 -++ export W3EMC_SRC -++ W3EMC_VER=v2.3.1 -++ export W3EMC_VER -++ W3NCO_INC4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3nco_v2.0.7_4 -++ export W3NCO_INC4 -++ W3NCO_INC8=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3nco_v2.0.7_8 -++ export W3NCO_INC8 -++ W3NCO_INCd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3nco_v2.0.7_d -++ export W3NCO_INCd -++ W3NCO_LIB4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_4.a -++ export W3NCO_LIB4 -++ W3NCO_LIB8=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_8.a -++ export W3NCO_LIB8 -++ W3NCO_LIBd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_d.a -++ export W3NCO_LIBd -++ W3NCO_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/w3nco_v2.0.7 -++ export W3NCO_SRC -++ W3NCO_VER=v2.0.7 -++ export W3NCO_VER -++ XLSF_UIDDIR=/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib/uid -++ export XLSF_UIDDIR -++ Z_INC=/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/include -++ export Z_INC -++ Z_LIB=/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib/libz.a -++ export Z_LIB -++ Z_SRC=/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/src -++ export Z_SRC -++ Z_VER=1.2.11 -++ export Z_VER -++ __LMOD_REF_COUNT__LMFILES_='/usrx/local/prod/modulefiles/core_third/ips/18.0.1.163:1;/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1/impi/18.0.1.lua:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/NetCDF/4.5.0:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/HDF5-serial/1.10.1:1;/usrx/local/prod/modulefiles/core_third/lsf/10.1:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/bacio/2.0.3:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/ip/3.0.2:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/sp/2.0.3:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3nco/2.0.7:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3emc/2.3.1:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/nemsio/2.2.4:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2/3.1.1:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2tmpl/1.6.0:1;/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/crtm/2.2.6:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/jasper/1.900.29:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/libpng/1.2.59:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/zlib/1.2.11:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/post/8.0.1:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/esmf/8.0.0:1;/usrx/local/dev/modulefiles/cmake/3.10.0:1;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3:1' -++ export __LMOD_REF_COUNT__LMFILES_ -++ _LMFILES_=/usrx/local/prod/modulefiles/core_third/ips/18.0.1.163:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1/impi/18.0.1.lua:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/NetCDF/4.5.0:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/HDF5-serial/1.10.1:/usrx/local/prod/modulefiles/core_third/lsf/10.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/bacio/2.0.3:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/ip/3.0.2:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/sp/2.0.3:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3nco/2.0.7:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3emc/2.3.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/nemsio/2.2.4:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2/3.1.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2tmpl/1.6.0:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/crtm/2.2.6:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/jasper/1.900.29:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/libpng/1.2.59:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/zlib/1.2.11:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/post/8.0.1:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/esmf/8.0.0:/usrx/local/dev/modulefiles/cmake/3.10.0:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3 -++ export _LMFILES_ -++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImlwcyIsWyJjb25tcGlsZXIiXT0iSERGNS1zZXJpYWwiLFsibXBpIl09ImltcGkiLH0sbVQ9e1siSERGNS1zZXJpYWwiXT17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvSERGNS1zZXJpYWwvMS4xMC4xIixbImZ1bGxOYW1lIl09IkhERjUtc2VyaWFsLzEuMTAuMSIsWyJsb2FkT3JkZXIiXT00LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09IkhERjUtc2VyaWFs -++ export _ModuleTable001_ -++ _ModuleTable002_=LzEuMTAuMSIsfSxOZXRDREY9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xL05ldENERi80LjUuMCIsWyJmdWxsTmFtZSJdPSJOZXRDREYvNC41LjAiLFsibG9hZE9yZGVyIl09Myxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJOZXRDREYvNC41LjAiLH0sYmFjaW89e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2JhY2lvLzIuMC4zIixbImZ1bGxOYW1lIl09ImJhY2lvLzIuMC4zIixbImxvYWRPcmRlciJdPTYscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNl -++ export _ModuleTable002_ -++ _ModuleTable003_=ck5hbWUiXT0iYmFjaW8vMi4wLjMiLH0sY21ha2U9e1siZm4iXT0iL3VzcngvbG9jYWwvZGV2L21vZHVsZWZpbGVzL2NtYWtlLzMuMTAuMCIsWyJmdWxsTmFtZSJdPSJjbWFrZS8zLjEwLjAiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY21ha2UvMy4xMC4wIix9LGNydG09e1siZm4iXT0iL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfcHJvZC9pcHMvMTguMC4xL2NydG0vMi4yLjYiLFsiZnVsbE5hbWUiXT0iY3J0bS8yLjIuNiIsWyJsb2FkT3JkZXIiXT0xNCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1 -++ export _ModuleTable003_ -++ _ModuleTable004_=c2VyTmFtZSJdPSJjcnRtLzIuMi42Iix9LGVzbWY9e1siZm4iXT0iL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcjE4L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL3djb3NzX2RlbGxfcDMvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT0yMSxw -++ export _ModuleTable004_ -++ _ModuleTable005_=cm9wVD17fSxbInN0YWNrRGVwdGgiXT0wLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZzI9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2cyLzMuMS4xIixbImZ1bGxOYW1lIl09ImcyLzMuMS4xIixbImxvYWRPcmRlciJdPTEyLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcyLzMuMS4xIix9LGcydG1wbD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzJ0bXBsLzEuNi4wIixbImZ1bGxOYW1lIl09ImcydG1wbC8xLjYuMCIsWyJsb2FkT3JkZXIiXT0xMyxwcm9wVD17fSxbInN0YWNr -++ export _ModuleTable005_ -++ _ModuleTable006_=RGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMnRtcGwvMS42LjAiLH0saW1waT17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX21waS9pcHMvMTguMC4xL2ltcGkvMTguMC4xLmx1YSIsWyJmdWxsTmFtZSJdPSJpbXBpLzE4LjAuMSIsWyJsb2FkT3JkZXIiXT0yLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImltcGkvMTguMC4xIix9LGlwPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9pcC8zLjAuMiIsWyJmdWxsTmFtZSJdPSJpcC8zLjAuMiIsWyJsb2FkT3JkZXIiXT03LHByb3BUPXt9LFsic3Rh -++ export _ModuleTable006_ -++ _ModuleTable007_=Y2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImlwLzMuMC4yIix9LGlwcz17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQvaXBzLzE4LjAuMS4xNjMiLFsiZnVsbE5hbWUiXT0iaXBzLzE4LjAuMS4xNjMiLFsibG9hZE9yZGVyIl09MSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJpcHMvMTguMC4xLjE2MyIsfSxqYXNwZXI9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xL2phc3Blci8xLjkwMC4yOSIsWyJmdWxsTmFtZSJdPSJqYXNwZXIvMS45MDAuMjkiLFsibG9hZE9yZGVyIl09 -++ export _ModuleTable007_ -++ _ModuleTable008_=MTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iamFzcGVyLzEuOTAwLjI5Iix9LGxpYnBuZz17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvbGlicG5nLzEuMi41OSIsWyJmdWxsTmFtZSJdPSJsaWJwbmcvMS4yLjU5IixbImxvYWRPcmRlciJdPTE2LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImxpYnBuZy8xLjIuNTkiLH0sbHNmPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZC9sc2YvMTAuMSIsWyJmdWxsTmFtZSJdPSJsc2YvMTAuMSIsWyJsb2Fk -++ export _ModuleTable008_ -++ _ModuleTable009_=T3JkZXIiXT01LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImxzZi8xMC4xIix9LG5lbXNpbz17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvbmVtc2lvLzIuMi40IixbImZ1bGxOYW1lIl09Im5lbXNpby8yLjIuNCIsWyJsb2FkT3JkZXIiXT0xMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZW1zaW8vMi4yLjQiLH0scG9zdD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvcG9zdC84LjAuMSIsWyJmdWxsTmFtZSJdPSJwb3N0LzguMC4xIixbImxvYWRP -++ export _ModuleTable009_ -++ _ModuleTable010_=cmRlciJdPTE4LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InBvc3QvOC4wLjEiLH0sc3A9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL3NwLzIuMC4zIixbImZ1bGxOYW1lIl09InNwLzIuMC4zIixbImxvYWRPcmRlciJdPTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ic3AvMi4wLjMiLH0sdzNlbWM9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL3czZW1jLzIuMy4xIixbImZ1bGxOYW1lIl09InczZW1jLzIuMy4xIixbImxvYWRPcmRlciJdPTEwLHBy -++ export _ModuleTable010_ -++ _ModuleTable011_=b3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczZW1jLzIuMy4xIix9LHczbmNvPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy93M25jby8yLjAuNyIsWyJmdWxsTmFtZSJdPSJ3M25jby8yLjAuNyIsWyJsb2FkT3JkZXIiXT05LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHpsaWI9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xL3psaWIvMS4yLjExIixbImZ1bGxOYW1lIl09InpsaWIvMS4yLjExIixbImxvYWRPcmRl -++ export _ModuleTable011_ -++ _ModuleTable012_=ciJdPTE3LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InpsaWIvMS4yLjExIix9LH0sbXBhdGhBPXsiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMiLCIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9EdXNhbi5Kb3ZpYy91ZnMvcHIxOC91ZnMtd2VhdGhlci1tb2RlbC9tb2R1bGVmaWxlcy93Y29zc19kZWxsX3AzIiwiL3VzcngvbG9jYWwvZGV2L2VtY19yb2NvdG8vbW9kdWxlZmlsZXMiLCIvdXNyeC9sb2NhbC9kZXYvbW9kdWxlZmlsZXMiLCIvdXNyeC9sb2NhbC9wcm9kL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlIiwiL3VzcngvbG9j -++ export _ModuleTable012_ -++ _ModuleTable013_=YWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9kZWZzIiwiL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29yZV9wcm9kIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xIiwiL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfcHJvZC9pcHMvMTguMC4xIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl9tcGkvaXBzLzE4LjAuMSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvbXBpX3RoaXJkL2lwcy8xOC4wLjEvaW1waS8xOC4wLjEiLCIvZ3Bmcy9kZWxsMS9uY28vb3BzL253 -++ export _ModuleTable013_ -++ _ModuleTable014_=cHJvZC9tb2R1bGVmaWxlcy9tcGlfcHJvZC9pcHMvMTguMC4xL2ltcGkvMTguMC4xIiwiL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzIix9LFsic3lzdGVtQmFzZU1QQVRIIl09Ii91c3J4L2xvY2FsL3Byb2QvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmU6L3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkOi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvZGVmczovZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb3JlX3Byb2QiLH0= -++ export _ModuleTable014_ -++ _ModuleTable_Sz_=14 -++ export _ModuleTable_Sz_ -++ : -s sh -+ eval -+ module list -++ /usrx/local/prod/lmod/lmod/libexec/lmod bash list - -Currently Loaded Modules: - 1) ips/18.0.1.163 8) sp/2.0.3 15) jasper/1.900.29 - 2) impi/18.0.1 9) w3nco/2.0.7 16) libpng/1.2.59 - 3) NetCDF/4.5.0 10) w3emc/2.3.1 17) zlib/1.2.11 - 4) HDF5-serial/1.10.1 11) nemsio/2.2.4 18) post/8.0.1 - 5) lsf/10.1 12) g2/3.1.1 19) esmf/8.0.0 - 6) bacio/2.0.3 13) g2tmpl/1.6.0 20) cmake/3.10.0 - 7) ip/3.0.2 14) crtm/2.2.6 21) fv3 - - - -+ eval 'MODULEPATH="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/dev/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1:/usrx/local/prod/modulefiles/mpi_third/ips/18.0.1/impi/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/mpi_prod/ips/18.0.1/impi/18.0.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles";' export 'MODULEPATH;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImlwcyIsWyJjb25tcGlsZXIiXT0iSERGNS1zZXJpYWwiLFsibXBpIl09ImltcGkiLH0sbVQ9e1siSERGNS1zZXJpYWwiXT17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvSERGNS1zZXJpYWwvMS4xMC4xIixbImZ1bGxOYW1lIl09IkhERjUtc2VyaWFsLzEuMTAuMSIsWyJsb2FkT3JkZXIiXT00LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09IkhERjUtc2VyaWFs";' export '_ModuleTable001_;' '_ModuleTable002_="LzEuMTAuMSIsfSxOZXRDREY9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xL05ldENERi80LjUuMCIsWyJmdWxsTmFtZSJdPSJOZXRDREYvNC41LjAiLFsibG9hZE9yZGVyIl09Myxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJOZXRDREYvNC41LjAiLH0sYmFjaW89e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2JhY2lvLzIuMC4zIixbImZ1bGxOYW1lIl09ImJhY2lvLzIuMC4zIixbImxvYWRPcmRlciJdPTYscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNl";' export '_ModuleTable002_;' '_ModuleTable003_="ck5hbWUiXT0iYmFjaW8vMi4wLjMiLH0sY21ha2U9e1siZm4iXT0iL3VzcngvbG9jYWwvZGV2L21vZHVsZWZpbGVzL2NtYWtlLzMuMTAuMCIsWyJmdWxsTmFtZSJdPSJjbWFrZS8zLjEwLjAiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY21ha2UvMy4xMC4wIix9LGNydG09e1siZm4iXT0iL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfcHJvZC9pcHMvMTguMC4xL2NydG0vMi4yLjYiLFsiZnVsbE5hbWUiXT0iY3J0bS8yLjIuNiIsWyJsb2FkT3JkZXIiXT0xNCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1";' export '_ModuleTable003_;' '_ModuleTable004_="c2VyTmFtZSJdPSJjcnRtLzIuMi42Iix9LGVzbWY9e1siZm4iXT0iL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcjE4L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL3djb3NzX2RlbGxfcDMvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT0yMSxw";' export '_ModuleTable004_;' '_ModuleTable005_="cm9wVD17fSxbInN0YWNrRGVwdGgiXT0wLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZzI9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2cyLzMuMS4xIixbImZ1bGxOYW1lIl09ImcyLzMuMS4xIixbImxvYWRPcmRlciJdPTEyLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcyLzMuMS4xIix9LGcydG1wbD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzJ0bXBsLzEuNi4wIixbImZ1bGxOYW1lIl09ImcydG1wbC8xLjYuMCIsWyJsb2FkT3JkZXIiXT0xMyxwcm9wVD17fSxbInN0YWNr";' export '_ModuleTable005_;' '_ModuleTable006_="RGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMnRtcGwvMS42LjAiLH0saW1waT17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX21waS9pcHMvMTguMC4xL2ltcGkvMTguMC4xLmx1YSIsWyJmdWxsTmFtZSJdPSJpbXBpLzE4LjAuMSIsWyJsb2FkT3JkZXIiXT0yLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImltcGkvMTguMC4xIix9LGlwPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9pcC8zLjAuMiIsWyJmdWxsTmFtZSJdPSJpcC8zLjAuMiIsWyJsb2FkT3JkZXIiXT03LHByb3BUPXt9LFsic3Rh";' export '_ModuleTable006_;' '_ModuleTable007_="Y2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImlwLzMuMC4yIix9LGlwcz17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQvaXBzLzE4LjAuMS4xNjMiLFsiZnVsbE5hbWUiXT0iaXBzLzE4LjAuMS4xNjMiLFsibG9hZE9yZGVyIl09MSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJpcHMvMTguMC4xLjE2MyIsfSxqYXNwZXI9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xL2phc3Blci8xLjkwMC4yOSIsWyJmdWxsTmFtZSJdPSJqYXNwZXIvMS45MDAuMjkiLFsibG9hZE9yZGVyIl09";' export '_ModuleTable007_;' '_ModuleTable008_="MTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iamFzcGVyLzEuOTAwLjI5Iix9LGxpYnBuZz17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvbGlicG5nLzEuMi41OSIsWyJmdWxsTmFtZSJdPSJsaWJwbmcvMS4yLjU5IixbImxvYWRPcmRlciJdPTE2LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImxpYnBuZy8xLjIuNTkiLH0sbHNmPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZC9sc2YvMTAuMSIsWyJmdWxsTmFtZSJdPSJsc2YvMTAuMSIsWyJsb2Fk";' export '_ModuleTable008_;' '_ModuleTable009_="T3JkZXIiXT01LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImxzZi8xMC4xIix9LG5lbXNpbz17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvbmVtc2lvLzIuMi40IixbImZ1bGxOYW1lIl09Im5lbXNpby8yLjIuNCIsWyJsb2FkT3JkZXIiXT0xMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZW1zaW8vMi4yLjQiLH0scG9zdD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvcG9zdC84LjAuMSIsWyJmdWxsTmFtZSJdPSJwb3N0LzguMC4xIixbImxvYWRP";' export '_ModuleTable009_;' '_ModuleTable010_="cmRlciJdPTE4LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InBvc3QvOC4wLjEiLH0sc3A9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL3NwLzIuMC4zIixbImZ1bGxOYW1lIl09InNwLzIuMC4zIixbImxvYWRPcmRlciJdPTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ic3AvMi4wLjMiLH0sdzNlbWM9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL3czZW1jLzIuMy4xIixbImZ1bGxOYW1lIl09InczZW1jLzIuMy4xIixbImxvYWRPcmRlciJdPTEwLHBy";' export '_ModuleTable010_;' '_ModuleTable011_="b3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczZW1jLzIuMy4xIix9LHczbmNvPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy93M25jby8yLjAuNyIsWyJmdWxsTmFtZSJdPSJ3M25jby8yLjAuNyIsWyJsb2FkT3JkZXIiXT05LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHpsaWI9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xL3psaWIvMS4yLjExIixbImZ1bGxOYW1lIl09InpsaWIvMS4yLjExIixbImxvYWRPcmRl";' export '_ModuleTable011_;' '_ModuleTable012_="ciJdPTE3LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InpsaWIvMS4yLjExIix9LH0sbXBhdGhBPXsiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMiLCIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9EdXNhbi5Kb3ZpYy91ZnMvcHIxOC91ZnMtd2VhdGhlci1tb2RlbC9tb2R1bGVmaWxlcy93Y29zc19kZWxsX3AzIiwiL3VzcngvbG9jYWwvZGV2L2VtY19yb2NvdG8vbW9kdWxlZmlsZXMiLCIvdXNyeC9sb2NhbC9kZXYvbW9kdWxlZmlsZXMiLCIvdXNyeC9sb2NhbC9wcm9kL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlIiwiL3VzcngvbG9j";' export '_ModuleTable012_;' '_ModuleTable013_="YWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9kZWZzIiwiL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29yZV9wcm9kIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xIiwiL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfcHJvZC9pcHMvMTguMC4xIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl9tcGkvaXBzLzE4LjAuMSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvbXBpX3RoaXJkL2lwcy8xOC4wLjEvaW1waS8xOC4wLjEiLCIvZ3Bmcy9kZWxsMS9uY28vb3BzL253";' export '_ModuleTable013_;' '_ModuleTable014_="cHJvZC9tb2R1bGVmaWxlcy9tcGlfcHJvZC9pcHMvMTguMC4xL2ltcGkvMTguMC4xIiwiL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzIix9LFsic3lzdGVtQmFzZU1QQVRIIl09Ii91c3J4L2xvY2FsL3Byb2QvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmU6L3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkOi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvZGVmczovZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb3JlX3Byb2QiLH0=";' export '_ModuleTable014_;' '_ModuleTable_Sz_="14";' export '_ModuleTable_Sz_;' -++ MODULEPATH=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/dev/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1:/usrx/local/prod/modulefiles/mpi_third/ips/18.0.1/impi/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/mpi_prod/ips/18.0.1/impi/18.0.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles -++ export MODULEPATH -++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImlwcyIsWyJjb25tcGlsZXIiXT0iSERGNS1zZXJpYWwiLFsibXBpIl09ImltcGkiLH0sbVQ9e1siSERGNS1zZXJpYWwiXT17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvSERGNS1zZXJpYWwvMS4xMC4xIixbImZ1bGxOYW1lIl09IkhERjUtc2VyaWFsLzEuMTAuMSIsWyJsb2FkT3JkZXIiXT00LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09IkhERjUtc2VyaWFs -++ export _ModuleTable001_ -++ _ModuleTable002_=LzEuMTAuMSIsfSxOZXRDREY9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xL05ldENERi80LjUuMCIsWyJmdWxsTmFtZSJdPSJOZXRDREYvNC41LjAiLFsibG9hZE9yZGVyIl09Myxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJOZXRDREYvNC41LjAiLH0sYmFjaW89e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2JhY2lvLzIuMC4zIixbImZ1bGxOYW1lIl09ImJhY2lvLzIuMC4zIixbImxvYWRPcmRlciJdPTYscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNl -++ export _ModuleTable002_ -++ _ModuleTable003_=ck5hbWUiXT0iYmFjaW8vMi4wLjMiLH0sY21ha2U9e1siZm4iXT0iL3VzcngvbG9jYWwvZGV2L21vZHVsZWZpbGVzL2NtYWtlLzMuMTAuMCIsWyJmdWxsTmFtZSJdPSJjbWFrZS8zLjEwLjAiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY21ha2UvMy4xMC4wIix9LGNydG09e1siZm4iXT0iL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfcHJvZC9pcHMvMTguMC4xL2NydG0vMi4yLjYiLFsiZnVsbE5hbWUiXT0iY3J0bS8yLjIuNiIsWyJsb2FkT3JkZXIiXT0xNCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1 -++ export _ModuleTable003_ -++ _ModuleTable004_=c2VyTmFtZSJdPSJjcnRtLzIuMi42Iix9LGVzbWY9e1siZm4iXT0iL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcjE4L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL3djb3NzX2RlbGxfcDMvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT0yMSxw -++ export _ModuleTable004_ -++ _ModuleTable005_=cm9wVD17fSxbInN0YWNrRGVwdGgiXT0wLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZzI9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2cyLzMuMS4xIixbImZ1bGxOYW1lIl09ImcyLzMuMS4xIixbImxvYWRPcmRlciJdPTEyLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcyLzMuMS4xIix9LGcydG1wbD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzJ0bXBsLzEuNi4wIixbImZ1bGxOYW1lIl09ImcydG1wbC8xLjYuMCIsWyJsb2FkT3JkZXIiXT0xMyxwcm9wVD17fSxbInN0YWNr -++ export _ModuleTable005_ -++ _ModuleTable006_=RGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMnRtcGwvMS42LjAiLH0saW1waT17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX21waS9pcHMvMTguMC4xL2ltcGkvMTguMC4xLmx1YSIsWyJmdWxsTmFtZSJdPSJpbXBpLzE4LjAuMSIsWyJsb2FkT3JkZXIiXT0yLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImltcGkvMTguMC4xIix9LGlwPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9pcC8zLjAuMiIsWyJmdWxsTmFtZSJdPSJpcC8zLjAuMiIsWyJsb2FkT3JkZXIiXT03LHByb3BUPXt9LFsic3Rh -++ export _ModuleTable006_ -++ _ModuleTable007_=Y2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImlwLzMuMC4yIix9LGlwcz17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQvaXBzLzE4LjAuMS4xNjMiLFsiZnVsbE5hbWUiXT0iaXBzLzE4LjAuMS4xNjMiLFsibG9hZE9yZGVyIl09MSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJpcHMvMTguMC4xLjE2MyIsfSxqYXNwZXI9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xL2phc3Blci8xLjkwMC4yOSIsWyJmdWxsTmFtZSJdPSJqYXNwZXIvMS45MDAuMjkiLFsibG9hZE9yZGVyIl09 -++ export _ModuleTable007_ -++ _ModuleTable008_=MTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iamFzcGVyLzEuOTAwLjI5Iix9LGxpYnBuZz17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvbGlicG5nLzEuMi41OSIsWyJmdWxsTmFtZSJdPSJsaWJwbmcvMS4yLjU5IixbImxvYWRPcmRlciJdPTE2LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImxpYnBuZy8xLjIuNTkiLH0sbHNmPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZC9sc2YvMTAuMSIsWyJmdWxsTmFtZSJdPSJsc2YvMTAuMSIsWyJsb2Fk -++ export _ModuleTable008_ -++ _ModuleTable009_=T3JkZXIiXT01LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImxzZi8xMC4xIix9LG5lbXNpbz17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvbmVtc2lvLzIuMi40IixbImZ1bGxOYW1lIl09Im5lbXNpby8yLjIuNCIsWyJsb2FkT3JkZXIiXT0xMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZW1zaW8vMi4yLjQiLH0scG9zdD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvcG9zdC84LjAuMSIsWyJmdWxsTmFtZSJdPSJwb3N0LzguMC4xIixbImxvYWRP -++ export _ModuleTable009_ -++ _ModuleTable010_=cmRlciJdPTE4LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InBvc3QvOC4wLjEiLH0sc3A9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL3NwLzIuMC4zIixbImZ1bGxOYW1lIl09InNwLzIuMC4zIixbImxvYWRPcmRlciJdPTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ic3AvMi4wLjMiLH0sdzNlbWM9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL3czZW1jLzIuMy4xIixbImZ1bGxOYW1lIl09InczZW1jLzIuMy4xIixbImxvYWRPcmRlciJdPTEwLHBy -++ export _ModuleTable010_ -++ _ModuleTable011_=b3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczZW1jLzIuMy4xIix9LHczbmNvPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy93M25jby8yLjAuNyIsWyJmdWxsTmFtZSJdPSJ3M25jby8yLjAuNyIsWyJsb2FkT3JkZXIiXT05LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHpsaWI9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xL3psaWIvMS4yLjExIixbImZ1bGxOYW1lIl09InpsaWIvMS4yLjExIixbImxvYWRPcmRl -++ export _ModuleTable011_ -++ _ModuleTable012_=ciJdPTE3LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InpsaWIvMS4yLjExIix9LH0sbXBhdGhBPXsiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMiLCIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9EdXNhbi5Kb3ZpYy91ZnMvcHIxOC91ZnMtd2VhdGhlci1tb2RlbC9tb2R1bGVmaWxlcy93Y29zc19kZWxsX3AzIiwiL3VzcngvbG9jYWwvZGV2L2VtY19yb2NvdG8vbW9kdWxlZmlsZXMiLCIvdXNyeC9sb2NhbC9kZXYvbW9kdWxlZmlsZXMiLCIvdXNyeC9sb2NhbC9wcm9kL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlIiwiL3VzcngvbG9j -++ export _ModuleTable012_ -++ _ModuleTable013_=YWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9kZWZzIiwiL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29yZV9wcm9kIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xIiwiL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfcHJvZC9pcHMvMTguMC4xIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl9tcGkvaXBzLzE4LjAuMSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvbXBpX3RoaXJkL2lwcy8xOC4wLjEvaW1waS8xOC4wLjEiLCIvZ3Bmcy9kZWxsMS9uY28vb3BzL253 -++ export _ModuleTable013_ -++ _ModuleTable014_=cHJvZC9tb2R1bGVmaWxlcy9tcGlfcHJvZC9pcHMvMTguMC4xL2ltcGkvMTguMC4xIiwiL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzIix9LFsic3lzdGVtQmFzZU1QQVRIIl09Ii91c3J4L2xvY2FsL3Byb2QvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmU6L3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkOi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvZGVmczovZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb3JlX3Byb2QiLH0= -++ export _ModuleTable014_ -++ _ModuleTable_Sz_=14 -++ export _ModuleTable_Sz_ -++ : -s sh -+ eval -+ cd build_fv3_20 -+ cmake /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF --- The C compiler identification is Intel 18.0.1.20171018 --- The CXX compiler identification is Intel 18.0.1.20171018 --- The Fortran compiler identification is Intel 18.0.1.20171018 --- Check for working C compiler: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiicc --- Check for working C compiler: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiicc -- works --- Detecting C compiler ABI info --- Detecting C compiler ABI info - done --- Detecting C compile features --- Detecting C compile features - done --- Check for working CXX compiler: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiicpc --- Check for working CXX compiler: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiicpc -- works --- Detecting CXX compiler ABI info --- Detecting CXX compiler ABI info - done --- Detecting CXX compile features --- Detecting CXX compile features - done --- Check for working Fortran compiler: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort --- Check for working Fortran compiler: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -- works --- Detecting Fortran compiler ABI info --- Detecting Fortran compiler ABI info - done --- Checking whether /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort supports Fortran 90 --- Checking whether /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort supports Fortran 90 -- yes --- Found MPI_C: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiicc (found version "3.1") --- Found MPI_CXX: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiicpc (found version "3.1") --- Found MPI_Fortran: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort (found version "3.1") --- Found MPI: TRUE (found version "3.1") -ESMFMKFILE: /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/lib/esmf.mk - Found ESMF: -ESMF_VERSION_MAJOR: 8 -ESMF_F90COMPILEPATHS: /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include;/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -ESMF_F90ESMFLINKRPATHS: -Wl,-rpath,/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/lib -ESMF_F90ESMFLINKLIBS: -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf --- Found ESMF: /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include;/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include (found version "8.0.0") - -Setting configuration for wcoss_dell_p3 - -C compiler: Intel 18.0.1.20171018 (mpiicc) -CXX compiler: Intel 18.0.1.20171018 (mpiicpc) -Fortran compiler: Intel 18.0.1.20171018 (mpiifort) - -DEBUG is disabled -REPRO is disabled -32BIT is disabled -OPENMP is ENABLED -AVX2 is disabled -INLINE_POST is ENABLED - - -Selected physics package: gfs - --- Detecting OpenMP flags for Intel C compiler: -qopenmp --- Detecting OpenMP flags for Intel C++ compiler: -qopenmp --- Detecting OpenMP flags for Intel Fortran compiler: -qopenmp --- Enable OpenMP support for C/C++/Fortran compiler --- Disable SIONlib support --- Disable Intel MKL support --- Enable netCDF support --- Disable ESMF support --- Disable multi-gases physics --- Detecting OpenMP flags for Intel C compiler: -qopenmp --- Detecting OpenMP flags for Intel C++ compiler: -qopenmp --- Detecting OpenMP flags for Intel Fortran compiler: -qopenmp --- Enable OpenMP support for C/C++/Fortran compiler --- Found LibXml2: /usr/lib64/libxml2.so (found version "2.9.1") --- Found Doxygen: /usr/bin/doxygen (found version "1.8.5") found components: doxygen dot --- Detecting OpenMP flags for Intel C compiler: -qopenmp --- Detecting OpenMP flags for Intel C++ compiler: -qopenmp --- Detecting OpenMP flags for Intel Fortran compiler: -qopenmp --- Enable OpenMP support for C/C++/Fortran compiler -INFOGot CCPP_SCHEMES from environment variable: /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/aer_cloud.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/aerclm_def.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/aerinterp.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/calpreciptype.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cldwat2m_micro.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cldmacro.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/date_def.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/funcphys.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gcycle.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/h2o_def.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/h2ointerp.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/iccn_def.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/iccninterp.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/iounitdef.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/machine.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mersenne_twister.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfpbl.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg_utils.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg2_0.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg3_0.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/multi_gases.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_model.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_parameters.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_radar.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_thompson.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MP_FER_HIRES.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_bl_mynn.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_mynn.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_orowam2017.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/namelist_soilveg.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfpblt.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfpbltq.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfscu.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfscuq.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/noahmp_tables.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/num_parthds.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozne_def.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozinterp.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/physcons.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/physparam.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radcons.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_aerosols.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_astronomy.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_clouds.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_gases.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_surface.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radlw_datatb.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radlw_param.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radsw_datatb.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radsw_param.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/samfaerosols.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfcsub.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sflx.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/set_soilveg.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/surface_perturbation.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_deep.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_sh.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/tridi.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/wv_saturation.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_soil_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rayleigh_damp.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radsw_main.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_ocean.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gwdc.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gscond.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ysuvdif.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_sice.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/samfdeepcnv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/satmedmfvdif.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozphys_2015.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/samfshalcnv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/precpd.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_fer_hires.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diag.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radlw_main.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_debug.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/satmedmfvdifq.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cs_conv.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/shinhongvdif.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/h2ophys.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_nst.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/moninedmf.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diff.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diag_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/m_micro.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gcm_shoc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gwdps.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/shalcnv.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/get_prs_fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozphys.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_stochastics.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/drag_suite.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_cice.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sascnvn.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cnvc90.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_drv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/dcyc2.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/moninshoc.f -INFOGot CAPS from environment variable: /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_20/FV3/ccpp/physics/ccpp_FV3_GFS_2017_csawmgshoc_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_20/FV3/ccpp/physics/ccpp_FV3_GFS_2017_csawmgshoc_time_vary_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_20/FV3/ccpp/physics/ccpp_FV3_GFS_2017_csawmgshoc_radiation_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_20/FV3/ccpp/physics/ccpp_FV3_GFS_2017_csawmgshoc_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_20/FV3/ccpp/physics/ccpp_FV3_GFS_2017_csawmgshoc_stochastics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_20/FV3/ccpp/physics/ccpp_FV3_GFS_2017_csawmg_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_20/FV3/ccpp/physics/ccpp_FV3_GFS_2017_csawmg_time_vary_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_20/FV3/ccpp/physics/ccpp_FV3_GFS_2017_csawmg_radiation_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_20/FV3/ccpp/physics/ccpp_FV3_GFS_2017_csawmg_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_20/FV3/ccpp/physics/ccpp_FV3_GFS_2017_csawmg_stochastics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_20/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_20/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_time_vary_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_20/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_radiation_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_20/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_20/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_stochastics_cap.F90 -Force 64 bits in CCPP_layer --- Configuring done --- Generating done --- Build files have been written to: /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_20 -+ make -j 4 -Scanning dependencies of target ccpp -Scanning dependencies of target fv3cpl -[ 0%] Building Fortran object FV3/ccpp/framework/src/CMakeFiles/ccpp.dir/ccpp_types.F90.o -[ 0%] Building Fortran object FV3/ccpp/framework/src/CMakeFiles/ccpp.dir/ccpp_errors.F90.o -[ 0%] Building Fortran object FV3/cpl/CMakeFiles/fv3cpl.dir/module_cap_cpl.F90.o -[ 0%] Building Fortran object FV3/cpl/CMakeFiles/fv3cpl.dir/module_cplfields.F90.o -[ 1%] Building Fortran object FV3/ccpp/framework/src/CMakeFiles/ccpp.dir/ccpp.F90.o -Scanning dependencies of target fms -[ 1%] Building Fortran object FV3/ccpp/framework/src/CMakeFiles/ccpp.dir/ccpp_api.F90.o -[ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/platform/platform.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 2%] Linking Fortran static library libccpp.a -[ 3%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_parameter.F90.o -[ 3%] Built target ccpp -[ 3%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_core.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 4%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_input.F90.o -[ 5%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/cloud_interpolator.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -Scanning dependencies of target ccppphys -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 6%] Linking Fortran static library libfv3cpl.a -[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/machine.F.o -[ 6%] Built target fv3cpl -[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mersenne_twister.f.o -[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFDL_parse_tracers.F90.o -[ 6%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_io.F90.o -[ 6%] Building Fortran object CMakeFiles/fms.dir/FMS/random_numbers/MersenneTwister.F90.o -[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_mp_radar.F90.o -[ 7%] Building Fortran object CMakeFiles/fms.dir/FMS/sat_vapor_pres/sat_vapor_pres_k.F90.o -[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/iounitdef.f.o -[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/namelist_soilveg.f.o -[ 7%] Building Fortran object CMakeFiles/fms.dir/FMS/constants/constants.F90.o -[ 7%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_data.F90.o -[ 8%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/namelist_soilveg_ruc.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 8%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_noahmp_glacier.f90.o -[ 8%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_noahmplsm.f90.o -[ 8%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/noahmp_tables.f90.o -[ 8%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp.F90.o -[ 8%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_soil_pre.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 8%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/physcons.F90.o -[ 8%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/aerclm_def.F.o -[ 9%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/physparam.f.o -[ 9%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/h2o_def.f.o -[ 9%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/iccn_def.F.o -[ 9%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/micro_mg_utils.F90.o -[ 9%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozne_def.f.o -[ 9%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/surface_perturbation.F90.o -[ 9%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_deep.F90.o -[ 9%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_gfdl_cloud_microphys.F90.o -[ 9%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gfs_phy_tracer_config.F.o -[ 9%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radcons.f90.o -[ 9%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/set_soilveg.f.o -[ 9%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MP_FER_HIRES.F90.o -[ 9%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_BL_MYJPBL.F90.o -[ 10%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/date_def.f.o -[ 10%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_mp_thompson.F90.o -[ 11%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_efp.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 11%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_memutils.F90.o -[ 11%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gwdps.f.o -[ 11%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_pset.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 12%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_type.F90.o -[ 12%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/gradient.F90.o -[ 13%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_SF_JSFC.F90.o -[ 13%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_domains.F90.o -[ 13%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_ruclsm.F90.o -[ 13%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/set_soilveg_ruc.F90.o -[ 13%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_post.F90.o -[ 13%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cnvc90.f.o -[ 14%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cs_conv_aw_adj.F90.o -[ 14%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_DCNV_generic.F90.o -[ 14%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_GWD_generic.F90.o -[ 15%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_MP_generic.F90.o -[ 15%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_PBL_generic.F90.o -[ 15%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_SCNV_generic.F90.o -[ 15%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_composites.F90.o -[ 15%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_loop_control.F90.o -[ 15%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/h2ophys.f.o -[ 16%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/m_micro_interstitial.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 17%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/maximum_hourly_diagnostics.F90.o -[ 17%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozphys_2015.f.o -[ 17%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rayleigh_damp.f.o -[ 17%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_diag_post.F90.o -[ 17%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_diff.f.o -[ 18%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_stochastics.F90.o -[ 18%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozphys.f.o -[ 18%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/funcphys.f90.o -[ 18%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radlw_param.f.o -[ 18%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radsw_param.f.o -[ 19%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_nst_parameters.f90.o -[ 19%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_bl_mynn.F90.o -[ 19%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_initialize.F90.o -[ 19%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_astronomy.f.o -[ 19%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_surface.f.o -[ 19%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/samfaerosols.F.o -[ 20%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/aerinterp.F90.o -[ 20%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/h2ointerp.f90.o -[ 21%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/iccninterp.F90.o -[ 21%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozinterp.f90.o -[ 22%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_mp_thompson_make_number_concentrations.F90.o -[ 22%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/aer_cloud.F.o -[ 23%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_sh.F90.o -[ 23%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/get_prs_fv3.F90.o -[ 23%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_generic.F90.o -[ 23%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/wv_saturation.F.o -[ 23%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/__/__/gfsphysics/GFS_layer/GFS_typedefs.F90.o -[ 23%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_nst_water_prop.f90.o -[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_module.F90.o -[ 25%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_bfmicrophysics.f.o -[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radsw_datatb.f.o -[ 27%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_aerosols.f.o -[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_gases.f.o -[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radlw_datatb.f.o -[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cs_conv.F90.o -[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_drv.f.o -[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/moninshoc.f.o -[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_diag.f.o -[ 30%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_sice.f.o -[ 30%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gcm_shoc.F90.o -[ 31%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_time_vary_pre.fv3.F90.o -[ 32%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/moninedmf.f.o -[ 33%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/samfshalcnv.f.o -[ 34%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/samfdeepcnv.f.o -[ 34%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/satmedmfvdif.F.o -[ 34%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gscond.f.o -[ 34%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/precpd.f.o -[ 34%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_clouds.f.o -[ 35%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radlw_main.f.o -[ 35%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radsw_main.f.o -[ 35%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_nst_model.f90.o -[ 35%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cldmacro.F.o -[ 35%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cldwat2m_micro.F.o -[ 35%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/micro_mg2_0.F90.o -[ 35%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/micro_mg3_0.F90.o -[ 35%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_mynn.F90.o -[ 36%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp.F90.o -[ 36%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/m_micro.F90.o -[ 37%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_nst.f.o -[ 37%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_setup.F90.o -[ 37%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_io.F90.o -[ 37%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_comm.F90.o -Compiling in MPI mode (with or without MPP) -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 37%] Building Fortran object CMakeFiles/fms.dir/FMS/memutils/memutils.F90.o -[ 37%] Building Fortran object CMakeFiles/fms.dir/FMS/fms/fms_io.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 37%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_suite_interstitial.F90.o -[ 37%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_post.F90.o -[ 37%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/dcyc2.f.o -[ 37%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_pre.F90.o -[ 37%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rrtmg_lw_post.F90.o -[ 37%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rrtmg_lw_pre.F90.o -[ 38%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rrtmg_sw_post.F90.o -[ 38%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rrtmg_sw_pre.F90.o -[ 38%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_csawmgshoc_stochastics_cap.F90.o -[ 38%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_phys_time_vary.fv3.F90.o -[ 38%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_rad_time_vary.fv3.F90.o -[ 38%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_csawmg_stochastics_cap.F90.o -[ 38%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_stochastics_cap.F90.o -[ 39%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_csawmgshoc_physics_cap.F90.o -[ 39%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_csawmg_physics_cap.F90.o -[ 39%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_physics_cap.F90.o -[ 39%] Building Fortran object CMakeFiles/fms.dir/FMS/fms/fms.F90.o -[ 39%] Building Fortran object CMakeFiles/fms.dir/FMS/time_manager/time_manager.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 39%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bicubic.F90.o -[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bilinear.F90.o -[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_conserve.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_spherical.F90.o -[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/axis_utils/axis_utils.F90.o -[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_grid.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/field_manager/field_manager.F90.o -[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/mosaic.F90.o -[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/topography/gaussian_topog.F90.o -[ 42%] Building Fortran object CMakeFiles/fms.dir/FMS/time_manager/get_cal_time.F90.o -[ 42%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp.F90.o -[ 42%] Building Fortran object CMakeFiles/fms.dir/FMS/time_interp/time_interp.F90.o -[ 42%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_data.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 43%] Building Fortran object CMakeFiles/fms.dir/FMS/field_manager/fm_util.F90.o -[ 43%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_types.F90.o -[ 43%] Building Fortran object CMakeFiles/fms.dir/FMS/time_interp/time_interp_external.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 44%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_axis.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 45%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_manifest.F90.o -[ 45%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/xbt_drop_rate_adjust.f90.o -[ 45%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/write_ocean_data.F90.o -[ 45%] Building Fortran object CMakeFiles/fms.dir/FMS/data_override/data_override.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 45%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_output.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 45%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_util.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 45%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_table.F90.o -[ 45%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_manager.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 45%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_csawmgshoc_radiation_cap.F90.o -[ 45%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/coupler_types.F90.o -[ 45%] Building Fortran object CMakeFiles/fms.dir/FMS/exchange/stock_constants.F90.o -[ 45%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_csawmgshoc_time_vary_cap.F90.o -[ 46%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_csawmg_radiation_cap.F90.o -[ 46%] Building Fortran object CMakeFiles/fms.dir/FMS/amip_interp/amip_interp.F90.o -[ 46%] Building Fortran object CMakeFiles/fms.dir/FMS/astronomy/astronomy.F90.o -[ 46%] Building Fortran object CMakeFiles/fms.dir/FMS/block_control/block_control.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 46%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_csawmg_time_vary_cap.F90.o -[ 46%] Building Fortran object CMakeFiles/fms.dir/FMS/column_diagnostics/column_diagnostics.F90.o -[ 47%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/atmos_ocean_fluxes.F90.o -[ 47%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_radiation_cap.F90.o -[ 47%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/ensemble_manager.F90.o -[ 47%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters.F90.o -Compiling in MPI mode (with or without MPP) -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 48%] Building Fortran object CMakeFiles/fms.dir/FMS/exchange/xgrid.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 49%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_time_vary_cap.F90.o -[ 49%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft.F90.o -[ 49%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft99.F90.o -[ 49%] Building Fortran object CMakeFiles/fms.dir/FMS/interpolator/interpolator.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 50%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/grid.F90.o -[ 50%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_utilities.F90.o -[ 51%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core.F90.o -[ 52%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/__/__/gfsphysics/CCPP_layer/CCPP_typedefs.F90.o -[ 52%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_csawmg_cap.F90.o -[ 52%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_csawmgshoc_cap.F90.o -[ 52%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_cap.F90.o -[ 52%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_debug.F90.o -[ 52%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_suite_init_finalize_test.F90.o -[ 52%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core_ecda.F90.o -[ 52%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver.F90.o -[ 52%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver_post.F90.o -[ 52%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver_pre.F90.o -[ 52%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke.F90.o -[ 52%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke_post.F90.o -[ 52%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke_pre.F90.o -[ 52%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/drag_suite.F90.o -[ 52%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gfdl_cloud_microphys.F90.o -[ 52%] Building Fortran object CMakeFiles/fms.dir/FMS/random_numbers/random_numbers.F90.o -[ 52%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gfdl_fv_sat_adj.F90.o -[ 52%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gwdc.f.o -[ 52%] Building Fortran object CMakeFiles/fms.dir/FMS/sat_vapor_pres/sat_vapor_pres.F90.o -[ 53%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/lsm_ruc_sfc_sice_interstitial.F90.o -[ 53%] Building Fortran object CMakeFiles/fms.dir/FMS/station_data/station_data.F90.o -[ 53%] Building Fortran object CMakeFiles/fms.dir/FMS/topography/topography.F90.o -[ 54%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYJPBL_wrapper.F90.o -[ 55%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYJSFC_wrapper.F90.o -[ 56%] Building Fortran object CMakeFiles/fms.dir/FMS/tracer_manager/tracer_manager.F90.o -[ 56%] Building Fortran object CMakeFiles/fms.dir/FMS/tridiagonal/tridiagonal.F90.o -[ 56%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNPBL_wrapper.F90.o -[ 56%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNSFC_wrapper.F90.o -[ 56%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNrad_post.F90.o -[ 56%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/quicksort.F90.o -[ 56%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNrad_pre.F90.o -[ 56%] Building C object CMakeFiles/fms.dir/FMS/memutils/memuse.c.o -[ 56%] Building C object CMakeFiles/fms.dir/FMS/mosaic/create_xgrid.c.o -[ 56%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_fer_hires.F90.o -[ 57%] Building C object CMakeFiles/fms.dir/FMS/mosaic/gradient_c2l.c.o -[ 58%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_thompson.F90.o -[ 58%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_thompson_post.F90.o -[ 58%] Building C object CMakeFiles/fms.dir/FMS/mosaic/interp.c.o -[ 58%] Building C object CMakeFiles/fms.dir/FMS/mosaic/mosaic_util.c.o -[ 58%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_thompson_pre.F90.o -[ 58%] Building C object CMakeFiles/fms.dir/FMS/mosaic/read_mosaic.c.o -[ 58%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/multi_gases.F90.o -[ 58%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sascnvn.F.o -[ 59%] Building C object CMakeFiles/fms.dir/FMS/affinity/affinity.c.o -[ 59%] Building C object CMakeFiles/fms.dir/FMS/mpp/nsclock.c.o -[ 59%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/satmedmfvdifq.F.o -[ 59%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_cice.f.o -[ 59%] Building C object CMakeFiles/fms.dir/FMS/mpp/threadloc.c.o -[ 59%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_drv_ruc.F90.o -[ 59%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_noahmp_drv.f.o -[ 60%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_ocean.F.o -[ 60%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfcsub.F.o -[ 60%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/shalcnv.F.o -[ 60%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/shinhongvdif.F90.o -[ 60%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ugwp_driver_v0.F.o -[ 60%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ysuvdif.F90.o -[ 60%] Linking Fortran static library FMS/libfms.a -[ 60%] Built target fms -[ 60%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/calpreciptype.f90.o -[ 60%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gcycle.F90.o -[ 61%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gocart_tracer_config_stub.f.o -[ 62%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfpbl.f.o -[ 62%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_triggers.F90.o -[ 63%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_solvers.F90.o -[ 63%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_utils.F90.o -[ 63%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_orowam2017.f.o -[ 63%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_vert_lsatdis.F90.o -[ 64%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_vert_orodis.F90.o -[ 64%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_vert_wmsdis.F90.o -[ 64%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfpblt.f.o -[ 65%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfpbltq.f.o -[ 65%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfscu.f.o -[ 65%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfscuq.f.o -[ 66%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/num_parthds.F.o -[ 67%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sflx.f.o -[ 67%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/tridi.f.o -[ 68%] Linking Fortran static library libccppphys.a -[ 68%] Built target ccppphys -Scanning dependencies of target gfsphysics -[ 68%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/namelist_soilveg.f.o -[ 68%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/GFDL_parse_tracers.F90.o -[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mersenne_twister.f.o -[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/machine.F.o -[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/physparam.f.o -[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/physcons.F90.o -[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/CCPP_layer/CCPP_typedefs.F90.o -[ 70%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radsw_param.f.o -[ 70%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radlw_param.f.o -[ 70%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_typedefs.F90.o -[ 71%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_diagnostics.F90.o -[ 71%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_driver.F90.o -[ 72%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/CCPP_layer/CCPP_data.F90.o -[ 72%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_restart.F90.o -[ 72%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_abstraction_layer.F90.o -[ 72%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/__/ccpp/physics/ccpp_static_api.F90.o -[ 72%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/noahmp_tables.f90.o -[ 72%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/set_soilveg.f.o -[ 72%] Linking Fortran static library libgfsphysics.a -[ 72%] Built target gfsphysics -Scanning dependencies of target ipd -Scanning dependencies of target ccppdriver -[ 72%] Building Fortran object FV3/ipd/CMakeFiles/ipd.dir/IPD_typedefs.F90.o -[ 72%] Building Fortran object FV3/ccpp/driver/CMakeFiles/ccppdriver.dir/CCPP_driver.F90.o -[ 72%] Building Fortran object FV3/ipd/CMakeFiles/ipd.dir/IPD_driver.F90.o -[ 73%] Linking Fortran static library libccppdriver.a -[ 73%] Built target ccppdriver -[ 74%] Linking Fortran static library libipd.a -[ 74%] Built target ipd -Scanning dependencies of target io -[ 75%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_internal_state.F90.o -[ 75%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_fv3_io_def.F90.o -Scanning dependencies of target fv3core -[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_arrays.F90.o -[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/external_sst.F90.o -[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_fill.F90.o -[ 75%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_nemsio.F90.o -[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/sim_nc_mod.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 75%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_netcdf.F90.o -[ 75%] Building Fortran object FV3/io/CMakeFiles/io.dir/post_gfs.F90.o -[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/DYCORE_typedefs.F90.o -[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/sorted_index.F90.o -[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_mp_mod.F90.o -[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_timing.F90.o -[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_sg.F90.o -[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_eta.F90.o -[ 78%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/boundary.F90.o -[ 78%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_grid_utils.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 78%] Building Fortran object FV3/io/CMakeFiles/io.dir/FV3GFS_io.F90.o -[ 78%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_wrt_grid_comp.F90.o -[ 79%] Building Fortran object FV3/io/CMakeFiles/io.dir/ffsync.F90.o -[ 80%] Building Fortran object FV3/io/CMakeFiles/io.dir/post_nems_routines.F90.o -[ 80%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/a2b_edge.F90.o -[ 80%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_mapz.F90.o -[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_surf_map.F90.o -[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/tp_core.F90.o -[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_grid_tools.F90.o -[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/init_hydro.F90.o -[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_treat_da_inc.F90.o -[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/sw_core.F90.o -[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_iau_mod.F90.o -[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_diagnostics.F90.o -[ 81%] Linking Fortran static library libio.a -[ 81%] Built target io -[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_io.F90.o -[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/nh_utils.F90.o -[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/nh_core.F90.o -[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/test_cases.F90.o -[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_regional_bc.F90.o -[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/fv_nggps_diag.F90.o -[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_nudge.F90.o -[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_tracer2d.F90.o -[ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/dyn_core.F90.o -[ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_update_phys.F90.o -[ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/external_ic.F90.o -[ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_restart.F90.o -[ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_control.F90.o -[ 85%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_nesting.F90.o -[ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_dynamics.F90.o -[ 87%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/atmosphere.F90.o -[ 87%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/multi_gases.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 87%] Linking Fortran static library libfv3core.a -[ 87%] Built target fv3core -Scanning dependencies of target stochastic_physics -[ 87%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_resol_def.f.o -[ 87%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/update_ca.f90.o -[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/spectral_layout.F90.o -[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_gg_def.f.o -[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_layout_lag.f.o -[ 89%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/glats_stochy.f.o -[ 89%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_namelist_def.F90.o -[ 90%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/compns_stochy.F90.o -[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/setlats_lag_stochy.f.o -[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/epslon_stochy.f.o -[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/get_lats_node_a_stochy.f.o -[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/get_ls_node_stochy.f.o -[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/gozrineo_stochy.f.o -[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/pln2eo_stochy.f.o -[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/setlats_a_stochy.f.o -[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_internal_state_mod.F90.o -[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/dezouv_stochy.f.o -[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/dozeuv_stochy.f.o -[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/four_to_grid_stochy.F.o -[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_patterngenerator.F90.o -[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/sumfln_stochy.f.o -[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/getcon_lag_stochy.f.o -[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/getcon_spectral.F90.o -[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/initialize_spectral_mod.F90.o -[ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_data_mod.F90.o -[ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/get_stochy_pattern.F90.o -[ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/cellular_automata.f90.o -[ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/num_parthds_stochy.f.o -[ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/plumes.f90.o -[ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochastic_physics.F90.o -[ 95%] Linking Fortran static library libstochastic_physics.a -[ 95%] Built target stochastic_physics -Scanning dependencies of target fv3cap -[ 95%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/module_fv3_config.F90.o -[ 96%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/atmos_model.F90.o -[ 96%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/module_fcst_grid_comp.F90.o -[ 97%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/time_utils.F90.o -[ 97%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/fv3_cap.F90.o -[ 97%] Linking Fortran static library libfv3cap.a -[ 97%] Built target fv3cap -Scanning dependencies of target NEMS.exe -[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_EARTH_INTERNAL_STATE.F90.o -[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_MEDIATOR_SpaceWeather.F90.o -[ 98%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_MEDIATOR_methods.F90.o -[ 98%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/ENS_Cpl/ENS_CplComp_ESMFMod_STUB.F90.o -[ 98%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_UTILS.F90.o -[ 99%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_INTERNAL_STATE.F90.o -[ 99%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_Rusage.F90.o -[100%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_MEDIATOR.F90.o -[100%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_EARTH_GRID_COMP.F90.o -[100%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_GRID_COMP.F90.o -[100%] Building C object CMakeFiles/NEMS.exe.dir/NEMS/src/nems_c_rusage.c.o -[100%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/MAIN_NEMS.F90.o -[100%] Linking Fortran executable NEMS.exe -/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib/libjasper.a(jas_stream.o): In function `jas_stream_tmpfile': -/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/src/jasper-1.900.29/src/libjasper/base/jas_stream.c:520: warning: the use of `tmpnam' is dangerous, better use `mkstemp' -[100%] Built target NEMS.exe -+ mv NEMS.exe ../fv3_20.exe -+ cp /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3 ../modules.fv3_20 -+ cd .. -+ '[' YES = YES ']' -+ rm -rf build_fv3_20 -+ elapsed=681 -+ echo 'Elapsed time 681 seconds. Compiling CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_csawmgshoc,FV3_GFS_2017_csawmg,FV3_GFS_2017_satmedmf finished' -Elapsed time 681 seconds. Compiling CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_csawmgshoc,FV3_GFS_2017_csawmg,FV3_GFS_2017_satmedmf finished -+ SECONDS=0 -+++ readlink -f /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/compile_cmake.sh -++ dirname /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/compile_cmake.sh -+ readonly MYDIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests -+ MYDIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests -+ readonly ARGC=4 -+ ARGC=4 -+ cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests -+ [[ 4 -eq 0 ]] -+ [[ 4 -lt 2 ]] -+ PATHTR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model -+ MACHINE_ID=wcoss_dell_p3 -+ MAKE_OPT='CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_v15,FV3_GFS_v15plus,FV3_CPT_v0,FV3_GSD_v0 32BIT=Y' -+ BUILD_NAME=fv3_21 -+ clean_before=YES -+ clean_after=YES -+ BUILD_DIR=build_fv3_21 -+ [[ wcoss_dell_p3 == cheyenne.* ]] -+ [[ wcoss_dell_p3 == wcoss_dell_p3 ]] -+ MAKE_THREADS=4 -+ MAKE_THREADS=4 -+ hostname -m72a3 -+ cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests -+ echo 'Compiling CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_v15,FV3_GFS_v15plus,FV3_CPT_v0,FV3_GSD_v0 32BIT=Y into fv3_21.exe on wcoss_dell_p3' -Compiling CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_v15,FV3_GFS_v15plus,FV3_CPT_v0,FV3_GSD_v0 32BIT=Y into fv3_21.exe on wcoss_dell_p3 -+ '[' YES = YES ']' -+ rm -rf build_fv3_21 -+ mkdir -p build_fv3_21 -+ CCPP_CMAKE_FLAGS= -+ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_v15,FV3_GFS_v15plus,FV3_CPT_v0,FV3_GSD_v0 32BIT=Y == *\D\E\B\U\G\=\Y* ]] -+ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_v15,FV3_GFS_v15plus,FV3_CPT_v0,FV3_GSD_v0 32BIT=Y == *\R\E\P\R\O\=\Y* ]] -+ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_v15,FV3_GFS_v15plus,FV3_CPT_v0,FV3_GSD_v0 32BIT=Y == *\3\2\B\I\T\=\Y* ]] -+ CCPP_CMAKE_FLAGS=' -D32BIT=Y' -+ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_v15,FV3_GFS_v15plus,FV3_CPT_v0,FV3_GSD_v0 32BIT=Y == *\O\P\E\N\M\P\=\N* ]] -+ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_v15,FV3_GFS_v15plus,FV3_CPT_v0,FV3_GSD_v0 32BIT=Y == *\C\C\P\P\=\Y* ]] -+ CCPP_CMAKE_FLAGS=' -D32BIT=Y -DCCPP=ON -DMPI=ON' -+ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_v15,FV3_GFS_v15plus,FV3_CPT_v0,FV3_GSD_v0 32BIT=Y == *\D\E\B\U\G\=\Y* ]] -+ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_v15,FV3_GFS_v15plus,FV3_CPT_v0,FV3_GSD_v0 32BIT=Y == *\R\E\P\R\O\=\Y* ]] -+ CCPP_CMAKE_FLAGS=' -D32BIT=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release' -+ [[ wcoss_dell_p3 == \j\e\t\.\i\n\t\e\l ]] -+ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_v15,FV3_GFS_v15plus,FV3_CPT_v0,FV3_GSD_v0 32BIT=Y == *\3\2\B\I\T\=\Y* ]] -+ CCPP_CMAKE_FLAGS=' -D32BIT=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=ON' -+ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_v15,FV3_GFS_v15plus,FV3_CPT_v0,FV3_GSD_v0 32BIT=Y == *\S\T\A\T\I\C\=\Y* ]] -+ CCPP_CMAKE_FLAGS=' -D32BIT=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=ON -DSTATIC=ON' -+ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_v15,FV3_GFS_v15plus,FV3_CPT_v0,FV3_GSD_v0 32BIT=Y == *\M\U\L\T\I\_\G\A\S\E\S\=\Y* ]] -+ CCPP_CMAKE_FLAGS=' -D32BIT=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=ON -DSTATIC=ON -DMULTI_GASES=OFF' -++ echo CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_v15,FV3_GFS_v15plus,FV3_CPT_v0,FV3_GSD_v0 32BIT=Y -++ sed 's/.* SUITES=//' -++ sed 's/ .*//' -+ SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_v15,FV3_GFS_v15plus,FV3_CPT_v0,FV3_GSD_v0 -+ cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model -+ ./FV3/ccpp/framework/scripts/ccpp_prebuild.py --config=FV3/ccpp/config/ccpp_prebuild_config.py --static --suites=FV3_GFS_2017_gfdlmp,FV3_GFS_v15,FV3_GFS_v15plus,FV3_CPT_v0,FV3_GSD_v0 --builddir=tests/build_fv3_21/FV3 -INFO: Logging level set to INFO -INFO: Found TYPEDEFS_NEW_METADATA dictionary in config, assume at least some data is in new metadata formet -INFO: Parsing suite definition files ... -INFO: Parsing suite definition file FV3/ccpp/suites/suite_FV3_GFS_2017_gfdlmp.xml ... -INFO: Parsing suite definition file FV3/ccpp/suites/suite_FV3_GFS_v15.xml ... -INFO: Parsing suite definition file FV3/ccpp/suites/suite_FV3_GFS_v15plus.xml ... -INFO: Parsing suite definition file FV3/ccpp/suites/suite_FV3_CPT_v0.xml ... -INFO: Parsing suite definition file FV3/ccpp/suites/suite_FV3_GSD_v0.xml ... -INFO: Parsing metadata tables for variables provided by host model ... -INFO: Parsed variable definition tables in module machine -INFO: Parsed variable definition tables in module module_radsw_parameters -INFO: Parsed variable definition tables in module module_radlw_parameters -INFO: Parsed variable definition tables in module CCPP_typedefs -INFO: Parsed variable definition tables in module GFS_typedefs -INFO: Parsed variable definition tables in module CCPP_data -INFO: Parsed variable definition tables in module ccpp_types -INFO: Convert local names from new metadata format into old metadata format ... -INFO: Converting local name sfcflw of variable lw_fluxes_sfc from new to old metadata -INFO: Converting local name nslwr of variable number_of_timesteps_between_longwave_radiation_calls from new to old metadata -INFO: Converting local name hydrostatic of variable flag_for_hydrostatic_solver from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_of_kinematic_buoyancy_flux_from_shoc_in_phy_f3d) of variable kinematic_buoyancy_flux_from_shoc from new to old metadata -INFO: Converting local name nkbfshoc of variable index_of_kinematic_buoyancy_flux_from_shoc_in_phy_f3d from new to old metadata -INFO: Converting local name dvisbm_cpl of variable cumulative_surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name cnvw of variable convective_cloud_water_mixing_ratio from new to old metadata -INFO: Converting local name ltaerosol of variable flag_for_aerosol_physics from new to old metadata -INFO: Converting local name rainmcadj of variable lwe_thickness_of_moist_convective_adj_precipitation_amount from new to old metadata -INFO: Converting local name loop_cnt of variable ccpp_loop_counter from new to old metadata -INFO: Converting local name ncpi of variable local_ice_number_concentration from new to old metadata -INFO: Converting local name pt of variable virtual_temperature_at_Lagrangian_surface from new to old metadata -INFO: Converting local name nirbmui of variable surface_upwelling_direct_near_infrared_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name vconvtend of variable tendency_of_y_wind_due_to_deep_convection_for_coupling_on_physics_timestep from new to old metadata -INFO: Converting local name uustar_ice of variable surface_friction_velocity_over_ice from new to old metadata -INFO: Converting local name phy_myj_uz0 of variable u_wind_component_at_viscous_sublayer_top from new to old metadata -INFO: Converting local name evap_land of variable kinematic_surface_upward_latent_heat_flux_over_land from new to old metadata -INFO: Converting local name ocean of variable flag_nonzero_ocean_surface_fraction from new to old metadata -INFO: Converting local name ep1d_ocean of variable surface_upward_potential_latent_heat_flux_over_ocean from new to old metadata -INFO: Converting local name qconvtend of variable tendency_of_water_vapor_specific_humidity_due_to_deep_convection_for_coupling_on_physics_timestep from new to old metadata -INFO: Converting local name islmsk_cice of variable sea_land_ice_mask_cice from new to old metadata -INFO: Converting local name cmm_ice of variable surface_drag_wind_speed_for_momentum_in_air_over_ice from new to old metadata -INFO: Converting local name visdfdi of variable surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name cnv_ndrop of variable number_concentration_of_cloud_liquid_water_particles_for_detrainment from new to old metadata -INFO: Converting local name sh2o of variable volume_fraction_of_unfrozen_soil_moisture_for_land_surface_model from new to old metadata -INFO: Converting local name tau_tofd of variable time_integral_of_momentum_flux_due_to_turbulent_orographic_form_drag from new to old metadata -INFO: Converting local name dnirbmi_cpl of variable instantaneous_surface_downwelling_direct_near_infrared_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name refdmax263k of variable maximum_reflectivity_at_minus10c_over_maximum_hourly_time_interval from new to old metadata -INFO: Converting local name ulwsfci of variable surface_upwelling_longwave_flux from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_liquid_cloud_condensate) of variable tendency_of_liquid_cloud_water_mixing_ratio_due_to_model_physics from new to old metadata -INFO: Converting local name ntcw of variable index_for_liquid_cloud_condensate from new to old metadata -INFO: Converting local name lheatstrg of variable flag_for_canopy_heat_storage from new to old metadata -INFO: Converting local name slc of variable volume_fraction_of_unfrozen_soil_moisture from new to old metadata -INFO: Converting local name tsfc_land of variable surface_skin_temperature_over_land_interstitial from new to old metadata -INFO: Converting local name save_v of variable y_wind_save from new to old metadata -INFO: Converting local name xkzm_m of variable atmosphere_momentum_diffusivity_background from new to old metadata -INFO: Converting local name gabsbdlw_land of variable surface_downwelling_longwave_flux_absorbed_by_ground_over_land from new to old metadata -INFO: Converting local name tprcp_ice of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_ice from new to old metadata -INFO: Converting local name stblcpxy of variable slow_soil_pool_mass_content_of_carbon from new to old metadata -INFO: Converting local name cdq_land of variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_land from new to old metadata -INFO: Converting local name du3dt(:,:,2) of variable cumulative_change_in_x_wind_due_to_orographic_gravity_wave_drag from new to old metadata -INFO: Converting local name mg_berg_eff_factor of variable mg_bergeron_efficiency_factor from new to old metadata -INFO: Converting local name clouds(:,:,3) of variable mean_effective_radius_for_liquid_cloud from new to old metadata -INFO: Converting local name aer_nm of variable aerosol_number_concentration_from_gocart_aerosol_climatology from new to old metadata -INFO: Converting local name xzts of variable sensitivity_of_dtl_thickness_to_surface_temperature from new to old metadata -INFO: Converting local name lake of variable flag_nonzero_lake_surface_fraction from new to old metadata -INFO: Converting local name kb of variable vertical_index_difference_between_layer_and_lower_bound from new to old metadata -INFO: Converting local name ipt of variable index_for_diagnostic_printout from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_ice_friendly_aerosols) of variable ice_friendly_aerosol_number_concentration from new to old metadata -INFO: Converting local name ntia of variable index_for_ice_friendly_aerosols from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_rain_water) of variable tendency_of_rain_water_mixing_ratio_due_to_model_physics from new to old metadata -INFO: Converting local name ntrw of variable index_for_rain_water from new to old metadata -INFO: Converting local name con_epsm1 of variable ratio_of_dry_air_to_water_vapor_gas_constants_minus_one from new to old metadata -INFO: Converting local name dqsfc_cice of variable surface_upward_latent_heat_flux_for_coupling_interstitial from new to old metadata -INFO: Converting local name last_step of variable flag_for_the_last_step_of_k_split_remapping from new to old metadata -INFO: Converting local name huge of variable netcdf_float_fillvalue from new to old metadata -INFO: Converting local name save_q(:,:,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio_save from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_liquid_cloud_number_concentration) of variable cloud_droplet_number_concentration from new to old metadata -INFO: Converting local name ntlnc of variable index_for_liquid_cloud_number_concentration from new to old metadata -INFO: Converting local name dv3dt(:,:,1) of variable cumulative_change_in_y_wind_due_to_PBL from new to old metadata -INFO: Converting local name imp_physics_mg of variable flag_for_morrison_gettelman_microphysics_scheme from new to old metadata -INFO: Converting local name cldtaulw of variable cloud_optical_depth_layers_at_10mu_band from new to old metadata -INFO: Converting local name wet of variable flag_nonzero_wet_surface_fraction from new to old metadata -INFO: Converting local name qsnowxy of variable snow_precipitation_rate_at_surface from new to old metadata -INFO: Converting local name iopt_frz of variable flag_for_supercooled_liquid_water_option from new to old metadata -INFO: Converting local name dsnow_cpl of variable tendency_of_lwe_thickness_of_snow_amount_for_coupling from new to old metadata -INFO: Converting local name cldsa of variable cloud_area_fraction_for_radiation from new to old metadata -INFO: Converting local name totsnwb of variable accumulated_lwe_thickness_of_snow_amount_in_bucket from new to old metadata -INFO: Converting local name gq0(:,:,index_for_rain_water) of variable rain_water_mixing_ratio_updated_by_physics from new to old metadata -INFO: Converting local name totsnw of variable accumulated_lwe_thickness_of_snow_amount from new to old metadata -INFO: Converting local name xkzm_s of variable diffusivity_background_sigma_level from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_water_friendly_aerosols) of variable tendency_of_water_friendly_aerosol_number_concentration_due_to_model_physics from new to old metadata -INFO: Converting local name ntwa of variable index_for_water_friendly_aerosols from new to old metadata -INFO: Converting local name fswtr of variable fraction_of_cloud_top_water_scavenged from new to old metadata -INFO: Converting local name nvisbmi_cpl of variable instantaneous_surface_net_downward_direct_ultraviolet_and_visible_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_of_atmosphere_heat_diffusivity_from_shoc_in_phy_f3d) of variable atmosphere_heat_diffusivity_from_shoc from new to old metadata -INFO: Converting local name nahdshoc of variable index_of_atmosphere_heat_diffusivity_from_shoc_in_phy_f3d from new to old metadata -INFO: Converting local name nthreads of variable omp_threads_for_fast_physics from new to old metadata -INFO: Converting local name icemp of variable lwe_thickness_of_ice_amount from new to old metadata -INFO: Converting local name dqsfc_cpl of variable cumulative_surface_upward_latent_heat_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name con_jcal of variable joules_per_calorie_constant from new to old metadata -INFO: Converting local name xmu of variable zenith_angle_temporal_adjustment_factor_for_shortwave_fluxes from new to old metadata -INFO: Converting local name con_fvirt of variable ratio_of_vapor_to_dry_air_gas_constants_minus_one from new to old metadata -INFO: Converting local name evfactl_deep of variable rain_evaporation_coefficient_over_land_deep_convection from new to old metadata -INFO: Converting local name canliqxy of variable canopy_intercepted_liquid_water from new to old metadata -INFO: Converting local name phy_myj_qsfc of variable surface_specific_humidity_for_MYJ_schemes from new to old metadata -INFO: Converting local name rainncprv of variable lwe_thickness_of_explicit_rainfall_amount_from_previous_timestep from new to old metadata -INFO: Converting local name Tbd of variable GFS_tbd_type_instance from new to old metadata -INFO: Converting local name v1 of variable y_wind_at_lowest_model_layer_for_diag from new to old metadata -INFO: Converting local name det_mf of variable cumulative_atmosphere_detrainment_convective_mass_flux from new to old metadata -INFO: Converting local name psurf of variable surface_air_pressure_diag from new to old metadata -INFO: Converting local name gasvmr(:,:,10) of variable volume_mixing_ratio_cfc113 from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_for_rain_effective_radius) of variable effective_radius_of_stratiform_cloud_rain_particle_in_um from new to old metadata -INFO: Converting local name nreffr of variable index_for_rain_effective_radius from new to old metadata -INFO: Converting local name del_gz of variable geopotential_difference_between_midlayers_divided_by_midlayer_virtual_temperature from new to old metadata -INFO: Converting local name imfdeepcnv_ntiedtke of variable flag_for_ntiedtke_deep_convection_scheme from new to old metadata -INFO: Converting local name h2o_coeff of variable number_of_coefficients_in_h2o_forcing_data from new to old metadata -INFO: Converting local name tgrs of variable air_temperature from new to old metadata -INFO: Converting local name xlon of variable longitude from new to old metadata -INFO: Converting local name c_d of variable coefficient_c_d from new to old metadata -INFO: Converting local name tlvl of variable air_temperature_at_interface_for_radiation from new to old metadata -INFO: Converting local name f_rimef of variable rime_factor from new to old metadata -INFO: Converting local name mg_do_ice_gmao of variable mg_flag_for_gmao_ice_formulation from new to old metadata -INFO: Converting local name snowca of variable cumulative_surface_snow_area_fraction_multiplied_by_timestep from new to old metadata -INFO: Converting local name hflx of variable kinematic_surface_upward_sensible_heat_flux from new to old metadata -INFO: Converting local name dt3dt(:,:,6) of variable cumulative_change_in_temperature_due_to_microphysics from new to old metadata -INFO: Converting local name nirdfui of variable surface_upwelling_diffuse_near_infrared_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name trans of variable transpiration_flux from new to old metadata -INFO: Converting local name ntchs of variable index_for_first_chemical_tracer from new to old metadata -INFO: Converting local name idxday of variable daytime_points from new to old metadata -INFO: Converting local name iceprv of variable lwe_thickness_of_ice_amount_from_previous_timestep from new to old metadata -INFO: Converting local name mg_alf of variable mg_tuning_factor_for_alphas from new to old metadata -INFO: Converting local name nupdraft of variable number_of_plumes from new to old metadata -INFO: Converting local name qr_r of variable cloud_rain_water_mixing_ratio from new to old metadata -INFO: Converting local name sec of variable seconds_elapsed_since_model_initialization from new to old metadata -INFO: Converting local name epi of variable instantaneous_surface_potential_evaporation from new to old metadata -INFO: Converting local name gflx_land of variable upward_heat_flux_in_soil_over_land from new to old metadata -INFO: Converting local name du3dt_ngw of variable time_integral_of_change_in_x_wind_due_to_nonstationary_gravity_wave from new to old metadata -INFO: Converting local name bl_mynn_cloudpdf of variable cloudpdf from new to old metadata -INFO: Converting local name vtype of variable vegetation_type_classification_real from new to old metadata -INFO: Converting local name imfdeepcnv_gf of variable flag_for_gf_deep_convection_scheme from new to old metadata -INFO: Converting local name lssav of variable flag_diagnostics from new to old metadata -INFO: Converting local name sfalb of variable surface_diffused_shortwave_albedo from new to old metadata -INFO: Converting local name acvb of variable smallest_cloud_base_vertical_index_encountered_thus_far from new to old metadata -INFO: Converting local name c_0 of variable coefficient_c_0 from new to old metadata -INFO: Converting local name mpirank of variable mpi_rank_for_fast_physics from new to old metadata -INFO: Converting local name ntrac of variable number_of_tracers from new to old metadata -INFO: Converting local name dvsfci of variable instantaneous_surface_y_momentum_flux_for_diag from new to old metadata -INFO: Converting local name GFS_Interstitial of variable GFS_interstitial_type_instance_all_threads from new to old metadata -INFO: Converting local name in_nm of variable in_number_concentration from new to old metadata -INFO: Converting local name blksz2(ccpp_block_number) of variable horizontal_dimension from new to old metadata -INFO: Converting local name blk_no of variable ccpp_block_number from new to old metadata -INFO: Converting local name min_lakeice of variable lake_ice_minimum from new to old metadata -INFO: Converting local name canicexy of variable canopy_intercepted_ice_mass from new to old metadata -INFO: Converting local name mg_precip_frac_method of variable mg_type_of_precip_fraction_method from new to old metadata -INFO: Converting local name lonr of variable number_of_equatorial_longitude_points from new to old metadata -INFO: Converting local name dt3dt(:,:,7) of variable cumulative_change_in_temperature_due_to_orographic_gravity_wave_drag from new to old metadata -INFO: Converting local name dtzm of variable mean_change_over_depth_in_sea_water_temperature from new to old metadata -INFO: Converting local name du3dt_mtb of variable time_integral_of_change_in_x_wind_due_to_mountain_blocking_drag from new to old metadata -INFO: Converting local name stress_land of variable surface_wind_stress_over_land from new to old metadata -INFO: Converting local name nspinup of variable number_of_iterations_to_spin_up_cellular_automata from new to old metadata -INFO: Converting local name zogw of variable height_of_launch_level_of_orographic_gravity_wave from new to old metadata -INFO: Converting local name ntsw of variable index_for_snow_water from new to old metadata -INFO: Converting local name cov of variable t_prime_q_prime from new to old metadata -INFO: Converting local name sup of variable ice_supersaturation_threshold from new to old metadata -INFO: Converting local name dt3dt(:,:,3) of variable cumulative_change_in_temperature_due_to_PBL from new to old metadata -INFO: Converting local name mg_qcvar of variable mg_cloud_water_variance from new to old metadata -INFO: Converting local name ffmm_ice of variable Monin_Obukhov_similarity_function_for_momentum_over_ice from new to old metadata -INFO: Converting local name dtdt of variable tendency_of_air_temperature_at_Lagrangian_surface from new to old metadata -INFO: Converting local name GFS_statein_type of variable GFS_statein_type from new to old metadata -INFO: Converting local name train of variable accumulated_change_of_air_temperature_due_to_FA_scheme from new to old metadata -INFO: Converting local name fscav of variable coefficients_for_aerosol_scavenging from new to old metadata -INFO: Converting local name prslk(:,1) of variable dimensionless_exner_function_at_lowest_model_layer from new to old metadata -INFO: Converting local name tf of variable frozen_cloud_threshold_temperature from new to old metadata -INFO: Converting local name communicator of variable mpi_comm from new to old metadata -INFO: Converting local name qs_r of variable cloud_snow_mixing_ratio from new to old metadata -INFO: Converting local name skebv_wts of variable weights_for_stochastic_skeb_perturbation_of_y_wind from new to old metadata -INFO: Converting local name bl_mynn_edmf_part of variable edmf_partition_flag from new to old metadata -INFO: Converting local name dq3dt(:,:,7) of variable cumulative_change_in_ozone_concentration_due_to_ozone_mixing_ratio from new to old metadata -INFO: Converting local name swhc of variable tendency_of_air_temperature_due_to_shortwave_heating_assuming_clear_sky_on_radiation_timestep from new to old metadata -INFO: Converting local name mg_ngnst of variable mg_graupel_concentration_constant from new to old metadata -INFO: Converting local name GFS_grid_type of variable GFS_grid_type from new to old metadata -INFO: Converting local name js of variable starting_y_direction_index from new to old metadata -INFO: Converting local name out_dt of variable flag_for_tendency_of_air_temperature_at_Lagrangian_surface from new to old metadata -INFO: Converting local name delr of variable layer_pressure_thickness_for_radiation from new to old metadata -INFO: Converting local name ncgl of variable local_graupel_number_concentration from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_snow_water) of variable snow_water_mixing_ratio from new to old metadata -INFO: Converting local name totgrp of variable accumulated_lwe_thickness_of_graupel_amount from new to old metadata -INFO: Converting local name cldtausw of variable cloud_optical_depth_layers_at_0p55mu_band from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_ozone) of variable tendency_of_ozone_mixing_ratio_due_to_model_physics from new to old metadata -INFO: Converting local name ntoz of variable index_for_ozone from new to old metadata -INFO: Converting local name evap of variable kinematic_surface_upward_latent_heat_flux from new to old metadata -INFO: Converting local name oro of variable orography from new to old metadata -INFO: Converting local name topfsw of variable sw_fluxes_top_atmosphere from new to old metadata -INFO: Converting local name jmap of variable map_of_block_column_number_to_global_j_index from new to old metadata -INFO: Converting local name cdq of variable surface_drag_coefficient_for_heat_and_moisture_in_air from new to old metadata -INFO: Converting local name soiltype of variable soil_type_classification from new to old metadata -INFO: Converting local name evap_ocean of variable kinematic_surface_upward_latent_heat_flux_over_ocean from new to old metadata -INFO: Converting local name nblks of variable number_of_blocks from new to old metadata -INFO: Converting local name dxinv of variable inverse_scaling_factor_for_critical_relative_humidity from new to old metadata -INFO: Converting local name dvsfc of variable cumulative_surface_y_momentum_flux_for_diag_multiplied_by_timestep from new to old metadata -INFO: Converting local name GFS_stateout_type of variable GFS_stateout_type from new to old metadata -INFO: Converting local name qg of variable cloud_graupel_specific_humidity_at_Lagrangian_surface from new to old metadata -INFO: Converting local name nmtvr of variable number_of_statistical_measures_of_subgrid_orography from new to old metadata -INFO: Converting local name nseed of variable cellular_automata_seed_frequency from new to old metadata -INFO: Converting local name nlives of variable cellular_automata_lifetime from new to old metadata -INFO: Converting local name vegf1d of variable perturbation_of_vegetation_fraction from new to old metadata -INFO: Converting local name v10m of variable y_wind_at_10m from new to old metadata -INFO: Converting local name hice of variable sea_ice_thickness from new to old metadata -INFO: Converting local name mbota of variable model_layer_number_at_cloud_base from new to old metadata -INFO: Converting local name ncnvw of variable index_for_convective_cloud_water_mixing_ratio_in_phy_f3d from new to old metadata -INFO: Converting local name flqc of variable surface_exchange_coefficient_for_moisture from new to old metadata -INFO: Converting local name imfshalcnv_samf of variable flag_for_samf_shallow_convection_scheme from new to old metadata -INFO: Converting local name ntdiag of variable diagnostics_control_for_chemical_tracers from new to old metadata -INFO: Converting local name c1_shal of variable detrainment_conversion_parameter_shallow_convection from new to old metadata -INFO: Converting local name con_g of variable gravitational_acceleration from new to old metadata -INFO: Converting local name je of variable ending_y_direction_index from new to old metadata -INFO: Converting local name hprime(:,1) of variable standard_deviation_of_subgrid_orography from new to old metadata -INFO: Converting local name lh of variable surface_latent_heat from new to old metadata -INFO: Converting local name v10max of variable maximum_v_wind_at_10m_over_maximum_hourly_time_interval from new to old metadata -INFO: Converting local name dvsfcg of variable instantaneous_y_stress_due_to_gravity_wave_drag from new to old metadata -INFO: Converting local name mg_ninst of variable mg_ice_concentration_constant from new to old metadata -INFO: Converting local name lwhd of variable tendency_of_air_temperature_due_to_longwave_heating_for_idea from new to old metadata -INFO: Converting local name ntkev of variable index_for_turbulent_kinetic_energy_vertical_diffusion_tracer from new to old metadata -INFO: Converting local name fm10 of variable Monin_Obukhov_similarity_function_for_momentum_at_10m from new to old metadata -INFO: Converting local name phour of variable forecast_time_at_previous_timestep from new to old metadata -INFO: Converting local name phys_hydrostatic of variable flag_for_hydrostatic_heating_from_physics from new to old metadata -INFO: Converting local name nswsfci of variable surface_net_downwelling_shortwave_flux from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_for_graupel_effective_radius) of variable effective_radius_of_stratiform_cloud_graupel_particle_in_um from new to old metadata -INFO: Converting local name ngeffr of variable index_for_graupel_effective_radius from new to old metadata -INFO: Converting local name kt of variable vertical_index_difference_between_layer_and_upper_bound from new to old metadata -INFO: Converting local name GFS_tbd_type of variable GFS_tbd_type from new to old metadata -INFO: Converting local name tsurf_ocean of variable surface_skin_temperature_after_iteration_over_ocean from new to old metadata -INFO: Converting local name gu0(:,1) of variable x_wind_at_lowest_model_layer_updated_by_physics from new to old metadata -INFO: Converting local name akap of variable kappa_dry_for_fast_physics from new to old metadata -INFO: Converting local name lsm of variable flag_for_land_surface_scheme from new to old metadata -INFO: Converting local name nscav of variable number_of_tracers_scavenged from new to old metadata -INFO: Converting local name ffmm of variable Monin_Obukhov_similarity_function_for_momentum from new to old metadata -INFO: Converting local name nnirbm_cpl of variable cumulative_surface_net_downward_direct_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name tau_mtb of variable instantaneous_momentum_flux_due_to_mountain_blocking_drag from new to old metadata -INFO: Converting local name snicexy of variable snow_layer_ice from new to old metadata -INFO: Converting local name flag_guess of variable flag_for_guess_run from new to old metadata -INFO: Converting local name dnirbm_cpl of variable cumulative_surface_downwelling_direct_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name chh_ocean of variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_ocean from new to old metadata -INFO: Converting local name dtsfci_cpl of variable instantaneous_surface_upward_sensible_heat_flux_for_coupling from new to old metadata -INFO: Converting local name flgmin of variable minimum_large_ice_fraction from new to old metadata -INFO: Converting local name t02max of variable maximum_temperature_at_2m_over_maximum_hourly_time_interval from new to old metadata -INFO: Converting local name tconvtend of variable tendency_of_air_temperature_due_to_deep_convection_for_coupling_on_physics_timestep from new to old metadata -INFO: Converting local name zorl of variable surface_roughness_length from new to old metadata -INFO: Converting local name coslat of variable cosine_of_latitude from new to old metadata -INFO: Converting local name pertalb of variable magnitude_of_surface_albedo_perturbation from new to old metadata -INFO: Converting local name aecm of variable instantaneous_aerosol_column_mass_densities from new to old metadata -INFO: Converting local name con_rv of variable gas_constant_water_vapor from new to old metadata -INFO: Converting local name wminco of variable cloud_condensed_water_conversion_threshold from new to old metadata -INFO: Converting local name fastcpxy of variable fast_soil_pool_mass_content_of_carbon from new to old metadata -INFO: Converting local name kind_grid of variable kind_grid from new to old metadata -INFO: Converting local name stress of variable surface_wind_stress from new to old metadata -INFO: Converting local name qgrs(:,1,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio_at_lowest_model_layer from new to old metadata -INFO: Converting local name rhc of variable critical_relative_humidity from new to old metadata -INFO: Converting local name tsfco of variable sea_surface_temperature from new to old metadata -INFO: Converting local name tau_ngw of variable instantaneous_momentum_flux_due_to_nonstationary_gravity_wave from new to old metadata -INFO: Converting local name tsfcl of variable surface_skin_temperature_over_land from new to old metadata -INFO: Converting local name clouds(:,:,7) of variable mean_effective_radius_for_rain_drop from new to old metadata -INFO: Converting local name con_cliq of variable specific_heat_of_liquid_water_at_constant_pressure from new to old metadata -INFO: Converting local name zmtb of variable height_of_mountain_blocking from new to old metadata -INFO: Converting local name ulwsfcin_cpl of variable surface_upwelling_longwave_flux_for_coupling from new to old metadata -INFO: Converting local name dlwsfc_cpl of variable cumulative_surface_downwelling_longwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name sfcdlw of variable surface_downwelling_longwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name t1 of variable air_temperature_at_lowest_model_layer_for_diag from new to old metadata -INFO: Converting local name ntiw of variable index_for_ice_cloud_condensate from new to old metadata -INFO: Converting local name bl_mynn_mixlength of variable mixing_length_flag from new to old metadata -INFO: Converting local name faerlw(:,:,:,1) of variable aerosol_optical_depth_for_longwave_bands_01_16 from new to old metadata -INFO: Converting local name ozpl of variable ozone_forcing from new to old metadata -INFO: Converting local name dlength of variable characteristic_grid_length_scale from new to old metadata -INFO: Converting local name slag of variable equation_of_time from new to old metadata -INFO: Converting local name ntot2d of variable number_of_fields_in_phyf2d from new to old metadata -INFO: Converting local name iopt_run of variable flag_for_runoff_and_groundwater_option from new to old metadata -INFO: Converting local name gq0(:,:,index_for_liquid_cloud_number_concentration) of variable cloud_droplet_number_concentration_updated_by_physics from new to old metadata -INFO: Converting local name sneqvoxy of variable snow_mass_at_previous_time_step from new to old metadata -INFO: Converting local name con_rhw0 of variable sea_water_reference_density from new to old metadata -INFO: Converting local name mtopa of variable model_layer_number_at_cloud_top from new to old metadata -INFO: Converting local name pertshc of variable magnitude_of_perturbation_of_soil_type_b_parameter from new to old metadata -INFO: Converting local name levi of variable vertical_interface_dimension from new to old metadata -INFO: Converting local name do_shoc of variable flag_for_shoc from new to old metadata -INFO: Converting local name du3dt_tms of variable time_integral_of_change_in_x_wind_due_to_turbulent_orographic_form_drag from new to old metadata -INFO: Converting local name snow_cpl of variable lwe_thickness_of_snow_amount_for_coupling from new to old metadata -INFO: Converting local name pkz of variable finite_volume_mean_edge_pressure_raised_to_the_power_of_kappa from new to old metadata -INFO: Converting local name nn of variable number_of_tracers_for_convective_transport from new to old metadata -INFO: Converting local name do_sat_adj of variable flag_for_saturation_adjustment_for_microphysics_in_dynamics from new to old metadata -INFO: Converting local name dx of variable cell_size from new to old metadata -INFO: Converting local name do_ugwp of variable do_ugwp from new to old metadata -INFO: Converting local name rain of variable lwe_thickness_of_precipitation_amount_on_dynamics_timestep from new to old metadata -INFO: Converting local name iopt_crs of variable flag_for_canopy_stomatal_resistance_option from new to old metadata -INFO: Converting local name qgrs(:,1,index_for_water_vapor) of variable water_vapor_specific_humidity_at_lowest_model_layer from new to old metadata -INFO: Converting local name ntqv of variable index_for_water_vapor from new to old metadata -INFO: Converting local name t02min of variable minimum_temperature_at_2m_over_maximum_hourly_time_interval from new to old metadata -INFO: Converting local name imp_physics_gfdl of variable flag_for_gfdl_microphysics_scheme from new to old metadata -INFO: Converting local name lprnt of variable flag_print from new to old metadata -INFO: Converting local name gabsbdlw_ice of variable surface_downwelling_longwave_flux_absorbed_by_ground_over_ice from new to old metadata -INFO: Converting local name imp_physics_thompson of variable flag_for_thompson_microphysics_scheme from new to old metadata -INFO: Converting local name ctei_rm of variable critical_cloud_top_entrainment_instability_criteria from new to old metadata -INFO: Converting local name tseal of variable surface_skin_temperature_for_nsst from new to old metadata -INFO: Converting local name dusfc_fd of variable integrated_x_momentum_flux_from_form_drag from new to old metadata -INFO: Converting local name dusfcin_cpl of variable surface_x_momentum_flux_for_coupling from new to old metadata -INFO: Converting local name slope of variable surface_slope_classification_real from new to old metadata -INFO: Converting local name htrlw of variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_timestep from new to old metadata -INFO: Converting local name mg_qcmin(2) of variable mg_minimum_ice_mixing_ratio from new to old metadata -INFO: Converting local name tice of variable sea_ice_temperature_interstitial from new to old metadata -INFO: Converting local name adjvisbmu of variable surface_upwelling_direct_ultraviolet_and_visible_shortwave_flux from new to old metadata -INFO: Converting local name dvgwd of variable time_integral_of_y_stress_due_to_gravity_wave_drag from new to old metadata -INFO: Converting local name dusfc_cice of variable surface_x_momentum_flux_for_coupling_interstitial from new to old metadata -INFO: Converting local name errmsg of variable ccpp_error_message from new to old metadata -INFO: Converting local name flag_cice of variable flag_for_cice from new to old metadata -INFO: Converting local name Coupling of variable GFS_coupling_type_instance from new to old metadata -INFO: Converting local name cs_parm(3) of variable detrainment_and_precipitation_tunable_parameter_3_CS from new to old metadata -INFO: Converting local name snliqxy of variable snow_layer_liquid_water from new to old metadata -INFO: Converting local name mstrat of variable flag_for_moorthi_stratus from new to old metadata -INFO: Converting local name imfdeepcnv_sas of variable flag_for_sas_deep_convection_scheme from new to old metadata -INFO: Converting local name weasd_ice of variable water_equivalent_accumulated_snow_depth_over_ice from new to old metadata -INFO: Converting local name bl_mynn_edmf_mom of variable edmf_momentum_transport_flag from new to old metadata -INFO: Converting local name npdf3d of variable number_of_3d_arrays_associated_with_pdf_based_clouds from new to old metadata -INFO: Converting local name dq3dt(:,:,2) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_deep_convection from new to old metadata -INFO: Converting local name w_upi of variable vertical_velocity_for_updraft from new to old metadata -INFO: Converting local name qlyr of variable water_vapor_specific_humidity_at_layer_for_radiation from new to old metadata -INFO: Converting local name fm10_ice of variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_ice from new to old metadata -INFO: Converting local name qgl of variable local_graupel_mixing_ratio from new to old metadata -INFO: Converting local name gt0(:,1) of variable air_temperature_at_lowest_model_layer_updated_by_physics from new to old metadata -INFO: Converting local name ccpp_t of variable ccpp_t from new to old metadata -INFO: Converting local name clouds(:,:,4) of variable cloud_ice_water_path from new to old metadata -INFO: Converting local name rain_cpl of variable lwe_thickness_of_precipitation_amount_for_coupling from new to old metadata -INFO: Converting local name bl_mynn_cloudmix of variable cloud_specie_mix_flag from new to old metadata -INFO: Converting local name tgxy of variable ground_temperature_for_noahmp from new to old metadata -INFO: Converting local name oa4 of variable asymmetry_of_subgrid_orography from new to old metadata -INFO: Converting local name refdmax of variable maximum_reflectivity_at_1km_agl_over_maximum_hourly_time_interval from new to old metadata -INFO: Converting local name GFS_Data(ccpp_block_number) of variable GFS_data_type_instance from new to old metadata -INFO: Converting local name dvsfc_cpl of variable cumulative_surface_y_momentum_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name shocaftcnv of variable flag_for_shoc_after_convection from new to old metadata -INFO: Converting local name mg_rhmini of variable mg_minimum_rh_for_ice from new to old metadata -INFO: Converting local name t2mi_cpl of variable instantaneous_temperature_at_2m_for_coupling from new to old metadata -INFO: Converting local name GFS_Interstitial(ccpp_thread_number) of variable GFS_interstitial_type_instance from new to old metadata -INFO: Converting local name thrd_no of variable ccpp_thread_number from new to old metadata -INFO: Converting local name evbs of variable soil_upward_latent_heat_flux from new to old metadata -INFO: Converting local name dtdtr of variable tendency_of_air_temperature_due_to_radiative_heating_on_physics_time_step from new to old metadata -INFO: Converting local name spfhmin of variable minimum_specific_humidity_at_2m from new to old metadata -INFO: Converting local name xsaixy of variable stem_area_index from new to old metadata -INFO: Converting local name lsoil of variable soil_vertical_dimension from new to old metadata -INFO: Converting local name mg_ts_auto_ice of variable mg_time_scale_for_autoconversion_of_ice from new to old metadata -INFO: Converting local name ca_deep of variable fraction_of_cellular_automata_for_deep_convection from new to old metadata -INFO: Converting local name work1 of variable grid_size_related_coefficient_used_in_scale_sensitive_schemes from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_for_cloud_liquid_water_effective_radius) of variable effective_radius_of_stratiform_cloud_liquid_water_particle_in_um from new to old metadata -INFO: Converting local name nleffr of variable index_for_cloud_liquid_water_effective_radius from new to old metadata -INFO: Converting local name dlwsfci of variable surface_downwelling_longwave_flux from new to old metadata -INFO: Converting local name mg_nicons of variable mg_flag_ice_concentration_constant from new to old metadata -INFO: Converting local name faersw(:,:,:,1) of variable aerosol_optical_depth_for_shortwave_bands_01_16 from new to old metadata -INFO: Converting local name xt of variable diurnal_thermocline_layer_heat_content from new to old metadata -INFO: Converting local name prsl of variable air_pressure from new to old metadata -INFO: Converting local name cv of variable fraction_of_convective_cloud from new to old metadata -INFO: Converting local name blksz of variable horizontal_block_size from new to old metadata -INFO: Converting local name pertvegf of variable magnitude_of_perturbation_of_vegetation_fraction from new to old metadata -INFO: Converting local name gq0(:,:,index_for_cloud_amount) of variable cloud_fraction_updated_by_physics from new to old metadata -INFO: Converting local name ntclamt of variable index_for_cloud_amount from new to old metadata -INFO: Converting local name zorlo of variable surface_roughness_length_over_ocean from new to old metadata -INFO: Converting local name te0 of variable atmosphere_energy_content_at_Lagrangian_surface from new to old metadata -INFO: Converting local name ktop of variable vertical_index_at_cloud_top from new to old metadata -INFO: Converting local name prevsq of variable moisture_from_previous_timestep from new to old metadata -INFO: Converting local name kpbl of variable vertical_index_at_top_of_atmosphere_boundary_layer from new to old metadata -INFO: Converting local name ncells of variable cellular_automata_finer_grid from new to old metadata -INFO: Converting local name cnvc of variable convective_cloud_cover from new to old metadata -INFO: Converting local name totprcp of variable accumulated_lwe_thickness_of_precipitation_amount from new to old metadata -INFO: Converting local name cgwf of variable multiplication_factors_for_convective_gravity_wave_drag from new to old metadata -INFO: Converting local name do_shum of variable flag_for_stochastic_shum_option from new to old metadata -INFO: Converting local name save_q of variable tracer_concentration_save from new to old metadata -INFO: Converting local name h2o_pres of variable natural_log_of_h2o_forcing_data_pressure_levels from new to old metadata -INFO: Converting local name iopt_snf of variable flag_for_precipitation_partition_option from new to old metadata -INFO: Converting local name c0s_shal of variable rain_conversion_parameter_shallow_convection from new to old metadata -INFO: Converting local name zwtxy of variable water_table_depth from new to old metadata -INFO: Converting local name qr of variable cloud_rain_specific_humidity_at_Lagrangian_surface from new to old metadata -INFO: Converting local name dzlyr of variable layer_thickness_for_radiation from new to old metadata -INFO: Converting local name taussxy of variable nondimensional_snow_age from new to old metadata -INFO: Converting local name tsfa of variable surface_air_temperature_for_radiation from new to old metadata -INFO: Converting local name snoalb of variable upper_bound_on_max_albedo_over_deep_snow from new to old metadata -INFO: Converting local name xs of variable sea_water_salinity from new to old metadata -INFO: Converting local name dvsfci_cpl of variable instantaneous_surface_y_momentum_flux_for_coupling from new to old metadata -INFO: Converting local name xlat of variable latitude from new to old metadata -INFO: Converting local name ugrs of variable x_wind from new to old metadata -INFO: Converting local name shdmin of variable minimum_vegetation_area_fraction from new to old metadata -INFO: Converting local name nnirdfi_cpl of variable instantaneous_surface_net_downward_diffuse_near_infrared_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name microp_uniform of variable mg_flag_for_uniform_subcolumns from new to old metadata -INFO: Converting local name frland of variable land_area_fraction_for_microphysics from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_ice_friendly_aerosols) of variable tendency_of_ice_friendly_aerosol_number_concentration_due_to_model_physics from new to old metadata -INFO: Converting local name oz_pres of variable natural_log_of_ozone_forcing_data_pressure_levels from new to old metadata -INFO: Converting local name zlwb of variable time_integral_of_height_of_low_level_wave_breaking from new to old metadata -INFO: Converting local name gq0(:,:,index_for_ice_cloud_condensate) of variable ice_water_mixing_ratio_updated_by_physics from new to old metadata -INFO: Converting local name qss of variable surface_specific_humidity from new to old metadata -INFO: Converting local name dry of variable flag_nonzero_land_surface_fraction from new to old metadata -INFO: Converting local name bk of variable b_parameter_of_the_hybrid_coordinate from new to old metadata -INFO: Converting local name cdmbgwd of variable multiplication_factors_for_mountain_blocking_and_orographic_gravity_wave_drag from new to old metadata -INFO: Converting local name levs of variable vertical_dimension from new to old metadata -INFO: Converting local name swhtr of variable flag_for_output_of_shortwave_heating_rate from new to old metadata -INFO: Converting local name zorl_land of variable surface_roughness_length_over_land_interstitial from new to old metadata -INFO: Converting local name t2m of variable temperature_at_2m from new to old metadata -INFO: Converting local name tau_ogw of variable instantaneous_momentum_flux_due_to_orographic_gravity_wave_drag from new to old metadata -INFO: Converting local name shoc_parm(3) of variable shoc_tke_dissipation_tunable_parameter_near_surface from new to old metadata -INFO: Converting local name gflx_ice of variable upward_heat_flux_in_soil_over_ice from new to old metadata -INFO: Converting local name nspc1 of variable number_of_species_for_aerosol_optical_depth from new to old metadata -INFO: Converting local name drain_cpl of variable tendency_of_lwe_thickness_of_precipitation_amount_for_coupling from new to old metadata -INFO: Converting local name phis of variable surface_geopotential_at_Lagrangian_surface from new to old metadata -INFO: Converting local name q2mi_cpl of variable instantaneous_specific_humidity_at_2m_for_coupling from new to old metadata -INFO: Converting local name zogw of variable time_integral_of_height_of_launch_level_of_orographic_gravity_wave from new to old metadata -INFO: Converting local name prsi of variable air_pressure_at_interface from new to old metadata -INFO: Converting local name aerodp of variable atmosphere_optical_thickness_due_to_ambient_aerosol_particles from new to old metadata -INFO: Converting local name shal_cnv of variable flag_for_shallow_convection from new to old metadata -INFO: Converting local name icsdlw of variable seed_random_numbers_lw from new to old metadata -INFO: Converting local name ncld of variable number_of_hydrometeors from new to old metadata -INFO: Converting local name gasvmr(:,:,6) of variable volume_mixing_ratio_cfc11 from new to old metadata -INFO: Converting local name tracers_water of variable number_of_water_tracers from new to old metadata -INFO: Converting local name nscyc of variable number_of_timesteps_between_surface_cycling_calls from new to old metadata -INFO: Converting local name dswsfc_cpl of variable cumulative_surface_downwelling_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name adjvisdfu of variable surface_upwelling_diffuse_ultraviolet_and_visible_shortwave_flux from new to old metadata -INFO: Converting local name cs_parm(2) of variable updraft_velocity_tunable_parameter_2_CS from new to old metadata -INFO: Converting local name lsswr of variable flag_to_calc_sw from new to old metadata -INFO: Converting local name imfshalcnv_gf of variable flag_for_gf_shallow_convection_scheme from new to old metadata -INFO: Converting local name kinver of variable index_of_highest_temperature_inversion from new to old metadata -INFO: Converting local name tslb of variable soil_temperature_for_land_surface_model from new to old metadata -INFO: Converting local name weasd of variable water_equivalent_accumulated_snow_depth from new to old metadata -INFO: Converting local name tisfc of variable sea_ice_temperature from new to old metadata -INFO: Converting local name faerlw of variable aerosol_optical_properties_for_longwave_bands_01_16 from new to old metadata -INFO: Converting local name logunit of variable iounit_log from new to old metadata -INFO: Converting local name fast_mp_consv of variable flag_for_fast_microphysics_energy_conservation from new to old metadata -INFO: Converting local name cnv_mfd of variable detrained_mass_flux from new to old metadata -INFO: Converting local name zvir of variable ratio_of_vapor_to_dry_air_gas_constants_minus_one_default_kind from new to old metadata -INFO: Converting local name jed of variable ending_y_direction_index_domain from new to old metadata -INFO: Converting local name gasvmr(:,:,3) of variable volume_mixing_ratio_ch4 from new to old metadata -INFO: Converting local name sfcdsw of variable surface_downwelling_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name hydrostatic of variable flag_for_hydrostatic_solver_for_fast_physics from new to old metadata -INFO: Converting local name dvsfc_bl of variable integrated_y_momentum_flux_from_blocking_drag from new to old metadata -INFO: Converting local name Grid of variable GFS_grid_type_instance from new to old metadata -INFO: Converting local name ncnd of variable number_of_cloud_condensate_types from new to old metadata -INFO: Converting local name w_0 of variable coefficient_w_0 from new to old metadata -INFO: Converting local name zm of variable ocean_mixed_layer_thickness from new to old metadata -INFO: Converting local name shoc_parm(2) of variable shoc_tke_dissipation_tunable_parameter from new to old metadata -INFO: Converting local name cdec of variable cosine_of_solar_declination_angle from new to old metadata -INFO: Converting local name npzq_con of variable vertical_dimension_for_condensed_water_at_Lagrangian_surface from new to old metadata -INFO: Converting local name rmol of variable reciprocal_of_obukhov_length from new to old metadata -INFO: Converting local name snowxy of variable number_of_snow_layers from new to old metadata -INFO: Converting local name hflx_land of variable kinematic_surface_upward_sensible_heat_flux_over_land from new to old metadata -INFO: Converting local name clw of variable convective_transportable_tracers from new to old metadata -INFO: Converting local name srflag of variable flag_for_precipitation_type from new to old metadata -INFO: Converting local name suntim of variable duration_of_sunshine from new to old metadata -INFO: Converting local name isot of variable soil_type_dataset_choice from new to old metadata -INFO: Converting local name isol of variable flag_for_solar_constant from new to old metadata -INFO: Converting local name th2m of variable potential_temperature_at_2m from new to old metadata -INFO: Converting local name hpbl of variable atmosphere_boundary_layer_thickness from new to old metadata -INFO: Converting local name cd of variable surface_drag_coefficient_for_momentum_in_air from new to old metadata -INFO: Converting local name dusfc_ls of variable integrated_x_momentum_flux_from_large_scale_gwd from new to old metadata -INFO: Converting local name do_sppt of variable flag_for_stochastic_surface_physics_perturbations from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_for_convective_cloud_water_mixing_ratio_in_phy_f3d) of variable convective_cloud_water_mixing_ratio_in_phy_f3d from new to old metadata -INFO: Converting local name rb_ice of variable bulk_richardson_number_at_lowest_model_level_over_ice from new to old metadata -INFO: Converting local name itc of variable number_of_aerosol_tracers_for_convection from new to old metadata -INFO: Converting local name Cldprop of variable GFS_cldprop_type_instance from new to old metadata -INFO: Converting local name grav_settling of variable grav_settling from new to old metadata -INFO: Converting local name gq0(:,:,index_for_ice_cloud_number_concentration) of variable ice_number_concentration_updated_by_physics from new to old metadata -INFO: Converting local name ntinc of variable index_for_ice_cloud_number_concentration from new to old metadata -INFO: Converting local name iopt_inf of variable flag_for_frozen_soil_permeability_option from new to old metadata -INFO: Converting local name c0s_deep of variable rain_conversion_parameter_deep_convection from new to old metadata -INFO: Converting local name dtaux2d_ls of variable x_momentum_tendency_from_large_scale_gwd from new to old metadata -INFO: Converting local name phy_myj_qz0 of variable specific_humidity_at_viscous_sublayer_top from new to old metadata -INFO: Converting local name iovr_sw of variable flag_for_max_random_overlap_clouds_for_shortwave_radiation from new to old metadata -INFO: Converting local name icliq_sw of variable flag_for_optical_property_for_liquid_clouds_for_shortwave_radiation from new to old metadata -INFO: Converting local name psmean of variable cumulative_surface_pressure_multiplied_by_timestep from new to old metadata -INFO: Converting local name cmm_ocean of variable surface_drag_wind_speed_for_momentum_in_air_over_ocean from new to old metadata -INFO: Converting local name shcnvcw of variable flag_shallow_convective_cloud from new to old metadata -INFO: Converting local name drain of variable subsurface_runoff_flux from new to old metadata -INFO: Converting local name ak of variable a_parameter_of_the_hybrid_coordinate from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_liquid_cloud_number_concentration) of variable tendency_of_cloud_droplet_number_concentration_due_to_model_physics from new to old metadata -INFO: Converting local name sfc_z0_type of variable flag_for_surface_roughness_option_over_ocean from new to old metadata -INFO: Converting local name cvt of variable pressure_at_top_of_convective_cloud from new to old metadata -INFO: Converting local name gwd_opt of variable gwd_opt from new to old metadata -INFO: Converting local name snowmp of variable lwe_thickness_of_snow_amount from new to old metadata -INFO: Converting local name ncnvcld3d of variable number_of_convective_3d_cloud_fields from new to old metadata -INFO: Converting local name cape of variable convective_available_potential_energy_for_coupling from new to old metadata -INFO: Converting local name du3dt_ogw of variable time_integral_of_change_in_x_wind_due_to_orographic_gravity_wave_drag from new to old metadata -INFO: Converting local name te0_2d of variable atmosphere_energy_content_in_column from new to old metadata -INFO: Converting local name dsnowprv of variable snow_precipitation_rate_from_previous_timestep from new to old metadata -INFO: Converting local name chh of variable surface_drag_mass_flux_for_heat_and_moisture_in_air from new to old metadata -INFO: Converting local name dt3dt(:,:,5) of variable cumulative_change_in_temperature_due_to_shal_convection from new to old metadata -INFO: Converting local name cplwav of variable flag_for_wave_coupling from new to old metadata -INFO: Converting local name clw(:,:,2) of variable cloud_condensed_water_mixing_ratio_convective_transport_tracer from new to old metadata -INFO: Converting local name shoc_parm(1) of variable shoc_tke_dissipatation_pressure_threshold from new to old metadata -INFO: Converting local name oro_uf of variable orography_unfiltered from new to old metadata -INFO: Converting local name peln of variable log_pressure_at_Lagrangian_surface from new to old metadata -INFO: Converting local name gasvmr(:,:,8) of variable volume_mixing_ratio_cfc22 from new to old metadata -INFO: Converting local name pertzt of variable magnitude_of_perturbation_of_heat_to_momentum_roughness_length_ratio from new to old metadata -INFO: Converting local name clouds(:,:,1) of variable total_cloud_fraction from new to old metadata -INFO: Converting local name iaer of variable flag_for_default_aerosol_effect_in_shortwave_radiation from new to old metadata -INFO: Converting local name wet1 of variable normalized_soil_wetness from new to old metadata -INFO: Converting local name npz of variable vertical_dimension_for_fast_physics from new to old metadata -INFO: Converting local name cal_pre of variable flag_for_precipitation_type_algorithm from new to old metadata -INFO: Converting local name lmk of variable adjusted_vertical_layer_dimension_for_radiation from new to old metadata -INFO: Converting local name kind_phys of variable kind_phys from new to old metadata -INFO: Converting local name Sfcprop of variable GFS_sfcprop_type_instance from new to old metadata -INFO: Converting local name wslakexy of variable lake_water_storage from new to old metadata -INFO: Converting local name f10m of variable ratio_of_wind_at_lowest_model_layer_and_wind_at_10m from new to old metadata -INFO: Converting local name gasvmr(:,:,1) of variable volume_mixing_ratio_co2 from new to old metadata -INFO: Converting local name q2mp of variable specific_humidity_at_2m_from_noahmp from new to old metadata -INFO: Converting local name lwhc of variable tendency_of_air_temperature_due_to_longwave_heating_assuming_clear_sky_on_radiation_timestep from new to old metadata -INFO: Converting local name snowd_ice of variable surface_snow_thickness_water_equivalent_over_ice from new to old metadata -INFO: Converting local name lsnow_lsm_lbound of variable lower_bound_of_snow_vertical_dimension_for_land_surface_model from new to old metadata -INFO: Converting local name mg_dcs of variable mg_autoconversion_size_threshold_ice_snow from new to old metadata -INFO: Converting local name rhgrd of variable fa_threshold_relative_humidity_for_onset_of_condensation from new to old metadata -INFO: Converting local name dudt_ogw of variable instantaneous_change_in_x_wind_due_to_orographic_gravity_wave_drag from new to old metadata -INFO: Converting local name slmsk of variable sea_land_ice_mask_real from new to old metadata -INFO: Converting local name ictm of variable flag_for_initial_time_date_control from new to old metadata -INFO: Converting local name qss_ocean of variable surface_specific_humidity_over_ocean from new to old metadata -INFO: Converting local name tsfc of variable surface_skin_temperature from new to old metadata -INFO: Converting local name prsik of variable dimensionless_exner_function_at_model_interfaces from new to old metadata -INFO: Converting local name t2mmp of variable temperature_at_2m_from_noahmp from new to old metadata -INFO: Converting local name tau_ogw of variable time_integral_of_momentum_flux_due_to_orographic_gravity_wave_drag from new to old metadata -INFO: Converting local name topflw_type of variable topflw_type from new to old metadata -INFO: Converting local name cnv_nice of variable number_concentration_of_ice_crystals_for_detrainment from new to old metadata -INFO: Converting local name cscnv of variable flag_for_Chikira_Sugiyama_deep_convection from new to old metadata -INFO: Converting local name u10mi_cpl of variable instantaneous_x_wind_at_10m_for_coupling from new to old metadata -INFO: Converting local name fh2_ocean of variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_ocean from new to old metadata -INFO: Converting local name phii of variable geopotential_at_interface from new to old metadata -INFO: Converting local name gq0(:,:,index_for_graupel) of variable graupel_mixing_ratio_updated_by_physics from new to old metadata -INFO: Converting local name ntgl of variable index_for_graupel from new to old metadata -INFO: Converting local name nvisdfi_cpl of variable instantaneous_surface_net_downward_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name norad_precip of variable flag_for_precipitation_effect_on_radiation from new to old metadata -INFO: Converting local name dq3dt(:,:,5) of variable cumulative_change_in_ozone_mixing_ratio_due_to_PBL from new to old metadata -INFO: Converting local name dusfcg of variable instantaneous_x_stress_due_to_gravity_wave_drag from new to old metadata -INFO: Converting local name stype of variable soil_type_classification_real from new to old metadata -INFO: Converting local name lwhtr of variable flag_for_output_of_longwave_heating_rate from new to old metadata -INFO: Converting local name skebv_wts of variable weights_for_stochastic_skeb_perturbation_of_y_wind_flipped from new to old metadata -INFO: Converting local name prnum of variable prandtl_number from new to old metadata -INFO: Converting local name dtsfcin_cpl of variable surface_upward_sensible_heat_flux_for_coupling from new to old metadata -INFO: Converting local name sigmatot of variable convective_updraft_area_fraction_at_model_interfaces from new to old metadata -INFO: Converting local name rann of variable random_number_array from new to old metadata -INFO: Converting local name work2 of variable grid_size_related_coefficient_used_in_scale_sensitive_schemes_complement from new to old metadata -INFO: Converting local name ep1d_land of variable surface_upward_potential_latent_heat_flux_over_land from new to old metadata -INFO: Converting local name num_p3d of variable array_dimension_of_3d_arrays_for_microphysics from new to old metadata -INFO: Converting local name frac_grid of variable flag_for_fractional_grid from new to old metadata -INFO: Converting local name dtdtc of variable tendency_of_air_temperature_due_to_radiative_heating_assuming_clear_sky from new to old metadata -INFO: Converting local name chxy of variable surface_drag_coefficient_for_heat_and_moisture_for_noahmp from new to old metadata -INFO: Converting local name dtauy2d_bl of variable y_momentum_tendency_from_blocking_drag from new to old metadata -INFO: Converting local name dtsfc of variable cumulative_surface_upward_sensible_heat_flux_for_diag_multiplied_by_timestep from new to old metadata -INFO: Converting local name gflx_ocean of variable upward_heat_flux_in_soil_over_ocean from new to old metadata -INFO: Converting local name deeprechxy of variable water_table_recharge_when_deep from new to old metadata -INFO: Converting local name imfshalcnv_sas of variable flag_for_sas_shallow_convection_scheme from new to old metadata -INFO: Converting local name woodxy of variable wood_mass from new to old metadata -INFO: Converting local name phy_f3d(:,:,3) of variable air_temperature_at_previous_time_step from new to old metadata -INFO: Converting local name otspt of variable flag_convective_tracer_transport from new to old metadata -INFO: Converting local name tsurf of variable surface_skin_temperature_after_iteration from new to old metadata -INFO: Converting local name phy_f2d(:,array_dimension_of_2d_arrays_for_microphysics) of variable surface_wind_enhancement_due_to_convection from new to old metadata -INFO: Converting local name num_p2d of variable array_dimension_of_2d_arrays_for_microphysics from new to old metadata -INFO: Converting local name diss_est of variable dissipation_estimate_of_air_temperature_at_model_layers from new to old metadata -INFO: Converting local name ffmm_land of variable Monin_Obukhov_similarity_function_for_momentum_over_land from new to old metadata -INFO: Converting local name imfshalcnv of variable flag_for_mass_flux_shallow_convection_scheme from new to old metadata -INFO: Converting local name iopt_rad of variable flag_for_radiation_transfer_option from new to old metadata -INFO: Converting local name effr_in of variable flag_for_cloud_effective_radii from new to old metadata -INFO: Converting local name Sh3D of variable stability_function_for_heat from new to old metadata -INFO: Converting local name con_sbc of variable stefan_boltzmann_constant from new to old metadata -INFO: Converting local name phy_myj_z0base of variable baseline_surface_roughness_length from new to old metadata -INFO: Converting local name sdec of variable sine_of_solar_declination_angle from new to old metadata -INFO: Converting local name f_ice of variable fraction_of_ice_water_cloud from new to old metadata -INFO: Converting local name qs of variable cloud_snow_specific_humidity_at_Lagrangian_surface from new to old metadata -INFO: Converting local name iflip of variable flag_for_vertical_index_direction_control from new to old metadata -INFO: Converting local name draincprv of variable convective_precipitation_rate_from_previous_timestep from new to old metadata -INFO: Converting local name icsdsw of variable seed_random_numbers_sw from new to old metadata -INFO: Converting local name dtaux2d_bl of variable x_momentum_tendency_from_blocking_drag from new to old metadata -INFO: Converting local name uustar_ocean of variable surface_friction_velocity_over_ocean from new to old metadata -INFO: Converting local name zlwb of variable height_of_low_level_wave_breaking from new to old metadata -INFO: Converting local name sigma of variable slope_of_subgrid_orography from new to old metadata -INFO: Converting local name cd_land of variable surface_drag_coefficient_for_momentum_in_air_over_land from new to old metadata -INFO: Converting local name shoc_parm(5) of variable shoc_flag_for_optional_surface_TKE_dissipation from new to old metadata -INFO: Converting local name qss_ice of variable surface_specific_humidity_over_ice from new to old metadata -INFO: Converting local name graupel of variable lwe_thickness_of_graupel_amount_on_dynamics_timestep from new to old metadata -INFO: Converting local name do_myjsfc of variable do_myjsfc from new to old metadata -INFO: Converting local name htsw0 of variable tendency_of_air_temperature_due_to_shortwave_heating_assuming_clear_sky_on_radiation_time_step from new to old metadata -INFO: Converting local name ep of variable cumulative_surface_upward_potential_latent_heat_flux_multiplied_by_timestep from new to old metadata -INFO: Converting local name tprcp of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep from new to old metadata -INFO: Converting local name dnirdf_cpl of variable cumulative_surface_downwelling_diffuse_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name qwv_surf of variable water_vapor_mixing_ratio_at_surface from new to old metadata -INFO: Converting local name fm10_ocean of variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_ocean from new to old metadata -INFO: Converting local name QC_BL of variable subgrid_cloud_mixing_ratio_pbl from new to old metadata -INFO: Converting local name adjsfculw_ice of variable surface_upwelling_longwave_flux_over_ice_interstitial from new to old metadata -INFO: Converting local name tsfci_cpl of variable instantaneous_surface_skin_temperature_for_coupling from new to old metadata -INFO: Converting local name pertz0 of variable magnitude_of_perturbation_of_momentum_roughness_length from new to old metadata -INFO: Converting local name eahxy of variable canopy_air_vapor_pressure from new to old metadata -INFO: Converting local name cnv_dqldt of variable tendency_of_cloud_water_due_to_convective_microphysics from new to old metadata -INFO: Converting local name gq0 of variable tracer_concentration_updated_by_physics from new to old metadata -INFO: Converting local name iopt_dveg of variable flag_for_dynamic_vegetation_option from new to old metadata -INFO: Converting local name gv0(:,1) of variable y_wind_at_lowest_model_layer_updated_by_physics from new to old metadata -INFO: Converting local name first_time_step of variable flag_for_first_time_step from new to old metadata -INFO: Converting local name dtaux2d_ss of variable x_momentum_tendency_from_small_scale_gwd from new to old metadata -INFO: Converting local name wetdpl of variable instantaneous_large_scale_wet_deposition from new to old metadata -INFO: Converting local name cndm_surf of variable surface_condensation_mass from new to old metadata -INFO: Converting local name cmm_land of variable surface_drag_wind_speed_for_momentum_in_air_over_land from new to old metadata -INFO: Converting local name fh2 of variable Monin_Obukhov_similarity_function_for_heat_at_2m from new to old metadata -INFO: Converting local name gw_dudt of variable tendency_of_x_wind_due_to_ugwp from new to old metadata -INFO: Converting local name shinhong of variable flag_for_scale_aware_Shinhong_PBL from new to old metadata -INFO: Converting local name maxMF of variable maximum_mass_flux from new to old metadata -INFO: Converting local name gu0 of variable x_wind_updated_by_physics from new to old metadata -INFO: Converting local name ncstrac of variable number_of_tracers_for_CS from new to old metadata -INFO: Converting local name do_qa of variable flag_for_inline_cloud_fraction_calculation from new to old metadata -INFO: Converting local name pgr of variable surface_air_pressure from new to old metadata -INFO: Converting local name del of variable air_pressure_difference_between_midlayers from new to old metadata -INFO: Converting local name nqrimef of variable index_for_mass_weighted_rime_factor from new to old metadata -INFO: Converting local name du3dt(:,:,1) of variable cumulative_change_in_x_wind_due_to_PBL from new to old metadata -INFO: Converting local name raincs of variable lwe_thickness_of_shallow_convective_precipitation_amount from new to old metadata -INFO: Converting local name xlaixy of variable leaf_area_index from new to old metadata -INFO: Converting local name iopt_alb of variable flag_for_ground_snow_surface_albedo_option from new to old metadata -INFO: Converting local name moninq_fac of variable atmosphere_diffusivity_coefficient_factor from new to old metadata -INFO: Converting local name work3 of variable ratio_of_exner_function_between_midlayer_and_interface_at_lowest_model_layer from new to old metadata -INFO: Converting local name adjnirbmd of variable surface_downwelling_direct_near_infrared_shortwave_flux from new to old metadata -INFO: Converting local name imp_physics_zhao_carr_pdf of variable flag_for_zhao_carr_pdf_microphysics_scheme from new to old metadata -INFO: Converting local name dv3dt(:,:,3) of variable cumulative_change_in_y_wind_due_to_deep_convection from new to old metadata -INFO: Converting local name evcwa of variable cumulative_canopy_upward_latent_heat_flu_multiplied_by_timestep from new to old metadata -INFO: Converting local name lsm_noah of variable flag_for_noah_land_surface_scheme from new to old metadata -INFO: Converting local name ntk of variable index_for_turbulent_kinetic_energy_convective_transport_tracer from new to old metadata -INFO: Converting local name qsnw of variable local_snow_water_mixing_ratio from new to old metadata -INFO: Converting local name edmf_thl of variable emdf_updraft_theta_l from new to old metadata -INFO: Converting local name crtrh(2) of variable critical_relative_humidity_at_PBL_top from new to old metadata -INFO: Converting local name xv of variable diurnal_thermocline_layer_y_current from new to old metadata -INFO: Converting local name rlapse of variable air_temperature_lapse_rate_constant from new to old metadata -INFO: Converting local name clw(:,:,1) of variable ice_water_mixing_ratio_convective_transport_tracer from new to old metadata -INFO: Converting local name levozp of variable vertical_dimension_of_ozone_forcing_data from new to old metadata -INFO: Converting local name spfhmax of variable maximum_specific_humidity_at_2m from new to old metadata -INFO: Converting local name runoff of variable surface_runoff_flux from new to old metadata -INFO: Converting local name do_sb_physics of variable mg_flag_for_sb2001_autoconversion from new to old metadata -INFO: Converting local name phy_myj_a1q of variable weight_for_specific_humidity_at_viscous_sublayer_top from new to old metadata -INFO: Converting local name cactiv of variable conv_activity_counter from new to old metadata -INFO: Converting local name clw(:,:,index_for_turbulent_kinetic_energy_convective_transport_tracer) of variable turbulent_kinetic_energy_convective_transport_tracer from new to old metadata -INFO: Converting local name oz_phys_2015 of variable flag_for_2015_ozone_physics from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_snow_number_concentration) of variable snow_number_concentration from new to old metadata -INFO: Converting local name ntsnc of variable index_for_snow_number_concentration from new to old metadata -INFO: Converting local name dlwsfci_cpl of variable instantaneous_surface_downwelling_longwave_flux_for_coupling from new to old metadata -INFO: Converting local name errflg of variable ccpp_error_flag from new to old metadata -INFO: Converting local name kbot of variable vertical_index_at_cloud_base from new to old metadata -INFO: Converting local name clw_surf of variable cloud_condensed_water_mixing_ratio_at_surface from new to old metadata -INFO: Converting local name skebu_wts of variable weights_for_stochastic_skeb_perturbation_of_x_wind from new to old metadata -INFO: Converting local name snowprv of variable lwe_thickness_of_snow_amount_from_previous_timestep from new to old metadata -INFO: Converting local name spec_adv of variable flag_for_individual_cloud_species_advected from new to old metadata -INFO: Converting local name rainmp of variable lwe_thickness_of_explicit_rain_amount from new to old metadata -INFO: Converting local name jdat of variable forecast_date_and_time from new to old metadata -INFO: Converting local name ntrcaer of variable number_of_aerosol_tracers_MG from new to old metadata -INFO: Converting local name gflux of variable cumulative_surface_ground_heat_flux_multiplied_by_timestep from new to old metadata -INFO: Converting local name q1 of variable water_vapor_specific_humidity_at_lowest_model_layer_for_diag from new to old metadata -INFO: Converting local name gq0(:,1,index_for_water_vapor) of variable water_vapor_specific_humidity_at_lowest_model_layer_updated_by_physics from new to old metadata -INFO: Converting local name nday of variable daytime_points_dimension from new to old metadata -INFO: Converting local name cs_parm(9) of variable entrainment_efficiency_tunable_parameter_9_CS from new to old metadata -INFO: Converting local name flx_form of variable flag_flux_form_CS from new to old metadata -INFO: Converting local name dtsfc_cpl of variable cumulative_surface_upward_sensible_heat_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name nstf_name(1) of variable flag_for_nsstm_run from new to old metadata -INFO: Converting local name ca_sgs of variable flag_for_sgs_cellular_automata from new to old metadata -INFO: Converting local name mg_qcmin(1) of variable mg_minimum_cloud_condensed_water_mixing_ratio from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio from new to old metadata -INFO: Converting local name rilist of variable gas_constants_for_multi_gases_physics from new to old metadata -INFO: Converting local name dtauy2d_ls of variable y_momentum_tendency_from_large_scale_gwd from new to old metadata -INFO: Converting local name oz_coeff of variable number_of_coefficients_in_ozone_forcing_data from new to old metadata -INFO: Converting local name edmf_qt of variable emdf_updraft_total_water from new to old metadata -INFO: Converting local name stmassxy of variable stem_mass from new to old metadata -INFO: Converting local name dgraupelprv of variable graupel_precipitation_rate_from_previous_timestep from new to old metadata -INFO: Converting local name gq0(:,:,index_for_mass_weighted_rime_factor) of variable mass_weighted_rime_factor_updated_by_physics from new to old metadata -INFO: Converting local name alnwf of variable mean_nir_albedo_with_weak_cosz_dependency from new to old metadata -INFO: Converting local name smoiseq of variable equilibrium_soil_water_content from new to old metadata -INFO: Converting local name psautco of variable coefficient_from_cloud_ice_to_snow from new to old metadata -INFO: Converting local name fhlwr of variable frequency_for_longwave_radiation from new to old metadata -INFO: Converting local name xtts of variable sensitivity_of_dtl_heat_content_to_surface_temperature from new to old metadata -INFO: Converting local name tracers_start_index of variable start_index_of_other_tracers from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_ice_cloud_condensate) of variable tendency_of_ice_cloud_water_mixing_ratio_due_to_model_physics from new to old metadata -INFO: Converting local name jsd of variable starting_y_direction_index_domain from new to old metadata -INFO: Converting local name semis_land of variable surface_longwave_emissivity_over_land_interstitial from new to old metadata -INFO: Converting local name tdomr of variable dominant_rain_type from new to old metadata -INFO: Converting local name conv_act of variable gf_memory_counter from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_ice_cloud_number_concentration) of variable ice_number_concentration from new to old metadata -INFO: Converting local name ugrs(:,1) of variable x_wind_at_lowest_model_layer from new to old metadata -INFO: Converting local name qicn of variable mass_fraction_of_convective_cloud_ice from new to old metadata -INFO: Converting local name fh2_ice of variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_ice from new to old metadata -INFO: Converting local name tsq of variable t_prime_squared from new to old metadata -INFO: Converting local name tdomip of variable dominant_sleet_type from new to old metadata -INFO: Converting local name lslwr of variable flag_to_calc_lw from new to old metadata -INFO: Converting local name GFS_cldprop_type of variable GFS_cldprop_type from new to old metadata -INFO: Converting local name imp_physics of variable flag_for_microphysics_scheme from new to old metadata -INFO: Converting local name sfcalb(:,1) of variable surface_albedo_due_to_near_IR_direct from new to old metadata -INFO: Converting local name mg_do_graupel of variable mg_flag_for_graupel from new to old metadata -INFO: Converting local name soilm of variable soil_moisture_content from new to old metadata -INFO: Converting local name exch_m of variable atmosphere_momentum_diffusivity_for_mynnpbl from new to old metadata -INFO: Converting local name wetdpc of variable instantaneous_convective_scale_wet_deposition from new to old metadata -INFO: Converting local name el_pbl of variable mixing_length from new to old metadata -INFO: Converting local name ncnvc of variable index_for_convective_cloud_cover_in_phy_f3d from new to old metadata -INFO: Converting local name fn_nml of variable namelist_filename from new to old metadata -INFO: Converting local name weasd_ocean of variable water_equivalent_accumulated_snow_depth_over_ocean from new to old metadata -INFO: Converting local name evfact_deep of variable rain_evaporation_coefficient_deep_convection from new to old metadata -INFO: Converting local name dqsfc of variable cumulative_surface_upward_latent_heat_flux_for_diag_multiplied_by_timestep from new to old metadata -INFO: Converting local name totgrpb of variable accumulated_lwe_thickness_of_graupel_amount_in_bucket from new to old metadata -INFO: Converting local name trans_aero of variable flag_for_aerosol_convective_transport_and_PBL_diffusion from new to old metadata -INFO: Converting local name dusfc_bl of variable integrated_x_momentum_flux_from_blocking_drag from new to old metadata -INFO: Converting local name gw_kdis of variable eddy_mixing_due_to_ugwp from new to old metadata -INFO: Converting local name mg_qcmin of variable mg_minimum_cloud_condensed_water_and_ice_mixing_ratio from new to old metadata -INFO: Converting local name dq3dt(:,:,3) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_shal_convection from new to old metadata -INFO: Converting local name qi of variable cloud_ice_specific_humidity_at_Lagrangian_surface from new to old metadata -INFO: Converting local name imfshalcnv_gf of variable flag_for_ntiedtke_shallow_convection_scheme from new to old metadata -INFO: Converting local name zorl_ocean of variable surface_roughness_length_over_ocean_interstitial from new to old metadata -INFO: Converting local name tsfc_ice of variable surface_skin_temperature_over_ice_interstitial from new to old metadata -INFO: Converting local name input_nml_file_length of variable number_of_lines_of_namelist_filename_for_internal_file_reads from new to old metadata -INFO: Converting local name flhc of variable surface_exchange_coefficient_for_heat from new to old metadata -INFO: Converting local name qke of variable tke_at_mass_points from new to old metadata -INFO: Converting local name snowd of variable surface_snow_thickness_water_equivalent from new to old metadata -INFO: Converting local name ncpr of variable local_rain_number_concentration from new to old metadata -INFO: Converting local name ldiag3d of variable flag_diagnostics_3D from new to old metadata -INFO: Converting local name ffhh_ocean of variable Monin_Obukhov_similarity_function_for_heat_over_ocean from new to old metadata -INFO: Converting local name nsamftrac of variable number_of_tracers_for_samf from new to old metadata -INFO: Converting local name con_hvap of variable latent_heat_of_vaporization_of_water_at_0C from new to old metadata -INFO: Converting local name dtaux2d_fd of variable x_momentum_tendency_from_form_drag from new to old metadata -INFO: Converting local name levh2o of variable vertical_dimension_of_h2o_forcing_data from new to old metadata -INFO: Converting local name ras of variable flag_for_ras_deep_convection from new to old metadata -INFO: Converting local name ialb of variable flag_for_using_climatology_albedo from new to old metadata -INFO: Converting local name raincd of variable lwe_thickness_of_deep_convective_precipitation_amount from new to old metadata -INFO: Converting local name alb1d of variable surface_albedo_perturbation from new to old metadata -INFO: Converting local name nwat of variable number_of_water_species from new to old metadata -INFO: Converting local name dwn_mf of variable cumulative_atmosphere_downdraft_convective_mass_flux from new to old metadata -INFO: Converting local name save_t of variable air_temperature_save from new to old metadata -INFO: Converting local name fice of variable sea_ice_concentration from new to old metadata -INFO: Converting local name dvisdf_cpl of variable cumulative_surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name cvb of variable pressure_at_bottom_of_convective_cloud from new to old metadata -INFO: Converting local name save_q(:,:,index_for_ice_cloud_condensate) of variable ice_water_mixing_ratio_save from new to old metadata -INFO: Converting local name gq0(:,:,index_for_snow_water) of variable snow_water_mixing_ratio_updated_by_physics from new to old metadata -INFO: Converting local name qrain of variable sensible_heat_flux_due_to_rainfall from new to old metadata -INFO: Converting local name stress_ocean of variable surface_wind_stress_over_ocean from new to old metadata -INFO: Converting local name adjsfculw_land of variable surface_upwelling_longwave_flux_over_land_interstitial from new to old metadata -INFO: Converting local name ndust of variable number_of_dust_bins_for_diagnostics from new to old metadata -INFO: Converting local name GFS_radtend_type of variable GFS_radtend_type from new to old metadata -INFO: Converting local name ngas of variable number_of_gases_for_multi_gases_physics from new to old metadata -INFO: Converting local name diceprv of variable ice_precipitation_rate_from_previous_timestep from new to old metadata -INFO: Converting local name con_ttp of variable triple_point_temperature_of_water from new to old metadata -INFO: Converting local name rechxy of variable water_table_recharge_when_shallow from new to old metadata -INFO: Converting local name ffhh of variable Monin_Obukhov_similarity_function_for_heat from new to old metadata -INFO: Converting local name edmf_w of variable emdf_updraft_vertical_velocity from new to old metadata -INFO: Converting local name sed_supersat of variable mg_allow_supersat_after_sed from new to old metadata -INFO: Converting local name sr of variable ratio_of_snowfall_to_rainfall from new to old metadata -INFO: Converting local name stc of variable soil_temperature from new to old metadata -INFO: Converting local name idate of variable date_and_time_at_model_initialization_reordered from new to old metadata -INFO: Converting local name nctp of variable number_of_cloud_types_CS from new to old metadata -INFO: Converting local name levrp1 of variable number_of_vertical_layers_for_radiation_calculations_plus_one from new to old metadata -INFO: Converting local name v10mmax of variable maximum_y_wind_at_10m from new to old metadata -INFO: Converting local name clouds(:,:,8) of variable cloud_snow_water_path from new to old metadata -INFO: Converting local name dusfc of variable cumulative_surface_x_momentum_flux_for_diag_multiplied_by_timestep from new to old metadata -INFO: Converting local name sfcalb(:,3) of variable surface_albedo_due_to_UV_and_VIS_direct from new to old metadata -INFO: Converting local name zmtnblck of variable level_of_dividing_streamline from new to old metadata -INFO: Converting local name xcosz of variable instantaneous_cosine_of_zenith_angle from new to old metadata -INFO: Converting local name CCPP_interstitial_type of variable CCPP_interstitial_type from new to old metadata -INFO: Converting local name theta of variable angle_from_east_of_maximum_subgrid_orographic_variations from new to old metadata -INFO: Converting local name nbdsw of variable number_of_aerosol_bands_for_shortwave_radiation from new to old metadata -INFO: Converting local name dqsfc1 of variable instantaneous_surface_upward_latent_heat_flux from new to old metadata -INFO: Converting local name htrsw of variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_timestep from new to old metadata -INFO: Converting local name gq0(:,:,index_for_graupel_number_concentration) of variable graupel_number_concentration_updated_by_physics from new to old metadata -INFO: Converting local name ntgnc of variable index_for_graupel_number_concentration from new to old metadata -INFO: Converting local name semis of variable surface_longwave_emissivity from new to old metadata -INFO: Converting local name ca_smooth of variable flag_for_gaussian_spatial_filter from new to old metadata -INFO: Converting local name zhour of variable time_since_diagnostics_zeroed from new to old metadata -INFO: Converting local name uswsfci of variable surface_upwelling_shortwave_flux from new to old metadata -INFO: Converting local name dq3dt(:,:,6) of variable cumulative_change_in_ozone_concentration_due_to_production_and_loss_rate from new to old metadata -INFO: Converting local name con_t0c of variable temperature_at_zero_celsius from new to old metadata -INFO: Converting local name dvsfcin_cpl of variable surface_y_momentum_flux_for_coupling from new to old metadata -INFO: Converting local name runoff of variable total_runoff from new to old metadata -INFO: Converting local name upd_mf of variable cumulative_atmosphere_updraft_convective_mass_flux from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_for_cloud_fraction_in_3d_arrays_for_microphysics) of variable cloud_fraction_for_MG from new to old metadata -INFO: Converting local name indcld of variable index_for_cloud_fraction_in_3d_arrays_for_microphysics from new to old metadata -INFO: Converting local name vegtype of variable vegetation_type_classification from new to old metadata -INFO: Converting local name ied of variable ending_x_direction_index_domain from new to old metadata -INFO: Converting local name transa of variable cumulative_transpiration_flux_multiplied_by_timestep from new to old metadata -INFO: Converting local name dt3dt(:,:,2) of variable cumulative_change_in_temperature_due_to_shortwave_radiation from new to old metadata -INFO: Converting local name dvsfc_ls of variable integrated_y_momentum_flux_from_large_scale_gwd from new to old metadata -INFO: Converting local name snowd_ocean of variable surface_snow_thickness_water_equivalent_over_ocean from new to old metadata -INFO: Converting local name clouds(:,:,2) of variable cloud_liquid_water_path from new to old metadata -INFO: Converting local name visbmui of variable surface_upwelling_direct_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name plvl of variable air_pressure_at_interface_for_radiation_in_hPa from new to old metadata -INFO: Converting local name uustar_land of variable surface_friction_velocity_over_land from new to old metadata -INFO: Converting local name phy_myj_akms of variable momentum_exchange_coefficient_for_MYJ_schemes from new to old metadata -INFO: Converting local name cnv_fice of variable ice_fraction_in_convective_tower from new to old metadata -INFO: Converting local name nbdlw of variable number_of_aerosol_bands_for_longwave_radiation from new to old metadata -INFO: Converting local name dudt_mtb of variable instantaneous_change_in_x_wind_due_to_mountain_blocking_drag from new to old metadata -INFO: Converting local name rb_ocean of variable bulk_richardson_number_at_lowest_model_level_over_ocean from new to old metadata -INFO: Converting local name ccnorm of variable flag_for_cloud_condensate_normalized_by_cloud_cover from new to old metadata -INFO: Converting local name dqdt of variable tendency_of_tracers_due_to_model_physics from new to old metadata -INFO: Converting local name u10m of variable x_wind_at_10m from new to old metadata -INFO: Converting local name tmpmin of variable minimum_temperature_at_2m from new to old metadata -INFO: Converting local name save_u of variable x_wind_save from new to old metadata -INFO: Converting local name tsnow of variable snow_temperature_bottom_first_layer from new to old metadata -INFO: Converting local name kind_INTEGER of variable kind_INTEGER from new to old metadata -INFO: Converting local name nswsfc_cpl of variable cumulative_surface_net_downward_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name vgrs(:,1) of variable y_wind_at_lowest_model_layer from new to old metadata -INFO: Converting local name bl_mynn_edmf_tke of variable edmf_tke_transport_flag from new to old metadata -INFO: Converting local name tile_num of variable number_of_tile from new to old metadata -INFO: Converting local name con_pi of variable pi from new to old metadata -INFO: Converting local name abem of variable instantaneous_anthopogenic_and_biomass_burning_emissions from new to old metadata -INFO: Converting local name latidxprnt of variable latitude_index_in_debug_printouts from new to old metadata -INFO: Converting local name tcrf of variable cloud_phase_transition_denominator from new to old metadata -INFO: Converting local name cpilist of variable specific_heat_capacities_for_multi_gases_physics from new to old metadata -INFO: Converting local name tprcp_ocean of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_ocean from new to old metadata -INFO: Converting local name vgrs of variable y_wind from new to old metadata -INFO: Converting local name me of variable mpi_rank from new to old metadata -INFO: Converting local name nseffr of variable index_for_snow_effective_radius from new to old metadata -INFO: Converting local name crtrh(1) of variable critical_relative_humidity_at_surface from new to old metadata -INFO: Converting local name nrcm of variable array_dimension_of_random_number from new to old metadata -INFO: Converting local name phy_f2d(:,2) of variable surface_air_pressure_at_previous_time_step from new to old metadata -INFO: Converting local name totice of variable accumulated_lwe_thickness_of_ice_amount from new to old metadata -INFO: Converting local name vdftra of variable vertically_diffused_tracer_concentration from new to old metadata -INFO: Converting local name clam_shal of variable entrainment_rate_coefficient_shallow_convection from new to old metadata -INFO: Converting local name ulwsfc of variable cumulative_surface_upwelling_longwave_flux_multiplied_by_timestep from new to old metadata -INFO: Converting local name cldf of variable cloud_area_fraction from new to old metadata -INFO: Converting local name prslk of variable dimensionless_exner_function_at_model_layers from new to old metadata -INFO: Converting local name imp_physics_wsm6 of variable flag_for_wsm6_microphysics_scheme from new to old metadata -INFO: Converting local name blksz(ccpp_block_number) of variable horizontal_loop_extent from new to old metadata -INFO: Converting local name dtp of variable time_step_for_physics from new to old metadata -INFO: Converting local name nnirdf_cpl of variable cumulative_surface_net_downward_diffuse_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name tsurf_ice of variable surface_skin_temperature_after_iteration_over_ice from new to old metadata -INFO: Converting local name snowfallac of variable total_accumulated_snowfall from new to old metadata -INFO: Converting local name solhr of variable forecast_hour_of_the_day from new to old metadata -INFO: Converting local name use_zmtnblck of variable flag_for_mountain_blocking from new to old metadata -INFO: Converting local name sfcflw_type of variable sfcflw_type from new to old metadata -INFO: Converting local name rhofr of variable density_of_frozen_precipitation from new to old metadata -INFO: Converting local name dxmax of variable maximum_scaling_factor_for_critical_relative_humidity from new to old metadata -INFO: Converting local name rainc_cpl of variable lwe_thickness_of_convective_precipitation_amount_for_coupling from new to old metadata -INFO: Converting local name prautco of variable coefficient_from_cloud_water_to_rain from new to old metadata -INFO: Converting local name cumabs of variable maximum_column_heating_rate from new to old metadata -INFO: Converting local name Statein of variable GFS_statein_type_instance from new to old metadata -INFO: Converting local name ntasks of variable mpi_size from new to old metadata -INFO: Converting local name qsq of variable q_prime_squared from new to old metadata -INFO: Converting local name bl_mynn_mixqt of variable mix_total_water_flag from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_turbulent_kinetic_energy) of variable tendency_of_turbulent_kinetic_energy_due_to_model_physics from new to old metadata -INFO: Converting local name ntke of variable index_for_turbulent_kinetic_energy from new to old metadata -INFO: Converting local name kmp of variable top_layer_index_for_fast_physics from new to old metadata -INFO: Converting local name ffhh_ice of variable Monin_Obukhov_similarity_function_for_heat_over_ice from new to old metadata -INFO: Converting local name dq3dt(:,:,1) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_PBL from new to old metadata -INFO: Converting local name con_hfus of variable latent_heat_of_fusion_of_water_at_0C from new to old metadata -INFO: Converting local name isubc_lw of variable flag_for_lw_clouds_without_sub_grid_approximation from new to old metadata -INFO: Converting local name du3dt(:,:,3) of variable cumulative_change_in_x_wind_due_to_deep_convection from new to old metadata -INFO: Converting local name clx of variable fraction_of_grid_box_with_subgrid_orography_higher_than_critical_height from new to old metadata -INFO: Converting local name shoc_parm(4) of variable shoc_implicit_TKE_integration_uncentering_term from new to old metadata -INFO: Converting local name gasvmr(:,:,7) of variable volume_mixing_ratio_cfc12 from new to old metadata -INFO: Converting local name cappa of variable cappa_moist_gas_constant_at_Lagrangian_surface from new to old metadata -INFO: Converting local name cf_upi of variable convective_cloud_fraction_for_microphysics from new to old metadata -INFO: Converting local name cdata of variable ccpp_t_instance from new to old metadata -INFO: Converting local name phy_myj_akhs of variable heat_exchange_coefficient_for_MYJ_schemes from new to old metadata -INFO: Converting local name sedim of variable instantaneous_sedimentation from new to old metadata -INFO: Converting local name graupelmp of variable lwe_thickness_of_graupel_amount from new to old metadata -INFO: Converting local name skebu_wts of variable weights_for_stochastic_skeb_perturbation_of_x_wind_flipped from new to old metadata -INFO: Converting local name GFS_control_type of variable GFS_control_type from new to old metadata -INFO: Converting local name yearlen of variable number_of_days_in_year from new to old metadata -INFO: Converting local name save_q(:,:,index_for_water_vapor) of variable water_vapor_specific_humidity_save from new to old metadata -INFO: Converting local name smois of variable volume_fraction_of_soil_moisture_for_land_surface_model from new to old metadata -INFO: Converting local name gq0(:,:,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio_updated_by_physics from new to old metadata -INFO: Converting local name pwat of variable column_precipitable_water from new to old metadata -INFO: Converting local name cld1d of variable cloud_work_function from new to old metadata -INFO: Converting local name qvi of variable gas_tracers_for_multi_gas_physics_at_Lagrangian_surface from new to old metadata -INFO: Converting local name gabsbdlw of variable surface_downwelling_longwave_flux_absorbed_by_ground from new to old metadata -INFO: Converting local name tau_ngw of variable time_integral_of_momentum_flux_due_to_nonstationary_gravity_wave from new to old metadata -INFO: Converting local name xlat_d of variable latitude_degree from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_for_ice_effective_radius) of variable effective_radius_of_stratiform_cloud_ice_particle_in_um from new to old metadata -INFO: Converting local name nieffr of variable index_for_ice_effective_radius from new to old metadata -INFO: Converting local name do_ca of variable flag_for_cellular_automata from new to old metadata -INFO: Converting local name wtxy of variable water_storage_in_aquifer_and_saturated_soil from new to old metadata -INFO: Converting local name srunoff of variable surface_runoff from new to old metadata -INFO: Converting local name ntrnc of variable index_for_rain_number_concentration from new to old metadata -INFO: Converting local name ustm of variable surface_friction_velocity_drag from new to old metadata -INFO: Converting local name cnvprcp of variable cumulative_lwe_thickness_of_convective_precipitation_amount from new to old metadata -INFO: Converting local name imfdeepcnv_samf of variable flag_for_samf_deep_convection_scheme from new to old metadata -INFO: Converting local name si of variable vertical_sigma_coordinate_for_radiation_initialization from new to old metadata -INFO: Converting local name gwdcu of variable tendency_of_x_wind_due_to_convective_gravity_wave_drag from new to old metadata -INFO: Converting local name elvmax of variable maximum_subgrid_orography from new to old metadata -INFO: Converting local name slimskin_cpl of variable sea_land_ice_mask_in from new to old metadata -INFO: Converting local name dtsfc_cice of variable surface_upward_sensible_heat_flux_for_coupling_interstitial from new to old metadata -INFO: Converting local name do_mynnedmf of variable do_mynnedmf from new to old metadata -INFO: Converting local name zorll of variable surface_roughness_length_over_land from new to old metadata -INFO: Converting local name nswsfci_cpl of variable instantaneous_surface_net_downward_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name do_cldice of variable mg_flag_for_cloud_ice_processes from new to old metadata -INFO: Converting local name alboldxy of variable snow_albedo_at_previous_time_step from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_graupel) of variable graupel_mixing_ratio from new to old metadata -INFO: Converting local name rhcmax of variable maximum_critical_relative_humidity from new to old metadata -INFO: Converting local name Stateout of variable GFS_stateout_type_instance from new to old metadata -INFO: Converting local name nirbmdi of variable surface_downwelling_direct_near_infrared_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name gfluxi of variable instantaneous_surface_ground_heat_flux from new to old metadata -INFO: Converting local name drainncprv of variable explicit_rainfall_rate_from_previous_timestep from new to old metadata -INFO: Converting local name gflx of variable upward_heat_flux_in_soil from new to old metadata -INFO: Converting local name hflx_ocean of variable kinematic_surface_upward_sensible_heat_flux_over_ocean from new to old metadata -INFO: Converting local name nvdiff of variable number_of_vertical_diffusion_tracers from new to old metadata -INFO: Converting local name dspheat of variable flag_TKE_dissipation_heating from new to old metadata -INFO: Converting local name fhswr of variable frequency_for_shortwave_radiation from new to old metadata -INFO: Converting local name nthreads of variable omp_threads from new to old metadata -INFO: Converting local name islmsk of variable sea_land_ice_mask from new to old metadata -INFO: Converting local name ntchmdiag of variable number_of_chemical_tracers_for_diagnostics from new to old metadata -INFO: Converting local name nstf_name(5) of variable vertical_temperature_average_range_upper_bound from new to old metadata -INFO: Converting local name forceq of variable moisture_tendency_due_to_dynamics from new to old metadata -INFO: Converting local name nseasalt of variable number_of_seasalt_bins_for_diagnostics from new to old metadata -INFO: Converting local name gasvmr(:,:,2) of variable volume_mixing_ratio_n2o from new to old metadata -INFO: Converting local name ctei_rml of variable grid_sensitive_critical_cloud_top_entrainment_instability_criteria from new to old metadata -INFO: Converting local name sfc_wts of variable weights_for_stochastic_surface_physics_perturbation from new to old metadata -INFO: Converting local name oc of variable convexity_of_subgrid_orography from new to old metadata -INFO: Converting local name ep1d of variable surface_upward_potential_latent_heat_flux from new to old metadata -INFO: Converting local name u10mmax of variable maximum_x_wind_at_10m from new to old metadata -INFO: Converting local name nca of variable number_of_independent_cellular_automata from new to old metadata -INFO: Converting local name rtmassxy of variable fine_root_mass from new to old metadata -INFO: Converting local name ffmm_ocean of variable Monin_Obukhov_similarity_function_for_momentum_over_ocean from new to old metadata -INFO: Converting local name pertlai of variable magnitude_of_perturbation_of_leaf_area_index from new to old metadata -INFO: Converting local name mg_ncnst of variable mg_drop_concentration_constant from new to old metadata -INFO: Converting local name pgcon_shal of variable momentum_transport_reduction_factor_pgf_shallow_convection from new to old metadata -INFO: Converting local name edmf_qc of variable emdf_updraft_cloud_water from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_graupel) of variable tendency_of_graupel_mixing_ratio_due_to_model_physics from new to old metadata -INFO: Converting local name acvt of variable largest_cloud_top_vertical_index_encountered_thus_far from new to old metadata -INFO: Converting local name cmm of variable surface_drag_wind_speed_for_momentum_in_air from new to old metadata -INFO: Converting local name dt_cool of variable sub_layer_cooling_amount from new to old metadata -INFO: Converting local name qc_r of variable cloud_liquid_water_mixing_ratio from new to old metadata -INFO: Converting local name ral_ts of variable time_scale_for_rayleigh_damping from new to old metadata -INFO: Converting local name GFS_diag_type of variable GFS_diag_type from new to old metadata -INFO: Converting local name dnirdfi_cpl of variable instantaneous_surface_downwelling_diffuse_near_infrared_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name chh_ice of variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_ice from new to old metadata -INFO: Converting local name flipv of variable flag_flip from new to old metadata -INFO: Converting local name ldiag_ugwp of variable diag_ugwp_flag from new to old metadata -INFO: Converting local name ctei_r of variable cloud_top_entrainment_instability_value from new to old metadata -INFO: Converting local name ccn_nm of variable ccn_number_concentration from new to old metadata -INFO: Converting local name edmf_ent of variable emdf_updraft_entrainment_rate from new to old metadata -INFO: Converting local name htswc of variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step from new to old metadata -INFO: Converting local name phy_myj_thz0 of variable potential_temperature_at_viscous_sublayer_top from new to old metadata -INFO: Converting local name bl_mynn_edmf of variable edmf_flag from new to old metadata -INFO: Converting local name con_rd of variable gas_constant_dry_air from new to old metadata -INFO: Converting local name qss_land of variable surface_specific_humidity_over_land from new to old metadata -INFO: Converting local name zt1d of variable perturbation_of_heat_to_momentum_roughness_length_ratio from new to old metadata -INFO: Converting local name imp_physics_zhao_carr of variable flag_for_zhao_carr_microphysics_scheme from new to old metadata -INFO: Converting local name delz of variable thickness_at_Lagrangian_surface from new to old metadata -INFO: Converting local name dtsfci of variable instantaneous_surface_upward_sensible_heat_flux_for_diag from new to old metadata -INFO: Converting local name dvsfc_fd of variable integrated_y_momentum_flux_from_form_drag from new to old metadata -INFO: Converting local name totprcpb of variable accumulated_lwe_thickness_of_precipitation_amount_in_bucket from new to old metadata -INFO: Converting local name tcr of variable cloud_phase_transition_threshold_temperature from new to old metadata -INFO: Converting local name clstp of variable convective_cloud_switch from new to old metadata -INFO: Converting local name isatmedmf_vdifq of variable choice_of_updated_scale_aware_TKE_moist_EDMF_PBL from new to old metadata -INFO: Converting local name coszen of variable cosine_of_zenith_angle from new to old metadata -INFO: Converting local name nifa2d of variable tendency_of_ice_friendly_aerosols_at_surface from new to old metadata -INFO: Converting local name icy of variable flag_nonzero_sea_ice_surface_fraction from new to old metadata -INFO: Converting local name dudt of variable tendency_of_x_wind_due_to_model_physics from new to old metadata -INFO: Converting local name bl_dnfr of variable downdraft_fraction_in_boundary_layer_mass_flux_scheme from new to old metadata -INFO: Converting local name snohf of variable snow_freezing_rain_upward_latent_heat_flux from new to old metadata -INFO: Converting local name bexp1d of variable perturbation_of_soil_type_b_parameter from new to old metadata -INFO: Converting local name faersw of variable aerosol_optical_properties_for_shortwave_bands_01_16 from new to old metadata -INFO: Converting local name dtdt of variable tendency_of_air_temperature_due_to_model_physics from new to old metadata -INFO: Converting local name nvisdf_cpl of variable cumulative_surface_net_downward_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name dqsfcin_cpl of variable surface_upward_latent_heat_flux_for_coupling from new to old metadata -INFO: Converting local name con_p0 of variable standard_atmospheric_pressure from new to old metadata -INFO: Converting local name con_epsq of variable minimum_value_of_specific_humidity from new to old metadata -INFO: Converting local name dusfci_cpl of variable instantaneous_surface_x_momentum_flux_for_coupling from new to old metadata -INFO: Converting local name ep1d_ice of variable surface_upward_potential_latent_heat_flux_over_ice from new to old metadata -INFO: Converting local name fhour of variable forecast_time from new to old metadata -INFO: Converting local name refl_10cm of variable radar_reflectivity_10cm from new to old metadata -INFO: Converting local name shum_wts of variable weights_for_stochastic_shum_perturbation_flipped from new to old metadata -INFO: Converting local name dspfac of variable tke_dissipative_heating_factor from new to old metadata -INFO: Converting local name nnirbmi_cpl of variable instantaneous_surface_net_downward_direct_near_infrared_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name c1_deep of variable detrainment_conversion_parameter_deep_convection from new to old metadata -INFO: Converting local name dt3dt(:,:,4) of variable cumulative_change_in_temperature_due_to_deep_convection from new to old metadata -INFO: Converting local name dv3dt(:,:,4) of variable cumulative_change_in_y_wind_due_to_convective_gravity_wave_drag from new to old metadata -INFO: Converting local name phy_myj_a1u of variable weight_for_momentum_at_viscous_sublayer_top from new to old metadata -INFO: Converting local name iopt_stc of variable flag_for_soil_and_snow_temperature_time_stepping_option from new to old metadata -INFO: Converting local name adjvisbmd of variable surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux from new to old metadata -INFO: Converting local name icloud_bl of variable couple_sgs_clouds_to_radiation_flag from new to old metadata -INFO: Converting local name rb of variable bulk_richardson_number_at_lowest_model_level from new to old metadata -INFO: Converting local name faerlw(:,:,:,2) of variable aerosol_single_scattering_albedo_for_longwave_bands_01_16 from new to old metadata -INFO: Converting local name phy_myj_elflx of variable kinematic_surface_latent_heat_flux from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_for_snow_effective_radius) of variable effective_radius_of_stratiform_cloud_snow_particle_in_um from new to old metadata -INFO: Converting local name iopt_tbot of variable flag_for_lower_boundary_soil_temperature_option from new to old metadata -INFO: Converting local name pdfflag of variable flag_for_pdf_for_morrison_gettelman_microphysics_scheme from new to old metadata -INFO: Converting local name do_aw of variable flag_for_Arakawa_Wu_adjustment from new to old metadata -INFO: Converting local name do_tofd of variable turb_oro_form_drag_flag from new to old metadata -INFO: Converting local name dqdti of variable instantaneous_water_vapor_specific_humidity_tendency_due_to_convection from new to old metadata -INFO: Converting local name qi_r of variable cloud_ice_mixing_ratio from new to old metadata -INFO: Converting local name flag_iter of variable flag_for_iteration from new to old metadata -INFO: Converting local name CLDFRA_BL of variable subgrid_cloud_fraction_pbl from new to old metadata -INFO: Converting local name zorl_ice of variable surface_roughness_length_over_ice_interstitial from new to old metadata -INFO: Converting local name dd_mf of variable instantaneous_atmosphere_downdraft_convective_mass_flux from new to old metadata -INFO: Converting local name visdfui of variable surface_upwelling_diffuse_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name julian of variable julian_day from new to old metadata -INFO: Converting local name cd_ice of variable surface_drag_coefficient_for_momentum_in_air_over_ice from new to old metadata -INFO: Converting local name iovr_lw of variable flag_for_max_random_overlap_clouds_for_longwave_radiation from new to old metadata -INFO: Converting local name lmp of variable adjusted_vertical_level_dimension_for_radiation from new to old metadata -INFO: Converting local name kdt of variable index_of_time_step from new to old metadata -INFO: Converting local name ushfsfci of variable instantaneous_surface_upward_sensible_heat_flux_for_chemistry_coupling from new to old metadata -INFO: Converting local name rb_land of variable bulk_richardson_number_at_lowest_model_level_over_land from new to old metadata -INFO: Converting local name uustar of variable surface_friction_velocity from new to old metadata -INFO: Converting local name adjnirbmu of variable surface_upwelling_direct_near_infrared_shortwave_flux from new to old metadata -INFO: Converting local name do_mynnsfclay of variable do_mynnsfclay from new to old metadata -INFO: Converting local name aero_in of variable flag_for_aerosol_input_MG from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_water_vapor) of variable tendency_of_water_vapor_specific_humidity_due_to_model_physics from new to old metadata -INFO: Converting local name mol of variable theta_star from new to old metadata -INFO: Converting local name fwetxy of variable area_fraction_of_wet_canopy from new to old metadata -INFO: Converting local name phy_f2d(:,1) of variable surface_air_pressure_two_time_steps_back from new to old metadata -INFO: Converting local name topflw of variable lw_fluxes_top_atmosphere from new to old metadata -INFO: Converting local name satmedmf of variable flag_for_scale_aware_TKE_moist_EDMF_PBL from new to old metadata -INFO: Converting local name waxy of variable water_storage_in_aquifer from new to old metadata -INFO: Converting local name snow of variable lwe_thickness_of_snow_amount_on_dynamics_timestep from new to old metadata -INFO: Converting local name ivegsrc of variable vegetation_type_dataset_choice from new to old metadata -INFO: Converting local name sigmaf of variable bounded_vegetation_area_fraction from new to old metadata -INFO: Converting local name f_rain of variable fraction_of_rain_water_cloud from new to old metadata -INFO: Converting local name dkt of variable instantaneous_atmosphere_heat_diffusivity from new to old metadata -INFO: Converting local name asolfac_deep of variable aerosol_aware_parameter_deep_convection from new to old metadata -INFO: Converting local name dv3dt(:,:,2) of variable cumulative_change_in_y_wind_due_to_orographic_gravity_wave_drag from new to old metadata -INFO: Converting local name ipr of variable horizontal_index_of_printed_column from new to old metadata -INFO: Converting local name npzcappa of variable vertical_dimension_for_cappa_at_Lagrangian_surface from new to old metadata -INFO: Converting local name clam_deep of variable entrainment_rate_coefficient_deep_convection from new to old metadata -INFO: Converting local name dusfci of variable instantaneous_surface_x_momentum_flux_for_diag from new to old metadata -INFO: Converting local name cs_parm(4) of variable detrainment_and_precipitation_tunable_parameter_4_CS from new to old metadata -INFO: Converting local name levsp1 of variable vertical_dimension_plus_one from new to old metadata -INFO: Converting local name con_cp of variable specific_heat_of_dry_air_at_constant_pressure from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_water_vapor) of variable water_vapor_specific_humidity from new to old metadata -INFO: Converting local name prsik(:,1) of variable dimensionless_exner_function_at_lowest_model_interface from new to old metadata -INFO: Converting local name gasvmr(:,:,5) of variable volume_mixing_ratio_co from new to old metadata -INFO: Converting local name mg_ngcons of variable mg_flag_graupel_concentration_constant from new to old metadata -INFO: Converting local name acsnow of variable accumulated_water_equivalent_of_frozen_precip from new to old metadata -INFO: Converting local name levsm1 of variable vertical_dimension_minus_one from new to old metadata -INFO: Converting local name phy_myj_a1t of variable weight_for_potental_temperature_at_viscous_sublayer_top from new to old metadata -INFO: Converting local name ntracp1 of variable number_of_tracers_plus_one from new to old metadata -INFO: Converting local name GFS_Data of variable GFS_data_type_instance_all_blocks from new to old metadata -INFO: Converting local name zol of variable surface_stability_parameter from new to old metadata -INFO: Converting local name CCPP_interstitial of variable CCPP_interstitial_type_instance from new to old metadata -INFO: Converting local name isd of variable starting_x_direction_index_domain from new to old metadata -INFO: Converting local name cplflx of variable flag_for_flux_coupling from new to old metadata -INFO: Converting local name lradar of variable flag_for_radar_reflectivity from new to old metadata -INFO: Converting local name iseed_ca of variable seed_for_random_number_generation_in_cellular_automata_scheme from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_for_convective_cloud_cover_in_phy_f3d) of variable convective_cloud_cover_in_phy_f3d from new to old metadata -INFO: Converting local name dqsfci of variable instantaneous_surface_upward_latent_heat_flux_for_diag from new to old metadata -INFO: Converting local name dxmin of variable minimum_scaling_factor_for_critical_relative_humidity from new to old metadata -INFO: Converting local name sppt_wts of variable weights_for_stochastic_sppt_perturbation from new to old metadata -INFO: Converting local name tahxy of variable canopy_air_temperature from new to old metadata -INFO: Converting local name imn of variable forecast_month from new to old metadata -INFO: Converting local name evcw of variable canopy_upward_latent_heat_flux from new to old metadata -INFO: Converting local name input_nml_file of variable namelist_filename_for_internal_file_reads from new to old metadata -INFO: Converting local name raddt of variable time_step_for_radiation from new to old metadata -INFO: Converting local name dvisbmi_cpl of variable instantaneous_surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name gwdcv of variable tendency_of_y_wind_due_to_convective_gravity_wave_drag from new to old metadata -INFO: Converting local name evbsa of variable cumulative_soil_upward_latent_heat_flux_multiplied_by_timestep from new to old metadata -INFO: Converting local name cldwrk of variable cumulative_cloud_work_function from new to old metadata -INFO: Converting local name npzdelz of variable vertical_dimension_for_thickness_at_Lagrangian_surface from new to old metadata -INFO: Converting local name dvsfc_cice of variable surface_y_momentum_flux_for_coupling_interstitial from new to old metadata -INFO: Converting local name ql of variable cloud_liquid_water_specific_humidity_at_Lagrangian_surface from new to old metadata -INFO: Converting local name imp_physics_fer_hires of variable flag_for_fer_hires_microphysics_scheme from new to old metadata -INFO: Converting local name dvdt of variable tendency_of_y_wind_due_to_model_physics from new to old metadata -INFO: Converting local name dusfc_cpl of variable cumulative_surface_x_momentum_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name prsl(:,1) of variable air_pressure_at_lowest_model_layer from new to old metadata -INFO: Converting local name ktop_shallow of variable k_level_of_highest_reaching_plume from new to old metadata -INFO: Converting local name sfcfsw of variable sw_fluxes_sfc from new to old metadata -INFO: Converting local name gv0 of variable y_wind_updated_by_physics from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_rain_water) of variable rain_water_mixing_ratio from new to old metadata -INFO: Converting local name cdq_ocean of variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_ocean from new to old metadata -INFO: Converting local name sfcalb(:,4) of variable surface_albedo_due_to_UV_and_VIS_diffused from new to old metadata -INFO: Converting local name gamq of variable countergradient_mixing_term_for_water_vapor from new to old metadata -INFO: Converting local name mdt of variable time_step_for_remapping_for_fast_physics from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_ice_cloud_condensate) of variable ice_water_mixing_ratio from new to old metadata -INFO: Converting local name sfcalb(:,2) of variable surface_albedo_due_to_near_IR_diffused from new to old metadata -INFO: Converting local name phy_fctd of variable cloud_base_mass_flux from new to old metadata -INFO: Converting local name weasd_land of variable water_equivalent_accumulated_snow_depth_over_land from new to old metadata -INFO: Converting local name nwfa2d of variable tendency_of_water_friendly_aerosols_at_surface from new to old metadata -INFO: Converting local name GFS_Control of variable GFS_control_type_instance from new to old metadata -INFO: Converting local name nncl of variable number_of_tracers_for_cloud_condensate from new to old metadata -INFO: Converting local name olyr of variable ozone_concentration_at_layer_for_radiation from new to old metadata -INFO: Converting local name tg3 of variable deep_soil_temperature from new to old metadata -INFO: Converting local name Radtend of variable GFS_radtend_type_instance from new to old metadata -INFO: Converting local name sinlat of variable sine_of_latitude from new to old metadata -INFO: Converting local name sppt_wts of variable weights_for_stochastic_sppt_perturbation_flipped from new to old metadata -INFO: Converting local name ng of variable number_of_ghost_zones from new to old metadata -INFO: Converting local name phil of variable geopotential from new to old metadata -INFO: Converting local name flag_frsoil of variable flag_for_frozen_soil_physics from new to old metadata -INFO: Converting local name faersw(:,:,:,2) of variable aerosol_single_scattering_albedo_for_shortwave_bands_01_16 from new to old metadata -INFO: Converting local name qc of variable cloud_fraction_at_Lagrangian_surface from new to old metadata -INFO: Converting local name do_sfcperts of variable flag_for_stochastic_surface_perturbations from new to old metadata -INFO: Converting local name betas_deep of variable downdraft_fraction_reaching_surface_over_ocean_deep_convection from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_rain_number_concentration) of variable rain_number_concentration from new to old metadata -INFO: Converting local name ifd of variable index_of_dtlm_start from new to old metadata -INFO: Converting local name area of variable cell_area_for_fast_physics from new to old metadata -INFO: Converting local name trans_trac of variable flag_for_convective_transport_of_tracers from new to old metadata -INFO: Converting local name isatmedmf of variable choice_of_scale_aware_TKE_moist_EDMF_PBL from new to old metadata -INFO: Converting local name old_monin of variable flag_for_old_PBL_scheme from new to old metadata -INFO: Converting local name cplchm of variable flag_for_chemistry_coupling from new to old metadata -INFO: Converting local name raincprv of variable lwe_thickness_of_convective_precipitation_amount_from_previous_timestep from new to old metadata -INFO: Converting local name u1 of variable x_wind_at_lowest_model_layer_for_diag from new to old metadata -INFO: Converting local name gw_dvdt of variable tendency_of_y_wind_due_to_ugwp from new to old metadata -INFO: Converting local name dtsfc1 of variable instantaneous_surface_upward_sensible_heat_flux from new to old metadata -INFO: Converting local name gasvmr(:,:,9) of variable volume_mixing_ratio_ccl4 from new to old metadata -INFO: Converting local name semis_ice of variable surface_longwave_emissivity_over_ice_interstitial from new to old metadata -INFO: Converting local name zmtb of variable time_integral_of_height_of_mountain_blocking from new to old metadata -INFO: Converting local name dtauy2d_fd of variable y_momentum_tendency_from_form_drag from new to old metadata -INFO: Converting local name lakefrac of variable lake_area_fraction from new to old metadata -INFO: Converting local name do_myjpbl of variable do_myjpbl from new to old metadata -INFO: Converting local name sncovr of variable surface_snow_area_fraction_over_land from new to old metadata -INFO: Converting local name spd10max of variable maximum_wind_at_10m_over_maximum_hourly_time_interval from new to old metadata -INFO: Converting local name faerlw(:,:,:,3) of variable aerosol_asymmetry_parameter_for_longwave_bands_01_16 from new to old metadata -INFO: Converting local name adjsfculw_ocean of variable surface_upwelling_longwave_flux_over_ocean_interstitial from new to old metadata -INFO: Converting local name nscfshoc of variable index_of_subgrid_scale_cloud_fraction_from_shoc_in_phy_f3d from new to old metadata -INFO: Converting local name qv_r of variable humidity_mixing_ratio from new to old metadata -INFO: Converting local name gq0(:,:,index_for_water_vapor) of variable water_vapor_specific_humidity_updated_by_physics from new to old metadata -INFO: Converting local name lsnow_lsm of variable snow_vertical_dimension_for_land_surface_model from new to old metadata -INFO: Converting local name dv3dt_ngw of variable time_integral_of_change_in_y_wind_due_to_nonstationary_gravity_wave from new to old metadata -INFO: Converting local name tlyr of variable air_temperature_at_layer_for_radiation from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_turbulent_kinetic_energy) of variable turbulent_kinetic_energy from new to old metadata -INFO: Converting local name h2opl of variable h2o_forcing from new to old metadata -INFO: Converting local name smc of variable volume_fraction_of_soil_moisture from new to old metadata -INFO: Converting local name latr of variable number_of_latitude_points from new to old metadata -INFO: Converting local name crick_proof of variable flag_for_CRICK_proof_cloud_water from new to old metadata -INFO: Converting local name ssem of variable instantaneous_seasalt_emission_flux from new to old metadata -INFO: Converting local name xlai1d of variable perturbation_of_leaf_area_index from new to old metadata -INFO: Converting local name tdoms of variable dominant_snow_type from new to old metadata -INFO: Converting local name canopy of variable canopy_water_amount from new to old metadata -INFO: Converting local name dtauy2d_ss of variable y_momentum_tendency_from_small_scale_gwd from new to old metadata -INFO: Converting local name forcet of variable temperature_tendency_due_to_dynamics from new to old metadata -INFO: Converting local name snowmt of variable surface_snow_melt from new to old metadata -INFO: Converting local name ttendlim of variable limit_for_temperature_tendency_for_microphysics from new to old metadata -INFO: Converting local name clouds(:,:,6) of variable cloud_rain_water_path from new to old metadata -INFO: Converting local name sigmafrac of variable convective_updraft_area_fraction from new to old metadata -INFO: Converting local name tau_tofd of variable instantaneous_momentum_flux_due_to_turbulent_orographic_form_drag from new to old metadata -INFO: Converting local name gq0(:,:,index_for_ice_friendly_aerosols) of variable ice_friendly_aerosol_number_concentration_updated_by_physics from new to old metadata -INFO: Converting local name nsswr of variable number_of_timesteps_between_shortwave_radiation_calls from new to old metadata -INFO: Converting local name ulwsfc_cice of variable surface_upwelling_longwave_flux_for_coupling_interstitial from new to old metadata -INFO: Converting local name dq3dt(:,:,8) of variable cumulative_change_in_ozone_concentration_due_to_temperature from new to old metadata -INFO: Converting local name stress_ice of variable surface_wind_stress_over_ice from new to old metadata -INFO: Converting local name is of variable starting_x_direction_index from new to old metadata -INFO: Converting local name sbsno of variable snow_deposition_sublimation_upward_latent_heat_flux from new to old metadata -INFO: Converting local name cnvprcpb of variable cumulative_lwe_thickness_of_convective_precipitation_amount_in_bucket from new to old metadata -INFO: Converting local name rdlai of variable flag_for_reading_leaf_area_index_from_input from new to old metadata -INFO: Converting local name phy_f3d(:,:,4) of variable water_vapor_specific_humidity_at_previous_time_step from new to old metadata -INFO: Converting local name area of variable cell_area from new to old metadata -INFO: Converting local name con_eps of variable ratio_of_dry_air_to_water_vapor_gas_constants from new to old metadata -INFO: Converting local name edmf_a of variable emdf_updraft_area from new to old metadata -INFO: Converting local name dusfc1 of variable instantaneous_surface_x_momentum_flux from new to old metadata -INFO: Converting local name qlcn of variable mass_fraction_of_convective_cloud_liquid_water from new to old metadata -INFO: Converting local name fh2_land of variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_land from new to old metadata -INFO: Converting local name tprcp_land of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_land from new to old metadata -INFO: Converting local name chh_land of variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_land from new to old metadata -INFO: Converting local name dt3dt(:,:,1) of variable cumulative_change_in_temperature_due_to_longwave_radiation from new to old metadata -INFO: Converting local name nfracseed of variable cellular_automata_seed_probability from new to old metadata -INFO: Converting local name cwm of variable total_cloud_condensate_mixing_ratio_updated_by_physics from new to old metadata -INFO: Converting local name u10max of variable maximum_u_wind_at_10m_over_maximum_hourly_time_interval from new to old metadata -INFO: Converting local name dvsfc_ss of variable integrated_y_momentum_flux_from_small_scale_gwd from new to old metadata -INFO: Converting local name smcref2 of variable threshold_volume_fraction_of_condensed_water_in_soil from new to old metadata -INFO: Converting local name kcnv of variable flag_deep_convection from new to old metadata -INFO: Converting local name keepsmfr of variable volume_fraction_of_frozen_soil_moisture_for_land_surface_model from new to old metadata -INFO: Converting local name frain of variable dynamics_to_physics_timestep_ratio from new to old metadata -INFO: Converting local name debug of variable flag_debug from new to old metadata -INFO: Converting local name qrn of variable local_rain_water_mixing_ratio from new to old metadata -INFO: Converting local name tsfc_ocean of variable surface_skin_temperature_over_ocean_interstitial from new to old metadata -INFO: Converting local name levr of variable number_of_vertical_layers_for_radiation_calculations from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_graupel_number_concentration) of variable graupel_number_concentration from new to old metadata -INFO: Converting local name bl_upfr of variable updraft_fraction_in_boundary_layer_mass_flux_scheme from new to old metadata -INFO: Converting local name nsfcpert of variable number_of_surface_perturbations from new to old metadata -INFO: Converting local name evpco of variable coefficient_for_evaporation_of_rainfall from new to old metadata -INFO: Converting local name iems of variable flag_for_surface_emissivity_control from new to old metadata -INFO: Converting local name dlwsfc of variable cumulative_surface_downwelling_longwave_flux_multiplied_by_timestep from new to old metadata -INFO: Converting local name cimin of variable minimum_sea_ice_concentration from new to old metadata -INFO: Converting local name zs of variable depth_of_soil_levels_for_land_surface_model from new to old metadata -INFO: Converting local name fm10_land of variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_land from new to old metadata -INFO: Converting local name lsm_noahmp of variable flag_for_noahmp_land_surface_scheme from new to old metadata -INFO: Converting local name cs_parm(1) of variable updraft_velocity_tunable_parameter_1_CS from new to old metadata -INFO: Converting local name z_c of variable sub_layer_cooling_thickness from new to old metadata -INFO: Converting local name rainc of variable lwe_thickness_of_convective_precipitation_amount_on_dynamics_timestep from new to old metadata -INFO: Converting local name do_cnvgwd of variable flag_for_convective_gravity_wave_drag from new to old metadata -INFO: Converting local name nlunit of variable iounit_namelist from new to old metadata -INFO: Converting local name gw_dtdt of variable tendency_of_air_temperature_due_to_ugwp from new to old metadata -INFO: Converting local name phy_myj_vz0 of variable v_wind_component_at_viscous_sublayer_top from new to old metadata -INFO: Converting local name dusfc_ss of variable integrated_x_momentum_flux_from_small_scale_gwd from new to old metadata -INFO: Converting local name reset of variable flag_reset_maximum_hourly_fields from new to old metadata -INFO: Converting local name idat of variable date_and_time_at_model_initialization from new to old metadata -INFO: Converting local name oceanfrac of variable sea_area_fraction from new to old metadata -INFO: Converting local name rho_h2o of variable density_of_fresh_water from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_ozone) of variable ozone_mixing_ratio from new to old metadata -INFO: Converting local name qv of variable water_vapor_specific_humidity_at_Lagrangian_surface from new to old metadata -INFO: Converting local name adjnirdfd of variable surface_downwelling_diffuse_near_infrared_shortwave_flux from new to old metadata -INFO: Converting local name ca_global of variable flag_for_global_cellular_automata from new to old metadata -INFO: Converting local name landfrac of variable land_area_fraction from new to old metadata -INFO: Converting local name iopt_btr of variable flag_for_soil_moisture_factor_stomatal_resistance_option from new to old metadata -INFO: Converting local name cqs2 of variable surface_exchange_coefficient_for_moisture_at_2m from new to old metadata -INFO: Converting local name snohfa of variable cumulative_snow_freezing_rain_upward_latent_heat_flux_multiplied_by_timestep from new to old metadata -INFO: Converting local name nvisbm_cpl of variable cumulative_surface_net_downward_direct_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name GFS_sfcprop_type of variable GFS_sfcprop_type from new to old metadata -INFO: Converting local name oz_phys of variable flag_for_ozone_physics from new to old metadata -INFO: Converting local name rhowater of variable liquid_water_density from new to old metadata -INFO: Converting local name zsnsoxy of variable layer_bottom_depth_from_snow_surface from new to old metadata -INFO: Converting local name nthresh of variable threshold_for_perturbed_vertical_velocity from new to old metadata -INFO: Converting local name phy_f3d(:,:,1) of variable air_temperature_two_time_steps_back from new to old metadata -INFO: Converting local name gq0(:,:,index_for_water_friendly_aerosols) of variable water_friendly_aerosol_number_concentration_updated_by_physics from new to old metadata -INFO: Converting local name wetness of variable normalized_soil_wetness_for_land_surface_model from new to old metadata -INFO: Converting local name v10mi_cpl of variable instantaneous_y_wind_at_10m_for_coupling from new to old metadata -INFO: Converting local name rh02min of variable minimum_relative_humidity_at_2m_over_maximum_hourly_time_interval from new to old metadata -INFO: Converting local name nf_aelw of variable number_of_aerosol_output_fields_for_longwave_radiation from new to old metadata -INFO: Converting local name isubc_sw of variable flag_for_sw_clouds_without_sub_grid_approximation from new to old metadata -INFO: Converting local name gq0(:,:,index_for_rain_number_concentration) of variable rain_number_concentration_updated_by_physics from new to old metadata -INFO: Converting local name dvsfc1 of variable instantaneous_surface_y_momentum_flux from new to old metadata -INFO: Converting local name nirdfdi of variable surface_downwelling_diffuse_near_infrared_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name isatmedmf_vdif of variable choice_of_original_scale_aware_TKE_moist_EDMF_PBL from new to old metadata -INFO: Converting local name fprcp of variable number_of_frozen_precipitation_species from new to old metadata -INFO: Converting local name tsurf_land of variable surface_skin_temperature_after_iteration_over_land from new to old metadata -INFO: Converting local name kd of variable vertical_index_difference_between_inout_and_local from new to old metadata -INFO: Converting local name LTP of variable extra_top_layer from new to old metadata -INFO: Converting local name solcon of variable solar_constant from new to old metadata -INFO: Converting local name gq0(:,:,index_for_snow_number_concentration) of variable snow_number_concentration_updated_by_physics from new to old metadata -INFO: Converting local name bl_mynn_tkebudget of variable tke_budget from new to old metadata -INFO: Converting local name xu of variable diurnal_thermocline_layer_x_current from new to old metadata -INFO: Converting local name bl_mynn_tkeadvect of variable tke_advect from new to old metadata -INFO: Converting local name hflx_ice of variable kinematic_surface_upward_sensible_heat_flux_over_ice from new to old metadata -INFO: Converting local name smcwlt2 of variable volume_fraction_of_condensed_water_in_soil_at_wilting_point from new to old metadata -INFO: Converting local name imfdeepcnv of variable flag_for_mass_flux_deep_convection_scheme from new to old metadata -INFO: Converting local name ntchm of variable number_of_chemical_tracers from new to old metadata -INFO: Converting local name ncpl of variable local_condesed_water_number_concentration from new to old metadata -INFO: Converting local name vvl of variable omega from new to old metadata -INFO: Converting local name xkzminv of variable atmosphere_heat_diffusivity_background_maximum from new to old metadata -INFO: Converting local name snowc of variable surface_snow_area_fraction from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_of_subgrid_scale_cloud_fraction_from_shoc_in_phy_f3d) of variable subgrid_scale_cloud_fraction_from_shoc from new to old metadata -INFO: Converting local name du3dt(:,:,4) of variable cumulative_change_in_x_wind_due_to_convective_gravity_wave_drag from new to old metadata -INFO: Converting local name jcap of variable number_of_spectral_wave_trancation_for_sas from new to old metadata -INFO: Converting local name cd_ocean of variable surface_drag_coefficient_for_momentum_in_air_over_ocean from new to old metadata -INFO: Converting local name vfrac of variable vegetation_area_fraction from new to old metadata -INFO: Converting local name dvdftra of variable tendency_of_vertically_diffused_tracer_concentration from new to old metadata -INFO: Converting local name npzp1 of variable vertical_dimension_for_fast_physics_plus_one from new to old metadata -INFO: Converting local name duem of variable instantaneous_dust_emission_flux from new to old metadata -INFO: Converting local name prslrd0 of variable pressure_cutoff_for_rayleigh_damping from new to old metadata -INFO: Converting local name q2m of variable specific_humidity_at_2m from new to old metadata -INFO: Converting local name chs2 of variable surface_exchange_coefficient_for_heat_at_2m from new to old metadata -INFO: Converting local name lfmassxy of variable leaf_mass from new to old metadata -INFO: Converting local name phy_f3d(:,:,2) of variable water_vapor_specific_humidity_two_time_steps_back from new to old metadata -INFO: Converting local name rainp of variable tendency_of_rain_water_mixing_ratio_due_to_microphysics from new to old metadata -INFO: Converting local name ud_mf of variable instantaneous_atmosphere_updraft_convective_mass_flux from new to old metadata -INFO: Converting local name dudt_tms of variable instantaneous_change_in_x_wind_due_to_turbulent_orographic_form_drag from new to old metadata -INFO: Converting local name mg3_as_mg2 of variable flag_mg3_as_mg2 from new to old metadata -INFO: Converting local name htlw0 of variable tendency_of_air_temperature_due_to_longwave_heating_assuming_clear_sky_on_radiation_time_step from new to old metadata -INFO: Converting local name w_d of variable coefficient_w_d from new to old metadata -INFO: Converting local name shdmax of variable maximum_vegetation_area_fraction from new to old metadata -INFO: Converting local name iccn of variable flag_for_in_ccn_forcing_for_morrison_gettelman_microphysics from new to old metadata -INFO: Converting local name htlwc of variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step from new to old metadata -INFO: Converting local name scmpsw of variable components_of_surface_downward_shortwave_fluxes from new to old metadata -INFO: Converting local name tgrs(:,1) of variable air_temperature_at_lowest_model_layer from new to old metadata -INFO: Converting local name cmxy of variable surface_drag_coefficient_for_momentum_for_noahmp from new to old metadata -INFO: Converting local name snowd_land of variable surface_snow_thickness_water_equivalent_over_land from new to old metadata -INFO: Converting local name clouds(:,:,5) of variable mean_effective_radius_for_ice_cloud from new to old metadata -INFO: Converting local name xz of variable diurnal_thermocline_layer_thickness from new to old metadata -INFO: Converting local name tsfg of variable surface_ground_temperature_for_radiation from new to old metadata -INFO: Converting local name dkt of variable atmosphere_heat_diffusivity from new to old metadata -INFO: Converting local name qgrs of variable tracer_concentration from new to old metadata -INFO: Converting local name pgcon_deep of variable momentum_transport_reduction_factor_pgf_deep_convection from new to old metadata -INFO: Converting local name wind10mmax of variable maximum_wind_at_10m from new to old metadata -INFO: Converting local name slopetype of variable surface_slope_classification from new to old metadata -INFO: Converting local name Intdiag of variable GFS_diag_type_instance from new to old metadata -INFO: Converting local name mg_nccons of variable mg_flag_drop_concentration_constant from new to old metadata -INFO: Converting local name adjvisdfd of variable surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_snow_water) of variable tendency_of_snow_water_mixing_ratio_due_to_model_physics from new to old metadata -INFO: Converting local name nlwsfc_cpl of variable cumulative_surface_net_downward_longwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name clouds(:,:,9) of variable mean_effective_radius_for_snow_flake from new to old metadata -INFO: Converting local name con_cvap of variable specific_heat_of_water_vapor_at_constant_pressure from new to old metadata -INFO: Converting local name drydep of variable instantaneous_dry_deposition from new to old metadata -INFO: Converting local name semis_ocean of variable surface_longwave_emissivity_over_ocean_interstitial from new to old metadata -INFO: Converting local name master of variable mpi_root from new to old metadata -INFO: Converting local name gamt of variable countergradient_mixing_term_for_temperature from new to old metadata -INFO: Converting local name redrag of variable flag_for_reduced_drag_coefficient_over_sea from new to old metadata -INFO: Converting local name gq0(:,:,index_for_ozone) of variable ozone_concentration_updated_by_physics from new to old metadata -INFO: Converting local name do_skeb of variable flag_for_stochastic_skeb_option from new to old metadata -INFO: Converting local name qg_r of variable mass_weighted_rime_factor_mixing_ratio from new to old metadata -INFO: Converting local name min_seaice of variable sea_ice_minimum from new to old metadata -INFO: Converting local name betal_deep of variable downdraft_fraction_reaching_surface_over_land_deep_convection from new to old metadata -INFO: Converting local name alvwf of variable mean_vis_albedo_with_weak_cosz_dependency from new to old metadata -INFO: Converting local name do_gwd of variable flag_for_gravity_wave_drag from new to old metadata -INFO: Converting local name nf_aesw of variable number_of_aerosol_output_fields_for_shortwave_radiation from new to old metadata -INFO: Converting local name avg_max_length of variable time_interval_for_maximum_hourly_fields from new to old metadata -INFO: Converting local name tdomzr of variable dominant_freezing_rain_type from new to old metadata -INFO: Converting local name toticeb of variable accumulated_lwe_thickness_of_ice_amount_in_bucket from new to old metadata -INFO: Converting local name isppt_deep of variable flag_for_combination_of_sppt_with_isppt_deep from new to old metadata -INFO: Converting local name ice of variable lwe_thickness_of_ice_amount_on_dynamics_timestep from new to old metadata -INFO: Converting local name dq3dt(:,:,9) of variable cumulative_change_in_ozone_concentration_due_to_overhead_ozone_column from new to old metadata -INFO: Converting local name lsidea of variable flag_idealized_physics from new to old metadata -INFO: Converting local name ico2 of variable flag_for_using_prescribed_global_mean_co2_value from new to old metadata -INFO: Converting local name evap_ice of variable kinematic_surface_upward_latent_heat_flux_over_ice from new to old metadata -INFO: Converting local name do_awdd of variable flag_arakawa_wu_downdraft from new to old metadata -INFO: Converting local name hetfrz_classnuc of variable mg_flag_for_heterogeneous_freezing from new to old metadata -INFO: Converting local name mpiroot of variable mpi_root_for_fast_physics from new to old metadata -INFO: Converting local name dq3dt(:,:,4) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_microphysics from new to old metadata -INFO: Converting local name GFS_coupling_type of variable GFS_coupling_type from new to old metadata -INFO: Converting local name psurfi_cpl of variable instantaneous_surface_air_pressure_for_coupling from new to old metadata -INFO: Converting local name xkzm_h of variable atmosphere_heat_diffusivity_background from new to old metadata -INFO: Converting local name rh02max of variable maximum_relative_humidity_at_2m_over_maximum_hourly_time_interval from new to old metadata -INFO: Converting local name tmpmax of variable maximum_temperature_at_2m from new to old metadata -INFO: Converting local name fscav of variable fraction_of_tracer_scavenged from new to old metadata -INFO: Converting local name ntiwx of variable index_for_ice_cloud_condensate_vertical_diffusion_tracer from new to old metadata -INFO: Converting local name gasvmr(:,:,4) of variable volume_mixing_ratio_o2 from new to old metadata -INFO: Converting local name dpt2m of variable dewpoint_temperature_at_2m from new to old metadata -INFO: Converting local name mg_do_liq_liu of variable mg_flag_for_liu_liquid_treatment from new to old metadata -INFO: Converting local name ffhh_land of variable Monin_Obukhov_similarity_function_for_heat_over_land from new to old metadata -INFO: Converting local name crtrh(3) of variable critical_relative_humidity_at_top_of_atmosphere from new to old metadata -INFO: Converting local name smcwtdxy of variable soil_water_content_between_soil_bottom_and_water_table from new to old metadata -INFO: Converting local name visbmdi of variable surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name cdq_ice of variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_ice from new to old metadata -INFO: Converting local name adjnirdfu of variable surface_upwelling_diffuse_near_infrared_shortwave_flux from new to old metadata -INFO: Converting local name wcbmax of variable maximum_updraft_velocity_at_cloud_base from new to old metadata -INFO: Converting local name tsflw of variable surface_midlayer_air_temperature_in_longwave_radiation from new to old metadata -INFO: Converting local name asolfac_shal of variable aerosol_aware_parameter_shallow_convection from new to old metadata -INFO: Converting local name gabsbdlw_ocean of variable surface_downwelling_longwave_flux_absorbed_by_ground_over_ocean from new to old metadata -INFO: Converting local name de_lgth of variable cloud_decorrelation_length from new to old metadata -INFO: Converting local name GFS_interstitial_type of variable GFS_interstitial_type from new to old metadata -INFO: Converting local name imap of variable map_of_block_column_number_to_global_i_index from new to old metadata -INFO: Converting local name plyr of variable air_pressure_at_layer_for_radiation_in_hPa from new to old metadata -INFO: Converting local name skip_macro of variable flag_skip_macro from new to old metadata -INFO: Converting local name tsnoxy of variable snow_temperature from new to old metadata -INFO: Converting local name sbsnoa of variable cumulative_snow_deposition_sublimation_upward_latent_heat_flux_multiplied_by_timestep from new to old metadata -INFO: Converting local name prcpmp of variable lwe_thickness_of_explicit_precipitation_amount from new to old metadata -INFO: Converting local name clcn of variable convective_cloud_volume_fraction from new to old metadata -INFO: Converting local name gt0 of variable air_temperature_updated_by_physics from new to old metadata -INFO: Converting local name gamma of variable anisotropy_of_subgrid_orography from new to old metadata -INFO: Converting local name uconvtend of variable tendency_of_x_wind_due_to_deep_convection_for_coupling_on_physics_timestep from new to old metadata -INFO: Converting local name dswsfci_cpl of variable instantaneous_surface_downwelling_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name delp of variable pressure_thickness_at_Lagrangian_surface from new to old metadata -INFO: Converting local name lsm_ruc of variable flag_for_ruc_land_surface_scheme from new to old metadata -INFO: Converting local name dt_mf of variable instantaneous_atmosphere_detrainment_convective_mass_flux from new to old metadata -INFO: Converting local name d_conv of variable free_convection_layer_thickness from new to old metadata -INFO: Converting local name nlwsfci_cpl of variable instantaneous_surface_net_downward_longwave_flux_for_coupling from new to old metadata -INFO: Converting local name shum_wts of variable weights_for_stochastic_shum_perturbation from new to old metadata -INFO: Converting local name dswsfci of variable surface_downwelling_shortwave_flux from new to old metadata -INFO: Converting local name do_ysu of variable flag_for_ysu from new to old metadata -INFO: Converting local name q_con of variable cloud_condensed_water_specific_humidity_at_Lagrangian_surface from new to old metadata -INFO: Converting local name mom4ice of variable flag_for_mom4_coupling from new to old metadata -INFO: Converting local name tref of variable sea_surface_reference_temperature from new to old metadata -INFO: Converting local name faersw(:,:,:,3) of variable aerosol_asymmetry_parameter_for_shortwave_bands_01_16 from new to old metadata -INFO: Converting local name ie of variable ending_x_direction_index from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_water_friendly_aerosols) of variable water_friendly_aerosol_number_concentration from new to old metadata -INFO: Converting local name dugwd of variable time_integral_of_x_stress_due_to_gravity_wave_drag from new to old metadata -INFO: Converting local name ntot3d of variable number_of_fields_in_phyf3d from new to old metadata -INFO: Converting local name GFS_data_type of variable GFS_data_type from new to old metadata -INFO: Converting local name graupelprv of variable lwe_thickness_of_graupel_amount_from_previous_timestep from new to old metadata -INFO: Converting local name nstf_name(4) of variable vertical_temperature_average_range_lower_bound from new to old metadata -INFO: Converting local name kind_dyn of variable kind_dyn from new to old metadata -INFO: Converting local name acv of variable accumulated_lwe_thickness_of_convective_precipitation_amount_cnvc90 from new to old metadata -INFO: Converting local name lsoil_lsm of variable soil_vertical_dimension_for_land_surface_model from new to old metadata -INFO: Converting local name phy_myj_chkqlm of variable surface_layer_evaporation_switch from new to old metadata -INFO: Converting local name dtf of variable time_step_for_dynamics from new to old metadata -INFO: Converting local name dqsfci_cpl of variable instantaneous_surface_upward_latent_heat_flux_for_coupling from new to old metadata -INFO: Converting local name mg_do_hail of variable mg_flag_for_hail from new to old metadata -INFO: Converting local name iopt_sfc of variable flag_for_surface_layer_drag_coefficient_option from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_ice_cloud_number_concentration) of variable tendency_of_ice_number_concentration_due_to_model_physics from new to old metadata -INFO: Converting local name kind_LOGICAL of variable kind_LOGICAL from new to old metadata -INFO: Converting local name hybedmf of variable flag_for_hedmf from new to old metadata -INFO: Converting local name dvisdfi_cpl of variable instantaneous_surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name exch_h of variable atmosphere_heat_diffusivity_for_mynnpbl from new to old metadata -INFO: Converting local name z01d of variable perturbation_of_momentum_roughness_length from new to old metadata -INFO: Converting local name prevst of variable temperature_from_previous_timestep from new to old metadata -INFO: Converting local name tracers_total of variable number_of_total_tracers from new to old metadata -INFO: Converting local name wind of variable wind_speed_at_lowest_model_layer from new to old metadata -INFO: Converting local name hprime of variable statistical_measures_of_subgrid_orography from new to old metadata -INFO: Converting local name oz_coeffp5 of variable number_of_coefficients_in_ozone_forcing_data_plus_five from new to old metadata -INFO: Converting local name tvxy of variable vegetation_temperature from new to old metadata -INFO: Converting local name ncps of variable local_snow_number_concentration from new to old metadata -INFO: Converting local name zlvl of variable height_above_ground_at_lowest_model_layer from new to old metadata -INFO: Converting local name restart of variable flag_for_restart from new to old metadata -INFO: Converting local name con_tice of variable freezing_point_temperature_of_seawater from new to old metadata -INFO: Converting local name sfcnsw of variable surface_net_downwelling_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name tau_mtb of variable time_integral_of_momentum_flux_due_to_mountain_blocking_drag from new to old metadata -INFO: Metadata table for model FV3 written to tests/build_fv3_21/FV3/ccpp/physics/CCPP_VARIABLES_FV3.html -INFO: Parsing metadata tables in physics scheme files ... -INFO: Parsed tables in scheme rayleigh_damp -INFO: Parsed tables in scheme GFS_surface_composites_pre -INFO: Parsed tables in scheme GFS_surface_composites_inter -INFO: Parsed tables in scheme GFS_surface_composites_post -INFO: Parsed tables in scheme rrtmg_sw -INFO: Parsed tables in scheme sfc_ocean -INFO: Parsed tables in scheme gwdc_pre -INFO: Parsed tables in scheme gwdc -INFO: Parsed tables in scheme gwdc_post -INFO: Parsed tables in scheme cu_gf_driver_pre -INFO: Parsed tables in scheme gfdl_cloud_microphys -INFO: Parsed tables in scheme GFS_time_vary_pre -INFO: Parsed tables in scheme GFS_rrtmg_setup -INFO: Parsed tables in scheme zhaocarr_gscond -INFO: Parsed tables in scheme ysuvdif -INFO: Parsed tables in scheme rrtmg_sw_post -INFO: Parsed tables in scheme GFS_SCNV_generic_pre -INFO: Parsed tables in scheme GFS_SCNV_generic_post -INFO: Parsed tables in scheme GFS_rrtmg_pre -INFO: Parsed tables in scheme sfc_sice -INFO: Parsed tables in scheme samfdeepcnv -INFO: Parsed tables in scheme satmedmfvdif -INFO: Parsed tables in scheme mynnrad_post -INFO: Parsed tables in scheme cu_gf_driver_post -INFO: Parsed tables in scheme cs_conv_aw_adj -INFO: Parsed tables in scheme GFS_phys_time_vary -INFO: Parsed tables in scheme ozphys_2015 -INFO: Parsed tables in scheme GFS_suite_interstitial_rad_reset -INFO: Parsed tables in scheme GFS_suite_interstitial_phys_reset -INFO: Parsed tables in scheme GFS_suite_interstitial_1 -INFO: Parsed tables in scheme GFS_suite_interstitial_2 -INFO: Parsed tables in scheme GFS_suite_stateout_reset -INFO: Parsed tables in scheme GFS_suite_stateout_update -INFO: Parsed tables in scheme GFS_suite_interstitial_3 -INFO: Parsed tables in scheme GFS_suite_interstitial_4 -INFO: Parsed tables in scheme samfshalcnv -INFO: Parsed tables in scheme zhaocarr_precpd -INFO: Parsed tables in scheme noahmpdrv -INFO: Parsed tables in scheme mp_fer_hires -INFO: Parsed tables in scheme myjpbl_wrapper -INFO: Parsed tables in scheme GFS_surface_generic_pre -INFO: Parsed tables in scheme GFS_surface_generic_post -INFO: Parsed tables in scheme cu_ntiedtke_post -INFO: Parsed tables in scheme sfc_diag -INFO: Parsed tables in scheme rrtmg_lw -INFO: Parsed tables in scheme GFS_diagtoscreen -INFO: Parsed tables in scheme GFS_interstitialtoscreen -INFO: Parsed tables in scheme GFS_abort -INFO: Parsed tables in scheme GFS_checkland -INFO: Parsed tables in scheme mynnrad_pre -INFO: Parsed tables in scheme satmedmfvdifq -INFO: Parsed tables in scheme cs_conv_pre -INFO: Parsed tables in scheme cs_conv_post -INFO: Parsed tables in scheme cs_conv -INFO: Parsed tables in scheme shinhongvdif -INFO: Parsed tables in scheme h2ophys -INFO: Parsed tables in scheme rrtmg_lw_post -INFO: Parsed tables in scheme sfc_nst -INFO: Parsed tables in scheme sfc_nst_pre -INFO: Parsed tables in scheme sfc_nst_post -INFO: Parsed tables in scheme cu_ntiedtke_pre -INFO: Parsed tables in scheme cu_ntiedtke -INFO: Parsed tables in scheme cires_ugwp_post -INFO: Parsed tables in scheme hedmf -INFO: Parsed tables in scheme sfc_diff -INFO: Parsed tables in scheme mp_thompson_pre -INFO: Parsed tables in scheme sfc_diag_post -INFO: Parsed tables in scheme m_micro_pre -INFO: Parsed tables in scheme m_micro_post -INFO: Parsed tables in scheme m_micro -INFO: Parsed tables in scheme fv_sat_adj -INFO: Parsed tables in scheme GFS_surface_loop_control_part1 -INFO: Parsed tables in scheme GFS_surface_loop_control_part2 -INFO: Parsed tables in scheme shoc -INFO: Parsed tables in scheme GFS_rrtmg_post -INFO: Parsed tables in scheme GFS_GWD_generic_pre -INFO: Parsed tables in scheme GFS_GWD_generic_post -INFO: Parsed tables in scheme rrtmg_sw_pre -INFO: Parsed tables in scheme GFS_MP_generic_pre -INFO: Parsed tables in scheme GFS_MP_generic_post -INFO: Parsed tables in scheme cu_gf_driver -INFO: Parsed tables in scheme GFS_PBL_generic_pre -INFO: Parsed tables in scheme GFS_PBL_generic_post -INFO: Parsed tables in scheme mp_thompson_post -INFO: Parsed tables in scheme mp_thompson -INFO: Parsed tables in scheme rrtmg_lw_pre -INFO: Parsed tables in scheme gwdps -INFO: Parsed tables in scheme shalcnv -INFO: Parsed tables in scheme cires_ugwp -INFO: Parsed tables in scheme get_prs_fv3 -INFO: Parsed tables in scheme get_phi_fv3 -INFO: Parsed tables in scheme mynnsfc_wrapper -INFO: Parsed tables in scheme GFS_suite_ini_fini_test -INFO: Parsed tables in scheme myjsfc_wrapper -INFO: Parsed tables in scheme mynnedmf_wrapper -INFO: Parsed tables in scheme ozphys -INFO: Parsed tables in scheme lsm_ruc -INFO: Parsed tables in scheme GFS_stochastics -INFO: Parsed tables in scheme drag_suite -INFO: Parsed tables in scheme sfc_cice -INFO: Parsed tables in scheme sascnvn -INFO: Parsed tables in scheme lsm_ruc_sfc_sice_pre -INFO: Parsed tables in scheme lsm_ruc_sfc_sice_post -INFO: Parsed tables in scheme GFS_DCNV_generic_pre -INFO: Parsed tables in scheme GFS_DCNV_generic_post -INFO: Parsed tables in scheme cnvc90 -INFO: Parsed tables in scheme GFS_rad_time_vary -INFO: Parsed tables in scheme maximum_hourly_diagnostics -INFO: Parsed tables in scheme lsm_noah -INFO: Parsed tables in scheme dcyc2t3 -INFO: Parsed tables in scheme dcyc2t3_post -INFO: Parsed tables in scheme moninshoc -INFO: filtering out variable GFS_stateout_type_instance -INFO: filtering out variable accumulated_change_of_air_temperature_due_to_FA_scheme -INFO: filtering out variable air_temperature_at_previous_time_step -INFO: filtering out variable air_temperature_two_time_steps_back -INFO: filtering out variable area_fraction_of_wet_canopy -INFO: filtering out variable atmosphere_heat_diffusivity_from_shoc -INFO: filtering out variable baseline_surface_roughness_length -INFO: filtering out variable canopy_air_temperature -INFO: filtering out variable canopy_air_vapor_pressure -INFO: filtering out variable canopy_intercepted_ice_mass -INFO: filtering out variable canopy_intercepted_liquid_water -INFO: filtering out variable characteristic_grid_length_scale -INFO: filtering out variable choice_of_updated_scale_aware_TKE_moist_EDMF_PBL -INFO: filtering out variable cloud_area_fraction -INFO: filtering out variable cloud_condensed_water_conversion_threshold -INFO: filtering out variable coefficient_for_evaporation_of_rainfall -INFO: filtering out variable coefficient_from_cloud_ice_to_snow -INFO: filtering out variable coefficient_from_cloud_water_to_rain -INFO: filtering out variable cumulative_change_in_x_wind_due_to_convective_gravity_wave_drag -INFO: filtering out variable cumulative_change_in_y_wind_due_to_convective_gravity_wave_drag -INFO: filtering out variable do_myjsfc -INFO: filtering out variable downdraft_fraction_in_boundary_layer_mass_flux_scheme -INFO: filtering out variable equilibrium_soil_water_content -INFO: filtering out variable fa_threshold_relative_humidity_for_onset_of_condensation -INFO: filtering out variable fast_soil_pool_mass_content_of_carbon -INFO: filtering out variable fine_root_mass -INFO: filtering out variable flag_for_canopy_stomatal_resistance_option -INFO: filtering out variable flag_for_dynamic_vegetation_option -INFO: filtering out variable flag_for_frozen_soil_permeability_option -INFO: filtering out variable flag_for_ground_snow_surface_albedo_option -INFO: filtering out variable flag_for_individual_cloud_species_advected -INFO: filtering out variable flag_for_lower_boundary_soil_temperature_option -INFO: filtering out variable flag_for_precipitation_partition_option -INFO: filtering out variable flag_for_radiation_transfer_option -INFO: filtering out variable flag_for_runoff_and_groundwater_option -INFO: filtering out variable flag_for_sas_deep_convection_scheme -INFO: filtering out variable flag_for_shoc_after_convection -INFO: filtering out variable flag_for_soil_and_snow_temperature_time_stepping_option -INFO: filtering out variable flag_for_soil_moisture_factor_stomatal_resistance_option -INFO: filtering out variable flag_for_supercooled_liquid_water_option -INFO: filtering out variable flag_for_surface_layer_drag_coefficient_option -INFO: filtering out variable ground_temperature_for_noahmp -INFO: filtering out variable gwd_opt -INFO: filtering out variable heat_exchange_coefficient_for_MYJ_schemes -INFO: filtering out variable ice_supersaturation_threshold -INFO: filtering out variable integrated_x_momentum_flux_from_blocking_drag -INFO: filtering out variable integrated_x_momentum_flux_from_form_drag -INFO: filtering out variable integrated_x_momentum_flux_from_large_scale_gwd -INFO: filtering out variable integrated_x_momentum_flux_from_small_scale_gwd -INFO: filtering out variable integrated_y_momentum_flux_from_blocking_drag -INFO: filtering out variable integrated_y_momentum_flux_from_form_drag -INFO: filtering out variable integrated_y_momentum_flux_from_large_scale_gwd -INFO: filtering out variable integrated_y_momentum_flux_from_small_scale_gwd -INFO: filtering out variable kinematic_buoyancy_flux_from_shoc -INFO: filtering out variable kinematic_surface_latent_heat_flux -INFO: filtering out variable lake_water_storage -INFO: filtering out variable layer_bottom_depth_from_snow_surface -INFO: filtering out variable leaf_mass -INFO: filtering out variable liquid_water_density -INFO: filtering out variable mass_weighted_rime_factor_updated_by_physics -INFO: filtering out variable maximum_column_heating_rate -INFO: filtering out variable minimum_value_of_specific_humidity -INFO: filtering out variable momentum_exchange_coefficient_for_MYJ_schemes -INFO: filtering out variable nondimensional_snow_age -INFO: filtering out variable number_of_snow_layers -INFO: filtering out variable number_of_spectral_wave_trancation_for_sas -INFO: filtering out variable potential_temperature_at_2m -INFO: filtering out variable potential_temperature_at_viscous_sublayer_top -INFO: filtering out variable prandtl_number -INFO: filtering out variable shoc_flag_for_optional_surface_TKE_dissipation -INFO: filtering out variable shoc_implicit_TKE_integration_uncentering_term -INFO: filtering out variable shoc_tke_dissipatation_pressure_threshold -INFO: filtering out variable shoc_tke_dissipation_tunable_parameter -INFO: filtering out variable shoc_tke_dissipation_tunable_parameter_near_surface -INFO: filtering out variable slow_soil_pool_mass_content_of_carbon -INFO: filtering out variable snow_albedo_at_previous_time_step -INFO: filtering out variable snow_layer_ice -INFO: filtering out variable snow_layer_liquid_water -INFO: filtering out variable snow_mass_at_previous_time_step -INFO: filtering out variable snow_precipitation_rate_at_surface -INFO: filtering out variable snow_temperature -INFO: filtering out variable soil_water_content_between_soil_bottom_and_water_table -INFO: filtering out variable specific_humidity_at_viscous_sublayer_top -INFO: filtering out variable stem_area_index -INFO: filtering out variable stem_mass -INFO: filtering out variable surface_air_pressure_at_previous_time_step -INFO: filtering out variable surface_air_pressure_two_time_steps_back -INFO: filtering out variable surface_drag_coefficient_for_heat_and_moisture_for_noahmp -INFO: filtering out variable surface_drag_coefficient_for_momentum_for_noahmp -INFO: filtering out variable surface_exchange_coefficient_for_heat -INFO: filtering out variable surface_exchange_coefficient_for_heat_at_2m -INFO: filtering out variable surface_exchange_coefficient_for_moisture -INFO: filtering out variable surface_exchange_coefficient_for_moisture_at_2m -INFO: filtering out variable surface_friction_velocity_drag -INFO: filtering out variable surface_latent_heat -INFO: filtering out variable surface_layer_evaporation_switch -INFO: filtering out variable surface_specific_humidity_for_MYJ_schemes -INFO: filtering out variable surface_stability_parameter -INFO: filtering out variable tendency_of_rain_water_mixing_ratio_due_to_microphysics -INFO: filtering out variable tendency_of_x_wind_due_to_convective_gravity_wave_drag -INFO: filtering out variable tendency_of_y_wind_due_to_convective_gravity_wave_drag -INFO: filtering out variable theta_star -INFO: filtering out variable tke_dissipative_heating_factor -INFO: filtering out variable turbulent_kinetic_energy_convective_transport_tracer -INFO: filtering out variable u_wind_component_at_viscous_sublayer_top -INFO: filtering out variable updraft_fraction_in_boundary_layer_mass_flux_scheme -INFO: filtering out variable v_wind_component_at_viscous_sublayer_top -INFO: filtering out variable vegetation_temperature -INFO: filtering out variable water_storage_in_aquifer -INFO: filtering out variable water_storage_in_aquifer_and_saturated_soil -INFO: filtering out variable water_table_depth -INFO: filtering out variable water_table_recharge_when_deep -INFO: filtering out variable water_table_recharge_when_shallow -INFO: filtering out variable water_vapor_specific_humidity_at_previous_time_step -INFO: filtering out variable water_vapor_specific_humidity_two_time_steps_back -INFO: filtering out variable weight_for_momentum_at_viscous_sublayer_top -INFO: filtering out variable weight_for_potental_temperature_at_viscous_sublayer_top -INFO: filtering out variable weight_for_specific_humidity_at_viscous_sublayer_top -INFO: filtering out variable wood_mass -INFO: filtering out variable x_momentum_tendency_from_blocking_drag -INFO: filtering out variable x_momentum_tendency_from_form_drag -INFO: filtering out variable x_momentum_tendency_from_large_scale_gwd -INFO: filtering out variable x_momentum_tendency_from_small_scale_gwd -INFO: filtering out variable y_momentum_tendency_from_blocking_drag -INFO: filtering out variable y_momentum_tendency_from_form_drag -INFO: filtering out variable y_momentum_tendency_from_large_scale_gwd -INFO: filtering out variable y_momentum_tendency_from_small_scale_gwd -INFO: Checking optional arguments in physics schemes ... -INFO: Metadata table for model FV3 written to tests/build_fv3_21/FV3/ccpp/framework/doc/DevelopersGuide/CCPP_VARIABLES_FV3.tex -INFO: Comparing metadata for requested and provided variables ... -INFO: Automatic unit conversion from m to um for effective_radius_of_stratiform_cloud_ice_particle_in_um before entering MODULE_mp_thompson SCHEME_mp_thompson SUBROUTINE_mp_thompson_run -INFO: Automatic unit conversion from m to um for effective_radius_of_stratiform_cloud_liquid_water_particle_in_um before entering MODULE_mp_thompson SCHEME_mp_thompson SUBROUTINE_mp_thompson_run -INFO: Automatic unit conversion from m to um for effective_radius_of_stratiform_cloud_snow_particle_in_um before entering MODULE_mp_thompson SCHEME_mp_thompson SUBROUTINE_mp_thompson_run -INFO: Generating schemes makefile/cmakefile snippet ... -INFO: Added 168 schemes to tests/build_fv3_21/FV3/ccpp/physics/CCPP_SCHEMES.mk, tests/build_fv3_21/FV3/ccpp/physics/CCPP_SCHEMES.cmake, tests/build_fv3_21/FV3/ccpp/physics/CCPP_SCHEMES.sh -INFO: Generating suite and group caps ... -INFO: Generating static API ccpp_static_api.F90 in tests/build_fv3_21/FV3/ccpp/physics ... -INFO: Generating caps makefile/cmakefile snippet ... -INFO: Added 29 auto-generated caps to tests/build_fv3_21/FV3/ccpp/physics/CCPP_CAPS.mk and tests/build_fv3_21/FV3/ccpp/physics/CCPP_CAPS.cmake -INFO: CCPP prebuild step completed successfully. -+ source build_fv3_21/FV3/ccpp/physics/CCPP_SCHEMES.sh -++ export 'CCPP_SCHEMES=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/aer_cloud.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/aerclm_def.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/aerinterp.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/calpreciptype.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cldwat2m_micro.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cldmacro.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/date_def.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/funcphys.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gcycle.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/h2o_def.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/h2ointerp.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/iccn_def.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/iccninterp.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/iounitdef.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/machine.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mersenne_twister.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfpbl.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg_utils.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg2_0.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg3_0.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/multi_gases.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_model.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_parameters.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_radar.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_thompson.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MP_FER_HIRES.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_bl_mynn.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_mynn.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_orowam2017.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/namelist_soilveg.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfpblt.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfpbltq.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfscu.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfscuq.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/noahmp_tables.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/num_parthds.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozne_def.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozinterp.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/physcons.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/physparam.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radcons.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_aerosols.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_astronomy.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_clouds.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_gases.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_surface.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radlw_datatb.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radlw_param.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radsw_datatb.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radsw_param.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/samfaerosols.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfcsub.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sflx.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/set_soilveg.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/surface_perturbation.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_deep.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_sh.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/tridi.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/wv_saturation.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_soil_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rayleigh_damp.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radsw_main.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_ocean.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gwdc.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gscond.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ysuvdif.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_sice.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/samfdeepcnv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/satmedmfvdif.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozphys_2015.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/samfshalcnv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/precpd.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_fer_hires.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diag.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radlw_main.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_debug.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/satmedmfvdifq.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cs_conv.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/shinhongvdif.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/h2ophys.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_nst.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/moninedmf.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diff.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diag_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/m_micro.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gcm_shoc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gwdps.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/shalcnv.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/get_prs_fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozphys.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_stochastics.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/drag_suite.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_cice.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sascnvn.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cnvc90.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_drv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/dcyc2.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/moninshoc.f' -++ CCPP_SCHEMES='/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/aer_cloud.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/aerclm_def.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/aerinterp.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/calpreciptype.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cldwat2m_micro.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cldmacro.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/date_def.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/funcphys.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gcycle.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/h2o_def.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/h2ointerp.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/iccn_def.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/iccninterp.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/iounitdef.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/machine.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mersenne_twister.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfpbl.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg_utils.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg2_0.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg3_0.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/multi_gases.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_model.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_parameters.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_radar.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_thompson.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MP_FER_HIRES.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_bl_mynn.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_mynn.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_orowam2017.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/namelist_soilveg.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfpblt.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfpbltq.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfscu.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfscuq.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/noahmp_tables.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/num_parthds.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozne_def.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozinterp.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/physcons.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/physparam.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radcons.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_aerosols.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_astronomy.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_clouds.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_gases.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_surface.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radlw_datatb.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radlw_param.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radsw_datatb.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radsw_param.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/samfaerosols.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfcsub.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sflx.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/set_soilveg.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/surface_perturbation.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_deep.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_sh.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/tridi.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/wv_saturation.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_soil_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rayleigh_damp.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radsw_main.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_ocean.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gwdc.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gscond.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ysuvdif.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_sice.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/samfdeepcnv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/satmedmfvdif.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozphys_2015.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/samfshalcnv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/precpd.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_fer_hires.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diag.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radlw_main.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_debug.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/satmedmfvdifq.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cs_conv.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/shinhongvdif.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/h2ophys.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_nst.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/moninedmf.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diff.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diag_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/m_micro.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gcm_shoc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gwdps.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/shalcnv.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/get_prs_fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozphys.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_stochastics.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/drag_suite.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_cice.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sascnvn.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cnvc90.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_drv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/dcyc2.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/moninshoc.f' -+ source build_fv3_21/FV3/ccpp/physics/CCPP_CAPS.sh -++ export 'CCPP_CAPS=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_21/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_21/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_fast_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_21/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_time_vary_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_21/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_radiation_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_21/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_21/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_stochastics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_21/FV3/ccpp/physics/ccpp_FV3_GFS_v15_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_21/FV3/ccpp/physics/ccpp_FV3_GFS_v15_fast_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_21/FV3/ccpp/physics/ccpp_FV3_GFS_v15_time_vary_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_21/FV3/ccpp/physics/ccpp_FV3_GFS_v15_radiation_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_21/FV3/ccpp/physics/ccpp_FV3_GFS_v15_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_21/FV3/ccpp/physics/ccpp_FV3_GFS_v15_stochastics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_21/FV3/ccpp/physics/ccpp_FV3_GFS_v15plus_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_21/FV3/ccpp/physics/ccpp_FV3_GFS_v15plus_fast_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_21/FV3/ccpp/physics/ccpp_FV3_GFS_v15plus_time_vary_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_21/FV3/ccpp/physics/ccpp_FV3_GFS_v15plus_radiation_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_21/FV3/ccpp/physics/ccpp_FV3_GFS_v15plus_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_21/FV3/ccpp/physics/ccpp_FV3_GFS_v15plus_stochastics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_21/FV3/ccpp/physics/ccpp_FV3_CPT_v0_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_21/FV3/ccpp/physics/ccpp_FV3_CPT_v0_fast_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_21/FV3/ccpp/physics/ccpp_FV3_CPT_v0_time_vary_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_21/FV3/ccpp/physics/ccpp_FV3_CPT_v0_radiation_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_21/FV3/ccpp/physics/ccpp_FV3_CPT_v0_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_21/FV3/ccpp/physics/ccpp_FV3_CPT_v0_stochastics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_21/FV3/ccpp/physics/ccpp_FV3_GSD_v0_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_21/FV3/ccpp/physics/ccpp_FV3_GSD_v0_time_vary_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_21/FV3/ccpp/physics/ccpp_FV3_GSD_v0_radiation_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_21/FV3/ccpp/physics/ccpp_FV3_GSD_v0_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_21/FV3/ccpp/physics/ccpp_FV3_GSD_v0_stochastics_cap.F90' -++ CCPP_CAPS='/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_21/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_21/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_fast_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_21/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_time_vary_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_21/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_radiation_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_21/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_21/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_stochastics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_21/FV3/ccpp/physics/ccpp_FV3_GFS_v15_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_21/FV3/ccpp/physics/ccpp_FV3_GFS_v15_fast_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_21/FV3/ccpp/physics/ccpp_FV3_GFS_v15_time_vary_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_21/FV3/ccpp/physics/ccpp_FV3_GFS_v15_radiation_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_21/FV3/ccpp/physics/ccpp_FV3_GFS_v15_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_21/FV3/ccpp/physics/ccpp_FV3_GFS_v15_stochastics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_21/FV3/ccpp/physics/ccpp_FV3_GFS_v15plus_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_21/FV3/ccpp/physics/ccpp_FV3_GFS_v15plus_fast_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_21/FV3/ccpp/physics/ccpp_FV3_GFS_v15plus_time_vary_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_21/FV3/ccpp/physics/ccpp_FV3_GFS_v15plus_radiation_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_21/FV3/ccpp/physics/ccpp_FV3_GFS_v15plus_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_21/FV3/ccpp/physics/ccpp_FV3_GFS_v15plus_stochastics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_21/FV3/ccpp/physics/ccpp_FV3_CPT_v0_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_21/FV3/ccpp/physics/ccpp_FV3_CPT_v0_fast_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_21/FV3/ccpp/physics/ccpp_FV3_CPT_v0_time_vary_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_21/FV3/ccpp/physics/ccpp_FV3_CPT_v0_radiation_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_21/FV3/ccpp/physics/ccpp_FV3_CPT_v0_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_21/FV3/ccpp/physics/ccpp_FV3_CPT_v0_stochastics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_21/FV3/ccpp/physics/ccpp_FV3_GSD_v0_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_21/FV3/ccpp/physics/ccpp_FV3_GSD_v0_time_vary_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_21/FV3/ccpp/physics/ccpp_FV3_GSD_v0_radiation_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_21/FV3/ccpp/physics/ccpp_FV3_GSD_v0_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_21/FV3/ccpp/physics/ccpp_FV3_GSD_v0_stochastics_cap.F90' -+ source build_fv3_21/FV3/ccpp/physics/CCPP_STATIC_API.sh -++ export CCPP_STATIC_API=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_21/FV3/ccpp/physics/ccpp_static_api.F90 -++ CCPP_STATIC_API=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_21/FV3/ccpp/physics/ccpp_static_api.F90 -+ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_v15,FV3_GFS_v15plus,FV3_CPT_v0,FV3_GSD_v0 32BIT=Y == *\N\A\M\_\p\h\y\s\=\Y* ]] -+ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_v15,FV3_GFS_v15plus,FV3_CPT_v0,FV3_GSD_v0 32BIT=Y == *\W\W\3\=\Y* ]] -++ trim ' -D32BIT=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=ON -DSTATIC=ON -DMULTI_GASES=OFF' -++ local 'var= -D32BIT=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=ON -DSTATIC=ON -DMULTI_GASES=OFF' -++ var='-D32BIT=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=ON -DSTATIC=ON -DMULTI_GASES=OFF' -++ var='-D32BIT=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=ON -DSTATIC=ON -DMULTI_GASES=OFF' -++ echo -n '-D32BIT=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=ON -DSTATIC=ON -DMULTI_GASES=OFF' -+ CCPP_CMAKE_FLAGS='-D32BIT=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=ON -DSTATIC=ON -DMULTI_GASES=OFF' -+ source /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc -++ __ms_function_name=setup__test_function__35722 -++ eval 'setup__test_function__35722() { /bin/true ; }' -+++ eval '__text="text" ; if [[ $__text =~ ^(t).* ]] ; then printf "%s" ${.sh.match[1]} ; fi' -+++ cat -++ __ms_ksh_test= -+++ eval 'if ( set | grep setup__test_function__35722 | grep -v name > /dev/null 2>&1 ) ; then echo t ; fi ' -+++ cat -++ __ms_bash_test=t -++ [[ ! -z '' ]] -++ [[ ! -z t ]] -++ __ms_shell=bash -++ [[ -d /lfs3 ]] -++ [[ -d /scratch1 ]] -++ [[ -d /gpfs/hps ]] -++ [[ -e /etc/SuSE-release ]] -++ [[ -d /dcom ]] -++ [[ -L /usrx ]] -+++ readlink /usrx -++ [[ /gpfs/dell1/usrx =~ dell ]] -++ eval module help -++ module purge -+++ /usrx/local/prod/lmod/lmod/libexec/lmod bash purge -++ eval unset 'ADVISOR_2018_DIR;' unset 'BACIO_LIB4;' unset 'BACIO_LIB8;' unset 'BACIO_SRC;' unset 'BACIO_VER;' unset 'BINARY_TYPE_HPC;' unset '__LMOD_REF_COUNT_CLASSPATH;' unset 'CLASSPATH;' unset 'CLCK_ROOT;' unset 'CMAKE_CXX_COMPILER;' unset 'CMAKE_C_COMPILER;' unset 'CMAKE_Fortran_COMPILER;' unset 'CMAKE_Platform;' unset 'COMP;' unset '__LMOD_REF_COUNT_CPATH;' unset 'CPATH;' unset '__LMOD_REF_COUNT_CPLUS_INCLUDE_PATH;' unset 'CPLUS_INCLUDE_PATH;' unset 'CRTM_FIX;' unset 'CRTM_INC;' unset 'CRTM_LIB;' unset 'CRTM_SRC;' unset 'CRTM_VER;' unset 'DAALROOT;' unset 'ECF_HOSTFILE;' unset 'ECF_PORT;' unset 'ECF_ROOT;' unset 'ESMFMKFILE;' unset 'G2TMPL_INC;' unset 'G2TMPL_LIB;' unset 'G2TMPL_SRC;' unset 'G2TMPL_VER;' unset 'G2_INC4;' unset 'G2_INCd;' unset 'G2_LIB4;' unset 'G2_LIBd;' unset 'G2_SRC;' unset 'G2_VER;' unset 'GDBSERVER_MIC;' unset 'GDB_CROSS;' unset 'HDF5;' unset 'HDF5_CFLAGS;' unset 'HDF5_CXXFLAGS;' unset 'HDF5_FFLAGS;' unset 'HDF5_INCLUDE;' unset 'HDF5_LDFLAGS;' unset 'HDF5_LDFLAGS_C;' unset 'HDF5_LDFLAGS_CXX;' unset 'HDF5_LDFLAGS_F;' unset '__LMOD_REF_COUNT_INFOPATH;' unset 'INFOPATH;' unset 'INSPECTOR_2018_DIR;' unset 'INTEL_LICENSE_FILE;' unset 'INTEL_PYTHONHOME;' unset 'IPPROOT;' unset 'IP_INC4;' unset 'IP_INC8;' unset 'IP_INCd;' unset 'IP_LIB4;' unset 'IP_LIB8;' unset 'IP_LIBd;' unset 'IP_SRC;' unset 'IP_VER;' unset 'I_MPI_CC;' unset 'I_MPI_CXX;' unset 'I_MPI_EXTRA_FILESYSTEM;' unset 'I_MPI_EXTRA_FILESYSTEM_LIST;' unset 'I_MPI_F77;' unset 'I_MPI_F90;' unset 'I_MPI_FC;' unset 'I_MPI_HYDRA_BOOTSTRAP;' unset 'I_MPI_HYDRA_IFACE;' unset 'I_MPI_LSF_USE_COLLECTIVE_LAUNCH;' unset 'I_MPI_ROOT;' unset 'JASPER_INC;' unset 'JASPER_LIB;' unset 'JASPER_LIBDIR;' unset 'JASPER_SRC;' unset 'JASPER_VER;' unset 'KMP_AFFINITY;' unset '__LMOD_REF_COUNT_LD_LIBRARY_PATH;' unset 'LD_LIBRARY_PATH;' unset '__LMOD_REF_COUNT_LIBRARY_PATH;' unset 'LIBRARY_PATH;' unset 'LIB_NAME;' unset 'LMOD_FAMILY_COMPILER;' unset 'LMOD_FAMILY_COMPILER_VERSION;' unset 'LMOD_FAMILY_CONMPILER;' unset 'LMOD_FAMILY_CONMPILER_VERSION;' unset 'LMOD_FAMILY_MPI;' unset 'LMOD_FAMILY_MPI_VERSION;' unset '__LMOD_REF_COUNT_LOADEDMODULES;' unset 'LOADEDMODULES;' unset 'LSF_BINDIR;' unset 'LSF_ENVDIR;' unset 'LSF_LIBDIR;' unset 'LSF_SERVERDIR;' '__LMOD_REF_COUNT_MANPATH="/usrx/local/prod/lmod/lmod/share/man:1";' export '__LMOD_REF_COUNT_MANPATH;' 'MANPATH="/usrx/local/prod/lmod/lmod/share/man::";' export 'MANPATH;' unset 'MKLROOT;' 'MODULEPATH="/usrx/local/dev/emc_rocoto/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod";' export 'MODULEPATH;' unset 'MPM_LAUNCHER;' unset 'NEMSIO_INC;' unset 'NEMSIO_LIB;' unset 'NEMSIO_SRC;' unset 'NEMSIO_VER;' unset 'NETCDF;' unset 'NETCDF_CFLAGS;' unset 'NETCDF_CXX4FLAGS;' unset 'NETCDF_CXXFLAGS;' unset 'NETCDF_FFLAGS;' unset 'NETCDF_INC;' unset 'NETCDF_INCLUDE;' unset 'NETCDF_LDFLAGS;' unset 'NETCDF_LDFLAGS_C;' unset 'NETCDF_LDFLAGS_CXX;' unset 'NETCDF_LDFLAGS_CXX4;' unset 'NETCDF_LDFLAGS_F;' unset 'NETCDF_LIB;' unset 'NETCDF_ROOT;' unset '__LMOD_REF_COUNT_NLSPATH;' unset 'NLSPATH;' '__LMOD_REF_COUNT_PATH="/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/usr/lpp/mmfs/bin:1;/opt/ibutils/bin:1;/opt/dell/srvadmin/bin:1;/u/Dusan.Jovic/bin:2;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/dbrowse:1;/u/Dusan.Jovic/.local/bin:1";' export '__LMOD_REF_COUNT_PATH;' 'PATH="/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/usr/lpp/mmfs/bin:/opt/ibutils/bin:/opt/dell/srvadmin/bin:/u/Dusan.Jovic/bin:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/dbrowse:/u/Dusan.Jovic/.local/bin";' export 'PATH;' unset 'PKG_CONFIG_PATH;' unset 'PNG_INC;' unset 'PNG_LIB;' unset 'PNG_LIB12;' unset 'PNG_LIBDIR;' unset 'PNG_LIBso;' unset 'PNG_SRC;' unset 'PNG_VER;' unset 'POST_INC;' unset 'POST_LIB;' unset 'POST_SRC;' unset 'POST_VER;' unset 'PSTLROOT;' unset 'PYTHONPATH;' unset '__LMOD_REF_COUNT_QT_PLUGIN_PATH;' unset 'QT_PLUGIN_PATH;' unset 'SP_LIB4;' unset 'SP_LIB8;' unset 'SP_LIBd;' unset 'SP_SRC;' unset 'SP_VER;' unset 'TBBROOT;' unset 'VT_ADD_LIBS;' unset 'VT_ARCH;' unset 'VT_LIB_DIR;' unset 'VT_MPI;' unset 'VT_ROOT;' unset 'VT_SLIB_DIR;' unset 'W3EMC_INC4;' unset 'W3EMC_INC8;' unset 'W3EMC_INCd;' unset 'W3EMC_LIB4;' unset 'W3EMC_LIB8;' unset 'W3EMC_LIBd;' unset 'W3EMC_SRC;' unset 'W3EMC_VER;' unset 'W3NCO_INC4;' unset 'W3NCO_INC8;' unset 'W3NCO_INCd;' unset 'W3NCO_LIB4;' unset 'W3NCO_LIB8;' unset 'W3NCO_LIBd;' unset 'W3NCO_SRC;' unset 'W3NCO_VER;' unset 'XLSF_UIDDIR;' unset 'Z_INC;' unset 'Z_LIB;' unset 'Z_SRC;' unset 'Z_VER;' unset '__LMOD_REF_COUNT__LMFILES_;' unset '_LMFILES_;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii91c3J4L2xvY2FsL2Rldi9lbWNfcm9jb3RvL21vZHVsZWZpbGVzIiwiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvRHVzYW4uSm92aWMvdWZzL3ByMTgvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvd2Nvc3NfZGVsbF9wMyIsIi91c3J4L2xvY2FsL2Rldi9tb2R1bGVmaWxlcyIsIi91c3J4L2xvY2FsL3Byb2QvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQiLCIvdXNyeC9sb2NhbC9w";' export '_ModuleTable001_;' '_ModuleTable002_="cm9kL21vZHVsZWZpbGVzL2RlZnMiLCIvZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb3JlX3Byb2QiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQ6L3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9kZWZzOi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsfQ==";' export '_ModuleTable002_;' '_ModuleTable_Sz_="2";' export '_ModuleTable_Sz_;' unset '_ModuleTable004_;' unset '_ModuleTable005_;' unset '_ModuleTable006_;' unset '_ModuleTable007_;' unset '_ModuleTable008_;' unset '_ModuleTable009_;' unset '_ModuleTable010_;' unset '_ModuleTable011_;' unset '_ModuleTable012_;' unset '_ModuleTable013_;' unset '_ModuleTable014_;' unset '_ModuleTable015_;' unset '_ModuleTable016_;' -+++ unset ADVISOR_2018_DIR -+++ unset BACIO_LIB4 -+++ unset BACIO_LIB8 -+++ unset BACIO_SRC -+++ unset BACIO_VER -+++ unset BINARY_TYPE_HPC -+++ unset __LMOD_REF_COUNT_CLASSPATH -+++ unset CLASSPATH -+++ unset CLCK_ROOT -+++ unset CMAKE_CXX_COMPILER -+++ unset CMAKE_C_COMPILER -+++ unset CMAKE_Fortran_COMPILER -+++ unset CMAKE_Platform -+++ unset COMP -+++ unset __LMOD_REF_COUNT_CPATH -+++ unset CPATH -+++ unset __LMOD_REF_COUNT_CPLUS_INCLUDE_PATH -+++ unset CPLUS_INCLUDE_PATH -+++ unset CRTM_FIX -+++ unset CRTM_INC -+++ unset CRTM_LIB -+++ unset CRTM_SRC -+++ unset CRTM_VER -+++ unset DAALROOT -+++ unset ECF_HOSTFILE -+++ unset ECF_PORT -+++ unset ECF_ROOT -+++ unset ESMFMKFILE -+++ unset G2TMPL_INC -+++ unset G2TMPL_LIB -+++ unset G2TMPL_SRC -+++ unset G2TMPL_VER -+++ unset G2_INC4 -+++ unset G2_INCd -+++ unset G2_LIB4 -+++ unset G2_LIBd -+++ unset G2_SRC -+++ unset G2_VER -+++ unset GDBSERVER_MIC -+++ unset GDB_CROSS -+++ unset HDF5 -+++ unset HDF5_CFLAGS -+++ unset HDF5_CXXFLAGS -+++ unset HDF5_FFLAGS -+++ unset HDF5_INCLUDE -+++ unset HDF5_LDFLAGS -+++ unset HDF5_LDFLAGS_C -+++ unset HDF5_LDFLAGS_CXX -+++ unset HDF5_LDFLAGS_F -+++ unset __LMOD_REF_COUNT_INFOPATH -+++ unset INFOPATH -+++ unset INSPECTOR_2018_DIR -+++ unset INTEL_LICENSE_FILE -+++ unset INTEL_PYTHONHOME -+++ unset IPPROOT -+++ unset IP_INC4 -+++ unset IP_INC8 -+++ unset IP_INCd -+++ unset IP_LIB4 -+++ unset IP_LIB8 -+++ unset IP_LIBd -+++ unset IP_SRC -+++ unset IP_VER -+++ unset I_MPI_CC -+++ unset I_MPI_CXX -+++ unset I_MPI_EXTRA_FILESYSTEM -+++ unset I_MPI_EXTRA_FILESYSTEM_LIST -+++ unset I_MPI_F77 -+++ unset I_MPI_F90 -+++ unset I_MPI_FC -+++ unset I_MPI_HYDRA_BOOTSTRAP -+++ unset I_MPI_HYDRA_IFACE -+++ unset I_MPI_LSF_USE_COLLECTIVE_LAUNCH -+++ unset I_MPI_ROOT -+++ unset JASPER_INC -+++ unset JASPER_LIB -+++ unset JASPER_LIBDIR -+++ unset JASPER_SRC -+++ unset JASPER_VER -+++ unset KMP_AFFINITY -+++ unset __LMOD_REF_COUNT_LD_LIBRARY_PATH -+++ unset LD_LIBRARY_PATH -+++ unset __LMOD_REF_COUNT_LIBRARY_PATH -+++ unset LIBRARY_PATH -+++ unset LIB_NAME -+++ unset LMOD_FAMILY_COMPILER -+++ unset LMOD_FAMILY_COMPILER_VERSION -+++ unset LMOD_FAMILY_CONMPILER -+++ unset LMOD_FAMILY_CONMPILER_VERSION -+++ unset LMOD_FAMILY_MPI -+++ unset LMOD_FAMILY_MPI_VERSION -+++ unset __LMOD_REF_COUNT_LOADEDMODULES -+++ unset LOADEDMODULES -+++ unset LSF_BINDIR -+++ unset LSF_ENVDIR -+++ unset LSF_LIBDIR -+++ unset LSF_SERVERDIR -+++ __LMOD_REF_COUNT_MANPATH=/usrx/local/prod/lmod/lmod/share/man:1 -+++ export __LMOD_REF_COUNT_MANPATH -+++ MANPATH=/usrx/local/prod/lmod/lmod/share/man:: -+++ export MANPATH -+++ unset MKLROOT -+++ MODULEPATH=/usrx/local/dev/emc_rocoto/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod -+++ export MODULEPATH -+++ unset MPM_LAUNCHER -+++ unset NEMSIO_INC -+++ unset NEMSIO_LIB -+++ unset NEMSIO_SRC -+++ unset NEMSIO_VER -+++ unset NETCDF -+++ unset NETCDF_CFLAGS -+++ unset NETCDF_CXX4FLAGS -+++ unset NETCDF_CXXFLAGS -+++ unset NETCDF_FFLAGS -+++ unset NETCDF_INC -+++ unset NETCDF_INCLUDE -+++ unset NETCDF_LDFLAGS -+++ unset NETCDF_LDFLAGS_C -+++ unset NETCDF_LDFLAGS_CXX -+++ unset NETCDF_LDFLAGS_CXX4 -+++ unset NETCDF_LDFLAGS_F -+++ unset NETCDF_LIB -+++ unset NETCDF_ROOT -+++ unset __LMOD_REF_COUNT_NLSPATH -+++ unset NLSPATH -+++ __LMOD_REF_COUNT_PATH='/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/usr/lpp/mmfs/bin:1;/opt/ibutils/bin:1;/opt/dell/srvadmin/bin:1;/u/Dusan.Jovic/bin:2;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/dbrowse:1;/u/Dusan.Jovic/.local/bin:1' -+++ export __LMOD_REF_COUNT_PATH -+++ PATH=/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/usr/lpp/mmfs/bin:/opt/ibutils/bin:/opt/dell/srvadmin/bin:/u/Dusan.Jovic/bin:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/dbrowse:/u/Dusan.Jovic/.local/bin -+++ export PATH -+++ unset PKG_CONFIG_PATH -+++ unset PNG_INC -+++ unset PNG_LIB -+++ unset PNG_LIB12 -+++ unset PNG_LIBDIR -+++ unset PNG_LIBso -+++ unset PNG_SRC -+++ unset PNG_VER -+++ unset POST_INC -+++ unset POST_LIB -+++ unset POST_SRC -+++ unset POST_VER -+++ unset PSTLROOT -+++ unset PYTHONPATH -+++ unset __LMOD_REF_COUNT_QT_PLUGIN_PATH -+++ unset QT_PLUGIN_PATH -+++ unset SP_LIB4 -+++ unset SP_LIB8 -+++ unset SP_LIBd -+++ unset SP_SRC -+++ unset SP_VER -+++ unset TBBROOT -+++ unset VT_ADD_LIBS -+++ unset VT_ARCH -+++ unset VT_LIB_DIR -+++ unset VT_MPI -+++ unset VT_ROOT -+++ unset VT_SLIB_DIR -+++ unset W3EMC_INC4 -+++ unset W3EMC_INC8 -+++ unset W3EMC_INCd -+++ unset W3EMC_LIB4 -+++ unset W3EMC_LIB8 -+++ unset W3EMC_LIBd -+++ unset W3EMC_SRC -+++ unset W3EMC_VER -+++ unset W3NCO_INC4 -+++ unset W3NCO_INC8 -+++ unset W3NCO_INCd -+++ unset W3NCO_LIB4 -+++ unset W3NCO_LIB8 -+++ unset W3NCO_LIBd -+++ unset W3NCO_SRC -+++ unset W3NCO_VER -+++ unset XLSF_UIDDIR -+++ unset Z_INC -+++ unset Z_LIB -+++ unset Z_SRC -+++ unset Z_VER -+++ unset __LMOD_REF_COUNT__LMFILES_ -+++ unset _LMFILES_ -+++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii91c3J4L2xvY2FsL2Rldi9lbWNfcm9jb3RvL21vZHVsZWZpbGVzIiwiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvRHVzYW4uSm92aWMvdWZzL3ByMTgvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvd2Nvc3NfZGVsbF9wMyIsIi91c3J4L2xvY2FsL2Rldi9tb2R1bGVmaWxlcyIsIi91c3J4L2xvY2FsL3Byb2QvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQiLCIvdXNyeC9sb2NhbC9w -+++ export _ModuleTable001_ -+++ _ModuleTable002_=cm9kL21vZHVsZWZpbGVzL2RlZnMiLCIvZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb3JlX3Byb2QiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQ6L3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9kZWZzOi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsfQ== -+++ export _ModuleTable002_ -+++ _ModuleTable_Sz_=2 -+++ export _ModuleTable_Sz_ -+++ unset _ModuleTable004_ -+++ unset _ModuleTable005_ -+++ unset _ModuleTable006_ -+++ unset _ModuleTable007_ -+++ unset _ModuleTable008_ -+++ unset _ModuleTable009_ -+++ unset _ModuleTable010_ -+++ unset _ModuleTable011_ -+++ unset _ModuleTable012_ -+++ unset _ModuleTable013_ -+++ unset _ModuleTable014_ -+++ unset _ModuleTable015_ -+++ unset _ModuleTable016_ -+++ : -s sh -++ eval -++ unset __ms_shell -++ unset __ms_ksh_test -++ unset __ms_bash_test -++ unset setup__test_function__35722 -++ unset __ms_function_name -+ [[ wcoss_dell_p3 == macosx.* ]] -+ [[ wcoss_dell_p3 == linux.* ]] -+ module use /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3 -++ /usrx/local/prod/lmod/lmod/libexec/lmod bash use /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3 -+ eval 'MODULEPATH="/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/dev/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod";' export 'MODULEPATH;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcjE4L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL3djb3NzX2RlbGxfcDMiLCIvdXNyeC9sb2NhbC9kZXYvZW1jX3JvY290by9tb2R1bGVmaWxlcyIsIi91c3J4L2xvY2FsL2Rldi9tb2R1bGVmaWxlcyIsIi91c3J4L2xvY2FsL3Byb2QvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQiLCIvdXNyeC9sb2NhbC9w";' export '_ModuleTable001_;' '_ModuleTable002_="cm9kL21vZHVsZWZpbGVzL2RlZnMiLCIvZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb3JlX3Byb2QiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQ6L3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9kZWZzOi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsfQ==";' export '_ModuleTable002_;' '_ModuleTable_Sz_="2";' export '_ModuleTable_Sz_;' -++ MODULEPATH=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/dev/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod -++ export MODULEPATH -++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcjE4L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL3djb3NzX2RlbGxfcDMiLCIvdXNyeC9sb2NhbC9kZXYvZW1jX3JvY290by9tb2R1bGVmaWxlcyIsIi91c3J4L2xvY2FsL2Rldi9tb2R1bGVmaWxlcyIsIi91c3J4L2xvY2FsL3Byb2QvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQiLCIvdXNyeC9sb2NhbC9w -++ export _ModuleTable001_ -++ _ModuleTable002_=cm9kL21vZHVsZWZpbGVzL2RlZnMiLCIvZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb3JlX3Byb2QiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQ6L3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9kZWZzOi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsfQ== -++ export _ModuleTable002_ -++ _ModuleTable_Sz_=2 -++ export _ModuleTable_Sz_ -++ : -s sh -+ eval -+ module load fv3 -++ /usrx/local/prod/lmod/lmod/libexec/lmod bash load fv3 -+ eval 'ADVISOR_2018_DIR="/usrx/local/prod/intel/2018UP01/advisor_2018";' export 'ADVISOR_2018_DIR;' 'BACIO_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libbacio_v2.0.3_4.a";' export 'BACIO_LIB4;' 'BACIO_LIB8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libbacio_v2.0.3_8.a";' export 'BACIO_LIB8;' 'BACIO_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/bacio_v2.0.3";' export 'BACIO_SRC;' 'BACIO_VER="v2.0.3";' export 'BACIO_VER;' 'BINARY_TYPE_HPC="";' export 'BINARY_TYPE_HPC;' '__LMOD_REF_COUNT_CLASSPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64/mpi.jar:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/daal.jar:1";' export '__LMOD_REF_COUNT_CLASSPATH;' 'CLASSPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64/mpi.jar:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/daal.jar";' export 'CLASSPATH;' 'CLCK_ROOT="/usrx/local/prod/intel/2018UP01/clck_latest";' export 'CLCK_ROOT;' 'CMAKE_CXX_COMPILER="mpiicpc";' export 'CMAKE_CXX_COMPILER;' 'CMAKE_C_COMPILER="mpiicc";' export 'CMAKE_C_COMPILER;' 'CMAKE_Fortran_COMPILER="mpiifort";' export 'CMAKE_Fortran_COMPILER;' 'CMAKE_Platform="wcoss_dell_p3";' export 'CMAKE_Platform;' 'COMP="ips";' export 'COMP;' '__LMOD_REF_COUNT_CPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/pstl/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/include:1";' export '__LMOD_REF_COUNT_CPATH;' 'CPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/pstl/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/include";' export 'CPATH;' '__LMOD_REF_COUNT_CPLUS_INCLUDE_PATH="/usrx/local/prod/intel/2018UP01/clck_latest/include:1";' export '__LMOD_REF_COUNT_CPLUS_INCLUDE_PATH;' 'CPLUS_INCLUDE_PATH="/usrx/local/prod/intel/2018UP01/clck_latest/include";' export 'CPLUS_INCLUDE_PATH;' 'CRTM_FIX="/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/fix";' export 'CRTM_FIX;' 'CRTM_INC="/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/ips/18.0.1/include/crtm_v2.2.6";' export 'CRTM_INC;' 'CRTM_LIB="/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/ips/18.0.1/libcrtm_v2.2.6.a";' export 'CRTM_LIB;' 'CRTM_SRC="/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/src";' export 'CRTM_SRC;' 'CRTM_VER="v2.2.6";' export 'CRTM_VER;' 'DAALROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal";' export 'DAALROOT;' 'ESMFMKFILE="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/lib/esmf.mk";' export 'ESMFMKFILE;' 'G2TMPL_INC="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/g2tmpl_v1.6.0";' export 'G2TMPL_INC;' 'G2TMPL_LIB="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2tmpl_v1.6.0.a";' export 'G2TMPL_LIB;' 'G2TMPL_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/g2tmpl_v1.6.0/src";' export 'G2TMPL_SRC;' 'G2TMPL_VER="v1.6.0";' export 'G2TMPL_VER;' 'G2_INC4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/g2_v3.1.1_4";' export 'G2_INC4;' 'G2_INCd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/g2_v3.1.1_d";' export 'G2_INCd;' 'G2_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2_v3.1.1_4.a";' export 'G2_LIB4;' 'G2_LIBd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2_v3.1.1_d.a";' export 'G2_LIBd;' 'G2_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/g2_v3.1.1";' export 'G2_SRC;' 'G2_VER="v3.1.1";' export 'G2_VER;' 'GDBSERVER_MIC="/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/targets/intel64/x200/bin/gdbserver";' export 'GDBSERVER_MIC;' 'GDB_CROSS="/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/bin/gdb-ia";' export 'GDB_CROSS;' 'HDF5="/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1";' export 'HDF5;' 'HDF5_CFLAGS="-I/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/include";' export 'HDF5_CFLAGS;' 'HDF5_CXXFLAGS="-I/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/include";' export 'HDF5_CXXFLAGS;' 'HDF5_FFLAGS="-I/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/include";' export 'HDF5_FFLAGS;' 'HDF5_INCLUDE="-I/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/include";' export 'HDF5_INCLUDE;' 'HDF5_LDFLAGS="-L/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib' -lhdf5_hl -lhdf5hl_fortran -lhdf5 '-lhdf5_fortran";' export 'HDF5_LDFLAGS;' 'HDF5_LDFLAGS_C="-L/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib' -lhdf5_hl '-lhdf5";' export 'HDF5_LDFLAGS_C;' 'HDF5_LDFLAGS_CXX="-L/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib' -lhdf5_hl -hdf5_hl_cpp -lhdf5 '-lhdf5_cpp";' export 'HDF5_LDFLAGS_CXX;' 'HDF5_LDFLAGS_F="-L/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib' -lhdf5_hl -lhdf5hl_fortran -lhdf5 '-lhdf5_fortran";' export 'HDF5_LDFLAGS_F;' '__LMOD_REF_COUNT_INFOPATH="/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/info:1;info_gdb_igfx:1";' export '__LMOD_REF_COUNT_INFOPATH;' 'INFOPATH="/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/info:info_gdb_igfx";' export 'INFOPATH;' 'INSPECTOR_2018_DIR="/usrx/local/prod/intel/2018UP01/inspector_2018";' export 'INSPECTOR_2018_DIR;' 'INTEL_LICENSE_FILE="/usrx/local/prod/intel/licenses";' export 'INTEL_LICENSE_FILE;' 'INTEL_PYTHONHOME="/usrx/local/prod/intel/2018UP01/debugger_2018/python/intel64";' export 'INTEL_PYTHONHOME;' 'IPPROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp";' export 'IPPROOT;' 'IP_INC4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ip_v3.0.2_4";' export 'IP_INC4;' 'IP_INC8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ip_v3.0.2_8";' export 'IP_INC8;' 'IP_INCd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ip_v3.0.2_d";' export 'IP_INCd;' 'IP_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libip_v3.0.2_4.a";' export 'IP_LIB4;' 'IP_LIB8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libip_v3.0.2_8.a";' export 'IP_LIB8;' 'IP_LIBd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libip_v3.0.2_d.a";' export 'IP_LIBd;' 'IP_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/ip_v3.0.2";' export 'IP_SRC;' 'IP_VER="v3.0.2";' export 'IP_VER;' 'I_MPI_CC="icc";' export 'I_MPI_CC;' 'I_MPI_CXX="icpc";' export 'I_MPI_CXX;' 'I_MPI_EXTRA_FILESYSTEM="yes";' export 'I_MPI_EXTRA_FILESYSTEM;' 'I_MPI_EXTRA_FILESYSTEM_LIST="gpfs";' export 'I_MPI_EXTRA_FILESYSTEM_LIST;' 'I_MPI_F77="ifort";' export 'I_MPI_F77;' 'I_MPI_F90="ifort";' export 'I_MPI_F90;' 'I_MPI_FC="ifort";' export 'I_MPI_FC;' 'I_MPI_HYDRA_BOOTSTRAP="lsf";' export 'I_MPI_HYDRA_BOOTSTRAP;' 'I_MPI_HYDRA_IFACE="ib0";' export 'I_MPI_HYDRA_IFACE;' 'I_MPI_LSF_USE_COLLECTIVE_LAUNCH="1";' export 'I_MPI_LSF_USE_COLLECTIVE_LAUNCH;' 'I_MPI_ROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi";' export 'I_MPI_ROOT;' 'JASPER_INC="/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/include";' export 'JASPER_INC;' 'JASPER_LIB="/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib/libjasper.a";' export 'JASPER_LIB;' 'JASPER_LIBDIR="/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib";' export 'JASPER_LIBDIR;' 'JASPER_SRC="/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/src/jasper-1.900.29";' export 'JASPER_SRC;' 'JASPER_VER="1.900.29";' export 'JASPER_VER;' 'KMP_AFFINITY="scatter";' export 'KMP_AFFINITY;' unset 'LAUNCH;' '__LMOD_REF_COUNT_LD_LIBRARY_PATH="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/lib:1;/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib:1;/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib:1;/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib:1;/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:1;/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib:1;/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib:1;/usrx/local/prod/intel/2018UP01/itac_latest/slib:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:1;/usrx/local/prod/intel/2018UP01/debugger_2018/iga/lib:1;/usrx/local/prod/intel/2018UP01/debugger_2018/libipt/intel64/lib:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4:1";' export '__LMOD_REF_COUNT_LD_LIBRARY_PATH;' 'LD_LIBRARY_PATH="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/lib:/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib:/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib:/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib:/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib:/usrx/local/prod/intel/2018UP01/itac_latest/slib:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:/usrx/local/prod/intel/2018UP01/debugger_2018/iga/lib:/usrx/local/prod/intel/2018UP01/debugger_2018/libipt/intel64/lib:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4";' export 'LD_LIBRARY_PATH;' '__LMOD_REF_COUNT_LIBRARY_PATH="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:1;/usrx/local/prod/intel/2018UP01/clck_latest/lib/intel64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4:1";' export '__LMOD_REF_COUNT_LIBRARY_PATH;' 'LIBRARY_PATH="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:/usrx/local/prod/intel/2018UP01/clck_latest/lib/intel64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4";' export 'LIBRARY_PATH;' 'LIB_NAME="POST";' export 'LIB_NAME;' 'LMOD_FAMILY_COMPILER="ips";' export 'LMOD_FAMILY_COMPILER;' 'LMOD_FAMILY_COMPILER_VERSION="18.0.1.163";' export 'LMOD_FAMILY_COMPILER_VERSION;' 'LMOD_FAMILY_CONMPILER="HDF5-serial";' export 'LMOD_FAMILY_CONMPILER;' 'LMOD_FAMILY_CONMPILER_VERSION="1.10.1";' export 'LMOD_FAMILY_CONMPILER_VERSION;' 'LMOD_FAMILY_MPI="impi";' export 'LMOD_FAMILY_MPI;' 'LMOD_FAMILY_MPI_VERSION="18.0.1";' export 'LMOD_FAMILY_MPI_VERSION;' '__LMOD_REF_COUNT_LOADEDMODULES="ips/18.0.1.163:1;impi/18.0.1:1;NetCDF/4.5.0:1;HDF5-serial/1.10.1:1;lsf/10.1:1;bacio/2.0.3:1;ip/3.0.2:1;sp/2.0.3:1;w3nco/2.0.7:1;w3emc/2.3.1:1;nemsio/2.2.4:1;g2/3.1.1:1;g2tmpl/1.6.0:1;crtm/2.2.6:1;jasper/1.900.29:1;libpng/1.2.59:1;zlib/1.2.11:1;post/8.0.1:1;esmf/8.0.0:1;cmake/3.10.0:1;fv3:1";' export '__LMOD_REF_COUNT_LOADEDMODULES;' 'LOADEDMODULES="ips/18.0.1.163:impi/18.0.1:NetCDF/4.5.0:HDF5-serial/1.10.1:lsf/10.1:bacio/2.0.3:ip/3.0.2:sp/2.0.3:w3nco/2.0.7:w3emc/2.3.1:nemsio/2.2.4:g2/3.1.1:g2tmpl/1.6.0:crtm/2.2.6:jasper/1.900.29:libpng/1.2.59:zlib/1.2.11:post/8.0.1:esmf/8.0.0:cmake/3.10.0:fv3";' export 'LOADEDMODULES;' 'LSF_BINDIR="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin";' export 'LSF_BINDIR;' 'LSF_ENVDIR="/gpfs/lsf/conf";' export 'LSF_ENVDIR;' 'LSF_LIBDIR="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib";' export 'LSF_LIBDIR;' 'LSF_SERVERDIR="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc";' export 'LSF_SERVERDIR;' '__LMOD_REF_COUNT_MANPATH="/usrx/local/dev/packages/cmake/3.10.0/share/man:1;/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/share/man:1;/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/share/man:1;/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/man:1;/gpfs/lsf/10.1/man:1;/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/share/man:1;/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/share/man:1;/usrx/local/prod/intel/2018UP01/itac_latest/man:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/man/common:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/man:1;/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/man:1;/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-igfx/man:1;/usrx/local/prod/lmod/lmod/share/man:1;/usrx/local/prod/intel/2018UP01/inspector_2018/man:1;/usrx/local/prod/intel/2018UP01/advisor_2018/man:1";' export '__LMOD_REF_COUNT_MANPATH;' 'MANPATH="/usrx/local/dev/packages/cmake/3.10.0/share/man:/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/share/man:/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/share/man:/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/man:/gpfs/lsf/10.1/man:/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/share/man:/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/share/man:/usrx/local/prod/intel/2018UP01/itac_latest/man:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/man/common:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/man:/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/man:/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-igfx/man:/usrx/local/prod/lmod/lmod/share/man::/usrx/local/prod/intel/2018UP01/inspector_2018/man:/usrx/local/prod/intel/2018UP01/advisor_2018/man";' export 'MANPATH;' 'MKLROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl";' export 'MKLROOT;' 'MODULEPATH="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/dev/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1:/usrx/local/prod/modulefiles/mpi_third/ips/18.0.1/impi/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/mpi_prod/ips/18.0.1/impi/18.0.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles";' export 'MODULEPATH;' 'MPM_LAUNCHER="/usrx/local/prod/intel/2018UP01/debugger_2018/mpm/mic/bin/start_mpm.sh";' export 'MPM_LAUNCHER;' 'NEMSIO_INC="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/nemsio_v2.2.4";' export 'NEMSIO_INC;' 'NEMSIO_LIB="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libnemsio_v2.2.4.a";' export 'NEMSIO_LIB;' 'NEMSIO_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/nemsio_v2.2.4";' export 'NEMSIO_SRC;' 'NEMSIO_VER="v2.2.4";' export 'NEMSIO_VER;' 'NETCDF="/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0";' export 'NETCDF;' 'NETCDF_CFLAGS="-I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include";' export 'NETCDF_CFLAGS;' 'NETCDF_CXX4FLAGS="-I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include";' export 'NETCDF_CXX4FLAGS;' 'NETCDF_CXXFLAGS="-I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include";' export 'NETCDF_CXXFLAGS;' 'NETCDF_FFLAGS="-I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include";' export 'NETCDF_FFLAGS;' 'NETCDF_INC="/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include";' export 'NETCDF_INC;' 'NETCDF_INCLUDE="-I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include";' export 'NETCDF_INCLUDE;' 'NETCDF_LDFLAGS="-L/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib' '-lnetcdff";' export 'NETCDF_LDFLAGS;' 'NETCDF_LDFLAGS_C="-L/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib' '-lnetcdf";' export 'NETCDF_LDFLAGS_C;' 'NETCDF_LDFLAGS_CXX="-L/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib' -lnetcdf '-lnetcdf_c++";' export 'NETCDF_LDFLAGS_CXX;' 'NETCDF_LDFLAGS_CXX4="-L/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib' -lnetcdf '-lnetcdf_c++4";' export 'NETCDF_LDFLAGS_CXX4;' 'NETCDF_LDFLAGS_F="-L/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib' '-lnetcdff";' export 'NETCDF_LDFLAGS_F;' 'NETCDF_LIB="/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib";' export 'NETCDF_LIB;' 'NETCDF_ROOT="/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0";' export 'NETCDF_ROOT;' '__LMOD_REF_COUNT_NLSPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin/locale/%l_%t/%N:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin/locale/%l_%t/%N:1;/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/share/locale/%l_%t/%N:1";' export '__LMOD_REF_COUNT_NLSPATH;' 'NLSPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin/locale/%l_%t/%N:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin/locale/%l_%t/%N::/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/share/locale/%l_%t/%N";' export 'NLSPATH;' '__LMOD_REF_COUNT_PATH="/usrx/local/dev/packages/cmake/3.10.0/bin:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/bin:1;/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/bin:1;/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/bin:1;/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc:1;/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin:1;/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1:1;/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/bin:1;/usrx/local/prod/intel/2018UP01/advisor_2018/bin64:1;/usrx/local/prod/intel/2018UP01/vtune_amplifier_2018/bin64:1;/usrx/local/prod/intel/2018UP01/inspector_2018/bin64:1;/usrx/local/prod/intel/2018UP01/itac_latest/bin:1;/usrx/local/prod/intel/2018UP01/clck_latest/bin/intel64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/bin/intel64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64:1;/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/targets/intel64/x200/bin:1;/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/bin:1;/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/usr/lpp/mmfs/bin:1;/opt/ibutils/bin:1;/opt/dell/srvadmin/bin:1;/u/Dusan.Jovic/bin:2;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/dbrowse:1;/u/Dusan.Jovic/.local/bin:1;/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/include:1";' export '__LMOD_REF_COUNT_PATH;' 'PATH="/usrx/local/dev/packages/cmake/3.10.0/bin:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/bin:/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/bin:/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/bin:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin:/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1:/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/bin:/usrx/local/prod/intel/2018UP01/advisor_2018/bin64:/usrx/local/prod/intel/2018UP01/vtune_amplifier_2018/bin64:/usrx/local/prod/intel/2018UP01/inspector_2018/bin64:/usrx/local/prod/intel/2018UP01/itac_latest/bin:/usrx/local/prod/intel/2018UP01/clck_latest/bin/intel64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/bin/intel64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64:/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/targets/intel64/x200/bin:/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/usr/lpp/mmfs/bin:/opt/ibutils/bin:/opt/dell/srvadmin/bin:/u/Dusan.Jovic/bin:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/dbrowse:/u/Dusan.Jovic/.local/bin:/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/include";' export 'PATH;' 'PKG_CONFIG_PATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/bin/pkgconfig";' export 'PKG_CONFIG_PATH;' 'PNG_INC="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/include";' export 'PNG_INC;' 'PNG_LIB="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng.a";' export 'PNG_LIB;' 'PNG_LIB12="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng12.a";' export 'PNG_LIB12;' 'PNG_LIBDIR="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib";' export 'PNG_LIBDIR;' 'PNG_LIBso="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng.so";' export 'PNG_LIBso;' 'PNG_SRC="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/src/libpng-1.2.59";' export 'PNG_SRC;' 'PNG_VER="1.2.59";' export 'PNG_VER;' 'POST_INC="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ncep_post_v8.0.1_4";' export 'POST_INC;' 'POST_LIB="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libncep_post_v8.0.1_4.a";' export 'POST_LIB;' 'POST_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/post_v8.0.1";' export 'POST_SRC;' 'POST_VER="v8.0.1";' export 'POST_VER;' 'PSTLROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/pstl";' export 'PSTLROOT;' 'PYTHONPATH="/usrx/local/prod/intel/2018UP01/advisor_2018/pythonapi";' export 'PYTHONPATH;' 'SP_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_4.a";' export 'SP_LIB4;' 'SP_LIB8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_8.a";' export 'SP_LIB8;' 'SP_LIBd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_d.a";' export 'SP_LIBd;' 'SP_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/sp_v2.0.3";' export 'SP_SRC;' 'SP_VER="v2.0.3";' export 'SP_VER;' 'TBBROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb";' export 'TBBROOT;' 'VT_ADD_LIBS="-ldwarf' -lelf -lvtunwind -lm '-lpthread";' export 'VT_ADD_LIBS;' 'VT_ARCH="intel64";' export 'VT_ARCH;' 'VT_LIB_DIR="/usrx/local/prod/intel/2018UP01/itac_latest/lib";' export 'VT_LIB_DIR;' 'VT_MPI="impi4";' export 'VT_MPI;' 'VT_ROOT="/usrx/local/prod/intel/2018UP01/itac_latest";' export 'VT_ROOT;' 'VT_SLIB_DIR="/usrx/local/prod/intel/2018UP01/itac_latest/slib";' export 'VT_SLIB_DIR;' 'W3EMC_INC4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3emc_v2.3.1_4";' export 'W3EMC_INC4;' 'W3EMC_INC8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3emc_v2.3.1_8";' export 'W3EMC_INC8;' 'W3EMC_INCd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3emc_v2.3.1_d";' export 'W3EMC_INCd;' 'W3EMC_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_4.a";' export 'W3EMC_LIB4;' 'W3EMC_LIB8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_8.a";' export 'W3EMC_LIB8;' 'W3EMC_LIBd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_d.a";' export 'W3EMC_LIBd;' 'W3EMC_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/w3emc_v2.3.1";' export 'W3EMC_SRC;' 'W3EMC_VER="v2.3.1";' export 'W3EMC_VER;' 'W3NCO_INC4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3nco_v2.0.7_4";' export 'W3NCO_INC4;' 'W3NCO_INC8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3nco_v2.0.7_8";' export 'W3NCO_INC8;' 'W3NCO_INCd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3nco_v2.0.7_d";' export 'W3NCO_INCd;' 'W3NCO_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_4.a";' export 'W3NCO_LIB4;' 'W3NCO_LIB8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_8.a";' export 'W3NCO_LIB8;' 'W3NCO_LIBd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_d.a";' export 'W3NCO_LIBd;' 'W3NCO_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/w3nco_v2.0.7";' export 'W3NCO_SRC;' 'W3NCO_VER="v2.0.7";' export 'W3NCO_VER;' 'XLSF_UIDDIR="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib/uid";' export 'XLSF_UIDDIR;' 'Z_INC="/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/include";' export 'Z_INC;' 'Z_LIB="/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib/libz.a";' export 'Z_LIB;' 'Z_SRC="/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/src";' export 'Z_SRC;' 'Z_VER="1.2.11";' export 'Z_VER;' '__LMOD_REF_COUNT__LMFILES_="/usrx/local/prod/modulefiles/core_third/ips/18.0.1.163:1;/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1/impi/18.0.1.lua:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/NetCDF/4.5.0:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/HDF5-serial/1.10.1:1;/usrx/local/prod/modulefiles/core_third/lsf/10.1:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/bacio/2.0.3:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/ip/3.0.2:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/sp/2.0.3:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3nco/2.0.7:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3emc/2.3.1:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/nemsio/2.2.4:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2/3.1.1:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2tmpl/1.6.0:1;/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/crtm/2.2.6:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/jasper/1.900.29:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/libpng/1.2.59:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/zlib/1.2.11:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/post/8.0.1:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/esmf/8.0.0:1;/usrx/local/dev/modulefiles/cmake/3.10.0:1;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3:1";' export '__LMOD_REF_COUNT__LMFILES_;' '_LMFILES_="/usrx/local/prod/modulefiles/core_third/ips/18.0.1.163:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1/impi/18.0.1.lua:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/NetCDF/4.5.0:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/HDF5-serial/1.10.1:/usrx/local/prod/modulefiles/core_third/lsf/10.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/bacio/2.0.3:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/ip/3.0.2:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/sp/2.0.3:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3nco/2.0.7:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3emc/2.3.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/nemsio/2.2.4:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2/3.1.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2tmpl/1.6.0:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/crtm/2.2.6:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/jasper/1.900.29:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/libpng/1.2.59:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/zlib/1.2.11:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/post/8.0.1:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/esmf/8.0.0:/usrx/local/dev/modulefiles/cmake/3.10.0:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3";' export '_LMFILES_;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImlwcyIsWyJjb25tcGlsZXIiXT0iSERGNS1zZXJpYWwiLFsibXBpIl09ImltcGkiLH0sbVQ9e1siSERGNS1zZXJpYWwiXT17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvSERGNS1zZXJpYWwvMS4xMC4xIixbImZ1bGxOYW1lIl09IkhERjUtc2VyaWFsLzEuMTAuMSIsWyJsb2FkT3JkZXIiXT00LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09IkhERjUtc2VyaWFs";' export '_ModuleTable001_;' '_ModuleTable002_="LzEuMTAuMSIsfSxOZXRDREY9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xL05ldENERi80LjUuMCIsWyJmdWxsTmFtZSJdPSJOZXRDREYvNC41LjAiLFsibG9hZE9yZGVyIl09Myxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJOZXRDREYvNC41LjAiLH0sYmFjaW89e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2JhY2lvLzIuMC4zIixbImZ1bGxOYW1lIl09ImJhY2lvLzIuMC4zIixbImxvYWRPcmRlciJdPTYscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNl";' export '_ModuleTable002_;' '_ModuleTable003_="ck5hbWUiXT0iYmFjaW8vMi4wLjMiLH0sY21ha2U9e1siZm4iXT0iL3VzcngvbG9jYWwvZGV2L21vZHVsZWZpbGVzL2NtYWtlLzMuMTAuMCIsWyJmdWxsTmFtZSJdPSJjbWFrZS8zLjEwLjAiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY21ha2UvMy4xMC4wIix9LGNydG09e1siZm4iXT0iL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfcHJvZC9pcHMvMTguMC4xL2NydG0vMi4yLjYiLFsiZnVsbE5hbWUiXT0iY3J0bS8yLjIuNiIsWyJsb2FkT3JkZXIiXT0xNCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1";' export '_ModuleTable003_;' '_ModuleTable004_="c2VyTmFtZSJdPSJjcnRtLzIuMi42Iix9LGVzbWY9e1siZm4iXT0iL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcjE4L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL3djb3NzX2RlbGxfcDMvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT0yMSxw";' export '_ModuleTable004_;' '_ModuleTable005_="cm9wVD17fSxbInN0YWNrRGVwdGgiXT0wLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZzI9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2cyLzMuMS4xIixbImZ1bGxOYW1lIl09ImcyLzMuMS4xIixbImxvYWRPcmRlciJdPTEyLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcyLzMuMS4xIix9LGcydG1wbD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzJ0bXBsLzEuNi4wIixbImZ1bGxOYW1lIl09ImcydG1wbC8xLjYuMCIsWyJsb2FkT3JkZXIiXT0xMyxwcm9wVD17fSxbInN0YWNr";' export '_ModuleTable005_;' '_ModuleTable006_="RGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMnRtcGwvMS42LjAiLH0saW1waT17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX21waS9pcHMvMTguMC4xL2ltcGkvMTguMC4xLmx1YSIsWyJmdWxsTmFtZSJdPSJpbXBpLzE4LjAuMSIsWyJsb2FkT3JkZXIiXT0yLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImltcGkvMTguMC4xIix9LGlwPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9pcC8zLjAuMiIsWyJmdWxsTmFtZSJdPSJpcC8zLjAuMiIsWyJsb2FkT3JkZXIiXT03LHByb3BUPXt9LFsic3Rh";' export '_ModuleTable006_;' '_ModuleTable007_="Y2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImlwLzMuMC4yIix9LGlwcz17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQvaXBzLzE4LjAuMS4xNjMiLFsiZnVsbE5hbWUiXT0iaXBzLzE4LjAuMS4xNjMiLFsibG9hZE9yZGVyIl09MSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJpcHMvMTguMC4xLjE2MyIsfSxqYXNwZXI9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xL2phc3Blci8xLjkwMC4yOSIsWyJmdWxsTmFtZSJdPSJqYXNwZXIvMS45MDAuMjkiLFsibG9hZE9yZGVyIl09";' export '_ModuleTable007_;' '_ModuleTable008_="MTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iamFzcGVyLzEuOTAwLjI5Iix9LGxpYnBuZz17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvbGlicG5nLzEuMi41OSIsWyJmdWxsTmFtZSJdPSJsaWJwbmcvMS4yLjU5IixbImxvYWRPcmRlciJdPTE2LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImxpYnBuZy8xLjIuNTkiLH0sbHNmPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZC9sc2YvMTAuMSIsWyJmdWxsTmFtZSJdPSJsc2YvMTAuMSIsWyJsb2Fk";' export '_ModuleTable008_;' '_ModuleTable009_="T3JkZXIiXT01LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImxzZi8xMC4xIix9LG5lbXNpbz17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvbmVtc2lvLzIuMi40IixbImZ1bGxOYW1lIl09Im5lbXNpby8yLjIuNCIsWyJsb2FkT3JkZXIiXT0xMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZW1zaW8vMi4yLjQiLH0scG9zdD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvcG9zdC84LjAuMSIsWyJmdWxsTmFtZSJdPSJwb3N0LzguMC4xIixbImxvYWRP";' export '_ModuleTable009_;' '_ModuleTable010_="cmRlciJdPTE4LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InBvc3QvOC4wLjEiLH0sc3A9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL3NwLzIuMC4zIixbImZ1bGxOYW1lIl09InNwLzIuMC4zIixbImxvYWRPcmRlciJdPTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ic3AvMi4wLjMiLH0sdzNlbWM9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL3czZW1jLzIuMy4xIixbImZ1bGxOYW1lIl09InczZW1jLzIuMy4xIixbImxvYWRPcmRlciJdPTEwLHBy";' export '_ModuleTable010_;' '_ModuleTable011_="b3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczZW1jLzIuMy4xIix9LHczbmNvPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy93M25jby8yLjAuNyIsWyJmdWxsTmFtZSJdPSJ3M25jby8yLjAuNyIsWyJsb2FkT3JkZXIiXT05LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHpsaWI9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xL3psaWIvMS4yLjExIixbImZ1bGxOYW1lIl09InpsaWIvMS4yLjExIixbImxvYWRPcmRl";' export '_ModuleTable011_;' '_ModuleTable012_="ciJdPTE3LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InpsaWIvMS4yLjExIix9LH0sbXBhdGhBPXsiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMiLCIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9EdXNhbi5Kb3ZpYy91ZnMvcHIxOC91ZnMtd2VhdGhlci1tb2RlbC9tb2R1bGVmaWxlcy93Y29zc19kZWxsX3AzIiwiL3VzcngvbG9jYWwvZGV2L2VtY19yb2NvdG8vbW9kdWxlZmlsZXMiLCIvdXNyeC9sb2NhbC9kZXYvbW9kdWxlZmlsZXMiLCIvdXNyeC9sb2NhbC9wcm9kL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlIiwiL3VzcngvbG9j";' export '_ModuleTable012_;' '_ModuleTable013_="YWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9kZWZzIiwiL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29yZV9wcm9kIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xIiwiL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfcHJvZC9pcHMvMTguMC4xIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl9tcGkvaXBzLzE4LjAuMSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvbXBpX3RoaXJkL2lwcy8xOC4wLjEvaW1waS8xOC4wLjEiLCIvZ3Bmcy9kZWxsMS9uY28vb3BzL253";' export '_ModuleTable013_;' '_ModuleTable014_="cHJvZC9tb2R1bGVmaWxlcy9tcGlfcHJvZC9pcHMvMTguMC4xL2ltcGkvMTguMC4xIiwiL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzIix9LFsic3lzdGVtQmFzZU1QQVRIIl09Ii91c3J4L2xvY2FsL3Byb2QvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmU6L3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkOi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvZGVmczovZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb3JlX3Byb2QiLH0=";' export '_ModuleTable014_;' '_ModuleTable_Sz_="14";' export '_ModuleTable_Sz_;' -++ ADVISOR_2018_DIR=/usrx/local/prod/intel/2018UP01/advisor_2018 -++ export ADVISOR_2018_DIR -++ BACIO_LIB4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libbacio_v2.0.3_4.a -++ export BACIO_LIB4 -++ BACIO_LIB8=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libbacio_v2.0.3_8.a -++ export BACIO_LIB8 -++ BACIO_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/bacio_v2.0.3 -++ export BACIO_SRC -++ BACIO_VER=v2.0.3 -++ export BACIO_VER -++ BINARY_TYPE_HPC= -++ export BINARY_TYPE_HPC -++ __LMOD_REF_COUNT_CLASSPATH='/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64/mpi.jar:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/daal.jar:1' -++ export __LMOD_REF_COUNT_CLASSPATH -++ CLASSPATH=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64/mpi.jar:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/daal.jar -++ export CLASSPATH -++ CLCK_ROOT=/usrx/local/prod/intel/2018UP01/clck_latest -++ export CLCK_ROOT -++ CMAKE_CXX_COMPILER=mpiicpc -++ export CMAKE_CXX_COMPILER -++ CMAKE_C_COMPILER=mpiicc -++ export CMAKE_C_COMPILER -++ CMAKE_Fortran_COMPILER=mpiifort -++ export CMAKE_Fortran_COMPILER -++ CMAKE_Platform=wcoss_dell_p3 -++ export CMAKE_Platform -++ COMP=ips -++ export COMP -++ __LMOD_REF_COUNT_CPATH='/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/pstl/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/include:1' -++ export __LMOD_REF_COUNT_CPATH -++ CPATH=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/pstl/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/include -++ export CPATH -++ __LMOD_REF_COUNT_CPLUS_INCLUDE_PATH=/usrx/local/prod/intel/2018UP01/clck_latest/include:1 -++ export __LMOD_REF_COUNT_CPLUS_INCLUDE_PATH -++ CPLUS_INCLUDE_PATH=/usrx/local/prod/intel/2018UP01/clck_latest/include -++ export CPLUS_INCLUDE_PATH -++ CRTM_FIX=/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/fix -++ export CRTM_FIX -++ CRTM_INC=/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/ips/18.0.1/include/crtm_v2.2.6 -++ export CRTM_INC -++ CRTM_LIB=/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/ips/18.0.1/libcrtm_v2.2.6.a -++ export CRTM_LIB -++ CRTM_SRC=/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/src -++ export CRTM_SRC -++ CRTM_VER=v2.2.6 -++ export CRTM_VER -++ DAALROOT=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal -++ export DAALROOT -++ ESMFMKFILE=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/lib/esmf.mk -++ export ESMFMKFILE -++ G2TMPL_INC=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/g2tmpl_v1.6.0 -++ export G2TMPL_INC -++ G2TMPL_LIB=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2tmpl_v1.6.0.a -++ export G2TMPL_LIB -++ G2TMPL_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/g2tmpl_v1.6.0/src -++ export G2TMPL_SRC -++ G2TMPL_VER=v1.6.0 -++ export G2TMPL_VER -++ G2_INC4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/g2_v3.1.1_4 -++ export G2_INC4 -++ G2_INCd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/g2_v3.1.1_d -++ export G2_INCd -++ G2_LIB4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2_v3.1.1_4.a -++ export G2_LIB4 -++ G2_LIBd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2_v3.1.1_d.a -++ export G2_LIBd -++ G2_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/g2_v3.1.1 -++ export G2_SRC -++ G2_VER=v3.1.1 -++ export G2_VER -++ GDBSERVER_MIC=/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/targets/intel64/x200/bin/gdbserver -++ export GDBSERVER_MIC -++ GDB_CROSS=/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/bin/gdb-ia -++ export GDB_CROSS -++ HDF5=/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1 -++ export HDF5 -++ HDF5_CFLAGS=-I/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/include -++ export HDF5_CFLAGS -++ HDF5_CXXFLAGS=-I/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/include -++ export HDF5_CXXFLAGS -++ HDF5_FFLAGS=-I/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/include -++ export HDF5_FFLAGS -++ HDF5_INCLUDE=-I/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/include -++ export HDF5_INCLUDE -++ HDF5_LDFLAGS='-L/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib -lhdf5_hl -lhdf5hl_fortran -lhdf5 -lhdf5_fortran' -++ export HDF5_LDFLAGS -++ HDF5_LDFLAGS_C='-L/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib -lhdf5_hl -lhdf5' -++ export HDF5_LDFLAGS_C -++ HDF5_LDFLAGS_CXX='-L/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib -lhdf5_hl -hdf5_hl_cpp -lhdf5 -lhdf5_cpp' -++ export HDF5_LDFLAGS_CXX -++ HDF5_LDFLAGS_F='-L/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib -lhdf5_hl -lhdf5hl_fortran -lhdf5 -lhdf5_fortran' -++ export HDF5_LDFLAGS_F -++ __LMOD_REF_COUNT_INFOPATH='/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/info:1;info_gdb_igfx:1' -++ export __LMOD_REF_COUNT_INFOPATH -++ INFOPATH=/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/info:info_gdb_igfx -++ export INFOPATH -++ INSPECTOR_2018_DIR=/usrx/local/prod/intel/2018UP01/inspector_2018 -++ export INSPECTOR_2018_DIR -++ INTEL_LICENSE_FILE=/usrx/local/prod/intel/licenses -++ export INTEL_LICENSE_FILE -++ INTEL_PYTHONHOME=/usrx/local/prod/intel/2018UP01/debugger_2018/python/intel64 -++ export INTEL_PYTHONHOME -++ IPPROOT=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp -++ export IPPROOT -++ IP_INC4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ip_v3.0.2_4 -++ export IP_INC4 -++ IP_INC8=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ip_v3.0.2_8 -++ export IP_INC8 -++ IP_INCd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ip_v3.0.2_d -++ export IP_INCd -++ IP_LIB4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libip_v3.0.2_4.a -++ export IP_LIB4 -++ IP_LIB8=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libip_v3.0.2_8.a -++ export IP_LIB8 -++ IP_LIBd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libip_v3.0.2_d.a -++ export IP_LIBd -++ IP_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/ip_v3.0.2 -++ export IP_SRC -++ IP_VER=v3.0.2 -++ export IP_VER -++ I_MPI_CC=icc -++ export I_MPI_CC -++ I_MPI_CXX=icpc -++ export I_MPI_CXX -++ I_MPI_EXTRA_FILESYSTEM=yes -++ export I_MPI_EXTRA_FILESYSTEM -++ I_MPI_EXTRA_FILESYSTEM_LIST=gpfs -++ export I_MPI_EXTRA_FILESYSTEM_LIST -++ I_MPI_F77=ifort -++ export I_MPI_F77 -++ I_MPI_F90=ifort -++ export I_MPI_F90 -++ I_MPI_FC=ifort -++ export I_MPI_FC -++ I_MPI_HYDRA_BOOTSTRAP=lsf -++ export I_MPI_HYDRA_BOOTSTRAP -++ I_MPI_HYDRA_IFACE=ib0 -++ export I_MPI_HYDRA_IFACE -++ I_MPI_LSF_USE_COLLECTIVE_LAUNCH=1 -++ export I_MPI_LSF_USE_COLLECTIVE_LAUNCH -++ I_MPI_ROOT=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi -++ export I_MPI_ROOT -++ JASPER_INC=/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/include -++ export JASPER_INC -++ JASPER_LIB=/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib/libjasper.a -++ export JASPER_LIB -++ JASPER_LIBDIR=/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib -++ export JASPER_LIBDIR -++ JASPER_SRC=/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/src/jasper-1.900.29 -++ export JASPER_SRC -++ JASPER_VER=1.900.29 -++ export JASPER_VER -++ KMP_AFFINITY=scatter -++ export KMP_AFFINITY -++ unset LAUNCH -++ __LMOD_REF_COUNT_LD_LIBRARY_PATH='/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/lib:1;/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib:1;/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib:1;/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib:1;/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:1;/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib:1;/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib:1;/usrx/local/prod/intel/2018UP01/itac_latest/slib:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:1;/usrx/local/prod/intel/2018UP01/debugger_2018/iga/lib:1;/usrx/local/prod/intel/2018UP01/debugger_2018/libipt/intel64/lib:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4:1' -++ export __LMOD_REF_COUNT_LD_LIBRARY_PATH -++ LD_LIBRARY_PATH=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/lib:/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib:/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib:/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib:/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib:/usrx/local/prod/intel/2018UP01/itac_latest/slib:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:/usrx/local/prod/intel/2018UP01/debugger_2018/iga/lib:/usrx/local/prod/intel/2018UP01/debugger_2018/libipt/intel64/lib:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4 -++ export LD_LIBRARY_PATH -++ __LMOD_REF_COUNT_LIBRARY_PATH='/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:1;/usrx/local/prod/intel/2018UP01/clck_latest/lib/intel64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4:1' -++ export __LMOD_REF_COUNT_LIBRARY_PATH -++ LIBRARY_PATH=/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:/usrx/local/prod/intel/2018UP01/clck_latest/lib/intel64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4 -++ export LIBRARY_PATH -++ LIB_NAME=POST -++ export LIB_NAME -++ LMOD_FAMILY_COMPILER=ips -++ export LMOD_FAMILY_COMPILER -++ LMOD_FAMILY_COMPILER_VERSION=18.0.1.163 -++ export LMOD_FAMILY_COMPILER_VERSION -++ LMOD_FAMILY_CONMPILER=HDF5-serial -++ export LMOD_FAMILY_CONMPILER -++ LMOD_FAMILY_CONMPILER_VERSION=1.10.1 -++ export LMOD_FAMILY_CONMPILER_VERSION -++ LMOD_FAMILY_MPI=impi -++ export LMOD_FAMILY_MPI -++ LMOD_FAMILY_MPI_VERSION=18.0.1 -++ export LMOD_FAMILY_MPI_VERSION -++ __LMOD_REF_COUNT_LOADEDMODULES='ips/18.0.1.163:1;impi/18.0.1:1;NetCDF/4.5.0:1;HDF5-serial/1.10.1:1;lsf/10.1:1;bacio/2.0.3:1;ip/3.0.2:1;sp/2.0.3:1;w3nco/2.0.7:1;w3emc/2.3.1:1;nemsio/2.2.4:1;g2/3.1.1:1;g2tmpl/1.6.0:1;crtm/2.2.6:1;jasper/1.900.29:1;libpng/1.2.59:1;zlib/1.2.11:1;post/8.0.1:1;esmf/8.0.0:1;cmake/3.10.0:1;fv3:1' -++ export __LMOD_REF_COUNT_LOADEDMODULES -++ LOADEDMODULES=ips/18.0.1.163:impi/18.0.1:NetCDF/4.5.0:HDF5-serial/1.10.1:lsf/10.1:bacio/2.0.3:ip/3.0.2:sp/2.0.3:w3nco/2.0.7:w3emc/2.3.1:nemsio/2.2.4:g2/3.1.1:g2tmpl/1.6.0:crtm/2.2.6:jasper/1.900.29:libpng/1.2.59:zlib/1.2.11:post/8.0.1:esmf/8.0.0:cmake/3.10.0:fv3 -++ export LOADEDMODULES -++ LSF_BINDIR=/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin -++ export LSF_BINDIR -++ LSF_ENVDIR=/gpfs/lsf/conf -++ export LSF_ENVDIR -++ LSF_LIBDIR=/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib -++ export LSF_LIBDIR -++ LSF_SERVERDIR=/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc -++ export LSF_SERVERDIR -++ __LMOD_REF_COUNT_MANPATH='/usrx/local/dev/packages/cmake/3.10.0/share/man:1;/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/share/man:1;/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/share/man:1;/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/man:1;/gpfs/lsf/10.1/man:1;/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/share/man:1;/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/share/man:1;/usrx/local/prod/intel/2018UP01/itac_latest/man:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/man/common:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/man:1;/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/man:1;/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-igfx/man:1;/usrx/local/prod/lmod/lmod/share/man:1;/usrx/local/prod/intel/2018UP01/inspector_2018/man:1;/usrx/local/prod/intel/2018UP01/advisor_2018/man:1' -++ export __LMOD_REF_COUNT_MANPATH -++ MANPATH=/usrx/local/dev/packages/cmake/3.10.0/share/man:/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/share/man:/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/share/man:/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/man:/gpfs/lsf/10.1/man:/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/share/man:/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/share/man:/usrx/local/prod/intel/2018UP01/itac_latest/man:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/man/common:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/man:/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/man:/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-igfx/man:/usrx/local/prod/lmod/lmod/share/man::/usrx/local/prod/intel/2018UP01/inspector_2018/man:/usrx/local/prod/intel/2018UP01/advisor_2018/man -++ export MANPATH -++ MKLROOT=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl -++ export MKLROOT -++ MODULEPATH=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/dev/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1:/usrx/local/prod/modulefiles/mpi_third/ips/18.0.1/impi/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/mpi_prod/ips/18.0.1/impi/18.0.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles -++ export MODULEPATH -++ MPM_LAUNCHER=/usrx/local/prod/intel/2018UP01/debugger_2018/mpm/mic/bin/start_mpm.sh -++ export MPM_LAUNCHER -++ NEMSIO_INC=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/nemsio_v2.2.4 -++ export NEMSIO_INC -++ NEMSIO_LIB=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libnemsio_v2.2.4.a -++ export NEMSIO_LIB -++ NEMSIO_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/nemsio_v2.2.4 -++ export NEMSIO_SRC -++ NEMSIO_VER=v2.2.4 -++ export NEMSIO_VER -++ NETCDF=/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0 -++ export NETCDF -++ NETCDF_CFLAGS=-I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -++ export NETCDF_CFLAGS -++ NETCDF_CXX4FLAGS=-I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -++ export NETCDF_CXX4FLAGS -++ NETCDF_CXXFLAGS=-I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -++ export NETCDF_CXXFLAGS -++ NETCDF_FFLAGS=-I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -++ export NETCDF_FFLAGS -++ NETCDF_INC=/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -++ export NETCDF_INC -++ NETCDF_INCLUDE=-I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -++ export NETCDF_INCLUDE -++ NETCDF_LDFLAGS='-L/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib -lnetcdff' -++ export NETCDF_LDFLAGS -++ NETCDF_LDFLAGS_C='-L/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib -lnetcdf' -++ export NETCDF_LDFLAGS_C -++ NETCDF_LDFLAGS_CXX='-L/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib -lnetcdf -lnetcdf_c++' -++ export NETCDF_LDFLAGS_CXX -++ NETCDF_LDFLAGS_CXX4='-L/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib -lnetcdf -lnetcdf_c++4' -++ export NETCDF_LDFLAGS_CXX4 -++ NETCDF_LDFLAGS_F='-L/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib -lnetcdff' -++ export NETCDF_LDFLAGS_F -++ NETCDF_LIB=/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib -++ export NETCDF_LIB -++ NETCDF_ROOT=/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0 -++ export NETCDF_ROOT -++ __LMOD_REF_COUNT_NLSPATH='/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin/locale/%l_%t/%N:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin/locale/%l_%t/%N:1;/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/share/locale/%l_%t/%N:1' -++ export __LMOD_REF_COUNT_NLSPATH -++ NLSPATH=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin/locale/%l_%t/%N:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin/locale/%l_%t/%N::/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/share/locale/%l_%t/%N -++ export NLSPATH -++ __LMOD_REF_COUNT_PATH='/usrx/local/dev/packages/cmake/3.10.0/bin:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/bin:1;/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/bin:1;/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/bin:1;/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc:1;/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin:1;/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1:1;/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/bin:1;/usrx/local/prod/intel/2018UP01/advisor_2018/bin64:1;/usrx/local/prod/intel/2018UP01/vtune_amplifier_2018/bin64:1;/usrx/local/prod/intel/2018UP01/inspector_2018/bin64:1;/usrx/local/prod/intel/2018UP01/itac_latest/bin:1;/usrx/local/prod/intel/2018UP01/clck_latest/bin/intel64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/bin/intel64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64:1;/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/targets/intel64/x200/bin:1;/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/bin:1;/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/usr/lpp/mmfs/bin:1;/opt/ibutils/bin:1;/opt/dell/srvadmin/bin:1;/u/Dusan.Jovic/bin:2;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/dbrowse:1;/u/Dusan.Jovic/.local/bin:1;/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/include:1' -++ export __LMOD_REF_COUNT_PATH -++ PATH=/usrx/local/dev/packages/cmake/3.10.0/bin:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/bin:/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/bin:/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/bin:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin:/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1:/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/bin:/usrx/local/prod/intel/2018UP01/advisor_2018/bin64:/usrx/local/prod/intel/2018UP01/vtune_amplifier_2018/bin64:/usrx/local/prod/intel/2018UP01/inspector_2018/bin64:/usrx/local/prod/intel/2018UP01/itac_latest/bin:/usrx/local/prod/intel/2018UP01/clck_latest/bin/intel64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/bin/intel64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64:/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/targets/intel64/x200/bin:/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/usr/lpp/mmfs/bin:/opt/ibutils/bin:/opt/dell/srvadmin/bin:/u/Dusan.Jovic/bin:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/dbrowse:/u/Dusan.Jovic/.local/bin:/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/include -++ export PATH -++ PKG_CONFIG_PATH=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/bin/pkgconfig -++ export PKG_CONFIG_PATH -++ PNG_INC=/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/include -++ export PNG_INC -++ PNG_LIB=/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng.a -++ export PNG_LIB -++ PNG_LIB12=/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng12.a -++ export PNG_LIB12 -++ PNG_LIBDIR=/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib -++ export PNG_LIBDIR -++ PNG_LIBso=/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng.so -++ export PNG_LIBso -++ PNG_SRC=/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/src/libpng-1.2.59 -++ export PNG_SRC -++ PNG_VER=1.2.59 -++ export PNG_VER -++ POST_INC=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ncep_post_v8.0.1_4 -++ export POST_INC -++ POST_LIB=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libncep_post_v8.0.1_4.a -++ export POST_LIB -++ POST_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/post_v8.0.1 -++ export POST_SRC -++ POST_VER=v8.0.1 -++ export POST_VER -++ PSTLROOT=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/pstl -++ export PSTLROOT -++ PYTHONPATH=/usrx/local/prod/intel/2018UP01/advisor_2018/pythonapi -++ export PYTHONPATH -++ SP_LIB4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_4.a -++ export SP_LIB4 -++ SP_LIB8=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_8.a -++ export SP_LIB8 -++ SP_LIBd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_d.a -++ export SP_LIBd -++ SP_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/sp_v2.0.3 -++ export SP_SRC -++ SP_VER=v2.0.3 -++ export SP_VER -++ TBBROOT=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb -++ export TBBROOT -++ VT_ADD_LIBS='-ldwarf -lelf -lvtunwind -lm -lpthread' -++ export VT_ADD_LIBS -++ VT_ARCH=intel64 -++ export VT_ARCH -++ VT_LIB_DIR=/usrx/local/prod/intel/2018UP01/itac_latest/lib -++ export VT_LIB_DIR -++ VT_MPI=impi4 -++ export VT_MPI -++ VT_ROOT=/usrx/local/prod/intel/2018UP01/itac_latest -++ export VT_ROOT -++ VT_SLIB_DIR=/usrx/local/prod/intel/2018UP01/itac_latest/slib -++ export VT_SLIB_DIR -++ W3EMC_INC4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3emc_v2.3.1_4 -++ export W3EMC_INC4 -++ W3EMC_INC8=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3emc_v2.3.1_8 -++ export W3EMC_INC8 -++ W3EMC_INCd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3emc_v2.3.1_d -++ export W3EMC_INCd -++ W3EMC_LIB4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_4.a -++ export W3EMC_LIB4 -++ W3EMC_LIB8=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_8.a -++ export W3EMC_LIB8 -++ W3EMC_LIBd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_d.a -++ export W3EMC_LIBd -++ W3EMC_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/w3emc_v2.3.1 -++ export W3EMC_SRC -++ W3EMC_VER=v2.3.1 -++ export W3EMC_VER -++ W3NCO_INC4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3nco_v2.0.7_4 -++ export W3NCO_INC4 -++ W3NCO_INC8=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3nco_v2.0.7_8 -++ export W3NCO_INC8 -++ W3NCO_INCd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3nco_v2.0.7_d -++ export W3NCO_INCd -++ W3NCO_LIB4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_4.a -++ export W3NCO_LIB4 -++ W3NCO_LIB8=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_8.a -++ export W3NCO_LIB8 -++ W3NCO_LIBd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_d.a -++ export W3NCO_LIBd -++ W3NCO_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/w3nco_v2.0.7 -++ export W3NCO_SRC -++ W3NCO_VER=v2.0.7 -++ export W3NCO_VER -++ XLSF_UIDDIR=/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib/uid -++ export XLSF_UIDDIR -++ Z_INC=/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/include -++ export Z_INC -++ Z_LIB=/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib/libz.a -++ export Z_LIB -++ Z_SRC=/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/src -++ export Z_SRC -++ Z_VER=1.2.11 -++ export Z_VER -++ __LMOD_REF_COUNT__LMFILES_='/usrx/local/prod/modulefiles/core_third/ips/18.0.1.163:1;/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1/impi/18.0.1.lua:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/NetCDF/4.5.0:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/HDF5-serial/1.10.1:1;/usrx/local/prod/modulefiles/core_third/lsf/10.1:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/bacio/2.0.3:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/ip/3.0.2:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/sp/2.0.3:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3nco/2.0.7:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3emc/2.3.1:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/nemsio/2.2.4:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2/3.1.1:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2tmpl/1.6.0:1;/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/crtm/2.2.6:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/jasper/1.900.29:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/libpng/1.2.59:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/zlib/1.2.11:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/post/8.0.1:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/esmf/8.0.0:1;/usrx/local/dev/modulefiles/cmake/3.10.0:1;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3:1' -++ export __LMOD_REF_COUNT__LMFILES_ -++ _LMFILES_=/usrx/local/prod/modulefiles/core_third/ips/18.0.1.163:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1/impi/18.0.1.lua:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/NetCDF/4.5.0:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/HDF5-serial/1.10.1:/usrx/local/prod/modulefiles/core_third/lsf/10.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/bacio/2.0.3:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/ip/3.0.2:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/sp/2.0.3:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3nco/2.0.7:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3emc/2.3.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/nemsio/2.2.4:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2/3.1.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2tmpl/1.6.0:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/crtm/2.2.6:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/jasper/1.900.29:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/libpng/1.2.59:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/zlib/1.2.11:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/post/8.0.1:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/esmf/8.0.0:/usrx/local/dev/modulefiles/cmake/3.10.0:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3 -++ export _LMFILES_ -++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImlwcyIsWyJjb25tcGlsZXIiXT0iSERGNS1zZXJpYWwiLFsibXBpIl09ImltcGkiLH0sbVQ9e1siSERGNS1zZXJpYWwiXT17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvSERGNS1zZXJpYWwvMS4xMC4xIixbImZ1bGxOYW1lIl09IkhERjUtc2VyaWFsLzEuMTAuMSIsWyJsb2FkT3JkZXIiXT00LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09IkhERjUtc2VyaWFs -++ export _ModuleTable001_ -++ _ModuleTable002_=LzEuMTAuMSIsfSxOZXRDREY9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xL05ldENERi80LjUuMCIsWyJmdWxsTmFtZSJdPSJOZXRDREYvNC41LjAiLFsibG9hZE9yZGVyIl09Myxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJOZXRDREYvNC41LjAiLH0sYmFjaW89e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2JhY2lvLzIuMC4zIixbImZ1bGxOYW1lIl09ImJhY2lvLzIuMC4zIixbImxvYWRPcmRlciJdPTYscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNl -++ export _ModuleTable002_ -++ _ModuleTable003_=ck5hbWUiXT0iYmFjaW8vMi4wLjMiLH0sY21ha2U9e1siZm4iXT0iL3VzcngvbG9jYWwvZGV2L21vZHVsZWZpbGVzL2NtYWtlLzMuMTAuMCIsWyJmdWxsTmFtZSJdPSJjbWFrZS8zLjEwLjAiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY21ha2UvMy4xMC4wIix9LGNydG09e1siZm4iXT0iL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfcHJvZC9pcHMvMTguMC4xL2NydG0vMi4yLjYiLFsiZnVsbE5hbWUiXT0iY3J0bS8yLjIuNiIsWyJsb2FkT3JkZXIiXT0xNCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1 -++ export _ModuleTable003_ -++ _ModuleTable004_=c2VyTmFtZSJdPSJjcnRtLzIuMi42Iix9LGVzbWY9e1siZm4iXT0iL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcjE4L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL3djb3NzX2RlbGxfcDMvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT0yMSxw -++ export _ModuleTable004_ -++ _ModuleTable005_=cm9wVD17fSxbInN0YWNrRGVwdGgiXT0wLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZzI9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2cyLzMuMS4xIixbImZ1bGxOYW1lIl09ImcyLzMuMS4xIixbImxvYWRPcmRlciJdPTEyLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcyLzMuMS4xIix9LGcydG1wbD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzJ0bXBsLzEuNi4wIixbImZ1bGxOYW1lIl09ImcydG1wbC8xLjYuMCIsWyJsb2FkT3JkZXIiXT0xMyxwcm9wVD17fSxbInN0YWNr -++ export _ModuleTable005_ -++ _ModuleTable006_=RGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMnRtcGwvMS42LjAiLH0saW1waT17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX21waS9pcHMvMTguMC4xL2ltcGkvMTguMC4xLmx1YSIsWyJmdWxsTmFtZSJdPSJpbXBpLzE4LjAuMSIsWyJsb2FkT3JkZXIiXT0yLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImltcGkvMTguMC4xIix9LGlwPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9pcC8zLjAuMiIsWyJmdWxsTmFtZSJdPSJpcC8zLjAuMiIsWyJsb2FkT3JkZXIiXT03LHByb3BUPXt9LFsic3Rh -++ export _ModuleTable006_ -++ _ModuleTable007_=Y2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImlwLzMuMC4yIix9LGlwcz17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQvaXBzLzE4LjAuMS4xNjMiLFsiZnVsbE5hbWUiXT0iaXBzLzE4LjAuMS4xNjMiLFsibG9hZE9yZGVyIl09MSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJpcHMvMTguMC4xLjE2MyIsfSxqYXNwZXI9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xL2phc3Blci8xLjkwMC4yOSIsWyJmdWxsTmFtZSJdPSJqYXNwZXIvMS45MDAuMjkiLFsibG9hZE9yZGVyIl09 -++ export _ModuleTable007_ -++ _ModuleTable008_=MTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iamFzcGVyLzEuOTAwLjI5Iix9LGxpYnBuZz17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvbGlicG5nLzEuMi41OSIsWyJmdWxsTmFtZSJdPSJsaWJwbmcvMS4yLjU5IixbImxvYWRPcmRlciJdPTE2LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImxpYnBuZy8xLjIuNTkiLH0sbHNmPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZC9sc2YvMTAuMSIsWyJmdWxsTmFtZSJdPSJsc2YvMTAuMSIsWyJsb2Fk -++ export _ModuleTable008_ -++ _ModuleTable009_=T3JkZXIiXT01LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImxzZi8xMC4xIix9LG5lbXNpbz17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvbmVtc2lvLzIuMi40IixbImZ1bGxOYW1lIl09Im5lbXNpby8yLjIuNCIsWyJsb2FkT3JkZXIiXT0xMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZW1zaW8vMi4yLjQiLH0scG9zdD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvcG9zdC84LjAuMSIsWyJmdWxsTmFtZSJdPSJwb3N0LzguMC4xIixbImxvYWRP -++ export _ModuleTable009_ -++ _ModuleTable010_=cmRlciJdPTE4LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InBvc3QvOC4wLjEiLH0sc3A9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL3NwLzIuMC4zIixbImZ1bGxOYW1lIl09InNwLzIuMC4zIixbImxvYWRPcmRlciJdPTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ic3AvMi4wLjMiLH0sdzNlbWM9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL3czZW1jLzIuMy4xIixbImZ1bGxOYW1lIl09InczZW1jLzIuMy4xIixbImxvYWRPcmRlciJdPTEwLHBy -++ export _ModuleTable010_ -++ _ModuleTable011_=b3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczZW1jLzIuMy4xIix9LHczbmNvPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy93M25jby8yLjAuNyIsWyJmdWxsTmFtZSJdPSJ3M25jby8yLjAuNyIsWyJsb2FkT3JkZXIiXT05LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHpsaWI9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xL3psaWIvMS4yLjExIixbImZ1bGxOYW1lIl09InpsaWIvMS4yLjExIixbImxvYWRPcmRl -++ export _ModuleTable011_ -++ _ModuleTable012_=ciJdPTE3LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InpsaWIvMS4yLjExIix9LH0sbXBhdGhBPXsiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMiLCIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9EdXNhbi5Kb3ZpYy91ZnMvcHIxOC91ZnMtd2VhdGhlci1tb2RlbC9tb2R1bGVmaWxlcy93Y29zc19kZWxsX3AzIiwiL3VzcngvbG9jYWwvZGV2L2VtY19yb2NvdG8vbW9kdWxlZmlsZXMiLCIvdXNyeC9sb2NhbC9kZXYvbW9kdWxlZmlsZXMiLCIvdXNyeC9sb2NhbC9wcm9kL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlIiwiL3VzcngvbG9j -++ export _ModuleTable012_ -++ _ModuleTable013_=YWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9kZWZzIiwiL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29yZV9wcm9kIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xIiwiL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfcHJvZC9pcHMvMTguMC4xIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl9tcGkvaXBzLzE4LjAuMSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvbXBpX3RoaXJkL2lwcy8xOC4wLjEvaW1waS8xOC4wLjEiLCIvZ3Bmcy9kZWxsMS9uY28vb3BzL253 -++ export _ModuleTable013_ -++ _ModuleTable014_=cHJvZC9tb2R1bGVmaWxlcy9tcGlfcHJvZC9pcHMvMTguMC4xL2ltcGkvMTguMC4xIiwiL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzIix9LFsic3lzdGVtQmFzZU1QQVRIIl09Ii91c3J4L2xvY2FsL3Byb2QvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmU6L3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkOi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvZGVmczovZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb3JlX3Byb2QiLH0= -++ export _ModuleTable014_ -++ _ModuleTable_Sz_=14 -++ export _ModuleTable_Sz_ -++ : -s sh -+ eval -+ module list -++ /usrx/local/prod/lmod/lmod/libexec/lmod bash list - -Currently Loaded Modules: - 1) ips/18.0.1.163 8) sp/2.0.3 15) jasper/1.900.29 - 2) impi/18.0.1 9) w3nco/2.0.7 16) libpng/1.2.59 - 3) NetCDF/4.5.0 10) w3emc/2.3.1 17) zlib/1.2.11 - 4) HDF5-serial/1.10.1 11) nemsio/2.2.4 18) post/8.0.1 - 5) lsf/10.1 12) g2/3.1.1 19) esmf/8.0.0 - 6) bacio/2.0.3 13) g2tmpl/1.6.0 20) cmake/3.10.0 - 7) ip/3.0.2 14) crtm/2.2.6 21) fv3 - - - -+ eval 'MODULEPATH="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/dev/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1:/usrx/local/prod/modulefiles/mpi_third/ips/18.0.1/impi/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/mpi_prod/ips/18.0.1/impi/18.0.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles";' export 'MODULEPATH;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImlwcyIsWyJjb25tcGlsZXIiXT0iSERGNS1zZXJpYWwiLFsibXBpIl09ImltcGkiLH0sbVQ9e1siSERGNS1zZXJpYWwiXT17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvSERGNS1zZXJpYWwvMS4xMC4xIixbImZ1bGxOYW1lIl09IkhERjUtc2VyaWFsLzEuMTAuMSIsWyJsb2FkT3JkZXIiXT00LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09IkhERjUtc2VyaWFs";' export '_ModuleTable001_;' '_ModuleTable002_="LzEuMTAuMSIsfSxOZXRDREY9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xL05ldENERi80LjUuMCIsWyJmdWxsTmFtZSJdPSJOZXRDREYvNC41LjAiLFsibG9hZE9yZGVyIl09Myxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJOZXRDREYvNC41LjAiLH0sYmFjaW89e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2JhY2lvLzIuMC4zIixbImZ1bGxOYW1lIl09ImJhY2lvLzIuMC4zIixbImxvYWRPcmRlciJdPTYscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNl";' export '_ModuleTable002_;' '_ModuleTable003_="ck5hbWUiXT0iYmFjaW8vMi4wLjMiLH0sY21ha2U9e1siZm4iXT0iL3VzcngvbG9jYWwvZGV2L21vZHVsZWZpbGVzL2NtYWtlLzMuMTAuMCIsWyJmdWxsTmFtZSJdPSJjbWFrZS8zLjEwLjAiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY21ha2UvMy4xMC4wIix9LGNydG09e1siZm4iXT0iL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfcHJvZC9pcHMvMTguMC4xL2NydG0vMi4yLjYiLFsiZnVsbE5hbWUiXT0iY3J0bS8yLjIuNiIsWyJsb2FkT3JkZXIiXT0xNCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1";' export '_ModuleTable003_;' '_ModuleTable004_="c2VyTmFtZSJdPSJjcnRtLzIuMi42Iix9LGVzbWY9e1siZm4iXT0iL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcjE4L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL3djb3NzX2RlbGxfcDMvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT0yMSxw";' export '_ModuleTable004_;' '_ModuleTable005_="cm9wVD17fSxbInN0YWNrRGVwdGgiXT0wLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZzI9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2cyLzMuMS4xIixbImZ1bGxOYW1lIl09ImcyLzMuMS4xIixbImxvYWRPcmRlciJdPTEyLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcyLzMuMS4xIix9LGcydG1wbD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzJ0bXBsLzEuNi4wIixbImZ1bGxOYW1lIl09ImcydG1wbC8xLjYuMCIsWyJsb2FkT3JkZXIiXT0xMyxwcm9wVD17fSxbInN0YWNr";' export '_ModuleTable005_;' '_ModuleTable006_="RGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMnRtcGwvMS42LjAiLH0saW1waT17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX21waS9pcHMvMTguMC4xL2ltcGkvMTguMC4xLmx1YSIsWyJmdWxsTmFtZSJdPSJpbXBpLzE4LjAuMSIsWyJsb2FkT3JkZXIiXT0yLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImltcGkvMTguMC4xIix9LGlwPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9pcC8zLjAuMiIsWyJmdWxsTmFtZSJdPSJpcC8zLjAuMiIsWyJsb2FkT3JkZXIiXT03LHByb3BUPXt9LFsic3Rh";' export '_ModuleTable006_;' '_ModuleTable007_="Y2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImlwLzMuMC4yIix9LGlwcz17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQvaXBzLzE4LjAuMS4xNjMiLFsiZnVsbE5hbWUiXT0iaXBzLzE4LjAuMS4xNjMiLFsibG9hZE9yZGVyIl09MSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJpcHMvMTguMC4xLjE2MyIsfSxqYXNwZXI9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xL2phc3Blci8xLjkwMC4yOSIsWyJmdWxsTmFtZSJdPSJqYXNwZXIvMS45MDAuMjkiLFsibG9hZE9yZGVyIl09";' export '_ModuleTable007_;' '_ModuleTable008_="MTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iamFzcGVyLzEuOTAwLjI5Iix9LGxpYnBuZz17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvbGlicG5nLzEuMi41OSIsWyJmdWxsTmFtZSJdPSJsaWJwbmcvMS4yLjU5IixbImxvYWRPcmRlciJdPTE2LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImxpYnBuZy8xLjIuNTkiLH0sbHNmPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZC9sc2YvMTAuMSIsWyJmdWxsTmFtZSJdPSJsc2YvMTAuMSIsWyJsb2Fk";' export '_ModuleTable008_;' '_ModuleTable009_="T3JkZXIiXT01LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImxzZi8xMC4xIix9LG5lbXNpbz17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvbmVtc2lvLzIuMi40IixbImZ1bGxOYW1lIl09Im5lbXNpby8yLjIuNCIsWyJsb2FkT3JkZXIiXT0xMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZW1zaW8vMi4yLjQiLH0scG9zdD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvcG9zdC84LjAuMSIsWyJmdWxsTmFtZSJdPSJwb3N0LzguMC4xIixbImxvYWRP";' export '_ModuleTable009_;' '_ModuleTable010_="cmRlciJdPTE4LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InBvc3QvOC4wLjEiLH0sc3A9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL3NwLzIuMC4zIixbImZ1bGxOYW1lIl09InNwLzIuMC4zIixbImxvYWRPcmRlciJdPTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ic3AvMi4wLjMiLH0sdzNlbWM9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL3czZW1jLzIuMy4xIixbImZ1bGxOYW1lIl09InczZW1jLzIuMy4xIixbImxvYWRPcmRlciJdPTEwLHBy";' export '_ModuleTable010_;' '_ModuleTable011_="b3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczZW1jLzIuMy4xIix9LHczbmNvPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy93M25jby8yLjAuNyIsWyJmdWxsTmFtZSJdPSJ3M25jby8yLjAuNyIsWyJsb2FkT3JkZXIiXT05LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHpsaWI9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xL3psaWIvMS4yLjExIixbImZ1bGxOYW1lIl09InpsaWIvMS4yLjExIixbImxvYWRPcmRl";' export '_ModuleTable011_;' '_ModuleTable012_="ciJdPTE3LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InpsaWIvMS4yLjExIix9LH0sbXBhdGhBPXsiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMiLCIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9EdXNhbi5Kb3ZpYy91ZnMvcHIxOC91ZnMtd2VhdGhlci1tb2RlbC9tb2R1bGVmaWxlcy93Y29zc19kZWxsX3AzIiwiL3VzcngvbG9jYWwvZGV2L2VtY19yb2NvdG8vbW9kdWxlZmlsZXMiLCIvdXNyeC9sb2NhbC9kZXYvbW9kdWxlZmlsZXMiLCIvdXNyeC9sb2NhbC9wcm9kL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlIiwiL3VzcngvbG9j";' export '_ModuleTable012_;' '_ModuleTable013_="YWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9kZWZzIiwiL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29yZV9wcm9kIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xIiwiL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfcHJvZC9pcHMvMTguMC4xIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl9tcGkvaXBzLzE4LjAuMSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvbXBpX3RoaXJkL2lwcy8xOC4wLjEvaW1waS8xOC4wLjEiLCIvZ3Bmcy9kZWxsMS9uY28vb3BzL253";' export '_ModuleTable013_;' '_ModuleTable014_="cHJvZC9tb2R1bGVmaWxlcy9tcGlfcHJvZC9pcHMvMTguMC4xL2ltcGkvMTguMC4xIiwiL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzIix9LFsic3lzdGVtQmFzZU1QQVRIIl09Ii91c3J4L2xvY2FsL3Byb2QvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmU6L3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkOi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvZGVmczovZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb3JlX3Byb2QiLH0=";' export '_ModuleTable014_;' '_ModuleTable_Sz_="14";' export '_ModuleTable_Sz_;' -++ MODULEPATH=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/dev/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1:/usrx/local/prod/modulefiles/mpi_third/ips/18.0.1/impi/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/mpi_prod/ips/18.0.1/impi/18.0.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles -++ export MODULEPATH -++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImlwcyIsWyJjb25tcGlsZXIiXT0iSERGNS1zZXJpYWwiLFsibXBpIl09ImltcGkiLH0sbVQ9e1siSERGNS1zZXJpYWwiXT17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvSERGNS1zZXJpYWwvMS4xMC4xIixbImZ1bGxOYW1lIl09IkhERjUtc2VyaWFsLzEuMTAuMSIsWyJsb2FkT3JkZXIiXT00LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09IkhERjUtc2VyaWFs -++ export _ModuleTable001_ -++ _ModuleTable002_=LzEuMTAuMSIsfSxOZXRDREY9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xL05ldENERi80LjUuMCIsWyJmdWxsTmFtZSJdPSJOZXRDREYvNC41LjAiLFsibG9hZE9yZGVyIl09Myxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJOZXRDREYvNC41LjAiLH0sYmFjaW89e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2JhY2lvLzIuMC4zIixbImZ1bGxOYW1lIl09ImJhY2lvLzIuMC4zIixbImxvYWRPcmRlciJdPTYscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNl -++ export _ModuleTable002_ -++ _ModuleTable003_=ck5hbWUiXT0iYmFjaW8vMi4wLjMiLH0sY21ha2U9e1siZm4iXT0iL3VzcngvbG9jYWwvZGV2L21vZHVsZWZpbGVzL2NtYWtlLzMuMTAuMCIsWyJmdWxsTmFtZSJdPSJjbWFrZS8zLjEwLjAiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY21ha2UvMy4xMC4wIix9LGNydG09e1siZm4iXT0iL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfcHJvZC9pcHMvMTguMC4xL2NydG0vMi4yLjYiLFsiZnVsbE5hbWUiXT0iY3J0bS8yLjIuNiIsWyJsb2FkT3JkZXIiXT0xNCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1 -++ export _ModuleTable003_ -++ _ModuleTable004_=c2VyTmFtZSJdPSJjcnRtLzIuMi42Iix9LGVzbWY9e1siZm4iXT0iL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcjE4L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL3djb3NzX2RlbGxfcDMvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT0yMSxw -++ export _ModuleTable004_ -++ _ModuleTable005_=cm9wVD17fSxbInN0YWNrRGVwdGgiXT0wLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZzI9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2cyLzMuMS4xIixbImZ1bGxOYW1lIl09ImcyLzMuMS4xIixbImxvYWRPcmRlciJdPTEyLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcyLzMuMS4xIix9LGcydG1wbD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzJ0bXBsLzEuNi4wIixbImZ1bGxOYW1lIl09ImcydG1wbC8xLjYuMCIsWyJsb2FkT3JkZXIiXT0xMyxwcm9wVD17fSxbInN0YWNr -++ export _ModuleTable005_ -++ _ModuleTable006_=RGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMnRtcGwvMS42LjAiLH0saW1waT17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX21waS9pcHMvMTguMC4xL2ltcGkvMTguMC4xLmx1YSIsWyJmdWxsTmFtZSJdPSJpbXBpLzE4LjAuMSIsWyJsb2FkT3JkZXIiXT0yLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImltcGkvMTguMC4xIix9LGlwPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9pcC8zLjAuMiIsWyJmdWxsTmFtZSJdPSJpcC8zLjAuMiIsWyJsb2FkT3JkZXIiXT03LHByb3BUPXt9LFsic3Rh -++ export _ModuleTable006_ -++ _ModuleTable007_=Y2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImlwLzMuMC4yIix9LGlwcz17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQvaXBzLzE4LjAuMS4xNjMiLFsiZnVsbE5hbWUiXT0iaXBzLzE4LjAuMS4xNjMiLFsibG9hZE9yZGVyIl09MSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJpcHMvMTguMC4xLjE2MyIsfSxqYXNwZXI9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xL2phc3Blci8xLjkwMC4yOSIsWyJmdWxsTmFtZSJdPSJqYXNwZXIvMS45MDAuMjkiLFsibG9hZE9yZGVyIl09 -++ export _ModuleTable007_ -++ _ModuleTable008_=MTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iamFzcGVyLzEuOTAwLjI5Iix9LGxpYnBuZz17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvbGlicG5nLzEuMi41OSIsWyJmdWxsTmFtZSJdPSJsaWJwbmcvMS4yLjU5IixbImxvYWRPcmRlciJdPTE2LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImxpYnBuZy8xLjIuNTkiLH0sbHNmPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZC9sc2YvMTAuMSIsWyJmdWxsTmFtZSJdPSJsc2YvMTAuMSIsWyJsb2Fk -++ export _ModuleTable008_ -++ _ModuleTable009_=T3JkZXIiXT01LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImxzZi8xMC4xIix9LG5lbXNpbz17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvbmVtc2lvLzIuMi40IixbImZ1bGxOYW1lIl09Im5lbXNpby8yLjIuNCIsWyJsb2FkT3JkZXIiXT0xMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZW1zaW8vMi4yLjQiLH0scG9zdD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvcG9zdC84LjAuMSIsWyJmdWxsTmFtZSJdPSJwb3N0LzguMC4xIixbImxvYWRP -++ export _ModuleTable009_ -++ _ModuleTable010_=cmRlciJdPTE4LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InBvc3QvOC4wLjEiLH0sc3A9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL3NwLzIuMC4zIixbImZ1bGxOYW1lIl09InNwLzIuMC4zIixbImxvYWRPcmRlciJdPTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ic3AvMi4wLjMiLH0sdzNlbWM9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL3czZW1jLzIuMy4xIixbImZ1bGxOYW1lIl09InczZW1jLzIuMy4xIixbImxvYWRPcmRlciJdPTEwLHBy -++ export _ModuleTable010_ -++ _ModuleTable011_=b3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczZW1jLzIuMy4xIix9LHczbmNvPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy93M25jby8yLjAuNyIsWyJmdWxsTmFtZSJdPSJ3M25jby8yLjAuNyIsWyJsb2FkT3JkZXIiXT05LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHpsaWI9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xL3psaWIvMS4yLjExIixbImZ1bGxOYW1lIl09InpsaWIvMS4yLjExIixbImxvYWRPcmRl -++ export _ModuleTable011_ -++ _ModuleTable012_=ciJdPTE3LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InpsaWIvMS4yLjExIix9LH0sbXBhdGhBPXsiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMiLCIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9EdXNhbi5Kb3ZpYy91ZnMvcHIxOC91ZnMtd2VhdGhlci1tb2RlbC9tb2R1bGVmaWxlcy93Y29zc19kZWxsX3AzIiwiL3VzcngvbG9jYWwvZGV2L2VtY19yb2NvdG8vbW9kdWxlZmlsZXMiLCIvdXNyeC9sb2NhbC9kZXYvbW9kdWxlZmlsZXMiLCIvdXNyeC9sb2NhbC9wcm9kL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlIiwiL3VzcngvbG9j -++ export _ModuleTable012_ -++ _ModuleTable013_=YWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9kZWZzIiwiL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29yZV9wcm9kIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xIiwiL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfcHJvZC9pcHMvMTguMC4xIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl9tcGkvaXBzLzE4LjAuMSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvbXBpX3RoaXJkL2lwcy8xOC4wLjEvaW1waS8xOC4wLjEiLCIvZ3Bmcy9kZWxsMS9uY28vb3BzL253 -++ export _ModuleTable013_ -++ _ModuleTable014_=cHJvZC9tb2R1bGVmaWxlcy9tcGlfcHJvZC9pcHMvMTguMC4xL2ltcGkvMTguMC4xIiwiL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzIix9LFsic3lzdGVtQmFzZU1QQVRIIl09Ii91c3J4L2xvY2FsL3Byb2QvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmU6L3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkOi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvZGVmczovZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb3JlX3Byb2QiLH0= -++ export _ModuleTable014_ -++ _ModuleTable_Sz_=14 -++ export _ModuleTable_Sz_ -++ : -s sh -+ eval -+ cd build_fv3_21 -+ cmake /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model -D32BIT=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=ON -DSTATIC=ON -DMULTI_GASES=OFF --- The C compiler identification is Intel 18.0.1.20171018 --- The CXX compiler identification is Intel 18.0.1.20171018 --- The Fortran compiler identification is Intel 18.0.1.20171018 --- Check for working C compiler: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiicc --- Check for working C compiler: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiicc -- works --- Detecting C compiler ABI info --- Detecting C compiler ABI info - done --- Detecting C compile features --- Detecting C compile features - done --- Check for working CXX compiler: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiicpc --- Check for working CXX compiler: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiicpc -- works --- Detecting CXX compiler ABI info --- Detecting CXX compiler ABI info - done --- Detecting CXX compile features --- Detecting CXX compile features - done --- Check for working Fortran compiler: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort --- Check for working Fortran compiler: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -- works --- Detecting Fortran compiler ABI info --- Detecting Fortran compiler ABI info - done --- Checking whether /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort supports Fortran 90 --- Checking whether /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort supports Fortran 90 -- yes --- Found MPI_C: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiicc (found version "3.1") --- Found MPI_CXX: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiicpc (found version "3.1") --- Found MPI_Fortran: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort (found version "3.1") --- Found MPI: TRUE (found version "3.1") -ESMFMKFILE: /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/lib/esmf.mk - Found ESMF: -ESMF_VERSION_MAJOR: 8 -ESMF_F90COMPILEPATHS: /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include;/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -ESMF_F90ESMFLINKRPATHS: -Wl,-rpath,/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/lib -ESMF_F90ESMFLINKLIBS: -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf --- Found ESMF: /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include;/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include (found version "8.0.0") - -Setting configuration for wcoss_dell_p3 - -C compiler: Intel 18.0.1.20171018 (mpiicc) -CXX compiler: Intel 18.0.1.20171018 (mpiicpc) -Fortran compiler: Intel 18.0.1.20171018 (mpiifort) - -DEBUG is disabled -REPRO is disabled -32BIT is ENABLED -OPENMP is ENABLED -AVX2 is disabled -INLINE_POST is ENABLED - - -Selected physics package: gfs - -Force 64 bits in gfsphysics -Force 64 bits in ipd --- Dynamics compiled with 32-bit option, adjust fv_sat_adj types --- Detecting OpenMP flags for Intel C compiler: -qopenmp --- Detecting OpenMP flags for Intel C++ compiler: -qopenmp --- Detecting OpenMP flags for Intel Fortran compiler: -qopenmp --- Enable OpenMP support for C/C++/Fortran compiler --- Disable SIONlib support --- Disable Intel MKL support --- Enable netCDF support --- Disable ESMF support --- Disable multi-gases physics --- Detecting OpenMP flags for Intel C compiler: -qopenmp --- Detecting OpenMP flags for Intel C++ compiler: -qopenmp --- Detecting OpenMP flags for Intel Fortran compiler: -qopenmp --- Enable OpenMP support for C/C++/Fortran compiler --- Found LibXml2: /usr/lib64/libxml2.so (found version "2.9.1") --- Found Doxygen: /usr/bin/doxygen (found version "1.8.5") found components: doxygen dot --- Detecting OpenMP flags for Intel C compiler: -qopenmp --- Detecting OpenMP flags for Intel C++ compiler: -qopenmp --- Detecting OpenMP flags for Intel Fortran compiler: -qopenmp --- Enable OpenMP support for C/C++/Fortran compiler -INFOGot CCPP_SCHEMES from environment variable: /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/aer_cloud.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/aerclm_def.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/aerinterp.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/calpreciptype.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cldwat2m_micro.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cldmacro.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/date_def.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/funcphys.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gcycle.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/h2o_def.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/h2ointerp.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/iccn_def.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/iccninterp.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/iounitdef.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/machine.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mersenne_twister.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfpbl.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg_utils.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg2_0.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg3_0.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/multi_gases.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_model.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_parameters.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_radar.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_thompson.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MP_FER_HIRES.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_bl_mynn.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_mynn.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_orowam2017.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/namelist_soilveg.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfpblt.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfpbltq.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfscu.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfscuq.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/noahmp_tables.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/num_parthds.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozne_def.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozinterp.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/physcons.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/physparam.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radcons.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_aerosols.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_astronomy.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_clouds.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_gases.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_surface.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radlw_datatb.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radlw_param.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radsw_datatb.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radsw_param.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/samfaerosols.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfcsub.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sflx.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/set_soilveg.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/surface_perturbation.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_deep.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_sh.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/tridi.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/wv_saturation.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_soil_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rayleigh_damp.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radsw_main.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_ocean.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gwdc.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gscond.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ysuvdif.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_sice.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/samfdeepcnv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/satmedmfvdif.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozphys_2015.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/samfshalcnv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/precpd.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_fer_hires.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diag.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radlw_main.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_debug.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/satmedmfvdifq.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cs_conv.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/shinhongvdif.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/h2ophys.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_nst.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/moninedmf.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diff.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diag_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/m_micro.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gcm_shoc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gwdps.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/shalcnv.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/get_prs_fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozphys.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_stochastics.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/drag_suite.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_cice.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sascnvn.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cnvc90.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_drv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/dcyc2.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/moninshoc.f -INFOGot CAPS from environment variable: /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_21/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_21/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_fast_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_21/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_time_vary_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_21/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_radiation_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_21/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_21/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_stochastics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_21/FV3/ccpp/physics/ccpp_FV3_GFS_v15_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_21/FV3/ccpp/physics/ccpp_FV3_GFS_v15_fast_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_21/FV3/ccpp/physics/ccpp_FV3_GFS_v15_time_vary_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_21/FV3/ccpp/physics/ccpp_FV3_GFS_v15_radiation_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_21/FV3/ccpp/physics/ccpp_FV3_GFS_v15_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_21/FV3/ccpp/physics/ccpp_FV3_GFS_v15_stochastics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_21/FV3/ccpp/physics/ccpp_FV3_GFS_v15plus_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_21/FV3/ccpp/physics/ccpp_FV3_GFS_v15plus_fast_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_21/FV3/ccpp/physics/ccpp_FV3_GFS_v15plus_time_vary_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_21/FV3/ccpp/physics/ccpp_FV3_GFS_v15plus_radiation_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_21/FV3/ccpp/physics/ccpp_FV3_GFS_v15plus_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_21/FV3/ccpp/physics/ccpp_FV3_GFS_v15plus_stochastics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_21/FV3/ccpp/physics/ccpp_FV3_CPT_v0_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_21/FV3/ccpp/physics/ccpp_FV3_CPT_v0_fast_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_21/FV3/ccpp/physics/ccpp_FV3_CPT_v0_time_vary_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_21/FV3/ccpp/physics/ccpp_FV3_CPT_v0_radiation_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_21/FV3/ccpp/physics/ccpp_FV3_CPT_v0_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_21/FV3/ccpp/physics/ccpp_FV3_CPT_v0_stochastics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_21/FV3/ccpp/physics/ccpp_FV3_GSD_v0_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_21/FV3/ccpp/physics/ccpp_FV3_GSD_v0_time_vary_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_21/FV3/ccpp/physics/ccpp_FV3_GSD_v0_radiation_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_21/FV3/ccpp/physics/ccpp_FV3_GSD_v0_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_21/FV3/ccpp/physics/ccpp_FV3_GSD_v0_stochastics_cap.F90 -Force 64 bits in CCPP_layer -Force 64 bits in stochastic_physics --- Configuring done --- Generating done --- Build files have been written to: /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_21 -+ make -j 4 -Scanning dependencies of target ccpp -[ 0%] Building Fortran object FV3/ccpp/framework/src/CMakeFiles/ccpp.dir/ccpp_errors.F90.o -[ 0%] Building Fortran object FV3/ccpp/framework/src/CMakeFiles/ccpp.dir/ccpp_types.F90.o -[ 0%] Building Fortran object FV3/ccpp/framework/src/CMakeFiles/ccpp.dir/ccpp.F90.o -[ 1%] Building Fortran object FV3/ccpp/framework/src/CMakeFiles/ccpp.dir/ccpp_api.F90.o -[ 1%] Linking Fortran static library libccpp.a -[ 1%] Built target ccpp -Scanning dependencies of target fms -[ 1%] Building Fortran object CMakeFiles/fms.dir/FMS/platform/platform.F90.o -[ 1%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_parameter.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_core.F90.o -[ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_input.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/cloud_interpolator.F90.o -[ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_io.F90.o -Scanning dependencies of target fv3cpl -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 2%] Building Fortran object FV3/cpl/CMakeFiles/fv3cpl.dir/module_cap_cpl.F90.o -[ 2%] Building Fortran object FV3/cpl/CMakeFiles/fv3cpl.dir/module_cplfields.F90.o -Scanning dependencies of target ccppphys -[ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/random_numbers/MersenneTwister.F90.o -[ 3%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/machine.F.o -[ 3%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mersenne_twister.f.o -[ 3%] Building Fortran object CMakeFiles/fms.dir/FMS/sat_vapor_pres/sat_vapor_pres_k.F90.o -[ 4%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFDL_parse_tracers.F90.o -[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_mp_radar.F90.o -[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/iounitdef.f.o -[ 5%] Linking Fortran static library libfv3cpl.a -[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/namelist_soilveg.f.o -[ 5%] Built target fv3cpl -[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/namelist_soilveg_ruc.F90.o -[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_noahmp_glacier.f90.o -[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_noahmplsm.f90.o -[ 8%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/noahmp_tables.f90.o -[ 8%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_soil_pre.F90.o -[ 9%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/physcons.F90.o -[ 9%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/aerclm_def.F.o -[ 9%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/physparam.f.o -[ 9%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/h2o_def.f.o -[ 9%] Building Fortran object CMakeFiles/fms.dir/FMS/constants/constants.F90.o -[ 9%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_data.F90.o -[ 9%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/iccn_def.F.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 9%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/micro_mg_utils.F90.o -[ 9%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp.F90.o -[ 9%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozne_def.f.o -[ 9%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/surface_perturbation.F90.o -[ 10%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_deep.F90.o -[ 11%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_gfdl_cloud_microphys.F90.o -[ 11%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gfs_phy_tracer_config.F.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 11%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radcons.f90.o -[ 11%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/set_soilveg.f.o -[ 11%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MP_FER_HIRES.F90.o -[ 11%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_BL_MYJPBL.F90.o -[ 11%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/date_def.f.o -[ 11%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_mp_thompson.F90.o -[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gwdps.f.o -[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_SF_JSFC.F90.o -[ 12%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_efp.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 13%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_memutils.F90.o -[ 13%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_pset.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 13%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_ruclsm.F90.o -[ 13%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_type.F90.o -[ 14%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/gradient.F90.o -[ 15%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_domains.F90.o -[ 15%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/set_soilveg_ruc.F90.o -[ 16%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/__/__/gfsphysics/CCPP_layer/CCPP_typedefs.F90.o -[ 16%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_post.F90.o -[ 17%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cnvc90.f.o -[ 17%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_DCNV_generic.F90.o -[ 17%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_GWD_generic.F90.o -[ 17%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_MP_generic.F90.o -[ 18%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_PBL_generic.F90.o -[ 18%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_SCNV_generic.F90.o -[ 18%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_composites.F90.o -[ 18%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_loop_control.F90.o -[ 18%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/maximum_hourly_diagnostics.F90.o -[ 19%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozphys.f.o -[ 19%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rayleigh_damp.f.o -[ 19%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_diag_post.F90.o -[ 20%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_diff.f.o -[ 20%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_stochastics.F90.o -[ 20%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/h2ophys.f.o -[ 20%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozphys_2015.f.o -[ 21%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cs_conv_aw_adj.F90.o -[ 21%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/m_micro_interstitial.F90.o -[ 21%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver_post.F90.o -[ 21%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver_pre.F90.o -[ 21%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/lsm_ruc_sfc_sice_interstitial.F90.o -[ 21%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_thompson_post.F90.o -[ 21%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNrad_post.F90.o -[ 22%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/funcphys.f90.o -[ 23%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radlw_param.f.o -[ 23%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radsw_param.f.o -[ 23%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_nst_parameters.f90.o -[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_bl_mynn.F90.o -[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_initialize.F90.o -[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_astronomy.f.o -[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_surface.f.o -[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/samfaerosols.F.o -[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/aerinterp.F90.o -[ 25%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/h2ointerp.f90.o -[ 25%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/iccninterp.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 25%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozinterp.f90.o -[ 25%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_mp_thompson_make_number_concentrations.F90.o -[ 25%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/aer_cloud.F.o -[ 25%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_sh.F90.o -[ 25%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gfdl_fv_sat_adj.F90.o -[ 25%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/get_prs_fv3.F90.o -[ 25%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gfdl_cloud_microphys.F90.o -[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_generic.F90.o -[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_drv_ruc.F90.o -[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_thompson.F90.o -[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNrad_pre.F90.o -[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/wv_saturation.F.o -[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/__/__/gfsphysics/GFS_layer/GFS_typedefs.F90.o -[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_nst_water_prop.f90.o -[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_module.F90.o -[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_bfmicrophysics.f.o -[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radsw_datatb.f.o -[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_aerosols.f.o -[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_gases.f.o -[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radlw_datatb.f.o -[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_mynn.F90.o -[ 27%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_gfdlmp_fast_physics_cap.F90.o -[ 27%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/moninedmf.f.o -[ 27%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_drv.f.o -[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/samfdeepcnv.f.o -[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/samfshalcnv.f.o -[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_diag.f.o -[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_sice.f.o -[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_time_vary_pre.fv3.F90.o -[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15_fast_physics_cap.F90.o -[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15plus_fast_physics_cap.F90.o -[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/satmedmfvdif.F.o -[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_CPT_v0_fast_physics_cap.F90.o -[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cs_conv.F90.o -[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver.F90.o -[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_thompson_pre.F90.o -[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNPBL_wrapper.F90.o -[ 30%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_clouds.f.o -[ 30%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radlw_main.f.o -[ 30%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radsw_main.f.o -[ 30%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_nst_model.f90.o -[ 30%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cldmacro.F.o -[ 30%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cldwat2m_micro.F.o -[ 31%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/micro_mg2_0.F90.o -[ 31%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/micro_mg3_0.F90.o -[ 31%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp.F90.o -[ 31%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_nst.f.o -[ 31%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_setup.F90.o -[ 32%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/m_micro.F90.o -[ 32%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_io.F90.o -[ 32%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_comm.F90.o -Compiling in MPI mode (with or without MPP) -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 34%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_post.F90.o -[ 34%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_suite_interstitial.F90.o -[ 34%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/dcyc2.f.o -[ 34%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_pre.F90.o -[ 34%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rrtmg_lw_post.F90.o -[ 34%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rrtmg_lw_pre.F90.o -[ 35%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rrtmg_sw_post.F90.o -[ 35%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rrtmg_sw_pre.F90.o -[ 35%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_gfdlmp_stochastics_cap.F90.o -[ 35%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_phys_time_vary.fv3.F90.o -[ 35%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_rad_time_vary.fv3.F90.o -[ 35%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15_stochastics_cap.F90.o -[ 35%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15plus_stochastics_cap.F90.o -[ 35%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_CPT_v0_stochastics_cap.F90.o -[ 35%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GSD_v0_stochastics_cap.F90.o -[ 35%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_gfdlmp_physics_cap.F90.o -[ 36%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15_physics_cap.F90.o -[ 36%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15plus_physics_cap.F90.o -[ 37%] Building Fortran object CMakeFiles/fms.dir/FMS/fms/fms_io.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 37%] Building Fortran object CMakeFiles/fms.dir/FMS/memutils/memutils.F90.o -[ 37%] Building Fortran object CMakeFiles/fms.dir/FMS/fms/fms.F90.o -[ 37%] Building Fortran object CMakeFiles/fms.dir/FMS/time_manager/time_manager.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 37%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bicubic.F90.o -[ 37%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bilinear.F90.o -[ 37%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_conserve.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 38%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_spherical.F90.o -[ 38%] Building Fortran object CMakeFiles/fms.dir/FMS/axis_utils/axis_utils.F90.o -[ 39%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_grid.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 39%] Building Fortran object CMakeFiles/fms.dir/FMS/field_manager/field_manager.F90.o -[ 39%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/mosaic.F90.o -[ 39%] Building Fortran object CMakeFiles/fms.dir/FMS/topography/gaussian_topog.F90.o -[ 39%] Building Fortran object CMakeFiles/fms.dir/FMS/time_manager/get_cal_time.F90.o -[ 39%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp.F90.o -[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/time_interp/time_interp.F90.o -[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_data.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/field_manager/fm_util.F90.o -[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_types.F90.o -[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/time_interp/time_interp_external.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_axis.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_manifest.F90.o -[ 41%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_CPT_v0_physics_cap.F90.o -[ 41%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GSD_v0_physics_cap.F90.o -[ 42%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/xbt_drop_rate_adjust.f90.o -[ 42%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_gfdlmp_radiation_cap.F90.o -[ 42%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/write_ocean_data.F90.o -[ 42%] Building Fortran object CMakeFiles/fms.dir/FMS/data_override/data_override.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 42%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_output.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 42%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_util.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 43%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_table.F90.o -[ 43%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_manager.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 43%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_gfdlmp_time_vary_cap.F90.o -[ 43%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15_radiation_cap.F90.o -[ 43%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15_time_vary_cap.F90.o -[ 43%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15plus_radiation_cap.F90.o -[ 43%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/coupler_types.F90.o -[ 43%] Building Fortran object CMakeFiles/fms.dir/FMS/exchange/stock_constants.F90.o -[ 43%] Building Fortran object CMakeFiles/fms.dir/FMS/amip_interp/amip_interp.F90.o -[ 43%] Building Fortran object CMakeFiles/fms.dir/FMS/astronomy/astronomy.F90.o -[ 44%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15plus_time_vary_cap.F90.o -[ 44%] Building Fortran object CMakeFiles/fms.dir/FMS/block_control/block_control.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 44%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_CPT_v0_radiation_cap.F90.o -[ 45%] Building Fortran object CMakeFiles/fms.dir/FMS/column_diagnostics/column_diagnostics.F90.o -[ 45%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/atmos_ocean_fluxes.F90.o -[ 46%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/ensemble_manager.F90.o -[ 46%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters.F90.o -Compiling in MPI mode (with or without MPP) -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 46%] Building Fortran object CMakeFiles/fms.dir/FMS/exchange/xgrid.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 47%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft.F90.o -[ 47%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_CPT_v0_time_vary_cap.F90.o -[ 47%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft99.F90.o -[ 48%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GSD_v0_radiation_cap.F90.o -[ 48%] Building Fortran object CMakeFiles/fms.dir/FMS/interpolator/interpolator.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 48%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/grid.F90.o -[ 48%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GSD_v0_time_vary_cap.F90.o -[ 48%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_utilities.F90.o -[ 48%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core.F90.o -[ 49%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core_ecda.F90.o -[ 50%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_CPT_v0_cap.F90.o -[ 50%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_gfdlmp_cap.F90.o -[ 51%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15_cap.F90.o -[ 51%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15plus_cap.F90.o -[ 51%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GSD_v0_cap.F90.o -[ 52%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_debug.F90.o -[ 52%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_suite_init_finalize_test.F90.o -[ 52%] Building Fortran object CMakeFiles/fms.dir/FMS/random_numbers/random_numbers.F90.o -[ 52%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke.F90.o -[ 53%] Building Fortran object CMakeFiles/fms.dir/FMS/sat_vapor_pres/sat_vapor_pres.F90.o -[ 53%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke_post.F90.o -[ 53%] Building Fortran object CMakeFiles/fms.dir/FMS/station_data/station_data.F90.o -[ 54%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke_pre.F90.o -[ 54%] Building Fortran object CMakeFiles/fms.dir/FMS/topography/topography.F90.o -[ 54%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/drag_suite.F90.o -[ 54%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gcm_shoc.F90.o -[ 55%] Building Fortran object CMakeFiles/fms.dir/FMS/tracer_manager/tracer_manager.F90.o -[ 55%] Building Fortran object CMakeFiles/fms.dir/FMS/tridiagonal/tridiagonal.F90.o -[ 55%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gscond.f.o -[ 56%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/quicksort.F90.o -[ 56%] Building C object CMakeFiles/fms.dir/FMS/memutils/memuse.c.o -[ 56%] Building C object CMakeFiles/fms.dir/FMS/mosaic/create_xgrid.c.o -[ 56%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gwdc.f.o -[ 57%] Building C object CMakeFiles/fms.dir/FMS/mosaic/gradient_c2l.c.o -[ 57%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYJPBL_wrapper.F90.o -[ 57%] Building C object CMakeFiles/fms.dir/FMS/mosaic/interp.c.o -[ 57%] Building C object CMakeFiles/fms.dir/FMS/mosaic/mosaic_util.c.o -[ 57%] Building C object CMakeFiles/fms.dir/FMS/mosaic/read_mosaic.c.o -[ 57%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYJSFC_wrapper.F90.o -[ 58%] Building C object CMakeFiles/fms.dir/FMS/affinity/affinity.c.o -[ 58%] Building C object CMakeFiles/fms.dir/FMS/mpp/nsclock.c.o -[ 58%] Building C object CMakeFiles/fms.dir/FMS/mpp/threadloc.c.o -[ 59%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNSFC_wrapper.F90.o -[ 59%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/moninshoc.f.o -[ 59%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_fer_hires.F90.o -[ 59%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/multi_gases.F90.o -[ 60%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/precpd.f.o -[ 60%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sascnvn.F.o -[ 60%] Linking Fortran static library FMS/libfms.a -[ 60%] Built target fms -[ 60%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/satmedmfvdifq.F.o -[ 61%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_cice.f.o -[ 61%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_noahmp_drv.f.o -[ 62%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_ocean.F.o -[ 63%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfcsub.F.o -[ 63%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/shalcnv.F.o -[ 64%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/shinhongvdif.F90.o -[ 64%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ugwp_driver_v0.F.o -[ 64%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ysuvdif.F90.o -[ 65%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/calpreciptype.f90.o -[ 65%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gcycle.F90.o -[ 65%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gocart_tracer_config_stub.f.o -[ 65%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfpbl.f.o -[ 66%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_triggers.F90.o -[ 66%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_solvers.F90.o -[ 66%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_utils.F90.o -[ 66%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_orowam2017.f.o -[ 67%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_vert_lsatdis.F90.o -[ 67%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_vert_orodis.F90.o -[ 67%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_vert_wmsdis.F90.o -[ 68%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfpblt.f.o -[ 68%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfpbltq.f.o -[ 68%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfscu.f.o -[ 68%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfscuq.f.o -[ 68%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/num_parthds.F.o -[ 68%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sflx.f.o -[ 68%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/tridi.f.o -[ 68%] Linking Fortran static library libccppphys.a -[ 68%] Built target ccppphys -Scanning dependencies of target gfsphysics -[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/GFDL_parse_tracers.F90.o -[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/namelist_soilveg.f.o -[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mersenne_twister.f.o -[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/machine.F.o -[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/physparam.f.o -[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/CCPP_layer/CCPP_typedefs.F90.o -[ 70%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/physcons.F90.o -[ 70%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radlw_param.f.o -[ 70%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radsw_param.f.o -[ 71%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_typedefs.F90.o -[ 71%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/CCPP_layer/CCPP_data.F90.o -[ 71%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_driver.F90.o -[ 71%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_diagnostics.F90.o -[ 71%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_restart.F90.o -[ 72%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_abstraction_layer.F90.o -[ 72%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/__/ccpp/physics/ccpp_static_api.F90.o -[ 72%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/noahmp_tables.f90.o -[ 73%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/set_soilveg.f.o -[ 73%] Linking Fortran static library libgfsphysics.a -[ 73%] Built target gfsphysics -Scanning dependencies of target ipd -Scanning dependencies of target ccppdriver -[ 73%] Building Fortran object FV3/ipd/CMakeFiles/ipd.dir/IPD_typedefs.F90.o -[ 73%] Building Fortran object FV3/ccpp/driver/CMakeFiles/ccppdriver.dir/CCPP_driver.F90.o -[ 74%] Building Fortran object FV3/ipd/CMakeFiles/ipd.dir/IPD_driver.F90.o -[ 74%] Linking Fortran static library libccppdriver.a -[ 74%] Built target ccppdriver -[ 74%] Linking Fortran static library libipd.a -[ 74%] Built target ipd -Scanning dependencies of target io -[ 74%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_fv3_io_def.F90.o -[ 74%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_internal_state.F90.o -Scanning dependencies of target fv3core -[ 74%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/external_sst.F90.o -[ 74%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_arrays.F90.o -[ 74%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_fill.F90.o -[ 75%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_nemsio.F90.o -[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/sim_nc_mod.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 75%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_netcdf.F90.o -[ 75%] Building Fortran object FV3/io/CMakeFiles/io.dir/post_gfs.F90.o -[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/DYCORE_typedefs.F90.o -[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/sorted_index.F90.o -[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_mp_mod.F90.o -[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_eta.F90.o -[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_sg.F90.o -[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_timing.F90.o -[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/boundary.F90.o -[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_grid_utils.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/a2b_edge.F90.o -[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_mapz.F90.o -[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_surf_map.F90.o -[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/tp_core.F90.o -[ 77%] Building Fortran object FV3/io/CMakeFiles/io.dir/FV3GFS_io.F90.o -[ 78%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_wrt_grid_comp.F90.o -[ 78%] Building Fortran object FV3/io/CMakeFiles/io.dir/ffsync.F90.o -[ 79%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_grid_tools.F90.o -[ 79%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/init_hydro.F90.o -[ 79%] Building Fortran object FV3/io/CMakeFiles/io.dir/post_nems_routines.F90.o -[ 80%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_treat_da_inc.F90.o -[ 80%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_diagnostics.F90.o -[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/sw_core.F90.o -[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_io.F90.o -[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_iau_mod.F90.o -[ 81%] Linking Fortran static library libio.a -[ 81%] Built target io -[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/nh_utils.F90.o -[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/nh_core.F90.o -[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_nudge.F90.o -[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_regional_bc.F90.o -[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/fv_nggps_diag.F90.o -[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/test_cases.F90.o -[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_tracer2d.F90.o -[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/dyn_core.F90.o -[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_update_phys.F90.o -[ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/external_ic.F90.o -[ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_restart.F90.o -[ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_control.F90.o -[ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_nesting.F90.o -[ 85%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_dynamics.F90.o -[ 85%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/atmosphere.F90.o -[ 85%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/multi_gases.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 86%] Linking Fortran static library libfv3core.a -[ 86%] Built target fv3core -Scanning dependencies of target stochastic_physics -[ 86%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_resol_def.f.o -[ 86%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/spectral_layout.F90.o -[ 86%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/update_ca.f90.o -[ 86%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_gg_def.f.o -[ 86%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_layout_lag.f.o -[ 86%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/glats_stochy.f.o -[ 87%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_namelist_def.F90.o -[ 87%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/compns_stochy.F90.o -[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/epslon_stochy.f.o -[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/setlats_lag_stochy.f.o -[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/get_lats_node_a_stochy.f.o -[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/get_ls_node_stochy.f.o -[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/gozrineo_stochy.f.o -[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/pln2eo_stochy.f.o -[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/setlats_a_stochy.f.o -[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_internal_state_mod.F90.o -[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/dezouv_stochy.f.o -[ 89%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/dozeuv_stochy.f.o -[ 90%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/four_to_grid_stochy.F.o -[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_patterngenerator.F90.o -[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/sumfln_stochy.f.o -[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/getcon_lag_stochy.f.o -[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/getcon_spectral.F90.o -[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/initialize_spectral_mod.F90.o -[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_data_mod.F90.o -[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/get_stochy_pattern.F90.o -[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochastic_physics.F90.o -[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/cellular_automata.f90.o -[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/plumes.f90.o -[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/num_parthds_stochy.f.o -[ 94%] Linking Fortran static library libstochastic_physics.a -[ 94%] Built target stochastic_physics -Scanning dependencies of target fv3cap -[ 94%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/module_fv3_config.F90.o -[ 95%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/atmos_model.F90.o -[ 95%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/module_fcst_grid_comp.F90.o -[ 96%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/time_utils.F90.o -[ 96%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/fv3_cap.F90.o -[ 96%] Linking Fortran static library libfv3cap.a -[ 96%] Built target fv3cap -Scanning dependencies of target NEMS.exe -[ 96%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_EARTH_INTERNAL_STATE.F90.o -[ 96%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/ENS_Cpl/ENS_CplComp_ESMFMod_STUB.F90.o -[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_MEDIATOR_methods.F90.o -[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_MEDIATOR_SpaceWeather.F90.o -[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_UTILS.F90.o -[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_INTERNAL_STATE.F90.o -[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_Rusage.F90.o -[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_MEDIATOR.F90.o -[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_EARTH_GRID_COMP.F90.o -[ 98%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_GRID_COMP.F90.o -[ 98%] Building C object CMakeFiles/NEMS.exe.dir/NEMS/src/nems_c_rusage.c.o -[ 98%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/MAIN_NEMS.F90.o -[100%] Linking Fortran executable NEMS.exe -/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib/libjasper.a(jas_stream.o): In function `jas_stream_tmpfile': -/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/src/jasper-1.900.29/src/libjasper/base/jas_stream.c:520: warning: the use of `tmpnam' is dangerous, better use `mkstemp' -[100%] Built target NEMS.exe -+ mv NEMS.exe ../fv3_21.exe -+ cp /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3 ../modules.fv3_21 -+ cd .. -+ '[' YES = YES ']' -+ rm -rf build_fv3_21 -+ elapsed=681 -+ echo 'Elapsed time 681 seconds. Compiling CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_v15,FV3_GFS_v15plus,FV3_CPT_v0,FV3_GSD_v0 32BIT=Y finished' -Elapsed time 681 seconds. Compiling CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_v15,FV3_GFS_v15plus,FV3_CPT_v0,FV3_GSD_v0 32BIT=Y finished -+ SECONDS=0 -+++ readlink -f /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/compile_cmake.sh -++ dirname /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/compile_cmake.sh -+ readonly MYDIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests -+ MYDIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests -+ readonly ARGC=4 -+ ARGC=4 -+ cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests -+ [[ 4 -eq 0 ]] -+ [[ 4 -lt 2 ]] -+ PATHTR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model -+ MACHINE_ID=wcoss_dell_p3 -+ MAKE_OPT=WW3=Y -+ BUILD_NAME=fv3_2 -+ clean_before=YES -+ clean_after=YES -+ BUILD_DIR=build_fv3_2 -+ [[ wcoss_dell_p3 == cheyenne.* ]] -+ [[ wcoss_dell_p3 == wcoss_dell_p3 ]] -+ MAKE_THREADS=4 -+ MAKE_THREADS=4 -+ hostname -m72a3 -+ cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests -+ echo 'Compiling WW3=Y into fv3_2.exe on wcoss_dell_p3' -Compiling WW3=Y into fv3_2.exe on wcoss_dell_p3 -+ '[' YES = YES ']' -+ rm -rf build_fv3_2 -+ mkdir -p build_fv3_2 -+ CCPP_CMAKE_FLAGS= -+ [[ WW3=Y == *\D\E\B\U\G\=\Y* ]] -+ [[ WW3=Y == *\R\E\P\R\O\=\Y* ]] -+ [[ WW3=Y == *\3\2\B\I\T\=\Y* ]] -+ [[ WW3=Y == *\O\P\E\N\M\P\=\N* ]] -+ [[ WW3=Y == *\C\C\P\P\=\Y* ]] -+ [[ WW3=Y == *\N\A\M\_\p\h\y\s\=\Y* ]] -+ [[ WW3=Y == *\W\W\3\=\Y* ]] -+ CCPP_CMAKE_FLAGS=' -DWW3=Y' -++ trim ' -DWW3=Y' -++ local 'var= -DWW3=Y' -++ var=-DWW3=Y -++ var=-DWW3=Y -++ echo -n -DWW3=Y -+ CCPP_CMAKE_FLAGS=-DWW3=Y -+ source /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc -++ __ms_function_name=setup__test_function__91265 -++ eval 'setup__test_function__91265() { /bin/true ; }' -+++ eval '__text="text" ; if [[ $__text =~ ^(t).* ]] ; then printf "%s" ${.sh.match[1]} ; fi' -+++ cat -++ __ms_ksh_test= -+++ eval 'if ( set | grep setup__test_function__91265 | grep -v name > /dev/null 2>&1 ) ; then echo t ; fi ' -+++ cat -++ __ms_bash_test=t -++ [[ ! -z '' ]] -++ [[ ! -z t ]] -++ __ms_shell=bash -++ [[ -d /lfs3 ]] -++ [[ -d /scratch1 ]] -++ [[ -d /gpfs/hps ]] -++ [[ -e /etc/SuSE-release ]] -++ [[ -d /dcom ]] -++ [[ -L /usrx ]] -+++ readlink /usrx -++ [[ /gpfs/dell1/usrx =~ dell ]] -++ eval module help -++ module purge -+++ /usrx/local/prod/lmod/lmod/libexec/lmod bash purge -++ eval unset 'ADVISOR_2018_DIR;' unset 'BACIO_LIB4;' unset 'BACIO_LIB8;' unset 'BACIO_SRC;' unset 'BACIO_VER;' unset 'BINARY_TYPE_HPC;' unset '__LMOD_REF_COUNT_CLASSPATH;' unset 'CLASSPATH;' unset 'CLCK_ROOT;' unset 'CMAKE_CXX_COMPILER;' unset 'CMAKE_C_COMPILER;' unset 'CMAKE_Fortran_COMPILER;' unset 'CMAKE_Platform;' unset 'COMP;' unset '__LMOD_REF_COUNT_CPATH;' unset 'CPATH;' unset '__LMOD_REF_COUNT_CPLUS_INCLUDE_PATH;' unset 'CPLUS_INCLUDE_PATH;' unset 'CRTM_FIX;' unset 'CRTM_INC;' unset 'CRTM_LIB;' unset 'CRTM_SRC;' unset 'CRTM_VER;' unset 'DAALROOT;' unset 'ECF_HOSTFILE;' unset 'ECF_PORT;' unset 'ECF_ROOT;' unset 'ESMFMKFILE;' unset 'G2TMPL_INC;' unset 'G2TMPL_LIB;' unset 'G2TMPL_SRC;' unset 'G2TMPL_VER;' unset 'G2_INC4;' unset 'G2_INCd;' unset 'G2_LIB4;' unset 'G2_LIBd;' unset 'G2_SRC;' unset 'G2_VER;' unset 'GDBSERVER_MIC;' unset 'GDB_CROSS;' unset 'HDF5;' unset 'HDF5_CFLAGS;' unset 'HDF5_CXXFLAGS;' unset 'HDF5_FFLAGS;' unset 'HDF5_INCLUDE;' unset 'HDF5_LDFLAGS;' unset 'HDF5_LDFLAGS_C;' unset 'HDF5_LDFLAGS_CXX;' unset 'HDF5_LDFLAGS_F;' unset '__LMOD_REF_COUNT_INFOPATH;' unset 'INFOPATH;' unset 'INSPECTOR_2018_DIR;' unset 'INTEL_LICENSE_FILE;' unset 'INTEL_PYTHONHOME;' unset 'IPPROOT;' unset 'IP_INC4;' unset 'IP_INC8;' unset 'IP_INCd;' unset 'IP_LIB4;' unset 'IP_LIB8;' unset 'IP_LIBd;' unset 'IP_SRC;' unset 'IP_VER;' unset 'I_MPI_CC;' unset 'I_MPI_CXX;' unset 'I_MPI_EXTRA_FILESYSTEM;' unset 'I_MPI_EXTRA_FILESYSTEM_LIST;' unset 'I_MPI_F77;' unset 'I_MPI_F90;' unset 'I_MPI_FC;' unset 'I_MPI_HYDRA_BOOTSTRAP;' unset 'I_MPI_HYDRA_IFACE;' unset 'I_MPI_LSF_USE_COLLECTIVE_LAUNCH;' unset 'I_MPI_ROOT;' unset 'JASPER_INC;' unset 'JASPER_LIB;' unset 'JASPER_LIBDIR;' unset 'JASPER_SRC;' unset 'JASPER_VER;' unset 'KMP_AFFINITY;' unset '__LMOD_REF_COUNT_LD_LIBRARY_PATH;' unset 'LD_LIBRARY_PATH;' unset '__LMOD_REF_COUNT_LIBRARY_PATH;' unset 'LIBRARY_PATH;' unset 'LIB_NAME;' unset 'LMOD_FAMILY_COMPILER;' unset 'LMOD_FAMILY_COMPILER_VERSION;' unset 'LMOD_FAMILY_CONMPILER;' unset 'LMOD_FAMILY_CONMPILER_VERSION;' unset 'LMOD_FAMILY_MPI;' unset 'LMOD_FAMILY_MPI_VERSION;' unset '__LMOD_REF_COUNT_LOADEDMODULES;' unset 'LOADEDMODULES;' unset 'LSF_BINDIR;' unset 'LSF_ENVDIR;' unset 'LSF_LIBDIR;' unset 'LSF_SERVERDIR;' '__LMOD_REF_COUNT_MANPATH="/usrx/local/prod/lmod/lmod/share/man:1";' export '__LMOD_REF_COUNT_MANPATH;' 'MANPATH="/usrx/local/prod/lmod/lmod/share/man::";' export 'MANPATH;' unset 'MKLROOT;' 'MODULEPATH="/usrx/local/dev/emc_rocoto/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod";' export 'MODULEPATH;' unset 'MPM_LAUNCHER;' unset 'NEMSIO_INC;' unset 'NEMSIO_LIB;' unset 'NEMSIO_SRC;' unset 'NEMSIO_VER;' unset 'NETCDF;' unset 'NETCDF_CFLAGS;' unset 'NETCDF_CXX4FLAGS;' unset 'NETCDF_CXXFLAGS;' unset 'NETCDF_FFLAGS;' unset 'NETCDF_INC;' unset 'NETCDF_INCLUDE;' unset 'NETCDF_LDFLAGS;' unset 'NETCDF_LDFLAGS_C;' unset 'NETCDF_LDFLAGS_CXX;' unset 'NETCDF_LDFLAGS_CXX4;' unset 'NETCDF_LDFLAGS_F;' unset 'NETCDF_LIB;' unset 'NETCDF_ROOT;' unset '__LMOD_REF_COUNT_NLSPATH;' unset 'NLSPATH;' '__LMOD_REF_COUNT_PATH="/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/usr/lpp/mmfs/bin:1;/opt/ibutils/bin:1;/opt/dell/srvadmin/bin:1;/u/Dusan.Jovic/bin:2;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/dbrowse:1;/u/Dusan.Jovic/.local/bin:1";' export '__LMOD_REF_COUNT_PATH;' 'PATH="/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/usr/lpp/mmfs/bin:/opt/ibutils/bin:/opt/dell/srvadmin/bin:/u/Dusan.Jovic/bin:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/dbrowse:/u/Dusan.Jovic/.local/bin";' export 'PATH;' unset 'PKG_CONFIG_PATH;' unset 'PNG_INC;' unset 'PNG_LIB;' unset 'PNG_LIB12;' unset 'PNG_LIBDIR;' unset 'PNG_LIBso;' unset 'PNG_SRC;' unset 'PNG_VER;' unset 'POST_INC;' unset 'POST_LIB;' unset 'POST_SRC;' unset 'POST_VER;' unset 'PSTLROOT;' unset 'PYTHONPATH;' unset '__LMOD_REF_COUNT_QT_PLUGIN_PATH;' unset 'QT_PLUGIN_PATH;' unset 'SP_LIB4;' unset 'SP_LIB8;' unset 'SP_LIBd;' unset 'SP_SRC;' unset 'SP_VER;' unset 'TBBROOT;' unset 'VT_ADD_LIBS;' unset 'VT_ARCH;' unset 'VT_LIB_DIR;' unset 'VT_MPI;' unset 'VT_ROOT;' unset 'VT_SLIB_DIR;' unset 'W3EMC_INC4;' unset 'W3EMC_INC8;' unset 'W3EMC_INCd;' unset 'W3EMC_LIB4;' unset 'W3EMC_LIB8;' unset 'W3EMC_LIBd;' unset 'W3EMC_SRC;' unset 'W3EMC_VER;' unset 'W3NCO_INC4;' unset 'W3NCO_INC8;' unset 'W3NCO_INCd;' unset 'W3NCO_LIB4;' unset 'W3NCO_LIB8;' unset 'W3NCO_LIBd;' unset 'W3NCO_SRC;' unset 'W3NCO_VER;' unset 'XLSF_UIDDIR;' unset 'Z_INC;' unset 'Z_LIB;' unset 'Z_SRC;' unset 'Z_VER;' unset '__LMOD_REF_COUNT__LMFILES_;' unset '_LMFILES_;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii91c3J4L2xvY2FsL2Rldi9lbWNfcm9jb3RvL21vZHVsZWZpbGVzIiwiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvRHVzYW4uSm92aWMvdWZzL3ByMTgvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvd2Nvc3NfZGVsbF9wMyIsIi91c3J4L2xvY2FsL2Rldi9tb2R1bGVmaWxlcyIsIi91c3J4L2xvY2FsL3Byb2QvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQiLCIvdXNyeC9sb2NhbC9w";' export '_ModuleTable001_;' '_ModuleTable002_="cm9kL21vZHVsZWZpbGVzL2RlZnMiLCIvZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb3JlX3Byb2QiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQ6L3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9kZWZzOi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsfQ==";' export '_ModuleTable002_;' '_ModuleTable_Sz_="2";' export '_ModuleTable_Sz_;' unset '_ModuleTable004_;' unset '_ModuleTable005_;' unset '_ModuleTable006_;' unset '_ModuleTable007_;' unset '_ModuleTable008_;' unset '_ModuleTable009_;' unset '_ModuleTable010_;' unset '_ModuleTable011_;' unset '_ModuleTable012_;' unset '_ModuleTable013_;' unset '_ModuleTable014_;' unset '_ModuleTable015_;' unset '_ModuleTable016_;' -+++ unset ADVISOR_2018_DIR -+++ unset BACIO_LIB4 -+++ unset BACIO_LIB8 -+++ unset BACIO_SRC -+++ unset BACIO_VER -+++ unset BINARY_TYPE_HPC -+++ unset __LMOD_REF_COUNT_CLASSPATH -+++ unset CLASSPATH -+++ unset CLCK_ROOT -+++ unset CMAKE_CXX_COMPILER -+++ unset CMAKE_C_COMPILER -+++ unset CMAKE_Fortran_COMPILER -+++ unset CMAKE_Platform -+++ unset COMP -+++ unset __LMOD_REF_COUNT_CPATH -+++ unset CPATH -+++ unset __LMOD_REF_COUNT_CPLUS_INCLUDE_PATH -+++ unset CPLUS_INCLUDE_PATH -+++ unset CRTM_FIX -+++ unset CRTM_INC -+++ unset CRTM_LIB -+++ unset CRTM_SRC -+++ unset CRTM_VER -+++ unset DAALROOT -+++ unset ECF_HOSTFILE -+++ unset ECF_PORT -+++ unset ECF_ROOT -+++ unset ESMFMKFILE -+++ unset G2TMPL_INC -+++ unset G2TMPL_LIB -+++ unset G2TMPL_SRC -+++ unset G2TMPL_VER -+++ unset G2_INC4 -+++ unset G2_INCd -+++ unset G2_LIB4 -+++ unset G2_LIBd -+++ unset G2_SRC -+++ unset G2_VER -+++ unset GDBSERVER_MIC -+++ unset GDB_CROSS -+++ unset HDF5 -+++ unset HDF5_CFLAGS -+++ unset HDF5_CXXFLAGS -+++ unset HDF5_FFLAGS -+++ unset HDF5_INCLUDE -+++ unset HDF5_LDFLAGS -+++ unset HDF5_LDFLAGS_C -+++ unset HDF5_LDFLAGS_CXX -+++ unset HDF5_LDFLAGS_F -+++ unset __LMOD_REF_COUNT_INFOPATH -+++ unset INFOPATH -+++ unset INSPECTOR_2018_DIR -+++ unset INTEL_LICENSE_FILE -+++ unset INTEL_PYTHONHOME -+++ unset IPPROOT -+++ unset IP_INC4 -+++ unset IP_INC8 -+++ unset IP_INCd -+++ unset IP_LIB4 -+++ unset IP_LIB8 -+++ unset IP_LIBd -+++ unset IP_SRC -+++ unset IP_VER -+++ unset I_MPI_CC -+++ unset I_MPI_CXX -+++ unset I_MPI_EXTRA_FILESYSTEM -+++ unset I_MPI_EXTRA_FILESYSTEM_LIST -+++ unset I_MPI_F77 -+++ unset I_MPI_F90 -+++ unset I_MPI_FC -+++ unset I_MPI_HYDRA_BOOTSTRAP -+++ unset I_MPI_HYDRA_IFACE -+++ unset I_MPI_LSF_USE_COLLECTIVE_LAUNCH -+++ unset I_MPI_ROOT -+++ unset JASPER_INC -+++ unset JASPER_LIB -+++ unset JASPER_LIBDIR -+++ unset JASPER_SRC -+++ unset JASPER_VER -+++ unset KMP_AFFINITY -+++ unset __LMOD_REF_COUNT_LD_LIBRARY_PATH -+++ unset LD_LIBRARY_PATH -+++ unset __LMOD_REF_COUNT_LIBRARY_PATH -+++ unset LIBRARY_PATH -+++ unset LIB_NAME -+++ unset LMOD_FAMILY_COMPILER -+++ unset LMOD_FAMILY_COMPILER_VERSION -+++ unset LMOD_FAMILY_CONMPILER -+++ unset LMOD_FAMILY_CONMPILER_VERSION -+++ unset LMOD_FAMILY_MPI -+++ unset LMOD_FAMILY_MPI_VERSION -+++ unset __LMOD_REF_COUNT_LOADEDMODULES -+++ unset LOADEDMODULES -+++ unset LSF_BINDIR -+++ unset LSF_ENVDIR -+++ unset LSF_LIBDIR -+++ unset LSF_SERVERDIR -+++ __LMOD_REF_COUNT_MANPATH=/usrx/local/prod/lmod/lmod/share/man:1 -+++ export __LMOD_REF_COUNT_MANPATH -+++ MANPATH=/usrx/local/prod/lmod/lmod/share/man:: -+++ export MANPATH -+++ unset MKLROOT -+++ MODULEPATH=/usrx/local/dev/emc_rocoto/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod -+++ export MODULEPATH -+++ unset MPM_LAUNCHER -+++ unset NEMSIO_INC -+++ unset NEMSIO_LIB -+++ unset NEMSIO_SRC -+++ unset NEMSIO_VER -+++ unset NETCDF -+++ unset NETCDF_CFLAGS -+++ unset NETCDF_CXX4FLAGS -+++ unset NETCDF_CXXFLAGS -+++ unset NETCDF_FFLAGS -+++ unset NETCDF_INC -+++ unset NETCDF_INCLUDE -+++ unset NETCDF_LDFLAGS -+++ unset NETCDF_LDFLAGS_C -+++ unset NETCDF_LDFLAGS_CXX -+++ unset NETCDF_LDFLAGS_CXX4 -+++ unset NETCDF_LDFLAGS_F -+++ unset NETCDF_LIB -+++ unset NETCDF_ROOT -+++ unset __LMOD_REF_COUNT_NLSPATH -+++ unset NLSPATH -+++ __LMOD_REF_COUNT_PATH='/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/usr/lpp/mmfs/bin:1;/opt/ibutils/bin:1;/opt/dell/srvadmin/bin:1;/u/Dusan.Jovic/bin:2;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/dbrowse:1;/u/Dusan.Jovic/.local/bin:1' -+++ export __LMOD_REF_COUNT_PATH -+++ PATH=/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/usr/lpp/mmfs/bin:/opt/ibutils/bin:/opt/dell/srvadmin/bin:/u/Dusan.Jovic/bin:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/dbrowse:/u/Dusan.Jovic/.local/bin -+++ export PATH -+++ unset PKG_CONFIG_PATH -+++ unset PNG_INC -+++ unset PNG_LIB -+++ unset PNG_LIB12 -+++ unset PNG_LIBDIR -+++ unset PNG_LIBso -+++ unset PNG_SRC -+++ unset PNG_VER -+++ unset POST_INC -+++ unset POST_LIB -+++ unset POST_SRC -+++ unset POST_VER -+++ unset PSTLROOT -+++ unset PYTHONPATH -+++ unset __LMOD_REF_COUNT_QT_PLUGIN_PATH -+++ unset QT_PLUGIN_PATH -+++ unset SP_LIB4 -+++ unset SP_LIB8 -+++ unset SP_LIBd -+++ unset SP_SRC -+++ unset SP_VER -+++ unset TBBROOT -+++ unset VT_ADD_LIBS -+++ unset VT_ARCH -+++ unset VT_LIB_DIR -+++ unset VT_MPI -+++ unset VT_ROOT -+++ unset VT_SLIB_DIR -+++ unset W3EMC_INC4 -+++ unset W3EMC_INC8 -+++ unset W3EMC_INCd -+++ unset W3EMC_LIB4 -+++ unset W3EMC_LIB8 -+++ unset W3EMC_LIBd -+++ unset W3EMC_SRC -+++ unset W3EMC_VER -+++ unset W3NCO_INC4 -+++ unset W3NCO_INC8 -+++ unset W3NCO_INCd -+++ unset W3NCO_LIB4 -+++ unset W3NCO_LIB8 -+++ unset W3NCO_LIBd -+++ unset W3NCO_SRC -+++ unset W3NCO_VER -+++ unset XLSF_UIDDIR -+++ unset Z_INC -+++ unset Z_LIB -+++ unset Z_SRC -+++ unset Z_VER -+++ unset __LMOD_REF_COUNT__LMFILES_ -+++ unset _LMFILES_ -+++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii91c3J4L2xvY2FsL2Rldi9lbWNfcm9jb3RvL21vZHVsZWZpbGVzIiwiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvRHVzYW4uSm92aWMvdWZzL3ByMTgvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvd2Nvc3NfZGVsbF9wMyIsIi91c3J4L2xvY2FsL2Rldi9tb2R1bGVmaWxlcyIsIi91c3J4L2xvY2FsL3Byb2QvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQiLCIvdXNyeC9sb2NhbC9w -+++ export _ModuleTable001_ -+++ _ModuleTable002_=cm9kL21vZHVsZWZpbGVzL2RlZnMiLCIvZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb3JlX3Byb2QiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQ6L3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9kZWZzOi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsfQ== -+++ export _ModuleTable002_ -+++ _ModuleTable_Sz_=2 -+++ export _ModuleTable_Sz_ -+++ unset _ModuleTable004_ -+++ unset _ModuleTable005_ -+++ unset _ModuleTable006_ -+++ unset _ModuleTable007_ -+++ unset _ModuleTable008_ -+++ unset _ModuleTable009_ -+++ unset _ModuleTable010_ -+++ unset _ModuleTable011_ -+++ unset _ModuleTable012_ -+++ unset _ModuleTable013_ -+++ unset _ModuleTable014_ -+++ unset _ModuleTable015_ -+++ unset _ModuleTable016_ -+++ : -s sh -++ eval -++ unset __ms_shell -++ unset __ms_ksh_test -++ unset __ms_bash_test -++ unset setup__test_function__91265 -++ unset __ms_function_name -+ [[ wcoss_dell_p3 == macosx.* ]] -+ [[ wcoss_dell_p3 == linux.* ]] -+ module use /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3 -++ /usrx/local/prod/lmod/lmod/libexec/lmod bash use /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3 -+ eval 'MODULEPATH="/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/dev/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod";' export 'MODULEPATH;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcjE4L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL3djb3NzX2RlbGxfcDMiLCIvdXNyeC9sb2NhbC9kZXYvZW1jX3JvY290by9tb2R1bGVmaWxlcyIsIi91c3J4L2xvY2FsL2Rldi9tb2R1bGVmaWxlcyIsIi91c3J4L2xvY2FsL3Byb2QvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQiLCIvdXNyeC9sb2NhbC9w";' export '_ModuleTable001_;' '_ModuleTable002_="cm9kL21vZHVsZWZpbGVzL2RlZnMiLCIvZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb3JlX3Byb2QiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQ6L3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9kZWZzOi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsfQ==";' export '_ModuleTable002_;' '_ModuleTable_Sz_="2";' export '_ModuleTable_Sz_;' -++ MODULEPATH=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/dev/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod -++ export MODULEPATH -++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcjE4L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL3djb3NzX2RlbGxfcDMiLCIvdXNyeC9sb2NhbC9kZXYvZW1jX3JvY290by9tb2R1bGVmaWxlcyIsIi91c3J4L2xvY2FsL2Rldi9tb2R1bGVmaWxlcyIsIi91c3J4L2xvY2FsL3Byb2QvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQiLCIvdXNyeC9sb2NhbC9w -++ export _ModuleTable001_ -++ _ModuleTable002_=cm9kL21vZHVsZWZpbGVzL2RlZnMiLCIvZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb3JlX3Byb2QiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQ6L3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9kZWZzOi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsfQ== -++ export _ModuleTable002_ -++ _ModuleTable_Sz_=2 -++ export _ModuleTable_Sz_ -++ : -s sh -+ eval -+ module load fv3 -++ /usrx/local/prod/lmod/lmod/libexec/lmod bash load fv3 -+ eval 'ADVISOR_2018_DIR="/usrx/local/prod/intel/2018UP01/advisor_2018";' export 'ADVISOR_2018_DIR;' 'BACIO_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libbacio_v2.0.3_4.a";' export 'BACIO_LIB4;' 'BACIO_LIB8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libbacio_v2.0.3_8.a";' export 'BACIO_LIB8;' 'BACIO_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/bacio_v2.0.3";' export 'BACIO_SRC;' 'BACIO_VER="v2.0.3";' export 'BACIO_VER;' 'BINARY_TYPE_HPC="";' export 'BINARY_TYPE_HPC;' '__LMOD_REF_COUNT_CLASSPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64/mpi.jar:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/daal.jar:1";' export '__LMOD_REF_COUNT_CLASSPATH;' 'CLASSPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64/mpi.jar:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/daal.jar";' export 'CLASSPATH;' 'CLCK_ROOT="/usrx/local/prod/intel/2018UP01/clck_latest";' export 'CLCK_ROOT;' 'CMAKE_CXX_COMPILER="mpiicpc";' export 'CMAKE_CXX_COMPILER;' 'CMAKE_C_COMPILER="mpiicc";' export 'CMAKE_C_COMPILER;' 'CMAKE_Fortran_COMPILER="mpiifort";' export 'CMAKE_Fortran_COMPILER;' 'CMAKE_Platform="wcoss_dell_p3";' export 'CMAKE_Platform;' 'COMP="ips";' export 'COMP;' '__LMOD_REF_COUNT_CPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/pstl/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/include:1";' export '__LMOD_REF_COUNT_CPATH;' 'CPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/pstl/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/include";' export 'CPATH;' '__LMOD_REF_COUNT_CPLUS_INCLUDE_PATH="/usrx/local/prod/intel/2018UP01/clck_latest/include:1";' export '__LMOD_REF_COUNT_CPLUS_INCLUDE_PATH;' 'CPLUS_INCLUDE_PATH="/usrx/local/prod/intel/2018UP01/clck_latest/include";' export 'CPLUS_INCLUDE_PATH;' 'CRTM_FIX="/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/fix";' export 'CRTM_FIX;' 'CRTM_INC="/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/ips/18.0.1/include/crtm_v2.2.6";' export 'CRTM_INC;' 'CRTM_LIB="/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/ips/18.0.1/libcrtm_v2.2.6.a";' export 'CRTM_LIB;' 'CRTM_SRC="/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/src";' export 'CRTM_SRC;' 'CRTM_VER="v2.2.6";' export 'CRTM_VER;' 'DAALROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal";' export 'DAALROOT;' 'ESMFMKFILE="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/lib/esmf.mk";' export 'ESMFMKFILE;' 'G2TMPL_INC="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/g2tmpl_v1.6.0";' export 'G2TMPL_INC;' 'G2TMPL_LIB="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2tmpl_v1.6.0.a";' export 'G2TMPL_LIB;' 'G2TMPL_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/g2tmpl_v1.6.0/src";' export 'G2TMPL_SRC;' 'G2TMPL_VER="v1.6.0";' export 'G2TMPL_VER;' 'G2_INC4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/g2_v3.1.1_4";' export 'G2_INC4;' 'G2_INCd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/g2_v3.1.1_d";' export 'G2_INCd;' 'G2_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2_v3.1.1_4.a";' export 'G2_LIB4;' 'G2_LIBd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2_v3.1.1_d.a";' export 'G2_LIBd;' 'G2_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/g2_v3.1.1";' export 'G2_SRC;' 'G2_VER="v3.1.1";' export 'G2_VER;' 'GDBSERVER_MIC="/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/targets/intel64/x200/bin/gdbserver";' export 'GDBSERVER_MIC;' 'GDB_CROSS="/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/bin/gdb-ia";' export 'GDB_CROSS;' 'HDF5="/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1";' export 'HDF5;' 'HDF5_CFLAGS="-I/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/include";' export 'HDF5_CFLAGS;' 'HDF5_CXXFLAGS="-I/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/include";' export 'HDF5_CXXFLAGS;' 'HDF5_FFLAGS="-I/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/include";' export 'HDF5_FFLAGS;' 'HDF5_INCLUDE="-I/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/include";' export 'HDF5_INCLUDE;' 'HDF5_LDFLAGS="-L/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib' -lhdf5_hl -lhdf5hl_fortran -lhdf5 '-lhdf5_fortran";' export 'HDF5_LDFLAGS;' 'HDF5_LDFLAGS_C="-L/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib' -lhdf5_hl '-lhdf5";' export 'HDF5_LDFLAGS_C;' 'HDF5_LDFLAGS_CXX="-L/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib' -lhdf5_hl -hdf5_hl_cpp -lhdf5 '-lhdf5_cpp";' export 'HDF5_LDFLAGS_CXX;' 'HDF5_LDFLAGS_F="-L/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib' -lhdf5_hl -lhdf5hl_fortran -lhdf5 '-lhdf5_fortran";' export 'HDF5_LDFLAGS_F;' '__LMOD_REF_COUNT_INFOPATH="/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/info:1;info_gdb_igfx:1";' export '__LMOD_REF_COUNT_INFOPATH;' 'INFOPATH="/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/info:info_gdb_igfx";' export 'INFOPATH;' 'INSPECTOR_2018_DIR="/usrx/local/prod/intel/2018UP01/inspector_2018";' export 'INSPECTOR_2018_DIR;' 'INTEL_LICENSE_FILE="/usrx/local/prod/intel/licenses";' export 'INTEL_LICENSE_FILE;' 'INTEL_PYTHONHOME="/usrx/local/prod/intel/2018UP01/debugger_2018/python/intel64";' export 'INTEL_PYTHONHOME;' 'IPPROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp";' export 'IPPROOT;' 'IP_INC4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ip_v3.0.2_4";' export 'IP_INC4;' 'IP_INC8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ip_v3.0.2_8";' export 'IP_INC8;' 'IP_INCd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ip_v3.0.2_d";' export 'IP_INCd;' 'IP_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libip_v3.0.2_4.a";' export 'IP_LIB4;' 'IP_LIB8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libip_v3.0.2_8.a";' export 'IP_LIB8;' 'IP_LIBd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libip_v3.0.2_d.a";' export 'IP_LIBd;' 'IP_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/ip_v3.0.2";' export 'IP_SRC;' 'IP_VER="v3.0.2";' export 'IP_VER;' 'I_MPI_CC="icc";' export 'I_MPI_CC;' 'I_MPI_CXX="icpc";' export 'I_MPI_CXX;' 'I_MPI_EXTRA_FILESYSTEM="yes";' export 'I_MPI_EXTRA_FILESYSTEM;' 'I_MPI_EXTRA_FILESYSTEM_LIST="gpfs";' export 'I_MPI_EXTRA_FILESYSTEM_LIST;' 'I_MPI_F77="ifort";' export 'I_MPI_F77;' 'I_MPI_F90="ifort";' export 'I_MPI_F90;' 'I_MPI_FC="ifort";' export 'I_MPI_FC;' 'I_MPI_HYDRA_BOOTSTRAP="lsf";' export 'I_MPI_HYDRA_BOOTSTRAP;' 'I_MPI_HYDRA_IFACE="ib0";' export 'I_MPI_HYDRA_IFACE;' 'I_MPI_LSF_USE_COLLECTIVE_LAUNCH="1";' export 'I_MPI_LSF_USE_COLLECTIVE_LAUNCH;' 'I_MPI_ROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi";' export 'I_MPI_ROOT;' 'JASPER_INC="/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/include";' export 'JASPER_INC;' 'JASPER_LIB="/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib/libjasper.a";' export 'JASPER_LIB;' 'JASPER_LIBDIR="/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib";' export 'JASPER_LIBDIR;' 'JASPER_SRC="/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/src/jasper-1.900.29";' export 'JASPER_SRC;' 'JASPER_VER="1.900.29";' export 'JASPER_VER;' 'KMP_AFFINITY="scatter";' export 'KMP_AFFINITY;' unset 'LAUNCH;' '__LMOD_REF_COUNT_LD_LIBRARY_PATH="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/lib:1;/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib:1;/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib:1;/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib:1;/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:1;/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib:1;/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib:1;/usrx/local/prod/intel/2018UP01/itac_latest/slib:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:1;/usrx/local/prod/intel/2018UP01/debugger_2018/iga/lib:1;/usrx/local/prod/intel/2018UP01/debugger_2018/libipt/intel64/lib:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4:1";' export '__LMOD_REF_COUNT_LD_LIBRARY_PATH;' 'LD_LIBRARY_PATH="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/lib:/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib:/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib:/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib:/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib:/usrx/local/prod/intel/2018UP01/itac_latest/slib:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:/usrx/local/prod/intel/2018UP01/debugger_2018/iga/lib:/usrx/local/prod/intel/2018UP01/debugger_2018/libipt/intel64/lib:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4";' export 'LD_LIBRARY_PATH;' '__LMOD_REF_COUNT_LIBRARY_PATH="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:1;/usrx/local/prod/intel/2018UP01/clck_latest/lib/intel64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4:1";' export '__LMOD_REF_COUNT_LIBRARY_PATH;' 'LIBRARY_PATH="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:/usrx/local/prod/intel/2018UP01/clck_latest/lib/intel64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4";' export 'LIBRARY_PATH;' 'LIB_NAME="POST";' export 'LIB_NAME;' 'LMOD_FAMILY_COMPILER="ips";' export 'LMOD_FAMILY_COMPILER;' 'LMOD_FAMILY_COMPILER_VERSION="18.0.1.163";' export 'LMOD_FAMILY_COMPILER_VERSION;' 'LMOD_FAMILY_CONMPILER="HDF5-serial";' export 'LMOD_FAMILY_CONMPILER;' 'LMOD_FAMILY_CONMPILER_VERSION="1.10.1";' export 'LMOD_FAMILY_CONMPILER_VERSION;' 'LMOD_FAMILY_MPI="impi";' export 'LMOD_FAMILY_MPI;' 'LMOD_FAMILY_MPI_VERSION="18.0.1";' export 'LMOD_FAMILY_MPI_VERSION;' '__LMOD_REF_COUNT_LOADEDMODULES="ips/18.0.1.163:1;impi/18.0.1:1;NetCDF/4.5.0:1;HDF5-serial/1.10.1:1;lsf/10.1:1;bacio/2.0.3:1;ip/3.0.2:1;sp/2.0.3:1;w3nco/2.0.7:1;w3emc/2.3.1:1;nemsio/2.2.4:1;g2/3.1.1:1;g2tmpl/1.6.0:1;crtm/2.2.6:1;jasper/1.900.29:1;libpng/1.2.59:1;zlib/1.2.11:1;post/8.0.1:1;esmf/8.0.0:1;cmake/3.10.0:1;fv3:1";' export '__LMOD_REF_COUNT_LOADEDMODULES;' 'LOADEDMODULES="ips/18.0.1.163:impi/18.0.1:NetCDF/4.5.0:HDF5-serial/1.10.1:lsf/10.1:bacio/2.0.3:ip/3.0.2:sp/2.0.3:w3nco/2.0.7:w3emc/2.3.1:nemsio/2.2.4:g2/3.1.1:g2tmpl/1.6.0:crtm/2.2.6:jasper/1.900.29:libpng/1.2.59:zlib/1.2.11:post/8.0.1:esmf/8.0.0:cmake/3.10.0:fv3";' export 'LOADEDMODULES;' 'LSF_BINDIR="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin";' export 'LSF_BINDIR;' 'LSF_ENVDIR="/gpfs/lsf/conf";' export 'LSF_ENVDIR;' 'LSF_LIBDIR="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib";' export 'LSF_LIBDIR;' 'LSF_SERVERDIR="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc";' export 'LSF_SERVERDIR;' '__LMOD_REF_COUNT_MANPATH="/usrx/local/dev/packages/cmake/3.10.0/share/man:1;/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/share/man:1;/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/share/man:1;/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/man:1;/gpfs/lsf/10.1/man:1;/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/share/man:1;/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/share/man:1;/usrx/local/prod/intel/2018UP01/itac_latest/man:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/man/common:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/man:1;/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/man:1;/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-igfx/man:1;/usrx/local/prod/lmod/lmod/share/man:1;/usrx/local/prod/intel/2018UP01/inspector_2018/man:1;/usrx/local/prod/intel/2018UP01/advisor_2018/man:1";' export '__LMOD_REF_COUNT_MANPATH;' 'MANPATH="/usrx/local/dev/packages/cmake/3.10.0/share/man:/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/share/man:/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/share/man:/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/man:/gpfs/lsf/10.1/man:/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/share/man:/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/share/man:/usrx/local/prod/intel/2018UP01/itac_latest/man:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/man/common:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/man:/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/man:/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-igfx/man:/usrx/local/prod/lmod/lmod/share/man::/usrx/local/prod/intel/2018UP01/inspector_2018/man:/usrx/local/prod/intel/2018UP01/advisor_2018/man";' export 'MANPATH;' 'MKLROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl";' export 'MKLROOT;' 'MODULEPATH="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/dev/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1:/usrx/local/prod/modulefiles/mpi_third/ips/18.0.1/impi/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/mpi_prod/ips/18.0.1/impi/18.0.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles";' export 'MODULEPATH;' 'MPM_LAUNCHER="/usrx/local/prod/intel/2018UP01/debugger_2018/mpm/mic/bin/start_mpm.sh";' export 'MPM_LAUNCHER;' 'NEMSIO_INC="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/nemsio_v2.2.4";' export 'NEMSIO_INC;' 'NEMSIO_LIB="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libnemsio_v2.2.4.a";' export 'NEMSIO_LIB;' 'NEMSIO_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/nemsio_v2.2.4";' export 'NEMSIO_SRC;' 'NEMSIO_VER="v2.2.4";' export 'NEMSIO_VER;' 'NETCDF="/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0";' export 'NETCDF;' 'NETCDF_CFLAGS="-I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include";' export 'NETCDF_CFLAGS;' 'NETCDF_CXX4FLAGS="-I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include";' export 'NETCDF_CXX4FLAGS;' 'NETCDF_CXXFLAGS="-I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include";' export 'NETCDF_CXXFLAGS;' 'NETCDF_FFLAGS="-I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include";' export 'NETCDF_FFLAGS;' 'NETCDF_INC="/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include";' export 'NETCDF_INC;' 'NETCDF_INCLUDE="-I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include";' export 'NETCDF_INCLUDE;' 'NETCDF_LDFLAGS="-L/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib' '-lnetcdff";' export 'NETCDF_LDFLAGS;' 'NETCDF_LDFLAGS_C="-L/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib' '-lnetcdf";' export 'NETCDF_LDFLAGS_C;' 'NETCDF_LDFLAGS_CXX="-L/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib' -lnetcdf '-lnetcdf_c++";' export 'NETCDF_LDFLAGS_CXX;' 'NETCDF_LDFLAGS_CXX4="-L/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib' -lnetcdf '-lnetcdf_c++4";' export 'NETCDF_LDFLAGS_CXX4;' 'NETCDF_LDFLAGS_F="-L/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib' '-lnetcdff";' export 'NETCDF_LDFLAGS_F;' 'NETCDF_LIB="/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib";' export 'NETCDF_LIB;' 'NETCDF_ROOT="/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0";' export 'NETCDF_ROOT;' '__LMOD_REF_COUNT_NLSPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin/locale/%l_%t/%N:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin/locale/%l_%t/%N:1;/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/share/locale/%l_%t/%N:1";' export '__LMOD_REF_COUNT_NLSPATH;' 'NLSPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin/locale/%l_%t/%N:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin/locale/%l_%t/%N::/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/share/locale/%l_%t/%N";' export 'NLSPATH;' '__LMOD_REF_COUNT_PATH="/usrx/local/dev/packages/cmake/3.10.0/bin:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/bin:1;/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/bin:1;/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/bin:1;/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc:1;/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin:1;/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1:1;/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/bin:1;/usrx/local/prod/intel/2018UP01/advisor_2018/bin64:1;/usrx/local/prod/intel/2018UP01/vtune_amplifier_2018/bin64:1;/usrx/local/prod/intel/2018UP01/inspector_2018/bin64:1;/usrx/local/prod/intel/2018UP01/itac_latest/bin:1;/usrx/local/prod/intel/2018UP01/clck_latest/bin/intel64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/bin/intel64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64:1;/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/targets/intel64/x200/bin:1;/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/bin:1;/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/usr/lpp/mmfs/bin:1;/opt/ibutils/bin:1;/opt/dell/srvadmin/bin:1;/u/Dusan.Jovic/bin:2;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/dbrowse:1;/u/Dusan.Jovic/.local/bin:1;/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/include:1";' export '__LMOD_REF_COUNT_PATH;' 'PATH="/usrx/local/dev/packages/cmake/3.10.0/bin:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/bin:/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/bin:/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/bin:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin:/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1:/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/bin:/usrx/local/prod/intel/2018UP01/advisor_2018/bin64:/usrx/local/prod/intel/2018UP01/vtune_amplifier_2018/bin64:/usrx/local/prod/intel/2018UP01/inspector_2018/bin64:/usrx/local/prod/intel/2018UP01/itac_latest/bin:/usrx/local/prod/intel/2018UP01/clck_latest/bin/intel64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/bin/intel64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64:/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/targets/intel64/x200/bin:/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/usr/lpp/mmfs/bin:/opt/ibutils/bin:/opt/dell/srvadmin/bin:/u/Dusan.Jovic/bin:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/dbrowse:/u/Dusan.Jovic/.local/bin:/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/include";' export 'PATH;' 'PKG_CONFIG_PATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/bin/pkgconfig";' export 'PKG_CONFIG_PATH;' 'PNG_INC="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/include";' export 'PNG_INC;' 'PNG_LIB="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng.a";' export 'PNG_LIB;' 'PNG_LIB12="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng12.a";' export 'PNG_LIB12;' 'PNG_LIBDIR="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib";' export 'PNG_LIBDIR;' 'PNG_LIBso="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng.so";' export 'PNG_LIBso;' 'PNG_SRC="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/src/libpng-1.2.59";' export 'PNG_SRC;' 'PNG_VER="1.2.59";' export 'PNG_VER;' 'POST_INC="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ncep_post_v8.0.1_4";' export 'POST_INC;' 'POST_LIB="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libncep_post_v8.0.1_4.a";' export 'POST_LIB;' 'POST_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/post_v8.0.1";' export 'POST_SRC;' 'POST_VER="v8.0.1";' export 'POST_VER;' 'PSTLROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/pstl";' export 'PSTLROOT;' 'PYTHONPATH="/usrx/local/prod/intel/2018UP01/advisor_2018/pythonapi";' export 'PYTHONPATH;' 'SP_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_4.a";' export 'SP_LIB4;' 'SP_LIB8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_8.a";' export 'SP_LIB8;' 'SP_LIBd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_d.a";' export 'SP_LIBd;' 'SP_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/sp_v2.0.3";' export 'SP_SRC;' 'SP_VER="v2.0.3";' export 'SP_VER;' 'TBBROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb";' export 'TBBROOT;' 'VT_ADD_LIBS="-ldwarf' -lelf -lvtunwind -lm '-lpthread";' export 'VT_ADD_LIBS;' 'VT_ARCH="intel64";' export 'VT_ARCH;' 'VT_LIB_DIR="/usrx/local/prod/intel/2018UP01/itac_latest/lib";' export 'VT_LIB_DIR;' 'VT_MPI="impi4";' export 'VT_MPI;' 'VT_ROOT="/usrx/local/prod/intel/2018UP01/itac_latest";' export 'VT_ROOT;' 'VT_SLIB_DIR="/usrx/local/prod/intel/2018UP01/itac_latest/slib";' export 'VT_SLIB_DIR;' 'W3EMC_INC4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3emc_v2.3.1_4";' export 'W3EMC_INC4;' 'W3EMC_INC8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3emc_v2.3.1_8";' export 'W3EMC_INC8;' 'W3EMC_INCd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3emc_v2.3.1_d";' export 'W3EMC_INCd;' 'W3EMC_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_4.a";' export 'W3EMC_LIB4;' 'W3EMC_LIB8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_8.a";' export 'W3EMC_LIB8;' 'W3EMC_LIBd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_d.a";' export 'W3EMC_LIBd;' 'W3EMC_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/w3emc_v2.3.1";' export 'W3EMC_SRC;' 'W3EMC_VER="v2.3.1";' export 'W3EMC_VER;' 'W3NCO_INC4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3nco_v2.0.7_4";' export 'W3NCO_INC4;' 'W3NCO_INC8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3nco_v2.0.7_8";' export 'W3NCO_INC8;' 'W3NCO_INCd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3nco_v2.0.7_d";' export 'W3NCO_INCd;' 'W3NCO_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_4.a";' export 'W3NCO_LIB4;' 'W3NCO_LIB8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_8.a";' export 'W3NCO_LIB8;' 'W3NCO_LIBd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_d.a";' export 'W3NCO_LIBd;' 'W3NCO_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/w3nco_v2.0.7";' export 'W3NCO_SRC;' 'W3NCO_VER="v2.0.7";' export 'W3NCO_VER;' 'XLSF_UIDDIR="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib/uid";' export 'XLSF_UIDDIR;' 'Z_INC="/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/include";' export 'Z_INC;' 'Z_LIB="/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib/libz.a";' export 'Z_LIB;' 'Z_SRC="/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/src";' export 'Z_SRC;' 'Z_VER="1.2.11";' export 'Z_VER;' '__LMOD_REF_COUNT__LMFILES_="/usrx/local/prod/modulefiles/core_third/ips/18.0.1.163:1;/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1/impi/18.0.1.lua:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/NetCDF/4.5.0:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/HDF5-serial/1.10.1:1;/usrx/local/prod/modulefiles/core_third/lsf/10.1:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/bacio/2.0.3:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/ip/3.0.2:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/sp/2.0.3:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3nco/2.0.7:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3emc/2.3.1:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/nemsio/2.2.4:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2/3.1.1:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2tmpl/1.6.0:1;/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/crtm/2.2.6:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/jasper/1.900.29:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/libpng/1.2.59:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/zlib/1.2.11:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/post/8.0.1:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/esmf/8.0.0:1;/usrx/local/dev/modulefiles/cmake/3.10.0:1;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3:1";' export '__LMOD_REF_COUNT__LMFILES_;' '_LMFILES_="/usrx/local/prod/modulefiles/core_third/ips/18.0.1.163:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1/impi/18.0.1.lua:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/NetCDF/4.5.0:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/HDF5-serial/1.10.1:/usrx/local/prod/modulefiles/core_third/lsf/10.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/bacio/2.0.3:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/ip/3.0.2:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/sp/2.0.3:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3nco/2.0.7:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3emc/2.3.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/nemsio/2.2.4:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2/3.1.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2tmpl/1.6.0:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/crtm/2.2.6:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/jasper/1.900.29:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/libpng/1.2.59:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/zlib/1.2.11:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/post/8.0.1:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/esmf/8.0.0:/usrx/local/dev/modulefiles/cmake/3.10.0:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3";' export '_LMFILES_;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImlwcyIsWyJjb25tcGlsZXIiXT0iSERGNS1zZXJpYWwiLFsibXBpIl09ImltcGkiLH0sbVQ9e1siSERGNS1zZXJpYWwiXT17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvSERGNS1zZXJpYWwvMS4xMC4xIixbImZ1bGxOYW1lIl09IkhERjUtc2VyaWFsLzEuMTAuMSIsWyJsb2FkT3JkZXIiXT00LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09IkhERjUtc2VyaWFs";' export '_ModuleTable001_;' '_ModuleTable002_="LzEuMTAuMSIsfSxOZXRDREY9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xL05ldENERi80LjUuMCIsWyJmdWxsTmFtZSJdPSJOZXRDREYvNC41LjAiLFsibG9hZE9yZGVyIl09Myxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJOZXRDREYvNC41LjAiLH0sYmFjaW89e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2JhY2lvLzIuMC4zIixbImZ1bGxOYW1lIl09ImJhY2lvLzIuMC4zIixbImxvYWRPcmRlciJdPTYscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNl";' export '_ModuleTable002_;' '_ModuleTable003_="ck5hbWUiXT0iYmFjaW8vMi4wLjMiLH0sY21ha2U9e1siZm4iXT0iL3VzcngvbG9jYWwvZGV2L21vZHVsZWZpbGVzL2NtYWtlLzMuMTAuMCIsWyJmdWxsTmFtZSJdPSJjbWFrZS8zLjEwLjAiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY21ha2UvMy4xMC4wIix9LGNydG09e1siZm4iXT0iL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfcHJvZC9pcHMvMTguMC4xL2NydG0vMi4yLjYiLFsiZnVsbE5hbWUiXT0iY3J0bS8yLjIuNiIsWyJsb2FkT3JkZXIiXT0xNCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1";' export '_ModuleTable003_;' '_ModuleTable004_="c2VyTmFtZSJdPSJjcnRtLzIuMi42Iix9LGVzbWY9e1siZm4iXT0iL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcjE4L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL3djb3NzX2RlbGxfcDMvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT0yMSxw";' export '_ModuleTable004_;' '_ModuleTable005_="cm9wVD17fSxbInN0YWNrRGVwdGgiXT0wLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZzI9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2cyLzMuMS4xIixbImZ1bGxOYW1lIl09ImcyLzMuMS4xIixbImxvYWRPcmRlciJdPTEyLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcyLzMuMS4xIix9LGcydG1wbD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzJ0bXBsLzEuNi4wIixbImZ1bGxOYW1lIl09ImcydG1wbC8xLjYuMCIsWyJsb2FkT3JkZXIiXT0xMyxwcm9wVD17fSxbInN0YWNr";' export '_ModuleTable005_;' '_ModuleTable006_="RGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMnRtcGwvMS42LjAiLH0saW1waT17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX21waS9pcHMvMTguMC4xL2ltcGkvMTguMC4xLmx1YSIsWyJmdWxsTmFtZSJdPSJpbXBpLzE4LjAuMSIsWyJsb2FkT3JkZXIiXT0yLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImltcGkvMTguMC4xIix9LGlwPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9pcC8zLjAuMiIsWyJmdWxsTmFtZSJdPSJpcC8zLjAuMiIsWyJsb2FkT3JkZXIiXT03LHByb3BUPXt9LFsic3Rh";' export '_ModuleTable006_;' '_ModuleTable007_="Y2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImlwLzMuMC4yIix9LGlwcz17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQvaXBzLzE4LjAuMS4xNjMiLFsiZnVsbE5hbWUiXT0iaXBzLzE4LjAuMS4xNjMiLFsibG9hZE9yZGVyIl09MSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJpcHMvMTguMC4xLjE2MyIsfSxqYXNwZXI9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xL2phc3Blci8xLjkwMC4yOSIsWyJmdWxsTmFtZSJdPSJqYXNwZXIvMS45MDAuMjkiLFsibG9hZE9yZGVyIl09";' export '_ModuleTable007_;' '_ModuleTable008_="MTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iamFzcGVyLzEuOTAwLjI5Iix9LGxpYnBuZz17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvbGlicG5nLzEuMi41OSIsWyJmdWxsTmFtZSJdPSJsaWJwbmcvMS4yLjU5IixbImxvYWRPcmRlciJdPTE2LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImxpYnBuZy8xLjIuNTkiLH0sbHNmPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZC9sc2YvMTAuMSIsWyJmdWxsTmFtZSJdPSJsc2YvMTAuMSIsWyJsb2Fk";' export '_ModuleTable008_;' '_ModuleTable009_="T3JkZXIiXT01LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImxzZi8xMC4xIix9LG5lbXNpbz17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvbmVtc2lvLzIuMi40IixbImZ1bGxOYW1lIl09Im5lbXNpby8yLjIuNCIsWyJsb2FkT3JkZXIiXT0xMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZW1zaW8vMi4yLjQiLH0scG9zdD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvcG9zdC84LjAuMSIsWyJmdWxsTmFtZSJdPSJwb3N0LzguMC4xIixbImxvYWRP";' export '_ModuleTable009_;' '_ModuleTable010_="cmRlciJdPTE4LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InBvc3QvOC4wLjEiLH0sc3A9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL3NwLzIuMC4zIixbImZ1bGxOYW1lIl09InNwLzIuMC4zIixbImxvYWRPcmRlciJdPTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ic3AvMi4wLjMiLH0sdzNlbWM9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL3czZW1jLzIuMy4xIixbImZ1bGxOYW1lIl09InczZW1jLzIuMy4xIixbImxvYWRPcmRlciJdPTEwLHBy";' export '_ModuleTable010_;' '_ModuleTable011_="b3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczZW1jLzIuMy4xIix9LHczbmNvPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy93M25jby8yLjAuNyIsWyJmdWxsTmFtZSJdPSJ3M25jby8yLjAuNyIsWyJsb2FkT3JkZXIiXT05LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHpsaWI9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xL3psaWIvMS4yLjExIixbImZ1bGxOYW1lIl09InpsaWIvMS4yLjExIixbImxvYWRPcmRl";' export '_ModuleTable011_;' '_ModuleTable012_="ciJdPTE3LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InpsaWIvMS4yLjExIix9LH0sbXBhdGhBPXsiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMiLCIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9EdXNhbi5Kb3ZpYy91ZnMvcHIxOC91ZnMtd2VhdGhlci1tb2RlbC9tb2R1bGVmaWxlcy93Y29zc19kZWxsX3AzIiwiL3VzcngvbG9jYWwvZGV2L2VtY19yb2NvdG8vbW9kdWxlZmlsZXMiLCIvdXNyeC9sb2NhbC9kZXYvbW9kdWxlZmlsZXMiLCIvdXNyeC9sb2NhbC9wcm9kL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlIiwiL3VzcngvbG9j";' export '_ModuleTable012_;' '_ModuleTable013_="YWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9kZWZzIiwiL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29yZV9wcm9kIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xIiwiL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfcHJvZC9pcHMvMTguMC4xIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl9tcGkvaXBzLzE4LjAuMSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvbXBpX3RoaXJkL2lwcy8xOC4wLjEvaW1waS8xOC4wLjEiLCIvZ3Bmcy9kZWxsMS9uY28vb3BzL253";' export '_ModuleTable013_;' '_ModuleTable014_="cHJvZC9tb2R1bGVmaWxlcy9tcGlfcHJvZC9pcHMvMTguMC4xL2ltcGkvMTguMC4xIiwiL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzIix9LFsic3lzdGVtQmFzZU1QQVRIIl09Ii91c3J4L2xvY2FsL3Byb2QvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmU6L3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkOi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvZGVmczovZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb3JlX3Byb2QiLH0=";' export '_ModuleTable014_;' '_ModuleTable_Sz_="14";' export '_ModuleTable_Sz_;' -++ ADVISOR_2018_DIR=/usrx/local/prod/intel/2018UP01/advisor_2018 -++ export ADVISOR_2018_DIR -++ BACIO_LIB4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libbacio_v2.0.3_4.a -++ export BACIO_LIB4 -++ BACIO_LIB8=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libbacio_v2.0.3_8.a -++ export BACIO_LIB8 -++ BACIO_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/bacio_v2.0.3 -++ export BACIO_SRC -++ BACIO_VER=v2.0.3 -++ export BACIO_VER -++ BINARY_TYPE_HPC= -++ export BINARY_TYPE_HPC -++ __LMOD_REF_COUNT_CLASSPATH='/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64/mpi.jar:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/daal.jar:1' -++ export __LMOD_REF_COUNT_CLASSPATH -++ CLASSPATH=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64/mpi.jar:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/daal.jar -++ export CLASSPATH -++ CLCK_ROOT=/usrx/local/prod/intel/2018UP01/clck_latest -++ export CLCK_ROOT -++ CMAKE_CXX_COMPILER=mpiicpc -++ export CMAKE_CXX_COMPILER -++ CMAKE_C_COMPILER=mpiicc -++ export CMAKE_C_COMPILER -++ CMAKE_Fortran_COMPILER=mpiifort -++ export CMAKE_Fortran_COMPILER -++ CMAKE_Platform=wcoss_dell_p3 -++ export CMAKE_Platform -++ COMP=ips -++ export COMP -++ __LMOD_REF_COUNT_CPATH='/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/pstl/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/include:1' -++ export __LMOD_REF_COUNT_CPATH -++ CPATH=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/pstl/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/include -++ export CPATH -++ __LMOD_REF_COUNT_CPLUS_INCLUDE_PATH=/usrx/local/prod/intel/2018UP01/clck_latest/include:1 -++ export __LMOD_REF_COUNT_CPLUS_INCLUDE_PATH -++ CPLUS_INCLUDE_PATH=/usrx/local/prod/intel/2018UP01/clck_latest/include -++ export CPLUS_INCLUDE_PATH -++ CRTM_FIX=/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/fix -++ export CRTM_FIX -++ CRTM_INC=/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/ips/18.0.1/include/crtm_v2.2.6 -++ export CRTM_INC -++ CRTM_LIB=/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/ips/18.0.1/libcrtm_v2.2.6.a -++ export CRTM_LIB -++ CRTM_SRC=/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/src -++ export CRTM_SRC -++ CRTM_VER=v2.2.6 -++ export CRTM_VER -++ DAALROOT=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal -++ export DAALROOT -++ ESMFMKFILE=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/lib/esmf.mk -++ export ESMFMKFILE -++ G2TMPL_INC=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/g2tmpl_v1.6.0 -++ export G2TMPL_INC -++ G2TMPL_LIB=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2tmpl_v1.6.0.a -++ export G2TMPL_LIB -++ G2TMPL_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/g2tmpl_v1.6.0/src -++ export G2TMPL_SRC -++ G2TMPL_VER=v1.6.0 -++ export G2TMPL_VER -++ G2_INC4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/g2_v3.1.1_4 -++ export G2_INC4 -++ G2_INCd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/g2_v3.1.1_d -++ export G2_INCd -++ G2_LIB4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2_v3.1.1_4.a -++ export G2_LIB4 -++ G2_LIBd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2_v3.1.1_d.a -++ export G2_LIBd -++ G2_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/g2_v3.1.1 -++ export G2_SRC -++ G2_VER=v3.1.1 -++ export G2_VER -++ GDBSERVER_MIC=/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/targets/intel64/x200/bin/gdbserver -++ export GDBSERVER_MIC -++ GDB_CROSS=/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/bin/gdb-ia -++ export GDB_CROSS -++ HDF5=/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1 -++ export HDF5 -++ HDF5_CFLAGS=-I/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/include -++ export HDF5_CFLAGS -++ HDF5_CXXFLAGS=-I/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/include -++ export HDF5_CXXFLAGS -++ HDF5_FFLAGS=-I/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/include -++ export HDF5_FFLAGS -++ HDF5_INCLUDE=-I/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/include -++ export HDF5_INCLUDE -++ HDF5_LDFLAGS='-L/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib -lhdf5_hl -lhdf5hl_fortran -lhdf5 -lhdf5_fortran' -++ export HDF5_LDFLAGS -++ HDF5_LDFLAGS_C='-L/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib -lhdf5_hl -lhdf5' -++ export HDF5_LDFLAGS_C -++ HDF5_LDFLAGS_CXX='-L/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib -lhdf5_hl -hdf5_hl_cpp -lhdf5 -lhdf5_cpp' -++ export HDF5_LDFLAGS_CXX -++ HDF5_LDFLAGS_F='-L/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib -lhdf5_hl -lhdf5hl_fortran -lhdf5 -lhdf5_fortran' -++ export HDF5_LDFLAGS_F -++ __LMOD_REF_COUNT_INFOPATH='/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/info:1;info_gdb_igfx:1' -++ export __LMOD_REF_COUNT_INFOPATH -++ INFOPATH=/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/info:info_gdb_igfx -++ export INFOPATH -++ INSPECTOR_2018_DIR=/usrx/local/prod/intel/2018UP01/inspector_2018 -++ export INSPECTOR_2018_DIR -++ INTEL_LICENSE_FILE=/usrx/local/prod/intel/licenses -++ export INTEL_LICENSE_FILE -++ INTEL_PYTHONHOME=/usrx/local/prod/intel/2018UP01/debugger_2018/python/intel64 -++ export INTEL_PYTHONHOME -++ IPPROOT=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp -++ export IPPROOT -++ IP_INC4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ip_v3.0.2_4 -++ export IP_INC4 -++ IP_INC8=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ip_v3.0.2_8 -++ export IP_INC8 -++ IP_INCd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ip_v3.0.2_d -++ export IP_INCd -++ IP_LIB4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libip_v3.0.2_4.a -++ export IP_LIB4 -++ IP_LIB8=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libip_v3.0.2_8.a -++ export IP_LIB8 -++ IP_LIBd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libip_v3.0.2_d.a -++ export IP_LIBd -++ IP_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/ip_v3.0.2 -++ export IP_SRC -++ IP_VER=v3.0.2 -++ export IP_VER -++ I_MPI_CC=icc -++ export I_MPI_CC -++ I_MPI_CXX=icpc -++ export I_MPI_CXX -++ I_MPI_EXTRA_FILESYSTEM=yes -++ export I_MPI_EXTRA_FILESYSTEM -++ I_MPI_EXTRA_FILESYSTEM_LIST=gpfs -++ export I_MPI_EXTRA_FILESYSTEM_LIST -++ I_MPI_F77=ifort -++ export I_MPI_F77 -++ I_MPI_F90=ifort -++ export I_MPI_F90 -++ I_MPI_FC=ifort -++ export I_MPI_FC -++ I_MPI_HYDRA_BOOTSTRAP=lsf -++ export I_MPI_HYDRA_BOOTSTRAP -++ I_MPI_HYDRA_IFACE=ib0 -++ export I_MPI_HYDRA_IFACE -++ I_MPI_LSF_USE_COLLECTIVE_LAUNCH=1 -++ export I_MPI_LSF_USE_COLLECTIVE_LAUNCH -++ I_MPI_ROOT=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi -++ export I_MPI_ROOT -++ JASPER_INC=/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/include -++ export JASPER_INC -++ JASPER_LIB=/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib/libjasper.a -++ export JASPER_LIB -++ JASPER_LIBDIR=/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib -++ export JASPER_LIBDIR -++ JASPER_SRC=/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/src/jasper-1.900.29 -++ export JASPER_SRC -++ JASPER_VER=1.900.29 -++ export JASPER_VER -++ KMP_AFFINITY=scatter -++ export KMP_AFFINITY -++ unset LAUNCH -++ __LMOD_REF_COUNT_LD_LIBRARY_PATH='/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/lib:1;/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib:1;/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib:1;/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib:1;/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:1;/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib:1;/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib:1;/usrx/local/prod/intel/2018UP01/itac_latest/slib:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:1;/usrx/local/prod/intel/2018UP01/debugger_2018/iga/lib:1;/usrx/local/prod/intel/2018UP01/debugger_2018/libipt/intel64/lib:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4:1' -++ export __LMOD_REF_COUNT_LD_LIBRARY_PATH -++ LD_LIBRARY_PATH=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/lib:/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib:/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib:/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib:/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib:/usrx/local/prod/intel/2018UP01/itac_latest/slib:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:/usrx/local/prod/intel/2018UP01/debugger_2018/iga/lib:/usrx/local/prod/intel/2018UP01/debugger_2018/libipt/intel64/lib:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4 -++ export LD_LIBRARY_PATH -++ __LMOD_REF_COUNT_LIBRARY_PATH='/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:1;/usrx/local/prod/intel/2018UP01/clck_latest/lib/intel64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4:1' -++ export __LMOD_REF_COUNT_LIBRARY_PATH -++ LIBRARY_PATH=/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:/usrx/local/prod/intel/2018UP01/clck_latest/lib/intel64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4 -++ export LIBRARY_PATH -++ LIB_NAME=POST -++ export LIB_NAME -++ LMOD_FAMILY_COMPILER=ips -++ export LMOD_FAMILY_COMPILER -++ LMOD_FAMILY_COMPILER_VERSION=18.0.1.163 -++ export LMOD_FAMILY_COMPILER_VERSION -++ LMOD_FAMILY_CONMPILER=HDF5-serial -++ export LMOD_FAMILY_CONMPILER -++ LMOD_FAMILY_CONMPILER_VERSION=1.10.1 -++ export LMOD_FAMILY_CONMPILER_VERSION -++ LMOD_FAMILY_MPI=impi -++ export LMOD_FAMILY_MPI -++ LMOD_FAMILY_MPI_VERSION=18.0.1 -++ export LMOD_FAMILY_MPI_VERSION -++ __LMOD_REF_COUNT_LOADEDMODULES='ips/18.0.1.163:1;impi/18.0.1:1;NetCDF/4.5.0:1;HDF5-serial/1.10.1:1;lsf/10.1:1;bacio/2.0.3:1;ip/3.0.2:1;sp/2.0.3:1;w3nco/2.0.7:1;w3emc/2.3.1:1;nemsio/2.2.4:1;g2/3.1.1:1;g2tmpl/1.6.0:1;crtm/2.2.6:1;jasper/1.900.29:1;libpng/1.2.59:1;zlib/1.2.11:1;post/8.0.1:1;esmf/8.0.0:1;cmake/3.10.0:1;fv3:1' -++ export __LMOD_REF_COUNT_LOADEDMODULES -++ LOADEDMODULES=ips/18.0.1.163:impi/18.0.1:NetCDF/4.5.0:HDF5-serial/1.10.1:lsf/10.1:bacio/2.0.3:ip/3.0.2:sp/2.0.3:w3nco/2.0.7:w3emc/2.3.1:nemsio/2.2.4:g2/3.1.1:g2tmpl/1.6.0:crtm/2.2.6:jasper/1.900.29:libpng/1.2.59:zlib/1.2.11:post/8.0.1:esmf/8.0.0:cmake/3.10.0:fv3 -++ export LOADEDMODULES -++ LSF_BINDIR=/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin -++ export LSF_BINDIR -++ LSF_ENVDIR=/gpfs/lsf/conf -++ export LSF_ENVDIR -++ LSF_LIBDIR=/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib -++ export LSF_LIBDIR -++ LSF_SERVERDIR=/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc -++ export LSF_SERVERDIR -++ __LMOD_REF_COUNT_MANPATH='/usrx/local/dev/packages/cmake/3.10.0/share/man:1;/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/share/man:1;/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/share/man:1;/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/man:1;/gpfs/lsf/10.1/man:1;/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/share/man:1;/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/share/man:1;/usrx/local/prod/intel/2018UP01/itac_latest/man:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/man/common:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/man:1;/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/man:1;/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-igfx/man:1;/usrx/local/prod/lmod/lmod/share/man:1;/usrx/local/prod/intel/2018UP01/inspector_2018/man:1;/usrx/local/prod/intel/2018UP01/advisor_2018/man:1' -++ export __LMOD_REF_COUNT_MANPATH -++ MANPATH=/usrx/local/dev/packages/cmake/3.10.0/share/man:/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/share/man:/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/share/man:/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/man:/gpfs/lsf/10.1/man:/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/share/man:/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/share/man:/usrx/local/prod/intel/2018UP01/itac_latest/man:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/man/common:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/man:/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/man:/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-igfx/man:/usrx/local/prod/lmod/lmod/share/man::/usrx/local/prod/intel/2018UP01/inspector_2018/man:/usrx/local/prod/intel/2018UP01/advisor_2018/man -++ export MANPATH -++ MKLROOT=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl -++ export MKLROOT -++ MODULEPATH=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/dev/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1:/usrx/local/prod/modulefiles/mpi_third/ips/18.0.1/impi/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/mpi_prod/ips/18.0.1/impi/18.0.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles -++ export MODULEPATH -++ MPM_LAUNCHER=/usrx/local/prod/intel/2018UP01/debugger_2018/mpm/mic/bin/start_mpm.sh -++ export MPM_LAUNCHER -++ NEMSIO_INC=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/nemsio_v2.2.4 -++ export NEMSIO_INC -++ NEMSIO_LIB=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libnemsio_v2.2.4.a -++ export NEMSIO_LIB -++ NEMSIO_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/nemsio_v2.2.4 -++ export NEMSIO_SRC -++ NEMSIO_VER=v2.2.4 -++ export NEMSIO_VER -++ NETCDF=/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0 -++ export NETCDF -++ NETCDF_CFLAGS=-I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -++ export NETCDF_CFLAGS -++ NETCDF_CXX4FLAGS=-I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -++ export NETCDF_CXX4FLAGS -++ NETCDF_CXXFLAGS=-I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -++ export NETCDF_CXXFLAGS -++ NETCDF_FFLAGS=-I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -++ export NETCDF_FFLAGS -++ NETCDF_INC=/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -++ export NETCDF_INC -++ NETCDF_INCLUDE=-I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -++ export NETCDF_INCLUDE -++ NETCDF_LDFLAGS='-L/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib -lnetcdff' -++ export NETCDF_LDFLAGS -++ NETCDF_LDFLAGS_C='-L/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib -lnetcdf' -++ export NETCDF_LDFLAGS_C -++ NETCDF_LDFLAGS_CXX='-L/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib -lnetcdf -lnetcdf_c++' -++ export NETCDF_LDFLAGS_CXX -++ NETCDF_LDFLAGS_CXX4='-L/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib -lnetcdf -lnetcdf_c++4' -++ export NETCDF_LDFLAGS_CXX4 -++ NETCDF_LDFLAGS_F='-L/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib -lnetcdff' -++ export NETCDF_LDFLAGS_F -++ NETCDF_LIB=/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib -++ export NETCDF_LIB -++ NETCDF_ROOT=/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0 -++ export NETCDF_ROOT -++ __LMOD_REF_COUNT_NLSPATH='/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin/locale/%l_%t/%N:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin/locale/%l_%t/%N:1;/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/share/locale/%l_%t/%N:1' -++ export __LMOD_REF_COUNT_NLSPATH -++ NLSPATH=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin/locale/%l_%t/%N:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin/locale/%l_%t/%N::/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/share/locale/%l_%t/%N -++ export NLSPATH -++ __LMOD_REF_COUNT_PATH='/usrx/local/dev/packages/cmake/3.10.0/bin:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/bin:1;/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/bin:1;/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/bin:1;/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc:1;/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin:1;/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1:1;/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/bin:1;/usrx/local/prod/intel/2018UP01/advisor_2018/bin64:1;/usrx/local/prod/intel/2018UP01/vtune_amplifier_2018/bin64:1;/usrx/local/prod/intel/2018UP01/inspector_2018/bin64:1;/usrx/local/prod/intel/2018UP01/itac_latest/bin:1;/usrx/local/prod/intel/2018UP01/clck_latest/bin/intel64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/bin/intel64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64:1;/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/targets/intel64/x200/bin:1;/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/bin:1;/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/usr/lpp/mmfs/bin:1;/opt/ibutils/bin:1;/opt/dell/srvadmin/bin:1;/u/Dusan.Jovic/bin:2;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/dbrowse:1;/u/Dusan.Jovic/.local/bin:1;/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/include:1' -++ export __LMOD_REF_COUNT_PATH -++ PATH=/usrx/local/dev/packages/cmake/3.10.0/bin:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/bin:/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/bin:/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/bin:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin:/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1:/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/bin:/usrx/local/prod/intel/2018UP01/advisor_2018/bin64:/usrx/local/prod/intel/2018UP01/vtune_amplifier_2018/bin64:/usrx/local/prod/intel/2018UP01/inspector_2018/bin64:/usrx/local/prod/intel/2018UP01/itac_latest/bin:/usrx/local/prod/intel/2018UP01/clck_latest/bin/intel64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/bin/intel64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64:/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/targets/intel64/x200/bin:/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/usr/lpp/mmfs/bin:/opt/ibutils/bin:/opt/dell/srvadmin/bin:/u/Dusan.Jovic/bin:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/dbrowse:/u/Dusan.Jovic/.local/bin:/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/include -++ export PATH -++ PKG_CONFIG_PATH=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/bin/pkgconfig -++ export PKG_CONFIG_PATH -++ PNG_INC=/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/include -++ export PNG_INC -++ PNG_LIB=/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng.a -++ export PNG_LIB -++ PNG_LIB12=/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng12.a -++ export PNG_LIB12 -++ PNG_LIBDIR=/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib -++ export PNG_LIBDIR -++ PNG_LIBso=/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng.so -++ export PNG_LIBso -++ PNG_SRC=/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/src/libpng-1.2.59 -++ export PNG_SRC -++ PNG_VER=1.2.59 -++ export PNG_VER -++ POST_INC=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ncep_post_v8.0.1_4 -++ export POST_INC -++ POST_LIB=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libncep_post_v8.0.1_4.a -++ export POST_LIB -++ POST_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/post_v8.0.1 -++ export POST_SRC -++ POST_VER=v8.0.1 -++ export POST_VER -++ PSTLROOT=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/pstl -++ export PSTLROOT -++ PYTHONPATH=/usrx/local/prod/intel/2018UP01/advisor_2018/pythonapi -++ export PYTHONPATH -++ SP_LIB4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_4.a -++ export SP_LIB4 -++ SP_LIB8=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_8.a -++ export SP_LIB8 -++ SP_LIBd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_d.a -++ export SP_LIBd -++ SP_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/sp_v2.0.3 -++ export SP_SRC -++ SP_VER=v2.0.3 -++ export SP_VER -++ TBBROOT=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb -++ export TBBROOT -++ VT_ADD_LIBS='-ldwarf -lelf -lvtunwind -lm -lpthread' -++ export VT_ADD_LIBS -++ VT_ARCH=intel64 -++ export VT_ARCH -++ VT_LIB_DIR=/usrx/local/prod/intel/2018UP01/itac_latest/lib -++ export VT_LIB_DIR -++ VT_MPI=impi4 -++ export VT_MPI -++ VT_ROOT=/usrx/local/prod/intel/2018UP01/itac_latest -++ export VT_ROOT -++ VT_SLIB_DIR=/usrx/local/prod/intel/2018UP01/itac_latest/slib -++ export VT_SLIB_DIR -++ W3EMC_INC4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3emc_v2.3.1_4 -++ export W3EMC_INC4 -++ W3EMC_INC8=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3emc_v2.3.1_8 -++ export W3EMC_INC8 -++ W3EMC_INCd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3emc_v2.3.1_d -++ export W3EMC_INCd -++ W3EMC_LIB4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_4.a -++ export W3EMC_LIB4 -++ W3EMC_LIB8=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_8.a -++ export W3EMC_LIB8 -++ W3EMC_LIBd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_d.a -++ export W3EMC_LIBd -++ W3EMC_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/w3emc_v2.3.1 -++ export W3EMC_SRC -++ W3EMC_VER=v2.3.1 -++ export W3EMC_VER -++ W3NCO_INC4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3nco_v2.0.7_4 -++ export W3NCO_INC4 -++ W3NCO_INC8=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3nco_v2.0.7_8 -++ export W3NCO_INC8 -++ W3NCO_INCd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3nco_v2.0.7_d -++ export W3NCO_INCd -++ W3NCO_LIB4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_4.a -++ export W3NCO_LIB4 -++ W3NCO_LIB8=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_8.a -++ export W3NCO_LIB8 -++ W3NCO_LIBd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_d.a -++ export W3NCO_LIBd -++ W3NCO_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/w3nco_v2.0.7 -++ export W3NCO_SRC -++ W3NCO_VER=v2.0.7 -++ export W3NCO_VER -++ XLSF_UIDDIR=/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib/uid -++ export XLSF_UIDDIR -++ Z_INC=/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/include -++ export Z_INC -++ Z_LIB=/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib/libz.a -++ export Z_LIB -++ Z_SRC=/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/src -++ export Z_SRC -++ Z_VER=1.2.11 -++ export Z_VER -++ __LMOD_REF_COUNT__LMFILES_='/usrx/local/prod/modulefiles/core_third/ips/18.0.1.163:1;/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1/impi/18.0.1.lua:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/NetCDF/4.5.0:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/HDF5-serial/1.10.1:1;/usrx/local/prod/modulefiles/core_third/lsf/10.1:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/bacio/2.0.3:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/ip/3.0.2:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/sp/2.0.3:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3nco/2.0.7:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3emc/2.3.1:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/nemsio/2.2.4:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2/3.1.1:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2tmpl/1.6.0:1;/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/crtm/2.2.6:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/jasper/1.900.29:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/libpng/1.2.59:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/zlib/1.2.11:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/post/8.0.1:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/esmf/8.0.0:1;/usrx/local/dev/modulefiles/cmake/3.10.0:1;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3:1' -++ export __LMOD_REF_COUNT__LMFILES_ -++ _LMFILES_=/usrx/local/prod/modulefiles/core_third/ips/18.0.1.163:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1/impi/18.0.1.lua:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/NetCDF/4.5.0:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/HDF5-serial/1.10.1:/usrx/local/prod/modulefiles/core_third/lsf/10.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/bacio/2.0.3:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/ip/3.0.2:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/sp/2.0.3:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3nco/2.0.7:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3emc/2.3.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/nemsio/2.2.4:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2/3.1.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2tmpl/1.6.0:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/crtm/2.2.6:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/jasper/1.900.29:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/libpng/1.2.59:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/zlib/1.2.11:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/post/8.0.1:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/esmf/8.0.0:/usrx/local/dev/modulefiles/cmake/3.10.0:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3 -++ export _LMFILES_ -++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImlwcyIsWyJjb25tcGlsZXIiXT0iSERGNS1zZXJpYWwiLFsibXBpIl09ImltcGkiLH0sbVQ9e1siSERGNS1zZXJpYWwiXT17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvSERGNS1zZXJpYWwvMS4xMC4xIixbImZ1bGxOYW1lIl09IkhERjUtc2VyaWFsLzEuMTAuMSIsWyJsb2FkT3JkZXIiXT00LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09IkhERjUtc2VyaWFs -++ export _ModuleTable001_ -++ _ModuleTable002_=LzEuMTAuMSIsfSxOZXRDREY9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xL05ldENERi80LjUuMCIsWyJmdWxsTmFtZSJdPSJOZXRDREYvNC41LjAiLFsibG9hZE9yZGVyIl09Myxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJOZXRDREYvNC41LjAiLH0sYmFjaW89e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2JhY2lvLzIuMC4zIixbImZ1bGxOYW1lIl09ImJhY2lvLzIuMC4zIixbImxvYWRPcmRlciJdPTYscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNl -++ export _ModuleTable002_ -++ _ModuleTable003_=ck5hbWUiXT0iYmFjaW8vMi4wLjMiLH0sY21ha2U9e1siZm4iXT0iL3VzcngvbG9jYWwvZGV2L21vZHVsZWZpbGVzL2NtYWtlLzMuMTAuMCIsWyJmdWxsTmFtZSJdPSJjbWFrZS8zLjEwLjAiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY21ha2UvMy4xMC4wIix9LGNydG09e1siZm4iXT0iL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfcHJvZC9pcHMvMTguMC4xL2NydG0vMi4yLjYiLFsiZnVsbE5hbWUiXT0iY3J0bS8yLjIuNiIsWyJsb2FkT3JkZXIiXT0xNCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1 -++ export _ModuleTable003_ -++ _ModuleTable004_=c2VyTmFtZSJdPSJjcnRtLzIuMi42Iix9LGVzbWY9e1siZm4iXT0iL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcjE4L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL3djb3NzX2RlbGxfcDMvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT0yMSxw -++ export _ModuleTable004_ -++ _ModuleTable005_=cm9wVD17fSxbInN0YWNrRGVwdGgiXT0wLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZzI9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2cyLzMuMS4xIixbImZ1bGxOYW1lIl09ImcyLzMuMS4xIixbImxvYWRPcmRlciJdPTEyLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcyLzMuMS4xIix9LGcydG1wbD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzJ0bXBsLzEuNi4wIixbImZ1bGxOYW1lIl09ImcydG1wbC8xLjYuMCIsWyJsb2FkT3JkZXIiXT0xMyxwcm9wVD17fSxbInN0YWNr -++ export _ModuleTable005_ -++ _ModuleTable006_=RGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMnRtcGwvMS42LjAiLH0saW1waT17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX21waS9pcHMvMTguMC4xL2ltcGkvMTguMC4xLmx1YSIsWyJmdWxsTmFtZSJdPSJpbXBpLzE4LjAuMSIsWyJsb2FkT3JkZXIiXT0yLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImltcGkvMTguMC4xIix9LGlwPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9pcC8zLjAuMiIsWyJmdWxsTmFtZSJdPSJpcC8zLjAuMiIsWyJsb2FkT3JkZXIiXT03LHByb3BUPXt9LFsic3Rh -++ export _ModuleTable006_ -++ _ModuleTable007_=Y2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImlwLzMuMC4yIix9LGlwcz17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQvaXBzLzE4LjAuMS4xNjMiLFsiZnVsbE5hbWUiXT0iaXBzLzE4LjAuMS4xNjMiLFsibG9hZE9yZGVyIl09MSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJpcHMvMTguMC4xLjE2MyIsfSxqYXNwZXI9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xL2phc3Blci8xLjkwMC4yOSIsWyJmdWxsTmFtZSJdPSJqYXNwZXIvMS45MDAuMjkiLFsibG9hZE9yZGVyIl09 -++ export _ModuleTable007_ -++ _ModuleTable008_=MTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iamFzcGVyLzEuOTAwLjI5Iix9LGxpYnBuZz17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvbGlicG5nLzEuMi41OSIsWyJmdWxsTmFtZSJdPSJsaWJwbmcvMS4yLjU5IixbImxvYWRPcmRlciJdPTE2LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImxpYnBuZy8xLjIuNTkiLH0sbHNmPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZC9sc2YvMTAuMSIsWyJmdWxsTmFtZSJdPSJsc2YvMTAuMSIsWyJsb2Fk -++ export _ModuleTable008_ -++ _ModuleTable009_=T3JkZXIiXT01LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImxzZi8xMC4xIix9LG5lbXNpbz17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvbmVtc2lvLzIuMi40IixbImZ1bGxOYW1lIl09Im5lbXNpby8yLjIuNCIsWyJsb2FkT3JkZXIiXT0xMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZW1zaW8vMi4yLjQiLH0scG9zdD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvcG9zdC84LjAuMSIsWyJmdWxsTmFtZSJdPSJwb3N0LzguMC4xIixbImxvYWRP -++ export _ModuleTable009_ -++ _ModuleTable010_=cmRlciJdPTE4LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InBvc3QvOC4wLjEiLH0sc3A9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL3NwLzIuMC4zIixbImZ1bGxOYW1lIl09InNwLzIuMC4zIixbImxvYWRPcmRlciJdPTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ic3AvMi4wLjMiLH0sdzNlbWM9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL3czZW1jLzIuMy4xIixbImZ1bGxOYW1lIl09InczZW1jLzIuMy4xIixbImxvYWRPcmRlciJdPTEwLHBy -++ export _ModuleTable010_ -++ _ModuleTable011_=b3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczZW1jLzIuMy4xIix9LHczbmNvPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy93M25jby8yLjAuNyIsWyJmdWxsTmFtZSJdPSJ3M25jby8yLjAuNyIsWyJsb2FkT3JkZXIiXT05LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHpsaWI9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xL3psaWIvMS4yLjExIixbImZ1bGxOYW1lIl09InpsaWIvMS4yLjExIixbImxvYWRPcmRl -++ export _ModuleTable011_ -++ _ModuleTable012_=ciJdPTE3LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InpsaWIvMS4yLjExIix9LH0sbXBhdGhBPXsiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMiLCIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9EdXNhbi5Kb3ZpYy91ZnMvcHIxOC91ZnMtd2VhdGhlci1tb2RlbC9tb2R1bGVmaWxlcy93Y29zc19kZWxsX3AzIiwiL3VzcngvbG9jYWwvZGV2L2VtY19yb2NvdG8vbW9kdWxlZmlsZXMiLCIvdXNyeC9sb2NhbC9kZXYvbW9kdWxlZmlsZXMiLCIvdXNyeC9sb2NhbC9wcm9kL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlIiwiL3VzcngvbG9j -++ export _ModuleTable012_ -++ _ModuleTable013_=YWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9kZWZzIiwiL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29yZV9wcm9kIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xIiwiL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfcHJvZC9pcHMvMTguMC4xIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl9tcGkvaXBzLzE4LjAuMSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvbXBpX3RoaXJkL2lwcy8xOC4wLjEvaW1waS8xOC4wLjEiLCIvZ3Bmcy9kZWxsMS9uY28vb3BzL253 -++ export _ModuleTable013_ -++ _ModuleTable014_=cHJvZC9tb2R1bGVmaWxlcy9tcGlfcHJvZC9pcHMvMTguMC4xL2ltcGkvMTguMC4xIiwiL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzIix9LFsic3lzdGVtQmFzZU1QQVRIIl09Ii91c3J4L2xvY2FsL3Byb2QvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmU6L3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkOi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvZGVmczovZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb3JlX3Byb2QiLH0= -++ export _ModuleTable014_ -++ _ModuleTable_Sz_=14 -++ export _ModuleTable_Sz_ -++ : -s sh -+ eval -+ module list -++ /usrx/local/prod/lmod/lmod/libexec/lmod bash list - -Currently Loaded Modules: - 1) ips/18.0.1.163 8) sp/2.0.3 15) jasper/1.900.29 - 2) impi/18.0.1 9) w3nco/2.0.7 16) libpng/1.2.59 - 3) NetCDF/4.5.0 10) w3emc/2.3.1 17) zlib/1.2.11 - 4) HDF5-serial/1.10.1 11) nemsio/2.2.4 18) post/8.0.1 - 5) lsf/10.1 12) g2/3.1.1 19) esmf/8.0.0 - 6) bacio/2.0.3 13) g2tmpl/1.6.0 20) cmake/3.10.0 - 7) ip/3.0.2 14) crtm/2.2.6 21) fv3 - - - -+ eval 'MODULEPATH="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/dev/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1:/usrx/local/prod/modulefiles/mpi_third/ips/18.0.1/impi/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/mpi_prod/ips/18.0.1/impi/18.0.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles";' export 'MODULEPATH;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImlwcyIsWyJjb25tcGlsZXIiXT0iSERGNS1zZXJpYWwiLFsibXBpIl09ImltcGkiLH0sbVQ9e1siSERGNS1zZXJpYWwiXT17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvSERGNS1zZXJpYWwvMS4xMC4xIixbImZ1bGxOYW1lIl09IkhERjUtc2VyaWFsLzEuMTAuMSIsWyJsb2FkT3JkZXIiXT00LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09IkhERjUtc2VyaWFs";' export '_ModuleTable001_;' '_ModuleTable002_="LzEuMTAuMSIsfSxOZXRDREY9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xL05ldENERi80LjUuMCIsWyJmdWxsTmFtZSJdPSJOZXRDREYvNC41LjAiLFsibG9hZE9yZGVyIl09Myxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJOZXRDREYvNC41LjAiLH0sYmFjaW89e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2JhY2lvLzIuMC4zIixbImZ1bGxOYW1lIl09ImJhY2lvLzIuMC4zIixbImxvYWRPcmRlciJdPTYscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNl";' export '_ModuleTable002_;' '_ModuleTable003_="ck5hbWUiXT0iYmFjaW8vMi4wLjMiLH0sY21ha2U9e1siZm4iXT0iL3VzcngvbG9jYWwvZGV2L21vZHVsZWZpbGVzL2NtYWtlLzMuMTAuMCIsWyJmdWxsTmFtZSJdPSJjbWFrZS8zLjEwLjAiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY21ha2UvMy4xMC4wIix9LGNydG09e1siZm4iXT0iL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfcHJvZC9pcHMvMTguMC4xL2NydG0vMi4yLjYiLFsiZnVsbE5hbWUiXT0iY3J0bS8yLjIuNiIsWyJsb2FkT3JkZXIiXT0xNCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1";' export '_ModuleTable003_;' '_ModuleTable004_="c2VyTmFtZSJdPSJjcnRtLzIuMi42Iix9LGVzbWY9e1siZm4iXT0iL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcjE4L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL3djb3NzX2RlbGxfcDMvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT0yMSxw";' export '_ModuleTable004_;' '_ModuleTable005_="cm9wVD17fSxbInN0YWNrRGVwdGgiXT0wLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZzI9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2cyLzMuMS4xIixbImZ1bGxOYW1lIl09ImcyLzMuMS4xIixbImxvYWRPcmRlciJdPTEyLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcyLzMuMS4xIix9LGcydG1wbD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzJ0bXBsLzEuNi4wIixbImZ1bGxOYW1lIl09ImcydG1wbC8xLjYuMCIsWyJsb2FkT3JkZXIiXT0xMyxwcm9wVD17fSxbInN0YWNr";' export '_ModuleTable005_;' '_ModuleTable006_="RGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMnRtcGwvMS42LjAiLH0saW1waT17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX21waS9pcHMvMTguMC4xL2ltcGkvMTguMC4xLmx1YSIsWyJmdWxsTmFtZSJdPSJpbXBpLzE4LjAuMSIsWyJsb2FkT3JkZXIiXT0yLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImltcGkvMTguMC4xIix9LGlwPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9pcC8zLjAuMiIsWyJmdWxsTmFtZSJdPSJpcC8zLjAuMiIsWyJsb2FkT3JkZXIiXT03LHByb3BUPXt9LFsic3Rh";' export '_ModuleTable006_;' '_ModuleTable007_="Y2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImlwLzMuMC4yIix9LGlwcz17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQvaXBzLzE4LjAuMS4xNjMiLFsiZnVsbE5hbWUiXT0iaXBzLzE4LjAuMS4xNjMiLFsibG9hZE9yZGVyIl09MSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJpcHMvMTguMC4xLjE2MyIsfSxqYXNwZXI9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xL2phc3Blci8xLjkwMC4yOSIsWyJmdWxsTmFtZSJdPSJqYXNwZXIvMS45MDAuMjkiLFsibG9hZE9yZGVyIl09";' export '_ModuleTable007_;' '_ModuleTable008_="MTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iamFzcGVyLzEuOTAwLjI5Iix9LGxpYnBuZz17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvbGlicG5nLzEuMi41OSIsWyJmdWxsTmFtZSJdPSJsaWJwbmcvMS4yLjU5IixbImxvYWRPcmRlciJdPTE2LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImxpYnBuZy8xLjIuNTkiLH0sbHNmPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZC9sc2YvMTAuMSIsWyJmdWxsTmFtZSJdPSJsc2YvMTAuMSIsWyJsb2Fk";' export '_ModuleTable008_;' '_ModuleTable009_="T3JkZXIiXT01LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImxzZi8xMC4xIix9LG5lbXNpbz17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvbmVtc2lvLzIuMi40IixbImZ1bGxOYW1lIl09Im5lbXNpby8yLjIuNCIsWyJsb2FkT3JkZXIiXT0xMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZW1zaW8vMi4yLjQiLH0scG9zdD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvcG9zdC84LjAuMSIsWyJmdWxsTmFtZSJdPSJwb3N0LzguMC4xIixbImxvYWRP";' export '_ModuleTable009_;' '_ModuleTable010_="cmRlciJdPTE4LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InBvc3QvOC4wLjEiLH0sc3A9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL3NwLzIuMC4zIixbImZ1bGxOYW1lIl09InNwLzIuMC4zIixbImxvYWRPcmRlciJdPTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ic3AvMi4wLjMiLH0sdzNlbWM9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL3czZW1jLzIuMy4xIixbImZ1bGxOYW1lIl09InczZW1jLzIuMy4xIixbImxvYWRPcmRlciJdPTEwLHBy";' export '_ModuleTable010_;' '_ModuleTable011_="b3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczZW1jLzIuMy4xIix9LHczbmNvPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy93M25jby8yLjAuNyIsWyJmdWxsTmFtZSJdPSJ3M25jby8yLjAuNyIsWyJsb2FkT3JkZXIiXT05LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHpsaWI9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xL3psaWIvMS4yLjExIixbImZ1bGxOYW1lIl09InpsaWIvMS4yLjExIixbImxvYWRPcmRl";' export '_ModuleTable011_;' '_ModuleTable012_="ciJdPTE3LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InpsaWIvMS4yLjExIix9LH0sbXBhdGhBPXsiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMiLCIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9EdXNhbi5Kb3ZpYy91ZnMvcHIxOC91ZnMtd2VhdGhlci1tb2RlbC9tb2R1bGVmaWxlcy93Y29zc19kZWxsX3AzIiwiL3VzcngvbG9jYWwvZGV2L2VtY19yb2NvdG8vbW9kdWxlZmlsZXMiLCIvdXNyeC9sb2NhbC9kZXYvbW9kdWxlZmlsZXMiLCIvdXNyeC9sb2NhbC9wcm9kL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlIiwiL3VzcngvbG9j";' export '_ModuleTable012_;' '_ModuleTable013_="YWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9kZWZzIiwiL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29yZV9wcm9kIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xIiwiL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfcHJvZC9pcHMvMTguMC4xIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl9tcGkvaXBzLzE4LjAuMSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvbXBpX3RoaXJkL2lwcy8xOC4wLjEvaW1waS8xOC4wLjEiLCIvZ3Bmcy9kZWxsMS9uY28vb3BzL253";' export '_ModuleTable013_;' '_ModuleTable014_="cHJvZC9tb2R1bGVmaWxlcy9tcGlfcHJvZC9pcHMvMTguMC4xL2ltcGkvMTguMC4xIiwiL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzIix9LFsic3lzdGVtQmFzZU1QQVRIIl09Ii91c3J4L2xvY2FsL3Byb2QvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmU6L3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkOi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvZGVmczovZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb3JlX3Byb2QiLH0=";' export '_ModuleTable014_;' '_ModuleTable_Sz_="14";' export '_ModuleTable_Sz_;' -++ MODULEPATH=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/dev/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1:/usrx/local/prod/modulefiles/mpi_third/ips/18.0.1/impi/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/mpi_prod/ips/18.0.1/impi/18.0.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles -++ export MODULEPATH -++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImlwcyIsWyJjb25tcGlsZXIiXT0iSERGNS1zZXJpYWwiLFsibXBpIl09ImltcGkiLH0sbVQ9e1siSERGNS1zZXJpYWwiXT17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvSERGNS1zZXJpYWwvMS4xMC4xIixbImZ1bGxOYW1lIl09IkhERjUtc2VyaWFsLzEuMTAuMSIsWyJsb2FkT3JkZXIiXT00LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09IkhERjUtc2VyaWFs -++ export _ModuleTable001_ -++ _ModuleTable002_=LzEuMTAuMSIsfSxOZXRDREY9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xL05ldENERi80LjUuMCIsWyJmdWxsTmFtZSJdPSJOZXRDREYvNC41LjAiLFsibG9hZE9yZGVyIl09Myxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJOZXRDREYvNC41LjAiLH0sYmFjaW89e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2JhY2lvLzIuMC4zIixbImZ1bGxOYW1lIl09ImJhY2lvLzIuMC4zIixbImxvYWRPcmRlciJdPTYscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNl -++ export _ModuleTable002_ -++ _ModuleTable003_=ck5hbWUiXT0iYmFjaW8vMi4wLjMiLH0sY21ha2U9e1siZm4iXT0iL3VzcngvbG9jYWwvZGV2L21vZHVsZWZpbGVzL2NtYWtlLzMuMTAuMCIsWyJmdWxsTmFtZSJdPSJjbWFrZS8zLjEwLjAiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY21ha2UvMy4xMC4wIix9LGNydG09e1siZm4iXT0iL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfcHJvZC9pcHMvMTguMC4xL2NydG0vMi4yLjYiLFsiZnVsbE5hbWUiXT0iY3J0bS8yLjIuNiIsWyJsb2FkT3JkZXIiXT0xNCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1 -++ export _ModuleTable003_ -++ _ModuleTable004_=c2VyTmFtZSJdPSJjcnRtLzIuMi42Iix9LGVzbWY9e1siZm4iXT0iL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcjE4L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL3djb3NzX2RlbGxfcDMvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT0yMSxw -++ export _ModuleTable004_ -++ _ModuleTable005_=cm9wVD17fSxbInN0YWNrRGVwdGgiXT0wLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZzI9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2cyLzMuMS4xIixbImZ1bGxOYW1lIl09ImcyLzMuMS4xIixbImxvYWRPcmRlciJdPTEyLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcyLzMuMS4xIix9LGcydG1wbD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzJ0bXBsLzEuNi4wIixbImZ1bGxOYW1lIl09ImcydG1wbC8xLjYuMCIsWyJsb2FkT3JkZXIiXT0xMyxwcm9wVD17fSxbInN0YWNr -++ export _ModuleTable005_ -++ _ModuleTable006_=RGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMnRtcGwvMS42LjAiLH0saW1waT17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX21waS9pcHMvMTguMC4xL2ltcGkvMTguMC4xLmx1YSIsWyJmdWxsTmFtZSJdPSJpbXBpLzE4LjAuMSIsWyJsb2FkT3JkZXIiXT0yLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImltcGkvMTguMC4xIix9LGlwPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9pcC8zLjAuMiIsWyJmdWxsTmFtZSJdPSJpcC8zLjAuMiIsWyJsb2FkT3JkZXIiXT03LHByb3BUPXt9LFsic3Rh -++ export _ModuleTable006_ -++ _ModuleTable007_=Y2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImlwLzMuMC4yIix9LGlwcz17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQvaXBzLzE4LjAuMS4xNjMiLFsiZnVsbE5hbWUiXT0iaXBzLzE4LjAuMS4xNjMiLFsibG9hZE9yZGVyIl09MSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJpcHMvMTguMC4xLjE2MyIsfSxqYXNwZXI9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xL2phc3Blci8xLjkwMC4yOSIsWyJmdWxsTmFtZSJdPSJqYXNwZXIvMS45MDAuMjkiLFsibG9hZE9yZGVyIl09 -++ export _ModuleTable007_ -++ _ModuleTable008_=MTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iamFzcGVyLzEuOTAwLjI5Iix9LGxpYnBuZz17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvbGlicG5nLzEuMi41OSIsWyJmdWxsTmFtZSJdPSJsaWJwbmcvMS4yLjU5IixbImxvYWRPcmRlciJdPTE2LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImxpYnBuZy8xLjIuNTkiLH0sbHNmPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZC9sc2YvMTAuMSIsWyJmdWxsTmFtZSJdPSJsc2YvMTAuMSIsWyJsb2Fk -++ export _ModuleTable008_ -++ _ModuleTable009_=T3JkZXIiXT01LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImxzZi8xMC4xIix9LG5lbXNpbz17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvbmVtc2lvLzIuMi40IixbImZ1bGxOYW1lIl09Im5lbXNpby8yLjIuNCIsWyJsb2FkT3JkZXIiXT0xMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZW1zaW8vMi4yLjQiLH0scG9zdD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvcG9zdC84LjAuMSIsWyJmdWxsTmFtZSJdPSJwb3N0LzguMC4xIixbImxvYWRP -++ export _ModuleTable009_ -++ _ModuleTable010_=cmRlciJdPTE4LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InBvc3QvOC4wLjEiLH0sc3A9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL3NwLzIuMC4zIixbImZ1bGxOYW1lIl09InNwLzIuMC4zIixbImxvYWRPcmRlciJdPTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ic3AvMi4wLjMiLH0sdzNlbWM9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL3czZW1jLzIuMy4xIixbImZ1bGxOYW1lIl09InczZW1jLzIuMy4xIixbImxvYWRPcmRlciJdPTEwLHBy -++ export _ModuleTable010_ -++ _ModuleTable011_=b3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczZW1jLzIuMy4xIix9LHczbmNvPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy93M25jby8yLjAuNyIsWyJmdWxsTmFtZSJdPSJ3M25jby8yLjAuNyIsWyJsb2FkT3JkZXIiXT05LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHpsaWI9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xL3psaWIvMS4yLjExIixbImZ1bGxOYW1lIl09InpsaWIvMS4yLjExIixbImxvYWRPcmRl -++ export _ModuleTable011_ -++ _ModuleTable012_=ciJdPTE3LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InpsaWIvMS4yLjExIix9LH0sbXBhdGhBPXsiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMiLCIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9EdXNhbi5Kb3ZpYy91ZnMvcHIxOC91ZnMtd2VhdGhlci1tb2RlbC9tb2R1bGVmaWxlcy93Y29zc19kZWxsX3AzIiwiL3VzcngvbG9jYWwvZGV2L2VtY19yb2NvdG8vbW9kdWxlZmlsZXMiLCIvdXNyeC9sb2NhbC9kZXYvbW9kdWxlZmlsZXMiLCIvdXNyeC9sb2NhbC9wcm9kL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlIiwiL3VzcngvbG9j -++ export _ModuleTable012_ -++ _ModuleTable013_=YWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9kZWZzIiwiL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29yZV9wcm9kIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xIiwiL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfcHJvZC9pcHMvMTguMC4xIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl9tcGkvaXBzLzE4LjAuMSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvbXBpX3RoaXJkL2lwcy8xOC4wLjEvaW1waS8xOC4wLjEiLCIvZ3Bmcy9kZWxsMS9uY28vb3BzL253 -++ export _ModuleTable013_ -++ _ModuleTable014_=cHJvZC9tb2R1bGVmaWxlcy9tcGlfcHJvZC9pcHMvMTguMC4xL2ltcGkvMTguMC4xIiwiL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzIix9LFsic3lzdGVtQmFzZU1QQVRIIl09Ii91c3J4L2xvY2FsL3Byb2QvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmU6L3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkOi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvZGVmczovZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb3JlX3Byb2QiLH0= -++ export _ModuleTable014_ -++ _ModuleTable_Sz_=14 -++ export _ModuleTable_Sz_ -++ : -s sh -+ eval -+ cd build_fv3_2 -+ cmake /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model -DWW3=Y --- The C compiler identification is Intel 18.0.1.20171018 --- The CXX compiler identification is Intel 18.0.1.20171018 --- The Fortran compiler identification is Intel 18.0.1.20171018 --- Check for working C compiler: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiicc --- Check for working C compiler: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiicc -- works --- Detecting C compiler ABI info --- Detecting C compiler ABI info - done --- Detecting C compile features --- Detecting C compile features - done --- Check for working CXX compiler: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiicpc --- Check for working CXX compiler: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiicpc -- works --- Detecting CXX compiler ABI info --- Detecting CXX compiler ABI info - done --- Detecting CXX compile features --- Detecting CXX compile features - done --- Check for working Fortran compiler: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort --- Check for working Fortran compiler: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -- works --- Detecting Fortran compiler ABI info --- Detecting Fortran compiler ABI info - done --- Checking whether /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort supports Fortran 90 --- Checking whether /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort supports Fortran 90 -- yes --- Found MPI_C: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiicc (found version "3.1") --- Found MPI_CXX: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiicpc (found version "3.1") --- Found MPI_Fortran: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort (found version "3.1") --- Found MPI: TRUE (found version "3.1") -ESMFMKFILE: /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/lib/esmf.mk - Found ESMF: -ESMF_VERSION_MAJOR: 8 -ESMF_F90COMPILEPATHS: /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include;/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -ESMF_F90ESMFLINKRPATHS: -Wl,-rpath,/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/lib -ESMF_F90ESMFLINKLIBS: -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf --- Found ESMF: /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include;/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include (found version "8.0.0") - -Setting configuration for wcoss_dell_p3 - -C compiler: Intel 18.0.1.20171018 (mpiicc) -CXX compiler: Intel 18.0.1.20171018 (mpiicpc) -Fortran compiler: Intel 18.0.1.20171018 (mpiifort) - -DEBUG is disabled -REPRO is disabled -32BIT is disabled -OPENMP is ENABLED -AVX2 is disabled -INLINE_POST is ENABLED - - -Selected physics package: gfs - -Build WW3: - run: /usr/bin/gmake WW3_PARCOMPN=4 WW3_COMP=wcoss_dell_p3 ww3_nems - in: /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model/esmf - --- Configuring done --- Generating done --- Build files have been written to: /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_2 -+ make -j 4 -Scanning dependencies of target ww3_nems -Scanning dependencies of target fv3cpl -[ 1%] Building Fortran object FV3/cpl/CMakeFiles/fv3cpl.dir/module_cap_cpl.F90.o -Scanning dependencies of target fms -[ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/platform/platform.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_parameter.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_core.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -Scanning dependencies of target gfsphysics -[ 2%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/machine.F.o -[ 3%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/co2hc.f.o -[ 3%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_input.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 3%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/cloud_interpolator.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 3%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_composition.f.o -[ 3%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_io.F90.o -[ 4%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/efield.f.o -[ 4%] Building Fortran object CMakeFiles/fms.dir/FMS/random_numbers/MersenneTwister.F90.o -[ 5%] Building Fortran object CMakeFiles/fms.dir/FMS/sat_vapor_pres/sat_vapor_pres_k.F90.o -[ 5%] Building Fortran object FV3/cpl/CMakeFiles/fv3cpl.dir/module_cplfields.F90.o -[ 5%] Linking Fortran static library libfv3cpl.a -[ 5%] Built target fv3cpl -[ 6%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/wam_f107_kp_mod.f90.o -[ 6%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mersenne_twister.f.o -[ 6%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/GFDL_parse_tracers.F90.o -[ 7%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/iounitdef.f.o -[ 7%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/namelist_soilveg.f.o -[ 7%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_wrf_utl.f90.o -[ 7%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/noahmp_tables.f90.o -[ 7%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_mp_radar.F90.o -[ 7%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/physcons.F90.o -[ 7%] Building Fortran object CMakeFiles/fms.dir/FMS/constants/constants.F90.o -[ 7%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/date_def.f.o -[ 8%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_data.F90.o -[ 9%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/progtm_module.f.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 9%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp.F90.o -[ 9%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/aerclm_def.f.o -[ 9%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2o_def.f.o -[ 9%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/physparam.f.o -[ 10%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ozne_def.f.o -[ 10%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gfs_phy_tracer_config.F.o -[ 10%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/surface_perturbation.F90.o -[ 10%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_sf_noahmp_glacier.f90.o -[ 11%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_sf_noahmplsm.f90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 11%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/iccn_def.f.o -[ 12%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/micro_mg_utils.F90.o -[ 12%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gfdl_cloud_microphys.F90.o -[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/tracer_const_h.f.o -[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/funcphys.f90.o -[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_ugwp_initialize.F90.o -[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radlw_param.f.o -[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radsw_param.f.o -[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_astronomy.f.o -[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_surface.f.o -[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_nst_parameters.f90.o -[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/aer_cloud.F.o -[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_mp_thompson_gfs.F90.o -[ 15%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_mp_wsm6_fv3.F90.o -[ 15%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/get_prs_fv3.f90.o -[ 16%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_cice.f.o -[ 16%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_diff.f.o -[ 16%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_ugwp_module.F90.o -[ 16%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/rascnvv2.f.o -[ 16%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_efp.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 16%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_memutils.F90.o -[ 17%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_pset.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 18%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_type.F90.o -[ 19%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/gradient.F90.o -[ 19%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_aerosols.f.o -ifort: command line warning #10121: overriding '-xHOST' with '-xCORE-AVX-I' -[ 19%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_domains.F90.o -[ 19%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_bfmicrophysics.f.o -[ 19%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_gases.f.o -[ 20%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radlw_datatb.f.o -[ 21%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radsw_datatb.f.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 21%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_nst_water_prop.f90.o -[ 21%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/wv_saturation.F.o -[ 22%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cs_conv.F90.o -[ 22%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_diag.f.o -[ 23%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_drv.f.o -[ 23%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_ocean.f.o -[ 24%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_sice.f.o -[ 24%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_typedefs.F90.o -[ 25%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_clouds.f.o -[ 25%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radlw_main.f.o -[ 25%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radsw_main.f.o -[ 25%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_nst_model.f90.o -[ 25%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cldmacro.F.o -[ 26%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cldwat2m_micro.F.o -[ 26%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/micro_mg2_0.F90.o -[ 26%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/micro_mg3_0.F90.o -[ 27%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_radiation_driver.F90.o -[ 27%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_diagnostics.F90.o -[ 27%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_nst.f.o -[ 27%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_physics_driver.F90.o -[ 27%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_restart.F90.o -[ 28%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_comm.F90.o -[ 28%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_io.F90.o -Compiling in MPI mode (with or without MPP) -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 28%] Building Fortran object CMakeFiles/fms.dir/FMS/fms/fms_io.F90.o -[ 28%] Building Fortran object CMakeFiles/fms.dir/FMS/memutils/memutils.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 29%] Building Fortran object CMakeFiles/fms.dir/FMS/fms/fms.F90.o -[ 29%] Building Fortran object CMakeFiles/fms.dir/FMS/time_manager/time_manager.F90.o -[ 29%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bicubic.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 30%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bilinear.F90.o -[ 30%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_conserve.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 30%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_spherical.F90.o -[ 30%] Building Fortran object CMakeFiles/fms.dir/FMS/axis_utils/axis_utils.F90.o -[ 30%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_grid.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 30%] Building Fortran object CMakeFiles/fms.dir/FMS/field_manager/field_manager.F90.o -[ 30%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/mosaic.F90.o -[ 31%] Building Fortran object CMakeFiles/fms.dir/FMS/topography/gaussian_topog.F90.o -[ 31%] Building Fortran object CMakeFiles/fms.dir/FMS/time_manager/get_cal_time.F90.o -[ 31%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp.F90.o -[ 32%] Building Fortran object CMakeFiles/fms.dir/FMS/time_interp/time_interp.F90.o -[ 32%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_data.F90.o -[ 32%] Building Fortran object CMakeFiles/fms.dir/FMS/field_manager/fm_util.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 33%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_types.F90.o -[ 33%] Building Fortran object CMakeFiles/fms.dir/FMS/time_interp/time_interp_external.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 34%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_axis.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_manifest.F90.o -[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/xbt_drop_rate_adjust.f90.o -[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/write_ocean_data.F90.o -[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_output.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 36%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_util.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 36%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_table.F90.o -[ 36%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_manager.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 36%] Building Fortran object CMakeFiles/fms.dir/FMS/data_override/data_override.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 36%] Building Fortran object CMakeFiles/fms.dir/FMS/exchange/stock_constants.F90.o -[ 37%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/coupler_types.F90.o -[ 38%] Building Fortran object CMakeFiles/fms.dir/FMS/astronomy/astronomy.F90.o -[ 38%] Building Fortran object CMakeFiles/fms.dir/FMS/amip_interp/amip_interp.F90.o -[ 38%] Building Fortran object CMakeFiles/fms.dir/FMS/block_control/block_control.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 39%] Building Fortran object CMakeFiles/fms.dir/FMS/column_diagnostics/column_diagnostics.F90.o -[ 39%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/atmos_ocean_fluxes.F90.o -[ 39%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/ensemble_manager.F90.o -[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters.F90.o -Compiling in MPI mode (with or without MPP) -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/exchange/xgrid.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft.F90.o -[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft99.F90.o -[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/interpolator/interpolator.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/grid.F90.o -[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_utilities.F90.o -[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core.F90.o -[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core_ecda.F90.o -[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/random_numbers/random_numbers.F90.o -[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/sat_vapor_pres/sat_vapor_pres.F90.o -[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/station_data/station_data.F90.o -[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/topography/topography.F90.o -[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/tracer_manager/tracer_manager.F90.o -[ 41%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_driver.F90.o -[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/tridiagonal/tridiagonal.F90.o -[ 42%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/quicksort.F90.o -[ 43%] Building C object CMakeFiles/fms.dir/FMS/memutils/memuse.c.o -[ 43%] Building C object CMakeFiles/fms.dir/FMS/mosaic/create_xgrid.c.o -[ 43%] Building C object CMakeFiles/fms.dir/FMS/mosaic/gradient_c2l.c.o -[ 44%] Building C object CMakeFiles/fms.dir/FMS/mosaic/interp.c.o -[ 44%] Building C object CMakeFiles/fms.dir/FMS/mosaic/mosaic_util.c.o -[ 44%] Building C object CMakeFiles/fms.dir/FMS/mosaic/read_mosaic.c.o -[ 44%] Building C object CMakeFiles/fms.dir/FMS/affinity/affinity.c.o -[ 45%] Building C object CMakeFiles/fms.dir/FMS/mpp/nsclock.c.o -[ 45%] Building C object CMakeFiles/fms.dir/FMS/mpp/threadloc.c.o -[ 46%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_abstraction_layer.F90.o -[ 47%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2oc.f.o -[ 47%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_solar_heating.f.o -[ 47%] Linking Fortran static library FMS/libfms.a -[ 47%] Built target fms -[ 47%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_tracer.f.o -[ 48%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ideaca.f.o -[ 48%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfcsub.F.o -[ 48%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ugwp_driver_v0.f.o -[ 48%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cnvc90.f.o -[ 48%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/dcyc2.f.o -[ 48%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/dcyc2.pre.rad.f.o -[ 48%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/get_prs.f.o -[ 48%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gocart_tracer_config_stub.f.o -[ 49%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gscond.f.o -[ 49%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gscondp.f.o -[ 49%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gwdc.f.o -[ 50%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gwdps.f.o -[ 50%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_orowam2017.f.o -[ 50%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2ohdc.f.o -[ 50%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2ophys.f.o -[ 50%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_co2.f.o -[ 50%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_dissipation.f.o -[ 51%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_h2o.f.o -[ 51%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_ion.f.o -[ 51%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_o2_o3.f.o -[ 52%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_phys.f.o -[ 52%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/lrgsclr.f.o -[ 52%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfpbl.f.o -[ 53%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfpblt.f.o -[ 53%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfpbltq.f.o -[ 53%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfscu.f.o -[ 54%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfscuq.f.o -[ 54%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninedmf.f.o -[ 54%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninedmf_hafs.f.o -[ 55%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninp.f.o -[ 55%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninp1.f.o -[ 55%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninq.f.o -[ 56%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninq1.f.o -[ 56%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninshoc.f.o -[ 56%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mstadb.f.o -[ 57%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mstadbtn.f.o -[ 57%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mstadbtn2.f.o -[ 57%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mstcnv.f.o -[ 58%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ozphys.f.o -[ 58%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ozphys_2015.f.o -[ 58%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/precpd.f.o -[ 59%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/precpd_shoc.f.o -[ 59%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/precpdp.f.o -[ 59%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/progt2.f.o -[ 59%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/rad_initialize.f.o -[ 60%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/rayleigh_damp.f.o -[ 60%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/rayleigh_damp_mesopause.f.o -[ 60%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/samfaerosols.f.o -[ 61%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/samfdeepcnv.f.o -[ 61%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/samfshalcnv.f.o -[ 61%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sascnv.f.o -[ 61%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sascnvn.f.o -[ 62%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/satmedmfvdif.f.o -[ 62%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/satmedmfvdifq.f.o -[ 62%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/set_soilveg.f.o -[ 62%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_noahmp_drv.f.o -[ 62%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sflx.f.o -[ 62%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcnv.f.o -[ 63%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcv.f.o -[ 63%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcv_1lyr.f.o -[ 63%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcv_fixdp.f.o -[ 63%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcv_opr.f.o -[ 63%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/tridi2t3.f.o -[ 63%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/calpreciptype.f90.o -[ 63%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gcm_shoc.f90.o -[ 64%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2ointerp.f90.o -[ 65%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ozinterp.f90.o -[ 65%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/iccninterp.f90.o -[ 65%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/aerinterp.f90.o -[ 66%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/num_parthds.F.o -[ 67%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gcycle.F90.o -[ 68%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_ugwp_utils.F90.o -[ 68%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_ugwp_triggers.F90.o -[ 68%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_ugwp_solvers.F90.o -[ 68%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_vert_lsatdis.F90.o -[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_vert_wmsdis.F90.o -[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_vert_orodis.F90.o -[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/m_micro_driver.F90.o -[ 70%] Linking Fortran static library libgfsphysics.a -[ 70%] Built target gfsphysics -Scanning dependencies of target ipd -[ 70%] Building Fortran object FV3/ipd/CMakeFiles/ipd.dir/IPD_typedefs.F90.o -[ 70%] Building Fortran object FV3/ipd/CMakeFiles/ipd.dir/IPD_driver.F90.o -[ 70%] Linking Fortran static library libipd.a -[ 70%] Built target ipd -Scanning dependencies of target io -[ 70%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_internal_state.F90.o -[ 70%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_fv3_io_def.F90.o -Scanning dependencies of target fv3core -[ 70%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_nemsio.F90.o -[ 71%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_arrays.F90.o -[ 72%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/external_sst.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 73%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_netcdf.F90.o -[ 74%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_fill.F90.o -[ 74%] Building Fortran object FV3/io/CMakeFiles/io.dir/post_gfs.F90.o -[ 74%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/sim_nc_mod.F90.o -[ 74%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/DYCORE_typedefs.F90.o -[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_mp_mod.F90.o -[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/sorted_index.F90.o -[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_timing.F90.o -[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_eta.F90.o -[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_cmp.F90.o -[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_sg.F90.o -[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_grid_utils.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/boundary.F90.o -[ 75%] Building Fortran object FV3/io/CMakeFiles/io.dir/FV3GFS_io.F90.o -[ 76%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_wrt_grid_comp.F90.o -[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/a2b_edge.F90.o -[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_mapz.F90.o -[ 76%] Building Fortran object FV3/io/CMakeFiles/io.dir/ffsync.F90.o -[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_surf_map.F90.o -[ 77%] Building Fortran object FV3/io/CMakeFiles/io.dir/post_nems_routines.F90.o -[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/tp_core.F90.o -[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_grid_tools.F90.o -[ 78%] Linking Fortran static library libio.a -[ 78%] Built target io -[ 78%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/init_hydro.F90.o -[ 79%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_treat_da_inc.F90.o -[ 79%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/sw_core.F90.o -[ 79%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_iau_mod.F90.o -[ 79%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_diagnostics.F90.o -[ 80%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_io.F90.o -[ 80%] Built target ww3_nems -[ 80%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/nh_utils.F90.o -[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/nh_core.F90.o -[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/test_cases.F90.o -[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_regional_bc.F90.o -[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_nudge.F90.o -[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/fv_nggps_diag.F90.o -[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_tracer2d.F90.o -[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/dyn_core.F90.o -[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_update_phys.F90.o -[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/external_ic.F90.o -[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_restart.F90.o -[ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_control.F90.o -[ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_nesting.F90.o -[ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_dynamics.F90.o -[ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/atmosphere.F90.o -[ 85%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/multi_gases.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 85%] Linking Fortran static library libfv3core.a -[ 85%] Built target fv3core -Scanning dependencies of target stochastic_physics -[ 85%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_resol_def.f.o -[ 85%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/update_ca.f90.o -[ 87%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/spectral_layout.F90.o -[ 87%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_gg_def.f.o -[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_layout_lag.f.o -[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/glats_stochy.f.o -[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_namelist_def.F90.o -[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/compns_stochy.F90.o -[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/epslon_stochy.f.o -[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/setlats_lag_stochy.f.o -[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/get_ls_node_stochy.f.o -[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/get_lats_node_a_stochy.f.o -[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/gozrineo_stochy.f.o -[ 89%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/pln2eo_stochy.f.o -[ 90%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/setlats_a_stochy.f.o -[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_internal_state_mod.F90.o -[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/dezouv_stochy.f.o -[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/dozeuv_stochy.f.o -[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/four_to_grid_stochy.F.o -[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_patterngenerator.F90.o -[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/sumfln_stochy.f.o -[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/getcon_lag_stochy.f.o -[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/getcon_spectral.F90.o -[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/initialize_spectral_mod.F90.o -[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_data_mod.F90.o -[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/get_stochy_pattern.F90.o -[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochastic_physics.F90.o -[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/cellular_automata.f90.o -[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/plumes.f90.o -[ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/num_parthds_stochy.f.o -[ 95%] Linking Fortran static library libstochastic_physics.a -[ 95%] Built target stochastic_physics -Scanning dependencies of target fv3cap -[ 95%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/module_fv3_config.F90.o -[ 96%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/atmos_model.F90.o -[ 97%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/module_fcst_grid_comp.F90.o -[ 97%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/time_utils.F90.o -[ 97%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/fv3_cap.F90.o -[ 97%] Linking Fortran static library libfv3cap.a -[ 97%] Built target fv3cap -Scanning dependencies of target NEMS.exe -[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_MEDIATOR_SpaceWeather.F90.o -[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/ENS_Cpl/ENS_CplComp_ESMFMod_STUB.F90.o -[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_EARTH_INTERNAL_STATE.F90.o -[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_MEDIATOR_methods.F90.o -[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_INTERNAL_STATE.F90.o -[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_UTILS.F90.o -[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_Rusage.F90.o -[ 98%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_MEDIATOR.F90.o -[ 99%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_EARTH_GRID_COMP.F90.o -[ 99%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_GRID_COMP.F90.o -[100%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/MAIN_NEMS.F90.o -[100%] Building C object CMakeFiles/NEMS.exe.dir/NEMS/src/nems_c_rusage.c.o -[100%] Linking Fortran executable NEMS.exe -/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib/libjasper.a(jas_stream.o): In function `jas_stream_tmpfile': -/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/src/jasper-1.900.29/src/libjasper/base/jas_stream.c:520: warning: the use of `tmpnam' is dangerous, better use `mkstemp' -[100%] Built target NEMS.exe -+ mv NEMS.exe ../fv3_2.exe -+ cp /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3 ../modules.fv3_2 -+ cd .. -+ '[' YES = YES ']' -+ rm -rf build_fv3_2 -+ elapsed=639 -+ echo 'Elapsed time 639 seconds. Compiling WW3=Y finished' -Elapsed time 639 seconds. Compiling WW3=Y finished -+ SECONDS=0 -+++ readlink -f /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/compile_cmake.sh -++ dirname /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/compile_cmake.sh -+ readonly MYDIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests -+ MYDIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests -+ readonly ARGC=4 -+ ARGC=4 -+ cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests -+ [[ 4 -eq 0 ]] -+ [[ 4 -lt 2 ]] -+ PATHTR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model -+ MACHINE_ID=wcoss_dell_p3 -+ MAKE_OPT=32BIT=Y -+ BUILD_NAME=fv3_3 -+ clean_before=YES -+ clean_after=YES -+ BUILD_DIR=build_fv3_3 -+ [[ wcoss_dell_p3 == cheyenne.* ]] -+ [[ wcoss_dell_p3 == wcoss_dell_p3 ]] -+ MAKE_THREADS=4 -+ MAKE_THREADS=4 -+ hostname -m72a3 -+ cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests -+ echo 'Compiling 32BIT=Y into fv3_3.exe on wcoss_dell_p3' -Compiling 32BIT=Y into fv3_3.exe on wcoss_dell_p3 -+ '[' YES = YES ']' -+ rm -rf build_fv3_3 -+ mkdir -p build_fv3_3 -+ CCPP_CMAKE_FLAGS= -+ [[ 32BIT=Y == *\D\E\B\U\G\=\Y* ]] -+ [[ 32BIT=Y == *\R\E\P\R\O\=\Y* ]] -+ [[ 32BIT=Y == *\3\2\B\I\T\=\Y* ]] -+ CCPP_CMAKE_FLAGS=' -D32BIT=Y' -+ [[ 32BIT=Y == *\O\P\E\N\M\P\=\N* ]] -+ [[ 32BIT=Y == *\C\C\P\P\=\Y* ]] -+ [[ 32BIT=Y == *\N\A\M\_\p\h\y\s\=\Y* ]] -+ [[ 32BIT=Y == *\W\W\3\=\Y* ]] -++ trim ' -D32BIT=Y' -++ local 'var= -D32BIT=Y' -++ var=-D32BIT=Y -++ var=-D32BIT=Y -++ echo -n -D32BIT=Y -+ CCPP_CMAKE_FLAGS=-D32BIT=Y -+ source /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc -++ __ms_function_name=setup__test_function__91270 -++ eval 'setup__test_function__91270() { /bin/true ; }' -+++ cat -+++ eval '__text="text" ; if [[ $__text =~ ^(t).* ]] ; then printf "%s" ${.sh.match[1]} ; fi' -++ __ms_ksh_test= -+++ eval 'if ( set | grep setup__test_function__91270 | grep -v name > /dev/null 2>&1 ) ; then echo t ; fi ' -+++ cat -++ __ms_bash_test=t -++ [[ ! -z '' ]] -++ [[ ! -z t ]] -++ __ms_shell=bash -++ [[ -d /lfs3 ]] -++ [[ -d /scratch1 ]] -++ [[ -d /gpfs/hps ]] -++ [[ -e /etc/SuSE-release ]] -++ [[ -d /dcom ]] -++ [[ -L /usrx ]] -+++ readlink /usrx -++ [[ /gpfs/dell1/usrx =~ dell ]] -++ eval module help -++ module purge -+++ /usrx/local/prod/lmod/lmod/libexec/lmod bash purge -++ eval unset 'ADVISOR_2018_DIR;' unset 'BACIO_LIB4;' unset 'BACIO_LIB8;' unset 'BACIO_SRC;' unset 'BACIO_VER;' unset 'BINARY_TYPE_HPC;' unset '__LMOD_REF_COUNT_CLASSPATH;' unset 'CLASSPATH;' unset 'CLCK_ROOT;' unset 'CMAKE_CXX_COMPILER;' unset 'CMAKE_C_COMPILER;' unset 'CMAKE_Fortran_COMPILER;' unset 'CMAKE_Platform;' unset 'COMP;' unset '__LMOD_REF_COUNT_CPATH;' unset 'CPATH;' unset '__LMOD_REF_COUNT_CPLUS_INCLUDE_PATH;' unset 'CPLUS_INCLUDE_PATH;' unset 'CRTM_FIX;' unset 'CRTM_INC;' unset 'CRTM_LIB;' unset 'CRTM_SRC;' unset 'CRTM_VER;' unset 'DAALROOT;' unset 'ECF_HOSTFILE;' unset 'ECF_PORT;' unset 'ECF_ROOT;' unset 'ESMFMKFILE;' unset 'G2TMPL_INC;' unset 'G2TMPL_LIB;' unset 'G2TMPL_SRC;' unset 'G2TMPL_VER;' unset 'G2_INC4;' unset 'G2_INCd;' unset 'G2_LIB4;' unset 'G2_LIBd;' unset 'G2_SRC;' unset 'G2_VER;' unset 'GDBSERVER_MIC;' unset 'GDB_CROSS;' unset 'HDF5;' unset 'HDF5_CFLAGS;' unset 'HDF5_CXXFLAGS;' unset 'HDF5_FFLAGS;' unset 'HDF5_INCLUDE;' unset 'HDF5_LDFLAGS;' unset 'HDF5_LDFLAGS_C;' unset 'HDF5_LDFLAGS_CXX;' unset 'HDF5_LDFLAGS_F;' unset '__LMOD_REF_COUNT_INFOPATH;' unset 'INFOPATH;' unset 'INSPECTOR_2018_DIR;' unset 'INTEL_LICENSE_FILE;' unset 'INTEL_PYTHONHOME;' unset 'IPPROOT;' unset 'IP_INC4;' unset 'IP_INC8;' unset 'IP_INCd;' unset 'IP_LIB4;' unset 'IP_LIB8;' unset 'IP_LIBd;' unset 'IP_SRC;' unset 'IP_VER;' unset 'I_MPI_CC;' unset 'I_MPI_CXX;' unset 'I_MPI_EXTRA_FILESYSTEM;' unset 'I_MPI_EXTRA_FILESYSTEM_LIST;' unset 'I_MPI_F77;' unset 'I_MPI_F90;' unset 'I_MPI_FC;' unset 'I_MPI_HYDRA_BOOTSTRAP;' unset 'I_MPI_HYDRA_IFACE;' unset 'I_MPI_LSF_USE_COLLECTIVE_LAUNCH;' unset 'I_MPI_ROOT;' unset 'JASPER_INC;' unset 'JASPER_LIB;' unset 'JASPER_LIBDIR;' unset 'JASPER_SRC;' unset 'JASPER_VER;' unset 'KMP_AFFINITY;' unset '__LMOD_REF_COUNT_LD_LIBRARY_PATH;' unset 'LD_LIBRARY_PATH;' unset '__LMOD_REF_COUNT_LIBRARY_PATH;' unset 'LIBRARY_PATH;' unset 'LIB_NAME;' unset 'LMOD_FAMILY_COMPILER;' unset 'LMOD_FAMILY_COMPILER_VERSION;' unset 'LMOD_FAMILY_CONMPILER;' unset 'LMOD_FAMILY_CONMPILER_VERSION;' unset 'LMOD_FAMILY_MPI;' unset 'LMOD_FAMILY_MPI_VERSION;' unset '__LMOD_REF_COUNT_LOADEDMODULES;' unset 'LOADEDMODULES;' unset 'LSF_BINDIR;' unset 'LSF_ENVDIR;' unset 'LSF_LIBDIR;' unset 'LSF_SERVERDIR;' '__LMOD_REF_COUNT_MANPATH="/usrx/local/prod/lmod/lmod/share/man:1";' export '__LMOD_REF_COUNT_MANPATH;' 'MANPATH="/usrx/local/prod/lmod/lmod/share/man::";' export 'MANPATH;' unset 'MKLROOT;' 'MODULEPATH="/usrx/local/dev/emc_rocoto/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod";' export 'MODULEPATH;' unset 'MPM_LAUNCHER;' unset 'NEMSIO_INC;' unset 'NEMSIO_LIB;' unset 'NEMSIO_SRC;' unset 'NEMSIO_VER;' unset 'NETCDF;' unset 'NETCDF_CFLAGS;' unset 'NETCDF_CXX4FLAGS;' unset 'NETCDF_CXXFLAGS;' unset 'NETCDF_FFLAGS;' unset 'NETCDF_INC;' unset 'NETCDF_INCLUDE;' unset 'NETCDF_LDFLAGS;' unset 'NETCDF_LDFLAGS_C;' unset 'NETCDF_LDFLAGS_CXX;' unset 'NETCDF_LDFLAGS_CXX4;' unset 'NETCDF_LDFLAGS_F;' unset 'NETCDF_LIB;' unset 'NETCDF_ROOT;' unset '__LMOD_REF_COUNT_NLSPATH;' unset 'NLSPATH;' '__LMOD_REF_COUNT_PATH="/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/usr/lpp/mmfs/bin:1;/opt/ibutils/bin:1;/opt/dell/srvadmin/bin:1;/u/Dusan.Jovic/bin:2;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/dbrowse:1;/u/Dusan.Jovic/.local/bin:1";' export '__LMOD_REF_COUNT_PATH;' 'PATH="/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/usr/lpp/mmfs/bin:/opt/ibutils/bin:/opt/dell/srvadmin/bin:/u/Dusan.Jovic/bin:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/dbrowse:/u/Dusan.Jovic/.local/bin";' export 'PATH;' unset 'PKG_CONFIG_PATH;' unset 'PNG_INC;' unset 'PNG_LIB;' unset 'PNG_LIB12;' unset 'PNG_LIBDIR;' unset 'PNG_LIBso;' unset 'PNG_SRC;' unset 'PNG_VER;' unset 'POST_INC;' unset 'POST_LIB;' unset 'POST_SRC;' unset 'POST_VER;' unset 'PSTLROOT;' unset 'PYTHONPATH;' unset '__LMOD_REF_COUNT_QT_PLUGIN_PATH;' unset 'QT_PLUGIN_PATH;' unset 'SP_LIB4;' unset 'SP_LIB8;' unset 'SP_LIBd;' unset 'SP_SRC;' unset 'SP_VER;' unset 'TBBROOT;' unset 'VT_ADD_LIBS;' unset 'VT_ARCH;' unset 'VT_LIB_DIR;' unset 'VT_MPI;' unset 'VT_ROOT;' unset 'VT_SLIB_DIR;' unset 'W3EMC_INC4;' unset 'W3EMC_INC8;' unset 'W3EMC_INCd;' unset 'W3EMC_LIB4;' unset 'W3EMC_LIB8;' unset 'W3EMC_LIBd;' unset 'W3EMC_SRC;' unset 'W3EMC_VER;' unset 'W3NCO_INC4;' unset 'W3NCO_INC8;' unset 'W3NCO_INCd;' unset 'W3NCO_LIB4;' unset 'W3NCO_LIB8;' unset 'W3NCO_LIBd;' unset 'W3NCO_SRC;' unset 'W3NCO_VER;' unset 'XLSF_UIDDIR;' unset 'Z_INC;' unset 'Z_LIB;' unset 'Z_SRC;' unset 'Z_VER;' unset '__LMOD_REF_COUNT__LMFILES_;' unset '_LMFILES_;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii91c3J4L2xvY2FsL2Rldi9lbWNfcm9jb3RvL21vZHVsZWZpbGVzIiwiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvRHVzYW4uSm92aWMvdWZzL3ByMTgvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvd2Nvc3NfZGVsbF9wMyIsIi91c3J4L2xvY2FsL2Rldi9tb2R1bGVmaWxlcyIsIi91c3J4L2xvY2FsL3Byb2QvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQiLCIvdXNyeC9sb2NhbC9w";' export '_ModuleTable001_;' '_ModuleTable002_="cm9kL21vZHVsZWZpbGVzL2RlZnMiLCIvZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb3JlX3Byb2QiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQ6L3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9kZWZzOi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsfQ==";' export '_ModuleTable002_;' '_ModuleTable_Sz_="2";' export '_ModuleTable_Sz_;' unset '_ModuleTable004_;' unset '_ModuleTable005_;' unset '_ModuleTable006_;' unset '_ModuleTable007_;' unset '_ModuleTable008_;' unset '_ModuleTable009_;' unset '_ModuleTable010_;' unset '_ModuleTable011_;' unset '_ModuleTable012_;' unset '_ModuleTable013_;' unset '_ModuleTable014_;' unset '_ModuleTable015_;' unset '_ModuleTable016_;' -+++ unset ADVISOR_2018_DIR -+++ unset BACIO_LIB4 -+++ unset BACIO_LIB8 -+++ unset BACIO_SRC -+++ unset BACIO_VER -+++ unset BINARY_TYPE_HPC -+++ unset __LMOD_REF_COUNT_CLASSPATH -+++ unset CLASSPATH -+++ unset CLCK_ROOT -+++ unset CMAKE_CXX_COMPILER -+++ unset CMAKE_C_COMPILER -+++ unset CMAKE_Fortran_COMPILER -+++ unset CMAKE_Platform -+++ unset COMP -+++ unset __LMOD_REF_COUNT_CPATH -+++ unset CPATH -+++ unset __LMOD_REF_COUNT_CPLUS_INCLUDE_PATH -+++ unset CPLUS_INCLUDE_PATH -+++ unset CRTM_FIX -+++ unset CRTM_INC -+++ unset CRTM_LIB -+++ unset CRTM_SRC -+++ unset CRTM_VER -+++ unset DAALROOT -+++ unset ECF_HOSTFILE -+++ unset ECF_PORT -+++ unset ECF_ROOT -+++ unset ESMFMKFILE -+++ unset G2TMPL_INC -+++ unset G2TMPL_LIB -+++ unset G2TMPL_SRC -+++ unset G2TMPL_VER -+++ unset G2_INC4 -+++ unset G2_INCd -+++ unset G2_LIB4 -+++ unset G2_LIBd -+++ unset G2_SRC -+++ unset G2_VER -+++ unset GDBSERVER_MIC -+++ unset GDB_CROSS -+++ unset HDF5 -+++ unset HDF5_CFLAGS -+++ unset HDF5_CXXFLAGS -+++ unset HDF5_FFLAGS -+++ unset HDF5_INCLUDE -+++ unset HDF5_LDFLAGS -+++ unset HDF5_LDFLAGS_C -+++ unset HDF5_LDFLAGS_CXX -+++ unset HDF5_LDFLAGS_F -+++ unset __LMOD_REF_COUNT_INFOPATH -+++ unset INFOPATH -+++ unset INSPECTOR_2018_DIR -+++ unset INTEL_LICENSE_FILE -+++ unset INTEL_PYTHONHOME -+++ unset IPPROOT -+++ unset IP_INC4 -+++ unset IP_INC8 -+++ unset IP_INCd -+++ unset IP_LIB4 -+++ unset IP_LIB8 -+++ unset IP_LIBd -+++ unset IP_SRC -+++ unset IP_VER -+++ unset I_MPI_CC -+++ unset I_MPI_CXX -+++ unset I_MPI_EXTRA_FILESYSTEM -+++ unset I_MPI_EXTRA_FILESYSTEM_LIST -+++ unset I_MPI_F77 -+++ unset I_MPI_F90 -+++ unset I_MPI_FC -+++ unset I_MPI_HYDRA_BOOTSTRAP -+++ unset I_MPI_HYDRA_IFACE -+++ unset I_MPI_LSF_USE_COLLECTIVE_LAUNCH -+++ unset I_MPI_ROOT -+++ unset JASPER_INC -+++ unset JASPER_LIB -+++ unset JASPER_LIBDIR -+++ unset JASPER_SRC -+++ unset JASPER_VER -+++ unset KMP_AFFINITY -+++ unset __LMOD_REF_COUNT_LD_LIBRARY_PATH -+++ unset LD_LIBRARY_PATH -+++ unset __LMOD_REF_COUNT_LIBRARY_PATH -+++ unset LIBRARY_PATH -+++ unset LIB_NAME -+++ unset LMOD_FAMILY_COMPILER -+++ unset LMOD_FAMILY_COMPILER_VERSION -+++ unset LMOD_FAMILY_CONMPILER -+++ unset LMOD_FAMILY_CONMPILER_VERSION -+++ unset LMOD_FAMILY_MPI -+++ unset LMOD_FAMILY_MPI_VERSION -+++ unset __LMOD_REF_COUNT_LOADEDMODULES -+++ unset LOADEDMODULES -+++ unset LSF_BINDIR -+++ unset LSF_ENVDIR -+++ unset LSF_LIBDIR -+++ unset LSF_SERVERDIR -+++ __LMOD_REF_COUNT_MANPATH=/usrx/local/prod/lmod/lmod/share/man:1 -+++ export __LMOD_REF_COUNT_MANPATH -+++ MANPATH=/usrx/local/prod/lmod/lmod/share/man:: -+++ export MANPATH -+++ unset MKLROOT -+++ MODULEPATH=/usrx/local/dev/emc_rocoto/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod -+++ export MODULEPATH -+++ unset MPM_LAUNCHER -+++ unset NEMSIO_INC -+++ unset NEMSIO_LIB -+++ unset NEMSIO_SRC -+++ unset NEMSIO_VER -+++ unset NETCDF -+++ unset NETCDF_CFLAGS -+++ unset NETCDF_CXX4FLAGS -+++ unset NETCDF_CXXFLAGS -+++ unset NETCDF_FFLAGS -+++ unset NETCDF_INC -+++ unset NETCDF_INCLUDE -+++ unset NETCDF_LDFLAGS -+++ unset NETCDF_LDFLAGS_C -+++ unset NETCDF_LDFLAGS_CXX -+++ unset NETCDF_LDFLAGS_CXX4 -+++ unset NETCDF_LDFLAGS_F -+++ unset NETCDF_LIB -+++ unset NETCDF_ROOT -+++ unset __LMOD_REF_COUNT_NLSPATH -+++ unset NLSPATH -+++ __LMOD_REF_COUNT_PATH='/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/usr/lpp/mmfs/bin:1;/opt/ibutils/bin:1;/opt/dell/srvadmin/bin:1;/u/Dusan.Jovic/bin:2;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/dbrowse:1;/u/Dusan.Jovic/.local/bin:1' -+++ export __LMOD_REF_COUNT_PATH -+++ PATH=/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/usr/lpp/mmfs/bin:/opt/ibutils/bin:/opt/dell/srvadmin/bin:/u/Dusan.Jovic/bin:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/dbrowse:/u/Dusan.Jovic/.local/bin -+++ export PATH -+++ unset PKG_CONFIG_PATH -+++ unset PNG_INC -+++ unset PNG_LIB -+++ unset PNG_LIB12 -+++ unset PNG_LIBDIR -+++ unset PNG_LIBso -+++ unset PNG_SRC -+++ unset PNG_VER -+++ unset POST_INC -+++ unset POST_LIB -+++ unset POST_SRC -+++ unset POST_VER -+++ unset PSTLROOT -+++ unset PYTHONPATH -+++ unset __LMOD_REF_COUNT_QT_PLUGIN_PATH -+++ unset QT_PLUGIN_PATH -+++ unset SP_LIB4 -+++ unset SP_LIB8 -+++ unset SP_LIBd -+++ unset SP_SRC -+++ unset SP_VER -+++ unset TBBROOT -+++ unset VT_ADD_LIBS -+++ unset VT_ARCH -+++ unset VT_LIB_DIR -+++ unset VT_MPI -+++ unset VT_ROOT -+++ unset VT_SLIB_DIR -+++ unset W3EMC_INC4 -+++ unset W3EMC_INC8 -+++ unset W3EMC_INCd -+++ unset W3EMC_LIB4 -+++ unset W3EMC_LIB8 -+++ unset W3EMC_LIBd -+++ unset W3EMC_SRC -+++ unset W3EMC_VER -+++ unset W3NCO_INC4 -+++ unset W3NCO_INC8 -+++ unset W3NCO_INCd -+++ unset W3NCO_LIB4 -+++ unset W3NCO_LIB8 -+++ unset W3NCO_LIBd -+++ unset W3NCO_SRC -+++ unset W3NCO_VER -+++ unset XLSF_UIDDIR -+++ unset Z_INC -+++ unset Z_LIB -+++ unset Z_SRC -+++ unset Z_VER -+++ unset __LMOD_REF_COUNT__LMFILES_ -+++ unset _LMFILES_ -+++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii91c3J4L2xvY2FsL2Rldi9lbWNfcm9jb3RvL21vZHVsZWZpbGVzIiwiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvRHVzYW4uSm92aWMvdWZzL3ByMTgvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvd2Nvc3NfZGVsbF9wMyIsIi91c3J4L2xvY2FsL2Rldi9tb2R1bGVmaWxlcyIsIi91c3J4L2xvY2FsL3Byb2QvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQiLCIvdXNyeC9sb2NhbC9w -+++ export _ModuleTable001_ -+++ _ModuleTable002_=cm9kL21vZHVsZWZpbGVzL2RlZnMiLCIvZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb3JlX3Byb2QiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQ6L3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9kZWZzOi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsfQ== -+++ export _ModuleTable002_ -+++ _ModuleTable_Sz_=2 -+++ export _ModuleTable_Sz_ -+++ unset _ModuleTable004_ -+++ unset _ModuleTable005_ -+++ unset _ModuleTable006_ -+++ unset _ModuleTable007_ -+++ unset _ModuleTable008_ -+++ unset _ModuleTable009_ -+++ unset _ModuleTable010_ -+++ unset _ModuleTable011_ -+++ unset _ModuleTable012_ -+++ unset _ModuleTable013_ -+++ unset _ModuleTable014_ -+++ unset _ModuleTable015_ -+++ unset _ModuleTable016_ -+++ : -s sh -++ eval -++ unset __ms_shell -++ unset __ms_ksh_test -++ unset __ms_bash_test -++ unset setup__test_function__91270 -++ unset __ms_function_name -+ [[ wcoss_dell_p3 == macosx.* ]] -+ [[ wcoss_dell_p3 == linux.* ]] -+ module use /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3 -++ /usrx/local/prod/lmod/lmod/libexec/lmod bash use /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3 -+ eval 'MODULEPATH="/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/dev/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod";' export 'MODULEPATH;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcjE4L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL3djb3NzX2RlbGxfcDMiLCIvdXNyeC9sb2NhbC9kZXYvZW1jX3JvY290by9tb2R1bGVmaWxlcyIsIi91c3J4L2xvY2FsL2Rldi9tb2R1bGVmaWxlcyIsIi91c3J4L2xvY2FsL3Byb2QvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQiLCIvdXNyeC9sb2NhbC9w";' export '_ModuleTable001_;' '_ModuleTable002_="cm9kL21vZHVsZWZpbGVzL2RlZnMiLCIvZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb3JlX3Byb2QiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQ6L3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9kZWZzOi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsfQ==";' export '_ModuleTable002_;' '_ModuleTable_Sz_="2";' export '_ModuleTable_Sz_;' -++ MODULEPATH=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/dev/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod -++ export MODULEPATH -++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcjE4L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL3djb3NzX2RlbGxfcDMiLCIvdXNyeC9sb2NhbC9kZXYvZW1jX3JvY290by9tb2R1bGVmaWxlcyIsIi91c3J4L2xvY2FsL2Rldi9tb2R1bGVmaWxlcyIsIi91c3J4L2xvY2FsL3Byb2QvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQiLCIvdXNyeC9sb2NhbC9w -++ export _ModuleTable001_ -++ _ModuleTable002_=cm9kL21vZHVsZWZpbGVzL2RlZnMiLCIvZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb3JlX3Byb2QiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQ6L3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9kZWZzOi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsfQ== -++ export _ModuleTable002_ -++ _ModuleTable_Sz_=2 -++ export _ModuleTable_Sz_ -++ : -s sh -+ eval -+ module load fv3 -++ /usrx/local/prod/lmod/lmod/libexec/lmod bash load fv3 -+ eval 'ADVISOR_2018_DIR="/usrx/local/prod/intel/2018UP01/advisor_2018";' export 'ADVISOR_2018_DIR;' 'BACIO_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libbacio_v2.0.3_4.a";' export 'BACIO_LIB4;' 'BACIO_LIB8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libbacio_v2.0.3_8.a";' export 'BACIO_LIB8;' 'BACIO_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/bacio_v2.0.3";' export 'BACIO_SRC;' 'BACIO_VER="v2.0.3";' export 'BACIO_VER;' 'BINARY_TYPE_HPC="";' export 'BINARY_TYPE_HPC;' '__LMOD_REF_COUNT_CLASSPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64/mpi.jar:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/daal.jar:1";' export '__LMOD_REF_COUNT_CLASSPATH;' 'CLASSPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64/mpi.jar:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/daal.jar";' export 'CLASSPATH;' 'CLCK_ROOT="/usrx/local/prod/intel/2018UP01/clck_latest";' export 'CLCK_ROOT;' 'CMAKE_CXX_COMPILER="mpiicpc";' export 'CMAKE_CXX_COMPILER;' 'CMAKE_C_COMPILER="mpiicc";' export 'CMAKE_C_COMPILER;' 'CMAKE_Fortran_COMPILER="mpiifort";' export 'CMAKE_Fortran_COMPILER;' 'CMAKE_Platform="wcoss_dell_p3";' export 'CMAKE_Platform;' 'COMP="ips";' export 'COMP;' '__LMOD_REF_COUNT_CPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/pstl/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/include:1";' export '__LMOD_REF_COUNT_CPATH;' 'CPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/pstl/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/include";' export 'CPATH;' '__LMOD_REF_COUNT_CPLUS_INCLUDE_PATH="/usrx/local/prod/intel/2018UP01/clck_latest/include:1";' export '__LMOD_REF_COUNT_CPLUS_INCLUDE_PATH;' 'CPLUS_INCLUDE_PATH="/usrx/local/prod/intel/2018UP01/clck_latest/include";' export 'CPLUS_INCLUDE_PATH;' 'CRTM_FIX="/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/fix";' export 'CRTM_FIX;' 'CRTM_INC="/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/ips/18.0.1/include/crtm_v2.2.6";' export 'CRTM_INC;' 'CRTM_LIB="/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/ips/18.0.1/libcrtm_v2.2.6.a";' export 'CRTM_LIB;' 'CRTM_SRC="/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/src";' export 'CRTM_SRC;' 'CRTM_VER="v2.2.6";' export 'CRTM_VER;' 'DAALROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal";' export 'DAALROOT;' 'ESMFMKFILE="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/lib/esmf.mk";' export 'ESMFMKFILE;' 'G2TMPL_INC="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/g2tmpl_v1.6.0";' export 'G2TMPL_INC;' 'G2TMPL_LIB="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2tmpl_v1.6.0.a";' export 'G2TMPL_LIB;' 'G2TMPL_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/g2tmpl_v1.6.0/src";' export 'G2TMPL_SRC;' 'G2TMPL_VER="v1.6.0";' export 'G2TMPL_VER;' 'G2_INC4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/g2_v3.1.1_4";' export 'G2_INC4;' 'G2_INCd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/g2_v3.1.1_d";' export 'G2_INCd;' 'G2_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2_v3.1.1_4.a";' export 'G2_LIB4;' 'G2_LIBd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2_v3.1.1_d.a";' export 'G2_LIBd;' 'G2_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/g2_v3.1.1";' export 'G2_SRC;' 'G2_VER="v3.1.1";' export 'G2_VER;' 'GDBSERVER_MIC="/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/targets/intel64/x200/bin/gdbserver";' export 'GDBSERVER_MIC;' 'GDB_CROSS="/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/bin/gdb-ia";' export 'GDB_CROSS;' 'HDF5="/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1";' export 'HDF5;' 'HDF5_CFLAGS="-I/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/include";' export 'HDF5_CFLAGS;' 'HDF5_CXXFLAGS="-I/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/include";' export 'HDF5_CXXFLAGS;' 'HDF5_FFLAGS="-I/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/include";' export 'HDF5_FFLAGS;' 'HDF5_INCLUDE="-I/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/include";' export 'HDF5_INCLUDE;' 'HDF5_LDFLAGS="-L/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib' -lhdf5_hl -lhdf5hl_fortran -lhdf5 '-lhdf5_fortran";' export 'HDF5_LDFLAGS;' 'HDF5_LDFLAGS_C="-L/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib' -lhdf5_hl '-lhdf5";' export 'HDF5_LDFLAGS_C;' 'HDF5_LDFLAGS_CXX="-L/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib' -lhdf5_hl -hdf5_hl_cpp -lhdf5 '-lhdf5_cpp";' export 'HDF5_LDFLAGS_CXX;' 'HDF5_LDFLAGS_F="-L/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib' -lhdf5_hl -lhdf5hl_fortran -lhdf5 '-lhdf5_fortran";' export 'HDF5_LDFLAGS_F;' '__LMOD_REF_COUNT_INFOPATH="/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/info:1;info_gdb_igfx:1";' export '__LMOD_REF_COUNT_INFOPATH;' 'INFOPATH="/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/info:info_gdb_igfx";' export 'INFOPATH;' 'INSPECTOR_2018_DIR="/usrx/local/prod/intel/2018UP01/inspector_2018";' export 'INSPECTOR_2018_DIR;' 'INTEL_LICENSE_FILE="/usrx/local/prod/intel/licenses";' export 'INTEL_LICENSE_FILE;' 'INTEL_PYTHONHOME="/usrx/local/prod/intel/2018UP01/debugger_2018/python/intel64";' export 'INTEL_PYTHONHOME;' 'IPPROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp";' export 'IPPROOT;' 'IP_INC4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ip_v3.0.2_4";' export 'IP_INC4;' 'IP_INC8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ip_v3.0.2_8";' export 'IP_INC8;' 'IP_INCd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ip_v3.0.2_d";' export 'IP_INCd;' 'IP_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libip_v3.0.2_4.a";' export 'IP_LIB4;' 'IP_LIB8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libip_v3.0.2_8.a";' export 'IP_LIB8;' 'IP_LIBd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libip_v3.0.2_d.a";' export 'IP_LIBd;' 'IP_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/ip_v3.0.2";' export 'IP_SRC;' 'IP_VER="v3.0.2";' export 'IP_VER;' 'I_MPI_CC="icc";' export 'I_MPI_CC;' 'I_MPI_CXX="icpc";' export 'I_MPI_CXX;' 'I_MPI_EXTRA_FILESYSTEM="yes";' export 'I_MPI_EXTRA_FILESYSTEM;' 'I_MPI_EXTRA_FILESYSTEM_LIST="gpfs";' export 'I_MPI_EXTRA_FILESYSTEM_LIST;' 'I_MPI_F77="ifort";' export 'I_MPI_F77;' 'I_MPI_F90="ifort";' export 'I_MPI_F90;' 'I_MPI_FC="ifort";' export 'I_MPI_FC;' 'I_MPI_HYDRA_BOOTSTRAP="lsf";' export 'I_MPI_HYDRA_BOOTSTRAP;' 'I_MPI_HYDRA_IFACE="ib0";' export 'I_MPI_HYDRA_IFACE;' 'I_MPI_LSF_USE_COLLECTIVE_LAUNCH="1";' export 'I_MPI_LSF_USE_COLLECTIVE_LAUNCH;' 'I_MPI_ROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi";' export 'I_MPI_ROOT;' 'JASPER_INC="/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/include";' export 'JASPER_INC;' 'JASPER_LIB="/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib/libjasper.a";' export 'JASPER_LIB;' 'JASPER_LIBDIR="/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib";' export 'JASPER_LIBDIR;' 'JASPER_SRC="/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/src/jasper-1.900.29";' export 'JASPER_SRC;' 'JASPER_VER="1.900.29";' export 'JASPER_VER;' 'KMP_AFFINITY="scatter";' export 'KMP_AFFINITY;' unset 'LAUNCH;' '__LMOD_REF_COUNT_LD_LIBRARY_PATH="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/lib:1;/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib:1;/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib:1;/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib:1;/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:1;/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib:1;/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib:1;/usrx/local/prod/intel/2018UP01/itac_latest/slib:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:1;/usrx/local/prod/intel/2018UP01/debugger_2018/iga/lib:1;/usrx/local/prod/intel/2018UP01/debugger_2018/libipt/intel64/lib:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4:1";' export '__LMOD_REF_COUNT_LD_LIBRARY_PATH;' 'LD_LIBRARY_PATH="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/lib:/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib:/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib:/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib:/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib:/usrx/local/prod/intel/2018UP01/itac_latest/slib:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:/usrx/local/prod/intel/2018UP01/debugger_2018/iga/lib:/usrx/local/prod/intel/2018UP01/debugger_2018/libipt/intel64/lib:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4";' export 'LD_LIBRARY_PATH;' '__LMOD_REF_COUNT_LIBRARY_PATH="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:1;/usrx/local/prod/intel/2018UP01/clck_latest/lib/intel64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4:1";' export '__LMOD_REF_COUNT_LIBRARY_PATH;' 'LIBRARY_PATH="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:/usrx/local/prod/intel/2018UP01/clck_latest/lib/intel64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4";' export 'LIBRARY_PATH;' 'LIB_NAME="POST";' export 'LIB_NAME;' 'LMOD_FAMILY_COMPILER="ips";' export 'LMOD_FAMILY_COMPILER;' 'LMOD_FAMILY_COMPILER_VERSION="18.0.1.163";' export 'LMOD_FAMILY_COMPILER_VERSION;' 'LMOD_FAMILY_CONMPILER="HDF5-serial";' export 'LMOD_FAMILY_CONMPILER;' 'LMOD_FAMILY_CONMPILER_VERSION="1.10.1";' export 'LMOD_FAMILY_CONMPILER_VERSION;' 'LMOD_FAMILY_MPI="impi";' export 'LMOD_FAMILY_MPI;' 'LMOD_FAMILY_MPI_VERSION="18.0.1";' export 'LMOD_FAMILY_MPI_VERSION;' '__LMOD_REF_COUNT_LOADEDMODULES="ips/18.0.1.163:1;impi/18.0.1:1;NetCDF/4.5.0:1;HDF5-serial/1.10.1:1;lsf/10.1:1;bacio/2.0.3:1;ip/3.0.2:1;sp/2.0.3:1;w3nco/2.0.7:1;w3emc/2.3.1:1;nemsio/2.2.4:1;g2/3.1.1:1;g2tmpl/1.6.0:1;crtm/2.2.6:1;jasper/1.900.29:1;libpng/1.2.59:1;zlib/1.2.11:1;post/8.0.1:1;esmf/8.0.0:1;cmake/3.10.0:1;fv3:1";' export '__LMOD_REF_COUNT_LOADEDMODULES;' 'LOADEDMODULES="ips/18.0.1.163:impi/18.0.1:NetCDF/4.5.0:HDF5-serial/1.10.1:lsf/10.1:bacio/2.0.3:ip/3.0.2:sp/2.0.3:w3nco/2.0.7:w3emc/2.3.1:nemsio/2.2.4:g2/3.1.1:g2tmpl/1.6.0:crtm/2.2.6:jasper/1.900.29:libpng/1.2.59:zlib/1.2.11:post/8.0.1:esmf/8.0.0:cmake/3.10.0:fv3";' export 'LOADEDMODULES;' 'LSF_BINDIR="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin";' export 'LSF_BINDIR;' 'LSF_ENVDIR="/gpfs/lsf/conf";' export 'LSF_ENVDIR;' 'LSF_LIBDIR="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib";' export 'LSF_LIBDIR;' 'LSF_SERVERDIR="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc";' export 'LSF_SERVERDIR;' '__LMOD_REF_COUNT_MANPATH="/usrx/local/dev/packages/cmake/3.10.0/share/man:1;/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/share/man:1;/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/share/man:1;/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/man:1;/gpfs/lsf/10.1/man:1;/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/share/man:1;/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/share/man:1;/usrx/local/prod/intel/2018UP01/itac_latest/man:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/man/common:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/man:1;/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/man:1;/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-igfx/man:1;/usrx/local/prod/lmod/lmod/share/man:1;/usrx/local/prod/intel/2018UP01/inspector_2018/man:1;/usrx/local/prod/intel/2018UP01/advisor_2018/man:1";' export '__LMOD_REF_COUNT_MANPATH;' 'MANPATH="/usrx/local/dev/packages/cmake/3.10.0/share/man:/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/share/man:/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/share/man:/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/man:/gpfs/lsf/10.1/man:/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/share/man:/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/share/man:/usrx/local/prod/intel/2018UP01/itac_latest/man:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/man/common:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/man:/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/man:/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-igfx/man:/usrx/local/prod/lmod/lmod/share/man::/usrx/local/prod/intel/2018UP01/inspector_2018/man:/usrx/local/prod/intel/2018UP01/advisor_2018/man";' export 'MANPATH;' 'MKLROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl";' export 'MKLROOT;' 'MODULEPATH="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/dev/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1:/usrx/local/prod/modulefiles/mpi_third/ips/18.0.1/impi/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/mpi_prod/ips/18.0.1/impi/18.0.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles";' export 'MODULEPATH;' 'MPM_LAUNCHER="/usrx/local/prod/intel/2018UP01/debugger_2018/mpm/mic/bin/start_mpm.sh";' export 'MPM_LAUNCHER;' 'NEMSIO_INC="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/nemsio_v2.2.4";' export 'NEMSIO_INC;' 'NEMSIO_LIB="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libnemsio_v2.2.4.a";' export 'NEMSIO_LIB;' 'NEMSIO_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/nemsio_v2.2.4";' export 'NEMSIO_SRC;' 'NEMSIO_VER="v2.2.4";' export 'NEMSIO_VER;' 'NETCDF="/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0";' export 'NETCDF;' 'NETCDF_CFLAGS="-I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include";' export 'NETCDF_CFLAGS;' 'NETCDF_CXX4FLAGS="-I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include";' export 'NETCDF_CXX4FLAGS;' 'NETCDF_CXXFLAGS="-I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include";' export 'NETCDF_CXXFLAGS;' 'NETCDF_FFLAGS="-I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include";' export 'NETCDF_FFLAGS;' 'NETCDF_INC="/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include";' export 'NETCDF_INC;' 'NETCDF_INCLUDE="-I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include";' export 'NETCDF_INCLUDE;' 'NETCDF_LDFLAGS="-L/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib' '-lnetcdff";' export 'NETCDF_LDFLAGS;' 'NETCDF_LDFLAGS_C="-L/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib' '-lnetcdf";' export 'NETCDF_LDFLAGS_C;' 'NETCDF_LDFLAGS_CXX="-L/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib' -lnetcdf '-lnetcdf_c++";' export 'NETCDF_LDFLAGS_CXX;' 'NETCDF_LDFLAGS_CXX4="-L/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib' -lnetcdf '-lnetcdf_c++4";' export 'NETCDF_LDFLAGS_CXX4;' 'NETCDF_LDFLAGS_F="-L/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib' '-lnetcdff";' export 'NETCDF_LDFLAGS_F;' 'NETCDF_LIB="/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib";' export 'NETCDF_LIB;' 'NETCDF_ROOT="/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0";' export 'NETCDF_ROOT;' '__LMOD_REF_COUNT_NLSPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin/locale/%l_%t/%N:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin/locale/%l_%t/%N:1;/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/share/locale/%l_%t/%N:1";' export '__LMOD_REF_COUNT_NLSPATH;' 'NLSPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin/locale/%l_%t/%N:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin/locale/%l_%t/%N::/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/share/locale/%l_%t/%N";' export 'NLSPATH;' '__LMOD_REF_COUNT_PATH="/usrx/local/dev/packages/cmake/3.10.0/bin:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/bin:1;/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/bin:1;/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/bin:1;/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc:1;/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin:1;/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1:1;/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/bin:1;/usrx/local/prod/intel/2018UP01/advisor_2018/bin64:1;/usrx/local/prod/intel/2018UP01/vtune_amplifier_2018/bin64:1;/usrx/local/prod/intel/2018UP01/inspector_2018/bin64:1;/usrx/local/prod/intel/2018UP01/itac_latest/bin:1;/usrx/local/prod/intel/2018UP01/clck_latest/bin/intel64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/bin/intel64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64:1;/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/targets/intel64/x200/bin:1;/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/bin:1;/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/usr/lpp/mmfs/bin:1;/opt/ibutils/bin:1;/opt/dell/srvadmin/bin:1;/u/Dusan.Jovic/bin:2;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/dbrowse:1;/u/Dusan.Jovic/.local/bin:1;/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/include:1";' export '__LMOD_REF_COUNT_PATH;' 'PATH="/usrx/local/dev/packages/cmake/3.10.0/bin:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/bin:/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/bin:/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/bin:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin:/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1:/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/bin:/usrx/local/prod/intel/2018UP01/advisor_2018/bin64:/usrx/local/prod/intel/2018UP01/vtune_amplifier_2018/bin64:/usrx/local/prod/intel/2018UP01/inspector_2018/bin64:/usrx/local/prod/intel/2018UP01/itac_latest/bin:/usrx/local/prod/intel/2018UP01/clck_latest/bin/intel64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/bin/intel64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64:/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/targets/intel64/x200/bin:/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/usr/lpp/mmfs/bin:/opt/ibutils/bin:/opt/dell/srvadmin/bin:/u/Dusan.Jovic/bin:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/dbrowse:/u/Dusan.Jovic/.local/bin:/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/include";' export 'PATH;' 'PKG_CONFIG_PATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/bin/pkgconfig";' export 'PKG_CONFIG_PATH;' 'PNG_INC="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/include";' export 'PNG_INC;' 'PNG_LIB="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng.a";' export 'PNG_LIB;' 'PNG_LIB12="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng12.a";' export 'PNG_LIB12;' 'PNG_LIBDIR="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib";' export 'PNG_LIBDIR;' 'PNG_LIBso="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng.so";' export 'PNG_LIBso;' 'PNG_SRC="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/src/libpng-1.2.59";' export 'PNG_SRC;' 'PNG_VER="1.2.59";' export 'PNG_VER;' 'POST_INC="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ncep_post_v8.0.1_4";' export 'POST_INC;' 'POST_LIB="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libncep_post_v8.0.1_4.a";' export 'POST_LIB;' 'POST_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/post_v8.0.1";' export 'POST_SRC;' 'POST_VER="v8.0.1";' export 'POST_VER;' 'PSTLROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/pstl";' export 'PSTLROOT;' 'PYTHONPATH="/usrx/local/prod/intel/2018UP01/advisor_2018/pythonapi";' export 'PYTHONPATH;' 'SP_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_4.a";' export 'SP_LIB4;' 'SP_LIB8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_8.a";' export 'SP_LIB8;' 'SP_LIBd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_d.a";' export 'SP_LIBd;' 'SP_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/sp_v2.0.3";' export 'SP_SRC;' 'SP_VER="v2.0.3";' export 'SP_VER;' 'TBBROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb";' export 'TBBROOT;' 'VT_ADD_LIBS="-ldwarf' -lelf -lvtunwind -lm '-lpthread";' export 'VT_ADD_LIBS;' 'VT_ARCH="intel64";' export 'VT_ARCH;' 'VT_LIB_DIR="/usrx/local/prod/intel/2018UP01/itac_latest/lib";' export 'VT_LIB_DIR;' 'VT_MPI="impi4";' export 'VT_MPI;' 'VT_ROOT="/usrx/local/prod/intel/2018UP01/itac_latest";' export 'VT_ROOT;' 'VT_SLIB_DIR="/usrx/local/prod/intel/2018UP01/itac_latest/slib";' export 'VT_SLIB_DIR;' 'W3EMC_INC4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3emc_v2.3.1_4";' export 'W3EMC_INC4;' 'W3EMC_INC8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3emc_v2.3.1_8";' export 'W3EMC_INC8;' 'W3EMC_INCd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3emc_v2.3.1_d";' export 'W3EMC_INCd;' 'W3EMC_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_4.a";' export 'W3EMC_LIB4;' 'W3EMC_LIB8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_8.a";' export 'W3EMC_LIB8;' 'W3EMC_LIBd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_d.a";' export 'W3EMC_LIBd;' 'W3EMC_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/w3emc_v2.3.1";' export 'W3EMC_SRC;' 'W3EMC_VER="v2.3.1";' export 'W3EMC_VER;' 'W3NCO_INC4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3nco_v2.0.7_4";' export 'W3NCO_INC4;' 'W3NCO_INC8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3nco_v2.0.7_8";' export 'W3NCO_INC8;' 'W3NCO_INCd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3nco_v2.0.7_d";' export 'W3NCO_INCd;' 'W3NCO_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_4.a";' export 'W3NCO_LIB4;' 'W3NCO_LIB8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_8.a";' export 'W3NCO_LIB8;' 'W3NCO_LIBd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_d.a";' export 'W3NCO_LIBd;' 'W3NCO_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/w3nco_v2.0.7";' export 'W3NCO_SRC;' 'W3NCO_VER="v2.0.7";' export 'W3NCO_VER;' 'XLSF_UIDDIR="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib/uid";' export 'XLSF_UIDDIR;' 'Z_INC="/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/include";' export 'Z_INC;' 'Z_LIB="/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib/libz.a";' export 'Z_LIB;' 'Z_SRC="/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/src";' export 'Z_SRC;' 'Z_VER="1.2.11";' export 'Z_VER;' '__LMOD_REF_COUNT__LMFILES_="/usrx/local/prod/modulefiles/core_third/ips/18.0.1.163:1;/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1/impi/18.0.1.lua:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/NetCDF/4.5.0:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/HDF5-serial/1.10.1:1;/usrx/local/prod/modulefiles/core_third/lsf/10.1:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/bacio/2.0.3:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/ip/3.0.2:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/sp/2.0.3:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3nco/2.0.7:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3emc/2.3.1:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/nemsio/2.2.4:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2/3.1.1:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2tmpl/1.6.0:1;/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/crtm/2.2.6:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/jasper/1.900.29:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/libpng/1.2.59:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/zlib/1.2.11:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/post/8.0.1:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/esmf/8.0.0:1;/usrx/local/dev/modulefiles/cmake/3.10.0:1;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3:1";' export '__LMOD_REF_COUNT__LMFILES_;' '_LMFILES_="/usrx/local/prod/modulefiles/core_third/ips/18.0.1.163:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1/impi/18.0.1.lua:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/NetCDF/4.5.0:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/HDF5-serial/1.10.1:/usrx/local/prod/modulefiles/core_third/lsf/10.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/bacio/2.0.3:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/ip/3.0.2:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/sp/2.0.3:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3nco/2.0.7:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3emc/2.3.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/nemsio/2.2.4:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2/3.1.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2tmpl/1.6.0:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/crtm/2.2.6:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/jasper/1.900.29:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/libpng/1.2.59:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/zlib/1.2.11:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/post/8.0.1:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/esmf/8.0.0:/usrx/local/dev/modulefiles/cmake/3.10.0:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3";' export '_LMFILES_;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImlwcyIsWyJjb25tcGlsZXIiXT0iSERGNS1zZXJpYWwiLFsibXBpIl09ImltcGkiLH0sbVQ9e1siSERGNS1zZXJpYWwiXT17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvSERGNS1zZXJpYWwvMS4xMC4xIixbImZ1bGxOYW1lIl09IkhERjUtc2VyaWFsLzEuMTAuMSIsWyJsb2FkT3JkZXIiXT00LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09IkhERjUtc2VyaWFs";' export '_ModuleTable001_;' '_ModuleTable002_="LzEuMTAuMSIsfSxOZXRDREY9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xL05ldENERi80LjUuMCIsWyJmdWxsTmFtZSJdPSJOZXRDREYvNC41LjAiLFsibG9hZE9yZGVyIl09Myxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJOZXRDREYvNC41LjAiLH0sYmFjaW89e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2JhY2lvLzIuMC4zIixbImZ1bGxOYW1lIl09ImJhY2lvLzIuMC4zIixbImxvYWRPcmRlciJdPTYscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNl";' export '_ModuleTable002_;' '_ModuleTable003_="ck5hbWUiXT0iYmFjaW8vMi4wLjMiLH0sY21ha2U9e1siZm4iXT0iL3VzcngvbG9jYWwvZGV2L21vZHVsZWZpbGVzL2NtYWtlLzMuMTAuMCIsWyJmdWxsTmFtZSJdPSJjbWFrZS8zLjEwLjAiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY21ha2UvMy4xMC4wIix9LGNydG09e1siZm4iXT0iL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfcHJvZC9pcHMvMTguMC4xL2NydG0vMi4yLjYiLFsiZnVsbE5hbWUiXT0iY3J0bS8yLjIuNiIsWyJsb2FkT3JkZXIiXT0xNCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1";' export '_ModuleTable003_;' '_ModuleTable004_="c2VyTmFtZSJdPSJjcnRtLzIuMi42Iix9LGVzbWY9e1siZm4iXT0iL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcjE4L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL3djb3NzX2RlbGxfcDMvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT0yMSxw";' export '_ModuleTable004_;' '_ModuleTable005_="cm9wVD17fSxbInN0YWNrRGVwdGgiXT0wLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZzI9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2cyLzMuMS4xIixbImZ1bGxOYW1lIl09ImcyLzMuMS4xIixbImxvYWRPcmRlciJdPTEyLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcyLzMuMS4xIix9LGcydG1wbD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzJ0bXBsLzEuNi4wIixbImZ1bGxOYW1lIl09ImcydG1wbC8xLjYuMCIsWyJsb2FkT3JkZXIiXT0xMyxwcm9wVD17fSxbInN0YWNr";' export '_ModuleTable005_;' '_ModuleTable006_="RGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMnRtcGwvMS42LjAiLH0saW1waT17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX21waS9pcHMvMTguMC4xL2ltcGkvMTguMC4xLmx1YSIsWyJmdWxsTmFtZSJdPSJpbXBpLzE4LjAuMSIsWyJsb2FkT3JkZXIiXT0yLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImltcGkvMTguMC4xIix9LGlwPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9pcC8zLjAuMiIsWyJmdWxsTmFtZSJdPSJpcC8zLjAuMiIsWyJsb2FkT3JkZXIiXT03LHByb3BUPXt9LFsic3Rh";' export '_ModuleTable006_;' '_ModuleTable007_="Y2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImlwLzMuMC4yIix9LGlwcz17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQvaXBzLzE4LjAuMS4xNjMiLFsiZnVsbE5hbWUiXT0iaXBzLzE4LjAuMS4xNjMiLFsibG9hZE9yZGVyIl09MSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJpcHMvMTguMC4xLjE2MyIsfSxqYXNwZXI9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xL2phc3Blci8xLjkwMC4yOSIsWyJmdWxsTmFtZSJdPSJqYXNwZXIvMS45MDAuMjkiLFsibG9hZE9yZGVyIl09";' export '_ModuleTable007_;' '_ModuleTable008_="MTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iamFzcGVyLzEuOTAwLjI5Iix9LGxpYnBuZz17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvbGlicG5nLzEuMi41OSIsWyJmdWxsTmFtZSJdPSJsaWJwbmcvMS4yLjU5IixbImxvYWRPcmRlciJdPTE2LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImxpYnBuZy8xLjIuNTkiLH0sbHNmPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZC9sc2YvMTAuMSIsWyJmdWxsTmFtZSJdPSJsc2YvMTAuMSIsWyJsb2Fk";' export '_ModuleTable008_;' '_ModuleTable009_="T3JkZXIiXT01LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImxzZi8xMC4xIix9LG5lbXNpbz17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvbmVtc2lvLzIuMi40IixbImZ1bGxOYW1lIl09Im5lbXNpby8yLjIuNCIsWyJsb2FkT3JkZXIiXT0xMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZW1zaW8vMi4yLjQiLH0scG9zdD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvcG9zdC84LjAuMSIsWyJmdWxsTmFtZSJdPSJwb3N0LzguMC4xIixbImxvYWRP";' export '_ModuleTable009_;' '_ModuleTable010_="cmRlciJdPTE4LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InBvc3QvOC4wLjEiLH0sc3A9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL3NwLzIuMC4zIixbImZ1bGxOYW1lIl09InNwLzIuMC4zIixbImxvYWRPcmRlciJdPTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ic3AvMi4wLjMiLH0sdzNlbWM9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL3czZW1jLzIuMy4xIixbImZ1bGxOYW1lIl09InczZW1jLzIuMy4xIixbImxvYWRPcmRlciJdPTEwLHBy";' export '_ModuleTable010_;' '_ModuleTable011_="b3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczZW1jLzIuMy4xIix9LHczbmNvPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy93M25jby8yLjAuNyIsWyJmdWxsTmFtZSJdPSJ3M25jby8yLjAuNyIsWyJsb2FkT3JkZXIiXT05LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHpsaWI9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xL3psaWIvMS4yLjExIixbImZ1bGxOYW1lIl09InpsaWIvMS4yLjExIixbImxvYWRPcmRl";' export '_ModuleTable011_;' '_ModuleTable012_="ciJdPTE3LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InpsaWIvMS4yLjExIix9LH0sbXBhdGhBPXsiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMiLCIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9EdXNhbi5Kb3ZpYy91ZnMvcHIxOC91ZnMtd2VhdGhlci1tb2RlbC9tb2R1bGVmaWxlcy93Y29zc19kZWxsX3AzIiwiL3VzcngvbG9jYWwvZGV2L2VtY19yb2NvdG8vbW9kdWxlZmlsZXMiLCIvdXNyeC9sb2NhbC9kZXYvbW9kdWxlZmlsZXMiLCIvdXNyeC9sb2NhbC9wcm9kL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlIiwiL3VzcngvbG9j";' export '_ModuleTable012_;' '_ModuleTable013_="YWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9kZWZzIiwiL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29yZV9wcm9kIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xIiwiL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfcHJvZC9pcHMvMTguMC4xIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl9tcGkvaXBzLzE4LjAuMSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvbXBpX3RoaXJkL2lwcy8xOC4wLjEvaW1waS8xOC4wLjEiLCIvZ3Bmcy9kZWxsMS9uY28vb3BzL253";' export '_ModuleTable013_;' '_ModuleTable014_="cHJvZC9tb2R1bGVmaWxlcy9tcGlfcHJvZC9pcHMvMTguMC4xL2ltcGkvMTguMC4xIiwiL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzIix9LFsic3lzdGVtQmFzZU1QQVRIIl09Ii91c3J4L2xvY2FsL3Byb2QvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmU6L3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkOi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvZGVmczovZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb3JlX3Byb2QiLH0=";' export '_ModuleTable014_;' '_ModuleTable_Sz_="14";' export '_ModuleTable_Sz_;' -++ ADVISOR_2018_DIR=/usrx/local/prod/intel/2018UP01/advisor_2018 -++ export ADVISOR_2018_DIR -++ BACIO_LIB4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libbacio_v2.0.3_4.a -++ export BACIO_LIB4 -++ BACIO_LIB8=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libbacio_v2.0.3_8.a -++ export BACIO_LIB8 -++ BACIO_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/bacio_v2.0.3 -++ export BACIO_SRC -++ BACIO_VER=v2.0.3 -++ export BACIO_VER -++ BINARY_TYPE_HPC= -++ export BINARY_TYPE_HPC -++ __LMOD_REF_COUNT_CLASSPATH='/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64/mpi.jar:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/daal.jar:1' -++ export __LMOD_REF_COUNT_CLASSPATH -++ CLASSPATH=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64/mpi.jar:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/daal.jar -++ export CLASSPATH -++ CLCK_ROOT=/usrx/local/prod/intel/2018UP01/clck_latest -++ export CLCK_ROOT -++ CMAKE_CXX_COMPILER=mpiicpc -++ export CMAKE_CXX_COMPILER -++ CMAKE_C_COMPILER=mpiicc -++ export CMAKE_C_COMPILER -++ CMAKE_Fortran_COMPILER=mpiifort -++ export CMAKE_Fortran_COMPILER -++ CMAKE_Platform=wcoss_dell_p3 -++ export CMAKE_Platform -++ COMP=ips -++ export COMP -++ __LMOD_REF_COUNT_CPATH='/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/pstl/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/include:1' -++ export __LMOD_REF_COUNT_CPATH -++ CPATH=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/pstl/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/include -++ export CPATH -++ __LMOD_REF_COUNT_CPLUS_INCLUDE_PATH=/usrx/local/prod/intel/2018UP01/clck_latest/include:1 -++ export __LMOD_REF_COUNT_CPLUS_INCLUDE_PATH -++ CPLUS_INCLUDE_PATH=/usrx/local/prod/intel/2018UP01/clck_latest/include -++ export CPLUS_INCLUDE_PATH -++ CRTM_FIX=/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/fix -++ export CRTM_FIX -++ CRTM_INC=/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/ips/18.0.1/include/crtm_v2.2.6 -++ export CRTM_INC -++ CRTM_LIB=/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/ips/18.0.1/libcrtm_v2.2.6.a -++ export CRTM_LIB -++ CRTM_SRC=/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/src -++ export CRTM_SRC -++ CRTM_VER=v2.2.6 -++ export CRTM_VER -++ DAALROOT=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal -++ export DAALROOT -++ ESMFMKFILE=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/lib/esmf.mk -++ export ESMFMKFILE -++ G2TMPL_INC=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/g2tmpl_v1.6.0 -++ export G2TMPL_INC -++ G2TMPL_LIB=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2tmpl_v1.6.0.a -++ export G2TMPL_LIB -++ G2TMPL_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/g2tmpl_v1.6.0/src -++ export G2TMPL_SRC -++ G2TMPL_VER=v1.6.0 -++ export G2TMPL_VER -++ G2_INC4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/g2_v3.1.1_4 -++ export G2_INC4 -++ G2_INCd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/g2_v3.1.1_d -++ export G2_INCd -++ G2_LIB4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2_v3.1.1_4.a -++ export G2_LIB4 -++ G2_LIBd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2_v3.1.1_d.a -++ export G2_LIBd -++ G2_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/g2_v3.1.1 -++ export G2_SRC -++ G2_VER=v3.1.1 -++ export G2_VER -++ GDBSERVER_MIC=/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/targets/intel64/x200/bin/gdbserver -++ export GDBSERVER_MIC -++ GDB_CROSS=/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/bin/gdb-ia -++ export GDB_CROSS -++ HDF5=/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1 -++ export HDF5 -++ HDF5_CFLAGS=-I/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/include -++ export HDF5_CFLAGS -++ HDF5_CXXFLAGS=-I/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/include -++ export HDF5_CXXFLAGS -++ HDF5_FFLAGS=-I/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/include -++ export HDF5_FFLAGS -++ HDF5_INCLUDE=-I/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/include -++ export HDF5_INCLUDE -++ HDF5_LDFLAGS='-L/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib -lhdf5_hl -lhdf5hl_fortran -lhdf5 -lhdf5_fortran' -++ export HDF5_LDFLAGS -++ HDF5_LDFLAGS_C='-L/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib -lhdf5_hl -lhdf5' -++ export HDF5_LDFLAGS_C -++ HDF5_LDFLAGS_CXX='-L/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib -lhdf5_hl -hdf5_hl_cpp -lhdf5 -lhdf5_cpp' -++ export HDF5_LDFLAGS_CXX -++ HDF5_LDFLAGS_F='-L/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib -lhdf5_hl -lhdf5hl_fortran -lhdf5 -lhdf5_fortran' -++ export HDF5_LDFLAGS_F -++ __LMOD_REF_COUNT_INFOPATH='/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/info:1;info_gdb_igfx:1' -++ export __LMOD_REF_COUNT_INFOPATH -++ INFOPATH=/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/info:info_gdb_igfx -++ export INFOPATH -++ INSPECTOR_2018_DIR=/usrx/local/prod/intel/2018UP01/inspector_2018 -++ export INSPECTOR_2018_DIR -++ INTEL_LICENSE_FILE=/usrx/local/prod/intel/licenses -++ export INTEL_LICENSE_FILE -++ INTEL_PYTHONHOME=/usrx/local/prod/intel/2018UP01/debugger_2018/python/intel64 -++ export INTEL_PYTHONHOME -++ IPPROOT=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp -++ export IPPROOT -++ IP_INC4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ip_v3.0.2_4 -++ export IP_INC4 -++ IP_INC8=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ip_v3.0.2_8 -++ export IP_INC8 -++ IP_INCd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ip_v3.0.2_d -++ export IP_INCd -++ IP_LIB4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libip_v3.0.2_4.a -++ export IP_LIB4 -++ IP_LIB8=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libip_v3.0.2_8.a -++ export IP_LIB8 -++ IP_LIBd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libip_v3.0.2_d.a -++ export IP_LIBd -++ IP_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/ip_v3.0.2 -++ export IP_SRC -++ IP_VER=v3.0.2 -++ export IP_VER -++ I_MPI_CC=icc -++ export I_MPI_CC -++ I_MPI_CXX=icpc -++ export I_MPI_CXX -++ I_MPI_EXTRA_FILESYSTEM=yes -++ export I_MPI_EXTRA_FILESYSTEM -++ I_MPI_EXTRA_FILESYSTEM_LIST=gpfs -++ export I_MPI_EXTRA_FILESYSTEM_LIST -++ I_MPI_F77=ifort -++ export I_MPI_F77 -++ I_MPI_F90=ifort -++ export I_MPI_F90 -++ I_MPI_FC=ifort -++ export I_MPI_FC -++ I_MPI_HYDRA_BOOTSTRAP=lsf -++ export I_MPI_HYDRA_BOOTSTRAP -++ I_MPI_HYDRA_IFACE=ib0 -++ export I_MPI_HYDRA_IFACE -++ I_MPI_LSF_USE_COLLECTIVE_LAUNCH=1 -++ export I_MPI_LSF_USE_COLLECTIVE_LAUNCH -++ I_MPI_ROOT=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi -++ export I_MPI_ROOT -++ JASPER_INC=/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/include -++ export JASPER_INC -++ JASPER_LIB=/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib/libjasper.a -++ export JASPER_LIB -++ JASPER_LIBDIR=/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib -++ export JASPER_LIBDIR -++ JASPER_SRC=/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/src/jasper-1.900.29 -++ export JASPER_SRC -++ JASPER_VER=1.900.29 -++ export JASPER_VER -++ KMP_AFFINITY=scatter -++ export KMP_AFFINITY -++ unset LAUNCH -++ __LMOD_REF_COUNT_LD_LIBRARY_PATH='/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/lib:1;/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib:1;/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib:1;/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib:1;/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:1;/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib:1;/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib:1;/usrx/local/prod/intel/2018UP01/itac_latest/slib:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:1;/usrx/local/prod/intel/2018UP01/debugger_2018/iga/lib:1;/usrx/local/prod/intel/2018UP01/debugger_2018/libipt/intel64/lib:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4:1' -++ export __LMOD_REF_COUNT_LD_LIBRARY_PATH -++ LD_LIBRARY_PATH=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/lib:/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib:/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib:/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib:/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib:/usrx/local/prod/intel/2018UP01/itac_latest/slib:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:/usrx/local/prod/intel/2018UP01/debugger_2018/iga/lib:/usrx/local/prod/intel/2018UP01/debugger_2018/libipt/intel64/lib:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4 -++ export LD_LIBRARY_PATH -++ __LMOD_REF_COUNT_LIBRARY_PATH='/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:1;/usrx/local/prod/intel/2018UP01/clck_latest/lib/intel64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4:1' -++ export __LMOD_REF_COUNT_LIBRARY_PATH -++ LIBRARY_PATH=/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:/usrx/local/prod/intel/2018UP01/clck_latest/lib/intel64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4 -++ export LIBRARY_PATH -++ LIB_NAME=POST -++ export LIB_NAME -++ LMOD_FAMILY_COMPILER=ips -++ export LMOD_FAMILY_COMPILER -++ LMOD_FAMILY_COMPILER_VERSION=18.0.1.163 -++ export LMOD_FAMILY_COMPILER_VERSION -++ LMOD_FAMILY_CONMPILER=HDF5-serial -++ export LMOD_FAMILY_CONMPILER -++ LMOD_FAMILY_CONMPILER_VERSION=1.10.1 -++ export LMOD_FAMILY_CONMPILER_VERSION -++ LMOD_FAMILY_MPI=impi -++ export LMOD_FAMILY_MPI -++ LMOD_FAMILY_MPI_VERSION=18.0.1 -++ export LMOD_FAMILY_MPI_VERSION -++ __LMOD_REF_COUNT_LOADEDMODULES='ips/18.0.1.163:1;impi/18.0.1:1;NetCDF/4.5.0:1;HDF5-serial/1.10.1:1;lsf/10.1:1;bacio/2.0.3:1;ip/3.0.2:1;sp/2.0.3:1;w3nco/2.0.7:1;w3emc/2.3.1:1;nemsio/2.2.4:1;g2/3.1.1:1;g2tmpl/1.6.0:1;crtm/2.2.6:1;jasper/1.900.29:1;libpng/1.2.59:1;zlib/1.2.11:1;post/8.0.1:1;esmf/8.0.0:1;cmake/3.10.0:1;fv3:1' -++ export __LMOD_REF_COUNT_LOADEDMODULES -++ LOADEDMODULES=ips/18.0.1.163:impi/18.0.1:NetCDF/4.5.0:HDF5-serial/1.10.1:lsf/10.1:bacio/2.0.3:ip/3.0.2:sp/2.0.3:w3nco/2.0.7:w3emc/2.3.1:nemsio/2.2.4:g2/3.1.1:g2tmpl/1.6.0:crtm/2.2.6:jasper/1.900.29:libpng/1.2.59:zlib/1.2.11:post/8.0.1:esmf/8.0.0:cmake/3.10.0:fv3 -++ export LOADEDMODULES -++ LSF_BINDIR=/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin -++ export LSF_BINDIR -++ LSF_ENVDIR=/gpfs/lsf/conf -++ export LSF_ENVDIR -++ LSF_LIBDIR=/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib -++ export LSF_LIBDIR -++ LSF_SERVERDIR=/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc -++ export LSF_SERVERDIR -++ __LMOD_REF_COUNT_MANPATH='/usrx/local/dev/packages/cmake/3.10.0/share/man:1;/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/share/man:1;/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/share/man:1;/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/man:1;/gpfs/lsf/10.1/man:1;/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/share/man:1;/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/share/man:1;/usrx/local/prod/intel/2018UP01/itac_latest/man:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/man/common:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/man:1;/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/man:1;/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-igfx/man:1;/usrx/local/prod/lmod/lmod/share/man:1;/usrx/local/prod/intel/2018UP01/inspector_2018/man:1;/usrx/local/prod/intel/2018UP01/advisor_2018/man:1' -++ export __LMOD_REF_COUNT_MANPATH -++ MANPATH=/usrx/local/dev/packages/cmake/3.10.0/share/man:/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/share/man:/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/share/man:/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/man:/gpfs/lsf/10.1/man:/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/share/man:/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/share/man:/usrx/local/prod/intel/2018UP01/itac_latest/man:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/man/common:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/man:/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/man:/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-igfx/man:/usrx/local/prod/lmod/lmod/share/man::/usrx/local/prod/intel/2018UP01/inspector_2018/man:/usrx/local/prod/intel/2018UP01/advisor_2018/man -++ export MANPATH -++ MKLROOT=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl -++ export MKLROOT -++ MODULEPATH=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/dev/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1:/usrx/local/prod/modulefiles/mpi_third/ips/18.0.1/impi/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/mpi_prod/ips/18.0.1/impi/18.0.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles -++ export MODULEPATH -++ MPM_LAUNCHER=/usrx/local/prod/intel/2018UP01/debugger_2018/mpm/mic/bin/start_mpm.sh -++ export MPM_LAUNCHER -++ NEMSIO_INC=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/nemsio_v2.2.4 -++ export NEMSIO_INC -++ NEMSIO_LIB=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libnemsio_v2.2.4.a -++ export NEMSIO_LIB -++ NEMSIO_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/nemsio_v2.2.4 -++ export NEMSIO_SRC -++ NEMSIO_VER=v2.2.4 -++ export NEMSIO_VER -++ NETCDF=/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0 -++ export NETCDF -++ NETCDF_CFLAGS=-I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -++ export NETCDF_CFLAGS -++ NETCDF_CXX4FLAGS=-I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -++ export NETCDF_CXX4FLAGS -++ NETCDF_CXXFLAGS=-I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -++ export NETCDF_CXXFLAGS -++ NETCDF_FFLAGS=-I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -++ export NETCDF_FFLAGS -++ NETCDF_INC=/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -++ export NETCDF_INC -++ NETCDF_INCLUDE=-I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -++ export NETCDF_INCLUDE -++ NETCDF_LDFLAGS='-L/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib -lnetcdff' -++ export NETCDF_LDFLAGS -++ NETCDF_LDFLAGS_C='-L/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib -lnetcdf' -++ export NETCDF_LDFLAGS_C -++ NETCDF_LDFLAGS_CXX='-L/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib -lnetcdf -lnetcdf_c++' -++ export NETCDF_LDFLAGS_CXX -++ NETCDF_LDFLAGS_CXX4='-L/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib -lnetcdf -lnetcdf_c++4' -++ export NETCDF_LDFLAGS_CXX4 -++ NETCDF_LDFLAGS_F='-L/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib -lnetcdff' -++ export NETCDF_LDFLAGS_F -++ NETCDF_LIB=/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib -++ export NETCDF_LIB -++ NETCDF_ROOT=/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0 -++ export NETCDF_ROOT -++ __LMOD_REF_COUNT_NLSPATH='/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin/locale/%l_%t/%N:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin/locale/%l_%t/%N:1;/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/share/locale/%l_%t/%N:1' -++ export __LMOD_REF_COUNT_NLSPATH -++ NLSPATH=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin/locale/%l_%t/%N:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin/locale/%l_%t/%N::/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/share/locale/%l_%t/%N -++ export NLSPATH -++ __LMOD_REF_COUNT_PATH='/usrx/local/dev/packages/cmake/3.10.0/bin:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/bin:1;/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/bin:1;/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/bin:1;/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc:1;/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin:1;/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1:1;/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/bin:1;/usrx/local/prod/intel/2018UP01/advisor_2018/bin64:1;/usrx/local/prod/intel/2018UP01/vtune_amplifier_2018/bin64:1;/usrx/local/prod/intel/2018UP01/inspector_2018/bin64:1;/usrx/local/prod/intel/2018UP01/itac_latest/bin:1;/usrx/local/prod/intel/2018UP01/clck_latest/bin/intel64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/bin/intel64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64:1;/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/targets/intel64/x200/bin:1;/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/bin:1;/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/usr/lpp/mmfs/bin:1;/opt/ibutils/bin:1;/opt/dell/srvadmin/bin:1;/u/Dusan.Jovic/bin:2;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/dbrowse:1;/u/Dusan.Jovic/.local/bin:1;/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/include:1' -++ export __LMOD_REF_COUNT_PATH -++ PATH=/usrx/local/dev/packages/cmake/3.10.0/bin:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/bin:/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/bin:/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/bin:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin:/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1:/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/bin:/usrx/local/prod/intel/2018UP01/advisor_2018/bin64:/usrx/local/prod/intel/2018UP01/vtune_amplifier_2018/bin64:/usrx/local/prod/intel/2018UP01/inspector_2018/bin64:/usrx/local/prod/intel/2018UP01/itac_latest/bin:/usrx/local/prod/intel/2018UP01/clck_latest/bin/intel64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/bin/intel64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64:/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/targets/intel64/x200/bin:/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/usr/lpp/mmfs/bin:/opt/ibutils/bin:/opt/dell/srvadmin/bin:/u/Dusan.Jovic/bin:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/dbrowse:/u/Dusan.Jovic/.local/bin:/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/include -++ export PATH -++ PKG_CONFIG_PATH=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/bin/pkgconfig -++ export PKG_CONFIG_PATH -++ PNG_INC=/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/include -++ export PNG_INC -++ PNG_LIB=/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng.a -++ export PNG_LIB -++ PNG_LIB12=/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng12.a -++ export PNG_LIB12 -++ PNG_LIBDIR=/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib -++ export PNG_LIBDIR -++ PNG_LIBso=/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng.so -++ export PNG_LIBso -++ PNG_SRC=/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/src/libpng-1.2.59 -++ export PNG_SRC -++ PNG_VER=1.2.59 -++ export PNG_VER -++ POST_INC=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ncep_post_v8.0.1_4 -++ export POST_INC -++ POST_LIB=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libncep_post_v8.0.1_4.a -++ export POST_LIB -++ POST_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/post_v8.0.1 -++ export POST_SRC -++ POST_VER=v8.0.1 -++ export POST_VER -++ PSTLROOT=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/pstl -++ export PSTLROOT -++ PYTHONPATH=/usrx/local/prod/intel/2018UP01/advisor_2018/pythonapi -++ export PYTHONPATH -++ SP_LIB4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_4.a -++ export SP_LIB4 -++ SP_LIB8=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_8.a -++ export SP_LIB8 -++ SP_LIBd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_d.a -++ export SP_LIBd -++ SP_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/sp_v2.0.3 -++ export SP_SRC -++ SP_VER=v2.0.3 -++ export SP_VER -++ TBBROOT=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb -++ export TBBROOT -++ VT_ADD_LIBS='-ldwarf -lelf -lvtunwind -lm -lpthread' -++ export VT_ADD_LIBS -++ VT_ARCH=intel64 -++ export VT_ARCH -++ VT_LIB_DIR=/usrx/local/prod/intel/2018UP01/itac_latest/lib -++ export VT_LIB_DIR -++ VT_MPI=impi4 -++ export VT_MPI -++ VT_ROOT=/usrx/local/prod/intel/2018UP01/itac_latest -++ export VT_ROOT -++ VT_SLIB_DIR=/usrx/local/prod/intel/2018UP01/itac_latest/slib -++ export VT_SLIB_DIR -++ W3EMC_INC4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3emc_v2.3.1_4 -++ export W3EMC_INC4 -++ W3EMC_INC8=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3emc_v2.3.1_8 -++ export W3EMC_INC8 -++ W3EMC_INCd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3emc_v2.3.1_d -++ export W3EMC_INCd -++ W3EMC_LIB4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_4.a -++ export W3EMC_LIB4 -++ W3EMC_LIB8=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_8.a -++ export W3EMC_LIB8 -++ W3EMC_LIBd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_d.a -++ export W3EMC_LIBd -++ W3EMC_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/w3emc_v2.3.1 -++ export W3EMC_SRC -++ W3EMC_VER=v2.3.1 -++ export W3EMC_VER -++ W3NCO_INC4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3nco_v2.0.7_4 -++ export W3NCO_INC4 -++ W3NCO_INC8=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3nco_v2.0.7_8 -++ export W3NCO_INC8 -++ W3NCO_INCd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3nco_v2.0.7_d -++ export W3NCO_INCd -++ W3NCO_LIB4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_4.a -++ export W3NCO_LIB4 -++ W3NCO_LIB8=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_8.a -++ export W3NCO_LIB8 -++ W3NCO_LIBd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_d.a -++ export W3NCO_LIBd -++ W3NCO_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/w3nco_v2.0.7 -++ export W3NCO_SRC -++ W3NCO_VER=v2.0.7 -++ export W3NCO_VER -++ XLSF_UIDDIR=/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib/uid -++ export XLSF_UIDDIR -++ Z_INC=/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/include -++ export Z_INC -++ Z_LIB=/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib/libz.a -++ export Z_LIB -++ Z_SRC=/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/src -++ export Z_SRC -++ Z_VER=1.2.11 -++ export Z_VER -++ __LMOD_REF_COUNT__LMFILES_='/usrx/local/prod/modulefiles/core_third/ips/18.0.1.163:1;/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1/impi/18.0.1.lua:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/NetCDF/4.5.0:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/HDF5-serial/1.10.1:1;/usrx/local/prod/modulefiles/core_third/lsf/10.1:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/bacio/2.0.3:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/ip/3.0.2:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/sp/2.0.3:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3nco/2.0.7:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3emc/2.3.1:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/nemsio/2.2.4:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2/3.1.1:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2tmpl/1.6.0:1;/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/crtm/2.2.6:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/jasper/1.900.29:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/libpng/1.2.59:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/zlib/1.2.11:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/post/8.0.1:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/esmf/8.0.0:1;/usrx/local/dev/modulefiles/cmake/3.10.0:1;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3:1' -++ export __LMOD_REF_COUNT__LMFILES_ -++ _LMFILES_=/usrx/local/prod/modulefiles/core_third/ips/18.0.1.163:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1/impi/18.0.1.lua:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/NetCDF/4.5.0:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/HDF5-serial/1.10.1:/usrx/local/prod/modulefiles/core_third/lsf/10.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/bacio/2.0.3:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/ip/3.0.2:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/sp/2.0.3:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3nco/2.0.7:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3emc/2.3.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/nemsio/2.2.4:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2/3.1.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2tmpl/1.6.0:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/crtm/2.2.6:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/jasper/1.900.29:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/libpng/1.2.59:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/zlib/1.2.11:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/post/8.0.1:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/esmf/8.0.0:/usrx/local/dev/modulefiles/cmake/3.10.0:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3 -++ export _LMFILES_ -++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImlwcyIsWyJjb25tcGlsZXIiXT0iSERGNS1zZXJpYWwiLFsibXBpIl09ImltcGkiLH0sbVQ9e1siSERGNS1zZXJpYWwiXT17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvSERGNS1zZXJpYWwvMS4xMC4xIixbImZ1bGxOYW1lIl09IkhERjUtc2VyaWFsLzEuMTAuMSIsWyJsb2FkT3JkZXIiXT00LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09IkhERjUtc2VyaWFs -++ export _ModuleTable001_ -++ _ModuleTable002_=LzEuMTAuMSIsfSxOZXRDREY9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xL05ldENERi80LjUuMCIsWyJmdWxsTmFtZSJdPSJOZXRDREYvNC41LjAiLFsibG9hZE9yZGVyIl09Myxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJOZXRDREYvNC41LjAiLH0sYmFjaW89e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2JhY2lvLzIuMC4zIixbImZ1bGxOYW1lIl09ImJhY2lvLzIuMC4zIixbImxvYWRPcmRlciJdPTYscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNl -++ export _ModuleTable002_ -++ _ModuleTable003_=ck5hbWUiXT0iYmFjaW8vMi4wLjMiLH0sY21ha2U9e1siZm4iXT0iL3VzcngvbG9jYWwvZGV2L21vZHVsZWZpbGVzL2NtYWtlLzMuMTAuMCIsWyJmdWxsTmFtZSJdPSJjbWFrZS8zLjEwLjAiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY21ha2UvMy4xMC4wIix9LGNydG09e1siZm4iXT0iL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfcHJvZC9pcHMvMTguMC4xL2NydG0vMi4yLjYiLFsiZnVsbE5hbWUiXT0iY3J0bS8yLjIuNiIsWyJsb2FkT3JkZXIiXT0xNCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1 -++ export _ModuleTable003_ -++ _ModuleTable004_=c2VyTmFtZSJdPSJjcnRtLzIuMi42Iix9LGVzbWY9e1siZm4iXT0iL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcjE4L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL3djb3NzX2RlbGxfcDMvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT0yMSxw -++ export _ModuleTable004_ -++ _ModuleTable005_=cm9wVD17fSxbInN0YWNrRGVwdGgiXT0wLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZzI9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2cyLzMuMS4xIixbImZ1bGxOYW1lIl09ImcyLzMuMS4xIixbImxvYWRPcmRlciJdPTEyLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcyLzMuMS4xIix9LGcydG1wbD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzJ0bXBsLzEuNi4wIixbImZ1bGxOYW1lIl09ImcydG1wbC8xLjYuMCIsWyJsb2FkT3JkZXIiXT0xMyxwcm9wVD17fSxbInN0YWNr -++ export _ModuleTable005_ -++ _ModuleTable006_=RGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMnRtcGwvMS42LjAiLH0saW1waT17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX21waS9pcHMvMTguMC4xL2ltcGkvMTguMC4xLmx1YSIsWyJmdWxsTmFtZSJdPSJpbXBpLzE4LjAuMSIsWyJsb2FkT3JkZXIiXT0yLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImltcGkvMTguMC4xIix9LGlwPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9pcC8zLjAuMiIsWyJmdWxsTmFtZSJdPSJpcC8zLjAuMiIsWyJsb2FkT3JkZXIiXT03LHByb3BUPXt9LFsic3Rh -++ export _ModuleTable006_ -++ _ModuleTable007_=Y2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImlwLzMuMC4yIix9LGlwcz17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQvaXBzLzE4LjAuMS4xNjMiLFsiZnVsbE5hbWUiXT0iaXBzLzE4LjAuMS4xNjMiLFsibG9hZE9yZGVyIl09MSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJpcHMvMTguMC4xLjE2MyIsfSxqYXNwZXI9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xL2phc3Blci8xLjkwMC4yOSIsWyJmdWxsTmFtZSJdPSJqYXNwZXIvMS45MDAuMjkiLFsibG9hZE9yZGVyIl09 -++ export _ModuleTable007_ -++ _ModuleTable008_=MTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iamFzcGVyLzEuOTAwLjI5Iix9LGxpYnBuZz17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvbGlicG5nLzEuMi41OSIsWyJmdWxsTmFtZSJdPSJsaWJwbmcvMS4yLjU5IixbImxvYWRPcmRlciJdPTE2LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImxpYnBuZy8xLjIuNTkiLH0sbHNmPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZC9sc2YvMTAuMSIsWyJmdWxsTmFtZSJdPSJsc2YvMTAuMSIsWyJsb2Fk -++ export _ModuleTable008_ -++ _ModuleTable009_=T3JkZXIiXT01LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImxzZi8xMC4xIix9LG5lbXNpbz17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvbmVtc2lvLzIuMi40IixbImZ1bGxOYW1lIl09Im5lbXNpby8yLjIuNCIsWyJsb2FkT3JkZXIiXT0xMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZW1zaW8vMi4yLjQiLH0scG9zdD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvcG9zdC84LjAuMSIsWyJmdWxsTmFtZSJdPSJwb3N0LzguMC4xIixbImxvYWRP -++ export _ModuleTable009_ -++ _ModuleTable010_=cmRlciJdPTE4LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InBvc3QvOC4wLjEiLH0sc3A9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL3NwLzIuMC4zIixbImZ1bGxOYW1lIl09InNwLzIuMC4zIixbImxvYWRPcmRlciJdPTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ic3AvMi4wLjMiLH0sdzNlbWM9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL3czZW1jLzIuMy4xIixbImZ1bGxOYW1lIl09InczZW1jLzIuMy4xIixbImxvYWRPcmRlciJdPTEwLHBy -++ export _ModuleTable010_ -++ _ModuleTable011_=b3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczZW1jLzIuMy4xIix9LHczbmNvPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy93M25jby8yLjAuNyIsWyJmdWxsTmFtZSJdPSJ3M25jby8yLjAuNyIsWyJsb2FkT3JkZXIiXT05LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHpsaWI9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xL3psaWIvMS4yLjExIixbImZ1bGxOYW1lIl09InpsaWIvMS4yLjExIixbImxvYWRPcmRl -++ export _ModuleTable011_ -++ _ModuleTable012_=ciJdPTE3LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InpsaWIvMS4yLjExIix9LH0sbXBhdGhBPXsiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMiLCIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9EdXNhbi5Kb3ZpYy91ZnMvcHIxOC91ZnMtd2VhdGhlci1tb2RlbC9tb2R1bGVmaWxlcy93Y29zc19kZWxsX3AzIiwiL3VzcngvbG9jYWwvZGV2L2VtY19yb2NvdG8vbW9kdWxlZmlsZXMiLCIvdXNyeC9sb2NhbC9kZXYvbW9kdWxlZmlsZXMiLCIvdXNyeC9sb2NhbC9wcm9kL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlIiwiL3VzcngvbG9j -++ export _ModuleTable012_ -++ _ModuleTable013_=YWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9kZWZzIiwiL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29yZV9wcm9kIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xIiwiL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfcHJvZC9pcHMvMTguMC4xIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl9tcGkvaXBzLzE4LjAuMSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvbXBpX3RoaXJkL2lwcy8xOC4wLjEvaW1waS8xOC4wLjEiLCIvZ3Bmcy9kZWxsMS9uY28vb3BzL253 -++ export _ModuleTable013_ -++ _ModuleTable014_=cHJvZC9tb2R1bGVmaWxlcy9tcGlfcHJvZC9pcHMvMTguMC4xL2ltcGkvMTguMC4xIiwiL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzIix9LFsic3lzdGVtQmFzZU1QQVRIIl09Ii91c3J4L2xvY2FsL3Byb2QvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmU6L3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkOi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvZGVmczovZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb3JlX3Byb2QiLH0= -++ export _ModuleTable014_ -++ _ModuleTable_Sz_=14 -++ export _ModuleTable_Sz_ -++ : -s sh -+ eval -+ module list -++ /usrx/local/prod/lmod/lmod/libexec/lmod bash list - -Currently Loaded Modules: - 1) ips/18.0.1.163 8) sp/2.0.3 15) jasper/1.900.29 - 2) impi/18.0.1 9) w3nco/2.0.7 16) libpng/1.2.59 - 3) NetCDF/4.5.0 10) w3emc/2.3.1 17) zlib/1.2.11 - 4) HDF5-serial/1.10.1 11) nemsio/2.2.4 18) post/8.0.1 - 5) lsf/10.1 12) g2/3.1.1 19) esmf/8.0.0 - 6) bacio/2.0.3 13) g2tmpl/1.6.0 20) cmake/3.10.0 - 7) ip/3.0.2 14) crtm/2.2.6 21) fv3 - - - -+ eval 'MODULEPATH="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/dev/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1:/usrx/local/prod/modulefiles/mpi_third/ips/18.0.1/impi/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/mpi_prod/ips/18.0.1/impi/18.0.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles";' export 'MODULEPATH;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImlwcyIsWyJjb25tcGlsZXIiXT0iSERGNS1zZXJpYWwiLFsibXBpIl09ImltcGkiLH0sbVQ9e1siSERGNS1zZXJpYWwiXT17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvSERGNS1zZXJpYWwvMS4xMC4xIixbImZ1bGxOYW1lIl09IkhERjUtc2VyaWFsLzEuMTAuMSIsWyJsb2FkT3JkZXIiXT00LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09IkhERjUtc2VyaWFs";' export '_ModuleTable001_;' '_ModuleTable002_="LzEuMTAuMSIsfSxOZXRDREY9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xL05ldENERi80LjUuMCIsWyJmdWxsTmFtZSJdPSJOZXRDREYvNC41LjAiLFsibG9hZE9yZGVyIl09Myxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJOZXRDREYvNC41LjAiLH0sYmFjaW89e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2JhY2lvLzIuMC4zIixbImZ1bGxOYW1lIl09ImJhY2lvLzIuMC4zIixbImxvYWRPcmRlciJdPTYscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNl";' export '_ModuleTable002_;' '_ModuleTable003_="ck5hbWUiXT0iYmFjaW8vMi4wLjMiLH0sY21ha2U9e1siZm4iXT0iL3VzcngvbG9jYWwvZGV2L21vZHVsZWZpbGVzL2NtYWtlLzMuMTAuMCIsWyJmdWxsTmFtZSJdPSJjbWFrZS8zLjEwLjAiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY21ha2UvMy4xMC4wIix9LGNydG09e1siZm4iXT0iL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfcHJvZC9pcHMvMTguMC4xL2NydG0vMi4yLjYiLFsiZnVsbE5hbWUiXT0iY3J0bS8yLjIuNiIsWyJsb2FkT3JkZXIiXT0xNCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1";' export '_ModuleTable003_;' '_ModuleTable004_="c2VyTmFtZSJdPSJjcnRtLzIuMi42Iix9LGVzbWY9e1siZm4iXT0iL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcjE4L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL3djb3NzX2RlbGxfcDMvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT0yMSxw";' export '_ModuleTable004_;' '_ModuleTable005_="cm9wVD17fSxbInN0YWNrRGVwdGgiXT0wLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZzI9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2cyLzMuMS4xIixbImZ1bGxOYW1lIl09ImcyLzMuMS4xIixbImxvYWRPcmRlciJdPTEyLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcyLzMuMS4xIix9LGcydG1wbD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzJ0bXBsLzEuNi4wIixbImZ1bGxOYW1lIl09ImcydG1wbC8xLjYuMCIsWyJsb2FkT3JkZXIiXT0xMyxwcm9wVD17fSxbInN0YWNr";' export '_ModuleTable005_;' '_ModuleTable006_="RGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMnRtcGwvMS42LjAiLH0saW1waT17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX21waS9pcHMvMTguMC4xL2ltcGkvMTguMC4xLmx1YSIsWyJmdWxsTmFtZSJdPSJpbXBpLzE4LjAuMSIsWyJsb2FkT3JkZXIiXT0yLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImltcGkvMTguMC4xIix9LGlwPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9pcC8zLjAuMiIsWyJmdWxsTmFtZSJdPSJpcC8zLjAuMiIsWyJsb2FkT3JkZXIiXT03LHByb3BUPXt9LFsic3Rh";' export '_ModuleTable006_;' '_ModuleTable007_="Y2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImlwLzMuMC4yIix9LGlwcz17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQvaXBzLzE4LjAuMS4xNjMiLFsiZnVsbE5hbWUiXT0iaXBzLzE4LjAuMS4xNjMiLFsibG9hZE9yZGVyIl09MSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJpcHMvMTguMC4xLjE2MyIsfSxqYXNwZXI9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xL2phc3Blci8xLjkwMC4yOSIsWyJmdWxsTmFtZSJdPSJqYXNwZXIvMS45MDAuMjkiLFsibG9hZE9yZGVyIl09";' export '_ModuleTable007_;' '_ModuleTable008_="MTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iamFzcGVyLzEuOTAwLjI5Iix9LGxpYnBuZz17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvbGlicG5nLzEuMi41OSIsWyJmdWxsTmFtZSJdPSJsaWJwbmcvMS4yLjU5IixbImxvYWRPcmRlciJdPTE2LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImxpYnBuZy8xLjIuNTkiLH0sbHNmPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZC9sc2YvMTAuMSIsWyJmdWxsTmFtZSJdPSJsc2YvMTAuMSIsWyJsb2Fk";' export '_ModuleTable008_;' '_ModuleTable009_="T3JkZXIiXT01LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImxzZi8xMC4xIix9LG5lbXNpbz17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvbmVtc2lvLzIuMi40IixbImZ1bGxOYW1lIl09Im5lbXNpby8yLjIuNCIsWyJsb2FkT3JkZXIiXT0xMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZW1zaW8vMi4yLjQiLH0scG9zdD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvcG9zdC84LjAuMSIsWyJmdWxsTmFtZSJdPSJwb3N0LzguMC4xIixbImxvYWRP";' export '_ModuleTable009_;' '_ModuleTable010_="cmRlciJdPTE4LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InBvc3QvOC4wLjEiLH0sc3A9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL3NwLzIuMC4zIixbImZ1bGxOYW1lIl09InNwLzIuMC4zIixbImxvYWRPcmRlciJdPTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ic3AvMi4wLjMiLH0sdzNlbWM9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL3czZW1jLzIuMy4xIixbImZ1bGxOYW1lIl09InczZW1jLzIuMy4xIixbImxvYWRPcmRlciJdPTEwLHBy";' export '_ModuleTable010_;' '_ModuleTable011_="b3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczZW1jLzIuMy4xIix9LHczbmNvPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy93M25jby8yLjAuNyIsWyJmdWxsTmFtZSJdPSJ3M25jby8yLjAuNyIsWyJsb2FkT3JkZXIiXT05LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHpsaWI9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xL3psaWIvMS4yLjExIixbImZ1bGxOYW1lIl09InpsaWIvMS4yLjExIixbImxvYWRPcmRl";' export '_ModuleTable011_;' '_ModuleTable012_="ciJdPTE3LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InpsaWIvMS4yLjExIix9LH0sbXBhdGhBPXsiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMiLCIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9EdXNhbi5Kb3ZpYy91ZnMvcHIxOC91ZnMtd2VhdGhlci1tb2RlbC9tb2R1bGVmaWxlcy93Y29zc19kZWxsX3AzIiwiL3VzcngvbG9jYWwvZGV2L2VtY19yb2NvdG8vbW9kdWxlZmlsZXMiLCIvdXNyeC9sb2NhbC9kZXYvbW9kdWxlZmlsZXMiLCIvdXNyeC9sb2NhbC9wcm9kL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlIiwiL3VzcngvbG9j";' export '_ModuleTable012_;' '_ModuleTable013_="YWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9kZWZzIiwiL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29yZV9wcm9kIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xIiwiL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfcHJvZC9pcHMvMTguMC4xIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl9tcGkvaXBzLzE4LjAuMSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvbXBpX3RoaXJkL2lwcy8xOC4wLjEvaW1waS8xOC4wLjEiLCIvZ3Bmcy9kZWxsMS9uY28vb3BzL253";' export '_ModuleTable013_;' '_ModuleTable014_="cHJvZC9tb2R1bGVmaWxlcy9tcGlfcHJvZC9pcHMvMTguMC4xL2ltcGkvMTguMC4xIiwiL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzIix9LFsic3lzdGVtQmFzZU1QQVRIIl09Ii91c3J4L2xvY2FsL3Byb2QvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmU6L3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkOi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvZGVmczovZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb3JlX3Byb2QiLH0=";' export '_ModuleTable014_;' '_ModuleTable_Sz_="14";' export '_ModuleTable_Sz_;' -++ MODULEPATH=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/dev/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1:/usrx/local/prod/modulefiles/mpi_third/ips/18.0.1/impi/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/mpi_prod/ips/18.0.1/impi/18.0.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles -++ export MODULEPATH -++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImlwcyIsWyJjb25tcGlsZXIiXT0iSERGNS1zZXJpYWwiLFsibXBpIl09ImltcGkiLH0sbVQ9e1siSERGNS1zZXJpYWwiXT17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvSERGNS1zZXJpYWwvMS4xMC4xIixbImZ1bGxOYW1lIl09IkhERjUtc2VyaWFsLzEuMTAuMSIsWyJsb2FkT3JkZXIiXT00LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09IkhERjUtc2VyaWFs -++ export _ModuleTable001_ -++ _ModuleTable002_=LzEuMTAuMSIsfSxOZXRDREY9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xL05ldENERi80LjUuMCIsWyJmdWxsTmFtZSJdPSJOZXRDREYvNC41LjAiLFsibG9hZE9yZGVyIl09Myxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJOZXRDREYvNC41LjAiLH0sYmFjaW89e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2JhY2lvLzIuMC4zIixbImZ1bGxOYW1lIl09ImJhY2lvLzIuMC4zIixbImxvYWRPcmRlciJdPTYscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNl -++ export _ModuleTable002_ -++ _ModuleTable003_=ck5hbWUiXT0iYmFjaW8vMi4wLjMiLH0sY21ha2U9e1siZm4iXT0iL3VzcngvbG9jYWwvZGV2L21vZHVsZWZpbGVzL2NtYWtlLzMuMTAuMCIsWyJmdWxsTmFtZSJdPSJjbWFrZS8zLjEwLjAiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY21ha2UvMy4xMC4wIix9LGNydG09e1siZm4iXT0iL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfcHJvZC9pcHMvMTguMC4xL2NydG0vMi4yLjYiLFsiZnVsbE5hbWUiXT0iY3J0bS8yLjIuNiIsWyJsb2FkT3JkZXIiXT0xNCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1 -++ export _ModuleTable003_ -++ _ModuleTable004_=c2VyTmFtZSJdPSJjcnRtLzIuMi42Iix9LGVzbWY9e1siZm4iXT0iL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcjE4L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL3djb3NzX2RlbGxfcDMvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT0yMSxw -++ export _ModuleTable004_ -++ _ModuleTable005_=cm9wVD17fSxbInN0YWNrRGVwdGgiXT0wLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZzI9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2cyLzMuMS4xIixbImZ1bGxOYW1lIl09ImcyLzMuMS4xIixbImxvYWRPcmRlciJdPTEyLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcyLzMuMS4xIix9LGcydG1wbD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzJ0bXBsLzEuNi4wIixbImZ1bGxOYW1lIl09ImcydG1wbC8xLjYuMCIsWyJsb2FkT3JkZXIiXT0xMyxwcm9wVD17fSxbInN0YWNr -++ export _ModuleTable005_ -++ _ModuleTable006_=RGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMnRtcGwvMS42LjAiLH0saW1waT17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX21waS9pcHMvMTguMC4xL2ltcGkvMTguMC4xLmx1YSIsWyJmdWxsTmFtZSJdPSJpbXBpLzE4LjAuMSIsWyJsb2FkT3JkZXIiXT0yLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImltcGkvMTguMC4xIix9LGlwPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9pcC8zLjAuMiIsWyJmdWxsTmFtZSJdPSJpcC8zLjAuMiIsWyJsb2FkT3JkZXIiXT03LHByb3BUPXt9LFsic3Rh -++ export _ModuleTable006_ -++ _ModuleTable007_=Y2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImlwLzMuMC4yIix9LGlwcz17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQvaXBzLzE4LjAuMS4xNjMiLFsiZnVsbE5hbWUiXT0iaXBzLzE4LjAuMS4xNjMiLFsibG9hZE9yZGVyIl09MSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJpcHMvMTguMC4xLjE2MyIsfSxqYXNwZXI9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xL2phc3Blci8xLjkwMC4yOSIsWyJmdWxsTmFtZSJdPSJqYXNwZXIvMS45MDAuMjkiLFsibG9hZE9yZGVyIl09 -++ export _ModuleTable007_ -++ _ModuleTable008_=MTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iamFzcGVyLzEuOTAwLjI5Iix9LGxpYnBuZz17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvbGlicG5nLzEuMi41OSIsWyJmdWxsTmFtZSJdPSJsaWJwbmcvMS4yLjU5IixbImxvYWRPcmRlciJdPTE2LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImxpYnBuZy8xLjIuNTkiLH0sbHNmPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZC9sc2YvMTAuMSIsWyJmdWxsTmFtZSJdPSJsc2YvMTAuMSIsWyJsb2Fk -++ export _ModuleTable008_ -++ _ModuleTable009_=T3JkZXIiXT01LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImxzZi8xMC4xIix9LG5lbXNpbz17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvbmVtc2lvLzIuMi40IixbImZ1bGxOYW1lIl09Im5lbXNpby8yLjIuNCIsWyJsb2FkT3JkZXIiXT0xMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZW1zaW8vMi4yLjQiLH0scG9zdD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvcG9zdC84LjAuMSIsWyJmdWxsTmFtZSJdPSJwb3N0LzguMC4xIixbImxvYWRP -++ export _ModuleTable009_ -++ _ModuleTable010_=cmRlciJdPTE4LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InBvc3QvOC4wLjEiLH0sc3A9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL3NwLzIuMC4zIixbImZ1bGxOYW1lIl09InNwLzIuMC4zIixbImxvYWRPcmRlciJdPTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ic3AvMi4wLjMiLH0sdzNlbWM9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL3czZW1jLzIuMy4xIixbImZ1bGxOYW1lIl09InczZW1jLzIuMy4xIixbImxvYWRPcmRlciJdPTEwLHBy -++ export _ModuleTable010_ -++ _ModuleTable011_=b3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczZW1jLzIuMy4xIix9LHczbmNvPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy93M25jby8yLjAuNyIsWyJmdWxsTmFtZSJdPSJ3M25jby8yLjAuNyIsWyJsb2FkT3JkZXIiXT05LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHpsaWI9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xL3psaWIvMS4yLjExIixbImZ1bGxOYW1lIl09InpsaWIvMS4yLjExIixbImxvYWRPcmRl -++ export _ModuleTable011_ -++ _ModuleTable012_=ciJdPTE3LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InpsaWIvMS4yLjExIix9LH0sbXBhdGhBPXsiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMiLCIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9EdXNhbi5Kb3ZpYy91ZnMvcHIxOC91ZnMtd2VhdGhlci1tb2RlbC9tb2R1bGVmaWxlcy93Y29zc19kZWxsX3AzIiwiL3VzcngvbG9jYWwvZGV2L2VtY19yb2NvdG8vbW9kdWxlZmlsZXMiLCIvdXNyeC9sb2NhbC9kZXYvbW9kdWxlZmlsZXMiLCIvdXNyeC9sb2NhbC9wcm9kL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlIiwiL3VzcngvbG9j -++ export _ModuleTable012_ -++ _ModuleTable013_=YWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9kZWZzIiwiL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29yZV9wcm9kIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xIiwiL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfcHJvZC9pcHMvMTguMC4xIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl9tcGkvaXBzLzE4LjAuMSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvbXBpX3RoaXJkL2lwcy8xOC4wLjEvaW1waS8xOC4wLjEiLCIvZ3Bmcy9kZWxsMS9uY28vb3BzL253 -++ export _ModuleTable013_ -++ _ModuleTable014_=cHJvZC9tb2R1bGVmaWxlcy9tcGlfcHJvZC9pcHMvMTguMC4xL2ltcGkvMTguMC4xIiwiL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzIix9LFsic3lzdGVtQmFzZU1QQVRIIl09Ii91c3J4L2xvY2FsL3Byb2QvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmU6L3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkOi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvZGVmczovZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb3JlX3Byb2QiLH0= -++ export _ModuleTable014_ -++ _ModuleTable_Sz_=14 -++ export _ModuleTable_Sz_ -++ : -s sh -+ eval -+ cd build_fv3_3 -+ cmake /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model -D32BIT=Y --- The C compiler identification is Intel 18.0.1.20171018 --- The CXX compiler identification is Intel 18.0.1.20171018 --- The Fortran compiler identification is Intel 18.0.1.20171018 --- Check for working C compiler: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiicc --- Check for working C compiler: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiicc -- works --- Detecting C compiler ABI info --- Detecting C compiler ABI info - done --- Detecting C compile features --- Detecting C compile features - done --- Check for working CXX compiler: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiicpc --- Check for working CXX compiler: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiicpc -- works --- Detecting CXX compiler ABI info --- Detecting CXX compiler ABI info - done --- Detecting CXX compile features --- Detecting CXX compile features - done --- Check for working Fortran compiler: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort --- Check for working Fortran compiler: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -- works --- Detecting Fortran compiler ABI info --- Detecting Fortran compiler ABI info - done --- Checking whether /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort supports Fortran 90 --- Checking whether /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort supports Fortran 90 -- yes --- Found MPI_C: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiicc (found version "3.1") --- Found MPI_CXX: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiicpc (found version "3.1") --- Found MPI_Fortran: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort (found version "3.1") --- Found MPI: TRUE (found version "3.1") -ESMFMKFILE: /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/lib/esmf.mk - Found ESMF: -ESMF_VERSION_MAJOR: 8 -ESMF_F90COMPILEPATHS: /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include;/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -ESMF_F90ESMFLINKRPATHS: -Wl,-rpath,/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/lib -ESMF_F90ESMFLINKLIBS: -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf --- Found ESMF: /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include;/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include (found version "8.0.0") - -Setting configuration for wcoss_dell_p3 - -C compiler: Intel 18.0.1.20171018 (mpiicc) -CXX compiler: Intel 18.0.1.20171018 (mpiicpc) -Fortran compiler: Intel 18.0.1.20171018 (mpiifort) - -DEBUG is disabled -REPRO is disabled -32BIT is ENABLED -OPENMP is ENABLED -AVX2 is disabled -INLINE_POST is ENABLED - - -Selected physics package: gfs - -Force 64 bits in gfsphysics -Force 64 bits in ipd -Force 64 bits in stochastic_physics --- Configuring done --- Generating done --- Build files have been written to: /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_3 -+ make -j 4 -Scanning dependencies of target fv3cpl -[ 1%] Building Fortran object FV3/cpl/CMakeFiles/fv3cpl.dir/module_cplfields.F90.o -[ 1%] Building Fortran object FV3/cpl/CMakeFiles/fv3cpl.dir/module_cap_cpl.F90.o -Scanning dependencies of target fms -[ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/platform/platform.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_parameter.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_core.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -Scanning dependencies of target gfsphysics -[ 2%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/machine.F.o -[ 3%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/co2hc.f.o -[ 3%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_input.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 3%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/cloud_interpolator.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 3%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_composition.f.o -[ 3%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_io.F90.o -[ 4%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/efield.f.o -[ 4%] Building Fortran object CMakeFiles/fms.dir/FMS/random_numbers/MersenneTwister.F90.o -[ 5%] Building Fortran object CMakeFiles/fms.dir/FMS/sat_vapor_pres/sat_vapor_pres_k.F90.o -[ 5%] Building Fortran object CMakeFiles/fms.dir/FMS/constants/constants.F90.o -[ 5%] Linking Fortran static library libfv3cpl.a -[ 5%] Built target fv3cpl -[ 6%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/wam_f107_kp_mod.f90.o -[ 6%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mersenne_twister.f.o -[ 7%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_data.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 7%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/GFDL_parse_tracers.F90.o -[ 7%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp.F90.o -[ 8%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/iounitdef.f.o -[ 8%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/namelist_soilveg.f.o -[ 8%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_wrf_utl.f90.o -[ 8%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/noahmp_tables.f90.o -[ 8%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_mp_radar.F90.o -[ 8%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/physcons.F90.o -[ 8%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/date_def.f.o -[ 9%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/progtm_module.f.o -[ 9%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/aerclm_def.f.o -[ 9%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2o_def.f.o -[ 9%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/physparam.f.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 10%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ozne_def.f.o -[ 10%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gfs_phy_tracer_config.F.o -[ 10%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/surface_perturbation.F90.o -[ 10%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_sf_noahmp_glacier.f90.o -[ 11%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_sf_noahmplsm.f90.o -[ 11%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/iccn_def.f.o -[ 12%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/micro_mg_utils.F90.o -[ 12%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gfdl_cloud_microphys.F90.o -[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/tracer_const_h.f.o -[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/funcphys.f90.o -[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_ugwp_initialize.F90.o -[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radlw_param.f.o -[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radsw_param.f.o -[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_astronomy.f.o -[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_surface.f.o -[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_nst_parameters.f90.o -[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/aer_cloud.F.o -[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_mp_thompson_gfs.F90.o -[ 15%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_mp_wsm6_fv3.F90.o -[ 15%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/get_prs_fv3.f90.o -[ 16%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_cice.f.o -[ 16%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_diff.f.o -[ 16%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_ugwp_module.F90.o -[ 16%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/rascnvv2.f.o -[ 16%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_aerosols.f.o -ifort: command line warning #10121: overriding '-xHOST' with '-xCORE-AVX-I' -[ 16%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_bfmicrophysics.f.o -[ 16%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_gases.f.o -[ 17%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radlw_datatb.f.o -[ 17%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_efp.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 17%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_memutils.F90.o -[ 18%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_pset.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 19%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radsw_datatb.f.o -[ 19%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_nst_water_prop.f90.o -[ 20%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_type.F90.o -[ 21%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/gradient.F90.o -[ 21%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/wv_saturation.F.o -[ 21%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_domains.F90.o -[ 22%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cs_conv.F90.o -[ 22%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_diag.f.o -[ 23%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_drv.f.o -[ 23%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_ocean.f.o -[ 24%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_sice.f.o -[ 24%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_typedefs.F90.o -[ 25%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_clouds.f.o -[ 25%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radlw_main.f.o -[ 25%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radsw_main.f.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 25%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_nst_model.f90.o -[ 25%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cldmacro.F.o -[ 26%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cldwat2m_micro.F.o -[ 26%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/micro_mg2_0.F90.o -[ 26%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/micro_mg3_0.F90.o -[ 27%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_radiation_driver.F90.o -[ 27%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_diagnostics.F90.o -[ 27%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_nst.f.o -[ 27%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_physics_driver.F90.o -[ 27%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_restart.F90.o -[ 27%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_comm.F90.o -[ 28%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_io.F90.o -Compiling in MPI mode (with or without MPP) -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 28%] Building Fortran object CMakeFiles/fms.dir/FMS/fms/fms_io.F90.o -[ 28%] Building Fortran object CMakeFiles/fms.dir/FMS/memutils/memutils.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 29%] Building Fortran object CMakeFiles/fms.dir/FMS/fms/fms.F90.o -[ 29%] Building Fortran object CMakeFiles/fms.dir/FMS/time_manager/time_manager.F90.o -[ 29%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bicubic.F90.o -[ 30%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bilinear.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 30%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_conserve.F90.o -[ 30%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_spherical.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 30%] Building Fortran object CMakeFiles/fms.dir/FMS/axis_utils/axis_utils.F90.o -[ 30%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_grid.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 30%] Building Fortran object CMakeFiles/fms.dir/FMS/field_manager/field_manager.F90.o -[ 30%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/mosaic.F90.o -[ 31%] Building Fortran object CMakeFiles/fms.dir/FMS/topography/gaussian_topog.F90.o -[ 31%] Building Fortran object CMakeFiles/fms.dir/FMS/time_manager/get_cal_time.F90.o -[ 32%] Building Fortran object CMakeFiles/fms.dir/FMS/time_interp/time_interp.F90.o -[ 32%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_data.F90.o -[ 33%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_types.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 33%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp.F90.o -[ 34%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_axis.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_manifest.F90.o -[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/field_manager/fm_util.F90.o -[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/xbt_drop_rate_adjust.f90.o -[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/write_ocean_data.F90.o -[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/time_interp/time_interp_external.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_output.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 36%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_util.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 36%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_table.F90.o -[ 36%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_manager.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 36%] Building Fortran object CMakeFiles/fms.dir/FMS/data_override/data_override.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 37%] Building Fortran object CMakeFiles/fms.dir/FMS/exchange/stock_constants.F90.o -[ 37%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/coupler_types.F90.o -[ 38%] Building Fortran object CMakeFiles/fms.dir/FMS/block_control/block_control.F90.o -[ 38%] Building Fortran object CMakeFiles/fms.dir/FMS/amip_interp/amip_interp.F90.o -[ 38%] Building Fortran object CMakeFiles/fms.dir/FMS/astronomy/astronomy.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 39%] Building Fortran object CMakeFiles/fms.dir/FMS/column_diagnostics/column_diagnostics.F90.o -[ 39%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/atmos_ocean_fluxes.F90.o -[ 39%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/ensemble_manager.F90.o -[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters.F90.o -[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/exchange/xgrid.F90.o -[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft.F90.o -[ 40%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_driver.F90.o -Compiling in MPI mode (with or without MPP) -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft99.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/interpolator/interpolator.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/grid.F90.o -[ 42%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_abstraction_layer.F90.o -[ 43%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2oc.f.o -[ 43%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_utilities.F90.o -[ 43%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_solar_heating.f.o -[ 43%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core.F90.o -[ 43%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_tracer.f.o -[ 44%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ideaca.f.o -[ 44%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfcsub.F.o -[ 44%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ugwp_driver_v0.f.o -[ 44%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core_ecda.F90.o -[ 44%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cnvc90.f.o -[ 44%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/dcyc2.f.o -[ 44%] Building Fortran object CMakeFiles/fms.dir/FMS/random_numbers/random_numbers.F90.o -[ 44%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/dcyc2.pre.rad.f.o -[ 44%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/get_prs.f.o -[ 44%] Building Fortran object CMakeFiles/fms.dir/FMS/sat_vapor_pres/sat_vapor_pres.F90.o -[ 44%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gocart_tracer_config_stub.f.o -[ 45%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gscond.f.o -[ 45%] Building Fortran object CMakeFiles/fms.dir/FMS/station_data/station_data.F90.o -[ 45%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gscondp.f.o -[ 45%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gwdc.f.o -[ 46%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gwdps.f.o -[ 46%] Building Fortran object CMakeFiles/fms.dir/FMS/topography/topography.F90.o -[ 46%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_orowam2017.f.o -[ 46%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2ohdc.f.o -[ 46%] Building Fortran object CMakeFiles/fms.dir/FMS/tracer_manager/tracer_manager.F90.o -[ 46%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2ophys.f.o -[ 46%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_co2.f.o -[ 46%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_dissipation.f.o -[ 47%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_h2o.f.o -[ 47%] Building Fortran object CMakeFiles/fms.dir/FMS/tridiagonal/tridiagonal.F90.o -[ 47%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_ion.f.o -[ 47%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_o2_o3.f.o -[ 48%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_phys.f.o -[ 49%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/quicksort.F90.o -[ 49%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/lrgsclr.f.o -[ 50%] Building C object CMakeFiles/fms.dir/FMS/memutils/memuse.c.o -[ 50%] Building C object CMakeFiles/fms.dir/FMS/mosaic/create_xgrid.c.o -[ 50%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfpbl.f.o -[ 50%] Building C object CMakeFiles/fms.dir/FMS/mosaic/gradient_c2l.c.o -[ 51%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfpblt.f.o -[ 51%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfpbltq.f.o -[ 51%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfscu.f.o -[ 52%] Building C object CMakeFiles/fms.dir/FMS/mosaic/interp.c.o -[ 53%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfscuq.f.o -[ 53%] Building C object CMakeFiles/fms.dir/FMS/mosaic/mosaic_util.c.o -[ 53%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninedmf.f.o -[ 53%] Building C object CMakeFiles/fms.dir/FMS/mosaic/read_mosaic.c.o -[ 53%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninedmf_hafs.f.o -[ 54%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninp.f.o -[ 54%] Building C object CMakeFiles/fms.dir/FMS/affinity/affinity.c.o -[ 54%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninp1.f.o -[ 55%] Building C object CMakeFiles/fms.dir/FMS/mpp/nsclock.c.o -[ 55%] Building C object CMakeFiles/fms.dir/FMS/mpp/threadloc.c.o -[ 55%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninq.f.o -[ 56%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninq1.f.o -[ 56%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninshoc.f.o -[ 56%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mstadb.f.o -[ 57%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mstadbtn.f.o -[ 57%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mstadbtn2.f.o -[ 57%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mstcnv.f.o -[ 58%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ozphys.f.o -[ 58%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ozphys_2015.f.o -[ 58%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/precpd.f.o -[ 59%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/precpd_shoc.f.o -[ 59%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/precpdp.f.o -[ 59%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/progt2.f.o -[ 59%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/rad_initialize.f.o -[ 60%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/rayleigh_damp.f.o -[ 60%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/rayleigh_damp_mesopause.f.o -[ 60%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/samfaerosols.f.o -[ 61%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/samfdeepcnv.f.o -[ 61%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/samfshalcnv.f.o -[ 61%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sascnv.f.o -[ 61%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sascnvn.f.o -[ 62%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/satmedmfvdif.f.o -[ 62%] Linking Fortran static library FMS/libfms.a -[ 62%] Built target fms -[ 62%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/satmedmfvdifq.f.o -[ 62%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/set_soilveg.f.o -[ 62%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_noahmp_drv.f.o -[ 62%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sflx.f.o -[ 62%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcnv.f.o -[ 63%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcv.f.o -[ 63%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcv_1lyr.f.o -[ 63%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcv_fixdp.f.o -[ 63%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcv_opr.f.o -[ 63%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/tridi2t3.f.o -[ 63%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/calpreciptype.f90.o -[ 63%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gcm_shoc.f90.o -[ 64%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2ointerp.f90.o -[ 65%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ozinterp.f90.o -[ 65%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/iccninterp.f90.o -[ 65%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/aerinterp.f90.o -[ 66%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/num_parthds.F.o -[ 67%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gcycle.F90.o -[ 68%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_ugwp_utils.F90.o -[ 68%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_ugwp_triggers.F90.o -[ 68%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_ugwp_solvers.F90.o -[ 68%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_vert_lsatdis.F90.o -[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_vert_orodis.F90.o -[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_vert_wmsdis.F90.o -[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/m_micro_driver.F90.o -[ 70%] Linking Fortran static library libgfsphysics.a -[ 70%] Built target gfsphysics -Scanning dependencies of target ipd -[ 70%] Building Fortran object FV3/ipd/CMakeFiles/ipd.dir/IPD_typedefs.F90.o -[ 70%] Building Fortran object FV3/ipd/CMakeFiles/ipd.dir/IPD_driver.F90.o -[ 70%] Linking Fortran static library libipd.a -[ 70%] Built target ipd -Scanning dependencies of target io -[ 70%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_fv3_io_def.F90.o -[ 70%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_internal_state.F90.o -Scanning dependencies of target fv3core -[ 71%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/external_sst.F90.o -[ 72%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_arrays.F90.o -[ 73%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_fill.F90.o -[ 73%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_nemsio.F90.o -[ 73%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/sim_nc_mod.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 74%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_netcdf.F90.o -[ 74%] Building Fortran object FV3/io/CMakeFiles/io.dir/post_gfs.F90.o -[ 74%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/DYCORE_typedefs.F90.o -[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_mp_mod.F90.o -[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/sorted_index.F90.o -[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_eta.F90.o -[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_cmp.F90.o -[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_timing.F90.o -[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_sg.F90.o -[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_grid_utils.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/boundary.F90.o -[ 75%] Building Fortran object FV3/io/CMakeFiles/io.dir/FV3GFS_io.F90.o -[ 76%] Building Fortran object FV3/io/CMakeFiles/io.dir/ffsync.F90.o -[ 76%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_wrt_grid_comp.F90.o -[ 76%] Building Fortran object FV3/io/CMakeFiles/io.dir/post_nems_routines.F90.o -[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/a2b_edge.F90.o -[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_mapz.F90.o -[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_surf_map.F90.o -[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/tp_core.F90.o -[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_grid_tools.F90.o -[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/init_hydro.F90.o -[ 78%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_treat_da_inc.F90.o -[ 78%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/sw_core.F90.o -[ 78%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_iau_mod.F90.o -[ 79%] Linking Fortran static library libio.a -[ 79%] Built target io -[ 80%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_io.F90.o -[ 80%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_diagnostics.F90.o -[ 80%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/nh_utils.F90.o -[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/nh_core.F90.o -[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/test_cases.F90.o -[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_nudge.F90.o -[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_regional_bc.F90.o -[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/fv_nggps_diag.F90.o -[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_tracer2d.F90.o -[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/dyn_core.F90.o -[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_update_phys.F90.o -[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/external_ic.F90.o -[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_restart.F90.o -[ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_control.F90.o -[ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_nesting.F90.o -[ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_dynamics.F90.o -[ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/atmosphere.F90.o -[ 85%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/multi_gases.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 85%] Linking Fortran static library libfv3core.a -[ 85%] Built target fv3core -Scanning dependencies of target stochastic_physics -[ 85%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_resol_def.f.o -[ 87%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/update_ca.f90.o -[ 87%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/spectral_layout.F90.o -[ 87%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_gg_def.f.o -[ 87%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_layout_lag.f.o -[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/glats_stochy.f.o -[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_namelist_def.F90.o -[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/compns_stochy.F90.o -[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/epslon_stochy.f.o -[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/setlats_lag_stochy.f.o -[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/get_lats_node_a_stochy.f.o -[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/get_ls_node_stochy.f.o -[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/gozrineo_stochy.f.o -[ 89%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/pln2eo_stochy.f.o -[ 90%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/setlats_a_stochy.f.o -[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_internal_state_mod.F90.o -[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/dezouv_stochy.f.o -[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/dozeuv_stochy.f.o -[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/four_to_grid_stochy.F.o -[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_patterngenerator.F90.o -[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/sumfln_stochy.f.o -[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/getcon_lag_stochy.f.o -[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/getcon_spectral.F90.o -[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/initialize_spectral_mod.F90.o -[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_data_mod.F90.o -[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/get_stochy_pattern.F90.o -[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochastic_physics.F90.o -[ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/cellular_automata.f90.o -[ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/plumes.f90.o -[ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/num_parthds_stochy.f.o -[ 95%] Linking Fortran static library libstochastic_physics.a -[ 95%] Built target stochastic_physics -Scanning dependencies of target fv3cap -[ 95%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/module_fv3_config.F90.o -[ 96%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/atmos_model.F90.o -[ 97%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/module_fcst_grid_comp.F90.o -[ 97%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/time_utils.F90.o -[ 97%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/fv3_cap.F90.o -[ 97%] Linking Fortran static library libfv3cap.a -[ 97%] Built target fv3cap -Scanning dependencies of target NEMS.exe -[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_MEDIATOR_methods.F90.o -[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_MEDIATOR_SpaceWeather.F90.o -[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/ENS_Cpl/ENS_CplComp_ESMFMod_STUB.F90.o -[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_EARTH_INTERNAL_STATE.F90.o -[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_UTILS.F90.o -[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_INTERNAL_STATE.F90.o -[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_Rusage.F90.o -[ 98%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_MEDIATOR.F90.o -[ 99%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_EARTH_GRID_COMP.F90.o -[ 99%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_GRID_COMP.F90.o -[100%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/MAIN_NEMS.F90.o -[100%] Building C object CMakeFiles/NEMS.exe.dir/NEMS/src/nems_c_rusage.c.o -[100%] Linking Fortran executable NEMS.exe -/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib/libjasper.a(jas_stream.o): In function `jas_stream_tmpfile': -/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/src/jasper-1.900.29/src/libjasper/base/jas_stream.c:520: warning: the use of `tmpnam' is dangerous, better use `mkstemp' -[100%] Built target NEMS.exe -+ mv NEMS.exe ../fv3_3.exe -+ cp /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3 ../modules.fv3_3 -+ cd .. -+ '[' YES = YES ']' -+ rm -rf build_fv3_3 -+ elapsed=594 -+ echo 'Elapsed time 594 seconds. Compiling 32BIT=Y finished' -Elapsed time 594 seconds. Compiling 32BIT=Y finished -+ SECONDS=0 -+++ readlink -f /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/compile_cmake.sh -++ dirname /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/compile_cmake.sh -+ readonly MYDIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests -+ MYDIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests -+ readonly ARGC=4 -+ ARGC=4 -+ cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests -+ [[ 4 -eq 0 ]] -+ [[ 4 -lt 2 ]] -+ PATHTR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model -+ MACHINE_ID=wcoss_dell_p3 -+ MAKE_OPT=REPRO=Y -+ BUILD_NAME=fv3_4 -+ clean_before=YES -+ clean_after=YES -+ BUILD_DIR=build_fv3_4 -+ [[ wcoss_dell_p3 == cheyenne.* ]] -+ [[ wcoss_dell_p3 == wcoss_dell_p3 ]] -+ MAKE_THREADS=4 -+ MAKE_THREADS=4 -+ hostname -m72a3 -+ cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests -+ echo 'Compiling REPRO=Y into fv3_4.exe on wcoss_dell_p3' -Compiling REPRO=Y into fv3_4.exe on wcoss_dell_p3 -+ '[' YES = YES ']' -+ rm -rf build_fv3_4 -+ mkdir -p build_fv3_4 -+ CCPP_CMAKE_FLAGS= -+ [[ REPRO=Y == *\D\E\B\U\G\=\Y* ]] -+ [[ REPRO=Y == *\R\E\P\R\O\=\Y* ]] -+ CCPP_CMAKE_FLAGS=' -DREPRO=Y' -+ [[ REPRO=Y == *\3\2\B\I\T\=\Y* ]] -+ [[ REPRO=Y == *\O\P\E\N\M\P\=\N* ]] -+ [[ REPRO=Y == *\C\C\P\P\=\Y* ]] -+ [[ REPRO=Y == *\N\A\M\_\p\h\y\s\=\Y* ]] -+ [[ REPRO=Y == *\W\W\3\=\Y* ]] -++ trim ' -DREPRO=Y' -++ local 'var= -DREPRO=Y' -++ var=-DREPRO=Y -++ var=-DREPRO=Y -++ echo -n -DREPRO=Y -+ CCPP_CMAKE_FLAGS=-DREPRO=Y -+ source /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc -++ __ms_function_name=setup__test_function__91268 -++ eval 'setup__test_function__91268() { /bin/true ; }' -+++ eval '__text="text" ; if [[ $__text =~ ^(t).* ]] ; then printf "%s" ${.sh.match[1]} ; fi' -+++ cat -++ __ms_ksh_test= -+++ eval 'if ( set | grep setup__test_function__91268 | grep -v name > /dev/null 2>&1 ) ; then echo t ; fi ' -+++ cat -++ __ms_bash_test=t -++ [[ ! -z '' ]] -++ [[ ! -z t ]] -++ __ms_shell=bash -++ [[ -d /lfs3 ]] -++ [[ -d /scratch1 ]] -++ [[ -d /gpfs/hps ]] -++ [[ -e /etc/SuSE-release ]] -++ [[ -d /dcom ]] -++ [[ -L /usrx ]] -+++ readlink /usrx -++ [[ /gpfs/dell1/usrx =~ dell ]] -++ eval module help -++ module purge -+++ /usrx/local/prod/lmod/lmod/libexec/lmod bash purge -++ eval unset 'ADVISOR_2018_DIR;' unset 'BACIO_LIB4;' unset 'BACIO_LIB8;' unset 'BACIO_SRC;' unset 'BACIO_VER;' unset 'BINARY_TYPE_HPC;' unset '__LMOD_REF_COUNT_CLASSPATH;' unset 'CLASSPATH;' unset 'CLCK_ROOT;' unset 'CMAKE_CXX_COMPILER;' unset 'CMAKE_C_COMPILER;' unset 'CMAKE_Fortran_COMPILER;' unset 'CMAKE_Platform;' unset 'COMP;' unset '__LMOD_REF_COUNT_CPATH;' unset 'CPATH;' unset '__LMOD_REF_COUNT_CPLUS_INCLUDE_PATH;' unset 'CPLUS_INCLUDE_PATH;' unset 'CRTM_FIX;' unset 'CRTM_INC;' unset 'CRTM_LIB;' unset 'CRTM_SRC;' unset 'CRTM_VER;' unset 'DAALROOT;' unset 'ECF_HOSTFILE;' unset 'ECF_PORT;' unset 'ECF_ROOT;' unset 'ESMFMKFILE;' unset 'G2TMPL_INC;' unset 'G2TMPL_LIB;' unset 'G2TMPL_SRC;' unset 'G2TMPL_VER;' unset 'G2_INC4;' unset 'G2_INCd;' unset 'G2_LIB4;' unset 'G2_LIBd;' unset 'G2_SRC;' unset 'G2_VER;' unset 'GDBSERVER_MIC;' unset 'GDB_CROSS;' unset 'HDF5;' unset 'HDF5_CFLAGS;' unset 'HDF5_CXXFLAGS;' unset 'HDF5_FFLAGS;' unset 'HDF5_INCLUDE;' unset 'HDF5_LDFLAGS;' unset 'HDF5_LDFLAGS_C;' unset 'HDF5_LDFLAGS_CXX;' unset 'HDF5_LDFLAGS_F;' unset '__LMOD_REF_COUNT_INFOPATH;' unset 'INFOPATH;' unset 'INSPECTOR_2018_DIR;' unset 'INTEL_LICENSE_FILE;' unset 'INTEL_PYTHONHOME;' unset 'IPPROOT;' unset 'IP_INC4;' unset 'IP_INC8;' unset 'IP_INCd;' unset 'IP_LIB4;' unset 'IP_LIB8;' unset 'IP_LIBd;' unset 'IP_SRC;' unset 'IP_VER;' unset 'I_MPI_CC;' unset 'I_MPI_CXX;' unset 'I_MPI_EXTRA_FILESYSTEM;' unset 'I_MPI_EXTRA_FILESYSTEM_LIST;' unset 'I_MPI_F77;' unset 'I_MPI_F90;' unset 'I_MPI_FC;' unset 'I_MPI_HYDRA_BOOTSTRAP;' unset 'I_MPI_HYDRA_IFACE;' unset 'I_MPI_LSF_USE_COLLECTIVE_LAUNCH;' unset 'I_MPI_ROOT;' unset 'JASPER_INC;' unset 'JASPER_LIB;' unset 'JASPER_LIBDIR;' unset 'JASPER_SRC;' unset 'JASPER_VER;' unset 'KMP_AFFINITY;' unset '__LMOD_REF_COUNT_LD_LIBRARY_PATH;' unset 'LD_LIBRARY_PATH;' unset '__LMOD_REF_COUNT_LIBRARY_PATH;' unset 'LIBRARY_PATH;' unset 'LIB_NAME;' unset 'LMOD_FAMILY_COMPILER;' unset 'LMOD_FAMILY_COMPILER_VERSION;' unset 'LMOD_FAMILY_CONMPILER;' unset 'LMOD_FAMILY_CONMPILER_VERSION;' unset 'LMOD_FAMILY_MPI;' unset 'LMOD_FAMILY_MPI_VERSION;' unset '__LMOD_REF_COUNT_LOADEDMODULES;' unset 'LOADEDMODULES;' unset 'LSF_BINDIR;' unset 'LSF_ENVDIR;' unset 'LSF_LIBDIR;' unset 'LSF_SERVERDIR;' '__LMOD_REF_COUNT_MANPATH="/usrx/local/prod/lmod/lmod/share/man:1";' export '__LMOD_REF_COUNT_MANPATH;' 'MANPATH="/usrx/local/prod/lmod/lmod/share/man::";' export 'MANPATH;' unset 'MKLROOT;' 'MODULEPATH="/usrx/local/dev/emc_rocoto/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod";' export 'MODULEPATH;' unset 'MPM_LAUNCHER;' unset 'NEMSIO_INC;' unset 'NEMSIO_LIB;' unset 'NEMSIO_SRC;' unset 'NEMSIO_VER;' unset 'NETCDF;' unset 'NETCDF_CFLAGS;' unset 'NETCDF_CXX4FLAGS;' unset 'NETCDF_CXXFLAGS;' unset 'NETCDF_FFLAGS;' unset 'NETCDF_INC;' unset 'NETCDF_INCLUDE;' unset 'NETCDF_LDFLAGS;' unset 'NETCDF_LDFLAGS_C;' unset 'NETCDF_LDFLAGS_CXX;' unset 'NETCDF_LDFLAGS_CXX4;' unset 'NETCDF_LDFLAGS_F;' unset 'NETCDF_LIB;' unset 'NETCDF_ROOT;' unset '__LMOD_REF_COUNT_NLSPATH;' unset 'NLSPATH;' '__LMOD_REF_COUNT_PATH="/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/usr/lpp/mmfs/bin:1;/opt/ibutils/bin:1;/opt/dell/srvadmin/bin:1;/u/Dusan.Jovic/bin:2;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/dbrowse:1;/u/Dusan.Jovic/.local/bin:1";' export '__LMOD_REF_COUNT_PATH;' 'PATH="/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/usr/lpp/mmfs/bin:/opt/ibutils/bin:/opt/dell/srvadmin/bin:/u/Dusan.Jovic/bin:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/dbrowse:/u/Dusan.Jovic/.local/bin";' export 'PATH;' unset 'PKG_CONFIG_PATH;' unset 'PNG_INC;' unset 'PNG_LIB;' unset 'PNG_LIB12;' unset 'PNG_LIBDIR;' unset 'PNG_LIBso;' unset 'PNG_SRC;' unset 'PNG_VER;' unset 'POST_INC;' unset 'POST_LIB;' unset 'POST_SRC;' unset 'POST_VER;' unset 'PSTLROOT;' unset 'PYTHONPATH;' unset '__LMOD_REF_COUNT_QT_PLUGIN_PATH;' unset 'QT_PLUGIN_PATH;' unset 'SP_LIB4;' unset 'SP_LIB8;' unset 'SP_LIBd;' unset 'SP_SRC;' unset 'SP_VER;' unset 'TBBROOT;' unset 'VT_ADD_LIBS;' unset 'VT_ARCH;' unset 'VT_LIB_DIR;' unset 'VT_MPI;' unset 'VT_ROOT;' unset 'VT_SLIB_DIR;' unset 'W3EMC_INC4;' unset 'W3EMC_INC8;' unset 'W3EMC_INCd;' unset 'W3EMC_LIB4;' unset 'W3EMC_LIB8;' unset 'W3EMC_LIBd;' unset 'W3EMC_SRC;' unset 'W3EMC_VER;' unset 'W3NCO_INC4;' unset 'W3NCO_INC8;' unset 'W3NCO_INCd;' unset 'W3NCO_LIB4;' unset 'W3NCO_LIB8;' unset 'W3NCO_LIBd;' unset 'W3NCO_SRC;' unset 'W3NCO_VER;' unset 'XLSF_UIDDIR;' unset 'Z_INC;' unset 'Z_LIB;' unset 'Z_SRC;' unset 'Z_VER;' unset '__LMOD_REF_COUNT__LMFILES_;' unset '_LMFILES_;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii91c3J4L2xvY2FsL2Rldi9lbWNfcm9jb3RvL21vZHVsZWZpbGVzIiwiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvRHVzYW4uSm92aWMvdWZzL3ByMTgvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvd2Nvc3NfZGVsbF9wMyIsIi91c3J4L2xvY2FsL2Rldi9tb2R1bGVmaWxlcyIsIi91c3J4L2xvY2FsL3Byb2QvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQiLCIvdXNyeC9sb2NhbC9w";' export '_ModuleTable001_;' '_ModuleTable002_="cm9kL21vZHVsZWZpbGVzL2RlZnMiLCIvZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb3JlX3Byb2QiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQ6L3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9kZWZzOi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsfQ==";' export '_ModuleTable002_;' '_ModuleTable_Sz_="2";' export '_ModuleTable_Sz_;' unset '_ModuleTable004_;' unset '_ModuleTable005_;' unset '_ModuleTable006_;' unset '_ModuleTable007_;' unset '_ModuleTable008_;' unset '_ModuleTable009_;' unset '_ModuleTable010_;' unset '_ModuleTable011_;' unset '_ModuleTable012_;' unset '_ModuleTable013_;' unset '_ModuleTable014_;' unset '_ModuleTable015_;' unset '_ModuleTable016_;' -+++ unset ADVISOR_2018_DIR -+++ unset BACIO_LIB4 -+++ unset BACIO_LIB8 -+++ unset BACIO_SRC -+++ unset BACIO_VER -+++ unset BINARY_TYPE_HPC -+++ unset __LMOD_REF_COUNT_CLASSPATH -+++ unset CLASSPATH -+++ unset CLCK_ROOT -+++ unset CMAKE_CXX_COMPILER -+++ unset CMAKE_C_COMPILER -+++ unset CMAKE_Fortran_COMPILER -+++ unset CMAKE_Platform -+++ unset COMP -+++ unset __LMOD_REF_COUNT_CPATH -+++ unset CPATH -+++ unset __LMOD_REF_COUNT_CPLUS_INCLUDE_PATH -+++ unset CPLUS_INCLUDE_PATH -+++ unset CRTM_FIX -+++ unset CRTM_INC -+++ unset CRTM_LIB -+++ unset CRTM_SRC -+++ unset CRTM_VER -+++ unset DAALROOT -+++ unset ECF_HOSTFILE -+++ unset ECF_PORT -+++ unset ECF_ROOT -+++ unset ESMFMKFILE -+++ unset G2TMPL_INC -+++ unset G2TMPL_LIB -+++ unset G2TMPL_SRC -+++ unset G2TMPL_VER -+++ unset G2_INC4 -+++ unset G2_INCd -+++ unset G2_LIB4 -+++ unset G2_LIBd -+++ unset G2_SRC -+++ unset G2_VER -+++ unset GDBSERVER_MIC -+++ unset GDB_CROSS -+++ unset HDF5 -+++ unset HDF5_CFLAGS -+++ unset HDF5_CXXFLAGS -+++ unset HDF5_FFLAGS -+++ unset HDF5_INCLUDE -+++ unset HDF5_LDFLAGS -+++ unset HDF5_LDFLAGS_C -+++ unset HDF5_LDFLAGS_CXX -+++ unset HDF5_LDFLAGS_F -+++ unset __LMOD_REF_COUNT_INFOPATH -+++ unset INFOPATH -+++ unset INSPECTOR_2018_DIR -+++ unset INTEL_LICENSE_FILE -+++ unset INTEL_PYTHONHOME -+++ unset IPPROOT -+++ unset IP_INC4 -+++ unset IP_INC8 -+++ unset IP_INCd -+++ unset IP_LIB4 -+++ unset IP_LIB8 -+++ unset IP_LIBd -+++ unset IP_SRC -+++ unset IP_VER -+++ unset I_MPI_CC -+++ unset I_MPI_CXX -+++ unset I_MPI_EXTRA_FILESYSTEM -+++ unset I_MPI_EXTRA_FILESYSTEM_LIST -+++ unset I_MPI_F77 -+++ unset I_MPI_F90 -+++ unset I_MPI_FC -+++ unset I_MPI_HYDRA_BOOTSTRAP -+++ unset I_MPI_HYDRA_IFACE -+++ unset I_MPI_LSF_USE_COLLECTIVE_LAUNCH -+++ unset I_MPI_ROOT -+++ unset JASPER_INC -+++ unset JASPER_LIB -+++ unset JASPER_LIBDIR -+++ unset JASPER_SRC -+++ unset JASPER_VER -+++ unset KMP_AFFINITY -+++ unset __LMOD_REF_COUNT_LD_LIBRARY_PATH -+++ unset LD_LIBRARY_PATH -+++ unset __LMOD_REF_COUNT_LIBRARY_PATH -+++ unset LIBRARY_PATH -+++ unset LIB_NAME -+++ unset LMOD_FAMILY_COMPILER -+++ unset LMOD_FAMILY_COMPILER_VERSION -+++ unset LMOD_FAMILY_CONMPILER -+++ unset LMOD_FAMILY_CONMPILER_VERSION -+++ unset LMOD_FAMILY_MPI -+++ unset LMOD_FAMILY_MPI_VERSION -+++ unset __LMOD_REF_COUNT_LOADEDMODULES -+++ unset LOADEDMODULES -+++ unset LSF_BINDIR -+++ unset LSF_ENVDIR -+++ unset LSF_LIBDIR -+++ unset LSF_SERVERDIR -+++ __LMOD_REF_COUNT_MANPATH=/usrx/local/prod/lmod/lmod/share/man:1 -+++ export __LMOD_REF_COUNT_MANPATH -+++ MANPATH=/usrx/local/prod/lmod/lmod/share/man:: -+++ export MANPATH -+++ unset MKLROOT -+++ MODULEPATH=/usrx/local/dev/emc_rocoto/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod -+++ export MODULEPATH -+++ unset MPM_LAUNCHER -+++ unset NEMSIO_INC -+++ unset NEMSIO_LIB -+++ unset NEMSIO_SRC -+++ unset NEMSIO_VER -+++ unset NETCDF -+++ unset NETCDF_CFLAGS -+++ unset NETCDF_CXX4FLAGS -+++ unset NETCDF_CXXFLAGS -+++ unset NETCDF_FFLAGS -+++ unset NETCDF_INC -+++ unset NETCDF_INCLUDE -+++ unset NETCDF_LDFLAGS -+++ unset NETCDF_LDFLAGS_C -+++ unset NETCDF_LDFLAGS_CXX -+++ unset NETCDF_LDFLAGS_CXX4 -+++ unset NETCDF_LDFLAGS_F -+++ unset NETCDF_LIB -+++ unset NETCDF_ROOT -+++ unset __LMOD_REF_COUNT_NLSPATH -+++ unset NLSPATH -+++ __LMOD_REF_COUNT_PATH='/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/usr/lpp/mmfs/bin:1;/opt/ibutils/bin:1;/opt/dell/srvadmin/bin:1;/u/Dusan.Jovic/bin:2;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/dbrowse:1;/u/Dusan.Jovic/.local/bin:1' -+++ export __LMOD_REF_COUNT_PATH -+++ PATH=/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/usr/lpp/mmfs/bin:/opt/ibutils/bin:/opt/dell/srvadmin/bin:/u/Dusan.Jovic/bin:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/dbrowse:/u/Dusan.Jovic/.local/bin -+++ export PATH -+++ unset PKG_CONFIG_PATH -+++ unset PNG_INC -+++ unset PNG_LIB -+++ unset PNG_LIB12 -+++ unset PNG_LIBDIR -+++ unset PNG_LIBso -+++ unset PNG_SRC -+++ unset PNG_VER -+++ unset POST_INC -+++ unset POST_LIB -+++ unset POST_SRC -+++ unset POST_VER -+++ unset PSTLROOT -+++ unset PYTHONPATH -+++ unset __LMOD_REF_COUNT_QT_PLUGIN_PATH -+++ unset QT_PLUGIN_PATH -+++ unset SP_LIB4 -+++ unset SP_LIB8 -+++ unset SP_LIBd -+++ unset SP_SRC -+++ unset SP_VER -+++ unset TBBROOT -+++ unset VT_ADD_LIBS -+++ unset VT_ARCH -+++ unset VT_LIB_DIR -+++ unset VT_MPI -+++ unset VT_ROOT -+++ unset VT_SLIB_DIR -+++ unset W3EMC_INC4 -+++ unset W3EMC_INC8 -+++ unset W3EMC_INCd -+++ unset W3EMC_LIB4 -+++ unset W3EMC_LIB8 -+++ unset W3EMC_LIBd -+++ unset W3EMC_SRC -+++ unset W3EMC_VER -+++ unset W3NCO_INC4 -+++ unset W3NCO_INC8 -+++ unset W3NCO_INCd -+++ unset W3NCO_LIB4 -+++ unset W3NCO_LIB8 -+++ unset W3NCO_LIBd -+++ unset W3NCO_SRC -+++ unset W3NCO_VER -+++ unset XLSF_UIDDIR -+++ unset Z_INC -+++ unset Z_LIB -+++ unset Z_SRC -+++ unset Z_VER -+++ unset __LMOD_REF_COUNT__LMFILES_ -+++ unset _LMFILES_ -+++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii91c3J4L2xvY2FsL2Rldi9lbWNfcm9jb3RvL21vZHVsZWZpbGVzIiwiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvRHVzYW4uSm92aWMvdWZzL3ByMTgvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvd2Nvc3NfZGVsbF9wMyIsIi91c3J4L2xvY2FsL2Rldi9tb2R1bGVmaWxlcyIsIi91c3J4L2xvY2FsL3Byb2QvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQiLCIvdXNyeC9sb2NhbC9w -+++ export _ModuleTable001_ -+++ _ModuleTable002_=cm9kL21vZHVsZWZpbGVzL2RlZnMiLCIvZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb3JlX3Byb2QiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQ6L3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9kZWZzOi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsfQ== -+++ export _ModuleTable002_ -+++ _ModuleTable_Sz_=2 -+++ export _ModuleTable_Sz_ -+++ unset _ModuleTable004_ -+++ unset _ModuleTable005_ -+++ unset _ModuleTable006_ -+++ unset _ModuleTable007_ -+++ unset _ModuleTable008_ -+++ unset _ModuleTable009_ -+++ unset _ModuleTable010_ -+++ unset _ModuleTable011_ -+++ unset _ModuleTable012_ -+++ unset _ModuleTable013_ -+++ unset _ModuleTable014_ -+++ unset _ModuleTable015_ -+++ unset _ModuleTable016_ -+++ : -s sh -++ eval -++ unset __ms_shell -++ unset __ms_ksh_test -++ unset __ms_bash_test -++ unset setup__test_function__91268 -++ unset __ms_function_name -+ [[ wcoss_dell_p3 == macosx.* ]] -+ [[ wcoss_dell_p3 == linux.* ]] -+ module use /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3 -++ /usrx/local/prod/lmod/lmod/libexec/lmod bash use /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3 -+ eval 'MODULEPATH="/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/dev/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod";' export 'MODULEPATH;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcjE4L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL3djb3NzX2RlbGxfcDMiLCIvdXNyeC9sb2NhbC9kZXYvZW1jX3JvY290by9tb2R1bGVmaWxlcyIsIi91c3J4L2xvY2FsL2Rldi9tb2R1bGVmaWxlcyIsIi91c3J4L2xvY2FsL3Byb2QvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQiLCIvdXNyeC9sb2NhbC9w";' export '_ModuleTable001_;' '_ModuleTable002_="cm9kL21vZHVsZWZpbGVzL2RlZnMiLCIvZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb3JlX3Byb2QiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQ6L3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9kZWZzOi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsfQ==";' export '_ModuleTable002_;' '_ModuleTable_Sz_="2";' export '_ModuleTable_Sz_;' -++ MODULEPATH=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/dev/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod -++ export MODULEPATH -++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcjE4L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL3djb3NzX2RlbGxfcDMiLCIvdXNyeC9sb2NhbC9kZXYvZW1jX3JvY290by9tb2R1bGVmaWxlcyIsIi91c3J4L2xvY2FsL2Rldi9tb2R1bGVmaWxlcyIsIi91c3J4L2xvY2FsL3Byb2QvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQiLCIvdXNyeC9sb2NhbC9w -++ export _ModuleTable001_ -++ _ModuleTable002_=cm9kL21vZHVsZWZpbGVzL2RlZnMiLCIvZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb3JlX3Byb2QiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQ6L3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9kZWZzOi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsfQ== -++ export _ModuleTable002_ -++ _ModuleTable_Sz_=2 -++ export _ModuleTable_Sz_ -++ : -s sh -+ eval -+ module load fv3 -++ /usrx/local/prod/lmod/lmod/libexec/lmod bash load fv3 -+ eval 'ADVISOR_2018_DIR="/usrx/local/prod/intel/2018UP01/advisor_2018";' export 'ADVISOR_2018_DIR;' 'BACIO_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libbacio_v2.0.3_4.a";' export 'BACIO_LIB4;' 'BACIO_LIB8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libbacio_v2.0.3_8.a";' export 'BACIO_LIB8;' 'BACIO_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/bacio_v2.0.3";' export 'BACIO_SRC;' 'BACIO_VER="v2.0.3";' export 'BACIO_VER;' 'BINARY_TYPE_HPC="";' export 'BINARY_TYPE_HPC;' '__LMOD_REF_COUNT_CLASSPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64/mpi.jar:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/daal.jar:1";' export '__LMOD_REF_COUNT_CLASSPATH;' 'CLASSPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64/mpi.jar:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/daal.jar";' export 'CLASSPATH;' 'CLCK_ROOT="/usrx/local/prod/intel/2018UP01/clck_latest";' export 'CLCK_ROOT;' 'CMAKE_CXX_COMPILER="mpiicpc";' export 'CMAKE_CXX_COMPILER;' 'CMAKE_C_COMPILER="mpiicc";' export 'CMAKE_C_COMPILER;' 'CMAKE_Fortran_COMPILER="mpiifort";' export 'CMAKE_Fortran_COMPILER;' 'CMAKE_Platform="wcoss_dell_p3";' export 'CMAKE_Platform;' 'COMP="ips";' export 'COMP;' '__LMOD_REF_COUNT_CPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/pstl/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/include:1";' export '__LMOD_REF_COUNT_CPATH;' 'CPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/pstl/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/include";' export 'CPATH;' '__LMOD_REF_COUNT_CPLUS_INCLUDE_PATH="/usrx/local/prod/intel/2018UP01/clck_latest/include:1";' export '__LMOD_REF_COUNT_CPLUS_INCLUDE_PATH;' 'CPLUS_INCLUDE_PATH="/usrx/local/prod/intel/2018UP01/clck_latest/include";' export 'CPLUS_INCLUDE_PATH;' 'CRTM_FIX="/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/fix";' export 'CRTM_FIX;' 'CRTM_INC="/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/ips/18.0.1/include/crtm_v2.2.6";' export 'CRTM_INC;' 'CRTM_LIB="/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/ips/18.0.1/libcrtm_v2.2.6.a";' export 'CRTM_LIB;' 'CRTM_SRC="/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/src";' export 'CRTM_SRC;' 'CRTM_VER="v2.2.6";' export 'CRTM_VER;' 'DAALROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal";' export 'DAALROOT;' 'ESMFMKFILE="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/lib/esmf.mk";' export 'ESMFMKFILE;' 'G2TMPL_INC="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/g2tmpl_v1.6.0";' export 'G2TMPL_INC;' 'G2TMPL_LIB="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2tmpl_v1.6.0.a";' export 'G2TMPL_LIB;' 'G2TMPL_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/g2tmpl_v1.6.0/src";' export 'G2TMPL_SRC;' 'G2TMPL_VER="v1.6.0";' export 'G2TMPL_VER;' 'G2_INC4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/g2_v3.1.1_4";' export 'G2_INC4;' 'G2_INCd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/g2_v3.1.1_d";' export 'G2_INCd;' 'G2_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2_v3.1.1_4.a";' export 'G2_LIB4;' 'G2_LIBd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2_v3.1.1_d.a";' export 'G2_LIBd;' 'G2_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/g2_v3.1.1";' export 'G2_SRC;' 'G2_VER="v3.1.1";' export 'G2_VER;' 'GDBSERVER_MIC="/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/targets/intel64/x200/bin/gdbserver";' export 'GDBSERVER_MIC;' 'GDB_CROSS="/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/bin/gdb-ia";' export 'GDB_CROSS;' 'HDF5="/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1";' export 'HDF5;' 'HDF5_CFLAGS="-I/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/include";' export 'HDF5_CFLAGS;' 'HDF5_CXXFLAGS="-I/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/include";' export 'HDF5_CXXFLAGS;' 'HDF5_FFLAGS="-I/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/include";' export 'HDF5_FFLAGS;' 'HDF5_INCLUDE="-I/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/include";' export 'HDF5_INCLUDE;' 'HDF5_LDFLAGS="-L/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib' -lhdf5_hl -lhdf5hl_fortran -lhdf5 '-lhdf5_fortran";' export 'HDF5_LDFLAGS;' 'HDF5_LDFLAGS_C="-L/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib' -lhdf5_hl '-lhdf5";' export 'HDF5_LDFLAGS_C;' 'HDF5_LDFLAGS_CXX="-L/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib' -lhdf5_hl -hdf5_hl_cpp -lhdf5 '-lhdf5_cpp";' export 'HDF5_LDFLAGS_CXX;' 'HDF5_LDFLAGS_F="-L/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib' -lhdf5_hl -lhdf5hl_fortran -lhdf5 '-lhdf5_fortran";' export 'HDF5_LDFLAGS_F;' '__LMOD_REF_COUNT_INFOPATH="/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/info:1;info_gdb_igfx:1";' export '__LMOD_REF_COUNT_INFOPATH;' 'INFOPATH="/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/info:info_gdb_igfx";' export 'INFOPATH;' 'INSPECTOR_2018_DIR="/usrx/local/prod/intel/2018UP01/inspector_2018";' export 'INSPECTOR_2018_DIR;' 'INTEL_LICENSE_FILE="/usrx/local/prod/intel/licenses";' export 'INTEL_LICENSE_FILE;' 'INTEL_PYTHONHOME="/usrx/local/prod/intel/2018UP01/debugger_2018/python/intel64";' export 'INTEL_PYTHONHOME;' 'IPPROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp";' export 'IPPROOT;' 'IP_INC4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ip_v3.0.2_4";' export 'IP_INC4;' 'IP_INC8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ip_v3.0.2_8";' export 'IP_INC8;' 'IP_INCd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ip_v3.0.2_d";' export 'IP_INCd;' 'IP_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libip_v3.0.2_4.a";' export 'IP_LIB4;' 'IP_LIB8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libip_v3.0.2_8.a";' export 'IP_LIB8;' 'IP_LIBd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libip_v3.0.2_d.a";' export 'IP_LIBd;' 'IP_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/ip_v3.0.2";' export 'IP_SRC;' 'IP_VER="v3.0.2";' export 'IP_VER;' 'I_MPI_CC="icc";' export 'I_MPI_CC;' 'I_MPI_CXX="icpc";' export 'I_MPI_CXX;' 'I_MPI_EXTRA_FILESYSTEM="yes";' export 'I_MPI_EXTRA_FILESYSTEM;' 'I_MPI_EXTRA_FILESYSTEM_LIST="gpfs";' export 'I_MPI_EXTRA_FILESYSTEM_LIST;' 'I_MPI_F77="ifort";' export 'I_MPI_F77;' 'I_MPI_F90="ifort";' export 'I_MPI_F90;' 'I_MPI_FC="ifort";' export 'I_MPI_FC;' 'I_MPI_HYDRA_BOOTSTRAP="lsf";' export 'I_MPI_HYDRA_BOOTSTRAP;' 'I_MPI_HYDRA_IFACE="ib0";' export 'I_MPI_HYDRA_IFACE;' 'I_MPI_LSF_USE_COLLECTIVE_LAUNCH="1";' export 'I_MPI_LSF_USE_COLLECTIVE_LAUNCH;' 'I_MPI_ROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi";' export 'I_MPI_ROOT;' 'JASPER_INC="/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/include";' export 'JASPER_INC;' 'JASPER_LIB="/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib/libjasper.a";' export 'JASPER_LIB;' 'JASPER_LIBDIR="/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib";' export 'JASPER_LIBDIR;' 'JASPER_SRC="/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/src/jasper-1.900.29";' export 'JASPER_SRC;' 'JASPER_VER="1.900.29";' export 'JASPER_VER;' 'KMP_AFFINITY="scatter";' export 'KMP_AFFINITY;' unset 'LAUNCH;' '__LMOD_REF_COUNT_LD_LIBRARY_PATH="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/lib:1;/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib:1;/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib:1;/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib:1;/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:1;/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib:1;/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib:1;/usrx/local/prod/intel/2018UP01/itac_latest/slib:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:1;/usrx/local/prod/intel/2018UP01/debugger_2018/iga/lib:1;/usrx/local/prod/intel/2018UP01/debugger_2018/libipt/intel64/lib:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4:1";' export '__LMOD_REF_COUNT_LD_LIBRARY_PATH;' 'LD_LIBRARY_PATH="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/lib:/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib:/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib:/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib:/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib:/usrx/local/prod/intel/2018UP01/itac_latest/slib:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:/usrx/local/prod/intel/2018UP01/debugger_2018/iga/lib:/usrx/local/prod/intel/2018UP01/debugger_2018/libipt/intel64/lib:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4";' export 'LD_LIBRARY_PATH;' '__LMOD_REF_COUNT_LIBRARY_PATH="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:1;/usrx/local/prod/intel/2018UP01/clck_latest/lib/intel64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4:1";' export '__LMOD_REF_COUNT_LIBRARY_PATH;' 'LIBRARY_PATH="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:/usrx/local/prod/intel/2018UP01/clck_latest/lib/intel64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4";' export 'LIBRARY_PATH;' 'LIB_NAME="POST";' export 'LIB_NAME;' 'LMOD_FAMILY_COMPILER="ips";' export 'LMOD_FAMILY_COMPILER;' 'LMOD_FAMILY_COMPILER_VERSION="18.0.1.163";' export 'LMOD_FAMILY_COMPILER_VERSION;' 'LMOD_FAMILY_CONMPILER="HDF5-serial";' export 'LMOD_FAMILY_CONMPILER;' 'LMOD_FAMILY_CONMPILER_VERSION="1.10.1";' export 'LMOD_FAMILY_CONMPILER_VERSION;' 'LMOD_FAMILY_MPI="impi";' export 'LMOD_FAMILY_MPI;' 'LMOD_FAMILY_MPI_VERSION="18.0.1";' export 'LMOD_FAMILY_MPI_VERSION;' '__LMOD_REF_COUNT_LOADEDMODULES="ips/18.0.1.163:1;impi/18.0.1:1;NetCDF/4.5.0:1;HDF5-serial/1.10.1:1;lsf/10.1:1;bacio/2.0.3:1;ip/3.0.2:1;sp/2.0.3:1;w3nco/2.0.7:1;w3emc/2.3.1:1;nemsio/2.2.4:1;g2/3.1.1:1;g2tmpl/1.6.0:1;crtm/2.2.6:1;jasper/1.900.29:1;libpng/1.2.59:1;zlib/1.2.11:1;post/8.0.1:1;esmf/8.0.0:1;cmake/3.10.0:1;fv3:1";' export '__LMOD_REF_COUNT_LOADEDMODULES;' 'LOADEDMODULES="ips/18.0.1.163:impi/18.0.1:NetCDF/4.5.0:HDF5-serial/1.10.1:lsf/10.1:bacio/2.0.3:ip/3.0.2:sp/2.0.3:w3nco/2.0.7:w3emc/2.3.1:nemsio/2.2.4:g2/3.1.1:g2tmpl/1.6.0:crtm/2.2.6:jasper/1.900.29:libpng/1.2.59:zlib/1.2.11:post/8.0.1:esmf/8.0.0:cmake/3.10.0:fv3";' export 'LOADEDMODULES;' 'LSF_BINDIR="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin";' export 'LSF_BINDIR;' 'LSF_ENVDIR="/gpfs/lsf/conf";' export 'LSF_ENVDIR;' 'LSF_LIBDIR="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib";' export 'LSF_LIBDIR;' 'LSF_SERVERDIR="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc";' export 'LSF_SERVERDIR;' '__LMOD_REF_COUNT_MANPATH="/usrx/local/dev/packages/cmake/3.10.0/share/man:1;/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/share/man:1;/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/share/man:1;/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/man:1;/gpfs/lsf/10.1/man:1;/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/share/man:1;/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/share/man:1;/usrx/local/prod/intel/2018UP01/itac_latest/man:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/man/common:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/man:1;/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/man:1;/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-igfx/man:1;/usrx/local/prod/lmod/lmod/share/man:1;/usrx/local/prod/intel/2018UP01/inspector_2018/man:1;/usrx/local/prod/intel/2018UP01/advisor_2018/man:1";' export '__LMOD_REF_COUNT_MANPATH;' 'MANPATH="/usrx/local/dev/packages/cmake/3.10.0/share/man:/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/share/man:/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/share/man:/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/man:/gpfs/lsf/10.1/man:/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/share/man:/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/share/man:/usrx/local/prod/intel/2018UP01/itac_latest/man:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/man/common:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/man:/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/man:/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-igfx/man:/usrx/local/prod/lmod/lmod/share/man::/usrx/local/prod/intel/2018UP01/inspector_2018/man:/usrx/local/prod/intel/2018UP01/advisor_2018/man";' export 'MANPATH;' 'MKLROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl";' export 'MKLROOT;' 'MODULEPATH="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/dev/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1:/usrx/local/prod/modulefiles/mpi_third/ips/18.0.1/impi/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/mpi_prod/ips/18.0.1/impi/18.0.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles";' export 'MODULEPATH;' 'MPM_LAUNCHER="/usrx/local/prod/intel/2018UP01/debugger_2018/mpm/mic/bin/start_mpm.sh";' export 'MPM_LAUNCHER;' 'NEMSIO_INC="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/nemsio_v2.2.4";' export 'NEMSIO_INC;' 'NEMSIO_LIB="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libnemsio_v2.2.4.a";' export 'NEMSIO_LIB;' 'NEMSIO_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/nemsio_v2.2.4";' export 'NEMSIO_SRC;' 'NEMSIO_VER="v2.2.4";' export 'NEMSIO_VER;' 'NETCDF="/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0";' export 'NETCDF;' 'NETCDF_CFLAGS="-I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include";' export 'NETCDF_CFLAGS;' 'NETCDF_CXX4FLAGS="-I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include";' export 'NETCDF_CXX4FLAGS;' 'NETCDF_CXXFLAGS="-I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include";' export 'NETCDF_CXXFLAGS;' 'NETCDF_FFLAGS="-I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include";' export 'NETCDF_FFLAGS;' 'NETCDF_INC="/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include";' export 'NETCDF_INC;' 'NETCDF_INCLUDE="-I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include";' export 'NETCDF_INCLUDE;' 'NETCDF_LDFLAGS="-L/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib' '-lnetcdff";' export 'NETCDF_LDFLAGS;' 'NETCDF_LDFLAGS_C="-L/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib' '-lnetcdf";' export 'NETCDF_LDFLAGS_C;' 'NETCDF_LDFLAGS_CXX="-L/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib' -lnetcdf '-lnetcdf_c++";' export 'NETCDF_LDFLAGS_CXX;' 'NETCDF_LDFLAGS_CXX4="-L/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib' -lnetcdf '-lnetcdf_c++4";' export 'NETCDF_LDFLAGS_CXX4;' 'NETCDF_LDFLAGS_F="-L/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib' '-lnetcdff";' export 'NETCDF_LDFLAGS_F;' 'NETCDF_LIB="/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib";' export 'NETCDF_LIB;' 'NETCDF_ROOT="/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0";' export 'NETCDF_ROOT;' '__LMOD_REF_COUNT_NLSPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin/locale/%l_%t/%N:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin/locale/%l_%t/%N:1;/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/share/locale/%l_%t/%N:1";' export '__LMOD_REF_COUNT_NLSPATH;' 'NLSPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin/locale/%l_%t/%N:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin/locale/%l_%t/%N::/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/share/locale/%l_%t/%N";' export 'NLSPATH;' '__LMOD_REF_COUNT_PATH="/usrx/local/dev/packages/cmake/3.10.0/bin:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/bin:1;/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/bin:1;/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/bin:1;/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc:1;/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin:1;/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1:1;/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/bin:1;/usrx/local/prod/intel/2018UP01/advisor_2018/bin64:1;/usrx/local/prod/intel/2018UP01/vtune_amplifier_2018/bin64:1;/usrx/local/prod/intel/2018UP01/inspector_2018/bin64:1;/usrx/local/prod/intel/2018UP01/itac_latest/bin:1;/usrx/local/prod/intel/2018UP01/clck_latest/bin/intel64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/bin/intel64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64:1;/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/targets/intel64/x200/bin:1;/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/bin:1;/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/usr/lpp/mmfs/bin:1;/opt/ibutils/bin:1;/opt/dell/srvadmin/bin:1;/u/Dusan.Jovic/bin:2;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/dbrowse:1;/u/Dusan.Jovic/.local/bin:1;/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/include:1";' export '__LMOD_REF_COUNT_PATH;' 'PATH="/usrx/local/dev/packages/cmake/3.10.0/bin:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/bin:/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/bin:/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/bin:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin:/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1:/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/bin:/usrx/local/prod/intel/2018UP01/advisor_2018/bin64:/usrx/local/prod/intel/2018UP01/vtune_amplifier_2018/bin64:/usrx/local/prod/intel/2018UP01/inspector_2018/bin64:/usrx/local/prod/intel/2018UP01/itac_latest/bin:/usrx/local/prod/intel/2018UP01/clck_latest/bin/intel64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/bin/intel64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64:/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/targets/intel64/x200/bin:/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/usr/lpp/mmfs/bin:/opt/ibutils/bin:/opt/dell/srvadmin/bin:/u/Dusan.Jovic/bin:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/dbrowse:/u/Dusan.Jovic/.local/bin:/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/include";' export 'PATH;' 'PKG_CONFIG_PATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/bin/pkgconfig";' export 'PKG_CONFIG_PATH;' 'PNG_INC="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/include";' export 'PNG_INC;' 'PNG_LIB="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng.a";' export 'PNG_LIB;' 'PNG_LIB12="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng12.a";' export 'PNG_LIB12;' 'PNG_LIBDIR="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib";' export 'PNG_LIBDIR;' 'PNG_LIBso="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng.so";' export 'PNG_LIBso;' 'PNG_SRC="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/src/libpng-1.2.59";' export 'PNG_SRC;' 'PNG_VER="1.2.59";' export 'PNG_VER;' 'POST_INC="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ncep_post_v8.0.1_4";' export 'POST_INC;' 'POST_LIB="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libncep_post_v8.0.1_4.a";' export 'POST_LIB;' 'POST_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/post_v8.0.1";' export 'POST_SRC;' 'POST_VER="v8.0.1";' export 'POST_VER;' 'PSTLROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/pstl";' export 'PSTLROOT;' 'PYTHONPATH="/usrx/local/prod/intel/2018UP01/advisor_2018/pythonapi";' export 'PYTHONPATH;' 'SP_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_4.a";' export 'SP_LIB4;' 'SP_LIB8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_8.a";' export 'SP_LIB8;' 'SP_LIBd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_d.a";' export 'SP_LIBd;' 'SP_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/sp_v2.0.3";' export 'SP_SRC;' 'SP_VER="v2.0.3";' export 'SP_VER;' 'TBBROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb";' export 'TBBROOT;' 'VT_ADD_LIBS="-ldwarf' -lelf -lvtunwind -lm '-lpthread";' export 'VT_ADD_LIBS;' 'VT_ARCH="intel64";' export 'VT_ARCH;' 'VT_LIB_DIR="/usrx/local/prod/intel/2018UP01/itac_latest/lib";' export 'VT_LIB_DIR;' 'VT_MPI="impi4";' export 'VT_MPI;' 'VT_ROOT="/usrx/local/prod/intel/2018UP01/itac_latest";' export 'VT_ROOT;' 'VT_SLIB_DIR="/usrx/local/prod/intel/2018UP01/itac_latest/slib";' export 'VT_SLIB_DIR;' 'W3EMC_INC4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3emc_v2.3.1_4";' export 'W3EMC_INC4;' 'W3EMC_INC8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3emc_v2.3.1_8";' export 'W3EMC_INC8;' 'W3EMC_INCd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3emc_v2.3.1_d";' export 'W3EMC_INCd;' 'W3EMC_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_4.a";' export 'W3EMC_LIB4;' 'W3EMC_LIB8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_8.a";' export 'W3EMC_LIB8;' 'W3EMC_LIBd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_d.a";' export 'W3EMC_LIBd;' 'W3EMC_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/w3emc_v2.3.1";' export 'W3EMC_SRC;' 'W3EMC_VER="v2.3.1";' export 'W3EMC_VER;' 'W3NCO_INC4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3nco_v2.0.7_4";' export 'W3NCO_INC4;' 'W3NCO_INC8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3nco_v2.0.7_8";' export 'W3NCO_INC8;' 'W3NCO_INCd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3nco_v2.0.7_d";' export 'W3NCO_INCd;' 'W3NCO_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_4.a";' export 'W3NCO_LIB4;' 'W3NCO_LIB8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_8.a";' export 'W3NCO_LIB8;' 'W3NCO_LIBd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_d.a";' export 'W3NCO_LIBd;' 'W3NCO_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/w3nco_v2.0.7";' export 'W3NCO_SRC;' 'W3NCO_VER="v2.0.7";' export 'W3NCO_VER;' 'XLSF_UIDDIR="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib/uid";' export 'XLSF_UIDDIR;' 'Z_INC="/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/include";' export 'Z_INC;' 'Z_LIB="/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib/libz.a";' export 'Z_LIB;' 'Z_SRC="/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/src";' export 'Z_SRC;' 'Z_VER="1.2.11";' export 'Z_VER;' '__LMOD_REF_COUNT__LMFILES_="/usrx/local/prod/modulefiles/core_third/ips/18.0.1.163:1;/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1/impi/18.0.1.lua:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/NetCDF/4.5.0:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/HDF5-serial/1.10.1:1;/usrx/local/prod/modulefiles/core_third/lsf/10.1:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/bacio/2.0.3:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/ip/3.0.2:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/sp/2.0.3:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3nco/2.0.7:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3emc/2.3.1:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/nemsio/2.2.4:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2/3.1.1:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2tmpl/1.6.0:1;/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/crtm/2.2.6:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/jasper/1.900.29:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/libpng/1.2.59:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/zlib/1.2.11:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/post/8.0.1:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/esmf/8.0.0:1;/usrx/local/dev/modulefiles/cmake/3.10.0:1;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3:1";' export '__LMOD_REF_COUNT__LMFILES_;' '_LMFILES_="/usrx/local/prod/modulefiles/core_third/ips/18.0.1.163:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1/impi/18.0.1.lua:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/NetCDF/4.5.0:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/HDF5-serial/1.10.1:/usrx/local/prod/modulefiles/core_third/lsf/10.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/bacio/2.0.3:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/ip/3.0.2:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/sp/2.0.3:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3nco/2.0.7:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3emc/2.3.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/nemsio/2.2.4:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2/3.1.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2tmpl/1.6.0:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/crtm/2.2.6:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/jasper/1.900.29:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/libpng/1.2.59:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/zlib/1.2.11:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/post/8.0.1:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/esmf/8.0.0:/usrx/local/dev/modulefiles/cmake/3.10.0:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3";' export '_LMFILES_;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImlwcyIsWyJjb25tcGlsZXIiXT0iSERGNS1zZXJpYWwiLFsibXBpIl09ImltcGkiLH0sbVQ9e1siSERGNS1zZXJpYWwiXT17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvSERGNS1zZXJpYWwvMS4xMC4xIixbImZ1bGxOYW1lIl09IkhERjUtc2VyaWFsLzEuMTAuMSIsWyJsb2FkT3JkZXIiXT00LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09IkhERjUtc2VyaWFs";' export '_ModuleTable001_;' '_ModuleTable002_="LzEuMTAuMSIsfSxOZXRDREY9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xL05ldENERi80LjUuMCIsWyJmdWxsTmFtZSJdPSJOZXRDREYvNC41LjAiLFsibG9hZE9yZGVyIl09Myxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJOZXRDREYvNC41LjAiLH0sYmFjaW89e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2JhY2lvLzIuMC4zIixbImZ1bGxOYW1lIl09ImJhY2lvLzIuMC4zIixbImxvYWRPcmRlciJdPTYscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNl";' export '_ModuleTable002_;' '_ModuleTable003_="ck5hbWUiXT0iYmFjaW8vMi4wLjMiLH0sY21ha2U9e1siZm4iXT0iL3VzcngvbG9jYWwvZGV2L21vZHVsZWZpbGVzL2NtYWtlLzMuMTAuMCIsWyJmdWxsTmFtZSJdPSJjbWFrZS8zLjEwLjAiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY21ha2UvMy4xMC4wIix9LGNydG09e1siZm4iXT0iL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfcHJvZC9pcHMvMTguMC4xL2NydG0vMi4yLjYiLFsiZnVsbE5hbWUiXT0iY3J0bS8yLjIuNiIsWyJsb2FkT3JkZXIiXT0xNCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1";' export '_ModuleTable003_;' '_ModuleTable004_="c2VyTmFtZSJdPSJjcnRtLzIuMi42Iix9LGVzbWY9e1siZm4iXT0iL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcjE4L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL3djb3NzX2RlbGxfcDMvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT0yMSxw";' export '_ModuleTable004_;' '_ModuleTable005_="cm9wVD17fSxbInN0YWNrRGVwdGgiXT0wLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZzI9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2cyLzMuMS4xIixbImZ1bGxOYW1lIl09ImcyLzMuMS4xIixbImxvYWRPcmRlciJdPTEyLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcyLzMuMS4xIix9LGcydG1wbD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzJ0bXBsLzEuNi4wIixbImZ1bGxOYW1lIl09ImcydG1wbC8xLjYuMCIsWyJsb2FkT3JkZXIiXT0xMyxwcm9wVD17fSxbInN0YWNr";' export '_ModuleTable005_;' '_ModuleTable006_="RGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMnRtcGwvMS42LjAiLH0saW1waT17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX21waS9pcHMvMTguMC4xL2ltcGkvMTguMC4xLmx1YSIsWyJmdWxsTmFtZSJdPSJpbXBpLzE4LjAuMSIsWyJsb2FkT3JkZXIiXT0yLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImltcGkvMTguMC4xIix9LGlwPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9pcC8zLjAuMiIsWyJmdWxsTmFtZSJdPSJpcC8zLjAuMiIsWyJsb2FkT3JkZXIiXT03LHByb3BUPXt9LFsic3Rh";' export '_ModuleTable006_;' '_ModuleTable007_="Y2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImlwLzMuMC4yIix9LGlwcz17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQvaXBzLzE4LjAuMS4xNjMiLFsiZnVsbE5hbWUiXT0iaXBzLzE4LjAuMS4xNjMiLFsibG9hZE9yZGVyIl09MSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJpcHMvMTguMC4xLjE2MyIsfSxqYXNwZXI9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xL2phc3Blci8xLjkwMC4yOSIsWyJmdWxsTmFtZSJdPSJqYXNwZXIvMS45MDAuMjkiLFsibG9hZE9yZGVyIl09";' export '_ModuleTable007_;' '_ModuleTable008_="MTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iamFzcGVyLzEuOTAwLjI5Iix9LGxpYnBuZz17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvbGlicG5nLzEuMi41OSIsWyJmdWxsTmFtZSJdPSJsaWJwbmcvMS4yLjU5IixbImxvYWRPcmRlciJdPTE2LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImxpYnBuZy8xLjIuNTkiLH0sbHNmPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZC9sc2YvMTAuMSIsWyJmdWxsTmFtZSJdPSJsc2YvMTAuMSIsWyJsb2Fk";' export '_ModuleTable008_;' '_ModuleTable009_="T3JkZXIiXT01LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImxzZi8xMC4xIix9LG5lbXNpbz17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvbmVtc2lvLzIuMi40IixbImZ1bGxOYW1lIl09Im5lbXNpby8yLjIuNCIsWyJsb2FkT3JkZXIiXT0xMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZW1zaW8vMi4yLjQiLH0scG9zdD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvcG9zdC84LjAuMSIsWyJmdWxsTmFtZSJdPSJwb3N0LzguMC4xIixbImxvYWRP";' export '_ModuleTable009_;' '_ModuleTable010_="cmRlciJdPTE4LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InBvc3QvOC4wLjEiLH0sc3A9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL3NwLzIuMC4zIixbImZ1bGxOYW1lIl09InNwLzIuMC4zIixbImxvYWRPcmRlciJdPTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ic3AvMi4wLjMiLH0sdzNlbWM9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL3czZW1jLzIuMy4xIixbImZ1bGxOYW1lIl09InczZW1jLzIuMy4xIixbImxvYWRPcmRlciJdPTEwLHBy";' export '_ModuleTable010_;' '_ModuleTable011_="b3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczZW1jLzIuMy4xIix9LHczbmNvPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy93M25jby8yLjAuNyIsWyJmdWxsTmFtZSJdPSJ3M25jby8yLjAuNyIsWyJsb2FkT3JkZXIiXT05LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHpsaWI9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xL3psaWIvMS4yLjExIixbImZ1bGxOYW1lIl09InpsaWIvMS4yLjExIixbImxvYWRPcmRl";' export '_ModuleTable011_;' '_ModuleTable012_="ciJdPTE3LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InpsaWIvMS4yLjExIix9LH0sbXBhdGhBPXsiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMiLCIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9EdXNhbi5Kb3ZpYy91ZnMvcHIxOC91ZnMtd2VhdGhlci1tb2RlbC9tb2R1bGVmaWxlcy93Y29zc19kZWxsX3AzIiwiL3VzcngvbG9jYWwvZGV2L2VtY19yb2NvdG8vbW9kdWxlZmlsZXMiLCIvdXNyeC9sb2NhbC9kZXYvbW9kdWxlZmlsZXMiLCIvdXNyeC9sb2NhbC9wcm9kL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlIiwiL3VzcngvbG9j";' export '_ModuleTable012_;' '_ModuleTable013_="YWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9kZWZzIiwiL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29yZV9wcm9kIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xIiwiL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfcHJvZC9pcHMvMTguMC4xIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl9tcGkvaXBzLzE4LjAuMSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvbXBpX3RoaXJkL2lwcy8xOC4wLjEvaW1waS8xOC4wLjEiLCIvZ3Bmcy9kZWxsMS9uY28vb3BzL253";' export '_ModuleTable013_;' '_ModuleTable014_="cHJvZC9tb2R1bGVmaWxlcy9tcGlfcHJvZC9pcHMvMTguMC4xL2ltcGkvMTguMC4xIiwiL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzIix9LFsic3lzdGVtQmFzZU1QQVRIIl09Ii91c3J4L2xvY2FsL3Byb2QvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmU6L3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkOi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvZGVmczovZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb3JlX3Byb2QiLH0=";' export '_ModuleTable014_;' '_ModuleTable_Sz_="14";' export '_ModuleTable_Sz_;' -++ ADVISOR_2018_DIR=/usrx/local/prod/intel/2018UP01/advisor_2018 -++ export ADVISOR_2018_DIR -++ BACIO_LIB4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libbacio_v2.0.3_4.a -++ export BACIO_LIB4 -++ BACIO_LIB8=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libbacio_v2.0.3_8.a -++ export BACIO_LIB8 -++ BACIO_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/bacio_v2.0.3 -++ export BACIO_SRC -++ BACIO_VER=v2.0.3 -++ export BACIO_VER -++ BINARY_TYPE_HPC= -++ export BINARY_TYPE_HPC -++ __LMOD_REF_COUNT_CLASSPATH='/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64/mpi.jar:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/daal.jar:1' -++ export __LMOD_REF_COUNT_CLASSPATH -++ CLASSPATH=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64/mpi.jar:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/daal.jar -++ export CLASSPATH -++ CLCK_ROOT=/usrx/local/prod/intel/2018UP01/clck_latest -++ export CLCK_ROOT -++ CMAKE_CXX_COMPILER=mpiicpc -++ export CMAKE_CXX_COMPILER -++ CMAKE_C_COMPILER=mpiicc -++ export CMAKE_C_COMPILER -++ CMAKE_Fortran_COMPILER=mpiifort -++ export CMAKE_Fortran_COMPILER -++ CMAKE_Platform=wcoss_dell_p3 -++ export CMAKE_Platform -++ COMP=ips -++ export COMP -++ __LMOD_REF_COUNT_CPATH='/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/pstl/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/include:1' -++ export __LMOD_REF_COUNT_CPATH -++ CPATH=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/pstl/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/include -++ export CPATH -++ __LMOD_REF_COUNT_CPLUS_INCLUDE_PATH=/usrx/local/prod/intel/2018UP01/clck_latest/include:1 -++ export __LMOD_REF_COUNT_CPLUS_INCLUDE_PATH -++ CPLUS_INCLUDE_PATH=/usrx/local/prod/intel/2018UP01/clck_latest/include -++ export CPLUS_INCLUDE_PATH -++ CRTM_FIX=/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/fix -++ export CRTM_FIX -++ CRTM_INC=/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/ips/18.0.1/include/crtm_v2.2.6 -++ export CRTM_INC -++ CRTM_LIB=/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/ips/18.0.1/libcrtm_v2.2.6.a -++ export CRTM_LIB -++ CRTM_SRC=/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/src -++ export CRTM_SRC -++ CRTM_VER=v2.2.6 -++ export CRTM_VER -++ DAALROOT=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal -++ export DAALROOT -++ ESMFMKFILE=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/lib/esmf.mk -++ export ESMFMKFILE -++ G2TMPL_INC=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/g2tmpl_v1.6.0 -++ export G2TMPL_INC -++ G2TMPL_LIB=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2tmpl_v1.6.0.a -++ export G2TMPL_LIB -++ G2TMPL_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/g2tmpl_v1.6.0/src -++ export G2TMPL_SRC -++ G2TMPL_VER=v1.6.0 -++ export G2TMPL_VER -++ G2_INC4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/g2_v3.1.1_4 -++ export G2_INC4 -++ G2_INCd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/g2_v3.1.1_d -++ export G2_INCd -++ G2_LIB4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2_v3.1.1_4.a -++ export G2_LIB4 -++ G2_LIBd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2_v3.1.1_d.a -++ export G2_LIBd -++ G2_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/g2_v3.1.1 -++ export G2_SRC -++ G2_VER=v3.1.1 -++ export G2_VER -++ GDBSERVER_MIC=/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/targets/intel64/x200/bin/gdbserver -++ export GDBSERVER_MIC -++ GDB_CROSS=/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/bin/gdb-ia -++ export GDB_CROSS -++ HDF5=/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1 -++ export HDF5 -++ HDF5_CFLAGS=-I/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/include -++ export HDF5_CFLAGS -++ HDF5_CXXFLAGS=-I/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/include -++ export HDF5_CXXFLAGS -++ HDF5_FFLAGS=-I/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/include -++ export HDF5_FFLAGS -++ HDF5_INCLUDE=-I/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/include -++ export HDF5_INCLUDE -++ HDF5_LDFLAGS='-L/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib -lhdf5_hl -lhdf5hl_fortran -lhdf5 -lhdf5_fortran' -++ export HDF5_LDFLAGS -++ HDF5_LDFLAGS_C='-L/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib -lhdf5_hl -lhdf5' -++ export HDF5_LDFLAGS_C -++ HDF5_LDFLAGS_CXX='-L/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib -lhdf5_hl -hdf5_hl_cpp -lhdf5 -lhdf5_cpp' -++ export HDF5_LDFLAGS_CXX -++ HDF5_LDFLAGS_F='-L/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib -lhdf5_hl -lhdf5hl_fortran -lhdf5 -lhdf5_fortran' -++ export HDF5_LDFLAGS_F -++ __LMOD_REF_COUNT_INFOPATH='/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/info:1;info_gdb_igfx:1' -++ export __LMOD_REF_COUNT_INFOPATH -++ INFOPATH=/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/info:info_gdb_igfx -++ export INFOPATH -++ INSPECTOR_2018_DIR=/usrx/local/prod/intel/2018UP01/inspector_2018 -++ export INSPECTOR_2018_DIR -++ INTEL_LICENSE_FILE=/usrx/local/prod/intel/licenses -++ export INTEL_LICENSE_FILE -++ INTEL_PYTHONHOME=/usrx/local/prod/intel/2018UP01/debugger_2018/python/intel64 -++ export INTEL_PYTHONHOME -++ IPPROOT=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp -++ export IPPROOT -++ IP_INC4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ip_v3.0.2_4 -++ export IP_INC4 -++ IP_INC8=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ip_v3.0.2_8 -++ export IP_INC8 -++ IP_INCd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ip_v3.0.2_d -++ export IP_INCd -++ IP_LIB4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libip_v3.0.2_4.a -++ export IP_LIB4 -++ IP_LIB8=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libip_v3.0.2_8.a -++ export IP_LIB8 -++ IP_LIBd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libip_v3.0.2_d.a -++ export IP_LIBd -++ IP_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/ip_v3.0.2 -++ export IP_SRC -++ IP_VER=v3.0.2 -++ export IP_VER -++ I_MPI_CC=icc -++ export I_MPI_CC -++ I_MPI_CXX=icpc -++ export I_MPI_CXX -++ I_MPI_EXTRA_FILESYSTEM=yes -++ export I_MPI_EXTRA_FILESYSTEM -++ I_MPI_EXTRA_FILESYSTEM_LIST=gpfs -++ export I_MPI_EXTRA_FILESYSTEM_LIST -++ I_MPI_F77=ifort -++ export I_MPI_F77 -++ I_MPI_F90=ifort -++ export I_MPI_F90 -++ I_MPI_FC=ifort -++ export I_MPI_FC -++ I_MPI_HYDRA_BOOTSTRAP=lsf -++ export I_MPI_HYDRA_BOOTSTRAP -++ I_MPI_HYDRA_IFACE=ib0 -++ export I_MPI_HYDRA_IFACE -++ I_MPI_LSF_USE_COLLECTIVE_LAUNCH=1 -++ export I_MPI_LSF_USE_COLLECTIVE_LAUNCH -++ I_MPI_ROOT=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi -++ export I_MPI_ROOT -++ JASPER_INC=/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/include -++ export JASPER_INC -++ JASPER_LIB=/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib/libjasper.a -++ export JASPER_LIB -++ JASPER_LIBDIR=/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib -++ export JASPER_LIBDIR -++ JASPER_SRC=/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/src/jasper-1.900.29 -++ export JASPER_SRC -++ JASPER_VER=1.900.29 -++ export JASPER_VER -++ KMP_AFFINITY=scatter -++ export KMP_AFFINITY -++ unset LAUNCH -++ __LMOD_REF_COUNT_LD_LIBRARY_PATH='/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/lib:1;/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib:1;/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib:1;/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib:1;/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:1;/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib:1;/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib:1;/usrx/local/prod/intel/2018UP01/itac_latest/slib:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:1;/usrx/local/prod/intel/2018UP01/debugger_2018/iga/lib:1;/usrx/local/prod/intel/2018UP01/debugger_2018/libipt/intel64/lib:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4:1' -++ export __LMOD_REF_COUNT_LD_LIBRARY_PATH -++ LD_LIBRARY_PATH=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/lib:/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib:/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib:/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib:/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib:/usrx/local/prod/intel/2018UP01/itac_latest/slib:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:/usrx/local/prod/intel/2018UP01/debugger_2018/iga/lib:/usrx/local/prod/intel/2018UP01/debugger_2018/libipt/intel64/lib:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4 -++ export LD_LIBRARY_PATH -++ __LMOD_REF_COUNT_LIBRARY_PATH='/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:1;/usrx/local/prod/intel/2018UP01/clck_latest/lib/intel64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4:1' -++ export __LMOD_REF_COUNT_LIBRARY_PATH -++ LIBRARY_PATH=/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:/usrx/local/prod/intel/2018UP01/clck_latest/lib/intel64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4 -++ export LIBRARY_PATH -++ LIB_NAME=POST -++ export LIB_NAME -++ LMOD_FAMILY_COMPILER=ips -++ export LMOD_FAMILY_COMPILER -++ LMOD_FAMILY_COMPILER_VERSION=18.0.1.163 -++ export LMOD_FAMILY_COMPILER_VERSION -++ LMOD_FAMILY_CONMPILER=HDF5-serial -++ export LMOD_FAMILY_CONMPILER -++ LMOD_FAMILY_CONMPILER_VERSION=1.10.1 -++ export LMOD_FAMILY_CONMPILER_VERSION -++ LMOD_FAMILY_MPI=impi -++ export LMOD_FAMILY_MPI -++ LMOD_FAMILY_MPI_VERSION=18.0.1 -++ export LMOD_FAMILY_MPI_VERSION -++ __LMOD_REF_COUNT_LOADEDMODULES='ips/18.0.1.163:1;impi/18.0.1:1;NetCDF/4.5.0:1;HDF5-serial/1.10.1:1;lsf/10.1:1;bacio/2.0.3:1;ip/3.0.2:1;sp/2.0.3:1;w3nco/2.0.7:1;w3emc/2.3.1:1;nemsio/2.2.4:1;g2/3.1.1:1;g2tmpl/1.6.0:1;crtm/2.2.6:1;jasper/1.900.29:1;libpng/1.2.59:1;zlib/1.2.11:1;post/8.0.1:1;esmf/8.0.0:1;cmake/3.10.0:1;fv3:1' -++ export __LMOD_REF_COUNT_LOADEDMODULES -++ LOADEDMODULES=ips/18.0.1.163:impi/18.0.1:NetCDF/4.5.0:HDF5-serial/1.10.1:lsf/10.1:bacio/2.0.3:ip/3.0.2:sp/2.0.3:w3nco/2.0.7:w3emc/2.3.1:nemsio/2.2.4:g2/3.1.1:g2tmpl/1.6.0:crtm/2.2.6:jasper/1.900.29:libpng/1.2.59:zlib/1.2.11:post/8.0.1:esmf/8.0.0:cmake/3.10.0:fv3 -++ export LOADEDMODULES -++ LSF_BINDIR=/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin -++ export LSF_BINDIR -++ LSF_ENVDIR=/gpfs/lsf/conf -++ export LSF_ENVDIR -++ LSF_LIBDIR=/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib -++ export LSF_LIBDIR -++ LSF_SERVERDIR=/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc -++ export LSF_SERVERDIR -++ __LMOD_REF_COUNT_MANPATH='/usrx/local/dev/packages/cmake/3.10.0/share/man:1;/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/share/man:1;/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/share/man:1;/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/man:1;/gpfs/lsf/10.1/man:1;/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/share/man:1;/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/share/man:1;/usrx/local/prod/intel/2018UP01/itac_latest/man:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/man/common:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/man:1;/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/man:1;/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-igfx/man:1;/usrx/local/prod/lmod/lmod/share/man:1;/usrx/local/prod/intel/2018UP01/inspector_2018/man:1;/usrx/local/prod/intel/2018UP01/advisor_2018/man:1' -++ export __LMOD_REF_COUNT_MANPATH -++ MANPATH=/usrx/local/dev/packages/cmake/3.10.0/share/man:/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/share/man:/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/share/man:/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/man:/gpfs/lsf/10.1/man:/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/share/man:/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/share/man:/usrx/local/prod/intel/2018UP01/itac_latest/man:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/man/common:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/man:/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/man:/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-igfx/man:/usrx/local/prod/lmod/lmod/share/man::/usrx/local/prod/intel/2018UP01/inspector_2018/man:/usrx/local/prod/intel/2018UP01/advisor_2018/man -++ export MANPATH -++ MKLROOT=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl -++ export MKLROOT -++ MODULEPATH=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/dev/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1:/usrx/local/prod/modulefiles/mpi_third/ips/18.0.1/impi/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/mpi_prod/ips/18.0.1/impi/18.0.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles -++ export MODULEPATH -++ MPM_LAUNCHER=/usrx/local/prod/intel/2018UP01/debugger_2018/mpm/mic/bin/start_mpm.sh -++ export MPM_LAUNCHER -++ NEMSIO_INC=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/nemsio_v2.2.4 -++ export NEMSIO_INC -++ NEMSIO_LIB=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libnemsio_v2.2.4.a -++ export NEMSIO_LIB -++ NEMSIO_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/nemsio_v2.2.4 -++ export NEMSIO_SRC -++ NEMSIO_VER=v2.2.4 -++ export NEMSIO_VER -++ NETCDF=/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0 -++ export NETCDF -++ NETCDF_CFLAGS=-I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -++ export NETCDF_CFLAGS -++ NETCDF_CXX4FLAGS=-I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -++ export NETCDF_CXX4FLAGS -++ NETCDF_CXXFLAGS=-I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -++ export NETCDF_CXXFLAGS -++ NETCDF_FFLAGS=-I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -++ export NETCDF_FFLAGS -++ NETCDF_INC=/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -++ export NETCDF_INC -++ NETCDF_INCLUDE=-I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -++ export NETCDF_INCLUDE -++ NETCDF_LDFLAGS='-L/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib -lnetcdff' -++ export NETCDF_LDFLAGS -++ NETCDF_LDFLAGS_C='-L/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib -lnetcdf' -++ export NETCDF_LDFLAGS_C -++ NETCDF_LDFLAGS_CXX='-L/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib -lnetcdf -lnetcdf_c++' -++ export NETCDF_LDFLAGS_CXX -++ NETCDF_LDFLAGS_CXX4='-L/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib -lnetcdf -lnetcdf_c++4' -++ export NETCDF_LDFLAGS_CXX4 -++ NETCDF_LDFLAGS_F='-L/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib -lnetcdff' -++ export NETCDF_LDFLAGS_F -++ NETCDF_LIB=/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib -++ export NETCDF_LIB -++ NETCDF_ROOT=/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0 -++ export NETCDF_ROOT -++ __LMOD_REF_COUNT_NLSPATH='/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin/locale/%l_%t/%N:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin/locale/%l_%t/%N:1;/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/share/locale/%l_%t/%N:1' -++ export __LMOD_REF_COUNT_NLSPATH -++ NLSPATH=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin/locale/%l_%t/%N:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin/locale/%l_%t/%N::/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/share/locale/%l_%t/%N -++ export NLSPATH -++ __LMOD_REF_COUNT_PATH='/usrx/local/dev/packages/cmake/3.10.0/bin:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/bin:1;/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/bin:1;/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/bin:1;/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc:1;/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin:1;/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1:1;/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/bin:1;/usrx/local/prod/intel/2018UP01/advisor_2018/bin64:1;/usrx/local/prod/intel/2018UP01/vtune_amplifier_2018/bin64:1;/usrx/local/prod/intel/2018UP01/inspector_2018/bin64:1;/usrx/local/prod/intel/2018UP01/itac_latest/bin:1;/usrx/local/prod/intel/2018UP01/clck_latest/bin/intel64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/bin/intel64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64:1;/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/targets/intel64/x200/bin:1;/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/bin:1;/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/usr/lpp/mmfs/bin:1;/opt/ibutils/bin:1;/opt/dell/srvadmin/bin:1;/u/Dusan.Jovic/bin:2;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/dbrowse:1;/u/Dusan.Jovic/.local/bin:1;/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/include:1' -++ export __LMOD_REF_COUNT_PATH -++ PATH=/usrx/local/dev/packages/cmake/3.10.0/bin:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/bin:/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/bin:/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/bin:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin:/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1:/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/bin:/usrx/local/prod/intel/2018UP01/advisor_2018/bin64:/usrx/local/prod/intel/2018UP01/vtune_amplifier_2018/bin64:/usrx/local/prod/intel/2018UP01/inspector_2018/bin64:/usrx/local/prod/intel/2018UP01/itac_latest/bin:/usrx/local/prod/intel/2018UP01/clck_latest/bin/intel64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/bin/intel64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64:/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/targets/intel64/x200/bin:/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/usr/lpp/mmfs/bin:/opt/ibutils/bin:/opt/dell/srvadmin/bin:/u/Dusan.Jovic/bin:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/dbrowse:/u/Dusan.Jovic/.local/bin:/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/include -++ export PATH -++ PKG_CONFIG_PATH=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/bin/pkgconfig -++ export PKG_CONFIG_PATH -++ PNG_INC=/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/include -++ export PNG_INC -++ PNG_LIB=/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng.a -++ export PNG_LIB -++ PNG_LIB12=/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng12.a -++ export PNG_LIB12 -++ PNG_LIBDIR=/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib -++ export PNG_LIBDIR -++ PNG_LIBso=/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng.so -++ export PNG_LIBso -++ PNG_SRC=/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/src/libpng-1.2.59 -++ export PNG_SRC -++ PNG_VER=1.2.59 -++ export PNG_VER -++ POST_INC=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ncep_post_v8.0.1_4 -++ export POST_INC -++ POST_LIB=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libncep_post_v8.0.1_4.a -++ export POST_LIB -++ POST_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/post_v8.0.1 -++ export POST_SRC -++ POST_VER=v8.0.1 -++ export POST_VER -++ PSTLROOT=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/pstl -++ export PSTLROOT -++ PYTHONPATH=/usrx/local/prod/intel/2018UP01/advisor_2018/pythonapi -++ export PYTHONPATH -++ SP_LIB4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_4.a -++ export SP_LIB4 -++ SP_LIB8=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_8.a -++ export SP_LIB8 -++ SP_LIBd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_d.a -++ export SP_LIBd -++ SP_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/sp_v2.0.3 -++ export SP_SRC -++ SP_VER=v2.0.3 -++ export SP_VER -++ TBBROOT=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb -++ export TBBROOT -++ VT_ADD_LIBS='-ldwarf -lelf -lvtunwind -lm -lpthread' -++ export VT_ADD_LIBS -++ VT_ARCH=intel64 -++ export VT_ARCH -++ VT_LIB_DIR=/usrx/local/prod/intel/2018UP01/itac_latest/lib -++ export VT_LIB_DIR -++ VT_MPI=impi4 -++ export VT_MPI -++ VT_ROOT=/usrx/local/prod/intel/2018UP01/itac_latest -++ export VT_ROOT -++ VT_SLIB_DIR=/usrx/local/prod/intel/2018UP01/itac_latest/slib -++ export VT_SLIB_DIR -++ W3EMC_INC4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3emc_v2.3.1_4 -++ export W3EMC_INC4 -++ W3EMC_INC8=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3emc_v2.3.1_8 -++ export W3EMC_INC8 -++ W3EMC_INCd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3emc_v2.3.1_d -++ export W3EMC_INCd -++ W3EMC_LIB4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_4.a -++ export W3EMC_LIB4 -++ W3EMC_LIB8=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_8.a -++ export W3EMC_LIB8 -++ W3EMC_LIBd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_d.a -++ export W3EMC_LIBd -++ W3EMC_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/w3emc_v2.3.1 -++ export W3EMC_SRC -++ W3EMC_VER=v2.3.1 -++ export W3EMC_VER -++ W3NCO_INC4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3nco_v2.0.7_4 -++ export W3NCO_INC4 -++ W3NCO_INC8=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3nco_v2.0.7_8 -++ export W3NCO_INC8 -++ W3NCO_INCd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3nco_v2.0.7_d -++ export W3NCO_INCd -++ W3NCO_LIB4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_4.a -++ export W3NCO_LIB4 -++ W3NCO_LIB8=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_8.a -++ export W3NCO_LIB8 -++ W3NCO_LIBd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_d.a -++ export W3NCO_LIBd -++ W3NCO_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/w3nco_v2.0.7 -++ export W3NCO_SRC -++ W3NCO_VER=v2.0.7 -++ export W3NCO_VER -++ XLSF_UIDDIR=/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib/uid -++ export XLSF_UIDDIR -++ Z_INC=/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/include -++ export Z_INC -++ Z_LIB=/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib/libz.a -++ export Z_LIB -++ Z_SRC=/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/src -++ export Z_SRC -++ Z_VER=1.2.11 -++ export Z_VER -++ __LMOD_REF_COUNT__LMFILES_='/usrx/local/prod/modulefiles/core_third/ips/18.0.1.163:1;/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1/impi/18.0.1.lua:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/NetCDF/4.5.0:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/HDF5-serial/1.10.1:1;/usrx/local/prod/modulefiles/core_third/lsf/10.1:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/bacio/2.0.3:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/ip/3.0.2:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/sp/2.0.3:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3nco/2.0.7:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3emc/2.3.1:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/nemsio/2.2.4:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2/3.1.1:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2tmpl/1.6.0:1;/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/crtm/2.2.6:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/jasper/1.900.29:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/libpng/1.2.59:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/zlib/1.2.11:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/post/8.0.1:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/esmf/8.0.0:1;/usrx/local/dev/modulefiles/cmake/3.10.0:1;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3:1' -++ export __LMOD_REF_COUNT__LMFILES_ -++ _LMFILES_=/usrx/local/prod/modulefiles/core_third/ips/18.0.1.163:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1/impi/18.0.1.lua:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/NetCDF/4.5.0:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/HDF5-serial/1.10.1:/usrx/local/prod/modulefiles/core_third/lsf/10.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/bacio/2.0.3:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/ip/3.0.2:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/sp/2.0.3:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3nco/2.0.7:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3emc/2.3.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/nemsio/2.2.4:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2/3.1.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2tmpl/1.6.0:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/crtm/2.2.6:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/jasper/1.900.29:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/libpng/1.2.59:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/zlib/1.2.11:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/post/8.0.1:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/esmf/8.0.0:/usrx/local/dev/modulefiles/cmake/3.10.0:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3 -++ export _LMFILES_ -++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImlwcyIsWyJjb25tcGlsZXIiXT0iSERGNS1zZXJpYWwiLFsibXBpIl09ImltcGkiLH0sbVQ9e1siSERGNS1zZXJpYWwiXT17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvSERGNS1zZXJpYWwvMS4xMC4xIixbImZ1bGxOYW1lIl09IkhERjUtc2VyaWFsLzEuMTAuMSIsWyJsb2FkT3JkZXIiXT00LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09IkhERjUtc2VyaWFs -++ export _ModuleTable001_ -++ _ModuleTable002_=LzEuMTAuMSIsfSxOZXRDREY9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xL05ldENERi80LjUuMCIsWyJmdWxsTmFtZSJdPSJOZXRDREYvNC41LjAiLFsibG9hZE9yZGVyIl09Myxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJOZXRDREYvNC41LjAiLH0sYmFjaW89e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2JhY2lvLzIuMC4zIixbImZ1bGxOYW1lIl09ImJhY2lvLzIuMC4zIixbImxvYWRPcmRlciJdPTYscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNl -++ export _ModuleTable002_ -++ _ModuleTable003_=ck5hbWUiXT0iYmFjaW8vMi4wLjMiLH0sY21ha2U9e1siZm4iXT0iL3VzcngvbG9jYWwvZGV2L21vZHVsZWZpbGVzL2NtYWtlLzMuMTAuMCIsWyJmdWxsTmFtZSJdPSJjbWFrZS8zLjEwLjAiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY21ha2UvMy4xMC4wIix9LGNydG09e1siZm4iXT0iL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfcHJvZC9pcHMvMTguMC4xL2NydG0vMi4yLjYiLFsiZnVsbE5hbWUiXT0iY3J0bS8yLjIuNiIsWyJsb2FkT3JkZXIiXT0xNCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1 -++ export _ModuleTable003_ -++ _ModuleTable004_=c2VyTmFtZSJdPSJjcnRtLzIuMi42Iix9LGVzbWY9e1siZm4iXT0iL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcjE4L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL3djb3NzX2RlbGxfcDMvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT0yMSxw -++ export _ModuleTable004_ -++ _ModuleTable005_=cm9wVD17fSxbInN0YWNrRGVwdGgiXT0wLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZzI9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2cyLzMuMS4xIixbImZ1bGxOYW1lIl09ImcyLzMuMS4xIixbImxvYWRPcmRlciJdPTEyLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcyLzMuMS4xIix9LGcydG1wbD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzJ0bXBsLzEuNi4wIixbImZ1bGxOYW1lIl09ImcydG1wbC8xLjYuMCIsWyJsb2FkT3JkZXIiXT0xMyxwcm9wVD17fSxbInN0YWNr -++ export _ModuleTable005_ -++ _ModuleTable006_=RGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMnRtcGwvMS42LjAiLH0saW1waT17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX21waS9pcHMvMTguMC4xL2ltcGkvMTguMC4xLmx1YSIsWyJmdWxsTmFtZSJdPSJpbXBpLzE4LjAuMSIsWyJsb2FkT3JkZXIiXT0yLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImltcGkvMTguMC4xIix9LGlwPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9pcC8zLjAuMiIsWyJmdWxsTmFtZSJdPSJpcC8zLjAuMiIsWyJsb2FkT3JkZXIiXT03LHByb3BUPXt9LFsic3Rh -++ export _ModuleTable006_ -++ _ModuleTable007_=Y2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImlwLzMuMC4yIix9LGlwcz17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQvaXBzLzE4LjAuMS4xNjMiLFsiZnVsbE5hbWUiXT0iaXBzLzE4LjAuMS4xNjMiLFsibG9hZE9yZGVyIl09MSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJpcHMvMTguMC4xLjE2MyIsfSxqYXNwZXI9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xL2phc3Blci8xLjkwMC4yOSIsWyJmdWxsTmFtZSJdPSJqYXNwZXIvMS45MDAuMjkiLFsibG9hZE9yZGVyIl09 -++ export _ModuleTable007_ -++ _ModuleTable008_=MTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iamFzcGVyLzEuOTAwLjI5Iix9LGxpYnBuZz17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvbGlicG5nLzEuMi41OSIsWyJmdWxsTmFtZSJdPSJsaWJwbmcvMS4yLjU5IixbImxvYWRPcmRlciJdPTE2LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImxpYnBuZy8xLjIuNTkiLH0sbHNmPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZC9sc2YvMTAuMSIsWyJmdWxsTmFtZSJdPSJsc2YvMTAuMSIsWyJsb2Fk -++ export _ModuleTable008_ -++ _ModuleTable009_=T3JkZXIiXT01LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImxzZi8xMC4xIix9LG5lbXNpbz17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvbmVtc2lvLzIuMi40IixbImZ1bGxOYW1lIl09Im5lbXNpby8yLjIuNCIsWyJsb2FkT3JkZXIiXT0xMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZW1zaW8vMi4yLjQiLH0scG9zdD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvcG9zdC84LjAuMSIsWyJmdWxsTmFtZSJdPSJwb3N0LzguMC4xIixbImxvYWRP -++ export _ModuleTable009_ -++ _ModuleTable010_=cmRlciJdPTE4LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InBvc3QvOC4wLjEiLH0sc3A9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL3NwLzIuMC4zIixbImZ1bGxOYW1lIl09InNwLzIuMC4zIixbImxvYWRPcmRlciJdPTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ic3AvMi4wLjMiLH0sdzNlbWM9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL3czZW1jLzIuMy4xIixbImZ1bGxOYW1lIl09InczZW1jLzIuMy4xIixbImxvYWRPcmRlciJdPTEwLHBy -++ export _ModuleTable010_ -++ _ModuleTable011_=b3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczZW1jLzIuMy4xIix9LHczbmNvPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy93M25jby8yLjAuNyIsWyJmdWxsTmFtZSJdPSJ3M25jby8yLjAuNyIsWyJsb2FkT3JkZXIiXT05LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHpsaWI9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xL3psaWIvMS4yLjExIixbImZ1bGxOYW1lIl09InpsaWIvMS4yLjExIixbImxvYWRPcmRl -++ export _ModuleTable011_ -++ _ModuleTable012_=ciJdPTE3LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InpsaWIvMS4yLjExIix9LH0sbXBhdGhBPXsiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMiLCIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9EdXNhbi5Kb3ZpYy91ZnMvcHIxOC91ZnMtd2VhdGhlci1tb2RlbC9tb2R1bGVmaWxlcy93Y29zc19kZWxsX3AzIiwiL3VzcngvbG9jYWwvZGV2L2VtY19yb2NvdG8vbW9kdWxlZmlsZXMiLCIvdXNyeC9sb2NhbC9kZXYvbW9kdWxlZmlsZXMiLCIvdXNyeC9sb2NhbC9wcm9kL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlIiwiL3VzcngvbG9j -++ export _ModuleTable012_ -++ _ModuleTable013_=YWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9kZWZzIiwiL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29yZV9wcm9kIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xIiwiL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfcHJvZC9pcHMvMTguMC4xIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl9tcGkvaXBzLzE4LjAuMSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvbXBpX3RoaXJkL2lwcy8xOC4wLjEvaW1waS8xOC4wLjEiLCIvZ3Bmcy9kZWxsMS9uY28vb3BzL253 -++ export _ModuleTable013_ -++ _ModuleTable014_=cHJvZC9tb2R1bGVmaWxlcy9tcGlfcHJvZC9pcHMvMTguMC4xL2ltcGkvMTguMC4xIiwiL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzIix9LFsic3lzdGVtQmFzZU1QQVRIIl09Ii91c3J4L2xvY2FsL3Byb2QvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmU6L3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkOi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvZGVmczovZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb3JlX3Byb2QiLH0= -++ export _ModuleTable014_ -++ _ModuleTable_Sz_=14 -++ export _ModuleTable_Sz_ -++ : -s sh -+ eval -+ module list -++ /usrx/local/prod/lmod/lmod/libexec/lmod bash list - -Currently Loaded Modules: - 1) ips/18.0.1.163 8) sp/2.0.3 15) jasper/1.900.29 - 2) impi/18.0.1 9) w3nco/2.0.7 16) libpng/1.2.59 - 3) NetCDF/4.5.0 10) w3emc/2.3.1 17) zlib/1.2.11 - 4) HDF5-serial/1.10.1 11) nemsio/2.2.4 18) post/8.0.1 - 5) lsf/10.1 12) g2/3.1.1 19) esmf/8.0.0 - 6) bacio/2.0.3 13) g2tmpl/1.6.0 20) cmake/3.10.0 - 7) ip/3.0.2 14) crtm/2.2.6 21) fv3 - - - -+ eval 'MODULEPATH="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/dev/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1:/usrx/local/prod/modulefiles/mpi_third/ips/18.0.1/impi/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/mpi_prod/ips/18.0.1/impi/18.0.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles";' export 'MODULEPATH;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImlwcyIsWyJjb25tcGlsZXIiXT0iSERGNS1zZXJpYWwiLFsibXBpIl09ImltcGkiLH0sbVQ9e1siSERGNS1zZXJpYWwiXT17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvSERGNS1zZXJpYWwvMS4xMC4xIixbImZ1bGxOYW1lIl09IkhERjUtc2VyaWFsLzEuMTAuMSIsWyJsb2FkT3JkZXIiXT00LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09IkhERjUtc2VyaWFs";' export '_ModuleTable001_;' '_ModuleTable002_="LzEuMTAuMSIsfSxOZXRDREY9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xL05ldENERi80LjUuMCIsWyJmdWxsTmFtZSJdPSJOZXRDREYvNC41LjAiLFsibG9hZE9yZGVyIl09Myxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJOZXRDREYvNC41LjAiLH0sYmFjaW89e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2JhY2lvLzIuMC4zIixbImZ1bGxOYW1lIl09ImJhY2lvLzIuMC4zIixbImxvYWRPcmRlciJdPTYscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNl";' export '_ModuleTable002_;' '_ModuleTable003_="ck5hbWUiXT0iYmFjaW8vMi4wLjMiLH0sY21ha2U9e1siZm4iXT0iL3VzcngvbG9jYWwvZGV2L21vZHVsZWZpbGVzL2NtYWtlLzMuMTAuMCIsWyJmdWxsTmFtZSJdPSJjbWFrZS8zLjEwLjAiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY21ha2UvMy4xMC4wIix9LGNydG09e1siZm4iXT0iL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfcHJvZC9pcHMvMTguMC4xL2NydG0vMi4yLjYiLFsiZnVsbE5hbWUiXT0iY3J0bS8yLjIuNiIsWyJsb2FkT3JkZXIiXT0xNCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1";' export '_ModuleTable003_;' '_ModuleTable004_="c2VyTmFtZSJdPSJjcnRtLzIuMi42Iix9LGVzbWY9e1siZm4iXT0iL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcjE4L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL3djb3NzX2RlbGxfcDMvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT0yMSxw";' export '_ModuleTable004_;' '_ModuleTable005_="cm9wVD17fSxbInN0YWNrRGVwdGgiXT0wLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZzI9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2cyLzMuMS4xIixbImZ1bGxOYW1lIl09ImcyLzMuMS4xIixbImxvYWRPcmRlciJdPTEyLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcyLzMuMS4xIix9LGcydG1wbD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzJ0bXBsLzEuNi4wIixbImZ1bGxOYW1lIl09ImcydG1wbC8xLjYuMCIsWyJsb2FkT3JkZXIiXT0xMyxwcm9wVD17fSxbInN0YWNr";' export '_ModuleTable005_;' '_ModuleTable006_="RGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMnRtcGwvMS42LjAiLH0saW1waT17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX21waS9pcHMvMTguMC4xL2ltcGkvMTguMC4xLmx1YSIsWyJmdWxsTmFtZSJdPSJpbXBpLzE4LjAuMSIsWyJsb2FkT3JkZXIiXT0yLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImltcGkvMTguMC4xIix9LGlwPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9pcC8zLjAuMiIsWyJmdWxsTmFtZSJdPSJpcC8zLjAuMiIsWyJsb2FkT3JkZXIiXT03LHByb3BUPXt9LFsic3Rh";' export '_ModuleTable006_;' '_ModuleTable007_="Y2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImlwLzMuMC4yIix9LGlwcz17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQvaXBzLzE4LjAuMS4xNjMiLFsiZnVsbE5hbWUiXT0iaXBzLzE4LjAuMS4xNjMiLFsibG9hZE9yZGVyIl09MSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJpcHMvMTguMC4xLjE2MyIsfSxqYXNwZXI9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xL2phc3Blci8xLjkwMC4yOSIsWyJmdWxsTmFtZSJdPSJqYXNwZXIvMS45MDAuMjkiLFsibG9hZE9yZGVyIl09";' export '_ModuleTable007_;' '_ModuleTable008_="MTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iamFzcGVyLzEuOTAwLjI5Iix9LGxpYnBuZz17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvbGlicG5nLzEuMi41OSIsWyJmdWxsTmFtZSJdPSJsaWJwbmcvMS4yLjU5IixbImxvYWRPcmRlciJdPTE2LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImxpYnBuZy8xLjIuNTkiLH0sbHNmPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZC9sc2YvMTAuMSIsWyJmdWxsTmFtZSJdPSJsc2YvMTAuMSIsWyJsb2Fk";' export '_ModuleTable008_;' '_ModuleTable009_="T3JkZXIiXT01LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImxzZi8xMC4xIix9LG5lbXNpbz17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvbmVtc2lvLzIuMi40IixbImZ1bGxOYW1lIl09Im5lbXNpby8yLjIuNCIsWyJsb2FkT3JkZXIiXT0xMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZW1zaW8vMi4yLjQiLH0scG9zdD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvcG9zdC84LjAuMSIsWyJmdWxsTmFtZSJdPSJwb3N0LzguMC4xIixbImxvYWRP";' export '_ModuleTable009_;' '_ModuleTable010_="cmRlciJdPTE4LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InBvc3QvOC4wLjEiLH0sc3A9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL3NwLzIuMC4zIixbImZ1bGxOYW1lIl09InNwLzIuMC4zIixbImxvYWRPcmRlciJdPTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ic3AvMi4wLjMiLH0sdzNlbWM9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL3czZW1jLzIuMy4xIixbImZ1bGxOYW1lIl09InczZW1jLzIuMy4xIixbImxvYWRPcmRlciJdPTEwLHBy";' export '_ModuleTable010_;' '_ModuleTable011_="b3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczZW1jLzIuMy4xIix9LHczbmNvPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy93M25jby8yLjAuNyIsWyJmdWxsTmFtZSJdPSJ3M25jby8yLjAuNyIsWyJsb2FkT3JkZXIiXT05LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHpsaWI9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xL3psaWIvMS4yLjExIixbImZ1bGxOYW1lIl09InpsaWIvMS4yLjExIixbImxvYWRPcmRl";' export '_ModuleTable011_;' '_ModuleTable012_="ciJdPTE3LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InpsaWIvMS4yLjExIix9LH0sbXBhdGhBPXsiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMiLCIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9EdXNhbi5Kb3ZpYy91ZnMvcHIxOC91ZnMtd2VhdGhlci1tb2RlbC9tb2R1bGVmaWxlcy93Y29zc19kZWxsX3AzIiwiL3VzcngvbG9jYWwvZGV2L2VtY19yb2NvdG8vbW9kdWxlZmlsZXMiLCIvdXNyeC9sb2NhbC9kZXYvbW9kdWxlZmlsZXMiLCIvdXNyeC9sb2NhbC9wcm9kL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlIiwiL3VzcngvbG9j";' export '_ModuleTable012_;' '_ModuleTable013_="YWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9kZWZzIiwiL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29yZV9wcm9kIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xIiwiL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfcHJvZC9pcHMvMTguMC4xIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl9tcGkvaXBzLzE4LjAuMSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvbXBpX3RoaXJkL2lwcy8xOC4wLjEvaW1waS8xOC4wLjEiLCIvZ3Bmcy9kZWxsMS9uY28vb3BzL253";' export '_ModuleTable013_;' '_ModuleTable014_="cHJvZC9tb2R1bGVmaWxlcy9tcGlfcHJvZC9pcHMvMTguMC4xL2ltcGkvMTguMC4xIiwiL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzIix9LFsic3lzdGVtQmFzZU1QQVRIIl09Ii91c3J4L2xvY2FsL3Byb2QvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmU6L3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkOi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvZGVmczovZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb3JlX3Byb2QiLH0=";' export '_ModuleTable014_;' '_ModuleTable_Sz_="14";' export '_ModuleTable_Sz_;' -++ MODULEPATH=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/dev/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1:/usrx/local/prod/modulefiles/mpi_third/ips/18.0.1/impi/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/mpi_prod/ips/18.0.1/impi/18.0.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles -++ export MODULEPATH -++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImlwcyIsWyJjb25tcGlsZXIiXT0iSERGNS1zZXJpYWwiLFsibXBpIl09ImltcGkiLH0sbVQ9e1siSERGNS1zZXJpYWwiXT17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvSERGNS1zZXJpYWwvMS4xMC4xIixbImZ1bGxOYW1lIl09IkhERjUtc2VyaWFsLzEuMTAuMSIsWyJsb2FkT3JkZXIiXT00LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09IkhERjUtc2VyaWFs -++ export _ModuleTable001_ -++ _ModuleTable002_=LzEuMTAuMSIsfSxOZXRDREY9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xL05ldENERi80LjUuMCIsWyJmdWxsTmFtZSJdPSJOZXRDREYvNC41LjAiLFsibG9hZE9yZGVyIl09Myxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJOZXRDREYvNC41LjAiLH0sYmFjaW89e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2JhY2lvLzIuMC4zIixbImZ1bGxOYW1lIl09ImJhY2lvLzIuMC4zIixbImxvYWRPcmRlciJdPTYscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNl -++ export _ModuleTable002_ -++ _ModuleTable003_=ck5hbWUiXT0iYmFjaW8vMi4wLjMiLH0sY21ha2U9e1siZm4iXT0iL3VzcngvbG9jYWwvZGV2L21vZHVsZWZpbGVzL2NtYWtlLzMuMTAuMCIsWyJmdWxsTmFtZSJdPSJjbWFrZS8zLjEwLjAiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY21ha2UvMy4xMC4wIix9LGNydG09e1siZm4iXT0iL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfcHJvZC9pcHMvMTguMC4xL2NydG0vMi4yLjYiLFsiZnVsbE5hbWUiXT0iY3J0bS8yLjIuNiIsWyJsb2FkT3JkZXIiXT0xNCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1 -++ export _ModuleTable003_ -++ _ModuleTable004_=c2VyTmFtZSJdPSJjcnRtLzIuMi42Iix9LGVzbWY9e1siZm4iXT0iL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcjE4L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL3djb3NzX2RlbGxfcDMvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT0yMSxw -++ export _ModuleTable004_ -++ _ModuleTable005_=cm9wVD17fSxbInN0YWNrRGVwdGgiXT0wLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZzI9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2cyLzMuMS4xIixbImZ1bGxOYW1lIl09ImcyLzMuMS4xIixbImxvYWRPcmRlciJdPTEyLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcyLzMuMS4xIix9LGcydG1wbD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzJ0bXBsLzEuNi4wIixbImZ1bGxOYW1lIl09ImcydG1wbC8xLjYuMCIsWyJsb2FkT3JkZXIiXT0xMyxwcm9wVD17fSxbInN0YWNr -++ export _ModuleTable005_ -++ _ModuleTable006_=RGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMnRtcGwvMS42LjAiLH0saW1waT17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX21waS9pcHMvMTguMC4xL2ltcGkvMTguMC4xLmx1YSIsWyJmdWxsTmFtZSJdPSJpbXBpLzE4LjAuMSIsWyJsb2FkT3JkZXIiXT0yLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImltcGkvMTguMC4xIix9LGlwPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9pcC8zLjAuMiIsWyJmdWxsTmFtZSJdPSJpcC8zLjAuMiIsWyJsb2FkT3JkZXIiXT03LHByb3BUPXt9LFsic3Rh -++ export _ModuleTable006_ -++ _ModuleTable007_=Y2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImlwLzMuMC4yIix9LGlwcz17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQvaXBzLzE4LjAuMS4xNjMiLFsiZnVsbE5hbWUiXT0iaXBzLzE4LjAuMS4xNjMiLFsibG9hZE9yZGVyIl09MSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJpcHMvMTguMC4xLjE2MyIsfSxqYXNwZXI9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xL2phc3Blci8xLjkwMC4yOSIsWyJmdWxsTmFtZSJdPSJqYXNwZXIvMS45MDAuMjkiLFsibG9hZE9yZGVyIl09 -++ export _ModuleTable007_ -++ _ModuleTable008_=MTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iamFzcGVyLzEuOTAwLjI5Iix9LGxpYnBuZz17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvbGlicG5nLzEuMi41OSIsWyJmdWxsTmFtZSJdPSJsaWJwbmcvMS4yLjU5IixbImxvYWRPcmRlciJdPTE2LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImxpYnBuZy8xLjIuNTkiLH0sbHNmPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZC9sc2YvMTAuMSIsWyJmdWxsTmFtZSJdPSJsc2YvMTAuMSIsWyJsb2Fk -++ export _ModuleTable008_ -++ _ModuleTable009_=T3JkZXIiXT01LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImxzZi8xMC4xIix9LG5lbXNpbz17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvbmVtc2lvLzIuMi40IixbImZ1bGxOYW1lIl09Im5lbXNpby8yLjIuNCIsWyJsb2FkT3JkZXIiXT0xMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZW1zaW8vMi4yLjQiLH0scG9zdD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvcG9zdC84LjAuMSIsWyJmdWxsTmFtZSJdPSJwb3N0LzguMC4xIixbImxvYWRP -++ export _ModuleTable009_ -++ _ModuleTable010_=cmRlciJdPTE4LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InBvc3QvOC4wLjEiLH0sc3A9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL3NwLzIuMC4zIixbImZ1bGxOYW1lIl09InNwLzIuMC4zIixbImxvYWRPcmRlciJdPTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ic3AvMi4wLjMiLH0sdzNlbWM9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL3czZW1jLzIuMy4xIixbImZ1bGxOYW1lIl09InczZW1jLzIuMy4xIixbImxvYWRPcmRlciJdPTEwLHBy -++ export _ModuleTable010_ -++ _ModuleTable011_=b3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczZW1jLzIuMy4xIix9LHczbmNvPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy93M25jby8yLjAuNyIsWyJmdWxsTmFtZSJdPSJ3M25jby8yLjAuNyIsWyJsb2FkT3JkZXIiXT05LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHpsaWI9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xL3psaWIvMS4yLjExIixbImZ1bGxOYW1lIl09InpsaWIvMS4yLjExIixbImxvYWRPcmRl -++ export _ModuleTable011_ -++ _ModuleTable012_=ciJdPTE3LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InpsaWIvMS4yLjExIix9LH0sbXBhdGhBPXsiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMiLCIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9EdXNhbi5Kb3ZpYy91ZnMvcHIxOC91ZnMtd2VhdGhlci1tb2RlbC9tb2R1bGVmaWxlcy93Y29zc19kZWxsX3AzIiwiL3VzcngvbG9jYWwvZGV2L2VtY19yb2NvdG8vbW9kdWxlZmlsZXMiLCIvdXNyeC9sb2NhbC9kZXYvbW9kdWxlZmlsZXMiLCIvdXNyeC9sb2NhbC9wcm9kL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlIiwiL3VzcngvbG9j -++ export _ModuleTable012_ -++ _ModuleTable013_=YWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9kZWZzIiwiL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29yZV9wcm9kIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xIiwiL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfcHJvZC9pcHMvMTguMC4xIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl9tcGkvaXBzLzE4LjAuMSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvbXBpX3RoaXJkL2lwcy8xOC4wLjEvaW1waS8xOC4wLjEiLCIvZ3Bmcy9kZWxsMS9uY28vb3BzL253 -++ export _ModuleTable013_ -++ _ModuleTable014_=cHJvZC9tb2R1bGVmaWxlcy9tcGlfcHJvZC9pcHMvMTguMC4xL2ltcGkvMTguMC4xIiwiL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzIix9LFsic3lzdGVtQmFzZU1QQVRIIl09Ii91c3J4L2xvY2FsL3Byb2QvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmU6L3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkOi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvZGVmczovZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb3JlX3Byb2QiLH0= -++ export _ModuleTable014_ -++ _ModuleTable_Sz_=14 -++ export _ModuleTable_Sz_ -++ : -s sh -+ eval -+ cd build_fv3_4 -+ cmake /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model -DREPRO=Y --- The C compiler identification is Intel 18.0.1.20171018 --- The CXX compiler identification is Intel 18.0.1.20171018 --- The Fortran compiler identification is Intel 18.0.1.20171018 --- Check for working C compiler: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiicc --- Check for working C compiler: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiicc -- works --- Detecting C compiler ABI info --- Detecting C compiler ABI info - done --- Detecting C compile features --- Detecting C compile features - done --- Check for working CXX compiler: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiicpc --- Check for working CXX compiler: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiicpc -- works --- Detecting CXX compiler ABI info --- Detecting CXX compiler ABI info - done --- Detecting CXX compile features --- Detecting CXX compile features - done --- Check for working Fortran compiler: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort --- Check for working Fortran compiler: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -- works --- Detecting Fortran compiler ABI info --- Detecting Fortran compiler ABI info - done --- Checking whether /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort supports Fortran 90 --- Checking whether /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort supports Fortran 90 -- yes --- Found MPI_C: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiicc (found version "3.1") --- Found MPI_CXX: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiicpc (found version "3.1") --- Found MPI_Fortran: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort (found version "3.1") --- Found MPI: TRUE (found version "3.1") -ESMFMKFILE: /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/lib/esmf.mk - Found ESMF: -ESMF_VERSION_MAJOR: 8 -ESMF_F90COMPILEPATHS: /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include;/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -ESMF_F90ESMFLINKRPATHS: -Wl,-rpath,/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/lib -ESMF_F90ESMFLINKLIBS: -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf --- Found ESMF: /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include;/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include (found version "8.0.0") - -Setting configuration for wcoss_dell_p3 - -C compiler: Intel 18.0.1.20171018 (mpiicc) -CXX compiler: Intel 18.0.1.20171018 (mpiicpc) -Fortran compiler: Intel 18.0.1.20171018 (mpiifort) - -DEBUG is disabled -REPRO is ENABLED -32BIT is disabled -OPENMP is ENABLED -AVX2 is disabled -INLINE_POST is ENABLED - - -Selected physics package: gfs - --- Configuring done --- Generating done --- Build files have been written to: /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_4 -+ make -j 4 -Scanning dependencies of target fv3cpl -Scanning dependencies of target fms -[ 1%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_parameter.F90.o -[ 1%] Building Fortran object CMakeFiles/fms.dir/FMS/platform/platform.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 1%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_core.F90.o -[ 1%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_input.F90.o -[ 2%] Building Fortran object FV3/cpl/CMakeFiles/fv3cpl.dir/module_cap_cpl.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -Scanning dependencies of target gfsphysics -[ 2%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/machine.F.o -[ 3%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/co2hc.f.o -[ 3%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/cloud_interpolator.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 3%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_composition.f.o -[ 3%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_io.F90.o -[ 3%] Building Fortran object CMakeFiles/fms.dir/FMS/random_numbers/MersenneTwister.F90.o -[ 4%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/efield.f.o -[ 5%] Building Fortran object CMakeFiles/fms.dir/FMS/sat_vapor_pres/sat_vapor_pres_k.F90.o -[ 5%] Building Fortran object FV3/cpl/CMakeFiles/fv3cpl.dir/module_cplfields.F90.o -[ 6%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/wam_f107_kp_mod.f90.o -[ 6%] Linking Fortran static library libfv3cpl.a -[ 6%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mersenne_twister.f.o -[ 6%] Built target fv3cpl -[ 6%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/GFDL_parse_tracers.F90.o -[ 7%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/iounitdef.f.o -[ 7%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/namelist_soilveg.f.o -[ 7%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_wrf_utl.f90.o -[ 7%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/noahmp_tables.f90.o -[ 7%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_mp_radar.F90.o -[ 7%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/physcons.F90.o -[ 7%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/date_def.f.o -[ 8%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/progtm_module.f.o -[ 8%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/aerclm_def.f.o -[ 8%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2o_def.f.o -[ 8%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/physparam.f.o -[ 9%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ozne_def.f.o -[ 9%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gfs_phy_tracer_config.F.o -[ 9%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/surface_perturbation.F90.o -[ 9%] Building Fortran object CMakeFiles/fms.dir/FMS/constants/constants.F90.o -[ 10%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_data.F90.o -[ 10%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_sf_noahmp_glacier.f90.o -[ 11%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_sf_noahmplsm.f90.o -[ 11%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/iccn_def.f.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 11%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp.F90.o -[ 12%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/micro_mg_utils.F90.o -[ 12%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gfdl_cloud_microphys.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/tracer_const_h.f.o -[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/funcphys.f90.o -[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_ugwp_initialize.F90.o -[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radlw_param.f.o -[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radsw_param.f.o -[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_astronomy.f.o -[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_surface.f.o -[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_nst_parameters.f90.o -[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/aer_cloud.F.o -[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_mp_thompson_gfs.F90.o -[ 15%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_mp_wsm6_fv3.F90.o -[ 15%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/get_prs_fv3.f90.o -[ 16%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_cice.f.o -[ 16%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_diff.f.o -[ 16%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_ugwp_module.F90.o -[ 16%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/rascnvv2.f.o -[ 16%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_aerosols.f.o -[ 16%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_bfmicrophysics.f.o -[ 16%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_gases.f.o -[ 17%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radlw_datatb.f.o -[ 18%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radsw_datatb.f.o -[ 18%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_efp.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 18%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_memutils.F90.o -[ 19%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_pset.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 20%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_type.F90.o -[ 20%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_nst_water_prop.f90.o -[ 21%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/gradient.F90.o -[ 21%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/wv_saturation.F.o -[ 21%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_domains.F90.o -[ 22%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cs_conv.F90.o -[ 22%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_diag.f.o -[ 23%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_drv.f.o -[ 23%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_ocean.f.o -[ 24%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_sice.f.o -[ 24%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_typedefs.F90.o -[ 25%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_clouds.f.o -[ 25%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radlw_main.f.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 25%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radsw_main.f.o -[ 25%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_nst_model.f90.o -[ 25%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cldmacro.F.o -[ 26%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cldwat2m_micro.F.o -[ 26%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/micro_mg2_0.F90.o -[ 26%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/micro_mg3_0.F90.o -[ 26%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_nst.f.o -[ 27%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_diagnostics.F90.o -[ 27%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_radiation_driver.F90.o -[ 27%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_physics_driver.F90.o -[ 27%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_restart.F90.o -[ 28%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_comm.F90.o -[ 28%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_io.F90.o -Compiling in MPI mode (with or without MPP) -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 28%] Building Fortran object CMakeFiles/fms.dir/FMS/memutils/memutils.F90.o -[ 28%] Building Fortran object CMakeFiles/fms.dir/FMS/fms/fms_io.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 29%] Building Fortran object CMakeFiles/fms.dir/FMS/fms/fms.F90.o -[ 29%] Building Fortran object CMakeFiles/fms.dir/FMS/time_manager/time_manager.F90.o -[ 29%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bicubic.F90.o -[ 30%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bilinear.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 30%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_conserve.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 30%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_spherical.F90.o -[ 30%] Building Fortran object CMakeFiles/fms.dir/FMS/axis_utils/axis_utils.F90.o -[ 30%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_grid.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 30%] Building Fortran object CMakeFiles/fms.dir/FMS/field_manager/field_manager.F90.o -[ 30%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/mosaic.F90.o -[ 31%] Building Fortran object CMakeFiles/fms.dir/FMS/topography/gaussian_topog.F90.o -[ 31%] Building Fortran object CMakeFiles/fms.dir/FMS/time_manager/get_cal_time.F90.o -[ 31%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp.F90.o -[ 32%] Building Fortran object CMakeFiles/fms.dir/FMS/time_interp/time_interp.F90.o -[ 32%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_data.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 33%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_types.F90.o -[ 34%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_axis.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_manifest.F90.o -[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/xbt_drop_rate_adjust.f90.o -[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/write_ocean_data.F90.o -[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/time_interp/time_interp_external.F90.o -[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/field_manager/fm_util.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_output.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 36%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_util.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 36%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_table.F90.o -[ 36%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_manager.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 36%] Building Fortran object CMakeFiles/fms.dir/FMS/data_override/data_override.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 37%] Building Fortran object CMakeFiles/fms.dir/FMS/exchange/stock_constants.F90.o -[ 37%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/coupler_types.F90.o -[ 38%] Building Fortran object CMakeFiles/fms.dir/FMS/amip_interp/amip_interp.F90.o -[ 38%] Building Fortran object CMakeFiles/fms.dir/FMS/astronomy/astronomy.F90.o -[ 38%] Building Fortran object CMakeFiles/fms.dir/FMS/block_control/block_control.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 39%] Building Fortran object CMakeFiles/fms.dir/FMS/column_diagnostics/column_diagnostics.F90.o -[ 39%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/atmos_ocean_fluxes.F90.o -[ 39%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/ensemble_manager.F90.o -[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters.F90.o -Compiling in MPI mode (with or without MPP) -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/exchange/xgrid.F90.o -[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft.F90.o -[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft99.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/interpolator/interpolator.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/grid.F90.o -[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_utilities.F90.o -[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core.F90.o -[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core_ecda.F90.o -[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/random_numbers/random_numbers.F90.o -[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/sat_vapor_pres/sat_vapor_pres.F90.o -[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/station_data/station_data.F90.o -[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/topography/topography.F90.o -[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/tracer_manager/tracer_manager.F90.o -[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/tridiagonal/tridiagonal.F90.o -[ 42%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/quicksort.F90.o -[ 43%] Building C object CMakeFiles/fms.dir/FMS/memutils/memuse.c.o -[ 43%] Building C object CMakeFiles/fms.dir/FMS/mosaic/create_xgrid.c.o -[ 43%] Building C object CMakeFiles/fms.dir/FMS/mosaic/gradient_c2l.c.o -[ 44%] Building C object CMakeFiles/fms.dir/FMS/mosaic/interp.c.o -[ 44%] Building C object CMakeFiles/fms.dir/FMS/mosaic/mosaic_util.c.o -[ 44%] Building C object CMakeFiles/fms.dir/FMS/mosaic/read_mosaic.c.o -[ 44%] Building C object CMakeFiles/fms.dir/FMS/affinity/affinity.c.o -[ 45%] Building C object CMakeFiles/fms.dir/FMS/mpp/nsclock.c.o -[ 45%] Building C object CMakeFiles/fms.dir/FMS/mpp/threadloc.c.o -[ 45%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_driver.F90.o -[ 46%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_abstraction_layer.F90.o -[ 46%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_solar_heating.f.o -[ 47%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2oc.f.o -[ 47%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_tracer.f.o -[ 48%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ideaca.f.o -[ 48%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfcsub.F.o -[ 48%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ugwp_driver_v0.f.o -[ 48%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cnvc90.f.o -[ 48%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/dcyc2.f.o -[ 48%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/dcyc2.pre.rad.f.o -[ 48%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/get_prs.f.o -[ 48%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gocart_tracer_config_stub.f.o -[ 49%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gscond.f.o -[ 49%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gscondp.f.o -[ 49%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gwdc.f.o -[ 50%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gwdps.f.o -[ 50%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_orowam2017.f.o -[ 50%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2ohdc.f.o -[ 50%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2ophys.f.o -[ 50%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_co2.f.o -[ 50%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_dissipation.f.o -[ 51%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_h2o.f.o -[ 51%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_ion.f.o -[ 51%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_o2_o3.f.o -[ 52%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_phys.f.o -[ 52%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/lrgsclr.f.o -[ 52%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfpbl.f.o -[ 53%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfpblt.f.o -[ 53%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfpbltq.f.o -[ 53%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfscu.f.o -[ 54%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfscuq.f.o -[ 54%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninedmf.f.o -[ 54%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninedmf_hafs.f.o -[ 55%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninp.f.o -[ 55%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninp1.f.o -[ 55%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninq.f.o -[ 56%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninq1.f.o -[ 56%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninshoc.f.o -[ 56%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mstadb.f.o -[ 57%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mstadbtn.f.o -[ 57%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mstadbtn2.f.o -[ 57%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mstcnv.f.o -[ 58%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ozphys.f.o -[ 58%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ozphys_2015.f.o -[ 58%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/precpd.f.o -[ 59%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/precpd_shoc.f.o -[ 59%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/precpdp.f.o -[ 59%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/progt2.f.o -[ 59%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/rad_initialize.f.o -[ 60%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/rayleigh_damp.f.o -[ 60%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/rayleigh_damp_mesopause.f.o -[ 60%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/samfaerosols.f.o -[ 61%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/samfdeepcnv.f.o -[ 61%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/samfshalcnv.f.o -[ 61%] Linking Fortran static library FMS/libfms.a -[ 61%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sascnv.f.o -[ 61%] Built target fms -[ 61%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sascnvn.f.o -[ 62%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/satmedmfvdif.f.o -[ 62%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/satmedmfvdifq.f.o -[ 62%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/set_soilveg.f.o -[ 62%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_noahmp_drv.f.o -[ 62%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sflx.f.o -[ 62%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcnv.f.o -[ 63%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcv.f.o -[ 63%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcv_1lyr.f.o -[ 63%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcv_fixdp.f.o -[ 63%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcv_opr.f.o -[ 63%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/tridi2t3.f.o -[ 63%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/calpreciptype.f90.o -[ 63%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gcm_shoc.f90.o -[ 64%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2ointerp.f90.o -[ 65%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ozinterp.f90.o -[ 65%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/iccninterp.f90.o -[ 65%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/aerinterp.f90.o -[ 66%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/num_parthds.F.o -[ 67%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gcycle.F90.o -[ 68%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_ugwp_utils.F90.o -[ 68%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_ugwp_triggers.F90.o -[ 68%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_ugwp_solvers.F90.o -[ 68%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_vert_lsatdis.F90.o -[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_vert_orodis.F90.o -[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_vert_wmsdis.F90.o -[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/m_micro_driver.F90.o -[ 70%] Linking Fortran static library libgfsphysics.a -[ 70%] Built target gfsphysics -Scanning dependencies of target ipd -[ 70%] Building Fortran object FV3/ipd/CMakeFiles/ipd.dir/IPD_typedefs.F90.o -[ 70%] Building Fortran object FV3/ipd/CMakeFiles/ipd.dir/IPD_driver.F90.o -[ 70%] Linking Fortran static library libipd.a -[ 70%] Built target ipd -Scanning dependencies of target io -[ 70%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_fv3_io_def.F90.o -[ 70%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_internal_state.F90.o -Scanning dependencies of target fv3core -[ 71%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_netcdf.F90.o -[ 71%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_nemsio.F90.o -[ 72%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_arrays.F90.o -[ 73%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/external_sst.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 73%] Building Fortran object FV3/io/CMakeFiles/io.dir/post_gfs.F90.o -[ 74%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_fill.F90.o -[ 74%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/sim_nc_mod.F90.o -[ 74%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/DYCORE_typedefs.F90.o -[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/sorted_index.F90.o -[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_mp_mod.F90.o -[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_timing.F90.o -[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_cmp.F90.o -[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_eta.F90.o -[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_sg.F90.o -[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_grid_utils.F90.o -[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/boundary.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 75%] Building Fortran object FV3/io/CMakeFiles/io.dir/FV3GFS_io.F90.o -[ 75%] Building Fortran object FV3/io/CMakeFiles/io.dir/ffsync.F90.o -[ 76%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_wrt_grid_comp.F90.o -[ 76%] Building Fortran object FV3/io/CMakeFiles/io.dir/post_nems_routines.F90.o -[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/a2b_edge.F90.o -[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_mapz.F90.o -[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_surf_map.F90.o -[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/tp_core.F90.o -[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_grid_tools.F90.o -[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/init_hydro.F90.o -[ 78%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_treat_da_inc.F90.o -[ 78%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/sw_core.F90.o -[ 79%] Linking Fortran static library libio.a -[ 79%] Built target io -[ 79%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_iau_mod.F90.o -[ 80%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_diagnostics.F90.o -[ 80%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_io.F90.o -[ 80%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/nh_utils.F90.o -[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/nh_core.F90.o -[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/test_cases.F90.o -[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/fv_nggps_diag.F90.o -[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_nudge.F90.o -[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_regional_bc.F90.o -[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_tracer2d.F90.o -[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_update_phys.F90.o -[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/dyn_core.F90.o -[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/external_ic.F90.o -[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_restart.F90.o -[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_control.F90.o -[ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_nesting.F90.o -[ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_dynamics.F90.o -[ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/atmosphere.F90.o -[ 85%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/multi_gases.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 85%] Linking Fortran static library libfv3core.a -[ 85%] Built target fv3core -Scanning dependencies of target stochastic_physics -[ 85%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_resol_def.f.o -[ 85%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/update_ca.f90.o -[ 87%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/spectral_layout.F90.o -[ 87%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_gg_def.f.o -[ 87%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_layout_lag.f.o -[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/glats_stochy.f.o -[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_namelist_def.F90.o -[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/setlats_lag_stochy.f.o -[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/epslon_stochy.f.o -[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/get_lats_node_a_stochy.f.o -[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/get_ls_node_stochy.f.o -[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/gozrineo_stochy.f.o -[ 89%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/pln2eo_stochy.f.o -[ 90%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/setlats_a_stochy.f.o -[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_internal_state_mod.F90.o -[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/dezouv_stochy.f.o -[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/dozeuv_stochy.f.o -[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/four_to_grid_stochy.F.o -[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/compns_stochy.F90.o -[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_patterngenerator.F90.o -[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/sumfln_stochy.f.o -[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/getcon_lag_stochy.f.o -[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/getcon_spectral.F90.o -[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/initialize_spectral_mod.F90.o -[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_data_mod.F90.o -[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/get_stochy_pattern.F90.o -[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochastic_physics.F90.o -[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/cellular_automata.f90.o -[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/plumes.f90.o -[ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/num_parthds_stochy.f.o -[ 95%] Linking Fortran static library libstochastic_physics.a -[ 95%] Built target stochastic_physics -Scanning dependencies of target fv3cap -[ 95%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/module_fv3_config.F90.o -[ 96%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/atmos_model.F90.o -[ 97%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/module_fcst_grid_comp.F90.o -[ 97%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/fv3_cap.F90.o -[ 97%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/time_utils.F90.o -[ 97%] Linking Fortran static library libfv3cap.a -[ 97%] Built target fv3cap -Scanning dependencies of target NEMS.exe -[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_EARTH_INTERNAL_STATE.F90.o -[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_MEDIATOR_SpaceWeather.F90.o -[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/ENS_Cpl/ENS_CplComp_ESMFMod_STUB.F90.o -[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_MEDIATOR_methods.F90.o -[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_UTILS.F90.o -[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_INTERNAL_STATE.F90.o -[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_Rusage.F90.o -[ 98%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_MEDIATOR.F90.o -[ 99%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_EARTH_GRID_COMP.F90.o -[ 99%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_GRID_COMP.F90.o -[100%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/MAIN_NEMS.F90.o -[100%] Building C object CMakeFiles/NEMS.exe.dir/NEMS/src/nems_c_rusage.c.o -[100%] Linking Fortran executable NEMS.exe -/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib/libjasper.a(jas_stream.o): In function `jas_stream_tmpfile': -/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/src/jasper-1.900.29/src/libjasper/base/jas_stream.c:520: warning: the use of `tmpnam' is dangerous, better use `mkstemp' -[100%] Built target NEMS.exe -+ mv NEMS.exe ../fv3_4.exe -+ cp /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3 ../modules.fv3_4 -+ cd .. -+ '[' YES = YES ']' -+ rm -rf build_fv3_4 -+ elapsed=557 -+ echo 'Elapsed time 557 seconds. Compiling REPRO=Y finished' -Elapsed time 557 seconds. Compiling REPRO=Y finished -+ SECONDS=0 -+++ readlink -f /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/compile_cmake.sh -++ dirname /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/compile_cmake.sh -+ readonly MYDIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests -+ MYDIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests -+ readonly ARGC=4 -+ ARGC=4 -+ cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests -+ [[ 4 -eq 0 ]] -+ [[ 4 -lt 2 ]] -+ PATHTR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model -+ MACHINE_ID=wcoss_dell_p3 -+ MAKE_OPT='REPRO=Y WW3=Y' -+ BUILD_NAME=fv3_5 -+ clean_before=YES -+ clean_after=YES -+ BUILD_DIR=build_fv3_5 -+ [[ wcoss_dell_p3 == cheyenne.* ]] -+ [[ wcoss_dell_p3 == wcoss_dell_p3 ]] -+ MAKE_THREADS=4 -+ MAKE_THREADS=4 -+ hostname -m72a3 -+ cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests -+ echo 'Compiling REPRO=Y WW3=Y into fv3_5.exe on wcoss_dell_p3' -Compiling REPRO=Y WW3=Y into fv3_5.exe on wcoss_dell_p3 -+ '[' YES = YES ']' -+ rm -rf build_fv3_5 -+ mkdir -p build_fv3_5 -+ CCPP_CMAKE_FLAGS= -+ [[ REPRO=Y WW3=Y == *\D\E\B\U\G\=\Y* ]] -+ [[ REPRO=Y WW3=Y == *\R\E\P\R\O\=\Y* ]] -+ CCPP_CMAKE_FLAGS=' -DREPRO=Y' -+ [[ REPRO=Y WW3=Y == *\3\2\B\I\T\=\Y* ]] -+ [[ REPRO=Y WW3=Y == *\O\P\E\N\M\P\=\N* ]] -+ [[ REPRO=Y WW3=Y == *\C\C\P\P\=\Y* ]] -+ [[ REPRO=Y WW3=Y == *\N\A\M\_\p\h\y\s\=\Y* ]] -+ [[ REPRO=Y WW3=Y == *\W\W\3\=\Y* ]] -+ CCPP_CMAKE_FLAGS=' -DREPRO=Y -DWW3=Y' -++ trim ' -DREPRO=Y -DWW3=Y' -++ local 'var= -DREPRO=Y -DWW3=Y' -++ var='-DREPRO=Y -DWW3=Y' -++ var='-DREPRO=Y -DWW3=Y' -++ echo -n '-DREPRO=Y -DWW3=Y' -+ CCPP_CMAKE_FLAGS='-DREPRO=Y -DWW3=Y' -+ source /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc -++ __ms_function_name=setup__test_function__15863 -++ eval 'setup__test_function__15863() { /bin/true ; }' -+++ eval '__text="text" ; if [[ $__text =~ ^(t).* ]] ; then printf "%s" ${.sh.match[1]} ; fi' -+++ cat -++ __ms_ksh_test= -+++ eval 'if ( set | grep setup__test_function__15863 | grep -v name > /dev/null 2>&1 ) ; then echo t ; fi ' -+++ cat -++ __ms_bash_test=t -++ [[ ! -z '' ]] -++ [[ ! -z t ]] -++ __ms_shell=bash -++ [[ -d /lfs3 ]] -++ [[ -d /scratch1 ]] -++ [[ -d /gpfs/hps ]] -++ [[ -e /etc/SuSE-release ]] -++ [[ -d /dcom ]] -++ [[ -L /usrx ]] -+++ readlink /usrx -++ [[ /gpfs/dell1/usrx =~ dell ]] -++ eval module help -++ module purge -+++ /usrx/local/prod/lmod/lmod/libexec/lmod bash purge -++ eval unset 'ADVISOR_2018_DIR;' unset 'BACIO_LIB4;' unset 'BACIO_LIB8;' unset 'BACIO_SRC;' unset 'BACIO_VER;' unset 'BINARY_TYPE_HPC;' unset '__LMOD_REF_COUNT_CLASSPATH;' unset 'CLASSPATH;' unset 'CLCK_ROOT;' unset 'CMAKE_CXX_COMPILER;' unset 'CMAKE_C_COMPILER;' unset 'CMAKE_Fortran_COMPILER;' unset 'CMAKE_Platform;' unset 'COMP;' unset '__LMOD_REF_COUNT_CPATH;' unset 'CPATH;' unset '__LMOD_REF_COUNT_CPLUS_INCLUDE_PATH;' unset 'CPLUS_INCLUDE_PATH;' unset 'CRTM_FIX;' unset 'CRTM_INC;' unset 'CRTM_LIB;' unset 'CRTM_SRC;' unset 'CRTM_VER;' unset 'DAALROOT;' unset 'ECF_HOSTFILE;' unset 'ECF_PORT;' unset 'ECF_ROOT;' unset 'ESMFMKFILE;' unset 'G2TMPL_INC;' unset 'G2TMPL_LIB;' unset 'G2TMPL_SRC;' unset 'G2TMPL_VER;' unset 'G2_INC4;' unset 'G2_INCd;' unset 'G2_LIB4;' unset 'G2_LIBd;' unset 'G2_SRC;' unset 'G2_VER;' unset 'GDBSERVER_MIC;' unset 'GDB_CROSS;' unset 'HDF5;' unset 'HDF5_CFLAGS;' unset 'HDF5_CXXFLAGS;' unset 'HDF5_FFLAGS;' unset 'HDF5_INCLUDE;' unset 'HDF5_LDFLAGS;' unset 'HDF5_LDFLAGS_C;' unset 'HDF5_LDFLAGS_CXX;' unset 'HDF5_LDFLAGS_F;' unset '__LMOD_REF_COUNT_INFOPATH;' unset 'INFOPATH;' unset 'INSPECTOR_2018_DIR;' unset 'INTEL_LICENSE_FILE;' unset 'INTEL_PYTHONHOME;' unset 'IPPROOT;' unset 'IP_INC4;' unset 'IP_INC8;' unset 'IP_INCd;' unset 'IP_LIB4;' unset 'IP_LIB8;' unset 'IP_LIBd;' unset 'IP_SRC;' unset 'IP_VER;' unset 'I_MPI_CC;' unset 'I_MPI_CXX;' unset 'I_MPI_EXTRA_FILESYSTEM;' unset 'I_MPI_EXTRA_FILESYSTEM_LIST;' unset 'I_MPI_F77;' unset 'I_MPI_F90;' unset 'I_MPI_FC;' unset 'I_MPI_HYDRA_BOOTSTRAP;' unset 'I_MPI_HYDRA_IFACE;' unset 'I_MPI_LSF_USE_COLLECTIVE_LAUNCH;' unset 'I_MPI_ROOT;' unset 'JASPER_INC;' unset 'JASPER_LIB;' unset 'JASPER_LIBDIR;' unset 'JASPER_SRC;' unset 'JASPER_VER;' unset 'KMP_AFFINITY;' unset '__LMOD_REF_COUNT_LD_LIBRARY_PATH;' unset 'LD_LIBRARY_PATH;' unset '__LMOD_REF_COUNT_LIBRARY_PATH;' unset 'LIBRARY_PATH;' unset 'LIB_NAME;' unset 'LMOD_FAMILY_COMPILER;' unset 'LMOD_FAMILY_COMPILER_VERSION;' unset 'LMOD_FAMILY_CONMPILER;' unset 'LMOD_FAMILY_CONMPILER_VERSION;' unset 'LMOD_FAMILY_MPI;' unset 'LMOD_FAMILY_MPI_VERSION;' unset '__LMOD_REF_COUNT_LOADEDMODULES;' unset 'LOADEDMODULES;' unset 'LSF_BINDIR;' unset 'LSF_ENVDIR;' unset 'LSF_LIBDIR;' unset 'LSF_SERVERDIR;' '__LMOD_REF_COUNT_MANPATH="/usrx/local/prod/lmod/lmod/share/man:1";' export '__LMOD_REF_COUNT_MANPATH;' 'MANPATH="/usrx/local/prod/lmod/lmod/share/man::";' export 'MANPATH;' unset 'MKLROOT;' 'MODULEPATH="/usrx/local/dev/emc_rocoto/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod";' export 'MODULEPATH;' unset 'MPM_LAUNCHER;' unset 'NEMSIO_INC;' unset 'NEMSIO_LIB;' unset 'NEMSIO_SRC;' unset 'NEMSIO_VER;' unset 'NETCDF;' unset 'NETCDF_CFLAGS;' unset 'NETCDF_CXX4FLAGS;' unset 'NETCDF_CXXFLAGS;' unset 'NETCDF_FFLAGS;' unset 'NETCDF_INC;' unset 'NETCDF_INCLUDE;' unset 'NETCDF_LDFLAGS;' unset 'NETCDF_LDFLAGS_C;' unset 'NETCDF_LDFLAGS_CXX;' unset 'NETCDF_LDFLAGS_CXX4;' unset 'NETCDF_LDFLAGS_F;' unset 'NETCDF_LIB;' unset 'NETCDF_ROOT;' unset '__LMOD_REF_COUNT_NLSPATH;' unset 'NLSPATH;' '__LMOD_REF_COUNT_PATH="/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/usr/lpp/mmfs/bin:1;/opt/ibutils/bin:1;/opt/dell/srvadmin/bin:1;/u/Dusan.Jovic/bin:2;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/dbrowse:1;/u/Dusan.Jovic/.local/bin:1";' export '__LMOD_REF_COUNT_PATH;' 'PATH="/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/usr/lpp/mmfs/bin:/opt/ibutils/bin:/opt/dell/srvadmin/bin:/u/Dusan.Jovic/bin:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/dbrowse:/u/Dusan.Jovic/.local/bin";' export 'PATH;' unset 'PKG_CONFIG_PATH;' unset 'PNG_INC;' unset 'PNG_LIB;' unset 'PNG_LIB12;' unset 'PNG_LIBDIR;' unset 'PNG_LIBso;' unset 'PNG_SRC;' unset 'PNG_VER;' unset 'POST_INC;' unset 'POST_LIB;' unset 'POST_SRC;' unset 'POST_VER;' unset 'PSTLROOT;' unset 'PYTHONPATH;' unset '__LMOD_REF_COUNT_QT_PLUGIN_PATH;' unset 'QT_PLUGIN_PATH;' unset 'SP_LIB4;' unset 'SP_LIB8;' unset 'SP_LIBd;' unset 'SP_SRC;' unset 'SP_VER;' unset 'TBBROOT;' unset 'VT_ADD_LIBS;' unset 'VT_ARCH;' unset 'VT_LIB_DIR;' unset 'VT_MPI;' unset 'VT_ROOT;' unset 'VT_SLIB_DIR;' unset 'W3EMC_INC4;' unset 'W3EMC_INC8;' unset 'W3EMC_INCd;' unset 'W3EMC_LIB4;' unset 'W3EMC_LIB8;' unset 'W3EMC_LIBd;' unset 'W3EMC_SRC;' unset 'W3EMC_VER;' unset 'W3NCO_INC4;' unset 'W3NCO_INC8;' unset 'W3NCO_INCd;' unset 'W3NCO_LIB4;' unset 'W3NCO_LIB8;' unset 'W3NCO_LIBd;' unset 'W3NCO_SRC;' unset 'W3NCO_VER;' unset 'XLSF_UIDDIR;' unset 'Z_INC;' unset 'Z_LIB;' unset 'Z_SRC;' unset 'Z_VER;' unset '__LMOD_REF_COUNT__LMFILES_;' unset '_LMFILES_;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii91c3J4L2xvY2FsL2Rldi9lbWNfcm9jb3RvL21vZHVsZWZpbGVzIiwiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvRHVzYW4uSm92aWMvdWZzL3ByMTgvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvd2Nvc3NfZGVsbF9wMyIsIi91c3J4L2xvY2FsL2Rldi9tb2R1bGVmaWxlcyIsIi91c3J4L2xvY2FsL3Byb2QvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQiLCIvdXNyeC9sb2NhbC9w";' export '_ModuleTable001_;' '_ModuleTable002_="cm9kL21vZHVsZWZpbGVzL2RlZnMiLCIvZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb3JlX3Byb2QiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQ6L3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9kZWZzOi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsfQ==";' export '_ModuleTable002_;' '_ModuleTable_Sz_="2";' export '_ModuleTable_Sz_;' unset '_ModuleTable004_;' unset '_ModuleTable005_;' unset '_ModuleTable006_;' unset '_ModuleTable007_;' unset '_ModuleTable008_;' unset '_ModuleTable009_;' unset '_ModuleTable010_;' unset '_ModuleTable011_;' unset '_ModuleTable012_;' unset '_ModuleTable013_;' unset '_ModuleTable014_;' unset '_ModuleTable015_;' unset '_ModuleTable016_;' -+++ unset ADVISOR_2018_DIR -+++ unset BACIO_LIB4 -+++ unset BACIO_LIB8 -+++ unset BACIO_SRC -+++ unset BACIO_VER -+++ unset BINARY_TYPE_HPC -+++ unset __LMOD_REF_COUNT_CLASSPATH -+++ unset CLASSPATH -+++ unset CLCK_ROOT -+++ unset CMAKE_CXX_COMPILER -+++ unset CMAKE_C_COMPILER -+++ unset CMAKE_Fortran_COMPILER -+++ unset CMAKE_Platform -+++ unset COMP -+++ unset __LMOD_REF_COUNT_CPATH -+++ unset CPATH -+++ unset __LMOD_REF_COUNT_CPLUS_INCLUDE_PATH -+++ unset CPLUS_INCLUDE_PATH -+++ unset CRTM_FIX -+++ unset CRTM_INC -+++ unset CRTM_LIB -+++ unset CRTM_SRC -+++ unset CRTM_VER -+++ unset DAALROOT -+++ unset ECF_HOSTFILE -+++ unset ECF_PORT -+++ unset ECF_ROOT -+++ unset ESMFMKFILE -+++ unset G2TMPL_INC -+++ unset G2TMPL_LIB -+++ unset G2TMPL_SRC -+++ unset G2TMPL_VER -+++ unset G2_INC4 -+++ unset G2_INCd -+++ unset G2_LIB4 -+++ unset G2_LIBd -+++ unset G2_SRC -+++ unset G2_VER -+++ unset GDBSERVER_MIC -+++ unset GDB_CROSS -+++ unset HDF5 -+++ unset HDF5_CFLAGS -+++ unset HDF5_CXXFLAGS -+++ unset HDF5_FFLAGS -+++ unset HDF5_INCLUDE -+++ unset HDF5_LDFLAGS -+++ unset HDF5_LDFLAGS_C -+++ unset HDF5_LDFLAGS_CXX -+++ unset HDF5_LDFLAGS_F -+++ unset __LMOD_REF_COUNT_INFOPATH -+++ unset INFOPATH -+++ unset INSPECTOR_2018_DIR -+++ unset INTEL_LICENSE_FILE -+++ unset INTEL_PYTHONHOME -+++ unset IPPROOT -+++ unset IP_INC4 -+++ unset IP_INC8 -+++ unset IP_INCd -+++ unset IP_LIB4 -+++ unset IP_LIB8 -+++ unset IP_LIBd -+++ unset IP_SRC -+++ unset IP_VER -+++ unset I_MPI_CC -+++ unset I_MPI_CXX -+++ unset I_MPI_EXTRA_FILESYSTEM -+++ unset I_MPI_EXTRA_FILESYSTEM_LIST -+++ unset I_MPI_F77 -+++ unset I_MPI_F90 -+++ unset I_MPI_FC -+++ unset I_MPI_HYDRA_BOOTSTRAP -+++ unset I_MPI_HYDRA_IFACE -+++ unset I_MPI_LSF_USE_COLLECTIVE_LAUNCH -+++ unset I_MPI_ROOT -+++ unset JASPER_INC -+++ unset JASPER_LIB -+++ unset JASPER_LIBDIR -+++ unset JASPER_SRC -+++ unset JASPER_VER -+++ unset KMP_AFFINITY -+++ unset __LMOD_REF_COUNT_LD_LIBRARY_PATH -+++ unset LD_LIBRARY_PATH -+++ unset __LMOD_REF_COUNT_LIBRARY_PATH -+++ unset LIBRARY_PATH -+++ unset LIB_NAME -+++ unset LMOD_FAMILY_COMPILER -+++ unset LMOD_FAMILY_COMPILER_VERSION -+++ unset LMOD_FAMILY_CONMPILER -+++ unset LMOD_FAMILY_CONMPILER_VERSION -+++ unset LMOD_FAMILY_MPI -+++ unset LMOD_FAMILY_MPI_VERSION -+++ unset __LMOD_REF_COUNT_LOADEDMODULES -+++ unset LOADEDMODULES -+++ unset LSF_BINDIR -+++ unset LSF_ENVDIR -+++ unset LSF_LIBDIR -+++ unset LSF_SERVERDIR -+++ __LMOD_REF_COUNT_MANPATH=/usrx/local/prod/lmod/lmod/share/man:1 -+++ export __LMOD_REF_COUNT_MANPATH -+++ MANPATH=/usrx/local/prod/lmod/lmod/share/man:: -+++ export MANPATH -+++ unset MKLROOT -+++ MODULEPATH=/usrx/local/dev/emc_rocoto/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod -+++ export MODULEPATH -+++ unset MPM_LAUNCHER -+++ unset NEMSIO_INC -+++ unset NEMSIO_LIB -+++ unset NEMSIO_SRC -+++ unset NEMSIO_VER -+++ unset NETCDF -+++ unset NETCDF_CFLAGS -+++ unset NETCDF_CXX4FLAGS -+++ unset NETCDF_CXXFLAGS -+++ unset NETCDF_FFLAGS -+++ unset NETCDF_INC -+++ unset NETCDF_INCLUDE -+++ unset NETCDF_LDFLAGS -+++ unset NETCDF_LDFLAGS_C -+++ unset NETCDF_LDFLAGS_CXX -+++ unset NETCDF_LDFLAGS_CXX4 -+++ unset NETCDF_LDFLAGS_F -+++ unset NETCDF_LIB -+++ unset NETCDF_ROOT -+++ unset __LMOD_REF_COUNT_NLSPATH -+++ unset NLSPATH -+++ __LMOD_REF_COUNT_PATH='/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/usr/lpp/mmfs/bin:1;/opt/ibutils/bin:1;/opt/dell/srvadmin/bin:1;/u/Dusan.Jovic/bin:2;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/dbrowse:1;/u/Dusan.Jovic/.local/bin:1' -+++ export __LMOD_REF_COUNT_PATH -+++ PATH=/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/usr/lpp/mmfs/bin:/opt/ibutils/bin:/opt/dell/srvadmin/bin:/u/Dusan.Jovic/bin:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/dbrowse:/u/Dusan.Jovic/.local/bin -+++ export PATH -+++ unset PKG_CONFIG_PATH -+++ unset PNG_INC -+++ unset PNG_LIB -+++ unset PNG_LIB12 -+++ unset PNG_LIBDIR -+++ unset PNG_LIBso -+++ unset PNG_SRC -+++ unset PNG_VER -+++ unset POST_INC -+++ unset POST_LIB -+++ unset POST_SRC -+++ unset POST_VER -+++ unset PSTLROOT -+++ unset PYTHONPATH -+++ unset __LMOD_REF_COUNT_QT_PLUGIN_PATH -+++ unset QT_PLUGIN_PATH -+++ unset SP_LIB4 -+++ unset SP_LIB8 -+++ unset SP_LIBd -+++ unset SP_SRC -+++ unset SP_VER -+++ unset TBBROOT -+++ unset VT_ADD_LIBS -+++ unset VT_ARCH -+++ unset VT_LIB_DIR -+++ unset VT_MPI -+++ unset VT_ROOT -+++ unset VT_SLIB_DIR -+++ unset W3EMC_INC4 -+++ unset W3EMC_INC8 -+++ unset W3EMC_INCd -+++ unset W3EMC_LIB4 -+++ unset W3EMC_LIB8 -+++ unset W3EMC_LIBd -+++ unset W3EMC_SRC -+++ unset W3EMC_VER -+++ unset W3NCO_INC4 -+++ unset W3NCO_INC8 -+++ unset W3NCO_INCd -+++ unset W3NCO_LIB4 -+++ unset W3NCO_LIB8 -+++ unset W3NCO_LIBd -+++ unset W3NCO_SRC -+++ unset W3NCO_VER -+++ unset XLSF_UIDDIR -+++ unset Z_INC -+++ unset Z_LIB -+++ unset Z_SRC -+++ unset Z_VER -+++ unset __LMOD_REF_COUNT__LMFILES_ -+++ unset _LMFILES_ -+++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii91c3J4L2xvY2FsL2Rldi9lbWNfcm9jb3RvL21vZHVsZWZpbGVzIiwiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvRHVzYW4uSm92aWMvdWZzL3ByMTgvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvd2Nvc3NfZGVsbF9wMyIsIi91c3J4L2xvY2FsL2Rldi9tb2R1bGVmaWxlcyIsIi91c3J4L2xvY2FsL3Byb2QvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQiLCIvdXNyeC9sb2NhbC9w -+++ export _ModuleTable001_ -+++ _ModuleTable002_=cm9kL21vZHVsZWZpbGVzL2RlZnMiLCIvZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb3JlX3Byb2QiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQ6L3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9kZWZzOi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsfQ== -+++ export _ModuleTable002_ -+++ _ModuleTable_Sz_=2 -+++ export _ModuleTable_Sz_ -+++ unset _ModuleTable004_ -+++ unset _ModuleTable005_ -+++ unset _ModuleTable006_ -+++ unset _ModuleTable007_ -+++ unset _ModuleTable008_ -+++ unset _ModuleTable009_ -+++ unset _ModuleTable010_ -+++ unset _ModuleTable011_ -+++ unset _ModuleTable012_ -+++ unset _ModuleTable013_ -+++ unset _ModuleTable014_ -+++ unset _ModuleTable015_ -+++ unset _ModuleTable016_ -+++ : -s sh -++ eval -++ unset __ms_shell -++ unset __ms_ksh_test -++ unset __ms_bash_test -++ unset setup__test_function__15863 -++ unset __ms_function_name -+ [[ wcoss_dell_p3 == macosx.* ]] -+ [[ wcoss_dell_p3 == linux.* ]] -+ module use /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3 -++ /usrx/local/prod/lmod/lmod/libexec/lmod bash use /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3 -+ eval 'MODULEPATH="/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/dev/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod";' export 'MODULEPATH;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcjE4L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL3djb3NzX2RlbGxfcDMiLCIvdXNyeC9sb2NhbC9kZXYvZW1jX3JvY290by9tb2R1bGVmaWxlcyIsIi91c3J4L2xvY2FsL2Rldi9tb2R1bGVmaWxlcyIsIi91c3J4L2xvY2FsL3Byb2QvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQiLCIvdXNyeC9sb2NhbC9w";' export '_ModuleTable001_;' '_ModuleTable002_="cm9kL21vZHVsZWZpbGVzL2RlZnMiLCIvZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb3JlX3Byb2QiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQ6L3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9kZWZzOi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsfQ==";' export '_ModuleTable002_;' '_ModuleTable_Sz_="2";' export '_ModuleTable_Sz_;' -++ MODULEPATH=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/dev/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod -++ export MODULEPATH -++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcjE4L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL3djb3NzX2RlbGxfcDMiLCIvdXNyeC9sb2NhbC9kZXYvZW1jX3JvY290by9tb2R1bGVmaWxlcyIsIi91c3J4L2xvY2FsL2Rldi9tb2R1bGVmaWxlcyIsIi91c3J4L2xvY2FsL3Byb2QvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQiLCIvdXNyeC9sb2NhbC9w -++ export _ModuleTable001_ -++ _ModuleTable002_=cm9kL21vZHVsZWZpbGVzL2RlZnMiLCIvZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb3JlX3Byb2QiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQ6L3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9kZWZzOi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsfQ== -++ export _ModuleTable002_ -++ _ModuleTable_Sz_=2 -++ export _ModuleTable_Sz_ -++ : -s sh -+ eval -+ module load fv3 -++ /usrx/local/prod/lmod/lmod/libexec/lmod bash load fv3 -+ eval 'ADVISOR_2018_DIR="/usrx/local/prod/intel/2018UP01/advisor_2018";' export 'ADVISOR_2018_DIR;' 'BACIO_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libbacio_v2.0.3_4.a";' export 'BACIO_LIB4;' 'BACIO_LIB8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libbacio_v2.0.3_8.a";' export 'BACIO_LIB8;' 'BACIO_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/bacio_v2.0.3";' export 'BACIO_SRC;' 'BACIO_VER="v2.0.3";' export 'BACIO_VER;' 'BINARY_TYPE_HPC="";' export 'BINARY_TYPE_HPC;' '__LMOD_REF_COUNT_CLASSPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64/mpi.jar:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/daal.jar:1";' export '__LMOD_REF_COUNT_CLASSPATH;' 'CLASSPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64/mpi.jar:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/daal.jar";' export 'CLASSPATH;' 'CLCK_ROOT="/usrx/local/prod/intel/2018UP01/clck_latest";' export 'CLCK_ROOT;' 'CMAKE_CXX_COMPILER="mpiicpc";' export 'CMAKE_CXX_COMPILER;' 'CMAKE_C_COMPILER="mpiicc";' export 'CMAKE_C_COMPILER;' 'CMAKE_Fortran_COMPILER="mpiifort";' export 'CMAKE_Fortran_COMPILER;' 'CMAKE_Platform="wcoss_dell_p3";' export 'CMAKE_Platform;' 'COMP="ips";' export 'COMP;' '__LMOD_REF_COUNT_CPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/pstl/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/include:1";' export '__LMOD_REF_COUNT_CPATH;' 'CPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/pstl/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/include";' export 'CPATH;' '__LMOD_REF_COUNT_CPLUS_INCLUDE_PATH="/usrx/local/prod/intel/2018UP01/clck_latest/include:1";' export '__LMOD_REF_COUNT_CPLUS_INCLUDE_PATH;' 'CPLUS_INCLUDE_PATH="/usrx/local/prod/intel/2018UP01/clck_latest/include";' export 'CPLUS_INCLUDE_PATH;' 'CRTM_FIX="/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/fix";' export 'CRTM_FIX;' 'CRTM_INC="/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/ips/18.0.1/include/crtm_v2.2.6";' export 'CRTM_INC;' 'CRTM_LIB="/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/ips/18.0.1/libcrtm_v2.2.6.a";' export 'CRTM_LIB;' 'CRTM_SRC="/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/src";' export 'CRTM_SRC;' 'CRTM_VER="v2.2.6";' export 'CRTM_VER;' 'DAALROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal";' export 'DAALROOT;' 'ESMFMKFILE="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/lib/esmf.mk";' export 'ESMFMKFILE;' 'G2TMPL_INC="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/g2tmpl_v1.6.0";' export 'G2TMPL_INC;' 'G2TMPL_LIB="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2tmpl_v1.6.0.a";' export 'G2TMPL_LIB;' 'G2TMPL_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/g2tmpl_v1.6.0/src";' export 'G2TMPL_SRC;' 'G2TMPL_VER="v1.6.0";' export 'G2TMPL_VER;' 'G2_INC4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/g2_v3.1.1_4";' export 'G2_INC4;' 'G2_INCd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/g2_v3.1.1_d";' export 'G2_INCd;' 'G2_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2_v3.1.1_4.a";' export 'G2_LIB4;' 'G2_LIBd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2_v3.1.1_d.a";' export 'G2_LIBd;' 'G2_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/g2_v3.1.1";' export 'G2_SRC;' 'G2_VER="v3.1.1";' export 'G2_VER;' 'GDBSERVER_MIC="/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/targets/intel64/x200/bin/gdbserver";' export 'GDBSERVER_MIC;' 'GDB_CROSS="/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/bin/gdb-ia";' export 'GDB_CROSS;' 'HDF5="/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1";' export 'HDF5;' 'HDF5_CFLAGS="-I/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/include";' export 'HDF5_CFLAGS;' 'HDF5_CXXFLAGS="-I/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/include";' export 'HDF5_CXXFLAGS;' 'HDF5_FFLAGS="-I/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/include";' export 'HDF5_FFLAGS;' 'HDF5_INCLUDE="-I/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/include";' export 'HDF5_INCLUDE;' 'HDF5_LDFLAGS="-L/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib' -lhdf5_hl -lhdf5hl_fortran -lhdf5 '-lhdf5_fortran";' export 'HDF5_LDFLAGS;' 'HDF5_LDFLAGS_C="-L/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib' -lhdf5_hl '-lhdf5";' export 'HDF5_LDFLAGS_C;' 'HDF5_LDFLAGS_CXX="-L/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib' -lhdf5_hl -hdf5_hl_cpp -lhdf5 '-lhdf5_cpp";' export 'HDF5_LDFLAGS_CXX;' 'HDF5_LDFLAGS_F="-L/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib' -lhdf5_hl -lhdf5hl_fortran -lhdf5 '-lhdf5_fortran";' export 'HDF5_LDFLAGS_F;' '__LMOD_REF_COUNT_INFOPATH="/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/info:1;info_gdb_igfx:1";' export '__LMOD_REF_COUNT_INFOPATH;' 'INFOPATH="/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/info:info_gdb_igfx";' export 'INFOPATH;' 'INSPECTOR_2018_DIR="/usrx/local/prod/intel/2018UP01/inspector_2018";' export 'INSPECTOR_2018_DIR;' 'INTEL_LICENSE_FILE="/usrx/local/prod/intel/licenses";' export 'INTEL_LICENSE_FILE;' 'INTEL_PYTHONHOME="/usrx/local/prod/intel/2018UP01/debugger_2018/python/intel64";' export 'INTEL_PYTHONHOME;' 'IPPROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp";' export 'IPPROOT;' 'IP_INC4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ip_v3.0.2_4";' export 'IP_INC4;' 'IP_INC8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ip_v3.0.2_8";' export 'IP_INC8;' 'IP_INCd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ip_v3.0.2_d";' export 'IP_INCd;' 'IP_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libip_v3.0.2_4.a";' export 'IP_LIB4;' 'IP_LIB8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libip_v3.0.2_8.a";' export 'IP_LIB8;' 'IP_LIBd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libip_v3.0.2_d.a";' export 'IP_LIBd;' 'IP_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/ip_v3.0.2";' export 'IP_SRC;' 'IP_VER="v3.0.2";' export 'IP_VER;' 'I_MPI_CC="icc";' export 'I_MPI_CC;' 'I_MPI_CXX="icpc";' export 'I_MPI_CXX;' 'I_MPI_EXTRA_FILESYSTEM="yes";' export 'I_MPI_EXTRA_FILESYSTEM;' 'I_MPI_EXTRA_FILESYSTEM_LIST="gpfs";' export 'I_MPI_EXTRA_FILESYSTEM_LIST;' 'I_MPI_F77="ifort";' export 'I_MPI_F77;' 'I_MPI_F90="ifort";' export 'I_MPI_F90;' 'I_MPI_FC="ifort";' export 'I_MPI_FC;' 'I_MPI_HYDRA_BOOTSTRAP="lsf";' export 'I_MPI_HYDRA_BOOTSTRAP;' 'I_MPI_HYDRA_IFACE="ib0";' export 'I_MPI_HYDRA_IFACE;' 'I_MPI_LSF_USE_COLLECTIVE_LAUNCH="1";' export 'I_MPI_LSF_USE_COLLECTIVE_LAUNCH;' 'I_MPI_ROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi";' export 'I_MPI_ROOT;' 'JASPER_INC="/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/include";' export 'JASPER_INC;' 'JASPER_LIB="/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib/libjasper.a";' export 'JASPER_LIB;' 'JASPER_LIBDIR="/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib";' export 'JASPER_LIBDIR;' 'JASPER_SRC="/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/src/jasper-1.900.29";' export 'JASPER_SRC;' 'JASPER_VER="1.900.29";' export 'JASPER_VER;' 'KMP_AFFINITY="scatter";' export 'KMP_AFFINITY;' unset 'LAUNCH;' '__LMOD_REF_COUNT_LD_LIBRARY_PATH="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/lib:1;/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib:1;/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib:1;/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib:1;/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:1;/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib:1;/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib:1;/usrx/local/prod/intel/2018UP01/itac_latest/slib:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:1;/usrx/local/prod/intel/2018UP01/debugger_2018/iga/lib:1;/usrx/local/prod/intel/2018UP01/debugger_2018/libipt/intel64/lib:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4:1";' export '__LMOD_REF_COUNT_LD_LIBRARY_PATH;' 'LD_LIBRARY_PATH="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/lib:/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib:/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib:/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib:/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib:/usrx/local/prod/intel/2018UP01/itac_latest/slib:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:/usrx/local/prod/intel/2018UP01/debugger_2018/iga/lib:/usrx/local/prod/intel/2018UP01/debugger_2018/libipt/intel64/lib:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4";' export 'LD_LIBRARY_PATH;' '__LMOD_REF_COUNT_LIBRARY_PATH="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:1;/usrx/local/prod/intel/2018UP01/clck_latest/lib/intel64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4:1";' export '__LMOD_REF_COUNT_LIBRARY_PATH;' 'LIBRARY_PATH="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:/usrx/local/prod/intel/2018UP01/clck_latest/lib/intel64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4";' export 'LIBRARY_PATH;' 'LIB_NAME="POST";' export 'LIB_NAME;' 'LMOD_FAMILY_COMPILER="ips";' export 'LMOD_FAMILY_COMPILER;' 'LMOD_FAMILY_COMPILER_VERSION="18.0.1.163";' export 'LMOD_FAMILY_COMPILER_VERSION;' 'LMOD_FAMILY_CONMPILER="HDF5-serial";' export 'LMOD_FAMILY_CONMPILER;' 'LMOD_FAMILY_CONMPILER_VERSION="1.10.1";' export 'LMOD_FAMILY_CONMPILER_VERSION;' 'LMOD_FAMILY_MPI="impi";' export 'LMOD_FAMILY_MPI;' 'LMOD_FAMILY_MPI_VERSION="18.0.1";' export 'LMOD_FAMILY_MPI_VERSION;' '__LMOD_REF_COUNT_LOADEDMODULES="ips/18.0.1.163:1;impi/18.0.1:1;NetCDF/4.5.0:1;HDF5-serial/1.10.1:1;lsf/10.1:1;bacio/2.0.3:1;ip/3.0.2:1;sp/2.0.3:1;w3nco/2.0.7:1;w3emc/2.3.1:1;nemsio/2.2.4:1;g2/3.1.1:1;g2tmpl/1.6.0:1;crtm/2.2.6:1;jasper/1.900.29:1;libpng/1.2.59:1;zlib/1.2.11:1;post/8.0.1:1;esmf/8.0.0:1;cmake/3.10.0:1;fv3:1";' export '__LMOD_REF_COUNT_LOADEDMODULES;' 'LOADEDMODULES="ips/18.0.1.163:impi/18.0.1:NetCDF/4.5.0:HDF5-serial/1.10.1:lsf/10.1:bacio/2.0.3:ip/3.0.2:sp/2.0.3:w3nco/2.0.7:w3emc/2.3.1:nemsio/2.2.4:g2/3.1.1:g2tmpl/1.6.0:crtm/2.2.6:jasper/1.900.29:libpng/1.2.59:zlib/1.2.11:post/8.0.1:esmf/8.0.0:cmake/3.10.0:fv3";' export 'LOADEDMODULES;' 'LSF_BINDIR="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin";' export 'LSF_BINDIR;' 'LSF_ENVDIR="/gpfs/lsf/conf";' export 'LSF_ENVDIR;' 'LSF_LIBDIR="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib";' export 'LSF_LIBDIR;' 'LSF_SERVERDIR="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc";' export 'LSF_SERVERDIR;' '__LMOD_REF_COUNT_MANPATH="/usrx/local/dev/packages/cmake/3.10.0/share/man:1;/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/share/man:1;/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/share/man:1;/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/man:1;/gpfs/lsf/10.1/man:1;/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/share/man:1;/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/share/man:1;/usrx/local/prod/intel/2018UP01/itac_latest/man:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/man/common:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/man:1;/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/man:1;/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-igfx/man:1;/usrx/local/prod/lmod/lmod/share/man:1;/usrx/local/prod/intel/2018UP01/inspector_2018/man:1;/usrx/local/prod/intel/2018UP01/advisor_2018/man:1";' export '__LMOD_REF_COUNT_MANPATH;' 'MANPATH="/usrx/local/dev/packages/cmake/3.10.0/share/man:/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/share/man:/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/share/man:/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/man:/gpfs/lsf/10.1/man:/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/share/man:/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/share/man:/usrx/local/prod/intel/2018UP01/itac_latest/man:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/man/common:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/man:/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/man:/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-igfx/man:/usrx/local/prod/lmod/lmod/share/man::/usrx/local/prod/intel/2018UP01/inspector_2018/man:/usrx/local/prod/intel/2018UP01/advisor_2018/man";' export 'MANPATH;' 'MKLROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl";' export 'MKLROOT;' 'MODULEPATH="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/dev/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1:/usrx/local/prod/modulefiles/mpi_third/ips/18.0.1/impi/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/mpi_prod/ips/18.0.1/impi/18.0.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles";' export 'MODULEPATH;' 'MPM_LAUNCHER="/usrx/local/prod/intel/2018UP01/debugger_2018/mpm/mic/bin/start_mpm.sh";' export 'MPM_LAUNCHER;' 'NEMSIO_INC="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/nemsio_v2.2.4";' export 'NEMSIO_INC;' 'NEMSIO_LIB="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libnemsio_v2.2.4.a";' export 'NEMSIO_LIB;' 'NEMSIO_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/nemsio_v2.2.4";' export 'NEMSIO_SRC;' 'NEMSIO_VER="v2.2.4";' export 'NEMSIO_VER;' 'NETCDF="/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0";' export 'NETCDF;' 'NETCDF_CFLAGS="-I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include";' export 'NETCDF_CFLAGS;' 'NETCDF_CXX4FLAGS="-I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include";' export 'NETCDF_CXX4FLAGS;' 'NETCDF_CXXFLAGS="-I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include";' export 'NETCDF_CXXFLAGS;' 'NETCDF_FFLAGS="-I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include";' export 'NETCDF_FFLAGS;' 'NETCDF_INC="/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include";' export 'NETCDF_INC;' 'NETCDF_INCLUDE="-I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include";' export 'NETCDF_INCLUDE;' 'NETCDF_LDFLAGS="-L/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib' '-lnetcdff";' export 'NETCDF_LDFLAGS;' 'NETCDF_LDFLAGS_C="-L/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib' '-lnetcdf";' export 'NETCDF_LDFLAGS_C;' 'NETCDF_LDFLAGS_CXX="-L/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib' -lnetcdf '-lnetcdf_c++";' export 'NETCDF_LDFLAGS_CXX;' 'NETCDF_LDFLAGS_CXX4="-L/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib' -lnetcdf '-lnetcdf_c++4";' export 'NETCDF_LDFLAGS_CXX4;' 'NETCDF_LDFLAGS_F="-L/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib' '-lnetcdff";' export 'NETCDF_LDFLAGS_F;' 'NETCDF_LIB="/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib";' export 'NETCDF_LIB;' 'NETCDF_ROOT="/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0";' export 'NETCDF_ROOT;' '__LMOD_REF_COUNT_NLSPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin/locale/%l_%t/%N:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin/locale/%l_%t/%N:1;/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/share/locale/%l_%t/%N:1";' export '__LMOD_REF_COUNT_NLSPATH;' 'NLSPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin/locale/%l_%t/%N:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin/locale/%l_%t/%N::/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/share/locale/%l_%t/%N";' export 'NLSPATH;' '__LMOD_REF_COUNT_PATH="/usrx/local/dev/packages/cmake/3.10.0/bin:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/bin:1;/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/bin:1;/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/bin:1;/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc:1;/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin:1;/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1:1;/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/bin:1;/usrx/local/prod/intel/2018UP01/advisor_2018/bin64:1;/usrx/local/prod/intel/2018UP01/vtune_amplifier_2018/bin64:1;/usrx/local/prod/intel/2018UP01/inspector_2018/bin64:1;/usrx/local/prod/intel/2018UP01/itac_latest/bin:1;/usrx/local/prod/intel/2018UP01/clck_latest/bin/intel64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/bin/intel64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64:1;/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/targets/intel64/x200/bin:1;/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/bin:1;/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/usr/lpp/mmfs/bin:1;/opt/ibutils/bin:1;/opt/dell/srvadmin/bin:1;/u/Dusan.Jovic/bin:2;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/dbrowse:1;/u/Dusan.Jovic/.local/bin:1;/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/include:1";' export '__LMOD_REF_COUNT_PATH;' 'PATH="/usrx/local/dev/packages/cmake/3.10.0/bin:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/bin:/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/bin:/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/bin:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin:/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1:/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/bin:/usrx/local/prod/intel/2018UP01/advisor_2018/bin64:/usrx/local/prod/intel/2018UP01/vtune_amplifier_2018/bin64:/usrx/local/prod/intel/2018UP01/inspector_2018/bin64:/usrx/local/prod/intel/2018UP01/itac_latest/bin:/usrx/local/prod/intel/2018UP01/clck_latest/bin/intel64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/bin/intel64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64:/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/targets/intel64/x200/bin:/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/usr/lpp/mmfs/bin:/opt/ibutils/bin:/opt/dell/srvadmin/bin:/u/Dusan.Jovic/bin:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/dbrowse:/u/Dusan.Jovic/.local/bin:/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/include";' export 'PATH;' 'PKG_CONFIG_PATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/bin/pkgconfig";' export 'PKG_CONFIG_PATH;' 'PNG_INC="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/include";' export 'PNG_INC;' 'PNG_LIB="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng.a";' export 'PNG_LIB;' 'PNG_LIB12="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng12.a";' export 'PNG_LIB12;' 'PNG_LIBDIR="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib";' export 'PNG_LIBDIR;' 'PNG_LIBso="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng.so";' export 'PNG_LIBso;' 'PNG_SRC="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/src/libpng-1.2.59";' export 'PNG_SRC;' 'PNG_VER="1.2.59";' export 'PNG_VER;' 'POST_INC="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ncep_post_v8.0.1_4";' export 'POST_INC;' 'POST_LIB="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libncep_post_v8.0.1_4.a";' export 'POST_LIB;' 'POST_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/post_v8.0.1";' export 'POST_SRC;' 'POST_VER="v8.0.1";' export 'POST_VER;' 'PSTLROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/pstl";' export 'PSTLROOT;' 'PYTHONPATH="/usrx/local/prod/intel/2018UP01/advisor_2018/pythonapi";' export 'PYTHONPATH;' 'SP_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_4.a";' export 'SP_LIB4;' 'SP_LIB8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_8.a";' export 'SP_LIB8;' 'SP_LIBd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_d.a";' export 'SP_LIBd;' 'SP_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/sp_v2.0.3";' export 'SP_SRC;' 'SP_VER="v2.0.3";' export 'SP_VER;' 'TBBROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb";' export 'TBBROOT;' 'VT_ADD_LIBS="-ldwarf' -lelf -lvtunwind -lm '-lpthread";' export 'VT_ADD_LIBS;' 'VT_ARCH="intel64";' export 'VT_ARCH;' 'VT_LIB_DIR="/usrx/local/prod/intel/2018UP01/itac_latest/lib";' export 'VT_LIB_DIR;' 'VT_MPI="impi4";' export 'VT_MPI;' 'VT_ROOT="/usrx/local/prod/intel/2018UP01/itac_latest";' export 'VT_ROOT;' 'VT_SLIB_DIR="/usrx/local/prod/intel/2018UP01/itac_latest/slib";' export 'VT_SLIB_DIR;' 'W3EMC_INC4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3emc_v2.3.1_4";' export 'W3EMC_INC4;' 'W3EMC_INC8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3emc_v2.3.1_8";' export 'W3EMC_INC8;' 'W3EMC_INCd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3emc_v2.3.1_d";' export 'W3EMC_INCd;' 'W3EMC_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_4.a";' export 'W3EMC_LIB4;' 'W3EMC_LIB8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_8.a";' export 'W3EMC_LIB8;' 'W3EMC_LIBd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_d.a";' export 'W3EMC_LIBd;' 'W3EMC_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/w3emc_v2.3.1";' export 'W3EMC_SRC;' 'W3EMC_VER="v2.3.1";' export 'W3EMC_VER;' 'W3NCO_INC4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3nco_v2.0.7_4";' export 'W3NCO_INC4;' 'W3NCO_INC8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3nco_v2.0.7_8";' export 'W3NCO_INC8;' 'W3NCO_INCd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3nco_v2.0.7_d";' export 'W3NCO_INCd;' 'W3NCO_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_4.a";' export 'W3NCO_LIB4;' 'W3NCO_LIB8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_8.a";' export 'W3NCO_LIB8;' 'W3NCO_LIBd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_d.a";' export 'W3NCO_LIBd;' 'W3NCO_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/w3nco_v2.0.7";' export 'W3NCO_SRC;' 'W3NCO_VER="v2.0.7";' export 'W3NCO_VER;' 'XLSF_UIDDIR="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib/uid";' export 'XLSF_UIDDIR;' 'Z_INC="/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/include";' export 'Z_INC;' 'Z_LIB="/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib/libz.a";' export 'Z_LIB;' 'Z_SRC="/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/src";' export 'Z_SRC;' 'Z_VER="1.2.11";' export 'Z_VER;' '__LMOD_REF_COUNT__LMFILES_="/usrx/local/prod/modulefiles/core_third/ips/18.0.1.163:1;/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1/impi/18.0.1.lua:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/NetCDF/4.5.0:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/HDF5-serial/1.10.1:1;/usrx/local/prod/modulefiles/core_third/lsf/10.1:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/bacio/2.0.3:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/ip/3.0.2:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/sp/2.0.3:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3nco/2.0.7:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3emc/2.3.1:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/nemsio/2.2.4:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2/3.1.1:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2tmpl/1.6.0:1;/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/crtm/2.2.6:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/jasper/1.900.29:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/libpng/1.2.59:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/zlib/1.2.11:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/post/8.0.1:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/esmf/8.0.0:1;/usrx/local/dev/modulefiles/cmake/3.10.0:1;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3:1";' export '__LMOD_REF_COUNT__LMFILES_;' '_LMFILES_="/usrx/local/prod/modulefiles/core_third/ips/18.0.1.163:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1/impi/18.0.1.lua:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/NetCDF/4.5.0:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/HDF5-serial/1.10.1:/usrx/local/prod/modulefiles/core_third/lsf/10.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/bacio/2.0.3:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/ip/3.0.2:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/sp/2.0.3:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3nco/2.0.7:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3emc/2.3.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/nemsio/2.2.4:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2/3.1.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2tmpl/1.6.0:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/crtm/2.2.6:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/jasper/1.900.29:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/libpng/1.2.59:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/zlib/1.2.11:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/post/8.0.1:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/esmf/8.0.0:/usrx/local/dev/modulefiles/cmake/3.10.0:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3";' export '_LMFILES_;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImlwcyIsWyJjb25tcGlsZXIiXT0iSERGNS1zZXJpYWwiLFsibXBpIl09ImltcGkiLH0sbVQ9e1siSERGNS1zZXJpYWwiXT17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvSERGNS1zZXJpYWwvMS4xMC4xIixbImZ1bGxOYW1lIl09IkhERjUtc2VyaWFsLzEuMTAuMSIsWyJsb2FkT3JkZXIiXT00LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09IkhERjUtc2VyaWFs";' export '_ModuleTable001_;' '_ModuleTable002_="LzEuMTAuMSIsfSxOZXRDREY9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xL05ldENERi80LjUuMCIsWyJmdWxsTmFtZSJdPSJOZXRDREYvNC41LjAiLFsibG9hZE9yZGVyIl09Myxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJOZXRDREYvNC41LjAiLH0sYmFjaW89e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2JhY2lvLzIuMC4zIixbImZ1bGxOYW1lIl09ImJhY2lvLzIuMC4zIixbImxvYWRPcmRlciJdPTYscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNl";' export '_ModuleTable002_;' '_ModuleTable003_="ck5hbWUiXT0iYmFjaW8vMi4wLjMiLH0sY21ha2U9e1siZm4iXT0iL3VzcngvbG9jYWwvZGV2L21vZHVsZWZpbGVzL2NtYWtlLzMuMTAuMCIsWyJmdWxsTmFtZSJdPSJjbWFrZS8zLjEwLjAiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY21ha2UvMy4xMC4wIix9LGNydG09e1siZm4iXT0iL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfcHJvZC9pcHMvMTguMC4xL2NydG0vMi4yLjYiLFsiZnVsbE5hbWUiXT0iY3J0bS8yLjIuNiIsWyJsb2FkT3JkZXIiXT0xNCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1";' export '_ModuleTable003_;' '_ModuleTable004_="c2VyTmFtZSJdPSJjcnRtLzIuMi42Iix9LGVzbWY9e1siZm4iXT0iL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcjE4L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL3djb3NzX2RlbGxfcDMvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT0yMSxw";' export '_ModuleTable004_;' '_ModuleTable005_="cm9wVD17fSxbInN0YWNrRGVwdGgiXT0wLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZzI9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2cyLzMuMS4xIixbImZ1bGxOYW1lIl09ImcyLzMuMS4xIixbImxvYWRPcmRlciJdPTEyLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcyLzMuMS4xIix9LGcydG1wbD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzJ0bXBsLzEuNi4wIixbImZ1bGxOYW1lIl09ImcydG1wbC8xLjYuMCIsWyJsb2FkT3JkZXIiXT0xMyxwcm9wVD17fSxbInN0YWNr";' export '_ModuleTable005_;' '_ModuleTable006_="RGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMnRtcGwvMS42LjAiLH0saW1waT17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX21waS9pcHMvMTguMC4xL2ltcGkvMTguMC4xLmx1YSIsWyJmdWxsTmFtZSJdPSJpbXBpLzE4LjAuMSIsWyJsb2FkT3JkZXIiXT0yLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImltcGkvMTguMC4xIix9LGlwPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9pcC8zLjAuMiIsWyJmdWxsTmFtZSJdPSJpcC8zLjAuMiIsWyJsb2FkT3JkZXIiXT03LHByb3BUPXt9LFsic3Rh";' export '_ModuleTable006_;' '_ModuleTable007_="Y2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImlwLzMuMC4yIix9LGlwcz17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQvaXBzLzE4LjAuMS4xNjMiLFsiZnVsbE5hbWUiXT0iaXBzLzE4LjAuMS4xNjMiLFsibG9hZE9yZGVyIl09MSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJpcHMvMTguMC4xLjE2MyIsfSxqYXNwZXI9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xL2phc3Blci8xLjkwMC4yOSIsWyJmdWxsTmFtZSJdPSJqYXNwZXIvMS45MDAuMjkiLFsibG9hZE9yZGVyIl09";' export '_ModuleTable007_;' '_ModuleTable008_="MTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iamFzcGVyLzEuOTAwLjI5Iix9LGxpYnBuZz17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvbGlicG5nLzEuMi41OSIsWyJmdWxsTmFtZSJdPSJsaWJwbmcvMS4yLjU5IixbImxvYWRPcmRlciJdPTE2LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImxpYnBuZy8xLjIuNTkiLH0sbHNmPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZC9sc2YvMTAuMSIsWyJmdWxsTmFtZSJdPSJsc2YvMTAuMSIsWyJsb2Fk";' export '_ModuleTable008_;' '_ModuleTable009_="T3JkZXIiXT01LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImxzZi8xMC4xIix9LG5lbXNpbz17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvbmVtc2lvLzIuMi40IixbImZ1bGxOYW1lIl09Im5lbXNpby8yLjIuNCIsWyJsb2FkT3JkZXIiXT0xMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZW1zaW8vMi4yLjQiLH0scG9zdD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvcG9zdC84LjAuMSIsWyJmdWxsTmFtZSJdPSJwb3N0LzguMC4xIixbImxvYWRP";' export '_ModuleTable009_;' '_ModuleTable010_="cmRlciJdPTE4LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InBvc3QvOC4wLjEiLH0sc3A9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL3NwLzIuMC4zIixbImZ1bGxOYW1lIl09InNwLzIuMC4zIixbImxvYWRPcmRlciJdPTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ic3AvMi4wLjMiLH0sdzNlbWM9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL3czZW1jLzIuMy4xIixbImZ1bGxOYW1lIl09InczZW1jLzIuMy4xIixbImxvYWRPcmRlciJdPTEwLHBy";' export '_ModuleTable010_;' '_ModuleTable011_="b3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczZW1jLzIuMy4xIix9LHczbmNvPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy93M25jby8yLjAuNyIsWyJmdWxsTmFtZSJdPSJ3M25jby8yLjAuNyIsWyJsb2FkT3JkZXIiXT05LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHpsaWI9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xL3psaWIvMS4yLjExIixbImZ1bGxOYW1lIl09InpsaWIvMS4yLjExIixbImxvYWRPcmRl";' export '_ModuleTable011_;' '_ModuleTable012_="ciJdPTE3LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InpsaWIvMS4yLjExIix9LH0sbXBhdGhBPXsiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMiLCIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9EdXNhbi5Kb3ZpYy91ZnMvcHIxOC91ZnMtd2VhdGhlci1tb2RlbC9tb2R1bGVmaWxlcy93Y29zc19kZWxsX3AzIiwiL3VzcngvbG9jYWwvZGV2L2VtY19yb2NvdG8vbW9kdWxlZmlsZXMiLCIvdXNyeC9sb2NhbC9kZXYvbW9kdWxlZmlsZXMiLCIvdXNyeC9sb2NhbC9wcm9kL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlIiwiL3VzcngvbG9j";' export '_ModuleTable012_;' '_ModuleTable013_="YWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9kZWZzIiwiL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29yZV9wcm9kIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xIiwiL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfcHJvZC9pcHMvMTguMC4xIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl9tcGkvaXBzLzE4LjAuMSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvbXBpX3RoaXJkL2lwcy8xOC4wLjEvaW1waS8xOC4wLjEiLCIvZ3Bmcy9kZWxsMS9uY28vb3BzL253";' export '_ModuleTable013_;' '_ModuleTable014_="cHJvZC9tb2R1bGVmaWxlcy9tcGlfcHJvZC9pcHMvMTguMC4xL2ltcGkvMTguMC4xIiwiL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzIix9LFsic3lzdGVtQmFzZU1QQVRIIl09Ii91c3J4L2xvY2FsL3Byb2QvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmU6L3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkOi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvZGVmczovZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb3JlX3Byb2QiLH0=";' export '_ModuleTable014_;' '_ModuleTable_Sz_="14";' export '_ModuleTable_Sz_;' -++ ADVISOR_2018_DIR=/usrx/local/prod/intel/2018UP01/advisor_2018 -++ export ADVISOR_2018_DIR -++ BACIO_LIB4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libbacio_v2.0.3_4.a -++ export BACIO_LIB4 -++ BACIO_LIB8=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libbacio_v2.0.3_8.a -++ export BACIO_LIB8 -++ BACIO_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/bacio_v2.0.3 -++ export BACIO_SRC -++ BACIO_VER=v2.0.3 -++ export BACIO_VER -++ BINARY_TYPE_HPC= -++ export BINARY_TYPE_HPC -++ __LMOD_REF_COUNT_CLASSPATH='/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64/mpi.jar:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/daal.jar:1' -++ export __LMOD_REF_COUNT_CLASSPATH -++ CLASSPATH=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64/mpi.jar:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/daal.jar -++ export CLASSPATH -++ CLCK_ROOT=/usrx/local/prod/intel/2018UP01/clck_latest -++ export CLCK_ROOT -++ CMAKE_CXX_COMPILER=mpiicpc -++ export CMAKE_CXX_COMPILER -++ CMAKE_C_COMPILER=mpiicc -++ export CMAKE_C_COMPILER -++ CMAKE_Fortran_COMPILER=mpiifort -++ export CMAKE_Fortran_COMPILER -++ CMAKE_Platform=wcoss_dell_p3 -++ export CMAKE_Platform -++ COMP=ips -++ export COMP -++ __LMOD_REF_COUNT_CPATH='/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/pstl/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/include:1' -++ export __LMOD_REF_COUNT_CPATH -++ CPATH=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/pstl/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/include -++ export CPATH -++ __LMOD_REF_COUNT_CPLUS_INCLUDE_PATH=/usrx/local/prod/intel/2018UP01/clck_latest/include:1 -++ export __LMOD_REF_COUNT_CPLUS_INCLUDE_PATH -++ CPLUS_INCLUDE_PATH=/usrx/local/prod/intel/2018UP01/clck_latest/include -++ export CPLUS_INCLUDE_PATH -++ CRTM_FIX=/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/fix -++ export CRTM_FIX -++ CRTM_INC=/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/ips/18.0.1/include/crtm_v2.2.6 -++ export CRTM_INC -++ CRTM_LIB=/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/ips/18.0.1/libcrtm_v2.2.6.a -++ export CRTM_LIB -++ CRTM_SRC=/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/src -++ export CRTM_SRC -++ CRTM_VER=v2.2.6 -++ export CRTM_VER -++ DAALROOT=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal -++ export DAALROOT -++ ESMFMKFILE=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/lib/esmf.mk -++ export ESMFMKFILE -++ G2TMPL_INC=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/g2tmpl_v1.6.0 -++ export G2TMPL_INC -++ G2TMPL_LIB=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2tmpl_v1.6.0.a -++ export G2TMPL_LIB -++ G2TMPL_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/g2tmpl_v1.6.0/src -++ export G2TMPL_SRC -++ G2TMPL_VER=v1.6.0 -++ export G2TMPL_VER -++ G2_INC4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/g2_v3.1.1_4 -++ export G2_INC4 -++ G2_INCd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/g2_v3.1.1_d -++ export G2_INCd -++ G2_LIB4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2_v3.1.1_4.a -++ export G2_LIB4 -++ G2_LIBd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2_v3.1.1_d.a -++ export G2_LIBd -++ G2_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/g2_v3.1.1 -++ export G2_SRC -++ G2_VER=v3.1.1 -++ export G2_VER -++ GDBSERVER_MIC=/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/targets/intel64/x200/bin/gdbserver -++ export GDBSERVER_MIC -++ GDB_CROSS=/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/bin/gdb-ia -++ export GDB_CROSS -++ HDF5=/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1 -++ export HDF5 -++ HDF5_CFLAGS=-I/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/include -++ export HDF5_CFLAGS -++ HDF5_CXXFLAGS=-I/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/include -++ export HDF5_CXXFLAGS -++ HDF5_FFLAGS=-I/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/include -++ export HDF5_FFLAGS -++ HDF5_INCLUDE=-I/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/include -++ export HDF5_INCLUDE -++ HDF5_LDFLAGS='-L/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib -lhdf5_hl -lhdf5hl_fortran -lhdf5 -lhdf5_fortran' -++ export HDF5_LDFLAGS -++ HDF5_LDFLAGS_C='-L/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib -lhdf5_hl -lhdf5' -++ export HDF5_LDFLAGS_C -++ HDF5_LDFLAGS_CXX='-L/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib -lhdf5_hl -hdf5_hl_cpp -lhdf5 -lhdf5_cpp' -++ export HDF5_LDFLAGS_CXX -++ HDF5_LDFLAGS_F='-L/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib -lhdf5_hl -lhdf5hl_fortran -lhdf5 -lhdf5_fortran' -++ export HDF5_LDFLAGS_F -++ __LMOD_REF_COUNT_INFOPATH='/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/info:1;info_gdb_igfx:1' -++ export __LMOD_REF_COUNT_INFOPATH -++ INFOPATH=/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/info:info_gdb_igfx -++ export INFOPATH -++ INSPECTOR_2018_DIR=/usrx/local/prod/intel/2018UP01/inspector_2018 -++ export INSPECTOR_2018_DIR -++ INTEL_LICENSE_FILE=/usrx/local/prod/intel/licenses -++ export INTEL_LICENSE_FILE -++ INTEL_PYTHONHOME=/usrx/local/prod/intel/2018UP01/debugger_2018/python/intel64 -++ export INTEL_PYTHONHOME -++ IPPROOT=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp -++ export IPPROOT -++ IP_INC4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ip_v3.0.2_4 -++ export IP_INC4 -++ IP_INC8=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ip_v3.0.2_8 -++ export IP_INC8 -++ IP_INCd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ip_v3.0.2_d -++ export IP_INCd -++ IP_LIB4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libip_v3.0.2_4.a -++ export IP_LIB4 -++ IP_LIB8=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libip_v3.0.2_8.a -++ export IP_LIB8 -++ IP_LIBd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libip_v3.0.2_d.a -++ export IP_LIBd -++ IP_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/ip_v3.0.2 -++ export IP_SRC -++ IP_VER=v3.0.2 -++ export IP_VER -++ I_MPI_CC=icc -++ export I_MPI_CC -++ I_MPI_CXX=icpc -++ export I_MPI_CXX -++ I_MPI_EXTRA_FILESYSTEM=yes -++ export I_MPI_EXTRA_FILESYSTEM -++ I_MPI_EXTRA_FILESYSTEM_LIST=gpfs -++ export I_MPI_EXTRA_FILESYSTEM_LIST -++ I_MPI_F77=ifort -++ export I_MPI_F77 -++ I_MPI_F90=ifort -++ export I_MPI_F90 -++ I_MPI_FC=ifort -++ export I_MPI_FC -++ I_MPI_HYDRA_BOOTSTRAP=lsf -++ export I_MPI_HYDRA_BOOTSTRAP -++ I_MPI_HYDRA_IFACE=ib0 -++ export I_MPI_HYDRA_IFACE -++ I_MPI_LSF_USE_COLLECTIVE_LAUNCH=1 -++ export I_MPI_LSF_USE_COLLECTIVE_LAUNCH -++ I_MPI_ROOT=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi -++ export I_MPI_ROOT -++ JASPER_INC=/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/include -++ export JASPER_INC -++ JASPER_LIB=/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib/libjasper.a -++ export JASPER_LIB -++ JASPER_LIBDIR=/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib -++ export JASPER_LIBDIR -++ JASPER_SRC=/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/src/jasper-1.900.29 -++ export JASPER_SRC -++ JASPER_VER=1.900.29 -++ export JASPER_VER -++ KMP_AFFINITY=scatter -++ export KMP_AFFINITY -++ unset LAUNCH -++ __LMOD_REF_COUNT_LD_LIBRARY_PATH='/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/lib:1;/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib:1;/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib:1;/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib:1;/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:1;/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib:1;/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib:1;/usrx/local/prod/intel/2018UP01/itac_latest/slib:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:1;/usrx/local/prod/intel/2018UP01/debugger_2018/iga/lib:1;/usrx/local/prod/intel/2018UP01/debugger_2018/libipt/intel64/lib:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4:1' -++ export __LMOD_REF_COUNT_LD_LIBRARY_PATH -++ LD_LIBRARY_PATH=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/lib:/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib:/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib:/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib:/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib:/usrx/local/prod/intel/2018UP01/itac_latest/slib:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:/usrx/local/prod/intel/2018UP01/debugger_2018/iga/lib:/usrx/local/prod/intel/2018UP01/debugger_2018/libipt/intel64/lib:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4 -++ export LD_LIBRARY_PATH -++ __LMOD_REF_COUNT_LIBRARY_PATH='/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:1;/usrx/local/prod/intel/2018UP01/clck_latest/lib/intel64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4:1' -++ export __LMOD_REF_COUNT_LIBRARY_PATH -++ LIBRARY_PATH=/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:/usrx/local/prod/intel/2018UP01/clck_latest/lib/intel64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4 -++ export LIBRARY_PATH -++ LIB_NAME=POST -++ export LIB_NAME -++ LMOD_FAMILY_COMPILER=ips -++ export LMOD_FAMILY_COMPILER -++ LMOD_FAMILY_COMPILER_VERSION=18.0.1.163 -++ export LMOD_FAMILY_COMPILER_VERSION -++ LMOD_FAMILY_CONMPILER=HDF5-serial -++ export LMOD_FAMILY_CONMPILER -++ LMOD_FAMILY_CONMPILER_VERSION=1.10.1 -++ export LMOD_FAMILY_CONMPILER_VERSION -++ LMOD_FAMILY_MPI=impi -++ export LMOD_FAMILY_MPI -++ LMOD_FAMILY_MPI_VERSION=18.0.1 -++ export LMOD_FAMILY_MPI_VERSION -++ __LMOD_REF_COUNT_LOADEDMODULES='ips/18.0.1.163:1;impi/18.0.1:1;NetCDF/4.5.0:1;HDF5-serial/1.10.1:1;lsf/10.1:1;bacio/2.0.3:1;ip/3.0.2:1;sp/2.0.3:1;w3nco/2.0.7:1;w3emc/2.3.1:1;nemsio/2.2.4:1;g2/3.1.1:1;g2tmpl/1.6.0:1;crtm/2.2.6:1;jasper/1.900.29:1;libpng/1.2.59:1;zlib/1.2.11:1;post/8.0.1:1;esmf/8.0.0:1;cmake/3.10.0:1;fv3:1' -++ export __LMOD_REF_COUNT_LOADEDMODULES -++ LOADEDMODULES=ips/18.0.1.163:impi/18.0.1:NetCDF/4.5.0:HDF5-serial/1.10.1:lsf/10.1:bacio/2.0.3:ip/3.0.2:sp/2.0.3:w3nco/2.0.7:w3emc/2.3.1:nemsio/2.2.4:g2/3.1.1:g2tmpl/1.6.0:crtm/2.2.6:jasper/1.900.29:libpng/1.2.59:zlib/1.2.11:post/8.0.1:esmf/8.0.0:cmake/3.10.0:fv3 -++ export LOADEDMODULES -++ LSF_BINDIR=/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin -++ export LSF_BINDIR -++ LSF_ENVDIR=/gpfs/lsf/conf -++ export LSF_ENVDIR -++ LSF_LIBDIR=/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib -++ export LSF_LIBDIR -++ LSF_SERVERDIR=/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc -++ export LSF_SERVERDIR -++ __LMOD_REF_COUNT_MANPATH='/usrx/local/dev/packages/cmake/3.10.0/share/man:1;/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/share/man:1;/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/share/man:1;/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/man:1;/gpfs/lsf/10.1/man:1;/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/share/man:1;/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/share/man:1;/usrx/local/prod/intel/2018UP01/itac_latest/man:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/man/common:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/man:1;/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/man:1;/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-igfx/man:1;/usrx/local/prod/lmod/lmod/share/man:1;/usrx/local/prod/intel/2018UP01/inspector_2018/man:1;/usrx/local/prod/intel/2018UP01/advisor_2018/man:1' -++ export __LMOD_REF_COUNT_MANPATH -++ MANPATH=/usrx/local/dev/packages/cmake/3.10.0/share/man:/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/share/man:/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/share/man:/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/man:/gpfs/lsf/10.1/man:/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/share/man:/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/share/man:/usrx/local/prod/intel/2018UP01/itac_latest/man:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/man/common:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/man:/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/man:/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-igfx/man:/usrx/local/prod/lmod/lmod/share/man::/usrx/local/prod/intel/2018UP01/inspector_2018/man:/usrx/local/prod/intel/2018UP01/advisor_2018/man -++ export MANPATH -++ MKLROOT=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl -++ export MKLROOT -++ MODULEPATH=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/dev/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1:/usrx/local/prod/modulefiles/mpi_third/ips/18.0.1/impi/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/mpi_prod/ips/18.0.1/impi/18.0.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles -++ export MODULEPATH -++ MPM_LAUNCHER=/usrx/local/prod/intel/2018UP01/debugger_2018/mpm/mic/bin/start_mpm.sh -++ export MPM_LAUNCHER -++ NEMSIO_INC=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/nemsio_v2.2.4 -++ export NEMSIO_INC -++ NEMSIO_LIB=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libnemsio_v2.2.4.a -++ export NEMSIO_LIB -++ NEMSIO_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/nemsio_v2.2.4 -++ export NEMSIO_SRC -++ NEMSIO_VER=v2.2.4 -++ export NEMSIO_VER -++ NETCDF=/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0 -++ export NETCDF -++ NETCDF_CFLAGS=-I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -++ export NETCDF_CFLAGS -++ NETCDF_CXX4FLAGS=-I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -++ export NETCDF_CXX4FLAGS -++ NETCDF_CXXFLAGS=-I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -++ export NETCDF_CXXFLAGS -++ NETCDF_FFLAGS=-I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -++ export NETCDF_FFLAGS -++ NETCDF_INC=/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -++ export NETCDF_INC -++ NETCDF_INCLUDE=-I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -++ export NETCDF_INCLUDE -++ NETCDF_LDFLAGS='-L/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib -lnetcdff' -++ export NETCDF_LDFLAGS -++ NETCDF_LDFLAGS_C='-L/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib -lnetcdf' -++ export NETCDF_LDFLAGS_C -++ NETCDF_LDFLAGS_CXX='-L/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib -lnetcdf -lnetcdf_c++' -++ export NETCDF_LDFLAGS_CXX -++ NETCDF_LDFLAGS_CXX4='-L/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib -lnetcdf -lnetcdf_c++4' -++ export NETCDF_LDFLAGS_CXX4 -++ NETCDF_LDFLAGS_F='-L/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib -lnetcdff' -++ export NETCDF_LDFLAGS_F -++ NETCDF_LIB=/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib -++ export NETCDF_LIB -++ NETCDF_ROOT=/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0 -++ export NETCDF_ROOT -++ __LMOD_REF_COUNT_NLSPATH='/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin/locale/%l_%t/%N:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin/locale/%l_%t/%N:1;/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/share/locale/%l_%t/%N:1' -++ export __LMOD_REF_COUNT_NLSPATH -++ NLSPATH=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin/locale/%l_%t/%N:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin/locale/%l_%t/%N::/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/share/locale/%l_%t/%N -++ export NLSPATH -++ __LMOD_REF_COUNT_PATH='/usrx/local/dev/packages/cmake/3.10.0/bin:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/bin:1;/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/bin:1;/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/bin:1;/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc:1;/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin:1;/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1:1;/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/bin:1;/usrx/local/prod/intel/2018UP01/advisor_2018/bin64:1;/usrx/local/prod/intel/2018UP01/vtune_amplifier_2018/bin64:1;/usrx/local/prod/intel/2018UP01/inspector_2018/bin64:1;/usrx/local/prod/intel/2018UP01/itac_latest/bin:1;/usrx/local/prod/intel/2018UP01/clck_latest/bin/intel64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/bin/intel64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64:1;/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/targets/intel64/x200/bin:1;/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/bin:1;/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/usr/lpp/mmfs/bin:1;/opt/ibutils/bin:1;/opt/dell/srvadmin/bin:1;/u/Dusan.Jovic/bin:2;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/dbrowse:1;/u/Dusan.Jovic/.local/bin:1;/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/include:1' -++ export __LMOD_REF_COUNT_PATH -++ PATH=/usrx/local/dev/packages/cmake/3.10.0/bin:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/bin:/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/bin:/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/bin:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin:/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1:/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/bin:/usrx/local/prod/intel/2018UP01/advisor_2018/bin64:/usrx/local/prod/intel/2018UP01/vtune_amplifier_2018/bin64:/usrx/local/prod/intel/2018UP01/inspector_2018/bin64:/usrx/local/prod/intel/2018UP01/itac_latest/bin:/usrx/local/prod/intel/2018UP01/clck_latest/bin/intel64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/bin/intel64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64:/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/targets/intel64/x200/bin:/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/usr/lpp/mmfs/bin:/opt/ibutils/bin:/opt/dell/srvadmin/bin:/u/Dusan.Jovic/bin:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/dbrowse:/u/Dusan.Jovic/.local/bin:/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/include -++ export PATH -++ PKG_CONFIG_PATH=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/bin/pkgconfig -++ export PKG_CONFIG_PATH -++ PNG_INC=/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/include -++ export PNG_INC -++ PNG_LIB=/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng.a -++ export PNG_LIB -++ PNG_LIB12=/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng12.a -++ export PNG_LIB12 -++ PNG_LIBDIR=/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib -++ export PNG_LIBDIR -++ PNG_LIBso=/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng.so -++ export PNG_LIBso -++ PNG_SRC=/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/src/libpng-1.2.59 -++ export PNG_SRC -++ PNG_VER=1.2.59 -++ export PNG_VER -++ POST_INC=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ncep_post_v8.0.1_4 -++ export POST_INC -++ POST_LIB=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libncep_post_v8.0.1_4.a -++ export POST_LIB -++ POST_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/post_v8.0.1 -++ export POST_SRC -++ POST_VER=v8.0.1 -++ export POST_VER -++ PSTLROOT=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/pstl -++ export PSTLROOT -++ PYTHONPATH=/usrx/local/prod/intel/2018UP01/advisor_2018/pythonapi -++ export PYTHONPATH -++ SP_LIB4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_4.a -++ export SP_LIB4 -++ SP_LIB8=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_8.a -++ export SP_LIB8 -++ SP_LIBd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_d.a -++ export SP_LIBd -++ SP_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/sp_v2.0.3 -++ export SP_SRC -++ SP_VER=v2.0.3 -++ export SP_VER -++ TBBROOT=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb -++ export TBBROOT -++ VT_ADD_LIBS='-ldwarf -lelf -lvtunwind -lm -lpthread' -++ export VT_ADD_LIBS -++ VT_ARCH=intel64 -++ export VT_ARCH -++ VT_LIB_DIR=/usrx/local/prod/intel/2018UP01/itac_latest/lib -++ export VT_LIB_DIR -++ VT_MPI=impi4 -++ export VT_MPI -++ VT_ROOT=/usrx/local/prod/intel/2018UP01/itac_latest -++ export VT_ROOT -++ VT_SLIB_DIR=/usrx/local/prod/intel/2018UP01/itac_latest/slib -++ export VT_SLIB_DIR -++ W3EMC_INC4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3emc_v2.3.1_4 -++ export W3EMC_INC4 -++ W3EMC_INC8=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3emc_v2.3.1_8 -++ export W3EMC_INC8 -++ W3EMC_INCd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3emc_v2.3.1_d -++ export W3EMC_INCd -++ W3EMC_LIB4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_4.a -++ export W3EMC_LIB4 -++ W3EMC_LIB8=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_8.a -++ export W3EMC_LIB8 -++ W3EMC_LIBd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_d.a -++ export W3EMC_LIBd -++ W3EMC_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/w3emc_v2.3.1 -++ export W3EMC_SRC -++ W3EMC_VER=v2.3.1 -++ export W3EMC_VER -++ W3NCO_INC4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3nco_v2.0.7_4 -++ export W3NCO_INC4 -++ W3NCO_INC8=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3nco_v2.0.7_8 -++ export W3NCO_INC8 -++ W3NCO_INCd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3nco_v2.0.7_d -++ export W3NCO_INCd -++ W3NCO_LIB4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_4.a -++ export W3NCO_LIB4 -++ W3NCO_LIB8=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_8.a -++ export W3NCO_LIB8 -++ W3NCO_LIBd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_d.a -++ export W3NCO_LIBd -++ W3NCO_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/w3nco_v2.0.7 -++ export W3NCO_SRC -++ W3NCO_VER=v2.0.7 -++ export W3NCO_VER -++ XLSF_UIDDIR=/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib/uid -++ export XLSF_UIDDIR -++ Z_INC=/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/include -++ export Z_INC -++ Z_LIB=/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib/libz.a -++ export Z_LIB -++ Z_SRC=/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/src -++ export Z_SRC -++ Z_VER=1.2.11 -++ export Z_VER -++ __LMOD_REF_COUNT__LMFILES_='/usrx/local/prod/modulefiles/core_third/ips/18.0.1.163:1;/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1/impi/18.0.1.lua:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/NetCDF/4.5.0:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/HDF5-serial/1.10.1:1;/usrx/local/prod/modulefiles/core_third/lsf/10.1:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/bacio/2.0.3:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/ip/3.0.2:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/sp/2.0.3:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3nco/2.0.7:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3emc/2.3.1:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/nemsio/2.2.4:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2/3.1.1:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2tmpl/1.6.0:1;/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/crtm/2.2.6:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/jasper/1.900.29:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/libpng/1.2.59:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/zlib/1.2.11:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/post/8.0.1:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/esmf/8.0.0:1;/usrx/local/dev/modulefiles/cmake/3.10.0:1;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3:1' -++ export __LMOD_REF_COUNT__LMFILES_ -++ _LMFILES_=/usrx/local/prod/modulefiles/core_third/ips/18.0.1.163:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1/impi/18.0.1.lua:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/NetCDF/4.5.0:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/HDF5-serial/1.10.1:/usrx/local/prod/modulefiles/core_third/lsf/10.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/bacio/2.0.3:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/ip/3.0.2:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/sp/2.0.3:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3nco/2.0.7:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3emc/2.3.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/nemsio/2.2.4:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2/3.1.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2tmpl/1.6.0:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/crtm/2.2.6:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/jasper/1.900.29:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/libpng/1.2.59:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/zlib/1.2.11:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/post/8.0.1:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/esmf/8.0.0:/usrx/local/dev/modulefiles/cmake/3.10.0:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3 -++ export _LMFILES_ -++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImlwcyIsWyJjb25tcGlsZXIiXT0iSERGNS1zZXJpYWwiLFsibXBpIl09ImltcGkiLH0sbVQ9e1siSERGNS1zZXJpYWwiXT17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvSERGNS1zZXJpYWwvMS4xMC4xIixbImZ1bGxOYW1lIl09IkhERjUtc2VyaWFsLzEuMTAuMSIsWyJsb2FkT3JkZXIiXT00LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09IkhERjUtc2VyaWFs -++ export _ModuleTable001_ -++ _ModuleTable002_=LzEuMTAuMSIsfSxOZXRDREY9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xL05ldENERi80LjUuMCIsWyJmdWxsTmFtZSJdPSJOZXRDREYvNC41LjAiLFsibG9hZE9yZGVyIl09Myxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJOZXRDREYvNC41LjAiLH0sYmFjaW89e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2JhY2lvLzIuMC4zIixbImZ1bGxOYW1lIl09ImJhY2lvLzIuMC4zIixbImxvYWRPcmRlciJdPTYscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNl -++ export _ModuleTable002_ -++ _ModuleTable003_=ck5hbWUiXT0iYmFjaW8vMi4wLjMiLH0sY21ha2U9e1siZm4iXT0iL3VzcngvbG9jYWwvZGV2L21vZHVsZWZpbGVzL2NtYWtlLzMuMTAuMCIsWyJmdWxsTmFtZSJdPSJjbWFrZS8zLjEwLjAiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY21ha2UvMy4xMC4wIix9LGNydG09e1siZm4iXT0iL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfcHJvZC9pcHMvMTguMC4xL2NydG0vMi4yLjYiLFsiZnVsbE5hbWUiXT0iY3J0bS8yLjIuNiIsWyJsb2FkT3JkZXIiXT0xNCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1 -++ export _ModuleTable003_ -++ _ModuleTable004_=c2VyTmFtZSJdPSJjcnRtLzIuMi42Iix9LGVzbWY9e1siZm4iXT0iL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcjE4L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL3djb3NzX2RlbGxfcDMvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT0yMSxw -++ export _ModuleTable004_ -++ _ModuleTable005_=cm9wVD17fSxbInN0YWNrRGVwdGgiXT0wLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZzI9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2cyLzMuMS4xIixbImZ1bGxOYW1lIl09ImcyLzMuMS4xIixbImxvYWRPcmRlciJdPTEyLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcyLzMuMS4xIix9LGcydG1wbD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzJ0bXBsLzEuNi4wIixbImZ1bGxOYW1lIl09ImcydG1wbC8xLjYuMCIsWyJsb2FkT3JkZXIiXT0xMyxwcm9wVD17fSxbInN0YWNr -++ export _ModuleTable005_ -++ _ModuleTable006_=RGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMnRtcGwvMS42LjAiLH0saW1waT17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX21waS9pcHMvMTguMC4xL2ltcGkvMTguMC4xLmx1YSIsWyJmdWxsTmFtZSJdPSJpbXBpLzE4LjAuMSIsWyJsb2FkT3JkZXIiXT0yLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImltcGkvMTguMC4xIix9LGlwPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9pcC8zLjAuMiIsWyJmdWxsTmFtZSJdPSJpcC8zLjAuMiIsWyJsb2FkT3JkZXIiXT03LHByb3BUPXt9LFsic3Rh -++ export _ModuleTable006_ -++ _ModuleTable007_=Y2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImlwLzMuMC4yIix9LGlwcz17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQvaXBzLzE4LjAuMS4xNjMiLFsiZnVsbE5hbWUiXT0iaXBzLzE4LjAuMS4xNjMiLFsibG9hZE9yZGVyIl09MSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJpcHMvMTguMC4xLjE2MyIsfSxqYXNwZXI9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xL2phc3Blci8xLjkwMC4yOSIsWyJmdWxsTmFtZSJdPSJqYXNwZXIvMS45MDAuMjkiLFsibG9hZE9yZGVyIl09 -++ export _ModuleTable007_ -++ _ModuleTable008_=MTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iamFzcGVyLzEuOTAwLjI5Iix9LGxpYnBuZz17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvbGlicG5nLzEuMi41OSIsWyJmdWxsTmFtZSJdPSJsaWJwbmcvMS4yLjU5IixbImxvYWRPcmRlciJdPTE2LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImxpYnBuZy8xLjIuNTkiLH0sbHNmPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZC9sc2YvMTAuMSIsWyJmdWxsTmFtZSJdPSJsc2YvMTAuMSIsWyJsb2Fk -++ export _ModuleTable008_ -++ _ModuleTable009_=T3JkZXIiXT01LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImxzZi8xMC4xIix9LG5lbXNpbz17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvbmVtc2lvLzIuMi40IixbImZ1bGxOYW1lIl09Im5lbXNpby8yLjIuNCIsWyJsb2FkT3JkZXIiXT0xMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZW1zaW8vMi4yLjQiLH0scG9zdD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvcG9zdC84LjAuMSIsWyJmdWxsTmFtZSJdPSJwb3N0LzguMC4xIixbImxvYWRP -++ export _ModuleTable009_ -++ _ModuleTable010_=cmRlciJdPTE4LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InBvc3QvOC4wLjEiLH0sc3A9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL3NwLzIuMC4zIixbImZ1bGxOYW1lIl09InNwLzIuMC4zIixbImxvYWRPcmRlciJdPTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ic3AvMi4wLjMiLH0sdzNlbWM9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL3czZW1jLzIuMy4xIixbImZ1bGxOYW1lIl09InczZW1jLzIuMy4xIixbImxvYWRPcmRlciJdPTEwLHBy -++ export _ModuleTable010_ -++ _ModuleTable011_=b3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczZW1jLzIuMy4xIix9LHczbmNvPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy93M25jby8yLjAuNyIsWyJmdWxsTmFtZSJdPSJ3M25jby8yLjAuNyIsWyJsb2FkT3JkZXIiXT05LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHpsaWI9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xL3psaWIvMS4yLjExIixbImZ1bGxOYW1lIl09InpsaWIvMS4yLjExIixbImxvYWRPcmRl -++ export _ModuleTable011_ -++ _ModuleTable012_=ciJdPTE3LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InpsaWIvMS4yLjExIix9LH0sbXBhdGhBPXsiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMiLCIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9EdXNhbi5Kb3ZpYy91ZnMvcHIxOC91ZnMtd2VhdGhlci1tb2RlbC9tb2R1bGVmaWxlcy93Y29zc19kZWxsX3AzIiwiL3VzcngvbG9jYWwvZGV2L2VtY19yb2NvdG8vbW9kdWxlZmlsZXMiLCIvdXNyeC9sb2NhbC9kZXYvbW9kdWxlZmlsZXMiLCIvdXNyeC9sb2NhbC9wcm9kL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlIiwiL3VzcngvbG9j -++ export _ModuleTable012_ -++ _ModuleTable013_=YWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9kZWZzIiwiL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29yZV9wcm9kIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xIiwiL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfcHJvZC9pcHMvMTguMC4xIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl9tcGkvaXBzLzE4LjAuMSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvbXBpX3RoaXJkL2lwcy8xOC4wLjEvaW1waS8xOC4wLjEiLCIvZ3Bmcy9kZWxsMS9uY28vb3BzL253 -++ export _ModuleTable013_ -++ _ModuleTable014_=cHJvZC9tb2R1bGVmaWxlcy9tcGlfcHJvZC9pcHMvMTguMC4xL2ltcGkvMTguMC4xIiwiL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzIix9LFsic3lzdGVtQmFzZU1QQVRIIl09Ii91c3J4L2xvY2FsL3Byb2QvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmU6L3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkOi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvZGVmczovZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb3JlX3Byb2QiLH0= -++ export _ModuleTable014_ -++ _ModuleTable_Sz_=14 -++ export _ModuleTable_Sz_ -++ : -s sh -+ eval -+ module list -++ /usrx/local/prod/lmod/lmod/libexec/lmod bash list - -Currently Loaded Modules: - 1) ips/18.0.1.163 8) sp/2.0.3 15) jasper/1.900.29 - 2) impi/18.0.1 9) w3nco/2.0.7 16) libpng/1.2.59 - 3) NetCDF/4.5.0 10) w3emc/2.3.1 17) zlib/1.2.11 - 4) HDF5-serial/1.10.1 11) nemsio/2.2.4 18) post/8.0.1 - 5) lsf/10.1 12) g2/3.1.1 19) esmf/8.0.0 - 6) bacio/2.0.3 13) g2tmpl/1.6.0 20) cmake/3.10.0 - 7) ip/3.0.2 14) crtm/2.2.6 21) fv3 - - - -+ eval 'MODULEPATH="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/dev/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1:/usrx/local/prod/modulefiles/mpi_third/ips/18.0.1/impi/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/mpi_prod/ips/18.0.1/impi/18.0.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles";' export 'MODULEPATH;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImlwcyIsWyJjb25tcGlsZXIiXT0iSERGNS1zZXJpYWwiLFsibXBpIl09ImltcGkiLH0sbVQ9e1siSERGNS1zZXJpYWwiXT17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvSERGNS1zZXJpYWwvMS4xMC4xIixbImZ1bGxOYW1lIl09IkhERjUtc2VyaWFsLzEuMTAuMSIsWyJsb2FkT3JkZXIiXT00LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09IkhERjUtc2VyaWFs";' export '_ModuleTable001_;' '_ModuleTable002_="LzEuMTAuMSIsfSxOZXRDREY9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xL05ldENERi80LjUuMCIsWyJmdWxsTmFtZSJdPSJOZXRDREYvNC41LjAiLFsibG9hZE9yZGVyIl09Myxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJOZXRDREYvNC41LjAiLH0sYmFjaW89e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2JhY2lvLzIuMC4zIixbImZ1bGxOYW1lIl09ImJhY2lvLzIuMC4zIixbImxvYWRPcmRlciJdPTYscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNl";' export '_ModuleTable002_;' '_ModuleTable003_="ck5hbWUiXT0iYmFjaW8vMi4wLjMiLH0sY21ha2U9e1siZm4iXT0iL3VzcngvbG9jYWwvZGV2L21vZHVsZWZpbGVzL2NtYWtlLzMuMTAuMCIsWyJmdWxsTmFtZSJdPSJjbWFrZS8zLjEwLjAiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY21ha2UvMy4xMC4wIix9LGNydG09e1siZm4iXT0iL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfcHJvZC9pcHMvMTguMC4xL2NydG0vMi4yLjYiLFsiZnVsbE5hbWUiXT0iY3J0bS8yLjIuNiIsWyJsb2FkT3JkZXIiXT0xNCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1";' export '_ModuleTable003_;' '_ModuleTable004_="c2VyTmFtZSJdPSJjcnRtLzIuMi42Iix9LGVzbWY9e1siZm4iXT0iL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcjE4L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL3djb3NzX2RlbGxfcDMvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT0yMSxw";' export '_ModuleTable004_;' '_ModuleTable005_="cm9wVD17fSxbInN0YWNrRGVwdGgiXT0wLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZzI9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2cyLzMuMS4xIixbImZ1bGxOYW1lIl09ImcyLzMuMS4xIixbImxvYWRPcmRlciJdPTEyLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcyLzMuMS4xIix9LGcydG1wbD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzJ0bXBsLzEuNi4wIixbImZ1bGxOYW1lIl09ImcydG1wbC8xLjYuMCIsWyJsb2FkT3JkZXIiXT0xMyxwcm9wVD17fSxbInN0YWNr";' export '_ModuleTable005_;' '_ModuleTable006_="RGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMnRtcGwvMS42LjAiLH0saW1waT17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX21waS9pcHMvMTguMC4xL2ltcGkvMTguMC4xLmx1YSIsWyJmdWxsTmFtZSJdPSJpbXBpLzE4LjAuMSIsWyJsb2FkT3JkZXIiXT0yLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImltcGkvMTguMC4xIix9LGlwPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9pcC8zLjAuMiIsWyJmdWxsTmFtZSJdPSJpcC8zLjAuMiIsWyJsb2FkT3JkZXIiXT03LHByb3BUPXt9LFsic3Rh";' export '_ModuleTable006_;' '_ModuleTable007_="Y2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImlwLzMuMC4yIix9LGlwcz17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQvaXBzLzE4LjAuMS4xNjMiLFsiZnVsbE5hbWUiXT0iaXBzLzE4LjAuMS4xNjMiLFsibG9hZE9yZGVyIl09MSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJpcHMvMTguMC4xLjE2MyIsfSxqYXNwZXI9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xL2phc3Blci8xLjkwMC4yOSIsWyJmdWxsTmFtZSJdPSJqYXNwZXIvMS45MDAuMjkiLFsibG9hZE9yZGVyIl09";' export '_ModuleTable007_;' '_ModuleTable008_="MTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iamFzcGVyLzEuOTAwLjI5Iix9LGxpYnBuZz17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvbGlicG5nLzEuMi41OSIsWyJmdWxsTmFtZSJdPSJsaWJwbmcvMS4yLjU5IixbImxvYWRPcmRlciJdPTE2LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImxpYnBuZy8xLjIuNTkiLH0sbHNmPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZC9sc2YvMTAuMSIsWyJmdWxsTmFtZSJdPSJsc2YvMTAuMSIsWyJsb2Fk";' export '_ModuleTable008_;' '_ModuleTable009_="T3JkZXIiXT01LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImxzZi8xMC4xIix9LG5lbXNpbz17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvbmVtc2lvLzIuMi40IixbImZ1bGxOYW1lIl09Im5lbXNpby8yLjIuNCIsWyJsb2FkT3JkZXIiXT0xMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZW1zaW8vMi4yLjQiLH0scG9zdD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvcG9zdC84LjAuMSIsWyJmdWxsTmFtZSJdPSJwb3N0LzguMC4xIixbImxvYWRP";' export '_ModuleTable009_;' '_ModuleTable010_="cmRlciJdPTE4LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InBvc3QvOC4wLjEiLH0sc3A9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL3NwLzIuMC4zIixbImZ1bGxOYW1lIl09InNwLzIuMC4zIixbImxvYWRPcmRlciJdPTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ic3AvMi4wLjMiLH0sdzNlbWM9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL3czZW1jLzIuMy4xIixbImZ1bGxOYW1lIl09InczZW1jLzIuMy4xIixbImxvYWRPcmRlciJdPTEwLHBy";' export '_ModuleTable010_;' '_ModuleTable011_="b3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczZW1jLzIuMy4xIix9LHczbmNvPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy93M25jby8yLjAuNyIsWyJmdWxsTmFtZSJdPSJ3M25jby8yLjAuNyIsWyJsb2FkT3JkZXIiXT05LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHpsaWI9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xL3psaWIvMS4yLjExIixbImZ1bGxOYW1lIl09InpsaWIvMS4yLjExIixbImxvYWRPcmRl";' export '_ModuleTable011_;' '_ModuleTable012_="ciJdPTE3LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InpsaWIvMS4yLjExIix9LH0sbXBhdGhBPXsiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMiLCIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9EdXNhbi5Kb3ZpYy91ZnMvcHIxOC91ZnMtd2VhdGhlci1tb2RlbC9tb2R1bGVmaWxlcy93Y29zc19kZWxsX3AzIiwiL3VzcngvbG9jYWwvZGV2L2VtY19yb2NvdG8vbW9kdWxlZmlsZXMiLCIvdXNyeC9sb2NhbC9kZXYvbW9kdWxlZmlsZXMiLCIvdXNyeC9sb2NhbC9wcm9kL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlIiwiL3VzcngvbG9j";' export '_ModuleTable012_;' '_ModuleTable013_="YWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9kZWZzIiwiL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29yZV9wcm9kIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xIiwiL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfcHJvZC9pcHMvMTguMC4xIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl9tcGkvaXBzLzE4LjAuMSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvbXBpX3RoaXJkL2lwcy8xOC4wLjEvaW1waS8xOC4wLjEiLCIvZ3Bmcy9kZWxsMS9uY28vb3BzL253";' export '_ModuleTable013_;' '_ModuleTable014_="cHJvZC9tb2R1bGVmaWxlcy9tcGlfcHJvZC9pcHMvMTguMC4xL2ltcGkvMTguMC4xIiwiL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzIix9LFsic3lzdGVtQmFzZU1QQVRIIl09Ii91c3J4L2xvY2FsL3Byb2QvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmU6L3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkOi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvZGVmczovZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb3JlX3Byb2QiLH0=";' export '_ModuleTable014_;' '_ModuleTable_Sz_="14";' export '_ModuleTable_Sz_;' -++ MODULEPATH=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/dev/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1:/usrx/local/prod/modulefiles/mpi_third/ips/18.0.1/impi/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/mpi_prod/ips/18.0.1/impi/18.0.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles -++ export MODULEPATH -++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImlwcyIsWyJjb25tcGlsZXIiXT0iSERGNS1zZXJpYWwiLFsibXBpIl09ImltcGkiLH0sbVQ9e1siSERGNS1zZXJpYWwiXT17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvSERGNS1zZXJpYWwvMS4xMC4xIixbImZ1bGxOYW1lIl09IkhERjUtc2VyaWFsLzEuMTAuMSIsWyJsb2FkT3JkZXIiXT00LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09IkhERjUtc2VyaWFs -++ export _ModuleTable001_ -++ _ModuleTable002_=LzEuMTAuMSIsfSxOZXRDREY9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xL05ldENERi80LjUuMCIsWyJmdWxsTmFtZSJdPSJOZXRDREYvNC41LjAiLFsibG9hZE9yZGVyIl09Myxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJOZXRDREYvNC41LjAiLH0sYmFjaW89e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2JhY2lvLzIuMC4zIixbImZ1bGxOYW1lIl09ImJhY2lvLzIuMC4zIixbImxvYWRPcmRlciJdPTYscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNl -++ export _ModuleTable002_ -++ _ModuleTable003_=ck5hbWUiXT0iYmFjaW8vMi4wLjMiLH0sY21ha2U9e1siZm4iXT0iL3VzcngvbG9jYWwvZGV2L21vZHVsZWZpbGVzL2NtYWtlLzMuMTAuMCIsWyJmdWxsTmFtZSJdPSJjbWFrZS8zLjEwLjAiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY21ha2UvMy4xMC4wIix9LGNydG09e1siZm4iXT0iL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfcHJvZC9pcHMvMTguMC4xL2NydG0vMi4yLjYiLFsiZnVsbE5hbWUiXT0iY3J0bS8yLjIuNiIsWyJsb2FkT3JkZXIiXT0xNCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1 -++ export _ModuleTable003_ -++ _ModuleTable004_=c2VyTmFtZSJdPSJjcnRtLzIuMi42Iix9LGVzbWY9e1siZm4iXT0iL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcjE4L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL3djb3NzX2RlbGxfcDMvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT0yMSxw -++ export _ModuleTable004_ -++ _ModuleTable005_=cm9wVD17fSxbInN0YWNrRGVwdGgiXT0wLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZzI9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2cyLzMuMS4xIixbImZ1bGxOYW1lIl09ImcyLzMuMS4xIixbImxvYWRPcmRlciJdPTEyLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcyLzMuMS4xIix9LGcydG1wbD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzJ0bXBsLzEuNi4wIixbImZ1bGxOYW1lIl09ImcydG1wbC8xLjYuMCIsWyJsb2FkT3JkZXIiXT0xMyxwcm9wVD17fSxbInN0YWNr -++ export _ModuleTable005_ -++ _ModuleTable006_=RGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMnRtcGwvMS42LjAiLH0saW1waT17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX21waS9pcHMvMTguMC4xL2ltcGkvMTguMC4xLmx1YSIsWyJmdWxsTmFtZSJdPSJpbXBpLzE4LjAuMSIsWyJsb2FkT3JkZXIiXT0yLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImltcGkvMTguMC4xIix9LGlwPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9pcC8zLjAuMiIsWyJmdWxsTmFtZSJdPSJpcC8zLjAuMiIsWyJsb2FkT3JkZXIiXT03LHByb3BUPXt9LFsic3Rh -++ export _ModuleTable006_ -++ _ModuleTable007_=Y2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImlwLzMuMC4yIix9LGlwcz17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQvaXBzLzE4LjAuMS4xNjMiLFsiZnVsbE5hbWUiXT0iaXBzLzE4LjAuMS4xNjMiLFsibG9hZE9yZGVyIl09MSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJpcHMvMTguMC4xLjE2MyIsfSxqYXNwZXI9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xL2phc3Blci8xLjkwMC4yOSIsWyJmdWxsTmFtZSJdPSJqYXNwZXIvMS45MDAuMjkiLFsibG9hZE9yZGVyIl09 -++ export _ModuleTable007_ -++ _ModuleTable008_=MTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iamFzcGVyLzEuOTAwLjI5Iix9LGxpYnBuZz17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvbGlicG5nLzEuMi41OSIsWyJmdWxsTmFtZSJdPSJsaWJwbmcvMS4yLjU5IixbImxvYWRPcmRlciJdPTE2LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImxpYnBuZy8xLjIuNTkiLH0sbHNmPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZC9sc2YvMTAuMSIsWyJmdWxsTmFtZSJdPSJsc2YvMTAuMSIsWyJsb2Fk -++ export _ModuleTable008_ -++ _ModuleTable009_=T3JkZXIiXT01LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImxzZi8xMC4xIix9LG5lbXNpbz17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvbmVtc2lvLzIuMi40IixbImZ1bGxOYW1lIl09Im5lbXNpby8yLjIuNCIsWyJsb2FkT3JkZXIiXT0xMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZW1zaW8vMi4yLjQiLH0scG9zdD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvcG9zdC84LjAuMSIsWyJmdWxsTmFtZSJdPSJwb3N0LzguMC4xIixbImxvYWRP -++ export _ModuleTable009_ -++ _ModuleTable010_=cmRlciJdPTE4LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InBvc3QvOC4wLjEiLH0sc3A9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL3NwLzIuMC4zIixbImZ1bGxOYW1lIl09InNwLzIuMC4zIixbImxvYWRPcmRlciJdPTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ic3AvMi4wLjMiLH0sdzNlbWM9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL3czZW1jLzIuMy4xIixbImZ1bGxOYW1lIl09InczZW1jLzIuMy4xIixbImxvYWRPcmRlciJdPTEwLHBy -++ export _ModuleTable010_ -++ _ModuleTable011_=b3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczZW1jLzIuMy4xIix9LHczbmNvPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy93M25jby8yLjAuNyIsWyJmdWxsTmFtZSJdPSJ3M25jby8yLjAuNyIsWyJsb2FkT3JkZXIiXT05LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHpsaWI9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xL3psaWIvMS4yLjExIixbImZ1bGxOYW1lIl09InpsaWIvMS4yLjExIixbImxvYWRPcmRl -++ export _ModuleTable011_ -++ _ModuleTable012_=ciJdPTE3LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InpsaWIvMS4yLjExIix9LH0sbXBhdGhBPXsiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMiLCIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9EdXNhbi5Kb3ZpYy91ZnMvcHIxOC91ZnMtd2VhdGhlci1tb2RlbC9tb2R1bGVmaWxlcy93Y29zc19kZWxsX3AzIiwiL3VzcngvbG9jYWwvZGV2L2VtY19yb2NvdG8vbW9kdWxlZmlsZXMiLCIvdXNyeC9sb2NhbC9kZXYvbW9kdWxlZmlsZXMiLCIvdXNyeC9sb2NhbC9wcm9kL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlIiwiL3VzcngvbG9j -++ export _ModuleTable012_ -++ _ModuleTable013_=YWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9kZWZzIiwiL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29yZV9wcm9kIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xIiwiL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfcHJvZC9pcHMvMTguMC4xIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl9tcGkvaXBzLzE4LjAuMSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvbXBpX3RoaXJkL2lwcy8xOC4wLjEvaW1waS8xOC4wLjEiLCIvZ3Bmcy9kZWxsMS9uY28vb3BzL253 -++ export _ModuleTable013_ -++ _ModuleTable014_=cHJvZC9tb2R1bGVmaWxlcy9tcGlfcHJvZC9pcHMvMTguMC4xL2ltcGkvMTguMC4xIiwiL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzIix9LFsic3lzdGVtQmFzZU1QQVRIIl09Ii91c3J4L2xvY2FsL3Byb2QvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmU6L3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkOi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvZGVmczovZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb3JlX3Byb2QiLH0= -++ export _ModuleTable014_ -++ _ModuleTable_Sz_=14 -++ export _ModuleTable_Sz_ -++ : -s sh -+ eval -+ cd build_fv3_5 -+ cmake /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model -DREPRO=Y -DWW3=Y --- The C compiler identification is Intel 18.0.1.20171018 --- The CXX compiler identification is Intel 18.0.1.20171018 --- The Fortran compiler identification is Intel 18.0.1.20171018 --- Check for working C compiler: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiicc --- Check for working C compiler: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiicc -- works --- Detecting C compiler ABI info --- Detecting C compiler ABI info - done --- Detecting C compile features --- Detecting C compile features - done --- Check for working CXX compiler: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiicpc --- Check for working CXX compiler: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiicpc -- works --- Detecting CXX compiler ABI info --- Detecting CXX compiler ABI info - done --- Detecting CXX compile features --- Detecting CXX compile features - done --- Check for working Fortran compiler: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort --- Check for working Fortran compiler: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -- works --- Detecting Fortran compiler ABI info --- Detecting Fortran compiler ABI info - done --- Checking whether /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort supports Fortran 90 --- Checking whether /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort supports Fortran 90 -- yes --- Found MPI_C: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiicc (found version "3.1") --- Found MPI_CXX: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiicpc (found version "3.1") --- Found MPI_Fortran: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort (found version "3.1") --- Found MPI: TRUE (found version "3.1") -ESMFMKFILE: /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/lib/esmf.mk - Found ESMF: -ESMF_VERSION_MAJOR: 8 -ESMF_F90COMPILEPATHS: /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include;/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -ESMF_F90ESMFLINKRPATHS: -Wl,-rpath,/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/lib -ESMF_F90ESMFLINKLIBS: -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf --- Found ESMF: /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include;/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include (found version "8.0.0") - -Setting configuration for wcoss_dell_p3 - -C compiler: Intel 18.0.1.20171018 (mpiicc) -CXX compiler: Intel 18.0.1.20171018 (mpiicpc) -Fortran compiler: Intel 18.0.1.20171018 (mpiifort) - -DEBUG is disabled -REPRO is ENABLED -32BIT is disabled -OPENMP is ENABLED -AVX2 is disabled -INLINE_POST is ENABLED - - -Selected physics package: gfs - -Build WW3: - run: /usr/bin/gmake WW3_PARCOMPN=4 WW3_COMP=wcoss_dell_p3 ww3_nems - in: /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model/esmf - --- Configuring done --- Generating done --- Build files have been written to: /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_5 -+ make -j 4 -Scanning dependencies of target ww3_nems -Scanning dependencies of target fv3cpl -[ 1%] Building Fortran object FV3/cpl/CMakeFiles/fv3cpl.dir/module_cap_cpl.F90.o -Scanning dependencies of target fms -[ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/platform/platform.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_parameter.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_core.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -Scanning dependencies of target gfsphysics -[ 2%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/machine.F.o -[ 3%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/co2hc.f.o -[ 3%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_input.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 3%] Building Fortran object FV3/cpl/CMakeFiles/fv3cpl.dir/module_cplfields.F90.o -[ 3%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/cloud_interpolator.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 3%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_io.F90.o -[ 3%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_composition.f.o -[ 4%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/efield.f.o -[ 4%] Building Fortran object CMakeFiles/fms.dir/FMS/random_numbers/MersenneTwister.F90.o -[ 4%] Linking Fortran static library libfv3cpl.a -[ 4%] Built target fv3cpl -[ 5%] Building Fortran object CMakeFiles/fms.dir/FMS/sat_vapor_pres/sat_vapor_pres_k.F90.o -[ 6%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/wam_f107_kp_mod.f90.o -[ 6%] Building Fortran object CMakeFiles/fms.dir/FMS/constants/constants.F90.o -[ 6%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mersenne_twister.f.o -[ 7%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_data.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 7%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/GFDL_parse_tracers.F90.o -[ 7%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp.F90.o -[ 8%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/iounitdef.f.o -[ 8%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/namelist_soilveg.f.o -[ 8%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_wrf_utl.f90.o -[ 8%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/noahmp_tables.f90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 8%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_mp_radar.F90.o -[ 8%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/physcons.F90.o -[ 8%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/date_def.f.o -[ 8%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/aerclm_def.f.o -[ 9%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/progtm_module.f.o -[ 9%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2o_def.f.o -[ 9%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/physparam.f.o -[ 10%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ozne_def.f.o -[ 10%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gfs_phy_tracer_config.F.o -[ 10%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/surface_perturbation.F90.o -[ 10%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_sf_noahmp_glacier.f90.o -[ 11%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_sf_noahmplsm.f90.o -[ 11%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/iccn_def.f.o -[ 12%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/micro_mg_utils.F90.o -[ 12%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gfdl_cloud_microphys.F90.o -[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/tracer_const_h.f.o -[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/funcphys.f90.o -[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_ugwp_initialize.F90.o -[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radlw_param.f.o -[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radsw_param.f.o -[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_astronomy.f.o -[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_surface.f.o -[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_nst_parameters.f90.o -[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/aer_cloud.F.o -[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_mp_thompson_gfs.F90.o -[ 15%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_mp_wsm6_fv3.F90.o -[ 15%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/get_prs_fv3.f90.o -[ 16%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_cice.f.o -[ 16%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_diff.f.o -[ 16%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_ugwp_module.F90.o -[ 16%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_efp.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 16%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_memutils.F90.o -[ 16%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/rascnvv2.f.o -[ 17%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_pset.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 18%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_type.F90.o -[ 19%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/gradient.F90.o -[ 19%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_domains.F90.o -[ 19%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_aerosols.f.o -[ 19%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_bfmicrophysics.f.o -[ 19%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_gases.f.o -[ 20%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radlw_datatb.f.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 21%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radsw_datatb.f.o -[ 21%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_nst_water_prop.f90.o -[ 21%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/wv_saturation.F.o -[ 22%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cs_conv.F90.o -[ 22%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_diag.f.o -[ 23%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_drv.f.o -[ 23%] Built target ww3_nems -[ 23%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_ocean.f.o -[ 24%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_sice.f.o -[ 24%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_typedefs.F90.o -[ 25%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_clouds.f.o -[ 25%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radlw_main.f.o -[ 25%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radsw_main.f.o -[ 25%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_nst_model.f90.o -[ 25%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cldmacro.F.o -[ 26%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cldwat2m_micro.F.o -[ 26%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/micro_mg2_0.F90.o -[ 26%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/micro_mg3_0.F90.o -[ 27%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_radiation_driver.F90.o -[ 27%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_diagnostics.F90.o -[ 27%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_nst.f.o -[ 27%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_restart.F90.o -[ 27%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_physics_driver.F90.o -[ 28%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_comm.F90.o -[ 28%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_io.F90.o -Compiling in MPI mode (with or without MPP) -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 28%] Building Fortran object CMakeFiles/fms.dir/FMS/fms/fms_io.F90.o -[ 28%] Building Fortran object CMakeFiles/fms.dir/FMS/memutils/memutils.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 29%] Building Fortran object CMakeFiles/fms.dir/FMS/fms/fms.F90.o -[ 29%] Building Fortran object CMakeFiles/fms.dir/FMS/time_manager/time_manager.F90.o -[ 30%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bilinear.F90.o -[ 30%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bicubic.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 30%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_conserve.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 30%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_spherical.F90.o -[ 30%] Building Fortran object CMakeFiles/fms.dir/FMS/axis_utils/axis_utils.F90.o -[ 30%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_grid.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 30%] Building Fortran object CMakeFiles/fms.dir/FMS/field_manager/field_manager.F90.o -[ 30%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/mosaic.F90.o -[ 31%] Building Fortran object CMakeFiles/fms.dir/FMS/topography/gaussian_topog.F90.o -[ 31%] Building Fortran object CMakeFiles/fms.dir/FMS/time_manager/get_cal_time.F90.o -[ 31%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp.F90.o -[ 32%] Building Fortran object CMakeFiles/fms.dir/FMS/time_interp/time_interp.F90.o -[ 32%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_data.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 33%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_types.F90.o -[ 34%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_axis.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_manifest.F90.o -[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/xbt_drop_rate_adjust.f90.o -[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/write_ocean_data.F90.o -[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/time_interp/time_interp_external.F90.o -[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/field_manager/fm_util.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_output.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 36%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_util.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 36%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_table.F90.o -[ 36%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_manager.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 36%] Building Fortran object CMakeFiles/fms.dir/FMS/data_override/data_override.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 37%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/coupler_types.F90.o -[ 37%] Building Fortran object CMakeFiles/fms.dir/FMS/exchange/stock_constants.F90.o -[ 37%] Building Fortran object CMakeFiles/fms.dir/FMS/astronomy/astronomy.F90.o -[ 38%] Building Fortran object CMakeFiles/fms.dir/FMS/amip_interp/amip_interp.F90.o -[ 38%] Building Fortran object CMakeFiles/fms.dir/FMS/block_control/block_control.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 39%] Building Fortran object CMakeFiles/fms.dir/FMS/column_diagnostics/column_diagnostics.F90.o -[ 39%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/atmos_ocean_fluxes.F90.o -[ 39%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/ensemble_manager.F90.o -[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters.F90.o -Compiling in MPI mode (with or without MPP) -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/exchange/xgrid.F90.o -[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft.F90.o -[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft99.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/interpolator/interpolator.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/grid.F90.o -[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_utilities.F90.o -[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core.F90.o -[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core_ecda.F90.o -[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/random_numbers/random_numbers.F90.o -[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/sat_vapor_pres/sat_vapor_pres.F90.o -[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/station_data/station_data.F90.o -[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/topography/topography.F90.o -[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/tracer_manager/tracer_manager.F90.o -[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/tridiagonal/tridiagonal.F90.o -[ 42%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/quicksort.F90.o -[ 43%] Building C object CMakeFiles/fms.dir/FMS/memutils/memuse.c.o -[ 43%] Building C object CMakeFiles/fms.dir/FMS/mosaic/create_xgrid.c.o -[ 43%] Building C object CMakeFiles/fms.dir/FMS/mosaic/gradient_c2l.c.o -[ 44%] Building C object CMakeFiles/fms.dir/FMS/mosaic/interp.c.o -[ 44%] Building C object CMakeFiles/fms.dir/FMS/mosaic/mosaic_util.c.o -[ 44%] Building C object CMakeFiles/fms.dir/FMS/mosaic/read_mosaic.c.o -[ 44%] Building C object CMakeFiles/fms.dir/FMS/affinity/affinity.c.o -[ 45%] Building C object CMakeFiles/fms.dir/FMS/mpp/nsclock.c.o -[ 45%] Building C object CMakeFiles/fms.dir/FMS/mpp/threadloc.c.o -[ 45%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_driver.F90.o -[ 46%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_abstraction_layer.F90.o -[ 47%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2oc.f.o -[ 47%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_solar_heating.f.o -[ 47%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_tracer.f.o -[ 48%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ideaca.f.o -[ 48%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfcsub.F.o -[ 48%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ugwp_driver_v0.f.o -[ 48%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cnvc90.f.o -[ 48%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/dcyc2.f.o -[ 48%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/dcyc2.pre.rad.f.o -[ 48%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/get_prs.f.o -[ 48%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gocart_tracer_config_stub.f.o -[ 49%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gscond.f.o -[ 49%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gscondp.f.o -[ 49%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gwdc.f.o -[ 50%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gwdps.f.o -[ 50%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_orowam2017.f.o -[ 50%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2ohdc.f.o -[ 50%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2ophys.f.o -[ 50%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_co2.f.o -[ 50%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_dissipation.f.o -[ 51%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_h2o.f.o -[ 51%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_ion.f.o -[ 51%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_o2_o3.f.o -[ 52%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_phys.f.o -[ 52%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/lrgsclr.f.o -[ 52%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfpbl.f.o -[ 53%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfpblt.f.o -[ 53%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfpbltq.f.o -[ 53%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfscu.f.o -[ 54%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfscuq.f.o -[ 54%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninedmf.f.o -[ 54%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninedmf_hafs.f.o -[ 54%] Linking Fortran static library FMS/libfms.a -[ 54%] Built target fms -[ 55%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninp.f.o -[ 55%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninp1.f.o -[ 55%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninq.f.o -[ 56%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninq1.f.o -[ 56%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninshoc.f.o -[ 56%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mstadb.f.o -[ 57%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mstadbtn.f.o -[ 57%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mstadbtn2.f.o -[ 57%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mstcnv.f.o -[ 58%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ozphys.f.o -[ 58%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ozphys_2015.f.o -[ 58%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/precpd.f.o -[ 59%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/precpd_shoc.f.o -[ 59%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/precpdp.f.o -[ 59%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/progt2.f.o -[ 59%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/rad_initialize.f.o -[ 60%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/rayleigh_damp.f.o -[ 60%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/rayleigh_damp_mesopause.f.o -[ 60%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/samfaerosols.f.o -[ 61%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/samfdeepcnv.f.o -[ 61%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/samfshalcnv.f.o -[ 61%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sascnv.f.o -[ 61%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sascnvn.f.o -[ 62%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/satmedmfvdif.f.o -[ 62%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/satmedmfvdifq.f.o -[ 62%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/set_soilveg.f.o -[ 62%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_noahmp_drv.f.o -[ 62%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sflx.f.o -[ 62%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcnv.f.o -[ 63%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcv.f.o -[ 63%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcv_1lyr.f.o -[ 63%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcv_fixdp.f.o -[ 63%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcv_opr.f.o -[ 63%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/tridi2t3.f.o -[ 63%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/calpreciptype.f90.o -[ 63%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gcm_shoc.f90.o -[ 64%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2ointerp.f90.o -[ 65%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ozinterp.f90.o -[ 65%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/iccninterp.f90.o -[ 65%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/aerinterp.f90.o -[ 66%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/num_parthds.F.o -[ 67%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gcycle.F90.o -[ 68%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_ugwp_utils.F90.o -[ 68%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_ugwp_triggers.F90.o -[ 68%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_ugwp_solvers.F90.o -[ 68%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_vert_lsatdis.F90.o -[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_vert_orodis.F90.o -[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_vert_wmsdis.F90.o -[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/m_micro_driver.F90.o -[ 70%] Linking Fortran static library libgfsphysics.a -[ 70%] Built target gfsphysics -Scanning dependencies of target ipd -[ 70%] Building Fortran object FV3/ipd/CMakeFiles/ipd.dir/IPD_typedefs.F90.o -[ 70%] Building Fortran object FV3/ipd/CMakeFiles/ipd.dir/IPD_driver.F90.o -[ 70%] Linking Fortran static library libipd.a -[ 70%] Built target ipd -Scanning dependencies of target io -[ 70%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_internal_state.F90.o -[ 70%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_fv3_io_def.F90.o -[ 71%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_nemsio.F90.o -[ 71%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_netcdf.F90.o -Scanning dependencies of target fv3core -[ 72%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_arrays.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 73%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/external_sst.F90.o -[ 73%] Building Fortran object FV3/io/CMakeFiles/io.dir/post_gfs.F90.o -[ 74%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_fill.F90.o -[ 74%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/sim_nc_mod.F90.o -[ 74%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/DYCORE_typedefs.F90.o -[ 74%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_mp_mod.F90.o -[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/sorted_index.F90.o -[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_eta.F90.o -[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_timing.F90.o -[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_cmp.F90.o -[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_sg.F90.o -[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_grid_utils.F90.o -[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/boundary.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 75%] Building Fortran object FV3/io/CMakeFiles/io.dir/FV3GFS_io.F90.o -[ 76%] Building Fortran object FV3/io/CMakeFiles/io.dir/ffsync.F90.o -[ 76%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_wrt_grid_comp.F90.o -[ 76%] Building Fortran object FV3/io/CMakeFiles/io.dir/post_nems_routines.F90.o -[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/a2b_edge.F90.o -[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_mapz.F90.o -[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_surf_map.F90.o -[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/tp_core.F90.o -[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_grid_tools.F90.o -[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/init_hydro.F90.o -[ 78%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_treat_da_inc.F90.o -[ 78%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/sw_core.F90.o -[ 79%] Linking Fortran static library libio.a -[ 79%] Built target io -[ 79%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_iau_mod.F90.o -[ 80%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_diagnostics.F90.o -[ 80%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_io.F90.o -[ 80%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/nh_utils.F90.o -[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/nh_core.F90.o -[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_regional_bc.F90.o -[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_nudge.F90.o -[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/fv_nggps_diag.F90.o -[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/test_cases.F90.o -[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_tracer2d.F90.o -[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/dyn_core.F90.o -[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_update_phys.F90.o -[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/external_ic.F90.o -[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_restart.F90.o -[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_control.F90.o -[ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_nesting.F90.o -[ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_dynamics.F90.o -[ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/atmosphere.F90.o -[ 85%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/multi_gases.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 85%] Linking Fortran static library libfv3core.a -[ 85%] Built target fv3core -Scanning dependencies of target stochastic_physics -[ 85%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_resol_def.f.o -[ 86%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/spectral_layout.F90.o -[ 87%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/update_ca.f90.o -[ 87%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_gg_def.f.o -[ 87%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_layout_lag.f.o -[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/glats_stochy.f.o -[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_namelist_def.F90.o -[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/setlats_lag_stochy.f.o -[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/epslon_stochy.f.o -[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/get_lats_node_a_stochy.f.o -[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/get_ls_node_stochy.f.o -[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/gozrineo_stochy.f.o -[ 89%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/pln2eo_stochy.f.o -[ 90%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/setlats_a_stochy.f.o -[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_internal_state_mod.F90.o -[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/dezouv_stochy.f.o -[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/dozeuv_stochy.f.o -[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/four_to_grid_stochy.F.o -[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/compns_stochy.F90.o -[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_patterngenerator.F90.o -[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/sumfln_stochy.f.o -[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/getcon_lag_stochy.f.o -[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/getcon_spectral.F90.o -[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/initialize_spectral_mod.F90.o -[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_data_mod.F90.o -[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/get_stochy_pattern.F90.o -[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochastic_physics.F90.o -[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/plumes.f90.o -[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/num_parthds_stochy.f.o -[ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/cellular_automata.f90.o -[ 95%] Linking Fortran static library libstochastic_physics.a -[ 95%] Built target stochastic_physics -Scanning dependencies of target fv3cap -[ 95%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/module_fv3_config.F90.o -[ 96%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/atmos_model.F90.o -[ 97%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/module_fcst_grid_comp.F90.o -[ 97%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/time_utils.F90.o -[ 97%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/fv3_cap.F90.o -[ 97%] Linking Fortran static library libfv3cap.a -[ 97%] Built target fv3cap -Scanning dependencies of target NEMS.exe -[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_MEDIATOR_methods.F90.o -[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_MEDIATOR_SpaceWeather.F90.o -[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/ENS_Cpl/ENS_CplComp_ESMFMod_STUB.F90.o -[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_EARTH_INTERNAL_STATE.F90.o -[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_UTILS.F90.o -[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_INTERNAL_STATE.F90.o -[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_Rusage.F90.o -[ 98%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_MEDIATOR.F90.o -[ 99%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_EARTH_GRID_COMP.F90.o -[ 99%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_GRID_COMP.F90.o -[100%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/MAIN_NEMS.F90.o -[100%] Building C object CMakeFiles/NEMS.exe.dir/NEMS/src/nems_c_rusage.c.o -[100%] Linking Fortran executable NEMS.exe -/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib/libjasper.a(jas_stream.o): In function `jas_stream_tmpfile': -/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/src/jasper-1.900.29/src/libjasper/base/jas_stream.c:520: warning: the use of `tmpnam' is dangerous, better use `mkstemp' -[100%] Built target NEMS.exe -+ mv NEMS.exe ../fv3_5.exe -+ cp /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3 ../modules.fv3_5 -+ cd .. -+ '[' YES = YES ']' -+ rm -rf build_fv3_5 -+ elapsed=559 -+ echo 'Elapsed time 559 seconds. Compiling REPRO=Y WW3=Y finished' -Elapsed time 559 seconds. Compiling REPRO=Y WW3=Y finished -+ SECONDS=0 -+++ readlink -f /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/compile_cmake.sh -++ dirname /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/compile_cmake.sh -+ readonly MYDIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests -+ MYDIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests -+ readonly ARGC=4 -+ ARGC=4 -+ cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests -+ [[ 4 -eq 0 ]] -+ [[ 4 -lt 2 ]] -+ PATHTR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model -+ MACHINE_ID=wcoss_dell_p3 -+ MAKE_OPT='REPRO=Y 32BIT=Y' -+ BUILD_NAME=fv3_6 -+ clean_before=YES -+ clean_after=YES -+ BUILD_DIR=build_fv3_6 -+ [[ wcoss_dell_p3 == cheyenne.* ]] -+ [[ wcoss_dell_p3 == wcoss_dell_p3 ]] -+ MAKE_THREADS=4 -+ MAKE_THREADS=4 -+ hostname -m72a3 -+ cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests -+ echo 'Compiling REPRO=Y 32BIT=Y into fv3_6.exe on wcoss_dell_p3' -Compiling REPRO=Y 32BIT=Y into fv3_6.exe on wcoss_dell_p3 -+ '[' YES = YES ']' -+ rm -rf build_fv3_6 -+ mkdir -p build_fv3_6 -+ CCPP_CMAKE_FLAGS= -+ [[ REPRO=Y 32BIT=Y == *\D\E\B\U\G\=\Y* ]] -+ [[ REPRO=Y 32BIT=Y == *\R\E\P\R\O\=\Y* ]] -+ CCPP_CMAKE_FLAGS=' -DREPRO=Y' -+ [[ REPRO=Y 32BIT=Y == *\3\2\B\I\T\=\Y* ]] -+ CCPP_CMAKE_FLAGS=' -DREPRO=Y -D32BIT=Y' -+ [[ REPRO=Y 32BIT=Y == *\O\P\E\N\M\P\=\N* ]] -+ [[ REPRO=Y 32BIT=Y == *\C\C\P\P\=\Y* ]] -+ [[ REPRO=Y 32BIT=Y == *\N\A\M\_\p\h\y\s\=\Y* ]] -+ [[ REPRO=Y 32BIT=Y == *\W\W\3\=\Y* ]] -++ trim ' -DREPRO=Y -D32BIT=Y' -++ local 'var= -DREPRO=Y -D32BIT=Y' -++ var='-DREPRO=Y -D32BIT=Y' -++ var='-DREPRO=Y -D32BIT=Y' -++ echo -n '-DREPRO=Y -D32BIT=Y' -+ CCPP_CMAKE_FLAGS='-DREPRO=Y -D32BIT=Y' -+ source /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc -++ __ms_function_name=setup__test_function__91269 -++ eval 'setup__test_function__91269() { /bin/true ; }' -+++ eval '__text="text" ; if [[ $__text =~ ^(t).* ]] ; then printf "%s" ${.sh.match[1]} ; fi' -+++ cat -++ __ms_ksh_test= -+++ eval 'if ( set | grep setup__test_function__91269 | grep -v name > /dev/null 2>&1 ) ; then echo t ; fi ' -+++ cat -++ __ms_bash_test=t -++ [[ ! -z '' ]] -++ [[ ! -z t ]] -++ __ms_shell=bash -++ [[ -d /lfs3 ]] -++ [[ -d /scratch1 ]] -++ [[ -d /gpfs/hps ]] -++ [[ -e /etc/SuSE-release ]] -++ [[ -d /dcom ]] -++ [[ -L /usrx ]] -+++ readlink /usrx -++ [[ /gpfs/dell1/usrx =~ dell ]] -++ eval module help -++ module purge -+++ /usrx/local/prod/lmod/lmod/libexec/lmod bash purge -++ eval unset 'ADVISOR_2018_DIR;' unset 'BACIO_LIB4;' unset 'BACIO_LIB8;' unset 'BACIO_SRC;' unset 'BACIO_VER;' unset 'BINARY_TYPE_HPC;' unset '__LMOD_REF_COUNT_CLASSPATH;' unset 'CLASSPATH;' unset 'CLCK_ROOT;' unset 'CMAKE_CXX_COMPILER;' unset 'CMAKE_C_COMPILER;' unset 'CMAKE_Fortran_COMPILER;' unset 'CMAKE_Platform;' unset 'COMP;' unset '__LMOD_REF_COUNT_CPATH;' unset 'CPATH;' unset '__LMOD_REF_COUNT_CPLUS_INCLUDE_PATH;' unset 'CPLUS_INCLUDE_PATH;' unset 'CRTM_FIX;' unset 'CRTM_INC;' unset 'CRTM_LIB;' unset 'CRTM_SRC;' unset 'CRTM_VER;' unset 'DAALROOT;' unset 'ECF_HOSTFILE;' unset 'ECF_PORT;' unset 'ECF_ROOT;' unset 'ESMFMKFILE;' unset 'G2TMPL_INC;' unset 'G2TMPL_LIB;' unset 'G2TMPL_SRC;' unset 'G2TMPL_VER;' unset 'G2_INC4;' unset 'G2_INCd;' unset 'G2_LIB4;' unset 'G2_LIBd;' unset 'G2_SRC;' unset 'G2_VER;' unset 'GDBSERVER_MIC;' unset 'GDB_CROSS;' unset 'HDF5;' unset 'HDF5_CFLAGS;' unset 'HDF5_CXXFLAGS;' unset 'HDF5_FFLAGS;' unset 'HDF5_INCLUDE;' unset 'HDF5_LDFLAGS;' unset 'HDF5_LDFLAGS_C;' unset 'HDF5_LDFLAGS_CXX;' unset 'HDF5_LDFLAGS_F;' unset '__LMOD_REF_COUNT_INFOPATH;' unset 'INFOPATH;' unset 'INSPECTOR_2018_DIR;' unset 'INTEL_LICENSE_FILE;' unset 'INTEL_PYTHONHOME;' unset 'IPPROOT;' unset 'IP_INC4;' unset 'IP_INC8;' unset 'IP_INCd;' unset 'IP_LIB4;' unset 'IP_LIB8;' unset 'IP_LIBd;' unset 'IP_SRC;' unset 'IP_VER;' unset 'I_MPI_CC;' unset 'I_MPI_CXX;' unset 'I_MPI_EXTRA_FILESYSTEM;' unset 'I_MPI_EXTRA_FILESYSTEM_LIST;' unset 'I_MPI_F77;' unset 'I_MPI_F90;' unset 'I_MPI_FC;' unset 'I_MPI_HYDRA_BOOTSTRAP;' unset 'I_MPI_HYDRA_IFACE;' unset 'I_MPI_LSF_USE_COLLECTIVE_LAUNCH;' unset 'I_MPI_ROOT;' unset 'JASPER_INC;' unset 'JASPER_LIB;' unset 'JASPER_LIBDIR;' unset 'JASPER_SRC;' unset 'JASPER_VER;' unset 'KMP_AFFINITY;' unset '__LMOD_REF_COUNT_LD_LIBRARY_PATH;' unset 'LD_LIBRARY_PATH;' unset '__LMOD_REF_COUNT_LIBRARY_PATH;' unset 'LIBRARY_PATH;' unset 'LIB_NAME;' unset 'LMOD_FAMILY_COMPILER;' unset 'LMOD_FAMILY_COMPILER_VERSION;' unset 'LMOD_FAMILY_CONMPILER;' unset 'LMOD_FAMILY_CONMPILER_VERSION;' unset 'LMOD_FAMILY_MPI;' unset 'LMOD_FAMILY_MPI_VERSION;' unset '__LMOD_REF_COUNT_LOADEDMODULES;' unset 'LOADEDMODULES;' unset 'LSF_BINDIR;' unset 'LSF_ENVDIR;' unset 'LSF_LIBDIR;' unset 'LSF_SERVERDIR;' '__LMOD_REF_COUNT_MANPATH="/usrx/local/prod/lmod/lmod/share/man:1";' export '__LMOD_REF_COUNT_MANPATH;' 'MANPATH="/usrx/local/prod/lmod/lmod/share/man::";' export 'MANPATH;' unset 'MKLROOT;' 'MODULEPATH="/usrx/local/dev/emc_rocoto/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod";' export 'MODULEPATH;' unset 'MPM_LAUNCHER;' unset 'NEMSIO_INC;' unset 'NEMSIO_LIB;' unset 'NEMSIO_SRC;' unset 'NEMSIO_VER;' unset 'NETCDF;' unset 'NETCDF_CFLAGS;' unset 'NETCDF_CXX4FLAGS;' unset 'NETCDF_CXXFLAGS;' unset 'NETCDF_FFLAGS;' unset 'NETCDF_INC;' unset 'NETCDF_INCLUDE;' unset 'NETCDF_LDFLAGS;' unset 'NETCDF_LDFLAGS_C;' unset 'NETCDF_LDFLAGS_CXX;' unset 'NETCDF_LDFLAGS_CXX4;' unset 'NETCDF_LDFLAGS_F;' unset 'NETCDF_LIB;' unset 'NETCDF_ROOT;' unset '__LMOD_REF_COUNT_NLSPATH;' unset 'NLSPATH;' '__LMOD_REF_COUNT_PATH="/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/usr/lpp/mmfs/bin:1;/opt/ibutils/bin:1;/opt/dell/srvadmin/bin:1;/u/Dusan.Jovic/bin:2;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/dbrowse:1;/u/Dusan.Jovic/.local/bin:1";' export '__LMOD_REF_COUNT_PATH;' 'PATH="/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/usr/lpp/mmfs/bin:/opt/ibutils/bin:/opt/dell/srvadmin/bin:/u/Dusan.Jovic/bin:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/dbrowse:/u/Dusan.Jovic/.local/bin";' export 'PATH;' unset 'PKG_CONFIG_PATH;' unset 'PNG_INC;' unset 'PNG_LIB;' unset 'PNG_LIB12;' unset 'PNG_LIBDIR;' unset 'PNG_LIBso;' unset 'PNG_SRC;' unset 'PNG_VER;' unset 'POST_INC;' unset 'POST_LIB;' unset 'POST_SRC;' unset 'POST_VER;' unset 'PSTLROOT;' unset 'PYTHONPATH;' unset '__LMOD_REF_COUNT_QT_PLUGIN_PATH;' unset 'QT_PLUGIN_PATH;' unset 'SP_LIB4;' unset 'SP_LIB8;' unset 'SP_LIBd;' unset 'SP_SRC;' unset 'SP_VER;' unset 'TBBROOT;' unset 'VT_ADD_LIBS;' unset 'VT_ARCH;' unset 'VT_LIB_DIR;' unset 'VT_MPI;' unset 'VT_ROOT;' unset 'VT_SLIB_DIR;' unset 'W3EMC_INC4;' unset 'W3EMC_INC8;' unset 'W3EMC_INCd;' unset 'W3EMC_LIB4;' unset 'W3EMC_LIB8;' unset 'W3EMC_LIBd;' unset 'W3EMC_SRC;' unset 'W3EMC_VER;' unset 'W3NCO_INC4;' unset 'W3NCO_INC8;' unset 'W3NCO_INCd;' unset 'W3NCO_LIB4;' unset 'W3NCO_LIB8;' unset 'W3NCO_LIBd;' unset 'W3NCO_SRC;' unset 'W3NCO_VER;' unset 'XLSF_UIDDIR;' unset 'Z_INC;' unset 'Z_LIB;' unset 'Z_SRC;' unset 'Z_VER;' unset '__LMOD_REF_COUNT__LMFILES_;' unset '_LMFILES_;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii91c3J4L2xvY2FsL2Rldi9lbWNfcm9jb3RvL21vZHVsZWZpbGVzIiwiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvRHVzYW4uSm92aWMvdWZzL3ByMTgvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvd2Nvc3NfZGVsbF9wMyIsIi91c3J4L2xvY2FsL2Rldi9tb2R1bGVmaWxlcyIsIi91c3J4L2xvY2FsL3Byb2QvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQiLCIvdXNyeC9sb2NhbC9w";' export '_ModuleTable001_;' '_ModuleTable002_="cm9kL21vZHVsZWZpbGVzL2RlZnMiLCIvZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb3JlX3Byb2QiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQ6L3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9kZWZzOi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsfQ==";' export '_ModuleTable002_;' '_ModuleTable_Sz_="2";' export '_ModuleTable_Sz_;' unset '_ModuleTable004_;' unset '_ModuleTable005_;' unset '_ModuleTable006_;' unset '_ModuleTable007_;' unset '_ModuleTable008_;' unset '_ModuleTable009_;' unset '_ModuleTable010_;' unset '_ModuleTable011_;' unset '_ModuleTable012_;' unset '_ModuleTable013_;' unset '_ModuleTable014_;' unset '_ModuleTable015_;' unset '_ModuleTable016_;' -+++ unset ADVISOR_2018_DIR -+++ unset BACIO_LIB4 -+++ unset BACIO_LIB8 -+++ unset BACIO_SRC -+++ unset BACIO_VER -+++ unset BINARY_TYPE_HPC -+++ unset __LMOD_REF_COUNT_CLASSPATH -+++ unset CLASSPATH -+++ unset CLCK_ROOT -+++ unset CMAKE_CXX_COMPILER -+++ unset CMAKE_C_COMPILER -+++ unset CMAKE_Fortran_COMPILER -+++ unset CMAKE_Platform -+++ unset COMP -+++ unset __LMOD_REF_COUNT_CPATH -+++ unset CPATH -+++ unset __LMOD_REF_COUNT_CPLUS_INCLUDE_PATH -+++ unset CPLUS_INCLUDE_PATH -+++ unset CRTM_FIX -+++ unset CRTM_INC -+++ unset CRTM_LIB -+++ unset CRTM_SRC -+++ unset CRTM_VER -+++ unset DAALROOT -+++ unset ECF_HOSTFILE -+++ unset ECF_PORT -+++ unset ECF_ROOT -+++ unset ESMFMKFILE -+++ unset G2TMPL_INC -+++ unset G2TMPL_LIB -+++ unset G2TMPL_SRC -+++ unset G2TMPL_VER -+++ unset G2_INC4 -+++ unset G2_INCd -+++ unset G2_LIB4 -+++ unset G2_LIBd -+++ unset G2_SRC -+++ unset G2_VER -+++ unset GDBSERVER_MIC -+++ unset GDB_CROSS -+++ unset HDF5 -+++ unset HDF5_CFLAGS -+++ unset HDF5_CXXFLAGS -+++ unset HDF5_FFLAGS -+++ unset HDF5_INCLUDE -+++ unset HDF5_LDFLAGS -+++ unset HDF5_LDFLAGS_C -+++ unset HDF5_LDFLAGS_CXX -+++ unset HDF5_LDFLAGS_F -+++ unset __LMOD_REF_COUNT_INFOPATH -+++ unset INFOPATH -+++ unset INSPECTOR_2018_DIR -+++ unset INTEL_LICENSE_FILE -+++ unset INTEL_PYTHONHOME -+++ unset IPPROOT -+++ unset IP_INC4 -+++ unset IP_INC8 -+++ unset IP_INCd -+++ unset IP_LIB4 -+++ unset IP_LIB8 -+++ unset IP_LIBd -+++ unset IP_SRC -+++ unset IP_VER -+++ unset I_MPI_CC -+++ unset I_MPI_CXX -+++ unset I_MPI_EXTRA_FILESYSTEM -+++ unset I_MPI_EXTRA_FILESYSTEM_LIST -+++ unset I_MPI_F77 -+++ unset I_MPI_F90 -+++ unset I_MPI_FC -+++ unset I_MPI_HYDRA_BOOTSTRAP -+++ unset I_MPI_HYDRA_IFACE -+++ unset I_MPI_LSF_USE_COLLECTIVE_LAUNCH -+++ unset I_MPI_ROOT -+++ unset JASPER_INC -+++ unset JASPER_LIB -+++ unset JASPER_LIBDIR -+++ unset JASPER_SRC -+++ unset JASPER_VER -+++ unset KMP_AFFINITY -+++ unset __LMOD_REF_COUNT_LD_LIBRARY_PATH -+++ unset LD_LIBRARY_PATH -+++ unset __LMOD_REF_COUNT_LIBRARY_PATH -+++ unset LIBRARY_PATH -+++ unset LIB_NAME -+++ unset LMOD_FAMILY_COMPILER -+++ unset LMOD_FAMILY_COMPILER_VERSION -+++ unset LMOD_FAMILY_CONMPILER -+++ unset LMOD_FAMILY_CONMPILER_VERSION -+++ unset LMOD_FAMILY_MPI -+++ unset LMOD_FAMILY_MPI_VERSION -+++ unset __LMOD_REF_COUNT_LOADEDMODULES -+++ unset LOADEDMODULES -+++ unset LSF_BINDIR -+++ unset LSF_ENVDIR -+++ unset LSF_LIBDIR -+++ unset LSF_SERVERDIR -+++ __LMOD_REF_COUNT_MANPATH=/usrx/local/prod/lmod/lmod/share/man:1 -+++ export __LMOD_REF_COUNT_MANPATH -+++ MANPATH=/usrx/local/prod/lmod/lmod/share/man:: -+++ export MANPATH -+++ unset MKLROOT -+++ MODULEPATH=/usrx/local/dev/emc_rocoto/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod -+++ export MODULEPATH -+++ unset MPM_LAUNCHER -+++ unset NEMSIO_INC -+++ unset NEMSIO_LIB -+++ unset NEMSIO_SRC -+++ unset NEMSIO_VER -+++ unset NETCDF -+++ unset NETCDF_CFLAGS -+++ unset NETCDF_CXX4FLAGS -+++ unset NETCDF_CXXFLAGS -+++ unset NETCDF_FFLAGS -+++ unset NETCDF_INC -+++ unset NETCDF_INCLUDE -+++ unset NETCDF_LDFLAGS -+++ unset NETCDF_LDFLAGS_C -+++ unset NETCDF_LDFLAGS_CXX -+++ unset NETCDF_LDFLAGS_CXX4 -+++ unset NETCDF_LDFLAGS_F -+++ unset NETCDF_LIB -+++ unset NETCDF_ROOT -+++ unset __LMOD_REF_COUNT_NLSPATH -+++ unset NLSPATH -+++ __LMOD_REF_COUNT_PATH='/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/usr/lpp/mmfs/bin:1;/opt/ibutils/bin:1;/opt/dell/srvadmin/bin:1;/u/Dusan.Jovic/bin:2;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/dbrowse:1;/u/Dusan.Jovic/.local/bin:1' -+++ export __LMOD_REF_COUNT_PATH -+++ PATH=/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/usr/lpp/mmfs/bin:/opt/ibutils/bin:/opt/dell/srvadmin/bin:/u/Dusan.Jovic/bin:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/dbrowse:/u/Dusan.Jovic/.local/bin -+++ export PATH -+++ unset PKG_CONFIG_PATH -+++ unset PNG_INC -+++ unset PNG_LIB -+++ unset PNG_LIB12 -+++ unset PNG_LIBDIR -+++ unset PNG_LIBso -+++ unset PNG_SRC -+++ unset PNG_VER -+++ unset POST_INC -+++ unset POST_LIB -+++ unset POST_SRC -+++ unset POST_VER -+++ unset PSTLROOT -+++ unset PYTHONPATH -+++ unset __LMOD_REF_COUNT_QT_PLUGIN_PATH -+++ unset QT_PLUGIN_PATH -+++ unset SP_LIB4 -+++ unset SP_LIB8 -+++ unset SP_LIBd -+++ unset SP_SRC -+++ unset SP_VER -+++ unset TBBROOT -+++ unset VT_ADD_LIBS -+++ unset VT_ARCH -+++ unset VT_LIB_DIR -+++ unset VT_MPI -+++ unset VT_ROOT -+++ unset VT_SLIB_DIR -+++ unset W3EMC_INC4 -+++ unset W3EMC_INC8 -+++ unset W3EMC_INCd -+++ unset W3EMC_LIB4 -+++ unset W3EMC_LIB8 -+++ unset W3EMC_LIBd -+++ unset W3EMC_SRC -+++ unset W3EMC_VER -+++ unset W3NCO_INC4 -+++ unset W3NCO_INC8 -+++ unset W3NCO_INCd -+++ unset W3NCO_LIB4 -+++ unset W3NCO_LIB8 -+++ unset W3NCO_LIBd -+++ unset W3NCO_SRC -+++ unset W3NCO_VER -+++ unset XLSF_UIDDIR -+++ unset Z_INC -+++ unset Z_LIB -+++ unset Z_SRC -+++ unset Z_VER -+++ unset __LMOD_REF_COUNT__LMFILES_ -+++ unset _LMFILES_ -+++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii91c3J4L2xvY2FsL2Rldi9lbWNfcm9jb3RvL21vZHVsZWZpbGVzIiwiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvRHVzYW4uSm92aWMvdWZzL3ByMTgvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvd2Nvc3NfZGVsbF9wMyIsIi91c3J4L2xvY2FsL2Rldi9tb2R1bGVmaWxlcyIsIi91c3J4L2xvY2FsL3Byb2QvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQiLCIvdXNyeC9sb2NhbC9w -+++ export _ModuleTable001_ -+++ _ModuleTable002_=cm9kL21vZHVsZWZpbGVzL2RlZnMiLCIvZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb3JlX3Byb2QiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQ6L3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9kZWZzOi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsfQ== -+++ export _ModuleTable002_ -+++ _ModuleTable_Sz_=2 -+++ export _ModuleTable_Sz_ -+++ unset _ModuleTable004_ -+++ unset _ModuleTable005_ -+++ unset _ModuleTable006_ -+++ unset _ModuleTable007_ -+++ unset _ModuleTable008_ -+++ unset _ModuleTable009_ -+++ unset _ModuleTable010_ -+++ unset _ModuleTable011_ -+++ unset _ModuleTable012_ -+++ unset _ModuleTable013_ -+++ unset _ModuleTable014_ -+++ unset _ModuleTable015_ -+++ unset _ModuleTable016_ -+++ : -s sh -++ eval -++ unset __ms_shell -++ unset __ms_ksh_test -++ unset __ms_bash_test -++ unset setup__test_function__91269 -++ unset __ms_function_name -+ [[ wcoss_dell_p3 == macosx.* ]] -+ [[ wcoss_dell_p3 == linux.* ]] -+ module use /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3 -++ /usrx/local/prod/lmod/lmod/libexec/lmod bash use /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3 -+ eval 'MODULEPATH="/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/dev/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod";' export 'MODULEPATH;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcjE4L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL3djb3NzX2RlbGxfcDMiLCIvdXNyeC9sb2NhbC9kZXYvZW1jX3JvY290by9tb2R1bGVmaWxlcyIsIi91c3J4L2xvY2FsL2Rldi9tb2R1bGVmaWxlcyIsIi91c3J4L2xvY2FsL3Byb2QvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQiLCIvdXNyeC9sb2NhbC9w";' export '_ModuleTable001_;' '_ModuleTable002_="cm9kL21vZHVsZWZpbGVzL2RlZnMiLCIvZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb3JlX3Byb2QiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQ6L3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9kZWZzOi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsfQ==";' export '_ModuleTable002_;' '_ModuleTable_Sz_="2";' export '_ModuleTable_Sz_;' -++ MODULEPATH=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/dev/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod -++ export MODULEPATH -++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcjE4L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL3djb3NzX2RlbGxfcDMiLCIvdXNyeC9sb2NhbC9kZXYvZW1jX3JvY290by9tb2R1bGVmaWxlcyIsIi91c3J4L2xvY2FsL2Rldi9tb2R1bGVmaWxlcyIsIi91c3J4L2xvY2FsL3Byb2QvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQiLCIvdXNyeC9sb2NhbC9w -++ export _ModuleTable001_ -++ _ModuleTable002_=cm9kL21vZHVsZWZpbGVzL2RlZnMiLCIvZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb3JlX3Byb2QiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQ6L3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9kZWZzOi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsfQ== -++ export _ModuleTable002_ -++ _ModuleTable_Sz_=2 -++ export _ModuleTable_Sz_ -++ : -s sh -+ eval -+ module load fv3 -++ /usrx/local/prod/lmod/lmod/libexec/lmod bash load fv3 -+ eval 'ADVISOR_2018_DIR="/usrx/local/prod/intel/2018UP01/advisor_2018";' export 'ADVISOR_2018_DIR;' 'BACIO_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libbacio_v2.0.3_4.a";' export 'BACIO_LIB4;' 'BACIO_LIB8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libbacio_v2.0.3_8.a";' export 'BACIO_LIB8;' 'BACIO_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/bacio_v2.0.3";' export 'BACIO_SRC;' 'BACIO_VER="v2.0.3";' export 'BACIO_VER;' 'BINARY_TYPE_HPC="";' export 'BINARY_TYPE_HPC;' '__LMOD_REF_COUNT_CLASSPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64/mpi.jar:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/daal.jar:1";' export '__LMOD_REF_COUNT_CLASSPATH;' 'CLASSPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64/mpi.jar:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/daal.jar";' export 'CLASSPATH;' 'CLCK_ROOT="/usrx/local/prod/intel/2018UP01/clck_latest";' export 'CLCK_ROOT;' 'CMAKE_CXX_COMPILER="mpiicpc";' export 'CMAKE_CXX_COMPILER;' 'CMAKE_C_COMPILER="mpiicc";' export 'CMAKE_C_COMPILER;' 'CMAKE_Fortran_COMPILER="mpiifort";' export 'CMAKE_Fortran_COMPILER;' 'CMAKE_Platform="wcoss_dell_p3";' export 'CMAKE_Platform;' 'COMP="ips";' export 'COMP;' '__LMOD_REF_COUNT_CPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/pstl/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/include:1";' export '__LMOD_REF_COUNT_CPATH;' 'CPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/pstl/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/include";' export 'CPATH;' '__LMOD_REF_COUNT_CPLUS_INCLUDE_PATH="/usrx/local/prod/intel/2018UP01/clck_latest/include:1";' export '__LMOD_REF_COUNT_CPLUS_INCLUDE_PATH;' 'CPLUS_INCLUDE_PATH="/usrx/local/prod/intel/2018UP01/clck_latest/include";' export 'CPLUS_INCLUDE_PATH;' 'CRTM_FIX="/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/fix";' export 'CRTM_FIX;' 'CRTM_INC="/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/ips/18.0.1/include/crtm_v2.2.6";' export 'CRTM_INC;' 'CRTM_LIB="/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/ips/18.0.1/libcrtm_v2.2.6.a";' export 'CRTM_LIB;' 'CRTM_SRC="/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/src";' export 'CRTM_SRC;' 'CRTM_VER="v2.2.6";' export 'CRTM_VER;' 'DAALROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal";' export 'DAALROOT;' 'ESMFMKFILE="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/lib/esmf.mk";' export 'ESMFMKFILE;' 'G2TMPL_INC="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/g2tmpl_v1.6.0";' export 'G2TMPL_INC;' 'G2TMPL_LIB="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2tmpl_v1.6.0.a";' export 'G2TMPL_LIB;' 'G2TMPL_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/g2tmpl_v1.6.0/src";' export 'G2TMPL_SRC;' 'G2TMPL_VER="v1.6.0";' export 'G2TMPL_VER;' 'G2_INC4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/g2_v3.1.1_4";' export 'G2_INC4;' 'G2_INCd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/g2_v3.1.1_d";' export 'G2_INCd;' 'G2_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2_v3.1.1_4.a";' export 'G2_LIB4;' 'G2_LIBd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2_v3.1.1_d.a";' export 'G2_LIBd;' 'G2_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/g2_v3.1.1";' export 'G2_SRC;' 'G2_VER="v3.1.1";' export 'G2_VER;' 'GDBSERVER_MIC="/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/targets/intel64/x200/bin/gdbserver";' export 'GDBSERVER_MIC;' 'GDB_CROSS="/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/bin/gdb-ia";' export 'GDB_CROSS;' 'HDF5="/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1";' export 'HDF5;' 'HDF5_CFLAGS="-I/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/include";' export 'HDF5_CFLAGS;' 'HDF5_CXXFLAGS="-I/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/include";' export 'HDF5_CXXFLAGS;' 'HDF5_FFLAGS="-I/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/include";' export 'HDF5_FFLAGS;' 'HDF5_INCLUDE="-I/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/include";' export 'HDF5_INCLUDE;' 'HDF5_LDFLAGS="-L/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib' -lhdf5_hl -lhdf5hl_fortran -lhdf5 '-lhdf5_fortran";' export 'HDF5_LDFLAGS;' 'HDF5_LDFLAGS_C="-L/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib' -lhdf5_hl '-lhdf5";' export 'HDF5_LDFLAGS_C;' 'HDF5_LDFLAGS_CXX="-L/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib' -lhdf5_hl -hdf5_hl_cpp -lhdf5 '-lhdf5_cpp";' export 'HDF5_LDFLAGS_CXX;' 'HDF5_LDFLAGS_F="-L/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib' -lhdf5_hl -lhdf5hl_fortran -lhdf5 '-lhdf5_fortran";' export 'HDF5_LDFLAGS_F;' '__LMOD_REF_COUNT_INFOPATH="/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/info:1;info_gdb_igfx:1";' export '__LMOD_REF_COUNT_INFOPATH;' 'INFOPATH="/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/info:info_gdb_igfx";' export 'INFOPATH;' 'INSPECTOR_2018_DIR="/usrx/local/prod/intel/2018UP01/inspector_2018";' export 'INSPECTOR_2018_DIR;' 'INTEL_LICENSE_FILE="/usrx/local/prod/intel/licenses";' export 'INTEL_LICENSE_FILE;' 'INTEL_PYTHONHOME="/usrx/local/prod/intel/2018UP01/debugger_2018/python/intel64";' export 'INTEL_PYTHONHOME;' 'IPPROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp";' export 'IPPROOT;' 'IP_INC4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ip_v3.0.2_4";' export 'IP_INC4;' 'IP_INC8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ip_v3.0.2_8";' export 'IP_INC8;' 'IP_INCd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ip_v3.0.2_d";' export 'IP_INCd;' 'IP_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libip_v3.0.2_4.a";' export 'IP_LIB4;' 'IP_LIB8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libip_v3.0.2_8.a";' export 'IP_LIB8;' 'IP_LIBd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libip_v3.0.2_d.a";' export 'IP_LIBd;' 'IP_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/ip_v3.0.2";' export 'IP_SRC;' 'IP_VER="v3.0.2";' export 'IP_VER;' 'I_MPI_CC="icc";' export 'I_MPI_CC;' 'I_MPI_CXX="icpc";' export 'I_MPI_CXX;' 'I_MPI_EXTRA_FILESYSTEM="yes";' export 'I_MPI_EXTRA_FILESYSTEM;' 'I_MPI_EXTRA_FILESYSTEM_LIST="gpfs";' export 'I_MPI_EXTRA_FILESYSTEM_LIST;' 'I_MPI_F77="ifort";' export 'I_MPI_F77;' 'I_MPI_F90="ifort";' export 'I_MPI_F90;' 'I_MPI_FC="ifort";' export 'I_MPI_FC;' 'I_MPI_HYDRA_BOOTSTRAP="lsf";' export 'I_MPI_HYDRA_BOOTSTRAP;' 'I_MPI_HYDRA_IFACE="ib0";' export 'I_MPI_HYDRA_IFACE;' 'I_MPI_LSF_USE_COLLECTIVE_LAUNCH="1";' export 'I_MPI_LSF_USE_COLLECTIVE_LAUNCH;' 'I_MPI_ROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi";' export 'I_MPI_ROOT;' 'JASPER_INC="/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/include";' export 'JASPER_INC;' 'JASPER_LIB="/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib/libjasper.a";' export 'JASPER_LIB;' 'JASPER_LIBDIR="/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib";' export 'JASPER_LIBDIR;' 'JASPER_SRC="/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/src/jasper-1.900.29";' export 'JASPER_SRC;' 'JASPER_VER="1.900.29";' export 'JASPER_VER;' 'KMP_AFFINITY="scatter";' export 'KMP_AFFINITY;' unset 'LAUNCH;' '__LMOD_REF_COUNT_LD_LIBRARY_PATH="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/lib:1;/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib:1;/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib:1;/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib:1;/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:1;/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib:1;/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib:1;/usrx/local/prod/intel/2018UP01/itac_latest/slib:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:1;/usrx/local/prod/intel/2018UP01/debugger_2018/iga/lib:1;/usrx/local/prod/intel/2018UP01/debugger_2018/libipt/intel64/lib:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4:1";' export '__LMOD_REF_COUNT_LD_LIBRARY_PATH;' 'LD_LIBRARY_PATH="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/lib:/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib:/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib:/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib:/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib:/usrx/local/prod/intel/2018UP01/itac_latest/slib:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:/usrx/local/prod/intel/2018UP01/debugger_2018/iga/lib:/usrx/local/prod/intel/2018UP01/debugger_2018/libipt/intel64/lib:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4";' export 'LD_LIBRARY_PATH;' '__LMOD_REF_COUNT_LIBRARY_PATH="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:1;/usrx/local/prod/intel/2018UP01/clck_latest/lib/intel64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4:1";' export '__LMOD_REF_COUNT_LIBRARY_PATH;' 'LIBRARY_PATH="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:/usrx/local/prod/intel/2018UP01/clck_latest/lib/intel64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4";' export 'LIBRARY_PATH;' 'LIB_NAME="POST";' export 'LIB_NAME;' 'LMOD_FAMILY_COMPILER="ips";' export 'LMOD_FAMILY_COMPILER;' 'LMOD_FAMILY_COMPILER_VERSION="18.0.1.163";' export 'LMOD_FAMILY_COMPILER_VERSION;' 'LMOD_FAMILY_CONMPILER="HDF5-serial";' export 'LMOD_FAMILY_CONMPILER;' 'LMOD_FAMILY_CONMPILER_VERSION="1.10.1";' export 'LMOD_FAMILY_CONMPILER_VERSION;' 'LMOD_FAMILY_MPI="impi";' export 'LMOD_FAMILY_MPI;' 'LMOD_FAMILY_MPI_VERSION="18.0.1";' export 'LMOD_FAMILY_MPI_VERSION;' '__LMOD_REF_COUNT_LOADEDMODULES="ips/18.0.1.163:1;impi/18.0.1:1;NetCDF/4.5.0:1;HDF5-serial/1.10.1:1;lsf/10.1:1;bacio/2.0.3:1;ip/3.0.2:1;sp/2.0.3:1;w3nco/2.0.7:1;w3emc/2.3.1:1;nemsio/2.2.4:1;g2/3.1.1:1;g2tmpl/1.6.0:1;crtm/2.2.6:1;jasper/1.900.29:1;libpng/1.2.59:1;zlib/1.2.11:1;post/8.0.1:1;esmf/8.0.0:1;cmake/3.10.0:1;fv3:1";' export '__LMOD_REF_COUNT_LOADEDMODULES;' 'LOADEDMODULES="ips/18.0.1.163:impi/18.0.1:NetCDF/4.5.0:HDF5-serial/1.10.1:lsf/10.1:bacio/2.0.3:ip/3.0.2:sp/2.0.3:w3nco/2.0.7:w3emc/2.3.1:nemsio/2.2.4:g2/3.1.1:g2tmpl/1.6.0:crtm/2.2.6:jasper/1.900.29:libpng/1.2.59:zlib/1.2.11:post/8.0.1:esmf/8.0.0:cmake/3.10.0:fv3";' export 'LOADEDMODULES;' 'LSF_BINDIR="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin";' export 'LSF_BINDIR;' 'LSF_ENVDIR="/gpfs/lsf/conf";' export 'LSF_ENVDIR;' 'LSF_LIBDIR="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib";' export 'LSF_LIBDIR;' 'LSF_SERVERDIR="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc";' export 'LSF_SERVERDIR;' '__LMOD_REF_COUNT_MANPATH="/usrx/local/dev/packages/cmake/3.10.0/share/man:1;/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/share/man:1;/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/share/man:1;/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/man:1;/gpfs/lsf/10.1/man:1;/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/share/man:1;/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/share/man:1;/usrx/local/prod/intel/2018UP01/itac_latest/man:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/man/common:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/man:1;/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/man:1;/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-igfx/man:1;/usrx/local/prod/lmod/lmod/share/man:1;/usrx/local/prod/intel/2018UP01/inspector_2018/man:1;/usrx/local/prod/intel/2018UP01/advisor_2018/man:1";' export '__LMOD_REF_COUNT_MANPATH;' 'MANPATH="/usrx/local/dev/packages/cmake/3.10.0/share/man:/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/share/man:/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/share/man:/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/man:/gpfs/lsf/10.1/man:/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/share/man:/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/share/man:/usrx/local/prod/intel/2018UP01/itac_latest/man:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/man/common:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/man:/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/man:/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-igfx/man:/usrx/local/prod/lmod/lmod/share/man::/usrx/local/prod/intel/2018UP01/inspector_2018/man:/usrx/local/prod/intel/2018UP01/advisor_2018/man";' export 'MANPATH;' 'MKLROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl";' export 'MKLROOT;' 'MODULEPATH="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/dev/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1:/usrx/local/prod/modulefiles/mpi_third/ips/18.0.1/impi/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/mpi_prod/ips/18.0.1/impi/18.0.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles";' export 'MODULEPATH;' 'MPM_LAUNCHER="/usrx/local/prod/intel/2018UP01/debugger_2018/mpm/mic/bin/start_mpm.sh";' export 'MPM_LAUNCHER;' 'NEMSIO_INC="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/nemsio_v2.2.4";' export 'NEMSIO_INC;' 'NEMSIO_LIB="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libnemsio_v2.2.4.a";' export 'NEMSIO_LIB;' 'NEMSIO_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/nemsio_v2.2.4";' export 'NEMSIO_SRC;' 'NEMSIO_VER="v2.2.4";' export 'NEMSIO_VER;' 'NETCDF="/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0";' export 'NETCDF;' 'NETCDF_CFLAGS="-I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include";' export 'NETCDF_CFLAGS;' 'NETCDF_CXX4FLAGS="-I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include";' export 'NETCDF_CXX4FLAGS;' 'NETCDF_CXXFLAGS="-I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include";' export 'NETCDF_CXXFLAGS;' 'NETCDF_FFLAGS="-I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include";' export 'NETCDF_FFLAGS;' 'NETCDF_INC="/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include";' export 'NETCDF_INC;' 'NETCDF_INCLUDE="-I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include";' export 'NETCDF_INCLUDE;' 'NETCDF_LDFLAGS="-L/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib' '-lnetcdff";' export 'NETCDF_LDFLAGS;' 'NETCDF_LDFLAGS_C="-L/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib' '-lnetcdf";' export 'NETCDF_LDFLAGS_C;' 'NETCDF_LDFLAGS_CXX="-L/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib' -lnetcdf '-lnetcdf_c++";' export 'NETCDF_LDFLAGS_CXX;' 'NETCDF_LDFLAGS_CXX4="-L/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib' -lnetcdf '-lnetcdf_c++4";' export 'NETCDF_LDFLAGS_CXX4;' 'NETCDF_LDFLAGS_F="-L/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib' '-lnetcdff";' export 'NETCDF_LDFLAGS_F;' 'NETCDF_LIB="/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib";' export 'NETCDF_LIB;' 'NETCDF_ROOT="/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0";' export 'NETCDF_ROOT;' '__LMOD_REF_COUNT_NLSPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin/locale/%l_%t/%N:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin/locale/%l_%t/%N:1;/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/share/locale/%l_%t/%N:1";' export '__LMOD_REF_COUNT_NLSPATH;' 'NLSPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin/locale/%l_%t/%N:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin/locale/%l_%t/%N::/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/share/locale/%l_%t/%N";' export 'NLSPATH;' '__LMOD_REF_COUNT_PATH="/usrx/local/dev/packages/cmake/3.10.0/bin:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/bin:1;/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/bin:1;/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/bin:1;/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc:1;/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin:1;/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1:1;/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/bin:1;/usrx/local/prod/intel/2018UP01/advisor_2018/bin64:1;/usrx/local/prod/intel/2018UP01/vtune_amplifier_2018/bin64:1;/usrx/local/prod/intel/2018UP01/inspector_2018/bin64:1;/usrx/local/prod/intel/2018UP01/itac_latest/bin:1;/usrx/local/prod/intel/2018UP01/clck_latest/bin/intel64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/bin/intel64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64:1;/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/targets/intel64/x200/bin:1;/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/bin:1;/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/usr/lpp/mmfs/bin:1;/opt/ibutils/bin:1;/opt/dell/srvadmin/bin:1;/u/Dusan.Jovic/bin:2;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/dbrowse:1;/u/Dusan.Jovic/.local/bin:1;/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/include:1";' export '__LMOD_REF_COUNT_PATH;' 'PATH="/usrx/local/dev/packages/cmake/3.10.0/bin:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/bin:/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/bin:/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/bin:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin:/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1:/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/bin:/usrx/local/prod/intel/2018UP01/advisor_2018/bin64:/usrx/local/prod/intel/2018UP01/vtune_amplifier_2018/bin64:/usrx/local/prod/intel/2018UP01/inspector_2018/bin64:/usrx/local/prod/intel/2018UP01/itac_latest/bin:/usrx/local/prod/intel/2018UP01/clck_latest/bin/intel64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/bin/intel64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64:/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/targets/intel64/x200/bin:/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/usr/lpp/mmfs/bin:/opt/ibutils/bin:/opt/dell/srvadmin/bin:/u/Dusan.Jovic/bin:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/dbrowse:/u/Dusan.Jovic/.local/bin:/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/include";' export 'PATH;' 'PKG_CONFIG_PATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/bin/pkgconfig";' export 'PKG_CONFIG_PATH;' 'PNG_INC="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/include";' export 'PNG_INC;' 'PNG_LIB="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng.a";' export 'PNG_LIB;' 'PNG_LIB12="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng12.a";' export 'PNG_LIB12;' 'PNG_LIBDIR="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib";' export 'PNG_LIBDIR;' 'PNG_LIBso="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng.so";' export 'PNG_LIBso;' 'PNG_SRC="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/src/libpng-1.2.59";' export 'PNG_SRC;' 'PNG_VER="1.2.59";' export 'PNG_VER;' 'POST_INC="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ncep_post_v8.0.1_4";' export 'POST_INC;' 'POST_LIB="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libncep_post_v8.0.1_4.a";' export 'POST_LIB;' 'POST_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/post_v8.0.1";' export 'POST_SRC;' 'POST_VER="v8.0.1";' export 'POST_VER;' 'PSTLROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/pstl";' export 'PSTLROOT;' 'PYTHONPATH="/usrx/local/prod/intel/2018UP01/advisor_2018/pythonapi";' export 'PYTHONPATH;' 'SP_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_4.a";' export 'SP_LIB4;' 'SP_LIB8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_8.a";' export 'SP_LIB8;' 'SP_LIBd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_d.a";' export 'SP_LIBd;' 'SP_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/sp_v2.0.3";' export 'SP_SRC;' 'SP_VER="v2.0.3";' export 'SP_VER;' 'TBBROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb";' export 'TBBROOT;' 'VT_ADD_LIBS="-ldwarf' -lelf -lvtunwind -lm '-lpthread";' export 'VT_ADD_LIBS;' 'VT_ARCH="intel64";' export 'VT_ARCH;' 'VT_LIB_DIR="/usrx/local/prod/intel/2018UP01/itac_latest/lib";' export 'VT_LIB_DIR;' 'VT_MPI="impi4";' export 'VT_MPI;' 'VT_ROOT="/usrx/local/prod/intel/2018UP01/itac_latest";' export 'VT_ROOT;' 'VT_SLIB_DIR="/usrx/local/prod/intel/2018UP01/itac_latest/slib";' export 'VT_SLIB_DIR;' 'W3EMC_INC4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3emc_v2.3.1_4";' export 'W3EMC_INC4;' 'W3EMC_INC8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3emc_v2.3.1_8";' export 'W3EMC_INC8;' 'W3EMC_INCd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3emc_v2.3.1_d";' export 'W3EMC_INCd;' 'W3EMC_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_4.a";' export 'W3EMC_LIB4;' 'W3EMC_LIB8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_8.a";' export 'W3EMC_LIB8;' 'W3EMC_LIBd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_d.a";' export 'W3EMC_LIBd;' 'W3EMC_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/w3emc_v2.3.1";' export 'W3EMC_SRC;' 'W3EMC_VER="v2.3.1";' export 'W3EMC_VER;' 'W3NCO_INC4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3nco_v2.0.7_4";' export 'W3NCO_INC4;' 'W3NCO_INC8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3nco_v2.0.7_8";' export 'W3NCO_INC8;' 'W3NCO_INCd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3nco_v2.0.7_d";' export 'W3NCO_INCd;' 'W3NCO_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_4.a";' export 'W3NCO_LIB4;' 'W3NCO_LIB8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_8.a";' export 'W3NCO_LIB8;' 'W3NCO_LIBd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_d.a";' export 'W3NCO_LIBd;' 'W3NCO_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/w3nco_v2.0.7";' export 'W3NCO_SRC;' 'W3NCO_VER="v2.0.7";' export 'W3NCO_VER;' 'XLSF_UIDDIR="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib/uid";' export 'XLSF_UIDDIR;' 'Z_INC="/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/include";' export 'Z_INC;' 'Z_LIB="/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib/libz.a";' export 'Z_LIB;' 'Z_SRC="/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/src";' export 'Z_SRC;' 'Z_VER="1.2.11";' export 'Z_VER;' '__LMOD_REF_COUNT__LMFILES_="/usrx/local/prod/modulefiles/core_third/ips/18.0.1.163:1;/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1/impi/18.0.1.lua:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/NetCDF/4.5.0:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/HDF5-serial/1.10.1:1;/usrx/local/prod/modulefiles/core_third/lsf/10.1:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/bacio/2.0.3:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/ip/3.0.2:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/sp/2.0.3:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3nco/2.0.7:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3emc/2.3.1:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/nemsio/2.2.4:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2/3.1.1:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2tmpl/1.6.0:1;/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/crtm/2.2.6:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/jasper/1.900.29:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/libpng/1.2.59:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/zlib/1.2.11:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/post/8.0.1:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/esmf/8.0.0:1;/usrx/local/dev/modulefiles/cmake/3.10.0:1;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3:1";' export '__LMOD_REF_COUNT__LMFILES_;' '_LMFILES_="/usrx/local/prod/modulefiles/core_third/ips/18.0.1.163:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1/impi/18.0.1.lua:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/NetCDF/4.5.0:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/HDF5-serial/1.10.1:/usrx/local/prod/modulefiles/core_third/lsf/10.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/bacio/2.0.3:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/ip/3.0.2:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/sp/2.0.3:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3nco/2.0.7:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3emc/2.3.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/nemsio/2.2.4:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2/3.1.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2tmpl/1.6.0:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/crtm/2.2.6:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/jasper/1.900.29:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/libpng/1.2.59:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/zlib/1.2.11:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/post/8.0.1:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/esmf/8.0.0:/usrx/local/dev/modulefiles/cmake/3.10.0:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3";' export '_LMFILES_;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImlwcyIsWyJjb25tcGlsZXIiXT0iSERGNS1zZXJpYWwiLFsibXBpIl09ImltcGkiLH0sbVQ9e1siSERGNS1zZXJpYWwiXT17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvSERGNS1zZXJpYWwvMS4xMC4xIixbImZ1bGxOYW1lIl09IkhERjUtc2VyaWFsLzEuMTAuMSIsWyJsb2FkT3JkZXIiXT00LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09IkhERjUtc2VyaWFs";' export '_ModuleTable001_;' '_ModuleTable002_="LzEuMTAuMSIsfSxOZXRDREY9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xL05ldENERi80LjUuMCIsWyJmdWxsTmFtZSJdPSJOZXRDREYvNC41LjAiLFsibG9hZE9yZGVyIl09Myxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJOZXRDREYvNC41LjAiLH0sYmFjaW89e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2JhY2lvLzIuMC4zIixbImZ1bGxOYW1lIl09ImJhY2lvLzIuMC4zIixbImxvYWRPcmRlciJdPTYscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNl";' export '_ModuleTable002_;' '_ModuleTable003_="ck5hbWUiXT0iYmFjaW8vMi4wLjMiLH0sY21ha2U9e1siZm4iXT0iL3VzcngvbG9jYWwvZGV2L21vZHVsZWZpbGVzL2NtYWtlLzMuMTAuMCIsWyJmdWxsTmFtZSJdPSJjbWFrZS8zLjEwLjAiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY21ha2UvMy4xMC4wIix9LGNydG09e1siZm4iXT0iL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfcHJvZC9pcHMvMTguMC4xL2NydG0vMi4yLjYiLFsiZnVsbE5hbWUiXT0iY3J0bS8yLjIuNiIsWyJsb2FkT3JkZXIiXT0xNCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1";' export '_ModuleTable003_;' '_ModuleTable004_="c2VyTmFtZSJdPSJjcnRtLzIuMi42Iix9LGVzbWY9e1siZm4iXT0iL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcjE4L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL3djb3NzX2RlbGxfcDMvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT0yMSxw";' export '_ModuleTable004_;' '_ModuleTable005_="cm9wVD17fSxbInN0YWNrRGVwdGgiXT0wLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZzI9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2cyLzMuMS4xIixbImZ1bGxOYW1lIl09ImcyLzMuMS4xIixbImxvYWRPcmRlciJdPTEyLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcyLzMuMS4xIix9LGcydG1wbD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzJ0bXBsLzEuNi4wIixbImZ1bGxOYW1lIl09ImcydG1wbC8xLjYuMCIsWyJsb2FkT3JkZXIiXT0xMyxwcm9wVD17fSxbInN0YWNr";' export '_ModuleTable005_;' '_ModuleTable006_="RGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMnRtcGwvMS42LjAiLH0saW1waT17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX21waS9pcHMvMTguMC4xL2ltcGkvMTguMC4xLmx1YSIsWyJmdWxsTmFtZSJdPSJpbXBpLzE4LjAuMSIsWyJsb2FkT3JkZXIiXT0yLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImltcGkvMTguMC4xIix9LGlwPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9pcC8zLjAuMiIsWyJmdWxsTmFtZSJdPSJpcC8zLjAuMiIsWyJsb2FkT3JkZXIiXT03LHByb3BUPXt9LFsic3Rh";' export '_ModuleTable006_;' '_ModuleTable007_="Y2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImlwLzMuMC4yIix9LGlwcz17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQvaXBzLzE4LjAuMS4xNjMiLFsiZnVsbE5hbWUiXT0iaXBzLzE4LjAuMS4xNjMiLFsibG9hZE9yZGVyIl09MSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJpcHMvMTguMC4xLjE2MyIsfSxqYXNwZXI9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xL2phc3Blci8xLjkwMC4yOSIsWyJmdWxsTmFtZSJdPSJqYXNwZXIvMS45MDAuMjkiLFsibG9hZE9yZGVyIl09";' export '_ModuleTable007_;' '_ModuleTable008_="MTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iamFzcGVyLzEuOTAwLjI5Iix9LGxpYnBuZz17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvbGlicG5nLzEuMi41OSIsWyJmdWxsTmFtZSJdPSJsaWJwbmcvMS4yLjU5IixbImxvYWRPcmRlciJdPTE2LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImxpYnBuZy8xLjIuNTkiLH0sbHNmPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZC9sc2YvMTAuMSIsWyJmdWxsTmFtZSJdPSJsc2YvMTAuMSIsWyJsb2Fk";' export '_ModuleTable008_;' '_ModuleTable009_="T3JkZXIiXT01LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImxzZi8xMC4xIix9LG5lbXNpbz17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvbmVtc2lvLzIuMi40IixbImZ1bGxOYW1lIl09Im5lbXNpby8yLjIuNCIsWyJsb2FkT3JkZXIiXT0xMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZW1zaW8vMi4yLjQiLH0scG9zdD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvcG9zdC84LjAuMSIsWyJmdWxsTmFtZSJdPSJwb3N0LzguMC4xIixbImxvYWRP";' export '_ModuleTable009_;' '_ModuleTable010_="cmRlciJdPTE4LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InBvc3QvOC4wLjEiLH0sc3A9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL3NwLzIuMC4zIixbImZ1bGxOYW1lIl09InNwLzIuMC4zIixbImxvYWRPcmRlciJdPTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ic3AvMi4wLjMiLH0sdzNlbWM9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL3czZW1jLzIuMy4xIixbImZ1bGxOYW1lIl09InczZW1jLzIuMy4xIixbImxvYWRPcmRlciJdPTEwLHBy";' export '_ModuleTable010_;' '_ModuleTable011_="b3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczZW1jLzIuMy4xIix9LHczbmNvPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy93M25jby8yLjAuNyIsWyJmdWxsTmFtZSJdPSJ3M25jby8yLjAuNyIsWyJsb2FkT3JkZXIiXT05LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHpsaWI9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xL3psaWIvMS4yLjExIixbImZ1bGxOYW1lIl09InpsaWIvMS4yLjExIixbImxvYWRPcmRl";' export '_ModuleTable011_;' '_ModuleTable012_="ciJdPTE3LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InpsaWIvMS4yLjExIix9LH0sbXBhdGhBPXsiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMiLCIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9EdXNhbi5Kb3ZpYy91ZnMvcHIxOC91ZnMtd2VhdGhlci1tb2RlbC9tb2R1bGVmaWxlcy93Y29zc19kZWxsX3AzIiwiL3VzcngvbG9jYWwvZGV2L2VtY19yb2NvdG8vbW9kdWxlZmlsZXMiLCIvdXNyeC9sb2NhbC9kZXYvbW9kdWxlZmlsZXMiLCIvdXNyeC9sb2NhbC9wcm9kL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlIiwiL3VzcngvbG9j";' export '_ModuleTable012_;' '_ModuleTable013_="YWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9kZWZzIiwiL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29yZV9wcm9kIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xIiwiL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfcHJvZC9pcHMvMTguMC4xIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl9tcGkvaXBzLzE4LjAuMSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvbXBpX3RoaXJkL2lwcy8xOC4wLjEvaW1waS8xOC4wLjEiLCIvZ3Bmcy9kZWxsMS9uY28vb3BzL253";' export '_ModuleTable013_;' '_ModuleTable014_="cHJvZC9tb2R1bGVmaWxlcy9tcGlfcHJvZC9pcHMvMTguMC4xL2ltcGkvMTguMC4xIiwiL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzIix9LFsic3lzdGVtQmFzZU1QQVRIIl09Ii91c3J4L2xvY2FsL3Byb2QvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmU6L3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkOi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvZGVmczovZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb3JlX3Byb2QiLH0=";' export '_ModuleTable014_;' '_ModuleTable_Sz_="14";' export '_ModuleTable_Sz_;' -++ ADVISOR_2018_DIR=/usrx/local/prod/intel/2018UP01/advisor_2018 -++ export ADVISOR_2018_DIR -++ BACIO_LIB4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libbacio_v2.0.3_4.a -++ export BACIO_LIB4 -++ BACIO_LIB8=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libbacio_v2.0.3_8.a -++ export BACIO_LIB8 -++ BACIO_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/bacio_v2.0.3 -++ export BACIO_SRC -++ BACIO_VER=v2.0.3 -++ export BACIO_VER -++ BINARY_TYPE_HPC= -++ export BINARY_TYPE_HPC -++ __LMOD_REF_COUNT_CLASSPATH='/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64/mpi.jar:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/daal.jar:1' -++ export __LMOD_REF_COUNT_CLASSPATH -++ CLASSPATH=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64/mpi.jar:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/daal.jar -++ export CLASSPATH -++ CLCK_ROOT=/usrx/local/prod/intel/2018UP01/clck_latest -++ export CLCK_ROOT -++ CMAKE_CXX_COMPILER=mpiicpc -++ export CMAKE_CXX_COMPILER -++ CMAKE_C_COMPILER=mpiicc -++ export CMAKE_C_COMPILER -++ CMAKE_Fortran_COMPILER=mpiifort -++ export CMAKE_Fortran_COMPILER -++ CMAKE_Platform=wcoss_dell_p3 -++ export CMAKE_Platform -++ COMP=ips -++ export COMP -++ __LMOD_REF_COUNT_CPATH='/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/pstl/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/include:1' -++ export __LMOD_REF_COUNT_CPATH -++ CPATH=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/pstl/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/include -++ export CPATH -++ __LMOD_REF_COUNT_CPLUS_INCLUDE_PATH=/usrx/local/prod/intel/2018UP01/clck_latest/include:1 -++ export __LMOD_REF_COUNT_CPLUS_INCLUDE_PATH -++ CPLUS_INCLUDE_PATH=/usrx/local/prod/intel/2018UP01/clck_latest/include -++ export CPLUS_INCLUDE_PATH -++ CRTM_FIX=/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/fix -++ export CRTM_FIX -++ CRTM_INC=/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/ips/18.0.1/include/crtm_v2.2.6 -++ export CRTM_INC -++ CRTM_LIB=/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/ips/18.0.1/libcrtm_v2.2.6.a -++ export CRTM_LIB -++ CRTM_SRC=/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/src -++ export CRTM_SRC -++ CRTM_VER=v2.2.6 -++ export CRTM_VER -++ DAALROOT=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal -++ export DAALROOT -++ ESMFMKFILE=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/lib/esmf.mk -++ export ESMFMKFILE -++ G2TMPL_INC=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/g2tmpl_v1.6.0 -++ export G2TMPL_INC -++ G2TMPL_LIB=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2tmpl_v1.6.0.a -++ export G2TMPL_LIB -++ G2TMPL_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/g2tmpl_v1.6.0/src -++ export G2TMPL_SRC -++ G2TMPL_VER=v1.6.0 -++ export G2TMPL_VER -++ G2_INC4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/g2_v3.1.1_4 -++ export G2_INC4 -++ G2_INCd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/g2_v3.1.1_d -++ export G2_INCd -++ G2_LIB4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2_v3.1.1_4.a -++ export G2_LIB4 -++ G2_LIBd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2_v3.1.1_d.a -++ export G2_LIBd -++ G2_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/g2_v3.1.1 -++ export G2_SRC -++ G2_VER=v3.1.1 -++ export G2_VER -++ GDBSERVER_MIC=/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/targets/intel64/x200/bin/gdbserver -++ export GDBSERVER_MIC -++ GDB_CROSS=/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/bin/gdb-ia -++ export GDB_CROSS -++ HDF5=/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1 -++ export HDF5 -++ HDF5_CFLAGS=-I/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/include -++ export HDF5_CFLAGS -++ HDF5_CXXFLAGS=-I/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/include -++ export HDF5_CXXFLAGS -++ HDF5_FFLAGS=-I/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/include -++ export HDF5_FFLAGS -++ HDF5_INCLUDE=-I/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/include -++ export HDF5_INCLUDE -++ HDF5_LDFLAGS='-L/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib -lhdf5_hl -lhdf5hl_fortran -lhdf5 -lhdf5_fortran' -++ export HDF5_LDFLAGS -++ HDF5_LDFLAGS_C='-L/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib -lhdf5_hl -lhdf5' -++ export HDF5_LDFLAGS_C -++ HDF5_LDFLAGS_CXX='-L/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib -lhdf5_hl -hdf5_hl_cpp -lhdf5 -lhdf5_cpp' -++ export HDF5_LDFLAGS_CXX -++ HDF5_LDFLAGS_F='-L/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib -lhdf5_hl -lhdf5hl_fortran -lhdf5 -lhdf5_fortran' -++ export HDF5_LDFLAGS_F -++ __LMOD_REF_COUNT_INFOPATH='/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/info:1;info_gdb_igfx:1' -++ export __LMOD_REF_COUNT_INFOPATH -++ INFOPATH=/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/info:info_gdb_igfx -++ export INFOPATH -++ INSPECTOR_2018_DIR=/usrx/local/prod/intel/2018UP01/inspector_2018 -++ export INSPECTOR_2018_DIR -++ INTEL_LICENSE_FILE=/usrx/local/prod/intel/licenses -++ export INTEL_LICENSE_FILE -++ INTEL_PYTHONHOME=/usrx/local/prod/intel/2018UP01/debugger_2018/python/intel64 -++ export INTEL_PYTHONHOME -++ IPPROOT=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp -++ export IPPROOT -++ IP_INC4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ip_v3.0.2_4 -++ export IP_INC4 -++ IP_INC8=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ip_v3.0.2_8 -++ export IP_INC8 -++ IP_INCd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ip_v3.0.2_d -++ export IP_INCd -++ IP_LIB4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libip_v3.0.2_4.a -++ export IP_LIB4 -++ IP_LIB8=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libip_v3.0.2_8.a -++ export IP_LIB8 -++ IP_LIBd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libip_v3.0.2_d.a -++ export IP_LIBd -++ IP_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/ip_v3.0.2 -++ export IP_SRC -++ IP_VER=v3.0.2 -++ export IP_VER -++ I_MPI_CC=icc -++ export I_MPI_CC -++ I_MPI_CXX=icpc -++ export I_MPI_CXX -++ I_MPI_EXTRA_FILESYSTEM=yes -++ export I_MPI_EXTRA_FILESYSTEM -++ I_MPI_EXTRA_FILESYSTEM_LIST=gpfs -++ export I_MPI_EXTRA_FILESYSTEM_LIST -++ I_MPI_F77=ifort -++ export I_MPI_F77 -++ I_MPI_F90=ifort -++ export I_MPI_F90 -++ I_MPI_FC=ifort -++ export I_MPI_FC -++ I_MPI_HYDRA_BOOTSTRAP=lsf -++ export I_MPI_HYDRA_BOOTSTRAP -++ I_MPI_HYDRA_IFACE=ib0 -++ export I_MPI_HYDRA_IFACE -++ I_MPI_LSF_USE_COLLECTIVE_LAUNCH=1 -++ export I_MPI_LSF_USE_COLLECTIVE_LAUNCH -++ I_MPI_ROOT=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi -++ export I_MPI_ROOT -++ JASPER_INC=/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/include -++ export JASPER_INC -++ JASPER_LIB=/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib/libjasper.a -++ export JASPER_LIB -++ JASPER_LIBDIR=/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib -++ export JASPER_LIBDIR -++ JASPER_SRC=/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/src/jasper-1.900.29 -++ export JASPER_SRC -++ JASPER_VER=1.900.29 -++ export JASPER_VER -++ KMP_AFFINITY=scatter -++ export KMP_AFFINITY -++ unset LAUNCH -++ __LMOD_REF_COUNT_LD_LIBRARY_PATH='/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/lib:1;/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib:1;/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib:1;/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib:1;/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:1;/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib:1;/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib:1;/usrx/local/prod/intel/2018UP01/itac_latest/slib:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:1;/usrx/local/prod/intel/2018UP01/debugger_2018/iga/lib:1;/usrx/local/prod/intel/2018UP01/debugger_2018/libipt/intel64/lib:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4:1' -++ export __LMOD_REF_COUNT_LD_LIBRARY_PATH -++ LD_LIBRARY_PATH=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/lib:/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib:/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib:/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib:/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib:/usrx/local/prod/intel/2018UP01/itac_latest/slib:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:/usrx/local/prod/intel/2018UP01/debugger_2018/iga/lib:/usrx/local/prod/intel/2018UP01/debugger_2018/libipt/intel64/lib:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4 -++ export LD_LIBRARY_PATH -++ __LMOD_REF_COUNT_LIBRARY_PATH='/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:1;/usrx/local/prod/intel/2018UP01/clck_latest/lib/intel64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4:1' -++ export __LMOD_REF_COUNT_LIBRARY_PATH -++ LIBRARY_PATH=/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:/usrx/local/prod/intel/2018UP01/clck_latest/lib/intel64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4 -++ export LIBRARY_PATH -++ LIB_NAME=POST -++ export LIB_NAME -++ LMOD_FAMILY_COMPILER=ips -++ export LMOD_FAMILY_COMPILER -++ LMOD_FAMILY_COMPILER_VERSION=18.0.1.163 -++ export LMOD_FAMILY_COMPILER_VERSION -++ LMOD_FAMILY_CONMPILER=HDF5-serial -++ export LMOD_FAMILY_CONMPILER -++ LMOD_FAMILY_CONMPILER_VERSION=1.10.1 -++ export LMOD_FAMILY_CONMPILER_VERSION -++ LMOD_FAMILY_MPI=impi -++ export LMOD_FAMILY_MPI -++ LMOD_FAMILY_MPI_VERSION=18.0.1 -++ export LMOD_FAMILY_MPI_VERSION -++ __LMOD_REF_COUNT_LOADEDMODULES='ips/18.0.1.163:1;impi/18.0.1:1;NetCDF/4.5.0:1;HDF5-serial/1.10.1:1;lsf/10.1:1;bacio/2.0.3:1;ip/3.0.2:1;sp/2.0.3:1;w3nco/2.0.7:1;w3emc/2.3.1:1;nemsio/2.2.4:1;g2/3.1.1:1;g2tmpl/1.6.0:1;crtm/2.2.6:1;jasper/1.900.29:1;libpng/1.2.59:1;zlib/1.2.11:1;post/8.0.1:1;esmf/8.0.0:1;cmake/3.10.0:1;fv3:1' -++ export __LMOD_REF_COUNT_LOADEDMODULES -++ LOADEDMODULES=ips/18.0.1.163:impi/18.0.1:NetCDF/4.5.0:HDF5-serial/1.10.1:lsf/10.1:bacio/2.0.3:ip/3.0.2:sp/2.0.3:w3nco/2.0.7:w3emc/2.3.1:nemsio/2.2.4:g2/3.1.1:g2tmpl/1.6.0:crtm/2.2.6:jasper/1.900.29:libpng/1.2.59:zlib/1.2.11:post/8.0.1:esmf/8.0.0:cmake/3.10.0:fv3 -++ export LOADEDMODULES -++ LSF_BINDIR=/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin -++ export LSF_BINDIR -++ LSF_ENVDIR=/gpfs/lsf/conf -++ export LSF_ENVDIR -++ LSF_LIBDIR=/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib -++ export LSF_LIBDIR -++ LSF_SERVERDIR=/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc -++ export LSF_SERVERDIR -++ __LMOD_REF_COUNT_MANPATH='/usrx/local/dev/packages/cmake/3.10.0/share/man:1;/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/share/man:1;/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/share/man:1;/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/man:1;/gpfs/lsf/10.1/man:1;/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/share/man:1;/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/share/man:1;/usrx/local/prod/intel/2018UP01/itac_latest/man:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/man/common:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/man:1;/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/man:1;/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-igfx/man:1;/usrx/local/prod/lmod/lmod/share/man:1;/usrx/local/prod/intel/2018UP01/inspector_2018/man:1;/usrx/local/prod/intel/2018UP01/advisor_2018/man:1' -++ export __LMOD_REF_COUNT_MANPATH -++ MANPATH=/usrx/local/dev/packages/cmake/3.10.0/share/man:/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/share/man:/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/share/man:/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/man:/gpfs/lsf/10.1/man:/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/share/man:/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/share/man:/usrx/local/prod/intel/2018UP01/itac_latest/man:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/man/common:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/man:/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/man:/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-igfx/man:/usrx/local/prod/lmod/lmod/share/man::/usrx/local/prod/intel/2018UP01/inspector_2018/man:/usrx/local/prod/intel/2018UP01/advisor_2018/man -++ export MANPATH -++ MKLROOT=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl -++ export MKLROOT -++ MODULEPATH=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/dev/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1:/usrx/local/prod/modulefiles/mpi_third/ips/18.0.1/impi/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/mpi_prod/ips/18.0.1/impi/18.0.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles -++ export MODULEPATH -++ MPM_LAUNCHER=/usrx/local/prod/intel/2018UP01/debugger_2018/mpm/mic/bin/start_mpm.sh -++ export MPM_LAUNCHER -++ NEMSIO_INC=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/nemsio_v2.2.4 -++ export NEMSIO_INC -++ NEMSIO_LIB=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libnemsio_v2.2.4.a -++ export NEMSIO_LIB -++ NEMSIO_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/nemsio_v2.2.4 -++ export NEMSIO_SRC -++ NEMSIO_VER=v2.2.4 -++ export NEMSIO_VER -++ NETCDF=/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0 -++ export NETCDF -++ NETCDF_CFLAGS=-I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -++ export NETCDF_CFLAGS -++ NETCDF_CXX4FLAGS=-I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -++ export NETCDF_CXX4FLAGS -++ NETCDF_CXXFLAGS=-I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -++ export NETCDF_CXXFLAGS -++ NETCDF_FFLAGS=-I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -++ export NETCDF_FFLAGS -++ NETCDF_INC=/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -++ export NETCDF_INC -++ NETCDF_INCLUDE=-I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -++ export NETCDF_INCLUDE -++ NETCDF_LDFLAGS='-L/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib -lnetcdff' -++ export NETCDF_LDFLAGS -++ NETCDF_LDFLAGS_C='-L/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib -lnetcdf' -++ export NETCDF_LDFLAGS_C -++ NETCDF_LDFLAGS_CXX='-L/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib -lnetcdf -lnetcdf_c++' -++ export NETCDF_LDFLAGS_CXX -++ NETCDF_LDFLAGS_CXX4='-L/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib -lnetcdf -lnetcdf_c++4' -++ export NETCDF_LDFLAGS_CXX4 -++ NETCDF_LDFLAGS_F='-L/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib -lnetcdff' -++ export NETCDF_LDFLAGS_F -++ NETCDF_LIB=/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib -++ export NETCDF_LIB -++ NETCDF_ROOT=/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0 -++ export NETCDF_ROOT -++ __LMOD_REF_COUNT_NLSPATH='/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin/locale/%l_%t/%N:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin/locale/%l_%t/%N:1;/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/share/locale/%l_%t/%N:1' -++ export __LMOD_REF_COUNT_NLSPATH -++ NLSPATH=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin/locale/%l_%t/%N:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin/locale/%l_%t/%N::/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/share/locale/%l_%t/%N -++ export NLSPATH -++ __LMOD_REF_COUNT_PATH='/usrx/local/dev/packages/cmake/3.10.0/bin:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/bin:1;/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/bin:1;/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/bin:1;/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc:1;/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin:1;/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1:1;/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/bin:1;/usrx/local/prod/intel/2018UP01/advisor_2018/bin64:1;/usrx/local/prod/intel/2018UP01/vtune_amplifier_2018/bin64:1;/usrx/local/prod/intel/2018UP01/inspector_2018/bin64:1;/usrx/local/prod/intel/2018UP01/itac_latest/bin:1;/usrx/local/prod/intel/2018UP01/clck_latest/bin/intel64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/bin/intel64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64:1;/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/targets/intel64/x200/bin:1;/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/bin:1;/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/usr/lpp/mmfs/bin:1;/opt/ibutils/bin:1;/opt/dell/srvadmin/bin:1;/u/Dusan.Jovic/bin:2;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/dbrowse:1;/u/Dusan.Jovic/.local/bin:1;/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/include:1' -++ export __LMOD_REF_COUNT_PATH -++ PATH=/usrx/local/dev/packages/cmake/3.10.0/bin:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/bin:/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/bin:/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/bin:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin:/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1:/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/bin:/usrx/local/prod/intel/2018UP01/advisor_2018/bin64:/usrx/local/prod/intel/2018UP01/vtune_amplifier_2018/bin64:/usrx/local/prod/intel/2018UP01/inspector_2018/bin64:/usrx/local/prod/intel/2018UP01/itac_latest/bin:/usrx/local/prod/intel/2018UP01/clck_latest/bin/intel64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/bin/intel64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64:/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/targets/intel64/x200/bin:/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/usr/lpp/mmfs/bin:/opt/ibutils/bin:/opt/dell/srvadmin/bin:/u/Dusan.Jovic/bin:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/dbrowse:/u/Dusan.Jovic/.local/bin:/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/include -++ export PATH -++ PKG_CONFIG_PATH=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/bin/pkgconfig -++ export PKG_CONFIG_PATH -++ PNG_INC=/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/include -++ export PNG_INC -++ PNG_LIB=/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng.a -++ export PNG_LIB -++ PNG_LIB12=/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng12.a -++ export PNG_LIB12 -++ PNG_LIBDIR=/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib -++ export PNG_LIBDIR -++ PNG_LIBso=/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng.so -++ export PNG_LIBso -++ PNG_SRC=/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/src/libpng-1.2.59 -++ export PNG_SRC -++ PNG_VER=1.2.59 -++ export PNG_VER -++ POST_INC=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ncep_post_v8.0.1_4 -++ export POST_INC -++ POST_LIB=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libncep_post_v8.0.1_4.a -++ export POST_LIB -++ POST_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/post_v8.0.1 -++ export POST_SRC -++ POST_VER=v8.0.1 -++ export POST_VER -++ PSTLROOT=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/pstl -++ export PSTLROOT -++ PYTHONPATH=/usrx/local/prod/intel/2018UP01/advisor_2018/pythonapi -++ export PYTHONPATH -++ SP_LIB4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_4.a -++ export SP_LIB4 -++ SP_LIB8=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_8.a -++ export SP_LIB8 -++ SP_LIBd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_d.a -++ export SP_LIBd -++ SP_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/sp_v2.0.3 -++ export SP_SRC -++ SP_VER=v2.0.3 -++ export SP_VER -++ TBBROOT=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb -++ export TBBROOT -++ VT_ADD_LIBS='-ldwarf -lelf -lvtunwind -lm -lpthread' -++ export VT_ADD_LIBS -++ VT_ARCH=intel64 -++ export VT_ARCH -++ VT_LIB_DIR=/usrx/local/prod/intel/2018UP01/itac_latest/lib -++ export VT_LIB_DIR -++ VT_MPI=impi4 -++ export VT_MPI -++ VT_ROOT=/usrx/local/prod/intel/2018UP01/itac_latest -++ export VT_ROOT -++ VT_SLIB_DIR=/usrx/local/prod/intel/2018UP01/itac_latest/slib -++ export VT_SLIB_DIR -++ W3EMC_INC4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3emc_v2.3.1_4 -++ export W3EMC_INC4 -++ W3EMC_INC8=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3emc_v2.3.1_8 -++ export W3EMC_INC8 -++ W3EMC_INCd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3emc_v2.3.1_d -++ export W3EMC_INCd -++ W3EMC_LIB4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_4.a -++ export W3EMC_LIB4 -++ W3EMC_LIB8=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_8.a -++ export W3EMC_LIB8 -++ W3EMC_LIBd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_d.a -++ export W3EMC_LIBd -++ W3EMC_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/w3emc_v2.3.1 -++ export W3EMC_SRC -++ W3EMC_VER=v2.3.1 -++ export W3EMC_VER -++ W3NCO_INC4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3nco_v2.0.7_4 -++ export W3NCO_INC4 -++ W3NCO_INC8=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3nco_v2.0.7_8 -++ export W3NCO_INC8 -++ W3NCO_INCd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3nco_v2.0.7_d -++ export W3NCO_INCd -++ W3NCO_LIB4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_4.a -++ export W3NCO_LIB4 -++ W3NCO_LIB8=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_8.a -++ export W3NCO_LIB8 -++ W3NCO_LIBd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_d.a -++ export W3NCO_LIBd -++ W3NCO_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/w3nco_v2.0.7 -++ export W3NCO_SRC -++ W3NCO_VER=v2.0.7 -++ export W3NCO_VER -++ XLSF_UIDDIR=/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib/uid -++ export XLSF_UIDDIR -++ Z_INC=/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/include -++ export Z_INC -++ Z_LIB=/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib/libz.a -++ export Z_LIB -++ Z_SRC=/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/src -++ export Z_SRC -++ Z_VER=1.2.11 -++ export Z_VER -++ __LMOD_REF_COUNT__LMFILES_='/usrx/local/prod/modulefiles/core_third/ips/18.0.1.163:1;/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1/impi/18.0.1.lua:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/NetCDF/4.5.0:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/HDF5-serial/1.10.1:1;/usrx/local/prod/modulefiles/core_third/lsf/10.1:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/bacio/2.0.3:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/ip/3.0.2:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/sp/2.0.3:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3nco/2.0.7:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3emc/2.3.1:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/nemsio/2.2.4:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2/3.1.1:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2tmpl/1.6.0:1;/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/crtm/2.2.6:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/jasper/1.900.29:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/libpng/1.2.59:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/zlib/1.2.11:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/post/8.0.1:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/esmf/8.0.0:1;/usrx/local/dev/modulefiles/cmake/3.10.0:1;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3:1' -++ export __LMOD_REF_COUNT__LMFILES_ -++ _LMFILES_=/usrx/local/prod/modulefiles/core_third/ips/18.0.1.163:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1/impi/18.0.1.lua:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/NetCDF/4.5.0:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/HDF5-serial/1.10.1:/usrx/local/prod/modulefiles/core_third/lsf/10.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/bacio/2.0.3:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/ip/3.0.2:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/sp/2.0.3:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3nco/2.0.7:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3emc/2.3.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/nemsio/2.2.4:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2/3.1.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2tmpl/1.6.0:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/crtm/2.2.6:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/jasper/1.900.29:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/libpng/1.2.59:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/zlib/1.2.11:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/post/8.0.1:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/esmf/8.0.0:/usrx/local/dev/modulefiles/cmake/3.10.0:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3 -++ export _LMFILES_ -++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImlwcyIsWyJjb25tcGlsZXIiXT0iSERGNS1zZXJpYWwiLFsibXBpIl09ImltcGkiLH0sbVQ9e1siSERGNS1zZXJpYWwiXT17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvSERGNS1zZXJpYWwvMS4xMC4xIixbImZ1bGxOYW1lIl09IkhERjUtc2VyaWFsLzEuMTAuMSIsWyJsb2FkT3JkZXIiXT00LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09IkhERjUtc2VyaWFs -++ export _ModuleTable001_ -++ _ModuleTable002_=LzEuMTAuMSIsfSxOZXRDREY9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xL05ldENERi80LjUuMCIsWyJmdWxsTmFtZSJdPSJOZXRDREYvNC41LjAiLFsibG9hZE9yZGVyIl09Myxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJOZXRDREYvNC41LjAiLH0sYmFjaW89e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2JhY2lvLzIuMC4zIixbImZ1bGxOYW1lIl09ImJhY2lvLzIuMC4zIixbImxvYWRPcmRlciJdPTYscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNl -++ export _ModuleTable002_ -++ _ModuleTable003_=ck5hbWUiXT0iYmFjaW8vMi4wLjMiLH0sY21ha2U9e1siZm4iXT0iL3VzcngvbG9jYWwvZGV2L21vZHVsZWZpbGVzL2NtYWtlLzMuMTAuMCIsWyJmdWxsTmFtZSJdPSJjbWFrZS8zLjEwLjAiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY21ha2UvMy4xMC4wIix9LGNydG09e1siZm4iXT0iL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfcHJvZC9pcHMvMTguMC4xL2NydG0vMi4yLjYiLFsiZnVsbE5hbWUiXT0iY3J0bS8yLjIuNiIsWyJsb2FkT3JkZXIiXT0xNCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1 -++ export _ModuleTable003_ -++ _ModuleTable004_=c2VyTmFtZSJdPSJjcnRtLzIuMi42Iix9LGVzbWY9e1siZm4iXT0iL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcjE4L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL3djb3NzX2RlbGxfcDMvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT0yMSxw -++ export _ModuleTable004_ -++ _ModuleTable005_=cm9wVD17fSxbInN0YWNrRGVwdGgiXT0wLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZzI9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2cyLzMuMS4xIixbImZ1bGxOYW1lIl09ImcyLzMuMS4xIixbImxvYWRPcmRlciJdPTEyLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcyLzMuMS4xIix9LGcydG1wbD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzJ0bXBsLzEuNi4wIixbImZ1bGxOYW1lIl09ImcydG1wbC8xLjYuMCIsWyJsb2FkT3JkZXIiXT0xMyxwcm9wVD17fSxbInN0YWNr -++ export _ModuleTable005_ -++ _ModuleTable006_=RGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMnRtcGwvMS42LjAiLH0saW1waT17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX21waS9pcHMvMTguMC4xL2ltcGkvMTguMC4xLmx1YSIsWyJmdWxsTmFtZSJdPSJpbXBpLzE4LjAuMSIsWyJsb2FkT3JkZXIiXT0yLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImltcGkvMTguMC4xIix9LGlwPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9pcC8zLjAuMiIsWyJmdWxsTmFtZSJdPSJpcC8zLjAuMiIsWyJsb2FkT3JkZXIiXT03LHByb3BUPXt9LFsic3Rh -++ export _ModuleTable006_ -++ _ModuleTable007_=Y2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImlwLzMuMC4yIix9LGlwcz17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQvaXBzLzE4LjAuMS4xNjMiLFsiZnVsbE5hbWUiXT0iaXBzLzE4LjAuMS4xNjMiLFsibG9hZE9yZGVyIl09MSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJpcHMvMTguMC4xLjE2MyIsfSxqYXNwZXI9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xL2phc3Blci8xLjkwMC4yOSIsWyJmdWxsTmFtZSJdPSJqYXNwZXIvMS45MDAuMjkiLFsibG9hZE9yZGVyIl09 -++ export _ModuleTable007_ -++ _ModuleTable008_=MTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iamFzcGVyLzEuOTAwLjI5Iix9LGxpYnBuZz17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvbGlicG5nLzEuMi41OSIsWyJmdWxsTmFtZSJdPSJsaWJwbmcvMS4yLjU5IixbImxvYWRPcmRlciJdPTE2LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImxpYnBuZy8xLjIuNTkiLH0sbHNmPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZC9sc2YvMTAuMSIsWyJmdWxsTmFtZSJdPSJsc2YvMTAuMSIsWyJsb2Fk -++ export _ModuleTable008_ -++ _ModuleTable009_=T3JkZXIiXT01LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImxzZi8xMC4xIix9LG5lbXNpbz17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvbmVtc2lvLzIuMi40IixbImZ1bGxOYW1lIl09Im5lbXNpby8yLjIuNCIsWyJsb2FkT3JkZXIiXT0xMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZW1zaW8vMi4yLjQiLH0scG9zdD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvcG9zdC84LjAuMSIsWyJmdWxsTmFtZSJdPSJwb3N0LzguMC4xIixbImxvYWRP -++ export _ModuleTable009_ -++ _ModuleTable010_=cmRlciJdPTE4LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InBvc3QvOC4wLjEiLH0sc3A9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL3NwLzIuMC4zIixbImZ1bGxOYW1lIl09InNwLzIuMC4zIixbImxvYWRPcmRlciJdPTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ic3AvMi4wLjMiLH0sdzNlbWM9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL3czZW1jLzIuMy4xIixbImZ1bGxOYW1lIl09InczZW1jLzIuMy4xIixbImxvYWRPcmRlciJdPTEwLHBy -++ export _ModuleTable010_ -++ _ModuleTable011_=b3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczZW1jLzIuMy4xIix9LHczbmNvPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy93M25jby8yLjAuNyIsWyJmdWxsTmFtZSJdPSJ3M25jby8yLjAuNyIsWyJsb2FkT3JkZXIiXT05LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHpsaWI9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xL3psaWIvMS4yLjExIixbImZ1bGxOYW1lIl09InpsaWIvMS4yLjExIixbImxvYWRPcmRl -++ export _ModuleTable011_ -++ _ModuleTable012_=ciJdPTE3LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InpsaWIvMS4yLjExIix9LH0sbXBhdGhBPXsiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMiLCIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9EdXNhbi5Kb3ZpYy91ZnMvcHIxOC91ZnMtd2VhdGhlci1tb2RlbC9tb2R1bGVmaWxlcy93Y29zc19kZWxsX3AzIiwiL3VzcngvbG9jYWwvZGV2L2VtY19yb2NvdG8vbW9kdWxlZmlsZXMiLCIvdXNyeC9sb2NhbC9kZXYvbW9kdWxlZmlsZXMiLCIvdXNyeC9sb2NhbC9wcm9kL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlIiwiL3VzcngvbG9j -++ export _ModuleTable012_ -++ _ModuleTable013_=YWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9kZWZzIiwiL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29yZV9wcm9kIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xIiwiL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfcHJvZC9pcHMvMTguMC4xIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl9tcGkvaXBzLzE4LjAuMSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvbXBpX3RoaXJkL2lwcy8xOC4wLjEvaW1waS8xOC4wLjEiLCIvZ3Bmcy9kZWxsMS9uY28vb3BzL253 -++ export _ModuleTable013_ -++ _ModuleTable014_=cHJvZC9tb2R1bGVmaWxlcy9tcGlfcHJvZC9pcHMvMTguMC4xL2ltcGkvMTguMC4xIiwiL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzIix9LFsic3lzdGVtQmFzZU1QQVRIIl09Ii91c3J4L2xvY2FsL3Byb2QvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmU6L3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkOi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvZGVmczovZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb3JlX3Byb2QiLH0= -++ export _ModuleTable014_ -++ _ModuleTable_Sz_=14 -++ export _ModuleTable_Sz_ -++ : -s sh -+ eval -+ module list -++ /usrx/local/prod/lmod/lmod/libexec/lmod bash list - -Currently Loaded Modules: - 1) ips/18.0.1.163 8) sp/2.0.3 15) jasper/1.900.29 - 2) impi/18.0.1 9) w3nco/2.0.7 16) libpng/1.2.59 - 3) NetCDF/4.5.0 10) w3emc/2.3.1 17) zlib/1.2.11 - 4) HDF5-serial/1.10.1 11) nemsio/2.2.4 18) post/8.0.1 - 5) lsf/10.1 12) g2/3.1.1 19) esmf/8.0.0 - 6) bacio/2.0.3 13) g2tmpl/1.6.0 20) cmake/3.10.0 - 7) ip/3.0.2 14) crtm/2.2.6 21) fv3 - - - -+ eval 'MODULEPATH="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/dev/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1:/usrx/local/prod/modulefiles/mpi_third/ips/18.0.1/impi/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/mpi_prod/ips/18.0.1/impi/18.0.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles";' export 'MODULEPATH;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImlwcyIsWyJjb25tcGlsZXIiXT0iSERGNS1zZXJpYWwiLFsibXBpIl09ImltcGkiLH0sbVQ9e1siSERGNS1zZXJpYWwiXT17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvSERGNS1zZXJpYWwvMS4xMC4xIixbImZ1bGxOYW1lIl09IkhERjUtc2VyaWFsLzEuMTAuMSIsWyJsb2FkT3JkZXIiXT00LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09IkhERjUtc2VyaWFs";' export '_ModuleTable001_;' '_ModuleTable002_="LzEuMTAuMSIsfSxOZXRDREY9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xL05ldENERi80LjUuMCIsWyJmdWxsTmFtZSJdPSJOZXRDREYvNC41LjAiLFsibG9hZE9yZGVyIl09Myxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJOZXRDREYvNC41LjAiLH0sYmFjaW89e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2JhY2lvLzIuMC4zIixbImZ1bGxOYW1lIl09ImJhY2lvLzIuMC4zIixbImxvYWRPcmRlciJdPTYscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNl";' export '_ModuleTable002_;' '_ModuleTable003_="ck5hbWUiXT0iYmFjaW8vMi4wLjMiLH0sY21ha2U9e1siZm4iXT0iL3VzcngvbG9jYWwvZGV2L21vZHVsZWZpbGVzL2NtYWtlLzMuMTAuMCIsWyJmdWxsTmFtZSJdPSJjbWFrZS8zLjEwLjAiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY21ha2UvMy4xMC4wIix9LGNydG09e1siZm4iXT0iL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfcHJvZC9pcHMvMTguMC4xL2NydG0vMi4yLjYiLFsiZnVsbE5hbWUiXT0iY3J0bS8yLjIuNiIsWyJsb2FkT3JkZXIiXT0xNCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1";' export '_ModuleTable003_;' '_ModuleTable004_="c2VyTmFtZSJdPSJjcnRtLzIuMi42Iix9LGVzbWY9e1siZm4iXT0iL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcjE4L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL3djb3NzX2RlbGxfcDMvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT0yMSxw";' export '_ModuleTable004_;' '_ModuleTable005_="cm9wVD17fSxbInN0YWNrRGVwdGgiXT0wLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZzI9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2cyLzMuMS4xIixbImZ1bGxOYW1lIl09ImcyLzMuMS4xIixbImxvYWRPcmRlciJdPTEyLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcyLzMuMS4xIix9LGcydG1wbD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzJ0bXBsLzEuNi4wIixbImZ1bGxOYW1lIl09ImcydG1wbC8xLjYuMCIsWyJsb2FkT3JkZXIiXT0xMyxwcm9wVD17fSxbInN0YWNr";' export '_ModuleTable005_;' '_ModuleTable006_="RGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMnRtcGwvMS42LjAiLH0saW1waT17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX21waS9pcHMvMTguMC4xL2ltcGkvMTguMC4xLmx1YSIsWyJmdWxsTmFtZSJdPSJpbXBpLzE4LjAuMSIsWyJsb2FkT3JkZXIiXT0yLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImltcGkvMTguMC4xIix9LGlwPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9pcC8zLjAuMiIsWyJmdWxsTmFtZSJdPSJpcC8zLjAuMiIsWyJsb2FkT3JkZXIiXT03LHByb3BUPXt9LFsic3Rh";' export '_ModuleTable006_;' '_ModuleTable007_="Y2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImlwLzMuMC4yIix9LGlwcz17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQvaXBzLzE4LjAuMS4xNjMiLFsiZnVsbE5hbWUiXT0iaXBzLzE4LjAuMS4xNjMiLFsibG9hZE9yZGVyIl09MSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJpcHMvMTguMC4xLjE2MyIsfSxqYXNwZXI9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xL2phc3Blci8xLjkwMC4yOSIsWyJmdWxsTmFtZSJdPSJqYXNwZXIvMS45MDAuMjkiLFsibG9hZE9yZGVyIl09";' export '_ModuleTable007_;' '_ModuleTable008_="MTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iamFzcGVyLzEuOTAwLjI5Iix9LGxpYnBuZz17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvbGlicG5nLzEuMi41OSIsWyJmdWxsTmFtZSJdPSJsaWJwbmcvMS4yLjU5IixbImxvYWRPcmRlciJdPTE2LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImxpYnBuZy8xLjIuNTkiLH0sbHNmPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZC9sc2YvMTAuMSIsWyJmdWxsTmFtZSJdPSJsc2YvMTAuMSIsWyJsb2Fk";' export '_ModuleTable008_;' '_ModuleTable009_="T3JkZXIiXT01LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImxzZi8xMC4xIix9LG5lbXNpbz17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvbmVtc2lvLzIuMi40IixbImZ1bGxOYW1lIl09Im5lbXNpby8yLjIuNCIsWyJsb2FkT3JkZXIiXT0xMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZW1zaW8vMi4yLjQiLH0scG9zdD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvcG9zdC84LjAuMSIsWyJmdWxsTmFtZSJdPSJwb3N0LzguMC4xIixbImxvYWRP";' export '_ModuleTable009_;' '_ModuleTable010_="cmRlciJdPTE4LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InBvc3QvOC4wLjEiLH0sc3A9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL3NwLzIuMC4zIixbImZ1bGxOYW1lIl09InNwLzIuMC4zIixbImxvYWRPcmRlciJdPTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ic3AvMi4wLjMiLH0sdzNlbWM9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL3czZW1jLzIuMy4xIixbImZ1bGxOYW1lIl09InczZW1jLzIuMy4xIixbImxvYWRPcmRlciJdPTEwLHBy";' export '_ModuleTable010_;' '_ModuleTable011_="b3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczZW1jLzIuMy4xIix9LHczbmNvPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy93M25jby8yLjAuNyIsWyJmdWxsTmFtZSJdPSJ3M25jby8yLjAuNyIsWyJsb2FkT3JkZXIiXT05LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHpsaWI9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xL3psaWIvMS4yLjExIixbImZ1bGxOYW1lIl09InpsaWIvMS4yLjExIixbImxvYWRPcmRl";' export '_ModuleTable011_;' '_ModuleTable012_="ciJdPTE3LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InpsaWIvMS4yLjExIix9LH0sbXBhdGhBPXsiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMiLCIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9EdXNhbi5Kb3ZpYy91ZnMvcHIxOC91ZnMtd2VhdGhlci1tb2RlbC9tb2R1bGVmaWxlcy93Y29zc19kZWxsX3AzIiwiL3VzcngvbG9jYWwvZGV2L2VtY19yb2NvdG8vbW9kdWxlZmlsZXMiLCIvdXNyeC9sb2NhbC9kZXYvbW9kdWxlZmlsZXMiLCIvdXNyeC9sb2NhbC9wcm9kL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlIiwiL3VzcngvbG9j";' export '_ModuleTable012_;' '_ModuleTable013_="YWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9kZWZzIiwiL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29yZV9wcm9kIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xIiwiL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfcHJvZC9pcHMvMTguMC4xIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl9tcGkvaXBzLzE4LjAuMSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvbXBpX3RoaXJkL2lwcy8xOC4wLjEvaW1waS8xOC4wLjEiLCIvZ3Bmcy9kZWxsMS9uY28vb3BzL253";' export '_ModuleTable013_;' '_ModuleTable014_="cHJvZC9tb2R1bGVmaWxlcy9tcGlfcHJvZC9pcHMvMTguMC4xL2ltcGkvMTguMC4xIiwiL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzIix9LFsic3lzdGVtQmFzZU1QQVRIIl09Ii91c3J4L2xvY2FsL3Byb2QvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmU6L3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkOi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvZGVmczovZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb3JlX3Byb2QiLH0=";' export '_ModuleTable014_;' '_ModuleTable_Sz_="14";' export '_ModuleTable_Sz_;' -++ MODULEPATH=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/dev/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1:/usrx/local/prod/modulefiles/mpi_third/ips/18.0.1/impi/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/mpi_prod/ips/18.0.1/impi/18.0.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles -++ export MODULEPATH -++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImlwcyIsWyJjb25tcGlsZXIiXT0iSERGNS1zZXJpYWwiLFsibXBpIl09ImltcGkiLH0sbVQ9e1siSERGNS1zZXJpYWwiXT17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvSERGNS1zZXJpYWwvMS4xMC4xIixbImZ1bGxOYW1lIl09IkhERjUtc2VyaWFsLzEuMTAuMSIsWyJsb2FkT3JkZXIiXT00LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09IkhERjUtc2VyaWFs -++ export _ModuleTable001_ -++ _ModuleTable002_=LzEuMTAuMSIsfSxOZXRDREY9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xL05ldENERi80LjUuMCIsWyJmdWxsTmFtZSJdPSJOZXRDREYvNC41LjAiLFsibG9hZE9yZGVyIl09Myxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJOZXRDREYvNC41LjAiLH0sYmFjaW89e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2JhY2lvLzIuMC4zIixbImZ1bGxOYW1lIl09ImJhY2lvLzIuMC4zIixbImxvYWRPcmRlciJdPTYscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNl -++ export _ModuleTable002_ -++ _ModuleTable003_=ck5hbWUiXT0iYmFjaW8vMi4wLjMiLH0sY21ha2U9e1siZm4iXT0iL3VzcngvbG9jYWwvZGV2L21vZHVsZWZpbGVzL2NtYWtlLzMuMTAuMCIsWyJmdWxsTmFtZSJdPSJjbWFrZS8zLjEwLjAiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY21ha2UvMy4xMC4wIix9LGNydG09e1siZm4iXT0iL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfcHJvZC9pcHMvMTguMC4xL2NydG0vMi4yLjYiLFsiZnVsbE5hbWUiXT0iY3J0bS8yLjIuNiIsWyJsb2FkT3JkZXIiXT0xNCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1 -++ export _ModuleTable003_ -++ _ModuleTable004_=c2VyTmFtZSJdPSJjcnRtLzIuMi42Iix9LGVzbWY9e1siZm4iXT0iL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcjE4L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL3djb3NzX2RlbGxfcDMvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT0yMSxw -++ export _ModuleTable004_ -++ _ModuleTable005_=cm9wVD17fSxbInN0YWNrRGVwdGgiXT0wLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZzI9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2cyLzMuMS4xIixbImZ1bGxOYW1lIl09ImcyLzMuMS4xIixbImxvYWRPcmRlciJdPTEyLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcyLzMuMS4xIix9LGcydG1wbD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzJ0bXBsLzEuNi4wIixbImZ1bGxOYW1lIl09ImcydG1wbC8xLjYuMCIsWyJsb2FkT3JkZXIiXT0xMyxwcm9wVD17fSxbInN0YWNr -++ export _ModuleTable005_ -++ _ModuleTable006_=RGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMnRtcGwvMS42LjAiLH0saW1waT17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX21waS9pcHMvMTguMC4xL2ltcGkvMTguMC4xLmx1YSIsWyJmdWxsTmFtZSJdPSJpbXBpLzE4LjAuMSIsWyJsb2FkT3JkZXIiXT0yLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImltcGkvMTguMC4xIix9LGlwPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9pcC8zLjAuMiIsWyJmdWxsTmFtZSJdPSJpcC8zLjAuMiIsWyJsb2FkT3JkZXIiXT03LHByb3BUPXt9LFsic3Rh -++ export _ModuleTable006_ -++ _ModuleTable007_=Y2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImlwLzMuMC4yIix9LGlwcz17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQvaXBzLzE4LjAuMS4xNjMiLFsiZnVsbE5hbWUiXT0iaXBzLzE4LjAuMS4xNjMiLFsibG9hZE9yZGVyIl09MSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJpcHMvMTguMC4xLjE2MyIsfSxqYXNwZXI9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xL2phc3Blci8xLjkwMC4yOSIsWyJmdWxsTmFtZSJdPSJqYXNwZXIvMS45MDAuMjkiLFsibG9hZE9yZGVyIl09 -++ export _ModuleTable007_ -++ _ModuleTable008_=MTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iamFzcGVyLzEuOTAwLjI5Iix9LGxpYnBuZz17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvbGlicG5nLzEuMi41OSIsWyJmdWxsTmFtZSJdPSJsaWJwbmcvMS4yLjU5IixbImxvYWRPcmRlciJdPTE2LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImxpYnBuZy8xLjIuNTkiLH0sbHNmPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZC9sc2YvMTAuMSIsWyJmdWxsTmFtZSJdPSJsc2YvMTAuMSIsWyJsb2Fk -++ export _ModuleTable008_ -++ _ModuleTable009_=T3JkZXIiXT01LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImxzZi8xMC4xIix9LG5lbXNpbz17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvbmVtc2lvLzIuMi40IixbImZ1bGxOYW1lIl09Im5lbXNpby8yLjIuNCIsWyJsb2FkT3JkZXIiXT0xMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZW1zaW8vMi4yLjQiLH0scG9zdD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvcG9zdC84LjAuMSIsWyJmdWxsTmFtZSJdPSJwb3N0LzguMC4xIixbImxvYWRP -++ export _ModuleTable009_ -++ _ModuleTable010_=cmRlciJdPTE4LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InBvc3QvOC4wLjEiLH0sc3A9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL3NwLzIuMC4zIixbImZ1bGxOYW1lIl09InNwLzIuMC4zIixbImxvYWRPcmRlciJdPTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ic3AvMi4wLjMiLH0sdzNlbWM9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL3czZW1jLzIuMy4xIixbImZ1bGxOYW1lIl09InczZW1jLzIuMy4xIixbImxvYWRPcmRlciJdPTEwLHBy -++ export _ModuleTable010_ -++ _ModuleTable011_=b3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczZW1jLzIuMy4xIix9LHczbmNvPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy93M25jby8yLjAuNyIsWyJmdWxsTmFtZSJdPSJ3M25jby8yLjAuNyIsWyJsb2FkT3JkZXIiXT05LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHpsaWI9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xL3psaWIvMS4yLjExIixbImZ1bGxOYW1lIl09InpsaWIvMS4yLjExIixbImxvYWRPcmRl -++ export _ModuleTable011_ -++ _ModuleTable012_=ciJdPTE3LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InpsaWIvMS4yLjExIix9LH0sbXBhdGhBPXsiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMiLCIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9EdXNhbi5Kb3ZpYy91ZnMvcHIxOC91ZnMtd2VhdGhlci1tb2RlbC9tb2R1bGVmaWxlcy93Y29zc19kZWxsX3AzIiwiL3VzcngvbG9jYWwvZGV2L2VtY19yb2NvdG8vbW9kdWxlZmlsZXMiLCIvdXNyeC9sb2NhbC9kZXYvbW9kdWxlZmlsZXMiLCIvdXNyeC9sb2NhbC9wcm9kL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlIiwiL3VzcngvbG9j -++ export _ModuleTable012_ -++ _ModuleTable013_=YWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9kZWZzIiwiL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29yZV9wcm9kIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xIiwiL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfcHJvZC9pcHMvMTguMC4xIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl9tcGkvaXBzLzE4LjAuMSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvbXBpX3RoaXJkL2lwcy8xOC4wLjEvaW1waS8xOC4wLjEiLCIvZ3Bmcy9kZWxsMS9uY28vb3BzL253 -++ export _ModuleTable013_ -++ _ModuleTable014_=cHJvZC9tb2R1bGVmaWxlcy9tcGlfcHJvZC9pcHMvMTguMC4xL2ltcGkvMTguMC4xIiwiL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzIix9LFsic3lzdGVtQmFzZU1QQVRIIl09Ii91c3J4L2xvY2FsL3Byb2QvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmU6L3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkOi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvZGVmczovZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb3JlX3Byb2QiLH0= -++ export _ModuleTable014_ -++ _ModuleTable_Sz_=14 -++ export _ModuleTable_Sz_ -++ : -s sh -+ eval -+ cd build_fv3_6 -+ cmake /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model -DREPRO=Y -D32BIT=Y --- The C compiler identification is Intel 18.0.1.20171018 --- The CXX compiler identification is Intel 18.0.1.20171018 --- The Fortran compiler identification is Intel 18.0.1.20171018 --- Check for working C compiler: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiicc --- Check for working C compiler: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiicc -- works --- Detecting C compiler ABI info --- Detecting C compiler ABI info - done --- Detecting C compile features --- Detecting C compile features - done --- Check for working CXX compiler: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiicpc --- Check for working CXX compiler: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiicpc -- works --- Detecting CXX compiler ABI info --- Detecting CXX compiler ABI info - done --- Detecting CXX compile features --- Detecting CXX compile features - done --- Check for working Fortran compiler: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort --- Check for working Fortran compiler: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -- works --- Detecting Fortran compiler ABI info --- Detecting Fortran compiler ABI info - done --- Checking whether /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort supports Fortran 90 --- Checking whether /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort supports Fortran 90 -- yes --- Found MPI_C: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiicc (found version "3.1") --- Found MPI_CXX: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiicpc (found version "3.1") --- Found MPI_Fortran: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort (found version "3.1") --- Found MPI: TRUE (found version "3.1") -ESMFMKFILE: /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/lib/esmf.mk - Found ESMF: -ESMF_VERSION_MAJOR: 8 -ESMF_F90COMPILEPATHS: /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include;/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -ESMF_F90ESMFLINKRPATHS: -Wl,-rpath,/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/lib -ESMF_F90ESMFLINKLIBS: -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf --- Found ESMF: /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include;/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include (found version "8.0.0") - -Setting configuration for wcoss_dell_p3 - -C compiler: Intel 18.0.1.20171018 (mpiicc) -CXX compiler: Intel 18.0.1.20171018 (mpiicpc) -Fortran compiler: Intel 18.0.1.20171018 (mpiifort) - -DEBUG is disabled -REPRO is ENABLED -32BIT is ENABLED -OPENMP is ENABLED -AVX2 is disabled -INLINE_POST is ENABLED - - -Selected physics package: gfs - -Force 64 bits in gfsphysics -Force 64 bits in ipd -Force 64 bits in stochastic_physics --- Configuring done --- Generating done --- Build files have been written to: /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_6 -+ make -j 4 -Scanning dependencies of target fms -[ 1%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_parameter.F90.o -[ 1%] Building Fortran object CMakeFiles/fms.dir/FMS/platform/platform.F90.o -Scanning dependencies of target fv3cpl -[ 2%] Building Fortran object FV3/cpl/CMakeFiles/fv3cpl.dir/module_cap_cpl.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 2%] Building Fortran object FV3/cpl/CMakeFiles/fv3cpl.dir/module_cplfields.F90.o -[ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_core.F90.o -Scanning dependencies of target gfsphysics -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 2%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/machine.F.o -[ 3%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/co2hc.f.o -[ 3%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_input.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 3%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_composition.f.o -[ 3%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/cloud_interpolator.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 4%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/efield.f.o -[ 4%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_io.F90.o -[ 4%] Building Fortran object CMakeFiles/fms.dir/FMS/random_numbers/MersenneTwister.F90.o -[ 5%] Building Fortran object CMakeFiles/fms.dir/FMS/sat_vapor_pres/sat_vapor_pres_k.F90.o -[ 5%] Linking Fortran static library libfv3cpl.a -[ 6%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/wam_f107_kp_mod.f90.o -[ 6%] Built target fv3cpl -[ 6%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mersenne_twister.f.o -[ 6%] Building Fortran object CMakeFiles/fms.dir/FMS/constants/constants.F90.o -[ 6%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/GFDL_parse_tracers.F90.o -[ 7%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_data.F90.o -[ 8%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/iounitdef.f.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 8%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/namelist_soilveg.f.o -[ 8%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp.F90.o -[ 8%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_wrf_utl.f90.o -[ 8%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/noahmp_tables.f90.o -[ 8%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_mp_radar.F90.o -[ 8%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/physcons.F90.o -[ 8%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/date_def.f.o -[ 9%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/progtm_module.f.o -[ 9%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/aerclm_def.f.o -[ 9%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2o_def.f.o -[ 9%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/physparam.f.o -[ 10%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ozne_def.f.o -[ 10%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gfs_phy_tracer_config.F.o -[ 10%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/surface_perturbation.F90.o -[ 10%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_sf_noahmp_glacier.f90.o -[ 11%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_sf_noahmplsm.f90.o -[ 11%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/iccn_def.f.o -[ 12%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/micro_mg_utils.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 12%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gfdl_cloud_microphys.F90.o -[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/tracer_const_h.f.o -[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/funcphys.f90.o -[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_ugwp_initialize.F90.o -[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radlw_param.f.o -[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radsw_param.f.o -[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_astronomy.f.o -[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_surface.f.o -[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_nst_parameters.f90.o -[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/aer_cloud.F.o -[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_mp_thompson_gfs.F90.o -[ 15%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_mp_wsm6_fv3.F90.o -[ 15%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/get_prs_fv3.f90.o -[ 16%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_cice.f.o -[ 16%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_diff.f.o -[ 16%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_ugwp_module.F90.o -[ 16%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/rascnvv2.f.o -[ 16%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_aerosols.f.o -[ 16%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_bfmicrophysics.f.o -[ 17%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_gases.f.o -[ 17%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radlw_datatb.f.o -[ 18%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radsw_datatb.f.o -[ 18%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_efp.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 18%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_memutils.F90.o -[ 19%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_pset.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 20%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_type.F90.o -[ 20%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_nst_water_prop.f90.o -[ 21%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/gradient.F90.o -[ 21%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/wv_saturation.F.o -[ 21%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_domains.F90.o -[ 22%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cs_conv.F90.o -[ 22%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_diag.f.o -[ 23%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_drv.f.o -[ 23%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_ocean.f.o -[ 24%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_sice.f.o -[ 24%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_typedefs.F90.o -[ 25%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_clouds.f.o -[ 25%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radlw_main.f.o -[ 25%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radsw_main.f.o -[ 25%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_nst_model.f90.o -[ 25%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cldmacro.F.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 26%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cldwat2m_micro.F.o -[ 26%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/micro_mg2_0.F90.o -[ 26%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/micro_mg3_0.F90.o -[ 26%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_nst.f.o -[ 27%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_diagnostics.F90.o -[ 27%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_radiation_driver.F90.o -[ 27%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_physics_driver.F90.o -[ 27%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_restart.F90.o -[ 28%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_comm.F90.o -[ 28%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_io.F90.o -Compiling in MPI mode (with or without MPP) -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 28%] Building Fortran object CMakeFiles/fms.dir/FMS/fms/fms_io.F90.o -[ 28%] Building Fortran object CMakeFiles/fms.dir/FMS/memutils/memutils.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 29%] Building Fortran object CMakeFiles/fms.dir/FMS/fms/fms.F90.o -[ 30%] Building Fortran object CMakeFiles/fms.dir/FMS/time_manager/time_manager.F90.o -[ 30%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bicubic.F90.o -[ 30%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bilinear.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 30%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_conserve.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 30%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_spherical.F90.o -[ 30%] Building Fortran object CMakeFiles/fms.dir/FMS/axis_utils/axis_utils.F90.o -[ 30%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_grid.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 30%] Building Fortran object CMakeFiles/fms.dir/FMS/field_manager/field_manager.F90.o -[ 30%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/mosaic.F90.o -[ 31%] Building Fortran object CMakeFiles/fms.dir/FMS/topography/gaussian_topog.F90.o -[ 31%] Building Fortran object CMakeFiles/fms.dir/FMS/time_manager/get_cal_time.F90.o -[ 31%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp.F90.o -[ 32%] Building Fortran object CMakeFiles/fms.dir/FMS/time_interp/time_interp.F90.o -[ 32%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_data.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 33%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_types.F90.o -[ 34%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_axis.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_manifest.F90.o -[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/xbt_drop_rate_adjust.f90.o -[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/write_ocean_data.F90.o -[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/time_interp/time_interp_external.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/field_manager/fm_util.F90.o -[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_output.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 36%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_util.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 36%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_table.F90.o -[ 36%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_manager.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 36%] Building Fortran object CMakeFiles/fms.dir/FMS/data_override/data_override.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 37%] Building Fortran object CMakeFiles/fms.dir/FMS/exchange/stock_constants.F90.o -[ 37%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/coupler_types.F90.o -[ 37%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_driver.F90.o -[ 37%] Building Fortran object CMakeFiles/fms.dir/FMS/astronomy/astronomy.F90.o -[ 38%] Building Fortran object CMakeFiles/fms.dir/FMS/amip_interp/amip_interp.F90.o -[ 38%] Building Fortran object CMakeFiles/fms.dir/FMS/block_control/block_control.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 39%] Building Fortran object CMakeFiles/fms.dir/FMS/column_diagnostics/column_diagnostics.F90.o -[ 39%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/atmos_ocean_fluxes.F90.o -[ 40%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_abstraction_layer.F90.o -[ 41%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2oc.f.o -[ 41%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_solar_heating.f.o -[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/ensemble_manager.F90.o -[ 41%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_tracer.f.o -[ 42%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters.F90.o -[ 43%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ideaca.f.o -Compiling in MPI mode (with or without MPP) -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 43%] Building Fortran object CMakeFiles/fms.dir/FMS/exchange/xgrid.F90.o -[ 43%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft.F90.o -[ 43%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfcsub.F.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 43%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ugwp_driver_v0.f.o -[ 43%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cnvc90.f.o -[ 44%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft99.F90.o -[ 44%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/dcyc2.f.o -[ 44%] Building Fortran object CMakeFiles/fms.dir/FMS/interpolator/interpolator.F90.o -[ 44%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/grid.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 44%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/dcyc2.pre.rad.f.o -[ 44%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_utilities.F90.o -[ 44%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/get_prs.f.o -[ 44%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core.F90.o -[ 44%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gocart_tracer_config_stub.f.o -[ 44%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core_ecda.F90.o -[ 45%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gscond.f.o -[ 45%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gscondp.f.o -[ 45%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gwdc.f.o -[ 46%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gwdps.f.o -[ 46%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_orowam2017.f.o -[ 46%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2ohdc.f.o -[ 46%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2ophys.f.o -[ 46%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_co2.f.o -[ 46%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_dissipation.f.o -[ 47%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_h2o.f.o -[ 47%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_ion.f.o -[ 47%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_o2_o3.f.o -[ 48%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_phys.f.o -[ 48%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/lrgsclr.f.o -[ 48%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfpbl.f.o -[ 49%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfpblt.f.o -[ 49%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfpbltq.f.o -[ 49%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfscu.f.o -[ 49%] Building Fortran object CMakeFiles/fms.dir/FMS/random_numbers/random_numbers.F90.o -[ 50%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfscuq.f.o -[ 50%] Building Fortran object CMakeFiles/fms.dir/FMS/sat_vapor_pres/sat_vapor_pres.F90.o -[ 50%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninedmf.f.o -[ 50%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninedmf_hafs.f.o -[ 51%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninp.f.o -[ 51%] Building Fortran object CMakeFiles/fms.dir/FMS/station_data/station_data.F90.o -[ 51%] Building Fortran object CMakeFiles/fms.dir/FMS/topography/topography.F90.o -[ 51%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninp1.f.o -[ 51%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninq.f.o -[ 51%] Building Fortran object CMakeFiles/fms.dir/FMS/tracer_manager/tracer_manager.F90.o -[ 51%] Building Fortran object CMakeFiles/fms.dir/FMS/tridiagonal/tridiagonal.F90.o -[ 52%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninq1.f.o -[ 52%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninshoc.f.o -[ 53%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/quicksort.F90.o -[ 53%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mstadb.f.o -[ 54%] Building C object CMakeFiles/fms.dir/FMS/memutils/memuse.c.o -[ 55%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mstadbtn.f.o -[ 55%] Building C object CMakeFiles/fms.dir/FMS/mosaic/create_xgrid.c.o -[ 55%] Building C object CMakeFiles/fms.dir/FMS/mosaic/gradient_c2l.c.o -[ 55%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mstadbtn2.f.o -[ 55%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mstcnv.f.o -[ 56%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ozphys.f.o -[ 57%] Building C object CMakeFiles/fms.dir/FMS/mosaic/interp.c.o -[ 57%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ozphys_2015.f.o -[ 57%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/precpd.f.o -[ 57%] Building C object CMakeFiles/fms.dir/FMS/mosaic/mosaic_util.c.o -[ 58%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/precpd_shoc.f.o -[ 58%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/precpdp.f.o -[ 58%] Building C object CMakeFiles/fms.dir/FMS/mosaic/read_mosaic.c.o -[ 58%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/progt2.f.o -[ 58%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/rad_initialize.f.o -[ 58%] Building C object CMakeFiles/fms.dir/FMS/affinity/affinity.c.o -[ 59%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/rayleigh_damp.f.o -[ 59%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/rayleigh_damp_mesopause.f.o -[ 59%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/samfaerosols.f.o -[ 60%] Building C object CMakeFiles/fms.dir/FMS/mpp/nsclock.c.o -[ 61%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/samfdeepcnv.f.o -[ 61%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/samfshalcnv.f.o -[ 61%] Building C object CMakeFiles/fms.dir/FMS/mpp/threadloc.c.o -[ 61%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sascnv.f.o -[ 61%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sascnvn.f.o -[ 62%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/satmedmfvdif.f.o -[ 62%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/satmedmfvdifq.f.o -[ 62%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/set_soilveg.f.o -[ 62%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_noahmp_drv.f.o -[ 62%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sflx.f.o -[ 62%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcnv.f.o -[ 63%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcv.f.o -[ 63%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcv_1lyr.f.o -[ 63%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcv_fixdp.f.o -[ 63%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcv_opr.f.o -[ 63%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/tridi2t3.f.o -[ 63%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/calpreciptype.f90.o -[ 63%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gcm_shoc.f90.o -[ 64%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2ointerp.f90.o -[ 65%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ozinterp.f90.o -[ 65%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/iccninterp.f90.o -[ 65%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/aerinterp.f90.o -[ 65%] Linking Fortran static library FMS/libfms.a -[ 66%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/num_parthds.F.o -[ 67%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gcycle.F90.o -[ 68%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_ugwp_triggers.F90.o -[ 68%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_ugwp_utils.F90.o -[ 68%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_ugwp_solvers.F90.o -[ 68%] Built target fms -[ 68%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_vert_lsatdis.F90.o -[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_vert_orodis.F90.o -[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_vert_wmsdis.F90.o -[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/m_micro_driver.F90.o -[ 70%] Linking Fortran static library libgfsphysics.a -[ 70%] Built target gfsphysics -Scanning dependencies of target ipd -[ 70%] Building Fortran object FV3/ipd/CMakeFiles/ipd.dir/IPD_typedefs.F90.o -[ 70%] Building Fortran object FV3/ipd/CMakeFiles/ipd.dir/IPD_driver.F90.o -[ 70%] Linking Fortran static library libipd.a -[ 70%] Built target ipd -Scanning dependencies of target io -[ 70%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_fv3_io_def.F90.o -[ 70%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_internal_state.F90.o -Scanning dependencies of target fv3core -[ 71%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/external_sst.F90.o -[ 72%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_arrays.F90.o -[ 73%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_fill.F90.o -[ 73%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_nemsio.F90.o -[ 73%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/sim_nc_mod.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 74%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_netcdf.F90.o -[ 74%] Building Fortran object FV3/io/CMakeFiles/io.dir/post_gfs.F90.o -[ 74%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/DYCORE_typedefs.F90.o -[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_mp_mod.F90.o -[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/sorted_index.F90.o -[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_timing.F90.o -[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_cmp.F90.o -[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_eta.F90.o -[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_sg.F90.o -[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_grid_utils.F90.o -[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/boundary.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 75%] Building Fortran object FV3/io/CMakeFiles/io.dir/FV3GFS_io.F90.o -[ 75%] Building Fortran object FV3/io/CMakeFiles/io.dir/ffsync.F90.o -[ 76%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_wrt_grid_comp.F90.o -[ 76%] Building Fortran object FV3/io/CMakeFiles/io.dir/post_nems_routines.F90.o -[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_mapz.F90.o -[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/a2b_edge.F90.o -[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_surf_map.F90.o -[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/tp_core.F90.o -[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_grid_tools.F90.o -[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/init_hydro.F90.o -[ 78%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_treat_da_inc.F90.o -[ 78%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/sw_core.F90.o -[ 79%] Linking Fortran static library libio.a -[ 79%] Built target io -[ 79%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_iau_mod.F90.o -[ 80%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_diagnostics.F90.o -[ 80%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_io.F90.o -[ 80%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/nh_utils.F90.o -[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/nh_core.F90.o -[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_nudge.F90.o -[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/fv_nggps_diag.F90.o -[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_regional_bc.F90.o -[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/test_cases.F90.o -[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_tracer2d.F90.o -[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/dyn_core.F90.o -[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_update_phys.F90.o -[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/external_ic.F90.o -[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_restart.F90.o -[ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_control.F90.o -[ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_nesting.F90.o -[ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_dynamics.F90.o -[ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/atmosphere.F90.o -[ 85%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/multi_gases.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 85%] Linking Fortran static library libfv3core.a -[ 85%] Built target fv3core -Scanning dependencies of target stochastic_physics -[ 85%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_resol_def.f.o -[ 86%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/update_ca.f90.o -[ 86%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/spectral_layout.F90.o -[ 87%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_gg_def.f.o -[ 87%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_layout_lag.f.o -[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/glats_stochy.f.o -[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_namelist_def.F90.o -[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/setlats_lag_stochy.f.o -[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/epslon_stochy.f.o -[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/get_lats_node_a_stochy.f.o -[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/get_ls_node_stochy.f.o -[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/gozrineo_stochy.f.o -[ 89%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/pln2eo_stochy.f.o -[ 90%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/setlats_a_stochy.f.o -[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_internal_state_mod.F90.o -[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/dezouv_stochy.f.o -[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/dozeuv_stochy.f.o -[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/four_to_grid_stochy.F.o -[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/compns_stochy.F90.o -[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_patterngenerator.F90.o -[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/sumfln_stochy.f.o -[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/getcon_lag_stochy.f.o -[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/getcon_spectral.F90.o -[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/initialize_spectral_mod.F90.o -[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_data_mod.F90.o -[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/get_stochy_pattern.F90.o -[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochastic_physics.F90.o -[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/plumes.f90.o -[ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/cellular_automata.f90.o -[ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/num_parthds_stochy.f.o -[ 95%] Linking Fortran static library libstochastic_physics.a -[ 95%] Built target stochastic_physics -Scanning dependencies of target fv3cap -[ 95%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/module_fv3_config.F90.o -[ 96%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/atmos_model.F90.o -[ 97%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/module_fcst_grid_comp.F90.o -[ 97%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/fv3_cap.F90.o -[ 97%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/time_utils.F90.o -[ 97%] Linking Fortran static library libfv3cap.a -[ 97%] Built target fv3cap -Scanning dependencies of target NEMS.exe -[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_MEDIATOR_methods.F90.o -[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_MEDIATOR_SpaceWeather.F90.o -[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/ENS_Cpl/ENS_CplComp_ESMFMod_STUB.F90.o -[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_EARTH_INTERNAL_STATE.F90.o -[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_UTILS.F90.o -[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_INTERNAL_STATE.F90.o -[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_Rusage.F90.o -[ 98%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_MEDIATOR.F90.o -[ 99%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_EARTH_GRID_COMP.F90.o -[ 99%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_GRID_COMP.F90.o -[ 99%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/MAIN_NEMS.F90.o -[100%] Building C object CMakeFiles/NEMS.exe.dir/NEMS/src/nems_c_rusage.c.o -[100%] Linking Fortran executable NEMS.exe -/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib/libjasper.a(jas_stream.o): In function `jas_stream_tmpfile': -/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/src/jasper-1.900.29/src/libjasper/base/jas_stream.c:520: warning: the use of `tmpnam' is dangerous, better use `mkstemp' -[100%] Built target NEMS.exe -+ mv NEMS.exe ../fv3_6.exe -+ cp /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3 ../modules.fv3_6 -+ cd .. -+ '[' YES = YES ']' -+ rm -rf build_fv3_6 -+ elapsed=557 -+ echo 'Elapsed time 557 seconds. Compiling REPRO=Y 32BIT=Y finished' -Elapsed time 557 seconds. Compiling REPRO=Y 32BIT=Y finished -+ SECONDS=0 -+++ readlink -f /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/compile_cmake.sh -++ dirname /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/compile_cmake.sh -+ readonly MYDIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests -+ MYDIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests -+ readonly ARGC=4 -+ ARGC=4 -+ cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests -+ [[ 4 -eq 0 ]] -+ [[ 4 -lt 2 ]] -+ PATHTR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model -+ MACHINE_ID=wcoss_dell_p3 -+ MAKE_OPT='REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017' -+ BUILD_NAME=fv3_7 -+ clean_before=YES -+ clean_after=YES -+ BUILD_DIR=build_fv3_7 -+ [[ wcoss_dell_p3 == cheyenne.* ]] -+ [[ wcoss_dell_p3 == wcoss_dell_p3 ]] -+ MAKE_THREADS=4 -+ MAKE_THREADS=4 -+ hostname -m72a3 -+ cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests -+ echo 'Compiling REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017 into fv3_7.exe on wcoss_dell_p3' -Compiling REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017 into fv3_7.exe on wcoss_dell_p3 -+ '[' YES = YES ']' -+ rm -rf build_fv3_7 -+ mkdir -p build_fv3_7 -+ CCPP_CMAKE_FLAGS= -+ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017 == *\D\E\B\U\G\=\Y* ]] -+ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017 == *\R\E\P\R\O\=\Y* ]] -+ CCPP_CMAKE_FLAGS=' -DREPRO=Y' -+ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017 == *\3\2\B\I\T\=\Y* ]] -+ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017 == *\O\P\E\N\M\P\=\N* ]] -+ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017 == *\C\C\P\P\=\Y* ]] -+ CCPP_CMAKE_FLAGS=' -DREPRO=Y -DCCPP=ON -DMPI=ON' -+ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017 == *\D\E\B\U\G\=\Y* ]] -+ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017 == *\R\E\P\R\O\=\Y* ]] -+ CCPP_CMAKE_FLAGS=' -DREPRO=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit' -+ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017 == *\3\2\B\I\T\=\Y* ]] -+ CCPP_CMAKE_FLAGS=' -DREPRO=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -DDYN32=OFF' -+ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017 == *\S\T\A\T\I\C\=\Y* ]] -+ CCPP_CMAKE_FLAGS=' -DREPRO=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -DDYN32=OFF -DSTATIC=ON' -+ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017 == *\M\U\L\T\I\_\G\A\S\E\S\=\Y* ]] -+ CCPP_CMAKE_FLAGS=' -DREPRO=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF' -++ echo REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017 -++ sed 's/.* SUITES=//' -++ sed 's/ .*//' -+ SUITES=FV3_GFS_2017 -+ cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model -+ ./FV3/ccpp/framework/scripts/ccpp_prebuild.py --config=FV3/ccpp/config/ccpp_prebuild_config.py --static --suites=FV3_GFS_2017 --builddir=tests/build_fv3_7/FV3 -INFO: Logging level set to INFO -INFO: Found TYPEDEFS_NEW_METADATA dictionary in config, assume at least some data is in new metadata formet -INFO: Parsing suite definition files ... -INFO: Parsing suite definition file FV3/ccpp/suites/suite_FV3_GFS_2017.xml ... -INFO: Parsing metadata tables for variables provided by host model ... -INFO: Parsed variable definition tables in module machine -INFO: Parsed variable definition tables in module module_radsw_parameters -INFO: Parsed variable definition tables in module module_radlw_parameters -INFO: Parsed variable definition tables in module CCPP_typedefs -INFO: Parsed variable definition tables in module GFS_typedefs -INFO: Parsed variable definition tables in module CCPP_data -INFO: Parsed variable definition tables in module ccpp_types -INFO: Convert local names from new metadata format into old metadata format ... -INFO: Converting local name sfcflw of variable lw_fluxes_sfc from new to old metadata -INFO: Converting local name nslwr of variable number_of_timesteps_between_longwave_radiation_calls from new to old metadata -INFO: Converting local name hydrostatic of variable flag_for_hydrostatic_solver from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_of_kinematic_buoyancy_flux_from_shoc_in_phy_f3d) of variable kinematic_buoyancy_flux_from_shoc from new to old metadata -INFO: Converting local name nkbfshoc of variable index_of_kinematic_buoyancy_flux_from_shoc_in_phy_f3d from new to old metadata -INFO: Converting local name dvisbm_cpl of variable cumulative_surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name cnvw of variable convective_cloud_water_mixing_ratio from new to old metadata -INFO: Converting local name ltaerosol of variable flag_for_aerosol_physics from new to old metadata -INFO: Converting local name rainmcadj of variable lwe_thickness_of_moist_convective_adj_precipitation_amount from new to old metadata -INFO: Converting local name loop_cnt of variable ccpp_loop_counter from new to old metadata -INFO: Converting local name ncpi of variable local_ice_number_concentration from new to old metadata -INFO: Converting local name pt of variable virtual_temperature_at_Lagrangian_surface from new to old metadata -INFO: Converting local name nirbmui of variable surface_upwelling_direct_near_infrared_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name vconvtend of variable tendency_of_y_wind_due_to_deep_convection_for_coupling_on_physics_timestep from new to old metadata -INFO: Converting local name uustar_ice of variable surface_friction_velocity_over_ice from new to old metadata -INFO: Converting local name phy_myj_uz0 of variable u_wind_component_at_viscous_sublayer_top from new to old metadata -INFO: Converting local name evap_land of variable kinematic_surface_upward_latent_heat_flux_over_land from new to old metadata -INFO: Converting local name ocean of variable flag_nonzero_ocean_surface_fraction from new to old metadata -INFO: Converting local name ep1d_ocean of variable surface_upward_potential_latent_heat_flux_over_ocean from new to old metadata -INFO: Converting local name qconvtend of variable tendency_of_water_vapor_specific_humidity_due_to_deep_convection_for_coupling_on_physics_timestep from new to old metadata -INFO: Converting local name islmsk_cice of variable sea_land_ice_mask_cice from new to old metadata -INFO: Converting local name cmm_ice of variable surface_drag_wind_speed_for_momentum_in_air_over_ice from new to old metadata -INFO: Converting local name visdfdi of variable surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name cnv_ndrop of variable number_concentration_of_cloud_liquid_water_particles_for_detrainment from new to old metadata -INFO: Converting local name sh2o of variable volume_fraction_of_unfrozen_soil_moisture_for_land_surface_model from new to old metadata -INFO: Converting local name tau_tofd of variable time_integral_of_momentum_flux_due_to_turbulent_orographic_form_drag from new to old metadata -INFO: Converting local name dnirbmi_cpl of variable instantaneous_surface_downwelling_direct_near_infrared_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name refdmax263k of variable maximum_reflectivity_at_minus10c_over_maximum_hourly_time_interval from new to old metadata -INFO: Converting local name ulwsfci of variable surface_upwelling_longwave_flux from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_liquid_cloud_condensate) of variable tendency_of_liquid_cloud_water_mixing_ratio_due_to_model_physics from new to old metadata -INFO: Converting local name ntcw of variable index_for_liquid_cloud_condensate from new to old metadata -INFO: Converting local name lheatstrg of variable flag_for_canopy_heat_storage from new to old metadata -INFO: Converting local name slc of variable volume_fraction_of_unfrozen_soil_moisture from new to old metadata -INFO: Converting local name tsfc_land of variable surface_skin_temperature_over_land_interstitial from new to old metadata -INFO: Converting local name save_v of variable y_wind_save from new to old metadata -INFO: Converting local name xkzm_m of variable atmosphere_momentum_diffusivity_background from new to old metadata -INFO: Converting local name gabsbdlw_land of variable surface_downwelling_longwave_flux_absorbed_by_ground_over_land from new to old metadata -INFO: Converting local name tprcp_ice of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_ice from new to old metadata -INFO: Converting local name stblcpxy of variable slow_soil_pool_mass_content_of_carbon from new to old metadata -INFO: Converting local name cdq_land of variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_land from new to old metadata -INFO: Converting local name du3dt(:,:,2) of variable cumulative_change_in_x_wind_due_to_orographic_gravity_wave_drag from new to old metadata -INFO: Converting local name mg_berg_eff_factor of variable mg_bergeron_efficiency_factor from new to old metadata -INFO: Converting local name clouds(:,:,3) of variable mean_effective_radius_for_liquid_cloud from new to old metadata -INFO: Converting local name aer_nm of variable aerosol_number_concentration_from_gocart_aerosol_climatology from new to old metadata -INFO: Converting local name xzts of variable sensitivity_of_dtl_thickness_to_surface_temperature from new to old metadata -INFO: Converting local name lake of variable flag_nonzero_lake_surface_fraction from new to old metadata -INFO: Converting local name kb of variable vertical_index_difference_between_layer_and_lower_bound from new to old metadata -INFO: Converting local name ipt of variable index_for_diagnostic_printout from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_ice_friendly_aerosols) of variable ice_friendly_aerosol_number_concentration from new to old metadata -INFO: Converting local name ntia of variable index_for_ice_friendly_aerosols from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_rain_water) of variable tendency_of_rain_water_mixing_ratio_due_to_model_physics from new to old metadata -INFO: Converting local name ntrw of variable index_for_rain_water from new to old metadata -INFO: Converting local name con_epsm1 of variable ratio_of_dry_air_to_water_vapor_gas_constants_minus_one from new to old metadata -INFO: Converting local name dqsfc_cice of variable surface_upward_latent_heat_flux_for_coupling_interstitial from new to old metadata -INFO: Converting local name last_step of variable flag_for_the_last_step_of_k_split_remapping from new to old metadata -INFO: Converting local name huge of variable netcdf_float_fillvalue from new to old metadata -INFO: Converting local name save_q(:,:,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio_save from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_liquid_cloud_number_concentration) of variable cloud_droplet_number_concentration from new to old metadata -INFO: Converting local name ntlnc of variable index_for_liquid_cloud_number_concentration from new to old metadata -INFO: Converting local name dv3dt(:,:,1) of variable cumulative_change_in_y_wind_due_to_PBL from new to old metadata -INFO: Converting local name imp_physics_mg of variable flag_for_morrison_gettelman_microphysics_scheme from new to old metadata -INFO: Converting local name cldtaulw of variable cloud_optical_depth_layers_at_10mu_band from new to old metadata -INFO: Converting local name wet of variable flag_nonzero_wet_surface_fraction from new to old metadata -INFO: Converting local name qsnowxy of variable snow_precipitation_rate_at_surface from new to old metadata -INFO: Converting local name iopt_frz of variable flag_for_supercooled_liquid_water_option from new to old metadata -INFO: Converting local name dsnow_cpl of variable tendency_of_lwe_thickness_of_snow_amount_for_coupling from new to old metadata -INFO: Converting local name cldsa of variable cloud_area_fraction_for_radiation from new to old metadata -INFO: Converting local name totsnwb of variable accumulated_lwe_thickness_of_snow_amount_in_bucket from new to old metadata -INFO: Converting local name gq0(:,:,index_for_rain_water) of variable rain_water_mixing_ratio_updated_by_physics from new to old metadata -INFO: Converting local name totsnw of variable accumulated_lwe_thickness_of_snow_amount from new to old metadata -INFO: Converting local name xkzm_s of variable diffusivity_background_sigma_level from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_water_friendly_aerosols) of variable tendency_of_water_friendly_aerosol_number_concentration_due_to_model_physics from new to old metadata -INFO: Converting local name ntwa of variable index_for_water_friendly_aerosols from new to old metadata -INFO: Converting local name fswtr of variable fraction_of_cloud_top_water_scavenged from new to old metadata -INFO: Converting local name nvisbmi_cpl of variable instantaneous_surface_net_downward_direct_ultraviolet_and_visible_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_of_atmosphere_heat_diffusivity_from_shoc_in_phy_f3d) of variable atmosphere_heat_diffusivity_from_shoc from new to old metadata -INFO: Converting local name nahdshoc of variable index_of_atmosphere_heat_diffusivity_from_shoc_in_phy_f3d from new to old metadata -INFO: Converting local name nthreads of variable omp_threads_for_fast_physics from new to old metadata -INFO: Converting local name icemp of variable lwe_thickness_of_ice_amount from new to old metadata -INFO: Converting local name dqsfc_cpl of variable cumulative_surface_upward_latent_heat_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name con_jcal of variable joules_per_calorie_constant from new to old metadata -INFO: Converting local name xmu of variable zenith_angle_temporal_adjustment_factor_for_shortwave_fluxes from new to old metadata -INFO: Converting local name con_fvirt of variable ratio_of_vapor_to_dry_air_gas_constants_minus_one from new to old metadata -INFO: Converting local name evfactl_deep of variable rain_evaporation_coefficient_over_land_deep_convection from new to old metadata -INFO: Converting local name canliqxy of variable canopy_intercepted_liquid_water from new to old metadata -INFO: Converting local name phy_myj_qsfc of variable surface_specific_humidity_for_MYJ_schemes from new to old metadata -INFO: Converting local name rainncprv of variable lwe_thickness_of_explicit_rainfall_amount_from_previous_timestep from new to old metadata -INFO: Converting local name Tbd of variable GFS_tbd_type_instance from new to old metadata -INFO: Converting local name v1 of variable y_wind_at_lowest_model_layer_for_diag from new to old metadata -INFO: Converting local name det_mf of variable cumulative_atmosphere_detrainment_convective_mass_flux from new to old metadata -INFO: Converting local name psurf of variable surface_air_pressure_diag from new to old metadata -INFO: Converting local name gasvmr(:,:,10) of variable volume_mixing_ratio_cfc113 from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_for_rain_effective_radius) of variable effective_radius_of_stratiform_cloud_rain_particle_in_um from new to old metadata -INFO: Converting local name nreffr of variable index_for_rain_effective_radius from new to old metadata -INFO: Converting local name del_gz of variable geopotential_difference_between_midlayers_divided_by_midlayer_virtual_temperature from new to old metadata -INFO: Converting local name imfdeepcnv_ntiedtke of variable flag_for_ntiedtke_deep_convection_scheme from new to old metadata -INFO: Converting local name h2o_coeff of variable number_of_coefficients_in_h2o_forcing_data from new to old metadata -INFO: Converting local name tgrs of variable air_temperature from new to old metadata -INFO: Converting local name xlon of variable longitude from new to old metadata -INFO: Converting local name c_d of variable coefficient_c_d from new to old metadata -INFO: Converting local name tlvl of variable air_temperature_at_interface_for_radiation from new to old metadata -INFO: Converting local name f_rimef of variable rime_factor from new to old metadata -INFO: Converting local name mg_do_ice_gmao of variable mg_flag_for_gmao_ice_formulation from new to old metadata -INFO: Converting local name snowca of variable cumulative_surface_snow_area_fraction_multiplied_by_timestep from new to old metadata -INFO: Converting local name hflx of variable kinematic_surface_upward_sensible_heat_flux from new to old metadata -INFO: Converting local name dt3dt(:,:,6) of variable cumulative_change_in_temperature_due_to_microphysics from new to old metadata -INFO: Converting local name nirdfui of variable surface_upwelling_diffuse_near_infrared_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name trans of variable transpiration_flux from new to old metadata -INFO: Converting local name ntchs of variable index_for_first_chemical_tracer from new to old metadata -INFO: Converting local name idxday of variable daytime_points from new to old metadata -INFO: Converting local name iceprv of variable lwe_thickness_of_ice_amount_from_previous_timestep from new to old metadata -INFO: Converting local name mg_alf of variable mg_tuning_factor_for_alphas from new to old metadata -INFO: Converting local name nupdraft of variable number_of_plumes from new to old metadata -INFO: Converting local name qr_r of variable cloud_rain_water_mixing_ratio from new to old metadata -INFO: Converting local name sec of variable seconds_elapsed_since_model_initialization from new to old metadata -INFO: Converting local name epi of variable instantaneous_surface_potential_evaporation from new to old metadata -INFO: Converting local name gflx_land of variable upward_heat_flux_in_soil_over_land from new to old metadata -INFO: Converting local name du3dt_ngw of variable time_integral_of_change_in_x_wind_due_to_nonstationary_gravity_wave from new to old metadata -INFO: Converting local name bl_mynn_cloudpdf of variable cloudpdf from new to old metadata -INFO: Converting local name vtype of variable vegetation_type_classification_real from new to old metadata -INFO: Converting local name imfdeepcnv_gf of variable flag_for_gf_deep_convection_scheme from new to old metadata -INFO: Converting local name lssav of variable flag_diagnostics from new to old metadata -INFO: Converting local name sfalb of variable surface_diffused_shortwave_albedo from new to old metadata -INFO: Converting local name acvb of variable smallest_cloud_base_vertical_index_encountered_thus_far from new to old metadata -INFO: Converting local name c_0 of variable coefficient_c_0 from new to old metadata -INFO: Converting local name mpirank of variable mpi_rank_for_fast_physics from new to old metadata -INFO: Converting local name ntrac of variable number_of_tracers from new to old metadata -INFO: Converting local name dvsfci of variable instantaneous_surface_y_momentum_flux_for_diag from new to old metadata -INFO: Converting local name GFS_Interstitial of variable GFS_interstitial_type_instance_all_threads from new to old metadata -INFO: Converting local name in_nm of variable in_number_concentration from new to old metadata -INFO: Converting local name blksz2(ccpp_block_number) of variable horizontal_dimension from new to old metadata -INFO: Converting local name blk_no of variable ccpp_block_number from new to old metadata -INFO: Converting local name min_lakeice of variable lake_ice_minimum from new to old metadata -INFO: Converting local name canicexy of variable canopy_intercepted_ice_mass from new to old metadata -INFO: Converting local name mg_precip_frac_method of variable mg_type_of_precip_fraction_method from new to old metadata -INFO: Converting local name lonr of variable number_of_equatorial_longitude_points from new to old metadata -INFO: Converting local name dt3dt(:,:,7) of variable cumulative_change_in_temperature_due_to_orographic_gravity_wave_drag from new to old metadata -INFO: Converting local name dtzm of variable mean_change_over_depth_in_sea_water_temperature from new to old metadata -INFO: Converting local name du3dt_mtb of variable time_integral_of_change_in_x_wind_due_to_mountain_blocking_drag from new to old metadata -INFO: Converting local name stress_land of variable surface_wind_stress_over_land from new to old metadata -INFO: Converting local name nspinup of variable number_of_iterations_to_spin_up_cellular_automata from new to old metadata -INFO: Converting local name zogw of variable height_of_launch_level_of_orographic_gravity_wave from new to old metadata -INFO: Converting local name ntsw of variable index_for_snow_water from new to old metadata -INFO: Converting local name cov of variable t_prime_q_prime from new to old metadata -INFO: Converting local name sup of variable ice_supersaturation_threshold from new to old metadata -INFO: Converting local name dt3dt(:,:,3) of variable cumulative_change_in_temperature_due_to_PBL from new to old metadata -INFO: Converting local name mg_qcvar of variable mg_cloud_water_variance from new to old metadata -INFO: Converting local name ffmm_ice of variable Monin_Obukhov_similarity_function_for_momentum_over_ice from new to old metadata -INFO: Converting local name dtdt of variable tendency_of_air_temperature_at_Lagrangian_surface from new to old metadata -INFO: Converting local name GFS_statein_type of variable GFS_statein_type from new to old metadata -INFO: Converting local name train of variable accumulated_change_of_air_temperature_due_to_FA_scheme from new to old metadata -INFO: Converting local name fscav of variable coefficients_for_aerosol_scavenging from new to old metadata -INFO: Converting local name prslk(:,1) of variable dimensionless_exner_function_at_lowest_model_layer from new to old metadata -INFO: Converting local name tf of variable frozen_cloud_threshold_temperature from new to old metadata -INFO: Converting local name communicator of variable mpi_comm from new to old metadata -INFO: Converting local name qs_r of variable cloud_snow_mixing_ratio from new to old metadata -INFO: Converting local name skebv_wts of variable weights_for_stochastic_skeb_perturbation_of_y_wind from new to old metadata -INFO: Converting local name bl_mynn_edmf_part of variable edmf_partition_flag from new to old metadata -INFO: Converting local name dq3dt(:,:,7) of variable cumulative_change_in_ozone_concentration_due_to_ozone_mixing_ratio from new to old metadata -INFO: Converting local name swhc of variable tendency_of_air_temperature_due_to_shortwave_heating_assuming_clear_sky_on_radiation_timestep from new to old metadata -INFO: Converting local name mg_ngnst of variable mg_graupel_concentration_constant from new to old metadata -INFO: Converting local name GFS_grid_type of variable GFS_grid_type from new to old metadata -INFO: Converting local name js of variable starting_y_direction_index from new to old metadata -INFO: Converting local name out_dt of variable flag_for_tendency_of_air_temperature_at_Lagrangian_surface from new to old metadata -INFO: Converting local name delr of variable layer_pressure_thickness_for_radiation from new to old metadata -INFO: Converting local name ncgl of variable local_graupel_number_concentration from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_snow_water) of variable snow_water_mixing_ratio from new to old metadata -INFO: Converting local name totgrp of variable accumulated_lwe_thickness_of_graupel_amount from new to old metadata -INFO: Converting local name cldtausw of variable cloud_optical_depth_layers_at_0p55mu_band from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_ozone) of variable tendency_of_ozone_mixing_ratio_due_to_model_physics from new to old metadata -INFO: Converting local name ntoz of variable index_for_ozone from new to old metadata -INFO: Converting local name evap of variable kinematic_surface_upward_latent_heat_flux from new to old metadata -INFO: Converting local name oro of variable orography from new to old metadata -INFO: Converting local name topfsw of variable sw_fluxes_top_atmosphere from new to old metadata -INFO: Converting local name jmap of variable map_of_block_column_number_to_global_j_index from new to old metadata -INFO: Converting local name cdq of variable surface_drag_coefficient_for_heat_and_moisture_in_air from new to old metadata -INFO: Converting local name soiltype of variable soil_type_classification from new to old metadata -INFO: Converting local name evap_ocean of variable kinematic_surface_upward_latent_heat_flux_over_ocean from new to old metadata -INFO: Converting local name nblks of variable number_of_blocks from new to old metadata -INFO: Converting local name dxinv of variable inverse_scaling_factor_for_critical_relative_humidity from new to old metadata -INFO: Converting local name dvsfc of variable cumulative_surface_y_momentum_flux_for_diag_multiplied_by_timestep from new to old metadata -INFO: Converting local name GFS_stateout_type of variable GFS_stateout_type from new to old metadata -INFO: Converting local name qg of variable cloud_graupel_specific_humidity_at_Lagrangian_surface from new to old metadata -INFO: Converting local name nmtvr of variable number_of_statistical_measures_of_subgrid_orography from new to old metadata -INFO: Converting local name nseed of variable cellular_automata_seed_frequency from new to old metadata -INFO: Converting local name nlives of variable cellular_automata_lifetime from new to old metadata -INFO: Converting local name vegf1d of variable perturbation_of_vegetation_fraction from new to old metadata -INFO: Converting local name v10m of variable y_wind_at_10m from new to old metadata -INFO: Converting local name hice of variable sea_ice_thickness from new to old metadata -INFO: Converting local name mbota of variable model_layer_number_at_cloud_base from new to old metadata -INFO: Converting local name ncnvw of variable index_for_convective_cloud_water_mixing_ratio_in_phy_f3d from new to old metadata -INFO: Converting local name flqc of variable surface_exchange_coefficient_for_moisture from new to old metadata -INFO: Converting local name imfshalcnv_samf of variable flag_for_samf_shallow_convection_scheme from new to old metadata -INFO: Converting local name ntdiag of variable diagnostics_control_for_chemical_tracers from new to old metadata -INFO: Converting local name c1_shal of variable detrainment_conversion_parameter_shallow_convection from new to old metadata -INFO: Converting local name con_g of variable gravitational_acceleration from new to old metadata -INFO: Converting local name je of variable ending_y_direction_index from new to old metadata -INFO: Converting local name hprime(:,1) of variable standard_deviation_of_subgrid_orography from new to old metadata -INFO: Converting local name lh of variable surface_latent_heat from new to old metadata -INFO: Converting local name v10max of variable maximum_v_wind_at_10m_over_maximum_hourly_time_interval from new to old metadata -INFO: Converting local name dvsfcg of variable instantaneous_y_stress_due_to_gravity_wave_drag from new to old metadata -INFO: Converting local name mg_ninst of variable mg_ice_concentration_constant from new to old metadata -INFO: Converting local name lwhd of variable tendency_of_air_temperature_due_to_longwave_heating_for_idea from new to old metadata -INFO: Converting local name ntkev of variable index_for_turbulent_kinetic_energy_vertical_diffusion_tracer from new to old metadata -INFO: Converting local name fm10 of variable Monin_Obukhov_similarity_function_for_momentum_at_10m from new to old metadata -INFO: Converting local name phour of variable forecast_time_at_previous_timestep from new to old metadata -INFO: Converting local name phys_hydrostatic of variable flag_for_hydrostatic_heating_from_physics from new to old metadata -INFO: Converting local name nswsfci of variable surface_net_downwelling_shortwave_flux from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_for_graupel_effective_radius) of variable effective_radius_of_stratiform_cloud_graupel_particle_in_um from new to old metadata -INFO: Converting local name ngeffr of variable index_for_graupel_effective_radius from new to old metadata -INFO: Converting local name kt of variable vertical_index_difference_between_layer_and_upper_bound from new to old metadata -INFO: Converting local name GFS_tbd_type of variable GFS_tbd_type from new to old metadata -INFO: Converting local name tsurf_ocean of variable surface_skin_temperature_after_iteration_over_ocean from new to old metadata -INFO: Converting local name gu0(:,1) of variable x_wind_at_lowest_model_layer_updated_by_physics from new to old metadata -INFO: Converting local name akap of variable kappa_dry_for_fast_physics from new to old metadata -INFO: Converting local name lsm of variable flag_for_land_surface_scheme from new to old metadata -INFO: Converting local name nscav of variable number_of_tracers_scavenged from new to old metadata -INFO: Converting local name ffmm of variable Monin_Obukhov_similarity_function_for_momentum from new to old metadata -INFO: Converting local name nnirbm_cpl of variable cumulative_surface_net_downward_direct_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name tau_mtb of variable instantaneous_momentum_flux_due_to_mountain_blocking_drag from new to old metadata -INFO: Converting local name snicexy of variable snow_layer_ice from new to old metadata -INFO: Converting local name flag_guess of variable flag_for_guess_run from new to old metadata -INFO: Converting local name dnirbm_cpl of variable cumulative_surface_downwelling_direct_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name chh_ocean of variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_ocean from new to old metadata -INFO: Converting local name dtsfci_cpl of variable instantaneous_surface_upward_sensible_heat_flux_for_coupling from new to old metadata -INFO: Converting local name flgmin of variable minimum_large_ice_fraction from new to old metadata -INFO: Converting local name t02max of variable maximum_temperature_at_2m_over_maximum_hourly_time_interval from new to old metadata -INFO: Converting local name tconvtend of variable tendency_of_air_temperature_due_to_deep_convection_for_coupling_on_physics_timestep from new to old metadata -INFO: Converting local name zorl of variable surface_roughness_length from new to old metadata -INFO: Converting local name coslat of variable cosine_of_latitude from new to old metadata -INFO: Converting local name pertalb of variable magnitude_of_surface_albedo_perturbation from new to old metadata -INFO: Converting local name aecm of variable instantaneous_aerosol_column_mass_densities from new to old metadata -INFO: Converting local name con_rv of variable gas_constant_water_vapor from new to old metadata -INFO: Converting local name wminco of variable cloud_condensed_water_conversion_threshold from new to old metadata -INFO: Converting local name fastcpxy of variable fast_soil_pool_mass_content_of_carbon from new to old metadata -INFO: Converting local name kind_grid of variable kind_grid from new to old metadata -INFO: Converting local name stress of variable surface_wind_stress from new to old metadata -INFO: Converting local name qgrs(:,1,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio_at_lowest_model_layer from new to old metadata -INFO: Converting local name rhc of variable critical_relative_humidity from new to old metadata -INFO: Converting local name tsfco of variable sea_surface_temperature from new to old metadata -INFO: Converting local name tau_ngw of variable instantaneous_momentum_flux_due_to_nonstationary_gravity_wave from new to old metadata -INFO: Converting local name tsfcl of variable surface_skin_temperature_over_land from new to old metadata -INFO: Converting local name clouds(:,:,7) of variable mean_effective_radius_for_rain_drop from new to old metadata -INFO: Converting local name con_cliq of variable specific_heat_of_liquid_water_at_constant_pressure from new to old metadata -INFO: Converting local name zmtb of variable height_of_mountain_blocking from new to old metadata -INFO: Converting local name ulwsfcin_cpl of variable surface_upwelling_longwave_flux_for_coupling from new to old metadata -INFO: Converting local name dlwsfc_cpl of variable cumulative_surface_downwelling_longwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name sfcdlw of variable surface_downwelling_longwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name t1 of variable air_temperature_at_lowest_model_layer_for_diag from new to old metadata -INFO: Converting local name ntiw of variable index_for_ice_cloud_condensate from new to old metadata -INFO: Converting local name bl_mynn_mixlength of variable mixing_length_flag from new to old metadata -INFO: Converting local name faerlw(:,:,:,1) of variable aerosol_optical_depth_for_longwave_bands_01_16 from new to old metadata -INFO: Converting local name ozpl of variable ozone_forcing from new to old metadata -INFO: Converting local name dlength of variable characteristic_grid_length_scale from new to old metadata -INFO: Converting local name slag of variable equation_of_time from new to old metadata -INFO: Converting local name ntot2d of variable number_of_fields_in_phyf2d from new to old metadata -INFO: Converting local name iopt_run of variable flag_for_runoff_and_groundwater_option from new to old metadata -INFO: Converting local name gq0(:,:,index_for_liquid_cloud_number_concentration) of variable cloud_droplet_number_concentration_updated_by_physics from new to old metadata -INFO: Converting local name sneqvoxy of variable snow_mass_at_previous_time_step from new to old metadata -INFO: Converting local name con_rhw0 of variable sea_water_reference_density from new to old metadata -INFO: Converting local name mtopa of variable model_layer_number_at_cloud_top from new to old metadata -INFO: Converting local name pertshc of variable magnitude_of_perturbation_of_soil_type_b_parameter from new to old metadata -INFO: Converting local name levi of variable vertical_interface_dimension from new to old metadata -INFO: Converting local name do_shoc of variable flag_for_shoc from new to old metadata -INFO: Converting local name du3dt_tms of variable time_integral_of_change_in_x_wind_due_to_turbulent_orographic_form_drag from new to old metadata -INFO: Converting local name snow_cpl of variable lwe_thickness_of_snow_amount_for_coupling from new to old metadata -INFO: Converting local name pkz of variable finite_volume_mean_edge_pressure_raised_to_the_power_of_kappa from new to old metadata -INFO: Converting local name nn of variable number_of_tracers_for_convective_transport from new to old metadata -INFO: Converting local name do_sat_adj of variable flag_for_saturation_adjustment_for_microphysics_in_dynamics from new to old metadata -INFO: Converting local name dx of variable cell_size from new to old metadata -INFO: Converting local name do_ugwp of variable do_ugwp from new to old metadata -INFO: Converting local name rain of variable lwe_thickness_of_precipitation_amount_on_dynamics_timestep from new to old metadata -INFO: Converting local name iopt_crs of variable flag_for_canopy_stomatal_resistance_option from new to old metadata -INFO: Converting local name qgrs(:,1,index_for_water_vapor) of variable water_vapor_specific_humidity_at_lowest_model_layer from new to old metadata -INFO: Converting local name ntqv of variable index_for_water_vapor from new to old metadata -INFO: Converting local name t02min of variable minimum_temperature_at_2m_over_maximum_hourly_time_interval from new to old metadata -INFO: Converting local name imp_physics_gfdl of variable flag_for_gfdl_microphysics_scheme from new to old metadata -INFO: Converting local name lprnt of variable flag_print from new to old metadata -INFO: Converting local name gabsbdlw_ice of variable surface_downwelling_longwave_flux_absorbed_by_ground_over_ice from new to old metadata -INFO: Converting local name imp_physics_thompson of variable flag_for_thompson_microphysics_scheme from new to old metadata -INFO: Converting local name ctei_rm of variable critical_cloud_top_entrainment_instability_criteria from new to old metadata -INFO: Converting local name tseal of variable surface_skin_temperature_for_nsst from new to old metadata -INFO: Converting local name dusfc_fd of variable integrated_x_momentum_flux_from_form_drag from new to old metadata -INFO: Converting local name dusfcin_cpl of variable surface_x_momentum_flux_for_coupling from new to old metadata -INFO: Converting local name slope of variable surface_slope_classification_real from new to old metadata -INFO: Converting local name htrlw of variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_timestep from new to old metadata -INFO: Converting local name mg_qcmin(2) of variable mg_minimum_ice_mixing_ratio from new to old metadata -INFO: Converting local name tice of variable sea_ice_temperature_interstitial from new to old metadata -INFO: Converting local name adjvisbmu of variable surface_upwelling_direct_ultraviolet_and_visible_shortwave_flux from new to old metadata -INFO: Converting local name dvgwd of variable time_integral_of_y_stress_due_to_gravity_wave_drag from new to old metadata -INFO: Converting local name dusfc_cice of variable surface_x_momentum_flux_for_coupling_interstitial from new to old metadata -INFO: Converting local name errmsg of variable ccpp_error_message from new to old metadata -INFO: Converting local name flag_cice of variable flag_for_cice from new to old metadata -INFO: Converting local name Coupling of variable GFS_coupling_type_instance from new to old metadata -INFO: Converting local name cs_parm(3) of variable detrainment_and_precipitation_tunable_parameter_3_CS from new to old metadata -INFO: Converting local name snliqxy of variable snow_layer_liquid_water from new to old metadata -INFO: Converting local name mstrat of variable flag_for_moorthi_stratus from new to old metadata -INFO: Converting local name imfdeepcnv_sas of variable flag_for_sas_deep_convection_scheme from new to old metadata -INFO: Converting local name weasd_ice of variable water_equivalent_accumulated_snow_depth_over_ice from new to old metadata -INFO: Converting local name bl_mynn_edmf_mom of variable edmf_momentum_transport_flag from new to old metadata -INFO: Converting local name npdf3d of variable number_of_3d_arrays_associated_with_pdf_based_clouds from new to old metadata -INFO: Converting local name dq3dt(:,:,2) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_deep_convection from new to old metadata -INFO: Converting local name w_upi of variable vertical_velocity_for_updraft from new to old metadata -INFO: Converting local name qlyr of variable water_vapor_specific_humidity_at_layer_for_radiation from new to old metadata -INFO: Converting local name fm10_ice of variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_ice from new to old metadata -INFO: Converting local name qgl of variable local_graupel_mixing_ratio from new to old metadata -INFO: Converting local name gt0(:,1) of variable air_temperature_at_lowest_model_layer_updated_by_physics from new to old metadata -INFO: Converting local name ccpp_t of variable ccpp_t from new to old metadata -INFO: Converting local name clouds(:,:,4) of variable cloud_ice_water_path from new to old metadata -INFO: Converting local name rain_cpl of variable lwe_thickness_of_precipitation_amount_for_coupling from new to old metadata -INFO: Converting local name bl_mynn_cloudmix of variable cloud_specie_mix_flag from new to old metadata -INFO: Converting local name tgxy of variable ground_temperature_for_noahmp from new to old metadata -INFO: Converting local name oa4 of variable asymmetry_of_subgrid_orography from new to old metadata -INFO: Converting local name refdmax of variable maximum_reflectivity_at_1km_agl_over_maximum_hourly_time_interval from new to old metadata -INFO: Converting local name GFS_Data(ccpp_block_number) of variable GFS_data_type_instance from new to old metadata -INFO: Converting local name dvsfc_cpl of variable cumulative_surface_y_momentum_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name shocaftcnv of variable flag_for_shoc_after_convection from new to old metadata -INFO: Converting local name mg_rhmini of variable mg_minimum_rh_for_ice from new to old metadata -INFO: Converting local name t2mi_cpl of variable instantaneous_temperature_at_2m_for_coupling from new to old metadata -INFO: Converting local name GFS_Interstitial(ccpp_thread_number) of variable GFS_interstitial_type_instance from new to old metadata -INFO: Converting local name thrd_no of variable ccpp_thread_number from new to old metadata -INFO: Converting local name evbs of variable soil_upward_latent_heat_flux from new to old metadata -INFO: Converting local name dtdtr of variable tendency_of_air_temperature_due_to_radiative_heating_on_physics_time_step from new to old metadata -INFO: Converting local name spfhmin of variable minimum_specific_humidity_at_2m from new to old metadata -INFO: Converting local name xsaixy of variable stem_area_index from new to old metadata -INFO: Converting local name lsoil of variable soil_vertical_dimension from new to old metadata -INFO: Converting local name mg_ts_auto_ice of variable mg_time_scale_for_autoconversion_of_ice from new to old metadata -INFO: Converting local name ca_deep of variable fraction_of_cellular_automata_for_deep_convection from new to old metadata -INFO: Converting local name work1 of variable grid_size_related_coefficient_used_in_scale_sensitive_schemes from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_for_cloud_liquid_water_effective_radius) of variable effective_radius_of_stratiform_cloud_liquid_water_particle_in_um from new to old metadata -INFO: Converting local name nleffr of variable index_for_cloud_liquid_water_effective_radius from new to old metadata -INFO: Converting local name dlwsfci of variable surface_downwelling_longwave_flux from new to old metadata -INFO: Converting local name mg_nicons of variable mg_flag_ice_concentration_constant from new to old metadata -INFO: Converting local name faersw(:,:,:,1) of variable aerosol_optical_depth_for_shortwave_bands_01_16 from new to old metadata -INFO: Converting local name xt of variable diurnal_thermocline_layer_heat_content from new to old metadata -INFO: Converting local name prsl of variable air_pressure from new to old metadata -INFO: Converting local name cv of variable fraction_of_convective_cloud from new to old metadata -INFO: Converting local name blksz of variable horizontal_block_size from new to old metadata -INFO: Converting local name pertvegf of variable magnitude_of_perturbation_of_vegetation_fraction from new to old metadata -INFO: Converting local name gq0(:,:,index_for_cloud_amount) of variable cloud_fraction_updated_by_physics from new to old metadata -INFO: Converting local name ntclamt of variable index_for_cloud_amount from new to old metadata -INFO: Converting local name zorlo of variable surface_roughness_length_over_ocean from new to old metadata -INFO: Converting local name te0 of variable atmosphere_energy_content_at_Lagrangian_surface from new to old metadata -INFO: Converting local name ktop of variable vertical_index_at_cloud_top from new to old metadata -INFO: Converting local name prevsq of variable moisture_from_previous_timestep from new to old metadata -INFO: Converting local name kpbl of variable vertical_index_at_top_of_atmosphere_boundary_layer from new to old metadata -INFO: Converting local name ncells of variable cellular_automata_finer_grid from new to old metadata -INFO: Converting local name cnvc of variable convective_cloud_cover from new to old metadata -INFO: Converting local name totprcp of variable accumulated_lwe_thickness_of_precipitation_amount from new to old metadata -INFO: Converting local name cgwf of variable multiplication_factors_for_convective_gravity_wave_drag from new to old metadata -INFO: Converting local name do_shum of variable flag_for_stochastic_shum_option from new to old metadata -INFO: Converting local name save_q of variable tracer_concentration_save from new to old metadata -INFO: Converting local name h2o_pres of variable natural_log_of_h2o_forcing_data_pressure_levels from new to old metadata -INFO: Converting local name iopt_snf of variable flag_for_precipitation_partition_option from new to old metadata -INFO: Converting local name c0s_shal of variable rain_conversion_parameter_shallow_convection from new to old metadata -INFO: Converting local name zwtxy of variable water_table_depth from new to old metadata -INFO: Converting local name qr of variable cloud_rain_specific_humidity_at_Lagrangian_surface from new to old metadata -INFO: Converting local name dzlyr of variable layer_thickness_for_radiation from new to old metadata -INFO: Converting local name taussxy of variable nondimensional_snow_age from new to old metadata -INFO: Converting local name tsfa of variable surface_air_temperature_for_radiation from new to old metadata -INFO: Converting local name snoalb of variable upper_bound_on_max_albedo_over_deep_snow from new to old metadata -INFO: Converting local name xs of variable sea_water_salinity from new to old metadata -INFO: Converting local name dvsfci_cpl of variable instantaneous_surface_y_momentum_flux_for_coupling from new to old metadata -INFO: Converting local name xlat of variable latitude from new to old metadata -INFO: Converting local name ugrs of variable x_wind from new to old metadata -INFO: Converting local name shdmin of variable minimum_vegetation_area_fraction from new to old metadata -INFO: Converting local name nnirdfi_cpl of variable instantaneous_surface_net_downward_diffuse_near_infrared_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name microp_uniform of variable mg_flag_for_uniform_subcolumns from new to old metadata -INFO: Converting local name frland of variable land_area_fraction_for_microphysics from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_ice_friendly_aerosols) of variable tendency_of_ice_friendly_aerosol_number_concentration_due_to_model_physics from new to old metadata -INFO: Converting local name oz_pres of variable natural_log_of_ozone_forcing_data_pressure_levels from new to old metadata -INFO: Converting local name zlwb of variable time_integral_of_height_of_low_level_wave_breaking from new to old metadata -INFO: Converting local name gq0(:,:,index_for_ice_cloud_condensate) of variable ice_water_mixing_ratio_updated_by_physics from new to old metadata -INFO: Converting local name qss of variable surface_specific_humidity from new to old metadata -INFO: Converting local name dry of variable flag_nonzero_land_surface_fraction from new to old metadata -INFO: Converting local name bk of variable b_parameter_of_the_hybrid_coordinate from new to old metadata -INFO: Converting local name cdmbgwd of variable multiplication_factors_for_mountain_blocking_and_orographic_gravity_wave_drag from new to old metadata -INFO: Converting local name levs of variable vertical_dimension from new to old metadata -INFO: Converting local name swhtr of variable flag_for_output_of_shortwave_heating_rate from new to old metadata -INFO: Converting local name zorl_land of variable surface_roughness_length_over_land_interstitial from new to old metadata -INFO: Converting local name t2m of variable temperature_at_2m from new to old metadata -INFO: Converting local name tau_ogw of variable instantaneous_momentum_flux_due_to_orographic_gravity_wave_drag from new to old metadata -INFO: Converting local name shoc_parm(3) of variable shoc_tke_dissipation_tunable_parameter_near_surface from new to old metadata -INFO: Converting local name gflx_ice of variable upward_heat_flux_in_soil_over_ice from new to old metadata -INFO: Converting local name nspc1 of variable number_of_species_for_aerosol_optical_depth from new to old metadata -INFO: Converting local name drain_cpl of variable tendency_of_lwe_thickness_of_precipitation_amount_for_coupling from new to old metadata -INFO: Converting local name phis of variable surface_geopotential_at_Lagrangian_surface from new to old metadata -INFO: Converting local name q2mi_cpl of variable instantaneous_specific_humidity_at_2m_for_coupling from new to old metadata -INFO: Converting local name zogw of variable time_integral_of_height_of_launch_level_of_orographic_gravity_wave from new to old metadata -INFO: Converting local name prsi of variable air_pressure_at_interface from new to old metadata -INFO: Converting local name aerodp of variable atmosphere_optical_thickness_due_to_ambient_aerosol_particles from new to old metadata -INFO: Converting local name shal_cnv of variable flag_for_shallow_convection from new to old metadata -INFO: Converting local name icsdlw of variable seed_random_numbers_lw from new to old metadata -INFO: Converting local name ncld of variable number_of_hydrometeors from new to old metadata -INFO: Converting local name gasvmr(:,:,6) of variable volume_mixing_ratio_cfc11 from new to old metadata -INFO: Converting local name tracers_water of variable number_of_water_tracers from new to old metadata -INFO: Converting local name nscyc of variable number_of_timesteps_between_surface_cycling_calls from new to old metadata -INFO: Converting local name dswsfc_cpl of variable cumulative_surface_downwelling_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name adjvisdfu of variable surface_upwelling_diffuse_ultraviolet_and_visible_shortwave_flux from new to old metadata -INFO: Converting local name cs_parm(2) of variable updraft_velocity_tunable_parameter_2_CS from new to old metadata -INFO: Converting local name lsswr of variable flag_to_calc_sw from new to old metadata -INFO: Converting local name imfshalcnv_gf of variable flag_for_gf_shallow_convection_scheme from new to old metadata -INFO: Converting local name kinver of variable index_of_highest_temperature_inversion from new to old metadata -INFO: Converting local name tslb of variable soil_temperature_for_land_surface_model from new to old metadata -INFO: Converting local name weasd of variable water_equivalent_accumulated_snow_depth from new to old metadata -INFO: Converting local name tisfc of variable sea_ice_temperature from new to old metadata -INFO: Converting local name faerlw of variable aerosol_optical_properties_for_longwave_bands_01_16 from new to old metadata -INFO: Converting local name logunit of variable iounit_log from new to old metadata -INFO: Converting local name fast_mp_consv of variable flag_for_fast_microphysics_energy_conservation from new to old metadata -INFO: Converting local name cnv_mfd of variable detrained_mass_flux from new to old metadata -INFO: Converting local name zvir of variable ratio_of_vapor_to_dry_air_gas_constants_minus_one_default_kind from new to old metadata -INFO: Converting local name jed of variable ending_y_direction_index_domain from new to old metadata -INFO: Converting local name gasvmr(:,:,3) of variable volume_mixing_ratio_ch4 from new to old metadata -INFO: Converting local name sfcdsw of variable surface_downwelling_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name hydrostatic of variable flag_for_hydrostatic_solver_for_fast_physics from new to old metadata -INFO: Converting local name dvsfc_bl of variable integrated_y_momentum_flux_from_blocking_drag from new to old metadata -INFO: Converting local name Grid of variable GFS_grid_type_instance from new to old metadata -INFO: Converting local name ncnd of variable number_of_cloud_condensate_types from new to old metadata -INFO: Converting local name w_0 of variable coefficient_w_0 from new to old metadata -INFO: Converting local name zm of variable ocean_mixed_layer_thickness from new to old metadata -INFO: Converting local name shoc_parm(2) of variable shoc_tke_dissipation_tunable_parameter from new to old metadata -INFO: Converting local name cdec of variable cosine_of_solar_declination_angle from new to old metadata -INFO: Converting local name npzq_con of variable vertical_dimension_for_condensed_water_at_Lagrangian_surface from new to old metadata -INFO: Converting local name rmol of variable reciprocal_of_obukhov_length from new to old metadata -INFO: Converting local name snowxy of variable number_of_snow_layers from new to old metadata -INFO: Converting local name hflx_land of variable kinematic_surface_upward_sensible_heat_flux_over_land from new to old metadata -INFO: Converting local name clw of variable convective_transportable_tracers from new to old metadata -INFO: Converting local name srflag of variable flag_for_precipitation_type from new to old metadata -INFO: Converting local name suntim of variable duration_of_sunshine from new to old metadata -INFO: Converting local name isot of variable soil_type_dataset_choice from new to old metadata -INFO: Converting local name isol of variable flag_for_solar_constant from new to old metadata -INFO: Converting local name th2m of variable potential_temperature_at_2m from new to old metadata -INFO: Converting local name hpbl of variable atmosphere_boundary_layer_thickness from new to old metadata -INFO: Converting local name cd of variable surface_drag_coefficient_for_momentum_in_air from new to old metadata -INFO: Converting local name dusfc_ls of variable integrated_x_momentum_flux_from_large_scale_gwd from new to old metadata -INFO: Converting local name do_sppt of variable flag_for_stochastic_surface_physics_perturbations from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_for_convective_cloud_water_mixing_ratio_in_phy_f3d) of variable convective_cloud_water_mixing_ratio_in_phy_f3d from new to old metadata -INFO: Converting local name rb_ice of variable bulk_richardson_number_at_lowest_model_level_over_ice from new to old metadata -INFO: Converting local name itc of variable number_of_aerosol_tracers_for_convection from new to old metadata -INFO: Converting local name Cldprop of variable GFS_cldprop_type_instance from new to old metadata -INFO: Converting local name grav_settling of variable grav_settling from new to old metadata -INFO: Converting local name gq0(:,:,index_for_ice_cloud_number_concentration) of variable ice_number_concentration_updated_by_physics from new to old metadata -INFO: Converting local name ntinc of variable index_for_ice_cloud_number_concentration from new to old metadata -INFO: Converting local name iopt_inf of variable flag_for_frozen_soil_permeability_option from new to old metadata -INFO: Converting local name c0s_deep of variable rain_conversion_parameter_deep_convection from new to old metadata -INFO: Converting local name dtaux2d_ls of variable x_momentum_tendency_from_large_scale_gwd from new to old metadata -INFO: Converting local name phy_myj_qz0 of variable specific_humidity_at_viscous_sublayer_top from new to old metadata -INFO: Converting local name iovr_sw of variable flag_for_max_random_overlap_clouds_for_shortwave_radiation from new to old metadata -INFO: Converting local name icliq_sw of variable flag_for_optical_property_for_liquid_clouds_for_shortwave_radiation from new to old metadata -INFO: Converting local name psmean of variable cumulative_surface_pressure_multiplied_by_timestep from new to old metadata -INFO: Converting local name cmm_ocean of variable surface_drag_wind_speed_for_momentum_in_air_over_ocean from new to old metadata -INFO: Converting local name shcnvcw of variable flag_shallow_convective_cloud from new to old metadata -INFO: Converting local name drain of variable subsurface_runoff_flux from new to old metadata -INFO: Converting local name ak of variable a_parameter_of_the_hybrid_coordinate from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_liquid_cloud_number_concentration) of variable tendency_of_cloud_droplet_number_concentration_due_to_model_physics from new to old metadata -INFO: Converting local name sfc_z0_type of variable flag_for_surface_roughness_option_over_ocean from new to old metadata -INFO: Converting local name cvt of variable pressure_at_top_of_convective_cloud from new to old metadata -INFO: Converting local name gwd_opt of variable gwd_opt from new to old metadata -INFO: Converting local name snowmp of variable lwe_thickness_of_snow_amount from new to old metadata -INFO: Converting local name ncnvcld3d of variable number_of_convective_3d_cloud_fields from new to old metadata -INFO: Converting local name cape of variable convective_available_potential_energy_for_coupling from new to old metadata -INFO: Converting local name du3dt_ogw of variable time_integral_of_change_in_x_wind_due_to_orographic_gravity_wave_drag from new to old metadata -INFO: Converting local name te0_2d of variable atmosphere_energy_content_in_column from new to old metadata -INFO: Converting local name dsnowprv of variable snow_precipitation_rate_from_previous_timestep from new to old metadata -INFO: Converting local name chh of variable surface_drag_mass_flux_for_heat_and_moisture_in_air from new to old metadata -INFO: Converting local name dt3dt(:,:,5) of variable cumulative_change_in_temperature_due_to_shal_convection from new to old metadata -INFO: Converting local name cplwav of variable flag_for_wave_coupling from new to old metadata -INFO: Converting local name clw(:,:,2) of variable cloud_condensed_water_mixing_ratio_convective_transport_tracer from new to old metadata -INFO: Converting local name shoc_parm(1) of variable shoc_tke_dissipatation_pressure_threshold from new to old metadata -INFO: Converting local name oro_uf of variable orography_unfiltered from new to old metadata -INFO: Converting local name peln of variable log_pressure_at_Lagrangian_surface from new to old metadata -INFO: Converting local name gasvmr(:,:,8) of variable volume_mixing_ratio_cfc22 from new to old metadata -INFO: Converting local name pertzt of variable magnitude_of_perturbation_of_heat_to_momentum_roughness_length_ratio from new to old metadata -INFO: Converting local name clouds(:,:,1) of variable total_cloud_fraction from new to old metadata -INFO: Converting local name iaer of variable flag_for_default_aerosol_effect_in_shortwave_radiation from new to old metadata -INFO: Converting local name wet1 of variable normalized_soil_wetness from new to old metadata -INFO: Converting local name npz of variable vertical_dimension_for_fast_physics from new to old metadata -INFO: Converting local name cal_pre of variable flag_for_precipitation_type_algorithm from new to old metadata -INFO: Converting local name lmk of variable adjusted_vertical_layer_dimension_for_radiation from new to old metadata -INFO: Converting local name kind_phys of variable kind_phys from new to old metadata -INFO: Converting local name Sfcprop of variable GFS_sfcprop_type_instance from new to old metadata -INFO: Converting local name wslakexy of variable lake_water_storage from new to old metadata -INFO: Converting local name f10m of variable ratio_of_wind_at_lowest_model_layer_and_wind_at_10m from new to old metadata -INFO: Converting local name gasvmr(:,:,1) of variable volume_mixing_ratio_co2 from new to old metadata -INFO: Converting local name q2mp of variable specific_humidity_at_2m_from_noahmp from new to old metadata -INFO: Converting local name lwhc of variable tendency_of_air_temperature_due_to_longwave_heating_assuming_clear_sky_on_radiation_timestep from new to old metadata -INFO: Converting local name snowd_ice of variable surface_snow_thickness_water_equivalent_over_ice from new to old metadata -INFO: Converting local name lsnow_lsm_lbound of variable lower_bound_of_snow_vertical_dimension_for_land_surface_model from new to old metadata -INFO: Converting local name mg_dcs of variable mg_autoconversion_size_threshold_ice_snow from new to old metadata -INFO: Converting local name rhgrd of variable fa_threshold_relative_humidity_for_onset_of_condensation from new to old metadata -INFO: Converting local name dudt_ogw of variable instantaneous_change_in_x_wind_due_to_orographic_gravity_wave_drag from new to old metadata -INFO: Converting local name slmsk of variable sea_land_ice_mask_real from new to old metadata -INFO: Converting local name ictm of variable flag_for_initial_time_date_control from new to old metadata -INFO: Converting local name qss_ocean of variable surface_specific_humidity_over_ocean from new to old metadata -INFO: Converting local name tsfc of variable surface_skin_temperature from new to old metadata -INFO: Converting local name prsik of variable dimensionless_exner_function_at_model_interfaces from new to old metadata -INFO: Converting local name t2mmp of variable temperature_at_2m_from_noahmp from new to old metadata -INFO: Converting local name tau_ogw of variable time_integral_of_momentum_flux_due_to_orographic_gravity_wave_drag from new to old metadata -INFO: Converting local name topflw_type of variable topflw_type from new to old metadata -INFO: Converting local name cnv_nice of variable number_concentration_of_ice_crystals_for_detrainment from new to old metadata -INFO: Converting local name cscnv of variable flag_for_Chikira_Sugiyama_deep_convection from new to old metadata -INFO: Converting local name u10mi_cpl of variable instantaneous_x_wind_at_10m_for_coupling from new to old metadata -INFO: Converting local name fh2_ocean of variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_ocean from new to old metadata -INFO: Converting local name phii of variable geopotential_at_interface from new to old metadata -INFO: Converting local name gq0(:,:,index_for_graupel) of variable graupel_mixing_ratio_updated_by_physics from new to old metadata -INFO: Converting local name ntgl of variable index_for_graupel from new to old metadata -INFO: Converting local name nvisdfi_cpl of variable instantaneous_surface_net_downward_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name norad_precip of variable flag_for_precipitation_effect_on_radiation from new to old metadata -INFO: Converting local name dq3dt(:,:,5) of variable cumulative_change_in_ozone_mixing_ratio_due_to_PBL from new to old metadata -INFO: Converting local name dusfcg of variable instantaneous_x_stress_due_to_gravity_wave_drag from new to old metadata -INFO: Converting local name stype of variable soil_type_classification_real from new to old metadata -INFO: Converting local name lwhtr of variable flag_for_output_of_longwave_heating_rate from new to old metadata -INFO: Converting local name skebv_wts of variable weights_for_stochastic_skeb_perturbation_of_y_wind_flipped from new to old metadata -INFO: Converting local name prnum of variable prandtl_number from new to old metadata -INFO: Converting local name dtsfcin_cpl of variable surface_upward_sensible_heat_flux_for_coupling from new to old metadata -INFO: Converting local name sigmatot of variable convective_updraft_area_fraction_at_model_interfaces from new to old metadata -INFO: Converting local name rann of variable random_number_array from new to old metadata -INFO: Converting local name work2 of variable grid_size_related_coefficient_used_in_scale_sensitive_schemes_complement from new to old metadata -INFO: Converting local name ep1d_land of variable surface_upward_potential_latent_heat_flux_over_land from new to old metadata -INFO: Converting local name num_p3d of variable array_dimension_of_3d_arrays_for_microphysics from new to old metadata -INFO: Converting local name frac_grid of variable flag_for_fractional_grid from new to old metadata -INFO: Converting local name dtdtc of variable tendency_of_air_temperature_due_to_radiative_heating_assuming_clear_sky from new to old metadata -INFO: Converting local name chxy of variable surface_drag_coefficient_for_heat_and_moisture_for_noahmp from new to old metadata -INFO: Converting local name dtauy2d_bl of variable y_momentum_tendency_from_blocking_drag from new to old metadata -INFO: Converting local name dtsfc of variable cumulative_surface_upward_sensible_heat_flux_for_diag_multiplied_by_timestep from new to old metadata -INFO: Converting local name gflx_ocean of variable upward_heat_flux_in_soil_over_ocean from new to old metadata -INFO: Converting local name deeprechxy of variable water_table_recharge_when_deep from new to old metadata -INFO: Converting local name imfshalcnv_sas of variable flag_for_sas_shallow_convection_scheme from new to old metadata -INFO: Converting local name woodxy of variable wood_mass from new to old metadata -INFO: Converting local name phy_f3d(:,:,3) of variable air_temperature_at_previous_time_step from new to old metadata -INFO: Converting local name otspt of variable flag_convective_tracer_transport from new to old metadata -INFO: Converting local name tsurf of variable surface_skin_temperature_after_iteration from new to old metadata -INFO: Converting local name phy_f2d(:,array_dimension_of_2d_arrays_for_microphysics) of variable surface_wind_enhancement_due_to_convection from new to old metadata -INFO: Converting local name num_p2d of variable array_dimension_of_2d_arrays_for_microphysics from new to old metadata -INFO: Converting local name diss_est of variable dissipation_estimate_of_air_temperature_at_model_layers from new to old metadata -INFO: Converting local name ffmm_land of variable Monin_Obukhov_similarity_function_for_momentum_over_land from new to old metadata -INFO: Converting local name imfshalcnv of variable flag_for_mass_flux_shallow_convection_scheme from new to old metadata -INFO: Converting local name iopt_rad of variable flag_for_radiation_transfer_option from new to old metadata -INFO: Converting local name effr_in of variable flag_for_cloud_effective_radii from new to old metadata -INFO: Converting local name Sh3D of variable stability_function_for_heat from new to old metadata -INFO: Converting local name con_sbc of variable stefan_boltzmann_constant from new to old metadata -INFO: Converting local name phy_myj_z0base of variable baseline_surface_roughness_length from new to old metadata -INFO: Converting local name sdec of variable sine_of_solar_declination_angle from new to old metadata -INFO: Converting local name f_ice of variable fraction_of_ice_water_cloud from new to old metadata -INFO: Converting local name qs of variable cloud_snow_specific_humidity_at_Lagrangian_surface from new to old metadata -INFO: Converting local name iflip of variable flag_for_vertical_index_direction_control from new to old metadata -INFO: Converting local name draincprv of variable convective_precipitation_rate_from_previous_timestep from new to old metadata -INFO: Converting local name icsdsw of variable seed_random_numbers_sw from new to old metadata -INFO: Converting local name dtaux2d_bl of variable x_momentum_tendency_from_blocking_drag from new to old metadata -INFO: Converting local name uustar_ocean of variable surface_friction_velocity_over_ocean from new to old metadata -INFO: Converting local name zlwb of variable height_of_low_level_wave_breaking from new to old metadata -INFO: Converting local name sigma of variable slope_of_subgrid_orography from new to old metadata -INFO: Converting local name cd_land of variable surface_drag_coefficient_for_momentum_in_air_over_land from new to old metadata -INFO: Converting local name shoc_parm(5) of variable shoc_flag_for_optional_surface_TKE_dissipation from new to old metadata -INFO: Converting local name qss_ice of variable surface_specific_humidity_over_ice from new to old metadata -INFO: Converting local name graupel of variable lwe_thickness_of_graupel_amount_on_dynamics_timestep from new to old metadata -INFO: Converting local name do_myjsfc of variable do_myjsfc from new to old metadata -INFO: Converting local name htsw0 of variable tendency_of_air_temperature_due_to_shortwave_heating_assuming_clear_sky_on_radiation_time_step from new to old metadata -INFO: Converting local name ep of variable cumulative_surface_upward_potential_latent_heat_flux_multiplied_by_timestep from new to old metadata -INFO: Converting local name tprcp of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep from new to old metadata -INFO: Converting local name dnirdf_cpl of variable cumulative_surface_downwelling_diffuse_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name qwv_surf of variable water_vapor_mixing_ratio_at_surface from new to old metadata -INFO: Converting local name fm10_ocean of variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_ocean from new to old metadata -INFO: Converting local name QC_BL of variable subgrid_cloud_mixing_ratio_pbl from new to old metadata -INFO: Converting local name adjsfculw_ice of variable surface_upwelling_longwave_flux_over_ice_interstitial from new to old metadata -INFO: Converting local name tsfci_cpl of variable instantaneous_surface_skin_temperature_for_coupling from new to old metadata -INFO: Converting local name pertz0 of variable magnitude_of_perturbation_of_momentum_roughness_length from new to old metadata -INFO: Converting local name eahxy of variable canopy_air_vapor_pressure from new to old metadata -INFO: Converting local name cnv_dqldt of variable tendency_of_cloud_water_due_to_convective_microphysics from new to old metadata -INFO: Converting local name gq0 of variable tracer_concentration_updated_by_physics from new to old metadata -INFO: Converting local name iopt_dveg of variable flag_for_dynamic_vegetation_option from new to old metadata -INFO: Converting local name gv0(:,1) of variable y_wind_at_lowest_model_layer_updated_by_physics from new to old metadata -INFO: Converting local name first_time_step of variable flag_for_first_time_step from new to old metadata -INFO: Converting local name dtaux2d_ss of variable x_momentum_tendency_from_small_scale_gwd from new to old metadata -INFO: Converting local name wetdpl of variable instantaneous_large_scale_wet_deposition from new to old metadata -INFO: Converting local name cndm_surf of variable surface_condensation_mass from new to old metadata -INFO: Converting local name cmm_land of variable surface_drag_wind_speed_for_momentum_in_air_over_land from new to old metadata -INFO: Converting local name fh2 of variable Monin_Obukhov_similarity_function_for_heat_at_2m from new to old metadata -INFO: Converting local name gw_dudt of variable tendency_of_x_wind_due_to_ugwp from new to old metadata -INFO: Converting local name shinhong of variable flag_for_scale_aware_Shinhong_PBL from new to old metadata -INFO: Converting local name maxMF of variable maximum_mass_flux from new to old metadata -INFO: Converting local name gu0 of variable x_wind_updated_by_physics from new to old metadata -INFO: Converting local name ncstrac of variable number_of_tracers_for_CS from new to old metadata -INFO: Converting local name do_qa of variable flag_for_inline_cloud_fraction_calculation from new to old metadata -INFO: Converting local name pgr of variable surface_air_pressure from new to old metadata -INFO: Converting local name del of variable air_pressure_difference_between_midlayers from new to old metadata -INFO: Converting local name nqrimef of variable index_for_mass_weighted_rime_factor from new to old metadata -INFO: Converting local name du3dt(:,:,1) of variable cumulative_change_in_x_wind_due_to_PBL from new to old metadata -INFO: Converting local name raincs of variable lwe_thickness_of_shallow_convective_precipitation_amount from new to old metadata -INFO: Converting local name xlaixy of variable leaf_area_index from new to old metadata -INFO: Converting local name iopt_alb of variable flag_for_ground_snow_surface_albedo_option from new to old metadata -INFO: Converting local name moninq_fac of variable atmosphere_diffusivity_coefficient_factor from new to old metadata -INFO: Converting local name work3 of variable ratio_of_exner_function_between_midlayer_and_interface_at_lowest_model_layer from new to old metadata -INFO: Converting local name adjnirbmd of variable surface_downwelling_direct_near_infrared_shortwave_flux from new to old metadata -INFO: Converting local name imp_physics_zhao_carr_pdf of variable flag_for_zhao_carr_pdf_microphysics_scheme from new to old metadata -INFO: Converting local name dv3dt(:,:,3) of variable cumulative_change_in_y_wind_due_to_deep_convection from new to old metadata -INFO: Converting local name evcwa of variable cumulative_canopy_upward_latent_heat_flu_multiplied_by_timestep from new to old metadata -INFO: Converting local name lsm_noah of variable flag_for_noah_land_surface_scheme from new to old metadata -INFO: Converting local name ntk of variable index_for_turbulent_kinetic_energy_convective_transport_tracer from new to old metadata -INFO: Converting local name qsnw of variable local_snow_water_mixing_ratio from new to old metadata -INFO: Converting local name edmf_thl of variable emdf_updraft_theta_l from new to old metadata -INFO: Converting local name crtrh(2) of variable critical_relative_humidity_at_PBL_top from new to old metadata -INFO: Converting local name xv of variable diurnal_thermocline_layer_y_current from new to old metadata -INFO: Converting local name rlapse of variable air_temperature_lapse_rate_constant from new to old metadata -INFO: Converting local name clw(:,:,1) of variable ice_water_mixing_ratio_convective_transport_tracer from new to old metadata -INFO: Converting local name levozp of variable vertical_dimension_of_ozone_forcing_data from new to old metadata -INFO: Converting local name spfhmax of variable maximum_specific_humidity_at_2m from new to old metadata -INFO: Converting local name runoff of variable surface_runoff_flux from new to old metadata -INFO: Converting local name do_sb_physics of variable mg_flag_for_sb2001_autoconversion from new to old metadata -INFO: Converting local name phy_myj_a1q of variable weight_for_specific_humidity_at_viscous_sublayer_top from new to old metadata -INFO: Converting local name cactiv of variable conv_activity_counter from new to old metadata -INFO: Converting local name clw(:,:,index_for_turbulent_kinetic_energy_convective_transport_tracer) of variable turbulent_kinetic_energy_convective_transport_tracer from new to old metadata -INFO: Converting local name oz_phys_2015 of variable flag_for_2015_ozone_physics from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_snow_number_concentration) of variable snow_number_concentration from new to old metadata -INFO: Converting local name ntsnc of variable index_for_snow_number_concentration from new to old metadata -INFO: Converting local name dlwsfci_cpl of variable instantaneous_surface_downwelling_longwave_flux_for_coupling from new to old metadata -INFO: Converting local name errflg of variable ccpp_error_flag from new to old metadata -INFO: Converting local name kbot of variable vertical_index_at_cloud_base from new to old metadata -INFO: Converting local name clw_surf of variable cloud_condensed_water_mixing_ratio_at_surface from new to old metadata -INFO: Converting local name skebu_wts of variable weights_for_stochastic_skeb_perturbation_of_x_wind from new to old metadata -INFO: Converting local name snowprv of variable lwe_thickness_of_snow_amount_from_previous_timestep from new to old metadata -INFO: Converting local name spec_adv of variable flag_for_individual_cloud_species_advected from new to old metadata -INFO: Converting local name rainmp of variable lwe_thickness_of_explicit_rain_amount from new to old metadata -INFO: Converting local name jdat of variable forecast_date_and_time from new to old metadata -INFO: Converting local name ntrcaer of variable number_of_aerosol_tracers_MG from new to old metadata -INFO: Converting local name gflux of variable cumulative_surface_ground_heat_flux_multiplied_by_timestep from new to old metadata -INFO: Converting local name q1 of variable water_vapor_specific_humidity_at_lowest_model_layer_for_diag from new to old metadata -INFO: Converting local name gq0(:,1,index_for_water_vapor) of variable water_vapor_specific_humidity_at_lowest_model_layer_updated_by_physics from new to old metadata -INFO: Converting local name nday of variable daytime_points_dimension from new to old metadata -INFO: Converting local name cs_parm(9) of variable entrainment_efficiency_tunable_parameter_9_CS from new to old metadata -INFO: Converting local name flx_form of variable flag_flux_form_CS from new to old metadata -INFO: Converting local name dtsfc_cpl of variable cumulative_surface_upward_sensible_heat_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name nstf_name(1) of variable flag_for_nsstm_run from new to old metadata -INFO: Converting local name ca_sgs of variable flag_for_sgs_cellular_automata from new to old metadata -INFO: Converting local name mg_qcmin(1) of variable mg_minimum_cloud_condensed_water_mixing_ratio from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio from new to old metadata -INFO: Converting local name rilist of variable gas_constants_for_multi_gases_physics from new to old metadata -INFO: Converting local name dtauy2d_ls of variable y_momentum_tendency_from_large_scale_gwd from new to old metadata -INFO: Converting local name oz_coeff of variable number_of_coefficients_in_ozone_forcing_data from new to old metadata -INFO: Converting local name edmf_qt of variable emdf_updraft_total_water from new to old metadata -INFO: Converting local name stmassxy of variable stem_mass from new to old metadata -INFO: Converting local name dgraupelprv of variable graupel_precipitation_rate_from_previous_timestep from new to old metadata -INFO: Converting local name gq0(:,:,index_for_mass_weighted_rime_factor) of variable mass_weighted_rime_factor_updated_by_physics from new to old metadata -INFO: Converting local name alnwf of variable mean_nir_albedo_with_weak_cosz_dependency from new to old metadata -INFO: Converting local name smoiseq of variable equilibrium_soil_water_content from new to old metadata -INFO: Converting local name psautco of variable coefficient_from_cloud_ice_to_snow from new to old metadata -INFO: Converting local name fhlwr of variable frequency_for_longwave_radiation from new to old metadata -INFO: Converting local name xtts of variable sensitivity_of_dtl_heat_content_to_surface_temperature from new to old metadata -INFO: Converting local name tracers_start_index of variable start_index_of_other_tracers from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_ice_cloud_condensate) of variable tendency_of_ice_cloud_water_mixing_ratio_due_to_model_physics from new to old metadata -INFO: Converting local name jsd of variable starting_y_direction_index_domain from new to old metadata -INFO: Converting local name semis_land of variable surface_longwave_emissivity_over_land_interstitial from new to old metadata -INFO: Converting local name tdomr of variable dominant_rain_type from new to old metadata -INFO: Converting local name conv_act of variable gf_memory_counter from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_ice_cloud_number_concentration) of variable ice_number_concentration from new to old metadata -INFO: Converting local name ugrs(:,1) of variable x_wind_at_lowest_model_layer from new to old metadata -INFO: Converting local name qicn of variable mass_fraction_of_convective_cloud_ice from new to old metadata -INFO: Converting local name fh2_ice of variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_ice from new to old metadata -INFO: Converting local name tsq of variable t_prime_squared from new to old metadata -INFO: Converting local name tdomip of variable dominant_sleet_type from new to old metadata -INFO: Converting local name lslwr of variable flag_to_calc_lw from new to old metadata -INFO: Converting local name GFS_cldprop_type of variable GFS_cldprop_type from new to old metadata -INFO: Converting local name imp_physics of variable flag_for_microphysics_scheme from new to old metadata -INFO: Converting local name sfcalb(:,1) of variable surface_albedo_due_to_near_IR_direct from new to old metadata -INFO: Converting local name mg_do_graupel of variable mg_flag_for_graupel from new to old metadata -INFO: Converting local name soilm of variable soil_moisture_content from new to old metadata -INFO: Converting local name exch_m of variable atmosphere_momentum_diffusivity_for_mynnpbl from new to old metadata -INFO: Converting local name wetdpc of variable instantaneous_convective_scale_wet_deposition from new to old metadata -INFO: Converting local name el_pbl of variable mixing_length from new to old metadata -INFO: Converting local name ncnvc of variable index_for_convective_cloud_cover_in_phy_f3d from new to old metadata -INFO: Converting local name fn_nml of variable namelist_filename from new to old metadata -INFO: Converting local name weasd_ocean of variable water_equivalent_accumulated_snow_depth_over_ocean from new to old metadata -INFO: Converting local name evfact_deep of variable rain_evaporation_coefficient_deep_convection from new to old metadata -INFO: Converting local name dqsfc of variable cumulative_surface_upward_latent_heat_flux_for_diag_multiplied_by_timestep from new to old metadata -INFO: Converting local name totgrpb of variable accumulated_lwe_thickness_of_graupel_amount_in_bucket from new to old metadata -INFO: Converting local name trans_aero of variable flag_for_aerosol_convective_transport_and_PBL_diffusion from new to old metadata -INFO: Converting local name dusfc_bl of variable integrated_x_momentum_flux_from_blocking_drag from new to old metadata -INFO: Converting local name gw_kdis of variable eddy_mixing_due_to_ugwp from new to old metadata -INFO: Converting local name mg_qcmin of variable mg_minimum_cloud_condensed_water_and_ice_mixing_ratio from new to old metadata -INFO: Converting local name dq3dt(:,:,3) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_shal_convection from new to old metadata -INFO: Converting local name qi of variable cloud_ice_specific_humidity_at_Lagrangian_surface from new to old metadata -INFO: Converting local name imfshalcnv_gf of variable flag_for_ntiedtke_shallow_convection_scheme from new to old metadata -INFO: Converting local name zorl_ocean of variable surface_roughness_length_over_ocean_interstitial from new to old metadata -INFO: Converting local name tsfc_ice of variable surface_skin_temperature_over_ice_interstitial from new to old metadata -INFO: Converting local name input_nml_file_length of variable number_of_lines_of_namelist_filename_for_internal_file_reads from new to old metadata -INFO: Converting local name flhc of variable surface_exchange_coefficient_for_heat from new to old metadata -INFO: Converting local name qke of variable tke_at_mass_points from new to old metadata -INFO: Converting local name snowd of variable surface_snow_thickness_water_equivalent from new to old metadata -INFO: Converting local name ncpr of variable local_rain_number_concentration from new to old metadata -INFO: Converting local name ldiag3d of variable flag_diagnostics_3D from new to old metadata -INFO: Converting local name ffhh_ocean of variable Monin_Obukhov_similarity_function_for_heat_over_ocean from new to old metadata -INFO: Converting local name nsamftrac of variable number_of_tracers_for_samf from new to old metadata -INFO: Converting local name con_hvap of variable latent_heat_of_vaporization_of_water_at_0C from new to old metadata -INFO: Converting local name dtaux2d_fd of variable x_momentum_tendency_from_form_drag from new to old metadata -INFO: Converting local name levh2o of variable vertical_dimension_of_h2o_forcing_data from new to old metadata -INFO: Converting local name ras of variable flag_for_ras_deep_convection from new to old metadata -INFO: Converting local name ialb of variable flag_for_using_climatology_albedo from new to old metadata -INFO: Converting local name raincd of variable lwe_thickness_of_deep_convective_precipitation_amount from new to old metadata -INFO: Converting local name alb1d of variable surface_albedo_perturbation from new to old metadata -INFO: Converting local name nwat of variable number_of_water_species from new to old metadata -INFO: Converting local name dwn_mf of variable cumulative_atmosphere_downdraft_convective_mass_flux from new to old metadata -INFO: Converting local name save_t of variable air_temperature_save from new to old metadata -INFO: Converting local name fice of variable sea_ice_concentration from new to old metadata -INFO: Converting local name dvisdf_cpl of variable cumulative_surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name cvb of variable pressure_at_bottom_of_convective_cloud from new to old metadata -INFO: Converting local name save_q(:,:,index_for_ice_cloud_condensate) of variable ice_water_mixing_ratio_save from new to old metadata -INFO: Converting local name gq0(:,:,index_for_snow_water) of variable snow_water_mixing_ratio_updated_by_physics from new to old metadata -INFO: Converting local name qrain of variable sensible_heat_flux_due_to_rainfall from new to old metadata -INFO: Converting local name stress_ocean of variable surface_wind_stress_over_ocean from new to old metadata -INFO: Converting local name adjsfculw_land of variable surface_upwelling_longwave_flux_over_land_interstitial from new to old metadata -INFO: Converting local name ndust of variable number_of_dust_bins_for_diagnostics from new to old metadata -INFO: Converting local name GFS_radtend_type of variable GFS_radtend_type from new to old metadata -INFO: Converting local name ngas of variable number_of_gases_for_multi_gases_physics from new to old metadata -INFO: Converting local name diceprv of variable ice_precipitation_rate_from_previous_timestep from new to old metadata -INFO: Converting local name con_ttp of variable triple_point_temperature_of_water from new to old metadata -INFO: Converting local name rechxy of variable water_table_recharge_when_shallow from new to old metadata -INFO: Converting local name ffhh of variable Monin_Obukhov_similarity_function_for_heat from new to old metadata -INFO: Converting local name edmf_w of variable emdf_updraft_vertical_velocity from new to old metadata -INFO: Converting local name sed_supersat of variable mg_allow_supersat_after_sed from new to old metadata -INFO: Converting local name sr of variable ratio_of_snowfall_to_rainfall from new to old metadata -INFO: Converting local name stc of variable soil_temperature from new to old metadata -INFO: Converting local name idate of variable date_and_time_at_model_initialization_reordered from new to old metadata -INFO: Converting local name nctp of variable number_of_cloud_types_CS from new to old metadata -INFO: Converting local name levrp1 of variable number_of_vertical_layers_for_radiation_calculations_plus_one from new to old metadata -INFO: Converting local name v10mmax of variable maximum_y_wind_at_10m from new to old metadata -INFO: Converting local name clouds(:,:,8) of variable cloud_snow_water_path from new to old metadata -INFO: Converting local name dusfc of variable cumulative_surface_x_momentum_flux_for_diag_multiplied_by_timestep from new to old metadata -INFO: Converting local name sfcalb(:,3) of variable surface_albedo_due_to_UV_and_VIS_direct from new to old metadata -INFO: Converting local name zmtnblck of variable level_of_dividing_streamline from new to old metadata -INFO: Converting local name xcosz of variable instantaneous_cosine_of_zenith_angle from new to old metadata -INFO: Converting local name CCPP_interstitial_type of variable CCPP_interstitial_type from new to old metadata -INFO: Converting local name theta of variable angle_from_east_of_maximum_subgrid_orographic_variations from new to old metadata -INFO: Converting local name nbdsw of variable number_of_aerosol_bands_for_shortwave_radiation from new to old metadata -INFO: Converting local name dqsfc1 of variable instantaneous_surface_upward_latent_heat_flux from new to old metadata -INFO: Converting local name htrsw of variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_timestep from new to old metadata -INFO: Converting local name gq0(:,:,index_for_graupel_number_concentration) of variable graupel_number_concentration_updated_by_physics from new to old metadata -INFO: Converting local name ntgnc of variable index_for_graupel_number_concentration from new to old metadata -INFO: Converting local name semis of variable surface_longwave_emissivity from new to old metadata -INFO: Converting local name ca_smooth of variable flag_for_gaussian_spatial_filter from new to old metadata -INFO: Converting local name zhour of variable time_since_diagnostics_zeroed from new to old metadata -INFO: Converting local name uswsfci of variable surface_upwelling_shortwave_flux from new to old metadata -INFO: Converting local name dq3dt(:,:,6) of variable cumulative_change_in_ozone_concentration_due_to_production_and_loss_rate from new to old metadata -INFO: Converting local name con_t0c of variable temperature_at_zero_celsius from new to old metadata -INFO: Converting local name dvsfcin_cpl of variable surface_y_momentum_flux_for_coupling from new to old metadata -INFO: Converting local name runoff of variable total_runoff from new to old metadata -INFO: Converting local name upd_mf of variable cumulative_atmosphere_updraft_convective_mass_flux from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_for_cloud_fraction_in_3d_arrays_for_microphysics) of variable cloud_fraction_for_MG from new to old metadata -INFO: Converting local name indcld of variable index_for_cloud_fraction_in_3d_arrays_for_microphysics from new to old metadata -INFO: Converting local name vegtype of variable vegetation_type_classification from new to old metadata -INFO: Converting local name ied of variable ending_x_direction_index_domain from new to old metadata -INFO: Converting local name transa of variable cumulative_transpiration_flux_multiplied_by_timestep from new to old metadata -INFO: Converting local name dt3dt(:,:,2) of variable cumulative_change_in_temperature_due_to_shortwave_radiation from new to old metadata -INFO: Converting local name dvsfc_ls of variable integrated_y_momentum_flux_from_large_scale_gwd from new to old metadata -INFO: Converting local name snowd_ocean of variable surface_snow_thickness_water_equivalent_over_ocean from new to old metadata -INFO: Converting local name clouds(:,:,2) of variable cloud_liquid_water_path from new to old metadata -INFO: Converting local name visbmui of variable surface_upwelling_direct_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name plvl of variable air_pressure_at_interface_for_radiation_in_hPa from new to old metadata -INFO: Converting local name uustar_land of variable surface_friction_velocity_over_land from new to old metadata -INFO: Converting local name phy_myj_akms of variable momentum_exchange_coefficient_for_MYJ_schemes from new to old metadata -INFO: Converting local name cnv_fice of variable ice_fraction_in_convective_tower from new to old metadata -INFO: Converting local name nbdlw of variable number_of_aerosol_bands_for_longwave_radiation from new to old metadata -INFO: Converting local name dudt_mtb of variable instantaneous_change_in_x_wind_due_to_mountain_blocking_drag from new to old metadata -INFO: Converting local name rb_ocean of variable bulk_richardson_number_at_lowest_model_level_over_ocean from new to old metadata -INFO: Converting local name ccnorm of variable flag_for_cloud_condensate_normalized_by_cloud_cover from new to old metadata -INFO: Converting local name dqdt of variable tendency_of_tracers_due_to_model_physics from new to old metadata -INFO: Converting local name u10m of variable x_wind_at_10m from new to old metadata -INFO: Converting local name tmpmin of variable minimum_temperature_at_2m from new to old metadata -INFO: Converting local name save_u of variable x_wind_save from new to old metadata -INFO: Converting local name tsnow of variable snow_temperature_bottom_first_layer from new to old metadata -INFO: Converting local name kind_INTEGER of variable kind_INTEGER from new to old metadata -INFO: Converting local name nswsfc_cpl of variable cumulative_surface_net_downward_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name vgrs(:,1) of variable y_wind_at_lowest_model_layer from new to old metadata -INFO: Converting local name bl_mynn_edmf_tke of variable edmf_tke_transport_flag from new to old metadata -INFO: Converting local name tile_num of variable number_of_tile from new to old metadata -INFO: Converting local name con_pi of variable pi from new to old metadata -INFO: Converting local name abem of variable instantaneous_anthopogenic_and_biomass_burning_emissions from new to old metadata -INFO: Converting local name latidxprnt of variable latitude_index_in_debug_printouts from new to old metadata -INFO: Converting local name tcrf of variable cloud_phase_transition_denominator from new to old metadata -INFO: Converting local name cpilist of variable specific_heat_capacities_for_multi_gases_physics from new to old metadata -INFO: Converting local name tprcp_ocean of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_ocean from new to old metadata -INFO: Converting local name vgrs of variable y_wind from new to old metadata -INFO: Converting local name me of variable mpi_rank from new to old metadata -INFO: Converting local name nseffr of variable index_for_snow_effective_radius from new to old metadata -INFO: Converting local name crtrh(1) of variable critical_relative_humidity_at_surface from new to old metadata -INFO: Converting local name nrcm of variable array_dimension_of_random_number from new to old metadata -INFO: Converting local name phy_f2d(:,2) of variable surface_air_pressure_at_previous_time_step from new to old metadata -INFO: Converting local name totice of variable accumulated_lwe_thickness_of_ice_amount from new to old metadata -INFO: Converting local name vdftra of variable vertically_diffused_tracer_concentration from new to old metadata -INFO: Converting local name clam_shal of variable entrainment_rate_coefficient_shallow_convection from new to old metadata -INFO: Converting local name ulwsfc of variable cumulative_surface_upwelling_longwave_flux_multiplied_by_timestep from new to old metadata -INFO: Converting local name cldf of variable cloud_area_fraction from new to old metadata -INFO: Converting local name prslk of variable dimensionless_exner_function_at_model_layers from new to old metadata -INFO: Converting local name imp_physics_wsm6 of variable flag_for_wsm6_microphysics_scheme from new to old metadata -INFO: Converting local name blksz(ccpp_block_number) of variable horizontal_loop_extent from new to old metadata -INFO: Converting local name dtp of variable time_step_for_physics from new to old metadata -INFO: Converting local name nnirdf_cpl of variable cumulative_surface_net_downward_diffuse_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name tsurf_ice of variable surface_skin_temperature_after_iteration_over_ice from new to old metadata -INFO: Converting local name snowfallac of variable total_accumulated_snowfall from new to old metadata -INFO: Converting local name solhr of variable forecast_hour_of_the_day from new to old metadata -INFO: Converting local name use_zmtnblck of variable flag_for_mountain_blocking from new to old metadata -INFO: Converting local name sfcflw_type of variable sfcflw_type from new to old metadata -INFO: Converting local name rhofr of variable density_of_frozen_precipitation from new to old metadata -INFO: Converting local name dxmax of variable maximum_scaling_factor_for_critical_relative_humidity from new to old metadata -INFO: Converting local name rainc_cpl of variable lwe_thickness_of_convective_precipitation_amount_for_coupling from new to old metadata -INFO: Converting local name prautco of variable coefficient_from_cloud_water_to_rain from new to old metadata -INFO: Converting local name cumabs of variable maximum_column_heating_rate from new to old metadata -INFO: Converting local name Statein of variable GFS_statein_type_instance from new to old metadata -INFO: Converting local name ntasks of variable mpi_size from new to old metadata -INFO: Converting local name qsq of variable q_prime_squared from new to old metadata -INFO: Converting local name bl_mynn_mixqt of variable mix_total_water_flag from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_turbulent_kinetic_energy) of variable tendency_of_turbulent_kinetic_energy_due_to_model_physics from new to old metadata -INFO: Converting local name ntke of variable index_for_turbulent_kinetic_energy from new to old metadata -INFO: Converting local name kmp of variable top_layer_index_for_fast_physics from new to old metadata -INFO: Converting local name ffhh_ice of variable Monin_Obukhov_similarity_function_for_heat_over_ice from new to old metadata -INFO: Converting local name dq3dt(:,:,1) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_PBL from new to old metadata -INFO: Converting local name con_hfus of variable latent_heat_of_fusion_of_water_at_0C from new to old metadata -INFO: Converting local name isubc_lw of variable flag_for_lw_clouds_without_sub_grid_approximation from new to old metadata -INFO: Converting local name du3dt(:,:,3) of variable cumulative_change_in_x_wind_due_to_deep_convection from new to old metadata -INFO: Converting local name clx of variable fraction_of_grid_box_with_subgrid_orography_higher_than_critical_height from new to old metadata -INFO: Converting local name shoc_parm(4) of variable shoc_implicit_TKE_integration_uncentering_term from new to old metadata -INFO: Converting local name gasvmr(:,:,7) of variable volume_mixing_ratio_cfc12 from new to old metadata -INFO: Converting local name cappa of variable cappa_moist_gas_constant_at_Lagrangian_surface from new to old metadata -INFO: Converting local name cf_upi of variable convective_cloud_fraction_for_microphysics from new to old metadata -INFO: Converting local name cdata of variable ccpp_t_instance from new to old metadata -INFO: Converting local name phy_myj_akhs of variable heat_exchange_coefficient_for_MYJ_schemes from new to old metadata -INFO: Converting local name sedim of variable instantaneous_sedimentation from new to old metadata -INFO: Converting local name graupelmp of variable lwe_thickness_of_graupel_amount from new to old metadata -INFO: Converting local name skebu_wts of variable weights_for_stochastic_skeb_perturbation_of_x_wind_flipped from new to old metadata -INFO: Converting local name GFS_control_type of variable GFS_control_type from new to old metadata -INFO: Converting local name yearlen of variable number_of_days_in_year from new to old metadata -INFO: Converting local name save_q(:,:,index_for_water_vapor) of variable water_vapor_specific_humidity_save from new to old metadata -INFO: Converting local name smois of variable volume_fraction_of_soil_moisture_for_land_surface_model from new to old metadata -INFO: Converting local name gq0(:,:,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio_updated_by_physics from new to old metadata -INFO: Converting local name pwat of variable column_precipitable_water from new to old metadata -INFO: Converting local name cld1d of variable cloud_work_function from new to old metadata -INFO: Converting local name qvi of variable gas_tracers_for_multi_gas_physics_at_Lagrangian_surface from new to old metadata -INFO: Converting local name gabsbdlw of variable surface_downwelling_longwave_flux_absorbed_by_ground from new to old metadata -INFO: Converting local name tau_ngw of variable time_integral_of_momentum_flux_due_to_nonstationary_gravity_wave from new to old metadata -INFO: Converting local name xlat_d of variable latitude_degree from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_for_ice_effective_radius) of variable effective_radius_of_stratiform_cloud_ice_particle_in_um from new to old metadata -INFO: Converting local name nieffr of variable index_for_ice_effective_radius from new to old metadata -INFO: Converting local name do_ca of variable flag_for_cellular_automata from new to old metadata -INFO: Converting local name wtxy of variable water_storage_in_aquifer_and_saturated_soil from new to old metadata -INFO: Converting local name srunoff of variable surface_runoff from new to old metadata -INFO: Converting local name ntrnc of variable index_for_rain_number_concentration from new to old metadata -INFO: Converting local name ustm of variable surface_friction_velocity_drag from new to old metadata -INFO: Converting local name cnvprcp of variable cumulative_lwe_thickness_of_convective_precipitation_amount from new to old metadata -INFO: Converting local name imfdeepcnv_samf of variable flag_for_samf_deep_convection_scheme from new to old metadata -INFO: Converting local name si of variable vertical_sigma_coordinate_for_radiation_initialization from new to old metadata -INFO: Converting local name gwdcu of variable tendency_of_x_wind_due_to_convective_gravity_wave_drag from new to old metadata -INFO: Converting local name elvmax of variable maximum_subgrid_orography from new to old metadata -INFO: Converting local name slimskin_cpl of variable sea_land_ice_mask_in from new to old metadata -INFO: Converting local name dtsfc_cice of variable surface_upward_sensible_heat_flux_for_coupling_interstitial from new to old metadata -INFO: Converting local name do_mynnedmf of variable do_mynnedmf from new to old metadata -INFO: Converting local name zorll of variable surface_roughness_length_over_land from new to old metadata -INFO: Converting local name nswsfci_cpl of variable instantaneous_surface_net_downward_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name do_cldice of variable mg_flag_for_cloud_ice_processes from new to old metadata -INFO: Converting local name alboldxy of variable snow_albedo_at_previous_time_step from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_graupel) of variable graupel_mixing_ratio from new to old metadata -INFO: Converting local name rhcmax of variable maximum_critical_relative_humidity from new to old metadata -INFO: Converting local name Stateout of variable GFS_stateout_type_instance from new to old metadata -INFO: Converting local name nirbmdi of variable surface_downwelling_direct_near_infrared_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name gfluxi of variable instantaneous_surface_ground_heat_flux from new to old metadata -INFO: Converting local name drainncprv of variable explicit_rainfall_rate_from_previous_timestep from new to old metadata -INFO: Converting local name gflx of variable upward_heat_flux_in_soil from new to old metadata -INFO: Converting local name hflx_ocean of variable kinematic_surface_upward_sensible_heat_flux_over_ocean from new to old metadata -INFO: Converting local name nvdiff of variable number_of_vertical_diffusion_tracers from new to old metadata -INFO: Converting local name dspheat of variable flag_TKE_dissipation_heating from new to old metadata -INFO: Converting local name fhswr of variable frequency_for_shortwave_radiation from new to old metadata -INFO: Converting local name nthreads of variable omp_threads from new to old metadata -INFO: Converting local name islmsk of variable sea_land_ice_mask from new to old metadata -INFO: Converting local name ntchmdiag of variable number_of_chemical_tracers_for_diagnostics from new to old metadata -INFO: Converting local name nstf_name(5) of variable vertical_temperature_average_range_upper_bound from new to old metadata -INFO: Converting local name forceq of variable moisture_tendency_due_to_dynamics from new to old metadata -INFO: Converting local name nseasalt of variable number_of_seasalt_bins_for_diagnostics from new to old metadata -INFO: Converting local name gasvmr(:,:,2) of variable volume_mixing_ratio_n2o from new to old metadata -INFO: Converting local name ctei_rml of variable grid_sensitive_critical_cloud_top_entrainment_instability_criteria from new to old metadata -INFO: Converting local name sfc_wts of variable weights_for_stochastic_surface_physics_perturbation from new to old metadata -INFO: Converting local name oc of variable convexity_of_subgrid_orography from new to old metadata -INFO: Converting local name ep1d of variable surface_upward_potential_latent_heat_flux from new to old metadata -INFO: Converting local name u10mmax of variable maximum_x_wind_at_10m from new to old metadata -INFO: Converting local name nca of variable number_of_independent_cellular_automata from new to old metadata -INFO: Converting local name rtmassxy of variable fine_root_mass from new to old metadata -INFO: Converting local name ffmm_ocean of variable Monin_Obukhov_similarity_function_for_momentum_over_ocean from new to old metadata -INFO: Converting local name pertlai of variable magnitude_of_perturbation_of_leaf_area_index from new to old metadata -INFO: Converting local name mg_ncnst of variable mg_drop_concentration_constant from new to old metadata -INFO: Converting local name pgcon_shal of variable momentum_transport_reduction_factor_pgf_shallow_convection from new to old metadata -INFO: Converting local name edmf_qc of variable emdf_updraft_cloud_water from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_graupel) of variable tendency_of_graupel_mixing_ratio_due_to_model_physics from new to old metadata -INFO: Converting local name acvt of variable largest_cloud_top_vertical_index_encountered_thus_far from new to old metadata -INFO: Converting local name cmm of variable surface_drag_wind_speed_for_momentum_in_air from new to old metadata -INFO: Converting local name dt_cool of variable sub_layer_cooling_amount from new to old metadata -INFO: Converting local name qc_r of variable cloud_liquid_water_mixing_ratio from new to old metadata -INFO: Converting local name ral_ts of variable time_scale_for_rayleigh_damping from new to old metadata -INFO: Converting local name GFS_diag_type of variable GFS_diag_type from new to old metadata -INFO: Converting local name dnirdfi_cpl of variable instantaneous_surface_downwelling_diffuse_near_infrared_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name chh_ice of variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_ice from new to old metadata -INFO: Converting local name flipv of variable flag_flip from new to old metadata -INFO: Converting local name ldiag_ugwp of variable diag_ugwp_flag from new to old metadata -INFO: Converting local name ctei_r of variable cloud_top_entrainment_instability_value from new to old metadata -INFO: Converting local name ccn_nm of variable ccn_number_concentration from new to old metadata -INFO: Converting local name edmf_ent of variable emdf_updraft_entrainment_rate from new to old metadata -INFO: Converting local name htswc of variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step from new to old metadata -INFO: Converting local name phy_myj_thz0 of variable potential_temperature_at_viscous_sublayer_top from new to old metadata -INFO: Converting local name bl_mynn_edmf of variable edmf_flag from new to old metadata -INFO: Converting local name con_rd of variable gas_constant_dry_air from new to old metadata -INFO: Converting local name qss_land of variable surface_specific_humidity_over_land from new to old metadata -INFO: Converting local name zt1d of variable perturbation_of_heat_to_momentum_roughness_length_ratio from new to old metadata -INFO: Converting local name imp_physics_zhao_carr of variable flag_for_zhao_carr_microphysics_scheme from new to old metadata -INFO: Converting local name delz of variable thickness_at_Lagrangian_surface from new to old metadata -INFO: Converting local name dtsfci of variable instantaneous_surface_upward_sensible_heat_flux_for_diag from new to old metadata -INFO: Converting local name dvsfc_fd of variable integrated_y_momentum_flux_from_form_drag from new to old metadata -INFO: Converting local name totprcpb of variable accumulated_lwe_thickness_of_precipitation_amount_in_bucket from new to old metadata -INFO: Converting local name tcr of variable cloud_phase_transition_threshold_temperature from new to old metadata -INFO: Converting local name clstp of variable convective_cloud_switch from new to old metadata -INFO: Converting local name isatmedmf_vdifq of variable choice_of_updated_scale_aware_TKE_moist_EDMF_PBL from new to old metadata -INFO: Converting local name coszen of variable cosine_of_zenith_angle from new to old metadata -INFO: Converting local name nifa2d of variable tendency_of_ice_friendly_aerosols_at_surface from new to old metadata -INFO: Converting local name icy of variable flag_nonzero_sea_ice_surface_fraction from new to old metadata -INFO: Converting local name dudt of variable tendency_of_x_wind_due_to_model_physics from new to old metadata -INFO: Converting local name bl_dnfr of variable downdraft_fraction_in_boundary_layer_mass_flux_scheme from new to old metadata -INFO: Converting local name snohf of variable snow_freezing_rain_upward_latent_heat_flux from new to old metadata -INFO: Converting local name bexp1d of variable perturbation_of_soil_type_b_parameter from new to old metadata -INFO: Converting local name faersw of variable aerosol_optical_properties_for_shortwave_bands_01_16 from new to old metadata -INFO: Converting local name dtdt of variable tendency_of_air_temperature_due_to_model_physics from new to old metadata -INFO: Converting local name nvisdf_cpl of variable cumulative_surface_net_downward_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name dqsfcin_cpl of variable surface_upward_latent_heat_flux_for_coupling from new to old metadata -INFO: Converting local name con_p0 of variable standard_atmospheric_pressure from new to old metadata -INFO: Converting local name con_epsq of variable minimum_value_of_specific_humidity from new to old metadata -INFO: Converting local name dusfci_cpl of variable instantaneous_surface_x_momentum_flux_for_coupling from new to old metadata -INFO: Converting local name ep1d_ice of variable surface_upward_potential_latent_heat_flux_over_ice from new to old metadata -INFO: Converting local name fhour of variable forecast_time from new to old metadata -INFO: Converting local name refl_10cm of variable radar_reflectivity_10cm from new to old metadata -INFO: Converting local name shum_wts of variable weights_for_stochastic_shum_perturbation_flipped from new to old metadata -INFO: Converting local name dspfac of variable tke_dissipative_heating_factor from new to old metadata -INFO: Converting local name nnirbmi_cpl of variable instantaneous_surface_net_downward_direct_near_infrared_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name c1_deep of variable detrainment_conversion_parameter_deep_convection from new to old metadata -INFO: Converting local name dt3dt(:,:,4) of variable cumulative_change_in_temperature_due_to_deep_convection from new to old metadata -INFO: Converting local name dv3dt(:,:,4) of variable cumulative_change_in_y_wind_due_to_convective_gravity_wave_drag from new to old metadata -INFO: Converting local name phy_myj_a1u of variable weight_for_momentum_at_viscous_sublayer_top from new to old metadata -INFO: Converting local name iopt_stc of variable flag_for_soil_and_snow_temperature_time_stepping_option from new to old metadata -INFO: Converting local name adjvisbmd of variable surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux from new to old metadata -INFO: Converting local name icloud_bl of variable couple_sgs_clouds_to_radiation_flag from new to old metadata -INFO: Converting local name rb of variable bulk_richardson_number_at_lowest_model_level from new to old metadata -INFO: Converting local name faerlw(:,:,:,2) of variable aerosol_single_scattering_albedo_for_longwave_bands_01_16 from new to old metadata -INFO: Converting local name phy_myj_elflx of variable kinematic_surface_latent_heat_flux from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_for_snow_effective_radius) of variable effective_radius_of_stratiform_cloud_snow_particle_in_um from new to old metadata -INFO: Converting local name iopt_tbot of variable flag_for_lower_boundary_soil_temperature_option from new to old metadata -INFO: Converting local name pdfflag of variable flag_for_pdf_for_morrison_gettelman_microphysics_scheme from new to old metadata -INFO: Converting local name do_aw of variable flag_for_Arakawa_Wu_adjustment from new to old metadata -INFO: Converting local name do_tofd of variable turb_oro_form_drag_flag from new to old metadata -INFO: Converting local name dqdti of variable instantaneous_water_vapor_specific_humidity_tendency_due_to_convection from new to old metadata -INFO: Converting local name qi_r of variable cloud_ice_mixing_ratio from new to old metadata -INFO: Converting local name flag_iter of variable flag_for_iteration from new to old metadata -INFO: Converting local name CLDFRA_BL of variable subgrid_cloud_fraction_pbl from new to old metadata -INFO: Converting local name zorl_ice of variable surface_roughness_length_over_ice_interstitial from new to old metadata -INFO: Converting local name dd_mf of variable instantaneous_atmosphere_downdraft_convective_mass_flux from new to old metadata -INFO: Converting local name visdfui of variable surface_upwelling_diffuse_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name julian of variable julian_day from new to old metadata -INFO: Converting local name cd_ice of variable surface_drag_coefficient_for_momentum_in_air_over_ice from new to old metadata -INFO: Converting local name iovr_lw of variable flag_for_max_random_overlap_clouds_for_longwave_radiation from new to old metadata -INFO: Converting local name lmp of variable adjusted_vertical_level_dimension_for_radiation from new to old metadata -INFO: Converting local name kdt of variable index_of_time_step from new to old metadata -INFO: Converting local name ushfsfci of variable instantaneous_surface_upward_sensible_heat_flux_for_chemistry_coupling from new to old metadata -INFO: Converting local name rb_land of variable bulk_richardson_number_at_lowest_model_level_over_land from new to old metadata -INFO: Converting local name uustar of variable surface_friction_velocity from new to old metadata -INFO: Converting local name adjnirbmu of variable surface_upwelling_direct_near_infrared_shortwave_flux from new to old metadata -INFO: Converting local name do_mynnsfclay of variable do_mynnsfclay from new to old metadata -INFO: Converting local name aero_in of variable flag_for_aerosol_input_MG from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_water_vapor) of variable tendency_of_water_vapor_specific_humidity_due_to_model_physics from new to old metadata -INFO: Converting local name mol of variable theta_star from new to old metadata -INFO: Converting local name fwetxy of variable area_fraction_of_wet_canopy from new to old metadata -INFO: Converting local name phy_f2d(:,1) of variable surface_air_pressure_two_time_steps_back from new to old metadata -INFO: Converting local name topflw of variable lw_fluxes_top_atmosphere from new to old metadata -INFO: Converting local name satmedmf of variable flag_for_scale_aware_TKE_moist_EDMF_PBL from new to old metadata -INFO: Converting local name waxy of variable water_storage_in_aquifer from new to old metadata -INFO: Converting local name snow of variable lwe_thickness_of_snow_amount_on_dynamics_timestep from new to old metadata -INFO: Converting local name ivegsrc of variable vegetation_type_dataset_choice from new to old metadata -INFO: Converting local name sigmaf of variable bounded_vegetation_area_fraction from new to old metadata -INFO: Converting local name f_rain of variable fraction_of_rain_water_cloud from new to old metadata -INFO: Converting local name dkt of variable instantaneous_atmosphere_heat_diffusivity from new to old metadata -INFO: Converting local name asolfac_deep of variable aerosol_aware_parameter_deep_convection from new to old metadata -INFO: Converting local name dv3dt(:,:,2) of variable cumulative_change_in_y_wind_due_to_orographic_gravity_wave_drag from new to old metadata -INFO: Converting local name ipr of variable horizontal_index_of_printed_column from new to old metadata -INFO: Converting local name npzcappa of variable vertical_dimension_for_cappa_at_Lagrangian_surface from new to old metadata -INFO: Converting local name clam_deep of variable entrainment_rate_coefficient_deep_convection from new to old metadata -INFO: Converting local name dusfci of variable instantaneous_surface_x_momentum_flux_for_diag from new to old metadata -INFO: Converting local name cs_parm(4) of variable detrainment_and_precipitation_tunable_parameter_4_CS from new to old metadata -INFO: Converting local name levsp1 of variable vertical_dimension_plus_one from new to old metadata -INFO: Converting local name con_cp of variable specific_heat_of_dry_air_at_constant_pressure from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_water_vapor) of variable water_vapor_specific_humidity from new to old metadata -INFO: Converting local name prsik(:,1) of variable dimensionless_exner_function_at_lowest_model_interface from new to old metadata -INFO: Converting local name gasvmr(:,:,5) of variable volume_mixing_ratio_co from new to old metadata -INFO: Converting local name mg_ngcons of variable mg_flag_graupel_concentration_constant from new to old metadata -INFO: Converting local name acsnow of variable accumulated_water_equivalent_of_frozen_precip from new to old metadata -INFO: Converting local name levsm1 of variable vertical_dimension_minus_one from new to old metadata -INFO: Converting local name phy_myj_a1t of variable weight_for_potental_temperature_at_viscous_sublayer_top from new to old metadata -INFO: Converting local name ntracp1 of variable number_of_tracers_plus_one from new to old metadata -INFO: Converting local name GFS_Data of variable GFS_data_type_instance_all_blocks from new to old metadata -INFO: Converting local name zol of variable surface_stability_parameter from new to old metadata -INFO: Converting local name CCPP_interstitial of variable CCPP_interstitial_type_instance from new to old metadata -INFO: Converting local name isd of variable starting_x_direction_index_domain from new to old metadata -INFO: Converting local name cplflx of variable flag_for_flux_coupling from new to old metadata -INFO: Converting local name lradar of variable flag_for_radar_reflectivity from new to old metadata -INFO: Converting local name iseed_ca of variable seed_for_random_number_generation_in_cellular_automata_scheme from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_for_convective_cloud_cover_in_phy_f3d) of variable convective_cloud_cover_in_phy_f3d from new to old metadata -INFO: Converting local name dqsfci of variable instantaneous_surface_upward_latent_heat_flux_for_diag from new to old metadata -INFO: Converting local name dxmin of variable minimum_scaling_factor_for_critical_relative_humidity from new to old metadata -INFO: Converting local name sppt_wts of variable weights_for_stochastic_sppt_perturbation from new to old metadata -INFO: Converting local name tahxy of variable canopy_air_temperature from new to old metadata -INFO: Converting local name imn of variable forecast_month from new to old metadata -INFO: Converting local name evcw of variable canopy_upward_latent_heat_flux from new to old metadata -INFO: Converting local name input_nml_file of variable namelist_filename_for_internal_file_reads from new to old metadata -INFO: Converting local name raddt of variable time_step_for_radiation from new to old metadata -INFO: Converting local name dvisbmi_cpl of variable instantaneous_surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name gwdcv of variable tendency_of_y_wind_due_to_convective_gravity_wave_drag from new to old metadata -INFO: Converting local name evbsa of variable cumulative_soil_upward_latent_heat_flux_multiplied_by_timestep from new to old metadata -INFO: Converting local name cldwrk of variable cumulative_cloud_work_function from new to old metadata -INFO: Converting local name npzdelz of variable vertical_dimension_for_thickness_at_Lagrangian_surface from new to old metadata -INFO: Converting local name dvsfc_cice of variable surface_y_momentum_flux_for_coupling_interstitial from new to old metadata -INFO: Converting local name ql of variable cloud_liquid_water_specific_humidity_at_Lagrangian_surface from new to old metadata -INFO: Converting local name imp_physics_fer_hires of variable flag_for_fer_hires_microphysics_scheme from new to old metadata -INFO: Converting local name dvdt of variable tendency_of_y_wind_due_to_model_physics from new to old metadata -INFO: Converting local name dusfc_cpl of variable cumulative_surface_x_momentum_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name prsl(:,1) of variable air_pressure_at_lowest_model_layer from new to old metadata -INFO: Converting local name ktop_shallow of variable k_level_of_highest_reaching_plume from new to old metadata -INFO: Converting local name sfcfsw of variable sw_fluxes_sfc from new to old metadata -INFO: Converting local name gv0 of variable y_wind_updated_by_physics from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_rain_water) of variable rain_water_mixing_ratio from new to old metadata -INFO: Converting local name cdq_ocean of variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_ocean from new to old metadata -INFO: Converting local name sfcalb(:,4) of variable surface_albedo_due_to_UV_and_VIS_diffused from new to old metadata -INFO: Converting local name gamq of variable countergradient_mixing_term_for_water_vapor from new to old metadata -INFO: Converting local name mdt of variable time_step_for_remapping_for_fast_physics from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_ice_cloud_condensate) of variable ice_water_mixing_ratio from new to old metadata -INFO: Converting local name sfcalb(:,2) of variable surface_albedo_due_to_near_IR_diffused from new to old metadata -INFO: Converting local name phy_fctd of variable cloud_base_mass_flux from new to old metadata -INFO: Converting local name weasd_land of variable water_equivalent_accumulated_snow_depth_over_land from new to old metadata -INFO: Converting local name nwfa2d of variable tendency_of_water_friendly_aerosols_at_surface from new to old metadata -INFO: Converting local name GFS_Control of variable GFS_control_type_instance from new to old metadata -INFO: Converting local name nncl of variable number_of_tracers_for_cloud_condensate from new to old metadata -INFO: Converting local name olyr of variable ozone_concentration_at_layer_for_radiation from new to old metadata -INFO: Converting local name tg3 of variable deep_soil_temperature from new to old metadata -INFO: Converting local name Radtend of variable GFS_radtend_type_instance from new to old metadata -INFO: Converting local name sinlat of variable sine_of_latitude from new to old metadata -INFO: Converting local name sppt_wts of variable weights_for_stochastic_sppt_perturbation_flipped from new to old metadata -INFO: Converting local name ng of variable number_of_ghost_zones from new to old metadata -INFO: Converting local name phil of variable geopotential from new to old metadata -INFO: Converting local name flag_frsoil of variable flag_for_frozen_soil_physics from new to old metadata -INFO: Converting local name faersw(:,:,:,2) of variable aerosol_single_scattering_albedo_for_shortwave_bands_01_16 from new to old metadata -INFO: Converting local name qc of variable cloud_fraction_at_Lagrangian_surface from new to old metadata -INFO: Converting local name do_sfcperts of variable flag_for_stochastic_surface_perturbations from new to old metadata -INFO: Converting local name betas_deep of variable downdraft_fraction_reaching_surface_over_ocean_deep_convection from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_rain_number_concentration) of variable rain_number_concentration from new to old metadata -INFO: Converting local name ifd of variable index_of_dtlm_start from new to old metadata -INFO: Converting local name area of variable cell_area_for_fast_physics from new to old metadata -INFO: Converting local name trans_trac of variable flag_for_convective_transport_of_tracers from new to old metadata -INFO: Converting local name isatmedmf of variable choice_of_scale_aware_TKE_moist_EDMF_PBL from new to old metadata -INFO: Converting local name old_monin of variable flag_for_old_PBL_scheme from new to old metadata -INFO: Converting local name cplchm of variable flag_for_chemistry_coupling from new to old metadata -INFO: Converting local name raincprv of variable lwe_thickness_of_convective_precipitation_amount_from_previous_timestep from new to old metadata -INFO: Converting local name u1 of variable x_wind_at_lowest_model_layer_for_diag from new to old metadata -INFO: Converting local name gw_dvdt of variable tendency_of_y_wind_due_to_ugwp from new to old metadata -INFO: Converting local name dtsfc1 of variable instantaneous_surface_upward_sensible_heat_flux from new to old metadata -INFO: Converting local name gasvmr(:,:,9) of variable volume_mixing_ratio_ccl4 from new to old metadata -INFO: Converting local name semis_ice of variable surface_longwave_emissivity_over_ice_interstitial from new to old metadata -INFO: Converting local name zmtb of variable time_integral_of_height_of_mountain_blocking from new to old metadata -INFO: Converting local name dtauy2d_fd of variable y_momentum_tendency_from_form_drag from new to old metadata -INFO: Converting local name lakefrac of variable lake_area_fraction from new to old metadata -INFO: Converting local name do_myjpbl of variable do_myjpbl from new to old metadata -INFO: Converting local name sncovr of variable surface_snow_area_fraction_over_land from new to old metadata -INFO: Converting local name spd10max of variable maximum_wind_at_10m_over_maximum_hourly_time_interval from new to old metadata -INFO: Converting local name faerlw(:,:,:,3) of variable aerosol_asymmetry_parameter_for_longwave_bands_01_16 from new to old metadata -INFO: Converting local name adjsfculw_ocean of variable surface_upwelling_longwave_flux_over_ocean_interstitial from new to old metadata -INFO: Converting local name nscfshoc of variable index_of_subgrid_scale_cloud_fraction_from_shoc_in_phy_f3d from new to old metadata -INFO: Converting local name qv_r of variable humidity_mixing_ratio from new to old metadata -INFO: Converting local name gq0(:,:,index_for_water_vapor) of variable water_vapor_specific_humidity_updated_by_physics from new to old metadata -INFO: Converting local name lsnow_lsm of variable snow_vertical_dimension_for_land_surface_model from new to old metadata -INFO: Converting local name dv3dt_ngw of variable time_integral_of_change_in_y_wind_due_to_nonstationary_gravity_wave from new to old metadata -INFO: Converting local name tlyr of variable air_temperature_at_layer_for_radiation from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_turbulent_kinetic_energy) of variable turbulent_kinetic_energy from new to old metadata -INFO: Converting local name h2opl of variable h2o_forcing from new to old metadata -INFO: Converting local name smc of variable volume_fraction_of_soil_moisture from new to old metadata -INFO: Converting local name latr of variable number_of_latitude_points from new to old metadata -INFO: Converting local name crick_proof of variable flag_for_CRICK_proof_cloud_water from new to old metadata -INFO: Converting local name ssem of variable instantaneous_seasalt_emission_flux from new to old metadata -INFO: Converting local name xlai1d of variable perturbation_of_leaf_area_index from new to old metadata -INFO: Converting local name tdoms of variable dominant_snow_type from new to old metadata -INFO: Converting local name canopy of variable canopy_water_amount from new to old metadata -INFO: Converting local name dtauy2d_ss of variable y_momentum_tendency_from_small_scale_gwd from new to old metadata -INFO: Converting local name forcet of variable temperature_tendency_due_to_dynamics from new to old metadata -INFO: Converting local name snowmt of variable surface_snow_melt from new to old metadata -INFO: Converting local name ttendlim of variable limit_for_temperature_tendency_for_microphysics from new to old metadata -INFO: Converting local name clouds(:,:,6) of variable cloud_rain_water_path from new to old metadata -INFO: Converting local name sigmafrac of variable convective_updraft_area_fraction from new to old metadata -INFO: Converting local name tau_tofd of variable instantaneous_momentum_flux_due_to_turbulent_orographic_form_drag from new to old metadata -INFO: Converting local name gq0(:,:,index_for_ice_friendly_aerosols) of variable ice_friendly_aerosol_number_concentration_updated_by_physics from new to old metadata -INFO: Converting local name nsswr of variable number_of_timesteps_between_shortwave_radiation_calls from new to old metadata -INFO: Converting local name ulwsfc_cice of variable surface_upwelling_longwave_flux_for_coupling_interstitial from new to old metadata -INFO: Converting local name dq3dt(:,:,8) of variable cumulative_change_in_ozone_concentration_due_to_temperature from new to old metadata -INFO: Converting local name stress_ice of variable surface_wind_stress_over_ice from new to old metadata -INFO: Converting local name is of variable starting_x_direction_index from new to old metadata -INFO: Converting local name sbsno of variable snow_deposition_sublimation_upward_latent_heat_flux from new to old metadata -INFO: Converting local name cnvprcpb of variable cumulative_lwe_thickness_of_convective_precipitation_amount_in_bucket from new to old metadata -INFO: Converting local name rdlai of variable flag_for_reading_leaf_area_index_from_input from new to old metadata -INFO: Converting local name phy_f3d(:,:,4) of variable water_vapor_specific_humidity_at_previous_time_step from new to old metadata -INFO: Converting local name area of variable cell_area from new to old metadata -INFO: Converting local name con_eps of variable ratio_of_dry_air_to_water_vapor_gas_constants from new to old metadata -INFO: Converting local name edmf_a of variable emdf_updraft_area from new to old metadata -INFO: Converting local name dusfc1 of variable instantaneous_surface_x_momentum_flux from new to old metadata -INFO: Converting local name qlcn of variable mass_fraction_of_convective_cloud_liquid_water from new to old metadata -INFO: Converting local name fh2_land of variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_land from new to old metadata -INFO: Converting local name tprcp_land of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_land from new to old metadata -INFO: Converting local name chh_land of variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_land from new to old metadata -INFO: Converting local name dt3dt(:,:,1) of variable cumulative_change_in_temperature_due_to_longwave_radiation from new to old metadata -INFO: Converting local name nfracseed of variable cellular_automata_seed_probability from new to old metadata -INFO: Converting local name cwm of variable total_cloud_condensate_mixing_ratio_updated_by_physics from new to old metadata -INFO: Converting local name u10max of variable maximum_u_wind_at_10m_over_maximum_hourly_time_interval from new to old metadata -INFO: Converting local name dvsfc_ss of variable integrated_y_momentum_flux_from_small_scale_gwd from new to old metadata -INFO: Converting local name smcref2 of variable threshold_volume_fraction_of_condensed_water_in_soil from new to old metadata -INFO: Converting local name kcnv of variable flag_deep_convection from new to old metadata -INFO: Converting local name keepsmfr of variable volume_fraction_of_frozen_soil_moisture_for_land_surface_model from new to old metadata -INFO: Converting local name frain of variable dynamics_to_physics_timestep_ratio from new to old metadata -INFO: Converting local name debug of variable flag_debug from new to old metadata -INFO: Converting local name qrn of variable local_rain_water_mixing_ratio from new to old metadata -INFO: Converting local name tsfc_ocean of variable surface_skin_temperature_over_ocean_interstitial from new to old metadata -INFO: Converting local name levr of variable number_of_vertical_layers_for_radiation_calculations from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_graupel_number_concentration) of variable graupel_number_concentration from new to old metadata -INFO: Converting local name bl_upfr of variable updraft_fraction_in_boundary_layer_mass_flux_scheme from new to old metadata -INFO: Converting local name nsfcpert of variable number_of_surface_perturbations from new to old metadata -INFO: Converting local name evpco of variable coefficient_for_evaporation_of_rainfall from new to old metadata -INFO: Converting local name iems of variable flag_for_surface_emissivity_control from new to old metadata -INFO: Converting local name dlwsfc of variable cumulative_surface_downwelling_longwave_flux_multiplied_by_timestep from new to old metadata -INFO: Converting local name cimin of variable minimum_sea_ice_concentration from new to old metadata -INFO: Converting local name zs of variable depth_of_soil_levels_for_land_surface_model from new to old metadata -INFO: Converting local name fm10_land of variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_land from new to old metadata -INFO: Converting local name lsm_noahmp of variable flag_for_noahmp_land_surface_scheme from new to old metadata -INFO: Converting local name cs_parm(1) of variable updraft_velocity_tunable_parameter_1_CS from new to old metadata -INFO: Converting local name z_c of variable sub_layer_cooling_thickness from new to old metadata -INFO: Converting local name rainc of variable lwe_thickness_of_convective_precipitation_amount_on_dynamics_timestep from new to old metadata -INFO: Converting local name do_cnvgwd of variable flag_for_convective_gravity_wave_drag from new to old metadata -INFO: Converting local name nlunit of variable iounit_namelist from new to old metadata -INFO: Converting local name gw_dtdt of variable tendency_of_air_temperature_due_to_ugwp from new to old metadata -INFO: Converting local name phy_myj_vz0 of variable v_wind_component_at_viscous_sublayer_top from new to old metadata -INFO: Converting local name dusfc_ss of variable integrated_x_momentum_flux_from_small_scale_gwd from new to old metadata -INFO: Converting local name reset of variable flag_reset_maximum_hourly_fields from new to old metadata -INFO: Converting local name idat of variable date_and_time_at_model_initialization from new to old metadata -INFO: Converting local name oceanfrac of variable sea_area_fraction from new to old metadata -INFO: Converting local name rho_h2o of variable density_of_fresh_water from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_ozone) of variable ozone_mixing_ratio from new to old metadata -INFO: Converting local name qv of variable water_vapor_specific_humidity_at_Lagrangian_surface from new to old metadata -INFO: Converting local name adjnirdfd of variable surface_downwelling_diffuse_near_infrared_shortwave_flux from new to old metadata -INFO: Converting local name ca_global of variable flag_for_global_cellular_automata from new to old metadata -INFO: Converting local name landfrac of variable land_area_fraction from new to old metadata -INFO: Converting local name iopt_btr of variable flag_for_soil_moisture_factor_stomatal_resistance_option from new to old metadata -INFO: Converting local name cqs2 of variable surface_exchange_coefficient_for_moisture_at_2m from new to old metadata -INFO: Converting local name snohfa of variable cumulative_snow_freezing_rain_upward_latent_heat_flux_multiplied_by_timestep from new to old metadata -INFO: Converting local name nvisbm_cpl of variable cumulative_surface_net_downward_direct_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name GFS_sfcprop_type of variable GFS_sfcprop_type from new to old metadata -INFO: Converting local name oz_phys of variable flag_for_ozone_physics from new to old metadata -INFO: Converting local name rhowater of variable liquid_water_density from new to old metadata -INFO: Converting local name zsnsoxy of variable layer_bottom_depth_from_snow_surface from new to old metadata -INFO: Converting local name nthresh of variable threshold_for_perturbed_vertical_velocity from new to old metadata -INFO: Converting local name phy_f3d(:,:,1) of variable air_temperature_two_time_steps_back from new to old metadata -INFO: Converting local name gq0(:,:,index_for_water_friendly_aerosols) of variable water_friendly_aerosol_number_concentration_updated_by_physics from new to old metadata -INFO: Converting local name wetness of variable normalized_soil_wetness_for_land_surface_model from new to old metadata -INFO: Converting local name v10mi_cpl of variable instantaneous_y_wind_at_10m_for_coupling from new to old metadata -INFO: Converting local name rh02min of variable minimum_relative_humidity_at_2m_over_maximum_hourly_time_interval from new to old metadata -INFO: Converting local name nf_aelw of variable number_of_aerosol_output_fields_for_longwave_radiation from new to old metadata -INFO: Converting local name isubc_sw of variable flag_for_sw_clouds_without_sub_grid_approximation from new to old metadata -INFO: Converting local name gq0(:,:,index_for_rain_number_concentration) of variable rain_number_concentration_updated_by_physics from new to old metadata -INFO: Converting local name dvsfc1 of variable instantaneous_surface_y_momentum_flux from new to old metadata -INFO: Converting local name nirdfdi of variable surface_downwelling_diffuse_near_infrared_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name isatmedmf_vdif of variable choice_of_original_scale_aware_TKE_moist_EDMF_PBL from new to old metadata -INFO: Converting local name fprcp of variable number_of_frozen_precipitation_species from new to old metadata -INFO: Converting local name tsurf_land of variable surface_skin_temperature_after_iteration_over_land from new to old metadata -INFO: Converting local name kd of variable vertical_index_difference_between_inout_and_local from new to old metadata -INFO: Converting local name LTP of variable extra_top_layer from new to old metadata -INFO: Converting local name solcon of variable solar_constant from new to old metadata -INFO: Converting local name gq0(:,:,index_for_snow_number_concentration) of variable snow_number_concentration_updated_by_physics from new to old metadata -INFO: Converting local name bl_mynn_tkebudget of variable tke_budget from new to old metadata -INFO: Converting local name xu of variable diurnal_thermocline_layer_x_current from new to old metadata -INFO: Converting local name bl_mynn_tkeadvect of variable tke_advect from new to old metadata -INFO: Converting local name hflx_ice of variable kinematic_surface_upward_sensible_heat_flux_over_ice from new to old metadata -INFO: Converting local name smcwlt2 of variable volume_fraction_of_condensed_water_in_soil_at_wilting_point from new to old metadata -INFO: Converting local name imfdeepcnv of variable flag_for_mass_flux_deep_convection_scheme from new to old metadata -INFO: Converting local name ntchm of variable number_of_chemical_tracers from new to old metadata -INFO: Converting local name ncpl of variable local_condesed_water_number_concentration from new to old metadata -INFO: Converting local name vvl of variable omega from new to old metadata -INFO: Converting local name xkzminv of variable atmosphere_heat_diffusivity_background_maximum from new to old metadata -INFO: Converting local name snowc of variable surface_snow_area_fraction from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_of_subgrid_scale_cloud_fraction_from_shoc_in_phy_f3d) of variable subgrid_scale_cloud_fraction_from_shoc from new to old metadata -INFO: Converting local name du3dt(:,:,4) of variable cumulative_change_in_x_wind_due_to_convective_gravity_wave_drag from new to old metadata -INFO: Converting local name jcap of variable number_of_spectral_wave_trancation_for_sas from new to old metadata -INFO: Converting local name cd_ocean of variable surface_drag_coefficient_for_momentum_in_air_over_ocean from new to old metadata -INFO: Converting local name vfrac of variable vegetation_area_fraction from new to old metadata -INFO: Converting local name dvdftra of variable tendency_of_vertically_diffused_tracer_concentration from new to old metadata -INFO: Converting local name npzp1 of variable vertical_dimension_for_fast_physics_plus_one from new to old metadata -INFO: Converting local name duem of variable instantaneous_dust_emission_flux from new to old metadata -INFO: Converting local name prslrd0 of variable pressure_cutoff_for_rayleigh_damping from new to old metadata -INFO: Converting local name q2m of variable specific_humidity_at_2m from new to old metadata -INFO: Converting local name chs2 of variable surface_exchange_coefficient_for_heat_at_2m from new to old metadata -INFO: Converting local name lfmassxy of variable leaf_mass from new to old metadata -INFO: Converting local name phy_f3d(:,:,2) of variable water_vapor_specific_humidity_two_time_steps_back from new to old metadata -INFO: Converting local name rainp of variable tendency_of_rain_water_mixing_ratio_due_to_microphysics from new to old metadata -INFO: Converting local name ud_mf of variable instantaneous_atmosphere_updraft_convective_mass_flux from new to old metadata -INFO: Converting local name dudt_tms of variable instantaneous_change_in_x_wind_due_to_turbulent_orographic_form_drag from new to old metadata -INFO: Converting local name mg3_as_mg2 of variable flag_mg3_as_mg2 from new to old metadata -INFO: Converting local name htlw0 of variable tendency_of_air_temperature_due_to_longwave_heating_assuming_clear_sky_on_radiation_time_step from new to old metadata -INFO: Converting local name w_d of variable coefficient_w_d from new to old metadata -INFO: Converting local name shdmax of variable maximum_vegetation_area_fraction from new to old metadata -INFO: Converting local name iccn of variable flag_for_in_ccn_forcing_for_morrison_gettelman_microphysics from new to old metadata -INFO: Converting local name htlwc of variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step from new to old metadata -INFO: Converting local name scmpsw of variable components_of_surface_downward_shortwave_fluxes from new to old metadata -INFO: Converting local name tgrs(:,1) of variable air_temperature_at_lowest_model_layer from new to old metadata -INFO: Converting local name cmxy of variable surface_drag_coefficient_for_momentum_for_noahmp from new to old metadata -INFO: Converting local name snowd_land of variable surface_snow_thickness_water_equivalent_over_land from new to old metadata -INFO: Converting local name clouds(:,:,5) of variable mean_effective_radius_for_ice_cloud from new to old metadata -INFO: Converting local name xz of variable diurnal_thermocline_layer_thickness from new to old metadata -INFO: Converting local name tsfg of variable surface_ground_temperature_for_radiation from new to old metadata -INFO: Converting local name dkt of variable atmosphere_heat_diffusivity from new to old metadata -INFO: Converting local name qgrs of variable tracer_concentration from new to old metadata -INFO: Converting local name pgcon_deep of variable momentum_transport_reduction_factor_pgf_deep_convection from new to old metadata -INFO: Converting local name wind10mmax of variable maximum_wind_at_10m from new to old metadata -INFO: Converting local name slopetype of variable surface_slope_classification from new to old metadata -INFO: Converting local name Intdiag of variable GFS_diag_type_instance from new to old metadata -INFO: Converting local name mg_nccons of variable mg_flag_drop_concentration_constant from new to old metadata -INFO: Converting local name adjvisdfd of variable surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_snow_water) of variable tendency_of_snow_water_mixing_ratio_due_to_model_physics from new to old metadata -INFO: Converting local name nlwsfc_cpl of variable cumulative_surface_net_downward_longwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name clouds(:,:,9) of variable mean_effective_radius_for_snow_flake from new to old metadata -INFO: Converting local name con_cvap of variable specific_heat_of_water_vapor_at_constant_pressure from new to old metadata -INFO: Converting local name drydep of variable instantaneous_dry_deposition from new to old metadata -INFO: Converting local name semis_ocean of variable surface_longwave_emissivity_over_ocean_interstitial from new to old metadata -INFO: Converting local name master of variable mpi_root from new to old metadata -INFO: Converting local name gamt of variable countergradient_mixing_term_for_temperature from new to old metadata -INFO: Converting local name redrag of variable flag_for_reduced_drag_coefficient_over_sea from new to old metadata -INFO: Converting local name gq0(:,:,index_for_ozone) of variable ozone_concentration_updated_by_physics from new to old metadata -INFO: Converting local name do_skeb of variable flag_for_stochastic_skeb_option from new to old metadata -INFO: Converting local name qg_r of variable mass_weighted_rime_factor_mixing_ratio from new to old metadata -INFO: Converting local name min_seaice of variable sea_ice_minimum from new to old metadata -INFO: Converting local name betal_deep of variable downdraft_fraction_reaching_surface_over_land_deep_convection from new to old metadata -INFO: Converting local name alvwf of variable mean_vis_albedo_with_weak_cosz_dependency from new to old metadata -INFO: Converting local name do_gwd of variable flag_for_gravity_wave_drag from new to old metadata -INFO: Converting local name nf_aesw of variable number_of_aerosol_output_fields_for_shortwave_radiation from new to old metadata -INFO: Converting local name avg_max_length of variable time_interval_for_maximum_hourly_fields from new to old metadata -INFO: Converting local name tdomzr of variable dominant_freezing_rain_type from new to old metadata -INFO: Converting local name toticeb of variable accumulated_lwe_thickness_of_ice_amount_in_bucket from new to old metadata -INFO: Converting local name isppt_deep of variable flag_for_combination_of_sppt_with_isppt_deep from new to old metadata -INFO: Converting local name ice of variable lwe_thickness_of_ice_amount_on_dynamics_timestep from new to old metadata -INFO: Converting local name dq3dt(:,:,9) of variable cumulative_change_in_ozone_concentration_due_to_overhead_ozone_column from new to old metadata -INFO: Converting local name lsidea of variable flag_idealized_physics from new to old metadata -INFO: Converting local name ico2 of variable flag_for_using_prescribed_global_mean_co2_value from new to old metadata -INFO: Converting local name evap_ice of variable kinematic_surface_upward_latent_heat_flux_over_ice from new to old metadata -INFO: Converting local name do_awdd of variable flag_arakawa_wu_downdraft from new to old metadata -INFO: Converting local name hetfrz_classnuc of variable mg_flag_for_heterogeneous_freezing from new to old metadata -INFO: Converting local name mpiroot of variable mpi_root_for_fast_physics from new to old metadata -INFO: Converting local name dq3dt(:,:,4) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_microphysics from new to old metadata -INFO: Converting local name GFS_coupling_type of variable GFS_coupling_type from new to old metadata -INFO: Converting local name psurfi_cpl of variable instantaneous_surface_air_pressure_for_coupling from new to old metadata -INFO: Converting local name xkzm_h of variable atmosphere_heat_diffusivity_background from new to old metadata -INFO: Converting local name rh02max of variable maximum_relative_humidity_at_2m_over_maximum_hourly_time_interval from new to old metadata -INFO: Converting local name tmpmax of variable maximum_temperature_at_2m from new to old metadata -INFO: Converting local name fscav of variable fraction_of_tracer_scavenged from new to old metadata -INFO: Converting local name ntiwx of variable index_for_ice_cloud_condensate_vertical_diffusion_tracer from new to old metadata -INFO: Converting local name gasvmr(:,:,4) of variable volume_mixing_ratio_o2 from new to old metadata -INFO: Converting local name dpt2m of variable dewpoint_temperature_at_2m from new to old metadata -INFO: Converting local name mg_do_liq_liu of variable mg_flag_for_liu_liquid_treatment from new to old metadata -INFO: Converting local name ffhh_land of variable Monin_Obukhov_similarity_function_for_heat_over_land from new to old metadata -INFO: Converting local name crtrh(3) of variable critical_relative_humidity_at_top_of_atmosphere from new to old metadata -INFO: Converting local name smcwtdxy of variable soil_water_content_between_soil_bottom_and_water_table from new to old metadata -INFO: Converting local name visbmdi of variable surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name cdq_ice of variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_ice from new to old metadata -INFO: Converting local name adjnirdfu of variable surface_upwelling_diffuse_near_infrared_shortwave_flux from new to old metadata -INFO: Converting local name wcbmax of variable maximum_updraft_velocity_at_cloud_base from new to old metadata -INFO: Converting local name tsflw of variable surface_midlayer_air_temperature_in_longwave_radiation from new to old metadata -INFO: Converting local name asolfac_shal of variable aerosol_aware_parameter_shallow_convection from new to old metadata -INFO: Converting local name gabsbdlw_ocean of variable surface_downwelling_longwave_flux_absorbed_by_ground_over_ocean from new to old metadata -INFO: Converting local name de_lgth of variable cloud_decorrelation_length from new to old metadata -INFO: Converting local name GFS_interstitial_type of variable GFS_interstitial_type from new to old metadata -INFO: Converting local name imap of variable map_of_block_column_number_to_global_i_index from new to old metadata -INFO: Converting local name plyr of variable air_pressure_at_layer_for_radiation_in_hPa from new to old metadata -INFO: Converting local name skip_macro of variable flag_skip_macro from new to old metadata -INFO: Converting local name tsnoxy of variable snow_temperature from new to old metadata -INFO: Converting local name sbsnoa of variable cumulative_snow_deposition_sublimation_upward_latent_heat_flux_multiplied_by_timestep from new to old metadata -INFO: Converting local name prcpmp of variable lwe_thickness_of_explicit_precipitation_amount from new to old metadata -INFO: Converting local name clcn of variable convective_cloud_volume_fraction from new to old metadata -INFO: Converting local name gt0 of variable air_temperature_updated_by_physics from new to old metadata -INFO: Converting local name gamma of variable anisotropy_of_subgrid_orography from new to old metadata -INFO: Converting local name uconvtend of variable tendency_of_x_wind_due_to_deep_convection_for_coupling_on_physics_timestep from new to old metadata -INFO: Converting local name dswsfci_cpl of variable instantaneous_surface_downwelling_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name delp of variable pressure_thickness_at_Lagrangian_surface from new to old metadata -INFO: Converting local name lsm_ruc of variable flag_for_ruc_land_surface_scheme from new to old metadata -INFO: Converting local name dt_mf of variable instantaneous_atmosphere_detrainment_convective_mass_flux from new to old metadata -INFO: Converting local name d_conv of variable free_convection_layer_thickness from new to old metadata -INFO: Converting local name nlwsfci_cpl of variable instantaneous_surface_net_downward_longwave_flux_for_coupling from new to old metadata -INFO: Converting local name shum_wts of variable weights_for_stochastic_shum_perturbation from new to old metadata -INFO: Converting local name dswsfci of variable surface_downwelling_shortwave_flux from new to old metadata -INFO: Converting local name do_ysu of variable flag_for_ysu from new to old metadata -INFO: Converting local name q_con of variable cloud_condensed_water_specific_humidity_at_Lagrangian_surface from new to old metadata -INFO: Converting local name mom4ice of variable flag_for_mom4_coupling from new to old metadata -INFO: Converting local name tref of variable sea_surface_reference_temperature from new to old metadata -INFO: Converting local name faersw(:,:,:,3) of variable aerosol_asymmetry_parameter_for_shortwave_bands_01_16 from new to old metadata -INFO: Converting local name ie of variable ending_x_direction_index from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_water_friendly_aerosols) of variable water_friendly_aerosol_number_concentration from new to old metadata -INFO: Converting local name dugwd of variable time_integral_of_x_stress_due_to_gravity_wave_drag from new to old metadata -INFO: Converting local name ntot3d of variable number_of_fields_in_phyf3d from new to old metadata -INFO: Converting local name GFS_data_type of variable GFS_data_type from new to old metadata -INFO: Converting local name graupelprv of variable lwe_thickness_of_graupel_amount_from_previous_timestep from new to old metadata -INFO: Converting local name nstf_name(4) of variable vertical_temperature_average_range_lower_bound from new to old metadata -INFO: Converting local name kind_dyn of variable kind_dyn from new to old metadata -INFO: Converting local name acv of variable accumulated_lwe_thickness_of_convective_precipitation_amount_cnvc90 from new to old metadata -INFO: Converting local name lsoil_lsm of variable soil_vertical_dimension_for_land_surface_model from new to old metadata -INFO: Converting local name phy_myj_chkqlm of variable surface_layer_evaporation_switch from new to old metadata -INFO: Converting local name dtf of variable time_step_for_dynamics from new to old metadata -INFO: Converting local name dqsfci_cpl of variable instantaneous_surface_upward_latent_heat_flux_for_coupling from new to old metadata -INFO: Converting local name mg_do_hail of variable mg_flag_for_hail from new to old metadata -INFO: Converting local name iopt_sfc of variable flag_for_surface_layer_drag_coefficient_option from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_ice_cloud_number_concentration) of variable tendency_of_ice_number_concentration_due_to_model_physics from new to old metadata -INFO: Converting local name kind_LOGICAL of variable kind_LOGICAL from new to old metadata -INFO: Converting local name hybedmf of variable flag_for_hedmf from new to old metadata -INFO: Converting local name dvisdfi_cpl of variable instantaneous_surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name exch_h of variable atmosphere_heat_diffusivity_for_mynnpbl from new to old metadata -INFO: Converting local name z01d of variable perturbation_of_momentum_roughness_length from new to old metadata -INFO: Converting local name prevst of variable temperature_from_previous_timestep from new to old metadata -INFO: Converting local name tracers_total of variable number_of_total_tracers from new to old metadata -INFO: Converting local name wind of variable wind_speed_at_lowest_model_layer from new to old metadata -INFO: Converting local name hprime of variable statistical_measures_of_subgrid_orography from new to old metadata -INFO: Converting local name oz_coeffp5 of variable number_of_coefficients_in_ozone_forcing_data_plus_five from new to old metadata -INFO: Converting local name tvxy of variable vegetation_temperature from new to old metadata -INFO: Converting local name ncps of variable local_snow_number_concentration from new to old metadata -INFO: Converting local name zlvl of variable height_above_ground_at_lowest_model_layer from new to old metadata -INFO: Converting local name restart of variable flag_for_restart from new to old metadata -INFO: Converting local name con_tice of variable freezing_point_temperature_of_seawater from new to old metadata -INFO: Converting local name sfcnsw of variable surface_net_downwelling_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name tau_mtb of variable time_integral_of_momentum_flux_due_to_mountain_blocking_drag from new to old metadata -INFO: Metadata table for model FV3 written to tests/build_fv3_7/FV3/ccpp/physics/CCPP_VARIABLES_FV3.html -INFO: Parsing metadata tables in physics scheme files ... -INFO: Parsed tables in scheme rayleigh_damp -INFO: Parsed tables in scheme GFS_surface_composites_pre -INFO: Parsed tables in scheme GFS_surface_composites_inter -INFO: Parsed tables in scheme GFS_surface_composites_post -INFO: Parsed tables in scheme rrtmg_sw -INFO: Parsed tables in scheme sfc_ocean -INFO: Parsed tables in scheme gwdc_pre -INFO: Parsed tables in scheme gwdc -INFO: Parsed tables in scheme gwdc_post -INFO: Parsed tables in scheme cu_gf_driver_pre -INFO: Parsed tables in scheme gfdl_cloud_microphys -INFO: Parsed tables in scheme GFS_time_vary_pre -INFO: Parsed tables in scheme GFS_rrtmg_setup -INFO: Parsed tables in scheme zhaocarr_gscond -INFO: Parsed tables in scheme ysuvdif -INFO: Parsed tables in scheme rrtmg_sw_post -INFO: Parsed tables in scheme GFS_SCNV_generic_pre -INFO: Parsed tables in scheme GFS_SCNV_generic_post -INFO: Parsed tables in scheme GFS_rrtmg_pre -INFO: Parsed tables in scheme sfc_sice -INFO: Parsed tables in scheme samfdeepcnv -INFO: Parsed tables in scheme satmedmfvdif -INFO: Parsed tables in scheme mynnrad_post -INFO: Parsed tables in scheme cu_gf_driver_post -INFO: Parsed tables in scheme cs_conv_aw_adj -INFO: Parsed tables in scheme GFS_phys_time_vary -INFO: Parsed tables in scheme ozphys_2015 -INFO: Parsed tables in scheme GFS_suite_interstitial_rad_reset -INFO: Parsed tables in scheme GFS_suite_interstitial_phys_reset -INFO: Parsed tables in scheme GFS_suite_interstitial_1 -INFO: Parsed tables in scheme GFS_suite_interstitial_2 -INFO: Parsed tables in scheme GFS_suite_stateout_reset -INFO: Parsed tables in scheme GFS_suite_stateout_update -INFO: Parsed tables in scheme GFS_suite_interstitial_3 -INFO: Parsed tables in scheme GFS_suite_interstitial_4 -INFO: Parsed tables in scheme samfshalcnv -INFO: Parsed tables in scheme zhaocarr_precpd -INFO: Parsed tables in scheme noahmpdrv -INFO: Parsed tables in scheme mp_fer_hires -INFO: Parsed tables in scheme myjpbl_wrapper -INFO: Parsed tables in scheme GFS_surface_generic_pre -INFO: Parsed tables in scheme GFS_surface_generic_post -INFO: Parsed tables in scheme cu_ntiedtke_post -INFO: Parsed tables in scheme sfc_diag -INFO: Parsed tables in scheme rrtmg_lw -INFO: Parsed tables in scheme GFS_diagtoscreen -INFO: Parsed tables in scheme GFS_interstitialtoscreen -INFO: Parsed tables in scheme GFS_abort -INFO: Parsed tables in scheme GFS_checkland -INFO: Parsed tables in scheme mynnrad_pre -INFO: Parsed tables in scheme satmedmfvdifq -INFO: Parsed tables in scheme cs_conv_pre -INFO: Parsed tables in scheme cs_conv_post -INFO: Parsed tables in scheme cs_conv -INFO: Parsed tables in scheme shinhongvdif -INFO: Parsed tables in scheme h2ophys -INFO: Parsed tables in scheme rrtmg_lw_post -INFO: Parsed tables in scheme sfc_nst -INFO: Parsed tables in scheme sfc_nst_pre -INFO: Parsed tables in scheme sfc_nst_post -INFO: Parsed tables in scheme cu_ntiedtke_pre -INFO: Parsed tables in scheme cu_ntiedtke -INFO: Parsed tables in scheme cires_ugwp_post -INFO: Parsed tables in scheme hedmf -INFO: Parsed tables in scheme sfc_diff -INFO: Parsed tables in scheme mp_thompson_pre -INFO: Parsed tables in scheme sfc_diag_post -INFO: Parsed tables in scheme m_micro_pre -INFO: Parsed tables in scheme m_micro_post -INFO: Parsed tables in scheme m_micro -INFO: Parsed tables in scheme fv_sat_adj -INFO: Parsed tables in scheme GFS_surface_loop_control_part1 -INFO: Parsed tables in scheme GFS_surface_loop_control_part2 -INFO: Parsed tables in scheme shoc -INFO: Parsed tables in scheme GFS_rrtmg_post -INFO: Parsed tables in scheme GFS_GWD_generic_pre -INFO: Parsed tables in scheme GFS_GWD_generic_post -INFO: Parsed tables in scheme rrtmg_sw_pre -INFO: Parsed tables in scheme GFS_MP_generic_pre -INFO: Parsed tables in scheme GFS_MP_generic_post -INFO: Parsed tables in scheme cu_gf_driver -INFO: Parsed tables in scheme GFS_PBL_generic_pre -INFO: Parsed tables in scheme GFS_PBL_generic_post -INFO: Parsed tables in scheme mp_thompson_post -INFO: Parsed tables in scheme mp_thompson -INFO: Parsed tables in scheme rrtmg_lw_pre -INFO: Parsed tables in scheme gwdps -INFO: Parsed tables in scheme shalcnv -INFO: Parsed tables in scheme cires_ugwp -INFO: Parsed tables in scheme get_prs_fv3 -INFO: Parsed tables in scheme get_phi_fv3 -INFO: Parsed tables in scheme mynnsfc_wrapper -INFO: Parsed tables in scheme GFS_suite_ini_fini_test -INFO: Parsed tables in scheme myjsfc_wrapper -INFO: Parsed tables in scheme mynnedmf_wrapper -INFO: Parsed tables in scheme ozphys -INFO: Parsed tables in scheme lsm_ruc -INFO: Parsed tables in scheme GFS_stochastics -INFO: Parsed tables in scheme drag_suite -INFO: Parsed tables in scheme sfc_cice -INFO: Parsed tables in scheme sascnvn -INFO: Parsed tables in scheme lsm_ruc_sfc_sice_pre -INFO: Parsed tables in scheme lsm_ruc_sfc_sice_post -INFO: Parsed tables in scheme GFS_DCNV_generic_pre -INFO: Parsed tables in scheme GFS_DCNV_generic_post -INFO: Parsed tables in scheme cnvc90 -INFO: Parsed tables in scheme GFS_rad_time_vary -INFO: Parsed tables in scheme maximum_hourly_diagnostics -INFO: Parsed tables in scheme lsm_noah -INFO: Parsed tables in scheme dcyc2t3 -INFO: Parsed tables in scheme dcyc2t3_post -INFO: Parsed tables in scheme moninshoc -INFO: filtering out variable GFS_stateout_type_instance -INFO: filtering out variable accumulated_change_of_air_temperature_due_to_FA_scheme -INFO: filtering out variable accumulated_water_equivalent_of_frozen_precip -INFO: filtering out variable aerosol_number_concentration_from_gocart_aerosol_climatology -INFO: filtering out variable area_fraction_of_wet_canopy -INFO: filtering out variable atmosphere_energy_content_at_Lagrangian_surface -INFO: filtering out variable atmosphere_energy_content_in_column -INFO: filtering out variable atmosphere_heat_diffusivity_for_mynnpbl -INFO: filtering out variable atmosphere_heat_diffusivity_from_shoc -INFO: filtering out variable atmosphere_momentum_diffusivity_for_mynnpbl -INFO: filtering out variable baseline_surface_roughness_length -INFO: filtering out variable canopy_air_temperature -INFO: filtering out variable canopy_air_vapor_pressure -INFO: filtering out variable canopy_intercepted_ice_mass -INFO: filtering out variable canopy_intercepted_liquid_water -INFO: filtering out variable cappa_moist_gas_constant_at_Lagrangian_surface -INFO: filtering out variable ccn_number_concentration -INFO: filtering out variable ccpp_block_number -INFO: filtering out variable cell_area_for_fast_physics -INFO: filtering out variable cell_size -INFO: filtering out variable characteristic_grid_length_scale -INFO: filtering out variable choice_of_original_scale_aware_TKE_moist_EDMF_PBL -INFO: filtering out variable choice_of_scale_aware_TKE_moist_EDMF_PBL -INFO: filtering out variable choice_of_updated_scale_aware_TKE_moist_EDMF_PBL -INFO: filtering out variable cloud_area_fraction -INFO: filtering out variable cloud_base_mass_flux -INFO: filtering out variable cloud_condensed_water_mixing_ratio_at_lowest_model_layer -INFO: filtering out variable cloud_condensed_water_mixing_ratio_at_surface -INFO: filtering out variable cloud_condensed_water_specific_humidity_at_Lagrangian_surface -INFO: filtering out variable cloud_droplet_number_concentration -INFO: filtering out variable cloud_droplet_number_concentration_updated_by_physics -INFO: filtering out variable cloud_fraction_at_Lagrangian_surface -INFO: filtering out variable cloud_fraction_for_MG -INFO: filtering out variable cloud_fraction_updated_by_physics -INFO: filtering out variable cloud_graupel_specific_humidity_at_Lagrangian_surface -INFO: filtering out variable cloud_ice_specific_humidity_at_Lagrangian_surface -INFO: filtering out variable cloud_liquid_water_specific_humidity_at_Lagrangian_surface -INFO: filtering out variable cloud_phase_transition_denominator -INFO: filtering out variable cloud_phase_transition_threshold_temperature -INFO: filtering out variable cloud_rain_specific_humidity_at_Lagrangian_surface -INFO: filtering out variable cloud_snow_specific_humidity_at_Lagrangian_surface -INFO: filtering out variable cloud_specie_mix_flag -INFO: filtering out variable cloudpdf -INFO: filtering out variable conv_activity_counter -INFO: filtering out variable convective_updraft_area_fraction -INFO: filtering out variable convective_updraft_area_fraction_at_model_interfaces -INFO: filtering out variable couple_sgs_clouds_to_radiation_flag -INFO: filtering out variable cumulative_change_in_x_wind_due_to_convective_gravity_wave_drag -INFO: filtering out variable cumulative_change_in_y_wind_due_to_convective_gravity_wave_drag -INFO: filtering out variable density_of_frozen_precipitation -INFO: filtering out variable depth_of_soil_levels_for_land_surface_model -INFO: filtering out variable detrainment_and_precipitation_tunable_parameter_3_CS -INFO: filtering out variable detrainment_and_precipitation_tunable_parameter_4_CS -INFO: filtering out variable do_myjsfc -INFO: filtering out variable do_mynnsfclay -INFO: filtering out variable downdraft_fraction_in_boundary_layer_mass_flux_scheme -INFO: filtering out variable edmf_flag -INFO: filtering out variable edmf_momentum_transport_flag -INFO: filtering out variable edmf_partition_flag -INFO: filtering out variable edmf_tke_transport_flag -INFO: filtering out variable effective_radius_of_stratiform_cloud_graupel_particle_in_um -INFO: filtering out variable effective_radius_of_stratiform_cloud_ice_particle_in_um -INFO: filtering out variable effective_radius_of_stratiform_cloud_liquid_water_particle_in_um -INFO: filtering out variable effective_radius_of_stratiform_cloud_rain_particle_in_um -INFO: filtering out variable effective_radius_of_stratiform_cloud_snow_particle_in_um -INFO: filtering out variable emdf_updraft_area -INFO: filtering out variable emdf_updraft_cloud_water -INFO: filtering out variable emdf_updraft_entrainment_rate -INFO: filtering out variable emdf_updraft_theta_l -INFO: filtering out variable emdf_updraft_total_water -INFO: filtering out variable emdf_updraft_vertical_velocity -INFO: filtering out variable ending_x_direction_index -INFO: filtering out variable ending_x_direction_index_domain -INFO: filtering out variable ending_y_direction_index -INFO: filtering out variable ending_y_direction_index_domain -INFO: filtering out variable entrainment_efficiency_tunable_parameter_9_CS -INFO: filtering out variable equilibrium_soil_water_content -INFO: filtering out variable fa_threshold_relative_humidity_for_onset_of_condensation -INFO: filtering out variable fast_soil_pool_mass_content_of_carbon -INFO: filtering out variable fine_root_mass -INFO: filtering out variable finite_volume_mean_edge_pressure_raised_to_the_power_of_kappa -INFO: filtering out variable flag_arakawa_wu_downdraft -INFO: filtering out variable flag_convective_tracer_transport -INFO: filtering out variable flag_flip -INFO: filtering out variable flag_flux_form_CS -INFO: filtering out variable flag_for_2015_ozone_physics -INFO: filtering out variable flag_for_aerosol_input_MG -INFO: filtering out variable flag_for_canopy_stomatal_resistance_option -INFO: filtering out variable flag_for_cloud_effective_radii -INFO: filtering out variable flag_for_dynamic_vegetation_option -INFO: filtering out variable flag_for_fast_microphysics_energy_conservation -INFO: filtering out variable flag_for_frozen_soil_permeability_option -INFO: filtering out variable flag_for_frozen_soil_physics -INFO: filtering out variable flag_for_ground_snow_surface_albedo_option -INFO: filtering out variable flag_for_hydrostatic_heating_from_physics -INFO: filtering out variable flag_for_hydrostatic_solver -INFO: filtering out variable flag_for_hydrostatic_solver_for_fast_physics -INFO: filtering out variable flag_for_in_ccn_forcing_for_morrison_gettelman_microphysics -INFO: filtering out variable flag_for_individual_cloud_species_advected -INFO: filtering out variable flag_for_inline_cloud_fraction_calculation -INFO: filtering out variable flag_for_lower_boundary_soil_temperature_option -INFO: filtering out variable flag_for_pdf_for_morrison_gettelman_microphysics_scheme -INFO: filtering out variable flag_for_precipitation_partition_option -INFO: filtering out variable flag_for_radiation_transfer_option -INFO: filtering out variable flag_for_reading_leaf_area_index_from_input -INFO: filtering out variable flag_for_restart -INFO: filtering out variable flag_for_runoff_and_groundwater_option -INFO: filtering out variable flag_for_sas_deep_convection_scheme -INFO: filtering out variable flag_for_saturation_adjustment_for_microphysics_in_dynamics -INFO: filtering out variable flag_for_shoc_after_convection -INFO: filtering out variable flag_for_soil_and_snow_temperature_time_stepping_option -INFO: filtering out variable flag_for_soil_moisture_factor_stomatal_resistance_option -INFO: filtering out variable flag_for_supercooled_liquid_water_option -INFO: filtering out variable flag_for_surface_layer_drag_coefficient_option -INFO: filtering out variable flag_for_tendency_of_air_temperature_at_Lagrangian_surface -INFO: filtering out variable flag_for_the_last_step_of_k_split_remapping -INFO: filtering out variable flag_mg3_as_mg2 -INFO: filtering out variable flag_skip_macro -INFO: filtering out variable fraction_of_cloud_top_water_scavenged -INFO: filtering out variable fraction_of_tracer_scavenged -INFO: filtering out variable gas_constants_for_multi_gases_physics -INFO: filtering out variable gas_tracers_for_multi_gas_physics_at_Lagrangian_surface -INFO: filtering out variable gf_memory_counter -INFO: filtering out variable graupel_mixing_ratio_updated_by_physics -INFO: filtering out variable graupel_number_concentration_updated_by_physics -INFO: filtering out variable grav_settling -INFO: filtering out variable ground_temperature_for_noahmp -INFO: filtering out variable gwd_opt -INFO: filtering out variable h2o_forcing -INFO: filtering out variable heat_exchange_coefficient_for_MYJ_schemes -INFO: filtering out variable ice_friendly_aerosol_number_concentration -INFO: filtering out variable ice_friendly_aerosol_number_concentration_updated_by_physics -INFO: filtering out variable ice_number_concentration -INFO: filtering out variable ice_number_concentration_updated_by_physics -INFO: filtering out variable ice_supersaturation_threshold -INFO: filtering out variable ice_water_mixing_ratio -INFO: filtering out variable ice_water_mixing_ratio_updated_by_physics -INFO: filtering out variable in_number_concentration -INFO: filtering out variable index_for_ice_cloud_condensate_vertical_diffusion_tracer -INFO: filtering out variable integrated_x_momentum_flux_from_blocking_drag -INFO: filtering out variable integrated_x_momentum_flux_from_form_drag -INFO: filtering out variable integrated_x_momentum_flux_from_large_scale_gwd -INFO: filtering out variable integrated_x_momentum_flux_from_small_scale_gwd -INFO: filtering out variable integrated_y_momentum_flux_from_blocking_drag -INFO: filtering out variable integrated_y_momentum_flux_from_form_drag -INFO: filtering out variable integrated_y_momentum_flux_from_large_scale_gwd -INFO: filtering out variable integrated_y_momentum_flux_from_small_scale_gwd -INFO: filtering out variable k_level_of_highest_reaching_plume -INFO: filtering out variable kappa_dry_for_fast_physics -INFO: filtering out variable kinematic_buoyancy_flux_from_shoc -INFO: filtering out variable kinematic_surface_latent_heat_flux -INFO: filtering out variable lake_water_storage -INFO: filtering out variable latitude_index_in_debug_printouts -INFO: filtering out variable layer_bottom_depth_from_snow_surface -INFO: filtering out variable leaf_area_index -INFO: filtering out variable leaf_mass -INFO: filtering out variable limit_for_temperature_tendency_for_microphysics -INFO: filtering out variable liquid_water_density -INFO: filtering out variable local_graupel_mixing_ratio -INFO: filtering out variable local_graupel_number_concentration -INFO: filtering out variable local_rain_number_concentration -INFO: filtering out variable local_rain_water_mixing_ratio -INFO: filtering out variable local_snow_number_concentration -INFO: filtering out variable local_snow_water_mixing_ratio -INFO: filtering out variable log_pressure_at_Lagrangian_surface -INFO: filtering out variable mass_weighted_rime_factor_updated_by_physics -INFO: filtering out variable maximum_column_heating_rate -INFO: filtering out variable maximum_mass_flux -INFO: filtering out variable maximum_updraft_velocity_at_cloud_base -INFO: filtering out variable mean_nir_albedo_with_weak_cosz_dependency -INFO: filtering out variable mean_vis_albedo_with_weak_cosz_dependency -INFO: filtering out variable mg_allow_supersat_after_sed -INFO: filtering out variable mg_autoconversion_size_threshold_ice_snow -INFO: filtering out variable mg_bergeron_efficiency_factor -INFO: filtering out variable mg_cloud_water_variance -INFO: filtering out variable mg_drop_concentration_constant -INFO: filtering out variable mg_flag_drop_concentration_constant -INFO: filtering out variable mg_flag_for_cloud_ice_processes -INFO: filtering out variable mg_flag_for_gmao_ice_formulation -INFO: filtering out variable mg_flag_for_graupel -INFO: filtering out variable mg_flag_for_hail -INFO: filtering out variable mg_flag_for_heterogeneous_freezing -INFO: filtering out variable mg_flag_for_liu_liquid_treatment -INFO: filtering out variable mg_flag_for_sb2001_autoconversion -INFO: filtering out variable mg_flag_for_uniform_subcolumns -INFO: filtering out variable mg_flag_graupel_concentration_constant -INFO: filtering out variable mg_flag_ice_concentration_constant -INFO: filtering out variable mg_graupel_concentration_constant -INFO: filtering out variable mg_ice_concentration_constant -INFO: filtering out variable mg_minimum_cloud_condensed_water_and_ice_mixing_ratio -INFO: filtering out variable mg_minimum_rh_for_ice -INFO: filtering out variable mg_time_scale_for_autoconversion_of_ice -INFO: filtering out variable mg_tuning_factor_for_alphas -INFO: filtering out variable mg_type_of_precip_fraction_method -INFO: filtering out variable minimum_value_of_specific_humidity -INFO: filtering out variable mix_total_water_flag -INFO: filtering out variable mixing_length -INFO: filtering out variable mixing_length_flag -INFO: filtering out variable moisture_from_previous_timestep -INFO: filtering out variable moisture_tendency_due_to_dynamics -INFO: filtering out variable momentum_exchange_coefficient_for_MYJ_schemes -INFO: filtering out variable mpi_comm -INFO: filtering out variable mpi_rank_for_fast_physics -INFO: filtering out variable mpi_root_for_fast_physics -INFO: filtering out variable natural_log_of_h2o_forcing_data_pressure_levels -INFO: filtering out variable nondimensional_snow_age -INFO: filtering out variable normalized_soil_wetness_for_land_surface_model -INFO: filtering out variable number_of_cloud_types_CS -INFO: filtering out variable number_of_coefficients_in_h2o_forcing_data -INFO: filtering out variable number_of_frozen_precipitation_species -INFO: filtering out variable number_of_gases_for_multi_gases_physics -INFO: filtering out variable number_of_ghost_zones -INFO: filtering out variable number_of_plumes -INFO: filtering out variable number_of_snow_layers -INFO: filtering out variable number_of_spectral_wave_trancation_for_sas -INFO: filtering out variable number_of_tracers_for_CS -INFO: filtering out variable number_of_tracers_plus_one -INFO: filtering out variable number_of_water_species -INFO: filtering out variable omp_threads_for_fast_physics -INFO: filtering out variable ozone_mixing_ratio -INFO: filtering out variable potential_temperature_at_2m -INFO: filtering out variable potential_temperature_at_viscous_sublayer_top -INFO: filtering out variable prandtl_number -INFO: filtering out variable pressure_thickness_at_Lagrangian_surface -INFO: filtering out variable q_prime_squared -INFO: filtering out variable rain_number_concentration_updated_by_physics -INFO: filtering out variable rain_water_mixing_ratio_updated_by_physics -INFO: filtering out variable ratio_of_vapor_to_dry_air_gas_constants_minus_one_default_kind -INFO: filtering out variable reciprocal_of_obukhov_length -INFO: filtering out variable shoc_flag_for_optional_surface_TKE_dissipation -INFO: filtering out variable shoc_implicit_TKE_integration_uncentering_term -INFO: filtering out variable shoc_tke_dissipatation_pressure_threshold -INFO: filtering out variable shoc_tke_dissipation_tunable_parameter -INFO: filtering out variable shoc_tke_dissipation_tunable_parameter_near_surface -INFO: filtering out variable slow_soil_pool_mass_content_of_carbon -INFO: filtering out variable snow_albedo_at_previous_time_step -INFO: filtering out variable snow_layer_ice -INFO: filtering out variable snow_layer_liquid_water -INFO: filtering out variable snow_mass_at_previous_time_step -INFO: filtering out variable snow_number_concentration_updated_by_physics -INFO: filtering out variable snow_precipitation_rate_at_surface -INFO: filtering out variable snow_temperature -INFO: filtering out variable snow_temperature_bottom_first_layer -INFO: filtering out variable snow_water_mixing_ratio_updated_by_physics -INFO: filtering out variable soil_temperature_for_land_surface_model -INFO: filtering out variable soil_vertical_dimension_for_land_surface_model -INFO: filtering out variable soil_water_content_between_soil_bottom_and_water_table -INFO: filtering out variable specific_heat_capacities_for_multi_gases_physics -INFO: filtering out variable specific_humidity_at_viscous_sublayer_top -INFO: filtering out variable stability_function_for_heat -INFO: filtering out variable starting_x_direction_index -INFO: filtering out variable starting_x_direction_index_domain -INFO: filtering out variable starting_y_direction_index -INFO: filtering out variable starting_y_direction_index_domain -INFO: filtering out variable stem_area_index -INFO: filtering out variable stem_mass -INFO: filtering out variable subgrid_cloud_fraction_pbl -INFO: filtering out variable subgrid_cloud_mixing_ratio_pbl -INFO: filtering out variable subgrid_scale_cloud_fraction_from_shoc -INFO: filtering out variable surface_condensation_mass -INFO: filtering out variable surface_drag_coefficient_for_heat_and_moisture_for_noahmp -INFO: filtering out variable surface_drag_coefficient_for_momentum_for_noahmp -INFO: filtering out variable surface_exchange_coefficient_for_heat -INFO: filtering out variable surface_exchange_coefficient_for_heat_at_2m -INFO: filtering out variable surface_exchange_coefficient_for_moisture -INFO: filtering out variable surface_exchange_coefficient_for_moisture_at_2m -INFO: filtering out variable surface_friction_velocity_drag -INFO: filtering out variable surface_geopotential_at_Lagrangian_surface -INFO: filtering out variable surface_latent_heat -INFO: filtering out variable surface_layer_evaporation_switch -INFO: filtering out variable surface_specific_humidity_for_MYJ_schemes -INFO: filtering out variable surface_stability_parameter -INFO: filtering out variable t_prime_q_prime -INFO: filtering out variable t_prime_squared -INFO: filtering out variable temperature_from_previous_timestep -INFO: filtering out variable temperature_tendency_due_to_dynamics -INFO: filtering out variable tendency_of_air_temperature_at_Lagrangian_surface -INFO: filtering out variable tendency_of_cloud_droplet_number_concentration_due_to_model_physics -INFO: filtering out variable tendency_of_ice_cloud_water_mixing_ratio_due_to_model_physics -INFO: filtering out variable tendency_of_ice_friendly_aerosol_number_concentration_due_to_model_physics -INFO: filtering out variable tendency_of_ice_friendly_aerosols_at_surface -INFO: filtering out variable tendency_of_ice_number_concentration_due_to_model_physics -INFO: filtering out variable tendency_of_liquid_cloud_water_mixing_ratio_due_to_model_physics -INFO: filtering out variable tendency_of_ozone_mixing_ratio_due_to_model_physics -INFO: filtering out variable tendency_of_water_friendly_aerosol_number_concentration_due_to_model_physics -INFO: filtering out variable tendency_of_water_friendly_aerosols_at_surface -INFO: filtering out variable tendency_of_water_vapor_specific_humidity_due_to_model_physics -INFO: filtering out variable tendency_of_x_wind_due_to_convective_gravity_wave_drag -INFO: filtering out variable tendency_of_y_wind_due_to_convective_gravity_wave_drag -INFO: filtering out variable theta_star -INFO: filtering out variable thickness_at_Lagrangian_surface -INFO: filtering out variable time_step_for_remapping_for_fast_physics -INFO: filtering out variable tke_advect -INFO: filtering out variable tke_at_mass_points -INFO: filtering out variable tke_budget -INFO: filtering out variable tke_dissipative_heating_factor -INFO: filtering out variable top_layer_index_for_fast_physics -INFO: filtering out variable total_accumulated_snowfall -INFO: filtering out variable triple_point_temperature_of_water -INFO: filtering out variable turbulent_kinetic_energy_convective_transport_tracer -INFO: filtering out variable u_wind_component_at_viscous_sublayer_top -INFO: filtering out variable updraft_fraction_in_boundary_layer_mass_flux_scheme -INFO: filtering out variable updraft_velocity_tunable_parameter_1_CS -INFO: filtering out variable updraft_velocity_tunable_parameter_2_CS -INFO: filtering out variable v_wind_component_at_viscous_sublayer_top -INFO: filtering out variable vegetation_temperature -INFO: filtering out variable vertical_dimension_for_fast_physics -INFO: filtering out variable vertical_dimension_for_thickness_at_Lagrangian_surface -INFO: filtering out variable vertical_dimension_of_h2o_forcing_data -INFO: filtering out variable virtual_temperature_at_Lagrangian_surface -INFO: filtering out variable volume_fraction_of_frozen_soil_moisture_for_land_surface_model -INFO: filtering out variable volume_fraction_of_soil_moisture_for_land_surface_model -INFO: filtering out variable volume_fraction_of_unfrozen_soil_moisture_for_land_surface_model -INFO: filtering out variable water_friendly_aerosol_number_concentration -INFO: filtering out variable water_friendly_aerosol_number_concentration_updated_by_physics -INFO: filtering out variable water_storage_in_aquifer -INFO: filtering out variable water_storage_in_aquifer_and_saturated_soil -INFO: filtering out variable water_table_depth -INFO: filtering out variable water_table_recharge_when_deep -INFO: filtering out variable water_table_recharge_when_shallow -INFO: filtering out variable water_vapor_mixing_ratio_at_surface -INFO: filtering out variable water_vapor_specific_humidity_at_Lagrangian_surface -INFO: filtering out variable weight_for_momentum_at_viscous_sublayer_top -INFO: filtering out variable weight_for_potental_temperature_at_viscous_sublayer_top -INFO: filtering out variable weight_for_specific_humidity_at_viscous_sublayer_top -INFO: filtering out variable wood_mass -INFO: filtering out variable x_momentum_tendency_from_blocking_drag -INFO: filtering out variable x_momentum_tendency_from_form_drag -INFO: filtering out variable x_momentum_tendency_from_large_scale_gwd -INFO: filtering out variable x_momentum_tendency_from_small_scale_gwd -INFO: filtering out variable y_momentum_tendency_from_blocking_drag -INFO: filtering out variable y_momentum_tendency_from_form_drag -INFO: filtering out variable y_momentum_tendency_from_large_scale_gwd -INFO: filtering out variable y_momentum_tendency_from_small_scale_gwd -INFO: Checking optional arguments in physics schemes ... -INFO: Metadata table for model FV3 written to tests/build_fv3_7/FV3/ccpp/framework/doc/DevelopersGuide/CCPP_VARIABLES_FV3.tex -INFO: Comparing metadata for requested and provided variables ... -INFO: Generating schemes makefile/cmakefile snippet ... -INFO: Added 168 schemes to tests/build_fv3_7/FV3/ccpp/physics/CCPP_SCHEMES.mk, tests/build_fv3_7/FV3/ccpp/physics/CCPP_SCHEMES.cmake, tests/build_fv3_7/FV3/ccpp/physics/CCPP_SCHEMES.sh -INFO: Generating suite and group caps ... -INFO: Generating static API ccpp_static_api.F90 in tests/build_fv3_7/FV3/ccpp/physics ... -INFO: Generating caps makefile/cmakefile snippet ... -INFO: Added 5 auto-generated caps to tests/build_fv3_7/FV3/ccpp/physics/CCPP_CAPS.mk and tests/build_fv3_7/FV3/ccpp/physics/CCPP_CAPS.cmake -INFO: CCPP prebuild step completed successfully. -+ source build_fv3_7/FV3/ccpp/physics/CCPP_SCHEMES.sh -++ export 'CCPP_SCHEMES=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/aer_cloud.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/aerclm_def.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/aerinterp.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/calpreciptype.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cldwat2m_micro.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cldmacro.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/date_def.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/funcphys.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gcycle.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/h2o_def.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/h2ointerp.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/iccn_def.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/iccninterp.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/iounitdef.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/machine.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mersenne_twister.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfpbl.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg_utils.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg2_0.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg3_0.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/multi_gases.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_model.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_parameters.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_radar.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_thompson.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MP_FER_HIRES.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_bl_mynn.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_mynn.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_orowam2017.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/namelist_soilveg.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfpblt.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfpbltq.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfscu.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfscuq.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/noahmp_tables.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/num_parthds.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozne_def.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozinterp.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/physcons.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/physparam.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radcons.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_aerosols.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_astronomy.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_clouds.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_gases.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_surface.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radlw_datatb.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radlw_param.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radsw_datatb.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radsw_param.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/samfaerosols.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfcsub.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sflx.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/set_soilveg.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/surface_perturbation.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_deep.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_sh.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/tridi.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/wv_saturation.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_soil_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rayleigh_damp.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radsw_main.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_ocean.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gwdc.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gscond.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ysuvdif.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_sice.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/samfdeepcnv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/satmedmfvdif.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozphys_2015.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/samfshalcnv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/precpd.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_fer_hires.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diag.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radlw_main.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_debug.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/satmedmfvdifq.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cs_conv.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/shinhongvdif.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/h2ophys.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_nst.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/moninedmf.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diff.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diag_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/m_micro.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gcm_shoc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gwdps.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/shalcnv.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/get_prs_fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozphys.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_stochastics.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/drag_suite.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_cice.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sascnvn.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cnvc90.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_drv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/dcyc2.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/moninshoc.f' -++ CCPP_SCHEMES='/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/aer_cloud.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/aerclm_def.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/aerinterp.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/calpreciptype.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cldwat2m_micro.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cldmacro.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/date_def.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/funcphys.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gcycle.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/h2o_def.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/h2ointerp.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/iccn_def.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/iccninterp.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/iounitdef.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/machine.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mersenne_twister.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfpbl.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg_utils.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg2_0.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg3_0.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/multi_gases.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_model.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_parameters.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_radar.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_thompson.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MP_FER_HIRES.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_bl_mynn.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_mynn.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_orowam2017.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/namelist_soilveg.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfpblt.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfpbltq.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfscu.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfscuq.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/noahmp_tables.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/num_parthds.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozne_def.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozinterp.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/physcons.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/physparam.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radcons.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_aerosols.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_astronomy.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_clouds.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_gases.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_surface.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radlw_datatb.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radlw_param.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radsw_datatb.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radsw_param.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/samfaerosols.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfcsub.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sflx.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/set_soilveg.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/surface_perturbation.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_deep.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_sh.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/tridi.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/wv_saturation.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_soil_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rayleigh_damp.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radsw_main.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_ocean.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gwdc.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gscond.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ysuvdif.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_sice.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/samfdeepcnv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/satmedmfvdif.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozphys_2015.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/samfshalcnv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/precpd.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_fer_hires.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diag.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radlw_main.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_debug.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/satmedmfvdifq.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cs_conv.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/shinhongvdif.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/h2ophys.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_nst.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/moninedmf.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diff.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diag_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/m_micro.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gcm_shoc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gwdps.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/shalcnv.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/get_prs_fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozphys.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_stochastics.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/drag_suite.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_cice.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sascnvn.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cnvc90.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_drv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/dcyc2.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/moninshoc.f' -+ source build_fv3_7/FV3/ccpp/physics/CCPP_CAPS.sh -++ export 'CCPP_CAPS=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_7/FV3/ccpp/physics/ccpp_FV3_GFS_2017_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_7/FV3/ccpp/physics/ccpp_FV3_GFS_2017_time_vary_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_7/FV3/ccpp/physics/ccpp_FV3_GFS_2017_radiation_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_7/FV3/ccpp/physics/ccpp_FV3_GFS_2017_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_7/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stochastics_cap.F90' -++ CCPP_CAPS='/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_7/FV3/ccpp/physics/ccpp_FV3_GFS_2017_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_7/FV3/ccpp/physics/ccpp_FV3_GFS_2017_time_vary_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_7/FV3/ccpp/physics/ccpp_FV3_GFS_2017_radiation_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_7/FV3/ccpp/physics/ccpp_FV3_GFS_2017_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_7/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stochastics_cap.F90' -+ source build_fv3_7/FV3/ccpp/physics/CCPP_STATIC_API.sh -++ export CCPP_STATIC_API=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_7/FV3/ccpp/physics/ccpp_static_api.F90 -++ CCPP_STATIC_API=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_7/FV3/ccpp/physics/ccpp_static_api.F90 -+ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017 == *\N\A\M\_\p\h\y\s\=\Y* ]] -+ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017 == *\W\W\3\=\Y* ]] -++ trim ' -DREPRO=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF' -++ local 'var= -DREPRO=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF' -++ var='-DREPRO=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF' -++ var='-DREPRO=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF' -++ echo -n '-DREPRO=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF' -+ CCPP_CMAKE_FLAGS='-DREPRO=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF' -+ source /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc -++ __ms_function_name=setup__test_function__91271 -++ eval 'setup__test_function__91271() { /bin/true ; }' -+++ eval '__text="text" ; if [[ $__text =~ ^(t).* ]] ; then printf "%s" ${.sh.match[1]} ; fi' -+++ cat -++ __ms_ksh_test= -+++ eval 'if ( set | grep setup__test_function__91271 | grep -v name > /dev/null 2>&1 ) ; then echo t ; fi ' -+++ cat -++ __ms_bash_test=t -++ [[ ! -z '' ]] -++ [[ ! -z t ]] -++ __ms_shell=bash -++ [[ -d /lfs3 ]] -++ [[ -d /scratch1 ]] -++ [[ -d /gpfs/hps ]] -++ [[ -e /etc/SuSE-release ]] -++ [[ -d /dcom ]] -++ [[ -L /usrx ]] -+++ readlink /usrx -++ [[ /gpfs/dell1/usrx =~ dell ]] -++ eval module help -++ module purge -+++ /usrx/local/prod/lmod/lmod/libexec/lmod bash purge -++ eval unset 'ADVISOR_2018_DIR;' unset 'BACIO_LIB4;' unset 'BACIO_LIB8;' unset 'BACIO_SRC;' unset 'BACIO_VER;' unset 'BINARY_TYPE_HPC;' unset '__LMOD_REF_COUNT_CLASSPATH;' unset 'CLASSPATH;' unset 'CLCK_ROOT;' unset 'CMAKE_CXX_COMPILER;' unset 'CMAKE_C_COMPILER;' unset 'CMAKE_Fortran_COMPILER;' unset 'CMAKE_Platform;' unset 'COMP;' unset '__LMOD_REF_COUNT_CPATH;' unset 'CPATH;' unset '__LMOD_REF_COUNT_CPLUS_INCLUDE_PATH;' unset 'CPLUS_INCLUDE_PATH;' unset 'CRTM_FIX;' unset 'CRTM_INC;' unset 'CRTM_LIB;' unset 'CRTM_SRC;' unset 'CRTM_VER;' unset 'DAALROOT;' unset 'ECF_HOSTFILE;' unset 'ECF_PORT;' unset 'ECF_ROOT;' unset 'ESMFMKFILE;' unset 'G2TMPL_INC;' unset 'G2TMPL_LIB;' unset 'G2TMPL_SRC;' unset 'G2TMPL_VER;' unset 'G2_INC4;' unset 'G2_INCd;' unset 'G2_LIB4;' unset 'G2_LIBd;' unset 'G2_SRC;' unset 'G2_VER;' unset 'GDBSERVER_MIC;' unset 'GDB_CROSS;' unset 'HDF5;' unset 'HDF5_CFLAGS;' unset 'HDF5_CXXFLAGS;' unset 'HDF5_FFLAGS;' unset 'HDF5_INCLUDE;' unset 'HDF5_LDFLAGS;' unset 'HDF5_LDFLAGS_C;' unset 'HDF5_LDFLAGS_CXX;' unset 'HDF5_LDFLAGS_F;' unset '__LMOD_REF_COUNT_INFOPATH;' unset 'INFOPATH;' unset 'INSPECTOR_2018_DIR;' unset 'INTEL_LICENSE_FILE;' unset 'INTEL_PYTHONHOME;' unset 'IPPROOT;' unset 'IP_INC4;' unset 'IP_INC8;' unset 'IP_INCd;' unset 'IP_LIB4;' unset 'IP_LIB8;' unset 'IP_LIBd;' unset 'IP_SRC;' unset 'IP_VER;' unset 'I_MPI_CC;' unset 'I_MPI_CXX;' unset 'I_MPI_EXTRA_FILESYSTEM;' unset 'I_MPI_EXTRA_FILESYSTEM_LIST;' unset 'I_MPI_F77;' unset 'I_MPI_F90;' unset 'I_MPI_FC;' unset 'I_MPI_HYDRA_BOOTSTRAP;' unset 'I_MPI_HYDRA_IFACE;' unset 'I_MPI_LSF_USE_COLLECTIVE_LAUNCH;' unset 'I_MPI_ROOT;' unset 'JASPER_INC;' unset 'JASPER_LIB;' unset 'JASPER_LIBDIR;' unset 'JASPER_SRC;' unset 'JASPER_VER;' unset 'KMP_AFFINITY;' unset '__LMOD_REF_COUNT_LD_LIBRARY_PATH;' unset 'LD_LIBRARY_PATH;' unset '__LMOD_REF_COUNT_LIBRARY_PATH;' unset 'LIBRARY_PATH;' unset 'LIB_NAME;' unset 'LMOD_FAMILY_COMPILER;' unset 'LMOD_FAMILY_COMPILER_VERSION;' unset 'LMOD_FAMILY_CONMPILER;' unset 'LMOD_FAMILY_CONMPILER_VERSION;' unset 'LMOD_FAMILY_MPI;' unset 'LMOD_FAMILY_MPI_VERSION;' unset '__LMOD_REF_COUNT_LOADEDMODULES;' unset 'LOADEDMODULES;' unset 'LSF_BINDIR;' unset 'LSF_ENVDIR;' unset 'LSF_LIBDIR;' unset 'LSF_SERVERDIR;' '__LMOD_REF_COUNT_MANPATH="/usrx/local/prod/lmod/lmod/share/man:1";' export '__LMOD_REF_COUNT_MANPATH;' 'MANPATH="/usrx/local/prod/lmod/lmod/share/man::";' export 'MANPATH;' unset 'MKLROOT;' 'MODULEPATH="/usrx/local/dev/emc_rocoto/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod";' export 'MODULEPATH;' unset 'MPM_LAUNCHER;' unset 'NEMSIO_INC;' unset 'NEMSIO_LIB;' unset 'NEMSIO_SRC;' unset 'NEMSIO_VER;' unset 'NETCDF;' unset 'NETCDF_CFLAGS;' unset 'NETCDF_CXX4FLAGS;' unset 'NETCDF_CXXFLAGS;' unset 'NETCDF_FFLAGS;' unset 'NETCDF_INC;' unset 'NETCDF_INCLUDE;' unset 'NETCDF_LDFLAGS;' unset 'NETCDF_LDFLAGS_C;' unset 'NETCDF_LDFLAGS_CXX;' unset 'NETCDF_LDFLAGS_CXX4;' unset 'NETCDF_LDFLAGS_F;' unset 'NETCDF_LIB;' unset 'NETCDF_ROOT;' unset '__LMOD_REF_COUNT_NLSPATH;' unset 'NLSPATH;' '__LMOD_REF_COUNT_PATH="/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/usr/lpp/mmfs/bin:1;/opt/ibutils/bin:1;/opt/dell/srvadmin/bin:1;/u/Dusan.Jovic/bin:2;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/dbrowse:1;/u/Dusan.Jovic/.local/bin:1";' export '__LMOD_REF_COUNT_PATH;' 'PATH="/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/usr/lpp/mmfs/bin:/opt/ibutils/bin:/opt/dell/srvadmin/bin:/u/Dusan.Jovic/bin:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/dbrowse:/u/Dusan.Jovic/.local/bin";' export 'PATH;' unset 'PKG_CONFIG_PATH;' unset 'PNG_INC;' unset 'PNG_LIB;' unset 'PNG_LIB12;' unset 'PNG_LIBDIR;' unset 'PNG_LIBso;' unset 'PNG_SRC;' unset 'PNG_VER;' unset 'POST_INC;' unset 'POST_LIB;' unset 'POST_SRC;' unset 'POST_VER;' unset 'PSTLROOT;' unset 'PYTHONPATH;' unset '__LMOD_REF_COUNT_QT_PLUGIN_PATH;' unset 'QT_PLUGIN_PATH;' unset 'SP_LIB4;' unset 'SP_LIB8;' unset 'SP_LIBd;' unset 'SP_SRC;' unset 'SP_VER;' unset 'TBBROOT;' unset 'VT_ADD_LIBS;' unset 'VT_ARCH;' unset 'VT_LIB_DIR;' unset 'VT_MPI;' unset 'VT_ROOT;' unset 'VT_SLIB_DIR;' unset 'W3EMC_INC4;' unset 'W3EMC_INC8;' unset 'W3EMC_INCd;' unset 'W3EMC_LIB4;' unset 'W3EMC_LIB8;' unset 'W3EMC_LIBd;' unset 'W3EMC_SRC;' unset 'W3EMC_VER;' unset 'W3NCO_INC4;' unset 'W3NCO_INC8;' unset 'W3NCO_INCd;' unset 'W3NCO_LIB4;' unset 'W3NCO_LIB8;' unset 'W3NCO_LIBd;' unset 'W3NCO_SRC;' unset 'W3NCO_VER;' unset 'XLSF_UIDDIR;' unset 'Z_INC;' unset 'Z_LIB;' unset 'Z_SRC;' unset 'Z_VER;' unset '__LMOD_REF_COUNT__LMFILES_;' unset '_LMFILES_;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii91c3J4L2xvY2FsL2Rldi9lbWNfcm9jb3RvL21vZHVsZWZpbGVzIiwiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvRHVzYW4uSm92aWMvdWZzL3ByMTgvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvd2Nvc3NfZGVsbF9wMyIsIi91c3J4L2xvY2FsL2Rldi9tb2R1bGVmaWxlcyIsIi91c3J4L2xvY2FsL3Byb2QvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQiLCIvdXNyeC9sb2NhbC9w";' export '_ModuleTable001_;' '_ModuleTable002_="cm9kL21vZHVsZWZpbGVzL2RlZnMiLCIvZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb3JlX3Byb2QiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQ6L3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9kZWZzOi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsfQ==";' export '_ModuleTable002_;' '_ModuleTable_Sz_="2";' export '_ModuleTable_Sz_;' unset '_ModuleTable004_;' unset '_ModuleTable005_;' unset '_ModuleTable006_;' unset '_ModuleTable007_;' unset '_ModuleTable008_;' unset '_ModuleTable009_;' unset '_ModuleTable010_;' unset '_ModuleTable011_;' unset '_ModuleTable012_;' unset '_ModuleTable013_;' unset '_ModuleTable014_;' unset '_ModuleTable015_;' unset '_ModuleTable016_;' -+++ unset ADVISOR_2018_DIR -+++ unset BACIO_LIB4 -+++ unset BACIO_LIB8 -+++ unset BACIO_SRC -+++ unset BACIO_VER -+++ unset BINARY_TYPE_HPC -+++ unset __LMOD_REF_COUNT_CLASSPATH -+++ unset CLASSPATH -+++ unset CLCK_ROOT -+++ unset CMAKE_CXX_COMPILER -+++ unset CMAKE_C_COMPILER -+++ unset CMAKE_Fortran_COMPILER -+++ unset CMAKE_Platform -+++ unset COMP -+++ unset __LMOD_REF_COUNT_CPATH -+++ unset CPATH -+++ unset __LMOD_REF_COUNT_CPLUS_INCLUDE_PATH -+++ unset CPLUS_INCLUDE_PATH -+++ unset CRTM_FIX -+++ unset CRTM_INC -+++ unset CRTM_LIB -+++ unset CRTM_SRC -+++ unset CRTM_VER -+++ unset DAALROOT -+++ unset ECF_HOSTFILE -+++ unset ECF_PORT -+++ unset ECF_ROOT -+++ unset ESMFMKFILE -+++ unset G2TMPL_INC -+++ unset G2TMPL_LIB -+++ unset G2TMPL_SRC -+++ unset G2TMPL_VER -+++ unset G2_INC4 -+++ unset G2_INCd -+++ unset G2_LIB4 -+++ unset G2_LIBd -+++ unset G2_SRC -+++ unset G2_VER -+++ unset GDBSERVER_MIC -+++ unset GDB_CROSS -+++ unset HDF5 -+++ unset HDF5_CFLAGS -+++ unset HDF5_CXXFLAGS -+++ unset HDF5_FFLAGS -+++ unset HDF5_INCLUDE -+++ unset HDF5_LDFLAGS -+++ unset HDF5_LDFLAGS_C -+++ unset HDF5_LDFLAGS_CXX -+++ unset HDF5_LDFLAGS_F -+++ unset __LMOD_REF_COUNT_INFOPATH -+++ unset INFOPATH -+++ unset INSPECTOR_2018_DIR -+++ unset INTEL_LICENSE_FILE -+++ unset INTEL_PYTHONHOME -+++ unset IPPROOT -+++ unset IP_INC4 -+++ unset IP_INC8 -+++ unset IP_INCd -+++ unset IP_LIB4 -+++ unset IP_LIB8 -+++ unset IP_LIBd -+++ unset IP_SRC -+++ unset IP_VER -+++ unset I_MPI_CC -+++ unset I_MPI_CXX -+++ unset I_MPI_EXTRA_FILESYSTEM -+++ unset I_MPI_EXTRA_FILESYSTEM_LIST -+++ unset I_MPI_F77 -+++ unset I_MPI_F90 -+++ unset I_MPI_FC -+++ unset I_MPI_HYDRA_BOOTSTRAP -+++ unset I_MPI_HYDRA_IFACE -+++ unset I_MPI_LSF_USE_COLLECTIVE_LAUNCH -+++ unset I_MPI_ROOT -+++ unset JASPER_INC -+++ unset JASPER_LIB -+++ unset JASPER_LIBDIR -+++ unset JASPER_SRC -+++ unset JASPER_VER -+++ unset KMP_AFFINITY -+++ unset __LMOD_REF_COUNT_LD_LIBRARY_PATH -+++ unset LD_LIBRARY_PATH -+++ unset __LMOD_REF_COUNT_LIBRARY_PATH -+++ unset LIBRARY_PATH -+++ unset LIB_NAME -+++ unset LMOD_FAMILY_COMPILER -+++ unset LMOD_FAMILY_COMPILER_VERSION -+++ unset LMOD_FAMILY_CONMPILER -+++ unset LMOD_FAMILY_CONMPILER_VERSION -+++ unset LMOD_FAMILY_MPI -+++ unset LMOD_FAMILY_MPI_VERSION -+++ unset __LMOD_REF_COUNT_LOADEDMODULES -+++ unset LOADEDMODULES -+++ unset LSF_BINDIR -+++ unset LSF_ENVDIR -+++ unset LSF_LIBDIR -+++ unset LSF_SERVERDIR -+++ __LMOD_REF_COUNT_MANPATH=/usrx/local/prod/lmod/lmod/share/man:1 -+++ export __LMOD_REF_COUNT_MANPATH -+++ MANPATH=/usrx/local/prod/lmod/lmod/share/man:: -+++ export MANPATH -+++ unset MKLROOT -+++ MODULEPATH=/usrx/local/dev/emc_rocoto/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod -+++ export MODULEPATH -+++ unset MPM_LAUNCHER -+++ unset NEMSIO_INC -+++ unset NEMSIO_LIB -+++ unset NEMSIO_SRC -+++ unset NEMSIO_VER -+++ unset NETCDF -+++ unset NETCDF_CFLAGS -+++ unset NETCDF_CXX4FLAGS -+++ unset NETCDF_CXXFLAGS -+++ unset NETCDF_FFLAGS -+++ unset NETCDF_INC -+++ unset NETCDF_INCLUDE -+++ unset NETCDF_LDFLAGS -+++ unset NETCDF_LDFLAGS_C -+++ unset NETCDF_LDFLAGS_CXX -+++ unset NETCDF_LDFLAGS_CXX4 -+++ unset NETCDF_LDFLAGS_F -+++ unset NETCDF_LIB -+++ unset NETCDF_ROOT -+++ unset __LMOD_REF_COUNT_NLSPATH -+++ unset NLSPATH -+++ __LMOD_REF_COUNT_PATH='/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/usr/lpp/mmfs/bin:1;/opt/ibutils/bin:1;/opt/dell/srvadmin/bin:1;/u/Dusan.Jovic/bin:2;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/dbrowse:1;/u/Dusan.Jovic/.local/bin:1' -+++ export __LMOD_REF_COUNT_PATH -+++ PATH=/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/usr/lpp/mmfs/bin:/opt/ibutils/bin:/opt/dell/srvadmin/bin:/u/Dusan.Jovic/bin:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/dbrowse:/u/Dusan.Jovic/.local/bin -+++ export PATH -+++ unset PKG_CONFIG_PATH -+++ unset PNG_INC -+++ unset PNG_LIB -+++ unset PNG_LIB12 -+++ unset PNG_LIBDIR -+++ unset PNG_LIBso -+++ unset PNG_SRC -+++ unset PNG_VER -+++ unset POST_INC -+++ unset POST_LIB -+++ unset POST_SRC -+++ unset POST_VER -+++ unset PSTLROOT -+++ unset PYTHONPATH -+++ unset __LMOD_REF_COUNT_QT_PLUGIN_PATH -+++ unset QT_PLUGIN_PATH -+++ unset SP_LIB4 -+++ unset SP_LIB8 -+++ unset SP_LIBd -+++ unset SP_SRC -+++ unset SP_VER -+++ unset TBBROOT -+++ unset VT_ADD_LIBS -+++ unset VT_ARCH -+++ unset VT_LIB_DIR -+++ unset VT_MPI -+++ unset VT_ROOT -+++ unset VT_SLIB_DIR -+++ unset W3EMC_INC4 -+++ unset W3EMC_INC8 -+++ unset W3EMC_INCd -+++ unset W3EMC_LIB4 -+++ unset W3EMC_LIB8 -+++ unset W3EMC_LIBd -+++ unset W3EMC_SRC -+++ unset W3EMC_VER -+++ unset W3NCO_INC4 -+++ unset W3NCO_INC8 -+++ unset W3NCO_INCd -+++ unset W3NCO_LIB4 -+++ unset W3NCO_LIB8 -+++ unset W3NCO_LIBd -+++ unset W3NCO_SRC -+++ unset W3NCO_VER -+++ unset XLSF_UIDDIR -+++ unset Z_INC -+++ unset Z_LIB -+++ unset Z_SRC -+++ unset Z_VER -+++ unset __LMOD_REF_COUNT__LMFILES_ -+++ unset _LMFILES_ -+++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii91c3J4L2xvY2FsL2Rldi9lbWNfcm9jb3RvL21vZHVsZWZpbGVzIiwiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvRHVzYW4uSm92aWMvdWZzL3ByMTgvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvd2Nvc3NfZGVsbF9wMyIsIi91c3J4L2xvY2FsL2Rldi9tb2R1bGVmaWxlcyIsIi91c3J4L2xvY2FsL3Byb2QvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQiLCIvdXNyeC9sb2NhbC9w -+++ export _ModuleTable001_ -+++ _ModuleTable002_=cm9kL21vZHVsZWZpbGVzL2RlZnMiLCIvZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb3JlX3Byb2QiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQ6L3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9kZWZzOi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsfQ== -+++ export _ModuleTable002_ -+++ _ModuleTable_Sz_=2 -+++ export _ModuleTable_Sz_ -+++ unset _ModuleTable004_ -+++ unset _ModuleTable005_ -+++ unset _ModuleTable006_ -+++ unset _ModuleTable007_ -+++ unset _ModuleTable008_ -+++ unset _ModuleTable009_ -+++ unset _ModuleTable010_ -+++ unset _ModuleTable011_ -+++ unset _ModuleTable012_ -+++ unset _ModuleTable013_ -+++ unset _ModuleTable014_ -+++ unset _ModuleTable015_ -+++ unset _ModuleTable016_ -+++ : -s sh -++ eval -++ unset __ms_shell -++ unset __ms_ksh_test -++ unset __ms_bash_test -++ unset setup__test_function__91271 -++ unset __ms_function_name -+ [[ wcoss_dell_p3 == macosx.* ]] -+ [[ wcoss_dell_p3 == linux.* ]] -+ module use /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3 -++ /usrx/local/prod/lmod/lmod/libexec/lmod bash use /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3 -+ eval 'MODULEPATH="/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/dev/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod";' export 'MODULEPATH;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcjE4L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL3djb3NzX2RlbGxfcDMiLCIvdXNyeC9sb2NhbC9kZXYvZW1jX3JvY290by9tb2R1bGVmaWxlcyIsIi91c3J4L2xvY2FsL2Rldi9tb2R1bGVmaWxlcyIsIi91c3J4L2xvY2FsL3Byb2QvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQiLCIvdXNyeC9sb2NhbC9w";' export '_ModuleTable001_;' '_ModuleTable002_="cm9kL21vZHVsZWZpbGVzL2RlZnMiLCIvZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb3JlX3Byb2QiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQ6L3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9kZWZzOi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsfQ==";' export '_ModuleTable002_;' '_ModuleTable_Sz_="2";' export '_ModuleTable_Sz_;' -++ MODULEPATH=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/dev/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod -++ export MODULEPATH -++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcjE4L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL3djb3NzX2RlbGxfcDMiLCIvdXNyeC9sb2NhbC9kZXYvZW1jX3JvY290by9tb2R1bGVmaWxlcyIsIi91c3J4L2xvY2FsL2Rldi9tb2R1bGVmaWxlcyIsIi91c3J4L2xvY2FsL3Byb2QvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQiLCIvdXNyeC9sb2NhbC9w -++ export _ModuleTable001_ -++ _ModuleTable002_=cm9kL21vZHVsZWZpbGVzL2RlZnMiLCIvZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb3JlX3Byb2QiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQ6L3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9kZWZzOi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsfQ== -++ export _ModuleTable002_ -++ _ModuleTable_Sz_=2 -++ export _ModuleTable_Sz_ -++ : -s sh -+ eval -+ module load fv3 -++ /usrx/local/prod/lmod/lmod/libexec/lmod bash load fv3 -+ eval 'ADVISOR_2018_DIR="/usrx/local/prod/intel/2018UP01/advisor_2018";' export 'ADVISOR_2018_DIR;' 'BACIO_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libbacio_v2.0.3_4.a";' export 'BACIO_LIB4;' 'BACIO_LIB8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libbacio_v2.0.3_8.a";' export 'BACIO_LIB8;' 'BACIO_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/bacio_v2.0.3";' export 'BACIO_SRC;' 'BACIO_VER="v2.0.3";' export 'BACIO_VER;' 'BINARY_TYPE_HPC="";' export 'BINARY_TYPE_HPC;' '__LMOD_REF_COUNT_CLASSPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64/mpi.jar:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/daal.jar:1";' export '__LMOD_REF_COUNT_CLASSPATH;' 'CLASSPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64/mpi.jar:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/daal.jar";' export 'CLASSPATH;' 'CLCK_ROOT="/usrx/local/prod/intel/2018UP01/clck_latest";' export 'CLCK_ROOT;' 'CMAKE_CXX_COMPILER="mpiicpc";' export 'CMAKE_CXX_COMPILER;' 'CMAKE_C_COMPILER="mpiicc";' export 'CMAKE_C_COMPILER;' 'CMAKE_Fortran_COMPILER="mpiifort";' export 'CMAKE_Fortran_COMPILER;' 'CMAKE_Platform="wcoss_dell_p3";' export 'CMAKE_Platform;' 'COMP="ips";' export 'COMP;' '__LMOD_REF_COUNT_CPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/pstl/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/include:1";' export '__LMOD_REF_COUNT_CPATH;' 'CPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/pstl/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/include";' export 'CPATH;' '__LMOD_REF_COUNT_CPLUS_INCLUDE_PATH="/usrx/local/prod/intel/2018UP01/clck_latest/include:1";' export '__LMOD_REF_COUNT_CPLUS_INCLUDE_PATH;' 'CPLUS_INCLUDE_PATH="/usrx/local/prod/intel/2018UP01/clck_latest/include";' export 'CPLUS_INCLUDE_PATH;' 'CRTM_FIX="/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/fix";' export 'CRTM_FIX;' 'CRTM_INC="/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/ips/18.0.1/include/crtm_v2.2.6";' export 'CRTM_INC;' 'CRTM_LIB="/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/ips/18.0.1/libcrtm_v2.2.6.a";' export 'CRTM_LIB;' 'CRTM_SRC="/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/src";' export 'CRTM_SRC;' 'CRTM_VER="v2.2.6";' export 'CRTM_VER;' 'DAALROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal";' export 'DAALROOT;' 'ESMFMKFILE="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/lib/esmf.mk";' export 'ESMFMKFILE;' 'G2TMPL_INC="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/g2tmpl_v1.6.0";' export 'G2TMPL_INC;' 'G2TMPL_LIB="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2tmpl_v1.6.0.a";' export 'G2TMPL_LIB;' 'G2TMPL_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/g2tmpl_v1.6.0/src";' export 'G2TMPL_SRC;' 'G2TMPL_VER="v1.6.0";' export 'G2TMPL_VER;' 'G2_INC4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/g2_v3.1.1_4";' export 'G2_INC4;' 'G2_INCd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/g2_v3.1.1_d";' export 'G2_INCd;' 'G2_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2_v3.1.1_4.a";' export 'G2_LIB4;' 'G2_LIBd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2_v3.1.1_d.a";' export 'G2_LIBd;' 'G2_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/g2_v3.1.1";' export 'G2_SRC;' 'G2_VER="v3.1.1";' export 'G2_VER;' 'GDBSERVER_MIC="/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/targets/intel64/x200/bin/gdbserver";' export 'GDBSERVER_MIC;' 'GDB_CROSS="/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/bin/gdb-ia";' export 'GDB_CROSS;' 'HDF5="/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1";' export 'HDF5;' 'HDF5_CFLAGS="-I/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/include";' export 'HDF5_CFLAGS;' 'HDF5_CXXFLAGS="-I/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/include";' export 'HDF5_CXXFLAGS;' 'HDF5_FFLAGS="-I/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/include";' export 'HDF5_FFLAGS;' 'HDF5_INCLUDE="-I/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/include";' export 'HDF5_INCLUDE;' 'HDF5_LDFLAGS="-L/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib' -lhdf5_hl -lhdf5hl_fortran -lhdf5 '-lhdf5_fortran";' export 'HDF5_LDFLAGS;' 'HDF5_LDFLAGS_C="-L/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib' -lhdf5_hl '-lhdf5";' export 'HDF5_LDFLAGS_C;' 'HDF5_LDFLAGS_CXX="-L/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib' -lhdf5_hl -hdf5_hl_cpp -lhdf5 '-lhdf5_cpp";' export 'HDF5_LDFLAGS_CXX;' 'HDF5_LDFLAGS_F="-L/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib' -lhdf5_hl -lhdf5hl_fortran -lhdf5 '-lhdf5_fortran";' export 'HDF5_LDFLAGS_F;' '__LMOD_REF_COUNT_INFOPATH="/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/info:1;info_gdb_igfx:1";' export '__LMOD_REF_COUNT_INFOPATH;' 'INFOPATH="/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/info:info_gdb_igfx";' export 'INFOPATH;' 'INSPECTOR_2018_DIR="/usrx/local/prod/intel/2018UP01/inspector_2018";' export 'INSPECTOR_2018_DIR;' 'INTEL_LICENSE_FILE="/usrx/local/prod/intel/licenses";' export 'INTEL_LICENSE_FILE;' 'INTEL_PYTHONHOME="/usrx/local/prod/intel/2018UP01/debugger_2018/python/intel64";' export 'INTEL_PYTHONHOME;' 'IPPROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp";' export 'IPPROOT;' 'IP_INC4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ip_v3.0.2_4";' export 'IP_INC4;' 'IP_INC8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ip_v3.0.2_8";' export 'IP_INC8;' 'IP_INCd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ip_v3.0.2_d";' export 'IP_INCd;' 'IP_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libip_v3.0.2_4.a";' export 'IP_LIB4;' 'IP_LIB8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libip_v3.0.2_8.a";' export 'IP_LIB8;' 'IP_LIBd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libip_v3.0.2_d.a";' export 'IP_LIBd;' 'IP_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/ip_v3.0.2";' export 'IP_SRC;' 'IP_VER="v3.0.2";' export 'IP_VER;' 'I_MPI_CC="icc";' export 'I_MPI_CC;' 'I_MPI_CXX="icpc";' export 'I_MPI_CXX;' 'I_MPI_EXTRA_FILESYSTEM="yes";' export 'I_MPI_EXTRA_FILESYSTEM;' 'I_MPI_EXTRA_FILESYSTEM_LIST="gpfs";' export 'I_MPI_EXTRA_FILESYSTEM_LIST;' 'I_MPI_F77="ifort";' export 'I_MPI_F77;' 'I_MPI_F90="ifort";' export 'I_MPI_F90;' 'I_MPI_FC="ifort";' export 'I_MPI_FC;' 'I_MPI_HYDRA_BOOTSTRAP="lsf";' export 'I_MPI_HYDRA_BOOTSTRAP;' 'I_MPI_HYDRA_IFACE="ib0";' export 'I_MPI_HYDRA_IFACE;' 'I_MPI_LSF_USE_COLLECTIVE_LAUNCH="1";' export 'I_MPI_LSF_USE_COLLECTIVE_LAUNCH;' 'I_MPI_ROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi";' export 'I_MPI_ROOT;' 'JASPER_INC="/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/include";' export 'JASPER_INC;' 'JASPER_LIB="/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib/libjasper.a";' export 'JASPER_LIB;' 'JASPER_LIBDIR="/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib";' export 'JASPER_LIBDIR;' 'JASPER_SRC="/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/src/jasper-1.900.29";' export 'JASPER_SRC;' 'JASPER_VER="1.900.29";' export 'JASPER_VER;' 'KMP_AFFINITY="scatter";' export 'KMP_AFFINITY;' unset 'LAUNCH;' '__LMOD_REF_COUNT_LD_LIBRARY_PATH="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/lib:1;/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib:1;/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib:1;/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib:1;/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:1;/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib:1;/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib:1;/usrx/local/prod/intel/2018UP01/itac_latest/slib:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:1;/usrx/local/prod/intel/2018UP01/debugger_2018/iga/lib:1;/usrx/local/prod/intel/2018UP01/debugger_2018/libipt/intel64/lib:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4:1";' export '__LMOD_REF_COUNT_LD_LIBRARY_PATH;' 'LD_LIBRARY_PATH="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/lib:/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib:/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib:/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib:/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib:/usrx/local/prod/intel/2018UP01/itac_latest/slib:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:/usrx/local/prod/intel/2018UP01/debugger_2018/iga/lib:/usrx/local/prod/intel/2018UP01/debugger_2018/libipt/intel64/lib:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4";' export 'LD_LIBRARY_PATH;' '__LMOD_REF_COUNT_LIBRARY_PATH="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:1;/usrx/local/prod/intel/2018UP01/clck_latest/lib/intel64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4:1";' export '__LMOD_REF_COUNT_LIBRARY_PATH;' 'LIBRARY_PATH="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:/usrx/local/prod/intel/2018UP01/clck_latest/lib/intel64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4";' export 'LIBRARY_PATH;' 'LIB_NAME="POST";' export 'LIB_NAME;' 'LMOD_FAMILY_COMPILER="ips";' export 'LMOD_FAMILY_COMPILER;' 'LMOD_FAMILY_COMPILER_VERSION="18.0.1.163";' export 'LMOD_FAMILY_COMPILER_VERSION;' 'LMOD_FAMILY_CONMPILER="HDF5-serial";' export 'LMOD_FAMILY_CONMPILER;' 'LMOD_FAMILY_CONMPILER_VERSION="1.10.1";' export 'LMOD_FAMILY_CONMPILER_VERSION;' 'LMOD_FAMILY_MPI="impi";' export 'LMOD_FAMILY_MPI;' 'LMOD_FAMILY_MPI_VERSION="18.0.1";' export 'LMOD_FAMILY_MPI_VERSION;' '__LMOD_REF_COUNT_LOADEDMODULES="ips/18.0.1.163:1;impi/18.0.1:1;NetCDF/4.5.0:1;HDF5-serial/1.10.1:1;lsf/10.1:1;bacio/2.0.3:1;ip/3.0.2:1;sp/2.0.3:1;w3nco/2.0.7:1;w3emc/2.3.1:1;nemsio/2.2.4:1;g2/3.1.1:1;g2tmpl/1.6.0:1;crtm/2.2.6:1;jasper/1.900.29:1;libpng/1.2.59:1;zlib/1.2.11:1;post/8.0.1:1;esmf/8.0.0:1;cmake/3.10.0:1;fv3:1";' export '__LMOD_REF_COUNT_LOADEDMODULES;' 'LOADEDMODULES="ips/18.0.1.163:impi/18.0.1:NetCDF/4.5.0:HDF5-serial/1.10.1:lsf/10.1:bacio/2.0.3:ip/3.0.2:sp/2.0.3:w3nco/2.0.7:w3emc/2.3.1:nemsio/2.2.4:g2/3.1.1:g2tmpl/1.6.0:crtm/2.2.6:jasper/1.900.29:libpng/1.2.59:zlib/1.2.11:post/8.0.1:esmf/8.0.0:cmake/3.10.0:fv3";' export 'LOADEDMODULES;' 'LSF_BINDIR="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin";' export 'LSF_BINDIR;' 'LSF_ENVDIR="/gpfs/lsf/conf";' export 'LSF_ENVDIR;' 'LSF_LIBDIR="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib";' export 'LSF_LIBDIR;' 'LSF_SERVERDIR="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc";' export 'LSF_SERVERDIR;' '__LMOD_REF_COUNT_MANPATH="/usrx/local/dev/packages/cmake/3.10.0/share/man:1;/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/share/man:1;/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/share/man:1;/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/man:1;/gpfs/lsf/10.1/man:1;/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/share/man:1;/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/share/man:1;/usrx/local/prod/intel/2018UP01/itac_latest/man:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/man/common:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/man:1;/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/man:1;/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-igfx/man:1;/usrx/local/prod/lmod/lmod/share/man:1;/usrx/local/prod/intel/2018UP01/inspector_2018/man:1;/usrx/local/prod/intel/2018UP01/advisor_2018/man:1";' export '__LMOD_REF_COUNT_MANPATH;' 'MANPATH="/usrx/local/dev/packages/cmake/3.10.0/share/man:/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/share/man:/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/share/man:/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/man:/gpfs/lsf/10.1/man:/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/share/man:/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/share/man:/usrx/local/prod/intel/2018UP01/itac_latest/man:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/man/common:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/man:/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/man:/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-igfx/man:/usrx/local/prod/lmod/lmod/share/man::/usrx/local/prod/intel/2018UP01/inspector_2018/man:/usrx/local/prod/intel/2018UP01/advisor_2018/man";' export 'MANPATH;' 'MKLROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl";' export 'MKLROOT;' 'MODULEPATH="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/dev/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1:/usrx/local/prod/modulefiles/mpi_third/ips/18.0.1/impi/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/mpi_prod/ips/18.0.1/impi/18.0.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles";' export 'MODULEPATH;' 'MPM_LAUNCHER="/usrx/local/prod/intel/2018UP01/debugger_2018/mpm/mic/bin/start_mpm.sh";' export 'MPM_LAUNCHER;' 'NEMSIO_INC="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/nemsio_v2.2.4";' export 'NEMSIO_INC;' 'NEMSIO_LIB="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libnemsio_v2.2.4.a";' export 'NEMSIO_LIB;' 'NEMSIO_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/nemsio_v2.2.4";' export 'NEMSIO_SRC;' 'NEMSIO_VER="v2.2.4";' export 'NEMSIO_VER;' 'NETCDF="/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0";' export 'NETCDF;' 'NETCDF_CFLAGS="-I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include";' export 'NETCDF_CFLAGS;' 'NETCDF_CXX4FLAGS="-I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include";' export 'NETCDF_CXX4FLAGS;' 'NETCDF_CXXFLAGS="-I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include";' export 'NETCDF_CXXFLAGS;' 'NETCDF_FFLAGS="-I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include";' export 'NETCDF_FFLAGS;' 'NETCDF_INC="/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include";' export 'NETCDF_INC;' 'NETCDF_INCLUDE="-I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include";' export 'NETCDF_INCLUDE;' 'NETCDF_LDFLAGS="-L/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib' '-lnetcdff";' export 'NETCDF_LDFLAGS;' 'NETCDF_LDFLAGS_C="-L/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib' '-lnetcdf";' export 'NETCDF_LDFLAGS_C;' 'NETCDF_LDFLAGS_CXX="-L/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib' -lnetcdf '-lnetcdf_c++";' export 'NETCDF_LDFLAGS_CXX;' 'NETCDF_LDFLAGS_CXX4="-L/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib' -lnetcdf '-lnetcdf_c++4";' export 'NETCDF_LDFLAGS_CXX4;' 'NETCDF_LDFLAGS_F="-L/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib' '-lnetcdff";' export 'NETCDF_LDFLAGS_F;' 'NETCDF_LIB="/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib";' export 'NETCDF_LIB;' 'NETCDF_ROOT="/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0";' export 'NETCDF_ROOT;' '__LMOD_REF_COUNT_NLSPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin/locale/%l_%t/%N:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin/locale/%l_%t/%N:1;/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/share/locale/%l_%t/%N:1";' export '__LMOD_REF_COUNT_NLSPATH;' 'NLSPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin/locale/%l_%t/%N:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin/locale/%l_%t/%N::/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/share/locale/%l_%t/%N";' export 'NLSPATH;' '__LMOD_REF_COUNT_PATH="/usrx/local/dev/packages/cmake/3.10.0/bin:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/bin:1;/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/bin:1;/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/bin:1;/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc:1;/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin:1;/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1:1;/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/bin:1;/usrx/local/prod/intel/2018UP01/advisor_2018/bin64:1;/usrx/local/prod/intel/2018UP01/vtune_amplifier_2018/bin64:1;/usrx/local/prod/intel/2018UP01/inspector_2018/bin64:1;/usrx/local/prod/intel/2018UP01/itac_latest/bin:1;/usrx/local/prod/intel/2018UP01/clck_latest/bin/intel64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/bin/intel64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64:1;/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/targets/intel64/x200/bin:1;/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/bin:1;/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/usr/lpp/mmfs/bin:1;/opt/ibutils/bin:1;/opt/dell/srvadmin/bin:1;/u/Dusan.Jovic/bin:2;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/dbrowse:1;/u/Dusan.Jovic/.local/bin:1;/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/include:1";' export '__LMOD_REF_COUNT_PATH;' 'PATH="/usrx/local/dev/packages/cmake/3.10.0/bin:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/bin:/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/bin:/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/bin:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin:/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1:/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/bin:/usrx/local/prod/intel/2018UP01/advisor_2018/bin64:/usrx/local/prod/intel/2018UP01/vtune_amplifier_2018/bin64:/usrx/local/prod/intel/2018UP01/inspector_2018/bin64:/usrx/local/prod/intel/2018UP01/itac_latest/bin:/usrx/local/prod/intel/2018UP01/clck_latest/bin/intel64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/bin/intel64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64:/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/targets/intel64/x200/bin:/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/usr/lpp/mmfs/bin:/opt/ibutils/bin:/opt/dell/srvadmin/bin:/u/Dusan.Jovic/bin:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/dbrowse:/u/Dusan.Jovic/.local/bin:/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/include";' export 'PATH;' 'PKG_CONFIG_PATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/bin/pkgconfig";' export 'PKG_CONFIG_PATH;' 'PNG_INC="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/include";' export 'PNG_INC;' 'PNG_LIB="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng.a";' export 'PNG_LIB;' 'PNG_LIB12="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng12.a";' export 'PNG_LIB12;' 'PNG_LIBDIR="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib";' export 'PNG_LIBDIR;' 'PNG_LIBso="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng.so";' export 'PNG_LIBso;' 'PNG_SRC="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/src/libpng-1.2.59";' export 'PNG_SRC;' 'PNG_VER="1.2.59";' export 'PNG_VER;' 'POST_INC="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ncep_post_v8.0.1_4";' export 'POST_INC;' 'POST_LIB="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libncep_post_v8.0.1_4.a";' export 'POST_LIB;' 'POST_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/post_v8.0.1";' export 'POST_SRC;' 'POST_VER="v8.0.1";' export 'POST_VER;' 'PSTLROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/pstl";' export 'PSTLROOT;' 'PYTHONPATH="/usrx/local/prod/intel/2018UP01/advisor_2018/pythonapi";' export 'PYTHONPATH;' 'SP_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_4.a";' export 'SP_LIB4;' 'SP_LIB8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_8.a";' export 'SP_LIB8;' 'SP_LIBd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_d.a";' export 'SP_LIBd;' 'SP_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/sp_v2.0.3";' export 'SP_SRC;' 'SP_VER="v2.0.3";' export 'SP_VER;' 'TBBROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb";' export 'TBBROOT;' 'VT_ADD_LIBS="-ldwarf' -lelf -lvtunwind -lm '-lpthread";' export 'VT_ADD_LIBS;' 'VT_ARCH="intel64";' export 'VT_ARCH;' 'VT_LIB_DIR="/usrx/local/prod/intel/2018UP01/itac_latest/lib";' export 'VT_LIB_DIR;' 'VT_MPI="impi4";' export 'VT_MPI;' 'VT_ROOT="/usrx/local/prod/intel/2018UP01/itac_latest";' export 'VT_ROOT;' 'VT_SLIB_DIR="/usrx/local/prod/intel/2018UP01/itac_latest/slib";' export 'VT_SLIB_DIR;' 'W3EMC_INC4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3emc_v2.3.1_4";' export 'W3EMC_INC4;' 'W3EMC_INC8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3emc_v2.3.1_8";' export 'W3EMC_INC8;' 'W3EMC_INCd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3emc_v2.3.1_d";' export 'W3EMC_INCd;' 'W3EMC_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_4.a";' export 'W3EMC_LIB4;' 'W3EMC_LIB8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_8.a";' export 'W3EMC_LIB8;' 'W3EMC_LIBd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_d.a";' export 'W3EMC_LIBd;' 'W3EMC_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/w3emc_v2.3.1";' export 'W3EMC_SRC;' 'W3EMC_VER="v2.3.1";' export 'W3EMC_VER;' 'W3NCO_INC4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3nco_v2.0.7_4";' export 'W3NCO_INC4;' 'W3NCO_INC8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3nco_v2.0.7_8";' export 'W3NCO_INC8;' 'W3NCO_INCd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3nco_v2.0.7_d";' export 'W3NCO_INCd;' 'W3NCO_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_4.a";' export 'W3NCO_LIB4;' 'W3NCO_LIB8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_8.a";' export 'W3NCO_LIB8;' 'W3NCO_LIBd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_d.a";' export 'W3NCO_LIBd;' 'W3NCO_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/w3nco_v2.0.7";' export 'W3NCO_SRC;' 'W3NCO_VER="v2.0.7";' export 'W3NCO_VER;' 'XLSF_UIDDIR="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib/uid";' export 'XLSF_UIDDIR;' 'Z_INC="/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/include";' export 'Z_INC;' 'Z_LIB="/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib/libz.a";' export 'Z_LIB;' 'Z_SRC="/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/src";' export 'Z_SRC;' 'Z_VER="1.2.11";' export 'Z_VER;' '__LMOD_REF_COUNT__LMFILES_="/usrx/local/prod/modulefiles/core_third/ips/18.0.1.163:1;/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1/impi/18.0.1.lua:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/NetCDF/4.5.0:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/HDF5-serial/1.10.1:1;/usrx/local/prod/modulefiles/core_third/lsf/10.1:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/bacio/2.0.3:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/ip/3.0.2:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/sp/2.0.3:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3nco/2.0.7:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3emc/2.3.1:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/nemsio/2.2.4:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2/3.1.1:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2tmpl/1.6.0:1;/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/crtm/2.2.6:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/jasper/1.900.29:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/libpng/1.2.59:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/zlib/1.2.11:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/post/8.0.1:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/esmf/8.0.0:1;/usrx/local/dev/modulefiles/cmake/3.10.0:1;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3:1";' export '__LMOD_REF_COUNT__LMFILES_;' '_LMFILES_="/usrx/local/prod/modulefiles/core_third/ips/18.0.1.163:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1/impi/18.0.1.lua:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/NetCDF/4.5.0:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/HDF5-serial/1.10.1:/usrx/local/prod/modulefiles/core_third/lsf/10.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/bacio/2.0.3:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/ip/3.0.2:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/sp/2.0.3:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3nco/2.0.7:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3emc/2.3.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/nemsio/2.2.4:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2/3.1.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2tmpl/1.6.0:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/crtm/2.2.6:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/jasper/1.900.29:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/libpng/1.2.59:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/zlib/1.2.11:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/post/8.0.1:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/esmf/8.0.0:/usrx/local/dev/modulefiles/cmake/3.10.0:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3";' export '_LMFILES_;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImlwcyIsWyJjb25tcGlsZXIiXT0iSERGNS1zZXJpYWwiLFsibXBpIl09ImltcGkiLH0sbVQ9e1siSERGNS1zZXJpYWwiXT17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvSERGNS1zZXJpYWwvMS4xMC4xIixbImZ1bGxOYW1lIl09IkhERjUtc2VyaWFsLzEuMTAuMSIsWyJsb2FkT3JkZXIiXT00LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09IkhERjUtc2VyaWFs";' export '_ModuleTable001_;' '_ModuleTable002_="LzEuMTAuMSIsfSxOZXRDREY9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xL05ldENERi80LjUuMCIsWyJmdWxsTmFtZSJdPSJOZXRDREYvNC41LjAiLFsibG9hZE9yZGVyIl09Myxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJOZXRDREYvNC41LjAiLH0sYmFjaW89e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2JhY2lvLzIuMC4zIixbImZ1bGxOYW1lIl09ImJhY2lvLzIuMC4zIixbImxvYWRPcmRlciJdPTYscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNl";' export '_ModuleTable002_;' '_ModuleTable003_="ck5hbWUiXT0iYmFjaW8vMi4wLjMiLH0sY21ha2U9e1siZm4iXT0iL3VzcngvbG9jYWwvZGV2L21vZHVsZWZpbGVzL2NtYWtlLzMuMTAuMCIsWyJmdWxsTmFtZSJdPSJjbWFrZS8zLjEwLjAiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY21ha2UvMy4xMC4wIix9LGNydG09e1siZm4iXT0iL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfcHJvZC9pcHMvMTguMC4xL2NydG0vMi4yLjYiLFsiZnVsbE5hbWUiXT0iY3J0bS8yLjIuNiIsWyJsb2FkT3JkZXIiXT0xNCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1";' export '_ModuleTable003_;' '_ModuleTable004_="c2VyTmFtZSJdPSJjcnRtLzIuMi42Iix9LGVzbWY9e1siZm4iXT0iL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcjE4L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL3djb3NzX2RlbGxfcDMvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT0yMSxw";' export '_ModuleTable004_;' '_ModuleTable005_="cm9wVD17fSxbInN0YWNrRGVwdGgiXT0wLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZzI9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2cyLzMuMS4xIixbImZ1bGxOYW1lIl09ImcyLzMuMS4xIixbImxvYWRPcmRlciJdPTEyLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcyLzMuMS4xIix9LGcydG1wbD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzJ0bXBsLzEuNi4wIixbImZ1bGxOYW1lIl09ImcydG1wbC8xLjYuMCIsWyJsb2FkT3JkZXIiXT0xMyxwcm9wVD17fSxbInN0YWNr";' export '_ModuleTable005_;' '_ModuleTable006_="RGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMnRtcGwvMS42LjAiLH0saW1waT17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX21waS9pcHMvMTguMC4xL2ltcGkvMTguMC4xLmx1YSIsWyJmdWxsTmFtZSJdPSJpbXBpLzE4LjAuMSIsWyJsb2FkT3JkZXIiXT0yLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImltcGkvMTguMC4xIix9LGlwPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9pcC8zLjAuMiIsWyJmdWxsTmFtZSJdPSJpcC8zLjAuMiIsWyJsb2FkT3JkZXIiXT03LHByb3BUPXt9LFsic3Rh";' export '_ModuleTable006_;' '_ModuleTable007_="Y2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImlwLzMuMC4yIix9LGlwcz17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQvaXBzLzE4LjAuMS4xNjMiLFsiZnVsbE5hbWUiXT0iaXBzLzE4LjAuMS4xNjMiLFsibG9hZE9yZGVyIl09MSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJpcHMvMTguMC4xLjE2MyIsfSxqYXNwZXI9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xL2phc3Blci8xLjkwMC4yOSIsWyJmdWxsTmFtZSJdPSJqYXNwZXIvMS45MDAuMjkiLFsibG9hZE9yZGVyIl09";' export '_ModuleTable007_;' '_ModuleTable008_="MTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iamFzcGVyLzEuOTAwLjI5Iix9LGxpYnBuZz17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvbGlicG5nLzEuMi41OSIsWyJmdWxsTmFtZSJdPSJsaWJwbmcvMS4yLjU5IixbImxvYWRPcmRlciJdPTE2LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImxpYnBuZy8xLjIuNTkiLH0sbHNmPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZC9sc2YvMTAuMSIsWyJmdWxsTmFtZSJdPSJsc2YvMTAuMSIsWyJsb2Fk";' export '_ModuleTable008_;' '_ModuleTable009_="T3JkZXIiXT01LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImxzZi8xMC4xIix9LG5lbXNpbz17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvbmVtc2lvLzIuMi40IixbImZ1bGxOYW1lIl09Im5lbXNpby8yLjIuNCIsWyJsb2FkT3JkZXIiXT0xMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZW1zaW8vMi4yLjQiLH0scG9zdD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvcG9zdC84LjAuMSIsWyJmdWxsTmFtZSJdPSJwb3N0LzguMC4xIixbImxvYWRP";' export '_ModuleTable009_;' '_ModuleTable010_="cmRlciJdPTE4LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InBvc3QvOC4wLjEiLH0sc3A9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL3NwLzIuMC4zIixbImZ1bGxOYW1lIl09InNwLzIuMC4zIixbImxvYWRPcmRlciJdPTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ic3AvMi4wLjMiLH0sdzNlbWM9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL3czZW1jLzIuMy4xIixbImZ1bGxOYW1lIl09InczZW1jLzIuMy4xIixbImxvYWRPcmRlciJdPTEwLHBy";' export '_ModuleTable010_;' '_ModuleTable011_="b3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczZW1jLzIuMy4xIix9LHczbmNvPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy93M25jby8yLjAuNyIsWyJmdWxsTmFtZSJdPSJ3M25jby8yLjAuNyIsWyJsb2FkT3JkZXIiXT05LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHpsaWI9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xL3psaWIvMS4yLjExIixbImZ1bGxOYW1lIl09InpsaWIvMS4yLjExIixbImxvYWRPcmRl";' export '_ModuleTable011_;' '_ModuleTable012_="ciJdPTE3LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InpsaWIvMS4yLjExIix9LH0sbXBhdGhBPXsiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMiLCIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9EdXNhbi5Kb3ZpYy91ZnMvcHIxOC91ZnMtd2VhdGhlci1tb2RlbC9tb2R1bGVmaWxlcy93Y29zc19kZWxsX3AzIiwiL3VzcngvbG9jYWwvZGV2L2VtY19yb2NvdG8vbW9kdWxlZmlsZXMiLCIvdXNyeC9sb2NhbC9kZXYvbW9kdWxlZmlsZXMiLCIvdXNyeC9sb2NhbC9wcm9kL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlIiwiL3VzcngvbG9j";' export '_ModuleTable012_;' '_ModuleTable013_="YWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9kZWZzIiwiL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29yZV9wcm9kIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xIiwiL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfcHJvZC9pcHMvMTguMC4xIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl9tcGkvaXBzLzE4LjAuMSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvbXBpX3RoaXJkL2lwcy8xOC4wLjEvaW1waS8xOC4wLjEiLCIvZ3Bmcy9kZWxsMS9uY28vb3BzL253";' export '_ModuleTable013_;' '_ModuleTable014_="cHJvZC9tb2R1bGVmaWxlcy9tcGlfcHJvZC9pcHMvMTguMC4xL2ltcGkvMTguMC4xIiwiL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzIix9LFsic3lzdGVtQmFzZU1QQVRIIl09Ii91c3J4L2xvY2FsL3Byb2QvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmU6L3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkOi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvZGVmczovZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb3JlX3Byb2QiLH0=";' export '_ModuleTable014_;' '_ModuleTable_Sz_="14";' export '_ModuleTable_Sz_;' -++ ADVISOR_2018_DIR=/usrx/local/prod/intel/2018UP01/advisor_2018 -++ export ADVISOR_2018_DIR -++ BACIO_LIB4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libbacio_v2.0.3_4.a -++ export BACIO_LIB4 -++ BACIO_LIB8=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libbacio_v2.0.3_8.a -++ export BACIO_LIB8 -++ BACIO_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/bacio_v2.0.3 -++ export BACIO_SRC -++ BACIO_VER=v2.0.3 -++ export BACIO_VER -++ BINARY_TYPE_HPC= -++ export BINARY_TYPE_HPC -++ __LMOD_REF_COUNT_CLASSPATH='/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64/mpi.jar:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/daal.jar:1' -++ export __LMOD_REF_COUNT_CLASSPATH -++ CLASSPATH=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64/mpi.jar:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/daal.jar -++ export CLASSPATH -++ CLCK_ROOT=/usrx/local/prod/intel/2018UP01/clck_latest -++ export CLCK_ROOT -++ CMAKE_CXX_COMPILER=mpiicpc -++ export CMAKE_CXX_COMPILER -++ CMAKE_C_COMPILER=mpiicc -++ export CMAKE_C_COMPILER -++ CMAKE_Fortran_COMPILER=mpiifort -++ export CMAKE_Fortran_COMPILER -++ CMAKE_Platform=wcoss_dell_p3 -++ export CMAKE_Platform -++ COMP=ips -++ export COMP -++ __LMOD_REF_COUNT_CPATH='/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/pstl/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/include:1' -++ export __LMOD_REF_COUNT_CPATH -++ CPATH=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/pstl/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/include -++ export CPATH -++ __LMOD_REF_COUNT_CPLUS_INCLUDE_PATH=/usrx/local/prod/intel/2018UP01/clck_latest/include:1 -++ export __LMOD_REF_COUNT_CPLUS_INCLUDE_PATH -++ CPLUS_INCLUDE_PATH=/usrx/local/prod/intel/2018UP01/clck_latest/include -++ export CPLUS_INCLUDE_PATH -++ CRTM_FIX=/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/fix -++ export CRTM_FIX -++ CRTM_INC=/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/ips/18.0.1/include/crtm_v2.2.6 -++ export CRTM_INC -++ CRTM_LIB=/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/ips/18.0.1/libcrtm_v2.2.6.a -++ export CRTM_LIB -++ CRTM_SRC=/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/src -++ export CRTM_SRC -++ CRTM_VER=v2.2.6 -++ export CRTM_VER -++ DAALROOT=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal -++ export DAALROOT -++ ESMFMKFILE=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/lib/esmf.mk -++ export ESMFMKFILE -++ G2TMPL_INC=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/g2tmpl_v1.6.0 -++ export G2TMPL_INC -++ G2TMPL_LIB=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2tmpl_v1.6.0.a -++ export G2TMPL_LIB -++ G2TMPL_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/g2tmpl_v1.6.0/src -++ export G2TMPL_SRC -++ G2TMPL_VER=v1.6.0 -++ export G2TMPL_VER -++ G2_INC4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/g2_v3.1.1_4 -++ export G2_INC4 -++ G2_INCd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/g2_v3.1.1_d -++ export G2_INCd -++ G2_LIB4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2_v3.1.1_4.a -++ export G2_LIB4 -++ G2_LIBd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2_v3.1.1_d.a -++ export G2_LIBd -++ G2_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/g2_v3.1.1 -++ export G2_SRC -++ G2_VER=v3.1.1 -++ export G2_VER -++ GDBSERVER_MIC=/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/targets/intel64/x200/bin/gdbserver -++ export GDBSERVER_MIC -++ GDB_CROSS=/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/bin/gdb-ia -++ export GDB_CROSS -++ HDF5=/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1 -++ export HDF5 -++ HDF5_CFLAGS=-I/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/include -++ export HDF5_CFLAGS -++ HDF5_CXXFLAGS=-I/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/include -++ export HDF5_CXXFLAGS -++ HDF5_FFLAGS=-I/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/include -++ export HDF5_FFLAGS -++ HDF5_INCLUDE=-I/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/include -++ export HDF5_INCLUDE -++ HDF5_LDFLAGS='-L/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib -lhdf5_hl -lhdf5hl_fortran -lhdf5 -lhdf5_fortran' -++ export HDF5_LDFLAGS -++ HDF5_LDFLAGS_C='-L/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib -lhdf5_hl -lhdf5' -++ export HDF5_LDFLAGS_C -++ HDF5_LDFLAGS_CXX='-L/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib -lhdf5_hl -hdf5_hl_cpp -lhdf5 -lhdf5_cpp' -++ export HDF5_LDFLAGS_CXX -++ HDF5_LDFLAGS_F='-L/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib -lhdf5_hl -lhdf5hl_fortran -lhdf5 -lhdf5_fortran' -++ export HDF5_LDFLAGS_F -++ __LMOD_REF_COUNT_INFOPATH='/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/info:1;info_gdb_igfx:1' -++ export __LMOD_REF_COUNT_INFOPATH -++ INFOPATH=/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/info:info_gdb_igfx -++ export INFOPATH -++ INSPECTOR_2018_DIR=/usrx/local/prod/intel/2018UP01/inspector_2018 -++ export INSPECTOR_2018_DIR -++ INTEL_LICENSE_FILE=/usrx/local/prod/intel/licenses -++ export INTEL_LICENSE_FILE -++ INTEL_PYTHONHOME=/usrx/local/prod/intel/2018UP01/debugger_2018/python/intel64 -++ export INTEL_PYTHONHOME -++ IPPROOT=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp -++ export IPPROOT -++ IP_INC4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ip_v3.0.2_4 -++ export IP_INC4 -++ IP_INC8=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ip_v3.0.2_8 -++ export IP_INC8 -++ IP_INCd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ip_v3.0.2_d -++ export IP_INCd -++ IP_LIB4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libip_v3.0.2_4.a -++ export IP_LIB4 -++ IP_LIB8=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libip_v3.0.2_8.a -++ export IP_LIB8 -++ IP_LIBd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libip_v3.0.2_d.a -++ export IP_LIBd -++ IP_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/ip_v3.0.2 -++ export IP_SRC -++ IP_VER=v3.0.2 -++ export IP_VER -++ I_MPI_CC=icc -++ export I_MPI_CC -++ I_MPI_CXX=icpc -++ export I_MPI_CXX -++ I_MPI_EXTRA_FILESYSTEM=yes -++ export I_MPI_EXTRA_FILESYSTEM -++ I_MPI_EXTRA_FILESYSTEM_LIST=gpfs -++ export I_MPI_EXTRA_FILESYSTEM_LIST -++ I_MPI_F77=ifort -++ export I_MPI_F77 -++ I_MPI_F90=ifort -++ export I_MPI_F90 -++ I_MPI_FC=ifort -++ export I_MPI_FC -++ I_MPI_HYDRA_BOOTSTRAP=lsf -++ export I_MPI_HYDRA_BOOTSTRAP -++ I_MPI_HYDRA_IFACE=ib0 -++ export I_MPI_HYDRA_IFACE -++ I_MPI_LSF_USE_COLLECTIVE_LAUNCH=1 -++ export I_MPI_LSF_USE_COLLECTIVE_LAUNCH -++ I_MPI_ROOT=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi -++ export I_MPI_ROOT -++ JASPER_INC=/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/include -++ export JASPER_INC -++ JASPER_LIB=/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib/libjasper.a -++ export JASPER_LIB -++ JASPER_LIBDIR=/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib -++ export JASPER_LIBDIR -++ JASPER_SRC=/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/src/jasper-1.900.29 -++ export JASPER_SRC -++ JASPER_VER=1.900.29 -++ export JASPER_VER -++ KMP_AFFINITY=scatter -++ export KMP_AFFINITY -++ unset LAUNCH -++ __LMOD_REF_COUNT_LD_LIBRARY_PATH='/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/lib:1;/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib:1;/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib:1;/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib:1;/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:1;/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib:1;/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib:1;/usrx/local/prod/intel/2018UP01/itac_latest/slib:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:1;/usrx/local/prod/intel/2018UP01/debugger_2018/iga/lib:1;/usrx/local/prod/intel/2018UP01/debugger_2018/libipt/intel64/lib:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4:1' -++ export __LMOD_REF_COUNT_LD_LIBRARY_PATH -++ LD_LIBRARY_PATH=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/lib:/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib:/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib:/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib:/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib:/usrx/local/prod/intel/2018UP01/itac_latest/slib:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:/usrx/local/prod/intel/2018UP01/debugger_2018/iga/lib:/usrx/local/prod/intel/2018UP01/debugger_2018/libipt/intel64/lib:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4 -++ export LD_LIBRARY_PATH -++ __LMOD_REF_COUNT_LIBRARY_PATH='/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:1;/usrx/local/prod/intel/2018UP01/clck_latest/lib/intel64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4:1' -++ export __LMOD_REF_COUNT_LIBRARY_PATH -++ LIBRARY_PATH=/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:/usrx/local/prod/intel/2018UP01/clck_latest/lib/intel64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4 -++ export LIBRARY_PATH -++ LIB_NAME=POST -++ export LIB_NAME -++ LMOD_FAMILY_COMPILER=ips -++ export LMOD_FAMILY_COMPILER -++ LMOD_FAMILY_COMPILER_VERSION=18.0.1.163 -++ export LMOD_FAMILY_COMPILER_VERSION -++ LMOD_FAMILY_CONMPILER=HDF5-serial -++ export LMOD_FAMILY_CONMPILER -++ LMOD_FAMILY_CONMPILER_VERSION=1.10.1 -++ export LMOD_FAMILY_CONMPILER_VERSION -++ LMOD_FAMILY_MPI=impi -++ export LMOD_FAMILY_MPI -++ LMOD_FAMILY_MPI_VERSION=18.0.1 -++ export LMOD_FAMILY_MPI_VERSION -++ __LMOD_REF_COUNT_LOADEDMODULES='ips/18.0.1.163:1;impi/18.0.1:1;NetCDF/4.5.0:1;HDF5-serial/1.10.1:1;lsf/10.1:1;bacio/2.0.3:1;ip/3.0.2:1;sp/2.0.3:1;w3nco/2.0.7:1;w3emc/2.3.1:1;nemsio/2.2.4:1;g2/3.1.1:1;g2tmpl/1.6.0:1;crtm/2.2.6:1;jasper/1.900.29:1;libpng/1.2.59:1;zlib/1.2.11:1;post/8.0.1:1;esmf/8.0.0:1;cmake/3.10.0:1;fv3:1' -++ export __LMOD_REF_COUNT_LOADEDMODULES -++ LOADEDMODULES=ips/18.0.1.163:impi/18.0.1:NetCDF/4.5.0:HDF5-serial/1.10.1:lsf/10.1:bacio/2.0.3:ip/3.0.2:sp/2.0.3:w3nco/2.0.7:w3emc/2.3.1:nemsio/2.2.4:g2/3.1.1:g2tmpl/1.6.0:crtm/2.2.6:jasper/1.900.29:libpng/1.2.59:zlib/1.2.11:post/8.0.1:esmf/8.0.0:cmake/3.10.0:fv3 -++ export LOADEDMODULES -++ LSF_BINDIR=/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin -++ export LSF_BINDIR -++ LSF_ENVDIR=/gpfs/lsf/conf -++ export LSF_ENVDIR -++ LSF_LIBDIR=/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib -++ export LSF_LIBDIR -++ LSF_SERVERDIR=/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc -++ export LSF_SERVERDIR -++ __LMOD_REF_COUNT_MANPATH='/usrx/local/dev/packages/cmake/3.10.0/share/man:1;/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/share/man:1;/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/share/man:1;/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/man:1;/gpfs/lsf/10.1/man:1;/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/share/man:1;/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/share/man:1;/usrx/local/prod/intel/2018UP01/itac_latest/man:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/man/common:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/man:1;/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/man:1;/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-igfx/man:1;/usrx/local/prod/lmod/lmod/share/man:1;/usrx/local/prod/intel/2018UP01/inspector_2018/man:1;/usrx/local/prod/intel/2018UP01/advisor_2018/man:1' -++ export __LMOD_REF_COUNT_MANPATH -++ MANPATH=/usrx/local/dev/packages/cmake/3.10.0/share/man:/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/share/man:/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/share/man:/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/man:/gpfs/lsf/10.1/man:/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/share/man:/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/share/man:/usrx/local/prod/intel/2018UP01/itac_latest/man:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/man/common:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/man:/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/man:/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-igfx/man:/usrx/local/prod/lmod/lmod/share/man::/usrx/local/prod/intel/2018UP01/inspector_2018/man:/usrx/local/prod/intel/2018UP01/advisor_2018/man -++ export MANPATH -++ MKLROOT=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl -++ export MKLROOT -++ MODULEPATH=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/dev/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1:/usrx/local/prod/modulefiles/mpi_third/ips/18.0.1/impi/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/mpi_prod/ips/18.0.1/impi/18.0.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles -++ export MODULEPATH -++ MPM_LAUNCHER=/usrx/local/prod/intel/2018UP01/debugger_2018/mpm/mic/bin/start_mpm.sh -++ export MPM_LAUNCHER -++ NEMSIO_INC=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/nemsio_v2.2.4 -++ export NEMSIO_INC -++ NEMSIO_LIB=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libnemsio_v2.2.4.a -++ export NEMSIO_LIB -++ NEMSIO_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/nemsio_v2.2.4 -++ export NEMSIO_SRC -++ NEMSIO_VER=v2.2.4 -++ export NEMSIO_VER -++ NETCDF=/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0 -++ export NETCDF -++ NETCDF_CFLAGS=-I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -++ export NETCDF_CFLAGS -++ NETCDF_CXX4FLAGS=-I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -++ export NETCDF_CXX4FLAGS -++ NETCDF_CXXFLAGS=-I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -++ export NETCDF_CXXFLAGS -++ NETCDF_FFLAGS=-I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -++ export NETCDF_FFLAGS -++ NETCDF_INC=/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -++ export NETCDF_INC -++ NETCDF_INCLUDE=-I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -++ export NETCDF_INCLUDE -++ NETCDF_LDFLAGS='-L/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib -lnetcdff' -++ export NETCDF_LDFLAGS -++ NETCDF_LDFLAGS_C='-L/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib -lnetcdf' -++ export NETCDF_LDFLAGS_C -++ NETCDF_LDFLAGS_CXX='-L/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib -lnetcdf -lnetcdf_c++' -++ export NETCDF_LDFLAGS_CXX -++ NETCDF_LDFLAGS_CXX4='-L/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib -lnetcdf -lnetcdf_c++4' -++ export NETCDF_LDFLAGS_CXX4 -++ NETCDF_LDFLAGS_F='-L/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib -lnetcdff' -++ export NETCDF_LDFLAGS_F -++ NETCDF_LIB=/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib -++ export NETCDF_LIB -++ NETCDF_ROOT=/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0 -++ export NETCDF_ROOT -++ __LMOD_REF_COUNT_NLSPATH='/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin/locale/%l_%t/%N:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin/locale/%l_%t/%N:1;/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/share/locale/%l_%t/%N:1' -++ export __LMOD_REF_COUNT_NLSPATH -++ NLSPATH=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin/locale/%l_%t/%N:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin/locale/%l_%t/%N::/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/share/locale/%l_%t/%N -++ export NLSPATH -++ __LMOD_REF_COUNT_PATH='/usrx/local/dev/packages/cmake/3.10.0/bin:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/bin:1;/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/bin:1;/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/bin:1;/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc:1;/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin:1;/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1:1;/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/bin:1;/usrx/local/prod/intel/2018UP01/advisor_2018/bin64:1;/usrx/local/prod/intel/2018UP01/vtune_amplifier_2018/bin64:1;/usrx/local/prod/intel/2018UP01/inspector_2018/bin64:1;/usrx/local/prod/intel/2018UP01/itac_latest/bin:1;/usrx/local/prod/intel/2018UP01/clck_latest/bin/intel64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/bin/intel64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64:1;/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/targets/intel64/x200/bin:1;/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/bin:1;/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/usr/lpp/mmfs/bin:1;/opt/ibutils/bin:1;/opt/dell/srvadmin/bin:1;/u/Dusan.Jovic/bin:2;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/dbrowse:1;/u/Dusan.Jovic/.local/bin:1;/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/include:1' -++ export __LMOD_REF_COUNT_PATH -++ PATH=/usrx/local/dev/packages/cmake/3.10.0/bin:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/bin:/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/bin:/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/bin:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin:/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1:/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/bin:/usrx/local/prod/intel/2018UP01/advisor_2018/bin64:/usrx/local/prod/intel/2018UP01/vtune_amplifier_2018/bin64:/usrx/local/prod/intel/2018UP01/inspector_2018/bin64:/usrx/local/prod/intel/2018UP01/itac_latest/bin:/usrx/local/prod/intel/2018UP01/clck_latest/bin/intel64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/bin/intel64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64:/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/targets/intel64/x200/bin:/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/usr/lpp/mmfs/bin:/opt/ibutils/bin:/opt/dell/srvadmin/bin:/u/Dusan.Jovic/bin:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/dbrowse:/u/Dusan.Jovic/.local/bin:/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/include -++ export PATH -++ PKG_CONFIG_PATH=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/bin/pkgconfig -++ export PKG_CONFIG_PATH -++ PNG_INC=/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/include -++ export PNG_INC -++ PNG_LIB=/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng.a -++ export PNG_LIB -++ PNG_LIB12=/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng12.a -++ export PNG_LIB12 -++ PNG_LIBDIR=/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib -++ export PNG_LIBDIR -++ PNG_LIBso=/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng.so -++ export PNG_LIBso -++ PNG_SRC=/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/src/libpng-1.2.59 -++ export PNG_SRC -++ PNG_VER=1.2.59 -++ export PNG_VER -++ POST_INC=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ncep_post_v8.0.1_4 -++ export POST_INC -++ POST_LIB=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libncep_post_v8.0.1_4.a -++ export POST_LIB -++ POST_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/post_v8.0.1 -++ export POST_SRC -++ POST_VER=v8.0.1 -++ export POST_VER -++ PSTLROOT=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/pstl -++ export PSTLROOT -++ PYTHONPATH=/usrx/local/prod/intel/2018UP01/advisor_2018/pythonapi -++ export PYTHONPATH -++ SP_LIB4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_4.a -++ export SP_LIB4 -++ SP_LIB8=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_8.a -++ export SP_LIB8 -++ SP_LIBd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_d.a -++ export SP_LIBd -++ SP_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/sp_v2.0.3 -++ export SP_SRC -++ SP_VER=v2.0.3 -++ export SP_VER -++ TBBROOT=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb -++ export TBBROOT -++ VT_ADD_LIBS='-ldwarf -lelf -lvtunwind -lm -lpthread' -++ export VT_ADD_LIBS -++ VT_ARCH=intel64 -++ export VT_ARCH -++ VT_LIB_DIR=/usrx/local/prod/intel/2018UP01/itac_latest/lib -++ export VT_LIB_DIR -++ VT_MPI=impi4 -++ export VT_MPI -++ VT_ROOT=/usrx/local/prod/intel/2018UP01/itac_latest -++ export VT_ROOT -++ VT_SLIB_DIR=/usrx/local/prod/intel/2018UP01/itac_latest/slib -++ export VT_SLIB_DIR -++ W3EMC_INC4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3emc_v2.3.1_4 -++ export W3EMC_INC4 -++ W3EMC_INC8=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3emc_v2.3.1_8 -++ export W3EMC_INC8 -++ W3EMC_INCd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3emc_v2.3.1_d -++ export W3EMC_INCd -++ W3EMC_LIB4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_4.a -++ export W3EMC_LIB4 -++ W3EMC_LIB8=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_8.a -++ export W3EMC_LIB8 -++ W3EMC_LIBd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_d.a -++ export W3EMC_LIBd -++ W3EMC_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/w3emc_v2.3.1 -++ export W3EMC_SRC -++ W3EMC_VER=v2.3.1 -++ export W3EMC_VER -++ W3NCO_INC4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3nco_v2.0.7_4 -++ export W3NCO_INC4 -++ W3NCO_INC8=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3nco_v2.0.7_8 -++ export W3NCO_INC8 -++ W3NCO_INCd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3nco_v2.0.7_d -++ export W3NCO_INCd -++ W3NCO_LIB4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_4.a -++ export W3NCO_LIB4 -++ W3NCO_LIB8=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_8.a -++ export W3NCO_LIB8 -++ W3NCO_LIBd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_d.a -++ export W3NCO_LIBd -++ W3NCO_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/w3nco_v2.0.7 -++ export W3NCO_SRC -++ W3NCO_VER=v2.0.7 -++ export W3NCO_VER -++ XLSF_UIDDIR=/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib/uid -++ export XLSF_UIDDIR -++ Z_INC=/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/include -++ export Z_INC -++ Z_LIB=/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib/libz.a -++ export Z_LIB -++ Z_SRC=/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/src -++ export Z_SRC -++ Z_VER=1.2.11 -++ export Z_VER -++ __LMOD_REF_COUNT__LMFILES_='/usrx/local/prod/modulefiles/core_third/ips/18.0.1.163:1;/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1/impi/18.0.1.lua:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/NetCDF/4.5.0:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/HDF5-serial/1.10.1:1;/usrx/local/prod/modulefiles/core_third/lsf/10.1:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/bacio/2.0.3:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/ip/3.0.2:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/sp/2.0.3:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3nco/2.0.7:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3emc/2.3.1:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/nemsio/2.2.4:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2/3.1.1:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2tmpl/1.6.0:1;/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/crtm/2.2.6:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/jasper/1.900.29:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/libpng/1.2.59:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/zlib/1.2.11:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/post/8.0.1:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/esmf/8.0.0:1;/usrx/local/dev/modulefiles/cmake/3.10.0:1;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3:1' -++ export __LMOD_REF_COUNT__LMFILES_ -++ _LMFILES_=/usrx/local/prod/modulefiles/core_third/ips/18.0.1.163:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1/impi/18.0.1.lua:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/NetCDF/4.5.0:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/HDF5-serial/1.10.1:/usrx/local/prod/modulefiles/core_third/lsf/10.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/bacio/2.0.3:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/ip/3.0.2:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/sp/2.0.3:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3nco/2.0.7:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3emc/2.3.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/nemsio/2.2.4:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2/3.1.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2tmpl/1.6.0:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/crtm/2.2.6:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/jasper/1.900.29:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/libpng/1.2.59:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/zlib/1.2.11:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/post/8.0.1:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/esmf/8.0.0:/usrx/local/dev/modulefiles/cmake/3.10.0:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3 -++ export _LMFILES_ -++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImlwcyIsWyJjb25tcGlsZXIiXT0iSERGNS1zZXJpYWwiLFsibXBpIl09ImltcGkiLH0sbVQ9e1siSERGNS1zZXJpYWwiXT17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvSERGNS1zZXJpYWwvMS4xMC4xIixbImZ1bGxOYW1lIl09IkhERjUtc2VyaWFsLzEuMTAuMSIsWyJsb2FkT3JkZXIiXT00LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09IkhERjUtc2VyaWFs -++ export _ModuleTable001_ -++ _ModuleTable002_=LzEuMTAuMSIsfSxOZXRDREY9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xL05ldENERi80LjUuMCIsWyJmdWxsTmFtZSJdPSJOZXRDREYvNC41LjAiLFsibG9hZE9yZGVyIl09Myxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJOZXRDREYvNC41LjAiLH0sYmFjaW89e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2JhY2lvLzIuMC4zIixbImZ1bGxOYW1lIl09ImJhY2lvLzIuMC4zIixbImxvYWRPcmRlciJdPTYscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNl -++ export _ModuleTable002_ -++ _ModuleTable003_=ck5hbWUiXT0iYmFjaW8vMi4wLjMiLH0sY21ha2U9e1siZm4iXT0iL3VzcngvbG9jYWwvZGV2L21vZHVsZWZpbGVzL2NtYWtlLzMuMTAuMCIsWyJmdWxsTmFtZSJdPSJjbWFrZS8zLjEwLjAiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY21ha2UvMy4xMC4wIix9LGNydG09e1siZm4iXT0iL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfcHJvZC9pcHMvMTguMC4xL2NydG0vMi4yLjYiLFsiZnVsbE5hbWUiXT0iY3J0bS8yLjIuNiIsWyJsb2FkT3JkZXIiXT0xNCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1 -++ export _ModuleTable003_ -++ _ModuleTable004_=c2VyTmFtZSJdPSJjcnRtLzIuMi42Iix9LGVzbWY9e1siZm4iXT0iL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcjE4L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL3djb3NzX2RlbGxfcDMvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT0yMSxw -++ export _ModuleTable004_ -++ _ModuleTable005_=cm9wVD17fSxbInN0YWNrRGVwdGgiXT0wLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZzI9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2cyLzMuMS4xIixbImZ1bGxOYW1lIl09ImcyLzMuMS4xIixbImxvYWRPcmRlciJdPTEyLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcyLzMuMS4xIix9LGcydG1wbD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzJ0bXBsLzEuNi4wIixbImZ1bGxOYW1lIl09ImcydG1wbC8xLjYuMCIsWyJsb2FkT3JkZXIiXT0xMyxwcm9wVD17fSxbInN0YWNr -++ export _ModuleTable005_ -++ _ModuleTable006_=RGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMnRtcGwvMS42LjAiLH0saW1waT17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX21waS9pcHMvMTguMC4xL2ltcGkvMTguMC4xLmx1YSIsWyJmdWxsTmFtZSJdPSJpbXBpLzE4LjAuMSIsWyJsb2FkT3JkZXIiXT0yLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImltcGkvMTguMC4xIix9LGlwPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9pcC8zLjAuMiIsWyJmdWxsTmFtZSJdPSJpcC8zLjAuMiIsWyJsb2FkT3JkZXIiXT03LHByb3BUPXt9LFsic3Rh -++ export _ModuleTable006_ -++ _ModuleTable007_=Y2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImlwLzMuMC4yIix9LGlwcz17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQvaXBzLzE4LjAuMS4xNjMiLFsiZnVsbE5hbWUiXT0iaXBzLzE4LjAuMS4xNjMiLFsibG9hZE9yZGVyIl09MSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJpcHMvMTguMC4xLjE2MyIsfSxqYXNwZXI9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xL2phc3Blci8xLjkwMC4yOSIsWyJmdWxsTmFtZSJdPSJqYXNwZXIvMS45MDAuMjkiLFsibG9hZE9yZGVyIl09 -++ export _ModuleTable007_ -++ _ModuleTable008_=MTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iamFzcGVyLzEuOTAwLjI5Iix9LGxpYnBuZz17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvbGlicG5nLzEuMi41OSIsWyJmdWxsTmFtZSJdPSJsaWJwbmcvMS4yLjU5IixbImxvYWRPcmRlciJdPTE2LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImxpYnBuZy8xLjIuNTkiLH0sbHNmPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZC9sc2YvMTAuMSIsWyJmdWxsTmFtZSJdPSJsc2YvMTAuMSIsWyJsb2Fk -++ export _ModuleTable008_ -++ _ModuleTable009_=T3JkZXIiXT01LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImxzZi8xMC4xIix9LG5lbXNpbz17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvbmVtc2lvLzIuMi40IixbImZ1bGxOYW1lIl09Im5lbXNpby8yLjIuNCIsWyJsb2FkT3JkZXIiXT0xMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZW1zaW8vMi4yLjQiLH0scG9zdD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvcG9zdC84LjAuMSIsWyJmdWxsTmFtZSJdPSJwb3N0LzguMC4xIixbImxvYWRP -++ export _ModuleTable009_ -++ _ModuleTable010_=cmRlciJdPTE4LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InBvc3QvOC4wLjEiLH0sc3A9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL3NwLzIuMC4zIixbImZ1bGxOYW1lIl09InNwLzIuMC4zIixbImxvYWRPcmRlciJdPTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ic3AvMi4wLjMiLH0sdzNlbWM9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL3czZW1jLzIuMy4xIixbImZ1bGxOYW1lIl09InczZW1jLzIuMy4xIixbImxvYWRPcmRlciJdPTEwLHBy -++ export _ModuleTable010_ -++ _ModuleTable011_=b3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczZW1jLzIuMy4xIix9LHczbmNvPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy93M25jby8yLjAuNyIsWyJmdWxsTmFtZSJdPSJ3M25jby8yLjAuNyIsWyJsb2FkT3JkZXIiXT05LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHpsaWI9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xL3psaWIvMS4yLjExIixbImZ1bGxOYW1lIl09InpsaWIvMS4yLjExIixbImxvYWRPcmRl -++ export _ModuleTable011_ -++ _ModuleTable012_=ciJdPTE3LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InpsaWIvMS4yLjExIix9LH0sbXBhdGhBPXsiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMiLCIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9EdXNhbi5Kb3ZpYy91ZnMvcHIxOC91ZnMtd2VhdGhlci1tb2RlbC9tb2R1bGVmaWxlcy93Y29zc19kZWxsX3AzIiwiL3VzcngvbG9jYWwvZGV2L2VtY19yb2NvdG8vbW9kdWxlZmlsZXMiLCIvdXNyeC9sb2NhbC9kZXYvbW9kdWxlZmlsZXMiLCIvdXNyeC9sb2NhbC9wcm9kL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlIiwiL3VzcngvbG9j -++ export _ModuleTable012_ -++ _ModuleTable013_=YWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9kZWZzIiwiL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29yZV9wcm9kIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xIiwiL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfcHJvZC9pcHMvMTguMC4xIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl9tcGkvaXBzLzE4LjAuMSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvbXBpX3RoaXJkL2lwcy8xOC4wLjEvaW1waS8xOC4wLjEiLCIvZ3Bmcy9kZWxsMS9uY28vb3BzL253 -++ export _ModuleTable013_ -++ _ModuleTable014_=cHJvZC9tb2R1bGVmaWxlcy9tcGlfcHJvZC9pcHMvMTguMC4xL2ltcGkvMTguMC4xIiwiL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzIix9LFsic3lzdGVtQmFzZU1QQVRIIl09Ii91c3J4L2xvY2FsL3Byb2QvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmU6L3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkOi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvZGVmczovZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb3JlX3Byb2QiLH0= -++ export _ModuleTable014_ -++ _ModuleTable_Sz_=14 -++ export _ModuleTable_Sz_ -++ : -s sh -+ eval -+ module list -++ /usrx/local/prod/lmod/lmod/libexec/lmod bash list - -Currently Loaded Modules: - 1) ips/18.0.1.163 8) sp/2.0.3 15) jasper/1.900.29 - 2) impi/18.0.1 9) w3nco/2.0.7 16) libpng/1.2.59 - 3) NetCDF/4.5.0 10) w3emc/2.3.1 17) zlib/1.2.11 - 4) HDF5-serial/1.10.1 11) nemsio/2.2.4 18) post/8.0.1 - 5) lsf/10.1 12) g2/3.1.1 19) esmf/8.0.0 - 6) bacio/2.0.3 13) g2tmpl/1.6.0 20) cmake/3.10.0 - 7) ip/3.0.2 14) crtm/2.2.6 21) fv3 - - - -+ eval 'MODULEPATH="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/dev/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1:/usrx/local/prod/modulefiles/mpi_third/ips/18.0.1/impi/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/mpi_prod/ips/18.0.1/impi/18.0.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles";' export 'MODULEPATH;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImlwcyIsWyJjb25tcGlsZXIiXT0iSERGNS1zZXJpYWwiLFsibXBpIl09ImltcGkiLH0sbVQ9e1siSERGNS1zZXJpYWwiXT17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvSERGNS1zZXJpYWwvMS4xMC4xIixbImZ1bGxOYW1lIl09IkhERjUtc2VyaWFsLzEuMTAuMSIsWyJsb2FkT3JkZXIiXT00LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09IkhERjUtc2VyaWFs";' export '_ModuleTable001_;' '_ModuleTable002_="LzEuMTAuMSIsfSxOZXRDREY9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xL05ldENERi80LjUuMCIsWyJmdWxsTmFtZSJdPSJOZXRDREYvNC41LjAiLFsibG9hZE9yZGVyIl09Myxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJOZXRDREYvNC41LjAiLH0sYmFjaW89e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2JhY2lvLzIuMC4zIixbImZ1bGxOYW1lIl09ImJhY2lvLzIuMC4zIixbImxvYWRPcmRlciJdPTYscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNl";' export '_ModuleTable002_;' '_ModuleTable003_="ck5hbWUiXT0iYmFjaW8vMi4wLjMiLH0sY21ha2U9e1siZm4iXT0iL3VzcngvbG9jYWwvZGV2L21vZHVsZWZpbGVzL2NtYWtlLzMuMTAuMCIsWyJmdWxsTmFtZSJdPSJjbWFrZS8zLjEwLjAiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY21ha2UvMy4xMC4wIix9LGNydG09e1siZm4iXT0iL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfcHJvZC9pcHMvMTguMC4xL2NydG0vMi4yLjYiLFsiZnVsbE5hbWUiXT0iY3J0bS8yLjIuNiIsWyJsb2FkT3JkZXIiXT0xNCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1";' export '_ModuleTable003_;' '_ModuleTable004_="c2VyTmFtZSJdPSJjcnRtLzIuMi42Iix9LGVzbWY9e1siZm4iXT0iL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcjE4L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL3djb3NzX2RlbGxfcDMvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT0yMSxw";' export '_ModuleTable004_;' '_ModuleTable005_="cm9wVD17fSxbInN0YWNrRGVwdGgiXT0wLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZzI9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2cyLzMuMS4xIixbImZ1bGxOYW1lIl09ImcyLzMuMS4xIixbImxvYWRPcmRlciJdPTEyLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcyLzMuMS4xIix9LGcydG1wbD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzJ0bXBsLzEuNi4wIixbImZ1bGxOYW1lIl09ImcydG1wbC8xLjYuMCIsWyJsb2FkT3JkZXIiXT0xMyxwcm9wVD17fSxbInN0YWNr";' export '_ModuleTable005_;' '_ModuleTable006_="RGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMnRtcGwvMS42LjAiLH0saW1waT17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX21waS9pcHMvMTguMC4xL2ltcGkvMTguMC4xLmx1YSIsWyJmdWxsTmFtZSJdPSJpbXBpLzE4LjAuMSIsWyJsb2FkT3JkZXIiXT0yLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImltcGkvMTguMC4xIix9LGlwPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9pcC8zLjAuMiIsWyJmdWxsTmFtZSJdPSJpcC8zLjAuMiIsWyJsb2FkT3JkZXIiXT03LHByb3BUPXt9LFsic3Rh";' export '_ModuleTable006_;' '_ModuleTable007_="Y2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImlwLzMuMC4yIix9LGlwcz17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQvaXBzLzE4LjAuMS4xNjMiLFsiZnVsbE5hbWUiXT0iaXBzLzE4LjAuMS4xNjMiLFsibG9hZE9yZGVyIl09MSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJpcHMvMTguMC4xLjE2MyIsfSxqYXNwZXI9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xL2phc3Blci8xLjkwMC4yOSIsWyJmdWxsTmFtZSJdPSJqYXNwZXIvMS45MDAuMjkiLFsibG9hZE9yZGVyIl09";' export '_ModuleTable007_;' '_ModuleTable008_="MTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iamFzcGVyLzEuOTAwLjI5Iix9LGxpYnBuZz17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvbGlicG5nLzEuMi41OSIsWyJmdWxsTmFtZSJdPSJsaWJwbmcvMS4yLjU5IixbImxvYWRPcmRlciJdPTE2LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImxpYnBuZy8xLjIuNTkiLH0sbHNmPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZC9sc2YvMTAuMSIsWyJmdWxsTmFtZSJdPSJsc2YvMTAuMSIsWyJsb2Fk";' export '_ModuleTable008_;' '_ModuleTable009_="T3JkZXIiXT01LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImxzZi8xMC4xIix9LG5lbXNpbz17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvbmVtc2lvLzIuMi40IixbImZ1bGxOYW1lIl09Im5lbXNpby8yLjIuNCIsWyJsb2FkT3JkZXIiXT0xMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZW1zaW8vMi4yLjQiLH0scG9zdD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvcG9zdC84LjAuMSIsWyJmdWxsTmFtZSJdPSJwb3N0LzguMC4xIixbImxvYWRP";' export '_ModuleTable009_;' '_ModuleTable010_="cmRlciJdPTE4LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InBvc3QvOC4wLjEiLH0sc3A9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL3NwLzIuMC4zIixbImZ1bGxOYW1lIl09InNwLzIuMC4zIixbImxvYWRPcmRlciJdPTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ic3AvMi4wLjMiLH0sdzNlbWM9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL3czZW1jLzIuMy4xIixbImZ1bGxOYW1lIl09InczZW1jLzIuMy4xIixbImxvYWRPcmRlciJdPTEwLHBy";' export '_ModuleTable010_;' '_ModuleTable011_="b3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczZW1jLzIuMy4xIix9LHczbmNvPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy93M25jby8yLjAuNyIsWyJmdWxsTmFtZSJdPSJ3M25jby8yLjAuNyIsWyJsb2FkT3JkZXIiXT05LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHpsaWI9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xL3psaWIvMS4yLjExIixbImZ1bGxOYW1lIl09InpsaWIvMS4yLjExIixbImxvYWRPcmRl";' export '_ModuleTable011_;' '_ModuleTable012_="ciJdPTE3LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InpsaWIvMS4yLjExIix9LH0sbXBhdGhBPXsiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMiLCIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9EdXNhbi5Kb3ZpYy91ZnMvcHIxOC91ZnMtd2VhdGhlci1tb2RlbC9tb2R1bGVmaWxlcy93Y29zc19kZWxsX3AzIiwiL3VzcngvbG9jYWwvZGV2L2VtY19yb2NvdG8vbW9kdWxlZmlsZXMiLCIvdXNyeC9sb2NhbC9kZXYvbW9kdWxlZmlsZXMiLCIvdXNyeC9sb2NhbC9wcm9kL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlIiwiL3VzcngvbG9j";' export '_ModuleTable012_;' '_ModuleTable013_="YWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9kZWZzIiwiL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29yZV9wcm9kIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xIiwiL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfcHJvZC9pcHMvMTguMC4xIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl9tcGkvaXBzLzE4LjAuMSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvbXBpX3RoaXJkL2lwcy8xOC4wLjEvaW1waS8xOC4wLjEiLCIvZ3Bmcy9kZWxsMS9uY28vb3BzL253";' export '_ModuleTable013_;' '_ModuleTable014_="cHJvZC9tb2R1bGVmaWxlcy9tcGlfcHJvZC9pcHMvMTguMC4xL2ltcGkvMTguMC4xIiwiL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzIix9LFsic3lzdGVtQmFzZU1QQVRIIl09Ii91c3J4L2xvY2FsL3Byb2QvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmU6L3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkOi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvZGVmczovZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb3JlX3Byb2QiLH0=";' export '_ModuleTable014_;' '_ModuleTable_Sz_="14";' export '_ModuleTable_Sz_;' -++ MODULEPATH=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/dev/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1:/usrx/local/prod/modulefiles/mpi_third/ips/18.0.1/impi/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/mpi_prod/ips/18.0.1/impi/18.0.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles -++ export MODULEPATH -++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImlwcyIsWyJjb25tcGlsZXIiXT0iSERGNS1zZXJpYWwiLFsibXBpIl09ImltcGkiLH0sbVQ9e1siSERGNS1zZXJpYWwiXT17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvSERGNS1zZXJpYWwvMS4xMC4xIixbImZ1bGxOYW1lIl09IkhERjUtc2VyaWFsLzEuMTAuMSIsWyJsb2FkT3JkZXIiXT00LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09IkhERjUtc2VyaWFs -++ export _ModuleTable001_ -++ _ModuleTable002_=LzEuMTAuMSIsfSxOZXRDREY9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xL05ldENERi80LjUuMCIsWyJmdWxsTmFtZSJdPSJOZXRDREYvNC41LjAiLFsibG9hZE9yZGVyIl09Myxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJOZXRDREYvNC41LjAiLH0sYmFjaW89e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2JhY2lvLzIuMC4zIixbImZ1bGxOYW1lIl09ImJhY2lvLzIuMC4zIixbImxvYWRPcmRlciJdPTYscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNl -++ export _ModuleTable002_ -++ _ModuleTable003_=ck5hbWUiXT0iYmFjaW8vMi4wLjMiLH0sY21ha2U9e1siZm4iXT0iL3VzcngvbG9jYWwvZGV2L21vZHVsZWZpbGVzL2NtYWtlLzMuMTAuMCIsWyJmdWxsTmFtZSJdPSJjbWFrZS8zLjEwLjAiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY21ha2UvMy4xMC4wIix9LGNydG09e1siZm4iXT0iL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfcHJvZC9pcHMvMTguMC4xL2NydG0vMi4yLjYiLFsiZnVsbE5hbWUiXT0iY3J0bS8yLjIuNiIsWyJsb2FkT3JkZXIiXT0xNCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1 -++ export _ModuleTable003_ -++ _ModuleTable004_=c2VyTmFtZSJdPSJjcnRtLzIuMi42Iix9LGVzbWY9e1siZm4iXT0iL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcjE4L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL3djb3NzX2RlbGxfcDMvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT0yMSxw -++ export _ModuleTable004_ -++ _ModuleTable005_=cm9wVD17fSxbInN0YWNrRGVwdGgiXT0wLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZzI9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2cyLzMuMS4xIixbImZ1bGxOYW1lIl09ImcyLzMuMS4xIixbImxvYWRPcmRlciJdPTEyLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcyLzMuMS4xIix9LGcydG1wbD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzJ0bXBsLzEuNi4wIixbImZ1bGxOYW1lIl09ImcydG1wbC8xLjYuMCIsWyJsb2FkT3JkZXIiXT0xMyxwcm9wVD17fSxbInN0YWNr -++ export _ModuleTable005_ -++ _ModuleTable006_=RGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMnRtcGwvMS42LjAiLH0saW1waT17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX21waS9pcHMvMTguMC4xL2ltcGkvMTguMC4xLmx1YSIsWyJmdWxsTmFtZSJdPSJpbXBpLzE4LjAuMSIsWyJsb2FkT3JkZXIiXT0yLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImltcGkvMTguMC4xIix9LGlwPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9pcC8zLjAuMiIsWyJmdWxsTmFtZSJdPSJpcC8zLjAuMiIsWyJsb2FkT3JkZXIiXT03LHByb3BUPXt9LFsic3Rh -++ export _ModuleTable006_ -++ _ModuleTable007_=Y2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImlwLzMuMC4yIix9LGlwcz17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQvaXBzLzE4LjAuMS4xNjMiLFsiZnVsbE5hbWUiXT0iaXBzLzE4LjAuMS4xNjMiLFsibG9hZE9yZGVyIl09MSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJpcHMvMTguMC4xLjE2MyIsfSxqYXNwZXI9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xL2phc3Blci8xLjkwMC4yOSIsWyJmdWxsTmFtZSJdPSJqYXNwZXIvMS45MDAuMjkiLFsibG9hZE9yZGVyIl09 -++ export _ModuleTable007_ -++ _ModuleTable008_=MTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iamFzcGVyLzEuOTAwLjI5Iix9LGxpYnBuZz17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvbGlicG5nLzEuMi41OSIsWyJmdWxsTmFtZSJdPSJsaWJwbmcvMS4yLjU5IixbImxvYWRPcmRlciJdPTE2LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImxpYnBuZy8xLjIuNTkiLH0sbHNmPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZC9sc2YvMTAuMSIsWyJmdWxsTmFtZSJdPSJsc2YvMTAuMSIsWyJsb2Fk -++ export _ModuleTable008_ -++ _ModuleTable009_=T3JkZXIiXT01LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImxzZi8xMC4xIix9LG5lbXNpbz17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvbmVtc2lvLzIuMi40IixbImZ1bGxOYW1lIl09Im5lbXNpby8yLjIuNCIsWyJsb2FkT3JkZXIiXT0xMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZW1zaW8vMi4yLjQiLH0scG9zdD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvcG9zdC84LjAuMSIsWyJmdWxsTmFtZSJdPSJwb3N0LzguMC4xIixbImxvYWRP -++ export _ModuleTable009_ -++ _ModuleTable010_=cmRlciJdPTE4LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InBvc3QvOC4wLjEiLH0sc3A9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL3NwLzIuMC4zIixbImZ1bGxOYW1lIl09InNwLzIuMC4zIixbImxvYWRPcmRlciJdPTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ic3AvMi4wLjMiLH0sdzNlbWM9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL3czZW1jLzIuMy4xIixbImZ1bGxOYW1lIl09InczZW1jLzIuMy4xIixbImxvYWRPcmRlciJdPTEwLHBy -++ export _ModuleTable010_ -++ _ModuleTable011_=b3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczZW1jLzIuMy4xIix9LHczbmNvPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy93M25jby8yLjAuNyIsWyJmdWxsTmFtZSJdPSJ3M25jby8yLjAuNyIsWyJsb2FkT3JkZXIiXT05LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHpsaWI9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xL3psaWIvMS4yLjExIixbImZ1bGxOYW1lIl09InpsaWIvMS4yLjExIixbImxvYWRPcmRl -++ export _ModuleTable011_ -++ _ModuleTable012_=ciJdPTE3LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InpsaWIvMS4yLjExIix9LH0sbXBhdGhBPXsiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMiLCIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9EdXNhbi5Kb3ZpYy91ZnMvcHIxOC91ZnMtd2VhdGhlci1tb2RlbC9tb2R1bGVmaWxlcy93Y29zc19kZWxsX3AzIiwiL3VzcngvbG9jYWwvZGV2L2VtY19yb2NvdG8vbW9kdWxlZmlsZXMiLCIvdXNyeC9sb2NhbC9kZXYvbW9kdWxlZmlsZXMiLCIvdXNyeC9sb2NhbC9wcm9kL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlIiwiL3VzcngvbG9j -++ export _ModuleTable012_ -++ _ModuleTable013_=YWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9kZWZzIiwiL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29yZV9wcm9kIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xIiwiL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfcHJvZC9pcHMvMTguMC4xIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl9tcGkvaXBzLzE4LjAuMSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvbXBpX3RoaXJkL2lwcy8xOC4wLjEvaW1waS8xOC4wLjEiLCIvZ3Bmcy9kZWxsMS9uY28vb3BzL253 -++ export _ModuleTable013_ -++ _ModuleTable014_=cHJvZC9tb2R1bGVmaWxlcy9tcGlfcHJvZC9pcHMvMTguMC4xL2ltcGkvMTguMC4xIiwiL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzIix9LFsic3lzdGVtQmFzZU1QQVRIIl09Ii91c3J4L2xvY2FsL3Byb2QvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmU6L3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkOi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvZGVmczovZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb3JlX3Byb2QiLH0= -++ export _ModuleTable014_ -++ _ModuleTable_Sz_=14 -++ export _ModuleTable_Sz_ -++ : -s sh -+ eval -+ cd build_fv3_7 -+ cmake /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model -DREPRO=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF --- The C compiler identification is Intel 18.0.1.20171018 --- The CXX compiler identification is Intel 18.0.1.20171018 --- The Fortran compiler identification is Intel 18.0.1.20171018 --- Check for working C compiler: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiicc --- Check for working C compiler: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiicc -- works --- Detecting C compiler ABI info --- Detecting C compiler ABI info - done --- Detecting C compile features --- Detecting C compile features - done --- Check for working CXX compiler: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiicpc --- Check for working CXX compiler: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiicpc -- works --- Detecting CXX compiler ABI info --- Detecting CXX compiler ABI info - done --- Detecting CXX compile features --- Detecting CXX compile features - done --- Check for working Fortran compiler: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort --- Check for working Fortran compiler: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -- works --- Detecting Fortran compiler ABI info --- Detecting Fortran compiler ABI info - done --- Checking whether /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort supports Fortran 90 --- Checking whether /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort supports Fortran 90 -- yes --- Found MPI_C: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiicc (found version "3.1") --- Found MPI_CXX: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiicpc (found version "3.1") --- Found MPI_Fortran: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort (found version "3.1") --- Found MPI: TRUE (found version "3.1") -ESMFMKFILE: /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/lib/esmf.mk - Found ESMF: -ESMF_VERSION_MAJOR: 8 -ESMF_F90COMPILEPATHS: /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include;/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -ESMF_F90ESMFLINKRPATHS: -Wl,-rpath,/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/lib -ESMF_F90ESMFLINKLIBS: -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf --- Found ESMF: /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include;/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include (found version "8.0.0") - -Setting configuration for wcoss_dell_p3 - -C compiler: Intel 18.0.1.20171018 (mpiicc) -CXX compiler: Intel 18.0.1.20171018 (mpiicpc) -Fortran compiler: Intel 18.0.1.20171018 (mpiifort) - -DEBUG is disabled -REPRO is ENABLED -32BIT is disabled -OPENMP is ENABLED -AVX2 is disabled -INLINE_POST is ENABLED - - -Selected physics package: gfs - --- Detecting OpenMP flags for Intel C compiler: -qopenmp --- Detecting OpenMP flags for Intel C++ compiler: -qopenmp --- Detecting OpenMP flags for Intel Fortran compiler: -qopenmp --- Enable OpenMP support for C/C++/Fortran compiler --- Disable SIONlib support --- Disable Intel MKL support --- Enable netCDF support --- Disable ESMF support --- Disable multi-gases physics --- Detecting OpenMP flags for Intel C compiler: -qopenmp --- Detecting OpenMP flags for Intel C++ compiler: -qopenmp --- Detecting OpenMP flags for Intel Fortran compiler: -qopenmp --- Enable OpenMP support for C/C++/Fortran compiler --- Found LibXml2: /usr/lib64/libxml2.so (found version "2.9.1") --- Found Doxygen: /usr/bin/doxygen (found version "1.8.5") found components: doxygen dot --- Detecting OpenMP flags for Intel C compiler: -qopenmp --- Detecting OpenMP flags for Intel C++ compiler: -qopenmp --- Detecting OpenMP flags for Intel Fortran compiler: -qopenmp --- Enable OpenMP support for C/C++/Fortran compiler -INFOGot CCPP_SCHEMES from environment variable: /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/aer_cloud.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/aerclm_def.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/aerinterp.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/calpreciptype.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cldwat2m_micro.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cldmacro.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/date_def.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/funcphys.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gcycle.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/h2o_def.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/h2ointerp.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/iccn_def.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/iccninterp.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/iounitdef.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/machine.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mersenne_twister.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfpbl.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg_utils.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg2_0.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg3_0.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/multi_gases.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_model.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_parameters.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_radar.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_thompson.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MP_FER_HIRES.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_bl_mynn.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_mynn.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_orowam2017.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/namelist_soilveg.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfpblt.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfpbltq.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfscu.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfscuq.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/noahmp_tables.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/num_parthds.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozne_def.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozinterp.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/physcons.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/physparam.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radcons.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_aerosols.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_astronomy.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_clouds.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_gases.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_surface.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radlw_datatb.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radlw_param.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radsw_datatb.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radsw_param.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/samfaerosols.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfcsub.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sflx.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/set_soilveg.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/surface_perturbation.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_deep.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_sh.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/tridi.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/wv_saturation.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_soil_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rayleigh_damp.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radsw_main.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_ocean.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gwdc.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gscond.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ysuvdif.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_sice.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/samfdeepcnv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/satmedmfvdif.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozphys_2015.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/samfshalcnv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/precpd.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_fer_hires.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diag.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radlw_main.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_debug.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/satmedmfvdifq.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cs_conv.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/shinhongvdif.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/h2ophys.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_nst.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/moninedmf.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diff.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diag_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/m_micro.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gcm_shoc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gwdps.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/shalcnv.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/get_prs_fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozphys.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_stochastics.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/drag_suite.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_cice.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sascnvn.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cnvc90.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_drv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/dcyc2.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/moninshoc.f -INFOGot CAPS from environment variable: /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_7/FV3/ccpp/physics/ccpp_FV3_GFS_2017_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_7/FV3/ccpp/physics/ccpp_FV3_GFS_2017_time_vary_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_7/FV3/ccpp/physics/ccpp_FV3_GFS_2017_radiation_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_7/FV3/ccpp/physics/ccpp_FV3_GFS_2017_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_7/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stochastics_cap.F90 -Force 64 bits in CCPP_layer --- Configuring done --- Generating done --- Build files have been written to: /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_7 -+ make -j 4 -Scanning dependencies of target ccpp -Scanning dependencies of target fv3cpl -[ 0%] Building Fortran object FV3/ccpp/framework/src/CMakeFiles/ccpp.dir/ccpp_types.F90.o -[ 0%] Building Fortran object FV3/ccpp/framework/src/CMakeFiles/ccpp.dir/ccpp_errors.F90.o -[ 0%] Building Fortran object FV3/cpl/CMakeFiles/fv3cpl.dir/module_cap_cpl.F90.o -Scanning dependencies of target fms -[ 0%] Building Fortran object CMakeFiles/fms.dir/FMS/platform/platform.F90.o -[ 1%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_parameter.F90.o -[ 2%] Building Fortran object FV3/ccpp/framework/src/CMakeFiles/ccpp.dir/ccpp.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 2%] Building Fortran object FV3/cpl/CMakeFiles/fv3cpl.dir/module_cplfields.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_core.F90.o -[ 2%] Building Fortran object FV3/ccpp/framework/src/CMakeFiles/ccpp.dir/ccpp_api.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 2%] Linking Fortran static library libccpp.a -[ 2%] Built target ccpp -[ 3%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_input.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 4%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/cloud_interpolator.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -Scanning dependencies of target ccppphys -[ 4%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/machine.F.o -[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mersenne_twister.f.o -[ 5%] Linking Fortran static library libfv3cpl.a -[ 5%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_io.F90.o -[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFDL_parse_tracers.F90.o -[ 5%] Building Fortran object CMakeFiles/fms.dir/FMS/random_numbers/MersenneTwister.F90.o -[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_mp_radar.F90.o -[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/iounitdef.f.o -[ 5%] Building Fortran object CMakeFiles/fms.dir/FMS/sat_vapor_pres/sat_vapor_pres_k.F90.o -[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/namelist_soilveg.f.o -[ 5%] Built target fv3cpl -[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/namelist_soilveg_ruc.F90.o -[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_noahmp_glacier.f90.o -[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_noahmplsm.f90.o -[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/noahmp_tables.f90.o -[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_soil_pre.F90.o -[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/physcons.F90.o -[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/aerclm_def.F.o -[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/physparam.f.o -[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/h2o_def.f.o -[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/iccn_def.F.o -[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/micro_mg_utils.F90.o -[ 7%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_data.F90.o -[ 7%] Building Fortran object CMakeFiles/fms.dir/FMS/constants/constants.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 7%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp.F90.o -[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozne_def.f.o -[ 8%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/surface_perturbation.F90.o -[ 8%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_deep.F90.o -[ 8%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_gfdl_cloud_microphys.F90.o -[ 8%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gfs_phy_tracer_config.F.o -[ 8%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radcons.f90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 8%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/set_soilveg.f.o -[ 8%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MP_FER_HIRES.F90.o -[ 8%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_BL_MYJPBL.F90.o -[ 9%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/date_def.f.o -[ 10%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_mp_thompson.F90.o -[ 10%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gwdps.f.o -[ 10%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_SF_JSFC.F90.o -[ 11%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_efp.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 11%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_memutils.F90.o -[ 11%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_pset.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 11%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_ruclsm.F90.o -[ 12%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_type.F90.o -[ 12%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/gradient.F90.o -[ 12%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_domains.F90.o -[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/set_soilveg_ruc.F90.o -[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_post.F90.o -[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cnvc90.f.o -[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_DCNV_generic.F90.o -[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_GWD_generic.F90.o -[ 13%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_MP_generic.F90.o -[ 13%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_PBL_generic.F90.o -[ 14%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_SCNV_generic.F90.o -[ 15%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_composites.F90.o -[ 15%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_loop_control.F90.o -[ 15%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozphys.f.o -[ 15%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/maximum_hourly_diagnostics.F90.o -[ 15%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rayleigh_damp.f.o -[ 15%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_diag_post.F90.o -[ 15%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_diff.f.o -[ 16%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_stochastics.F90.o -[ 16%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/funcphys.f90.o -[ 16%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radlw_param.f.o -[ 16%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radsw_param.f.o -[ 16%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_nst_parameters.f90.o -[ 16%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_bl_mynn.F90.o -[ 17%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_initialize.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 18%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_astronomy.f.o -[ 18%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_surface.f.o -[ 19%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/samfaerosols.F.o -[ 20%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/aerinterp.F90.o -[ 20%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/h2ointerp.f90.o -[ 21%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/iccninterp.F90.o -[ 22%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozinterp.f90.o -[ 22%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_mp_thompson_make_number_concentrations.F90.o -[ 22%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/aer_cloud.F.o -[ 22%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_sh.F90.o -[ 22%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/get_prs_fv3.F90.o -[ 23%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_generic.F90.o -[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/wv_saturation.F.o -[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/__/__/gfsphysics/GFS_layer/GFS_typedefs.F90.o -[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_nst_water_prop.f90.o -[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_module.F90.o -[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_bfmicrophysics.f.o -[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radsw_datatb.f.o -[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_aerosols.f.o -[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_gases.f.o -[ 25%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radlw_datatb.f.o -[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/moninedmf.f.o -[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_drv.f.o -[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/samfdeepcnv.f.o -[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/samfshalcnv.f.o -[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_diag.f.o -[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_sice.f.o -[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gscond.f.o -[ 27%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/precpd.f.o -[ 27%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_time_vary_pre.fv3.F90.o -[ 27%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_clouds.f.o -[ 27%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radlw_main.f.o -[ 27%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radsw_main.f.o -[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_nst_model.f90.o -[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cldmacro.F.o -[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cldwat2m_micro.F.o -[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/micro_mg2_0.F90.o -[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/micro_mg3_0.F90.o -[ 30%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_mynn.F90.o -[ 31%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp.F90.o -[ 32%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_nst.f.o -[ 33%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_setup.F90.o -[ 33%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_comm.F90.o -[ 33%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_io.F90.o -Compiling in MPI mode (with or without MPP) -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 33%] Building Fortran object CMakeFiles/fms.dir/FMS/memutils/memutils.F90.o -[ 33%] Building Fortran object CMakeFiles/fms.dir/FMS/fms/fms_io.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 33%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_suite_interstitial.F90.o -[ 33%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/dcyc2.f.o -[ 33%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_post.F90.o -[ 33%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_pre.F90.o -[ 33%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rrtmg_lw_post.F90.o -[ 33%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rrtmg_lw_pre.F90.o -[ 33%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rrtmg_sw_post.F90.o -[ 33%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rrtmg_sw_pre.F90.o -[ 33%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_stochastics_cap.F90.o -[ 34%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_phys_time_vary.fv3.F90.o -[ 35%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_rad_time_vary.fv3.F90.o -[ 35%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_physics_cap.F90.o -[ 36%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_radiation_cap.F90.o -[ 36%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_time_vary_cap.F90.o -[ 36%] Building Fortran object CMakeFiles/fms.dir/FMS/fms/fms.F90.o -[ 36%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bicubic.F90.o -[ 36%] Building Fortran object CMakeFiles/fms.dir/FMS/time_manager/time_manager.F90.o -[ 37%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bilinear.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 37%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_conserve.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 37%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_spherical.F90.o -[ 37%] Building Fortran object CMakeFiles/fms.dir/FMS/axis_utils/axis_utils.F90.o -[ 37%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_grid.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 37%] Building Fortran object CMakeFiles/fms.dir/FMS/field_manager/field_manager.F90.o -[ 37%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/mosaic.F90.o -[ 37%] Building Fortran object CMakeFiles/fms.dir/FMS/topography/gaussian_topog.F90.o -[ 37%] Building Fortran object CMakeFiles/fms.dir/FMS/time_manager/get_cal_time.F90.o -[ 38%] Building Fortran object CMakeFiles/fms.dir/FMS/time_interp/time_interp.F90.o -[ 39%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_data.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 39%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_types.F90.o -[ 39%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp.F90.o -[ 39%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_axis.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 39%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_manifest.F90.o -[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/field_manager/fm_util.F90.o -[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/xbt_drop_rate_adjust.f90.o -[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/write_ocean_data.F90.o -[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/time_interp/time_interp_external.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 42%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_output.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 42%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_util.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 42%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_table.F90.o -[ 42%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_manager.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 42%] Building Fortran object CMakeFiles/fms.dir/FMS/data_override/data_override.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 43%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/coupler_types.F90.o -[ 43%] Building Fortran object CMakeFiles/fms.dir/FMS/exchange/stock_constants.F90.o -[ 43%] Building Fortran object CMakeFiles/fms.dir/FMS/amip_interp/amip_interp.F90.o -[ 43%] Building Fortran object CMakeFiles/fms.dir/FMS/astronomy/astronomy.F90.o -[ 44%] Building Fortran object CMakeFiles/fms.dir/FMS/block_control/block_control.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 44%] Building Fortran object CMakeFiles/fms.dir/FMS/column_diagnostics/column_diagnostics.F90.o -[ 44%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/atmos_ocean_fluxes.F90.o -[ 44%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/ensemble_manager.F90.o -[ 44%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters.F90.o -[ 45%] Building Fortran object CMakeFiles/fms.dir/FMS/exchange/xgrid.F90.o -Compiling in MPI mode (with or without MPP) -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 45%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 45%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft99.F90.o -[ 45%] Building Fortran object CMakeFiles/fms.dir/FMS/interpolator/interpolator.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 46%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/grid.F90.o -[ 46%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_utilities.F90.o -[ 46%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core.F90.o -[ 47%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core_ecda.F90.o -[ 47%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/__/__/gfsphysics/CCPP_layer/CCPP_typedefs.F90.o -[ 47%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_cap.F90.o -[ 48%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_debug.F90.o -[ 48%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_suite_init_finalize_test.F90.o -[ 48%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cs_conv.F90.o -[ 48%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cs_conv_aw_adj.F90.o -[ 48%] Building Fortran object CMakeFiles/fms.dir/FMS/random_numbers/random_numbers.F90.o -[ 48%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver.F90.o -[ 49%] Building Fortran object CMakeFiles/fms.dir/FMS/sat_vapor_pres/sat_vapor_pres.F90.o -[ 49%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver_post.F90.o -[ 49%] Building Fortran object CMakeFiles/fms.dir/FMS/station_data/station_data.F90.o -[ 49%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver_pre.F90.o -[ 50%] Building Fortran object CMakeFiles/fms.dir/FMS/topography/topography.F90.o -[ 50%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke.F90.o -[ 50%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke_post.F90.o -[ 50%] Building Fortran object CMakeFiles/fms.dir/FMS/tracer_manager/tracer_manager.F90.o -[ 50%] Building Fortran object CMakeFiles/fms.dir/FMS/tridiagonal/tridiagonal.F90.o -[ 50%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke_pre.F90.o -[ 50%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/drag_suite.F90.o -[ 50%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/quicksort.F90.o -[ 51%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gcm_shoc.F90.o -[ 51%] Building C object CMakeFiles/fms.dir/FMS/memutils/memuse.c.o -[ 52%] Building C object CMakeFiles/fms.dir/FMS/mosaic/create_xgrid.c.o -[ 52%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gfdl_cloud_microphys.F90.o -[ 52%] Building C object CMakeFiles/fms.dir/FMS/mosaic/gradient_c2l.c.o -[ 52%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gfdl_fv_sat_adj.F90.o -[ 53%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gwdc.f.o -[ 53%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/h2ophys.f.o -[ 53%] Building C object CMakeFiles/fms.dir/FMS/mosaic/interp.c.o -[ 53%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/lsm_ruc_sfc_sice_interstitial.F90.o -[ 53%] Building C object CMakeFiles/fms.dir/FMS/mosaic/mosaic_util.c.o -[ 53%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/m_micro.F90.o -[ 54%] Building C object CMakeFiles/fms.dir/FMS/mosaic/read_mosaic.c.o -[ 55%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/m_micro_interstitial.F90.o -[ 55%] Building C object CMakeFiles/fms.dir/FMS/affinity/affinity.c.o -[ 55%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYJPBL_wrapper.F90.o -[ 55%] Building C object CMakeFiles/fms.dir/FMS/mpp/nsclock.c.o -[ 56%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYJSFC_wrapper.F90.o -[ 56%] Building C object CMakeFiles/fms.dir/FMS/mpp/threadloc.c.o -[ 56%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNPBL_wrapper.F90.o -[ 56%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNSFC_wrapper.F90.o -[ 56%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNrad_post.F90.o -[ 56%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNrad_pre.F90.o -[ 57%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/moninshoc.f.o -[ 57%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_fer_hires.F90.o -[ 58%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_thompson.F90.o -[ 58%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_thompson_post.F90.o -[ 58%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_thompson_pre.F90.o -[ 58%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/multi_gases.F90.o -[ 58%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozphys_2015.f.o -[ 59%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sascnvn.F.o -[ 60%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/satmedmfvdif.F.o -[ 60%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/satmedmfvdifq.F.o -[ 60%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_cice.f.o -[ 60%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_drv_ruc.F90.o -[ 60%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_noahmp_drv.f.o -[ 60%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_ocean.F.o -[ 60%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfcsub.F.o -[ 60%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/shalcnv.F.o -[ 61%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/shinhongvdif.F90.o -[ 61%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ugwp_driver_v0.F.o -[ 62%] Linking Fortran static library FMS/libfms.a -[ 62%] Built target fms -[ 62%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ysuvdif.F90.o -[ 62%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/calpreciptype.f90.o -[ 62%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gcycle.F90.o -[ 63%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gocart_tracer_config_stub.f.o -[ 63%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfpbl.f.o -[ 63%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_triggers.F90.o -[ 63%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_solvers.F90.o -[ 63%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_utils.F90.o -[ 63%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_orowam2017.f.o -[ 64%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_vert_lsatdis.F90.o -[ 64%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_vert_orodis.F90.o -[ 64%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_vert_wmsdis.F90.o -[ 65%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfpblt.f.o -[ 65%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfpbltq.f.o -[ 65%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfscu.f.o -[ 66%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfscuq.f.o -[ 66%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/num_parthds.F.o -[ 66%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sflx.f.o -[ 66%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/tridi.f.o -[ 66%] Linking Fortran static library libccppphys.a -[ 66%] Built target ccppphys -Scanning dependencies of target gfsphysics -[ 67%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/machine.F.o -[ 67%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/GFDL_parse_tracers.F90.o -[ 68%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/namelist_soilveg.f.o -[ 68%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mersenne_twister.f.o -[ 68%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/CCPP_layer/CCPP_typedefs.F90.o -[ 68%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/physparam.f.o -[ 68%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/physcons.F90.o -[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radlw_param.f.o -[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radsw_param.f.o -[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_typedefs.F90.o -[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_driver.F90.o -[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_diagnostics.F90.o -[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/CCPP_layer/CCPP_data.F90.o -[ 70%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_restart.F90.o -[ 70%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_abstraction_layer.F90.o -[ 71%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/__/ccpp/physics/ccpp_static_api.F90.o -[ 71%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/noahmp_tables.f90.o -[ 71%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/set_soilveg.f.o -[ 71%] Linking Fortran static library libgfsphysics.a -[ 71%] Built target gfsphysics -Scanning dependencies of target ipd -Scanning dependencies of target ccppdriver -[ 71%] Building Fortran object FV3/ipd/CMakeFiles/ipd.dir/IPD_typedefs.F90.o -[ 71%] Building Fortran object FV3/ccpp/driver/CMakeFiles/ccppdriver.dir/CCPP_driver.F90.o -[ 71%] Building Fortran object FV3/ipd/CMakeFiles/ipd.dir/IPD_driver.F90.o -[ 72%] Linking Fortran static library libccppdriver.a -[ 72%] Built target ccppdriver -[ 73%] Linking Fortran static library libipd.a -[ 73%] Built target ipd -Scanning dependencies of target io -[ 73%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_fv3_io_def.F90.o -[ 74%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_internal_state.F90.o -Scanning dependencies of target fv3core -[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_arrays.F90.o -[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/external_sst.F90.o -[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_fill.F90.o -[ 76%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_nemsio.F90.o -[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/sim_nc_mod.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 76%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_netcdf.F90.o -[ 76%] Building Fortran object FV3/io/CMakeFiles/io.dir/post_gfs.F90.o -[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/DYCORE_typedefs.F90.o -[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/sorted_index.F90.o -[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_mp_mod.F90.o -[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_timing.F90.o -[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_eta.F90.o -[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_sg.F90.o -[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/boundary.F90.o -[ 78%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_grid_utils.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 79%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_wrt_grid_comp.F90.o -[ 79%] Building Fortran object FV3/io/CMakeFiles/io.dir/FV3GFS_io.F90.o -[ 79%] Building Fortran object FV3/io/CMakeFiles/io.dir/ffsync.F90.o -[ 80%] Building Fortran object FV3/io/CMakeFiles/io.dir/post_nems_routines.F90.o -[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/a2b_edge.F90.o -[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_mapz.F90.o -[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_surf_map.F90.o -[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/tp_core.F90.o -[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_grid_tools.F90.o -[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/init_hydro.F90.o -[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_treat_da_inc.F90.o -[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/sw_core.F90.o -[ 83%] Linking Fortran static library libio.a -[ 83%] Built target io -[ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_iau_mod.F90.o -[ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_diagnostics.F90.o -[ 85%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_io.F90.o -[ 85%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/nh_utils.F90.o -[ 85%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/nh_core.F90.o -[ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/fv_nggps_diag.F90.o -[ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_nudge.F90.o -[ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_regional_bc.F90.o -[ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/test_cases.F90.o -[ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_tracer2d.F90.o -[ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/dyn_core.F90.o -[ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_update_phys.F90.o -[ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/external_ic.F90.o -[ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_restart.F90.o -[ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_nesting.F90.o -[ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_control.F90.o -[ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_dynamics.F90.o -[ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/atmosphere.F90.o -[ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/multi_gases.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 87%] Linking Fortran static library libfv3core.a -[ 87%] Built target fv3core -Scanning dependencies of target stochastic_physics -[ 87%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_resol_def.f.o -[ 87%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/update_ca.f90.o -[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/spectral_layout.F90.o -[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_gg_def.f.o -[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_layout_lag.f.o -[ 89%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/glats_stochy.f.o -[ 89%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_namelist_def.F90.o -[ 90%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/setlats_lag_stochy.f.o -[ 90%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/epslon_stochy.f.o -[ 90%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/get_lats_node_a_stochy.f.o -[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/get_ls_node_stochy.f.o -[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/gozrineo_stochy.f.o -[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/pln2eo_stochy.f.o -[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/setlats_a_stochy.f.o -[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_internal_state_mod.F90.o -[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/dezouv_stochy.f.o -[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/dozeuv_stochy.f.o -[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/four_to_grid_stochy.F.o -[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/compns_stochy.F90.o -[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_patterngenerator.F90.o -[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/sumfln_stochy.f.o -[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/getcon_lag_stochy.f.o -[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/getcon_spectral.F90.o -[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/initialize_spectral_mod.F90.o -[ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_data_mod.F90.o -[ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/get_stochy_pattern.F90.o -[ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochastic_physics.F90.o -[ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/num_parthds_stochy.f.o -[ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/cellular_automata.f90.o -[ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/plumes.f90.o -[ 95%] Linking Fortran static library libstochastic_physics.a -[ 95%] Built target stochastic_physics -Scanning dependencies of target fv3cap -[ 95%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/module_fv3_config.F90.o -[ 95%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/atmos_model.F90.o -[ 96%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/module_fcst_grid_comp.F90.o -[ 96%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/fv3_cap.F90.o -[ 96%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/time_utils.F90.o -[ 96%] Linking Fortran static library libfv3cap.a -[ 96%] Built target fv3cap -Scanning dependencies of target NEMS.exe -[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_MEDIATOR_SpaceWeather.F90.o -[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/ENS_Cpl/ENS_CplComp_ESMFMod_STUB.F90.o -[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_EARTH_INTERNAL_STATE.F90.o -[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_MEDIATOR_methods.F90.o -[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_UTILS.F90.o -[ 98%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_INTERNAL_STATE.F90.o -[ 98%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_Rusage.F90.o -[100%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_MEDIATOR.F90.o -[100%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_EARTH_GRID_COMP.F90.o -[100%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_GRID_COMP.F90.o -[100%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/MAIN_NEMS.F90.o -[100%] Building C object CMakeFiles/NEMS.exe.dir/NEMS/src/nems_c_rusage.c.o -[100%] Linking Fortran executable NEMS.exe -/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib/libjasper.a(jas_stream.o): In function `jas_stream_tmpfile': -/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/src/jasper-1.900.29/src/libjasper/base/jas_stream.c:520: warning: the use of `tmpnam' is dangerous, better use `mkstemp' -[100%] Built target NEMS.exe -+ mv NEMS.exe ../fv3_7.exe -+ cp /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3 ../modules.fv3_7 -+ cd .. -+ '[' YES = YES ']' -+ rm -rf build_fv3_7 -+ elapsed=634 -+ echo 'Elapsed time 634 seconds. Compiling REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017 finished' -Elapsed time 634 seconds. Compiling REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017 finished -+ SECONDS=0 -+++ readlink -f /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/compile_cmake.sh -++ dirname /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/compile_cmake.sh -+ readonly MYDIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests -+ MYDIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests -+ readonly ARGC=4 -+ ARGC=4 -+ cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests -+ [[ 4 -eq 0 ]] -+ [[ 4 -lt 2 ]] -+ PATHTR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model -+ MACHINE_ID=wcoss_dell_p3 -+ MAKE_OPT='REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_gfdlmp WW3=Y' -+ BUILD_NAME=fv3_8 -+ clean_before=YES -+ clean_after=YES -+ BUILD_DIR=build_fv3_8 -+ [[ wcoss_dell_p3 == cheyenne.* ]] -+ [[ wcoss_dell_p3 == wcoss_dell_p3 ]] -+ MAKE_THREADS=4 -+ MAKE_THREADS=4 -+ hostname -m72a3 -+ cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests -+ echo 'Compiling REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_gfdlmp WW3=Y into fv3_8.exe on wcoss_dell_p3' -Compiling REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_gfdlmp WW3=Y into fv3_8.exe on wcoss_dell_p3 -+ '[' YES = YES ']' -+ rm -rf build_fv3_8 -+ mkdir -p build_fv3_8 -+ CCPP_CMAKE_FLAGS= -+ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_gfdlmp WW3=Y == *\D\E\B\U\G\=\Y* ]] -+ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_gfdlmp WW3=Y == *\R\E\P\R\O\=\Y* ]] -+ CCPP_CMAKE_FLAGS=' -DREPRO=Y' -+ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_gfdlmp WW3=Y == *\3\2\B\I\T\=\Y* ]] -+ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_gfdlmp WW3=Y == *\O\P\E\N\M\P\=\N* ]] -+ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_gfdlmp WW3=Y == *\C\C\P\P\=\Y* ]] -+ CCPP_CMAKE_FLAGS=' -DREPRO=Y -DCCPP=ON -DMPI=ON' -+ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_gfdlmp WW3=Y == *\D\E\B\U\G\=\Y* ]] -+ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_gfdlmp WW3=Y == *\R\E\P\R\O\=\Y* ]] -+ CCPP_CMAKE_FLAGS=' -DREPRO=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit' -+ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_gfdlmp WW3=Y == *\3\2\B\I\T\=\Y* ]] -+ CCPP_CMAKE_FLAGS=' -DREPRO=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -DDYN32=OFF' -+ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_gfdlmp WW3=Y == *\S\T\A\T\I\C\=\Y* ]] -+ CCPP_CMAKE_FLAGS=' -DREPRO=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -DDYN32=OFF -DSTATIC=ON' -+ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_gfdlmp WW3=Y == *\M\U\L\T\I\_\G\A\S\E\S\=\Y* ]] -+ CCPP_CMAKE_FLAGS=' -DREPRO=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF' -++ echo REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_gfdlmp WW3=Y -++ sed 's/.* SUITES=//' -++ sed 's/ .*//' -+ SUITES=FV3_GFS_2017,FV3_GFS_2017_gfdlmp -+ cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model -+ ./FV3/ccpp/framework/scripts/ccpp_prebuild.py --config=FV3/ccpp/config/ccpp_prebuild_config.py --static --suites=FV3_GFS_2017,FV3_GFS_2017_gfdlmp --builddir=tests/build_fv3_8/FV3 -INFO: Logging level set to INFO -INFO: Found TYPEDEFS_NEW_METADATA dictionary in config, assume at least some data is in new metadata formet -INFO: Parsing suite definition files ... -INFO: Parsing suite definition file FV3/ccpp/suites/suite_FV3_GFS_2017.xml ... -INFO: Parsing suite definition file FV3/ccpp/suites/suite_FV3_GFS_2017_gfdlmp.xml ... -INFO: Parsing metadata tables for variables provided by host model ... -INFO: Parsed variable definition tables in module machine -INFO: Parsed variable definition tables in module module_radsw_parameters -INFO: Parsed variable definition tables in module module_radlw_parameters -INFO: Parsed variable definition tables in module CCPP_typedefs -INFO: Parsed variable definition tables in module GFS_typedefs -INFO: Parsed variable definition tables in module CCPP_data -INFO: Parsed variable definition tables in module ccpp_types -INFO: Convert local names from new metadata format into old metadata format ... -INFO: Converting local name sfcflw of variable lw_fluxes_sfc from new to old metadata -INFO: Converting local name nslwr of variable number_of_timesteps_between_longwave_radiation_calls from new to old metadata -INFO: Converting local name hydrostatic of variable flag_for_hydrostatic_solver from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_of_kinematic_buoyancy_flux_from_shoc_in_phy_f3d) of variable kinematic_buoyancy_flux_from_shoc from new to old metadata -INFO: Converting local name nkbfshoc of variable index_of_kinematic_buoyancy_flux_from_shoc_in_phy_f3d from new to old metadata -INFO: Converting local name dvisbm_cpl of variable cumulative_surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name cnvw of variable convective_cloud_water_mixing_ratio from new to old metadata -INFO: Converting local name ltaerosol of variable flag_for_aerosol_physics from new to old metadata -INFO: Converting local name rainmcadj of variable lwe_thickness_of_moist_convective_adj_precipitation_amount from new to old metadata -INFO: Converting local name loop_cnt of variable ccpp_loop_counter from new to old metadata -INFO: Converting local name ncpi of variable local_ice_number_concentration from new to old metadata -INFO: Converting local name pt of variable virtual_temperature_at_Lagrangian_surface from new to old metadata -INFO: Converting local name nirbmui of variable surface_upwelling_direct_near_infrared_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name vconvtend of variable tendency_of_y_wind_due_to_deep_convection_for_coupling_on_physics_timestep from new to old metadata -INFO: Converting local name uustar_ice of variable surface_friction_velocity_over_ice from new to old metadata -INFO: Converting local name phy_myj_uz0 of variable u_wind_component_at_viscous_sublayer_top from new to old metadata -INFO: Converting local name evap_land of variable kinematic_surface_upward_latent_heat_flux_over_land from new to old metadata -INFO: Converting local name ocean of variable flag_nonzero_ocean_surface_fraction from new to old metadata -INFO: Converting local name ep1d_ocean of variable surface_upward_potential_latent_heat_flux_over_ocean from new to old metadata -INFO: Converting local name qconvtend of variable tendency_of_water_vapor_specific_humidity_due_to_deep_convection_for_coupling_on_physics_timestep from new to old metadata -INFO: Converting local name islmsk_cice of variable sea_land_ice_mask_cice from new to old metadata -INFO: Converting local name cmm_ice of variable surface_drag_wind_speed_for_momentum_in_air_over_ice from new to old metadata -INFO: Converting local name visdfdi of variable surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name cnv_ndrop of variable number_concentration_of_cloud_liquid_water_particles_for_detrainment from new to old metadata -INFO: Converting local name sh2o of variable volume_fraction_of_unfrozen_soil_moisture_for_land_surface_model from new to old metadata -INFO: Converting local name tau_tofd of variable time_integral_of_momentum_flux_due_to_turbulent_orographic_form_drag from new to old metadata -INFO: Converting local name dnirbmi_cpl of variable instantaneous_surface_downwelling_direct_near_infrared_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name refdmax263k of variable maximum_reflectivity_at_minus10c_over_maximum_hourly_time_interval from new to old metadata -INFO: Converting local name ulwsfci of variable surface_upwelling_longwave_flux from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_liquid_cloud_condensate) of variable tendency_of_liquid_cloud_water_mixing_ratio_due_to_model_physics from new to old metadata -INFO: Converting local name ntcw of variable index_for_liquid_cloud_condensate from new to old metadata -INFO: Converting local name lheatstrg of variable flag_for_canopy_heat_storage from new to old metadata -INFO: Converting local name slc of variable volume_fraction_of_unfrozen_soil_moisture from new to old metadata -INFO: Converting local name tsfc_land of variable surface_skin_temperature_over_land_interstitial from new to old metadata -INFO: Converting local name save_v of variable y_wind_save from new to old metadata -INFO: Converting local name xkzm_m of variable atmosphere_momentum_diffusivity_background from new to old metadata -INFO: Converting local name gabsbdlw_land of variable surface_downwelling_longwave_flux_absorbed_by_ground_over_land from new to old metadata -INFO: Converting local name tprcp_ice of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_ice from new to old metadata -INFO: Converting local name stblcpxy of variable slow_soil_pool_mass_content_of_carbon from new to old metadata -INFO: Converting local name cdq_land of variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_land from new to old metadata -INFO: Converting local name du3dt(:,:,2) of variable cumulative_change_in_x_wind_due_to_orographic_gravity_wave_drag from new to old metadata -INFO: Converting local name mg_berg_eff_factor of variable mg_bergeron_efficiency_factor from new to old metadata -INFO: Converting local name clouds(:,:,3) of variable mean_effective_radius_for_liquid_cloud from new to old metadata -INFO: Converting local name aer_nm of variable aerosol_number_concentration_from_gocart_aerosol_climatology from new to old metadata -INFO: Converting local name xzts of variable sensitivity_of_dtl_thickness_to_surface_temperature from new to old metadata -INFO: Converting local name lake of variable flag_nonzero_lake_surface_fraction from new to old metadata -INFO: Converting local name kb of variable vertical_index_difference_between_layer_and_lower_bound from new to old metadata -INFO: Converting local name ipt of variable index_for_diagnostic_printout from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_ice_friendly_aerosols) of variable ice_friendly_aerosol_number_concentration from new to old metadata -INFO: Converting local name ntia of variable index_for_ice_friendly_aerosols from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_rain_water) of variable tendency_of_rain_water_mixing_ratio_due_to_model_physics from new to old metadata -INFO: Converting local name ntrw of variable index_for_rain_water from new to old metadata -INFO: Converting local name con_epsm1 of variable ratio_of_dry_air_to_water_vapor_gas_constants_minus_one from new to old metadata -INFO: Converting local name dqsfc_cice of variable surface_upward_latent_heat_flux_for_coupling_interstitial from new to old metadata -INFO: Converting local name last_step of variable flag_for_the_last_step_of_k_split_remapping from new to old metadata -INFO: Converting local name huge of variable netcdf_float_fillvalue from new to old metadata -INFO: Converting local name save_q(:,:,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio_save from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_liquid_cloud_number_concentration) of variable cloud_droplet_number_concentration from new to old metadata -INFO: Converting local name ntlnc of variable index_for_liquid_cloud_number_concentration from new to old metadata -INFO: Converting local name dv3dt(:,:,1) of variable cumulative_change_in_y_wind_due_to_PBL from new to old metadata -INFO: Converting local name imp_physics_mg of variable flag_for_morrison_gettelman_microphysics_scheme from new to old metadata -INFO: Converting local name cldtaulw of variable cloud_optical_depth_layers_at_10mu_band from new to old metadata -INFO: Converting local name wet of variable flag_nonzero_wet_surface_fraction from new to old metadata -INFO: Converting local name qsnowxy of variable snow_precipitation_rate_at_surface from new to old metadata -INFO: Converting local name iopt_frz of variable flag_for_supercooled_liquid_water_option from new to old metadata -INFO: Converting local name dsnow_cpl of variable tendency_of_lwe_thickness_of_snow_amount_for_coupling from new to old metadata -INFO: Converting local name cldsa of variable cloud_area_fraction_for_radiation from new to old metadata -INFO: Converting local name totsnwb of variable accumulated_lwe_thickness_of_snow_amount_in_bucket from new to old metadata -INFO: Converting local name gq0(:,:,index_for_rain_water) of variable rain_water_mixing_ratio_updated_by_physics from new to old metadata -INFO: Converting local name totsnw of variable accumulated_lwe_thickness_of_snow_amount from new to old metadata -INFO: Converting local name xkzm_s of variable diffusivity_background_sigma_level from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_water_friendly_aerosols) of variable tendency_of_water_friendly_aerosol_number_concentration_due_to_model_physics from new to old metadata -INFO: Converting local name ntwa of variable index_for_water_friendly_aerosols from new to old metadata -INFO: Converting local name fswtr of variable fraction_of_cloud_top_water_scavenged from new to old metadata -INFO: Converting local name nvisbmi_cpl of variable instantaneous_surface_net_downward_direct_ultraviolet_and_visible_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_of_atmosphere_heat_diffusivity_from_shoc_in_phy_f3d) of variable atmosphere_heat_diffusivity_from_shoc from new to old metadata -INFO: Converting local name nahdshoc of variable index_of_atmosphere_heat_diffusivity_from_shoc_in_phy_f3d from new to old metadata -INFO: Converting local name nthreads of variable omp_threads_for_fast_physics from new to old metadata -INFO: Converting local name icemp of variable lwe_thickness_of_ice_amount from new to old metadata -INFO: Converting local name dqsfc_cpl of variable cumulative_surface_upward_latent_heat_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name con_jcal of variable joules_per_calorie_constant from new to old metadata -INFO: Converting local name xmu of variable zenith_angle_temporal_adjustment_factor_for_shortwave_fluxes from new to old metadata -INFO: Converting local name con_fvirt of variable ratio_of_vapor_to_dry_air_gas_constants_minus_one from new to old metadata -INFO: Converting local name evfactl_deep of variable rain_evaporation_coefficient_over_land_deep_convection from new to old metadata -INFO: Converting local name canliqxy of variable canopy_intercepted_liquid_water from new to old metadata -INFO: Converting local name phy_myj_qsfc of variable surface_specific_humidity_for_MYJ_schemes from new to old metadata -INFO: Converting local name rainncprv of variable lwe_thickness_of_explicit_rainfall_amount_from_previous_timestep from new to old metadata -INFO: Converting local name Tbd of variable GFS_tbd_type_instance from new to old metadata -INFO: Converting local name v1 of variable y_wind_at_lowest_model_layer_for_diag from new to old metadata -INFO: Converting local name det_mf of variable cumulative_atmosphere_detrainment_convective_mass_flux from new to old metadata -INFO: Converting local name psurf of variable surface_air_pressure_diag from new to old metadata -INFO: Converting local name gasvmr(:,:,10) of variable volume_mixing_ratio_cfc113 from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_for_rain_effective_radius) of variable effective_radius_of_stratiform_cloud_rain_particle_in_um from new to old metadata -INFO: Converting local name nreffr of variable index_for_rain_effective_radius from new to old metadata -INFO: Converting local name del_gz of variable geopotential_difference_between_midlayers_divided_by_midlayer_virtual_temperature from new to old metadata -INFO: Converting local name imfdeepcnv_ntiedtke of variable flag_for_ntiedtke_deep_convection_scheme from new to old metadata -INFO: Converting local name h2o_coeff of variable number_of_coefficients_in_h2o_forcing_data from new to old metadata -INFO: Converting local name tgrs of variable air_temperature from new to old metadata -INFO: Converting local name xlon of variable longitude from new to old metadata -INFO: Converting local name c_d of variable coefficient_c_d from new to old metadata -INFO: Converting local name tlvl of variable air_temperature_at_interface_for_radiation from new to old metadata -INFO: Converting local name f_rimef of variable rime_factor from new to old metadata -INFO: Converting local name mg_do_ice_gmao of variable mg_flag_for_gmao_ice_formulation from new to old metadata -INFO: Converting local name snowca of variable cumulative_surface_snow_area_fraction_multiplied_by_timestep from new to old metadata -INFO: Converting local name hflx of variable kinematic_surface_upward_sensible_heat_flux from new to old metadata -INFO: Converting local name dt3dt(:,:,6) of variable cumulative_change_in_temperature_due_to_microphysics from new to old metadata -INFO: Converting local name nirdfui of variable surface_upwelling_diffuse_near_infrared_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name trans of variable transpiration_flux from new to old metadata -INFO: Converting local name ntchs of variable index_for_first_chemical_tracer from new to old metadata -INFO: Converting local name idxday of variable daytime_points from new to old metadata -INFO: Converting local name iceprv of variable lwe_thickness_of_ice_amount_from_previous_timestep from new to old metadata -INFO: Converting local name mg_alf of variable mg_tuning_factor_for_alphas from new to old metadata -INFO: Converting local name nupdraft of variable number_of_plumes from new to old metadata -INFO: Converting local name qr_r of variable cloud_rain_water_mixing_ratio from new to old metadata -INFO: Converting local name sec of variable seconds_elapsed_since_model_initialization from new to old metadata -INFO: Converting local name epi of variable instantaneous_surface_potential_evaporation from new to old metadata -INFO: Converting local name gflx_land of variable upward_heat_flux_in_soil_over_land from new to old metadata -INFO: Converting local name du3dt_ngw of variable time_integral_of_change_in_x_wind_due_to_nonstationary_gravity_wave from new to old metadata -INFO: Converting local name bl_mynn_cloudpdf of variable cloudpdf from new to old metadata -INFO: Converting local name vtype of variable vegetation_type_classification_real from new to old metadata -INFO: Converting local name imfdeepcnv_gf of variable flag_for_gf_deep_convection_scheme from new to old metadata -INFO: Converting local name lssav of variable flag_diagnostics from new to old metadata -INFO: Converting local name sfalb of variable surface_diffused_shortwave_albedo from new to old metadata -INFO: Converting local name acvb of variable smallest_cloud_base_vertical_index_encountered_thus_far from new to old metadata -INFO: Converting local name c_0 of variable coefficient_c_0 from new to old metadata -INFO: Converting local name mpirank of variable mpi_rank_for_fast_physics from new to old metadata -INFO: Converting local name ntrac of variable number_of_tracers from new to old metadata -INFO: Converting local name dvsfci of variable instantaneous_surface_y_momentum_flux_for_diag from new to old metadata -INFO: Converting local name GFS_Interstitial of variable GFS_interstitial_type_instance_all_threads from new to old metadata -INFO: Converting local name in_nm of variable in_number_concentration from new to old metadata -INFO: Converting local name blksz2(ccpp_block_number) of variable horizontal_dimension from new to old metadata -INFO: Converting local name blk_no of variable ccpp_block_number from new to old metadata -INFO: Converting local name min_lakeice of variable lake_ice_minimum from new to old metadata -INFO: Converting local name canicexy of variable canopy_intercepted_ice_mass from new to old metadata -INFO: Converting local name mg_precip_frac_method of variable mg_type_of_precip_fraction_method from new to old metadata -INFO: Converting local name lonr of variable number_of_equatorial_longitude_points from new to old metadata -INFO: Converting local name dt3dt(:,:,7) of variable cumulative_change_in_temperature_due_to_orographic_gravity_wave_drag from new to old metadata -INFO: Converting local name dtzm of variable mean_change_over_depth_in_sea_water_temperature from new to old metadata -INFO: Converting local name du3dt_mtb of variable time_integral_of_change_in_x_wind_due_to_mountain_blocking_drag from new to old metadata -INFO: Converting local name stress_land of variable surface_wind_stress_over_land from new to old metadata -INFO: Converting local name nspinup of variable number_of_iterations_to_spin_up_cellular_automata from new to old metadata -INFO: Converting local name zogw of variable height_of_launch_level_of_orographic_gravity_wave from new to old metadata -INFO: Converting local name ntsw of variable index_for_snow_water from new to old metadata -INFO: Converting local name cov of variable t_prime_q_prime from new to old metadata -INFO: Converting local name sup of variable ice_supersaturation_threshold from new to old metadata -INFO: Converting local name dt3dt(:,:,3) of variable cumulative_change_in_temperature_due_to_PBL from new to old metadata -INFO: Converting local name mg_qcvar of variable mg_cloud_water_variance from new to old metadata -INFO: Converting local name ffmm_ice of variable Monin_Obukhov_similarity_function_for_momentum_over_ice from new to old metadata -INFO: Converting local name dtdt of variable tendency_of_air_temperature_at_Lagrangian_surface from new to old metadata -INFO: Converting local name GFS_statein_type of variable GFS_statein_type from new to old metadata -INFO: Converting local name train of variable accumulated_change_of_air_temperature_due_to_FA_scheme from new to old metadata -INFO: Converting local name fscav of variable coefficients_for_aerosol_scavenging from new to old metadata -INFO: Converting local name prslk(:,1) of variable dimensionless_exner_function_at_lowest_model_layer from new to old metadata -INFO: Converting local name tf of variable frozen_cloud_threshold_temperature from new to old metadata -INFO: Converting local name communicator of variable mpi_comm from new to old metadata -INFO: Converting local name qs_r of variable cloud_snow_mixing_ratio from new to old metadata -INFO: Converting local name skebv_wts of variable weights_for_stochastic_skeb_perturbation_of_y_wind from new to old metadata -INFO: Converting local name bl_mynn_edmf_part of variable edmf_partition_flag from new to old metadata -INFO: Converting local name dq3dt(:,:,7) of variable cumulative_change_in_ozone_concentration_due_to_ozone_mixing_ratio from new to old metadata -INFO: Converting local name swhc of variable tendency_of_air_temperature_due_to_shortwave_heating_assuming_clear_sky_on_radiation_timestep from new to old metadata -INFO: Converting local name mg_ngnst of variable mg_graupel_concentration_constant from new to old metadata -INFO: Converting local name GFS_grid_type of variable GFS_grid_type from new to old metadata -INFO: Converting local name js of variable starting_y_direction_index from new to old metadata -INFO: Converting local name out_dt of variable flag_for_tendency_of_air_temperature_at_Lagrangian_surface from new to old metadata -INFO: Converting local name delr of variable layer_pressure_thickness_for_radiation from new to old metadata -INFO: Converting local name ncgl of variable local_graupel_number_concentration from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_snow_water) of variable snow_water_mixing_ratio from new to old metadata -INFO: Converting local name totgrp of variable accumulated_lwe_thickness_of_graupel_amount from new to old metadata -INFO: Converting local name cldtausw of variable cloud_optical_depth_layers_at_0p55mu_band from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_ozone) of variable tendency_of_ozone_mixing_ratio_due_to_model_physics from new to old metadata -INFO: Converting local name ntoz of variable index_for_ozone from new to old metadata -INFO: Converting local name evap of variable kinematic_surface_upward_latent_heat_flux from new to old metadata -INFO: Converting local name oro of variable orography from new to old metadata -INFO: Converting local name topfsw of variable sw_fluxes_top_atmosphere from new to old metadata -INFO: Converting local name jmap of variable map_of_block_column_number_to_global_j_index from new to old metadata -INFO: Converting local name cdq of variable surface_drag_coefficient_for_heat_and_moisture_in_air from new to old metadata -INFO: Converting local name soiltype of variable soil_type_classification from new to old metadata -INFO: Converting local name evap_ocean of variable kinematic_surface_upward_latent_heat_flux_over_ocean from new to old metadata -INFO: Converting local name nblks of variable number_of_blocks from new to old metadata -INFO: Converting local name dxinv of variable inverse_scaling_factor_for_critical_relative_humidity from new to old metadata -INFO: Converting local name dvsfc of variable cumulative_surface_y_momentum_flux_for_diag_multiplied_by_timestep from new to old metadata -INFO: Converting local name GFS_stateout_type of variable GFS_stateout_type from new to old metadata -INFO: Converting local name qg of variable cloud_graupel_specific_humidity_at_Lagrangian_surface from new to old metadata -INFO: Converting local name nmtvr of variable number_of_statistical_measures_of_subgrid_orography from new to old metadata -INFO: Converting local name nseed of variable cellular_automata_seed_frequency from new to old metadata -INFO: Converting local name nlives of variable cellular_automata_lifetime from new to old metadata -INFO: Converting local name vegf1d of variable perturbation_of_vegetation_fraction from new to old metadata -INFO: Converting local name v10m of variable y_wind_at_10m from new to old metadata -INFO: Converting local name hice of variable sea_ice_thickness from new to old metadata -INFO: Converting local name mbota of variable model_layer_number_at_cloud_base from new to old metadata -INFO: Converting local name ncnvw of variable index_for_convective_cloud_water_mixing_ratio_in_phy_f3d from new to old metadata -INFO: Converting local name flqc of variable surface_exchange_coefficient_for_moisture from new to old metadata -INFO: Converting local name imfshalcnv_samf of variable flag_for_samf_shallow_convection_scheme from new to old metadata -INFO: Converting local name ntdiag of variable diagnostics_control_for_chemical_tracers from new to old metadata -INFO: Converting local name c1_shal of variable detrainment_conversion_parameter_shallow_convection from new to old metadata -INFO: Converting local name con_g of variable gravitational_acceleration from new to old metadata -INFO: Converting local name je of variable ending_y_direction_index from new to old metadata -INFO: Converting local name hprime(:,1) of variable standard_deviation_of_subgrid_orography from new to old metadata -INFO: Converting local name lh of variable surface_latent_heat from new to old metadata -INFO: Converting local name v10max of variable maximum_v_wind_at_10m_over_maximum_hourly_time_interval from new to old metadata -INFO: Converting local name dvsfcg of variable instantaneous_y_stress_due_to_gravity_wave_drag from new to old metadata -INFO: Converting local name mg_ninst of variable mg_ice_concentration_constant from new to old metadata -INFO: Converting local name lwhd of variable tendency_of_air_temperature_due_to_longwave_heating_for_idea from new to old metadata -INFO: Converting local name ntkev of variable index_for_turbulent_kinetic_energy_vertical_diffusion_tracer from new to old metadata -INFO: Converting local name fm10 of variable Monin_Obukhov_similarity_function_for_momentum_at_10m from new to old metadata -INFO: Converting local name phour of variable forecast_time_at_previous_timestep from new to old metadata -INFO: Converting local name phys_hydrostatic of variable flag_for_hydrostatic_heating_from_physics from new to old metadata -INFO: Converting local name nswsfci of variable surface_net_downwelling_shortwave_flux from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_for_graupel_effective_radius) of variable effective_radius_of_stratiform_cloud_graupel_particle_in_um from new to old metadata -INFO: Converting local name ngeffr of variable index_for_graupel_effective_radius from new to old metadata -INFO: Converting local name kt of variable vertical_index_difference_between_layer_and_upper_bound from new to old metadata -INFO: Converting local name GFS_tbd_type of variable GFS_tbd_type from new to old metadata -INFO: Converting local name tsurf_ocean of variable surface_skin_temperature_after_iteration_over_ocean from new to old metadata -INFO: Converting local name gu0(:,1) of variable x_wind_at_lowest_model_layer_updated_by_physics from new to old metadata -INFO: Converting local name akap of variable kappa_dry_for_fast_physics from new to old metadata -INFO: Converting local name lsm of variable flag_for_land_surface_scheme from new to old metadata -INFO: Converting local name nscav of variable number_of_tracers_scavenged from new to old metadata -INFO: Converting local name ffmm of variable Monin_Obukhov_similarity_function_for_momentum from new to old metadata -INFO: Converting local name nnirbm_cpl of variable cumulative_surface_net_downward_direct_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name tau_mtb of variable instantaneous_momentum_flux_due_to_mountain_blocking_drag from new to old metadata -INFO: Converting local name snicexy of variable snow_layer_ice from new to old metadata -INFO: Converting local name flag_guess of variable flag_for_guess_run from new to old metadata -INFO: Converting local name dnirbm_cpl of variable cumulative_surface_downwelling_direct_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name chh_ocean of variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_ocean from new to old metadata -INFO: Converting local name dtsfci_cpl of variable instantaneous_surface_upward_sensible_heat_flux_for_coupling from new to old metadata -INFO: Converting local name flgmin of variable minimum_large_ice_fraction from new to old metadata -INFO: Converting local name t02max of variable maximum_temperature_at_2m_over_maximum_hourly_time_interval from new to old metadata -INFO: Converting local name tconvtend of variable tendency_of_air_temperature_due_to_deep_convection_for_coupling_on_physics_timestep from new to old metadata -INFO: Converting local name zorl of variable surface_roughness_length from new to old metadata -INFO: Converting local name coslat of variable cosine_of_latitude from new to old metadata -INFO: Converting local name pertalb of variable magnitude_of_surface_albedo_perturbation from new to old metadata -INFO: Converting local name aecm of variable instantaneous_aerosol_column_mass_densities from new to old metadata -INFO: Converting local name con_rv of variable gas_constant_water_vapor from new to old metadata -INFO: Converting local name wminco of variable cloud_condensed_water_conversion_threshold from new to old metadata -INFO: Converting local name fastcpxy of variable fast_soil_pool_mass_content_of_carbon from new to old metadata -INFO: Converting local name kind_grid of variable kind_grid from new to old metadata -INFO: Converting local name stress of variable surface_wind_stress from new to old metadata -INFO: Converting local name qgrs(:,1,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio_at_lowest_model_layer from new to old metadata -INFO: Converting local name rhc of variable critical_relative_humidity from new to old metadata -INFO: Converting local name tsfco of variable sea_surface_temperature from new to old metadata -INFO: Converting local name tau_ngw of variable instantaneous_momentum_flux_due_to_nonstationary_gravity_wave from new to old metadata -INFO: Converting local name tsfcl of variable surface_skin_temperature_over_land from new to old metadata -INFO: Converting local name clouds(:,:,7) of variable mean_effective_radius_for_rain_drop from new to old metadata -INFO: Converting local name con_cliq of variable specific_heat_of_liquid_water_at_constant_pressure from new to old metadata -INFO: Converting local name zmtb of variable height_of_mountain_blocking from new to old metadata -INFO: Converting local name ulwsfcin_cpl of variable surface_upwelling_longwave_flux_for_coupling from new to old metadata -INFO: Converting local name dlwsfc_cpl of variable cumulative_surface_downwelling_longwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name sfcdlw of variable surface_downwelling_longwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name t1 of variable air_temperature_at_lowest_model_layer_for_diag from new to old metadata -INFO: Converting local name ntiw of variable index_for_ice_cloud_condensate from new to old metadata -INFO: Converting local name bl_mynn_mixlength of variable mixing_length_flag from new to old metadata -INFO: Converting local name faerlw(:,:,:,1) of variable aerosol_optical_depth_for_longwave_bands_01_16 from new to old metadata -INFO: Converting local name ozpl of variable ozone_forcing from new to old metadata -INFO: Converting local name dlength of variable characteristic_grid_length_scale from new to old metadata -INFO: Converting local name slag of variable equation_of_time from new to old metadata -INFO: Converting local name ntot2d of variable number_of_fields_in_phyf2d from new to old metadata -INFO: Converting local name iopt_run of variable flag_for_runoff_and_groundwater_option from new to old metadata -INFO: Converting local name gq0(:,:,index_for_liquid_cloud_number_concentration) of variable cloud_droplet_number_concentration_updated_by_physics from new to old metadata -INFO: Converting local name sneqvoxy of variable snow_mass_at_previous_time_step from new to old metadata -INFO: Converting local name con_rhw0 of variable sea_water_reference_density from new to old metadata -INFO: Converting local name mtopa of variable model_layer_number_at_cloud_top from new to old metadata -INFO: Converting local name pertshc of variable magnitude_of_perturbation_of_soil_type_b_parameter from new to old metadata -INFO: Converting local name levi of variable vertical_interface_dimension from new to old metadata -INFO: Converting local name do_shoc of variable flag_for_shoc from new to old metadata -INFO: Converting local name du3dt_tms of variable time_integral_of_change_in_x_wind_due_to_turbulent_orographic_form_drag from new to old metadata -INFO: Converting local name snow_cpl of variable lwe_thickness_of_snow_amount_for_coupling from new to old metadata -INFO: Converting local name pkz of variable finite_volume_mean_edge_pressure_raised_to_the_power_of_kappa from new to old metadata -INFO: Converting local name nn of variable number_of_tracers_for_convective_transport from new to old metadata -INFO: Converting local name do_sat_adj of variable flag_for_saturation_adjustment_for_microphysics_in_dynamics from new to old metadata -INFO: Converting local name dx of variable cell_size from new to old metadata -INFO: Converting local name do_ugwp of variable do_ugwp from new to old metadata -INFO: Converting local name rain of variable lwe_thickness_of_precipitation_amount_on_dynamics_timestep from new to old metadata -INFO: Converting local name iopt_crs of variable flag_for_canopy_stomatal_resistance_option from new to old metadata -INFO: Converting local name qgrs(:,1,index_for_water_vapor) of variable water_vapor_specific_humidity_at_lowest_model_layer from new to old metadata -INFO: Converting local name ntqv of variable index_for_water_vapor from new to old metadata -INFO: Converting local name t02min of variable minimum_temperature_at_2m_over_maximum_hourly_time_interval from new to old metadata -INFO: Converting local name imp_physics_gfdl of variable flag_for_gfdl_microphysics_scheme from new to old metadata -INFO: Converting local name lprnt of variable flag_print from new to old metadata -INFO: Converting local name gabsbdlw_ice of variable surface_downwelling_longwave_flux_absorbed_by_ground_over_ice from new to old metadata -INFO: Converting local name imp_physics_thompson of variable flag_for_thompson_microphysics_scheme from new to old metadata -INFO: Converting local name ctei_rm of variable critical_cloud_top_entrainment_instability_criteria from new to old metadata -INFO: Converting local name tseal of variable surface_skin_temperature_for_nsst from new to old metadata -INFO: Converting local name dusfc_fd of variable integrated_x_momentum_flux_from_form_drag from new to old metadata -INFO: Converting local name dusfcin_cpl of variable surface_x_momentum_flux_for_coupling from new to old metadata -INFO: Converting local name slope of variable surface_slope_classification_real from new to old metadata -INFO: Converting local name htrlw of variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_timestep from new to old metadata -INFO: Converting local name mg_qcmin(2) of variable mg_minimum_ice_mixing_ratio from new to old metadata -INFO: Converting local name tice of variable sea_ice_temperature_interstitial from new to old metadata -INFO: Converting local name adjvisbmu of variable surface_upwelling_direct_ultraviolet_and_visible_shortwave_flux from new to old metadata -INFO: Converting local name dvgwd of variable time_integral_of_y_stress_due_to_gravity_wave_drag from new to old metadata -INFO: Converting local name dusfc_cice of variable surface_x_momentum_flux_for_coupling_interstitial from new to old metadata -INFO: Converting local name errmsg of variable ccpp_error_message from new to old metadata -INFO: Converting local name flag_cice of variable flag_for_cice from new to old metadata -INFO: Converting local name Coupling of variable GFS_coupling_type_instance from new to old metadata -INFO: Converting local name cs_parm(3) of variable detrainment_and_precipitation_tunable_parameter_3_CS from new to old metadata -INFO: Converting local name snliqxy of variable snow_layer_liquid_water from new to old metadata -INFO: Converting local name mstrat of variable flag_for_moorthi_stratus from new to old metadata -INFO: Converting local name imfdeepcnv_sas of variable flag_for_sas_deep_convection_scheme from new to old metadata -INFO: Converting local name weasd_ice of variable water_equivalent_accumulated_snow_depth_over_ice from new to old metadata -INFO: Converting local name bl_mynn_edmf_mom of variable edmf_momentum_transport_flag from new to old metadata -INFO: Converting local name npdf3d of variable number_of_3d_arrays_associated_with_pdf_based_clouds from new to old metadata -INFO: Converting local name dq3dt(:,:,2) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_deep_convection from new to old metadata -INFO: Converting local name w_upi of variable vertical_velocity_for_updraft from new to old metadata -INFO: Converting local name qlyr of variable water_vapor_specific_humidity_at_layer_for_radiation from new to old metadata -INFO: Converting local name fm10_ice of variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_ice from new to old metadata -INFO: Converting local name qgl of variable local_graupel_mixing_ratio from new to old metadata -INFO: Converting local name gt0(:,1) of variable air_temperature_at_lowest_model_layer_updated_by_physics from new to old metadata -INFO: Converting local name ccpp_t of variable ccpp_t from new to old metadata -INFO: Converting local name clouds(:,:,4) of variable cloud_ice_water_path from new to old metadata -INFO: Converting local name rain_cpl of variable lwe_thickness_of_precipitation_amount_for_coupling from new to old metadata -INFO: Converting local name bl_mynn_cloudmix of variable cloud_specie_mix_flag from new to old metadata -INFO: Converting local name tgxy of variable ground_temperature_for_noahmp from new to old metadata -INFO: Converting local name oa4 of variable asymmetry_of_subgrid_orography from new to old metadata -INFO: Converting local name refdmax of variable maximum_reflectivity_at_1km_agl_over_maximum_hourly_time_interval from new to old metadata -INFO: Converting local name GFS_Data(ccpp_block_number) of variable GFS_data_type_instance from new to old metadata -INFO: Converting local name dvsfc_cpl of variable cumulative_surface_y_momentum_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name shocaftcnv of variable flag_for_shoc_after_convection from new to old metadata -INFO: Converting local name mg_rhmini of variable mg_minimum_rh_for_ice from new to old metadata -INFO: Converting local name t2mi_cpl of variable instantaneous_temperature_at_2m_for_coupling from new to old metadata -INFO: Converting local name GFS_Interstitial(ccpp_thread_number) of variable GFS_interstitial_type_instance from new to old metadata -INFO: Converting local name thrd_no of variable ccpp_thread_number from new to old metadata -INFO: Converting local name evbs of variable soil_upward_latent_heat_flux from new to old metadata -INFO: Converting local name dtdtr of variable tendency_of_air_temperature_due_to_radiative_heating_on_physics_time_step from new to old metadata -INFO: Converting local name spfhmin of variable minimum_specific_humidity_at_2m from new to old metadata -INFO: Converting local name xsaixy of variable stem_area_index from new to old metadata -INFO: Converting local name lsoil of variable soil_vertical_dimension from new to old metadata -INFO: Converting local name mg_ts_auto_ice of variable mg_time_scale_for_autoconversion_of_ice from new to old metadata -INFO: Converting local name ca_deep of variable fraction_of_cellular_automata_for_deep_convection from new to old metadata -INFO: Converting local name work1 of variable grid_size_related_coefficient_used_in_scale_sensitive_schemes from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_for_cloud_liquid_water_effective_radius) of variable effective_radius_of_stratiform_cloud_liquid_water_particle_in_um from new to old metadata -INFO: Converting local name nleffr of variable index_for_cloud_liquid_water_effective_radius from new to old metadata -INFO: Converting local name dlwsfci of variable surface_downwelling_longwave_flux from new to old metadata -INFO: Converting local name mg_nicons of variable mg_flag_ice_concentration_constant from new to old metadata -INFO: Converting local name faersw(:,:,:,1) of variable aerosol_optical_depth_for_shortwave_bands_01_16 from new to old metadata -INFO: Converting local name xt of variable diurnal_thermocline_layer_heat_content from new to old metadata -INFO: Converting local name prsl of variable air_pressure from new to old metadata -INFO: Converting local name cv of variable fraction_of_convective_cloud from new to old metadata -INFO: Converting local name blksz of variable horizontal_block_size from new to old metadata -INFO: Converting local name pertvegf of variable magnitude_of_perturbation_of_vegetation_fraction from new to old metadata -INFO: Converting local name gq0(:,:,index_for_cloud_amount) of variable cloud_fraction_updated_by_physics from new to old metadata -INFO: Converting local name ntclamt of variable index_for_cloud_amount from new to old metadata -INFO: Converting local name zorlo of variable surface_roughness_length_over_ocean from new to old metadata -INFO: Converting local name te0 of variable atmosphere_energy_content_at_Lagrangian_surface from new to old metadata -INFO: Converting local name ktop of variable vertical_index_at_cloud_top from new to old metadata -INFO: Converting local name prevsq of variable moisture_from_previous_timestep from new to old metadata -INFO: Converting local name kpbl of variable vertical_index_at_top_of_atmosphere_boundary_layer from new to old metadata -INFO: Converting local name ncells of variable cellular_automata_finer_grid from new to old metadata -INFO: Converting local name cnvc of variable convective_cloud_cover from new to old metadata -INFO: Converting local name totprcp of variable accumulated_lwe_thickness_of_precipitation_amount from new to old metadata -INFO: Converting local name cgwf of variable multiplication_factors_for_convective_gravity_wave_drag from new to old metadata -INFO: Converting local name do_shum of variable flag_for_stochastic_shum_option from new to old metadata -INFO: Converting local name save_q of variable tracer_concentration_save from new to old metadata -INFO: Converting local name h2o_pres of variable natural_log_of_h2o_forcing_data_pressure_levels from new to old metadata -INFO: Converting local name iopt_snf of variable flag_for_precipitation_partition_option from new to old metadata -INFO: Converting local name c0s_shal of variable rain_conversion_parameter_shallow_convection from new to old metadata -INFO: Converting local name zwtxy of variable water_table_depth from new to old metadata -INFO: Converting local name qr of variable cloud_rain_specific_humidity_at_Lagrangian_surface from new to old metadata -INFO: Converting local name dzlyr of variable layer_thickness_for_radiation from new to old metadata -INFO: Converting local name taussxy of variable nondimensional_snow_age from new to old metadata -INFO: Converting local name tsfa of variable surface_air_temperature_for_radiation from new to old metadata -INFO: Converting local name snoalb of variable upper_bound_on_max_albedo_over_deep_snow from new to old metadata -INFO: Converting local name xs of variable sea_water_salinity from new to old metadata -INFO: Converting local name dvsfci_cpl of variable instantaneous_surface_y_momentum_flux_for_coupling from new to old metadata -INFO: Converting local name xlat of variable latitude from new to old metadata -INFO: Converting local name ugrs of variable x_wind from new to old metadata -INFO: Converting local name shdmin of variable minimum_vegetation_area_fraction from new to old metadata -INFO: Converting local name nnirdfi_cpl of variable instantaneous_surface_net_downward_diffuse_near_infrared_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name microp_uniform of variable mg_flag_for_uniform_subcolumns from new to old metadata -INFO: Converting local name frland of variable land_area_fraction_for_microphysics from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_ice_friendly_aerosols) of variable tendency_of_ice_friendly_aerosol_number_concentration_due_to_model_physics from new to old metadata -INFO: Converting local name oz_pres of variable natural_log_of_ozone_forcing_data_pressure_levels from new to old metadata -INFO: Converting local name zlwb of variable time_integral_of_height_of_low_level_wave_breaking from new to old metadata -INFO: Converting local name gq0(:,:,index_for_ice_cloud_condensate) of variable ice_water_mixing_ratio_updated_by_physics from new to old metadata -INFO: Converting local name qss of variable surface_specific_humidity from new to old metadata -INFO: Converting local name dry of variable flag_nonzero_land_surface_fraction from new to old metadata -INFO: Converting local name bk of variable b_parameter_of_the_hybrid_coordinate from new to old metadata -INFO: Converting local name cdmbgwd of variable multiplication_factors_for_mountain_blocking_and_orographic_gravity_wave_drag from new to old metadata -INFO: Converting local name levs of variable vertical_dimension from new to old metadata -INFO: Converting local name swhtr of variable flag_for_output_of_shortwave_heating_rate from new to old metadata -INFO: Converting local name zorl_land of variable surface_roughness_length_over_land_interstitial from new to old metadata -INFO: Converting local name t2m of variable temperature_at_2m from new to old metadata -INFO: Converting local name tau_ogw of variable instantaneous_momentum_flux_due_to_orographic_gravity_wave_drag from new to old metadata -INFO: Converting local name shoc_parm(3) of variable shoc_tke_dissipation_tunable_parameter_near_surface from new to old metadata -INFO: Converting local name gflx_ice of variable upward_heat_flux_in_soil_over_ice from new to old metadata -INFO: Converting local name nspc1 of variable number_of_species_for_aerosol_optical_depth from new to old metadata -INFO: Converting local name drain_cpl of variable tendency_of_lwe_thickness_of_precipitation_amount_for_coupling from new to old metadata -INFO: Converting local name phis of variable surface_geopotential_at_Lagrangian_surface from new to old metadata -INFO: Converting local name q2mi_cpl of variable instantaneous_specific_humidity_at_2m_for_coupling from new to old metadata -INFO: Converting local name zogw of variable time_integral_of_height_of_launch_level_of_orographic_gravity_wave from new to old metadata -INFO: Converting local name prsi of variable air_pressure_at_interface from new to old metadata -INFO: Converting local name aerodp of variable atmosphere_optical_thickness_due_to_ambient_aerosol_particles from new to old metadata -INFO: Converting local name shal_cnv of variable flag_for_shallow_convection from new to old metadata -INFO: Converting local name icsdlw of variable seed_random_numbers_lw from new to old metadata -INFO: Converting local name ncld of variable number_of_hydrometeors from new to old metadata -INFO: Converting local name gasvmr(:,:,6) of variable volume_mixing_ratio_cfc11 from new to old metadata -INFO: Converting local name tracers_water of variable number_of_water_tracers from new to old metadata -INFO: Converting local name nscyc of variable number_of_timesteps_between_surface_cycling_calls from new to old metadata -INFO: Converting local name dswsfc_cpl of variable cumulative_surface_downwelling_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name adjvisdfu of variable surface_upwelling_diffuse_ultraviolet_and_visible_shortwave_flux from new to old metadata -INFO: Converting local name cs_parm(2) of variable updraft_velocity_tunable_parameter_2_CS from new to old metadata -INFO: Converting local name lsswr of variable flag_to_calc_sw from new to old metadata -INFO: Converting local name imfshalcnv_gf of variable flag_for_gf_shallow_convection_scheme from new to old metadata -INFO: Converting local name kinver of variable index_of_highest_temperature_inversion from new to old metadata -INFO: Converting local name tslb of variable soil_temperature_for_land_surface_model from new to old metadata -INFO: Converting local name weasd of variable water_equivalent_accumulated_snow_depth from new to old metadata -INFO: Converting local name tisfc of variable sea_ice_temperature from new to old metadata -INFO: Converting local name faerlw of variable aerosol_optical_properties_for_longwave_bands_01_16 from new to old metadata -INFO: Converting local name logunit of variable iounit_log from new to old metadata -INFO: Converting local name fast_mp_consv of variable flag_for_fast_microphysics_energy_conservation from new to old metadata -INFO: Converting local name cnv_mfd of variable detrained_mass_flux from new to old metadata -INFO: Converting local name zvir of variable ratio_of_vapor_to_dry_air_gas_constants_minus_one_default_kind from new to old metadata -INFO: Converting local name jed of variable ending_y_direction_index_domain from new to old metadata -INFO: Converting local name gasvmr(:,:,3) of variable volume_mixing_ratio_ch4 from new to old metadata -INFO: Converting local name sfcdsw of variable surface_downwelling_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name hydrostatic of variable flag_for_hydrostatic_solver_for_fast_physics from new to old metadata -INFO: Converting local name dvsfc_bl of variable integrated_y_momentum_flux_from_blocking_drag from new to old metadata -INFO: Converting local name Grid of variable GFS_grid_type_instance from new to old metadata -INFO: Converting local name ncnd of variable number_of_cloud_condensate_types from new to old metadata -INFO: Converting local name w_0 of variable coefficient_w_0 from new to old metadata -INFO: Converting local name zm of variable ocean_mixed_layer_thickness from new to old metadata -INFO: Converting local name shoc_parm(2) of variable shoc_tke_dissipation_tunable_parameter from new to old metadata -INFO: Converting local name cdec of variable cosine_of_solar_declination_angle from new to old metadata -INFO: Converting local name npzq_con of variable vertical_dimension_for_condensed_water_at_Lagrangian_surface from new to old metadata -INFO: Converting local name rmol of variable reciprocal_of_obukhov_length from new to old metadata -INFO: Converting local name snowxy of variable number_of_snow_layers from new to old metadata -INFO: Converting local name hflx_land of variable kinematic_surface_upward_sensible_heat_flux_over_land from new to old metadata -INFO: Converting local name clw of variable convective_transportable_tracers from new to old metadata -INFO: Converting local name srflag of variable flag_for_precipitation_type from new to old metadata -INFO: Converting local name suntim of variable duration_of_sunshine from new to old metadata -INFO: Converting local name isot of variable soil_type_dataset_choice from new to old metadata -INFO: Converting local name isol of variable flag_for_solar_constant from new to old metadata -INFO: Converting local name th2m of variable potential_temperature_at_2m from new to old metadata -INFO: Converting local name hpbl of variable atmosphere_boundary_layer_thickness from new to old metadata -INFO: Converting local name cd of variable surface_drag_coefficient_for_momentum_in_air from new to old metadata -INFO: Converting local name dusfc_ls of variable integrated_x_momentum_flux_from_large_scale_gwd from new to old metadata -INFO: Converting local name do_sppt of variable flag_for_stochastic_surface_physics_perturbations from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_for_convective_cloud_water_mixing_ratio_in_phy_f3d) of variable convective_cloud_water_mixing_ratio_in_phy_f3d from new to old metadata -INFO: Converting local name rb_ice of variable bulk_richardson_number_at_lowest_model_level_over_ice from new to old metadata -INFO: Converting local name itc of variable number_of_aerosol_tracers_for_convection from new to old metadata -INFO: Converting local name Cldprop of variable GFS_cldprop_type_instance from new to old metadata -INFO: Converting local name grav_settling of variable grav_settling from new to old metadata -INFO: Converting local name gq0(:,:,index_for_ice_cloud_number_concentration) of variable ice_number_concentration_updated_by_physics from new to old metadata -INFO: Converting local name ntinc of variable index_for_ice_cloud_number_concentration from new to old metadata -INFO: Converting local name iopt_inf of variable flag_for_frozen_soil_permeability_option from new to old metadata -INFO: Converting local name c0s_deep of variable rain_conversion_parameter_deep_convection from new to old metadata -INFO: Converting local name dtaux2d_ls of variable x_momentum_tendency_from_large_scale_gwd from new to old metadata -INFO: Converting local name phy_myj_qz0 of variable specific_humidity_at_viscous_sublayer_top from new to old metadata -INFO: Converting local name iovr_sw of variable flag_for_max_random_overlap_clouds_for_shortwave_radiation from new to old metadata -INFO: Converting local name icliq_sw of variable flag_for_optical_property_for_liquid_clouds_for_shortwave_radiation from new to old metadata -INFO: Converting local name psmean of variable cumulative_surface_pressure_multiplied_by_timestep from new to old metadata -INFO: Converting local name cmm_ocean of variable surface_drag_wind_speed_for_momentum_in_air_over_ocean from new to old metadata -INFO: Converting local name shcnvcw of variable flag_shallow_convective_cloud from new to old metadata -INFO: Converting local name drain of variable subsurface_runoff_flux from new to old metadata -INFO: Converting local name ak of variable a_parameter_of_the_hybrid_coordinate from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_liquid_cloud_number_concentration) of variable tendency_of_cloud_droplet_number_concentration_due_to_model_physics from new to old metadata -INFO: Converting local name sfc_z0_type of variable flag_for_surface_roughness_option_over_ocean from new to old metadata -INFO: Converting local name cvt of variable pressure_at_top_of_convective_cloud from new to old metadata -INFO: Converting local name gwd_opt of variable gwd_opt from new to old metadata -INFO: Converting local name snowmp of variable lwe_thickness_of_snow_amount from new to old metadata -INFO: Converting local name ncnvcld3d of variable number_of_convective_3d_cloud_fields from new to old metadata -INFO: Converting local name cape of variable convective_available_potential_energy_for_coupling from new to old metadata -INFO: Converting local name du3dt_ogw of variable time_integral_of_change_in_x_wind_due_to_orographic_gravity_wave_drag from new to old metadata -INFO: Converting local name te0_2d of variable atmosphere_energy_content_in_column from new to old metadata -INFO: Converting local name dsnowprv of variable snow_precipitation_rate_from_previous_timestep from new to old metadata -INFO: Converting local name chh of variable surface_drag_mass_flux_for_heat_and_moisture_in_air from new to old metadata -INFO: Converting local name dt3dt(:,:,5) of variable cumulative_change_in_temperature_due_to_shal_convection from new to old metadata -INFO: Converting local name cplwav of variable flag_for_wave_coupling from new to old metadata -INFO: Converting local name clw(:,:,2) of variable cloud_condensed_water_mixing_ratio_convective_transport_tracer from new to old metadata -INFO: Converting local name shoc_parm(1) of variable shoc_tke_dissipatation_pressure_threshold from new to old metadata -INFO: Converting local name oro_uf of variable orography_unfiltered from new to old metadata -INFO: Converting local name peln of variable log_pressure_at_Lagrangian_surface from new to old metadata -INFO: Converting local name gasvmr(:,:,8) of variable volume_mixing_ratio_cfc22 from new to old metadata -INFO: Converting local name pertzt of variable magnitude_of_perturbation_of_heat_to_momentum_roughness_length_ratio from new to old metadata -INFO: Converting local name clouds(:,:,1) of variable total_cloud_fraction from new to old metadata -INFO: Converting local name iaer of variable flag_for_default_aerosol_effect_in_shortwave_radiation from new to old metadata -INFO: Converting local name wet1 of variable normalized_soil_wetness from new to old metadata -INFO: Converting local name npz of variable vertical_dimension_for_fast_physics from new to old metadata -INFO: Converting local name cal_pre of variable flag_for_precipitation_type_algorithm from new to old metadata -INFO: Converting local name lmk of variable adjusted_vertical_layer_dimension_for_radiation from new to old metadata -INFO: Converting local name kind_phys of variable kind_phys from new to old metadata -INFO: Converting local name Sfcprop of variable GFS_sfcprop_type_instance from new to old metadata -INFO: Converting local name wslakexy of variable lake_water_storage from new to old metadata -INFO: Converting local name f10m of variable ratio_of_wind_at_lowest_model_layer_and_wind_at_10m from new to old metadata -INFO: Converting local name gasvmr(:,:,1) of variable volume_mixing_ratio_co2 from new to old metadata -INFO: Converting local name q2mp of variable specific_humidity_at_2m_from_noahmp from new to old metadata -INFO: Converting local name lwhc of variable tendency_of_air_temperature_due_to_longwave_heating_assuming_clear_sky_on_radiation_timestep from new to old metadata -INFO: Converting local name snowd_ice of variable surface_snow_thickness_water_equivalent_over_ice from new to old metadata -INFO: Converting local name lsnow_lsm_lbound of variable lower_bound_of_snow_vertical_dimension_for_land_surface_model from new to old metadata -INFO: Converting local name mg_dcs of variable mg_autoconversion_size_threshold_ice_snow from new to old metadata -INFO: Converting local name rhgrd of variable fa_threshold_relative_humidity_for_onset_of_condensation from new to old metadata -INFO: Converting local name dudt_ogw of variable instantaneous_change_in_x_wind_due_to_orographic_gravity_wave_drag from new to old metadata -INFO: Converting local name slmsk of variable sea_land_ice_mask_real from new to old metadata -INFO: Converting local name ictm of variable flag_for_initial_time_date_control from new to old metadata -INFO: Converting local name qss_ocean of variable surface_specific_humidity_over_ocean from new to old metadata -INFO: Converting local name tsfc of variable surface_skin_temperature from new to old metadata -INFO: Converting local name prsik of variable dimensionless_exner_function_at_model_interfaces from new to old metadata -INFO: Converting local name t2mmp of variable temperature_at_2m_from_noahmp from new to old metadata -INFO: Converting local name tau_ogw of variable time_integral_of_momentum_flux_due_to_orographic_gravity_wave_drag from new to old metadata -INFO: Converting local name topflw_type of variable topflw_type from new to old metadata -INFO: Converting local name cnv_nice of variable number_concentration_of_ice_crystals_for_detrainment from new to old metadata -INFO: Converting local name cscnv of variable flag_for_Chikira_Sugiyama_deep_convection from new to old metadata -INFO: Converting local name u10mi_cpl of variable instantaneous_x_wind_at_10m_for_coupling from new to old metadata -INFO: Converting local name fh2_ocean of variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_ocean from new to old metadata -INFO: Converting local name phii of variable geopotential_at_interface from new to old metadata -INFO: Converting local name gq0(:,:,index_for_graupel) of variable graupel_mixing_ratio_updated_by_physics from new to old metadata -INFO: Converting local name ntgl of variable index_for_graupel from new to old metadata -INFO: Converting local name nvisdfi_cpl of variable instantaneous_surface_net_downward_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name norad_precip of variable flag_for_precipitation_effect_on_radiation from new to old metadata -INFO: Converting local name dq3dt(:,:,5) of variable cumulative_change_in_ozone_mixing_ratio_due_to_PBL from new to old metadata -INFO: Converting local name dusfcg of variable instantaneous_x_stress_due_to_gravity_wave_drag from new to old metadata -INFO: Converting local name stype of variable soil_type_classification_real from new to old metadata -INFO: Converting local name lwhtr of variable flag_for_output_of_longwave_heating_rate from new to old metadata -INFO: Converting local name skebv_wts of variable weights_for_stochastic_skeb_perturbation_of_y_wind_flipped from new to old metadata -INFO: Converting local name prnum of variable prandtl_number from new to old metadata -INFO: Converting local name dtsfcin_cpl of variable surface_upward_sensible_heat_flux_for_coupling from new to old metadata -INFO: Converting local name sigmatot of variable convective_updraft_area_fraction_at_model_interfaces from new to old metadata -INFO: Converting local name rann of variable random_number_array from new to old metadata -INFO: Converting local name work2 of variable grid_size_related_coefficient_used_in_scale_sensitive_schemes_complement from new to old metadata -INFO: Converting local name ep1d_land of variable surface_upward_potential_latent_heat_flux_over_land from new to old metadata -INFO: Converting local name num_p3d of variable array_dimension_of_3d_arrays_for_microphysics from new to old metadata -INFO: Converting local name frac_grid of variable flag_for_fractional_grid from new to old metadata -INFO: Converting local name dtdtc of variable tendency_of_air_temperature_due_to_radiative_heating_assuming_clear_sky from new to old metadata -INFO: Converting local name chxy of variable surface_drag_coefficient_for_heat_and_moisture_for_noahmp from new to old metadata -INFO: Converting local name dtauy2d_bl of variable y_momentum_tendency_from_blocking_drag from new to old metadata -INFO: Converting local name dtsfc of variable cumulative_surface_upward_sensible_heat_flux_for_diag_multiplied_by_timestep from new to old metadata -INFO: Converting local name gflx_ocean of variable upward_heat_flux_in_soil_over_ocean from new to old metadata -INFO: Converting local name deeprechxy of variable water_table_recharge_when_deep from new to old metadata -INFO: Converting local name imfshalcnv_sas of variable flag_for_sas_shallow_convection_scheme from new to old metadata -INFO: Converting local name woodxy of variable wood_mass from new to old metadata -INFO: Converting local name phy_f3d(:,:,3) of variable air_temperature_at_previous_time_step from new to old metadata -INFO: Converting local name otspt of variable flag_convective_tracer_transport from new to old metadata -INFO: Converting local name tsurf of variable surface_skin_temperature_after_iteration from new to old metadata -INFO: Converting local name phy_f2d(:,array_dimension_of_2d_arrays_for_microphysics) of variable surface_wind_enhancement_due_to_convection from new to old metadata -INFO: Converting local name num_p2d of variable array_dimension_of_2d_arrays_for_microphysics from new to old metadata -INFO: Converting local name diss_est of variable dissipation_estimate_of_air_temperature_at_model_layers from new to old metadata -INFO: Converting local name ffmm_land of variable Monin_Obukhov_similarity_function_for_momentum_over_land from new to old metadata -INFO: Converting local name imfshalcnv of variable flag_for_mass_flux_shallow_convection_scheme from new to old metadata -INFO: Converting local name iopt_rad of variable flag_for_radiation_transfer_option from new to old metadata -INFO: Converting local name effr_in of variable flag_for_cloud_effective_radii from new to old metadata -INFO: Converting local name Sh3D of variable stability_function_for_heat from new to old metadata -INFO: Converting local name con_sbc of variable stefan_boltzmann_constant from new to old metadata -INFO: Converting local name phy_myj_z0base of variable baseline_surface_roughness_length from new to old metadata -INFO: Converting local name sdec of variable sine_of_solar_declination_angle from new to old metadata -INFO: Converting local name f_ice of variable fraction_of_ice_water_cloud from new to old metadata -INFO: Converting local name qs of variable cloud_snow_specific_humidity_at_Lagrangian_surface from new to old metadata -INFO: Converting local name iflip of variable flag_for_vertical_index_direction_control from new to old metadata -INFO: Converting local name draincprv of variable convective_precipitation_rate_from_previous_timestep from new to old metadata -INFO: Converting local name icsdsw of variable seed_random_numbers_sw from new to old metadata -INFO: Converting local name dtaux2d_bl of variable x_momentum_tendency_from_blocking_drag from new to old metadata -INFO: Converting local name uustar_ocean of variable surface_friction_velocity_over_ocean from new to old metadata -INFO: Converting local name zlwb of variable height_of_low_level_wave_breaking from new to old metadata -INFO: Converting local name sigma of variable slope_of_subgrid_orography from new to old metadata -INFO: Converting local name cd_land of variable surface_drag_coefficient_for_momentum_in_air_over_land from new to old metadata -INFO: Converting local name shoc_parm(5) of variable shoc_flag_for_optional_surface_TKE_dissipation from new to old metadata -INFO: Converting local name qss_ice of variable surface_specific_humidity_over_ice from new to old metadata -INFO: Converting local name graupel of variable lwe_thickness_of_graupel_amount_on_dynamics_timestep from new to old metadata -INFO: Converting local name do_myjsfc of variable do_myjsfc from new to old metadata -INFO: Converting local name htsw0 of variable tendency_of_air_temperature_due_to_shortwave_heating_assuming_clear_sky_on_radiation_time_step from new to old metadata -INFO: Converting local name ep of variable cumulative_surface_upward_potential_latent_heat_flux_multiplied_by_timestep from new to old metadata -INFO: Converting local name tprcp of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep from new to old metadata -INFO: Converting local name dnirdf_cpl of variable cumulative_surface_downwelling_diffuse_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name qwv_surf of variable water_vapor_mixing_ratio_at_surface from new to old metadata -INFO: Converting local name fm10_ocean of variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_ocean from new to old metadata -INFO: Converting local name QC_BL of variable subgrid_cloud_mixing_ratio_pbl from new to old metadata -INFO: Converting local name adjsfculw_ice of variable surface_upwelling_longwave_flux_over_ice_interstitial from new to old metadata -INFO: Converting local name tsfci_cpl of variable instantaneous_surface_skin_temperature_for_coupling from new to old metadata -INFO: Converting local name pertz0 of variable magnitude_of_perturbation_of_momentum_roughness_length from new to old metadata -INFO: Converting local name eahxy of variable canopy_air_vapor_pressure from new to old metadata -INFO: Converting local name cnv_dqldt of variable tendency_of_cloud_water_due_to_convective_microphysics from new to old metadata -INFO: Converting local name gq0 of variable tracer_concentration_updated_by_physics from new to old metadata -INFO: Converting local name iopt_dveg of variable flag_for_dynamic_vegetation_option from new to old metadata -INFO: Converting local name gv0(:,1) of variable y_wind_at_lowest_model_layer_updated_by_physics from new to old metadata -INFO: Converting local name first_time_step of variable flag_for_first_time_step from new to old metadata -INFO: Converting local name dtaux2d_ss of variable x_momentum_tendency_from_small_scale_gwd from new to old metadata -INFO: Converting local name wetdpl of variable instantaneous_large_scale_wet_deposition from new to old metadata -INFO: Converting local name cndm_surf of variable surface_condensation_mass from new to old metadata -INFO: Converting local name cmm_land of variable surface_drag_wind_speed_for_momentum_in_air_over_land from new to old metadata -INFO: Converting local name fh2 of variable Monin_Obukhov_similarity_function_for_heat_at_2m from new to old metadata -INFO: Converting local name gw_dudt of variable tendency_of_x_wind_due_to_ugwp from new to old metadata -INFO: Converting local name shinhong of variable flag_for_scale_aware_Shinhong_PBL from new to old metadata -INFO: Converting local name maxMF of variable maximum_mass_flux from new to old metadata -INFO: Converting local name gu0 of variable x_wind_updated_by_physics from new to old metadata -INFO: Converting local name ncstrac of variable number_of_tracers_for_CS from new to old metadata -INFO: Converting local name do_qa of variable flag_for_inline_cloud_fraction_calculation from new to old metadata -INFO: Converting local name pgr of variable surface_air_pressure from new to old metadata -INFO: Converting local name del of variable air_pressure_difference_between_midlayers from new to old metadata -INFO: Converting local name nqrimef of variable index_for_mass_weighted_rime_factor from new to old metadata -INFO: Converting local name du3dt(:,:,1) of variable cumulative_change_in_x_wind_due_to_PBL from new to old metadata -INFO: Converting local name raincs of variable lwe_thickness_of_shallow_convective_precipitation_amount from new to old metadata -INFO: Converting local name xlaixy of variable leaf_area_index from new to old metadata -INFO: Converting local name iopt_alb of variable flag_for_ground_snow_surface_albedo_option from new to old metadata -INFO: Converting local name moninq_fac of variable atmosphere_diffusivity_coefficient_factor from new to old metadata -INFO: Converting local name work3 of variable ratio_of_exner_function_between_midlayer_and_interface_at_lowest_model_layer from new to old metadata -INFO: Converting local name adjnirbmd of variable surface_downwelling_direct_near_infrared_shortwave_flux from new to old metadata -INFO: Converting local name imp_physics_zhao_carr_pdf of variable flag_for_zhao_carr_pdf_microphysics_scheme from new to old metadata -INFO: Converting local name dv3dt(:,:,3) of variable cumulative_change_in_y_wind_due_to_deep_convection from new to old metadata -INFO: Converting local name evcwa of variable cumulative_canopy_upward_latent_heat_flu_multiplied_by_timestep from new to old metadata -INFO: Converting local name lsm_noah of variable flag_for_noah_land_surface_scheme from new to old metadata -INFO: Converting local name ntk of variable index_for_turbulent_kinetic_energy_convective_transport_tracer from new to old metadata -INFO: Converting local name qsnw of variable local_snow_water_mixing_ratio from new to old metadata -INFO: Converting local name edmf_thl of variable emdf_updraft_theta_l from new to old metadata -INFO: Converting local name crtrh(2) of variable critical_relative_humidity_at_PBL_top from new to old metadata -INFO: Converting local name xv of variable diurnal_thermocline_layer_y_current from new to old metadata -INFO: Converting local name rlapse of variable air_temperature_lapse_rate_constant from new to old metadata -INFO: Converting local name clw(:,:,1) of variable ice_water_mixing_ratio_convective_transport_tracer from new to old metadata -INFO: Converting local name levozp of variable vertical_dimension_of_ozone_forcing_data from new to old metadata -INFO: Converting local name spfhmax of variable maximum_specific_humidity_at_2m from new to old metadata -INFO: Converting local name runoff of variable surface_runoff_flux from new to old metadata -INFO: Converting local name do_sb_physics of variable mg_flag_for_sb2001_autoconversion from new to old metadata -INFO: Converting local name phy_myj_a1q of variable weight_for_specific_humidity_at_viscous_sublayer_top from new to old metadata -INFO: Converting local name cactiv of variable conv_activity_counter from new to old metadata -INFO: Converting local name clw(:,:,index_for_turbulent_kinetic_energy_convective_transport_tracer) of variable turbulent_kinetic_energy_convective_transport_tracer from new to old metadata -INFO: Converting local name oz_phys_2015 of variable flag_for_2015_ozone_physics from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_snow_number_concentration) of variable snow_number_concentration from new to old metadata -INFO: Converting local name ntsnc of variable index_for_snow_number_concentration from new to old metadata -INFO: Converting local name dlwsfci_cpl of variable instantaneous_surface_downwelling_longwave_flux_for_coupling from new to old metadata -INFO: Converting local name errflg of variable ccpp_error_flag from new to old metadata -INFO: Converting local name kbot of variable vertical_index_at_cloud_base from new to old metadata -INFO: Converting local name clw_surf of variable cloud_condensed_water_mixing_ratio_at_surface from new to old metadata -INFO: Converting local name skebu_wts of variable weights_for_stochastic_skeb_perturbation_of_x_wind from new to old metadata -INFO: Converting local name snowprv of variable lwe_thickness_of_snow_amount_from_previous_timestep from new to old metadata -INFO: Converting local name spec_adv of variable flag_for_individual_cloud_species_advected from new to old metadata -INFO: Converting local name rainmp of variable lwe_thickness_of_explicit_rain_amount from new to old metadata -INFO: Converting local name jdat of variable forecast_date_and_time from new to old metadata -INFO: Converting local name ntrcaer of variable number_of_aerosol_tracers_MG from new to old metadata -INFO: Converting local name gflux of variable cumulative_surface_ground_heat_flux_multiplied_by_timestep from new to old metadata -INFO: Converting local name q1 of variable water_vapor_specific_humidity_at_lowest_model_layer_for_diag from new to old metadata -INFO: Converting local name gq0(:,1,index_for_water_vapor) of variable water_vapor_specific_humidity_at_lowest_model_layer_updated_by_physics from new to old metadata -INFO: Converting local name nday of variable daytime_points_dimension from new to old metadata -INFO: Converting local name cs_parm(9) of variable entrainment_efficiency_tunable_parameter_9_CS from new to old metadata -INFO: Converting local name flx_form of variable flag_flux_form_CS from new to old metadata -INFO: Converting local name dtsfc_cpl of variable cumulative_surface_upward_sensible_heat_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name nstf_name(1) of variable flag_for_nsstm_run from new to old metadata -INFO: Converting local name ca_sgs of variable flag_for_sgs_cellular_automata from new to old metadata -INFO: Converting local name mg_qcmin(1) of variable mg_minimum_cloud_condensed_water_mixing_ratio from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio from new to old metadata -INFO: Converting local name rilist of variable gas_constants_for_multi_gases_physics from new to old metadata -INFO: Converting local name dtauy2d_ls of variable y_momentum_tendency_from_large_scale_gwd from new to old metadata -INFO: Converting local name oz_coeff of variable number_of_coefficients_in_ozone_forcing_data from new to old metadata -INFO: Converting local name edmf_qt of variable emdf_updraft_total_water from new to old metadata -INFO: Converting local name stmassxy of variable stem_mass from new to old metadata -INFO: Converting local name dgraupelprv of variable graupel_precipitation_rate_from_previous_timestep from new to old metadata -INFO: Converting local name gq0(:,:,index_for_mass_weighted_rime_factor) of variable mass_weighted_rime_factor_updated_by_physics from new to old metadata -INFO: Converting local name alnwf of variable mean_nir_albedo_with_weak_cosz_dependency from new to old metadata -INFO: Converting local name smoiseq of variable equilibrium_soil_water_content from new to old metadata -INFO: Converting local name psautco of variable coefficient_from_cloud_ice_to_snow from new to old metadata -INFO: Converting local name fhlwr of variable frequency_for_longwave_radiation from new to old metadata -INFO: Converting local name xtts of variable sensitivity_of_dtl_heat_content_to_surface_temperature from new to old metadata -INFO: Converting local name tracers_start_index of variable start_index_of_other_tracers from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_ice_cloud_condensate) of variable tendency_of_ice_cloud_water_mixing_ratio_due_to_model_physics from new to old metadata -INFO: Converting local name jsd of variable starting_y_direction_index_domain from new to old metadata -INFO: Converting local name semis_land of variable surface_longwave_emissivity_over_land_interstitial from new to old metadata -INFO: Converting local name tdomr of variable dominant_rain_type from new to old metadata -INFO: Converting local name conv_act of variable gf_memory_counter from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_ice_cloud_number_concentration) of variable ice_number_concentration from new to old metadata -INFO: Converting local name ugrs(:,1) of variable x_wind_at_lowest_model_layer from new to old metadata -INFO: Converting local name qicn of variable mass_fraction_of_convective_cloud_ice from new to old metadata -INFO: Converting local name fh2_ice of variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_ice from new to old metadata -INFO: Converting local name tsq of variable t_prime_squared from new to old metadata -INFO: Converting local name tdomip of variable dominant_sleet_type from new to old metadata -INFO: Converting local name lslwr of variable flag_to_calc_lw from new to old metadata -INFO: Converting local name GFS_cldprop_type of variable GFS_cldprop_type from new to old metadata -INFO: Converting local name imp_physics of variable flag_for_microphysics_scheme from new to old metadata -INFO: Converting local name sfcalb(:,1) of variable surface_albedo_due_to_near_IR_direct from new to old metadata -INFO: Converting local name mg_do_graupel of variable mg_flag_for_graupel from new to old metadata -INFO: Converting local name soilm of variable soil_moisture_content from new to old metadata -INFO: Converting local name exch_m of variable atmosphere_momentum_diffusivity_for_mynnpbl from new to old metadata -INFO: Converting local name wetdpc of variable instantaneous_convective_scale_wet_deposition from new to old metadata -INFO: Converting local name el_pbl of variable mixing_length from new to old metadata -INFO: Converting local name ncnvc of variable index_for_convective_cloud_cover_in_phy_f3d from new to old metadata -INFO: Converting local name fn_nml of variable namelist_filename from new to old metadata -INFO: Converting local name weasd_ocean of variable water_equivalent_accumulated_snow_depth_over_ocean from new to old metadata -INFO: Converting local name evfact_deep of variable rain_evaporation_coefficient_deep_convection from new to old metadata -INFO: Converting local name dqsfc of variable cumulative_surface_upward_latent_heat_flux_for_diag_multiplied_by_timestep from new to old metadata -INFO: Converting local name totgrpb of variable accumulated_lwe_thickness_of_graupel_amount_in_bucket from new to old metadata -INFO: Converting local name trans_aero of variable flag_for_aerosol_convective_transport_and_PBL_diffusion from new to old metadata -INFO: Converting local name dusfc_bl of variable integrated_x_momentum_flux_from_blocking_drag from new to old metadata -INFO: Converting local name gw_kdis of variable eddy_mixing_due_to_ugwp from new to old metadata -INFO: Converting local name mg_qcmin of variable mg_minimum_cloud_condensed_water_and_ice_mixing_ratio from new to old metadata -INFO: Converting local name dq3dt(:,:,3) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_shal_convection from new to old metadata -INFO: Converting local name qi of variable cloud_ice_specific_humidity_at_Lagrangian_surface from new to old metadata -INFO: Converting local name imfshalcnv_gf of variable flag_for_ntiedtke_shallow_convection_scheme from new to old metadata -INFO: Converting local name zorl_ocean of variable surface_roughness_length_over_ocean_interstitial from new to old metadata -INFO: Converting local name tsfc_ice of variable surface_skin_temperature_over_ice_interstitial from new to old metadata -INFO: Converting local name input_nml_file_length of variable number_of_lines_of_namelist_filename_for_internal_file_reads from new to old metadata -INFO: Converting local name flhc of variable surface_exchange_coefficient_for_heat from new to old metadata -INFO: Converting local name qke of variable tke_at_mass_points from new to old metadata -INFO: Converting local name snowd of variable surface_snow_thickness_water_equivalent from new to old metadata -INFO: Converting local name ncpr of variable local_rain_number_concentration from new to old metadata -INFO: Converting local name ldiag3d of variable flag_diagnostics_3D from new to old metadata -INFO: Converting local name ffhh_ocean of variable Monin_Obukhov_similarity_function_for_heat_over_ocean from new to old metadata -INFO: Converting local name nsamftrac of variable number_of_tracers_for_samf from new to old metadata -INFO: Converting local name con_hvap of variable latent_heat_of_vaporization_of_water_at_0C from new to old metadata -INFO: Converting local name dtaux2d_fd of variable x_momentum_tendency_from_form_drag from new to old metadata -INFO: Converting local name levh2o of variable vertical_dimension_of_h2o_forcing_data from new to old metadata -INFO: Converting local name ras of variable flag_for_ras_deep_convection from new to old metadata -INFO: Converting local name ialb of variable flag_for_using_climatology_albedo from new to old metadata -INFO: Converting local name raincd of variable lwe_thickness_of_deep_convective_precipitation_amount from new to old metadata -INFO: Converting local name alb1d of variable surface_albedo_perturbation from new to old metadata -INFO: Converting local name nwat of variable number_of_water_species from new to old metadata -INFO: Converting local name dwn_mf of variable cumulative_atmosphere_downdraft_convective_mass_flux from new to old metadata -INFO: Converting local name save_t of variable air_temperature_save from new to old metadata -INFO: Converting local name fice of variable sea_ice_concentration from new to old metadata -INFO: Converting local name dvisdf_cpl of variable cumulative_surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name cvb of variable pressure_at_bottom_of_convective_cloud from new to old metadata -INFO: Converting local name save_q(:,:,index_for_ice_cloud_condensate) of variable ice_water_mixing_ratio_save from new to old metadata -INFO: Converting local name gq0(:,:,index_for_snow_water) of variable snow_water_mixing_ratio_updated_by_physics from new to old metadata -INFO: Converting local name qrain of variable sensible_heat_flux_due_to_rainfall from new to old metadata -INFO: Converting local name stress_ocean of variable surface_wind_stress_over_ocean from new to old metadata -INFO: Converting local name adjsfculw_land of variable surface_upwelling_longwave_flux_over_land_interstitial from new to old metadata -INFO: Converting local name ndust of variable number_of_dust_bins_for_diagnostics from new to old metadata -INFO: Converting local name GFS_radtend_type of variable GFS_radtend_type from new to old metadata -INFO: Converting local name ngas of variable number_of_gases_for_multi_gases_physics from new to old metadata -INFO: Converting local name diceprv of variable ice_precipitation_rate_from_previous_timestep from new to old metadata -INFO: Converting local name con_ttp of variable triple_point_temperature_of_water from new to old metadata -INFO: Converting local name rechxy of variable water_table_recharge_when_shallow from new to old metadata -INFO: Converting local name ffhh of variable Monin_Obukhov_similarity_function_for_heat from new to old metadata -INFO: Converting local name edmf_w of variable emdf_updraft_vertical_velocity from new to old metadata -INFO: Converting local name sed_supersat of variable mg_allow_supersat_after_sed from new to old metadata -INFO: Converting local name sr of variable ratio_of_snowfall_to_rainfall from new to old metadata -INFO: Converting local name stc of variable soil_temperature from new to old metadata -INFO: Converting local name idate of variable date_and_time_at_model_initialization_reordered from new to old metadata -INFO: Converting local name nctp of variable number_of_cloud_types_CS from new to old metadata -INFO: Converting local name levrp1 of variable number_of_vertical_layers_for_radiation_calculations_plus_one from new to old metadata -INFO: Converting local name v10mmax of variable maximum_y_wind_at_10m from new to old metadata -INFO: Converting local name clouds(:,:,8) of variable cloud_snow_water_path from new to old metadata -INFO: Converting local name dusfc of variable cumulative_surface_x_momentum_flux_for_diag_multiplied_by_timestep from new to old metadata -INFO: Converting local name sfcalb(:,3) of variable surface_albedo_due_to_UV_and_VIS_direct from new to old metadata -INFO: Converting local name zmtnblck of variable level_of_dividing_streamline from new to old metadata -INFO: Converting local name xcosz of variable instantaneous_cosine_of_zenith_angle from new to old metadata -INFO: Converting local name CCPP_interstitial_type of variable CCPP_interstitial_type from new to old metadata -INFO: Converting local name theta of variable angle_from_east_of_maximum_subgrid_orographic_variations from new to old metadata -INFO: Converting local name nbdsw of variable number_of_aerosol_bands_for_shortwave_radiation from new to old metadata -INFO: Converting local name dqsfc1 of variable instantaneous_surface_upward_latent_heat_flux from new to old metadata -INFO: Converting local name htrsw of variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_timestep from new to old metadata -INFO: Converting local name gq0(:,:,index_for_graupel_number_concentration) of variable graupel_number_concentration_updated_by_physics from new to old metadata -INFO: Converting local name ntgnc of variable index_for_graupel_number_concentration from new to old metadata -INFO: Converting local name semis of variable surface_longwave_emissivity from new to old metadata -INFO: Converting local name ca_smooth of variable flag_for_gaussian_spatial_filter from new to old metadata -INFO: Converting local name zhour of variable time_since_diagnostics_zeroed from new to old metadata -INFO: Converting local name uswsfci of variable surface_upwelling_shortwave_flux from new to old metadata -INFO: Converting local name dq3dt(:,:,6) of variable cumulative_change_in_ozone_concentration_due_to_production_and_loss_rate from new to old metadata -INFO: Converting local name con_t0c of variable temperature_at_zero_celsius from new to old metadata -INFO: Converting local name dvsfcin_cpl of variable surface_y_momentum_flux_for_coupling from new to old metadata -INFO: Converting local name runoff of variable total_runoff from new to old metadata -INFO: Converting local name upd_mf of variable cumulative_atmosphere_updraft_convective_mass_flux from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_for_cloud_fraction_in_3d_arrays_for_microphysics) of variable cloud_fraction_for_MG from new to old metadata -INFO: Converting local name indcld of variable index_for_cloud_fraction_in_3d_arrays_for_microphysics from new to old metadata -INFO: Converting local name vegtype of variable vegetation_type_classification from new to old metadata -INFO: Converting local name ied of variable ending_x_direction_index_domain from new to old metadata -INFO: Converting local name transa of variable cumulative_transpiration_flux_multiplied_by_timestep from new to old metadata -INFO: Converting local name dt3dt(:,:,2) of variable cumulative_change_in_temperature_due_to_shortwave_radiation from new to old metadata -INFO: Converting local name dvsfc_ls of variable integrated_y_momentum_flux_from_large_scale_gwd from new to old metadata -INFO: Converting local name snowd_ocean of variable surface_snow_thickness_water_equivalent_over_ocean from new to old metadata -INFO: Converting local name clouds(:,:,2) of variable cloud_liquid_water_path from new to old metadata -INFO: Converting local name visbmui of variable surface_upwelling_direct_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name plvl of variable air_pressure_at_interface_for_radiation_in_hPa from new to old metadata -INFO: Converting local name uustar_land of variable surface_friction_velocity_over_land from new to old metadata -INFO: Converting local name phy_myj_akms of variable momentum_exchange_coefficient_for_MYJ_schemes from new to old metadata -INFO: Converting local name cnv_fice of variable ice_fraction_in_convective_tower from new to old metadata -INFO: Converting local name nbdlw of variable number_of_aerosol_bands_for_longwave_radiation from new to old metadata -INFO: Converting local name dudt_mtb of variable instantaneous_change_in_x_wind_due_to_mountain_blocking_drag from new to old metadata -INFO: Converting local name rb_ocean of variable bulk_richardson_number_at_lowest_model_level_over_ocean from new to old metadata -INFO: Converting local name ccnorm of variable flag_for_cloud_condensate_normalized_by_cloud_cover from new to old metadata -INFO: Converting local name dqdt of variable tendency_of_tracers_due_to_model_physics from new to old metadata -INFO: Converting local name u10m of variable x_wind_at_10m from new to old metadata -INFO: Converting local name tmpmin of variable minimum_temperature_at_2m from new to old metadata -INFO: Converting local name save_u of variable x_wind_save from new to old metadata -INFO: Converting local name tsnow of variable snow_temperature_bottom_first_layer from new to old metadata -INFO: Converting local name kind_INTEGER of variable kind_INTEGER from new to old metadata -INFO: Converting local name nswsfc_cpl of variable cumulative_surface_net_downward_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name vgrs(:,1) of variable y_wind_at_lowest_model_layer from new to old metadata -INFO: Converting local name bl_mynn_edmf_tke of variable edmf_tke_transport_flag from new to old metadata -INFO: Converting local name tile_num of variable number_of_tile from new to old metadata -INFO: Converting local name con_pi of variable pi from new to old metadata -INFO: Converting local name abem of variable instantaneous_anthopogenic_and_biomass_burning_emissions from new to old metadata -INFO: Converting local name latidxprnt of variable latitude_index_in_debug_printouts from new to old metadata -INFO: Converting local name tcrf of variable cloud_phase_transition_denominator from new to old metadata -INFO: Converting local name cpilist of variable specific_heat_capacities_for_multi_gases_physics from new to old metadata -INFO: Converting local name tprcp_ocean of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_ocean from new to old metadata -INFO: Converting local name vgrs of variable y_wind from new to old metadata -INFO: Converting local name me of variable mpi_rank from new to old metadata -INFO: Converting local name nseffr of variable index_for_snow_effective_radius from new to old metadata -INFO: Converting local name crtrh(1) of variable critical_relative_humidity_at_surface from new to old metadata -INFO: Converting local name nrcm of variable array_dimension_of_random_number from new to old metadata -INFO: Converting local name phy_f2d(:,2) of variable surface_air_pressure_at_previous_time_step from new to old metadata -INFO: Converting local name totice of variable accumulated_lwe_thickness_of_ice_amount from new to old metadata -INFO: Converting local name vdftra of variable vertically_diffused_tracer_concentration from new to old metadata -INFO: Converting local name clam_shal of variable entrainment_rate_coefficient_shallow_convection from new to old metadata -INFO: Converting local name ulwsfc of variable cumulative_surface_upwelling_longwave_flux_multiplied_by_timestep from new to old metadata -INFO: Converting local name cldf of variable cloud_area_fraction from new to old metadata -INFO: Converting local name prslk of variable dimensionless_exner_function_at_model_layers from new to old metadata -INFO: Converting local name imp_physics_wsm6 of variable flag_for_wsm6_microphysics_scheme from new to old metadata -INFO: Converting local name blksz(ccpp_block_number) of variable horizontal_loop_extent from new to old metadata -INFO: Converting local name dtp of variable time_step_for_physics from new to old metadata -INFO: Converting local name nnirdf_cpl of variable cumulative_surface_net_downward_diffuse_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name tsurf_ice of variable surface_skin_temperature_after_iteration_over_ice from new to old metadata -INFO: Converting local name snowfallac of variable total_accumulated_snowfall from new to old metadata -INFO: Converting local name solhr of variable forecast_hour_of_the_day from new to old metadata -INFO: Converting local name use_zmtnblck of variable flag_for_mountain_blocking from new to old metadata -INFO: Converting local name sfcflw_type of variable sfcflw_type from new to old metadata -INFO: Converting local name rhofr of variable density_of_frozen_precipitation from new to old metadata -INFO: Converting local name dxmax of variable maximum_scaling_factor_for_critical_relative_humidity from new to old metadata -INFO: Converting local name rainc_cpl of variable lwe_thickness_of_convective_precipitation_amount_for_coupling from new to old metadata -INFO: Converting local name prautco of variable coefficient_from_cloud_water_to_rain from new to old metadata -INFO: Converting local name cumabs of variable maximum_column_heating_rate from new to old metadata -INFO: Converting local name Statein of variable GFS_statein_type_instance from new to old metadata -INFO: Converting local name ntasks of variable mpi_size from new to old metadata -INFO: Converting local name qsq of variable q_prime_squared from new to old metadata -INFO: Converting local name bl_mynn_mixqt of variable mix_total_water_flag from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_turbulent_kinetic_energy) of variable tendency_of_turbulent_kinetic_energy_due_to_model_physics from new to old metadata -INFO: Converting local name ntke of variable index_for_turbulent_kinetic_energy from new to old metadata -INFO: Converting local name kmp of variable top_layer_index_for_fast_physics from new to old metadata -INFO: Converting local name ffhh_ice of variable Monin_Obukhov_similarity_function_for_heat_over_ice from new to old metadata -INFO: Converting local name dq3dt(:,:,1) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_PBL from new to old metadata -INFO: Converting local name con_hfus of variable latent_heat_of_fusion_of_water_at_0C from new to old metadata -INFO: Converting local name isubc_lw of variable flag_for_lw_clouds_without_sub_grid_approximation from new to old metadata -INFO: Converting local name du3dt(:,:,3) of variable cumulative_change_in_x_wind_due_to_deep_convection from new to old metadata -INFO: Converting local name clx of variable fraction_of_grid_box_with_subgrid_orography_higher_than_critical_height from new to old metadata -INFO: Converting local name shoc_parm(4) of variable shoc_implicit_TKE_integration_uncentering_term from new to old metadata -INFO: Converting local name gasvmr(:,:,7) of variable volume_mixing_ratio_cfc12 from new to old metadata -INFO: Converting local name cappa of variable cappa_moist_gas_constant_at_Lagrangian_surface from new to old metadata -INFO: Converting local name cf_upi of variable convective_cloud_fraction_for_microphysics from new to old metadata -INFO: Converting local name cdata of variable ccpp_t_instance from new to old metadata -INFO: Converting local name phy_myj_akhs of variable heat_exchange_coefficient_for_MYJ_schemes from new to old metadata -INFO: Converting local name sedim of variable instantaneous_sedimentation from new to old metadata -INFO: Converting local name graupelmp of variable lwe_thickness_of_graupel_amount from new to old metadata -INFO: Converting local name skebu_wts of variable weights_for_stochastic_skeb_perturbation_of_x_wind_flipped from new to old metadata -INFO: Converting local name GFS_control_type of variable GFS_control_type from new to old metadata -INFO: Converting local name yearlen of variable number_of_days_in_year from new to old metadata -INFO: Converting local name save_q(:,:,index_for_water_vapor) of variable water_vapor_specific_humidity_save from new to old metadata -INFO: Converting local name smois of variable volume_fraction_of_soil_moisture_for_land_surface_model from new to old metadata -INFO: Converting local name gq0(:,:,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio_updated_by_physics from new to old metadata -INFO: Converting local name pwat of variable column_precipitable_water from new to old metadata -INFO: Converting local name cld1d of variable cloud_work_function from new to old metadata -INFO: Converting local name qvi of variable gas_tracers_for_multi_gas_physics_at_Lagrangian_surface from new to old metadata -INFO: Converting local name gabsbdlw of variable surface_downwelling_longwave_flux_absorbed_by_ground from new to old metadata -INFO: Converting local name tau_ngw of variable time_integral_of_momentum_flux_due_to_nonstationary_gravity_wave from new to old metadata -INFO: Converting local name xlat_d of variable latitude_degree from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_for_ice_effective_radius) of variable effective_radius_of_stratiform_cloud_ice_particle_in_um from new to old metadata -INFO: Converting local name nieffr of variable index_for_ice_effective_radius from new to old metadata -INFO: Converting local name do_ca of variable flag_for_cellular_automata from new to old metadata -INFO: Converting local name wtxy of variable water_storage_in_aquifer_and_saturated_soil from new to old metadata -INFO: Converting local name srunoff of variable surface_runoff from new to old metadata -INFO: Converting local name ntrnc of variable index_for_rain_number_concentration from new to old metadata -INFO: Converting local name ustm of variable surface_friction_velocity_drag from new to old metadata -INFO: Converting local name cnvprcp of variable cumulative_lwe_thickness_of_convective_precipitation_amount from new to old metadata -INFO: Converting local name imfdeepcnv_samf of variable flag_for_samf_deep_convection_scheme from new to old metadata -INFO: Converting local name si of variable vertical_sigma_coordinate_for_radiation_initialization from new to old metadata -INFO: Converting local name gwdcu of variable tendency_of_x_wind_due_to_convective_gravity_wave_drag from new to old metadata -INFO: Converting local name elvmax of variable maximum_subgrid_orography from new to old metadata -INFO: Converting local name slimskin_cpl of variable sea_land_ice_mask_in from new to old metadata -INFO: Converting local name dtsfc_cice of variable surface_upward_sensible_heat_flux_for_coupling_interstitial from new to old metadata -INFO: Converting local name do_mynnedmf of variable do_mynnedmf from new to old metadata -INFO: Converting local name zorll of variable surface_roughness_length_over_land from new to old metadata -INFO: Converting local name nswsfci_cpl of variable instantaneous_surface_net_downward_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name do_cldice of variable mg_flag_for_cloud_ice_processes from new to old metadata -INFO: Converting local name alboldxy of variable snow_albedo_at_previous_time_step from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_graupel) of variable graupel_mixing_ratio from new to old metadata -INFO: Converting local name rhcmax of variable maximum_critical_relative_humidity from new to old metadata -INFO: Converting local name Stateout of variable GFS_stateout_type_instance from new to old metadata -INFO: Converting local name nirbmdi of variable surface_downwelling_direct_near_infrared_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name gfluxi of variable instantaneous_surface_ground_heat_flux from new to old metadata -INFO: Converting local name drainncprv of variable explicit_rainfall_rate_from_previous_timestep from new to old metadata -INFO: Converting local name gflx of variable upward_heat_flux_in_soil from new to old metadata -INFO: Converting local name hflx_ocean of variable kinematic_surface_upward_sensible_heat_flux_over_ocean from new to old metadata -INFO: Converting local name nvdiff of variable number_of_vertical_diffusion_tracers from new to old metadata -INFO: Converting local name dspheat of variable flag_TKE_dissipation_heating from new to old metadata -INFO: Converting local name fhswr of variable frequency_for_shortwave_radiation from new to old metadata -INFO: Converting local name nthreads of variable omp_threads from new to old metadata -INFO: Converting local name islmsk of variable sea_land_ice_mask from new to old metadata -INFO: Converting local name ntchmdiag of variable number_of_chemical_tracers_for_diagnostics from new to old metadata -INFO: Converting local name nstf_name(5) of variable vertical_temperature_average_range_upper_bound from new to old metadata -INFO: Converting local name forceq of variable moisture_tendency_due_to_dynamics from new to old metadata -INFO: Converting local name nseasalt of variable number_of_seasalt_bins_for_diagnostics from new to old metadata -INFO: Converting local name gasvmr(:,:,2) of variable volume_mixing_ratio_n2o from new to old metadata -INFO: Converting local name ctei_rml of variable grid_sensitive_critical_cloud_top_entrainment_instability_criteria from new to old metadata -INFO: Converting local name sfc_wts of variable weights_for_stochastic_surface_physics_perturbation from new to old metadata -INFO: Converting local name oc of variable convexity_of_subgrid_orography from new to old metadata -INFO: Converting local name ep1d of variable surface_upward_potential_latent_heat_flux from new to old metadata -INFO: Converting local name u10mmax of variable maximum_x_wind_at_10m from new to old metadata -INFO: Converting local name nca of variable number_of_independent_cellular_automata from new to old metadata -INFO: Converting local name rtmassxy of variable fine_root_mass from new to old metadata -INFO: Converting local name ffmm_ocean of variable Monin_Obukhov_similarity_function_for_momentum_over_ocean from new to old metadata -INFO: Converting local name pertlai of variable magnitude_of_perturbation_of_leaf_area_index from new to old metadata -INFO: Converting local name mg_ncnst of variable mg_drop_concentration_constant from new to old metadata -INFO: Converting local name pgcon_shal of variable momentum_transport_reduction_factor_pgf_shallow_convection from new to old metadata -INFO: Converting local name edmf_qc of variable emdf_updraft_cloud_water from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_graupel) of variable tendency_of_graupel_mixing_ratio_due_to_model_physics from new to old metadata -INFO: Converting local name acvt of variable largest_cloud_top_vertical_index_encountered_thus_far from new to old metadata -INFO: Converting local name cmm of variable surface_drag_wind_speed_for_momentum_in_air from new to old metadata -INFO: Converting local name dt_cool of variable sub_layer_cooling_amount from new to old metadata -INFO: Converting local name qc_r of variable cloud_liquid_water_mixing_ratio from new to old metadata -INFO: Converting local name ral_ts of variable time_scale_for_rayleigh_damping from new to old metadata -INFO: Converting local name GFS_diag_type of variable GFS_diag_type from new to old metadata -INFO: Converting local name dnirdfi_cpl of variable instantaneous_surface_downwelling_diffuse_near_infrared_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name chh_ice of variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_ice from new to old metadata -INFO: Converting local name flipv of variable flag_flip from new to old metadata -INFO: Converting local name ldiag_ugwp of variable diag_ugwp_flag from new to old metadata -INFO: Converting local name ctei_r of variable cloud_top_entrainment_instability_value from new to old metadata -INFO: Converting local name ccn_nm of variable ccn_number_concentration from new to old metadata -INFO: Converting local name edmf_ent of variable emdf_updraft_entrainment_rate from new to old metadata -INFO: Converting local name htswc of variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step from new to old metadata -INFO: Converting local name phy_myj_thz0 of variable potential_temperature_at_viscous_sublayer_top from new to old metadata -INFO: Converting local name bl_mynn_edmf of variable edmf_flag from new to old metadata -INFO: Converting local name con_rd of variable gas_constant_dry_air from new to old metadata -INFO: Converting local name qss_land of variable surface_specific_humidity_over_land from new to old metadata -INFO: Converting local name zt1d of variable perturbation_of_heat_to_momentum_roughness_length_ratio from new to old metadata -INFO: Converting local name imp_physics_zhao_carr of variable flag_for_zhao_carr_microphysics_scheme from new to old metadata -INFO: Converting local name delz of variable thickness_at_Lagrangian_surface from new to old metadata -INFO: Converting local name dtsfci of variable instantaneous_surface_upward_sensible_heat_flux_for_diag from new to old metadata -INFO: Converting local name dvsfc_fd of variable integrated_y_momentum_flux_from_form_drag from new to old metadata -INFO: Converting local name totprcpb of variable accumulated_lwe_thickness_of_precipitation_amount_in_bucket from new to old metadata -INFO: Converting local name tcr of variable cloud_phase_transition_threshold_temperature from new to old metadata -INFO: Converting local name clstp of variable convective_cloud_switch from new to old metadata -INFO: Converting local name isatmedmf_vdifq of variable choice_of_updated_scale_aware_TKE_moist_EDMF_PBL from new to old metadata -INFO: Converting local name coszen of variable cosine_of_zenith_angle from new to old metadata -INFO: Converting local name nifa2d of variable tendency_of_ice_friendly_aerosols_at_surface from new to old metadata -INFO: Converting local name icy of variable flag_nonzero_sea_ice_surface_fraction from new to old metadata -INFO: Converting local name dudt of variable tendency_of_x_wind_due_to_model_physics from new to old metadata -INFO: Converting local name bl_dnfr of variable downdraft_fraction_in_boundary_layer_mass_flux_scheme from new to old metadata -INFO: Converting local name snohf of variable snow_freezing_rain_upward_latent_heat_flux from new to old metadata -INFO: Converting local name bexp1d of variable perturbation_of_soil_type_b_parameter from new to old metadata -INFO: Converting local name faersw of variable aerosol_optical_properties_for_shortwave_bands_01_16 from new to old metadata -INFO: Converting local name dtdt of variable tendency_of_air_temperature_due_to_model_physics from new to old metadata -INFO: Converting local name nvisdf_cpl of variable cumulative_surface_net_downward_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name dqsfcin_cpl of variable surface_upward_latent_heat_flux_for_coupling from new to old metadata -INFO: Converting local name con_p0 of variable standard_atmospheric_pressure from new to old metadata -INFO: Converting local name con_epsq of variable minimum_value_of_specific_humidity from new to old metadata -INFO: Converting local name dusfci_cpl of variable instantaneous_surface_x_momentum_flux_for_coupling from new to old metadata -INFO: Converting local name ep1d_ice of variable surface_upward_potential_latent_heat_flux_over_ice from new to old metadata -INFO: Converting local name fhour of variable forecast_time from new to old metadata -INFO: Converting local name refl_10cm of variable radar_reflectivity_10cm from new to old metadata -INFO: Converting local name shum_wts of variable weights_for_stochastic_shum_perturbation_flipped from new to old metadata -INFO: Converting local name dspfac of variable tke_dissipative_heating_factor from new to old metadata -INFO: Converting local name nnirbmi_cpl of variable instantaneous_surface_net_downward_direct_near_infrared_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name c1_deep of variable detrainment_conversion_parameter_deep_convection from new to old metadata -INFO: Converting local name dt3dt(:,:,4) of variable cumulative_change_in_temperature_due_to_deep_convection from new to old metadata -INFO: Converting local name dv3dt(:,:,4) of variable cumulative_change_in_y_wind_due_to_convective_gravity_wave_drag from new to old metadata -INFO: Converting local name phy_myj_a1u of variable weight_for_momentum_at_viscous_sublayer_top from new to old metadata -INFO: Converting local name iopt_stc of variable flag_for_soil_and_snow_temperature_time_stepping_option from new to old metadata -INFO: Converting local name adjvisbmd of variable surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux from new to old metadata -INFO: Converting local name icloud_bl of variable couple_sgs_clouds_to_radiation_flag from new to old metadata -INFO: Converting local name rb of variable bulk_richardson_number_at_lowest_model_level from new to old metadata -INFO: Converting local name faerlw(:,:,:,2) of variable aerosol_single_scattering_albedo_for_longwave_bands_01_16 from new to old metadata -INFO: Converting local name phy_myj_elflx of variable kinematic_surface_latent_heat_flux from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_for_snow_effective_radius) of variable effective_radius_of_stratiform_cloud_snow_particle_in_um from new to old metadata -INFO: Converting local name iopt_tbot of variable flag_for_lower_boundary_soil_temperature_option from new to old metadata -INFO: Converting local name pdfflag of variable flag_for_pdf_for_morrison_gettelman_microphysics_scheme from new to old metadata -INFO: Converting local name do_aw of variable flag_for_Arakawa_Wu_adjustment from new to old metadata -INFO: Converting local name do_tofd of variable turb_oro_form_drag_flag from new to old metadata -INFO: Converting local name dqdti of variable instantaneous_water_vapor_specific_humidity_tendency_due_to_convection from new to old metadata -INFO: Converting local name qi_r of variable cloud_ice_mixing_ratio from new to old metadata -INFO: Converting local name flag_iter of variable flag_for_iteration from new to old metadata -INFO: Converting local name CLDFRA_BL of variable subgrid_cloud_fraction_pbl from new to old metadata -INFO: Converting local name zorl_ice of variable surface_roughness_length_over_ice_interstitial from new to old metadata -INFO: Converting local name dd_mf of variable instantaneous_atmosphere_downdraft_convective_mass_flux from new to old metadata -INFO: Converting local name visdfui of variable surface_upwelling_diffuse_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name julian of variable julian_day from new to old metadata -INFO: Converting local name cd_ice of variable surface_drag_coefficient_for_momentum_in_air_over_ice from new to old metadata -INFO: Converting local name iovr_lw of variable flag_for_max_random_overlap_clouds_for_longwave_radiation from new to old metadata -INFO: Converting local name lmp of variable adjusted_vertical_level_dimension_for_radiation from new to old metadata -INFO: Converting local name kdt of variable index_of_time_step from new to old metadata -INFO: Converting local name ushfsfci of variable instantaneous_surface_upward_sensible_heat_flux_for_chemistry_coupling from new to old metadata -INFO: Converting local name rb_land of variable bulk_richardson_number_at_lowest_model_level_over_land from new to old metadata -INFO: Converting local name uustar of variable surface_friction_velocity from new to old metadata -INFO: Converting local name adjnirbmu of variable surface_upwelling_direct_near_infrared_shortwave_flux from new to old metadata -INFO: Converting local name do_mynnsfclay of variable do_mynnsfclay from new to old metadata -INFO: Converting local name aero_in of variable flag_for_aerosol_input_MG from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_water_vapor) of variable tendency_of_water_vapor_specific_humidity_due_to_model_physics from new to old metadata -INFO: Converting local name mol of variable theta_star from new to old metadata -INFO: Converting local name fwetxy of variable area_fraction_of_wet_canopy from new to old metadata -INFO: Converting local name phy_f2d(:,1) of variable surface_air_pressure_two_time_steps_back from new to old metadata -INFO: Converting local name topflw of variable lw_fluxes_top_atmosphere from new to old metadata -INFO: Converting local name satmedmf of variable flag_for_scale_aware_TKE_moist_EDMF_PBL from new to old metadata -INFO: Converting local name waxy of variable water_storage_in_aquifer from new to old metadata -INFO: Converting local name snow of variable lwe_thickness_of_snow_amount_on_dynamics_timestep from new to old metadata -INFO: Converting local name ivegsrc of variable vegetation_type_dataset_choice from new to old metadata -INFO: Converting local name sigmaf of variable bounded_vegetation_area_fraction from new to old metadata -INFO: Converting local name f_rain of variable fraction_of_rain_water_cloud from new to old metadata -INFO: Converting local name dkt of variable instantaneous_atmosphere_heat_diffusivity from new to old metadata -INFO: Converting local name asolfac_deep of variable aerosol_aware_parameter_deep_convection from new to old metadata -INFO: Converting local name dv3dt(:,:,2) of variable cumulative_change_in_y_wind_due_to_orographic_gravity_wave_drag from new to old metadata -INFO: Converting local name ipr of variable horizontal_index_of_printed_column from new to old metadata -INFO: Converting local name npzcappa of variable vertical_dimension_for_cappa_at_Lagrangian_surface from new to old metadata -INFO: Converting local name clam_deep of variable entrainment_rate_coefficient_deep_convection from new to old metadata -INFO: Converting local name dusfci of variable instantaneous_surface_x_momentum_flux_for_diag from new to old metadata -INFO: Converting local name cs_parm(4) of variable detrainment_and_precipitation_tunable_parameter_4_CS from new to old metadata -INFO: Converting local name levsp1 of variable vertical_dimension_plus_one from new to old metadata -INFO: Converting local name con_cp of variable specific_heat_of_dry_air_at_constant_pressure from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_water_vapor) of variable water_vapor_specific_humidity from new to old metadata -INFO: Converting local name prsik(:,1) of variable dimensionless_exner_function_at_lowest_model_interface from new to old metadata -INFO: Converting local name gasvmr(:,:,5) of variable volume_mixing_ratio_co from new to old metadata -INFO: Converting local name mg_ngcons of variable mg_flag_graupel_concentration_constant from new to old metadata -INFO: Converting local name acsnow of variable accumulated_water_equivalent_of_frozen_precip from new to old metadata -INFO: Converting local name levsm1 of variable vertical_dimension_minus_one from new to old metadata -INFO: Converting local name phy_myj_a1t of variable weight_for_potental_temperature_at_viscous_sublayer_top from new to old metadata -INFO: Converting local name ntracp1 of variable number_of_tracers_plus_one from new to old metadata -INFO: Converting local name GFS_Data of variable GFS_data_type_instance_all_blocks from new to old metadata -INFO: Converting local name zol of variable surface_stability_parameter from new to old metadata -INFO: Converting local name CCPP_interstitial of variable CCPP_interstitial_type_instance from new to old metadata -INFO: Converting local name isd of variable starting_x_direction_index_domain from new to old metadata -INFO: Converting local name cplflx of variable flag_for_flux_coupling from new to old metadata -INFO: Converting local name lradar of variable flag_for_radar_reflectivity from new to old metadata -INFO: Converting local name iseed_ca of variable seed_for_random_number_generation_in_cellular_automata_scheme from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_for_convective_cloud_cover_in_phy_f3d) of variable convective_cloud_cover_in_phy_f3d from new to old metadata -INFO: Converting local name dqsfci of variable instantaneous_surface_upward_latent_heat_flux_for_diag from new to old metadata -INFO: Converting local name dxmin of variable minimum_scaling_factor_for_critical_relative_humidity from new to old metadata -INFO: Converting local name sppt_wts of variable weights_for_stochastic_sppt_perturbation from new to old metadata -INFO: Converting local name tahxy of variable canopy_air_temperature from new to old metadata -INFO: Converting local name imn of variable forecast_month from new to old metadata -INFO: Converting local name evcw of variable canopy_upward_latent_heat_flux from new to old metadata -INFO: Converting local name input_nml_file of variable namelist_filename_for_internal_file_reads from new to old metadata -INFO: Converting local name raddt of variable time_step_for_radiation from new to old metadata -INFO: Converting local name dvisbmi_cpl of variable instantaneous_surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name gwdcv of variable tendency_of_y_wind_due_to_convective_gravity_wave_drag from new to old metadata -INFO: Converting local name evbsa of variable cumulative_soil_upward_latent_heat_flux_multiplied_by_timestep from new to old metadata -INFO: Converting local name cldwrk of variable cumulative_cloud_work_function from new to old metadata -INFO: Converting local name npzdelz of variable vertical_dimension_for_thickness_at_Lagrangian_surface from new to old metadata -INFO: Converting local name dvsfc_cice of variable surface_y_momentum_flux_for_coupling_interstitial from new to old metadata -INFO: Converting local name ql of variable cloud_liquid_water_specific_humidity_at_Lagrangian_surface from new to old metadata -INFO: Converting local name imp_physics_fer_hires of variable flag_for_fer_hires_microphysics_scheme from new to old metadata -INFO: Converting local name dvdt of variable tendency_of_y_wind_due_to_model_physics from new to old metadata -INFO: Converting local name dusfc_cpl of variable cumulative_surface_x_momentum_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name prsl(:,1) of variable air_pressure_at_lowest_model_layer from new to old metadata -INFO: Converting local name ktop_shallow of variable k_level_of_highest_reaching_plume from new to old metadata -INFO: Converting local name sfcfsw of variable sw_fluxes_sfc from new to old metadata -INFO: Converting local name gv0 of variable y_wind_updated_by_physics from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_rain_water) of variable rain_water_mixing_ratio from new to old metadata -INFO: Converting local name cdq_ocean of variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_ocean from new to old metadata -INFO: Converting local name sfcalb(:,4) of variable surface_albedo_due_to_UV_and_VIS_diffused from new to old metadata -INFO: Converting local name gamq of variable countergradient_mixing_term_for_water_vapor from new to old metadata -INFO: Converting local name mdt of variable time_step_for_remapping_for_fast_physics from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_ice_cloud_condensate) of variable ice_water_mixing_ratio from new to old metadata -INFO: Converting local name sfcalb(:,2) of variable surface_albedo_due_to_near_IR_diffused from new to old metadata -INFO: Converting local name phy_fctd of variable cloud_base_mass_flux from new to old metadata -INFO: Converting local name weasd_land of variable water_equivalent_accumulated_snow_depth_over_land from new to old metadata -INFO: Converting local name nwfa2d of variable tendency_of_water_friendly_aerosols_at_surface from new to old metadata -INFO: Converting local name GFS_Control of variable GFS_control_type_instance from new to old metadata -INFO: Converting local name nncl of variable number_of_tracers_for_cloud_condensate from new to old metadata -INFO: Converting local name olyr of variable ozone_concentration_at_layer_for_radiation from new to old metadata -INFO: Converting local name tg3 of variable deep_soil_temperature from new to old metadata -INFO: Converting local name Radtend of variable GFS_radtend_type_instance from new to old metadata -INFO: Converting local name sinlat of variable sine_of_latitude from new to old metadata -INFO: Converting local name sppt_wts of variable weights_for_stochastic_sppt_perturbation_flipped from new to old metadata -INFO: Converting local name ng of variable number_of_ghost_zones from new to old metadata -INFO: Converting local name phil of variable geopotential from new to old metadata -INFO: Converting local name flag_frsoil of variable flag_for_frozen_soil_physics from new to old metadata -INFO: Converting local name faersw(:,:,:,2) of variable aerosol_single_scattering_albedo_for_shortwave_bands_01_16 from new to old metadata -INFO: Converting local name qc of variable cloud_fraction_at_Lagrangian_surface from new to old metadata -INFO: Converting local name do_sfcperts of variable flag_for_stochastic_surface_perturbations from new to old metadata -INFO: Converting local name betas_deep of variable downdraft_fraction_reaching_surface_over_ocean_deep_convection from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_rain_number_concentration) of variable rain_number_concentration from new to old metadata -INFO: Converting local name ifd of variable index_of_dtlm_start from new to old metadata -INFO: Converting local name area of variable cell_area_for_fast_physics from new to old metadata -INFO: Converting local name trans_trac of variable flag_for_convective_transport_of_tracers from new to old metadata -INFO: Converting local name isatmedmf of variable choice_of_scale_aware_TKE_moist_EDMF_PBL from new to old metadata -INFO: Converting local name old_monin of variable flag_for_old_PBL_scheme from new to old metadata -INFO: Converting local name cplchm of variable flag_for_chemistry_coupling from new to old metadata -INFO: Converting local name raincprv of variable lwe_thickness_of_convective_precipitation_amount_from_previous_timestep from new to old metadata -INFO: Converting local name u1 of variable x_wind_at_lowest_model_layer_for_diag from new to old metadata -INFO: Converting local name gw_dvdt of variable tendency_of_y_wind_due_to_ugwp from new to old metadata -INFO: Converting local name dtsfc1 of variable instantaneous_surface_upward_sensible_heat_flux from new to old metadata -INFO: Converting local name gasvmr(:,:,9) of variable volume_mixing_ratio_ccl4 from new to old metadata -INFO: Converting local name semis_ice of variable surface_longwave_emissivity_over_ice_interstitial from new to old metadata -INFO: Converting local name zmtb of variable time_integral_of_height_of_mountain_blocking from new to old metadata -INFO: Converting local name dtauy2d_fd of variable y_momentum_tendency_from_form_drag from new to old metadata -INFO: Converting local name lakefrac of variable lake_area_fraction from new to old metadata -INFO: Converting local name do_myjpbl of variable do_myjpbl from new to old metadata -INFO: Converting local name sncovr of variable surface_snow_area_fraction_over_land from new to old metadata -INFO: Converting local name spd10max of variable maximum_wind_at_10m_over_maximum_hourly_time_interval from new to old metadata -INFO: Converting local name faerlw(:,:,:,3) of variable aerosol_asymmetry_parameter_for_longwave_bands_01_16 from new to old metadata -INFO: Converting local name adjsfculw_ocean of variable surface_upwelling_longwave_flux_over_ocean_interstitial from new to old metadata -INFO: Converting local name nscfshoc of variable index_of_subgrid_scale_cloud_fraction_from_shoc_in_phy_f3d from new to old metadata -INFO: Converting local name qv_r of variable humidity_mixing_ratio from new to old metadata -INFO: Converting local name gq0(:,:,index_for_water_vapor) of variable water_vapor_specific_humidity_updated_by_physics from new to old metadata -INFO: Converting local name lsnow_lsm of variable snow_vertical_dimension_for_land_surface_model from new to old metadata -INFO: Converting local name dv3dt_ngw of variable time_integral_of_change_in_y_wind_due_to_nonstationary_gravity_wave from new to old metadata -INFO: Converting local name tlyr of variable air_temperature_at_layer_for_radiation from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_turbulent_kinetic_energy) of variable turbulent_kinetic_energy from new to old metadata -INFO: Converting local name h2opl of variable h2o_forcing from new to old metadata -INFO: Converting local name smc of variable volume_fraction_of_soil_moisture from new to old metadata -INFO: Converting local name latr of variable number_of_latitude_points from new to old metadata -INFO: Converting local name crick_proof of variable flag_for_CRICK_proof_cloud_water from new to old metadata -INFO: Converting local name ssem of variable instantaneous_seasalt_emission_flux from new to old metadata -INFO: Converting local name xlai1d of variable perturbation_of_leaf_area_index from new to old metadata -INFO: Converting local name tdoms of variable dominant_snow_type from new to old metadata -INFO: Converting local name canopy of variable canopy_water_amount from new to old metadata -INFO: Converting local name dtauy2d_ss of variable y_momentum_tendency_from_small_scale_gwd from new to old metadata -INFO: Converting local name forcet of variable temperature_tendency_due_to_dynamics from new to old metadata -INFO: Converting local name snowmt of variable surface_snow_melt from new to old metadata -INFO: Converting local name ttendlim of variable limit_for_temperature_tendency_for_microphysics from new to old metadata -INFO: Converting local name clouds(:,:,6) of variable cloud_rain_water_path from new to old metadata -INFO: Converting local name sigmafrac of variable convective_updraft_area_fraction from new to old metadata -INFO: Converting local name tau_tofd of variable instantaneous_momentum_flux_due_to_turbulent_orographic_form_drag from new to old metadata -INFO: Converting local name gq0(:,:,index_for_ice_friendly_aerosols) of variable ice_friendly_aerosol_number_concentration_updated_by_physics from new to old metadata -INFO: Converting local name nsswr of variable number_of_timesteps_between_shortwave_radiation_calls from new to old metadata -INFO: Converting local name ulwsfc_cice of variable surface_upwelling_longwave_flux_for_coupling_interstitial from new to old metadata -INFO: Converting local name dq3dt(:,:,8) of variable cumulative_change_in_ozone_concentration_due_to_temperature from new to old metadata -INFO: Converting local name stress_ice of variable surface_wind_stress_over_ice from new to old metadata -INFO: Converting local name is of variable starting_x_direction_index from new to old metadata -INFO: Converting local name sbsno of variable snow_deposition_sublimation_upward_latent_heat_flux from new to old metadata -INFO: Converting local name cnvprcpb of variable cumulative_lwe_thickness_of_convective_precipitation_amount_in_bucket from new to old metadata -INFO: Converting local name rdlai of variable flag_for_reading_leaf_area_index_from_input from new to old metadata -INFO: Converting local name phy_f3d(:,:,4) of variable water_vapor_specific_humidity_at_previous_time_step from new to old metadata -INFO: Converting local name area of variable cell_area from new to old metadata -INFO: Converting local name con_eps of variable ratio_of_dry_air_to_water_vapor_gas_constants from new to old metadata -INFO: Converting local name edmf_a of variable emdf_updraft_area from new to old metadata -INFO: Converting local name dusfc1 of variable instantaneous_surface_x_momentum_flux from new to old metadata -INFO: Converting local name qlcn of variable mass_fraction_of_convective_cloud_liquid_water from new to old metadata -INFO: Converting local name fh2_land of variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_land from new to old metadata -INFO: Converting local name tprcp_land of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_land from new to old metadata -INFO: Converting local name chh_land of variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_land from new to old metadata -INFO: Converting local name dt3dt(:,:,1) of variable cumulative_change_in_temperature_due_to_longwave_radiation from new to old metadata -INFO: Converting local name nfracseed of variable cellular_automata_seed_probability from new to old metadata -INFO: Converting local name cwm of variable total_cloud_condensate_mixing_ratio_updated_by_physics from new to old metadata -INFO: Converting local name u10max of variable maximum_u_wind_at_10m_over_maximum_hourly_time_interval from new to old metadata -INFO: Converting local name dvsfc_ss of variable integrated_y_momentum_flux_from_small_scale_gwd from new to old metadata -INFO: Converting local name smcref2 of variable threshold_volume_fraction_of_condensed_water_in_soil from new to old metadata -INFO: Converting local name kcnv of variable flag_deep_convection from new to old metadata -INFO: Converting local name keepsmfr of variable volume_fraction_of_frozen_soil_moisture_for_land_surface_model from new to old metadata -INFO: Converting local name frain of variable dynamics_to_physics_timestep_ratio from new to old metadata -INFO: Converting local name debug of variable flag_debug from new to old metadata -INFO: Converting local name qrn of variable local_rain_water_mixing_ratio from new to old metadata -INFO: Converting local name tsfc_ocean of variable surface_skin_temperature_over_ocean_interstitial from new to old metadata -INFO: Converting local name levr of variable number_of_vertical_layers_for_radiation_calculations from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_graupel_number_concentration) of variable graupel_number_concentration from new to old metadata -INFO: Converting local name bl_upfr of variable updraft_fraction_in_boundary_layer_mass_flux_scheme from new to old metadata -INFO: Converting local name nsfcpert of variable number_of_surface_perturbations from new to old metadata -INFO: Converting local name evpco of variable coefficient_for_evaporation_of_rainfall from new to old metadata -INFO: Converting local name iems of variable flag_for_surface_emissivity_control from new to old metadata -INFO: Converting local name dlwsfc of variable cumulative_surface_downwelling_longwave_flux_multiplied_by_timestep from new to old metadata -INFO: Converting local name cimin of variable minimum_sea_ice_concentration from new to old metadata -INFO: Converting local name zs of variable depth_of_soil_levels_for_land_surface_model from new to old metadata -INFO: Converting local name fm10_land of variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_land from new to old metadata -INFO: Converting local name lsm_noahmp of variable flag_for_noahmp_land_surface_scheme from new to old metadata -INFO: Converting local name cs_parm(1) of variable updraft_velocity_tunable_parameter_1_CS from new to old metadata -INFO: Converting local name z_c of variable sub_layer_cooling_thickness from new to old metadata -INFO: Converting local name rainc of variable lwe_thickness_of_convective_precipitation_amount_on_dynamics_timestep from new to old metadata -INFO: Converting local name do_cnvgwd of variable flag_for_convective_gravity_wave_drag from new to old metadata -INFO: Converting local name nlunit of variable iounit_namelist from new to old metadata -INFO: Converting local name gw_dtdt of variable tendency_of_air_temperature_due_to_ugwp from new to old metadata -INFO: Converting local name phy_myj_vz0 of variable v_wind_component_at_viscous_sublayer_top from new to old metadata -INFO: Converting local name dusfc_ss of variable integrated_x_momentum_flux_from_small_scale_gwd from new to old metadata -INFO: Converting local name reset of variable flag_reset_maximum_hourly_fields from new to old metadata -INFO: Converting local name idat of variable date_and_time_at_model_initialization from new to old metadata -INFO: Converting local name oceanfrac of variable sea_area_fraction from new to old metadata -INFO: Converting local name rho_h2o of variable density_of_fresh_water from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_ozone) of variable ozone_mixing_ratio from new to old metadata -INFO: Converting local name qv of variable water_vapor_specific_humidity_at_Lagrangian_surface from new to old metadata -INFO: Converting local name adjnirdfd of variable surface_downwelling_diffuse_near_infrared_shortwave_flux from new to old metadata -INFO: Converting local name ca_global of variable flag_for_global_cellular_automata from new to old metadata -INFO: Converting local name landfrac of variable land_area_fraction from new to old metadata -INFO: Converting local name iopt_btr of variable flag_for_soil_moisture_factor_stomatal_resistance_option from new to old metadata -INFO: Converting local name cqs2 of variable surface_exchange_coefficient_for_moisture_at_2m from new to old metadata -INFO: Converting local name snohfa of variable cumulative_snow_freezing_rain_upward_latent_heat_flux_multiplied_by_timestep from new to old metadata -INFO: Converting local name nvisbm_cpl of variable cumulative_surface_net_downward_direct_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name GFS_sfcprop_type of variable GFS_sfcprop_type from new to old metadata -INFO: Converting local name oz_phys of variable flag_for_ozone_physics from new to old metadata -INFO: Converting local name rhowater of variable liquid_water_density from new to old metadata -INFO: Converting local name zsnsoxy of variable layer_bottom_depth_from_snow_surface from new to old metadata -INFO: Converting local name nthresh of variable threshold_for_perturbed_vertical_velocity from new to old metadata -INFO: Converting local name phy_f3d(:,:,1) of variable air_temperature_two_time_steps_back from new to old metadata -INFO: Converting local name gq0(:,:,index_for_water_friendly_aerosols) of variable water_friendly_aerosol_number_concentration_updated_by_physics from new to old metadata -INFO: Converting local name wetness of variable normalized_soil_wetness_for_land_surface_model from new to old metadata -INFO: Converting local name v10mi_cpl of variable instantaneous_y_wind_at_10m_for_coupling from new to old metadata -INFO: Converting local name rh02min of variable minimum_relative_humidity_at_2m_over_maximum_hourly_time_interval from new to old metadata -INFO: Converting local name nf_aelw of variable number_of_aerosol_output_fields_for_longwave_radiation from new to old metadata -INFO: Converting local name isubc_sw of variable flag_for_sw_clouds_without_sub_grid_approximation from new to old metadata -INFO: Converting local name gq0(:,:,index_for_rain_number_concentration) of variable rain_number_concentration_updated_by_physics from new to old metadata -INFO: Converting local name dvsfc1 of variable instantaneous_surface_y_momentum_flux from new to old metadata -INFO: Converting local name nirdfdi of variable surface_downwelling_diffuse_near_infrared_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name isatmedmf_vdif of variable choice_of_original_scale_aware_TKE_moist_EDMF_PBL from new to old metadata -INFO: Converting local name fprcp of variable number_of_frozen_precipitation_species from new to old metadata -INFO: Converting local name tsurf_land of variable surface_skin_temperature_after_iteration_over_land from new to old metadata -INFO: Converting local name kd of variable vertical_index_difference_between_inout_and_local from new to old metadata -INFO: Converting local name LTP of variable extra_top_layer from new to old metadata -INFO: Converting local name solcon of variable solar_constant from new to old metadata -INFO: Converting local name gq0(:,:,index_for_snow_number_concentration) of variable snow_number_concentration_updated_by_physics from new to old metadata -INFO: Converting local name bl_mynn_tkebudget of variable tke_budget from new to old metadata -INFO: Converting local name xu of variable diurnal_thermocline_layer_x_current from new to old metadata -INFO: Converting local name bl_mynn_tkeadvect of variable tke_advect from new to old metadata -INFO: Converting local name hflx_ice of variable kinematic_surface_upward_sensible_heat_flux_over_ice from new to old metadata -INFO: Converting local name smcwlt2 of variable volume_fraction_of_condensed_water_in_soil_at_wilting_point from new to old metadata -INFO: Converting local name imfdeepcnv of variable flag_for_mass_flux_deep_convection_scheme from new to old metadata -INFO: Converting local name ntchm of variable number_of_chemical_tracers from new to old metadata -INFO: Converting local name ncpl of variable local_condesed_water_number_concentration from new to old metadata -INFO: Converting local name vvl of variable omega from new to old metadata -INFO: Converting local name xkzminv of variable atmosphere_heat_diffusivity_background_maximum from new to old metadata -INFO: Converting local name snowc of variable surface_snow_area_fraction from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_of_subgrid_scale_cloud_fraction_from_shoc_in_phy_f3d) of variable subgrid_scale_cloud_fraction_from_shoc from new to old metadata -INFO: Converting local name du3dt(:,:,4) of variable cumulative_change_in_x_wind_due_to_convective_gravity_wave_drag from new to old metadata -INFO: Converting local name jcap of variable number_of_spectral_wave_trancation_for_sas from new to old metadata -INFO: Converting local name cd_ocean of variable surface_drag_coefficient_for_momentum_in_air_over_ocean from new to old metadata -INFO: Converting local name vfrac of variable vegetation_area_fraction from new to old metadata -INFO: Converting local name dvdftra of variable tendency_of_vertically_diffused_tracer_concentration from new to old metadata -INFO: Converting local name npzp1 of variable vertical_dimension_for_fast_physics_plus_one from new to old metadata -INFO: Converting local name duem of variable instantaneous_dust_emission_flux from new to old metadata -INFO: Converting local name prslrd0 of variable pressure_cutoff_for_rayleigh_damping from new to old metadata -INFO: Converting local name q2m of variable specific_humidity_at_2m from new to old metadata -INFO: Converting local name chs2 of variable surface_exchange_coefficient_for_heat_at_2m from new to old metadata -INFO: Converting local name lfmassxy of variable leaf_mass from new to old metadata -INFO: Converting local name phy_f3d(:,:,2) of variable water_vapor_specific_humidity_two_time_steps_back from new to old metadata -INFO: Converting local name rainp of variable tendency_of_rain_water_mixing_ratio_due_to_microphysics from new to old metadata -INFO: Converting local name ud_mf of variable instantaneous_atmosphere_updraft_convective_mass_flux from new to old metadata -INFO: Converting local name dudt_tms of variable instantaneous_change_in_x_wind_due_to_turbulent_orographic_form_drag from new to old metadata -INFO: Converting local name mg3_as_mg2 of variable flag_mg3_as_mg2 from new to old metadata -INFO: Converting local name htlw0 of variable tendency_of_air_temperature_due_to_longwave_heating_assuming_clear_sky_on_radiation_time_step from new to old metadata -INFO: Converting local name w_d of variable coefficient_w_d from new to old metadata -INFO: Converting local name shdmax of variable maximum_vegetation_area_fraction from new to old metadata -INFO: Converting local name iccn of variable flag_for_in_ccn_forcing_for_morrison_gettelman_microphysics from new to old metadata -INFO: Converting local name htlwc of variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step from new to old metadata -INFO: Converting local name scmpsw of variable components_of_surface_downward_shortwave_fluxes from new to old metadata -INFO: Converting local name tgrs(:,1) of variable air_temperature_at_lowest_model_layer from new to old metadata -INFO: Converting local name cmxy of variable surface_drag_coefficient_for_momentum_for_noahmp from new to old metadata -INFO: Converting local name snowd_land of variable surface_snow_thickness_water_equivalent_over_land from new to old metadata -INFO: Converting local name clouds(:,:,5) of variable mean_effective_radius_for_ice_cloud from new to old metadata -INFO: Converting local name xz of variable diurnal_thermocline_layer_thickness from new to old metadata -INFO: Converting local name tsfg of variable surface_ground_temperature_for_radiation from new to old metadata -INFO: Converting local name dkt of variable atmosphere_heat_diffusivity from new to old metadata -INFO: Converting local name qgrs of variable tracer_concentration from new to old metadata -INFO: Converting local name pgcon_deep of variable momentum_transport_reduction_factor_pgf_deep_convection from new to old metadata -INFO: Converting local name wind10mmax of variable maximum_wind_at_10m from new to old metadata -INFO: Converting local name slopetype of variable surface_slope_classification from new to old metadata -INFO: Converting local name Intdiag of variable GFS_diag_type_instance from new to old metadata -INFO: Converting local name mg_nccons of variable mg_flag_drop_concentration_constant from new to old metadata -INFO: Converting local name adjvisdfd of variable surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_snow_water) of variable tendency_of_snow_water_mixing_ratio_due_to_model_physics from new to old metadata -INFO: Converting local name nlwsfc_cpl of variable cumulative_surface_net_downward_longwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name clouds(:,:,9) of variable mean_effective_radius_for_snow_flake from new to old metadata -INFO: Converting local name con_cvap of variable specific_heat_of_water_vapor_at_constant_pressure from new to old metadata -INFO: Converting local name drydep of variable instantaneous_dry_deposition from new to old metadata -INFO: Converting local name semis_ocean of variable surface_longwave_emissivity_over_ocean_interstitial from new to old metadata -INFO: Converting local name master of variable mpi_root from new to old metadata -INFO: Converting local name gamt of variable countergradient_mixing_term_for_temperature from new to old metadata -INFO: Converting local name redrag of variable flag_for_reduced_drag_coefficient_over_sea from new to old metadata -INFO: Converting local name gq0(:,:,index_for_ozone) of variable ozone_concentration_updated_by_physics from new to old metadata -INFO: Converting local name do_skeb of variable flag_for_stochastic_skeb_option from new to old metadata -INFO: Converting local name qg_r of variable mass_weighted_rime_factor_mixing_ratio from new to old metadata -INFO: Converting local name min_seaice of variable sea_ice_minimum from new to old metadata -INFO: Converting local name betal_deep of variable downdraft_fraction_reaching_surface_over_land_deep_convection from new to old metadata -INFO: Converting local name alvwf of variable mean_vis_albedo_with_weak_cosz_dependency from new to old metadata -INFO: Converting local name do_gwd of variable flag_for_gravity_wave_drag from new to old metadata -INFO: Converting local name nf_aesw of variable number_of_aerosol_output_fields_for_shortwave_radiation from new to old metadata -INFO: Converting local name avg_max_length of variable time_interval_for_maximum_hourly_fields from new to old metadata -INFO: Converting local name tdomzr of variable dominant_freezing_rain_type from new to old metadata -INFO: Converting local name toticeb of variable accumulated_lwe_thickness_of_ice_amount_in_bucket from new to old metadata -INFO: Converting local name isppt_deep of variable flag_for_combination_of_sppt_with_isppt_deep from new to old metadata -INFO: Converting local name ice of variable lwe_thickness_of_ice_amount_on_dynamics_timestep from new to old metadata -INFO: Converting local name dq3dt(:,:,9) of variable cumulative_change_in_ozone_concentration_due_to_overhead_ozone_column from new to old metadata -INFO: Converting local name lsidea of variable flag_idealized_physics from new to old metadata -INFO: Converting local name ico2 of variable flag_for_using_prescribed_global_mean_co2_value from new to old metadata -INFO: Converting local name evap_ice of variable kinematic_surface_upward_latent_heat_flux_over_ice from new to old metadata -INFO: Converting local name do_awdd of variable flag_arakawa_wu_downdraft from new to old metadata -INFO: Converting local name hetfrz_classnuc of variable mg_flag_for_heterogeneous_freezing from new to old metadata -INFO: Converting local name mpiroot of variable mpi_root_for_fast_physics from new to old metadata -INFO: Converting local name dq3dt(:,:,4) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_microphysics from new to old metadata -INFO: Converting local name GFS_coupling_type of variable GFS_coupling_type from new to old metadata -INFO: Converting local name psurfi_cpl of variable instantaneous_surface_air_pressure_for_coupling from new to old metadata -INFO: Converting local name xkzm_h of variable atmosphere_heat_diffusivity_background from new to old metadata -INFO: Converting local name rh02max of variable maximum_relative_humidity_at_2m_over_maximum_hourly_time_interval from new to old metadata -INFO: Converting local name tmpmax of variable maximum_temperature_at_2m from new to old metadata -INFO: Converting local name fscav of variable fraction_of_tracer_scavenged from new to old metadata -INFO: Converting local name ntiwx of variable index_for_ice_cloud_condensate_vertical_diffusion_tracer from new to old metadata -INFO: Converting local name gasvmr(:,:,4) of variable volume_mixing_ratio_o2 from new to old metadata -INFO: Converting local name dpt2m of variable dewpoint_temperature_at_2m from new to old metadata -INFO: Converting local name mg_do_liq_liu of variable mg_flag_for_liu_liquid_treatment from new to old metadata -INFO: Converting local name ffhh_land of variable Monin_Obukhov_similarity_function_for_heat_over_land from new to old metadata -INFO: Converting local name crtrh(3) of variable critical_relative_humidity_at_top_of_atmosphere from new to old metadata -INFO: Converting local name smcwtdxy of variable soil_water_content_between_soil_bottom_and_water_table from new to old metadata -INFO: Converting local name visbmdi of variable surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name cdq_ice of variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_ice from new to old metadata -INFO: Converting local name adjnirdfu of variable surface_upwelling_diffuse_near_infrared_shortwave_flux from new to old metadata -INFO: Converting local name wcbmax of variable maximum_updraft_velocity_at_cloud_base from new to old metadata -INFO: Converting local name tsflw of variable surface_midlayer_air_temperature_in_longwave_radiation from new to old metadata -INFO: Converting local name asolfac_shal of variable aerosol_aware_parameter_shallow_convection from new to old metadata -INFO: Converting local name gabsbdlw_ocean of variable surface_downwelling_longwave_flux_absorbed_by_ground_over_ocean from new to old metadata -INFO: Converting local name de_lgth of variable cloud_decorrelation_length from new to old metadata -INFO: Converting local name GFS_interstitial_type of variable GFS_interstitial_type from new to old metadata -INFO: Converting local name imap of variable map_of_block_column_number_to_global_i_index from new to old metadata -INFO: Converting local name plyr of variable air_pressure_at_layer_for_radiation_in_hPa from new to old metadata -INFO: Converting local name skip_macro of variable flag_skip_macro from new to old metadata -INFO: Converting local name tsnoxy of variable snow_temperature from new to old metadata -INFO: Converting local name sbsnoa of variable cumulative_snow_deposition_sublimation_upward_latent_heat_flux_multiplied_by_timestep from new to old metadata -INFO: Converting local name prcpmp of variable lwe_thickness_of_explicit_precipitation_amount from new to old metadata -INFO: Converting local name clcn of variable convective_cloud_volume_fraction from new to old metadata -INFO: Converting local name gt0 of variable air_temperature_updated_by_physics from new to old metadata -INFO: Converting local name gamma of variable anisotropy_of_subgrid_orography from new to old metadata -INFO: Converting local name uconvtend of variable tendency_of_x_wind_due_to_deep_convection_for_coupling_on_physics_timestep from new to old metadata -INFO: Converting local name dswsfci_cpl of variable instantaneous_surface_downwelling_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name delp of variable pressure_thickness_at_Lagrangian_surface from new to old metadata -INFO: Converting local name lsm_ruc of variable flag_for_ruc_land_surface_scheme from new to old metadata -INFO: Converting local name dt_mf of variable instantaneous_atmosphere_detrainment_convective_mass_flux from new to old metadata -INFO: Converting local name d_conv of variable free_convection_layer_thickness from new to old metadata -INFO: Converting local name nlwsfci_cpl of variable instantaneous_surface_net_downward_longwave_flux_for_coupling from new to old metadata -INFO: Converting local name shum_wts of variable weights_for_stochastic_shum_perturbation from new to old metadata -INFO: Converting local name dswsfci of variable surface_downwelling_shortwave_flux from new to old metadata -INFO: Converting local name do_ysu of variable flag_for_ysu from new to old metadata -INFO: Converting local name q_con of variable cloud_condensed_water_specific_humidity_at_Lagrangian_surface from new to old metadata -INFO: Converting local name mom4ice of variable flag_for_mom4_coupling from new to old metadata -INFO: Converting local name tref of variable sea_surface_reference_temperature from new to old metadata -INFO: Converting local name faersw(:,:,:,3) of variable aerosol_asymmetry_parameter_for_shortwave_bands_01_16 from new to old metadata -INFO: Converting local name ie of variable ending_x_direction_index from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_water_friendly_aerosols) of variable water_friendly_aerosol_number_concentration from new to old metadata -INFO: Converting local name dugwd of variable time_integral_of_x_stress_due_to_gravity_wave_drag from new to old metadata -INFO: Converting local name ntot3d of variable number_of_fields_in_phyf3d from new to old metadata -INFO: Converting local name GFS_data_type of variable GFS_data_type from new to old metadata -INFO: Converting local name graupelprv of variable lwe_thickness_of_graupel_amount_from_previous_timestep from new to old metadata -INFO: Converting local name nstf_name(4) of variable vertical_temperature_average_range_lower_bound from new to old metadata -INFO: Converting local name kind_dyn of variable kind_dyn from new to old metadata -INFO: Converting local name acv of variable accumulated_lwe_thickness_of_convective_precipitation_amount_cnvc90 from new to old metadata -INFO: Converting local name lsoil_lsm of variable soil_vertical_dimension_for_land_surface_model from new to old metadata -INFO: Converting local name phy_myj_chkqlm of variable surface_layer_evaporation_switch from new to old metadata -INFO: Converting local name dtf of variable time_step_for_dynamics from new to old metadata -INFO: Converting local name dqsfci_cpl of variable instantaneous_surface_upward_latent_heat_flux_for_coupling from new to old metadata -INFO: Converting local name mg_do_hail of variable mg_flag_for_hail from new to old metadata -INFO: Converting local name iopt_sfc of variable flag_for_surface_layer_drag_coefficient_option from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_ice_cloud_number_concentration) of variable tendency_of_ice_number_concentration_due_to_model_physics from new to old metadata -INFO: Converting local name kind_LOGICAL of variable kind_LOGICAL from new to old metadata -INFO: Converting local name hybedmf of variable flag_for_hedmf from new to old metadata -INFO: Converting local name dvisdfi_cpl of variable instantaneous_surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name exch_h of variable atmosphere_heat_diffusivity_for_mynnpbl from new to old metadata -INFO: Converting local name z01d of variable perturbation_of_momentum_roughness_length from new to old metadata -INFO: Converting local name prevst of variable temperature_from_previous_timestep from new to old metadata -INFO: Converting local name tracers_total of variable number_of_total_tracers from new to old metadata -INFO: Converting local name wind of variable wind_speed_at_lowest_model_layer from new to old metadata -INFO: Converting local name hprime of variable statistical_measures_of_subgrid_orography from new to old metadata -INFO: Converting local name oz_coeffp5 of variable number_of_coefficients_in_ozone_forcing_data_plus_five from new to old metadata -INFO: Converting local name tvxy of variable vegetation_temperature from new to old metadata -INFO: Converting local name ncps of variable local_snow_number_concentration from new to old metadata -INFO: Converting local name zlvl of variable height_above_ground_at_lowest_model_layer from new to old metadata -INFO: Converting local name restart of variable flag_for_restart from new to old metadata -INFO: Converting local name con_tice of variable freezing_point_temperature_of_seawater from new to old metadata -INFO: Converting local name sfcnsw of variable surface_net_downwelling_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name tau_mtb of variable time_integral_of_momentum_flux_due_to_mountain_blocking_drag from new to old metadata -INFO: Metadata table for model FV3 written to tests/build_fv3_8/FV3/ccpp/physics/CCPP_VARIABLES_FV3.html -INFO: Parsing metadata tables in physics scheme files ... -INFO: Parsed tables in scheme rayleigh_damp -INFO: Parsed tables in scheme GFS_surface_composites_pre -INFO: Parsed tables in scheme GFS_surface_composites_inter -INFO: Parsed tables in scheme GFS_surface_composites_post -INFO: Parsed tables in scheme rrtmg_sw -INFO: Parsed tables in scheme sfc_ocean -INFO: Parsed tables in scheme gwdc_pre -INFO: Parsed tables in scheme gwdc -INFO: Parsed tables in scheme gwdc_post -INFO: Parsed tables in scheme cu_gf_driver_pre -INFO: Parsed tables in scheme gfdl_cloud_microphys -INFO: Parsed tables in scheme GFS_time_vary_pre -INFO: Parsed tables in scheme GFS_rrtmg_setup -INFO: Parsed tables in scheme zhaocarr_gscond -INFO: Parsed tables in scheme ysuvdif -INFO: Parsed tables in scheme rrtmg_sw_post -INFO: Parsed tables in scheme GFS_SCNV_generic_pre -INFO: Parsed tables in scheme GFS_SCNV_generic_post -INFO: Parsed tables in scheme GFS_rrtmg_pre -INFO: Parsed tables in scheme sfc_sice -INFO: Parsed tables in scheme samfdeepcnv -INFO: Parsed tables in scheme satmedmfvdif -INFO: Parsed tables in scheme mynnrad_post -INFO: Parsed tables in scheme cu_gf_driver_post -INFO: Parsed tables in scheme cs_conv_aw_adj -INFO: Parsed tables in scheme GFS_phys_time_vary -INFO: Parsed tables in scheme ozphys_2015 -INFO: Parsed tables in scheme GFS_suite_interstitial_rad_reset -INFO: Parsed tables in scheme GFS_suite_interstitial_phys_reset -INFO: Parsed tables in scheme GFS_suite_interstitial_1 -INFO: Parsed tables in scheme GFS_suite_interstitial_2 -INFO: Parsed tables in scheme GFS_suite_stateout_reset -INFO: Parsed tables in scheme GFS_suite_stateout_update -INFO: Parsed tables in scheme GFS_suite_interstitial_3 -INFO: Parsed tables in scheme GFS_suite_interstitial_4 -INFO: Parsed tables in scheme samfshalcnv -INFO: Parsed tables in scheme zhaocarr_precpd -INFO: Parsed tables in scheme noahmpdrv -INFO: Parsed tables in scheme mp_fer_hires -INFO: Parsed tables in scheme myjpbl_wrapper -INFO: Parsed tables in scheme GFS_surface_generic_pre -INFO: Parsed tables in scheme GFS_surface_generic_post -INFO: Parsed tables in scheme cu_ntiedtke_post -INFO: Parsed tables in scheme sfc_diag -INFO: Parsed tables in scheme rrtmg_lw -INFO: Parsed tables in scheme GFS_diagtoscreen -INFO: Parsed tables in scheme GFS_interstitialtoscreen -INFO: Parsed tables in scheme GFS_abort -INFO: Parsed tables in scheme GFS_checkland -INFO: Parsed tables in scheme mynnrad_pre -INFO: Parsed tables in scheme satmedmfvdifq -INFO: Parsed tables in scheme cs_conv_pre -INFO: Parsed tables in scheme cs_conv_post -INFO: Parsed tables in scheme cs_conv -INFO: Parsed tables in scheme shinhongvdif -INFO: Parsed tables in scheme h2ophys -INFO: Parsed tables in scheme rrtmg_lw_post -INFO: Parsed tables in scheme sfc_nst -INFO: Parsed tables in scheme sfc_nst_pre -INFO: Parsed tables in scheme sfc_nst_post -INFO: Parsed tables in scheme cu_ntiedtke_pre -INFO: Parsed tables in scheme cu_ntiedtke -INFO: Parsed tables in scheme cires_ugwp_post -INFO: Parsed tables in scheme hedmf -INFO: Parsed tables in scheme sfc_diff -INFO: Parsed tables in scheme mp_thompson_pre -INFO: Parsed tables in scheme sfc_diag_post -INFO: Parsed tables in scheme m_micro_pre -INFO: Parsed tables in scheme m_micro_post -INFO: Parsed tables in scheme m_micro -INFO: Parsed tables in scheme fv_sat_adj -INFO: Parsed tables in scheme GFS_surface_loop_control_part1 -INFO: Parsed tables in scheme GFS_surface_loop_control_part2 -INFO: Parsed tables in scheme shoc -INFO: Parsed tables in scheme GFS_rrtmg_post -INFO: Parsed tables in scheme GFS_GWD_generic_pre -INFO: Parsed tables in scheme GFS_GWD_generic_post -INFO: Parsed tables in scheme rrtmg_sw_pre -INFO: Parsed tables in scheme GFS_MP_generic_pre -INFO: Parsed tables in scheme GFS_MP_generic_post -INFO: Parsed tables in scheme cu_gf_driver -INFO: Parsed tables in scheme GFS_PBL_generic_pre -INFO: Parsed tables in scheme GFS_PBL_generic_post -INFO: Parsed tables in scheme mp_thompson_post -INFO: Parsed tables in scheme mp_thompson -INFO: Parsed tables in scheme rrtmg_lw_pre -INFO: Parsed tables in scheme gwdps -INFO: Parsed tables in scheme shalcnv -INFO: Parsed tables in scheme cires_ugwp -INFO: Parsed tables in scheme get_prs_fv3 -INFO: Parsed tables in scheme get_phi_fv3 -INFO: Parsed tables in scheme mynnsfc_wrapper -INFO: Parsed tables in scheme GFS_suite_ini_fini_test -INFO: Parsed tables in scheme myjsfc_wrapper -INFO: Parsed tables in scheme mynnedmf_wrapper -INFO: Parsed tables in scheme ozphys -INFO: Parsed tables in scheme lsm_ruc -INFO: Parsed tables in scheme GFS_stochastics -INFO: Parsed tables in scheme drag_suite -INFO: Parsed tables in scheme sfc_cice -INFO: Parsed tables in scheme sascnvn -INFO: Parsed tables in scheme lsm_ruc_sfc_sice_pre -INFO: Parsed tables in scheme lsm_ruc_sfc_sice_post -INFO: Parsed tables in scheme GFS_DCNV_generic_pre -INFO: Parsed tables in scheme GFS_DCNV_generic_post -INFO: Parsed tables in scheme cnvc90 -INFO: Parsed tables in scheme GFS_rad_time_vary -INFO: Parsed tables in scheme maximum_hourly_diagnostics -INFO: Parsed tables in scheme lsm_noah -INFO: Parsed tables in scheme dcyc2t3 -INFO: Parsed tables in scheme dcyc2t3_post -INFO: Parsed tables in scheme moninshoc -INFO: filtering out variable GFS_stateout_type_instance -INFO: filtering out variable accumulated_change_of_air_temperature_due_to_FA_scheme -INFO: filtering out variable accumulated_water_equivalent_of_frozen_precip -INFO: filtering out variable aerosol_number_concentration_from_gocart_aerosol_climatology -INFO: filtering out variable area_fraction_of_wet_canopy -INFO: filtering out variable atmosphere_heat_diffusivity_for_mynnpbl -INFO: filtering out variable atmosphere_heat_diffusivity_from_shoc -INFO: filtering out variable atmosphere_momentum_diffusivity_for_mynnpbl -INFO: filtering out variable baseline_surface_roughness_length -INFO: filtering out variable canopy_air_temperature -INFO: filtering out variable canopy_air_vapor_pressure -INFO: filtering out variable canopy_intercepted_ice_mass -INFO: filtering out variable canopy_intercepted_liquid_water -INFO: filtering out variable ccn_number_concentration -INFO: filtering out variable ccpp_block_number -INFO: filtering out variable cell_size -INFO: filtering out variable characteristic_grid_length_scale -INFO: filtering out variable choice_of_original_scale_aware_TKE_moist_EDMF_PBL -INFO: filtering out variable choice_of_scale_aware_TKE_moist_EDMF_PBL -INFO: filtering out variable choice_of_updated_scale_aware_TKE_moist_EDMF_PBL -INFO: filtering out variable cloud_area_fraction -INFO: filtering out variable cloud_base_mass_flux -INFO: filtering out variable cloud_condensed_water_mixing_ratio_at_lowest_model_layer -INFO: filtering out variable cloud_condensed_water_mixing_ratio_at_surface -INFO: filtering out variable cloud_droplet_number_concentration -INFO: filtering out variable cloud_droplet_number_concentration_updated_by_physics -INFO: filtering out variable cloud_fraction_for_MG -INFO: filtering out variable cloud_phase_transition_denominator -INFO: filtering out variable cloud_phase_transition_threshold_temperature -INFO: filtering out variable cloud_specie_mix_flag -INFO: filtering out variable cloudpdf -INFO: filtering out variable conv_activity_counter -INFO: filtering out variable convective_updraft_area_fraction -INFO: filtering out variable convective_updraft_area_fraction_at_model_interfaces -INFO: filtering out variable couple_sgs_clouds_to_radiation_flag -INFO: filtering out variable cumulative_change_in_x_wind_due_to_convective_gravity_wave_drag -INFO: filtering out variable cumulative_change_in_y_wind_due_to_convective_gravity_wave_drag -INFO: filtering out variable density_of_frozen_precipitation -INFO: filtering out variable depth_of_soil_levels_for_land_surface_model -INFO: filtering out variable detrainment_and_precipitation_tunable_parameter_3_CS -INFO: filtering out variable detrainment_and_precipitation_tunable_parameter_4_CS -INFO: filtering out variable do_myjsfc -INFO: filtering out variable do_mynnsfclay -INFO: filtering out variable downdraft_fraction_in_boundary_layer_mass_flux_scheme -INFO: filtering out variable edmf_flag -INFO: filtering out variable edmf_momentum_transport_flag -INFO: filtering out variable edmf_partition_flag -INFO: filtering out variable edmf_tke_transport_flag -INFO: filtering out variable emdf_updraft_area -INFO: filtering out variable emdf_updraft_cloud_water -INFO: filtering out variable emdf_updraft_entrainment_rate -INFO: filtering out variable emdf_updraft_theta_l -INFO: filtering out variable emdf_updraft_total_water -INFO: filtering out variable emdf_updraft_vertical_velocity -INFO: filtering out variable entrainment_efficiency_tunable_parameter_9_CS -INFO: filtering out variable equilibrium_soil_water_content -INFO: filtering out variable fa_threshold_relative_humidity_for_onset_of_condensation -INFO: filtering out variable fast_soil_pool_mass_content_of_carbon -INFO: filtering out variable fine_root_mass -INFO: filtering out variable flag_arakawa_wu_downdraft -INFO: filtering out variable flag_convective_tracer_transport -INFO: filtering out variable flag_flip -INFO: filtering out variable flag_flux_form_CS -INFO: filtering out variable flag_for_2015_ozone_physics -INFO: filtering out variable flag_for_aerosol_input_MG -INFO: filtering out variable flag_for_canopy_stomatal_resistance_option -INFO: filtering out variable flag_for_dynamic_vegetation_option -INFO: filtering out variable flag_for_frozen_soil_permeability_option -INFO: filtering out variable flag_for_frozen_soil_physics -INFO: filtering out variable flag_for_ground_snow_surface_albedo_option -INFO: filtering out variable flag_for_in_ccn_forcing_for_morrison_gettelman_microphysics -INFO: filtering out variable flag_for_individual_cloud_species_advected -INFO: filtering out variable flag_for_lower_boundary_soil_temperature_option -INFO: filtering out variable flag_for_pdf_for_morrison_gettelman_microphysics_scheme -INFO: filtering out variable flag_for_precipitation_partition_option -INFO: filtering out variable flag_for_radiation_transfer_option -INFO: filtering out variable flag_for_reading_leaf_area_index_from_input -INFO: filtering out variable flag_for_restart -INFO: filtering out variable flag_for_runoff_and_groundwater_option -INFO: filtering out variable flag_for_sas_deep_convection_scheme -INFO: filtering out variable flag_for_shoc_after_convection -INFO: filtering out variable flag_for_soil_and_snow_temperature_time_stepping_option -INFO: filtering out variable flag_for_soil_moisture_factor_stomatal_resistance_option -INFO: filtering out variable flag_for_supercooled_liquid_water_option -INFO: filtering out variable flag_for_surface_layer_drag_coefficient_option -INFO: filtering out variable flag_mg3_as_mg2 -INFO: filtering out variable flag_skip_macro -INFO: filtering out variable fraction_of_cloud_top_water_scavenged -INFO: filtering out variable fraction_of_tracer_scavenged -INFO: filtering out variable gf_memory_counter -INFO: filtering out variable graupel_number_concentration_updated_by_physics -INFO: filtering out variable grav_settling -INFO: filtering out variable ground_temperature_for_noahmp -INFO: filtering out variable gwd_opt -INFO: filtering out variable h2o_forcing -INFO: filtering out variable heat_exchange_coefficient_for_MYJ_schemes -INFO: filtering out variable ice_friendly_aerosol_number_concentration -INFO: filtering out variable ice_friendly_aerosol_number_concentration_updated_by_physics -INFO: filtering out variable ice_number_concentration -INFO: filtering out variable ice_number_concentration_updated_by_physics -INFO: filtering out variable ice_supersaturation_threshold -INFO: filtering out variable ice_water_mixing_ratio -INFO: filtering out variable in_number_concentration -INFO: filtering out variable index_for_ice_cloud_condensate_vertical_diffusion_tracer -INFO: filtering out variable integrated_x_momentum_flux_from_blocking_drag -INFO: filtering out variable integrated_x_momentum_flux_from_form_drag -INFO: filtering out variable integrated_x_momentum_flux_from_large_scale_gwd -INFO: filtering out variable integrated_x_momentum_flux_from_small_scale_gwd -INFO: filtering out variable integrated_y_momentum_flux_from_blocking_drag -INFO: filtering out variable integrated_y_momentum_flux_from_form_drag -INFO: filtering out variable integrated_y_momentum_flux_from_large_scale_gwd -INFO: filtering out variable integrated_y_momentum_flux_from_small_scale_gwd -INFO: filtering out variable k_level_of_highest_reaching_plume -INFO: filtering out variable kinematic_buoyancy_flux_from_shoc -INFO: filtering out variable kinematic_surface_latent_heat_flux -INFO: filtering out variable lake_water_storage -INFO: filtering out variable latitude_index_in_debug_printouts -INFO: filtering out variable layer_bottom_depth_from_snow_surface -INFO: filtering out variable leaf_area_index -INFO: filtering out variable leaf_mass -INFO: filtering out variable limit_for_temperature_tendency_for_microphysics -INFO: filtering out variable liquid_water_density -INFO: filtering out variable local_graupel_mixing_ratio -INFO: filtering out variable local_graupel_number_concentration -INFO: filtering out variable local_rain_number_concentration -INFO: filtering out variable local_rain_water_mixing_ratio -INFO: filtering out variable local_snow_number_concentration -INFO: filtering out variable local_snow_water_mixing_ratio -INFO: filtering out variable mass_weighted_rime_factor_updated_by_physics -INFO: filtering out variable maximum_column_heating_rate -INFO: filtering out variable maximum_mass_flux -INFO: filtering out variable maximum_updraft_velocity_at_cloud_base -INFO: filtering out variable mean_nir_albedo_with_weak_cosz_dependency -INFO: filtering out variable mean_vis_albedo_with_weak_cosz_dependency -INFO: filtering out variable mg_allow_supersat_after_sed -INFO: filtering out variable mg_autoconversion_size_threshold_ice_snow -INFO: filtering out variable mg_bergeron_efficiency_factor -INFO: filtering out variable mg_cloud_water_variance -INFO: filtering out variable mg_drop_concentration_constant -INFO: filtering out variable mg_flag_drop_concentration_constant -INFO: filtering out variable mg_flag_for_cloud_ice_processes -INFO: filtering out variable mg_flag_for_gmao_ice_formulation -INFO: filtering out variable mg_flag_for_graupel -INFO: filtering out variable mg_flag_for_hail -INFO: filtering out variable mg_flag_for_heterogeneous_freezing -INFO: filtering out variable mg_flag_for_liu_liquid_treatment -INFO: filtering out variable mg_flag_for_sb2001_autoconversion -INFO: filtering out variable mg_flag_for_uniform_subcolumns -INFO: filtering out variable mg_flag_graupel_concentration_constant -INFO: filtering out variable mg_flag_ice_concentration_constant -INFO: filtering out variable mg_graupel_concentration_constant -INFO: filtering out variable mg_ice_concentration_constant -INFO: filtering out variable mg_minimum_cloud_condensed_water_and_ice_mixing_ratio -INFO: filtering out variable mg_minimum_rh_for_ice -INFO: filtering out variable mg_time_scale_for_autoconversion_of_ice -INFO: filtering out variable mg_tuning_factor_for_alphas -INFO: filtering out variable mg_type_of_precip_fraction_method -INFO: filtering out variable minimum_value_of_specific_humidity -INFO: filtering out variable mix_total_water_flag -INFO: filtering out variable mixing_length -INFO: filtering out variable mixing_length_flag -INFO: filtering out variable moisture_from_previous_timestep -INFO: filtering out variable moisture_tendency_due_to_dynamics -INFO: filtering out variable momentum_exchange_coefficient_for_MYJ_schemes -INFO: filtering out variable mpi_comm -INFO: filtering out variable natural_log_of_h2o_forcing_data_pressure_levels -INFO: filtering out variable nondimensional_snow_age -INFO: filtering out variable normalized_soil_wetness_for_land_surface_model -INFO: filtering out variable number_of_cloud_types_CS -INFO: filtering out variable number_of_coefficients_in_h2o_forcing_data -INFO: filtering out variable number_of_frozen_precipitation_species -INFO: filtering out variable number_of_plumes -INFO: filtering out variable number_of_snow_layers -INFO: filtering out variable number_of_spectral_wave_trancation_for_sas -INFO: filtering out variable number_of_tracers_for_CS -INFO: filtering out variable number_of_tracers_plus_one -INFO: filtering out variable ozone_mixing_ratio -INFO: filtering out variable potential_temperature_at_2m -INFO: filtering out variable potential_temperature_at_viscous_sublayer_top -INFO: filtering out variable prandtl_number -INFO: filtering out variable q_prime_squared -INFO: filtering out variable rain_number_concentration_updated_by_physics -INFO: filtering out variable reciprocal_of_obukhov_length -INFO: filtering out variable shoc_flag_for_optional_surface_TKE_dissipation -INFO: filtering out variable shoc_implicit_TKE_integration_uncentering_term -INFO: filtering out variable shoc_tke_dissipatation_pressure_threshold -INFO: filtering out variable shoc_tke_dissipation_tunable_parameter -INFO: filtering out variable shoc_tke_dissipation_tunable_parameter_near_surface -INFO: filtering out variable slow_soil_pool_mass_content_of_carbon -INFO: filtering out variable snow_albedo_at_previous_time_step -INFO: filtering out variable snow_layer_ice -INFO: filtering out variable snow_layer_liquid_water -INFO: filtering out variable snow_mass_at_previous_time_step -INFO: filtering out variable snow_number_concentration_updated_by_physics -INFO: filtering out variable snow_precipitation_rate_at_surface -INFO: filtering out variable snow_temperature -INFO: filtering out variable snow_temperature_bottom_first_layer -INFO: filtering out variable soil_temperature_for_land_surface_model -INFO: filtering out variable soil_vertical_dimension_for_land_surface_model -INFO: filtering out variable soil_water_content_between_soil_bottom_and_water_table -INFO: filtering out variable specific_humidity_at_viscous_sublayer_top -INFO: filtering out variable stability_function_for_heat -INFO: filtering out variable stem_area_index -INFO: filtering out variable stem_mass -INFO: filtering out variable subgrid_cloud_fraction_pbl -INFO: filtering out variable subgrid_cloud_mixing_ratio_pbl -INFO: filtering out variable subgrid_scale_cloud_fraction_from_shoc -INFO: filtering out variable surface_condensation_mass -INFO: filtering out variable surface_drag_coefficient_for_heat_and_moisture_for_noahmp -INFO: filtering out variable surface_drag_coefficient_for_momentum_for_noahmp -INFO: filtering out variable surface_exchange_coefficient_for_heat -INFO: filtering out variable surface_exchange_coefficient_for_heat_at_2m -INFO: filtering out variable surface_exchange_coefficient_for_moisture -INFO: filtering out variable surface_exchange_coefficient_for_moisture_at_2m -INFO: filtering out variable surface_friction_velocity_drag -INFO: filtering out variable surface_latent_heat -INFO: filtering out variable surface_layer_evaporation_switch -INFO: filtering out variable surface_specific_humidity_for_MYJ_schemes -INFO: filtering out variable surface_stability_parameter -INFO: filtering out variable t_prime_q_prime -INFO: filtering out variable t_prime_squared -INFO: filtering out variable temperature_from_previous_timestep -INFO: filtering out variable temperature_tendency_due_to_dynamics -INFO: filtering out variable tendency_of_cloud_droplet_number_concentration_due_to_model_physics -INFO: filtering out variable tendency_of_ice_cloud_water_mixing_ratio_due_to_model_physics -INFO: filtering out variable tendency_of_ice_friendly_aerosol_number_concentration_due_to_model_physics -INFO: filtering out variable tendency_of_ice_friendly_aerosols_at_surface -INFO: filtering out variable tendency_of_ice_number_concentration_due_to_model_physics -INFO: filtering out variable tendency_of_liquid_cloud_water_mixing_ratio_due_to_model_physics -INFO: filtering out variable tendency_of_ozone_mixing_ratio_due_to_model_physics -INFO: filtering out variable tendency_of_water_friendly_aerosol_number_concentration_due_to_model_physics -INFO: filtering out variable tendency_of_water_friendly_aerosols_at_surface -INFO: filtering out variable tendency_of_water_vapor_specific_humidity_due_to_model_physics -INFO: filtering out variable tendency_of_x_wind_due_to_convective_gravity_wave_drag -INFO: filtering out variable tendency_of_y_wind_due_to_convective_gravity_wave_drag -INFO: filtering out variable theta_star -INFO: filtering out variable tke_advect -INFO: filtering out variable tke_at_mass_points -INFO: filtering out variable tke_budget -INFO: filtering out variable tke_dissipative_heating_factor -INFO: filtering out variable total_accumulated_snowfall -INFO: filtering out variable triple_point_temperature_of_water -INFO: filtering out variable turbulent_kinetic_energy_convective_transport_tracer -INFO: filtering out variable u_wind_component_at_viscous_sublayer_top -INFO: filtering out variable updraft_fraction_in_boundary_layer_mass_flux_scheme -INFO: filtering out variable updraft_velocity_tunable_parameter_1_CS -INFO: filtering out variable updraft_velocity_tunable_parameter_2_CS -INFO: filtering out variable v_wind_component_at_viscous_sublayer_top -INFO: filtering out variable vegetation_temperature -INFO: filtering out variable vertical_dimension_of_h2o_forcing_data -INFO: filtering out variable volume_fraction_of_frozen_soil_moisture_for_land_surface_model -INFO: filtering out variable volume_fraction_of_soil_moisture_for_land_surface_model -INFO: filtering out variable volume_fraction_of_unfrozen_soil_moisture_for_land_surface_model -INFO: filtering out variable water_friendly_aerosol_number_concentration -INFO: filtering out variable water_friendly_aerosol_number_concentration_updated_by_physics -INFO: filtering out variable water_storage_in_aquifer -INFO: filtering out variable water_storage_in_aquifer_and_saturated_soil -INFO: filtering out variable water_table_depth -INFO: filtering out variable water_table_recharge_when_deep -INFO: filtering out variable water_table_recharge_when_shallow -INFO: filtering out variable water_vapor_mixing_ratio_at_surface -INFO: filtering out variable weight_for_momentum_at_viscous_sublayer_top -INFO: filtering out variable weight_for_potental_temperature_at_viscous_sublayer_top -INFO: filtering out variable weight_for_specific_humidity_at_viscous_sublayer_top -INFO: filtering out variable wood_mass -INFO: filtering out variable x_momentum_tendency_from_blocking_drag -INFO: filtering out variable x_momentum_tendency_from_form_drag -INFO: filtering out variable x_momentum_tendency_from_large_scale_gwd -INFO: filtering out variable x_momentum_tendency_from_small_scale_gwd -INFO: filtering out variable y_momentum_tendency_from_blocking_drag -INFO: filtering out variable y_momentum_tendency_from_form_drag -INFO: filtering out variable y_momentum_tendency_from_large_scale_gwd -INFO: filtering out variable y_momentum_tendency_from_small_scale_gwd -INFO: Checking optional arguments in physics schemes ... -INFO: Metadata table for model FV3 written to tests/build_fv3_8/FV3/ccpp/framework/doc/DevelopersGuide/CCPP_VARIABLES_FV3.tex -INFO: Comparing metadata for requested and provided variables ... -INFO: Automatic unit conversion from m to um for effective_radius_of_stratiform_cloud_ice_particle_in_um before entering MODULE_mp_thompson SCHEME_mp_thompson SUBROUTINE_mp_thompson_run -INFO: Automatic unit conversion from m to um for effective_radius_of_stratiform_cloud_liquid_water_particle_in_um before entering MODULE_mp_thompson SCHEME_mp_thompson SUBROUTINE_mp_thompson_run -INFO: Automatic unit conversion from m to um for effective_radius_of_stratiform_cloud_snow_particle_in_um before entering MODULE_mp_thompson SCHEME_mp_thompson SUBROUTINE_mp_thompson_run -INFO: Generating schemes makefile/cmakefile snippet ... -INFO: Added 168 schemes to tests/build_fv3_8/FV3/ccpp/physics/CCPP_SCHEMES.mk, tests/build_fv3_8/FV3/ccpp/physics/CCPP_SCHEMES.cmake, tests/build_fv3_8/FV3/ccpp/physics/CCPP_SCHEMES.sh -INFO: Generating suite and group caps ... -INFO: Generating static API ccpp_static_api.F90 in tests/build_fv3_8/FV3/ccpp/physics ... -INFO: Generating caps makefile/cmakefile snippet ... -INFO: Added 11 auto-generated caps to tests/build_fv3_8/FV3/ccpp/physics/CCPP_CAPS.mk and tests/build_fv3_8/FV3/ccpp/physics/CCPP_CAPS.cmake -INFO: CCPP prebuild step completed successfully. -+ source build_fv3_8/FV3/ccpp/physics/CCPP_SCHEMES.sh -++ export 'CCPP_SCHEMES=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/aer_cloud.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/aerclm_def.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/aerinterp.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/calpreciptype.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cldwat2m_micro.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cldmacro.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/date_def.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/funcphys.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gcycle.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/h2o_def.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/h2ointerp.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/iccn_def.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/iccninterp.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/iounitdef.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/machine.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mersenne_twister.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfpbl.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg_utils.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg2_0.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg3_0.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/multi_gases.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_model.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_parameters.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_radar.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_thompson.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MP_FER_HIRES.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_bl_mynn.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_mynn.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_orowam2017.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/namelist_soilveg.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfpblt.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfpbltq.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfscu.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfscuq.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/noahmp_tables.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/num_parthds.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozne_def.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozinterp.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/physcons.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/physparam.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radcons.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_aerosols.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_astronomy.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_clouds.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_gases.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_surface.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radlw_datatb.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radlw_param.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radsw_datatb.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radsw_param.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/samfaerosols.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfcsub.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sflx.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/set_soilveg.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/surface_perturbation.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_deep.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_sh.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/tridi.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/wv_saturation.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_soil_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rayleigh_damp.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radsw_main.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_ocean.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gwdc.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gscond.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ysuvdif.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_sice.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/samfdeepcnv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/satmedmfvdif.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozphys_2015.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/samfshalcnv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/precpd.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_fer_hires.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diag.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radlw_main.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_debug.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/satmedmfvdifq.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cs_conv.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/shinhongvdif.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/h2ophys.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_nst.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/moninedmf.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diff.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diag_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/m_micro.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gcm_shoc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gwdps.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/shalcnv.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/get_prs_fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozphys.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_stochastics.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/drag_suite.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_cice.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sascnvn.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cnvc90.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_drv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/dcyc2.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/moninshoc.f' -++ CCPP_SCHEMES='/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/aer_cloud.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/aerclm_def.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/aerinterp.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/calpreciptype.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cldwat2m_micro.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cldmacro.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/date_def.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/funcphys.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gcycle.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/h2o_def.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/h2ointerp.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/iccn_def.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/iccninterp.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/iounitdef.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/machine.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mersenne_twister.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfpbl.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg_utils.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg2_0.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg3_0.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/multi_gases.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_model.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_parameters.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_radar.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_thompson.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MP_FER_HIRES.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_bl_mynn.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_mynn.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_orowam2017.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/namelist_soilveg.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfpblt.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfpbltq.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfscu.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfscuq.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/noahmp_tables.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/num_parthds.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozne_def.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozinterp.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/physcons.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/physparam.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radcons.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_aerosols.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_astronomy.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_clouds.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_gases.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_surface.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radlw_datatb.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radlw_param.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radsw_datatb.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radsw_param.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/samfaerosols.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfcsub.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sflx.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/set_soilveg.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/surface_perturbation.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_deep.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_sh.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/tridi.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/wv_saturation.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_soil_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rayleigh_damp.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radsw_main.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_ocean.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gwdc.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gscond.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ysuvdif.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_sice.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/samfdeepcnv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/satmedmfvdif.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozphys_2015.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/samfshalcnv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/precpd.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_fer_hires.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diag.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radlw_main.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_debug.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/satmedmfvdifq.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cs_conv.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/shinhongvdif.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/h2ophys.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_nst.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/moninedmf.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diff.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diag_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/m_micro.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gcm_shoc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gwdps.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/shalcnv.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/get_prs_fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozphys.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_stochastics.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/drag_suite.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_cice.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sascnvn.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cnvc90.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_drv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/dcyc2.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/moninshoc.f' -+ source build_fv3_8/FV3/ccpp/physics/CCPP_CAPS.sh -++ export 'CCPP_CAPS=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_8/FV3/ccpp/physics/ccpp_FV3_GFS_2017_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_8/FV3/ccpp/physics/ccpp_FV3_GFS_2017_time_vary_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_8/FV3/ccpp/physics/ccpp_FV3_GFS_2017_radiation_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_8/FV3/ccpp/physics/ccpp_FV3_GFS_2017_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_8/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stochastics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_8/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_8/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_fast_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_8/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_time_vary_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_8/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_radiation_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_8/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_8/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_stochastics_cap.F90' -++ CCPP_CAPS='/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_8/FV3/ccpp/physics/ccpp_FV3_GFS_2017_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_8/FV3/ccpp/physics/ccpp_FV3_GFS_2017_time_vary_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_8/FV3/ccpp/physics/ccpp_FV3_GFS_2017_radiation_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_8/FV3/ccpp/physics/ccpp_FV3_GFS_2017_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_8/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stochastics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_8/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_8/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_fast_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_8/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_time_vary_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_8/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_radiation_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_8/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_8/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_stochastics_cap.F90' -+ source build_fv3_8/FV3/ccpp/physics/CCPP_STATIC_API.sh -++ export CCPP_STATIC_API=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_8/FV3/ccpp/physics/ccpp_static_api.F90 -++ CCPP_STATIC_API=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_8/FV3/ccpp/physics/ccpp_static_api.F90 -+ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_gfdlmp WW3=Y == *\N\A\M\_\p\h\y\s\=\Y* ]] -+ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_gfdlmp WW3=Y == *\W\W\3\=\Y* ]] -+ CCPP_CMAKE_FLAGS=' -DREPRO=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF -DWW3=Y' -++ trim ' -DREPRO=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF -DWW3=Y' -++ local 'var= -DREPRO=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF -DWW3=Y' -++ var='-DREPRO=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF -DWW3=Y' -++ var='-DREPRO=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF -DWW3=Y' -++ echo -n '-DREPRO=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF -DWW3=Y' -+ CCPP_CMAKE_FLAGS='-DREPRO=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF -DWW3=Y' -+ source /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc -++ __ms_function_name=setup__test_function__118040 -++ eval 'setup__test_function__118040() { /bin/true ; }' -+++ eval '__text="text" ; if [[ $__text =~ ^(t).* ]] ; then printf "%s" ${.sh.match[1]} ; fi' -+++ cat -++ __ms_ksh_test= -+++ eval 'if ( set | grep setup__test_function__118040 | grep -v name > /dev/null 2>&1 ) ; then echo t ; fi ' -+++ cat -++ __ms_bash_test=t -++ [[ ! -z '' ]] -++ [[ ! -z t ]] -++ __ms_shell=bash -++ [[ -d /lfs3 ]] -++ [[ -d /scratch1 ]] -++ [[ -d /gpfs/hps ]] -++ [[ -e /etc/SuSE-release ]] -++ [[ -d /dcom ]] -++ [[ -L /usrx ]] -+++ readlink /usrx -++ [[ /gpfs/dell1/usrx =~ dell ]] -++ eval module help -++ module purge -+++ /usrx/local/prod/lmod/lmod/libexec/lmod bash purge -++ eval unset 'ADVISOR_2018_DIR;' unset 'BACIO_LIB4;' unset 'BACIO_LIB8;' unset 'BACIO_SRC;' unset 'BACIO_VER;' unset 'BINARY_TYPE_HPC;' unset '__LMOD_REF_COUNT_CLASSPATH;' unset 'CLASSPATH;' unset 'CLCK_ROOT;' unset 'CMAKE_CXX_COMPILER;' unset 'CMAKE_C_COMPILER;' unset 'CMAKE_Fortran_COMPILER;' unset 'CMAKE_Platform;' unset 'COMP;' unset '__LMOD_REF_COUNT_CPATH;' unset 'CPATH;' unset '__LMOD_REF_COUNT_CPLUS_INCLUDE_PATH;' unset 'CPLUS_INCLUDE_PATH;' unset 'CRTM_FIX;' unset 'CRTM_INC;' unset 'CRTM_LIB;' unset 'CRTM_SRC;' unset 'CRTM_VER;' unset 'DAALROOT;' unset 'ECF_HOSTFILE;' unset 'ECF_PORT;' unset 'ECF_ROOT;' unset 'ESMFMKFILE;' unset 'G2TMPL_INC;' unset 'G2TMPL_LIB;' unset 'G2TMPL_SRC;' unset 'G2TMPL_VER;' unset 'G2_INC4;' unset 'G2_INCd;' unset 'G2_LIB4;' unset 'G2_LIBd;' unset 'G2_SRC;' unset 'G2_VER;' unset 'GDBSERVER_MIC;' unset 'GDB_CROSS;' unset 'HDF5;' unset 'HDF5_CFLAGS;' unset 'HDF5_CXXFLAGS;' unset 'HDF5_FFLAGS;' unset 'HDF5_INCLUDE;' unset 'HDF5_LDFLAGS;' unset 'HDF5_LDFLAGS_C;' unset 'HDF5_LDFLAGS_CXX;' unset 'HDF5_LDFLAGS_F;' unset '__LMOD_REF_COUNT_INFOPATH;' unset 'INFOPATH;' unset 'INSPECTOR_2018_DIR;' unset 'INTEL_LICENSE_FILE;' unset 'INTEL_PYTHONHOME;' unset 'IPPROOT;' unset 'IP_INC4;' unset 'IP_INC8;' unset 'IP_INCd;' unset 'IP_LIB4;' unset 'IP_LIB8;' unset 'IP_LIBd;' unset 'IP_SRC;' unset 'IP_VER;' unset 'I_MPI_CC;' unset 'I_MPI_CXX;' unset 'I_MPI_EXTRA_FILESYSTEM;' unset 'I_MPI_EXTRA_FILESYSTEM_LIST;' unset 'I_MPI_F77;' unset 'I_MPI_F90;' unset 'I_MPI_FC;' unset 'I_MPI_HYDRA_BOOTSTRAP;' unset 'I_MPI_HYDRA_IFACE;' unset 'I_MPI_LSF_USE_COLLECTIVE_LAUNCH;' unset 'I_MPI_ROOT;' unset 'JASPER_INC;' unset 'JASPER_LIB;' unset 'JASPER_LIBDIR;' unset 'JASPER_SRC;' unset 'JASPER_VER;' unset 'KMP_AFFINITY;' unset '__LMOD_REF_COUNT_LD_LIBRARY_PATH;' unset 'LD_LIBRARY_PATH;' unset '__LMOD_REF_COUNT_LIBRARY_PATH;' unset 'LIBRARY_PATH;' unset 'LIB_NAME;' unset 'LMOD_FAMILY_COMPILER;' unset 'LMOD_FAMILY_COMPILER_VERSION;' unset 'LMOD_FAMILY_CONMPILER;' unset 'LMOD_FAMILY_CONMPILER_VERSION;' unset 'LMOD_FAMILY_MPI;' unset 'LMOD_FAMILY_MPI_VERSION;' unset '__LMOD_REF_COUNT_LOADEDMODULES;' unset 'LOADEDMODULES;' unset 'LSF_BINDIR;' unset 'LSF_ENVDIR;' unset 'LSF_LIBDIR;' unset 'LSF_SERVERDIR;' '__LMOD_REF_COUNT_MANPATH="/usrx/local/prod/lmod/lmod/share/man:1";' export '__LMOD_REF_COUNT_MANPATH;' 'MANPATH="/usrx/local/prod/lmod/lmod/share/man::";' export 'MANPATH;' unset 'MKLROOT;' 'MODULEPATH="/usrx/local/dev/emc_rocoto/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod";' export 'MODULEPATH;' unset 'MPM_LAUNCHER;' unset 'NEMSIO_INC;' unset 'NEMSIO_LIB;' unset 'NEMSIO_SRC;' unset 'NEMSIO_VER;' unset 'NETCDF;' unset 'NETCDF_CFLAGS;' unset 'NETCDF_CXX4FLAGS;' unset 'NETCDF_CXXFLAGS;' unset 'NETCDF_FFLAGS;' unset 'NETCDF_INC;' unset 'NETCDF_INCLUDE;' unset 'NETCDF_LDFLAGS;' unset 'NETCDF_LDFLAGS_C;' unset 'NETCDF_LDFLAGS_CXX;' unset 'NETCDF_LDFLAGS_CXX4;' unset 'NETCDF_LDFLAGS_F;' unset 'NETCDF_LIB;' unset 'NETCDF_ROOT;' unset '__LMOD_REF_COUNT_NLSPATH;' unset 'NLSPATH;' '__LMOD_REF_COUNT_PATH="/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/usr/lpp/mmfs/bin:1;/opt/ibutils/bin:1;/opt/dell/srvadmin/bin:1;/u/Dusan.Jovic/bin:2;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/dbrowse:1;/u/Dusan.Jovic/.local/bin:1";' export '__LMOD_REF_COUNT_PATH;' 'PATH="/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/usr/lpp/mmfs/bin:/opt/ibutils/bin:/opt/dell/srvadmin/bin:/u/Dusan.Jovic/bin:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/dbrowse:/u/Dusan.Jovic/.local/bin";' export 'PATH;' unset 'PKG_CONFIG_PATH;' unset 'PNG_INC;' unset 'PNG_LIB;' unset 'PNG_LIB12;' unset 'PNG_LIBDIR;' unset 'PNG_LIBso;' unset 'PNG_SRC;' unset 'PNG_VER;' unset 'POST_INC;' unset 'POST_LIB;' unset 'POST_SRC;' unset 'POST_VER;' unset 'PSTLROOT;' unset 'PYTHONPATH;' unset '__LMOD_REF_COUNT_QT_PLUGIN_PATH;' unset 'QT_PLUGIN_PATH;' unset 'SP_LIB4;' unset 'SP_LIB8;' unset 'SP_LIBd;' unset 'SP_SRC;' unset 'SP_VER;' unset 'TBBROOT;' unset 'VT_ADD_LIBS;' unset 'VT_ARCH;' unset 'VT_LIB_DIR;' unset 'VT_MPI;' unset 'VT_ROOT;' unset 'VT_SLIB_DIR;' unset 'W3EMC_INC4;' unset 'W3EMC_INC8;' unset 'W3EMC_INCd;' unset 'W3EMC_LIB4;' unset 'W3EMC_LIB8;' unset 'W3EMC_LIBd;' unset 'W3EMC_SRC;' unset 'W3EMC_VER;' unset 'W3NCO_INC4;' unset 'W3NCO_INC8;' unset 'W3NCO_INCd;' unset 'W3NCO_LIB4;' unset 'W3NCO_LIB8;' unset 'W3NCO_LIBd;' unset 'W3NCO_SRC;' unset 'W3NCO_VER;' unset 'XLSF_UIDDIR;' unset 'Z_INC;' unset 'Z_LIB;' unset 'Z_SRC;' unset 'Z_VER;' unset '__LMOD_REF_COUNT__LMFILES_;' unset '_LMFILES_;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii91c3J4L2xvY2FsL2Rldi9lbWNfcm9jb3RvL21vZHVsZWZpbGVzIiwiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvRHVzYW4uSm92aWMvdWZzL3ByMTgvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvd2Nvc3NfZGVsbF9wMyIsIi91c3J4L2xvY2FsL2Rldi9tb2R1bGVmaWxlcyIsIi91c3J4L2xvY2FsL3Byb2QvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQiLCIvdXNyeC9sb2NhbC9w";' export '_ModuleTable001_;' '_ModuleTable002_="cm9kL21vZHVsZWZpbGVzL2RlZnMiLCIvZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb3JlX3Byb2QiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQ6L3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9kZWZzOi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsfQ==";' export '_ModuleTable002_;' '_ModuleTable_Sz_="2";' export '_ModuleTable_Sz_;' unset '_ModuleTable004_;' unset '_ModuleTable005_;' unset '_ModuleTable006_;' unset '_ModuleTable007_;' unset '_ModuleTable008_;' unset '_ModuleTable009_;' unset '_ModuleTable010_;' unset '_ModuleTable011_;' unset '_ModuleTable012_;' unset '_ModuleTable013_;' unset '_ModuleTable014_;' unset '_ModuleTable015_;' unset '_ModuleTable016_;' -+++ unset ADVISOR_2018_DIR -+++ unset BACIO_LIB4 -+++ unset BACIO_LIB8 -+++ unset BACIO_SRC -+++ unset BACIO_VER -+++ unset BINARY_TYPE_HPC -+++ unset __LMOD_REF_COUNT_CLASSPATH -+++ unset CLASSPATH -+++ unset CLCK_ROOT -+++ unset CMAKE_CXX_COMPILER -+++ unset CMAKE_C_COMPILER -+++ unset CMAKE_Fortran_COMPILER -+++ unset CMAKE_Platform -+++ unset COMP -+++ unset __LMOD_REF_COUNT_CPATH -+++ unset CPATH -+++ unset __LMOD_REF_COUNT_CPLUS_INCLUDE_PATH -+++ unset CPLUS_INCLUDE_PATH -+++ unset CRTM_FIX -+++ unset CRTM_INC -+++ unset CRTM_LIB -+++ unset CRTM_SRC -+++ unset CRTM_VER -+++ unset DAALROOT -+++ unset ECF_HOSTFILE -+++ unset ECF_PORT -+++ unset ECF_ROOT -+++ unset ESMFMKFILE -+++ unset G2TMPL_INC -+++ unset G2TMPL_LIB -+++ unset G2TMPL_SRC -+++ unset G2TMPL_VER -+++ unset G2_INC4 -+++ unset G2_INCd -+++ unset G2_LIB4 -+++ unset G2_LIBd -+++ unset G2_SRC -+++ unset G2_VER -+++ unset GDBSERVER_MIC -+++ unset GDB_CROSS -+++ unset HDF5 -+++ unset HDF5_CFLAGS -+++ unset HDF5_CXXFLAGS -+++ unset HDF5_FFLAGS -+++ unset HDF5_INCLUDE -+++ unset HDF5_LDFLAGS -+++ unset HDF5_LDFLAGS_C -+++ unset HDF5_LDFLAGS_CXX -+++ unset HDF5_LDFLAGS_F -+++ unset __LMOD_REF_COUNT_INFOPATH -+++ unset INFOPATH -+++ unset INSPECTOR_2018_DIR -+++ unset INTEL_LICENSE_FILE -+++ unset INTEL_PYTHONHOME -+++ unset IPPROOT -+++ unset IP_INC4 -+++ unset IP_INC8 -+++ unset IP_INCd -+++ unset IP_LIB4 -+++ unset IP_LIB8 -+++ unset IP_LIBd -+++ unset IP_SRC -+++ unset IP_VER -+++ unset I_MPI_CC -+++ unset I_MPI_CXX -+++ unset I_MPI_EXTRA_FILESYSTEM -+++ unset I_MPI_EXTRA_FILESYSTEM_LIST -+++ unset I_MPI_F77 -+++ unset I_MPI_F90 -+++ unset I_MPI_FC -+++ unset I_MPI_HYDRA_BOOTSTRAP -+++ unset I_MPI_HYDRA_IFACE -+++ unset I_MPI_LSF_USE_COLLECTIVE_LAUNCH -+++ unset I_MPI_ROOT -+++ unset JASPER_INC -+++ unset JASPER_LIB -+++ unset JASPER_LIBDIR -+++ unset JASPER_SRC -+++ unset JASPER_VER -+++ unset KMP_AFFINITY -+++ unset __LMOD_REF_COUNT_LD_LIBRARY_PATH -+++ unset LD_LIBRARY_PATH -+++ unset __LMOD_REF_COUNT_LIBRARY_PATH -+++ unset LIBRARY_PATH -+++ unset LIB_NAME -+++ unset LMOD_FAMILY_COMPILER -+++ unset LMOD_FAMILY_COMPILER_VERSION -+++ unset LMOD_FAMILY_CONMPILER -+++ unset LMOD_FAMILY_CONMPILER_VERSION -+++ unset LMOD_FAMILY_MPI -+++ unset LMOD_FAMILY_MPI_VERSION -+++ unset __LMOD_REF_COUNT_LOADEDMODULES -+++ unset LOADEDMODULES -+++ unset LSF_BINDIR -+++ unset LSF_ENVDIR -+++ unset LSF_LIBDIR -+++ unset LSF_SERVERDIR -+++ __LMOD_REF_COUNT_MANPATH=/usrx/local/prod/lmod/lmod/share/man:1 -+++ export __LMOD_REF_COUNT_MANPATH -+++ MANPATH=/usrx/local/prod/lmod/lmod/share/man:: -+++ export MANPATH -+++ unset MKLROOT -+++ MODULEPATH=/usrx/local/dev/emc_rocoto/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod -+++ export MODULEPATH -+++ unset MPM_LAUNCHER -+++ unset NEMSIO_INC -+++ unset NEMSIO_LIB -+++ unset NEMSIO_SRC -+++ unset NEMSIO_VER -+++ unset NETCDF -+++ unset NETCDF_CFLAGS -+++ unset NETCDF_CXX4FLAGS -+++ unset NETCDF_CXXFLAGS -+++ unset NETCDF_FFLAGS -+++ unset NETCDF_INC -+++ unset NETCDF_INCLUDE -+++ unset NETCDF_LDFLAGS -+++ unset NETCDF_LDFLAGS_C -+++ unset NETCDF_LDFLAGS_CXX -+++ unset NETCDF_LDFLAGS_CXX4 -+++ unset NETCDF_LDFLAGS_F -+++ unset NETCDF_LIB -+++ unset NETCDF_ROOT -+++ unset __LMOD_REF_COUNT_NLSPATH -+++ unset NLSPATH -+++ __LMOD_REF_COUNT_PATH='/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/usr/lpp/mmfs/bin:1;/opt/ibutils/bin:1;/opt/dell/srvadmin/bin:1;/u/Dusan.Jovic/bin:2;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/dbrowse:1;/u/Dusan.Jovic/.local/bin:1' -+++ export __LMOD_REF_COUNT_PATH -+++ PATH=/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/usr/lpp/mmfs/bin:/opt/ibutils/bin:/opt/dell/srvadmin/bin:/u/Dusan.Jovic/bin:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/dbrowse:/u/Dusan.Jovic/.local/bin -+++ export PATH -+++ unset PKG_CONFIG_PATH -+++ unset PNG_INC -+++ unset PNG_LIB -+++ unset PNG_LIB12 -+++ unset PNG_LIBDIR -+++ unset PNG_LIBso -+++ unset PNG_SRC -+++ unset PNG_VER -+++ unset POST_INC -+++ unset POST_LIB -+++ unset POST_SRC -+++ unset POST_VER -+++ unset PSTLROOT -+++ unset PYTHONPATH -+++ unset __LMOD_REF_COUNT_QT_PLUGIN_PATH -+++ unset QT_PLUGIN_PATH -+++ unset SP_LIB4 -+++ unset SP_LIB8 -+++ unset SP_LIBd -+++ unset SP_SRC -+++ unset SP_VER -+++ unset TBBROOT -+++ unset VT_ADD_LIBS -+++ unset VT_ARCH -+++ unset VT_LIB_DIR -+++ unset VT_MPI -+++ unset VT_ROOT -+++ unset VT_SLIB_DIR -+++ unset W3EMC_INC4 -+++ unset W3EMC_INC8 -+++ unset W3EMC_INCd -+++ unset W3EMC_LIB4 -+++ unset W3EMC_LIB8 -+++ unset W3EMC_LIBd -+++ unset W3EMC_SRC -+++ unset W3EMC_VER -+++ unset W3NCO_INC4 -+++ unset W3NCO_INC8 -+++ unset W3NCO_INCd -+++ unset W3NCO_LIB4 -+++ unset W3NCO_LIB8 -+++ unset W3NCO_LIBd -+++ unset W3NCO_SRC -+++ unset W3NCO_VER -+++ unset XLSF_UIDDIR -+++ unset Z_INC -+++ unset Z_LIB -+++ unset Z_SRC -+++ unset Z_VER -+++ unset __LMOD_REF_COUNT__LMFILES_ -+++ unset _LMFILES_ -+++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii91c3J4L2xvY2FsL2Rldi9lbWNfcm9jb3RvL21vZHVsZWZpbGVzIiwiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvRHVzYW4uSm92aWMvdWZzL3ByMTgvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvd2Nvc3NfZGVsbF9wMyIsIi91c3J4L2xvY2FsL2Rldi9tb2R1bGVmaWxlcyIsIi91c3J4L2xvY2FsL3Byb2QvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQiLCIvdXNyeC9sb2NhbC9w -+++ export _ModuleTable001_ -+++ _ModuleTable002_=cm9kL21vZHVsZWZpbGVzL2RlZnMiLCIvZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb3JlX3Byb2QiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQ6L3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9kZWZzOi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsfQ== -+++ export _ModuleTable002_ -+++ _ModuleTable_Sz_=2 -+++ export _ModuleTable_Sz_ -+++ unset _ModuleTable004_ -+++ unset _ModuleTable005_ -+++ unset _ModuleTable006_ -+++ unset _ModuleTable007_ -+++ unset _ModuleTable008_ -+++ unset _ModuleTable009_ -+++ unset _ModuleTable010_ -+++ unset _ModuleTable011_ -+++ unset _ModuleTable012_ -+++ unset _ModuleTable013_ -+++ unset _ModuleTable014_ -+++ unset _ModuleTable015_ -+++ unset _ModuleTable016_ -+++ : -s sh -++ eval -++ unset __ms_shell -++ unset __ms_ksh_test -++ unset __ms_bash_test -++ unset setup__test_function__118040 -++ unset __ms_function_name -+ [[ wcoss_dell_p3 == macosx.* ]] -+ [[ wcoss_dell_p3 == linux.* ]] -+ module use /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3 -++ /usrx/local/prod/lmod/lmod/libexec/lmod bash use /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3 -+ eval 'MODULEPATH="/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/dev/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod";' export 'MODULEPATH;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcjE4L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL3djb3NzX2RlbGxfcDMiLCIvdXNyeC9sb2NhbC9kZXYvZW1jX3JvY290by9tb2R1bGVmaWxlcyIsIi91c3J4L2xvY2FsL2Rldi9tb2R1bGVmaWxlcyIsIi91c3J4L2xvY2FsL3Byb2QvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQiLCIvdXNyeC9sb2NhbC9w";' export '_ModuleTable001_;' '_ModuleTable002_="cm9kL21vZHVsZWZpbGVzL2RlZnMiLCIvZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb3JlX3Byb2QiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQ6L3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9kZWZzOi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsfQ==";' export '_ModuleTable002_;' '_ModuleTable_Sz_="2";' export '_ModuleTable_Sz_;' -++ MODULEPATH=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/dev/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod -++ export MODULEPATH -++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcjE4L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL3djb3NzX2RlbGxfcDMiLCIvdXNyeC9sb2NhbC9kZXYvZW1jX3JvY290by9tb2R1bGVmaWxlcyIsIi91c3J4L2xvY2FsL2Rldi9tb2R1bGVmaWxlcyIsIi91c3J4L2xvY2FsL3Byb2QvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQiLCIvdXNyeC9sb2NhbC9w -++ export _ModuleTable001_ -++ _ModuleTable002_=cm9kL21vZHVsZWZpbGVzL2RlZnMiLCIvZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb3JlX3Byb2QiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQ6L3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9kZWZzOi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsfQ== -++ export _ModuleTable002_ -++ _ModuleTable_Sz_=2 -++ export _ModuleTable_Sz_ -++ : -s sh -+ eval -+ module load fv3 -++ /usrx/local/prod/lmod/lmod/libexec/lmod bash load fv3 -+ eval 'ADVISOR_2018_DIR="/usrx/local/prod/intel/2018UP01/advisor_2018";' export 'ADVISOR_2018_DIR;' 'BACIO_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libbacio_v2.0.3_4.a";' export 'BACIO_LIB4;' 'BACIO_LIB8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libbacio_v2.0.3_8.a";' export 'BACIO_LIB8;' 'BACIO_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/bacio_v2.0.3";' export 'BACIO_SRC;' 'BACIO_VER="v2.0.3";' export 'BACIO_VER;' 'BINARY_TYPE_HPC="";' export 'BINARY_TYPE_HPC;' '__LMOD_REF_COUNT_CLASSPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64/mpi.jar:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/daal.jar:1";' export '__LMOD_REF_COUNT_CLASSPATH;' 'CLASSPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64/mpi.jar:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/daal.jar";' export 'CLASSPATH;' 'CLCK_ROOT="/usrx/local/prod/intel/2018UP01/clck_latest";' export 'CLCK_ROOT;' 'CMAKE_CXX_COMPILER="mpiicpc";' export 'CMAKE_CXX_COMPILER;' 'CMAKE_C_COMPILER="mpiicc";' export 'CMAKE_C_COMPILER;' 'CMAKE_Fortran_COMPILER="mpiifort";' export 'CMAKE_Fortran_COMPILER;' 'CMAKE_Platform="wcoss_dell_p3";' export 'CMAKE_Platform;' 'COMP="ips";' export 'COMP;' '__LMOD_REF_COUNT_CPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/pstl/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/include:1";' export '__LMOD_REF_COUNT_CPATH;' 'CPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/pstl/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/include";' export 'CPATH;' '__LMOD_REF_COUNT_CPLUS_INCLUDE_PATH="/usrx/local/prod/intel/2018UP01/clck_latest/include:1";' export '__LMOD_REF_COUNT_CPLUS_INCLUDE_PATH;' 'CPLUS_INCLUDE_PATH="/usrx/local/prod/intel/2018UP01/clck_latest/include";' export 'CPLUS_INCLUDE_PATH;' 'CRTM_FIX="/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/fix";' export 'CRTM_FIX;' 'CRTM_INC="/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/ips/18.0.1/include/crtm_v2.2.6";' export 'CRTM_INC;' 'CRTM_LIB="/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/ips/18.0.1/libcrtm_v2.2.6.a";' export 'CRTM_LIB;' 'CRTM_SRC="/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/src";' export 'CRTM_SRC;' 'CRTM_VER="v2.2.6";' export 'CRTM_VER;' 'DAALROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal";' export 'DAALROOT;' 'ESMFMKFILE="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/lib/esmf.mk";' export 'ESMFMKFILE;' 'G2TMPL_INC="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/g2tmpl_v1.6.0";' export 'G2TMPL_INC;' 'G2TMPL_LIB="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2tmpl_v1.6.0.a";' export 'G2TMPL_LIB;' 'G2TMPL_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/g2tmpl_v1.6.0/src";' export 'G2TMPL_SRC;' 'G2TMPL_VER="v1.6.0";' export 'G2TMPL_VER;' 'G2_INC4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/g2_v3.1.1_4";' export 'G2_INC4;' 'G2_INCd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/g2_v3.1.1_d";' export 'G2_INCd;' 'G2_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2_v3.1.1_4.a";' export 'G2_LIB4;' 'G2_LIBd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2_v3.1.1_d.a";' export 'G2_LIBd;' 'G2_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/g2_v3.1.1";' export 'G2_SRC;' 'G2_VER="v3.1.1";' export 'G2_VER;' 'GDBSERVER_MIC="/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/targets/intel64/x200/bin/gdbserver";' export 'GDBSERVER_MIC;' 'GDB_CROSS="/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/bin/gdb-ia";' export 'GDB_CROSS;' 'HDF5="/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1";' export 'HDF5;' 'HDF5_CFLAGS="-I/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/include";' export 'HDF5_CFLAGS;' 'HDF5_CXXFLAGS="-I/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/include";' export 'HDF5_CXXFLAGS;' 'HDF5_FFLAGS="-I/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/include";' export 'HDF5_FFLAGS;' 'HDF5_INCLUDE="-I/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/include";' export 'HDF5_INCLUDE;' 'HDF5_LDFLAGS="-L/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib' -lhdf5_hl -lhdf5hl_fortran -lhdf5 '-lhdf5_fortran";' export 'HDF5_LDFLAGS;' 'HDF5_LDFLAGS_C="-L/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib' -lhdf5_hl '-lhdf5";' export 'HDF5_LDFLAGS_C;' 'HDF5_LDFLAGS_CXX="-L/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib' -lhdf5_hl -hdf5_hl_cpp -lhdf5 '-lhdf5_cpp";' export 'HDF5_LDFLAGS_CXX;' 'HDF5_LDFLAGS_F="-L/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib' -lhdf5_hl -lhdf5hl_fortran -lhdf5 '-lhdf5_fortran";' export 'HDF5_LDFLAGS_F;' '__LMOD_REF_COUNT_INFOPATH="/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/info:1;info_gdb_igfx:1";' export '__LMOD_REF_COUNT_INFOPATH;' 'INFOPATH="/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/info:info_gdb_igfx";' export 'INFOPATH;' 'INSPECTOR_2018_DIR="/usrx/local/prod/intel/2018UP01/inspector_2018";' export 'INSPECTOR_2018_DIR;' 'INTEL_LICENSE_FILE="/usrx/local/prod/intel/licenses";' export 'INTEL_LICENSE_FILE;' 'INTEL_PYTHONHOME="/usrx/local/prod/intel/2018UP01/debugger_2018/python/intel64";' export 'INTEL_PYTHONHOME;' 'IPPROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp";' export 'IPPROOT;' 'IP_INC4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ip_v3.0.2_4";' export 'IP_INC4;' 'IP_INC8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ip_v3.0.2_8";' export 'IP_INC8;' 'IP_INCd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ip_v3.0.2_d";' export 'IP_INCd;' 'IP_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libip_v3.0.2_4.a";' export 'IP_LIB4;' 'IP_LIB8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libip_v3.0.2_8.a";' export 'IP_LIB8;' 'IP_LIBd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libip_v3.0.2_d.a";' export 'IP_LIBd;' 'IP_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/ip_v3.0.2";' export 'IP_SRC;' 'IP_VER="v3.0.2";' export 'IP_VER;' 'I_MPI_CC="icc";' export 'I_MPI_CC;' 'I_MPI_CXX="icpc";' export 'I_MPI_CXX;' 'I_MPI_EXTRA_FILESYSTEM="yes";' export 'I_MPI_EXTRA_FILESYSTEM;' 'I_MPI_EXTRA_FILESYSTEM_LIST="gpfs";' export 'I_MPI_EXTRA_FILESYSTEM_LIST;' 'I_MPI_F77="ifort";' export 'I_MPI_F77;' 'I_MPI_F90="ifort";' export 'I_MPI_F90;' 'I_MPI_FC="ifort";' export 'I_MPI_FC;' 'I_MPI_HYDRA_BOOTSTRAP="lsf";' export 'I_MPI_HYDRA_BOOTSTRAP;' 'I_MPI_HYDRA_IFACE="ib0";' export 'I_MPI_HYDRA_IFACE;' 'I_MPI_LSF_USE_COLLECTIVE_LAUNCH="1";' export 'I_MPI_LSF_USE_COLLECTIVE_LAUNCH;' 'I_MPI_ROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi";' export 'I_MPI_ROOT;' 'JASPER_INC="/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/include";' export 'JASPER_INC;' 'JASPER_LIB="/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib/libjasper.a";' export 'JASPER_LIB;' 'JASPER_LIBDIR="/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib";' export 'JASPER_LIBDIR;' 'JASPER_SRC="/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/src/jasper-1.900.29";' export 'JASPER_SRC;' 'JASPER_VER="1.900.29";' export 'JASPER_VER;' 'KMP_AFFINITY="scatter";' export 'KMP_AFFINITY;' unset 'LAUNCH;' '__LMOD_REF_COUNT_LD_LIBRARY_PATH="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/lib:1;/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib:1;/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib:1;/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib:1;/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:1;/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib:1;/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib:1;/usrx/local/prod/intel/2018UP01/itac_latest/slib:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:1;/usrx/local/prod/intel/2018UP01/debugger_2018/iga/lib:1;/usrx/local/prod/intel/2018UP01/debugger_2018/libipt/intel64/lib:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4:1";' export '__LMOD_REF_COUNT_LD_LIBRARY_PATH;' 'LD_LIBRARY_PATH="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/lib:/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib:/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib:/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib:/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib:/usrx/local/prod/intel/2018UP01/itac_latest/slib:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:/usrx/local/prod/intel/2018UP01/debugger_2018/iga/lib:/usrx/local/prod/intel/2018UP01/debugger_2018/libipt/intel64/lib:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4";' export 'LD_LIBRARY_PATH;' '__LMOD_REF_COUNT_LIBRARY_PATH="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:1;/usrx/local/prod/intel/2018UP01/clck_latest/lib/intel64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4:1";' export '__LMOD_REF_COUNT_LIBRARY_PATH;' 'LIBRARY_PATH="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:/usrx/local/prod/intel/2018UP01/clck_latest/lib/intel64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4";' export 'LIBRARY_PATH;' 'LIB_NAME="POST";' export 'LIB_NAME;' 'LMOD_FAMILY_COMPILER="ips";' export 'LMOD_FAMILY_COMPILER;' 'LMOD_FAMILY_COMPILER_VERSION="18.0.1.163";' export 'LMOD_FAMILY_COMPILER_VERSION;' 'LMOD_FAMILY_CONMPILER="HDF5-serial";' export 'LMOD_FAMILY_CONMPILER;' 'LMOD_FAMILY_CONMPILER_VERSION="1.10.1";' export 'LMOD_FAMILY_CONMPILER_VERSION;' 'LMOD_FAMILY_MPI="impi";' export 'LMOD_FAMILY_MPI;' 'LMOD_FAMILY_MPI_VERSION="18.0.1";' export 'LMOD_FAMILY_MPI_VERSION;' '__LMOD_REF_COUNT_LOADEDMODULES="ips/18.0.1.163:1;impi/18.0.1:1;NetCDF/4.5.0:1;HDF5-serial/1.10.1:1;lsf/10.1:1;bacio/2.0.3:1;ip/3.0.2:1;sp/2.0.3:1;w3nco/2.0.7:1;w3emc/2.3.1:1;nemsio/2.2.4:1;g2/3.1.1:1;g2tmpl/1.6.0:1;crtm/2.2.6:1;jasper/1.900.29:1;libpng/1.2.59:1;zlib/1.2.11:1;post/8.0.1:1;esmf/8.0.0:1;cmake/3.10.0:1;fv3:1";' export '__LMOD_REF_COUNT_LOADEDMODULES;' 'LOADEDMODULES="ips/18.0.1.163:impi/18.0.1:NetCDF/4.5.0:HDF5-serial/1.10.1:lsf/10.1:bacio/2.0.3:ip/3.0.2:sp/2.0.3:w3nco/2.0.7:w3emc/2.3.1:nemsio/2.2.4:g2/3.1.1:g2tmpl/1.6.0:crtm/2.2.6:jasper/1.900.29:libpng/1.2.59:zlib/1.2.11:post/8.0.1:esmf/8.0.0:cmake/3.10.0:fv3";' export 'LOADEDMODULES;' 'LSF_BINDIR="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin";' export 'LSF_BINDIR;' 'LSF_ENVDIR="/gpfs/lsf/conf";' export 'LSF_ENVDIR;' 'LSF_LIBDIR="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib";' export 'LSF_LIBDIR;' 'LSF_SERVERDIR="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc";' export 'LSF_SERVERDIR;' '__LMOD_REF_COUNT_MANPATH="/usrx/local/dev/packages/cmake/3.10.0/share/man:1;/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/share/man:1;/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/share/man:1;/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/man:1;/gpfs/lsf/10.1/man:1;/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/share/man:1;/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/share/man:1;/usrx/local/prod/intel/2018UP01/itac_latest/man:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/man/common:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/man:1;/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/man:1;/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-igfx/man:1;/usrx/local/prod/lmod/lmod/share/man:1;/usrx/local/prod/intel/2018UP01/inspector_2018/man:1;/usrx/local/prod/intel/2018UP01/advisor_2018/man:1";' export '__LMOD_REF_COUNT_MANPATH;' 'MANPATH="/usrx/local/dev/packages/cmake/3.10.0/share/man:/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/share/man:/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/share/man:/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/man:/gpfs/lsf/10.1/man:/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/share/man:/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/share/man:/usrx/local/prod/intel/2018UP01/itac_latest/man:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/man/common:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/man:/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/man:/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-igfx/man:/usrx/local/prod/lmod/lmod/share/man::/usrx/local/prod/intel/2018UP01/inspector_2018/man:/usrx/local/prod/intel/2018UP01/advisor_2018/man";' export 'MANPATH;' 'MKLROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl";' export 'MKLROOT;' 'MODULEPATH="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/dev/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1:/usrx/local/prod/modulefiles/mpi_third/ips/18.0.1/impi/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/mpi_prod/ips/18.0.1/impi/18.0.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles";' export 'MODULEPATH;' 'MPM_LAUNCHER="/usrx/local/prod/intel/2018UP01/debugger_2018/mpm/mic/bin/start_mpm.sh";' export 'MPM_LAUNCHER;' 'NEMSIO_INC="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/nemsio_v2.2.4";' export 'NEMSIO_INC;' 'NEMSIO_LIB="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libnemsio_v2.2.4.a";' export 'NEMSIO_LIB;' 'NEMSIO_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/nemsio_v2.2.4";' export 'NEMSIO_SRC;' 'NEMSIO_VER="v2.2.4";' export 'NEMSIO_VER;' 'NETCDF="/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0";' export 'NETCDF;' 'NETCDF_CFLAGS="-I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include";' export 'NETCDF_CFLAGS;' 'NETCDF_CXX4FLAGS="-I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include";' export 'NETCDF_CXX4FLAGS;' 'NETCDF_CXXFLAGS="-I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include";' export 'NETCDF_CXXFLAGS;' 'NETCDF_FFLAGS="-I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include";' export 'NETCDF_FFLAGS;' 'NETCDF_INC="/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include";' export 'NETCDF_INC;' 'NETCDF_INCLUDE="-I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include";' export 'NETCDF_INCLUDE;' 'NETCDF_LDFLAGS="-L/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib' '-lnetcdff";' export 'NETCDF_LDFLAGS;' 'NETCDF_LDFLAGS_C="-L/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib' '-lnetcdf";' export 'NETCDF_LDFLAGS_C;' 'NETCDF_LDFLAGS_CXX="-L/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib' -lnetcdf '-lnetcdf_c++";' export 'NETCDF_LDFLAGS_CXX;' 'NETCDF_LDFLAGS_CXX4="-L/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib' -lnetcdf '-lnetcdf_c++4";' export 'NETCDF_LDFLAGS_CXX4;' 'NETCDF_LDFLAGS_F="-L/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib' '-lnetcdff";' export 'NETCDF_LDFLAGS_F;' 'NETCDF_LIB="/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib";' export 'NETCDF_LIB;' 'NETCDF_ROOT="/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0";' export 'NETCDF_ROOT;' '__LMOD_REF_COUNT_NLSPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin/locale/%l_%t/%N:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin/locale/%l_%t/%N:1;/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/share/locale/%l_%t/%N:1";' export '__LMOD_REF_COUNT_NLSPATH;' 'NLSPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin/locale/%l_%t/%N:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin/locale/%l_%t/%N::/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/share/locale/%l_%t/%N";' export 'NLSPATH;' '__LMOD_REF_COUNT_PATH="/usrx/local/dev/packages/cmake/3.10.0/bin:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/bin:1;/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/bin:1;/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/bin:1;/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc:1;/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin:1;/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1:1;/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/bin:1;/usrx/local/prod/intel/2018UP01/advisor_2018/bin64:1;/usrx/local/prod/intel/2018UP01/vtune_amplifier_2018/bin64:1;/usrx/local/prod/intel/2018UP01/inspector_2018/bin64:1;/usrx/local/prod/intel/2018UP01/itac_latest/bin:1;/usrx/local/prod/intel/2018UP01/clck_latest/bin/intel64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/bin/intel64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64:1;/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/targets/intel64/x200/bin:1;/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/bin:1;/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/usr/lpp/mmfs/bin:1;/opt/ibutils/bin:1;/opt/dell/srvadmin/bin:1;/u/Dusan.Jovic/bin:2;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/dbrowse:1;/u/Dusan.Jovic/.local/bin:1;/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/include:1";' export '__LMOD_REF_COUNT_PATH;' 'PATH="/usrx/local/dev/packages/cmake/3.10.0/bin:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/bin:/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/bin:/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/bin:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin:/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1:/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/bin:/usrx/local/prod/intel/2018UP01/advisor_2018/bin64:/usrx/local/prod/intel/2018UP01/vtune_amplifier_2018/bin64:/usrx/local/prod/intel/2018UP01/inspector_2018/bin64:/usrx/local/prod/intel/2018UP01/itac_latest/bin:/usrx/local/prod/intel/2018UP01/clck_latest/bin/intel64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/bin/intel64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64:/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/targets/intel64/x200/bin:/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/usr/lpp/mmfs/bin:/opt/ibutils/bin:/opt/dell/srvadmin/bin:/u/Dusan.Jovic/bin:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/dbrowse:/u/Dusan.Jovic/.local/bin:/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/include";' export 'PATH;' 'PKG_CONFIG_PATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/bin/pkgconfig";' export 'PKG_CONFIG_PATH;' 'PNG_INC="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/include";' export 'PNG_INC;' 'PNG_LIB="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng.a";' export 'PNG_LIB;' 'PNG_LIB12="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng12.a";' export 'PNG_LIB12;' 'PNG_LIBDIR="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib";' export 'PNG_LIBDIR;' 'PNG_LIBso="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng.so";' export 'PNG_LIBso;' 'PNG_SRC="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/src/libpng-1.2.59";' export 'PNG_SRC;' 'PNG_VER="1.2.59";' export 'PNG_VER;' 'POST_INC="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ncep_post_v8.0.1_4";' export 'POST_INC;' 'POST_LIB="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libncep_post_v8.0.1_4.a";' export 'POST_LIB;' 'POST_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/post_v8.0.1";' export 'POST_SRC;' 'POST_VER="v8.0.1";' export 'POST_VER;' 'PSTLROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/pstl";' export 'PSTLROOT;' 'PYTHONPATH="/usrx/local/prod/intel/2018UP01/advisor_2018/pythonapi";' export 'PYTHONPATH;' 'SP_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_4.a";' export 'SP_LIB4;' 'SP_LIB8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_8.a";' export 'SP_LIB8;' 'SP_LIBd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_d.a";' export 'SP_LIBd;' 'SP_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/sp_v2.0.3";' export 'SP_SRC;' 'SP_VER="v2.0.3";' export 'SP_VER;' 'TBBROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb";' export 'TBBROOT;' 'VT_ADD_LIBS="-ldwarf' -lelf -lvtunwind -lm '-lpthread";' export 'VT_ADD_LIBS;' 'VT_ARCH="intel64";' export 'VT_ARCH;' 'VT_LIB_DIR="/usrx/local/prod/intel/2018UP01/itac_latest/lib";' export 'VT_LIB_DIR;' 'VT_MPI="impi4";' export 'VT_MPI;' 'VT_ROOT="/usrx/local/prod/intel/2018UP01/itac_latest";' export 'VT_ROOT;' 'VT_SLIB_DIR="/usrx/local/prod/intel/2018UP01/itac_latest/slib";' export 'VT_SLIB_DIR;' 'W3EMC_INC4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3emc_v2.3.1_4";' export 'W3EMC_INC4;' 'W3EMC_INC8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3emc_v2.3.1_8";' export 'W3EMC_INC8;' 'W3EMC_INCd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3emc_v2.3.1_d";' export 'W3EMC_INCd;' 'W3EMC_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_4.a";' export 'W3EMC_LIB4;' 'W3EMC_LIB8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_8.a";' export 'W3EMC_LIB8;' 'W3EMC_LIBd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_d.a";' export 'W3EMC_LIBd;' 'W3EMC_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/w3emc_v2.3.1";' export 'W3EMC_SRC;' 'W3EMC_VER="v2.3.1";' export 'W3EMC_VER;' 'W3NCO_INC4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3nco_v2.0.7_4";' export 'W3NCO_INC4;' 'W3NCO_INC8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3nco_v2.0.7_8";' export 'W3NCO_INC8;' 'W3NCO_INCd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3nco_v2.0.7_d";' export 'W3NCO_INCd;' 'W3NCO_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_4.a";' export 'W3NCO_LIB4;' 'W3NCO_LIB8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_8.a";' export 'W3NCO_LIB8;' 'W3NCO_LIBd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_d.a";' export 'W3NCO_LIBd;' 'W3NCO_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/w3nco_v2.0.7";' export 'W3NCO_SRC;' 'W3NCO_VER="v2.0.7";' export 'W3NCO_VER;' 'XLSF_UIDDIR="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib/uid";' export 'XLSF_UIDDIR;' 'Z_INC="/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/include";' export 'Z_INC;' 'Z_LIB="/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib/libz.a";' export 'Z_LIB;' 'Z_SRC="/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/src";' export 'Z_SRC;' 'Z_VER="1.2.11";' export 'Z_VER;' '__LMOD_REF_COUNT__LMFILES_="/usrx/local/prod/modulefiles/core_third/ips/18.0.1.163:1;/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1/impi/18.0.1.lua:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/NetCDF/4.5.0:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/HDF5-serial/1.10.1:1;/usrx/local/prod/modulefiles/core_third/lsf/10.1:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/bacio/2.0.3:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/ip/3.0.2:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/sp/2.0.3:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3nco/2.0.7:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3emc/2.3.1:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/nemsio/2.2.4:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2/3.1.1:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2tmpl/1.6.0:1;/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/crtm/2.2.6:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/jasper/1.900.29:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/libpng/1.2.59:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/zlib/1.2.11:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/post/8.0.1:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/esmf/8.0.0:1;/usrx/local/dev/modulefiles/cmake/3.10.0:1;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3:1";' export '__LMOD_REF_COUNT__LMFILES_;' '_LMFILES_="/usrx/local/prod/modulefiles/core_third/ips/18.0.1.163:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1/impi/18.0.1.lua:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/NetCDF/4.5.0:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/HDF5-serial/1.10.1:/usrx/local/prod/modulefiles/core_third/lsf/10.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/bacio/2.0.3:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/ip/3.0.2:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/sp/2.0.3:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3nco/2.0.7:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3emc/2.3.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/nemsio/2.2.4:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2/3.1.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2tmpl/1.6.0:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/crtm/2.2.6:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/jasper/1.900.29:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/libpng/1.2.59:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/zlib/1.2.11:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/post/8.0.1:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/esmf/8.0.0:/usrx/local/dev/modulefiles/cmake/3.10.0:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3";' export '_LMFILES_;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImlwcyIsWyJjb25tcGlsZXIiXT0iSERGNS1zZXJpYWwiLFsibXBpIl09ImltcGkiLH0sbVQ9e1siSERGNS1zZXJpYWwiXT17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvSERGNS1zZXJpYWwvMS4xMC4xIixbImZ1bGxOYW1lIl09IkhERjUtc2VyaWFsLzEuMTAuMSIsWyJsb2FkT3JkZXIiXT00LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09IkhERjUtc2VyaWFs";' export '_ModuleTable001_;' '_ModuleTable002_="LzEuMTAuMSIsfSxOZXRDREY9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xL05ldENERi80LjUuMCIsWyJmdWxsTmFtZSJdPSJOZXRDREYvNC41LjAiLFsibG9hZE9yZGVyIl09Myxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJOZXRDREYvNC41LjAiLH0sYmFjaW89e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2JhY2lvLzIuMC4zIixbImZ1bGxOYW1lIl09ImJhY2lvLzIuMC4zIixbImxvYWRPcmRlciJdPTYscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNl";' export '_ModuleTable002_;' '_ModuleTable003_="ck5hbWUiXT0iYmFjaW8vMi4wLjMiLH0sY21ha2U9e1siZm4iXT0iL3VzcngvbG9jYWwvZGV2L21vZHVsZWZpbGVzL2NtYWtlLzMuMTAuMCIsWyJmdWxsTmFtZSJdPSJjbWFrZS8zLjEwLjAiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY21ha2UvMy4xMC4wIix9LGNydG09e1siZm4iXT0iL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfcHJvZC9pcHMvMTguMC4xL2NydG0vMi4yLjYiLFsiZnVsbE5hbWUiXT0iY3J0bS8yLjIuNiIsWyJsb2FkT3JkZXIiXT0xNCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1";' export '_ModuleTable003_;' '_ModuleTable004_="c2VyTmFtZSJdPSJjcnRtLzIuMi42Iix9LGVzbWY9e1siZm4iXT0iL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcjE4L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL3djb3NzX2RlbGxfcDMvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT0yMSxw";' export '_ModuleTable004_;' '_ModuleTable005_="cm9wVD17fSxbInN0YWNrRGVwdGgiXT0wLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZzI9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2cyLzMuMS4xIixbImZ1bGxOYW1lIl09ImcyLzMuMS4xIixbImxvYWRPcmRlciJdPTEyLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcyLzMuMS4xIix9LGcydG1wbD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzJ0bXBsLzEuNi4wIixbImZ1bGxOYW1lIl09ImcydG1wbC8xLjYuMCIsWyJsb2FkT3JkZXIiXT0xMyxwcm9wVD17fSxbInN0YWNr";' export '_ModuleTable005_;' '_ModuleTable006_="RGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMnRtcGwvMS42LjAiLH0saW1waT17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX21waS9pcHMvMTguMC4xL2ltcGkvMTguMC4xLmx1YSIsWyJmdWxsTmFtZSJdPSJpbXBpLzE4LjAuMSIsWyJsb2FkT3JkZXIiXT0yLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImltcGkvMTguMC4xIix9LGlwPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9pcC8zLjAuMiIsWyJmdWxsTmFtZSJdPSJpcC8zLjAuMiIsWyJsb2FkT3JkZXIiXT03LHByb3BUPXt9LFsic3Rh";' export '_ModuleTable006_;' '_ModuleTable007_="Y2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImlwLzMuMC4yIix9LGlwcz17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQvaXBzLzE4LjAuMS4xNjMiLFsiZnVsbE5hbWUiXT0iaXBzLzE4LjAuMS4xNjMiLFsibG9hZE9yZGVyIl09MSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJpcHMvMTguMC4xLjE2MyIsfSxqYXNwZXI9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xL2phc3Blci8xLjkwMC4yOSIsWyJmdWxsTmFtZSJdPSJqYXNwZXIvMS45MDAuMjkiLFsibG9hZE9yZGVyIl09";' export '_ModuleTable007_;' '_ModuleTable008_="MTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iamFzcGVyLzEuOTAwLjI5Iix9LGxpYnBuZz17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvbGlicG5nLzEuMi41OSIsWyJmdWxsTmFtZSJdPSJsaWJwbmcvMS4yLjU5IixbImxvYWRPcmRlciJdPTE2LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImxpYnBuZy8xLjIuNTkiLH0sbHNmPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZC9sc2YvMTAuMSIsWyJmdWxsTmFtZSJdPSJsc2YvMTAuMSIsWyJsb2Fk";' export '_ModuleTable008_;' '_ModuleTable009_="T3JkZXIiXT01LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImxzZi8xMC4xIix9LG5lbXNpbz17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvbmVtc2lvLzIuMi40IixbImZ1bGxOYW1lIl09Im5lbXNpby8yLjIuNCIsWyJsb2FkT3JkZXIiXT0xMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZW1zaW8vMi4yLjQiLH0scG9zdD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvcG9zdC84LjAuMSIsWyJmdWxsTmFtZSJdPSJwb3N0LzguMC4xIixbImxvYWRP";' export '_ModuleTable009_;' '_ModuleTable010_="cmRlciJdPTE4LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InBvc3QvOC4wLjEiLH0sc3A9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL3NwLzIuMC4zIixbImZ1bGxOYW1lIl09InNwLzIuMC4zIixbImxvYWRPcmRlciJdPTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ic3AvMi4wLjMiLH0sdzNlbWM9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL3czZW1jLzIuMy4xIixbImZ1bGxOYW1lIl09InczZW1jLzIuMy4xIixbImxvYWRPcmRlciJdPTEwLHBy";' export '_ModuleTable010_;' '_ModuleTable011_="b3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczZW1jLzIuMy4xIix9LHczbmNvPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy93M25jby8yLjAuNyIsWyJmdWxsTmFtZSJdPSJ3M25jby8yLjAuNyIsWyJsb2FkT3JkZXIiXT05LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHpsaWI9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xL3psaWIvMS4yLjExIixbImZ1bGxOYW1lIl09InpsaWIvMS4yLjExIixbImxvYWRPcmRl";' export '_ModuleTable011_;' '_ModuleTable012_="ciJdPTE3LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InpsaWIvMS4yLjExIix9LH0sbXBhdGhBPXsiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMiLCIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9EdXNhbi5Kb3ZpYy91ZnMvcHIxOC91ZnMtd2VhdGhlci1tb2RlbC9tb2R1bGVmaWxlcy93Y29zc19kZWxsX3AzIiwiL3VzcngvbG9jYWwvZGV2L2VtY19yb2NvdG8vbW9kdWxlZmlsZXMiLCIvdXNyeC9sb2NhbC9kZXYvbW9kdWxlZmlsZXMiLCIvdXNyeC9sb2NhbC9wcm9kL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlIiwiL3VzcngvbG9j";' export '_ModuleTable012_;' '_ModuleTable013_="YWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9kZWZzIiwiL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29yZV9wcm9kIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xIiwiL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfcHJvZC9pcHMvMTguMC4xIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl9tcGkvaXBzLzE4LjAuMSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvbXBpX3RoaXJkL2lwcy8xOC4wLjEvaW1waS8xOC4wLjEiLCIvZ3Bmcy9kZWxsMS9uY28vb3BzL253";' export '_ModuleTable013_;' '_ModuleTable014_="cHJvZC9tb2R1bGVmaWxlcy9tcGlfcHJvZC9pcHMvMTguMC4xL2ltcGkvMTguMC4xIiwiL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzIix9LFsic3lzdGVtQmFzZU1QQVRIIl09Ii91c3J4L2xvY2FsL3Byb2QvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmU6L3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkOi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvZGVmczovZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb3JlX3Byb2QiLH0=";' export '_ModuleTable014_;' '_ModuleTable_Sz_="14";' export '_ModuleTable_Sz_;' -++ ADVISOR_2018_DIR=/usrx/local/prod/intel/2018UP01/advisor_2018 -++ export ADVISOR_2018_DIR -++ BACIO_LIB4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libbacio_v2.0.3_4.a -++ export BACIO_LIB4 -++ BACIO_LIB8=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libbacio_v2.0.3_8.a -++ export BACIO_LIB8 -++ BACIO_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/bacio_v2.0.3 -++ export BACIO_SRC -++ BACIO_VER=v2.0.3 -++ export BACIO_VER -++ BINARY_TYPE_HPC= -++ export BINARY_TYPE_HPC -++ __LMOD_REF_COUNT_CLASSPATH='/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64/mpi.jar:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/daal.jar:1' -++ export __LMOD_REF_COUNT_CLASSPATH -++ CLASSPATH=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64/mpi.jar:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/daal.jar -++ export CLASSPATH -++ CLCK_ROOT=/usrx/local/prod/intel/2018UP01/clck_latest -++ export CLCK_ROOT -++ CMAKE_CXX_COMPILER=mpiicpc -++ export CMAKE_CXX_COMPILER -++ CMAKE_C_COMPILER=mpiicc -++ export CMAKE_C_COMPILER -++ CMAKE_Fortran_COMPILER=mpiifort -++ export CMAKE_Fortran_COMPILER -++ CMAKE_Platform=wcoss_dell_p3 -++ export CMAKE_Platform -++ COMP=ips -++ export COMP -++ __LMOD_REF_COUNT_CPATH='/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/pstl/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/include:1' -++ export __LMOD_REF_COUNT_CPATH -++ CPATH=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/pstl/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/include -++ export CPATH -++ __LMOD_REF_COUNT_CPLUS_INCLUDE_PATH=/usrx/local/prod/intel/2018UP01/clck_latest/include:1 -++ export __LMOD_REF_COUNT_CPLUS_INCLUDE_PATH -++ CPLUS_INCLUDE_PATH=/usrx/local/prod/intel/2018UP01/clck_latest/include -++ export CPLUS_INCLUDE_PATH -++ CRTM_FIX=/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/fix -++ export CRTM_FIX -++ CRTM_INC=/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/ips/18.0.1/include/crtm_v2.2.6 -++ export CRTM_INC -++ CRTM_LIB=/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/ips/18.0.1/libcrtm_v2.2.6.a -++ export CRTM_LIB -++ CRTM_SRC=/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/src -++ export CRTM_SRC -++ CRTM_VER=v2.2.6 -++ export CRTM_VER -++ DAALROOT=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal -++ export DAALROOT -++ ESMFMKFILE=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/lib/esmf.mk -++ export ESMFMKFILE -++ G2TMPL_INC=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/g2tmpl_v1.6.0 -++ export G2TMPL_INC -++ G2TMPL_LIB=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2tmpl_v1.6.0.a -++ export G2TMPL_LIB -++ G2TMPL_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/g2tmpl_v1.6.0/src -++ export G2TMPL_SRC -++ G2TMPL_VER=v1.6.0 -++ export G2TMPL_VER -++ G2_INC4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/g2_v3.1.1_4 -++ export G2_INC4 -++ G2_INCd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/g2_v3.1.1_d -++ export G2_INCd -++ G2_LIB4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2_v3.1.1_4.a -++ export G2_LIB4 -++ G2_LIBd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2_v3.1.1_d.a -++ export G2_LIBd -++ G2_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/g2_v3.1.1 -++ export G2_SRC -++ G2_VER=v3.1.1 -++ export G2_VER -++ GDBSERVER_MIC=/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/targets/intel64/x200/bin/gdbserver -++ export GDBSERVER_MIC -++ GDB_CROSS=/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/bin/gdb-ia -++ export GDB_CROSS -++ HDF5=/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1 -++ export HDF5 -++ HDF5_CFLAGS=-I/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/include -++ export HDF5_CFLAGS -++ HDF5_CXXFLAGS=-I/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/include -++ export HDF5_CXXFLAGS -++ HDF5_FFLAGS=-I/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/include -++ export HDF5_FFLAGS -++ HDF5_INCLUDE=-I/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/include -++ export HDF5_INCLUDE -++ HDF5_LDFLAGS='-L/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib -lhdf5_hl -lhdf5hl_fortran -lhdf5 -lhdf5_fortran' -++ export HDF5_LDFLAGS -++ HDF5_LDFLAGS_C='-L/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib -lhdf5_hl -lhdf5' -++ export HDF5_LDFLAGS_C -++ HDF5_LDFLAGS_CXX='-L/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib -lhdf5_hl -hdf5_hl_cpp -lhdf5 -lhdf5_cpp' -++ export HDF5_LDFLAGS_CXX -++ HDF5_LDFLAGS_F='-L/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib -lhdf5_hl -lhdf5hl_fortran -lhdf5 -lhdf5_fortran' -++ export HDF5_LDFLAGS_F -++ __LMOD_REF_COUNT_INFOPATH='/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/info:1;info_gdb_igfx:1' -++ export __LMOD_REF_COUNT_INFOPATH -++ INFOPATH=/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/info:info_gdb_igfx -++ export INFOPATH -++ INSPECTOR_2018_DIR=/usrx/local/prod/intel/2018UP01/inspector_2018 -++ export INSPECTOR_2018_DIR -++ INTEL_LICENSE_FILE=/usrx/local/prod/intel/licenses -++ export INTEL_LICENSE_FILE -++ INTEL_PYTHONHOME=/usrx/local/prod/intel/2018UP01/debugger_2018/python/intel64 -++ export INTEL_PYTHONHOME -++ IPPROOT=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp -++ export IPPROOT -++ IP_INC4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ip_v3.0.2_4 -++ export IP_INC4 -++ IP_INC8=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ip_v3.0.2_8 -++ export IP_INC8 -++ IP_INCd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ip_v3.0.2_d -++ export IP_INCd -++ IP_LIB4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libip_v3.0.2_4.a -++ export IP_LIB4 -++ IP_LIB8=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libip_v3.0.2_8.a -++ export IP_LIB8 -++ IP_LIBd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libip_v3.0.2_d.a -++ export IP_LIBd -++ IP_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/ip_v3.0.2 -++ export IP_SRC -++ IP_VER=v3.0.2 -++ export IP_VER -++ I_MPI_CC=icc -++ export I_MPI_CC -++ I_MPI_CXX=icpc -++ export I_MPI_CXX -++ I_MPI_EXTRA_FILESYSTEM=yes -++ export I_MPI_EXTRA_FILESYSTEM -++ I_MPI_EXTRA_FILESYSTEM_LIST=gpfs -++ export I_MPI_EXTRA_FILESYSTEM_LIST -++ I_MPI_F77=ifort -++ export I_MPI_F77 -++ I_MPI_F90=ifort -++ export I_MPI_F90 -++ I_MPI_FC=ifort -++ export I_MPI_FC -++ I_MPI_HYDRA_BOOTSTRAP=lsf -++ export I_MPI_HYDRA_BOOTSTRAP -++ I_MPI_HYDRA_IFACE=ib0 -++ export I_MPI_HYDRA_IFACE -++ I_MPI_LSF_USE_COLLECTIVE_LAUNCH=1 -++ export I_MPI_LSF_USE_COLLECTIVE_LAUNCH -++ I_MPI_ROOT=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi -++ export I_MPI_ROOT -++ JASPER_INC=/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/include -++ export JASPER_INC -++ JASPER_LIB=/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib/libjasper.a -++ export JASPER_LIB -++ JASPER_LIBDIR=/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib -++ export JASPER_LIBDIR -++ JASPER_SRC=/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/src/jasper-1.900.29 -++ export JASPER_SRC -++ JASPER_VER=1.900.29 -++ export JASPER_VER -++ KMP_AFFINITY=scatter -++ export KMP_AFFINITY -++ unset LAUNCH -++ __LMOD_REF_COUNT_LD_LIBRARY_PATH='/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/lib:1;/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib:1;/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib:1;/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib:1;/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:1;/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib:1;/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib:1;/usrx/local/prod/intel/2018UP01/itac_latest/slib:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:1;/usrx/local/prod/intel/2018UP01/debugger_2018/iga/lib:1;/usrx/local/prod/intel/2018UP01/debugger_2018/libipt/intel64/lib:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4:1' -++ export __LMOD_REF_COUNT_LD_LIBRARY_PATH -++ LD_LIBRARY_PATH=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/lib:/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib:/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib:/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib:/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib:/usrx/local/prod/intel/2018UP01/itac_latest/slib:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:/usrx/local/prod/intel/2018UP01/debugger_2018/iga/lib:/usrx/local/prod/intel/2018UP01/debugger_2018/libipt/intel64/lib:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4 -++ export LD_LIBRARY_PATH -++ __LMOD_REF_COUNT_LIBRARY_PATH='/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:1;/usrx/local/prod/intel/2018UP01/clck_latest/lib/intel64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4:1' -++ export __LMOD_REF_COUNT_LIBRARY_PATH -++ LIBRARY_PATH=/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:/usrx/local/prod/intel/2018UP01/clck_latest/lib/intel64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4 -++ export LIBRARY_PATH -++ LIB_NAME=POST -++ export LIB_NAME -++ LMOD_FAMILY_COMPILER=ips -++ export LMOD_FAMILY_COMPILER -++ LMOD_FAMILY_COMPILER_VERSION=18.0.1.163 -++ export LMOD_FAMILY_COMPILER_VERSION -++ LMOD_FAMILY_CONMPILER=HDF5-serial -++ export LMOD_FAMILY_CONMPILER -++ LMOD_FAMILY_CONMPILER_VERSION=1.10.1 -++ export LMOD_FAMILY_CONMPILER_VERSION -++ LMOD_FAMILY_MPI=impi -++ export LMOD_FAMILY_MPI -++ LMOD_FAMILY_MPI_VERSION=18.0.1 -++ export LMOD_FAMILY_MPI_VERSION -++ __LMOD_REF_COUNT_LOADEDMODULES='ips/18.0.1.163:1;impi/18.0.1:1;NetCDF/4.5.0:1;HDF5-serial/1.10.1:1;lsf/10.1:1;bacio/2.0.3:1;ip/3.0.2:1;sp/2.0.3:1;w3nco/2.0.7:1;w3emc/2.3.1:1;nemsio/2.2.4:1;g2/3.1.1:1;g2tmpl/1.6.0:1;crtm/2.2.6:1;jasper/1.900.29:1;libpng/1.2.59:1;zlib/1.2.11:1;post/8.0.1:1;esmf/8.0.0:1;cmake/3.10.0:1;fv3:1' -++ export __LMOD_REF_COUNT_LOADEDMODULES -++ LOADEDMODULES=ips/18.0.1.163:impi/18.0.1:NetCDF/4.5.0:HDF5-serial/1.10.1:lsf/10.1:bacio/2.0.3:ip/3.0.2:sp/2.0.3:w3nco/2.0.7:w3emc/2.3.1:nemsio/2.2.4:g2/3.1.1:g2tmpl/1.6.0:crtm/2.2.6:jasper/1.900.29:libpng/1.2.59:zlib/1.2.11:post/8.0.1:esmf/8.0.0:cmake/3.10.0:fv3 -++ export LOADEDMODULES -++ LSF_BINDIR=/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin -++ export LSF_BINDIR -++ LSF_ENVDIR=/gpfs/lsf/conf -++ export LSF_ENVDIR -++ LSF_LIBDIR=/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib -++ export LSF_LIBDIR -++ LSF_SERVERDIR=/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc -++ export LSF_SERVERDIR -++ __LMOD_REF_COUNT_MANPATH='/usrx/local/dev/packages/cmake/3.10.0/share/man:1;/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/share/man:1;/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/share/man:1;/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/man:1;/gpfs/lsf/10.1/man:1;/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/share/man:1;/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/share/man:1;/usrx/local/prod/intel/2018UP01/itac_latest/man:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/man/common:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/man:1;/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/man:1;/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-igfx/man:1;/usrx/local/prod/lmod/lmod/share/man:1;/usrx/local/prod/intel/2018UP01/inspector_2018/man:1;/usrx/local/prod/intel/2018UP01/advisor_2018/man:1' -++ export __LMOD_REF_COUNT_MANPATH -++ MANPATH=/usrx/local/dev/packages/cmake/3.10.0/share/man:/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/share/man:/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/share/man:/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/man:/gpfs/lsf/10.1/man:/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/share/man:/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/share/man:/usrx/local/prod/intel/2018UP01/itac_latest/man:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/man/common:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/man:/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/man:/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-igfx/man:/usrx/local/prod/lmod/lmod/share/man::/usrx/local/prod/intel/2018UP01/inspector_2018/man:/usrx/local/prod/intel/2018UP01/advisor_2018/man -++ export MANPATH -++ MKLROOT=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl -++ export MKLROOT -++ MODULEPATH=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/dev/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1:/usrx/local/prod/modulefiles/mpi_third/ips/18.0.1/impi/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/mpi_prod/ips/18.0.1/impi/18.0.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles -++ export MODULEPATH -++ MPM_LAUNCHER=/usrx/local/prod/intel/2018UP01/debugger_2018/mpm/mic/bin/start_mpm.sh -++ export MPM_LAUNCHER -++ NEMSIO_INC=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/nemsio_v2.2.4 -++ export NEMSIO_INC -++ NEMSIO_LIB=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libnemsio_v2.2.4.a -++ export NEMSIO_LIB -++ NEMSIO_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/nemsio_v2.2.4 -++ export NEMSIO_SRC -++ NEMSIO_VER=v2.2.4 -++ export NEMSIO_VER -++ NETCDF=/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0 -++ export NETCDF -++ NETCDF_CFLAGS=-I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -++ export NETCDF_CFLAGS -++ NETCDF_CXX4FLAGS=-I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -++ export NETCDF_CXX4FLAGS -++ NETCDF_CXXFLAGS=-I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -++ export NETCDF_CXXFLAGS -++ NETCDF_FFLAGS=-I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -++ export NETCDF_FFLAGS -++ NETCDF_INC=/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -++ export NETCDF_INC -++ NETCDF_INCLUDE=-I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -++ export NETCDF_INCLUDE -++ NETCDF_LDFLAGS='-L/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib -lnetcdff' -++ export NETCDF_LDFLAGS -++ NETCDF_LDFLAGS_C='-L/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib -lnetcdf' -++ export NETCDF_LDFLAGS_C -++ NETCDF_LDFLAGS_CXX='-L/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib -lnetcdf -lnetcdf_c++' -++ export NETCDF_LDFLAGS_CXX -++ NETCDF_LDFLAGS_CXX4='-L/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib -lnetcdf -lnetcdf_c++4' -++ export NETCDF_LDFLAGS_CXX4 -++ NETCDF_LDFLAGS_F='-L/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib -lnetcdff' -++ export NETCDF_LDFLAGS_F -++ NETCDF_LIB=/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib -++ export NETCDF_LIB -++ NETCDF_ROOT=/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0 -++ export NETCDF_ROOT -++ __LMOD_REF_COUNT_NLSPATH='/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin/locale/%l_%t/%N:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin/locale/%l_%t/%N:1;/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/share/locale/%l_%t/%N:1' -++ export __LMOD_REF_COUNT_NLSPATH -++ NLSPATH=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin/locale/%l_%t/%N:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin/locale/%l_%t/%N::/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/share/locale/%l_%t/%N -++ export NLSPATH -++ __LMOD_REF_COUNT_PATH='/usrx/local/dev/packages/cmake/3.10.0/bin:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/bin:1;/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/bin:1;/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/bin:1;/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc:1;/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin:1;/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1:1;/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/bin:1;/usrx/local/prod/intel/2018UP01/advisor_2018/bin64:1;/usrx/local/prod/intel/2018UP01/vtune_amplifier_2018/bin64:1;/usrx/local/prod/intel/2018UP01/inspector_2018/bin64:1;/usrx/local/prod/intel/2018UP01/itac_latest/bin:1;/usrx/local/prod/intel/2018UP01/clck_latest/bin/intel64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/bin/intel64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64:1;/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/targets/intel64/x200/bin:1;/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/bin:1;/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/usr/lpp/mmfs/bin:1;/opt/ibutils/bin:1;/opt/dell/srvadmin/bin:1;/u/Dusan.Jovic/bin:2;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/dbrowse:1;/u/Dusan.Jovic/.local/bin:1;/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/include:1' -++ export __LMOD_REF_COUNT_PATH -++ PATH=/usrx/local/dev/packages/cmake/3.10.0/bin:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/bin:/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/bin:/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/bin:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin:/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1:/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/bin:/usrx/local/prod/intel/2018UP01/advisor_2018/bin64:/usrx/local/prod/intel/2018UP01/vtune_amplifier_2018/bin64:/usrx/local/prod/intel/2018UP01/inspector_2018/bin64:/usrx/local/prod/intel/2018UP01/itac_latest/bin:/usrx/local/prod/intel/2018UP01/clck_latest/bin/intel64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/bin/intel64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64:/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/targets/intel64/x200/bin:/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/usr/lpp/mmfs/bin:/opt/ibutils/bin:/opt/dell/srvadmin/bin:/u/Dusan.Jovic/bin:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/dbrowse:/u/Dusan.Jovic/.local/bin:/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/include -++ export PATH -++ PKG_CONFIG_PATH=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/bin/pkgconfig -++ export PKG_CONFIG_PATH -++ PNG_INC=/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/include -++ export PNG_INC -++ PNG_LIB=/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng.a -++ export PNG_LIB -++ PNG_LIB12=/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng12.a -++ export PNG_LIB12 -++ PNG_LIBDIR=/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib -++ export PNG_LIBDIR -++ PNG_LIBso=/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng.so -++ export PNG_LIBso -++ PNG_SRC=/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/src/libpng-1.2.59 -++ export PNG_SRC -++ PNG_VER=1.2.59 -++ export PNG_VER -++ POST_INC=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ncep_post_v8.0.1_4 -++ export POST_INC -++ POST_LIB=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libncep_post_v8.0.1_4.a -++ export POST_LIB -++ POST_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/post_v8.0.1 -++ export POST_SRC -++ POST_VER=v8.0.1 -++ export POST_VER -++ PSTLROOT=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/pstl -++ export PSTLROOT -++ PYTHONPATH=/usrx/local/prod/intel/2018UP01/advisor_2018/pythonapi -++ export PYTHONPATH -++ SP_LIB4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_4.a -++ export SP_LIB4 -++ SP_LIB8=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_8.a -++ export SP_LIB8 -++ SP_LIBd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_d.a -++ export SP_LIBd -++ SP_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/sp_v2.0.3 -++ export SP_SRC -++ SP_VER=v2.0.3 -++ export SP_VER -++ TBBROOT=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb -++ export TBBROOT -++ VT_ADD_LIBS='-ldwarf -lelf -lvtunwind -lm -lpthread' -++ export VT_ADD_LIBS -++ VT_ARCH=intel64 -++ export VT_ARCH -++ VT_LIB_DIR=/usrx/local/prod/intel/2018UP01/itac_latest/lib -++ export VT_LIB_DIR -++ VT_MPI=impi4 -++ export VT_MPI -++ VT_ROOT=/usrx/local/prod/intel/2018UP01/itac_latest -++ export VT_ROOT -++ VT_SLIB_DIR=/usrx/local/prod/intel/2018UP01/itac_latest/slib -++ export VT_SLIB_DIR -++ W3EMC_INC4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3emc_v2.3.1_4 -++ export W3EMC_INC4 -++ W3EMC_INC8=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3emc_v2.3.1_8 -++ export W3EMC_INC8 -++ W3EMC_INCd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3emc_v2.3.1_d -++ export W3EMC_INCd -++ W3EMC_LIB4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_4.a -++ export W3EMC_LIB4 -++ W3EMC_LIB8=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_8.a -++ export W3EMC_LIB8 -++ W3EMC_LIBd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_d.a -++ export W3EMC_LIBd -++ W3EMC_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/w3emc_v2.3.1 -++ export W3EMC_SRC -++ W3EMC_VER=v2.3.1 -++ export W3EMC_VER -++ W3NCO_INC4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3nco_v2.0.7_4 -++ export W3NCO_INC4 -++ W3NCO_INC8=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3nco_v2.0.7_8 -++ export W3NCO_INC8 -++ W3NCO_INCd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3nco_v2.0.7_d -++ export W3NCO_INCd -++ W3NCO_LIB4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_4.a -++ export W3NCO_LIB4 -++ W3NCO_LIB8=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_8.a -++ export W3NCO_LIB8 -++ W3NCO_LIBd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_d.a -++ export W3NCO_LIBd -++ W3NCO_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/w3nco_v2.0.7 -++ export W3NCO_SRC -++ W3NCO_VER=v2.0.7 -++ export W3NCO_VER -++ XLSF_UIDDIR=/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib/uid -++ export XLSF_UIDDIR -++ Z_INC=/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/include -++ export Z_INC -++ Z_LIB=/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib/libz.a -++ export Z_LIB -++ Z_SRC=/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/src -++ export Z_SRC -++ Z_VER=1.2.11 -++ export Z_VER -++ __LMOD_REF_COUNT__LMFILES_='/usrx/local/prod/modulefiles/core_third/ips/18.0.1.163:1;/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1/impi/18.0.1.lua:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/NetCDF/4.5.0:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/HDF5-serial/1.10.1:1;/usrx/local/prod/modulefiles/core_third/lsf/10.1:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/bacio/2.0.3:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/ip/3.0.2:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/sp/2.0.3:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3nco/2.0.7:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3emc/2.3.1:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/nemsio/2.2.4:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2/3.1.1:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2tmpl/1.6.0:1;/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/crtm/2.2.6:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/jasper/1.900.29:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/libpng/1.2.59:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/zlib/1.2.11:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/post/8.0.1:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/esmf/8.0.0:1;/usrx/local/dev/modulefiles/cmake/3.10.0:1;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3:1' -++ export __LMOD_REF_COUNT__LMFILES_ -++ _LMFILES_=/usrx/local/prod/modulefiles/core_third/ips/18.0.1.163:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1/impi/18.0.1.lua:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/NetCDF/4.5.0:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/HDF5-serial/1.10.1:/usrx/local/prod/modulefiles/core_third/lsf/10.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/bacio/2.0.3:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/ip/3.0.2:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/sp/2.0.3:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3nco/2.0.7:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3emc/2.3.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/nemsio/2.2.4:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2/3.1.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2tmpl/1.6.0:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/crtm/2.2.6:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/jasper/1.900.29:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/libpng/1.2.59:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/zlib/1.2.11:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/post/8.0.1:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/esmf/8.0.0:/usrx/local/dev/modulefiles/cmake/3.10.0:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3 -++ export _LMFILES_ -++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImlwcyIsWyJjb25tcGlsZXIiXT0iSERGNS1zZXJpYWwiLFsibXBpIl09ImltcGkiLH0sbVQ9e1siSERGNS1zZXJpYWwiXT17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvSERGNS1zZXJpYWwvMS4xMC4xIixbImZ1bGxOYW1lIl09IkhERjUtc2VyaWFsLzEuMTAuMSIsWyJsb2FkT3JkZXIiXT00LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09IkhERjUtc2VyaWFs -++ export _ModuleTable001_ -++ _ModuleTable002_=LzEuMTAuMSIsfSxOZXRDREY9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xL05ldENERi80LjUuMCIsWyJmdWxsTmFtZSJdPSJOZXRDREYvNC41LjAiLFsibG9hZE9yZGVyIl09Myxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJOZXRDREYvNC41LjAiLH0sYmFjaW89e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2JhY2lvLzIuMC4zIixbImZ1bGxOYW1lIl09ImJhY2lvLzIuMC4zIixbImxvYWRPcmRlciJdPTYscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNl -++ export _ModuleTable002_ -++ _ModuleTable003_=ck5hbWUiXT0iYmFjaW8vMi4wLjMiLH0sY21ha2U9e1siZm4iXT0iL3VzcngvbG9jYWwvZGV2L21vZHVsZWZpbGVzL2NtYWtlLzMuMTAuMCIsWyJmdWxsTmFtZSJdPSJjbWFrZS8zLjEwLjAiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY21ha2UvMy4xMC4wIix9LGNydG09e1siZm4iXT0iL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfcHJvZC9pcHMvMTguMC4xL2NydG0vMi4yLjYiLFsiZnVsbE5hbWUiXT0iY3J0bS8yLjIuNiIsWyJsb2FkT3JkZXIiXT0xNCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1 -++ export _ModuleTable003_ -++ _ModuleTable004_=c2VyTmFtZSJdPSJjcnRtLzIuMi42Iix9LGVzbWY9e1siZm4iXT0iL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcjE4L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL3djb3NzX2RlbGxfcDMvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT0yMSxw -++ export _ModuleTable004_ -++ _ModuleTable005_=cm9wVD17fSxbInN0YWNrRGVwdGgiXT0wLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZzI9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2cyLzMuMS4xIixbImZ1bGxOYW1lIl09ImcyLzMuMS4xIixbImxvYWRPcmRlciJdPTEyLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcyLzMuMS4xIix9LGcydG1wbD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzJ0bXBsLzEuNi4wIixbImZ1bGxOYW1lIl09ImcydG1wbC8xLjYuMCIsWyJsb2FkT3JkZXIiXT0xMyxwcm9wVD17fSxbInN0YWNr -++ export _ModuleTable005_ -++ _ModuleTable006_=RGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMnRtcGwvMS42LjAiLH0saW1waT17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX21waS9pcHMvMTguMC4xL2ltcGkvMTguMC4xLmx1YSIsWyJmdWxsTmFtZSJdPSJpbXBpLzE4LjAuMSIsWyJsb2FkT3JkZXIiXT0yLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImltcGkvMTguMC4xIix9LGlwPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9pcC8zLjAuMiIsWyJmdWxsTmFtZSJdPSJpcC8zLjAuMiIsWyJsb2FkT3JkZXIiXT03LHByb3BUPXt9LFsic3Rh -++ export _ModuleTable006_ -++ _ModuleTable007_=Y2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImlwLzMuMC4yIix9LGlwcz17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQvaXBzLzE4LjAuMS4xNjMiLFsiZnVsbE5hbWUiXT0iaXBzLzE4LjAuMS4xNjMiLFsibG9hZE9yZGVyIl09MSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJpcHMvMTguMC4xLjE2MyIsfSxqYXNwZXI9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xL2phc3Blci8xLjkwMC4yOSIsWyJmdWxsTmFtZSJdPSJqYXNwZXIvMS45MDAuMjkiLFsibG9hZE9yZGVyIl09 -++ export _ModuleTable007_ -++ _ModuleTable008_=MTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iamFzcGVyLzEuOTAwLjI5Iix9LGxpYnBuZz17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvbGlicG5nLzEuMi41OSIsWyJmdWxsTmFtZSJdPSJsaWJwbmcvMS4yLjU5IixbImxvYWRPcmRlciJdPTE2LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImxpYnBuZy8xLjIuNTkiLH0sbHNmPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZC9sc2YvMTAuMSIsWyJmdWxsTmFtZSJdPSJsc2YvMTAuMSIsWyJsb2Fk -++ export _ModuleTable008_ -++ _ModuleTable009_=T3JkZXIiXT01LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImxzZi8xMC4xIix9LG5lbXNpbz17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvbmVtc2lvLzIuMi40IixbImZ1bGxOYW1lIl09Im5lbXNpby8yLjIuNCIsWyJsb2FkT3JkZXIiXT0xMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZW1zaW8vMi4yLjQiLH0scG9zdD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvcG9zdC84LjAuMSIsWyJmdWxsTmFtZSJdPSJwb3N0LzguMC4xIixbImxvYWRP -++ export _ModuleTable009_ -++ _ModuleTable010_=cmRlciJdPTE4LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InBvc3QvOC4wLjEiLH0sc3A9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL3NwLzIuMC4zIixbImZ1bGxOYW1lIl09InNwLzIuMC4zIixbImxvYWRPcmRlciJdPTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ic3AvMi4wLjMiLH0sdzNlbWM9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL3czZW1jLzIuMy4xIixbImZ1bGxOYW1lIl09InczZW1jLzIuMy4xIixbImxvYWRPcmRlciJdPTEwLHBy -++ export _ModuleTable010_ -++ _ModuleTable011_=b3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczZW1jLzIuMy4xIix9LHczbmNvPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy93M25jby8yLjAuNyIsWyJmdWxsTmFtZSJdPSJ3M25jby8yLjAuNyIsWyJsb2FkT3JkZXIiXT05LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHpsaWI9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xL3psaWIvMS4yLjExIixbImZ1bGxOYW1lIl09InpsaWIvMS4yLjExIixbImxvYWRPcmRl -++ export _ModuleTable011_ -++ _ModuleTable012_=ciJdPTE3LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InpsaWIvMS4yLjExIix9LH0sbXBhdGhBPXsiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMiLCIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9EdXNhbi5Kb3ZpYy91ZnMvcHIxOC91ZnMtd2VhdGhlci1tb2RlbC9tb2R1bGVmaWxlcy93Y29zc19kZWxsX3AzIiwiL3VzcngvbG9jYWwvZGV2L2VtY19yb2NvdG8vbW9kdWxlZmlsZXMiLCIvdXNyeC9sb2NhbC9kZXYvbW9kdWxlZmlsZXMiLCIvdXNyeC9sb2NhbC9wcm9kL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlIiwiL3VzcngvbG9j -++ export _ModuleTable012_ -++ _ModuleTable013_=YWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9kZWZzIiwiL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29yZV9wcm9kIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xIiwiL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfcHJvZC9pcHMvMTguMC4xIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl9tcGkvaXBzLzE4LjAuMSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvbXBpX3RoaXJkL2lwcy8xOC4wLjEvaW1waS8xOC4wLjEiLCIvZ3Bmcy9kZWxsMS9uY28vb3BzL253 -++ export _ModuleTable013_ -++ _ModuleTable014_=cHJvZC9tb2R1bGVmaWxlcy9tcGlfcHJvZC9pcHMvMTguMC4xL2ltcGkvMTguMC4xIiwiL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzIix9LFsic3lzdGVtQmFzZU1QQVRIIl09Ii91c3J4L2xvY2FsL3Byb2QvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmU6L3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkOi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvZGVmczovZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb3JlX3Byb2QiLH0= -++ export _ModuleTable014_ -++ _ModuleTable_Sz_=14 -++ export _ModuleTable_Sz_ -++ : -s sh -+ eval -+ module list -++ /usrx/local/prod/lmod/lmod/libexec/lmod bash list - -Currently Loaded Modules: - 1) ips/18.0.1.163 8) sp/2.0.3 15) jasper/1.900.29 - 2) impi/18.0.1 9) w3nco/2.0.7 16) libpng/1.2.59 - 3) NetCDF/4.5.0 10) w3emc/2.3.1 17) zlib/1.2.11 - 4) HDF5-serial/1.10.1 11) nemsio/2.2.4 18) post/8.0.1 - 5) lsf/10.1 12) g2/3.1.1 19) esmf/8.0.0 - 6) bacio/2.0.3 13) g2tmpl/1.6.0 20) cmake/3.10.0 - 7) ip/3.0.2 14) crtm/2.2.6 21) fv3 - - - -+ eval 'MODULEPATH="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/dev/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1:/usrx/local/prod/modulefiles/mpi_third/ips/18.0.1/impi/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/mpi_prod/ips/18.0.1/impi/18.0.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles";' export 'MODULEPATH;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImlwcyIsWyJjb25tcGlsZXIiXT0iSERGNS1zZXJpYWwiLFsibXBpIl09ImltcGkiLH0sbVQ9e1siSERGNS1zZXJpYWwiXT17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvSERGNS1zZXJpYWwvMS4xMC4xIixbImZ1bGxOYW1lIl09IkhERjUtc2VyaWFsLzEuMTAuMSIsWyJsb2FkT3JkZXIiXT00LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09IkhERjUtc2VyaWFs";' export '_ModuleTable001_;' '_ModuleTable002_="LzEuMTAuMSIsfSxOZXRDREY9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xL05ldENERi80LjUuMCIsWyJmdWxsTmFtZSJdPSJOZXRDREYvNC41LjAiLFsibG9hZE9yZGVyIl09Myxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJOZXRDREYvNC41LjAiLH0sYmFjaW89e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2JhY2lvLzIuMC4zIixbImZ1bGxOYW1lIl09ImJhY2lvLzIuMC4zIixbImxvYWRPcmRlciJdPTYscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNl";' export '_ModuleTable002_;' '_ModuleTable003_="ck5hbWUiXT0iYmFjaW8vMi4wLjMiLH0sY21ha2U9e1siZm4iXT0iL3VzcngvbG9jYWwvZGV2L21vZHVsZWZpbGVzL2NtYWtlLzMuMTAuMCIsWyJmdWxsTmFtZSJdPSJjbWFrZS8zLjEwLjAiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY21ha2UvMy4xMC4wIix9LGNydG09e1siZm4iXT0iL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfcHJvZC9pcHMvMTguMC4xL2NydG0vMi4yLjYiLFsiZnVsbE5hbWUiXT0iY3J0bS8yLjIuNiIsWyJsb2FkT3JkZXIiXT0xNCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1";' export '_ModuleTable003_;' '_ModuleTable004_="c2VyTmFtZSJdPSJjcnRtLzIuMi42Iix9LGVzbWY9e1siZm4iXT0iL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcjE4L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL3djb3NzX2RlbGxfcDMvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT0yMSxw";' export '_ModuleTable004_;' '_ModuleTable005_="cm9wVD17fSxbInN0YWNrRGVwdGgiXT0wLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZzI9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2cyLzMuMS4xIixbImZ1bGxOYW1lIl09ImcyLzMuMS4xIixbImxvYWRPcmRlciJdPTEyLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcyLzMuMS4xIix9LGcydG1wbD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzJ0bXBsLzEuNi4wIixbImZ1bGxOYW1lIl09ImcydG1wbC8xLjYuMCIsWyJsb2FkT3JkZXIiXT0xMyxwcm9wVD17fSxbInN0YWNr";' export '_ModuleTable005_;' '_ModuleTable006_="RGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMnRtcGwvMS42LjAiLH0saW1waT17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX21waS9pcHMvMTguMC4xL2ltcGkvMTguMC4xLmx1YSIsWyJmdWxsTmFtZSJdPSJpbXBpLzE4LjAuMSIsWyJsb2FkT3JkZXIiXT0yLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImltcGkvMTguMC4xIix9LGlwPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9pcC8zLjAuMiIsWyJmdWxsTmFtZSJdPSJpcC8zLjAuMiIsWyJsb2FkT3JkZXIiXT03LHByb3BUPXt9LFsic3Rh";' export '_ModuleTable006_;' '_ModuleTable007_="Y2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImlwLzMuMC4yIix9LGlwcz17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQvaXBzLzE4LjAuMS4xNjMiLFsiZnVsbE5hbWUiXT0iaXBzLzE4LjAuMS4xNjMiLFsibG9hZE9yZGVyIl09MSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJpcHMvMTguMC4xLjE2MyIsfSxqYXNwZXI9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xL2phc3Blci8xLjkwMC4yOSIsWyJmdWxsTmFtZSJdPSJqYXNwZXIvMS45MDAuMjkiLFsibG9hZE9yZGVyIl09";' export '_ModuleTable007_;' '_ModuleTable008_="MTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iamFzcGVyLzEuOTAwLjI5Iix9LGxpYnBuZz17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvbGlicG5nLzEuMi41OSIsWyJmdWxsTmFtZSJdPSJsaWJwbmcvMS4yLjU5IixbImxvYWRPcmRlciJdPTE2LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImxpYnBuZy8xLjIuNTkiLH0sbHNmPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZC9sc2YvMTAuMSIsWyJmdWxsTmFtZSJdPSJsc2YvMTAuMSIsWyJsb2Fk";' export '_ModuleTable008_;' '_ModuleTable009_="T3JkZXIiXT01LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImxzZi8xMC4xIix9LG5lbXNpbz17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvbmVtc2lvLzIuMi40IixbImZ1bGxOYW1lIl09Im5lbXNpby8yLjIuNCIsWyJsb2FkT3JkZXIiXT0xMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZW1zaW8vMi4yLjQiLH0scG9zdD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvcG9zdC84LjAuMSIsWyJmdWxsTmFtZSJdPSJwb3N0LzguMC4xIixbImxvYWRP";' export '_ModuleTable009_;' '_ModuleTable010_="cmRlciJdPTE4LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InBvc3QvOC4wLjEiLH0sc3A9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL3NwLzIuMC4zIixbImZ1bGxOYW1lIl09InNwLzIuMC4zIixbImxvYWRPcmRlciJdPTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ic3AvMi4wLjMiLH0sdzNlbWM9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL3czZW1jLzIuMy4xIixbImZ1bGxOYW1lIl09InczZW1jLzIuMy4xIixbImxvYWRPcmRlciJdPTEwLHBy";' export '_ModuleTable010_;' '_ModuleTable011_="b3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczZW1jLzIuMy4xIix9LHczbmNvPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy93M25jby8yLjAuNyIsWyJmdWxsTmFtZSJdPSJ3M25jby8yLjAuNyIsWyJsb2FkT3JkZXIiXT05LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHpsaWI9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xL3psaWIvMS4yLjExIixbImZ1bGxOYW1lIl09InpsaWIvMS4yLjExIixbImxvYWRPcmRl";' export '_ModuleTable011_;' '_ModuleTable012_="ciJdPTE3LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InpsaWIvMS4yLjExIix9LH0sbXBhdGhBPXsiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMiLCIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9EdXNhbi5Kb3ZpYy91ZnMvcHIxOC91ZnMtd2VhdGhlci1tb2RlbC9tb2R1bGVmaWxlcy93Y29zc19kZWxsX3AzIiwiL3VzcngvbG9jYWwvZGV2L2VtY19yb2NvdG8vbW9kdWxlZmlsZXMiLCIvdXNyeC9sb2NhbC9kZXYvbW9kdWxlZmlsZXMiLCIvdXNyeC9sb2NhbC9wcm9kL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlIiwiL3VzcngvbG9j";' export '_ModuleTable012_;' '_ModuleTable013_="YWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9kZWZzIiwiL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29yZV9wcm9kIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xIiwiL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfcHJvZC9pcHMvMTguMC4xIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl9tcGkvaXBzLzE4LjAuMSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvbXBpX3RoaXJkL2lwcy8xOC4wLjEvaW1waS8xOC4wLjEiLCIvZ3Bmcy9kZWxsMS9uY28vb3BzL253";' export '_ModuleTable013_;' '_ModuleTable014_="cHJvZC9tb2R1bGVmaWxlcy9tcGlfcHJvZC9pcHMvMTguMC4xL2ltcGkvMTguMC4xIiwiL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzIix9LFsic3lzdGVtQmFzZU1QQVRIIl09Ii91c3J4L2xvY2FsL3Byb2QvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmU6L3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkOi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvZGVmczovZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb3JlX3Byb2QiLH0=";' export '_ModuleTable014_;' '_ModuleTable_Sz_="14";' export '_ModuleTable_Sz_;' -++ MODULEPATH=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/dev/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1:/usrx/local/prod/modulefiles/mpi_third/ips/18.0.1/impi/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/mpi_prod/ips/18.0.1/impi/18.0.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles -++ export MODULEPATH -++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImlwcyIsWyJjb25tcGlsZXIiXT0iSERGNS1zZXJpYWwiLFsibXBpIl09ImltcGkiLH0sbVQ9e1siSERGNS1zZXJpYWwiXT17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvSERGNS1zZXJpYWwvMS4xMC4xIixbImZ1bGxOYW1lIl09IkhERjUtc2VyaWFsLzEuMTAuMSIsWyJsb2FkT3JkZXIiXT00LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09IkhERjUtc2VyaWFs -++ export _ModuleTable001_ -++ _ModuleTable002_=LzEuMTAuMSIsfSxOZXRDREY9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xL05ldENERi80LjUuMCIsWyJmdWxsTmFtZSJdPSJOZXRDREYvNC41LjAiLFsibG9hZE9yZGVyIl09Myxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJOZXRDREYvNC41LjAiLH0sYmFjaW89e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2JhY2lvLzIuMC4zIixbImZ1bGxOYW1lIl09ImJhY2lvLzIuMC4zIixbImxvYWRPcmRlciJdPTYscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNl -++ export _ModuleTable002_ -++ _ModuleTable003_=ck5hbWUiXT0iYmFjaW8vMi4wLjMiLH0sY21ha2U9e1siZm4iXT0iL3VzcngvbG9jYWwvZGV2L21vZHVsZWZpbGVzL2NtYWtlLzMuMTAuMCIsWyJmdWxsTmFtZSJdPSJjbWFrZS8zLjEwLjAiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY21ha2UvMy4xMC4wIix9LGNydG09e1siZm4iXT0iL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfcHJvZC9pcHMvMTguMC4xL2NydG0vMi4yLjYiLFsiZnVsbE5hbWUiXT0iY3J0bS8yLjIuNiIsWyJsb2FkT3JkZXIiXT0xNCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1 -++ export _ModuleTable003_ -++ _ModuleTable004_=c2VyTmFtZSJdPSJjcnRtLzIuMi42Iix9LGVzbWY9e1siZm4iXT0iL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcjE4L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL3djb3NzX2RlbGxfcDMvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT0yMSxw -++ export _ModuleTable004_ -++ _ModuleTable005_=cm9wVD17fSxbInN0YWNrRGVwdGgiXT0wLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZzI9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2cyLzMuMS4xIixbImZ1bGxOYW1lIl09ImcyLzMuMS4xIixbImxvYWRPcmRlciJdPTEyLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcyLzMuMS4xIix9LGcydG1wbD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzJ0bXBsLzEuNi4wIixbImZ1bGxOYW1lIl09ImcydG1wbC8xLjYuMCIsWyJsb2FkT3JkZXIiXT0xMyxwcm9wVD17fSxbInN0YWNr -++ export _ModuleTable005_ -++ _ModuleTable006_=RGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMnRtcGwvMS42LjAiLH0saW1waT17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX21waS9pcHMvMTguMC4xL2ltcGkvMTguMC4xLmx1YSIsWyJmdWxsTmFtZSJdPSJpbXBpLzE4LjAuMSIsWyJsb2FkT3JkZXIiXT0yLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImltcGkvMTguMC4xIix9LGlwPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9pcC8zLjAuMiIsWyJmdWxsTmFtZSJdPSJpcC8zLjAuMiIsWyJsb2FkT3JkZXIiXT03LHByb3BUPXt9LFsic3Rh -++ export _ModuleTable006_ -++ _ModuleTable007_=Y2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImlwLzMuMC4yIix9LGlwcz17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQvaXBzLzE4LjAuMS4xNjMiLFsiZnVsbE5hbWUiXT0iaXBzLzE4LjAuMS4xNjMiLFsibG9hZE9yZGVyIl09MSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJpcHMvMTguMC4xLjE2MyIsfSxqYXNwZXI9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xL2phc3Blci8xLjkwMC4yOSIsWyJmdWxsTmFtZSJdPSJqYXNwZXIvMS45MDAuMjkiLFsibG9hZE9yZGVyIl09 -++ export _ModuleTable007_ -++ _ModuleTable008_=MTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iamFzcGVyLzEuOTAwLjI5Iix9LGxpYnBuZz17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvbGlicG5nLzEuMi41OSIsWyJmdWxsTmFtZSJdPSJsaWJwbmcvMS4yLjU5IixbImxvYWRPcmRlciJdPTE2LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImxpYnBuZy8xLjIuNTkiLH0sbHNmPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZC9sc2YvMTAuMSIsWyJmdWxsTmFtZSJdPSJsc2YvMTAuMSIsWyJsb2Fk -++ export _ModuleTable008_ -++ _ModuleTable009_=T3JkZXIiXT01LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImxzZi8xMC4xIix9LG5lbXNpbz17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvbmVtc2lvLzIuMi40IixbImZ1bGxOYW1lIl09Im5lbXNpby8yLjIuNCIsWyJsb2FkT3JkZXIiXT0xMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZW1zaW8vMi4yLjQiLH0scG9zdD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvcG9zdC84LjAuMSIsWyJmdWxsTmFtZSJdPSJwb3N0LzguMC4xIixbImxvYWRP -++ export _ModuleTable009_ -++ _ModuleTable010_=cmRlciJdPTE4LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InBvc3QvOC4wLjEiLH0sc3A9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL3NwLzIuMC4zIixbImZ1bGxOYW1lIl09InNwLzIuMC4zIixbImxvYWRPcmRlciJdPTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ic3AvMi4wLjMiLH0sdzNlbWM9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL3czZW1jLzIuMy4xIixbImZ1bGxOYW1lIl09InczZW1jLzIuMy4xIixbImxvYWRPcmRlciJdPTEwLHBy -++ export _ModuleTable010_ -++ _ModuleTable011_=b3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczZW1jLzIuMy4xIix9LHczbmNvPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy93M25jby8yLjAuNyIsWyJmdWxsTmFtZSJdPSJ3M25jby8yLjAuNyIsWyJsb2FkT3JkZXIiXT05LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHpsaWI9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xL3psaWIvMS4yLjExIixbImZ1bGxOYW1lIl09InpsaWIvMS4yLjExIixbImxvYWRPcmRl -++ export _ModuleTable011_ -++ _ModuleTable012_=ciJdPTE3LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InpsaWIvMS4yLjExIix9LH0sbXBhdGhBPXsiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMiLCIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9EdXNhbi5Kb3ZpYy91ZnMvcHIxOC91ZnMtd2VhdGhlci1tb2RlbC9tb2R1bGVmaWxlcy93Y29zc19kZWxsX3AzIiwiL3VzcngvbG9jYWwvZGV2L2VtY19yb2NvdG8vbW9kdWxlZmlsZXMiLCIvdXNyeC9sb2NhbC9kZXYvbW9kdWxlZmlsZXMiLCIvdXNyeC9sb2NhbC9wcm9kL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlIiwiL3VzcngvbG9j -++ export _ModuleTable012_ -++ _ModuleTable013_=YWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9kZWZzIiwiL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29yZV9wcm9kIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xIiwiL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfcHJvZC9pcHMvMTguMC4xIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl9tcGkvaXBzLzE4LjAuMSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvbXBpX3RoaXJkL2lwcy8xOC4wLjEvaW1waS8xOC4wLjEiLCIvZ3Bmcy9kZWxsMS9uY28vb3BzL253 -++ export _ModuleTable013_ -++ _ModuleTable014_=cHJvZC9tb2R1bGVmaWxlcy9tcGlfcHJvZC9pcHMvMTguMC4xL2ltcGkvMTguMC4xIiwiL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzIix9LFsic3lzdGVtQmFzZU1QQVRIIl09Ii91c3J4L2xvY2FsL3Byb2QvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmU6L3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkOi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvZGVmczovZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb3JlX3Byb2QiLH0= -++ export _ModuleTable014_ -++ _ModuleTable_Sz_=14 -++ export _ModuleTable_Sz_ -++ : -s sh -+ eval -+ cd build_fv3_8 -+ cmake /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model -DREPRO=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF -DWW3=Y --- The C compiler identification is Intel 18.0.1.20171018 --- The CXX compiler identification is Intel 18.0.1.20171018 --- The Fortran compiler identification is Intel 18.0.1.20171018 --- Check for working C compiler: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiicc --- Check for working C compiler: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiicc -- works --- Detecting C compiler ABI info --- Detecting C compiler ABI info - done --- Detecting C compile features --- Detecting C compile features - done --- Check for working CXX compiler: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiicpc --- Check for working CXX compiler: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiicpc -- works --- Detecting CXX compiler ABI info --- Detecting CXX compiler ABI info - done --- Detecting CXX compile features --- Detecting CXX compile features - done --- Check for working Fortran compiler: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort --- Check for working Fortran compiler: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -- works --- Detecting Fortran compiler ABI info --- Detecting Fortran compiler ABI info - done --- Checking whether /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort supports Fortran 90 --- Checking whether /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort supports Fortran 90 -- yes --- Found MPI_C: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiicc (found version "3.1") --- Found MPI_CXX: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiicpc (found version "3.1") --- Found MPI_Fortran: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort (found version "3.1") --- Found MPI: TRUE (found version "3.1") -ESMFMKFILE: /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/lib/esmf.mk - Found ESMF: -ESMF_VERSION_MAJOR: 8 -ESMF_F90COMPILEPATHS: /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include;/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -ESMF_F90ESMFLINKRPATHS: -Wl,-rpath,/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/lib -ESMF_F90ESMFLINKLIBS: -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf --- Found ESMF: /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include;/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include (found version "8.0.0") - -Setting configuration for wcoss_dell_p3 - -C compiler: Intel 18.0.1.20171018 (mpiicc) -CXX compiler: Intel 18.0.1.20171018 (mpiicpc) -Fortran compiler: Intel 18.0.1.20171018 (mpiifort) - -DEBUG is disabled -REPRO is ENABLED -32BIT is disabled -OPENMP is ENABLED -AVX2 is disabled -INLINE_POST is ENABLED - - -Selected physics package: gfs - --- Detecting OpenMP flags for Intel C compiler: -qopenmp --- Detecting OpenMP flags for Intel C++ compiler: -qopenmp --- Detecting OpenMP flags for Intel Fortran compiler: -qopenmp --- Enable OpenMP support for C/C++/Fortran compiler --- Disable SIONlib support --- Disable Intel MKL support --- Enable netCDF support --- Disable ESMF support --- Disable multi-gases physics --- Detecting OpenMP flags for Intel C compiler: -qopenmp --- Detecting OpenMP flags for Intel C++ compiler: -qopenmp --- Detecting OpenMP flags for Intel Fortran compiler: -qopenmp --- Enable OpenMP support for C/C++/Fortran compiler --- Found LibXml2: /usr/lib64/libxml2.so (found version "2.9.1") --- Found Doxygen: /usr/bin/doxygen (found version "1.8.5") found components: doxygen dot --- Detecting OpenMP flags for Intel C compiler: -qopenmp --- Detecting OpenMP flags for Intel C++ compiler: -qopenmp --- Detecting OpenMP flags for Intel Fortran compiler: -qopenmp --- Enable OpenMP support for C/C++/Fortran compiler -INFOGot CCPP_SCHEMES from environment variable: /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/aer_cloud.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/aerclm_def.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/aerinterp.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/calpreciptype.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cldwat2m_micro.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cldmacro.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/date_def.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/funcphys.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gcycle.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/h2o_def.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/h2ointerp.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/iccn_def.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/iccninterp.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/iounitdef.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/machine.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mersenne_twister.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfpbl.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg_utils.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg2_0.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg3_0.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/multi_gases.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_model.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_parameters.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_radar.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_thompson.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MP_FER_HIRES.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_bl_mynn.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_mynn.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_orowam2017.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/namelist_soilveg.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfpblt.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfpbltq.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfscu.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfscuq.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/noahmp_tables.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/num_parthds.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozne_def.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozinterp.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/physcons.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/physparam.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radcons.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_aerosols.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_astronomy.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_clouds.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_gases.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_surface.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radlw_datatb.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radlw_param.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radsw_datatb.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radsw_param.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/samfaerosols.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfcsub.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sflx.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/set_soilveg.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/surface_perturbation.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_deep.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_sh.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/tridi.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/wv_saturation.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_soil_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rayleigh_damp.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radsw_main.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_ocean.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gwdc.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gscond.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ysuvdif.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_sice.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/samfdeepcnv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/satmedmfvdif.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozphys_2015.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/samfshalcnv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/precpd.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_fer_hires.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diag.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radlw_main.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_debug.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/satmedmfvdifq.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cs_conv.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/shinhongvdif.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/h2ophys.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_nst.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/moninedmf.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diff.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diag_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/m_micro.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gcm_shoc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gwdps.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/shalcnv.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/get_prs_fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozphys.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_stochastics.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/drag_suite.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_cice.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sascnvn.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cnvc90.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_drv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/dcyc2.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/moninshoc.f -INFOGot CAPS from environment variable: /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_8/FV3/ccpp/physics/ccpp_FV3_GFS_2017_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_8/FV3/ccpp/physics/ccpp_FV3_GFS_2017_time_vary_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_8/FV3/ccpp/physics/ccpp_FV3_GFS_2017_radiation_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_8/FV3/ccpp/physics/ccpp_FV3_GFS_2017_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_8/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stochastics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_8/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_8/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_fast_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_8/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_time_vary_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_8/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_radiation_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_8/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_8/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_stochastics_cap.F90 -Force 64 bits in CCPP_layer -Build WW3: - run: /usr/bin/gmake WW3_PARCOMPN=4 WW3_COMP=wcoss_dell_p3 ww3_nems - in: /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/WW3/model/esmf - --- Configuring done --- Generating done --- Build files have been written to: /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_8 -+ make -j 4 -Scanning dependencies of target ww3_nems -Scanning dependencies of target ccpp -Scanning dependencies of target fv3cpl -[ 0%] Building Fortran object FV3/ccpp/framework/src/CMakeFiles/ccpp.dir/ccpp_errors.F90.o -[ 0%] Building Fortran object FV3/ccpp/framework/src/CMakeFiles/ccpp.dir/ccpp_types.F90.o -[ 0%] Building Fortran object FV3/cpl/CMakeFiles/fv3cpl.dir/module_cap_cpl.F90.o -[ 1%] Building Fortran object FV3/ccpp/framework/src/CMakeFiles/ccpp.dir/ccpp.F90.o -[ 1%] Building Fortran object FV3/ccpp/framework/src/CMakeFiles/ccpp.dir/ccpp_api.F90.o -[ 1%] Linking Fortran static library libccpp.a -[ 1%] Built target ccpp -[ 1%] Building Fortran object FV3/cpl/CMakeFiles/fv3cpl.dir/module_cplfields.F90.o -Scanning dependencies of target fms -[ 1%] Building Fortran object CMakeFiles/fms.dir/FMS/platform/platform.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 1%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_parameter.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_core.F90.o -[ 3%] Linking Fortran static library libfv3cpl.a -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 3%] Built target fv3cpl -[ 3%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_input.F90.o -Scanning dependencies of target ccppphys -[ 3%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/machine.F.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 3%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mersenne_twister.f.o -[ 3%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFDL_parse_tracers.F90.o -[ 3%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/cloud_interpolator.F90.o -[ 3%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_io.F90.o -[ 3%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_mp_radar.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 3%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/iounitdef.f.o -[ 4%] Building Fortran object CMakeFiles/fms.dir/FMS/random_numbers/MersenneTwister.F90.o -[ 4%] Building Fortran object CMakeFiles/fms.dir/FMS/sat_vapor_pres/sat_vapor_pres_k.F90.o -[ 4%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/namelist_soilveg.f.o -[ 4%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/namelist_soilveg_ruc.F90.o -[ 4%] Building Fortran object CMakeFiles/fms.dir/FMS/constants/constants.F90.o -[ 4%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_noahmp_glacier.f90.o -[ 4%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_noahmplsm.f90.o -[ 4%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_data.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 4%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/noahmp_tables.f90.o -[ 5%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp.F90.o -[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_soil_pre.F90.o -[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/physcons.F90.o -[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/aerclm_def.F.o -[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/physparam.f.o -[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/h2o_def.f.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/iccn_def.F.o -[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/micro_mg_utils.F90.o -[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozne_def.f.o -[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/surface_perturbation.F90.o -[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_deep.F90.o -[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_gfdl_cloud_microphys.F90.o -[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gfs_phy_tracer_config.F.o -[ 7%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_efp.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 7%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_memutils.F90.o -[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radcons.f90.o -[ 8%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_pset.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 8%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_type.F90.o -[ 8%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/set_soilveg.f.o -[ 8%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/gradient.F90.o -[ 8%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MP_FER_HIRES.F90.o -[ 8%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_domains.F90.o -[ 8%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_BL_MYJPBL.F90.o -[ 9%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/date_def.f.o -[ 9%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_mp_thompson.F90.o -[ 10%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gwdps.f.o -[ 11%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_SF_JSFC.F90.o -[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_ruclsm.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/set_soilveg_ruc.F90.o -[ 13%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_post.F90.o -[ 14%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cnvc90.f.o -[ 14%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_DCNV_generic.F90.o -[ 15%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_GWD_generic.F90.o -[ 15%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_MP_generic.F90.o -[ 16%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_PBL_generic.F90.o -[ 16%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_SCNV_generic.F90.o -[ 16%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_composites.F90.o -[ 17%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_loop_control.F90.o -[ 17%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/maximum_hourly_diagnostics.F90.o -[ 18%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozphys.f.o -[ 18%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rayleigh_damp.f.o -[ 19%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_diag_post.F90.o -[ 19%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_diff.f.o -[ 19%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_stochastics.F90.o -[ 19%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/__/__/gfsphysics/CCPP_layer/CCPP_typedefs.F90.o -[ 19%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/funcphys.f90.o -[ 20%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radlw_param.f.o -[ 20%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radsw_param.f.o -[ 21%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_nst_parameters.f90.o -[ 21%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_bl_mynn.F90.o -[ 21%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_initialize.F90.o -[ 21%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_astronomy.f.o -[ 21%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_surface.f.o -[ 21%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/samfaerosols.F.o -[ 22%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/aerinterp.F90.o -[ 22%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/h2ointerp.f90.o -[ 23%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/iccninterp.F90.o -[ 23%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozinterp.f90.o -[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_mp_thompson_make_number_concentrations.F90.o -[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/aer_cloud.F.o -[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_sh.F90.o -[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/get_prs_fv3.F90.o -[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_generic.F90.o -[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gfdl_fv_sat_adj.F90.o -[ 24%] Built target ww3_nems -[ 25%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gfdl_cloud_microphys.F90.o -[ 25%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/wv_saturation.F.o -[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/__/__/gfsphysics/GFS_layer/GFS_typedefs.F90.o -[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_nst_water_prop.f90.o -[ 27%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_module.F90.o -[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_bfmicrophysics.f.o -[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radsw_datatb.f.o -[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_aerosols.f.o -[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_gases.f.o -[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radlw_datatb.f.o -[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_mynn.F90.o -[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/moninedmf.f.o -[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_drv.f.o -[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/samfdeepcnv.f.o -[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/samfshalcnv.f.o -[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_diag.f.o -[ 30%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_sice.f.o -[ 30%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gscond.f.o -[ 30%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/precpd.f.o -[ 30%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_time_vary_pre.fv3.F90.o -[ 30%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_gfdlmp_fast_physics_cap.F90.o -[ 31%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_clouds.f.o -[ 31%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radlw_main.f.o -[ 32%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radsw_main.f.o -[ 32%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_nst_model.f90.o -[ 32%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cldmacro.F.o -[ 32%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cldwat2m_micro.F.o -[ 32%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/micro_mg2_0.F90.o -[ 32%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/micro_mg3_0.F90.o -[ 32%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_io.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 32%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_comm.F90.o -Compiling in MPI mode (with or without MPP) -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 32%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp.F90.o -[ 32%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_nst.f.o -[ 32%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_setup.F90.o -[ 32%] Building Fortran object CMakeFiles/fms.dir/FMS/memutils/memutils.F90.o -[ 33%] Building Fortran object CMakeFiles/fms.dir/FMS/fms/fms_io.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 33%] Building Fortran object CMakeFiles/fms.dir/FMS/fms/fms.F90.o -[ 34%] Building Fortran object CMakeFiles/fms.dir/FMS/time_manager/time_manager.F90.o -[ 34%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bicubic.F90.o -[ 34%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bilinear.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_conserve.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_spherical.F90.o -[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/axis_utils/axis_utils.F90.o -[ 36%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_grid.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 36%] Building Fortran object CMakeFiles/fms.dir/FMS/field_manager/field_manager.F90.o -[ 37%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/mosaic.F90.o -[ 37%] Building Fortran object CMakeFiles/fms.dir/FMS/topography/gaussian_topog.F90.o -[ 37%] Building Fortran object CMakeFiles/fms.dir/FMS/time_manager/get_cal_time.F90.o -[ 37%] Building Fortran object CMakeFiles/fms.dir/FMS/time_interp/time_interp.F90.o -[ 37%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_data.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 38%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_types.F90.o -[ 38%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp.F90.o -[ 38%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_axis.F90.o -[ 38%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_manifest.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 38%] Building Fortran object CMakeFiles/fms.dir/FMS/field_manager/fm_util.F90.o -[ 38%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/xbt_drop_rate_adjust.f90.o -[ 38%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/write_ocean_data.F90.o -[ 38%] Building Fortran object CMakeFiles/fms.dir/FMS/time_interp/time_interp_external.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 38%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_output.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 38%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_util.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 39%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_table.F90.o -[ 39%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_manager.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 40%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_suite_interstitial.F90.o -[ 41%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/dcyc2.f.o -[ 41%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_post.F90.o -[ 41%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_pre.F90.o -[ 42%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rrtmg_lw_post.F90.o -[ 42%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rrtmg_lw_pre.F90.o -[ 42%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rrtmg_sw_post.F90.o -[ 42%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rrtmg_sw_pre.F90.o -[ 42%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_stochastics_cap.F90.o -[ 42%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_phys_time_vary.fv3.F90.o -[ 42%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_rad_time_vary.fv3.F90.o -[ 42%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_gfdlmp_stochastics_cap.F90.o -[ 42%] Building Fortran object CMakeFiles/fms.dir/FMS/data_override/data_override.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 42%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_radiation_cap.F90.o -[ 42%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_physics_cap.F90.o -[ 43%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_time_vary_cap.F90.o -[ 44%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_gfdlmp_physics_cap.F90.o -[ 44%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_gfdlmp_radiation_cap.F90.o -[ 44%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/coupler_types.F90.o -[ 44%] Building Fortran object CMakeFiles/fms.dir/FMS/exchange/stock_constants.F90.o -[ 45%] Building Fortran object CMakeFiles/fms.dir/FMS/amip_interp/amip_interp.F90.o -[ 45%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_gfdlmp_time_vary_cap.F90.o -[ 45%] Building Fortran object CMakeFiles/fms.dir/FMS/astronomy/astronomy.F90.o -[ 45%] Building Fortran object CMakeFiles/fms.dir/FMS/block_control/block_control.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 46%] Building Fortran object CMakeFiles/fms.dir/FMS/column_diagnostics/column_diagnostics.F90.o -[ 46%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/atmos_ocean_fluxes.F90.o -[ 47%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/ensemble_manager.F90.o -[ 47%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters.F90.o -Compiling in MPI mode (with or without MPP) -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 47%] Building Fortran object CMakeFiles/fms.dir/FMS/exchange/xgrid.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 48%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft.F90.o -[ 48%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft99.F90.o -[ 49%] Building Fortran object CMakeFiles/fms.dir/FMS/interpolator/interpolator.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 49%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/grid.F90.o -[ 49%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_utilities.F90.o -[ 49%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core.F90.o -[ 49%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core_ecda.F90.o -[ 49%] Building Fortran object CMakeFiles/fms.dir/FMS/random_numbers/random_numbers.F90.o -[ 49%] Building Fortran object CMakeFiles/fms.dir/FMS/sat_vapor_pres/sat_vapor_pres.F90.o -[ 50%] Building Fortran object CMakeFiles/fms.dir/FMS/station_data/station_data.F90.o -[ 50%] Building Fortran object CMakeFiles/fms.dir/FMS/topography/topography.F90.o -[ 50%] Building Fortran object CMakeFiles/fms.dir/FMS/tracer_manager/tracer_manager.F90.o -[ 50%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_cap.F90.o -[ 51%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_gfdlmp_cap.F90.o -[ 51%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_debug.F90.o -[ 52%] Building Fortran object CMakeFiles/fms.dir/FMS/tridiagonal/tridiagonal.F90.o -[ 52%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_suite_init_finalize_test.F90.o -[ 53%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/quicksort.F90.o -[ 53%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cs_conv.F90.o -[ 53%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cs_conv_aw_adj.F90.o -[ 53%] Building C object CMakeFiles/fms.dir/FMS/memutils/memuse.c.o -[ 53%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver.F90.o -[ 53%] Building C object CMakeFiles/fms.dir/FMS/mosaic/create_xgrid.c.o -[ 54%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver_post.F90.o -[ 54%] Building C object CMakeFiles/fms.dir/FMS/mosaic/gradient_c2l.c.o -[ 54%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver_pre.F90.o -[ 55%] Building C object CMakeFiles/fms.dir/FMS/mosaic/interp.c.o -[ 55%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke.F90.o -[ 55%] Building C object CMakeFiles/fms.dir/FMS/mosaic/mosaic_util.c.o -[ 55%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke_post.F90.o -[ 55%] Building C object CMakeFiles/fms.dir/FMS/mosaic/read_mosaic.c.o -[ 55%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke_pre.F90.o -[ 55%] Building C object CMakeFiles/fms.dir/FMS/affinity/affinity.c.o -[ 55%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/drag_suite.F90.o -[ 56%] Building C object CMakeFiles/fms.dir/FMS/mpp/nsclock.c.o -[ 56%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gcm_shoc.F90.o -[ 56%] Building C object CMakeFiles/fms.dir/FMS/mpp/threadloc.c.o -[ 56%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gwdc.f.o -[ 56%] Linking Fortran static library FMS/libfms.a -[ 56%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/h2ophys.f.o -[ 56%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/lsm_ruc_sfc_sice_interstitial.F90.o -[ 56%] Built target fms -[ 56%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/m_micro.F90.o -[ 56%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/m_micro_interstitial.F90.o -[ 56%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYJPBL_wrapper.F90.o -[ 56%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYJSFC_wrapper.F90.o -[ 56%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNPBL_wrapper.F90.o -[ 57%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNSFC_wrapper.F90.o -[ 57%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNrad_post.F90.o -[ 57%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNrad_pre.F90.o -[ 57%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/moninshoc.f.o -[ 58%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_fer_hires.F90.o -[ 58%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_thompson.F90.o -[ 58%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_thompson_post.F90.o -[ 58%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_thompson_pre.F90.o -[ 58%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/multi_gases.F90.o -[ 58%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozphys_2015.f.o -[ 58%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sascnvn.F.o -[ 58%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/satmedmfvdif.F.o -[ 59%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/satmedmfvdifq.F.o -[ 60%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_cice.f.o -[ 60%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_drv_ruc.F90.o -[ 60%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_noahmp_drv.f.o -[ 60%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_ocean.F.o -[ 61%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfcsub.F.o -[ 61%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/shalcnv.F.o -[ 61%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/shinhongvdif.F90.o -[ 61%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ugwp_driver_v0.F.o -[ 62%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ysuvdif.F90.o -[ 62%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/calpreciptype.f90.o -[ 62%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gcycle.F90.o -[ 63%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gocart_tracer_config_stub.f.o -[ 64%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfpbl.f.o -[ 64%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_triggers.F90.o -[ 65%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_solvers.F90.o -[ 65%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_utils.F90.o -[ 65%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_orowam2017.f.o -[ 65%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_vert_lsatdis.F90.o -[ 66%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_vert_orodis.F90.o -[ 66%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_vert_wmsdis.F90.o -[ 66%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfpblt.f.o -[ 67%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfpbltq.f.o -[ 67%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfscu.f.o -[ 67%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfscuq.f.o -[ 68%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/num_parthds.F.o -[ 68%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sflx.f.o -[ 68%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/tridi.f.o -[ 68%] Linking Fortran static library libccppphys.a -[ 68%] Built target ccppphys -Scanning dependencies of target gfsphysics -[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mersenne_twister.f.o -[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/namelist_soilveg.f.o -[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/GFDL_parse_tracers.F90.o -[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/machine.F.o -[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/physparam.f.o -[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/physcons.F90.o -[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/CCPP_layer/CCPP_typedefs.F90.o -[ 70%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radsw_param.f.o -[ 70%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radlw_param.f.o -[ 70%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_typedefs.F90.o -[ 71%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_diagnostics.F90.o -[ 71%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_driver.F90.o -[ 72%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/CCPP_layer/CCPP_data.F90.o -[ 72%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_restart.F90.o -[ 72%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_abstraction_layer.F90.o -[ 72%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/__/ccpp/physics/ccpp_static_api.F90.o -[ 72%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/noahmp_tables.f90.o -[ 72%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/set_soilveg.f.o -[ 72%] Linking Fortran static library libgfsphysics.a -[ 72%] Built target gfsphysics -Scanning dependencies of target ipd -Scanning dependencies of target ccppdriver -[ 72%] Building Fortran object FV3/ipd/CMakeFiles/ipd.dir/IPD_typedefs.F90.o -[ 72%] Building Fortran object FV3/ccpp/driver/CMakeFiles/ccppdriver.dir/CCPP_driver.F90.o -[ 72%] Building Fortran object FV3/ipd/CMakeFiles/ipd.dir/IPD_driver.F90.o -[ 73%] Linking Fortran static library libccppdriver.a -[ 73%] Built target ccppdriver -[ 74%] Linking Fortran static library libipd.a -[ 74%] Built target ipd -Scanning dependencies of target io -[ 74%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_internal_state.F90.o -[ 75%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_fv3_io_def.F90.o -Scanning dependencies of target fv3core -[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_arrays.F90.o -[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/external_sst.F90.o -[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_fill.F90.o -[ 76%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_nemsio.F90.o -[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/sim_nc_mod.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 76%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_netcdf.F90.o -[ 76%] Building Fortran object FV3/io/CMakeFiles/io.dir/post_gfs.F90.o -[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/DYCORE_typedefs.F90.o -[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_mp_mod.F90.o -[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/sorted_index.F90.o -[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_eta.F90.o -[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_sg.F90.o -[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_timing.F90.o -[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/boundary.F90.o -[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_grid_utils.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 77%] Building Fortran object FV3/io/CMakeFiles/io.dir/FV3GFS_io.F90.o -[ 77%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_wrt_grid_comp.F90.o -[ 78%] Building Fortran object FV3/io/CMakeFiles/io.dir/ffsync.F90.o -[ 79%] Building Fortran object FV3/io/CMakeFiles/io.dir/post_nems_routines.F90.o -[ 79%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/a2b_edge.F90.o -[ 80%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_mapz.F90.o -[ 80%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_surf_map.F90.o -[ 80%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/tp_core.F90.o -[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_grid_tools.F90.o -[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/init_hydro.F90.o -[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_treat_da_inc.F90.o -[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/sw_core.F90.o -[ 82%] Linking Fortran static library libio.a -[ 82%] Built target io -[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_iau_mod.F90.o -[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_io.F90.o -[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_diagnostics.F90.o -[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/nh_utils.F90.o -[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/nh_core.F90.o -[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_nudge.F90.o -[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/test_cases.F90.o -[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/fv_nggps_diag.F90.o -[ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_regional_bc.F90.o -[ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_tracer2d.F90.o -[ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_update_phys.F90.o -[ 85%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/dyn_core.F90.o -[ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/external_ic.F90.o -[ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_restart.F90.o -[ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_nesting.F90.o -[ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_control.F90.o -[ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_dynamics.F90.o -[ 87%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/atmosphere.F90.o -[ 87%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/multi_gases.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 87%] Linking Fortran static library libfv3core.a -[ 87%] Built target fv3core -Scanning dependencies of target stochastic_physics -[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_resol_def.f.o -[ 87%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/spectral_layout.F90.o -[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/update_ca.f90.o -[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_gg_def.f.o -[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_layout_lag.f.o -[ 89%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/glats_stochy.f.o -[ 89%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_namelist_def.F90.o -[ 89%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/setlats_lag_stochy.f.o -[ 90%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/epslon_stochy.f.o -[ 90%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/get_lats_node_a_stochy.f.o -[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/get_ls_node_stochy.f.o -[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/gozrineo_stochy.f.o -[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/pln2eo_stochy.f.o -[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/setlats_a_stochy.f.o -[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_internal_state_mod.F90.o -[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/dezouv_stochy.f.o -[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/dozeuv_stochy.f.o -[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/four_to_grid_stochy.F.o -[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_patterngenerator.F90.o -[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/compns_stochy.F90.o -[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/sumfln_stochy.f.o -[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/getcon_lag_stochy.f.o -[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/getcon_spectral.F90.o -[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/initialize_spectral_mod.F90.o -[ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_data_mod.F90.o -[ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/get_stochy_pattern.F90.o -[ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochastic_physics.F90.o -[ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/cellular_automata.f90.o -[ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/num_parthds_stochy.f.o -[ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/plumes.f90.o -[ 95%] Linking Fortran static library libstochastic_physics.a -[ 95%] Built target stochastic_physics -Scanning dependencies of target fv3cap -[ 95%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/module_fv3_config.F90.o -[ 95%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/atmos_model.F90.o -[ 95%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/module_fcst_grid_comp.F90.o -[ 96%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/fv3_cap.F90.o -[ 96%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/time_utils.F90.o -[ 97%] Linking Fortran static library libfv3cap.a -[ 97%] Built target fv3cap -Scanning dependencies of target NEMS.exe -[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_MEDIATOR_methods.F90.o -[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_MEDIATOR_SpaceWeather.F90.o -[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_EARTH_INTERNAL_STATE.F90.o -[ 98%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/ENS_Cpl/ENS_CplComp_ESMFMod_STUB.F90.o -[ 98%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_UTILS.F90.o -[ 99%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_INTERNAL_STATE.F90.o -[ 99%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_Rusage.F90.o -[100%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_MEDIATOR.F90.o -[100%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_EARTH_GRID_COMP.F90.o -[100%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_GRID_COMP.F90.o -[100%] Building C object CMakeFiles/NEMS.exe.dir/NEMS/src/nems_c_rusage.c.o +[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_MEDIATOR_methods.F90.o +[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_UTILS.F90.o +[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_INTERNAL_STATE.F90.o +[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_Rusage.F90.o +[ 98%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_MEDIATOR.F90.o +[ 99%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_EARTH_GRID_COMP.F90.o +[ 99%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_GRID_COMP.F90.o [100%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/MAIN_NEMS.F90.o +[100%] Building C object CMakeFiles/NEMS.exe.dir/NEMS/src/nems_c_rusage.c.o [100%] Linking Fortran executable NEMS.exe /usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib/libjasper.a(jas_stream.o): In function `jas_stream_tmpfile': /usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/src/jasper-1.900.29/src/libjasper/base/jas_stream.c:520: warning: the use of `tmpnam' is dangerous, better use `mkstemp' [100%] Built target NEMS.exe -+ mv NEMS.exe ../fv3_8.exe -+ cp /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3 ../modules.fv3_8 ++ mv NEMS.exe ../fv3_2.exe ++ cp /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3 ../modules.fv3_2 + cd .. + '[' YES = YES ']' -+ rm -rf build_fv3_8 -+ elapsed=652 -+ echo 'Elapsed time 652 seconds. Compiling REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_gfdlmp WW3=Y finished' -Elapsed time 652 seconds. Compiling REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_gfdlmp WW3=Y finished ++ rm -rf build_fv3_2 ++ elapsed=630 ++ echo 'Elapsed time 630 seconds. Compiling WW3=Y finished' +Elapsed time 630 seconds. Compiling WW3=Y finished + SECONDS=0 -+++ readlink -f /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/compile_cmake.sh -++ dirname /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/compile_cmake.sh -+ readonly MYDIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests -+ MYDIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests ++++ readlink -f /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/tests/compile_cmake.sh +++ dirname /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/tests/compile_cmake.sh ++ readonly MYDIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/tests ++ MYDIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/tests + readonly ARGC=4 + ARGC=4 -+ cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests ++ cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/tests + [[ 4 -eq 0 ]] + [[ 4 -lt 2 ]] -+ PATHTR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model ++ PATHTR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model + MACHINE_ID=wcoss_dell_p3 -+ MAKE_OPT='REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y' -+ BUILD_NAME=fv3_9 ++ MAKE_OPT=32BIT=Y ++ BUILD_NAME=fv3_3 + clean_before=YES + clean_after=YES -+ BUILD_DIR=build_fv3_9 ++ BUILD_DIR=build_fv3_3 + [[ wcoss_dell_p3 == cheyenne.* ]] + [[ wcoss_dell_p3 == wcoss_dell_p3 ]] + MAKE_THREADS=4 + MAKE_THREADS=4 + hostname m72a3 -+ cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests -+ echo 'Compiling REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y into fv3_9.exe on wcoss_dell_p3' -Compiling REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y into fv3_9.exe on wcoss_dell_p3 ++ cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/tests ++ echo 'Compiling 32BIT=Y into fv3_3.exe on wcoss_dell_p3' +Compiling 32BIT=Y into fv3_3.exe on wcoss_dell_p3 + '[' YES = YES ']' -+ rm -rf build_fv3_9 -+ mkdir -p build_fv3_9 ++ rm -rf build_fv3_3 ++ mkdir -p build_fv3_3 + CCPP_CMAKE_FLAGS= -+ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y == *\D\E\B\U\G\=\Y* ]] -+ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y == *\R\E\P\R\O\=\Y* ]] -+ CCPP_CMAKE_FLAGS=' -DREPRO=Y' -+ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y == *\3\2\B\I\T\=\Y* ]] -+ CCPP_CMAKE_FLAGS=' -DREPRO=Y -D32BIT=Y' -+ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y == *\O\P\E\N\M\P\=\N* ]] -+ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y == *\C\C\P\P\=\Y* ]] -+ CCPP_CMAKE_FLAGS=' -DREPRO=Y -D32BIT=Y -DCCPP=ON -DMPI=ON' -+ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y == *\D\E\B\U\G\=\Y* ]] -+ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y == *\R\E\P\R\O\=\Y* ]] -+ CCPP_CMAKE_FLAGS=' -DREPRO=Y -D32BIT=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit' -+ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y == *\3\2\B\I\T\=\Y* ]] -+ CCPP_CMAKE_FLAGS=' -DREPRO=Y -D32BIT=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -DDYN32=ON' -+ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y == *\S\T\A\T\I\C\=\Y* ]] -+ CCPP_CMAKE_FLAGS=' -DREPRO=Y -D32BIT=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -DDYN32=ON -DSTATIC=ON' -+ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y == *\M\U\L\T\I\_\G\A\S\E\S\=\Y* ]] -+ CCPP_CMAKE_FLAGS=' -DREPRO=Y -D32BIT=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -DDYN32=ON -DSTATIC=ON -DMULTI_GASES=OFF' -++ echo REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y -++ sed 's/.* SUITES=//' -++ sed 's/ .*//' -+ SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched -+ cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model -+ ./FV3/ccpp/framework/scripts/ccpp_prebuild.py --config=FV3/ccpp/config/ccpp_prebuild_config.py --static --suites=FV3_GFS_2017,FV3_GFS_2017_stretched --builddir=tests/build_fv3_9/FV3 -INFO: Logging level set to INFO -INFO: Found TYPEDEFS_NEW_METADATA dictionary in config, assume at least some data is in new metadata formet -INFO: Parsing suite definition files ... -INFO: Parsing suite definition file FV3/ccpp/suites/suite_FV3_GFS_2017.xml ... -INFO: Parsing suite definition file FV3/ccpp/suites/suite_FV3_GFS_2017_stretched.xml ... -INFO: Parsing metadata tables for variables provided by host model ... -INFO: Parsed variable definition tables in module machine -INFO: Parsed variable definition tables in module module_radsw_parameters -INFO: Parsed variable definition tables in module module_radlw_parameters -INFO: Parsed variable definition tables in module CCPP_typedefs -INFO: Parsed variable definition tables in module GFS_typedefs -INFO: Parsed variable definition tables in module CCPP_data -INFO: Parsed variable definition tables in module ccpp_types -INFO: Convert local names from new metadata format into old metadata format ... -INFO: Converting local name sfcflw of variable lw_fluxes_sfc from new to old metadata -INFO: Converting local name nslwr of variable number_of_timesteps_between_longwave_radiation_calls from new to old metadata -INFO: Converting local name hydrostatic of variable flag_for_hydrostatic_solver from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_of_kinematic_buoyancy_flux_from_shoc_in_phy_f3d) of variable kinematic_buoyancy_flux_from_shoc from new to old metadata -INFO: Converting local name nkbfshoc of variable index_of_kinematic_buoyancy_flux_from_shoc_in_phy_f3d from new to old metadata -INFO: Converting local name dvisbm_cpl of variable cumulative_surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name cnvw of variable convective_cloud_water_mixing_ratio from new to old metadata -INFO: Converting local name ltaerosol of variable flag_for_aerosol_physics from new to old metadata -INFO: Converting local name rainmcadj of variable lwe_thickness_of_moist_convective_adj_precipitation_amount from new to old metadata -INFO: Converting local name loop_cnt of variable ccpp_loop_counter from new to old metadata -INFO: Converting local name ncpi of variable local_ice_number_concentration from new to old metadata -INFO: Converting local name pt of variable virtual_temperature_at_Lagrangian_surface from new to old metadata -INFO: Converting local name nirbmui of variable surface_upwelling_direct_near_infrared_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name vconvtend of variable tendency_of_y_wind_due_to_deep_convection_for_coupling_on_physics_timestep from new to old metadata -INFO: Converting local name uustar_ice of variable surface_friction_velocity_over_ice from new to old metadata -INFO: Converting local name phy_myj_uz0 of variable u_wind_component_at_viscous_sublayer_top from new to old metadata -INFO: Converting local name evap_land of variable kinematic_surface_upward_latent_heat_flux_over_land from new to old metadata -INFO: Converting local name ocean of variable flag_nonzero_ocean_surface_fraction from new to old metadata -INFO: Converting local name ep1d_ocean of variable surface_upward_potential_latent_heat_flux_over_ocean from new to old metadata -INFO: Converting local name qconvtend of variable tendency_of_water_vapor_specific_humidity_due_to_deep_convection_for_coupling_on_physics_timestep from new to old metadata -INFO: Converting local name islmsk_cice of variable sea_land_ice_mask_cice from new to old metadata -INFO: Converting local name cmm_ice of variable surface_drag_wind_speed_for_momentum_in_air_over_ice from new to old metadata -INFO: Converting local name visdfdi of variable surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name cnv_ndrop of variable number_concentration_of_cloud_liquid_water_particles_for_detrainment from new to old metadata -INFO: Converting local name sh2o of variable volume_fraction_of_unfrozen_soil_moisture_for_land_surface_model from new to old metadata -INFO: Converting local name tau_tofd of variable time_integral_of_momentum_flux_due_to_turbulent_orographic_form_drag from new to old metadata -INFO: Converting local name dnirbmi_cpl of variable instantaneous_surface_downwelling_direct_near_infrared_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name refdmax263k of variable maximum_reflectivity_at_minus10c_over_maximum_hourly_time_interval from new to old metadata -INFO: Converting local name ulwsfci of variable surface_upwelling_longwave_flux from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_liquid_cloud_condensate) of variable tendency_of_liquid_cloud_water_mixing_ratio_due_to_model_physics from new to old metadata -INFO: Converting local name ntcw of variable index_for_liquid_cloud_condensate from new to old metadata -INFO: Converting local name lheatstrg of variable flag_for_canopy_heat_storage from new to old metadata -INFO: Converting local name slc of variable volume_fraction_of_unfrozen_soil_moisture from new to old metadata -INFO: Converting local name tsfc_land of variable surface_skin_temperature_over_land_interstitial from new to old metadata -INFO: Converting local name save_v of variable y_wind_save from new to old metadata -INFO: Converting local name xkzm_m of variable atmosphere_momentum_diffusivity_background from new to old metadata -INFO: Converting local name gabsbdlw_land of variable surface_downwelling_longwave_flux_absorbed_by_ground_over_land from new to old metadata -INFO: Converting local name tprcp_ice of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_ice from new to old metadata -INFO: Converting local name stblcpxy of variable slow_soil_pool_mass_content_of_carbon from new to old metadata -INFO: Converting local name cdq_land of variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_land from new to old metadata -INFO: Converting local name du3dt(:,:,2) of variable cumulative_change_in_x_wind_due_to_orographic_gravity_wave_drag from new to old metadata -INFO: Converting local name mg_berg_eff_factor of variable mg_bergeron_efficiency_factor from new to old metadata -INFO: Converting local name clouds(:,:,3) of variable mean_effective_radius_for_liquid_cloud from new to old metadata -INFO: Converting local name aer_nm of variable aerosol_number_concentration_from_gocart_aerosol_climatology from new to old metadata -INFO: Converting local name xzts of variable sensitivity_of_dtl_thickness_to_surface_temperature from new to old metadata -INFO: Converting local name lake of variable flag_nonzero_lake_surface_fraction from new to old metadata -INFO: Converting local name kb of variable vertical_index_difference_between_layer_and_lower_bound from new to old metadata -INFO: Converting local name ipt of variable index_for_diagnostic_printout from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_ice_friendly_aerosols) of variable ice_friendly_aerosol_number_concentration from new to old metadata -INFO: Converting local name ntia of variable index_for_ice_friendly_aerosols from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_rain_water) of variable tendency_of_rain_water_mixing_ratio_due_to_model_physics from new to old metadata -INFO: Converting local name ntrw of variable index_for_rain_water from new to old metadata -INFO: Converting local name con_epsm1 of variable ratio_of_dry_air_to_water_vapor_gas_constants_minus_one from new to old metadata -INFO: Converting local name dqsfc_cice of variable surface_upward_latent_heat_flux_for_coupling_interstitial from new to old metadata -INFO: Converting local name last_step of variable flag_for_the_last_step_of_k_split_remapping from new to old metadata -INFO: Converting local name huge of variable netcdf_float_fillvalue from new to old metadata -INFO: Converting local name save_q(:,:,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio_save from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_liquid_cloud_number_concentration) of variable cloud_droplet_number_concentration from new to old metadata -INFO: Converting local name ntlnc of variable index_for_liquid_cloud_number_concentration from new to old metadata -INFO: Converting local name dv3dt(:,:,1) of variable cumulative_change_in_y_wind_due_to_PBL from new to old metadata -INFO: Converting local name imp_physics_mg of variable flag_for_morrison_gettelman_microphysics_scheme from new to old metadata -INFO: Converting local name cldtaulw of variable cloud_optical_depth_layers_at_10mu_band from new to old metadata -INFO: Converting local name wet of variable flag_nonzero_wet_surface_fraction from new to old metadata -INFO: Converting local name qsnowxy of variable snow_precipitation_rate_at_surface from new to old metadata -INFO: Converting local name iopt_frz of variable flag_for_supercooled_liquid_water_option from new to old metadata -INFO: Converting local name dsnow_cpl of variable tendency_of_lwe_thickness_of_snow_amount_for_coupling from new to old metadata -INFO: Converting local name cldsa of variable cloud_area_fraction_for_radiation from new to old metadata -INFO: Converting local name totsnwb of variable accumulated_lwe_thickness_of_snow_amount_in_bucket from new to old metadata -INFO: Converting local name gq0(:,:,index_for_rain_water) of variable rain_water_mixing_ratio_updated_by_physics from new to old metadata -INFO: Converting local name totsnw of variable accumulated_lwe_thickness_of_snow_amount from new to old metadata -INFO: Converting local name xkzm_s of variable diffusivity_background_sigma_level from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_water_friendly_aerosols) of variable tendency_of_water_friendly_aerosol_number_concentration_due_to_model_physics from new to old metadata -INFO: Converting local name ntwa of variable index_for_water_friendly_aerosols from new to old metadata -INFO: Converting local name fswtr of variable fraction_of_cloud_top_water_scavenged from new to old metadata -INFO: Converting local name nvisbmi_cpl of variable instantaneous_surface_net_downward_direct_ultraviolet_and_visible_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_of_atmosphere_heat_diffusivity_from_shoc_in_phy_f3d) of variable atmosphere_heat_diffusivity_from_shoc from new to old metadata -INFO: Converting local name nahdshoc of variable index_of_atmosphere_heat_diffusivity_from_shoc_in_phy_f3d from new to old metadata -INFO: Converting local name nthreads of variable omp_threads_for_fast_physics from new to old metadata -INFO: Converting local name icemp of variable lwe_thickness_of_ice_amount from new to old metadata -INFO: Converting local name dqsfc_cpl of variable cumulative_surface_upward_latent_heat_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name con_jcal of variable joules_per_calorie_constant from new to old metadata -INFO: Converting local name xmu of variable zenith_angle_temporal_adjustment_factor_for_shortwave_fluxes from new to old metadata -INFO: Converting local name con_fvirt of variable ratio_of_vapor_to_dry_air_gas_constants_minus_one from new to old metadata -INFO: Converting local name evfactl_deep of variable rain_evaporation_coefficient_over_land_deep_convection from new to old metadata -INFO: Converting local name canliqxy of variable canopy_intercepted_liquid_water from new to old metadata -INFO: Converting local name phy_myj_qsfc of variable surface_specific_humidity_for_MYJ_schemes from new to old metadata -INFO: Converting local name rainncprv of variable lwe_thickness_of_explicit_rainfall_amount_from_previous_timestep from new to old metadata -INFO: Converting local name Tbd of variable GFS_tbd_type_instance from new to old metadata -INFO: Converting local name v1 of variable y_wind_at_lowest_model_layer_for_diag from new to old metadata -INFO: Converting local name det_mf of variable cumulative_atmosphere_detrainment_convective_mass_flux from new to old metadata -INFO: Converting local name psurf of variable surface_air_pressure_diag from new to old metadata -INFO: Converting local name gasvmr(:,:,10) of variable volume_mixing_ratio_cfc113 from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_for_rain_effective_radius) of variable effective_radius_of_stratiform_cloud_rain_particle_in_um from new to old metadata -INFO: Converting local name nreffr of variable index_for_rain_effective_radius from new to old metadata -INFO: Converting local name del_gz of variable geopotential_difference_between_midlayers_divided_by_midlayer_virtual_temperature from new to old metadata -INFO: Converting local name imfdeepcnv_ntiedtke of variable flag_for_ntiedtke_deep_convection_scheme from new to old metadata -INFO: Converting local name h2o_coeff of variable number_of_coefficients_in_h2o_forcing_data from new to old metadata -INFO: Converting local name tgrs of variable air_temperature from new to old metadata -INFO: Converting local name xlon of variable longitude from new to old metadata -INFO: Converting local name c_d of variable coefficient_c_d from new to old metadata -INFO: Converting local name tlvl of variable air_temperature_at_interface_for_radiation from new to old metadata -INFO: Converting local name f_rimef of variable rime_factor from new to old metadata -INFO: Converting local name mg_do_ice_gmao of variable mg_flag_for_gmao_ice_formulation from new to old metadata -INFO: Converting local name snowca of variable cumulative_surface_snow_area_fraction_multiplied_by_timestep from new to old metadata -INFO: Converting local name hflx of variable kinematic_surface_upward_sensible_heat_flux from new to old metadata -INFO: Converting local name dt3dt(:,:,6) of variable cumulative_change_in_temperature_due_to_microphysics from new to old metadata -INFO: Converting local name nirdfui of variable surface_upwelling_diffuse_near_infrared_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name trans of variable transpiration_flux from new to old metadata -INFO: Converting local name ntchs of variable index_for_first_chemical_tracer from new to old metadata -INFO: Converting local name idxday of variable daytime_points from new to old metadata -INFO: Converting local name iceprv of variable lwe_thickness_of_ice_amount_from_previous_timestep from new to old metadata -INFO: Converting local name mg_alf of variable mg_tuning_factor_for_alphas from new to old metadata -INFO: Converting local name nupdraft of variable number_of_plumes from new to old metadata -INFO: Converting local name qr_r of variable cloud_rain_water_mixing_ratio from new to old metadata -INFO: Converting local name sec of variable seconds_elapsed_since_model_initialization from new to old metadata -INFO: Converting local name epi of variable instantaneous_surface_potential_evaporation from new to old metadata -INFO: Converting local name gflx_land of variable upward_heat_flux_in_soil_over_land from new to old metadata -INFO: Converting local name du3dt_ngw of variable time_integral_of_change_in_x_wind_due_to_nonstationary_gravity_wave from new to old metadata -INFO: Converting local name bl_mynn_cloudpdf of variable cloudpdf from new to old metadata -INFO: Converting local name vtype of variable vegetation_type_classification_real from new to old metadata -INFO: Converting local name imfdeepcnv_gf of variable flag_for_gf_deep_convection_scheme from new to old metadata -INFO: Converting local name lssav of variable flag_diagnostics from new to old metadata -INFO: Converting local name sfalb of variable surface_diffused_shortwave_albedo from new to old metadata -INFO: Converting local name acvb of variable smallest_cloud_base_vertical_index_encountered_thus_far from new to old metadata -INFO: Converting local name c_0 of variable coefficient_c_0 from new to old metadata -INFO: Converting local name mpirank of variable mpi_rank_for_fast_physics from new to old metadata -INFO: Converting local name ntrac of variable number_of_tracers from new to old metadata -INFO: Converting local name dvsfci of variable instantaneous_surface_y_momentum_flux_for_diag from new to old metadata -INFO: Converting local name GFS_Interstitial of variable GFS_interstitial_type_instance_all_threads from new to old metadata -INFO: Converting local name in_nm of variable in_number_concentration from new to old metadata -INFO: Converting local name blksz2(ccpp_block_number) of variable horizontal_dimension from new to old metadata -INFO: Converting local name blk_no of variable ccpp_block_number from new to old metadata -INFO: Converting local name min_lakeice of variable lake_ice_minimum from new to old metadata -INFO: Converting local name canicexy of variable canopy_intercepted_ice_mass from new to old metadata -INFO: Converting local name mg_precip_frac_method of variable mg_type_of_precip_fraction_method from new to old metadata -INFO: Converting local name lonr of variable number_of_equatorial_longitude_points from new to old metadata -INFO: Converting local name dt3dt(:,:,7) of variable cumulative_change_in_temperature_due_to_orographic_gravity_wave_drag from new to old metadata -INFO: Converting local name dtzm of variable mean_change_over_depth_in_sea_water_temperature from new to old metadata -INFO: Converting local name du3dt_mtb of variable time_integral_of_change_in_x_wind_due_to_mountain_blocking_drag from new to old metadata -INFO: Converting local name stress_land of variable surface_wind_stress_over_land from new to old metadata -INFO: Converting local name nspinup of variable number_of_iterations_to_spin_up_cellular_automata from new to old metadata -INFO: Converting local name zogw of variable height_of_launch_level_of_orographic_gravity_wave from new to old metadata -INFO: Converting local name ntsw of variable index_for_snow_water from new to old metadata -INFO: Converting local name cov of variable t_prime_q_prime from new to old metadata -INFO: Converting local name sup of variable ice_supersaturation_threshold from new to old metadata -INFO: Converting local name dt3dt(:,:,3) of variable cumulative_change_in_temperature_due_to_PBL from new to old metadata -INFO: Converting local name mg_qcvar of variable mg_cloud_water_variance from new to old metadata -INFO: Converting local name ffmm_ice of variable Monin_Obukhov_similarity_function_for_momentum_over_ice from new to old metadata -INFO: Converting local name dtdt of variable tendency_of_air_temperature_at_Lagrangian_surface from new to old metadata -INFO: Converting local name GFS_statein_type of variable GFS_statein_type from new to old metadata -INFO: Converting local name train of variable accumulated_change_of_air_temperature_due_to_FA_scheme from new to old metadata -INFO: Converting local name fscav of variable coefficients_for_aerosol_scavenging from new to old metadata -INFO: Converting local name prslk(:,1) of variable dimensionless_exner_function_at_lowest_model_layer from new to old metadata -INFO: Converting local name tf of variable frozen_cloud_threshold_temperature from new to old metadata -INFO: Converting local name communicator of variable mpi_comm from new to old metadata -INFO: Converting local name qs_r of variable cloud_snow_mixing_ratio from new to old metadata -INFO: Converting local name skebv_wts of variable weights_for_stochastic_skeb_perturbation_of_y_wind from new to old metadata -INFO: Converting local name bl_mynn_edmf_part of variable edmf_partition_flag from new to old metadata -INFO: Converting local name dq3dt(:,:,7) of variable cumulative_change_in_ozone_concentration_due_to_ozone_mixing_ratio from new to old metadata -INFO: Converting local name swhc of variable tendency_of_air_temperature_due_to_shortwave_heating_assuming_clear_sky_on_radiation_timestep from new to old metadata -INFO: Converting local name mg_ngnst of variable mg_graupel_concentration_constant from new to old metadata -INFO: Converting local name GFS_grid_type of variable GFS_grid_type from new to old metadata -INFO: Converting local name js of variable starting_y_direction_index from new to old metadata -INFO: Converting local name out_dt of variable flag_for_tendency_of_air_temperature_at_Lagrangian_surface from new to old metadata -INFO: Converting local name delr of variable layer_pressure_thickness_for_radiation from new to old metadata -INFO: Converting local name ncgl of variable local_graupel_number_concentration from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_snow_water) of variable snow_water_mixing_ratio from new to old metadata -INFO: Converting local name totgrp of variable accumulated_lwe_thickness_of_graupel_amount from new to old metadata -INFO: Converting local name cldtausw of variable cloud_optical_depth_layers_at_0p55mu_band from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_ozone) of variable tendency_of_ozone_mixing_ratio_due_to_model_physics from new to old metadata -INFO: Converting local name ntoz of variable index_for_ozone from new to old metadata -INFO: Converting local name evap of variable kinematic_surface_upward_latent_heat_flux from new to old metadata -INFO: Converting local name oro of variable orography from new to old metadata -INFO: Converting local name topfsw of variable sw_fluxes_top_atmosphere from new to old metadata -INFO: Converting local name jmap of variable map_of_block_column_number_to_global_j_index from new to old metadata -INFO: Converting local name cdq of variable surface_drag_coefficient_for_heat_and_moisture_in_air from new to old metadata -INFO: Converting local name soiltype of variable soil_type_classification from new to old metadata -INFO: Converting local name evap_ocean of variable kinematic_surface_upward_latent_heat_flux_over_ocean from new to old metadata -INFO: Converting local name nblks of variable number_of_blocks from new to old metadata -INFO: Converting local name dxinv of variable inverse_scaling_factor_for_critical_relative_humidity from new to old metadata -INFO: Converting local name dvsfc of variable cumulative_surface_y_momentum_flux_for_diag_multiplied_by_timestep from new to old metadata -INFO: Converting local name GFS_stateout_type of variable GFS_stateout_type from new to old metadata -INFO: Converting local name qg of variable cloud_graupel_specific_humidity_at_Lagrangian_surface from new to old metadata -INFO: Converting local name nmtvr of variable number_of_statistical_measures_of_subgrid_orography from new to old metadata -INFO: Converting local name nseed of variable cellular_automata_seed_frequency from new to old metadata -INFO: Converting local name nlives of variable cellular_automata_lifetime from new to old metadata -INFO: Converting local name vegf1d of variable perturbation_of_vegetation_fraction from new to old metadata -INFO: Converting local name v10m of variable y_wind_at_10m from new to old metadata -INFO: Converting local name hice of variable sea_ice_thickness from new to old metadata -INFO: Converting local name mbota of variable model_layer_number_at_cloud_base from new to old metadata -INFO: Converting local name ncnvw of variable index_for_convective_cloud_water_mixing_ratio_in_phy_f3d from new to old metadata -INFO: Converting local name flqc of variable surface_exchange_coefficient_for_moisture from new to old metadata -INFO: Converting local name imfshalcnv_samf of variable flag_for_samf_shallow_convection_scheme from new to old metadata -INFO: Converting local name ntdiag of variable diagnostics_control_for_chemical_tracers from new to old metadata -INFO: Converting local name c1_shal of variable detrainment_conversion_parameter_shallow_convection from new to old metadata -INFO: Converting local name con_g of variable gravitational_acceleration from new to old metadata -INFO: Converting local name je of variable ending_y_direction_index from new to old metadata -INFO: Converting local name hprime(:,1) of variable standard_deviation_of_subgrid_orography from new to old metadata -INFO: Converting local name lh of variable surface_latent_heat from new to old metadata -INFO: Converting local name v10max of variable maximum_v_wind_at_10m_over_maximum_hourly_time_interval from new to old metadata -INFO: Converting local name dvsfcg of variable instantaneous_y_stress_due_to_gravity_wave_drag from new to old metadata -INFO: Converting local name mg_ninst of variable mg_ice_concentration_constant from new to old metadata -INFO: Converting local name lwhd of variable tendency_of_air_temperature_due_to_longwave_heating_for_idea from new to old metadata -INFO: Converting local name ntkev of variable index_for_turbulent_kinetic_energy_vertical_diffusion_tracer from new to old metadata -INFO: Converting local name fm10 of variable Monin_Obukhov_similarity_function_for_momentum_at_10m from new to old metadata -INFO: Converting local name phour of variable forecast_time_at_previous_timestep from new to old metadata -INFO: Converting local name phys_hydrostatic of variable flag_for_hydrostatic_heating_from_physics from new to old metadata -INFO: Converting local name nswsfci of variable surface_net_downwelling_shortwave_flux from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_for_graupel_effective_radius) of variable effective_radius_of_stratiform_cloud_graupel_particle_in_um from new to old metadata -INFO: Converting local name ngeffr of variable index_for_graupel_effective_radius from new to old metadata -INFO: Converting local name kt of variable vertical_index_difference_between_layer_and_upper_bound from new to old metadata -INFO: Converting local name GFS_tbd_type of variable GFS_tbd_type from new to old metadata -INFO: Converting local name tsurf_ocean of variable surface_skin_temperature_after_iteration_over_ocean from new to old metadata -INFO: Converting local name gu0(:,1) of variable x_wind_at_lowest_model_layer_updated_by_physics from new to old metadata -INFO: Converting local name akap of variable kappa_dry_for_fast_physics from new to old metadata -INFO: Converting local name lsm of variable flag_for_land_surface_scheme from new to old metadata -INFO: Converting local name nscav of variable number_of_tracers_scavenged from new to old metadata -INFO: Converting local name ffmm of variable Monin_Obukhov_similarity_function_for_momentum from new to old metadata -INFO: Converting local name nnirbm_cpl of variable cumulative_surface_net_downward_direct_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name tau_mtb of variable instantaneous_momentum_flux_due_to_mountain_blocking_drag from new to old metadata -INFO: Converting local name snicexy of variable snow_layer_ice from new to old metadata -INFO: Converting local name flag_guess of variable flag_for_guess_run from new to old metadata -INFO: Converting local name dnirbm_cpl of variable cumulative_surface_downwelling_direct_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name chh_ocean of variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_ocean from new to old metadata -INFO: Converting local name dtsfci_cpl of variable instantaneous_surface_upward_sensible_heat_flux_for_coupling from new to old metadata -INFO: Converting local name flgmin of variable minimum_large_ice_fraction from new to old metadata -INFO: Converting local name t02max of variable maximum_temperature_at_2m_over_maximum_hourly_time_interval from new to old metadata -INFO: Converting local name tconvtend of variable tendency_of_air_temperature_due_to_deep_convection_for_coupling_on_physics_timestep from new to old metadata -INFO: Converting local name zorl of variable surface_roughness_length from new to old metadata -INFO: Converting local name coslat of variable cosine_of_latitude from new to old metadata -INFO: Converting local name pertalb of variable magnitude_of_surface_albedo_perturbation from new to old metadata -INFO: Converting local name aecm of variable instantaneous_aerosol_column_mass_densities from new to old metadata -INFO: Converting local name con_rv of variable gas_constant_water_vapor from new to old metadata -INFO: Converting local name wminco of variable cloud_condensed_water_conversion_threshold from new to old metadata -INFO: Converting local name fastcpxy of variable fast_soil_pool_mass_content_of_carbon from new to old metadata -INFO: Converting local name kind_grid of variable kind_grid from new to old metadata -INFO: Converting local name stress of variable surface_wind_stress from new to old metadata -INFO: Converting local name qgrs(:,1,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio_at_lowest_model_layer from new to old metadata -INFO: Converting local name rhc of variable critical_relative_humidity from new to old metadata -INFO: Converting local name tsfco of variable sea_surface_temperature from new to old metadata -INFO: Converting local name tau_ngw of variable instantaneous_momentum_flux_due_to_nonstationary_gravity_wave from new to old metadata -INFO: Converting local name tsfcl of variable surface_skin_temperature_over_land from new to old metadata -INFO: Converting local name clouds(:,:,7) of variable mean_effective_radius_for_rain_drop from new to old metadata -INFO: Converting local name con_cliq of variable specific_heat_of_liquid_water_at_constant_pressure from new to old metadata -INFO: Converting local name zmtb of variable height_of_mountain_blocking from new to old metadata -INFO: Converting local name ulwsfcin_cpl of variable surface_upwelling_longwave_flux_for_coupling from new to old metadata -INFO: Converting local name dlwsfc_cpl of variable cumulative_surface_downwelling_longwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name sfcdlw of variable surface_downwelling_longwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name t1 of variable air_temperature_at_lowest_model_layer_for_diag from new to old metadata -INFO: Converting local name ntiw of variable index_for_ice_cloud_condensate from new to old metadata -INFO: Converting local name bl_mynn_mixlength of variable mixing_length_flag from new to old metadata -INFO: Converting local name faerlw(:,:,:,1) of variable aerosol_optical_depth_for_longwave_bands_01_16 from new to old metadata -INFO: Converting local name ozpl of variable ozone_forcing from new to old metadata -INFO: Converting local name dlength of variable characteristic_grid_length_scale from new to old metadata -INFO: Converting local name slag of variable equation_of_time from new to old metadata -INFO: Converting local name ntot2d of variable number_of_fields_in_phyf2d from new to old metadata -INFO: Converting local name iopt_run of variable flag_for_runoff_and_groundwater_option from new to old metadata -INFO: Converting local name gq0(:,:,index_for_liquid_cloud_number_concentration) of variable cloud_droplet_number_concentration_updated_by_physics from new to old metadata -INFO: Converting local name sneqvoxy of variable snow_mass_at_previous_time_step from new to old metadata -INFO: Converting local name con_rhw0 of variable sea_water_reference_density from new to old metadata -INFO: Converting local name mtopa of variable model_layer_number_at_cloud_top from new to old metadata -INFO: Converting local name pertshc of variable magnitude_of_perturbation_of_soil_type_b_parameter from new to old metadata -INFO: Converting local name levi of variable vertical_interface_dimension from new to old metadata -INFO: Converting local name do_shoc of variable flag_for_shoc from new to old metadata -INFO: Converting local name du3dt_tms of variable time_integral_of_change_in_x_wind_due_to_turbulent_orographic_form_drag from new to old metadata -INFO: Converting local name snow_cpl of variable lwe_thickness_of_snow_amount_for_coupling from new to old metadata -INFO: Converting local name pkz of variable finite_volume_mean_edge_pressure_raised_to_the_power_of_kappa from new to old metadata -INFO: Converting local name nn of variable number_of_tracers_for_convective_transport from new to old metadata -INFO: Converting local name do_sat_adj of variable flag_for_saturation_adjustment_for_microphysics_in_dynamics from new to old metadata -INFO: Converting local name dx of variable cell_size from new to old metadata -INFO: Converting local name do_ugwp of variable do_ugwp from new to old metadata -INFO: Converting local name rain of variable lwe_thickness_of_precipitation_amount_on_dynamics_timestep from new to old metadata -INFO: Converting local name iopt_crs of variable flag_for_canopy_stomatal_resistance_option from new to old metadata -INFO: Converting local name qgrs(:,1,index_for_water_vapor) of variable water_vapor_specific_humidity_at_lowest_model_layer from new to old metadata -INFO: Converting local name ntqv of variable index_for_water_vapor from new to old metadata -INFO: Converting local name t02min of variable minimum_temperature_at_2m_over_maximum_hourly_time_interval from new to old metadata -INFO: Converting local name imp_physics_gfdl of variable flag_for_gfdl_microphysics_scheme from new to old metadata -INFO: Converting local name lprnt of variable flag_print from new to old metadata -INFO: Converting local name gabsbdlw_ice of variable surface_downwelling_longwave_flux_absorbed_by_ground_over_ice from new to old metadata -INFO: Converting local name imp_physics_thompson of variable flag_for_thompson_microphysics_scheme from new to old metadata -INFO: Converting local name ctei_rm of variable critical_cloud_top_entrainment_instability_criteria from new to old metadata -INFO: Converting local name tseal of variable surface_skin_temperature_for_nsst from new to old metadata -INFO: Converting local name dusfc_fd of variable integrated_x_momentum_flux_from_form_drag from new to old metadata -INFO: Converting local name dusfcin_cpl of variable surface_x_momentum_flux_for_coupling from new to old metadata -INFO: Converting local name slope of variable surface_slope_classification_real from new to old metadata -INFO: Converting local name htrlw of variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_timestep from new to old metadata -INFO: Converting local name mg_qcmin(2) of variable mg_minimum_ice_mixing_ratio from new to old metadata -INFO: Converting local name tice of variable sea_ice_temperature_interstitial from new to old metadata -INFO: Converting local name adjvisbmu of variable surface_upwelling_direct_ultraviolet_and_visible_shortwave_flux from new to old metadata -INFO: Converting local name dvgwd of variable time_integral_of_y_stress_due_to_gravity_wave_drag from new to old metadata -INFO: Converting local name dusfc_cice of variable surface_x_momentum_flux_for_coupling_interstitial from new to old metadata -INFO: Converting local name errmsg of variable ccpp_error_message from new to old metadata -INFO: Converting local name flag_cice of variable flag_for_cice from new to old metadata -INFO: Converting local name Coupling of variable GFS_coupling_type_instance from new to old metadata -INFO: Converting local name cs_parm(3) of variable detrainment_and_precipitation_tunable_parameter_3_CS from new to old metadata -INFO: Converting local name snliqxy of variable snow_layer_liquid_water from new to old metadata -INFO: Converting local name mstrat of variable flag_for_moorthi_stratus from new to old metadata -INFO: Converting local name imfdeepcnv_sas of variable flag_for_sas_deep_convection_scheme from new to old metadata -INFO: Converting local name weasd_ice of variable water_equivalent_accumulated_snow_depth_over_ice from new to old metadata -INFO: Converting local name bl_mynn_edmf_mom of variable edmf_momentum_transport_flag from new to old metadata -INFO: Converting local name npdf3d of variable number_of_3d_arrays_associated_with_pdf_based_clouds from new to old metadata -INFO: Converting local name dq3dt(:,:,2) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_deep_convection from new to old metadata -INFO: Converting local name w_upi of variable vertical_velocity_for_updraft from new to old metadata -INFO: Converting local name qlyr of variable water_vapor_specific_humidity_at_layer_for_radiation from new to old metadata -INFO: Converting local name fm10_ice of variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_ice from new to old metadata -INFO: Converting local name qgl of variable local_graupel_mixing_ratio from new to old metadata -INFO: Converting local name gt0(:,1) of variable air_temperature_at_lowest_model_layer_updated_by_physics from new to old metadata -INFO: Converting local name ccpp_t of variable ccpp_t from new to old metadata -INFO: Converting local name clouds(:,:,4) of variable cloud_ice_water_path from new to old metadata -INFO: Converting local name rain_cpl of variable lwe_thickness_of_precipitation_amount_for_coupling from new to old metadata -INFO: Converting local name bl_mynn_cloudmix of variable cloud_specie_mix_flag from new to old metadata -INFO: Converting local name tgxy of variable ground_temperature_for_noahmp from new to old metadata -INFO: Converting local name oa4 of variable asymmetry_of_subgrid_orography from new to old metadata -INFO: Converting local name refdmax of variable maximum_reflectivity_at_1km_agl_over_maximum_hourly_time_interval from new to old metadata -INFO: Converting local name GFS_Data(ccpp_block_number) of variable GFS_data_type_instance from new to old metadata -INFO: Converting local name dvsfc_cpl of variable cumulative_surface_y_momentum_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name shocaftcnv of variable flag_for_shoc_after_convection from new to old metadata -INFO: Converting local name mg_rhmini of variable mg_minimum_rh_for_ice from new to old metadata -INFO: Converting local name t2mi_cpl of variable instantaneous_temperature_at_2m_for_coupling from new to old metadata -INFO: Converting local name GFS_Interstitial(ccpp_thread_number) of variable GFS_interstitial_type_instance from new to old metadata -INFO: Converting local name thrd_no of variable ccpp_thread_number from new to old metadata -INFO: Converting local name evbs of variable soil_upward_latent_heat_flux from new to old metadata -INFO: Converting local name dtdtr of variable tendency_of_air_temperature_due_to_radiative_heating_on_physics_time_step from new to old metadata -INFO: Converting local name spfhmin of variable minimum_specific_humidity_at_2m from new to old metadata -INFO: Converting local name xsaixy of variable stem_area_index from new to old metadata -INFO: Converting local name lsoil of variable soil_vertical_dimension from new to old metadata -INFO: Converting local name mg_ts_auto_ice of variable mg_time_scale_for_autoconversion_of_ice from new to old metadata -INFO: Converting local name ca_deep of variable fraction_of_cellular_automata_for_deep_convection from new to old metadata -INFO: Converting local name work1 of variable grid_size_related_coefficient_used_in_scale_sensitive_schemes from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_for_cloud_liquid_water_effective_radius) of variable effective_radius_of_stratiform_cloud_liquid_water_particle_in_um from new to old metadata -INFO: Converting local name nleffr of variable index_for_cloud_liquid_water_effective_radius from new to old metadata -INFO: Converting local name dlwsfci of variable surface_downwelling_longwave_flux from new to old metadata -INFO: Converting local name mg_nicons of variable mg_flag_ice_concentration_constant from new to old metadata -INFO: Converting local name faersw(:,:,:,1) of variable aerosol_optical_depth_for_shortwave_bands_01_16 from new to old metadata -INFO: Converting local name xt of variable diurnal_thermocline_layer_heat_content from new to old metadata -INFO: Converting local name prsl of variable air_pressure from new to old metadata -INFO: Converting local name cv of variable fraction_of_convective_cloud from new to old metadata -INFO: Converting local name blksz of variable horizontal_block_size from new to old metadata -INFO: Converting local name pertvegf of variable magnitude_of_perturbation_of_vegetation_fraction from new to old metadata -INFO: Converting local name gq0(:,:,index_for_cloud_amount) of variable cloud_fraction_updated_by_physics from new to old metadata -INFO: Converting local name ntclamt of variable index_for_cloud_amount from new to old metadata -INFO: Converting local name zorlo of variable surface_roughness_length_over_ocean from new to old metadata -INFO: Converting local name te0 of variable atmosphere_energy_content_at_Lagrangian_surface from new to old metadata -INFO: Converting local name ktop of variable vertical_index_at_cloud_top from new to old metadata -INFO: Converting local name prevsq of variable moisture_from_previous_timestep from new to old metadata -INFO: Converting local name kpbl of variable vertical_index_at_top_of_atmosphere_boundary_layer from new to old metadata -INFO: Converting local name ncells of variable cellular_automata_finer_grid from new to old metadata -INFO: Converting local name cnvc of variable convective_cloud_cover from new to old metadata -INFO: Converting local name totprcp of variable accumulated_lwe_thickness_of_precipitation_amount from new to old metadata -INFO: Converting local name cgwf of variable multiplication_factors_for_convective_gravity_wave_drag from new to old metadata -INFO: Converting local name do_shum of variable flag_for_stochastic_shum_option from new to old metadata -INFO: Converting local name save_q of variable tracer_concentration_save from new to old metadata -INFO: Converting local name h2o_pres of variable natural_log_of_h2o_forcing_data_pressure_levels from new to old metadata -INFO: Converting local name iopt_snf of variable flag_for_precipitation_partition_option from new to old metadata -INFO: Converting local name c0s_shal of variable rain_conversion_parameter_shallow_convection from new to old metadata -INFO: Converting local name zwtxy of variable water_table_depth from new to old metadata -INFO: Converting local name qr of variable cloud_rain_specific_humidity_at_Lagrangian_surface from new to old metadata -INFO: Converting local name dzlyr of variable layer_thickness_for_radiation from new to old metadata -INFO: Converting local name taussxy of variable nondimensional_snow_age from new to old metadata -INFO: Converting local name tsfa of variable surface_air_temperature_for_radiation from new to old metadata -INFO: Converting local name snoalb of variable upper_bound_on_max_albedo_over_deep_snow from new to old metadata -INFO: Converting local name xs of variable sea_water_salinity from new to old metadata -INFO: Converting local name dvsfci_cpl of variable instantaneous_surface_y_momentum_flux_for_coupling from new to old metadata -INFO: Converting local name xlat of variable latitude from new to old metadata -INFO: Converting local name ugrs of variable x_wind from new to old metadata -INFO: Converting local name shdmin of variable minimum_vegetation_area_fraction from new to old metadata -INFO: Converting local name nnirdfi_cpl of variable instantaneous_surface_net_downward_diffuse_near_infrared_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name microp_uniform of variable mg_flag_for_uniform_subcolumns from new to old metadata -INFO: Converting local name frland of variable land_area_fraction_for_microphysics from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_ice_friendly_aerosols) of variable tendency_of_ice_friendly_aerosol_number_concentration_due_to_model_physics from new to old metadata -INFO: Converting local name oz_pres of variable natural_log_of_ozone_forcing_data_pressure_levels from new to old metadata -INFO: Converting local name zlwb of variable time_integral_of_height_of_low_level_wave_breaking from new to old metadata -INFO: Converting local name gq0(:,:,index_for_ice_cloud_condensate) of variable ice_water_mixing_ratio_updated_by_physics from new to old metadata -INFO: Converting local name qss of variable surface_specific_humidity from new to old metadata -INFO: Converting local name dry of variable flag_nonzero_land_surface_fraction from new to old metadata -INFO: Converting local name bk of variable b_parameter_of_the_hybrid_coordinate from new to old metadata -INFO: Converting local name cdmbgwd of variable multiplication_factors_for_mountain_blocking_and_orographic_gravity_wave_drag from new to old metadata -INFO: Converting local name levs of variable vertical_dimension from new to old metadata -INFO: Converting local name swhtr of variable flag_for_output_of_shortwave_heating_rate from new to old metadata -INFO: Converting local name zorl_land of variable surface_roughness_length_over_land_interstitial from new to old metadata -INFO: Converting local name t2m of variable temperature_at_2m from new to old metadata -INFO: Converting local name tau_ogw of variable instantaneous_momentum_flux_due_to_orographic_gravity_wave_drag from new to old metadata -INFO: Converting local name shoc_parm(3) of variable shoc_tke_dissipation_tunable_parameter_near_surface from new to old metadata -INFO: Converting local name gflx_ice of variable upward_heat_flux_in_soil_over_ice from new to old metadata -INFO: Converting local name nspc1 of variable number_of_species_for_aerosol_optical_depth from new to old metadata -INFO: Converting local name drain_cpl of variable tendency_of_lwe_thickness_of_precipitation_amount_for_coupling from new to old metadata -INFO: Converting local name phis of variable surface_geopotential_at_Lagrangian_surface from new to old metadata -INFO: Converting local name q2mi_cpl of variable instantaneous_specific_humidity_at_2m_for_coupling from new to old metadata -INFO: Converting local name zogw of variable time_integral_of_height_of_launch_level_of_orographic_gravity_wave from new to old metadata -INFO: Converting local name prsi of variable air_pressure_at_interface from new to old metadata -INFO: Converting local name aerodp of variable atmosphere_optical_thickness_due_to_ambient_aerosol_particles from new to old metadata -INFO: Converting local name shal_cnv of variable flag_for_shallow_convection from new to old metadata -INFO: Converting local name icsdlw of variable seed_random_numbers_lw from new to old metadata -INFO: Converting local name ncld of variable number_of_hydrometeors from new to old metadata -INFO: Converting local name gasvmr(:,:,6) of variable volume_mixing_ratio_cfc11 from new to old metadata -INFO: Converting local name tracers_water of variable number_of_water_tracers from new to old metadata -INFO: Converting local name nscyc of variable number_of_timesteps_between_surface_cycling_calls from new to old metadata -INFO: Converting local name dswsfc_cpl of variable cumulative_surface_downwelling_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name adjvisdfu of variable surface_upwelling_diffuse_ultraviolet_and_visible_shortwave_flux from new to old metadata -INFO: Converting local name cs_parm(2) of variable updraft_velocity_tunable_parameter_2_CS from new to old metadata -INFO: Converting local name lsswr of variable flag_to_calc_sw from new to old metadata -INFO: Converting local name imfshalcnv_gf of variable flag_for_gf_shallow_convection_scheme from new to old metadata -INFO: Converting local name kinver of variable index_of_highest_temperature_inversion from new to old metadata -INFO: Converting local name tslb of variable soil_temperature_for_land_surface_model from new to old metadata -INFO: Converting local name weasd of variable water_equivalent_accumulated_snow_depth from new to old metadata -INFO: Converting local name tisfc of variable sea_ice_temperature from new to old metadata -INFO: Converting local name faerlw of variable aerosol_optical_properties_for_longwave_bands_01_16 from new to old metadata -INFO: Converting local name logunit of variable iounit_log from new to old metadata -INFO: Converting local name fast_mp_consv of variable flag_for_fast_microphysics_energy_conservation from new to old metadata -INFO: Converting local name cnv_mfd of variable detrained_mass_flux from new to old metadata -INFO: Converting local name zvir of variable ratio_of_vapor_to_dry_air_gas_constants_minus_one_default_kind from new to old metadata -INFO: Converting local name jed of variable ending_y_direction_index_domain from new to old metadata -INFO: Converting local name gasvmr(:,:,3) of variable volume_mixing_ratio_ch4 from new to old metadata -INFO: Converting local name sfcdsw of variable surface_downwelling_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name hydrostatic of variable flag_for_hydrostatic_solver_for_fast_physics from new to old metadata -INFO: Converting local name dvsfc_bl of variable integrated_y_momentum_flux_from_blocking_drag from new to old metadata -INFO: Converting local name Grid of variable GFS_grid_type_instance from new to old metadata -INFO: Converting local name ncnd of variable number_of_cloud_condensate_types from new to old metadata -INFO: Converting local name w_0 of variable coefficient_w_0 from new to old metadata -INFO: Converting local name zm of variable ocean_mixed_layer_thickness from new to old metadata -INFO: Converting local name shoc_parm(2) of variable shoc_tke_dissipation_tunable_parameter from new to old metadata -INFO: Converting local name cdec of variable cosine_of_solar_declination_angle from new to old metadata -INFO: Converting local name npzq_con of variable vertical_dimension_for_condensed_water_at_Lagrangian_surface from new to old metadata -INFO: Converting local name rmol of variable reciprocal_of_obukhov_length from new to old metadata -INFO: Converting local name snowxy of variable number_of_snow_layers from new to old metadata -INFO: Converting local name hflx_land of variable kinematic_surface_upward_sensible_heat_flux_over_land from new to old metadata -INFO: Converting local name clw of variable convective_transportable_tracers from new to old metadata -INFO: Converting local name srflag of variable flag_for_precipitation_type from new to old metadata -INFO: Converting local name suntim of variable duration_of_sunshine from new to old metadata -INFO: Converting local name isot of variable soil_type_dataset_choice from new to old metadata -INFO: Converting local name isol of variable flag_for_solar_constant from new to old metadata -INFO: Converting local name th2m of variable potential_temperature_at_2m from new to old metadata -INFO: Converting local name hpbl of variable atmosphere_boundary_layer_thickness from new to old metadata -INFO: Converting local name cd of variable surface_drag_coefficient_for_momentum_in_air from new to old metadata -INFO: Converting local name dusfc_ls of variable integrated_x_momentum_flux_from_large_scale_gwd from new to old metadata -INFO: Converting local name do_sppt of variable flag_for_stochastic_surface_physics_perturbations from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_for_convective_cloud_water_mixing_ratio_in_phy_f3d) of variable convective_cloud_water_mixing_ratio_in_phy_f3d from new to old metadata -INFO: Converting local name rb_ice of variable bulk_richardson_number_at_lowest_model_level_over_ice from new to old metadata -INFO: Converting local name itc of variable number_of_aerosol_tracers_for_convection from new to old metadata -INFO: Converting local name Cldprop of variable GFS_cldprop_type_instance from new to old metadata -INFO: Converting local name grav_settling of variable grav_settling from new to old metadata -INFO: Converting local name gq0(:,:,index_for_ice_cloud_number_concentration) of variable ice_number_concentration_updated_by_physics from new to old metadata -INFO: Converting local name ntinc of variable index_for_ice_cloud_number_concentration from new to old metadata -INFO: Converting local name iopt_inf of variable flag_for_frozen_soil_permeability_option from new to old metadata -INFO: Converting local name c0s_deep of variable rain_conversion_parameter_deep_convection from new to old metadata -INFO: Converting local name dtaux2d_ls of variable x_momentum_tendency_from_large_scale_gwd from new to old metadata -INFO: Converting local name phy_myj_qz0 of variable specific_humidity_at_viscous_sublayer_top from new to old metadata -INFO: Converting local name iovr_sw of variable flag_for_max_random_overlap_clouds_for_shortwave_radiation from new to old metadata -INFO: Converting local name icliq_sw of variable flag_for_optical_property_for_liquid_clouds_for_shortwave_radiation from new to old metadata -INFO: Converting local name psmean of variable cumulative_surface_pressure_multiplied_by_timestep from new to old metadata -INFO: Converting local name cmm_ocean of variable surface_drag_wind_speed_for_momentum_in_air_over_ocean from new to old metadata -INFO: Converting local name shcnvcw of variable flag_shallow_convective_cloud from new to old metadata -INFO: Converting local name drain of variable subsurface_runoff_flux from new to old metadata -INFO: Converting local name ak of variable a_parameter_of_the_hybrid_coordinate from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_liquid_cloud_number_concentration) of variable tendency_of_cloud_droplet_number_concentration_due_to_model_physics from new to old metadata -INFO: Converting local name sfc_z0_type of variable flag_for_surface_roughness_option_over_ocean from new to old metadata -INFO: Converting local name cvt of variable pressure_at_top_of_convective_cloud from new to old metadata -INFO: Converting local name gwd_opt of variable gwd_opt from new to old metadata -INFO: Converting local name snowmp of variable lwe_thickness_of_snow_amount from new to old metadata -INFO: Converting local name ncnvcld3d of variable number_of_convective_3d_cloud_fields from new to old metadata -INFO: Converting local name cape of variable convective_available_potential_energy_for_coupling from new to old metadata -INFO: Converting local name du3dt_ogw of variable time_integral_of_change_in_x_wind_due_to_orographic_gravity_wave_drag from new to old metadata -INFO: Converting local name te0_2d of variable atmosphere_energy_content_in_column from new to old metadata -INFO: Converting local name dsnowprv of variable snow_precipitation_rate_from_previous_timestep from new to old metadata -INFO: Converting local name chh of variable surface_drag_mass_flux_for_heat_and_moisture_in_air from new to old metadata -INFO: Converting local name dt3dt(:,:,5) of variable cumulative_change_in_temperature_due_to_shal_convection from new to old metadata -INFO: Converting local name cplwav of variable flag_for_wave_coupling from new to old metadata -INFO: Converting local name clw(:,:,2) of variable cloud_condensed_water_mixing_ratio_convective_transport_tracer from new to old metadata -INFO: Converting local name shoc_parm(1) of variable shoc_tke_dissipatation_pressure_threshold from new to old metadata -INFO: Converting local name oro_uf of variable orography_unfiltered from new to old metadata -INFO: Converting local name peln of variable log_pressure_at_Lagrangian_surface from new to old metadata -INFO: Converting local name gasvmr(:,:,8) of variable volume_mixing_ratio_cfc22 from new to old metadata -INFO: Converting local name pertzt of variable magnitude_of_perturbation_of_heat_to_momentum_roughness_length_ratio from new to old metadata -INFO: Converting local name clouds(:,:,1) of variable total_cloud_fraction from new to old metadata -INFO: Converting local name iaer of variable flag_for_default_aerosol_effect_in_shortwave_radiation from new to old metadata -INFO: Converting local name wet1 of variable normalized_soil_wetness from new to old metadata -INFO: Converting local name npz of variable vertical_dimension_for_fast_physics from new to old metadata -INFO: Converting local name cal_pre of variable flag_for_precipitation_type_algorithm from new to old metadata -INFO: Converting local name lmk of variable adjusted_vertical_layer_dimension_for_radiation from new to old metadata -INFO: Converting local name kind_phys of variable kind_phys from new to old metadata -INFO: Converting local name Sfcprop of variable GFS_sfcprop_type_instance from new to old metadata -INFO: Converting local name wslakexy of variable lake_water_storage from new to old metadata -INFO: Converting local name f10m of variable ratio_of_wind_at_lowest_model_layer_and_wind_at_10m from new to old metadata -INFO: Converting local name gasvmr(:,:,1) of variable volume_mixing_ratio_co2 from new to old metadata -INFO: Converting local name q2mp of variable specific_humidity_at_2m_from_noahmp from new to old metadata -INFO: Converting local name lwhc of variable tendency_of_air_temperature_due_to_longwave_heating_assuming_clear_sky_on_radiation_timestep from new to old metadata -INFO: Converting local name snowd_ice of variable surface_snow_thickness_water_equivalent_over_ice from new to old metadata -INFO: Converting local name lsnow_lsm_lbound of variable lower_bound_of_snow_vertical_dimension_for_land_surface_model from new to old metadata -INFO: Converting local name mg_dcs of variable mg_autoconversion_size_threshold_ice_snow from new to old metadata -INFO: Converting local name rhgrd of variable fa_threshold_relative_humidity_for_onset_of_condensation from new to old metadata -INFO: Converting local name dudt_ogw of variable instantaneous_change_in_x_wind_due_to_orographic_gravity_wave_drag from new to old metadata -INFO: Converting local name slmsk of variable sea_land_ice_mask_real from new to old metadata -INFO: Converting local name ictm of variable flag_for_initial_time_date_control from new to old metadata -INFO: Converting local name qss_ocean of variable surface_specific_humidity_over_ocean from new to old metadata -INFO: Converting local name tsfc of variable surface_skin_temperature from new to old metadata -INFO: Converting local name prsik of variable dimensionless_exner_function_at_model_interfaces from new to old metadata -INFO: Converting local name t2mmp of variable temperature_at_2m_from_noahmp from new to old metadata -INFO: Converting local name tau_ogw of variable time_integral_of_momentum_flux_due_to_orographic_gravity_wave_drag from new to old metadata -INFO: Converting local name topflw_type of variable topflw_type from new to old metadata -INFO: Converting local name cnv_nice of variable number_concentration_of_ice_crystals_for_detrainment from new to old metadata -INFO: Converting local name cscnv of variable flag_for_Chikira_Sugiyama_deep_convection from new to old metadata -INFO: Converting local name u10mi_cpl of variable instantaneous_x_wind_at_10m_for_coupling from new to old metadata -INFO: Converting local name fh2_ocean of variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_ocean from new to old metadata -INFO: Converting local name phii of variable geopotential_at_interface from new to old metadata -INFO: Converting local name gq0(:,:,index_for_graupel) of variable graupel_mixing_ratio_updated_by_physics from new to old metadata -INFO: Converting local name ntgl of variable index_for_graupel from new to old metadata -INFO: Converting local name nvisdfi_cpl of variable instantaneous_surface_net_downward_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name norad_precip of variable flag_for_precipitation_effect_on_radiation from new to old metadata -INFO: Converting local name dq3dt(:,:,5) of variable cumulative_change_in_ozone_mixing_ratio_due_to_PBL from new to old metadata -INFO: Converting local name dusfcg of variable instantaneous_x_stress_due_to_gravity_wave_drag from new to old metadata -INFO: Converting local name stype of variable soil_type_classification_real from new to old metadata -INFO: Converting local name lwhtr of variable flag_for_output_of_longwave_heating_rate from new to old metadata -INFO: Converting local name skebv_wts of variable weights_for_stochastic_skeb_perturbation_of_y_wind_flipped from new to old metadata -INFO: Converting local name prnum of variable prandtl_number from new to old metadata -INFO: Converting local name dtsfcin_cpl of variable surface_upward_sensible_heat_flux_for_coupling from new to old metadata -INFO: Converting local name sigmatot of variable convective_updraft_area_fraction_at_model_interfaces from new to old metadata -INFO: Converting local name rann of variable random_number_array from new to old metadata -INFO: Converting local name work2 of variable grid_size_related_coefficient_used_in_scale_sensitive_schemes_complement from new to old metadata -INFO: Converting local name ep1d_land of variable surface_upward_potential_latent_heat_flux_over_land from new to old metadata -INFO: Converting local name num_p3d of variable array_dimension_of_3d_arrays_for_microphysics from new to old metadata -INFO: Converting local name frac_grid of variable flag_for_fractional_grid from new to old metadata -INFO: Converting local name dtdtc of variable tendency_of_air_temperature_due_to_radiative_heating_assuming_clear_sky from new to old metadata -INFO: Converting local name chxy of variable surface_drag_coefficient_for_heat_and_moisture_for_noahmp from new to old metadata -INFO: Converting local name dtauy2d_bl of variable y_momentum_tendency_from_blocking_drag from new to old metadata -INFO: Converting local name dtsfc of variable cumulative_surface_upward_sensible_heat_flux_for_diag_multiplied_by_timestep from new to old metadata -INFO: Converting local name gflx_ocean of variable upward_heat_flux_in_soil_over_ocean from new to old metadata -INFO: Converting local name deeprechxy of variable water_table_recharge_when_deep from new to old metadata -INFO: Converting local name imfshalcnv_sas of variable flag_for_sas_shallow_convection_scheme from new to old metadata -INFO: Converting local name woodxy of variable wood_mass from new to old metadata -INFO: Converting local name phy_f3d(:,:,3) of variable air_temperature_at_previous_time_step from new to old metadata -INFO: Converting local name otspt of variable flag_convective_tracer_transport from new to old metadata -INFO: Converting local name tsurf of variable surface_skin_temperature_after_iteration from new to old metadata -INFO: Converting local name phy_f2d(:,array_dimension_of_2d_arrays_for_microphysics) of variable surface_wind_enhancement_due_to_convection from new to old metadata -INFO: Converting local name num_p2d of variable array_dimension_of_2d_arrays_for_microphysics from new to old metadata -INFO: Converting local name diss_est of variable dissipation_estimate_of_air_temperature_at_model_layers from new to old metadata -INFO: Converting local name ffmm_land of variable Monin_Obukhov_similarity_function_for_momentum_over_land from new to old metadata -INFO: Converting local name imfshalcnv of variable flag_for_mass_flux_shallow_convection_scheme from new to old metadata -INFO: Converting local name iopt_rad of variable flag_for_radiation_transfer_option from new to old metadata -INFO: Converting local name effr_in of variable flag_for_cloud_effective_radii from new to old metadata -INFO: Converting local name Sh3D of variable stability_function_for_heat from new to old metadata -INFO: Converting local name con_sbc of variable stefan_boltzmann_constant from new to old metadata -INFO: Converting local name phy_myj_z0base of variable baseline_surface_roughness_length from new to old metadata -INFO: Converting local name sdec of variable sine_of_solar_declination_angle from new to old metadata -INFO: Converting local name f_ice of variable fraction_of_ice_water_cloud from new to old metadata -INFO: Converting local name qs of variable cloud_snow_specific_humidity_at_Lagrangian_surface from new to old metadata -INFO: Converting local name iflip of variable flag_for_vertical_index_direction_control from new to old metadata -INFO: Converting local name draincprv of variable convective_precipitation_rate_from_previous_timestep from new to old metadata -INFO: Converting local name icsdsw of variable seed_random_numbers_sw from new to old metadata -INFO: Converting local name dtaux2d_bl of variable x_momentum_tendency_from_blocking_drag from new to old metadata -INFO: Converting local name uustar_ocean of variable surface_friction_velocity_over_ocean from new to old metadata -INFO: Converting local name zlwb of variable height_of_low_level_wave_breaking from new to old metadata -INFO: Converting local name sigma of variable slope_of_subgrid_orography from new to old metadata -INFO: Converting local name cd_land of variable surface_drag_coefficient_for_momentum_in_air_over_land from new to old metadata -INFO: Converting local name shoc_parm(5) of variable shoc_flag_for_optional_surface_TKE_dissipation from new to old metadata -INFO: Converting local name qss_ice of variable surface_specific_humidity_over_ice from new to old metadata -INFO: Converting local name graupel of variable lwe_thickness_of_graupel_amount_on_dynamics_timestep from new to old metadata -INFO: Converting local name do_myjsfc of variable do_myjsfc from new to old metadata -INFO: Converting local name htsw0 of variable tendency_of_air_temperature_due_to_shortwave_heating_assuming_clear_sky_on_radiation_time_step from new to old metadata -INFO: Converting local name ep of variable cumulative_surface_upward_potential_latent_heat_flux_multiplied_by_timestep from new to old metadata -INFO: Converting local name tprcp of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep from new to old metadata -INFO: Converting local name dnirdf_cpl of variable cumulative_surface_downwelling_diffuse_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name qwv_surf of variable water_vapor_mixing_ratio_at_surface from new to old metadata -INFO: Converting local name fm10_ocean of variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_ocean from new to old metadata -INFO: Converting local name QC_BL of variable subgrid_cloud_mixing_ratio_pbl from new to old metadata -INFO: Converting local name adjsfculw_ice of variable surface_upwelling_longwave_flux_over_ice_interstitial from new to old metadata -INFO: Converting local name tsfci_cpl of variable instantaneous_surface_skin_temperature_for_coupling from new to old metadata -INFO: Converting local name pertz0 of variable magnitude_of_perturbation_of_momentum_roughness_length from new to old metadata -INFO: Converting local name eahxy of variable canopy_air_vapor_pressure from new to old metadata -INFO: Converting local name cnv_dqldt of variable tendency_of_cloud_water_due_to_convective_microphysics from new to old metadata -INFO: Converting local name gq0 of variable tracer_concentration_updated_by_physics from new to old metadata -INFO: Converting local name iopt_dveg of variable flag_for_dynamic_vegetation_option from new to old metadata -INFO: Converting local name gv0(:,1) of variable y_wind_at_lowest_model_layer_updated_by_physics from new to old metadata -INFO: Converting local name first_time_step of variable flag_for_first_time_step from new to old metadata -INFO: Converting local name dtaux2d_ss of variable x_momentum_tendency_from_small_scale_gwd from new to old metadata -INFO: Converting local name wetdpl of variable instantaneous_large_scale_wet_deposition from new to old metadata -INFO: Converting local name cndm_surf of variable surface_condensation_mass from new to old metadata -INFO: Converting local name cmm_land of variable surface_drag_wind_speed_for_momentum_in_air_over_land from new to old metadata -INFO: Converting local name fh2 of variable Monin_Obukhov_similarity_function_for_heat_at_2m from new to old metadata -INFO: Converting local name gw_dudt of variable tendency_of_x_wind_due_to_ugwp from new to old metadata -INFO: Converting local name shinhong of variable flag_for_scale_aware_Shinhong_PBL from new to old metadata -INFO: Converting local name maxMF of variable maximum_mass_flux from new to old metadata -INFO: Converting local name gu0 of variable x_wind_updated_by_physics from new to old metadata -INFO: Converting local name ncstrac of variable number_of_tracers_for_CS from new to old metadata -INFO: Converting local name do_qa of variable flag_for_inline_cloud_fraction_calculation from new to old metadata -INFO: Converting local name pgr of variable surface_air_pressure from new to old metadata -INFO: Converting local name del of variable air_pressure_difference_between_midlayers from new to old metadata -INFO: Converting local name nqrimef of variable index_for_mass_weighted_rime_factor from new to old metadata -INFO: Converting local name du3dt(:,:,1) of variable cumulative_change_in_x_wind_due_to_PBL from new to old metadata -INFO: Converting local name raincs of variable lwe_thickness_of_shallow_convective_precipitation_amount from new to old metadata -INFO: Converting local name xlaixy of variable leaf_area_index from new to old metadata -INFO: Converting local name iopt_alb of variable flag_for_ground_snow_surface_albedo_option from new to old metadata -INFO: Converting local name moninq_fac of variable atmosphere_diffusivity_coefficient_factor from new to old metadata -INFO: Converting local name work3 of variable ratio_of_exner_function_between_midlayer_and_interface_at_lowest_model_layer from new to old metadata -INFO: Converting local name adjnirbmd of variable surface_downwelling_direct_near_infrared_shortwave_flux from new to old metadata -INFO: Converting local name imp_physics_zhao_carr_pdf of variable flag_for_zhao_carr_pdf_microphysics_scheme from new to old metadata -INFO: Converting local name dv3dt(:,:,3) of variable cumulative_change_in_y_wind_due_to_deep_convection from new to old metadata -INFO: Converting local name evcwa of variable cumulative_canopy_upward_latent_heat_flu_multiplied_by_timestep from new to old metadata -INFO: Converting local name lsm_noah of variable flag_for_noah_land_surface_scheme from new to old metadata -INFO: Converting local name ntk of variable index_for_turbulent_kinetic_energy_convective_transport_tracer from new to old metadata -INFO: Converting local name qsnw of variable local_snow_water_mixing_ratio from new to old metadata -INFO: Converting local name edmf_thl of variable emdf_updraft_theta_l from new to old metadata -INFO: Converting local name crtrh(2) of variable critical_relative_humidity_at_PBL_top from new to old metadata -INFO: Converting local name xv of variable diurnal_thermocline_layer_y_current from new to old metadata -INFO: Converting local name rlapse of variable air_temperature_lapse_rate_constant from new to old metadata -INFO: Converting local name clw(:,:,1) of variable ice_water_mixing_ratio_convective_transport_tracer from new to old metadata -INFO: Converting local name levozp of variable vertical_dimension_of_ozone_forcing_data from new to old metadata -INFO: Converting local name spfhmax of variable maximum_specific_humidity_at_2m from new to old metadata -INFO: Converting local name runoff of variable surface_runoff_flux from new to old metadata -INFO: Converting local name do_sb_physics of variable mg_flag_for_sb2001_autoconversion from new to old metadata -INFO: Converting local name phy_myj_a1q of variable weight_for_specific_humidity_at_viscous_sublayer_top from new to old metadata -INFO: Converting local name cactiv of variable conv_activity_counter from new to old metadata -INFO: Converting local name clw(:,:,index_for_turbulent_kinetic_energy_convective_transport_tracer) of variable turbulent_kinetic_energy_convective_transport_tracer from new to old metadata -INFO: Converting local name oz_phys_2015 of variable flag_for_2015_ozone_physics from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_snow_number_concentration) of variable snow_number_concentration from new to old metadata -INFO: Converting local name ntsnc of variable index_for_snow_number_concentration from new to old metadata -INFO: Converting local name dlwsfci_cpl of variable instantaneous_surface_downwelling_longwave_flux_for_coupling from new to old metadata -INFO: Converting local name errflg of variable ccpp_error_flag from new to old metadata -INFO: Converting local name kbot of variable vertical_index_at_cloud_base from new to old metadata -INFO: Converting local name clw_surf of variable cloud_condensed_water_mixing_ratio_at_surface from new to old metadata -INFO: Converting local name skebu_wts of variable weights_for_stochastic_skeb_perturbation_of_x_wind from new to old metadata -INFO: Converting local name snowprv of variable lwe_thickness_of_snow_amount_from_previous_timestep from new to old metadata -INFO: Converting local name spec_adv of variable flag_for_individual_cloud_species_advected from new to old metadata -INFO: Converting local name rainmp of variable lwe_thickness_of_explicit_rain_amount from new to old metadata -INFO: Converting local name jdat of variable forecast_date_and_time from new to old metadata -INFO: Converting local name ntrcaer of variable number_of_aerosol_tracers_MG from new to old metadata -INFO: Converting local name gflux of variable cumulative_surface_ground_heat_flux_multiplied_by_timestep from new to old metadata -INFO: Converting local name q1 of variable water_vapor_specific_humidity_at_lowest_model_layer_for_diag from new to old metadata -INFO: Converting local name gq0(:,1,index_for_water_vapor) of variable water_vapor_specific_humidity_at_lowest_model_layer_updated_by_physics from new to old metadata -INFO: Converting local name nday of variable daytime_points_dimension from new to old metadata -INFO: Converting local name cs_parm(9) of variable entrainment_efficiency_tunable_parameter_9_CS from new to old metadata -INFO: Converting local name flx_form of variable flag_flux_form_CS from new to old metadata -INFO: Converting local name dtsfc_cpl of variable cumulative_surface_upward_sensible_heat_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name nstf_name(1) of variable flag_for_nsstm_run from new to old metadata -INFO: Converting local name ca_sgs of variable flag_for_sgs_cellular_automata from new to old metadata -INFO: Converting local name mg_qcmin(1) of variable mg_minimum_cloud_condensed_water_mixing_ratio from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio from new to old metadata -INFO: Converting local name rilist of variable gas_constants_for_multi_gases_physics from new to old metadata -INFO: Converting local name dtauy2d_ls of variable y_momentum_tendency_from_large_scale_gwd from new to old metadata -INFO: Converting local name oz_coeff of variable number_of_coefficients_in_ozone_forcing_data from new to old metadata -INFO: Converting local name edmf_qt of variable emdf_updraft_total_water from new to old metadata -INFO: Converting local name stmassxy of variable stem_mass from new to old metadata -INFO: Converting local name dgraupelprv of variable graupel_precipitation_rate_from_previous_timestep from new to old metadata -INFO: Converting local name gq0(:,:,index_for_mass_weighted_rime_factor) of variable mass_weighted_rime_factor_updated_by_physics from new to old metadata -INFO: Converting local name alnwf of variable mean_nir_albedo_with_weak_cosz_dependency from new to old metadata -INFO: Converting local name smoiseq of variable equilibrium_soil_water_content from new to old metadata -INFO: Converting local name psautco of variable coefficient_from_cloud_ice_to_snow from new to old metadata -INFO: Converting local name fhlwr of variable frequency_for_longwave_radiation from new to old metadata -INFO: Converting local name xtts of variable sensitivity_of_dtl_heat_content_to_surface_temperature from new to old metadata -INFO: Converting local name tracers_start_index of variable start_index_of_other_tracers from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_ice_cloud_condensate) of variable tendency_of_ice_cloud_water_mixing_ratio_due_to_model_physics from new to old metadata -INFO: Converting local name jsd of variable starting_y_direction_index_domain from new to old metadata -INFO: Converting local name semis_land of variable surface_longwave_emissivity_over_land_interstitial from new to old metadata -INFO: Converting local name tdomr of variable dominant_rain_type from new to old metadata -INFO: Converting local name conv_act of variable gf_memory_counter from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_ice_cloud_number_concentration) of variable ice_number_concentration from new to old metadata -INFO: Converting local name ugrs(:,1) of variable x_wind_at_lowest_model_layer from new to old metadata -INFO: Converting local name qicn of variable mass_fraction_of_convective_cloud_ice from new to old metadata -INFO: Converting local name fh2_ice of variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_ice from new to old metadata -INFO: Converting local name tsq of variable t_prime_squared from new to old metadata -INFO: Converting local name tdomip of variable dominant_sleet_type from new to old metadata -INFO: Converting local name lslwr of variable flag_to_calc_lw from new to old metadata -INFO: Converting local name GFS_cldprop_type of variable GFS_cldprop_type from new to old metadata -INFO: Converting local name imp_physics of variable flag_for_microphysics_scheme from new to old metadata -INFO: Converting local name sfcalb(:,1) of variable surface_albedo_due_to_near_IR_direct from new to old metadata -INFO: Converting local name mg_do_graupel of variable mg_flag_for_graupel from new to old metadata -INFO: Converting local name soilm of variable soil_moisture_content from new to old metadata -INFO: Converting local name exch_m of variable atmosphere_momentum_diffusivity_for_mynnpbl from new to old metadata -INFO: Converting local name wetdpc of variable instantaneous_convective_scale_wet_deposition from new to old metadata -INFO: Converting local name el_pbl of variable mixing_length from new to old metadata -INFO: Converting local name ncnvc of variable index_for_convective_cloud_cover_in_phy_f3d from new to old metadata -INFO: Converting local name fn_nml of variable namelist_filename from new to old metadata -INFO: Converting local name weasd_ocean of variable water_equivalent_accumulated_snow_depth_over_ocean from new to old metadata -INFO: Converting local name evfact_deep of variable rain_evaporation_coefficient_deep_convection from new to old metadata -INFO: Converting local name dqsfc of variable cumulative_surface_upward_latent_heat_flux_for_diag_multiplied_by_timestep from new to old metadata -INFO: Converting local name totgrpb of variable accumulated_lwe_thickness_of_graupel_amount_in_bucket from new to old metadata -INFO: Converting local name trans_aero of variable flag_for_aerosol_convective_transport_and_PBL_diffusion from new to old metadata -INFO: Converting local name dusfc_bl of variable integrated_x_momentum_flux_from_blocking_drag from new to old metadata -INFO: Converting local name gw_kdis of variable eddy_mixing_due_to_ugwp from new to old metadata -INFO: Converting local name mg_qcmin of variable mg_minimum_cloud_condensed_water_and_ice_mixing_ratio from new to old metadata -INFO: Converting local name dq3dt(:,:,3) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_shal_convection from new to old metadata -INFO: Converting local name qi of variable cloud_ice_specific_humidity_at_Lagrangian_surface from new to old metadata -INFO: Converting local name imfshalcnv_gf of variable flag_for_ntiedtke_shallow_convection_scheme from new to old metadata -INFO: Converting local name zorl_ocean of variable surface_roughness_length_over_ocean_interstitial from new to old metadata -INFO: Converting local name tsfc_ice of variable surface_skin_temperature_over_ice_interstitial from new to old metadata -INFO: Converting local name input_nml_file_length of variable number_of_lines_of_namelist_filename_for_internal_file_reads from new to old metadata -INFO: Converting local name flhc of variable surface_exchange_coefficient_for_heat from new to old metadata -INFO: Converting local name qke of variable tke_at_mass_points from new to old metadata -INFO: Converting local name snowd of variable surface_snow_thickness_water_equivalent from new to old metadata -INFO: Converting local name ncpr of variable local_rain_number_concentration from new to old metadata -INFO: Converting local name ldiag3d of variable flag_diagnostics_3D from new to old metadata -INFO: Converting local name ffhh_ocean of variable Monin_Obukhov_similarity_function_for_heat_over_ocean from new to old metadata -INFO: Converting local name nsamftrac of variable number_of_tracers_for_samf from new to old metadata -INFO: Converting local name con_hvap of variable latent_heat_of_vaporization_of_water_at_0C from new to old metadata -INFO: Converting local name dtaux2d_fd of variable x_momentum_tendency_from_form_drag from new to old metadata -INFO: Converting local name levh2o of variable vertical_dimension_of_h2o_forcing_data from new to old metadata -INFO: Converting local name ras of variable flag_for_ras_deep_convection from new to old metadata -INFO: Converting local name ialb of variable flag_for_using_climatology_albedo from new to old metadata -INFO: Converting local name raincd of variable lwe_thickness_of_deep_convective_precipitation_amount from new to old metadata -INFO: Converting local name alb1d of variable surface_albedo_perturbation from new to old metadata -INFO: Converting local name nwat of variable number_of_water_species from new to old metadata -INFO: Converting local name dwn_mf of variable cumulative_atmosphere_downdraft_convective_mass_flux from new to old metadata -INFO: Converting local name save_t of variable air_temperature_save from new to old metadata -INFO: Converting local name fice of variable sea_ice_concentration from new to old metadata -INFO: Converting local name dvisdf_cpl of variable cumulative_surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name cvb of variable pressure_at_bottom_of_convective_cloud from new to old metadata -INFO: Converting local name save_q(:,:,index_for_ice_cloud_condensate) of variable ice_water_mixing_ratio_save from new to old metadata -INFO: Converting local name gq0(:,:,index_for_snow_water) of variable snow_water_mixing_ratio_updated_by_physics from new to old metadata -INFO: Converting local name qrain of variable sensible_heat_flux_due_to_rainfall from new to old metadata -INFO: Converting local name stress_ocean of variable surface_wind_stress_over_ocean from new to old metadata -INFO: Converting local name adjsfculw_land of variable surface_upwelling_longwave_flux_over_land_interstitial from new to old metadata -INFO: Converting local name ndust of variable number_of_dust_bins_for_diagnostics from new to old metadata -INFO: Converting local name GFS_radtend_type of variable GFS_radtend_type from new to old metadata -INFO: Converting local name ngas of variable number_of_gases_for_multi_gases_physics from new to old metadata -INFO: Converting local name diceprv of variable ice_precipitation_rate_from_previous_timestep from new to old metadata -INFO: Converting local name con_ttp of variable triple_point_temperature_of_water from new to old metadata -INFO: Converting local name rechxy of variable water_table_recharge_when_shallow from new to old metadata -INFO: Converting local name ffhh of variable Monin_Obukhov_similarity_function_for_heat from new to old metadata -INFO: Converting local name edmf_w of variable emdf_updraft_vertical_velocity from new to old metadata -INFO: Converting local name sed_supersat of variable mg_allow_supersat_after_sed from new to old metadata -INFO: Converting local name sr of variable ratio_of_snowfall_to_rainfall from new to old metadata -INFO: Converting local name stc of variable soil_temperature from new to old metadata -INFO: Converting local name idate of variable date_and_time_at_model_initialization_reordered from new to old metadata -INFO: Converting local name nctp of variable number_of_cloud_types_CS from new to old metadata -INFO: Converting local name levrp1 of variable number_of_vertical_layers_for_radiation_calculations_plus_one from new to old metadata -INFO: Converting local name v10mmax of variable maximum_y_wind_at_10m from new to old metadata -INFO: Converting local name clouds(:,:,8) of variable cloud_snow_water_path from new to old metadata -INFO: Converting local name dusfc of variable cumulative_surface_x_momentum_flux_for_diag_multiplied_by_timestep from new to old metadata -INFO: Converting local name sfcalb(:,3) of variable surface_albedo_due_to_UV_and_VIS_direct from new to old metadata -INFO: Converting local name zmtnblck of variable level_of_dividing_streamline from new to old metadata -INFO: Converting local name xcosz of variable instantaneous_cosine_of_zenith_angle from new to old metadata -INFO: Converting local name CCPP_interstitial_type of variable CCPP_interstitial_type from new to old metadata -INFO: Converting local name theta of variable angle_from_east_of_maximum_subgrid_orographic_variations from new to old metadata -INFO: Converting local name nbdsw of variable number_of_aerosol_bands_for_shortwave_radiation from new to old metadata -INFO: Converting local name dqsfc1 of variable instantaneous_surface_upward_latent_heat_flux from new to old metadata -INFO: Converting local name htrsw of variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_timestep from new to old metadata -INFO: Converting local name gq0(:,:,index_for_graupel_number_concentration) of variable graupel_number_concentration_updated_by_physics from new to old metadata -INFO: Converting local name ntgnc of variable index_for_graupel_number_concentration from new to old metadata -INFO: Converting local name semis of variable surface_longwave_emissivity from new to old metadata -INFO: Converting local name ca_smooth of variable flag_for_gaussian_spatial_filter from new to old metadata -INFO: Converting local name zhour of variable time_since_diagnostics_zeroed from new to old metadata -INFO: Converting local name uswsfci of variable surface_upwelling_shortwave_flux from new to old metadata -INFO: Converting local name dq3dt(:,:,6) of variable cumulative_change_in_ozone_concentration_due_to_production_and_loss_rate from new to old metadata -INFO: Converting local name con_t0c of variable temperature_at_zero_celsius from new to old metadata -INFO: Converting local name dvsfcin_cpl of variable surface_y_momentum_flux_for_coupling from new to old metadata -INFO: Converting local name runoff of variable total_runoff from new to old metadata -INFO: Converting local name upd_mf of variable cumulative_atmosphere_updraft_convective_mass_flux from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_for_cloud_fraction_in_3d_arrays_for_microphysics) of variable cloud_fraction_for_MG from new to old metadata -INFO: Converting local name indcld of variable index_for_cloud_fraction_in_3d_arrays_for_microphysics from new to old metadata -INFO: Converting local name vegtype of variable vegetation_type_classification from new to old metadata -INFO: Converting local name ied of variable ending_x_direction_index_domain from new to old metadata -INFO: Converting local name transa of variable cumulative_transpiration_flux_multiplied_by_timestep from new to old metadata -INFO: Converting local name dt3dt(:,:,2) of variable cumulative_change_in_temperature_due_to_shortwave_radiation from new to old metadata -INFO: Converting local name dvsfc_ls of variable integrated_y_momentum_flux_from_large_scale_gwd from new to old metadata -INFO: Converting local name snowd_ocean of variable surface_snow_thickness_water_equivalent_over_ocean from new to old metadata -INFO: Converting local name clouds(:,:,2) of variable cloud_liquid_water_path from new to old metadata -INFO: Converting local name visbmui of variable surface_upwelling_direct_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name plvl of variable air_pressure_at_interface_for_radiation_in_hPa from new to old metadata -INFO: Converting local name uustar_land of variable surface_friction_velocity_over_land from new to old metadata -INFO: Converting local name phy_myj_akms of variable momentum_exchange_coefficient_for_MYJ_schemes from new to old metadata -INFO: Converting local name cnv_fice of variable ice_fraction_in_convective_tower from new to old metadata -INFO: Converting local name nbdlw of variable number_of_aerosol_bands_for_longwave_radiation from new to old metadata -INFO: Converting local name dudt_mtb of variable instantaneous_change_in_x_wind_due_to_mountain_blocking_drag from new to old metadata -INFO: Converting local name rb_ocean of variable bulk_richardson_number_at_lowest_model_level_over_ocean from new to old metadata -INFO: Converting local name ccnorm of variable flag_for_cloud_condensate_normalized_by_cloud_cover from new to old metadata -INFO: Converting local name dqdt of variable tendency_of_tracers_due_to_model_physics from new to old metadata -INFO: Converting local name u10m of variable x_wind_at_10m from new to old metadata -INFO: Converting local name tmpmin of variable minimum_temperature_at_2m from new to old metadata -INFO: Converting local name save_u of variable x_wind_save from new to old metadata -INFO: Converting local name tsnow of variable snow_temperature_bottom_first_layer from new to old metadata -INFO: Converting local name kind_INTEGER of variable kind_INTEGER from new to old metadata -INFO: Converting local name nswsfc_cpl of variable cumulative_surface_net_downward_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name vgrs(:,1) of variable y_wind_at_lowest_model_layer from new to old metadata -INFO: Converting local name bl_mynn_edmf_tke of variable edmf_tke_transport_flag from new to old metadata -INFO: Converting local name tile_num of variable number_of_tile from new to old metadata -INFO: Converting local name con_pi of variable pi from new to old metadata -INFO: Converting local name abem of variable instantaneous_anthopogenic_and_biomass_burning_emissions from new to old metadata -INFO: Converting local name latidxprnt of variable latitude_index_in_debug_printouts from new to old metadata -INFO: Converting local name tcrf of variable cloud_phase_transition_denominator from new to old metadata -INFO: Converting local name cpilist of variable specific_heat_capacities_for_multi_gases_physics from new to old metadata -INFO: Converting local name tprcp_ocean of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_ocean from new to old metadata -INFO: Converting local name vgrs of variable y_wind from new to old metadata -INFO: Converting local name me of variable mpi_rank from new to old metadata -INFO: Converting local name nseffr of variable index_for_snow_effective_radius from new to old metadata -INFO: Converting local name crtrh(1) of variable critical_relative_humidity_at_surface from new to old metadata -INFO: Converting local name nrcm of variable array_dimension_of_random_number from new to old metadata -INFO: Converting local name phy_f2d(:,2) of variable surface_air_pressure_at_previous_time_step from new to old metadata -INFO: Converting local name totice of variable accumulated_lwe_thickness_of_ice_amount from new to old metadata -INFO: Converting local name vdftra of variable vertically_diffused_tracer_concentration from new to old metadata -INFO: Converting local name clam_shal of variable entrainment_rate_coefficient_shallow_convection from new to old metadata -INFO: Converting local name ulwsfc of variable cumulative_surface_upwelling_longwave_flux_multiplied_by_timestep from new to old metadata -INFO: Converting local name cldf of variable cloud_area_fraction from new to old metadata -INFO: Converting local name prslk of variable dimensionless_exner_function_at_model_layers from new to old metadata -INFO: Converting local name imp_physics_wsm6 of variable flag_for_wsm6_microphysics_scheme from new to old metadata -INFO: Converting local name blksz(ccpp_block_number) of variable horizontal_loop_extent from new to old metadata -INFO: Converting local name dtp of variable time_step_for_physics from new to old metadata -INFO: Converting local name nnirdf_cpl of variable cumulative_surface_net_downward_diffuse_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name tsurf_ice of variable surface_skin_temperature_after_iteration_over_ice from new to old metadata -INFO: Converting local name snowfallac of variable total_accumulated_snowfall from new to old metadata -INFO: Converting local name solhr of variable forecast_hour_of_the_day from new to old metadata -INFO: Converting local name use_zmtnblck of variable flag_for_mountain_blocking from new to old metadata -INFO: Converting local name sfcflw_type of variable sfcflw_type from new to old metadata -INFO: Converting local name rhofr of variable density_of_frozen_precipitation from new to old metadata -INFO: Converting local name dxmax of variable maximum_scaling_factor_for_critical_relative_humidity from new to old metadata -INFO: Converting local name rainc_cpl of variable lwe_thickness_of_convective_precipitation_amount_for_coupling from new to old metadata -INFO: Converting local name prautco of variable coefficient_from_cloud_water_to_rain from new to old metadata -INFO: Converting local name cumabs of variable maximum_column_heating_rate from new to old metadata -INFO: Converting local name Statein of variable GFS_statein_type_instance from new to old metadata -INFO: Converting local name ntasks of variable mpi_size from new to old metadata -INFO: Converting local name qsq of variable q_prime_squared from new to old metadata -INFO: Converting local name bl_mynn_mixqt of variable mix_total_water_flag from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_turbulent_kinetic_energy) of variable tendency_of_turbulent_kinetic_energy_due_to_model_physics from new to old metadata -INFO: Converting local name ntke of variable index_for_turbulent_kinetic_energy from new to old metadata -INFO: Converting local name kmp of variable top_layer_index_for_fast_physics from new to old metadata -INFO: Converting local name ffhh_ice of variable Monin_Obukhov_similarity_function_for_heat_over_ice from new to old metadata -INFO: Converting local name dq3dt(:,:,1) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_PBL from new to old metadata -INFO: Converting local name con_hfus of variable latent_heat_of_fusion_of_water_at_0C from new to old metadata -INFO: Converting local name isubc_lw of variable flag_for_lw_clouds_without_sub_grid_approximation from new to old metadata -INFO: Converting local name du3dt(:,:,3) of variable cumulative_change_in_x_wind_due_to_deep_convection from new to old metadata -INFO: Converting local name clx of variable fraction_of_grid_box_with_subgrid_orography_higher_than_critical_height from new to old metadata -INFO: Converting local name shoc_parm(4) of variable shoc_implicit_TKE_integration_uncentering_term from new to old metadata -INFO: Converting local name gasvmr(:,:,7) of variable volume_mixing_ratio_cfc12 from new to old metadata -INFO: Converting local name cappa of variable cappa_moist_gas_constant_at_Lagrangian_surface from new to old metadata -INFO: Converting local name cf_upi of variable convective_cloud_fraction_for_microphysics from new to old metadata -INFO: Converting local name cdata of variable ccpp_t_instance from new to old metadata -INFO: Converting local name phy_myj_akhs of variable heat_exchange_coefficient_for_MYJ_schemes from new to old metadata -INFO: Converting local name sedim of variable instantaneous_sedimentation from new to old metadata -INFO: Converting local name graupelmp of variable lwe_thickness_of_graupel_amount from new to old metadata -INFO: Converting local name skebu_wts of variable weights_for_stochastic_skeb_perturbation_of_x_wind_flipped from new to old metadata -INFO: Converting local name GFS_control_type of variable GFS_control_type from new to old metadata -INFO: Converting local name yearlen of variable number_of_days_in_year from new to old metadata -INFO: Converting local name save_q(:,:,index_for_water_vapor) of variable water_vapor_specific_humidity_save from new to old metadata -INFO: Converting local name smois of variable volume_fraction_of_soil_moisture_for_land_surface_model from new to old metadata -INFO: Converting local name gq0(:,:,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio_updated_by_physics from new to old metadata -INFO: Converting local name pwat of variable column_precipitable_water from new to old metadata -INFO: Converting local name cld1d of variable cloud_work_function from new to old metadata -INFO: Converting local name qvi of variable gas_tracers_for_multi_gas_physics_at_Lagrangian_surface from new to old metadata -INFO: Converting local name gabsbdlw of variable surface_downwelling_longwave_flux_absorbed_by_ground from new to old metadata -INFO: Converting local name tau_ngw of variable time_integral_of_momentum_flux_due_to_nonstationary_gravity_wave from new to old metadata -INFO: Converting local name xlat_d of variable latitude_degree from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_for_ice_effective_radius) of variable effective_radius_of_stratiform_cloud_ice_particle_in_um from new to old metadata -INFO: Converting local name nieffr of variable index_for_ice_effective_radius from new to old metadata -INFO: Converting local name do_ca of variable flag_for_cellular_automata from new to old metadata -INFO: Converting local name wtxy of variable water_storage_in_aquifer_and_saturated_soil from new to old metadata -INFO: Converting local name srunoff of variable surface_runoff from new to old metadata -INFO: Converting local name ntrnc of variable index_for_rain_number_concentration from new to old metadata -INFO: Converting local name ustm of variable surface_friction_velocity_drag from new to old metadata -INFO: Converting local name cnvprcp of variable cumulative_lwe_thickness_of_convective_precipitation_amount from new to old metadata -INFO: Converting local name imfdeepcnv_samf of variable flag_for_samf_deep_convection_scheme from new to old metadata -INFO: Converting local name si of variable vertical_sigma_coordinate_for_radiation_initialization from new to old metadata -INFO: Converting local name gwdcu of variable tendency_of_x_wind_due_to_convective_gravity_wave_drag from new to old metadata -INFO: Converting local name elvmax of variable maximum_subgrid_orography from new to old metadata -INFO: Converting local name slimskin_cpl of variable sea_land_ice_mask_in from new to old metadata -INFO: Converting local name dtsfc_cice of variable surface_upward_sensible_heat_flux_for_coupling_interstitial from new to old metadata -INFO: Converting local name do_mynnedmf of variable do_mynnedmf from new to old metadata -INFO: Converting local name zorll of variable surface_roughness_length_over_land from new to old metadata -INFO: Converting local name nswsfci_cpl of variable instantaneous_surface_net_downward_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name do_cldice of variable mg_flag_for_cloud_ice_processes from new to old metadata -INFO: Converting local name alboldxy of variable snow_albedo_at_previous_time_step from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_graupel) of variable graupel_mixing_ratio from new to old metadata -INFO: Converting local name rhcmax of variable maximum_critical_relative_humidity from new to old metadata -INFO: Converting local name Stateout of variable GFS_stateout_type_instance from new to old metadata -INFO: Converting local name nirbmdi of variable surface_downwelling_direct_near_infrared_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name gfluxi of variable instantaneous_surface_ground_heat_flux from new to old metadata -INFO: Converting local name drainncprv of variable explicit_rainfall_rate_from_previous_timestep from new to old metadata -INFO: Converting local name gflx of variable upward_heat_flux_in_soil from new to old metadata -INFO: Converting local name hflx_ocean of variable kinematic_surface_upward_sensible_heat_flux_over_ocean from new to old metadata -INFO: Converting local name nvdiff of variable number_of_vertical_diffusion_tracers from new to old metadata -INFO: Converting local name dspheat of variable flag_TKE_dissipation_heating from new to old metadata -INFO: Converting local name fhswr of variable frequency_for_shortwave_radiation from new to old metadata -INFO: Converting local name nthreads of variable omp_threads from new to old metadata -INFO: Converting local name islmsk of variable sea_land_ice_mask from new to old metadata -INFO: Converting local name ntchmdiag of variable number_of_chemical_tracers_for_diagnostics from new to old metadata -INFO: Converting local name nstf_name(5) of variable vertical_temperature_average_range_upper_bound from new to old metadata -INFO: Converting local name forceq of variable moisture_tendency_due_to_dynamics from new to old metadata -INFO: Converting local name nseasalt of variable number_of_seasalt_bins_for_diagnostics from new to old metadata -INFO: Converting local name gasvmr(:,:,2) of variable volume_mixing_ratio_n2o from new to old metadata -INFO: Converting local name ctei_rml of variable grid_sensitive_critical_cloud_top_entrainment_instability_criteria from new to old metadata -INFO: Converting local name sfc_wts of variable weights_for_stochastic_surface_physics_perturbation from new to old metadata -INFO: Converting local name oc of variable convexity_of_subgrid_orography from new to old metadata -INFO: Converting local name ep1d of variable surface_upward_potential_latent_heat_flux from new to old metadata -INFO: Converting local name u10mmax of variable maximum_x_wind_at_10m from new to old metadata -INFO: Converting local name nca of variable number_of_independent_cellular_automata from new to old metadata -INFO: Converting local name rtmassxy of variable fine_root_mass from new to old metadata -INFO: Converting local name ffmm_ocean of variable Monin_Obukhov_similarity_function_for_momentum_over_ocean from new to old metadata -INFO: Converting local name pertlai of variable magnitude_of_perturbation_of_leaf_area_index from new to old metadata -INFO: Converting local name mg_ncnst of variable mg_drop_concentration_constant from new to old metadata -INFO: Converting local name pgcon_shal of variable momentum_transport_reduction_factor_pgf_shallow_convection from new to old metadata -INFO: Converting local name edmf_qc of variable emdf_updraft_cloud_water from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_graupel) of variable tendency_of_graupel_mixing_ratio_due_to_model_physics from new to old metadata -INFO: Converting local name acvt of variable largest_cloud_top_vertical_index_encountered_thus_far from new to old metadata -INFO: Converting local name cmm of variable surface_drag_wind_speed_for_momentum_in_air from new to old metadata -INFO: Converting local name dt_cool of variable sub_layer_cooling_amount from new to old metadata -INFO: Converting local name qc_r of variable cloud_liquid_water_mixing_ratio from new to old metadata -INFO: Converting local name ral_ts of variable time_scale_for_rayleigh_damping from new to old metadata -INFO: Converting local name GFS_diag_type of variable GFS_diag_type from new to old metadata -INFO: Converting local name dnirdfi_cpl of variable instantaneous_surface_downwelling_diffuse_near_infrared_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name chh_ice of variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_ice from new to old metadata -INFO: Converting local name flipv of variable flag_flip from new to old metadata -INFO: Converting local name ldiag_ugwp of variable diag_ugwp_flag from new to old metadata -INFO: Converting local name ctei_r of variable cloud_top_entrainment_instability_value from new to old metadata -INFO: Converting local name ccn_nm of variable ccn_number_concentration from new to old metadata -INFO: Converting local name edmf_ent of variable emdf_updraft_entrainment_rate from new to old metadata -INFO: Converting local name htswc of variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step from new to old metadata -INFO: Converting local name phy_myj_thz0 of variable potential_temperature_at_viscous_sublayer_top from new to old metadata -INFO: Converting local name bl_mynn_edmf of variable edmf_flag from new to old metadata -INFO: Converting local name con_rd of variable gas_constant_dry_air from new to old metadata -INFO: Converting local name qss_land of variable surface_specific_humidity_over_land from new to old metadata -INFO: Converting local name zt1d of variable perturbation_of_heat_to_momentum_roughness_length_ratio from new to old metadata -INFO: Converting local name imp_physics_zhao_carr of variable flag_for_zhao_carr_microphysics_scheme from new to old metadata -INFO: Converting local name delz of variable thickness_at_Lagrangian_surface from new to old metadata -INFO: Converting local name dtsfci of variable instantaneous_surface_upward_sensible_heat_flux_for_diag from new to old metadata -INFO: Converting local name dvsfc_fd of variable integrated_y_momentum_flux_from_form_drag from new to old metadata -INFO: Converting local name totprcpb of variable accumulated_lwe_thickness_of_precipitation_amount_in_bucket from new to old metadata -INFO: Converting local name tcr of variable cloud_phase_transition_threshold_temperature from new to old metadata -INFO: Converting local name clstp of variable convective_cloud_switch from new to old metadata -INFO: Converting local name isatmedmf_vdifq of variable choice_of_updated_scale_aware_TKE_moist_EDMF_PBL from new to old metadata -INFO: Converting local name coszen of variable cosine_of_zenith_angle from new to old metadata -INFO: Converting local name nifa2d of variable tendency_of_ice_friendly_aerosols_at_surface from new to old metadata -INFO: Converting local name icy of variable flag_nonzero_sea_ice_surface_fraction from new to old metadata -INFO: Converting local name dudt of variable tendency_of_x_wind_due_to_model_physics from new to old metadata -INFO: Converting local name bl_dnfr of variable downdraft_fraction_in_boundary_layer_mass_flux_scheme from new to old metadata -INFO: Converting local name snohf of variable snow_freezing_rain_upward_latent_heat_flux from new to old metadata -INFO: Converting local name bexp1d of variable perturbation_of_soil_type_b_parameter from new to old metadata -INFO: Converting local name faersw of variable aerosol_optical_properties_for_shortwave_bands_01_16 from new to old metadata -INFO: Converting local name dtdt of variable tendency_of_air_temperature_due_to_model_physics from new to old metadata -INFO: Converting local name nvisdf_cpl of variable cumulative_surface_net_downward_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name dqsfcin_cpl of variable surface_upward_latent_heat_flux_for_coupling from new to old metadata -INFO: Converting local name con_p0 of variable standard_atmospheric_pressure from new to old metadata -INFO: Converting local name con_epsq of variable minimum_value_of_specific_humidity from new to old metadata -INFO: Converting local name dusfci_cpl of variable instantaneous_surface_x_momentum_flux_for_coupling from new to old metadata -INFO: Converting local name ep1d_ice of variable surface_upward_potential_latent_heat_flux_over_ice from new to old metadata -INFO: Converting local name fhour of variable forecast_time from new to old metadata -INFO: Converting local name refl_10cm of variable radar_reflectivity_10cm from new to old metadata -INFO: Converting local name shum_wts of variable weights_for_stochastic_shum_perturbation_flipped from new to old metadata -INFO: Converting local name dspfac of variable tke_dissipative_heating_factor from new to old metadata -INFO: Converting local name nnirbmi_cpl of variable instantaneous_surface_net_downward_direct_near_infrared_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name c1_deep of variable detrainment_conversion_parameter_deep_convection from new to old metadata -INFO: Converting local name dt3dt(:,:,4) of variable cumulative_change_in_temperature_due_to_deep_convection from new to old metadata -INFO: Converting local name dv3dt(:,:,4) of variable cumulative_change_in_y_wind_due_to_convective_gravity_wave_drag from new to old metadata -INFO: Converting local name phy_myj_a1u of variable weight_for_momentum_at_viscous_sublayer_top from new to old metadata -INFO: Converting local name iopt_stc of variable flag_for_soil_and_snow_temperature_time_stepping_option from new to old metadata -INFO: Converting local name adjvisbmd of variable surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux from new to old metadata -INFO: Converting local name icloud_bl of variable couple_sgs_clouds_to_radiation_flag from new to old metadata -INFO: Converting local name rb of variable bulk_richardson_number_at_lowest_model_level from new to old metadata -INFO: Converting local name faerlw(:,:,:,2) of variable aerosol_single_scattering_albedo_for_longwave_bands_01_16 from new to old metadata -INFO: Converting local name phy_myj_elflx of variable kinematic_surface_latent_heat_flux from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_for_snow_effective_radius) of variable effective_radius_of_stratiform_cloud_snow_particle_in_um from new to old metadata -INFO: Converting local name iopt_tbot of variable flag_for_lower_boundary_soil_temperature_option from new to old metadata -INFO: Converting local name pdfflag of variable flag_for_pdf_for_morrison_gettelman_microphysics_scheme from new to old metadata -INFO: Converting local name do_aw of variable flag_for_Arakawa_Wu_adjustment from new to old metadata -INFO: Converting local name do_tofd of variable turb_oro_form_drag_flag from new to old metadata -INFO: Converting local name dqdti of variable instantaneous_water_vapor_specific_humidity_tendency_due_to_convection from new to old metadata -INFO: Converting local name qi_r of variable cloud_ice_mixing_ratio from new to old metadata -INFO: Converting local name flag_iter of variable flag_for_iteration from new to old metadata -INFO: Converting local name CLDFRA_BL of variable subgrid_cloud_fraction_pbl from new to old metadata -INFO: Converting local name zorl_ice of variable surface_roughness_length_over_ice_interstitial from new to old metadata -INFO: Converting local name dd_mf of variable instantaneous_atmosphere_downdraft_convective_mass_flux from new to old metadata -INFO: Converting local name visdfui of variable surface_upwelling_diffuse_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name julian of variable julian_day from new to old metadata -INFO: Converting local name cd_ice of variable surface_drag_coefficient_for_momentum_in_air_over_ice from new to old metadata -INFO: Converting local name iovr_lw of variable flag_for_max_random_overlap_clouds_for_longwave_radiation from new to old metadata -INFO: Converting local name lmp of variable adjusted_vertical_level_dimension_for_radiation from new to old metadata -INFO: Converting local name kdt of variable index_of_time_step from new to old metadata -INFO: Converting local name ushfsfci of variable instantaneous_surface_upward_sensible_heat_flux_for_chemistry_coupling from new to old metadata -INFO: Converting local name rb_land of variable bulk_richardson_number_at_lowest_model_level_over_land from new to old metadata -INFO: Converting local name uustar of variable surface_friction_velocity from new to old metadata -INFO: Converting local name adjnirbmu of variable surface_upwelling_direct_near_infrared_shortwave_flux from new to old metadata -INFO: Converting local name do_mynnsfclay of variable do_mynnsfclay from new to old metadata -INFO: Converting local name aero_in of variable flag_for_aerosol_input_MG from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_water_vapor) of variable tendency_of_water_vapor_specific_humidity_due_to_model_physics from new to old metadata -INFO: Converting local name mol of variable theta_star from new to old metadata -INFO: Converting local name fwetxy of variable area_fraction_of_wet_canopy from new to old metadata -INFO: Converting local name phy_f2d(:,1) of variable surface_air_pressure_two_time_steps_back from new to old metadata -INFO: Converting local name topflw of variable lw_fluxes_top_atmosphere from new to old metadata -INFO: Converting local name satmedmf of variable flag_for_scale_aware_TKE_moist_EDMF_PBL from new to old metadata -INFO: Converting local name waxy of variable water_storage_in_aquifer from new to old metadata -INFO: Converting local name snow of variable lwe_thickness_of_snow_amount_on_dynamics_timestep from new to old metadata -INFO: Converting local name ivegsrc of variable vegetation_type_dataset_choice from new to old metadata -INFO: Converting local name sigmaf of variable bounded_vegetation_area_fraction from new to old metadata -INFO: Converting local name f_rain of variable fraction_of_rain_water_cloud from new to old metadata -INFO: Converting local name dkt of variable instantaneous_atmosphere_heat_diffusivity from new to old metadata -INFO: Converting local name asolfac_deep of variable aerosol_aware_parameter_deep_convection from new to old metadata -INFO: Converting local name dv3dt(:,:,2) of variable cumulative_change_in_y_wind_due_to_orographic_gravity_wave_drag from new to old metadata -INFO: Converting local name ipr of variable horizontal_index_of_printed_column from new to old metadata -INFO: Converting local name npzcappa of variable vertical_dimension_for_cappa_at_Lagrangian_surface from new to old metadata -INFO: Converting local name clam_deep of variable entrainment_rate_coefficient_deep_convection from new to old metadata -INFO: Converting local name dusfci of variable instantaneous_surface_x_momentum_flux_for_diag from new to old metadata -INFO: Converting local name cs_parm(4) of variable detrainment_and_precipitation_tunable_parameter_4_CS from new to old metadata -INFO: Converting local name levsp1 of variable vertical_dimension_plus_one from new to old metadata -INFO: Converting local name con_cp of variable specific_heat_of_dry_air_at_constant_pressure from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_water_vapor) of variable water_vapor_specific_humidity from new to old metadata -INFO: Converting local name prsik(:,1) of variable dimensionless_exner_function_at_lowest_model_interface from new to old metadata -INFO: Converting local name gasvmr(:,:,5) of variable volume_mixing_ratio_co from new to old metadata -INFO: Converting local name mg_ngcons of variable mg_flag_graupel_concentration_constant from new to old metadata -INFO: Converting local name acsnow of variable accumulated_water_equivalent_of_frozen_precip from new to old metadata -INFO: Converting local name levsm1 of variable vertical_dimension_minus_one from new to old metadata -INFO: Converting local name phy_myj_a1t of variable weight_for_potental_temperature_at_viscous_sublayer_top from new to old metadata -INFO: Converting local name ntracp1 of variable number_of_tracers_plus_one from new to old metadata -INFO: Converting local name GFS_Data of variable GFS_data_type_instance_all_blocks from new to old metadata -INFO: Converting local name zol of variable surface_stability_parameter from new to old metadata -INFO: Converting local name CCPP_interstitial of variable CCPP_interstitial_type_instance from new to old metadata -INFO: Converting local name isd of variable starting_x_direction_index_domain from new to old metadata -INFO: Converting local name cplflx of variable flag_for_flux_coupling from new to old metadata -INFO: Converting local name lradar of variable flag_for_radar_reflectivity from new to old metadata -INFO: Converting local name iseed_ca of variable seed_for_random_number_generation_in_cellular_automata_scheme from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_for_convective_cloud_cover_in_phy_f3d) of variable convective_cloud_cover_in_phy_f3d from new to old metadata -INFO: Converting local name dqsfci of variable instantaneous_surface_upward_latent_heat_flux_for_diag from new to old metadata -INFO: Converting local name dxmin of variable minimum_scaling_factor_for_critical_relative_humidity from new to old metadata -INFO: Converting local name sppt_wts of variable weights_for_stochastic_sppt_perturbation from new to old metadata -INFO: Converting local name tahxy of variable canopy_air_temperature from new to old metadata -INFO: Converting local name imn of variable forecast_month from new to old metadata -INFO: Converting local name evcw of variable canopy_upward_latent_heat_flux from new to old metadata -INFO: Converting local name input_nml_file of variable namelist_filename_for_internal_file_reads from new to old metadata -INFO: Converting local name raddt of variable time_step_for_radiation from new to old metadata -INFO: Converting local name dvisbmi_cpl of variable instantaneous_surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name gwdcv of variable tendency_of_y_wind_due_to_convective_gravity_wave_drag from new to old metadata -INFO: Converting local name evbsa of variable cumulative_soil_upward_latent_heat_flux_multiplied_by_timestep from new to old metadata -INFO: Converting local name cldwrk of variable cumulative_cloud_work_function from new to old metadata -INFO: Converting local name npzdelz of variable vertical_dimension_for_thickness_at_Lagrangian_surface from new to old metadata -INFO: Converting local name dvsfc_cice of variable surface_y_momentum_flux_for_coupling_interstitial from new to old metadata -INFO: Converting local name ql of variable cloud_liquid_water_specific_humidity_at_Lagrangian_surface from new to old metadata -INFO: Converting local name imp_physics_fer_hires of variable flag_for_fer_hires_microphysics_scheme from new to old metadata -INFO: Converting local name dvdt of variable tendency_of_y_wind_due_to_model_physics from new to old metadata -INFO: Converting local name dusfc_cpl of variable cumulative_surface_x_momentum_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name prsl(:,1) of variable air_pressure_at_lowest_model_layer from new to old metadata -INFO: Converting local name ktop_shallow of variable k_level_of_highest_reaching_plume from new to old metadata -INFO: Converting local name sfcfsw of variable sw_fluxes_sfc from new to old metadata -INFO: Converting local name gv0 of variable y_wind_updated_by_physics from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_rain_water) of variable rain_water_mixing_ratio from new to old metadata -INFO: Converting local name cdq_ocean of variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_ocean from new to old metadata -INFO: Converting local name sfcalb(:,4) of variable surface_albedo_due_to_UV_and_VIS_diffused from new to old metadata -INFO: Converting local name gamq of variable countergradient_mixing_term_for_water_vapor from new to old metadata -INFO: Converting local name mdt of variable time_step_for_remapping_for_fast_physics from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_ice_cloud_condensate) of variable ice_water_mixing_ratio from new to old metadata -INFO: Converting local name sfcalb(:,2) of variable surface_albedo_due_to_near_IR_diffused from new to old metadata -INFO: Converting local name phy_fctd of variable cloud_base_mass_flux from new to old metadata -INFO: Converting local name weasd_land of variable water_equivalent_accumulated_snow_depth_over_land from new to old metadata -INFO: Converting local name nwfa2d of variable tendency_of_water_friendly_aerosols_at_surface from new to old metadata -INFO: Converting local name GFS_Control of variable GFS_control_type_instance from new to old metadata -INFO: Converting local name nncl of variable number_of_tracers_for_cloud_condensate from new to old metadata -INFO: Converting local name olyr of variable ozone_concentration_at_layer_for_radiation from new to old metadata -INFO: Converting local name tg3 of variable deep_soil_temperature from new to old metadata -INFO: Converting local name Radtend of variable GFS_radtend_type_instance from new to old metadata -INFO: Converting local name sinlat of variable sine_of_latitude from new to old metadata -INFO: Converting local name sppt_wts of variable weights_for_stochastic_sppt_perturbation_flipped from new to old metadata -INFO: Converting local name ng of variable number_of_ghost_zones from new to old metadata -INFO: Converting local name phil of variable geopotential from new to old metadata -INFO: Converting local name flag_frsoil of variable flag_for_frozen_soil_physics from new to old metadata -INFO: Converting local name faersw(:,:,:,2) of variable aerosol_single_scattering_albedo_for_shortwave_bands_01_16 from new to old metadata -INFO: Converting local name qc of variable cloud_fraction_at_Lagrangian_surface from new to old metadata -INFO: Converting local name do_sfcperts of variable flag_for_stochastic_surface_perturbations from new to old metadata -INFO: Converting local name betas_deep of variable downdraft_fraction_reaching_surface_over_ocean_deep_convection from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_rain_number_concentration) of variable rain_number_concentration from new to old metadata -INFO: Converting local name ifd of variable index_of_dtlm_start from new to old metadata -INFO: Converting local name area of variable cell_area_for_fast_physics from new to old metadata -INFO: Converting local name trans_trac of variable flag_for_convective_transport_of_tracers from new to old metadata -INFO: Converting local name isatmedmf of variable choice_of_scale_aware_TKE_moist_EDMF_PBL from new to old metadata -INFO: Converting local name old_monin of variable flag_for_old_PBL_scheme from new to old metadata -INFO: Converting local name cplchm of variable flag_for_chemistry_coupling from new to old metadata -INFO: Converting local name raincprv of variable lwe_thickness_of_convective_precipitation_amount_from_previous_timestep from new to old metadata -INFO: Converting local name u1 of variable x_wind_at_lowest_model_layer_for_diag from new to old metadata -INFO: Converting local name gw_dvdt of variable tendency_of_y_wind_due_to_ugwp from new to old metadata -INFO: Converting local name dtsfc1 of variable instantaneous_surface_upward_sensible_heat_flux from new to old metadata -INFO: Converting local name gasvmr(:,:,9) of variable volume_mixing_ratio_ccl4 from new to old metadata -INFO: Converting local name semis_ice of variable surface_longwave_emissivity_over_ice_interstitial from new to old metadata -INFO: Converting local name zmtb of variable time_integral_of_height_of_mountain_blocking from new to old metadata -INFO: Converting local name dtauy2d_fd of variable y_momentum_tendency_from_form_drag from new to old metadata -INFO: Converting local name lakefrac of variable lake_area_fraction from new to old metadata -INFO: Converting local name do_myjpbl of variable do_myjpbl from new to old metadata -INFO: Converting local name sncovr of variable surface_snow_area_fraction_over_land from new to old metadata -INFO: Converting local name spd10max of variable maximum_wind_at_10m_over_maximum_hourly_time_interval from new to old metadata -INFO: Converting local name faerlw(:,:,:,3) of variable aerosol_asymmetry_parameter_for_longwave_bands_01_16 from new to old metadata -INFO: Converting local name adjsfculw_ocean of variable surface_upwelling_longwave_flux_over_ocean_interstitial from new to old metadata -INFO: Converting local name nscfshoc of variable index_of_subgrid_scale_cloud_fraction_from_shoc_in_phy_f3d from new to old metadata -INFO: Converting local name qv_r of variable humidity_mixing_ratio from new to old metadata -INFO: Converting local name gq0(:,:,index_for_water_vapor) of variable water_vapor_specific_humidity_updated_by_physics from new to old metadata -INFO: Converting local name lsnow_lsm of variable snow_vertical_dimension_for_land_surface_model from new to old metadata -INFO: Converting local name dv3dt_ngw of variable time_integral_of_change_in_y_wind_due_to_nonstationary_gravity_wave from new to old metadata -INFO: Converting local name tlyr of variable air_temperature_at_layer_for_radiation from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_turbulent_kinetic_energy) of variable turbulent_kinetic_energy from new to old metadata -INFO: Converting local name h2opl of variable h2o_forcing from new to old metadata -INFO: Converting local name smc of variable volume_fraction_of_soil_moisture from new to old metadata -INFO: Converting local name latr of variable number_of_latitude_points from new to old metadata -INFO: Converting local name crick_proof of variable flag_for_CRICK_proof_cloud_water from new to old metadata -INFO: Converting local name ssem of variable instantaneous_seasalt_emission_flux from new to old metadata -INFO: Converting local name xlai1d of variable perturbation_of_leaf_area_index from new to old metadata -INFO: Converting local name tdoms of variable dominant_snow_type from new to old metadata -INFO: Converting local name canopy of variable canopy_water_amount from new to old metadata -INFO: Converting local name dtauy2d_ss of variable y_momentum_tendency_from_small_scale_gwd from new to old metadata -INFO: Converting local name forcet of variable temperature_tendency_due_to_dynamics from new to old metadata -INFO: Converting local name snowmt of variable surface_snow_melt from new to old metadata -INFO: Converting local name ttendlim of variable limit_for_temperature_tendency_for_microphysics from new to old metadata -INFO: Converting local name clouds(:,:,6) of variable cloud_rain_water_path from new to old metadata -INFO: Converting local name sigmafrac of variable convective_updraft_area_fraction from new to old metadata -INFO: Converting local name tau_tofd of variable instantaneous_momentum_flux_due_to_turbulent_orographic_form_drag from new to old metadata -INFO: Converting local name gq0(:,:,index_for_ice_friendly_aerosols) of variable ice_friendly_aerosol_number_concentration_updated_by_physics from new to old metadata -INFO: Converting local name nsswr of variable number_of_timesteps_between_shortwave_radiation_calls from new to old metadata -INFO: Converting local name ulwsfc_cice of variable surface_upwelling_longwave_flux_for_coupling_interstitial from new to old metadata -INFO: Converting local name dq3dt(:,:,8) of variable cumulative_change_in_ozone_concentration_due_to_temperature from new to old metadata -INFO: Converting local name stress_ice of variable surface_wind_stress_over_ice from new to old metadata -INFO: Converting local name is of variable starting_x_direction_index from new to old metadata -INFO: Converting local name sbsno of variable snow_deposition_sublimation_upward_latent_heat_flux from new to old metadata -INFO: Converting local name cnvprcpb of variable cumulative_lwe_thickness_of_convective_precipitation_amount_in_bucket from new to old metadata -INFO: Converting local name rdlai of variable flag_for_reading_leaf_area_index_from_input from new to old metadata -INFO: Converting local name phy_f3d(:,:,4) of variable water_vapor_specific_humidity_at_previous_time_step from new to old metadata -INFO: Converting local name area of variable cell_area from new to old metadata -INFO: Converting local name con_eps of variable ratio_of_dry_air_to_water_vapor_gas_constants from new to old metadata -INFO: Converting local name edmf_a of variable emdf_updraft_area from new to old metadata -INFO: Converting local name dusfc1 of variable instantaneous_surface_x_momentum_flux from new to old metadata -INFO: Converting local name qlcn of variable mass_fraction_of_convective_cloud_liquid_water from new to old metadata -INFO: Converting local name fh2_land of variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_land from new to old metadata -INFO: Converting local name tprcp_land of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_land from new to old metadata -INFO: Converting local name chh_land of variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_land from new to old metadata -INFO: Converting local name dt3dt(:,:,1) of variable cumulative_change_in_temperature_due_to_longwave_radiation from new to old metadata -INFO: Converting local name nfracseed of variable cellular_automata_seed_probability from new to old metadata -INFO: Converting local name cwm of variable total_cloud_condensate_mixing_ratio_updated_by_physics from new to old metadata -INFO: Converting local name u10max of variable maximum_u_wind_at_10m_over_maximum_hourly_time_interval from new to old metadata -INFO: Converting local name dvsfc_ss of variable integrated_y_momentum_flux_from_small_scale_gwd from new to old metadata -INFO: Converting local name smcref2 of variable threshold_volume_fraction_of_condensed_water_in_soil from new to old metadata -INFO: Converting local name kcnv of variable flag_deep_convection from new to old metadata -INFO: Converting local name keepsmfr of variable volume_fraction_of_frozen_soil_moisture_for_land_surface_model from new to old metadata -INFO: Converting local name frain of variable dynamics_to_physics_timestep_ratio from new to old metadata -INFO: Converting local name debug of variable flag_debug from new to old metadata -INFO: Converting local name qrn of variable local_rain_water_mixing_ratio from new to old metadata -INFO: Converting local name tsfc_ocean of variable surface_skin_temperature_over_ocean_interstitial from new to old metadata -INFO: Converting local name levr of variable number_of_vertical_layers_for_radiation_calculations from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_graupel_number_concentration) of variable graupel_number_concentration from new to old metadata -INFO: Converting local name bl_upfr of variable updraft_fraction_in_boundary_layer_mass_flux_scheme from new to old metadata -INFO: Converting local name nsfcpert of variable number_of_surface_perturbations from new to old metadata -INFO: Converting local name evpco of variable coefficient_for_evaporation_of_rainfall from new to old metadata -INFO: Converting local name iems of variable flag_for_surface_emissivity_control from new to old metadata -INFO: Converting local name dlwsfc of variable cumulative_surface_downwelling_longwave_flux_multiplied_by_timestep from new to old metadata -INFO: Converting local name cimin of variable minimum_sea_ice_concentration from new to old metadata -INFO: Converting local name zs of variable depth_of_soil_levels_for_land_surface_model from new to old metadata -INFO: Converting local name fm10_land of variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_land from new to old metadata -INFO: Converting local name lsm_noahmp of variable flag_for_noahmp_land_surface_scheme from new to old metadata -INFO: Converting local name cs_parm(1) of variable updraft_velocity_tunable_parameter_1_CS from new to old metadata -INFO: Converting local name z_c of variable sub_layer_cooling_thickness from new to old metadata -INFO: Converting local name rainc of variable lwe_thickness_of_convective_precipitation_amount_on_dynamics_timestep from new to old metadata -INFO: Converting local name do_cnvgwd of variable flag_for_convective_gravity_wave_drag from new to old metadata -INFO: Converting local name nlunit of variable iounit_namelist from new to old metadata -INFO: Converting local name gw_dtdt of variable tendency_of_air_temperature_due_to_ugwp from new to old metadata -INFO: Converting local name phy_myj_vz0 of variable v_wind_component_at_viscous_sublayer_top from new to old metadata -INFO: Converting local name dusfc_ss of variable integrated_x_momentum_flux_from_small_scale_gwd from new to old metadata -INFO: Converting local name reset of variable flag_reset_maximum_hourly_fields from new to old metadata -INFO: Converting local name idat of variable date_and_time_at_model_initialization from new to old metadata -INFO: Converting local name oceanfrac of variable sea_area_fraction from new to old metadata -INFO: Converting local name rho_h2o of variable density_of_fresh_water from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_ozone) of variable ozone_mixing_ratio from new to old metadata -INFO: Converting local name qv of variable water_vapor_specific_humidity_at_Lagrangian_surface from new to old metadata -INFO: Converting local name adjnirdfd of variable surface_downwelling_diffuse_near_infrared_shortwave_flux from new to old metadata -INFO: Converting local name ca_global of variable flag_for_global_cellular_automata from new to old metadata -INFO: Converting local name landfrac of variable land_area_fraction from new to old metadata -INFO: Converting local name iopt_btr of variable flag_for_soil_moisture_factor_stomatal_resistance_option from new to old metadata -INFO: Converting local name cqs2 of variable surface_exchange_coefficient_for_moisture_at_2m from new to old metadata -INFO: Converting local name snohfa of variable cumulative_snow_freezing_rain_upward_latent_heat_flux_multiplied_by_timestep from new to old metadata -INFO: Converting local name nvisbm_cpl of variable cumulative_surface_net_downward_direct_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name GFS_sfcprop_type of variable GFS_sfcprop_type from new to old metadata -INFO: Converting local name oz_phys of variable flag_for_ozone_physics from new to old metadata -INFO: Converting local name rhowater of variable liquid_water_density from new to old metadata -INFO: Converting local name zsnsoxy of variable layer_bottom_depth_from_snow_surface from new to old metadata -INFO: Converting local name nthresh of variable threshold_for_perturbed_vertical_velocity from new to old metadata -INFO: Converting local name phy_f3d(:,:,1) of variable air_temperature_two_time_steps_back from new to old metadata -INFO: Converting local name gq0(:,:,index_for_water_friendly_aerosols) of variable water_friendly_aerosol_number_concentration_updated_by_physics from new to old metadata -INFO: Converting local name wetness of variable normalized_soil_wetness_for_land_surface_model from new to old metadata -INFO: Converting local name v10mi_cpl of variable instantaneous_y_wind_at_10m_for_coupling from new to old metadata -INFO: Converting local name rh02min of variable minimum_relative_humidity_at_2m_over_maximum_hourly_time_interval from new to old metadata -INFO: Converting local name nf_aelw of variable number_of_aerosol_output_fields_for_longwave_radiation from new to old metadata -INFO: Converting local name isubc_sw of variable flag_for_sw_clouds_without_sub_grid_approximation from new to old metadata -INFO: Converting local name gq0(:,:,index_for_rain_number_concentration) of variable rain_number_concentration_updated_by_physics from new to old metadata -INFO: Converting local name dvsfc1 of variable instantaneous_surface_y_momentum_flux from new to old metadata -INFO: Converting local name nirdfdi of variable surface_downwelling_diffuse_near_infrared_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name isatmedmf_vdif of variable choice_of_original_scale_aware_TKE_moist_EDMF_PBL from new to old metadata -INFO: Converting local name fprcp of variable number_of_frozen_precipitation_species from new to old metadata -INFO: Converting local name tsurf_land of variable surface_skin_temperature_after_iteration_over_land from new to old metadata -INFO: Converting local name kd of variable vertical_index_difference_between_inout_and_local from new to old metadata -INFO: Converting local name LTP of variable extra_top_layer from new to old metadata -INFO: Converting local name solcon of variable solar_constant from new to old metadata -INFO: Converting local name gq0(:,:,index_for_snow_number_concentration) of variable snow_number_concentration_updated_by_physics from new to old metadata -INFO: Converting local name bl_mynn_tkebudget of variable tke_budget from new to old metadata -INFO: Converting local name xu of variable diurnal_thermocline_layer_x_current from new to old metadata -INFO: Converting local name bl_mynn_tkeadvect of variable tke_advect from new to old metadata -INFO: Converting local name hflx_ice of variable kinematic_surface_upward_sensible_heat_flux_over_ice from new to old metadata -INFO: Converting local name smcwlt2 of variable volume_fraction_of_condensed_water_in_soil_at_wilting_point from new to old metadata -INFO: Converting local name imfdeepcnv of variable flag_for_mass_flux_deep_convection_scheme from new to old metadata -INFO: Converting local name ntchm of variable number_of_chemical_tracers from new to old metadata -INFO: Converting local name ncpl of variable local_condesed_water_number_concentration from new to old metadata -INFO: Converting local name vvl of variable omega from new to old metadata -INFO: Converting local name xkzminv of variable atmosphere_heat_diffusivity_background_maximum from new to old metadata -INFO: Converting local name snowc of variable surface_snow_area_fraction from new to old metadata -INFO: Converting local name phy_f3d(:,:,index_of_subgrid_scale_cloud_fraction_from_shoc_in_phy_f3d) of variable subgrid_scale_cloud_fraction_from_shoc from new to old metadata -INFO: Converting local name du3dt(:,:,4) of variable cumulative_change_in_x_wind_due_to_convective_gravity_wave_drag from new to old metadata -INFO: Converting local name jcap of variable number_of_spectral_wave_trancation_for_sas from new to old metadata -INFO: Converting local name cd_ocean of variable surface_drag_coefficient_for_momentum_in_air_over_ocean from new to old metadata -INFO: Converting local name vfrac of variable vegetation_area_fraction from new to old metadata -INFO: Converting local name dvdftra of variable tendency_of_vertically_diffused_tracer_concentration from new to old metadata -INFO: Converting local name npzp1 of variable vertical_dimension_for_fast_physics_plus_one from new to old metadata -INFO: Converting local name duem of variable instantaneous_dust_emission_flux from new to old metadata -INFO: Converting local name prslrd0 of variable pressure_cutoff_for_rayleigh_damping from new to old metadata -INFO: Converting local name q2m of variable specific_humidity_at_2m from new to old metadata -INFO: Converting local name chs2 of variable surface_exchange_coefficient_for_heat_at_2m from new to old metadata -INFO: Converting local name lfmassxy of variable leaf_mass from new to old metadata -INFO: Converting local name phy_f3d(:,:,2) of variable water_vapor_specific_humidity_two_time_steps_back from new to old metadata -INFO: Converting local name rainp of variable tendency_of_rain_water_mixing_ratio_due_to_microphysics from new to old metadata -INFO: Converting local name ud_mf of variable instantaneous_atmosphere_updraft_convective_mass_flux from new to old metadata -INFO: Converting local name dudt_tms of variable instantaneous_change_in_x_wind_due_to_turbulent_orographic_form_drag from new to old metadata -INFO: Converting local name mg3_as_mg2 of variable flag_mg3_as_mg2 from new to old metadata -INFO: Converting local name htlw0 of variable tendency_of_air_temperature_due_to_longwave_heating_assuming_clear_sky_on_radiation_time_step from new to old metadata -INFO: Converting local name w_d of variable coefficient_w_d from new to old metadata -INFO: Converting local name shdmax of variable maximum_vegetation_area_fraction from new to old metadata -INFO: Converting local name iccn of variable flag_for_in_ccn_forcing_for_morrison_gettelman_microphysics from new to old metadata -INFO: Converting local name htlwc of variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step from new to old metadata -INFO: Converting local name scmpsw of variable components_of_surface_downward_shortwave_fluxes from new to old metadata -INFO: Converting local name tgrs(:,1) of variable air_temperature_at_lowest_model_layer from new to old metadata -INFO: Converting local name cmxy of variable surface_drag_coefficient_for_momentum_for_noahmp from new to old metadata -INFO: Converting local name snowd_land of variable surface_snow_thickness_water_equivalent_over_land from new to old metadata -INFO: Converting local name clouds(:,:,5) of variable mean_effective_radius_for_ice_cloud from new to old metadata -INFO: Converting local name xz of variable diurnal_thermocline_layer_thickness from new to old metadata -INFO: Converting local name tsfg of variable surface_ground_temperature_for_radiation from new to old metadata -INFO: Converting local name dkt of variable atmosphere_heat_diffusivity from new to old metadata -INFO: Converting local name qgrs of variable tracer_concentration from new to old metadata -INFO: Converting local name pgcon_deep of variable momentum_transport_reduction_factor_pgf_deep_convection from new to old metadata -INFO: Converting local name wind10mmax of variable maximum_wind_at_10m from new to old metadata -INFO: Converting local name slopetype of variable surface_slope_classification from new to old metadata -INFO: Converting local name Intdiag of variable GFS_diag_type_instance from new to old metadata -INFO: Converting local name mg_nccons of variable mg_flag_drop_concentration_constant from new to old metadata -INFO: Converting local name adjvisdfd of variable surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_snow_water) of variable tendency_of_snow_water_mixing_ratio_due_to_model_physics from new to old metadata -INFO: Converting local name nlwsfc_cpl of variable cumulative_surface_net_downward_longwave_flux_for_coupling_multiplied_by_timestep from new to old metadata -INFO: Converting local name clouds(:,:,9) of variable mean_effective_radius_for_snow_flake from new to old metadata -INFO: Converting local name con_cvap of variable specific_heat_of_water_vapor_at_constant_pressure from new to old metadata -INFO: Converting local name drydep of variable instantaneous_dry_deposition from new to old metadata -INFO: Converting local name semis_ocean of variable surface_longwave_emissivity_over_ocean_interstitial from new to old metadata -INFO: Converting local name master of variable mpi_root from new to old metadata -INFO: Converting local name gamt of variable countergradient_mixing_term_for_temperature from new to old metadata -INFO: Converting local name redrag of variable flag_for_reduced_drag_coefficient_over_sea from new to old metadata -INFO: Converting local name gq0(:,:,index_for_ozone) of variable ozone_concentration_updated_by_physics from new to old metadata -INFO: Converting local name do_skeb of variable flag_for_stochastic_skeb_option from new to old metadata -INFO: Converting local name qg_r of variable mass_weighted_rime_factor_mixing_ratio from new to old metadata -INFO: Converting local name min_seaice of variable sea_ice_minimum from new to old metadata -INFO: Converting local name betal_deep of variable downdraft_fraction_reaching_surface_over_land_deep_convection from new to old metadata -INFO: Converting local name alvwf of variable mean_vis_albedo_with_weak_cosz_dependency from new to old metadata -INFO: Converting local name do_gwd of variable flag_for_gravity_wave_drag from new to old metadata -INFO: Converting local name nf_aesw of variable number_of_aerosol_output_fields_for_shortwave_radiation from new to old metadata -INFO: Converting local name avg_max_length of variable time_interval_for_maximum_hourly_fields from new to old metadata -INFO: Converting local name tdomzr of variable dominant_freezing_rain_type from new to old metadata -INFO: Converting local name toticeb of variable accumulated_lwe_thickness_of_ice_amount_in_bucket from new to old metadata -INFO: Converting local name isppt_deep of variable flag_for_combination_of_sppt_with_isppt_deep from new to old metadata -INFO: Converting local name ice of variable lwe_thickness_of_ice_amount_on_dynamics_timestep from new to old metadata -INFO: Converting local name dq3dt(:,:,9) of variable cumulative_change_in_ozone_concentration_due_to_overhead_ozone_column from new to old metadata -INFO: Converting local name lsidea of variable flag_idealized_physics from new to old metadata -INFO: Converting local name ico2 of variable flag_for_using_prescribed_global_mean_co2_value from new to old metadata -INFO: Converting local name evap_ice of variable kinematic_surface_upward_latent_heat_flux_over_ice from new to old metadata -INFO: Converting local name do_awdd of variable flag_arakawa_wu_downdraft from new to old metadata -INFO: Converting local name hetfrz_classnuc of variable mg_flag_for_heterogeneous_freezing from new to old metadata -INFO: Converting local name mpiroot of variable mpi_root_for_fast_physics from new to old metadata -INFO: Converting local name dq3dt(:,:,4) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_microphysics from new to old metadata -INFO: Converting local name GFS_coupling_type of variable GFS_coupling_type from new to old metadata -INFO: Converting local name psurfi_cpl of variable instantaneous_surface_air_pressure_for_coupling from new to old metadata -INFO: Converting local name xkzm_h of variable atmosphere_heat_diffusivity_background from new to old metadata -INFO: Converting local name rh02max of variable maximum_relative_humidity_at_2m_over_maximum_hourly_time_interval from new to old metadata -INFO: Converting local name tmpmax of variable maximum_temperature_at_2m from new to old metadata -INFO: Converting local name fscav of variable fraction_of_tracer_scavenged from new to old metadata -INFO: Converting local name ntiwx of variable index_for_ice_cloud_condensate_vertical_diffusion_tracer from new to old metadata -INFO: Converting local name gasvmr(:,:,4) of variable volume_mixing_ratio_o2 from new to old metadata -INFO: Converting local name dpt2m of variable dewpoint_temperature_at_2m from new to old metadata -INFO: Converting local name mg_do_liq_liu of variable mg_flag_for_liu_liquid_treatment from new to old metadata -INFO: Converting local name ffhh_land of variable Monin_Obukhov_similarity_function_for_heat_over_land from new to old metadata -INFO: Converting local name crtrh(3) of variable critical_relative_humidity_at_top_of_atmosphere from new to old metadata -INFO: Converting local name smcwtdxy of variable soil_water_content_between_soil_bottom_and_water_table from new to old metadata -INFO: Converting local name visbmdi of variable surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name cdq_ice of variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_ice from new to old metadata -INFO: Converting local name adjnirdfu of variable surface_upwelling_diffuse_near_infrared_shortwave_flux from new to old metadata -INFO: Converting local name wcbmax of variable maximum_updraft_velocity_at_cloud_base from new to old metadata -INFO: Converting local name tsflw of variable surface_midlayer_air_temperature_in_longwave_radiation from new to old metadata -INFO: Converting local name asolfac_shal of variable aerosol_aware_parameter_shallow_convection from new to old metadata -INFO: Converting local name gabsbdlw_ocean of variable surface_downwelling_longwave_flux_absorbed_by_ground_over_ocean from new to old metadata -INFO: Converting local name de_lgth of variable cloud_decorrelation_length from new to old metadata -INFO: Converting local name GFS_interstitial_type of variable GFS_interstitial_type from new to old metadata -INFO: Converting local name imap of variable map_of_block_column_number_to_global_i_index from new to old metadata -INFO: Converting local name plyr of variable air_pressure_at_layer_for_radiation_in_hPa from new to old metadata -INFO: Converting local name skip_macro of variable flag_skip_macro from new to old metadata -INFO: Converting local name tsnoxy of variable snow_temperature from new to old metadata -INFO: Converting local name sbsnoa of variable cumulative_snow_deposition_sublimation_upward_latent_heat_flux_multiplied_by_timestep from new to old metadata -INFO: Converting local name prcpmp of variable lwe_thickness_of_explicit_precipitation_amount from new to old metadata -INFO: Converting local name clcn of variable convective_cloud_volume_fraction from new to old metadata -INFO: Converting local name gt0 of variable air_temperature_updated_by_physics from new to old metadata -INFO: Converting local name gamma of variable anisotropy_of_subgrid_orography from new to old metadata -INFO: Converting local name uconvtend of variable tendency_of_x_wind_due_to_deep_convection_for_coupling_on_physics_timestep from new to old metadata -INFO: Converting local name dswsfci_cpl of variable instantaneous_surface_downwelling_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name delp of variable pressure_thickness_at_Lagrangian_surface from new to old metadata -INFO: Converting local name lsm_ruc of variable flag_for_ruc_land_surface_scheme from new to old metadata -INFO: Converting local name dt_mf of variable instantaneous_atmosphere_detrainment_convective_mass_flux from new to old metadata -INFO: Converting local name d_conv of variable free_convection_layer_thickness from new to old metadata -INFO: Converting local name nlwsfci_cpl of variable instantaneous_surface_net_downward_longwave_flux_for_coupling from new to old metadata -INFO: Converting local name shum_wts of variable weights_for_stochastic_shum_perturbation from new to old metadata -INFO: Converting local name dswsfci of variable surface_downwelling_shortwave_flux from new to old metadata -INFO: Converting local name do_ysu of variable flag_for_ysu from new to old metadata -INFO: Converting local name q_con of variable cloud_condensed_water_specific_humidity_at_Lagrangian_surface from new to old metadata -INFO: Converting local name mom4ice of variable flag_for_mom4_coupling from new to old metadata -INFO: Converting local name tref of variable sea_surface_reference_temperature from new to old metadata -INFO: Converting local name faersw(:,:,:,3) of variable aerosol_asymmetry_parameter_for_shortwave_bands_01_16 from new to old metadata -INFO: Converting local name ie of variable ending_x_direction_index from new to old metadata -INFO: Converting local name qgrs(:,:,index_for_water_friendly_aerosols) of variable water_friendly_aerosol_number_concentration from new to old metadata -INFO: Converting local name dugwd of variable time_integral_of_x_stress_due_to_gravity_wave_drag from new to old metadata -INFO: Converting local name ntot3d of variable number_of_fields_in_phyf3d from new to old metadata -INFO: Converting local name GFS_data_type of variable GFS_data_type from new to old metadata -INFO: Converting local name graupelprv of variable lwe_thickness_of_graupel_amount_from_previous_timestep from new to old metadata -INFO: Converting local name nstf_name(4) of variable vertical_temperature_average_range_lower_bound from new to old metadata -INFO: Converting local name kind_dyn of variable kind_dyn from new to old metadata -INFO: Converting local name acv of variable accumulated_lwe_thickness_of_convective_precipitation_amount_cnvc90 from new to old metadata -INFO: Converting local name lsoil_lsm of variable soil_vertical_dimension_for_land_surface_model from new to old metadata -INFO: Converting local name phy_myj_chkqlm of variable surface_layer_evaporation_switch from new to old metadata -INFO: Converting local name dtf of variable time_step_for_dynamics from new to old metadata -INFO: Converting local name dqsfci_cpl of variable instantaneous_surface_upward_latent_heat_flux_for_coupling from new to old metadata -INFO: Converting local name mg_do_hail of variable mg_flag_for_hail from new to old metadata -INFO: Converting local name iopt_sfc of variable flag_for_surface_layer_drag_coefficient_option from new to old metadata -INFO: Converting local name dqdt(:,:,index_for_ice_cloud_number_concentration) of variable tendency_of_ice_number_concentration_due_to_model_physics from new to old metadata -INFO: Converting local name kind_LOGICAL of variable kind_LOGICAL from new to old metadata -INFO: Converting local name hybedmf of variable flag_for_hedmf from new to old metadata -INFO: Converting local name dvisdfi_cpl of variable instantaneous_surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling from new to old metadata -INFO: Converting local name exch_h of variable atmosphere_heat_diffusivity_for_mynnpbl from new to old metadata -INFO: Converting local name z01d of variable perturbation_of_momentum_roughness_length from new to old metadata -INFO: Converting local name prevst of variable temperature_from_previous_timestep from new to old metadata -INFO: Converting local name tracers_total of variable number_of_total_tracers from new to old metadata -INFO: Converting local name wind of variable wind_speed_at_lowest_model_layer from new to old metadata -INFO: Converting local name hprime of variable statistical_measures_of_subgrid_orography from new to old metadata -INFO: Converting local name oz_coeffp5 of variable number_of_coefficients_in_ozone_forcing_data_plus_five from new to old metadata -INFO: Converting local name tvxy of variable vegetation_temperature from new to old metadata -INFO: Converting local name ncps of variable local_snow_number_concentration from new to old metadata -INFO: Converting local name zlvl of variable height_above_ground_at_lowest_model_layer from new to old metadata -INFO: Converting local name restart of variable flag_for_restart from new to old metadata -INFO: Converting local name con_tice of variable freezing_point_temperature_of_seawater from new to old metadata -INFO: Converting local name sfcnsw of variable surface_net_downwelling_shortwave_flux_on_radiation_time_step from new to old metadata -INFO: Converting local name tau_mtb of variable time_integral_of_momentum_flux_due_to_mountain_blocking_drag from new to old metadata -INFO: Metadata table for model FV3 written to tests/build_fv3_9/FV3/ccpp/physics/CCPP_VARIABLES_FV3.html -INFO: Parsing metadata tables in physics scheme files ... -INFO: Parsed tables in scheme rayleigh_damp -INFO: Parsed tables in scheme GFS_surface_composites_pre -INFO: Parsed tables in scheme GFS_surface_composites_inter -INFO: Parsed tables in scheme GFS_surface_composites_post -INFO: Parsed tables in scheme rrtmg_sw -INFO: Parsed tables in scheme sfc_ocean -INFO: Parsed tables in scheme gwdc_pre -INFO: Parsed tables in scheme gwdc -INFO: Parsed tables in scheme gwdc_post -INFO: Parsed tables in scheme cu_gf_driver_pre -INFO: Parsed tables in scheme gfdl_cloud_microphys -INFO: Parsed tables in scheme GFS_time_vary_pre -INFO: Parsed tables in scheme GFS_rrtmg_setup -INFO: Parsed tables in scheme zhaocarr_gscond -INFO: Parsed tables in scheme ysuvdif -INFO: Parsed tables in scheme rrtmg_sw_post -INFO: Parsed tables in scheme GFS_SCNV_generic_pre -INFO: Parsed tables in scheme GFS_SCNV_generic_post -INFO: Parsed tables in scheme GFS_rrtmg_pre -INFO: Parsed tables in scheme sfc_sice -INFO: Parsed tables in scheme samfdeepcnv -INFO: Parsed tables in scheme satmedmfvdif -INFO: Parsed tables in scheme mynnrad_post -INFO: Parsed tables in scheme cu_gf_driver_post -INFO: Parsed tables in scheme cs_conv_aw_adj -INFO: Parsed tables in scheme GFS_phys_time_vary -INFO: Parsed tables in scheme ozphys_2015 -INFO: Parsed tables in scheme GFS_suite_interstitial_rad_reset -INFO: Parsed tables in scheme GFS_suite_interstitial_phys_reset -INFO: Parsed tables in scheme GFS_suite_interstitial_1 -INFO: Parsed tables in scheme GFS_suite_interstitial_2 -INFO: Parsed tables in scheme GFS_suite_stateout_reset -INFO: Parsed tables in scheme GFS_suite_stateout_update -INFO: Parsed tables in scheme GFS_suite_interstitial_3 -INFO: Parsed tables in scheme GFS_suite_interstitial_4 -INFO: Parsed tables in scheme samfshalcnv -INFO: Parsed tables in scheme zhaocarr_precpd -INFO: Parsed tables in scheme noahmpdrv -INFO: Parsed tables in scheme mp_fer_hires -INFO: Parsed tables in scheme myjpbl_wrapper -INFO: Parsed tables in scheme GFS_surface_generic_pre -INFO: Parsed tables in scheme GFS_surface_generic_post -INFO: Parsed tables in scheme cu_ntiedtke_post -INFO: Parsed tables in scheme sfc_diag -INFO: Parsed tables in scheme rrtmg_lw -INFO: Parsed tables in scheme GFS_diagtoscreen -INFO: Parsed tables in scheme GFS_interstitialtoscreen -INFO: Parsed tables in scheme GFS_abort -INFO: Parsed tables in scheme GFS_checkland -INFO: Parsed tables in scheme mynnrad_pre -INFO: Parsed tables in scheme satmedmfvdifq -INFO: Parsed tables in scheme cs_conv_pre -INFO: Parsed tables in scheme cs_conv_post -INFO: Parsed tables in scheme cs_conv -INFO: Parsed tables in scheme shinhongvdif -INFO: Parsed tables in scheme h2ophys -INFO: Parsed tables in scheme rrtmg_lw_post -INFO: Parsed tables in scheme sfc_nst -INFO: Parsed tables in scheme sfc_nst_pre -INFO: Parsed tables in scheme sfc_nst_post -INFO: Parsed tables in scheme cu_ntiedtke_pre -INFO: Parsed tables in scheme cu_ntiedtke -INFO: Parsed tables in scheme cires_ugwp_post -INFO: Parsed tables in scheme hedmf -INFO: Parsed tables in scheme sfc_diff -INFO: Parsed tables in scheme mp_thompson_pre -INFO: Parsed tables in scheme sfc_diag_post -INFO: Parsed tables in scheme m_micro_pre -INFO: Parsed tables in scheme m_micro_post -INFO: Parsed tables in scheme m_micro -INFO: Parsed tables in scheme fv_sat_adj -INFO: Parsed tables in scheme GFS_surface_loop_control_part1 -INFO: Parsed tables in scheme GFS_surface_loop_control_part2 -INFO: Parsed tables in scheme shoc -INFO: Parsed tables in scheme GFS_rrtmg_post -INFO: Parsed tables in scheme GFS_GWD_generic_pre -INFO: Parsed tables in scheme GFS_GWD_generic_post -INFO: Parsed tables in scheme rrtmg_sw_pre -INFO: Parsed tables in scheme GFS_MP_generic_pre -INFO: Parsed tables in scheme GFS_MP_generic_post -INFO: Parsed tables in scheme cu_gf_driver -INFO: Parsed tables in scheme GFS_PBL_generic_pre -INFO: Parsed tables in scheme GFS_PBL_generic_post -INFO: Parsed tables in scheme mp_thompson_post -INFO: Parsed tables in scheme mp_thompson -INFO: Parsed tables in scheme rrtmg_lw_pre -INFO: Parsed tables in scheme gwdps -INFO: Parsed tables in scheme shalcnv -INFO: Parsed tables in scheme cires_ugwp -INFO: Parsed tables in scheme get_prs_fv3 -INFO: Parsed tables in scheme get_phi_fv3 -INFO: Parsed tables in scheme mynnsfc_wrapper -INFO: Parsed tables in scheme GFS_suite_ini_fini_test -INFO: Parsed tables in scheme myjsfc_wrapper -INFO: Parsed tables in scheme mynnedmf_wrapper -INFO: Parsed tables in scheme ozphys -INFO: Parsed tables in scheme lsm_ruc -INFO: Parsed tables in scheme GFS_stochastics -INFO: Parsed tables in scheme drag_suite -INFO: Parsed tables in scheme sfc_cice -INFO: Parsed tables in scheme sascnvn -INFO: Parsed tables in scheme lsm_ruc_sfc_sice_pre -INFO: Parsed tables in scheme lsm_ruc_sfc_sice_post -INFO: Parsed tables in scheme GFS_DCNV_generic_pre -INFO: Parsed tables in scheme GFS_DCNV_generic_post -INFO: Parsed tables in scheme cnvc90 -INFO: Parsed tables in scheme GFS_rad_time_vary -INFO: Parsed tables in scheme maximum_hourly_diagnostics -INFO: Parsed tables in scheme lsm_noah -INFO: Parsed tables in scheme dcyc2t3 -INFO: Parsed tables in scheme dcyc2t3_post -INFO: Parsed tables in scheme moninshoc -INFO: filtering out variable GFS_stateout_type_instance -INFO: filtering out variable accumulated_change_of_air_temperature_due_to_FA_scheme -INFO: filtering out variable accumulated_water_equivalent_of_frozen_precip -INFO: filtering out variable aerosol_number_concentration_from_gocart_aerosol_climatology -INFO: filtering out variable area_fraction_of_wet_canopy -INFO: filtering out variable atmosphere_heat_diffusivity_for_mynnpbl -INFO: filtering out variable atmosphere_heat_diffusivity_from_shoc -INFO: filtering out variable atmosphere_momentum_diffusivity_for_mynnpbl -INFO: filtering out variable baseline_surface_roughness_length -INFO: filtering out variable canopy_air_temperature -INFO: filtering out variable canopy_air_vapor_pressure -INFO: filtering out variable canopy_intercepted_ice_mass -INFO: filtering out variable canopy_intercepted_liquid_water -INFO: filtering out variable ccn_number_concentration -INFO: filtering out variable ccpp_block_number -INFO: filtering out variable cell_size -INFO: filtering out variable characteristic_grid_length_scale -INFO: filtering out variable choice_of_original_scale_aware_TKE_moist_EDMF_PBL -INFO: filtering out variable choice_of_scale_aware_TKE_moist_EDMF_PBL -INFO: filtering out variable choice_of_updated_scale_aware_TKE_moist_EDMF_PBL -INFO: filtering out variable cloud_area_fraction -INFO: filtering out variable cloud_base_mass_flux -INFO: filtering out variable cloud_condensed_water_mixing_ratio_at_lowest_model_layer -INFO: filtering out variable cloud_condensed_water_mixing_ratio_at_surface -INFO: filtering out variable cloud_droplet_number_concentration -INFO: filtering out variable cloud_droplet_number_concentration_updated_by_physics -INFO: filtering out variable cloud_fraction_for_MG -INFO: filtering out variable cloud_phase_transition_denominator -INFO: filtering out variable cloud_phase_transition_threshold_temperature -INFO: filtering out variable cloud_specie_mix_flag -INFO: filtering out variable cloudpdf -INFO: filtering out variable conv_activity_counter -INFO: filtering out variable convective_updraft_area_fraction -INFO: filtering out variable convective_updraft_area_fraction_at_model_interfaces -INFO: filtering out variable couple_sgs_clouds_to_radiation_flag -INFO: filtering out variable cumulative_change_in_x_wind_due_to_convective_gravity_wave_drag -INFO: filtering out variable cumulative_change_in_y_wind_due_to_convective_gravity_wave_drag -INFO: filtering out variable density_of_frozen_precipitation -INFO: filtering out variable depth_of_soil_levels_for_land_surface_model -INFO: filtering out variable detrainment_and_precipitation_tunable_parameter_3_CS -INFO: filtering out variable detrainment_and_precipitation_tunable_parameter_4_CS -INFO: filtering out variable do_myjsfc -INFO: filtering out variable do_mynnsfclay -INFO: filtering out variable downdraft_fraction_in_boundary_layer_mass_flux_scheme -INFO: filtering out variable edmf_flag -INFO: filtering out variable edmf_momentum_transport_flag -INFO: filtering out variable edmf_partition_flag -INFO: filtering out variable edmf_tke_transport_flag -INFO: filtering out variable emdf_updraft_area -INFO: filtering out variable emdf_updraft_cloud_water -INFO: filtering out variable emdf_updraft_entrainment_rate -INFO: filtering out variable emdf_updraft_theta_l -INFO: filtering out variable emdf_updraft_total_water -INFO: filtering out variable emdf_updraft_vertical_velocity -INFO: filtering out variable entrainment_efficiency_tunable_parameter_9_CS -INFO: filtering out variable equilibrium_soil_water_content -INFO: filtering out variable fa_threshold_relative_humidity_for_onset_of_condensation -INFO: filtering out variable fast_soil_pool_mass_content_of_carbon -INFO: filtering out variable fine_root_mass -INFO: filtering out variable flag_arakawa_wu_downdraft -INFO: filtering out variable flag_convective_tracer_transport -INFO: filtering out variable flag_flip -INFO: filtering out variable flag_flux_form_CS -INFO: filtering out variable flag_for_2015_ozone_physics -INFO: filtering out variable flag_for_aerosol_input_MG -INFO: filtering out variable flag_for_canopy_stomatal_resistance_option -INFO: filtering out variable flag_for_dynamic_vegetation_option -INFO: filtering out variable flag_for_frozen_soil_permeability_option -INFO: filtering out variable flag_for_frozen_soil_physics -INFO: filtering out variable flag_for_ground_snow_surface_albedo_option -INFO: filtering out variable flag_for_in_ccn_forcing_for_morrison_gettelman_microphysics -INFO: filtering out variable flag_for_individual_cloud_species_advected -INFO: filtering out variable flag_for_lower_boundary_soil_temperature_option -INFO: filtering out variable flag_for_pdf_for_morrison_gettelman_microphysics_scheme -INFO: filtering out variable flag_for_precipitation_partition_option -INFO: filtering out variable flag_for_radiation_transfer_option -INFO: filtering out variable flag_for_reading_leaf_area_index_from_input -INFO: filtering out variable flag_for_restart -INFO: filtering out variable flag_for_runoff_and_groundwater_option -INFO: filtering out variable flag_for_sas_deep_convection_scheme -INFO: filtering out variable flag_for_shoc_after_convection -INFO: filtering out variable flag_for_soil_and_snow_temperature_time_stepping_option -INFO: filtering out variable flag_for_soil_moisture_factor_stomatal_resistance_option -INFO: filtering out variable flag_for_supercooled_liquid_water_option -INFO: filtering out variable flag_for_surface_layer_drag_coefficient_option -INFO: filtering out variable flag_mg3_as_mg2 -INFO: filtering out variable flag_skip_macro -INFO: filtering out variable fraction_of_cloud_top_water_scavenged -INFO: filtering out variable fraction_of_tracer_scavenged -INFO: filtering out variable gf_memory_counter -INFO: filtering out variable graupel_number_concentration_updated_by_physics -INFO: filtering out variable grav_settling -INFO: filtering out variable ground_temperature_for_noahmp -INFO: filtering out variable gwd_opt -INFO: filtering out variable h2o_forcing -INFO: filtering out variable heat_exchange_coefficient_for_MYJ_schemes -INFO: filtering out variable ice_friendly_aerosol_number_concentration -INFO: filtering out variable ice_friendly_aerosol_number_concentration_updated_by_physics -INFO: filtering out variable ice_number_concentration -INFO: filtering out variable ice_number_concentration_updated_by_physics -INFO: filtering out variable ice_supersaturation_threshold -INFO: filtering out variable ice_water_mixing_ratio -INFO: filtering out variable in_number_concentration -INFO: filtering out variable index_for_ice_cloud_condensate_vertical_diffusion_tracer -INFO: filtering out variable integrated_x_momentum_flux_from_blocking_drag -INFO: filtering out variable integrated_x_momentum_flux_from_form_drag -INFO: filtering out variable integrated_x_momentum_flux_from_large_scale_gwd -INFO: filtering out variable integrated_x_momentum_flux_from_small_scale_gwd -INFO: filtering out variable integrated_y_momentum_flux_from_blocking_drag -INFO: filtering out variable integrated_y_momentum_flux_from_form_drag -INFO: filtering out variable integrated_y_momentum_flux_from_large_scale_gwd -INFO: filtering out variable integrated_y_momentum_flux_from_small_scale_gwd -INFO: filtering out variable k_level_of_highest_reaching_plume -INFO: filtering out variable kinematic_buoyancy_flux_from_shoc -INFO: filtering out variable kinematic_surface_latent_heat_flux -INFO: filtering out variable lake_water_storage -INFO: filtering out variable latitude_index_in_debug_printouts -INFO: filtering out variable layer_bottom_depth_from_snow_surface -INFO: filtering out variable leaf_area_index -INFO: filtering out variable leaf_mass -INFO: filtering out variable limit_for_temperature_tendency_for_microphysics -INFO: filtering out variable liquid_water_density -INFO: filtering out variable local_graupel_mixing_ratio -INFO: filtering out variable local_graupel_number_concentration -INFO: filtering out variable local_rain_number_concentration -INFO: filtering out variable local_rain_water_mixing_ratio -INFO: filtering out variable local_snow_number_concentration -INFO: filtering out variable local_snow_water_mixing_ratio -INFO: filtering out variable mass_weighted_rime_factor_updated_by_physics -INFO: filtering out variable maximum_column_heating_rate -INFO: filtering out variable maximum_mass_flux -INFO: filtering out variable maximum_updraft_velocity_at_cloud_base -INFO: filtering out variable mean_nir_albedo_with_weak_cosz_dependency -INFO: filtering out variable mean_vis_albedo_with_weak_cosz_dependency -INFO: filtering out variable mg_allow_supersat_after_sed -INFO: filtering out variable mg_autoconversion_size_threshold_ice_snow -INFO: filtering out variable mg_bergeron_efficiency_factor -INFO: filtering out variable mg_cloud_water_variance -INFO: filtering out variable mg_drop_concentration_constant -INFO: filtering out variable mg_flag_drop_concentration_constant -INFO: filtering out variable mg_flag_for_cloud_ice_processes -INFO: filtering out variable mg_flag_for_gmao_ice_formulation -INFO: filtering out variable mg_flag_for_graupel -INFO: filtering out variable mg_flag_for_hail -INFO: filtering out variable mg_flag_for_heterogeneous_freezing -INFO: filtering out variable mg_flag_for_liu_liquid_treatment -INFO: filtering out variable mg_flag_for_sb2001_autoconversion -INFO: filtering out variable mg_flag_for_uniform_subcolumns -INFO: filtering out variable mg_flag_graupel_concentration_constant -INFO: filtering out variable mg_flag_ice_concentration_constant -INFO: filtering out variable mg_graupel_concentration_constant -INFO: filtering out variable mg_ice_concentration_constant -INFO: filtering out variable mg_minimum_cloud_condensed_water_and_ice_mixing_ratio -INFO: filtering out variable mg_minimum_rh_for_ice -INFO: filtering out variable mg_time_scale_for_autoconversion_of_ice -INFO: filtering out variable mg_tuning_factor_for_alphas -INFO: filtering out variable mg_type_of_precip_fraction_method -INFO: filtering out variable minimum_value_of_specific_humidity -INFO: filtering out variable mix_total_water_flag -INFO: filtering out variable mixing_length -INFO: filtering out variable mixing_length_flag -INFO: filtering out variable moisture_from_previous_timestep -INFO: filtering out variable moisture_tendency_due_to_dynamics -INFO: filtering out variable momentum_exchange_coefficient_for_MYJ_schemes -INFO: filtering out variable mpi_comm -INFO: filtering out variable natural_log_of_h2o_forcing_data_pressure_levels -INFO: filtering out variable nondimensional_snow_age -INFO: filtering out variable normalized_soil_wetness_for_land_surface_model -INFO: filtering out variable number_of_cloud_types_CS -INFO: filtering out variable number_of_coefficients_in_h2o_forcing_data -INFO: filtering out variable number_of_frozen_precipitation_species -INFO: filtering out variable number_of_plumes -INFO: filtering out variable number_of_snow_layers -INFO: filtering out variable number_of_spectral_wave_trancation_for_sas -INFO: filtering out variable number_of_tracers_for_CS -INFO: filtering out variable number_of_tracers_plus_one -INFO: filtering out variable ozone_mixing_ratio -INFO: filtering out variable potential_temperature_at_2m -INFO: filtering out variable potential_temperature_at_viscous_sublayer_top -INFO: filtering out variable prandtl_number -INFO: filtering out variable q_prime_squared -INFO: filtering out variable rain_number_concentration_updated_by_physics -INFO: filtering out variable reciprocal_of_obukhov_length -INFO: filtering out variable shoc_flag_for_optional_surface_TKE_dissipation -INFO: filtering out variable shoc_implicit_TKE_integration_uncentering_term -INFO: filtering out variable shoc_tke_dissipatation_pressure_threshold -INFO: filtering out variable shoc_tke_dissipation_tunable_parameter -INFO: filtering out variable shoc_tke_dissipation_tunable_parameter_near_surface -INFO: filtering out variable slow_soil_pool_mass_content_of_carbon -INFO: filtering out variable snow_albedo_at_previous_time_step -INFO: filtering out variable snow_layer_ice -INFO: filtering out variable snow_layer_liquid_water -INFO: filtering out variable snow_mass_at_previous_time_step -INFO: filtering out variable snow_number_concentration_updated_by_physics -INFO: filtering out variable snow_precipitation_rate_at_surface -INFO: filtering out variable snow_temperature -INFO: filtering out variable snow_temperature_bottom_first_layer -INFO: filtering out variable soil_temperature_for_land_surface_model -INFO: filtering out variable soil_vertical_dimension_for_land_surface_model -INFO: filtering out variable soil_water_content_between_soil_bottom_and_water_table -INFO: filtering out variable specific_humidity_at_viscous_sublayer_top -INFO: filtering out variable stability_function_for_heat -INFO: filtering out variable stem_area_index -INFO: filtering out variable stem_mass -INFO: filtering out variable subgrid_cloud_fraction_pbl -INFO: filtering out variable subgrid_cloud_mixing_ratio_pbl -INFO: filtering out variable subgrid_scale_cloud_fraction_from_shoc -INFO: filtering out variable surface_condensation_mass -INFO: filtering out variable surface_drag_coefficient_for_heat_and_moisture_for_noahmp -INFO: filtering out variable surface_drag_coefficient_for_momentum_for_noahmp -INFO: filtering out variable surface_exchange_coefficient_for_heat -INFO: filtering out variable surface_exchange_coefficient_for_heat_at_2m -INFO: filtering out variable surface_exchange_coefficient_for_moisture -INFO: filtering out variable surface_exchange_coefficient_for_moisture_at_2m -INFO: filtering out variable surface_friction_velocity_drag -INFO: filtering out variable surface_latent_heat -INFO: filtering out variable surface_layer_evaporation_switch -INFO: filtering out variable surface_specific_humidity_for_MYJ_schemes -INFO: filtering out variable surface_stability_parameter -INFO: filtering out variable t_prime_q_prime -INFO: filtering out variable t_prime_squared -INFO: filtering out variable temperature_from_previous_timestep -INFO: filtering out variable temperature_tendency_due_to_dynamics -INFO: filtering out variable tendency_of_cloud_droplet_number_concentration_due_to_model_physics -INFO: filtering out variable tendency_of_ice_cloud_water_mixing_ratio_due_to_model_physics -INFO: filtering out variable tendency_of_ice_friendly_aerosol_number_concentration_due_to_model_physics -INFO: filtering out variable tendency_of_ice_friendly_aerosols_at_surface -INFO: filtering out variable tendency_of_ice_number_concentration_due_to_model_physics -INFO: filtering out variable tendency_of_liquid_cloud_water_mixing_ratio_due_to_model_physics -INFO: filtering out variable tendency_of_ozone_mixing_ratio_due_to_model_physics -INFO: filtering out variable tendency_of_water_friendly_aerosol_number_concentration_due_to_model_physics -INFO: filtering out variable tendency_of_water_friendly_aerosols_at_surface -INFO: filtering out variable tendency_of_water_vapor_specific_humidity_due_to_model_physics -INFO: filtering out variable tendency_of_x_wind_due_to_convective_gravity_wave_drag -INFO: filtering out variable tendency_of_y_wind_due_to_convective_gravity_wave_drag -INFO: filtering out variable theta_star -INFO: filtering out variable tke_advect -INFO: filtering out variable tke_at_mass_points -INFO: filtering out variable tke_budget -INFO: filtering out variable tke_dissipative_heating_factor -INFO: filtering out variable total_accumulated_snowfall -INFO: filtering out variable triple_point_temperature_of_water -INFO: filtering out variable turbulent_kinetic_energy_convective_transport_tracer -INFO: filtering out variable u_wind_component_at_viscous_sublayer_top -INFO: filtering out variable updraft_fraction_in_boundary_layer_mass_flux_scheme -INFO: filtering out variable updraft_velocity_tunable_parameter_1_CS -INFO: filtering out variable updraft_velocity_tunable_parameter_2_CS -INFO: filtering out variable v_wind_component_at_viscous_sublayer_top -INFO: filtering out variable vegetation_temperature -INFO: filtering out variable vertical_dimension_of_h2o_forcing_data -INFO: filtering out variable volume_fraction_of_frozen_soil_moisture_for_land_surface_model -INFO: filtering out variable volume_fraction_of_soil_moisture_for_land_surface_model -INFO: filtering out variable volume_fraction_of_unfrozen_soil_moisture_for_land_surface_model -INFO: filtering out variable water_friendly_aerosol_number_concentration -INFO: filtering out variable water_friendly_aerosol_number_concentration_updated_by_physics -INFO: filtering out variable water_storage_in_aquifer -INFO: filtering out variable water_storage_in_aquifer_and_saturated_soil -INFO: filtering out variable water_table_depth -INFO: filtering out variable water_table_recharge_when_deep -INFO: filtering out variable water_table_recharge_when_shallow -INFO: filtering out variable water_vapor_mixing_ratio_at_surface -INFO: filtering out variable weight_for_momentum_at_viscous_sublayer_top -INFO: filtering out variable weight_for_potental_temperature_at_viscous_sublayer_top -INFO: filtering out variable weight_for_specific_humidity_at_viscous_sublayer_top -INFO: filtering out variable wood_mass -INFO: filtering out variable x_momentum_tendency_from_blocking_drag -INFO: filtering out variable x_momentum_tendency_from_form_drag -INFO: filtering out variable x_momentum_tendency_from_large_scale_gwd -INFO: filtering out variable x_momentum_tendency_from_small_scale_gwd -INFO: filtering out variable y_momentum_tendency_from_blocking_drag -INFO: filtering out variable y_momentum_tendency_from_form_drag -INFO: filtering out variable y_momentum_tendency_from_large_scale_gwd -INFO: filtering out variable y_momentum_tendency_from_small_scale_gwd -INFO: Checking optional arguments in physics schemes ... -INFO: Metadata table for model FV3 written to tests/build_fv3_9/FV3/ccpp/framework/doc/DevelopersGuide/CCPP_VARIABLES_FV3.tex -INFO: Comparing metadata for requested and provided variables ... -INFO: Automatic unit conversion from m to um for effective_radius_of_stratiform_cloud_ice_particle_in_um before entering MODULE_mp_thompson SCHEME_mp_thompson SUBROUTINE_mp_thompson_run -INFO: Automatic unit conversion from m to um for effective_radius_of_stratiform_cloud_liquid_water_particle_in_um before entering MODULE_mp_thompson SCHEME_mp_thompson SUBROUTINE_mp_thompson_run -INFO: Automatic unit conversion from m to um for effective_radius_of_stratiform_cloud_snow_particle_in_um before entering MODULE_mp_thompson SCHEME_mp_thompson SUBROUTINE_mp_thompson_run -INFO: Generating schemes makefile/cmakefile snippet ... -INFO: Added 168 schemes to tests/build_fv3_9/FV3/ccpp/physics/CCPP_SCHEMES.mk, tests/build_fv3_9/FV3/ccpp/physics/CCPP_SCHEMES.cmake, tests/build_fv3_9/FV3/ccpp/physics/CCPP_SCHEMES.sh -INFO: Generating suite and group caps ... -INFO: Generating static API ccpp_static_api.F90 in tests/build_fv3_9/FV3/ccpp/physics ... -INFO: Generating caps makefile/cmakefile snippet ... -INFO: Added 11 auto-generated caps to tests/build_fv3_9/FV3/ccpp/physics/CCPP_CAPS.mk and tests/build_fv3_9/FV3/ccpp/physics/CCPP_CAPS.cmake -INFO: CCPP prebuild step completed successfully. -+ source build_fv3_9/FV3/ccpp/physics/CCPP_SCHEMES.sh -++ export 'CCPP_SCHEMES=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/aer_cloud.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/aerclm_def.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/aerinterp.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/calpreciptype.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cldwat2m_micro.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cldmacro.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/date_def.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/funcphys.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gcycle.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/h2o_def.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/h2ointerp.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/iccn_def.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/iccninterp.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/iounitdef.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/machine.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mersenne_twister.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfpbl.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg_utils.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg2_0.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg3_0.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/multi_gases.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_model.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_parameters.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_radar.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_thompson.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MP_FER_HIRES.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_bl_mynn.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_mynn.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_orowam2017.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/namelist_soilveg.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfpblt.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfpbltq.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfscu.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfscuq.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/noahmp_tables.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/num_parthds.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozne_def.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozinterp.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/physcons.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/physparam.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radcons.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_aerosols.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_astronomy.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_clouds.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_gases.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_surface.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radlw_datatb.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radlw_param.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radsw_datatb.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radsw_param.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/samfaerosols.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfcsub.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sflx.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/set_soilveg.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/surface_perturbation.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_deep.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_sh.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/tridi.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/wv_saturation.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_soil_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rayleigh_damp.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radsw_main.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_ocean.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gwdc.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gscond.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ysuvdif.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_sice.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/samfdeepcnv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/satmedmfvdif.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozphys_2015.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/samfshalcnv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/precpd.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_fer_hires.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diag.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radlw_main.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_debug.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/satmedmfvdifq.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cs_conv.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/shinhongvdif.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/h2ophys.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_nst.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/moninedmf.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diff.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diag_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/m_micro.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gcm_shoc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gwdps.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/shalcnv.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/get_prs_fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozphys.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_stochastics.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/drag_suite.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_cice.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sascnvn.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cnvc90.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_drv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/dcyc2.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/moninshoc.f' -++ CCPP_SCHEMES='/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/aer_cloud.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/aerclm_def.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/aerinterp.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/calpreciptype.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cldwat2m_micro.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cldmacro.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/date_def.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/funcphys.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gcycle.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/h2o_def.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/h2ointerp.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/iccn_def.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/iccninterp.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/iounitdef.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/machine.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mersenne_twister.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfpbl.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg_utils.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg2_0.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg3_0.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/multi_gases.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_model.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_parameters.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_radar.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_thompson.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MP_FER_HIRES.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_bl_mynn.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_mynn.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_orowam2017.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/namelist_soilveg.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfpblt.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfpbltq.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfscu.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfscuq.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/noahmp_tables.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/num_parthds.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozne_def.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozinterp.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/physcons.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/physparam.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radcons.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_aerosols.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_astronomy.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_clouds.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_gases.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_surface.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radlw_datatb.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radlw_param.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radsw_datatb.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radsw_param.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/samfaerosols.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfcsub.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sflx.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/set_soilveg.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/surface_perturbation.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_deep.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_sh.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/tridi.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/wv_saturation.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_soil_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rayleigh_damp.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radsw_main.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_ocean.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gwdc.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gscond.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ysuvdif.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_sice.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/samfdeepcnv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/satmedmfvdif.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozphys_2015.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/samfshalcnv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/precpd.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_fer_hires.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diag.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radlw_main.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_debug.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/satmedmfvdifq.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cs_conv.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/shinhongvdif.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/h2ophys.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_nst.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/moninedmf.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diff.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diag_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/m_micro.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gcm_shoc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gwdps.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/shalcnv.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/get_prs_fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozphys.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_stochastics.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/drag_suite.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_cice.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sascnvn.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cnvc90.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_drv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/dcyc2.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/moninshoc.f' -+ source build_fv3_9/FV3/ccpp/physics/CCPP_CAPS.sh -++ export 'CCPP_CAPS=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_9/FV3/ccpp/physics/ccpp_FV3_GFS_2017_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_9/FV3/ccpp/physics/ccpp_FV3_GFS_2017_time_vary_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_9/FV3/ccpp/physics/ccpp_FV3_GFS_2017_radiation_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_9/FV3/ccpp/physics/ccpp_FV3_GFS_2017_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_9/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stochastics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_9/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stretched_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_9/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stretched_fast_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_9/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stretched_time_vary_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_9/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stretched_radiation_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_9/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stretched_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_9/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stretched_stochastics_cap.F90' -++ CCPP_CAPS='/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_9/FV3/ccpp/physics/ccpp_FV3_GFS_2017_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_9/FV3/ccpp/physics/ccpp_FV3_GFS_2017_time_vary_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_9/FV3/ccpp/physics/ccpp_FV3_GFS_2017_radiation_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_9/FV3/ccpp/physics/ccpp_FV3_GFS_2017_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_9/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stochastics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_9/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stretched_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_9/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stretched_fast_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_9/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stretched_time_vary_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_9/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stretched_radiation_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_9/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stretched_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_9/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stretched_stochastics_cap.F90' -+ source build_fv3_9/FV3/ccpp/physics/CCPP_STATIC_API.sh -++ export CCPP_STATIC_API=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_9/FV3/ccpp/physics/ccpp_static_api.F90 -++ CCPP_STATIC_API=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_9/FV3/ccpp/physics/ccpp_static_api.F90 -+ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y == *\N\A\M\_\p\h\y\s\=\Y* ]] -+ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y == *\W\W\3\=\Y* ]] -++ trim ' -DREPRO=Y -D32BIT=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -DDYN32=ON -DSTATIC=ON -DMULTI_GASES=OFF' -++ local 'var= -DREPRO=Y -D32BIT=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -DDYN32=ON -DSTATIC=ON -DMULTI_GASES=OFF' -++ var='-DREPRO=Y -D32BIT=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -DDYN32=ON -DSTATIC=ON -DMULTI_GASES=OFF' -++ var='-DREPRO=Y -D32BIT=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -DDYN32=ON -DSTATIC=ON -DMULTI_GASES=OFF' -++ echo -n '-DREPRO=Y -D32BIT=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -DDYN32=ON -DSTATIC=ON -DMULTI_GASES=OFF' -+ CCPP_CMAKE_FLAGS='-DREPRO=Y -D32BIT=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -DDYN32=ON -DSTATIC=ON -DMULTI_GASES=OFF' -+ source /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc -++ __ms_function_name=setup__test_function__189059 -++ eval 'setup__test_function__189059() { /bin/true ; }' ++ [[ 32BIT=Y == *\D\E\B\U\G\=\Y* ]] ++ [[ 32BIT=Y == *\R\E\P\R\O\=\Y* ]] ++ [[ 32BIT=Y == *\3\2\B\I\T\=\Y* ]] ++ CCPP_CMAKE_FLAGS=' -D32BIT=Y' ++ [[ 32BIT=Y == *\O\P\E\N\M\P\=\N* ]] ++ [[ 32BIT=Y == *\C\C\P\P\=\Y* ]] ++ [[ 32BIT=Y == *\N\A\M\_\p\h\y\s\=\Y* ]] ++ [[ 32BIT=Y == *\W\W\3\=\Y* ]] +++ trim ' -D32BIT=Y' +++ local 'var= -D32BIT=Y' +++ var=-D32BIT=Y +++ var=-D32BIT=Y +++ echo -n -D32BIT=Y ++ CCPP_CMAKE_FLAGS=-D32BIT=Y ++ source /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc +++ __ms_function_name=setup__test_function__189426 +++ eval 'setup__test_function__189426() { /bin/true ; }' +++ eval '__text="text" ; if [[ $__text =~ ^(t).* ]] ; then printf "%s" ${.sh.match[1]} ; fi' +++ cat ++ __ms_ksh_test= -+++ eval 'if ( set | grep setup__test_function__189059 | grep -v name > /dev/null 2>&1 ) ; then echo t ; fi ' ++++ eval 'if ( set | grep setup__test_function__189426 | grep -v name > /dev/null 2>&1 ) ; then echo t ; fi ' +++ cat ++ __ms_bash_test=t ++ [[ ! -z '' ]] @@ -52950,7 +2592,7 @@ INFO: CCPP prebuild step completed successfully. ++ eval module help ++ module purge +++ /usrx/local/prod/lmod/lmod/libexec/lmod bash purge -++ eval unset 'ADVISOR_2018_DIR;' unset 'BACIO_LIB4;' unset 'BACIO_LIB8;' unset 'BACIO_SRC;' unset 'BACIO_VER;' unset 'BINARY_TYPE_HPC;' unset '__LMOD_REF_COUNT_CLASSPATH;' unset 'CLASSPATH;' unset 'CLCK_ROOT;' unset 'CMAKE_CXX_COMPILER;' unset 'CMAKE_C_COMPILER;' unset 'CMAKE_Fortran_COMPILER;' unset 'CMAKE_Platform;' unset 'COMP;' unset '__LMOD_REF_COUNT_CPATH;' unset 'CPATH;' unset '__LMOD_REF_COUNT_CPLUS_INCLUDE_PATH;' unset 'CPLUS_INCLUDE_PATH;' unset 'CRTM_FIX;' unset 'CRTM_INC;' unset 'CRTM_LIB;' unset 'CRTM_SRC;' unset 'CRTM_VER;' unset 'DAALROOT;' unset 'ECF_HOSTFILE;' unset 'ECF_PORT;' unset 'ECF_ROOT;' unset 'ESMFMKFILE;' unset 'G2TMPL_INC;' unset 'G2TMPL_LIB;' unset 'G2TMPL_SRC;' unset 'G2TMPL_VER;' unset 'G2_INC4;' unset 'G2_INCd;' unset 'G2_LIB4;' unset 'G2_LIBd;' unset 'G2_SRC;' unset 'G2_VER;' unset 'GDBSERVER_MIC;' unset 'GDB_CROSS;' unset 'HDF5;' unset 'HDF5_CFLAGS;' unset 'HDF5_CXXFLAGS;' unset 'HDF5_FFLAGS;' unset 'HDF5_INCLUDE;' unset 'HDF5_LDFLAGS;' unset 'HDF5_LDFLAGS_C;' unset 'HDF5_LDFLAGS_CXX;' unset 'HDF5_LDFLAGS_F;' unset '__LMOD_REF_COUNT_INFOPATH;' unset 'INFOPATH;' unset 'INSPECTOR_2018_DIR;' unset 'INTEL_LICENSE_FILE;' unset 'INTEL_PYTHONHOME;' unset 'IPPROOT;' unset 'IP_INC4;' unset 'IP_INC8;' unset 'IP_INCd;' unset 'IP_LIB4;' unset 'IP_LIB8;' unset 'IP_LIBd;' unset 'IP_SRC;' unset 'IP_VER;' unset 'I_MPI_CC;' unset 'I_MPI_CXX;' unset 'I_MPI_EXTRA_FILESYSTEM;' unset 'I_MPI_EXTRA_FILESYSTEM_LIST;' unset 'I_MPI_F77;' unset 'I_MPI_F90;' unset 'I_MPI_FC;' unset 'I_MPI_HYDRA_BOOTSTRAP;' unset 'I_MPI_HYDRA_IFACE;' unset 'I_MPI_LSF_USE_COLLECTIVE_LAUNCH;' unset 'I_MPI_ROOT;' unset 'JASPER_INC;' unset 'JASPER_LIB;' unset 'JASPER_LIBDIR;' unset 'JASPER_SRC;' unset 'JASPER_VER;' unset 'KMP_AFFINITY;' unset '__LMOD_REF_COUNT_LD_LIBRARY_PATH;' unset 'LD_LIBRARY_PATH;' unset '__LMOD_REF_COUNT_LIBRARY_PATH;' unset 'LIBRARY_PATH;' unset 'LIB_NAME;' unset 'LMOD_FAMILY_COMPILER;' unset 'LMOD_FAMILY_COMPILER_VERSION;' unset 'LMOD_FAMILY_CONMPILER;' unset 'LMOD_FAMILY_CONMPILER_VERSION;' unset 'LMOD_FAMILY_MPI;' unset 'LMOD_FAMILY_MPI_VERSION;' unset '__LMOD_REF_COUNT_LOADEDMODULES;' unset 'LOADEDMODULES;' unset 'LSF_BINDIR;' unset 'LSF_ENVDIR;' unset 'LSF_LIBDIR;' unset 'LSF_SERVERDIR;' '__LMOD_REF_COUNT_MANPATH="/usrx/local/prod/lmod/lmod/share/man:1";' export '__LMOD_REF_COUNT_MANPATH;' 'MANPATH="/usrx/local/prod/lmod/lmod/share/man::";' export 'MANPATH;' unset 'MKLROOT;' 'MODULEPATH="/usrx/local/dev/emc_rocoto/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod";' export 'MODULEPATH;' unset 'MPM_LAUNCHER;' unset 'NEMSIO_INC;' unset 'NEMSIO_LIB;' unset 'NEMSIO_SRC;' unset 'NEMSIO_VER;' unset 'NETCDF;' unset 'NETCDF_CFLAGS;' unset 'NETCDF_CXX4FLAGS;' unset 'NETCDF_CXXFLAGS;' unset 'NETCDF_FFLAGS;' unset 'NETCDF_INC;' unset 'NETCDF_INCLUDE;' unset 'NETCDF_LDFLAGS;' unset 'NETCDF_LDFLAGS_C;' unset 'NETCDF_LDFLAGS_CXX;' unset 'NETCDF_LDFLAGS_CXX4;' unset 'NETCDF_LDFLAGS_F;' unset 'NETCDF_LIB;' unset 'NETCDF_ROOT;' unset '__LMOD_REF_COUNT_NLSPATH;' unset 'NLSPATH;' '__LMOD_REF_COUNT_PATH="/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/usr/lpp/mmfs/bin:1;/opt/ibutils/bin:1;/opt/dell/srvadmin/bin:1;/u/Dusan.Jovic/bin:2;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/dbrowse:1;/u/Dusan.Jovic/.local/bin:1";' export '__LMOD_REF_COUNT_PATH;' 'PATH="/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/usr/lpp/mmfs/bin:/opt/ibutils/bin:/opt/dell/srvadmin/bin:/u/Dusan.Jovic/bin:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/dbrowse:/u/Dusan.Jovic/.local/bin";' export 'PATH;' unset 'PKG_CONFIG_PATH;' unset 'PNG_INC;' unset 'PNG_LIB;' unset 'PNG_LIB12;' unset 'PNG_LIBDIR;' unset 'PNG_LIBso;' unset 'PNG_SRC;' unset 'PNG_VER;' unset 'POST_INC;' unset 'POST_LIB;' unset 'POST_SRC;' unset 'POST_VER;' unset 'PSTLROOT;' unset 'PYTHONPATH;' unset '__LMOD_REF_COUNT_QT_PLUGIN_PATH;' unset 'QT_PLUGIN_PATH;' unset 'SP_LIB4;' unset 'SP_LIB8;' unset 'SP_LIBd;' unset 'SP_SRC;' unset 'SP_VER;' unset 'TBBROOT;' unset 'VT_ADD_LIBS;' unset 'VT_ARCH;' unset 'VT_LIB_DIR;' unset 'VT_MPI;' unset 'VT_ROOT;' unset 'VT_SLIB_DIR;' unset 'W3EMC_INC4;' unset 'W3EMC_INC8;' unset 'W3EMC_INCd;' unset 'W3EMC_LIB4;' unset 'W3EMC_LIB8;' unset 'W3EMC_LIBd;' unset 'W3EMC_SRC;' unset 'W3EMC_VER;' unset 'W3NCO_INC4;' unset 'W3NCO_INC8;' unset 'W3NCO_INCd;' unset 'W3NCO_LIB4;' unset 'W3NCO_LIB8;' unset 'W3NCO_LIBd;' unset 'W3NCO_SRC;' unset 'W3NCO_VER;' unset 'XLSF_UIDDIR;' unset 'Z_INC;' unset 'Z_LIB;' unset 'Z_SRC;' unset 'Z_VER;' unset '__LMOD_REF_COUNT__LMFILES_;' unset '_LMFILES_;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii91c3J4L2xvY2FsL2Rldi9lbWNfcm9jb3RvL21vZHVsZWZpbGVzIiwiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvRHVzYW4uSm92aWMvdWZzL3ByMTgvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvd2Nvc3NfZGVsbF9wMyIsIi91c3J4L2xvY2FsL2Rldi9tb2R1bGVmaWxlcyIsIi91c3J4L2xvY2FsL3Byb2QvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQiLCIvdXNyeC9sb2NhbC9w";' export '_ModuleTable001_;' '_ModuleTable002_="cm9kL21vZHVsZWZpbGVzL2RlZnMiLCIvZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb3JlX3Byb2QiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQ6L3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9kZWZzOi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsfQ==";' export '_ModuleTable002_;' '_ModuleTable_Sz_="2";' export '_ModuleTable_Sz_;' unset '_ModuleTable004_;' unset '_ModuleTable005_;' unset '_ModuleTable006_;' unset '_ModuleTable007_;' unset '_ModuleTable008_;' unset '_ModuleTable009_;' unset '_ModuleTable010_;' unset '_ModuleTable011_;' unset '_ModuleTable012_;' unset '_ModuleTable013_;' unset '_ModuleTable014_;' unset '_ModuleTable015_;' unset '_ModuleTable016_;' +++ eval unset 'ADVISOR_2018_DIR;' unset 'BACIO_LIB4;' unset 'BACIO_LIB8;' unset 'BACIO_SRC;' unset 'BACIO_VER;' unset 'BINARY_TYPE_HPC;' unset '__LMOD_REF_COUNT_CLASSPATH;' unset 'CLASSPATH;' unset 'CLCK_ROOT;' unset 'CMAKE_CXX_COMPILER;' unset 'CMAKE_C_COMPILER;' unset 'CMAKE_Fortran_COMPILER;' unset 'CMAKE_Platform;' unset 'COMP;' unset '__LMOD_REF_COUNT_CPATH;' unset 'CPATH;' unset '__LMOD_REF_COUNT_CPLUS_INCLUDE_PATH;' unset 'CPLUS_INCLUDE_PATH;' unset 'CRTM_FIX;' unset 'CRTM_INC;' unset 'CRTM_LIB;' unset 'CRTM_SRC;' unset 'CRTM_VER;' unset 'DAALROOT;' unset 'ECF_HOSTFILE;' unset 'ECF_PORT;' unset 'ECF_ROOT;' unset 'ESMFMKFILE;' unset 'G2TMPL_INC;' unset 'G2TMPL_LIB;' unset 'G2TMPL_SRC;' unset 'G2TMPL_VER;' unset 'G2_INC4;' unset 'G2_INCd;' unset 'G2_LIB4;' unset 'G2_LIBd;' unset 'G2_SRC;' unset 'G2_VER;' unset 'GDBSERVER_MIC;' unset 'GDB_CROSS;' unset 'HDF5;' unset 'HDF5_CFLAGS;' unset 'HDF5_CXXFLAGS;' unset 'HDF5_FFLAGS;' unset 'HDF5_INCLUDE;' unset 'HDF5_LDFLAGS;' unset 'HDF5_LDFLAGS_C;' unset 'HDF5_LDFLAGS_CXX;' unset 'HDF5_LDFLAGS_F;' unset '__LMOD_REF_COUNT_INFOPATH;' unset 'INFOPATH;' unset 'INSPECTOR_2018_DIR;' unset 'INTEL_LICENSE_FILE;' unset 'INTEL_PYTHONHOME;' unset 'IPPROOT;' unset 'IP_INC4;' unset 'IP_INC8;' unset 'IP_INCd;' unset 'IP_LIB4;' unset 'IP_LIB8;' unset 'IP_LIBd;' unset 'IP_SRC;' unset 'IP_VER;' unset 'I_MPI_CC;' unset 'I_MPI_CXX;' unset 'I_MPI_EXTRA_FILESYSTEM;' unset 'I_MPI_EXTRA_FILESYSTEM_LIST;' unset 'I_MPI_F77;' unset 'I_MPI_F90;' unset 'I_MPI_FC;' unset 'I_MPI_HYDRA_BOOTSTRAP;' unset 'I_MPI_HYDRA_IFACE;' unset 'I_MPI_LSF_USE_COLLECTIVE_LAUNCH;' unset 'I_MPI_ROOT;' unset 'JASPER_INC;' unset 'JASPER_LIB;' unset 'JASPER_LIBDIR;' unset 'JASPER_SRC;' unset 'JASPER_VER;' unset 'KMP_AFFINITY;' unset '__LMOD_REF_COUNT_LD_LIBRARY_PATH;' unset 'LD_LIBRARY_PATH;' unset '__LMOD_REF_COUNT_LIBRARY_PATH;' unset 'LIBRARY_PATH;' unset 'LIB_NAME;' unset 'LMOD_FAMILY_COMPILER;' unset 'LMOD_FAMILY_COMPILER_VERSION;' unset 'LMOD_FAMILY_CONMPILER;' unset 'LMOD_FAMILY_CONMPILER_VERSION;' unset 'LMOD_FAMILY_MPI;' unset 'LMOD_FAMILY_MPI_VERSION;' unset '__LMOD_REF_COUNT_LOADEDMODULES;' unset 'LOADEDMODULES;' unset 'LSF_BINDIR;' unset 'LSF_ENVDIR;' unset 'LSF_LIBDIR;' unset 'LSF_SERVERDIR;' '__LMOD_REF_COUNT_MANPATH="/usrx/local/prod/lmod/lmod/share/man:1";' export '__LMOD_REF_COUNT_MANPATH;' 'MANPATH="/usrx/local/prod/lmod/lmod/share/man::";' export 'MANPATH;' unset 'MKLROOT;' 'MODULEPATH="/usrx/local/dev/emc_rocoto/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod";' export 'MODULEPATH;' unset 'MPM_LAUNCHER;' unset 'NEMSIO_INC;' unset 'NEMSIO_LIB;' unset 'NEMSIO_SRC;' unset 'NEMSIO_VER;' unset 'NETCDF;' unset 'NETCDF_CFLAGS;' unset 'NETCDF_CXX4FLAGS;' unset 'NETCDF_CXXFLAGS;' unset 'NETCDF_FFLAGS;' unset 'NETCDF_INC;' unset 'NETCDF_INCLUDE;' unset 'NETCDF_LDFLAGS;' unset 'NETCDF_LDFLAGS_C;' unset 'NETCDF_LDFLAGS_CXX;' unset 'NETCDF_LDFLAGS_CXX4;' unset 'NETCDF_LDFLAGS_F;' unset 'NETCDF_LIB;' unset 'NETCDF_ROOT;' unset '__LMOD_REF_COUNT_NLSPATH;' unset 'NLSPATH;' '__LMOD_REF_COUNT_PATH="/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/usr/lpp/mmfs/bin:1;/opt/ibutils/bin:1;/opt/dell/srvadmin/bin:1;/u/Dusan.Jovic/bin:2;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/dbrowse:1;/u/Dusan.Jovic/.local/bin:1";' export '__LMOD_REF_COUNT_PATH;' 'PATH="/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/usr/lpp/mmfs/bin:/opt/ibutils/bin:/opt/dell/srvadmin/bin:/u/Dusan.Jovic/bin:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/dbrowse:/u/Dusan.Jovic/.local/bin";' export 'PATH;' unset 'PKG_CONFIG_PATH;' unset 'PNG_INC;' unset 'PNG_LIB;' unset 'PNG_LIB12;' unset 'PNG_LIBDIR;' unset 'PNG_LIBso;' unset 'PNG_SRC;' unset 'PNG_VER;' unset 'POST_INC;' unset 'POST_LIB;' unset 'POST_SRC;' unset 'POST_VER;' unset 'PSTLROOT;' unset 'PYTHONPATH;' unset '__LMOD_REF_COUNT_QT_PLUGIN_PATH;' unset 'QT_PLUGIN_PATH;' unset 'SP_LIB4;' unset 'SP_LIB8;' unset 'SP_LIBd;' unset 'SP_SRC;' unset 'SP_VER;' unset 'TBBROOT;' unset 'VT_ADD_LIBS;' unset 'VT_ARCH;' unset 'VT_LIB_DIR;' unset 'VT_MPI;' unset 'VT_ROOT;' unset 'VT_SLIB_DIR;' unset 'W3EMC_INC4;' unset 'W3EMC_INC8;' unset 'W3EMC_INCd;' unset 'W3EMC_LIB4;' unset 'W3EMC_LIB8;' unset 'W3EMC_LIBd;' unset 'W3EMC_SRC;' unset 'W3EMC_VER;' unset 'W3NCO_INC4;' unset 'W3NCO_INC8;' unset 'W3NCO_INCd;' unset 'W3NCO_LIB4;' unset 'W3NCO_LIB8;' unset 'W3NCO_LIBd;' unset 'W3NCO_SRC;' unset 'W3NCO_VER;' unset 'XLSF_UIDDIR;' unset 'Z_INC;' unset 'Z_LIB;' unset 'Z_SRC;' unset 'Z_VER;' unset '__LMOD_REF_COUNT__LMFILES_;' unset '_LMFILES_;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii91c3J4L2xvY2FsL2Rldi9lbWNfcm9jb3RvL21vZHVsZWZpbGVzIiwiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvRHVzYW4uSm92aWMvdWZzL3ByX25ldy91ZnMtd2VhdGhlci1tb2RlbC9tb2R1bGVmaWxlcy93Y29zc19kZWxsX3AzIiwiL3VzcngvbG9jYWwvZGV2L21vZHVsZWZpbGVzIiwiL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZCIsIi91c3J4L2xvY2Fs";' export '_ModuleTable001_;' '_ModuleTable002_="L3Byb2QvbW9kdWxlZmlsZXMvZGVmcyIsIi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvdXNyeC9sb2NhbC9wcm9kL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlOi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZDovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2RlZnM6L2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29yZV9wcm9kIix9";' export '_ModuleTable002_;' '_ModuleTable_Sz_="2";' export '_ModuleTable_Sz_;' unset '_ModuleTable004_;' unset '_ModuleTable005_;' unset '_ModuleTable006_;' unset '_ModuleTable007_;' unset '_ModuleTable008_;' unset '_ModuleTable009_;' unset '_ModuleTable010_;' unset '_ModuleTable011_;' unset '_ModuleTable012_;' unset '_ModuleTable013_;' unset '_ModuleTable014_;' unset '_ModuleTable015_;' unset '_ModuleTable016_;' +++ unset ADVISOR_2018_DIR +++ unset BACIO_LIB4 +++ unset BACIO_LIB8 @@ -53053,7 +2695,7 @@ INFO: CCPP prebuild step completed successfully. +++ MANPATH=/usrx/local/prod/lmod/lmod/share/man:: +++ export MANPATH +++ unset MKLROOT -+++ MODULEPATH=/usrx/local/dev/emc_rocoto/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod ++++ MODULEPATH=/usrx/local/dev/emc_rocoto/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod +++ export MODULEPATH +++ unset MPM_LAUNCHER +++ unset NEMSIO_INC @@ -53131,9 +2773,9 @@ INFO: CCPP prebuild step completed successfully. +++ unset Z_VER +++ unset __LMOD_REF_COUNT__LMFILES_ +++ unset _LMFILES_ -+++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii91c3J4L2xvY2FsL2Rldi9lbWNfcm9jb3RvL21vZHVsZWZpbGVzIiwiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvRHVzYW4uSm92aWMvdWZzL3ByMTgvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvd2Nvc3NfZGVsbF9wMyIsIi91c3J4L2xvY2FsL2Rldi9tb2R1bGVmaWxlcyIsIi91c3J4L2xvY2FsL3Byb2QvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQiLCIvdXNyeC9sb2NhbC9w ++++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii91c3J4L2xvY2FsL2Rldi9lbWNfcm9jb3RvL21vZHVsZWZpbGVzIiwiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvRHVzYW4uSm92aWMvdWZzL3ByX25ldy91ZnMtd2VhdGhlci1tb2RlbC9tb2R1bGVmaWxlcy93Y29zc19kZWxsX3AzIiwiL3VzcngvbG9jYWwvZGV2L21vZHVsZWZpbGVzIiwiL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZCIsIi91c3J4L2xvY2Fs +++ export _ModuleTable001_ -+++ _ModuleTable002_=cm9kL21vZHVsZWZpbGVzL2RlZnMiLCIvZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb3JlX3Byb2QiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQ6L3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9kZWZzOi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsfQ== ++++ _ModuleTable002_=L3Byb2QvbW9kdWxlZmlsZXMvZGVmcyIsIi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvdXNyeC9sb2NhbC9wcm9kL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlOi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZDovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2RlZnM6L2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29yZV9wcm9kIix9 +++ export _ModuleTable002_ +++ _ModuleTable_Sz_=2 +++ export _ModuleTable_Sz_ @@ -53155,18 +2797,18 @@ INFO: CCPP prebuild step completed successfully. ++ unset __ms_shell ++ unset __ms_ksh_test ++ unset __ms_bash_test -++ unset setup__test_function__189059 +++ unset setup__test_function__189426 ++ unset __ms_function_name + [[ wcoss_dell_p3 == macosx.* ]] + [[ wcoss_dell_p3 == linux.* ]] -+ module use /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3 -++ /usrx/local/prod/lmod/lmod/libexec/lmod bash use /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3 -+ eval 'MODULEPATH="/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/dev/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod";' export 'MODULEPATH;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcjE4L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL3djb3NzX2RlbGxfcDMiLCIvdXNyeC9sb2NhbC9kZXYvZW1jX3JvY290by9tb2R1bGVmaWxlcyIsIi91c3J4L2xvY2FsL2Rldi9tb2R1bGVmaWxlcyIsIi91c3J4L2xvY2FsL3Byb2QvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQiLCIvdXNyeC9sb2NhbC9w";' export '_ModuleTable001_;' '_ModuleTable002_="cm9kL21vZHVsZWZpbGVzL2RlZnMiLCIvZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb3JlX3Byb2QiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQ6L3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9kZWZzOi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsfQ==";' export '_ModuleTable002_;' '_ModuleTable_Sz_="2";' export '_ModuleTable_Sz_;' -++ MODULEPATH=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/dev/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod ++ module use /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/wcoss_dell_p3 +++ /usrx/local/prod/lmod/lmod/libexec/lmod bash use /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/wcoss_dell_p3 ++ eval 'MODULEPATH="/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/dev/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod";' export 'MODULEPATH;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcl9uZXcvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvd2Nvc3NfZGVsbF9wMyIsIi91c3J4L2xvY2FsL2Rldi9lbWNfcm9jb3RvL21vZHVsZWZpbGVzIiwiL3VzcngvbG9jYWwvZGV2L21vZHVsZWZpbGVzIiwiL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZCIsIi91c3J4L2xvY2Fs";' export '_ModuleTable001_;' '_ModuleTable002_="L3Byb2QvbW9kdWxlZmlsZXMvZGVmcyIsIi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvdXNyeC9sb2NhbC9wcm9kL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlOi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZDovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2RlZnM6L2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29yZV9wcm9kIix9";' export '_ModuleTable002_;' '_ModuleTable_Sz_="2";' export '_ModuleTable_Sz_;' +++ MODULEPATH=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/dev/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod ++ export MODULEPATH -++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcjE4L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL3djb3NzX2RlbGxfcDMiLCIvdXNyeC9sb2NhbC9kZXYvZW1jX3JvY290by9tb2R1bGVmaWxlcyIsIi91c3J4L2xvY2FsL2Rldi9tb2R1bGVmaWxlcyIsIi91c3J4L2xvY2FsL3Byb2QvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQiLCIvdXNyeC9sb2NhbC9w +++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcl9uZXcvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvd2Nvc3NfZGVsbF9wMyIsIi91c3J4L2xvY2FsL2Rldi9lbWNfcm9jb3RvL21vZHVsZWZpbGVzIiwiL3VzcngvbG9jYWwvZGV2L21vZHVsZWZpbGVzIiwiL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZCIsIi91c3J4L2xvY2Fs ++ export _ModuleTable001_ -++ _ModuleTable002_=cm9kL21vZHVsZWZpbGVzL2RlZnMiLCIvZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb3JlX3Byb2QiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQ6L3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9kZWZzOi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsfQ== +++ _ModuleTable002_=L3Byb2QvbW9kdWxlZmlsZXMvZGVmcyIsIi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvdXNyeC9sb2NhbC9wcm9kL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlOi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZDovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2RlZnM6L2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29yZV9wcm9kIix9 ++ export _ModuleTable002_ ++ _ModuleTable_Sz_=2 ++ export _ModuleTable_Sz_ @@ -53174,7 +2816,7 @@ INFO: CCPP prebuild step completed successfully. + eval + module load fv3 ++ /usrx/local/prod/lmod/lmod/libexec/lmod bash load fv3 -+ eval 'ADVISOR_2018_DIR="/usrx/local/prod/intel/2018UP01/advisor_2018";' export 'ADVISOR_2018_DIR;' 'BACIO_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libbacio_v2.0.3_4.a";' export 'BACIO_LIB4;' 'BACIO_LIB8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libbacio_v2.0.3_8.a";' export 'BACIO_LIB8;' 'BACIO_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/bacio_v2.0.3";' export 'BACIO_SRC;' 'BACIO_VER="v2.0.3";' export 'BACIO_VER;' 'BINARY_TYPE_HPC="";' export 'BINARY_TYPE_HPC;' '__LMOD_REF_COUNT_CLASSPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64/mpi.jar:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/daal.jar:1";' export '__LMOD_REF_COUNT_CLASSPATH;' 'CLASSPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64/mpi.jar:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/daal.jar";' export 'CLASSPATH;' 'CLCK_ROOT="/usrx/local/prod/intel/2018UP01/clck_latest";' export 'CLCK_ROOT;' 'CMAKE_CXX_COMPILER="mpiicpc";' export 'CMAKE_CXX_COMPILER;' 'CMAKE_C_COMPILER="mpiicc";' export 'CMAKE_C_COMPILER;' 'CMAKE_Fortran_COMPILER="mpiifort";' export 'CMAKE_Fortran_COMPILER;' 'CMAKE_Platform="wcoss_dell_p3";' export 'CMAKE_Platform;' 'COMP="ips";' export 'COMP;' '__LMOD_REF_COUNT_CPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/pstl/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/include:1";' export '__LMOD_REF_COUNT_CPATH;' 'CPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/pstl/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/include";' export 'CPATH;' '__LMOD_REF_COUNT_CPLUS_INCLUDE_PATH="/usrx/local/prod/intel/2018UP01/clck_latest/include:1";' export '__LMOD_REF_COUNT_CPLUS_INCLUDE_PATH;' 'CPLUS_INCLUDE_PATH="/usrx/local/prod/intel/2018UP01/clck_latest/include";' export 'CPLUS_INCLUDE_PATH;' 'CRTM_FIX="/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/fix";' export 'CRTM_FIX;' 'CRTM_INC="/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/ips/18.0.1/include/crtm_v2.2.6";' export 'CRTM_INC;' 'CRTM_LIB="/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/ips/18.0.1/libcrtm_v2.2.6.a";' export 'CRTM_LIB;' 'CRTM_SRC="/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/src";' export 'CRTM_SRC;' 'CRTM_VER="v2.2.6";' export 'CRTM_VER;' 'DAALROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal";' export 'DAALROOT;' 'ESMFMKFILE="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/lib/esmf.mk";' export 'ESMFMKFILE;' 'G2TMPL_INC="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/g2tmpl_v1.6.0";' export 'G2TMPL_INC;' 'G2TMPL_LIB="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2tmpl_v1.6.0.a";' export 'G2TMPL_LIB;' 'G2TMPL_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/g2tmpl_v1.6.0/src";' export 'G2TMPL_SRC;' 'G2TMPL_VER="v1.6.0";' export 'G2TMPL_VER;' 'G2_INC4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/g2_v3.1.1_4";' export 'G2_INC4;' 'G2_INCd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/g2_v3.1.1_d";' export 'G2_INCd;' 'G2_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2_v3.1.1_4.a";' export 'G2_LIB4;' 'G2_LIBd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2_v3.1.1_d.a";' export 'G2_LIBd;' 'G2_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/g2_v3.1.1";' export 'G2_SRC;' 'G2_VER="v3.1.1";' export 'G2_VER;' 'GDBSERVER_MIC="/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/targets/intel64/x200/bin/gdbserver";' export 'GDBSERVER_MIC;' 'GDB_CROSS="/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/bin/gdb-ia";' export 'GDB_CROSS;' 'HDF5="/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1";' export 'HDF5;' 'HDF5_CFLAGS="-I/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/include";' export 'HDF5_CFLAGS;' 'HDF5_CXXFLAGS="-I/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/include";' export 'HDF5_CXXFLAGS;' 'HDF5_FFLAGS="-I/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/include";' export 'HDF5_FFLAGS;' 'HDF5_INCLUDE="-I/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/include";' export 'HDF5_INCLUDE;' 'HDF5_LDFLAGS="-L/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib' -lhdf5_hl -lhdf5hl_fortran -lhdf5 '-lhdf5_fortran";' export 'HDF5_LDFLAGS;' 'HDF5_LDFLAGS_C="-L/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib' -lhdf5_hl '-lhdf5";' export 'HDF5_LDFLAGS_C;' 'HDF5_LDFLAGS_CXX="-L/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib' -lhdf5_hl -hdf5_hl_cpp -lhdf5 '-lhdf5_cpp";' export 'HDF5_LDFLAGS_CXX;' 'HDF5_LDFLAGS_F="-L/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib' -lhdf5_hl -lhdf5hl_fortran -lhdf5 '-lhdf5_fortran";' export 'HDF5_LDFLAGS_F;' '__LMOD_REF_COUNT_INFOPATH="/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/info:1;info_gdb_igfx:1";' export '__LMOD_REF_COUNT_INFOPATH;' 'INFOPATH="/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/info:info_gdb_igfx";' export 'INFOPATH;' 'INSPECTOR_2018_DIR="/usrx/local/prod/intel/2018UP01/inspector_2018";' export 'INSPECTOR_2018_DIR;' 'INTEL_LICENSE_FILE="/usrx/local/prod/intel/licenses";' export 'INTEL_LICENSE_FILE;' 'INTEL_PYTHONHOME="/usrx/local/prod/intel/2018UP01/debugger_2018/python/intel64";' export 'INTEL_PYTHONHOME;' 'IPPROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp";' export 'IPPROOT;' 'IP_INC4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ip_v3.0.2_4";' export 'IP_INC4;' 'IP_INC8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ip_v3.0.2_8";' export 'IP_INC8;' 'IP_INCd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ip_v3.0.2_d";' export 'IP_INCd;' 'IP_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libip_v3.0.2_4.a";' export 'IP_LIB4;' 'IP_LIB8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libip_v3.0.2_8.a";' export 'IP_LIB8;' 'IP_LIBd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libip_v3.0.2_d.a";' export 'IP_LIBd;' 'IP_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/ip_v3.0.2";' export 'IP_SRC;' 'IP_VER="v3.0.2";' export 'IP_VER;' 'I_MPI_CC="icc";' export 'I_MPI_CC;' 'I_MPI_CXX="icpc";' export 'I_MPI_CXX;' 'I_MPI_EXTRA_FILESYSTEM="yes";' export 'I_MPI_EXTRA_FILESYSTEM;' 'I_MPI_EXTRA_FILESYSTEM_LIST="gpfs";' export 'I_MPI_EXTRA_FILESYSTEM_LIST;' 'I_MPI_F77="ifort";' export 'I_MPI_F77;' 'I_MPI_F90="ifort";' export 'I_MPI_F90;' 'I_MPI_FC="ifort";' export 'I_MPI_FC;' 'I_MPI_HYDRA_BOOTSTRAP="lsf";' export 'I_MPI_HYDRA_BOOTSTRAP;' 'I_MPI_HYDRA_IFACE="ib0";' export 'I_MPI_HYDRA_IFACE;' 'I_MPI_LSF_USE_COLLECTIVE_LAUNCH="1";' export 'I_MPI_LSF_USE_COLLECTIVE_LAUNCH;' 'I_MPI_ROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi";' export 'I_MPI_ROOT;' 'JASPER_INC="/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/include";' export 'JASPER_INC;' 'JASPER_LIB="/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib/libjasper.a";' export 'JASPER_LIB;' 'JASPER_LIBDIR="/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib";' export 'JASPER_LIBDIR;' 'JASPER_SRC="/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/src/jasper-1.900.29";' export 'JASPER_SRC;' 'JASPER_VER="1.900.29";' export 'JASPER_VER;' 'KMP_AFFINITY="scatter";' export 'KMP_AFFINITY;' unset 'LAUNCH;' '__LMOD_REF_COUNT_LD_LIBRARY_PATH="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/lib:1;/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib:1;/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib:1;/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib:1;/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:1;/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib:1;/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib:1;/usrx/local/prod/intel/2018UP01/itac_latest/slib:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:1;/usrx/local/prod/intel/2018UP01/debugger_2018/iga/lib:1;/usrx/local/prod/intel/2018UP01/debugger_2018/libipt/intel64/lib:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4:1";' export '__LMOD_REF_COUNT_LD_LIBRARY_PATH;' 'LD_LIBRARY_PATH="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/lib:/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib:/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib:/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib:/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib:/usrx/local/prod/intel/2018UP01/itac_latest/slib:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:/usrx/local/prod/intel/2018UP01/debugger_2018/iga/lib:/usrx/local/prod/intel/2018UP01/debugger_2018/libipt/intel64/lib:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4";' export 'LD_LIBRARY_PATH;' '__LMOD_REF_COUNT_LIBRARY_PATH="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:1;/usrx/local/prod/intel/2018UP01/clck_latest/lib/intel64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4:1";' export '__LMOD_REF_COUNT_LIBRARY_PATH;' 'LIBRARY_PATH="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:/usrx/local/prod/intel/2018UP01/clck_latest/lib/intel64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4";' export 'LIBRARY_PATH;' 'LIB_NAME="POST";' export 'LIB_NAME;' 'LMOD_FAMILY_COMPILER="ips";' export 'LMOD_FAMILY_COMPILER;' 'LMOD_FAMILY_COMPILER_VERSION="18.0.1.163";' export 'LMOD_FAMILY_COMPILER_VERSION;' 'LMOD_FAMILY_CONMPILER="HDF5-serial";' export 'LMOD_FAMILY_CONMPILER;' 'LMOD_FAMILY_CONMPILER_VERSION="1.10.1";' export 'LMOD_FAMILY_CONMPILER_VERSION;' 'LMOD_FAMILY_MPI="impi";' export 'LMOD_FAMILY_MPI;' 'LMOD_FAMILY_MPI_VERSION="18.0.1";' export 'LMOD_FAMILY_MPI_VERSION;' '__LMOD_REF_COUNT_LOADEDMODULES="ips/18.0.1.163:1;impi/18.0.1:1;NetCDF/4.5.0:1;HDF5-serial/1.10.1:1;lsf/10.1:1;bacio/2.0.3:1;ip/3.0.2:1;sp/2.0.3:1;w3nco/2.0.7:1;w3emc/2.3.1:1;nemsio/2.2.4:1;g2/3.1.1:1;g2tmpl/1.6.0:1;crtm/2.2.6:1;jasper/1.900.29:1;libpng/1.2.59:1;zlib/1.2.11:1;post/8.0.1:1;esmf/8.0.0:1;cmake/3.10.0:1;fv3:1";' export '__LMOD_REF_COUNT_LOADEDMODULES;' 'LOADEDMODULES="ips/18.0.1.163:impi/18.0.1:NetCDF/4.5.0:HDF5-serial/1.10.1:lsf/10.1:bacio/2.0.3:ip/3.0.2:sp/2.0.3:w3nco/2.0.7:w3emc/2.3.1:nemsio/2.2.4:g2/3.1.1:g2tmpl/1.6.0:crtm/2.2.6:jasper/1.900.29:libpng/1.2.59:zlib/1.2.11:post/8.0.1:esmf/8.0.0:cmake/3.10.0:fv3";' export 'LOADEDMODULES;' 'LSF_BINDIR="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin";' export 'LSF_BINDIR;' 'LSF_ENVDIR="/gpfs/lsf/conf";' export 'LSF_ENVDIR;' 'LSF_LIBDIR="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib";' export 'LSF_LIBDIR;' 'LSF_SERVERDIR="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc";' export 'LSF_SERVERDIR;' '__LMOD_REF_COUNT_MANPATH="/usrx/local/dev/packages/cmake/3.10.0/share/man:1;/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/share/man:1;/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/share/man:1;/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/man:1;/gpfs/lsf/10.1/man:1;/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/share/man:1;/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/share/man:1;/usrx/local/prod/intel/2018UP01/itac_latest/man:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/man/common:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/man:1;/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/man:1;/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-igfx/man:1;/usrx/local/prod/lmod/lmod/share/man:1;/usrx/local/prod/intel/2018UP01/inspector_2018/man:1;/usrx/local/prod/intel/2018UP01/advisor_2018/man:1";' export '__LMOD_REF_COUNT_MANPATH;' 'MANPATH="/usrx/local/dev/packages/cmake/3.10.0/share/man:/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/share/man:/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/share/man:/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/man:/gpfs/lsf/10.1/man:/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/share/man:/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/share/man:/usrx/local/prod/intel/2018UP01/itac_latest/man:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/man/common:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/man:/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/man:/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-igfx/man:/usrx/local/prod/lmod/lmod/share/man::/usrx/local/prod/intel/2018UP01/inspector_2018/man:/usrx/local/prod/intel/2018UP01/advisor_2018/man";' export 'MANPATH;' 'MKLROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl";' export 'MKLROOT;' 'MODULEPATH="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/dev/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1:/usrx/local/prod/modulefiles/mpi_third/ips/18.0.1/impi/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/mpi_prod/ips/18.0.1/impi/18.0.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles";' export 'MODULEPATH;' 'MPM_LAUNCHER="/usrx/local/prod/intel/2018UP01/debugger_2018/mpm/mic/bin/start_mpm.sh";' export 'MPM_LAUNCHER;' 'NEMSIO_INC="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/nemsio_v2.2.4";' export 'NEMSIO_INC;' 'NEMSIO_LIB="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libnemsio_v2.2.4.a";' export 'NEMSIO_LIB;' 'NEMSIO_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/nemsio_v2.2.4";' export 'NEMSIO_SRC;' 'NEMSIO_VER="v2.2.4";' export 'NEMSIO_VER;' 'NETCDF="/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0";' export 'NETCDF;' 'NETCDF_CFLAGS="-I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include";' export 'NETCDF_CFLAGS;' 'NETCDF_CXX4FLAGS="-I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include";' export 'NETCDF_CXX4FLAGS;' 'NETCDF_CXXFLAGS="-I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include";' export 'NETCDF_CXXFLAGS;' 'NETCDF_FFLAGS="-I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include";' export 'NETCDF_FFLAGS;' 'NETCDF_INC="/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include";' export 'NETCDF_INC;' 'NETCDF_INCLUDE="-I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include";' export 'NETCDF_INCLUDE;' 'NETCDF_LDFLAGS="-L/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib' '-lnetcdff";' export 'NETCDF_LDFLAGS;' 'NETCDF_LDFLAGS_C="-L/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib' '-lnetcdf";' export 'NETCDF_LDFLAGS_C;' 'NETCDF_LDFLAGS_CXX="-L/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib' -lnetcdf '-lnetcdf_c++";' export 'NETCDF_LDFLAGS_CXX;' 'NETCDF_LDFLAGS_CXX4="-L/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib' -lnetcdf '-lnetcdf_c++4";' export 'NETCDF_LDFLAGS_CXX4;' 'NETCDF_LDFLAGS_F="-L/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib' '-lnetcdff";' export 'NETCDF_LDFLAGS_F;' 'NETCDF_LIB="/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib";' export 'NETCDF_LIB;' 'NETCDF_ROOT="/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0";' export 'NETCDF_ROOT;' '__LMOD_REF_COUNT_NLSPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin/locale/%l_%t/%N:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin/locale/%l_%t/%N:1;/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/share/locale/%l_%t/%N:1";' export '__LMOD_REF_COUNT_NLSPATH;' 'NLSPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin/locale/%l_%t/%N:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin/locale/%l_%t/%N::/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/share/locale/%l_%t/%N";' export 'NLSPATH;' '__LMOD_REF_COUNT_PATH="/usrx/local/dev/packages/cmake/3.10.0/bin:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/bin:1;/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/bin:1;/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/bin:1;/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc:1;/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin:1;/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1:1;/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/bin:1;/usrx/local/prod/intel/2018UP01/advisor_2018/bin64:1;/usrx/local/prod/intel/2018UP01/vtune_amplifier_2018/bin64:1;/usrx/local/prod/intel/2018UP01/inspector_2018/bin64:1;/usrx/local/prod/intel/2018UP01/itac_latest/bin:1;/usrx/local/prod/intel/2018UP01/clck_latest/bin/intel64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/bin/intel64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64:1;/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/targets/intel64/x200/bin:1;/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/bin:1;/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/usr/lpp/mmfs/bin:1;/opt/ibutils/bin:1;/opt/dell/srvadmin/bin:1;/u/Dusan.Jovic/bin:2;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/dbrowse:1;/u/Dusan.Jovic/.local/bin:1;/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/include:1";' export '__LMOD_REF_COUNT_PATH;' 'PATH="/usrx/local/dev/packages/cmake/3.10.0/bin:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/bin:/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/bin:/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/bin:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin:/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1:/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/bin:/usrx/local/prod/intel/2018UP01/advisor_2018/bin64:/usrx/local/prod/intel/2018UP01/vtune_amplifier_2018/bin64:/usrx/local/prod/intel/2018UP01/inspector_2018/bin64:/usrx/local/prod/intel/2018UP01/itac_latest/bin:/usrx/local/prod/intel/2018UP01/clck_latest/bin/intel64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/bin/intel64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64:/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/targets/intel64/x200/bin:/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/usr/lpp/mmfs/bin:/opt/ibutils/bin:/opt/dell/srvadmin/bin:/u/Dusan.Jovic/bin:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/dbrowse:/u/Dusan.Jovic/.local/bin:/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/include";' export 'PATH;' 'PKG_CONFIG_PATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/bin/pkgconfig";' export 'PKG_CONFIG_PATH;' 'PNG_INC="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/include";' export 'PNG_INC;' 'PNG_LIB="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng.a";' export 'PNG_LIB;' 'PNG_LIB12="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng12.a";' export 'PNG_LIB12;' 'PNG_LIBDIR="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib";' export 'PNG_LIBDIR;' 'PNG_LIBso="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng.so";' export 'PNG_LIBso;' 'PNG_SRC="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/src/libpng-1.2.59";' export 'PNG_SRC;' 'PNG_VER="1.2.59";' export 'PNG_VER;' 'POST_INC="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ncep_post_v8.0.1_4";' export 'POST_INC;' 'POST_LIB="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libncep_post_v8.0.1_4.a";' export 'POST_LIB;' 'POST_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/post_v8.0.1";' export 'POST_SRC;' 'POST_VER="v8.0.1";' export 'POST_VER;' 'PSTLROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/pstl";' export 'PSTLROOT;' 'PYTHONPATH="/usrx/local/prod/intel/2018UP01/advisor_2018/pythonapi";' export 'PYTHONPATH;' 'SP_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_4.a";' export 'SP_LIB4;' 'SP_LIB8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_8.a";' export 'SP_LIB8;' 'SP_LIBd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_d.a";' export 'SP_LIBd;' 'SP_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/sp_v2.0.3";' export 'SP_SRC;' 'SP_VER="v2.0.3";' export 'SP_VER;' 'TBBROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb";' export 'TBBROOT;' 'VT_ADD_LIBS="-ldwarf' -lelf -lvtunwind -lm '-lpthread";' export 'VT_ADD_LIBS;' 'VT_ARCH="intel64";' export 'VT_ARCH;' 'VT_LIB_DIR="/usrx/local/prod/intel/2018UP01/itac_latest/lib";' export 'VT_LIB_DIR;' 'VT_MPI="impi4";' export 'VT_MPI;' 'VT_ROOT="/usrx/local/prod/intel/2018UP01/itac_latest";' export 'VT_ROOT;' 'VT_SLIB_DIR="/usrx/local/prod/intel/2018UP01/itac_latest/slib";' export 'VT_SLIB_DIR;' 'W3EMC_INC4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3emc_v2.3.1_4";' export 'W3EMC_INC4;' 'W3EMC_INC8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3emc_v2.3.1_8";' export 'W3EMC_INC8;' 'W3EMC_INCd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3emc_v2.3.1_d";' export 'W3EMC_INCd;' 'W3EMC_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_4.a";' export 'W3EMC_LIB4;' 'W3EMC_LIB8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_8.a";' export 'W3EMC_LIB8;' 'W3EMC_LIBd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_d.a";' export 'W3EMC_LIBd;' 'W3EMC_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/w3emc_v2.3.1";' export 'W3EMC_SRC;' 'W3EMC_VER="v2.3.1";' export 'W3EMC_VER;' 'W3NCO_INC4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3nco_v2.0.7_4";' export 'W3NCO_INC4;' 'W3NCO_INC8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3nco_v2.0.7_8";' export 'W3NCO_INC8;' 'W3NCO_INCd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3nco_v2.0.7_d";' export 'W3NCO_INCd;' 'W3NCO_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_4.a";' export 'W3NCO_LIB4;' 'W3NCO_LIB8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_8.a";' export 'W3NCO_LIB8;' 'W3NCO_LIBd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_d.a";' export 'W3NCO_LIBd;' 'W3NCO_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/w3nco_v2.0.7";' export 'W3NCO_SRC;' 'W3NCO_VER="v2.0.7";' export 'W3NCO_VER;' 'XLSF_UIDDIR="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib/uid";' export 'XLSF_UIDDIR;' 'Z_INC="/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/include";' export 'Z_INC;' 'Z_LIB="/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib/libz.a";' export 'Z_LIB;' 'Z_SRC="/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/src";' export 'Z_SRC;' 'Z_VER="1.2.11";' export 'Z_VER;' '__LMOD_REF_COUNT__LMFILES_="/usrx/local/prod/modulefiles/core_third/ips/18.0.1.163:1;/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1/impi/18.0.1.lua:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/NetCDF/4.5.0:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/HDF5-serial/1.10.1:1;/usrx/local/prod/modulefiles/core_third/lsf/10.1:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/bacio/2.0.3:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/ip/3.0.2:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/sp/2.0.3:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3nco/2.0.7:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3emc/2.3.1:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/nemsio/2.2.4:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2/3.1.1:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2tmpl/1.6.0:1;/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/crtm/2.2.6:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/jasper/1.900.29:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/libpng/1.2.59:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/zlib/1.2.11:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/post/8.0.1:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/esmf/8.0.0:1;/usrx/local/dev/modulefiles/cmake/3.10.0:1;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3:1";' export '__LMOD_REF_COUNT__LMFILES_;' '_LMFILES_="/usrx/local/prod/modulefiles/core_third/ips/18.0.1.163:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1/impi/18.0.1.lua:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/NetCDF/4.5.0:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/HDF5-serial/1.10.1:/usrx/local/prod/modulefiles/core_third/lsf/10.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/bacio/2.0.3:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/ip/3.0.2:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/sp/2.0.3:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3nco/2.0.7:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3emc/2.3.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/nemsio/2.2.4:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2/3.1.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2tmpl/1.6.0:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/crtm/2.2.6:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/jasper/1.900.29:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/libpng/1.2.59:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/zlib/1.2.11:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/post/8.0.1:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/esmf/8.0.0:/usrx/local/dev/modulefiles/cmake/3.10.0:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3";' export '_LMFILES_;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImlwcyIsWyJjb25tcGlsZXIiXT0iSERGNS1zZXJpYWwiLFsibXBpIl09ImltcGkiLH0sbVQ9e1siSERGNS1zZXJpYWwiXT17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvSERGNS1zZXJpYWwvMS4xMC4xIixbImZ1bGxOYW1lIl09IkhERjUtc2VyaWFsLzEuMTAuMSIsWyJsb2FkT3JkZXIiXT00LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09IkhERjUtc2VyaWFs";' export '_ModuleTable001_;' '_ModuleTable002_="LzEuMTAuMSIsfSxOZXRDREY9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xL05ldENERi80LjUuMCIsWyJmdWxsTmFtZSJdPSJOZXRDREYvNC41LjAiLFsibG9hZE9yZGVyIl09Myxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJOZXRDREYvNC41LjAiLH0sYmFjaW89e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2JhY2lvLzIuMC4zIixbImZ1bGxOYW1lIl09ImJhY2lvLzIuMC4zIixbImxvYWRPcmRlciJdPTYscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNl";' export '_ModuleTable002_;' '_ModuleTable003_="ck5hbWUiXT0iYmFjaW8vMi4wLjMiLH0sY21ha2U9e1siZm4iXT0iL3VzcngvbG9jYWwvZGV2L21vZHVsZWZpbGVzL2NtYWtlLzMuMTAuMCIsWyJmdWxsTmFtZSJdPSJjbWFrZS8zLjEwLjAiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY21ha2UvMy4xMC4wIix9LGNydG09e1siZm4iXT0iL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfcHJvZC9pcHMvMTguMC4xL2NydG0vMi4yLjYiLFsiZnVsbE5hbWUiXT0iY3J0bS8yLjIuNiIsWyJsb2FkT3JkZXIiXT0xNCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1";' export '_ModuleTable003_;' '_ModuleTable004_="c2VyTmFtZSJdPSJjcnRtLzIuMi42Iix9LGVzbWY9e1siZm4iXT0iL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcjE4L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL3djb3NzX2RlbGxfcDMvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT0yMSxw";' export '_ModuleTable004_;' '_ModuleTable005_="cm9wVD17fSxbInN0YWNrRGVwdGgiXT0wLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZzI9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2cyLzMuMS4xIixbImZ1bGxOYW1lIl09ImcyLzMuMS4xIixbImxvYWRPcmRlciJdPTEyLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcyLzMuMS4xIix9LGcydG1wbD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzJ0bXBsLzEuNi4wIixbImZ1bGxOYW1lIl09ImcydG1wbC8xLjYuMCIsWyJsb2FkT3JkZXIiXT0xMyxwcm9wVD17fSxbInN0YWNr";' export '_ModuleTable005_;' '_ModuleTable006_="RGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMnRtcGwvMS42LjAiLH0saW1waT17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX21waS9pcHMvMTguMC4xL2ltcGkvMTguMC4xLmx1YSIsWyJmdWxsTmFtZSJdPSJpbXBpLzE4LjAuMSIsWyJsb2FkT3JkZXIiXT0yLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImltcGkvMTguMC4xIix9LGlwPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9pcC8zLjAuMiIsWyJmdWxsTmFtZSJdPSJpcC8zLjAuMiIsWyJsb2FkT3JkZXIiXT03LHByb3BUPXt9LFsic3Rh";' export '_ModuleTable006_;' '_ModuleTable007_="Y2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImlwLzMuMC4yIix9LGlwcz17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQvaXBzLzE4LjAuMS4xNjMiLFsiZnVsbE5hbWUiXT0iaXBzLzE4LjAuMS4xNjMiLFsibG9hZE9yZGVyIl09MSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJpcHMvMTguMC4xLjE2MyIsfSxqYXNwZXI9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xL2phc3Blci8xLjkwMC4yOSIsWyJmdWxsTmFtZSJdPSJqYXNwZXIvMS45MDAuMjkiLFsibG9hZE9yZGVyIl09";' export '_ModuleTable007_;' '_ModuleTable008_="MTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iamFzcGVyLzEuOTAwLjI5Iix9LGxpYnBuZz17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvbGlicG5nLzEuMi41OSIsWyJmdWxsTmFtZSJdPSJsaWJwbmcvMS4yLjU5IixbImxvYWRPcmRlciJdPTE2LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImxpYnBuZy8xLjIuNTkiLH0sbHNmPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZC9sc2YvMTAuMSIsWyJmdWxsTmFtZSJdPSJsc2YvMTAuMSIsWyJsb2Fk";' export '_ModuleTable008_;' '_ModuleTable009_="T3JkZXIiXT01LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImxzZi8xMC4xIix9LG5lbXNpbz17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvbmVtc2lvLzIuMi40IixbImZ1bGxOYW1lIl09Im5lbXNpby8yLjIuNCIsWyJsb2FkT3JkZXIiXT0xMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZW1zaW8vMi4yLjQiLH0scG9zdD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvcG9zdC84LjAuMSIsWyJmdWxsTmFtZSJdPSJwb3N0LzguMC4xIixbImxvYWRP";' export '_ModuleTable009_;' '_ModuleTable010_="cmRlciJdPTE4LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InBvc3QvOC4wLjEiLH0sc3A9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL3NwLzIuMC4zIixbImZ1bGxOYW1lIl09InNwLzIuMC4zIixbImxvYWRPcmRlciJdPTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ic3AvMi4wLjMiLH0sdzNlbWM9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL3czZW1jLzIuMy4xIixbImZ1bGxOYW1lIl09InczZW1jLzIuMy4xIixbImxvYWRPcmRlciJdPTEwLHBy";' export '_ModuleTable010_;' '_ModuleTable011_="b3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczZW1jLzIuMy4xIix9LHczbmNvPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy93M25jby8yLjAuNyIsWyJmdWxsTmFtZSJdPSJ3M25jby8yLjAuNyIsWyJsb2FkT3JkZXIiXT05LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHpsaWI9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xL3psaWIvMS4yLjExIixbImZ1bGxOYW1lIl09InpsaWIvMS4yLjExIixbImxvYWRPcmRl";' export '_ModuleTable011_;' '_ModuleTable012_="ciJdPTE3LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InpsaWIvMS4yLjExIix9LH0sbXBhdGhBPXsiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMiLCIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9EdXNhbi5Kb3ZpYy91ZnMvcHIxOC91ZnMtd2VhdGhlci1tb2RlbC9tb2R1bGVmaWxlcy93Y29zc19kZWxsX3AzIiwiL3VzcngvbG9jYWwvZGV2L2VtY19yb2NvdG8vbW9kdWxlZmlsZXMiLCIvdXNyeC9sb2NhbC9kZXYvbW9kdWxlZmlsZXMiLCIvdXNyeC9sb2NhbC9wcm9kL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlIiwiL3VzcngvbG9j";' export '_ModuleTable012_;' '_ModuleTable013_="YWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9kZWZzIiwiL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29yZV9wcm9kIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xIiwiL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfcHJvZC9pcHMvMTguMC4xIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl9tcGkvaXBzLzE4LjAuMSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvbXBpX3RoaXJkL2lwcy8xOC4wLjEvaW1waS8xOC4wLjEiLCIvZ3Bmcy9kZWxsMS9uY28vb3BzL253";' export '_ModuleTable013_;' '_ModuleTable014_="cHJvZC9tb2R1bGVmaWxlcy9tcGlfcHJvZC9pcHMvMTguMC4xL2ltcGkvMTguMC4xIiwiL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzIix9LFsic3lzdGVtQmFzZU1QQVRIIl09Ii91c3J4L2xvY2FsL3Byb2QvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmU6L3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkOi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvZGVmczovZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb3JlX3Byb2QiLH0=";' export '_ModuleTable014_;' '_ModuleTable_Sz_="14";' export '_ModuleTable_Sz_;' ++ eval 'ADVISOR_2018_DIR="/usrx/local/prod/intel/2018UP01/advisor_2018";' export 'ADVISOR_2018_DIR;' 'BACIO_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libbacio_v2.0.3_4.a";' export 'BACIO_LIB4;' 'BACIO_LIB8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libbacio_v2.0.3_8.a";' export 'BACIO_LIB8;' 'BACIO_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/bacio_v2.0.3";' export 'BACIO_SRC;' 'BACIO_VER="v2.0.3";' export 'BACIO_VER;' 'BINARY_TYPE_HPC="";' export 'BINARY_TYPE_HPC;' '__LMOD_REF_COUNT_CLASSPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64/mpi.jar:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/daal.jar:1";' export '__LMOD_REF_COUNT_CLASSPATH;' 'CLASSPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64/mpi.jar:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/daal.jar";' export 'CLASSPATH;' 'CLCK_ROOT="/usrx/local/prod/intel/2018UP01/clck_latest";' export 'CLCK_ROOT;' 'CMAKE_CXX_COMPILER="mpiicpc";' export 'CMAKE_CXX_COMPILER;' 'CMAKE_C_COMPILER="mpiicc";' export 'CMAKE_C_COMPILER;' 'CMAKE_Fortran_COMPILER="mpiifort";' export 'CMAKE_Fortran_COMPILER;' 'CMAKE_Platform="wcoss_dell_p3";' export 'CMAKE_Platform;' 'COMP="ips";' export 'COMP;' '__LMOD_REF_COUNT_CPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/pstl/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/include:1";' export '__LMOD_REF_COUNT_CPATH;' 'CPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/pstl/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/include";' export 'CPATH;' '__LMOD_REF_COUNT_CPLUS_INCLUDE_PATH="/usrx/local/prod/intel/2018UP01/clck_latest/include:1";' export '__LMOD_REF_COUNT_CPLUS_INCLUDE_PATH;' 'CPLUS_INCLUDE_PATH="/usrx/local/prod/intel/2018UP01/clck_latest/include";' export 'CPLUS_INCLUDE_PATH;' 'CRTM_FIX="/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/fix";' export 'CRTM_FIX;' 'CRTM_INC="/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/ips/18.0.1/include/crtm_v2.2.6";' export 'CRTM_INC;' 'CRTM_LIB="/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/ips/18.0.1/libcrtm_v2.2.6.a";' export 'CRTM_LIB;' 'CRTM_SRC="/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/src";' export 'CRTM_SRC;' 'CRTM_VER="v2.2.6";' export 'CRTM_VER;' 'DAALROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal";' export 'DAALROOT;' 'ESMFMKFILE="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/lib/esmf.mk";' export 'ESMFMKFILE;' 'G2TMPL_INC="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/g2tmpl_v1.6.0";' export 'G2TMPL_INC;' 'G2TMPL_LIB="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2tmpl_v1.6.0.a";' export 'G2TMPL_LIB;' 'G2TMPL_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/g2tmpl_v1.6.0/src";' export 'G2TMPL_SRC;' 'G2TMPL_VER="v1.6.0";' export 'G2TMPL_VER;' 'G2_INC4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/g2_v3.1.1_4";' export 'G2_INC4;' 'G2_INCd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/g2_v3.1.1_d";' export 'G2_INCd;' 'G2_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2_v3.1.1_4.a";' export 'G2_LIB4;' 'G2_LIBd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2_v3.1.1_d.a";' export 'G2_LIBd;' 'G2_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/g2_v3.1.1";' export 'G2_SRC;' 'G2_VER="v3.1.1";' export 'G2_VER;' 'GDBSERVER_MIC="/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/targets/intel64/x200/bin/gdbserver";' export 'GDBSERVER_MIC;' 'GDB_CROSS="/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/bin/gdb-ia";' export 'GDB_CROSS;' 'HDF5="/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1";' export 'HDF5;' 'HDF5_CFLAGS="-I/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/include";' export 'HDF5_CFLAGS;' 'HDF5_CXXFLAGS="-I/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/include";' export 'HDF5_CXXFLAGS;' 'HDF5_FFLAGS="-I/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/include";' export 'HDF5_FFLAGS;' 'HDF5_INCLUDE="-I/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/include";' export 'HDF5_INCLUDE;' 'HDF5_LDFLAGS="-L/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib' -lhdf5_hl -lhdf5hl_fortran -lhdf5 '-lhdf5_fortran";' export 'HDF5_LDFLAGS;' 'HDF5_LDFLAGS_C="-L/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib' -lhdf5_hl '-lhdf5";' export 'HDF5_LDFLAGS_C;' 'HDF5_LDFLAGS_CXX="-L/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib' -lhdf5_hl -hdf5_hl_cpp -lhdf5 '-lhdf5_cpp";' export 'HDF5_LDFLAGS_CXX;' 'HDF5_LDFLAGS_F="-L/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib' -lhdf5_hl -lhdf5hl_fortran -lhdf5 '-lhdf5_fortran";' export 'HDF5_LDFLAGS_F;' '__LMOD_REF_COUNT_INFOPATH="/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/info:1;info_gdb_igfx:1";' export '__LMOD_REF_COUNT_INFOPATH;' 'INFOPATH="/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/info:info_gdb_igfx";' export 'INFOPATH;' 'INSPECTOR_2018_DIR="/usrx/local/prod/intel/2018UP01/inspector_2018";' export 'INSPECTOR_2018_DIR;' 'INTEL_LICENSE_FILE="/usrx/local/prod/intel/licenses";' export 'INTEL_LICENSE_FILE;' 'INTEL_PYTHONHOME="/usrx/local/prod/intel/2018UP01/debugger_2018/python/intel64";' export 'INTEL_PYTHONHOME;' 'IPPROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp";' export 'IPPROOT;' 'IP_INC4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ip_v3.0.2_4";' export 'IP_INC4;' 'IP_INC8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ip_v3.0.2_8";' export 'IP_INC8;' 'IP_INCd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ip_v3.0.2_d";' export 'IP_INCd;' 'IP_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libip_v3.0.2_4.a";' export 'IP_LIB4;' 'IP_LIB8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libip_v3.0.2_8.a";' export 'IP_LIB8;' 'IP_LIBd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libip_v3.0.2_d.a";' export 'IP_LIBd;' 'IP_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/ip_v3.0.2";' export 'IP_SRC;' 'IP_VER="v3.0.2";' export 'IP_VER;' 'I_MPI_CC="icc";' export 'I_MPI_CC;' 'I_MPI_CXX="icpc";' export 'I_MPI_CXX;' 'I_MPI_EXTRA_FILESYSTEM="yes";' export 'I_MPI_EXTRA_FILESYSTEM;' 'I_MPI_EXTRA_FILESYSTEM_LIST="gpfs";' export 'I_MPI_EXTRA_FILESYSTEM_LIST;' 'I_MPI_F77="ifort";' export 'I_MPI_F77;' 'I_MPI_F90="ifort";' export 'I_MPI_F90;' 'I_MPI_FC="ifort";' export 'I_MPI_FC;' 'I_MPI_HYDRA_BOOTSTRAP="lsf";' export 'I_MPI_HYDRA_BOOTSTRAP;' 'I_MPI_HYDRA_IFACE="ib0";' export 'I_MPI_HYDRA_IFACE;' 'I_MPI_LSF_USE_COLLECTIVE_LAUNCH="1";' export 'I_MPI_LSF_USE_COLLECTIVE_LAUNCH;' 'I_MPI_ROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi";' export 'I_MPI_ROOT;' 'JASPER_INC="/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/include";' export 'JASPER_INC;' 'JASPER_LIB="/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib/libjasper.a";' export 'JASPER_LIB;' 'JASPER_LIBDIR="/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib";' export 'JASPER_LIBDIR;' 'JASPER_SRC="/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/src/jasper-1.900.29";' export 'JASPER_SRC;' 'JASPER_VER="1.900.29";' export 'JASPER_VER;' 'KMP_AFFINITY="scatter";' export 'KMP_AFFINITY;' unset 'LAUNCH;' '__LMOD_REF_COUNT_LD_LIBRARY_PATH="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/lib:1;/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib:1;/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib:1;/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib:1;/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:1;/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib:1;/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib:1;/usrx/local/prod/intel/2018UP01/itac_latest/slib:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:1;/usrx/local/prod/intel/2018UP01/debugger_2018/iga/lib:1;/usrx/local/prod/intel/2018UP01/debugger_2018/libipt/intel64/lib:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4:1";' export '__LMOD_REF_COUNT_LD_LIBRARY_PATH;' 'LD_LIBRARY_PATH="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/lib:/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib:/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib:/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib:/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib:/usrx/local/prod/intel/2018UP01/itac_latest/slib:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:/usrx/local/prod/intel/2018UP01/debugger_2018/iga/lib:/usrx/local/prod/intel/2018UP01/debugger_2018/libipt/intel64/lib:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4";' export 'LD_LIBRARY_PATH;' '__LMOD_REF_COUNT_LIBRARY_PATH="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:1;/usrx/local/prod/intel/2018UP01/clck_latest/lib/intel64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4:1";' export '__LMOD_REF_COUNT_LIBRARY_PATH;' 'LIBRARY_PATH="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:/usrx/local/prod/intel/2018UP01/clck_latest/lib/intel64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4";' export 'LIBRARY_PATH;' 'LIB_NAME="POST";' export 'LIB_NAME;' 'LMOD_FAMILY_COMPILER="ips";' export 'LMOD_FAMILY_COMPILER;' 'LMOD_FAMILY_COMPILER_VERSION="18.0.1.163";' export 'LMOD_FAMILY_COMPILER_VERSION;' 'LMOD_FAMILY_CONMPILER="HDF5-serial";' export 'LMOD_FAMILY_CONMPILER;' 'LMOD_FAMILY_CONMPILER_VERSION="1.10.1";' export 'LMOD_FAMILY_CONMPILER_VERSION;' 'LMOD_FAMILY_MPI="impi";' export 'LMOD_FAMILY_MPI;' 'LMOD_FAMILY_MPI_VERSION="18.0.1";' export 'LMOD_FAMILY_MPI_VERSION;' '__LMOD_REF_COUNT_LOADEDMODULES="ips/18.0.1.163:1;impi/18.0.1:1;NetCDF/4.5.0:1;HDF5-serial/1.10.1:1;lsf/10.1:1;bacio/2.0.3:1;ip/3.0.2:1;sp/2.0.3:1;w3nco/2.0.7:1;w3emc/2.3.1:1;nemsio/2.2.4:1;g2/3.1.1:1;g2tmpl/1.6.0:1;crtm/2.2.6:1;jasper/1.900.29:1;libpng/1.2.59:1;zlib/1.2.11:1;post/8.0.1:1;esmf/8.0.0:1;cmake/3.10.0:1;fv3:1";' export '__LMOD_REF_COUNT_LOADEDMODULES;' 'LOADEDMODULES="ips/18.0.1.163:impi/18.0.1:NetCDF/4.5.0:HDF5-serial/1.10.1:lsf/10.1:bacio/2.0.3:ip/3.0.2:sp/2.0.3:w3nco/2.0.7:w3emc/2.3.1:nemsio/2.2.4:g2/3.1.1:g2tmpl/1.6.0:crtm/2.2.6:jasper/1.900.29:libpng/1.2.59:zlib/1.2.11:post/8.0.1:esmf/8.0.0:cmake/3.10.0:fv3";' export 'LOADEDMODULES;' 'LSF_BINDIR="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin";' export 'LSF_BINDIR;' 'LSF_ENVDIR="/gpfs/lsf/conf";' export 'LSF_ENVDIR;' 'LSF_LIBDIR="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib";' export 'LSF_LIBDIR;' 'LSF_SERVERDIR="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc";' export 'LSF_SERVERDIR;' '__LMOD_REF_COUNT_MANPATH="/usrx/local/dev/packages/cmake/3.10.0/share/man:1;/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/share/man:1;/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/share/man:1;/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/man:1;/gpfs/lsf/10.1/man:1;/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/share/man:1;/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/share/man:1;/usrx/local/prod/intel/2018UP01/itac_latest/man:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/man/common:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/man:1;/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/man:1;/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-igfx/man:1;/usrx/local/prod/lmod/lmod/share/man:1;/usrx/local/prod/intel/2018UP01/inspector_2018/man:1;/usrx/local/prod/intel/2018UP01/advisor_2018/man:1";' export '__LMOD_REF_COUNT_MANPATH;' 'MANPATH="/usrx/local/dev/packages/cmake/3.10.0/share/man:/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/share/man:/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/share/man:/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/man:/gpfs/lsf/10.1/man:/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/share/man:/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/share/man:/usrx/local/prod/intel/2018UP01/itac_latest/man:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/man/common:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/man:/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/man:/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-igfx/man:/usrx/local/prod/lmod/lmod/share/man::/usrx/local/prod/intel/2018UP01/inspector_2018/man:/usrx/local/prod/intel/2018UP01/advisor_2018/man";' export 'MANPATH;' 'MKLROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl";' export 'MKLROOT;' 'MODULEPATH="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/dev/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1:/usrx/local/prod/modulefiles/mpi_third/ips/18.0.1/impi/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/mpi_prod/ips/18.0.1/impi/18.0.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles";' export 'MODULEPATH;' 'MPM_LAUNCHER="/usrx/local/prod/intel/2018UP01/debugger_2018/mpm/mic/bin/start_mpm.sh";' export 'MPM_LAUNCHER;' 'NEMSIO_INC="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/nemsio_v2.2.4";' export 'NEMSIO_INC;' 'NEMSIO_LIB="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libnemsio_v2.2.4.a";' export 'NEMSIO_LIB;' 'NEMSIO_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/nemsio_v2.2.4";' export 'NEMSIO_SRC;' 'NEMSIO_VER="v2.2.4";' export 'NEMSIO_VER;' 'NETCDF="/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0";' export 'NETCDF;' 'NETCDF_CFLAGS="-I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include";' export 'NETCDF_CFLAGS;' 'NETCDF_CXX4FLAGS="-I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include";' export 'NETCDF_CXX4FLAGS;' 'NETCDF_CXXFLAGS="-I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include";' export 'NETCDF_CXXFLAGS;' 'NETCDF_FFLAGS="-I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include";' export 'NETCDF_FFLAGS;' 'NETCDF_INC="/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include";' export 'NETCDF_INC;' 'NETCDF_INCLUDE="-I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include";' export 'NETCDF_INCLUDE;' 'NETCDF_LDFLAGS="-L/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib' '-lnetcdff";' export 'NETCDF_LDFLAGS;' 'NETCDF_LDFLAGS_C="-L/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib' '-lnetcdf";' export 'NETCDF_LDFLAGS_C;' 'NETCDF_LDFLAGS_CXX="-L/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib' -lnetcdf '-lnetcdf_c++";' export 'NETCDF_LDFLAGS_CXX;' 'NETCDF_LDFLAGS_CXX4="-L/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib' -lnetcdf '-lnetcdf_c++4";' export 'NETCDF_LDFLAGS_CXX4;' 'NETCDF_LDFLAGS_F="-L/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib' '-lnetcdff";' export 'NETCDF_LDFLAGS_F;' 'NETCDF_LIB="/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib";' export 'NETCDF_LIB;' 'NETCDF_ROOT="/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0";' export 'NETCDF_ROOT;' '__LMOD_REF_COUNT_NLSPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin/locale/%l_%t/%N:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin/locale/%l_%t/%N:1;/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/share/locale/%l_%t/%N:1";' export '__LMOD_REF_COUNT_NLSPATH;' 'NLSPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin/locale/%l_%t/%N:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin/locale/%l_%t/%N::/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/share/locale/%l_%t/%N";' export 'NLSPATH;' '__LMOD_REF_COUNT_PATH="/usrx/local/dev/packages/cmake/3.10.0/bin:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/bin:1;/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/bin:1;/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/bin:1;/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc:1;/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin:1;/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1:1;/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/bin:1;/usrx/local/prod/intel/2018UP01/advisor_2018/bin64:1;/usrx/local/prod/intel/2018UP01/vtune_amplifier_2018/bin64:1;/usrx/local/prod/intel/2018UP01/inspector_2018/bin64:1;/usrx/local/prod/intel/2018UP01/itac_latest/bin:1;/usrx/local/prod/intel/2018UP01/clck_latest/bin/intel64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/bin/intel64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64:1;/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/targets/intel64/x200/bin:1;/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/bin:1;/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/usr/lpp/mmfs/bin:1;/opt/ibutils/bin:1;/opt/dell/srvadmin/bin:1;/u/Dusan.Jovic/bin:2;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/dbrowse:1;/u/Dusan.Jovic/.local/bin:1;/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/include:1";' export '__LMOD_REF_COUNT_PATH;' 'PATH="/usrx/local/dev/packages/cmake/3.10.0/bin:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/bin:/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/bin:/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/bin:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin:/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1:/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/bin:/usrx/local/prod/intel/2018UP01/advisor_2018/bin64:/usrx/local/prod/intel/2018UP01/vtune_amplifier_2018/bin64:/usrx/local/prod/intel/2018UP01/inspector_2018/bin64:/usrx/local/prod/intel/2018UP01/itac_latest/bin:/usrx/local/prod/intel/2018UP01/clck_latest/bin/intel64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/bin/intel64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64:/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/targets/intel64/x200/bin:/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/usr/lpp/mmfs/bin:/opt/ibutils/bin:/opt/dell/srvadmin/bin:/u/Dusan.Jovic/bin:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/dbrowse:/u/Dusan.Jovic/.local/bin:/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/include";' export 'PATH;' 'PKG_CONFIG_PATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/bin/pkgconfig";' export 'PKG_CONFIG_PATH;' 'PNG_INC="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/include";' export 'PNG_INC;' 'PNG_LIB="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng.a";' export 'PNG_LIB;' 'PNG_LIB12="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng12.a";' export 'PNG_LIB12;' 'PNG_LIBDIR="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib";' export 'PNG_LIBDIR;' 'PNG_LIBso="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng.so";' export 'PNG_LIBso;' 'PNG_SRC="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/src/libpng-1.2.59";' export 'PNG_SRC;' 'PNG_VER="1.2.59";' export 'PNG_VER;' 'POST_INC="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ncep_post_v8.0.1_4";' export 'POST_INC;' 'POST_LIB="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libncep_post_v8.0.1_4.a";' export 'POST_LIB;' 'POST_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/post_v8.0.1";' export 'POST_SRC;' 'POST_VER="v8.0.1";' export 'POST_VER;' 'PSTLROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/pstl";' export 'PSTLROOT;' 'PYTHONPATH="/usrx/local/prod/intel/2018UP01/advisor_2018/pythonapi";' export 'PYTHONPATH;' 'SP_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_4.a";' export 'SP_LIB4;' 'SP_LIB8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_8.a";' export 'SP_LIB8;' 'SP_LIBd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_d.a";' export 'SP_LIBd;' 'SP_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/sp_v2.0.3";' export 'SP_SRC;' 'SP_VER="v2.0.3";' export 'SP_VER;' 'TBBROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb";' export 'TBBROOT;' 'VT_ADD_LIBS="-ldwarf' -lelf -lvtunwind -lm '-lpthread";' export 'VT_ADD_LIBS;' 'VT_ARCH="intel64";' export 'VT_ARCH;' 'VT_LIB_DIR="/usrx/local/prod/intel/2018UP01/itac_latest/lib";' export 'VT_LIB_DIR;' 'VT_MPI="impi4";' export 'VT_MPI;' 'VT_ROOT="/usrx/local/prod/intel/2018UP01/itac_latest";' export 'VT_ROOT;' 'VT_SLIB_DIR="/usrx/local/prod/intel/2018UP01/itac_latest/slib";' export 'VT_SLIB_DIR;' 'W3EMC_INC4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3emc_v2.3.1_4";' export 'W3EMC_INC4;' 'W3EMC_INC8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3emc_v2.3.1_8";' export 'W3EMC_INC8;' 'W3EMC_INCd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3emc_v2.3.1_d";' export 'W3EMC_INCd;' 'W3EMC_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_4.a";' export 'W3EMC_LIB4;' 'W3EMC_LIB8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_8.a";' export 'W3EMC_LIB8;' 'W3EMC_LIBd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_d.a";' export 'W3EMC_LIBd;' 'W3EMC_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/w3emc_v2.3.1";' export 'W3EMC_SRC;' 'W3EMC_VER="v2.3.1";' export 'W3EMC_VER;' 'W3NCO_INC4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3nco_v2.0.7_4";' export 'W3NCO_INC4;' 'W3NCO_INC8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3nco_v2.0.7_8";' export 'W3NCO_INC8;' 'W3NCO_INCd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3nco_v2.0.7_d";' export 'W3NCO_INCd;' 'W3NCO_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_4.a";' export 'W3NCO_LIB4;' 'W3NCO_LIB8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_8.a";' export 'W3NCO_LIB8;' 'W3NCO_LIBd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_d.a";' export 'W3NCO_LIBd;' 'W3NCO_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/w3nco_v2.0.7";' export 'W3NCO_SRC;' 'W3NCO_VER="v2.0.7";' export 'W3NCO_VER;' 'XLSF_UIDDIR="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib/uid";' export 'XLSF_UIDDIR;' 'Z_INC="/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/include";' export 'Z_INC;' 'Z_LIB="/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib/libz.a";' export 'Z_LIB;' 'Z_SRC="/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/src";' export 'Z_SRC;' 'Z_VER="1.2.11";' export 'Z_VER;' '__LMOD_REF_COUNT__LMFILES_="/usrx/local/prod/modulefiles/core_third/ips/18.0.1.163:1;/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1/impi/18.0.1.lua:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/NetCDF/4.5.0:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/HDF5-serial/1.10.1:1;/usrx/local/prod/modulefiles/core_third/lsf/10.1:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/bacio/2.0.3:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/ip/3.0.2:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/sp/2.0.3:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3nco/2.0.7:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3emc/2.3.1:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/nemsio/2.2.4:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2/3.1.1:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2tmpl/1.6.0:1;/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/crtm/2.2.6:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/jasper/1.900.29:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/libpng/1.2.59:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/zlib/1.2.11:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/post/8.0.1:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/esmf/8.0.0:1;/usrx/local/dev/modulefiles/cmake/3.10.0:1;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3:1";' export '__LMOD_REF_COUNT__LMFILES_;' '_LMFILES_="/usrx/local/prod/modulefiles/core_third/ips/18.0.1.163:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1/impi/18.0.1.lua:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/NetCDF/4.5.0:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/HDF5-serial/1.10.1:/usrx/local/prod/modulefiles/core_third/lsf/10.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/bacio/2.0.3:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/ip/3.0.2:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/sp/2.0.3:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3nco/2.0.7:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3emc/2.3.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/nemsio/2.2.4:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2/3.1.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2tmpl/1.6.0:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/crtm/2.2.6:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/jasper/1.900.29:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/libpng/1.2.59:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/zlib/1.2.11:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/post/8.0.1:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/esmf/8.0.0:/usrx/local/dev/modulefiles/cmake/3.10.0:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3";' export '_LMFILES_;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImlwcyIsWyJjb25tcGlsZXIiXT0iSERGNS1zZXJpYWwiLFsibXBpIl09ImltcGkiLH0sbVQ9e1siSERGNS1zZXJpYWwiXT17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvSERGNS1zZXJpYWwvMS4xMC4xIixbImZ1bGxOYW1lIl09IkhERjUtc2VyaWFsLzEuMTAuMSIsWyJsb2FkT3JkZXIiXT00LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09IkhERjUtc2VyaWFs";' export '_ModuleTable001_;' '_ModuleTable002_="LzEuMTAuMSIsfSxOZXRDREY9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xL05ldENERi80LjUuMCIsWyJmdWxsTmFtZSJdPSJOZXRDREYvNC41LjAiLFsibG9hZE9yZGVyIl09Myxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJOZXRDREYvNC41LjAiLH0sYmFjaW89e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2JhY2lvLzIuMC4zIixbImZ1bGxOYW1lIl09ImJhY2lvLzIuMC4zIixbImxvYWRPcmRlciJdPTYscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNl";' export '_ModuleTable002_;' '_ModuleTable003_="ck5hbWUiXT0iYmFjaW8vMi4wLjMiLH0sY21ha2U9e1siZm4iXT0iL3VzcngvbG9jYWwvZGV2L21vZHVsZWZpbGVzL2NtYWtlLzMuMTAuMCIsWyJmdWxsTmFtZSJdPSJjbWFrZS8zLjEwLjAiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY21ha2UvMy4xMC4wIix9LGNydG09e1siZm4iXT0iL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfcHJvZC9pcHMvMTguMC4xL2NydG0vMi4yLjYiLFsiZnVsbE5hbWUiXT0iY3J0bS8yLjIuNiIsWyJsb2FkT3JkZXIiXT0xNCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1";' export '_ModuleTable003_;' '_ModuleTable004_="c2VyTmFtZSJdPSJjcnRtLzIuMi42Iix9LGVzbWY9e1siZm4iXT0iL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcl9uZXcvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvd2Nvc3NfZGVsbF9wMy9mdjMiLFsiZnVsbE5hbWUiXT0iZnYzIixbImxvYWRPcmRlciJdPTIx";' export '_ModuleTable004_;' '_ModuleTable005_="LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTAsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImZ2MyIsfSxnMj17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzIvMy4xLjEiLFsiZnVsbE5hbWUiXT0iZzIvMy4xLjEiLFsibG9hZE9yZGVyIl09MTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZzIvMy4xLjEiLH0sZzJ0bXBsPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9nMnRtcGwvMS42LjAiLFsiZnVsbE5hbWUiXT0iZzJ0bXBsLzEuNi4wIixbImxvYWRPcmRlciJdPTEzLHByb3BUPXt9LFsic3Rh";' export '_ModuleTable005_;' '_ModuleTable006_="Y2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcydG1wbC8xLjYuMCIsfSxpbXBpPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfbXBpL2lwcy8xOC4wLjEvaW1waS8xOC4wLjEubHVhIixbImZ1bGxOYW1lIl09ImltcGkvMTguMC4xIixbImxvYWRPcmRlciJdPTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW1waS8xOC4wLjEiLH0saXA9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2lwLzMuMC4yIixbImZ1bGxOYW1lIl09ImlwLzMuMC4yIixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJz";' export '_ModuleTable006_;' '_ModuleTable007_="dGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaXAvMy4wLjIiLH0saXBzPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZC9pcHMvMTguMC4xLjE2MyIsWyJmdWxsTmFtZSJdPSJpcHMvMTguMC4xLjE2MyIsWyJsb2FkT3JkZXIiXT0xLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Imlwcy8xOC4wLjEuMTYzIix9LGphc3Blcj17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvamFzcGVyLzEuOTAwLjI5IixbImZ1bGxOYW1lIl09Imphc3Blci8xLjkwMC4yOSIsWyJsb2FkT3JkZXIi";' export '_ModuleTable007_;' '_ModuleTable008_="XT0xNSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJqYXNwZXIvMS45MDAuMjkiLH0sbGlicG5nPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBzLzE4LjAuMS9saWJwbmcvMS4yLjU5IixbImZ1bGxOYW1lIl09ImxpYnBuZy8xLjIuNTkiLFsibG9hZE9yZGVyIl09MTYscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibGlicG5nLzEuMi41OSIsfSxsc2Y9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkL2xzZi8xMC4xIixbImZ1bGxOYW1lIl09ImxzZi8xMC4xIixbImxv";' export '_ModuleTable008_;' '_ModuleTable009_="YWRPcmRlciJdPTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibHNmLzEwLjEiLH0sbmVtc2lvPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9uZW1zaW8vMi4yLjQiLFsiZnVsbE5hbWUiXT0ibmVtc2lvLzIuMi40IixbImxvYWRPcmRlciJdPTExLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5lbXNpby8yLjIuNCIsfSxwb3N0PXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wb3N0LzguMC4xIixbImZ1bGxOYW1lIl09InBvc3QvOC4wLjEiLFsibG9h";' export '_ModuleTable009_;' '_ModuleTable010_="ZE9yZGVyIl09MTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG9zdC84LjAuMSIsfSxzcD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvc3AvMi4wLjMiLFsiZnVsbE5hbWUiXT0ic3AvMi4wLjMiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzcC8yLjAuMyIsfSx3M2VtYz17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNlbWMvMi4zLjEiLFsiZnVsbE5hbWUiXT0idzNlbWMvMi4zLjEiLFsibG9hZE9yZGVyIl09MTAs";' export '_ModuleTable010_;' '_ModuleTable011_="cHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNlbWMvMi4zLjEiLH0sdzNuY289e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL3czbmNvLzIuMC43IixbImZ1bGxOYW1lIl09InczbmNvLzIuMC43IixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNuY28vMi4wLjciLH0semxpYj17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvemxpYi8xLjIuMTEiLFsiZnVsbE5hbWUiXT0iemxpYi8xLjIuMTEiLFsibG9hZE9y";' export '_ModuleTable011_;' '_ModuleTable012_="ZGVyIl09MTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iemxpYi8xLjIuMTEiLH0sfSxtcGF0aEE9eyIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcyIsIi9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcl9uZXcvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvd2Nvc3NfZGVsbF9wMyIsIi91c3J4L2xvY2FsL2Rldi9lbWNfcm9jb3RvL21vZHVsZWZpbGVzIiwiL3VzcngvbG9jYWwvZGV2L21vZHVsZWZpbGVzIiwiL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi91c3J4";' export '_ModuleTable012_;' '_ModuleTable013_="L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZCIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvZGVmcyIsIi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBzLzE4LjAuMSIsIi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3Byb2QvaXBzLzE4LjAuMSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfbXBpL2lwcy8xOC4wLjEiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL21waV90aGlyZC9pcHMvMTguMC4xL2ltcGkvMTguMC4xIiwiL2dwZnMvZGVsbDEvbmNvL29w";' export '_ModuleTable013_;' '_ModuleTable014_="cy9ud3Byb2QvbW9kdWxlZmlsZXMvbXBpX3Byb2QvaXBzLzE4LjAuMS9pbXBpLzE4LjAuMSIsIi91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvdXNyeC9sb2NhbC9wcm9kL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlOi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZDovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2RlZnM6L2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29yZV9wcm9kIix9";' export '_ModuleTable014_;' '_ModuleTable_Sz_="14";' export '_ModuleTable_Sz_;' ++ ADVISOR_2018_DIR=/usrx/local/prod/intel/2018UP01/advisor_2018 ++ export ADVISOR_2018_DIR ++ BACIO_LIB4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libbacio_v2.0.3_4.a @@ -53370,7 +3012,7 @@ INFO: CCPP prebuild step completed successfully. ++ export MANPATH ++ MKLROOT=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl ++ export MKLROOT -++ MODULEPATH=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/dev/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1:/usrx/local/prod/modulefiles/mpi_third/ips/18.0.1/impi/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/mpi_prod/ips/18.0.1/impi/18.0.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles +++ MODULEPATH=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/dev/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1:/usrx/local/prod/modulefiles/mpi_third/ips/18.0.1/impi/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/mpi_prod/ips/18.0.1/impi/18.0.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles ++ export MODULEPATH ++ MPM_LAUNCHER=/usrx/local/prod/intel/2018UP01/debugger_2018/mpm/mic/bin/start_mpm.sh ++ export MPM_LAUNCHER @@ -53512,9 +3154,9 @@ INFO: CCPP prebuild step completed successfully. ++ export Z_SRC ++ Z_VER=1.2.11 ++ export Z_VER -++ __LMOD_REF_COUNT__LMFILES_='/usrx/local/prod/modulefiles/core_third/ips/18.0.1.163:1;/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1/impi/18.0.1.lua:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/NetCDF/4.5.0:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/HDF5-serial/1.10.1:1;/usrx/local/prod/modulefiles/core_third/lsf/10.1:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/bacio/2.0.3:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/ip/3.0.2:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/sp/2.0.3:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3nco/2.0.7:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3emc/2.3.1:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/nemsio/2.2.4:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2/3.1.1:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2tmpl/1.6.0:1;/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/crtm/2.2.6:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/jasper/1.900.29:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/libpng/1.2.59:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/zlib/1.2.11:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/post/8.0.1:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/esmf/8.0.0:1;/usrx/local/dev/modulefiles/cmake/3.10.0:1;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3:1' +++ __LMOD_REF_COUNT__LMFILES_='/usrx/local/prod/modulefiles/core_third/ips/18.0.1.163:1;/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1/impi/18.0.1.lua:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/NetCDF/4.5.0:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/HDF5-serial/1.10.1:1;/usrx/local/prod/modulefiles/core_third/lsf/10.1:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/bacio/2.0.3:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/ip/3.0.2:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/sp/2.0.3:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3nco/2.0.7:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3emc/2.3.1:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/nemsio/2.2.4:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2/3.1.1:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2tmpl/1.6.0:1;/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/crtm/2.2.6:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/jasper/1.900.29:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/libpng/1.2.59:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/zlib/1.2.11:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/post/8.0.1:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/esmf/8.0.0:1;/usrx/local/dev/modulefiles/cmake/3.10.0:1;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3:1' ++ export __LMOD_REF_COUNT__LMFILES_ -++ _LMFILES_=/usrx/local/prod/modulefiles/core_third/ips/18.0.1.163:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1/impi/18.0.1.lua:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/NetCDF/4.5.0:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/HDF5-serial/1.10.1:/usrx/local/prod/modulefiles/core_third/lsf/10.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/bacio/2.0.3:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/ip/3.0.2:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/sp/2.0.3:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3nco/2.0.7:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3emc/2.3.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/nemsio/2.2.4:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2/3.1.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2tmpl/1.6.0:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/crtm/2.2.6:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/jasper/1.900.29:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/libpng/1.2.59:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/zlib/1.2.11:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/post/8.0.1:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/esmf/8.0.0:/usrx/local/dev/modulefiles/cmake/3.10.0:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3 +++ _LMFILES_=/usrx/local/prod/modulefiles/core_third/ips/18.0.1.163:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1/impi/18.0.1.lua:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/NetCDF/4.5.0:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/HDF5-serial/1.10.1:/usrx/local/prod/modulefiles/core_third/lsf/10.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/bacio/2.0.3:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/ip/3.0.2:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/sp/2.0.3:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3nco/2.0.7:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3emc/2.3.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/nemsio/2.2.4:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2/3.1.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2tmpl/1.6.0:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/crtm/2.2.6:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/jasper/1.900.29:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/libpng/1.2.59:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/zlib/1.2.11:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/post/8.0.1:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/esmf/8.0.0:/usrx/local/dev/modulefiles/cmake/3.10.0:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3 ++ export _LMFILES_ ++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImlwcyIsWyJjb25tcGlsZXIiXT0iSERGNS1zZXJpYWwiLFsibXBpIl09ImltcGkiLH0sbVQ9e1siSERGNS1zZXJpYWwiXT17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvSERGNS1zZXJpYWwvMS4xMC4xIixbImZ1bGxOYW1lIl09IkhERjUtc2VyaWFsLzEuMTAuMSIsWyJsb2FkT3JkZXIiXT00LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09IkhERjUtc2VyaWFs ++ export _ModuleTable001_ @@ -53522,27 +3164,27 @@ INFO: CCPP prebuild step completed successfully. ++ export _ModuleTable002_ ++ _ModuleTable003_=ck5hbWUiXT0iYmFjaW8vMi4wLjMiLH0sY21ha2U9e1siZm4iXT0iL3VzcngvbG9jYWwvZGV2L21vZHVsZWZpbGVzL2NtYWtlLzMuMTAuMCIsWyJmdWxsTmFtZSJdPSJjbWFrZS8zLjEwLjAiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY21ha2UvMy4xMC4wIix9LGNydG09e1siZm4iXT0iL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfcHJvZC9pcHMvMTguMC4xL2NydG0vMi4yLjYiLFsiZnVsbE5hbWUiXT0iY3J0bS8yLjIuNiIsWyJsb2FkT3JkZXIiXT0xNCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1 ++ export _ModuleTable003_ -++ _ModuleTable004_=c2VyTmFtZSJdPSJjcnRtLzIuMi42Iix9LGVzbWY9e1siZm4iXT0iL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcjE4L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL3djb3NzX2RlbGxfcDMvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT0yMSxw +++ _ModuleTable004_=c2VyTmFtZSJdPSJjcnRtLzIuMi42Iix9LGVzbWY9e1siZm4iXT0iL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcl9uZXcvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvd2Nvc3NfZGVsbF9wMy9mdjMiLFsiZnVsbE5hbWUiXT0iZnYzIixbImxvYWRPcmRlciJdPTIx ++ export _ModuleTable004_ -++ _ModuleTable005_=cm9wVD17fSxbInN0YWNrRGVwdGgiXT0wLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZzI9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2cyLzMuMS4xIixbImZ1bGxOYW1lIl09ImcyLzMuMS4xIixbImxvYWRPcmRlciJdPTEyLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcyLzMuMS4xIix9LGcydG1wbD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzJ0bXBsLzEuNi4wIixbImZ1bGxOYW1lIl09ImcydG1wbC8xLjYuMCIsWyJsb2FkT3JkZXIiXT0xMyxwcm9wVD17fSxbInN0YWNr +++ _ModuleTable005_=LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTAsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImZ2MyIsfSxnMj17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzIvMy4xLjEiLFsiZnVsbE5hbWUiXT0iZzIvMy4xLjEiLFsibG9hZE9yZGVyIl09MTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZzIvMy4xLjEiLH0sZzJ0bXBsPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9nMnRtcGwvMS42LjAiLFsiZnVsbE5hbWUiXT0iZzJ0bXBsLzEuNi4wIixbImxvYWRPcmRlciJdPTEzLHByb3BUPXt9LFsic3Rh ++ export _ModuleTable005_ -++ _ModuleTable006_=RGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMnRtcGwvMS42LjAiLH0saW1waT17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX21waS9pcHMvMTguMC4xL2ltcGkvMTguMC4xLmx1YSIsWyJmdWxsTmFtZSJdPSJpbXBpLzE4LjAuMSIsWyJsb2FkT3JkZXIiXT0yLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImltcGkvMTguMC4xIix9LGlwPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9pcC8zLjAuMiIsWyJmdWxsTmFtZSJdPSJpcC8zLjAuMiIsWyJsb2FkT3JkZXIiXT03LHByb3BUPXt9LFsic3Rh +++ _ModuleTable006_=Y2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcydG1wbC8xLjYuMCIsfSxpbXBpPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfbXBpL2lwcy8xOC4wLjEvaW1waS8xOC4wLjEubHVhIixbImZ1bGxOYW1lIl09ImltcGkvMTguMC4xIixbImxvYWRPcmRlciJdPTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW1waS8xOC4wLjEiLH0saXA9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2lwLzMuMC4yIixbImZ1bGxOYW1lIl09ImlwLzMuMC4yIixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJz ++ export _ModuleTable006_ -++ _ModuleTable007_=Y2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImlwLzMuMC4yIix9LGlwcz17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQvaXBzLzE4LjAuMS4xNjMiLFsiZnVsbE5hbWUiXT0iaXBzLzE4LjAuMS4xNjMiLFsibG9hZE9yZGVyIl09MSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJpcHMvMTguMC4xLjE2MyIsfSxqYXNwZXI9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xL2phc3Blci8xLjkwMC4yOSIsWyJmdWxsTmFtZSJdPSJqYXNwZXIvMS45MDAuMjkiLFsibG9hZE9yZGVyIl09 +++ _ModuleTable007_=dGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaXAvMy4wLjIiLH0saXBzPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZC9pcHMvMTguMC4xLjE2MyIsWyJmdWxsTmFtZSJdPSJpcHMvMTguMC4xLjE2MyIsWyJsb2FkT3JkZXIiXT0xLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Imlwcy8xOC4wLjEuMTYzIix9LGphc3Blcj17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvamFzcGVyLzEuOTAwLjI5IixbImZ1bGxOYW1lIl09Imphc3Blci8xLjkwMC4yOSIsWyJsb2FkT3JkZXIi ++ export _ModuleTable007_ -++ _ModuleTable008_=MTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iamFzcGVyLzEuOTAwLjI5Iix9LGxpYnBuZz17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvbGlicG5nLzEuMi41OSIsWyJmdWxsTmFtZSJdPSJsaWJwbmcvMS4yLjU5IixbImxvYWRPcmRlciJdPTE2LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImxpYnBuZy8xLjIuNTkiLH0sbHNmPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZC9sc2YvMTAuMSIsWyJmdWxsTmFtZSJdPSJsc2YvMTAuMSIsWyJsb2Fk +++ _ModuleTable008_=XT0xNSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJqYXNwZXIvMS45MDAuMjkiLH0sbGlicG5nPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBzLzE4LjAuMS9saWJwbmcvMS4yLjU5IixbImZ1bGxOYW1lIl09ImxpYnBuZy8xLjIuNTkiLFsibG9hZE9yZGVyIl09MTYscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibGlicG5nLzEuMi41OSIsfSxsc2Y9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkL2xzZi8xMC4xIixbImZ1bGxOYW1lIl09ImxzZi8xMC4xIixbImxv ++ export _ModuleTable008_ -++ _ModuleTable009_=T3JkZXIiXT01LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImxzZi8xMC4xIix9LG5lbXNpbz17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvbmVtc2lvLzIuMi40IixbImZ1bGxOYW1lIl09Im5lbXNpby8yLjIuNCIsWyJsb2FkT3JkZXIiXT0xMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZW1zaW8vMi4yLjQiLH0scG9zdD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvcG9zdC84LjAuMSIsWyJmdWxsTmFtZSJdPSJwb3N0LzguMC4xIixbImxvYWRP +++ _ModuleTable009_=YWRPcmRlciJdPTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibHNmLzEwLjEiLH0sbmVtc2lvPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9uZW1zaW8vMi4yLjQiLFsiZnVsbE5hbWUiXT0ibmVtc2lvLzIuMi40IixbImxvYWRPcmRlciJdPTExLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5lbXNpby8yLjIuNCIsfSxwb3N0PXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wb3N0LzguMC4xIixbImZ1bGxOYW1lIl09InBvc3QvOC4wLjEiLFsibG9h ++ export _ModuleTable009_ -++ _ModuleTable010_=cmRlciJdPTE4LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InBvc3QvOC4wLjEiLH0sc3A9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL3NwLzIuMC4zIixbImZ1bGxOYW1lIl09InNwLzIuMC4zIixbImxvYWRPcmRlciJdPTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ic3AvMi4wLjMiLH0sdzNlbWM9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL3czZW1jLzIuMy4xIixbImZ1bGxOYW1lIl09InczZW1jLzIuMy4xIixbImxvYWRPcmRlciJdPTEwLHBy +++ _ModuleTable010_=ZE9yZGVyIl09MTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG9zdC84LjAuMSIsfSxzcD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvc3AvMi4wLjMiLFsiZnVsbE5hbWUiXT0ic3AvMi4wLjMiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzcC8yLjAuMyIsfSx3M2VtYz17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNlbWMvMi4zLjEiLFsiZnVsbE5hbWUiXT0idzNlbWMvMi4zLjEiLFsibG9hZE9yZGVyIl09MTAs ++ export _ModuleTable010_ -++ _ModuleTable011_=b3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczZW1jLzIuMy4xIix9LHczbmNvPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy93M25jby8yLjAuNyIsWyJmdWxsTmFtZSJdPSJ3M25jby8yLjAuNyIsWyJsb2FkT3JkZXIiXT05LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHpsaWI9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xL3psaWIvMS4yLjExIixbImZ1bGxOYW1lIl09InpsaWIvMS4yLjExIixbImxvYWRPcmRl +++ _ModuleTable011_=cHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNlbWMvMi4zLjEiLH0sdzNuY289e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL3czbmNvLzIuMC43IixbImZ1bGxOYW1lIl09InczbmNvLzIuMC43IixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNuY28vMi4wLjciLH0semxpYj17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvemxpYi8xLjIuMTEiLFsiZnVsbE5hbWUiXT0iemxpYi8xLjIuMTEiLFsibG9hZE9y ++ export _ModuleTable011_ -++ _ModuleTable012_=ciJdPTE3LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InpsaWIvMS4yLjExIix9LH0sbXBhdGhBPXsiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMiLCIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9EdXNhbi5Kb3ZpYy91ZnMvcHIxOC91ZnMtd2VhdGhlci1tb2RlbC9tb2R1bGVmaWxlcy93Y29zc19kZWxsX3AzIiwiL3VzcngvbG9jYWwvZGV2L2VtY19yb2NvdG8vbW9kdWxlZmlsZXMiLCIvdXNyeC9sb2NhbC9kZXYvbW9kdWxlZmlsZXMiLCIvdXNyeC9sb2NhbC9wcm9kL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlIiwiL3VzcngvbG9j +++ _ModuleTable012_=ZGVyIl09MTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iemxpYi8xLjIuMTEiLH0sfSxtcGF0aEE9eyIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcyIsIi9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcl9uZXcvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvd2Nvc3NfZGVsbF9wMyIsIi91c3J4L2xvY2FsL2Rldi9lbWNfcm9jb3RvL21vZHVsZWZpbGVzIiwiL3VzcngvbG9jYWwvZGV2L21vZHVsZWZpbGVzIiwiL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi91c3J4 ++ export _ModuleTable012_ -++ _ModuleTable013_=YWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9kZWZzIiwiL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29yZV9wcm9kIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xIiwiL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfcHJvZC9pcHMvMTguMC4xIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl9tcGkvaXBzLzE4LjAuMSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvbXBpX3RoaXJkL2lwcy8xOC4wLjEvaW1waS8xOC4wLjEiLCIvZ3Bmcy9kZWxsMS9uY28vb3BzL253 +++ _ModuleTable013_=L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZCIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvZGVmcyIsIi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBzLzE4LjAuMSIsIi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3Byb2QvaXBzLzE4LjAuMSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfbXBpL2lwcy8xOC4wLjEiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL21waV90aGlyZC9pcHMvMTguMC4xL2ltcGkvMTguMC4xIiwiL2dwZnMvZGVsbDEvbmNvL29w ++ export _ModuleTable013_ -++ _ModuleTable014_=cHJvZC9tb2R1bGVmaWxlcy9tcGlfcHJvZC9pcHMvMTguMC4xL2ltcGkvMTguMC4xIiwiL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzIix9LFsic3lzdGVtQmFzZU1QQVRIIl09Ii91c3J4L2xvY2FsL3Byb2QvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmU6L3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkOi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvZGVmczovZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb3JlX3Byb2QiLH0= +++ _ModuleTable014_=cy9ud3Byb2QvbW9kdWxlZmlsZXMvbXBpX3Byb2QvaXBzLzE4LjAuMS9pbXBpLzE4LjAuMSIsIi91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvdXNyeC9sb2NhbC9wcm9kL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlOi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZDovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2RlZnM6L2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29yZV9wcm9kIix9 ++ export _ModuleTable014_ ++ _ModuleTable_Sz_=14 ++ export _ModuleTable_Sz_ @@ -53562,8 +3204,8 @@ Currently Loaded Modules: -+ eval 'MODULEPATH="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/dev/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1:/usrx/local/prod/modulefiles/mpi_third/ips/18.0.1/impi/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/mpi_prod/ips/18.0.1/impi/18.0.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles";' export 'MODULEPATH;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImlwcyIsWyJjb25tcGlsZXIiXT0iSERGNS1zZXJpYWwiLFsibXBpIl09ImltcGkiLH0sbVQ9e1siSERGNS1zZXJpYWwiXT17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvSERGNS1zZXJpYWwvMS4xMC4xIixbImZ1bGxOYW1lIl09IkhERjUtc2VyaWFsLzEuMTAuMSIsWyJsb2FkT3JkZXIiXT00LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09IkhERjUtc2VyaWFs";' export '_ModuleTable001_;' '_ModuleTable002_="LzEuMTAuMSIsfSxOZXRDREY9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xL05ldENERi80LjUuMCIsWyJmdWxsTmFtZSJdPSJOZXRDREYvNC41LjAiLFsibG9hZE9yZGVyIl09Myxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJOZXRDREYvNC41LjAiLH0sYmFjaW89e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2JhY2lvLzIuMC4zIixbImZ1bGxOYW1lIl09ImJhY2lvLzIuMC4zIixbImxvYWRPcmRlciJdPTYscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNl";' export '_ModuleTable002_;' '_ModuleTable003_="ck5hbWUiXT0iYmFjaW8vMi4wLjMiLH0sY21ha2U9e1siZm4iXT0iL3VzcngvbG9jYWwvZGV2L21vZHVsZWZpbGVzL2NtYWtlLzMuMTAuMCIsWyJmdWxsTmFtZSJdPSJjbWFrZS8zLjEwLjAiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY21ha2UvMy4xMC4wIix9LGNydG09e1siZm4iXT0iL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfcHJvZC9pcHMvMTguMC4xL2NydG0vMi4yLjYiLFsiZnVsbE5hbWUiXT0iY3J0bS8yLjIuNiIsWyJsb2FkT3JkZXIiXT0xNCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1";' export '_ModuleTable003_;' '_ModuleTable004_="c2VyTmFtZSJdPSJjcnRtLzIuMi42Iix9LGVzbWY9e1siZm4iXT0iL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcjE4L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL3djb3NzX2RlbGxfcDMvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT0yMSxw";' export '_ModuleTable004_;' '_ModuleTable005_="cm9wVD17fSxbInN0YWNrRGVwdGgiXT0wLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZzI9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2cyLzMuMS4xIixbImZ1bGxOYW1lIl09ImcyLzMuMS4xIixbImxvYWRPcmRlciJdPTEyLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcyLzMuMS4xIix9LGcydG1wbD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzJ0bXBsLzEuNi4wIixbImZ1bGxOYW1lIl09ImcydG1wbC8xLjYuMCIsWyJsb2FkT3JkZXIiXT0xMyxwcm9wVD17fSxbInN0YWNr";' export '_ModuleTable005_;' '_ModuleTable006_="RGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMnRtcGwvMS42LjAiLH0saW1waT17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX21waS9pcHMvMTguMC4xL2ltcGkvMTguMC4xLmx1YSIsWyJmdWxsTmFtZSJdPSJpbXBpLzE4LjAuMSIsWyJsb2FkT3JkZXIiXT0yLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImltcGkvMTguMC4xIix9LGlwPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9pcC8zLjAuMiIsWyJmdWxsTmFtZSJdPSJpcC8zLjAuMiIsWyJsb2FkT3JkZXIiXT03LHByb3BUPXt9LFsic3Rh";' export '_ModuleTable006_;' '_ModuleTable007_="Y2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImlwLzMuMC4yIix9LGlwcz17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQvaXBzLzE4LjAuMS4xNjMiLFsiZnVsbE5hbWUiXT0iaXBzLzE4LjAuMS4xNjMiLFsibG9hZE9yZGVyIl09MSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJpcHMvMTguMC4xLjE2MyIsfSxqYXNwZXI9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xL2phc3Blci8xLjkwMC4yOSIsWyJmdWxsTmFtZSJdPSJqYXNwZXIvMS45MDAuMjkiLFsibG9hZE9yZGVyIl09";' export '_ModuleTable007_;' '_ModuleTable008_="MTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iamFzcGVyLzEuOTAwLjI5Iix9LGxpYnBuZz17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvbGlicG5nLzEuMi41OSIsWyJmdWxsTmFtZSJdPSJsaWJwbmcvMS4yLjU5IixbImxvYWRPcmRlciJdPTE2LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImxpYnBuZy8xLjIuNTkiLH0sbHNmPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZC9sc2YvMTAuMSIsWyJmdWxsTmFtZSJdPSJsc2YvMTAuMSIsWyJsb2Fk";' export '_ModuleTable008_;' '_ModuleTable009_="T3JkZXIiXT01LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImxzZi8xMC4xIix9LG5lbXNpbz17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvbmVtc2lvLzIuMi40IixbImZ1bGxOYW1lIl09Im5lbXNpby8yLjIuNCIsWyJsb2FkT3JkZXIiXT0xMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZW1zaW8vMi4yLjQiLH0scG9zdD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvcG9zdC84LjAuMSIsWyJmdWxsTmFtZSJdPSJwb3N0LzguMC4xIixbImxvYWRP";' export '_ModuleTable009_;' '_ModuleTable010_="cmRlciJdPTE4LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InBvc3QvOC4wLjEiLH0sc3A9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL3NwLzIuMC4zIixbImZ1bGxOYW1lIl09InNwLzIuMC4zIixbImxvYWRPcmRlciJdPTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ic3AvMi4wLjMiLH0sdzNlbWM9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL3czZW1jLzIuMy4xIixbImZ1bGxOYW1lIl09InczZW1jLzIuMy4xIixbImxvYWRPcmRlciJdPTEwLHBy";' export '_ModuleTable010_;' '_ModuleTable011_="b3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczZW1jLzIuMy4xIix9LHczbmNvPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy93M25jby8yLjAuNyIsWyJmdWxsTmFtZSJdPSJ3M25jby8yLjAuNyIsWyJsb2FkT3JkZXIiXT05LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHpsaWI9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xL3psaWIvMS4yLjExIixbImZ1bGxOYW1lIl09InpsaWIvMS4yLjExIixbImxvYWRPcmRl";' export '_ModuleTable011_;' '_ModuleTable012_="ciJdPTE3LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InpsaWIvMS4yLjExIix9LH0sbXBhdGhBPXsiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMiLCIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9EdXNhbi5Kb3ZpYy91ZnMvcHIxOC91ZnMtd2VhdGhlci1tb2RlbC9tb2R1bGVmaWxlcy93Y29zc19kZWxsX3AzIiwiL3VzcngvbG9jYWwvZGV2L2VtY19yb2NvdG8vbW9kdWxlZmlsZXMiLCIvdXNyeC9sb2NhbC9kZXYvbW9kdWxlZmlsZXMiLCIvdXNyeC9sb2NhbC9wcm9kL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlIiwiL3VzcngvbG9j";' export '_ModuleTable012_;' '_ModuleTable013_="YWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9kZWZzIiwiL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29yZV9wcm9kIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xIiwiL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfcHJvZC9pcHMvMTguMC4xIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl9tcGkvaXBzLzE4LjAuMSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvbXBpX3RoaXJkL2lwcy8xOC4wLjEvaW1waS8xOC4wLjEiLCIvZ3Bmcy9kZWxsMS9uY28vb3BzL253";' export '_ModuleTable013_;' '_ModuleTable014_="cHJvZC9tb2R1bGVmaWxlcy9tcGlfcHJvZC9pcHMvMTguMC4xL2ltcGkvMTguMC4xIiwiL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzIix9LFsic3lzdGVtQmFzZU1QQVRIIl09Ii91c3J4L2xvY2FsL3Byb2QvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmU6L3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkOi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvZGVmczovZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb3JlX3Byb2QiLH0=";' export '_ModuleTable014_;' '_ModuleTable_Sz_="14";' export '_ModuleTable_Sz_;' -++ MODULEPATH=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/dev/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1:/usrx/local/prod/modulefiles/mpi_third/ips/18.0.1/impi/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/mpi_prod/ips/18.0.1/impi/18.0.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles ++ eval 'MODULEPATH="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/dev/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1:/usrx/local/prod/modulefiles/mpi_third/ips/18.0.1/impi/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/mpi_prod/ips/18.0.1/impi/18.0.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles";' export 'MODULEPATH;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImlwcyIsWyJjb25tcGlsZXIiXT0iSERGNS1zZXJpYWwiLFsibXBpIl09ImltcGkiLH0sbVQ9e1siSERGNS1zZXJpYWwiXT17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvSERGNS1zZXJpYWwvMS4xMC4xIixbImZ1bGxOYW1lIl09IkhERjUtc2VyaWFsLzEuMTAuMSIsWyJsb2FkT3JkZXIiXT00LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09IkhERjUtc2VyaWFs";' export '_ModuleTable001_;' '_ModuleTable002_="LzEuMTAuMSIsfSxOZXRDREY9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xL05ldENERi80LjUuMCIsWyJmdWxsTmFtZSJdPSJOZXRDREYvNC41LjAiLFsibG9hZE9yZGVyIl09Myxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJOZXRDREYvNC41LjAiLH0sYmFjaW89e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2JhY2lvLzIuMC4zIixbImZ1bGxOYW1lIl09ImJhY2lvLzIuMC4zIixbImxvYWRPcmRlciJdPTYscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNl";' export '_ModuleTable002_;' '_ModuleTable003_="ck5hbWUiXT0iYmFjaW8vMi4wLjMiLH0sY21ha2U9e1siZm4iXT0iL3VzcngvbG9jYWwvZGV2L21vZHVsZWZpbGVzL2NtYWtlLzMuMTAuMCIsWyJmdWxsTmFtZSJdPSJjbWFrZS8zLjEwLjAiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY21ha2UvMy4xMC4wIix9LGNydG09e1siZm4iXT0iL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfcHJvZC9pcHMvMTguMC4xL2NydG0vMi4yLjYiLFsiZnVsbE5hbWUiXT0iY3J0bS8yLjIuNiIsWyJsb2FkT3JkZXIiXT0xNCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1";' export '_ModuleTable003_;' '_ModuleTable004_="c2VyTmFtZSJdPSJjcnRtLzIuMi42Iix9LGVzbWY9e1siZm4iXT0iL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcl9uZXcvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvd2Nvc3NfZGVsbF9wMy9mdjMiLFsiZnVsbE5hbWUiXT0iZnYzIixbImxvYWRPcmRlciJdPTIx";' export '_ModuleTable004_;' '_ModuleTable005_="LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTAsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImZ2MyIsfSxnMj17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzIvMy4xLjEiLFsiZnVsbE5hbWUiXT0iZzIvMy4xLjEiLFsibG9hZE9yZGVyIl09MTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZzIvMy4xLjEiLH0sZzJ0bXBsPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9nMnRtcGwvMS42LjAiLFsiZnVsbE5hbWUiXT0iZzJ0bXBsLzEuNi4wIixbImxvYWRPcmRlciJdPTEzLHByb3BUPXt9LFsic3Rh";' export '_ModuleTable005_;' '_ModuleTable006_="Y2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcydG1wbC8xLjYuMCIsfSxpbXBpPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfbXBpL2lwcy8xOC4wLjEvaW1waS8xOC4wLjEubHVhIixbImZ1bGxOYW1lIl09ImltcGkvMTguMC4xIixbImxvYWRPcmRlciJdPTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW1waS8xOC4wLjEiLH0saXA9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2lwLzMuMC4yIixbImZ1bGxOYW1lIl09ImlwLzMuMC4yIixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJz";' export '_ModuleTable006_;' '_ModuleTable007_="dGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaXAvMy4wLjIiLH0saXBzPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZC9pcHMvMTguMC4xLjE2MyIsWyJmdWxsTmFtZSJdPSJpcHMvMTguMC4xLjE2MyIsWyJsb2FkT3JkZXIiXT0xLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Imlwcy8xOC4wLjEuMTYzIix9LGphc3Blcj17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvamFzcGVyLzEuOTAwLjI5IixbImZ1bGxOYW1lIl09Imphc3Blci8xLjkwMC4yOSIsWyJsb2FkT3JkZXIi";' export '_ModuleTable007_;' '_ModuleTable008_="XT0xNSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJqYXNwZXIvMS45MDAuMjkiLH0sbGlicG5nPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBzLzE4LjAuMS9saWJwbmcvMS4yLjU5IixbImZ1bGxOYW1lIl09ImxpYnBuZy8xLjIuNTkiLFsibG9hZE9yZGVyIl09MTYscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibGlicG5nLzEuMi41OSIsfSxsc2Y9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkL2xzZi8xMC4xIixbImZ1bGxOYW1lIl09ImxzZi8xMC4xIixbImxv";' export '_ModuleTable008_;' '_ModuleTable009_="YWRPcmRlciJdPTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibHNmLzEwLjEiLH0sbmVtc2lvPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9uZW1zaW8vMi4yLjQiLFsiZnVsbE5hbWUiXT0ibmVtc2lvLzIuMi40IixbImxvYWRPcmRlciJdPTExLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5lbXNpby8yLjIuNCIsfSxwb3N0PXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wb3N0LzguMC4xIixbImZ1bGxOYW1lIl09InBvc3QvOC4wLjEiLFsibG9h";' export '_ModuleTable009_;' '_ModuleTable010_="ZE9yZGVyIl09MTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG9zdC84LjAuMSIsfSxzcD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvc3AvMi4wLjMiLFsiZnVsbE5hbWUiXT0ic3AvMi4wLjMiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzcC8yLjAuMyIsfSx3M2VtYz17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNlbWMvMi4zLjEiLFsiZnVsbE5hbWUiXT0idzNlbWMvMi4zLjEiLFsibG9hZE9yZGVyIl09MTAs";' export '_ModuleTable010_;' '_ModuleTable011_="cHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNlbWMvMi4zLjEiLH0sdzNuY289e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL3czbmNvLzIuMC43IixbImZ1bGxOYW1lIl09InczbmNvLzIuMC43IixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNuY28vMi4wLjciLH0semxpYj17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvemxpYi8xLjIuMTEiLFsiZnVsbE5hbWUiXT0iemxpYi8xLjIuMTEiLFsibG9hZE9y";' export '_ModuleTable011_;' '_ModuleTable012_="ZGVyIl09MTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iemxpYi8xLjIuMTEiLH0sfSxtcGF0aEE9eyIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcyIsIi9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcl9uZXcvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvd2Nvc3NfZGVsbF9wMyIsIi91c3J4L2xvY2FsL2Rldi9lbWNfcm9jb3RvL21vZHVsZWZpbGVzIiwiL3VzcngvbG9jYWwvZGV2L21vZHVsZWZpbGVzIiwiL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi91c3J4";' export '_ModuleTable012_;' '_ModuleTable013_="L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZCIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvZGVmcyIsIi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBzLzE4LjAuMSIsIi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3Byb2QvaXBzLzE4LjAuMSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfbXBpL2lwcy8xOC4wLjEiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL21waV90aGlyZC9pcHMvMTguMC4xL2ltcGkvMTguMC4xIiwiL2dwZnMvZGVsbDEvbmNvL29w";' export '_ModuleTable013_;' '_ModuleTable014_="cy9ud3Byb2QvbW9kdWxlZmlsZXMvbXBpX3Byb2QvaXBzLzE4LjAuMS9pbXBpLzE4LjAuMSIsIi91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvdXNyeC9sb2NhbC9wcm9kL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlOi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZDovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2RlZnM6L2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29yZV9wcm9kIix9";' export '_ModuleTable014_;' '_ModuleTable_Sz_="14";' export '_ModuleTable_Sz_;' +++ MODULEPATH=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/dev/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1:/usrx/local/prod/modulefiles/mpi_third/ips/18.0.1/impi/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/mpi_prod/ips/18.0.1/impi/18.0.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles ++ export MODULEPATH ++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImlwcyIsWyJjb25tcGlsZXIiXT0iSERGNS1zZXJpYWwiLFsibXBpIl09ImltcGkiLH0sbVQ9e1siSERGNS1zZXJpYWwiXT17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvSERGNS1zZXJpYWwvMS4xMC4xIixbImZ1bGxOYW1lIl09IkhERjUtc2VyaWFsLzEuMTAuMSIsWyJsb2FkT3JkZXIiXT00LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09IkhERjUtc2VyaWFs ++ export _ModuleTable001_ @@ -53571,34 +3213,34 @@ Currently Loaded Modules: ++ export _ModuleTable002_ ++ _ModuleTable003_=ck5hbWUiXT0iYmFjaW8vMi4wLjMiLH0sY21ha2U9e1siZm4iXT0iL3VzcngvbG9jYWwvZGV2L21vZHVsZWZpbGVzL2NtYWtlLzMuMTAuMCIsWyJmdWxsTmFtZSJdPSJjbWFrZS8zLjEwLjAiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY21ha2UvMy4xMC4wIix9LGNydG09e1siZm4iXT0iL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfcHJvZC9pcHMvMTguMC4xL2NydG0vMi4yLjYiLFsiZnVsbE5hbWUiXT0iY3J0bS8yLjIuNiIsWyJsb2FkT3JkZXIiXT0xNCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1 ++ export _ModuleTable003_ -++ _ModuleTable004_=c2VyTmFtZSJdPSJjcnRtLzIuMi42Iix9LGVzbWY9e1siZm4iXT0iL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcjE4L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL3djb3NzX2RlbGxfcDMvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT0yMSxw +++ _ModuleTable004_=c2VyTmFtZSJdPSJjcnRtLzIuMi42Iix9LGVzbWY9e1siZm4iXT0iL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcl9uZXcvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvd2Nvc3NfZGVsbF9wMy9mdjMiLFsiZnVsbE5hbWUiXT0iZnYzIixbImxvYWRPcmRlciJdPTIx ++ export _ModuleTable004_ -++ _ModuleTable005_=cm9wVD17fSxbInN0YWNrRGVwdGgiXT0wLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZzI9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2cyLzMuMS4xIixbImZ1bGxOYW1lIl09ImcyLzMuMS4xIixbImxvYWRPcmRlciJdPTEyLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcyLzMuMS4xIix9LGcydG1wbD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzJ0bXBsLzEuNi4wIixbImZ1bGxOYW1lIl09ImcydG1wbC8xLjYuMCIsWyJsb2FkT3JkZXIiXT0xMyxwcm9wVD17fSxbInN0YWNr +++ _ModuleTable005_=LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTAsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImZ2MyIsfSxnMj17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzIvMy4xLjEiLFsiZnVsbE5hbWUiXT0iZzIvMy4xLjEiLFsibG9hZE9yZGVyIl09MTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZzIvMy4xLjEiLH0sZzJ0bXBsPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9nMnRtcGwvMS42LjAiLFsiZnVsbE5hbWUiXT0iZzJ0bXBsLzEuNi4wIixbImxvYWRPcmRlciJdPTEzLHByb3BUPXt9LFsic3Rh ++ export _ModuleTable005_ -++ _ModuleTable006_=RGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMnRtcGwvMS42LjAiLH0saW1waT17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX21waS9pcHMvMTguMC4xL2ltcGkvMTguMC4xLmx1YSIsWyJmdWxsTmFtZSJdPSJpbXBpLzE4LjAuMSIsWyJsb2FkT3JkZXIiXT0yLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImltcGkvMTguMC4xIix9LGlwPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9pcC8zLjAuMiIsWyJmdWxsTmFtZSJdPSJpcC8zLjAuMiIsWyJsb2FkT3JkZXIiXT03LHByb3BUPXt9LFsic3Rh +++ _ModuleTable006_=Y2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcydG1wbC8xLjYuMCIsfSxpbXBpPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfbXBpL2lwcy8xOC4wLjEvaW1waS8xOC4wLjEubHVhIixbImZ1bGxOYW1lIl09ImltcGkvMTguMC4xIixbImxvYWRPcmRlciJdPTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW1waS8xOC4wLjEiLH0saXA9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2lwLzMuMC4yIixbImZ1bGxOYW1lIl09ImlwLzMuMC4yIixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJz ++ export _ModuleTable006_ -++ _ModuleTable007_=Y2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImlwLzMuMC4yIix9LGlwcz17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQvaXBzLzE4LjAuMS4xNjMiLFsiZnVsbE5hbWUiXT0iaXBzLzE4LjAuMS4xNjMiLFsibG9hZE9yZGVyIl09MSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJpcHMvMTguMC4xLjE2MyIsfSxqYXNwZXI9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xL2phc3Blci8xLjkwMC4yOSIsWyJmdWxsTmFtZSJdPSJqYXNwZXIvMS45MDAuMjkiLFsibG9hZE9yZGVyIl09 +++ _ModuleTable007_=dGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaXAvMy4wLjIiLH0saXBzPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZC9pcHMvMTguMC4xLjE2MyIsWyJmdWxsTmFtZSJdPSJpcHMvMTguMC4xLjE2MyIsWyJsb2FkT3JkZXIiXT0xLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Imlwcy8xOC4wLjEuMTYzIix9LGphc3Blcj17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvamFzcGVyLzEuOTAwLjI5IixbImZ1bGxOYW1lIl09Imphc3Blci8xLjkwMC4yOSIsWyJsb2FkT3JkZXIi ++ export _ModuleTable007_ -++ _ModuleTable008_=MTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iamFzcGVyLzEuOTAwLjI5Iix9LGxpYnBuZz17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvbGlicG5nLzEuMi41OSIsWyJmdWxsTmFtZSJdPSJsaWJwbmcvMS4yLjU5IixbImxvYWRPcmRlciJdPTE2LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImxpYnBuZy8xLjIuNTkiLH0sbHNmPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZC9sc2YvMTAuMSIsWyJmdWxsTmFtZSJdPSJsc2YvMTAuMSIsWyJsb2Fk +++ _ModuleTable008_=XT0xNSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJqYXNwZXIvMS45MDAuMjkiLH0sbGlicG5nPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBzLzE4LjAuMS9saWJwbmcvMS4yLjU5IixbImZ1bGxOYW1lIl09ImxpYnBuZy8xLjIuNTkiLFsibG9hZE9yZGVyIl09MTYscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibGlicG5nLzEuMi41OSIsfSxsc2Y9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkL2xzZi8xMC4xIixbImZ1bGxOYW1lIl09ImxzZi8xMC4xIixbImxv ++ export _ModuleTable008_ -++ _ModuleTable009_=T3JkZXIiXT01LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImxzZi8xMC4xIix9LG5lbXNpbz17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvbmVtc2lvLzIuMi40IixbImZ1bGxOYW1lIl09Im5lbXNpby8yLjIuNCIsWyJsb2FkT3JkZXIiXT0xMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZW1zaW8vMi4yLjQiLH0scG9zdD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvcG9zdC84LjAuMSIsWyJmdWxsTmFtZSJdPSJwb3N0LzguMC4xIixbImxvYWRP +++ _ModuleTable009_=YWRPcmRlciJdPTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibHNmLzEwLjEiLH0sbmVtc2lvPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9uZW1zaW8vMi4yLjQiLFsiZnVsbE5hbWUiXT0ibmVtc2lvLzIuMi40IixbImxvYWRPcmRlciJdPTExLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5lbXNpby8yLjIuNCIsfSxwb3N0PXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wb3N0LzguMC4xIixbImZ1bGxOYW1lIl09InBvc3QvOC4wLjEiLFsibG9h ++ export _ModuleTable009_ -++ _ModuleTable010_=cmRlciJdPTE4LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InBvc3QvOC4wLjEiLH0sc3A9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL3NwLzIuMC4zIixbImZ1bGxOYW1lIl09InNwLzIuMC4zIixbImxvYWRPcmRlciJdPTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ic3AvMi4wLjMiLH0sdzNlbWM9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL3czZW1jLzIuMy4xIixbImZ1bGxOYW1lIl09InczZW1jLzIuMy4xIixbImxvYWRPcmRlciJdPTEwLHBy +++ _ModuleTable010_=ZE9yZGVyIl09MTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG9zdC84LjAuMSIsfSxzcD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvc3AvMi4wLjMiLFsiZnVsbE5hbWUiXT0ic3AvMi4wLjMiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzcC8yLjAuMyIsfSx3M2VtYz17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNlbWMvMi4zLjEiLFsiZnVsbE5hbWUiXT0idzNlbWMvMi4zLjEiLFsibG9hZE9yZGVyIl09MTAs ++ export _ModuleTable010_ -++ _ModuleTable011_=b3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczZW1jLzIuMy4xIix9LHczbmNvPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy93M25jby8yLjAuNyIsWyJmdWxsTmFtZSJdPSJ3M25jby8yLjAuNyIsWyJsb2FkT3JkZXIiXT05LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHpsaWI9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xL3psaWIvMS4yLjExIixbImZ1bGxOYW1lIl09InpsaWIvMS4yLjExIixbImxvYWRPcmRl +++ _ModuleTable011_=cHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNlbWMvMi4zLjEiLH0sdzNuY289e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL3czbmNvLzIuMC43IixbImZ1bGxOYW1lIl09InczbmNvLzIuMC43IixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNuY28vMi4wLjciLH0semxpYj17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvemxpYi8xLjIuMTEiLFsiZnVsbE5hbWUiXT0iemxpYi8xLjIuMTEiLFsibG9hZE9y ++ export _ModuleTable011_ -++ _ModuleTable012_=ciJdPTE3LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InpsaWIvMS4yLjExIix9LH0sbXBhdGhBPXsiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMiLCIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9EdXNhbi5Kb3ZpYy91ZnMvcHIxOC91ZnMtd2VhdGhlci1tb2RlbC9tb2R1bGVmaWxlcy93Y29zc19kZWxsX3AzIiwiL3VzcngvbG9jYWwvZGV2L2VtY19yb2NvdG8vbW9kdWxlZmlsZXMiLCIvdXNyeC9sb2NhbC9kZXYvbW9kdWxlZmlsZXMiLCIvdXNyeC9sb2NhbC9wcm9kL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlIiwiL3VzcngvbG9j +++ _ModuleTable012_=ZGVyIl09MTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iemxpYi8xLjIuMTEiLH0sfSxtcGF0aEE9eyIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcyIsIi9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcl9uZXcvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvd2Nvc3NfZGVsbF9wMyIsIi91c3J4L2xvY2FsL2Rldi9lbWNfcm9jb3RvL21vZHVsZWZpbGVzIiwiL3VzcngvbG9jYWwvZGV2L21vZHVsZWZpbGVzIiwiL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi91c3J4 ++ export _ModuleTable012_ -++ _ModuleTable013_=YWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9kZWZzIiwiL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29yZV9wcm9kIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xIiwiL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfcHJvZC9pcHMvMTguMC4xIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl9tcGkvaXBzLzE4LjAuMSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvbXBpX3RoaXJkL2lwcy8xOC4wLjEvaW1waS8xOC4wLjEiLCIvZ3Bmcy9kZWxsMS9uY28vb3BzL253 +++ _ModuleTable013_=L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZCIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvZGVmcyIsIi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBzLzE4LjAuMSIsIi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3Byb2QvaXBzLzE4LjAuMSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfbXBpL2lwcy8xOC4wLjEiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL21waV90aGlyZC9pcHMvMTguMC4xL2ltcGkvMTguMC4xIiwiL2dwZnMvZGVsbDEvbmNvL29w ++ export _ModuleTable013_ -++ _ModuleTable014_=cHJvZC9tb2R1bGVmaWxlcy9tcGlfcHJvZC9pcHMvMTguMC4xL2ltcGkvMTguMC4xIiwiL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzIix9LFsic3lzdGVtQmFzZU1QQVRIIl09Ii91c3J4L2xvY2FsL3Byb2QvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmU6L3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkOi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvZGVmczovZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb3JlX3Byb2QiLH0= +++ _ModuleTable014_=cy9ud3Byb2QvbW9kdWxlZmlsZXMvbXBpX3Byb2QvaXBzLzE4LjAuMS9pbXBpLzE4LjAuMSIsIi91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvdXNyeC9sb2NhbC9wcm9kL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlOi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZDovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2RlZnM6L2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29yZV9wcm9kIix9 ++ export _ModuleTable014_ ++ _ModuleTable_Sz_=14 ++ export _ModuleTable_Sz_ ++ : -s sh + eval -+ cd build_fv3_9 -+ cmake /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model -DREPRO=Y -D32BIT=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -DDYN32=ON -DSTATIC=ON -DMULTI_GASES=OFF ++ cd build_fv3_3 ++ cmake /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model -D32BIT=Y -- The C compiler identification is Intel 18.0.1.20171018 -- The CXX compiler identification is Intel 18.0.1.20171018 -- The Fortran compiler identification is Intel 18.0.1.20171018 @@ -53639,7 +3281,7 @@ CXX compiler: Intel 18.0.1.20171018 (mpiicpc) Fortran compiler: Intel 18.0.1.20171018 (mpiifort) DEBUG is disabled -REPRO is ENABLED +REPRO is disabled 32BIT is ENABLED OPENMP is ENABLED AVX2 is disabled @@ -53650,206 +3292,146 @@ Selected physics package: gfs Force 64 bits in gfsphysics Force 64 bits in ipd --- Dynamics compiled with 32-bit option, adjust fv_sat_adj types --- Detecting OpenMP flags for Intel C compiler: -qopenmp --- Detecting OpenMP flags for Intel C++ compiler: -qopenmp --- Detecting OpenMP flags for Intel Fortran compiler: -qopenmp --- Enable OpenMP support for C/C++/Fortran compiler --- Disable SIONlib support --- Disable Intel MKL support --- Enable netCDF support --- Disable ESMF support --- Disable multi-gases physics --- Detecting OpenMP flags for Intel C compiler: -qopenmp --- Detecting OpenMP flags for Intel C++ compiler: -qopenmp --- Detecting OpenMP flags for Intel Fortran compiler: -qopenmp --- Enable OpenMP support for C/C++/Fortran compiler --- Found LibXml2: /usr/lib64/libxml2.so (found version "2.9.1") --- Found Doxygen: /usr/bin/doxygen (found version "1.8.5") found components: doxygen dot --- Detecting OpenMP flags for Intel C compiler: -qopenmp --- Detecting OpenMP flags for Intel C++ compiler: -qopenmp --- Detecting OpenMP flags for Intel Fortran compiler: -qopenmp --- Enable OpenMP support for C/C++/Fortran compiler -INFOGot CCPP_SCHEMES from environment variable: /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/aer_cloud.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/aerclm_def.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/aerinterp.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/calpreciptype.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cldwat2m_micro.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cldmacro.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/date_def.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/funcphys.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gcycle.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/h2o_def.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/h2ointerp.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/iccn_def.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/iccninterp.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/iounitdef.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/machine.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mersenne_twister.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfpbl.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg_utils.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg2_0.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg3_0.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/multi_gases.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_model.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_parameters.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_radar.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_thompson.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MP_FER_HIRES.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_bl_mynn.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_mynn.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_orowam2017.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/namelist_soilveg.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfpblt.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfpbltq.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfscu.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mfscuq.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/noahmp_tables.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/num_parthds.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozne_def.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozinterp.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/physcons.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/physparam.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radcons.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_aerosols.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_astronomy.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_clouds.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_gases.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radiation_surface.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radlw_datatb.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radlw_param.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radsw_datatb.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radsw_param.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/samfaerosols.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfcsub.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sflx.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/set_soilveg.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/surface_perturbation.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_deep.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_sh.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/tridi.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/wv_saturation.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_soil_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rayleigh_damp.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radsw_main.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_ocean.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gwdc.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gscond.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ysuvdif.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_sice.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/samfdeepcnv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/satmedmfvdif.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozphys_2015.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/samfshalcnv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/precpd.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_fer_hires.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diag.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/radlw_main.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_debug.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/satmedmfvdifq.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cs_conv.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/shinhongvdif.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/h2ophys.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_nst.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/moninedmf.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diff.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diag_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/m_micro.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gcm_shoc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/gwdps.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/shalcnv.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/get_prs_fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/ozphys.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_stochastics.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/drag_suite.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_cice.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sascnvn.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/cnvc90.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/sfc_drv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/dcyc2.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/FV3/ccpp/physics/physics/moninshoc.f -INFOGot CAPS from environment variable: /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_9/FV3/ccpp/physics/ccpp_FV3_GFS_2017_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_9/FV3/ccpp/physics/ccpp_FV3_GFS_2017_time_vary_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_9/FV3/ccpp/physics/ccpp_FV3_GFS_2017_radiation_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_9/FV3/ccpp/physics/ccpp_FV3_GFS_2017_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_9/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stochastics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_9/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stretched_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_9/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stretched_fast_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_9/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stretched_time_vary_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_9/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stretched_radiation_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_9/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stretched_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_9/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stretched_stochastics_cap.F90 -Force 64 bits in CCPP_layer Force 64 bits in stochastic_physics -- Configuring done -- Generating done --- Build files have been written to: /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/tests/build_fv3_9 +-- Build files have been written to: /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/tests/build_fv3_3 + make -j 4 -Scanning dependencies of target ccpp -[ 0%] Building Fortran object FV3/ccpp/framework/src/CMakeFiles/ccpp.dir/ccpp_types.F90.o -[ 0%] Building Fortran object FV3/ccpp/framework/src/CMakeFiles/ccpp.dir/ccpp_errors.F90.o Scanning dependencies of target fv3cpl -[ 0%] Building Fortran object FV3/cpl/CMakeFiles/fv3cpl.dir/module_cap_cpl.F90.o -[ 0%] Building Fortran object FV3/cpl/CMakeFiles/fv3cpl.dir/module_cplfields.F90.o -[ 1%] Building Fortran object FV3/ccpp/framework/src/CMakeFiles/ccpp.dir/ccpp.F90.o -[ 1%] Building Fortran object FV3/ccpp/framework/src/CMakeFiles/ccpp.dir/ccpp_api.F90.o -[ 1%] Linking Fortran static library libccpp.a -[ 1%] Built target ccpp -[ 2%] Linking Fortran static library libfv3cpl.a -[ 2%] Built target fv3cpl -Scanning dependencies of target ccppphys -[ 2%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/machine.F.o -[ 2%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mersenne_twister.f.o -[ 2%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFDL_parse_tracers.F90.o -[ 2%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_mp_radar.F90.o -[ 2%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/iounitdef.f.o -[ 2%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/namelist_soilveg.f.o -[ 2%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/namelist_soilveg_ruc.F90.o -[ 2%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_noahmp_glacier.f90.o -[ 2%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/noahmp_tables.f90.o -[ 2%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_noahmplsm.f90.o +[ 1%] Building Fortran object FV3/cpl/CMakeFiles/fv3cpl.dir/module_cap_cpl.F90.o +[ 1%] Building Fortran object FV3/cpl/CMakeFiles/fv3cpl.dir/module_cplfields.F90.o +Scanning dependencies of target gfsphysics +[ 1%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/machine.F.o +[ 2%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/co2hc.f.o Scanning dependencies of target fms -[ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/platform/platform.F90.o +[ 3%] Building Fortran object CMakeFiles/fms.dir/FMS/platform/platform.F90.o +[ 3%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_parameter.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_parameter.F90.o -[ 2%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_soil_pre.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. +[ 3%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_composition.f.o [ 3%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_core.F90.o +[ 3%] Linking Fortran static library libfv3cpl.a +[ 3%] Built target fv3cpl Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. [ 3%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_input.F90.o +[ 4%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/efield.f.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 3%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/cloud_interpolator.F90.o -[ 3%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_io.F90.o +[ 4%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/cloud_interpolator.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 4%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/physcons.F90.o -[ 4%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/aerclm_def.F.o +[ 5%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/wam_f107_kp_mod.f90.o +[ 5%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mersenne_twister.f.o +[ 5%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_io.F90.o +[ 5%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/GFDL_parse_tracers.F90.o [ 5%] Building Fortran object CMakeFiles/fms.dir/FMS/random_numbers/MersenneTwister.F90.o -[ 5%] Building Fortran object CMakeFiles/fms.dir/FMS/sat_vapor_pres/sat_vapor_pres_k.F90.o -[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/physparam.f.o -[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/h2o_def.f.o -[ 5%] Building Fortran object CMakeFiles/fms.dir/FMS/constants/constants.F90.o -[ 5%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_data.F90.o -[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/iccn_def.F.o -[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/micro_mg_utils.F90.o +[ 6%] Building Fortran object CMakeFiles/fms.dir/FMS/sat_vapor_pres/sat_vapor_pres_k.F90.o +[ 7%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/iounitdef.f.o +[ 7%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/namelist_soilveg.f.o +[ 7%] Building Fortran object CMakeFiles/fms.dir/FMS/constants/constants.F90.o +[ 8%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_data.F90.o +[ 8%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_wrf_utl.f90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozne_def.f.o -[ 6%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp.F90.o -[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/surface_perturbation.F90.o -[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_deep.F90.o -[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_gfdl_cloud_microphys.F90.o +[ 8%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/noahmp_tables.f90.o +[ 8%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp.F90.o +[ 8%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_mp_radar.F90.o +[ 8%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/physcons.F90.o +[ 8%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/date_def.f.o +[ 9%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/progtm_module.f.o +[ 9%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/aerclm_def.f.o +[ 9%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2o_def.f.o +[ 9%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/physparam.f.o +[ 10%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ozne_def.f.o +[ 10%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gfs_phy_tracer_config.F.o +[ 10%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/surface_perturbation.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gfs_phy_tracer_config.F.o -[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radcons.f90.o -[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/set_soilveg.f.o -[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MP_FER_HIRES.F90.o -[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_BL_MYJPBL.F90.o -[ 8%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/date_def.f.o -[ 8%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_mp_thompson.F90.o -[ 9%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gwdps.f.o -[ 10%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_SF_JSFC.F90.o -[ 11%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_ruclsm.F90.o -[ 11%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_efp.F90.o +[ 10%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_sf_noahmp_glacier.f90.o +[ 11%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_sf_noahmplsm.f90.o +[ 11%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/iccn_def.f.o +[ 12%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/micro_mg_utils.F90.o +[ 12%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gfdl_cloud_microphys.F90.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/tracer_const_h.f.o +[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/funcphys.f90.o +[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_ugwp_initialize.F90.o +[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radlw_param.f.o +[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radsw_param.f.o +[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_astronomy.f.o +[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_surface.f.o +[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_nst_parameters.f90.o +[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/aer_cloud.F.o +[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_mp_thompson_gfs.F90.o +[ 15%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_mp_wsm6_fv3.F90.o +[ 15%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/get_prs_fv3.f90.o +[ 16%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_cice.f.o +[ 16%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_diff.f.o +[ 16%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_ugwp_module.F90.o +[ 16%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/rascnvv2.f.o +[ 16%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_aerosols.f.o +ifort: command line warning #10121: overriding '-xHOST' with '-xCORE-AVX-I' +[ 16%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_bfmicrophysics.f.o +[ 16%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_gases.f.o +[ 17%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radlw_datatb.f.o +[ 18%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radsw_datatb.f.o +[ 18%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_nst_water_prop.f90.o +[ 18%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/wv_saturation.F.o +[ 18%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_efp.F90.o +[ 19%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cs_conv.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 11%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_memutils.F90.o -[ 12%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_pset.F90.o +[ 19%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_memutils.F90.o +[ 20%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_pset.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 12%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_type.F90.o -[ 12%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/gradient.F90.o -[ 12%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_domains.F90.o -[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/set_soilveg_ruc.F90.o -[ 13%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_post.F90.o -[ 14%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cnvc90.f.o -[ 14%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_DCNV_generic.F90.o -[ 15%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_GWD_generic.F90.o -[ 15%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_MP_generic.F90.o -[ 16%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_PBL_generic.F90.o -[ 16%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_SCNV_generic.F90.o -[ 16%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_composites.F90.o -[ 17%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_loop_control.F90.o -[ 17%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/maximum_hourly_diagnostics.F90.o -[ 18%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozphys.f.o -[ 18%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rayleigh_damp.f.o -[ 19%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_diag_post.F90.o -[ 19%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_diff.f.o -[ 19%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_stochastics.F90.o -[ 19%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/__/__/gfsphysics/CCPP_layer/CCPP_typedefs.F90.o -[ 19%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/funcphys.f90.o -[ 20%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radlw_param.f.o -[ 20%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radsw_param.f.o -[ 21%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_nst_parameters.f90.o -[ 21%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_bl_mynn.F90.o -[ 21%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_initialize.F90.o -[ 21%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_astronomy.f.o -[ 21%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_surface.f.o -[ 21%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/samfaerosols.F.o -[ 22%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/aerinterp.F90.o -[ 22%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/h2ointerp.f90.o -[ 23%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/iccninterp.F90.o -[ 23%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozinterp.f90.o -[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_mp_thompson_make_number_concentrations.F90.o -[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/aer_cloud.F.o -[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_sh.F90.o +[ 20%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_diag.f.o +[ 21%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_type.F90.o +[ 22%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_drv.f.o +[ 23%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/gradient.F90.o +[ 23%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_ocean.f.o +[ 24%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_sice.f.o +[ 24%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_domains.F90.o +[ 24%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_typedefs.F90.o +[ 25%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_clouds.f.o +[ 25%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radlw_main.f.o +[ 25%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radsw_main.f.o +[ 25%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_nst_model.f90.o +[ 25%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cldmacro.F.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/get_prs_fv3.F90.o -[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_generic.F90.o -[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gfdl_fv_sat_adj.F90.o -[ 25%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gfdl_cloud_microphys.F90.o -[ 25%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/wv_saturation.F.o -[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/__/__/gfsphysics/GFS_layer/GFS_typedefs.F90.o -[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_nst_water_prop.f90.o -[ 27%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_module.F90.o -[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_bfmicrophysics.f.o -[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radsw_datatb.f.o -[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_aerosols.f.o -[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_gases.f.o -[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radlw_datatb.f.o -[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_mynn.F90.o -[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/moninedmf.f.o -[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_drv.f.o -[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/samfdeepcnv.f.o -[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/samfshalcnv.f.o -[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_diag.f.o -[ 30%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_sice.f.o -[ 30%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gscond.f.o -[ 30%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/precpd.f.o -[ 30%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_time_vary_pre.fv3.F90.o -[ 30%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_stretched_fast_physics_cap.F90.o -[ 31%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_clouds.f.o -[ 31%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radlw_main.f.o -[ 32%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radsw_main.f.o -[ 32%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_nst_model.f90.o -[ 32%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cldmacro.F.o -[ 32%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cldwat2m_micro.F.o -[ 32%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/micro_mg2_0.F90.o -[ 32%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/micro_mg3_0.F90.o -[ 32%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp.F90.o -[ 32%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_nst.f.o -[ 32%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_setup.F90.o -[ 32%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_comm.F90.o -[ 32%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_io.F90.o +[ 26%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cldwat2m_micro.F.o +[ 26%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/micro_mg2_0.F90.o +[ 26%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/micro_mg3_0.F90.o +[ 27%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_radiation_driver.F90.o +[ 27%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_diagnostics.F90.o +[ 27%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_nst.f.o +[ 27%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_physics_driver.F90.o +[ 27%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_restart.F90.o +[ 28%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_io.F90.o +[ 28%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_comm.F90.o Compiling in MPI mode (with or without MPP) Using 8-byte addressing Using pure routines. @@ -53859,372 +3441,351 @@ Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 34%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_post.F90.o -[ 34%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/dcyc2.f.o -[ 34%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_suite_interstitial.F90.o -[ 34%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_pre.F90.o -[ 35%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rrtmg_lw_post.F90.o -[ 35%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rrtmg_lw_pre.F90.o -[ 35%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rrtmg_sw_post.F90.o -[ 35%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rrtmg_sw_pre.F90.o -[ 35%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_stochastics_cap.F90.o -[ 35%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_phys_time_vary.fv3.F90.o -[ 35%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_rad_time_vary.fv3.F90.o -[ 35%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_stretched_stochastics_cap.F90.o -[ 35%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_physics_cap.F90.o -[ 36%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_stretched_physics_cap.F90.o -[ 36%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_radiation_cap.F90.o -[ 37%] Building Fortran object CMakeFiles/fms.dir/FMS/fms/fms_io.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 37%] Building Fortran object CMakeFiles/fms.dir/FMS/memutils/memutils.F90.o -[ 38%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_time_vary_cap.F90.o -[ 38%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_stretched_radiation_cap.F90.o -[ 38%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_stretched_time_vary_cap.F90.o -[ 38%] Building Fortran object CMakeFiles/fms.dir/FMS/fms/fms.F90.o -[ 39%] Building Fortran object CMakeFiles/fms.dir/FMS/time_manager/time_manager.F90.o -[ 39%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bicubic.F90.o +[ 28%] Building Fortran object CMakeFiles/fms.dir/FMS/memutils/memutils.F90.o +[ 28%] Building Fortran object CMakeFiles/fms.dir/FMS/fms/fms_io.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 39%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bilinear.F90.o -[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_conserve.F90.o +[ 29%] Building Fortran object CMakeFiles/fms.dir/FMS/fms/fms.F90.o +[ 29%] Building Fortran object CMakeFiles/fms.dir/FMS/time_manager/time_manager.F90.o +[ 29%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bicubic.F90.o +[ 30%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bilinear.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_spherical.F90.o -[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/axis_utils/axis_utils.F90.o -[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_grid.F90.o -[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/field_manager/field_manager.F90.o +[ 30%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_conserve.F90.o +[ 30%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_spherical.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 42%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/mosaic.F90.o -[ 42%] Building Fortran object CMakeFiles/fms.dir/FMS/topography/gaussian_topog.F90.o -[ 42%] Building Fortran object CMakeFiles/fms.dir/FMS/time_manager/get_cal_time.F90.o -[ 42%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp.F90.o -[ 42%] Building Fortran object CMakeFiles/fms.dir/FMS/time_interp/time_interp.F90.o -[ 42%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_data.F90.o +[ 30%] Building Fortran object CMakeFiles/fms.dir/FMS/axis_utils/axis_utils.F90.o +[ 30%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_grid.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 42%] Building Fortran object CMakeFiles/fms.dir/FMS/field_manager/fm_util.F90.o -[ 43%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_types.F90.o -[ 43%] Building Fortran object CMakeFiles/fms.dir/FMS/time_interp/time_interp_external.F90.o -[ 43%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_axis.F90.o +[ 30%] Building Fortran object CMakeFiles/fms.dir/FMS/field_manager/field_manager.F90.o +[ 30%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/mosaic.F90.o +[ 31%] Building Fortran object CMakeFiles/fms.dir/FMS/topography/gaussian_topog.F90.o +[ 31%] Building Fortran object CMakeFiles/fms.dir/FMS/time_manager/get_cal_time.F90.o +[ 32%] Building Fortran object CMakeFiles/fms.dir/FMS/time_interp/time_interp.F90.o +[ 32%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_data.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. +[ 33%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_types.F90.o +[ 33%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp.F90.o +[ 34%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_axis.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 43%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_manifest.F90.o -[ 43%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/xbt_drop_rate_adjust.f90.o -[ 43%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/write_ocean_data.F90.o -[ 43%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_output.F90.o +[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_manifest.F90.o +[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/field_manager/fm_util.F90.o +[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/xbt_drop_rate_adjust.f90.o +[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/write_ocean_data.F90.o +[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/time_interp/time_interp_external.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 43%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_util.F90.o +[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_output.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 44%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_table.F90.o -[ 44%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_manager.F90.o +[ 36%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_util.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 44%] Building Fortran object CMakeFiles/fms.dir/FMS/data_override/data_override.F90.o +[ 36%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_driver.F90.o +[ 36%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_table.F90.o +[ 36%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_manager.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 44%] Building Fortran object CMakeFiles/fms.dir/FMS/exchange/stock_constants.F90.o -[ 44%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/coupler_types.F90.o -[ 44%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_cap.F90.o -[ 45%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_stretched_cap.F90.o -[ 45%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_debug.F90.o -[ 45%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_suite_init_finalize_test.F90.o -[ 45%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cs_conv.F90.o -[ 45%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cs_conv_aw_adj.F90.o -[ 45%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver.F90.o -[ 46%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver_post.F90.o -[ 46%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver_pre.F90.o -[ 46%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke.F90.o -[ 46%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke_post.F90.o -[ 46%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke_pre.F90.o -[ 46%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/drag_suite.F90.o -[ 47%] Building Fortran object CMakeFiles/fms.dir/FMS/amip_interp/amip_interp.F90.o -[ 47%] Building Fortran object CMakeFiles/fms.dir/FMS/astronomy/astronomy.F90.o -[ 47%] Building Fortran object CMakeFiles/fms.dir/FMS/block_control/block_control.F90.o +[ 37%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_abstraction_layer.F90.o +[ 38%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2oc.f.o +[ 38%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_solar_heating.f.o +[ 38%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_tracer.f.o +[ 39%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ideaca.f.o +[ 39%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfcsub.F.o +[ 39%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ugwp_driver_v0.f.o +[ 39%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cnvc90.f.o +[ 39%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/dcyc2.f.o +[ 39%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/dcyc2.pre.rad.f.o +[ 39%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/get_prs.f.o +[ 39%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gocart_tracer_config_stub.f.o +[ 39%] Building Fortran object CMakeFiles/fms.dir/FMS/data_override/data_override.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 47%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gcm_shoc.F90.o -[ 47%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gwdc.f.o -[ 48%] Building Fortran object CMakeFiles/fms.dir/FMS/column_diagnostics/column_diagnostics.F90.o -[ 48%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/atmos_ocean_fluxes.F90.o -[ 49%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/ensemble_manager.F90.o -[ 49%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters.F90.o +[ 40%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gscond.f.o +[ 40%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gscondp.f.o +[ 40%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gwdc.f.o +[ 41%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gwdps.f.o +[ 41%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_orowam2017.f.o +[ 41%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2ohdc.f.o +[ 41%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2ophys.f.o +[ 41%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_co2.f.o +[ 41%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_dissipation.f.o +[ 42%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_h2o.f.o +[ 42%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_ion.f.o +[ 42%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_o2_o3.f.o +[ 43%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_phys.f.o +[ 43%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/lrgsclr.f.o +[ 43%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfpbl.f.o +[ 44%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfpblt.f.o +[ 44%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfpbltq.f.o +[ 44%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfscu.f.o +[ 45%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfscuq.f.o +[ 45%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninedmf.f.o +[ 45%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninedmf_hafs.f.o +[ 46%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/coupler_types.F90.o +[ 47%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninp.f.o +[ 47%] Building Fortran object CMakeFiles/fms.dir/FMS/exchange/stock_constants.F90.o +[ 47%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninp1.f.o +[ 47%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninq.f.o +[ 48%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninq1.f.o +[ 48%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninshoc.f.o +[ 48%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mstadb.f.o +[ 49%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mstadbtn.f.o +[ 49%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mstadbtn2.f.o +[ 49%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mstcnv.f.o +[ 50%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ozphys.f.o +[ 50%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ozphys_2015.f.o +[ 50%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/precpd.f.o +[ 51%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/precpd_shoc.f.o +[ 51%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/precpdp.f.o +[ 51%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/progt2.f.o +[ 51%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/rad_initialize.f.o +[ 52%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/rayleigh_damp.f.o +[ 52%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/rayleigh_damp_mesopause.f.o +[ 53%] Building Fortran object CMakeFiles/fms.dir/FMS/amip_interp/amip_interp.F90.o +[ 53%] Building Fortran object CMakeFiles/fms.dir/FMS/astronomy/astronomy.F90.o +[ 53%] Building Fortran object CMakeFiles/fms.dir/FMS/block_control/block_control.F90.o +[ 53%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/samfaerosols.f.o +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 54%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/samfdeepcnv.f.o +[ 55%] Building Fortran object CMakeFiles/fms.dir/FMS/column_diagnostics/column_diagnostics.F90.o +[ 55%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/samfshalcnv.f.o +[ 55%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sascnv.f.o +[ 55%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/atmos_ocean_fluxes.F90.o +[ 55%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/ensemble_manager.F90.o +[ 56%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters.F90.o Compiling in MPI mode (with or without MPP) Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 49%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/h2ophys.f.o -[ 49%] Building Fortran object CMakeFiles/fms.dir/FMS/exchange/xgrid.F90.o -[ 49%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/lsm_ruc_sfc_sice_interstitial.F90.o -[ 49%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/m_micro.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 49%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/m_micro_interstitial.F90.o -[ 50%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft.F90.o -[ 50%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYJPBL_wrapper.F90.o -[ 50%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYJSFC_wrapper.F90.o -[ 50%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft99.F90.o -[ 51%] Building Fortran object CMakeFiles/fms.dir/FMS/interpolator/interpolator.F90.o -[ 51%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNPBL_wrapper.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 51%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/grid.F90.o -[ 52%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNSFC_wrapper.F90.o -[ 52%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_utilities.F90.o -[ 52%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNrad_post.F90.o -[ 52%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNrad_pre.F90.o -[ 52%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core.F90.o -[ 52%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/moninshoc.f.o -[ 53%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_fer_hires.F90.o -[ 53%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_thompson.F90.o -[ 53%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_thompson_post.F90.o -[ 53%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_thompson_pre.F90.o -[ 53%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/multi_gases.F90.o -[ 53%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozphys_2015.f.o -[ 53%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sascnvn.F.o -[ 53%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/satmedmfvdif.F.o -[ 53%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core_ecda.F90.o -[ 54%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/satmedmfvdifq.F.o -[ 55%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_cice.f.o -[ 55%] Building Fortran object CMakeFiles/fms.dir/FMS/random_numbers/random_numbers.F90.o -[ 55%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_drv_ruc.F90.o -[ 55%] Building Fortran object CMakeFiles/fms.dir/FMS/sat_vapor_pres/sat_vapor_pres.F90.o -[ 55%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_noahmp_drv.f.o -[ 56%] Building Fortran object CMakeFiles/fms.dir/FMS/station_data/station_data.F90.o -[ 56%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_ocean.F.o -[ 57%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfcsub.F.o -[ 57%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/shalcnv.F.o -[ 57%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/shinhongvdif.F90.o -[ 57%] Building Fortran object CMakeFiles/fms.dir/FMS/topography/topography.F90.o -[ 57%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ugwp_driver_v0.F.o -[ 57%] Building Fortran object CMakeFiles/fms.dir/FMS/tracer_manager/tracer_manager.F90.o -[ 58%] Building Fortran object CMakeFiles/fms.dir/FMS/tridiagonal/tridiagonal.F90.o -[ 59%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ysuvdif.F90.o -[ 60%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/quicksort.F90.o -[ 60%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/calpreciptype.f90.o -[ 60%] Building C object CMakeFiles/fms.dir/FMS/memutils/memuse.c.o -[ 60%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gcycle.F90.o -[ 60%] Building C object CMakeFiles/fms.dir/FMS/mosaic/create_xgrid.c.o -[ 61%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gocart_tracer_config_stub.f.o -[ 61%] Building C object CMakeFiles/fms.dir/FMS/mosaic/gradient_c2l.c.o -[ 62%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfpbl.f.o -[ 63%] Building C object CMakeFiles/fms.dir/FMS/mosaic/interp.c.o -[ 63%] Building C object CMakeFiles/fms.dir/FMS/mosaic/mosaic_util.c.o -[ 63%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_triggers.F90.o -[ 64%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_solvers.F90.o -[ 64%] Building C object CMakeFiles/fms.dir/FMS/mosaic/read_mosaic.c.o -[ 64%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_utils.F90.o -[ 64%] Building C object CMakeFiles/fms.dir/FMS/affinity/affinity.c.o -[ 65%] Building C object CMakeFiles/fms.dir/FMS/mpp/nsclock.c.o -[ 65%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_orowam2017.f.o -[ 65%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_vert_lsatdis.F90.o -[ 65%] Building C object CMakeFiles/fms.dir/FMS/mpp/threadloc.c.o -[ 66%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_vert_orodis.F90.o -[ 66%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_vert_wmsdis.F90.o -[ 66%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfpblt.f.o -[ 67%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfpbltq.f.o -[ 67%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfscu.f.o -[ 67%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfscuq.f.o -[ 68%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/num_parthds.F.o -[ 68%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sflx.f.o -[ 68%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/tridi.f.o -[ 68%] Linking Fortran static library libccppphys.a -[ 68%] Built target ccppphys -Scanning dependencies of target gfsphysics -[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/namelist_soilveg.f.o -[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mersenne_twister.f.o -[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/machine.F.o -[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/GFDL_parse_tracers.F90.o -[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/physparam.f.o -[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/CCPP_layer/CCPP_typedefs.F90.o -[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/physcons.F90.o -[ 70%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radlw_param.f.o -[ 70%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radsw_param.f.o -[ 70%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_typedefs.F90.o +[ 56%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sascnvn.f.o +[ 56%] Building Fortran object CMakeFiles/fms.dir/FMS/exchange/xgrid.F90.o +[ 57%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/satmedmfvdif.f.o +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 57%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft.F90.o +[ 57%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/satmedmfvdifq.f.o +[ 58%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft99.F90.o +[ 58%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/set_soilveg.f.o +[ 58%] Building Fortran object CMakeFiles/fms.dir/FMS/interpolator/interpolator.F90.o +[ 58%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/grid.F90.o +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 58%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_noahmp_drv.f.o +[ 58%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_utilities.F90.o +[ 58%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sflx.f.o +[ 58%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core.F90.o +[ 58%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcnv.f.o +[ 59%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcv.f.o +[ 59%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcv_1lyr.f.o +[ 59%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcv_fixdp.f.o +[ 59%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcv_opr.f.o +[ 59%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core_ecda.F90.o +[ 59%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/tridi2t3.f.o +[ 59%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/calpreciptype.f90.o +[ 59%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gcm_shoc.f90.o +[ 60%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2ointerp.f90.o +[ 61%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ozinterp.f90.o +[ 61%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/iccninterp.f90.o +[ 61%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/aerinterp.f90.o +[ 62%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/num_parthds.F.o +[ 63%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gcycle.F90.o +[ 64%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_ugwp_utils.F90.o +[ 64%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_ugwp_triggers.F90.o +[ 64%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_ugwp_solvers.F90.o +[ 64%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_vert_lsatdis.F90.o +[ 65%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_vert_orodis.F90.o +[ 65%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_vert_wmsdis.F90.o +[ 65%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/m_micro_driver.F90.o +[ 65%] Building Fortran object CMakeFiles/fms.dir/FMS/random_numbers/random_numbers.F90.o +[ 65%] Building Fortran object CMakeFiles/fms.dir/FMS/sat_vapor_pres/sat_vapor_pres.F90.o +[ 65%] Building Fortran object CMakeFiles/fms.dir/FMS/station_data/station_data.F90.o +[ 65%] Building Fortran object CMakeFiles/fms.dir/FMS/topography/topography.F90.o +[ 65%] Building Fortran object CMakeFiles/fms.dir/FMS/tracer_manager/tracer_manager.F90.o +[ 66%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/quicksort.F90.o +[ 66%] Building Fortran object CMakeFiles/fms.dir/FMS/tridiagonal/tridiagonal.F90.o +[ 67%] Building C object CMakeFiles/fms.dir/FMS/memutils/memuse.c.o +[ 67%] Building C object CMakeFiles/fms.dir/FMS/mosaic/create_xgrid.c.o +[ 67%] Building C object CMakeFiles/fms.dir/FMS/mosaic/gradient_c2l.c.o +[ 68%] Linking Fortran static library libgfsphysics.a +[ 68%] Built target gfsphysics +[ 69%] Building C object CMakeFiles/fms.dir/FMS/mosaic/interp.c.o +Scanning dependencies of target ipd +[ 69%] Building Fortran object FV3/ipd/CMakeFiles/ipd.dir/IPD_typedefs.F90.o +[ 69%] Building C object CMakeFiles/fms.dir/FMS/mosaic/mosaic_util.c.o +[ 69%] Building Fortran object FV3/ipd/CMakeFiles/ipd.dir/IPD_driver.F90.o +[ 69%] Linking Fortran static library libipd.a +[ 69%] Built target ipd +[ 69%] Building C object CMakeFiles/fms.dir/FMS/mosaic/read_mosaic.c.o +[ 69%] Building C object CMakeFiles/fms.dir/FMS/affinity/affinity.c.o +[ 70%] Building C object CMakeFiles/fms.dir/FMS/mpp/nsclock.c.o +[ 70%] Building C object CMakeFiles/fms.dir/FMS/mpp/threadloc.c.o [ 70%] Linking Fortran static library FMS/libfms.a [ 70%] Built target fms -[ 72%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/CCPP_layer/CCPP_data.F90.o -[ 72%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_diagnostics.F90.o -[ 72%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_driver.F90.o -[ 72%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_restart.F90.o -[ 72%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_abstraction_layer.F90.o -[ 72%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/__/ccpp/physics/ccpp_static_api.F90.o -[ 72%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/noahmp_tables.f90.o -[ 72%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/set_soilveg.f.o -[ 72%] Linking Fortran static library libgfsphysics.a -[ 72%] Built target gfsphysics -Scanning dependencies of target ipd -[ 72%] Building Fortran object FV3/ipd/CMakeFiles/ipd.dir/IPD_typedefs.F90.o -Scanning dependencies of target ccppdriver -[ 72%] Building Fortran object FV3/ccpp/driver/CMakeFiles/ccppdriver.dir/CCPP_driver.F90.o -[ 72%] Building Fortran object FV3/ipd/CMakeFiles/ipd.dir/IPD_driver.F90.o -[ 73%] Linking Fortran static library libccppdriver.a -[ 73%] Built target ccppdriver -[ 74%] Linking Fortran static library libipd.a -[ 74%] Built target ipd Scanning dependencies of target io -[ 75%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_fv3_io_def.F90.o -[ 75%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_internal_state.F90.o +[ 70%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_internal_state.F90.o +[ 70%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_fv3_io_def.F90.o Scanning dependencies of target fv3core -[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/external_sst.F90.o -[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_arrays.F90.o -[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_fill.F90.o -[ 76%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_nemsio.F90.o +[ 71%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_nemsio.F90.o +[ 71%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_netcdf.F90.o +[ 72%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_arrays.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/sim_nc_mod.F90.o -[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/DYCORE_typedefs.F90.o -[ 76%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_netcdf.F90.o -[ 76%] Building Fortran object FV3/io/CMakeFiles/io.dir/post_gfs.F90.o -[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/sorted_index.F90.o -[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_mp_mod.F90.o -[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_timing.F90.o -[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_eta.F90.o -[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_sg.F90.o -[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/boundary.F90.o -[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_grid_utils.F90.o +[ 73%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/external_sst.F90.o +[ 73%] Building Fortran object FV3/io/CMakeFiles/io.dir/post_gfs.F90.o +[ 74%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_fill.F90.o +[ 74%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/sim_nc_mod.F90.o +[ 74%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/DYCORE_typedefs.F90.o +[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_mp_mod.F90.o +[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/sorted_index.F90.o +[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_timing.F90.o +[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_eta.F90.o +[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_cmp.F90.o +[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_sg.F90.o +[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_grid_utils.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 77%] Building Fortran object FV3/io/CMakeFiles/io.dir/FV3GFS_io.F90.o -[ 78%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_wrt_grid_comp.F90.o -[ 78%] Building Fortran object FV3/io/CMakeFiles/io.dir/ffsync.F90.o -[ 79%] Building Fortran object FV3/io/CMakeFiles/io.dir/post_nems_routines.F90.o -[ 79%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/a2b_edge.F90.o -[ 79%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_mapz.F90.o -[ 80%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_surf_map.F90.o -[ 80%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/tp_core.F90.o -[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_grid_tools.F90.o -[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/init_hydro.F90.o -[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_treat_da_inc.F90.o -[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/sw_core.F90.o -[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_iau_mod.F90.o -[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_diagnostics.F90.o -[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_io.F90.o -[ 82%] Linking Fortran static library libio.a -[ 82%] Built target io -[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/nh_utils.F90.o -[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/nh_core.F90.o -[ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/test_cases.F90.o -[ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_nudge.F90.o -[ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/fv_nggps_diag.F90.o -[ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_regional_bc.F90.o -[ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_tracer2d.F90.o -[ 85%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_update_phys.F90.o -[ 85%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/dyn_core.F90.o -[ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/external_ic.F90.o -[ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_restart.F90.o -[ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_nesting.F90.o -[ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_control.F90.o -[ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_dynamics.F90.o -[ 87%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/atmosphere.F90.o -[ 87%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/multi_gases.F90.o +[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/boundary.F90.o +[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/a2b_edge.F90.o +[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_mapz.F90.o +[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_surf_map.F90.o +[ 76%] Building Fortran object FV3/io/CMakeFiles/io.dir/FV3GFS_io.F90.o +[ 77%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_wrt_grid_comp.F90.o +[ 77%] Building Fortran object FV3/io/CMakeFiles/io.dir/ffsync.F90.o +[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/tp_core.F90.o +[ 77%] Building Fortran object FV3/io/CMakeFiles/io.dir/post_nems_routines.F90.o +[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_grid_tools.F90.o +[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/init_hydro.F90.o +[ 78%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_treat_da_inc.F90.o +[ 78%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/sw_core.F90.o +[ 78%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_iau_mod.F90.o +[ 78%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_diagnostics.F90.o +[ 79%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_io.F90.o +[ 80%] Linking Fortran static library libio.a +[ 80%] Built target io +[ 80%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/nh_utils.F90.o +[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/nh_core.F90.o +[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_nudge.F90.o +[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_regional_bc.F90.o +[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/fv_nggps_diag.F90.o +[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/test_cases.F90.o +[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_tracer2d.F90.o +[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/dyn_core.F90.o +[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_update_phys.F90.o +[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/external_ic.F90.o +[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_restart.F90.o +[ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_control.F90.o +[ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_nesting.F90.o +[ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_dynamics.F90.o +[ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/atmosphere.F90.o +[ 85%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/multi_gases.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 87%] Linking Fortran static library libfv3core.a -[ 87%] Built target fv3core +[ 85%] Linking Fortran static library libfv3core.a +[ 85%] Built target fv3core Scanning dependencies of target stochastic_physics -[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/spectral_layout.F90.o -[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_resol_def.f.o -[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_gg_def.f.o -[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/update_ca.f90.o -[ 89%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_layout_lag.f.o -[ 89%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/glats_stochy.f.o -[ 89%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_namelist_def.F90.o -[ 90%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/setlats_lag_stochy.f.o -[ 90%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/epslon_stochy.f.o -[ 90%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/get_lats_node_a_stochy.f.o -[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/get_ls_node_stochy.f.o -[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/gozrineo_stochy.f.o -[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/pln2eo_stochy.f.o -[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/setlats_a_stochy.f.o +[ 85%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/update_ca.f90.o +[ 87%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_gg_def.f.o +[ 87%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/spectral_layout.F90.o +[ 87%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_resol_def.f.o +[ 87%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_layout_lag.f.o +[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/glats_stochy.f.o +[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_namelist_def.F90.o +[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/compns_stochy.F90.o +[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/epslon_stochy.f.o +[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/setlats_lag_stochy.f.o +[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/get_lats_node_a_stochy.f.o +[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/get_ls_node_stochy.f.o +[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/gozrineo_stochy.f.o +[ 89%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/pln2eo_stochy.f.o +[ 90%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/setlats_a_stochy.f.o [ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_internal_state_mod.F90.o -[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/dezouv_stochy.f.o -[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/dozeuv_stochy.f.o -[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/four_to_grid_stochy.F.o -[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/compns_stochy.F90.o -[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_patterngenerator.F90.o -[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/sumfln_stochy.f.o -[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/getcon_lag_stochy.f.o -[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/getcon_spectral.F90.o -[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/initialize_spectral_mod.F90.o -[ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_data_mod.F90.o -[ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/get_stochy_pattern.F90.o -[ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochastic_physics.F90.o +[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/dezouv_stochy.f.o +[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/dozeuv_stochy.f.o +[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/four_to_grid_stochy.F.o +[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_patterngenerator.F90.o +[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/sumfln_stochy.f.o +[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/getcon_lag_stochy.f.o +[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/getcon_spectral.F90.o +[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/initialize_spectral_mod.F90.o +[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_data_mod.F90.o +[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/get_stochy_pattern.F90.o +[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochastic_physics.F90.o +[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/plumes.f90.o +[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/cellular_automata.f90.o [ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/num_parthds_stochy.f.o -[ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/plumes.f90.o -[ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/cellular_automata.f90.o [ 95%] Linking Fortran static library libstochastic_physics.a [ 95%] Built target stochastic_physics Scanning dependencies of target fv3cap [ 95%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/module_fv3_config.F90.o -[ 95%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/atmos_model.F90.o -[ 95%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/module_fcst_grid_comp.F90.o -[ 96%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/fv3_cap.F90.o -[ 96%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/time_utils.F90.o +[ 96%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/atmos_model.F90.o +[ 97%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/module_fcst_grid_comp.F90.o +[ 97%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/fv3_cap.F90.o +[ 97%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/time_utils.F90.o [ 97%] Linking Fortran static library libfv3cap.a [ 97%] Built target fv3cap Scanning dependencies of target NEMS.exe -[ 98%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_EARTH_INTERNAL_STATE.F90.o -[ 98%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/ENS_Cpl/ENS_CplComp_ESMFMod_STUB.F90.o -[ 98%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_MEDIATOR_SpaceWeather.F90.o -[ 98%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_MEDIATOR_methods.F90.o -[ 98%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_UTILS.F90.o -[ 99%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_INTERNAL_STATE.F90.o -[ 99%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_Rusage.F90.o -[100%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_MEDIATOR.F90.o -[100%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_EARTH_GRID_COMP.F90.o -[100%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_GRID_COMP.F90.o -[100%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/MAIN_NEMS.F90.o +[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_MEDIATOR_SpaceWeather.F90.o +[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_MEDIATOR_methods.F90.o +[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_EARTH_INTERNAL_STATE.F90.o +[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/ENS_Cpl/ENS_CplComp_ESMFMod_STUB.F90.o +[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_UTILS.F90.o +[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_INTERNAL_STATE.F90.o +[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_Rusage.F90.o +[ 98%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_MEDIATOR.F90.o +[ 99%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_EARTH_GRID_COMP.F90.o +[ 99%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_GRID_COMP.F90.o +[ 99%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/MAIN_NEMS.F90.o [100%] Building C object CMakeFiles/NEMS.exe.dir/NEMS/src/nems_c_rusage.c.o [100%] Linking Fortran executable NEMS.exe /usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib/libjasper.a(jas_stream.o): In function `jas_stream_tmpfile': /usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/src/jasper-1.900.29/src/libjasper/base/jas_stream.c:520: warning: the use of `tmpnam' is dangerous, better use `mkstemp' [100%] Built target NEMS.exe -+ mv NEMS.exe ../fv3_9.exe -+ cp /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr18/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3 ../modules.fv3_9 ++ mv NEMS.exe ../fv3_3.exe ++ cp /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3 ../modules.fv3_3 + cd .. + '[' YES = YES ']' -+ rm -rf build_fv3_9 -+ elapsed=647 -+ echo 'Elapsed time 647 seconds. Compiling REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y finished' -Elapsed time 647 seconds. Compiling REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y finished ++ rm -rf build_fv3_3 ++ elapsed=628 ++ echo 'Elapsed time 628 seconds. Compiling 32BIT=Y finished' +Elapsed time 628 seconds. Compiling 32BIT=Y finished diff --git a/tests/RegressionTests_hera.intel.log b/tests/RegressionTests_hera.intel.log index 7fc8d7e069..ecd338893c 100644 --- a/tests/RegressionTests_hera.intel.log +++ b/tests/RegressionTests_hera.intel.log @@ -1,9 +1,9 @@ -Mon Dec 30 16:26:26 UTC 2019 +Thu Jan 23 18:33:11 UTC 2020 Start Regression test -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_control -working dir = /scratch1/NCEPDEV/stmp2/Dusan.Jovic/FV3_RT/rt_87656/fv3_control +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200115/fv3_control +working dir = /scratch1/NCEPDEV/stmp2/Dusan.Jovic/FV3_RT/rt_102623/fv3_control Checking test 001 fv3_control results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -70,8 +70,8 @@ Checking test 001 fv3_control results .... Test 001 fv3_control PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_control -working dir = /scratch1/NCEPDEV/stmp2/Dusan.Jovic/FV3_RT/rt_87656/fv3_decomp +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200115/fv3_control +working dir = /scratch1/NCEPDEV/stmp2/Dusan.Jovic/FV3_RT/rt_102623/fv3_decomp Checking test 002 fv3_decomp results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -138,8 +138,8 @@ Checking test 002 fv3_decomp results .... Test 002 fv3_decomp PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_control -working dir = /scratch1/NCEPDEV/stmp2/Dusan.Jovic/FV3_RT/rt_87656/fv3_2threads +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200115/fv3_control +working dir = /scratch1/NCEPDEV/stmp2/Dusan.Jovic/FV3_RT/rt_102623/fv3_2threads Checking test 003 fv3_2threads results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -206,8 +206,8 @@ Checking test 003 fv3_2threads results .... Test 003 fv3_2threads PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_restart -working dir = /scratch1/NCEPDEV/stmp2/Dusan.Jovic/FV3_RT/rt_87656/fv3_restart +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200115/fv3_restart +working dir = /scratch1/NCEPDEV/stmp2/Dusan.Jovic/FV3_RT/rt_102623/fv3_restart Checking test 004 fv3_restart results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -274,8 +274,8 @@ Checking test 004 fv3_restart results .... Test 004 fv3_restart PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_read_inc -working dir = /scratch1/NCEPDEV/stmp2/Dusan.Jovic/FV3_RT/rt_87656/fv3_read_inc +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200115/fv3_read_inc +working dir = /scratch1/NCEPDEV/stmp2/Dusan.Jovic/FV3_RT/rt_102623/fv3_read_inc Checking test 005 fv3_read_inc results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -342,8 +342,8 @@ Checking test 005 fv3_read_inc results .... Test 005 fv3_read_inc PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_gfdlmp -working dir = /scratch1/NCEPDEV/stmp2/Dusan.Jovic/FV3_RT/rt_87656/fv3_gfdlmp +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200115/fv3_gfdlmp +working dir = /scratch1/NCEPDEV/stmp2/Dusan.Jovic/FV3_RT/rt_102623/fv3_gfdlmp Checking test 006 fv3_gfdlmp results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -390,8 +390,8 @@ Checking test 006 fv3_gfdlmp results .... Test 006 fv3_gfdlmp PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_gfdlmprad_gwd -working dir = /scratch1/NCEPDEV/stmp2/Dusan.Jovic/FV3_RT/rt_87656/fv3_gfdlmprad_gwd +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200115/fv3_gfdlmprad_gwd +working dir = /scratch1/NCEPDEV/stmp2/Dusan.Jovic/FV3_RT/rt_102623/fv3_gfdlmprad_gwd Checking test 007 fv3_gfdlmprad_gwd results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -438,8 +438,8 @@ Checking test 007 fv3_gfdlmprad_gwd results .... Test 007 fv3_gfdlmprad_gwd PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_gfdlmprad_noahmp -working dir = /scratch1/NCEPDEV/stmp2/Dusan.Jovic/FV3_RT/rt_87656/fv3_gfdlmprad_noahmp +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200115/fv3_gfdlmprad_noahmp +working dir = /scratch1/NCEPDEV/stmp2/Dusan.Jovic/FV3_RT/rt_102623/fv3_gfdlmprad_noahmp Checking test 008 fv3_gfdlmprad_noahmp results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -486,8 +486,8 @@ Checking test 008 fv3_gfdlmprad_noahmp results .... Test 008 fv3_gfdlmprad_noahmp PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_thompson -working dir = /scratch1/NCEPDEV/stmp2/Dusan.Jovic/FV3_RT/rt_87656/fv3_thompson +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200115/fv3_thompson +working dir = /scratch1/NCEPDEV/stmp2/Dusan.Jovic/FV3_RT/rt_102623/fv3_thompson Checking test 009 fv3_thompson results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -554,8 +554,8 @@ Checking test 009 fv3_thompson results .... Test 009 fv3_thompson PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_wsm6 -working dir = /scratch1/NCEPDEV/stmp2/Dusan.Jovic/FV3_RT/rt_87656/fv3_wsm6 +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200115/fv3_wsm6 +working dir = /scratch1/NCEPDEV/stmp2/Dusan.Jovic/FV3_RT/rt_102623/fv3_wsm6 Checking test 010 fv3_wsm6 results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -622,8 +622,8 @@ Checking test 010 fv3_wsm6 results .... Test 010 fv3_wsm6 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_wrtGauss_netcdf_esmf -working dir = /scratch1/NCEPDEV/stmp2/Dusan.Jovic/FV3_RT/rt_87656/fv3_wrtGauss_netcdf_esmf +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200115/fv3_wrtGauss_netcdf_esmf +working dir = /scratch1/NCEPDEV/stmp2/Dusan.Jovic/FV3_RT/rt_102623/fv3_wrtGauss_netcdf_esmf Checking test 011 fv3_wrtGauss_netcdf_esmf results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -670,8 +670,8 @@ Checking test 011 fv3_wrtGauss_netcdf_esmf results .... Test 011 fv3_wrtGauss_netcdf_esmf PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_wrtGauss_netcdf -working dir = /scratch1/NCEPDEV/stmp2/Dusan.Jovic/FV3_RT/rt_87656/fv3_wrtGauss_netcdf +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200115/fv3_wrtGauss_netcdf +working dir = /scratch1/NCEPDEV/stmp2/Dusan.Jovic/FV3_RT/rt_102623/fv3_wrtGauss_netcdf Checking test 012 fv3_wrtGauss_netcdf results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -718,8 +718,8 @@ Checking test 012 fv3_wrtGauss_netcdf results .... Test 012 fv3_wrtGauss_netcdf PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_wrtGauss_nemsio -working dir = /scratch1/NCEPDEV/stmp2/Dusan.Jovic/FV3_RT/rt_87656/fv3_wrtGauss_nemsio +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200115/fv3_wrtGauss_nemsio +working dir = /scratch1/NCEPDEV/stmp2/Dusan.Jovic/FV3_RT/rt_102623/fv3_wrtGauss_nemsio Checking test 013 fv3_wrtGauss_nemsio results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -766,8 +766,8 @@ Checking test 013 fv3_wrtGauss_nemsio results .... Test 013 fv3_wrtGauss_nemsio PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_wrtGauss_nemsio_c192 -working dir = /scratch1/NCEPDEV/stmp2/Dusan.Jovic/FV3_RT/rt_87656/fv3_wrtGauss_nemsio_c192 +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200115/fv3_wrtGauss_nemsio_c192 +working dir = /scratch1/NCEPDEV/stmp2/Dusan.Jovic/FV3_RT/rt_102623/fv3_wrtGauss_nemsio_c192 Checking test 014 fv3_wrtGauss_nemsio_c192 results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -814,8 +814,8 @@ Checking test 014 fv3_wrtGauss_nemsio_c192 results .... Test 014 fv3_wrtGauss_nemsio_c192 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_stochy -working dir = /scratch1/NCEPDEV/stmp2/Dusan.Jovic/FV3_RT/rt_87656/fv3_stochy +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200115/fv3_stochy +working dir = /scratch1/NCEPDEV/stmp2/Dusan.Jovic/FV3_RT/rt_102623/fv3_stochy Checking test 015 fv3_stochy results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -882,8 +882,8 @@ Checking test 015 fv3_stochy results .... Test 015 fv3_stochy PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_iau -working dir = /scratch1/NCEPDEV/stmp2/Dusan.Jovic/FV3_RT/rt_87656/fv3_iau +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200115/fv3_iau +working dir = /scratch1/NCEPDEV/stmp2/Dusan.Jovic/FV3_RT/rt_102623/fv3_iau Checking test 016 fv3_iau results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -950,8 +950,8 @@ Checking test 016 fv3_iau results .... Test 016 fv3_iau PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_csawmgshoc -working dir = /scratch1/NCEPDEV/stmp2/Dusan.Jovic/FV3_RT/rt_87656/fv3_csawmgshoc +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200115/fv3_csawmgshoc +working dir = /scratch1/NCEPDEV/stmp2/Dusan.Jovic/FV3_RT/rt_102623/fv3_csawmgshoc Checking test 017 fv3_csawmgshoc results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -998,8 +998,8 @@ Checking test 017 fv3_csawmgshoc results .... Test 017 fv3_csawmgshoc PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_csawmg -working dir = /scratch1/NCEPDEV/stmp2/Dusan.Jovic/FV3_RT/rt_87656/fv3_csawmg +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200115/fv3_csawmg +working dir = /scratch1/NCEPDEV/stmp2/Dusan.Jovic/FV3_RT/rt_102623/fv3_csawmg Checking test 018 fv3_csawmg results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -1046,8 +1046,8 @@ Checking test 018 fv3_csawmg results .... Test 018 fv3_csawmg PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_rasmgshoc -working dir = /scratch1/NCEPDEV/stmp2/Dusan.Jovic/FV3_RT/rt_87656/fv3_rasmgshoc +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200115/fv3_rasmgshoc +working dir = /scratch1/NCEPDEV/stmp2/Dusan.Jovic/FV3_RT/rt_102623/fv3_rasmgshoc Checking test 019 fv3_rasmgshoc results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -1094,8 +1094,8 @@ Checking test 019 fv3_rasmgshoc results .... Test 019 fv3_rasmgshoc PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_csawmg3shoc127 -working dir = /scratch1/NCEPDEV/stmp2/Dusan.Jovic/FV3_RT/rt_87656/fv3_csawmg3shoc127 +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200115/fv3_csawmg3shoc127 +working dir = /scratch1/NCEPDEV/stmp2/Dusan.Jovic/FV3_RT/rt_102623/fv3_csawmg3shoc127 Checking test 020 fv3_csawmg3shoc127 results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -1142,8 +1142,8 @@ Checking test 020 fv3_csawmg3shoc127 results .... Test 020 fv3_csawmg3shoc127 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_satmedmf -working dir = /scratch1/NCEPDEV/stmp2/Dusan.Jovic/FV3_RT/rt_87656/fv3_satmedmf +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200115/fv3_satmedmf +working dir = /scratch1/NCEPDEV/stmp2/Dusan.Jovic/FV3_RT/rt_102623/fv3_satmedmf Checking test 021 fv3_satmedmf results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -1190,8 +1190,8 @@ Checking test 021 fv3_satmedmf results .... Test 021 fv3_satmedmf PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_lheatstrg -working dir = /scratch1/NCEPDEV/stmp2/Dusan.Jovic/FV3_RT/rt_87656/fv3_lheatstrg +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200115/fv3_lheatstrg +working dir = /scratch1/NCEPDEV/stmp2/Dusan.Jovic/FV3_RT/rt_102623/fv3_lheatstrg Checking test 022 fv3_lheatstrg results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -1238,8 +1238,8 @@ Checking test 022 fv3_lheatstrg results .... Test 022 fv3_lheatstrg PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_gfdlmprad -working dir = /scratch1/NCEPDEV/stmp2/Dusan.Jovic/FV3_RT/rt_87656/fv3_gfdlmprad +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200115/fv3_gfdlmprad +working dir = /scratch1/NCEPDEV/stmp2/Dusan.Jovic/FV3_RT/rt_102623/fv3_gfdlmprad Checking test 023 fv3_gfdlmprad results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -1287,8 +1287,8 @@ Checking test 023 fv3_gfdlmprad results .... Test 023 fv3_gfdlmprad PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_wrtGauss_nemsio_c768 -working dir = /scratch1/NCEPDEV/stmp2/Dusan.Jovic/FV3_RT/rt_87656/fv3_wrtGauss_nemsio_c768 +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200115/fv3_wrtGauss_nemsio_c768 +working dir = /scratch1/NCEPDEV/stmp2/Dusan.Jovic/FV3_RT/rt_102623/fv3_wrtGauss_nemsio_c768 Checking test 024 fv3_wrtGauss_nemsio_c768 results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -1330,12 +1330,14 @@ Checking test 024 fv3_wrtGauss_nemsio_c768 results .... Comparing RESTART/sfc_data.tile4.nc .........OK Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - Comparing out_grd.glo_30m .........OK + Comparing out_grd.glo_10m .........OK + Comparing out_grd.ant_9km .........OK + Comparing out_grd.aoc_9km .........OK Test 024 fv3_wrtGauss_nemsio_c768 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_control -working dir = /scratch1/NCEPDEV/stmp2/Dusan.Jovic/FV3_RT/rt_87656/fv3_appbuild +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200115/fv3_control +working dir = /scratch1/NCEPDEV/stmp2/Dusan.Jovic/FV3_RT/rt_102623/fv3_appbuild Checking test 025 fv3_appbuild results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -1402,8 +1404,8 @@ Checking test 025 fv3_appbuild results .... Test 025 fv3_appbuild PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_control_32bit -working dir = /scratch1/NCEPDEV/stmp2/Dusan.Jovic/FV3_RT/rt_87656/fv3_control_32bit +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200115/fv3_control_32bit +working dir = /scratch1/NCEPDEV/stmp2/Dusan.Jovic/FV3_RT/rt_102623/fv3_control_32bit Checking test 026 fv3_control_32bit results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -1470,8 +1472,8 @@ Checking test 026 fv3_control_32bit results .... Test 026 fv3_control_32bit PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_gfdlmprad_32bit_post -working dir = /scratch1/NCEPDEV/stmp2/Dusan.Jovic/FV3_RT/rt_87656/fv3_gfdlmprad_32bit_post +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200115/fv3_gfdlmprad_32bit_post +working dir = /scratch1/NCEPDEV/stmp2/Dusan.Jovic/FV3_RT/rt_102623/fv3_gfdlmprad_32bit_post Checking test 027 fv3_gfdlmprad_32bit_post results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -1522,8 +1524,8 @@ Checking test 027 fv3_gfdlmprad_32bit_post results .... Test 027 fv3_gfdlmprad_32bit_post PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_stretched -working dir = /scratch1/NCEPDEV/stmp2/Dusan.Jovic/FV3_RT/rt_87656/fv3_stretched +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200115/fv3_stretched +working dir = /scratch1/NCEPDEV/stmp2/Dusan.Jovic/FV3_RT/rt_102623/fv3_stretched Checking test 028 fv3_stretched results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -1578,8 +1580,8 @@ Checking test 028 fv3_stretched results .... Test 028 fv3_stretched PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_stretched_nest -working dir = /scratch1/NCEPDEV/stmp2/Dusan.Jovic/FV3_RT/rt_87656/fv3_stretched_nest +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200115/fv3_stretched_nest +working dir = /scratch1/NCEPDEV/stmp2/Dusan.Jovic/FV3_RT/rt_102623/fv3_stretched_nest Checking test 029 fv3_stretched_nest results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -1645,8 +1647,8 @@ Checking test 029 fv3_stretched_nest results .... Test 029 fv3_stretched_nest PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_stretched_nest_quilt -working dir = /scratch1/NCEPDEV/stmp2/Dusan.Jovic/FV3_RT/rt_87656/fv3_stretched_nest_quilt +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200115/fv3_stretched_nest_quilt +working dir = /scratch1/NCEPDEV/stmp2/Dusan.Jovic/FV3_RT/rt_102623/fv3_stretched_nest_quilt Checking test 030 fv3_stretched_nest_quilt results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -1710,8 +1712,8 @@ Checking test 030 fv3_stretched_nest_quilt results .... Test 030 fv3_stretched_nest_quilt PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_regional_control -working dir = /scratch1/NCEPDEV/stmp2/Dusan.Jovic/FV3_RT/rt_87656/fv3_regional_control +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200115/fv3_regional_control +working dir = /scratch1/NCEPDEV/stmp2/Dusan.Jovic/FV3_RT/rt_102623/fv3_regional_control Checking test 031 fv3_regional_control results .... Comparing atmos_4xdaily.nc .........OK Comparing fv3_history2d.nc .........OK @@ -1719,8 +1721,8 @@ Checking test 031 fv3_regional_control results .... Test 031 fv3_regional_control PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_regional_restart -working dir = /scratch1/NCEPDEV/stmp2/Dusan.Jovic/FV3_RT/rt_87656/fv3_regional_restart +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200115/fv3_regional_restart +working dir = /scratch1/NCEPDEV/stmp2/Dusan.Jovic/FV3_RT/rt_102623/fv3_regional_restart Checking test 032 fv3_regional_restart results .... Comparing atmos_4xdaily.nc .........OK Comparing fv3_history2d.nc .........OK @@ -1728,8 +1730,8 @@ Checking test 032 fv3_regional_restart results .... Test 032 fv3_regional_restart PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_regional_quilt -working dir = /scratch1/NCEPDEV/stmp2/Dusan.Jovic/FV3_RT/rt_87656/fv3_regional_quilt +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200115/fv3_regional_quilt +working dir = /scratch1/NCEPDEV/stmp2/Dusan.Jovic/FV3_RT/rt_102623/fv3_regional_quilt Checking test 033 fv3_regional_quilt results .... Comparing atmos_4xdaily.nc .........OK Comparing dynf000.nc .........OK @@ -1739,8 +1741,8 @@ Checking test 033 fv3_regional_quilt results .... Test 033 fv3_regional_quilt PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_regional_c768 -working dir = /scratch1/NCEPDEV/stmp2/Dusan.Jovic/FV3_RT/rt_87656/fv3_regional_c768 +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200115/fv3_regional_c768 +working dir = /scratch1/NCEPDEV/stmp2/Dusan.Jovic/FV3_RT/rt_102623/fv3_regional_c768 Checking test 034 fv3_regional_c768 results .... Comparing atmos_4xdaily.nc .........OK Comparing fv3_history2d.nc .........OK @@ -1748,5231 +1750,18 @@ Checking test 034 fv3_regional_c768 results .... Test 034 fv3_regional_c768 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_control -working dir = /scratch1/NCEPDEV/stmp2/Dusan.Jovic/FV3_RT/rt_87656/fv3_control_debug +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200115/fv3_control +working dir = /scratch1/NCEPDEV/stmp2/Dusan.Jovic/FV3_RT/rt_102623/fv3_control_debug Checking test 035 fv3_control_debug results .... Test 035 fv3_control_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_stretched_nest -working dir = /scratch1/NCEPDEV/stmp2/Dusan.Jovic/FV3_RT/rt_87656/fv3_stretched_nest_debug +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200115/fv3_stretched_nest +working dir = /scratch1/NCEPDEV/stmp2/Dusan.Jovic/FV3_RT/rt_102623/fv3_stretched_nest_debug Checking test 036 fv3_stretched_nest_debug results .... Test 036 fv3_stretched_nest_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_control_repro -working dir = /scratch1/NCEPDEV/stmp2/Dusan.Jovic/FV3_RT/rt_87656/fv3_control_repro -Checking test 037 fv3_control results .... - Comparing atmos_4xdaily.tile1.nc .........OK - Comparing atmos_4xdaily.tile2.nc .........OK - Comparing atmos_4xdaily.tile3.nc .........OK - Comparing atmos_4xdaily.tile4.nc .........OK - Comparing atmos_4xdaily.tile5.nc .........OK - Comparing atmos_4xdaily.tile6.nc .........OK - Comparing phyf000.tile1.nc .........OK - Comparing phyf000.tile2.nc .........OK - Comparing phyf000.tile3.nc .........OK - Comparing phyf000.tile4.nc .........OK - Comparing phyf000.tile5.nc .........OK - Comparing phyf000.tile6.nc .........OK - Comparing phyf024.tile1.nc .........OK - Comparing phyf024.tile2.nc .........OK - Comparing phyf024.tile3.nc .........OK - Comparing phyf024.tile4.nc .........OK - Comparing phyf024.tile5.nc .........OK - Comparing phyf024.tile6.nc .........OK - Comparing dynf000.tile1.nc .........OK - Comparing dynf000.tile2.nc .........OK - Comparing dynf000.tile3.nc .........OK - Comparing dynf000.tile4.nc .........OK - Comparing dynf000.tile5.nc .........OK - Comparing dynf000.tile6.nc .........OK - Comparing dynf024.tile1.nc .........OK - Comparing dynf024.tile2.nc .........OK - Comparing dynf024.tile3.nc .........OK - Comparing dynf024.tile4.nc .........OK - Comparing dynf024.tile5.nc .........OK - Comparing dynf024.tile6.nc .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK -Test 037 fv3_control PASS - - -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_control_repro -working dir = /scratch1/NCEPDEV/stmp2/Dusan.Jovic/FV3_RT/rt_87656/fv3_decomp_repro -Checking test 038 fv3_decomp results .... - Comparing atmos_4xdaily.tile1.nc .........OK - Comparing atmos_4xdaily.tile2.nc .........OK - Comparing atmos_4xdaily.tile3.nc .........OK - Comparing atmos_4xdaily.tile4.nc .........OK - Comparing atmos_4xdaily.tile5.nc .........OK - Comparing atmos_4xdaily.tile6.nc .........OK - Comparing phyf000.tile1.nc .........OK - Comparing phyf000.tile2.nc .........OK - Comparing phyf000.tile3.nc .........OK - Comparing phyf000.tile4.nc .........OK - Comparing phyf000.tile5.nc .........OK - Comparing phyf000.tile6.nc .........OK - Comparing phyf024.tile1.nc .........OK - Comparing phyf024.tile2.nc .........OK - Comparing phyf024.tile3.nc .........OK - Comparing phyf024.tile4.nc .........OK - Comparing phyf024.tile5.nc .........OK - Comparing phyf024.tile6.nc .........OK - Comparing dynf000.tile1.nc .........OK - Comparing dynf000.tile2.nc .........OK - Comparing dynf000.tile3.nc .........OK - Comparing dynf000.tile4.nc .........OK - Comparing dynf000.tile5.nc .........OK - Comparing dynf000.tile6.nc .........OK - Comparing dynf024.tile1.nc .........OK - Comparing dynf024.tile2.nc .........OK - Comparing dynf024.tile3.nc .........OK - Comparing dynf024.tile4.nc .........OK - Comparing dynf024.tile5.nc .........OK - Comparing dynf024.tile6.nc .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK -Test 038 fv3_decomp PASS - - -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_control_repro -working dir = /scratch1/NCEPDEV/stmp2/Dusan.Jovic/FV3_RT/rt_87656/fv3_2threads_repro -Checking test 039 fv3_2threads results .... - Comparing atmos_4xdaily.tile1.nc .........OK - Comparing atmos_4xdaily.tile2.nc .........OK - Comparing atmos_4xdaily.tile3.nc .........OK - Comparing atmos_4xdaily.tile4.nc .........OK - Comparing atmos_4xdaily.tile5.nc .........OK - Comparing atmos_4xdaily.tile6.nc .........OK - Comparing phyf000.tile1.nc .........OK - Comparing phyf000.tile2.nc .........OK - Comparing phyf000.tile3.nc .........OK - Comparing phyf000.tile4.nc .........OK - Comparing phyf000.tile5.nc .........OK - Comparing phyf000.tile6.nc .........OK - Comparing phyf024.tile1.nc .........OK - Comparing phyf024.tile2.nc .........OK - Comparing phyf024.tile3.nc .........OK - Comparing phyf024.tile4.nc .........OK - Comparing phyf024.tile5.nc .........OK - Comparing phyf024.tile6.nc .........OK - Comparing dynf000.tile1.nc .........OK - Comparing dynf000.tile2.nc .........OK - Comparing dynf000.tile3.nc .........OK - Comparing dynf000.tile4.nc .........OK - Comparing dynf000.tile5.nc .........OK - Comparing dynf000.tile6.nc .........OK - Comparing dynf024.tile1.nc .........OK - Comparing dynf024.tile2.nc .........OK - Comparing dynf024.tile3.nc .........OK - Comparing dynf024.tile4.nc .........OK - Comparing dynf024.tile5.nc .........OK - Comparing dynf024.tile6.nc .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK -Test 039 fv3_2threads PASS - - -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_restart_repro -working dir = /scratch1/NCEPDEV/stmp2/Dusan.Jovic/FV3_RT/rt_87656/fv3_restart_repro -Checking test 040 fv3_restart results .... - Comparing atmos_4xdaily.tile1.nc .........OK - Comparing atmos_4xdaily.tile2.nc .........OK - Comparing atmos_4xdaily.tile3.nc .........OK - Comparing atmos_4xdaily.tile4.nc .........OK - Comparing atmos_4xdaily.tile5.nc .........OK - Comparing atmos_4xdaily.tile6.nc .........OK - Comparing phyf027.tile1.nc .........OK - Comparing phyf027.tile2.nc .........OK - Comparing phyf027.tile3.nc .........OK - Comparing phyf027.tile4.nc .........OK - Comparing phyf027.tile5.nc .........OK - Comparing phyf027.tile6.nc .........OK - Comparing phyf048.tile1.nc .........OK - Comparing phyf048.tile2.nc .........OK - Comparing phyf048.tile3.nc .........OK - Comparing phyf048.tile4.nc .........OK - Comparing phyf048.tile5.nc .........OK - Comparing phyf048.tile6.nc .........OK - Comparing dynf027.tile1.nc .........OK - Comparing dynf027.tile2.nc .........OK - Comparing dynf027.tile3.nc .........OK - Comparing dynf027.tile4.nc .........OK - Comparing dynf027.tile5.nc .........OK - Comparing dynf027.tile6.nc .........OK - Comparing dynf048.tile1.nc .........OK - Comparing dynf048.tile2.nc .........OK - Comparing dynf048.tile3.nc .........OK - Comparing dynf048.tile4.nc .........OK - Comparing dynf048.tile5.nc .........OK - Comparing dynf048.tile6.nc .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK -Test 040 fv3_restart PASS - - -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_read_inc_repro -working dir = /scratch1/NCEPDEV/stmp2/Dusan.Jovic/FV3_RT/rt_87656/fv3_read_inc_repro -Checking test 041 fv3_read_inc results .... - Comparing atmos_4xdaily.tile1.nc .........OK - Comparing atmos_4xdaily.tile2.nc .........OK - Comparing atmos_4xdaily.tile3.nc .........OK - Comparing atmos_4xdaily.tile4.nc .........OK - Comparing atmos_4xdaily.tile5.nc .........OK - Comparing atmos_4xdaily.tile6.nc .........OK - Comparing phyf027.tile1.nc .........OK - Comparing phyf027.tile2.nc .........OK - Comparing phyf027.tile3.nc .........OK - Comparing phyf027.tile4.nc .........OK - Comparing phyf027.tile5.nc .........OK - Comparing phyf027.tile6.nc .........OK - Comparing phyf048.tile1.nc .........OK - Comparing phyf048.tile2.nc .........OK - Comparing phyf048.tile3.nc .........OK - Comparing phyf048.tile4.nc .........OK - Comparing phyf048.tile5.nc .........OK - Comparing phyf048.tile6.nc .........OK - Comparing dynf027.tile1.nc .........OK - Comparing dynf027.tile2.nc .........OK - Comparing dynf027.tile3.nc .........OK - Comparing dynf027.tile4.nc .........OK - Comparing dynf027.tile5.nc .........OK - Comparing dynf027.tile6.nc .........OK - Comparing dynf048.tile1.nc .........OK - Comparing dynf048.tile2.nc .........OK - Comparing dynf048.tile3.nc .........OK - Comparing dynf048.tile4.nc .........OK - Comparing dynf048.tile5.nc .........OK - Comparing dynf048.tile6.nc .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK -Test 041 fv3_read_inc PASS - - -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_wrtGauss_netcdf_esmf_repro -working dir = /scratch1/NCEPDEV/stmp2/Dusan.Jovic/FV3_RT/rt_87656/fv3_wrtGauss_netcdf_esmf_repro -Checking test 042 fv3_wrtGauss_netcdf_esmf results .... - Comparing atmos_4xdaily.tile1.nc .........OK - Comparing atmos_4xdaily.tile2.nc .........OK - Comparing atmos_4xdaily.tile3.nc .........OK - Comparing atmos_4xdaily.tile4.nc .........OK - Comparing atmos_4xdaily.tile5.nc .........OK - Comparing atmos_4xdaily.tile6.nc .........OK - Comparing phyf000.nc .........OK - Comparing phyf024.nc .........OK - Comparing dynf000.nc .........OK - Comparing dynf024.nc .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK -Test 042 fv3_wrtGauss_netcdf_esmf PASS - - -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_wrtGauss_netcdf_repro -working dir = /scratch1/NCEPDEV/stmp2/Dusan.Jovic/FV3_RT/rt_87656/fv3_wrtGauss_netcdf_repro -Checking test 043 fv3_wrtGauss_netcdf results .... - Comparing atmos_4xdaily.tile1.nc .........OK - Comparing atmos_4xdaily.tile2.nc .........OK - Comparing atmos_4xdaily.tile3.nc .........OK - Comparing atmos_4xdaily.tile4.nc .........OK - Comparing atmos_4xdaily.tile5.nc .........OK - Comparing atmos_4xdaily.tile6.nc .........OK - Comparing phyf000.nc .........OK - Comparing phyf024.nc .........OK - Comparing dynf000.nc .........OK - Comparing dynf024.nc .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK -Test 043 fv3_wrtGauss_netcdf PASS - - -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_wrtGauss_nemsio_repro -working dir = /scratch1/NCEPDEV/stmp2/Dusan.Jovic/FV3_RT/rt_87656/fv3_wrtGauss_nemsio_repro -Checking test 044 fv3_wrtGauss_nemsio results .... - Comparing atmos_4xdaily.tile1.nc .........OK - Comparing atmos_4xdaily.tile2.nc .........OK - Comparing atmos_4xdaily.tile3.nc .........OK - Comparing atmos_4xdaily.tile4.nc .........OK - Comparing atmos_4xdaily.tile5.nc .........OK - Comparing atmos_4xdaily.tile6.nc .........OK - Comparing phyf000.nemsio .........OK - Comparing phyf024.nemsio .........OK - Comparing dynf000.nemsio .........OK - Comparing dynf024.nemsio .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK -Test 044 fv3_wrtGauss_nemsio PASS - - -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_wrtGauss_nemsio_c192_repro -working dir = /scratch1/NCEPDEV/stmp2/Dusan.Jovic/FV3_RT/rt_87656/fv3_wrtGauss_nemsio_c192_repro -Checking test 045 fv3_wrtGauss_nemsio_c192 results .... - Comparing atmos_4xdaily.tile1.nc .........OK - Comparing atmos_4xdaily.tile2.nc .........OK - Comparing atmos_4xdaily.tile3.nc .........OK - Comparing atmos_4xdaily.tile4.nc .........OK - Comparing atmos_4xdaily.tile5.nc .........OK - Comparing atmos_4xdaily.tile6.nc .........OK - Comparing phyf000.nemsio .........OK - Comparing phyf024.nemsio .........OK - Comparing dynf000.nemsio .........OK - Comparing dynf024.nemsio .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK -Test 045 fv3_wrtGauss_nemsio_c192 PASS - - -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_stochy_repro -working dir = /scratch1/NCEPDEV/stmp2/Dusan.Jovic/FV3_RT/rt_87656/fv3_stochy_repro -Checking test 046 fv3_stochy results .... - Comparing atmos_4xdaily.tile1.nc .........OK - Comparing atmos_4xdaily.tile2.nc .........OK - Comparing atmos_4xdaily.tile3.nc .........OK - Comparing atmos_4xdaily.tile4.nc .........OK - Comparing atmos_4xdaily.tile5.nc .........OK - Comparing atmos_4xdaily.tile6.nc .........OK - Comparing phyf000.tile1.nc .........OK - Comparing phyf000.tile2.nc .........OK - Comparing phyf000.tile3.nc .........OK - Comparing phyf000.tile4.nc .........OK - Comparing phyf000.tile5.nc .........OK - Comparing phyf000.tile6.nc .........OK - Comparing phyf012.tile1.nc .........OK - Comparing phyf012.tile2.nc .........OK - Comparing phyf012.tile3.nc .........OK - Comparing phyf012.tile4.nc .........OK - Comparing phyf012.tile5.nc .........OK - Comparing phyf012.tile6.nc .........OK - Comparing dynf000.tile1.nc .........OK - Comparing dynf000.tile2.nc .........OK - Comparing dynf000.tile3.nc .........OK - Comparing dynf000.tile4.nc .........OK - Comparing dynf000.tile5.nc .........OK - Comparing dynf000.tile6.nc .........OK - Comparing dynf012.tile1.nc .........OK - Comparing dynf012.tile2.nc .........OK - Comparing dynf012.tile3.nc .........OK - Comparing dynf012.tile4.nc .........OK - Comparing dynf012.tile5.nc .........OK - Comparing dynf012.tile6.nc .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK -Test 046 fv3_stochy PASS - - -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_iau_repro -working dir = /scratch1/NCEPDEV/stmp2/Dusan.Jovic/FV3_RT/rt_87656/fv3_iau_repro -Checking test 047 fv3_iau results .... - Comparing atmos_4xdaily.tile1.nc .........OK - Comparing atmos_4xdaily.tile2.nc .........OK - Comparing atmos_4xdaily.tile3.nc .........OK - Comparing atmos_4xdaily.tile4.nc .........OK - Comparing atmos_4xdaily.tile5.nc .........OK - Comparing atmos_4xdaily.tile6.nc .........OK - Comparing phyf027.tile1.nc .........OK - Comparing phyf027.tile2.nc .........OK - Comparing phyf027.tile3.nc .........OK - Comparing phyf027.tile4.nc .........OK - Comparing phyf027.tile5.nc .........OK - Comparing phyf027.tile6.nc .........OK - Comparing phyf048.tile1.nc .........OK - Comparing phyf048.tile2.nc .........OK - Comparing phyf048.tile3.nc .........OK - Comparing phyf048.tile4.nc .........OK - Comparing phyf048.tile5.nc .........OK - Comparing phyf048.tile6.nc .........OK - Comparing dynf027.tile1.nc .........OK - Comparing dynf027.tile2.nc .........OK - Comparing dynf027.tile3.nc .........OK - Comparing dynf027.tile4.nc .........OK - Comparing dynf027.tile5.nc .........OK - Comparing dynf027.tile6.nc .........OK - Comparing dynf048.tile1.nc .........OK - Comparing dynf048.tile2.nc .........OK - Comparing dynf048.tile3.nc .........OK - Comparing dynf048.tile4.nc .........OK - Comparing dynf048.tile5.nc .........OK - Comparing dynf048.tile6.nc .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK -Test 047 fv3_iau PASS - - -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_gfdlmp_repro -working dir = /scratch1/NCEPDEV/stmp2/Dusan.Jovic/FV3_RT/rt_87656/fv3_gfdlmp_repro -Checking test 048 fv3_gfdlmp results .... - Comparing atmos_4xdaily.tile1.nc .........OK - Comparing atmos_4xdaily.tile2.nc .........OK - Comparing atmos_4xdaily.tile3.nc .........OK - Comparing atmos_4xdaily.tile4.nc .........OK - Comparing atmos_4xdaily.tile5.nc .........OK - Comparing atmos_4xdaily.tile6.nc .........OK - Comparing phyf000.nemsio .........OK - Comparing phyf024.nemsio .........OK - Comparing dynf000.nemsio .........OK - Comparing dynf024.nemsio .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK -Test 048 fv3_gfdlmp PASS - - -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_gfdlmprad_gwd_repro -working dir = /scratch1/NCEPDEV/stmp2/Dusan.Jovic/FV3_RT/rt_87656/fv3_gfdlmprad_gwd_repro -Checking test 049 fv3_gfdlmprad_gwd results .... - Comparing atmos_4xdaily.tile1.nc .........OK - Comparing atmos_4xdaily.tile2.nc .........OK - Comparing atmos_4xdaily.tile3.nc .........OK - Comparing atmos_4xdaily.tile4.nc .........OK - Comparing atmos_4xdaily.tile5.nc .........OK - Comparing atmos_4xdaily.tile6.nc .........OK - Comparing phyf000.nemsio .........OK - Comparing phyf024.nemsio .........OK - Comparing dynf000.nemsio .........OK - Comparing dynf024.nemsio .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK -Test 049 fv3_gfdlmprad_gwd PASS - - -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_gfdlmprad_noahmp_repro -working dir = /scratch1/NCEPDEV/stmp2/Dusan.Jovic/FV3_RT/rt_87656/fv3_gfdlmprad_noahmp_repro -Checking test 050 fv3_gfdlmprad_noahmp results .... - Comparing atmos_4xdaily.tile1.nc .........OK - Comparing atmos_4xdaily.tile2.nc .........OK - Comparing atmos_4xdaily.tile3.nc .........OK - Comparing atmos_4xdaily.tile4.nc .........OK - Comparing atmos_4xdaily.tile5.nc .........OK - Comparing atmos_4xdaily.tile6.nc .........OK - Comparing phyf000.nemsio .........OK - Comparing phyf024.nemsio .........OK - Comparing dynf000.nemsio .........OK - Comparing dynf024.nemsio .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK -Test 050 fv3_gfdlmprad_noahmp PASS - - -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_csawmgshoc_repro -working dir = /scratch1/NCEPDEV/stmp2/Dusan.Jovic/FV3_RT/rt_87656/fv3_csawmgshoc_repro -Checking test 051 fv3_csawmgshoc results .... - Comparing atmos_4xdaily.tile1.nc .........OK - Comparing atmos_4xdaily.tile2.nc .........OK - Comparing atmos_4xdaily.tile3.nc .........OK - Comparing atmos_4xdaily.tile4.nc .........OK - Comparing atmos_4xdaily.tile5.nc .........OK - Comparing atmos_4xdaily.tile6.nc .........OK - Comparing phyf000.nemsio .........OK - Comparing phyf024.nemsio .........OK - Comparing dynf000.nemsio .........OK - Comparing dynf024.nemsio .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK -Test 051 fv3_csawmgshoc PASS - - -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_csawmg3shoc127_repro -working dir = /scratch1/NCEPDEV/stmp2/Dusan.Jovic/FV3_RT/rt_87656/fv3_csawmg3shoc127_repro -Checking test 052 fv3_csawmg3shoc127 results .... - Comparing atmos_4xdaily.tile1.nc .........OK - Comparing atmos_4xdaily.tile2.nc .........OK - Comparing atmos_4xdaily.tile3.nc .........OK - Comparing atmos_4xdaily.tile4.nc .........OK - Comparing atmos_4xdaily.tile5.nc .........OK - Comparing atmos_4xdaily.tile6.nc .........OK - Comparing phyf000.nemsio .........OK - Comparing phyf024.nemsio .........OK - Comparing dynf000.nemsio .........OK - Comparing dynf024.nemsio .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK -Test 052 fv3_csawmg3shoc127 PASS - - -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_csawmg_repro -working dir = /scratch1/NCEPDEV/stmp2/Dusan.Jovic/FV3_RT/rt_87656/fv3_csawmg_repro -Checking test 053 fv3_csawmg results .... - Comparing atmos_4xdaily.tile1.nc .........OK - Comparing atmos_4xdaily.tile2.nc .........OK - Comparing atmos_4xdaily.tile3.nc .........OK - Comparing atmos_4xdaily.tile4.nc .........OK - Comparing atmos_4xdaily.tile5.nc .........OK - Comparing atmos_4xdaily.tile6.nc .........OK - Comparing phyf000.nemsio .........OK - Comparing phyf024.nemsio .........OK - Comparing dynf000.nemsio .........OK - Comparing dynf024.nemsio .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK -Test 053 fv3_csawmg PASS - - -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_satmedmf_repro -working dir = /scratch1/NCEPDEV/stmp2/Dusan.Jovic/FV3_RT/rt_87656/fv3_satmedmf_repro -Checking test 054 fv3_satmedmf results .... - Comparing atmos_4xdaily.tile1.nc .........OK - Comparing atmos_4xdaily.tile2.nc .........OK - Comparing atmos_4xdaily.tile3.nc .........OK - Comparing atmos_4xdaily.tile4.nc .........OK - Comparing atmos_4xdaily.tile5.nc .........OK - Comparing atmos_4xdaily.tile6.nc .........OK - Comparing phyf000.nemsio .........OK - Comparing phyf024.nemsio .........OK - Comparing dynf000.nemsio .........OK - Comparing dynf024.nemsio .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK -Test 054 fv3_satmedmf PASS - - -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_gfdlmprad_repro -working dir = /scratch1/NCEPDEV/stmp2/Dusan.Jovic/FV3_RT/rt_87656/fv3_gfdlmprad_repro -Checking test 055 fv3_gfdlmprad results .... - Comparing atmos_4xdaily.tile1.nc .........OK - Comparing atmos_4xdaily.tile2.nc .........OK - Comparing atmos_4xdaily.tile3.nc .........OK - Comparing atmos_4xdaily.tile4.nc .........OK - Comparing atmos_4xdaily.tile5.nc .........OK - Comparing atmos_4xdaily.tile6.nc .........OK - Comparing phyf000.nemsio .........OK - Comparing phyf024.nemsio .........OK - Comparing dynf000.nemsio .........OK - Comparing dynf024.nemsio .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing out_grd.glo_30m .........OK -Test 055 fv3_gfdlmprad PASS - - -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_wrtGauss_nemsio_c768_repro -working dir = /scratch1/NCEPDEV/stmp2/Dusan.Jovic/FV3_RT/rt_87656/fv3_wrtGauss_nemsio_c768_repro -Checking test 056 fv3_wrtGauss_nemsio_c768 results .... - Comparing atmos_4xdaily.tile1.nc .........OK - Comparing atmos_4xdaily.tile2.nc .........OK - Comparing atmos_4xdaily.tile3.nc .........OK - Comparing atmos_4xdaily.tile4.nc .........OK - Comparing atmos_4xdaily.tile5.nc .........OK - Comparing atmos_4xdaily.tile6.nc .........OK - Comparing phyf006.nemsio .........OK - Comparing dynf006.nemsio .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK - Comparing out_grd.glo_30m .........OK -Test 056 fv3_wrtGauss_nemsio_c768 PASS - - -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_control_repro -working dir = /scratch1/NCEPDEV/stmp2/Dusan.Jovic/FV3_RT/rt_87656/fv3_appbuild_repro -Checking test 057 fv3_appbuild results .... - Comparing atmos_4xdaily.tile1.nc .........OK - Comparing atmos_4xdaily.tile2.nc .........OK - Comparing atmos_4xdaily.tile3.nc .........OK - Comparing atmos_4xdaily.tile4.nc .........OK - Comparing atmos_4xdaily.tile5.nc .........OK - Comparing atmos_4xdaily.tile6.nc .........OK - Comparing phyf000.tile1.nc .........OK - Comparing phyf000.tile2.nc .........OK - Comparing phyf000.tile3.nc .........OK - Comparing phyf000.tile4.nc .........OK - Comparing phyf000.tile5.nc .........OK - Comparing phyf000.tile6.nc .........OK - Comparing phyf024.tile1.nc .........OK - Comparing phyf024.tile2.nc .........OK - Comparing phyf024.tile3.nc .........OK - Comparing phyf024.tile4.nc .........OK - Comparing phyf024.tile5.nc .........OK - Comparing phyf024.tile6.nc .........OK - Comparing dynf000.tile1.nc .........OK - Comparing dynf000.tile2.nc .........OK - Comparing dynf000.tile3.nc .........OK - Comparing dynf000.tile4.nc .........OK - Comparing dynf000.tile5.nc .........OK - Comparing dynf000.tile6.nc .........OK - Comparing dynf024.tile1.nc .........OK - Comparing dynf024.tile2.nc .........OK - Comparing dynf024.tile3.nc .........OK - Comparing dynf024.tile4.nc .........OK - Comparing dynf024.tile5.nc .........OK - Comparing dynf024.tile6.nc .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK -Test 057 fv3_appbuild PASS - - -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_control_32bit_repro -working dir = /scratch1/NCEPDEV/stmp2/Dusan.Jovic/FV3_RT/rt_87656/fv3_control_32bit_repro -Checking test 058 fv3_control_32bit results .... - Comparing atmos_4xdaily.tile1.nc .........OK - Comparing atmos_4xdaily.tile2.nc .........OK - Comparing atmos_4xdaily.tile3.nc .........OK - Comparing atmos_4xdaily.tile4.nc .........OK - Comparing atmos_4xdaily.tile5.nc .........OK - Comparing atmos_4xdaily.tile6.nc .........OK - Comparing phyf000.tile1.nc .........OK - Comparing phyf000.tile2.nc .........OK - Comparing phyf000.tile3.nc .........OK - Comparing phyf000.tile4.nc .........OK - Comparing phyf000.tile5.nc .........OK - Comparing phyf000.tile6.nc .........OK - Comparing phyf024.tile1.nc .........OK - Comparing phyf024.tile2.nc .........OK - Comparing phyf024.tile3.nc .........OK - Comparing phyf024.tile4.nc .........OK - Comparing phyf024.tile5.nc .........OK - Comparing phyf024.tile6.nc .........OK - Comparing dynf000.tile1.nc .........OK - Comparing dynf000.tile2.nc .........OK - Comparing dynf000.tile3.nc .........OK - Comparing dynf000.tile4.nc .........OK - Comparing dynf000.tile5.nc .........OK - Comparing dynf000.tile6.nc .........OK - Comparing dynf024.tile1.nc .........OK - Comparing dynf024.tile2.nc .........OK - Comparing dynf024.tile3.nc .........OK - Comparing dynf024.tile4.nc .........OK - Comparing dynf024.tile5.nc .........OK - Comparing dynf024.tile6.nc .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK -Test 058 fv3_control_32bit PASS - - -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_gfdlmprad_32bit_post_repro -working dir = /scratch1/NCEPDEV/stmp2/Dusan.Jovic/FV3_RT/rt_87656/fv3_gfdlmprad_32bit_post_repro -Checking test 059 fv3_gfdlmprad_32bit_post results .... - Comparing atmos_4xdaily.tile1.nc .........OK - Comparing atmos_4xdaily.tile2.nc .........OK - Comparing atmos_4xdaily.tile3.nc .........OK - Comparing atmos_4xdaily.tile4.nc .........OK - Comparing atmos_4xdaily.tile5.nc .........OK - Comparing atmos_4xdaily.tile6.nc .........OK - Comparing phyf000.nemsio .........OK - Comparing phyf024.nemsio .........OK - Comparing dynf000.nemsio .........OK - Comparing dynf024.nemsio .........OK - Comparing GFSFLX.GrbF00 .........OK - Comparing GFSPRS.GrbF00 .........OK - Comparing GFSFLX.GrbF24 .........OK - Comparing GFSPRS.GrbF24 .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK -Test 059 fv3_gfdlmprad_32bit_post PASS - - -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_stretched_repro -working dir = /scratch1/NCEPDEV/stmp2/Dusan.Jovic/FV3_RT/rt_87656/fv3_stretched_repro -Checking test 060 fv3_stretched results .... - Comparing atmos_4xdaily.tile1.nc .........OK - Comparing atmos_4xdaily.tile2.nc .........OK - Comparing atmos_4xdaily.tile3.nc .........OK - Comparing atmos_4xdaily.tile4.nc .........OK - Comparing atmos_4xdaily.tile5.nc .........OK - Comparing atmos_4xdaily.tile6.nc .........OK - Comparing fv3_history2d.tile1.nc .........OK - Comparing fv3_history2d.tile2.nc .........OK - Comparing fv3_history2d.tile3.nc .........OK - Comparing fv3_history2d.tile4.nc .........OK - Comparing fv3_history2d.tile5.nc .........OK - Comparing fv3_history2d.tile6.nc .........OK - Comparing fv3_history.tile1.nc .........OK - Comparing fv3_history.tile2.nc .........OK - Comparing fv3_history.tile3.nc .........OK - Comparing fv3_history.tile4.nc .........OK - Comparing fv3_history.tile5.nc .........OK - Comparing fv3_history.tile6.nc .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK -Test 060 fv3_stretched PASS - - -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_stretched_nest_repro -working dir = /scratch1/NCEPDEV/stmp2/Dusan.Jovic/FV3_RT/rt_87656/fv3_stretched_nest_repro -Checking test 061 fv3_stretched_nest results .... - Comparing atmos_4xdaily.tile1.nc .........OK - Comparing atmos_4xdaily.tile2.nc .........OK - Comparing atmos_4xdaily.tile3.nc .........OK - Comparing atmos_4xdaily.tile4.nc .........OK - Comparing atmos_4xdaily.tile5.nc .........OK - Comparing atmos_4xdaily.tile6.nc .........OK - Comparing atmos_4xdaily.nest02.tile7.nc .........OK - Comparing fv3_history2d.tile1.nc .........OK - Comparing fv3_history2d.tile2.nc .........OK - Comparing fv3_history2d.tile3.nc .........OK - Comparing fv3_history2d.tile4.nc .........OK - Comparing fv3_history2d.tile5.nc .........OK - Comparing fv3_history2d.tile6.nc .........OK - Comparing fv3_history2d.nest02.tile7.nc .........OK - Comparing fv3_history.tile1.nc .........OK - Comparing fv3_history.tile2.nc .........OK - Comparing fv3_history.tile3.nc .........OK - Comparing fv3_history.tile4.nc .........OK - Comparing fv3_history.tile5.nc .........OK - Comparing fv3_history.tile6.nc .........OK - Comparing fv3_history.nest02.tile7.nc .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.nest02.nc .........OK - Comparing RESTART/fv_BC_ne.res.nest02.nc .........OK - Comparing RESTART/fv_BC_sw.res.nest02.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_core.res.nest02.tile7.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.nest02.tile7.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.nest02.tile7.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/phy_data.nest02.tile7.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK - Comparing RESTART/sfc_data.nest02.tile7.nc .........OK -Test 061 fv3_stretched_nest PASS - - -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_regional_control_repro -working dir = /scratch1/NCEPDEV/stmp2/Dusan.Jovic/FV3_RT/rt_87656/fv3_regional_control_repro -Checking test 062 fv3_regional_control results .... - Comparing atmos_4xdaily.nc .........OK - Comparing fv3_history2d.nc .........OK - Comparing fv3_history.nc .........OK -Test 062 fv3_regional_control PASS - - -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_regional_restart_repro -working dir = /scratch1/NCEPDEV/stmp2/Dusan.Jovic/FV3_RT/rt_87656/fv3_regional_restart_repro -Checking test 063 fv3_regional_restart results .... - Comparing atmos_4xdaily.nc .........OK - Comparing fv3_history2d.nc .........OK - Comparing fv3_history.nc .........OK -Test 063 fv3_regional_restart PASS - - -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_regional_quilt_repro -working dir = /scratch1/NCEPDEV/stmp2/Dusan.Jovic/FV3_RT/rt_87656/fv3_regional_quilt_repro -Checking test 064 fv3_regional_quilt results .... - Comparing atmos_4xdaily.nc .........OK - Comparing dynf000.nc .........OK - Comparing dynf024.nc .........OK - Comparing phyf000.nc .........OK - Comparing phyf024.nc .........OK -Test 064 fv3_regional_quilt PASS - - -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_regional_c768_repro -working dir = /scratch1/NCEPDEV/stmp2/Dusan.Jovic/FV3_RT/rt_87656/fv3_regional_c768_repro -Checking test 065 fv3_regional_c768 results .... - Comparing atmos_4xdaily.nc .........OK - Comparing fv3_history2d.nc .........OK - Comparing fv3_history.nc .........OK -Test 065 fv3_regional_c768 PASS - - -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_gfdlmp_32bit_repro -working dir = /scratch1/NCEPDEV/stmp2/Dusan.Jovic/FV3_RT/rt_87656/fv3_gfdlmp_32bit_repro -Checking test 066 fv3_gfdlmp_32bit results .... - Comparing atmos_4xdaily.tile1.nc .........OK - Comparing atmos_4xdaily.tile2.nc .........OK - Comparing atmos_4xdaily.tile3.nc .........OK - Comparing atmos_4xdaily.tile4.nc .........OK - Comparing atmos_4xdaily.tile5.nc .........OK - Comparing atmos_4xdaily.tile6.nc .........OK - Comparing phyf000.nemsio .........OK - Comparing phyf024.nemsio .........OK - Comparing dynf000.nemsio .........OK - Comparing dynf024.nemsio .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK -Test 066 fv3_gfdlmp_32bit PASS - - -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_gfs_v15_repro -working dir = /scratch1/NCEPDEV/stmp2/Dusan.Jovic/FV3_RT/rt_87656/fv3_gfs_v15_repro -Checking test 067 fv3_gfs_v15 results .... - Comparing atmos_4xdaily.tile1.nc .........OK - Comparing atmos_4xdaily.tile2.nc .........OK - Comparing atmos_4xdaily.tile3.nc .........OK - Comparing atmos_4xdaily.tile4.nc .........OK - Comparing atmos_4xdaily.tile5.nc .........OK - Comparing atmos_4xdaily.tile6.nc .........OK - Comparing phyf000.tile1.nc .........OK - Comparing phyf000.tile2.nc .........OK - Comparing phyf000.tile3.nc .........OK - Comparing phyf000.tile4.nc .........OK - Comparing phyf000.tile5.nc .........OK - Comparing phyf000.tile6.nc .........OK - Comparing phyf024.tile1.nc .........OK - Comparing phyf024.tile2.nc .........OK - Comparing phyf024.tile3.nc .........OK - Comparing phyf024.tile4.nc .........OK - Comparing phyf024.tile5.nc .........OK - Comparing phyf024.tile6.nc .........OK - Comparing dynf000.tile1.nc .........OK - Comparing dynf000.tile2.nc .........OK - Comparing dynf000.tile3.nc .........OK - Comparing dynf000.tile4.nc .........OK - Comparing dynf000.tile5.nc .........OK - Comparing dynf000.tile6.nc .........OK - Comparing dynf024.tile1.nc .........OK - Comparing dynf024.tile2.nc .........OK - Comparing dynf024.tile3.nc .........OK - Comparing dynf024.tile4.nc .........OK - Comparing dynf024.tile5.nc .........OK - Comparing dynf024.tile6.nc .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK -Test 067 fv3_gfs_v15 PASS - - -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_gfs_v15plus_repro -working dir = /scratch1/NCEPDEV/stmp2/Dusan.Jovic/FV3_RT/rt_87656/fv3_gfs_v15plus_repro -Checking test 068 fv3_gfs_v15plus results .... - Comparing atmos_4xdaily.tile1.nc .........OK - Comparing atmos_4xdaily.tile2.nc .........OK - Comparing atmos_4xdaily.tile3.nc .........OK - Comparing atmos_4xdaily.tile4.nc .........OK - Comparing atmos_4xdaily.tile5.nc .........OK - Comparing atmos_4xdaily.tile6.nc .........OK - Comparing phyf000.tile1.nc .........OK - Comparing phyf000.tile2.nc .........OK - Comparing phyf000.tile3.nc .........OK - Comparing phyf000.tile4.nc .........OK - Comparing phyf000.tile5.nc .........OK - Comparing phyf000.tile6.nc .........OK - Comparing phyf024.tile1.nc .........OK - Comparing phyf024.tile2.nc .........OK - Comparing phyf024.tile3.nc .........OK - Comparing phyf024.tile4.nc .........OK - Comparing phyf024.tile5.nc .........OK - Comparing phyf024.tile6.nc .........OK - Comparing dynf000.tile1.nc .........OK - Comparing dynf000.tile2.nc .........OK - Comparing dynf000.tile3.nc .........OK - Comparing dynf000.tile4.nc .........OK - Comparing dynf000.tile5.nc .........OK - Comparing dynf000.tile6.nc .........OK - Comparing dynf024.tile1.nc .........OK - Comparing dynf024.tile2.nc .........OK - Comparing dynf024.tile3.nc .........OK - Comparing dynf024.tile4.nc .........OK - Comparing dynf024.tile5.nc .........OK - Comparing dynf024.tile6.nc .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK -Test 068 fv3_gfs_v15plus PASS - - -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_cpt_repro -working dir = /scratch1/NCEPDEV/stmp2/Dusan.Jovic/FV3_RT/rt_87656/fv3_cpt_repro -Checking test 069 fv3_cpt results .... - Comparing atmos_4xdaily.tile1.nc .........OK - Comparing atmos_4xdaily.tile2.nc .........OK - Comparing atmos_4xdaily.tile3.nc .........OK - Comparing atmos_4xdaily.tile4.nc .........OK - Comparing atmos_4xdaily.tile5.nc .........OK - Comparing atmos_4xdaily.tile6.nc .........OK - Comparing phyf000.nemsio .........OK - Comparing phyf024.nemsio .........OK - Comparing dynf000.nemsio .........OK - Comparing dynf024.nemsio .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK -Test 069 fv3_cpt PASS - - -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_control_repro -working dir = /scratch1/NCEPDEV/stmp2/Dusan.Jovic/FV3_RT/rt_87656/fv3_ccpp_control_repro -Checking test 070 fv3_ccpp_control results .... - Comparing atmos_4xdaily.tile1.nc .........OK - Comparing atmos_4xdaily.tile2.nc .........OK - Comparing atmos_4xdaily.tile3.nc .........OK - Comparing atmos_4xdaily.tile4.nc .........OK - Comparing atmos_4xdaily.tile5.nc .........OK - Comparing atmos_4xdaily.tile6.nc .........OK - Comparing phyf000.tile1.nc .........OK - Comparing phyf000.tile2.nc .........OK - Comparing phyf000.tile3.nc .........OK - Comparing phyf000.tile4.nc .........OK - Comparing phyf000.tile5.nc .........OK - Comparing phyf000.tile6.nc .........OK - Comparing phyf024.tile1.nc .........OK - Comparing phyf024.tile2.nc .........OK - Comparing phyf024.tile3.nc .........OK - Comparing phyf024.tile4.nc .........OK - Comparing phyf024.tile5.nc .........OK - Comparing phyf024.tile6.nc .........OK - Comparing dynf000.tile1.nc .........OK - Comparing dynf000.tile2.nc .........OK - Comparing dynf000.tile3.nc .........OK - Comparing dynf000.tile4.nc .........OK - Comparing dynf000.tile5.nc .........OK - Comparing dynf000.tile6.nc .........OK - Comparing dynf024.tile1.nc .........OK - Comparing dynf024.tile2.nc .........OK - Comparing dynf024.tile3.nc .........OK - Comparing dynf024.tile4.nc .........OK - Comparing dynf024.tile5.nc .........OK - Comparing dynf024.tile6.nc .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK -Test 070 fv3_ccpp_control PASS - - -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_control_repro -working dir = /scratch1/NCEPDEV/stmp2/Dusan.Jovic/FV3_RT/rt_87656/fv3_ccpp_decomp_repro -Checking test 071 fv3_ccpp_decomp results .... - Comparing atmos_4xdaily.tile1.nc .........OK - Comparing atmos_4xdaily.tile2.nc .........OK - Comparing atmos_4xdaily.tile3.nc .........OK - Comparing atmos_4xdaily.tile4.nc .........OK - Comparing atmos_4xdaily.tile5.nc .........OK - Comparing atmos_4xdaily.tile6.nc .........OK - Comparing phyf000.tile1.nc .........OK - Comparing phyf000.tile2.nc .........OK - Comparing phyf000.tile3.nc .........OK - Comparing phyf000.tile4.nc .........OK - Comparing phyf000.tile5.nc .........OK - Comparing phyf000.tile6.nc .........OK - Comparing phyf024.tile1.nc .........OK - Comparing phyf024.tile2.nc .........OK - Comparing phyf024.tile3.nc .........OK - Comparing phyf024.tile4.nc .........OK - Comparing phyf024.tile5.nc .........OK - Comparing phyf024.tile6.nc .........OK - Comparing dynf000.tile1.nc .........OK - Comparing dynf000.tile2.nc .........OK - Comparing dynf000.tile3.nc .........OK - Comparing dynf000.tile4.nc .........OK - Comparing dynf000.tile5.nc .........OK - Comparing dynf000.tile6.nc .........OK - Comparing dynf024.tile1.nc .........OK - Comparing dynf024.tile2.nc .........OK - Comparing dynf024.tile3.nc .........OK - Comparing dynf024.tile4.nc .........OK - Comparing dynf024.tile5.nc .........OK - Comparing dynf024.tile6.nc .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK -Test 071 fv3_ccpp_decomp PASS - - -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_control_repro -working dir = /scratch1/NCEPDEV/stmp2/Dusan.Jovic/FV3_RT/rt_87656/fv3_ccpp_2threads_repro -Checking test 072 fv3_ccpp_2threads results .... - Comparing atmos_4xdaily.tile1.nc .........OK - Comparing atmos_4xdaily.tile2.nc .........OK - Comparing atmos_4xdaily.tile3.nc .........OK - Comparing atmos_4xdaily.tile4.nc .........OK - Comparing atmos_4xdaily.tile5.nc .........OK - Comparing atmos_4xdaily.tile6.nc .........OK - Comparing phyf000.tile1.nc .........OK - Comparing phyf000.tile2.nc .........OK - Comparing phyf000.tile3.nc .........OK - Comparing phyf000.tile4.nc .........OK - Comparing phyf000.tile5.nc .........OK - Comparing phyf000.tile6.nc .........OK - Comparing phyf024.tile1.nc .........OK - Comparing phyf024.tile2.nc .........OK - Comparing phyf024.tile3.nc .........OK - Comparing phyf024.tile4.nc .........OK - Comparing phyf024.tile5.nc .........OK - Comparing phyf024.tile6.nc .........OK - Comparing dynf000.tile1.nc .........OK - Comparing dynf000.tile2.nc .........OK - Comparing dynf000.tile3.nc .........OK - Comparing dynf000.tile4.nc .........OK - Comparing dynf000.tile5.nc .........OK - Comparing dynf000.tile6.nc .........OK - Comparing dynf024.tile1.nc .........OK - Comparing dynf024.tile2.nc .........OK - Comparing dynf024.tile3.nc .........OK - Comparing dynf024.tile4.nc .........OK - Comparing dynf024.tile5.nc .........OK - Comparing dynf024.tile6.nc .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK -Test 072 fv3_ccpp_2threads PASS - - -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_restart_repro -working dir = /scratch1/NCEPDEV/stmp2/Dusan.Jovic/FV3_RT/rt_87656/fv3_ccpp_restart_repro -Checking test 073 fv3_ccpp_restart results .... - Comparing atmos_4xdaily.tile1.nc .........OK - Comparing atmos_4xdaily.tile2.nc .........OK - Comparing atmos_4xdaily.tile3.nc .........OK - Comparing atmos_4xdaily.tile4.nc .........OK - Comparing atmos_4xdaily.tile5.nc .........OK - Comparing atmos_4xdaily.tile6.nc .........OK - Comparing phyf027.tile1.nc .........OK - Comparing phyf027.tile2.nc .........OK - Comparing phyf027.tile3.nc .........OK - Comparing phyf027.tile4.nc .........OK - Comparing phyf027.tile5.nc .........OK - Comparing phyf027.tile6.nc .........OK - Comparing phyf048.tile1.nc .........OK - Comparing phyf048.tile2.nc .........OK - Comparing phyf048.tile3.nc .........OK - Comparing phyf048.tile4.nc .........OK - Comparing phyf048.tile5.nc .........OK - Comparing phyf048.tile6.nc .........OK - Comparing dynf027.tile1.nc .........OK - Comparing dynf027.tile2.nc .........OK - Comparing dynf027.tile3.nc .........OK - Comparing dynf027.tile4.nc .........OK - Comparing dynf027.tile5.nc .........OK - Comparing dynf027.tile6.nc .........OK - Comparing dynf048.tile1.nc .........OK - Comparing dynf048.tile2.nc .........OK - Comparing dynf048.tile3.nc .........OK - Comparing dynf048.tile4.nc .........OK - Comparing dynf048.tile5.nc .........OK - Comparing dynf048.tile6.nc .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK -Test 073 fv3_ccpp_restart PASS - - -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_read_inc_repro -working dir = /scratch1/NCEPDEV/stmp2/Dusan.Jovic/FV3_RT/rt_87656/fv3_ccpp_read_inc_repro -Checking test 074 fv3_ccpp_read_inc results .... - Comparing atmos_4xdaily.tile1.nc .........OK - Comparing atmos_4xdaily.tile2.nc .........OK - Comparing atmos_4xdaily.tile3.nc .........OK - Comparing atmos_4xdaily.tile4.nc .........OK - Comparing atmos_4xdaily.tile5.nc .........OK - Comparing atmos_4xdaily.tile6.nc .........OK - Comparing phyf027.tile1.nc .........OK - Comparing phyf027.tile2.nc .........OK - Comparing phyf027.tile3.nc .........OK - Comparing phyf027.tile4.nc .........OK - Comparing phyf027.tile5.nc .........OK - Comparing phyf027.tile6.nc .........OK - Comparing phyf048.tile1.nc .........OK - Comparing phyf048.tile2.nc .........OK - Comparing phyf048.tile3.nc .........OK - Comparing phyf048.tile4.nc .........OK - Comparing phyf048.tile5.nc .........OK - Comparing phyf048.tile6.nc .........OK - Comparing dynf027.tile1.nc .........OK - Comparing dynf027.tile2.nc .........OK - Comparing dynf027.tile3.nc .........OK - Comparing dynf027.tile4.nc .........OK - Comparing dynf027.tile5.nc .........OK - Comparing dynf027.tile6.nc .........OK - Comparing dynf048.tile1.nc .........OK - Comparing dynf048.tile2.nc .........OK - Comparing dynf048.tile3.nc .........OK - Comparing dynf048.tile4.nc .........OK - Comparing dynf048.tile5.nc .........OK - Comparing dynf048.tile6.nc .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK -Test 074 fv3_ccpp_read_inc PASS - - -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_wrtGauss_netcdf_esmf_repro -working dir = /scratch1/NCEPDEV/stmp2/Dusan.Jovic/FV3_RT/rt_87656/fv3_ccpp_wrtGauss_netcdf_esmf_repro -Checking test 075 fv3_ccpp_wrtGauss_netcdf_esmf results .... - Comparing atmos_4xdaily.tile1.nc .........OK - Comparing atmos_4xdaily.tile2.nc .........OK - Comparing atmos_4xdaily.tile3.nc .........OK - Comparing atmos_4xdaily.tile4.nc .........OK - Comparing atmos_4xdaily.tile5.nc .........OK - Comparing atmos_4xdaily.tile6.nc .........OK - Comparing phyf000.nc .........OK - Comparing phyf024.nc .........OK - Comparing dynf000.nc .........OK - Comparing dynf024.nc .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK -Test 075 fv3_ccpp_wrtGauss_netcdf_esmf PASS - - -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_wrtGauss_netcdf_repro -working dir = /scratch1/NCEPDEV/stmp2/Dusan.Jovic/FV3_RT/rt_87656/fv3_ccpp_wrtGauss_netcdf_repro -Checking test 076 fv3_ccpp_wrtGauss_netcdf results .... - Comparing atmos_4xdaily.tile1.nc .........OK - Comparing atmos_4xdaily.tile2.nc .........OK - Comparing atmos_4xdaily.tile3.nc .........OK - Comparing atmos_4xdaily.tile4.nc .........OK - Comparing atmos_4xdaily.tile5.nc .........OK - Comparing atmos_4xdaily.tile6.nc .........OK - Comparing phyf000.nc .........OK - Comparing phyf024.nc .........OK - Comparing dynf000.nc .........OK - Comparing dynf024.nc .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK -Test 076 fv3_ccpp_wrtGauss_netcdf PASS - - -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_wrtGauss_nemsio_repro -working dir = /scratch1/NCEPDEV/stmp2/Dusan.Jovic/FV3_RT/rt_87656/fv3_ccpp_wrtGauss_nemsio_repro -Checking test 077 fv3_ccpp_wrtGauss_nemsio results .... - Comparing atmos_4xdaily.tile1.nc .........OK - Comparing atmos_4xdaily.tile2.nc .........OK - Comparing atmos_4xdaily.tile3.nc .........OK - Comparing atmos_4xdaily.tile4.nc .........OK - Comparing atmos_4xdaily.tile5.nc .........OK - Comparing atmos_4xdaily.tile6.nc .........OK - Comparing phyf000.nemsio .........OK - Comparing phyf024.nemsio .........OK - Comparing dynf000.nemsio .........OK - Comparing dynf024.nemsio .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK -Test 077 fv3_ccpp_wrtGauss_nemsio PASS - - -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_wrtGauss_nemsio_c192_repro -working dir = /scratch1/NCEPDEV/stmp2/Dusan.Jovic/FV3_RT/rt_87656/fv3_ccpp_wrtGauss_nemsio_c192_repro -Checking test 078 fv3_ccpp_wrtGauss_nemsio_c192 results .... - Comparing atmos_4xdaily.tile1.nc .........OK - Comparing atmos_4xdaily.tile2.nc .........OK - Comparing atmos_4xdaily.tile3.nc .........OK - Comparing atmos_4xdaily.tile4.nc .........OK - Comparing atmos_4xdaily.tile5.nc .........OK - Comparing atmos_4xdaily.tile6.nc .........OK - Comparing phyf000.nemsio .........OK - Comparing phyf024.nemsio .........OK - Comparing dynf000.nemsio .........OK - Comparing dynf024.nemsio .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK -Test 078 fv3_ccpp_wrtGauss_nemsio_c192 PASS - - -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_stochy_repro -working dir = /scratch1/NCEPDEV/stmp2/Dusan.Jovic/FV3_RT/rt_87656/fv3_ccpp_stochy_repro -Checking test 079 fv3_ccpp_stochy results .... - Comparing atmos_4xdaily.tile1.nc .........OK - Comparing atmos_4xdaily.tile2.nc .........OK - Comparing atmos_4xdaily.tile3.nc .........OK - Comparing atmos_4xdaily.tile4.nc .........OK - Comparing atmos_4xdaily.tile5.nc .........OK - Comparing atmos_4xdaily.tile6.nc .........OK - Comparing phyf000.tile1.nc .........OK - Comparing phyf000.tile2.nc .........OK - Comparing phyf000.tile3.nc .........OK - Comparing phyf000.tile4.nc .........OK - Comparing phyf000.tile5.nc .........OK - Comparing phyf000.tile6.nc .........OK - Comparing phyf012.tile1.nc .........OK - Comparing phyf012.tile2.nc .........OK - Comparing phyf012.tile3.nc .........OK - Comparing phyf012.tile4.nc .........OK - Comparing phyf012.tile5.nc .........OK - Comparing phyf012.tile6.nc .........OK - Comparing dynf000.tile1.nc .........OK - Comparing dynf000.tile2.nc .........OK - Comparing dynf000.tile3.nc .........OK - Comparing dynf000.tile4.nc .........OK - Comparing dynf000.tile5.nc .........OK - Comparing dynf000.tile6.nc .........OK - Comparing dynf012.tile1.nc .........OK - Comparing dynf012.tile2.nc .........OK - Comparing dynf012.tile3.nc .........OK - Comparing dynf012.tile4.nc .........OK - Comparing dynf012.tile5.nc .........OK - Comparing dynf012.tile6.nc .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK -Test 079 fv3_ccpp_stochy PASS - - -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_iau_repro -working dir = /scratch1/NCEPDEV/stmp2/Dusan.Jovic/FV3_RT/rt_87656/fv3_ccpp_iau_repro -Checking test 080 fv3_ccpp_iau results .... - Comparing atmos_4xdaily.tile1.nc .........OK - Comparing atmos_4xdaily.tile2.nc .........OK - Comparing atmos_4xdaily.tile3.nc .........OK - Comparing atmos_4xdaily.tile4.nc .........OK - Comparing atmos_4xdaily.tile5.nc .........OK - Comparing atmos_4xdaily.tile6.nc .........OK - Comparing phyf027.tile1.nc .........OK - Comparing phyf027.tile2.nc .........OK - Comparing phyf027.tile3.nc .........OK - Comparing phyf027.tile4.nc .........OK - Comparing phyf027.tile5.nc .........OK - Comparing phyf027.tile6.nc .........OK - Comparing phyf048.tile1.nc .........OK - Comparing phyf048.tile2.nc .........OK - Comparing phyf048.tile3.nc .........OK - Comparing phyf048.tile4.nc .........OK - Comparing phyf048.tile5.nc .........OK - Comparing phyf048.tile6.nc .........OK - Comparing dynf027.tile1.nc .........OK - Comparing dynf027.tile2.nc .........OK - Comparing dynf027.tile3.nc .........OK - Comparing dynf027.tile4.nc .........OK - Comparing dynf027.tile5.nc .........OK - Comparing dynf027.tile6.nc .........OK - Comparing dynf048.tile1.nc .........OK - Comparing dynf048.tile2.nc .........OK - Comparing dynf048.tile3.nc .........OK - Comparing dynf048.tile4.nc .........OK - Comparing dynf048.tile5.nc .........OK - Comparing dynf048.tile6.nc .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK -Test 080 fv3_ccpp_iau PASS - - -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_gfdlmprad_repro -working dir = /scratch1/NCEPDEV/stmp2/Dusan.Jovic/FV3_RT/rt_87656/fv3_ccpp_gfdlmprad_repro -Checking test 081 fv3_ccpp_gfdlmprad results .... - Comparing atmos_4xdaily.tile1.nc .........OK - Comparing atmos_4xdaily.tile2.nc .........OK - Comparing atmos_4xdaily.tile3.nc .........OK - Comparing atmos_4xdaily.tile4.nc .........OK - Comparing atmos_4xdaily.tile5.nc .........OK - Comparing atmos_4xdaily.tile6.nc .........OK - Comparing phyf000.nemsio .........OK - Comparing phyf024.nemsio .........OK - Comparing dynf000.nemsio .........OK - Comparing dynf024.nemsio .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing out_grd.glo_30m .........OK -Test 081 fv3_ccpp_gfdlmprad PASS - - -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_wrtGauss_nemsio_c768_repro -working dir = /scratch1/NCEPDEV/stmp2/Dusan.Jovic/FV3_RT/rt_87656/fv3_ccpp_wrtGauss_nemsio_c768_repro -Checking test 082 fv3_ccpp_wrtGauss_nemsio_c768 results .... - Comparing atmos_4xdaily.tile1.nc .........OK - Comparing atmos_4xdaily.tile2.nc .........OK - Comparing atmos_4xdaily.tile3.nc .........OK - Comparing atmos_4xdaily.tile4.nc .........OK - Comparing atmos_4xdaily.tile5.nc .........OK - Comparing atmos_4xdaily.tile6.nc .........OK - Comparing phyf006.nemsio .........OK - Comparing dynf006.nemsio .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK - Comparing out_grd.glo_30m .........OK -Test 082 fv3_ccpp_wrtGauss_nemsio_c768 PASS - - -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_control_repro -working dir = /scratch1/NCEPDEV/stmp2/Dusan.Jovic/FV3_RT/rt_87656/fv3_ccpp_appbuild_repro -Checking test 083 fv3_ccpp_appbuild results .... - Comparing atmos_4xdaily.tile1.nc .........OK - Comparing atmos_4xdaily.tile2.nc .........OK - Comparing atmos_4xdaily.tile3.nc .........OK - Comparing atmos_4xdaily.tile4.nc .........OK - Comparing atmos_4xdaily.tile5.nc .........OK - Comparing atmos_4xdaily.tile6.nc .........OK - Comparing phyf000.tile1.nc .........OK - Comparing phyf000.tile2.nc .........OK - Comparing phyf000.tile3.nc .........OK - Comparing phyf000.tile4.nc .........OK - Comparing phyf000.tile5.nc .........OK - Comparing phyf000.tile6.nc .........OK - Comparing phyf024.tile1.nc .........OK - Comparing phyf024.tile2.nc .........OK - Comparing phyf024.tile3.nc .........OK - Comparing phyf024.tile4.nc .........OK - Comparing phyf024.tile5.nc .........OK - Comparing phyf024.tile6.nc .........OK - Comparing dynf000.tile1.nc .........OK - Comparing dynf000.tile2.nc .........OK - Comparing dynf000.tile3.nc .........OK - Comparing dynf000.tile4.nc .........OK - Comparing dynf000.tile5.nc .........OK - Comparing dynf000.tile6.nc .........OK - Comparing dynf024.tile1.nc .........OK - Comparing dynf024.tile2.nc .........OK - Comparing dynf024.tile3.nc .........OK - Comparing dynf024.tile4.nc .........OK - Comparing dynf024.tile5.nc .........OK - Comparing dynf024.tile6.nc .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK -Test 083 fv3_ccpp_appbuild PASS - - -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_control_32bit_repro -working dir = /scratch1/NCEPDEV/stmp2/Dusan.Jovic/FV3_RT/rt_87656/fv3_ccpp_control_32bit_repro -Checking test 084 fv3_ccpp_control_32bit results .... - Comparing atmos_4xdaily.tile1.nc .........OK - Comparing atmos_4xdaily.tile2.nc .........OK - Comparing atmos_4xdaily.tile3.nc .........OK - Comparing atmos_4xdaily.tile4.nc .........OK - Comparing atmos_4xdaily.tile5.nc .........OK - Comparing atmos_4xdaily.tile6.nc .........OK - Comparing phyf000.tile1.nc .........OK - Comparing phyf000.tile2.nc .........OK - Comparing phyf000.tile3.nc .........OK - Comparing phyf000.tile4.nc .........OK - Comparing phyf000.tile5.nc .........OK - Comparing phyf000.tile6.nc .........OK - Comparing phyf024.tile1.nc .........OK - Comparing phyf024.tile2.nc .........OK - Comparing phyf024.tile3.nc .........OK - Comparing phyf024.tile4.nc .........OK - Comparing phyf024.tile5.nc .........OK - Comparing phyf024.tile6.nc .........OK - Comparing dynf000.tile1.nc .........OK - Comparing dynf000.tile2.nc .........OK - Comparing dynf000.tile3.nc .........OK - Comparing dynf000.tile4.nc .........OK - Comparing dynf000.tile5.nc .........OK - Comparing dynf000.tile6.nc .........OK - Comparing dynf024.tile1.nc .........OK - Comparing dynf024.tile2.nc .........OK - Comparing dynf024.tile3.nc .........OK - Comparing dynf024.tile4.nc .........OK - Comparing dynf024.tile5.nc .........OK - Comparing dynf024.tile6.nc .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK -Test 084 fv3_ccpp_control_32bit PASS - - -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_stretched_repro -working dir = /scratch1/NCEPDEV/stmp2/Dusan.Jovic/FV3_RT/rt_87656/fv3_ccpp_stretched_repro -Checking test 085 fv3_ccpp_stretched results .... - Comparing atmos_4xdaily.tile1.nc .........OK - Comparing atmos_4xdaily.tile2.nc .........OK - Comparing atmos_4xdaily.tile3.nc .........OK - Comparing atmos_4xdaily.tile4.nc .........OK - Comparing atmos_4xdaily.tile5.nc .........OK - Comparing atmos_4xdaily.tile6.nc .........OK - Comparing fv3_history2d.tile1.nc .........OK - Comparing fv3_history2d.tile2.nc .........OK - Comparing fv3_history2d.tile3.nc .........OK - Comparing fv3_history2d.tile4.nc .........OK - Comparing fv3_history2d.tile5.nc .........OK - Comparing fv3_history2d.tile6.nc .........OK - Comparing fv3_history.tile1.nc .........OK - Comparing fv3_history.tile2.nc .........OK - Comparing fv3_history.tile3.nc .........OK - Comparing fv3_history.tile4.nc .........OK - Comparing fv3_history.tile5.nc .........OK - Comparing fv3_history.tile6.nc .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK -Test 085 fv3_ccpp_stretched PASS - - -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_stretched_nest_repro -working dir = /scratch1/NCEPDEV/stmp2/Dusan.Jovic/FV3_RT/rt_87656/fv3_ccpp_stretched_nest_repro -Checking test 086 fv3_ccpp_stretched_nest results .... - Comparing atmos_4xdaily.tile1.nc .........OK - Comparing atmos_4xdaily.tile2.nc .........OK - Comparing atmos_4xdaily.tile3.nc .........OK - Comparing atmos_4xdaily.tile4.nc .........OK - Comparing atmos_4xdaily.tile5.nc .........OK - Comparing atmos_4xdaily.tile6.nc .........OK - Comparing atmos_4xdaily.nest02.tile7.nc .........OK - Comparing fv3_history2d.tile1.nc .........OK - Comparing fv3_history2d.tile2.nc .........OK - Comparing fv3_history2d.tile3.nc .........OK - Comparing fv3_history2d.tile4.nc .........OK - Comparing fv3_history2d.tile5.nc .........OK - Comparing fv3_history2d.tile6.nc .........OK - Comparing fv3_history2d.nest02.tile7.nc .........OK - Comparing fv3_history.tile1.nc .........OK - Comparing fv3_history.tile2.nc .........OK - Comparing fv3_history.tile3.nc .........OK - Comparing fv3_history.tile4.nc .........OK - Comparing fv3_history.tile5.nc .........OK - Comparing fv3_history.tile6.nc .........OK - Comparing fv3_history.nest02.tile7.nc .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.nest02.nc .........OK - Comparing RESTART/fv_BC_ne.res.nest02.nc .........OK - Comparing RESTART/fv_BC_sw.res.nest02.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_core.res.nest02.tile7.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.nest02.tile7.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.nest02.tile7.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/phy_data.nest02.tile7.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK - Comparing RESTART/sfc_data.nest02.tile7.nc .........OK -Test 086 fv3_ccpp_stretched_nest PASS - - -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_regional_control_repro -working dir = /scratch1/NCEPDEV/stmp2/Dusan.Jovic/FV3_RT/rt_87656/fv3_ccpp_regional_control_repro -Checking test 087 fv3_ccpp_regional_control results .... - Comparing atmos_4xdaily.nc .........OK - Comparing fv3_history2d.nc .........OK - Comparing fv3_history.nc .........OK -Test 087 fv3_ccpp_regional_control PASS - - -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_regional_restart_repro -working dir = /scratch1/NCEPDEV/stmp2/Dusan.Jovic/FV3_RT/rt_87656/fv3_ccpp_regional_restart_repro -Checking test 088 fv3_ccpp_regional_restart results .... - Comparing atmos_4xdaily.nc .........OK - Comparing fv3_history2d.nc .........OK - Comparing fv3_history.nc .........OK -Test 088 fv3_ccpp_regional_restart PASS - - -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_regional_quilt_repro -working dir = /scratch1/NCEPDEV/stmp2/Dusan.Jovic/FV3_RT/rt_87656/fv3_ccpp_regional_quilt_repro -Checking test 089 fv3_ccpp_regional_quilt results .... - Comparing atmos_4xdaily.nc .........OK - Comparing dynf000.nc .........OK - Comparing dynf024.nc .........OK - Comparing phyf000.nc .........OK - Comparing phyf024.nc .........OK -Test 089 fv3_ccpp_regional_quilt PASS - - -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_regional_c768_repro -working dir = /scratch1/NCEPDEV/stmp2/Dusan.Jovic/FV3_RT/rt_87656/fv3_ccpp_regional_c768_repro -Checking test 090 fv3_ccpp_regional_c768 results .... - Comparing atmos_4xdaily.nc .........OK - Comparing fv3_history2d.nc .........OK - Comparing fv3_history.nc .........OK -Test 090 fv3_ccpp_regional_c768 PASS - - -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_gfdlmp_repro -working dir = /scratch1/NCEPDEV/stmp2/Dusan.Jovic/FV3_RT/rt_87656/fv3_ccpp_gfdlmp_repro -Checking test 091 fv3_ccpp_gfdlmp results .... - Comparing atmos_4xdaily.tile1.nc .........OK - Comparing atmos_4xdaily.tile2.nc .........OK - Comparing atmos_4xdaily.tile3.nc .........OK - Comparing atmos_4xdaily.tile4.nc .........OK - Comparing atmos_4xdaily.tile5.nc .........OK - Comparing atmos_4xdaily.tile6.nc .........OK - Comparing phyf000.nemsio .........OK - Comparing phyf024.nemsio .........OK - Comparing dynf000.nemsio .........OK - Comparing dynf024.nemsio .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK -Test 091 fv3_ccpp_gfdlmp PASS - - -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_gfdlmprad_gwd_repro -working dir = /scratch1/NCEPDEV/stmp2/Dusan.Jovic/FV3_RT/rt_87656/fv3_ccpp_gfdlmprad_gwd_repro -Checking test 092 fv3_ccpp_gfdlmprad_gwd results .... - Comparing atmos_4xdaily.tile1.nc .........OK - Comparing atmos_4xdaily.tile2.nc .........OK - Comparing atmos_4xdaily.tile3.nc .........OK - Comparing atmos_4xdaily.tile4.nc .........OK - Comparing atmos_4xdaily.tile5.nc .........OK - Comparing atmos_4xdaily.tile6.nc .........OK - Comparing phyf000.nemsio .........OK - Comparing phyf024.nemsio .........OK - Comparing dynf000.nemsio .........OK - Comparing dynf024.nemsio .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK -Test 092 fv3_ccpp_gfdlmprad_gwd PASS - - -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_gfdlmprad_noahmp_repro -working dir = /scratch1/NCEPDEV/stmp2/Dusan.Jovic/FV3_RT/rt_87656/fv3_ccpp_gfdlmprad_noahmp_repro -Checking test 093 fv3_ccpp_gfdlmprad_noahmp results .... - Comparing atmos_4xdaily.tile1.nc .........OK - Comparing atmos_4xdaily.tile2.nc .........OK - Comparing atmos_4xdaily.tile3.nc .........OK - Comparing atmos_4xdaily.tile4.nc .........OK - Comparing atmos_4xdaily.tile5.nc .........OK - Comparing atmos_4xdaily.tile6.nc .........OK - Comparing phyf000.nemsio .........OK - Comparing phyf024.nemsio .........OK - Comparing dynf000.nemsio .........OK - Comparing dynf024.nemsio .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK -Test 093 fv3_ccpp_gfdlmprad_noahmp PASS - - -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_csawmg_repro -working dir = /scratch1/NCEPDEV/stmp2/Dusan.Jovic/FV3_RT/rt_87656/fv3_ccpp_csawmg_repro -Checking test 094 fv3_ccpp_csawmg results .... - Comparing atmos_4xdaily.tile1.nc .........OK - Comparing atmos_4xdaily.tile2.nc .........OK - Comparing atmos_4xdaily.tile3.nc .........OK - Comparing atmos_4xdaily.tile4.nc .........OK - Comparing atmos_4xdaily.tile5.nc .........OK - Comparing atmos_4xdaily.tile6.nc .........OK - Comparing phyf000.nemsio .........OK - Comparing phyf024.nemsio .........OK - Comparing dynf000.nemsio .........OK - Comparing dynf024.nemsio .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK -Test 094 fv3_ccpp_csawmg PASS - - -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_satmedmf_repro -working dir = /scratch1/NCEPDEV/stmp2/Dusan.Jovic/FV3_RT/rt_87656/fv3_ccpp_satmedmf_repro -Checking test 095 fv3_ccpp_satmedmf results .... - Comparing atmos_4xdaily.tile1.nc .........OK - Comparing atmos_4xdaily.tile2.nc .........OK - Comparing atmos_4xdaily.tile3.nc .........OK - Comparing atmos_4xdaily.tile4.nc .........OK - Comparing atmos_4xdaily.tile5.nc .........OK - Comparing atmos_4xdaily.tile6.nc .........OK - Comparing phyf000.nemsio .........OK - Comparing phyf024.nemsio .........OK - Comparing dynf000.nemsio .........OK - Comparing dynf024.nemsio .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK -Test 095 fv3_ccpp_satmedmf PASS - - -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_gfdlmp_32bit_repro -working dir = /scratch1/NCEPDEV/stmp2/Dusan.Jovic/FV3_RT/rt_87656/fv3_ccpp_gfdlmp_32bit_repro -Checking test 096 fv3_ccpp_gfdlmp_32bit results .... - Comparing atmos_4xdaily.tile1.nc .........OK - Comparing atmos_4xdaily.tile2.nc .........OK - Comparing atmos_4xdaily.tile3.nc .........OK - Comparing atmos_4xdaily.tile4.nc .........OK - Comparing atmos_4xdaily.tile5.nc .........OK - Comparing atmos_4xdaily.tile6.nc .........OK - Comparing phyf000.nemsio .........OK - Comparing phyf024.nemsio .........OK - Comparing dynf000.nemsio .........OK - Comparing dynf024.nemsio .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK -Test 096 fv3_ccpp_gfdlmp_32bit PASS - - -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_gfdlmprad_32bit_post_repro -working dir = /scratch1/NCEPDEV/stmp2/Dusan.Jovic/FV3_RT/rt_87656/fv3_ccpp_gfdlmprad_32bit_post_repro -Checking test 097 fv3_ccpp_gfdlmprad_32bit_post results .... - Comparing atmos_4xdaily.tile1.nc .........OK - Comparing atmos_4xdaily.tile2.nc .........OK - Comparing atmos_4xdaily.tile3.nc .........OK - Comparing atmos_4xdaily.tile4.nc .........OK - Comparing atmos_4xdaily.tile5.nc .........OK - Comparing atmos_4xdaily.tile6.nc .........OK - Comparing phyf000.nemsio .........OK - Comparing phyf024.nemsio .........OK - Comparing dynf000.nemsio .........OK - Comparing dynf024.nemsio .........OK - Comparing GFSFLX.GrbF00 .........OK - Comparing GFSPRS.GrbF00 .........OK - Comparing GFSFLX.GrbF24 .........OK - Comparing GFSPRS.GrbF24 .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK -Test 097 fv3_ccpp_gfdlmprad_32bit_post PASS - - -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_gfs_v15_repro -working dir = /scratch1/NCEPDEV/stmp2/Dusan.Jovic/FV3_RT/rt_87656/fv3_ccpp_gfs_v15_repro -Checking test 098 fv3_ccpp_gfs_v15 results .... - Comparing atmos_4xdaily.tile1.nc .........OK - Comparing atmos_4xdaily.tile2.nc .........OK - Comparing atmos_4xdaily.tile3.nc .........OK - Comparing atmos_4xdaily.tile4.nc .........OK - Comparing atmos_4xdaily.tile5.nc .........OK - Comparing atmos_4xdaily.tile6.nc .........OK - Comparing phyf000.tile1.nc .........OK - Comparing phyf000.tile2.nc .........OK - Comparing phyf000.tile3.nc .........OK - Comparing phyf000.tile4.nc .........OK - Comparing phyf000.tile5.nc .........OK - Comparing phyf000.tile6.nc .........OK - Comparing phyf024.tile1.nc .........OK - Comparing phyf024.tile2.nc .........OK - Comparing phyf024.tile3.nc .........OK - Comparing phyf024.tile4.nc .........OK - Comparing phyf024.tile5.nc .........OK - Comparing phyf024.tile6.nc .........OK - Comparing dynf000.tile1.nc .........OK - Comparing dynf000.tile2.nc .........OK - Comparing dynf000.tile3.nc .........OK - Comparing dynf000.tile4.nc .........OK - Comparing dynf000.tile5.nc .........OK - Comparing dynf000.tile6.nc .........OK - Comparing dynf024.tile1.nc .........OK - Comparing dynf024.tile2.nc .........OK - Comparing dynf024.tile3.nc .........OK - Comparing dynf024.tile4.nc .........OK - Comparing dynf024.tile5.nc .........OK - Comparing dynf024.tile6.nc .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK -Test 098 fv3_ccpp_gfs_v15 PASS - - -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_gfs_v15plus_repro -working dir = /scratch1/NCEPDEV/stmp2/Dusan.Jovic/FV3_RT/rt_87656/fv3_ccpp_gfs_v15plus_repro -Checking test 099 fv3_ccpp_gfs_v15plus results .... - Comparing atmos_4xdaily.tile1.nc .........OK - Comparing atmos_4xdaily.tile2.nc .........OK - Comparing atmos_4xdaily.tile3.nc .........OK - Comparing atmos_4xdaily.tile4.nc .........OK - Comparing atmos_4xdaily.tile5.nc .........OK - Comparing atmos_4xdaily.tile6.nc .........OK - Comparing phyf000.tile1.nc .........OK - Comparing phyf000.tile2.nc .........OK - Comparing phyf000.tile3.nc .........OK - Comparing phyf000.tile4.nc .........OK - Comparing phyf000.tile5.nc .........OK - Comparing phyf000.tile6.nc .........OK - Comparing phyf024.tile1.nc .........OK - Comparing phyf024.tile2.nc .........OK - Comparing phyf024.tile3.nc .........OK - Comparing phyf024.tile4.nc .........OK - Comparing phyf024.tile5.nc .........OK - Comparing phyf024.tile6.nc .........OK - Comparing dynf000.tile1.nc .........OK - Comparing dynf000.tile2.nc .........OK - Comparing dynf000.tile3.nc .........OK - Comparing dynf000.tile4.nc .........OK - Comparing dynf000.tile5.nc .........OK - Comparing dynf000.tile6.nc .........OK - Comparing dynf024.tile1.nc .........OK - Comparing dynf024.tile2.nc .........OK - Comparing dynf024.tile3.nc .........OK - Comparing dynf024.tile4.nc .........OK - Comparing dynf024.tile5.nc .........OK - Comparing dynf024.tile6.nc .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK -Test 099 fv3_ccpp_gfs_v15plus PASS - - -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_cpt_repro -working dir = /scratch1/NCEPDEV/stmp2/Dusan.Jovic/FV3_RT/rt_87656/fv3_ccpp_cpt_repro -Checking test 100 fv3_ccpp_cpt results .... - Comparing atmos_4xdaily.tile1.nc .........OK - Comparing atmos_4xdaily.tile2.nc .........OK - Comparing atmos_4xdaily.tile3.nc .........OK - Comparing atmos_4xdaily.tile4.nc .........OK - Comparing atmos_4xdaily.tile5.nc .........OK - Comparing atmos_4xdaily.tile6.nc .........OK - Comparing phyf000.nemsio .........OK - Comparing phyf024.nemsio .........OK - Comparing dynf000.nemsio .........OK - Comparing dynf024.nemsio .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK -Test 100 fv3_ccpp_cpt PASS - - -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_gsd_repro -working dir = /scratch1/NCEPDEV/stmp2/Dusan.Jovic/FV3_RT/rt_87656/fv3_ccpp_gsd_repro -Checking test 101 fv3_ccpp_gsd results .... - Comparing atmos_4xdaily.tile1.nc .........OK - Comparing atmos_4xdaily.tile2.nc .........OK - Comparing atmos_4xdaily.tile3.nc .........OK - Comparing atmos_4xdaily.tile4.nc .........OK - Comparing atmos_4xdaily.tile5.nc .........OK - Comparing atmos_4xdaily.tile6.nc .........OK - Comparing phyf000.tile1.nc .........OK - Comparing phyf000.tile2.nc .........OK - Comparing phyf000.tile3.nc .........OK - Comparing phyf000.tile4.nc .........OK - Comparing phyf000.tile5.nc .........OK - Comparing phyf000.tile6.nc .........OK - Comparing phyf024.tile1.nc .........OK - Comparing phyf024.tile2.nc .........OK - Comparing phyf024.tile3.nc .........OK - Comparing phyf024.tile4.nc .........OK - Comparing phyf024.tile5.nc .........OK - Comparing phyf024.tile6.nc .........OK - Comparing phyf027.tile1.nc .........OK - Comparing phyf027.tile2.nc .........OK - Comparing phyf027.tile3.nc .........OK - Comparing phyf027.tile4.nc .........OK - Comparing phyf027.tile5.nc .........OK - Comparing phyf027.tile6.nc .........OK - Comparing phyf048.tile1.nc .........OK - Comparing phyf048.tile2.nc .........OK - Comparing phyf048.tile3.nc .........OK - Comparing phyf048.tile4.nc .........OK - Comparing phyf048.tile5.nc .........OK - Comparing phyf048.tile6.nc .........OK - Comparing dynf000.tile1.nc .........OK - Comparing dynf000.tile2.nc .........OK - Comparing dynf000.tile3.nc .........OK - Comparing dynf000.tile4.nc .........OK - Comparing dynf000.tile5.nc .........OK - Comparing dynf000.tile6.nc .........OK - Comparing dynf024.tile1.nc .........OK - Comparing dynf024.tile2.nc .........OK - Comparing dynf024.tile3.nc .........OK - Comparing dynf024.tile4.nc .........OK - Comparing dynf024.tile5.nc .........OK - Comparing dynf024.tile6.nc .........OK - Comparing dynf027.tile1.nc .........OK - Comparing dynf027.tile2.nc .........OK - Comparing dynf027.tile3.nc .........OK - Comparing dynf027.tile4.nc .........OK - Comparing dynf027.tile5.nc .........OK - Comparing dynf027.tile6.nc .........OK - Comparing dynf048.tile1.nc .........OK - Comparing dynf048.tile2.nc .........OK - Comparing dynf048.tile3.nc .........OK - Comparing dynf048.tile4.nc .........OK - Comparing dynf048.tile5.nc .........OK - Comparing dynf048.tile6.nc .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK -Test 101 fv3_ccpp_gsd PASS - - -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_control_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Dusan.Jovic/FV3_RT/rt_87656/fv3_ccpp_control_prod -Checking test 102 fv3_ccpp_control results .... - Comparing atmos_4xdaily.tile1.nc .........OK - Comparing atmos_4xdaily.tile2.nc .........OK - Comparing atmos_4xdaily.tile3.nc .........OK - Comparing atmos_4xdaily.tile4.nc .........OK - Comparing atmos_4xdaily.tile5.nc .........OK - Comparing atmos_4xdaily.tile6.nc .........OK - Comparing phyf000.tile1.nc .........OK - Comparing phyf000.tile2.nc .........OK - Comparing phyf000.tile3.nc .........OK - Comparing phyf000.tile4.nc .........OK - Comparing phyf000.tile5.nc .........OK - Comparing phyf000.tile6.nc .........OK - Comparing phyf024.tile1.nc .........OK - Comparing phyf024.tile2.nc .........OK - Comparing phyf024.tile3.nc .........OK - Comparing phyf024.tile4.nc .........OK - Comparing phyf024.tile5.nc .........OK - Comparing phyf024.tile6.nc .........OK - Comparing dynf000.tile1.nc .........OK - Comparing dynf000.tile2.nc .........OK - Comparing dynf000.tile3.nc .........OK - Comparing dynf000.tile4.nc .........OK - Comparing dynf000.tile5.nc .........OK - Comparing dynf000.tile6.nc .........OK - Comparing dynf024.tile1.nc .........OK - Comparing dynf024.tile2.nc .........OK - Comparing dynf024.tile3.nc .........OK - Comparing dynf024.tile4.nc .........OK - Comparing dynf024.tile5.nc .........OK - Comparing dynf024.tile6.nc .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK -Test 102 fv3_ccpp_control PASS - - -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_control_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Dusan.Jovic/FV3_RT/rt_87656/fv3_ccpp_decomp_prod -Checking test 103 fv3_ccpp_decomp results .... - Comparing atmos_4xdaily.tile1.nc .........OK - Comparing atmos_4xdaily.tile2.nc .........OK - Comparing atmos_4xdaily.tile3.nc .........OK - Comparing atmos_4xdaily.tile4.nc .........OK - Comparing atmos_4xdaily.tile5.nc .........OK - Comparing atmos_4xdaily.tile6.nc .........OK - Comparing phyf000.tile1.nc .........OK - Comparing phyf000.tile2.nc .........OK - Comparing phyf000.tile3.nc .........OK - Comparing phyf000.tile4.nc .........OK - Comparing phyf000.tile5.nc .........OK - Comparing phyf000.tile6.nc .........OK - Comparing phyf024.tile1.nc .........OK - Comparing phyf024.tile2.nc .........OK - Comparing phyf024.tile3.nc .........OK - Comparing phyf024.tile4.nc .........OK - Comparing phyf024.tile5.nc .........OK - Comparing phyf024.tile6.nc .........OK - Comparing dynf000.tile1.nc .........OK - Comparing dynf000.tile2.nc .........OK - Comparing dynf000.tile3.nc .........OK - Comparing dynf000.tile4.nc .........OK - Comparing dynf000.tile5.nc .........OK - Comparing dynf000.tile6.nc .........OK - Comparing dynf024.tile1.nc .........OK - Comparing dynf024.tile2.nc .........OK - Comparing dynf024.tile3.nc .........OK - Comparing dynf024.tile4.nc .........OK - Comparing dynf024.tile5.nc .........OK - Comparing dynf024.tile6.nc .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK -Test 103 fv3_ccpp_decomp PASS - - -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_control_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Dusan.Jovic/FV3_RT/rt_87656/fv3_ccpp_2threads_prod -Checking test 104 fv3_ccpp_2threads results .... - Comparing atmos_4xdaily.tile1.nc .........OK - Comparing atmos_4xdaily.tile2.nc .........OK - Comparing atmos_4xdaily.tile3.nc .........OK - Comparing atmos_4xdaily.tile4.nc .........OK - Comparing atmos_4xdaily.tile5.nc .........OK - Comparing atmos_4xdaily.tile6.nc .........OK - Comparing phyf000.tile1.nc .........OK - Comparing phyf000.tile2.nc .........OK - Comparing phyf000.tile3.nc .........OK - Comparing phyf000.tile4.nc .........OK - Comparing phyf000.tile5.nc .........OK - Comparing phyf000.tile6.nc .........OK - Comparing phyf024.tile1.nc .........OK - Comparing phyf024.tile2.nc .........OK - Comparing phyf024.tile3.nc .........OK - Comparing phyf024.tile4.nc .........OK - Comparing phyf024.tile5.nc .........OK - Comparing phyf024.tile6.nc .........OK - Comparing dynf000.tile1.nc .........OK - Comparing dynf000.tile2.nc .........OK - Comparing dynf000.tile3.nc .........OK - Comparing dynf000.tile4.nc .........OK - Comparing dynf000.tile5.nc .........OK - Comparing dynf000.tile6.nc .........OK - Comparing dynf024.tile1.nc .........OK - Comparing dynf024.tile2.nc .........OK - Comparing dynf024.tile3.nc .........OK - Comparing dynf024.tile4.nc .........OK - Comparing dynf024.tile5.nc .........OK - Comparing dynf024.tile6.nc .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK -Test 104 fv3_ccpp_2threads PASS - - -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_restart_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Dusan.Jovic/FV3_RT/rt_87656/fv3_ccpp_restart_prod -Checking test 105 fv3_ccpp_restart results .... - Comparing atmos_4xdaily.tile1.nc .........OK - Comparing atmos_4xdaily.tile2.nc .........OK - Comparing atmos_4xdaily.tile3.nc .........OK - Comparing atmos_4xdaily.tile4.nc .........OK - Comparing atmos_4xdaily.tile5.nc .........OK - Comparing atmos_4xdaily.tile6.nc .........OK - Comparing phyf027.tile1.nc .........OK - Comparing phyf027.tile2.nc .........OK - Comparing phyf027.tile3.nc .........OK - Comparing phyf027.tile4.nc .........OK - Comparing phyf027.tile5.nc .........OK - Comparing phyf027.tile6.nc .........OK - Comparing phyf048.tile1.nc .........OK - Comparing phyf048.tile2.nc .........OK - Comparing phyf048.tile3.nc .........OK - Comparing phyf048.tile4.nc .........OK - Comparing phyf048.tile5.nc .........OK - Comparing phyf048.tile6.nc .........OK - Comparing dynf027.tile1.nc .........OK - Comparing dynf027.tile2.nc .........OK - Comparing dynf027.tile3.nc .........OK - Comparing dynf027.tile4.nc .........OK - Comparing dynf027.tile5.nc .........OK - Comparing dynf027.tile6.nc .........OK - Comparing dynf048.tile1.nc .........OK - Comparing dynf048.tile2.nc .........OK - Comparing dynf048.tile3.nc .........OK - Comparing dynf048.tile4.nc .........OK - Comparing dynf048.tile5.nc .........OK - Comparing dynf048.tile6.nc .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK -Test 105 fv3_ccpp_restart PASS - - -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_read_inc_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Dusan.Jovic/FV3_RT/rt_87656/fv3_ccpp_read_inc_prod -Checking test 106 fv3_ccpp_read_inc results .... - Comparing atmos_4xdaily.tile1.nc .........OK - Comparing atmos_4xdaily.tile2.nc .........OK - Comparing atmos_4xdaily.tile3.nc .........OK - Comparing atmos_4xdaily.tile4.nc .........OK - Comparing atmos_4xdaily.tile5.nc .........OK - Comparing atmos_4xdaily.tile6.nc .........OK - Comparing phyf027.tile1.nc .........OK - Comparing phyf027.tile2.nc .........OK - Comparing phyf027.tile3.nc .........OK - Comparing phyf027.tile4.nc .........OK - Comparing phyf027.tile5.nc .........OK - Comparing phyf027.tile6.nc .........OK - Comparing phyf048.tile1.nc .........OK - Comparing phyf048.tile2.nc .........OK - Comparing phyf048.tile3.nc .........OK - Comparing phyf048.tile4.nc .........OK - Comparing phyf048.tile5.nc .........OK - Comparing phyf048.tile6.nc .........OK - Comparing dynf027.tile1.nc .........OK - Comparing dynf027.tile2.nc .........OK - Comparing dynf027.tile3.nc .........OK - Comparing dynf027.tile4.nc .........OK - Comparing dynf027.tile5.nc .........OK - Comparing dynf027.tile6.nc .........OK - Comparing dynf048.tile1.nc .........OK - Comparing dynf048.tile2.nc .........OK - Comparing dynf048.tile3.nc .........OK - Comparing dynf048.tile4.nc .........OK - Comparing dynf048.tile5.nc .........OK - Comparing dynf048.tile6.nc .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK -Test 106 fv3_ccpp_read_inc PASS - - -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_wrtGauss_netcdf_esmf_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Dusan.Jovic/FV3_RT/rt_87656/fv3_ccpp_wrtGauss_netcdf_esmf_prod -Checking test 107 fv3_ccpp_wrtGauss_netcdf_esmf results .... - Comparing atmos_4xdaily.tile1.nc .........OK - Comparing atmos_4xdaily.tile2.nc .........OK - Comparing atmos_4xdaily.tile3.nc .........OK - Comparing atmos_4xdaily.tile4.nc .........OK - Comparing atmos_4xdaily.tile5.nc .........OK - Comparing atmos_4xdaily.tile6.nc .........OK - Comparing phyf000.nc .........OK - Comparing phyf024.nc .........OK - Comparing dynf000.nc .........OK - Comparing dynf024.nc .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK -Test 107 fv3_ccpp_wrtGauss_netcdf_esmf PASS - - -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_wrtGauss_netcdf_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Dusan.Jovic/FV3_RT/rt_87656/fv3_ccpp_wrtGauss_netcdf_prod -Checking test 108 fv3_ccpp_wrtGauss_netcdf results .... - Comparing atmos_4xdaily.tile1.nc .........OK - Comparing atmos_4xdaily.tile2.nc .........OK - Comparing atmos_4xdaily.tile3.nc .........OK - Comparing atmos_4xdaily.tile4.nc .........OK - Comparing atmos_4xdaily.tile5.nc .........OK - Comparing atmos_4xdaily.tile6.nc .........OK - Comparing phyf000.nc .........OK - Comparing phyf024.nc .........OK - Comparing dynf000.nc .........OK - Comparing dynf024.nc .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK -Test 108 fv3_ccpp_wrtGauss_netcdf PASS - - -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_wrtGauss_nemsio_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Dusan.Jovic/FV3_RT/rt_87656/fv3_ccpp_wrtGauss_nemsio_prod -Checking test 109 fv3_ccpp_wrtGauss_nemsio results .... - Comparing atmos_4xdaily.tile1.nc .........OK - Comparing atmos_4xdaily.tile2.nc .........OK - Comparing atmos_4xdaily.tile3.nc .........OK - Comparing atmos_4xdaily.tile4.nc .........OK - Comparing atmos_4xdaily.tile5.nc .........OK - Comparing atmos_4xdaily.tile6.nc .........OK - Comparing phyf000.nemsio .........OK - Comparing phyf024.nemsio .........OK - Comparing dynf000.nemsio .........OK - Comparing dynf024.nemsio .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK -Test 109 fv3_ccpp_wrtGauss_nemsio PASS - - -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_wrtGauss_nemsio_c192_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Dusan.Jovic/FV3_RT/rt_87656/fv3_ccpp_wrtGauss_nemsio_c192_prod -Checking test 110 fv3_ccpp_wrtGauss_nemsio_c192 results .... - Comparing atmos_4xdaily.tile1.nc .........OK - Comparing atmos_4xdaily.tile2.nc .........OK - Comparing atmos_4xdaily.tile3.nc .........OK - Comparing atmos_4xdaily.tile4.nc .........OK - Comparing atmos_4xdaily.tile5.nc .........OK - Comparing atmos_4xdaily.tile6.nc .........OK - Comparing phyf000.nemsio .........OK - Comparing phyf024.nemsio .........OK - Comparing dynf000.nemsio .........OK - Comparing dynf024.nemsio .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK -Test 110 fv3_ccpp_wrtGauss_nemsio_c192 PASS - - -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_stochy_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Dusan.Jovic/FV3_RT/rt_87656/fv3_ccpp_stochy_prod -Checking test 111 fv3_ccpp_stochy results .... - Comparing atmos_4xdaily.tile1.nc .........OK - Comparing atmos_4xdaily.tile2.nc .........OK - Comparing atmos_4xdaily.tile3.nc .........OK - Comparing atmos_4xdaily.tile4.nc .........OK - Comparing atmos_4xdaily.tile5.nc .........OK - Comparing atmos_4xdaily.tile6.nc .........OK - Comparing phyf000.tile1.nc .........OK - Comparing phyf000.tile2.nc .........OK - Comparing phyf000.tile3.nc .........OK - Comparing phyf000.tile4.nc .........OK - Comparing phyf000.tile5.nc .........OK - Comparing phyf000.tile6.nc .........OK - Comparing phyf012.tile1.nc .........OK - Comparing phyf012.tile2.nc .........OK - Comparing phyf012.tile3.nc .........OK - Comparing phyf012.tile4.nc .........OK - Comparing phyf012.tile5.nc .........OK - Comparing phyf012.tile6.nc .........OK - Comparing dynf000.tile1.nc .........OK - Comparing dynf000.tile2.nc .........OK - Comparing dynf000.tile3.nc .........OK - Comparing dynf000.tile4.nc .........OK - Comparing dynf000.tile5.nc .........OK - Comparing dynf000.tile6.nc .........OK - Comparing dynf012.tile1.nc .........OK - Comparing dynf012.tile2.nc .........OK - Comparing dynf012.tile3.nc .........OK - Comparing dynf012.tile4.nc .........OK - Comparing dynf012.tile5.nc .........OK - Comparing dynf012.tile6.nc .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK -Test 111 fv3_ccpp_stochy PASS - - -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_iau_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Dusan.Jovic/FV3_RT/rt_87656/fv3_ccpp_iau_prod -Checking test 112 fv3_ccpp_iau results .... - Comparing atmos_4xdaily.tile1.nc .........OK - Comparing atmos_4xdaily.tile2.nc .........OK - Comparing atmos_4xdaily.tile3.nc .........OK - Comparing atmos_4xdaily.tile4.nc .........OK - Comparing atmos_4xdaily.tile5.nc .........OK - Comparing atmos_4xdaily.tile6.nc .........OK - Comparing phyf027.tile1.nc .........OK - Comparing phyf027.tile2.nc .........OK - Comparing phyf027.tile3.nc .........OK - Comparing phyf027.tile4.nc .........OK - Comparing phyf027.tile5.nc .........OK - Comparing phyf027.tile6.nc .........OK - Comparing phyf048.tile1.nc .........OK - Comparing phyf048.tile2.nc .........OK - Comparing phyf048.tile3.nc .........OK - Comparing phyf048.tile4.nc .........OK - Comparing phyf048.tile5.nc .........OK - Comparing phyf048.tile6.nc .........OK - Comparing dynf027.tile1.nc .........OK - Comparing dynf027.tile2.nc .........OK - Comparing dynf027.tile3.nc .........OK - Comparing dynf027.tile4.nc .........OK - Comparing dynf027.tile5.nc .........OK - Comparing dynf027.tile6.nc .........OK - Comparing dynf048.tile1.nc .........OK - Comparing dynf048.tile2.nc .........OK - Comparing dynf048.tile3.nc .........OK - Comparing dynf048.tile4.nc .........OK - Comparing dynf048.tile5.nc .........OK - Comparing dynf048.tile6.nc .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK -Test 112 fv3_ccpp_iau PASS - - -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_gfdlmprad_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Dusan.Jovic/FV3_RT/rt_87656/fv3_ccpp_gfdlmprad_prod -Checking test 113 fv3_ccpp_gfdlmprad results .... - Comparing atmos_4xdaily.tile1.nc .........OK - Comparing atmos_4xdaily.tile2.nc .........OK - Comparing atmos_4xdaily.tile3.nc .........OK - Comparing atmos_4xdaily.tile4.nc .........OK - Comparing atmos_4xdaily.tile5.nc .........OK - Comparing atmos_4xdaily.tile6.nc .........OK - Comparing phyf000.nemsio .........OK - Comparing phyf024.nemsio .........OK - Comparing dynf000.nemsio .........OK - Comparing dynf024.nemsio .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing out_grd.glo_30m .........OK -Test 113 fv3_ccpp_gfdlmprad PASS - - -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_wrtGauss_nemsio_c768_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Dusan.Jovic/FV3_RT/rt_87656/fv3_ccpp_wrtGauss_nemsio_c768_prod -Checking test 114 fv3_ccpp_wrtGauss_nemsio_c768 results .... - Comparing atmos_4xdaily.tile1.nc .........OK - Comparing atmos_4xdaily.tile2.nc .........OK - Comparing atmos_4xdaily.tile3.nc .........OK - Comparing atmos_4xdaily.tile4.nc .........OK - Comparing atmos_4xdaily.tile5.nc .........OK - Comparing atmos_4xdaily.tile6.nc .........OK - Comparing phyf006.nemsio .........OK - Comparing dynf006.nemsio .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK - Comparing out_grd.glo_30m .........OK -Test 114 fv3_ccpp_wrtGauss_nemsio_c768 PASS - - -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_control_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Dusan.Jovic/FV3_RT/rt_87656/fv3_ccpp_appbuild_prod -Checking test 115 fv3_ccpp_appbuild results .... - Comparing atmos_4xdaily.tile1.nc .........OK - Comparing atmos_4xdaily.tile2.nc .........OK - Comparing atmos_4xdaily.tile3.nc .........OK - Comparing atmos_4xdaily.tile4.nc .........OK - Comparing atmos_4xdaily.tile5.nc .........OK - Comparing atmos_4xdaily.tile6.nc .........OK - Comparing phyf000.tile1.nc .........OK - Comparing phyf000.tile2.nc .........OK - Comparing phyf000.tile3.nc .........OK - Comparing phyf000.tile4.nc .........OK - Comparing phyf000.tile5.nc .........OK - Comparing phyf000.tile6.nc .........OK - Comparing phyf024.tile1.nc .........OK - Comparing phyf024.tile2.nc .........OK - Comparing phyf024.tile3.nc .........OK - Comparing phyf024.tile4.nc .........OK - Comparing phyf024.tile5.nc .........OK - Comparing phyf024.tile6.nc .........OK - Comparing dynf000.tile1.nc .........OK - Comparing dynf000.tile2.nc .........OK - Comparing dynf000.tile3.nc .........OK - Comparing dynf000.tile4.nc .........OK - Comparing dynf000.tile5.nc .........OK - Comparing dynf000.tile6.nc .........OK - Comparing dynf024.tile1.nc .........OK - Comparing dynf024.tile2.nc .........OK - Comparing dynf024.tile3.nc .........OK - Comparing dynf024.tile4.nc .........OK - Comparing dynf024.tile5.nc .........OK - Comparing dynf024.tile6.nc .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK -Test 115 fv3_ccpp_appbuild PASS - - -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_control_32bit_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Dusan.Jovic/FV3_RT/rt_87656/fv3_ccpp_control_32bit_prod -Checking test 116 fv3_ccpp_control_32bit results .... - Comparing atmos_4xdaily.tile1.nc .........OK - Comparing atmos_4xdaily.tile2.nc .........OK - Comparing atmos_4xdaily.tile3.nc .........OK - Comparing atmos_4xdaily.tile4.nc .........OK - Comparing atmos_4xdaily.tile5.nc .........OK - Comparing atmos_4xdaily.tile6.nc .........OK - Comparing phyf000.tile1.nc .........OK - Comparing phyf000.tile2.nc .........OK - Comparing phyf000.tile3.nc .........OK - Comparing phyf000.tile4.nc .........OK - Comparing phyf000.tile5.nc .........OK - Comparing phyf000.tile6.nc .........OK - Comparing phyf024.tile1.nc .........OK - Comparing phyf024.tile2.nc .........OK - Comparing phyf024.tile3.nc .........OK - Comparing phyf024.tile4.nc .........OK - Comparing phyf024.tile5.nc .........OK - Comparing phyf024.tile6.nc .........OK - Comparing dynf000.tile1.nc .........OK - Comparing dynf000.tile2.nc .........OK - Comparing dynf000.tile3.nc .........OK - Comparing dynf000.tile4.nc .........OK - Comparing dynf000.tile5.nc .........OK - Comparing dynf000.tile6.nc .........OK - Comparing dynf024.tile1.nc .........OK - Comparing dynf024.tile2.nc .........OK - Comparing dynf024.tile3.nc .........OK - Comparing dynf024.tile4.nc .........OK - Comparing dynf024.tile5.nc .........OK - Comparing dynf024.tile6.nc .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK -Test 116 fv3_ccpp_control_32bit PASS - - -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_stretched_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Dusan.Jovic/FV3_RT/rt_87656/fv3_ccpp_stretched_prod -Checking test 117 fv3_ccpp_stretched results .... - Comparing atmos_4xdaily.tile1.nc .........OK - Comparing atmos_4xdaily.tile2.nc .........OK - Comparing atmos_4xdaily.tile3.nc .........OK - Comparing atmos_4xdaily.tile4.nc .........OK - Comparing atmos_4xdaily.tile5.nc .........OK - Comparing atmos_4xdaily.tile6.nc .........OK - Comparing fv3_history2d.tile1.nc .........OK - Comparing fv3_history2d.tile2.nc .........OK - Comparing fv3_history2d.tile3.nc .........OK - Comparing fv3_history2d.tile4.nc .........OK - Comparing fv3_history2d.tile5.nc .........OK - Comparing fv3_history2d.tile6.nc .........OK - Comparing fv3_history.tile1.nc .........OK - Comparing fv3_history.tile2.nc .........OK - Comparing fv3_history.tile3.nc .........OK - Comparing fv3_history.tile4.nc .........OK - Comparing fv3_history.tile5.nc .........OK - Comparing fv3_history.tile6.nc .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK -Test 117 fv3_ccpp_stretched PASS - - -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_stretched_nest_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Dusan.Jovic/FV3_RT/rt_87656/fv3_ccpp_stretched_nest_prod -Checking test 118 fv3_ccpp_stretched_nest results .... - Comparing atmos_4xdaily.tile1.nc .........OK - Comparing atmos_4xdaily.tile2.nc .........OK - Comparing atmos_4xdaily.tile3.nc .........OK - Comparing atmos_4xdaily.tile4.nc .........OK - Comparing atmos_4xdaily.tile5.nc .........OK - Comparing atmos_4xdaily.tile6.nc .........OK - Comparing atmos_4xdaily.nest02.tile7.nc .........OK - Comparing fv3_history2d.tile1.nc .........OK - Comparing fv3_history2d.tile2.nc .........OK - Comparing fv3_history2d.tile3.nc .........OK - Comparing fv3_history2d.tile4.nc .........OK - Comparing fv3_history2d.tile5.nc .........OK - Comparing fv3_history2d.tile6.nc .........OK - Comparing fv3_history2d.nest02.tile7.nc .........OK - Comparing fv3_history.tile1.nc .........OK - Comparing fv3_history.tile2.nc .........OK - Comparing fv3_history.tile3.nc .........OK - Comparing fv3_history.tile4.nc .........OK - Comparing fv3_history.tile5.nc .........OK - Comparing fv3_history.tile6.nc .........OK - Comparing fv3_history.nest02.tile7.nc .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.nest02.nc .........OK - Comparing RESTART/fv_BC_ne.res.nest02.nc .........OK - Comparing RESTART/fv_BC_sw.res.nest02.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_core.res.nest02.tile7.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.nest02.tile7.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.nest02.tile7.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/phy_data.nest02.tile7.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK - Comparing RESTART/sfc_data.nest02.tile7.nc .........OK -Test 118 fv3_ccpp_stretched_nest PASS - - -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_regional_control_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Dusan.Jovic/FV3_RT/rt_87656/fv3_ccpp_regional_control_prod -Checking test 119 fv3_ccpp_regional_control results .... - Comparing atmos_4xdaily.nc .........OK - Comparing fv3_history2d.nc .........OK - Comparing fv3_history.nc .........OK -Test 119 fv3_ccpp_regional_control PASS - - -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_regional_restart_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Dusan.Jovic/FV3_RT/rt_87656/fv3_ccpp_regional_restart_prod -Checking test 120 fv3_ccpp_regional_restart results .... - Comparing atmos_4xdaily.nc .........OK - Comparing fv3_history2d.nc .........OK - Comparing fv3_history.nc .........OK -Test 120 fv3_ccpp_regional_restart PASS - - -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_regional_quilt_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Dusan.Jovic/FV3_RT/rt_87656/fv3_ccpp_regional_quilt_prod -Checking test 121 fv3_ccpp_regional_quilt results .... - Comparing atmos_4xdaily.nc .........OK - Comparing dynf000.nc .........OK - Comparing dynf024.nc .........OK - Comparing phyf000.nc .........OK - Comparing phyf024.nc .........OK -Test 121 fv3_ccpp_regional_quilt PASS - - -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_regional_c768_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Dusan.Jovic/FV3_RT/rt_87656/fv3_ccpp_regional_c768_prod -Checking test 122 fv3_ccpp_regional_c768 results .... - Comparing atmos_4xdaily.nc .........OK - Comparing fv3_history2d.nc .........OK - Comparing fv3_history.nc .........OK -Test 122 fv3_ccpp_regional_c768 PASS - - -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_control_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Dusan.Jovic/FV3_RT/rt_87656/fv3_ccpp_control_debug_prod -Checking test 123 fv3_ccpp_control_debug results .... -Test 123 fv3_ccpp_control_debug PASS - - -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_stretched_nest_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Dusan.Jovic/FV3_RT/rt_87656/fv3_ccpp_stretched_nest_debug_prod -Checking test 124 fv3_ccpp_stretched_nest_debug results .... -Test 124 fv3_ccpp_stretched_nest_debug PASS - - -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_gfdlmp_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Dusan.Jovic/FV3_RT/rt_87656/fv3_ccpp_gfdlmp_prod -Checking test 125 fv3_ccpp_gfdlmp results .... - Comparing atmos_4xdaily.tile1.nc .........OK - Comparing atmos_4xdaily.tile2.nc .........OK - Comparing atmos_4xdaily.tile3.nc .........OK - Comparing atmos_4xdaily.tile4.nc .........OK - Comparing atmos_4xdaily.tile5.nc .........OK - Comparing atmos_4xdaily.tile6.nc .........OK - Comparing phyf000.nemsio .........OK - Comparing phyf024.nemsio .........OK - Comparing dynf000.nemsio .........OK - Comparing dynf024.nemsio .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK -Test 125 fv3_ccpp_gfdlmp PASS - - -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_gfdlmprad_gwd_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Dusan.Jovic/FV3_RT/rt_87656/fv3_ccpp_gfdlmprad_gwd_prod -Checking test 126 fv3_ccpp_gfdlmprad_gwd results .... - Comparing atmos_4xdaily.tile1.nc .........OK - Comparing atmos_4xdaily.tile2.nc .........OK - Comparing atmos_4xdaily.tile3.nc .........OK - Comparing atmos_4xdaily.tile4.nc .........OK - Comparing atmos_4xdaily.tile5.nc .........OK - Comparing atmos_4xdaily.tile6.nc .........OK - Comparing phyf000.nemsio .........OK - Comparing phyf024.nemsio .........OK - Comparing dynf000.nemsio .........OK - Comparing dynf024.nemsio .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK -Test 126 fv3_ccpp_gfdlmprad_gwd PASS - - -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_gfdlmprad_noahmp_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Dusan.Jovic/FV3_RT/rt_87656/fv3_ccpp_gfdlmprad_noahmp_prod -Checking test 127 fv3_ccpp_gfdlmprad_noahmp results .... - Comparing atmos_4xdaily.tile1.nc .........OK - Comparing atmos_4xdaily.tile2.nc .........OK - Comparing atmos_4xdaily.tile3.nc .........OK - Comparing atmos_4xdaily.tile4.nc .........OK - Comparing atmos_4xdaily.tile5.nc .........OK - Comparing atmos_4xdaily.tile6.nc .........OK - Comparing phyf000.nemsio .........OK - Comparing phyf024.nemsio .........OK - Comparing dynf000.nemsio .........OK - Comparing dynf024.nemsio .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK -Test 127 fv3_ccpp_gfdlmprad_noahmp PASS - - -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_csawmg_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Dusan.Jovic/FV3_RT/rt_87656/fv3_ccpp_csawmg_prod -Checking test 128 fv3_ccpp_csawmg results .... - Comparing atmos_4xdaily.tile1.nc .........OK - Comparing atmos_4xdaily.tile2.nc .........OK - Comparing atmos_4xdaily.tile3.nc .........OK - Comparing atmos_4xdaily.tile4.nc .........OK - Comparing atmos_4xdaily.tile5.nc .........OK - Comparing atmos_4xdaily.tile6.nc .........OK - Comparing phyf000.nemsio .........OK - Comparing phyf024.nemsio .........OK - Comparing dynf000.nemsio .........OK - Comparing dynf024.nemsio .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK -Test 128 fv3_ccpp_csawmg PASS - - -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_satmedmf_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Dusan.Jovic/FV3_RT/rt_87656/fv3_ccpp_satmedmf_prod -Checking test 129 fv3_ccpp_satmedmf results .... - Comparing atmos_4xdaily.tile1.nc .........OK - Comparing atmos_4xdaily.tile2.nc .........OK - Comparing atmos_4xdaily.tile3.nc .........OK - Comparing atmos_4xdaily.tile4.nc .........OK - Comparing atmos_4xdaily.tile5.nc .........OK - Comparing atmos_4xdaily.tile6.nc .........OK - Comparing phyf000.nemsio .........OK - Comparing phyf024.nemsio .........OK - Comparing dynf000.nemsio .........OK - Comparing dynf024.nemsio .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK -Test 129 fv3_ccpp_satmedmf PASS - - -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_gfdlmp_32bit_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Dusan.Jovic/FV3_RT/rt_87656/fv3_ccpp_gfdlmp_32bit_prod -Checking test 130 fv3_ccpp_gfdlmp_32bit results .... - Comparing atmos_4xdaily.tile1.nc .........OK - Comparing atmos_4xdaily.tile2.nc .........OK - Comparing atmos_4xdaily.tile3.nc .........OK - Comparing atmos_4xdaily.tile4.nc .........OK - Comparing atmos_4xdaily.tile5.nc .........OK - Comparing atmos_4xdaily.tile6.nc .........OK - Comparing phyf000.nemsio .........OK - Comparing phyf024.nemsio .........OK - Comparing dynf000.nemsio .........OK - Comparing dynf024.nemsio .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK -Test 130 fv3_ccpp_gfdlmp_32bit PASS - - -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_gfdlmprad_32bit_post_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Dusan.Jovic/FV3_RT/rt_87656/fv3_ccpp_gfdlmprad_32bit_post_prod -Checking test 131 fv3_ccpp_gfdlmprad_32bit_post results .... - Comparing atmos_4xdaily.tile1.nc .........OK - Comparing atmos_4xdaily.tile2.nc .........OK - Comparing atmos_4xdaily.tile3.nc .........OK - Comparing atmos_4xdaily.tile4.nc .........OK - Comparing atmos_4xdaily.tile5.nc .........OK - Comparing atmos_4xdaily.tile6.nc .........OK - Comparing phyf000.nemsio .........OK - Comparing phyf024.nemsio .........OK - Comparing dynf000.nemsio .........OK - Comparing dynf024.nemsio .........OK - Comparing GFSFLX.GrbF00 .........OK - Comparing GFSPRS.GrbF00 .........OK - Comparing GFSFLX.GrbF24 .........OK - Comparing GFSPRS.GrbF24 .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK -Test 131 fv3_ccpp_gfdlmprad_32bit_post PASS - - -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_gfs_v15_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Dusan.Jovic/FV3_RT/rt_87656/fv3_ccpp_gfs_v15_prod -Checking test 132 fv3_ccpp_gfs_v15 results .... - Comparing atmos_4xdaily.tile1.nc .........OK - Comparing atmos_4xdaily.tile2.nc .........OK - Comparing atmos_4xdaily.tile3.nc .........OK - Comparing atmos_4xdaily.tile4.nc .........OK - Comparing atmos_4xdaily.tile5.nc .........OK - Comparing atmos_4xdaily.tile6.nc .........OK - Comparing phyf000.tile1.nc .........OK - Comparing phyf000.tile2.nc .........OK - Comparing phyf000.tile3.nc .........OK - Comparing phyf000.tile4.nc .........OK - Comparing phyf000.tile5.nc .........OK - Comparing phyf000.tile6.nc .........OK - Comparing phyf024.tile1.nc .........OK - Comparing phyf024.tile2.nc .........OK - Comparing phyf024.tile3.nc .........OK - Comparing phyf024.tile4.nc .........OK - Comparing phyf024.tile5.nc .........OK - Comparing phyf024.tile6.nc .........OK - Comparing dynf000.tile1.nc .........OK - Comparing dynf000.tile2.nc .........OK - Comparing dynf000.tile3.nc .........OK - Comparing dynf000.tile4.nc .........OK - Comparing dynf000.tile5.nc .........OK - Comparing dynf000.tile6.nc .........OK - Comparing dynf024.tile1.nc .........OK - Comparing dynf024.tile2.nc .........OK - Comparing dynf024.tile3.nc .........OK - Comparing dynf024.tile4.nc .........OK - Comparing dynf024.tile5.nc .........OK - Comparing dynf024.tile6.nc .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK -Test 132 fv3_ccpp_gfs_v15 PASS - - -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_gfs_v15plus_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Dusan.Jovic/FV3_RT/rt_87656/fv3_ccpp_gfs_v15plus_prod -Checking test 133 fv3_ccpp_gfs_v15plus results .... - Comparing atmos_4xdaily.tile1.nc .........OK - Comparing atmos_4xdaily.tile2.nc .........OK - Comparing atmos_4xdaily.tile3.nc .........OK - Comparing atmos_4xdaily.tile4.nc .........OK - Comparing atmos_4xdaily.tile5.nc .........OK - Comparing atmos_4xdaily.tile6.nc .........OK - Comparing phyf000.tile1.nc .........OK - Comparing phyf000.tile2.nc .........OK - Comparing phyf000.tile3.nc .........OK - Comparing phyf000.tile4.nc .........OK - Comparing phyf000.tile5.nc .........OK - Comparing phyf000.tile6.nc .........OK - Comparing phyf024.tile1.nc .........OK - Comparing phyf024.tile2.nc .........OK - Comparing phyf024.tile3.nc .........OK - Comparing phyf024.tile4.nc .........OK - Comparing phyf024.tile5.nc .........OK - Comparing phyf024.tile6.nc .........OK - Comparing dynf000.tile1.nc .........OK - Comparing dynf000.tile2.nc .........OK - Comparing dynf000.tile3.nc .........OK - Comparing dynf000.tile4.nc .........OK - Comparing dynf000.tile5.nc .........OK - Comparing dynf000.tile6.nc .........OK - Comparing dynf024.tile1.nc .........OK - Comparing dynf024.tile2.nc .........OK - Comparing dynf024.tile3.nc .........OK - Comparing dynf024.tile4.nc .........OK - Comparing dynf024.tile5.nc .........OK - Comparing dynf024.tile6.nc .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK -Test 133 fv3_ccpp_gfs_v15plus PASS - - -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_cpt_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Dusan.Jovic/FV3_RT/rt_87656/fv3_ccpp_cpt_prod -Checking test 134 fv3_ccpp_cpt results .... - Comparing atmos_4xdaily.tile1.nc .........OK - Comparing atmos_4xdaily.tile2.nc .........OK - Comparing atmos_4xdaily.tile3.nc .........OK - Comparing atmos_4xdaily.tile4.nc .........OK - Comparing atmos_4xdaily.tile5.nc .........OK - Comparing atmos_4xdaily.tile6.nc .........OK - Comparing phyf000.nemsio .........OK - Comparing phyf024.nemsio .........OK - Comparing dynf000.nemsio .........OK - Comparing dynf024.nemsio .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK -Test 134 fv3_ccpp_cpt PASS - - -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_gsd_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Dusan.Jovic/FV3_RT/rt_87656/fv3_ccpp_gsd_prod -Checking test 135 fv3_ccpp_gsd results .... - Comparing atmos_4xdaily.tile1.nc .........OK - Comparing atmos_4xdaily.tile2.nc .........OK - Comparing atmos_4xdaily.tile3.nc .........OK - Comparing atmos_4xdaily.tile4.nc .........OK - Comparing atmos_4xdaily.tile5.nc .........OK - Comparing atmos_4xdaily.tile6.nc .........OK - Comparing phyf000.tile1.nc .........OK - Comparing phyf000.tile2.nc .........OK - Comparing phyf000.tile3.nc .........OK - Comparing phyf000.tile4.nc .........OK - Comparing phyf000.tile5.nc .........OK - Comparing phyf000.tile6.nc .........OK - Comparing phyf024.tile1.nc .........OK - Comparing phyf024.tile2.nc .........OK - Comparing phyf024.tile3.nc .........OK - Comparing phyf024.tile4.nc .........OK - Comparing phyf024.tile5.nc .........OK - Comparing phyf024.tile6.nc .........OK - Comparing phyf027.tile1.nc .........OK - Comparing phyf027.tile2.nc .........OK - Comparing phyf027.tile3.nc .........OK - Comparing phyf027.tile4.nc .........OK - Comparing phyf027.tile5.nc .........OK - Comparing phyf027.tile6.nc .........OK - Comparing phyf048.tile1.nc .........OK - Comparing phyf048.tile2.nc .........OK - Comparing phyf048.tile3.nc .........OK - Comparing phyf048.tile4.nc .........OK - Comparing phyf048.tile5.nc .........OK - Comparing phyf048.tile6.nc .........OK - Comparing dynf000.tile1.nc .........OK - Comparing dynf000.tile2.nc .........OK - Comparing dynf000.tile3.nc .........OK - Comparing dynf000.tile4.nc .........OK - Comparing dynf000.tile5.nc .........OK - Comparing dynf000.tile6.nc .........OK - Comparing dynf024.tile1.nc .........OK - Comparing dynf024.tile2.nc .........OK - Comparing dynf024.tile3.nc .........OK - Comparing dynf024.tile4.nc .........OK - Comparing dynf024.tile5.nc .........OK - Comparing dynf024.tile6.nc .........OK - Comparing dynf027.tile1.nc .........OK - Comparing dynf027.tile2.nc .........OK - Comparing dynf027.tile3.nc .........OK - Comparing dynf027.tile4.nc .........OK - Comparing dynf027.tile5.nc .........OK - Comparing dynf027.tile6.nc .........OK - Comparing dynf048.tile1.nc .........OK - Comparing dynf048.tile2.nc .........OK - Comparing dynf048.tile3.nc .........OK - Comparing dynf048.tile4.nc .........OK - Comparing dynf048.tile5.nc .........OK - Comparing dynf048.tile6.nc .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK -Test 135 fv3_ccpp_gsd PASS - - -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_gfs_v15p2_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Dusan.Jovic/FV3_RT/rt_87656/fv3_ccpp_gfs_v15p2_prod -Checking test 136 fv3_ccpp_gfs_v15p2 results .... - Comparing atmos_4xdaily.tile1.nc .........OK - Comparing atmos_4xdaily.tile2.nc .........OK - Comparing atmos_4xdaily.tile3.nc .........OK - Comparing atmos_4xdaily.tile4.nc .........OK - Comparing atmos_4xdaily.tile5.nc .........OK - Comparing atmos_4xdaily.tile6.nc .........OK - Comparing phyf000.tile1.nc .........OK - Comparing phyf000.tile2.nc .........OK - Comparing phyf000.tile3.nc .........OK - Comparing phyf000.tile4.nc .........OK - Comparing phyf000.tile5.nc .........OK - Comparing phyf000.tile6.nc .........OK - Comparing phyf024.tile1.nc .........OK - Comparing phyf024.tile2.nc .........OK - Comparing phyf024.tile3.nc .........OK - Comparing phyf024.tile4.nc .........OK - Comparing phyf024.tile5.nc .........OK - Comparing phyf024.tile6.nc .........OK - Comparing dynf000.tile1.nc .........OK - Comparing dynf000.tile2.nc .........OK - Comparing dynf000.tile3.nc .........OK - Comparing dynf000.tile4.nc .........OK - Comparing dynf000.tile5.nc .........OK - Comparing dynf000.tile6.nc .........OK - Comparing dynf024.tile1.nc .........OK - Comparing dynf024.tile2.nc .........OK - Comparing dynf024.tile3.nc .........OK - Comparing dynf024.tile4.nc .........OK - Comparing dynf024.tile5.nc .........OK - Comparing dynf024.tile6.nc .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK -Test 136 fv3_ccpp_gfs_v15p2 PASS - - -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_gfs_v16beta_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Dusan.Jovic/FV3_RT/rt_87656/fv3_ccpp_gfs_v16beta_prod -Checking test 137 fv3_ccpp_gfs_v16beta results .... - Comparing atmos_4xdaily.tile1.nc .........OK - Comparing atmos_4xdaily.tile2.nc .........OK - Comparing atmos_4xdaily.tile3.nc .........OK - Comparing atmos_4xdaily.tile4.nc .........OK - Comparing atmos_4xdaily.tile5.nc .........OK - Comparing atmos_4xdaily.tile6.nc .........OK - Comparing phyf000.tile1.nc .........OK - Comparing phyf000.tile2.nc .........OK - Comparing phyf000.tile3.nc .........OK - Comparing phyf000.tile4.nc .........OK - Comparing phyf000.tile5.nc .........OK - Comparing phyf000.tile6.nc .........OK - Comparing phyf024.tile1.nc .........OK - Comparing phyf024.tile2.nc .........OK - Comparing phyf024.tile3.nc .........OK - Comparing phyf024.tile4.nc .........OK - Comparing phyf024.tile5.nc .........OK - Comparing phyf024.tile6.nc .........OK - Comparing dynf000.tile1.nc .........OK - Comparing dynf000.tile2.nc .........OK - Comparing dynf000.tile3.nc .........OK - Comparing dynf000.tile4.nc .........OK - Comparing dynf000.tile5.nc .........OK - Comparing dynf000.tile6.nc .........OK - Comparing dynf024.tile1.nc .........OK - Comparing dynf024.tile2.nc .........OK - Comparing dynf024.tile3.nc .........OK - Comparing dynf024.tile4.nc .........OK - Comparing dynf024.tile5.nc .........OK - Comparing dynf024.tile6.nc .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK -Test 137 fv3_ccpp_gfs_v16beta PASS - - -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_gfs_v15p2_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Dusan.Jovic/FV3_RT/rt_87656/fv3_ccpp_gfs_v15p2_debug_prod -Checking test 138 fv3_ccpp_gfs_v15p2_debug results .... -Test 138 fv3_ccpp_gfs_v15p2_debug PASS - - -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_gfs_v16beta_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Dusan.Jovic/FV3_RT/rt_87656/fv3_ccpp_gfs_v16beta_debug_prod -Checking test 139 fv3_ccpp_gfs_v16beta_debug results .... -Test 139 fv3_ccpp_gfs_v16beta_debug PASS - - REGRESSION TEST WAS SUCCESSFUL -Mon Dec 30 17:22:10 UTC 2019 -Elapsed time: 00h:55m:52s. Have a nice day! +Thu Jan 23 19:12:59 UTC 2020 +Elapsed time: 00h:39m:53s. Have a nice day! diff --git a/tests/RegressionTests_wcoss_cray.log b/tests/RegressionTests_wcoss_cray.log index 03a1f0ef81..451198b6ff 100644 --- a/tests/RegressionTests_wcoss_cray.log +++ b/tests/RegressionTests_wcoss_cray.log @@ -1,9 +1,9 @@ -Tue Dec 31 01:08:23 UTC 2019 +Fri Jan 24 15:54:13 UTC 2020 Start Regression test -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_control -working dir = /gpfs/hps3/stmp/Dusan.Jovic/FV3_RT/rt_18663/fv3_control +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200115/fv3_control +working dir = /gpfs/hps3/stmp/Dusan.Jovic/FV3_RT/rt_42250/fv3_control Checking test 001 fv3_control results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -70,8 +70,8 @@ Checking test 001 fv3_control results .... Test 001 fv3_control PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_control -working dir = /gpfs/hps3/stmp/Dusan.Jovic/FV3_RT/rt_18663/fv3_decomp +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200115/fv3_control +working dir = /gpfs/hps3/stmp/Dusan.Jovic/FV3_RT/rt_42250/fv3_decomp Checking test 002 fv3_decomp results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -138,8 +138,8 @@ Checking test 002 fv3_decomp results .... Test 002 fv3_decomp PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_control -working dir = /gpfs/hps3/stmp/Dusan.Jovic/FV3_RT/rt_18663/fv3_2threads +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200115/fv3_control +working dir = /gpfs/hps3/stmp/Dusan.Jovic/FV3_RT/rt_42250/fv3_2threads Checking test 003 fv3_2threads results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -206,8 +206,8 @@ Checking test 003 fv3_2threads results .... Test 003 fv3_2threads PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_restart -working dir = /gpfs/hps3/stmp/Dusan.Jovic/FV3_RT/rt_18663/fv3_restart +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200115/fv3_restart +working dir = /gpfs/hps3/stmp/Dusan.Jovic/FV3_RT/rt_42250/fv3_restart Checking test 004 fv3_restart results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -274,8 +274,8 @@ Checking test 004 fv3_restart results .... Test 004 fv3_restart PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_read_inc -working dir = /gpfs/hps3/stmp/Dusan.Jovic/FV3_RT/rt_18663/fv3_read_inc +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200115/fv3_read_inc +working dir = /gpfs/hps3/stmp/Dusan.Jovic/FV3_RT/rt_42250/fv3_read_inc Checking test 005 fv3_read_inc results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -342,8 +342,8 @@ Checking test 005 fv3_read_inc results .... Test 005 fv3_read_inc PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_gfdlmp -working dir = /gpfs/hps3/stmp/Dusan.Jovic/FV3_RT/rt_18663/fv3_gfdlmp +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200115/fv3_gfdlmp +working dir = /gpfs/hps3/stmp/Dusan.Jovic/FV3_RT/rt_42250/fv3_gfdlmp Checking test 006 fv3_gfdlmp results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -390,8 +390,8 @@ Checking test 006 fv3_gfdlmp results .... Test 006 fv3_gfdlmp PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_gfdlmprad_gwd -working dir = /gpfs/hps3/stmp/Dusan.Jovic/FV3_RT/rt_18663/fv3_gfdlmprad_gwd +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200115/fv3_gfdlmprad_gwd +working dir = /gpfs/hps3/stmp/Dusan.Jovic/FV3_RT/rt_42250/fv3_gfdlmprad_gwd Checking test 007 fv3_gfdlmprad_gwd results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -438,8 +438,8 @@ Checking test 007 fv3_gfdlmprad_gwd results .... Test 007 fv3_gfdlmprad_gwd PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_gfdlmprad_noahmp -working dir = /gpfs/hps3/stmp/Dusan.Jovic/FV3_RT/rt_18663/fv3_gfdlmprad_noahmp +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200115/fv3_gfdlmprad_noahmp +working dir = /gpfs/hps3/stmp/Dusan.Jovic/FV3_RT/rt_42250/fv3_gfdlmprad_noahmp Checking test 008 fv3_gfdlmprad_noahmp results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -486,8 +486,8 @@ Checking test 008 fv3_gfdlmprad_noahmp results .... Test 008 fv3_gfdlmprad_noahmp PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_thompson -working dir = /gpfs/hps3/stmp/Dusan.Jovic/FV3_RT/rt_18663/fv3_thompson +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200115/fv3_thompson +working dir = /gpfs/hps3/stmp/Dusan.Jovic/FV3_RT/rt_42250/fv3_thompson Checking test 009 fv3_thompson results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -554,8 +554,8 @@ Checking test 009 fv3_thompson results .... Test 009 fv3_thompson PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_wsm6 -working dir = /gpfs/hps3/stmp/Dusan.Jovic/FV3_RT/rt_18663/fv3_wsm6 +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200115/fv3_wsm6 +working dir = /gpfs/hps3/stmp/Dusan.Jovic/FV3_RT/rt_42250/fv3_wsm6 Checking test 010 fv3_wsm6 results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -622,8 +622,8 @@ Checking test 010 fv3_wsm6 results .... Test 010 fv3_wsm6 PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_wrtGauss_netcdf_esmf -working dir = /gpfs/hps3/stmp/Dusan.Jovic/FV3_RT/rt_18663/fv3_wrtGauss_netcdf_esmf +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200115/fv3_wrtGauss_netcdf_esmf +working dir = /gpfs/hps3/stmp/Dusan.Jovic/FV3_RT/rt_42250/fv3_wrtGauss_netcdf_esmf Checking test 011 fv3_wrtGauss_netcdf_esmf results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -670,8 +670,8 @@ Checking test 011 fv3_wrtGauss_netcdf_esmf results .... Test 011 fv3_wrtGauss_netcdf_esmf PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_wrtGauss_netcdf -working dir = /gpfs/hps3/stmp/Dusan.Jovic/FV3_RT/rt_18663/fv3_wrtGauss_netcdf +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200115/fv3_wrtGauss_netcdf +working dir = /gpfs/hps3/stmp/Dusan.Jovic/FV3_RT/rt_42250/fv3_wrtGauss_netcdf Checking test 012 fv3_wrtGauss_netcdf results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -718,8 +718,8 @@ Checking test 012 fv3_wrtGauss_netcdf results .... Test 012 fv3_wrtGauss_netcdf PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_wrtGauss_nemsio -working dir = /gpfs/hps3/stmp/Dusan.Jovic/FV3_RT/rt_18663/fv3_wrtGauss_nemsio +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200115/fv3_wrtGauss_nemsio +working dir = /gpfs/hps3/stmp/Dusan.Jovic/FV3_RT/rt_42250/fv3_wrtGauss_nemsio Checking test 013 fv3_wrtGauss_nemsio results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -766,8 +766,8 @@ Checking test 013 fv3_wrtGauss_nemsio results .... Test 013 fv3_wrtGauss_nemsio PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_wrtGauss_nemsio_c192 -working dir = /gpfs/hps3/stmp/Dusan.Jovic/FV3_RT/rt_18663/fv3_wrtGauss_nemsio_c192 +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200115/fv3_wrtGauss_nemsio_c192 +working dir = /gpfs/hps3/stmp/Dusan.Jovic/FV3_RT/rt_42250/fv3_wrtGauss_nemsio_c192 Checking test 014 fv3_wrtGauss_nemsio_c192 results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -814,8 +814,8 @@ Checking test 014 fv3_wrtGauss_nemsio_c192 results .... Test 014 fv3_wrtGauss_nemsio_c192 PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_stochy -working dir = /gpfs/hps3/stmp/Dusan.Jovic/FV3_RT/rt_18663/fv3_stochy +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200115/fv3_stochy +working dir = /gpfs/hps3/stmp/Dusan.Jovic/FV3_RT/rt_42250/fv3_stochy Checking test 015 fv3_stochy results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -882,8 +882,8 @@ Checking test 015 fv3_stochy results .... Test 015 fv3_stochy PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_iau -working dir = /gpfs/hps3/stmp/Dusan.Jovic/FV3_RT/rt_18663/fv3_iau +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200115/fv3_iau +working dir = /gpfs/hps3/stmp/Dusan.Jovic/FV3_RT/rt_42250/fv3_iau Checking test 016 fv3_iau results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -950,8 +950,8 @@ Checking test 016 fv3_iau results .... Test 016 fv3_iau PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_csawmgshoc -working dir = /gpfs/hps3/stmp/Dusan.Jovic/FV3_RT/rt_18663/fv3_csawmgshoc +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200115/fv3_csawmgshoc +working dir = /gpfs/hps3/stmp/Dusan.Jovic/FV3_RT/rt_42250/fv3_csawmgshoc Checking test 017 fv3_csawmgshoc results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -998,8 +998,8 @@ Checking test 017 fv3_csawmgshoc results .... Test 017 fv3_csawmgshoc PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_csawmg -working dir = /gpfs/hps3/stmp/Dusan.Jovic/FV3_RT/rt_18663/fv3_csawmg +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200115/fv3_csawmg +working dir = /gpfs/hps3/stmp/Dusan.Jovic/FV3_RT/rt_42250/fv3_csawmg Checking test 018 fv3_csawmg results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -1046,8 +1046,8 @@ Checking test 018 fv3_csawmg results .... Test 018 fv3_csawmg PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_rasmgshoc -working dir = /gpfs/hps3/stmp/Dusan.Jovic/FV3_RT/rt_18663/fv3_rasmgshoc +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200115/fv3_rasmgshoc +working dir = /gpfs/hps3/stmp/Dusan.Jovic/FV3_RT/rt_42250/fv3_rasmgshoc Checking test 019 fv3_rasmgshoc results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -1094,8 +1094,8 @@ Checking test 019 fv3_rasmgshoc results .... Test 019 fv3_rasmgshoc PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_csawmg3shoc127 -working dir = /gpfs/hps3/stmp/Dusan.Jovic/FV3_RT/rt_18663/fv3_csawmg3shoc127 +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200115/fv3_csawmg3shoc127 +working dir = /gpfs/hps3/stmp/Dusan.Jovic/FV3_RT/rt_42250/fv3_csawmg3shoc127 Checking test 020 fv3_csawmg3shoc127 results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -1142,8 +1142,8 @@ Checking test 020 fv3_csawmg3shoc127 results .... Test 020 fv3_csawmg3shoc127 PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_satmedmf -working dir = /gpfs/hps3/stmp/Dusan.Jovic/FV3_RT/rt_18663/fv3_satmedmf +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200115/fv3_satmedmf +working dir = /gpfs/hps3/stmp/Dusan.Jovic/FV3_RT/rt_42250/fv3_satmedmf Checking test 021 fv3_satmedmf results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -1190,8 +1190,8 @@ Checking test 021 fv3_satmedmf results .... Test 021 fv3_satmedmf PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_lheatstrg -working dir = /gpfs/hps3/stmp/Dusan.Jovic/FV3_RT/rt_18663/fv3_lheatstrg +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200115/fv3_lheatstrg +working dir = /gpfs/hps3/stmp/Dusan.Jovic/FV3_RT/rt_42250/fv3_lheatstrg Checking test 022 fv3_lheatstrg results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -1238,8 +1238,8 @@ Checking test 022 fv3_lheatstrg results .... Test 022 fv3_lheatstrg PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_gfdlmprad -working dir = /gpfs/hps3/stmp/Dusan.Jovic/FV3_RT/rt_18663/fv3_gfdlmprad +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200115/fv3_gfdlmprad +working dir = /gpfs/hps3/stmp/Dusan.Jovic/FV3_RT/rt_42250/fv3_gfdlmprad Checking test 023 fv3_gfdlmprad results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -1287,56 +1287,9 @@ Checking test 023 fv3_gfdlmprad results .... Test 023 fv3_gfdlmprad PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_wrtGauss_nemsio_c768 -working dir = /gpfs/hps3/stmp/Dusan.Jovic/FV3_RT/rt_18663/fv3_wrtGauss_nemsio_c768 -Checking test 024 fv3_wrtGauss_nemsio_c768 results .... - Comparing atmos_4xdaily.tile1.nc ............MISSING file - Comparing atmos_4xdaily.tile2.nc ............MISSING file - Comparing atmos_4xdaily.tile3.nc ............MISSING file - Comparing atmos_4xdaily.tile4.nc ............MISSING file - Comparing atmos_4xdaily.tile5.nc ............MISSING file - Comparing atmos_4xdaily.tile6.nc ............MISSING file - Comparing phyf006.nemsio ............MISSING file - Comparing dynf006.nemsio ............MISSING file - Comparing RESTART/coupler.res ............MISSING file - Comparing RESTART/fv_core.res.nc ............MISSING file - Comparing RESTART/fv_core.res.tile1.nc ............MISSING file - Comparing RESTART/fv_core.res.tile2.nc ............MISSING file - Comparing RESTART/fv_core.res.tile3.nc ............MISSING file - Comparing RESTART/fv_core.res.tile4.nc ............MISSING file - Comparing RESTART/fv_core.res.tile5.nc ............MISSING file - Comparing RESTART/fv_core.res.tile6.nc ............MISSING file - Comparing RESTART/fv_srf_wnd.res.tile1.nc ............MISSING file - Comparing RESTART/fv_srf_wnd.res.tile2.nc ............MISSING file - Comparing RESTART/fv_srf_wnd.res.tile3.nc ............MISSING file - Comparing RESTART/fv_srf_wnd.res.tile4.nc ............MISSING file - Comparing RESTART/fv_srf_wnd.res.tile5.nc ............MISSING file - Comparing RESTART/fv_srf_wnd.res.tile6.nc ............MISSING file - Comparing RESTART/fv_tracer.res.tile1.nc ............MISSING file - Comparing RESTART/fv_tracer.res.tile2.nc ............MISSING file - Comparing RESTART/fv_tracer.res.tile3.nc ............MISSING file - Comparing RESTART/fv_tracer.res.tile4.nc ............MISSING file - Comparing RESTART/fv_tracer.res.tile5.nc ............MISSING file - Comparing RESTART/fv_tracer.res.tile6.nc ............MISSING file - Comparing RESTART/phy_data.tile1.nc ............MISSING file - Comparing RESTART/phy_data.tile2.nc ............MISSING file - Comparing RESTART/phy_data.tile3.nc ............MISSING file - Comparing RESTART/phy_data.tile4.nc ............MISSING file - Comparing RESTART/phy_data.tile5.nc ............MISSING file - Comparing RESTART/phy_data.tile6.nc ............MISSING file - Comparing RESTART/sfc_data.tile1.nc ............MISSING file - Comparing RESTART/sfc_data.tile2.nc ............MISSING file - Comparing RESTART/sfc_data.tile3.nc ............MISSING file - Comparing RESTART/sfc_data.tile4.nc ............MISSING file - Comparing RESTART/sfc_data.tile5.nc ............MISSING file - Comparing RESTART/sfc_data.tile6.nc ............MISSING file - Comparing out_grd.glo_30m ............MISSING file -Test 024 fv3_wrtGauss_nemsio_c768 FAIL - - -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_control -working dir = /gpfs/hps3/stmp/Dusan.Jovic/FV3_RT/rt_18663/fv3_appbuild -Checking test 025 fv3_appbuild results .... +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200115/fv3_control +working dir = /gpfs/hps3/stmp/Dusan.Jovic/FV3_RT/rt_42250/fv3_appbuild +Checking test 024 fv3_appbuild results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -1399,12 +1352,12 @@ Checking test 025 fv3_appbuild results .... Comparing RESTART/sfc_data.tile4.nc .........OK Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -Test 025 fv3_appbuild PASS +Test 024 fv3_appbuild PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_control_32bit -working dir = /gpfs/hps3/stmp/Dusan.Jovic/FV3_RT/rt_18663/fv3_control_32bit -Checking test 026 fv3_control_32bit results .... +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200115/fv3_control_32bit +working dir = /gpfs/hps3/stmp/Dusan.Jovic/FV3_RT/rt_42250/fv3_control_32bit +Checking test 025 fv3_control_32bit results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -1467,12 +1420,12 @@ Checking test 026 fv3_control_32bit results .... Comparing RESTART/sfc_data.tile4.nc .........OK Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -Test 026 fv3_control_32bit PASS +Test 025 fv3_control_32bit PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_gfdlmprad_32bit_post -working dir = /gpfs/hps3/stmp/Dusan.Jovic/FV3_RT/rt_18663/fv3_gfdlmprad_32bit_post -Checking test 027 fv3_gfdlmprad_32bit_post results .... +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200115/fv3_gfdlmprad_32bit_post +working dir = /gpfs/hps3/stmp/Dusan.Jovic/FV3_RT/rt_42250/fv3_gfdlmprad_32bit_post +Checking test 026 fv3_gfdlmprad_32bit_post results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -1519,12 +1472,12 @@ Checking test 027 fv3_gfdlmprad_32bit_post results .... Comparing RESTART/phy_data.tile4.nc .........OK Comparing RESTART/phy_data.tile5.nc .........OK Comparing RESTART/phy_data.tile6.nc .........OK -Test 027 fv3_gfdlmprad_32bit_post PASS +Test 026 fv3_gfdlmprad_32bit_post PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_stretched -working dir = /gpfs/hps3/stmp/Dusan.Jovic/FV3_RT/rt_18663/fv3_stretched -Checking test 028 fv3_stretched results .... +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200115/fv3_stretched +working dir = /gpfs/hps3/stmp/Dusan.Jovic/FV3_RT/rt_42250/fv3_stretched +Checking test 027 fv3_stretched results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -1575,12 +1528,12 @@ Checking test 028 fv3_stretched results .... Comparing RESTART/sfc_data.tile4.nc .........OK Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -Test 028 fv3_stretched PASS +Test 027 fv3_stretched PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_stretched_nest -working dir = /gpfs/hps3/stmp/Dusan.Jovic/FV3_RT/rt_18663/fv3_stretched_nest -Checking test 029 fv3_stretched_nest results .... +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200115/fv3_stretched_nest +working dir = /gpfs/hps3/stmp/Dusan.Jovic/FV3_RT/rt_42250/fv3_stretched_nest +Checking test 028 fv3_stretched_nest results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -1642,12 +1595,12 @@ Checking test 029 fv3_stretched_nest results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK Comparing RESTART/sfc_data.nest02.tile7.nc .........OK -Test 029 fv3_stretched_nest PASS +Test 028 fv3_stretched_nest PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_stretched_nest_quilt -working dir = /gpfs/hps3/stmp/Dusan.Jovic/FV3_RT/rt_18663/fv3_stretched_nest_quilt -Checking test 030 fv3_stretched_nest_quilt results .... +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200115/fv3_stretched_nest_quilt +working dir = /gpfs/hps3/stmp/Dusan.Jovic/FV3_RT/rt_42250/fv3_stretched_nest_quilt +Checking test 029 fv3_stretched_nest_quilt results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -1707,102 +1660,38 @@ Checking test 030 fv3_stretched_nest_quilt results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK Comparing RESTART/sfc_data.nest02.tile7.nc .........OK -Test 030 fv3_stretched_nest_quilt PASS +Test 029 fv3_stretched_nest_quilt PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_regional_control -working dir = /gpfs/hps3/stmp/Dusan.Jovic/FV3_RT/rt_18663/fv3_regional_control -Checking test 031 fv3_regional_control results .... +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200115/fv3_regional_control +working dir = /gpfs/hps3/stmp/Dusan.Jovic/FV3_RT/rt_42250/fv3_regional_control +Checking test 030 fv3_regional_control results .... Comparing atmos_4xdaily.nc .........OK Comparing fv3_history2d.nc .........OK Comparing fv3_history.nc .........OK -Test 031 fv3_regional_control PASS +Test 030 fv3_regional_control PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_regional_restart -working dir = /gpfs/hps3/stmp/Dusan.Jovic/FV3_RT/rt_18663/fv3_regional_restart -Checking test 032 fv3_regional_restart results .... +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200115/fv3_regional_restart +working dir = /gpfs/hps3/stmp/Dusan.Jovic/FV3_RT/rt_42250/fv3_regional_restart +Checking test 031 fv3_regional_restart results .... Comparing atmos_4xdaily.nc .........OK Comparing fv3_history2d.nc .........OK Comparing fv3_history.nc .........OK -Test 032 fv3_regional_restart PASS +Test 031 fv3_regional_restart PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_regional_quilt -working dir = /gpfs/hps3/stmp/Dusan.Jovic/FV3_RT/rt_18663/fv3_regional_quilt -Checking test 033 fv3_regional_quilt results .... +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200115/fv3_regional_quilt +working dir = /gpfs/hps3/stmp/Dusan.Jovic/FV3_RT/rt_42250/fv3_regional_quilt +Checking test 032 fv3_regional_quilt results .... Comparing atmos_4xdaily.nc .........OK Comparing dynf000.nc .........OK Comparing dynf024.nc .........OK Comparing phyf000.nc .........OK Comparing phyf024.nc .........OK -Test 033 fv3_regional_quilt PASS - -FAILED TESTS: -Test fv3_wrtGauss_nemsio_c768 failed -Test fv3_wrtGauss_nemsio_c768 failed - -REGRESSION TEST FAILED -Tue Dec 31 06:45:02 UTC 2019 -Elapsed time: 05h:36m:40s. Have a nice day! - - -Log file of repeated execution of previously failed fv3_wrtGauss_nemsio_c768 test: ----------------------------------------------------------------------------------- - - - -Tue Dec 31 14:19:47 UTC 2019 -Start Regression test - - -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_wrtGauss_nemsio_c768 -working dir = /gpfs/hps3/stmp/Dusan.Jovic/FV3_RT/rt_15535/fv3_wrtGauss_nemsio_c768 -Checking test 001 fv3_wrtGauss_nemsio_c768 results .... - Comparing atmos_4xdaily.tile1.nc .........OK - Comparing atmos_4xdaily.tile2.nc .........OK - Comparing atmos_4xdaily.tile3.nc .........OK - Comparing atmos_4xdaily.tile4.nc .........OK - Comparing atmos_4xdaily.tile5.nc .........OK - Comparing atmos_4xdaily.tile6.nc .........OK - Comparing phyf006.nemsio .........OK - Comparing dynf006.nemsio .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK - Comparing out_grd.glo_30m .........OK -Test 001 fv3_wrtGauss_nemsio_c768 PASS +Test 032 fv3_regional_quilt PASS REGRESSION TEST WAS SUCCESSFUL -Tue Dec 31 17:17:14 UTC 2019 -Elapsed time: 02h:57m:29s. Have a nice day! +Fri Jan 24 17:13:59 UTC 2020 +Elapsed time: 01h:19m:47s. Have a nice day! diff --git a/tests/RegressionTests_wcoss_dell_p3.log b/tests/RegressionTests_wcoss_dell_p3.log index f92b7ec76f..03e7effd9f 100644 --- a/tests/RegressionTests_wcoss_dell_p3.log +++ b/tests/RegressionTests_wcoss_dell_p3.log @@ -1,9 +1,9 @@ -Mon Dec 30 15:53:38 UTC 2019 +Thu Jan 23 19:08:49 UTC 2020 Start Regression test -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_control -working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_84613/fv3_control +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200115/fv3_control +working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_187078/fv3_control Checking test 001 fv3_control results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -70,8 +70,8 @@ Checking test 001 fv3_control results .... Test 001 fv3_control PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_control -working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_84613/fv3_decomp +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200115/fv3_control +working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_187078/fv3_decomp Checking test 002 fv3_decomp results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -138,8 +138,8 @@ Checking test 002 fv3_decomp results .... Test 002 fv3_decomp PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_control -working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_84613/fv3_2threads +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200115/fv3_control +working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_187078/fv3_2threads Checking test 003 fv3_2threads results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -206,8 +206,8 @@ Checking test 003 fv3_2threads results .... Test 003 fv3_2threads PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_restart -working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_84613/fv3_restart +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200115/fv3_restart +working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_187078/fv3_restart Checking test 004 fv3_restart results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -274,8 +274,8 @@ Checking test 004 fv3_restart results .... Test 004 fv3_restart PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_read_inc -working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_84613/fv3_read_inc +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200115/fv3_read_inc +working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_187078/fv3_read_inc Checking test 005 fv3_read_inc results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -342,8 +342,8 @@ Checking test 005 fv3_read_inc results .... Test 005 fv3_read_inc PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_gfdlmp -working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_84613/fv3_gfdlmp +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200115/fv3_gfdlmp +working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_187078/fv3_gfdlmp Checking test 006 fv3_gfdlmp results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -390,8 +390,8 @@ Checking test 006 fv3_gfdlmp results .... Test 006 fv3_gfdlmp PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_gfdlmprad_gwd -working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_84613/fv3_gfdlmprad_gwd +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200115/fv3_gfdlmprad_gwd +working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_187078/fv3_gfdlmprad_gwd Checking test 007 fv3_gfdlmprad_gwd results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -438,8 +438,8 @@ Checking test 007 fv3_gfdlmprad_gwd results .... Test 007 fv3_gfdlmprad_gwd PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_gfdlmprad_noahmp -working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_84613/fv3_gfdlmprad_noahmp +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200115/fv3_gfdlmprad_noahmp +working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_187078/fv3_gfdlmprad_noahmp Checking test 008 fv3_gfdlmprad_noahmp results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -486,8 +486,8 @@ Checking test 008 fv3_gfdlmprad_noahmp results .... Test 008 fv3_gfdlmprad_noahmp PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_thompson -working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_84613/fv3_thompson +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200115/fv3_thompson +working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_187078/fv3_thompson Checking test 009 fv3_thompson results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -554,8 +554,8 @@ Checking test 009 fv3_thompson results .... Test 009 fv3_thompson PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_wsm6 -working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_84613/fv3_wsm6 +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200115/fv3_wsm6 +working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_187078/fv3_wsm6 Checking test 010 fv3_wsm6 results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -622,8 +622,8 @@ Checking test 010 fv3_wsm6 results .... Test 010 fv3_wsm6 PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_wrtGauss_netcdf_esmf -working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_84613/fv3_wrtGauss_netcdf_esmf +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200115/fv3_wrtGauss_netcdf_esmf +working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_187078/fv3_wrtGauss_netcdf_esmf Checking test 011 fv3_wrtGauss_netcdf_esmf results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -670,8 +670,8 @@ Checking test 011 fv3_wrtGauss_netcdf_esmf results .... Test 011 fv3_wrtGauss_netcdf_esmf PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_wrtGauss_netcdf -working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_84613/fv3_wrtGauss_netcdf +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200115/fv3_wrtGauss_netcdf +working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_187078/fv3_wrtGauss_netcdf Checking test 012 fv3_wrtGauss_netcdf results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -718,8 +718,8 @@ Checking test 012 fv3_wrtGauss_netcdf results .... Test 012 fv3_wrtGauss_netcdf PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_wrtGauss_nemsio -working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_84613/fv3_wrtGauss_nemsio +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200115/fv3_wrtGauss_nemsio +working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_187078/fv3_wrtGauss_nemsio Checking test 013 fv3_wrtGauss_nemsio results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -766,8 +766,8 @@ Checking test 013 fv3_wrtGauss_nemsio results .... Test 013 fv3_wrtGauss_nemsio PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_wrtGauss_nemsio_c192 -working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_84613/fv3_wrtGauss_nemsio_c192 +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200115/fv3_wrtGauss_nemsio_c192 +working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_187078/fv3_wrtGauss_nemsio_c192 Checking test 014 fv3_wrtGauss_nemsio_c192 results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -814,8 +814,8 @@ Checking test 014 fv3_wrtGauss_nemsio_c192 results .... Test 014 fv3_wrtGauss_nemsio_c192 PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_stochy -working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_84613/fv3_stochy +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200115/fv3_stochy +working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_187078/fv3_stochy Checking test 015 fv3_stochy results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -882,8 +882,8 @@ Checking test 015 fv3_stochy results .... Test 015 fv3_stochy PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_iau -working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_84613/fv3_iau +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200115/fv3_iau +working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_187078/fv3_iau Checking test 016 fv3_iau results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -950,8 +950,8 @@ Checking test 016 fv3_iau results .... Test 016 fv3_iau PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_csawmgshoc -working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_84613/fv3_csawmgshoc +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200115/fv3_csawmgshoc +working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_187078/fv3_csawmgshoc Checking test 017 fv3_csawmgshoc results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -998,8 +998,8 @@ Checking test 017 fv3_csawmgshoc results .... Test 017 fv3_csawmgshoc PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_csawmg -working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_84613/fv3_csawmg +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200115/fv3_csawmg +working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_187078/fv3_csawmg Checking test 018 fv3_csawmg results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -1046,8 +1046,8 @@ Checking test 018 fv3_csawmg results .... Test 018 fv3_csawmg PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_rasmgshoc -working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_84613/fv3_rasmgshoc +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200115/fv3_rasmgshoc +working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_187078/fv3_rasmgshoc Checking test 019 fv3_rasmgshoc results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -1094,8 +1094,8 @@ Checking test 019 fv3_rasmgshoc results .... Test 019 fv3_rasmgshoc PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_csawmg3shoc127 -working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_84613/fv3_csawmg3shoc127 +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200115/fv3_csawmg3shoc127 +working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_187078/fv3_csawmg3shoc127 Checking test 020 fv3_csawmg3shoc127 results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -1142,8 +1142,8 @@ Checking test 020 fv3_csawmg3shoc127 results .... Test 020 fv3_csawmg3shoc127 PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_satmedmf -working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_84613/fv3_satmedmf +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200115/fv3_satmedmf +working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_187078/fv3_satmedmf Checking test 021 fv3_satmedmf results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -1190,8 +1190,8 @@ Checking test 021 fv3_satmedmf results .... Test 021 fv3_satmedmf PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_lheatstrg -working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_84613/fv3_lheatstrg +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200115/fv3_lheatstrg +working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_187078/fv3_lheatstrg Checking test 022 fv3_lheatstrg results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -1238,8 +1238,8 @@ Checking test 022 fv3_lheatstrg results .... Test 022 fv3_lheatstrg PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_gfdlmprad -working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_84613/fv3_gfdlmprad +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200115/fv3_gfdlmprad +working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_187078/fv3_gfdlmprad Checking test 023 fv3_gfdlmprad results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -1287,8 +1287,8 @@ Checking test 023 fv3_gfdlmprad results .... Test 023 fv3_gfdlmprad PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_control -working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_84613/fv3_appbuild +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200115/fv3_control +working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_187078/fv3_appbuild Checking test 024 fv3_appbuild results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -1355,8 +1355,8 @@ Checking test 024 fv3_appbuild results .... Test 024 fv3_appbuild PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_control_32bit -working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_84613/fv3_control_32bit +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200115/fv3_control_32bit +working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_187078/fv3_control_32bit Checking test 025 fv3_control_32bit results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -1423,8 +1423,8 @@ Checking test 025 fv3_control_32bit results .... Test 025 fv3_control_32bit PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_gfdlmprad_32bit_post -working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_84613/fv3_gfdlmprad_32bit_post +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200115/fv3_gfdlmprad_32bit_post +working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_187078/fv3_gfdlmprad_32bit_post Checking test 026 fv3_gfdlmprad_32bit_post results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -1475,8 +1475,8 @@ Checking test 026 fv3_gfdlmprad_32bit_post results .... Test 026 fv3_gfdlmprad_32bit_post PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_stretched -working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_84613/fv3_stretched +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200115/fv3_stretched +working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_187078/fv3_stretched Checking test 027 fv3_stretched results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -1531,8 +1531,8 @@ Checking test 027 fv3_stretched results .... Test 027 fv3_stretched PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_stretched_nest -working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_84613/fv3_stretched_nest +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200115/fv3_stretched_nest +working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_187078/fv3_stretched_nest Checking test 028 fv3_stretched_nest results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -1598,8 +1598,8 @@ Checking test 028 fv3_stretched_nest results .... Test 028 fv3_stretched_nest PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_stretched_nest_quilt -working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_84613/fv3_stretched_nest_quilt +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200115/fv3_stretched_nest_quilt +working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_187078/fv3_stretched_nest_quilt Checking test 029 fv3_stretched_nest_quilt results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -1663,8 +1663,8 @@ Checking test 029 fv3_stretched_nest_quilt results .... Test 029 fv3_stretched_nest_quilt PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_regional_control -working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_84613/fv3_regional_control +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200115/fv3_regional_control +working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_187078/fv3_regional_control Checking test 030 fv3_regional_control results .... Comparing atmos_4xdaily.nc .........OK Comparing fv3_history2d.nc .........OK @@ -1672,8 +1672,8 @@ Checking test 030 fv3_regional_control results .... Test 030 fv3_regional_control PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_regional_restart -working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_84613/fv3_regional_restart +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200115/fv3_regional_restart +working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_187078/fv3_regional_restart Checking test 031 fv3_regional_restart results .... Comparing atmos_4xdaily.nc .........OK Comparing fv3_history2d.nc .........OK @@ -1681,8 +1681,8 @@ Checking test 031 fv3_regional_restart results .... Test 031 fv3_regional_restart PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_regional_quilt -working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_84613/fv3_regional_quilt +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200115/fv3_regional_quilt +working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_187078/fv3_regional_quilt Checking test 032 fv3_regional_quilt results .... Comparing atmos_4xdaily.nc .........OK Comparing dynf000.nc .........OK @@ -1692,8 +1692,8 @@ Checking test 032 fv3_regional_quilt results .... Test 032 fv3_regional_quilt PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_regional_c768 -working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_84613/fv3_regional_c768 +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200115/fv3_regional_c768 +working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_187078/fv3_regional_c768 Checking test 033 fv3_regional_c768 results .... Comparing atmos_4xdaily.nc .........OK Comparing fv3_history2d.nc .........OK @@ -1701,4930 +1701,6 @@ Checking test 033 fv3_regional_c768 results .... Test 033 fv3_regional_c768 PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_control_repro -working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_84613/fv3_control_repro -Checking test 034 fv3_control results .... - Comparing atmos_4xdaily.tile1.nc .........OK - Comparing atmos_4xdaily.tile2.nc .........OK - Comparing atmos_4xdaily.tile3.nc .........OK - Comparing atmos_4xdaily.tile4.nc .........OK - Comparing atmos_4xdaily.tile5.nc .........OK - Comparing atmos_4xdaily.tile6.nc .........OK - Comparing phyf000.tile1.nc .........OK - Comparing phyf000.tile2.nc .........OK - Comparing phyf000.tile3.nc .........OK - Comparing phyf000.tile4.nc .........OK - Comparing phyf000.tile5.nc .........OK - Comparing phyf000.tile6.nc .........OK - Comparing phyf024.tile1.nc .........OK - Comparing phyf024.tile2.nc .........OK - Comparing phyf024.tile3.nc .........OK - Comparing phyf024.tile4.nc .........OK - Comparing phyf024.tile5.nc .........OK - Comparing phyf024.tile6.nc .........OK - Comparing dynf000.tile1.nc .........OK - Comparing dynf000.tile2.nc .........OK - Comparing dynf000.tile3.nc .........OK - Comparing dynf000.tile4.nc .........OK - Comparing dynf000.tile5.nc .........OK - Comparing dynf000.tile6.nc .........OK - Comparing dynf024.tile1.nc .........OK - Comparing dynf024.tile2.nc .........OK - Comparing dynf024.tile3.nc .........OK - Comparing dynf024.tile4.nc .........OK - Comparing dynf024.tile5.nc .........OK - Comparing dynf024.tile6.nc .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK -Test 034 fv3_control PASS - - -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_control_repro -working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_84613/fv3_decomp_repro -Checking test 035 fv3_decomp results .... - Comparing atmos_4xdaily.tile1.nc .........OK - Comparing atmos_4xdaily.tile2.nc .........OK - Comparing atmos_4xdaily.tile3.nc .........OK - Comparing atmos_4xdaily.tile4.nc .........OK - Comparing atmos_4xdaily.tile5.nc .........OK - Comparing atmos_4xdaily.tile6.nc .........OK - Comparing phyf000.tile1.nc .........OK - Comparing phyf000.tile2.nc .........OK - Comparing phyf000.tile3.nc .........OK - Comparing phyf000.tile4.nc .........OK - Comparing phyf000.tile5.nc .........OK - Comparing phyf000.tile6.nc .........OK - Comparing phyf024.tile1.nc .........OK - Comparing phyf024.tile2.nc .........OK - Comparing phyf024.tile3.nc .........OK - Comparing phyf024.tile4.nc .........OK - Comparing phyf024.tile5.nc .........OK - Comparing phyf024.tile6.nc .........OK - Comparing dynf000.tile1.nc .........OK - Comparing dynf000.tile2.nc .........OK - Comparing dynf000.tile3.nc .........OK - Comparing dynf000.tile4.nc .........OK - Comparing dynf000.tile5.nc .........OK - Comparing dynf000.tile6.nc .........OK - Comparing dynf024.tile1.nc .........OK - Comparing dynf024.tile2.nc .........OK - Comparing dynf024.tile3.nc .........OK - Comparing dynf024.tile4.nc .........OK - Comparing dynf024.tile5.nc .........OK - Comparing dynf024.tile6.nc .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK -Test 035 fv3_decomp PASS - - -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_control_repro -working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_84613/fv3_2threads_repro -Checking test 036 fv3_2threads results .... - Comparing atmos_4xdaily.tile1.nc .........OK - Comparing atmos_4xdaily.tile2.nc .........OK - Comparing atmos_4xdaily.tile3.nc .........OK - Comparing atmos_4xdaily.tile4.nc .........OK - Comparing atmos_4xdaily.tile5.nc .........OK - Comparing atmos_4xdaily.tile6.nc .........OK - Comparing phyf000.tile1.nc .........OK - Comparing phyf000.tile2.nc .........OK - Comparing phyf000.tile3.nc .........OK - Comparing phyf000.tile4.nc .........OK - Comparing phyf000.tile5.nc .........OK - Comparing phyf000.tile6.nc .........OK - Comparing phyf024.tile1.nc .........OK - Comparing phyf024.tile2.nc .........OK - Comparing phyf024.tile3.nc .........OK - Comparing phyf024.tile4.nc .........OK - Comparing phyf024.tile5.nc .........OK - Comparing phyf024.tile6.nc .........OK - Comparing dynf000.tile1.nc .........OK - Comparing dynf000.tile2.nc .........OK - Comparing dynf000.tile3.nc .........OK - Comparing dynf000.tile4.nc .........OK - Comparing dynf000.tile5.nc .........OK - Comparing dynf000.tile6.nc .........OK - Comparing dynf024.tile1.nc .........OK - Comparing dynf024.tile2.nc .........OK - Comparing dynf024.tile3.nc .........OK - Comparing dynf024.tile4.nc .........OK - Comparing dynf024.tile5.nc .........OK - Comparing dynf024.tile6.nc .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK -Test 036 fv3_2threads PASS - - -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_restart_repro -working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_84613/fv3_restart_repro -Checking test 037 fv3_restart results .... - Comparing atmos_4xdaily.tile1.nc .........OK - Comparing atmos_4xdaily.tile2.nc .........OK - Comparing atmos_4xdaily.tile3.nc .........OK - Comparing atmos_4xdaily.tile4.nc .........OK - Comparing atmos_4xdaily.tile5.nc .........OK - Comparing atmos_4xdaily.tile6.nc .........OK - Comparing phyf027.tile1.nc .........OK - Comparing phyf027.tile2.nc .........OK - Comparing phyf027.tile3.nc .........OK - Comparing phyf027.tile4.nc .........OK - Comparing phyf027.tile5.nc .........OK - Comparing phyf027.tile6.nc .........OK - Comparing phyf048.tile1.nc .........OK - Comparing phyf048.tile2.nc .........OK - Comparing phyf048.tile3.nc .........OK - Comparing phyf048.tile4.nc .........OK - Comparing phyf048.tile5.nc .........OK - Comparing phyf048.tile6.nc .........OK - Comparing dynf027.tile1.nc .........OK - Comparing dynf027.tile2.nc .........OK - Comparing dynf027.tile3.nc .........OK - Comparing dynf027.tile4.nc .........OK - Comparing dynf027.tile5.nc .........OK - Comparing dynf027.tile6.nc .........OK - Comparing dynf048.tile1.nc .........OK - Comparing dynf048.tile2.nc .........OK - Comparing dynf048.tile3.nc .........OK - Comparing dynf048.tile4.nc .........OK - Comparing dynf048.tile5.nc .........OK - Comparing dynf048.tile6.nc .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK -Test 037 fv3_restart PASS - - -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_read_inc_repro -working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_84613/fv3_read_inc_repro -Checking test 038 fv3_read_inc results .... - Comparing atmos_4xdaily.tile1.nc .........OK - Comparing atmos_4xdaily.tile2.nc .........OK - Comparing atmos_4xdaily.tile3.nc .........OK - Comparing atmos_4xdaily.tile4.nc .........OK - Comparing atmos_4xdaily.tile5.nc .........OK - Comparing atmos_4xdaily.tile6.nc .........OK - Comparing phyf027.tile1.nc .........OK - Comparing phyf027.tile2.nc .........OK - Comparing phyf027.tile3.nc .........OK - Comparing phyf027.tile4.nc .........OK - Comparing phyf027.tile5.nc .........OK - Comparing phyf027.tile6.nc .........OK - Comparing phyf048.tile1.nc .........OK - Comparing phyf048.tile2.nc .........OK - Comparing phyf048.tile3.nc .........OK - Comparing phyf048.tile4.nc .........OK - Comparing phyf048.tile5.nc .........OK - Comparing phyf048.tile6.nc .........OK - Comparing dynf027.tile1.nc .........OK - Comparing dynf027.tile2.nc .........OK - Comparing dynf027.tile3.nc .........OK - Comparing dynf027.tile4.nc .........OK - Comparing dynf027.tile5.nc .........OK - Comparing dynf027.tile6.nc .........OK - Comparing dynf048.tile1.nc .........OK - Comparing dynf048.tile2.nc .........OK - Comparing dynf048.tile3.nc .........OK - Comparing dynf048.tile4.nc .........OK - Comparing dynf048.tile5.nc .........OK - Comparing dynf048.tile6.nc .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK -Test 038 fv3_read_inc PASS - - -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_wrtGauss_netcdf_esmf_repro -working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_84613/fv3_wrtGauss_netcdf_esmf_repro -Checking test 039 fv3_wrtGauss_netcdf_esmf results .... - Comparing atmos_4xdaily.tile1.nc .........OK - Comparing atmos_4xdaily.tile2.nc .........OK - Comparing atmos_4xdaily.tile3.nc .........OK - Comparing atmos_4xdaily.tile4.nc .........OK - Comparing atmos_4xdaily.tile5.nc .........OK - Comparing atmos_4xdaily.tile6.nc .........OK - Comparing phyf000.nc .........OK - Comparing phyf024.nc .........OK - Comparing dynf000.nc .........OK - Comparing dynf024.nc .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK -Test 039 fv3_wrtGauss_netcdf_esmf PASS - - -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_wrtGauss_netcdf_repro -working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_84613/fv3_wrtGauss_netcdf_repro -Checking test 040 fv3_wrtGauss_netcdf results .... - Comparing atmos_4xdaily.tile1.nc .........OK - Comparing atmos_4xdaily.tile2.nc .........OK - Comparing atmos_4xdaily.tile3.nc .........OK - Comparing atmos_4xdaily.tile4.nc .........OK - Comparing atmos_4xdaily.tile5.nc .........OK - Comparing atmos_4xdaily.tile6.nc .........OK - Comparing phyf000.nc .........OK - Comparing phyf024.nc .........OK - Comparing dynf000.nc .........OK - Comparing dynf024.nc .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK -Test 040 fv3_wrtGauss_netcdf PASS - - -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_wrtGauss_nemsio_repro -working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_84613/fv3_wrtGauss_nemsio_repro -Checking test 041 fv3_wrtGauss_nemsio results .... - Comparing atmos_4xdaily.tile1.nc .........OK - Comparing atmos_4xdaily.tile2.nc .........OK - Comparing atmos_4xdaily.tile3.nc .........OK - Comparing atmos_4xdaily.tile4.nc .........OK - Comparing atmos_4xdaily.tile5.nc .........OK - Comparing atmos_4xdaily.tile6.nc .........OK - Comparing phyf000.nemsio .........OK - Comparing phyf024.nemsio .........OK - Comparing dynf000.nemsio .........OK - Comparing dynf024.nemsio .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK -Test 041 fv3_wrtGauss_nemsio PASS - - -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_wrtGauss_nemsio_c192_repro -working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_84613/fv3_wrtGauss_nemsio_c192_repro -Checking test 042 fv3_wrtGauss_nemsio_c192 results .... - Comparing atmos_4xdaily.tile1.nc .........OK - Comparing atmos_4xdaily.tile2.nc .........OK - Comparing atmos_4xdaily.tile3.nc .........OK - Comparing atmos_4xdaily.tile4.nc .........OK - Comparing atmos_4xdaily.tile5.nc .........OK - Comparing atmos_4xdaily.tile6.nc .........OK - Comparing phyf000.nemsio .........OK - Comparing phyf024.nemsio .........OK - Comparing dynf000.nemsio .........OK - Comparing dynf024.nemsio .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK -Test 042 fv3_wrtGauss_nemsio_c192 PASS - - -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_stochy_repro -working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_84613/fv3_stochy_repro -Checking test 043 fv3_stochy results .... - Comparing atmos_4xdaily.tile1.nc .........OK - Comparing atmos_4xdaily.tile2.nc .........OK - Comparing atmos_4xdaily.tile3.nc .........OK - Comparing atmos_4xdaily.tile4.nc .........OK - Comparing atmos_4xdaily.tile5.nc .........OK - Comparing atmos_4xdaily.tile6.nc .........OK - Comparing phyf000.tile1.nc .........OK - Comparing phyf000.tile2.nc .........OK - Comparing phyf000.tile3.nc .........OK - Comparing phyf000.tile4.nc .........OK - Comparing phyf000.tile5.nc .........OK - Comparing phyf000.tile6.nc .........OK - Comparing phyf012.tile1.nc .........OK - Comparing phyf012.tile2.nc .........OK - Comparing phyf012.tile3.nc .........OK - Comparing phyf012.tile4.nc .........OK - Comparing phyf012.tile5.nc .........OK - Comparing phyf012.tile6.nc .........OK - Comparing dynf000.tile1.nc .........OK - Comparing dynf000.tile2.nc .........OK - Comparing dynf000.tile3.nc .........OK - Comparing dynf000.tile4.nc .........OK - Comparing dynf000.tile5.nc .........OK - Comparing dynf000.tile6.nc .........OK - Comparing dynf012.tile1.nc .........OK - Comparing dynf012.tile2.nc .........OK - Comparing dynf012.tile3.nc .........OK - Comparing dynf012.tile4.nc .........OK - Comparing dynf012.tile5.nc .........OK - Comparing dynf012.tile6.nc .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK -Test 043 fv3_stochy PASS - - -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_iau_repro -working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_84613/fv3_iau_repro -Checking test 044 fv3_iau results .... - Comparing atmos_4xdaily.tile1.nc .........OK - Comparing atmos_4xdaily.tile2.nc .........OK - Comparing atmos_4xdaily.tile3.nc .........OK - Comparing atmos_4xdaily.tile4.nc .........OK - Comparing atmos_4xdaily.tile5.nc .........OK - Comparing atmos_4xdaily.tile6.nc .........OK - Comparing phyf027.tile1.nc .........OK - Comparing phyf027.tile2.nc .........OK - Comparing phyf027.tile3.nc .........OK - Comparing phyf027.tile4.nc .........OK - Comparing phyf027.tile5.nc .........OK - Comparing phyf027.tile6.nc .........OK - Comparing phyf048.tile1.nc .........OK - Comparing phyf048.tile2.nc .........OK - Comparing phyf048.tile3.nc .........OK - Comparing phyf048.tile4.nc .........OK - Comparing phyf048.tile5.nc .........OK - Comparing phyf048.tile6.nc .........OK - Comparing dynf027.tile1.nc .........OK - Comparing dynf027.tile2.nc .........OK - Comparing dynf027.tile3.nc .........OK - Comparing dynf027.tile4.nc .........OK - Comparing dynf027.tile5.nc .........OK - Comparing dynf027.tile6.nc .........OK - Comparing dynf048.tile1.nc .........OK - Comparing dynf048.tile2.nc .........OK - Comparing dynf048.tile3.nc .........OK - Comparing dynf048.tile4.nc .........OK - Comparing dynf048.tile5.nc .........OK - Comparing dynf048.tile6.nc .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK -Test 044 fv3_iau PASS - - -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_gfdlmp_repro -working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_84613/fv3_gfdlmp_repro -Checking test 045 fv3_gfdlmp results .... - Comparing atmos_4xdaily.tile1.nc .........OK - Comparing atmos_4xdaily.tile2.nc .........OK - Comparing atmos_4xdaily.tile3.nc .........OK - Comparing atmos_4xdaily.tile4.nc .........OK - Comparing atmos_4xdaily.tile5.nc .........OK - Comparing atmos_4xdaily.tile6.nc .........OK - Comparing phyf000.nemsio .........OK - Comparing phyf024.nemsio .........OK - Comparing dynf000.nemsio .........OK - Comparing dynf024.nemsio .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK -Test 045 fv3_gfdlmp PASS - - -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_gfdlmprad_gwd_repro -working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_84613/fv3_gfdlmprad_gwd_repro -Checking test 046 fv3_gfdlmprad_gwd results .... - Comparing atmos_4xdaily.tile1.nc .........OK - Comparing atmos_4xdaily.tile2.nc .........OK - Comparing atmos_4xdaily.tile3.nc .........OK - Comparing atmos_4xdaily.tile4.nc .........OK - Comparing atmos_4xdaily.tile5.nc .........OK - Comparing atmos_4xdaily.tile6.nc .........OK - Comparing phyf000.nemsio .........OK - Comparing phyf024.nemsio .........OK - Comparing dynf000.nemsio .........OK - Comparing dynf024.nemsio .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK -Test 046 fv3_gfdlmprad_gwd PASS - - -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_gfdlmprad_noahmp_repro -working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_84613/fv3_gfdlmprad_noahmp_repro -Checking test 047 fv3_gfdlmprad_noahmp results .... - Comparing atmos_4xdaily.tile1.nc .........OK - Comparing atmos_4xdaily.tile2.nc .........OK - Comparing atmos_4xdaily.tile3.nc .........OK - Comparing atmos_4xdaily.tile4.nc .........OK - Comparing atmos_4xdaily.tile5.nc .........OK - Comparing atmos_4xdaily.tile6.nc .........OK - Comparing phyf000.nemsio .........OK - Comparing phyf024.nemsio .........OK - Comparing dynf000.nemsio .........OK - Comparing dynf024.nemsio .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK -Test 047 fv3_gfdlmprad_noahmp PASS - - -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_csawmgshoc_repro -working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_84613/fv3_csawmgshoc_repro -Checking test 048 fv3_csawmgshoc results .... - Comparing atmos_4xdaily.tile1.nc .........OK - Comparing atmos_4xdaily.tile2.nc .........OK - Comparing atmos_4xdaily.tile3.nc .........OK - Comparing atmos_4xdaily.tile4.nc .........OK - Comparing atmos_4xdaily.tile5.nc .........OK - Comparing atmos_4xdaily.tile6.nc .........OK - Comparing phyf000.nemsio .........OK - Comparing phyf024.nemsio .........OK - Comparing dynf000.nemsio .........OK - Comparing dynf024.nemsio .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK -Test 048 fv3_csawmgshoc PASS - - -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_csawmg3shoc127_repro -working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_84613/fv3_csawmg3shoc127_repro -Checking test 049 fv3_csawmg3shoc127 results .... - Comparing atmos_4xdaily.tile1.nc .........OK - Comparing atmos_4xdaily.tile2.nc .........OK - Comparing atmos_4xdaily.tile3.nc .........OK - Comparing atmos_4xdaily.tile4.nc .........OK - Comparing atmos_4xdaily.tile5.nc .........OK - Comparing atmos_4xdaily.tile6.nc .........OK - Comparing phyf000.nemsio .........OK - Comparing phyf024.nemsio .........OK - Comparing dynf000.nemsio .........OK - Comparing dynf024.nemsio .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK -Test 049 fv3_csawmg3shoc127 PASS - - -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_csawmg_repro -working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_84613/fv3_csawmg_repro -Checking test 050 fv3_csawmg results .... - Comparing atmos_4xdaily.tile1.nc .........OK - Comparing atmos_4xdaily.tile2.nc .........OK - Comparing atmos_4xdaily.tile3.nc .........OK - Comparing atmos_4xdaily.tile4.nc .........OK - Comparing atmos_4xdaily.tile5.nc .........OK - Comparing atmos_4xdaily.tile6.nc .........OK - Comparing phyf000.nemsio .........OK - Comparing phyf024.nemsio .........OK - Comparing dynf000.nemsio .........OK - Comparing dynf024.nemsio .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK -Test 050 fv3_csawmg PASS - - -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_satmedmf_repro -working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_84613/fv3_satmedmf_repro -Checking test 051 fv3_satmedmf results .... - Comparing atmos_4xdaily.tile1.nc .........OK - Comparing atmos_4xdaily.tile2.nc .........OK - Comparing atmos_4xdaily.tile3.nc .........OK - Comparing atmos_4xdaily.tile4.nc .........OK - Comparing atmos_4xdaily.tile5.nc .........OK - Comparing atmos_4xdaily.tile6.nc .........OK - Comparing phyf000.nemsio .........OK - Comparing phyf024.nemsio .........OK - Comparing dynf000.nemsio .........OK - Comparing dynf024.nemsio .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK -Test 051 fv3_satmedmf PASS - - -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_gfdlmprad_repro -working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_84613/fv3_gfdlmprad_repro -Checking test 052 fv3_gfdlmprad results .... - Comparing atmos_4xdaily.tile1.nc .........OK - Comparing atmos_4xdaily.tile2.nc .........OK - Comparing atmos_4xdaily.tile3.nc .........OK - Comparing atmos_4xdaily.tile4.nc .........OK - Comparing atmos_4xdaily.tile5.nc .........OK - Comparing atmos_4xdaily.tile6.nc .........OK - Comparing phyf000.nemsio .........OK - Comparing phyf024.nemsio .........OK - Comparing dynf000.nemsio .........OK - Comparing dynf024.nemsio .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing out_grd.glo_30m .........OK -Test 052 fv3_gfdlmprad PASS - - -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_control_repro -working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_84613/fv3_appbuild_repro -Checking test 053 fv3_appbuild results .... - Comparing atmos_4xdaily.tile1.nc .........OK - Comparing atmos_4xdaily.tile2.nc .........OK - Comparing atmos_4xdaily.tile3.nc .........OK - Comparing atmos_4xdaily.tile4.nc .........OK - Comparing atmos_4xdaily.tile5.nc .........OK - Comparing atmos_4xdaily.tile6.nc .........OK - Comparing phyf000.tile1.nc .........OK - Comparing phyf000.tile2.nc .........OK - Comparing phyf000.tile3.nc .........OK - Comparing phyf000.tile4.nc .........OK - Comparing phyf000.tile5.nc .........OK - Comparing phyf000.tile6.nc .........OK - Comparing phyf024.tile1.nc .........OK - Comparing phyf024.tile2.nc .........OK - Comparing phyf024.tile3.nc .........OK - Comparing phyf024.tile4.nc .........OK - Comparing phyf024.tile5.nc .........OK - Comparing phyf024.tile6.nc .........OK - Comparing dynf000.tile1.nc .........OK - Comparing dynf000.tile2.nc .........OK - Comparing dynf000.tile3.nc .........OK - Comparing dynf000.tile4.nc .........OK - Comparing dynf000.tile5.nc .........OK - Comparing dynf000.tile6.nc .........OK - Comparing dynf024.tile1.nc .........OK - Comparing dynf024.tile2.nc .........OK - Comparing dynf024.tile3.nc .........OK - Comparing dynf024.tile4.nc .........OK - Comparing dynf024.tile5.nc .........OK - Comparing dynf024.tile6.nc .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK -Test 053 fv3_appbuild PASS - - -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_control_32bit_repro -working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_84613/fv3_control_32bit_repro -Checking test 054 fv3_control_32bit results .... - Comparing atmos_4xdaily.tile1.nc .........OK - Comparing atmos_4xdaily.tile2.nc .........OK - Comparing atmos_4xdaily.tile3.nc .........OK - Comparing atmos_4xdaily.tile4.nc .........OK - Comparing atmos_4xdaily.tile5.nc .........OK - Comparing atmos_4xdaily.tile6.nc .........OK - Comparing phyf000.tile1.nc .........OK - Comparing phyf000.tile2.nc .........OK - Comparing phyf000.tile3.nc .........OK - Comparing phyf000.tile4.nc .........OK - Comparing phyf000.tile5.nc .........OK - Comparing phyf000.tile6.nc .........OK - Comparing phyf024.tile1.nc .........OK - Comparing phyf024.tile2.nc .........OK - Comparing phyf024.tile3.nc .........OK - Comparing phyf024.tile4.nc .........OK - Comparing phyf024.tile5.nc .........OK - Comparing phyf024.tile6.nc .........OK - Comparing dynf000.tile1.nc .........OK - Comparing dynf000.tile2.nc .........OK - Comparing dynf000.tile3.nc .........OK - Comparing dynf000.tile4.nc .........OK - Comparing dynf000.tile5.nc .........OK - Comparing dynf000.tile6.nc .........OK - Comparing dynf024.tile1.nc .........OK - Comparing dynf024.tile2.nc .........OK - Comparing dynf024.tile3.nc .........OK - Comparing dynf024.tile4.nc .........OK - Comparing dynf024.tile5.nc .........OK - Comparing dynf024.tile6.nc .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK -Test 054 fv3_control_32bit PASS - - -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_gfdlmprad_32bit_post_repro -working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_84613/fv3_gfdlmprad_32bit_post_repro -Checking test 055 fv3_gfdlmprad_32bit_post results .... - Comparing atmos_4xdaily.tile1.nc .........OK - Comparing atmos_4xdaily.tile2.nc .........OK - Comparing atmos_4xdaily.tile3.nc .........OK - Comparing atmos_4xdaily.tile4.nc .........OK - Comparing atmos_4xdaily.tile5.nc .........OK - Comparing atmos_4xdaily.tile6.nc .........OK - Comparing phyf000.nemsio .........OK - Comparing phyf024.nemsio .........OK - Comparing dynf000.nemsio .........OK - Comparing dynf024.nemsio .........OK - Comparing GFSFLX.GrbF00 .........OK - Comparing GFSPRS.GrbF00 .........OK - Comparing GFSFLX.GrbF24 .........OK - Comparing GFSPRS.GrbF24 .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK -Test 055 fv3_gfdlmprad_32bit_post PASS - - -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_stretched_repro -working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_84613/fv3_stretched_repro -Checking test 056 fv3_stretched results .... - Comparing atmos_4xdaily.tile1.nc .........OK - Comparing atmos_4xdaily.tile2.nc .........OK - Comparing atmos_4xdaily.tile3.nc .........OK - Comparing atmos_4xdaily.tile4.nc .........OK - Comparing atmos_4xdaily.tile5.nc .........OK - Comparing atmos_4xdaily.tile6.nc .........OK - Comparing fv3_history2d.tile1.nc .........OK - Comparing fv3_history2d.tile2.nc .........OK - Comparing fv3_history2d.tile3.nc .........OK - Comparing fv3_history2d.tile4.nc .........OK - Comparing fv3_history2d.tile5.nc .........OK - Comparing fv3_history2d.tile6.nc .........OK - Comparing fv3_history.tile1.nc .........OK - Comparing fv3_history.tile2.nc .........OK - Comparing fv3_history.tile3.nc .........OK - Comparing fv3_history.tile4.nc .........OK - Comparing fv3_history.tile5.nc .........OK - Comparing fv3_history.tile6.nc .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK -Test 056 fv3_stretched PASS - - -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_stretched_nest_repro -working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_84613/fv3_stretched_nest_repro -Checking test 057 fv3_stretched_nest results .... - Comparing atmos_4xdaily.tile1.nc .........OK - Comparing atmos_4xdaily.tile2.nc .........OK - Comparing atmos_4xdaily.tile3.nc .........OK - Comparing atmos_4xdaily.tile4.nc .........OK - Comparing atmos_4xdaily.tile5.nc .........OK - Comparing atmos_4xdaily.tile6.nc .........OK - Comparing atmos_4xdaily.nest02.tile7.nc .........OK - Comparing fv3_history2d.tile1.nc .........OK - Comparing fv3_history2d.tile2.nc .........OK - Comparing fv3_history2d.tile3.nc .........OK - Comparing fv3_history2d.tile4.nc .........OK - Comparing fv3_history2d.tile5.nc .........OK - Comparing fv3_history2d.tile6.nc .........OK - Comparing fv3_history2d.nest02.tile7.nc .........OK - Comparing fv3_history.tile1.nc .........OK - Comparing fv3_history.tile2.nc .........OK - Comparing fv3_history.tile3.nc .........OK - Comparing fv3_history.tile4.nc .........OK - Comparing fv3_history.tile5.nc .........OK - Comparing fv3_history.tile6.nc .........OK - Comparing fv3_history.nest02.tile7.nc .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.nest02.nc .........OK - Comparing RESTART/fv_BC_ne.res.nest02.nc .........OK - Comparing RESTART/fv_BC_sw.res.nest02.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_core.res.nest02.tile7.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.nest02.tile7.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.nest02.tile7.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/phy_data.nest02.tile7.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK - Comparing RESTART/sfc_data.nest02.tile7.nc .........OK -Test 057 fv3_stretched_nest PASS - - -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_regional_control_repro -working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_84613/fv3_regional_control_repro -Checking test 058 fv3_regional_control results .... - Comparing atmos_4xdaily.nc .........OK - Comparing fv3_history2d.nc .........OK - Comparing fv3_history.nc .........OK -Test 058 fv3_regional_control PASS - - -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_regional_restart_repro -working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_84613/fv3_regional_restart_repro -Checking test 059 fv3_regional_restart results .... - Comparing atmos_4xdaily.nc .........OK - Comparing fv3_history2d.nc .........OK - Comparing fv3_history.nc .........OK -Test 059 fv3_regional_restart PASS - - -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_regional_quilt_repro -working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_84613/fv3_regional_quilt_repro -Checking test 060 fv3_regional_quilt results .... - Comparing atmos_4xdaily.nc .........OK - Comparing dynf000.nc .........OK - Comparing dynf024.nc .........OK - Comparing phyf000.nc .........OK - Comparing phyf024.nc .........OK -Test 060 fv3_regional_quilt PASS - - -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_regional_c768_repro -working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_84613/fv3_regional_c768_repro -Checking test 061 fv3_regional_c768 results .... - Comparing atmos_4xdaily.nc .........OK - Comparing fv3_history2d.nc .........OK - Comparing fv3_history.nc .........OK -Test 061 fv3_regional_c768 PASS - - -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_gfdlmp_32bit_repro -working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_84613/fv3_gfdlmp_32bit_repro -Checking test 062 fv3_gfdlmp_32bit results .... - Comparing atmos_4xdaily.tile1.nc .........OK - Comparing atmos_4xdaily.tile2.nc .........OK - Comparing atmos_4xdaily.tile3.nc .........OK - Comparing atmos_4xdaily.tile4.nc .........OK - Comparing atmos_4xdaily.tile5.nc .........OK - Comparing atmos_4xdaily.tile6.nc .........OK - Comparing phyf000.nemsio .........OK - Comparing phyf024.nemsio .........OK - Comparing dynf000.nemsio .........OK - Comparing dynf024.nemsio .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK -Test 062 fv3_gfdlmp_32bit PASS - - -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_gfs_v15_repro -working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_84613/fv3_gfs_v15_repro -Checking test 063 fv3_gfs_v15 results .... - Comparing atmos_4xdaily.tile1.nc .........OK - Comparing atmos_4xdaily.tile2.nc .........OK - Comparing atmos_4xdaily.tile3.nc .........OK - Comparing atmos_4xdaily.tile4.nc .........OK - Comparing atmos_4xdaily.tile5.nc .........OK - Comparing atmos_4xdaily.tile6.nc .........OK - Comparing phyf000.tile1.nc .........OK - Comparing phyf000.tile2.nc .........OK - Comparing phyf000.tile3.nc .........OK - Comparing phyf000.tile4.nc .........OK - Comparing phyf000.tile5.nc .........OK - Comparing phyf000.tile6.nc .........OK - Comparing phyf024.tile1.nc .........OK - Comparing phyf024.tile2.nc .........OK - Comparing phyf024.tile3.nc .........OK - Comparing phyf024.tile4.nc .........OK - Comparing phyf024.tile5.nc .........OK - Comparing phyf024.tile6.nc .........OK - Comparing dynf000.tile1.nc .........OK - Comparing dynf000.tile2.nc .........OK - Comparing dynf000.tile3.nc .........OK - Comparing dynf000.tile4.nc .........OK - Comparing dynf000.tile5.nc .........OK - Comparing dynf000.tile6.nc .........OK - Comparing dynf024.tile1.nc .........OK - Comparing dynf024.tile2.nc .........OK - Comparing dynf024.tile3.nc .........OK - Comparing dynf024.tile4.nc .........OK - Comparing dynf024.tile5.nc .........OK - Comparing dynf024.tile6.nc .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK -Test 063 fv3_gfs_v15 PASS - - -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_gfs_v15plus_repro -working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_84613/fv3_gfs_v15plus_repro -Checking test 064 fv3_gfs_v15plus results .... - Comparing atmos_4xdaily.tile1.nc .........OK - Comparing atmos_4xdaily.tile2.nc .........OK - Comparing atmos_4xdaily.tile3.nc .........OK - Comparing atmos_4xdaily.tile4.nc .........OK - Comparing atmos_4xdaily.tile5.nc .........OK - Comparing atmos_4xdaily.tile6.nc .........OK - Comparing phyf000.tile1.nc .........OK - Comparing phyf000.tile2.nc .........OK - Comparing phyf000.tile3.nc .........OK - Comparing phyf000.tile4.nc .........OK - Comparing phyf000.tile5.nc .........OK - Comparing phyf000.tile6.nc .........OK - Comparing phyf024.tile1.nc .........OK - Comparing phyf024.tile2.nc .........OK - Comparing phyf024.tile3.nc .........OK - Comparing phyf024.tile4.nc .........OK - Comparing phyf024.tile5.nc .........OK - Comparing phyf024.tile6.nc .........OK - Comparing dynf000.tile1.nc .........OK - Comparing dynf000.tile2.nc .........OK - Comparing dynf000.tile3.nc .........OK - Comparing dynf000.tile4.nc .........OK - Comparing dynf000.tile5.nc .........OK - Comparing dynf000.tile6.nc .........OK - Comparing dynf024.tile1.nc .........OK - Comparing dynf024.tile2.nc .........OK - Comparing dynf024.tile3.nc .........OK - Comparing dynf024.tile4.nc .........OK - Comparing dynf024.tile5.nc .........OK - Comparing dynf024.tile6.nc .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK -Test 064 fv3_gfs_v15plus PASS - - -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_cpt_repro -working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_84613/fv3_cpt_repro -Checking test 065 fv3_cpt results .... - Comparing atmos_4xdaily.tile1.nc .........OK - Comparing atmos_4xdaily.tile2.nc .........OK - Comparing atmos_4xdaily.tile3.nc .........OK - Comparing atmos_4xdaily.tile4.nc .........OK - Comparing atmos_4xdaily.tile5.nc .........OK - Comparing atmos_4xdaily.tile6.nc .........OK - Comparing phyf000.nemsio .........OK - Comparing phyf024.nemsio .........OK - Comparing dynf000.nemsio .........OK - Comparing dynf024.nemsio .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK -Test 065 fv3_cpt PASS - - -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_control_repro -working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_84613/fv3_ccpp_control_repro -Checking test 066 fv3_ccpp_control results .... - Comparing atmos_4xdaily.tile1.nc .........OK - Comparing atmos_4xdaily.tile2.nc .........OK - Comparing atmos_4xdaily.tile3.nc .........OK - Comparing atmos_4xdaily.tile4.nc .........OK - Comparing atmos_4xdaily.tile5.nc .........OK - Comparing atmos_4xdaily.tile6.nc .........OK - Comparing phyf000.tile1.nc .........OK - Comparing phyf000.tile2.nc .........OK - Comparing phyf000.tile3.nc .........OK - Comparing phyf000.tile4.nc .........OK - Comparing phyf000.tile5.nc .........OK - Comparing phyf000.tile6.nc .........OK - Comparing phyf024.tile1.nc .........OK - Comparing phyf024.tile2.nc .........OK - Comparing phyf024.tile3.nc .........OK - Comparing phyf024.tile4.nc .........OK - Comparing phyf024.tile5.nc .........OK - Comparing phyf024.tile6.nc .........OK - Comparing dynf000.tile1.nc .........OK - Comparing dynf000.tile2.nc .........OK - Comparing dynf000.tile3.nc .........OK - Comparing dynf000.tile4.nc .........OK - Comparing dynf000.tile5.nc .........OK - Comparing dynf000.tile6.nc .........OK - Comparing dynf024.tile1.nc .........OK - Comparing dynf024.tile2.nc .........OK - Comparing dynf024.tile3.nc .........OK - Comparing dynf024.tile4.nc .........OK - Comparing dynf024.tile5.nc .........OK - Comparing dynf024.tile6.nc .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK -Test 066 fv3_ccpp_control PASS - - -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_control_repro -working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_84613/fv3_ccpp_decomp_repro -Checking test 067 fv3_ccpp_decomp results .... - Comparing atmos_4xdaily.tile1.nc .........OK - Comparing atmos_4xdaily.tile2.nc .........OK - Comparing atmos_4xdaily.tile3.nc .........OK - Comparing atmos_4xdaily.tile4.nc .........OK - Comparing atmos_4xdaily.tile5.nc .........OK - Comparing atmos_4xdaily.tile6.nc .........OK - Comparing phyf000.tile1.nc .........OK - Comparing phyf000.tile2.nc .........OK - Comparing phyf000.tile3.nc .........OK - Comparing phyf000.tile4.nc .........OK - Comparing phyf000.tile5.nc .........OK - Comparing phyf000.tile6.nc .........OK - Comparing phyf024.tile1.nc .........OK - Comparing phyf024.tile2.nc .........OK - Comparing phyf024.tile3.nc .........OK - Comparing phyf024.tile4.nc .........OK - Comparing phyf024.tile5.nc .........OK - Comparing phyf024.tile6.nc .........OK - Comparing dynf000.tile1.nc .........OK - Comparing dynf000.tile2.nc .........OK - Comparing dynf000.tile3.nc .........OK - Comparing dynf000.tile4.nc .........OK - Comparing dynf000.tile5.nc .........OK - Comparing dynf000.tile6.nc .........OK - Comparing dynf024.tile1.nc .........OK - Comparing dynf024.tile2.nc .........OK - Comparing dynf024.tile3.nc .........OK - Comparing dynf024.tile4.nc .........OK - Comparing dynf024.tile5.nc .........OK - Comparing dynf024.tile6.nc .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK -Test 067 fv3_ccpp_decomp PASS - - -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_control_repro -working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_84613/fv3_ccpp_2threads_repro -Checking test 068 fv3_ccpp_2threads results .... - Comparing atmos_4xdaily.tile1.nc .........OK - Comparing atmos_4xdaily.tile2.nc .........OK - Comparing atmos_4xdaily.tile3.nc .........OK - Comparing atmos_4xdaily.tile4.nc .........OK - Comparing atmos_4xdaily.tile5.nc .........OK - Comparing atmos_4xdaily.tile6.nc .........OK - Comparing phyf000.tile1.nc .........OK - Comparing phyf000.tile2.nc .........OK - Comparing phyf000.tile3.nc .........OK - Comparing phyf000.tile4.nc .........OK - Comparing phyf000.tile5.nc .........OK - Comparing phyf000.tile6.nc .........OK - Comparing phyf024.tile1.nc .........OK - Comparing phyf024.tile2.nc .........OK - Comparing phyf024.tile3.nc .........OK - Comparing phyf024.tile4.nc .........OK - Comparing phyf024.tile5.nc .........OK - Comparing phyf024.tile6.nc .........OK - Comparing dynf000.tile1.nc .........OK - Comparing dynf000.tile2.nc .........OK - Comparing dynf000.tile3.nc .........OK - Comparing dynf000.tile4.nc .........OK - Comparing dynf000.tile5.nc .........OK - Comparing dynf000.tile6.nc .........OK - Comparing dynf024.tile1.nc .........OK - Comparing dynf024.tile2.nc .........OK - Comparing dynf024.tile3.nc .........OK - Comparing dynf024.tile4.nc .........OK - Comparing dynf024.tile5.nc .........OK - Comparing dynf024.tile6.nc .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK -Test 068 fv3_ccpp_2threads PASS - - -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_restart_repro -working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_84613/fv3_ccpp_restart_repro -Checking test 069 fv3_ccpp_restart results .... - Comparing atmos_4xdaily.tile1.nc .........OK - Comparing atmos_4xdaily.tile2.nc .........OK - Comparing atmos_4xdaily.tile3.nc .........OK - Comparing atmos_4xdaily.tile4.nc .........OK - Comparing atmos_4xdaily.tile5.nc .........OK - Comparing atmos_4xdaily.tile6.nc .........OK - Comparing phyf027.tile1.nc .........OK - Comparing phyf027.tile2.nc .........OK - Comparing phyf027.tile3.nc .........OK - Comparing phyf027.tile4.nc .........OK - Comparing phyf027.tile5.nc .........OK - Comparing phyf027.tile6.nc .........OK - Comparing phyf048.tile1.nc .........OK - Comparing phyf048.tile2.nc .........OK - Comparing phyf048.tile3.nc .........OK - Comparing phyf048.tile4.nc .........OK - Comparing phyf048.tile5.nc .........OK - Comparing phyf048.tile6.nc .........OK - Comparing dynf027.tile1.nc .........OK - Comparing dynf027.tile2.nc .........OK - Comparing dynf027.tile3.nc .........OK - Comparing dynf027.tile4.nc .........OK - Comparing dynf027.tile5.nc .........OK - Comparing dynf027.tile6.nc .........OK - Comparing dynf048.tile1.nc .........OK - Comparing dynf048.tile2.nc .........OK - Comparing dynf048.tile3.nc .........OK - Comparing dynf048.tile4.nc .........OK - Comparing dynf048.tile5.nc .........OK - Comparing dynf048.tile6.nc .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK -Test 069 fv3_ccpp_restart PASS - - -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_read_inc_repro -working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_84613/fv3_ccpp_read_inc_repro -Checking test 070 fv3_ccpp_read_inc results .... - Comparing atmos_4xdaily.tile1.nc .........OK - Comparing atmos_4xdaily.tile2.nc .........OK - Comparing atmos_4xdaily.tile3.nc .........OK - Comparing atmos_4xdaily.tile4.nc .........OK - Comparing atmos_4xdaily.tile5.nc .........OK - Comparing atmos_4xdaily.tile6.nc .........OK - Comparing phyf027.tile1.nc .........OK - Comparing phyf027.tile2.nc .........OK - Comparing phyf027.tile3.nc .........OK - Comparing phyf027.tile4.nc .........OK - Comparing phyf027.tile5.nc .........OK - Comparing phyf027.tile6.nc .........OK - Comparing phyf048.tile1.nc .........OK - Comparing phyf048.tile2.nc .........OK - Comparing phyf048.tile3.nc .........OK - Comparing phyf048.tile4.nc .........OK - Comparing phyf048.tile5.nc .........OK - Comparing phyf048.tile6.nc .........OK - Comparing dynf027.tile1.nc .........OK - Comparing dynf027.tile2.nc .........OK - Comparing dynf027.tile3.nc .........OK - Comparing dynf027.tile4.nc .........OK - Comparing dynf027.tile5.nc .........OK - Comparing dynf027.tile6.nc .........OK - Comparing dynf048.tile1.nc .........OK - Comparing dynf048.tile2.nc .........OK - Comparing dynf048.tile3.nc .........OK - Comparing dynf048.tile4.nc .........OK - Comparing dynf048.tile5.nc .........OK - Comparing dynf048.tile6.nc .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK -Test 070 fv3_ccpp_read_inc PASS - - -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_wrtGauss_netcdf_esmf_repro -working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_84613/fv3_ccpp_wrtGauss_netcdf_esmf_repro -Checking test 071 fv3_ccpp_wrtGauss_netcdf_esmf results .... - Comparing atmos_4xdaily.tile1.nc .........OK - Comparing atmos_4xdaily.tile2.nc .........OK - Comparing atmos_4xdaily.tile3.nc .........OK - Comparing atmos_4xdaily.tile4.nc .........OK - Comparing atmos_4xdaily.tile5.nc .........OK - Comparing atmos_4xdaily.tile6.nc .........OK - Comparing phyf000.nc .........OK - Comparing phyf024.nc .........OK - Comparing dynf000.nc .........OK - Comparing dynf024.nc .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK -Test 071 fv3_ccpp_wrtGauss_netcdf_esmf PASS - - -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_wrtGauss_netcdf_repro -working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_84613/fv3_ccpp_wrtGauss_netcdf_repro -Checking test 072 fv3_ccpp_wrtGauss_netcdf results .... - Comparing atmos_4xdaily.tile1.nc .........OK - Comparing atmos_4xdaily.tile2.nc .........OK - Comparing atmos_4xdaily.tile3.nc .........OK - Comparing atmos_4xdaily.tile4.nc .........OK - Comparing atmos_4xdaily.tile5.nc .........OK - Comparing atmos_4xdaily.tile6.nc .........OK - Comparing phyf000.nc .........OK - Comparing phyf024.nc .........OK - Comparing dynf000.nc .........OK - Comparing dynf024.nc .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK -Test 072 fv3_ccpp_wrtGauss_netcdf PASS - - -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_wrtGauss_nemsio_repro -working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_84613/fv3_ccpp_wrtGauss_nemsio_repro -Checking test 073 fv3_ccpp_wrtGauss_nemsio results .... - Comparing atmos_4xdaily.tile1.nc .........OK - Comparing atmos_4xdaily.tile2.nc .........OK - Comparing atmos_4xdaily.tile3.nc .........OK - Comparing atmos_4xdaily.tile4.nc .........OK - Comparing atmos_4xdaily.tile5.nc .........OK - Comparing atmos_4xdaily.tile6.nc .........OK - Comparing phyf000.nemsio .........OK - Comparing phyf024.nemsio .........OK - Comparing dynf000.nemsio .........OK - Comparing dynf024.nemsio .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK -Test 073 fv3_ccpp_wrtGauss_nemsio PASS - - -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_wrtGauss_nemsio_c192_repro -working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_84613/fv3_ccpp_wrtGauss_nemsio_c192_repro -Checking test 074 fv3_ccpp_wrtGauss_nemsio_c192 results .... - Comparing atmos_4xdaily.tile1.nc .........OK - Comparing atmos_4xdaily.tile2.nc .........OK - Comparing atmos_4xdaily.tile3.nc .........OK - Comparing atmos_4xdaily.tile4.nc .........OK - Comparing atmos_4xdaily.tile5.nc .........OK - Comparing atmos_4xdaily.tile6.nc .........OK - Comparing phyf000.nemsio .........OK - Comparing phyf024.nemsio .........OK - Comparing dynf000.nemsio .........OK - Comparing dynf024.nemsio .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK -Test 074 fv3_ccpp_wrtGauss_nemsio_c192 PASS - - -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_stochy_repro -working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_84613/fv3_ccpp_stochy_repro -Checking test 075 fv3_ccpp_stochy results .... - Comparing atmos_4xdaily.tile1.nc .........OK - Comparing atmos_4xdaily.tile2.nc .........OK - Comparing atmos_4xdaily.tile3.nc .........OK - Comparing atmos_4xdaily.tile4.nc .........OK - Comparing atmos_4xdaily.tile5.nc .........OK - Comparing atmos_4xdaily.tile6.nc .........OK - Comparing phyf000.tile1.nc .........OK - Comparing phyf000.tile2.nc .........OK - Comparing phyf000.tile3.nc .........OK - Comparing phyf000.tile4.nc .........OK - Comparing phyf000.tile5.nc .........OK - Comparing phyf000.tile6.nc .........OK - Comparing phyf012.tile1.nc .........OK - Comparing phyf012.tile2.nc .........OK - Comparing phyf012.tile3.nc .........OK - Comparing phyf012.tile4.nc .........OK - Comparing phyf012.tile5.nc .........OK - Comparing phyf012.tile6.nc .........OK - Comparing dynf000.tile1.nc .........OK - Comparing dynf000.tile2.nc .........OK - Comparing dynf000.tile3.nc .........OK - Comparing dynf000.tile4.nc .........OK - Comparing dynf000.tile5.nc .........OK - Comparing dynf000.tile6.nc .........OK - Comparing dynf012.tile1.nc .........OK - Comparing dynf012.tile2.nc .........OK - Comparing dynf012.tile3.nc .........OK - Comparing dynf012.tile4.nc .........OK - Comparing dynf012.tile5.nc .........OK - Comparing dynf012.tile6.nc .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK -Test 075 fv3_ccpp_stochy PASS - - -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_iau_repro -working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_84613/fv3_ccpp_iau_repro -Checking test 076 fv3_ccpp_iau results .... - Comparing atmos_4xdaily.tile1.nc .........OK - Comparing atmos_4xdaily.tile2.nc .........OK - Comparing atmos_4xdaily.tile3.nc .........OK - Comparing atmos_4xdaily.tile4.nc .........OK - Comparing atmos_4xdaily.tile5.nc .........OK - Comparing atmos_4xdaily.tile6.nc .........OK - Comparing phyf027.tile1.nc .........OK - Comparing phyf027.tile2.nc .........OK - Comparing phyf027.tile3.nc .........OK - Comparing phyf027.tile4.nc .........OK - Comparing phyf027.tile5.nc .........OK - Comparing phyf027.tile6.nc .........OK - Comparing phyf048.tile1.nc .........OK - Comparing phyf048.tile2.nc .........OK - Comparing phyf048.tile3.nc .........OK - Comparing phyf048.tile4.nc .........OK - Comparing phyf048.tile5.nc .........OK - Comparing phyf048.tile6.nc .........OK - Comparing dynf027.tile1.nc .........OK - Comparing dynf027.tile2.nc .........OK - Comparing dynf027.tile3.nc .........OK - Comparing dynf027.tile4.nc .........OK - Comparing dynf027.tile5.nc .........OK - Comparing dynf027.tile6.nc .........OK - Comparing dynf048.tile1.nc .........OK - Comparing dynf048.tile2.nc .........OK - Comparing dynf048.tile3.nc .........OK - Comparing dynf048.tile4.nc .........OK - Comparing dynf048.tile5.nc .........OK - Comparing dynf048.tile6.nc .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK -Test 076 fv3_ccpp_iau PASS - - -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_gfdlmprad_repro -working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_84613/fv3_ccpp_gfdlmprad_repro -Checking test 077 fv3_ccpp_gfdlmprad results .... - Comparing atmos_4xdaily.tile1.nc .........OK - Comparing atmos_4xdaily.tile2.nc .........OK - Comparing atmos_4xdaily.tile3.nc .........OK - Comparing atmos_4xdaily.tile4.nc .........OK - Comparing atmos_4xdaily.tile5.nc .........OK - Comparing atmos_4xdaily.tile6.nc .........OK - Comparing phyf000.nemsio .........OK - Comparing phyf024.nemsio .........OK - Comparing dynf000.nemsio .........OK - Comparing dynf024.nemsio .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing out_grd.glo_30m .........OK -Test 077 fv3_ccpp_gfdlmprad PASS - - -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_control_repro -working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_84613/fv3_ccpp_appbuild_repro -Checking test 078 fv3_ccpp_appbuild results .... - Comparing atmos_4xdaily.tile1.nc .........OK - Comparing atmos_4xdaily.tile2.nc .........OK - Comparing atmos_4xdaily.tile3.nc .........OK - Comparing atmos_4xdaily.tile4.nc .........OK - Comparing atmos_4xdaily.tile5.nc .........OK - Comparing atmos_4xdaily.tile6.nc .........OK - Comparing phyf000.tile1.nc .........OK - Comparing phyf000.tile2.nc .........OK - Comparing phyf000.tile3.nc .........OK - Comparing phyf000.tile4.nc .........OK - Comparing phyf000.tile5.nc .........OK - Comparing phyf000.tile6.nc .........OK - Comparing phyf024.tile1.nc .........OK - Comparing phyf024.tile2.nc .........OK - Comparing phyf024.tile3.nc .........OK - Comparing phyf024.tile4.nc .........OK - Comparing phyf024.tile5.nc .........OK - Comparing phyf024.tile6.nc .........OK - Comparing dynf000.tile1.nc .........OK - Comparing dynf000.tile2.nc .........OK - Comparing dynf000.tile3.nc .........OK - Comparing dynf000.tile4.nc .........OK - Comparing dynf000.tile5.nc .........OK - Comparing dynf000.tile6.nc .........OK - Comparing dynf024.tile1.nc .........OK - Comparing dynf024.tile2.nc .........OK - Comparing dynf024.tile3.nc .........OK - Comparing dynf024.tile4.nc .........OK - Comparing dynf024.tile5.nc .........OK - Comparing dynf024.tile6.nc .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK -Test 078 fv3_ccpp_appbuild PASS - - -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_control_32bit_repro -working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_84613/fv3_ccpp_control_32bit_repro -Checking test 079 fv3_ccpp_control_32bit results .... - Comparing atmos_4xdaily.tile1.nc .........OK - Comparing atmos_4xdaily.tile2.nc .........OK - Comparing atmos_4xdaily.tile3.nc .........OK - Comparing atmos_4xdaily.tile4.nc .........OK - Comparing atmos_4xdaily.tile5.nc .........OK - Comparing atmos_4xdaily.tile6.nc .........OK - Comparing phyf000.tile1.nc .........OK - Comparing phyf000.tile2.nc .........OK - Comparing phyf000.tile3.nc .........OK - Comparing phyf000.tile4.nc .........OK - Comparing phyf000.tile5.nc .........OK - Comparing phyf000.tile6.nc .........OK - Comparing phyf024.tile1.nc .........OK - Comparing phyf024.tile2.nc .........OK - Comparing phyf024.tile3.nc .........OK - Comparing phyf024.tile4.nc .........OK - Comparing phyf024.tile5.nc .........OK - Comparing phyf024.tile6.nc .........OK - Comparing dynf000.tile1.nc .........OK - Comparing dynf000.tile2.nc .........OK - Comparing dynf000.tile3.nc .........OK - Comparing dynf000.tile4.nc .........OK - Comparing dynf000.tile5.nc .........OK - Comparing dynf000.tile6.nc .........OK - Comparing dynf024.tile1.nc .........OK - Comparing dynf024.tile2.nc .........OK - Comparing dynf024.tile3.nc .........OK - Comparing dynf024.tile4.nc .........OK - Comparing dynf024.tile5.nc .........OK - Comparing dynf024.tile6.nc .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK -Test 079 fv3_ccpp_control_32bit PASS - - -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_stretched_repro -working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_84613/fv3_ccpp_stretched_repro -Checking test 080 fv3_ccpp_stretched results .... - Comparing atmos_4xdaily.tile1.nc .........OK - Comparing atmos_4xdaily.tile2.nc .........OK - Comparing atmos_4xdaily.tile3.nc .........OK - Comparing atmos_4xdaily.tile4.nc .........OK - Comparing atmos_4xdaily.tile5.nc .........OK - Comparing atmos_4xdaily.tile6.nc .........OK - Comparing fv3_history2d.tile1.nc .........OK - Comparing fv3_history2d.tile2.nc .........OK - Comparing fv3_history2d.tile3.nc .........OK - Comparing fv3_history2d.tile4.nc .........OK - Comparing fv3_history2d.tile5.nc .........OK - Comparing fv3_history2d.tile6.nc .........OK - Comparing fv3_history.tile1.nc .........OK - Comparing fv3_history.tile2.nc .........OK - Comparing fv3_history.tile3.nc .........OK - Comparing fv3_history.tile4.nc .........OK - Comparing fv3_history.tile5.nc .........OK - Comparing fv3_history.tile6.nc .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK -Test 080 fv3_ccpp_stretched PASS - - -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_stretched_nest_repro -working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_84613/fv3_ccpp_stretched_nest_repro -Checking test 081 fv3_ccpp_stretched_nest results .... - Comparing atmos_4xdaily.tile1.nc .........OK - Comparing atmos_4xdaily.tile2.nc .........OK - Comparing atmos_4xdaily.tile3.nc .........OK - Comparing atmos_4xdaily.tile4.nc .........OK - Comparing atmos_4xdaily.tile5.nc .........OK - Comparing atmos_4xdaily.tile6.nc .........OK - Comparing atmos_4xdaily.nest02.tile7.nc .........OK - Comparing fv3_history2d.tile1.nc .........OK - Comparing fv3_history2d.tile2.nc .........OK - Comparing fv3_history2d.tile3.nc .........OK - Comparing fv3_history2d.tile4.nc .........OK - Comparing fv3_history2d.tile5.nc .........OK - Comparing fv3_history2d.tile6.nc .........OK - Comparing fv3_history2d.nest02.tile7.nc .........OK - Comparing fv3_history.tile1.nc .........OK - Comparing fv3_history.tile2.nc .........OK - Comparing fv3_history.tile3.nc .........OK - Comparing fv3_history.tile4.nc .........OK - Comparing fv3_history.tile5.nc .........OK - Comparing fv3_history.tile6.nc .........OK - Comparing fv3_history.nest02.tile7.nc .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.nest02.nc .........OK - Comparing RESTART/fv_BC_ne.res.nest02.nc .........OK - Comparing RESTART/fv_BC_sw.res.nest02.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_core.res.nest02.tile7.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.nest02.tile7.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.nest02.tile7.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/phy_data.nest02.tile7.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK - Comparing RESTART/sfc_data.nest02.tile7.nc .........OK -Test 081 fv3_ccpp_stretched_nest PASS - - -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_regional_control_repro -working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_84613/fv3_ccpp_regional_control_repro -Checking test 082 fv3_ccpp_regional_control results .... - Comparing atmos_4xdaily.nc .........OK - Comparing fv3_history2d.nc .........OK - Comparing fv3_history.nc .........OK -Test 082 fv3_ccpp_regional_control PASS - - -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_regional_restart_repro -working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_84613/fv3_ccpp_regional_restart_repro -Checking test 083 fv3_ccpp_regional_restart results .... - Comparing atmos_4xdaily.nc .........OK - Comparing fv3_history2d.nc .........OK - Comparing fv3_history.nc .........OK -Test 083 fv3_ccpp_regional_restart PASS - - -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_regional_quilt_repro -working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_84613/fv3_ccpp_regional_quilt_repro -Checking test 084 fv3_ccpp_regional_quilt results .... - Comparing atmos_4xdaily.nc .........OK - Comparing dynf000.nc .........OK - Comparing dynf024.nc .........OK - Comparing phyf000.nc .........OK - Comparing phyf024.nc .........OK -Test 084 fv3_ccpp_regional_quilt PASS - - -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_regional_c768_repro -working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_84613/fv3_ccpp_regional_c768_repro -Checking test 085 fv3_ccpp_regional_c768 results .... - Comparing atmos_4xdaily.nc .........OK - Comparing fv3_history2d.nc .........OK - Comparing fv3_history.nc .........OK -Test 085 fv3_ccpp_regional_c768 PASS - - -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_gfdlmp_repro -working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_84613/fv3_ccpp_gfdlmp_repro -Checking test 086 fv3_ccpp_gfdlmp results .... - Comparing atmos_4xdaily.tile1.nc .........OK - Comparing atmos_4xdaily.tile2.nc .........OK - Comparing atmos_4xdaily.tile3.nc .........OK - Comparing atmos_4xdaily.tile4.nc .........OK - Comparing atmos_4xdaily.tile5.nc .........OK - Comparing atmos_4xdaily.tile6.nc .........OK - Comparing phyf000.nemsio .........OK - Comparing phyf024.nemsio .........OK - Comparing dynf000.nemsio .........OK - Comparing dynf024.nemsio .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK -Test 086 fv3_ccpp_gfdlmp PASS - - -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_gfdlmprad_gwd_repro -working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_84613/fv3_ccpp_gfdlmprad_gwd_repro -Checking test 087 fv3_ccpp_gfdlmprad_gwd results .... - Comparing atmos_4xdaily.tile1.nc .........OK - Comparing atmos_4xdaily.tile2.nc .........OK - Comparing atmos_4xdaily.tile3.nc .........OK - Comparing atmos_4xdaily.tile4.nc .........OK - Comparing atmos_4xdaily.tile5.nc .........OK - Comparing atmos_4xdaily.tile6.nc .........OK - Comparing phyf000.nemsio .........OK - Comparing phyf024.nemsio .........OK - Comparing dynf000.nemsio .........OK - Comparing dynf024.nemsio .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK -Test 087 fv3_ccpp_gfdlmprad_gwd PASS - - -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_gfdlmprad_noahmp_repro -working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_84613/fv3_ccpp_gfdlmprad_noahmp_repro -Checking test 088 fv3_ccpp_gfdlmprad_noahmp results .... - Comparing atmos_4xdaily.tile1.nc .........OK - Comparing atmos_4xdaily.tile2.nc .........OK - Comparing atmos_4xdaily.tile3.nc .........OK - Comparing atmos_4xdaily.tile4.nc .........OK - Comparing atmos_4xdaily.tile5.nc .........OK - Comparing atmos_4xdaily.tile6.nc .........OK - Comparing phyf000.nemsio .........OK - Comparing phyf024.nemsio .........OK - Comparing dynf000.nemsio .........OK - Comparing dynf024.nemsio .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK -Test 088 fv3_ccpp_gfdlmprad_noahmp PASS - - -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_csawmg_repro -working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_84613/fv3_ccpp_csawmg_repro -Checking test 089 fv3_ccpp_csawmg results .... - Comparing atmos_4xdaily.tile1.nc .........OK - Comparing atmos_4xdaily.tile2.nc .........OK - Comparing atmos_4xdaily.tile3.nc .........OK - Comparing atmos_4xdaily.tile4.nc .........OK - Comparing atmos_4xdaily.tile5.nc .........OK - Comparing atmos_4xdaily.tile6.nc .........OK - Comparing phyf000.nemsio .........OK - Comparing phyf024.nemsio .........OK - Comparing dynf000.nemsio .........OK - Comparing dynf024.nemsio .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK -Test 089 fv3_ccpp_csawmg PASS - - -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_satmedmf_repro -working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_84613/fv3_ccpp_satmedmf_repro -Checking test 090 fv3_ccpp_satmedmf results .... - Comparing atmos_4xdaily.tile1.nc .........OK - Comparing atmos_4xdaily.tile2.nc .........OK - Comparing atmos_4xdaily.tile3.nc .........OK - Comparing atmos_4xdaily.tile4.nc .........OK - Comparing atmos_4xdaily.tile5.nc .........OK - Comparing atmos_4xdaily.tile6.nc .........OK - Comparing phyf000.nemsio .........OK - Comparing phyf024.nemsio .........OK - Comparing dynf000.nemsio .........OK - Comparing dynf024.nemsio .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK -Test 090 fv3_ccpp_satmedmf PASS - - -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_gfdlmp_32bit_repro -working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_84613/fv3_ccpp_gfdlmp_32bit_repro -Checking test 091 fv3_ccpp_gfdlmp_32bit results .... - Comparing atmos_4xdaily.tile1.nc .........OK - Comparing atmos_4xdaily.tile2.nc .........OK - Comparing atmos_4xdaily.tile3.nc .........OK - Comparing atmos_4xdaily.tile4.nc .........OK - Comparing atmos_4xdaily.tile5.nc .........OK - Comparing atmos_4xdaily.tile6.nc .........OK - Comparing phyf000.nemsio .........OK - Comparing phyf024.nemsio .........OK - Comparing dynf000.nemsio .........OK - Comparing dynf024.nemsio .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK -Test 091 fv3_ccpp_gfdlmp_32bit PASS - - -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_gfdlmprad_32bit_post_repro -working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_84613/fv3_ccpp_gfdlmprad_32bit_post_repro -Checking test 092 fv3_ccpp_gfdlmprad_32bit_post results .... - Comparing atmos_4xdaily.tile1.nc .........OK - Comparing atmos_4xdaily.tile2.nc .........OK - Comparing atmos_4xdaily.tile3.nc .........OK - Comparing atmos_4xdaily.tile4.nc .........OK - Comparing atmos_4xdaily.tile5.nc .........OK - Comparing atmos_4xdaily.tile6.nc .........OK - Comparing phyf000.nemsio .........OK - Comparing phyf024.nemsio .........OK - Comparing dynf000.nemsio .........OK - Comparing dynf024.nemsio .........OK - Comparing GFSFLX.GrbF00 .........OK - Comparing GFSPRS.GrbF00 .........OK - Comparing GFSFLX.GrbF24 .........OK - Comparing GFSPRS.GrbF24 .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK -Test 092 fv3_ccpp_gfdlmprad_32bit_post PASS - - -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_gfs_v15_repro -working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_84613/fv3_ccpp_gfs_v15_repro -Checking test 093 fv3_ccpp_gfs_v15 results .... - Comparing atmos_4xdaily.tile1.nc .........OK - Comparing atmos_4xdaily.tile2.nc .........OK - Comparing atmos_4xdaily.tile3.nc .........OK - Comparing atmos_4xdaily.tile4.nc .........OK - Comparing atmos_4xdaily.tile5.nc .........OK - Comparing atmos_4xdaily.tile6.nc .........OK - Comparing phyf000.tile1.nc .........OK - Comparing phyf000.tile2.nc .........OK - Comparing phyf000.tile3.nc .........OK - Comparing phyf000.tile4.nc .........OK - Comparing phyf000.tile5.nc .........OK - Comparing phyf000.tile6.nc .........OK - Comparing phyf024.tile1.nc .........OK - Comparing phyf024.tile2.nc .........OK - Comparing phyf024.tile3.nc .........OK - Comparing phyf024.tile4.nc .........OK - Comparing phyf024.tile5.nc .........OK - Comparing phyf024.tile6.nc .........OK - Comparing dynf000.tile1.nc .........OK - Comparing dynf000.tile2.nc .........OK - Comparing dynf000.tile3.nc .........OK - Comparing dynf000.tile4.nc .........OK - Comparing dynf000.tile5.nc .........OK - Comparing dynf000.tile6.nc .........OK - Comparing dynf024.tile1.nc .........OK - Comparing dynf024.tile2.nc .........OK - Comparing dynf024.tile3.nc .........OK - Comparing dynf024.tile4.nc .........OK - Comparing dynf024.tile5.nc .........OK - Comparing dynf024.tile6.nc .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK -Test 093 fv3_ccpp_gfs_v15 PASS - - -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_gfs_v15plus_repro -working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_84613/fv3_ccpp_gfs_v15plus_repro -Checking test 094 fv3_ccpp_gfs_v15plus results .... - Comparing atmos_4xdaily.tile1.nc .........OK - Comparing atmos_4xdaily.tile2.nc .........OK - Comparing atmos_4xdaily.tile3.nc .........OK - Comparing atmos_4xdaily.tile4.nc .........OK - Comparing atmos_4xdaily.tile5.nc .........OK - Comparing atmos_4xdaily.tile6.nc .........OK - Comparing phyf000.tile1.nc .........OK - Comparing phyf000.tile2.nc .........OK - Comparing phyf000.tile3.nc .........OK - Comparing phyf000.tile4.nc .........OK - Comparing phyf000.tile5.nc .........OK - Comparing phyf000.tile6.nc .........OK - Comparing phyf024.tile1.nc .........OK - Comparing phyf024.tile2.nc .........OK - Comparing phyf024.tile3.nc .........OK - Comparing phyf024.tile4.nc .........OK - Comparing phyf024.tile5.nc .........OK - Comparing phyf024.tile6.nc .........OK - Comparing dynf000.tile1.nc .........OK - Comparing dynf000.tile2.nc .........OK - Comparing dynf000.tile3.nc .........OK - Comparing dynf000.tile4.nc .........OK - Comparing dynf000.tile5.nc .........OK - Comparing dynf000.tile6.nc .........OK - Comparing dynf024.tile1.nc .........OK - Comparing dynf024.tile2.nc .........OK - Comparing dynf024.tile3.nc .........OK - Comparing dynf024.tile4.nc .........OK - Comparing dynf024.tile5.nc .........OK - Comparing dynf024.tile6.nc .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK -Test 094 fv3_ccpp_gfs_v15plus PASS - - -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_cpt_repro -working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_84613/fv3_ccpp_cpt_repro -Checking test 095 fv3_ccpp_cpt results .... - Comparing atmos_4xdaily.tile1.nc .........OK - Comparing atmos_4xdaily.tile2.nc .........OK - Comparing atmos_4xdaily.tile3.nc .........OK - Comparing atmos_4xdaily.tile4.nc .........OK - Comparing atmos_4xdaily.tile5.nc .........OK - Comparing atmos_4xdaily.tile6.nc .........OK - Comparing phyf000.nemsio .........OK - Comparing phyf024.nemsio .........OK - Comparing dynf000.nemsio .........OK - Comparing dynf024.nemsio .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK -Test 095 fv3_ccpp_cpt PASS - - -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_gsd_repro -working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_84613/fv3_ccpp_gsd_repro -Checking test 096 fv3_ccpp_gsd results .... - Comparing atmos_4xdaily.tile1.nc .........OK - Comparing atmos_4xdaily.tile2.nc .........OK - Comparing atmos_4xdaily.tile3.nc .........OK - Comparing atmos_4xdaily.tile4.nc .........OK - Comparing atmos_4xdaily.tile5.nc .........OK - Comparing atmos_4xdaily.tile6.nc .........OK - Comparing phyf000.tile1.nc .........OK - Comparing phyf000.tile2.nc .........OK - Comparing phyf000.tile3.nc .........OK - Comparing phyf000.tile4.nc .........OK - Comparing phyf000.tile5.nc .........OK - Comparing phyf000.tile6.nc .........OK - Comparing phyf024.tile1.nc .........OK - Comparing phyf024.tile2.nc .........OK - Comparing phyf024.tile3.nc .........OK - Comparing phyf024.tile4.nc .........OK - Comparing phyf024.tile5.nc .........OK - Comparing phyf024.tile6.nc .........OK - Comparing phyf027.tile1.nc .........OK - Comparing phyf027.tile2.nc .........OK - Comparing phyf027.tile3.nc .........OK - Comparing phyf027.tile4.nc .........OK - Comparing phyf027.tile5.nc .........OK - Comparing phyf027.tile6.nc .........OK - Comparing phyf048.tile1.nc .........OK - Comparing phyf048.tile2.nc .........OK - Comparing phyf048.tile3.nc .........OK - Comparing phyf048.tile4.nc .........OK - Comparing phyf048.tile5.nc .........OK - Comparing phyf048.tile6.nc .........OK - Comparing dynf000.tile1.nc .........OK - Comparing dynf000.tile2.nc .........OK - Comparing dynf000.tile3.nc .........OK - Comparing dynf000.tile4.nc .........OK - Comparing dynf000.tile5.nc .........OK - Comparing dynf000.tile6.nc .........OK - Comparing dynf024.tile1.nc .........OK - Comparing dynf024.tile2.nc .........OK - Comparing dynf024.tile3.nc .........OK - Comparing dynf024.tile4.nc .........OK - Comparing dynf024.tile5.nc .........OK - Comparing dynf024.tile6.nc .........OK - Comparing dynf027.tile1.nc .........OK - Comparing dynf027.tile2.nc .........OK - Comparing dynf027.tile3.nc .........OK - Comparing dynf027.tile4.nc .........OK - Comparing dynf027.tile5.nc .........OK - Comparing dynf027.tile6.nc .........OK - Comparing dynf048.tile1.nc .........OK - Comparing dynf048.tile2.nc .........OK - Comparing dynf048.tile3.nc .........OK - Comparing dynf048.tile4.nc .........OK - Comparing dynf048.tile5.nc .........OK - Comparing dynf048.tile6.nc .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK -Test 096 fv3_ccpp_gsd PASS - - -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_control_ccpp -working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_84613/fv3_ccpp_control_prod -Checking test 097 fv3_ccpp_control results .... - Comparing atmos_4xdaily.tile1.nc .........OK - Comparing atmos_4xdaily.tile2.nc .........OK - Comparing atmos_4xdaily.tile3.nc .........OK - Comparing atmos_4xdaily.tile4.nc .........OK - Comparing atmos_4xdaily.tile5.nc .........OK - Comparing atmos_4xdaily.tile6.nc .........OK - Comparing phyf000.tile1.nc .........OK - Comparing phyf000.tile2.nc .........OK - Comparing phyf000.tile3.nc .........OK - Comparing phyf000.tile4.nc .........OK - Comparing phyf000.tile5.nc .........OK - Comparing phyf000.tile6.nc .........OK - Comparing phyf024.tile1.nc .........OK - Comparing phyf024.tile2.nc .........OK - Comparing phyf024.tile3.nc .........OK - Comparing phyf024.tile4.nc .........OK - Comparing phyf024.tile5.nc .........OK - Comparing phyf024.tile6.nc .........OK - Comparing dynf000.tile1.nc .........OK - Comparing dynf000.tile2.nc .........OK - Comparing dynf000.tile3.nc .........OK - Comparing dynf000.tile4.nc .........OK - Comparing dynf000.tile5.nc .........OK - Comparing dynf000.tile6.nc .........OK - Comparing dynf024.tile1.nc .........OK - Comparing dynf024.tile2.nc .........OK - Comparing dynf024.tile3.nc .........OK - Comparing dynf024.tile4.nc .........OK - Comparing dynf024.tile5.nc .........OK - Comparing dynf024.tile6.nc .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK -Test 097 fv3_ccpp_control PASS - - -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_control_ccpp -working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_84613/fv3_ccpp_decomp_prod -Checking test 098 fv3_ccpp_decomp results .... - Comparing atmos_4xdaily.tile1.nc .........OK - Comparing atmos_4xdaily.tile2.nc .........OK - Comparing atmos_4xdaily.tile3.nc .........OK - Comparing atmos_4xdaily.tile4.nc .........OK - Comparing atmos_4xdaily.tile5.nc .........OK - Comparing atmos_4xdaily.tile6.nc .........OK - Comparing phyf000.tile1.nc .........OK - Comparing phyf000.tile2.nc .........OK - Comparing phyf000.tile3.nc .........OK - Comparing phyf000.tile4.nc .........OK - Comparing phyf000.tile5.nc .........OK - Comparing phyf000.tile6.nc .........OK - Comparing phyf024.tile1.nc .........OK - Comparing phyf024.tile2.nc .........OK - Comparing phyf024.tile3.nc .........OK - Comparing phyf024.tile4.nc .........OK - Comparing phyf024.tile5.nc .........OK - Comparing phyf024.tile6.nc .........OK - Comparing dynf000.tile1.nc .........OK - Comparing dynf000.tile2.nc .........OK - Comparing dynf000.tile3.nc .........OK - Comparing dynf000.tile4.nc .........OK - Comparing dynf000.tile5.nc .........OK - Comparing dynf000.tile6.nc .........OK - Comparing dynf024.tile1.nc .........OK - Comparing dynf024.tile2.nc .........OK - Comparing dynf024.tile3.nc .........OK - Comparing dynf024.tile4.nc .........OK - Comparing dynf024.tile5.nc .........OK - Comparing dynf024.tile6.nc .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK -Test 098 fv3_ccpp_decomp PASS - - -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_control_ccpp -working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_84613/fv3_ccpp_2threads_prod -Checking test 099 fv3_ccpp_2threads results .... - Comparing atmos_4xdaily.tile1.nc .........OK - Comparing atmos_4xdaily.tile2.nc .........OK - Comparing atmos_4xdaily.tile3.nc .........OK - Comparing atmos_4xdaily.tile4.nc .........OK - Comparing atmos_4xdaily.tile5.nc .........OK - Comparing atmos_4xdaily.tile6.nc .........OK - Comparing phyf000.tile1.nc .........OK - Comparing phyf000.tile2.nc .........OK - Comparing phyf000.tile3.nc .........OK - Comparing phyf000.tile4.nc .........OK - Comparing phyf000.tile5.nc .........OK - Comparing phyf000.tile6.nc .........OK - Comparing phyf024.tile1.nc .........OK - Comparing phyf024.tile2.nc .........OK - Comparing phyf024.tile3.nc .........OK - Comparing phyf024.tile4.nc .........OK - Comparing phyf024.tile5.nc .........OK - Comparing phyf024.tile6.nc .........OK - Comparing dynf000.tile1.nc .........OK - Comparing dynf000.tile2.nc .........OK - Comparing dynf000.tile3.nc .........OK - Comparing dynf000.tile4.nc .........OK - Comparing dynf000.tile5.nc .........OK - Comparing dynf000.tile6.nc .........OK - Comparing dynf024.tile1.nc .........OK - Comparing dynf024.tile2.nc .........OK - Comparing dynf024.tile3.nc .........OK - Comparing dynf024.tile4.nc .........OK - Comparing dynf024.tile5.nc .........OK - Comparing dynf024.tile6.nc .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK -Test 099 fv3_ccpp_2threads PASS - - -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_restart_ccpp -working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_84613/fv3_ccpp_restart_prod -Checking test 100 fv3_ccpp_restart results .... - Comparing atmos_4xdaily.tile1.nc .........OK - Comparing atmos_4xdaily.tile2.nc .........OK - Comparing atmos_4xdaily.tile3.nc .........OK - Comparing atmos_4xdaily.tile4.nc .........OK - Comparing atmos_4xdaily.tile5.nc .........OK - Comparing atmos_4xdaily.tile6.nc .........OK - Comparing phyf027.tile1.nc .........OK - Comparing phyf027.tile2.nc .........OK - Comparing phyf027.tile3.nc .........OK - Comparing phyf027.tile4.nc .........OK - Comparing phyf027.tile5.nc .........OK - Comparing phyf027.tile6.nc .........OK - Comparing phyf048.tile1.nc .........OK - Comparing phyf048.tile2.nc .........OK - Comparing phyf048.tile3.nc .........OK - Comparing phyf048.tile4.nc .........OK - Comparing phyf048.tile5.nc .........OK - Comparing phyf048.tile6.nc .........OK - Comparing dynf027.tile1.nc .........OK - Comparing dynf027.tile2.nc .........OK - Comparing dynf027.tile3.nc .........OK - Comparing dynf027.tile4.nc .........OK - Comparing dynf027.tile5.nc .........OK - Comparing dynf027.tile6.nc .........OK - Comparing dynf048.tile1.nc .........OK - Comparing dynf048.tile2.nc .........OK - Comparing dynf048.tile3.nc .........OK - Comparing dynf048.tile4.nc .........OK - Comparing dynf048.tile5.nc .........OK - Comparing dynf048.tile6.nc .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK -Test 100 fv3_ccpp_restart PASS - - -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_read_inc_ccpp -working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_84613/fv3_ccpp_read_inc_prod -Checking test 101 fv3_ccpp_read_inc results .... - Comparing atmos_4xdaily.tile1.nc .........OK - Comparing atmos_4xdaily.tile2.nc .........OK - Comparing atmos_4xdaily.tile3.nc .........OK - Comparing atmos_4xdaily.tile4.nc .........OK - Comparing atmos_4xdaily.tile5.nc .........OK - Comparing atmos_4xdaily.tile6.nc .........OK - Comparing phyf027.tile1.nc .........OK - Comparing phyf027.tile2.nc .........OK - Comparing phyf027.tile3.nc .........OK - Comparing phyf027.tile4.nc .........OK - Comparing phyf027.tile5.nc .........OK - Comparing phyf027.tile6.nc .........OK - Comparing phyf048.tile1.nc .........OK - Comparing phyf048.tile2.nc .........OK - Comparing phyf048.tile3.nc .........OK - Comparing phyf048.tile4.nc .........OK - Comparing phyf048.tile5.nc .........OK - Comparing phyf048.tile6.nc .........OK - Comparing dynf027.tile1.nc .........OK - Comparing dynf027.tile2.nc .........OK - Comparing dynf027.tile3.nc .........OK - Comparing dynf027.tile4.nc .........OK - Comparing dynf027.tile5.nc .........OK - Comparing dynf027.tile6.nc .........OK - Comparing dynf048.tile1.nc .........OK - Comparing dynf048.tile2.nc .........OK - Comparing dynf048.tile3.nc .........OK - Comparing dynf048.tile4.nc .........OK - Comparing dynf048.tile5.nc .........OK - Comparing dynf048.tile6.nc .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK -Test 101 fv3_ccpp_read_inc PASS - - -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_wrtGauss_netcdf_esmf_ccpp -working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_84613/fv3_ccpp_wrtGauss_netcdf_esmf_prod -Checking test 102 fv3_ccpp_wrtGauss_netcdf_esmf results .... - Comparing atmos_4xdaily.tile1.nc .........OK - Comparing atmos_4xdaily.tile2.nc .........OK - Comparing atmos_4xdaily.tile3.nc .........OK - Comparing atmos_4xdaily.tile4.nc .........OK - Comparing atmos_4xdaily.tile5.nc .........OK - Comparing atmos_4xdaily.tile6.nc .........OK - Comparing phyf000.nc .........OK - Comparing phyf024.nc .........OK - Comparing dynf000.nc .........OK - Comparing dynf024.nc .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK -Test 102 fv3_ccpp_wrtGauss_netcdf_esmf PASS - - -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_wrtGauss_netcdf_ccpp -working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_84613/fv3_ccpp_wrtGauss_netcdf_prod -Checking test 103 fv3_ccpp_wrtGauss_netcdf results .... - Comparing atmos_4xdaily.tile1.nc .........OK - Comparing atmos_4xdaily.tile2.nc .........OK - Comparing atmos_4xdaily.tile3.nc .........OK - Comparing atmos_4xdaily.tile4.nc .........OK - Comparing atmos_4xdaily.tile5.nc .........OK - Comparing atmos_4xdaily.tile6.nc .........OK - Comparing phyf000.nc .........OK - Comparing phyf024.nc .........OK - Comparing dynf000.nc .........OK - Comparing dynf024.nc .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK -Test 103 fv3_ccpp_wrtGauss_netcdf PASS - - -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_wrtGauss_nemsio_ccpp -working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_84613/fv3_ccpp_wrtGauss_nemsio_prod -Checking test 104 fv3_ccpp_wrtGauss_nemsio results .... - Comparing atmos_4xdaily.tile1.nc .........OK - Comparing atmos_4xdaily.tile2.nc .........OK - Comparing atmos_4xdaily.tile3.nc .........OK - Comparing atmos_4xdaily.tile4.nc .........OK - Comparing atmos_4xdaily.tile5.nc .........OK - Comparing atmos_4xdaily.tile6.nc .........OK - Comparing phyf000.nemsio .........OK - Comparing phyf024.nemsio .........OK - Comparing dynf000.nemsio .........OK - Comparing dynf024.nemsio .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK -Test 104 fv3_ccpp_wrtGauss_nemsio PASS - - -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_wrtGauss_nemsio_c192_ccpp -working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_84613/fv3_ccpp_wrtGauss_nemsio_c192_prod -Checking test 105 fv3_ccpp_wrtGauss_nemsio_c192 results .... - Comparing atmos_4xdaily.tile1.nc .........OK - Comparing atmos_4xdaily.tile2.nc .........OK - Comparing atmos_4xdaily.tile3.nc .........OK - Comparing atmos_4xdaily.tile4.nc .........OK - Comparing atmos_4xdaily.tile5.nc .........OK - Comparing atmos_4xdaily.tile6.nc .........OK - Comparing phyf000.nemsio .........OK - Comparing phyf024.nemsio .........OK - Comparing dynf000.nemsio .........OK - Comparing dynf024.nemsio .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK -Test 105 fv3_ccpp_wrtGauss_nemsio_c192 PASS - - -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_stochy_ccpp -working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_84613/fv3_ccpp_stochy_prod -Checking test 106 fv3_ccpp_stochy results .... - Comparing atmos_4xdaily.tile1.nc .........OK - Comparing atmos_4xdaily.tile2.nc .........OK - Comparing atmos_4xdaily.tile3.nc .........OK - Comparing atmos_4xdaily.tile4.nc .........OK - Comparing atmos_4xdaily.tile5.nc .........OK - Comparing atmos_4xdaily.tile6.nc .........OK - Comparing phyf000.tile1.nc .........OK - Comparing phyf000.tile2.nc .........OK - Comparing phyf000.tile3.nc .........OK - Comparing phyf000.tile4.nc .........OK - Comparing phyf000.tile5.nc .........OK - Comparing phyf000.tile6.nc .........OK - Comparing phyf012.tile1.nc .........OK - Comparing phyf012.tile2.nc .........OK - Comparing phyf012.tile3.nc .........OK - Comparing phyf012.tile4.nc .........OK - Comparing phyf012.tile5.nc .........OK - Comparing phyf012.tile6.nc .........OK - Comparing dynf000.tile1.nc .........OK - Comparing dynf000.tile2.nc .........OK - Comparing dynf000.tile3.nc .........OK - Comparing dynf000.tile4.nc .........OK - Comparing dynf000.tile5.nc .........OK - Comparing dynf000.tile6.nc .........OK - Comparing dynf012.tile1.nc .........OK - Comparing dynf012.tile2.nc .........OK - Comparing dynf012.tile3.nc .........OK - Comparing dynf012.tile4.nc .........OK - Comparing dynf012.tile5.nc .........OK - Comparing dynf012.tile6.nc .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK -Test 106 fv3_ccpp_stochy PASS - - -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_iau_ccpp -working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_84613/fv3_ccpp_iau_prod -Checking test 107 fv3_ccpp_iau results .... - Comparing atmos_4xdaily.tile1.nc .........OK - Comparing atmos_4xdaily.tile2.nc .........OK - Comparing atmos_4xdaily.tile3.nc .........OK - Comparing atmos_4xdaily.tile4.nc .........OK - Comparing atmos_4xdaily.tile5.nc .........OK - Comparing atmos_4xdaily.tile6.nc .........OK - Comparing phyf027.tile1.nc .........OK - Comparing phyf027.tile2.nc .........OK - Comparing phyf027.tile3.nc .........OK - Comparing phyf027.tile4.nc .........OK - Comparing phyf027.tile5.nc .........OK - Comparing phyf027.tile6.nc .........OK - Comparing phyf048.tile1.nc .........OK - Comparing phyf048.tile2.nc .........OK - Comparing phyf048.tile3.nc .........OK - Comparing phyf048.tile4.nc .........OK - Comparing phyf048.tile5.nc .........OK - Comparing phyf048.tile6.nc .........OK - Comparing dynf027.tile1.nc .........OK - Comparing dynf027.tile2.nc .........OK - Comparing dynf027.tile3.nc .........OK - Comparing dynf027.tile4.nc .........OK - Comparing dynf027.tile5.nc .........OK - Comparing dynf027.tile6.nc .........OK - Comparing dynf048.tile1.nc .........OK - Comparing dynf048.tile2.nc .........OK - Comparing dynf048.tile3.nc .........OK - Comparing dynf048.tile4.nc .........OK - Comparing dynf048.tile5.nc .........OK - Comparing dynf048.tile6.nc .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK -Test 107 fv3_ccpp_iau PASS - - -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_gfdlmprad_ccpp -working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_84613/fv3_ccpp_gfdlmprad_prod -Checking test 108 fv3_ccpp_gfdlmprad results .... - Comparing atmos_4xdaily.tile1.nc .........OK - Comparing atmos_4xdaily.tile2.nc .........OK - Comparing atmos_4xdaily.tile3.nc .........OK - Comparing atmos_4xdaily.tile4.nc .........OK - Comparing atmos_4xdaily.tile5.nc .........OK - Comparing atmos_4xdaily.tile6.nc .........OK - Comparing phyf000.nemsio .........OK - Comparing phyf024.nemsio .........OK - Comparing dynf000.nemsio .........OK - Comparing dynf024.nemsio .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing out_grd.glo_30m .........OK -Test 108 fv3_ccpp_gfdlmprad PASS - - -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_control_ccpp -working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_84613/fv3_ccpp_appbuild_prod -Checking test 109 fv3_ccpp_appbuild results .... - Comparing atmos_4xdaily.tile1.nc .........OK - Comparing atmos_4xdaily.tile2.nc .........OK - Comparing atmos_4xdaily.tile3.nc .........OK - Comparing atmos_4xdaily.tile4.nc .........OK - Comparing atmos_4xdaily.tile5.nc .........OK - Comparing atmos_4xdaily.tile6.nc .........OK - Comparing phyf000.tile1.nc .........OK - Comparing phyf000.tile2.nc .........OK - Comparing phyf000.tile3.nc .........OK - Comparing phyf000.tile4.nc .........OK - Comparing phyf000.tile5.nc .........OK - Comparing phyf000.tile6.nc .........OK - Comparing phyf024.tile1.nc .........OK - Comparing phyf024.tile2.nc .........OK - Comparing phyf024.tile3.nc .........OK - Comparing phyf024.tile4.nc .........OK - Comparing phyf024.tile5.nc .........OK - Comparing phyf024.tile6.nc .........OK - Comparing dynf000.tile1.nc .........OK - Comparing dynf000.tile2.nc .........OK - Comparing dynf000.tile3.nc .........OK - Comparing dynf000.tile4.nc .........OK - Comparing dynf000.tile5.nc .........OK - Comparing dynf000.tile6.nc .........OK - Comparing dynf024.tile1.nc .........OK - Comparing dynf024.tile2.nc .........OK - Comparing dynf024.tile3.nc .........OK - Comparing dynf024.tile4.nc .........OK - Comparing dynf024.tile5.nc .........OK - Comparing dynf024.tile6.nc .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK -Test 109 fv3_ccpp_appbuild PASS - - -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_control_32bit_ccpp -working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_84613/fv3_ccpp_control_32bit_prod -Checking test 110 fv3_ccpp_control_32bit results .... - Comparing atmos_4xdaily.tile1.nc .........OK - Comparing atmos_4xdaily.tile2.nc .........OK - Comparing atmos_4xdaily.tile3.nc .........OK - Comparing atmos_4xdaily.tile4.nc .........OK - Comparing atmos_4xdaily.tile5.nc .........OK - Comparing atmos_4xdaily.tile6.nc .........OK - Comparing phyf000.tile1.nc .........OK - Comparing phyf000.tile2.nc .........OK - Comparing phyf000.tile3.nc .........OK - Comparing phyf000.tile4.nc .........OK - Comparing phyf000.tile5.nc .........OK - Comparing phyf000.tile6.nc .........OK - Comparing phyf024.tile1.nc .........OK - Comparing phyf024.tile2.nc .........OK - Comparing phyf024.tile3.nc .........OK - Comparing phyf024.tile4.nc .........OK - Comparing phyf024.tile5.nc .........OK - Comparing phyf024.tile6.nc .........OK - Comparing dynf000.tile1.nc .........OK - Comparing dynf000.tile2.nc .........OK - Comparing dynf000.tile3.nc .........OK - Comparing dynf000.tile4.nc .........OK - Comparing dynf000.tile5.nc .........OK - Comparing dynf000.tile6.nc .........OK - Comparing dynf024.tile1.nc .........OK - Comparing dynf024.tile2.nc .........OK - Comparing dynf024.tile3.nc .........OK - Comparing dynf024.tile4.nc .........OK - Comparing dynf024.tile5.nc .........OK - Comparing dynf024.tile6.nc .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK -Test 110 fv3_ccpp_control_32bit PASS - - -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_stretched_ccpp -working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_84613/fv3_ccpp_stretched_prod -Checking test 111 fv3_ccpp_stretched results .... - Comparing atmos_4xdaily.tile1.nc .........OK - Comparing atmos_4xdaily.tile2.nc .........OK - Comparing atmos_4xdaily.tile3.nc .........OK - Comparing atmos_4xdaily.tile4.nc .........OK - Comparing atmos_4xdaily.tile5.nc .........OK - Comparing atmos_4xdaily.tile6.nc .........OK - Comparing fv3_history2d.tile1.nc .........OK - Comparing fv3_history2d.tile2.nc .........OK - Comparing fv3_history2d.tile3.nc .........OK - Comparing fv3_history2d.tile4.nc .........OK - Comparing fv3_history2d.tile5.nc .........OK - Comparing fv3_history2d.tile6.nc .........OK - Comparing fv3_history.tile1.nc .........OK - Comparing fv3_history.tile2.nc .........OK - Comparing fv3_history.tile3.nc .........OK - Comparing fv3_history.tile4.nc .........OK - Comparing fv3_history.tile5.nc .........OK - Comparing fv3_history.tile6.nc .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK -Test 111 fv3_ccpp_stretched PASS - - -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_stretched_nest_ccpp -working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_84613/fv3_ccpp_stretched_nest_prod -Checking test 112 fv3_ccpp_stretched_nest results .... - Comparing atmos_4xdaily.tile1.nc .........OK - Comparing atmos_4xdaily.tile2.nc .........OK - Comparing atmos_4xdaily.tile3.nc .........OK - Comparing atmos_4xdaily.tile4.nc .........OK - Comparing atmos_4xdaily.tile5.nc .........OK - Comparing atmos_4xdaily.tile6.nc .........OK - Comparing atmos_4xdaily.nest02.tile7.nc .........OK - Comparing fv3_history2d.tile1.nc .........OK - Comparing fv3_history2d.tile2.nc .........OK - Comparing fv3_history2d.tile3.nc .........OK - Comparing fv3_history2d.tile4.nc .........OK - Comparing fv3_history2d.tile5.nc .........OK - Comparing fv3_history2d.tile6.nc .........OK - Comparing fv3_history2d.nest02.tile7.nc .........OK - Comparing fv3_history.tile1.nc .........OK - Comparing fv3_history.tile2.nc .........OK - Comparing fv3_history.tile3.nc .........OK - Comparing fv3_history.tile4.nc .........OK - Comparing fv3_history.tile5.nc .........OK - Comparing fv3_history.tile6.nc .........OK - Comparing fv3_history.nest02.tile7.nc .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.nest02.nc .........OK - Comparing RESTART/fv_BC_ne.res.nest02.nc .........OK - Comparing RESTART/fv_BC_sw.res.nest02.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_core.res.nest02.tile7.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.nest02.tile7.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.nest02.tile7.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/phy_data.nest02.tile7.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK - Comparing RESTART/sfc_data.nest02.tile7.nc .........OK -Test 112 fv3_ccpp_stretched_nest PASS - - -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_regional_control_ccpp -working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_84613/fv3_ccpp_regional_control_prod -Checking test 113 fv3_ccpp_regional_control results .... - Comparing atmos_4xdaily.nc .........OK - Comparing fv3_history2d.nc .........OK - Comparing fv3_history.nc .........OK -Test 113 fv3_ccpp_regional_control PASS - - -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_regional_restart_ccpp -working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_84613/fv3_ccpp_regional_restart_prod -Checking test 114 fv3_ccpp_regional_restart results .... - Comparing atmos_4xdaily.nc .........OK - Comparing fv3_history2d.nc .........OK - Comparing fv3_history.nc .........OK -Test 114 fv3_ccpp_regional_restart PASS - - -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_regional_quilt_ccpp -working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_84613/fv3_ccpp_regional_quilt_prod -Checking test 115 fv3_ccpp_regional_quilt results .... - Comparing atmos_4xdaily.nc .........OK - Comparing dynf000.nc .........OK - Comparing dynf024.nc .........OK - Comparing phyf000.nc .........OK - Comparing phyf024.nc .........OK -Test 115 fv3_ccpp_regional_quilt PASS - - -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_regional_c768_ccpp -working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_84613/fv3_ccpp_regional_c768_prod -Checking test 116 fv3_ccpp_regional_c768 results .... - Comparing atmos_4xdaily.nc .........OK - Comparing fv3_history2d.nc .........OK - Comparing fv3_history.nc .........OK -Test 116 fv3_ccpp_regional_c768 PASS - - -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_control_ccpp -working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_84613/fv3_ccpp_control_debug_prod -Checking test 117 fv3_ccpp_control_debug results .... -Test 117 fv3_ccpp_control_debug PASS - - -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_stretched_nest_ccpp -working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_84613/fv3_ccpp_stretched_nest_debug_prod -Checking test 118 fv3_ccpp_stretched_nest_debug results .... -Test 118 fv3_ccpp_stretched_nest_debug PASS - - -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_gfdlmp_ccpp -working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_84613/fv3_ccpp_gfdlmp_prod -Checking test 119 fv3_ccpp_gfdlmp results .... - Comparing atmos_4xdaily.tile1.nc .........OK - Comparing atmos_4xdaily.tile2.nc .........OK - Comparing atmos_4xdaily.tile3.nc .........OK - Comparing atmos_4xdaily.tile4.nc .........OK - Comparing atmos_4xdaily.tile5.nc .........OK - Comparing atmos_4xdaily.tile6.nc .........OK - Comparing phyf000.nemsio .........OK - Comparing phyf024.nemsio .........OK - Comparing dynf000.nemsio .........OK - Comparing dynf024.nemsio .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK -Test 119 fv3_ccpp_gfdlmp PASS - - -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_gfdlmprad_gwd_ccpp -working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_84613/fv3_ccpp_gfdlmprad_gwd_prod -Checking test 120 fv3_ccpp_gfdlmprad_gwd results .... - Comparing atmos_4xdaily.tile1.nc .........OK - Comparing atmos_4xdaily.tile2.nc .........OK - Comparing atmos_4xdaily.tile3.nc .........OK - Comparing atmos_4xdaily.tile4.nc .........OK - Comparing atmos_4xdaily.tile5.nc .........OK - Comparing atmos_4xdaily.tile6.nc .........OK - Comparing phyf000.nemsio .........OK - Comparing phyf024.nemsio .........OK - Comparing dynf000.nemsio .........OK - Comparing dynf024.nemsio .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK -Test 120 fv3_ccpp_gfdlmprad_gwd PASS - - -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_gfdlmprad_noahmp_ccpp -working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_84613/fv3_ccpp_gfdlmprad_noahmp_prod -Checking test 121 fv3_ccpp_gfdlmprad_noahmp results .... - Comparing atmos_4xdaily.tile1.nc .........OK - Comparing atmos_4xdaily.tile2.nc .........OK - Comparing atmos_4xdaily.tile3.nc .........OK - Comparing atmos_4xdaily.tile4.nc .........OK - Comparing atmos_4xdaily.tile5.nc .........OK - Comparing atmos_4xdaily.tile6.nc .........OK - Comparing phyf000.nemsio .........OK - Comparing phyf024.nemsio .........OK - Comparing dynf000.nemsio .........OK - Comparing dynf024.nemsio .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK -Test 121 fv3_ccpp_gfdlmprad_noahmp PASS - - -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_csawmg_ccpp -working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_84613/fv3_ccpp_csawmg_prod -Checking test 122 fv3_ccpp_csawmg results .... - Comparing atmos_4xdaily.tile1.nc .........OK - Comparing atmos_4xdaily.tile2.nc .........OK - Comparing atmos_4xdaily.tile3.nc .........OK - Comparing atmos_4xdaily.tile4.nc .........OK - Comparing atmos_4xdaily.tile5.nc .........OK - Comparing atmos_4xdaily.tile6.nc .........OK - Comparing phyf000.nemsio .........OK - Comparing phyf024.nemsio .........OK - Comparing dynf000.nemsio .........OK - Comparing dynf024.nemsio .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK -Test 122 fv3_ccpp_csawmg PASS - - -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_satmedmf_ccpp -working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_84613/fv3_ccpp_satmedmf_prod -Checking test 123 fv3_ccpp_satmedmf results .... - Comparing atmos_4xdaily.tile1.nc .........OK - Comparing atmos_4xdaily.tile2.nc .........OK - Comparing atmos_4xdaily.tile3.nc .........OK - Comparing atmos_4xdaily.tile4.nc .........OK - Comparing atmos_4xdaily.tile5.nc .........OK - Comparing atmos_4xdaily.tile6.nc .........OK - Comparing phyf000.nemsio .........OK - Comparing phyf024.nemsio .........OK - Comparing dynf000.nemsio .........OK - Comparing dynf024.nemsio .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK -Test 123 fv3_ccpp_satmedmf PASS - - -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_gfdlmp_32bit_ccpp -working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_84613/fv3_ccpp_gfdlmp_32bit_prod -Checking test 124 fv3_ccpp_gfdlmp_32bit results .... - Comparing atmos_4xdaily.tile1.nc .........OK - Comparing atmos_4xdaily.tile2.nc .........OK - Comparing atmos_4xdaily.tile3.nc .........OK - Comparing atmos_4xdaily.tile4.nc .........OK - Comparing atmos_4xdaily.tile5.nc .........OK - Comparing atmos_4xdaily.tile6.nc .........OK - Comparing phyf000.nemsio .........OK - Comparing phyf024.nemsio .........OK - Comparing dynf000.nemsio .........OK - Comparing dynf024.nemsio .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK -Test 124 fv3_ccpp_gfdlmp_32bit PASS - - -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_gfdlmprad_32bit_post_ccpp -working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_84613/fv3_ccpp_gfdlmprad_32bit_post_prod -Checking test 125 fv3_ccpp_gfdlmprad_32bit_post results .... - Comparing atmos_4xdaily.tile1.nc .........OK - Comparing atmos_4xdaily.tile2.nc .........OK - Comparing atmos_4xdaily.tile3.nc .........OK - Comparing atmos_4xdaily.tile4.nc .........OK - Comparing atmos_4xdaily.tile5.nc .........OK - Comparing atmos_4xdaily.tile6.nc .........OK - Comparing phyf000.nemsio .........OK - Comparing phyf024.nemsio .........OK - Comparing dynf000.nemsio .........OK - Comparing dynf024.nemsio .........OK - Comparing GFSFLX.GrbF00 .........OK - Comparing GFSPRS.GrbF00 .........OK - Comparing GFSFLX.GrbF24 .........OK - Comparing GFSPRS.GrbF24 .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK -Test 125 fv3_ccpp_gfdlmprad_32bit_post PASS - - -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_gfs_v15_ccpp -working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_84613/fv3_ccpp_gfs_v15_prod -Checking test 126 fv3_ccpp_gfs_v15 results .... - Comparing atmos_4xdaily.tile1.nc .........OK - Comparing atmos_4xdaily.tile2.nc .........OK - Comparing atmos_4xdaily.tile3.nc .........OK - Comparing atmos_4xdaily.tile4.nc .........OK - Comparing atmos_4xdaily.tile5.nc .........OK - Comparing atmos_4xdaily.tile6.nc .........OK - Comparing phyf000.tile1.nc .........OK - Comparing phyf000.tile2.nc .........OK - Comparing phyf000.tile3.nc .........OK - Comparing phyf000.tile4.nc .........OK - Comparing phyf000.tile5.nc .........OK - Comparing phyf000.tile6.nc .........OK - Comparing phyf024.tile1.nc .........OK - Comparing phyf024.tile2.nc .........OK - Comparing phyf024.tile3.nc .........OK - Comparing phyf024.tile4.nc .........OK - Comparing phyf024.tile5.nc .........OK - Comparing phyf024.tile6.nc .........OK - Comparing dynf000.tile1.nc .........OK - Comparing dynf000.tile2.nc .........OK - Comparing dynf000.tile3.nc .........OK - Comparing dynf000.tile4.nc .........OK - Comparing dynf000.tile5.nc .........OK - Comparing dynf000.tile6.nc .........OK - Comparing dynf024.tile1.nc .........OK - Comparing dynf024.tile2.nc .........OK - Comparing dynf024.tile3.nc .........OK - Comparing dynf024.tile4.nc .........OK - Comparing dynf024.tile5.nc .........OK - Comparing dynf024.tile6.nc .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK -Test 126 fv3_ccpp_gfs_v15 PASS - - -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_gfs_v15plus_ccpp -working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_84613/fv3_ccpp_gfs_v15plus_prod -Checking test 127 fv3_ccpp_gfs_v15plus results .... - Comparing atmos_4xdaily.tile1.nc .........OK - Comparing atmos_4xdaily.tile2.nc .........OK - Comparing atmos_4xdaily.tile3.nc .........OK - Comparing atmos_4xdaily.tile4.nc .........OK - Comparing atmos_4xdaily.tile5.nc .........OK - Comparing atmos_4xdaily.tile6.nc .........OK - Comparing phyf000.tile1.nc .........OK - Comparing phyf000.tile2.nc .........OK - Comparing phyf000.tile3.nc .........OK - Comparing phyf000.tile4.nc .........OK - Comparing phyf000.tile5.nc .........OK - Comparing phyf000.tile6.nc .........OK - Comparing phyf024.tile1.nc .........OK - Comparing phyf024.tile2.nc .........OK - Comparing phyf024.tile3.nc .........OK - Comparing phyf024.tile4.nc .........OK - Comparing phyf024.tile5.nc .........OK - Comparing phyf024.tile6.nc .........OK - Comparing dynf000.tile1.nc .........OK - Comparing dynf000.tile2.nc .........OK - Comparing dynf000.tile3.nc .........OK - Comparing dynf000.tile4.nc .........OK - Comparing dynf000.tile5.nc .........OK - Comparing dynf000.tile6.nc .........OK - Comparing dynf024.tile1.nc .........OK - Comparing dynf024.tile2.nc .........OK - Comparing dynf024.tile3.nc .........OK - Comparing dynf024.tile4.nc .........OK - Comparing dynf024.tile5.nc .........OK - Comparing dynf024.tile6.nc .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK -Test 127 fv3_ccpp_gfs_v15plus PASS - - -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_cpt_ccpp -working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_84613/fv3_ccpp_cpt_prod -Checking test 128 fv3_ccpp_cpt results .... - Comparing atmos_4xdaily.tile1.nc .........OK - Comparing atmos_4xdaily.tile2.nc .........OK - Comparing atmos_4xdaily.tile3.nc .........OK - Comparing atmos_4xdaily.tile4.nc .........OK - Comparing atmos_4xdaily.tile5.nc .........OK - Comparing atmos_4xdaily.tile6.nc .........OK - Comparing phyf000.nemsio .........OK - Comparing phyf024.nemsio .........OK - Comparing dynf000.nemsio .........OK - Comparing dynf024.nemsio .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK -Test 128 fv3_ccpp_cpt PASS - - -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20191230/fv3_gsd_ccpp -working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_84613/fv3_ccpp_gsd_prod -Checking test 129 fv3_ccpp_gsd results .... - Comparing atmos_4xdaily.tile1.nc .........OK - Comparing atmos_4xdaily.tile2.nc .........OK - Comparing atmos_4xdaily.tile3.nc .........OK - Comparing atmos_4xdaily.tile4.nc .........OK - Comparing atmos_4xdaily.tile5.nc .........OK - Comparing atmos_4xdaily.tile6.nc .........OK - Comparing phyf000.tile1.nc .........OK - Comparing phyf000.tile2.nc .........OK - Comparing phyf000.tile3.nc .........OK - Comparing phyf000.tile4.nc .........OK - Comparing phyf000.tile5.nc .........OK - Comparing phyf000.tile6.nc .........OK - Comparing phyf024.tile1.nc .........OK - Comparing phyf024.tile2.nc .........OK - Comparing phyf024.tile3.nc .........OK - Comparing phyf024.tile4.nc .........OK - Comparing phyf024.tile5.nc .........OK - Comparing phyf024.tile6.nc .........OK - Comparing phyf027.tile1.nc .........OK - Comparing phyf027.tile2.nc .........OK - Comparing phyf027.tile3.nc .........OK - Comparing phyf027.tile4.nc .........OK - Comparing phyf027.tile5.nc .........OK - Comparing phyf027.tile6.nc .........OK - Comparing phyf048.tile1.nc .........OK - Comparing phyf048.tile2.nc .........OK - Comparing phyf048.tile3.nc .........OK - Comparing phyf048.tile4.nc .........OK - Comparing phyf048.tile5.nc .........OK - Comparing phyf048.tile6.nc .........OK - Comparing dynf000.tile1.nc .........OK - Comparing dynf000.tile2.nc .........OK - Comparing dynf000.tile3.nc .........OK - Comparing dynf000.tile4.nc .........OK - Comparing dynf000.tile5.nc .........OK - Comparing dynf000.tile6.nc .........OK - Comparing dynf024.tile1.nc .........OK - Comparing dynf024.tile2.nc .........OK - Comparing dynf024.tile3.nc .........OK - Comparing dynf024.tile4.nc .........OK - Comparing dynf024.tile5.nc .........OK - Comparing dynf024.tile6.nc .........OK - Comparing dynf027.tile1.nc .........OK - Comparing dynf027.tile2.nc .........OK - Comparing dynf027.tile3.nc .........OK - Comparing dynf027.tile4.nc .........OK - Comparing dynf027.tile5.nc .........OK - Comparing dynf027.tile6.nc .........OK - Comparing dynf048.tile1.nc .........OK - Comparing dynf048.tile2.nc .........OK - Comparing dynf048.tile3.nc .........OK - Comparing dynf048.tile4.nc .........OK - Comparing dynf048.tile5.nc .........OK - Comparing dynf048.tile6.nc .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK -Test 129 fv3_ccpp_gsd PASS - - REGRESSION TEST WAS SUCCESSFUL -Mon Dec 30 16:44:40 UTC 2019 -Elapsed time: 00h:51m:07s. Have a nice day! +Thu Jan 23 20:34:11 UTC 2020 +Elapsed time: 01h:25m:25s. Have a nice day! diff --git a/tests/fv3_conf/ccpp_control_run.IN b/tests/fv3_conf/ccpp_control_run.IN index 73cb9b984d..1116ec2c43 100644 --- a/tests/fv3_conf/ccpp_control_run.IN +++ b/tests/fv3_conf/ccpp_control_run.IN @@ -35,6 +35,7 @@ cp @[RTPWD]/${inputdir}/*configure . if [ $CPLWAV = .T. ]; then cp @[RTPWD]/WW3_input_data/mod_def.* . cp @[RTPWD]/WW3_input_data/@[SYEAR]@[SMONTH]@[SDAY]/ww3_multi.inp . +cp @[RTPWD]/WW3_input_data/@[SYEAR]@[SMONTH]@[SDAY]/rmp_src* . fi cp ${PATHRT}/../FV3/ccpp/suites/suite_${CCPP_SUITE}.xml suite_${CCPP_SUITE}.xml diff --git a/tests/fv3_conf/ccpp_gfs_v15_run.IN b/tests/fv3_conf/ccpp_gfs_v15_run.IN index 3295cd354c..a7d5290ced 100644 --- a/tests/fv3_conf/ccpp_gfs_v15_run.IN +++ b/tests/fv3_conf/ccpp_gfs_v15_run.IN @@ -15,7 +15,7 @@ cp @[RTPWD]/FV3_input_data/global_h2o_pltc.f77 ./global_h2oprdlos.f77 cp @[RTPWD]/FV3_input_data/*grb . cp @[RTPWD]/FV3_input_data/*_table . cp @[RTPWD]/FV3_input_data/diag_table_gfdlmp diag_table -cp @[RTPWD]/FV3_input_data_gsd/field_table_suite2 field_table +cp @[RTPWD]/FV3_input_data/field_table_gfdlmp field_table cp @[RTPWD]/FV3_input_data/*configure . cp ${PATHRT}/../FV3/ccpp/suites/suite_${CCPP_SUITE}.xml suite_${CCPP_SUITE}.xml diff --git a/tests/fv3_conf/ccpp_gfs_v16_run.IN b/tests/fv3_conf/ccpp_gfs_v16_run.IN new file mode 100644 index 0000000000..3295cd354c --- /dev/null +++ b/tests/fv3_conf/ccpp_gfs_v16_run.IN @@ -0,0 +1,27 @@ +rm -fr INPUT RESTART +if [ $WARM_START = .F. ]; then + cp -r @[RTPWD]/FV3_input_data/INPUT . + mkdir RESTART +else + mkdir INPUT RESTART + cp -r @[RTPWD]/FV3_input_data/RESTART/* ./INPUT +fi +cp @[RTPWD]/FV3_input_data/INPUT/aerosol.dat . +cp @[RTPWD]/FV3_input_data/INPUT/co2historicaldata_201*.txt . +cp @[RTPWD]/FV3_input_data/INPUT/sfc_emissivity_idx.txt . +cp @[RTPWD]/FV3_input_data/INPUT/solarconstant_noaa_an.txt . +cp @[RTPWD]/FV3_input_data/ozprdlos_2015_new_sbuvO3_tclm15_nuchem.f77 ./global_o3prdlos.f77 +cp @[RTPWD]/FV3_input_data/global_h2o_pltc.f77 ./global_h2oprdlos.f77 +cp @[RTPWD]/FV3_input_data/*grb . +cp @[RTPWD]/FV3_input_data/*_table . +cp @[RTPWD]/FV3_input_data/diag_table_gfdlmp diag_table +cp @[RTPWD]/FV3_input_data_gsd/field_table_suite2 field_table +cp @[RTPWD]/FV3_input_data/*configure . + +cp ${PATHRT}/../FV3/ccpp/suites/suite_${CCPP_SUITE}.xml suite_${CCPP_SUITE}.xml + +# Add path to libccpp.so and libccpphys.so to LD_LIBRARY_PATH, append to module-setup.sh +echo " " >> module-setup.sh +echo "# Add path to libccpp.so and libccpphys.so to LD_LIBRARY_PATH" +echo "export LD_LIBRARY_PATH=${PATHRT}/../FV3/${CCPP_LIB_DIR}:${LD_LIBRARY_PATH:+:$LD_LIBRARY_PATH}" >> module-setup.sh +echo " " >> module-setup.sh diff --git a/tests/fv3_conf/fv3_run.IN b/tests/fv3_conf/fv3_run.IN index 5744c8c6ae..39d2b41584 100644 --- a/tests/fv3_conf/fv3_run.IN +++ b/tests/fv3_conf/fv3_run.IN @@ -35,4 +35,5 @@ cp @[RTPWD]/${inputdir}/*configure . if [ $CPLWAV = .T. ]; then cp @[RTPWD]/WW3_input_data/mod_def.* . cp @[RTPWD]/WW3_input_data/@[SYEAR]@[SMONTH]@[SDAY]/ww3_multi.inp . +cp @[RTPWD]/WW3_input_data/@[SYEAR]@[SMONTH]@[SDAY]/rmp_src* . fi diff --git a/tests/fv3_conf/gfs_v15_run.IN b/tests/fv3_conf/gfs_v15_run.IN index e33b9fce8d..c21f88d948 100644 --- a/tests/fv3_conf/gfs_v15_run.IN +++ b/tests/fv3_conf/gfs_v15_run.IN @@ -1,4 +1,4 @@ - +rm -fr INPUT RESTART if [ $WARM_START = .F. ]; then cp -r @[RTPWD]/FV3_input_data/INPUT . mkdir RESTART @@ -15,5 +15,5 @@ cp @[RTPWD]/FV3_input_data/global_h2o_pltc.f77 ./global_h2oprdlos.f77 cp @[RTPWD]/FV3_input_data/*grb . cp @[RTPWD]/FV3_input_data/*_table . cp @[RTPWD]/FV3_input_data/diag_table_gfdlmp diag_table -cp @[RTPWD]/FV3_input_data_gsd/field_table_suite2 field_table +cp @[RTPWD]/FV3_input_data/field_table_gfdlmp field_table cp @[RTPWD]/FV3_input_data/*configure . diff --git a/tests/fv3_conf/gfs_v16_run.IN b/tests/fv3_conf/gfs_v16_run.IN new file mode 100644 index 0000000000..ac23e518f4 --- /dev/null +++ b/tests/fv3_conf/gfs_v16_run.IN @@ -0,0 +1,19 @@ +rm -fr INPUT RESTART +if [ $WARM_START = .F. ]; then + cp -r @[RTPWD]/FV3_input_data/INPUT . + mkdir RESTART +else + mkdir INPUT RESTART + cp -r @[RTPWD]/FV3_input_data/RESTART/* ./INPUT +fi +cp @[RTPWD]/FV3_input_data/INPUT/aerosol.dat . +cp @[RTPWD]/FV3_input_data/INPUT/co2historicaldata_201*.txt . +cp @[RTPWD]/FV3_input_data/INPUT/sfc_emissivity_idx.txt . +cp @[RTPWD]/FV3_input_data/INPUT/solarconstant_noaa_an.txt . +cp @[RTPWD]/FV3_input_data/ozprdlos_2015_new_sbuvO3_tclm15_nuchem.f77 ./global_o3prdlos.f77 +cp @[RTPWD]/FV3_input_data/global_h2o_pltc.f77 ./global_h2oprdlos.f77 +cp @[RTPWD]/FV3_input_data/*grb . +cp @[RTPWD]/FV3_input_data/*_table . +cp @[RTPWD]/FV3_input_data/diag_table_gfdlmp diag_table +cp @[RTPWD]/FV3_input_data_gsd/field_table_suite2 field_table +cp @[RTPWD]/FV3_input_data/*configure . diff --git a/tests/rt.conf b/tests/rt.conf index 8008a23485..2531e1d2a5 100644 --- a/tests/rt.conf +++ b/tests/rt.conf @@ -39,7 +39,7 @@ RUN | fv3_gfdlmprad RUN | fv3_gfdlmprad | standard | wcoss_dell_p3 | fv3 | RUN | fv3_gfdlmprad | standard | hera.intel | fv3 | RUN | fv3_wrtGauss_nemsio_c768 | standard | hera.intel | fv3 | -RUN | fv3_wrtGauss_nemsio_c768 | standard | wcoss_cray | fv3 | +###RUN | fv3_wrtGauss_nemsio_c768 | standard | wcoss_cray | fv3 | ###RUN | fv3_wrtGauss_nemsio_c768 | standard | wcoss_dell_p3 | fv3 | # Run one test using the NEMSAppBuilder, to ensure we don't break it: @@ -77,302 +77,314 @@ COMPILE | 32BIT=Y DEBUG=Y RUN | fv3_control_debug | standard | hera.intel | fv3 | RUN | fv3_stretched_nest_debug | standard | hera.intel | fv3 | -####################################################################################################################################################################################### -# IPD REPRO tests # -####################################################################################################################################################################################### - -COMPILE | REPRO=Y | standard | wcoss_cray | fv3 | -COMPILE | REPRO=Y | standard | wcoss_dell_p3 | fv3 | -COMPILE | REPRO=Y | standard | hera.intel | fv3 | -COMPILE | REPRO=Y | standard | gaea.intel | fv3 | -COMPILE | REPRO=Y | standard | jet.intel | fv3 | - -RUN | fv3_control | standard | | fv3 | -RUN | fv3_decomp | standard | | | -RUN | fv3_2threads | standard | | | -RUN | fv3_restart | standard | | fv3 | -RUN | fv3_read_inc | standard | | fv3 | -RUN | fv3_wrtGauss_netcdf_esmf | standard | | fv3 | -RUN | fv3_wrtGauss_netcdf | standard | | fv3 | -RUN | fv3_wrtGauss_nemsio | standard | | fv3 | -RUN | fv3_wrtGauss_nemsio_c192 | standard | | fv3 | -RUN | fv3_stochy | standard | | fv3 | -RUN | fv3_iau | standard | | fv3 | -RUN | fv3_gfdlmp | standard | | fv3 | -RUN | fv3_gfdlmprad_gwd | standard | | fv3 | -RUN | fv3_gfdlmprad_noahmp | standard | | fv3 | -RUN | fv3_csawmgshoc | standard | | fv3 | -RUN | fv3_csawmg3shoc127 | standard | | fv3 | -RUN | fv3_csawmg | standard | | fv3 | -RUN | fv3_satmedmf | standard | | fv3 | - -COMPILE | REPRO=Y WW3=Y | standard | wcoss_cray | fv3 | -COMPILE | REPRO=Y WW3=Y | standard | wcoss_dell_p3 | fv3 | -COMPILE | REPRO=Y WW3=Y | standard | hera.intel | fv3 | -RUN | fv3_gfdlmprad | standard | wcoss_cray | fv3 | -RUN | fv3_gfdlmprad | standard | wcoss_dell_p3 | fv3 | -RUN | fv3_gfdlmprad | standard | hera.intel | fv3 | -RUN | fv3_wrtGauss_nemsio_c768 | standard | hera.intel | fv3 | -RUN | fv3_wrtGauss_nemsio_c768 | standard | wcoss_cray | fv3 | - -# Run one test using the NEMSAppBuilder, to ensure we don't break it: -APPBUILD| standaloneFV3_repro | standard | wcoss_cray | | -APPBUILD| standaloneFV3_repro | standard | wcoss_dell_p3 | | -APPBUILD| standaloneFV3_repro | standard | hera.intel | | -APPBUILD| standaloneFV3_repro | standard | gaea.intel | | -APPBUILD| standaloneFV3_repro | standard | jet.intel | | -RUN | fv3_appbuild | standard | | | - -COMPILE | REPRO=Y 32BIT=Y | standard | wcoss_cray | fv3 | -COMPILE | REPRO=Y 32BIT=Y | standard | wcoss_dell_p3 | fv3 | -COMPILE | REPRO=Y 32BIT=Y | standard | hera.intel | fv3 | -COMPILE | REPRO=Y 32BIT=Y | standard | gaea.intel | fv3 | -COMPILE | REPRO=Y 32BIT=Y | standard | jet.intel | fv3 | - -RUN | fv3_control_32bit | standard | | fv3 | -RUN | fv3_gfdlmprad_32bit_post | standard | wcoss_cray | fv3 | -RUN | fv3_gfdlmprad_32bit_post | standard | wcoss_dell_p3 | fv3 | -RUN | fv3_gfdlmprad_32bit_post | standard | hera.intel | fv3 | -RUN | fv3_stretched | standard | | fv3 | -RUN | fv3_stretched_nest | standard | | fv3 | -RUN | fv3_regional_control | standard | | fv3 | -RUN | fv3_regional_restart | standard | | fv3 | fv3_regional_control -RUN | fv3_regional_quilt | standard | | fv3 | -RUN | fv3_regional_c768 | standard | wcoss_dell_p3 | fv3 | -RUN | fv3_regional_c768 | standard | hera.intel | fv3 | -RUN | fv3_regional_c768 | standard | gaea.intel | fv3 | -RUN | fv3_regional_c768 | standard | jet.intel | fv3 | -RUN | fv3_gfdlmp_32bit | standard | | fv3 | -RUN | fv3_gfs_v15 | standard | | fv3 | -RUN | fv3_gfs_v15plus | standard | | fv3 | -RUN | fv3_cpt | standard | | fv3 | - -####################################################################################################################################################################################### -# CCPP REPRO tests # -####################################################################################################################################################################################### - -COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017 | standard | wcoss_cray | | -COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017 | standard | wcoss_dell_p3 | | -COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017 | standard | hera.intel | | -COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017 | standard | gaea.intel | | -COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017 | standard | jet.intel | | - -RUN | fv3_ccpp_control | standard | | | -RUN | fv3_ccpp_decomp | standard | | | -RUN | fv3_ccpp_2threads | standard | | | -RUN | fv3_ccpp_restart | standard | | | -RUN | fv3_ccpp_read_inc | standard | | | -RUN | fv3_ccpp_wrtGauss_netcdf_esmf | standard | | | -RUN | fv3_ccpp_wrtGauss_netcdf | standard | | | -RUN | fv3_ccpp_wrtGauss_nemsio | standard | | | -RUN | fv3_ccpp_wrtGauss_nemsio_c192 | standard | | | -RUN | fv3_ccpp_stochy | standard | | | -RUN | fv3_ccpp_iau | standard | | | - -COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_gfdlmp WW3=Y | standard | wcoss_cray | | -COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_gfdlmp WW3=Y | standard | wcoss_dell_p3 | | -COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_gfdlmp WW3=Y | standard | hera.intel | | -RUN | fv3_ccpp_gfdlmprad | standard | wcoss_cray | | -RUN | fv3_ccpp_gfdlmprad | standard | wcoss_dell_p3 | | -RUN | fv3_ccpp_gfdlmprad | standard | hera.intel | | -RUN | fv3_ccpp_wrtGauss_nemsio_c768 | standard | hera.intel | | -RUN | fv3_ccpp_wrtGauss_nemsio_c768 | standard | wcoss_cray | | - -# Run one test using the NEMSAppBuilder, to ensure we don't break it: -APPBUILD| CCPP_repro | standard | wcoss_cray | | -APPBUILD| CCPP_repro | standard | wcoss_dell_p3 | | -APPBUILD| CCPP_repro | standard | hera.intel | | -APPBUILD| CCPP_repro | standard | gaea.intel | | -APPBUILD| CCPP_repro | standard | jet.intel | | -RUN | fv3_ccpp_appbuild | standard | | | - -COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y | standard | wcoss_cray | | -COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y | standard | wcoss_dell_p3 | | -COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y | standard | hera.intel | | -COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y | standard | gaea.intel | | -COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y | standard | jet.intel | | - -RUN | fv3_ccpp_control_32bit | standard | | | -RUN | fv3_ccpp_stretched | standard | | | -RUN | fv3_ccpp_stretched_nest | standard | | | - -COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp_regional,FV3_GFS_2017_gfdlmp_regional_c768 32BIT=Y | standard | wcoss_cray | | -COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp_regional,FV3_GFS_2017_gfdlmp_regional_c768 32BIT=Y | standard | wcoss_dell_p3 | | -COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp_regional,FV3_GFS_2017_gfdlmp_regional_c768 32BIT=Y | standard | hera.intel | | -COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp_regional,FV3_GFS_2017_gfdlmp_regional_c768 32BIT=Y | standard | gaea.intel | | -COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp_regional,FV3_GFS_2017_gfdlmp_regional_c768 32BIT=Y | standard | jet.intel | | - -RUN | fv3_ccpp_regional_control | standard | | | -RUN | fv3_ccpp_regional_restart | standard | | | fv3_ccpp_regional_control -RUN | fv3_ccpp_regional_quilt | standard | | | -RUN | fv3_ccpp_regional_c768 | standard | wcoss_dell_p3 | | -RUN | fv3_ccpp_regional_c768 | standard | hera.intel | | -RUN | fv3_ccpp_regional_c768 | standard | gaea.intel | | -RUN | fv3_ccpp_regional_c768 | standard | jet.intel | | - -COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp | standard | wcoss_cray | | -COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp | standard | wcoss_dell_p3 | | -COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp | standard | hera.intel | | -COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp | standard | gaea.intel | | -COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp | standard | jet.intel | | - -RUN | fv3_ccpp_gfdlmp | standard | | | -RUN | fv3_ccpp_gfdlmprad_gwd | standard | | | -RUN | fv3_ccpp_gfdlmprad_noahmp | standard | | | - -COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_csawmgshoc,FV3_GFS_2017_csawmg,FV3_GFS_2017_satmedmf | standard | wcoss_cray | | -COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_csawmgshoc,FV3_GFS_2017_csawmg,FV3_GFS_2017_satmedmf | standard | wcoss_dell_p3 | | -COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_csawmgshoc,FV3_GFS_2017_csawmg,FV3_GFS_2017_satmedmf | standard | hera.intel | | -COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_csawmgshoc,FV3_GFS_2017_csawmg,FV3_GFS_2017_satmedmf | standard | gaea.intel | | -COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_csawmgshoc,FV3_GFS_2017_csawmg,FV3_GFS_2017_satmedmf | standard | jet.intel | | - -#RUN | fv3_ccpp_csawmgshoc | standard | | | -#RUN | fv3_ccpp_csawmg3shoc127 | standard | | | -RUN | fv3_ccpp_csawmg | standard | | | -RUN | fv3_ccpp_satmedmf | standard | | | - -COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_v15,FV3_GFS_v15plus,FV3_CPT_v0,FV3_GSD_v0 32BIT=Y | standard | wcoss_cray | fv3 | -COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_v15,FV3_GFS_v15plus,FV3_CPT_v0,FV3_GSD_v0 32BIT=Y | standard | wcoss_dell_p3 | fv3 | -COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_v15,FV3_GFS_v15plus,FV3_CPT_v0,FV3_GSD_v0 32BIT=Y | standard | hera.intel | fv3 | -COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_v15,FV3_GFS_v15plus,FV3_CPT_v0,FV3_GSD_v0 32BIT=Y | standard | gaea.intel | fv3 | -COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_v15,FV3_GFS_v15plus,FV3_CPT_v0,FV3_GSD_v0 32BIT=Y | standard | jet.intel | fv3 | - -RUN | fv3_ccpp_gfdlmp_32bit | standard | | | -RUN | fv3_ccpp_gfdlmprad_32bit_post | standard | wcoss_cray | | -RUN | fv3_ccpp_gfdlmprad_32bit_post | standard | wcoss_dell_p3 | | -RUN | fv3_ccpp_gfdlmprad_32bit_post | standard | hera.intel | | -RUN | fv3_ccpp_gfs_v15 | standard | | | -RUN | fv3_ccpp_gfs_v15plus | standard | | | -RUN | fv3_ccpp_cpt | standard | | | -RUN | fv3_ccpp_gsd | standard | | fv3 | - -####################################################################################################################################################################################### -# CCPP PROD tests # -####################################################################################################################################################################################### - -COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017 | standard | wcoss_cray | fv3 | -COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017 | standard | wcoss_dell_p3 | fv3 | -COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017 | standard | hera.intel | fv3 | -COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017 | standard | gaea.intel | fv3 | -COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017 | standard | jet.intel | fv3 | - -RUN | fv3_ccpp_control | standard | | fv3 | -RUN | fv3_ccpp_decomp | standard | | | -RUN | fv3_ccpp_2threads | standard | | | -RUN | fv3_ccpp_restart | standard | | fv3 | -RUN | fv3_ccpp_read_inc | standard | | fv3 | -RUN | fv3_ccpp_wrtGauss_netcdf_esmf | standard | | fv3 | -RUN | fv3_ccpp_wrtGauss_netcdf | standard | | fv3 | -RUN | fv3_ccpp_wrtGauss_nemsio | standard | | fv3 | -RUN | fv3_ccpp_wrtGauss_nemsio_c192 | standard | | fv3 | -RUN | fv3_ccpp_stochy | standard | | fv3 | -RUN | fv3_ccpp_iau | standard | wcoss_cray | fv3 | -RUN | fv3_ccpp_iau | standard | wcoss_dell_p3 | fv3 | -RUN | fv3_ccpp_iau | standard | hera.intel | fv3 | -# temporarily disabled for gaea.intel (intel18): gives different results when creating baseline and verifying against it -#RUN | fv3_ccpp_iau | standard | gaea.intel | fv3 | -RUN | fv3_ccpp_iau | standard | jet.intel | fv3 | - -COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_gfdlmp WW3=Y | standard | wcoss_cray | fv3 | -COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_gfdlmp WW3=Y | standard | wcoss_dell_p3 | fv3 | -COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_gfdlmp WW3=Y | standard | hera.intel | fv3 | -RUN | fv3_ccpp_gfdlmprad | standard | wcoss_cray | fv3 | -RUN | fv3_ccpp_gfdlmprad | standard | wcoss_dell_p3 | fv3 | -RUN | fv3_ccpp_gfdlmprad | standard | hera.intel | fv3 | -RUN | fv3_ccpp_wrtGauss_nemsio_c768 | standard | hera.intel | fv3 | -RUN | fv3_ccpp_wrtGauss_nemsio_c768 | standard | wcoss_cray | fv3 | - -# Run one test using the NEMSAppBuilder, to ensure we don't break it: -APPBUILD| CCPP | standard | wcoss_cray | | -APPBUILD| CCPP | standard | wcoss_dell_p3 | | -APPBUILD| CCPP | standard | hera.intel | | -APPBUILD| CCPP | standard | gaea.intel | | -APPBUILD| CCPP | standard | jet.intel | | -RUN | fv3_ccpp_appbuild | standard | | | - -COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y | standard | wcoss_cray | fv3 | -COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y | standard | wcoss_dell_p3 | fv3 | -COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y | standard | hera.intel | fv3 | -COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y | standard | gaea.intel | fv3 | -COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y | standard | jet.intel | fv3 | - -RUN | fv3_ccpp_control_32bit | standard | | fv3 | -RUN | fv3_ccpp_stretched | standard | | fv3 | -RUN | fv3_ccpp_stretched_nest | standard | | fv3 | - -COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp_regional,FV3_GFS_2017_gfdlmp_regional_c768 32BIT=Y | standard | wcoss_cray | fv3 | -COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp_regional,FV3_GFS_2017_gfdlmp_regional_c768 32BIT=Y | standard | wcoss_dell_p3 | fv3 | -COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp_regional,FV3_GFS_2017_gfdlmp_regional_c768 32BIT=Y | standard | hera.intel | fv3 | -COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp_regional,FV3_GFS_2017_gfdlmp_regional_c768 32BIT=Y | standard | gaea.intel | fv3 | -COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp_regional,FV3_GFS_2017_gfdlmp_regional_c768 32BIT=Y | standard | jet.intel | fv3 | - -RUN | fv3_ccpp_regional_control | standard | | fv3 | -RUN | fv3_ccpp_regional_restart | standard | | fv3 | fv3_ccpp_regional_control -RUN | fv3_ccpp_regional_quilt | standard | | fv3 | -RUN | fv3_ccpp_regional_c768 | standard | wcoss_dell_p3 | fv3 | -RUN | fv3_ccpp_regional_c768 | standard | hera.intel | fv3 | -RUN | fv3_ccpp_regional_c768 | standard | gaea.intel | fv3 | -RUN | fv3_ccpp_regional_c768 | standard | jet.intel | fv3 | - -COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y DEBUG=Y | standard | wcoss_cray | fv3 | -COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y DEBUG=Y | standard | wcoss_dell_p3 | fv3 | -COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y DEBUG=Y | standard | hera.intel | fv3 | -COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y DEBUG=Y | standard | gaea.intel | fv3 | -COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y DEBUG=Y | standard | jet.intel | fv3 | - -RUN | fv3_ccpp_control_debug | standard | | fv3 | -RUN | fv3_ccpp_stretched_nest_debug | standard | | fv3 | - -COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp | standard | wcoss_cray | fv3 | -COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp | standard | wcoss_dell_p3 | fv3 | -COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp | standard | hera.intel | fv3 | -COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp | standard | gaea.intel | fv3 | -COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp | standard | jet.intel | fv3 | - -RUN | fv3_ccpp_gfdlmp | standard | | fv3 | -RUN | fv3_ccpp_gfdlmprad_gwd | standard | | fv3 | -RUN | fv3_ccpp_gfdlmprad_noahmp | standard | | fv3 | - -COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_csawmgshoc,FV3_GFS_2017_csawmg,FV3_GFS_2017_satmedmf | standard | wcoss_cray | fv3 | -COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_csawmgshoc,FV3_GFS_2017_csawmg,FV3_GFS_2017_satmedmf | standard | wcoss_dell_p3 | fv3 | -COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_csawmgshoc,FV3_GFS_2017_csawmg,FV3_GFS_2017_satmedmf | standard | hera.intel | fv3 | -COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_csawmgshoc,FV3_GFS_2017_csawmg,FV3_GFS_2017_satmedmf | standard | gaea.intel | fv3 | -COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_csawmgshoc,FV3_GFS_2017_csawmg,FV3_GFS_2017_satmedmf | standard | jet.intel | fv3 | - -#RUN | fv3_ccpp_csawmgshoc | standard | | fv3 | -#RUN | fv3_ccpp_csawmg3shoc127 | standard | | fv3 | -RUN | fv3_ccpp_csawmg | standard | | fv3 | -RUN | fv3_ccpp_satmedmf | standard | | fv3 | - -COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_v15,FV3_GFS_v15plus,FV3_CPT_v0,FV3_GSD_v0 32BIT=Y | standard | wcoss_cray | fv3 | -COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_v15,FV3_GFS_v15plus,FV3_CPT_v0,FV3_GSD_v0 32BIT=Y | standard | wcoss_dell_p3 | fv3 | -COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_v15,FV3_GFS_v15plus,FV3_CPT_v0,FV3_GSD_v0 32BIT=Y | standard | hera.intel | fv3 | -COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_v15,FV3_GFS_v15plus,FV3_CPT_v0,FV3_GSD_v0 32BIT=Y | standard | gaea.intel | fv3 | -COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_v15,FV3_GFS_v15plus,FV3_CPT_v0,FV3_GSD_v0 32BIT=Y | standard | jet.intel | fv3 | - -RUN | fv3_ccpp_gfdlmp_32bit | standard | | fv3 | -RUN | fv3_ccpp_gfdlmprad_32bit_post | standard | wcoss_cray | fv3 | -RUN | fv3_ccpp_gfdlmprad_32bit_post | standard | wcoss_dell_p3 | fv3 | -RUN | fv3_ccpp_gfdlmprad_32bit_post | standard | hera.intel | fv3 | -RUN | fv3_ccpp_gfs_v15 | standard | | fv3 | -RUN | fv3_ccpp_gfs_v15plus | standard | | fv3 | -RUN | fv3_ccpp_cpt | standard | | fv3 | -RUN | fv3_ccpp_gsd | standard | | fv3 | - -####################################################################################################################################################################################### -# CCPP PROD tests # -####################################################################################################################################################################################### - -COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta | standard | hera.intel | fv3 | - -RUN | fv3_ccpp_gfs_v15p2 | standard | hera.intel | fv3 | -RUN | fv3_ccpp_gfs_v16beta | standard | hera.intel | fv3 | - -####################################################################################################################################################################################### -# CCPP DEBUG tests # -####################################################################################################################################################################################### - -COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta DEBUG=Y | standard | hera.intel | fv3 | - -RUN | fv3_ccpp_gfs_v15p2_debug | standard | hera.intel | fv3 | -RUN | fv3_ccpp_gfs_v16beta_debug | standard | hera.intel | fv3 | +# ####################################################################################################################################################################################### +# # IPD REPRO tests # +# ####################################################################################################################################################################################### +# +# COMPILE | REPRO=Y | standard | wcoss_cray | fv3 | +# COMPILE | REPRO=Y | standard | wcoss_dell_p3 | fv3 | +# COMPILE | REPRO=Y | standard | hera.intel | fv3 | +# COMPILE | REPRO=Y | standard | gaea.intel | fv3 | +# COMPILE | REPRO=Y | standard | jet.intel | fv3 | +# +# RUN | fv3_control | standard | | fv3 | +# RUN | fv3_decomp | standard | | | +# RUN | fv3_2threads | standard | | | +# RUN | fv3_restart | standard | | fv3 | +# RUN | fv3_read_inc | standard | | fv3 | +# RUN | fv3_wrtGauss_netcdf_esmf | standard | | fv3 | +# RUN | fv3_wrtGauss_netcdf | standard | | fv3 | +# RUN | fv3_wrtGauss_nemsio | standard | | fv3 | +# RUN | fv3_wrtGauss_nemsio_c192 | standard | | fv3 | +# RUN | fv3_stochy | standard | | fv3 | +# RUN | fv3_iau | standard | | fv3 | +# RUN | fv3_gfdlmp | standard | | fv3 | +# RUN | fv3_gfdlmprad_gwd | standard | | fv3 | +# RUN | fv3_gfdlmprad_noahmp | standard | | fv3 | +# RUN | fv3_csawmgshoc | standard | | fv3 | +# RUN | fv3_csawmg3shoc127 | standard | | fv3 | +# RUN | fv3_csawmg | standard | | fv3 | +# RUN | fv3_satmedmf | standard | | fv3 | +# +# COMPILE | REPRO=Y WW3=Y | standard | wcoss_cray | fv3 | +# COMPILE | REPRO=Y WW3=Y | standard | wcoss_dell_p3 | fv3 | +# COMPILE | REPRO=Y WW3=Y | standard | hera.intel | fv3 | +# RUN | fv3_gfdlmprad | standard | wcoss_cray | fv3 | +# RUN | fv3_gfdlmprad | standard | wcoss_dell_p3 | fv3 | +# RUN | fv3_gfdlmprad | standard | hera.intel | fv3 | +# RUN | fv3_wrtGauss_nemsio_c768 | standard | hera.intel | fv3 | +# RUN | fv3_wrtGauss_nemsio_c768 | standard | wcoss_cray | fv3 | +# +# # Run one test using the NEMSAppBuilder, to ensure we don't break it: +# APPBUILD| standaloneFV3_repro | standard | wcoss_cray | | +# APPBUILD| standaloneFV3_repro | standard | wcoss_dell_p3 | | +# APPBUILD| standaloneFV3_repro | standard | hera.intel | | +# APPBUILD| standaloneFV3_repro | standard | gaea.intel | | +# APPBUILD| standaloneFV3_repro | standard | jet.intel | | +# RUN | fv3_appbuild | standard | | | +# +# COMPILE | REPRO=Y 32BIT=Y | standard | wcoss_cray | fv3 | +# COMPILE | REPRO=Y 32BIT=Y | standard | wcoss_dell_p3 | fv3 | +# COMPILE | REPRO=Y 32BIT=Y | standard | hera.intel | fv3 | +# COMPILE | REPRO=Y 32BIT=Y | standard | gaea.intel | fv3 | +# COMPILE | REPRO=Y 32BIT=Y | standard | jet.intel | fv3 | +# +# RUN | fv3_control_32bit | standard | | fv3 | +# RUN | fv3_gfdlmprad_32bit_post | standard | wcoss_cray | fv3 | +# RUN | fv3_gfdlmprad_32bit_post | standard | wcoss_dell_p3 | fv3 | +# RUN | fv3_gfdlmprad_32bit_post | standard | hera.intel | fv3 | +# RUN | fv3_stretched | standard | | fv3 | +# RUN | fv3_stretched_nest | standard | | fv3 | +# RUN | fv3_regional_control | standard | | fv3 | +# RUN | fv3_regional_restart | standard | | fv3 | fv3_regional_control +# RUN | fv3_regional_quilt | standard | | fv3 | +# RUN | fv3_regional_c768 | standard | wcoss_dell_p3 | fv3 | +# RUN | fv3_regional_c768 | standard | hera.intel | fv3 | +# RUN | fv3_regional_c768 | standard | gaea.intel | fv3 | +# RUN | fv3_regional_c768 | standard | jet.intel | fv3 | +# RUN | fv3_gfdlmp_32bit | standard | | fv3 | +# RUN | fv3_cpt | standard | | fv3 | +# +# ####################################################################################################################################################################################### +# # CCPP REPRO tests # +# ####################################################################################################################################################################################### +# +# COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017 | standard | wcoss_cray | | +# COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017 | standard | wcoss_dell_p3 | | +# COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017 | standard | hera.intel | | +# COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017 | standard | gaea.intel | | +# COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017 | standard | jet.intel | | +# +# RUN | fv3_ccpp_control | standard | | | +# RUN | fv3_ccpp_decomp | standard | | | +# RUN | fv3_ccpp_2threads | standard | | | +# RUN | fv3_ccpp_restart | standard | | | +# RUN | fv3_ccpp_read_inc | standard | | | +# RUN | fv3_ccpp_wrtGauss_netcdf_esmf | standard | | | +# RUN | fv3_ccpp_wrtGauss_netcdf | standard | | | +# RUN | fv3_ccpp_wrtGauss_nemsio | standard | | | +# RUN | fv3_ccpp_wrtGauss_nemsio_c192 | standard | | | +# RUN | fv3_ccpp_stochy | standard | | | +# RUN | fv3_ccpp_iau | standard | | | +# +# COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_gfdlmp WW3=Y | standard | wcoss_cray | | +# COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_gfdlmp WW3=Y | standard | wcoss_dell_p3 | | +# COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_gfdlmp WW3=Y | standard | hera.intel | | +# RUN | fv3_ccpp_gfdlmprad | standard | wcoss_cray | | +# RUN | fv3_ccpp_gfdlmprad | standard | wcoss_dell_p3 | | +# RUN | fv3_ccpp_gfdlmprad | standard | hera.intel | | +# RUN | fv3_ccpp_wrtGauss_nemsio_c768 | standard | hera.intel | | +# RUN | fv3_ccpp_wrtGauss_nemsio_c768 | standard | wcoss_cray | | +# +# # Run one test using the NEMSAppBuilder, to ensure we don't break it: +# APPBUILD| CCPP_repro | standard | wcoss_cray | | +# APPBUILD| CCPP_repro | standard | wcoss_dell_p3 | | +# APPBUILD| CCPP_repro | standard | hera.intel | | +# APPBUILD| CCPP_repro | standard | gaea.intel | | +# APPBUILD| CCPP_repro | standard | jet.intel | | +# RUN | fv3_ccpp_appbuild | standard | | | +# +# COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y | standard | wcoss_cray | | +# COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y | standard | wcoss_dell_p3 | | +# COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y | standard | hera.intel | | +# COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y | standard | gaea.intel | | +# COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y | standard | jet.intel | | +# +# RUN | fv3_ccpp_control_32bit | standard | | | +# RUN | fv3_ccpp_stretched | standard | | | +# RUN | fv3_ccpp_stretched_nest | standard | | | +# +# COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp_regional,FV3_GFS_2017_gfdlmp_regional_c768 32BIT=Y | standard | wcoss_cray | | +# COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp_regional,FV3_GFS_2017_gfdlmp_regional_c768 32BIT=Y | standard | wcoss_dell_p3 | | +# COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp_regional,FV3_GFS_2017_gfdlmp_regional_c768 32BIT=Y | standard | hera.intel | | +# COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp_regional,FV3_GFS_2017_gfdlmp_regional_c768 32BIT=Y | standard | gaea.intel | | +# COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp_regional,FV3_GFS_2017_gfdlmp_regional_c768 32BIT=Y | standard | jet.intel | | +# +# RUN | fv3_ccpp_regional_control | standard | | | +# RUN | fv3_ccpp_regional_restart | standard | | | fv3_ccpp_regional_control +# RUN | fv3_ccpp_regional_quilt | standard | | | +# RUN | fv3_ccpp_regional_c768 | standard | wcoss_dell_p3 | | +# RUN | fv3_ccpp_regional_c768 | standard | hera.intel | | +# RUN | fv3_ccpp_regional_c768 | standard | gaea.intel | | +# RUN | fv3_ccpp_regional_c768 | standard | jet.intel | | +# +# COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp | standard | wcoss_cray | | +# COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp | standard | wcoss_dell_p3 | | +# COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp | standard | hera.intel | | +# COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp | standard | gaea.intel | | +# COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp | standard | jet.intel | | +# +# RUN | fv3_ccpp_gfdlmp | standard | | | +# RUN | fv3_ccpp_gfdlmprad_gwd | standard | | | +# RUN | fv3_ccpp_gfdlmprad_noahmp | standard | | | +# +# COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_csawmgshoc,FV3_GFS_2017_csawmg,FV3_GFS_2017_satmedmf | standard | wcoss_cray | | +# COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_csawmgshoc,FV3_GFS_2017_csawmg,FV3_GFS_2017_satmedmf | standard | wcoss_dell_p3 | | +# COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_csawmgshoc,FV3_GFS_2017_csawmg,FV3_GFS_2017_satmedmf | standard | hera.intel | | +# COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_csawmgshoc,FV3_GFS_2017_csawmg,FV3_GFS_2017_satmedmf | standard | gaea.intel | | +# COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_csawmgshoc,FV3_GFS_2017_csawmg,FV3_GFS_2017_satmedmf | standard | jet.intel | | +# +# #RUN | fv3_ccpp_csawmgshoc | standard | | | +# #RUN | fv3_ccpp_csawmg3shoc127 | standard | | | +# RUN | fv3_ccpp_csawmg | standard | | | +# RUN | fv3_ccpp_satmedmf | standard | | | +# +# COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_CPT_v0,FV3_GSD_v0 32BIT=Y | standard | wcoss_cray | fv3 | +# COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_CPT_v0,FV3_GSD_v0 32BIT=Y | standard | wcoss_dell_p3 | fv3 | +# COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_CPT_v0,FV3_GSD_v0 32BIT=Y | standard | hera.intel | fv3 | +# COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_CPT_v0,FV3_GSD_v0 32BIT=Y | standard | gaea.intel | fv3 | +# COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_CPT_v0,FV3_GSD_v0 32BIT=Y | standard | jet.intel | fv3 | +# +# RUN | fv3_ccpp_gfdlmp_32bit | standard | | | +# RUN | fv3_ccpp_gfdlmprad_32bit_post | standard | wcoss_cray | | +# RUN | fv3_ccpp_gfdlmprad_32bit_post | standard | wcoss_dell_p3 | | +# RUN | fv3_ccpp_gfdlmprad_32bit_post | standard | hera.intel | | +# RUN | fv3_ccpp_cpt | standard | | | +# RUN | fv3_ccpp_gsd | standard | | fv3 | +# +# ####################################################################################################################################################################################### +# # CCPP PROD tests # +# ####################################################################################################################################################################################### +# +# COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017 | standard | wcoss_cray | fv3 | +# COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017 | standard | wcoss_dell_p3 | fv3 | +# COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017 | standard | hera.intel | fv3 | +# COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017 | standard | gaea.intel | fv3 | +# COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017 | standard | jet.intel | fv3 | +# +# RUN | fv3_ccpp_control | standard | | fv3 | +# RUN | fv3_ccpp_decomp | standard | | | +# RUN | fv3_ccpp_2threads | standard | | | +# RUN | fv3_ccpp_restart | standard | | fv3 | +# RUN | fv3_ccpp_read_inc | standard | | fv3 | +# RUN | fv3_ccpp_wrtGauss_netcdf_esmf | standard | | fv3 | +# RUN | fv3_ccpp_wrtGauss_netcdf | standard | | fv3 | +# RUN | fv3_ccpp_wrtGauss_nemsio | standard | | fv3 | +# RUN | fv3_ccpp_wrtGauss_nemsio_c192 | standard | | fv3 | +# RUN | fv3_ccpp_stochy | standard | | fv3 | +# RUN | fv3_ccpp_iau | standard | wcoss_cray | fv3 | +# RUN | fv3_ccpp_iau | standard | wcoss_dell_p3 | fv3 | +# RUN | fv3_ccpp_iau | standard | hera.intel | fv3 | +# # temporarily disabled for gaea.intel (intel18): gives different results when creating baseline and verifying against it +# #RUN | fv3_ccpp_iau | standard | gaea.intel | fv3 | +# RUN | fv3_ccpp_iau | standard | jet.intel | fv3 | +# +# COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_gfdlmp WW3=Y | standard | wcoss_cray | fv3 | +# COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_gfdlmp WW3=Y | standard | wcoss_dell_p3 | fv3 | +# COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_gfdlmp WW3=Y | standard | hera.intel | fv3 | +# RUN | fv3_ccpp_gfdlmprad | standard | wcoss_cray | fv3 | +# RUN | fv3_ccpp_gfdlmprad | standard | wcoss_dell_p3 | fv3 | +# RUN | fv3_ccpp_gfdlmprad | standard | hera.intel | fv3 | +# RUN | fv3_ccpp_wrtGauss_nemsio_c768 | standard | hera.intel | fv3 | +# RUN | fv3_ccpp_wrtGauss_nemsio_c768 | standard | wcoss_cray | fv3 | +# +# # Run one test using the NEMSAppBuilder, to ensure we don't break it: +# APPBUILD| CCPP | standard | wcoss_cray | | +# APPBUILD| CCPP | standard | wcoss_dell_p3 | | +# APPBUILD| CCPP | standard | hera.intel | | +# APPBUILD| CCPP | standard | gaea.intel | | +# APPBUILD| CCPP | standard | jet.intel | | +# RUN | fv3_ccpp_appbuild | standard | | | +# +# COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y | standard | wcoss_cray | fv3 | +# COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y | standard | wcoss_dell_p3 | fv3 | +# COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y | standard | hera.intel | fv3 | +# COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y | standard | gaea.intel | fv3 | +# COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y | standard | jet.intel | fv3 | +# +# RUN | fv3_ccpp_control_32bit | standard | | fv3 | +# RUN | fv3_ccpp_stretched | standard | | fv3 | +# RUN | fv3_ccpp_stretched_nest | standard | | fv3 | +# +# COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp_regional,FV3_GFS_2017_gfdlmp_regional_c768 32BIT=Y | standard | wcoss_cray | fv3 | +# COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp_regional,FV3_GFS_2017_gfdlmp_regional_c768 32BIT=Y | standard | wcoss_dell_p3 | fv3 | +# COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp_regional,FV3_GFS_2017_gfdlmp_regional_c768 32BIT=Y | standard | hera.intel | fv3 | +# COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp_regional,FV3_GFS_2017_gfdlmp_regional_c768 32BIT=Y | standard | gaea.intel | fv3 | +# COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp_regional,FV3_GFS_2017_gfdlmp_regional_c768 32BIT=Y | standard | jet.intel | fv3 | +# +# RUN | fv3_ccpp_regional_control | standard | | fv3 | +# RUN | fv3_ccpp_regional_restart | standard | | fv3 | fv3_ccpp_regional_control +# RUN | fv3_ccpp_regional_quilt | standard | | fv3 | +# RUN | fv3_ccpp_regional_c768 | standard | wcoss_dell_p3 | fv3 | +# RUN | fv3_ccpp_regional_c768 | standard | hera.intel | fv3 | +# RUN | fv3_ccpp_regional_c768 | standard | gaea.intel | fv3 | +# RUN | fv3_ccpp_regional_c768 | standard | jet.intel | fv3 | +# +# COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y DEBUG=Y | standard | wcoss_cray | fv3 | +# COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y DEBUG=Y | standard | wcoss_dell_p3 | fv3 | +# COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y DEBUG=Y | standard | hera.intel | fv3 | +# COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y DEBUG=Y | standard | gaea.intel | fv3 | +# COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y DEBUG=Y | standard | jet.intel | fv3 | +# +# RUN | fv3_ccpp_control_debug | standard | | fv3 | +# RUN | fv3_ccpp_stretched_nest_debug | standard | | fv3 | +# +# COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp | standard | wcoss_cray | fv3 | +# COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp | standard | wcoss_dell_p3 | fv3 | +# COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp | standard | hera.intel | fv3 | +# COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp | standard | gaea.intel | fv3 | +# COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp | standard | jet.intel | fv3 | +# +# RUN | fv3_ccpp_gfdlmp | standard | | fv3 | +# RUN | fv3_ccpp_gfdlmprad_gwd | standard | | fv3 | +# RUN | fv3_ccpp_gfdlmprad_noahmp | standard | | fv3 | +# +# COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_csawmgshoc,FV3_GFS_2017_csawmg,FV3_GFS_2017_satmedmf | standard | wcoss_cray | fv3 | +# COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_csawmgshoc,FV3_GFS_2017_csawmg,FV3_GFS_2017_satmedmf | standard | wcoss_dell_p3 | fv3 | +# COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_csawmgshoc,FV3_GFS_2017_csawmg,FV3_GFS_2017_satmedmf | standard | hera.intel | fv3 | +# COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_csawmgshoc,FV3_GFS_2017_csawmg,FV3_GFS_2017_satmedmf | standard | gaea.intel | fv3 | +# COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_csawmgshoc,FV3_GFS_2017_csawmg,FV3_GFS_2017_satmedmf | standard | jet.intel | fv3 | +# +# #RUN | fv3_ccpp_csawmgshoc | standard | | fv3 | +# #RUN | fv3_ccpp_csawmg3shoc127 | standard | | fv3 | +# RUN | fv3_ccpp_csawmg | standard | | fv3 | +# RUN | fv3_ccpp_satmedmf | standard | | fv3 | +# +# COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_CPT_v0,FV3_GSD_v0 32BIT=Y | standard | wcoss_cray | fv3 | +# COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_CPT_v0,FV3_GSD_v0 32BIT=Y | standard | wcoss_dell_p3 | fv3 | +# COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_CPT_v0,FV3_GSD_v0 32BIT=Y | standard | hera.intel | fv3 | +# COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_CPT_v0,FV3_GSD_v0 32BIT=Y | standard | gaea.intel | fv3 | +# COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_CPT_v0,FV3_GSD_v0 32BIT=Y | standard | jet.intel | fv3 | +# +# RUN | fv3_ccpp_gfdlmp_32bit | standard | | fv3 | +# RUN | fv3_ccpp_gfdlmprad_32bit_post | standard | wcoss_cray | fv3 | +# RUN | fv3_ccpp_gfdlmprad_32bit_post | standard | wcoss_dell_p3 | fv3 | +# RUN | fv3_ccpp_gfdlmprad_32bit_post | standard | hera.intel | fv3 | +# RUN | fv3_ccpp_cpt | standard | | fv3 | +# RUN | fv3_ccpp_gsd | standard | | fv3 | +# +# ####################################################################################################################################################################################### +# # CCPP PROD tests # +# ####################################################################################################################################################################################### +# +# COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta | standard | hera.intel | fv3 | +# +# RUN | fv3_ccpp_gfs_v15p2 | standard | hera.intel | fv3 | +# RUN | fv3_ccpp_gfs_v16beta | standard | hera.intel | fv3 | +# +# ####################################################################################################################################################################################### +# # CCPP DEBUG tests # +# ####################################################################################################################################################################################### +# +# COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta DEBUG=Y | standard | hera.intel | fv3 | +# +# RUN | fv3_ccpp_gfs_v15p2_debug | standard | hera.intel | fv3 | +# RUN | fv3_ccpp_gfs_v16beta_debug | standard | hera.intel | fv3 | +# +# ####################################################################################################################################################################################### +# # CCPP REPRO tests # +# ####################################################################################################################################################################################### +# +# COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta REPRO=Y | standard | hera.intel | fv3 | +# +# RUN | fv3_ccpp_gfs_v15p2 | standard | hera.intel | fv3 | +# RUN | fv3_ccpp_gfs_v16beta | standard | hera.intel | fv3 | +# +# ####################################################################################################################################################################################### +# # IPD REPRO tests (verify against CCPP REPRO tests) # +# ####################################################################################################################################################################################### +# +# COMPILE | REPRO=Y | standard | hera.intel | | +# +# RUN | fv3_gfs_v15p2 | standard | hera.intel | | +# RUN | fv3_gfs_v16beta | standard | hera.intel | | diff --git a/tests/rt.sh b/tests/rt.sh index edc3a6c432..d2a84026ce 100755 --- a/tests/rt.sh +++ b/tests/rt.sh @@ -374,9 +374,9 @@ while getopts ":cfsl:mkreh" opt; do done if [[ $MACHINE_ID = cheyenne.* ]]; then - RTPWD=${RTPWD:-$DISKNM/develop-20191230/${COMPILER^^}} + RTPWD=${RTPWD:-$DISKNM/develop-20200115/${COMPILER^^}} else - RTPWD=${RTPWD:-$DISKNM/NEMSfv3gfs/develop-20191230} + RTPWD=${RTPWD:-$DISKNM/NEMSfv3gfs/develop-20200115} fi shift $((OPTIND-1)) diff --git a/tests/rt_wcoss_cray.conf b/tests/rt_wcoss_cray.conf index 8c34ef4a8c..e638dfc1b0 100644 --- a/tests/rt_wcoss_cray.conf +++ b/tests/rt_wcoss_cray.conf @@ -38,7 +38,7 @@ COMPILE | WW3=Y RUN | fv3_gfdlmprad | standard | | fv3 | RUN | fv3_wrtGauss_nemsio_c768 | standard | hera.intel | fv3 | RUN | fv3_wrtGauss_nemsio_c768 | standard | cheyenne.intel | fv3 | -RUN | fv3_wrtGauss_nemsio_c768 | standard | wcoss_cray | fv3 | +###RUN | fv3_wrtGauss_nemsio_c768 | standard | wcoss_cray | fv3 | # Run one test using the NEMSAppBuilder, to ensure we don't break it: APPBUILD| standaloneFV3 | standard | wcoss_cray | | diff --git a/tests/tests/fv3_ccpp_gfs_v15 b/tests/tests/fv3_ccpp_gfs_v15 deleted file mode 100644 index 517c94254c..0000000000 --- a/tests/tests/fv3_ccpp_gfs_v15 +++ /dev/null @@ -1,91 +0,0 @@ -############################################################################### -# -# FV3 CCPP GFS v15 compiled with 32-bit dynamics test -# -############################################################################### - -export TEST_DESCR="Compare FV3 32bit CCPP GFS v15 results with previous trunk version" - -export CNTL_DIR=fv3_gfs_v15 - -export LIST_FILES="atmos_4xdaily.tile1.nc \ - atmos_4xdaily.tile2.nc \ - atmos_4xdaily.tile3.nc \ - atmos_4xdaily.tile4.nc \ - atmos_4xdaily.tile5.nc \ - atmos_4xdaily.tile6.nc \ - phyf000.tile1.nc \ - phyf000.tile2.nc \ - phyf000.tile3.nc \ - phyf000.tile4.nc \ - phyf000.tile5.nc \ - phyf000.tile6.nc \ - phyf024.tile1.nc \ - phyf024.tile2.nc \ - phyf024.tile3.nc \ - phyf024.tile4.nc \ - phyf024.tile5.nc \ - phyf024.tile6.nc \ - dynf000.tile1.nc \ - dynf000.tile2.nc \ - dynf000.tile3.nc \ - dynf000.tile4.nc \ - dynf000.tile5.nc \ - dynf000.tile6.nc \ - dynf024.tile1.nc \ - dynf024.tile2.nc \ - dynf024.tile3.nc \ - dynf024.tile4.nc \ - dynf024.tile5.nc \ - dynf024.tile6.nc \ - RESTART/coupler.res \ - RESTART/fv_core.res.nc \ - RESTART/fv_core.res.tile1.nc \ - RESTART/fv_core.res.tile2.nc \ - RESTART/fv_core.res.tile3.nc \ - RESTART/fv_core.res.tile4.nc \ - RESTART/fv_core.res.tile5.nc \ - RESTART/fv_core.res.tile6.nc \ - RESTART/fv_srf_wnd.res.tile1.nc \ - RESTART/fv_srf_wnd.res.tile2.nc \ - RESTART/fv_srf_wnd.res.tile3.nc \ - RESTART/fv_srf_wnd.res.tile4.nc \ - RESTART/fv_srf_wnd.res.tile5.nc \ - RESTART/fv_srf_wnd.res.tile6.nc \ - RESTART/fv_tracer.res.tile1.nc \ - RESTART/fv_tracer.res.tile2.nc \ - RESTART/fv_tracer.res.tile3.nc \ - RESTART/fv_tracer.res.tile4.nc \ - RESTART/fv_tracer.res.tile5.nc \ - RESTART/fv_tracer.res.tile6.nc \ - RESTART/sfc_data.tile1.nc \ - RESTART/sfc_data.tile2.nc \ - RESTART/sfc_data.tile3.nc \ - RESTART/sfc_data.tile4.nc \ - RESTART/sfc_data.tile5.nc \ - RESTART/sfc_data.tile6.nc \ - RESTART/phy_data.tile1.nc \ - RESTART/phy_data.tile2.nc \ - RESTART/phy_data.tile3.nc \ - RESTART/phy_data.tile4.nc \ - RESTART/phy_data.tile5.nc \ - RESTART/phy_data.tile6.nc" - - -export_fv3 -export NODES=$(expr $TASKS / $TPN + 1) - -DT_ATMOS="1200" - -export FV3_RUN=ccpp_gfs_v15_run.IN -export CCPP_SUITE=FV3_GFS_v15 -export CCPP_LIB_DIR=ccpp/lib -export INPUT_NML=ccpp_gfdlmp.nml.IN - -RUN_SCRIPT=rt_fv3.sh - -export OZ_PHYS_OLD=.F. -export OZ_PHYS_NEW=.T. -export H2O_PHYS=.T. -export HYBEDMF=.T. -export SATMEDMF=.F. diff --git a/tests/tests/fv3_ccpp_gfs_v15p2_debug b/tests/tests/fv3_ccpp_gfs_v15p2_debug index e1a0fac782..773db1712d 100644 --- a/tests/tests/fv3_ccpp_gfs_v15p2_debug +++ b/tests/tests/fv3_ccpp_gfs_v15p2_debug @@ -6,9 +6,70 @@ export TEST_DESCR="Run FV3 32bit CCPP GFS v15.2 in DEBUG mode" -export CNTL_DIR=fv3_gfs_v15p2 +export CNTL_DIR=fv3_gfs_v15p2_debug -export LIST_FILES="" +export LIST_FILES="atmos_4xdaily.tile1.nc \ + atmos_4xdaily.tile2.nc \ + atmos_4xdaily.tile3.nc \ + atmos_4xdaily.tile4.nc \ + atmos_4xdaily.tile5.nc \ + atmos_4xdaily.tile6.nc \ + phyf000.tile1.nc \ + phyf000.tile2.nc \ + phyf000.tile3.nc \ + phyf000.tile4.nc \ + phyf000.tile5.nc \ + phyf000.tile6.nc \ + phyf006.tile1.nc \ + phyf006.tile2.nc \ + phyf006.tile3.nc \ + phyf006.tile4.nc \ + phyf006.tile5.nc \ + phyf006.tile6.nc \ + dynf000.tile1.nc \ + dynf000.tile2.nc \ + dynf000.tile3.nc \ + dynf000.tile4.nc \ + dynf000.tile5.nc \ + dynf000.tile6.nc \ + dynf006.tile1.nc \ + dynf006.tile2.nc \ + dynf006.tile3.nc \ + dynf006.tile4.nc \ + dynf006.tile5.nc \ + dynf006.tile6.nc \ + RESTART/coupler.res \ + RESTART/fv_core.res.nc \ + RESTART/fv_core.res.tile1.nc \ + RESTART/fv_core.res.tile2.nc \ + RESTART/fv_core.res.tile3.nc \ + RESTART/fv_core.res.tile4.nc \ + RESTART/fv_core.res.tile5.nc \ + RESTART/fv_core.res.tile6.nc \ + RESTART/fv_srf_wnd.res.tile1.nc \ + RESTART/fv_srf_wnd.res.tile2.nc \ + RESTART/fv_srf_wnd.res.tile3.nc \ + RESTART/fv_srf_wnd.res.tile4.nc \ + RESTART/fv_srf_wnd.res.tile5.nc \ + RESTART/fv_srf_wnd.res.tile6.nc \ + RESTART/fv_tracer.res.tile1.nc \ + RESTART/fv_tracer.res.tile2.nc \ + RESTART/fv_tracer.res.tile3.nc \ + RESTART/fv_tracer.res.tile4.nc \ + RESTART/fv_tracer.res.tile5.nc \ + RESTART/fv_tracer.res.tile6.nc \ + RESTART/phy_data.tile1.nc \ + RESTART/phy_data.tile2.nc \ + RESTART/phy_data.tile3.nc \ + RESTART/phy_data.tile4.nc \ + RESTART/phy_data.tile5.nc \ + RESTART/phy_data.tile6.nc \ + RESTART/sfc_data.tile1.nc \ + RESTART/sfc_data.tile2.nc \ + RESTART/sfc_data.tile3.nc \ + RESTART/sfc_data.tile4.nc \ + RESTART/sfc_data.tile5.nc \ + RESTART/sfc_data.tile6.nc" export_fv3 export NODES=$(expr $TASKS / $TPN + 1) diff --git a/tests/tests/fv3_ccpp_gfs_v15plus b/tests/tests/fv3_ccpp_gfs_v15plus deleted file mode 100644 index bb8220e750..0000000000 --- a/tests/tests/fv3_ccpp_gfs_v15plus +++ /dev/null @@ -1,91 +0,0 @@ -############################################################################### -# -# FV3 CCPP GFS v15plus compiled with 32-bit dynamics test -# -############################################################################### - -export TEST_DESCR="Compare FV3 32bit CCPP GFS v15plus results with previous trunk version" - -export CNTL_DIR=fv3_gfs_v15plus - -export LIST_FILES="atmos_4xdaily.tile1.nc \ - atmos_4xdaily.tile2.nc \ - atmos_4xdaily.tile3.nc \ - atmos_4xdaily.tile4.nc \ - atmos_4xdaily.tile5.nc \ - atmos_4xdaily.tile6.nc \ - phyf000.tile1.nc \ - phyf000.tile2.nc \ - phyf000.tile3.nc \ - phyf000.tile4.nc \ - phyf000.tile5.nc \ - phyf000.tile6.nc \ - phyf024.tile1.nc \ - phyf024.tile2.nc \ - phyf024.tile3.nc \ - phyf024.tile4.nc \ - phyf024.tile5.nc \ - phyf024.tile6.nc \ - dynf000.tile1.nc \ - dynf000.tile2.nc \ - dynf000.tile3.nc \ - dynf000.tile4.nc \ - dynf000.tile5.nc \ - dynf000.tile6.nc \ - dynf024.tile1.nc \ - dynf024.tile2.nc \ - dynf024.tile3.nc \ - dynf024.tile4.nc \ - dynf024.tile5.nc \ - dynf024.tile6.nc \ - RESTART/coupler.res \ - RESTART/fv_core.res.nc \ - RESTART/fv_core.res.tile1.nc \ - RESTART/fv_core.res.tile2.nc \ - RESTART/fv_core.res.tile3.nc \ - RESTART/fv_core.res.tile4.nc \ - RESTART/fv_core.res.tile5.nc \ - RESTART/fv_core.res.tile6.nc \ - RESTART/fv_srf_wnd.res.tile1.nc \ - RESTART/fv_srf_wnd.res.tile2.nc \ - RESTART/fv_srf_wnd.res.tile3.nc \ - RESTART/fv_srf_wnd.res.tile4.nc \ - RESTART/fv_srf_wnd.res.tile5.nc \ - RESTART/fv_srf_wnd.res.tile6.nc \ - RESTART/fv_tracer.res.tile1.nc \ - RESTART/fv_tracer.res.tile2.nc \ - RESTART/fv_tracer.res.tile3.nc \ - RESTART/fv_tracer.res.tile4.nc \ - RESTART/fv_tracer.res.tile5.nc \ - RESTART/fv_tracer.res.tile6.nc \ - RESTART/sfc_data.tile1.nc \ - RESTART/sfc_data.tile2.nc \ - RESTART/sfc_data.tile3.nc \ - RESTART/sfc_data.tile4.nc \ - RESTART/sfc_data.tile5.nc \ - RESTART/sfc_data.tile6.nc \ - RESTART/phy_data.tile1.nc \ - RESTART/phy_data.tile2.nc \ - RESTART/phy_data.tile3.nc \ - RESTART/phy_data.tile4.nc \ - RESTART/phy_data.tile5.nc \ - RESTART/phy_data.tile6.nc" - - -export_fv3 -export NODES=$(expr $TASKS / $TPN + 1) - -DT_ATMOS="1200" - -export FV3_RUN=ccpp_gfs_v15_run.IN -export CCPP_SUITE=FV3_GFS_v15plus -export CCPP_LIB_DIR=ccpp/lib -export INPUT_NML=ccpp_gfdlmp.nml.IN - -RUN_SCRIPT=rt_fv3.sh - -export OZ_PHYS_OLD=.F. -export OZ_PHYS_NEW=.T. -export H2O_PHYS=.T. -export HYBEDMF=.F. -export SATMEDMF=.T. diff --git a/tests/tests/fv3_ccpp_gfs_v16beta b/tests/tests/fv3_ccpp_gfs_v16beta index 23b3c98806..dbf44db6e8 100644 --- a/tests/tests/fv3_ccpp_gfs_v16beta +++ b/tests/tests/fv3_ccpp_gfs_v16beta @@ -77,7 +77,7 @@ export NODES=$(expr $TASKS / $TPN + 1) DT_ATMOS="1200" -export FV3_RUN=ccpp_gfs_v15_run.IN +export FV3_RUN=ccpp_gfs_v16_run.IN export CCPP_SUITE=FV3_GFS_v16beta export CCPP_LIB_DIR=ccpp/lib export INPUT_NML=ccpp_v16beta_c96.nml.IN diff --git a/tests/tests/fv3_ccpp_gfs_v16beta_debug b/tests/tests/fv3_ccpp_gfs_v16beta_debug index 546aa31808..f991c03204 100644 --- a/tests/tests/fv3_ccpp_gfs_v16beta_debug +++ b/tests/tests/fv3_ccpp_gfs_v16beta_debug @@ -6,9 +6,70 @@ export TEST_DESCR="Run FV3 32bit CCPP GFS v16beta in DEBUG mode" -export CNTL_DIR=fv3_gfs_v16beta +export CNTL_DIR=fv3_gfs_v16beta_debug -export LIST_FILES="" +export LIST_FILES="atmos_4xdaily.tile1.nc \ + atmos_4xdaily.tile2.nc \ + atmos_4xdaily.tile3.nc \ + atmos_4xdaily.tile4.nc \ + atmos_4xdaily.tile5.nc \ + atmos_4xdaily.tile6.nc \ + phyf000.tile1.nc \ + phyf000.tile2.nc \ + phyf000.tile3.nc \ + phyf000.tile4.nc \ + phyf000.tile5.nc \ + phyf000.tile6.nc \ + phyf006.tile1.nc \ + phyf006.tile2.nc \ + phyf006.tile3.nc \ + phyf006.tile4.nc \ + phyf006.tile5.nc \ + phyf006.tile6.nc \ + dynf000.tile1.nc \ + dynf000.tile2.nc \ + dynf000.tile3.nc \ + dynf000.tile4.nc \ + dynf000.tile5.nc \ + dynf000.tile6.nc \ + dynf006.tile1.nc \ + dynf006.tile2.nc \ + dynf006.tile3.nc \ + dynf006.tile4.nc \ + dynf006.tile5.nc \ + dynf006.tile6.nc \ + RESTART/coupler.res \ + RESTART/fv_core.res.nc \ + RESTART/fv_core.res.tile1.nc \ + RESTART/fv_core.res.tile2.nc \ + RESTART/fv_core.res.tile3.nc \ + RESTART/fv_core.res.tile4.nc \ + RESTART/fv_core.res.tile5.nc \ + RESTART/fv_core.res.tile6.nc \ + RESTART/fv_srf_wnd.res.tile1.nc \ + RESTART/fv_srf_wnd.res.tile2.nc \ + RESTART/fv_srf_wnd.res.tile3.nc \ + RESTART/fv_srf_wnd.res.tile4.nc \ + RESTART/fv_srf_wnd.res.tile5.nc \ + RESTART/fv_srf_wnd.res.tile6.nc \ + RESTART/fv_tracer.res.tile1.nc \ + RESTART/fv_tracer.res.tile2.nc \ + RESTART/fv_tracer.res.tile3.nc \ + RESTART/fv_tracer.res.tile4.nc \ + RESTART/fv_tracer.res.tile5.nc \ + RESTART/fv_tracer.res.tile6.nc \ + RESTART/phy_data.tile1.nc \ + RESTART/phy_data.tile2.nc \ + RESTART/phy_data.tile3.nc \ + RESTART/phy_data.tile4.nc \ + RESTART/phy_data.tile5.nc \ + RESTART/phy_data.tile6.nc \ + RESTART/sfc_data.tile1.nc \ + RESTART/sfc_data.tile2.nc \ + RESTART/sfc_data.tile3.nc \ + RESTART/sfc_data.tile4.nc \ + RESTART/sfc_data.tile5.nc \ + RESTART/sfc_data.tile6.nc" export_fv3 export NODES=$(expr $TASKS / $TPN + 1) @@ -16,7 +77,7 @@ export NODES=$(expr $TASKS / $TPN + 1) export FHMAX="06" DT_ATMOS="1200" -export FV3_RUN=ccpp_gfs_v15_run.IN +export FV3_RUN=ccpp_gfs_v16_run.IN export CCPP_SUITE=FV3_GFS_v16beta export CCPP_LIB_DIR=ccpp/lib export INPUT_NML=ccpp_v16beta_c96.nml.IN diff --git a/tests/tests/fv3_ccpp_wrtGauss_nemsio_c768 b/tests/tests/fv3_ccpp_wrtGauss_nemsio_c768 index 92885dddf6..c1b8f0e1af 100644 --- a/tests/tests/fv3_ccpp_wrtGauss_nemsio_c768 +++ b/tests/tests/fv3_ccpp_wrtGauss_nemsio_c768 @@ -48,23 +48,27 @@ export LIST_FILES="atmos_4xdaily.tile1.nc \ RESTART/sfc_data.tile4.nc \ RESTART/sfc_data.tile5.nc \ RESTART/sfc_data.tile6.nc \ - out_grd.glo_30m" + out_grd.glo_10m + out_grd.ant_9km + out_grd.aoc_9km" export_fv3 -export TASKS=1752 +export TASKS=1470 if [[ $MACHINE_ID = cheyenne.* ]]; then export TPN=36 elif [[ $MACHINE_ID = hera.* ]]; then - export TPN=30 + export TPN=10 +elif [[ $MACHINE_ID = wcoss_cray ]]; then + export TPN=6 else export TPN=12 fi export NODES=$(expr $TASKS / $TPN + 1) export INPES=16 -export JNPES=16 +export JNPES=12 export NPX=769 export NPY=769 export NPZ=64 @@ -76,7 +80,7 @@ export DT_ATMOS=225 export FHMAX=06 export WLCLK=30 export WRITE_GROUP=3 -export WRTTASK_PER_GROUP=64 +export WRTTASK_PER_GROUP=36 export FDIAG=0,1,2,3,4,5,6 export OUTPUT_GRID="'gaussian_grid'" export OUTPUT_FILE="'nemsio'" @@ -93,9 +97,9 @@ export FNABSC="'global_mxsnoalb.uariz.t1534.3072.1536.rg.grb'," export CPL=.true. export CPLWAV=.T. export atm_model='fv3' -export atm_petlist_bounds="0 1727" +export atm_petlist_bounds="0 1259" export wav_model='ww3' -export wav_petlist_bounds="1728 1751" +export wav_petlist_bounds="1260 1469" export coupling_interval_sec=1800.0 #coupling time step, want it to be multiple of 1800 and FV3 time step export NEMS_CONFIGURE="nems.configure.blocked_atm_wav.IN" diff --git a/tests/tests/fv3_gfs_v15 b/tests/tests/fv3_gfs_v15p2 similarity index 92% rename from tests/tests/fv3_gfs_v15 rename to tests/tests/fv3_gfs_v15p2 index d38f7995d6..baf1701934 100644 --- a/tests/tests/fv3_gfs_v15 +++ b/tests/tests/fv3_gfs_v15p2 @@ -1,12 +1,12 @@ ############################################################################### # -# FV3 GFS v15 compiled with 32-bit dynamics test +# FV3 GFS v15.2 compiled with 32-bit dynamics test # ############################################################################### -export TEST_DESCR="Compare FV3 32bit GFS v15 results with previous trunk version" +export TEST_DESCR="Compare FV3 32bit GFS v15.2 results with previous trunk version" -export CNTL_DIR=fv3_gfs_v15 +export CNTL_DIR=fv3_gfs_v15p2 export LIST_FILES="atmos_4xdaily.tile1.nc \ atmos_4xdaily.tile2.nc \ @@ -77,11 +77,7 @@ export NODES=$(expr $TASKS / $TPN + 1) DT_ATMOS="1200" -export INPUT_NML=gfdlmp.nml.IN export FV3_RUN=gfs_v15_run.IN +export INPUT_NML=v15p2_c96.nml.IN RUN_SCRIPT=rt_fv3.sh - -export H2O_PHYS=.T. -export HYBEDMF=.T. -export SATMEDMF=.F. diff --git a/tests/tests/fv3_gfs_v15plus b/tests/tests/fv3_gfs_v16beta similarity index 91% rename from tests/tests/fv3_gfs_v15plus rename to tests/tests/fv3_gfs_v16beta index fd8d95df88..6a6bc3d419 100644 --- a/tests/tests/fv3_gfs_v15plus +++ b/tests/tests/fv3_gfs_v16beta @@ -1,12 +1,12 @@ ############################################################################### # -# FV3 GFS v15plus compiled with 32-bit dynamics test +# FV3 GFS v16beta compiled with 32-bit dynamics test # ############################################################################### -export TEST_DESCR="Compare FV3 32bit GFS v15plus results with previous trunk version" +export TEST_DESCR="Compare FV3 32bit GFS v16beta results with previous trunk version" -export CNTL_DIR=fv3_gfs_v15plus +export CNTL_DIR=fv3_gfs_v16beta export LIST_FILES="atmos_4xdaily.tile1.nc \ atmos_4xdaily.tile2.nc \ @@ -77,11 +77,7 @@ export NODES=$(expr $TASKS / $TPN + 1) DT_ATMOS="1200" -export INPUT_NML=gfdlmp.nml.IN -export FV3_RUN=gfs_v15_run.IN +export FV3_RUN=gfs_v16_run.IN +export INPUT_NML=v16beta_c96.nml.IN RUN_SCRIPT=rt_fv3.sh - -export H2O_PHYS=.T. -export HYBEDMF=.F. -export SATMEDMF=.T. diff --git a/tests/tests/fv3_wrtGauss_nemsio_c768 b/tests/tests/fv3_wrtGauss_nemsio_c768 index bcd0181832..c7cc2798d8 100644 --- a/tests/tests/fv3_wrtGauss_nemsio_c768 +++ b/tests/tests/fv3_wrtGauss_nemsio_c768 @@ -48,23 +48,27 @@ export LIST_FILES="atmos_4xdaily.tile1.nc \ RESTART/sfc_data.tile4.nc \ RESTART/sfc_data.tile5.nc \ RESTART/sfc_data.tile6.nc \ - out_grd.glo_30m" + out_grd.glo_10m + out_grd.ant_9km + out_grd.aoc_9km" export_fv3 -export TASKS=1752 +export TASKS=1470 if [[ $MACHINE_ID = cheyenne.* ]]; then export TPN=36 elif [[ $MACHINE_ID = hera.* ]]; then - export TPN=30 + export TPN=10 +elif [[ $MACHINE_ID = wcoss_cray ]]; then + export TPN=6 else export TPN=12 fi export NODES=$(expr $TASKS / $TPN + 1) export INPES=16 -export JNPES=16 +export JNPES=12 export NPX=769 export NPY=769 export NPZ=64 @@ -76,7 +80,7 @@ export DT_ATMOS=225 export FHMAX=06 export WLCLK=30 export WRITE_GROUP=3 -export WRTTASK_PER_GROUP=64 +export WRTTASK_PER_GROUP=36 export FDIAG=0,1,2,3,4,5,6 export OUTPUT_GRID="'gaussian_grid'" export OUTPUT_FILE="'nemsio'" @@ -93,9 +97,9 @@ export FNABSC="'global_mxsnoalb.uariz.t1534.3072.1536.rg.grb'," export CPL=.true. export CPLWAV=.T. export atm_model='fv3' -export atm_petlist_bounds="0 1727" +export atm_petlist_bounds="0 1259" export wav_model='ww3' -export wav_petlist_bounds="1728 1751" +export wav_petlist_bounds="1260 1469" export coupling_interval_sec=1800.0 #coupling time step, want it to be multiple of 1800 and FV3 time step export NEMS_CONFIGURE="nems.configure.blocked_atm_wav.IN"